2024-09-13T14:01:59.959 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-13T14:01:59.989 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-13T14:02:00.090 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/akupczyk-2024-09-13_10:00:18-upgrade-wip-aclamk-cbt-combined-distro-default-smithi/7903553 branch: wip-aclamk-cbt-combined description: upgrade/reef-x/stress-split/{0-distro/centos_9.stream_runc 0-roles 1-start 2-first-half-tasks/snaps-few-objects 3-stress-tasks/{radosbench rbd-cls rbd-import-export rbd_api readwrite snaps-few-objects} 4-second-half-tasks/radosbench mon_election/connectivity} email: akupczyk@redhat.com first-half-sequence: - cephadm.shell: env: - sha1 mon.a: - ceph config set mgr mgr/cephadm/daemon_cache_timeout 60 - ceph config set global log_to_journald false --force - echo wait for mgr daemons to upgrade - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types mgr - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done - echo wait for minority of mons to upgrade - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types mon --limit 1 - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done - sleep 60 - echo wait for majority of mons to upgrade - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types mon --limit 1 - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done - sleep 60 - echo wait for all mons to upgrade - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types mon - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done - sleep 60 - echo wait for half of osds to upgrade - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types osd --limit 4 - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done first-half-tasks: - full_sequential: - rados: clients: - client.0 objects: 50 op_weights: delete: 50 read: 100 rollback: 50 snap_create: 50 snap_remove: 50 write: 100 ops: 4000 write_append_excl: false - print: '**** done rados/snaps-few-objects 5-workload' first_in_suite: false job_id: '7903553' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi meta: - desc: 'randomized correctness test for rados operations on a replicated pool with snapshot operations ' - desc: 'run randomized correctness test for rados operations generate write load with rados bench ' - desc: 'run basic cls tests for rbd ' - desc: 'run basic import/export cli tests for rbd ' - desc: 'librbd C and C++ api tests ' - desc: 'randomized correctness test for rados operations on a replicated pool, using only reads, writes, and deletes ' - desc: 'randomized correctness test for rados operations on a replicated pool with snapshot operations ' - desc: 'run randomized correctness test for rados operations generate write load with rados bench ' name: akupczyk-2024-09-13_10:00:18-upgrade-wip-aclamk-cbt-combined-distro-default-smithi no_nested_subset: false openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-aclamk-cbt-combined 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 - PG_AVAILABILITY sha1: d58f73069a8157a9ace12a0247ee3e8497707ea9 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: d58f73069a8157a9ace12a0247ee3e8497707ea9 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-aclamk-cbt-combined sha1: d58f73069a8157a9ace12a0247ee3e8497707ea9 owner: scheduled_akupczyk@teuthology priority: 160 repo: https://git.ceph.com/ceph-ci.git roles: - - mon.a - mon.c - mgr.y - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - node-exporter.a - alertmanager.a - - mon.b - mgr.x - osd.4 - osd.5 - osd.6 - osd.7 - client.1 - prometheus.a - grafana.a - node-exporter.b second-half-sequence: sequential: - cephadm.shell: env: - sha1 mon.a: - sleep 60 - echo wait for upgrade to complete - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done - echo upgrade complete - ceph orch ps - ceph versions - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 second-half-tasks: - full_sequential: - radosbench: clients: - client.0 time: 90 - radosbench: clients: - client.0 time: 90 - radosbench: clients: - client.0 time: 90 - print: '**** done end radosbench.yaml' seed: 6545 sha1: d58f73069a8157a9ace12a0247ee3e8497707ea9 sleep_before_teardown: 0 stress-tasks: - thrashosds: aggressive_pg_num_changes: false chance_force_recovery: 0 chance_pgnum_grow: 1 chance_pgpnum_fix: 1 chance_thrash_cluster_full: 0 chance_thrash_pg_upmap: 0 chance_thrash_pg_upmap_items: 0 disable_objectstore_tool_tests: true timeout: 1200 - full_sequential: - radosbench: clients: - client.0 time: 90 - radosbench: clients: - client.0 time: 90 - radosbench: clients: - client.0 time: 90 - radosbench: clients: - client.0 time: 90 - radosbench: clients: - client.0 time: 90 - radosbench: clients: - client.0 time: 90 - print: '**** done end radosbench.yaml' - workunit: branch: reef clients: client.0: - cls/test_cls_rbd.sh - print: '**** done cls/test_cls_rbd.sh 5-workload' - workunit: branch: reef clients: client.0: - rbd/import_export.sh env: RBD_CREATE_ARGS: --new-format - print: '**** done rbd/import_export.sh 5-workload' - workunit: branch: reef clients: client.0: - rbd/test_librbd.sh env: RBD_FEATURES: '61' - print: '**** done rbd/test_librbd.sh 7-workload' - full_sequential: - rados: clients: - client.0 objects: 500 op_weights: delete: 10 read: 45 write: 45 ops: 4000 write_append_excl: false - print: '**** done rados/readwrite 5-workload' - full_sequential: - rados: clients: - client.0 objects: 50 op_weights: delete: 50 read: 100 rollback: 50 snap_create: 50 snap_remove: 50 write: 100 ops: 4000 write_append_excl: false - print: '**** done rados/snaps-few-objects 5-workload' subset: 682/13280 suite: upgrade suite_branch: wip-aclamk-cbt-combined suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_d58f73069a8157a9ace12a0247ee3e8497707ea9/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: d58f73069a8157a9ace12a0247ee3e8497707ea9 targets: smithi071.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGqaJG+CYUSBniLIR5ZMV7VhnH67lghnO/yuxmz0qRtbDZQHy/IryFjbZQ2gDLa2gT0cbSrgIRf8iNYSgHn2mLQ= smithi104.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCA/GX82BRq7iMklBaegnK9fESf5doLp6aGeLrsV0VWuZyC/doxyNn6akpjIWIXmOivMcsZRWAdTxKeMCuQatE0= tasks: - pexec: all: - sudo dnf remove nvme-cli -y - 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 - cephadm: compiled_cephadm_branch: reef conf: osd: osd_class_default_list: '*' osd_class_load_list: '*' image: quay.ceph.io/ceph-ci/ceph:reef - cephadm.shell: mon.a: - ceph fs volume create foo - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph.healthy: null - print: '**** upgrading first half of cluster, with stress ****' - parallel: - first-half-tasks - first-half-sequence - print: '**** done upgrading first half of cluster ****' - ceph.healthy: null - print: '**** applying stress + thrashing to mixed-version cluster ****' - parallel: - stress-tasks - ceph.healthy: null - print: '**** finishing upgrade ****' - parallel: - second-half-tasks - second-half-sequence - ceph.healthy: null teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a timestamp: 2024-09-13_10:00:18 tube: smithi user: akupczyk verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3401856 2024-09-13T14:02:00.090 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_d58f73069a8157a9ace12a0247ee3e8497707ea9/qa; will attempt to use it 2024-09-13T14:02:00.091 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_d58f73069a8157a9ace12a0247ee3e8497707ea9/qa/tasks 2024-09-13T14:02:00.091 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-13T14:02:00.093 INFO:teuthology.task.internal:Checking packages... 2024-09-13T14:02:00.115 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'd58f73069a8157a9ace12a0247ee3e8497707ea9' 2024-09-13T14:02:00.115 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-13T14:02:00.115 INFO:teuthology.packaging:ref: None 2024-09-13T14:02:00.115 INFO:teuthology.packaging:tag: None 2024-09-13T14:02:00.115 INFO:teuthology.packaging:branch: wip-aclamk-cbt-combined 2024-09-13T14:02:00.115 INFO:teuthology.packaging:sha1: d58f73069a8157a9ace12a0247ee3e8497707ea9 2024-09-13T14:02:00.115 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-aclamk-cbt-combined 2024-09-13T14:02:00.267 INFO:teuthology.task.internal:Found packages for ceph version 19.3.0-4697.gd58f7306 2024-09-13T14:02:00.269 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-13T14:02:00.276 INFO:teuthology.task.internal:no buildpackages task found 2024-09-13T14:02:00.276 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-13T14:02:00.341 INFO:teuthology.task.internal:Saving configuration 2024-09-13T14:02:00.366 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-13T14:02:00.409 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-13T14:02:00.441 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi071.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/akupczyk-2024-09-13_10:00:18-upgrade-wip-aclamk-cbt-combined-distro-default-smithi/7903553', '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-09-13 13:56:54.937421', 'locked_by': 'scheduled_akupczyk@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGqaJG+CYUSBniLIR5ZMV7VhnH67lghnO/yuxmz0qRtbDZQHy/IryFjbZQ2gDLa2gT0cbSrgIRf8iNYSgHn2mLQ='} 2024-09-13T14:02:00.472 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi104.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/akupczyk-2024-09-13_10:00:18-upgrade-wip-aclamk-cbt-combined-distro-default-smithi/7903553', '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-09-13 13:56:54.936034', 'locked_by': 'scheduled_akupczyk@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCA/GX82BRq7iMklBaegnK9fESf5doLp6aGeLrsV0VWuZyC/doxyNn6akpjIWIXmOivMcsZRWAdTxKeMCuQatE0='} 2024-09-13T14:02:00.472 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-13T14:02:00.499 INFO:teuthology.task.internal:roles: ubuntu@smithi071.front.sepia.ceph.com - ['mon.a', 'mon.c', 'mgr.y', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0', 'node-exporter.a', 'alertmanager.a'] 2024-09-13T14:02:00.500 INFO:teuthology.task.internal:roles: ubuntu@smithi104.front.sepia.ceph.com - ['mon.b', 'mgr.x', 'osd.4', 'osd.5', 'osd.6', 'osd.7', 'client.1', 'prometheus.a', 'grafana.a', 'node-exporter.b'] 2024-09-13T14:02:00.500 INFO:teuthology.run_tasks:Running task console_log... 2024-09-13T14:02:00.613 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fc7c243bbe0>, signals=[15]) 2024-09-13T14:02:00.614 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-13T14:02:00.620 INFO:teuthology.task.internal:Opening connections... 2024-09-13T14:02:00.620 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi071.front.sepia.ceph.com 2024-09-13T14:02:00.621 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T14:02:00.722 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi104.front.sepia.ceph.com 2024-09-13T14:02:00.723 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi104.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T14:02:00.808 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-13T14:02:00.815 DEBUG:teuthology.orchestra.run.smithi071:> uname -m 2024-09-13T14:02:00.833 INFO:teuthology.orchestra.run.smithi071.stdout:x86_64 2024-09-13T14:02:00.833 DEBUG:teuthology.orchestra.run.smithi071:> cat /etc/os-release 2024-09-13T14:02:00.891 INFO:teuthology.orchestra.run.smithi071.stdout:NAME="CentOS Stream" 2024-09-13T14:02:00.891 INFO:teuthology.orchestra.run.smithi071.stdout:VERSION="9" 2024-09-13T14:02:00.891 INFO:teuthology.orchestra.run.smithi071.stdout:ID="centos" 2024-09-13T14:02:00.891 INFO:teuthology.orchestra.run.smithi071.stdout:ID_LIKE="rhel fedora" 2024-09-13T14:02:00.891 INFO:teuthology.orchestra.run.smithi071.stdout:VERSION_ID="9" 2024-09-13T14:02:00.891 INFO:teuthology.orchestra.run.smithi071.stdout:PLATFORM_ID="platform:el9" 2024-09-13T14:02:00.891 INFO:teuthology.orchestra.run.smithi071.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-13T14:02:00.891 INFO:teuthology.orchestra.run.smithi071.stdout:ANSI_COLOR="0;31" 2024-09-13T14:02:00.891 INFO:teuthology.orchestra.run.smithi071.stdout:LOGO="fedora-logo-icon" 2024-09-13T14:02:00.892 INFO:teuthology.orchestra.run.smithi071.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-13T14:02:00.892 INFO:teuthology.orchestra.run.smithi071.stdout:HOME_URL="https://centos.org/" 2024-09-13T14:02:00.892 INFO:teuthology.orchestra.run.smithi071.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-13T14:02:00.892 INFO:teuthology.orchestra.run.smithi071.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-13T14:02:00.892 INFO:teuthology.orchestra.run.smithi071.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-13T14:02:00.893 INFO:teuthology.lock.ops:Updating smithi071.front.sepia.ceph.com on lock server 2024-09-13T14:02:00.928 DEBUG:teuthology.orchestra.run.smithi104:> uname -m 2024-09-13T14:02:00.947 INFO:teuthology.orchestra.run.smithi104.stdout:x86_64 2024-09-13T14:02:00.947 DEBUG:teuthology.orchestra.run.smithi104:> cat /etc/os-release 2024-09-13T14:02:01.005 INFO:teuthology.orchestra.run.smithi104.stdout:NAME="CentOS Stream" 2024-09-13T14:02:01.005 INFO:teuthology.orchestra.run.smithi104.stdout:VERSION="9" 2024-09-13T14:02:01.005 INFO:teuthology.orchestra.run.smithi104.stdout:ID="centos" 2024-09-13T14:02:01.005 INFO:teuthology.orchestra.run.smithi104.stdout:ID_LIKE="rhel fedora" 2024-09-13T14:02:01.005 INFO:teuthology.orchestra.run.smithi104.stdout:VERSION_ID="9" 2024-09-13T14:02:01.006 INFO:teuthology.orchestra.run.smithi104.stdout:PLATFORM_ID="platform:el9" 2024-09-13T14:02:01.006 INFO:teuthology.orchestra.run.smithi104.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-13T14:02:01.006 INFO:teuthology.orchestra.run.smithi104.stdout:ANSI_COLOR="0;31" 2024-09-13T14:02:01.006 INFO:teuthology.orchestra.run.smithi104.stdout:LOGO="fedora-logo-icon" 2024-09-13T14:02:01.006 INFO:teuthology.orchestra.run.smithi104.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-13T14:02:01.006 INFO:teuthology.orchestra.run.smithi104.stdout:HOME_URL="https://centos.org/" 2024-09-13T14:02:01.006 INFO:teuthology.orchestra.run.smithi104.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-13T14:02:01.006 INFO:teuthology.orchestra.run.smithi104.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-13T14:02:01.006 INFO:teuthology.orchestra.run.smithi104.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-13T14:02:01.006 INFO:teuthology.lock.ops:Updating smithi104.front.sepia.ceph.com on lock server 2024-09-13T14:02:01.036 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-13T14:02:01.046 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-13T14:02:01.092 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-13T14:02:01.092 DEBUG:teuthology.orchestra.run.smithi071:> test '!' -e /home/ubuntu/cephtest 2024-09-13T14:02:01.095 DEBUG:teuthology.orchestra.run.smithi104:> test '!' -e /home/ubuntu/cephtest 2024-09-13T14:02:01.112 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-13T14:02:01.149 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-13T14:02:01.149 DEBUG:teuthology.orchestra.run.smithi071:> test -z $(ls -A /var/lib/ceph) 2024-09-13T14:02:01.152 DEBUG:teuthology.orchestra.run.smithi104:> test -z $(ls -A /var/lib/ceph) 2024-09-13T14:02:01.179 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-13T14:02:01.284 INFO:teuthology.run_tasks:Running task kernel... 2024-09-13T14:02:01.298 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-13T14:02:01.298 INFO:teuthology.task.kernel:config {'mon.a': {'kdb': 1, 'sha1': 'distro'}, 'mon.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-09-13T14:02:01.298 DEBUG:teuthology.orchestra.run.smithi071:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-13T14:02:01.299 DEBUG:teuthology.orchestra.run.smithi104:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-13T14:02:01.315 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:02:01.315 DEBUG:teuthology.orchestra.run.smithi071:> uname -r 2024-09-13T14:02:01.316 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:02:01.317 DEBUG:teuthology.orchestra.run.smithi104:> uname -r 2024-09-13T14:02:01.372 INFO:teuthology.orchestra.run.smithi071.stdout:5.14.0-503.el9.x86_64 2024-09-13T14:02:01.373 INFO:teuthology.task.kernel:Running kernel on smithi071: 5.14.0-503.el9.x86_64 2024-09-13T14:02:01.373 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum install -y kernel 2024-09-13T14:02:01.374 INFO:teuthology.orchestra.run.smithi104.stdout:5.14.0-503.el9.x86_64 2024-09-13T14:02:01.374 INFO:teuthology.task.kernel:Running kernel on smithi104: 5.14.0-503.el9.x86_64 2024-09-13T14:02:01.374 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum install -y kernel 2024-09-13T14:02:04.151 INFO:teuthology.orchestra.run.smithi104.stdout:CentOS Stream 9 - BaseOS 7.8 MB/s | 8.2 MB 00:01 2024-09-13T14:02:04.938 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - BaseOS 4.6 MB/s | 8.2 MB 00:01 2024-09-13T14:02:05.951 INFO:teuthology.orchestra.run.smithi104.stdout:CentOS Stream 9 - AppStream 31 MB/s | 20 MB 00:00 2024-09-13T14:02:13.393 INFO:teuthology.orchestra.run.smithi104.stdout:CentOS Stream 9 - CRB 1.8 MB/s | 6.5 MB 00:03 2024-09-13T14:02:13.905 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - AppStream 2.6 MB/s | 20 MB 00:07 2024-09-13T14:02:15.135 INFO:teuthology.orchestra.run.smithi104.stdout:CentOS Stream 9 - Extras packages 35 kB/s | 19 kB 00:00 2024-09-13T14:02:16.455 INFO:teuthology.orchestra.run.smithi104.stdout:Extra Packages for Enterprise Linux 19 MB/s | 23 MB 00:01 2024-09-13T14:02:18.363 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - CRB 10 MB/s | 6.5 MB 00:00 2024-09-13T14:02:19.981 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - Extras packages 45 kB/s | 19 kB 00:00 2024-09-13T14:02:21.752 INFO:teuthology.orchestra.run.smithi071.stdout:Extra Packages for Enterprise Linux 14 MB/s | 23 MB 00:01 2024-09-13T14:02:21.911 INFO:teuthology.orchestra.run.smithi104.stdout:lab-extras 32 kB/s | 1.7 kB 00:00 2024-09-13T14:02:23.917 INFO:teuthology.orchestra.run.smithi104.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-13T14:02:23.917 INFO:teuthology.orchestra.run.smithi104.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-13T14:02:24.028 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-09-13T14:02:24.033 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-13T14:02:24.033 INFO:teuthology.orchestra.run.smithi104.stdout: Package Architecture Version Repository Size 2024-09-13T14:02:24.034 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-13T14:02:24.034 INFO:teuthology.orchestra.run.smithi104.stdout:Installing: 2024-09-13T14:02:24.034 INFO:teuthology.orchestra.run.smithi104.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-13T14:02:24.034 INFO:teuthology.orchestra.run.smithi104.stdout:Installing dependencies: 2024-09-13T14:02:24.034 INFO:teuthology.orchestra.run.smithi104.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-13T14:02:24.034 INFO:teuthology.orchestra.run.smithi104.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-13T14:02:24.034 INFO:teuthology.orchestra.run.smithi104.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-13T14:02:24.034 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:02:24.034 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2024-09-13T14:02:24.034 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-13T14:02:24.034 INFO:teuthology.orchestra.run.smithi104.stdout:Install 4 Packages 2024-09-13T14:02:24.034 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:02:24.035 INFO:teuthology.orchestra.run.smithi104.stdout:Total download size: 79 M 2024-09-13T14:02:24.035 INFO:teuthology.orchestra.run.smithi104.stdout:Installed size: 126 M 2024-09-13T14:02:24.035 INFO:teuthology.orchestra.run.smithi104.stdout:Downloading Packages: 2024-09-13T14:02:24.237 INFO:teuthology.orchestra.run.smithi104.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 288 kB/s | 23 kB 00:00 2024-09-13T14:02:27.124 INFO:teuthology.orchestra.run.smithi071.stdout:lab-extras 32 kB/s | 1.7 kB 00:00 2024-09-13T14:02:28.003 INFO:teuthology.orchestra.run.smithi104.stdout:(2/4): kernel-core-5.14.0-505.el9.x86_64.rpm 4.1 MB/s | 16 MB 00:03 2024-09-13T14:02:29.130 INFO:teuthology.orchestra.run.smithi071.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-13T14:02:29.130 INFO:teuthology.orchestra.run.smithi071.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-13T14:02:29.227 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-09-13T14:02:29.231 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-13T14:02:29.231 INFO:teuthology.orchestra.run.smithi071.stdout: Package Architecture Version Repository Size 2024-09-13T14:02:29.231 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-13T14:02:29.231 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-09-13T14:02:29.231 INFO:teuthology.orchestra.run.smithi071.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-13T14:02:29.231 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-09-13T14:02:29.231 INFO:teuthology.orchestra.run.smithi071.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-13T14:02:29.231 INFO:teuthology.orchestra.run.smithi071.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-13T14:02:29.231 INFO:teuthology.orchestra.run.smithi071.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-13T14:02:29.231 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:02:29.231 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-09-13T14:02:29.232 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-13T14:02:29.232 INFO:teuthology.orchestra.run.smithi071.stdout:Install 4 Packages 2024-09-13T14:02:29.232 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:02:29.232 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 79 M 2024-09-13T14:02:29.232 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 126 M 2024-09-13T14:02:29.232 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-09-13T14:02:29.442 INFO:teuthology.orchestra.run.smithi071.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 246 kB/s | 23 kB 00:00 2024-09-13T14:02:32.161 INFO:teuthology.orchestra.run.smithi104.stdout:(3/4): kernel-modules-core-5.14.0-505.el9.x86_6 3.6 MB/s | 29 MB 00:07 2024-09-13T14:02:32.200 INFO:teuthology.orchestra.run.smithi071.stdout:(2/4): kernel-core-5.14.0-505.el9.x86_64.rpm 5.5 MB/s | 16 MB 00:02 2024-09-13T14:02:34.211 INFO:teuthology.orchestra.run.smithi104.stdout:(4/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 3.4 MB/s | 35 MB 00:10 2024-09-13T14:02:34.211 INFO:teuthology.orchestra.run.smithi104.stdout:-------------------------------------------------------------------------------- 2024-09-13T14:02:34.211 INFO:teuthology.orchestra.run.smithi104.stdout:Total 7.7 MB/s | 79 MB 00:10 2024-09-13T14:02:34.889 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction check 2024-09-13T14:02:35.216 INFO:teuthology.orchestra.run.smithi071.stdout:(3/4): kernel-modules-core-5.14.0-505.el9.x86_6 4.9 MB/s | 29 MB 00:05 2024-09-13T14:02:35.229 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction check succeeded. 2024-09-13T14:02:35.229 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction test 2024-09-13T14:02:36.197 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction test succeeded. 2024-09-13T14:02:36.198 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction 2024-09-13T14:02:36.267 INFO:teuthology.orchestra.run.smithi071.stdout:(4/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 5.0 MB/s | 35 MB 00:06 2024-09-13T14:02:36.267 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-09-13T14:02:36.267 INFO:teuthology.orchestra.run.smithi071.stdout:Total 11 MB/s | 79 MB 00:07 2024-09-13T14:02:36.948 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-09-13T14:02:37.308 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-09-13T14:02:37.308 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-09-13T14:02:38.251 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-09-13T14:02:38.251 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-09-13T14:02:38.686 INFO:teuthology.orchestra.run.smithi104.stdout: Preparing : 1/1 2024-09-13T14:02:39.337 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-13T14:02:39.419 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-13T14:02:40.715 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-09-13T14:02:41.353 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-13T14:02:41.435 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-13T14:02:42.223 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-13T14:02:42.438 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-13T14:02:44.245 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-13T14:02:44.382 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-13T14:02:47.241 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-13T14:02:47.346 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-13T14:02:49.193 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-13T14:02:49.240 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-13T14:02:52.177 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-13T14:02:54.056 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-13T14:03:30.329 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-13T14:03:30.369 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-13T14:03:30.654 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-13T14:03:30.655 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-13T14:03:30.655 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-13T14:03:30.655 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-13T14:03:31.471 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-13T14:03:31.471 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:03:31.471 INFO:teuthology.orchestra.run.smithi104.stdout:Installed: 2024-09-13T14:03:31.471 INFO:teuthology.orchestra.run.smithi104.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-13T14:03:31.471 INFO:teuthology.orchestra.run.smithi104.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-13T14:03:31.471 INFO:teuthology.orchestra.run.smithi104.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-13T14:03:31.471 INFO:teuthology.orchestra.run.smithi104.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-13T14:03:31.471 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:03:31.471 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-09-13T14:03:31.829 DEBUG:teuthology.orchestra.run.smithi104:> rpm -q kernel | sort -rV | head -n 1 2024-09-13T14:03:31.912 INFO:teuthology.orchestra.run.smithi104.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-13T14:03:31.913 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-13T14:03:31.913 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-505.el9.x86_64 2024-09-13T14:03:31.913 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-13T14:03:31.913 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-13T14:03:31.913 INFO:teuthology.task.kernel:Installing distro kernel on mon.b... 2024-09-13T14:03:31.914 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi104.front.sepia.ceph.com, path=None, version=distro) 2024-09-13T14:03:31.914 DEBUG:teuthology.orchestra.run.smithi104:> rpm -q kernel | sort -rV | head -n 1 2024-09-13T14:03:31.972 INFO:teuthology.orchestra.run.smithi104.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-13T14:03:31.972 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-13T14:03:31.973 DEBUG:teuthology.orchestra.run.smithi104:> sudo rpm -qi grub2-tools 2024-09-13T14:03:32.004 INFO:teuthology.orchestra.run.smithi104.stdout:Name : grub2-tools 2024-09-13T14:03:32.005 INFO:teuthology.orchestra.run.smithi104.stdout:Epoch : 1 2024-09-13T14:03:32.005 INFO:teuthology.orchestra.run.smithi104.stdout:Version : 2.06 2024-09-13T14:03:32.005 INFO:teuthology.orchestra.run.smithi104.stdout:Release : 82.el9 2024-09-13T14:03:32.005 INFO:teuthology.orchestra.run.smithi104.stdout:Architecture: x86_64 2024-09-13T14:03:32.005 INFO:teuthology.orchestra.run.smithi104.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-13T14:03:32.005 INFO:teuthology.orchestra.run.smithi104.stdout:Group : Unspecified 2024-09-13T14:03:32.005 INFO:teuthology.orchestra.run.smithi104.stdout:Size : 8274670 2024-09-13T14:03:32.005 INFO:teuthology.orchestra.run.smithi104.stdout:License : GPLv3+ 2024-09-13T14:03:32.005 INFO:teuthology.orchestra.run.smithi104.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-13T14:03:32.005 INFO:teuthology.orchestra.run.smithi104.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-13T14:03:32.005 INFO:teuthology.orchestra.run.smithi104.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-13T14:03:32.005 INFO:teuthology.orchestra.run.smithi104.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-13T14:03:32.006 INFO:teuthology.orchestra.run.smithi104.stdout:Packager : builder@centos.org 2024-09-13T14:03:32.006 INFO:teuthology.orchestra.run.smithi104.stdout:Vendor : CentOS 2024-09-13T14:03:32.006 INFO:teuthology.orchestra.run.smithi104.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-13T14:03:32.006 INFO:teuthology.orchestra.run.smithi104.stdout:Summary : Support tools for GRUB. 2024-09-13T14:03:32.006 INFO:teuthology.orchestra.run.smithi104.stdout:Description : 2024-09-13T14:03:32.006 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:03:32.006 INFO:teuthology.orchestra.run.smithi104.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-13T14:03:32.006 INFO:teuthology.orchestra.run.smithi104.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-13T14:03:32.006 INFO:teuthology.orchestra.run.smithi104.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-13T14:03:32.006 INFO:teuthology.orchestra.run.smithi104.stdout:hardware devices. 2024-09-13T14:03:32.006 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:03:32.006 INFO:teuthology.orchestra.run.smithi104.stdout:This subpackage provides tools for support of all platforms. 2024-09-13T14:03:32.007 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-13T14:03:32.007 INFO:teuthology.task.kernel:Updating grub on smithi104 to boot 5.14.0-505.el9.x86_64 2024-09-13T14:03:32.007 DEBUG:teuthology.orchestra.run.smithi104:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-13T14:03:32.496 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-13T14:03:32.535 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-13T14:03:32.710 INFO:teuthology.orchestra.run.smithi104.stderr:Generating grub configuration file ... 2024-09-13T14:03:32.889 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-13T14:03:32.889 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-13T14:03:32.889 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-13T14:03:32.889 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-13T14:03:33.706 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-13T14:03:33.706 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:03:33.707 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-09-13T14:03:33.707 INFO:teuthology.orchestra.run.smithi071.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-13T14:03:33.707 INFO:teuthology.orchestra.run.smithi071.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-13T14:03:33.707 INFO:teuthology.orchestra.run.smithi071.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-13T14:03:33.707 INFO:teuthology.orchestra.run.smithi071.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-13T14:03:33.707 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:03:33.707 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-09-13T14:03:34.060 INFO:teuthology.orchestra.run.smithi104.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-13T14:03:34.080 DEBUG:teuthology.orchestra.run.smithi071:> rpm -q kernel | sort -rV | head -n 1 2024-09-13T14:03:34.087 INFO:teuthology.orchestra.run.smithi104.stderr:done 2024-09-13T14:03:34.090 DEBUG:teuthology.orchestra.run.smithi104:> mktemp 2024-09-13T14:03:34.105 INFO:teuthology.orchestra.run.smithi104.stdout:/tmp/tmp.BY0mIi3vgE 2024-09-13T14:03:34.105 DEBUG:teuthology.orchestra.run.smithi104:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.BY0mIi3vgE 2024-09-13T14:03:34.179 DEBUG:teuthology.orchestra.run.smithi104:> sudo chmod 0666 /tmp/tmp.BY0mIi3vgE 2024-09-13T14:03:34.217 INFO:teuthology.orchestra.run.smithi071.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-13T14:03:34.218 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-13T14:03:34.218 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-505.el9.x86_64 2024-09-13T14:03:34.218 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-13T14:03:34.218 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-13T14:03:34.218 INFO:teuthology.task.kernel:Installing distro kernel on mon.a... 2024-09-13T14:03:34.218 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi071.front.sepia.ceph.com, path=None, version=distro) 2024-09-13T14:03:34.219 DEBUG:teuthology.orchestra.run.smithi071:> rpm -q kernel | sort -rV | head -n 1 2024-09-13T14:03:34.277 INFO:teuthology.orchestra.run.smithi071.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-13T14:03:34.278 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-13T14:03:34.278 DEBUG:teuthology.orchestra.run.smithi071:> sudo rpm -qi grub2-tools 2024-09-13T14:03:34.309 INFO:teuthology.orchestra.run.smithi071.stdout:Name : grub2-tools 2024-09-13T14:03:34.309 INFO:teuthology.orchestra.run.smithi071.stdout:Epoch : 1 2024-09-13T14:03:34.310 INFO:teuthology.orchestra.run.smithi071.stdout:Version : 2.06 2024-09-13T14:03:34.310 INFO:teuthology.orchestra.run.smithi071.stdout:Release : 82.el9 2024-09-13T14:03:34.310 INFO:teuthology.orchestra.run.smithi071.stdout:Architecture: x86_64 2024-09-13T14:03:34.310 INFO:teuthology.orchestra.run.smithi071.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-13T14:03:34.310 INFO:teuthology.orchestra.run.smithi071.stdout:Group : Unspecified 2024-09-13T14:03:34.310 INFO:teuthology.orchestra.run.smithi071.stdout:Size : 8274670 2024-09-13T14:03:34.310 INFO:teuthology.orchestra.run.smithi071.stdout:License : GPLv3+ 2024-09-13T14:03:34.310 INFO:teuthology.orchestra.run.smithi071.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-13T14:03:34.310 INFO:teuthology.orchestra.run.smithi071.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-13T14:03:34.310 INFO:teuthology.orchestra.run.smithi071.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-13T14:03:34.310 INFO:teuthology.orchestra.run.smithi071.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-13T14:03:34.310 INFO:teuthology.orchestra.run.smithi071.stdout:Packager : builder@centos.org 2024-09-13T14:03:34.310 INFO:teuthology.orchestra.run.smithi071.stdout:Vendor : CentOS 2024-09-13T14:03:34.311 INFO:teuthology.orchestra.run.smithi071.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-13T14:03:34.311 INFO:teuthology.orchestra.run.smithi071.stdout:Summary : Support tools for GRUB. 2024-09-13T14:03:34.311 INFO:teuthology.orchestra.run.smithi071.stdout:Description : 2024-09-13T14:03:34.311 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:03:34.311 INFO:teuthology.orchestra.run.smithi071.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-13T14:03:34.311 INFO:teuthology.orchestra.run.smithi071.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-13T14:03:34.311 INFO:teuthology.orchestra.run.smithi071.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-13T14:03:34.311 INFO:teuthology.orchestra.run.smithi071.stdout:hardware devices. 2024-09-13T14:03:34.311 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:03:34.311 INFO:teuthology.orchestra.run.smithi071.stdout:This subpackage provides tools for support of all platforms. 2024-09-13T14:03:34.313 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-13T14:03:34.313 INFO:teuthology.task.kernel:Updating grub on smithi071 to boot 5.14.0-505.el9.x86_64 2024-09-13T14:03:34.313 DEBUG:teuthology.orchestra.run.smithi071:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-13T14:03:34.315 DEBUG:teuthology.orchestra.remote:smithi104:/tmp/tmp.BY0mIi3vgE is 6KB 2024-09-13T14:03:34.362 DEBUG:teuthology.orchestra.run.smithi104:> rm -fr /tmp/tmp.BY0mIi3vgE 2024-09-13T14:03:34.377 DEBUG:teuthology.orchestra.run.smithi104:> sudo /bin/ls /boot/loader/entries || true 2024-09-13T14:03:34.440 INFO:teuthology.orchestra.run.smithi104.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-13T14:03:34.440 INFO:teuthology.orchestra.run.smithi104.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-13T14:03:34.441 INFO:teuthology.orchestra.run.smithi104.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-13T14:03:34.441 INFO:teuthology.orchestra.run.smithi104.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-13T14:03:34.442 DEBUG:teuthology.orchestra.run.smithi104:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-13T14:03:34.593 DEBUG:teuthology.orchestra.run.smithi104:> sudo shutdown -r now 2024-09-13T14:03:35.016 INFO:teuthology.orchestra.run.smithi071.stderr:Generating grub configuration file ... 2024-09-13T14:03:36.335 INFO:teuthology.orchestra.run.smithi071.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-13T14:03:36.365 INFO:teuthology.orchestra.run.smithi071.stderr:done 2024-09-13T14:03:36.367 DEBUG:teuthology.orchestra.run.smithi071:> mktemp 2024-09-13T14:03:36.383 INFO:teuthology.orchestra.run.smithi071.stdout:/tmp/tmp.Fv4KOSaGXj 2024-09-13T14:03:36.383 DEBUG:teuthology.orchestra.run.smithi071:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.Fv4KOSaGXj 2024-09-13T14:03:36.451 DEBUG:teuthology.orchestra.run.smithi071:> sudo chmod 0666 /tmp/tmp.Fv4KOSaGXj 2024-09-13T14:03:36.591 DEBUG:teuthology.orchestra.remote:smithi071:/tmp/tmp.Fv4KOSaGXj is 6KB 2024-09-13T14:03:36.640 DEBUG:teuthology.orchestra.run.smithi071:> rm -fr /tmp/tmp.Fv4KOSaGXj 2024-09-13T14:03:36.656 DEBUG:teuthology.orchestra.run.smithi071:> sudo /bin/ls /boot/loader/entries || true 2024-09-13T14:03:36.718 INFO:teuthology.orchestra.run.smithi071.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-13T14:03:36.718 INFO:teuthology.orchestra.run.smithi071.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-13T14:03:36.718 INFO:teuthology.orchestra.run.smithi071.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-13T14:03:36.718 INFO:teuthology.orchestra.run.smithi071.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-13T14:03:36.719 DEBUG:teuthology.orchestra.run.smithi071:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-13T14:03:36.870 DEBUG:teuthology.orchestra.run.smithi071:> sudo shutdown -r now 2024-09-13T14:04:04.625 INFO:teuthology.task.kernel:Checking client mon.b for new kernel version... 2024-09-13T14:04:04.625 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi104.front.sepia.ceph.com' 2024-09-13T14:04:04.626 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi104.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T14:04:06.874 INFO:teuthology.task.kernel:Checking client mon.a for new kernel version... 2024-09-13T14:04:06.875 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-09-13T14:04:06.875 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T14:04:22.973 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.104 2024-09-13T14:04:25.277 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.71 2024-09-13T14:04:31.981 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi104.front.sepia.ceph.com' 2024-09-13T14:04:31.982 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi104.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T14:04:34.281 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-09-13T14:04:34.281 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T14:04:35.073 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.104 2024-09-13T14:04:37.341 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.71 2024-09-13T14:04:47.082 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi104.front.sepia.ceph.com' 2024-09-13T14:04:47.083 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi104.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T14:04:49.343 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-09-13T14:04:49.344 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T14:05:05.469 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.104 2024-09-13T14:05:07.777 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.71 2024-09-13T14:05:20.482 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi104.front.sepia.ceph.com' 2024-09-13T14:05:20.483 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi104.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T14:05:20.832 DEBUG:teuthology.orchestra.run.smithi104:> true 2024-09-13T14:05:21.189 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi104.front.sepia.ceph.com' 2024-09-13T14:05:21.189 INFO:teuthology.task.kernel:Checking kernel version of mon.b, want "5.14.0-505.el9.x86_64"... 2024-09-13T14:05:21.190 DEBUG:teuthology.orchestra.run.smithi104:> uname -r 2024-09-13T14:05:21.205 INFO:teuthology.orchestra.run.smithi104.stdout:5.14.0-505.el9.x86_64 2024-09-13T14:05:21.205 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-505.el9.x86_64 vs 5.14.0-505.el9.x86_64 2024-09-13T14:05:21.205 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-13T14:05:21.205 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-13T14:05:22.205 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2024-09-13T14:05:22.241 DEBUG:teuthology.orchestra.run.smithi104:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-13T14:05:22.354 INFO:teuthology.orchestra.run.smithi104.stdout:ttyS1 2024-09-13T14:05:22.378 DEBUG:teuthology.parallel:result is None 2024-09-13T14:05:22.777 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-09-13T14:05:22.778 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T14:05:23.136 DEBUG:teuthology.orchestra.run.smithi071:> true 2024-09-13T14:05:23.561 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-09-13T14:05:23.561 INFO:teuthology.task.kernel:Checking kernel version of mon.a, want "5.14.0-505.el9.x86_64"... 2024-09-13T14:05:23.561 DEBUG:teuthology.orchestra.run.smithi071:> uname -r 2024-09-13T14:05:23.576 INFO:teuthology.orchestra.run.smithi071.stdout:5.14.0-505.el9.x86_64 2024-09-13T14:05:23.576 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-505.el9.x86_64 vs 5.14.0-505.el9.x86_64 2024-09-13T14:05:23.576 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-13T14:05:23.576 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-13T14:05:24.577 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2024-09-13T14:05:24.577 DEBUG:teuthology.orchestra.run.smithi071:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-13T14:05:24.722 INFO:teuthology.orchestra.run.smithi071.stdout:ttyS1 2024-09-13T14:05:24.745 DEBUG:teuthology.parallel:result is None 2024-09-13T14:05:24.745 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-13T14:05:24.753 INFO:teuthology.task.internal:Creating test directory... 2024-09-13T14:05:24.754 DEBUG:teuthology.orchestra.run.smithi071:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-13T14:05:24.758 DEBUG:teuthology.orchestra.run.smithi104:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-13T14:05:24.800 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-13T14:05:24.818 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-13T14:05:24.858 INFO:teuthology.task.internal:Creating archive directory... 2024-09-13T14:05:24.859 DEBUG:teuthology.orchestra.run.smithi071:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-13T14:05:24.861 DEBUG:teuthology.orchestra.run.smithi104:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-13T14:05:24.902 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-13T14:05:24.910 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-13T14:05:24.910 DEBUG:teuthology.orchestra.run.smithi071:> 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-09-13T14:05:24.935 DEBUG:teuthology.orchestra.run.smithi104:> 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-09-13T14:05:24.971 INFO:teuthology.orchestra.run.smithi104.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-13T14:05:24.983 INFO:teuthology.orchestra.run.smithi104.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-13T14:05:25.003 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-13T14:05:25.020 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-13T14:05:25.022 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-13T14:05:25.030 INFO:teuthology.task.internal:Configuring sudo... 2024-09-13T14:05:25.030 DEBUG:teuthology.orchestra.run.smithi071:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-13T14:05:25.033 DEBUG:teuthology.orchestra.run.smithi104:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-13T14:05:25.101 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-13T14:05:25.115 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-13T14:05:25.116 DEBUG:teuthology.orchestra.run.smithi071:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-13T14:05:25.118 DEBUG:teuthology.orchestra.run.smithi104:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-13T14:05:25.155 DEBUG:teuthology.orchestra.run.smithi071:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-13T14:05:25.280 DEBUG:teuthology.orchestra.run.smithi071:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-13T14:05:25.371 DEBUG:teuthology.orchestra.run.smithi071:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-13T14:05:25.447 DEBUG:teuthology.orchestra.run.smithi071:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-13T14:05:25.478 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-09-13T14:05:25.478 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-13T14:05:25.543 DEBUG:teuthology.orchestra.run.smithi104:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-13T14:05:25.594 DEBUG:teuthology.orchestra.run.smithi104:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-13T14:05:25.642 DEBUG:teuthology.orchestra.run.smithi104:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-13T14:05:25.735 DEBUG:teuthology.orchestra.run.smithi104:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-13T14:05:25.768 DEBUG:teuthology.orchestra.run.smithi104:> set -ex 2024-09-13T14:05:25.768 DEBUG:teuthology.orchestra.run.smithi104:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-13T14:05:25.834 DEBUG:teuthology.orchestra.run.smithi071:> sudo service rsyslog restart 2024-09-13T14:05:25.837 DEBUG:teuthology.orchestra.run.smithi104:> sudo service rsyslog restart 2024-09-13T14:05:25.913 INFO:teuthology.orchestra.run.smithi071.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-13T14:05:25.926 INFO:teuthology.orchestra.run.smithi104.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-13T14:05:26.486 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-13T14:05:26.495 INFO:teuthology.task.internal:Starting timer... 2024-09-13T14:05:26.495 INFO:teuthology.run_tasks:Running task pcp... 2024-09-13T14:05:26.561 INFO:teuthology.run_tasks:Running task selinux... 2024-09-13T14:05:26.598 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-09-13T14:05:26.598 DEBUG:teuthology.orchestra.run.smithi071:> sudo service auditd rotate 2024-09-13T14:05:26.659 INFO:teuthology.orchestra.run.smithi071.stdout:Rotating logs: 2024-09-13T14:05:26.661 DEBUG:teuthology.orchestra.run.smithi104:> sudo service auditd rotate 2024-09-13T14:05:26.717 INFO:teuthology.orchestra.run.smithi104.stdout:Rotating logs: 2024-09-13T14:05:26.719 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-13T14:05:26.719 DEBUG:teuthology.orchestra.run.smithi071:> /usr/sbin/getenforce 2024-09-13T14:05:26.746 INFO:teuthology.orchestra.run.smithi071.stdout:Permissive 2024-09-13T14:05:26.747 DEBUG:teuthology.orchestra.run.smithi104:> /usr/sbin/getenforce 2024-09-13T14:05:26.773 INFO:teuthology.orchestra.run.smithi104.stdout:Permissive 2024-09-13T14:05:26.774 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi071.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi104.front.sepia.ceph.com': 'permissive'} 2024-09-13T14:05:26.774 DEBUG:teuthology.orchestra.run.smithi071:> 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-09-13T14:05:26.811 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:05:26.812 DEBUG:teuthology.orchestra.run.smithi104:> 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-09-13T14:05:26.841 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:05:26.842 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-13T14:05:26.842 DEBUG:teuthology.orchestra.run.smithi071:> sudo /usr/sbin/setenforce permissive 2024-09-13T14:05:26.884 DEBUG:teuthology.orchestra.run.smithi104:> sudo /usr/sbin/setenforce permissive 2024-09-13T14:05:26.919 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-13T14:05:26.933 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-09-13T14:05:26.936 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-09-13T14:05:27.092 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-13T14:05:27.103 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-09-13T14:05:27.104 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi071.front.sepia.ceph.com,smithi104.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-13T14:09:09.986 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi071.front.sepia.ceph.com'), Remote(name='ubuntu@smithi104.front.sepia.ceph.com')] 2024-09-13T14:09:09.988 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-09-13T14:09:09.989 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T14:09:10.075 DEBUG:teuthology.orchestra.run.smithi071:> true 2024-09-13T14:09:10.148 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-09-13T14:09:10.149 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi104.front.sepia.ceph.com' 2024-09-13T14:09:10.149 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi104.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T14:09:10.233 DEBUG:teuthology.orchestra.run.smithi104:> true 2024-09-13T14:09:10.308 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi104.front.sepia.ceph.com' 2024-09-13T14:09:10.308 INFO:teuthology.run_tasks:Running task clock... 2024-09-13T14:09:10.319 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-13T14:09:10.320 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-13T14:09:10.320 DEBUG:teuthology.orchestra.run.smithi071:> 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-09-13T14:09:10.322 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-13T14:09:10.322 DEBUG:teuthology.orchestra.run.smithi104:> 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-09-13T14:09:10.352 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-13T14:09:10.366 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-13T14:09:10.379 INFO:teuthology.orchestra.run.smithi104.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-13T14:09:10.391 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: ntpd: command not found 2024-09-13T14:09:10.394 INFO:teuthology.orchestra.run.smithi104.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-13T14:09:10.403 INFO:teuthology.orchestra.run.smithi071.stdout:506 Cannot talk to daemon 2024-09-13T14:09:10.417 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-13T14:09:10.418 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: ntpd: command not found 2024-09-13T14:09:10.429 INFO:teuthology.orchestra.run.smithi104.stdout:506 Cannot talk to daemon 2024-09-13T14:09:10.431 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-13T14:09:10.443 INFO:teuthology.orchestra.run.smithi104.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-13T14:09:10.457 INFO:teuthology.orchestra.run.smithi104.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-13T14:09:10.487 INFO:teuthology.orchestra.run.smithi071.stderr:bash: line 1: ntpq: command not found 2024-09-13T14:09:10.490 INFO:teuthology.orchestra.run.smithi071.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-13T14:09:10.490 INFO:teuthology.orchestra.run.smithi071.stdout:=============================================================================== 2024-09-13T14:09:10.490 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-13T14:09:10.490 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-13T14:09:10.491 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-13T14:09:10.491 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-13T14:09:10.515 INFO:teuthology.orchestra.run.smithi104.stderr:bash: line 1: ntpq: command not found 2024-09-13T14:09:10.519 INFO:teuthology.orchestra.run.smithi104.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-13T14:09:10.519 INFO:teuthology.orchestra.run.smithi104.stdout:=============================================================================== 2024-09-13T14:09:10.519 INFO:teuthology.orchestra.run.smithi104.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-13T14:09:10.519 INFO:teuthology.orchestra.run.smithi104.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-13T14:09:10.519 INFO:teuthology.orchestra.run.smithi104.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-13T14:09:10.520 INFO:teuthology.orchestra.run.smithi104.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-13T14:09:10.520 INFO:teuthology.run_tasks:Running task pexec... 2024-09-13T14:09:10.530 INFO:teuthology.task.pexec:Executing custom commands... 2024-09-13T14:09:10.530 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi071.front.sepia.ceph.com 2024-09-13T14:09:10.531 DEBUG:teuthology.orchestra.run.smithi071:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-13T14:09:10.531 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi104.front.sepia.ceph.com 2024-09-13T14:09:10.532 DEBUG:teuthology.orchestra.run.smithi104:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-13T14:09:10.884 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-09-13T14:09:10.894 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-13T14:09:10.894 INFO:teuthology.orchestra.run.smithi071.stdout: Package Architecture Version Repository Size 2024-09-13T14:09:10.894 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-13T14:09:10.894 INFO:teuthology.orchestra.run.smithi071.stdout:Removing: 2024-09-13T14:09:10.894 INFO:teuthology.orchestra.run.smithi071.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-13T14:09:10.894 INFO:teuthology.orchestra.run.smithi071.stdout:Removing unused dependencies: 2024-09-13T14:09:10.894 INFO:teuthology.orchestra.run.smithi071.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-13T14:09:10.895 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:09:10.895 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-09-13T14:09:10.895 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-13T14:09:10.895 INFO:teuthology.orchestra.run.smithi071.stdout:Remove 2 Packages 2024-09-13T14:09:10.895 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:09:10.895 INFO:teuthology.orchestra.run.smithi071.stdout:Freed space: 5.5 M 2024-09-13T14:09:10.895 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-09-13T14:09:10.898 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-09-13T14:09:10.898 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-09-13T14:09:10.911 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-09-13T14:09:10.913 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-13T14:09:10.913 INFO:teuthology.orchestra.run.smithi104.stdout: Package Architecture Version Repository Size 2024-09-13T14:09:10.913 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-13T14:09:10.913 INFO:teuthology.orchestra.run.smithi104.stdout:Removing: 2024-09-13T14:09:10.913 INFO:teuthology.orchestra.run.smithi104.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-13T14:09:10.913 INFO:teuthology.orchestra.run.smithi104.stdout:Removing unused dependencies: 2024-09-13T14:09:10.913 INFO:teuthology.orchestra.run.smithi104.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-13T14:09:10.913 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:09:10.913 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2024-09-13T14:09:10.913 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-13T14:09:10.913 INFO:teuthology.orchestra.run.smithi104.stdout:Remove 2 Packages 2024-09-13T14:09:10.914 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:09:10.914 INFO:teuthology.orchestra.run.smithi104.stdout:Freed space: 5.5 M 2024-09-13T14:09:10.914 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction check 2024-09-13T14:09:10.917 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction check succeeded. 2024-09-13T14:09:10.917 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction test 2024-09-13T14:09:10.976 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-09-13T14:09:10.976 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-09-13T14:09:10.982 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction test succeeded. 2024-09-13T14:09:10.983 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction 2024-09-13T14:09:11.122 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-09-13T14:09:11.129 INFO:teuthology.orchestra.run.smithi104.stdout: Preparing : 1/1 2024-09-13T14:09:11.197 INFO:teuthology.orchestra.run.smithi071.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-13T14:09:11.218 INFO:teuthology.orchestra.run.smithi104.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-13T14:09:11.252 INFO:teuthology.orchestra.run.smithi071.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-13T14:09:11.280 INFO:teuthology.orchestra.run.smithi104.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-13T14:09:11.722 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-13T14:09:11.722 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-13T14:09:11.851 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-13T14:09:11.851 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-13T14:09:11.953 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-13T14:09:11.953 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:09:11.953 INFO:teuthology.orchestra.run.smithi071.stdout:Removed: 2024-09-13T14:09:11.953 INFO:teuthology.orchestra.run.smithi071.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-13T14:09:11.953 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:09:11.953 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-09-13T14:09:12.076 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-13T14:09:12.076 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:09:12.076 INFO:teuthology.orchestra.run.smithi104.stdout:Removed: 2024-09-13T14:09:12.076 INFO:teuthology.orchestra.run.smithi104.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-13T14:09:12.076 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:09:12.076 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-09-13T14:09:12.785 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:00:47 ago on Fri 13 Sep 2024 02:08:25 PM UTC. 2024-09-13T14:09:12.918 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:00:47 ago on Fri 13 Sep 2024 02:08:25 PM UTC. 2024-09-13T14:09:12.919 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-09-13T14:09:12.920 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-13T14:09:12.920 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-09-13T14:09:12.920 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-13T14:09:12.920 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-09-13T14:09:12.920 INFO:teuthology.orchestra.run.smithi071.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-13T14:09:12.920 INFO:teuthology.orchestra.run.smithi071.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-13T14:09:12.920 INFO:teuthology.orchestra.run.smithi071.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-09-13T14:09:12.920 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-09-13T14:09:12.920 INFO:teuthology.orchestra.run.smithi071.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-13T14:09:12.920 INFO:teuthology.orchestra.run.smithi071.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-13T14:09:12.920 INFO:teuthology.orchestra.run.smithi071.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-13T14:09:12.921 INFO:teuthology.orchestra.run.smithi071.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-13T14:09:12.921 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:09:12.921 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-09-13T14:09:12.921 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-13T14:09:12.921 INFO:teuthology.orchestra.run.smithi071.stdout:Install 7 Packages 2024-09-13T14:09:12.921 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:09:12.932 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 5.2 M 2024-09-13T14:09:12.933 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 19 M 2024-09-13T14:09:12.933 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-09-13T14:09:13.053 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-09-13T14:09:13.053 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-13T14:09:13.054 INFO:teuthology.orchestra.run.smithi104.stdout: Package Arch Version Repository Size 2024-09-13T14:09:13.054 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-13T14:09:13.054 INFO:teuthology.orchestra.run.smithi104.stdout:Installing: 2024-09-13T14:09:13.054 INFO:teuthology.orchestra.run.smithi104.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-13T14:09:13.054 INFO:teuthology.orchestra.run.smithi104.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-13T14:09:13.054 INFO:teuthology.orchestra.run.smithi104.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-09-13T14:09:13.054 INFO:teuthology.orchestra.run.smithi104.stdout:Installing dependencies: 2024-09-13T14:09:13.054 INFO:teuthology.orchestra.run.smithi104.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-13T14:09:13.054 INFO:teuthology.orchestra.run.smithi104.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-13T14:09:13.054 INFO:teuthology.orchestra.run.smithi104.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-13T14:09:13.054 INFO:teuthology.orchestra.run.smithi104.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-13T14:09:13.054 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:09:13.054 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2024-09-13T14:09:13.055 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-13T14:09:13.055 INFO:teuthology.orchestra.run.smithi104.stdout:Install 7 Packages 2024-09-13T14:09:13.055 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:09:13.073 INFO:teuthology.orchestra.run.smithi104.stdout:Total download size: 5.2 M 2024-09-13T14:09:13.073 INFO:teuthology.orchestra.run.smithi104.stdout:Installed size: 19 M 2024-09-13T14:09:13.073 INFO:teuthology.orchestra.run.smithi104.stdout:Downloading Packages: 2024-09-13T14:09:13.126 INFO:teuthology.orchestra.run.smithi071.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 470 kB/s | 44 kB 00:00 2024-09-13T14:09:13.151 INFO:teuthology.orchestra.run.smithi071.stdout:(2/7): libnvme-1.9-3.el9.x86_64.rpm 883 kB/s | 106 kB 00:00 2024-09-13T14:09:13.185 INFO:teuthology.orchestra.run.smithi071.stdout:(3/7): python3-configshell-1.1.30-1.el9.noarch. 1.2 MB/s | 72 kB 00:00 2024-09-13T14:09:13.218 INFO:teuthology.orchestra.run.smithi071.stdout:(4/7): python3-kmod-0.9-32.el9.x86_64.rpm 1.2 MB/s | 84 kB 00:00 2024-09-13T14:09:13.277 INFO:teuthology.orchestra.run.smithi071.stdout:(5/7): nvme-cli-2.9.1-6.el9.x86_64.rpm 3.6 MB/s | 906 kB 00:00 2024-09-13T14:09:13.311 INFO:teuthology.orchestra.run.smithi071.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 6.5 MB/s | 837 kB 00:00 2024-09-13T14:09:13.711 INFO:teuthology.orchestra.run.smithi104.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 414 kB/s | 44 kB 00:00 2024-09-13T14:09:13.737 INFO:teuthology.orchestra.run.smithi104.stdout:(2/7): libnvme-1.9-3.el9.x86_64.rpm 799 kB/s | 106 kB 00:00 2024-09-13T14:09:13.787 INFO:teuthology.orchestra.run.smithi104.stdout:(3/7): nvme-cli-2.9.1-6.el9.x86_64.rpm 4.8 MB/s | 906 kB 00:00 2024-09-13T14:09:13.812 INFO:teuthology.orchestra.run.smithi104.stdout:(4/7): python3-configshell-1.1.30-1.el9.noarch. 713 kB/s | 72 kB 00:00 2024-09-13T14:09:13.838 INFO:teuthology.orchestra.run.smithi104.stdout:(5/7): python3-kmod-0.9-32.el9.x86_64.rpm 838 kB/s | 84 kB 00:00 2024-09-13T14:09:13.979 INFO:teuthology.orchestra.run.smithi104.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 4.3 MB/s | 837 kB 00:00 2024-09-13T14:09:14.121 INFO:teuthology.orchestra.run.smithi104.stdout:(7/7): runc-1.1.13-4.el9.x86_64.rpm 10 MB/s | 3.2 MB 00:00 2024-09-13T14:09:14.124 INFO:teuthology.orchestra.run.smithi104.stdout:-------------------------------------------------------------------------------- 2024-09-13T14:09:14.124 INFO:teuthology.orchestra.run.smithi104.stdout:Total 4.9 MB/s | 5.2 MB 00:01 2024-09-13T14:09:14.127 INFO:teuthology.orchestra.run.smithi071.stdout:(7/7): runc-1.1.13-4.el9.x86_64.rpm 3.5 MB/s | 3.2 MB 00:00 2024-09-13T14:09:14.128 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-09-13T14:09:14.128 INFO:teuthology.orchestra.run.smithi071.stdout:Total 4.3 MB/s | 5.2 MB 00:01 2024-09-13T14:09:14.233 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction check 2024-09-13T14:09:14.237 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-09-13T14:09:14.247 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction check succeeded. 2024-09-13T14:09:14.248 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction test 2024-09-13T14:09:14.252 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-09-13T14:09:14.252 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-09-13T14:09:14.563 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction test succeeded. 2024-09-13T14:09:14.564 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction 2024-09-13T14:09:14.573 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-09-13T14:09:14.574 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-09-13T14:09:15.050 INFO:teuthology.orchestra.run.smithi104.stdout: Preparing : 1/1 2024-09-13T14:09:15.058 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-09-13T14:09:15.138 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2024-09-13T14:09:15.149 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2024-09-13T14:09:15.172 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/7 2024-09-13T14:09:15.191 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/7 2024-09-13T14:09:15.201 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/7 2024-09-13T14:09:15.220 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/7 2024-09-13T14:09:15.413 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/7 2024-09-13T14:09:15.431 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/7 2024-09-13T14:09:15.449 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-13T14:09:15.468 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-13T14:09:15.883 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-13T14:09:15.918 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/7 2024-09-13T14:09:15.919 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-13T14:09:15.946 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/7 2024-09-13T14:09:16.026 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/7 2024-09-13T14:09:16.059 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/7 2024-09-13T14:09:16.088 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-13T14:09:16.124 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-13T14:09:17.099 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-13T14:09:17.099 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/7 2024-09-13T14:09:17.099 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/7 2024-09-13T14:09:17.099 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/7 2024-09-13T14:09:17.099 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/7 2024-09-13T14:09:17.099 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/7 2024-09-13T14:09:17.099 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2024-09-13T14:09:17.155 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-13T14:09:17.155 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/7 2024-09-13T14:09:17.155 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/7 2024-09-13T14:09:17.155 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/7 2024-09-13T14:09:17.156 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/7 2024-09-13T14:09:17.156 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/7 2024-09-13T14:09:17.156 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2024-09-13T14:09:17.522 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-13T14:09:17.522 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:09:17.523 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-09-13T14:09:17.523 INFO:teuthology.orchestra.run.smithi071.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-13T14:09:17.523 INFO:teuthology.orchestra.run.smithi071.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-13T14:09:17.523 INFO:teuthology.orchestra.run.smithi071.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-13T14:09:17.523 INFO:teuthology.orchestra.run.smithi071.stdout: runc-4:1.1.13-4.el9.x86_64 2024-09-13T14:09:17.523 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:09:17.523 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-09-13T14:09:17.523 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-13T14:09:17.523 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:09:17.524 INFO:teuthology.orchestra.run.smithi104.stdout:Installed: 2024-09-13T14:09:17.524 INFO:teuthology.orchestra.run.smithi104.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-13T14:09:17.524 INFO:teuthology.orchestra.run.smithi104.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-13T14:09:17.524 INFO:teuthology.orchestra.run.smithi104.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-13T14:09:17.524 INFO:teuthology.orchestra.run.smithi104.stdout: runc-4:1.1.13-4.el9.x86_64 2024-09-13T14:09:17.524 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:09:17.524 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-09-13T14:09:17.898 DEBUG:teuthology.parallel:result is None 2024-09-13T14:09:17.928 DEBUG:teuthology.parallel:result is None 2024-09-13T14:09:17.928 INFO:teuthology.run_tasks:Running task install... 2024-09-13T14:09:17.936 DEBUG:teuthology.task.install:project ceph 2024-09-13T14:09:17.936 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'd58f73069a8157a9ace12a0247ee3e8497707ea9'}} 2024-09-13T14:09:17.936 DEBUG:teuthology.task.install:config {'branch': 'reef', 'exclude_packages': ['ceph-volume'], 'flavor': 'default', 'sha1': 'd58f73069a8157a9ace12a0247ee3e8497707ea9'} 2024-09-13T14:09:17.937 INFO:teuthology.task.install:Using flavor: default 2024-09-13T14:09:17.942 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-09-13T14:09:17.942 INFO:teuthology.task.install:extra packages: [] 2024-09-13T14:09:17.943 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': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'd58f73069a8157a9ace12a0247ee3e8497707ea9', 'tag': None, 'wait_for_package': False} 2024-09-13T14:09:17.943 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-13T14:09:17.943 INFO:teuthology.packaging:ref: None 2024-09-13T14:09:17.943 INFO:teuthology.packaging:tag: None 2024-09-13T14:09:17.943 INFO:teuthology.packaging:branch: reef 2024-09-13T14:09:17.943 INFO:teuthology.packaging:sha1: d58f73069a8157a9ace12a0247ee3e8497707ea9 2024-09-13T14:09:17.944 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=reef 2024-09-13T14:09:17.945 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': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'd58f73069a8157a9ace12a0247ee3e8497707ea9', 'tag': None, 'wait_for_package': False} 2024-09-13T14:09:17.946 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-13T14:09:17.946 INFO:teuthology.packaging:ref: None 2024-09-13T14:09:17.946 INFO:teuthology.packaging:tag: None 2024-09-13T14:09:17.946 INFO:teuthology.packaging:branch: reef 2024-09-13T14:09:17.946 INFO:teuthology.packaging:sha1: d58f73069a8157a9ace12a0247ee3e8497707ea9 2024-09-13T14:09:17.946 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=reef 2024-09-13T14:09:18.191 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/reef/2c01458affee2b2435cd231b6e392435c1c21661/centos/9/flavors/default/ 2024-09-13T14:09:18.192 INFO:teuthology.task.install.rpm:Package version is 18.2.4-843.g2c01458a 2024-09-13T14:09:18.234 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/reef/2c01458affee2b2435cd231b6e392435c1c21661/centos/9/flavors/default/ 2024-09-13T14:09:18.234 INFO:teuthology.task.install.rpm:Package version is 18.2.4-843.g2c01458a 2024-09-13T14:09:18.319 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/reef/2c01458affee2b2435cd231b6e392435c1c21661/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/reef/2c01458affee2b2435cd231b6e392435c1c21661/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/reef/2c01458affee2b2435cd231b6e392435c1c21661/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-13T14:09:18.319 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-09-13T14:09:18.319 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-13T14:09:18.345 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 on remote rpm x86_64 2024-09-13T14:09:18.345 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-13T14:09:18.345 INFO:teuthology.packaging:ref: None 2024-09-13T14:09:18.345 INFO:teuthology.packaging:tag: None 2024-09-13T14:09:18.345 INFO:teuthology.packaging:branch: reef 2024-09-13T14:09:18.346 INFO:teuthology.packaging:sha1: d58f73069a8157a9ace12a0247ee3e8497707ea9 2024-09-13T14:09:18.346 DEBUG:teuthology.orchestra.run.smithi071:> 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-09-13T14:09:18.355 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/reef/2c01458affee2b2435cd231b6e392435c1c21661/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/reef/2c01458affee2b2435cd231b6e392435c1c21661/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/reef/2c01458affee2b2435cd231b6e392435c1c21661/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-13T14:09:18.356 DEBUG:teuthology.orchestra.run.smithi104:> set -ex 2024-09-13T14:09:18.356 DEBUG:teuthology.orchestra.run.smithi104:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-13T14:09:18.383 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 on remote rpm x86_64 2024-09-13T14:09:18.383 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-13T14:09:18.384 INFO:teuthology.packaging:ref: None 2024-09-13T14:09:18.384 INFO:teuthology.packaging:tag: None 2024-09-13T14:09:18.384 INFO:teuthology.packaging:branch: reef 2024-09-13T14:09:18.384 INFO:teuthology.packaging:sha1: d58f73069a8157a9ace12a0247ee3e8497707ea9 2024-09-13T14:09:18.384 DEBUG:teuthology.orchestra.run.smithi104:> 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-09-13T14:09:18.444 DEBUG:teuthology.orchestra.run.smithi071:> 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-09-13T14:09:18.450 DEBUG:teuthology.orchestra.run.smithi104:> 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-09-13T14:09:18.479 DEBUG:teuthology.orchestra.run.smithi071:> 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-09-13T14:09:18.541 DEBUG:teuthology.orchestra.run.smithi104:> 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-09-13T14:09:18.544 INFO:teuthology.orchestra.run.smithi071.stdout:check_obsoletes = 1 2024-09-13T14:09:18.546 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum clean all 2024-09-13T14:09:18.566 INFO:teuthology.orchestra.run.smithi104.stdout:check_obsoletes = 1 2024-09-13T14:09:18.570 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum clean all 2024-09-13T14:09:18.773 INFO:teuthology.orchestra.run.smithi071.stdout:45 files removed 2024-09-13T14:09:18.801 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-radosgw 2024-09-13T14:09:18.802 INFO:teuthology.orchestra.run.smithi104.stdout:45 files removed 2024-09-13T14:09:18.829 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install ceph-radosgw 2024-09-13T14:09:19.383 INFO:teuthology.orchestra.run.smithi071.stdout:ceph packages for x86_64 262 kB/s | 77 kB 00:00 2024-09-13T14:09:19.385 INFO:teuthology.orchestra.run.smithi104.stdout:ceph packages for x86_64 287 kB/s | 77 kB 00:00 2024-09-13T14:09:19.675 INFO:teuthology.orchestra.run.smithi071.stdout:ceph noarch packages 46 kB/s | 11 kB 00:00 2024-09-13T14:09:19.678 INFO:teuthology.orchestra.run.smithi104.stdout:ceph noarch packages 46 kB/s | 11 kB 00:00 2024-09-13T14:09:19.954 INFO:teuthology.orchestra.run.smithi104.stdout:ceph source packages 7.9 kB/s | 1.9 kB 00:00 2024-09-13T14:09:19.959 INFO:teuthology.orchestra.run.smithi071.stdout:ceph source packages 7.6 kB/s | 1.9 kB 00:00 2024-09-13T14:09:20.792 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - BaseOS 10 MB/s | 8.2 MB 00:00 2024-09-13T14:09:21.595 INFO:teuthology.orchestra.run.smithi104.stdout:CentOS Stream 9 - BaseOS 5.1 MB/s | 8.2 MB 00:01 2024-09-13T14:09:22.610 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - AppStream 28 MB/s | 20 MB 00:00 2024-09-13T14:09:23.563 INFO:teuthology.orchestra.run.smithi104.stdout:CentOS Stream 9 - AppStream 23 MB/s | 20 MB 00:00 2024-09-13T14:09:27.036 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - CRB 10 MB/s | 6.5 MB 00:00 2024-09-13T14:09:28.462 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - Extras packages 88 kB/s | 19 kB 00:00 2024-09-13T14:09:28.988 INFO:teuthology.orchestra.run.smithi104.stdout:CentOS Stream 9 - CRB 4.1 MB/s | 6.5 MB 00:01 2024-09-13T14:09:29.823 INFO:teuthology.orchestra.run.smithi071.stdout:Extra Packages for Enterprise Linux 18 MB/s | 23 MB 00:01 2024-09-13T14:09:30.447 INFO:teuthology.orchestra.run.smithi104.stdout:CentOS Stream 9 - Extras packages 93 kB/s | 19 kB 00:00 2024-09-13T14:09:31.651 INFO:teuthology.orchestra.run.smithi104.stdout:Extra Packages for Enterprise Linux 21 MB/s | 23 MB 00:01 2024-09-13T14:09:35.262 INFO:teuthology.orchestra.run.smithi071.stdout:lab-extras 33 kB/s | 1.7 kB 00:00 2024-09-13T14:09:37.081 INFO:teuthology.orchestra.run.smithi104.stdout:lab-extras 27 kB/s | 1.7 kB 00:00 2024-09-13T14:09:37.629 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-09-13T14:09:37.631 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-13T14:09:37.632 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-09-13T14:09:37.632 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-13T14:09:37.632 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-09-13T14:09:37.632 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-radosgw x86_64 2:18.2.4-843.g2c01458a.el9 ceph 7.7 M 2024-09-13T14:09:37.632 INFO:teuthology.orchestra.run.smithi071.stdout:Upgrading: 2024-09-13T14:09:37.632 INFO:teuthology.orchestra.run.smithi071.stdout: librados2 x86_64 2:18.2.4-843.g2c01458a.el9 ceph 3.3 M 2024-09-13T14:09:37.632 INFO:teuthology.orchestra.run.smithi071.stdout: librbd1 x86_64 2:18.2.4-843.g2c01458a.el9 ceph 3.0 M 2024-09-13T14:09:37.632 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-09-13T14:09:37.632 INFO:teuthology.orchestra.run.smithi071.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-09-13T14:09:37.632 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-base x86_64 2:18.2.4-843.g2c01458a.el9 ceph 5.1 M 2024-09-13T14:09:37.633 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-common x86_64 2:18.2.4-843.g2c01458a.el9 ceph 18 M 2024-09-13T14:09:37.633 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-selinux x86_64 2:18.2.4-843.g2c01458a.el9 ceph 25 k 2024-09-13T14:09:37.633 INFO:teuthology.orchestra.run.smithi071.stdout: fmt x86_64 8.1.1-5.el9 epel 111 k 2024-09-13T14:09:37.633 INFO:teuthology.orchestra.run.smithi071.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2024-09-13T14:09:37.633 INFO:teuthology.orchestra.run.smithi071.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-09-13T14:09:37.633 INFO:teuthology.orchestra.run.smithi071.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-09-13T14:09:37.633 INFO:teuthology.orchestra.run.smithi071.stdout: libcephfs2 x86_64 2:18.2.4-843.g2c01458a.el9 ceph 712 k 2024-09-13T14:09:37.633 INFO:teuthology.orchestra.run.smithi071.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-13T14:09:37.633 INFO:teuthology.orchestra.run.smithi071.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-13T14:09:37.633 INFO:teuthology.orchestra.run.smithi071.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-13T14:09:37.633 INFO:teuthology.orchestra.run.smithi071.stdout: libradosstriper1 x86_64 2:18.2.4-843.g2c01458a.el9 ceph 477 k 2024-09-13T14:09:37.633 INFO:teuthology.orchestra.run.smithi071.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-13T14:09:37.633 INFO:teuthology.orchestra.run.smithi071.stdout: librgw2 x86_64 2:18.2.4-843.g2c01458a.el9 ceph 4.5 M 2024-09-13T14:09:37.634 INFO:teuthology.orchestra.run.smithi071.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-13T14:09:37.634 INFO:teuthology.orchestra.run.smithi071.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-13T14:09:37.634 INFO:teuthology.orchestra.run.smithi071.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-09-13T14:09:37.634 INFO:teuthology.orchestra.run.smithi071.stdout: python3-ceph-argparse x86_64 2:18.2.4-843.g2c01458a.el9 ceph 45 k 2024-09-13T14:09:37.634 INFO:teuthology.orchestra.run.smithi071.stdout: python3-ceph-common x86_64 2:18.2.4-843.g2c01458a.el9 ceph 129 k 2024-09-13T14:09:37.634 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cephfs x86_64 2:18.2.4-843.g2c01458a.el9 ceph 162 k 2024-09-13T14:09:37.634 INFO:teuthology.orchestra.run.smithi071.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-13T14:09:37.634 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rados x86_64 2:18.2.4-843.g2c01458a.el9 ceph 321 k 2024-09-13T14:09:37.634 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rbd x86_64 2:18.2.4-843.g2c01458a.el9 ceph 301 k 2024-09-13T14:09:37.634 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rgw x86_64 2:18.2.4-843.g2c01458a.el9 ceph 99 k 2024-09-13T14:09:37.634 INFO:teuthology.orchestra.run.smithi071.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2024-09-13T14:09:37.634 INFO:teuthology.orchestra.run.smithi071.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-13T14:09:37.635 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:09:37.635 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-09-13T14:09:37.635 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-13T14:09:37.635 INFO:teuthology.orchestra.run.smithi071.stdout:Install 28 Packages 2024-09-13T14:09:37.635 INFO:teuthology.orchestra.run.smithi071.stdout:Upgrade 2 Packages 2024-09-13T14:09:37.635 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:09:37.635 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 53 M 2024-09-13T14:09:37.635 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-09-13T14:09:38.305 INFO:teuthology.orchestra.run.smithi071.stdout:(1/30): ceph-base-18.2.4-843.g2c01458a.el9.x86_ 9.1 MB/s | 5.1 MB 00:00 2024-09-13T14:09:38.414 INFO:teuthology.orchestra.run.smithi071.stdout:(2/30): ceph-radosgw-18.2.4-843.g2c01458a.el9.x 12 MB/s | 7.7 MB 00:00 2024-09-13T14:09:38.431 INFO:teuthology.orchestra.run.smithi071.stdout:(3/30): ceph-selinux-18.2.4-843.g2c01458a.el9.x 201 kB/s | 25 kB 00:00 2024-09-13T14:09:38.482 INFO:teuthology.orchestra.run.smithi071.stdout:(4/30): libcephfs2-18.2.4-843.g2c01458a.el9.x86 10 MB/s | 712 kB 00:00 2024-09-13T14:09:38.515 INFO:teuthology.orchestra.run.smithi071.stdout:(5/30): libradosstriper1-18.2.4-843.g2c01458a.e 5.6 MB/s | 477 kB 00:00 2024-09-13T14:09:38.573 INFO:teuthology.orchestra.run.smithi071.stdout:(6/30): python3-ceph-argparse-18.2.4-843.g2c014 774 kB/s | 45 kB 00:00 2024-09-13T14:09:38.823 INFO:teuthology.orchestra.run.smithi071.stdout:(7/30): ceph-common-18.2.4-843.g2c01458a.el9.x8 17 MB/s | 18 MB 00:01 2024-09-13T14:09:38.848 INFO:teuthology.orchestra.run.smithi071.stdout:(8/30): python3-ceph-common-18.2.4-843.g2c01458 469 kB/s | 129 kB 00:00 2024-09-13T14:09:38.873 INFO:teuthology.orchestra.run.smithi071.stdout:(9/30): python3-cephfs-18.2.4-843.g2c01458a.el9 3.2 MB/s | 162 kB 00:00 2024-09-13T14:09:38.907 INFO:teuthology.orchestra.run.smithi071.stdout:(10/30): python3-rados-18.2.4-843.g2c01458a.el9 5.4 MB/s | 321 kB 00:00 2024-09-13T14:09:38.933 INFO:teuthology.orchestra.run.smithi071.stdout:(11/30): python3-rbd-18.2.4-843.g2c01458a.el9.x 5.0 MB/s | 301 kB 00:00 2024-09-13T14:09:38.958 INFO:teuthology.orchestra.run.smithi071.stdout:(12/30): python3-rgw-18.2.4-843.g2c01458a.el9.x 1.9 MB/s | 99 kB 00:00 2024-09-13T14:09:39.025 INFO:teuthology.orchestra.run.smithi071.stdout:(13/30): librgw2-18.2.4-843.g2c01458a.el9.x86_6 8.2 MB/s | 4.5 MB 00:00 2024-09-13T14:09:39.485 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-09-13T14:09:39.487 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-13T14:09:39.487 INFO:teuthology.orchestra.run.smithi104.stdout: Package Arch Version Repository Size 2024-09-13T14:09:39.487 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-13T14:09:39.487 INFO:teuthology.orchestra.run.smithi104.stdout:Installing: 2024-09-13T14:09:39.488 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-radosgw x86_64 2:18.2.4-843.g2c01458a.el9 ceph 7.7 M 2024-09-13T14:09:39.488 INFO:teuthology.orchestra.run.smithi104.stdout:Upgrading: 2024-09-13T14:09:39.488 INFO:teuthology.orchestra.run.smithi104.stdout: librados2 x86_64 2:18.2.4-843.g2c01458a.el9 ceph 3.3 M 2024-09-13T14:09:39.488 INFO:teuthology.orchestra.run.smithi104.stdout: librbd1 x86_64 2:18.2.4-843.g2c01458a.el9 ceph 3.0 M 2024-09-13T14:09:39.488 INFO:teuthology.orchestra.run.smithi104.stdout:Installing dependencies: 2024-09-13T14:09:39.489 INFO:teuthology.orchestra.run.smithi104.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-09-13T14:09:39.489 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-base x86_64 2:18.2.4-843.g2c01458a.el9 ceph 5.1 M 2024-09-13T14:09:39.489 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-common x86_64 2:18.2.4-843.g2c01458a.el9 ceph 18 M 2024-09-13T14:09:39.489 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-selinux x86_64 2:18.2.4-843.g2c01458a.el9 ceph 25 k 2024-09-13T14:09:39.489 INFO:teuthology.orchestra.run.smithi104.stdout: fmt x86_64 8.1.1-5.el9 epel 111 k 2024-09-13T14:09:39.490 INFO:teuthology.orchestra.run.smithi104.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2024-09-13T14:09:39.490 INFO:teuthology.orchestra.run.smithi104.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-09-13T14:09:39.490 INFO:teuthology.orchestra.run.smithi104.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-09-13T14:09:39.490 INFO:teuthology.orchestra.run.smithi104.stdout: libcephfs2 x86_64 2:18.2.4-843.g2c01458a.el9 ceph 712 k 2024-09-13T14:09:39.490 INFO:teuthology.orchestra.run.smithi104.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-13T14:09:39.491 INFO:teuthology.orchestra.run.smithi104.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-13T14:09:39.491 INFO:teuthology.orchestra.run.smithi104.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-13T14:09:39.491 INFO:teuthology.orchestra.run.smithi104.stdout: libradosstriper1 x86_64 2:18.2.4-843.g2c01458a.el9 ceph 477 k 2024-09-13T14:09:39.491 INFO:teuthology.orchestra.run.smithi104.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-13T14:09:39.491 INFO:teuthology.orchestra.run.smithi104.stdout: librgw2 x86_64 2:18.2.4-843.g2c01458a.el9 ceph 4.5 M 2024-09-13T14:09:39.491 INFO:teuthology.orchestra.run.smithi104.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-13T14:09:39.492 INFO:teuthology.orchestra.run.smithi104.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-13T14:09:39.492 INFO:teuthology.orchestra.run.smithi104.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-09-13T14:09:39.492 INFO:teuthology.orchestra.run.smithi104.stdout: python3-ceph-argparse x86_64 2:18.2.4-843.g2c01458a.el9 ceph 45 k 2024-09-13T14:09:39.492 INFO:teuthology.orchestra.run.smithi104.stdout: python3-ceph-common x86_64 2:18.2.4-843.g2c01458a.el9 ceph 129 k 2024-09-13T14:09:39.493 INFO:teuthology.orchestra.run.smithi104.stdout: python3-cephfs x86_64 2:18.2.4-843.g2c01458a.el9 ceph 162 k 2024-09-13T14:09:39.493 INFO:teuthology.orchestra.run.smithi104.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-13T14:09:39.493 INFO:teuthology.orchestra.run.smithi104.stdout: python3-rados x86_64 2:18.2.4-843.g2c01458a.el9 ceph 321 k 2024-09-13T14:09:39.493 INFO:teuthology.orchestra.run.smithi104.stdout: python3-rbd x86_64 2:18.2.4-843.g2c01458a.el9 ceph 301 k 2024-09-13T14:09:39.494 INFO:teuthology.orchestra.run.smithi104.stdout: python3-rgw x86_64 2:18.2.4-843.g2c01458a.el9 ceph 99 k 2024-09-13T14:09:39.494 INFO:teuthology.orchestra.run.smithi104.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2024-09-13T14:09:39.494 INFO:teuthology.orchestra.run.smithi104.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-13T14:09:39.494 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:09:39.494 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2024-09-13T14:09:39.494 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-13T14:09:39.495 INFO:teuthology.orchestra.run.smithi104.stdout:Install 28 Packages 2024-09-13T14:09:39.495 INFO:teuthology.orchestra.run.smithi104.stdout:Upgrade 2 Packages 2024-09-13T14:09:39.495 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:09:39.495 INFO:teuthology.orchestra.run.smithi104.stdout:Total download size: 53 M 2024-09-13T14:09:39.495 INFO:teuthology.orchestra.run.smithi104.stdout:Downloading Packages: 2024-09-13T14:09:39.608 INFO:teuthology.orchestra.run.smithi071.stdout:(14/30): librabbitmq-0.11.0-7.el9.x86_64.rpm 78 kB/s | 45 kB 00:00 2024-09-13T14:09:39.634 INFO:teuthology.orchestra.run.smithi071.stdout:(15/30): boost-program-options-1.75.0-8.el9.x86 152 kB/s | 107 kB 00:00 2024-09-13T14:09:39.676 INFO:teuthology.orchestra.run.smithi071.stdout:(16/30): libpmemobj-1.12.1-1.el9.x86_64.rpm 223 kB/s | 160 kB 00:00 2024-09-13T14:09:40.242 INFO:teuthology.orchestra.run.smithi071.stdout:(17/30): python3-prettytable-0.7.2-27.el9.noarc 75 kB/s | 42 kB 00:00 2024-09-13T14:09:40.249 INFO:teuthology.orchestra.run.smithi104.stdout:(1/30): ceph-base-18.2.4-843.g2c01458a.el9.x86_ 11 MB/s | 5.1 MB 00:00 2024-09-13T14:09:40.301 INFO:teuthology.orchestra.run.smithi071.stdout:(18/30): fmt-8.1.1-5.el9.x86_64.rpm 1.9 MB/s | 111 kB 00:00 2024-09-13T14:09:40.316 INFO:teuthology.orchestra.run.smithi104.stdout:(2/30): ceph-selinux-18.2.4-843.g2c01458a.el9.x 379 kB/s | 25 kB 00:00 2024-09-13T14:09:40.343 INFO:teuthology.orchestra.run.smithi071.stdout:(19/30): gperftools-libs-2.9.1-3.el9.x86_64.rpm 7.3 MB/s | 308 kB 00:00 2024-09-13T14:09:40.410 INFO:teuthology.orchestra.run.smithi071.stdout:(20/30): lttng-ust-2.12.0-6.el9.x86_64.rpm 377 kB/s | 292 kB 00:00 2024-09-13T14:09:40.416 INFO:teuthology.orchestra.run.smithi104.stdout:(3/30): libcephfs2-18.2.4-843.g2c01458a.el9.x86 7.0 MB/s | 712 kB 00:00 2024-09-13T14:09:40.460 INFO:teuthology.orchestra.run.smithi071.stdout:(21/30): libarrow-doc-9.0.0-11.el9.noarch.rpm 525 kB/s | 26 kB 00:00 2024-09-13T14:09:40.494 INFO:teuthology.orchestra.run.smithi071.stdout:(22/30): liboath-2.6.7-2.el9.x86_64.rpm 1.4 MB/s | 49 kB 00:00 2024-09-13T14:09:40.508 INFO:teuthology.orchestra.run.smithi104.stdout:(4/30): libradosstriper1-18.2.4-843.g2c01458a.e 5.1 MB/s | 477 kB 00:00 2024-09-13T14:09:40.519 INFO:teuthology.orchestra.run.smithi071.stdout:(23/30): librdkafka-1.6.1-102.el9.x86_64.rpm 729 kB/s | 662 kB 00:00 2024-09-13T14:09:40.553 INFO:teuthology.orchestra.run.smithi071.stdout:(24/30): libunwind-1.6.2-1.el9.x86_64.rpm 1.1 MB/s | 67 kB 00:00 2024-09-13T14:09:40.603 INFO:teuthology.orchestra.run.smithi071.stdout:(25/30): re2-20211101-20.el9.x86_64.rpm 3.9 MB/s | 191 kB 00:00 2024-09-13T14:09:40.633 INFO:teuthology.orchestra.run.smithi104.stdout:(5/30): ceph-radosgw-18.2.4-843.g2c01458a.el9.x 9.3 MB/s | 7.7 MB 00:00 2024-09-13T14:09:40.688 INFO:teuthology.orchestra.run.smithi071.stdout:(26/30): parquet-libs-9.0.0-11.el9.x86_64.rpm 4.9 MB/s | 839 kB 00:00 2024-09-13T14:09:40.812 INFO:teuthology.orchestra.run.smithi071.stdout:(27/30): libarrow-9.0.0-11.el9.x86_64.rpm 9.4 MB/s | 4.4 MB 00:00 2024-09-13T14:09:40.825 INFO:teuthology.orchestra.run.smithi104.stdout:(6/30): ceph-common-18.2.4-843.g2c01458a.el9.x8 18 MB/s | 18 MB 00:01 2024-09-13T14:09:40.850 INFO:teuthology.orchestra.run.smithi104.stdout:(7/30): python3-ceph-argparse-18.2.4-843.g2c014 207 kB/s | 45 kB 00:00 2024-09-13T14:09:40.854 INFO:teuthology.orchestra.run.smithi071.stdout:(28/30): thrift-0.15.0-2.el9.x86_64.rpm 6.3 MB/s | 1.6 MB 00:00 2024-09-13T14:09:40.884 INFO:teuthology.orchestra.run.smithi104.stdout:(8/30): python3-ceph-common-18.2.4-843.g2c01458 2.2 MB/s | 129 kB 00:00 2024-09-13T14:09:40.918 INFO:teuthology.orchestra.run.smithi104.stdout:(9/30): python3-cephfs-18.2.4-843.g2c01458a.el9 2.4 MB/s | 162 kB 00:00 2024-09-13T14:09:40.951 INFO:teuthology.orchestra.run.smithi104.stdout:(10/30): python3-rados-18.2.4-843.g2c01458a.el9 4.7 MB/s | 321 kB 00:00 2024-09-13T14:09:40.977 INFO:teuthology.orchestra.run.smithi104.stdout:(11/30): python3-rbd-18.2.4-843.g2c01458a.el9.x 5.0 MB/s | 301 kB 00:00 2024-09-13T14:09:40.995 INFO:teuthology.orchestra.run.smithi071.stdout:(29/30): librados2-18.2.4-843.g2c01458a.el9.x86 11 MB/s | 3.3 MB 00:00 2024-09-13T14:09:41.010 INFO:teuthology.orchestra.run.smithi104.stdout:(12/30): python3-rgw-18.2.4-843.g2c01458a.el9.x 1.7 MB/s | 99 kB 00:00 2024-09-13T14:09:41.094 INFO:teuthology.orchestra.run.smithi104.stdout:(13/30): librgw2-18.2.4-843.g2c01458a.el9.x86_6 7.6 MB/s | 4.5 MB 00:00 2024-09-13T14:09:41.121 INFO:teuthology.orchestra.run.smithi071.stdout:(30/30): librbd1-18.2.4-843.g2c01458a.el9.x86_6 9.8 MB/s | 3.0 MB 00:00 2024-09-13T14:09:41.127 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-09-13T14:09:41.127 INFO:teuthology.orchestra.run.smithi071.stdout:Total 15 MB/s | 53 MB 00:03 2024-09-13T14:09:41.177 INFO:teuthology.orchestra.run.smithi104.stdout:(14/30): boost-program-options-1.75.0-8.el9.x86 533 kB/s | 107 kB 00:00 2024-09-13T14:09:41.204 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-09-13T14:09:41.223 INFO:teuthology.orchestra.run.smithi104.stdout:(15/30): librabbitmq-0.11.0-7.el9.x86_64.rpm 352 kB/s | 45 kB 00:00 2024-09-13T14:09:41.239 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-09-13T14:09:41.240 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-09-13T14:09:41.244 INFO:teuthology.orchestra.run.smithi104.stdout:(16/30): libpmemobj-1.12.1-1.el9.x86_64.rpm 685 kB/s | 160 kB 00:00 2024-09-13T14:09:41.287 INFO:teuthology.orchestra.run.smithi104.stdout:(17/30): python3-prettytable-0.7.2-27.el9.noarc 1.0 MB/s | 42 kB 00:00 2024-09-13T14:09:41.312 INFO:teuthology.orchestra.run.smithi104.stdout:(18/30): librdkafka-1.6.1-102.el9.x86_64.rpm 4.8 MB/s | 662 kB 00:00 2024-09-13T14:09:41.337 INFO:teuthology.orchestra.run.smithi104.stdout:(19/30): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.5 MB/s | 292 kB 00:00 2024-09-13T14:09:41.396 INFO:teuthology.orchestra.run.smithi104.stdout:(20/30): fmt-8.1.1-5.el9.x86_64.rpm 1.0 MB/s | 111 kB 00:00 2024-09-13T14:09:41.421 INFO:teuthology.orchestra.run.smithi104.stdout:(21/30): libarrow-doc-9.0.0-11.el9.noarch.rpm 1.1 MB/s | 26 kB 00:00 2024-09-13T14:09:41.446 INFO:teuthology.orchestra.run.smithi104.stdout:(22/30): liboath-2.6.7-2.el9.x86_64.rpm 1.9 MB/s | 49 kB 00:00 2024-09-13T14:09:41.471 INFO:teuthology.orchestra.run.smithi104.stdout:(23/30): gperftools-libs-2.9.1-3.el9.x86_64.rpm 1.9 MB/s | 308 kB 00:00 2024-09-13T14:09:41.505 INFO:teuthology.orchestra.run.smithi104.stdout:(24/30): libunwind-1.6.2-1.el9.x86_64.rpm 1.1 MB/s | 67 kB 00:00 2024-09-13T14:09:41.555 INFO:teuthology.orchestra.run.smithi104.stdout:(25/30): re2-20211101-20.el9.x86_64.rpm 3.7 MB/s | 191 kB 00:00 2024-09-13T14:09:41.638 INFO:teuthology.orchestra.run.smithi104.stdout:(26/30): parquet-libs-9.0.0-11.el9.x86_64.rpm 4.9 MB/s | 839 kB 00:00 2024-09-13T14:09:41.712 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-09-13T14:09:41.713 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-09-13T14:09:41.772 INFO:teuthology.orchestra.run.smithi104.stdout:(27/30): thrift-0.15.0-2.el9.x86_64.rpm 7.3 MB/s | 1.6 MB 00:00 2024-09-13T14:09:41.847 INFO:teuthology.orchestra.run.smithi104.stdout:(28/30): librados2-18.2.4-843.g2c01458a.el9.x86 16 MB/s | 3.3 MB 00:00 2024-09-13T14:09:41.914 INFO:teuthology.orchestra.run.smithi104.stdout:(29/30): libarrow-9.0.0-11.el9.x86_64.rpm 7.8 MB/s | 4.4 MB 00:00 2024-09-13T14:09:42.006 INFO:teuthology.orchestra.run.smithi104.stdout:(30/30): librbd1-18.2.4-843.g2c01458a.el9.x86_6 13 MB/s | 3.0 MB 00:00 2024-09-13T14:09:42.011 INFO:teuthology.orchestra.run.smithi104.stdout:-------------------------------------------------------------------------------- 2024-09-13T14:09:42.011 INFO:teuthology.orchestra.run.smithi104.stdout:Total 21 MB/s | 53 MB 00:02 2024-09-13T14:09:42.086 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction check 2024-09-13T14:09:42.120 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction check succeeded. 2024-09-13T14:09:42.121 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction test 2024-09-13T14:09:42.586 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction test succeeded. 2024-09-13T14:09:42.586 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction 2024-09-13T14:09:43.057 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-09-13T14:09:43.137 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/32 2024-09-13T14:09:43.191 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/32 2024-09-13T14:09:43.241 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/32 2024-09-13T14:09:43.609 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : thrift-0.15.0-2.el9.x86_64 4/32 2024-09-13T14:09:43.649 INFO:teuthology.orchestra.run.smithi071.stdout: Upgrading : librados2-2:18.2.4-843.g2c01458a.el9.x86_64 5/32 2024-09-13T14:09:43.731 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: librados2-2:18.2.4-843.g2c01458a.el9.x86_64 5/32 2024-09-13T14:09:43.817 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-rados-2:18.2.4-843.g2c01458a.el9.x86_64 6/32 2024-09-13T14:09:43.858 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libcephfs2-2:18.2.4-843.g2c01458a.el9.x86_64 7/32 2024-09-13T14:09:43.904 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: libcephfs2-2:18.2.4-843.g2c01458a.el9.x86_64 7/32 2024-09-13T14:09:43.920 INFO:teuthology.orchestra.run.smithi104.stdout: Preparing : 1/1 2024-09-13T14:09:43.942 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : liboath-2.6.7-2.el9.x86_64 8/32 2024-09-13T14:09:43.985 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-ceph-argparse-2:18.2.4-843.g2c01458a.el9.x 9/32 2024-09-13T14:09:44.014 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/32 2024-09-13T14:09:44.044 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/32 2024-09-13T14:09:44.052 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-cephfs-2:18.2.4-843.g2c01458a.el9.x86_64 10/32 2024-09-13T14:09:44.077 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libradosstriper1-2:18.2.4-843.g2c01458a.el9.x86_64 11/32 2024-09-13T14:09:44.094 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/32 2024-09-13T14:09:44.143 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: libradosstriper1-2:18.2.4-843.g2c01458a.el9.x86_64 11/32 2024-09-13T14:09:44.249 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : re2-1:20211101-20.el9.x86_64 12/32 2024-09-13T14:09:44.285 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 13/32 2024-09-13T14:09:44.337 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 14/32 2024-09-13T14:09:44.366 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 15/32 2024-09-13T14:09:44.394 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 16/32 2024-09-13T14:09:44.437 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : fmt-8.1.1-5.el9.x86_64 17/32 2024-09-13T14:09:44.457 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : thrift-0.15.0-2.el9.x86_64 4/32 2024-09-13T14:09:44.471 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 18/32 2024-09-13T14:09:44.509 INFO:teuthology.orchestra.run.smithi104.stdout: Upgrading : librados2-2:18.2.4-843.g2c01458a.el9.x86_64 5/32 2024-09-13T14:09:44.600 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: librados2-2:18.2.4-843.g2c01458a.el9.x86_64 5/32 2024-09-13T14:09:44.685 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-rados-2:18.2.4-843.g2c01458a.el9.x86_64 6/32 2024-09-13T14:09:44.719 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : libcephfs2-2:18.2.4-843.g2c01458a.el9.x86_64 7/32 2024-09-13T14:09:44.773 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 19/32 2024-09-13T14:09:44.781 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: libcephfs2-2:18.2.4-843.g2c01458a.el9.x86_64 7/32 2024-09-13T14:09:44.810 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : liboath-2.6.7-2.el9.x86_64 8/32 2024-09-13T14:09:44.816 INFO:teuthology.orchestra.run.smithi071.stdout: Upgrading : librbd1-2:18.2.4-843.g2c01458a.el9.x86_64 20/32 2024-09-13T14:09:44.854 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-ceph-argparse-2:18.2.4-843.g2c01458a.el9.x 9/32 2024-09-13T14:09:44.891 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: librbd1-2:18.2.4-843.g2c01458a.el9.x86_64 20/32 2024-09-13T14:09:44.920 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-cephfs-2:18.2.4-843.g2c01458a.el9.x86_64 10/32 2024-09-13T14:09:44.921 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-rbd-2:18.2.4-843.g2c01458a.el9.x86_64 21/32 2024-09-13T14:09:44.946 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : libradosstriper1-2:18.2.4-843.g2c01458a.el9.x86_64 11/32 2024-09-13T14:09:44.965 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 22/32 2024-09-13T14:09:45.013 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: libradosstriper1-2:18.2.4-843.g2c01458a.el9.x86_64 11/32 2024-09-13T14:09:45.118 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : re2-1:20211101-20.el9.x86_64 12/32 2024-09-13T14:09:45.145 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 13/32 2024-09-13T14:09:45.194 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 14/32 2024-09-13T14:09:45.227 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 15/32 2024-09-13T14:09:45.262 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 16/32 2024-09-13T14:09:45.307 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : fmt-8.1.1-5.el9.x86_64 17/32 2024-09-13T14:09:45.340 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 18/32 2024-09-13T14:09:45.373 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 23/32 2024-09-13T14:09:45.402 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : librgw2-2:18.2.4-843.g2c01458a.el9.x86_64 24/32 2024-09-13T14:09:45.474 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: librgw2-2:18.2.4-843.g2c01458a.el9.x86_64 24/32 2024-09-13T14:09:45.558 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-rgw-2:18.2.4-843.g2c01458a.el9.x86_64 25/32 2024-09-13T14:09:45.596 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-ceph-common-2:18.2.4-843.g2c01458a.el9.x86 26/32 2024-09-13T14:09:45.639 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 19/32 2024-09-13T14:09:45.685 INFO:teuthology.orchestra.run.smithi104.stdout: Upgrading : librbd1-2:18.2.4-843.g2c01458a.el9.x86_64 20/32 2024-09-13T14:09:45.776 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: librbd1-2:18.2.4-843.g2c01458a.el9.x86_64 20/32 2024-09-13T14:09:45.807 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-rbd-2:18.2.4-843.g2c01458a.el9.x86_64 21/32 2024-09-13T14:09:45.843 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 22/32 2024-09-13T14:09:46.249 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 23/32 2024-09-13T14:09:46.279 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : librgw2-2:18.2.4-843.g2c01458a.el9.x86_64 24/32 2024-09-13T14:09:46.350 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: librgw2-2:18.2.4-843.g2c01458a.el9.x86_64 24/32 2024-09-13T14:09:46.427 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-rgw-2:18.2.4-843.g2c01458a.el9.x86_64 25/32 2024-09-13T14:09:46.482 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-ceph-common-2:18.2.4-843.g2c01458a.el9.x86 26/32 2024-09-13T14:09:48.022 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-common-2:18.2.4-843.g2c01458a.el9.x86_64 27/32 2024-09-13T14:09:48.051 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-common-2:18.2.4-843.g2c01458a.el9.x86_64 27/32 2024-09-13T14:09:48.597 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-common-2:18.2.4-843.g2c01458a.el9.x86_64 27/32 2024-09-13T14:09:48.600 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: ceph-common-2:18.2.4-843.g2c01458a.el9.x86_64 27/32 2024-09-13T14:09:48.645 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-common-2:18.2.4-843.g2c01458a.el9.x86_64 27/32 2024-09-13T14:09:48.646 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-base-2:18.2.4-843.g2c01458a.el9.x86_64 28/32 2024-09-13T14:09:48.738 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-base-2:18.2.4-843.g2c01458a.el9.x86_64 28/32 2024-09-13T14:09:48.739 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-13T14:09:48.739 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-13T14:09:48.739 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:09:48.781 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-selinux-2:18.2.4-843.g2c01458a.el9.x86_64 29/32 2024-09-13T14:09:49.195 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: ceph-common-2:18.2.4-843.g2c01458a.el9.x86_64 27/32 2024-09-13T14:09:49.231 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-base-2:18.2.4-843.g2c01458a.el9.x86_64 28/32 2024-09-13T14:09:49.316 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: ceph-base-2:18.2.4-843.g2c01458a.el9.x86_64 28/32 2024-09-13T14:09:49.316 INFO:teuthology.orchestra.run.smithi104.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-13T14:09:49.316 INFO:teuthology.orchestra.run.smithi104.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-13T14:09:49.317 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:09:49.349 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-selinux-2:18.2.4-843.g2c01458a.el9.x86_64 29/32 2024-09-13T14:09:58.796 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-selinux-2:18.2.4-843.g2c01458a.el9.x86_64 29/32 2024-09-13T14:09:58.796 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /sys 2024-09-13T14:09:58.796 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /proc 2024-09-13T14:09:58.796 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /mnt 2024-09-13T14:09:58.796 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /var/tmp 2024-09-13T14:09:58.797 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /home 2024-09-13T14:09:58.797 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /root 2024-09-13T14:09:58.797 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /tmp 2024-09-13T14:09:58.797 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:09:59.279 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: ceph-selinux-2:18.2.4-843.g2c01458a.el9.x86_64 29/32 2024-09-13T14:09:59.280 INFO:teuthology.orchestra.run.smithi104.stdout:skipping the directory /sys 2024-09-13T14:09:59.280 INFO:teuthology.orchestra.run.smithi104.stdout:skipping the directory /proc 2024-09-13T14:09:59.280 INFO:teuthology.orchestra.run.smithi104.stdout:skipping the directory /mnt 2024-09-13T14:09:59.280 INFO:teuthology.orchestra.run.smithi104.stdout:skipping the directory /var/tmp 2024-09-13T14:09:59.280 INFO:teuthology.orchestra.run.smithi104.stdout:skipping the directory /home 2024-09-13T14:09:59.280 INFO:teuthology.orchestra.run.smithi104.stdout:skipping the directory /root 2024-09-13T14:09:59.280 INFO:teuthology.orchestra.run.smithi104.stdout:skipping the directory /tmp 2024-09-13T14:09:59.281 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:09:59.561 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-radosgw-2:18.2.4-843.g2c01458a.el9.x86_64 30/32 2024-09-13T14:09:59.587 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-radosgw-2:18.2.4-843.g2c01458a.el9.x86_64 30/32 2024-09-13T14:09:59.587 INFO:teuthology.orchestra.run.smithi071.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-13T14:09:59.587 INFO:teuthology.orchestra.run.smithi071.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-13T14:09:59.587 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-13T14:09:59.588 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-13T14:09:59.588 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:09:59.589 INFO:teuthology.orchestra.run.smithi071.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 31/32 2024-09-13T14:09:59.664 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 31/32 2024-09-13T14:09:59.664 INFO:teuthology.orchestra.run.smithi071.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 32/32 2024-09-13T14:10:00.055 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-radosgw-2:18.2.4-843.g2c01458a.el9.x86_64 30/32 2024-09-13T14:10:00.091 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: ceph-radosgw-2:18.2.4-843.g2c01458a.el9.x86_64 30/32 2024-09-13T14:10:00.091 INFO:teuthology.orchestra.run.smithi104.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-13T14:10:00.091 INFO:teuthology.orchestra.run.smithi104.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-13T14:10:00.091 INFO:teuthology.orchestra.run.smithi104.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-13T14:10:00.091 INFO:teuthology.orchestra.run.smithi104.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-13T14:10:00.091 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:10:00.092 INFO:teuthology.orchestra.run.smithi104.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 31/32 2024-09-13T14:10:00.191 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 31/32 2024-09-13T14:10:00.191 INFO:teuthology.orchestra.run.smithi104.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 32/32 2024-09-13T14:10:00.788 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 32/32 2024-09-13T14:10:00.788 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-base-2:18.2.4-843.g2c01458a.el9.x86_64 1/32 2024-09-13T14:10:00.788 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-common-2:18.2.4-843.g2c01458a.el9.x86_64 2/32 2024-09-13T14:10:00.788 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-radosgw-2:18.2.4-843.g2c01458a.el9.x86_64 3/32 2024-09-13T14:10:00.788 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-selinux-2:18.2.4-843.g2c01458a.el9.x86_64 4/32 2024-09-13T14:10:00.788 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libcephfs2-2:18.2.4-843.g2c01458a.el9.x86_64 5/32 2024-09-13T14:10:00.788 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libradosstriper1-2:18.2.4-843.g2c01458a.el9.x86_64 6/32 2024-09-13T14:10:00.788 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librgw2-2:18.2.4-843.g2c01458a.el9.x86_64 7/32 2024-09-13T14:10:00.789 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-ceph-argparse-2:18.2.4-843.g2c01458a.el9.x 8/32 2024-09-13T14:10:00.789 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-ceph-common-2:18.2.4-843.g2c01458a.el9.x86 9/32 2024-09-13T14:10:00.789 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-cephfs-2:18.2.4-843.g2c01458a.el9.x86_64 10/32 2024-09-13T14:10:00.789 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-rados-2:18.2.4-843.g2c01458a.el9.x86_64 11/32 2024-09-13T14:10:00.789 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-rbd-2:18.2.4-843.g2c01458a.el9.x86_64 12/32 2024-09-13T14:10:00.789 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-rgw-2:18.2.4-843.g2c01458a.el9.x86_64 13/32 2024-09-13T14:10:00.789 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/32 2024-09-13T14:10:00.789 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/32 2024-09-13T14:10:00.789 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/32 2024-09-13T14:10:00.789 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/32 2024-09-13T14:10:00.789 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/32 2024-09-13T14:10:00.789 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/32 2024-09-13T14:10:00.790 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : fmt-8.1.1-5.el9.x86_64 20/32 2024-09-13T14:10:00.790 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 21/32 2024-09-13T14:10:00.790 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 22/32 2024-09-13T14:10:00.790 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 23/32 2024-09-13T14:10:00.790 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 24/32 2024-09-13T14:10:00.790 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 25/32 2024-09-13T14:10:00.790 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 26/32 2024-09-13T14:10:00.791 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : re2-1:20211101-20.el9.x86_64 27/32 2024-09-13T14:10:00.791 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 28/32 2024-09-13T14:10:00.791 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librados2-2:18.2.4-843.g2c01458a.el9.x86_64 29/32 2024-09-13T14:10:00.792 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 30/32 2024-09-13T14:10:00.792 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librbd1-2:18.2.4-843.g2c01458a.el9.x86_64 31/32 2024-09-13T14:10:01.283 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 32/32 2024-09-13T14:10:01.284 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-base-2:18.2.4-843.g2c01458a.el9.x86_64 1/32 2024-09-13T14:10:01.284 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-common-2:18.2.4-843.g2c01458a.el9.x86_64 2/32 2024-09-13T14:10:01.284 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-radosgw-2:18.2.4-843.g2c01458a.el9.x86_64 3/32 2024-09-13T14:10:01.284 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-selinux-2:18.2.4-843.g2c01458a.el9.x86_64 4/32 2024-09-13T14:10:01.284 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : libcephfs2-2:18.2.4-843.g2c01458a.el9.x86_64 5/32 2024-09-13T14:10:01.284 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : libradosstriper1-2:18.2.4-843.g2c01458a.el9.x86_64 6/32 2024-09-13T14:10:01.284 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : librgw2-2:18.2.4-843.g2c01458a.el9.x86_64 7/32 2024-09-13T14:10:01.284 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-ceph-argparse-2:18.2.4-843.g2c01458a.el9.x 8/32 2024-09-13T14:10:01.284 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-ceph-common-2:18.2.4-843.g2c01458a.el9.x86 9/32 2024-09-13T14:10:01.284 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-cephfs-2:18.2.4-843.g2c01458a.el9.x86_64 10/32 2024-09-13T14:10:01.284 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-rados-2:18.2.4-843.g2c01458a.el9.x86_64 11/32 2024-09-13T14:10:01.285 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-rbd-2:18.2.4-843.g2c01458a.el9.x86_64 12/32 2024-09-13T14:10:01.285 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-rgw-2:18.2.4-843.g2c01458a.el9.x86_64 13/32 2024-09-13T14:10:01.285 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/32 2024-09-13T14:10:01.285 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/32 2024-09-13T14:10:01.285 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/32 2024-09-13T14:10:01.285 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/32 2024-09-13T14:10:01.285 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/32 2024-09-13T14:10:01.285 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/32 2024-09-13T14:10:01.285 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : fmt-8.1.1-5.el9.x86_64 20/32 2024-09-13T14:10:01.285 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 21/32 2024-09-13T14:10:01.285 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 22/32 2024-09-13T14:10:01.285 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 23/32 2024-09-13T14:10:01.285 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 24/32 2024-09-13T14:10:01.285 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 25/32 2024-09-13T14:10:01.286 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 26/32 2024-09-13T14:10:01.286 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : re2-1:20211101-20.el9.x86_64 27/32 2024-09-13T14:10:01.286 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 28/32 2024-09-13T14:10:01.286 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : librados2-2:18.2.4-843.g2c01458a.el9.x86_64 29/32 2024-09-13T14:10:01.286 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 30/32 2024-09-13T14:10:01.286 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : librbd1-2:18.2.4-843.g2c01458a.el9.x86_64 31/32 2024-09-13T14:10:01.783 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 32/32 2024-09-13T14:10:01.783 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:10:01.784 INFO:teuthology.orchestra.run.smithi071.stdout:Upgraded: 2024-09-13T14:10:01.784 INFO:teuthology.orchestra.run.smithi071.stdout: librados2-2:18.2.4-843.g2c01458a.el9.x86_64 2024-09-13T14:10:01.784 INFO:teuthology.orchestra.run.smithi071.stdout: librbd1-2:18.2.4-843.g2c01458a.el9.x86_64 2024-09-13T14:10:01.784 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-09-13T14:10:01.784 INFO:teuthology.orchestra.run.smithi071.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-09-13T14:10:01.785 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-base-2:18.2.4-843.g2c01458a.el9.x86_64 2024-09-13T14:10:01.785 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-common-2:18.2.4-843.g2c01458a.el9.x86_64 2024-09-13T14:10:01.785 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-radosgw-2:18.2.4-843.g2c01458a.el9.x86_64 2024-09-13T14:10:01.785 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-selinux-2:18.2.4-843.g2c01458a.el9.x86_64 2024-09-13T14:10:01.785 INFO:teuthology.orchestra.run.smithi071.stdout: fmt-8.1.1-5.el9.x86_64 2024-09-13T14:10:01.786 INFO:teuthology.orchestra.run.smithi071.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2024-09-13T14:10:01.786 INFO:teuthology.orchestra.run.smithi071.stdout: libarrow-9.0.0-11.el9.x86_64 2024-09-13T14:10:01.786 INFO:teuthology.orchestra.run.smithi071.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-09-13T14:10:01.786 INFO:teuthology.orchestra.run.smithi071.stdout: libcephfs2-2:18.2.4-843.g2c01458a.el9.x86_64 2024-09-13T14:10:01.786 INFO:teuthology.orchestra.run.smithi071.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-13T14:10:01.786 INFO:teuthology.orchestra.run.smithi071.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-13T14:10:01.787 INFO:teuthology.orchestra.run.smithi071.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-13T14:10:01.787 INFO:teuthology.orchestra.run.smithi071.stdout: libradosstriper1-2:18.2.4-843.g2c01458a.el9.x86_64 2024-09-13T14:10:01.787 INFO:teuthology.orchestra.run.smithi071.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-13T14:10:01.787 INFO:teuthology.orchestra.run.smithi071.stdout: librgw2-2:18.2.4-843.g2c01458a.el9.x86_64 2024-09-13T14:10:01.787 INFO:teuthology.orchestra.run.smithi071.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-13T14:10:01.787 INFO:teuthology.orchestra.run.smithi071.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-13T14:10:01.788 INFO:teuthology.orchestra.run.smithi071.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-09-13T14:10:01.788 INFO:teuthology.orchestra.run.smithi071.stdout: python3-ceph-argparse-2:18.2.4-843.g2c01458a.el9.x86_64 2024-09-13T14:10:01.788 INFO:teuthology.orchestra.run.smithi071.stdout: python3-ceph-common-2:18.2.4-843.g2c01458a.el9.x86_64 2024-09-13T14:10:01.788 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cephfs-2:18.2.4-843.g2c01458a.el9.x86_64 2024-09-13T14:10:01.788 INFO:teuthology.orchestra.run.smithi071.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-13T14:10:01.788 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rados-2:18.2.4-843.g2c01458a.el9.x86_64 2024-09-13T14:10:01.789 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rbd-2:18.2.4-843.g2c01458a.el9.x86_64 2024-09-13T14:10:01.789 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rgw-2:18.2.4-843.g2c01458a.el9.x86_64 2024-09-13T14:10:01.789 INFO:teuthology.orchestra.run.smithi071.stdout: re2-1:20211101-20.el9.x86_64 2024-09-13T14:10:01.789 INFO:teuthology.orchestra.run.smithi071.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-13T14:10:01.789 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:10:01.790 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-09-13T14:10:02.133 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-test 2024-09-13T14:10:02.209 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 32/32 2024-09-13T14:10:02.209 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:10:02.209 INFO:teuthology.orchestra.run.smithi104.stdout:Upgraded: 2024-09-13T14:10:02.209 INFO:teuthology.orchestra.run.smithi104.stdout: librados2-2:18.2.4-843.g2c01458a.el9.x86_64 2024-09-13T14:10:02.209 INFO:teuthology.orchestra.run.smithi104.stdout: librbd1-2:18.2.4-843.g2c01458a.el9.x86_64 2024-09-13T14:10:02.210 INFO:teuthology.orchestra.run.smithi104.stdout:Installed: 2024-09-13T14:10:02.210 INFO:teuthology.orchestra.run.smithi104.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-09-13T14:10:02.210 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-base-2:18.2.4-843.g2c01458a.el9.x86_64 2024-09-13T14:10:02.210 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-common-2:18.2.4-843.g2c01458a.el9.x86_64 2024-09-13T14:10:02.210 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-radosgw-2:18.2.4-843.g2c01458a.el9.x86_64 2024-09-13T14:10:02.210 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-selinux-2:18.2.4-843.g2c01458a.el9.x86_64 2024-09-13T14:10:02.210 INFO:teuthology.orchestra.run.smithi104.stdout: fmt-8.1.1-5.el9.x86_64 2024-09-13T14:10:02.210 INFO:teuthology.orchestra.run.smithi104.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2024-09-13T14:10:02.210 INFO:teuthology.orchestra.run.smithi104.stdout: libarrow-9.0.0-11.el9.x86_64 2024-09-13T14:10:02.210 INFO:teuthology.orchestra.run.smithi104.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-09-13T14:10:02.210 INFO:teuthology.orchestra.run.smithi104.stdout: libcephfs2-2:18.2.4-843.g2c01458a.el9.x86_64 2024-09-13T14:10:02.210 INFO:teuthology.orchestra.run.smithi104.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-13T14:10:02.210 INFO:teuthology.orchestra.run.smithi104.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-13T14:10:02.211 INFO:teuthology.orchestra.run.smithi104.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-13T14:10:02.211 INFO:teuthology.orchestra.run.smithi104.stdout: libradosstriper1-2:18.2.4-843.g2c01458a.el9.x86_64 2024-09-13T14:10:02.211 INFO:teuthology.orchestra.run.smithi104.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-13T14:10:02.211 INFO:teuthology.orchestra.run.smithi104.stdout: librgw2-2:18.2.4-843.g2c01458a.el9.x86_64 2024-09-13T14:10:02.211 INFO:teuthology.orchestra.run.smithi104.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-13T14:10:02.211 INFO:teuthology.orchestra.run.smithi104.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-13T14:10:02.211 INFO:teuthology.orchestra.run.smithi104.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-09-13T14:10:02.211 INFO:teuthology.orchestra.run.smithi104.stdout: python3-ceph-argparse-2:18.2.4-843.g2c01458a.el9.x86_64 2024-09-13T14:10:02.211 INFO:teuthology.orchestra.run.smithi104.stdout: python3-ceph-common-2:18.2.4-843.g2c01458a.el9.x86_64 2024-09-13T14:10:02.211 INFO:teuthology.orchestra.run.smithi104.stdout: python3-cephfs-2:18.2.4-843.g2c01458a.el9.x86_64 2024-09-13T14:10:02.211 INFO:teuthology.orchestra.run.smithi104.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-13T14:10:02.211 INFO:teuthology.orchestra.run.smithi104.stdout: python3-rados-2:18.2.4-843.g2c01458a.el9.x86_64 2024-09-13T14:10:02.211 INFO:teuthology.orchestra.run.smithi104.stdout: python3-rbd-2:18.2.4-843.g2c01458a.el9.x86_64 2024-09-13T14:10:02.211 INFO:teuthology.orchestra.run.smithi104.stdout: python3-rgw-2:18.2.4-843.g2c01458a.el9.x86_64 2024-09-13T14:10:02.212 INFO:teuthology.orchestra.run.smithi104.stdout: re2-1:20211101-20.el9.x86_64 2024-09-13T14:10:02.212 INFO:teuthology.orchestra.run.smithi104.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-13T14:10:02.212 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:10:02.212 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-09-13T14:10:02.597 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install ceph-test 2024-09-13T14:10:02.697 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:00:27 ago on Fri 13 Sep 2024 02:09:35 PM UTC. 2024-09-13T14:10:02.830 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-09-13T14:10:02.830 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-13T14:10:02.831 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-09-13T14:10:02.831 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-13T14:10:02.831 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-09-13T14:10:02.831 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-test x86_64 2:18.2.4-843.g2c01458a.el9 ceph 40 M 2024-09-13T14:10:02.831 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-09-13T14:10:02.831 INFO:teuthology.orchestra.run.smithi071.stdout: libcephsqlite x86_64 2:18.2.4-843.g2c01458a.el9 ceph 166 k 2024-09-13T14:10:02.831 INFO:teuthology.orchestra.run.smithi071.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-13T14:10:02.831 INFO:teuthology.orchestra.run.smithi071.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-13T14:10:02.831 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:10:02.831 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-09-13T14:10:02.832 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-13T14:10:02.832 INFO:teuthology.orchestra.run.smithi071.stdout:Install 4 Packages 2024-09-13T14:10:02.832 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:10:02.832 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 40 M 2024-09-13T14:10:02.832 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 164 M 2024-09-13T14:10:02.833 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-09-13T14:10:03.165 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:00:26 ago on Fri 13 Sep 2024 02:09:37 PM UTC. 2024-09-13T14:10:03.296 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-09-13T14:10:03.297 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-13T14:10:03.297 INFO:teuthology.orchestra.run.smithi104.stdout: Package Arch Version Repository Size 2024-09-13T14:10:03.297 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-13T14:10:03.297 INFO:teuthology.orchestra.run.smithi104.stdout:Installing: 2024-09-13T14:10:03.297 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-test x86_64 2:18.2.4-843.g2c01458a.el9 ceph 40 M 2024-09-13T14:10:03.297 INFO:teuthology.orchestra.run.smithi104.stdout:Installing dependencies: 2024-09-13T14:10:03.297 INFO:teuthology.orchestra.run.smithi104.stdout: libcephsqlite x86_64 2:18.2.4-843.g2c01458a.el9 ceph 166 k 2024-09-13T14:10:03.297 INFO:teuthology.orchestra.run.smithi104.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-13T14:10:03.297 INFO:teuthology.orchestra.run.smithi104.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-13T14:10:03.298 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:10:03.298 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2024-09-13T14:10:03.298 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-13T14:10:03.298 INFO:teuthology.orchestra.run.smithi104.stdout:Install 4 Packages 2024-09-13T14:10:03.298 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:10:03.298 INFO:teuthology.orchestra.run.smithi104.stdout:Total download size: 40 M 2024-09-13T14:10:03.299 INFO:teuthology.orchestra.run.smithi104.stdout:Installed size: 164 M 2024-09-13T14:10:03.299 INFO:teuthology.orchestra.run.smithi104.stdout:Downloading Packages: 2024-09-13T14:10:03.345 INFO:teuthology.orchestra.run.smithi071.stdout:(1/4): libcephsqlite-18.2.4-843.g2c01458a.el9.x 776 kB/s | 166 kB 00:00 2024-09-13T14:10:03.715 INFO:teuthology.orchestra.run.smithi104.stdout:(1/4): socat-1.7.4.1-6.el9.x86_64.rpm 1.9 MB/s | 304 kB 00:00 2024-09-13T14:10:03.806 INFO:teuthology.orchestra.run.smithi104.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 696 kB/s | 64 kB 00:00 2024-09-13T14:10:03.912 INFO:teuthology.orchestra.run.smithi071.stdout:(2/4): socat-1.7.4.1-6.el9.x86_64.rpm 390 kB/s | 304 kB 00:00 2024-09-13T14:10:03.948 INFO:teuthology.orchestra.run.smithi104.stdout:(3/4): libcephsqlite-18.2.4-843.g2c01458a.el9.x 422 kB/s | 166 kB 00:00 2024-09-13T14:10:04.020 INFO:teuthology.orchestra.run.smithi071.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 95 kB/s | 64 kB 00:00 2024-09-13T14:10:04.396 INFO:teuthology.orchestra.run.smithi071.stdout:(4/4): ceph-test-18.2.4-843.g2c01458a.el9.x86_6 31 MB/s | 40 MB 00:01 2024-09-13T14:10:04.398 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-09-13T14:10:04.398 INFO:teuthology.orchestra.run.smithi071.stdout:Total 26 MB/s | 40 MB 00:01 2024-09-13T14:10:04.426 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-09-13T14:10:04.446 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-09-13T14:10:04.446 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-09-13T14:10:04.770 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-09-13T14:10:04.771 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-09-13T14:10:05.247 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-09-13T14:10:05.325 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-13T14:10:05.362 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-13T14:10:05.389 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libcephsqlite-2:18.2.4-843.g2c01458a.el9.x86_64 3/4 2024-09-13T14:10:05.665 INFO:teuthology.orchestra.run.smithi104.stdout:(4/4): ceph-test-18.2.4-843.g2c01458a.el9.x86_6 19 MB/s | 40 MB 00:02 2024-09-13T14:10:05.667 INFO:teuthology.orchestra.run.smithi104.stdout:-------------------------------------------------------------------------------- 2024-09-13T14:10:05.668 INFO:teuthology.orchestra.run.smithi104.stdout:Total 17 MB/s | 40 MB 00:02 2024-09-13T14:10:05.695 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction check 2024-09-13T14:10:05.715 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction check succeeded. 2024-09-13T14:10:05.715 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction test 2024-09-13T14:10:06.043 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction test succeeded. 2024-09-13T14:10:06.043 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction 2024-09-13T14:10:06.509 INFO:teuthology.orchestra.run.smithi104.stdout: Preparing : 1/1 2024-09-13T14:10:06.614 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-13T14:10:06.656 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-13T14:10:06.684 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : libcephsqlite-2:18.2.4-843.g2c01458a.el9.x86_64 3/4 2024-09-13T14:10:09.078 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: libcephsqlite-2:18.2.4-843.g2c01458a.el9.x86_64 3/4 2024-09-13T14:10:09.153 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-test-2:18.2.4-843.g2c01458a.el9.x86_64 4/4 2024-09-13T14:10:10.411 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: libcephsqlite-2:18.2.4-843.g2c01458a.el9.x86_64 3/4 2024-09-13T14:10:10.498 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-test-2:18.2.4-843.g2c01458a.el9.x86_64 4/4 2024-09-13T14:10:11.228 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-test-2:18.2.4-843.g2c01458a.el9.x86_64 4/4 2024-09-13T14:10:11.228 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-test-2:18.2.4-843.g2c01458a.el9.x86_64 1/4 2024-09-13T14:10:11.228 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libcephsqlite-2:18.2.4-843.g2c01458a.el9.x86_64 2/4 2024-09-13T14:10:11.229 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-13T14:10:11.545 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-13T14:10:11.545 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:10:11.545 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-09-13T14:10:11.545 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-test-2:18.2.4-843.g2c01458a.el9.x86_64 2024-09-13T14:10:11.545 INFO:teuthology.orchestra.run.smithi071.stdout: libcephsqlite-2:18.2.4-843.g2c01458a.el9.x86_64 2024-09-13T14:10:11.545 INFO:teuthology.orchestra.run.smithi071.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-13T14:10:11.545 INFO:teuthology.orchestra.run.smithi071.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-13T14:10:11.545 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:10:11.545 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-09-13T14:10:11.829 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph 2024-09-13T14:10:12.392 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:00:37 ago on Fri 13 Sep 2024 02:09:35 PM UTC. 2024-09-13T14:10:12.529 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-09-13T14:10:12.531 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-13T14:10:12.532 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-09-13T14:10:12.532 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-13T14:10:12.532 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-09-13T14:10:12.532 INFO:teuthology.orchestra.run.smithi071.stdout: ceph x86_64 2:18.2.4-843.g2c01458a.el9 ceph 6.5 k 2024-09-13T14:10:12.532 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-09-13T14:10:12.532 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mds x86_64 2:18.2.4-843.g2c01458a.el9 ceph 2.1 M 2024-09-13T14:10:12.532 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr x86_64 2:18.2.4-843.g2c01458a.el9 ceph 1.5 M 2024-09-13T14:10:12.532 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-modules-core noarch 2:18.2.4-843.g2c01458a.el9 ceph-noarch 246 k 2024-09-13T14:10:12.532 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mon x86_64 2:18.2.4-843.g2c01458a.el9 ceph 4.7 M 2024-09-13T14:10:12.532 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-osd x86_64 2:18.2.4-843.g2c01458a.el9 ceph 17 M 2024-09-13T14:10:12.532 INFO:teuthology.orchestra.run.smithi071.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-13T14:10:12.532 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-13T14:10:12.533 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-13T14:10:12.533 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-13T14:10:12.533 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-13T14:10:12.533 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-13T14:10:12.533 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-13T14:10:12.533 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-09-13T14:10:12.533 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-13T14:10:12.533 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-13T14:10:12.533 INFO:teuthology.orchestra.run.smithi071.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-13T14:10:12.533 INFO:teuthology.orchestra.run.smithi071.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-13T14:10:12.533 INFO:teuthology.orchestra.run.smithi071.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-13T14:10:12.533 INFO:teuthology.orchestra.run.smithi071.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-13T14:10:12.533 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-13T14:10:12.534 INFO:teuthology.orchestra.run.smithi071.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-13T14:10:12.534 INFO:teuthology.orchestra.run.smithi071.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-13T14:10:12.534 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-13T14:10:12.534 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-13T14:10:12.534 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-13T14:10:12.534 INFO:teuthology.orchestra.run.smithi071.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-13T14:10:12.534 INFO:teuthology.orchestra.run.smithi071.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-13T14:10:12.534 INFO:teuthology.orchestra.run.smithi071.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-13T14:10:12.534 INFO:teuthology.orchestra.run.smithi071.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-13T14:10:12.534 INFO:teuthology.orchestra.run.smithi071.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-13T14:10:12.534 INFO:teuthology.orchestra.run.smithi071.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-13T14:10:12.534 INFO:teuthology.orchestra.run.smithi071.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-13T14:10:12.534 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:10:12.535 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-09-13T14:10:12.535 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-13T14:10:12.535 INFO:teuthology.orchestra.run.smithi071.stdout:Install 33 Packages 2024-09-13T14:10:12.535 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:10:12.535 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 29 M 2024-09-13T14:10:12.535 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 104 M 2024-09-13T14:10:12.535 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-09-13T14:10:12.681 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: ceph-test-2:18.2.4-843.g2c01458a.el9.x86_64 4/4 2024-09-13T14:10:12.681 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-test-2:18.2.4-843.g2c01458a.el9.x86_64 1/4 2024-09-13T14:10:12.681 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : libcephsqlite-2:18.2.4-843.g2c01458a.el9.x86_64 2/4 2024-09-13T14:10:12.681 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-13T14:10:12.836 INFO:teuthology.orchestra.run.smithi071.stdout:(1/33): ceph-18.2.4-843.g2c01458a.el9.x86_64.rp 55 kB/s | 6.5 kB 00:00 2024-09-13T14:10:13.010 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-13T14:10:13.010 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:10:13.010 INFO:teuthology.orchestra.run.smithi104.stdout:Installed: 2024-09-13T14:10:13.010 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-test-2:18.2.4-843.g2c01458a.el9.x86_64 2024-09-13T14:10:13.010 INFO:teuthology.orchestra.run.smithi104.stdout: libcephsqlite-2:18.2.4-843.g2c01458a.el9.x86_64 2024-09-13T14:10:13.010 INFO:teuthology.orchestra.run.smithi104.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-13T14:10:13.010 INFO:teuthology.orchestra.run.smithi104.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-13T14:10:13.010 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:10:13.010 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-09-13T14:10:13.028 INFO:teuthology.orchestra.run.smithi071.stdout:(2/33): ceph-mds-18.2.4-843.g2c01458a.el9.x86_6 6.7 MB/s | 2.1 MB 00:00 2024-09-13T14:10:13.070 INFO:teuthology.orchestra.run.smithi071.stdout:(3/33): ceph-mgr-18.2.4-843.g2c01458a.el9.x86_6 4.1 MB/s | 1.5 MB 00:00 2024-09-13T14:10:13.162 INFO:teuthology.orchestra.run.smithi071.stdout:(4/33): ceph-mgr-modules-core-18.2.4-843.g2c014 2.6 MB/s | 246 kB 00:00 2024-09-13T14:10:13.254 INFO:teuthology.orchestra.run.smithi071.stdout:(5/33): ceph-mon-18.2.4-843.g2c01458a.el9.x86_6 11 MB/s | 4.7 MB 00:00 2024-09-13T14:10:13.314 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install ceph 2024-09-13T14:10:13.571 INFO:teuthology.orchestra.run.smithi071.stdout:(6/33): ceph-osd-18.2.4-843.g2c01458a.el9.x86_6 30 MB/s | 17 MB 00:00 2024-09-13T14:10:13.596 INFO:teuthology.orchestra.run.smithi071.stdout:(7/33): python3-cffi-1.14.5-5.el9.x86_64.rpm 584 kB/s | 253 kB 00:00 2024-09-13T14:10:13.629 INFO:teuthology.orchestra.run.smithi071.stdout:(8/33): python3-ply-3.11-14.el9.noarch.rpm 1.8 MB/s | 106 kB 00:00 2024-09-13T14:10:13.663 INFO:teuthology.orchestra.run.smithi071.stdout:(9/33): python3-cryptography-36.0.1-4.el9.x86_6 3.0 MB/s | 1.2 MB 00:00 2024-09-13T14:10:13.688 INFO:teuthology.orchestra.run.smithi071.stdout:(10/33): python3-requests-2.25.1-8.el9.noarch.r 2.1 MB/s | 125 kB 00:00 2024-09-13T14:10:13.722 INFO:teuthology.orchestra.run.smithi071.stdout:(11/33): python3-urllib3-1.26.5-6.el9.noarch.rp 3.6 MB/s | 215 kB 00:00 2024-09-13T14:10:13.764 INFO:teuthology.orchestra.run.smithi071.stdout:(12/33): python3-pycparser-2.20-6.el9.noarch.rp 807 kB/s | 135 kB 00:00 2024-09-13T14:10:13.798 INFO:teuthology.orchestra.run.smithi071.stdout:(13/33): python3-markupsafe-1.1.1-12.el9.x86_64 462 kB/s | 35 kB 00:00 2024-09-13T14:10:13.823 INFO:teuthology.orchestra.run.smithi071.stdout:(14/33): python3-mako-1.1.4-6.el9.noarch.rpm 1.3 MB/s | 172 kB 00:00 2024-09-13T14:10:13.857 INFO:teuthology.orchestra.run.smithi071.stdout:(15/33): python3-toml-0.10.2-6.el9.noarch.rpm 712 kB/s | 42 kB 00:00 2024-09-13T14:10:13.878 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:00:36 ago on Fri 13 Sep 2024 02:09:37 PM UTC. 2024-09-13T14:10:13.882 INFO:teuthology.orchestra.run.smithi071.stdout:(16/33): python3-pytz-2021.1-5.el9.noarch.rpm 433 kB/s | 51 kB 00:00 2024-09-13T14:10:13.916 INFO:teuthology.orchestra.run.smithi071.stdout:(17/33): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 470 kB/s | 43 kB 00:00 2024-09-13T14:10:13.949 INFO:teuthology.orchestra.run.smithi071.stdout:(18/33): python3-jaraco-8.2.1-3.el9.noarch.rpm 436 kB/s | 11 kB 00:00 2024-09-13T14:10:13.974 INFO:teuthology.orchestra.run.smithi071.stdout:(19/33): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.4 MB/s | 172 kB 00:00 2024-09-13T14:10:14.000 INFO:teuthology.orchestra.run.smithi071.stdout:(20/33): python3-jaraco-classes-3.2.1-5.el9.noa 364 kB/s | 18 kB 00:00 2024-09-13T14:10:14.018 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-09-13T14:10:14.021 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-13T14:10:14.021 INFO:teuthology.orchestra.run.smithi104.stdout: Package Arch Version Repository Size 2024-09-13T14:10:14.021 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-13T14:10:14.021 INFO:teuthology.orchestra.run.smithi104.stdout:Installing: 2024-09-13T14:10:14.021 INFO:teuthology.orchestra.run.smithi104.stdout: ceph x86_64 2:18.2.4-843.g2c01458a.el9 ceph 6.5 k 2024-09-13T14:10:14.021 INFO:teuthology.orchestra.run.smithi104.stdout:Installing dependencies: 2024-09-13T14:10:14.021 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-mds x86_64 2:18.2.4-843.g2c01458a.el9 ceph 2.1 M 2024-09-13T14:10:14.021 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-mgr x86_64 2:18.2.4-843.g2c01458a.el9 ceph 1.5 M 2024-09-13T14:10:14.021 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-mgr-modules-core noarch 2:18.2.4-843.g2c01458a.el9 ceph-noarch 246 k 2024-09-13T14:10:14.021 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-mon x86_64 2:18.2.4-843.g2c01458a.el9 ceph 4.7 M 2024-09-13T14:10:14.021 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-osd x86_64 2:18.2.4-843.g2c01458a.el9 ceph 17 M 2024-09-13T14:10:14.022 INFO:teuthology.orchestra.run.smithi104.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-13T14:10:14.022 INFO:teuthology.orchestra.run.smithi104.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-13T14:10:14.022 INFO:teuthology.orchestra.run.smithi104.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-13T14:10:14.022 INFO:teuthology.orchestra.run.smithi104.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-13T14:10:14.022 INFO:teuthology.orchestra.run.smithi104.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-13T14:10:14.022 INFO:teuthology.orchestra.run.smithi104.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-13T14:10:14.022 INFO:teuthology.orchestra.run.smithi104.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-13T14:10:14.022 INFO:teuthology.orchestra.run.smithi104.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-09-13T14:10:14.022 INFO:teuthology.orchestra.run.smithi104.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-13T14:10:14.022 INFO:teuthology.orchestra.run.smithi104.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-13T14:10:14.022 INFO:teuthology.orchestra.run.smithi104.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-13T14:10:14.022 INFO:teuthology.orchestra.run.smithi104.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-13T14:10:14.022 INFO:teuthology.orchestra.run.smithi104.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-13T14:10:14.022 INFO:teuthology.orchestra.run.smithi104.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-13T14:10:14.023 INFO:teuthology.orchestra.run.smithi104.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-13T14:10:14.023 INFO:teuthology.orchestra.run.smithi104.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-13T14:10:14.023 INFO:teuthology.orchestra.run.smithi104.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-13T14:10:14.023 INFO:teuthology.orchestra.run.smithi104.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-13T14:10:14.023 INFO:teuthology.orchestra.run.smithi104.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-13T14:10:14.023 INFO:teuthology.orchestra.run.smithi104.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-13T14:10:14.023 INFO:teuthology.orchestra.run.smithi104.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-13T14:10:14.023 INFO:teuthology.orchestra.run.smithi104.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-13T14:10:14.023 INFO:teuthology.orchestra.run.smithi104.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-13T14:10:14.023 INFO:teuthology.orchestra.run.smithi104.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-13T14:10:14.023 INFO:teuthology.orchestra.run.smithi104.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-13T14:10:14.023 INFO:teuthology.orchestra.run.smithi104.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-13T14:10:14.023 INFO:teuthology.orchestra.run.smithi104.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-13T14:10:14.023 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:10:14.024 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2024-09-13T14:10:14.024 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-13T14:10:14.024 INFO:teuthology.orchestra.run.smithi104.stdout:Install 33 Packages 2024-09-13T14:10:14.024 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:10:14.024 INFO:teuthology.orchestra.run.smithi104.stdout:Total download size: 29 M 2024-09-13T14:10:14.024 INFO:teuthology.orchestra.run.smithi104.stdout:Installed size: 104 M 2024-09-13T14:10:14.025 INFO:teuthology.orchestra.run.smithi104.stdout:Downloading Packages: 2024-09-13T14:10:14.025 INFO:teuthology.orchestra.run.smithi071.stdout:(21/33): python3-jaraco-collections-3.0.0-8.el9 463 kB/s | 23 kB 00:00 2024-09-13T14:10:14.050 INFO:teuthology.orchestra.run.smithi071.stdout:(22/33): python3-jaraco-functools-3.5.0-2.el9.n 389 kB/s | 19 kB 00:00 2024-09-13T14:10:14.075 INFO:teuthology.orchestra.run.smithi071.stdout:(23/33): python3-jaraco-text-3.2.0-6.el9.noarch 393 kB/s | 20 kB 00:00 2024-09-13T14:10:14.101 INFO:teuthology.orchestra.run.smithi071.stdout:(24/33): python3-logutils-0.3.5-21.el9.noarch.r 921 kB/s | 46 kB 00:00 2024-09-13T14:10:14.126 INFO:teuthology.orchestra.run.smithi071.stdout:(25/33): python3-more-itertools-8.12.0-2.el9.no 1.5 MB/s | 79 kB 00:00 2024-09-13T14:10:14.151 INFO:teuthology.orchestra.run.smithi071.stdout:(26/33): python3-cherrypy-18.6.1-2.el9.noarch.r 1.3 MB/s | 358 kB 00:00 2024-09-13T14:10:14.168 INFO:teuthology.orchestra.run.smithi071.stdout:(27/33): python3-portend-3.1.0-2.el9.noarch.rpm 394 kB/s | 16 kB 00:00 2024-09-13T14:10:14.193 INFO:teuthology.orchestra.run.smithi071.stdout:(28/33): python3-tempora-5.0.0-2.el9.noarch.rpm 1.4 MB/s | 36 kB 00:00 2024-09-13T14:10:14.218 INFO:teuthology.orchestra.run.smithi071.stdout:(29/33): python3-pecan-1.4.2-3.el9.noarch.rpm 2.3 MB/s | 272 kB 00:00 2024-09-13T14:10:14.239 INFO:teuthology.orchestra.run.smithi104.stdout:(1/33): ceph-18.2.4-843.g2c01458a.el9.x86_64.rp 53 kB/s | 6.5 kB 00:00 2024-09-13T14:10:14.243 INFO:teuthology.orchestra.run.smithi071.stdout:(30/33): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.2 MB/s | 90 kB 00:00 2024-09-13T14:10:14.277 INFO:teuthology.orchestra.run.smithi071.stdout:(31/33): python3-zc-lockfile-2.0-10.el9.noarch. 601 kB/s | 20 kB 00:00 2024-09-13T14:10:14.302 INFO:teuthology.orchestra.run.smithi071.stdout:(32/33): python3-webob-1.8.8-2.el9.noarch.rpm 2.1 MB/s | 230 kB 00:00 2024-09-13T14:10:14.328 INFO:teuthology.orchestra.run.smithi071.stdout:(33/33): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.8 MB/s | 427 kB 00:00 2024-09-13T14:10:14.332 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-09-13T14:10:14.332 INFO:teuthology.orchestra.run.smithi071.stdout:Total 16 MB/s | 29 MB 00:01 2024-09-13T14:10:14.440 INFO:teuthology.orchestra.run.smithi104.stdout:(2/33): ceph-mds-18.2.4-843.g2c01458a.el9.x86_6 6.5 MB/s | 2.1 MB 00:00 2024-09-13T14:10:14.453 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-09-13T14:10:14.482 INFO:teuthology.orchestra.run.smithi104.stdout:(3/33): ceph-mgr-18.2.4-843.g2c01458a.el9.x86_6 4.0 MB/s | 1.5 MB 00:00 2024-09-13T14:10:14.582 INFO:teuthology.orchestra.run.smithi104.stdout:(4/33): ceph-mgr-modules-core-18.2.4-843.g2c014 2.9 MB/s | 246 kB 00:00 2024-09-13T14:10:14.582 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-09-13T14:10:14.583 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-09-13T14:10:14.699 INFO:teuthology.orchestra.run.smithi104.stdout:(5/33): ceph-mon-18.2.4-843.g2c01458a.el9.x86_6 10 MB/s | 4.7 MB 00:00 2024-09-13T14:10:14.892 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-09-13T14:10:14.892 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-09-13T14:10:14.957 INFO:teuthology.orchestra.run.smithi104.stdout:(6/33): ceph-osd-18.2.4-843.g2c01458a.el9.x86_6 32 MB/s | 17 MB 00:00 2024-09-13T14:10:15.474 INFO:teuthology.orchestra.run.smithi104.stdout:(7/33): python3-cffi-1.14.5-5.el9.x86_64.rpm 279 kB/s | 253 kB 00:00 2024-09-13T14:10:15.641 INFO:teuthology.orchestra.run.smithi104.stdout:(8/33): python3-ply-3.11-14.el9.noarch.rpm 156 kB/s | 106 kB 00:00 2024-09-13T14:10:15.775 INFO:teuthology.orchestra.run.smithi104.stdout:(9/33): python3-cryptography-36.0.1-4.el9.x86_6 1.1 MB/s | 1.2 MB 00:01 2024-09-13T14:10:16.146 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-09-13T14:10:16.206 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/33 2024-09-13T14:10:16.217 INFO:teuthology.orchestra.run.smithi104.stdout:(10/33): python3-pycparser-2.20-6.el9.noarch.rp 182 kB/s | 135 kB 00:00 2024-09-13T14:10:16.237 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/33 2024-09-13T14:10:16.270 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 3/33 2024-09-13T14:10:16.317 INFO:teuthology.orchestra.run.smithi104.stdout:(11/33): python3-mako-1.1.4-6.el9.noarch.rpm 1.7 MB/s | 172 kB 00:00 2024-09-13T14:10:16.342 INFO:teuthology.orchestra.run.smithi104.stdout:(12/33): python3-requests-2.25.1-8.el9.noarch.r 178 kB/s | 125 kB 00:00 2024-09-13T14:10:16.359 INFO:teuthology.orchestra.run.smithi104.stdout:(13/33): python3-markupsafe-1.1.1-12.el9.x86_64 831 kB/s | 35 kB 00:00 2024-09-13T14:10:16.363 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 4/33 2024-09-13T14:10:16.401 INFO:teuthology.orchestra.run.smithi104.stdout:(14/33): python3-toml-0.10.2-6.el9.noarch.rpm 1.0 MB/s | 42 kB 00:00 2024-09-13T14:10:16.426 INFO:teuthology.orchestra.run.smithi104.stdout:(15/33): python3-pytz-2021.1-5.el9.noarch.rpm 609 kB/s | 51 kB 00:00 2024-09-13T14:10:16.452 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 5/33 2024-09-13T14:10:16.453 INFO:teuthology.orchestra.run.smithi104.stdout:(16/33): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 866 kB/s | 43 kB 00:00 2024-09-13T14:10:16.490 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 6/33 2024-09-13T14:10:16.493 INFO:teuthology.orchestra.run.smithi104.stdout:(17/33): python3-cherrypy-18.6.1-2.el9.noarch.r 8.8 MB/s | 358 kB 00:00 2024-09-13T14:10:16.518 INFO:teuthology.orchestra.run.smithi104.stdout:(18/33): python3-urllib3-1.26.5-6.el9.noarch.rp 289 kB/s | 215 kB 00:00 2024-09-13T14:10:16.533 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 7/33 2024-09-13T14:10:16.535 INFO:teuthology.orchestra.run.smithi104.stdout:(19/33): python3-jaraco-8.2.1-3.el9.noarch.rpm 255 kB/s | 11 kB 00:00 2024-09-13T14:10:16.553 INFO:teuthology.orchestra.run.smithi104.stdout:(20/33): python3-jaraco-classes-3.2.1-5.el9.noa 527 kB/s | 18 kB 00:00 2024-09-13T14:10:16.563 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 8/33 2024-09-13T14:10:16.586 INFO:teuthology.orchestra.run.smithi104.stdout:(21/33): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.1 MB/s | 172 kB 00:00 2024-09-13T14:10:16.597 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 9/33 2024-09-13T14:10:16.603 INFO:teuthology.orchestra.run.smithi104.stdout:(22/33): python3-jaraco-functools-3.5.0-2.el9.n 453 kB/s | 19 kB 00:00 2024-09-13T14:10:16.621 INFO:teuthology.orchestra.run.smithi104.stdout:(23/33): python3-jaraco-text-3.2.0-6.el9.noarch 617 kB/s | 20 kB 00:00 2024-09-13T14:10:16.631 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 10/33 2024-09-13T14:10:16.637 INFO:teuthology.orchestra.run.smithi104.stdout:(24/33): python3-jaraco-collections-3.0.0-8.el9 229 kB/s | 23 kB 00:00 2024-09-13T14:10:16.654 INFO:teuthology.orchestra.run.smithi104.stdout:(25/33): python3-logutils-0.3.5-21.el9.noarch.r 924 kB/s | 46 kB 00:00 2024-09-13T14:10:16.671 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 11/33 2024-09-13T14:10:16.679 INFO:teuthology.orchestra.run.smithi104.stdout:(26/33): python3-more-itertools-8.12.0-2.el9.no 1.3 MB/s | 79 kB 00:00 2024-09-13T14:10:16.713 INFO:teuthology.orchestra.run.smithi104.stdout:(27/33): python3-portend-3.1.0-2.el9.noarch.rpm 280 kB/s | 16 kB 00:00 2024-09-13T14:10:16.715 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 12/33 2024-09-13T14:10:16.738 INFO:teuthology.orchestra.run.smithi104.stdout:(28/33): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.5 MB/s | 90 kB 00:00 2024-09-13T14:10:16.749 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 13/33 2024-09-13T14:10:16.755 INFO:teuthology.orchestra.run.smithi104.stdout:(29/33): python3-tempora-5.0.0-2.el9.noarch.rpm 855 kB/s | 36 kB 00:00 2024-09-13T14:10:16.780 INFO:teuthology.orchestra.run.smithi104.stdout:(30/33): python3-pecan-1.4.2-3.el9.noarch.rpm 1.9 MB/s | 272 kB 00:00 2024-09-13T14:10:16.790 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 14/33 2024-09-13T14:10:16.797 INFO:teuthology.orchestra.run.smithi104.stdout:(31/33): python3-zc-lockfile-2.0-10.el9.noarch. 1.2 MB/s | 20 kB 00:00 2024-09-13T14:10:16.822 INFO:teuthology.orchestra.run.smithi104.stdout:(32/33): python3-webob-1.8.8-2.el9.noarch.rpm 2.7 MB/s | 230 kB 00:00 2024-09-13T14:10:16.856 INFO:teuthology.orchestra.run.smithi104.stdout:(33/33): python3-werkzeug-2.0.3-3.el9.1.noarch. 4.1 MB/s | 427 kB 00:00 2024-09-13T14:10:16.862 INFO:teuthology.orchestra.run.smithi104.stdout:-------------------------------------------------------------------------------- 2024-09-13T14:10:16.862 INFO:teuthology.orchestra.run.smithi104.stdout:Total 10 MB/s | 29 MB 00:02 2024-09-13T14:10:16.870 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 15/33 2024-09-13T14:10:16.984 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction check 2024-09-13T14:10:17.008 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 16/33 2024-09-13T14:10:17.022 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction check succeeded. 2024-09-13T14:10:17.022 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction test 2024-09-13T14:10:17.087 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 17/33 2024-09-13T14:10:17.140 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 18/33 2024-09-13T14:10:17.178 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 19/33 2024-09-13T14:10:17.236 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-ply-3.11-14.el9.noarch 20/33 2024-09-13T14:10:17.291 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 21/33 2024-09-13T14:10:17.402 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction test succeeded. 2024-09-13T14:10:17.402 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction 2024-09-13T14:10:17.481 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 22/33 2024-09-13T14:10:17.532 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 23/33 2024-09-13T14:10:17.603 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 24/33 2024-09-13T14:10:17.691 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 25/33 2024-09-13T14:10:17.741 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 26/33 2024-09-13T14:10:17.864 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 27/33 2024-09-13T14:10:18.022 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-mgr-modules-core-2:18.2.4-843.g2c01458a.el9.n 28/33 2024-09-13T14:10:18.050 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-mgr-2:18.2.4-843.g2c01458a.el9.x86_64 29/33 2024-09-13T14:10:18.075 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-mgr-2:18.2.4-843.g2c01458a.el9.x86_64 29/33 2024-09-13T14:10:18.075 INFO:teuthology.orchestra.run.smithi071.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-13T14:10:18.075 INFO:teuthology.orchestra.run.smithi071.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-13T14:10:18.075 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-13T14:10:18.075 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-13T14:10:18.076 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:10:18.628 INFO:teuthology.orchestra.run.smithi104.stdout: Preparing : 1/1 2024-09-13T14:10:18.691 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/33 2024-09-13T14:10:18.724 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/33 2024-09-13T14:10:18.757 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 3/33 2024-09-13T14:10:18.856 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 4/33 2024-09-13T14:10:18.944 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 5/33 2024-09-13T14:10:18.992 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 6/33 2024-09-13T14:10:19.036 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 7/33 2024-09-13T14:10:19.066 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 8/33 2024-09-13T14:10:19.100 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 9/33 2024-09-13T14:10:19.134 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 10/33 2024-09-13T14:10:19.174 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 11/33 2024-09-13T14:10:19.217 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 12/33 2024-09-13T14:10:19.252 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 13/33 2024-09-13T14:10:19.297 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 14/33 2024-09-13T14:10:19.380 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 15/33 2024-09-13T14:10:19.528 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 16/33 2024-09-13T14:10:19.559 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-osd-2:18.2.4-843.g2c01458a.el9.x86_64 30/33 2024-09-13T14:10:19.588 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-osd-2:18.2.4-843.g2c01458a.el9.x86_64 30/33 2024-09-13T14:10:19.589 INFO:teuthology.orchestra.run.smithi071.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-13T14:10:19.589 INFO:teuthology.orchestra.run.smithi071.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-13T14:10:19.589 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-13T14:10:19.589 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-13T14:10:19.589 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:10:19.605 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 17/33 2024-09-13T14:10:19.668 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 18/33 2024-09-13T14:10:19.715 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 19/33 2024-09-13T14:10:19.765 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-ply-3.11-14.el9.noarch 20/33 2024-09-13T14:10:19.827 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 21/33 2024-09-13T14:10:20.002 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 22/33 2024-09-13T14:10:20.035 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-mon-2:18.2.4-843.g2c01458a.el9.x86_64 31/33 2024-09-13T14:10:20.060 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-mon-2:18.2.4-843.g2c01458a.el9.x86_64 31/33 2024-09-13T14:10:20.060 INFO:teuthology.orchestra.run.smithi071.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-13T14:10:20.060 INFO:teuthology.orchestra.run.smithi071.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-13T14:10:20.060 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-13T14:10:20.060 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-13T14:10:20.060 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:10:20.061 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 23/33 2024-09-13T14:10:20.129 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 24/33 2024-09-13T14:10:20.217 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 25/33 2024-09-13T14:10:20.257 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 26/33 2024-09-13T14:10:20.277 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-mds-2:18.2.4-843.g2c01458a.el9.x86_64 32/33 2024-09-13T14:10:20.301 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-mds-2:18.2.4-843.g2c01458a.el9.x86_64 32/33 2024-09-13T14:10:20.301 INFO:teuthology.orchestra.run.smithi071.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-13T14:10:20.301 INFO:teuthology.orchestra.run.smithi071.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-13T14:10:20.301 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-13T14:10:20.301 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-13T14:10:20.301 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:10:20.365 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-2:18.2.4-843.g2c01458a.el9.x86_64 33/33 2024-09-13T14:10:20.382 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 27/33 2024-09-13T14:10:20.545 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-mgr-modules-core-2:18.2.4-843.g2c01458a.el9.n 28/33 2024-09-13T14:10:20.578 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-mgr-2:18.2.4-843.g2c01458a.el9.x86_64 29/33 2024-09-13T14:10:20.602 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: ceph-mgr-2:18.2.4-843.g2c01458a.el9.x86_64 29/33 2024-09-13T14:10:20.603 INFO:teuthology.orchestra.run.smithi104.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-13T14:10:20.603 INFO:teuthology.orchestra.run.smithi104.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-13T14:10:20.603 INFO:teuthology.orchestra.run.smithi104.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-13T14:10:20.603 INFO:teuthology.orchestra.run.smithi104.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-13T14:10:20.603 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:10:22.040 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-2:18.2.4-843.g2c01458a.el9.x86_64 33/33 2024-09-13T14:10:22.040 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-2:18.2.4-843.g2c01458a.el9.x86_64 1/33 2024-09-13T14:10:22.040 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-mds-2:18.2.4-843.g2c01458a.el9.x86_64 2/33 2024-09-13T14:10:22.040 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-mgr-2:18.2.4-843.g2c01458a.el9.x86_64 3/33 2024-09-13T14:10:22.040 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-mon-2:18.2.4-843.g2c01458a.el9.x86_64 4/33 2024-09-13T14:10:22.041 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-osd-2:18.2.4-843.g2c01458a.el9.x86_64 5/33 2024-09-13T14:10:22.041 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-mgr-modules-core-2:18.2.4-843.g2c01458a.el9.n 6/33 2024-09-13T14:10:22.041 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/33 2024-09-13T14:10:22.041 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/33 2024-09-13T14:10:22.041 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/33 2024-09-13T14:10:22.041 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/33 2024-09-13T14:10:22.041 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/33 2024-09-13T14:10:22.041 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/33 2024-09-13T14:10:22.041 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 13/33 2024-09-13T14:10:22.041 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 14/33 2024-09-13T14:10:22.041 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 15/33 2024-09-13T14:10:22.041 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 16/33 2024-09-13T14:10:22.041 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 17/33 2024-09-13T14:10:22.042 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 18/33 2024-09-13T14:10:22.042 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 19/33 2024-09-13T14:10:22.042 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 20/33 2024-09-13T14:10:22.042 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 21/33 2024-09-13T14:10:22.042 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 22/33 2024-09-13T14:10:22.042 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 23/33 2024-09-13T14:10:22.042 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 24/33 2024-09-13T14:10:22.042 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 25/33 2024-09-13T14:10:22.042 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 26/33 2024-09-13T14:10:22.042 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 27/33 2024-09-13T14:10:22.043 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 28/33 2024-09-13T14:10:22.043 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 29/33 2024-09-13T14:10:22.043 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 30/33 2024-09-13T14:10:22.043 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 31/33 2024-09-13T14:10:22.043 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 32/33 2024-09-13T14:10:22.113 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-osd-2:18.2.4-843.g2c01458a.el9.x86_64 30/33 2024-09-13T14:10:22.145 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: ceph-osd-2:18.2.4-843.g2c01458a.el9.x86_64 30/33 2024-09-13T14:10:22.146 INFO:teuthology.orchestra.run.smithi104.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-13T14:10:22.146 INFO:teuthology.orchestra.run.smithi104.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-13T14:10:22.146 INFO:teuthology.orchestra.run.smithi104.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-13T14:10:22.146 INFO:teuthology.orchestra.run.smithi104.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-13T14:10:22.146 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:10:22.605 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-mon-2:18.2.4-843.g2c01458a.el9.x86_64 31/33 2024-09-13T14:10:22.629 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: ceph-mon-2:18.2.4-843.g2c01458a.el9.x86_64 31/33 2024-09-13T14:10:22.629 INFO:teuthology.orchestra.run.smithi104.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-13T14:10:22.629 INFO:teuthology.orchestra.run.smithi104.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-13T14:10:22.629 INFO:teuthology.orchestra.run.smithi104.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-13T14:10:22.629 INFO:teuthology.orchestra.run.smithi104.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-13T14:10:22.629 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:10:22.839 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-mds-2:18.2.4-843.g2c01458a.el9.x86_64 32/33 2024-09-13T14:10:22.863 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: ceph-mds-2:18.2.4-843.g2c01458a.el9.x86_64 32/33 2024-09-13T14:10:22.863 INFO:teuthology.orchestra.run.smithi104.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-13T14:10:22.863 INFO:teuthology.orchestra.run.smithi104.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-13T14:10:22.863 INFO:teuthology.orchestra.run.smithi104.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-13T14:10:22.863 INFO:teuthology.orchestra.run.smithi104.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-13T14:10:22.863 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:10:22.920 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 33/33 2024-09-13T14:10:22.920 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:10:22.921 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-09-13T14:10:22.921 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-2:18.2.4-843.g2c01458a.el9.x86_64 2024-09-13T14:10:22.921 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mds-2:18.2.4-843.g2c01458a.el9.x86_64 2024-09-13T14:10:22.921 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-2:18.2.4-843.g2c01458a.el9.x86_64 2024-09-13T14:10:22.921 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-modules-core-2:18.2.4-843.g2c01458a.el9.noarch 2024-09-13T14:10:22.921 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mon-2:18.2.4-843.g2c01458a.el9.x86_64 2024-09-13T14:10:22.921 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-osd-2:18.2.4-843.g2c01458a.el9.x86_64 2024-09-13T14:10:22.921 INFO:teuthology.orchestra.run.smithi071.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-13T14:10:22.921 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-13T14:10:22.921 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-13T14:10:22.921 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-13T14:10:22.921 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-13T14:10:22.921 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-13T14:10:22.922 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-13T14:10:22.922 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-13T14:10:22.922 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-13T14:10:22.922 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-13T14:10:22.922 INFO:teuthology.orchestra.run.smithi071.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-13T14:10:22.922 INFO:teuthology.orchestra.run.smithi071.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-13T14:10:22.922 INFO:teuthology.orchestra.run.smithi071.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-13T14:10:22.922 INFO:teuthology.orchestra.run.smithi071.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-13T14:10:22.922 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-13T14:10:22.922 INFO:teuthology.orchestra.run.smithi071.stdout: python3-ply-3.11-14.el9.noarch 2024-09-13T14:10:22.922 INFO:teuthology.orchestra.run.smithi071.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-13T14:10:22.922 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-13T14:10:22.922 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-13T14:10:22.923 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-13T14:10:22.923 INFO:teuthology.orchestra.run.smithi071.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-13T14:10:22.923 INFO:teuthology.orchestra.run.smithi071.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-13T14:10:22.923 INFO:teuthology.orchestra.run.smithi071.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-13T14:10:22.923 INFO:teuthology.orchestra.run.smithi071.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-13T14:10:22.923 INFO:teuthology.orchestra.run.smithi071.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-13T14:10:22.923 INFO:teuthology.orchestra.run.smithi071.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-13T14:10:22.923 INFO:teuthology.orchestra.run.smithi071.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-13T14:10:22.923 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:10:22.923 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-09-13T14:10:22.927 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-2:18.2.4-843.g2c01458a.el9.x86_64 33/33 2024-09-13T14:10:23.322 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-base 2024-09-13T14:10:23.883 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:00:48 ago on Fri 13 Sep 2024 02:09:35 PM UTC. 2024-09-13T14:10:23.972 INFO:teuthology.orchestra.run.smithi071.stdout:Package ceph-base-2:18.2.4-843.g2c01458a.el9.x86_64 is already installed. 2024-09-13T14:10:24.013 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-09-13T14:10:24.014 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2024-09-13T14:10:24.014 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-09-13T14:10:24.080 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install cephadm 2024-09-13T14:10:24.635 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:00:49 ago on Fri 13 Sep 2024 02:09:35 PM UTC. 2024-09-13T14:10:24.714 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: ceph-2:18.2.4-843.g2c01458a.el9.x86_64 33/33 2024-09-13T14:10:24.714 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-2:18.2.4-843.g2c01458a.el9.x86_64 1/33 2024-09-13T14:10:24.714 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-mds-2:18.2.4-843.g2c01458a.el9.x86_64 2/33 2024-09-13T14:10:24.714 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-mgr-2:18.2.4-843.g2c01458a.el9.x86_64 3/33 2024-09-13T14:10:24.714 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-mon-2:18.2.4-843.g2c01458a.el9.x86_64 4/33 2024-09-13T14:10:24.715 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-osd-2:18.2.4-843.g2c01458a.el9.x86_64 5/33 2024-09-13T14:10:24.715 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-mgr-modules-core-2:18.2.4-843.g2c01458a.el9.n 6/33 2024-09-13T14:10:24.715 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/33 2024-09-13T14:10:24.715 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/33 2024-09-13T14:10:24.715 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/33 2024-09-13T14:10:24.715 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/33 2024-09-13T14:10:24.715 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/33 2024-09-13T14:10:24.715 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/33 2024-09-13T14:10:24.715 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 13/33 2024-09-13T14:10:24.715 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 14/33 2024-09-13T14:10:24.715 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 15/33 2024-09-13T14:10:24.715 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 16/33 2024-09-13T14:10:24.715 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 17/33 2024-09-13T14:10:24.715 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 18/33 2024-09-13T14:10:24.716 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 19/33 2024-09-13T14:10:24.716 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 20/33 2024-09-13T14:10:24.716 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 21/33 2024-09-13T14:10:24.716 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 22/33 2024-09-13T14:10:24.716 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 23/33 2024-09-13T14:10:24.716 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 24/33 2024-09-13T14:10:24.716 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 25/33 2024-09-13T14:10:24.716 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 26/33 2024-09-13T14:10:24.716 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 27/33 2024-09-13T14:10:24.716 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 28/33 2024-09-13T14:10:24.716 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 29/33 2024-09-13T14:10:24.716 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 30/33 2024-09-13T14:10:24.716 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 31/33 2024-09-13T14:10:24.717 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 32/33 2024-09-13T14:10:24.769 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-09-13T14:10:24.769 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-13T14:10:24.770 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-09-13T14:10:24.770 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-13T14:10:24.770 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-09-13T14:10:24.770 INFO:teuthology.orchestra.run.smithi071.stdout: cephadm noarch 2:18.2.4-843.g2c01458a.el9 ceph-noarch 226 k 2024-09-13T14:10:24.770 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:10:24.770 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-09-13T14:10:24.770 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-13T14:10:24.770 INFO:teuthology.orchestra.run.smithi071.stdout:Install 1 Package 2024-09-13T14:10:24.770 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:10:24.770 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 226 k 2024-09-13T14:10:24.770 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 217 k 2024-09-13T14:10:24.770 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-09-13T14:10:25.302 INFO:teuthology.orchestra.run.smithi071.stdout:cephadm-18.2.4-843.g2c01458a.el9.noarch.rpm 426 kB/s | 226 kB 00:00 2024-09-13T14:10:25.303 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-09-13T14:10:25.303 INFO:teuthology.orchestra.run.smithi071.stdout:Total 424 kB/s | 226 kB 00:00 2024-09-13T14:10:25.303 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-09-13T14:10:25.308 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-09-13T14:10:25.308 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-09-13T14:10:25.311 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-09-13T14:10:25.311 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-09-13T14:10:25.380 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-09-13T14:10:25.616 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 33/33 2024-09-13T14:10:25.616 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:10:25.616 INFO:teuthology.orchestra.run.smithi104.stdout:Installed: 2024-09-13T14:10:25.616 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-2:18.2.4-843.g2c01458a.el9.x86_64 2024-09-13T14:10:25.617 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-mds-2:18.2.4-843.g2c01458a.el9.x86_64 2024-09-13T14:10:25.617 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-mgr-2:18.2.4-843.g2c01458a.el9.x86_64 2024-09-13T14:10:25.617 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-mgr-modules-core-2:18.2.4-843.g2c01458a.el9.noarch 2024-09-13T14:10:25.617 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-mon-2:18.2.4-843.g2c01458a.el9.x86_64 2024-09-13T14:10:25.617 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-osd-2:18.2.4-843.g2c01458a.el9.x86_64 2024-09-13T14:10:25.617 INFO:teuthology.orchestra.run.smithi104.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-13T14:10:25.617 INFO:teuthology.orchestra.run.smithi104.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-13T14:10:25.617 INFO:teuthology.orchestra.run.smithi104.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-13T14:10:25.617 INFO:teuthology.orchestra.run.smithi104.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-13T14:10:25.617 INFO:teuthology.orchestra.run.smithi104.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-13T14:10:25.617 INFO:teuthology.orchestra.run.smithi104.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-13T14:10:25.617 INFO:teuthology.orchestra.run.smithi104.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-13T14:10:25.618 INFO:teuthology.orchestra.run.smithi104.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-13T14:10:25.618 INFO:teuthology.orchestra.run.smithi104.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-13T14:10:25.618 INFO:teuthology.orchestra.run.smithi104.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-13T14:10:25.618 INFO:teuthology.orchestra.run.smithi104.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-13T14:10:25.618 INFO:teuthology.orchestra.run.smithi104.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-13T14:10:25.618 INFO:teuthology.orchestra.run.smithi104.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-13T14:10:25.618 INFO:teuthology.orchestra.run.smithi104.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-13T14:10:25.618 INFO:teuthology.orchestra.run.smithi104.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-13T14:10:25.618 INFO:teuthology.orchestra.run.smithi104.stdout: python3-ply-3.11-14.el9.noarch 2024-09-13T14:10:25.618 INFO:teuthology.orchestra.run.smithi104.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-13T14:10:25.618 INFO:teuthology.orchestra.run.smithi104.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-13T14:10:25.618 INFO:teuthology.orchestra.run.smithi104.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-13T14:10:25.618 INFO:teuthology.orchestra.run.smithi104.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-13T14:10:25.619 INFO:teuthology.orchestra.run.smithi104.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-13T14:10:25.619 INFO:teuthology.orchestra.run.smithi104.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-13T14:10:25.619 INFO:teuthology.orchestra.run.smithi104.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-13T14:10:25.619 INFO:teuthology.orchestra.run.smithi104.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-13T14:10:25.619 INFO:teuthology.orchestra.run.smithi104.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-13T14:10:25.619 INFO:teuthology.orchestra.run.smithi104.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-13T14:10:25.619 INFO:teuthology.orchestra.run.smithi104.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-13T14:10:25.619 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:10:25.619 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-09-13T14:10:25.830 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: cephadm-2:18.2.4-843.g2c01458a.el9.noarch 1/1 2024-09-13T14:10:25.921 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : cephadm-2:18.2.4-843.g2c01458a.el9.noarch 1/1 2024-09-13T14:10:26.038 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install ceph-base 2024-09-13T14:10:26.287 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: cephadm-2:18.2.4-843.g2c01458a.el9.noarch 1/1 2024-09-13T14:10:26.515 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : cephadm-2:18.2.4-843.g2c01458a.el9.noarch 1/1 2024-09-13T14:10:26.515 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:10:26.515 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-09-13T14:10:26.515 INFO:teuthology.orchestra.run.smithi071.stdout: cephadm-2:18.2.4-843.g2c01458a.el9.noarch 2024-09-13T14:10:26.515 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:10:26.515 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-09-13T14:10:26.610 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:00:49 ago on Fri 13 Sep 2024 02:09:37 PM UTC. 2024-09-13T14:10:26.701 INFO:teuthology.orchestra.run.smithi104.stdout:Package ceph-base-2:18.2.4-843.g2c01458a.el9.x86_64 is already installed. 2024-09-13T14:10:26.729 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-immutable-object-cache 2024-09-13T14:10:26.744 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-09-13T14:10:26.745 INFO:teuthology.orchestra.run.smithi104.stdout:Nothing to do. 2024-09-13T14:10:26.746 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-09-13T14:10:26.819 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install cephadm 2024-09-13T14:10:27.301 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:00:52 ago on Fri 13 Sep 2024 02:09:35 PM UTC. 2024-09-13T14:10:27.387 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:00:50 ago on Fri 13 Sep 2024 02:09:37 PM UTC. 2024-09-13T14:10:27.436 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-09-13T14:10:27.436 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-13T14:10:27.437 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repo Size 2024-09-13T14:10:27.437 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-13T14:10:27.437 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-09-13T14:10:27.437 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-immutable-object-cache x86_64 2:18.2.4-843.g2c01458a.el9 ceph 143 k 2024-09-13T14:10:27.437 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:10:27.437 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-09-13T14:10:27.437 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-13T14:10:27.437 INFO:teuthology.orchestra.run.smithi071.stdout:Install 1 Package 2024-09-13T14:10:27.437 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:10:27.437 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 143 k 2024-09-13T14:10:27.437 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 395 k 2024-09-13T14:10:27.438 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-09-13T14:10:27.519 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-09-13T14:10:27.520 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-13T14:10:27.520 INFO:teuthology.orchestra.run.smithi104.stdout: Package Arch Version Repository Size 2024-09-13T14:10:27.520 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-13T14:10:27.520 INFO:teuthology.orchestra.run.smithi104.stdout:Installing: 2024-09-13T14:10:27.520 INFO:teuthology.orchestra.run.smithi104.stdout: cephadm noarch 2:18.2.4-843.g2c01458a.el9 ceph-noarch 226 k 2024-09-13T14:10:27.520 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:10:27.520 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2024-09-13T14:10:27.520 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-13T14:10:27.521 INFO:teuthology.orchestra.run.smithi104.stdout:Install 1 Package 2024-09-13T14:10:27.521 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:10:27.521 INFO:teuthology.orchestra.run.smithi104.stdout:Total download size: 226 k 2024-09-13T14:10:27.521 INFO:teuthology.orchestra.run.smithi104.stdout:Installed size: 217 k 2024-09-13T14:10:27.521 INFO:teuthology.orchestra.run.smithi104.stdout:Downloading Packages: 2024-09-13T14:10:27.723 INFO:teuthology.orchestra.run.smithi071.stdout:ceph-immutable-object-cache-18.2.4-843.g2c01458 500 kB/s | 143 kB 00:00 2024-09-13T14:10:27.724 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-09-13T14:10:27.724 INFO:teuthology.orchestra.run.smithi071.stdout:Total 496 kB/s | 143 kB 00:00 2024-09-13T14:10:27.724 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-09-13T14:10:27.732 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-09-13T14:10:27.732 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-09-13T14:10:27.788 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-09-13T14:10:27.789 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-09-13T14:10:27.815 INFO:teuthology.orchestra.run.smithi104.stdout:cephadm-18.2.4-843.g2c01458a.el9.noarch.rpm 770 kB/s | 226 kB 00:00 2024-09-13T14:10:27.815 INFO:teuthology.orchestra.run.smithi104.stdout:-------------------------------------------------------------------------------- 2024-09-13T14:10:27.816 INFO:teuthology.orchestra.run.smithi104.stdout:Total 766 kB/s | 226 kB 00:00 2024-09-13T14:10:27.816 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction check 2024-09-13T14:10:27.821 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction check succeeded. 2024-09-13T14:10:27.821 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction test 2024-09-13T14:10:27.824 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction test succeeded. 2024-09-13T14:10:27.824 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction 2024-09-13T14:10:27.893 INFO:teuthology.orchestra.run.smithi104.stdout: Preparing : 1/1 2024-09-13T14:10:27.925 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-09-13T14:10:28.008 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-immutable-object-cache-2:18.2.4-843.g2c01458a.e 1/1 2024-09-13T14:10:28.033 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.2.4-843.g2c01458a.e 1/1 2024-09-13T14:10:28.033 INFO:teuthology.orchestra.run.smithi071.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-13T14:10:28.033 INFO:teuthology.orchestra.run.smithi071.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-13T14:10:28.033 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:10:28.335 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: cephadm-2:18.2.4-843.g2c01458a.el9.noarch 1/1 2024-09-13T14:10:28.410 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : cephadm-2:18.2.4-843.g2c01458a.el9.noarch 1/1 2024-09-13T14:10:28.775 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: cephadm-2:18.2.4-843.g2c01458a.el9.noarch 1/1 2024-09-13T14:10:29.000 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-immutable-object-cache-2:18.2.4-843.g2c01458a.e 1/1 2024-09-13T14:10:29.000 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:10:29.000 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-09-13T14:10:29.000 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-immutable-object-cache-2:18.2.4-843.g2c01458a.el9.x86_64 2024-09-13T14:10:29.000 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:10:29.000 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-09-13T14:10:29.021 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : cephadm-2:18.2.4-843.g2c01458a.el9.noarch 1/1 2024-09-13T14:10:29.021 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:10:29.021 INFO:teuthology.orchestra.run.smithi104.stdout:Installed: 2024-09-13T14:10:29.021 INFO:teuthology.orchestra.run.smithi104.stdout: cephadm-2:18.2.4-843.g2c01458a.el9.noarch 2024-09-13T14:10:29.021 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:10:29.021 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-09-13T14:10:29.200 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-mgr 2024-09-13T14:10:29.244 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install ceph-immutable-object-cache 2024-09-13T14:10:29.777 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:00:54 ago on Fri 13 Sep 2024 02:09:35 PM UTC. 2024-09-13T14:10:29.822 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:00:52 ago on Fri 13 Sep 2024 02:09:37 PM UTC. 2024-09-13T14:10:29.869 INFO:teuthology.orchestra.run.smithi071.stdout:Package ceph-mgr-2:18.2.4-843.g2c01458a.el9.x86_64 is already installed. 2024-09-13T14:10:29.911 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-09-13T14:10:29.911 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2024-09-13T14:10:29.911 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-09-13T14:10:29.959 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-09-13T14:10:29.959 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-13T14:10:29.960 INFO:teuthology.orchestra.run.smithi104.stdout: Package Arch Version Repo Size 2024-09-13T14:10:29.960 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-13T14:10:29.960 INFO:teuthology.orchestra.run.smithi104.stdout:Installing: 2024-09-13T14:10:29.960 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-immutable-object-cache x86_64 2:18.2.4-843.g2c01458a.el9 ceph 143 k 2024-09-13T14:10:29.960 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:10:29.960 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2024-09-13T14:10:29.960 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-13T14:10:29.960 INFO:teuthology.orchestra.run.smithi104.stdout:Install 1 Package 2024-09-13T14:10:29.960 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:10:29.960 INFO:teuthology.orchestra.run.smithi104.stdout:Total download size: 143 k 2024-09-13T14:10:29.960 INFO:teuthology.orchestra.run.smithi104.stdout:Installed size: 395 k 2024-09-13T14:10:29.961 INFO:teuthology.orchestra.run.smithi104.stdout:Downloading Packages: 2024-09-13T14:10:29.978 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-mgr-dashboard 2024-09-13T14:10:30.145 INFO:teuthology.orchestra.run.smithi104.stdout:ceph-immutable-object-cache-18.2.4-843.g2c01458 775 kB/s | 143 kB 00:00 2024-09-13T14:10:30.145 INFO:teuthology.orchestra.run.smithi104.stdout:-------------------------------------------------------------------------------- 2024-09-13T14:10:30.145 INFO:teuthology.orchestra.run.smithi104.stdout:Total 770 kB/s | 143 kB 00:00 2024-09-13T14:10:30.145 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction check 2024-09-13T14:10:30.153 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction check succeeded. 2024-09-13T14:10:30.153 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction test 2024-09-13T14:10:30.210 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction test succeeded. 2024-09-13T14:10:30.210 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction 2024-09-13T14:10:30.366 INFO:teuthology.orchestra.run.smithi104.stdout: Preparing : 1/1 2024-09-13T14:10:30.429 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-immutable-object-cache-2:18.2.4-843.g2c01458a.e 1/1 2024-09-13T14:10:30.454 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.2.4-843.g2c01458a.e 1/1 2024-09-13T14:10:30.454 INFO:teuthology.orchestra.run.smithi104.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-13T14:10:30.454 INFO:teuthology.orchestra.run.smithi104.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-13T14:10:30.454 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:10:30.539 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:00:55 ago on Fri 13 Sep 2024 02:09:35 PM UTC. 2024-09-13T14:10:30.670 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-09-13T14:10:30.671 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-13T14:10:30.671 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-09-13T14:10:30.671 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-13T14:10:30.671 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-09-13T14:10:30.671 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-dashboard noarch 2:18.2.4-843.g2c01458a.el9 ceph-noarch 3.5 M 2024-09-13T14:10:30.671 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-09-13T14:10:30.671 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-grafana-dashboards noarch 2:18.2.4-843.g2c01458a.el9 ceph-noarch 24 k 2024-09-13T14:10:30.672 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-prometheus-alerts noarch 2:18.2.4-843.g2c01458a.el9 ceph-noarch 16 k 2024-09-13T14:10:30.672 INFO:teuthology.orchestra.run.smithi071.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-13T14:10:30.672 INFO:teuthology.orchestra.run.smithi071.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-13T14:10:30.672 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:10:30.672 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-09-13T14:10:30.672 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-13T14:10:30.672 INFO:teuthology.orchestra.run.smithi071.stdout:Install 5 Packages 2024-09-13T14:10:30.672 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:10:30.673 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 3.8 M 2024-09-13T14:10:30.673 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 87 M 2024-09-13T14:10:30.673 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-09-13T14:10:31.193 INFO:teuthology.orchestra.run.smithi071.stdout:(1/5): ceph-grafana-dashboards-18.2.4-843.g2c01 155 kB/s | 24 kB 00:00 2024-09-13T14:10:31.210 INFO:teuthology.orchestra.run.smithi071.stdout:(2/5): ceph-prometheus-alerts-18.2.4-843.g2c014 95 kB/s | 16 kB 00:00 2024-09-13T14:10:31.244 INFO:teuthology.orchestra.run.smithi071.stdout:(3/5): python3-repoze-lru-0.7-16.el9.noarch.rpm 612 kB/s | 31 kB 00:00 2024-09-13T14:10:31.277 INFO:teuthology.orchestra.run.smithi071.stdout:(4/5): python3-routes-2.5.1-5.el9.noarch.rpm 2.8 MB/s | 188 kB 00:00 2024-09-13T14:10:31.365 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-immutable-object-cache-2:18.2.4-843.g2c01458a.e 1/1 2024-09-13T14:10:31.365 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:10:31.365 INFO:teuthology.orchestra.run.smithi104.stdout:Installed: 2024-09-13T14:10:31.365 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-immutable-object-cache-2:18.2.4-843.g2c01458a.el9.x86_64 2024-09-13T14:10:31.365 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:10:31.365 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-09-13T14:10:31.411 INFO:teuthology.orchestra.run.smithi071.stdout:(5/5): ceph-mgr-dashboard-18.2.4-843.g2c01458a. 9.4 MB/s | 3.5 MB 00:00 2024-09-13T14:10:31.414 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-09-13T14:10:31.415 INFO:teuthology.orchestra.run.smithi071.stdout:Total 5.1 MB/s | 3.8 MB 00:00 2024-09-13T14:10:31.415 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-09-13T14:10:31.421 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-09-13T14:10:31.421 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-09-13T14:10:31.502 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-09-13T14:10:31.502 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-09-13T14:10:31.597 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install ceph-mgr 2024-09-13T14:10:31.744 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-09-13T14:10:31.817 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 1/5 2024-09-13T14:10:31.849 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 2/5 2024-09-13T14:10:31.869 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-prometheus-alerts-2:18.2.4-843.g2c01458a.el9.no 3/5 2024-09-13T14:10:32.171 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:00:55 ago on Fri 13 Sep 2024 02:09:37 PM UTC. 2024-09-13T14:10:32.266 INFO:teuthology.orchestra.run.smithi104.stdout:Package ceph-mgr-2:18.2.4-843.g2c01458a.el9.x86_64 is already installed. 2024-09-13T14:10:32.307 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-09-13T14:10:32.308 INFO:teuthology.orchestra.run.smithi104.stdout:Nothing to do. 2024-09-13T14:10:32.308 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-09-13T14:10:32.376 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install ceph-mgr-dashboard 2024-09-13T14:10:32.924 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-grafana-dashboards-2:18.2.4-843.g2c01458a.el9.n 4/5 2024-09-13T14:10:32.942 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:00:55 ago on Fri 13 Sep 2024 02:09:37 PM UTC. 2024-09-13T14:10:32.956 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-mgr-dashboard-2:18.2.4-843.g2c01458a.el9.noarch 5/5 2024-09-13T14:10:33.074 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-09-13T14:10:33.075 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-13T14:10:33.075 INFO:teuthology.orchestra.run.smithi104.stdout: Package Arch Version Repository Size 2024-09-13T14:10:33.075 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-13T14:10:33.075 INFO:teuthology.orchestra.run.smithi104.stdout:Installing: 2024-09-13T14:10:33.075 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-mgr-dashboard noarch 2:18.2.4-843.g2c01458a.el9 ceph-noarch 3.5 M 2024-09-13T14:10:33.075 INFO:teuthology.orchestra.run.smithi104.stdout:Installing dependencies: 2024-09-13T14:10:33.075 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-grafana-dashboards noarch 2:18.2.4-843.g2c01458a.el9 ceph-noarch 24 k 2024-09-13T14:10:33.075 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-prometheus-alerts noarch 2:18.2.4-843.g2c01458a.el9 ceph-noarch 16 k 2024-09-13T14:10:33.075 INFO:teuthology.orchestra.run.smithi104.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-13T14:10:33.076 INFO:teuthology.orchestra.run.smithi104.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-13T14:10:33.076 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:10:33.076 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2024-09-13T14:10:33.076 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-13T14:10:33.076 INFO:teuthology.orchestra.run.smithi104.stdout:Install 5 Packages 2024-09-13T14:10:33.076 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:10:33.076 INFO:teuthology.orchestra.run.smithi104.stdout:Total download size: 3.8 M 2024-09-13T14:10:33.077 INFO:teuthology.orchestra.run.smithi104.stdout:Installed size: 87 M 2024-09-13T14:10:33.077 INFO:teuthology.orchestra.run.smithi104.stdout:Downloading Packages: 2024-09-13T14:10:33.609 INFO:teuthology.orchestra.run.smithi104.stdout:(1/5): ceph-prometheus-alerts-18.2.4-843.g2c014 110 kB/s | 16 kB 00:00 2024-09-13T14:10:33.622 INFO:teuthology.orchestra.run.smithi104.stdout:(2/5): ceph-grafana-dashboards-18.2.4-843.g2c01 146 kB/s | 24 kB 00:00 2024-09-13T14:10:33.664 INFO:teuthology.orchestra.run.smithi104.stdout:(3/5): python3-repoze-lru-0.7-16.el9.noarch.rpm 524 kB/s | 31 kB 00:00 2024-09-13T14:10:33.706 INFO:teuthology.orchestra.run.smithi104.stdout:(4/5): python3-routes-2.5.1-5.el9.noarch.rpm 2.2 MB/s | 188 kB 00:00 2024-09-13T14:10:33.815 INFO:teuthology.orchestra.run.smithi104.stdout:(5/5): ceph-mgr-dashboard-18.2.4-843.g2c01458a. 9.9 MB/s | 3.5 MB 00:00 2024-09-13T14:10:33.818 INFO:teuthology.orchestra.run.smithi104.stdout:-------------------------------------------------------------------------------- 2024-09-13T14:10:33.819 INFO:teuthology.orchestra.run.smithi104.stdout:Total 5.1 MB/s | 3.8 MB 00:00 2024-09-13T14:10:33.819 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction check 2024-09-13T14:10:33.826 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction check succeeded. 2024-09-13T14:10:33.826 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction test 2024-09-13T14:10:33.910 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction test succeeded. 2024-09-13T14:10:33.911 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction 2024-09-13T14:10:34.093 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.2.4-843.g2c01458a.el9.noarch 5/5 2024-09-13T14:10:34.093 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-grafana-dashboards-2:18.2.4-843.g2c01458a.el9.n 1/5 2024-09-13T14:10:34.093 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-mgr-dashboard-2:18.2.4-843.g2c01458a.el9.noarch 2/5 2024-09-13T14:10:34.093 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-prometheus-alerts-2:18.2.4-843.g2c01458a.el9.no 3/5 2024-09-13T14:10:34.094 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 4/5 2024-09-13T14:10:34.158 INFO:teuthology.orchestra.run.smithi104.stdout: Preparing : 1/1 2024-09-13T14:10:34.262 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 1/5 2024-09-13T14:10:34.303 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 2/5 2024-09-13T14:10:34.331 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-prometheus-alerts-2:18.2.4-843.g2c01458a.el9.no 3/5 2024-09-13T14:10:34.337 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 5/5 2024-09-13T14:10:34.337 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:10:34.337 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-09-13T14:10:34.337 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-grafana-dashboards-2:18.2.4-843.g2c01458a.el9.noarch 2024-09-13T14:10:34.337 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-dashboard-2:18.2.4-843.g2c01458a.el9.noarch 2024-09-13T14:10:34.337 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-prometheus-alerts-2:18.2.4-843.g2c01458a.el9.noarch 2024-09-13T14:10:34.337 INFO:teuthology.orchestra.run.smithi071.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-13T14:10:34.337 INFO:teuthology.orchestra.run.smithi071.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-13T14:10:34.337 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:10:34.337 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-09-13T14:10:34.569 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-13T14:10:35.123 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:00 ago on Fri 13 Sep 2024 02:09:35 PM UTC. 2024-09-13T14:10:35.255 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-09-13T14:10:35.256 INFO:teuthology.orchestra.run.smithi071.stdout:====================================================================================== 2024-09-13T14:10:35.256 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-09-13T14:10:35.256 INFO:teuthology.orchestra.run.smithi071.stdout:====================================================================================== 2024-09-13T14:10:35.256 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-09-13T14:10:35.256 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-diskprediction-local noarch 2:18.2.4-843.g2c01458a.el9 ceph-noarch 7.4 M 2024-09-13T14:10:35.256 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-09-13T14:10:35.257 INFO:teuthology.orchestra.run.smithi071.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-13T14:10:35.257 INFO:teuthology.orchestra.run.smithi071.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-13T14:10:35.257 INFO:teuthology.orchestra.run.smithi071.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-13T14:10:35.257 INFO:teuthology.orchestra.run.smithi071.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-13T14:10:35.257 INFO:teuthology.orchestra.run.smithi071.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-13T14:10:35.257 INFO:teuthology.orchestra.run.smithi071.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-13T14:10:35.257 INFO:teuthology.orchestra.run.smithi071.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-13T14:10:35.257 INFO:teuthology.orchestra.run.smithi071.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-13T14:10:35.257 INFO:teuthology.orchestra.run.smithi071.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-13T14:10:35.257 INFO:teuthology.orchestra.run.smithi071.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-13T14:10:35.257 INFO:teuthology.orchestra.run.smithi071.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-13T14:10:35.257 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:10:35.257 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-09-13T14:10:35.258 INFO:teuthology.orchestra.run.smithi071.stdout:====================================================================================== 2024-09-13T14:10:35.258 INFO:teuthology.orchestra.run.smithi071.stdout:Install 12 Packages 2024-09-13T14:10:35.258 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:10:35.258 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 38 M 2024-09-13T14:10:35.258 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 212 M 2024-09-13T14:10:35.259 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-09-13T14:10:35.395 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-grafana-dashboards-2:18.2.4-843.g2c01458a.el9.n 4/5 2024-09-13T14:10:35.443 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-mgr-dashboard-2:18.2.4-843.g2c01458a.el9.noarch 5/5 2024-09-13T14:10:35.651 INFO:teuthology.orchestra.run.smithi071.stdout:(1/12): libquadmath-11.5.0-2.el9.x86_64.rpm 1.1 MB/s | 191 kB 00:00 2024-09-13T14:10:35.776 INFO:teuthology.orchestra.run.smithi071.stdout:(2/12): libgfortran-11.5.0-2.el9.x86_64.rpm 2.6 MB/s | 801 kB 00:00 2024-09-13T14:10:35.801 INFO:teuthology.orchestra.run.smithi071.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 218 kB/s | 33 kB 00:00 2024-09-13T14:10:35.852 INFO:teuthology.orchestra.run.smithi071.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 363 kB/s | 18 kB 00:00 2024-09-13T14:10:35.944 INFO:teuthology.orchestra.run.smithi071.stdout:(5/12): ceph-mgr-diskprediction-local-18.2.4-84 16 MB/s | 7.4 MB 00:00 2024-09-13T14:10:35.969 INFO:teuthology.orchestra.run.smithi071.stdout:(6/12): openblas-0.3.26-2.el9.x86_64.rpm 330 kB/s | 38 kB 00:00 2024-09-13T14:10:36.085 INFO:teuthology.orchestra.run.smithi071.stdout:(7/12): python3-devel-3.9.19-8.el9.x86_64.rpm 2.0 MB/s | 245 kB 00:00 2024-09-13T14:10:36.509 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.2.4-843.g2c01458a.el9.noarch 5/5 2024-09-13T14:10:36.510 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-grafana-dashboards-2:18.2.4-843.g2c01458a.el9.n 1/5 2024-09-13T14:10:36.510 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-mgr-dashboard-2:18.2.4-843.g2c01458a.el9.noarch 2/5 2024-09-13T14:10:36.510 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-prometheus-alerts-2:18.2.4-843.g2c01458a.el9.no 3/5 2024-09-13T14:10:36.510 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 4/5 2024-09-13T14:10:36.586 INFO:teuthology.orchestra.run.smithi071.stdout:(8/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 3.7 MB/s | 3.0 MB 00:00 2024-09-13T14:10:36.694 INFO:teuthology.orchestra.run.smithi071.stdout:(9/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 8.4 MB/s | 5.1 MB 00:00 2024-09-13T14:10:36.719 INFO:teuthology.orchestra.run.smithi071.stdout:(10/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 1.8 MB/s | 250 kB 00:00 2024-09-13T14:10:36.775 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 5/5 2024-09-13T14:10:36.775 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:10:36.775 INFO:teuthology.orchestra.run.smithi104.stdout:Installed: 2024-09-13T14:10:36.775 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-grafana-dashboards-2:18.2.4-843.g2c01458a.el9.noarch 2024-09-13T14:10:36.775 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-mgr-dashboard-2:18.2.4-843.g2c01458a.el9.noarch 2024-09-13T14:10:36.775 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-prometheus-alerts-2:18.2.4-843.g2c01458a.el9.noarch 2024-09-13T14:10:36.775 INFO:teuthology.orchestra.run.smithi104.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-13T14:10:36.776 INFO:teuthology.orchestra.run.smithi104.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-13T14:10:36.776 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:10:36.776 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-09-13T14:10:37.001 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-13T14:10:37.053 INFO:teuthology.orchestra.run.smithi071.stdout:(11/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 45 MB/s | 16 MB 00:00 2024-09-13T14:10:37.565 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:01:00 ago on Fri 13 Sep 2024 02:09:37 PM UTC. 2024-09-13T14:10:37.697 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-09-13T14:10:37.698 INFO:teuthology.orchestra.run.smithi104.stdout:====================================================================================== 2024-09-13T14:10:37.698 INFO:teuthology.orchestra.run.smithi104.stdout: Package Arch Version Repository Size 2024-09-13T14:10:37.698 INFO:teuthology.orchestra.run.smithi104.stdout:====================================================================================== 2024-09-13T14:10:37.698 INFO:teuthology.orchestra.run.smithi104.stdout:Installing: 2024-09-13T14:10:37.699 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-mgr-diskprediction-local noarch 2:18.2.4-843.g2c01458a.el9 ceph-noarch 7.4 M 2024-09-13T14:10:37.699 INFO:teuthology.orchestra.run.smithi104.stdout:Installing dependencies: 2024-09-13T14:10:37.699 INFO:teuthology.orchestra.run.smithi104.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-13T14:10:37.699 INFO:teuthology.orchestra.run.smithi104.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-13T14:10:37.699 INFO:teuthology.orchestra.run.smithi104.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-13T14:10:37.699 INFO:teuthology.orchestra.run.smithi104.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-13T14:10:37.699 INFO:teuthology.orchestra.run.smithi104.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-13T14:10:37.699 INFO:teuthology.orchestra.run.smithi104.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-13T14:10:37.699 INFO:teuthology.orchestra.run.smithi104.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-13T14:10:37.699 INFO:teuthology.orchestra.run.smithi104.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-13T14:10:37.699 INFO:teuthology.orchestra.run.smithi104.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-13T14:10:37.699 INFO:teuthology.orchestra.run.smithi104.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-13T14:10:37.699 INFO:teuthology.orchestra.run.smithi104.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-13T14:10:37.700 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:10:37.700 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2024-09-13T14:10:37.700 INFO:teuthology.orchestra.run.smithi104.stdout:====================================================================================== 2024-09-13T14:10:37.700 INFO:teuthology.orchestra.run.smithi104.stdout:Install 12 Packages 2024-09-13T14:10:37.700 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:10:37.700 INFO:teuthology.orchestra.run.smithi104.stdout:Total download size: 38 M 2024-09-13T14:10:37.700 INFO:teuthology.orchestra.run.smithi104.stdout:Installed size: 212 M 2024-09-13T14:10:37.701 INFO:teuthology.orchestra.run.smithi104.stdout:Downloading Packages: 2024-09-13T14:10:37.955 INFO:teuthology.orchestra.run.smithi104.stdout:(1/12): libquadmath-11.5.0-2.el9.x86_64.rpm 1.0 MB/s | 191 kB 00:00 2024-09-13T14:10:37.988 INFO:teuthology.orchestra.run.smithi104.stdout:(2/12): libgfortran-11.5.0-2.el9.x86_64.rpm 3.6 MB/s | 801 kB 00:00 2024-09-13T14:10:38.170 INFO:teuthology.orchestra.run.smithi071.stdout:(12/12): openblas-openmp-0.3.26-2.el9.x86_64.rp 2.2 MB/s | 4.9 MB 00:02 2024-09-13T14:10:38.171 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-09-13T14:10:38.171 INFO:teuthology.orchestra.run.smithi071.stdout:Total 13 MB/s | 38 MB 00:02 2024-09-13T14:10:38.264 INFO:teuthology.orchestra.run.smithi104.stdout:(3/12): ceph-mgr-diskprediction-local-18.2.4-84 15 MB/s | 7.4 MB 00:00 2024-09-13T14:10:38.280 INFO:teuthology.orchestra.run.smithi104.stdout:(4/12): flexiblas-3.0.4-8.el9.x86_64.rpm 100 kB/s | 33 kB 00:00 2024-09-13T14:10:38.473 INFO:teuthology.orchestra.run.smithi104.stdout:(5/12): openblas-0.3.26-2.el9.x86_64.rpm 200 kB/s | 38 kB 00:00 2024-09-13T14:10:38.527 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-09-13T14:10:38.539 INFO:teuthology.orchestra.run.smithi104.stdout:(6/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 66 kB/s | 18 kB 00:00 2024-09-13T14:10:38.553 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-09-13T14:10:38.553 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-09-13T14:10:38.998 INFO:teuthology.orchestra.run.smithi104.stdout:(7/12): python3-devel-3.9.19-8.el9.x86_64.rpm 534 kB/s | 245 kB 00:00 2024-09-13T14:10:39.049 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-09-13T14:10:39.049 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-09-13T14:10:39.065 INFO:teuthology.orchestra.run.smithi104.stdout:(8/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 2.8 MB/s | 3.0 MB 00:01 2024-09-13T14:10:39.190 INFO:teuthology.orchestra.run.smithi104.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.0 MB/s | 250 kB 00:00 2024-09-13T14:10:39.674 INFO:teuthology.orchestra.run.smithi104.stdout:(10/12): openblas-openmp-0.3.26-2.el9.x86_64.rp 4.1 MB/s | 4.9 MB 00:01 2024-09-13T14:10:39.808 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-09-13T14:10:39.882 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-13T14:10:39.926 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-13T14:10:40.025 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-13T14:10:40.068 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-13T14:10:40.262 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-13T14:10:40.301 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-13T14:10:40.379 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-13T14:10:41.042 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-13T14:10:41.155 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-13T14:10:41.649 INFO:teuthology.orchestra.run.smithi104.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 1.9 MB/s | 5.1 MB 00:02 2024-09-13T14:10:42.386 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-13T14:10:43.432 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-13T14:10:43.466 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-mgr-diskprediction-local-2:18.2.4-843.g2c0145 12/12 2024-09-13T14:10:46.059 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.2.4-843.g2c0145 12/12 2024-09-13T14:10:46.059 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.2.4-843.g2c0145 1/12 2024-09-13T14:10:46.059 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-13T14:10:46.059 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-13T14:10:46.059 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-13T14:10:46.059 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-13T14:10:46.059 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-13T14:10:46.060 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-13T14:10:46.060 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-13T14:10:46.060 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-13T14:10:46.060 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-13T14:10:46.060 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-13T14:10:46.464 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-13T14:10:46.465 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:10:46.465 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-09-13T14:10:46.465 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-diskprediction-local-2:18.2.4-843.g2c01458a.el9.noarch 2024-09-13T14:10:46.465 INFO:teuthology.orchestra.run.smithi071.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-13T14:10:46.465 INFO:teuthology.orchestra.run.smithi071.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-13T14:10:46.465 INFO:teuthology.orchestra.run.smithi071.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-13T14:10:46.465 INFO:teuthology.orchestra.run.smithi071.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-13T14:10:46.465 INFO:teuthology.orchestra.run.smithi071.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-13T14:10:46.465 INFO:teuthology.orchestra.run.smithi071.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-13T14:10:46.465 INFO:teuthology.orchestra.run.smithi071.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-13T14:10:46.466 INFO:teuthology.orchestra.run.smithi071.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-13T14:10:46.466 INFO:teuthology.orchestra.run.smithi071.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-13T14:10:46.466 INFO:teuthology.orchestra.run.smithi071.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-13T14:10:46.466 INFO:teuthology.orchestra.run.smithi071.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-13T14:10:46.466 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:10:46.466 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-09-13T14:10:46.861 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-mgr-rook 2024-09-13T14:10:47.427 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:12 ago on Fri 13 Sep 2024 02:09:35 PM UTC. 2024-09-13T14:10:47.560 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-09-13T14:10:47.561 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-13T14:10:47.561 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-09-13T14:10:47.561 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-13T14:10:47.561 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-09-13T14:10:47.561 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-rook noarch 2:18.2.4-843.g2c01458a.el9 ceph-noarch 49 k 2024-09-13T14:10:47.561 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-09-13T14:10:47.561 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-13T14:10:47.562 INFO:teuthology.orchestra.run.smithi071.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-13T14:10:47.562 INFO:teuthology.orchestra.run.smithi071.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-13T14:10:47.562 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-13T14:10:47.562 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-13T14:10:47.562 INFO:teuthology.orchestra.run.smithi071.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-13T14:10:47.562 INFO:teuthology.orchestra.run.smithi071.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-13T14:10:47.562 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-13T14:10:47.562 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-13T14:10:47.562 INFO:teuthology.orchestra.run.smithi071.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-13T14:10:47.562 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-13T14:10:47.562 INFO:teuthology.orchestra.run.smithi071.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-13T14:10:47.563 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:10:47.563 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-09-13T14:10:47.563 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-13T14:10:47.563 INFO:teuthology.orchestra.run.smithi071.stdout:Install 13 Packages 2024-09-13T14:10:47.563 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:10:47.563 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 2.2 M 2024-09-13T14:10:47.563 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 26 M 2024-09-13T14:10:47.564 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-09-13T14:10:47.815 INFO:teuthology.orchestra.run.smithi071.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 217 kB/s | 19 kB 00:00 2024-09-13T14:10:47.840 INFO:teuthology.orchestra.run.smithi071.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 226 kB/s | 26 kB 00:00 2024-09-13T14:10:47.899 INFO:teuthology.orchestra.run.smithi071.stdout:(3/13): ceph-mgr-rook-18.2.4-843.g2c01458a.el9. 286 kB/s | 49 kB 00:00 2024-09-13T14:10:47.966 INFO:teuthology.orchestra.run.smithi071.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.4 MB/s | 222 kB 00:00 2024-09-13T14:10:47.991 INFO:teuthology.orchestra.run.smithi071.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.0 MB/s | 159 kB 00:00 2024-09-13T14:10:48.016 INFO:teuthology.orchestra.run.smithi071.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 1.0 MB/s | 54 kB 00:00 2024-09-13T14:10:48.058 INFO:teuthology.orchestra.run.smithi071.stdout:(7/13): python3-cachetools-4.2.4-1.el9.noarch.r 482 kB/s | 32 kB 00:00 2024-09-13T14:10:48.083 INFO:teuthology.orchestra.run.smithi071.stdout:(8/13): python3-certifi-2023.05.07-4.el9.noarch 235 kB/s | 14 kB 00:00 2024-09-13T14:10:48.109 INFO:teuthology.orchestra.run.smithi071.stdout:(9/13): python3-pyasn1-modules-0.4.8-6.el9.noar 1.3 MB/s | 279 kB 00:00 2024-09-13T14:10:48.139 INFO:teuthology.orchestra.run.smithi071.stdout:(10/13): python3-google-auth-2.34.0-1.el9.noarc 2.9 MB/s | 220 kB 00:00 2024-09-13T14:10:48.168 INFO:teuthology.orchestra.run.smithi071.stdout:(11/13): python3-websocket-client-1.2.3-2.el9.n 3.3 MB/s | 90 kB 00:00 2024-09-13T14:10:48.193 INFO:teuthology.orchestra.run.smithi071.stdout:(12/13): python3-rsa-4.9-2.el9.noarch.rpm 705 kB/s | 59 kB 00:00 2024-09-13T14:10:48.226 INFO:teuthology.orchestra.run.smithi071.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 7.2 MB/s | 1.0 MB 00:00 2024-09-13T14:10:48.229 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-09-13T14:10:48.229 INFO:teuthology.orchestra.run.smithi071.stdout:Total 3.3 MB/s | 2.2 MB 00:00 2024-09-13T14:10:48.292 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-09-13T14:10:48.307 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-09-13T14:10:48.307 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-09-13T14:10:48.395 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-09-13T14:10:48.396 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-09-13T14:10:48.907 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-09-13T14:10:49.073 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-13T14:10:49.176 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-13T14:10:49.233 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-13T14:10:49.270 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-13T14:10:49.311 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-13T14:10:49.414 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-13T14:10:49.522 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-13T14:10:49.571 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-13T14:10:50.286 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-13T14:10:50.334 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-13T14:10:50.377 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-13T14:10:50.424 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-13T14:10:50.446 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-mgr-rook-2:18.2.4-843.g2c01458a.el9.noarch 13/13 2024-09-13T14:10:51.247 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-mgr-rook-2:18.2.4-843.g2c01458a.el9.noarch 13/13 2024-09-13T14:10:51.247 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-mgr-rook-2:18.2.4-843.g2c01458a.el9.noarch 1/13 2024-09-13T14:10:51.247 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-13T14:10:51.247 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-13T14:10:51.247 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-13T14:10:51.247 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-13T14:10:51.248 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-13T14:10:51.248 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-13T14:10:51.248 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-13T14:10:51.248 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-13T14:10:51.248 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-13T14:10:51.248 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-13T14:10:51.248 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-13T14:10:51.579 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-13T14:10:51.580 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:10:51.580 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-09-13T14:10:51.580 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-rook-2:18.2.4-843.g2c01458a.el9.noarch 2024-09-13T14:10:51.580 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-13T14:10:51.580 INFO:teuthology.orchestra.run.smithi071.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-13T14:10:51.580 INFO:teuthology.orchestra.run.smithi071.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-13T14:10:51.580 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-13T14:10:51.580 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-13T14:10:51.580 INFO:teuthology.orchestra.run.smithi071.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-13T14:10:51.580 INFO:teuthology.orchestra.run.smithi071.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-13T14:10:51.580 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-13T14:10:51.581 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-13T14:10:51.581 INFO:teuthology.orchestra.run.smithi071.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-13T14:10:51.581 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-13T14:10:51.581 INFO:teuthology.orchestra.run.smithi071.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-13T14:10:51.581 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:10:51.581 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-09-13T14:10:51.833 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-mgr-cephadm 2024-09-13T14:10:52.408 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:17 ago on Fri 13 Sep 2024 02:09:35 PM UTC. 2024-09-13T14:10:52.541 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-09-13T14:10:52.542 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-13T14:10:52.542 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-09-13T14:10:52.542 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-13T14:10:52.542 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-09-13T14:10:52.542 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-cephadm noarch 2:18.2.4-843.g2c01458a.el9 ceph-noarch 139 k 2024-09-13T14:10:52.542 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-09-13T14:10:52.542 INFO:teuthology.orchestra.run.smithi071.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-13T14:10:52.542 INFO:teuthology.orchestra.run.smithi071.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-13T14:10:52.543 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-13T14:10:52.543 INFO:teuthology.orchestra.run.smithi071.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-13T14:10:52.543 INFO:teuthology.orchestra.run.smithi071.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-13T14:10:52.543 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:10:52.543 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-09-13T14:10:52.543 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-13T14:10:52.543 INFO:teuthology.orchestra.run.smithi071.stdout:Install 6 Packages 2024-09-13T14:10:52.543 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:10:52.544 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 7.0 M 2024-09-13T14:10:52.544 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 33 M 2024-09-13T14:10:52.544 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-09-13T14:10:53.102 INFO:teuthology.orchestra.run.smithi071.stdout:(1/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 2.1 MB/s | 248 kB 00:00 2024-09-13T14:10:53.152 INFO:teuthology.orchestra.run.smithi071.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 11 MB/s | 548 kB 00:00 2024-09-13T14:10:53.178 INFO:teuthology.orchestra.run.smithi071.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 2.3 MB/s | 58 kB 00:00 2024-09-13T14:10:53.203 INFO:teuthology.orchestra.run.smithi071.stdout:(4/6): python3-typing-extensions-4.12.2-2.el9.n 2.9 MB/s | 74 kB 00:00 2024-09-13T14:10:53.228 INFO:teuthology.orchestra.run.smithi071.stdout:(5/6): ceph-mgr-cephadm-18.2.4-843.g2c01458a.el 575 kB/s | 139 kB 00:00 2024-09-13T14:10:54.103 INFO:teuthology.orchestra.run.smithi071.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 5.3 MB/s | 6.0 MB 00:01 2024-09-13T14:10:54.105 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-09-13T14:10:54.105 INFO:teuthology.orchestra.run.smithi071.stdout:Total 4.5 MB/s | 7.0 MB 00:01 2024-09-13T14:10:54.178 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-09-13T14:10:54.189 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-09-13T14:10:54.189 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-09-13T14:10:54.288 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-09-13T14:10:54.290 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-09-13T14:10:54.595 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-09-13T14:10:54.760 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-13T14:10:54.805 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-13T14:10:55.320 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-13T14:10:55.408 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-13T14:10:55.470 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-13T14:10:55.500 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-mgr-cephadm-2:18.2.4-843.g2c01458a.el9.noarch 6/6 2024-09-13T14:10:56.262 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.2.4-843.g2c01458a.el9.noarch 6/6 2024-09-13T14:10:56.263 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-mgr-cephadm-2:18.2.4-843.g2c01458a.el9.noarch 1/6 2024-09-13T14:10:56.263 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-13T14:10:56.263 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-13T14:10:56.263 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-13T14:10:56.263 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-13T14:10:56.525 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-13T14:10:56.525 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:10:56.525 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-09-13T14:10:56.525 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-cephadm-2:18.2.4-843.g2c01458a.el9.noarch 2024-09-13T14:10:56.525 INFO:teuthology.orchestra.run.smithi071.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-13T14:10:56.525 INFO:teuthology.orchestra.run.smithi071.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-13T14:10:56.525 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-13T14:10:56.525 INFO:teuthology.orchestra.run.smithi071.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-13T14:10:56.526 INFO:teuthology.orchestra.run.smithi071.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-13T14:10:56.526 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:10:56.526 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-09-13T14:10:56.766 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-fuse 2024-09-13T14:10:57.328 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:22 ago on Fri 13 Sep 2024 02:09:35 PM UTC. 2024-09-13T14:10:57.459 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-09-13T14:10:57.459 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-13T14:10:57.460 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-09-13T14:10:57.460 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-13T14:10:57.460 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-09-13T14:10:57.460 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-fuse x86_64 2:18.2.4-843.g2c01458a.el9 ceph 852 k 2024-09-13T14:10:57.460 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-09-13T14:10:57.460 INFO:teuthology.orchestra.run.smithi071.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-13T14:10:57.460 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:10:57.460 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-09-13T14:10:57.460 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-13T14:10:57.460 INFO:teuthology.orchestra.run.smithi071.stdout:Install 2 Packages 2024-09-13T14:10:57.460 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:10:57.461 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 932 k 2024-09-13T14:10:57.461 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 2.7 M 2024-09-13T14:10:57.461 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-09-13T14:10:57.738 INFO:teuthology.orchestra.run.smithi071.stdout:(1/2): fuse-2.9.9-16.el9.x86_64.rpm 512 kB/s | 80 kB 00:00 2024-09-13T14:10:58.038 INFO:teuthology.orchestra.run.smithi071.stdout:(2/2): ceph-fuse-18.2.4-843.g2c01458a.el9.x86_6 1.8 MB/s | 852 kB 00:00 2024-09-13T14:10:58.040 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-09-13T14:10:58.040 INFO:teuthology.orchestra.run.smithi071.stdout:Total 1.6 MB/s | 932 kB 00:00 2024-09-13T14:10:58.050 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-09-13T14:10:58.071 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-09-13T14:10:58.072 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-09-13T14:10:58.151 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-09-13T14:10:58.152 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-09-13T14:10:58.335 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-09-13T14:10:58.469 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-13T14:10:58.536 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-fuse-2:18.2.4-843.g2c01458a.el9.x86_64 2/2 2024-09-13T14:10:59.200 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-fuse-2:18.2.4-843.g2c01458a.el9.x86_64 2/2 2024-09-13T14:10:59.200 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-fuse-2:18.2.4-843.g2c01458a.el9.x86_64 1/2 2024-09-13T14:10:59.469 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-13T14:10:59.470 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:10:59.470 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-09-13T14:10:59.470 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-fuse-2:18.2.4-843.g2c01458a.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-13T14:10:59.470 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:10:59.470 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-09-13T14:10:59.723 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install librados-devel 2024-09-13T14:11:00.291 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:25 ago on Fri 13 Sep 2024 02:09:35 PM UTC. 2024-09-13T14:11:00.428 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-09-13T14:11:00.428 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-13T14:11:00.428 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repo Size 2024-09-13T14:11:00.428 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-13T14:11:00.429 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-09-13T14:11:00.429 INFO:teuthology.orchestra.run.smithi071.stdout: librados-devel x86_64 2:18.2.4-843.g2c01458a.el9 ceph 127 k 2024-09-13T14:11:00.429 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:11:00.429 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-09-13T14:11:00.429 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-13T14:11:00.429 INFO:teuthology.orchestra.run.smithi071.stdout:Install 1 Package 2024-09-13T14:11:00.429 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:11:00.429 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 127 k 2024-09-13T14:11:00.429 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 456 k 2024-09-13T14:11:00.429 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-09-13T14:11:00.553 INFO:teuthology.orchestra.run.smithi104.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 779 kB/s | 16 MB 00:21 2024-09-13T14:11:00.554 INFO:teuthology.orchestra.run.smithi104.stdout:-------------------------------------------------------------------------------- 2024-09-13T14:11:00.555 INFO:teuthology.orchestra.run.smithi104.stdout:Total 1.7 MB/s | 38 MB 00:22 2024-09-13T14:11:00.624 INFO:teuthology.orchestra.run.smithi071.stdout:librados-devel-18.2.4-843.g2c01458a.el9.x86_64. 650 kB/s | 127 kB 00:00 2024-09-13T14:11:00.625 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-09-13T14:11:00.625 INFO:teuthology.orchestra.run.smithi071.stdout:Total 645 kB/s | 127 kB 00:00 2024-09-13T14:11:00.625 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-09-13T14:11:00.631 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-09-13T14:11:00.631 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-09-13T14:11:00.695 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-09-13T14:11:00.695 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-09-13T14:11:00.845 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-09-13T14:11:00.909 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction check 2024-09-13T14:11:00.930 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : librados-devel-2:18.2.4-843.g2c01458a.el9.x86_64 1/1 2024-09-13T14:11:00.936 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction check succeeded. 2024-09-13T14:11:00.936 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction test 2024-09-13T14:11:01.364 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: librados-devel-2:18.2.4-843.g2c01458a.el9.x86_64 1/1 2024-09-13T14:11:01.442 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction test succeeded. 2024-09-13T14:11:01.442 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction 2024-09-13T14:11:01.629 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librados-devel-2:18.2.4-843.g2c01458a.el9.x86_64 1/1 2024-09-13T14:11:01.630 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:11:01.630 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-09-13T14:11:01.630 INFO:teuthology.orchestra.run.smithi071.stdout: librados-devel-2:18.2.4-843.g2c01458a.el9.x86_64 2024-09-13T14:11:01.630 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:11:01.630 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-09-13T14:11:01.858 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install libcephfs2 2024-09-13T14:11:02.199 INFO:teuthology.orchestra.run.smithi104.stdout: Preparing : 1/1 2024-09-13T14:11:02.272 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-13T14:11:02.309 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-13T14:11:02.425 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-13T14:11:02.446 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:27 ago on Fri 13 Sep 2024 02:09:35 PM UTC. 2024-09-13T14:11:02.469 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-13T14:11:02.538 INFO:teuthology.orchestra.run.smithi071.stdout:Package libcephfs2-2:18.2.4-843.g2c01458a.el9.x86_64 is already installed. 2024-09-13T14:11:02.581 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-09-13T14:11:02.582 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2024-09-13T14:11:02.582 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-09-13T14:11:02.653 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install libcephfs-devel 2024-09-13T14:11:02.661 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-13T14:11:02.710 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-13T14:11:02.788 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-13T14:11:03.210 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:28 ago on Fri 13 Sep 2024 02:09:35 PM UTC. 2024-09-13T14:11:03.342 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-09-13T14:11:03.343 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-13T14:11:03.343 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repo Size 2024-09-13T14:11:03.343 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-13T14:11:03.343 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-09-13T14:11:03.344 INFO:teuthology.orchestra.run.smithi071.stdout: libcephfs-devel x86_64 2:18.2.4-843.g2c01458a.el9 ceph 31 k 2024-09-13T14:11:03.344 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:11:03.344 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-09-13T14:11:03.344 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-13T14:11:03.344 INFO:teuthology.orchestra.run.smithi071.stdout:Install 1 Package 2024-09-13T14:11:03.344 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:11:03.344 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 31 k 2024-09-13T14:11:03.344 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 139 k 2024-09-13T14:11:03.344 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-09-13T14:11:03.472 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-13T14:11:03.494 INFO:teuthology.orchestra.run.smithi071.stdout:libcephfs-devel-18.2.4-843.g2c01458a.el9.x86_64 207 kB/s | 31 kB 00:00 2024-09-13T14:11:03.494 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-09-13T14:11:03.495 INFO:teuthology.orchestra.run.smithi071.stdout:Total 205 kB/s | 31 kB 00:00 2024-09-13T14:11:03.495 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-09-13T14:11:03.498 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-09-13T14:11:03.498 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-09-13T14:11:03.517 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-09-13T14:11:03.517 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-09-13T14:11:03.607 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-13T14:11:03.608 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-09-13T14:11:03.707 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libcephfs-devel-2:18.2.4-843.g2c01458a.el9.x86_64 1/1 2024-09-13T14:11:04.101 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: libcephfs-devel-2:18.2.4-843.g2c01458a.el9.x86_64 1/1 2024-09-13T14:11:04.333 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libcephfs-devel-2:18.2.4-843.g2c01458a.el9.x86_64 1/1 2024-09-13T14:11:04.333 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:11:04.333 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-09-13T14:11:04.333 INFO:teuthology.orchestra.run.smithi071.stdout: libcephfs-devel-2:18.2.4-843.g2c01458a.el9.x86_64 2024-09-13T14:11:04.333 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:11:04.333 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-09-13T14:11:04.543 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install librados2 2024-09-13T14:11:04.900 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-13T14:11:05.102 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:30 ago on Fri 13 Sep 2024 02:09:35 PM UTC. 2024-09-13T14:11:05.191 INFO:teuthology.orchestra.run.smithi071.stdout:Package librados2-2:18.2.4-843.g2c01458a.el9.x86_64 is already installed. 2024-09-13T14:11:05.233 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-09-13T14:11:05.234 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2024-09-13T14:11:05.234 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-09-13T14:11:05.311 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install librbd1 2024-09-13T14:11:05.880 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:30 ago on Fri 13 Sep 2024 02:09:35 PM UTC. 2024-09-13T14:11:05.970 INFO:teuthology.orchestra.run.smithi071.stdout:Package librbd1-2:18.2.4-843.g2c01458a.el9.x86_64 is already installed. 2024-09-13T14:11:05.974 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-13T14:11:06.013 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-09-13T14:11:06.014 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2024-09-13T14:11:06.014 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-09-13T14:11:06.033 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-mgr-diskprediction-local-2:18.2.4-843.g2c0145 12/12 2024-09-13T14:11:06.094 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install python3-rados 2024-09-13T14:11:06.656 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:31 ago on Fri 13 Sep 2024 02:09:35 PM UTC. 2024-09-13T14:11:06.746 INFO:teuthology.orchestra.run.smithi071.stdout:Package python3-rados-2:18.2.4-843.g2c01458a.el9.x86_64 is already installed. 2024-09-13T14:11:06.789 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-09-13T14:11:06.790 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2024-09-13T14:11:06.790 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-09-13T14:11:06.869 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install python3-rgw 2024-09-13T14:11:07.423 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:32 ago on Fri 13 Sep 2024 02:09:35 PM UTC. 2024-09-13T14:11:07.515 INFO:teuthology.orchestra.run.smithi071.stdout:Package python3-rgw-2:18.2.4-843.g2c01458a.el9.x86_64 is already installed. 2024-09-13T14:11:07.558 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-09-13T14:11:07.559 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2024-09-13T14:11:07.559 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-09-13T14:11:07.634 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install python3-cephfs 2024-09-13T14:11:08.193 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:33 ago on Fri 13 Sep 2024 02:09:35 PM UTC. 2024-09-13T14:11:08.282 INFO:teuthology.orchestra.run.smithi071.stdout:Package python3-cephfs-2:18.2.4-843.g2c01458a.el9.x86_64 is already installed. 2024-09-13T14:11:08.324 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-09-13T14:11:08.325 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2024-09-13T14:11:08.325 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-09-13T14:11:08.411 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install python3-rbd 2024-09-13T14:11:08.664 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.2.4-843.g2c0145 12/12 2024-09-13T14:11:08.664 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.2.4-843.g2c0145 1/12 2024-09-13T14:11:08.664 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-13T14:11:08.664 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-13T14:11:08.664 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-13T14:11:08.665 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-13T14:11:08.665 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-13T14:11:08.665 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-13T14:11:08.665 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-13T14:11:08.665 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-13T14:11:08.665 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-13T14:11:08.665 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-13T14:11:08.982 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:33 ago on Fri 13 Sep 2024 02:09:35 PM UTC. 2024-09-13T14:11:09.073 INFO:teuthology.orchestra.run.smithi071.stdout:Package python3-rbd-2:18.2.4-843.g2c01458a.el9.x86_64 is already installed. 2024-09-13T14:11:09.079 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-13T14:11:09.079 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:11:09.079 INFO:teuthology.orchestra.run.smithi104.stdout:Installed: 2024-09-13T14:11:09.080 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-mgr-diskprediction-local-2:18.2.4-843.g2c01458a.el9.noarch 2024-09-13T14:11:09.080 INFO:teuthology.orchestra.run.smithi104.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-13T14:11:09.080 INFO:teuthology.orchestra.run.smithi104.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-13T14:11:09.080 INFO:teuthology.orchestra.run.smithi104.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-13T14:11:09.080 INFO:teuthology.orchestra.run.smithi104.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-13T14:11:09.080 INFO:teuthology.orchestra.run.smithi104.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-13T14:11:09.080 INFO:teuthology.orchestra.run.smithi104.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-13T14:11:09.080 INFO:teuthology.orchestra.run.smithi104.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-13T14:11:09.080 INFO:teuthology.orchestra.run.smithi104.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-13T14:11:09.080 INFO:teuthology.orchestra.run.smithi104.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-13T14:11:09.080 INFO:teuthology.orchestra.run.smithi104.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-13T14:11:09.080 INFO:teuthology.orchestra.run.smithi104.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-13T14:11:09.081 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:11:09.081 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-09-13T14:11:09.117 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-09-13T14:11:09.118 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2024-09-13T14:11:09.118 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-09-13T14:11:09.204 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install rbd-fuse 2024-09-13T14:11:09.444 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install ceph-mgr-rook 2024-09-13T14:11:09.768 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:34 ago on Fri 13 Sep 2024 02:09:35 PM UTC. 2024-09-13T14:11:09.902 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-09-13T14:11:09.903 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-13T14:11:09.903 INFO:teuthology.orchestra.run.smithi071.stdout: Package Architecture Version Repository Size 2024-09-13T14:11:09.903 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-13T14:11:09.903 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-09-13T14:11:09.903 INFO:teuthology.orchestra.run.smithi071.stdout: rbd-fuse x86_64 2:18.2.4-843.g2c01458a.el9 ceph 87 k 2024-09-13T14:11:09.903 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:11:09.904 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-09-13T14:11:09.904 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-13T14:11:09.904 INFO:teuthology.orchestra.run.smithi071.stdout:Install 1 Package 2024-09-13T14:11:09.904 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:11:09.904 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 87 k 2024-09-13T14:11:09.904 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 227 k 2024-09-13T14:11:09.904 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-09-13T14:11:10.019 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:01:33 ago on Fri 13 Sep 2024 02:09:37 PM UTC. 2024-09-13T14:11:10.105 INFO:teuthology.orchestra.run.smithi071.stdout:rbd-fuse-18.2.4-843.g2c01458a.el9.x86_64.rpm 431 kB/s | 87 kB 00:00 2024-09-13T14:11:10.106 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-09-13T14:11:10.106 INFO:teuthology.orchestra.run.smithi071.stdout:Total 428 kB/s | 87 kB 00:00 2024-09-13T14:11:10.106 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-09-13T14:11:10.113 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-09-13T14:11:10.113 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-09-13T14:11:10.152 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-09-13T14:11:10.153 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-13T14:11:10.153 INFO:teuthology.orchestra.run.smithi104.stdout: Package Arch Version Repository Size 2024-09-13T14:11:10.153 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-13T14:11:10.153 INFO:teuthology.orchestra.run.smithi104.stdout:Installing: 2024-09-13T14:11:10.153 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-mgr-rook noarch 2:18.2.4-843.g2c01458a.el9 ceph-noarch 49 k 2024-09-13T14:11:10.153 INFO:teuthology.orchestra.run.smithi104.stdout:Installing dependencies: 2024-09-13T14:11:10.153 INFO:teuthology.orchestra.run.smithi104.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-13T14:11:10.153 INFO:teuthology.orchestra.run.smithi104.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-13T14:11:10.153 INFO:teuthology.orchestra.run.smithi104.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-13T14:11:10.153 INFO:teuthology.orchestra.run.smithi104.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-13T14:11:10.154 INFO:teuthology.orchestra.run.smithi104.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-13T14:11:10.154 INFO:teuthology.orchestra.run.smithi104.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-13T14:11:10.154 INFO:teuthology.orchestra.run.smithi104.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-13T14:11:10.154 INFO:teuthology.orchestra.run.smithi104.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-13T14:11:10.154 INFO:teuthology.orchestra.run.smithi104.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-13T14:11:10.154 INFO:teuthology.orchestra.run.smithi104.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-13T14:11:10.154 INFO:teuthology.orchestra.run.smithi104.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-13T14:11:10.154 INFO:teuthology.orchestra.run.smithi104.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-13T14:11:10.154 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:11:10.154 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2024-09-13T14:11:10.154 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-13T14:11:10.154 INFO:teuthology.orchestra.run.smithi104.stdout:Install 13 Packages 2024-09-13T14:11:10.154 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:11:10.155 INFO:teuthology.orchestra.run.smithi104.stdout:Total download size: 2.2 M 2024-09-13T14:11:10.155 INFO:teuthology.orchestra.run.smithi104.stdout:Installed size: 26 M 2024-09-13T14:11:10.155 INFO:teuthology.orchestra.run.smithi104.stdout:Downloading Packages: 2024-09-13T14:11:10.176 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-09-13T14:11:10.177 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-09-13T14:11:10.319 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-09-13T14:11:10.420 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : rbd-fuse-2:18.2.4-843.g2c01458a.el9.x86_64 1/1 2024-09-13T14:11:10.566 INFO:teuthology.orchestra.run.smithi104.stdout:(1/13): ceph-mgr-rook-18.2.4-843.g2c01458a.el9. 286 kB/s | 49 kB 00:00 2024-09-13T14:11:10.700 INFO:teuthology.orchestra.run.smithi104.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 84 kB/s | 26 kB 00:00 2024-09-13T14:11:10.725 INFO:teuthology.orchestra.run.smithi104.stdout:(3/13): python3-jsonpointer-2.0-4.el9.noarch.rp 58 kB/s | 19 kB 00:00 2024-09-13T14:11:10.824 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: rbd-fuse-2:18.2.4-843.g2c01458a.el9.x86_64 1/1 2024-09-13T14:11:11.067 INFO:teuthology.orchestra.run.smithi104.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 433 kB/s | 159 kB 00:00 2024-09-13T14:11:11.074 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : rbd-fuse-2:18.2.4-843.g2c01458a.el9.x86_64 1/1 2024-09-13T14:11:11.074 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:11:11.074 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-09-13T14:11:11.074 INFO:teuthology.orchestra.run.smithi071.stdout: rbd-fuse-2:18.2.4-843.g2c01458a.el9.x86_64 2024-09-13T14:11:11.074 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:11:11.074 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-09-13T14:11:11.192 INFO:teuthology.orchestra.run.smithi104.stdout:(5/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 355 kB/s | 222 kB 00:00 2024-09-13T14:11:11.217 INFO:teuthology.orchestra.run.smithi104.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 357 kB/s | 54 kB 00:00 2024-09-13T14:11:11.243 INFO:teuthology.orchestra.run.smithi104.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 539 kB/s | 279 kB 00:00 2024-09-13T14:11:11.293 INFO:teuthology.orchestra.run.smithi104.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 321 kB/s | 32 kB 00:00 2024-09-13T14:11:11.295 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install rbd-mirror 2024-09-13T14:11:11.318 INFO:teuthology.orchestra.run.smithi104.stdout:(9/13): python3-certifi-2023.05.07-4.el9.noarch 141 kB/s | 14 kB 00:00 2024-09-13T14:11:11.352 INFO:teuthology.orchestra.run.smithi104.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 1.7 MB/s | 59 kB 00:00 2024-09-13T14:11:11.377 INFO:teuthology.orchestra.run.smithi104.stdout:(11/13): python3-google-auth-2.34.0-1.el9.noarc 1.8 MB/s | 220 kB 00:00 2024-09-13T14:11:11.402 INFO:teuthology.orchestra.run.smithi104.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.7 MB/s | 90 kB 00:00 2024-09-13T14:11:11.444 INFO:teuthology.orchestra.run.smithi104.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 6.9 MB/s | 1.0 MB 00:00 2024-09-13T14:11:11.447 INFO:teuthology.orchestra.run.smithi104.stdout:-------------------------------------------------------------------------------- 2024-09-13T14:11:11.447 INFO:teuthology.orchestra.run.smithi104.stdout:Total 1.7 MB/s | 2.2 MB 00:01 2024-09-13T14:11:11.517 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction check 2024-09-13T14:11:11.533 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction check succeeded. 2024-09-13T14:11:11.533 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction test 2024-09-13T14:11:11.622 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction test succeeded. 2024-09-13T14:11:11.624 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction 2024-09-13T14:11:11.859 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:36 ago on Fri 13 Sep 2024 02:09:35 PM UTC. 2024-09-13T14:11:11.996 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-09-13T14:11:11.997 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-13T14:11:11.997 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repo Size 2024-09-13T14:11:11.997 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-13T14:11:11.997 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-09-13T14:11:11.997 INFO:teuthology.orchestra.run.smithi071.stdout: rbd-mirror x86_64 2:18.2.4-843.g2c01458a.el9 ceph 3.0 M 2024-09-13T14:11:11.997 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:11:11.997 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-09-13T14:11:11.997 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-13T14:11:11.998 INFO:teuthology.orchestra.run.smithi071.stdout:Install 1 Package 2024-09-13T14:11:11.998 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:11:11.998 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 3.0 M 2024-09-13T14:11:11.998 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 12 M 2024-09-13T14:11:11.998 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-09-13T14:11:12.149 INFO:teuthology.orchestra.run.smithi104.stdout: Preparing : 1/1 2024-09-13T14:11:12.315 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-13T14:11:12.361 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-13T14:11:12.408 INFO:teuthology.orchestra.run.smithi071.stdout:rbd-mirror-18.2.4-843.g2c01458a.el9.x86_64.rpm 7.3 MB/s | 3.0 MB 00:00 2024-09-13T14:11:12.409 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-09-13T14:11:12.409 INFO:teuthology.orchestra.run.smithi071.stdout:Total 7.3 MB/s | 3.0 MB 00:00 2024-09-13T14:11:12.409 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-09-13T14:11:12.418 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-09-13T14:11:12.418 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-09-13T14:11:12.425 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-13T14:11:12.471 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-13T14:11:12.505 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-09-13T14:11:12.506 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-09-13T14:11:12.512 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-13T14:11:12.622 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-13T14:11:12.740 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-13T14:11:12.789 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-13T14:11:12.929 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-09-13T14:11:12.992 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : rbd-mirror-2:18.2.4-843.g2c01458a.el9.x86_64 1/1 2024-09-13T14:11:13.016 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: rbd-mirror-2:18.2.4-843.g2c01458a.el9.x86_64 1/1 2024-09-13T14:11:13.017 INFO:teuthology.orchestra.run.smithi071.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-13T14:11:13.017 INFO:teuthology.orchestra.run.smithi071.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-13T14:11:13.017 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-13T14:11:13.017 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-13T14:11:13.017 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:11:13.503 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-13T14:11:13.553 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-13T14:11:13.586 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-13T14:11:13.643 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-13T14:11:13.665 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-mgr-rook-2:18.2.4-843.g2c01458a.el9.noarch 13/13 2024-09-13T14:11:14.124 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : rbd-mirror-2:18.2.4-843.g2c01458a.el9.x86_64 1/1 2024-09-13T14:11:14.124 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:11:14.125 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-09-13T14:11:14.125 INFO:teuthology.orchestra.run.smithi071.stdout: rbd-mirror-2:18.2.4-843.g2c01458a.el9.x86_64 2024-09-13T14:11:14.125 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:11:14.125 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-09-13T14:11:14.377 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install rbd-nbd 2024-09-13T14:11:14.433 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: ceph-mgr-rook-2:18.2.4-843.g2c01458a.el9.noarch 13/13 2024-09-13T14:11:14.434 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-mgr-rook-2:18.2.4-843.g2c01458a.el9.noarch 1/13 2024-09-13T14:11:14.434 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-13T14:11:14.434 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-13T14:11:14.434 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-13T14:11:14.434 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-13T14:11:14.434 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-13T14:11:14.434 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-13T14:11:14.434 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-13T14:11:14.434 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-13T14:11:14.434 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-13T14:11:14.434 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-13T14:11:14.434 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-13T14:11:14.801 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-13T14:11:14.802 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:11:14.802 INFO:teuthology.orchestra.run.smithi104.stdout:Installed: 2024-09-13T14:11:14.802 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-mgr-rook-2:18.2.4-843.g2c01458a.el9.noarch 2024-09-13T14:11:14.802 INFO:teuthology.orchestra.run.smithi104.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-13T14:11:14.802 INFO:teuthology.orchestra.run.smithi104.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-13T14:11:14.802 INFO:teuthology.orchestra.run.smithi104.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-13T14:11:14.802 INFO:teuthology.orchestra.run.smithi104.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-13T14:11:14.802 INFO:teuthology.orchestra.run.smithi104.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-13T14:11:14.802 INFO:teuthology.orchestra.run.smithi104.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-13T14:11:14.802 INFO:teuthology.orchestra.run.smithi104.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-13T14:11:14.803 INFO:teuthology.orchestra.run.smithi104.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-13T14:11:14.803 INFO:teuthology.orchestra.run.smithi104.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-13T14:11:14.803 INFO:teuthology.orchestra.run.smithi104.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-13T14:11:14.803 INFO:teuthology.orchestra.run.smithi104.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-13T14:11:14.803 INFO:teuthology.orchestra.run.smithi104.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-13T14:11:14.803 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:11:14.803 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-09-13T14:11:14.958 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:39 ago on Fri 13 Sep 2024 02:09:35 PM UTC. 2024-09-13T14:11:15.057 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install ceph-mgr-cephadm 2024-09-13T14:11:15.094 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-09-13T14:11:15.094 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-13T14:11:15.094 INFO:teuthology.orchestra.run.smithi071.stdout: Package Architecture Version Repository Size 2024-09-13T14:11:15.094 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-13T14:11:15.095 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-09-13T14:11:15.095 INFO:teuthology.orchestra.run.smithi071.stdout: rbd-nbd x86_64 2:18.2.4-843.g2c01458a.el9 ceph 172 k 2024-09-13T14:11:15.095 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:11:15.095 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-09-13T14:11:15.095 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-13T14:11:15.095 INFO:teuthology.orchestra.run.smithi071.stdout:Install 1 Package 2024-09-13T14:11:15.095 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:11:15.095 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 172 k 2024-09-13T14:11:15.095 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 494 k 2024-09-13T14:11:15.095 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-09-13T14:11:15.304 INFO:teuthology.orchestra.run.smithi071.stdout:rbd-nbd-18.2.4-843.g2c01458a.el9.x86_64.rpm 830 kB/s | 172 kB 00:00 2024-09-13T14:11:15.304 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-09-13T14:11:15.305 INFO:teuthology.orchestra.run.smithi071.stdout:Total 823 kB/s | 172 kB 00:00 2024-09-13T14:11:15.305 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-09-13T14:11:15.311 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-09-13T14:11:15.311 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-09-13T14:11:15.376 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-09-13T14:11:15.376 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-09-13T14:11:15.549 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-09-13T14:11:15.616 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:01:38 ago on Fri 13 Sep 2024 02:09:37 PM UTC. 2024-09-13T14:11:15.650 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : rbd-nbd-2:18.2.4-843.g2c01458a.el9.x86_64 1/1 2024-09-13T14:11:15.758 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-09-13T14:11:15.759 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-13T14:11:15.759 INFO:teuthology.orchestra.run.smithi104.stdout: Package Arch Version Repository Size 2024-09-13T14:11:15.759 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-13T14:11:15.759 INFO:teuthology.orchestra.run.smithi104.stdout:Installing: 2024-09-13T14:11:15.759 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-mgr-cephadm noarch 2:18.2.4-843.g2c01458a.el9 ceph-noarch 139 k 2024-09-13T14:11:15.759 INFO:teuthology.orchestra.run.smithi104.stdout:Installing dependencies: 2024-09-13T14:11:15.759 INFO:teuthology.orchestra.run.smithi104.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-13T14:11:15.759 INFO:teuthology.orchestra.run.smithi104.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-13T14:11:15.759 INFO:teuthology.orchestra.run.smithi104.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-13T14:11:15.759 INFO:teuthology.orchestra.run.smithi104.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-13T14:11:15.760 INFO:teuthology.orchestra.run.smithi104.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-13T14:11:15.760 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:11:15.760 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2024-09-13T14:11:15.760 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-13T14:11:15.760 INFO:teuthology.orchestra.run.smithi104.stdout:Install 6 Packages 2024-09-13T14:11:15.760 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:11:15.760 INFO:teuthology.orchestra.run.smithi104.stdout:Total download size: 7.0 M 2024-09-13T14:11:15.761 INFO:teuthology.orchestra.run.smithi104.stdout:Installed size: 33 M 2024-09-13T14:11:15.761 INFO:teuthology.orchestra.run.smithi104.stdout:Downloading Packages: 2024-09-13T14:11:16.074 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: rbd-nbd-2:18.2.4-843.g2c01458a.el9.x86_64 1/1 2024-09-13T14:11:16.325 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : rbd-nbd-2:18.2.4-843.g2c01458a.el9.x86_64 1/1 2024-09-13T14:11:16.325 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:11:16.325 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-09-13T14:11:16.325 INFO:teuthology.orchestra.run.smithi071.stdout: rbd-nbd-2:18.2.4-843.g2c01458a.el9.x86_64 2024-09-13T14:11:16.325 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:11:16.325 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-09-13T14:11:16.529 INFO:teuthology.orchestra.run.smithi104.stdout:(1/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 1.4 MB/s | 248 kB 00:00 2024-09-13T14:11:16.588 DEBUG:teuthology.parallel:result is None 2024-09-13T14:11:16.595 INFO:teuthology.orchestra.run.smithi104.stdout:(2/6): ceph-mgr-cephadm-18.2.4-843.g2c01458a.el 581 kB/s | 139 kB 00:00 2024-09-13T14:11:16.646 INFO:teuthology.orchestra.run.smithi104.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 1.1 MB/s | 58 kB 00:00 2024-09-13T14:11:16.671 INFO:teuthology.orchestra.run.smithi104.stdout:(4/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 3.8 MB/s | 548 kB 00:00 2024-09-13T14:11:16.754 INFO:teuthology.orchestra.run.smithi104.stdout:(5/6): python3-babel-2.9.1-2.el9.noarch.rpm 15 MB/s | 6.0 MB 00:00 2024-09-13T14:11:16.788 INFO:teuthology.orchestra.run.smithi104.stdout:(6/6): python3-typing-extensions-4.12.2-2.el9.n 524 kB/s | 74 kB 00:00 2024-09-13T14:11:16.791 INFO:teuthology.orchestra.run.smithi104.stdout:-------------------------------------------------------------------------------- 2024-09-13T14:11:16.791 INFO:teuthology.orchestra.run.smithi104.stdout:Total 6.8 MB/s | 7.0 MB 00:01 2024-09-13T14:11:16.862 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction check 2024-09-13T14:11:16.873 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction check succeeded. 2024-09-13T14:11:16.873 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction test 2024-09-13T14:11:16.971 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction test succeeded. 2024-09-13T14:11:16.972 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction 2024-09-13T14:11:17.278 INFO:teuthology.orchestra.run.smithi104.stdout: Preparing : 1/1 2024-09-13T14:11:17.462 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-13T14:11:17.515 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-13T14:11:18.040 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-13T14:11:18.136 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-13T14:11:18.213 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-13T14:11:18.243 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-mgr-cephadm-2:18.2.4-843.g2c01458a.el9.noarch 6/6 2024-09-13T14:11:19.099 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.2.4-843.g2c01458a.el9.noarch 6/6 2024-09-13T14:11:19.099 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-mgr-cephadm-2:18.2.4-843.g2c01458a.el9.noarch 1/6 2024-09-13T14:11:19.099 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-13T14:11:19.099 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-13T14:11:19.100 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-13T14:11:19.100 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-13T14:11:19.365 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-13T14:11:19.365 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:11:19.365 INFO:teuthology.orchestra.run.smithi104.stdout:Installed: 2024-09-13T14:11:19.365 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-mgr-cephadm-2:18.2.4-843.g2c01458a.el9.noarch 2024-09-13T14:11:19.365 INFO:teuthology.orchestra.run.smithi104.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-13T14:11:19.366 INFO:teuthology.orchestra.run.smithi104.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-13T14:11:19.366 INFO:teuthology.orchestra.run.smithi104.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-13T14:11:19.366 INFO:teuthology.orchestra.run.smithi104.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-13T14:11:19.366 INFO:teuthology.orchestra.run.smithi104.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-13T14:11:19.366 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:11:19.366 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-09-13T14:11:19.627 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install ceph-fuse 2024-09-13T14:11:20.185 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:01:43 ago on Fri 13 Sep 2024 02:09:37 PM UTC. 2024-09-13T14:11:20.319 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-09-13T14:11:20.320 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-13T14:11:20.320 INFO:teuthology.orchestra.run.smithi104.stdout: Package Arch Version Repository Size 2024-09-13T14:11:20.320 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-13T14:11:20.320 INFO:teuthology.orchestra.run.smithi104.stdout:Installing: 2024-09-13T14:11:20.320 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-fuse x86_64 2:18.2.4-843.g2c01458a.el9 ceph 852 k 2024-09-13T14:11:20.320 INFO:teuthology.orchestra.run.smithi104.stdout:Installing dependencies: 2024-09-13T14:11:20.320 INFO:teuthology.orchestra.run.smithi104.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-13T14:11:20.320 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:11:20.320 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2024-09-13T14:11:20.321 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-13T14:11:20.321 INFO:teuthology.orchestra.run.smithi104.stdout:Install 2 Packages 2024-09-13T14:11:20.321 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:11:20.321 INFO:teuthology.orchestra.run.smithi104.stdout:Total download size: 932 k 2024-09-13T14:11:20.321 INFO:teuthology.orchestra.run.smithi104.stdout:Installed size: 2.7 M 2024-09-13T14:11:20.321 INFO:teuthology.orchestra.run.smithi104.stdout:Downloading Packages: 2024-09-13T14:11:20.498 INFO:teuthology.orchestra.run.smithi104.stdout:(1/2): fuse-2.9.9-16.el9.x86_64.rpm 510 kB/s | 80 kB 00:00 2024-09-13T14:11:20.649 INFO:teuthology.orchestra.run.smithi104.stdout:(2/2): ceph-fuse-18.2.4-843.g2c01458a.el9.x86_6 2.7 MB/s | 852 kB 00:00 2024-09-13T14:11:20.649 INFO:teuthology.orchestra.run.smithi104.stdout:-------------------------------------------------------------------------------- 2024-09-13T14:11:20.649 INFO:teuthology.orchestra.run.smithi104.stdout:Total 2.8 MB/s | 932 kB 00:00 2024-09-13T14:11:20.661 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction check 2024-09-13T14:11:20.684 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction check succeeded. 2024-09-13T14:11:20.684 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction test 2024-09-13T14:11:20.765 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction test succeeded. 2024-09-13T14:11:20.766 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction 2024-09-13T14:11:20.962 INFO:teuthology.orchestra.run.smithi104.stdout: Preparing : 1/1 2024-09-13T14:11:21.088 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-13T14:11:21.164 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-fuse-2:18.2.4-843.g2c01458a.el9.x86_64 2/2 2024-09-13T14:11:21.834 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: ceph-fuse-2:18.2.4-843.g2c01458a.el9.x86_64 2/2 2024-09-13T14:11:21.838 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-fuse-2:18.2.4-843.g2c01458a.el9.x86_64 1/2 2024-09-13T14:11:22.114 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-13T14:11:22.114 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:11:22.114 INFO:teuthology.orchestra.run.smithi104.stdout:Installed: 2024-09-13T14:11:22.114 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-fuse-2:18.2.4-843.g2c01458a.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-13T14:11:22.114 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:11:22.115 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-09-13T14:11:22.403 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install librados-devel 2024-09-13T14:11:22.976 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:01:45 ago on Fri 13 Sep 2024 02:09:37 PM UTC. 2024-09-13T14:11:23.112 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-09-13T14:11:23.113 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-13T14:11:23.113 INFO:teuthology.orchestra.run.smithi104.stdout: Package Arch Version Repo Size 2024-09-13T14:11:23.113 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-13T14:11:23.113 INFO:teuthology.orchestra.run.smithi104.stdout:Installing: 2024-09-13T14:11:23.113 INFO:teuthology.orchestra.run.smithi104.stdout: librados-devel x86_64 2:18.2.4-843.g2c01458a.el9 ceph 127 k 2024-09-13T14:11:23.113 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:11:23.113 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2024-09-13T14:11:23.113 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-13T14:11:23.113 INFO:teuthology.orchestra.run.smithi104.stdout:Install 1 Package 2024-09-13T14:11:23.113 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:11:23.114 INFO:teuthology.orchestra.run.smithi104.stdout:Total download size: 127 k 2024-09-13T14:11:23.114 INFO:teuthology.orchestra.run.smithi104.stdout:Installed size: 456 k 2024-09-13T14:11:23.114 INFO:teuthology.orchestra.run.smithi104.stdout:Downloading Packages: 2024-09-13T14:11:23.319 INFO:teuthology.orchestra.run.smithi104.stdout:librados-devel-18.2.4-843.g2c01458a.el9.x86_64. 615 kB/s | 127 kB 00:00 2024-09-13T14:11:23.320 INFO:teuthology.orchestra.run.smithi104.stdout:-------------------------------------------------------------------------------- 2024-09-13T14:11:23.320 INFO:teuthology.orchestra.run.smithi104.stdout:Total 611 kB/s | 127 kB 00:00 2024-09-13T14:11:23.320 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction check 2024-09-13T14:11:23.326 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction check succeeded. 2024-09-13T14:11:23.326 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction test 2024-09-13T14:11:23.389 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction test succeeded. 2024-09-13T14:11:23.390 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction 2024-09-13T14:11:23.535 INFO:teuthology.orchestra.run.smithi104.stdout: Preparing : 1/1 2024-09-13T14:11:23.649 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : librados-devel-2:18.2.4-843.g2c01458a.el9.x86_64 1/1 2024-09-13T14:11:24.084 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: librados-devel-2:18.2.4-843.g2c01458a.el9.x86_64 1/1 2024-09-13T14:11:24.340 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : librados-devel-2:18.2.4-843.g2c01458a.el9.x86_64 1/1 2024-09-13T14:11:24.340 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:11:24.340 INFO:teuthology.orchestra.run.smithi104.stdout:Installed: 2024-09-13T14:11:24.340 INFO:teuthology.orchestra.run.smithi104.stdout: librados-devel-2:18.2.4-843.g2c01458a.el9.x86_64 2024-09-13T14:11:24.340 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:11:24.340 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-09-13T14:11:24.561 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install libcephfs2 2024-09-13T14:11:25.133 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:01:48 ago on Fri 13 Sep 2024 02:09:37 PM UTC. 2024-09-13T14:11:25.225 INFO:teuthology.orchestra.run.smithi104.stdout:Package libcephfs2-2:18.2.4-843.g2c01458a.el9.x86_64 is already installed. 2024-09-13T14:11:25.269 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-09-13T14:11:25.270 INFO:teuthology.orchestra.run.smithi104.stdout:Nothing to do. 2024-09-13T14:11:25.270 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-09-13T14:11:25.369 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install libcephfs-devel 2024-09-13T14:11:25.929 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:01:48 ago on Fri 13 Sep 2024 02:09:37 PM UTC. 2024-09-13T14:11:26.061 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-09-13T14:11:26.061 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-13T14:11:26.062 INFO:teuthology.orchestra.run.smithi104.stdout: Package Arch Version Repo Size 2024-09-13T14:11:26.062 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-13T14:11:26.062 INFO:teuthology.orchestra.run.smithi104.stdout:Installing: 2024-09-13T14:11:26.062 INFO:teuthology.orchestra.run.smithi104.stdout: libcephfs-devel x86_64 2:18.2.4-843.g2c01458a.el9 ceph 31 k 2024-09-13T14:11:26.062 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:11:26.062 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2024-09-13T14:11:26.063 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-13T14:11:26.063 INFO:teuthology.orchestra.run.smithi104.stdout:Install 1 Package 2024-09-13T14:11:26.063 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:11:26.063 INFO:teuthology.orchestra.run.smithi104.stdout:Total download size: 31 k 2024-09-13T14:11:26.063 INFO:teuthology.orchestra.run.smithi104.stdout:Installed size: 139 k 2024-09-13T14:11:26.063 INFO:teuthology.orchestra.run.smithi104.stdout:Downloading Packages: 2024-09-13T14:11:26.222 INFO:teuthology.orchestra.run.smithi104.stdout:libcephfs-devel-18.2.4-843.g2c01458a.el9.x86_64 194 kB/s | 31 kB 00:00 2024-09-13T14:11:26.223 INFO:teuthology.orchestra.run.smithi104.stdout:-------------------------------------------------------------------------------- 2024-09-13T14:11:26.223 INFO:teuthology.orchestra.run.smithi104.stdout:Total 192 kB/s | 31 kB 00:00 2024-09-13T14:11:26.223 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction check 2024-09-13T14:11:26.226 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction check succeeded. 2024-09-13T14:11:26.226 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction test 2024-09-13T14:11:26.245 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction test succeeded. 2024-09-13T14:11:26.245 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction 2024-09-13T14:11:26.332 INFO:teuthology.orchestra.run.smithi104.stdout: Preparing : 1/1 2024-09-13T14:11:26.451 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : libcephfs-devel-2:18.2.4-843.g2c01458a.el9.x86_64 1/1 2024-09-13T14:11:26.827 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: libcephfs-devel-2:18.2.4-843.g2c01458a.el9.x86_64 1/1 2024-09-13T14:11:27.065 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : libcephfs-devel-2:18.2.4-843.g2c01458a.el9.x86_64 1/1 2024-09-13T14:11:27.065 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:11:27.065 INFO:teuthology.orchestra.run.smithi104.stdout:Installed: 2024-09-13T14:11:27.065 INFO:teuthology.orchestra.run.smithi104.stdout: libcephfs-devel-2:18.2.4-843.g2c01458a.el9.x86_64 2024-09-13T14:11:27.065 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:11:27.065 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-09-13T14:11:27.259 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install librados2 2024-09-13T14:11:27.828 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:01:50 ago on Fri 13 Sep 2024 02:09:37 PM UTC. 2024-09-13T14:11:27.917 INFO:teuthology.orchestra.run.smithi104.stdout:Package librados2-2:18.2.4-843.g2c01458a.el9.x86_64 is already installed. 2024-09-13T14:11:27.961 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-09-13T14:11:27.962 INFO:teuthology.orchestra.run.smithi104.stdout:Nothing to do. 2024-09-13T14:11:27.962 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-09-13T14:11:28.042 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install librbd1 2024-09-13T14:11:28.619 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:01:51 ago on Fri 13 Sep 2024 02:09:37 PM UTC. 2024-09-13T14:11:28.712 INFO:teuthology.orchestra.run.smithi104.stdout:Package librbd1-2:18.2.4-843.g2c01458a.el9.x86_64 is already installed. 2024-09-13T14:11:28.754 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-09-13T14:11:28.755 INFO:teuthology.orchestra.run.smithi104.stdout:Nothing to do. 2024-09-13T14:11:28.755 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-09-13T14:11:28.834 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install python3-rados 2024-09-13T14:11:29.391 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:01:52 ago on Fri 13 Sep 2024 02:09:37 PM UTC. 2024-09-13T14:11:29.480 INFO:teuthology.orchestra.run.smithi104.stdout:Package python3-rados-2:18.2.4-843.g2c01458a.el9.x86_64 is already installed. 2024-09-13T14:11:29.523 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-09-13T14:11:29.524 INFO:teuthology.orchestra.run.smithi104.stdout:Nothing to do. 2024-09-13T14:11:29.524 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-09-13T14:11:29.596 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install python3-rgw 2024-09-13T14:11:30.156 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:01:53 ago on Fri 13 Sep 2024 02:09:37 PM UTC. 2024-09-13T14:11:30.247 INFO:teuthology.orchestra.run.smithi104.stdout:Package python3-rgw-2:18.2.4-843.g2c01458a.el9.x86_64 is already installed. 2024-09-13T14:11:30.291 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-09-13T14:11:30.292 INFO:teuthology.orchestra.run.smithi104.stdout:Nothing to do. 2024-09-13T14:11:30.292 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-09-13T14:11:30.374 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install python3-cephfs 2024-09-13T14:11:30.934 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:01:53 ago on Fri 13 Sep 2024 02:09:37 PM UTC. 2024-09-13T14:11:31.026 INFO:teuthology.orchestra.run.smithi104.stdout:Package python3-cephfs-2:18.2.4-843.g2c01458a.el9.x86_64 is already installed. 2024-09-13T14:11:31.068 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-09-13T14:11:31.069 INFO:teuthology.orchestra.run.smithi104.stdout:Nothing to do. 2024-09-13T14:11:31.069 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-09-13T14:11:31.149 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install python3-rbd 2024-09-13T14:11:31.711 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:01:54 ago on Fri 13 Sep 2024 02:09:37 PM UTC. 2024-09-13T14:11:31.803 INFO:teuthology.orchestra.run.smithi104.stdout:Package python3-rbd-2:18.2.4-843.g2c01458a.el9.x86_64 is already installed. 2024-09-13T14:11:31.846 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-09-13T14:11:31.847 INFO:teuthology.orchestra.run.smithi104.stdout:Nothing to do. 2024-09-13T14:11:31.847 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-09-13T14:11:31.930 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install rbd-fuse 2024-09-13T14:11:32.492 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:01:55 ago on Fri 13 Sep 2024 02:09:37 PM UTC. 2024-09-13T14:11:32.625 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-09-13T14:11:32.625 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-13T14:11:32.625 INFO:teuthology.orchestra.run.smithi104.stdout: Package Architecture Version Repository Size 2024-09-13T14:11:32.626 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-13T14:11:32.626 INFO:teuthology.orchestra.run.smithi104.stdout:Installing: 2024-09-13T14:11:32.626 INFO:teuthology.orchestra.run.smithi104.stdout: rbd-fuse x86_64 2:18.2.4-843.g2c01458a.el9 ceph 87 k 2024-09-13T14:11:32.626 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:11:32.626 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2024-09-13T14:11:32.626 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-13T14:11:32.626 INFO:teuthology.orchestra.run.smithi104.stdout:Install 1 Package 2024-09-13T14:11:32.626 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:11:32.626 INFO:teuthology.orchestra.run.smithi104.stdout:Total download size: 87 k 2024-09-13T14:11:32.626 INFO:teuthology.orchestra.run.smithi104.stdout:Installed size: 227 k 2024-09-13T14:11:32.626 INFO:teuthology.orchestra.run.smithi104.stdout:Downloading Packages: 2024-09-13T14:11:32.825 INFO:teuthology.orchestra.run.smithi104.stdout:rbd-fuse-18.2.4-843.g2c01458a.el9.x86_64.rpm 437 kB/s | 87 kB 00:00 2024-09-13T14:11:32.826 INFO:teuthology.orchestra.run.smithi104.stdout:-------------------------------------------------------------------------------- 2024-09-13T14:11:32.826 INFO:teuthology.orchestra.run.smithi104.stdout:Total 434 kB/s | 87 kB 00:00 2024-09-13T14:11:32.826 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction check 2024-09-13T14:11:32.832 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction check succeeded. 2024-09-13T14:11:32.832 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction test 2024-09-13T14:11:32.895 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction test succeeded. 2024-09-13T14:11:32.896 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction 2024-09-13T14:11:33.046 INFO:teuthology.orchestra.run.smithi104.stdout: Preparing : 1/1 2024-09-13T14:11:33.147 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : rbd-fuse-2:18.2.4-843.g2c01458a.el9.x86_64 1/1 2024-09-13T14:11:33.570 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: rbd-fuse-2:18.2.4-843.g2c01458a.el9.x86_64 1/1 2024-09-13T14:11:33.862 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : rbd-fuse-2:18.2.4-843.g2c01458a.el9.x86_64 1/1 2024-09-13T14:11:33.862 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:11:33.862 INFO:teuthology.orchestra.run.smithi104.stdout:Installed: 2024-09-13T14:11:33.862 INFO:teuthology.orchestra.run.smithi104.stdout: rbd-fuse-2:18.2.4-843.g2c01458a.el9.x86_64 2024-09-13T14:11:33.862 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:11:33.863 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-09-13T14:11:34.109 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install rbd-mirror 2024-09-13T14:11:34.690 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:01:57 ago on Fri 13 Sep 2024 02:09:37 PM UTC. 2024-09-13T14:11:34.828 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-09-13T14:11:34.829 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-13T14:11:34.829 INFO:teuthology.orchestra.run.smithi104.stdout: Package Arch Version Repo Size 2024-09-13T14:11:34.829 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-13T14:11:34.829 INFO:teuthology.orchestra.run.smithi104.stdout:Installing: 2024-09-13T14:11:34.829 INFO:teuthology.orchestra.run.smithi104.stdout: rbd-mirror x86_64 2:18.2.4-843.g2c01458a.el9 ceph 3.0 M 2024-09-13T14:11:34.829 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:11:34.829 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2024-09-13T14:11:34.829 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-13T14:11:34.829 INFO:teuthology.orchestra.run.smithi104.stdout:Install 1 Package 2024-09-13T14:11:34.829 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:11:34.830 INFO:teuthology.orchestra.run.smithi104.stdout:Total download size: 3.0 M 2024-09-13T14:11:34.830 INFO:teuthology.orchestra.run.smithi104.stdout:Installed size: 12 M 2024-09-13T14:11:34.830 INFO:teuthology.orchestra.run.smithi104.stdout:Downloading Packages: 2024-09-13T14:11:35.162 INFO:teuthology.orchestra.run.smithi104.stdout:rbd-mirror-18.2.4-843.g2c01458a.el9.x86_64.rpm 9.0 MB/s | 3.0 MB 00:00 2024-09-13T14:11:35.163 INFO:teuthology.orchestra.run.smithi104.stdout:-------------------------------------------------------------------------------- 2024-09-13T14:11:35.163 INFO:teuthology.orchestra.run.smithi104.stdout:Total 9.0 MB/s | 3.0 MB 00:00 2024-09-13T14:11:35.163 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction check 2024-09-13T14:11:35.171 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction check succeeded. 2024-09-13T14:11:35.172 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction test 2024-09-13T14:11:35.262 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction test succeeded. 2024-09-13T14:11:35.262 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction 2024-09-13T14:11:35.707 INFO:teuthology.orchestra.run.smithi104.stdout: Preparing : 1/1 2024-09-13T14:11:35.770 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : rbd-mirror-2:18.2.4-843.g2c01458a.el9.x86_64 1/1 2024-09-13T14:11:35.797 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: rbd-mirror-2:18.2.4-843.g2c01458a.el9.x86_64 1/1 2024-09-13T14:11:35.797 INFO:teuthology.orchestra.run.smithi104.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-13T14:11:35.797 INFO:teuthology.orchestra.run.smithi104.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-13T14:11:35.797 INFO:teuthology.orchestra.run.smithi104.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-13T14:11:35.797 INFO:teuthology.orchestra.run.smithi104.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-13T14:11:35.798 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:11:36.909 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : rbd-mirror-2:18.2.4-843.g2c01458a.el9.x86_64 1/1 2024-09-13T14:11:36.909 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:11:36.910 INFO:teuthology.orchestra.run.smithi104.stdout:Installed: 2024-09-13T14:11:36.910 INFO:teuthology.orchestra.run.smithi104.stdout: rbd-mirror-2:18.2.4-843.g2c01458a.el9.x86_64 2024-09-13T14:11:36.910 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:11:36.910 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-09-13T14:11:37.163 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install rbd-nbd 2024-09-13T14:11:37.744 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:02:00 ago on Fri 13 Sep 2024 02:09:37 PM UTC. 2024-09-13T14:11:37.882 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2024-09-13T14:11:37.883 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-13T14:11:37.883 INFO:teuthology.orchestra.run.smithi104.stdout: Package Architecture Version Repository Size 2024-09-13T14:11:37.883 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-13T14:11:37.883 INFO:teuthology.orchestra.run.smithi104.stdout:Installing: 2024-09-13T14:11:37.884 INFO:teuthology.orchestra.run.smithi104.stdout: rbd-nbd x86_64 2:18.2.4-843.g2c01458a.el9 ceph 172 k 2024-09-13T14:11:37.884 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:11:37.884 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2024-09-13T14:11:37.884 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2024-09-13T14:11:37.884 INFO:teuthology.orchestra.run.smithi104.stdout:Install 1 Package 2024-09-13T14:11:37.884 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:11:37.884 INFO:teuthology.orchestra.run.smithi104.stdout:Total download size: 172 k 2024-09-13T14:11:37.884 INFO:teuthology.orchestra.run.smithi104.stdout:Installed size: 494 k 2024-09-13T14:11:37.884 INFO:teuthology.orchestra.run.smithi104.stdout:Downloading Packages: 2024-09-13T14:11:38.106 INFO:teuthology.orchestra.run.smithi104.stdout:rbd-nbd-18.2.4-843.g2c01458a.el9.x86_64.rpm 775 kB/s | 172 kB 00:00 2024-09-13T14:11:38.107 INFO:teuthology.orchestra.run.smithi104.stdout:-------------------------------------------------------------------------------- 2024-09-13T14:11:38.107 INFO:teuthology.orchestra.run.smithi104.stdout:Total 769 kB/s | 172 kB 00:00 2024-09-13T14:11:38.107 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction check 2024-09-13T14:11:38.115 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction check succeeded. 2024-09-13T14:11:38.115 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction test 2024-09-13T14:11:38.180 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction test succeeded. 2024-09-13T14:11:38.180 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction 2024-09-13T14:11:38.343 INFO:teuthology.orchestra.run.smithi104.stdout: Preparing : 1/1 2024-09-13T14:11:38.453 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : rbd-nbd-2:18.2.4-843.g2c01458a.el9.x86_64 1/1 2024-09-13T14:11:38.917 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: rbd-nbd-2:18.2.4-843.g2c01458a.el9.x86_64 1/1 2024-09-13T14:11:39.189 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : rbd-nbd-2:18.2.4-843.g2c01458a.el9.x86_64 1/1 2024-09-13T14:11:39.189 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:11:39.189 INFO:teuthology.orchestra.run.smithi104.stdout:Installed: 2024-09-13T14:11:39.189 INFO:teuthology.orchestra.run.smithi104.stdout: rbd-nbd-2:18.2.4-843.g2c01458a.el9.x86_64 2024-09-13T14:11:39.189 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:11:39.189 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2024-09-13T14:11:39.451 DEBUG:teuthology.parallel:result is None 2024-09-13T14:11:39.451 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-13T14:11:39.452 INFO:teuthology.packaging:ref: None 2024-09-13T14:11:39.452 INFO:teuthology.packaging:tag: None 2024-09-13T14:11:39.452 INFO:teuthology.packaging:branch: reef 2024-09-13T14:11:39.452 INFO:teuthology.packaging:sha1: d58f73069a8157a9ace12a0247ee3e8497707ea9 2024-09-13T14:11:39.452 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=reef 2024-09-13T14:11:39.699 DEBUG:teuthology.orchestra.run.smithi071:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-13T14:11:39.724 INFO:teuthology.orchestra.run.smithi071.stdout:18.2.4-843.g2c01458a.el9 2024-09-13T14:11:39.725 INFO:teuthology.packaging:The installed version of ceph is 18.2.4-843.g2c01458a.el9 2024-09-13T14:11:39.725 INFO:teuthology.task.install:The correct ceph version 18.2.4-843.g2c01458a is installed. 2024-09-13T14:11:39.727 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-13T14:11:39.727 INFO:teuthology.packaging:ref: None 2024-09-13T14:11:39.727 INFO:teuthology.packaging:tag: None 2024-09-13T14:11:39.727 INFO:teuthology.packaging:branch: reef 2024-09-13T14:11:39.728 INFO:teuthology.packaging:sha1: d58f73069a8157a9ace12a0247ee3e8497707ea9 2024-09-13T14:11:39.728 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=reef 2024-09-13T14:11:39.967 DEBUG:teuthology.orchestra.run.smithi104:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-13T14:11:39.990 INFO:teuthology.orchestra.run.smithi104.stdout:18.2.4-843.g2c01458a.el9 2024-09-13T14:11:39.990 INFO:teuthology.packaging:The installed version of ceph is 18.2.4-843.g2c01458a.el9 2024-09-13T14:11:39.990 INFO:teuthology.task.install:The correct ceph version 18.2.4-843.g2c01458a is installed. 2024-09-13T14:11:39.993 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-09-13T14:11:39.993 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-09-13T14:11:39.993 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-13T14:11:40.023 DEBUG:teuthology.orchestra.run.smithi104:> set -ex 2024-09-13T14:11:40.024 DEBUG:teuthology.orchestra.run.smithi104:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-13T14:11:40.056 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-09-13T14:11:40.056 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-09-13T14:11:40.056 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/usr/bin/daemon-helper 2024-09-13T14:11:40.092 DEBUG:teuthology.orchestra.run.smithi071:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-13T14:11:40.159 DEBUG:teuthology.orchestra.run.smithi104:> set -ex 2024-09-13T14:11:40.159 DEBUG:teuthology.orchestra.run.smithi104:> sudo dd of=/usr/bin/daemon-helper 2024-09-13T14:11:40.209 DEBUG:teuthology.orchestra.run.smithi104:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-13T14:11:40.276 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-09-13T14:11:40.276 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-09-13T14:11:40.277 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-13T14:11:40.304 DEBUG:teuthology.orchestra.run.smithi071:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-13T14:11:40.371 DEBUG:teuthology.orchestra.run.smithi104:> set -ex 2024-09-13T14:11:40.371 DEBUG:teuthology.orchestra.run.smithi104:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-13T14:11:40.397 DEBUG:teuthology.orchestra.run.smithi104:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-13T14:11:40.463 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-09-13T14:11:40.463 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-09-13T14:11:40.464 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/usr/bin/stdin-killer 2024-09-13T14:11:40.489 DEBUG:teuthology.orchestra.run.smithi071:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-13T14:11:40.554 DEBUG:teuthology.orchestra.run.smithi104:> set -ex 2024-09-13T14:11:40.554 DEBUG:teuthology.orchestra.run.smithi104:> sudo dd of=/usr/bin/stdin-killer 2024-09-13T14:11:40.578 DEBUG:teuthology.orchestra.run.smithi104:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-13T14:11:40.643 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-13T14:11:40.748 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', 'PG_AVAILABILITY'], 'sha1': 'd58f73069a8157a9ace12a0247ee3e8497707ea9'} 2024-09-13T14:11:40.749 INFO:tasks.cephadm:Cluster image is quay.ceph.io/ceph-ci/ceph:reef 2024-09-13T14:11:40.749 INFO:tasks.cephadm:Cluster fsid is 18f8172c-71da-11ef-bceb-c7b262605968 2024-09-13T14:11:40.749 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-13T14:11:40.750 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.71', 'mon.c': '[v2:172.21.15.71:3301,v1:172.21.15.71:6790]', 'mon.b': '172.21.15.104'} 2024-09-13T14:11:40.750 INFO:tasks.cephadm:First mon is mon.a on smithi071 2024-09-13T14:11:40.750 INFO:tasks.cephadm:First mgr is y 2024-09-13T14:11:40.750 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-13T14:11:40.750 DEBUG:teuthology.orchestra.run.smithi071:> sudo hostname $(hostname -s) 2024-09-13T14:11:40.776 DEBUG:teuthology.orchestra.run.smithi104:> sudo hostname $(hostname -s) 2024-09-13T14:11:40.802 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra for reef 2024-09-13T14:11:40.802 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=d58f73069a8157a9ace12a0247ee3e8497707ea9 2024-09-13T14:11:40.949 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'd58f73069a8157a9ace12a0247ee3e8497707ea9', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=arm64,AVAILABLE_ARCH=arm64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/83028/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.3.0-4697-gd58f7306', 'node_name': '172.21.4.75+confusa13', 'job_name': 'ceph-dev-new-build/ARCH=arm64,AVAILABLE_ARCH=arm64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.3.0-4697.gd58f7306'}, 'url': 'https://1.chacra.ceph.com/r/ceph/wip-aclamk-cbt-combined/d58f73069a8157a9ace12a0247ee3e8497707ea9/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-09-12 23:59:16.034150', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-aclamk-cbt-combined', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/wip-aclamk-cbt-combined/d58f73069a8157a9ace12a0247ee3e8497707ea9/centos/9/flavors/default/', 'archs': ['source', 'x86_64', 'arm64'], 'distro': 'centos'}] 2024-09-13T14:11:41.194 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref reef, sha1 2c01458affee2b2435cd231b6e392435c1c21661 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&ref=reef 2024-09-13T14:11:41.195 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/reef/2c01458affee2b2435cd231b6e392435c1c21661/centos/9/x86_64/flavors/default/cephadm 2024-09-13T14:11:41.196 INFO:tasks.cephadm:Downloading cephadm from url: https://1.chacra.ceph.com/binaries/ceph/reef/2c01458affee2b2435cd231b6e392435c1c21661/centos/9/x86_64/flavors/default/cephadm 2024-09-13T14:11:41.196 DEBUG:teuthology.orchestra.run.smithi071:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/reef/2c01458affee2b2435cd231b6e392435c1c21661/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-13T14:11:41.553 INFO:teuthology.orchestra.run.smithi071.stdout:-rw-r--r--. 1 ubuntu ubuntu 217218 Sep 13 14:11 /home/ubuntu/cephtest/cephadm 2024-09-13T14:11:41.554 DEBUG:teuthology.orchestra.run.smithi104:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/reef/2c01458affee2b2435cd231b6e392435c1c21661/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-13T14:11:41.912 INFO:teuthology.orchestra.run.smithi104.stdout:-rw-r--r--. 1 ubuntu ubuntu 217218 Sep 13 14:11 /home/ubuntu/cephtest/cephadm 2024-09-13T14:11:41.912 DEBUG:teuthology.orchestra.run.smithi071:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-13T14:11:41.929 DEBUG:teuthology.orchestra.run.smithi104:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-13T14:11:41.960 INFO:tasks.cephadm:Pulling image quay.ceph.io/ceph-ci/ceph:reef on all hosts... 2024-09-13T14:11:41.960 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef pull 2024-09-13T14:11:41.972 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef pull 2024-09-13T14:11:43.453 INFO:teuthology.orchestra.run.smithi071.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:reef... 2024-09-13T14:11:43.536 INFO:teuthology.orchestra.run.smithi104.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:reef... 2024-09-13T14:12:19.697 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2024-09-13T14:12:19.698 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph_version": "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)", 2024-09-13T14:12:19.698 INFO:teuthology.orchestra.run.smithi104.stdout: "image_id": "c129f5a2fd4eccce3e6eec43830eff1929af98bc48f3b850cf144ce5b326e8b5", 2024-09-13T14:12:19.698 INFO:teuthology.orchestra.run.smithi104.stdout: "repo_digests": [ 2024-09-13T14:12:19.698 INFO:teuthology.orchestra.run.smithi104.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11" 2024-09-13T14:12:19.698 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:12:19.698 INFO:teuthology.orchestra.run.smithi104.stdout:} 2024-09-13T14:12:25.113 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:12:25.113 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph_version": "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)", 2024-09-13T14:12:25.113 INFO:teuthology.orchestra.run.smithi071.stdout: "image_id": "c129f5a2fd4eccce3e6eec43830eff1929af98bc48f3b850cf144ce5b326e8b5", 2024-09-13T14:12:25.113 INFO:teuthology.orchestra.run.smithi071.stdout: "repo_digests": [ 2024-09-13T14:12:25.113 INFO:teuthology.orchestra.run.smithi071.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11" 2024-09-13T14:12:25.113 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:12:25.114 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:12:25.131 DEBUG:teuthology.orchestra.run.smithi071:> sudo mkdir -p /etc/ceph 2024-09-13T14:12:25.194 DEBUG:teuthology.orchestra.run.smithi104:> sudo mkdir -p /etc/ceph 2024-09-13T14:12:25.226 DEBUG:teuthology.orchestra.run.smithi071:> sudo chmod 777 /etc/ceph 2024-09-13T14:12:25.251 DEBUG:teuthology.orchestra.run.smithi104:> sudo chmod 777 /etc/ceph 2024-09-13T14:12:25.295 INFO:tasks.cephadm:Writing seed config... 2024-09-13T14:12:25.296 INFO:tasks.cephadm: override: [osd] osd_class_default_list = * 2024-09-13T14:12:25.296 INFO:tasks.cephadm: override: [osd] osd_class_load_list = * 2024-09-13T14:12:25.296 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-13T14:12:25.296 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-13T14:12:25.296 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-09-13T14:12:25.296 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-09-13T14:12:25.296 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-13T14:12:25.297 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-13T14:12:25.297 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-13T14:12:25.297 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-13T14:12:25.297 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-13T14:12:25.297 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-09-13T14:12:25.297 DEBUG:teuthology.orchestra.run.smithi071:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-13T14:12:25.312 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 = 18f8172c-71da-11ef-bceb-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-09-13T14:12:25.313 DEBUG:teuthology.orchestra.run.smithi071:mon.a> sudo journalctl -f -n 0 -u ceph-18f8172c-71da-11ef-bceb-c7b262605968@mon.a.service 2024-09-13T14:12:25.355 DEBUG:teuthology.orchestra.run.smithi071:mgr.y> sudo journalctl -f -n 0 -u ceph-18f8172c-71da-11ef-bceb-c7b262605968@mgr.y.service 2024-09-13T14:12:25.397 INFO:tasks.cephadm:Bootstrapping... 2024-09-13T14:12:25.398 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef -v bootstrap --fsid 18f8172c-71da-11ef-bceb-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.71 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-13T14:12:25.550 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-09-13T14:12:25.550 INFO:teuthology.orchestra.run.smithi071.stdout:cephadm ['--image', 'quay.ceph.io/ceph-ci/ceph:reef', '-v', 'bootstrap', '--fsid', '18f8172c-71da-11ef-bceb-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.71', '--skip-admin-label'] 2024-09-13T14:12:25.577 INFO:teuthology.orchestra.run.smithi071.stdout:/bin/podman: stdout 5.2.2 2024-09-13T14:12:25.577 INFO:teuthology.orchestra.run.smithi071.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-09-13T14:12:25.578 INFO:teuthology.orchestra.run.smithi071.stdout:Verifying podman|docker is present... 2024-09-13T14:12:25.599 INFO:teuthology.orchestra.run.smithi071.stdout:/bin/podman: stdout 5.2.2 2024-09-13T14:12:25.599 INFO:teuthology.orchestra.run.smithi071.stdout:Verifying lvm2 is present... 2024-09-13T14:12:25.599 INFO:teuthology.orchestra.run.smithi071.stdout:Verifying time synchronization is in place... 2024-09-13T14:12:25.607 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-13T14:12:25.607 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-13T14:12:25.613 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-13T14:12:25.613 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout inactive 2024-09-13T14:12:25.619 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout enabled 2024-09-13T14:12:25.626 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout active 2024-09-13T14:12:25.626 INFO:teuthology.orchestra.run.smithi071.stdout:Unit chronyd.service is enabled and running 2024-09-13T14:12:25.626 INFO:teuthology.orchestra.run.smithi071.stdout:Repeating the final host check... 2024-09-13T14:12:25.647 INFO:teuthology.orchestra.run.smithi071.stdout:/bin/podman: stdout 5.2.2 2024-09-13T14:12:25.647 INFO:teuthology.orchestra.run.smithi071.stdout:podman (/bin/podman) version 5.2.2 is present 2024-09-13T14:12:25.647 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl is present 2024-09-13T14:12:25.647 INFO:teuthology.orchestra.run.smithi071.stdout:lvcreate is present 2024-09-13T14:12:25.657 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-13T14:12:25.657 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-13T14:12:25.660 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-13T14:12:25.660 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout inactive 2024-09-13T14:12:25.666 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout enabled 2024-09-13T14:12:25.672 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout active 2024-09-13T14:12:25.673 INFO:teuthology.orchestra.run.smithi071.stdout:Unit chronyd.service is enabled and running 2024-09-13T14:12:25.673 INFO:teuthology.orchestra.run.smithi071.stdout:Host looks OK 2024-09-13T14:12:25.673 INFO:teuthology.orchestra.run.smithi071.stdout:Cluster fsid: 18f8172c-71da-11ef-bceb-c7b262605968 2024-09-13T14:12:25.673 INFO:teuthology.orchestra.run.smithi071.stdout:Acquiring lock 139667394231888 on /run/cephadm/18f8172c-71da-11ef-bceb-c7b262605968.lock 2024-09-13T14:12:25.673 INFO:teuthology.orchestra.run.smithi071.stdout:Lock 139667394231888 acquired on /run/cephadm/18f8172c-71da-11ef-bceb-c7b262605968.lock 2024-09-13T14:12:25.673 INFO:teuthology.orchestra.run.smithi071.stdout:Verifying IP 172.21.15.71 port 3300 ... 2024-09-13T14:12:25.674 INFO:teuthology.orchestra.run.smithi071.stdout:Verifying IP 172.21.15.71 port 6789 ... 2024-09-13T14:12:25.674 INFO:teuthology.orchestra.run.smithi071.stdout:Base mon IP(s) is [172.21.15.71:3300, 172.21.15.71:6789], mon addrv is [v2:172.21.15.71:3300,v1:172.21.15.71:6789] 2024-09-13T14:12:25.677 INFO:teuthology.orchestra.run.smithi071.stdout:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.71 metric 100 2024-09-13T14:12:25.677 INFO:teuthology.orchestra.run.smithi071.stdout:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.71 metric 100 2024-09-13T14:12:25.679 INFO:teuthology.orchestra.run.smithi071.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-09-13T14:12:25.679 INFO:teuthology.orchestra.run.smithi071.stdout:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 1024 pref medium 2024-09-13T14:12:25.679 INFO:teuthology.orchestra.run.smithi071.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 pref medium 2024-09-13T14:12:25.681 INFO:teuthology.orchestra.run.smithi071.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-13T14:12:25.682 INFO:teuthology.orchestra.run.smithi071.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-09-13T14:12:25.682 INFO:teuthology.orchestra.run.smithi071.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-13T14:12:25.682 INFO:teuthology.orchestra.run.smithi071.stdout:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-09-13T14:12:25.682 INFO:teuthology.orchestra.run.smithi071.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:d765/64 scope link noprefixroute 2024-09-13T14:12:25.682 INFO:teuthology.orchestra.run.smithi071.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-13T14:12:25.682 INFO:teuthology.orchestra.run.smithi071.stdout:Mon IP `172.21.15.71` is in CIDR network `172.21.0.0/20` 2024-09-13T14:12:25.683 INFO:teuthology.orchestra.run.smithi071.stdout:Mon IP `172.21.15.71` is in CIDR network `172.21.0.0/20` 2024-09-13T14:12:25.683 INFO:teuthology.orchestra.run.smithi071.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-09-13T14:12:25.683 INFO:teuthology.orchestra.run.smithi071.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-09-13T14:12:25.683 INFO:teuthology.orchestra.run.smithi071.stdout:Pulling container image quay.ceph.io/ceph-ci/ceph:reef... 2024-09-13T14:12:26.149 INFO:teuthology.orchestra.run.smithi071.stdout:/bin/podman: stdout c129f5a2fd4eccce3e6eec43830eff1929af98bc48f3b850cf144ce5b326e8b5 2024-09-13T14:12:26.149 INFO:teuthology.orchestra.run.smithi071.stdout:/bin/podman: stderr Trying to pull quay.ceph.io/ceph-ci/ceph:reef... 2024-09-13T14:12:26.149 INFO:teuthology.orchestra.run.smithi071.stdout:/bin/podman: stderr Getting image source signatures 2024-09-13T14:12:26.149 INFO:teuthology.orchestra.run.smithi071.stdout:/bin/podman: stderr Copying blob sha256:f9a1328d66f49e17fe78ed666f97dd3c34cc07be60bd7ae6ba8f2402a2a33f7f 2024-09-13T14:12:26.150 INFO:teuthology.orchestra.run.smithi071.stdout:/bin/podman: stderr Copying blob sha256:e8b54c863393b7a8216a71737771b73b16a8e43ec7acf927c7faa175c255e551 2024-09-13T14:12:26.150 INFO:teuthology.orchestra.run.smithi071.stdout:/bin/podman: stderr Copying config sha256:c129f5a2fd4eccce3e6eec43830eff1929af98bc48f3b850cf144ce5b326e8b5 2024-09-13T14:12:26.150 INFO:teuthology.orchestra.run.smithi071.stdout:/bin/podman: stderr Writing manifest to image destination 2024-09-13T14:12:27.161 INFO:teuthology.orchestra.run.smithi071.stdout:ceph: stdout ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable) 2024-09-13T14:12:27.162 INFO:teuthology.orchestra.run.smithi071.stdout:Ceph version: ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable) 2024-09-13T14:12:27.162 INFO:teuthology.orchestra.run.smithi071.stdout:Extracting ceph user uid/gid from container image... 2024-09-13T14:12:28.134 INFO:teuthology.orchestra.run.smithi071.stdout:stat: stdout 167 167 2024-09-13T14:12:28.134 INFO:teuthology.orchestra.run.smithi071.stdout:Creating initial keys... 2024-09-13T14:12:29.031 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-authtool: stdout AQBMSORmHVxeGxAA06e8j3AsVELzhm91Gzuv5w== 2024-09-13T14:12:30.078 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-authtool: stdout AQBNSORmNHM5GRAAxP16HuVbUIfJqZuoVBuWSQ== 2024-09-13T14:12:31.100 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph-authtool: stdout AQBOSORmSEGCGhAAyYYYMtqaK7ieIlVQwMMbKw== 2024-09-13T14:12:31.101 INFO:teuthology.orchestra.run.smithi071.stdout:Creating initial monmap... 2024-09-13T14:12:32.032 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-13T14:12:32.033 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = pacific 2024-09-13T14:12:32.033 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 18f8172c-71da-11ef-bceb-c7b262605968 2024-09-13T14:12:32.033 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-13T14:12:32.033 INFO:teuthology.orchestra.run.smithi071.stdout:monmaptool for a [v2:172.21.15.71:3300,v1:172.21.15.71:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-13T14:12:32.033 INFO:teuthology.orchestra.run.smithi071.stdout:setting min_mon_release = pacific 2024-09-13T14:12:32.033 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/monmaptool: set fsid to 18f8172c-71da-11ef-bceb-c7b262605968 2024-09-13T14:12:32.033 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-13T14:12:32.033 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:12:32.033 INFO:teuthology.orchestra.run.smithi071.stdout:Creating mon... 2024-09-13T14:12:32.979 INFO:teuthology.orchestra.run.smithi071.stdout:create mon.a on 2024-09-13T14:12:33.186 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-09-13T14:12:33.328 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-09-13T14:12:33.509 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-18f8172c-71da-11ef-bceb-c7b262605968.target → /etc/systemd/system/ceph-18f8172c-71da-11ef-bceb-c7b262605968.target. 2024-09-13T14:12:33.509 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-18f8172c-71da-11ef-bceb-c7b262605968.target → /etc/systemd/system/ceph-18f8172c-71da-11ef-bceb-c7b262605968.target. 2024-09-13T14:12:33.713 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-18f8172c-71da-11ef-bceb-c7b262605968@mon.a 2024-09-13T14:12:33.713 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stderr Failed to reset failed state of unit ceph-18f8172c-71da-11ef-bceb-c7b262605968@mon.a.service: Unit ceph-18f8172c-71da-11ef-bceb-c7b262605968@mon.a.service not loaded. 2024-09-13T14:12:33.873 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-18f8172c-71da-11ef-bceb-c7b262605968.target.wants/ceph-18f8172c-71da-11ef-bceb-c7b262605968@mon.a.service → /etc/systemd/system/ceph-18f8172c-71da-11ef-bceb-c7b262605968@.service. 2024-09-13T14:12:34.371 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:34 smithi071 podman[29083]: 2024-09-13 14:12:34.116172911 +0000 UTC m=+0.127032294 container create 9b794f176989415c1124ebaf735f0bdf7965b666ac2128f4a90191fb1ce3364d (image=quay.ceph.io/ceph-ci/ceph:reef, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-a, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, RELEASE=reef-2c01458, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2) 2024-09-13T14:12:34.372 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:34 smithi071 podman[29083]: 2024-09-13 14:12:34.370871102 +0000 UTC m=+0.381730490 container init 9b794f176989415c1124ebaf735f0bdf7965b666ac2128f4a90191fb1ce3364d (image=quay.ceph.io/ceph-ci/ceph:reef, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-a, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , RELEASE=reef-2c01458, org.label-schema.license=GPLv2) 2024-09-13T14:12:34.494 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-13T14:12:34.495 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout disabled 2024-09-13T14:12:34.501 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-13T14:12:34.501 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout inactive 2024-09-13T14:12:34.501 INFO:teuthology.orchestra.run.smithi071.stdout:firewalld.service is not enabled 2024-09-13T14:12:34.501 INFO:teuthology.orchestra.run.smithi071.stdout:Not possible to enable service . firewalld.service is not available 2024-09-13T14:12:34.502 INFO:teuthology.orchestra.run.smithi071.stdout:Waiting for mon to start... 2024-09-13T14:12:34.502 INFO:teuthology.orchestra.run.smithi071.stdout:Waiting for mon... 2024-09-13T14:12:34.624 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:34 smithi071 podman[29083]: 2024-09-13 14:12:34.375431629 +0000 UTC m=+0.386291013 container start 9b794f176989415c1124ebaf735f0bdf7965b666ac2128f4a90191fb1ce3364d (image=quay.ceph.io/ceph-ci/ceph:reef, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-a, org.label-schema.schema-version=1.0, RELEASE=reef-2c01458, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.license=GPLv2) 2024-09-13T14:12:34.624 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:34 smithi071 ceph-mon[29121]: mkfs 18f8172c-71da-11ef-bceb-c7b262605968 2024-09-13T14:12:34.625 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:34 smithi071 ceph-mon[29121]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-13T14:12:34.625 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:34 smithi071 bash[29083]: 9b794f176989415c1124ebaf735f0bdf7965b666ac2128f4a90191fb1ce3364d 2024-09-13T14:12:34.625 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:34 smithi071 systemd[1]: Started Ceph mon.a for 18f8172c-71da-11ef-bceb-c7b262605968. 2024-09-13T14:12:35.563 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:35 smithi071 ceph-mon[29121]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-13T14:12:35.563 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:35 smithi071 ceph-mon[29121]: monmap e1: 1 mons at {a=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-13T14:12:35.563 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:35 smithi071 ceph-mon[29121]: fsmap 2024-09-13T14:12:35.563 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:35 smithi071 ceph-mon[29121]: osdmap e1: 0 total, 0 up, 0 in 2024-09-13T14:12:35.563 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:35 smithi071 ceph-mon[29121]: mgrmap e1: no daemons active 2024-09-13T14:12:35.563 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:35 smithi071 ceph-mon[29121]: from='client.? 172.21.15.71:0/393056978' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-13T14:12:35.565 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout cluster: 2024-09-13T14:12:35.567 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout id: 18f8172c-71da-11ef-bceb-c7b262605968 2024-09-13T14:12:35.567 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-09-13T14:12:35.567 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2024-09-13T14:12:35.567 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout services: 2024-09-13T14:12:35.567 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.551589s) 2024-09-13T14:12:35.567 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-09-13T14:12:35.567 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-09-13T14:12:35.567 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2024-09-13T14:12:35.568 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout data: 2024-09-13T14:12:35.568 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-09-13T14:12:35.568 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-09-13T14:12:35.568 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-09-13T14:12:35.568 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout pgs: 2024-09-13T14:12:35.568 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2024-09-13T14:12:35.568 INFO:teuthology.orchestra.run.smithi071.stdout:mon is available 2024-09-13T14:12:35.568 INFO:teuthology.orchestra.run.smithi071.stdout:Assimilating anything we can from ceph.conf... 2024-09-13T14:12:36.636 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:36 smithi071 ceph-mon[29121]: from='client.? 172.21.15.71:0/2050079892' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-09-13T14:12:36.636 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:36 smithi071 ceph-mon[29121]: from='client.? 172.21.15.71:0/2050079892' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-13T14:12:36.640 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2024-09-13T14:12:36.640 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout [global] 2024-09-13T14:12:36.640 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout fsid = 18f8172c-71da-11ef-bceb-c7b262605968 2024-09-13T14:12:36.640 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.71:3300,v1:172.21.15.71:6789] 2024-09-13T14:12:36.640 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-13T14:12:36.641 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-13T14:12:36.641 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-13T14:12:36.641 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-13T14:12:36.641 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2024-09-13T14:12:36.641 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-13T14:12:36.641 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-13T14:12:36.641 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2024-09-13T14:12:36.641 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout [osd] 2024-09-13T14:12:36.641 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-13T14:12:36.641 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-13T14:12:36.641 INFO:teuthology.orchestra.run.smithi071.stdout:Generating new minimal ceph.conf... 2024-09-13T14:12:37.700 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:37 smithi071 ceph-mon[29121]: from='client.? 172.21.15.71:0/2150226201' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:12:37.703 INFO:teuthology.orchestra.run.smithi071.stdout:Restarting the monitor... 2024-09-13T14:12:38.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:37 smithi071 systemd[1]: Stopping Ceph mon.a for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T14:12:39.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:39 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-a[29098]: 2024-09-13T14:12:39.007+0000 7fa1adec3640 -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-09-13T14:12:39.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:39 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-a[29098]: 2024-09-13T14:12:39.007+0000 7fa1adec3640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-09-13T14:12:39.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:39 smithi071 podman[29436]: 2024-09-13 14:12:39.223293525 +0000 UTC m=+1.357939333 container died 9b794f176989415c1124ebaf735f0bdf7965b666ac2128f4a90191fb1ce3364d (image=quay.ceph.io/ceph-ci/ceph:reef, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-a, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, RELEASE=reef-2c01458, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-13T14:12:43.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:42 smithi071 podman[29436]: 2024-09-13 14:12:42.80657551 +0000 UTC m=+4.941221316 container cleanup 9b794f176989415c1124ebaf735f0bdf7965b666ac2128f4a90191fb1ce3364d (image=quay.ceph.io/ceph-ci/ceph:reef, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-a, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=reef-2c01458, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD) 2024-09-13T14:12:43.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:42 smithi071 bash[29436]: ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-a 2024-09-13T14:12:45.271 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:44 smithi071 podman[29453]: 2024-09-13 14:12:44.935801284 +0000 UTC m=+5.711440305 container remove 9b794f176989415c1124ebaf735f0bdf7965b666ac2128f4a90191fb1ce3364d (image=quay.ceph.io/ceph-ci/ceph:reef, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-a, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=reef-2c01458, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-13T14:12:45.271 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:45 smithi071 systemd[1]: ceph-18f8172c-71da-11ef-bceb-c7b262605968@mon.a.service: Deactivated successfully. 2024-09-13T14:12:45.272 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:45 smithi071 systemd[1]: Stopped Ceph mon.a for 18f8172c-71da-11ef-bceb-c7b262605968. 2024-09-13T14:12:45.272 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:45 smithi071 systemd[1]: Starting Ceph mon.a for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T14:12:45.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:45 smithi071 podman[29550]: 2024-09-13 14:12:45.173405507 +0000 UTC m=+0.015998759 image pull c129f5a2fd4eccce3e6eec43830eff1929af98bc48f3b850cf144ce5b326e8b5 quay.ceph.io/ceph-ci/ceph:reef 2024-09-13T14:12:46.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:46 smithi071 podman[29550]: 2024-09-13 14:12:46.293106737 +0000 UTC m=+1.135699972 container create 03dc48b4bc437fed2551dd813f3cf5046311911c5cadedc04b1da1725af5d933 (image=quay.ceph.io/ceph-ci/ceph:reef, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-a, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, RELEASE=reef-2c01458, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2) 2024-09-13T14:12:47.779 INFO:teuthology.orchestra.run.smithi071.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-09-13T14:12:48.020 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 podman[29550]: 2024-09-13 14:12:47.692071046 +0000 UTC m=+2.534664320 container init 03dc48b4bc437fed2551dd813f3cf5046311911c5cadedc04b1da1725af5d933 (image=quay.ceph.io/ceph-ci/ceph:reef, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-a, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, RELEASE=reef-2c01458, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731) 2024-09-13T14:12:48.021 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 podman[29550]: 2024-09-13 14:12:47.698888667 +0000 UTC m=+2.541481903 container start 03dc48b4bc437fed2551dd813f3cf5046311911c5cadedc04b1da1725af5d933 (image=quay.ceph.io/ceph-ci/ceph:reef, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-a, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=reef-2c01458, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, ceph=True) 2024-09-13T14:12:48.021 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: set uid:gid to 167:167 (ceph:ceph) 2024-09-13T14:12:48.021 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable), process ceph-mon, pid 7 2024-09-13T14:12:48.021 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: pidfile_write: ignore empty --pid-file 2024-09-13T14:12:48.021 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: load: jerasure load: lrc 2024-09-13T14:12:48.021 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: RocksDB version: 7.9.2 2024-09-13T14:12:48.021 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Git sha 0 2024-09-13T14:12:48.021 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Compile date 2024-09-12 19:46:18 2024-09-13T14:12:48.021 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: DB SUMMARY 2024-09-13T14:12:48.021 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: DB Session ID: YHADW7OT0K0WKG4ABYYB 2024-09-13T14:12:48.021 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: CURRENT file: CURRENT 2024-09-13T14:12:48.022 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: IDENTITY file: IDENTITY 2024-09-13T14:12:48.022 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-09-13T14:12:48.022 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-09-13T14:12:48.022 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 84542 ; 2024-09-13T14:12:48.022 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.error_if_exists: 0 2024-09-13T14:12:48.022 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.create_if_missing: 0 2024-09-13T14:12:48.022 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.paranoid_checks: 1 2024-09-13T14:12:48.022 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-13T14:12:48.022 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-13T14:12:48.022 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-13T14:12:48.022 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.env: 0x55a1fe10ebc0 2024-09-13T14:12:48.022 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.fs: PosixFileSystem 2024-09-13T14:12:48.022 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.info_log: 0x55a1ff4aabe0 2024-09-13T14:12:48.023 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.max_file_opening_threads: 16 2024-09-13T14:12:48.023 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.statistics: (nil) 2024-09-13T14:12:48.023 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.use_fsync: 0 2024-09-13T14:12:48.024 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.max_log_file_size: 0 2024-09-13T14:12:48.024 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-13T14:12:48.024 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-13T14:12:48.024 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.keep_log_file_num: 1000 2024-09-13T14:12:48.024 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.recycle_log_file_num: 0 2024-09-13T14:12:48.024 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.allow_fallocate: 1 2024-09-13T14:12:48.025 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.allow_mmap_reads: 0 2024-09-13T14:12:48.025 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.allow_mmap_writes: 0 2024-09-13T14:12:48.025 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.use_direct_reads: 0 2024-09-13T14:12:48.025 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-13T14:12:48.025 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.create_missing_column_families: 0 2024-09-13T14:12:48.025 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.db_log_dir: 2024-09-13T14:12:48.025 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.wal_dir: 2024-09-13T14:12:48.025 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-13T14:12:48.025 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-13T14:12:48.025 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-13T14:12:48.025 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-13T14:12:48.025 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-13T14:12:48.025 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-13T14:12:48.026 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.advise_random_on_open: 1 2024-09-13T14:12:48.026 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.db_write_buffer_size: 0 2024-09-13T14:12:48.026 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.write_buffer_manager: 0x55a1ff4b8320 2024-09-13T14:12:48.026 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-13T14:12:48.026 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-13T14:12:48.026 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-13T14:12:48.026 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.rate_limiter: (nil) 2024-09-13T14:12:48.026 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-13T14:12:48.026 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.wal_recovery_mode: 2 2024-09-13T14:12:48.026 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.enable_thread_tracking: 0 2024-09-13T14:12:48.026 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.enable_pipelined_write: 0 2024-09-13T14:12:48.026 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.unordered_write: 0 2024-09-13T14:12:48.027 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-13T14:12:48.027 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-13T14:12:48.027 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-13T14:12:48.027 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-13T14:12:48.027 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.row_cache: None 2024-09-13T14:12:48.027 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.wal_filter: None 2024-09-13T14:12:48.027 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-13T14:12:48.027 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.allow_ingest_behind: 0 2024-09-13T14:12:48.027 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.two_write_queues: 0 2024-09-13T14:12:48.027 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.manual_wal_flush: 0 2024-09-13T14:12:48.027 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.wal_compression: 0 2024-09-13T14:12:48.027 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.atomic_flush: 0 2024-09-13T14:12:48.027 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-13T14:12:48.028 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-13T14:12:48.028 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-13T14:12:48.028 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.log_readahead_size: 0 2024-09-13T14:12:48.028 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-13T14:12:48.028 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.best_efforts_recovery: 0 2024-09-13T14:12:48.028 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-13T14:12:48.028 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-13T14:12:48.028 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.allow_data_in_errors: 0 2024-09-13T14:12:48.028 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.db_host_id: __hostname__ 2024-09-13T14:12:48.028 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-13T14:12:48.028 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.max_background_jobs: 2 2024-09-13T14:12:48.028 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.max_background_compactions: -1 2024-09-13T14:12:48.028 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.max_subcompactions: 1 2024-09-13T14:12:48.028 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-13T14:12:48.029 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-13T14:12:48.029 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-13T14:12:48.029 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.max_total_wal_size: 0 2024-09-13T14:12:48.029 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-13T14:12:48.029 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-13T14:12:48.029 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-13T14:12:48.029 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-13T14:12:48.029 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.max_open_files: -1 2024-09-13T14:12:48.029 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.bytes_per_sync: 0 2024-09-13T14:12:48.029 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-13T14:12:48.029 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-13T14:12:48.029 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.compaction_readahead_size: 0 2024-09-13T14:12:48.029 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.max_background_flushes: -1 2024-09-13T14:12:48.030 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Compression algorithms supported: 2024-09-13T14:12:48.030 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: kZSTD supported: 0 2024-09-13T14:12:48.030 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: kXpressCompression supported: 0 2024-09-13T14:12:48.030 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: kBZip2Compression supported: 0 2024-09-13T14:12:48.030 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-13T14:12:48.030 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: kLZ4Compression supported: 1 2024-09-13T14:12:48.030 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: kZlibCompression supported: 1 2024-09-13T14:12:48.030 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: kLZ4HCCompression supported: 1 2024-09-13T14:12:48.030 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: kSnappyCompression supported: 1 2024-09-13T14:12:48.030 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-13T14:12:48.030 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-13T14:12:48.030 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-09-13T14:12:48.030 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-13T14:12:48.030 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-13T14:12:48.031 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.merge_operator: 2024-09-13T14:12:48.031 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.compaction_filter: None 2024-09-13T14:12:48.031 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.compaction_filter_factory: None 2024-09-13T14:12:48.031 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.sst_partitioner_factory: None 2024-09-13T14:12:48.031 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-13T14:12:48.031 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-13T14:12:48.031 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55a1ff4aa7e0) 2024-09-13T14:12:48.031 INFO:journalctl@ceph.mon.a.smithi071.stdout: cache_index_and_filter_blocks: 1 2024-09-13T14:12:48.031 INFO:journalctl@ceph.mon.a.smithi071.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-13T14:12:48.031 INFO:journalctl@ceph.mon.a.smithi071.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-13T14:12:48.031 INFO:journalctl@ceph.mon.a.smithi071.stdout: pin_top_level_index_and_filter: 1 2024-09-13T14:12:48.031 INFO:journalctl@ceph.mon.a.smithi071.stdout: index_type: 0 2024-09-13T14:12:48.031 INFO:journalctl@ceph.mon.a.smithi071.stdout: data_block_index_type: 0 2024-09-13T14:12:48.032 INFO:journalctl@ceph.mon.a.smithi071.stdout: index_shortening: 1 2024-09-13T14:12:48.032 INFO:journalctl@ceph.mon.a.smithi071.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-13T14:12:48.032 INFO:journalctl@ceph.mon.a.smithi071.stdout: checksum: 4 2024-09-13T14:12:48.032 INFO:journalctl@ceph.mon.a.smithi071.stdout: no_block_cache: 0 2024-09-13T14:12:48.032 INFO:journalctl@ceph.mon.a.smithi071.stdout: block_cache: 0x55a1ff49f350 2024-09-13T14:12:48.032 INFO:journalctl@ceph.mon.a.smithi071.stdout: block_cache_name: BinnedLRUCache 2024-09-13T14:12:48.032 INFO:journalctl@ceph.mon.a.smithi071.stdout: block_cache_options: 2024-09-13T14:12:48.032 INFO:journalctl@ceph.mon.a.smithi071.stdout: capacity : 536870912 2024-09-13T14:12:48.032 INFO:journalctl@ceph.mon.a.smithi071.stdout: num_shard_bits : 4 2024-09-13T14:12:48.032 INFO:journalctl@ceph.mon.a.smithi071.stdout: strict_capacity_limit : 0 2024-09-13T14:12:48.032 INFO:journalctl@ceph.mon.a.smithi071.stdout: high_pri_pool_ratio: 0.000 2024-09-13T14:12:48.032 INFO:journalctl@ceph.mon.a.smithi071.stdout: block_cache_compressed: (nil) 2024-09-13T14:12:48.032 INFO:journalctl@ceph.mon.a.smithi071.stdout: persistent_cache: (nil) 2024-09-13T14:12:48.032 INFO:journalctl@ceph.mon.a.smithi071.stdout: block_size: 4096 2024-09-13T14:12:48.033 INFO:journalctl@ceph.mon.a.smithi071.stdout: block_size_deviation: 10 2024-09-13T14:12:48.033 INFO:journalctl@ceph.mon.a.smithi071.stdout: block_restart_interval: 16 2024-09-13T14:12:48.033 INFO:journalctl@ceph.mon.a.smithi071.stdout: index_block_restart_interval: 1 2024-09-13T14:12:48.033 INFO:journalctl@ceph.mon.a.smithi071.stdout: metadata_block_size: 4096 2024-09-13T14:12:48.033 INFO:journalctl@ceph.mon.a.smithi071.stdout: partition_filters: 0 2024-09-13T14:12:48.033 INFO:journalctl@ceph.mon.a.smithi071.stdout: use_delta_encoding: 1 2024-09-13T14:12:48.033 INFO:journalctl@ceph.mon.a.smithi071.stdout: filter_policy: bloomfilter 2024-09-13T14:12:48.033 INFO:journalctl@ceph.mon.a.smithi071.stdout: whole_key_filtering: 1 2024-09-13T14:12:48.033 INFO:journalctl@ceph.mon.a.smithi071.stdout: verify_compression: 0 2024-09-13T14:12:48.033 INFO:journalctl@ceph.mon.a.smithi071.stdout: read_amp_bytes_per_bit: 0 2024-09-13T14:12:48.033 INFO:journalctl@ceph.mon.a.smithi071.stdout: format_version: 5 2024-09-13T14:12:48.033 INFO:journalctl@ceph.mon.a.smithi071.stdout: enable_index_compression: 1 2024-09-13T14:12:48.034 INFO:journalctl@ceph.mon.a.smithi071.stdout: block_align: 0 2024-09-13T14:12:48.034 INFO:journalctl@ceph.mon.a.smithi071.stdout: max_auto_readahead_size: 262144 2024-09-13T14:12:48.034 INFO:journalctl@ceph.mon.a.smithi071.stdout: prepopulate_block_cache: 0 2024-09-13T14:12:48.034 INFO:journalctl@ceph.mon.a.smithi071.stdout: initial_auto_readahead_size: 8192 2024-09-13T14:12:48.034 INFO:journalctl@ceph.mon.a.smithi071.stdout: num_file_reads_for_auto_readahead: 2 2024-09-13T14:12:48.034 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.write_buffer_size: 33554432 2024-09-13T14:12:48.034 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.max_write_buffer_number: 2 2024-09-13T14:12:48.034 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.compression: NoCompression 2024-09-13T14:12:48.034 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.bottommost_compression: Disabled 2024-09-13T14:12:48.034 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.prefix_extractor: nullptr 2024-09-13T14:12:48.034 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-13T14:12:48.034 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.num_levels: 7 2024-09-13T14:12:48.034 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-13T14:12:48.035 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-13T14:12:48.035 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-13T14:12:48.035 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-13T14:12:48.035 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-13T14:12:48.035 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-13T14:12:48.035 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-13T14:12:48.035 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-13T14:12:48.035 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-13T14:12:48.035 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-13T14:12:48.035 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-13T14:12:48.035 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-13T14:12:48.035 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-13T14:12:48.035 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.compression_opts.level: 32767 2024-09-13T14:12:48.036 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.compression_opts.strategy: 0 2024-09-13T14:12:48.036 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-13T14:12:48.036 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-13T14:12:48.036 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-13T14:12:48.036 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-13T14:12:48.036 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.compression_opts.enabled: false 2024-09-13T14:12:48.036 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-13T14:12:48.036 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-13T14:12:48.036 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-13T14:12:48.036 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-13T14:12:48.036 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.target_file_size_base: 67108864 2024-09-13T14:12:48.036 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-13T14:12:48.036 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-13T14:12:48.036 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-13T14:12:48.037 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-13T14:12:48.037 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-13T14:12:48.037 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-13T14:12:48.037 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-13T14:12:48.037 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-13T14:12:48.037 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-13T14:12:48.037 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-13T14:12:48.037 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-13T14:12:48.037 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-13T14:12:48.037 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-13T14:12:48.037 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-13T14:12:48.037 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.arena_block_size: 1048576 2024-09-13T14:12:48.038 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-13T14:12:48.038 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-13T14:12:48.038 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.disable_auto_compactions: 0 2024-09-13T14:12:48.038 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-13T14:12:48.038 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-13T14:12:48.038 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-13T14:12:48.038 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-13T14:12:48.038 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-13T14:12:48.038 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-13T14:12:48.038 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-13T14:12:48.038 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-13T14:12:48.038 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-13T14:12:48.038 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-13T14:12:48.038 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-13T14:12:48.039 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.inplace_update_support: 0 2024-09-13T14:12:48.039 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-13T14:12:48.039 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-13T14:12:48.039 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-13T14:12:48.039 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-13T14:12:48.039 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.bloom_locality: 0 2024-09-13T14:12:48.039 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.max_successive_merges: 0 2024-09-13T14:12:48.039 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-13T14:12:48.039 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.paranoid_file_checks: 0 2024-09-13T14:12:48.039 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.force_consistency_checks: 1 2024-09-13T14:12:48.039 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.report_bg_io_stats: 0 2024-09-13T14:12:48.039 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.ttl: 2592000 2024-09-13T14:12:48.039 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-13T14:12:48.039 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-13T14:12:48.040 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-13T14:12:48.040 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.enable_blob_files: false 2024-09-13T14:12:48.040 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.min_blob_size: 0 2024-09-13T14:12:48.040 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.blob_file_size: 268435456 2024-09-13T14:12:48.040 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-13T14:12:48.040 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-13T14:12:48.040 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-13T14:12:48.040 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-13T14:12:48.040 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-13T14:12:48.040 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.blob_file_starting_level: 0 2024-09-13T14:12:48.040 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-13T14:12:48.040 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: 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-09-13T14:12:48.040 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-09-13T14:12:48.041 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 0e8528c5-75ad-4d26-a36e-52371bda7c96 2024-09-13T14:12:48.041 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726236767729765, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-09-13T14:12:48.041 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-09-13T14:12:48.041 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726236767730795, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 81092, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 256, "table_properties": {"data_size": 79242, "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": 73443, "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": "[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": 1726236767, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "0e8528c5-75ad-4d26-a36e-52371bda7c96", "db_session_id": "YHADW7OT0K0WKG4ABYYB", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-09-13T14:12:48.041 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726236767730882, "job": 1, "event": "recovery_finished"} 2024-09-13T14:12:48.041 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-09-13T14:12:48.041 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: 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-09-13T14:12:48.041 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55a1ff4cae00 2024-09-13T14:12:48.041 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: DB pointer 0x55a1ff5be000 2024-09-13T14:12:48.041 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-13T14:12:48.041 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-13T14:12:48.041 INFO:journalctl@ceph.mon.a.smithi071.stdout: ** DB Stats ** 2024-09-13T14:12:48.041 INFO:journalctl@ceph.mon.a.smithi071.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-13T14:12:48.042 INFO:journalctl@ceph.mon.a.smithi071.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-09-13T14:12:48.042 INFO:journalctl@ceph.mon.a.smithi071.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-13T14:12:48.042 INFO:journalctl@ceph.mon.a.smithi071.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-13T14:12:48.042 INFO:journalctl@ceph.mon.a.smithi071.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-09-13T14:12:48.042 INFO:journalctl@ceph.mon.a.smithi071.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-13T14:12:48.042 INFO:journalctl@ceph.mon.a.smithi071.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-13T14:12:48.042 INFO:journalctl@ceph.mon.a.smithi071.stdout: 2024-09-13T14:12:48.042 INFO:journalctl@ceph.mon.a.smithi071.stdout: ** Compaction Stats [default] ** 2024-09-13T14:12:48.042 INFO:journalctl@ceph.mon.a.smithi071.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-09-13T14:12:48.042 INFO:journalctl@ceph.mon.a.smithi071.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-13T14:12:48.043 INFO:journalctl@ceph.mon.a.smithi071.stdout: L0 2/0 81.05 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 108.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-13T14:12:48.043 INFO:journalctl@ceph.mon.a.smithi071.stdout: Sum 2/0 81.05 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 108.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-13T14:12:48.043 INFO:journalctl@ceph.mon.a.smithi071.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 108.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-13T14:12:48.043 INFO:journalctl@ceph.mon.a.smithi071.stdout: 2024-09-13T14:12:48.043 INFO:journalctl@ceph.mon.a.smithi071.stdout: ** Compaction Stats [default] ** 2024-09-13T14:12:48.043 INFO:journalctl@ceph.mon.a.smithi071.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-09-13T14:12:48.043 INFO:journalctl@ceph.mon.a.smithi071.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-13T14:12:48.043 INFO:journalctl@ceph.mon.a.smithi071.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 108.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-13T14:12:48.043 INFO:journalctl@ceph.mon.a.smithi071.stdout: 2024-09-13T14:12:48.043 INFO:journalctl@ceph.mon.a.smithi071.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-13T14:12:48.043 INFO:journalctl@ceph.mon.a.smithi071.stdout: 2024-09-13T14:12:48.043 INFO:journalctl@ceph.mon.a.smithi071.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-13T14:12:48.043 INFO:journalctl@ceph.mon.a.smithi071.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-13T14:12:48.044 INFO:journalctl@ceph.mon.a.smithi071.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-13T14:12:48.044 INFO:journalctl@ceph.mon.a.smithi071.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-13T14:12:48.044 INFO:journalctl@ceph.mon.a.smithi071.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-13T14:12:48.044 INFO:journalctl@ceph.mon.a.smithi071.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-13T14:12:48.044 INFO:journalctl@ceph.mon.a.smithi071.stdout: Cumulative compaction: 0.00 GB write, 14.20 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-13T14:12:48.044 INFO:journalctl@ceph.mon.a.smithi071.stdout: Interval compaction: 0.00 GB write, 14.20 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-13T14:12:48.044 INFO:journalctl@ceph.mon.a.smithi071.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-09-13T14:12:48.044 INFO:journalctl@ceph.mon.a.smithi071.stdout: Block cache BinnedLRUCache@0x55a1ff49f350#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2024-09-13T14:12:48.044 INFO:journalctl@ceph.mon.a.smithi071.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-09-13T14:12:48.044 INFO:journalctl@ceph.mon.a.smithi071.stdout: 2024-09-13T14:12:48.044 INFO:journalctl@ceph.mon.a.smithi071.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-13T14:12:48.044 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: starting mon.a rank 0 at public addrs [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] at bind addrs [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 18f8172c-71da-11ef-bceb-c7b262605968 2024-09-13T14:12:48.044 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: mon.a@-1(???) e1 preinit fsid 18f8172c-71da-11ef-bceb-c7b262605968 2024-09-13T14:12:48.045 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: mon.a@-1(???).mds e1 new map 2024-09-13T14:12:48.045 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: mon.a@-1(???).mds e1 print_map 2024-09-13T14:12:48.045 INFO:journalctl@ceph.mon.a.smithi071.stdout: e1 2024-09-13T14:12:48.045 INFO:journalctl@ceph.mon.a.smithi071.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-13T14:12:48.045 INFO:journalctl@ceph.mon.a.smithi071.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-09-13T14:12:48.045 INFO:journalctl@ceph.mon.a.smithi071.stdout: legacy client fscid: -1 2024-09-13T14:12:48.045 INFO:journalctl@ceph.mon.a.smithi071.stdout: 2024-09-13T14:12:48.045 INFO:journalctl@ceph.mon.a.smithi071.stdout: No filesystems configured 2024-09-13T14:12:48.045 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-13T14:12:48.045 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-13T14:12:48.045 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-13T14:12:48.045 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-13T14:12:48.045 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-13T14:12:48.045 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 bash[29550]: 03dc48b4bc437fed2551dd813f3cf5046311911c5cadedc04b1da1725af5d933 2024-09-13T14:12:48.046 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 systemd[1]: Started Ceph mon.a for 18f8172c-71da-11ef-bceb-c7b262605968. 2024-09-13T14:12:48.046 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-13T14:12:48.046 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: monmap e1: 1 mons at {a=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-13T14:12:48.046 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: fsmap 2024-09-13T14:12:48.046 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: osdmap e1: 0 total, 0 up, 0 in 2024-09-13T14:12:48.046 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:47 smithi071 ceph-mon[29588]: mgrmap e1: no daemons active 2024-09-13T14:12:48.859 INFO:teuthology.orchestra.run.smithi071.stdout:Wrote config to /etc/ceph/ceph.conf 2024-09-13T14:12:48.881 INFO:teuthology.orchestra.run.smithi071.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-13T14:12:48.881 INFO:teuthology.orchestra.run.smithi071.stdout:Creating mgr... 2024-09-13T14:12:48.881 INFO:teuthology.orchestra.run.smithi071.stdout:Verifying port 0.0.0.0:9283 ... 2024-09-13T14:12:48.881 INFO:teuthology.orchestra.run.smithi071.stdout:Verifying port 0.0.0.0:8765 ... 2024-09-13T14:12:49.138 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-18f8172c-71da-11ef-bceb-c7b262605968@mgr.y 2024-09-13T14:12:49.138 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stderr Failed to reset failed state of unit ceph-18f8172c-71da-11ef-bceb-c7b262605968@mgr.y.service: Unit ceph-18f8172c-71da-11ef-bceb-c7b262605968@mgr.y.service not loaded. 2024-09-13T14:12:49.286 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-18f8172c-71da-11ef-bceb-c7b262605968.target.wants/ceph-18f8172c-71da-11ef-bceb-c7b262605968@mgr.y.service → /etc/systemd/system/ceph-18f8172c-71da-11ef-bceb-c7b262605968@.service. 2024-09-13T14:12:49.311 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:12:49 smithi071 systemd[1]: Starting Ceph mgr.y for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T14:12:49.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:49 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/4171982170' entity='client.admin' 2024-09-13T14:12:49.640 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:12:49 smithi071 podman[29827]: 2024-09-13 14:12:49.428974702 +0000 UTC m=+0.015419828 image pull c129f5a2fd4eccce3e6eec43830eff1929af98bc48f3b850cf144ce5b326e8b5 quay.ceph.io/ceph-ci/ceph:reef 2024-09-13T14:12:49.641 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:12:49 smithi071 podman[29827]: 2024-09-13 14:12:49.533089918 +0000 UTC m=+0.119535077 container create b777ff2b3feebee7cbc09dd7ec458b0ec8b098f5436ece92e865c0277ebc7584 (image=quay.ceph.io/ceph-ci/ceph:reef, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=reef-2c01458, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, ceph=True) 2024-09-13T14:12:49.860 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-13T14:12:49.860 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout disabled 2024-09-13T14:12:49.868 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-13T14:12:49.868 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout inactive 2024-09-13T14:12:49.868 INFO:teuthology.orchestra.run.smithi071.stdout:firewalld.service is not enabled 2024-09-13T14:12:49.868 INFO:teuthology.orchestra.run.smithi071.stdout:Not possible to enable service . firewalld.service is not available 2024-09-13T14:12:49.876 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-13T14:12:49.876 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout disabled 2024-09-13T14:12:49.884 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-13T14:12:49.884 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout inactive 2024-09-13T14:12:49.884 INFO:teuthology.orchestra.run.smithi071.stdout:firewalld.service is not enabled 2024-09-13T14:12:49.884 INFO:teuthology.orchestra.run.smithi071.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-09-13T14:12:49.884 INFO:teuthology.orchestra.run.smithi071.stdout:Waiting for mgr to start... 2024-09-13T14:12:49.884 INFO:teuthology.orchestra.run.smithi071.stdout:Waiting for mgr... 2024-09-13T14:12:50.022 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:12:49 smithi071 podman[29827]: 2024-09-13 14:12:49.76060576 +0000 UTC m=+0.347050874 container init b777ff2b3feebee7cbc09dd7ec458b0ec8b098f5436ece92e865c0277ebc7584 (image=quay.ceph.io/ceph-ci/ceph:reef, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.license=GPLv2, RELEASE=reef-2c01458, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS) 2024-09-13T14:12:50.023 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:12:49 smithi071 podman[29827]: 2024-09-13 14:12:49.765137523 +0000 UTC m=+0.351582637 container start b777ff2b3feebee7cbc09dd7ec458b0ec8b098f5436ece92e865c0277ebc7584 (image=quay.ceph.io/ceph-ci/ceph:reef, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, RELEASE=reef-2c01458, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-13T14:12:50.023 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:12:49 smithi071 bash[29827]: b777ff2b3feebee7cbc09dd7ec458b0ec8b098f5436ece92e865c0277ebc7584 2024-09-13T14:12:50.023 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:12:49 smithi071 systemd[1]: Started Ceph mgr.y for 18f8172c-71da-11ef-bceb-c7b262605968. 2024-09-13T14:12:50.023 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:12:49 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:12:49.889+0000 7f15a4e27040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-13T14:12:50.023 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:12:49 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:12:49.953+0000 7f15a4e27040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-13T14:12:50.305 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:12:50 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:12:50.103+0000 7f15a4e27040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-13T14:12:50.305 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:12:50 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:12:50.172+0000 7f15a4e27040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-13T14:12:50.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:50 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/3974444928' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-13T14:12:50.640 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:12:50 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:12:50.322+0000 7f15a4e27040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-13T14:12:50.641 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:12:50 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:12:50.468+0000 7f15a4e27040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-13T14:12:51.140 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:12:50 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:12:50.778+0000 7f15a4e27040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-13T14:12:51.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:12:50 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:12:50.841+0000 7f15a4e27040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-13T14:12:51.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:12:51 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:12:51.023+0000 7f15a4e27040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-13T14:12:51.238 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2024-09-13T14:12:51.239 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout { 2024-09-13T14:12:51.239 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "fsid": "18f8172c-71da-11ef-bceb-c7b262605968", 2024-09-13T14:12:51.239 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "health": { 2024-09-13T14:12:51.239 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-13T14:12:51.239 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-13T14:12:51.239 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-13T14:12:51.239 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-09-13T14:12:51.239 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-13T14:12:51.239 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-13T14:12:51.239 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 0 2024-09-13T14:12:51.239 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout ], 2024-09-13T14:12:51.239 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-13T14:12:51.240 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "a" 2024-09-13T14:12:51.240 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout ], 2024-09-13T14:12:51.240 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-09-13T14:12:51.240 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-13T14:12:51.240 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T14:12:51.240 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2024-09-13T14:12:51.240 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-13T14:12:51.240 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-09-13T14:12:51.240 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-13T14:12:51.240 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T14:12:51.240 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-13T14:12:51.240 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-13T14:12:51.240 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-13T14:12:51.241 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-13T14:12:51.244 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-13T14:12:51.244 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-13T14:12:51.244 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-09-13T14:12:51.244 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-13T14:12:51.244 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-13T14:12:51.244 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-13T14:12:51.244 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-13T14:12:51.244 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-13T14:12:51.245 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-13T14:12:51.245 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-13T14:12:51.245 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-13T14:12:51.245 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-13T14:12:51.245 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-09-13T14:12:51.245 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-13T14:12:51.245 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T14:12:51.245 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-13T14:12:51.245 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-13T14:12:51.245 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-09-13T14:12:51.245 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-13T14:12:51.245 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-13T14:12:51.245 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-13T14:12:51.245 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-13T14:12:51.246 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-13T14:12:51.246 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-13T14:12:51.246 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "restful" 2024-09-13T14:12:51.246 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout ], 2024-09-13T14:12:51.246 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-13T14:12:51.246 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-09-13T14:12:51.246 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-13T14:12:51.246 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T14:12:51.246 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "modified": "2024-09-13T14:12:34.413470+0000", 2024-09-13T14:12:51.246 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-13T14:12:51.246 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-09-13T14:12:51.246 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-13T14:12:51.246 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout } 2024-09-13T14:12:51.246 INFO:teuthology.orchestra.run.smithi071.stdout:mgr not available, waiting (1/15)... 2024-09-13T14:12:52.140 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:12:51 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:12:51.881+0000 7f15a4e27040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-13T14:12:52.140 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:12:51 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:12:51.946+0000 7f15a4e27040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-13T14:12:52.903 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:12:52 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:12:52.649+0000 7f15a4e27040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-13T14:12:52.904 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:12:52 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:12:52.763+0000 7f15a4e27040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-13T14:12:52.904 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:12:52 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:12:52.902+0000 7f15a4e27040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-13T14:12:53.175 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:12:52 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:12:52.963+0000 7f15a4e27040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-13T14:12:53.175 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:12:53 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:12:53.108+0000 7f15a4e27040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-13T14:12:53.176 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:12:53 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:12:53.174+0000 7f15a4e27040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-13T14:12:53.457 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:12:53 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:12:53.234+0000 7f15a4e27040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-13T14:12:53.458 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:12:53 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:12:53.393+0000 7f15a4e27040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-13T14:12:53.458 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:12:53 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:12:53.456+0000 7f15a4e27040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-13T14:12:53.721 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:12:53 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:12:53.522+0000 7f15a4e27040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-13T14:12:53.721 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:12:53 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:12:53.603+0000 7f15a4e27040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-13T14:12:53.721 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:12:53 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:12:53.661+0000 7f15a4e27040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-13T14:12:53.721 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:12:53 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:12:53.720+0000 7f15a4e27040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-13T14:12:54.640 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:12:54 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:12:54.491+0000 7f15a4e27040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-13T14:12:54.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:54 smithi071 ceph-mon[29588]: Activating manager daemon y 2024-09-13T14:12:54.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:54 smithi071 ceph-mon[29588]: mgrmap e2: y(active, starting, since 0.00303869s) 2024-09-13T14:12:54.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:54 smithi071 ceph-mon[29588]: from='mgr.14100 172.21.15.71:0/2208068380' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-13T14:12:54.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:54 smithi071 ceph-mon[29588]: from='mgr.14100 172.21.15.71:0/2208068380' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-13T14:12:54.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:54 smithi071 ceph-mon[29588]: from='mgr.14100 172.21.15.71:0/2208068380' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-13T14:12:54.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:54 smithi071 ceph-mon[29588]: from='mgr.14100 172.21.15.71:0/2208068380' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T14:12:54.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:54 smithi071 ceph-mon[29588]: from='mgr.14100 172.21.15.71:0/2208068380' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-13T14:12:54.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:54 smithi071 ceph-mon[29588]: Manager daemon y is now available 2024-09-13T14:12:54.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:54 smithi071 ceph-mon[29588]: from='mgr.14100 172.21.15.71:0/2208068380' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-13T14:12:54.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:54 smithi071 ceph-mon[29588]: from='mgr.14100 172.21.15.71:0/2208068380' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-13T14:12:54.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:54 smithi071 ceph-mon[29588]: from='mgr.14100 172.21.15.71:0/2208068380' entity='mgr.y' 2024-09-13T14:12:54.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:54 smithi071 ceph-mon[29588]: from='mgr.14100 172.21.15.71:0/2208068380' entity='mgr.y' 2024-09-13T14:12:54.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:54 smithi071 ceph-mon[29588]: from='mgr.14100 172.21.15.71:0/2208068380' entity='mgr.y' 2024-09-13T14:12:55.776 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2024-09-13T14:12:55.776 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout { 2024-09-13T14:12:55.776 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "fsid": "18f8172c-71da-11ef-bceb-c7b262605968", 2024-09-13T14:12:55.776 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "health": { 2024-09-13T14:12:55.776 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-13T14:12:55.776 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-13T14:12:55.776 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-13T14:12:55.776 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-09-13T14:12:55.776 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-13T14:12:55.777 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-13T14:12:55.777 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 0 2024-09-13T14:12:55.777 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout ], 2024-09-13T14:12:55.777 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-13T14:12:55.777 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "a" 2024-09-13T14:12:55.777 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout ], 2024-09-13T14:12:55.777 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "quorum_age": 7, 2024-09-13T14:12:55.777 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-13T14:12:55.777 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T14:12:55.777 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2024-09-13T14:12:55.777 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-13T14:12:55.777 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-09-13T14:12:55.777 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-13T14:12:55.777 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T14:12:55.778 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-13T14:12:55.778 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-13T14:12:55.778 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-13T14:12:55.778 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-13T14:12:55.781 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-13T14:12:55.781 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-13T14:12:55.781 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-09-13T14:12:55.781 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-13T14:12:55.781 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-13T14:12:55.781 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-13T14:12:55.782 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-13T14:12:55.782 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-13T14:12:55.782 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-13T14:12:55.782 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-13T14:12:55.782 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-13T14:12:55.782 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-13T14:12:55.782 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-09-13T14:12:55.782 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-13T14:12:55.782 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T14:12:55.782 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-13T14:12:55.782 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-13T14:12:55.782 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-09-13T14:12:55.782 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-13T14:12:55.783 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-13T14:12:55.783 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-13T14:12:55.783 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-13T14:12:55.783 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-13T14:12:55.783 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-13T14:12:55.783 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "restful" 2024-09-13T14:12:55.783 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout ], 2024-09-13T14:12:55.783 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-13T14:12:55.783 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-09-13T14:12:55.783 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-13T14:12:55.783 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T14:12:55.783 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "modified": "2024-09-13T14:12:34.413470+0000", 2024-09-13T14:12:55.783 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-13T14:12:55.783 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-09-13T14:12:55.784 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-13T14:12:55.784 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout } 2024-09-13T14:12:55.784 INFO:teuthology.orchestra.run.smithi071.stdout:mgr not available, waiting (2/15)... 2024-09-13T14:12:55.882 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:55 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/458604867' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-13T14:12:55.882 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:55 smithi071 ceph-mon[29588]: mgrmap e3: y(active, since 1.00638s) 2024-09-13T14:12:57.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:57 smithi071 ceph-mon[29588]: mgrmap e4: y(active, since 2s) 2024-09-13T14:12:58.793 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:58 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/4208266306' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-13T14:12:59.117 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2024-09-13T14:12:59.117 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout { 2024-09-13T14:12:59.118 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "fsid": "18f8172c-71da-11ef-bceb-c7b262605968", 2024-09-13T14:12:59.118 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "health": { 2024-09-13T14:12:59.118 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-13T14:12:59.118 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-13T14:12:59.118 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-13T14:12:59.118 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-09-13T14:12:59.118 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-13T14:12:59.118 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-13T14:12:59.118 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 0 2024-09-13T14:12:59.118 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout ], 2024-09-13T14:12:59.118 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-13T14:12:59.118 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "a" 2024-09-13T14:12:59.118 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout ], 2024-09-13T14:12:59.119 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2024-09-13T14:12:59.119 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-13T14:12:59.119 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T14:12:59.119 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2024-09-13T14:12:59.119 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-13T14:12:59.119 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-09-13T14:12:59.119 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-13T14:12:59.119 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T14:12:59.119 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-13T14:12:59.119 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-13T14:12:59.119 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-13T14:12:59.119 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-13T14:12:59.119 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-13T14:12:59.120 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-13T14:12:59.120 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-09-13T14:12:59.120 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-13T14:12:59.120 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-13T14:12:59.120 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-13T14:12:59.120 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-13T14:12:59.120 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-13T14:12:59.120 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-13T14:12:59.120 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-13T14:12:59.120 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-13T14:12:59.120 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-13T14:12:59.120 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-09-13T14:12:59.120 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-13T14:12:59.121 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T14:12:59.121 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-13T14:12:59.121 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-13T14:12:59.121 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-09-13T14:12:59.121 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-13T14:12:59.121 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-13T14:12:59.121 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-13T14:12:59.121 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-13T14:12:59.121 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-13T14:12:59.121 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-13T14:12:59.121 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "restful" 2024-09-13T14:12:59.121 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout ], 2024-09-13T14:12:59.121 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-13T14:12:59.121 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-09-13T14:12:59.122 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-13T14:12:59.122 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T14:12:59.122 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "modified": "2024-09-13T14:12:34.413470+0000", 2024-09-13T14:12:59.122 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-13T14:12:59.122 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout }, 2024-09-13T14:12:59.122 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-13T14:12:59.122 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout } 2024-09-13T14:12:59.122 INFO:teuthology.orchestra.run.smithi071.stdout:mgr is available 2024-09-13T14:13:00.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:12:59 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/3657290272' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-09-13T14:13:00.796 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2024-09-13T14:13:00.796 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout [global] 2024-09-13T14:13:00.796 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout fsid = 18f8172c-71da-11ef-bceb-c7b262605968 2024-09-13T14:13:00.796 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-13T14:13:00.796 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-13T14:13:00.797 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-13T14:13:00.797 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-13T14:13:00.797 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2024-09-13T14:13:00.797 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-13T14:13:00.797 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-13T14:13:00.797 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 2024-09-13T14:13:00.797 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout [osd] 2024-09-13T14:13:00.797 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-13T14:13:00.797 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-13T14:13:00.797 INFO:teuthology.orchestra.run.smithi071.stdout:Enabling cephadm module... 2024-09-13T14:13:01.858 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:01 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/922363562' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-09-13T14:13:01.858 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:01 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: ignoring --setuser ceph since I am not root 2024-09-13T14:13:01.858 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:01 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: ignoring --setgroup ceph since I am not root 2024-09-13T14:13:01.858 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:01 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:13:01.654+0000 7f444f4ec040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-13T14:13:01.859 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:01 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:13:01.710+0000 7f444f4ec040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-13T14:13:01.859 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:01 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:13:01.856+0000 7f444f4ec040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-13T14:13:02.140 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:01 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:13:01.923+0000 7f444f4ec040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-13T14:13:02.140 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:13:02.066+0000 7f444f4ec040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-13T14:13:02.441 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:13:02.208+0000 7f444f4ec040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-13T14:13:02.709 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:02 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/922363562' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-13T14:13:02.709 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:02 smithi071 ceph-mon[29588]: mgrmap e5: y(active, since 7s) 2024-09-13T14:13:02.709 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:13:02.521+0000 7f444f4ec040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-13T14:13:02.709 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:13:02.581+0000 7f444f4ec040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-13T14:13:03.140 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:13:02.770+0000 7f444f4ec040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-13T14:13:03.440 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout { 2024-09-13T14:13:03.440 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-09-13T14:13:03.440 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-13T14:13:03.440 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "active_name": "y", 2024-09-13T14:13:03.441 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-13T14:13:03.441 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout } 2024-09-13T14:13:03.441 INFO:teuthology.orchestra.run.smithi071.stdout:Waiting for the mgr to restart... 2024-09-13T14:13:03.441 INFO:teuthology.orchestra.run.smithi071.stdout:Waiting for mgr epoch 5... 2024-09-13T14:13:03.718 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:03 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/3452906397' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-09-13T14:13:03.719 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:03 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:13:03.652+0000 7f444f4ec040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-13T14:13:03.719 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:03 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:13:03.717+0000 7f444f4ec040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-13T14:13:04.679 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:04 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:13:04.425+0000 7f444f4ec040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-13T14:13:04.679 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:04 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:13:04.539+0000 7f444f4ec040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-13T14:13:04.950 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:04 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:13:04.678+0000 7f444f4ec040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-13T14:13:04.950 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:04 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:13:04.738+0000 7f444f4ec040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-13T14:13:04.950 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:04 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:13:04.882+0000 7f444f4ec040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-13T14:13:04.950 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:04 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:13:04.949+0000 7f444f4ec040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-13T14:13:05.226 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:05 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:13:05.008+0000 7f444f4ec040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-13T14:13:05.226 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:05 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:13:05.162+0000 7f444f4ec040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-13T14:13:05.226 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:05 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:13:05.225+0000 7f444f4ec040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-13T14:13:05.491 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:05 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:13:05.290+0000 7f444f4ec040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-13T14:13:05.492 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:05 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:13:05.373+0000 7f444f4ec040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-13T14:13:05.492 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:05 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:13:05.433+0000 7f444f4ec040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-13T14:13:05.492 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:05 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:13:05.490+0000 7f444f4ec040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-13T14:13:06.640 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:06 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:13:06.256+0000 7f444f4ec040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-13T14:13:06.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:06 smithi071 ceph-mon[29588]: Active manager daemon y restarted 2024-09-13T14:13:06.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:06 smithi071 ceph-mon[29588]: Activating manager daemon y 2024-09-13T14:13:06.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:06 smithi071 ceph-mon[29588]: osdmap e2: 0 total, 0 up, 0 in 2024-09-13T14:13:06.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:06 smithi071 ceph-mon[29588]: mgrmap e6: y(active, starting, since 0.00294807s) 2024-09-13T14:13:06.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:06 smithi071 ceph-mon[29588]: from='mgr.14118 172.21.15.71:0/1503424761' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T14:13:06.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:06 smithi071 ceph-mon[29588]: from='mgr.14118 172.21.15.71:0/1503424761' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-13T14:13:06.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:06 smithi071 ceph-mon[29588]: from='mgr.14118 172.21.15.71:0/1503424761' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-13T14:13:06.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:06 smithi071 ceph-mon[29588]: from='mgr.14118 172.21.15.71:0/1503424761' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-13T14:13:06.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:06 smithi071 ceph-mon[29588]: from='mgr.14118 172.21.15.71:0/1503424761' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-13T14:13:06.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:06 smithi071 ceph-mon[29588]: Manager daemon y is now available 2024-09-13T14:13:06.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:06 smithi071 ceph-mon[29588]: from='mgr.14118 172.21.15.71:0/1503424761' entity='mgr.y' 2024-09-13T14:13:06.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:06 smithi071 ceph-mon[29588]: from='mgr.14118 172.21.15.71:0/1503424761' entity='mgr.y' 2024-09-13T14:13:06.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:06 smithi071 ceph-mon[29588]: from='mgr.14118 172.21.15.71:0/1503424761' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:13:06.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:06 smithi071 ceph-mon[29588]: from='mgr.14118 172.21.15.71:0/1503424761' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:13:06.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:06 smithi071 ceph-mon[29588]: from='mgr.14118 172.21.15.71:0/1503424761' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-13T14:13:06.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:06 smithi071 ceph-mon[29588]: from='mgr.14118 172.21.15.71:0/1503424761' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-13T14:13:07.578 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:07 smithi071 ceph-mon[29588]: Found migration_current of "None". Setting to last migration. 2024-09-13T14:13:07.578 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:07 smithi071 ceph-mon[29588]: from='mgr.14118 172.21.15.71:0/1503424761' entity='mgr.y' 2024-09-13T14:13:07.578 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:07 smithi071 ceph-mon[29588]: from='mgr.14118 172.21.15.71:0/1503424761' entity='mgr.y' 2024-09-13T14:13:07.578 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:07 smithi071 ceph-mon[29588]: mgrmap e7: y(active, since 1.0047s) 2024-09-13T14:13:07.780 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout { 2024-09-13T14:13:07.780 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-09-13T14:13:07.780 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-13T14:13:07.780 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout } 2024-09-13T14:13:07.780 INFO:teuthology.orchestra.run.smithi071.stdout:mgr epoch 5 is available 2024-09-13T14:13:07.780 INFO:teuthology.orchestra.run.smithi071.stdout:Setting orchestrator backend to cephadm... 2024-09-13T14:13:07.878 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:07 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:13:07.809+0000 7f43bca17640 -1 log_channel(cephadm) log [ERR] : [13/Sep/2024:14:13:07] ENGINE Error in HTTPServer.serve 2024-09-13T14:13:07.878 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:07 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: Traceback (most recent call last): 2024-09-13T14:13:07.878 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:07 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-13T14:13:07.879 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:07 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: self._connections.run(self.expiration_interval) 2024-09-13T14:13:07.879 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:07 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-13T14:13:07.879 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:07 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: self._run(expiration_interval) 2024-09-13T14:13:07.879 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:07 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-13T14:13:07.879 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:07 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: new_conn = self._from_server_socket(self.server.socket) 2024-09-13T14:13:07.879 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:07 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-13T14:13:07.879 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:07 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-13T14:13:07.879 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:07 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-13T14:13:07.879 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:07 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: s = self.context.wrap_socket( 2024-09-13T14:13:07.879 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:07 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-13T14:13:07.879 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:07 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: return self.sslsocket_class._create( 2024-09-13T14:13:07.879 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:07 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-13T14:13:07.880 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:07 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: self.do_handshake() 2024-09-13T14:13:07.880 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:07 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-13T14:13:07.880 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:07 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: self._sslobj.do_handshake() 2024-09-13T14:13:07.880 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:07 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-13T14:13:07.880 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:07 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:13:08.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:08 smithi071 ceph-mon[29588]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-13T14:13:08.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:08 smithi071 ceph-mon[29588]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-13T14:13:08.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:08 smithi071 ceph-mon[29588]: from='mgr.14118 172.21.15.71:0/1503424761' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:13:09.589 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:09 smithi071 ceph-mon[29588]: [13/Sep/2024:14:13:07] ENGINE Bus STARTING 2024-09-13T14:13:09.590 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:09 smithi071 ceph-mon[29588]: [13/Sep/2024:14:13:07] ENGINE Serving on https://172.21.15.71:7150 2024-09-13T14:13:09.590 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:09 smithi071 ceph-mon[29588]: [13/Sep/2024:14:13:07] ENGINE Error in HTTPServer.serve 2024-09-13T14:13:09.590 INFO:journalctl@ceph.mon.a.smithi071.stdout: Traceback (most recent call last): 2024-09-13T14:13:09.590 INFO:journalctl@ceph.mon.a.smithi071.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-13T14:13:09.590 INFO:journalctl@ceph.mon.a.smithi071.stdout: self._connections.run(self.expiration_interval) 2024-09-13T14:13:09.591 INFO:journalctl@ceph.mon.a.smithi071.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-13T14:13:09.591 INFO:journalctl@ceph.mon.a.smithi071.stdout: self._run(expiration_interval) 2024-09-13T14:13:09.591 INFO:journalctl@ceph.mon.a.smithi071.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-13T14:13:09.591 INFO:journalctl@ceph.mon.a.smithi071.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-13T14:13:09.591 INFO:journalctl@ceph.mon.a.smithi071.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-13T14:13:09.592 INFO:journalctl@ceph.mon.a.smithi071.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-13T14:13:09.592 INFO:journalctl@ceph.mon.a.smithi071.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-13T14:13:09.592 INFO:journalctl@ceph.mon.a.smithi071.stdout: s = self.context.wrap_socket( 2024-09-13T14:13:09.592 INFO:journalctl@ceph.mon.a.smithi071.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-13T14:13:09.592 INFO:journalctl@ceph.mon.a.smithi071.stdout: return self.sslsocket_class._create( 2024-09-13T14:13:09.593 INFO:journalctl@ceph.mon.a.smithi071.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-13T14:13:09.593 INFO:journalctl@ceph.mon.a.smithi071.stdout: self.do_handshake() 2024-09-13T14:13:09.593 INFO:journalctl@ceph.mon.a.smithi071.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-13T14:13:09.593 INFO:journalctl@ceph.mon.a.smithi071.stdout: self._sslobj.do_handshake() 2024-09-13T14:13:09.593 INFO:journalctl@ceph.mon.a.smithi071.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-13T14:13:09.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:09 smithi071 ceph-mon[29588]: [13/Sep/2024:14:13:07] ENGINE Serving on http://172.21.15.71:8765 2024-09-13T14:13:09.594 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:09 smithi071 ceph-mon[29588]: [13/Sep/2024:14:13:07] ENGINE Bus STARTED 2024-09-13T14:13:09.594 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:09 smithi071 ceph-mon[29588]: mgrmap e8: y(active, since 2s) 2024-09-13T14:13:09.594 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:09 smithi071 ceph-mon[29588]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:13:09.594 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:09 smithi071 ceph-mon[29588]: from='mgr.14118 172.21.15.71:0/1503424761' entity='mgr.y' 2024-09-13T14:13:09.594 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:09 smithi071 ceph-mon[29588]: from='mgr.14118 172.21.15.71:0/1503424761' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:13:10.166 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout value unchanged 2024-09-13T14:13:10.166 INFO:teuthology.orchestra.run.smithi071.stdout:Generating ssh key... 2024-09-13T14:13:10.674 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:10 smithi071 ceph-mon[29588]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:13:11.640 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:11 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: Generating public/private rsa key pair. 2024-09-13T14:13:11.641 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:11 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: Your identification has been saved in /tmp/tmpmu1vzva0/key 2024-09-13T14:13:11.641 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:11 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: Your public key has been saved in /tmp/tmpmu1vzva0/key.pub 2024-09-13T14:13:11.641 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:11 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: The key fingerprint is: 2024-09-13T14:13:11.641 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:11 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: SHA256:7TZQ8v4IAlB1AGKmopasmHc+YJkCkoyleKCuEpdLuRE ceph-18f8172c-71da-11ef-bceb-c7b262605968 2024-09-13T14:13:11.641 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:11 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: The key's randomart image is: 2024-09-13T14:13:11.641 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:11 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: +---[RSA 3072]----+ 2024-09-13T14:13:11.641 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:11 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: | + ooo.. | 2024-09-13T14:13:11.641 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:11 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: |.+.o . | 2024-09-13T14:13:11.641 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:11 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: |B=. . . | 2024-09-13T14:13:11.641 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:11 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: |%.E. = | 2024-09-13T14:13:11.641 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:11 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: |== *. S o | 2024-09-13T14:13:11.642 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:11 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: |*o@ . + | 2024-09-13T14:13:11.642 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:11 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: |=*.=. . . = | 2024-09-13T14:13:11.642 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:11 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: |o.oo. . o + | 2024-09-13T14:13:11.642 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:11 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: |. .. . . | 2024-09-13T14:13:11.642 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:11 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: +----[SHA256]-----+ 2024-09-13T14:13:12.507 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:12 smithi071 ceph-mon[29588]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:13:12.507 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:12 smithi071 ceph-mon[29588]: Generating ssh key... 2024-09-13T14:13:12.507 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:12 smithi071 ceph-mon[29588]: from='mgr.14118 172.21.15.71:0/1503424761' entity='mgr.y' 2024-09-13T14:13:12.507 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:12 smithi071 ceph-mon[29588]: from='mgr.14118 172.21.15.71:0/1503424761' entity='mgr.y' 2024-09-13T14:13:13.086 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQChV4IUsJRIc9B5y8FgR8WHYOgwkxn7pAPV220x5trPwL+FK2mK1M6x7L48O+MDcrtaEaaty8nV/e6WQoQ05zWxiTK/8uzlvZhhp3MIRtscBRxtL6yqqv7aH020Jw8nI/K78cXL0d27shTggJ1KfLry3+lnBlw/doGOA2ymJ5uks0KCO2qsSMpv2+J4qqy8gqhVD2UBZ54G8eVox+HyuXpfevZZxZihNdRf24Qbnpuvur52d199Vqz3GQqxNMmQQaEHY9mLzIqeJ32ozw/RvXBWTSjEm0viO3jOmu38sb6xUJqA4kHjtS6C7UU5QnsVnaaXD1DhCtZLWqe/avXxoOsNfqktR5yX7zRSw4ftJhF7Sdbdo4/OqjcY6aNmLCCe8r7akXfjXg/09d9vycO+mpDVwEPO3L1iVrrAp71qXLlcZQNicir77WLwnRyyU6xofifVNNnWUZ4RUz9aWBucPLgCn3Rj83s9UGrdNEb+RiWmvbeZMRnLauAjAsvusq51i2U= ceph-18f8172c-71da-11ef-bceb-c7b262605968 2024-09-13T14:13:13.087 INFO:teuthology.orchestra.run.smithi071.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-09-13T14:13:13.087 INFO:teuthology.orchestra.run.smithi071.stdout:Adding key to root@localhost authorized_keys... 2024-09-13T14:13:13.094 INFO:teuthology.orchestra.run.smithi071.stdout:Adding host smithi071... 2024-09-13T14:13:13.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:13 smithi071 ceph-mon[29588]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:13:14.699 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:14 smithi071 ceph-mon[29588]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi071", "addr": "172.21.15.71", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:13:14.699 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:14 smithi071 ceph-mon[29588]: Deploying cephadm binary to smithi071 2024-09-13T14:13:17.173 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout Added host 'smithi071' with addr '172.21.15.71' 2024-09-13T14:13:17.173 INFO:teuthology.orchestra.run.smithi071.stdout:Deploying unmanaged mon service... 2024-09-13T14:13:17.434 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:17 smithi071 ceph-mon[29588]: from='mgr.14118 172.21.15.71:0/1503424761' entity='mgr.y' 2024-09-13T14:13:17.434 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:17 smithi071 ceph-mon[29588]: Added host smithi071 2024-09-13T14:13:17.434 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:17 smithi071 ceph-mon[29588]: from='mgr.14118 172.21.15.71:0/1503424761' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:13:19.277 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-09-13T14:13:19.277 INFO:teuthology.orchestra.run.smithi071.stdout:Deploying unmanaged mgr service... 2024-09-13T14:13:19.518 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:19 smithi071 ceph-mon[29588]: from='mgr.14118 172.21.15.71:0/1503424761' entity='mgr.y' 2024-09-13T14:13:19.518 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:19 smithi071 ceph-mon[29588]: from='mgr.14118 172.21.15.71:0/1503424761' entity='mgr.y' 2024-09-13T14:13:19.518 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:19 smithi071 ceph-mon[29588]: from='mgr.14118 172.21.15.71:0/1503424761' entity='mgr.y' 2024-09-13T14:13:20.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:20 smithi071 ceph-mon[29588]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:13:20.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:20 smithi071 ceph-mon[29588]: Saving service mon spec with placement count:5 2024-09-13T14:13:20.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:20 smithi071 ceph-mon[29588]: from='mgr.14118 172.21.15.71:0/1503424761' entity='mgr.y' 2024-09-13T14:13:20.685 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-09-13T14:13:21.298 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:21 smithi071 ceph-mon[29588]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:13:21.298 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:21 smithi071 ceph-mon[29588]: Saving service mgr spec with placement count:2 2024-09-13T14:13:22.459 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:22 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/1832466808' entity='client.admin' 2024-09-13T14:13:22.460 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:22 smithi071 ceph-mon[29588]: from='mgr.14118 172.21.15.71:0/1503424761' entity='mgr.y' 2024-09-13T14:13:23.460 INFO:teuthology.orchestra.run.smithi071.stdout:Enabling the dashboard module... 2024-09-13T14:13:24.036 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:23 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/2150411802' entity='client.admin' 2024-09-13T14:13:24.036 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:23 smithi071 ceph-mon[29588]: from='mgr.14118 172.21.15.71:0/1503424761' entity='mgr.y' 2024-09-13T14:13:25.002 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:24 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/1452713062' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-09-13T14:13:25.002 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:24 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: ignoring --setuser ceph since I am not root 2024-09-13T14:13:25.002 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:24 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: ignoring --setgroup ceph since I am not root 2024-09-13T14:13:25.290 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:25 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:13:25.018+0000 7fc192f48040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-13T14:13:25.291 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:25 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:13:25.075+0000 7fc192f48040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-13T14:13:25.291 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:25 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:13:25.222+0000 7fc192f48040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-13T14:13:25.291 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:25 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:13:25.289+0000 7fc192f48040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-13T14:13:25.577 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:25 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:13:25.435+0000 7fc192f48040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-13T14:13:25.577 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:25 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:13:25.576+0000 7fc192f48040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-13T14:13:26.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:25 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/1452713062' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-13T14:13:26.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:25 smithi071 ceph-mon[29588]: mgrmap e9: y(active, since 18s) 2024-09-13T14:13:26.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:25 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:13:25.893+0000 7fc192f48040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-13T14:13:26.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:25 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:13:25.958+0000 7fc192f48040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-13T14:13:26.640 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:26 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:13:26.155+0000 7fc192f48040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-13T14:13:26.987 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:26 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/1710367032' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-09-13T14:13:26.990 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout { 2024-09-13T14:13:26.991 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-09-13T14:13:26.991 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-13T14:13:26.991 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "active_name": "y", 2024-09-13T14:13:26.991 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-13T14:13:26.991 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout } 2024-09-13T14:13:26.991 INFO:teuthology.orchestra.run.smithi071.stdout:Waiting for the mgr to restart... 2024-09-13T14:13:26.991 INFO:teuthology.orchestra.run.smithi071.stdout:Waiting for mgr epoch 9... 2024-09-13T14:13:27.264 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:27 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:13:27.073+0000 7fc192f48040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-13T14:13:27.264 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:27 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:13:27.142+0000 7fc192f48040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-13T14:13:28.131 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:27 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:13:27.879+0000 7fc192f48040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-13T14:13:28.132 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:27 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:13:27.990+0000 7fc192f48040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-13T14:13:28.390 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:28 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:13:28.130+0000 7fc192f48040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-13T14:13:28.390 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:28 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:13:28.191+0000 7fc192f48040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-13T14:13:28.390 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:28 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:13:28.337+0000 7fc192f48040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-13T14:13:28.682 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:28 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:13:28.404+0000 7fc192f48040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-13T14:13:28.682 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:28 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:13:28.463+0000 7fc192f48040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-13T14:13:28.683 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:28 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:13:28.618+0000 7fc192f48040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-13T14:13:28.683 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:28 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:13:28.681+0000 7fc192f48040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-13T14:13:28.948 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:28 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:13:28.747+0000 7fc192f48040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-13T14:13:28.948 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:28 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:13:28.829+0000 7fc192f48040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-13T14:13:28.948 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:28 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:13:28.888+0000 7fc192f48040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-13T14:13:28.948 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:28 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:13:28.947+0000 7fc192f48040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-13T14:13:30.140 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:29 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:13:29.715+0000 7fc192f48040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-13T14:13:30.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:29 smithi071 ceph-mon[29588]: Active manager daemon y restarted 2024-09-13T14:13:30.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:29 smithi071 ceph-mon[29588]: Activating manager daemon y 2024-09-13T14:13:30.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:29 smithi071 ceph-mon[29588]: osdmap e3: 0 total, 0 up, 0 in 2024-09-13T14:13:30.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:29 smithi071 ceph-mon[29588]: mgrmap e10: y(active, starting, since 0.00343011s) 2024-09-13T14:13:30.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:29 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T14:13:30.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:29 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-13T14:13:30.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:29 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-13T14:13:30.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:29 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-13T14:13:30.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:29 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-13T14:13:30.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:29 smithi071 ceph-mon[29588]: Manager daemon y is now available 2024-09-13T14:13:30.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:29 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:13:30.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:29 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-13T14:13:30.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:29 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-13T14:13:31.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:30 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:13:30.818+0000 7fc0f93d2640 -1 log_channel(cephadm) log [ERR] : [13/Sep/2024:14:13:30] ENGINE Error in HTTPServer.serve 2024-09-13T14:13:31.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:30 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: Traceback (most recent call last): 2024-09-13T14:13:31.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:30 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-13T14:13:31.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:30 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: self._connections.run(self.expiration_interval) 2024-09-13T14:13:31.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:30 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-13T14:13:31.142 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:30 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: self._run(expiration_interval) 2024-09-13T14:13:31.142 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:30 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-13T14:13:31.142 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:30 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: new_conn = self._from_server_socket(self.server.socket) 2024-09-13T14:13:31.142 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:30 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-13T14:13:31.142 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:30 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-13T14:13:31.142 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:30 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-13T14:13:31.142 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:30 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: s = self.context.wrap_socket( 2024-09-13T14:13:31.143 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:30 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-13T14:13:31.143 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:30 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: return self.sslsocket_class._create( 2024-09-13T14:13:31.143 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:30 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-13T14:13:31.143 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:30 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: self.do_handshake() 2024-09-13T14:13:31.143 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:30 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-13T14:13:31.144 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:30 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: self._sslobj.do_handshake() 2024-09-13T14:13:31.144 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:30 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-13T14:13:31.144 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:13:30 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:13:31.501 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout { 2024-09-13T14:13:31.501 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-09-13T14:13:31.501 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-13T14:13:31.501 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout } 2024-09-13T14:13:31.501 INFO:teuthology.orchestra.run.smithi071.stdout:mgr epoch 9 is available 2024-09-13T14:13:31.501 INFO:teuthology.orchestra.run.smithi071.stdout:Generating a dashboard self-signed certificate... 2024-09-13T14:13:31.789 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:31 smithi071 ceph-mon[29588]: [13/Sep/2024:14:13:30] ENGINE Bus STARTING 2024-09-13T14:13:31.789 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:31 smithi071 ceph-mon[29588]: [13/Sep/2024:14:13:30] ENGINE Serving on http://172.21.15.71:8765 2024-09-13T14:13:31.789 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:31 smithi071 ceph-mon[29588]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-13T14:13:31.789 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:31 smithi071 ceph-mon[29588]: mgrmap e11: y(active, since 1.00584s) 2024-09-13T14:13:31.789 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:31 smithi071 ceph-mon[29588]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-13T14:13:31.789 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:31 smithi071 ceph-mon[29588]: [13/Sep/2024:14:13:30] ENGINE Serving on https://172.21.15.71:7150 2024-09-13T14:13:31.789 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:31 smithi071 ceph-mon[29588]: [13/Sep/2024:14:13:30] ENGINE Bus STARTED 2024-09-13T14:13:31.789 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:31 smithi071 ceph-mon[29588]: [13/Sep/2024:14:13:30] ENGINE Error in HTTPServer.serve 2024-09-13T14:13:31.789 INFO:journalctl@ceph.mon.a.smithi071.stdout: Traceback (most recent call last): 2024-09-13T14:13:31.790 INFO:journalctl@ceph.mon.a.smithi071.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-13T14:13:31.790 INFO:journalctl@ceph.mon.a.smithi071.stdout: self._connections.run(self.expiration_interval) 2024-09-13T14:13:31.790 INFO:journalctl@ceph.mon.a.smithi071.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-13T14:13:31.790 INFO:journalctl@ceph.mon.a.smithi071.stdout: self._run(expiration_interval) 2024-09-13T14:13:31.790 INFO:journalctl@ceph.mon.a.smithi071.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-13T14:13:31.790 INFO:journalctl@ceph.mon.a.smithi071.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-13T14:13:31.790 INFO:journalctl@ceph.mon.a.smithi071.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-13T14:13:31.790 INFO:journalctl@ceph.mon.a.smithi071.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-13T14:13:31.790 INFO:journalctl@ceph.mon.a.smithi071.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-13T14:13:31.790 INFO:journalctl@ceph.mon.a.smithi071.stdout: s = self.context.wrap_socket( 2024-09-13T14:13:31.790 INFO:journalctl@ceph.mon.a.smithi071.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-13T14:13:31.790 INFO:journalctl@ceph.mon.a.smithi071.stdout: return self.sslsocket_class._create( 2024-09-13T14:13:31.790 INFO:journalctl@ceph.mon.a.smithi071.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-13T14:13:31.790 INFO:journalctl@ceph.mon.a.smithi071.stdout: self.do_handshake() 2024-09-13T14:13:31.791 INFO:journalctl@ceph.mon.a.smithi071.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-13T14:13:31.791 INFO:journalctl@ceph.mon.a.smithi071.stdout: self._sslobj.do_handshake() 2024-09-13T14:13:31.791 INFO:journalctl@ceph.mon.a.smithi071.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-13T14:13:31.791 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:31 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:13:32.899 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-09-13T14:13:32.899 INFO:teuthology.orchestra.run.smithi071.stdout:Creating initial admin user... 2024-09-13T14:13:33.156 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:33 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:13:33.156 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:33 smithi071 ceph-mon[29588]: from='client.14162 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:13:33.156 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:33 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:13:33.156 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:33 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:13:33.156 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:33 smithi071 ceph-mon[29588]: mgrmap e12: y(active, since 2s) 2024-09-13T14:13:34.644 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$5TNH6/eu.NQf8a9Z/m9mEO8lSfDnNRYuhxfCogbWPqav86HJaKex6", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1726236813, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-13T14:13:34.644 INFO:teuthology.orchestra.run.smithi071.stdout:Fetching dashboard port number... 2024-09-13T14:13:34.894 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:34 smithi071 ceph-mon[29588]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:13:34.894 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:34 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:13:35.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:35 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/3687849395' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-09-13T14:13:36.253 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stdout 8443 2024-09-13T14:13:36.263 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-13T14:13:36.263 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout disabled 2024-09-13T14:13:36.270 INFO:teuthology.orchestra.run.smithi071.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-13T14:13:36.270 INFO:teuthology.orchestra.run.smithi071.stdout:systemctl: stdout inactive 2024-09-13T14:13:36.270 INFO:teuthology.orchestra.run.smithi071.stdout:firewalld.service is not enabled 2024-09-13T14:13:36.270 INFO:teuthology.orchestra.run.smithi071.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-09-13T14:13:36.272 INFO:teuthology.orchestra.run.smithi071.stdout:Ceph Dashboard is now available at: 2024-09-13T14:13:36.272 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:13:36.272 INFO:teuthology.orchestra.run.smithi071.stdout: URL: https://smithi071.front.sepia.ceph.com:8443/ 2024-09-13T14:13:36.272 INFO:teuthology.orchestra.run.smithi071.stdout: User: admin 2024-09-13T14:13:36.272 INFO:teuthology.orchestra.run.smithi071.stdout: Password: adpei4573r 2024-09-13T14:13:36.272 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:13:36.272 INFO:teuthology.orchestra.run.smithi071.stdout:Saving cluster configuration to /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/config directory 2024-09-13T14:13:36.273 INFO:teuthology.orchestra.run.smithi071.stdout:Enabling autotune for osd_memory_target 2024-09-13T14:13:37.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:36 smithi071 ceph-mon[29588]: mgrmap e13: y(active, since 6s) 2024-09-13T14:13:38.734 INFO:teuthology.orchestra.run.smithi071.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-09-13T14:13:38.735 INFO:teuthology.orchestra.run.smithi071.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-09-13T14:13:38.735 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:13:38.735 INFO:teuthology.orchestra.run.smithi071.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-13T14:13:38.735 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:13:38.735 INFO:teuthology.orchestra.run.smithi071.stdout:Or, if you are only running a single cluster on this host: 2024-09-13T14:13:38.735 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:13:38.735 INFO:teuthology.orchestra.run.smithi071.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-09-13T14:13:38.735 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:13:38.735 INFO:teuthology.orchestra.run.smithi071.stdout:Please consider enabling telemetry to help improve Ceph: 2024-09-13T14:13:38.735 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:13:38.735 INFO:teuthology.orchestra.run.smithi071.stdout: ceph telemetry on 2024-09-13T14:13:38.735 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:13:38.735 INFO:teuthology.orchestra.run.smithi071.stdout:For more information see: 2024-09-13T14:13:38.736 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:13:38.736 INFO:teuthology.orchestra.run.smithi071.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-09-13T14:13:38.736 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:13:38.736 INFO:teuthology.orchestra.run.smithi071.stdout:Bootstrap complete. 2024-09-13T14:13:38.766 INFO:tasks.cephadm:Fetching config... 2024-09-13T14:13:38.766 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-09-13T14:13:38.767 DEBUG:teuthology.orchestra.run.smithi071:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-13T14:13:38.782 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-13T14:13:38.783 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-09-13T14:13:38.783 DEBUG:teuthology.orchestra.run.smithi071:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-13T14:13:38.838 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-13T14:13:38.839 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-09-13T14:13:38.839 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/keyring of=/dev/stdout 2024-09-13T14:13:38.904 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-13T14:13:38.904 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-09-13T14:13:38.904 DEBUG:teuthology.orchestra.run.smithi071:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-13T14:13:38.959 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-13T14:13:38.959 DEBUG:teuthology.orchestra.run.smithi071:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQChV4IUsJRIc9B5y8FgR8WHYOgwkxn7pAPV220x5trPwL+FK2mK1M6x7L48O+MDcrtaEaaty8nV/e6WQoQ05zWxiTK/8uzlvZhhp3MIRtscBRxtL6yqqv7aH020Jw8nI/K78cXL0d27shTggJ1KfLry3+lnBlw/doGOA2ymJ5uks0KCO2qsSMpv2+J4qqy8gqhVD2UBZ54G8eVox+HyuXpfevZZxZihNdRf24Qbnpuvur52d199Vqz3GQqxNMmQQaEHY9mLzIqeJ32ozw/RvXBWTSjEm0viO3jOmu38sb6xUJqA4kHjtS6C7UU5QnsVnaaXD1DhCtZLWqe/avXxoOsNfqktR5yX7zRSw4ftJhF7Sdbdo4/OqjcY6aNmLCCe8r7akXfjXg/09d9vycO+mpDVwEPO3L1iVrrAp71qXLlcZQNicir77WLwnRyyU6xofifVNNnWUZ4RUz9aWBucPLgCn3Rj83s9UGrdNEb+RiWmvbeZMRnLauAjAsvusq51i2U= ceph-18f8172c-71da-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-13T14:13:39.033 INFO:teuthology.orchestra.run.smithi071.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQChV4IUsJRIc9B5y8FgR8WHYOgwkxn7pAPV220x5trPwL+FK2mK1M6x7L48O+MDcrtaEaaty8nV/e6WQoQ05zWxiTK/8uzlvZhhp3MIRtscBRxtL6yqqv7aH020Jw8nI/K78cXL0d27shTggJ1KfLry3+lnBlw/doGOA2ymJ5uks0KCO2qsSMpv2+J4qqy8gqhVD2UBZ54G8eVox+HyuXpfevZZxZihNdRf24Qbnpuvur52d199Vqz3GQqxNMmQQaEHY9mLzIqeJ32ozw/RvXBWTSjEm0viO3jOmu38sb6xUJqA4kHjtS6C7UU5QnsVnaaXD1DhCtZLWqe/avXxoOsNfqktR5yX7zRSw4ftJhF7Sdbdo4/OqjcY6aNmLCCe8r7akXfjXg/09d9vycO+mpDVwEPO3L1iVrrAp71qXLlcZQNicir77WLwnRyyU6xofifVNNnWUZ4RUz9aWBucPLgCn3Rj83s9UGrdNEb+RiWmvbeZMRnLauAjAsvusq51i2U= ceph-18f8172c-71da-11ef-bceb-c7b262605968 2024-09-13T14:13:39.044 DEBUG:teuthology.orchestra.run.smithi104:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQChV4IUsJRIc9B5y8FgR8WHYOgwkxn7pAPV220x5trPwL+FK2mK1M6x7L48O+MDcrtaEaaty8nV/e6WQoQ05zWxiTK/8uzlvZhhp3MIRtscBRxtL6yqqv7aH020Jw8nI/K78cXL0d27shTggJ1KfLry3+lnBlw/doGOA2ymJ5uks0KCO2qsSMpv2+J4qqy8gqhVD2UBZ54G8eVox+HyuXpfevZZxZihNdRf24Qbnpuvur52d199Vqz3GQqxNMmQQaEHY9mLzIqeJ32ozw/RvXBWTSjEm0viO3jOmu38sb6xUJqA4kHjtS6C7UU5QnsVnaaXD1DhCtZLWqe/avXxoOsNfqktR5yX7zRSw4ftJhF7Sdbdo4/OqjcY6aNmLCCe8r7akXfjXg/09d9vycO+mpDVwEPO3L1iVrrAp71qXLlcZQNicir77WLwnRyyU6xofifVNNnWUZ4RUz9aWBucPLgCn3Rj83s9UGrdNEb+RiWmvbeZMRnLauAjAsvusq51i2U= ceph-18f8172c-71da-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-13T14:13:39.172 INFO:teuthology.orchestra.run.smithi104.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQChV4IUsJRIc9B5y8FgR8WHYOgwkxn7pAPV220x5trPwL+FK2mK1M6x7L48O+MDcrtaEaaty8nV/e6WQoQ05zWxiTK/8uzlvZhhp3MIRtscBRxtL6yqqv7aH020Jw8nI/K78cXL0d27shTggJ1KfLry3+lnBlw/doGOA2ymJ5uks0KCO2qsSMpv2+J4qqy8gqhVD2UBZ54G8eVox+HyuXpfevZZxZihNdRf24Qbnpuvur52d199Vqz3GQqxNMmQQaEHY9mLzIqeJ32ozw/RvXBWTSjEm0viO3jOmu38sb6xUJqA4kHjtS6C7UU5QnsVnaaXD1DhCtZLWqe/avXxoOsNfqktR5yX7zRSw4ftJhF7Sdbdo4/OqjcY6aNmLCCe8r7akXfjXg/09d9vycO+mpDVwEPO3L1iVrrAp71qXLlcZQNicir77WLwnRyyU6xofifVNNnWUZ4RUz9aWBucPLgCn3Rj83s9UGrdNEb+RiWmvbeZMRnLauAjAsvusq51i2U= ceph-18f8172c-71da-11ef-bceb-c7b262605968 2024-09-13T14:13:39.185 DEBUG:teuthology.orchestra.run.smithi071:> 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 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-09-13T14:13:39.297 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:39 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/1983012682' entity='client.admin' 2024-09-13T14:13:39.377 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:13:43.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:43 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/2628820768' entity='client.admin' 2024-09-13T14:13:43.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:43 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:13:43.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:43 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:13:43.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:43 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi071", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:13:43.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:43 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:13:43.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:43 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:13:43.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:43 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:13:43.365 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-09-13T14:13:43.366 DEBUG:teuthology.orchestra.run.smithi071:> 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 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-09-13T14:13:43.555 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:13:46.075 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi104 2024-09-13T14:13:46.075 DEBUG:teuthology.orchestra.run.smithi104:> set -ex 2024-09-13T14:13:46.075 DEBUG:teuthology.orchestra.run.smithi104:> dd of=/etc/ceph/ceph.conf 2024-09-13T14:13:46.093 DEBUG:teuthology.orchestra.run.smithi104:> set -ex 2024-09-13T14:13:46.094 DEBUG:teuthology.orchestra.run.smithi104:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-13T14:13:46.152 INFO:tasks.cephadm:Adding host smithi104 to orchestrator... 2024-09-13T14:13:46.152 DEBUG:teuthology.orchestra.run.smithi071:> 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 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph orch host add smithi104 2024-09-13T14:13:46.342 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:13:46.594 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:46 smithi071 ceph-mon[29588]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:13:46.594 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:46 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:13:46.594 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:46 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:13:46.594 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:46 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:13:46.594 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:46 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:13:46.594 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:46 smithi071 ceph-mon[29588]: Updating smithi071:/etc/ceph/ceph.conf 2024-09-13T14:13:46.594 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:46 smithi071 ceph-mon[29588]: Updating smithi071:/var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T14:13:46.595 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:46 smithi071 ceph-mon[29588]: Updating smithi071:/etc/ceph/ceph.client.admin.keyring 2024-09-13T14:13:46.595 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:46 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:13:46.595 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:46 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:13:46.595 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:46 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:13:47.452 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:47 smithi071 ceph-mon[29588]: Updating smithi071:/var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T14:13:49.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:48 smithi071 ceph-mon[29588]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi104", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:13:50.696 INFO:teuthology.orchestra.run.smithi071.stdout:Added host 'smithi104' with addr '172.21.15.104' 2024-09-13T14:13:51.049 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:50 smithi071 ceph-mon[29588]: Deploying cephadm binary to smithi104 2024-09-13T14:13:51.049 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:50 smithi071 ceph-mon[29588]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:13:51.049 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:50 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:13:51.050 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:50 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:13:51.363 DEBUG:teuthology.orchestra.run.smithi071:> 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 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph orch host ls --format=json 2024-09-13T14:13:51.550 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:13:51.925 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:51 smithi071 ceph-mon[29588]: Added host smithi104 2024-09-13T14:13:51.926 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:51 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:13:51.926 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:51 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:13:53.273 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:13:53.273 INFO:teuthology.orchestra.run.smithi071.stdout:[{"addr": "172.21.15.71", "hostname": "smithi071", "labels": [], "status": ""}, {"addr": "172.21.15.104", "hostname": "smithi104", "labels": [], "status": ""}] 2024-09-13T14:13:53.273 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:52 smithi071 ceph-mon[29588]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:13:53.273 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:52 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:13:53.861 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-13T14:13:53.862 DEBUG:teuthology.orchestra.run.smithi071:> 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 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd crush tunables default 2024-09-13T14:13:54.051 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:13:55.237 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:54 smithi071 ceph-mon[29588]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T14:13:55.238 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:54 smithi071 ceph-mon[29588]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:13:55.238 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:54 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:13:55.238 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:54 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:13:55.238 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:54 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:13:55.238 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:54 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:13:55.238 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:54 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi104", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:13:55.238 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:54 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:13:55.238 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:54 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:13:56.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:55 smithi071 ceph-mon[29588]: Updating smithi104:/etc/ceph/ceph.conf 2024-09-13T14:13:56.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:55 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:13:56.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:55 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:13:56.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:55 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:13:56.922 INFO:teuthology.orchestra.run.smithi071.stderr:adjusted tunables profile to default 2024-09-13T14:13:57.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:56 smithi071 ceph-mon[29588]: Updating smithi104:/var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T14:13:57.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:56 smithi071 ceph-mon[29588]: Updating smithi104:/etc/ceph/ceph.client.admin.keyring 2024-09-13T14:13:57.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:56 smithi071 ceph-mon[29588]: Updating smithi104:/var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T14:13:57.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:56 smithi071 ceph-mon[29588]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:13:57.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:56 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/1497698754' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-09-13T14:13:57.558 INFO:tasks.cephadm:Adding mon.a on smithi071 2024-09-13T14:13:57.558 INFO:tasks.cephadm:Adding mon.c on smithi071 2024-09-13T14:13:57.558 INFO:tasks.cephadm:Adding mon.b on smithi104 2024-09-13T14:13:57.558 DEBUG:teuthology.orchestra.run.smithi104:> 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 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph orch apply mon '3;smithi071:172.21.15.71=a;smithi071:[v2:172.21.15.71:3301,v1:172.21.15.71:6790]=c;smithi104:172.21.15.104=b' 2024-09-13T14:13:57.756 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T14:13:58.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:57 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/1497698754' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-13T14:13:58.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:57 smithi071 ceph-mon[29588]: osdmap e4: 0 total, 0 up, 0 in 2024-09-13T14:13:59.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:13:58 smithi071 ceph-mon[29588]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:13:59.536 INFO:teuthology.orchestra.run.smithi104.stdout:Scheduled mon update... 2024-09-13T14:14:00.170 DEBUG:teuthology.orchestra.run.smithi071:mon.c> sudo journalctl -f -n 0 -u ceph-18f8172c-71da-11ef-bceb-c7b262605968@mon.c.service 2024-09-13T14:14:00.173 DEBUG:teuthology.orchestra.run.smithi104:mon.b> sudo journalctl -f -n 0 -u ceph-18f8172c-71da-11ef-bceb-c7b262605968@mon.b.service 2024-09-13T14:14:00.175 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-13T14:14:00.176 DEBUG:teuthology.orchestra.run.smithi104:> 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 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-13T14:14:00.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:00 smithi071 ceph-mon[29588]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi071:172.21.15.71=a;smithi071:[v2:172.21.15.71:3301,v1:172.21.15.71:6790]=c;smithi104:172.21.15.104=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:14:00.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:00 smithi071 ceph-mon[29588]: Saving service mon spec with placement smithi071:172.21.15.71=a;smithi071:[v2:172.21.15.71:3301,v1:172.21.15.71:6790]=c;smithi104:172.21.15.104=b;count:3 2024-09-13T14:14:00.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:00 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:00.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:00 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:14:00.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:00 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:14:00.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:00 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:14:00.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:00 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:00.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:00 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-13T14:14:00.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:00 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:14:00.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:00 smithi071 ceph-mon[29588]: Deploying daemon mon.b on smithi104 2024-09-13T14:14:00.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:00 smithi071 ceph-mon[29588]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:00.937 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T14:14:03.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:02 smithi071 ceph-mon[29588]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:04.120 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:14:04.121 INFO:teuthology.orchestra.run.smithi104.stdout:{"epoch":1,"fsid":"18f8172c-71da-11ef-bceb-c7b262605968","modified":"2024-09-13T14:12:31.447953Z","created":"2024-09-13T14:12:31.447953Z","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.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-13T14:14:04.121 INFO:teuthology.orchestra.run.smithi104.stderr:dumped monmap epoch 1 2024-09-13T14:14:05.069 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:04 smithi104 podman[33379]: 2024-09-13 14:14:04.857865799 +0000 UTC m=+0.479922151 container create ecd51e95c61926b64faad699b3185da8cf721604a0694420192e5c9e9d88fdc7 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-b, RELEASE=reef-2c01458, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, GIT_BRANCH=HEAD) 2024-09-13T14:14:05.069 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 podman[33379]: 2024-09-13 14:14:05.068587276 +0000 UTC m=+0.690643586 container init ecd51e95c61926b64faad699b3185da8cf721604a0694420192e5c9e9d88fdc7 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-b, maintainer=Guillaume Abrioux , RELEASE=reef-2c01458, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-13T14:14:05.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:04 smithi071 ceph-mon[29588]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:05.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:04 smithi071 ceph-mon[29588]: from='client.? 172.21.15.104:0/1939161409' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-13T14:14:05.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 podman[33379]: 2024-09-13 14:14:05.073657316 +0000 UTC m=+0.695713622 container start ecd51e95c61926b64faad699b3185da8cf721604a0694420192e5c9e9d88fdc7 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-b, RELEASE=reef-2c01458, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-13T14:14:05.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: set uid:gid to 167:167 (ceph:ceph) 2024-09-13T14:14:05.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable), process ceph-mon, pid 7 2024-09-13T14:14:05.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: pidfile_write: ignore empty --pid-file 2024-09-13T14:14:05.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: load: jerasure load: lrc 2024-09-13T14:14:05.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: RocksDB version: 7.9.2 2024-09-13T14:14:05.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Git sha 0 2024-09-13T14:14:05.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Compile date 2024-09-12 19:46:18 2024-09-13T14:14:05.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: DB SUMMARY 2024-09-13T14:14:05.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: DB Session ID: 6Y7VHC55SQMOBS25SUPL 2024-09-13T14:14:05.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: CURRENT file: CURRENT 2024-09-13T14:14:05.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: IDENTITY file: IDENTITY 2024-09-13T14:14:05.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-09-13T14:14:05.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-09-13T14:14:05.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 511 ; 2024-09-13T14:14:05.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.error_if_exists: 0 2024-09-13T14:14:05.424 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.create_if_missing: 0 2024-09-13T14:14:05.424 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.paranoid_checks: 1 2024-09-13T14:14:05.424 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-13T14:14:05.424 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-13T14:14:05.424 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-13T14:14:05.424 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.env: 0x5625b5a91bc0 2024-09-13T14:14:05.424 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.fs: PosixFileSystem 2024-09-13T14:14:05.424 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.info_log: 0x5625b64debe0 2024-09-13T14:14:05.424 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.max_file_opening_threads: 16 2024-09-13T14:14:05.424 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.statistics: (nil) 2024-09-13T14:14:05.424 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.use_fsync: 0 2024-09-13T14:14:05.424 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.max_log_file_size: 0 2024-09-13T14:14:05.425 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-13T14:14:05.425 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-13T14:14:05.425 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.keep_log_file_num: 1000 2024-09-13T14:14:05.425 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.recycle_log_file_num: 0 2024-09-13T14:14:05.425 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.allow_fallocate: 1 2024-09-13T14:14:05.426 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.allow_mmap_reads: 0 2024-09-13T14:14:05.427 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.allow_mmap_writes: 0 2024-09-13T14:14:05.427 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.use_direct_reads: 0 2024-09-13T14:14:05.427 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-13T14:14:05.427 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.create_missing_column_families: 0 2024-09-13T14:14:05.427 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.db_log_dir: 2024-09-13T14:14:05.427 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.wal_dir: 2024-09-13T14:14:05.427 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-13T14:14:05.427 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-13T14:14:05.427 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-13T14:14:05.427 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-13T14:14:05.427 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-13T14:14:05.427 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-13T14:14:05.428 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.advise_random_on_open: 1 2024-09-13T14:14:05.428 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.db_write_buffer_size: 0 2024-09-13T14:14:05.428 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.write_buffer_manager: 0x5625b64ec320 2024-09-13T14:14:05.428 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-13T14:14:05.428 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-13T14:14:05.428 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-13T14:14:05.428 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.rate_limiter: (nil) 2024-09-13T14:14:05.428 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-13T14:14:05.428 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.wal_recovery_mode: 2 2024-09-13T14:14:05.428 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.enable_thread_tracking: 0 2024-09-13T14:14:05.428 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.enable_pipelined_write: 0 2024-09-13T14:14:05.428 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.unordered_write: 0 2024-09-13T14:14:05.429 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-13T14:14:05.429 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-13T14:14:05.429 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-13T14:14:05.429 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-13T14:14:05.429 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.row_cache: None 2024-09-13T14:14:05.429 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.wal_filter: None 2024-09-13T14:14:05.429 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-13T14:14:05.429 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.allow_ingest_behind: 0 2024-09-13T14:14:05.429 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.two_write_queues: 0 2024-09-13T14:14:05.429 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.manual_wal_flush: 0 2024-09-13T14:14:05.429 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.wal_compression: 0 2024-09-13T14:14:05.429 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.atomic_flush: 0 2024-09-13T14:14:05.430 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-13T14:14:05.430 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-13T14:14:05.430 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-13T14:14:05.430 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.log_readahead_size: 0 2024-09-13T14:14:05.430 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-13T14:14:05.430 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.best_efforts_recovery: 0 2024-09-13T14:14:05.430 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-13T14:14:05.430 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-13T14:14:05.430 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.allow_data_in_errors: 0 2024-09-13T14:14:05.430 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.db_host_id: __hostname__ 2024-09-13T14:14:05.430 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-13T14:14:05.430 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.max_background_jobs: 2 2024-09-13T14:14:05.430 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.max_background_compactions: -1 2024-09-13T14:14:05.431 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.max_subcompactions: 1 2024-09-13T14:14:05.431 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-13T14:14:05.431 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-13T14:14:05.431 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-13T14:14:05.431 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.max_total_wal_size: 0 2024-09-13T14:14:05.431 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-13T14:14:05.431 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-13T14:14:05.431 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-13T14:14:05.431 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-13T14:14:05.431 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.max_open_files: -1 2024-09-13T14:14:05.431 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.bytes_per_sync: 0 2024-09-13T14:14:05.431 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-13T14:14:05.431 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-13T14:14:05.431 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.compaction_readahead_size: 0 2024-09-13T14:14:05.432 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.max_background_flushes: -1 2024-09-13T14:14:05.432 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Compression algorithms supported: 2024-09-13T14:14:05.432 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: kZSTD supported: 0 2024-09-13T14:14:05.432 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: kXpressCompression supported: 0 2024-09-13T14:14:05.432 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: kBZip2Compression supported: 0 2024-09-13T14:14:05.432 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-13T14:14:05.432 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: kLZ4Compression supported: 1 2024-09-13T14:14:05.432 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: kZlibCompression supported: 1 2024-09-13T14:14:05.432 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: kLZ4HCCompression supported: 1 2024-09-13T14:14:05.433 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: kSnappyCompression supported: 1 2024-09-13T14:14:05.433 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-13T14:14:05.433 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-13T14:14:05.433 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-09-13T14:14:05.433 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-13T14:14:05.433 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-13T14:14:05.433 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.merge_operator: 2024-09-13T14:14:05.433 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.compaction_filter: None 2024-09-13T14:14:05.433 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.compaction_filter_factory: None 2024-09-13T14:14:05.433 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.sst_partitioner_factory: None 2024-09-13T14:14:05.433 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-13T14:14:05.433 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-13T14:14:05.433 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5625b64de7e0) 2024-09-13T14:14:05.434 INFO:journalctl@ceph.mon.b.smithi104.stdout: cache_index_and_filter_blocks: 1 2024-09-13T14:14:05.434 INFO:journalctl@ceph.mon.b.smithi104.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-13T14:14:05.434 INFO:journalctl@ceph.mon.b.smithi104.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-13T14:14:05.434 INFO:journalctl@ceph.mon.b.smithi104.stdout: pin_top_level_index_and_filter: 1 2024-09-13T14:14:05.434 INFO:journalctl@ceph.mon.b.smithi104.stdout: index_type: 0 2024-09-13T14:14:05.434 INFO:journalctl@ceph.mon.b.smithi104.stdout: data_block_index_type: 0 2024-09-13T14:14:05.434 INFO:journalctl@ceph.mon.b.smithi104.stdout: index_shortening: 1 2024-09-13T14:14:05.434 INFO:journalctl@ceph.mon.b.smithi104.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-13T14:14:05.434 INFO:journalctl@ceph.mon.b.smithi104.stdout: checksum: 4 2024-09-13T14:14:05.434 INFO:journalctl@ceph.mon.b.smithi104.stdout: no_block_cache: 0 2024-09-13T14:14:05.434 INFO:journalctl@ceph.mon.b.smithi104.stdout: block_cache: 0x5625b64d3350 2024-09-13T14:14:05.434 INFO:journalctl@ceph.mon.b.smithi104.stdout: block_cache_name: BinnedLRUCache 2024-09-13T14:14:05.434 INFO:journalctl@ceph.mon.b.smithi104.stdout: block_cache_options: 2024-09-13T14:14:05.434 INFO:journalctl@ceph.mon.b.smithi104.stdout: capacity : 536870912 2024-09-13T14:14:05.435 INFO:journalctl@ceph.mon.b.smithi104.stdout: num_shard_bits : 4 2024-09-13T14:14:05.435 INFO:journalctl@ceph.mon.b.smithi104.stdout: strict_capacity_limit : 0 2024-09-13T14:14:05.435 INFO:journalctl@ceph.mon.b.smithi104.stdout: high_pri_pool_ratio: 0.000 2024-09-13T14:14:05.435 INFO:journalctl@ceph.mon.b.smithi104.stdout: block_cache_compressed: (nil) 2024-09-13T14:14:05.435 INFO:journalctl@ceph.mon.b.smithi104.stdout: persistent_cache: (nil) 2024-09-13T14:14:05.435 INFO:journalctl@ceph.mon.b.smithi104.stdout: block_size: 4096 2024-09-13T14:14:05.435 INFO:journalctl@ceph.mon.b.smithi104.stdout: block_size_deviation: 10 2024-09-13T14:14:05.435 INFO:journalctl@ceph.mon.b.smithi104.stdout: block_restart_interval: 16 2024-09-13T14:14:05.435 INFO:journalctl@ceph.mon.b.smithi104.stdout: index_block_restart_interval: 1 2024-09-13T14:14:05.435 INFO:journalctl@ceph.mon.b.smithi104.stdout: metadata_block_size: 4096 2024-09-13T14:14:05.435 INFO:journalctl@ceph.mon.b.smithi104.stdout: partition_filters: 0 2024-09-13T14:14:05.435 INFO:journalctl@ceph.mon.b.smithi104.stdout: use_delta_encoding: 1 2024-09-13T14:14:05.435 INFO:journalctl@ceph.mon.b.smithi104.stdout: filter_policy: bloomfilter 2024-09-13T14:14:05.436 INFO:journalctl@ceph.mon.b.smithi104.stdout: whole_key_filtering: 1 2024-09-13T14:14:05.436 INFO:journalctl@ceph.mon.b.smithi104.stdout: verify_compression: 0 2024-09-13T14:14:05.436 INFO:journalctl@ceph.mon.b.smithi104.stdout: read_amp_bytes_per_bit: 0 2024-09-13T14:14:05.436 INFO:journalctl@ceph.mon.b.smithi104.stdout: format_version: 5 2024-09-13T14:14:05.436 INFO:journalctl@ceph.mon.b.smithi104.stdout: enable_index_compression: 1 2024-09-13T14:14:05.436 INFO:journalctl@ceph.mon.b.smithi104.stdout: block_align: 0 2024-09-13T14:14:05.436 INFO:journalctl@ceph.mon.b.smithi104.stdout: max_auto_readahead_size: 262144 2024-09-13T14:14:05.436 INFO:journalctl@ceph.mon.b.smithi104.stdout: prepopulate_block_cache: 0 2024-09-13T14:14:05.436 INFO:journalctl@ceph.mon.b.smithi104.stdout: initial_auto_readahead_size: 8192 2024-09-13T14:14:05.436 INFO:journalctl@ceph.mon.b.smithi104.stdout: num_file_reads_for_auto_readahead: 2 2024-09-13T14:14:05.436 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.write_buffer_size: 33554432 2024-09-13T14:14:05.436 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.max_write_buffer_number: 2 2024-09-13T14:14:05.436 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.compression: NoCompression 2024-09-13T14:14:05.437 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.bottommost_compression: Disabled 2024-09-13T14:14:05.437 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.prefix_extractor: nullptr 2024-09-13T14:14:05.437 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-13T14:14:05.437 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.num_levels: 7 2024-09-13T14:14:05.437 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-13T14:14:05.437 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-13T14:14:05.437 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-13T14:14:05.437 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-13T14:14:05.437 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-13T14:14:05.437 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-13T14:14:05.437 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-13T14:14:05.437 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-13T14:14:05.437 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-13T14:14:05.438 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-13T14:14:05.438 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-13T14:14:05.438 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-13T14:14:05.438 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-13T14:14:05.438 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.compression_opts.level: 32767 2024-09-13T14:14:05.438 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.compression_opts.strategy: 0 2024-09-13T14:14:05.438 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-13T14:14:05.438 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-13T14:14:05.438 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-13T14:14:05.438 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-13T14:14:05.438 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.compression_opts.enabled: false 2024-09-13T14:14:05.438 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-13T14:14:05.439 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-13T14:14:05.439 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-13T14:14:05.439 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-13T14:14:05.439 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.target_file_size_base: 67108864 2024-09-13T14:14:05.439 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-13T14:14:05.439 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-13T14:14:05.439 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-13T14:14:05.439 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-13T14:14:05.439 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-13T14:14:05.439 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-13T14:14:05.439 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-13T14:14:05.439 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-13T14:14:05.439 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-13T14:14:05.440 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-13T14:14:05.440 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-13T14:14:05.440 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-13T14:14:05.440 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-13T14:14:05.440 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-13T14:14:05.440 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.arena_block_size: 1048576 2024-09-13T14:14:05.440 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-13T14:14:05.440 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-13T14:14:05.440 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.disable_auto_compactions: 0 2024-09-13T14:14:05.440 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-13T14:14:05.440 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-13T14:14:05.440 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-13T14:14:05.441 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-13T14:14:05.441 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-13T14:14:05.441 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-13T14:14:05.441 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-13T14:14:05.441 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-13T14:14:05.441 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-13T14:14:05.441 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-13T14:14:05.441 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-13T14:14:05.441 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.inplace_update_support: 0 2024-09-13T14:14:05.441 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-13T14:14:05.441 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-13T14:14:05.441 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-13T14:14:05.441 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-13T14:14:05.441 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.bloom_locality: 0 2024-09-13T14:14:05.442 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.max_successive_merges: 0 2024-09-13T14:14:05.442 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-13T14:14:05.442 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.paranoid_file_checks: 0 2024-09-13T14:14:05.442 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.force_consistency_checks: 1 2024-09-13T14:14:05.442 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.report_bg_io_stats: 0 2024-09-13T14:14:05.442 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.ttl: 2592000 2024-09-13T14:14:05.442 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-13T14:14:05.442 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-13T14:14:05.442 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-13T14:14:05.442 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.enable_blob_files: false 2024-09-13T14:14:05.442 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.min_blob_size: 0 2024-09-13T14:14:05.442 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.blob_file_size: 268435456 2024-09-13T14:14:05.443 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-13T14:14:05.443 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-13T14:14:05.443 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-13T14:14:05.443 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-13T14:14:05.443 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-13T14:14:05.443 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.blob_file_starting_level: 0 2024-09-13T14:14:05.443 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-13T14:14:05.443 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: 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-09-13T14:14:05.443 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-13T14:14:05.443 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 3fd89666-a48b-4666-8fad-a2e3f0917cb5 2024-09-13T14:14:05.443 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726236845101176, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-09-13T14:14:05.443 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-09-13T14:14:05.443 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726236845101583, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1648, "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": "[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": 1726236845, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "3fd89666-a48b-4666-8fad-a2e3f0917cb5", "db_session_id": "6Y7VHC55SQMOBS25SUPL", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-09-13T14:14:05.444 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726236845101680, "job": 1, "event": "recovery_finished"} 2024-09-13T14:14:05.444 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-09-13T14:14:05.444 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: 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-09-13T14:14:05.444 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5625b64fee00 2024-09-13T14:14:05.444 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: DB pointer 0x5625b65f2000 2024-09-13T14:14:05.444 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-13T14:14:05.444 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-13T14:14:05.444 INFO:journalctl@ceph.mon.b.smithi104.stdout: ** DB Stats ** 2024-09-13T14:14:05.444 INFO:journalctl@ceph.mon.b.smithi104.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-13T14:14:05.444 INFO:journalctl@ceph.mon.b.smithi104.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-09-13T14:14:05.444 INFO:journalctl@ceph.mon.b.smithi104.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-13T14:14:05.444 INFO:journalctl@ceph.mon.b.smithi104.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-13T14:14:05.445 INFO:journalctl@ceph.mon.b.smithi104.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-09-13T14:14:05.445 INFO:journalctl@ceph.mon.b.smithi104.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-13T14:14:05.445 INFO:journalctl@ceph.mon.b.smithi104.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-13T14:14:05.445 INFO:journalctl@ceph.mon.b.smithi104.stdout: 2024-09-13T14:14:05.445 INFO:journalctl@ceph.mon.b.smithi104.stdout: ** Compaction Stats [default] ** 2024-09-13T14:14:05.445 INFO:journalctl@ceph.mon.b.smithi104.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-09-13T14:14:05.445 INFO:journalctl@ceph.mon.b.smithi104.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-13T14:14:05.445 INFO:journalctl@ceph.mon.b.smithi104.stdout: L0 1/0 1.61 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-09-13T14:14:05.445 INFO:journalctl@ceph.mon.b.smithi104.stdout: Sum 1/0 1.61 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-09-13T14:14:05.445 INFO:journalctl@ceph.mon.b.smithi104.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-09-13T14:14:05.445 INFO:journalctl@ceph.mon.b.smithi104.stdout: 2024-09-13T14:14:05.445 INFO:journalctl@ceph.mon.b.smithi104.stdout: ** Compaction Stats [default] ** 2024-09-13T14:14:05.445 INFO:journalctl@ceph.mon.b.smithi104.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-09-13T14:14:05.446 INFO:journalctl@ceph.mon.b.smithi104.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-13T14:14:05.446 INFO:journalctl@ceph.mon.b.smithi104.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-09-13T14:14:05.446 INFO:journalctl@ceph.mon.b.smithi104.stdout: 2024-09-13T14:14:05.446 INFO:journalctl@ceph.mon.b.smithi104.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-13T14:14:05.446 INFO:journalctl@ceph.mon.b.smithi104.stdout: 2024-09-13T14:14:05.446 INFO:journalctl@ceph.mon.b.smithi104.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-13T14:14:05.446 INFO:journalctl@ceph.mon.b.smithi104.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-13T14:14:05.446 INFO:journalctl@ceph.mon.b.smithi104.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-13T14:14:05.446 INFO:journalctl@ceph.mon.b.smithi104.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-13T14:14:05.446 INFO:journalctl@ceph.mon.b.smithi104.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-13T14:14:05.446 INFO:journalctl@ceph.mon.b.smithi104.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-13T14:14:05.446 INFO:journalctl@ceph.mon.b.smithi104.stdout: Cumulative compaction: 0.00 GB write, 0.60 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-13T14:14:05.447 INFO:journalctl@ceph.mon.b.smithi104.stdout: Interval compaction: 0.00 GB write, 0.60 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-13T14:14:05.447 INFO:journalctl@ceph.mon.b.smithi104.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-09-13T14:14:05.447 INFO:journalctl@ceph.mon.b.smithi104.stdout: Block cache BinnedLRUCache@0x5625b64d3350#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-09-13T14:14:05.447 INFO:journalctl@ceph.mon.b.smithi104.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-09-13T14:14:05.447 INFO:journalctl@ceph.mon.b.smithi104.stdout: 2024-09-13T14:14:05.447 INFO:journalctl@ceph.mon.b.smithi104.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-13T14:14:05.447 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: mon.b does not exist in monmap, will attempt to join an existing cluster 2024-09-13T14:14:05.447 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: using public_addr v2:172.21.15.104:0/0 -> [v2:172.21.15.104:3300/0,v1:172.21.15.104:6789/0] 2024-09-13T14:14:05.447 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: starting mon.b rank -1 at public addrs [v2:172.21.15.104:3300/0,v1:172.21.15.104:6789/0] at bind addrs [v2:172.21.15.104:3300/0,v1:172.21.15.104:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 18f8172c-71da-11ef-bceb-c7b262605968 2024-09-13T14:14:05.447 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: mon.b@-1(???) e0 preinit fsid 18f8172c-71da-11ef-bceb-c7b262605968 2024-09-13T14:14:05.447 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: mon.b@-1(synchronizing).mds e1 new map 2024-09-13T14:14:05.447 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: mon.b@-1(synchronizing).mds e1 print_map 2024-09-13T14:14:05.447 INFO:journalctl@ceph.mon.b.smithi104.stdout: e1 2024-09-13T14:14:05.448 INFO:journalctl@ceph.mon.b.smithi104.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-13T14:14:05.448 INFO:journalctl@ceph.mon.b.smithi104.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-09-13T14:14:05.448 INFO:journalctl@ceph.mon.b.smithi104.stdout: legacy client fscid: -1 2024-09-13T14:14:05.448 INFO:journalctl@ceph.mon.b.smithi104.stdout: 2024-09-13T14:14:05.448 INFO:journalctl@ceph.mon.b.smithi104.stdout: No filesystems configured 2024-09-13T14:14:05.448 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-13T14:14:05.448 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: 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-09-13T14:14:05.448 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-13T14:14:05.448 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-13T14:14:05.448 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-13T14:14:05.448 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-13T14:14:05.448 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-13T14:14:05.449 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-13T14:14:05.449 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-13T14:14:05.449 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-13T14:14:05.449 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:05.449 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi071:172.21.15.71=a;smithi071:[v2:172.21.15.71:3301,v1:172.21.15.71:6790]=c;smithi104:172.21.15.104=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:14:05.449 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: Saving service mon spec with placement smithi071:172.21.15.71=a;smithi071:[v2:172.21.15.71:3301,v1:172.21.15.71:6790]=c;smithi104:172.21.15.104=b;count:3 2024-09-13T14:14:05.449 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:05.449 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:14:05.449 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:14:05.449 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:14:05.449 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:05.449 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-13T14:14:05.449 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:14:05.450 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: Deploying daemon mon.b on smithi104 2024-09-13T14:14:05.450 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:05.450 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:05.450 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:05.450 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: from='client.? 172.21.15.104:0/1939161409' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-13T14:14:05.450 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 ceph-mon[33426]: mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-09-13T14:14:05.450 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 bash[33379]: ecd51e95c61926b64faad699b3185da8cf721604a0694420192e5c9e9d88fdc7 2024-09-13T14:14:05.450 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:05 smithi104 systemd[1]: Started Ceph mon.b for 18f8172c-71da-11ef-bceb-c7b262605968. 2024-09-13T14:14:05.763 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-13T14:14:05.764 DEBUG:teuthology.orchestra.run.smithi104:> 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 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-13T14:14:05.969 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:14:10.519 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:10 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T14:14:10.519 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:10 smithi071 ceph-mon[29588]: mon.a calling monitor election 2024-09-13T14:14:10.519 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:10 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T14:14:10.519 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:10 smithi071 ceph-mon[29588]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:10.519 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:10 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T14:14:10.520 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:10 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T14:14:10.520 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:10 smithi071 ceph-mon[29588]: mon.b calling monitor election 2024-09-13T14:14:10.520 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:10 smithi071 ceph-mon[29588]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:10.520 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:10 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T14:14:10.520 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:10 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T14:14:10.520 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:10 smithi071 ceph-mon[29588]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:10.520 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:10 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T14:14:10.520 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:10 smithi071 ceph-mon[29588]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-09-13T14:14:10.520 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:10 smithi071 ceph-mon[29588]: monmap e2: 2 mons at {a=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0],b=[v2:172.21.15.104:3300/0,v1:172.21.15.104:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-13T14:14:10.520 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:10 smithi071 ceph-mon[29588]: fsmap 2024-09-13T14:14:10.520 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:10 smithi071 ceph-mon[29588]: osdmap e4: 0 total, 0 up, 0 in 2024-09-13T14:14:10.520 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:10 smithi071 ceph-mon[29588]: mgrmap e13: y(active, since 40s) 2024-09-13T14:14:10.521 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:10 smithi071 ceph-mon[29588]: overall HEALTH_OK 2024-09-13T14:14:10.521 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:10 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:10.521 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:10 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:10.521 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:10 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:10.521 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:10 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-13T14:14:10.521 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:10 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:14:10.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:10 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T14:14:10.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:10 smithi104 ceph-mon[33426]: mon.a calling monitor election 2024-09-13T14:14:10.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:10 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T14:14:10.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:10 smithi104 ceph-mon[33426]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:10.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:10 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T14:14:10.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:10 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T14:14:10.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:10 smithi104 ceph-mon[33426]: mon.b calling monitor election 2024-09-13T14:14:10.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:10 smithi104 ceph-mon[33426]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:10.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:10 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T14:14:10.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:10 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T14:14:10.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:10 smithi104 ceph-mon[33426]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:10.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:10 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T14:14:10.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:10 smithi104 ceph-mon[33426]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-09-13T14:14:10.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:10 smithi104 ceph-mon[33426]: monmap e2: 2 mons at {a=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0],b=[v2:172.21.15.104:3300/0,v1:172.21.15.104:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-13T14:14:10.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:10 smithi104 ceph-mon[33426]: fsmap 2024-09-13T14:14:10.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:10 smithi104 ceph-mon[33426]: osdmap e4: 0 total, 0 up, 0 in 2024-09-13T14:14:10.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:10 smithi104 ceph-mon[33426]: mgrmap e13: y(active, since 40s) 2024-09-13T14:14:10.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:10 smithi104 ceph-mon[33426]: overall HEALTH_OK 2024-09-13T14:14:10.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:10 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:10.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:10 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:10.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:10 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:10.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:10 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-13T14:14:10.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:10 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:14:10.748 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:14:10.748 INFO:teuthology.orchestra.run.smithi104.stdout:{"epoch":2,"fsid":"18f8172c-71da-11ef-bceb-c7b262605968","modified":"2024-09-13T14:14:05.125880Z","created":"2024-09-13T14:12:31.447953Z","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.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:3300","nonce":0},{"type":"v1","addr":"172.21.15.104:6789","nonce":0}]},"addr":"172.21.15.104:6789/0","public_addr":"172.21.15.104:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-13T14:14:10.749 INFO:teuthology.orchestra.run.smithi104.stderr:dumped monmap epoch 2 2024-09-13T14:14:11.355 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:11 smithi104 ceph-mon[33426]: Deploying daemon mon.c on smithi071 2024-09-13T14:14:11.355 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:11 smithi104 ceph-mon[33426]: from='client.? 172.21.15.104:0/2379832136' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-13T14:14:11.356 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:11 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T14:14:11.500 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:11 smithi071 ceph-mon[29588]: Deploying daemon mon.c on smithi071 2024-09-13T14:14:11.501 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:11 smithi071 ceph-mon[29588]: from='client.? 172.21.15.104:0/2379832136' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-13T14:14:11.501 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:11 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T14:14:12.377 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-13T14:14:12.378 DEBUG:teuthology.orchestra.run.smithi104:> 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 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-13T14:14:12.541 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:12 smithi071 ceph-mon[29588]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:12.579 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:14:12.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:12 smithi104 ceph-mon[33426]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:13.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:12 smithi071 systemd[1]: Starting Ceph mon.c for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T14:14:13.463 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 podman[41071]: 2024-09-13 14:14:13.184957289 +0000 UTC m=+0.105114729 container create 41b61ccb60e8337ab51295733812d049c5671c82fe46ee61545c97b2290da271 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-c, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=reef-2c01458, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-13T14:14:13.463 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 podman[41071]: 2024-09-13 14:14:13.095424146 +0000 UTC m=+0.015581584 image pull c129f5a2fd4eccce3e6eec43830eff1929af98bc48f3b850cf144ce5b326e8b5 quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11 2024-09-13T14:14:13.464 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 podman[41071]: 2024-09-13 14:14:13.379313127 +0000 UTC m=+0.299470565 container init 41b61ccb60e8337ab51295733812d049c5671c82fe46ee61545c97b2290da271 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-c, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, RELEASE=reef-2c01458, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS) 2024-09-13T14:14:13.464 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 podman[41071]: 2024-09-13 14:14:13.384156523 +0000 UTC m=+0.304313964 container start 41b61ccb60e8337ab51295733812d049c5671c82fe46ee61545c97b2290da271 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-c, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, RELEASE=reef-2c01458, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS) 2024-09-13T14:14:13.464 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: set uid:gid to 167:167 (ceph:ceph) 2024-09-13T14:14:13.464 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable), process ceph-mon, pid 7 2024-09-13T14:14:13.464 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: pidfile_write: ignore empty --pid-file 2024-09-13T14:14:13.464 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: load: jerasure load: lrc 2024-09-13T14:14:13.464 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: RocksDB version: 7.9.2 2024-09-13T14:14:13.464 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Git sha 0 2024-09-13T14:14:13.464 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Compile date 2024-09-12 19:46:18 2024-09-13T14:14:13.464 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: DB SUMMARY 2024-09-13T14:14:13.464 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: DB Session ID: ZFZS4THI1FWBHDGL067O 2024-09-13T14:14:13.464 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: CURRENT file: CURRENT 2024-09-13T14:14:13.464 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: IDENTITY file: IDENTITY 2024-09-13T14:14:13.465 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-09-13T14:14:13.465 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-09-13T14:14:13.465 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 636 ; 2024-09-13T14:14:13.465 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.error_if_exists: 0 2024-09-13T14:14:13.465 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.create_if_missing: 0 2024-09-13T14:14:13.466 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.paranoid_checks: 1 2024-09-13T14:14:13.466 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-13T14:14:13.466 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-13T14:14:13.466 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-13T14:14:13.466 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.env: 0x55e69fed6bc0 2024-09-13T14:14:13.466 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.fs: PosixFileSystem 2024-09-13T14:14:13.466 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.info_log: 0x55e6a0ee6be0 2024-09-13T14:14:13.466 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.max_file_opening_threads: 16 2024-09-13T14:14:13.466 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.statistics: (nil) 2024-09-13T14:14:13.466 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.use_fsync: 0 2024-09-13T14:14:13.467 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.max_log_file_size: 0 2024-09-13T14:14:13.467 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-13T14:14:13.467 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-13T14:14:13.467 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.keep_log_file_num: 1000 2024-09-13T14:14:13.467 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.recycle_log_file_num: 0 2024-09-13T14:14:13.467 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.allow_fallocate: 1 2024-09-13T14:14:13.467 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.allow_mmap_reads: 0 2024-09-13T14:14:13.467 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.allow_mmap_writes: 0 2024-09-13T14:14:13.467 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.use_direct_reads: 0 2024-09-13T14:14:13.467 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-13T14:14:13.467 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.create_missing_column_families: 0 2024-09-13T14:14:13.467 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.db_log_dir: 2024-09-13T14:14:13.468 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.wal_dir: 2024-09-13T14:14:13.468 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-13T14:14:13.468 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-13T14:14:13.468 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-13T14:14:13.468 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-13T14:14:13.468 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-13T14:14:13.468 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-13T14:14:13.468 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.advise_random_on_open: 1 2024-09-13T14:14:13.468 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.db_write_buffer_size: 0 2024-09-13T14:14:13.468 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.write_buffer_manager: 0x55e6a0ef4320 2024-09-13T14:14:13.468 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-13T14:14:13.468 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-13T14:14:13.469 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-13T14:14:13.469 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.rate_limiter: (nil) 2024-09-13T14:14:13.469 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-13T14:14:13.469 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.wal_recovery_mode: 2 2024-09-13T14:14:13.469 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.enable_thread_tracking: 0 2024-09-13T14:14:13.469 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.enable_pipelined_write: 0 2024-09-13T14:14:13.469 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.unordered_write: 0 2024-09-13T14:14:13.469 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-13T14:14:13.469 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-13T14:14:13.469 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-13T14:14:13.469 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-13T14:14:13.469 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.row_cache: None 2024-09-13T14:14:13.469 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.wal_filter: None 2024-09-13T14:14:13.470 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-13T14:14:13.470 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.allow_ingest_behind: 0 2024-09-13T14:14:13.470 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.two_write_queues: 0 2024-09-13T14:14:13.470 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.manual_wal_flush: 0 2024-09-13T14:14:13.470 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.wal_compression: 0 2024-09-13T14:14:13.470 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.atomic_flush: 0 2024-09-13T14:14:13.470 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-13T14:14:13.470 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-13T14:14:13.470 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-13T14:14:13.470 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.log_readahead_size: 0 2024-09-13T14:14:13.470 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-13T14:14:13.470 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.best_efforts_recovery: 0 2024-09-13T14:14:13.470 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-13T14:14:13.471 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-13T14:14:13.471 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.allow_data_in_errors: 0 2024-09-13T14:14:13.471 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.db_host_id: __hostname__ 2024-09-13T14:14:13.471 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-13T14:14:13.471 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.max_background_jobs: 2 2024-09-13T14:14:13.471 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.max_background_compactions: -1 2024-09-13T14:14:13.471 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.max_subcompactions: 1 2024-09-13T14:14:13.471 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-13T14:14:13.471 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-13T14:14:13.471 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-13T14:14:13.471 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.max_total_wal_size: 0 2024-09-13T14:14:13.471 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-13T14:14:13.471 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-13T14:14:13.471 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-13T14:14:13.471 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-13T14:14:13.472 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.max_open_files: -1 2024-09-13T14:14:13.472 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.bytes_per_sync: 0 2024-09-13T14:14:13.472 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-13T14:14:13.472 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-13T14:14:13.472 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.compaction_readahead_size: 0 2024-09-13T14:14:13.472 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.max_background_flushes: -1 2024-09-13T14:14:13.472 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Compression algorithms supported: 2024-09-13T14:14:13.472 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: kZSTD supported: 0 2024-09-13T14:14:13.472 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: kXpressCompression supported: 0 2024-09-13T14:14:13.472 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: kBZip2Compression supported: 0 2024-09-13T14:14:13.472 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-13T14:14:13.472 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: kLZ4Compression supported: 1 2024-09-13T14:14:13.473 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: kZlibCompression supported: 1 2024-09-13T14:14:13.473 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: kLZ4HCCompression supported: 1 2024-09-13T14:14:13.473 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: kSnappyCompression supported: 1 2024-09-13T14:14:13.473 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-13T14:14:13.473 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-13T14:14:13.473 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-09-13T14:14:13.473 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-13T14:14:13.473 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-13T14:14:13.473 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.merge_operator: 2024-09-13T14:14:13.473 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.compaction_filter: None 2024-09-13T14:14:13.473 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.compaction_filter_factory: None 2024-09-13T14:14:13.473 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.sst_partitioner_factory: None 2024-09-13T14:14:13.473 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-13T14:14:13.473 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-13T14:14:13.474 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55e6a0ee67e0) 2024-09-13T14:14:13.474 INFO:journalctl@ceph.mon.c.smithi071.stdout: cache_index_and_filter_blocks: 1 2024-09-13T14:14:13.474 INFO:journalctl@ceph.mon.c.smithi071.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-13T14:14:13.474 INFO:journalctl@ceph.mon.c.smithi071.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-13T14:14:13.474 INFO:journalctl@ceph.mon.c.smithi071.stdout: pin_top_level_index_and_filter: 1 2024-09-13T14:14:13.474 INFO:journalctl@ceph.mon.c.smithi071.stdout: index_type: 0 2024-09-13T14:14:13.474 INFO:journalctl@ceph.mon.c.smithi071.stdout: data_block_index_type: 0 2024-09-13T14:14:13.474 INFO:journalctl@ceph.mon.c.smithi071.stdout: index_shortening: 1 2024-09-13T14:14:13.474 INFO:journalctl@ceph.mon.c.smithi071.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-13T14:14:13.474 INFO:journalctl@ceph.mon.c.smithi071.stdout: checksum: 4 2024-09-13T14:14:13.474 INFO:journalctl@ceph.mon.c.smithi071.stdout: no_block_cache: 0 2024-09-13T14:14:13.474 INFO:journalctl@ceph.mon.c.smithi071.stdout: block_cache: 0x55e6a0edb1f0 2024-09-13T14:14:13.474 INFO:journalctl@ceph.mon.c.smithi071.stdout: block_cache_name: BinnedLRUCache 2024-09-13T14:14:13.475 INFO:journalctl@ceph.mon.c.smithi071.stdout: block_cache_options: 2024-09-13T14:14:13.475 INFO:journalctl@ceph.mon.c.smithi071.stdout: capacity : 536870912 2024-09-13T14:14:13.475 INFO:journalctl@ceph.mon.c.smithi071.stdout: num_shard_bits : 4 2024-09-13T14:14:13.475 INFO:journalctl@ceph.mon.c.smithi071.stdout: strict_capacity_limit : 0 2024-09-13T14:14:13.475 INFO:journalctl@ceph.mon.c.smithi071.stdout: high_pri_pool_ratio: 0.000 2024-09-13T14:14:13.475 INFO:journalctl@ceph.mon.c.smithi071.stdout: block_cache_compressed: (nil) 2024-09-13T14:14:13.475 INFO:journalctl@ceph.mon.c.smithi071.stdout: persistent_cache: (nil) 2024-09-13T14:14:13.475 INFO:journalctl@ceph.mon.c.smithi071.stdout: block_size: 4096 2024-09-13T14:14:13.475 INFO:journalctl@ceph.mon.c.smithi071.stdout: block_size_deviation: 10 2024-09-13T14:14:13.475 INFO:journalctl@ceph.mon.c.smithi071.stdout: block_restart_interval: 16 2024-09-13T14:14:13.475 INFO:journalctl@ceph.mon.c.smithi071.stdout: index_block_restart_interval: 1 2024-09-13T14:14:13.476 INFO:journalctl@ceph.mon.c.smithi071.stdout: metadata_block_size: 4096 2024-09-13T14:14:13.476 INFO:journalctl@ceph.mon.c.smithi071.stdout: partition_filters: 0 2024-09-13T14:14:13.477 INFO:journalctl@ceph.mon.c.smithi071.stdout: use_delta_encoding: 1 2024-09-13T14:14:13.477 INFO:journalctl@ceph.mon.c.smithi071.stdout: filter_policy: bloomfilter 2024-09-13T14:14:13.477 INFO:journalctl@ceph.mon.c.smithi071.stdout: whole_key_filtering: 1 2024-09-13T14:14:13.477 INFO:journalctl@ceph.mon.c.smithi071.stdout: verify_compression: 0 2024-09-13T14:14:13.477 INFO:journalctl@ceph.mon.c.smithi071.stdout: read_amp_bytes_per_bit: 0 2024-09-13T14:14:13.477 INFO:journalctl@ceph.mon.c.smithi071.stdout: format_version: 5 2024-09-13T14:14:13.477 INFO:journalctl@ceph.mon.c.smithi071.stdout: enable_index_compression: 1 2024-09-13T14:14:13.477 INFO:journalctl@ceph.mon.c.smithi071.stdout: block_align: 0 2024-09-13T14:14:13.477 INFO:journalctl@ceph.mon.c.smithi071.stdout: max_auto_readahead_size: 262144 2024-09-13T14:14:13.477 INFO:journalctl@ceph.mon.c.smithi071.stdout: prepopulate_block_cache: 0 2024-09-13T14:14:13.477 INFO:journalctl@ceph.mon.c.smithi071.stdout: initial_auto_readahead_size: 8192 2024-09-13T14:14:13.477 INFO:journalctl@ceph.mon.c.smithi071.stdout: num_file_reads_for_auto_readahead: 2 2024-09-13T14:14:13.477 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.write_buffer_size: 33554432 2024-09-13T14:14:13.477 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.max_write_buffer_number: 2 2024-09-13T14:14:13.478 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.compression: NoCompression 2024-09-13T14:14:13.478 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.bottommost_compression: Disabled 2024-09-13T14:14:13.478 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.prefix_extractor: nullptr 2024-09-13T14:14:13.478 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-13T14:14:13.478 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.num_levels: 7 2024-09-13T14:14:13.478 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-13T14:14:13.478 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-13T14:14:13.478 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-13T14:14:13.478 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-13T14:14:13.478 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-13T14:14:13.478 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-13T14:14:13.479 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-13T14:14:13.479 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-13T14:14:13.479 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-13T14:14:13.479 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-13T14:14:13.479 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-13T14:14:13.479 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-13T14:14:13.479 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-13T14:14:13.479 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.compression_opts.level: 32767 2024-09-13T14:14:13.479 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.compression_opts.strategy: 0 2024-09-13T14:14:13.479 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-13T14:14:13.479 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-13T14:14:13.479 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-13T14:14:13.479 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-13T14:14:13.479 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.compression_opts.enabled: false 2024-09-13T14:14:13.480 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-13T14:14:13.480 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-13T14:14:13.480 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-13T14:14:13.480 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-13T14:14:13.480 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.target_file_size_base: 67108864 2024-09-13T14:14:13.480 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-13T14:14:13.480 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-13T14:14:13.480 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-13T14:14:13.480 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-13T14:14:13.480 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-13T14:14:13.480 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-13T14:14:13.480 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-13T14:14:13.480 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-13T14:14:13.481 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-13T14:14:13.481 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-13T14:14:13.481 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-13T14:14:13.481 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-13T14:14:13.481 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-13T14:14:13.481 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-13T14:14:13.481 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.arena_block_size: 1048576 2024-09-13T14:14:13.481 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-13T14:14:13.481 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-13T14:14:13.481 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.disable_auto_compactions: 0 2024-09-13T14:14:13.481 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-13T14:14:13.481 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-13T14:14:13.481 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-13T14:14:13.481 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-13T14:14:13.482 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-13T14:14:13.482 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-13T14:14:13.482 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-13T14:14:13.482 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-13T14:14:13.482 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-13T14:14:13.482 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-13T14:14:13.482 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-13T14:14:13.482 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.inplace_update_support: 0 2024-09-13T14:14:13.482 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-13T14:14:13.482 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-13T14:14:13.482 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-13T14:14:13.483 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-13T14:14:13.483 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.bloom_locality: 0 2024-09-13T14:14:13.483 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.max_successive_merges: 0 2024-09-13T14:14:13.483 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-13T14:14:13.483 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.paranoid_file_checks: 0 2024-09-13T14:14:13.483 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.force_consistency_checks: 1 2024-09-13T14:14:13.483 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.report_bg_io_stats: 0 2024-09-13T14:14:13.483 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.ttl: 2592000 2024-09-13T14:14:13.483 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-13T14:14:13.483 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-13T14:14:13.483 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-13T14:14:13.483 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.enable_blob_files: false 2024-09-13T14:14:13.483 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.min_blob_size: 0 2024-09-13T14:14:13.484 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.blob_file_size: 268435456 2024-09-13T14:14:13.484 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-13T14:14:13.484 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-13T14:14:13.484 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-13T14:14:13.484 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-13T14:14:13.484 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-13T14:14:13.484 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.blob_file_starting_level: 0 2024-09-13T14:14:13.484 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-13T14:14:13.484 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: 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-09-13T14:14:13.484 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-13T14:14:13.484 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 65843dc2-8090-40d3-9504-db1369aa6dc3 2024-09-13T14:14:13.484 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726236853410686, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-09-13T14:14:13.484 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-09-13T14:14:13.485 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726236853411075, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1773, "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": "[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": 1726236853, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "65843dc2-8090-40d3-9504-db1369aa6dc3", "db_session_id": "ZFZS4THI1FWBHDGL067O", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-09-13T14:14:13.485 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726236853411167, "job": 1, "event": "recovery_finished"} 2024-09-13T14:14:13.485 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-09-13T14:14:13.485 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: 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-09-13T14:14:13.485 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55e6a0f06e00 2024-09-13T14:14:13.485 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: DB pointer 0x55e6a0ffa000 2024-09-13T14:14:13.485 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-13T14:14:13.485 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-13T14:14:13.485 INFO:journalctl@ceph.mon.c.smithi071.stdout: ** DB Stats ** 2024-09-13T14:14:13.485 INFO:journalctl@ceph.mon.c.smithi071.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-13T14:14:13.485 INFO:journalctl@ceph.mon.c.smithi071.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-09-13T14:14:13.485 INFO:journalctl@ceph.mon.c.smithi071.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-13T14:14:13.485 INFO:journalctl@ceph.mon.c.smithi071.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-13T14:14:13.485 INFO:journalctl@ceph.mon.c.smithi071.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-09-13T14:14:13.486 INFO:journalctl@ceph.mon.c.smithi071.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-13T14:14:13.486 INFO:journalctl@ceph.mon.c.smithi071.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-13T14:14:13.486 INFO:journalctl@ceph.mon.c.smithi071.stdout: 2024-09-13T14:14:13.486 INFO:journalctl@ceph.mon.c.smithi071.stdout: ** Compaction Stats [default] ** 2024-09-13T14:14:13.486 INFO:journalctl@ceph.mon.c.smithi071.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-09-13T14:14:13.486 INFO:journalctl@ceph.mon.c.smithi071.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-13T14:14:13.486 INFO:journalctl@ceph.mon.c.smithi071.stdout: L0 1/0 1.73 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.6 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-13T14:14:13.486 INFO:journalctl@ceph.mon.c.smithi071.stdout: Sum 1/0 1.73 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.6 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-13T14:14:13.486 INFO:journalctl@ceph.mon.c.smithi071.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.6 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-13T14:14:13.486 INFO:journalctl@ceph.mon.c.smithi071.stdout: 2024-09-13T14:14:13.486 INFO:journalctl@ceph.mon.c.smithi071.stdout: ** Compaction Stats [default] ** 2024-09-13T14:14:13.486 INFO:journalctl@ceph.mon.c.smithi071.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-09-13T14:14:13.486 INFO:journalctl@ceph.mon.c.smithi071.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-13T14:14:13.487 INFO:journalctl@ceph.mon.c.smithi071.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.6 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-13T14:14:13.487 INFO:journalctl@ceph.mon.c.smithi071.stdout: 2024-09-13T14:14:13.487 INFO:journalctl@ceph.mon.c.smithi071.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-13T14:14:13.487 INFO:journalctl@ceph.mon.c.smithi071.stdout: 2024-09-13T14:14:13.487 INFO:journalctl@ceph.mon.c.smithi071.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-13T14:14:13.487 INFO:journalctl@ceph.mon.c.smithi071.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-13T14:14:13.487 INFO:journalctl@ceph.mon.c.smithi071.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-13T14:14:13.487 INFO:journalctl@ceph.mon.c.smithi071.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-13T14:14:13.487 INFO:journalctl@ceph.mon.c.smithi071.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-13T14:14:13.487 INFO:journalctl@ceph.mon.c.smithi071.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-13T14:14:13.487 INFO:journalctl@ceph.mon.c.smithi071.stdout: Cumulative compaction: 0.00 GB write, 0.68 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-13T14:14:13.487 INFO:journalctl@ceph.mon.c.smithi071.stdout: Interval compaction: 0.00 GB write, 0.68 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-13T14:14:13.488 INFO:journalctl@ceph.mon.c.smithi071.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-09-13T14:14:13.488 INFO:journalctl@ceph.mon.c.smithi071.stdout: Block cache BinnedLRUCache@0x55e6a0edb1f0#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2024-09-13T14:14:13.488 INFO:journalctl@ceph.mon.c.smithi071.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-09-13T14:14:13.488 INFO:journalctl@ceph.mon.c.smithi071.stdout: 2024-09-13T14:14:13.488 INFO:journalctl@ceph.mon.c.smithi071.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-13T14:14:13.488 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: mon.c does not exist in monmap, will attempt to join an existing cluster 2024-09-13T14:14:13.488 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: using public_addrv [v2:172.21.15.71:3301/0,v1:172.21.15.71:6790/0] 2024-09-13T14:14:13.488 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: starting mon.c rank -1 at public addrs [v2:172.21.15.71:3301/0,v1:172.21.15.71:6790/0] at bind addrs [v2:172.21.15.71:3301/0,v1:172.21.15.71:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid 18f8172c-71da-11ef-bceb-c7b262605968 2024-09-13T14:14:13.488 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: mon.c@-1(???) e0 preinit fsid 18f8172c-71da-11ef-bceb-c7b262605968 2024-09-13T14:14:13.488 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: mon.c@-1(synchronizing).mds e1 new map 2024-09-13T14:14:13.488 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: mon.c@-1(synchronizing).mds e1 print_map 2024-09-13T14:14:13.489 INFO:journalctl@ceph.mon.c.smithi071.stdout: e1 2024-09-13T14:14:13.489 INFO:journalctl@ceph.mon.c.smithi071.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-13T14:14:13.489 INFO:journalctl@ceph.mon.c.smithi071.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-09-13T14:14:13.489 INFO:journalctl@ceph.mon.c.smithi071.stdout: legacy client fscid: -1 2024-09-13T14:14:13.489 INFO:journalctl@ceph.mon.c.smithi071.stdout: 2024-09-13T14:14:13.489 INFO:journalctl@ceph.mon.c.smithi071.stdout: No filesystems configured 2024-09-13T14:14:13.489 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-13T14:14:13.489 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: 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-09-13T14:14:13.489 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-13T14:14:13.489 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-13T14:14:13.489 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-13T14:14:13.489 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-13T14:14:13.489 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-13T14:14:13.490 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-13T14:14:13.490 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-13T14:14:13.490 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-13T14:14:13.490 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:13.490 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi071:172.21.15.71=a;smithi071:[v2:172.21.15.71:3301,v1:172.21.15.71:6790]=c;smithi104:172.21.15.104=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:14:13.490 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: Saving service mon spec with placement smithi071:172.21.15.71=a;smithi071:[v2:172.21.15.71:3301,v1:172.21.15.71:6790]=c;smithi104:172.21.15.104=b;count:3 2024-09-13T14:14:13.490 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:13.490 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:14:13.490 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:14:13.490 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:14:13.490 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:13.490 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-13T14:14:13.490 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:14:13.490 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: Deploying daemon mon.b on smithi104 2024-09-13T14:14:13.491 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:13.491 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:13.491 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:13.491 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: from='client.? 172.21.15.104:0/1939161409' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-13T14:14:13.491 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T14:14:13.491 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: mon.a calling monitor election 2024-09-13T14:14:13.491 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T14:14:13.491 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:13.491 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T14:14:13.491 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T14:14:13.491 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: mon.b calling monitor election 2024-09-13T14:14:13.491 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:13.491 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T14:14:13.492 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T14:14:13.492 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:13.492 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T14:14:13.492 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-09-13T14:14:13.492 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: monmap e2: 2 mons at {a=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0],b=[v2:172.21.15.104:3300/0,v1:172.21.15.104:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-13T14:14:13.492 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: fsmap 2024-09-13T14:14:13.492 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: osdmap e4: 0 total, 0 up, 0 in 2024-09-13T14:14:13.492 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: mgrmap e13: y(active, since 40s) 2024-09-13T14:14:13.492 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: overall HEALTH_OK 2024-09-13T14:14:13.492 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:13.492 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:13.492 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:13.492 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-13T14:14:13.493 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:14:13.493 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: Deploying daemon mon.c on smithi071 2024-09-13T14:14:13.493 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: from='client.? 172.21.15.104:0/2379832136' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-13T14:14:13.493 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T14:14:13.493 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:13.493 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 ceph-mon[41109]: mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-09-13T14:14:13.493 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 bash[41071]: 41b61ccb60e8337ab51295733812d049c5671c82fe46ee61545c97b2290da271 2024-09-13T14:14:13.493 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:13 smithi071 systemd[1]: Started Ceph mon.c for 18f8172c-71da-11ef-bceb-c7b262605968. 2024-09-13T14:14:18.735 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:14:18.735 INFO:teuthology.orchestra.run.smithi104.stdout:{"epoch":3,"fsid":"18f8172c-71da-11ef-bceb-c7b262605968","modified":"2024-09-13T14:14:13.432999Z","created":"2024-09-13T14:12:31.447953Z","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.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:3300","nonce":0},{"type":"v1","addr":"172.21.15.104:6789","nonce":0}]},"addr":"172.21.15.104:6789/0","public_addr":"172.21.15.104:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3301","nonce":0},{"type":"v1","addr":"172.21.15.71:6790","nonce":0}]},"addr":"172.21.15.71:6790/0","public_addr":"172.21.15.71:6790/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-09-13T14:14:18.736 INFO:teuthology.orchestra.run.smithi104.stderr:dumped monmap epoch 3 2024-09-13T14:14:18.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:18 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T14:14:18.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:18 smithi071 ceph-mon[29588]: mon.a calling monitor election 2024-09-13T14:14:18.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:18 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T14:14:18.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:18 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T14:14:18.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:18 smithi071 ceph-mon[29588]: mon.b calling monitor election 2024-09-13T14:14:18.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:18 smithi071 ceph-mon[29588]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:18.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:18 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T14:14:18.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:18 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T14:14:18.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:18 smithi071 ceph-mon[29588]: mon.c calling monitor election 2024-09-13T14:14:18.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:18 smithi071 ceph-mon[29588]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:18.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:18 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T14:14:18.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:18 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T14:14:18.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:18 smithi071 ceph-mon[29588]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:18.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:18 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T14:14:18.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:18 smithi071 ceph-mon[29588]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-09-13T14:14:18.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:18 smithi071 ceph-mon[29588]: monmap e3: 3 mons at {a=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0],b=[v2:172.21.15.104:3300/0,v1:172.21.15.104:6789/0],c=[v2:172.21.15.71:3301/0,v1:172.21.15.71:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-13T14:14:18.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:18 smithi071 ceph-mon[29588]: fsmap 2024-09-13T14:14:18.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:18 smithi071 ceph-mon[29588]: osdmap e4: 0 total, 0 up, 0 in 2024-09-13T14:14:18.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:18 smithi071 ceph-mon[29588]: mgrmap e13: y(active, since 48s) 2024-09-13T14:14:18.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:18 smithi071 ceph-mon[29588]: overall HEALTH_OK 2024-09-13T14:14:18.893 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:18 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:18.893 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:18 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:18.893 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:18 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:18.893 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:18 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:18.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:18 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T14:14:18.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:18 smithi071 ceph-mon[41109]: mon.a calling monitor election 2024-09-13T14:14:18.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:18 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T14:14:18.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:18 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T14:14:18.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:18 smithi071 ceph-mon[41109]: mon.b calling monitor election 2024-09-13T14:14:18.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:18 smithi071 ceph-mon[41109]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:18.894 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:18 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T14:14:18.894 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:18 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T14:14:18.894 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:18 smithi071 ceph-mon[41109]: mon.c calling monitor election 2024-09-13T14:14:18.894 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:18 smithi071 ceph-mon[41109]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:18.894 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:18 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T14:14:18.894 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:18 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T14:14:18.894 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:18 smithi071 ceph-mon[41109]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:18.894 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:18 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T14:14:18.894 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:18 smithi071 ceph-mon[41109]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-09-13T14:14:18.894 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:18 smithi071 ceph-mon[41109]: monmap e3: 3 mons at {a=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0],b=[v2:172.21.15.104:3300/0,v1:172.21.15.104:6789/0],c=[v2:172.21.15.71:3301/0,v1:172.21.15.71:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-13T14:14:18.894 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:18 smithi071 ceph-mon[41109]: fsmap 2024-09-13T14:14:18.894 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:18 smithi071 ceph-mon[41109]: osdmap e4: 0 total, 0 up, 0 in 2024-09-13T14:14:18.894 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:18 smithi071 ceph-mon[41109]: mgrmap e13: y(active, since 48s) 2024-09-13T14:14:18.894 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:18 smithi071 ceph-mon[41109]: overall HEALTH_OK 2024-09-13T14:14:18.895 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:18 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:18.895 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:18 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:18.895 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:18 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:18.895 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:18 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:18.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:18 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T14:14:18.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:18 smithi104 ceph-mon[33426]: mon.a calling monitor election 2024-09-13T14:14:18.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:18 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T14:14:18.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:18 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T14:14:18.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:18 smithi104 ceph-mon[33426]: mon.b calling monitor election 2024-09-13T14:14:18.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:18 smithi104 ceph-mon[33426]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:18.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:18 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T14:14:18.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:18 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T14:14:18.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:18 smithi104 ceph-mon[33426]: mon.c calling monitor election 2024-09-13T14:14:18.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:18 smithi104 ceph-mon[33426]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:18.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:18 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T14:14:18.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:18 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T14:14:18.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:18 smithi104 ceph-mon[33426]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:18.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:18 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T14:14:18.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:18 smithi104 ceph-mon[33426]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-09-13T14:14:18.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:18 smithi104 ceph-mon[33426]: monmap e3: 3 mons at {a=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0],b=[v2:172.21.15.104:3300/0,v1:172.21.15.104:6789/0],c=[v2:172.21.15.71:3301/0,v1:172.21.15.71:6790/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-13T14:14:18.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:18 smithi104 ceph-mon[33426]: fsmap 2024-09-13T14:14:18.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:18 smithi104 ceph-mon[33426]: osdmap e4: 0 total, 0 up, 0 in 2024-09-13T14:14:18.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:18 smithi104 ceph-mon[33426]: mgrmap e13: y(active, since 48s) 2024-09-13T14:14:18.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:18 smithi104 ceph-mon[33426]: overall HEALTH_OK 2024-09-13T14:14:18.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:18 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:18.924 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:18 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:18.924 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:18 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:18.924 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:18 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:19.320 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-13T14:14:19.321 DEBUG:teuthology.orchestra.run.smithi071:> 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 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph config generate-minimal-conf 2024-09-13T14:14:19.517 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:14:19.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:19 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:14:19.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:19 smithi071 ceph-mon[29588]: from='client.? 172.21.15.104:0/3716652412' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-13T14:14:19.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:19 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T14:14:19.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:19 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:14:19.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:19 smithi071 ceph-mon[41109]: from='client.? 172.21.15.104:0/3716652412' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-13T14:14:19.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:19 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T14:14:19.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:19 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:14:19.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:19 smithi104 ceph-mon[33426]: from='client.? 172.21.15.104:0/3716652412' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-13T14:14:19.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:19 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T14:14:20.758 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:20 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:20.759 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:20 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:20.759 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:20 smithi071 ceph-mon[29588]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:20.759 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:20 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:20.759 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:20 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:20.759 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:20 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:20.759 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:20 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:14:20.759 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:20 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:14:20.760 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:20 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:20.760 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:20 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:20.760 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:20 smithi071 ceph-mon[41109]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:20.760 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:20 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:20.760 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:20 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:20.760 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:20 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:20.760 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:20 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:14:20.760 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:20 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:14:20.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:20 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:20.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:20 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:20.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:20 smithi104 ceph-mon[33426]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:20.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:20 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:20.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:20 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:20.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:20 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:20.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:20 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:14:20.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:20 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:14:21.673 INFO:teuthology.orchestra.run.smithi071.stdout:# minimal ceph.conf for 18f8172c-71da-11ef-bceb-c7b262605968 2024-09-13T14:14:21.673 INFO:teuthology.orchestra.run.smithi071.stdout:[global] 2024-09-13T14:14:21.673 INFO:teuthology.orchestra.run.smithi071.stdout: fsid = 18f8172c-71da-11ef-bceb-c7b262605968 2024-09-13T14:14:21.673 INFO:teuthology.orchestra.run.smithi071.stdout: mon_host = [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] [v2:172.21.15.104:3300/0,v1:172.21.15.104:6789/0] [v2:172.21.15.71:3301/0,v1:172.21.15.71:6790/0] 2024-09-13T14:14:21.673 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:21 smithi071 ceph-mon[29588]: Updating smithi071:/etc/ceph/ceph.conf 2024-09-13T14:14:21.674 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:21 smithi071 ceph-mon[29588]: Updating smithi104:/etc/ceph/ceph.conf 2024-09-13T14:14:21.674 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:21 smithi071 ceph-mon[29588]: Updating smithi104:/var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T14:14:21.674 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:21 smithi071 ceph-mon[29588]: Updating smithi071:/var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T14:14:21.674 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:21 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:21.674 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:21 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:21.674 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:21 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:21.674 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:21 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:21.674 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:21 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:21.674 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:21 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:21.674 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:21 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:21.674 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:21 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:21.675 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:21 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:21.675 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:21 smithi071 ceph-mon[29588]: Reconfiguring mon.a (unknown last config time)... 2024-09-13T14:14:21.675 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:21 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-13T14:14:21.675 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:21 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-13T14:14:21.675 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:21 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:14:21.675 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:21 smithi071 ceph-mon[29588]: Reconfiguring daemon mon.a on smithi071 2024-09-13T14:14:21.675 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:21 smithi071 ceph-mon[41109]: Updating smithi071:/etc/ceph/ceph.conf 2024-09-13T14:14:21.675 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:21 smithi071 ceph-mon[41109]: Updating smithi104:/etc/ceph/ceph.conf 2024-09-13T14:14:21.675 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:21 smithi071 ceph-mon[41109]: Updating smithi104:/var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T14:14:21.675 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:21 smithi071 ceph-mon[41109]: Updating smithi071:/var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T14:14:21.675 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:21 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:21.676 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:21 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:21.676 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:21 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:21.676 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:21 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:21.676 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:21 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:21.676 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:21 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:21.676 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:21 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:21.676 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:21 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:21.676 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:21 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:21.676 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:21 smithi071 ceph-mon[41109]: Reconfiguring mon.a (unknown last config time)... 2024-09-13T14:14:21.676 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:21 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-13T14:14:21.676 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:21 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-13T14:14:21.676 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:21 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:14:21.676 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:21 smithi071 ceph-mon[41109]: Reconfiguring daemon mon.a on smithi071 2024-09-13T14:14:21.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:21 smithi104 ceph-mon[33426]: Updating smithi071:/etc/ceph/ceph.conf 2024-09-13T14:14:21.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:21 smithi104 ceph-mon[33426]: Updating smithi104:/etc/ceph/ceph.conf 2024-09-13T14:14:21.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:21 smithi104 ceph-mon[33426]: Updating smithi104:/var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T14:14:21.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:21 smithi104 ceph-mon[33426]: Updating smithi071:/var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T14:14:21.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:21 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:21.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:21 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:21.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:21 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:21.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:21 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:21.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:21 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:21.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:21 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:21.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:21 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:21.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:21 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:21.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:21 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:21.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:21 smithi104 ceph-mon[33426]: Reconfiguring mon.a (unknown last config time)... 2024-09-13T14:14:21.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:21 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-13T14:14:21.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:21 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-13T14:14:21.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:21 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:14:21.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:21 smithi104 ceph-mon[33426]: Reconfiguring daemon mon.a on smithi071 2024-09-13T14:14:22.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:22 smithi104 ceph-mon[33426]: from='client.? 172.21.15.71:0/1229272248' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:14:22.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:22 smithi104 ceph-mon[33426]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:22.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:22 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:22.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:22 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:22.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:22 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-13T14:14:22.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:22 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-13T14:14:22.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:22 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:14:22.981 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:22 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/1229272248' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:14:22.982 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:22 smithi071 ceph-mon[29588]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:22.982 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:22 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:22.982 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:22 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:22.982 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:22 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-13T14:14:22.982 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:22 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-13T14:14:22.982 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:22 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:14:22.982 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:22 smithi071 ceph-mon[41109]: from='client.? 172.21.15.71:0/1229272248' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:14:22.982 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:22 smithi071 ceph-mon[41109]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:22.982 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:22 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:22.983 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:22 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:22.983 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:22 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-13T14:14:22.983 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:22 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-13T14:14:22.983 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:22 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:14:23.002 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-13T14:14:23.002 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-09-13T14:14:23.002 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/ceph/ceph.conf 2024-09-13T14:14:23.029 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-09-13T14:14:23.029 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-13T14:14:23.096 DEBUG:teuthology.orchestra.run.smithi104:> set -ex 2024-09-13T14:14:23.097 DEBUG:teuthology.orchestra.run.smithi104:> sudo dd of=/etc/ceph/ceph.conf 2024-09-13T14:14:23.129 DEBUG:teuthology.orchestra.run.smithi104:> set -ex 2024-09-13T14:14:23.129 DEBUG:teuthology.orchestra.run.smithi104:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-13T14:14:23.199 INFO:tasks.cephadm:Adding mgr.y on smithi071 2024-09-13T14:14:23.199 INFO:tasks.cephadm:Adding mgr.x on smithi104 2024-09-13T14:14:23.200 DEBUG:teuthology.orchestra.run.smithi104:> 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 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph orch apply mgr '2;smithi071=y;smithi104=x' 2024-09-13T14:14:23.430 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:14:23.892 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:23 smithi104 ceph-mon[33426]: Reconfiguring mon.c (monmap changed)... 2024-09-13T14:14:23.893 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:23 smithi104 ceph-mon[33426]: Reconfiguring daemon mon.c on smithi071 2024-09-13T14:14:24.113 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:23 smithi071 ceph-mon[29588]: Reconfiguring mon.c (monmap changed)... 2024-09-13T14:14:24.113 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:23 smithi071 ceph-mon[29588]: Reconfiguring daemon mon.c on smithi071 2024-09-13T14:14:24.114 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:23 smithi071 ceph-mon[41109]: Reconfiguring mon.c (monmap changed)... 2024-09-13T14:14:24.114 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:23 smithi071 ceph-mon[41109]: Reconfiguring daemon mon.c on smithi071 2024-09-13T14:14:24.775 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:24 smithi104 ceph-mon[33426]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:24.775 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:24 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:24.775 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:24 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:24.775 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:24 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-13T14:14:24.775 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:24 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-13T14:14:24.775 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:24 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:14:25.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:24 smithi071 ceph-mon[41109]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:25.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:24 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:25.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:24 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:25.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:24 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-13T14:14:25.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:24 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-13T14:14:25.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:24 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:14:25.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:24 smithi071 ceph-mon[29588]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:25.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:24 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:25.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:24 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:25.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:24 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-13T14:14:25.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:24 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-13T14:14:25.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:24 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:14:25.802 INFO:teuthology.orchestra.run.smithi104.stdout:Scheduled mgr update... 2024-09-13T14:14:25.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:25 smithi071 ceph-mon[29588]: Reconfiguring mon.b (monmap changed)... 2024-09-13T14:14:25.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:25 smithi071 ceph-mon[29588]: Reconfiguring daemon mon.b on smithi104 2024-09-13T14:14:25.890 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:25 smithi071 ceph-mon[41109]: Reconfiguring mon.b (monmap changed)... 2024-09-13T14:14:25.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:25 smithi071 ceph-mon[41109]: Reconfiguring daemon mon.b on smithi104 2024-09-13T14:14:25.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:25 smithi104 ceph-mon[33426]: Reconfiguring mon.b (monmap changed)... 2024-09-13T14:14:25.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:25 smithi104 ceph-mon[33426]: Reconfiguring daemon mon.b on smithi104 2024-09-13T14:14:26.693 DEBUG:teuthology.orchestra.run.smithi104:mgr.x> sudo journalctl -f -n 0 -u ceph-18f8172c-71da-11ef-bceb-c7b262605968@mgr.x.service 2024-09-13T14:14:26.695 DEBUG:tasks.cephadm:set 0 configs 2024-09-13T14:14:26.695 INFO:tasks.cephadm:Deploying OSDs... 2024-09-13T14:14:26.696 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-09-13T14:14:26.696 DEBUG:teuthology.orchestra.run.smithi071:> dd if=/scratch_devs of=/dev/stdout 2024-09-13T14:14:26.712 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-09-13T14:14:26.713 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/vg_nvme/lv_1 2024-09-13T14:14:26.769 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-13T14:14:26.769 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T14:14:26.769 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 5h/5d Inode: 980 Links: 1 2024-09-13T14:14:26.769 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T14:14:26.769 INFO:teuthology.orchestra.run.smithi071.stdout:Context: system_u:object_r:device_t:s0 2024-09-13T14:14:26.769 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2024-09-13 14:14:12.924800219 +0000 2024-09-13T14:14:26.769 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2024-09-13 14:09:15.989244038 +0000 2024-09-13T14:14:26.769 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2024-09-13 14:09:15.989244038 +0000 2024-09-13T14:14:26.770 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: 2024-09-13 14:09:15.989244038 +0000 2024-09-13T14:14:26.770 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-13T14:14:26.835 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2024-09-13T14:14:26.835 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2024-09-13T14:14:26.835 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000340305 s, 1.5 MB/s 2024-09-13T14:14:26.837 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-13T14:14:26.893 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/vg_nvme/lv_2 2024-09-13T14:14:26.948 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-13T14:14:26.949 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T14:14:26.949 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 5h/5d Inode: 970 Links: 1 2024-09-13T14:14:26.949 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T14:14:26.949 INFO:teuthology.orchestra.run.smithi071.stdout:Context: system_u:object_r:device_t:s0 2024-09-13T14:14:26.949 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2024-09-13 14:14:12.925800201 +0000 2024-09-13T14:14:26.949 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2024-09-13 14:09:15.988243912 +0000 2024-09-13T14:14:26.949 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2024-09-13 14:09:15.988243912 +0000 2024-09-13T14:14:26.949 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: 2024-09-13 14:09:15.988243912 +0000 2024-09-13T14:14:26.949 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-13T14:14:27.012 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2024-09-13T14:14:27.012 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2024-09-13T14:14:27.012 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.00018929 s, 2.7 MB/s 2024-09-13T14:14:27.013 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-13T14:14:27.020 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:26 smithi104 ceph-mon[33426]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:27.020 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:26 smithi104 ceph-mon[33426]: from='client.14205 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi071=y;smithi104=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:14:27.020 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:26 smithi104 ceph-mon[33426]: Saving service mgr spec with placement smithi071=y;smithi104=x;count:2 2024-09-13T14:14:27.020 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:26 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:27.020 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:26 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:27.020 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:26 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:27.020 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:26 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:14:27.021 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:26 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:14:27.021 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:26 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:14:27.021 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:26 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:27.021 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:26 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-13T14:14:27.021 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:26 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-13T14:14:27.021 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:26 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-13T14:14:27.021 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:26 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:14:27.070 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/vg_nvme/lv_3 2024-09-13T14:14:27.125 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-13T14:14:27.126 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T14:14:27.126 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 5h/5d Inode: 967 Links: 1 2024-09-13T14:14:27.126 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T14:14:27.126 INFO:teuthology.orchestra.run.smithi071.stdout:Context: system_u:object_r:device_t:s0 2024-09-13T14:14:27.126 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2024-09-13 14:14:12.925800201 +0000 2024-09-13T14:14:27.126 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2024-09-13 14:09:15.988243912 +0000 2024-09-13T14:14:27.126 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2024-09-13 14:09:15.988243912 +0000 2024-09-13T14:14:27.126 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: 2024-09-13 14:09:15.988243912 +0000 2024-09-13T14:14:27.126 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-13T14:14:27.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:26 smithi071 ceph-mon[29588]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:27.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:26 smithi071 ceph-mon[29588]: from='client.14205 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi071=y;smithi104=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:14:27.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:26 smithi071 ceph-mon[29588]: Saving service mgr spec with placement smithi071=y;smithi104=x;count:2 2024-09-13T14:14:27.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:26 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:27.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:26 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:27.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:26 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:27.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:26 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:14:27.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:26 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:14:27.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:26 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:14:27.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:26 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:27.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:26 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-13T14:14:27.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:26 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-13T14:14:27.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:26 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-13T14:14:27.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:26 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:14:27.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:26 smithi071 ceph-mon[41109]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:27.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:26 smithi071 ceph-mon[41109]: from='client.14205 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi071=y;smithi104=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:14:27.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:26 smithi071 ceph-mon[41109]: Saving service mgr spec with placement smithi071=y;smithi104=x;count:2 2024-09-13T14:14:27.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:26 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:27.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:26 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:27.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:26 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:27.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:26 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:14:27.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:26 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:14:27.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:26 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:14:27.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:26 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:27.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:26 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-13T14:14:27.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:26 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-13T14:14:27.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:26 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-13T14:14:27.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:26 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:14:27.166 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2024-09-13T14:14:27.166 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2024-09-13T14:14:27.166 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000256321 s, 2.0 MB/s 2024-09-13T14:14:27.167 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-13T14:14:27.223 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/vg_nvme/lv_4 2024-09-13T14:14:27.278 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-13T14:14:27.279 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T14:14:27.279 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 5h/5d Inode: 973 Links: 1 2024-09-13T14:14:27.279 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T14:14:27.279 INFO:teuthology.orchestra.run.smithi071.stdout:Context: system_u:object_r:device_t:s0 2024-09-13T14:14:27.279 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2024-09-13 14:14:12.925800201 +0000 2024-09-13T14:14:27.279 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2024-09-13 14:09:15.988243912 +0000 2024-09-13T14:14:27.279 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2024-09-13 14:09:15.988243912 +0000 2024-09-13T14:14:27.279 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: 2024-09-13 14:09:15.988243912 +0000 2024-09-13T14:14:27.279 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-13T14:14:27.342 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2024-09-13T14:14:27.342 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2024-09-13T14:14:27.342 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000238391 s, 2.1 MB/s 2024-09-13T14:14:27.343 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-13T14:14:27.400 DEBUG:teuthology.orchestra.run.smithi104:> set -ex 2024-09-13T14:14:27.400 DEBUG:teuthology.orchestra.run.smithi104:> dd if=/scratch_devs of=/dev/stdout 2024-09-13T14:14:27.417 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-09-13T14:14:27.417 DEBUG:teuthology.orchestra.run.smithi104:> stat /dev/vg_nvme/lv_1 2024-09-13T14:14:27.472 INFO:teuthology.orchestra.run.smithi104.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-13T14:14:27.472 INFO:teuthology.orchestra.run.smithi104.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T14:14:27.473 INFO:teuthology.orchestra.run.smithi104.stdout:Device: 5h/5d Inode: 981 Links: 1 2024-09-13T14:14:27.473 INFO:teuthology.orchestra.run.smithi104.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T14:14:27.473 INFO:teuthology.orchestra.run.smithi104.stdout:Context: system_u:object_r:device_t:s0 2024-09-13T14:14:27.473 INFO:teuthology.orchestra.run.smithi104.stdout:Access: 2024-09-13 14:14:03.957323413 +0000 2024-09-13T14:14:27.473 INFO:teuthology.orchestra.run.smithi104.stdout:Modify: 2024-09-13 14:09:16.027613789 +0000 2024-09-13T14:14:27.473 INFO:teuthology.orchestra.run.smithi104.stdout:Change: 2024-09-13 14:09:16.027613789 +0000 2024-09-13T14:14:27.473 INFO:teuthology.orchestra.run.smithi104.stdout: Birth: 2024-09-13 14:09:16.027613789 +0000 2024-09-13T14:14:27.473 DEBUG:teuthology.orchestra.run.smithi104:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-13T14:14:27.537 INFO:teuthology.orchestra.run.smithi104.stderr:1+0 records in 2024-09-13T14:14:27.537 INFO:teuthology.orchestra.run.smithi104.stderr:1+0 records out 2024-09-13T14:14:27.537 INFO:teuthology.orchestra.run.smithi104.stderr:512 bytes copied, 0.000212721 s, 2.4 MB/s 2024-09-13T14:14:27.538 DEBUG:teuthology.orchestra.run.smithi104:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-13T14:14:27.595 DEBUG:teuthology.orchestra.run.smithi104:> stat /dev/vg_nvme/lv_2 2024-09-13T14:14:27.651 INFO:teuthology.orchestra.run.smithi104.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-13T14:14:27.651 INFO:teuthology.orchestra.run.smithi104.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T14:14:27.651 INFO:teuthology.orchestra.run.smithi104.stdout:Device: 5h/5d Inode: 977 Links: 1 2024-09-13T14:14:27.651 INFO:teuthology.orchestra.run.smithi104.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T14:14:27.652 INFO:teuthology.orchestra.run.smithi104.stdout:Context: system_u:object_r:device_t:s0 2024-09-13T14:14:27.652 INFO:teuthology.orchestra.run.smithi104.stdout:Access: 2024-09-13 14:14:03.957323413 +0000 2024-09-13T14:14:27.652 INFO:teuthology.orchestra.run.smithi104.stdout:Modify: 2024-09-13 14:09:16.027613789 +0000 2024-09-13T14:14:27.652 INFO:teuthology.orchestra.run.smithi104.stdout:Change: 2024-09-13 14:09:16.027613789 +0000 2024-09-13T14:14:27.652 INFO:teuthology.orchestra.run.smithi104.stdout: Birth: 2024-09-13 14:09:16.027613789 +0000 2024-09-13T14:14:27.652 DEBUG:teuthology.orchestra.run.smithi104:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-13T14:14:27.715 INFO:teuthology.orchestra.run.smithi104.stderr:1+0 records in 2024-09-13T14:14:27.715 INFO:teuthology.orchestra.run.smithi104.stderr:1+0 records out 2024-09-13T14:14:27.715 INFO:teuthology.orchestra.run.smithi104.stderr:512 bytes copied, 0.00019219 s, 2.7 MB/s 2024-09-13T14:14:27.716 DEBUG:teuthology.orchestra.run.smithi104:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-13T14:14:27.773 DEBUG:teuthology.orchestra.run.smithi104:> stat /dev/vg_nvme/lv_3 2024-09-13T14:14:27.828 INFO:teuthology.orchestra.run.smithi104.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-13T14:14:27.828 INFO:teuthology.orchestra.run.smithi104.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T14:14:27.828 INFO:teuthology.orchestra.run.smithi104.stdout:Device: 5h/5d Inode: 962 Links: 1 2024-09-13T14:14:27.828 INFO:teuthology.orchestra.run.smithi104.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T14:14:27.828 INFO:teuthology.orchestra.run.smithi104.stdout:Context: system_u:object_r:device_t:s0 2024-09-13T14:14:27.828 INFO:teuthology.orchestra.run.smithi104.stdout:Access: 2024-09-13 14:14:03.958323401 +0000 2024-09-13T14:14:27.828 INFO:teuthology.orchestra.run.smithi104.stdout:Modify: 2024-09-13 14:09:16.026613663 +0000 2024-09-13T14:14:27.829 INFO:teuthology.orchestra.run.smithi104.stdout:Change: 2024-09-13 14:09:16.026613663 +0000 2024-09-13T14:14:27.829 INFO:teuthology.orchestra.run.smithi104.stdout: Birth: 2024-09-13 14:09:16.026613663 +0000 2024-09-13T14:14:27.829 DEBUG:teuthology.orchestra.run.smithi104:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-13T14:14:27.891 INFO:teuthology.orchestra.run.smithi104.stderr:1+0 records in 2024-09-13T14:14:27.891 INFO:teuthology.orchestra.run.smithi104.stderr:1+0 records out 2024-09-13T14:14:27.891 INFO:teuthology.orchestra.run.smithi104.stderr:512 bytes copied, 0.000180253 s, 2.8 MB/s 2024-09-13T14:14:27.892 DEBUG:teuthology.orchestra.run.smithi104:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-13T14:14:27.950 DEBUG:teuthology.orchestra.run.smithi104:> stat /dev/vg_nvme/lv_4 2024-09-13T14:14:28.005 INFO:teuthology.orchestra.run.smithi104.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-13T14:14:28.005 INFO:teuthology.orchestra.run.smithi104.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T14:14:28.005 INFO:teuthology.orchestra.run.smithi104.stdout:Device: 5h/5d Inode: 971 Links: 1 2024-09-13T14:14:28.005 INFO:teuthology.orchestra.run.smithi104.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T14:14:28.005 INFO:teuthology.orchestra.run.smithi104.stdout:Context: system_u:object_r:device_t:s0 2024-09-13T14:14:28.005 INFO:teuthology.orchestra.run.smithi104.stdout:Access: 2024-09-13 14:14:03.958323401 +0000 2024-09-13T14:14:28.005 INFO:teuthology.orchestra.run.smithi104.stdout:Modify: 2024-09-13 14:09:16.026613663 +0000 2024-09-13T14:14:28.006 INFO:teuthology.orchestra.run.smithi104.stdout:Change: 2024-09-13 14:09:16.026613663 +0000 2024-09-13T14:14:28.006 INFO:teuthology.orchestra.run.smithi104.stdout: Birth: 2024-09-13 14:09:16.026613663 +0000 2024-09-13T14:14:28.006 DEBUG:teuthology.orchestra.run.smithi104:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-13T14:14:28.073 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:27 smithi104 ceph-mon[33426]: Deploying daemon mgr.x on smithi104 2024-09-13T14:14:28.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:27 smithi071 ceph-mon[29588]: Deploying daemon mgr.x on smithi104 2024-09-13T14:14:28.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:27 smithi071 ceph-mon[41109]: Deploying daemon mgr.x on smithi104 2024-09-13T14:14:28.171 INFO:teuthology.orchestra.run.smithi104.stderr:1+0 records in 2024-09-13T14:14:28.171 INFO:teuthology.orchestra.run.smithi104.stderr:1+0 records out 2024-09-13T14:14:28.171 INFO:teuthology.orchestra.run.smithi104.stderr:512 bytes copied, 0.00018938 s, 2.7 MB/s 2024-09-13T14:14:28.172 DEBUG:teuthology.orchestra.run.smithi104:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-13T14:14:28.235 INFO:tasks.cephadm:Deploying osd.0 on smithi071 with /dev/vg_nvme/lv_4... 2024-09-13T14:14:28.236 DEBUG:teuthology.orchestra.run.smithi071:> 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 18f8172c-71da-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-13T14:14:28.434 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:14:28.671 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:14:28 smithi104 podman[35458]: 2024-09-13 14:14:28.57999321 +0000 UTC m=+0.115213775 container create d2e66c9e84d62dc0cf3c9306808924867c11f725d76b66b8161c0a0c76fd856b (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x, 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, RELEASE=reef-2c01458, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD) 2024-09-13T14:14:29.120 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:28 smithi104 ceph-mon[33426]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:29.121 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:14:28 smithi104 podman[35458]: 2024-09-13 14:14:28.782329373 +0000 UTC m=+0.317549938 container init d2e66c9e84d62dc0cf3c9306808924867c11f725d76b66b8161c0a0c76fd856b (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, ceph=True, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, 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, RELEASE=reef-2c01458) 2024-09-13T14:14:29.121 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:14:28 smithi104 podman[35458]: 2024-09-13 14:14:28.787253297 +0000 UTC m=+0.322473863 container start d2e66c9e84d62dc0cf3c9306808924867c11f725d76b66b8161c0a0c76fd856b (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, ceph=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , RELEASE=reef-2c01458, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, io.buildah.version=1.37.2) 2024-09-13T14:14:29.121 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:14:28 smithi104 ceph-mgr[35496]: -- 172.21.15.104:0/2585333331 <== mon.1 v2:172.21.15.104:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5606b6cf8d00 con 0x5606b6ccd000 2024-09-13T14:14:29.121 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:14:28 smithi104 bash[35458]: d2e66c9e84d62dc0cf3c9306808924867c11f725d76b66b8161c0a0c76fd856b 2024-09-13T14:14:29.121 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:14:28 smithi104 systemd[1]: Started Ceph mgr.x for 18f8172c-71da-11ef-bceb-c7b262605968. 2024-09-13T14:14:29.121 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:14:28 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[35473]: 2024-09-13T14:14:28.903+0000 7f5745958040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-13T14:14:29.121 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:14:28 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[35473]: 2024-09-13T14:14:28.963+0000 7f5745958040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-13T14:14:29.121 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:14:29 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[35473]: 2024-09-13T14:14:29.119+0000 7f5745958040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-13T14:14:29.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:28 smithi071 ceph-mon[29588]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:29.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:28 smithi071 ceph-mon[41109]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:29.421 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:14:29 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[35473]: 2024-09-13T14:14:29.188+0000 7f5745958040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-13T14:14:29.421 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:14:29 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[35473]: 2024-09-13T14:14:29.350+0000 7f5745958040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-13T14:14:29.814 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:14:29 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[35473]: 2024-09-13T14:14:29.496+0000 7f5745958040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-13T14:14:30.171 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:14:29 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[35473]: 2024-09-13T14:14:29.813+0000 7f5745958040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-13T14:14:30.171 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:14:29 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[35473]: 2024-09-13T14:14:29.874+0000 7f5745958040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-13T14:14:30.171 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:14:30 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[35473]: 2024-09-13T14:14:30.057+0000 7f5745958040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-13T14:14:30.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:29 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:30.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:29 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:30.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:29 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:30.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:29 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:30.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:29 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:14:30.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:29 smithi104 ceph-mon[33426]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:30.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:29 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:30.211 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:29 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:30.211 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:29 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:30.212 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:29 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:30.212 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:29 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:30.212 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:29 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:14:30.212 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:29 smithi071 ceph-mon[29588]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:30.212 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:29 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:30.212 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:29 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:30.212 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:29 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:30.212 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:29 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:30.212 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:29 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:30.212 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:29 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:14:30.212 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:29 smithi071 ceph-mon[41109]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:30.213 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:29 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:30.783 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:14:30.801 DEBUG:teuthology.orchestra.run.smithi071:> 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 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi071:vg_nvme/lv_4 2024-09-13T14:14:31.333 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:31 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:31.333 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:31 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:31.333 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:31 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:14:31.334 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:31 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:14:31.334 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:31 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:31.334 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:31 smithi071 ceph-mon[41109]: Reconfiguring mgr.y (unknown last config time)... 2024-09-13T14:14:31.334 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:31 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-13T14:14:31.334 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:31 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-13T14:14:31.334 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:31 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:14:31.334 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:31 smithi071 ceph-mon[41109]: Reconfiguring daemon mgr.y on smithi071 2024-09-13T14:14:31.334 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:31 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:31.334 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:31 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:31.334 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:31 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:14:31.335 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:31 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:14:31.335 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:31 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:31.335 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:31 smithi071 ceph-mon[29588]: Reconfiguring mgr.y (unknown last config time)... 2024-09-13T14:14:31.335 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:31 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-13T14:14:31.335 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:31 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-13T14:14:31.335 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:31 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:14:31.335 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:31 smithi071 ceph-mon[29588]: Reconfiguring daemon mgr.y on smithi071 2024-09-13T14:14:31.421 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:14:30 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[35473]: 2024-09-13T14:14:30.932+0000 7f5745958040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-13T14:14:31.421 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:14:30 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[35473]: 2024-09-13T14:14:30.996+0000 7f5745958040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-13T14:14:31.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:31 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:31.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:31 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:31.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:31 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:14:31.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:31 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:14:31.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:31 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:31.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:31 smithi104 ceph-mon[33426]: Reconfiguring mgr.y (unknown last config time)... 2024-09-13T14:14:31.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:31 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-13T14:14:31.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:31 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-13T14:14:31.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:31 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:14:31.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:31 smithi104 ceph-mon[33426]: Reconfiguring daemon mgr.y on smithi071 2024-09-13T14:14:31.565 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:14:31.951 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:14:31 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[35473]: 2024-09-13T14:14:31.698+0000 7f5745958040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-13T14:14:31.951 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:14:31 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[35473]: 2024-09-13T14:14:31.811+0000 7f5745958040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-13T14:14:31.951 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:14:31 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[35473]: 2024-09-13T14:14:31.948+0000 7f5745958040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-13T14:14:32.223 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:32 smithi104 ceph-mon[33426]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:32.223 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:32 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:32.223 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:32 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:32.223 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:32 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:14:32.223 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:14:32 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[35473]: 2024-09-13T14:14:32.009+0000 7f5745958040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-13T14:14:32.223 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:14:32 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[35473]: 2024-09-13T14:14:32.154+0000 7f5745958040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-13T14:14:32.224 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:14:32 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[35473]: 2024-09-13T14:14:32.220+0000 7f5745958040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-13T14:14:32.257 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:32 smithi071 ceph-mon[29588]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:32.257 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:32 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:32.257 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:32 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:32.257 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:32 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:14:32.257 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:32 smithi071 ceph-mon[41109]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:32.257 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:32 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:32.257 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:32 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:32.257 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:32 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:14:32.503 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:14:32 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[35473]: 2024-09-13T14:14:32.279+0000 7f5745958040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-13T14:14:32.503 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:14:32 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[35473]: 2024-09-13T14:14:32.437+0000 7f5745958040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-13T14:14:32.503 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:14:32 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[35473]: 2024-09-13T14:14:32.501+0000 7f5745958040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-13T14:14:32.763 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:14:32 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[35473]: 2024-09-13T14:14:32.566+0000 7f5745958040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-13T14:14:32.763 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:14:32 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[35473]: 2024-09-13T14:14:32.646+0000 7f5745958040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-13T14:14:32.763 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:14:32 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[35473]: 2024-09-13T14:14:32.703+0000 7f5745958040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-13T14:14:32.763 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:14:32 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[35473]: 2024-09-13T14:14:32.761+0000 7f5745958040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-13T14:14:33.310 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:33 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:14:33.310 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:33 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:14:33.310 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:33 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:33.310 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:33 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:14:33.311 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:33 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:14:33.311 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:33 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:33.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:33 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:14:33.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:33 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:14:33.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:33 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:33.921 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:14:33 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[35473]: 2024-09-13T14:14:33.522+0000 7f5745958040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-13T14:14:34.317 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:34 smithi071 ceph-mon[29588]: Standby manager daemon x started 2024-09-13T14:14:34.317 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:34 smithi071 ceph-mon[29588]: from='mgr.? 172.21.15.104:0/2138378883' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-13T14:14:34.317 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:34 smithi071 ceph-mon[29588]: from='mgr.? 172.21.15.104:0/2138378883' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-13T14:14:34.317 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:34 smithi071 ceph-mon[29588]: from='mgr.? 172.21.15.104:0/2138378883' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-13T14:14:34.317 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:34 smithi071 ceph-mon[29588]: from='mgr.? 172.21.15.104:0/2138378883' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-13T14:14:34.317 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:34 smithi071 ceph-mon[29588]: from='client.24116 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:14:34.317 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:34 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-13T14:14:34.317 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:34 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-13T14:14:34.318 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:34 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:14:34.318 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:34 smithi071 ceph-mon[29588]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:34.318 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:34 smithi071 ceph-mon[41109]: Standby manager daemon x started 2024-09-13T14:14:34.318 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:34 smithi071 ceph-mon[41109]: from='mgr.? 172.21.15.104:0/2138378883' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-13T14:14:34.318 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:34 smithi071 ceph-mon[41109]: from='mgr.? 172.21.15.104:0/2138378883' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-13T14:14:34.318 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:34 smithi071 ceph-mon[41109]: from='mgr.? 172.21.15.104:0/2138378883' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-13T14:14:34.318 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:34 smithi071 ceph-mon[41109]: from='mgr.? 172.21.15.104:0/2138378883' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-13T14:14:34.318 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:34 smithi071 ceph-mon[41109]: from='client.24116 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:14:34.318 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:34 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-13T14:14:34.318 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:34 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-13T14:14:34.318 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:34 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:14:34.318 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:34 smithi071 ceph-mon[41109]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:34.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:34 smithi104 ceph-mon[33426]: Standby manager daemon x started 2024-09-13T14:14:34.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:34 smithi104 ceph-mon[33426]: from='mgr.? 172.21.15.104:0/2138378883' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-13T14:14:34.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:34 smithi104 ceph-mon[33426]: from='mgr.? 172.21.15.104:0/2138378883' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-13T14:14:34.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:34 smithi104 ceph-mon[33426]: from='mgr.? 172.21.15.104:0/2138378883' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-13T14:14:34.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:34 smithi104 ceph-mon[33426]: from='mgr.? 172.21.15.104:0/2138378883' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-13T14:14:34.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:34 smithi104 ceph-mon[33426]: from='client.24116 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:14:34.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:34 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-13T14:14:34.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:34 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-13T14:14:34.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:34 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:14:34.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:34 smithi104 ceph-mon[33426]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:35.474 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:35 smithi071 ceph-mon[29588]: mgrmap e14: y(active, since 64s), standbys: x 2024-09-13T14:14:35.474 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:35 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-13T14:14:35.474 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:35 smithi071 ceph-mon[41109]: mgrmap e14: y(active, since 64s), standbys: x 2024-09-13T14:14:35.474 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:35 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-13T14:14:35.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:35 smithi104 ceph-mon[33426]: mgrmap e14: y(active, since 64s), standbys: x 2024-09-13T14:14:35.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:35 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-13T14:14:36.433 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:36 smithi071 ceph-mon[29588]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:36.433 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:36 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/1371628667' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fd3f37eb-3ff9-4549-8e14-55ab9c6297a3"}]: dispatch 2024-09-13T14:14:36.433 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:36 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/1371628667' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fd3f37eb-3ff9-4549-8e14-55ab9c6297a3"}]': finished 2024-09-13T14:14:36.433 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:36 smithi071 ceph-mon[29588]: osdmap e5: 1 total, 0 up, 1 in 2024-09-13T14:14:36.433 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:36 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T14:14:36.434 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:36 smithi071 ceph-mon[41109]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:36.434 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:36 smithi071 ceph-mon[41109]: from='client.? 172.21.15.71:0/1371628667' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fd3f37eb-3ff9-4549-8e14-55ab9c6297a3"}]: dispatch 2024-09-13T14:14:36.434 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:36 smithi071 ceph-mon[41109]: from='client.? 172.21.15.71:0/1371628667' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fd3f37eb-3ff9-4549-8e14-55ab9c6297a3"}]': finished 2024-09-13T14:14:36.434 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:36 smithi071 ceph-mon[41109]: osdmap e5: 1 total, 0 up, 1 in 2024-09-13T14:14:36.434 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:36 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T14:14:36.573 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:36 smithi104 ceph-mon[33426]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:36.573 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:36 smithi104 ceph-mon[33426]: from='client.? 172.21.15.71:0/1371628667' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fd3f37eb-3ff9-4549-8e14-55ab9c6297a3"}]: dispatch 2024-09-13T14:14:36.573 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:36 smithi104 ceph-mon[33426]: from='client.? 172.21.15.71:0/1371628667' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fd3f37eb-3ff9-4549-8e14-55ab9c6297a3"}]': finished 2024-09-13T14:14:36.573 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:36 smithi104 ceph-mon[33426]: osdmap e5: 1 total, 0 up, 1 in 2024-09-13T14:14:36.573 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:36 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T14:14:37.589 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:37 smithi104 ceph-mon[33426]: from='client.? 172.21.15.71:0/4090085182' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-13T14:14:37.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:37 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/4090085182' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-13T14:14:37.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:37 smithi071 ceph-mon[41109]: from='client.? 172.21.15.71:0/4090085182' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-13T14:14:38.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:38 smithi104 ceph-mon[33426]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:38.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:38 smithi071 ceph-mon[29588]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:38.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:38 smithi071 ceph-mon[41109]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:40.878 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:40 smithi071 ceph-mon[29588]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:40.878 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:40 smithi071 ceph-mon[41109]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:41.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:40 smithi104 ceph-mon[33426]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:43.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:42 smithi071 ceph-mon[29588]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:43.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:42 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-13T14:14:43.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:42 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:14:43.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:42 smithi071 ceph-mon[41109]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:43.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:42 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-13T14:14:43.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:42 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:14:43.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:42 smithi104 ceph-mon[33426]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:43.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:42 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-13T14:14:43.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:42 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:14:44.018 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:43 smithi071 ceph-mon[29588]: Deploying daemon osd.0 on smithi071 2024-09-13T14:14:44.018 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:43 smithi071 ceph-mon[41109]: Deploying daemon osd.0 on smithi071 2024-09-13T14:14:44.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:43 smithi104 ceph-mon[33426]: Deploying daemon osd.0 on smithi071 2024-09-13T14:14:44.970 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:44 smithi071 ceph-mon[29588]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:44.970 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:44 smithi071 ceph-mon[41109]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:45.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:44 smithi104 ceph-mon[33426]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:47.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:46 smithi071 ceph-mon[29588]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:47.053 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:46 smithi071 ceph-mon[41109]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:47.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:46 smithi104 ceph-mon[33426]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:48.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:47 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:14:48.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:47 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:48.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:47 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:48.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:47 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:14:48.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:47 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:48.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:47 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:48.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:47 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:14:48.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:47 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:48.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:47 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:48.930 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:48 smithi071 ceph-mon[29588]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:48.931 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:48 smithi071 ceph-mon[41109]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:49.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:48 smithi104 ceph-mon[33426]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:50.405 INFO:teuthology.orchestra.run.smithi071.stdout:Created osd(s) 0 on host 'smithi071' 2024-09-13T14:14:50.983 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:50 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:50.983 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:50 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:50.984 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:50 smithi071 ceph-mon[29588]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:50.984 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:50 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:14:50.984 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:50 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:14:50.984 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:50 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:50.984 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:50 smithi071 ceph-mon[29588]: from='osd.0 [v2:172.21.15.71:6802/1833957234,v1:172.21.15.71:6803/1833957234]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-13T14:14:50.984 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:50 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:14:50.984 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:50 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:50.984 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:50 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:50.984 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:50 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:50.984 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:50 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:50.984 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:50 smithi071 ceph-mon[41109]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:50.985 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:50 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:14:50.985 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:50 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:14:50.985 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:50 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:50.985 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:50 smithi071 ceph-mon[41109]: from='osd.0 [v2:172.21.15.71:6802/1833957234,v1:172.21.15.71:6803/1833957234]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-13T14:14:50.985 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:50 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:14:50.985 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:50 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:50.985 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:50 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:51.003 DEBUG:teuthology.orchestra.run.smithi071:osd.0> sudo journalctl -f -n 0 -u ceph-18f8172c-71da-11ef-bceb-c7b262605968@osd.0.service 2024-09-13T14:14:51.005 INFO:tasks.cephadm:Deploying osd.1 on smithi071 with /dev/vg_nvme/lv_3... 2024-09-13T14:14:51.005 DEBUG:teuthology.orchestra.run.smithi071:> 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 18f8172c-71da-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_3 2024-09-13T14:14:51.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:50 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:51.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:50 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:51.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:50 smithi104 ceph-mon[33426]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:51.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:50 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:14:51.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:50 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:14:51.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:50 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:51.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:50 smithi104 ceph-mon[33426]: from='osd.0 [v2:172.21.15.71:6802/1833957234,v1:172.21.15.71:6803/1833957234]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-13T14:14:51.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:50 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:14:51.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:50 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:51.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:50 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:51.779 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:14:51.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:51 smithi071 ceph-mon[29588]: from='osd.0 [v2:172.21.15.71:6802/1833957234,v1:172.21.15.71:6803/1833957234]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-13T14:14:51.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:51 smithi071 ceph-mon[29588]: osdmap e6: 1 total, 0 up, 1 in 2024-09-13T14:14:51.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:51 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T14:14:51.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:51 smithi071 ceph-mon[29588]: from='osd.0 [v2:172.21.15.71:6802/1833957234,v1:172.21.15.71:6803/1833957234]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-13T14:14:51.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:51 smithi071 ceph-mon[41109]: from='osd.0 [v2:172.21.15.71:6802/1833957234,v1:172.21.15.71:6803/1833957234]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-13T14:14:51.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:51 smithi071 ceph-mon[41109]: osdmap e6: 1 total, 0 up, 1 in 2024-09-13T14:14:51.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:51 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T14:14:51.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:51 smithi071 ceph-mon[41109]: from='osd.0 [v2:172.21.15.71:6802/1833957234,v1:172.21.15.71:6803/1833957234]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-13T14:14:51.891 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:14:51 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-0[45470]: 2024-09-13T14:14:51.750+0000 7febda834640 -1 osd.0 0 waiting for initial osdmap 2024-09-13T14:14:51.892 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:14:51 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-0[45470]: 2024-09-13T14:14:51.756+0000 7febd665d640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-13T14:14:52.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:51 smithi104 ceph-mon[33426]: from='osd.0 [v2:172.21.15.71:6802/1833957234,v1:172.21.15.71:6803/1833957234]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-13T14:14:52.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:51 smithi104 ceph-mon[33426]: osdmap e6: 1 total, 0 up, 1 in 2024-09-13T14:14:52.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:51 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T14:14:52.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:51 smithi104 ceph-mon[33426]: from='osd.0 [v2:172.21.15.71:6802/1833957234,v1:172.21.15.71:6803/1833957234]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-13T14:14:52.979 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:52 smithi071 ceph-mon[29588]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:52.979 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:52 smithi071 ceph-mon[29588]: from='osd.0 [v2:172.21.15.71:6802/1833957234,v1:172.21.15.71:6803/1833957234]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-09-13T14:14:52.979 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:52 smithi071 ceph-mon[29588]: osdmap e7: 1 total, 0 up, 1 in 2024-09-13T14:14:52.979 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:52 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T14:14:52.979 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:52 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T14:14:52.980 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:52 smithi071 ceph-mon[41109]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:52.980 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:52 smithi071 ceph-mon[41109]: from='osd.0 [v2:172.21.15.71:6802/1833957234,v1:172.21.15.71:6803/1833957234]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-09-13T14:14:52.980 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:52 smithi071 ceph-mon[41109]: osdmap e7: 1 total, 0 up, 1 in 2024-09-13T14:14:52.980 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:52 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T14:14:52.980 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:52 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T14:14:53.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:52 smithi104 ceph-mon[33426]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:53.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:52 smithi104 ceph-mon[33426]: from='osd.0 [v2:172.21.15.71:6802/1833957234,v1:172.21.15.71:6803/1833957234]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-09-13T14:14:53.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:52 smithi104 ceph-mon[33426]: osdmap e7: 1 total, 0 up, 1 in 2024-09-13T14:14:53.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:52 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T14:14:53.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:52 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T14:14:54.061 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:53 smithi071 ceph-mon[29588]: purged_snaps scrub starts 2024-09-13T14:14:54.061 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:53 smithi071 ceph-mon[29588]: purged_snaps scrub ok 2024-09-13T14:14:54.061 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:53 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T14:14:54.061 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:53 smithi071 ceph-mon[29588]: osd.0 [v2:172.21.15.71:6802/1833957234,v1:172.21.15.71:6803/1833957234] boot 2024-09-13T14:14:54.061 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:53 smithi071 ceph-mon[29588]: osdmap e8: 1 total, 1 up, 1 in 2024-09-13T14:14:54.061 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:53 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T14:14:54.062 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:53 smithi071 ceph-mon[41109]: purged_snaps scrub starts 2024-09-13T14:14:54.062 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:53 smithi071 ceph-mon[41109]: purged_snaps scrub ok 2024-09-13T14:14:54.062 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:53 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T14:14:54.062 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:53 smithi071 ceph-mon[41109]: osd.0 [v2:172.21.15.71:6802/1833957234,v1:172.21.15.71:6803/1833957234] boot 2024-09-13T14:14:54.062 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:53 smithi071 ceph-mon[41109]: osdmap e8: 1 total, 1 up, 1 in 2024-09-13T14:14:54.062 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:53 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T14:14:54.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:53 smithi104 ceph-mon[33426]: purged_snaps scrub starts 2024-09-13T14:14:54.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:53 smithi104 ceph-mon[33426]: purged_snaps scrub ok 2024-09-13T14:14:54.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:53 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T14:14:54.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:53 smithi104 ceph-mon[33426]: osd.0 [v2:172.21.15.71:6802/1833957234,v1:172.21.15.71:6803/1833957234] boot 2024-09-13T14:14:54.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:53 smithi104 ceph-mon[33426]: osdmap e8: 1 total, 1 up, 1 in 2024-09-13T14:14:54.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:53 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T14:14:55.129 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:54 smithi071 ceph-mon[29588]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:55.129 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:54 smithi071 ceph-mon[29588]: osdmap e9: 1 total, 1 up, 1 in 2024-09-13T14:14:55.129 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:54 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:55.129 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:54 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:55.129 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:54 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:14:55.129 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:54 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:55.130 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:54 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:14:55.130 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:54 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:14:55.130 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:54 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:55.130 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:54 smithi071 ceph-mon[41109]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:55.130 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:54 smithi071 ceph-mon[41109]: osdmap e9: 1 total, 1 up, 1 in 2024-09-13T14:14:55.130 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:54 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:55.130 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:54 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:55.130 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:54 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:14:55.130 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:54 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:55.130 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:54 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:14:55.130 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:54 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:14:55.130 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:54 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:55.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:54 smithi104 ceph-mon[33426]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T14:14:55.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:54 smithi104 ceph-mon[33426]: osdmap e9: 1 total, 1 up, 1 in 2024-09-13T14:14:55.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:54 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:55.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:54 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:55.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:54 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:14:55.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:54 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:55.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:54 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:14:55.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:54 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:14:55.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:54 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:14:55.867 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:14:55.886 DEBUG:teuthology.orchestra.run.smithi071:> 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 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi071:vg_nvme/lv_3 2024-09-13T14:14:56.097 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:14:56.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:55 smithi071 ceph-mon[29588]: Detected new or changed devices on smithi071 2024-09-13T14:14:56.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:55 smithi071 ceph-mon[29588]: Adjusting osd_memory_target on smithi071 to 16064M 2024-09-13T14:14:56.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:55 smithi071 ceph-mon[41109]: Detected new or changed devices on smithi071 2024-09-13T14:14:56.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:55 smithi071 ceph-mon[41109]: Adjusting osd_memory_target on smithi071 to 16064M 2024-09-13T14:14:56.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:55 smithi104 ceph-mon[33426]: Detected new or changed devices on smithi071 2024-09-13T14:14:56.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:55 smithi104 ceph-mon[33426]: Adjusting osd_memory_target on smithi071 to 16064M 2024-09-13T14:14:57.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:56 smithi071 ceph-mon[29588]: pgmap v42: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T14:14:57.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:56 smithi071 ceph-mon[41109]: pgmap v42: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T14:14:57.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:56 smithi104 ceph-mon[33426]: pgmap v42: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T14:14:58.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:58 smithi071 ceph-mon[29588]: pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T14:14:58.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:58 smithi071 ceph-mon[29588]: from='client.14244 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:14:58.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:58 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-13T14:14:58.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:58 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-13T14:14:58.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:14:58 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:14:58.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:58 smithi071 ceph-mon[41109]: pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T14:14:58.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:58 smithi071 ceph-mon[41109]: from='client.14244 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:14:58.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:58 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-13T14:14:58.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:58 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-13T14:14:58.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:14:58 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:14:59.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:58 smithi104 ceph-mon[33426]: pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T14:14:59.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:58 smithi104 ceph-mon[33426]: from='client.14244 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:14:59.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:58 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-13T14:14:59.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:58 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-13T14:14:59.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:14:58 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:15:01.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:00 smithi071 ceph-mon[41109]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T14:15:01.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:00 smithi071 ceph-mon[41109]: from='client.? 172.21.15.71:0/2882370108' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b2b5fc6c-0aa1-4eed-9fcc-59816f01ba10"}]: dispatch 2024-09-13T14:15:01.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:00 smithi071 ceph-mon[41109]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b2b5fc6c-0aa1-4eed-9fcc-59816f01ba10"}]: dispatch 2024-09-13T14:15:01.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:00 smithi071 ceph-mon[41109]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b2b5fc6c-0aa1-4eed-9fcc-59816f01ba10"}]': finished 2024-09-13T14:15:01.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:00 smithi071 ceph-mon[41109]: osdmap e10: 2 total, 1 up, 2 in 2024-09-13T14:15:01.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:00 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T14:15:01.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:00 smithi071 ceph-mon[29588]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T14:15:01.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:00 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/2882370108' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b2b5fc6c-0aa1-4eed-9fcc-59816f01ba10"}]: dispatch 2024-09-13T14:15:01.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:00 smithi071 ceph-mon[29588]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b2b5fc6c-0aa1-4eed-9fcc-59816f01ba10"}]: dispatch 2024-09-13T14:15:01.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:00 smithi071 ceph-mon[29588]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b2b5fc6c-0aa1-4eed-9fcc-59816f01ba10"}]': finished 2024-09-13T14:15:01.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:00 smithi071 ceph-mon[29588]: osdmap e10: 2 total, 1 up, 2 in 2024-09-13T14:15:01.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:00 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T14:15:01.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:00 smithi104 ceph-mon[33426]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T14:15:01.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:00 smithi104 ceph-mon[33426]: from='client.? 172.21.15.71:0/2882370108' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b2b5fc6c-0aa1-4eed-9fcc-59816f01ba10"}]: dispatch 2024-09-13T14:15:01.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:00 smithi104 ceph-mon[33426]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b2b5fc6c-0aa1-4eed-9fcc-59816f01ba10"}]: dispatch 2024-09-13T14:15:01.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:00 smithi104 ceph-mon[33426]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b2b5fc6c-0aa1-4eed-9fcc-59816f01ba10"}]': finished 2024-09-13T14:15:01.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:00 smithi104 ceph-mon[33426]: osdmap e10: 2 total, 1 up, 2 in 2024-09-13T14:15:01.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:00 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T14:15:02.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:01 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/1027068291' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-13T14:15:02.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:01 smithi071 ceph-mon[41109]: from='client.? 172.21.15.71:0/1027068291' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-13T14:15:02.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:01 smithi104 ceph-mon[33426]: from='client.? 172.21.15.71:0/1027068291' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-13T14:15:03.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:02 smithi071 ceph-mon[29588]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T14:15:03.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:02 smithi071 ceph-mon[41109]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T14:15:03.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:02 smithi104 ceph-mon[33426]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T14:15:05.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:04 smithi071 ceph-mon[29588]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T14:15:05.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:04 smithi071 ceph-mon[41109]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T14:15:05.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:04 smithi104 ceph-mon[33426]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T14:15:07.056 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:06 smithi071 ceph-mon[29588]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T14:15:07.057 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:06 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-13T14:15:07.057 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:06 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:15:07.057 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:06 smithi071 ceph-mon[41109]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T14:15:07.057 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:06 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-13T14:15:07.057 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:06 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:15:07.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:06 smithi104 ceph-mon[33426]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T14:15:07.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:06 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-13T14:15:07.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:06 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:15:08.121 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:07 smithi071 ceph-mon[29588]: Deploying daemon osd.1 on smithi071 2024-09-13T14:15:08.121 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:07 smithi071 ceph-mon[41109]: Deploying daemon osd.1 on smithi071 2024-09-13T14:15:08.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:07 smithi104 ceph-mon[33426]: Deploying daemon osd.1 on smithi071 2024-09-13T14:15:08.984 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:08 smithi071 ceph-mon[29588]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T14:15:08.984 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:08 smithi071 ceph-mon[41109]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T14:15:09.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:08 smithi104 ceph-mon[33426]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T14:15:11.120 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:10 smithi071 ceph-mon[29588]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T14:15:11.121 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:10 smithi071 ceph-mon[41109]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T14:15:11.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:10 smithi104 ceph-mon[33426]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T14:15:12.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:11 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:15:12.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:11 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:12.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:11 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:12.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:11 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:15:12.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:11 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:12.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:11 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:12.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:11 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:15:12.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:11 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:12.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:11 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:12.879 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:12 smithi071 ceph-mon[29588]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T14:15:12.880 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:12 smithi071 ceph-mon[41109]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T14:15:13.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:12 smithi104 ceph-mon[33426]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T14:15:14.738 INFO:teuthology.orchestra.run.smithi071.stdout:Created osd(s) 1 on host 'smithi071' 2024-09-13T14:15:15.045 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:14 smithi071 ceph-mon[29588]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T14:15:15.045 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:14 smithi071 ceph-mon[29588]: from='osd.1 [v2:172.21.15.71:6810/2602279706,v1:172.21.15.71:6811/2602279706]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-13T14:15:15.045 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:14 smithi071 ceph-mon[29588]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-13T14:15:15.045 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:14 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:15.045 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:14 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:15.046 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:14 smithi071 ceph-mon[41109]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T14:15:15.046 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:14 smithi071 ceph-mon[41109]: from='osd.1 [v2:172.21.15.71:6810/2602279706,v1:172.21.15.71:6811/2602279706]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-13T14:15:15.046 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:14 smithi071 ceph-mon[41109]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-13T14:15:15.046 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:14 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:15.046 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:14 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:15.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:14 smithi104 ceph-mon[33426]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T14:15:15.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:14 smithi104 ceph-mon[33426]: from='osd.1 [v2:172.21.15.71:6810/2602279706,v1:172.21.15.71:6811/2602279706]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-13T14:15:15.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:14 smithi104 ceph-mon[33426]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-13T14:15:15.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:14 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:15.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:14 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:15.340 DEBUG:teuthology.orchestra.run.smithi071:osd.1> sudo journalctl -f -n 0 -u ceph-18f8172c-71da-11ef-bceb-c7b262605968@osd.1.service 2024-09-13T14:15:15.343 INFO:tasks.cephadm:Deploying osd.2 on smithi071 with /dev/vg_nvme/lv_2... 2024-09-13T14:15:15.343 DEBUG:teuthology.orchestra.run.smithi071:> 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 18f8172c-71da-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_2 2024-09-13T14:15:15.584 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:15:15.990 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:15 smithi071 ceph-mon[29588]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-13T14:15:15.990 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:15 smithi071 ceph-mon[29588]: osdmap e11: 2 total, 1 up, 2 in 2024-09-13T14:15:15.990 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:15 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T14:15:15.991 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:15 smithi071 ceph-mon[29588]: from='osd.1 [v2:172.21.15.71:6810/2602279706,v1:172.21.15.71:6811/2602279706]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-13T14:15:15.991 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:15 smithi071 ceph-mon[29588]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-13T14:15:15.991 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:15 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:15.991 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:15 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:15.991 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:15 smithi071 ceph-mon[41109]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-13T14:15:15.991 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:15 smithi071 ceph-mon[41109]: osdmap e11: 2 total, 1 up, 2 in 2024-09-13T14:15:15.991 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:15 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T14:15:15.991 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:15 smithi071 ceph-mon[41109]: from='osd.1 [v2:172.21.15.71:6810/2602279706,v1:172.21.15.71:6811/2602279706]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-13T14:15:15.991 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:15 smithi071 ceph-mon[41109]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-13T14:15:15.992 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:15 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:15.992 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:15 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:16.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:15 smithi104 ceph-mon[33426]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-13T14:15:16.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:15 smithi104 ceph-mon[33426]: osdmap e11: 2 total, 1 up, 2 in 2024-09-13T14:15:16.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:15 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T14:15:16.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:15 smithi104 ceph-mon[33426]: from='osd.1 [v2:172.21.15.71:6810/2602279706,v1:172.21.15.71:6811/2602279706]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-13T14:15:16.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:15 smithi104 ceph-mon[33426]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-13T14:15:16.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:15 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:16.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:15 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:16.636 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:15:16 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-1[51370]: 2024-09-13T14:15:16.302+0000 7f5acf24f640 -1 osd.1 0 waiting for initial osdmap 2024-09-13T14:15:16.636 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:15:16 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-1[51370]: 2024-09-13T14:15:16.305+0000 7f5ac6859640 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-13T14:15:16.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:16 smithi071 ceph-mon[29588]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T14:15:16.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:16 smithi071 ceph-mon[29588]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-09-13T14:15:16.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:16 smithi071 ceph-mon[29588]: osdmap e12: 2 total, 1 up, 2 in 2024-09-13T14:15:16.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:16 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T14:15:16.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:16 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T14:15:16.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:16 smithi071 ceph-mon[29588]: from='osd.1 ' entity='osd.1' 2024-09-13T14:15:16.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:16 smithi071 ceph-mon[41109]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T14:15:16.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:16 smithi071 ceph-mon[41109]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-09-13T14:15:16.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:16 smithi071 ceph-mon[41109]: osdmap e12: 2 total, 1 up, 2 in 2024-09-13T14:15:16.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:16 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T14:15:16.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:16 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T14:15:16.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:16 smithi071 ceph-mon[41109]: from='osd.1 ' entity='osd.1' 2024-09-13T14:15:17.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:16 smithi104 ceph-mon[33426]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T14:15:17.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:16 smithi104 ceph-mon[33426]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-09-13T14:15:17.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:16 smithi104 ceph-mon[33426]: osdmap e12: 2 total, 1 up, 2 in 2024-09-13T14:15:17.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:16 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T14:15:17.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:16 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T14:15:17.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:16 smithi104 ceph-mon[33426]: from='osd.1 ' entity='osd.1' 2024-09-13T14:15:18.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:17 smithi071 ceph-mon[29588]: purged_snaps scrub starts 2024-09-13T14:15:18.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:17 smithi071 ceph-mon[29588]: purged_snaps scrub ok 2024-09-13T14:15:18.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:17 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T14:15:18.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:17 smithi071 ceph-mon[29588]: osd.1 [v2:172.21.15.71:6810/2602279706,v1:172.21.15.71:6811/2602279706] boot 2024-09-13T14:15:18.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:17 smithi071 ceph-mon[29588]: osdmap e13: 2 total, 2 up, 2 in 2024-09-13T14:15:18.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:17 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T14:15:18.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:17 smithi071 ceph-mon[41109]: purged_snaps scrub starts 2024-09-13T14:15:18.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:17 smithi071 ceph-mon[41109]: purged_snaps scrub ok 2024-09-13T14:15:18.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:17 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T14:15:18.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:17 smithi071 ceph-mon[41109]: osd.1 [v2:172.21.15.71:6810/2602279706,v1:172.21.15.71:6811/2602279706] boot 2024-09-13T14:15:18.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:17 smithi071 ceph-mon[41109]: osdmap e13: 2 total, 2 up, 2 in 2024-09-13T14:15:18.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:17 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T14:15:18.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:17 smithi104 ceph-mon[33426]: purged_snaps scrub starts 2024-09-13T14:15:18.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:17 smithi104 ceph-mon[33426]: purged_snaps scrub ok 2024-09-13T14:15:18.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:17 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T14:15:18.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:17 smithi104 ceph-mon[33426]: osd.1 [v2:172.21.15.71:6810/2602279706,v1:172.21.15.71:6811/2602279706] boot 2024-09-13T14:15:18.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:17 smithi104 ceph-mon[33426]: osdmap e13: 2 total, 2 up, 2 in 2024-09-13T14:15:18.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:17 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T14:15:18.876 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:18 smithi071 ceph-mon[29588]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T14:15:18.876 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:18 smithi071 ceph-mon[29588]: osdmap e14: 2 total, 2 up, 2 in 2024-09-13T14:15:18.876 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:18 smithi071 ceph-mon[41109]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T14:15:18.876 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:18 smithi071 ceph-mon[41109]: osdmap e14: 2 total, 2 up, 2 in 2024-09-13T14:15:18.879 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:15:18.903 DEBUG:teuthology.orchestra.run.smithi071:> 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 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi071:vg_nvme/lv_2 2024-09-13T14:15:19.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:18 smithi104 ceph-mon[33426]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-13T14:15:19.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:18 smithi104 ceph-mon[33426]: osdmap e14: 2 total, 2 up, 2 in 2024-09-13T14:15:19.478 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:15:21.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:20 smithi071 ceph-mon[29588]: pgmap v59: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T14:15:21.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:20 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:21.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:20 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:21.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:20 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:15:21.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:20 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:15:21.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:20 smithi071 ceph-mon[41109]: pgmap v59: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T14:15:21.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:20 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:21.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:20 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:21.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:20 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:15:21.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:20 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:15:21.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:20 smithi104 ceph-mon[33426]: pgmap v59: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T14:15:21.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:20 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:21.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:20 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:21.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:20 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:15:21.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:20 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:15:21.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:21 smithi071 ceph-mon[29588]: Detected new or changed devices on smithi071 2024-09-13T14:15:21.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:21 smithi071 ceph-mon[29588]: Adjusting osd_memory_target on smithi071 to 8032M 2024-09-13T14:15:21.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:21 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:21.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:21 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:15:21.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:21 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:15:21.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:21 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:21.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:21 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:15:21.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:21 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:15:21.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:21 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:15:21.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:21 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:21.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:21 smithi071 ceph-mon[41109]: Detected new or changed devices on smithi071 2024-09-13T14:15:21.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:21 smithi071 ceph-mon[41109]: Adjusting osd_memory_target on smithi071 to 8032M 2024-09-13T14:15:21.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:21 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:21.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:21 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:15:21.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:21 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:15:21.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:21 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:21.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:21 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:15:21.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:21 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:15:21.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:21 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:15:21.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:21 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:22.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:21 smithi104 ceph-mon[33426]: Detected new or changed devices on smithi071 2024-09-13T14:15:22.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:21 smithi104 ceph-mon[33426]: Adjusting osd_memory_target on smithi071 to 8032M 2024-09-13T14:15:22.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:21 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:22.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:21 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:15:22.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:21 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:15:22.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:21 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:22.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:21 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:15:22.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:21 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:15:22.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:21 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:15:22.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:21 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:23.268 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:22 smithi071 ceph-mon[29588]: pgmap v60: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T14:15:23.268 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:22 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-13T14:15:23.269 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:22 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-13T14:15:23.269 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:22 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:15:23.269 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:22 smithi071 ceph-mon[41109]: pgmap v60: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T14:15:23.269 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:22 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-13T14:15:23.269 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:22 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-13T14:15:23.269 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:22 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:15:23.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:22 smithi104 ceph-mon[33426]: pgmap v60: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T14:15:23.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:22 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-13T14:15:23.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:22 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-13T14:15:23.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:22 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:15:24.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:23 smithi071 ceph-mon[29588]: from='client.24170 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:15:24.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:23 smithi071 ceph-mon[41109]: from='client.24170 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:15:24.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:23 smithi104 ceph-mon[33426]: from='client.24170 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:15:25.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:24 smithi071 ceph-mon[41109]: pgmap v61: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T14:15:25.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:24 smithi071 ceph-mon[41109]: from='client.? 172.21.15.71:0/1914776905' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f9911633-19b2-4c10-bd42-bd6a5cc6a745"}]: dispatch 2024-09-13T14:15:25.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:24 smithi071 ceph-mon[41109]: from='client.? 172.21.15.71:0/1914776905' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f9911633-19b2-4c10-bd42-bd6a5cc6a745"}]': finished 2024-09-13T14:15:25.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:24 smithi071 ceph-mon[41109]: osdmap e15: 3 total, 2 up, 3 in 2024-09-13T14:15:25.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:24 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T14:15:25.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:24 smithi071 ceph-mon[41109]: from='client.? 172.21.15.71:0/1841593802' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-13T14:15:25.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:24 smithi071 ceph-mon[29588]: pgmap v61: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T14:15:25.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:24 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/1914776905' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f9911633-19b2-4c10-bd42-bd6a5cc6a745"}]: dispatch 2024-09-13T14:15:25.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:24 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/1914776905' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f9911633-19b2-4c10-bd42-bd6a5cc6a745"}]': finished 2024-09-13T14:15:25.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:24 smithi071 ceph-mon[29588]: osdmap e15: 3 total, 2 up, 3 in 2024-09-13T14:15:25.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:24 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T14:15:25.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:24 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/1841593802' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-13T14:15:25.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:24 smithi104 ceph-mon[33426]: pgmap v61: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T14:15:25.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:24 smithi104 ceph-mon[33426]: from='client.? 172.21.15.71:0/1914776905' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f9911633-19b2-4c10-bd42-bd6a5cc6a745"}]: dispatch 2024-09-13T14:15:25.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:24 smithi104 ceph-mon[33426]: from='client.? 172.21.15.71:0/1914776905' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f9911633-19b2-4c10-bd42-bd6a5cc6a745"}]': finished 2024-09-13T14:15:25.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:24 smithi104 ceph-mon[33426]: osdmap e15: 3 total, 2 up, 3 in 2024-09-13T14:15:25.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:24 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T14:15:25.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:24 smithi104 ceph-mon[33426]: from='client.? 172.21.15.71:0/1841593802' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-13T14:15:27.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:26 smithi071 ceph-mon[29588]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T14:15:27.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:26 smithi071 ceph-mon[41109]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T14:15:27.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:26 smithi104 ceph-mon[33426]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T14:15:28.956 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:28 smithi071 ceph-mon[29588]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T14:15:28.956 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:28 smithi071 ceph-mon[41109]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T14:15:29.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:28 smithi104 ceph-mon[33426]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T14:15:30.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:29 smithi071 ceph-mon[29588]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T14:15:30.162 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:29 smithi071 ceph-mon[41109]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T14:15:30.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:29 smithi104 ceph-mon[33426]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T14:15:31.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:30 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-13T14:15:31.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:30 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:15:31.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:30 smithi071 ceph-mon[29588]: Deploying daemon osd.2 on smithi071 2024-09-13T14:15:31.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:30 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-13T14:15:31.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:30 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:15:31.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:30 smithi071 ceph-mon[41109]: Deploying daemon osd.2 on smithi071 2024-09-13T14:15:31.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:30 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-13T14:15:31.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:30 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:15:31.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:30 smithi104 ceph-mon[33426]: Deploying daemon osd.2 on smithi071 2024-09-13T14:15:32.047 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:31 smithi071 ceph-mon[29588]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T14:15:32.048 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:31 smithi071 ceph-mon[41109]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T14:15:32.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:31 smithi104 ceph-mon[33426]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T14:15:35.060 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:34 smithi071 ceph-mon[29588]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T14:15:35.060 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:34 smithi071 ceph-mon[41109]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T14:15:35.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:34 smithi104 ceph-mon[33426]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T14:15:36.073 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:35 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:15:36.073 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:35 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:36.073 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:35 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:36.119 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:35 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:15:36.119 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:35 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:36.119 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:35 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:36.119 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:35 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:15:36.119 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:35 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:36.119 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:35 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:37.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:36 smithi071 ceph-mon[41109]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T14:15:37.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:36 smithi071 ceph-mon[29588]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T14:15:37.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:36 smithi104 ceph-mon[33426]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T14:15:38.796 INFO:teuthology.orchestra.run.smithi071.stdout:Created osd(s) 2 on host 'smithi071' 2024-09-13T14:15:39.106 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:38 smithi071 ceph-mon[29588]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T14:15:39.106 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:38 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:39.107 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:38 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:39.107 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:38 smithi071 ceph-mon[29588]: from='osd.2 [v2:172.21.15.71:6818/3418642133,v1:172.21.15.71:6819/3418642133]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-13T14:15:39.107 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:38 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:15:39.107 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:38 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:15:39.107 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:38 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:39.107 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:38 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:15:39.107 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:38 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:39.107 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:38 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:39.107 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:38 smithi071 ceph-mon[41109]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T14:15:39.107 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:38 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:39.107 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:38 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:39.108 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:38 smithi071 ceph-mon[41109]: from='osd.2 [v2:172.21.15.71:6818/3418642133,v1:172.21.15.71:6819/3418642133]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-13T14:15:39.108 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:38 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:15:39.108 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:38 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:15:39.108 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:38 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:39.108 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:38 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:15:39.108 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:38 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:39.108 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:38 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:39.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:38 smithi104 ceph-mon[33426]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T14:15:39.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:38 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:39.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:38 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:39.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:38 smithi104 ceph-mon[33426]: from='osd.2 [v2:172.21.15.71:6818/3418642133,v1:172.21.15.71:6819/3418642133]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-13T14:15:39.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:38 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:15:39.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:38 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:15:39.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:38 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:39.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:38 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:15:39.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:38 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:39.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:38 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:39.394 DEBUG:teuthology.orchestra.run.smithi071:osd.2> sudo journalctl -f -n 0 -u ceph-18f8172c-71da-11ef-bceb-c7b262605968@osd.2.service 2024-09-13T14:15:39.396 INFO:tasks.cephadm:Deploying osd.3 on smithi071 with /dev/vg_nvme/lv_1... 2024-09-13T14:15:39.397 DEBUG:teuthology.orchestra.run.smithi071:> 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 18f8172c-71da-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_1 2024-09-13T14:15:40.218 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:15:40.339 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:40 smithi071 ceph-mon[29588]: from='osd.2 [v2:172.21.15.71:6818/3418642133,v1:172.21.15.71:6819/3418642133]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-13T14:15:40.339 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:40 smithi071 ceph-mon[29588]: osdmap e16: 3 total, 2 up, 3 in 2024-09-13T14:15:40.339 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:40 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T14:15:40.339 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:40 smithi071 ceph-mon[29588]: from='osd.2 [v2:172.21.15.71:6818/3418642133,v1:172.21.15.71:6819/3418642133]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-13T14:15:40.339 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:40 smithi071 ceph-mon[29588]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T14:15:40.339 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:40 smithi071 ceph-mon[41109]: from='osd.2 [v2:172.21.15.71:6818/3418642133,v1:172.21.15.71:6819/3418642133]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-13T14:15:40.340 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:40 smithi071 ceph-mon[41109]: osdmap e16: 3 total, 2 up, 3 in 2024-09-13T14:15:40.340 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:40 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T14:15:40.340 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:40 smithi071 ceph-mon[41109]: from='osd.2 [v2:172.21.15.71:6818/3418642133,v1:172.21.15.71:6819/3418642133]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-13T14:15:40.340 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:40 smithi071 ceph-mon[41109]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T14:15:40.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:40 smithi104 ceph-mon[33426]: from='osd.2 [v2:172.21.15.71:6818/3418642133,v1:172.21.15.71:6819/3418642133]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-13T14:15:40.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:40 smithi104 ceph-mon[33426]: osdmap e16: 3 total, 2 up, 3 in 2024-09-13T14:15:40.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:40 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T14:15:40.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:40 smithi104 ceph-mon[33426]: from='osd.2 [v2:172.21.15.71:6818/3418642133,v1:172.21.15.71:6819/3418642133]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-13T14:15:40.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:40 smithi104 ceph-mon[33426]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T14:15:40.641 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:15:40 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-2[57332]: 2024-09-13T14:15:40.544+0000 7fc189d1e640 -1 osd.2 0 waiting for initial osdmap 2024-09-13T14:15:40.641 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:15:40 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-2[57332]: 2024-09-13T14:15:40.548+0000 7fc181328640 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-13T14:15:41.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:41 smithi071 ceph-mon[29588]: from='osd.2 [v2:172.21.15.71:6818/3418642133,v1:172.21.15.71:6819/3418642133]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-09-13T14:15:41.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:41 smithi071 ceph-mon[29588]: osdmap e17: 3 total, 2 up, 3 in 2024-09-13T14:15:41.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:41 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T14:15:41.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:41 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T14:15:41.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:41 smithi071 ceph-mon[29588]: from='osd.2 [v2:172.21.15.71:6818/3418642133,v1:172.21.15.71:6819/3418642133]' entity='osd.2' 2024-09-13T14:15:41.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:41 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T14:15:41.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:41 smithi071 ceph-mon[41109]: from='osd.2 [v2:172.21.15.71:6818/3418642133,v1:172.21.15.71:6819/3418642133]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-09-13T14:15:41.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:41 smithi071 ceph-mon[41109]: osdmap e17: 3 total, 2 up, 3 in 2024-09-13T14:15:41.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:41 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T14:15:41.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:41 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T14:15:41.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:41 smithi071 ceph-mon[41109]: from='osd.2 [v2:172.21.15.71:6818/3418642133,v1:172.21.15.71:6819/3418642133]' entity='osd.2' 2024-09-13T14:15:41.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:41 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T14:15:41.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:41 smithi104 ceph-mon[33426]: from='osd.2 [v2:172.21.15.71:6818/3418642133,v1:172.21.15.71:6819/3418642133]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-09-13T14:15:41.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:41 smithi104 ceph-mon[33426]: osdmap e17: 3 total, 2 up, 3 in 2024-09-13T14:15:41.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:41 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T14:15:41.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:41 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T14:15:41.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:41 smithi104 ceph-mon[33426]: from='osd.2 [v2:172.21.15.71:6818/3418642133,v1:172.21.15.71:6819/3418642133]' entity='osd.2' 2024-09-13T14:15:41.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:41 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T14:15:42.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:42 smithi071 ceph-mon[29588]: purged_snaps scrub starts 2024-09-13T14:15:42.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:42 smithi071 ceph-mon[29588]: purged_snaps scrub ok 2024-09-13T14:15:42.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:42 smithi071 ceph-mon[29588]: osd.2 [v2:172.21.15.71:6818/3418642133,v1:172.21.15.71:6819/3418642133] boot 2024-09-13T14:15:42.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:42 smithi071 ceph-mon[29588]: osdmap e18: 3 total, 3 up, 3 in 2024-09-13T14:15:42.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:42 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T14:15:42.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:42 smithi071 ceph-mon[29588]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T14:15:42.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:42 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' 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-09-13T14:15:42.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:42 smithi071 ceph-mon[41109]: purged_snaps scrub starts 2024-09-13T14:15:42.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:42 smithi071 ceph-mon[41109]: purged_snaps scrub ok 2024-09-13T14:15:42.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:42 smithi071 ceph-mon[41109]: osd.2 [v2:172.21.15.71:6818/3418642133,v1:172.21.15.71:6819/3418642133] boot 2024-09-13T14:15:42.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:42 smithi071 ceph-mon[41109]: osdmap e18: 3 total, 3 up, 3 in 2024-09-13T14:15:42.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:42 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T14:15:42.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:42 smithi071 ceph-mon[41109]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T14:15:42.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:42 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' 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-09-13T14:15:42.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:42 smithi104 ceph-mon[33426]: purged_snaps scrub starts 2024-09-13T14:15:42.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:42 smithi104 ceph-mon[33426]: purged_snaps scrub ok 2024-09-13T14:15:42.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:42 smithi104 ceph-mon[33426]: osd.2 [v2:172.21.15.71:6818/3418642133,v1:172.21.15.71:6819/3418642133] boot 2024-09-13T14:15:42.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:42 smithi104 ceph-mon[33426]: osdmap e18: 3 total, 3 up, 3 in 2024-09-13T14:15:42.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:42 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T14:15:42.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:42 smithi104 ceph-mon[33426]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-13T14:15:42.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:42 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' 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-09-13T14:15:43.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:43 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' 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-09-13T14:15:43.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:43 smithi071 ceph-mon[29588]: osdmap e19: 3 total, 3 up, 3 in 2024-09-13T14:15:43.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:43 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-13T14:15:43.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:43 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:43.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:43 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:43.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:43 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:15:43.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:43 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:15:43.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:43 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:15:43.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:43 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:43.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:43 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:15:43.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:43 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:15:43.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:43 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:43.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:43 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' 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-09-13T14:15:43.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:43 smithi071 ceph-mon[41109]: osdmap e19: 3 total, 3 up, 3 in 2024-09-13T14:15:43.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:43 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-13T14:15:43.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:43 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:43.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:43 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:43.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:43 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:15:43.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:43 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:15:43.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:43 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:15:43.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:43 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:43.643 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:43 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:15:43.643 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:43 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:15:43.643 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:43 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:43.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:43 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' 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-09-13T14:15:43.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:43 smithi104 ceph-mon[33426]: osdmap e19: 3 total, 3 up, 3 in 2024-09-13T14:15:43.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:43 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-13T14:15:43.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:43 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:43.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:43 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:43.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:43 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:15:43.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:43 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:15:43.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:43 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:15:43.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:43 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:43.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:43 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:15:43.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:43 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:15:43.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:43 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:44.063 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:15:43 smithi071 sudo[61092]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-13T14:15:44.063 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:15:43 smithi071 sudo[61092]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-13T14:15:44.063 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:15:43 smithi071 sudo[61092]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-13T14:15:44.064 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:15:43 smithi071 sudo[61092]: pam_unix(sudo:session): session closed for user root 2024-09-13T14:15:44.390 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:15:44 smithi071 sudo[61140]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-13T14:15:44.390 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:15:44 smithi071 sudo[61140]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-13T14:15:44.390 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:15:44 smithi071 sudo[61140]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-13T14:15:44.390 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:15:44 smithi071 sudo[61140]: pam_unix(sudo:session): session closed for user root 2024-09-13T14:15:44.688 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:44 smithi071 ceph-mon[41109]: Detected new or changed devices on smithi071 2024-09-13T14:15:44.689 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:44 smithi071 ceph-mon[41109]: Adjusting osd_memory_target on smithi071 to 5354M 2024-09-13T14:15:44.689 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:44 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-13T14:15:44.689 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:44 smithi071 ceph-mon[41109]: osdmap e20: 3 total, 3 up, 3 in 2024-09-13T14:15:44.689 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:44 smithi071 ceph-mon[41109]: pgmap v77: 1 pgs: 1 creating+peering; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-13T14:15:44.689 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:44 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:44.689 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:15:44 smithi071 sudo[61222]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-13T14:15:44.689 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:15:44 smithi071 sudo[61222]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-13T14:15:44.689 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:15:44 smithi071 sudo[61222]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-13T14:15:44.690 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:15:44 smithi071 sudo[61222]: pam_unix(sudo:session): session closed for user root 2024-09-13T14:15:44.690 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:44 smithi071 ceph-mon[29588]: Detected new or changed devices on smithi071 2024-09-13T14:15:44.690 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:44 smithi071 ceph-mon[29588]: Adjusting osd_memory_target on smithi071 to 5354M 2024-09-13T14:15:44.690 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:44 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-13T14:15:44.690 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:44 smithi071 ceph-mon[29588]: osdmap e20: 3 total, 3 up, 3 in 2024-09-13T14:15:44.690 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:44 smithi071 ceph-mon[29588]: pgmap v77: 1 pgs: 1 creating+peering; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-13T14:15:44.690 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:44 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:44.913 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:15:44.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:44 smithi104 ceph-mon[33426]: Detected new or changed devices on smithi071 2024-09-13T14:15:44.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:44 smithi104 ceph-mon[33426]: Adjusting osd_memory_target on smithi071 to 5354M 2024-09-13T14:15:44.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:44 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-13T14:15:44.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:44 smithi104 ceph-mon[33426]: osdmap e20: 3 total, 3 up, 3 in 2024-09-13T14:15:44.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:44 smithi104 ceph-mon[33426]: pgmap v77: 1 pgs: 1 creating+peering; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-13T14:15:44.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:44 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:44.931 DEBUG:teuthology.orchestra.run.smithi071:> 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 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi071:vg_nvme/lv_1 2024-09-13T14:15:44.938 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:15:44 smithi071 sudo[61228]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-13T14:15:44.938 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:15:44 smithi071 sudo[61228]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-13T14:15:44.939 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:15:44 smithi071 sudo[61225]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-13T14:15:44.939 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:15:44 smithi071 sudo[61225]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-13T14:15:44.939 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:15:44 smithi071 sudo[61225]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-13T14:15:44.939 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:15:44 smithi071 sudo[61225]: pam_unix(sudo:session): session closed for user root 2024-09-13T14:15:45.128 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:15:45.204 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:15:44 smithi071 sudo[61228]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-13T14:15:45.204 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:15:44 smithi071 sudo[61228]: pam_unix(sudo:session): session closed for user root 2024-09-13T14:15:45.457 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:15:45 smithi071 sudo[61304]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-13T14:15:45.457 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:15:45 smithi071 sudo[61304]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-13T14:15:45.457 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:15:45 smithi071 sudo[61304]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-13T14:15:45.457 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:15:45 smithi071 sudo[61304]: pam_unix(sudo:session): session closed for user root 2024-09-13T14:15:45.717 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:45 smithi071 sudo[61327]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-13T14:15:45.717 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:45 smithi071 sudo[61327]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-13T14:15:45.717 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:45 smithi071 sudo[61327]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-13T14:15:45.717 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:45 smithi071 sudo[61327]: pam_unix(sudo:session): session closed for user root 2024-09-13T14:15:45.717 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:45 smithi071 sudo[61347]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-13T14:15:45.981 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:45 smithi104 ceph-mon[33426]: mgrmap e15: y(active, since 2m), standbys: x 2024-09-13T14:15:45.981 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:45 smithi104 ceph-mon[33426]: osdmap e21: 3 total, 3 up, 3 in 2024-09-13T14:15:45.981 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:45 smithi104 ceph-mon[33426]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-13T14:15:45.981 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:45 smithi104 sudo[36156]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-13T14:15:45.981 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:45 smithi104 sudo[36156]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-13T14:15:45.981 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:45 smithi104 sudo[36156]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-13T14:15:45.981 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:45 smithi104 sudo[36156]: pam_unix(sudo:session): session closed for user root 2024-09-13T14:15:46.024 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:45 smithi071 ceph-mon[41109]: mgrmap e15: y(active, since 2m), standbys: x 2024-09-13T14:15:46.024 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:45 smithi071 ceph-mon[41109]: osdmap e21: 3 total, 3 up, 3 in 2024-09-13T14:15:46.024 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:45 smithi071 ceph-mon[41109]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-13T14:15:46.025 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:45 smithi071 sudo[61347]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-13T14:15:46.025 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:45 smithi071 sudo[61347]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-13T14:15:46.025 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:45 smithi071 sudo[61347]: pam_unix(sudo:session): session closed for user root 2024-09-13T14:15:46.025 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:45 smithi071 ceph-mon[29588]: mgrmap e15: y(active, since 2m), standbys: x 2024-09-13T14:15:46.025 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:45 smithi071 ceph-mon[29588]: osdmap e21: 3 total, 3 up, 3 in 2024-09-13T14:15:46.025 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:45 smithi071 ceph-mon[29588]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-13T14:15:46.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:46 smithi104 sudo[36159]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-13T14:15:46.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:46 smithi104 sudo[36159]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-13T14:15:46.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:46 smithi104 sudo[36159]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-13T14:15:46.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:46 smithi104 sudo[36159]: pam_unix(sudo:session): session closed for user root 2024-09-13T14:15:46.640 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:46 smithi071 sudo[61378]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-13T14:15:46.640 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:46 smithi071 sudo[61378]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-13T14:15:46.640 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:46 smithi071 sudo[61378]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-13T14:15:46.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:46 smithi071 sudo[61378]: pam_unix(sudo:session): session closed for user root 2024-09-13T14:15:47.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:46 smithi071 ceph-mon[29588]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-13T14:15:47.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:46 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T14:15:47.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:46 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T14:15:47.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:46 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T14:15:47.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:46 smithi071 ceph-mon[29588]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-13T14:15:47.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:46 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T14:15:47.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:46 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T14:15:47.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:46 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T14:15:47.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:46 smithi071 ceph-mon[29588]: pgmap v79: 1 pgs: 1 creating+peering; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-13T14:15:47.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:46 smithi071 ceph-mon[29588]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-13T14:15:47.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:46 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:47.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:46 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T14:15:47.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:46 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T14:15:47.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:46 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T14:15:47.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:46 smithi071 sudo[61402]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-13T14:15:47.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:46 smithi071 sudo[61402]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-13T14:15:47.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:46 smithi071 sudo[61402]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-13T14:15:47.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:46 smithi071 sudo[61402]: pam_unix(sudo:session): session closed for user root 2024-09-13T14:15:47.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:46 smithi071 ceph-mon[41109]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-13T14:15:47.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:46 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T14:15:47.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:46 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T14:15:47.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:46 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T14:15:47.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:46 smithi071 ceph-mon[41109]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-13T14:15:47.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:46 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T14:15:47.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:46 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T14:15:47.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:46 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T14:15:47.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:46 smithi071 ceph-mon[41109]: pgmap v79: 1 pgs: 1 creating+peering; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-13T14:15:47.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:46 smithi071 ceph-mon[41109]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-13T14:15:47.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:46 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:47.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:46 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T14:15:47.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:46 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T14:15:47.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:46 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T14:15:47.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:46 smithi104 ceph-mon[33426]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-13T14:15:47.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:46 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T14:15:47.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:46 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T14:15:47.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:46 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T14:15:47.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:46 smithi104 ceph-mon[33426]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-13T14:15:47.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:46 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T14:15:47.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:46 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T14:15:47.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:46 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T14:15:47.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:46 smithi104 ceph-mon[33426]: pgmap v79: 1 pgs: 1 creating+peering; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-13T14:15:47.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:46 smithi104 ceph-mon[33426]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-13T14:15:47.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:46 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:15:47.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:46 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T14:15:47.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:46 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T14:15:47.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:46 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T14:15:47.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:47 smithi071 ceph-mon[29588]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-13T14:15:47.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:47 smithi071 ceph-mon[29588]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-13T14:15:47.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:47 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-13T14:15:47.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:47 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-13T14:15:47.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:47 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:15:47.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:47 smithi071 ceph-mon[41109]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-13T14:15:47.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:47 smithi071 ceph-mon[41109]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-13T14:15:47.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:47 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-13T14:15:47.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:47 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-13T14:15:47.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:47 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:15:48.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:47 smithi104 ceph-mon[33426]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-13T14:15:48.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:47 smithi104 ceph-mon[33426]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-13T14:15:48.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:47 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-13T14:15:48.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:47 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-13T14:15:48.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:47 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:15:49.027 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:48 smithi071 ceph-mon[29588]: from='client.14307 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:15:49.108 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:48 smithi071 ceph-mon[29588]: pgmap v80: 1 pgs: 1 creating+peering; 0 B data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-13T14:15:49.108 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:48 smithi071 ceph-mon[41109]: from='client.14307 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:15:49.109 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:48 smithi071 ceph-mon[41109]: pgmap v80: 1 pgs: 1 creating+peering; 0 B data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-13T14:15:49.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:48 smithi104 ceph-mon[33426]: from='client.14307 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:15:49.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:48 smithi104 ceph-mon[33426]: pgmap v80: 1 pgs: 1 creating+peering; 0 B data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-13T14:15:49.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:49 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/2232635988' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b6d04cea-113c-4b8b-b249-cb99a731ad2e"}]: dispatch 2024-09-13T14:15:49.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:49 smithi071 ceph-mon[29588]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b6d04cea-113c-4b8b-b249-cb99a731ad2e"}]: dispatch 2024-09-13T14:15:49.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:49 smithi071 ceph-mon[29588]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b6d04cea-113c-4b8b-b249-cb99a731ad2e"}]': finished 2024-09-13T14:15:49.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:49 smithi071 ceph-mon[29588]: osdmap e22: 4 total, 3 up, 4 in 2024-09-13T14:15:49.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:49 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-13T14:15:49.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:49 smithi071 ceph-mon[41109]: from='client.? 172.21.15.71:0/2232635988' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b6d04cea-113c-4b8b-b249-cb99a731ad2e"}]: dispatch 2024-09-13T14:15:49.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:49 smithi071 ceph-mon[41109]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b6d04cea-113c-4b8b-b249-cb99a731ad2e"}]: dispatch 2024-09-13T14:15:49.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:49 smithi071 ceph-mon[41109]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b6d04cea-113c-4b8b-b249-cb99a731ad2e"}]': finished 2024-09-13T14:15:49.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:49 smithi071 ceph-mon[41109]: osdmap e22: 4 total, 3 up, 4 in 2024-09-13T14:15:49.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:49 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-13T14:15:50.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:49 smithi104 ceph-mon[33426]: from='client.? 172.21.15.71:0/2232635988' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b6d04cea-113c-4b8b-b249-cb99a731ad2e"}]: dispatch 2024-09-13T14:15:50.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:49 smithi104 ceph-mon[33426]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b6d04cea-113c-4b8b-b249-cb99a731ad2e"}]: dispatch 2024-09-13T14:15:50.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:49 smithi104 ceph-mon[33426]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b6d04cea-113c-4b8b-b249-cb99a731ad2e"}]': finished 2024-09-13T14:15:50.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:49 smithi104 ceph-mon[33426]: osdmap e22: 4 total, 3 up, 4 in 2024-09-13T14:15:50.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:49 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-13T14:15:51.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:50 smithi071 ceph-mon[29588]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-13T14:15:51.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:50 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/292234618' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-13T14:15:51.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:50 smithi071 ceph-mon[41109]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-13T14:15:51.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:50 smithi071 ceph-mon[41109]: from='client.? 172.21.15.71:0/292234618' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-13T14:15:51.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:50 smithi104 ceph-mon[33426]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-13T14:15:51.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:50 smithi104 ceph-mon[33426]: from='client.? 172.21.15.71:0/292234618' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-13T14:15:53.107 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:52 smithi071 ceph-mon[29588]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-13T14:15:53.107 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:52 smithi071 ceph-mon[41109]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-13T14:15:53.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:52 smithi104 ceph-mon[33426]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-13T14:15:55.023 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:54 smithi071 ceph-mon[29588]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-13T14:15:55.023 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:54 smithi071 ceph-mon[41109]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-13T14:15:55.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:54 smithi104 ceph-mon[33426]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-13T14:15:56.035 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:55 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-13T14:15:56.035 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:55 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:15:56.035 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:55 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-13T14:15:56.035 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:55 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:15:56.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:55 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-13T14:15:56.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:55 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:15:57.080 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:56 smithi071 ceph-mon[29588]: Deploying daemon osd.3 on smithi071 2024-09-13T14:15:57.080 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:56 smithi071 ceph-mon[29588]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-13T14:15:57.080 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:56 smithi071 ceph-mon[41109]: Deploying daemon osd.3 on smithi071 2024-09-13T14:15:57.080 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:56 smithi071 ceph-mon[41109]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-13T14:15:57.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:56 smithi104 ceph-mon[33426]: Deploying daemon osd.3 on smithi071 2024-09-13T14:15:57.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:56 smithi104 ceph-mon[33426]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-13T14:15:59.034 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:15:58 smithi071 ceph-mon[29588]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-13T14:15:59.034 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:15:58 smithi071 ceph-mon[41109]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-13T14:15:59.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:15:58 smithi104 ceph-mon[33426]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-13T14:16:01.062 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:00 smithi071 ceph-mon[29588]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-13T14:16:01.062 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:00 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:16:01.062 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:00 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:01.062 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:00 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:01.063 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:00 smithi071 ceph-mon[41109]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-13T14:16:01.063 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:00 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:16:01.063 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:00 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:01.063 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:00 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:01.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:00 smithi104 ceph-mon[33426]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-13T14:16:01.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:00 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:16:01.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:00 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:01.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:00 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:02.907 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:02 smithi071 ceph-mon[29588]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-13T14:16:02.907 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:02 smithi071 ceph-mon[41109]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-13T14:16:03.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:02 smithi104 ceph-mon[33426]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-13T14:16:03.999 INFO:teuthology.orchestra.run.smithi071.stdout:Created osd(s) 3 on host 'smithi071' 2024-09-13T14:16:04.545 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:04 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:04.545 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:04 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:04.546 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:04 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:16:04.546 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:04 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:16:04.546 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:04 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:04.546 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:04 smithi071 ceph-mon[29588]: from='osd.3 [v2:172.21.15.71:6826/589975455,v1:172.21.15.71:6827/589975455]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-13T14:16:04.546 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:04 smithi071 ceph-mon[29588]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-13T14:16:04.546 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:04 smithi071 ceph-mon[29588]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-13T14:16:04.546 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:04 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:16:04.546 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:04 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:04.546 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:04 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:04.546 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:04 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:04.546 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:04 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:04.547 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:04 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:16:04.547 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:04 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:16:04.547 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:04 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:04.547 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:04 smithi071 ceph-mon[41109]: from='osd.3 [v2:172.21.15.71:6826/589975455,v1:172.21.15.71:6827/589975455]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-13T14:16:04.547 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:04 smithi071 ceph-mon[41109]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-13T14:16:04.547 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:04 smithi071 ceph-mon[41109]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-13T14:16:04.547 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:04 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:16:04.547 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:04 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:04.547 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:04 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:04.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:04 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:04.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:04 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:04.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:04 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:16:04.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:04 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:16:04.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:04 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:04.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:04 smithi104 ceph-mon[33426]: from='osd.3 [v2:172.21.15.71:6826/589975455,v1:172.21.15.71:6827/589975455]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-13T14:16:04.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:04 smithi104 ceph-mon[33426]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-13T14:16:04.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:04 smithi104 ceph-mon[33426]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-13T14:16:04.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:04 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:16:04.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:04 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:04.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:04 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:05.000 DEBUG:teuthology.orchestra.run.smithi071:osd.3> sudo journalctl -f -n 0 -u ceph-18f8172c-71da-11ef-bceb-c7b262605968@osd.3.service 2024-09-13T14:16:05.043 INFO:tasks.cephadm:Deploying osd.4 on smithi104 with /dev/vg_nvme/lv_4... 2024-09-13T14:16:05.043 DEBUG:teuthology.orchestra.run.smithi104:> 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 18f8172c-71da-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-13T14:16:05.245 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:16:05.366 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:05 smithi104 ceph-mon[33426]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-13T14:16:05.367 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:05 smithi104 ceph-mon[33426]: osdmap e23: 4 total, 3 up, 4 in 2024-09-13T14:16:05.367 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:05 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-13T14:16:05.367 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:05 smithi104 ceph-mon[33426]: from='osd.3 [v2:172.21.15.71:6826/589975455,v1:172.21.15.71:6827/589975455]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-13T14:16:05.367 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:05 smithi104 ceph-mon[33426]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-13T14:16:05.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:05 smithi071 ceph-mon[29588]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-13T14:16:05.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:05 smithi071 ceph-mon[29588]: osdmap e23: 4 total, 3 up, 4 in 2024-09-13T14:16:05.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:05 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-13T14:16:05.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:05 smithi071 ceph-mon[29588]: from='osd.3 [v2:172.21.15.71:6826/589975455,v1:172.21.15.71:6827/589975455]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-13T14:16:05.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:05 smithi071 ceph-mon[29588]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-13T14:16:05.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:05 smithi071 ceph-mon[41109]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-13T14:16:05.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:05 smithi071 ceph-mon[41109]: osdmap e23: 4 total, 3 up, 4 in 2024-09-13T14:16:05.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:05 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-13T14:16:05.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:05 smithi071 ceph-mon[41109]: from='osd.3 [v2:172.21.15.71:6826/589975455,v1:172.21.15.71:6827/589975455]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-13T14:16:05.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:05 smithi071 ceph-mon[41109]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-13T14:16:05.642 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 14:16:05 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-3[63482]: 2024-09-13T14:16:05.303+0000 7f0cdbe3f640 -1 osd.3 0 waiting for initial osdmap 2024-09-13T14:16:05.642 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 14:16:05 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-3[63482]: 2024-09-13T14:16:05.307+0000 7f0cd7c68640 -1 osd.3 24 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-13T14:16:06.413 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:06 smithi071 ceph-mon[29588]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-09-13T14:16:06.413 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:06 smithi071 ceph-mon[29588]: osdmap e24: 4 total, 3 up, 4 in 2024-09-13T14:16:06.414 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:06 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-13T14:16:06.414 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:06 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-13T14:16:06.414 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:06 smithi071 ceph-mon[29588]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-13T14:16:06.414 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:06 smithi071 ceph-mon[41109]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-09-13T14:16:06.414 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:06 smithi071 ceph-mon[41109]: osdmap e24: 4 total, 3 up, 4 in 2024-09-13T14:16:06.414 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:06 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-13T14:16:06.414 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:06 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-13T14:16:06.414 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:06 smithi071 ceph-mon[41109]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-13T14:16:06.565 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:06 smithi104 ceph-mon[33426]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-09-13T14:16:06.566 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:06 smithi104 ceph-mon[33426]: osdmap e24: 4 total, 3 up, 4 in 2024-09-13T14:16:06.566 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:06 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-13T14:16:06.566 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:06 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-13T14:16:06.566 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:06 smithi104 ceph-mon[33426]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-13T14:16:07.583 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:07 smithi071 ceph-mon[29588]: purged_snaps scrub starts 2024-09-13T14:16:07.583 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:07 smithi071 ceph-mon[29588]: purged_snaps scrub ok 2024-09-13T14:16:07.583 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:07 smithi071 ceph-mon[29588]: osd.3 [v2:172.21.15.71:6826/589975455,v1:172.21.15.71:6827/589975455] boot 2024-09-13T14:16:07.583 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:07 smithi071 ceph-mon[29588]: osdmap e25: 4 total, 4 up, 4 in 2024-09-13T14:16:07.583 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:07 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-13T14:16:07.584 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:07 smithi071 ceph-mon[41109]: purged_snaps scrub starts 2024-09-13T14:16:07.584 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:07 smithi071 ceph-mon[41109]: purged_snaps scrub ok 2024-09-13T14:16:07.584 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:07 smithi071 ceph-mon[41109]: osd.3 [v2:172.21.15.71:6826/589975455,v1:172.21.15.71:6827/589975455] boot 2024-09-13T14:16:07.584 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:07 smithi071 ceph-mon[41109]: osdmap e25: 4 total, 4 up, 4 in 2024-09-13T14:16:07.584 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:07 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-13T14:16:07.669 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:07 smithi104 ceph-mon[33426]: purged_snaps scrub starts 2024-09-13T14:16:07.669 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:07 smithi104 ceph-mon[33426]: purged_snaps scrub ok 2024-09-13T14:16:07.669 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:07 smithi104 ceph-mon[33426]: osd.3 [v2:172.21.15.71:6826/589975455,v1:172.21.15.71:6827/589975455] boot 2024-09-13T14:16:07.669 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:07 smithi104 ceph-mon[33426]: osdmap e25: 4 total, 4 up, 4 in 2024-09-13T14:16:07.669 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:07 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-13T14:16:07.672 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:16:07.692 DEBUG:teuthology.orchestra.run.smithi104:> 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 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi104:vg_nvme/lv_4 2024-09-13T14:16:07.889 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:16:08.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:08 smithi071 ceph-mon[29588]: osdmap e26: 4 total, 4 up, 4 in 2024-09-13T14:16:08.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:08 smithi071 ceph-mon[29588]: Detected new or changed devices on smithi071 2024-09-13T14:16:08.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:08 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:08.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:08 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:08.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:08 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:16:08.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:08 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:16:08.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:08 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:16:08.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:08 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:16:08.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:08 smithi071 ceph-mon[29588]: Adjusting osd_memory_target on smithi071 to 4016M 2024-09-13T14:16:08.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:08 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:08.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:08 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:16:08.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:08 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:16:08.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:08 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:08.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:08 smithi071 ceph-mon[29588]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-13T14:16:08.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:08 smithi071 ceph-mon[41109]: osdmap e26: 4 total, 4 up, 4 in 2024-09-13T14:16:08.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:08 smithi071 ceph-mon[41109]: Detected new or changed devices on smithi071 2024-09-13T14:16:08.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:08 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:08.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:08 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:08.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:08 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:16:08.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:08 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:16:08.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:08 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:16:08.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:08 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:16:08.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:08 smithi071 ceph-mon[41109]: Adjusting osd_memory_target on smithi071 to 4016M 2024-09-13T14:16:08.643 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:08 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:08.643 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:08 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:16:08.643 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:08 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:16:08.643 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:08 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:08.643 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:08 smithi071 ceph-mon[41109]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-13T14:16:08.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:08 smithi104 ceph-mon[33426]: osdmap e26: 4 total, 4 up, 4 in 2024-09-13T14:16:08.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:08 smithi104 ceph-mon[33426]: Detected new or changed devices on smithi071 2024-09-13T14:16:08.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:08 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:08.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:08 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:08.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:08 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:16:08.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:08 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:16:08.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:08 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:16:08.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:08 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:16:08.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:08 smithi104 ceph-mon[33426]: Adjusting osd_memory_target on smithi071 to 4016M 2024-09-13T14:16:08.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:08 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:08.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:08 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:16:08.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:08 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:16:08.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:08 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:08.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:08 smithi104 ceph-mon[33426]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-13T14:16:09.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:09 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-13T14:16:09.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:09 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-13T14:16:09.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:09 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:16:09.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:09 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-13T14:16:09.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:09 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-13T14:16:09.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:09 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:16:09.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:09 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-13T14:16:09.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:09 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-13T14:16:09.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:09 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:16:10.826 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:10 smithi104 ceph-mon[33426]: from='client.24181 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi104:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:16:10.827 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:10 smithi104 ceph-mon[33426]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-13T14:16:10.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:10 smithi071 ceph-mon[29588]: from='client.24181 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi104:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:16:10.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:10 smithi071 ceph-mon[29588]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-13T14:16:10.890 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:10 smithi071 ceph-mon[41109]: from='client.24181 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi104:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:16:10.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:10 smithi071 ceph-mon[41109]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-13T14:16:12.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:11 smithi071 ceph-mon[29588]: from='client.? 172.21.15.104:0/1594249463' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "eaa5fdfd-97b4-4d4e-8efe-138d03bc42db"}]: dispatch 2024-09-13T14:16:12.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:11 smithi071 ceph-mon[29588]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "eaa5fdfd-97b4-4d4e-8efe-138d03bc42db"}]: dispatch 2024-09-13T14:16:12.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:11 smithi071 ceph-mon[29588]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "eaa5fdfd-97b4-4d4e-8efe-138d03bc42db"}]': finished 2024-09-13T14:16:12.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:11 smithi071 ceph-mon[29588]: osdmap e27: 5 total, 4 up, 5 in 2024-09-13T14:16:12.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:11 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-13T14:16:12.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:11 smithi071 ceph-mon[41109]: from='client.? 172.21.15.104:0/1594249463' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "eaa5fdfd-97b4-4d4e-8efe-138d03bc42db"}]: dispatch 2024-09-13T14:16:12.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:11 smithi071 ceph-mon[41109]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "eaa5fdfd-97b4-4d4e-8efe-138d03bc42db"}]: dispatch 2024-09-13T14:16:12.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:11 smithi071 ceph-mon[41109]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "eaa5fdfd-97b4-4d4e-8efe-138d03bc42db"}]': finished 2024-09-13T14:16:12.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:11 smithi071 ceph-mon[41109]: osdmap e27: 5 total, 4 up, 5 in 2024-09-13T14:16:12.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:11 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-13T14:16:12.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:11 smithi104 ceph-mon[33426]: from='client.? 172.21.15.104:0/1594249463' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "eaa5fdfd-97b4-4d4e-8efe-138d03bc42db"}]: dispatch 2024-09-13T14:16:12.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:11 smithi104 ceph-mon[33426]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "eaa5fdfd-97b4-4d4e-8efe-138d03bc42db"}]: dispatch 2024-09-13T14:16:12.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:11 smithi104 ceph-mon[33426]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "eaa5fdfd-97b4-4d4e-8efe-138d03bc42db"}]': finished 2024-09-13T14:16:12.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:11 smithi104 ceph-mon[33426]: osdmap e27: 5 total, 4 up, 5 in 2024-09-13T14:16:12.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:11 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-13T14:16:13.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:12 smithi071 ceph-mon[29588]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-13T14:16:13.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:12 smithi071 ceph-mon[29588]: from='client.? 172.21.15.104:0/3176002020' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-13T14:16:13.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:12 smithi071 ceph-mon[41109]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-13T14:16:13.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:12 smithi071 ceph-mon[41109]: from='client.? 172.21.15.104:0/3176002020' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-13T14:16:13.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:12 smithi104 ceph-mon[33426]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-13T14:16:13.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:12 smithi104 ceph-mon[33426]: from='client.? 172.21.15.104:0/3176002020' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-13T14:16:15.126 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:14 smithi104 ceph-mon[33426]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-13T14:16:15.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:14 smithi071 ceph-mon[29588]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-13T14:16:15.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:14 smithi071 ceph-mon[41109]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-13T14:16:17.127 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:16 smithi104 ceph-mon[33426]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-13T14:16:17.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:16 smithi071 ceph-mon[29588]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-13T14:16:17.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:16 smithi071 ceph-mon[41109]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-13T14:16:18.098 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:17 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-13T14:16:18.098 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:17 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:16:18.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:17 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-13T14:16:18.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:17 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:16:18.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:17 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-13T14:16:18.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:17 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:16:19.043 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:18 smithi104 ceph-mon[33426]: Deploying daemon osd.4 on smithi104 2024-09-13T14:16:19.044 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:18 smithi104 ceph-mon[33426]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-13T14:16:19.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:18 smithi071 ceph-mon[29588]: Deploying daemon osd.4 on smithi104 2024-09-13T14:16:19.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:18 smithi071 ceph-mon[29588]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-13T14:16:19.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:18 smithi071 ceph-mon[41109]: Deploying daemon osd.4 on smithi104 2024-09-13T14:16:19.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:18 smithi071 ceph-mon[41109]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-13T14:16:21.137 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:20 smithi104 ceph-mon[33426]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-13T14:16:21.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:20 smithi071 ceph-mon[29588]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-13T14:16:21.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:20 smithi071 ceph-mon[41109]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-13T14:16:23.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:22 smithi071 ceph-mon[29588]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-13T14:16:23.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:22 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:16:23.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:22 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:23.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:22 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:23.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:22 smithi071 ceph-mon[41109]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-13T14:16:23.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:22 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:16:23.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:22 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:23.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:22 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:23.142 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:22 smithi104 ceph-mon[33426]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-13T14:16:23.142 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:22 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:16:23.142 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:22 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:23.142 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:22 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:25.005 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:24 smithi104 ceph-mon[33426]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-13T14:16:25.005 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:24 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:25.005 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:24 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:25.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:24 smithi071 ceph-mon[29588]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-13T14:16:25.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:24 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:25.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:24 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:25.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:24 smithi071 ceph-mon[41109]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-13T14:16:25.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:24 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:25.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:24 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:25.782 INFO:teuthology.orchestra.run.smithi104.stdout:Created osd(s) 4 on host 'smithi104' 2024-09-13T14:16:25.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:25 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:16:25.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:25 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:16:25.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:25 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:25.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:25 smithi071 ceph-mon[29588]: from='osd.4 [v2:172.21.15.104:6800/2747742495,v1:172.21.15.104:6801/2747742495]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-13T14:16:25.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:25 smithi071 ceph-mon[29588]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-13T14:16:25.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:25 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:16:25.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:25 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:25.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:25 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:25.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:25 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:16:25.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:25 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:16:25.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:25 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:25.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:25 smithi071 ceph-mon[41109]: from='osd.4 [v2:172.21.15.104:6800/2747742495,v1:172.21.15.104:6801/2747742495]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-13T14:16:25.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:25 smithi071 ceph-mon[41109]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-13T14:16:25.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:25 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:16:25.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:25 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:25.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:25 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:26.086 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:25 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:16:26.086 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:25 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:16:26.087 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:25 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:26.087 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:25 smithi104 ceph-mon[33426]: from='osd.4 [v2:172.21.15.104:6800/2747742495,v1:172.21.15.104:6801/2747742495]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-13T14:16:26.087 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:25 smithi104 ceph-mon[33426]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-13T14:16:26.087 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:25 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:16:26.087 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:25 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:26.087 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:25 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:26.366 DEBUG:teuthology.orchestra.run.smithi104:osd.4> sudo journalctl -f -n 0 -u ceph-18f8172c-71da-11ef-bceb-c7b262605968@osd.4.service 2024-09-13T14:16:26.368 INFO:tasks.cephadm:Deploying osd.5 on smithi104 with /dev/vg_nvme/lv_3... 2024-09-13T14:16:26.368 DEBUG:teuthology.orchestra.run.smithi104:> 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 18f8172c-71da-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_3 2024-09-13T14:16:27.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:26 smithi071 ceph-mon[29588]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-13T14:16:27.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:26 smithi071 ceph-mon[29588]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-13T14:16:27.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:26 smithi071 ceph-mon[29588]: osdmap e28: 5 total, 4 up, 5 in 2024-09-13T14:16:27.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:26 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-13T14:16:27.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:26 smithi071 ceph-mon[29588]: from='osd.4 [v2:172.21.15.104:6800/2747742495,v1:172.21.15.104:6801/2747742495]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi104", "root=default"]}]: dispatch 2024-09-13T14:16:27.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:26 smithi071 ceph-mon[29588]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi104", "root=default"]}]: dispatch 2024-09-13T14:16:27.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:26 smithi071 ceph-mon[41109]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-13T14:16:27.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:26 smithi071 ceph-mon[41109]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-13T14:16:27.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:26 smithi071 ceph-mon[41109]: osdmap e28: 5 total, 4 up, 5 in 2024-09-13T14:16:27.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:26 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-13T14:16:27.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:26 smithi071 ceph-mon[41109]: from='osd.4 [v2:172.21.15.104:6800/2747742495,v1:172.21.15.104:6801/2747742495]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi104", "root=default"]}]: dispatch 2024-09-13T14:16:27.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:26 smithi071 ceph-mon[41109]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi104", "root=default"]}]: dispatch 2024-09-13T14:16:27.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:26 smithi104 ceph-mon[33426]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-13T14:16:27.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:26 smithi104 ceph-mon[33426]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-13T14:16:27.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:26 smithi104 ceph-mon[33426]: osdmap e28: 5 total, 4 up, 5 in 2024-09-13T14:16:27.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:26 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-13T14:16:27.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:26 smithi104 ceph-mon[33426]: from='osd.4 [v2:172.21.15.104:6800/2747742495,v1:172.21.15.104:6801/2747742495]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi104", "root=default"]}]: dispatch 2024-09-13T14:16:27.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:26 smithi104 ceph-mon[33426]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi104", "root=default"]}]: dispatch 2024-09-13T14:16:27.180 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:16:27.921 INFO:journalctl@ceph.osd.4.smithi104.stdout:Sep 13 14:16:27 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-4[38738]: 2024-09-13T14:16:27.564+0000 7f9357484640 -1 osd.4 0 waiting for initial osdmap 2024-09-13T14:16:27.922 INFO:journalctl@ceph.osd.4.smithi104.stdout:Sep 13 14:16:27 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-4[38738]: 2024-09-13T14:16:27.568+0000 7f934ea8e640 -1 osd.4 29 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-13T14:16:28.415 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:28 smithi104 ceph-mon[33426]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi104", "root=default"]}]': finished 2024-09-13T14:16:28.415 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:28 smithi104 ceph-mon[33426]: osdmap e29: 5 total, 4 up, 5 in 2024-09-13T14:16:28.415 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:28 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-13T14:16:28.415 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:28 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-13T14:16:28.415 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:28 smithi104 ceph-mon[33426]: from='osd.4 ' entity='osd.4' 2024-09-13T14:16:28.415 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:28 smithi104 ceph-mon[33426]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-13T14:16:28.416 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:28 smithi104 ceph-mon[33426]: osd.4 [v2:172.21.15.104:6800/2747742495,v1:172.21.15.104:6801/2747742495] boot 2024-09-13T14:16:28.416 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:28 smithi104 ceph-mon[33426]: osdmap e30: 5 total, 5 up, 5 in 2024-09-13T14:16:28.416 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:28 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-13T14:16:28.640 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:28 smithi071 ceph-mon[41109]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi104", "root=default"]}]': finished 2024-09-13T14:16:28.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:28 smithi071 ceph-mon[41109]: osdmap e29: 5 total, 4 up, 5 in 2024-09-13T14:16:28.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:28 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-13T14:16:28.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:28 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-13T14:16:28.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:28 smithi071 ceph-mon[41109]: from='osd.4 ' entity='osd.4' 2024-09-13T14:16:28.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:28 smithi071 ceph-mon[41109]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-13T14:16:28.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:28 smithi071 ceph-mon[41109]: osd.4 [v2:172.21.15.104:6800/2747742495,v1:172.21.15.104:6801/2747742495] boot 2024-09-13T14:16:28.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:28 smithi071 ceph-mon[41109]: osdmap e30: 5 total, 5 up, 5 in 2024-09-13T14:16:28.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:28 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-13T14:16:28.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:28 smithi071 ceph-mon[29588]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi104", "root=default"]}]': finished 2024-09-13T14:16:28.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:28 smithi071 ceph-mon[29588]: osdmap e29: 5 total, 4 up, 5 in 2024-09-13T14:16:28.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:28 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-13T14:16:28.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:28 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-13T14:16:28.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:28 smithi071 ceph-mon[29588]: from='osd.4 ' entity='osd.4' 2024-09-13T14:16:28.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:28 smithi071 ceph-mon[29588]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-13T14:16:28.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:28 smithi071 ceph-mon[29588]: osd.4 [v2:172.21.15.104:6800/2747742495,v1:172.21.15.104:6801/2747742495] boot 2024-09-13T14:16:28.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:28 smithi071 ceph-mon[29588]: osdmap e30: 5 total, 5 up, 5 in 2024-09-13T14:16:28.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:28 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-13T14:16:29.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:29 smithi071 ceph-mon[29588]: purged_snaps scrub starts 2024-09-13T14:16:29.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:29 smithi071 ceph-mon[29588]: purged_snaps scrub ok 2024-09-13T14:16:29.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:29 smithi071 ceph-mon[29588]: osdmap e31: 5 total, 5 up, 5 in 2024-09-13T14:16:29.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:29 smithi071 ceph-mon[41109]: purged_snaps scrub starts 2024-09-13T14:16:29.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:29 smithi071 ceph-mon[41109]: purged_snaps scrub ok 2024-09-13T14:16:29.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:29 smithi071 ceph-mon[41109]: osdmap e31: 5 total, 5 up, 5 in 2024-09-13T14:16:29.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:29 smithi104 ceph-mon[33426]: purged_snaps scrub starts 2024-09-13T14:16:29.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:29 smithi104 ceph-mon[33426]: purged_snaps scrub ok 2024-09-13T14:16:29.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:29 smithi104 ceph-mon[33426]: osdmap e31: 5 total, 5 up, 5 in 2024-09-13T14:16:30.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:30 smithi104 ceph-mon[33426]: pgmap v111: 1 pgs: 1 remapped+peering; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-13T14:16:30.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:30 smithi104 ceph-mon[33426]: osdmap e32: 5 total, 5 up, 5 in 2024-09-13T14:16:30.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:30 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:30.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:30 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:30.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:30 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:16:30.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:30 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:30.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:30 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:16:30.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:30 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:16:30.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:30 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:31.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:30 smithi071 ceph-mon[29588]: pgmap v111: 1 pgs: 1 remapped+peering; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-13T14:16:31.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:30 smithi071 ceph-mon[29588]: osdmap e32: 5 total, 5 up, 5 in 2024-09-13T14:16:31.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:30 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:31.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:30 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:31.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:30 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:16:31.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:30 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:31.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:30 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:16:31.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:30 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:16:31.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:30 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:31.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:30 smithi071 ceph-mon[41109]: pgmap v111: 1 pgs: 1 remapped+peering; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-13T14:16:31.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:30 smithi071 ceph-mon[41109]: osdmap e32: 5 total, 5 up, 5 in 2024-09-13T14:16:31.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:30 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:31.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:30 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:31.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:30 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:16:31.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:30 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:31.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:30 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:16:31.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:30 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:16:31.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:30 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:31.781 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:16:31.804 DEBUG:teuthology.orchestra.run.smithi104:> 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 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi104:vg_nvme/lv_3 2024-09-13T14:16:31.998 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:16:32.118 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:31 smithi104 ceph-mon[33426]: Detected new or changed devices on smithi104 2024-09-13T14:16:32.118 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:31 smithi104 ceph-mon[33426]: Adjusting osd_memory_target on smithi104 to 17088M 2024-09-13T14:16:32.118 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:31 smithi104 ceph-mon[33426]: osdmap e33: 5 total, 5 up, 5 in 2024-09-13T14:16:32.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:31 smithi071 ceph-mon[29588]: Detected new or changed devices on smithi104 2024-09-13T14:16:32.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:31 smithi071 ceph-mon[29588]: Adjusting osd_memory_target on smithi104 to 17088M 2024-09-13T14:16:32.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:31 smithi071 ceph-mon[29588]: osdmap e33: 5 total, 5 up, 5 in 2024-09-13T14:16:32.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:31 smithi071 ceph-mon[41109]: Detected new or changed devices on smithi104 2024-09-13T14:16:32.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:31 smithi071 ceph-mon[41109]: Adjusting osd_memory_target on smithi104 to 17088M 2024-09-13T14:16:32.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:31 smithi071 ceph-mon[41109]: osdmap e33: 5 total, 5 up, 5 in 2024-09-13T14:16:33.001 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:32 smithi104 ceph-mon[33426]: pgmap v114: 1 pgs: 1 remapped+peering; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-13T14:16:33.001 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:32 smithi104 ceph-mon[33426]: osdmap e34: 5 total, 5 up, 5 in 2024-09-13T14:16:33.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:32 smithi071 ceph-mon[29588]: pgmap v114: 1 pgs: 1 remapped+peering; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-13T14:16:33.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:32 smithi071 ceph-mon[29588]: osdmap e34: 5 total, 5 up, 5 in 2024-09-13T14:16:33.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:32 smithi071 ceph-mon[41109]: pgmap v114: 1 pgs: 1 remapped+peering; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-13T14:16:33.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:32 smithi071 ceph-mon[41109]: osdmap e34: 5 total, 5 up, 5 in 2024-09-13T14:16:34.102 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:33 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-13T14:16:34.102 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:33 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-13T14:16:34.102 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:33 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:16:34.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:33 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-13T14:16:34.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:33 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-13T14:16:34.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:33 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:16:34.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:33 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-13T14:16:34.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:33 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-13T14:16:34.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:33 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:16:34.984 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:34 smithi104 ceph-mon[33426]: from='client.24208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi104:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:16:34.984 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:34 smithi104 ceph-mon[33426]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail; 116 KiB/s, 0 objects/s recovering 2024-09-13T14:16:35.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:34 smithi071 ceph-mon[29588]: from='client.24208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi104:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:16:35.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:34 smithi071 ceph-mon[29588]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail; 116 KiB/s, 0 objects/s recovering 2024-09-13T14:16:35.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:34 smithi071 ceph-mon[41109]: from='client.24208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi104:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:16:35.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:34 smithi071 ceph-mon[41109]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail; 116 KiB/s, 0 objects/s recovering 2024-09-13T14:16:37.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:36 smithi071 ceph-mon[29588]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-13T14:16:37.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:36 smithi071 ceph-mon[29588]: from='client.? 172.21.15.104:0/2970635501' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "327f32c8-3a34-41cd-9b28-8652bde403b8"}]: dispatch 2024-09-13T14:16:37.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:36 smithi071 ceph-mon[29588]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "327f32c8-3a34-41cd-9b28-8652bde403b8"}]: dispatch 2024-09-13T14:16:37.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:36 smithi071 ceph-mon[29588]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "327f32c8-3a34-41cd-9b28-8652bde403b8"}]': finished 2024-09-13T14:16:37.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:36 smithi071 ceph-mon[29588]: osdmap e35: 6 total, 5 up, 6 in 2024-09-13T14:16:37.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:36 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-13T14:16:37.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:36 smithi071 ceph-mon[29588]: from='client.? 172.21.15.104:0/3757768958' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-13T14:16:37.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:36 smithi071 ceph-mon[41109]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-13T14:16:37.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:36 smithi071 ceph-mon[41109]: from='client.? 172.21.15.104:0/2970635501' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "327f32c8-3a34-41cd-9b28-8652bde403b8"}]: dispatch 2024-09-13T14:16:37.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:36 smithi071 ceph-mon[41109]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "327f32c8-3a34-41cd-9b28-8652bde403b8"}]: dispatch 2024-09-13T14:16:37.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:36 smithi071 ceph-mon[41109]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "327f32c8-3a34-41cd-9b28-8652bde403b8"}]': finished 2024-09-13T14:16:37.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:36 smithi071 ceph-mon[41109]: osdmap e35: 6 total, 5 up, 6 in 2024-09-13T14:16:37.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:36 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-13T14:16:37.144 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:36 smithi071 ceph-mon[41109]: from='client.? 172.21.15.104:0/3757768958' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-13T14:16:37.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:36 smithi104 ceph-mon[33426]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-13T14:16:37.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:36 smithi104 ceph-mon[33426]: from='client.? 172.21.15.104:0/2970635501' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "327f32c8-3a34-41cd-9b28-8652bde403b8"}]: dispatch 2024-09-13T14:16:37.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:36 smithi104 ceph-mon[33426]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "327f32c8-3a34-41cd-9b28-8652bde403b8"}]: dispatch 2024-09-13T14:16:37.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:36 smithi104 ceph-mon[33426]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "327f32c8-3a34-41cd-9b28-8652bde403b8"}]': finished 2024-09-13T14:16:37.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:36 smithi104 ceph-mon[33426]: osdmap e35: 6 total, 5 up, 6 in 2024-09-13T14:16:37.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:36 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-13T14:16:37.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:36 smithi104 ceph-mon[33426]: from='client.? 172.21.15.104:0/3757768958' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-13T14:16:38.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:38 smithi104 ceph-mon[33426]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 83 KiB/s, 0 objects/s recovering 2024-09-13T14:16:39.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:38 smithi071 ceph-mon[29588]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 83 KiB/s, 0 objects/s recovering 2024-09-13T14:16:39.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:38 smithi071 ceph-mon[41109]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 83 KiB/s, 0 objects/s recovering 2024-09-13T14:16:41.123 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:40 smithi104 ceph-mon[33426]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-13T14:16:41.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:40 smithi071 ceph-mon[29588]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-13T14:16:41.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:40 smithi071 ceph-mon[41109]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-13T14:16:42.136 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:41 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-13T14:16:42.136 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:41 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:16:42.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:41 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-13T14:16:42.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:41 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:16:42.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:41 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-13T14:16:42.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:41 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:16:43.101 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:42 smithi104 ceph-mon[33426]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-13T14:16:43.101 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:42 smithi104 ceph-mon[33426]: Deploying daemon osd.5 on smithi104 2024-09-13T14:16:43.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:42 smithi071 ceph-mon[29588]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-13T14:16:43.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:42 smithi071 ceph-mon[29588]: Deploying daemon osd.5 on smithi104 2024-09-13T14:16:43.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:42 smithi071 ceph-mon[41109]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-13T14:16:43.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:42 smithi071 ceph-mon[41109]: Deploying daemon osd.5 on smithi104 2024-09-13T14:16:44.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:44 smithi104 ceph-mon[33426]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-13T14:16:45.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:44 smithi071 ceph-mon[29588]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-13T14:16:45.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:44 smithi071 ceph-mon[41109]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-13T14:16:46.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:46 smithi104 ceph-mon[33426]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-13T14:16:46.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:46 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:16:46.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:46 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:46.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:46 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:47.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:46 smithi071 ceph-mon[29588]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-13T14:16:47.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:46 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:16:47.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:46 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:47.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:46 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:47.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:46 smithi071 ceph-mon[41109]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-13T14:16:47.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:46 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:16:47.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:46 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:47.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:46 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:49.004 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:48 smithi104 ceph-mon[33426]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-13T14:16:49.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:48 smithi071 ceph-mon[29588]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-13T14:16:49.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:48 smithi071 ceph-mon[41109]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-13T14:16:50.079 INFO:teuthology.orchestra.run.smithi104.stdout:Created osd(s) 5 on host 'smithi104' 2024-09-13T14:16:50.377 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:50 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:50.377 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:50 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:50.377 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:50 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:16:50.378 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:50 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:16:50.378 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:50 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:50.378 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:50 smithi104 ceph-mon[33426]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-13T14:16:50.378 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:50 smithi104 ceph-mon[33426]: from='osd.5 [v2:172.21.15.104:6808/2156075125,v1:172.21.15.104:6809/2156075125]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-13T14:16:50.378 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:50 smithi104 ceph-mon[33426]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-13T14:16:50.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:50 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:50.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:50 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:50.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:50 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:16:50.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:50 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:16:50.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:50 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:50.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:50 smithi071 ceph-mon[29588]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-13T14:16:50.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:50 smithi071 ceph-mon[29588]: from='osd.5 [v2:172.21.15.104:6808/2156075125,v1:172.21.15.104:6809/2156075125]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-13T14:16:50.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:50 smithi071 ceph-mon[29588]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-13T14:16:50.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:50 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:50.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:50 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:50.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:50 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:16:50.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:50 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:16:50.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:50 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:50.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:50 smithi071 ceph-mon[41109]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-13T14:16:50.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:50 smithi071 ceph-mon[41109]: from='osd.5 [v2:172.21.15.104:6808/2156075125,v1:172.21.15.104:6809/2156075125]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-13T14:16:50.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:50 smithi071 ceph-mon[41109]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-13T14:16:50.673 DEBUG:teuthology.orchestra.run.smithi104:osd.5> sudo journalctl -f -n 0 -u ceph-18f8172c-71da-11ef-bceb-c7b262605968@osd.5.service 2024-09-13T14:16:50.675 INFO:tasks.cephadm:Deploying osd.6 on smithi104 with /dev/vg_nvme/lv_2... 2024-09-13T14:16:50.675 DEBUG:teuthology.orchestra.run.smithi104:> 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 18f8172c-71da-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_2 2024-09-13T14:16:51.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:51 smithi071 ceph-mon[29588]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-13T14:16:51.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:51 smithi071 ceph-mon[29588]: osdmap e36: 6 total, 5 up, 6 in 2024-09-13T14:16:51.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:51 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-13T14:16:51.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:51 smithi071 ceph-mon[29588]: from='osd.5 [v2:172.21.15.104:6808/2156075125,v1:172.21.15.104:6809/2156075125]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi104", "root=default"]}]: dispatch 2024-09-13T14:16:51.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:51 smithi071 ceph-mon[29588]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi104", "root=default"]}]: dispatch 2024-09-13T14:16:51.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:51 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:16:51.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:51 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:51.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:51 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:51.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:51 smithi071 ceph-mon[41109]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-13T14:16:51.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:51 smithi071 ceph-mon[41109]: osdmap e36: 6 total, 5 up, 6 in 2024-09-13T14:16:51.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:51 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-13T14:16:51.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:51 smithi071 ceph-mon[41109]: from='osd.5 [v2:172.21.15.104:6808/2156075125,v1:172.21.15.104:6809/2156075125]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi104", "root=default"]}]: dispatch 2024-09-13T14:16:51.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:51 smithi071 ceph-mon[41109]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi104", "root=default"]}]: dispatch 2024-09-13T14:16:51.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:51 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:16:51.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:51 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:51.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:51 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:51.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:51 smithi104 ceph-mon[33426]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-13T14:16:51.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:51 smithi104 ceph-mon[33426]: osdmap e36: 6 total, 5 up, 6 in 2024-09-13T14:16:51.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:51 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-13T14:16:51.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:51 smithi104 ceph-mon[33426]: from='osd.5 [v2:172.21.15.104:6808/2156075125,v1:172.21.15.104:6809/2156075125]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi104", "root=default"]}]: dispatch 2024-09-13T14:16:51.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:51 smithi104 ceph-mon[33426]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi104", "root=default"]}]: dispatch 2024-09-13T14:16:51.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:51 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:16:51.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:51 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:51.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:51 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:51.825 INFO:journalctl@ceph.osd.5.smithi104.stdout:Sep 13 14:16:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-5[44969]: 2024-09-13T14:16:51.480+0000 7fa32d72c640 -1 osd.5 0 waiting for initial osdmap 2024-09-13T14:16:51.825 INFO:journalctl@ceph.osd.5.smithi104.stdout:Sep 13 14:16:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-5[44969]: 2024-09-13T14:16:51.484+0000 7fa32554d640 -1 osd.5 37 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-13T14:16:51.858 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:16:52.082 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:52 smithi104 ceph-mon[33426]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi104", "root=default"]}]': finished 2024-09-13T14:16:52.082 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:52 smithi104 ceph-mon[33426]: osdmap e37: 6 total, 5 up, 6 in 2024-09-13T14:16:52.082 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:52 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-13T14:16:52.082 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:52 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-13T14:16:52.082 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:52 smithi104 ceph-mon[33426]: from='osd.5 ' entity='osd.5' 2024-09-13T14:16:52.083 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:52 smithi104 ceph-mon[33426]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-13T14:16:52.083 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:52 smithi104 ceph-mon[33426]: osd.5 [v2:172.21.15.104:6808/2156075125,v1:172.21.15.104:6809/2156075125] boot 2024-09-13T14:16:52.083 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:52 smithi104 ceph-mon[33426]: osdmap e38: 6 total, 6 up, 6 in 2024-09-13T14:16:52.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:52 smithi071 ceph-mon[29588]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi104", "root=default"]}]': finished 2024-09-13T14:16:52.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:52 smithi071 ceph-mon[29588]: osdmap e37: 6 total, 5 up, 6 in 2024-09-13T14:16:52.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:52 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-13T14:16:52.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:52 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-13T14:16:52.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:52 smithi071 ceph-mon[29588]: from='osd.5 ' entity='osd.5' 2024-09-13T14:16:52.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:52 smithi071 ceph-mon[29588]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-13T14:16:52.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:52 smithi071 ceph-mon[29588]: osd.5 [v2:172.21.15.104:6808/2156075125,v1:172.21.15.104:6809/2156075125] boot 2024-09-13T14:16:52.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:52 smithi071 ceph-mon[29588]: osdmap e38: 6 total, 6 up, 6 in 2024-09-13T14:16:52.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:52 smithi071 ceph-mon[41109]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi104", "root=default"]}]': finished 2024-09-13T14:16:52.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:52 smithi071 ceph-mon[41109]: osdmap e37: 6 total, 5 up, 6 in 2024-09-13T14:16:52.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:52 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-13T14:16:52.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:52 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-13T14:16:52.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:52 smithi071 ceph-mon[41109]: from='osd.5 ' entity='osd.5' 2024-09-13T14:16:52.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:52 smithi071 ceph-mon[41109]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-13T14:16:52.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:52 smithi071 ceph-mon[41109]: osd.5 [v2:172.21.15.104:6808/2156075125,v1:172.21.15.104:6809/2156075125] boot 2024-09-13T14:16:52.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:52 smithi071 ceph-mon[41109]: osdmap e38: 6 total, 6 up, 6 in 2024-09-13T14:16:53.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:53 smithi104 ceph-mon[33426]: purged_snaps scrub starts 2024-09-13T14:16:53.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:53 smithi104 ceph-mon[33426]: purged_snaps scrub ok 2024-09-13T14:16:53.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:53 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-13T14:16:53.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:53 smithi104 ceph-mon[33426]: osdmap e39: 6 total, 6 up, 6 in 2024-09-13T14:16:53.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:53 smithi071 ceph-mon[29588]: purged_snaps scrub starts 2024-09-13T14:16:53.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:53 smithi071 ceph-mon[29588]: purged_snaps scrub ok 2024-09-13T14:16:53.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:53 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-13T14:16:53.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:53 smithi071 ceph-mon[29588]: osdmap e39: 6 total, 6 up, 6 in 2024-09-13T14:16:53.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:53 smithi071 ceph-mon[41109]: purged_snaps scrub starts 2024-09-13T14:16:53.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:53 smithi071 ceph-mon[41109]: purged_snaps scrub ok 2024-09-13T14:16:53.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:53 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-13T14:16:53.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:53 smithi071 ceph-mon[41109]: osdmap e39: 6 total, 6 up, 6 in 2024-09-13T14:16:55.127 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:54 smithi104 ceph-mon[33426]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-13T14:16:55.128 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:54 smithi104 ceph-mon[33426]: osdmap e40: 6 total, 6 up, 6 in 2024-09-13T14:16:55.128 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:54 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:55.128 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:54 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:55.128 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:54 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:16:55.128 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:54 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:16:55.128 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:54 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:55.128 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:54 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:16:55.128 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:54 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:16:55.128 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:54 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:55.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:54 smithi071 ceph-mon[29588]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-13T14:16:55.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:54 smithi071 ceph-mon[29588]: osdmap e40: 6 total, 6 up, 6 in 2024-09-13T14:16:55.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:54 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:55.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:54 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:55.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:54 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:16:55.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:54 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:16:55.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:54 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:55.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:54 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:16:55.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:54 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:16:55.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:54 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:55.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:54 smithi071 ceph-mon[41109]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-13T14:16:55.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:54 smithi071 ceph-mon[41109]: osdmap e40: 6 total, 6 up, 6 in 2024-09-13T14:16:55.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:54 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:55.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:54 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:55.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:54 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:16:55.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:54 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:16:55.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:54 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:55.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:54 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:16:55.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:54 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:16:55.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:54 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:16:55.448 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:16:55.466 DEBUG:teuthology.orchestra.run.smithi104:> 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 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi104:vg_nvme/lv_2 2024-09-13T14:16:55.658 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:16:56.030 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:55 smithi104 ceph-mon[33426]: Detected new or changed devices on smithi104 2024-09-13T14:16:56.030 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:55 smithi104 ceph-mon[33426]: Adjusting osd_memory_target on smithi104 to 8544M 2024-09-13T14:16:56.030 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:55 smithi104 ceph-mon[33426]: osdmap e41: 6 total, 6 up, 6 in 2024-09-13T14:16:56.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:55 smithi071 ceph-mon[29588]: Detected new or changed devices on smithi104 2024-09-13T14:16:56.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:55 smithi071 ceph-mon[29588]: Adjusting osd_memory_target on smithi104 to 8544M 2024-09-13T14:16:56.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:55 smithi071 ceph-mon[29588]: osdmap e41: 6 total, 6 up, 6 in 2024-09-13T14:16:56.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:55 smithi071 ceph-mon[41109]: Detected new or changed devices on smithi104 2024-09-13T14:16:56.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:55 smithi071 ceph-mon[41109]: Adjusting osd_memory_target on smithi104 to 8544M 2024-09-13T14:16:56.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:55 smithi071 ceph-mon[41109]: osdmap e41: 6 total, 6 up, 6 in 2024-09-13T14:16:56.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:56 smithi071 ceph-mon[29588]: pgmap v134: 1 pgs: 1 remapped+peering; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-13T14:16:56.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:56 smithi071 ceph-mon[29588]: osdmap e42: 6 total, 6 up, 6 in 2024-09-13T14:16:56.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:56 smithi071 ceph-mon[29588]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-09-13T14:16:56.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:56 smithi071 ceph-mon[41109]: pgmap v134: 1 pgs: 1 remapped+peering; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-13T14:16:56.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:56 smithi071 ceph-mon[41109]: osdmap e42: 6 total, 6 up, 6 in 2024-09-13T14:16:56.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:56 smithi071 ceph-mon[41109]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-09-13T14:16:57.004 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:56 smithi104 ceph-mon[33426]: pgmap v134: 1 pgs: 1 remapped+peering; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-13T14:16:57.004 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:56 smithi104 ceph-mon[33426]: osdmap e42: 6 total, 6 up, 6 in 2024-09-13T14:16:57.004 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:56 smithi104 ceph-mon[33426]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-09-13T14:16:58.090 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:57 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-13T14:16:58.090 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:57 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-13T14:16:58.090 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:57 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:16:58.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:57 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-13T14:16:58.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:57 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-13T14:16:58.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:57 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:16:58.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:57 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-13T14:16:58.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:57 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-13T14:16:58.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:57 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:16:59.111 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:58 smithi104 ceph-mon[33426]: from='client.24235 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi104:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:16:59.112 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:58 smithi104 ceph-mon[33426]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-13T14:16:59.112 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:58 smithi104 ceph-mon[33426]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-09-13T14:16:59.112 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:58 smithi104 ceph-mon[33426]: Cluster is now healthy 2024-09-13T14:16:59.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:58 smithi071 ceph-mon[29588]: from='client.24235 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi104:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:16:59.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:58 smithi071 ceph-mon[29588]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-13T14:16:59.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:58 smithi071 ceph-mon[29588]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-09-13T14:16:59.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:58 smithi071 ceph-mon[29588]: Cluster is now healthy 2024-09-13T14:16:59.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:58 smithi071 ceph-mon[41109]: from='client.24235 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi104:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:16:59.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:58 smithi071 ceph-mon[41109]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-13T14:16:59.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:58 smithi071 ceph-mon[41109]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-09-13T14:16:59.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:58 smithi071 ceph-mon[41109]: Cluster is now healthy 2024-09-13T14:17:00.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:59 smithi071 ceph-mon[29588]: from='client.? 172.21.15.104:0/3023295315' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c8dc48f6-6da0-4cfc-8792-1802e110957c"}]: dispatch 2024-09-13T14:17:00.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:59 smithi071 ceph-mon[29588]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c8dc48f6-6da0-4cfc-8792-1802e110957c"}]: dispatch 2024-09-13T14:17:00.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:59 smithi071 ceph-mon[29588]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c8dc48f6-6da0-4cfc-8792-1802e110957c"}]': finished 2024-09-13T14:17:00.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:59 smithi071 ceph-mon[29588]: osdmap e43: 7 total, 6 up, 7 in 2024-09-13T14:17:00.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:16:59 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-13T14:17:00.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:59 smithi071 ceph-mon[41109]: from='client.? 172.21.15.104:0/3023295315' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c8dc48f6-6da0-4cfc-8792-1802e110957c"}]: dispatch 2024-09-13T14:17:00.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:59 smithi071 ceph-mon[41109]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c8dc48f6-6da0-4cfc-8792-1802e110957c"}]: dispatch 2024-09-13T14:17:00.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:59 smithi071 ceph-mon[41109]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c8dc48f6-6da0-4cfc-8792-1802e110957c"}]': finished 2024-09-13T14:17:00.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:59 smithi071 ceph-mon[41109]: osdmap e43: 7 total, 6 up, 7 in 2024-09-13T14:17:00.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:16:59 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-13T14:17:00.155 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:59 smithi104 ceph-mon[33426]: from='client.? 172.21.15.104:0/3023295315' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c8dc48f6-6da0-4cfc-8792-1802e110957c"}]: dispatch 2024-09-13T14:17:00.155 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:59 smithi104 ceph-mon[33426]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c8dc48f6-6da0-4cfc-8792-1802e110957c"}]: dispatch 2024-09-13T14:17:00.155 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:59 smithi104 ceph-mon[33426]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c8dc48f6-6da0-4cfc-8792-1802e110957c"}]': finished 2024-09-13T14:17:00.155 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:59 smithi104 ceph-mon[33426]: osdmap e43: 7 total, 6 up, 7 in 2024-09-13T14:17:00.155 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:16:59 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-13T14:17:01.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:00 smithi071 ceph-mon[29588]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-13T14:17:01.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:00 smithi071 ceph-mon[29588]: from='client.? 172.21.15.104:0/4151194451' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-13T14:17:01.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:00 smithi071 ceph-mon[41109]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-13T14:17:01.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:00 smithi071 ceph-mon[41109]: from='client.? 172.21.15.104:0/4151194451' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-13T14:17:01.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:00 smithi104 ceph-mon[33426]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-13T14:17:01.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:00 smithi104 ceph-mon[33426]: from='client.? 172.21.15.104:0/4151194451' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-13T14:17:03.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:02 smithi071 ceph-mon[29588]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 83 KiB/s, 0 objects/s recovering 2024-09-13T14:17:03.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:02 smithi071 ceph-mon[41109]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 83 KiB/s, 0 objects/s recovering 2024-09-13T14:17:03.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:02 smithi104 ceph-mon[33426]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 83 KiB/s, 0 objects/s recovering 2024-09-13T14:17:04.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:04 smithi104 ceph-mon[33426]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-13T14:17:05.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:04 smithi071 ceph-mon[29588]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-13T14:17:05.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:04 smithi071 ceph-mon[41109]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-13T14:17:06.056 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:05 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-13T14:17:06.056 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:05 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:17:06.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:05 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-13T14:17:06.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:05 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:17:06.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:05 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-13T14:17:06.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:05 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:17:06.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:06 smithi104 ceph-mon[33426]: Deploying daemon osd.6 on smithi104 2024-09-13T14:17:06.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:06 smithi104 ceph-mon[33426]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-13T14:17:07.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:06 smithi071 ceph-mon[29588]: Deploying daemon osd.6 on smithi104 2024-09-13T14:17:07.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:06 smithi071 ceph-mon[29588]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-13T14:17:07.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:06 smithi071 ceph-mon[41109]: Deploying daemon osd.6 on smithi104 2024-09-13T14:17:07.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:06 smithi071 ceph-mon[41109]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-13T14:17:09.029 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:08 smithi104 ceph-mon[33426]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-13T14:17:09.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:08 smithi071 ceph-mon[29588]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-13T14:17:09.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:08 smithi071 ceph-mon[41109]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-13T14:17:10.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:10 smithi104 ceph-mon[33426]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-13T14:17:10.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:10 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:17:10.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:10 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:10.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:10 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:11.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:10 smithi071 ceph-mon[29588]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-13T14:17:11.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:10 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:17:11.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:10 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:11.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:10 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:11.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:10 smithi071 ceph-mon[41109]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-13T14:17:11.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:10 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:17:11.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:10 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:11.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:10 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:13.094 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:12 smithi104 ceph-mon[33426]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-13T14:17:13.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:12 smithi071 ceph-mon[29588]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-13T14:17:13.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:12 smithi071 ceph-mon[41109]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-13T14:17:13.634 INFO:teuthology.orchestra.run.smithi104.stdout:Created osd(s) 6 on host 'smithi104' 2024-09-13T14:17:14.221 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:13 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:14.222 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:13 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:14.222 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:13 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:17:14.222 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:13 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:17:14.222 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:13 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:14.222 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:13 smithi104 ceph-mon[33426]: from='osd.6 [v2:172.21.15.104:6816/1475653343,v1:172.21.15.104:6817/1475653343]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-13T14:17:14.222 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:13 smithi104 ceph-mon[33426]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-13T14:17:14.222 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:13 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:17:14.222 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:13 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:14.222 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:13 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:14.222 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:13 smithi104 ceph-mon[33426]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-13T14:17:14.247 DEBUG:teuthology.orchestra.run.smithi104:osd.6> sudo journalctl -f -n 0 -u ceph-18f8172c-71da-11ef-bceb-c7b262605968@osd.6.service 2024-09-13T14:17:14.249 INFO:tasks.cephadm:Deploying osd.7 on smithi104 with /dev/vg_nvme/lv_1... 2024-09-13T14:17:14.249 DEBUG:teuthology.orchestra.run.smithi104:> 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 18f8172c-71da-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_1 2024-09-13T14:17:14.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:13 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:14.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:13 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:14.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:13 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:17:14.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:13 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:17:14.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:13 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:14.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:13 smithi071 ceph-mon[29588]: from='osd.6 [v2:172.21.15.104:6816/1475653343,v1:172.21.15.104:6817/1475653343]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-13T14:17:14.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:13 smithi071 ceph-mon[29588]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-13T14:17:14.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:13 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:17:14.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:13 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:14.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:13 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:14.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:13 smithi071 ceph-mon[29588]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-13T14:17:14.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:13 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:14.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:13 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:14.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:13 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:17:14.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:13 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:17:14.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:13 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:14.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:13 smithi071 ceph-mon[41109]: from='osd.6 [v2:172.21.15.104:6816/1475653343,v1:172.21.15.104:6817/1475653343]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-13T14:17:14.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:13 smithi071 ceph-mon[41109]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-13T14:17:14.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:13 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:17:14.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:13 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:14.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:13 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:14.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:13 smithi071 ceph-mon[41109]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-13T14:17:15.336 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:15 smithi104 ceph-mon[33426]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-13T14:17:15.336 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:15 smithi104 ceph-mon[33426]: osdmap e44: 7 total, 6 up, 7 in 2024-09-13T14:17:15.336 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:15 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-13T14:17:15.336 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:15 smithi104 ceph-mon[33426]: from='osd.6 [v2:172.21.15.104:6816/1475653343,v1:172.21.15.104:6817/1475653343]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi104", "root=default"]}]: dispatch 2024-09-13T14:17:15.336 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:15 smithi104 ceph-mon[33426]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi104", "root=default"]}]: dispatch 2024-09-13T14:17:15.362 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:17:15.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:14 smithi071 ceph-mon[29588]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-13T14:17:15.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:14 smithi071 ceph-mon[29588]: osdmap e44: 7 total, 6 up, 7 in 2024-09-13T14:17:15.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:14 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-13T14:17:15.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:14 smithi071 ceph-mon[29588]: from='osd.6 [v2:172.21.15.104:6816/1475653343,v1:172.21.15.104:6817/1475653343]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi104", "root=default"]}]: dispatch 2024-09-13T14:17:15.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:14 smithi071 ceph-mon[29588]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi104", "root=default"]}]: dispatch 2024-09-13T14:17:15.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:14 smithi071 ceph-mon[41109]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-13T14:17:15.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:14 smithi071 ceph-mon[41109]: osdmap e44: 7 total, 6 up, 7 in 2024-09-13T14:17:15.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:14 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-13T14:17:15.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:14 smithi071 ceph-mon[41109]: from='osd.6 [v2:172.21.15.104:6816/1475653343,v1:172.21.15.104:6817/1475653343]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi104", "root=default"]}]: dispatch 2024-09-13T14:17:15.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:14 smithi071 ceph-mon[41109]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi104", "root=default"]}]: dispatch 2024-09-13T14:17:15.612 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 14:17:15 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[50869]: 2024-09-13T14:17:15.433+0000 7fe30acc4640 -1 osd.6 0 waiting for initial osdmap 2024-09-13T14:17:15.613 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 14:17:15 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[50869]: 2024-09-13T14:17:15.439+0000 7fe3022ce640 -1 osd.6 45 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-13T14:17:16.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:16 smithi104 ceph-mon[33426]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi104", "root=default"]}]': finished 2024-09-13T14:17:16.177 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:16 smithi104 ceph-mon[33426]: osdmap e45: 7 total, 6 up, 7 in 2024-09-13T14:17:16.177 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:16 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-13T14:17:16.177 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:16 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-13T14:17:16.177 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:16 smithi104 ceph-mon[33426]: from='osd.6 ' entity='osd.6' 2024-09-13T14:17:16.177 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:16 smithi104 ceph-mon[33426]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-13T14:17:16.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:16 smithi071 ceph-mon[29588]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi104", "root=default"]}]': finished 2024-09-13T14:17:16.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:16 smithi071 ceph-mon[29588]: osdmap e45: 7 total, 6 up, 7 in 2024-09-13T14:17:16.393 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:16 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-13T14:17:16.393 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:16 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-13T14:17:16.393 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:16 smithi071 ceph-mon[29588]: from='osd.6 ' entity='osd.6' 2024-09-13T14:17:16.393 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:16 smithi071 ceph-mon[29588]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-13T14:17:16.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:16 smithi071 ceph-mon[41109]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi104", "root=default"]}]': finished 2024-09-13T14:17:16.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:16 smithi071 ceph-mon[41109]: osdmap e45: 7 total, 6 up, 7 in 2024-09-13T14:17:16.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:16 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-13T14:17:16.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:16 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-13T14:17:16.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:16 smithi071 ceph-mon[41109]: from='osd.6 ' entity='osd.6' 2024-09-13T14:17:16.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:16 smithi071 ceph-mon[41109]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-13T14:17:17.113 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:17 smithi104 ceph-mon[33426]: purged_snaps scrub starts 2024-09-13T14:17:17.113 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:17 smithi104 ceph-mon[33426]: purged_snaps scrub ok 2024-09-13T14:17:17.113 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:17 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-13T14:17:17.113 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:17 smithi104 ceph-mon[33426]: osd.6 [v2:172.21.15.104:6816/1475653343,v1:172.21.15.104:6817/1475653343] boot 2024-09-13T14:17:17.113 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:17 smithi104 ceph-mon[33426]: osdmap e46: 7 total, 7 up, 7 in 2024-09-13T14:17:17.113 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:17 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-13T14:17:17.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:17 smithi071 ceph-mon[29588]: purged_snaps scrub starts 2024-09-13T14:17:17.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:17 smithi071 ceph-mon[29588]: purged_snaps scrub ok 2024-09-13T14:17:17.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:17 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-13T14:17:17.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:17 smithi071 ceph-mon[29588]: osd.6 [v2:172.21.15.104:6816/1475653343,v1:172.21.15.104:6817/1475653343] boot 2024-09-13T14:17:17.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:17 smithi071 ceph-mon[29588]: osdmap e46: 7 total, 7 up, 7 in 2024-09-13T14:17:17.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:17 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-13T14:17:17.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:17 smithi071 ceph-mon[41109]: purged_snaps scrub starts 2024-09-13T14:17:17.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:17 smithi071 ceph-mon[41109]: purged_snaps scrub ok 2024-09-13T14:17:17.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:17 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-13T14:17:17.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:17 smithi071 ceph-mon[41109]: osd.6 [v2:172.21.15.104:6816/1475653343,v1:172.21.15.104:6817/1475653343] boot 2024-09-13T14:17:17.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:17 smithi071 ceph-mon[41109]: osdmap e46: 7 total, 7 up, 7 in 2024-09-13T14:17:17.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:17 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-13T14:17:18.127 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:18 smithi104 ceph-mon[33426]: osdmap e47: 7 total, 7 up, 7 in 2024-09-13T14:17:18.127 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:18 smithi104 ceph-mon[33426]: Detected new or changed devices on smithi104 2024-09-13T14:17:18.127 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:18 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:18.127 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:18 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:18.127 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:18 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:17:18.128 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:18 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:17:18.128 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:18 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:17:18.128 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:18 smithi104 ceph-mon[33426]: Adjusting osd_memory_target on smithi104 to 5696M 2024-09-13T14:17:18.128 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:18 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:18.128 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:18 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:17:18.128 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:18 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:17:18.128 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:18 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:18.128 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:18 smithi104 ceph-mon[33426]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 189 MiB used, 626 GiB / 626 GiB avail 2024-09-13T14:17:18.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:18 smithi071 ceph-mon[29588]: osdmap e47: 7 total, 7 up, 7 in 2024-09-13T14:17:18.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:18 smithi071 ceph-mon[29588]: Detected new or changed devices on smithi104 2024-09-13T14:17:18.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:18 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:18.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:18 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:18.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:18 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:17:18.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:18 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:17:18.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:18 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:17:18.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:18 smithi071 ceph-mon[29588]: Adjusting osd_memory_target on smithi104 to 5696M 2024-09-13T14:17:18.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:18 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:18.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:18 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:17:18.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:18 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:17:18.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:18 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:18.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:18 smithi071 ceph-mon[29588]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 189 MiB used, 626 GiB / 626 GiB avail 2024-09-13T14:17:18.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:18 smithi071 ceph-mon[41109]: osdmap e47: 7 total, 7 up, 7 in 2024-09-13T14:17:18.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:18 smithi071 ceph-mon[41109]: Detected new or changed devices on smithi104 2024-09-13T14:17:18.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:18 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:18.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:18 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:18.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:18 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:17:18.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:18 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:17:18.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:18 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:17:18.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:18 smithi071 ceph-mon[41109]: Adjusting osd_memory_target on smithi104 to 5696M 2024-09-13T14:17:18.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:18 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:18.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:18 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:17:18.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:18 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:17:18.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:18 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:18.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:18 smithi071 ceph-mon[41109]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 189 MiB used, 626 GiB / 626 GiB avail 2024-09-13T14:17:18.833 INFO:teuthology.orchestra.run.smithi104.stdout: 2024-09-13T14:17:18.852 DEBUG:teuthology.orchestra.run.smithi104:> 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 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi104:vg_nvme/lv_1 2024-09-13T14:17:19.044 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:17:19.147 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:19 smithi104 ceph-mon[33426]: osdmap e48: 7 total, 7 up, 7 in 2024-09-13T14:17:19.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:19 smithi071 ceph-mon[29588]: osdmap e48: 7 total, 7 up, 7 in 2024-09-13T14:17:19.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:19 smithi071 ceph-mon[41109]: osdmap e48: 7 total, 7 up, 7 in 2024-09-13T14:17:20.496 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:20 smithi104 ceph-mon[33426]: osdmap e49: 7 total, 7 up, 7 in 2024-09-13T14:17:20.496 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:20 smithi104 ceph-mon[33426]: pgmap v154: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 189 MiB used, 626 GiB / 626 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-09-13T14:17:20.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:20 smithi071 ceph-mon[29588]: osdmap e49: 7 total, 7 up, 7 in 2024-09-13T14:17:20.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:20 smithi071 ceph-mon[29588]: pgmap v154: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 189 MiB used, 626 GiB / 626 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-09-13T14:17:20.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:20 smithi071 ceph-mon[41109]: osdmap e49: 7 total, 7 up, 7 in 2024-09-13T14:17:20.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:20 smithi071 ceph-mon[41109]: pgmap v154: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 189 MiB used, 626 GiB / 626 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-09-13T14:17:21.458 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:21 smithi104 ceph-mon[33426]: osdmap e50: 7 total, 7 up, 7 in 2024-09-13T14:17:21.458 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:21 smithi104 ceph-mon[33426]: from='client.24262 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi104:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:17:21.459 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:21 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-13T14:17:21.459 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:21 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-13T14:17:21.459 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:21 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:17:21.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:21 smithi071 ceph-mon[29588]: osdmap e50: 7 total, 7 up, 7 in 2024-09-13T14:17:21.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:21 smithi071 ceph-mon[29588]: from='client.24262 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi104:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:17:21.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:21 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-13T14:17:21.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:21 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-13T14:17:21.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:21 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:17:21.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:21 smithi071 ceph-mon[41109]: osdmap e50: 7 total, 7 up, 7 in 2024-09-13T14:17:21.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:21 smithi071 ceph-mon[41109]: from='client.24262 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi104:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:17:21.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:21 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-13T14:17:21.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:21 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-13T14:17:21.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:21 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:17:22.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:22 smithi104 ceph-mon[33426]: pgmap v156: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 189 MiB used, 626 GiB / 626 GiB avail; 121 KiB/s, 0 objects/s recovering 2024-09-13T14:17:22.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:22 smithi071 ceph-mon[29588]: pgmap v156: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 189 MiB used, 626 GiB / 626 GiB avail; 121 KiB/s, 0 objects/s recovering 2024-09-13T14:17:22.640 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:22 smithi071 ceph-mon[41109]: pgmap v156: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 189 MiB used, 626 GiB / 626 GiB avail; 121 KiB/s, 0 objects/s recovering 2024-09-13T14:17:23.432 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:23 smithi104 ceph-mon[33426]: from='client.? 172.21.15.104:0/1808610902' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e5c8a041-aca0-4a18-a7ae-808831a44305"}]: dispatch 2024-09-13T14:17:23.432 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:23 smithi104 ceph-mon[33426]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e5c8a041-aca0-4a18-a7ae-808831a44305"}]: dispatch 2024-09-13T14:17:23.432 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:23 smithi104 ceph-mon[33426]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e5c8a041-aca0-4a18-a7ae-808831a44305"}]': finished 2024-09-13T14:17:23.432 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:23 smithi104 ceph-mon[33426]: osdmap e51: 8 total, 7 up, 8 in 2024-09-13T14:17:23.432 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:23 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-13T14:17:23.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:23 smithi071 ceph-mon[29588]: from='client.? 172.21.15.104:0/1808610902' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e5c8a041-aca0-4a18-a7ae-808831a44305"}]: dispatch 2024-09-13T14:17:23.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:23 smithi071 ceph-mon[29588]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e5c8a041-aca0-4a18-a7ae-808831a44305"}]: dispatch 2024-09-13T14:17:23.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:23 smithi071 ceph-mon[29588]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e5c8a041-aca0-4a18-a7ae-808831a44305"}]': finished 2024-09-13T14:17:23.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:23 smithi071 ceph-mon[29588]: osdmap e51: 8 total, 7 up, 8 in 2024-09-13T14:17:23.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:23 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-13T14:17:23.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:23 smithi071 ceph-mon[41109]: from='client.? 172.21.15.104:0/1808610902' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e5c8a041-aca0-4a18-a7ae-808831a44305"}]: dispatch 2024-09-13T14:17:23.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:23 smithi071 ceph-mon[41109]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e5c8a041-aca0-4a18-a7ae-808831a44305"}]: dispatch 2024-09-13T14:17:23.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:23 smithi071 ceph-mon[41109]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e5c8a041-aca0-4a18-a7ae-808831a44305"}]': finished 2024-09-13T14:17:23.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:23 smithi071 ceph-mon[41109]: osdmap e51: 8 total, 7 up, 8 in 2024-09-13T14:17:23.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:23 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-13T14:17:24.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:24 smithi071 ceph-mon[29588]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail; 100 KiB/s, 0 objects/s recovering 2024-09-13T14:17:24.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:24 smithi071 ceph-mon[29588]: from='client.? 172.21.15.104:0/133358851' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-13T14:17:24.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:24 smithi071 ceph-mon[41109]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail; 100 KiB/s, 0 objects/s recovering 2024-09-13T14:17:24.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:24 smithi071 ceph-mon[41109]: from='client.? 172.21.15.104:0/133358851' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-13T14:17:24.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:24 smithi104 ceph-mon[33426]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail; 100 KiB/s, 0 objects/s recovering 2024-09-13T14:17:24.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:24 smithi104 ceph-mon[33426]: from='client.? 172.21.15.104:0/133358851' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-13T14:17:27.072 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:26 smithi104 ceph-mon[33426]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-09-13T14:17:27.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:26 smithi071 ceph-mon[29588]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-09-13T14:17:27.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:26 smithi071 ceph-mon[41109]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-09-13T14:17:28.998 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:28 smithi104 ceph-mon[33426]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-09-13T14:17:29.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:28 smithi071 ceph-mon[29588]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-09-13T14:17:29.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:28 smithi071 ceph-mon[41109]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-09-13T14:17:29.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:29 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-13T14:17:29.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:29 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:17:30.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:29 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-13T14:17:30.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:29 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:17:30.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:29 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-13T14:17:30.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:29 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:17:30.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:30 smithi104 ceph-mon[33426]: Deploying daemon osd.7 on smithi104 2024-09-13T14:17:30.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:30 smithi104 ceph-mon[33426]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-09-13T14:17:31.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:30 smithi071 ceph-mon[29588]: Deploying daemon osd.7 on smithi104 2024-09-13T14:17:31.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:30 smithi071 ceph-mon[29588]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-09-13T14:17:31.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:30 smithi071 ceph-mon[41109]: Deploying daemon osd.7 on smithi104 2024-09-13T14:17:31.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:30 smithi071 ceph-mon[41109]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-09-13T14:17:33.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:32 smithi071 ceph-mon[29588]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-09-13T14:17:33.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:32 smithi071 ceph-mon[41109]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-09-13T14:17:33.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:32 smithi104 ceph-mon[33426]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-09-13T14:17:35.121 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:34 smithi104 ceph-mon[33426]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-09-13T14:17:35.121 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:34 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:17:35.121 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:34 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:35.121 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:34 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:35.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:34 smithi071 ceph-mon[29588]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-09-13T14:17:35.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:34 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:17:35.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:34 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:35.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:34 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:35.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:34 smithi071 ceph-mon[41109]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-09-13T14:17:35.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:34 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:17:35.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:34 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:35.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:34 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:37.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:36 smithi071 ceph-mon[29588]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-09-13T14:17:37.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:36 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:37.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:36 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:37.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:36 smithi071 ceph-mon[41109]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-09-13T14:17:37.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:36 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:37.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:36 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:37.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:36 smithi104 ceph-mon[33426]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-09-13T14:17:37.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:36 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:37.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:36 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:37.306 INFO:teuthology.orchestra.run.smithi104.stdout:Created osd(s) 7 on host 'smithi104' 2024-09-13T14:17:38.064 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:37 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:17:38.064 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:37 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:17:38.065 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:37 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:38.065 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:37 smithi104 ceph-mon[33426]: from='osd.7 [v2:172.21.15.104:6824/823786698,v1:172.21.15.104:6825/823786698]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-13T14:17:38.065 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:37 smithi104 ceph-mon[33426]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-13T14:17:38.065 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:37 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:17:38.065 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:37 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:38.065 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:37 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:38.092 DEBUG:teuthology.orchestra.run.smithi104:osd.7> sudo journalctl -f -n 0 -u ceph-18f8172c-71da-11ef-bceb-c7b262605968@osd.7.service 2024-09-13T14:17:38.094 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-09-13T14:17:38.095 DEBUG:teuthology.orchestra.run.smithi071:> 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 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-13T14:17:38.123 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:37 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:17:38.123 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:37 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:17:38.123 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:37 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:38.123 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:37 smithi071 ceph-mon[29588]: from='osd.7 [v2:172.21.15.104:6824/823786698,v1:172.21.15.104:6825/823786698]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-13T14:17:38.123 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:37 smithi071 ceph-mon[29588]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-13T14:17:38.123 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:37 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:17:38.123 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:37 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:38.123 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:37 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:38.124 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:37 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:17:38.124 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:37 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:17:38.124 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:37 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:38.124 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:37 smithi071 ceph-mon[41109]: from='osd.7 [v2:172.21.15.104:6824/823786698,v1:172.21.15.104:6825/823786698]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-13T14:17:38.124 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:37 smithi071 ceph-mon[41109]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-13T14:17:38.124 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:37 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:17:38.124 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:37 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:38.124 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:37 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:38.301 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:17:39.170 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:38 smithi104 ceph-mon[33426]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-09-13T14:17:39.170 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:38 smithi104 ceph-mon[33426]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-13T14:17:39.170 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:38 smithi104 ceph-mon[33426]: osdmap e52: 8 total, 7 up, 8 in 2024-09-13T14:17:39.170 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:38 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-13T14:17:39.170 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:38 smithi104 ceph-mon[33426]: from='osd.7 [v2:172.21.15.104:6824/823786698,v1:172.21.15.104:6825/823786698]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi104", "root=default"]}]: dispatch 2024-09-13T14:17:39.170 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:38 smithi104 ceph-mon[33426]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi104", "root=default"]}]: dispatch 2024-09-13T14:17:39.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:38 smithi071 ceph-mon[29588]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-09-13T14:17:39.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:38 smithi071 ceph-mon[29588]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-13T14:17:39.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:38 smithi071 ceph-mon[29588]: osdmap e52: 8 total, 7 up, 8 in 2024-09-13T14:17:39.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:38 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-13T14:17:39.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:38 smithi071 ceph-mon[29588]: from='osd.7 [v2:172.21.15.104:6824/823786698,v1:172.21.15.104:6825/823786698]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi104", "root=default"]}]: dispatch 2024-09-13T14:17:39.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:38 smithi071 ceph-mon[29588]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi104", "root=default"]}]: dispatch 2024-09-13T14:17:39.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:38 smithi071 ceph-mon[41109]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-09-13T14:17:39.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:38 smithi071 ceph-mon[41109]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-13T14:17:39.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:38 smithi071 ceph-mon[41109]: osdmap e52: 8 total, 7 up, 8 in 2024-09-13T14:17:39.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:38 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-13T14:17:39.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:38 smithi071 ceph-mon[41109]: from='osd.7 [v2:172.21.15.104:6824/823786698,v1:172.21.15.104:6825/823786698]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi104", "root=default"]}]: dispatch 2024-09-13T14:17:39.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:38 smithi071 ceph-mon[41109]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi104", "root=default"]}]: dispatch 2024-09-13T14:17:39.422 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 14:17:39 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[57235]: 2024-09-13T14:17:39.417+0000 7f9600c39640 -1 osd.7 0 waiting for initial osdmap 2024-09-13T14:17:39.921 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 14:17:39 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[57235]: 2024-09-13T14:17:39.425+0000 7f95f8a5a640 -1 osd.7 53 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-13T14:17:40.310 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:17:40.311 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:39 smithi071 ceph-mon[29588]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi104", "root=default"]}]': finished 2024-09-13T14:17:40.311 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:39 smithi071 ceph-mon[29588]: osdmap e53: 8 total, 7 up, 8 in 2024-09-13T14:17:40.311 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:39 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-13T14:17:40.311 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:39 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-13T14:17:40.311 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:39 smithi071 ceph-mon[29588]: from='osd.7 ' entity='osd.7' 2024-09-13T14:17:40.311 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:39 smithi071 ceph-mon[29588]: osd.7 [v2:172.21.15.104:6824/823786698,v1:172.21.15.104:6825/823786698] boot 2024-09-13T14:17:40.311 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:39 smithi071 ceph-mon[29588]: osdmap e54: 8 total, 8 up, 8 in 2024-09-13T14:17:40.311 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:39 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-13T14:17:40.312 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:39 smithi071 ceph-mon[41109]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi104", "root=default"]}]': finished 2024-09-13T14:17:40.312 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:39 smithi071 ceph-mon[41109]: osdmap e53: 8 total, 7 up, 8 in 2024-09-13T14:17:40.312 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:39 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-13T14:17:40.312 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:39 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-13T14:17:40.312 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:39 smithi071 ceph-mon[41109]: from='osd.7 ' entity='osd.7' 2024-09-13T14:17:40.312 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:39 smithi071 ceph-mon[41109]: osd.7 [v2:172.21.15.104:6824/823786698,v1:172.21.15.104:6825/823786698] boot 2024-09-13T14:17:40.312 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:39 smithi071 ceph-mon[41109]: osdmap e54: 8 total, 8 up, 8 in 2024-09-13T14:17:40.312 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:39 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-13T14:17:40.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:39 smithi104 ceph-mon[33426]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi104", "root=default"]}]': finished 2024-09-13T14:17:40.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:39 smithi104 ceph-mon[33426]: osdmap e53: 8 total, 7 up, 8 in 2024-09-13T14:17:40.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:39 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-13T14:17:40.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:39 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-13T14:17:40.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:39 smithi104 ceph-mon[33426]: from='osd.7 ' entity='osd.7' 2024-09-13T14:17:40.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:39 smithi104 ceph-mon[33426]: osd.7 [v2:172.21.15.104:6824/823786698,v1:172.21.15.104:6825/823786698] boot 2024-09-13T14:17:40.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:39 smithi104 ceph-mon[33426]: osdmap e54: 8 total, 8 up, 8 in 2024-09-13T14:17:40.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:39 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-13T14:17:40.999 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":54,"num_osds":8,"num_up_osds":8,"osd_up_since":1726237059,"num_in_osds":8,"osd_in_since":1726237043,"num_remapped_pgs":1} 2024-09-13T14:17:41.000 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-13T14:17:41.230 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:17:41.331 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:40 smithi071 ceph-mon[29588]: purged_snaps scrub starts 2024-09-13T14:17:41.331 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:40 smithi071 ceph-mon[29588]: purged_snaps scrub ok 2024-09-13T14:17:41.331 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:40 smithi071 ceph-mon[29588]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-09-13T14:17:41.332 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:40 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/1782326082' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-13T14:17:41.332 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:40 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:41.332 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:40 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:41.332 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:40 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:17:41.332 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:40 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:17:41.332 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:40 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:17:41.332 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:40 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:17:41.332 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:40 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:41.332 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:40 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:17:41.332 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:40 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:17:41.332 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:40 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:41.332 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:40 smithi071 ceph-mon[29588]: osdmap e55: 8 total, 8 up, 8 in 2024-09-13T14:17:41.333 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:40 smithi071 ceph-mon[41109]: purged_snaps scrub starts 2024-09-13T14:17:41.333 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:40 smithi071 ceph-mon[41109]: purged_snaps scrub ok 2024-09-13T14:17:41.333 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:40 smithi071 ceph-mon[41109]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-09-13T14:17:41.333 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:40 smithi071 ceph-mon[41109]: from='client.? 172.21.15.71:0/1782326082' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-13T14:17:41.333 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:40 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:41.333 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:40 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:41.333 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:40 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:17:41.333 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:40 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:17:41.333 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:40 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:17:41.333 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:40 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:17:41.333 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:40 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:41.334 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:40 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:17:41.334 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:40 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:17:41.334 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:40 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:41.334 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:40 smithi071 ceph-mon[41109]: osdmap e55: 8 total, 8 up, 8 in 2024-09-13T14:17:41.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:40 smithi104 ceph-mon[33426]: purged_snaps scrub starts 2024-09-13T14:17:41.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:40 smithi104 ceph-mon[33426]: purged_snaps scrub ok 2024-09-13T14:17:41.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:40 smithi104 ceph-mon[33426]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-09-13T14:17:41.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:40 smithi104 ceph-mon[33426]: from='client.? 172.21.15.71:0/1782326082' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-13T14:17:41.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:40 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:41.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:40 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:41.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:40 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:17:41.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:40 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:17:41.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:40 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:17:41.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:40 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:17:41.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:40 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:41.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:40 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:17:41.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:40 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:17:41.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:40 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:41.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:40 smithi104 ceph-mon[33426]: osdmap e55: 8 total, 8 up, 8 in 2024-09-13T14:17:42.294 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:41 smithi071 ceph-mon[29588]: Detected new or changed devices on smithi104 2024-09-13T14:17:42.294 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:41 smithi071 ceph-mon[29588]: Adjusting osd_memory_target on smithi104 to 4272M 2024-09-13T14:17:42.295 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:41 smithi071 ceph-mon[29588]: osdmap e56: 8 total, 8 up, 8 in 2024-09-13T14:17:42.295 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:41 smithi071 ceph-mon[41109]: Detected new or changed devices on smithi104 2024-09-13T14:17:42.295 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:41 smithi071 ceph-mon[41109]: Adjusting osd_memory_target on smithi104 to 4272M 2024-09-13T14:17:42.295 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:41 smithi071 ceph-mon[41109]: osdmap e56: 8 total, 8 up, 8 in 2024-09-13T14:17:42.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:41 smithi104 ceph-mon[33426]: Detected new or changed devices on smithi104 2024-09-13T14:17:42.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:41 smithi104 ceph-mon[33426]: Adjusting osd_memory_target on smithi104 to 4272M 2024-09-13T14:17:42.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:41 smithi104 ceph-mon[33426]: osdmap e56: 8 total, 8 up, 8 in 2024-09-13T14:17:42.996 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:17:42.996 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":57,"fsid":"18f8172c-71da-11ef-bceb-c7b262605968","created":"2024-09-13T14:12:34.413032+0000","modified":"2024-09-13T14:17:42.780143+0000","last_up_change":"2024-09-13T14:17:39.955126+0000","last_in_change":"2024-09-13T14:17:23.160503+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-09-13T14:15:42.013153+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":"21","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":"fd3f37eb-3ff9-4549-8e14-55ab9c6297a3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6802","nonce":1833957234},{"type":"v1","addr":"172.21.15.71:6803","nonce":1833957234}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6804","nonce":1833957234},{"type":"v1","addr":"172.21.15.71:6805","nonce":1833957234}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6808","nonce":1833957234},{"type":"v1","addr":"172.21.15.71:6809","nonce":1833957234}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6806","nonce":1833957234},{"type":"v1","addr":"172.21.15.71:6807","nonce":1833957234}]},"public_addr":"172.21.15.71:6803/1833957234","cluster_addr":"172.21.15.71:6805/1833957234","heartbeat_back_addr":"172.21.15.71:6809/1833957234","heartbeat_front_addr":"172.21.15.71:6807/1833957234","state":["exists","up"]},{"osd":1,"uuid":"b2b5fc6c-0aa1-4eed-9fcc-59816f01ba10","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6810","nonce":2602279706},{"type":"v1","addr":"172.21.15.71:6811","nonce":2602279706}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6812","nonce":2602279706},{"type":"v1","addr":"172.21.15.71:6813","nonce":2602279706}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6816","nonce":2602279706},{"type":"v1","addr":"172.21.15.71:6817","nonce":2602279706}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6814","nonce":2602279706},{"type":"v1","addr":"172.21.15.71:6815","nonce":2602279706}]},"public_addr":"172.21.15.71:6811/2602279706","cluster_addr":"172.21.15.71:6813/2602279706","heartbeat_back_addr":"172.21.15.71:6817/2602279706","heartbeat_front_addr":"172.21.15.71:6815/2602279706","state":["exists","up"]},{"osd":2,"uuid":"f9911633-19b2-4c10-bd42-bd6a5cc6a745","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.71:6818","nonce":3418642133},{"type":"v1","addr":"172.21.15.71:6819","nonce":3418642133}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6820","nonce":3418642133},{"type":"v1","addr":"172.21.15.71:6821","nonce":3418642133}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6824","nonce":3418642133},{"type":"v1","addr":"172.21.15.71:6825","nonce":3418642133}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6822","nonce":3418642133},{"type":"v1","addr":"172.21.15.71:6823","nonce":3418642133}]},"public_addr":"172.21.15.71:6819/3418642133","cluster_addr":"172.21.15.71:6821/3418642133","heartbeat_back_addr":"172.21.15.71:6825/3418642133","heartbeat_front_addr":"172.21.15.71:6823/3418642133","state":["exists","up"]},{"osd":3,"uuid":"b6d04cea-113c-4b8b-b249-cb99a731ad2e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6826","nonce":589975455},{"type":"v1","addr":"172.21.15.71:6827","nonce":589975455}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6828","nonce":589975455},{"type":"v1","addr":"172.21.15.71:6829","nonce":589975455}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6832","nonce":589975455},{"type":"v1","addr":"172.21.15.71:6833","nonce":589975455}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6830","nonce":589975455},{"type":"v1","addr":"172.21.15.71:6831","nonce":589975455}]},"public_addr":"172.21.15.71:6827/589975455","cluster_addr":"172.21.15.71:6829/589975455","heartbeat_back_addr":"172.21.15.71:6833/589975455","heartbeat_front_addr":"172.21.15.71:6831/589975455","state":["exists","up"]},{"osd":4,"uuid":"eaa5fdfd-97b4-4d4e-8efe-138d03bc42db","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6800","nonce":2747742495},{"type":"v1","addr":"172.21.15.104:6801","nonce":2747742495}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6802","nonce":2747742495},{"type":"v1","addr":"172.21.15.104:6803","nonce":2747742495}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6806","nonce":2747742495},{"type":"v1","addr":"172.21.15.104:6807","nonce":2747742495}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6804","nonce":2747742495},{"type":"v1","addr":"172.21.15.104:6805","nonce":2747742495}]},"public_addr":"172.21.15.104:6801/2747742495","cluster_addr":"172.21.15.104:6803/2747742495","heartbeat_back_addr":"172.21.15.104:6807/2747742495","heartbeat_front_addr":"172.21.15.104:6805/2747742495","state":["exists","up"]},{"osd":5,"uuid":"327f32c8-3a34-41cd-9b28-8652bde403b8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6808","nonce":2156075125},{"type":"v1","addr":"172.21.15.104:6809","nonce":2156075125}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6810","nonce":2156075125},{"type":"v1","addr":"172.21.15.104:6811","nonce":2156075125}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6814","nonce":2156075125},{"type":"v1","addr":"172.21.15.104:6815","nonce":2156075125}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6812","nonce":2156075125},{"type":"v1","addr":"172.21.15.104:6813","nonce":2156075125}]},"public_addr":"172.21.15.104:6809/2156075125","cluster_addr":"172.21.15.104:6811/2156075125","heartbeat_back_addr":"172.21.15.104:6815/2156075125","heartbeat_front_addr":"172.21.15.104:6813/2156075125","state":["exists","up"]},{"osd":6,"uuid":"c8dc48f6-6da0-4cfc-8792-1802e110957c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6816","nonce":1475653343},{"type":"v1","addr":"172.21.15.104:6817","nonce":1475653343}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6818","nonce":1475653343},{"type":"v1","addr":"172.21.15.104:6819","nonce":1475653343}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6822","nonce":1475653343},{"type":"v1","addr":"172.21.15.104:6823","nonce":1475653343}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6820","nonce":1475653343},{"type":"v1","addr":"172.21.15.104:6821","nonce":1475653343}]},"public_addr":"172.21.15.104:6817/1475653343","cluster_addr":"172.21.15.104:6819/1475653343","heartbeat_back_addr":"172.21.15.104:6823/1475653343","heartbeat_front_addr":"172.21.15.104:6821/1475653343","state":["exists","up"]},{"osd":7,"uuid":"e5c8a041-aca0-4a18-a7ae-808831a44305","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":54,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6824","nonce":823786698},{"type":"v1","addr":"172.21.15.104:6825","nonce":823786698}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6826","nonce":823786698},{"type":"v1","addr":"172.21.15.104:6827","nonce":823786698}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6830","nonce":823786698},{"type":"v1","addr":"172.21.15.104:6831","nonce":823786698}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6828","nonce":823786698},{"type":"v1","addr":"172.21.15.104:6829","nonce":823786698}]},"public_addr":"172.21.15.104:6825/823786698","cluster_addr":"172.21.15.104:6827/823786698","heartbeat_back_addr":"172.21.15.104:6831/823786698","heartbeat_front_addr":"172.21.15.104:6829/823786698","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-09-13T14:14:51.235454+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-09-13T14:15:15.661769+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-09-13T14:15:39.445404+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-09-13T14:16:04.663298+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-09-13T14:16:26.742205+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-09-13T14:16:50.860887+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-09-13T14:17:14.362769+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-09-13T14:17:37.981239+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.71:6801/1578233797":"2024-09-14T14:13:29.716958+0000","172.21.15.71:6800/1578233797":"2024-09-14T14:13:29.716958+0000","172.21.15.71:0/920424232":"2024-09-14T14:13:29.716958+0000","172.21.15.71:0/1423310701":"2024-09-14T14:13:06.258336+0000","172.21.15.71:0/3436285126":"2024-09-14T14:13:29.716958+0000","172.21.15.71:0/781580":"2024-09-14T14:13:29.716958+0000","172.21.15.71:6801/3448551475":"2024-09-14T14:13:06.258336+0000","172.21.15.71:0/788315538":"2024-09-14T14:13:06.258336+0000","172.21.15.71:6800/3448551475":"2024-09-14T14:13:06.258336+0000","172.21.15.71:0/1970520876":"2024-09-14T14:13:06.258336+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-09-13T14:17:43.284 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:42 smithi071 ceph-mon[29588]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 344 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:17:43.284 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:42 smithi071 ceph-mon[29588]: osdmap e57: 8 total, 8 up, 8 in 2024-09-13T14:17:43.284 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:42 smithi071 ceph-mon[41109]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 344 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:17:43.284 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:42 smithi071 ceph-mon[41109]: osdmap e57: 8 total, 8 up, 8 in 2024-09-13T14:17:43.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:42 smithi104 ceph-mon[33426]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 344 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:17:43.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:42 smithi104 ceph-mon[33426]: osdmap e57: 8 total, 8 up, 8 in 2024-09-13T14:17:43.591 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-09-13T14:15:42.013153+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': '21', '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-09-13T14:17:43.592 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-09-13T14:17:43.786 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:17:44.180 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:43 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/3528322327' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-13T14:17:44.180 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:43 smithi071 ceph-mon[29588]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 344 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:17:44.180 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:43 smithi071 ceph-mon[29588]: osdmap e58: 8 total, 8 up, 8 in 2024-09-13T14:17:44.180 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:43 smithi071 ceph-mon[41109]: from='client.? 172.21.15.71:0/3528322327' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-13T14:17:44.180 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:43 smithi071 ceph-mon[41109]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 344 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:17:44.180 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:43 smithi071 ceph-mon[41109]: osdmap e58: 8 total, 8 up, 8 in 2024-09-13T14:17:44.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:43 smithi104 ceph-mon[33426]: from='client.? 172.21.15.71:0/3528322327' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-13T14:17:44.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:43 smithi104 ceph-mon[33426]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 344 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:17:44.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:43 smithi104 ceph-mon[33426]: osdmap e58: 8 total, 8 up, 8 in 2024-09-13T14:17:45.576 INFO:teuthology.orchestra.run.smithi071.stdout:pg_num: 1 2024-09-13T14:17:45.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:45 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/2430208539' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-09-13T14:17:45.890 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:45 smithi071 ceph-mon[41109]: from='client.? 172.21.15.71:0/2430208539' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-09-13T14:17:45.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:45 smithi104 ceph-mon[33426]: from='client.? 172.21.15.71:0/2430208539' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-09-13T14:17:46.219 INFO:tasks.cephadm:Adding prometheus.a on smithi104 2024-09-13T14:17:46.219 DEBUG:teuthology.orchestra.run.smithi104:> 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 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph orch apply prometheus '1;smithi104=a' 2024-09-13T14:17:46.427 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:17:46.801 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:46 smithi104 ceph-mon[33426]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 120 KiB/s, 0 objects/s recovering 2024-09-13T14:17:46.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:46 smithi071 ceph-mon[29588]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 120 KiB/s, 0 objects/s recovering 2024-09-13T14:17:46.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:46 smithi071 ceph-mon[41109]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 120 KiB/s, 0 objects/s recovering 2024-09-13T14:17:48.011 INFO:teuthology.orchestra.run.smithi104.stdout:Scheduled prometheus update... 2024-09-13T14:17:48.683 DEBUG:teuthology.orchestra.run.smithi104:prometheus.a> sudo journalctl -f -n 0 -u ceph-18f8172c-71da-11ef-bceb-c7b262605968@prometheus.a.service 2024-09-13T14:17:48.685 INFO:tasks.cephadm:Adding node-exporter.a on smithi071 2024-09-13T14:17:48.685 INFO:tasks.cephadm:Adding node-exporter.b on smithi104 2024-09-13T14:17:48.686 DEBUG:teuthology.orchestra.run.smithi104:> 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 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph orch apply node-exporter '2;smithi071=a;smithi104=b' 2024-09-13T14:17:48.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:48 smithi104 ceph-mon[33426]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-13T14:17:48.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:48 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:48.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:48 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:17:48.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:48 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:17:48.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:48 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:17:48.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:48 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:48.931 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:17:49.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:48 smithi071 ceph-mon[29588]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-13T14:17:49.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:48 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:49.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:48 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:17:49.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:48 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:17:49.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:48 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:17:49.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:48 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:49.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:48 smithi071 ceph-mon[41109]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-13T14:17:49.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:48 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:49.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:48 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:17:49.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:48 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:17:49.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:48 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:17:49.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:48 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:50.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:49 smithi071 ceph-mon[29588]: from='client.24307 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi104=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:17:50.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:49 smithi071 ceph-mon[29588]: Saving service prometheus spec with placement smithi104=a;count:1 2024-09-13T14:17:50.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:49 smithi071 ceph-mon[29588]: Deploying daemon prometheus.a on smithi104 2024-09-13T14:17:50.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:49 smithi071 ceph-mon[41109]: from='client.24307 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi104=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:17:50.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:49 smithi071 ceph-mon[41109]: Saving service prometheus spec with placement smithi104=a;count:1 2024-09-13T14:17:50.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:49 smithi071 ceph-mon[41109]: Deploying daemon prometheus.a on smithi104 2024-09-13T14:17:50.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:49 smithi104 ceph-mon[33426]: from='client.24307 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi104=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:17:50.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:49 smithi104 ceph-mon[33426]: Saving service prometheus spec with placement smithi104=a;count:1 2024-09-13T14:17:50.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:49 smithi104 ceph-mon[33426]: Deploying daemon prometheus.a on smithi104 2024-09-13T14:17:50.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:50 smithi104 ceph-mon[33426]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 74 KiB/s, 0 objects/s recovering 2024-09-13T14:17:51.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:50 smithi071 ceph-mon[29588]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 74 KiB/s, 0 objects/s recovering 2024-09-13T14:17:51.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:50 smithi071 ceph-mon[41109]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 74 KiB/s, 0 objects/s recovering 2024-09-13T14:17:51.231 INFO:teuthology.orchestra.run.smithi104.stdout:Scheduled node-exporter update... 2024-09-13T14:17:52.303 DEBUG:teuthology.orchestra.run.smithi071:node-exporter.a> sudo journalctl -f -n 0 -u ceph-18f8172c-71da-11ef-bceb-c7b262605968@node-exporter.a.service 2024-09-13T14:17:52.307 DEBUG:teuthology.orchestra.run.smithi104:node-exporter.b> sudo journalctl -f -n 0 -u ceph-18f8172c-71da-11ef-bceb-c7b262605968@node-exporter.b.service 2024-09-13T14:17:52.309 INFO:tasks.cephadm:Adding alertmanager.a on smithi071 2024-09-13T14:17:52.309 DEBUG:teuthology.orchestra.run.smithi104:> 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 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph orch apply alertmanager '1;smithi071=a' 2024-09-13T14:17:52.537 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:17:52.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:52 smithi071 ceph-mon[29588]: from='client.24313 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi071=a;smithi104=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:17:52.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:52 smithi071 ceph-mon[29588]: Saving service node-exporter spec with placement smithi071=a;smithi104=b;count:2 2024-09-13T14:17:52.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:52 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:52.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:52 smithi071 ceph-mon[29588]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 64 KiB/s, 0 objects/s recovering 2024-09-13T14:17:52.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:52 smithi071 ceph-mon[41109]: from='client.24313 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi071=a;smithi104=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:17:52.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:52 smithi071 ceph-mon[41109]: Saving service node-exporter spec with placement smithi071=a;smithi104=b;count:2 2024-09-13T14:17:52.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:52 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:52.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:52 smithi071 ceph-mon[41109]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 64 KiB/s, 0 objects/s recovering 2024-09-13T14:17:52.657 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:52 smithi104 ceph-mon[33426]: from='client.24313 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi071=a;smithi104=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:17:52.657 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:52 smithi104 ceph-mon[33426]: Saving service node-exporter spec with placement smithi071=a;smithi104=b;count:2 2024-09-13T14:17:52.657 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:52 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:52.658 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:52 smithi104 ceph-mon[33426]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 64 KiB/s, 0 objects/s recovering 2024-09-13T14:17:54.843 INFO:teuthology.orchestra.run.smithi104.stdout:Scheduled alertmanager update... 2024-09-13T14:17:55.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:54 smithi071 ceph-mon[29588]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-13T14:17:55.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:54 smithi071 ceph-mon[41109]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-13T14:17:55.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:54 smithi104 ceph-mon[33426]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-13T14:17:56.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:55 smithi071 ceph-mon[29588]: from='client.24319 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi071=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:17:56.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:55 smithi071 ceph-mon[29588]: Saving service alertmanager spec with placement smithi071=a;count:1 2024-09-13T14:17:56.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:55 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:56.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:55 smithi071 ceph-mon[41109]: from='client.24319 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi071=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:17:56.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:55 smithi071 ceph-mon[41109]: Saving service alertmanager spec with placement smithi071=a;count:1 2024-09-13T14:17:56.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:55 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:56.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:55 smithi104 ceph-mon[33426]: from='client.24319 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi071=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:17:56.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:55 smithi104 ceph-mon[33426]: Saving service alertmanager spec with placement smithi071=a;count:1 2024-09-13T14:17:56.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:55 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:17:56.536 DEBUG:teuthology.orchestra.run.smithi071:alertmanager.a> sudo journalctl -f -n 0 -u ceph-18f8172c-71da-11ef-bceb-c7b262605968@alertmanager.a.service 2024-09-13T14:17:56.539 INFO:tasks.cephadm:Adding grafana.a on smithi104 2024-09-13T14:17:56.539 DEBUG:teuthology.orchestra.run.smithi104:> 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 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph orch apply grafana '1;smithi104=a' 2024-09-13T14:17:57.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:56 smithi071 ceph-mon[29588]: pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-13T14:17:57.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:56 smithi071 ceph-mon[41109]: pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-13T14:17:57.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:56 smithi104 ceph-mon[33426]: pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-13T14:17:57.652 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:17:59.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:17:58 smithi071 ceph-mon[29588]: pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:17:59.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:17:58 smithi071 ceph-mon[41109]: pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:17:59.166 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:17:58 smithi104 ceph-mon[33426]: pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:18:00.876 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:00 smithi104 ceph-mon[33426]: pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:18:01.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:00 smithi071 ceph-mon[29588]: pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:18:01.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:00 smithi071 ceph-mon[41109]: pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:18:01.680 INFO:teuthology.orchestra.run.smithi104.stdout:Scheduled grafana update... 2024-09-13T14:18:02.591 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:18:02 smithi104 systemd[1]: Starting Ceph prometheus.a for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T14:18:02.882 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:02 smithi104 ceph-mon[33426]: from='client.24325 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi104=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:18:02.882 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:02 smithi104 ceph-mon[33426]: Saving service grafana spec with placement smithi104=a;count:1 2024-09-13T14:18:02.882 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:02 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:18:02.882 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:02 smithi104 ceph-mon[33426]: pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:18:02.902 DEBUG:teuthology.orchestra.run.smithi104:grafana.a> sudo journalctl -f -n 0 -u ceph-18f8172c-71da-11ef-bceb-c7b262605968@grafana.a.service 2024-09-13T14:18:02.904 INFO:tasks.cephadm:Setting up client nodes... 2024-09-13T14:18:02.905 DEBUG:teuthology.orchestra.run.smithi071:> 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 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-09-13T14:18:03.110 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:18:03.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:02 smithi071 ceph-mon[29588]: from='client.24325 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi104=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:18:03.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:02 smithi071 ceph-mon[29588]: Saving service grafana spec with placement smithi104=a;count:1 2024-09-13T14:18:03.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:02 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:18:03.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:02 smithi071 ceph-mon[29588]: pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:18:03.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:02 smithi071 ceph-mon[41109]: from='client.24325 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi104=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:18:03.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:02 smithi071 ceph-mon[41109]: Saving service grafana spec with placement smithi104=a;count:1 2024-09-13T14:18:03.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:02 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:18:03.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:02 smithi071 ceph-mon[41109]: pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:18:03.418 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:18:03 smithi104 podman[62580]: 2024-09-13 14:18:03.149037961 +0000 UTC m=+0.105977875 container create b84dc9f1dc002cf5cbe13d9e3ca85aba652f0892d4e07e5352bea06d68c47882 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-13T14:18:03.418 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:18:03 smithi104 podman[62580]: 2024-09-13 14:18:03.060358323 +0000 UTC m=+0.017298195 image pull a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464 quay.io/prometheus/prometheus:v2.43.0 2024-09-13T14:18:03.672 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:18:03 smithi104 podman[62580]: 2024-09-13 14:18:03.418238933 +0000 UTC m=+0.375178804 container init b84dc9f1dc002cf5cbe13d9e3ca85aba652f0892d4e07e5352bea06d68c47882 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-13T14:18:03.672 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:18:03 smithi104 podman[62580]: 2024-09-13 14:18:03.422970568 +0000 UTC m=+0.379910440 container start b84dc9f1dc002cf5cbe13d9e3ca85aba652f0892d4e07e5352bea06d68c47882 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-13T14:18:03.673 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:18:03 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[62594]: ts=2024-09-13T14:18:03.446Z caller=main.go:564 level=info msg="Starting Prometheus Server" mode=server version="(version=2.43.0, branch=HEAD, revision=edfc3bcd025dd6fe296c167a14a216cab1e552ee)" 2024-09-13T14:18:03.673 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:18:03 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[62594]: ts=2024-09-13T14:18:03.446Z 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-09-13T14:18:03.673 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:18:03 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[62594]: ts=2024-09-13T14:18:03.446Z caller=main.go:570 level=info host_details="(Linux 5.14.0-505.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 5 07:54:07 UTC 2024 x86_64 smithi104 (none))" 2024-09-13T14:18:03.673 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:18:03 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[62594]: ts=2024-09-13T14:18:03.446Z caller=main.go:571 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-09-13T14:18:03.673 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:18:03 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[62594]: ts=2024-09-13T14:18:03.446Z caller=main.go:572 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-09-13T14:18:03.673 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:18:03 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[62594]: ts=2024-09-13T14:18:03.447Z caller=web.go:561 level=info component=web msg="Start listening for connections" address=:9095 2024-09-13T14:18:03.673 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:18:03 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[62594]: ts=2024-09-13T14:18:03.448Z caller=main.go:1005 level=info msg="Starting TSDB ..." 2024-09-13T14:18:03.673 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:18:03 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[62594]: ts=2024-09-13T14:18:03.449Z caller=tls_config.go:232 level=info component=web msg="Listening on" address=[::]:9095 2024-09-13T14:18:03.673 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:18:03 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[62594]: ts=2024-09-13T14:18:03.449Z caller=tls_config.go:235 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-09-13T14:18:03.673 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:18:03 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[62594]: ts=2024-09-13T14:18:03.451Z caller=head.go:587 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-09-13T14:18:03.673 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:18:03 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[62594]: ts=2024-09-13T14:18:03.451Z caller=head.go:658 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=2.131µs 2024-09-13T14:18:03.674 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:18:03 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[62594]: ts=2024-09-13T14:18:03.451Z caller=head.go:664 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-09-13T14:18:03.674 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:18:03 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[62594]: ts=2024-09-13T14:18:03.451Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=0 2024-09-13T14:18:03.674 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:18:03 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[62594]: ts=2024-09-13T14:18:03.451Z caller=head.go:772 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=26.726µs wal_replay_duration=169.709µs wbl_replay_duration=128ns total_replay_duration=225.268µs 2024-09-13T14:18:03.674 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:18:03 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[62594]: ts=2024-09-13T14:18:03.452Z caller=main.go:1026 level=info fs_type=XFS_SUPER_MAGIC 2024-09-13T14:18:03.674 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:18:03 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[62594]: ts=2024-09-13T14:18:03.452Z caller=main.go:1029 level=info msg="TSDB started" 2024-09-13T14:18:03.674 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:18:03 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[62594]: ts=2024-09-13T14:18:03.452Z caller=main.go:1209 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-13T14:18:03.674 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:18:03 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[62594]: ts=2024-09-13T14:18:03.471Z caller=main.go:1246 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=19.488957ms db_storage=739ns remote_storage=933ns web_handler=341ns query_engine=445ns scrape=421.16µs scrape_sd=83.308µs notify=742ns notify_sd=2.019µs rules=18.727979ms tracing=6.155µs 2024-09-13T14:18:03.674 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:18:03 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[62594]: ts=2024-09-13T14:18:03.471Z caller=main.go:990 level=info msg="Server is ready to receive web requests." 2024-09-13T14:18:03.674 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:18:03 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[62594]: ts=2024-09-13T14:18:03.471Z caller=manager.go:974 level=info component="rule manager" msg="Starting rule manager..." 2024-09-13T14:18:03.674 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:18:03 smithi104 bash[62580]: b84dc9f1dc002cf5cbe13d9e3ca85aba652f0892d4e07e5352bea06d68c47882 2024-09-13T14:18:03.674 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:18:03 smithi104 systemd[1]: Started Ceph prometheus.a for 18f8172c-71da-11ef-bceb-c7b262605968. 2024-09-13T14:18:04.640 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:04 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: ignoring --setuser ceph since I am not root 2024-09-13T14:18:04.641 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:04 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: ignoring --setgroup ceph since I am not root 2024-09-13T14:18:04.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:04 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:18:04.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:04 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:18:04.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:04 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:18:04.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:04 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-09-13T14:18:04.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:04 smithi071 ceph-mon[29588]: pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:18:04.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:04 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:18:04.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:04 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:18:04.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:04 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:18:04.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:04 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-09-13T14:18:04.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:04 smithi071 ceph-mon[41109]: pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:18:04.913 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:04 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:18:04.913 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:04 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:18:04.913 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:04 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' 2024-09-13T14:18:04.913 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:04 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-09-13T14:18:04.913 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:04 smithi104 ceph-mon[33426]: pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:18:04.914 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:18:04 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[35473]: ignoring --setuser ceph since I am not root 2024-09-13T14:18:04.914 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:18:04 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[35473]: ignoring --setgroup ceph since I am not root 2024-09-13T14:18:04.914 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:18:04 smithi104 ceph-mgr[35496]: -- 172.21.15.104:0/1503127273 <== mon.1 v2:172.21.15.104:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x56034134ed00 con 0x560341322800 2024-09-13T14:18:04.914 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:18:04 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[35473]: 2024-09-13T14:18:04.707+0000 7f03f1d82040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-13T14:18:04.914 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:18:04 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[35473]: 2024-09-13T14:18:04.763+0000 7f03f1d82040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-13T14:18:04.914 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:18:04 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[35473]: 2024-09-13T14:18:04.910+0000 7f03f1d82040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-13T14:18:04.969 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:04 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:18:04.710+0000 7f2d4cc8c040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-13T14:18:04.969 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:04 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:18:04.769+0000 7f2d4cc8c040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-13T14:18:04.969 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:04 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:18:04.920+0000 7f2d4cc8c040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-13T14:18:05.171 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:18:04 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[35473]: 2024-09-13T14:18:04.976+0000 7f03f1d82040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-13T14:18:05.171 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:18:05 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[35473]: 2024-09-13T14:18:05.119+0000 7f03f1d82040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-13T14:18:05.200 INFO:teuthology.orchestra.run.smithi071.stdout:[client.0] 2024-09-13T14:18:05.200 INFO:teuthology.orchestra.run.smithi071.stdout: key = AQCdSeRmeq6wCxAAgvX8kRTJrEjTlRK2Jh04JQ== 2024-09-13T14:18:05.292 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:04 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:18:04.993+0000 7f2d4cc8c040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-13T14:18:05.292 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:05 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:18:05.141+0000 7f2d4cc8c040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-13T14:18:05.292 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:05 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:18:05.291+0000 7f2d4cc8c040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-13T14:18:05.563 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:18:05 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[35473]: 2024-09-13T14:18:05.261+0000 7f03f1d82040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-13T14:18:05.811 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-09-13T14:18:05.811 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-09-13T14:18:05.811 DEBUG:teuthology.orchestra.run.smithi071:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-09-13T14:18:05.834 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:05 smithi071 ceph-mon[29588]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-13T14:18:05.834 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:05 smithi071 ceph-mon[29588]: mgrmap e16: y(active, since 4m), standbys: x 2024-09-13T14:18:05.834 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:05 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/2846384457' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-13T14:18:05.835 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:05 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/2846384457' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-13T14:18:05.835 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:05 smithi071 ceph-mon[41109]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-13T14:18:05.835 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:05 smithi071 ceph-mon[41109]: mgrmap e16: y(active, since 4m), standbys: x 2024-09-13T14:18:05.835 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:05 smithi071 ceph-mon[41109]: from='client.? 172.21.15.71:0/2846384457' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-13T14:18:05.835 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:05 smithi071 ceph-mon[41109]: from='client.? 172.21.15.71:0/2846384457' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-13T14:18:05.835 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:05 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:18:05.605+0000 7f2d4cc8c040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-13T14:18:05.835 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:05 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:18:05.665+0000 7f2d4cc8c040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-13T14:18:05.850 DEBUG:teuthology.orchestra.run.smithi104:> 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 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-09-13T14:18:05.872 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:05 smithi104 ceph-mon[33426]: from='mgr.14150 172.21.15.71:0/2913234677' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-13T14:18:05.872 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:05 smithi104 ceph-mon[33426]: mgrmap e16: y(active, since 4m), standbys: x 2024-09-13T14:18:05.872 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:05 smithi104 ceph-mon[33426]: from='client.? 172.21.15.71:0/2846384457' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-13T14:18:05.872 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:05 smithi104 ceph-mon[33426]: from='client.? 172.21.15.71:0/2846384457' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-13T14:18:05.872 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:18:05 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[35473]: 2024-09-13T14:18:05.565+0000 7f03f1d82040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-13T14:18:05.873 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:18:05 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[35473]: 2024-09-13T14:18:05.625+0000 7f03f1d82040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-13T14:18:05.873 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:18:05 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[35473]: 2024-09-13T14:18:05.807+0000 7f03f1d82040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-13T14:18:06.054 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:18:06.140 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:05 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:18:05.854+0000 7f2d4cc8c040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-13T14:18:07.140 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:06 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:18:06.719+0000 7f2d4cc8c040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-13T14:18:07.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:06 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:18:06.783+0000 7f2d4cc8c040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-13T14:18:07.171 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:18:06 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[35473]: 2024-09-13T14:18:06.763+0000 7f03f1d82040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-13T14:18:07.171 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:18:06 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[35473]: 2024-09-13T14:18:06.832+0000 7f03f1d82040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-13T14:18:07.747 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:07 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:18:07.492+0000 7f2d4cc8c040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-13T14:18:07.747 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:07 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:18:07.606+0000 7f2d4cc8c040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-13T14:18:07.843 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:18:07 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[35473]: 2024-09-13T14:18:07.570+0000 7f03f1d82040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-13T14:18:07.843 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:18:07 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[35473]: 2024-09-13T14:18:07.691+0000 7f03f1d82040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-13T14:18:08.024 INFO:teuthology.orchestra.run.smithi104.stdout:[client.1] 2024-09-13T14:18:08.024 INFO:teuthology.orchestra.run.smithi104.stdout: key = AQCgSeRm+WgnARAA2iUyxJ3ajxZ9TseczMpuYQ== 2024-09-13T14:18:08.029 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:07 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:18:07.746+0000 7f2d4cc8c040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-13T14:18:08.030 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:07 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:18:07.808+0000 7f2d4cc8c040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-13T14:18:08.030 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:07 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:18:07.960+0000 7f2d4cc8c040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-13T14:18:08.125 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:08 smithi104 ceph-mon[33426]: from='client.? 172.21.15.104:0/3854822502' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-13T14:18:08.125 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:08 smithi104 ceph-mon[33426]: 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-09-13T14:18:08.125 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:08 smithi104 ceph-mon[33426]: 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-09-13T14:18:08.126 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:18:07 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[35473]: 2024-09-13T14:18:07.841+0000 7f03f1d82040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-13T14:18:08.126 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:18:07 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[35473]: 2024-09-13T14:18:07.902+0000 7f03f1d82040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-13T14:18:08.126 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:18:08 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[35473]: 2024-09-13T14:18:08.056+0000 7f03f1d82040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-13T14:18:08.126 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:18:08 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[35473]: 2024-09-13T14:18:08.124+0000 7f03f1d82040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-13T14:18:08.311 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:08 smithi071 ceph-mon[29588]: from='client.? 172.21.15.104:0/3854822502' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-13T14:18:08.311 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:08 smithi071 ceph-mon[29588]: 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-09-13T14:18:08.312 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:08 smithi071 ceph-mon[29588]: 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-09-13T14:18:08.312 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:08 smithi071 ceph-mon[41109]: from='client.? 172.21.15.104:0/3854822502' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-13T14:18:08.312 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:08 smithi071 ceph-mon[41109]: 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-09-13T14:18:08.312 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:08 smithi071 ceph-mon[41109]: 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-09-13T14:18:08.312 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:08 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:18:08.028+0000 7f2d4cc8c040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-13T14:18:08.312 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:08 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:18:08.090+0000 7f2d4cc8c040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-13T14:18:08.312 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:08 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:18:08.245+0000 7f2d4cc8c040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-13T14:18:08.313 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:08 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:18:08.310+0000 7f2d4cc8c040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-13T14:18:08.410 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:18:08 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[35473]: 2024-09-13T14:18:08.184+0000 7f03f1d82040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-13T14:18:08.410 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:18:08 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[35473]: 2024-09-13T14:18:08.342+0000 7f03f1d82040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-13T14:18:08.410 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:18:08 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[35473]: 2024-09-13T14:18:08.408+0000 7f03f1d82040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-13T14:18:08.608 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:08 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:18:08.378+0000 7f2d4cc8c040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-13T14:18:08.608 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:08 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:18:08.489+0000 7f2d4cc8c040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-13T14:18:08.608 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:08 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:18:08.548+0000 7f2d4cc8c040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-13T14:18:08.608 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:08 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:18:08.606+0000 7f2d4cc8c040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-13T14:18:08.669 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:18:08 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[35473]: 2024-09-13T14:18:08.474+0000 7f03f1d82040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-13T14:18:08.670 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:18:08 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[35473]: 2024-09-13T14:18:08.556+0000 7f03f1d82040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-13T14:18:08.670 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:18:08 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[35473]: 2024-09-13T14:18:08.615+0000 7f03f1d82040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-13T14:18:08.671 DEBUG:teuthology.orchestra.run.smithi104:> set -ex 2024-09-13T14:18:08.671 DEBUG:teuthology.orchestra.run.smithi104:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-09-13T14:18:08.671 DEBUG:teuthology.orchestra.run.smithi104:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-09-13T14:18:08.750 INFO:tasks.cephadm:Creating RBD pool 2024-09-13T14:18:08.751 DEBUG:teuthology.orchestra.run.smithi071:> 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 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd pool create rbd 8 2024-09-13T14:18:08.922 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:18:08 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[35473]: 2024-09-13T14:18:08.676+0000 7f03f1d82040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-13T14:18:08.949 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:18:09.612 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:18:09.427+0000 7f2d4cc8c040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-13T14:18:09.612 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: [13/Sep/2024:14:18:09] ENGINE Bus STARTING 2024-09-13T14:18:09.612 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: CherryPy Checker: 2024-09-13T14:18:09.612 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: The Application mounted at '' has an empty config. 2024-09-13T14:18:09.613 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:18:09.613 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: [13/Sep/2024:14:18:09] ENGINE Serving on http://:::9283 2024-09-13T14:18:09.613 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: [13/Sep/2024:14:18:09] ENGINE Bus STARTED 2024-09-13T14:18:09.613 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-mon[29588]: Active manager daemon y restarted 2024-09-13T14:18:09.614 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-mon[29588]: Activating manager daemon y 2024-09-13T14:18:09.614 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-mon[29588]: osdmap e59: 8 total, 8 up, 8 in 2024-09-13T14:18:09.614 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-mon[29588]: mgrmap e17: y(active, starting, since 0.00734565s), standbys: x 2024-09-13T14:18:09.614 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T14:18:09.614 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T14:18:09.614 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T14:18:09.614 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-13T14:18:09.614 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-13T14:18:09.614 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T14:18:09.614 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T14:18:09.614 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T14:18:09.615 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-13T14:18:09.615 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-13T14:18:09.615 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-13T14:18:09.615 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-13T14:18:09.615 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-13T14:18:09.615 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-13T14:18:09.615 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-13T14:18:09.615 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-13T14:18:09.615 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-mon[29588]: Manager daemon y is now available 2024-09-13T14:18:09.615 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-mon[29588]: Standby manager daemon x restarted 2024-09-13T14:18:09.615 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-mon[29588]: Standby manager daemon x started 2024-09-13T14:18:09.615 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-mon[29588]: from='mgr.? 172.21.15.104:0/4264315914' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-13T14:18:09.616 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-mon[29588]: from='mgr.? 172.21.15.104:0/4264315914' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-13T14:18:09.616 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-mon[29588]: from='mgr.? 172.21.15.104:0/4264315914' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-13T14:18:09.616 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-mon[29588]: from='mgr.? 172.21.15.104:0/4264315914' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-13T14:18:09.616 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:18:09.616 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:09.616 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-mon[41109]: Active manager daemon y restarted 2024-09-13T14:18:09.616 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-mon[41109]: Activating manager daemon y 2024-09-13T14:18:09.616 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-mon[41109]: osdmap e59: 8 total, 8 up, 8 in 2024-09-13T14:18:09.616 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-mon[41109]: mgrmap e17: y(active, starting, since 0.00734565s), standbys: x 2024-09-13T14:18:09.616 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T14:18:09.617 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T14:18:09.617 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T14:18:09.617 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-13T14:18:09.617 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-13T14:18:09.617 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T14:18:09.617 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T14:18:09.617 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T14:18:09.617 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-13T14:18:09.617 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-13T14:18:09.617 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-13T14:18:09.618 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-13T14:18:09.618 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-13T14:18:09.618 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-13T14:18:09.618 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-13T14:18:09.618 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-13T14:18:09.618 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-mon[41109]: Manager daemon y is now available 2024-09-13T14:18:09.618 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-mon[41109]: Standby manager daemon x restarted 2024-09-13T14:18:09.618 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-mon[41109]: Standby manager daemon x started 2024-09-13T14:18:09.618 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-mon[41109]: from='mgr.? 172.21.15.104:0/4264315914' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-13T14:18:09.618 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-mon[41109]: from='mgr.? 172.21.15.104:0/4264315914' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-13T14:18:09.618 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-mon[41109]: from='mgr.? 172.21.15.104:0/4264315914' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-13T14:18:09.619 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-mon[41109]: from='mgr.? 172.21.15.104:0/4264315914' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-13T14:18:09.619 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:18:09.619 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:09 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:09.840 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:18:09 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[35473]: 2024-09-13T14:18:09.449+0000 7f03f1d82040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-13T14:18:09.841 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:18:09 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[35473]: [13/Sep/2024:14:18:09] ENGINE Bus STARTING 2024-09-13T14:18:09.841 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:18:09 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[35473]: CherryPy Checker: 2024-09-13T14:18:09.841 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:18:09 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[35473]: The Application mounted at '' has an empty config. 2024-09-13T14:18:09.841 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:18:09 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[35473]: 2024-09-13T14:18:09.841 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:18:09 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[35473]: [13/Sep/2024:14:18:09] ENGINE Serving on http://:::9283 2024-09-13T14:18:09.841 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:18:09 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[35473]: [13/Sep/2024:14:18:09] ENGINE Bus STARTED 2024-09-13T14:18:09.841 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:09 smithi104 ceph-mon[33426]: Active manager daemon y restarted 2024-09-13T14:18:09.842 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:09 smithi104 ceph-mon[33426]: Activating manager daemon y 2024-09-13T14:18:09.842 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:09 smithi104 ceph-mon[33426]: osdmap e59: 8 total, 8 up, 8 in 2024-09-13T14:18:09.842 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:09 smithi104 ceph-mon[33426]: mgrmap e17: y(active, starting, since 0.00734565s), standbys: x 2024-09-13T14:18:09.842 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:09 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T14:18:09.842 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:09 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T14:18:09.842 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:09 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T14:18:09.842 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:09 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-13T14:18:09.842 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:09 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-13T14:18:09.842 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:09 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T14:18:09.843 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:09 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T14:18:09.843 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:09 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T14:18:09.843 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:09 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-13T14:18:09.843 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:09 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-13T14:18:09.843 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:09 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-13T14:18:09.843 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:09 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-13T14:18:09.843 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:09 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-13T14:18:09.843 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:09 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-13T14:18:09.843 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:09 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-13T14:18:09.843 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:09 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-13T14:18:09.843 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:09 smithi104 ceph-mon[33426]: Manager daemon y is now available 2024-09-13T14:18:09.844 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:09 smithi104 ceph-mon[33426]: Standby manager daemon x restarted 2024-09-13T14:18:09.844 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:09 smithi104 ceph-mon[33426]: Standby manager daemon x started 2024-09-13T14:18:09.844 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:09 smithi104 ceph-mon[33426]: from='mgr.? 172.21.15.104:0/4264315914' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-13T14:18:09.844 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:09 smithi104 ceph-mon[33426]: from='mgr.? 172.21.15.104:0/4264315914' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-13T14:18:09.844 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:09 smithi104 ceph-mon[33426]: from='mgr.? 172.21.15.104:0/4264315914' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-13T14:18:09.844 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:09 smithi104 ceph-mon[33426]: from='mgr.? 172.21.15.104:0/4264315914' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-13T14:18:09.844 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:09 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:18:09.844 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:09 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:10.710 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:10 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:18:10.711 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:10 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-13T14:18:10.711 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:10 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-13T14:18:10.711 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:10 smithi104 ceph-mon[33426]: mgrmap e18: y(active, since 1.01055s), standbys: x 2024-09-13T14:18:10.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:10 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:18:10.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:10 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-13T14:18:10.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:10 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-13T14:18:10.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:10 smithi071 ceph-mon[29588]: mgrmap e18: y(active, since 1.01055s), standbys: x 2024-09-13T14:18:10.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:10 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:18:10.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:10 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-13T14:18:10.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:10 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-13T14:18:10.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:10 smithi071 ceph-mon[41109]: mgrmap e18: y(active, since 1.01055s), standbys: x 2024-09-13T14:18:10.892 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:10 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:18:10.593+0000 7f2caaa06640 -1 log_channel(cephadm) log [ERR] : [13/Sep/2024:14:18:10] ENGINE Error in HTTPServer.serve 2024-09-13T14:18:10.892 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:10 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: Traceback (most recent call last): 2024-09-13T14:18:10.892 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:10 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-13T14:18:10.892 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:10 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: self._connections.run(self.expiration_interval) 2024-09-13T14:18:10.892 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:10 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-13T14:18:10.892 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:10 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: self._run(expiration_interval) 2024-09-13T14:18:10.892 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:10 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-13T14:18:10.892 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:10 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: new_conn = self._from_server_socket(self.server.socket) 2024-09-13T14:18:10.892 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:10 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-13T14:18:10.892 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:10 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-13T14:18:10.892 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:10 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-13T14:18:10.892 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:10 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: s = self.context.wrap_socket( 2024-09-13T14:18:10.893 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:10 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-13T14:18:10.893 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:10 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: return self.sslsocket_class._create( 2024-09-13T14:18:10.893 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:10 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-13T14:18:10.893 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:10 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: self.do_handshake() 2024-09-13T14:18:10.893 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:10 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-13T14:18:10.893 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:10 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: self._sslobj.do_handshake() 2024-09-13T14:18:10.893 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:10 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-13T14:18:10.893 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:10 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:18:11.503 INFO:teuthology.orchestra.run.smithi071.stderr:pool 'rbd' created 2024-09-13T14:18:11.882 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:11 smithi071 ceph-mon[29588]: [13/Sep/2024:14:18:10] ENGINE Bus STARTING 2024-09-13T14:18:11.882 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:11 smithi071 ceph-mon[29588]: [13/Sep/2024:14:18:10] ENGINE Serving on https://172.21.15.71:7150 2024-09-13T14:18:11.883 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:11 smithi071 ceph-mon[29588]: [13/Sep/2024:14:18:10] ENGINE Error in HTTPServer.serve 2024-09-13T14:18:11.883 INFO:journalctl@ceph.mon.a.smithi071.stdout: Traceback (most recent call last): 2024-09-13T14:18:11.883 INFO:journalctl@ceph.mon.a.smithi071.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-13T14:18:11.883 INFO:journalctl@ceph.mon.a.smithi071.stdout: self._connections.run(self.expiration_interval) 2024-09-13T14:18:11.883 INFO:journalctl@ceph.mon.a.smithi071.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-13T14:18:11.883 INFO:journalctl@ceph.mon.a.smithi071.stdout: self._run(expiration_interval) 2024-09-13T14:18:11.883 INFO:journalctl@ceph.mon.a.smithi071.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-13T14:18:11.884 INFO:journalctl@ceph.mon.a.smithi071.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-13T14:18:11.884 INFO:journalctl@ceph.mon.a.smithi071.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-13T14:18:11.884 INFO:journalctl@ceph.mon.a.smithi071.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-13T14:18:11.884 INFO:journalctl@ceph.mon.a.smithi071.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-13T14:18:11.884 INFO:journalctl@ceph.mon.a.smithi071.stdout: s = self.context.wrap_socket( 2024-09-13T14:18:11.884 INFO:journalctl@ceph.mon.a.smithi071.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-13T14:18:11.884 INFO:journalctl@ceph.mon.a.smithi071.stdout: return self.sslsocket_class._create( 2024-09-13T14:18:11.884 INFO:journalctl@ceph.mon.a.smithi071.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-13T14:18:11.885 INFO:journalctl@ceph.mon.a.smithi071.stdout: self.do_handshake() 2024-09-13T14:18:11.885 INFO:journalctl@ceph.mon.a.smithi071.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-13T14:18:11.885 INFO:journalctl@ceph.mon.a.smithi071.stdout: self._sslobj.do_handshake() 2024-09-13T14:18:11.885 INFO:journalctl@ceph.mon.a.smithi071.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-13T14:18:11.885 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:11 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/3439659713' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "rbd", "pg_num": 8}]: dispatch 2024-09-13T14:18:11.885 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:11 smithi071 ceph-mon[41109]: [13/Sep/2024:14:18:10] ENGINE Bus STARTING 2024-09-13T14:18:11.886 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:11 smithi071 ceph-mon[41109]: [13/Sep/2024:14:18:10] ENGINE Serving on https://172.21.15.71:7150 2024-09-13T14:18:11.886 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:11 smithi071 ceph-mon[41109]: [13/Sep/2024:14:18:10] ENGINE Error in HTTPServer.serve 2024-09-13T14:18:11.886 INFO:journalctl@ceph.mon.c.smithi071.stdout: Traceback (most recent call last): 2024-09-13T14:18:11.886 INFO:journalctl@ceph.mon.c.smithi071.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-13T14:18:11.886 INFO:journalctl@ceph.mon.c.smithi071.stdout: self._connections.run(self.expiration_interval) 2024-09-13T14:18:11.886 INFO:journalctl@ceph.mon.c.smithi071.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-13T14:18:11.886 INFO:journalctl@ceph.mon.c.smithi071.stdout: self._run(expiration_interval) 2024-09-13T14:18:11.886 INFO:journalctl@ceph.mon.c.smithi071.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-13T14:18:11.886 INFO:journalctl@ceph.mon.c.smithi071.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-13T14:18:11.886 INFO:journalctl@ceph.mon.c.smithi071.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-13T14:18:11.886 INFO:journalctl@ceph.mon.c.smithi071.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-13T14:18:11.886 INFO:journalctl@ceph.mon.c.smithi071.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-13T14:18:11.887 INFO:journalctl@ceph.mon.c.smithi071.stdout: s = self.context.wrap_socket( 2024-09-13T14:18:11.887 INFO:journalctl@ceph.mon.c.smithi071.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-13T14:18:11.887 INFO:journalctl@ceph.mon.c.smithi071.stdout: return self.sslsocket_class._create( 2024-09-13T14:18:11.887 INFO:journalctl@ceph.mon.c.smithi071.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-13T14:18:11.887 INFO:journalctl@ceph.mon.c.smithi071.stdout: self.do_handshake() 2024-09-13T14:18:11.887 INFO:journalctl@ceph.mon.c.smithi071.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-13T14:18:11.887 INFO:journalctl@ceph.mon.c.smithi071.stdout: self._sslobj.do_handshake() 2024-09-13T14:18:11.887 INFO:journalctl@ceph.mon.c.smithi071.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-13T14:18:11.887 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:11 smithi071 ceph-mon[41109]: from='client.? 172.21.15.71:0/3439659713' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "rbd", "pg_num": 8}]: dispatch 2024-09-13T14:18:11.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:11 smithi104 ceph-mon[33426]: [13/Sep/2024:14:18:10] ENGINE Bus STARTING 2024-09-13T14:18:11.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:11 smithi104 ceph-mon[33426]: [13/Sep/2024:14:18:10] ENGINE Serving on https://172.21.15.71:7150 2024-09-13T14:18:11.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:11 smithi104 ceph-mon[33426]: [13/Sep/2024:14:18:10] ENGINE Error in HTTPServer.serve 2024-09-13T14:18:11.921 INFO:journalctl@ceph.mon.b.smithi104.stdout: Traceback (most recent call last): 2024-09-13T14:18:11.921 INFO:journalctl@ceph.mon.b.smithi104.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-13T14:18:11.922 INFO:journalctl@ceph.mon.b.smithi104.stdout: self._connections.run(self.expiration_interval) 2024-09-13T14:18:11.922 INFO:journalctl@ceph.mon.b.smithi104.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-13T14:18:11.922 INFO:journalctl@ceph.mon.b.smithi104.stdout: self._run(expiration_interval) 2024-09-13T14:18:11.922 INFO:journalctl@ceph.mon.b.smithi104.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-13T14:18:11.922 INFO:journalctl@ceph.mon.b.smithi104.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-13T14:18:11.922 INFO:journalctl@ceph.mon.b.smithi104.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-13T14:18:11.922 INFO:journalctl@ceph.mon.b.smithi104.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-13T14:18:11.922 INFO:journalctl@ceph.mon.b.smithi104.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-13T14:18:11.922 INFO:journalctl@ceph.mon.b.smithi104.stdout: s = self.context.wrap_socket( 2024-09-13T14:18:11.922 INFO:journalctl@ceph.mon.b.smithi104.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-13T14:18:11.922 INFO:journalctl@ceph.mon.b.smithi104.stdout: return self.sslsocket_class._create( 2024-09-13T14:18:11.922 INFO:journalctl@ceph.mon.b.smithi104.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-13T14:18:11.922 INFO:journalctl@ceph.mon.b.smithi104.stdout: self.do_handshake() 2024-09-13T14:18:11.922 INFO:journalctl@ceph.mon.b.smithi104.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-13T14:18:11.922 INFO:journalctl@ceph.mon.b.smithi104.stdout: self._sslobj.do_handshake() 2024-09-13T14:18:11.922 INFO:journalctl@ceph.mon.b.smithi104.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-13T14:18:11.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:11 smithi104 ceph-mon[33426]: from='client.? 172.21.15.71:0/3439659713' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "rbd", "pg_num": 8}]: dispatch 2024-09-13T14:18:12.306 DEBUG:teuthology.orchestra.run.smithi071:> 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 18f8172c-71da-11ef-bceb-c7b262605968 -- rbd pool init rbd 2024-09-13T14:18:12.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:12 smithi071 ceph-mon[29588]: [13/Sep/2024:14:18:10] ENGINE Serving on http://172.21.15.71:8765 2024-09-13T14:18:12.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:12 smithi071 ceph-mon[29588]: [13/Sep/2024:14:18:10] ENGINE Bus STARTED 2024-09-13T14:18:12.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:12 smithi071 ceph-mon[29588]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:18:12.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:12 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/3439659713' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "rbd", "pg_num": 8}]': finished 2024-09-13T14:18:12.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:12 smithi071 ceph-mon[29588]: osdmap e60: 8 total, 8 up, 8 in 2024-09-13T14:18:12.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:12 smithi071 ceph-mon[29588]: mgrmap e19: y(active, since 2s), standbys: x 2024-09-13T14:18:12.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:12 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:12.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:12 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:12.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:12 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:12.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:12 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:12.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:12 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:18:12.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:12 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:18:12.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:12 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:18:12.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:12 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:18:12.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:12 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:12.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:12 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:12.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:12 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:12.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:12 smithi071 ceph-mon[41109]: [13/Sep/2024:14:18:10] ENGINE Serving on http://172.21.15.71:8765 2024-09-13T14:18:12.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:12 smithi071 ceph-mon[41109]: [13/Sep/2024:14:18:10] ENGINE Bus STARTED 2024-09-13T14:18:12.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:12 smithi071 ceph-mon[41109]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:18:12.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:12 smithi071 ceph-mon[41109]: from='client.? 172.21.15.71:0/3439659713' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "rbd", "pg_num": 8}]': finished 2024-09-13T14:18:12.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:12 smithi071 ceph-mon[41109]: osdmap e60: 8 total, 8 up, 8 in 2024-09-13T14:18:12.643 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:12 smithi071 ceph-mon[41109]: mgrmap e19: y(active, since 2s), standbys: x 2024-09-13T14:18:12.643 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:12 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:12.643 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:12 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:12.643 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:12 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:12.643 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:12 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:12.643 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:12 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:18:12.643 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:12 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:18:12.643 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:12 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:18:12.643 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:12 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:18:12.643 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:12 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:12.643 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:12 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:12.643 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:12 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:12.660 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:18:12.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:12 smithi104 ceph-mon[33426]: [13/Sep/2024:14:18:10] ENGINE Serving on http://172.21.15.71:8765 2024-09-13T14:18:12.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:12 smithi104 ceph-mon[33426]: [13/Sep/2024:14:18:10] ENGINE Bus STARTED 2024-09-13T14:18:12.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:12 smithi104 ceph-mon[33426]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:18:12.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:12 smithi104 ceph-mon[33426]: from='client.? 172.21.15.71:0/3439659713' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "rbd", "pg_num": 8}]': finished 2024-09-13T14:18:12.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:12 smithi104 ceph-mon[33426]: osdmap e60: 8 total, 8 up, 8 in 2024-09-13T14:18:12.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:12 smithi104 ceph-mon[33426]: mgrmap e19: y(active, since 2s), standbys: x 2024-09-13T14:18:12.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:12 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:12.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:12 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:12.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:12 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:12.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:12 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:12.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:12 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:18:12.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:12 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:18:12.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:12 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:18:12.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:12 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:18:12.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:12 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:12.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:12 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:12.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:12 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:13.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:13 smithi071 ceph-mon[29588]: Adjusting osd_memory_target on smithi104 to 4016M 2024-09-13T14:18:13.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:13 smithi071 ceph-mon[29588]: osdmap e61: 8 total, 8 up, 8 in 2024-09-13T14:18:13.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:13 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:13.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:13 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:13.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:13 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:18:13.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:13 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:18:13.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:13 smithi071 ceph-mon[41109]: Adjusting osd_memory_target on smithi104 to 4016M 2024-09-13T14:18:13.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:13 smithi071 ceph-mon[41109]: osdmap e61: 8 total, 8 up, 8 in 2024-09-13T14:18:13.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:13 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:13.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:13 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:13.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:13 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:18:13.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:13 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:18:13.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:13 smithi104 ceph-mon[33426]: Adjusting osd_memory_target on smithi104 to 4016M 2024-09-13T14:18:13.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:13 smithi104 ceph-mon[33426]: osdmap e61: 8 total, 8 up, 8 in 2024-09-13T14:18:13.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:13 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:13.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:13 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:13.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:13 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:18:13.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:13 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:18:14.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:14 smithi071 ceph-mon[41109]: Updating smithi071:/etc/ceph/ceph.conf 2024-09-13T14:18:14.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:14 smithi071 ceph-mon[41109]: Updating smithi104:/etc/ceph/ceph.conf 2024-09-13T14:18:14.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:14 smithi071 ceph-mon[41109]: Updating smithi071:/var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T14:18:14.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:14 smithi071 ceph-mon[41109]: Updating smithi104:/var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T14:18:14.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:14 smithi071 ceph-mon[41109]: Updating smithi071:/etc/ceph/ceph.client.admin.keyring 2024-09-13T14:18:14.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:14 smithi071 ceph-mon[41109]: Updating smithi104:/etc/ceph/ceph.client.admin.keyring 2024-09-13T14:18:14.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:14 smithi071 ceph-mon[41109]: pgmap v7: 9 pgs: 8 unknown, 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:18:14.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:14 smithi071 ceph-mon[41109]: osdmap e62: 8 total, 8 up, 8 in 2024-09-13T14:18:14.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:14 smithi071 ceph-mon[41109]: Updating smithi071:/var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T14:18:14.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:14 smithi071 ceph-mon[41109]: Updating smithi104:/var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T14:18:14.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:14 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:14.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:14 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:14.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:14 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:14.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:14 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:14.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:14 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:14.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:14 smithi071 ceph-mon[41109]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-13T14:18:14.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:14 smithi071 ceph-mon[41109]: mgrmap e20: y(active, since 4s), standbys: x 2024-09-13T14:18:14.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:14 smithi071 ceph-mon[41109]: from='client.? 172.21.15.71:0/1155399043' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "rbd","app": "rbd"}]: dispatch 2024-09-13T14:18:14.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:14 smithi071 ceph-mon[29588]: Updating smithi071:/etc/ceph/ceph.conf 2024-09-13T14:18:14.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:14 smithi071 ceph-mon[29588]: Updating smithi104:/etc/ceph/ceph.conf 2024-09-13T14:18:14.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:14 smithi071 ceph-mon[29588]: Updating smithi071:/var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T14:18:14.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:14 smithi071 ceph-mon[29588]: Updating smithi104:/var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T14:18:14.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:14 smithi071 ceph-mon[29588]: Updating smithi071:/etc/ceph/ceph.client.admin.keyring 2024-09-13T14:18:14.643 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:14 smithi071 ceph-mon[29588]: Updating smithi104:/etc/ceph/ceph.client.admin.keyring 2024-09-13T14:18:14.643 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:14 smithi071 ceph-mon[29588]: pgmap v7: 9 pgs: 8 unknown, 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:18:14.643 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:14 smithi071 ceph-mon[29588]: osdmap e62: 8 total, 8 up, 8 in 2024-09-13T14:18:14.643 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:14 smithi071 ceph-mon[29588]: Updating smithi071:/var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T14:18:14.643 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:14 smithi071 ceph-mon[29588]: Updating smithi104:/var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T14:18:14.643 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:14 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:14.643 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:14 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:14.643 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:14 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:14.643 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:14 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:14.643 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:14 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:14.643 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:14 smithi071 ceph-mon[29588]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-13T14:18:14.643 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:14 smithi071 ceph-mon[29588]: mgrmap e20: y(active, since 4s), standbys: x 2024-09-13T14:18:14.643 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:14 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/1155399043' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "rbd","app": "rbd"}]: dispatch 2024-09-13T14:18:14.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:14 smithi104 ceph-mon[33426]: Updating smithi071:/etc/ceph/ceph.conf 2024-09-13T14:18:14.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:14 smithi104 ceph-mon[33426]: Updating smithi104:/etc/ceph/ceph.conf 2024-09-13T14:18:14.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:14 smithi104 ceph-mon[33426]: Updating smithi071:/var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T14:18:14.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:14 smithi104 ceph-mon[33426]: Updating smithi104:/var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T14:18:14.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:14 smithi104 ceph-mon[33426]: Updating smithi071:/etc/ceph/ceph.client.admin.keyring 2024-09-13T14:18:14.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:14 smithi104 ceph-mon[33426]: Updating smithi104:/etc/ceph/ceph.client.admin.keyring 2024-09-13T14:18:14.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:14 smithi104 ceph-mon[33426]: pgmap v7: 9 pgs: 8 unknown, 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:18:14.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:14 smithi104 ceph-mon[33426]: osdmap e62: 8 total, 8 up, 8 in 2024-09-13T14:18:14.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:14 smithi104 ceph-mon[33426]: Updating smithi071:/var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T14:18:14.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:14 smithi104 ceph-mon[33426]: Updating smithi104:/var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T14:18:14.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:14 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:14.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:14 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:14.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:14 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:14.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:14 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:14.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:14 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:14.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:14 smithi104 ceph-mon[33426]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-13T14:18:14.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:14 smithi104 ceph-mon[33426]: mgrmap e20: y(active, since 4s), standbys: x 2024-09-13T14:18:14.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:14 smithi104 ceph-mon[33426]: from='client.? 172.21.15.71:0/1155399043' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "rbd","app": "rbd"}]: dispatch 2024-09-13T14:18:15.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:15 smithi071 ceph-mon[29588]: Deploying daemon alertmanager.a on smithi071 2024-09-13T14:18:15.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:15 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/1155399043' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "rbd","app": "rbd"}]': finished 2024-09-13T14:18:15.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:15 smithi071 ceph-mon[29588]: osdmap e63: 8 total, 8 up, 8 in 2024-09-13T14:18:15.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:15 smithi071 ceph-mon[41109]: Deploying daemon alertmanager.a on smithi071 2024-09-13T14:18:15.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:15 smithi071 ceph-mon[41109]: from='client.? 172.21.15.71:0/1155399043' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "rbd","app": "rbd"}]': finished 2024-09-13T14:18:15.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:15 smithi071 ceph-mon[41109]: osdmap e63: 8 total, 8 up, 8 in 2024-09-13T14:18:15.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:15 smithi104 ceph-mon[33426]: Deploying daemon alertmanager.a on smithi071 2024-09-13T14:18:15.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:15 smithi104 ceph-mon[33426]: from='client.? 172.21.15.71:0/1155399043' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "rbd","app": "rbd"}]': finished 2024-09-13T14:18:15.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:15 smithi104 ceph-mon[33426]: osdmap e63: 8 total, 8 up, 8 in 2024-09-13T14:18:16.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:16 smithi071 ceph-mon[29588]: pgmap v10: 9 pgs: 8 unknown, 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:18:16.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:16 smithi071 ceph-mon[29588]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-13T14:18:16.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:16 smithi071 ceph-mon[29588]: Cluster is now healthy 2024-09-13T14:18:16.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:16 smithi071 ceph-mon[29588]: osdmap e64: 8 total, 8 up, 8 in 2024-09-13T14:18:16.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:16 smithi071 ceph-mon[41109]: pgmap v10: 9 pgs: 8 unknown, 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:18:16.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:16 smithi071 ceph-mon[41109]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-13T14:18:16.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:16 smithi071 ceph-mon[41109]: Cluster is now healthy 2024-09-13T14:18:16.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:16 smithi071 ceph-mon[41109]: osdmap e64: 8 total, 8 up, 8 in 2024-09-13T14:18:16.907 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:16 smithi104 ceph-mon[33426]: pgmap v10: 9 pgs: 8 unknown, 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:18:16.907 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:16 smithi104 ceph-mon[33426]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-13T14:18:16.907 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:16 smithi104 ceph-mon[33426]: Cluster is now healthy 2024-09-13T14:18:16.907 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:16 smithi104 ceph-mon[33426]: osdmap e64: 8 total, 8 up, 8 in 2024-09-13T14:18:18.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:17 smithi071 ceph-mon[29588]: osdmap e65: 8 total, 8 up, 8 in 2024-09-13T14:18:18.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:17 smithi071 ceph-mon[29588]: pgmap v13: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 51 KiB/s rd, 0 B/s wr, 28 op/s 2024-09-13T14:18:18.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:17 smithi071 ceph-mon[41109]: osdmap e65: 8 total, 8 up, 8 in 2024-09-13T14:18:18.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:17 smithi071 ceph-mon[41109]: pgmap v13: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 51 KiB/s rd, 0 B/s wr, 28 op/s 2024-09-13T14:18:18.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:17 smithi104 ceph-mon[33426]: osdmap e65: 8 total, 8 up, 8 in 2024-09-13T14:18:18.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:17 smithi104 ceph-mon[33426]: pgmap v13: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 51 KiB/s rd, 0 B/s wr, 28 op/s 2024-09-13T14:18:18.495 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph config log 1 --format=json 2024-09-13T14:18:19.033 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:18 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:18:18] "GET /metrics HTTP/1.1" 200 23677 "" "Prometheus/2.43.0" 2024-09-13T14:18:20.002 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:18:20.735 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:20 smithi071 ceph-mon[29588]: pgmap v14: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 35 KiB/s rd, 0 B/s wr, 19 op/s 2024-09-13T14:18:20.735 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:20 smithi071 ceph-mon[41109]: pgmap v14: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 35 KiB/s rd, 0 B/s wr, 19 op/s 2024-09-13T14:18:20.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:20 smithi104 ceph-mon[33426]: pgmap v14: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 35 KiB/s rd, 0 B/s wr, 19 op/s 2024-09-13T14:18:22.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:22 smithi071 ceph-mon[29588]: pgmap v15: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 32 KiB/s rd, 315 B/s wr, 18 op/s 2024-09-13T14:18:22.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:22 smithi071 ceph-mon[41109]: pgmap v15: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 32 KiB/s rd, 315 B/s wr, 18 op/s 2024-09-13T14:18:22.891 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:18:22 smithi071 systemd[1]: Starting Ceph alertmanager.a for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T14:18:22.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:22 smithi104 ceph-mon[33426]: pgmap v15: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 32 KiB/s rd, 315 B/s wr, 18 op/s 2024-09-13T14:18:23.831 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:18:24.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:23 smithi071 ceph-mon[29588]: osdmap e66: 8 total, 8 up, 8 in 2024-09-13T14:18:24.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:23 smithi071 ceph-mon[29588]: pgmap v17: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 273 B/s wr, 0 op/s 2024-09-13T14:18:24.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:23 smithi071 ceph-mon[41109]: osdmap e66: 8 total, 8 up, 8 in 2024-09-13T14:18:24.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:23 smithi071 ceph-mon[41109]: pgmap v17: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 273 B/s wr, 0 op/s 2024-09-13T14:18:24.141 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:18:23 smithi071 podman[70952]: 2024-09-13 14:18:23.795433626 +0000 UTC m=+0.018655481 image pull c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19 quay.io/prometheus/alertmanager:v0.25.0 2024-09-13T14:18:24.141 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:18:23 smithi071 podman[70952]: 2024-09-13 14:18:23.892719129 +0000 UTC m=+0.115940973 volume create 9f209b1a01f66fee9224331f69f2a8c09c06c6f8e905914a1101ee9942286618 2024-09-13T14:18:24.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:23 smithi104 ceph-mon[33426]: osdmap e66: 8 total, 8 up, 8 in 2024-09-13T14:18:24.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:23 smithi104 ceph-mon[33426]: pgmap v17: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 273 B/s wr, 0 op/s 2024-09-13T14:18:24.601 INFO:teuthology.orchestra.run.smithi071.stdout:[{"version":24,"timestamp":"2024-09-13T14:18:12.307752+0000","name":"","changes":[{"name":"osd/host:smithi104/osd_memory_target","previous_value":"4479544012","new_value":"4211108556"}]}] 2024-09-13T14:18:24.601 INFO:tasks.ceph_manager:config epoch is 24 2024-09-13T14:18:24.602 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-13T14:18:24.602 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-13T14:18:24.602 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph mgr dump --format=json 2024-09-13T14:18:24.890 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:18:24 smithi071 podman[70952]: 2024-09-13 14:18:24.738407361 +0000 UTC m=+0.961629203 container create 506221b2a78a27a359c610b181a4f74e87326a0dedaeceed19d9b4eddc81b355 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-13T14:18:24.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:24 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/4106660863' entity='client.admin' cmd=[{"prefix": "config log", "num": 1, "format": "json"}]: dispatch 2024-09-13T14:18:24.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:24 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:24.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:24 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:18:24.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:24 smithi071 ceph-mon[41109]: from='client.? 172.21.15.71:0/4106660863' entity='client.admin' cmd=[{"prefix": "config log", "num": 1, "format": "json"}]: dispatch 2024-09-13T14:18:24.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:24 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:24.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:24 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:18:25.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:24 smithi104 ceph-mon[33426]: from='client.? 172.21.15.71:0/4106660863' entity='client.admin' cmd=[{"prefix": "config log", "num": 1, "format": "json"}]: dispatch 2024-09-13T14:18:25.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:24 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:25.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:24 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:18:25.212 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:18:25.335 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:18:25 smithi071 podman[70952]: 2024-09-13 14:18:25.066132014 +0000 UTC m=+1.289353857 container init 506221b2a78a27a359c610b181a4f74e87326a0dedaeceed19d9b4eddc81b355 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-13T14:18:25.335 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:18:25 smithi071 podman[70952]: 2024-09-13 14:18:25.070942126 +0000 UTC m=+1.294163982 container start 506221b2a78a27a359c610b181a4f74e87326a0dedaeceed19d9b4eddc81b355 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-13T14:18:25.335 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:18:25 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-alertmanager-a[71031]: ts=2024-09-13T14:18:25.083Z caller=main.go:240 level=info msg="Starting Alertmanager" version="(version=0.25.0, branch=HEAD, revision=258fab7cdd551f2cf251ed0348f0ad7289aee789)" 2024-09-13T14:18:25.335 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:18:25 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-alertmanager-a[71031]: ts=2024-09-13T14:18:25.083Z caller=main.go:241 level=info build_context="(go=go1.19.4, user=root@abe866dd5717, date=20221222-14:51:36)" 2024-09-13T14:18:25.335 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:18:25 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-alertmanager-a[71031]: ts=2024-09-13T14:18:25.084Z caller=cluster.go:185 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.71 port=9094 2024-09-13T14:18:25.335 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:18:25 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-alertmanager-a[71031]: ts=2024-09-13T14:18:25.085Z caller=cluster.go:681 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-09-13T14:18:25.335 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:18:25 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-alertmanager-a[71031]: ts=2024-09-13T14:18:25.108Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-13T14:18:25.335 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:18:25 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-alertmanager-a[71031]: ts=2024-09-13T14:18:25.108Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-13T14:18:25.335 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:18:25 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-alertmanager-a[71031]: ts=2024-09-13T14:18:25.112Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9093 2024-09-13T14:18:25.335 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:18:25 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-alertmanager-a[71031]: ts=2024-09-13T14:18:25.112Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-09-13T14:18:25.336 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:18:25 smithi071 bash[70952]: 506221b2a78a27a359c610b181a4f74e87326a0dedaeceed19d9b4eddc81b355 2024-09-13T14:18:25.336 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:18:25 smithi071 systemd[1]: Started Ceph alertmanager.a for 18f8172c-71da-11ef-bceb-c7b262605968. 2024-09-13T14:18:25.640 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:25 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: [13/Sep/2024:14:18:25] ENGINE Bus STOPPING 2024-09-13T14:18:26.132 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:25 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: [13/Sep/2024:14:18:25] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-13T14:18:26.132 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:25 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: [13/Sep/2024:14:18:25] ENGINE Bus STOPPED 2024-09-13T14:18:26.132 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:25 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: [13/Sep/2024:14:18:25] ENGINE Bus STARTING 2024-09-13T14:18:26.132 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:25 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: [13/Sep/2024:14:18:25] ENGINE Serving on http://:::9283 2024-09-13T14:18:26.132 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:25 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: [13/Sep/2024:14:18:25] ENGINE Bus STARTED 2024-09-13T14:18:26.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:26 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:26.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:26 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:26.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:26 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:26.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:26 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:26.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:26 smithi071 ceph-mon[41109]: Regenerating cephadm self-signed grafana TLS certificates 2024-09-13T14:18:26.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:26 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:26.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:26 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:26.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:26 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-13T14:18:26.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:26 smithi071 ceph-mon[41109]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-13T14:18:26.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:26 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:26.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:26 smithi071 ceph-mon[41109]: Deploying daemon grafana.a on smithi104 2024-09-13T14:18:26.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:26 smithi071 ceph-mon[41109]: pgmap v18: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 241 B/s wr, 0 op/s 2024-09-13T14:18:26.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:26 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:26.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:26 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:26.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:26 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:26.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:26 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:26.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:26 smithi071 ceph-mon[29588]: Regenerating cephadm self-signed grafana TLS certificates 2024-09-13T14:18:26.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:26 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:26.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:26 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:26.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:26 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-13T14:18:26.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:26 smithi071 ceph-mon[29588]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-13T14:18:26.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:26 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:26.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:26 smithi071 ceph-mon[29588]: Deploying daemon grafana.a on smithi104 2024-09-13T14:18:26.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:26 smithi071 ceph-mon[29588]: pgmap v18: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 241 B/s wr, 0 op/s 2024-09-13T14:18:26.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:26 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:26.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:26 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:26.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:26 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:26.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:26 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:26.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:26 smithi104 ceph-mon[33426]: Regenerating cephadm self-signed grafana TLS certificates 2024-09-13T14:18:26.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:26 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:26.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:26 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:26.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:26 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-13T14:18:26.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:26 smithi104 ceph-mon[33426]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-13T14:18:26.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:26 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:26.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:26 smithi104 ceph-mon[33426]: Deploying daemon grafana.a on smithi104 2024-09-13T14:18:26.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:26 smithi104 ceph-mon[33426]: pgmap v18: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 241 B/s wr, 0 op/s 2024-09-13T14:18:27.141 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:18:27 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-alertmanager-a[71031]: ts=2024-09-13T14:18:27.086Z caller=cluster.go:706 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000537043s 2024-09-13T14:18:27.293 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:18:27.573 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:27 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/986679968' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-13T14:18:27.573 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:27 smithi071 ceph-mon[41109]: from='client.? 172.21.15.71:0/986679968' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-13T14:18:27.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:27 smithi104 ceph-mon[33426]: from='client.? 172.21.15.71:0/986679968' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-13T14:18:27.910 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":20,"flags":0,"active_gid":14427,"active_name":"y","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6800","nonce":264732740},{"type":"v1","addr":"172.21.15.71:6801","nonce":264732740}]},"active_addr":"172.21.15.71:6801/264732740","active_change":"2024-09-13T14:18:09.429634+0000","active_mgr_features":4540138322906710015,"available":true,"standbys":[{"gid":24331,"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:3.0.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:3.0.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:3.0.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:3.0.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.71:8443/","prometheus":"http://172.21.15.71: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":59,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.71:0","nonce":2106557968}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.71:0","nonce":1712032227}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.71:0","nonce":433354922}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.71:0","nonce":70220275}]}]} 2024-09-13T14:18:27.916 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-13T14:18:27.917 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-13T14:18:27.917 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-13T14:18:28.133 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:18:28.568 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:28 smithi071 ceph-mon[29588]: pgmap v19: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 204 B/s wr, 0 op/s 2024-09-13T14:18:28.568 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:28 smithi071 ceph-mon[41109]: pgmap v19: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 204 B/s wr, 0 op/s 2024-09-13T14:18:28.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:28 smithi104 ceph-mon[33426]: pgmap v19: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 204 B/s wr, 0 op/s 2024-09-13T14:18:28.890 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:28 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:18:28] "GET /metrics HTTP/1.1" 200 28509 "" "Prometheus/2.43.0" 2024-09-13T14:18:30.000 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:18:30.000 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":66,"fsid":"18f8172c-71da-11ef-bceb-c7b262605968","created":"2024-09-13T14:12:34.413032+0000","modified":"2024-09-13T14:18:22.786811+0000","last_up_change":"2024-09-13T14:17:39.955126+0000","last_in_change":"2024-09-13T14:17:23.160503+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":2,"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-09-13T14:15:42.013153+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":"21","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":"rbd","create_time":"2024-09-13T14:18:11.086718+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":"65","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":65,"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":2,"score_stable":2,"optimal_score":1,"raw_score_acting":2,"raw_score_stable":2,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"fd3f37eb-3ff9-4549-8e14-55ab9c6297a3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6802","nonce":1833957234},{"type":"v1","addr":"172.21.15.71:6803","nonce":1833957234}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6804","nonce":1833957234},{"type":"v1","addr":"172.21.15.71:6805","nonce":1833957234}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6808","nonce":1833957234},{"type":"v1","addr":"172.21.15.71:6809","nonce":1833957234}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6806","nonce":1833957234},{"type":"v1","addr":"172.21.15.71:6807","nonce":1833957234}]},"public_addr":"172.21.15.71:6803/1833957234","cluster_addr":"172.21.15.71:6805/1833957234","heartbeat_back_addr":"172.21.15.71:6809/1833957234","heartbeat_front_addr":"172.21.15.71:6807/1833957234","state":["exists","up"]},{"osd":1,"uuid":"b2b5fc6c-0aa1-4eed-9fcc-59816f01ba10","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":60,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6810","nonce":2602279706},{"type":"v1","addr":"172.21.15.71:6811","nonce":2602279706}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6812","nonce":2602279706},{"type":"v1","addr":"172.21.15.71:6813","nonce":2602279706}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6816","nonce":2602279706},{"type":"v1","addr":"172.21.15.71:6817","nonce":2602279706}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6814","nonce":2602279706},{"type":"v1","addr":"172.21.15.71:6815","nonce":2602279706}]},"public_addr":"172.21.15.71:6811/2602279706","cluster_addr":"172.21.15.71:6813/2602279706","heartbeat_back_addr":"172.21.15.71:6817/2602279706","heartbeat_front_addr":"172.21.15.71:6815/2602279706","state":["exists","up"]},{"osd":2,"uuid":"f9911633-19b2-4c10-bd42-bd6a5cc6a745","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":60,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6818","nonce":3418642133},{"type":"v1","addr":"172.21.15.71:6819","nonce":3418642133}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6820","nonce":3418642133},{"type":"v1","addr":"172.21.15.71:6821","nonce":3418642133}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6824","nonce":3418642133},{"type":"v1","addr":"172.21.15.71:6825","nonce":3418642133}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6822","nonce":3418642133},{"type":"v1","addr":"172.21.15.71:6823","nonce":3418642133}]},"public_addr":"172.21.15.71:6819/3418642133","cluster_addr":"172.21.15.71:6821/3418642133","heartbeat_back_addr":"172.21.15.71:6825/3418642133","heartbeat_front_addr":"172.21.15.71:6823/3418642133","state":["exists","up"]},{"osd":3,"uuid":"b6d04cea-113c-4b8b-b249-cb99a731ad2e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6826","nonce":589975455},{"type":"v1","addr":"172.21.15.71:6827","nonce":589975455}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6828","nonce":589975455},{"type":"v1","addr":"172.21.15.71:6829","nonce":589975455}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6832","nonce":589975455},{"type":"v1","addr":"172.21.15.71:6833","nonce":589975455}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6830","nonce":589975455},{"type":"v1","addr":"172.21.15.71:6831","nonce":589975455}]},"public_addr":"172.21.15.71:6827/589975455","cluster_addr":"172.21.15.71:6829/589975455","heartbeat_back_addr":"172.21.15.71:6833/589975455","heartbeat_front_addr":"172.21.15.71:6831/589975455","state":["exists","up"]},{"osd":4,"uuid":"eaa5fdfd-97b4-4d4e-8efe-138d03bc42db","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6800","nonce":2747742495},{"type":"v1","addr":"172.21.15.104:6801","nonce":2747742495}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6802","nonce":2747742495},{"type":"v1","addr":"172.21.15.104:6803","nonce":2747742495}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6806","nonce":2747742495},{"type":"v1","addr":"172.21.15.104:6807","nonce":2747742495}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6804","nonce":2747742495},{"type":"v1","addr":"172.21.15.104:6805","nonce":2747742495}]},"public_addr":"172.21.15.104:6801/2747742495","cluster_addr":"172.21.15.104:6803/2747742495","heartbeat_back_addr":"172.21.15.104:6807/2747742495","heartbeat_front_addr":"172.21.15.104:6805/2747742495","state":["exists","up"]},{"osd":5,"uuid":"327f32c8-3a34-41cd-9b28-8652bde403b8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":60,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6808","nonce":2156075125},{"type":"v1","addr":"172.21.15.104:6809","nonce":2156075125}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6810","nonce":2156075125},{"type":"v1","addr":"172.21.15.104:6811","nonce":2156075125}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6814","nonce":2156075125},{"type":"v1","addr":"172.21.15.104:6815","nonce":2156075125}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6812","nonce":2156075125},{"type":"v1","addr":"172.21.15.104:6813","nonce":2156075125}]},"public_addr":"172.21.15.104:6809/2156075125","cluster_addr":"172.21.15.104:6811/2156075125","heartbeat_back_addr":"172.21.15.104:6815/2156075125","heartbeat_front_addr":"172.21.15.104:6813/2156075125","state":["exists","up"]},{"osd":6,"uuid":"c8dc48f6-6da0-4cfc-8792-1802e110957c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":60,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6816","nonce":1475653343},{"type":"v1","addr":"172.21.15.104:6817","nonce":1475653343}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6818","nonce":1475653343},{"type":"v1","addr":"172.21.15.104:6819","nonce":1475653343}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6822","nonce":1475653343},{"type":"v1","addr":"172.21.15.104:6823","nonce":1475653343}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6820","nonce":1475653343},{"type":"v1","addr":"172.21.15.104:6821","nonce":1475653343}]},"public_addr":"172.21.15.104:6817/1475653343","cluster_addr":"172.21.15.104:6819/1475653343","heartbeat_back_addr":"172.21.15.104:6823/1475653343","heartbeat_front_addr":"172.21.15.104:6821/1475653343","state":["exists","up"]},{"osd":7,"uuid":"e5c8a041-aca0-4a18-a7ae-808831a44305","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":54,"up_thru":60,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6824","nonce":823786698},{"type":"v1","addr":"172.21.15.104:6825","nonce":823786698}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6826","nonce":823786698},{"type":"v1","addr":"172.21.15.104:6827","nonce":823786698}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6830","nonce":823786698},{"type":"v1","addr":"172.21.15.104:6831","nonce":823786698}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6828","nonce":823786698},{"type":"v1","addr":"172.21.15.104:6829","nonce":823786698}]},"public_addr":"172.21.15.104:6825/823786698","cluster_addr":"172.21.15.104:6827/823786698","heartbeat_back_addr":"172.21.15.104:6831/823786698","heartbeat_front_addr":"172.21.15.104:6829/823786698","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-09-13T14:14:51.235454+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-09-13T14:15:15.661769+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-09-13T14:15:39.445404+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-09-13T14:16:04.663298+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-09-13T14:16:26.742205+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-09-13T14:16:50.860887+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-09-13T14:17:14.362769+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-09-13T14:17:37.981239+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.71:0/1970520876":"2024-09-14T14:13:06.258336+0000","172.21.15.71:6800/1578475249":"2024-09-14T14:18:09.429479+0000","172.21.15.71:6800/3448551475":"2024-09-14T14:13:06.258336+0000","172.21.15.71:0/788315538":"2024-09-14T14:13:06.258336+0000","172.21.15.71:6801/3448551475":"2024-09-14T14:13:06.258336+0000","172.21.15.71:0/781580":"2024-09-14T14:13:29.716958+0000","172.21.15.71:0/1512142036":"2024-09-14T14:18:09.429479+0000","172.21.15.71:0/3436285126":"2024-09-14T14:13:29.716958+0000","172.21.15.71:6801/1578475249":"2024-09-14T14:18:09.429479+0000","172.21.15.71:0/1423310701":"2024-09-14T14:13:06.258336+0000","172.21.15.71:0/920424232":"2024-09-14T14:13:29.716958+0000","172.21.15.71:0/2957393214":"2024-09-14T14:18:09.429479+0000","172.21.15.71:0/3698292050":"2024-09-14T14:18:09.429479+0000","172.21.15.71:0/1285114295":"2024-09-14T14:18:09.429479+0000","172.21.15.71:6800/1578233797":"2024-09-14T14:13:29.716958+0000","172.21.15.71:6801/1578233797":"2024-09-14T14:13:29.716958+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":2,"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-09-13T14:18:30.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:30 smithi071 ceph-mon[29588]: pgmap v20: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 204 B/s wr, 0 op/s 2024-09-13T14:18:30.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:30 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:30.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:30 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/3908085378' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-13T14:18:30.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:30 smithi071 ceph-mon[41109]: pgmap v20: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 204 B/s wr, 0 op/s 2024-09-13T14:18:30.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:30 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:30.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:30 smithi071 ceph-mon[41109]: from='client.? 172.21.15.71:0/3908085378' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-13T14:18:30.749 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-13T14:18:30.749 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-13T14:18:30.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:30 smithi104 ceph-mon[33426]: pgmap v20: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 204 B/s wr, 0 op/s 2024-09-13T14:18:30.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:30 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:30.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:30 smithi104 ceph-mon[33426]: from='client.? 172.21.15.71:0/3908085378' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-13T14:18:30.941 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:18:32.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:32 smithi071 ceph-mon[29588]: pgmap v21: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:18:32.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:32 smithi071 ceph-mon[41109]: pgmap v21: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:18:32.777 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:18:32.777 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":66,"fsid":"18f8172c-71da-11ef-bceb-c7b262605968","created":"2024-09-13T14:12:34.413032+0000","modified":"2024-09-13T14:18:22.786811+0000","last_up_change":"2024-09-13T14:17:39.955126+0000","last_in_change":"2024-09-13T14:17:23.160503+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":2,"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-09-13T14:15:42.013153+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":"21","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":"rbd","create_time":"2024-09-13T14:18:11.086718+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":"65","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":65,"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":2,"score_stable":2,"optimal_score":1,"raw_score_acting":2,"raw_score_stable":2,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"fd3f37eb-3ff9-4549-8e14-55ab9c6297a3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6802","nonce":1833957234},{"type":"v1","addr":"172.21.15.71:6803","nonce":1833957234}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6804","nonce":1833957234},{"type":"v1","addr":"172.21.15.71:6805","nonce":1833957234}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6808","nonce":1833957234},{"type":"v1","addr":"172.21.15.71:6809","nonce":1833957234}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6806","nonce":1833957234},{"type":"v1","addr":"172.21.15.71:6807","nonce":1833957234}]},"public_addr":"172.21.15.71:6803/1833957234","cluster_addr":"172.21.15.71:6805/1833957234","heartbeat_back_addr":"172.21.15.71:6809/1833957234","heartbeat_front_addr":"172.21.15.71:6807/1833957234","state":["exists","up"]},{"osd":1,"uuid":"b2b5fc6c-0aa1-4eed-9fcc-59816f01ba10","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":60,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6810","nonce":2602279706},{"type":"v1","addr":"172.21.15.71:6811","nonce":2602279706}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6812","nonce":2602279706},{"type":"v1","addr":"172.21.15.71:6813","nonce":2602279706}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6816","nonce":2602279706},{"type":"v1","addr":"172.21.15.71:6817","nonce":2602279706}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6814","nonce":2602279706},{"type":"v1","addr":"172.21.15.71:6815","nonce":2602279706}]},"public_addr":"172.21.15.71:6811/2602279706","cluster_addr":"172.21.15.71:6813/2602279706","heartbeat_back_addr":"172.21.15.71:6817/2602279706","heartbeat_front_addr":"172.21.15.71:6815/2602279706","state":["exists","up"]},{"osd":2,"uuid":"f9911633-19b2-4c10-bd42-bd6a5cc6a745","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":60,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6818","nonce":3418642133},{"type":"v1","addr":"172.21.15.71:6819","nonce":3418642133}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6820","nonce":3418642133},{"type":"v1","addr":"172.21.15.71:6821","nonce":3418642133}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6824","nonce":3418642133},{"type":"v1","addr":"172.21.15.71:6825","nonce":3418642133}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6822","nonce":3418642133},{"type":"v1","addr":"172.21.15.71:6823","nonce":3418642133}]},"public_addr":"172.21.15.71:6819/3418642133","cluster_addr":"172.21.15.71:6821/3418642133","heartbeat_back_addr":"172.21.15.71:6825/3418642133","heartbeat_front_addr":"172.21.15.71:6823/3418642133","state":["exists","up"]},{"osd":3,"uuid":"b6d04cea-113c-4b8b-b249-cb99a731ad2e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6826","nonce":589975455},{"type":"v1","addr":"172.21.15.71:6827","nonce":589975455}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6828","nonce":589975455},{"type":"v1","addr":"172.21.15.71:6829","nonce":589975455}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6832","nonce":589975455},{"type":"v1","addr":"172.21.15.71:6833","nonce":589975455}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6830","nonce":589975455},{"type":"v1","addr":"172.21.15.71:6831","nonce":589975455}]},"public_addr":"172.21.15.71:6827/589975455","cluster_addr":"172.21.15.71:6829/589975455","heartbeat_back_addr":"172.21.15.71:6833/589975455","heartbeat_front_addr":"172.21.15.71:6831/589975455","state":["exists","up"]},{"osd":4,"uuid":"eaa5fdfd-97b4-4d4e-8efe-138d03bc42db","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6800","nonce":2747742495},{"type":"v1","addr":"172.21.15.104:6801","nonce":2747742495}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6802","nonce":2747742495},{"type":"v1","addr":"172.21.15.104:6803","nonce":2747742495}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6806","nonce":2747742495},{"type":"v1","addr":"172.21.15.104:6807","nonce":2747742495}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6804","nonce":2747742495},{"type":"v1","addr":"172.21.15.104:6805","nonce":2747742495}]},"public_addr":"172.21.15.104:6801/2747742495","cluster_addr":"172.21.15.104:6803/2747742495","heartbeat_back_addr":"172.21.15.104:6807/2747742495","heartbeat_front_addr":"172.21.15.104:6805/2747742495","state":["exists","up"]},{"osd":5,"uuid":"327f32c8-3a34-41cd-9b28-8652bde403b8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":60,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6808","nonce":2156075125},{"type":"v1","addr":"172.21.15.104:6809","nonce":2156075125}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6810","nonce":2156075125},{"type":"v1","addr":"172.21.15.104:6811","nonce":2156075125}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6814","nonce":2156075125},{"type":"v1","addr":"172.21.15.104:6815","nonce":2156075125}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6812","nonce":2156075125},{"type":"v1","addr":"172.21.15.104:6813","nonce":2156075125}]},"public_addr":"172.21.15.104:6809/2156075125","cluster_addr":"172.21.15.104:6811/2156075125","heartbeat_back_addr":"172.21.15.104:6815/2156075125","heartbeat_front_addr":"172.21.15.104:6813/2156075125","state":["exists","up"]},{"osd":6,"uuid":"c8dc48f6-6da0-4cfc-8792-1802e110957c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":60,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6816","nonce":1475653343},{"type":"v1","addr":"172.21.15.104:6817","nonce":1475653343}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6818","nonce":1475653343},{"type":"v1","addr":"172.21.15.104:6819","nonce":1475653343}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6822","nonce":1475653343},{"type":"v1","addr":"172.21.15.104:6823","nonce":1475653343}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6820","nonce":1475653343},{"type":"v1","addr":"172.21.15.104:6821","nonce":1475653343}]},"public_addr":"172.21.15.104:6817/1475653343","cluster_addr":"172.21.15.104:6819/1475653343","heartbeat_back_addr":"172.21.15.104:6823/1475653343","heartbeat_front_addr":"172.21.15.104:6821/1475653343","state":["exists","up"]},{"osd":7,"uuid":"e5c8a041-aca0-4a18-a7ae-808831a44305","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":54,"up_thru":60,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6824","nonce":823786698},{"type":"v1","addr":"172.21.15.104:6825","nonce":823786698}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6826","nonce":823786698},{"type":"v1","addr":"172.21.15.104:6827","nonce":823786698}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6830","nonce":823786698},{"type":"v1","addr":"172.21.15.104:6831","nonce":823786698}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6828","nonce":823786698},{"type":"v1","addr":"172.21.15.104:6829","nonce":823786698}]},"public_addr":"172.21.15.104:6825/823786698","cluster_addr":"172.21.15.104:6827/823786698","heartbeat_back_addr":"172.21.15.104:6831/823786698","heartbeat_front_addr":"172.21.15.104:6829/823786698","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-09-13T14:14:51.235454+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-09-13T14:15:15.661769+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-09-13T14:15:39.445404+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-09-13T14:16:04.663298+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-09-13T14:16:26.742205+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-09-13T14:16:50.860887+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-09-13T14:17:14.362769+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-09-13T14:17:37.981239+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.71:0/1970520876":"2024-09-14T14:13:06.258336+0000","172.21.15.71:6800/1578475249":"2024-09-14T14:18:09.429479+0000","172.21.15.71:6800/3448551475":"2024-09-14T14:13:06.258336+0000","172.21.15.71:0/788315538":"2024-09-14T14:13:06.258336+0000","172.21.15.71:6801/3448551475":"2024-09-14T14:13:06.258336+0000","172.21.15.71:0/781580":"2024-09-14T14:13:29.716958+0000","172.21.15.71:0/1512142036":"2024-09-14T14:18:09.429479+0000","172.21.15.71:0/3436285126":"2024-09-14T14:13:29.716958+0000","172.21.15.71:6801/1578475249":"2024-09-14T14:18:09.429479+0000","172.21.15.71:0/1423310701":"2024-09-14T14:13:06.258336+0000","172.21.15.71:0/920424232":"2024-09-14T14:13:29.716958+0000","172.21.15.71:0/2957393214":"2024-09-14T14:18:09.429479+0000","172.21.15.71:0/3698292050":"2024-09-14T14:18:09.429479+0000","172.21.15.71:0/1285114295":"2024-09-14T14:18:09.429479+0000","172.21.15.71:6800/1578233797":"2024-09-14T14:13:29.716958+0000","172.21.15.71:6801/1578233797":"2024-09-14T14:13:29.716958+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":2,"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-09-13T14:18:32.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:32 smithi104 ceph-mon[33426]: pgmap v21: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:18:33.500 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-09-13T14:18:33.500 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-09-13T14:18:33.501 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-09-13T14:18:33.501 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-09-13T14:18:33.502 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-09-13T14:18:33.502 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-09-13T14:18:33.502 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph tell osd.6 flush_pg_stats 2024-09-13T14:18:33.503 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph tell osd.7 flush_pg_stats 2024-09-13T14:18:33.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:33 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/258127559' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-13T14:18:33.890 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:33 smithi071 ceph-mon[41109]: from='client.? 172.21.15.71:0/258127559' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-13T14:18:33.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:33 smithi104 ceph-mon[33426]: from='client.? 172.21.15.71:0/258127559' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-13T14:18:33.955 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:18:33.957 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:18:33.957 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:18:33.957 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:18:33.961 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:18:33.961 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:18:33.961 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:18:33.964 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:18:34.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:34 smithi104 ceph-mon[33426]: pgmap v22: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:18:34.818 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:34 smithi071 ceph-mon[29588]: pgmap v22: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:18:34.818 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:34 smithi071 ceph-mon[41109]: pgmap v22: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:18:35.390 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:18:35 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-alertmanager-a[71031]: ts=2024-09-13T14:18:35.088Z caller=cluster.go:698 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.00290369s 2024-09-13T14:18:36.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:36 smithi104 ceph-mon[33426]: pgmap v23: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:18:36.672 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:36 smithi104 systemd[1]: Starting Ceph grafana.a for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T14:18:36.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:36 smithi071 ceph-mon[29588]: pgmap v23: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:18:36.890 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:36 smithi071 ceph-mon[41109]: pgmap v23: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:18:37.172 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:36 smithi104 podman[64677]: 2024-09-13 14:18:36.651353416 +0000 UTC m=+0.015048439 image pull 954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9 quay.io/ceph/ceph-grafana:9.4.7 2024-09-13T14:18:37.793 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:37 smithi104 podman[64677]: 2024-09-13 14:18:37.574415915 +0000 UTC m=+0.938110925 container create d4649d095d6e3377d4bc7ce769ec9d3197e2e4b37b0574136cf780312a66aea5 (image=quay.io/ceph/ceph-grafana:9.4.7, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a, io.openshift.expose-services=, 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., name=ubi8, release=239.1651231664, io.k8s.display-name=Red Hat Universal Base Image 8, vendor=Red Hat, Inc., distribution-scope=public, com.redhat.build-host=cpt-1007.osbs.prod.upshift.rdu2.redhat.com, io.buildah.version=1.32.0, vcs-ref=3aadd00326f3dd6cfe65ee31017ab98915fddb56, com.redhat.license_terms=https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI, version=8.5, com.redhat.component=ubi8-container, url=https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.5-239.1651231664, vcs-type=git, architecture=x86_64, description=Ceph Grafana Container, io.openshift.tags=base rhel8, summary=Grafana Container configured for Ceph mgr/dashboard integration, build-date=2022-04-29T11:48:11.055897) 2024-09-13T14:18:38.085 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 podman[64677]: 2024-09-13 14:18:38.001860402 +0000 UTC m=+1.365555411 container init d4649d095d6e3377d4bc7ce769ec9d3197e2e4b37b0574136cf780312a66aea5 (image=quay.io/ceph/ceph-grafana:9.4.7, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a, io.openshift.tags=base rhel8, io.buildah.version=1.32.0, version=8.5, 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., url=https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.5-239.1651231664, vcs-type=git, release=239.1651231664, vendor=Red Hat, Inc., com.redhat.component=ubi8-container, com.redhat.license_terms=https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI, architecture=x86_64, distribution-scope=public, io.openshift.expose-services=, maintainer=Paul Cuzner , description=Ceph Grafana Container, io.k8s.display-name=Red Hat Universal Base Image 8, build-date=2022-04-29T11:48:11.055897, vcs-ref=3aadd00326f3dd6cfe65ee31017ab98915fddb56, name=ubi8, com.redhat.build-host=cpt-1007.osbs.prod.upshift.rdu2.redhat.com, summary=Grafana Container configured for Ceph mgr/dashboard integration) 2024-09-13T14:18:38.085 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 podman[64677]: 2024-09-13 14:18:38.007328118 +0000 UTC m=+1.371023128 container start d4649d095d6e3377d4bc7ce769ec9d3197e2e4b37b0574136cf780312a66aea5 (image=quay.io/ceph/ceph-grafana:9.4.7, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a, io.buildah.version=1.32.0, vcs-ref=3aadd00326f3dd6cfe65ee31017ab98915fddb56, architecture=x86_64, io.k8s.display-name=Red Hat Universal Base Image 8, vcs-type=git, maintainer=Paul Cuzner , version=8.5, 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., release=239.1651231664, io.openshift.tags=base rhel8, vendor=Red Hat, Inc., com.redhat.license_terms=https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI, summary=Grafana Container configured for Ceph mgr/dashboard integration, url=https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.5-239.1651231664, com.redhat.build-host=cpt-1007.osbs.prod.upshift.rdu2.redhat.com, distribution-scope=public, build-date=2022-04-29T11:48:11.055897, io.openshift.expose-services=, com.redhat.component=ubi8-container, name=ubi8, description=Ceph Grafana Container) 2024-09-13T14:18:38.335 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 bash[64677]: d4649d095d6e3377d4bc7ce769ec9d3197e2e4b37b0574136cf780312a66aea5 2024-09-13T14:18:38.336 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 systemd[1]: Started Ceph grafana.a for 18f8172c-71da-11ef-bceb-c7b262605968. 2024-09-13T14:18:38.336 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=settings t=2024-09-13T14:18:38.164358037Z level=info msg="Starting Grafana" version=9.4.7 commit=4add91f03d branch=HEAD compiled=2023-03-16T23:56:52Z 2024-09-13T14:18:38.336 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=settings t=2024-09-13T14:18:38.164545524Z level=warn msg="\"sentry\" frontend logging provider is deprecated and will be removed in the next major version. Use \"grafana\" provider instead." 2024-09-13T14:18:38.336 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=settings t=2024-09-13T14:18:38.164564663Z level=info msg="Config loaded from" file=/usr/share/grafana/conf/defaults.ini 2024-09-13T14:18:38.336 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=settings t=2024-09-13T14:18:38.164581401Z level=info msg="Config loaded from" file=/etc/grafana/grafana.ini 2024-09-13T14:18:38.336 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=settings t=2024-09-13T14:18:38.164587545Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_DATA=/var/lib/grafana" 2024-09-13T14:18:38.336 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=settings t=2024-09-13T14:18:38.164593523Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_LOGS=/var/log/grafana" 2024-09-13T14:18:38.336 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=settings t=2024-09-13T14:18:38.164599176Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2024-09-13T14:18:38.336 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=settings t=2024-09-13T14:18:38.164605101Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2024-09-13T14:18:38.337 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=settings t=2024-09-13T14:18:38.164611135Z level=info msg="Path Home" path=/usr/share/grafana 2024-09-13T14:18:38.337 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=settings t=2024-09-13T14:18:38.16461685Z level=info msg="Path Data" path=/var/lib/grafana 2024-09-13T14:18:38.337 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=settings t=2024-09-13T14:18:38.164622476Z level=info msg="Path Logs" path=/var/log/grafana 2024-09-13T14:18:38.337 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=settings t=2024-09-13T14:18:38.164627994Z level=info msg="Path Plugins" path=/var/lib/grafana/plugins 2024-09-13T14:18:38.337 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=settings t=2024-09-13T14:18:38.164633715Z level=info msg="Path Provisioning" path=/etc/grafana/provisioning 2024-09-13T14:18:38.337 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=settings t=2024-09-13T14:18:38.164648153Z level=info msg="App mode production" 2024-09-13T14:18:38.337 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=sqlstore t=2024-09-13T14:18:38.164705934Z level=info msg="Connecting to DB" dbtype=sqlite3 2024-09-13T14:18:38.337 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=sqlstore t=2024-09-13T14:18:38.16472977Z 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-09-13T14:18:38.337 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.16561715Z level=info msg="Starting DB migrations" 2024-09-13T14:18:38.337 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.165694881Z level=info msg="Executing migration" id="create migration_log table" 2024-09-13T14:18:38.337 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.166245463Z level=info msg="Executing migration" id="create user table" 2024-09-13T14:18:38.338 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.166723052Z level=info msg="Executing migration" id="add unique index user.login" 2024-09-13T14:18:38.338 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.167229483Z level=info msg="Executing migration" id="add unique index user.email" 2024-09-13T14:18:38.338 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.170012986Z level=info msg="Executing migration" id="drop index UQE_user_login - v1" 2024-09-13T14:18:38.338 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.172626713Z level=info msg="Executing migration" id="drop index UQE_user_email - v1" 2024-09-13T14:18:38.338 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.175386921Z level=info msg="Executing migration" id="Rename table user to user_v1 - v1" 2024-09-13T14:18:38.338 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.178021887Z level=info msg="Executing migration" id="create user table v2" 2024-09-13T14:18:38.338 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.180640753Z level=info msg="Executing migration" id="create index UQE_user_login - v2" 2024-09-13T14:18:38.338 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.183267863Z level=info msg="Executing migration" id="create index UQE_user_email - v2" 2024-09-13T14:18:38.338 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.186020116Z level=info msg="Executing migration" id="copy data_source v1 to v2" 2024-09-13T14:18:38.338 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.186799368Z level=info msg="Executing migration" id="Drop old table user_v1" 2024-09-13T14:18:38.338 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.187648559Z level=info msg="Executing migration" id="Add column help_flags1 to user table" 2024-09-13T14:18:38.338 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.188092171Z level=info msg="Executing migration" id="Update user table charset" 2024-09-13T14:18:38.339 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.188949926Z level=info msg="Executing migration" id="Add last_seen_at column to user" 2024-09-13T14:18:38.339 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.189773987Z level=info msg="Executing migration" id="Add missing user data" 2024-09-13T14:18:38.339 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.19061949Z level=info msg="Executing migration" id="Add is_disabled column to user" 2024-09-13T14:18:38.339 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.19108153Z level=info msg="Executing migration" id="Add index user.login/user.email" 2024-09-13T14:18:38.339 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.191945706Z level=info msg="Executing migration" id="Add is_service_account column to user" 2024-09-13T14:18:38.339 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.192755343Z level=info msg="Executing migration" id="Update is_service_account column to nullable" 2024-09-13T14:18:38.340 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.193879732Z level=info msg="Executing migration" id="create temp user table v1-7" 2024-09-13T14:18:38.340 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.194412524Z level=info msg="Executing migration" id="create index IDX_temp_user_email - v1-7" 2024-09-13T14:18:38.340 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.195228066Z level=info msg="Executing migration" id="create index IDX_temp_user_org_id - v1-7" 2024-09-13T14:18:38.341 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.196064668Z level=info msg="Executing migration" id="create index IDX_temp_user_code - v1-7" 2024-09-13T14:18:38.341 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.196468328Z level=info msg="Executing migration" id="create index IDX_temp_user_status - v1-7" 2024-09-13T14:18:38.341 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.197317396Z level=info msg="Executing migration" id="Update temp_user table charset" 2024-09-13T14:18:38.341 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.198173494Z level=info msg="Executing migration" id="drop index IDX_temp_user_email - v1" 2024-09-13T14:18:38.341 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.199010089Z level=info msg="Executing migration" id="drop index IDX_temp_user_org_id - v1" 2024-09-13T14:18:38.341 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.199867501Z level=info msg="Executing migration" id="drop index IDX_temp_user_code - v1" 2024-09-13T14:18:38.341 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.200751203Z level=info msg="Executing migration" id="drop index IDX_temp_user_status - v1" 2024-09-13T14:18:38.341 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.20163485Z level=info msg="Executing migration" id="Rename table temp_user to temp_user_tmp_qwerty - v1" 2024-09-13T14:18:38.341 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.202500891Z level=info msg="Executing migration" id="create temp_user v2" 2024-09-13T14:18:38.341 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.203345412Z level=info msg="Executing migration" id="create index IDX_temp_user_email - v2" 2024-09-13T14:18:38.341 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.204213265Z level=info msg="Executing migration" id="create index IDX_temp_user_org_id - v2" 2024-09-13T14:18:38.341 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.205060667Z level=info msg="Executing migration" id="create index IDX_temp_user_code - v2" 2024-09-13T14:18:38.341 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.205942396Z level=info msg="Executing migration" id="create index IDX_temp_user_status - v2" 2024-09-13T14:18:38.342 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.206778512Z level=info msg="Executing migration" id="copy temp_user v1 to v2" 2024-09-13T14:18:38.342 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.207604955Z level=info msg="Executing migration" id="drop temp_user_tmp_qwerty" 2024-09-13T14:18:38.342 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.207973951Z level=info msg="Executing migration" id="Set created for temp users that will otherwise prematurely expire" 2024-09-13T14:18:38.342 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.208845364Z level=info msg="Executing migration" id="create star table" 2024-09-13T14:18:38.342 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.209687415Z level=info msg="Executing migration" id="add unique index star.user_id_dashboard_id" 2024-09-13T14:18:38.342 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.210542405Z level=info msg="Executing migration" id="create org table v1" 2024-09-13T14:18:38.342 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.210985898Z level=info msg="Executing migration" id="create index UQE_org_name - v1" 2024-09-13T14:18:38.342 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.21179634Z level=info msg="Executing migration" id="create org_user table v1" 2024-09-13T14:18:38.342 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.212670437Z level=info msg="Executing migration" id="create index IDX_org_user_org_id - v1" 2024-09-13T14:18:38.342 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.21309038Z level=info msg="Executing migration" id="create index UQE_org_user_org_id_user_id - v1" 2024-09-13T14:18:38.342 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.213498948Z level=info msg="Executing migration" id="create index IDX_org_user_user_id - v1" 2024-09-13T14:18:38.342 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.213905217Z level=info msg="Executing migration" id="Update org table charset" 2024-09-13T14:18:38.342 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.214650911Z level=info msg="Executing migration" id="Update org_user table charset" 2024-09-13T14:18:38.342 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.214929672Z level=info msg="Executing migration" id="Migrate all Read Only Viewers to Viewers" 2024-09-13T14:18:38.342 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.215253604Z level=info msg="Executing migration" id="create dashboard table" 2024-09-13T14:18:38.343 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.215743464Z level=info msg="Executing migration" id="add index dashboard.account_id" 2024-09-13T14:18:38.343 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.21652569Z level=info msg="Executing migration" id="add unique index dashboard_account_id_slug" 2024-09-13T14:18:38.343 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.217305604Z level=info msg="Executing migration" id="create dashboard_tag table" 2024-09-13T14:18:38.343 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.217733299Z level=info msg="Executing migration" id="add unique index dashboard_tag.dasboard_id_term" 2024-09-13T14:18:38.343 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.218499609Z level=info msg="Executing migration" id="drop index UQE_dashboard_tag_dashboard_id_term - v1" 2024-09-13T14:18:38.343 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.219277325Z level=info msg="Executing migration" id="Rename table dashboard to dashboard_v1 - v1" 2024-09-13T14:18:38.343 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.220141514Z level=info msg="Executing migration" id="create dashboard v2" 2024-09-13T14:18:38.343 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.220536166Z level=info msg="Executing migration" id="create index IDX_dashboard_org_id - v2" 2024-09-13T14:18:38.343 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.221359829Z level=info msg="Executing migration" id="create index UQE_dashboard_org_id_slug - v2" 2024-09-13T14:18:38.343 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.222140762Z level=info msg="Executing migration" id="copy dashboard v1 to v2" 2024-09-13T14:18:38.343 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.224991583Z level=info msg="Executing migration" id="drop table dashboard_v1" 2024-09-13T14:18:38.343 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.225439629Z level=info msg="Executing migration" id="alter dashboard.data to mediumtext v1" 2024-09-13T14:18:38.343 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.22808596Z level=info msg="Executing migration" id="Add column updated_by in dashboard - v2" 2024-09-13T14:18:38.343 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.228616224Z level=info msg="Executing migration" id="Add column created_by in dashboard - v2" 2024-09-13T14:18:38.344 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.230693981Z level=info msg="Executing migration" id="Add column gnetId in dashboard" 2024-09-13T14:18:38.344 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.233392887Z level=info msg="Executing migration" id="Add index for gnetId in dashboard" 2024-09-13T14:18:38.344 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.233840392Z level=info msg="Executing migration" id="Add column plugin_id in dashboard" 2024-09-13T14:18:38.344 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.236627492Z level=info msg="Executing migration" id="Add index for plugin_id in dashboard" 2024-09-13T14:18:38.344 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.239406227Z level=info msg="Executing migration" id="Add index for dashboard_id in dashboard_tag" 2024-09-13T14:18:38.344 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.242049073Z level=info msg="Executing migration" id="Update dashboard table charset" 2024-09-13T14:18:38.344 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.242374271Z level=info msg="Executing migration" id="Update dashboard_tag table charset" 2024-09-13T14:18:38.344 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.245073837Z level=info msg="Executing migration" id="Add column folder_id in dashboard" 2024-09-13T14:18:38.344 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.245597174Z level=info msg="Executing migration" id="Add column isFolder in dashboard" 2024-09-13T14:18:38.344 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.247712537Z level=info msg="Executing migration" id="Add column has_acl in dashboard" 2024-09-13T14:18:38.344 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.250514694Z level=info msg="Executing migration" id="Add column uid in dashboard" 2024-09-13T14:18:38.344 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.251021089Z level=info msg="Executing migration" id="Update uid column values in dashboard" 2024-09-13T14:18:38.344 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.253705554Z level=info msg="Executing migration" id="Add unique index dashboard_org_id_uid" 2024-09-13T14:18:38.344 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.256458886Z level=info msg="Executing migration" id="Remove unique index org_id_slug" 2024-09-13T14:18:38.345 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.2591548Z level=info msg="Executing migration" id="Update dashboard title length" 2024-09-13T14:18:38.345 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.261635654Z level=info msg="Executing migration" id="Add unique index for dashboard_org_id_title_folder_id" 2024-09-13T14:18:38.345 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.26429082Z level=info msg="Executing migration" id="create dashboard_provisioning" 2024-09-13T14:18:38.345 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.266743831Z level=info msg="Executing migration" id="Rename table dashboard_provisioning to dashboard_provisioning_tmp_qwerty - v1" 2024-09-13T14:18:38.345 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.269296186Z level=info msg="Executing migration" id="create dashboard_provisioning v2" 2024-09-13T14:18:38.345 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.272012376Z level=info msg="Executing migration" id="create index IDX_dashboard_provisioning_dashboard_id - v2" 2024-09-13T14:18:38.345 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.274629904Z level=info msg="Executing migration" id="create index IDX_dashboard_provisioning_dashboard_id_name - v2" 2024-09-13T14:18:38.345 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.277127891Z level=info msg="Executing migration" id="copy dashboard_provisioning v1 to v2" 2024-09-13T14:18:38.345 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.27974386Z level=info msg="Executing migration" id="drop dashboard_provisioning_tmp_qwerty" 2024-09-13T14:18:38.345 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.282281994Z level=info msg="Executing migration" id="Add check_sum column" 2024-09-13T14:18:38.345 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.284813584Z level=info msg="Executing migration" id="Add index for dashboard_title" 2024-09-13T14:18:38.345 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.287427593Z level=info msg="Executing migration" id="delete tags for deleted dashboards" 2024-09-13T14:18:38.346 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.290075169Z level=info msg="Executing migration" id="delete stars for deleted dashboards" 2024-09-13T14:18:38.346 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.292661799Z level=info msg="Executing migration" id="Add index for dashboard_is_folder" 2024-09-13T14:18:38.346 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.295233148Z level=info msg="Executing migration" id="Add isPublic for dashboard" 2024-09-13T14:18:38.346 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.297849112Z level=info msg="Executing migration" id="create data_source table" 2024-09-13T14:18:38.346 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.300517371Z level=info msg="Executing migration" id="add index data_source.account_id" 2024-09-13T14:18:38.346 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.303008152Z level=info msg="Executing migration" id="add unique index data_source.account_id_name" 2024-09-13T14:18:38.346 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.303541561Z level=info msg="Executing migration" id="drop index IDX_data_source_account_id - v1" 2024-09-13T14:18:38.346 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.304258332Z level=info msg="Executing migration" id="drop index UQE_data_source_account_id_name - v1" 2024-09-13T14:18:38.346 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.30467532Z level=info msg="Executing migration" id="Rename table data_source to data_source_v1 - v1" 2024-09-13T14:18:38.346 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.305682647Z level=info msg="Executing migration" id="create data_source table v2" 2024-09-13T14:18:38.346 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.306477591Z level=info msg="Executing migration" id="create index IDX_data_source_org_id - v2" 2024-09-13T14:18:38.346 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.307276958Z level=info msg="Executing migration" id="create index UQE_data_source_org_id_name - v2" 2024-09-13T14:18:38.346 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.307999022Z level=info msg="Executing migration" id="Drop old table data_source_v1 #2" 2024-09-13T14:18:38.347 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.308786643Z level=info msg="Executing migration" id="Add column with_credentials" 2024-09-13T14:18:38.347 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.309584978Z level=info msg="Executing migration" id="Add secure json data column" 2024-09-13T14:18:38.347 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.31035919Z level=info msg="Executing migration" id="Update data_source table charset" 2024-09-13T14:18:38.347 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.311120838Z level=info msg="Executing migration" id="Update initial version to 1" 2024-09-13T14:18:38.347 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.311912192Z level=info msg="Executing migration" id="Add read_only data column" 2024-09-13T14:18:38.347 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.312727515Z level=info msg="Executing migration" id="Migrate logging ds to loki ds" 2024-09-13T14:18:38.347 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.313570586Z level=info msg="Executing migration" id="Update json_data with nulls" 2024-09-13T14:18:38.347 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.314356107Z level=info msg="Executing migration" id="Add uid column" 2024-09-13T14:18:38.347 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.315120487Z level=info msg="Executing migration" id="Update uid value" 2024-09-13T14:18:38.347 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.315928249Z level=info msg="Executing migration" id="Add unique index datasource_org_id_uid" 2024-09-13T14:18:38.347 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.316702439Z level=info msg="Executing migration" id="add unique index datasource_org_id_is_default" 2024-09-13T14:18:38.347 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.317529842Z level=info msg="Executing migration" id="create api_key table" 2024-09-13T14:18:38.347 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.318310179Z level=info msg="Executing migration" id="add index api_key.account_id" 2024-09-13T14:18:38.347 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.319138987Z level=info msg="Executing migration" id="add index api_key.key" 2024-09-13T14:18:38.348 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.319964996Z level=info msg="Executing migration" id="add index api_key.account_id_name" 2024-09-13T14:18:38.348 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.320750083Z level=info msg="Executing migration" id="drop index IDX_api_key_account_id - v1" 2024-09-13T14:18:38.348 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.321579985Z level=info msg="Executing migration" id="drop index UQE_api_key_key - v1" 2024-09-13T14:18:38.348 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.322390547Z level=info msg="Executing migration" id="drop index UQE_api_key_account_id_name - v1" 2024-09-13T14:18:38.348 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.323148219Z level=info msg="Executing migration" id="Rename table api_key to api_key_v1 - v1" 2024-09-13T14:18:38.348 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.3241785Z level=info msg="Executing migration" id="create api_key table v2" 2024-09-13T14:18:38.348 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.324921682Z level=info msg="Executing migration" id="create index IDX_api_key_org_id - v2" 2024-09-13T14:18:38.348 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.325353345Z level=info msg="Executing migration" id="create index UQE_api_key_key - v2" 2024-09-13T14:18:38.348 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.326137693Z level=info msg="Executing migration" id="create index UQE_api_key_org_id_name - v2" 2024-09-13T14:18:38.348 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.326557316Z level=info msg="Executing migration" id="copy api_key v1 to v2" 2024-09-13T14:18:38.348 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.327303438Z level=info msg="Executing migration" id="Drop old table api_key_v1" 2024-09-13T14:18:38.348 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.327670311Z level=info msg="Executing migration" id="Update api_key table charset" 2024-09-13T14:18:38.348 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.328080819Z level=info msg="Executing migration" id="Add expires to api_key table" 2024-09-13T14:18:38.349 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.328667173Z level=info msg="Executing migration" id="Add service account foreign key" 2024-09-13T14:18:38.349 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.329222675Z level=info msg="Executing migration" id="set service account foreign key to nil if 0" 2024-09-13T14:18:38.349 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.329551824Z level=info msg="Executing migration" id="Add last_used_at to api_key table" 2024-09-13T14:18:38.349 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.33239293Z level=info msg="Executing migration" id="Add is_revoked column to api_key table" 2024-09-13T14:18:38.349 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.335149256Z level=info msg="Executing migration" id="create dashboard_snapshot table v4" 2024-09-13T14:18:38.349 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.337784188Z level=info msg="Executing migration" id="drop table dashboard_snapshot_v4 #1" 2024-09-13T14:18:38.349 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.338347983Z level=info msg="Executing migration" id="create dashboard_snapshot table v5 #2" 2024-09-13T14:18:38.585 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-mon[33426]: pgmap v24: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:18:38.585 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:38.585 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:38.586 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:38.586 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:38.586 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.341214529Z level=info msg="Executing migration" id="create index UQE_dashboard_snapshot_key - v5" 2024-09-13T14:18:38.586 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.343950034Z level=info msg="Executing migration" id="create index UQE_dashboard_snapshot_delete_key - v5" 2024-09-13T14:18:38.586 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.346550529Z level=info msg="Executing migration" id="create index IDX_dashboard_snapshot_user_id - v5" 2024-09-13T14:18:38.586 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.3469844Z level=info msg="Executing migration" id="alter dashboard_snapshot to mediumtext v2" 2024-09-13T14:18:38.586 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.349635107Z level=info msg="Executing migration" id="Update dashboard_snapshot table charset" 2024-09-13T14:18:38.586 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.352221701Z level=info msg="Executing migration" id="Add column external_delete_url to dashboard_snapshots table" 2024-09-13T14:18:38.586 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.354924913Z level=info msg="Executing migration" id="Add encrypted dashboard json column" 2024-09-13T14:18:38.586 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.355510217Z level=info msg="Executing migration" id="Change dashboard_encrypted column to MEDIUMBLOB" 2024-09-13T14:18:38.587 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.35812648Z level=info msg="Executing migration" id="create quota table v1" 2024-09-13T14:18:38.587 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.358536232Z level=info msg="Executing migration" id="create index UQE_quota_org_id_user_id_target - v1" 2024-09-13T14:18:38.587 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.3608608Z level=info msg="Executing migration" id="Update quota table charset" 2024-09-13T14:18:38.587 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.361192669Z level=info msg="Executing migration" id="create plugin_setting table" 2024-09-13T14:18:38.587 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.361597597Z level=info msg="Executing migration" id="create index UQE_plugin_setting_org_id_plugin_id - v1" 2024-09-13T14:18:38.587 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.362021879Z level=info msg="Executing migration" id="Add column plugin_version to plugin_settings" 2024-09-13T14:18:38.587 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.362585763Z level=info msg="Executing migration" id="Update plugin_setting table charset" 2024-09-13T14:18:38.587 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.36287058Z level=info msg="Executing migration" id="create session table" 2024-09-13T14:18:38.587 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.363301126Z level=info msg="Executing migration" id="Drop old table playlist table" 2024-09-13T14:18:38.587 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.363579471Z level=info msg="Executing migration" id="Drop old table playlist_item table" 2024-09-13T14:18:38.588 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.36385608Z level=info msg="Executing migration" id="create playlist table v2" 2024-09-13T14:18:38.588 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.364253437Z level=info msg="Executing migration" id="create playlist item table v2" 2024-09-13T14:18:38.588 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.364638498Z level=info msg="Executing migration" id="Update playlist table charset" 2024-09-13T14:18:38.588 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.364906587Z level=info msg="Executing migration" id="Update playlist_item table charset" 2024-09-13T14:18:38.588 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.365198798Z level=info msg="Executing migration" id="drop preferences table v2" 2024-09-13T14:18:38.588 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.365462955Z level=info msg="Executing migration" id="drop preferences table v3" 2024-09-13T14:18:38.588 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.365729663Z level=info msg="Executing migration" id="create preferences table v3" 2024-09-13T14:18:38.588 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.366130539Z level=info msg="Executing migration" id="Update preferences table charset" 2024-09-13T14:18:38.588 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.366417375Z level=info msg="Executing migration" id="Add column team_id in preferences" 2024-09-13T14:18:38.588 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.366986753Z level=info msg="Executing migration" id="Update team_id column values in preferences" 2024-09-13T14:18:38.588 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.36731119Z level=info msg="Executing migration" id="Add column week_start in preferences" 2024-09-13T14:18:38.589 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.367872485Z level=info msg="Executing migration" id="Add column preferences.json_data" 2024-09-13T14:18:38.589 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.368476441Z level=info msg="Executing migration" id="alter preferences.json_data to mediumtext v1" 2024-09-13T14:18:38.589 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.368812705Z level=info msg="Executing migration" id="Add preferences index org_id" 2024-09-13T14:18:38.589 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.369247169Z level=info msg="Executing migration" id="Add preferences index user_id" 2024-09-13T14:18:38.589 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.369708274Z level=info msg="Executing migration" id="create alert table v1" 2024-09-13T14:18:38.589 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.372484769Z level=info msg="Executing migration" id="add index alert org_id & id " 2024-09-13T14:18:38.589 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.375214358Z level=info msg="Executing migration" id="add index alert state" 2024-09-13T14:18:38.589 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.375639668Z level=info msg="Executing migration" id="add index alert dashboard_id" 2024-09-13T14:18:38.589 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.376112047Z level=info msg="Executing migration" id="Create alert_rule_tag table v1" 2024-09-13T14:18:38.589 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.376493534Z level=info msg="Executing migration" id="Add unique index alert_rule_tag.alert_id_tag_id" 2024-09-13T14:18:38.589 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.376922398Z level=info msg="Executing migration" id="drop index UQE_alert_rule_tag_alert_id_tag_id - v1" 2024-09-13T14:18:38.589 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.377330514Z level=info msg="Executing migration" id="Rename table alert_rule_tag to alert_rule_tag_v1 - v1" 2024-09-13T14:18:38.589 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.378732165Z level=info msg="Executing migration" id="Create alert_rule_tag table v2" 2024-09-13T14:18:38.590 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.379137867Z 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-09-13T14:18:38.590 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.379581535Z level=info msg="Executing migration" id="copy alert_rule_tag v1 to v2" 2024-09-13T14:18:38.590 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.379873982Z level=info msg="Executing migration" id="drop table alert_rule_tag_v1" 2024-09-13T14:18:38.590 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.380244503Z level=info msg="Executing migration" id="create alert_notification table v1" 2024-09-13T14:18:38.590 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.380612515Z level=info msg="Executing migration" id="Add column is_default" 2024-09-13T14:18:38.590 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.381244977Z level=info msg="Executing migration" id="Add column frequency" 2024-09-13T14:18:38.590 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.38187868Z level=info msg="Executing migration" id="Add column send_reminder" 2024-09-13T14:18:38.590 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.382541628Z level=info msg="Executing migration" id="Add column disable_resolve_message" 2024-09-13T14:18:38.590 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.383180282Z level=info msg="Executing migration" id="add index alert_notification org_id & name" 2024-09-13T14:18:38.590 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.383614111Z level=info msg="Executing migration" id="Update alert table charset" 2024-09-13T14:18:38.590 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.386489061Z level=info msg="Executing migration" id="Update alert_notification table charset" 2024-09-13T14:18:38.590 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.386809554Z level=info msg="Executing migration" id="create notification_journal table v1" 2024-09-13T14:18:38.590 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.389482375Z level=info msg="Executing migration" id="add index notification_journal org_id & alert_id & notifier_id" 2024-09-13T14:18:38.590 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.392314485Z level=info msg="Executing migration" id="drop alert_notification_journal" 2024-09-13T14:18:38.590 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.392706073Z level=info msg="Executing migration" id="create alert_notification_state table v1" 2024-09-13T14:18:38.591 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.395435004Z level=info msg="Executing migration" id="add index alert_notification_state org_id & alert_id & notifier_id" 2024-09-13T14:18:38.591 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.398409475Z level=info msg="Executing migration" id="Add for to alert table" 2024-09-13T14:18:38.591 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.40140954Z level=info msg="Executing migration" id="Add column uid in alert_notification" 2024-09-13T14:18:38.591 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.402062284Z level=info msg="Executing migration" id="Update uid column values in alert_notification" 2024-09-13T14:18:38.592 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.404876203Z level=info msg="Executing migration" id="Add unique index alert_notification_org_id_uid" 2024-09-13T14:18:38.592 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.40778156Z level=info msg="Executing migration" id="Remove unique index org_id_name" 2024-09-13T14:18:38.592 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.410577762Z level=info msg="Executing migration" id="Add column secure_settings in alert_notification" 2024-09-13T14:18:38.592 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.411235927Z level=info msg="Executing migration" id="alter alert.settings to mediumtext" 2024-09-13T14:18:38.592 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.413934456Z level=info msg="Executing migration" id="Add non-unique index alert_notification_state_alert_id" 2024-09-13T14:18:38.592 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.416597702Z level=info msg="Executing migration" id="Add non-unique index alert_rule_tag_alert_id" 2024-09-13T14:18:38.592 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.419277283Z level=info msg="Executing migration" id="Drop old annotation table v4" 2024-09-13T14:18:38.592 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.419603985Z level=info msg="Executing migration" id="create annotation table v5" 2024-09-13T14:18:38.592 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.422312368Z level=info msg="Executing migration" id="add index annotation 0 v3" 2024-09-13T14:18:38.592 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.425085878Z level=info msg="Executing migration" id="add index annotation 1 v3" 2024-09-13T14:18:38.592 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.427618709Z level=info msg="Executing migration" id="add index annotation 2 v3" 2024-09-13T14:18:38.592 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.428108926Z level=info msg="Executing migration" id="add index annotation 3 v3" 2024-09-13T14:18:38.592 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.430816258Z level=info msg="Executing migration" id="add index annotation 4 v3" 2024-09-13T14:18:38.593 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.433536309Z level=info msg="Executing migration" id="Update annotation table charset" 2024-09-13T14:18:38.593 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.436223384Z level=info msg="Executing migration" id="Add column region_id to annotation table" 2024-09-13T14:18:38.593 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.436886321Z level=info msg="Executing migration" id="Drop category_id index" 2024-09-13T14:18:38.593 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.439621685Z level=info msg="Executing migration" id="Add column tags to annotation table" 2024-09-13T14:18:38.593 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.442361129Z level=info msg="Executing migration" id="Create annotation_tag table v2" 2024-09-13T14:18:38.593 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.445107585Z level=info msg="Executing migration" id="Add unique index annotation_tag.annotation_id_tag_id" 2024-09-13T14:18:38.593 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.445540765Z level=info msg="Executing migration" id="drop index UQE_annotation_tag_annotation_id_tag_id - v2" 2024-09-13T14:18:38.593 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.448072845Z level=info msg="Executing migration" id="Rename table annotation_tag to annotation_tag_v2 - v2" 2024-09-13T14:18:38.593 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.449646706Z level=info msg="Executing migration" id="Create annotation_tag table v3" 2024-09-13T14:18:38.593 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.450811779Z 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-09-13T14:18:38.593 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.4516551Z level=info msg="Executing migration" id="copy annotation_tag v2 to v3" 2024-09-13T14:18:38.593 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.451992343Z level=info msg="Executing migration" id="drop table annotation_tag_v2" 2024-09-13T14:18:38.593 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.452832299Z level=info msg="Executing migration" id="Update alert annotations and set TEXT to empty" 2024-09-13T14:18:38.594 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.453658806Z level=info msg="Executing migration" id="Add created time to annotation table" 2024-09-13T14:18:38.594 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.454500261Z level=info msg="Executing migration" id="Add updated time to annotation table" 2024-09-13T14:18:38.594 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.455181827Z level=info msg="Executing migration" id="Add index for created in annotation table" 2024-09-13T14:18:38.594 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.456021148Z level=info msg="Executing migration" id="Add index for updated in annotation table" 2024-09-13T14:18:38.594 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.456859652Z level=info msg="Executing migration" id="Convert existing annotations from seconds to milliseconds" 2024-09-13T14:18:38.594 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.457712292Z level=info msg="Executing migration" id="Add epoch_end column" 2024-09-13T14:18:38.594 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.458448565Z level=info msg="Executing migration" id="Add index for epoch_end" 2024-09-13T14:18:38.594 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.459318995Z level=info msg="Executing migration" id="Make epoch_end the same as epoch" 2024-09-13T14:18:38.594 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.460176011Z level=info msg="Executing migration" id="Move region to single row" 2024-09-13T14:18:38.594 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.461011442Z level=info msg="Executing migration" id="Remove index org_id_epoch from annotation table" 2024-09-13T14:18:38.594 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.461441522Z level=info msg="Executing migration" id="Remove index org_id_dashboard_id_panel_id_epoch from annotation table" 2024-09-13T14:18:38.594 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.462254778Z level=info msg="Executing migration" id="Add index for org_id_dashboard_id_epoch_end_epoch on annotation table" 2024-09-13T14:18:38.594 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.462746229Z level=info msg="Executing migration" id="Add index for org_id_epoch_end_epoch on annotation table" 2024-09-13T14:18:38.594 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.463204045Z level=info msg="Executing migration" id="Remove index org_id_epoch_epoch_end from annotation table" 2024-09-13T14:18:38.595 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.464081474Z level=info msg="Executing migration" id="Add index for alert_id on annotation table" 2024-09-13T14:18:38.595 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.464524674Z level=info msg="Executing migration" id="Increase tags column to length 4096" 2024-09-13T14:18:38.595 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.465383863Z level=info msg="Executing migration" id="create test_data table" 2024-09-13T14:18:38.595 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.466025975Z level=info msg="Executing migration" id="create dashboard_version table v1" 2024-09-13T14:18:38.595 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.466435509Z level=info msg="Executing migration" id="add index dashboard_version.dashboard_id" 2024-09-13T14:18:38.595 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.467268992Z level=info msg="Executing migration" id="add unique index dashboard_version.dashboard_id and dashboard_version.version" 2024-09-13T14:18:38.595 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.467740758Z level=info msg="Executing migration" id="Set dashboard version to 1 where 0" 2024-09-13T14:18:38.595 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.468614846Z level=info msg="Executing migration" id="save existing dashboard data in dashboard_version table v1" 2024-09-13T14:18:38.595 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.469453748Z level=info msg="Executing migration" id="alter dashboard_version.data to mediumtext v1" 2024-09-13T14:18:38.595 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.470302601Z level=info msg="Executing migration" id="create team table" 2024-09-13T14:18:38.595 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.470716582Z level=info msg="Executing migration" id="add index team.org_id" 2024-09-13T14:18:38.595 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.471649461Z level=info msg="Executing migration" id="add unique index team_org_id_name" 2024-09-13T14:18:38.595 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.472505508Z level=info msg="Executing migration" id="create team member table" 2024-09-13T14:18:38.595 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.473339444Z level=info msg="Executing migration" id="add index team_member.org_id" 2024-09-13T14:18:38.596 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.473797902Z level=info msg="Executing migration" id="add unique index team_member_org_id_team_id_user_id" 2024-09-13T14:18:38.596 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.474625207Z level=info msg="Executing migration" id="add index team_member.team_id" 2024-09-13T14:18:38.596 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.475479176Z level=info msg="Executing migration" id="Add column email to team table" 2024-09-13T14:18:38.596 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.47819033Z level=info msg="Executing migration" id="Add column external to team_member table" 2024-09-13T14:18:38.596 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.478921208Z level=info msg="Executing migration" id="Add column permission to team_member table" 2024-09-13T14:18:38.596 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.481859997Z level=info msg="Executing migration" id="create dashboard acl table" 2024-09-13T14:18:38.596 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.484688739Z level=info msg="Executing migration" id="add index dashboard_acl_dashboard_id" 2024-09-13T14:18:38.596 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.487463034Z level=info msg="Executing migration" id="add unique index dashboard_acl_dashboard_id_user_id" 2024-09-13T14:18:38.596 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.487896687Z level=info msg="Executing migration" id="add unique index dashboard_acl_dashboard_id_team_id" 2024-09-13T14:18:38.596 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.490711977Z level=info msg="Executing migration" id="add index dashboard_acl_user_id" 2024-09-13T14:18:38.596 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.493568461Z level=info msg="Executing migration" id="add index dashboard_acl_team_id" 2024-09-13T14:18:38.596 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.496455514Z level=info msg="Executing migration" id="add index dashboard_acl_org_id_role" 2024-09-13T14:18:38.596 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.502113076Z level=info msg="Executing migration" id="add index dashboard_permission" 2024-09-13T14:18:38.596 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.502608106Z level=info msg="Executing migration" id="save default acl rules in dashboard_acl table" 2024-09-13T14:18:38.597 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.505630989Z level=info msg="Executing migration" id="delete acl rules for deleted dashboards and folders" 2024-09-13T14:18:38.597 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.508564975Z level=info msg="Executing migration" id="create tag table" 2024-09-13T14:18:38.597 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.511346962Z level=info msg="Executing migration" id="add index tag.key_value" 2024-09-13T14:18:38.597 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.514196148Z level=info msg="Executing migration" id="create login attempt table" 2024-09-13T14:18:38.597 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.517020247Z level=info msg="Executing migration" id="add index login_attempt.username" 2024-09-13T14:18:38.597 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.519837542Z level=info msg="Executing migration" id="drop index IDX_login_attempt_username - v1" 2024-09-13T14:18:38.597 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.522666275Z level=info msg="Executing migration" id="Rename table login_attempt to login_attempt_tmp_qwerty - v1" 2024-09-13T14:18:38.597 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.525345389Z level=info msg="Executing migration" id="create login_attempt v2" 2024-09-13T14:18:38.597 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.528109623Z level=info msg="Executing migration" id="create index IDX_login_attempt_username - v2" 2024-09-13T14:18:38.597 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.530853359Z level=info msg="Executing migration" id="copy login_attempt v1 to v2" 2024-09-13T14:18:38.597 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.533570363Z level=info msg="Executing migration" id="drop login_attempt_tmp_qwerty" 2024-09-13T14:18:38.597 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.536319457Z level=info msg="Executing migration" id="create user auth table" 2024-09-13T14:18:38.597 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.539040693Z level=info msg="Executing migration" id="create index IDX_user_auth_auth_module_auth_id - v1" 2024-09-13T14:18:38.598 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.5417149Z level=info msg="Executing migration" id="alter user_auth.auth_id to length 190" 2024-09-13T14:18:38.598 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.544481813Z level=info msg="Executing migration" id="Add OAuth access token to user_auth" 2024-09-13T14:18:38.598 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.547244165Z level=info msg="Executing migration" id="Add OAuth refresh token to user_auth" 2024-09-13T14:18:38.598 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.549965056Z level=info msg="Executing migration" id="Add OAuth token type to user_auth" 2024-09-13T14:18:38.598 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.552743101Z level=info msg="Executing migration" id="Add OAuth expiry to user_auth" 2024-09-13T14:18:38.598 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.555509132Z level=info msg="Executing migration" id="Add index to user_id column in user_auth" 2024-09-13T14:18:38.598 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.558262466Z level=info msg="Executing migration" id="Add OAuth ID token to user_auth" 2024-09-13T14:18:38.598 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.561048489Z level=info msg="Executing migration" id="create server_lock table" 2024-09-13T14:18:38.598 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.563710027Z level=info msg="Executing migration" id="add index server_lock.operation_uid" 2024-09-13T14:18:38.598 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.5665032Z level=info msg="Executing migration" id="create user auth token table" 2024-09-13T14:18:38.599 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.569261987Z level=info msg="Executing migration" id="add unique index user_auth_token.auth_token" 2024-09-13T14:18:38.599 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.570131964Z level=info msg="Executing migration" id="add unique index user_auth_token.prev_auth_token" 2024-09-13T14:18:38.599 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.571004025Z level=info msg="Executing migration" id="add index user_auth_token.user_id" 2024-09-13T14:18:38.599 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.571838961Z level=info msg="Executing migration" id="Add revoked_at to the user auth token" 2024-09-13T14:18:38.599 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.572687756Z level=info msg="Executing migration" id="create cache_data table" 2024-09-13T14:18:38.599 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.573572866Z level=info msg="Executing migration" id="add unique index cache_data.cache_key" 2024-09-13T14:18:38.599 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.574433952Z level=info msg="Executing migration" id="create short_url table v1" 2024-09-13T14:18:38.599 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.575288529Z level=info msg="Executing migration" id="add index short_url.org_id-uid" 2024-09-13T14:18:38.599 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.576102318Z level=info msg="Executing migration" id="alter table short_url alter column created_by type to bigint" 2024-09-13T14:18:38.599 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.576973729Z level=info msg="Executing migration" id="delete alert_definition table" 2024-09-13T14:18:38.599 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.577805889Z level=info msg="Executing migration" id="recreate alert_definition table" 2024-09-13T14:18:38.600 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.578699004Z level=info msg="Executing migration" id="add index in alert_definition on org_id and title columns" 2024-09-13T14:18:38.600 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.579568439Z level=info msg="Executing migration" id="add index in alert_definition on org_id and uid columns" 2024-09-13T14:18:38.600 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.580424841Z level=info msg="Executing migration" id="alter alert_definition table data column to mediumtext in mysql" 2024-09-13T14:18:38.600 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.581244142Z level=info msg="Executing migration" id="drop index in alert_definition on org_id and title columns" 2024-09-13T14:18:38.600 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.582099191Z level=info msg="Executing migration" id="drop index in alert_definition on org_id and uid columns" 2024-09-13T14:18:38.600 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.582953148Z level=info msg="Executing migration" id="add unique index in alert_definition on org_id and title columns" 2024-09-13T14:18:38.600 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.583802837Z level=info msg="Executing migration" id="add unique index in alert_definition on org_id and uid columns" 2024-09-13T14:18:38.600 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.584674469Z level=info msg="Executing migration" id="Add column paused in alert_definition" 2024-09-13T14:18:38.600 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.585529686Z level=info msg="Executing migration" id="drop alert_definition table" 2024-09-13T14:18:38.600 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.586427156Z level=info msg="Executing migration" id="delete alert_definition_version table" 2024-09-13T14:18:38.600 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.587297196Z level=info msg="Executing migration" id="recreate alert_definition_version table" 2024-09-13T14:18:38.600 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.587744635Z level=info msg="Executing migration" id="add index in alert_definition_version table on alert_definition_id and version columns" 2024-09-13T14:18:38.600 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.588225576Z level=info msg="Executing migration" id="add index in alert_definition_version table on alert_definition_uid and version columns" 2024-09-13T14:18:38.600 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.588684305Z level=info msg="Executing migration" id="alter alert_definition_version table data column to mediumtext in mysql" 2024-09-13T14:18:38.601 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.588978319Z level=info msg="Executing migration" id="drop alert_definition_version table" 2024-09-13T14:18:38.601 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.589525344Z level=info msg="Executing migration" id="create alert_instance table" 2024-09-13T14:18:38.601 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.589989038Z level=info msg="Executing migration" id="add index in alert_instance table on def_org_id, def_uid and current_state columns" 2024-09-13T14:18:38.601 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.590450639Z level=info msg="Executing migration" id="add index in alert_instance table on def_org_id, current_state columns" 2024-09-13T14:18:38.601 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.590893243Z level=info msg="Executing migration" id="add column current_state_end to alert_instance" 2024-09-13T14:18:38.601 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.591692012Z level=info msg="Executing migration" id="remove index def_org_id, def_uid, current_state on alert_instance" 2024-09-13T14:18:38.601 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.59214125Z level=info msg="Executing migration" id="remove index def_org_id, current_state on alert_instance" 2024-09-13T14:18:38.601 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.59256047Z level=info msg="Executing migration" id="rename def_org_id to rule_org_id in alert_instance" 2024-09-13T14:18:38.773 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:38 smithi071 ceph-mon[29588]: pgmap v24: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:18:38.773 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:38 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:38.773 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:38 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:38.773 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:38 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:38.773 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:38 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:38.773 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:38 smithi071 ceph-mon[41109]: pgmap v24: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:18:38.773 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:38 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:38.773 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:38 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:38.774 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:38 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:38.774 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:38 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:38.859 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.595923535Z level=info msg="Executing migration" id="rename def_uid to rule_uid in alert_instance" 2024-09-13T14:18:38.860 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.599229625Z level=info msg="Executing migration" id="add index rule_org_id, rule_uid, current_state on alert_instance" 2024-09-13T14:18:38.860 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.59967309Z level=info msg="Executing migration" id="add index rule_org_id, current_state on alert_instance" 2024-09-13T14:18:38.860 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.60011477Z level=info msg="Executing migration" id="add current_reason column related to current_state" 2024-09-13T14:18:38.860 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.600949022Z level=info msg="Executing migration" id="create alert_rule table" 2024-09-13T14:18:38.860 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.601389538Z level=info msg="Executing migration" id="add index in alert_rule on org_id and title columns" 2024-09-13T14:18:38.860 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.601851494Z level=info msg="Executing migration" id="add index in alert_rule on org_id and uid columns" 2024-09-13T14:18:38.860 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.602322051Z level=info msg="Executing migration" id="add index in alert_rule on org_id, namespace_uid, group_uid columns" 2024-09-13T14:18:38.860 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.602753947Z level=info msg="Executing migration" id="alter alert_rule table data column to mediumtext in mysql" 2024-09-13T14:18:38.860 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.603067714Z level=info msg="Executing migration" id="add column for to alert_rule" 2024-09-13T14:18:38.860 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.603898253Z level=info msg="Executing migration" id="add column annotations to alert_rule" 2024-09-13T14:18:38.860 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.604728701Z level=info msg="Executing migration" id="add column labels to alert_rule" 2024-09-13T14:18:38.860 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.605554604Z level=info msg="Executing migration" id="remove unique index from alert_rule on org_id, title columns" 2024-09-13T14:18:38.861 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.606001732Z level=info msg="Executing migration" id="add index in alert_rule on org_id, namespase_uid and title columns" 2024-09-13T14:18:38.861 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.606460664Z level=info msg="Executing migration" id="add dashboard_uid column to alert_rule" 2024-09-13T14:18:38.861 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.607302429Z level=info msg="Executing migration" id="add panel_id column to alert_rule" 2024-09-13T14:18:38.861 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.608114268Z level=info msg="Executing migration" id="add index in alert_rule on org_id, dashboard_uid and panel_id columns" 2024-09-13T14:18:38.861 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.608575004Z level=info msg="Executing migration" id="add rule_group_idx column to alert_rule" 2024-09-13T14:18:38.861 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.609388878Z level=info msg="Executing migration" id="add is_paused column to alert_rule table" 2024-09-13T14:18:38.861 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.610235249Z level=info msg="Executing migration" id="fix is_paused column for alert_rule table" 2024-09-13T14:18:38.861 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.610559641Z level=info msg="Executing migration" id="create alert_rule_version table" 2024-09-13T14:18:38.861 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.610993434Z level=info msg="Executing migration" id="add index in alert_rule_version table on rule_org_id, rule_uid and version columns" 2024-09-13T14:18:38.861 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.611470429Z 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-09-13T14:18:38.861 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.611886967Z level=info msg="Executing migration" id="alter alert_rule_version table data column to mediumtext in mysql" 2024-09-13T14:18:38.861 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.612196832Z level=info msg="Executing migration" id="add column for to alert_rule_version" 2024-09-13T14:18:38.861 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.613017293Z level=info msg="Executing migration" id="add column annotations to alert_rule_version" 2024-09-13T14:18:38.862 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.61391959Z level=info msg="Executing migration" id="add column labels to alert_rule_version" 2024-09-13T14:18:38.862 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.614766069Z level=info msg="Executing migration" id="add rule_group_idx column to alert_rule_version" 2024-09-13T14:18:38.862 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.615623762Z level=info msg="Executing migration" id="add is_paused column to alert_rule_versions table" 2024-09-13T14:18:38.862 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.6164919Z level=info msg="Executing migration" id="fix is_paused column for alert_rule_version table" 2024-09-13T14:18:38.862 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.617273748Z level=info msg="Executing migration" id=create_alert_configuration_table 2024-09-13T14:18:38.862 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.617693605Z level=info msg="Executing migration" id="Add column default in alert_configuration" 2024-09-13T14:18:38.862 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.618565007Z level=info msg="Executing migration" id="alert alert_configuration alertmanager_configuration column from TEXT to MEDIUMTEXT if mysql" 2024-09-13T14:18:38.862 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.619343623Z level=info msg="Executing migration" id="add column org_id in alert_configuration" 2024-09-13T14:18:38.862 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.620234823Z level=info msg="Executing migration" id="add index in alert_configuration table on org_id column" 2024-09-13T14:18:38.862 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.620936976Z level=info msg="Executing migration" id="add configuration_hash column to alert_configuration" 2024-09-13T14:18:38.863 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.621799004Z level=info msg="Executing migration" id=create_ngalert_configuration_table 2024-09-13T14:18:38.863 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.622566578Z level=info msg="Executing migration" id="add index in ngalert_configuration on org_id column" 2024-09-13T14:18:38.863 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.623349034Z level=info msg="Executing migration" id="add column send_alerts_to in ngalert_configuration" 2024-09-13T14:18:38.863 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.624232854Z level=info msg="Executing migration" id="create provenance_type table" 2024-09-13T14:18:38.863 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.624985468Z level=info msg="Executing migration" id="add index to uniquify (record_key, record_type, org_id) columns" 2024-09-13T14:18:38.864 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.625732769Z level=info msg="Executing migration" id="create alert_image table" 2024-09-13T14:18:38.864 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.626508443Z level=info msg="Executing migration" id="add unique index on token to alert_image table" 2024-09-13T14:18:38.864 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.626958648Z level=info msg="Executing migration" id="support longer URLs in alert_image table" 2024-09-13T14:18:38.864 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.62774645Z level=info msg="Executing migration" id=create_alert_configuration_history_table 2024-09-13T14:18:38.864 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.628465233Z level=info msg="Executing migration" id="drop non-unique orgID index on alert_configuration" 2024-09-13T14:18:38.864 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.628892431Z level=info msg="Executing migration" id="drop unique orgID index on alert_configuration if exists" 2024-09-13T14:18:38.864 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.628978657Z level=warn msg="Skipping migration: Already executed, but not recorded in migration log" id="drop unique orgID index on alert_configuration if exists" 2024-09-13T14:18:38.864 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.629257337Z level=info msg="Executing migration" id="extract alertmanager configuration history to separate table" 2024-09-13T14:18:38.864 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.630010377Z level=info msg="Executing migration" id="add unique index on orgID to alert_configuration" 2024-09-13T14:18:38.864 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.630457598Z level=info msg="Executing migration" id="clear migration entry \"remove unified alerting data\"" 2024-09-13T14:18:38.864 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.630571107Z level=info msg="Executing migration" id="move dashboard alerts to unified alerting" 2024-09-13T14:18:38.864 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.630688277Z level=info msg="alerts found to migrate" alerts=0 2024-09-13T14:18:38.864 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.631099471Z level=info msg="Executing migration" id="create library_element table v1" 2024-09-13T14:18:38.864 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.631880265Z level=info msg="Executing migration" id="add index library_element org_id-folder_id-name-kind" 2024-09-13T14:18:38.865 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.632351393Z level=info msg="Executing migration" id="create library_element_connection table v1" 2024-09-13T14:18:38.865 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.633126205Z level=info msg="Executing migration" id="add index library_element_connection element_id-kind-connection_id" 2024-09-13T14:18:38.865 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.633913414Z level=info msg="Executing migration" id="add unique index library_element org_id_uid" 2024-09-13T14:18:38.865 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.634648635Z level=info msg="Executing migration" id="increase max description length to 2048" 2024-09-13T14:18:38.865 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.63491051Z level=info msg="Executing migration" id="clone move dashboard alerts to unified alerting" 2024-09-13T14:18:38.865 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.635286627Z level=info msg="Executing migration" id="create data_keys table" 2024-09-13T14:18:38.865 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.635728187Z level=info msg="Executing migration" id="create secrets table" 2024-09-13T14:18:38.865 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.636538178Z level=info msg="Executing migration" id="rename data_keys name column to id" 2024-09-13T14:18:38.865 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.64084851Z level=info msg="Executing migration" id="add name column into data_keys" 2024-09-13T14:18:38.865 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.641730988Z level=info msg="Executing migration" id="copy data_keys id column values into name" 2024-09-13T14:18:38.865 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.644336387Z level=info msg="Executing migration" id="rename data_keys name column to label" 2024-09-13T14:18:38.865 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.648489043Z level=info msg="Executing migration" id="rename data_keys id column back to name" 2024-09-13T14:18:38.865 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.652673738Z level=info msg="Executing migration" id="create kv_store table v1" 2024-09-13T14:18:38.865 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.65310246Z level=info msg="Executing migration" id="add index kv_store.org_id-namespace-key" 2024-09-13T14:18:38.866 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.65573845Z level=info msg="Executing migration" id="update dashboard_uid and panel_id from existing annotations" 2024-09-13T14:18:38.866 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.658487424Z level=info msg="Executing migration" id="create permission table" 2024-09-13T14:18:38.866 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.661085505Z level=info msg="Executing migration" id="add unique index permission.role_id" 2024-09-13T14:18:38.866 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.663754111Z level=info msg="Executing migration" id="add unique index role_id_action_scope" 2024-09-13T14:18:38.866 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.66643304Z level=info msg="Executing migration" id="create role table" 2024-09-13T14:18:38.866 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.669259167Z level=info msg="Executing migration" id="add column display_name" 2024-09-13T14:18:38.866 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.672016442Z level=info msg="Executing migration" id="add column group_name" 2024-09-13T14:18:38.866 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.674796554Z level=info msg="Executing migration" id="add index role.org_id" 2024-09-13T14:18:38.866 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.677594184Z level=info msg="Executing migration" id="add unique index role_org_id_name" 2024-09-13T14:18:38.866 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.680331033Z level=info msg="Executing migration" id="add index role_org_id_uid" 2024-09-13T14:18:38.866 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.680765779Z level=info msg="Executing migration" id="create team role table" 2024-09-13T14:18:38.866 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.683504982Z level=info msg="Executing migration" id="add index team_role.org_id" 2024-09-13T14:18:38.867 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.685982474Z level=info msg="Executing migration" id="add unique index team_role_org_id_team_id_role_id" 2024-09-13T14:18:38.867 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.688612886Z level=info msg="Executing migration" id="add index team_role.team_id" 2024-09-13T14:18:38.867 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.689086397Z level=info msg="Executing migration" id="create user role table" 2024-09-13T14:18:38.867 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.69156389Z level=info msg="Executing migration" id="add index user_role.org_id" 2024-09-13T14:18:38.867 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.694140226Z level=info msg="Executing migration" id="add unique index user_role_org_id_user_id_role_id" 2024-09-13T14:18:38.868 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.696746117Z level=info msg="Executing migration" id="add index user_role.user_id" 2024-09-13T14:18:38.868 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.697228244Z level=info msg="Executing migration" id="create builtin role table" 2024-09-13T14:18:38.868 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.699829442Z level=info msg="Executing migration" id="add index builtin_role.role_id" 2024-09-13T14:18:38.868 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.702184262Z level=info msg="Executing migration" id="add index builtin_role.name" 2024-09-13T14:18:38.868 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.704604532Z level=info msg="Executing migration" id="Add column org_id to builtin_role table" 2024-09-13T14:18:38.868 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.705740056Z level=info msg="Executing migration" id="add index builtin_role.org_id" 2024-09-13T14:18:38.869 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.70624116Z level=info msg="Executing migration" id="add unique index builtin_role_org_id_role_id_role" 2024-09-13T14:18:38.869 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.708837126Z level=info msg="Executing migration" id="Remove unique index role_org_id_uid" 2024-09-13T14:18:38.869 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.709327824Z level=info msg="Executing migration" id="add unique index role.uid" 2024-09-13T14:18:38.869 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.709741808Z level=info msg="Executing migration" id="create seed assignment table" 2024-09-13T14:18:38.869 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.710142522Z level=info msg="Executing migration" id="add unique index builtin_role_role_name" 2024-09-13T14:18:38.869 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.710583713Z level=info msg="Executing migration" id="add column hidden to role table" 2024-09-13T14:18:38.869 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.711564107Z level=info msg="Executing migration" id="create query_history table v1" 2024-09-13T14:18:38.869 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.711977674Z level=info msg="Executing migration" id="add index query_history.org_id-created_by-datasource_uid" 2024-09-13T14:18:38.869 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.714157936Z level=info msg="Executing migration" id="alter table query_history alter column created_by type to bigint" 2024-09-13T14:18:38.869 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.714466081Z level=info msg="Executing migration" id="teams permissions migration" 2024-09-13T14:18:38.869 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.714858807Z level=info msg="Executing migration" id="dashboard permissions" 2024-09-13T14:18:38.869 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.715333593Z level=info msg="Executing migration" id="dashboard permissions uid scopes" 2024-09-13T14:18:38.870 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.715679966Z level=info msg="Executing migration" id="drop managed folder create actions" 2024-09-13T14:18:38.870 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.715963708Z level=info msg="Executing migration" id="alerting notification permissions" 2024-09-13T14:18:38.870 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.71633692Z level=info msg="Executing migration" id="create query_history_star table v1" 2024-09-13T14:18:38.870 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.716732099Z level=info msg="Executing migration" id="add index query_history.user_id-query_uid" 2024-09-13T14:18:38.870 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.717188644Z level=info msg="Executing migration" id="add column org_id in query_history_star" 2024-09-13T14:18:38.870 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.718136359Z level=info msg="Executing migration" id="alter table query_history_star_mig column user_id type to bigint" 2024-09-13T14:18:38.870 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.718445539Z level=info msg="Executing migration" id="create correlation table v1" 2024-09-13T14:18:38.870 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.71904674Z level=info msg="Executing migration" id="add index correlations.uid" 2024-09-13T14:18:38.870 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.719492334Z level=info msg="Executing migration" id="add index correlations.source_uid" 2024-09-13T14:18:38.870 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.719953573Z level=info msg="Executing migration" id="add correlation config column" 2024-09-13T14:18:38.870 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.720957319Z level=info msg="Executing migration" id="create entity_events table" 2024-09-13T14:18:38.870 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.721389236Z level=info msg="Executing migration" id="create dashboard public config v1" 2024-09-13T14:18:38.870 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.723815733Z level=info msg="Executing migration" id="drop index UQE_dashboard_public_config_uid - v1" 2024-09-13T14:18:38.870 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.723928707Z level=warn msg="Skipping migration: Already executed, but not recorded in migration log" id="drop index UQE_dashboard_public_config_uid - v1" 2024-09-13T14:18:38.870 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.72422525Z level=info msg="Executing migration" id="drop index IDX_dashboard_public_config_org_id_dashboard_uid - v1" 2024-09-13T14:18:38.871 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.724312402Z 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-09-13T14:18:38.871 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.724597264Z level=info msg="Executing migration" id="Drop old dashboard public config table" 2024-09-13T14:18:38.871 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.725214737Z level=info msg="Executing migration" id="recreate dashboard public config v1" 2024-09-13T14:18:38.871 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.727691618Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_uid - v1" 2024-09-13T14:18:38.871 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.730151487Z level=info msg="Executing migration" id="create index IDX_dashboard_public_config_org_id_dashboard_uid - v1" 2024-09-13T14:18:38.871 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.730929612Z level=info msg="Executing migration" id="drop index UQE_dashboard_public_config_uid - v2" 2024-09-13T14:18:38.871 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.73137344Z level=info msg="Executing migration" id="drop index IDX_dashboard_public_config_org_id_dashboard_uid - v2" 2024-09-13T14:18:38.871 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.732133232Z level=info msg="Executing migration" id="Drop public config table" 2024-09-13T14:18:38.871 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.7325836Z level=info msg="Executing migration" id="Recreate dashboard public config v2" 2024-09-13T14:18:38.871 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.732989465Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_uid - v2" 2024-09-13T14:18:38.871 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.733444411Z level=info msg="Executing migration" id="create index IDX_dashboard_public_config_org_id_dashboard_uid - v2" 2024-09-13T14:18:38.871 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.733879422Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_access_token - v2" 2024-09-13T14:18:38.871 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.734339193Z level=info msg="Executing migration" id="Rename table dashboard_public_config to dashboard_public - v2" 2024-09-13T14:18:38.871 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.737390283Z level=info msg="Executing migration" id="add annotations_enabled column" 2024-09-13T14:18:38.872 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.738420783Z level=info msg="Executing migration" id="add time_selection_enabled column" 2024-09-13T14:18:38.872 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.739420084Z level=info msg="Executing migration" id="delete orphaned public dashboards" 2024-09-13T14:18:38.872 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.740291357Z level=info msg="Executing migration" id="add share column" 2024-09-13T14:18:38.872 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.741355283Z level=info msg="Executing migration" id="create default alerting folders" 2024-09-13T14:18:38.872 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.742224076Z level=info msg="Executing migration" id="create file table" 2024-09-13T14:18:38.872 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.743075995Z level=info msg="Executing migration" id="file table idx: path natural pk" 2024-09-13T14:18:38.872 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.743952965Z level=info msg="Executing migration" id="file table idx: parent_folder_path_hash fast folder retrieval" 2024-09-13T14:18:38.872 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.744429991Z level=info msg="Executing migration" id="create file_meta table" 2024-09-13T14:18:38.872 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.7452901Z level=info msg="Executing migration" id="file table idx: path key" 2024-09-13T14:18:38.872 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.746133892Z level=info msg="Executing migration" id="set path collation in file table" 2024-09-13T14:18:38.872 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.746977254Z level=info msg="Executing migration" id="managed permissions migration" 2024-09-13T14:18:38.872 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.747364404Z level=info msg="Executing migration" id="managed folder permissions alert actions migration" 2024-09-13T14:18:38.872 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.7482Z level=info msg="Executing migration" id="RBAC action name migrator" 2024-09-13T14:18:38.872 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.748668686Z level=info msg="Executing migration" id="Add UID column to playlist" 2024-09-13T14:18:38.873 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.749682903Z level=info msg="Executing migration" id="Update uid column values in playlist" 2024-09-13T14:18:38.873 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.752386339Z level=info msg="Executing migration" id="Add index for uid in playlist" 2024-09-13T14:18:38.873 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.752852055Z level=info msg="Executing migration" id="update group index for alert rules" 2024-09-13T14:18:38.873 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.755740004Z level=info msg="Executing migration" id="managed folder permissions alert actions repeated migration" 2024-09-13T14:18:38.873 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.758611899Z level=info msg="Executing migration" id="admin only folder/dashboard permission" 2024-09-13T14:18:38.873 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.761360073Z level=info msg="Executing migration" id="add action column to seed_assignment" 2024-09-13T14:18:38.873 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.76244507Z level=info msg="Executing migration" id="add scope column to seed_assignment" 2024-09-13T14:18:38.873 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.765278882Z level=info msg="Executing migration" id="remove unique index builtin_role_role_name before nullable update" 2024-09-13T14:18:38.873 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.768189699Z level=info msg="Executing migration" id="update seed_assignment role_name column to nullable" 2024-09-13T14:18:38.873 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.778035607Z level=info msg="Executing migration" id="add unique index builtin_role_name back" 2024-09-13T14:18:38.873 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.77856521Z level=info msg="Executing migration" id="add unique index builtin_role_action_scope" 2024-09-13T14:18:38.873 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.781559542Z level=info msg="Executing migration" id="add primary key to seed_assigment" 2024-09-13T14:18:38.873 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.78498627Z level=info msg="Executing migration" id="managed folder permissions alert actions repeated fixed migration" 2024-09-13T14:18:38.873 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.787743202Z level=info msg="Executing migration" id="migrate external alertmanagers to datsourcse" 2024-09-13T14:18:38.874 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.788131527Z level=info msg="Executing migration" id="create folder table" 2024-09-13T14:18:38.874 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.791033329Z level=info msg="Executing migration" id="Add index for parent_uid" 2024-09-13T14:18:38.874 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.793769055Z level=info msg="Executing migration" id="Add unique index for folder.uid and folder.org_id" 2024-09-13T14:18:38.874 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.796642389Z level=info msg="Executing migration" id="Update folder title length" 2024-09-13T14:18:38.874 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.799415832Z level=info msg="Executing migration" id="Add unique index for folder.title and folder.parent_uid" 2024-09-13T14:18:38.874 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=migrator t=2024-09-13T14:18:38.802033973Z level=info msg="migrations completed" performed=485 skipped=0 duration=636.36284ms 2024-09-13T14:18:38.874 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=sqlstore t=2024-09-13T14:18:38.802466217Z level=info msg="Created default organization" 2024-09-13T14:18:38.874 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=plugin.loader t=2024-09-13T14:18:38.859017793Z level=info msg="Plugin registered" pluginID=input 2024-09-13T14:18:39.108 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:38 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:18:38] "GET /metrics HTTP/1.1" 200 28509 "" "Prometheus/2.43.0" 2024-09-13T14:18:39.171 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=plugin.loader t=2024-09-13T14:18:38.894554902Z level=info msg="Plugin registered" pluginID=grafana-piechart-panel 2024-09-13T14:18:39.172 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=plugin.loader t=2024-09-13T14:18:38.894582708Z level=info msg="Plugin registered" pluginID=vonage-status-panel 2024-09-13T14:18:39.172 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=secrets t=2024-09-13T14:18:38.894616629Z level=info msg="Envelope encryption state" enabled=true currentprovider=secretKey.v1 2024-09-13T14:18:39.172 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=query_data t=2024-09-13T14:18:38.896233255Z level=info msg="Query Service initialization" 2024-09-13T14:18:39.172 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:38 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=live.push_http t=2024-09-13T14:18:38.898680794Z level=info msg="Live Push Gateway initialization" 2024-09-13T14:18:39.777 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:39 smithi104 ceph-mon[33426]: Deploying daemon node-exporter.a on smithi071 2024-09-13T14:18:39.777 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:39 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:18:39.777 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:39 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:39.778 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:39 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=infra.usagestats.collector t=2024-09-13T14:18:39.609627462Z level=info msg="registering usage stat providers" usageStatsProvidersLen=2 2024-09-13T14:18:39.778 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:39 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=provisioning.datasources t=2024-09-13T14:18:39.664178079Z level=info msg="inserting datasource from configuration " name=Dashboard1 uid=P43CA22E17D0F9596 2024-09-13T14:18:39.778 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:39 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=provisioning.datasources t=2024-09-13T14:18:39.696161313Z level=info msg="inserting datasource from configuration " name=Loki uid=P8E80F9AEF21F6940 2024-09-13T14:18:39.778 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:39 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=provisioning.alerting t=2024-09-13T14:18:39.717146973Z level=info msg="starting to provision alerting" 2024-09-13T14:18:39.778 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:39 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=provisioning.alerting t=2024-09-13T14:18:39.71716652Z level=info msg="finished to provision alerting" 2024-09-13T14:18:39.778 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:39 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=grafanaStorageLogger t=2024-09-13T14:18:39.717330485Z level=info msg="storage starting" 2024-09-13T14:18:39.778 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:39 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=ngalert.state.manager t=2024-09-13T14:18:39.717380049Z level=info msg="Warming state cache for startup" 2024-09-13T14:18:39.778 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:39 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=http.server t=2024-09-13T14:18:39.719258198Z level=info msg="HTTP Server Listen" address=[::]:3000 protocol=https subUrl= socket= 2024-09-13T14:18:39.778 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:39 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=ngalert.state.manager t=2024-09-13T14:18:39.727560952Z level=info msg="State cache has been initialized" states=0 duration=10.180515ms 2024-09-13T14:18:39.778 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:39 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=sqlstore.transactions t=2024-09-13T14:18:39.72755954Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=0 code="database is locked" 2024-09-13T14:18:39.778 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:39 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=ticker t=2024-09-13T14:18:39.727613635Z level=info msg=starting first_tick=2024-09-13T14:18:40Z 2024-09-13T14:18:39.779 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:39 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=ngalert.multiorg.alertmanager t=2024-09-13T14:18:39.72762333Z level=info msg="starting MultiOrg Alertmanager" 2024-09-13T14:18:39.779 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:39 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=sqlstore.transactions t=2024-09-13T14:18:39.777281609Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=0 code="database is locked" 2024-09-13T14:18:39.890 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:39 smithi071 ceph-mon[41109]: Deploying daemon node-exporter.a on smithi071 2024-09-13T14:18:39.890 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:39 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:18:39.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:39 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:39.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:39 smithi071 ceph-mon[29588]: Deploying daemon node-exporter.a on smithi071 2024-09-13T14:18:39.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:39 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:18:39.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:39 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:40.172 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:18:39 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[64693]: logger=sqlstore.transactions t=2024-09-13T14:18:39.788047272Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=1 code="database is locked" 2024-09-13T14:18:40.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:40 smithi071 ceph-mon[29588]: pgmap v25: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:18:40.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:40 smithi071 ceph-mon[41109]: pgmap v25: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:18:40.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:40 smithi104 ceph-mon[33426]: pgmap v25: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:18:42.751 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:42 smithi071 ceph-mon[29588]: pgmap v26: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:18:42.751 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:42 smithi071 ceph-mon[41109]: pgmap v26: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:18:42.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:42 smithi104 ceph-mon[33426]: pgmap v26: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:18:44.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:44 smithi071 ceph-mon[29588]: pgmap v27: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:18:44.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:44 smithi071 ceph-mon[41109]: pgmap v27: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:18:44.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:44 smithi104 ceph-mon[33426]: pgmap v27: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:18:45.093 INFO:teuthology.orchestra.run.smithi071.stdout:77309411367 2024-09-13T14:18:45.093 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-09-13T14:18:46.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:46 smithi071 ceph-mon[29588]: pgmap v28: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:18:46.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:46 smithi071 ceph-mon[41109]: pgmap v28: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:18:46.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:46 smithi104 ceph-mon[33426]: pgmap v28: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:18:46.988 INFO:teuthology.orchestra.run.smithi071.stdout:128849018909 2024-09-13T14:18:46.989 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-09-13T14:18:48.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:48 smithi104 ceph-mon[33426]: pgmap v29: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:18:48.791 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:48 smithi071 ceph-mon[29588]: pgmap v29: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:18:48.791 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:48 smithi071 ceph-mon[41109]: pgmap v29: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:18:49.110 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:48 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:18:48] "GET /metrics HTTP/1.1" 200 28508 "" "Prometheus/2.43.0" 2024-09-13T14:18:49.138 INFO:teuthology.orchestra.run.smithi071.stdout:55834574893 2024-09-13T14:18:49.138 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-09-13T14:18:49.301 INFO:teuthology.orchestra.run.smithi071.stdout:34359738417 2024-09-13T14:18:49.302 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-09-13T14:18:49.691 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:18:49 smithi071 bash[73455]: Copying blob sha256:22b70bddd3acadc892fca4c2af4260629bfda5dfd11ebc106a93ce24e752b5ed 2024-09-13T14:18:50.284 INFO:teuthology.orchestra.run.smithi071.stdout:231928233998 2024-09-13T14:18:50.284 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.7 2024-09-13T14:18:50.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:50 smithi071 ceph-mon[29588]: pgmap v30: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:18:50.890 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:50 smithi071 ceph-mon[41109]: pgmap v30: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:18:50.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:50 smithi104 ceph-mon[33426]: pgmap v30: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:18:51.390 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:18:51 smithi071 bash[73455]: Copying config sha256:0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83 2024-09-13T14:18:51.853 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:18:51 smithi071 bash[73455]: Writing manifest to image destination 2024-09-13T14:18:52.347 INFO:teuthology.orchestra.run.smithi071.stdout:197568495637 2024-09-13T14:18:52.347 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.6 2024-09-13T14:18:52.440 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:18:52 smithi071 podman[73455]: 2024-09-13 14:18:52.072926201 +0000 UTC m=+2.941557591 image pull 0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83 quay.io/prometheus/node-exporter:v1.5.0 2024-09-13T14:18:52.440 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:18:52 smithi071 podman[73455]: 2024-09-13 14:18:52.439394374 +0000 UTC m=+3.308025757 container create 1385c63561be899d3da06611b976feb3ad7ac8f39b97521aaad20ec58ea3b648 (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a, maintainer=The Prometheus Authors ) 2024-09-13T14:18:52.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:52 smithi071 ceph-mon[29588]: pgmap v31: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:18:52.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:52 smithi071 ceph-mon[41109]: pgmap v31: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:18:52.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:52 smithi104 ceph-mon[33426]: pgmap v31: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:18:53.068 INFO:teuthology.orchestra.run.smithi071.stdout:163208757273 2024-09-13T14:18:53.069 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-09-13T14:18:53.364 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:18:53 smithi071 podman[73455]: 2024-09-13 14:18:53.246065356 +0000 UTC m=+4.114696738 container init 1385c63561be899d3da06611b976feb3ad7ac8f39b97521aaad20ec58ea3b648 (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a, maintainer=The Prometheus Authors ) 2024-09-13T14:18:53.364 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:18:53 smithi071 podman[73455]: 2024-09-13 14:18:53.251865016 +0000 UTC m=+4.120496399 container start 1385c63561be899d3da06611b976feb3ad7ac8f39b97521aaad20ec58ea3b648 (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a, maintainer=The Prometheus Authors ) 2024-09-13T14:18:53.364 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:18:53 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[73843]: ts=2024-09-13T14:18:53.255Z caller=node_exporter.go:180 level=info msg="Starting node_exporter" version="(version=1.5.0, branch=HEAD, revision=1b48970ffcf5630534fb00bb0687d73c66d1c959)" 2024-09-13T14:18:53.364 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:18:53 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[73843]: ts=2024-09-13T14:18:53.256Z 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-09-13T14:18:53.364 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:18:53 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[73843]: ts=2024-09-13T14:18:53.256Z 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-09-13T14:18:53.364 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:18:53 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[73843]: ts=2024-09-13T14:18:53.256Z caller=diskstats_linux.go:264 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-09-13T14:18:53.364 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:18:53 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[73843]: ts=2024-09-13T14:18:53.257Z 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-09-13T14:18:53.364 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:18:53 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[73843]: ts=2024-09-13T14:18:53.257Z 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-09-13T14:18:53.364 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:18:53 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[73843]: ts=2024-09-13T14:18:53.257Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-09-13T14:18:53.364 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:18:53 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[73843]: ts=2024-09-13T14:18:53.257Z caller=node_exporter.go:117 level=info collector=arp 2024-09-13T14:18:53.365 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:18:53 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[73843]: ts=2024-09-13T14:18:53.257Z caller=node_exporter.go:117 level=info collector=bcache 2024-09-13T14:18:53.365 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:18:53 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[73843]: ts=2024-09-13T14:18:53.257Z caller=node_exporter.go:117 level=info collector=bonding 2024-09-13T14:18:53.365 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:18:53 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[73843]: ts=2024-09-13T14:18:53.257Z caller=node_exporter.go:117 level=info collector=btrfs 2024-09-13T14:18:53.365 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:18:53 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[73843]: ts=2024-09-13T14:18:53.257Z caller=node_exporter.go:117 level=info collector=conntrack 2024-09-13T14:18:53.365 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:18:53 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[73843]: ts=2024-09-13T14:18:53.257Z caller=node_exporter.go:117 level=info collector=cpu 2024-09-13T14:18:53.365 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:18:53 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[73843]: ts=2024-09-13T14:18:53.257Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-09-13T14:18:53.365 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:18:53 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[73843]: ts=2024-09-13T14:18:53.257Z caller=node_exporter.go:117 level=info collector=diskstats 2024-09-13T14:18:53.365 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:18:53 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[73843]: ts=2024-09-13T14:18:53.257Z caller=node_exporter.go:117 level=info collector=dmi 2024-09-13T14:18:53.366 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:18:53 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[73843]: ts=2024-09-13T14:18:53.257Z caller=node_exporter.go:117 level=info collector=edac 2024-09-13T14:18:53.366 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:18:53 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[73843]: ts=2024-09-13T14:18:53.257Z caller=node_exporter.go:117 level=info collector=entropy 2024-09-13T14:18:53.366 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:18:53 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[73843]: ts=2024-09-13T14:18:53.257Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-09-13T14:18:53.366 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:18:53 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[73843]: ts=2024-09-13T14:18:53.257Z caller=node_exporter.go:117 level=info collector=filefd 2024-09-13T14:18:53.366 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:18:53 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[73843]: ts=2024-09-13T14:18:53.257Z caller=node_exporter.go:117 level=info collector=filesystem 2024-09-13T14:18:53.366 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:18:53 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[73843]: ts=2024-09-13T14:18:53.257Z caller=node_exporter.go:117 level=info collector=hwmon 2024-09-13T14:18:53.366 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:18:53 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[73843]: ts=2024-09-13T14:18:53.257Z caller=node_exporter.go:117 level=info collector=infiniband 2024-09-13T14:18:53.366 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:18:53 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[73843]: ts=2024-09-13T14:18:53.257Z caller=node_exporter.go:117 level=info collector=ipvs 2024-09-13T14:18:53.366 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:18:53 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[73843]: ts=2024-09-13T14:18:53.257Z caller=node_exporter.go:117 level=info collector=loadavg 2024-09-13T14:18:53.366 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:18:53 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[73843]: ts=2024-09-13T14:18:53.257Z caller=node_exporter.go:117 level=info collector=mdadm 2024-09-13T14:18:53.366 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:18:53 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[73843]: ts=2024-09-13T14:18:53.257Z caller=node_exporter.go:117 level=info collector=meminfo 2024-09-13T14:18:53.367 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:18:53 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[73843]: ts=2024-09-13T14:18:53.257Z caller=node_exporter.go:117 level=info collector=netclass 2024-09-13T14:18:53.367 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:18:53 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[73843]: ts=2024-09-13T14:18:53.257Z caller=node_exporter.go:117 level=info collector=netdev 2024-09-13T14:18:53.367 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:18:53 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[73843]: ts=2024-09-13T14:18:53.257Z caller=node_exporter.go:117 level=info collector=netstat 2024-09-13T14:18:53.367 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:18:53 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[73843]: ts=2024-09-13T14:18:53.257Z caller=node_exporter.go:117 level=info collector=nfs 2024-09-13T14:18:53.367 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:18:53 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[73843]: ts=2024-09-13T14:18:53.257Z caller=node_exporter.go:117 level=info collector=nfsd 2024-09-13T14:18:53.367 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:18:53 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[73843]: ts=2024-09-13T14:18:53.257Z caller=node_exporter.go:117 level=info collector=nvme 2024-09-13T14:18:53.367 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:18:53 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[73843]: ts=2024-09-13T14:18:53.257Z caller=node_exporter.go:117 level=info collector=os 2024-09-13T14:18:53.367 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:18:53 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[73843]: ts=2024-09-13T14:18:53.257Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-09-13T14:18:53.367 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:18:53 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[73843]: ts=2024-09-13T14:18:53.257Z caller=node_exporter.go:117 level=info collector=pressure 2024-09-13T14:18:53.367 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:18:53 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[73843]: ts=2024-09-13T14:18:53.257Z caller=node_exporter.go:117 level=info collector=rapl 2024-09-13T14:18:53.367 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:18:53 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[73843]: ts=2024-09-13T14:18:53.257Z caller=node_exporter.go:117 level=info collector=schedstat 2024-09-13T14:18:53.367 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:18:53 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[73843]: ts=2024-09-13T14:18:53.257Z caller=node_exporter.go:117 level=info collector=selinux 2024-09-13T14:18:53.367 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:18:53 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[73843]: ts=2024-09-13T14:18:53.257Z caller=node_exporter.go:117 level=info collector=sockstat 2024-09-13T14:18:53.367 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:18:53 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[73843]: ts=2024-09-13T14:18:53.257Z caller=node_exporter.go:117 level=info collector=softnet 2024-09-13T14:18:53.368 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:18:53 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[73843]: ts=2024-09-13T14:18:53.257Z caller=node_exporter.go:117 level=info collector=stat 2024-09-13T14:18:53.368 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:18:53 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[73843]: ts=2024-09-13T14:18:53.257Z caller=node_exporter.go:117 level=info collector=tapestats 2024-09-13T14:18:53.368 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:18:53 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[73843]: ts=2024-09-13T14:18:53.257Z caller=node_exporter.go:117 level=info collector=textfile 2024-09-13T14:18:53.368 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:18:53 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[73843]: ts=2024-09-13T14:18:53.257Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-09-13T14:18:53.368 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:18:53 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[73843]: ts=2024-09-13T14:18:53.257Z caller=node_exporter.go:117 level=info collector=time 2024-09-13T14:18:53.368 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:18:53 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[73843]: ts=2024-09-13T14:18:53.257Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-09-13T14:18:53.368 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:18:53 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[73843]: ts=2024-09-13T14:18:53.257Z caller=node_exporter.go:117 level=info collector=uname 2024-09-13T14:18:53.368 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:18:53 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[73843]: ts=2024-09-13T14:18:53.257Z caller=node_exporter.go:117 level=info collector=vmstat 2024-09-13T14:18:53.368 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:18:53 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[73843]: ts=2024-09-13T14:18:53.257Z caller=node_exporter.go:117 level=info collector=xfs 2024-09-13T14:18:53.368 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:18:53 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[73843]: ts=2024-09-13T14:18:53.257Z caller=node_exporter.go:117 level=info collector=zfs 2024-09-13T14:18:53.368 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:18:53 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[73843]: ts=2024-09-13T14:18:53.258Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9100 2024-09-13T14:18:53.368 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:18:53 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[73843]: ts=2024-09-13T14:18:53.258Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-09-13T14:18:53.368 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:18:53 smithi071 bash[73455]: 1385c63561be899d3da06611b976feb3ad7ac8f39b97521aaad20ec58ea3b648 2024-09-13T14:18:53.461 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:18:53.461 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:18:53.462 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:18:53.640 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:18:53 smithi071 systemd[1]: Started Ceph node-exporter.a for 18f8172c-71da-11ef-bceb-c7b262605968. 2024-09-13T14:18:53.999 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:18:54.001 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:18:54.029 INFO:teuthology.orchestra.run.smithi071.stdout:107374182436 2024-09-13T14:18:54.029 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-09-13T14:18:54.422 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:54 smithi104 bash[64972]: Trying to pull quay.io/prometheus/node-exporter:v1.5.0... 2024-09-13T14:18:54.575 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:18:54.579 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:54 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:54.579 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:54 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:54.579 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:54 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:54.579 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:54 smithi071 ceph-mon[29588]: Deploying daemon node-exporter.b on smithi104 2024-09-13T14:18:54.579 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:54 smithi071 ceph-mon[29588]: pgmap v32: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:18:54.579 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:54 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:54.579 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:54 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:54.579 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:54 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:54.580 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:54 smithi071 ceph-mon[41109]: Deploying daemon node-exporter.b on smithi104 2024-09-13T14:18:54.580 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:54 smithi071 ceph-mon[41109]: pgmap v32: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:18:54.680 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:54 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:54.681 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:54 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:54.681 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:54 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:54.681 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:54 smithi104 ceph-mon[33426]: Deploying daemon node-exporter.b on smithi104 2024-09-13T14:18:54.681 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:54 smithi104 ceph-mon[33426]: pgmap v32: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:18:55.006 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:18:55.171 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:54 smithi104 bash[64972]: Getting image source signatures 2024-09-13T14:18:55.171 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:54 smithi104 bash[64972]: Copying blob sha256:c0e87333d3805a7b7e1c25783dd25f27da0fe70a8e262eee7ed190c8dc843fa7 2024-09-13T14:18:55.171 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:54 smithi104 bash[64972]: Copying blob sha256:5c12815fee558b157dee7f7509dedbaba0a8379098858a65ec869e1f1526ea0c 2024-09-13T14:18:55.172 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:54 smithi104 bash[64972]: Copying blob sha256:22b70bddd3acadc892fca4c2af4260629bfda5dfd11ebc106a93ce24e752b5ed 2024-09-13T14:18:55.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:55 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:18:55.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:55 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:18:55.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:55 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:18:56.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:56 smithi071 ceph-mon[29588]: pgmap v33: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:18:56.640 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:56 smithi071 ceph-mon[41109]: pgmap v33: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:18:56.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:56 smithi104 ceph-mon[33426]: pgmap v33: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:18:56.672 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:56 smithi104 bash[64972]: Copying config sha256:0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83 2024-09-13T14:18:56.672 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:56 smithi104 bash[64972]: Writing manifest to image destination 2024-09-13T14:18:57.124 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:56 smithi104 podman[64972]: 2024-09-13 14:18:56.787011712 +0000 UTC m=+2.554651625 image pull 0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83 quay.io/prometheus/node-exporter:v1.5.0 2024-09-13T14:18:57.125 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:56 smithi104 podman[64972]: 2024-09-13 14:18:56.885530273 +0000 UTC m=+2.653170183 container create 04ef970b0f2d38bf539d1c032dfa111268a1bf65edff69f5d14a221f5c40d63f (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b, maintainer=The Prometheus Authors ) 2024-09-13T14:18:57.422 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:57 smithi104 podman[64972]: 2024-09-13 14:18:57.12467352 +0000 UTC m=+2.892313439 container init 04ef970b0f2d38bf539d1c032dfa111268a1bf65edff69f5d14a221f5c40d63f (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b, maintainer=The Prometheus Authors ) 2024-09-13T14:18:57.422 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:57 smithi104 podman[64972]: 2024-09-13 14:18:57.130188535 +0000 UTC m=+2.897828446 container start 04ef970b0f2d38bf539d1c032dfa111268a1bf65edff69f5d14a221f5c40d63f (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b, maintainer=The Prometheus Authors ) 2024-09-13T14:18:57.422 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:57 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[65046]: ts=2024-09-13T14:18:57.133Z caller=node_exporter.go:180 level=info msg="Starting node_exporter" version="(version=1.5.0, branch=HEAD, revision=1b48970ffcf5630534fb00bb0687d73c66d1c959)" 2024-09-13T14:18:57.422 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:57 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[65046]: ts=2024-09-13T14:18:57.133Z 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-09-13T14:18:57.422 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:57 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[65046]: ts=2024-09-13T14:18:57.134Z 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-09-13T14:18:57.422 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:57 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[65046]: ts=2024-09-13T14:18:57.134Z caller=diskstats_linux.go:264 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-09-13T14:18:57.422 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:57 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[65046]: ts=2024-09-13T14:18:57.134Z 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-09-13T14:18:57.423 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:57 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[65046]: ts=2024-09-13T14:18:57.134Z 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-09-13T14:18:57.423 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:57 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[65046]: ts=2024-09-13T14:18:57.134Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-09-13T14:18:57.423 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:57 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[65046]: ts=2024-09-13T14:18:57.134Z caller=node_exporter.go:117 level=info collector=arp 2024-09-13T14:18:57.423 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:57 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[65046]: ts=2024-09-13T14:18:57.134Z caller=node_exporter.go:117 level=info collector=bcache 2024-09-13T14:18:57.423 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:57 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[65046]: ts=2024-09-13T14:18:57.134Z caller=node_exporter.go:117 level=info collector=bonding 2024-09-13T14:18:57.423 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:57 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[65046]: ts=2024-09-13T14:18:57.134Z caller=node_exporter.go:117 level=info collector=btrfs 2024-09-13T14:18:57.423 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:57 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[65046]: ts=2024-09-13T14:18:57.134Z caller=node_exporter.go:117 level=info collector=conntrack 2024-09-13T14:18:57.423 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:57 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[65046]: ts=2024-09-13T14:18:57.134Z caller=node_exporter.go:117 level=info collector=cpu 2024-09-13T14:18:57.423 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:57 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[65046]: ts=2024-09-13T14:18:57.134Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-09-13T14:18:57.424 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:57 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[65046]: ts=2024-09-13T14:18:57.134Z caller=node_exporter.go:117 level=info collector=diskstats 2024-09-13T14:18:57.424 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:57 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[65046]: ts=2024-09-13T14:18:57.134Z caller=node_exporter.go:117 level=info collector=dmi 2024-09-13T14:18:57.424 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:57 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[65046]: ts=2024-09-13T14:18:57.134Z caller=node_exporter.go:117 level=info collector=edac 2024-09-13T14:18:57.424 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:57 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[65046]: ts=2024-09-13T14:18:57.134Z caller=node_exporter.go:117 level=info collector=entropy 2024-09-13T14:18:57.424 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:57 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[65046]: ts=2024-09-13T14:18:57.134Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-09-13T14:18:57.424 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:57 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[65046]: ts=2024-09-13T14:18:57.135Z caller=node_exporter.go:117 level=info collector=filefd 2024-09-13T14:18:57.424 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:57 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[65046]: ts=2024-09-13T14:18:57.135Z caller=node_exporter.go:117 level=info collector=filesystem 2024-09-13T14:18:57.424 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:57 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[65046]: ts=2024-09-13T14:18:57.135Z caller=node_exporter.go:117 level=info collector=hwmon 2024-09-13T14:18:57.425 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:57 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[65046]: ts=2024-09-13T14:18:57.135Z caller=node_exporter.go:117 level=info collector=infiniband 2024-09-13T14:18:57.425 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:57 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[65046]: ts=2024-09-13T14:18:57.135Z caller=node_exporter.go:117 level=info collector=ipvs 2024-09-13T14:18:57.425 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:57 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[65046]: ts=2024-09-13T14:18:57.135Z caller=node_exporter.go:117 level=info collector=loadavg 2024-09-13T14:18:57.425 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:57 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[65046]: ts=2024-09-13T14:18:57.135Z caller=node_exporter.go:117 level=info collector=mdadm 2024-09-13T14:18:57.425 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:57 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[65046]: ts=2024-09-13T14:18:57.135Z caller=node_exporter.go:117 level=info collector=meminfo 2024-09-13T14:18:57.425 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:57 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[65046]: ts=2024-09-13T14:18:57.135Z caller=node_exporter.go:117 level=info collector=netclass 2024-09-13T14:18:57.425 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:57 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[65046]: ts=2024-09-13T14:18:57.135Z caller=node_exporter.go:117 level=info collector=netdev 2024-09-13T14:18:57.425 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:57 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[65046]: ts=2024-09-13T14:18:57.135Z caller=node_exporter.go:117 level=info collector=netstat 2024-09-13T14:18:57.425 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:57 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[65046]: ts=2024-09-13T14:18:57.135Z caller=node_exporter.go:117 level=info collector=nfs 2024-09-13T14:18:57.425 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:57 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[65046]: ts=2024-09-13T14:18:57.135Z caller=node_exporter.go:117 level=info collector=nfsd 2024-09-13T14:18:57.425 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:57 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[65046]: ts=2024-09-13T14:18:57.135Z caller=node_exporter.go:117 level=info collector=nvme 2024-09-13T14:18:57.425 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:57 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[65046]: ts=2024-09-13T14:18:57.135Z caller=node_exporter.go:117 level=info collector=os 2024-09-13T14:18:57.425 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:57 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[65046]: ts=2024-09-13T14:18:57.135Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-09-13T14:18:57.426 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:57 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[65046]: ts=2024-09-13T14:18:57.135Z caller=node_exporter.go:117 level=info collector=pressure 2024-09-13T14:18:57.426 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:57 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[65046]: ts=2024-09-13T14:18:57.135Z caller=node_exporter.go:117 level=info collector=rapl 2024-09-13T14:18:57.426 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:57 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[65046]: ts=2024-09-13T14:18:57.135Z caller=node_exporter.go:117 level=info collector=schedstat 2024-09-13T14:18:57.426 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:57 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[65046]: ts=2024-09-13T14:18:57.135Z caller=node_exporter.go:117 level=info collector=selinux 2024-09-13T14:18:57.426 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:57 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[65046]: ts=2024-09-13T14:18:57.135Z caller=node_exporter.go:117 level=info collector=sockstat 2024-09-13T14:18:57.426 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:57 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[65046]: ts=2024-09-13T14:18:57.135Z caller=node_exporter.go:117 level=info collector=softnet 2024-09-13T14:18:57.426 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:57 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[65046]: ts=2024-09-13T14:18:57.135Z caller=node_exporter.go:117 level=info collector=stat 2024-09-13T14:18:57.426 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:57 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[65046]: ts=2024-09-13T14:18:57.135Z caller=node_exporter.go:117 level=info collector=tapestats 2024-09-13T14:18:57.426 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:57 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[65046]: ts=2024-09-13T14:18:57.135Z caller=node_exporter.go:117 level=info collector=textfile 2024-09-13T14:18:57.426 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:57 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[65046]: ts=2024-09-13T14:18:57.135Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-09-13T14:18:57.426 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:57 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[65046]: ts=2024-09-13T14:18:57.135Z caller=node_exporter.go:117 level=info collector=time 2024-09-13T14:18:57.426 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:57 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[65046]: ts=2024-09-13T14:18:57.135Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-09-13T14:18:57.426 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:57 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[65046]: ts=2024-09-13T14:18:57.135Z caller=node_exporter.go:117 level=info collector=uname 2024-09-13T14:18:57.427 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:57 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[65046]: ts=2024-09-13T14:18:57.135Z caller=node_exporter.go:117 level=info collector=vmstat 2024-09-13T14:18:57.427 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:57 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[65046]: ts=2024-09-13T14:18:57.135Z caller=node_exporter.go:117 level=info collector=xfs 2024-09-13T14:18:57.427 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:57 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[65046]: ts=2024-09-13T14:18:57.135Z caller=node_exporter.go:117 level=info collector=zfs 2024-09-13T14:18:57.427 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:57 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[65046]: ts=2024-09-13T14:18:57.135Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9100 2024-09-13T14:18:57.427 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:57 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[65046]: ts=2024-09-13T14:18:57.135Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-09-13T14:18:57.427 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:57 smithi104 bash[64972]: 04ef970b0f2d38bf539d1c032dfa111268a1bf65edff69f5d14a221f5c40d63f 2024-09-13T14:18:57.427 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:18:57 smithi104 systemd[1]: Started Ceph node-exporter.b for 18f8172c-71da-11ef-bceb-c7b262605968. 2024-09-13T14:18:58.384 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:58 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:58.384 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:58 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:58.384 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:58 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:58.384 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:58 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:58.384 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:58 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:58.384 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:58 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:18:58.384 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:18:58 smithi071 ceph-mon[29588]: pgmap v34: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:18:58.385 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:58 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:58.385 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:58 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:58.385 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:58 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:58.385 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:58 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:58.385 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:58 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:58.385 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:58 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:18:58.385 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:18:58 smithi071 ceph-mon[41109]: pgmap v34: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:18:58.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:58 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:58.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:58 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:58.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:58 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:58.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:58 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:58.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:58 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:18:58.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:58 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:18:58.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:18:58 smithi104 ceph-mon[33426]: pgmap v34: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:18:59.071 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:18:58 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:18:58] "GET /metrics HTTP/1.1" 200 28505 "" "Prometheus/2.43.0" 2024-09-13T14:19:00.496 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:00 smithi071 ceph-mon[41109]: pgmap v35: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:00.873 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:00 smithi104 ceph-mon[33426]: pgmap v35: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:00.873 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:00 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:00.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:00 smithi071 ceph-mon[29588]: pgmap v35: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:00.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:00 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:00.890 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:00 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:02.323 INFO:teuthology.orchestra.run.smithi071.stdout:77309411371 2024-09-13T14:19:02.450 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:02 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:02.450 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:02 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:02.450 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:02 smithi071 ceph-mon[29588]: pgmap v36: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:02.450 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:02 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:02.450 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:02 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:02.450 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:02 smithi071 ceph-mon[41109]: pgmap v36: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:02.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:02 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:02.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:02 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:02.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:02 smithi104 ceph-mon[33426]: pgmap v36: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:02.802 INFO:teuthology.orchestra.run.smithi071.stdout:55834574896 2024-09-13T14:19:02.886 INFO:teuthology.orchestra.run.smithi071.stdout:163208757276 2024-09-13T14:19:03.373 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:03 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/862299728' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-13T14:19:03.373 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:03 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/366436624' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-13T14:19:03.373 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:03 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/3602599314' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-13T14:19:03.373 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:03 smithi071 ceph-mon[41109]: from='client.? 172.21.15.71:0/862299728' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-13T14:19:03.373 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:03 smithi071 ceph-mon[41109]: from='client.? 172.21.15.71:0/366436624' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-13T14:19:03.373 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:03 smithi071 ceph-mon[41109]: from='client.? 172.21.15.71:0/3602599314' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-13T14:19:03.644 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757273 got 163208757276 for osd.5 2024-09-13T14:19:03.644 DEBUG:teuthology.parallel:result is None 2024-09-13T14:19:03.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:03 smithi104 ceph-mon[33426]: from='client.? 172.21.15.71:0/862299728' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-13T14:19:03.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:03 smithi104 ceph-mon[33426]: from='client.? 172.21.15.71:0/366436624' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-13T14:19:03.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:03 smithi104 ceph-mon[33426]: from='client.? 172.21.15.71:0/3602599314' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-13T14:19:04.288 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:04 smithi071 ceph-mon[29588]: pgmap v37: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:04.288 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:04 smithi071 ceph-mon[41109]: pgmap v37: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:04.529 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574893 got 55834574896 for osd.1 2024-09-13T14:19:04.529 DEBUG:teuthology.parallel:result is None 2024-09-13T14:19:04.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:04 smithi104 ceph-mon[33426]: pgmap v37: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:04.925 INFO:teuthology.orchestra.run.smithi071.stdout:34359738421 2024-09-13T14:19:04.974 INFO:teuthology.orchestra.run.smithi071.stdout:231928234002 2024-09-13T14:19:05.462 INFO:teuthology.orchestra.run.smithi071.stdout:128849018913 2024-09-13T14:19:05.462 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:05 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/2440531322' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-13T14:19:05.462 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:05 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/1919842688' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-09-13T14:19:05.462 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:05 smithi071 ceph-mon[41109]: from='client.? 172.21.15.71:0/2440531322' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-13T14:19:05.462 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:05 smithi071 ceph-mon[41109]: from='client.? 172.21.15.71:0/1919842688' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-09-13T14:19:05.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:05 smithi104 ceph-mon[33426]: from='client.? 172.21.15.71:0/2440531322' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-13T14:19:05.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:05 smithi104 ceph-mon[33426]: from='client.? 172.21.15.71:0/1919842688' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-09-13T14:19:05.943 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738417 got 34359738421 for osd.0 2024-09-13T14:19:05.943 DEBUG:teuthology.parallel:result is None 2024-09-13T14:19:06.362 INFO:tasks.cephadm.ceph_manager.ceph:need seq 231928233998 got 231928234002 for osd.7 2024-09-13T14:19:06.362 DEBUG:teuthology.parallel:result is None 2024-09-13T14:19:06.573 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:06 smithi104 ceph-mon[33426]: pgmap v38: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:06.573 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:06 smithi104 ceph-mon[33426]: from='client.? 172.21.15.71:0/262173459' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-13T14:19:06.626 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:06 smithi071 ceph-mon[29588]: pgmap v38: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:06.626 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:06 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/262173459' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-13T14:19:06.627 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:06 smithi071 ceph-mon[41109]: pgmap v38: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:06.627 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:06 smithi071 ceph-mon[41109]: from='client.? 172.21.15.71:0/262173459' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-13T14:19:06.970 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411367 got 77309411371 for osd.2 2024-09-13T14:19:06.970 DEBUG:teuthology.parallel:result is None 2024-09-13T14:19:07.361 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:19:08.023 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018909 got 128849018913 for osd.4 2024-09-13T14:19:08.024 DEBUG:teuthology.parallel:result is None 2024-09-13T14:19:08.637 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:08 smithi071 ceph-mon[29588]: pgmap v39: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:08.637 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:08 smithi071 ceph-mon[41109]: pgmap v39: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:08.788 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:08 smithi104 ceph-mon[33426]: pgmap v39: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:08.890 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:19:08 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:19:08] "GET /metrics HTTP/1.1" 200 28505 "" "Prometheus/2.43.0" 2024-09-13T14:19:09.585 INFO:teuthology.orchestra.run.smithi071.stdout:197568495641 2024-09-13T14:19:09.586 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:09 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:19:09.586 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:09 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:19:09.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:09 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:19:10.400 INFO:tasks.cephadm.ceph_manager.ceph:need seq 197568495637 got 197568495641 for osd.6 2024-09-13T14:19:10.401 DEBUG:teuthology.parallel:result is None 2024-09-13T14:19:10.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:10 smithi071 ceph-mon[29588]: pgmap v40: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:10.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:10 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/3346260098' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-09-13T14:19:10.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:10 smithi071 ceph-mon[41109]: pgmap v40: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:10.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:10 smithi071 ceph-mon[41109]: from='client.? 172.21.15.71:0/3346260098' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-09-13T14:19:10.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:10 smithi104 ceph-mon[33426]: pgmap v40: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:10.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:10 smithi104 ceph-mon[33426]: from='client.? 172.21.15.71:0/3346260098' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-09-13T14:19:12.189 INFO:teuthology.orchestra.run.smithi071.stdout:107374182440 2024-09-13T14:19:12.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:12 smithi071 ceph-mon[29588]: pgmap v41: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:12.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:12 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/89255656' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-13T14:19:12.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:12 smithi071 ceph-mon[41109]: pgmap v41: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:12.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:12 smithi071 ceph-mon[41109]: from='client.? 172.21.15.71:0/89255656' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-13T14:19:12.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:12 smithi104 ceph-mon[33426]: pgmap v41: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:12.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:12 smithi104 ceph-mon[33426]: from='client.? 172.21.15.71:0/89255656' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-13T14:19:13.182 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182436 got 107374182440 for osd.3 2024-09-13T14:19:13.182 DEBUG:teuthology.parallel:result is None 2024-09-13T14:19:13.182 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-13T14:19:13.182 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-13T14:19:13.569 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:19:14.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:14 smithi071 ceph-mon[29588]: pgmap v42: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:14.890 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:14 smithi071 ceph-mon[41109]: pgmap v42: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:14.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:14 smithi104 ceph-mon[33426]: pgmap v42: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:16.088 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:19:16.089 INFO:teuthology.orchestra.run.smithi071.stderr:dumped all 2024-09-13T14:19:16.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:16 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:16.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:16 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:16.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:16 smithi071 ceph-mon[29588]: pgmap v43: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:16.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:16 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:19:16.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:16 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:19:16.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:16 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:16.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:16 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:16.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:16 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:16.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:16 smithi071 ceph-mon[41109]: pgmap v43: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:16.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:16 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:19:16.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:16 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:19:16.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:16 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:16.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:16 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:16.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:16 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:16.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:16 smithi104 ceph-mon[33426]: pgmap v43: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:16.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:16 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:19:16.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:16 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:19:16.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:16 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:17.068 INFO:teuthology.orchestra.run.smithi071.stdout:{"pg_ready":true,"pg_map":{"version":43,"stamp":"2024-09-13T14:19:15.450910+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590387,"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":212,"num_read_kb":306,"num_write":181,"num_write_kb":2418,"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":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":131,"ondisk_log_size":131,"up":27,"acting":27,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":27,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":8,"kb":749961216,"kb_used":227248,"kb_used_data":6992,"kb_used_omap":12,"kb_used_meta":220147,"kb_avail":749733968,"statfs":{"total":767960285184,"available":767727583232,"internally_reserved":0,"allocated":7159808,"data_stored":4035293,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12742,"internal_metadata":225431098},"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.001925"},"pg_stats":[{"pgid":"2.7","version":"0'0","reported_seq":20,"reported_epoch":66,"state":"active+clean","last_fresh":"2024-09-13T14:18:23.666726+0000","last_change":"2024-09-13T14:18:16.967640+0000","last_active":"2024-09-13T14:18:23.666726+0000","last_peered":"2024-09-13T14:18:23.666726+0000","last_clean":"2024-09-13T14:18:23.666726+0000","last_became_active":"2024-09-13T14:18:12.501448+0000","last_became_peered":"2024-09-13T14:18:12.501448+0000","last_unstale":"2024-09-13T14:18:23.666726+0000","last_undegraded":"2024-09-13T14:18:23.666726+0000","last_fullsized":"2024-09-13T14:18:23.666726+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:54:31.171058+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029877400000000002,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"2.6","version":"0'0","reported_seq":20,"reported_epoch":66,"state":"active+clean","last_fresh":"2024-09-13T14:18:23.665791+0000","last_change":"2024-09-13T14:18:16.963029+0000","last_active":"2024-09-13T14:18:23.665791+0000","last_peered":"2024-09-13T14:18:23.665791+0000","last_clean":"2024-09-13T14:18:23.665791+0000","last_became_active":"2024-09-13T14:18:12.658467+0000","last_became_peered":"2024-09-13T14:18:12.658467+0000","last_unstale":"2024-09-13T14:18:23.665791+0000","last_undegraded":"2024-09-13T14:18:23.665791+0000","last_fullsized":"2024-09-13T14:18:23.665791+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:31:01.291296+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00052897999999999997,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"2.5","version":"0'0","reported_seq":20,"reported_epoch":66,"state":"active+clean","last_fresh":"2024-09-13T14:18:23.666356+0000","last_change":"2024-09-13T14:18:17.358936+0000","last_active":"2024-09-13T14:18:23.666356+0000","last_peered":"2024-09-13T14:18:23.666356+0000","last_clean":"2024-09-13T14:18:23.666356+0000","last_became_active":"2024-09-13T14:18:12.658158+0000","last_became_peered":"2024-09-13T14:18:12.658158+0000","last_unstale":"2024-09-13T14:18:23.666356+0000","last_undegraded":"2024-09-13T14:18:23.666356+0000","last_fullsized":"2024-09-13T14:18:23.666356+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:19:35.192629+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000327091,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.4","version":"0'0","reported_seq":20,"reported_epoch":66,"state":"active+clean","last_fresh":"2024-09-13T14:18:23.665754+0000","last_change":"2024-09-13T14:18:16.962678+0000","last_active":"2024-09-13T14:18:23.665754+0000","last_peered":"2024-09-13T14:18:23.665754+0000","last_clean":"2024-09-13T14:18:23.665754+0000","last_became_active":"2024-09-13T14:18:12.566750+0000","last_became_peered":"2024-09-13T14:18:12.566750+0000","last_unstale":"2024-09-13T14:18:23.665754+0000","last_undegraded":"2024-09-13T14:18:23.665754+0000","last_fullsized":"2024-09-13T14:18:23.665754+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:04:49.593449+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00031535100000000001,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"2.2","version":"65'2","reported_seq":22,"reported_epoch":66,"state":"active+clean","last_fresh":"2024-09-13T14:18:23.666383+0000","last_change":"2024-09-13T14:18:16.966870+0000","last_active":"2024-09-13T14:18:23.666383+0000","last_peered":"2024-09-13T14:18:23.666383+0000","last_clean":"2024-09-13T14:18:23.666383+0000","last_became_active":"2024-09-13T14:18:12.501563+0000","last_became_peered":"2024-09-13T14:18:12.501563+0000","last_unstale":"2024-09-13T14:18:23.666383+0000","last_undegraded":"2024-09-13T14:18:23.666383+0000","last_fullsized":"2024-09-13T14:18:23.666383+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-14T20:36:36.799974+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00094368000000000002,"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":[5,1,6],"acting":[5,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.1","version":"0'0","reported_seq":20,"reported_epoch":66,"state":"active+clean","last_fresh":"2024-09-13T14:18:22.789357+0000","last_change":"2024-09-13T14:18:16.962618+0000","last_active":"2024-09-13T14:18:22.789357+0000","last_peered":"2024-09-13T14:18:22.789357+0000","last_clean":"2024-09-13T14:18:22.789357+0000","last_became_active":"2024-09-13T14:18:12.566810+0000","last_became_peered":"2024-09-13T14:18:12.566810+0000","last_unstale":"2024-09-13T14:18:22.789357+0000","last_undegraded":"2024-09-13T14:18:22.789357+0000","last_fullsized":"2024-09-13T14:18:22.789357+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:32:58.629029+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00030931399999999999,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"2.0","version":"0'0","reported_seq":20,"reported_epoch":66,"state":"active+clean","last_fresh":"2024-09-13T14:18:23.666887+0000","last_change":"2024-09-13T14:18:17.358948+0000","last_active":"2024-09-13T14:18:23.666887+0000","last_peered":"2024-09-13T14:18:23.666887+0000","last_clean":"2024-09-13T14:18:23.666887+0000","last_became_active":"2024-09-13T14:18:12.566842+0000","last_became_peered":"2024-09-13T14:18:12.566842+0000","last_unstale":"2024-09-13T14:18:23.666887+0000","last_undegraded":"2024-09-13T14:18:23.666887+0000","last_fullsized":"2024-09-13T14:18:23.666887+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:40:51.655619+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000322109,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"2.3","version":"63'1","reported_seq":21,"reported_epoch":66,"state":"active+clean","last_fresh":"2024-09-13T14:18:23.666225+0000","last_change":"2024-09-13T14:18:16.966217+0000","last_active":"2024-09-13T14:18:23.666225+0000","last_peered":"2024-09-13T14:18:23.666225+0000","last_clean":"2024-09-13T14:18:23.666225+0000","last_became_active":"2024-09-13T14:18:12.500587+0000","last_became_peered":"2024-09-13T14:18:12.500587+0000","last_unstale":"2024-09-13T14:18:23.666225+0000","last_undegraded":"2024-09-13T14:18:23.666225+0000","last_fullsized":"2024-09-13T14:18:23.666225+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-14T15:38:32.791880+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029038399999999998,"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":[5,2,7],"acting":[5,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"1.0","version":"60'128","reported_seq":262,"reported_epoch":65,"state":"active+clean","last_fresh":"2024-09-13T14:18:17.358609+0000","last_change":"2024-09-13T14:17:43.789601+0000","last_active":"2024-09-13T14:18:17.358609+0000","last_peered":"2024-09-13T14:18:17.358609+0000","last_clean":"2024-09-13T14:18:17.358609+0000","last_became_active":"2024-09-13T14:17:43.789217+0000","last_became_peered":"2024-09-13T14:17:43.789217+0000","last_unstale":"2024-09-13T14:18:17.358609+0000","last_undegraded":"2024-09-13T14:18:17.358609+0000","last_fullsized":"2024-09-13T14:18:17.358609+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:15:42.548303+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-09-14T17:35:47.839598+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":[]}],"pool_stats":[{"poolid":2,"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":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":54,"seq":231928234005,"num_pgs":6,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28256,"kb_used_data":1236,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716896,"statfs":{"total":95995035648,"available":95966101504,"internally_reserved":0,"allocated":1265664,"data_stored":873461,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1588,"internal_metadata":27654604},"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":"Fri Sep 13 14:18:40 2024","interfaces":[{"interface":"back","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"last":0.53700000000000003},{"interface":"front","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"last":0.61299999999999999}]},{"osd":1,"last update":"Fri Sep 13 14:18:40 2024","interfaces":[{"interface":"back","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.57999999999999996},{"interface":"front","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.63500000000000001}]},{"osd":2,"last update":"Fri Sep 13 14:18:40 2024","interfaces":[{"interface":"back","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.443,"5min":0.443,"15min":0.443},"max":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.68799999999999994},"last":0.623},{"interface":"front","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.76100000000000001,"5min":0.76100000000000001,"15min":0.76100000000000001},"last":0.56200000000000006}]},{"osd":3,"last update":"Fri Sep 13 14:18:40 2024","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.59199999999999997},{"interface":"front","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.59999999999999998}]},{"osd":4,"last update":"Fri Sep 13 14:18:40 2024","interfaces":[{"interface":"back","average":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.44400000000000001},{"interface":"front","average":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.78800000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"last":0.54600000000000004}]},{"osd":5,"last update":"Fri Sep 13 14:18:40 2024","interfaces":[{"interface":"back","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.46500000000000002},{"interface":"front","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.51200000000000001}]},{"osd":6,"last update":"Fri Sep 13 14:18:40 2024","interfaces":[{"interface":"back","average":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"last":0.56699999999999995},{"interface":"front","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.876,"5min":0.876,"15min":0.876},"last":0.48599999999999999}]}]},{"osd":6,"up_from":46,"seq":197568495643,"num_pgs":4,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28260,"kb_used_data":1240,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716892,"statfs":{"total":95995035648,"available":95966097408,"internally_reserved":0,"allocated":1269760,"data_stored":873480,"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":"Fri Sep 13 14:18:16 2024","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"last":0.55000000000000004},{"interface":"front","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.78800000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"last":0.56200000000000006}]},{"osd":1,"last update":"Fri Sep 13 14:18:16 2024","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.82599999999999996,"5min":0.82599999999999996,"15min":0.82599999999999996},"last":0.45100000000000001},{"interface":"front","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.40500000000000003}]},{"osd":2,"last update":"Fri Sep 13 14:18:16 2024","interfaces":[{"interface":"back","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.81799999999999995,"5min":0.81799999999999995,"15min":0.81799999999999995},"last":0.51500000000000001},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.752,"5min":0.752,"15min":0.752},"last":0.58999999999999997}]},{"osd":3,"last update":"Fri Sep 13 14:18:16 2024","interfaces":[{"interface":"back","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.76000000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"last":0.42099999999999999},{"interface":"front","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.46800000000000003}]},{"osd":4,"last update":"Fri Sep 13 14:18:16 2024","interfaces":[{"interface":"back","average":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"min":{"1min":0.247,"5min":0.247,"15min":0.247},"max":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"last":0.435},{"interface":"front","average":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"min":{"1min":0.25800000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"last":0.499}]},{"osd":5,"last update":"Fri Sep 13 14:18:16 2024","interfaces":[{"interface":"back","average":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"last":0.52900000000000003},{"interface":"front","average":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.38200000000000001}]},{"osd":7,"last update":"Fri Sep 13 14:18:41 2024","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.28999999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.72799999999999998,"5min":0.72799999999999998,"15min":0.72799999999999998},"last":0.48599999999999999},{"interface":"front","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.745,"5min":0.745,"15min":0.745},"last":0.57899999999999996}]}]},{"osd":5,"up_from":38,"seq":163208757279,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27676,"kb_used_data":656,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717476,"statfs":{"total":95995035648,"available":95966695424,"internally_reserved":0,"allocated":671744,"data_stored":282831,"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":"Fri Sep 13 14:18:55 2024","interfaces":[{"interface":"back","average":{"1min":0.48199999999999998,"5min":0.47499999999999998,"15min":0.47399999999999998},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.46500000000000002},{"interface":"front","average":{"1min":0.54100000000000004,"5min":0.49199999999999999,"15min":0.48399999999999999},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.67600000000000005,"5min":0.69999999999999996,"15min":0.69999999999999996},"last":0.50900000000000001}]},{"osd":1,"last update":"Fri Sep 13 14:18:55 2024","interfaces":[{"interface":"back","average":{"1min":0.48799999999999999,"5min":0.45500000000000002,"15min":0.44900000000000001},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.56599999999999995},{"interface":"front","average":{"1min":0.5,"5min":0.497,"15min":0.497},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.67100000000000004,"5min":0.67600000000000005,"15min":0.67600000000000005},"last":0.41399999999999998}]},{"osd":2,"last update":"Fri Sep 13 14:18:55 2024","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.48899999999999999,"15min":0.48299999999999998},"min":{"1min":0.41299999999999998,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"last":0.55100000000000005},{"interface":"front","average":{"1min":0.505,"5min":0.496,"15min":0.49399999999999999},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.52400000000000002}]},{"osd":3,"last update":"Fri Sep 13 14:18:55 2024","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.498,"15min":0.48899999999999999},"min":{"1min":0.38500000000000001,"5min":0.379,"15min":0.379},"max":{"1min":1.018,"5min":1.018,"15min":1.018},"last":0.57999999999999996},{"interface":"front","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.66000000000000003,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.42999999999999999}]},{"osd":4,"last update":"Fri Sep 13 14:18:55 2024","interfaces":[{"interface":"back","average":{"1min":0.41599999999999998,"5min":0.37,"15min":0.36199999999999999},"min":{"1min":0.30399999999999999,"5min":0.25,"15min":0.25},"max":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"last":0.34899999999999998},{"interface":"front","average":{"1min":0.47799999999999998,"5min":0.41299999999999998,"15min":0.40200000000000002},"min":{"1min":0.308,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.66700000000000004,"5min":0.86799999999999999,"15min":0.86799999999999999},"last":0.39800000000000002}]},{"osd":6,"last update":"Fri Sep 13 14:18:19 2024","interfaces":[{"interface":"back","average":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.53500000000000003},{"interface":"front","average":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"min":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.79500000000000004,"5min":0.79500000000000004,"15min":0.79500000000000004},"last":0.36599999999999999}]},{"osd":7,"last update":"Fri Sep 13 14:18:43 2024","interfaces":[{"interface":"back","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.83399999999999996,"5min":0.83399999999999996,"15min":0.83399999999999996},"last":0.45200000000000001},{"interface":"front","average":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"last":0.48199999999999998}]}]},{"osd":4,"up_from":30,"seq":128849018916,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27672,"kb_used_data":652,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717480,"statfs":{"total":95995035648,"available":95966699520,"internally_reserved":0,"allocated":667648,"data_stored":282762,"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":"Fri Sep 13 14:18:36 2024","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.54100000000000004,"15min":0.54400000000000004},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.753,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.51800000000000002},{"interface":"front","average":{"1min":0.51300000000000001,"5min":0.54300000000000004,"15min":0.54800000000000004},"min":{"1min":0.36499999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.64400000000000002,"5min":0.82899999999999996,"15min":0.82899999999999996},"last":0.47099999999999997}]},{"osd":1,"last update":"Fri Sep 13 14:18:36 2024","interfaces":[{"interface":"back","average":{"1min":0.503,"5min":0.53100000000000003,"15min":0.53600000000000003},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.70099999999999996,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.59799999999999998},{"interface":"front","average":{"1min":0.48899999999999999,"5min":0.52100000000000002,"15min":0.52700000000000002},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"last":0.46100000000000002}]},{"osd":2,"last update":"Fri Sep 13 14:18:36 2024","interfaces":[{"interface":"back","average":{"1min":0.53400000000000003,"5min":0.54200000000000004,"15min":0.54400000000000004},"min":{"1min":0.38800000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.69099999999999995,"5min":0.79500000000000004,"15min":0.79500000000000004},"last":0.63900000000000001},{"interface":"front","average":{"1min":0.53800000000000003,"5min":0.53400000000000003,"15min":0.53300000000000003},"min":{"1min":0.40699999999999997,"5min":0.309,"15min":0.309},"max":{"1min":0.71799999999999997,"5min":0.78100000000000003,"15min":0.78100000000000003},"last":0.53000000000000003}]},{"osd":3,"last update":"Fri Sep 13 14:18:36 2024","interfaces":[{"interface":"back","average":{"1min":0.53000000000000003,"5min":0.55400000000000005,"15min":0.55800000000000005},"min":{"1min":0.39000000000000001,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.68200000000000005,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.501},{"interface":"front","average":{"1min":0.52900000000000003,"5min":0.54500000000000004,"15min":0.54700000000000004},"min":{"1min":0.36399999999999999,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.66700000000000004,"5min":0.70799999999999996,"15min":0.70799999999999996},"last":0.57199999999999995}]},{"osd":5,"last update":"Fri Sep 13 14:18:58 2024","interfaces":[{"interface":"back","average":{"1min":0.45400000000000001,"5min":0.375,"15min":0.36199999999999999},"min":{"1min":0.311,"5min":0.22600000000000001,"15min":0.22600000000000001},"max":{"1min":0.66600000000000004,"5min":0.66600000000000004,"15min":0.66600000000000004},"last":0.374},{"interface":"front","average":{"1min":0.45000000000000001,"5min":0.39400000000000002,"15min":0.38500000000000001},"min":{"1min":0.29499999999999998,"5min":0.246,"15min":0.246},"max":{"1min":0.66300000000000003,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.39000000000000001}]},{"osd":6,"last update":"Fri Sep 13 14:18:16 2024","interfaces":[{"interface":"back","average":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.69399999999999995,"5min":0.69399999999999995,"15min":0.69399999999999995},"last":0.35999999999999999},{"interface":"front","average":{"1min":0.442,"5min":0.442,"15min":0.442},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.40899999999999997}]},{"osd":7,"last update":"Fri Sep 13 14:18:40 2024","interfaces":[{"interface":"back","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"last":0.34599999999999997},{"interface":"front","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.42399999999999999}]}]},{"osd":3,"up_from":25,"seq":107374182441,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27676,"kb_used_data":656,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717476,"statfs":{"total":95995035648,"available":95966695424,"internally_reserved":0,"allocated":671744,"data_stored":283093,"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":"Fri Sep 13 14:19:12 2024","interfaces":[{"interface":"back","average":{"1min":0.30599999999999999,"5min":0.376,"15min":0.39200000000000002},"min":{"1min":0.214,"5min":0.214,"15min":0.214},"max":{"1min":0.40999999999999998,"5min":0.56999999999999995,"15min":0.56999999999999995},"last":0.40799999999999997},{"interface":"front","average":{"1min":0.35699999999999998,"5min":0.40899999999999997,"15min":0.42699999999999999},"min":{"1min":0.23100000000000001,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.48299999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"last":0.41699999999999998}]},{"osd":1,"last update":"Fri Sep 13 14:19:12 2024","interfaces":[{"interface":"back","average":{"1min":0.35199999999999998,"5min":0.41599999999999998,"15min":0.435},"min":{"1min":0.24299999999999999,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.48599999999999999,"5min":0.84599999999999997,"15min":0.84599999999999997},"last":0.44800000000000001},{"interface":"front","average":{"1min":0.375,"5min":0.42099999999999999,"15min":0.437},"min":{"1min":0.23100000000000001,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.39500000000000002}]},{"osd":2,"last update":"Fri Sep 13 14:19:12 2024","interfaces":[{"interface":"back","average":{"1min":0.38800000000000001,"5min":0.44500000000000001,"15min":0.46600000000000003},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.56100000000000005,"5min":0.76700000000000002,"15min":0.76700000000000002},"last":0.435},{"interface":"front","average":{"1min":0.36599999999999999,"5min":0.42799999999999999,"15min":0.44800000000000001},"min":{"1min":0.25800000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.56399999999999995,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.33700000000000002}]},{"osd":4,"last update":"Fri Sep 13 14:18:31 2024","interfaces":[{"interface":"back","average":{"1min":0.53600000000000003,"5min":0.54500000000000004,"15min":0.54700000000000004},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.83899999999999997,"5min":0.83899999999999997,"15min":0.83899999999999997},"last":0.63100000000000001},{"interface":"front","average":{"1min":0.56399999999999995,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.42399999999999999,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":0.82999999999999996,"5min":0.82999999999999996,"15min":0.82999999999999996},"last":0.63700000000000001}]},{"osd":5,"last update":"Fri Sep 13 14:18:53 2024","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.55400000000000005,"15min":0.55900000000000005},"min":{"1min":0.39100000000000001,"5min":0.371,"15min":0.371},"max":{"1min":0.71299999999999997,"5min":0.75900000000000001,"15min":0.75900000000000001},"last":0.59399999999999997},{"interface":"front","average":{"1min":0.48799999999999999,"5min":0.56000000000000005,"15min":0.57199999999999995},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.64600000000000002,"5min":0.84299999999999997,"15min":0.84299999999999997},"last":0.55800000000000005}]},{"osd":6,"last update":"Fri Sep 13 14:18:17 2024","interfaces":[{"interface":"back","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.86199999999999999,"5min":0.86199999999999999,"15min":0.86199999999999999},"last":0.53900000000000003},{"interface":"front","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.84499999999999997,"5min":0.84499999999999997,"15min":0.84499999999999997},"last":0.57499999999999996}]},{"osd":7,"last update":"Fri Sep 13 14:18:40 2024","interfaces":[{"interface":"back","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.84799999999999998,"5min":0.84799999999999998,"15min":0.84799999999999998},"last":0.52000000000000002},{"interface":"front","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.80700000000000005,"5min":0.80700000000000005,"15min":0.80700000000000005},"last":0.64900000000000002}]}]},{"osd":2,"up_from":18,"seq":77309411374,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27676,"kb_used_data":656,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717476,"statfs":{"total":95995035648,"available":95966695424,"internally_reserved":0,"allocated":671744,"data_stored":283093,"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":"Fri Sep 13 14:18:48 2024","interfaces":[{"interface":"back","average":{"1min":0.34399999999999997,"5min":0.34999999999999998,"15min":0.34000000000000002},"min":{"1min":0.221,"5min":0.188,"15min":0.188},"max":{"1min":0.55700000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"last":0.313},{"interface":"front","average":{"1min":0.374,"5min":0.375,"15min":0.36199999999999999},"min":{"1min":0.23899999999999999,"5min":0.20799999999999999,"15min":0.20799999999999999},"max":{"1min":0.58199999999999996,"5min":0.66100000000000003,"15min":0.66100000000000003},"last":0.30199999999999999}]},{"osd":1,"last update":"Fri Sep 13 14:18:48 2024","interfaces":[{"interface":"back","average":{"1min":0.35599999999999998,"5min":0.373,"15min":0.36499999999999999},"min":{"1min":0.26200000000000001,"5min":0.224,"15min":0.224},"max":{"1min":0.56200000000000006,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.26600000000000001},{"interface":"front","average":{"1min":0.40300000000000002,"5min":0.40000000000000002,"15min":0.38800000000000001},"min":{"1min":0.254,"5min":0.23000000000000001,"15min":0.23000000000000001},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.34799999999999998}]},{"osd":3,"last update":"Fri Sep 13 14:19:14 2024","interfaces":[{"interface":"back","average":{"1min":0.40100000000000002,"5min":0.46200000000000002,"15min":0.47199999999999998},"min":{"1min":0.30099999999999999,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.53900000000000003,"5min":0.82699999999999996,"15min":0.82699999999999996},"last":0.374},{"interface":"front","average":{"1min":0.38900000000000001,"5min":0.434,"15min":0.443},"min":{"1min":0.28100000000000003,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.55100000000000005,"5min":0.69599999999999995,"15min":0.69599999999999995},"last":0.33800000000000002}]},{"osd":4,"last update":"Fri Sep 13 14:18:30 2024","interfaces":[{"interface":"back","average":{"1min":0.58699999999999997,"5min":0.59299999999999997,"15min":0.59399999999999997},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.82399999999999995,"5min":0.82399999999999995,"15min":0.82399999999999995},"last":0.69199999999999995},{"interface":"front","average":{"1min":0.60899999999999999,"5min":0.61899999999999999,"15min":0.621},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":0.84099999999999997,"5min":0.84099999999999997,"15min":0.84099999999999997},"last":0.68000000000000005}]},{"osd":5,"last update":"Fri Sep 13 14:18:55 2024","interfaces":[{"interface":"back","average":{"1min":0.57899999999999996,"5min":0.59899999999999998,"15min":0.60299999999999998},"min":{"1min":0.44,"5min":0.439,"15min":0.439},"max":{"1min":0.77500000000000002,"5min":0.80500000000000005,"15min":0.80500000000000005},"last":0.56899999999999995},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.56299999999999994,"15min":0.56399999999999995},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.873,"5min":0.873,"15min":0.873},"last":0.71299999999999997}]},{"osd":6,"last update":"Fri Sep 13 14:18:17 2024","interfaces":[{"interface":"back","average":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"min":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.58099999999999996},{"interface":"front","average":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"min":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"last":0.745}]},{"osd":7,"last update":"Fri Sep 13 14:18:40 2024","interfaces":[{"interface":"back","average":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"min":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.59899999999999998},{"interface":"front","average":{"1min":0.621,"5min":0.621,"15min":0.621},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":0.86299999999999999,"5min":0.86299999999999999,"15min":0.86299999999999999},"last":0.64600000000000002}]}]},{"osd":1,"up_from":13,"seq":55834574899,"num_pgs":4,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":31776,"kb_used_data":660,"kb_used_omap":1,"kb_used_meta":31102,"kb_avail":93713376,"statfs":{"total":95995035648,"available":95962497024,"internally_reserved":0,"allocated":675840,"data_stored":283112,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":31848903},"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":"Fri Sep 13 14:18:25 2024","interfaces":[{"interface":"back","average":{"1min":0.375,"5min":0.33200000000000002,"15min":0.308},"min":{"1min":0.17799999999999999,"5min":0.17799999999999999,"15min":0.17799999999999999},"max":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"last":0.27100000000000002},{"interface":"front","average":{"1min":0.378,"5min":0.33500000000000002,"15min":0.31},"min":{"1min":0.25,"5min":0.191,"15min":0.191},"max":{"1min":0.47999999999999998,"5min":0.56299999999999994,"15min":0.56299999999999994},"last":0.36699999999999999}]},{"osd":2,"last update":"Fri Sep 13 14:18:47 2024","interfaces":[{"interface":"back","average":{"1min":0.38600000000000001,"5min":0.36599999999999999,"15min":0.35299999999999998},"min":{"1min":0.27200000000000002,"5min":0.23000000000000001,"15min":0.23000000000000001},"max":{"1min":0.53300000000000003,"5min":0.55300000000000005,"15min":0.55300000000000005},"last":0.34699999999999998},{"interface":"front","average":{"1min":0.39200000000000002,"5min":0.36799999999999999,"15min":0.35199999999999998},"min":{"1min":0.27600000000000002,"5min":0.23599999999999999,"15min":0.23599999999999999},"max":{"1min":0.505,"5min":0.51800000000000002,"15min":0.51800000000000002},"last":0.38100000000000001}]},{"osd":3,"last update":"Fri Sep 13 14:18:12 2024","interfaces":[{"interface":"back","average":{"1min":0.42999999999999999,"5min":0.41799999999999998,"15min":0.41599999999999998},"min":{"1min":0.23100000000000001,"5min":0.20799999999999999,"15min":0.20799999999999999},"max":{"1min":0.63100000000000001,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.32700000000000001},{"interface":"front","average":{"1min":0.46200000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"min":{"1min":0.25800000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.59799999999999998,"5min":0.64800000000000002,"15min":0.64800000000000002},"last":0.31}]},{"osd":4,"last update":"Fri Sep 13 14:18:31 2024","interfaces":[{"interface":"back","average":{"1min":0.48499999999999999,"5min":0.52000000000000002,"15min":0.52600000000000002},"min":{"1min":0.34000000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.63600000000000001,"5min":0.68999999999999995,"15min":0.68999999999999995},"last":0.66500000000000004},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.53700000000000003,"15min":0.53600000000000003},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"last":0.49299999999999999}]},{"osd":5,"last update":"Fri Sep 13 14:18:53 2024","interfaces":[{"interface":"back","average":{"1min":0.54100000000000004,"5min":0.55600000000000005,"15min":0.55800000000000005},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.505},{"interface":"front","average":{"1min":0.55900000000000005,"5min":0.54300000000000004,"15min":0.54000000000000004},"min":{"1min":0.38600000000000001,"5min":0.374,"15min":0.374},"max":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.59999999999999998}]},{"osd":6,"last update":"Fri Sep 13 14:18:17 2024","interfaces":[{"interface":"back","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.78500000000000003,"5min":0.78500000000000003,"15min":0.78500000000000003},"last":0.52500000000000002},{"interface":"front","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":0.80900000000000005,"5min":0.80900000000000005,"15min":0.80900000000000005},"last":0.53700000000000003}]},{"osd":7,"last update":"Fri Sep 13 14:18:41 2024","interfaces":[{"interface":"back","average":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":0.81799999999999995,"5min":0.81799999999999995,"15min":0.81799999999999995},"last":0.63100000000000001},{"interface":"front","average":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.86499999999999999,"5min":0.86499999999999999,"15min":0.86499999999999999},"last":0.46800000000000003}]}]},{"osd":0,"up_from":8,"seq":34359738424,"num_pgs":5,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28256,"kb_used_data":1236,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716896,"statfs":{"total":95995035648,"available":95966101504,"internally_reserved":0,"allocated":1265664,"data_stored":873461,"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":"Fri Sep 13 14:18:20 2024","interfaces":[{"interface":"back","average":{"1min":0.36799999999999999,"5min":0.33000000000000002,"15min":0.315},"min":{"1min":0.253,"5min":0.217,"15min":0.217},"max":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"last":0.20200000000000001},{"interface":"front","average":{"1min":0.35099999999999998,"5min":0.32700000000000001,"15min":0.309},"min":{"1min":0.23999999999999999,"5min":0.219,"15min":0.219},"max":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"last":0.23100000000000001}]},{"osd":2,"last update":"Fri Sep 13 14:18:45 2024","interfaces":[{"interface":"back","average":{"1min":0.36399999999999999,"5min":0.36699999999999999,"15min":0.36399999999999999},"min":{"1min":0.23899999999999999,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.50800000000000001,"5min":0.52700000000000002,"15min":0.52700000000000002},"last":0.26400000000000001},{"interface":"front","average":{"1min":0.39000000000000001,"5min":0.38800000000000001,"15min":0.377},"min":{"1min":0.28499999999999998,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.56399999999999995,"5min":0.59499999999999997,"15min":0.59499999999999997},"last":0.28599999999999998}]},{"osd":3,"last update":"Fri Sep 13 14:19:10 2024","interfaces":[{"interface":"back","average":{"1min":0.39900000000000002,"5min":0.41099999999999998,"15min":0.41299999999999998},"min":{"1min":0.28799999999999998,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"last":0.30399999999999999},{"interface":"front","average":{"1min":0.40699999999999997,"5min":0.42499999999999999,"15min":0.42699999999999999},"min":{"1min":0.29799999999999999,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":0.57399999999999995,"5min":0.58499999999999996,"15min":0.58499999999999996},"last":0.251}]},{"osd":4,"last update":"Fri Sep 13 14:18:32 2024","interfaces":[{"interface":"back","average":{"1min":0.501,"5min":0.51400000000000001,"15min":0.51600000000000001},"min":{"1min":0.36899999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"last":0.71099999999999997},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.55700000000000005,"15min":0.55900000000000005},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.52300000000000002}]},{"osd":5,"last update":"Fri Sep 13 14:18:55 2024","interfaces":[{"interface":"back","average":{"1min":0.56599999999999995,"5min":0.57699999999999996,"15min":0.57899999999999996},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.748,"5min":0.748,"15min":0.748},"last":0.58299999999999996},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.56999999999999995,"15min":0.57299999999999995},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.75,"5min":0.75,"15min":0.75},"last":0.67300000000000004}]},{"osd":6,"last update":"Fri Sep 13 14:18:16 2024","interfaces":[{"interface":"back","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.73899999999999999},{"interface":"front","average":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.59999999999999998}]},{"osd":7,"last update":"Fri Sep 13 14:18:40 2024","interfaces":[{"interface":"back","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.752,"5min":0.752,"15min":0.752},"last":0.64300000000000002},{"interface":"front","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.69199999999999995}]}]}],"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":0,"data_stored":0,"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":4096,"data_stored":19,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":4096,"data_stored":19,"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":4096,"data_stored":19,"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":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-13T14:19:17.071 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-13T14:19:17.636 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:17 smithi071 ceph-mon[29588]: Reconfiguring alertmanager.a (dependencies changed)... 2024-09-13T14:19:17.636 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:17 smithi071 ceph-mon[29588]: Reconfiguring daemon alertmanager.a on smithi071 2024-09-13T14:19:17.636 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:17 smithi071 ceph-mon[29588]: from='client.14601 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T14:19:17.636 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:17 smithi071 ceph-mon[41109]: Reconfiguring alertmanager.a (dependencies changed)... 2024-09-13T14:19:17.636 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:17 smithi071 ceph-mon[41109]: Reconfiguring daemon alertmanager.a on smithi071 2024-09-13T14:19:17.636 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:17 smithi071 ceph-mon[41109]: from='client.14601 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T14:19:17.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:17 smithi104 ceph-mon[33426]: Reconfiguring alertmanager.a (dependencies changed)... 2024-09-13T14:19:17.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:17 smithi104 ceph-mon[33426]: Reconfiguring daemon alertmanager.a on smithi071 2024-09-13T14:19:17.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:17 smithi104 ceph-mon[33426]: from='client.14601 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T14:19:18.606 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:18 smithi071 ceph-mon[29588]: pgmap v44: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:18.607 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:18 smithi071 ceph-mon[41109]: pgmap v44: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:18.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:18 smithi104 ceph-mon[33426]: pgmap v44: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:18.890 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:19:18 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:19:18] "GET /metrics HTTP/1.1" 200 28502 "" "Prometheus/2.43.0" 2024-09-13T14:19:18.935 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:19:19.772 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:19:19 smithi071 systemd[1]: Stopping Ceph alertmanager.a for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T14:19:20.800 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:20 smithi071 ceph-mon[29588]: pgmap v45: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:20.800 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:20 smithi071 ceph-mon[41109]: pgmap v45: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:20.801 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:19:20 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-alertmanager-a[71031]: ts=2024-09-13T14:19:20.698Z caller=main.go:583 level=info msg="Received SIGTERM, exiting gracefully..." 2024-09-13T14:19:20.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:20 smithi104 ceph-mon[33426]: pgmap v45: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:21.099 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:19:20 smithi071 podman[76438]: 2024-09-13 14:19:20.848051409 +0000 UTC m=+0.700493586 container died 506221b2a78a27a359c610b181a4f74e87326a0dedaeceed19d9b4eddc81b355 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-13T14:19:21.390 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:19:21 smithi071 podman[76438]: 2024-09-13 14:19:21.297691619 +0000 UTC m=+1.150133782 container cleanup 506221b2a78a27a359c610b181a4f74e87326a0dedaeceed19d9b4eddc81b355 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-13T14:19:21.390 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:19:21 smithi071 bash[76438]: ceph-18f8172c-71da-11ef-bceb-c7b262605968-alertmanager-a 2024-09-13T14:19:21.891 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:19:21 smithi071 podman[76477]: 2024-09-13 14:19:21.599387744 +0000 UTC m=+0.877040957 container remove 506221b2a78a27a359c610b181a4f74e87326a0dedaeceed19d9b4eddc81b355 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-13T14:19:21.891 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:19:21 smithi071 podman[76477]: 2024-09-13 14:19:21.683105583 +0000 UTC m=+0.960758732 volume remove 9f209b1a01f66fee9224331f69f2a8c09c06c6f8e905914a1101ee9942286618 2024-09-13T14:19:22.295 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:19:22.296 INFO:teuthology.orchestra.run.smithi071.stderr:dumped all 2024-09-13T14:19:22.510 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:19:22 smithi071 systemd[1]: ceph-18f8172c-71da-11ef-bceb-c7b262605968@alertmanager.a.service: Deactivated successfully. 2024-09-13T14:19:22.510 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:19:22 smithi071 systemd[1]: Stopped Ceph alertmanager.a for 18f8172c-71da-11ef-bceb-c7b262605968. 2024-09-13T14:19:22.511 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:19:22 smithi071 systemd[1]: Starting Ceph alertmanager.a for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T14:19:22.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:22 smithi071 ceph-mon[29588]: pgmap v46: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:22.890 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:22 smithi071 ceph-mon[41109]: pgmap v46: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:22.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:22 smithi104 ceph-mon[33426]: pgmap v46: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:23.044 INFO:teuthology.orchestra.run.smithi071.stdout:{"pg_ready":true,"pg_map":{"version":46,"stamp":"2024-09-13T14:19:21.451735+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590387,"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":212,"num_read_kb":306,"num_write":181,"num_write_kb":2418,"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":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":131,"ondisk_log_size":131,"up":27,"acting":27,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":27,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":8,"kb":749961216,"kb_used":227248,"kb_used_data":6992,"kb_used_omap":12,"kb_used_meta":220147,"kb_avail":749733968,"statfs":{"total":767960285184,"available":767727583232,"internally_reserved":0,"allocated":7159808,"data_stored":4035293,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12742,"internal_metadata":225431098},"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.001847"},"pg_stats":[{"pgid":"2.7","version":"0'0","reported_seq":20,"reported_epoch":66,"state":"active+clean","last_fresh":"2024-09-13T14:18:23.666726+0000","last_change":"2024-09-13T14:18:16.967640+0000","last_active":"2024-09-13T14:18:23.666726+0000","last_peered":"2024-09-13T14:18:23.666726+0000","last_clean":"2024-09-13T14:18:23.666726+0000","last_became_active":"2024-09-13T14:18:12.501448+0000","last_became_peered":"2024-09-13T14:18:12.501448+0000","last_unstale":"2024-09-13T14:18:23.666726+0000","last_undegraded":"2024-09-13T14:18:23.666726+0000","last_fullsized":"2024-09-13T14:18:23.666726+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:54:31.171058+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029877400000000002,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"2.6","version":"0'0","reported_seq":20,"reported_epoch":66,"state":"active+clean","last_fresh":"2024-09-13T14:18:23.665791+0000","last_change":"2024-09-13T14:18:16.963029+0000","last_active":"2024-09-13T14:18:23.665791+0000","last_peered":"2024-09-13T14:18:23.665791+0000","last_clean":"2024-09-13T14:18:23.665791+0000","last_became_active":"2024-09-13T14:18:12.658467+0000","last_became_peered":"2024-09-13T14:18:12.658467+0000","last_unstale":"2024-09-13T14:18:23.665791+0000","last_undegraded":"2024-09-13T14:18:23.665791+0000","last_fullsized":"2024-09-13T14:18:23.665791+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:31:01.291296+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00052897999999999997,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"2.5","version":"0'0","reported_seq":20,"reported_epoch":66,"state":"active+clean","last_fresh":"2024-09-13T14:18:23.666356+0000","last_change":"2024-09-13T14:18:17.358936+0000","last_active":"2024-09-13T14:18:23.666356+0000","last_peered":"2024-09-13T14:18:23.666356+0000","last_clean":"2024-09-13T14:18:23.666356+0000","last_became_active":"2024-09-13T14:18:12.658158+0000","last_became_peered":"2024-09-13T14:18:12.658158+0000","last_unstale":"2024-09-13T14:18:23.666356+0000","last_undegraded":"2024-09-13T14:18:23.666356+0000","last_fullsized":"2024-09-13T14:18:23.666356+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:19:35.192629+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000327091,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.4","version":"0'0","reported_seq":20,"reported_epoch":66,"state":"active+clean","last_fresh":"2024-09-13T14:18:23.665754+0000","last_change":"2024-09-13T14:18:16.962678+0000","last_active":"2024-09-13T14:18:23.665754+0000","last_peered":"2024-09-13T14:18:23.665754+0000","last_clean":"2024-09-13T14:18:23.665754+0000","last_became_active":"2024-09-13T14:18:12.566750+0000","last_became_peered":"2024-09-13T14:18:12.566750+0000","last_unstale":"2024-09-13T14:18:23.665754+0000","last_undegraded":"2024-09-13T14:18:23.665754+0000","last_fullsized":"2024-09-13T14:18:23.665754+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:04:49.593449+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00031535100000000001,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"2.2","version":"65'2","reported_seq":22,"reported_epoch":66,"state":"active+clean","last_fresh":"2024-09-13T14:18:23.666383+0000","last_change":"2024-09-13T14:18:16.966870+0000","last_active":"2024-09-13T14:18:23.666383+0000","last_peered":"2024-09-13T14:18:23.666383+0000","last_clean":"2024-09-13T14:18:23.666383+0000","last_became_active":"2024-09-13T14:18:12.501563+0000","last_became_peered":"2024-09-13T14:18:12.501563+0000","last_unstale":"2024-09-13T14:18:23.666383+0000","last_undegraded":"2024-09-13T14:18:23.666383+0000","last_fullsized":"2024-09-13T14:18:23.666383+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-14T20:36:36.799974+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00094368000000000002,"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":[5,1,6],"acting":[5,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.1","version":"0'0","reported_seq":20,"reported_epoch":66,"state":"active+clean","last_fresh":"2024-09-13T14:18:22.789357+0000","last_change":"2024-09-13T14:18:16.962618+0000","last_active":"2024-09-13T14:18:22.789357+0000","last_peered":"2024-09-13T14:18:22.789357+0000","last_clean":"2024-09-13T14:18:22.789357+0000","last_became_active":"2024-09-13T14:18:12.566810+0000","last_became_peered":"2024-09-13T14:18:12.566810+0000","last_unstale":"2024-09-13T14:18:22.789357+0000","last_undegraded":"2024-09-13T14:18:22.789357+0000","last_fullsized":"2024-09-13T14:18:22.789357+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:32:58.629029+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00030931399999999999,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"2.0","version":"0'0","reported_seq":20,"reported_epoch":66,"state":"active+clean","last_fresh":"2024-09-13T14:18:23.666887+0000","last_change":"2024-09-13T14:18:17.358948+0000","last_active":"2024-09-13T14:18:23.666887+0000","last_peered":"2024-09-13T14:18:23.666887+0000","last_clean":"2024-09-13T14:18:23.666887+0000","last_became_active":"2024-09-13T14:18:12.566842+0000","last_became_peered":"2024-09-13T14:18:12.566842+0000","last_unstale":"2024-09-13T14:18:23.666887+0000","last_undegraded":"2024-09-13T14:18:23.666887+0000","last_fullsized":"2024-09-13T14:18:23.666887+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:40:51.655619+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000322109,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"2.3","version":"63'1","reported_seq":21,"reported_epoch":66,"state":"active+clean","last_fresh":"2024-09-13T14:18:23.666225+0000","last_change":"2024-09-13T14:18:16.966217+0000","last_active":"2024-09-13T14:18:23.666225+0000","last_peered":"2024-09-13T14:18:23.666225+0000","last_clean":"2024-09-13T14:18:23.666225+0000","last_became_active":"2024-09-13T14:18:12.500587+0000","last_became_peered":"2024-09-13T14:18:12.500587+0000","last_unstale":"2024-09-13T14:18:23.666225+0000","last_undegraded":"2024-09-13T14:18:23.666225+0000","last_fullsized":"2024-09-13T14:18:23.666225+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-14T15:38:32.791880+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029038399999999998,"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":[5,2,7],"acting":[5,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"1.0","version":"60'128","reported_seq":262,"reported_epoch":65,"state":"active+clean","last_fresh":"2024-09-13T14:18:17.358609+0000","last_change":"2024-09-13T14:17:43.789601+0000","last_active":"2024-09-13T14:18:17.358609+0000","last_peered":"2024-09-13T14:18:17.358609+0000","last_clean":"2024-09-13T14:18:17.358609+0000","last_became_active":"2024-09-13T14:17:43.789217+0000","last_became_peered":"2024-09-13T14:17:43.789217+0000","last_unstale":"2024-09-13T14:18:17.358609+0000","last_undegraded":"2024-09-13T14:18:17.358609+0000","last_fullsized":"2024-09-13T14:18:17.358609+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:15:42.548303+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-09-14T17:35:47.839598+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":[]}],"pool_stats":[{"poolid":2,"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":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":54,"seq":231928234006,"num_pgs":6,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28256,"kb_used_data":1236,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716896,"statfs":{"total":95995035648,"available":95966101504,"internally_reserved":0,"allocated":1265664,"data_stored":873461,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1588,"internal_metadata":27654604},"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":"Fri Sep 13 14:18:40 2024","interfaces":[{"interface":"back","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"last":0.48699999999999999},{"interface":"front","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"last":0.57299999999999995}]},{"osd":1,"last update":"Fri Sep 13 14:18:40 2024","interfaces":[{"interface":"back","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.38100000000000001},{"interface":"front","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.60099999999999998}]},{"osd":2,"last update":"Fri Sep 13 14:18:40 2024","interfaces":[{"interface":"back","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.443,"5min":0.443,"15min":0.443},"max":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.68799999999999994},"last":0.36799999999999999},{"interface":"front","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.76100000000000001,"5min":0.76100000000000001,"15min":0.76100000000000001},"last":0.58799999999999997}]},{"osd":3,"last update":"Fri Sep 13 14:18:40 2024","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.504},{"interface":"front","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.42499999999999999}]},{"osd":4,"last update":"Fri Sep 13 14:18:40 2024","interfaces":[{"interface":"back","average":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.39900000000000002},{"interface":"front","average":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.78800000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"last":0.443}]},{"osd":5,"last update":"Fri Sep 13 14:18:40 2024","interfaces":[{"interface":"back","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.53400000000000003},{"interface":"front","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.47199999999999998}]},{"osd":6,"last update":"Fri Sep 13 14:18:40 2024","interfaces":[{"interface":"back","average":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"last":0.51800000000000002},{"interface":"front","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.876,"5min":0.876,"15min":0.876},"last":0.55700000000000005}]}]},{"osd":6,"up_from":46,"seq":197568495644,"num_pgs":4,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28260,"kb_used_data":1240,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716892,"statfs":{"total":95995035648,"available":95966097408,"internally_reserved":0,"allocated":1269760,"data_stored":873480,"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":"Fri Sep 13 14:19:19 2024","interfaces":[{"interface":"back","average":{"1min":0.48099999999999998,"5min":0.51400000000000001,"15min":0.52000000000000002},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.64600000000000002,"5min":0.70499999999999996,"15min":0.70499999999999996},"last":0.61599999999999999},{"interface":"front","average":{"1min":0.53600000000000003,"5min":0.51700000000000002,"15min":0.51400000000000001},"min":{"1min":0.39400000000000002,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.71999999999999997,"5min":0.78800000000000003,"15min":0.78800000000000003},"last":0.53600000000000003}]},{"osd":1,"last update":"Fri Sep 13 14:19:19 2024","interfaces":[{"interface":"back","average":{"1min":0.49299999999999999,"5min":0.51000000000000001,"15min":0.51300000000000001},"min":{"1min":0.372,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.68400000000000005,"5min":0.82599999999999996,"15min":0.82599999999999996},"last":0.59999999999999998},{"interface":"front","average":{"1min":0.51200000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.69199999999999995,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.46800000000000003}]},{"osd":2,"last update":"Fri Sep 13 14:19:19 2024","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.54400000000000004,"15min":0.54900000000000004},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.67200000000000004,"5min":0.81799999999999995,"15min":0.81799999999999995},"last":0.57399999999999995},{"interface":"front","average":{"1min":0.52600000000000002,"5min":0.52100000000000002,"15min":0.52000000000000002},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.745,"5min":0.752,"15min":0.752},"last":0.58799999999999997}]},{"osd":3,"last update":"Fri Sep 13 14:19:19 2024","interfaces":[{"interface":"back","average":{"1min":0.499,"5min":0.52400000000000002,"15min":0.52800000000000002},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.69299999999999995,"5min":0.76000000000000001,"15min":0.76000000000000001},"last":0.55100000000000005},{"interface":"front","average":{"1min":0.53400000000000003,"5min":0.51700000000000002,"15min":0.51400000000000001},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.72199999999999998,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.496}]},{"osd":4,"last update":"Fri Sep 13 14:19:19 2024","interfaces":[{"interface":"back","average":{"1min":0.47699999999999998,"5min":0.40000000000000002,"15min":0.38700000000000001},"min":{"1min":0.32300000000000001,"5min":0.247,"15min":0.247},"max":{"1min":0.75900000000000001,"5min":0.75900000000000001,"15min":0.75900000000000001},"last":0.36399999999999999},{"interface":"front","average":{"1min":0.47699999999999998,"5min":0.41299999999999998,"15min":0.40200000000000002},"min":{"1min":0.32800000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"last":0.33400000000000002}]},{"osd":5,"last update":"Fri Sep 13 14:19:19 2024","interfaces":[{"interface":"back","average":{"1min":0.50800000000000001,"5min":0.42499999999999999,"15min":0.41099999999999998},"min":{"1min":0.31,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.78700000000000003},"last":0.42399999999999999},{"interface":"front","average":{"1min":0.504,"5min":0.436,"15min":0.42399999999999999},"min":{"1min":0.33600000000000002,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.39300000000000002}]},{"osd":7,"last update":"Fri Sep 13 14:18:41 2024","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.28999999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.72799999999999998,"5min":0.72799999999999998,"15min":0.72799999999999998},"last":0.47999999999999998},{"interface":"front","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.745,"5min":0.745,"15min":0.745},"last":0.40899999999999997}]}]},{"osd":5,"up_from":38,"seq":163208757280,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27676,"kb_used_data":656,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717476,"statfs":{"total":95995035648,"available":95966695424,"internally_reserved":0,"allocated":671744,"data_stored":282831,"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":"Fri Sep 13 14:18:55 2024","interfaces":[{"interface":"back","average":{"1min":0.48199999999999998,"5min":0.47499999999999998,"15min":0.47399999999999998},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.55400000000000005},{"interface":"front","average":{"1min":0.54100000000000004,"5min":0.49199999999999999,"15min":0.48399999999999999},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.67600000000000005,"5min":0.69999999999999996,"15min":0.69999999999999996},"last":0.66100000000000003}]},{"osd":1,"last update":"Fri Sep 13 14:18:55 2024","interfaces":[{"interface":"back","average":{"1min":0.48799999999999999,"5min":0.45500000000000002,"15min":0.44900000000000001},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.54300000000000004},{"interface":"front","average":{"1min":0.5,"5min":0.497,"15min":0.497},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.67100000000000004,"5min":0.67600000000000005,"15min":0.67600000000000005},"last":0.67900000000000005}]},{"osd":2,"last update":"Fri Sep 13 14:18:55 2024","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.48899999999999999,"15min":0.48299999999999998},"min":{"1min":0.41299999999999998,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"last":0.69499999999999995},{"interface":"front","average":{"1min":0.505,"5min":0.496,"15min":0.49399999999999999},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.56399999999999995}]},{"osd":3,"last update":"Fri Sep 13 14:18:55 2024","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.498,"15min":0.48899999999999999},"min":{"1min":0.38500000000000001,"5min":0.379,"15min":0.379},"max":{"1min":1.018,"5min":1.018,"15min":1.018},"last":0.71399999999999997},{"interface":"front","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.66000000000000003,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.625}]},{"osd":4,"last update":"Fri Sep 13 14:18:55 2024","interfaces":[{"interface":"back","average":{"1min":0.41599999999999998,"5min":0.37,"15min":0.36199999999999999},"min":{"1min":0.30399999999999999,"5min":0.25,"15min":0.25},"max":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"last":0.41199999999999998},{"interface":"front","average":{"1min":0.47799999999999998,"5min":0.41299999999999998,"15min":0.40200000000000002},"min":{"1min":0.308,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.66700000000000004,"5min":0.86799999999999999,"15min":0.86799999999999999},"last":0.47899999999999998}]},{"osd":6,"last update":"Fri Sep 13 14:18:19 2024","interfaces":[{"interface":"back","average":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.45500000000000002},{"interface":"front","average":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"min":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.79500000000000004,"5min":0.79500000000000004,"15min":0.79500000000000004},"last":0.44400000000000001}]},{"osd":7,"last update":"Fri Sep 13 14:18:43 2024","interfaces":[{"interface":"back","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.83399999999999996,"5min":0.83399999999999996,"15min":0.83399999999999996},"last":0.51200000000000001},{"interface":"front","average":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"last":0.42899999999999999}]}]},{"osd":4,"up_from":30,"seq":128849018917,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27672,"kb_used_data":652,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717480,"statfs":{"total":95995035648,"available":95966699520,"internally_reserved":0,"allocated":667648,"data_stored":282762,"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":"Fri Sep 13 14:18:36 2024","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.54100000000000004,"15min":0.54400000000000004},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.753,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.69199999999999995},{"interface":"front","average":{"1min":0.51300000000000001,"5min":0.54300000000000004,"15min":0.54800000000000004},"min":{"1min":0.36499999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.64400000000000002,"5min":0.82899999999999996,"15min":0.82899999999999996},"last":0.503}]},{"osd":1,"last update":"Fri Sep 13 14:18:36 2024","interfaces":[{"interface":"back","average":{"1min":0.503,"5min":0.53100000000000003,"15min":0.53600000000000003},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.70099999999999996,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.61399999999999999},{"interface":"front","average":{"1min":0.48899999999999999,"5min":0.52100000000000002,"15min":0.52700000000000002},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"last":0.627}]},{"osd":2,"last update":"Fri Sep 13 14:18:36 2024","interfaces":[{"interface":"back","average":{"1min":0.53400000000000003,"5min":0.54200000000000004,"15min":0.54400000000000004},"min":{"1min":0.38800000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.69099999999999995,"5min":0.79500000000000004,"15min":0.79500000000000004},"last":0.66700000000000004},{"interface":"front","average":{"1min":0.53800000000000003,"5min":0.53400000000000003,"15min":0.53300000000000003},"min":{"1min":0.40699999999999997,"5min":0.309,"15min":0.309},"max":{"1min":0.71799999999999997,"5min":0.78100000000000003,"15min":0.78100000000000003},"last":0.47699999999999998}]},{"osd":3,"last update":"Fri Sep 13 14:18:36 2024","interfaces":[{"interface":"back","average":{"1min":0.53000000000000003,"5min":0.55400000000000005,"15min":0.55800000000000005},"min":{"1min":0.39000000000000001,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.68200000000000005,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.58199999999999996},{"interface":"front","average":{"1min":0.52900000000000003,"5min":0.54500000000000004,"15min":0.54700000000000004},"min":{"1min":0.36399999999999999,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.66700000000000004,"5min":0.70799999999999996,"15min":0.70799999999999996},"last":0.56000000000000005}]},{"osd":5,"last update":"Fri Sep 13 14:18:58 2024","interfaces":[{"interface":"back","average":{"1min":0.45400000000000001,"5min":0.375,"15min":0.36199999999999999},"min":{"1min":0.311,"5min":0.22600000000000001,"15min":0.22600000000000001},"max":{"1min":0.66600000000000004,"5min":0.66600000000000004,"15min":0.66600000000000004},"last":0.60099999999999998},{"interface":"front","average":{"1min":0.45000000000000001,"5min":0.39400000000000002,"15min":0.38500000000000001},"min":{"1min":0.29499999999999998,"5min":0.246,"15min":0.246},"max":{"1min":0.66300000000000003,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.64000000000000001}]},{"osd":6,"last update":"Fri Sep 13 14:19:17 2024","interfaces":[{"interface":"back","average":{"1min":0.436,"5min":0.432,"15min":0.43099999999999999},"min":{"1min":0.29099999999999998,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.57299999999999995,"5min":0.69399999999999995,"15min":0.69399999999999995},"last":0.48899999999999999},{"interface":"front","average":{"1min":0.49099999999999999,"5min":0.45100000000000001,"15min":0.44500000000000001},"min":{"1min":0.35599999999999998,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.65100000000000002,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.53200000000000003}]},{"osd":7,"last update":"Fri Sep 13 14:18:40 2024","interfaces":[{"interface":"back","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"last":0.52200000000000002},{"interface":"front","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.65000000000000002}]}]},{"osd":3,"up_from":25,"seq":107374182442,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27676,"kb_used_data":656,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717476,"statfs":{"total":95995035648,"available":95966695424,"internally_reserved":0,"allocated":671744,"data_stored":283093,"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":"Fri Sep 13 14:19:12 2024","interfaces":[{"interface":"back","average":{"1min":0.30599999999999999,"5min":0.376,"15min":0.39200000000000002},"min":{"1min":0.214,"5min":0.214,"15min":0.214},"max":{"1min":0.40999999999999998,"5min":0.56999999999999995,"15min":0.56999999999999995},"last":0.30099999999999999},{"interface":"front","average":{"1min":0.35699999999999998,"5min":0.40899999999999997,"15min":0.42699999999999999},"min":{"1min":0.23100000000000001,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.48299999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"last":0.41099999999999998}]},{"osd":1,"last update":"Fri Sep 13 14:19:12 2024","interfaces":[{"interface":"back","average":{"1min":0.35199999999999998,"5min":0.41599999999999998,"15min":0.435},"min":{"1min":0.24299999999999999,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.48599999999999999,"5min":0.84599999999999997,"15min":0.84599999999999997},"last":0.35399999999999998},{"interface":"front","average":{"1min":0.375,"5min":0.42099999999999999,"15min":0.437},"min":{"1min":0.23100000000000001,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.46000000000000002}]},{"osd":2,"last update":"Fri Sep 13 14:19:12 2024","interfaces":[{"interface":"back","average":{"1min":0.38800000000000001,"5min":0.44500000000000001,"15min":0.46600000000000003},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.56100000000000005,"5min":0.76700000000000002,"15min":0.76700000000000002},"last":0.38600000000000001},{"interface":"front","average":{"1min":0.36599999999999999,"5min":0.42799999999999999,"15min":0.44800000000000001},"min":{"1min":0.25800000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.56399999999999995,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.33800000000000002}]},{"osd":4,"last update":"Fri Sep 13 14:18:31 2024","interfaces":[{"interface":"back","average":{"1min":0.53600000000000003,"5min":0.54500000000000004,"15min":0.54700000000000004},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.83899999999999997,"5min":0.83899999999999997,"15min":0.83899999999999997},"last":0.47099999999999997},{"interface":"front","average":{"1min":0.56399999999999995,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.42399999999999999,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":0.82999999999999996,"5min":0.82999999999999996,"15min":0.82999999999999996},"last":0.48299999999999998}]},{"osd":5,"last update":"Fri Sep 13 14:18:53 2024","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.55400000000000005,"15min":0.55900000000000005},"min":{"1min":0.39100000000000001,"5min":0.371,"15min":0.371},"max":{"1min":0.71299999999999997,"5min":0.75900000000000001,"15min":0.75900000000000001},"last":0.42699999999999999},{"interface":"front","average":{"1min":0.48799999999999999,"5min":0.56000000000000005,"15min":0.57199999999999995},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.64600000000000002,"5min":0.84299999999999997,"15min":0.84299999999999997},"last":0.48999999999999999}]},{"osd":6,"last update":"Fri Sep 13 14:19:19 2024","interfaces":[{"interface":"back","average":{"1min":0.55100000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.39900000000000002,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.80600000000000005,"5min":0.86199999999999999,"15min":0.86199999999999999},"last":0.44600000000000001},{"interface":"front","average":{"1min":0.53600000000000003,"5min":0.56799999999999995,"15min":0.57399999999999995},"min":{"1min":0.35999999999999999,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.75600000000000001,"5min":0.84499999999999997,"15min":0.84499999999999997},"last":0.53300000000000003}]},{"osd":7,"last update":"Fri Sep 13 14:18:40 2024","interfaces":[{"interface":"back","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.84799999999999998,"5min":0.84799999999999998,"15min":0.84799999999999998},"last":0.55800000000000005},{"interface":"front","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.80700000000000005,"5min":0.80700000000000005,"15min":0.80700000000000005},"last":0.52800000000000002}]}]},{"osd":2,"up_from":18,"seq":77309411375,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27676,"kb_used_data":656,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717476,"statfs":{"total":95995035648,"available":95966695424,"internally_reserved":0,"allocated":671744,"data_stored":283093,"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":"Fri Sep 13 14:18:48 2024","interfaces":[{"interface":"back","average":{"1min":0.34399999999999997,"5min":0.34999999999999998,"15min":0.34000000000000002},"min":{"1min":0.221,"5min":0.188,"15min":0.188},"max":{"1min":0.55700000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"last":0.29399999999999998},{"interface":"front","average":{"1min":0.374,"5min":0.375,"15min":0.36199999999999999},"min":{"1min":0.23899999999999999,"5min":0.20799999999999999,"15min":0.20799999999999999},"max":{"1min":0.58199999999999996,"5min":0.66100000000000003,"15min":0.66100000000000003},"last":0.214}]},{"osd":1,"last update":"Fri Sep 13 14:18:48 2024","interfaces":[{"interface":"back","average":{"1min":0.35599999999999998,"5min":0.373,"15min":0.36499999999999999},"min":{"1min":0.26200000000000001,"5min":0.224,"15min":0.224},"max":{"1min":0.56200000000000006,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.31},{"interface":"front","average":{"1min":0.40300000000000002,"5min":0.40000000000000002,"15min":0.38800000000000001},"min":{"1min":0.254,"5min":0.23000000000000001,"15min":0.23000000000000001},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.22800000000000001}]},{"osd":3,"last update":"Fri Sep 13 14:19:14 2024","interfaces":[{"interface":"back","average":{"1min":0.40100000000000002,"5min":0.46200000000000002,"15min":0.47199999999999998},"min":{"1min":0.30099999999999999,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.53900000000000003,"5min":0.82699999999999996,"15min":0.82699999999999996},"last":0.33000000000000002},{"interface":"front","average":{"1min":0.38900000000000001,"5min":0.434,"15min":0.443},"min":{"1min":0.28100000000000003,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.55100000000000005,"5min":0.69599999999999995,"15min":0.69599999999999995},"last":0.27000000000000002}]},{"osd":4,"last update":"Fri Sep 13 14:18:30 2024","interfaces":[{"interface":"back","average":{"1min":0.58699999999999997,"5min":0.59299999999999997,"15min":0.59399999999999997},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.82399999999999995,"5min":0.82399999999999995,"15min":0.82399999999999995},"last":0.63100000000000001},{"interface":"front","average":{"1min":0.60899999999999999,"5min":0.61899999999999999,"15min":0.621},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":0.84099999999999997,"5min":0.84099999999999997,"15min":0.84099999999999997},"last":0.64600000000000002}]},{"osd":5,"last update":"Fri Sep 13 14:18:55 2024","interfaces":[{"interface":"back","average":{"1min":0.57899999999999996,"5min":0.59899999999999998,"15min":0.60299999999999998},"min":{"1min":0.44,"5min":0.439,"15min":0.439},"max":{"1min":0.77500000000000002,"5min":0.80500000000000005,"15min":0.80500000000000005},"last":0.74199999999999999},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.56299999999999994,"15min":0.56399999999999995},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.873,"5min":0.873,"15min":0.873},"last":0.61299999999999999}]},{"osd":6,"last update":"Fri Sep 13 14:19:19 2024","interfaces":[{"interface":"back","average":{"1min":0.56599999999999995,"5min":0.60099999999999998,"15min":0.60699999999999998},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.71099999999999997,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.67000000000000004},{"interface":"front","average":{"1min":0.58099999999999996,"5min":0.59799999999999998,"15min":0.60099999999999998},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.85299999999999998,"5min":0.85299999999999998,"15min":0.85299999999999998},"last":0.51200000000000001}]},{"osd":7,"last update":"Fri Sep 13 14:18:40 2024","interfaces":[{"interface":"back","average":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"min":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.55500000000000005},{"interface":"front","average":{"1min":0.621,"5min":0.621,"15min":0.621},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":0.86299999999999999,"5min":0.86299999999999999,"15min":0.86299999999999999},"last":0.71499999999999997}]}]},{"osd":1,"up_from":13,"seq":55834574900,"num_pgs":4,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":31776,"kb_used_data":660,"kb_used_omap":1,"kb_used_meta":31102,"kb_avail":93713376,"statfs":{"total":95995035648,"available":95962497024,"internally_reserved":0,"allocated":675840,"data_stored":283112,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":31848903},"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":"Fri Sep 13 14:18:25 2024","interfaces":[{"interface":"back","average":{"1min":0.375,"5min":0.33200000000000002,"15min":0.308},"min":{"1min":0.17799999999999999,"5min":0.17799999999999999,"15min":0.17799999999999999},"max":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"last":0.24099999999999999},{"interface":"front","average":{"1min":0.378,"5min":0.33500000000000002,"15min":0.31},"min":{"1min":0.25,"5min":0.191,"15min":0.191},"max":{"1min":0.47999999999999998,"5min":0.56299999999999994,"15min":0.56299999999999994},"last":0.32800000000000001}]},{"osd":2,"last update":"Fri Sep 13 14:18:47 2024","interfaces":[{"interface":"back","average":{"1min":0.38600000000000001,"5min":0.36599999999999999,"15min":0.35299999999999998},"min":{"1min":0.27200000000000002,"5min":0.23000000000000001,"15min":0.23000000000000001},"max":{"1min":0.53300000000000003,"5min":0.55300000000000005,"15min":0.55300000000000005},"last":0.28399999999999997},{"interface":"front","average":{"1min":0.39200000000000002,"5min":0.36799999999999999,"15min":0.35199999999999998},"min":{"1min":0.27600000000000002,"5min":0.23599999999999999,"15min":0.23599999999999999},"max":{"1min":0.505,"5min":0.51800000000000002,"15min":0.51800000000000002},"last":0.27000000000000002}]},{"osd":3,"last update":"Fri Sep 13 14:19:16 2024","interfaces":[{"interface":"back","average":{"1min":0.378,"5min":0.40999999999999998,"15min":0.41299999999999998},"min":{"1min":0.26900000000000002,"5min":0.20799999999999999,"15min":0.20799999999999999},"max":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.30499999999999999},{"interface":"front","average":{"1min":0.41399999999999998,"5min":0.45000000000000001,"15min":0.45600000000000002},"min":{"1min":0.29799999999999999,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.93100000000000005,"5min":0.93100000000000005,"15min":0.93100000000000005},"last":0.32000000000000001}]},{"osd":4,"last update":"Fri Sep 13 14:18:31 2024","interfaces":[{"interface":"back","average":{"1min":0.48499999999999999,"5min":0.52000000000000002,"15min":0.52600000000000002},"min":{"1min":0.34000000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.63600000000000001,"5min":0.68999999999999995,"15min":0.68999999999999995},"last":0.58999999999999997},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.53700000000000003,"15min":0.53600000000000003},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"last":0.71299999999999997}]},{"osd":5,"last update":"Fri Sep 13 14:18:53 2024","interfaces":[{"interface":"back","average":{"1min":0.54100000000000004,"5min":0.55600000000000005,"15min":0.55800000000000005},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.65300000000000002},{"interface":"front","average":{"1min":0.55900000000000005,"5min":0.54300000000000004,"15min":0.54000000000000004},"min":{"1min":0.38600000000000001,"5min":0.374,"15min":0.374},"max":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.63300000000000001}]},{"osd":6,"last update":"Fri Sep 13 14:18:17 2024","interfaces":[{"interface":"back","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.78500000000000003,"5min":0.78500000000000003,"15min":0.78500000000000003},"last":0.57099999999999995},{"interface":"front","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":0.80900000000000005,"5min":0.80900000000000005,"15min":0.80900000000000005},"last":0.69399999999999995}]},{"osd":7,"last update":"Fri Sep 13 14:18:41 2024","interfaces":[{"interface":"back","average":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":0.81799999999999995,"5min":0.81799999999999995,"15min":0.81799999999999995},"last":0.67500000000000004},{"interface":"front","average":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.86499999999999999,"5min":0.86499999999999999,"15min":0.86499999999999999},"last":0.76400000000000001}]}]},{"osd":0,"up_from":8,"seq":34359738425,"num_pgs":5,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28256,"kb_used_data":1236,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716896,"statfs":{"total":95995035648,"available":95966101504,"internally_reserved":0,"allocated":1265664,"data_stored":873461,"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":"Fri Sep 13 14:18:20 2024","interfaces":[{"interface":"back","average":{"1min":0.36799999999999999,"5min":0.33000000000000002,"15min":0.315},"min":{"1min":0.253,"5min":0.217,"15min":0.217},"max":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"last":0.221},{"interface":"front","average":{"1min":0.35099999999999998,"5min":0.32700000000000001,"15min":0.309},"min":{"1min":0.23999999999999999,"5min":0.219,"15min":0.219},"max":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"last":0.30399999999999999}]},{"osd":2,"last update":"Fri Sep 13 14:18:45 2024","interfaces":[{"interface":"back","average":{"1min":0.36399999999999999,"5min":0.36699999999999999,"15min":0.36399999999999999},"min":{"1min":0.23899999999999999,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.50800000000000001,"5min":0.52700000000000002,"15min":0.52700000000000002},"last":0.28100000000000003},{"interface":"front","average":{"1min":0.39000000000000001,"5min":0.38800000000000001,"15min":0.377},"min":{"1min":0.28499999999999998,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.56399999999999995,"5min":0.59499999999999997,"15min":0.59499999999999997},"last":0.26200000000000001}]},{"osd":3,"last update":"Fri Sep 13 14:19:10 2024","interfaces":[{"interface":"back","average":{"1min":0.39900000000000002,"5min":0.41099999999999998,"15min":0.41299999999999998},"min":{"1min":0.28799999999999998,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"last":0.23999999999999999},{"interface":"front","average":{"1min":0.40699999999999997,"5min":0.42499999999999999,"15min":0.42699999999999999},"min":{"1min":0.29799999999999999,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":0.57399999999999995,"5min":0.58499999999999996,"15min":0.58499999999999996},"last":0.29499999999999998}]},{"osd":4,"last update":"Fri Sep 13 14:18:32 2024","interfaces":[{"interface":"back","average":{"1min":0.501,"5min":0.51400000000000001,"15min":0.51600000000000001},"min":{"1min":0.36899999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"last":0.46300000000000002},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.55700000000000005,"15min":0.55900000000000005},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.51400000000000001}]},{"osd":5,"last update":"Fri Sep 13 14:18:55 2024","interfaces":[{"interface":"back","average":{"1min":0.56599999999999995,"5min":0.57699999999999996,"15min":0.57899999999999996},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.748,"5min":0.748,"15min":0.748},"last":0.495},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.56999999999999995,"15min":0.57299999999999995},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.75,"5min":0.75,"15min":0.75},"last":0.54700000000000004}]},{"osd":6,"last update":"Fri Sep 13 14:19:16 2024","interfaces":[{"interface":"back","average":{"1min":0.55600000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.47699999999999998},{"interface":"front","average":{"1min":0.56100000000000005,"5min":0.56999999999999995,"15min":0.57199999999999995},"min":{"1min":0.40699999999999997,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.72699999999999998,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.57299999999999995}]},{"osd":7,"last update":"Fri Sep 13 14:18:40 2024","interfaces":[{"interface":"back","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.752,"5min":0.752,"15min":0.752},"last":0.58199999999999996},{"interface":"front","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.44800000000000001}]}]}],"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":0,"data_stored":0,"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":4096,"data_stored":19,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":4096,"data_stored":19,"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":4096,"data_stored":19,"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":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-13T14:19:23.046 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-13T14:19:23.046 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-13T14:19:23.046 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-13T14:19:23.046 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph health --format=json 2024-09-13T14:19:23.308 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:19:23 smithi071 podman[76629]: 2024-09-13 14:19:23.080521946 +0000 UTC m=+0.746412561 image pull c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19 quay.io/prometheus/alertmanager:v0.25.0 2024-09-13T14:19:23.308 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:19:23 smithi071 podman[76629]: 2024-09-13 14:19:23.190601392 +0000 UTC m=+0.856491999 volume create 5ef3488beb02a78d8551d4bdacb54986b1efcdf35dcbad6d2611aa658ab71a56 2024-09-13T14:19:23.308 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:19:23 smithi071 podman[76629]: 2024-09-13 14:19:23.307889039 +0000 UTC m=+0.973779646 container create 899307b1c0a927abd3b2b78620f07151766913d17101740d38d7e67556880f83 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-13T14:19:23.618 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:23 smithi071 ceph-mon[29588]: from='client.24506 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T14:19:23.619 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:23 smithi071 ceph-mon[41109]: from='client.24506 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T14:19:23.780 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:19:23.891 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:19:23 smithi071 podman[76629]: 2024-09-13 14:19:23.618539332 +0000 UTC m=+1.284429948 container init 899307b1c0a927abd3b2b78620f07151766913d17101740d38d7e67556880f83 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-13T14:19:23.891 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:19:23 smithi071 podman[76629]: 2024-09-13 14:19:23.623161143 +0000 UTC m=+1.289051758 container start 899307b1c0a927abd3b2b78620f07151766913d17101740d38d7e67556880f83 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-13T14:19:23.891 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:19:23 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-alertmanager-a[76697]: ts=2024-09-13T14:19:23.635Z caller=main.go:240 level=info msg="Starting Alertmanager" version="(version=0.25.0, branch=HEAD, revision=258fab7cdd551f2cf251ed0348f0ad7289aee789)" 2024-09-13T14:19:23.891 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:19:23 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-alertmanager-a[76697]: ts=2024-09-13T14:19:23.635Z caller=main.go:241 level=info build_context="(go=go1.19.4, user=root@abe866dd5717, date=20221222-14:51:36)" 2024-09-13T14:19:23.891 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:19:23 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-alertmanager-a[76697]: ts=2024-09-13T14:19:23.636Z caller=cluster.go:185 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.71 port=9094 2024-09-13T14:19:23.891 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:19:23 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-alertmanager-a[76697]: ts=2024-09-13T14:19:23.637Z caller=cluster.go:681 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-09-13T14:19:23.891 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:19:23 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-alertmanager-a[76697]: ts=2024-09-13T14:19:23.660Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-13T14:19:23.891 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:19:23 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-alertmanager-a[76697]: ts=2024-09-13T14:19:23.660Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-13T14:19:23.891 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:19:23 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-alertmanager-a[76697]: ts=2024-09-13T14:19:23.663Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9093 2024-09-13T14:19:23.891 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:19:23 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-alertmanager-a[76697]: ts=2024-09-13T14:19:23.663Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-09-13T14:19:23.891 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:19:23 smithi071 bash[76629]: 899307b1c0a927abd3b2b78620f07151766913d17101740d38d7e67556880f83 2024-09-13T14:19:23.891 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:19:23 smithi071 systemd[1]: Started Ceph alertmanager.a for 18f8172c-71da-11ef-bceb-c7b262605968. 2024-09-13T14:19:23.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:23 smithi104 ceph-mon[33426]: from='client.24506 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T14:19:24.621 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:24 smithi104 ceph-mon[33426]: pgmap v47: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:24.621 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:24 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:24.621 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:24 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:24.621 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:24 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:19:24.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:24 smithi071 ceph-mon[29588]: pgmap v47: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:24.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:24 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:24.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:24 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:24.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:24 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:19:24.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:24 smithi071 ceph-mon[41109]: pgmap v47: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:24.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:24 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:24.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:24 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:24.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:24 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:19:25.638 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:25 smithi071 ceph-mon[29588]: Reconfiguring prometheus.a (dependencies changed)... 2024-09-13T14:19:25.639 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:25 smithi071 ceph-mon[29588]: Reconfiguring daemon prometheus.a on smithi104 2024-09-13T14:19:25.639 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:25 smithi071 ceph-mon[41109]: Reconfiguring prometheus.a (dependencies changed)... 2024-09-13T14:19:25.639 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:25 smithi071 ceph-mon[41109]: Reconfiguring daemon prometheus.a on smithi104 2024-09-13T14:19:25.764 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:19:25.764 INFO:teuthology.orchestra.run.smithi071.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-13T14:19:25.780 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:25 smithi104 ceph-mon[33426]: Reconfiguring prometheus.a (dependencies changed)... 2024-09-13T14:19:25.780 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:25 smithi104 ceph-mon[33426]: Reconfiguring daemon prometheus.a on smithi104 2024-09-13T14:19:25.890 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:19:25 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-alertmanager-a[76697]: ts=2024-09-13T14:19:25.638Z caller=cluster.go:706 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000751533s 2024-09-13T14:19:26.390 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-09-13T14:19:26.390 INFO:tasks.cephadm:Setup complete, yielding 2024-09-13T14:19:26.391 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-13T14:19:26.400 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi071.front.sepia.ceph.com 2024-09-13T14:19:26.400 DEBUG:teuthology.orchestra.run.smithi071:> 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 18f8172c-71da-11ef-bceb-c7b262605968 -- bash -c 'ceph fs volume create foo' 2024-09-13T14:19:26.599 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:19:26.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:26 smithi071 ceph-mon[29588]: pgmap v48: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:26.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:26 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/2301592327' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-13T14:19:26.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:26 smithi071 ceph-mon[41109]: pgmap v48: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:26.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:26 smithi071 ceph-mon[41109]: from='client.? 172.21.15.71:0/2301592327' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-13T14:19:26.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:26 smithi104 ceph-mon[33426]: pgmap v48: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:26.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:26 smithi104 ceph-mon[33426]: from='client.? 172.21.15.71:0/2301592327' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-13T14:19:27.367 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:19:27 smithi104 systemd[1]: Stopping Ceph prometheus.a for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T14:19:27.667 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:19:27 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[62594]: ts=2024-09-13T14:19:27.366Z caller=main.go:840 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-09-13T14:19:27.668 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:19:27 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[62594]: ts=2024-09-13T14:19:27.367Z caller=main.go:864 level=info msg="Stopping scrape discovery manager..." 2024-09-13T14:19:27.668 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:19:27 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[62594]: ts=2024-09-13T14:19:27.367Z caller=main.go:878 level=info msg="Stopping notify discovery manager..." 2024-09-13T14:19:27.668 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:19:27 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[62594]: ts=2024-09-13T14:19:27.367Z caller=manager.go:988 level=info component="rule manager" msg="Stopping rule manager..." 2024-09-13T14:19:27.668 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:19:27 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[62594]: ts=2024-09-13T14:19:27.367Z caller=main.go:860 level=info msg="Scrape discovery manager stopped" 2024-09-13T14:19:27.668 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:19:27 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[62594]: ts=2024-09-13T14:19:27.367Z caller=main.go:874 level=info msg="Notify discovery manager stopped" 2024-09-13T14:19:27.668 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:19:27 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[62594]: ts=2024-09-13T14:19:27.367Z caller=manager.go:998 level=info component="rule manager" msg="Rule manager stopped" 2024-09-13T14:19:27.668 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:19:27 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[62594]: ts=2024-09-13T14:19:27.367Z caller=main.go:915 level=info msg="Stopping scrape manager..." 2024-09-13T14:19:27.668 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:19:27 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[62594]: ts=2024-09-13T14:19:27.367Z caller=main.go:907 level=info msg="Scrape manager stopped" 2024-09-13T14:19:27.668 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:19:27 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[62594]: ts=2024-09-13T14:19:27.367Z caller=notifier.go:606 level=info component=notifier msg="Stopping notification manager..." 2024-09-13T14:19:27.668 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:19:27 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[62594]: ts=2024-09-13T14:19:27.367Z caller=main.go:1135 level=info msg="Notifier manager stopped" 2024-09-13T14:19:27.668 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:19:27 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[62594]: ts=2024-09-13T14:19:27.367Z caller=main.go:1147 level=info msg="See you next time!" 2024-09-13T14:19:27.668 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:19:27 smithi104 podman[65923]: 2024-09-13 14:19:27.377330576 +0000 UTC m=+0.110361941 container died b84dc9f1dc002cf5cbe13d9e3ca85aba652f0892d4e07e5352bea06d68c47882 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-13T14:19:27.921 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:19:27 smithi104 podman[65923]: 2024-09-13 14:19:27.873591001 +0000 UTC m=+0.606622411 container cleanup b84dc9f1dc002cf5cbe13d9e3ca85aba652f0892d4e07e5352bea06d68c47882 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-13T14:19:27.922 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:19:27 smithi104 bash[65923]: ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a 2024-09-13T14:19:28.422 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:19:28 smithi104 podman[65939]: 2024-09-13 14:19:28.075161458 +0000 UTC m=+0.700072325 container remove b84dc9f1dc002cf5cbe13d9e3ca85aba652f0892d4e07e5352bea06d68c47882 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-13T14:19:28.422 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:19:28 smithi104 systemd[1]: ceph-18f8172c-71da-11ef-bceb-c7b262605968@prometheus.a.service: Deactivated successfully. 2024-09-13T14:19:28.422 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:19:28 smithi104 systemd[1]: Stopped Ceph prometheus.a for 18f8172c-71da-11ef-bceb-c7b262605968. 2024-09-13T14:19:28.422 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:19:28 smithi104 systemd[1]: ceph-18f8172c-71da-11ef-bceb-c7b262605968@prometheus.a.service: Consumed 1.142s CPU time. 2024-09-13T14:19:28.422 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:19:28 smithi104 systemd[1]: Starting Ceph prometheus.a for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T14:19:28.787 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:28 smithi104 ceph-mon[33426]: pgmap v49: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:28.787 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:28 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foo.meta"}]: dispatch 2024-09-13T14:19:28.787 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:19:28 smithi104 podman[66040]: 2024-09-13 14:19:28.399626895 +0000 UTC m=+0.016800008 image pull a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464 quay.io/prometheus/prometheus:v2.43.0 2024-09-13T14:19:28.787 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:19:28 smithi104 podman[66040]: 2024-09-13 14:19:28.526080604 +0000 UTC m=+0.143253758 container create c3123c327f85418c4dfddf76a88eecbfd677b37556abe6235e3c720a8be6f380 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-13T14:19:28.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:28 smithi071 ceph-mon[29588]: pgmap v49: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:28.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:28 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foo.meta"}]: dispatch 2024-09-13T14:19:28.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:28 smithi071 ceph-mon[41109]: pgmap v49: 9 pgs: 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:28.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:28 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foo.meta"}]: dispatch 2024-09-13T14:19:29.172 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:19:28 smithi104 podman[66040]: 2024-09-13 14:19:28.786590863 +0000 UTC m=+0.403763972 container init c3123c327f85418c4dfddf76a88eecbfd677b37556abe6235e3c720a8be6f380 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-13T14:19:29.172 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:19:28 smithi104 podman[66040]: 2024-09-13 14:19:28.791650318 +0000 UTC m=+0.408823427 container start c3123c327f85418c4dfddf76a88eecbfd677b37556abe6235e3c720a8be6f380 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-13T14:19:29.172 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:19:28 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[66055]: ts=2024-09-13T14:19:28.815Z caller=main.go:564 level=info msg="Starting Prometheus Server" mode=server version="(version=2.43.0, branch=HEAD, revision=edfc3bcd025dd6fe296c167a14a216cab1e552ee)" 2024-09-13T14:19:29.172 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:19:28 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[66055]: ts=2024-09-13T14:19:28.815Z 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-09-13T14:19:29.172 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:19:28 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[66055]: ts=2024-09-13T14:19:28.815Z caller=main.go:570 level=info host_details="(Linux 5.14.0-505.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 5 07:54:07 UTC 2024 x86_64 smithi104 (none))" 2024-09-13T14:19:29.173 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:19:28 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[66055]: ts=2024-09-13T14:19:28.815Z caller=main.go:571 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-09-13T14:19:29.173 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:19:28 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[66055]: ts=2024-09-13T14:19:28.815Z caller=main.go:572 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-09-13T14:19:29.173 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:19:28 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[66055]: ts=2024-09-13T14:19:28.817Z caller=web.go:561 level=info component=web msg="Start listening for connections" address=:9095 2024-09-13T14:19:29.173 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:19:28 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[66055]: ts=2024-09-13T14:19:28.817Z caller=main.go:1005 level=info msg="Starting TSDB ..." 2024-09-13T14:19:29.173 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:19:28 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[66055]: ts=2024-09-13T14:19:28.818Z caller=tls_config.go:232 level=info component=web msg="Listening on" address=[::]:9095 2024-09-13T14:19:29.173 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:19:28 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[66055]: ts=2024-09-13T14:19:28.818Z caller=tls_config.go:235 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-09-13T14:19:29.173 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:19:28 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[66055]: ts=2024-09-13T14:19:28.821Z caller=head.go:587 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-09-13T14:19:29.173 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:19:28 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[66055]: ts=2024-09-13T14:19:28.821Z caller=head.go:658 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.481µs 2024-09-13T14:19:29.173 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:19:28 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[66055]: ts=2024-09-13T14:19:28.821Z caller=head.go:664 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-09-13T14:19:29.173 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:19:28 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[66055]: ts=2024-09-13T14:19:28.823Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=1 2024-09-13T14:19:29.173 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:19:28 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[66055]: ts=2024-09-13T14:19:28.823Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=1 2024-09-13T14:19:29.174 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:19:28 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[66055]: ts=2024-09-13T14:19:28.823Z caller=head.go:772 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=18.605µs wal_replay_duration=1.774083ms wbl_replay_duration=113ns total_replay_duration=1.810163ms 2024-09-13T14:19:29.174 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:19:28 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[66055]: ts=2024-09-13T14:19:28.824Z caller=main.go:1026 level=info fs_type=XFS_SUPER_MAGIC 2024-09-13T14:19:29.174 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:19:28 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[66055]: ts=2024-09-13T14:19:28.824Z caller=main.go:1029 level=info msg="TSDB started" 2024-09-13T14:19:29.174 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:19:28 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[66055]: ts=2024-09-13T14:19:28.824Z caller=main.go:1209 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-13T14:19:29.174 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:19:28 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[66055]: ts=2024-09-13T14:19:28.844Z caller=main.go:1246 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=19.858867ms db_storage=761ns remote_storage=2.714µs web_handler=380ns query_engine=555ns scrape=581.64µs scrape_sd=81.606µs notify=18.552µs notify_sd=19.408µs rules=18.850707ms tracing=6.46µs 2024-09-13T14:19:29.174 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:19:28 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[66055]: ts=2024-09-13T14:19:28.844Z caller=main.go:990 level=info msg="Server is ready to receive web requests." 2024-09-13T14:19:29.174 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:19:28 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[66055]: ts=2024-09-13T14:19:28.844Z caller=manager.go:974 level=info component="rule manager" msg="Starting rule manager..." 2024-09-13T14:19:29.174 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:19:28 smithi104 bash[66040]: c3123c327f85418c4dfddf76a88eecbfd677b37556abe6235e3c720a8be6f380 2024-09-13T14:19:29.174 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:19:28 smithi104 systemd[1]: Started Ceph prometheus.a for 18f8172c-71da-11ef-bceb-c7b262605968. 2024-09-13T14:19:29.281 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:19:28 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: [13/Sep/2024:14:19:28] ENGINE Bus STOPPING 2024-09-13T14:19:29.616 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:19:29 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: [13/Sep/2024:14:19:29] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-13T14:19:29.616 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:19:29 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: [13/Sep/2024:14:19:29] ENGINE Bus STOPPED 2024-09-13T14:19:29.616 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:19:29 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: [13/Sep/2024:14:19:29] ENGINE Bus STARTING 2024-09-13T14:19:29.616 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:19:29 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: [13/Sep/2024:14:19:29] ENGINE Serving on http://:::9283 2024-09-13T14:19:29.616 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:19:29 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: [13/Sep/2024:14:19:29] ENGINE Bus STARTED 2024-09-13T14:19:29.616 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:19:29 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: [13/Sep/2024:14:19:29] ENGINE Bus STOPPING 2024-09-13T14:19:29.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:29 smithi071 ceph-mon[29588]: from='client.14619 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foo", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:19:29.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:29 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foo.meta"}]': finished 2024-09-13T14:19:29.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:29 smithi071 ceph-mon[29588]: osdmap e67: 8 total, 8 up, 8 in 2024-09-13T14:19:29.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:29 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foo.data"}]: dispatch 2024-09-13T14:19:29.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:29 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:29.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:29 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:29.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:29 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-13T14:19:29.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:29 smithi071 ceph-mon[29588]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-13T14:19:29.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:29 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi071.front.sepia.ceph.com:9093"}]: dispatch 2024-09-13T14:19:29.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:29 smithi071 ceph-mon[29588]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi071.front.sepia.ceph.com:9093"}]: dispatch 2024-09-13T14:19:29.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:29 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:29.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:29 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-13T14:19:29.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:29 smithi071 ceph-mon[29588]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-13T14:19:29.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:29 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi104.front.sepia.ceph.com:9095"}]: dispatch 2024-09-13T14:19:29.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:29 smithi071 ceph-mon[29588]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi104.front.sepia.ceph.com:9095"}]: dispatch 2024-09-13T14:19:29.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:29 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:29.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:29 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-13T14:19:29.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:29 smithi071 ceph-mon[29588]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-13T14:19:29.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:29 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi104.front.sepia.ceph.com:3000"}]: dispatch 2024-09-13T14:19:29.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:29 smithi071 ceph-mon[29588]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi104.front.sepia.ceph.com:3000"}]: dispatch 2024-09-13T14:19:29.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:29 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:29.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:29 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:19:29.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:29 smithi071 ceph-mon[29588]: pgmap v51: 41 pgs: 32 unknown, 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:29.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:29 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-a[29565]: 2024-09-13T14:19:29.702+0000 7f6a064c6640 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-13T14:19:29.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:29 smithi071 ceph-mon[41109]: from='client.14619 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foo", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:19:29.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:29 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foo.meta"}]': finished 2024-09-13T14:19:29.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:29 smithi071 ceph-mon[41109]: osdmap e67: 8 total, 8 up, 8 in 2024-09-13T14:19:29.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:29 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foo.data"}]: dispatch 2024-09-13T14:19:29.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:29 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:29.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:29 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:29.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:29 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-13T14:19:29.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:29 smithi071 ceph-mon[41109]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-13T14:19:29.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:29 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi071.front.sepia.ceph.com:9093"}]: dispatch 2024-09-13T14:19:29.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:29 smithi071 ceph-mon[41109]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi071.front.sepia.ceph.com:9093"}]: dispatch 2024-09-13T14:19:29.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:29 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:29.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:29 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-13T14:19:29.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:29 smithi071 ceph-mon[41109]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-13T14:19:29.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:29 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi104.front.sepia.ceph.com:9095"}]: dispatch 2024-09-13T14:19:29.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:29 smithi071 ceph-mon[41109]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi104.front.sepia.ceph.com:9095"}]: dispatch 2024-09-13T14:19:29.894 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:29 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:29.894 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:29 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-13T14:19:29.894 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:29 smithi071 ceph-mon[41109]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-13T14:19:29.894 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:29 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi104.front.sepia.ceph.com:3000"}]: dispatch 2024-09-13T14:19:29.894 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:29 smithi071 ceph-mon[41109]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi104.front.sepia.ceph.com:3000"}]: dispatch 2024-09-13T14:19:29.894 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:29 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:29.894 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:29 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:19:29.894 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:29 smithi071 ceph-mon[41109]: pgmap v51: 41 pgs: 32 unknown, 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:29.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:29 smithi104 ceph-mon[33426]: from='client.14619 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foo", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:19:29.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:29 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foo.meta"}]': finished 2024-09-13T14:19:29.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:29 smithi104 ceph-mon[33426]: osdmap e67: 8 total, 8 up, 8 in 2024-09-13T14:19:29.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:29 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foo.data"}]: dispatch 2024-09-13T14:19:29.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:29 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:29.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:29 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:29.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:29 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-13T14:19:29.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:29 smithi104 ceph-mon[33426]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-13T14:19:29.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:29 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi071.front.sepia.ceph.com:9093"}]: dispatch 2024-09-13T14:19:29.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:29 smithi104 ceph-mon[33426]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi071.front.sepia.ceph.com:9093"}]: dispatch 2024-09-13T14:19:29.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:29 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:29.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:29 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-13T14:19:29.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:29 smithi104 ceph-mon[33426]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-13T14:19:29.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:29 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi104.front.sepia.ceph.com:9095"}]: dispatch 2024-09-13T14:19:29.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:29 smithi104 ceph-mon[33426]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi104.front.sepia.ceph.com:9095"}]: dispatch 2024-09-13T14:19:29.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:29 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:29.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:29 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-13T14:19:29.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:29 smithi104 ceph-mon[33426]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-13T14:19:29.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:29 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi104.front.sepia.ceph.com:3000"}]: dispatch 2024-09-13T14:19:29.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:29 smithi104 ceph-mon[33426]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi104.front.sepia.ceph.com:3000"}]: dispatch 2024-09-13T14:19:29.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:29 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:29.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:29 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:19:29.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:29 smithi104 ceph-mon[33426]: pgmap v51: 41 pgs: 32 unknown, 9 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:30.285 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:19:29 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: [13/Sep/2024:14:19:29] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-13T14:19:30.286 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:19:29 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: [13/Sep/2024:14:19:29] ENGINE Bus STOPPED 2024-09-13T14:19:30.286 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:19:29 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: [13/Sep/2024:14:19:29] ENGINE Bus STARTING 2024-09-13T14:19:30.286 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:19:30 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: [13/Sep/2024:14:19:30] ENGINE Serving on http://:::9283 2024-09-13T14:19:30.286 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:19:30 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: [13/Sep/2024:14:19:30] ENGINE Bus STARTED 2024-09-13T14:19:30.286 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:19:30 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: [13/Sep/2024:14:19:30] ENGINE Bus STOPPING 2024-09-13T14:19:30.595 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:19:30 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: [13/Sep/2024:14:19:30] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-13T14:19:30.595 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:19:30 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: [13/Sep/2024:14:19:30] ENGINE Bus STOPPED 2024-09-13T14:19:30.595 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:19:30 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: [13/Sep/2024:14:19:30] ENGINE Bus STARTING 2024-09-13T14:19:30.766 DEBUG:teuthology.orchestra.run.smithi071:> 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 18f8172c-71da-11ef-bceb-c7b262605968 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2024-09-13T14:19:30.891 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:19:30 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: [13/Sep/2024:14:19:30] ENGINE Serving on http://:::9283 2024-09-13T14:19:30.891 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:19:30 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: [13/Sep/2024:14:19:30] ENGINE Bus STARTED 2024-09-13T14:19:30.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:30 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foo.data"}]': finished 2024-09-13T14:19:30.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:30 smithi071 ceph-mon[29588]: osdmap e68: 8 total, 8 up, 8 in 2024-09-13T14:19:30.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:30 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "fs new", "fs_name": "foo", "metadata": "cephfs.foo.meta", "data": "cephfs.foo.data"}]: dispatch 2024-09-13T14:19:30.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:30 smithi071 ceph-mon[29588]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-13T14:19:30.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:30 smithi071 ceph-mon[29588]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-13T14:19:30.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:30 smithi071 ceph-mon[29588]: osdmap e69: 8 total, 8 up, 8 in 2024-09-13T14:19:30.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:30 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd='[{"prefix": "fs new", "fs_name": "foo", "metadata": "cephfs.foo.meta", "data": "cephfs.foo.data"}]': finished 2024-09-13T14:19:30.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:30 smithi071 ceph-mon[29588]: fsmap foo:0 2024-09-13T14:19:30.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:30 smithi071 ceph-mon[29588]: Saving service mds.foo spec with placement count:2 2024-09-13T14:19:30.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:30 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:30.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:30 smithi071 ceph-mon[29588]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-13T14:19:30.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:30 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foo.data"}]': finished 2024-09-13T14:19:30.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:30 smithi071 ceph-mon[41109]: osdmap e68: 8 total, 8 up, 8 in 2024-09-13T14:19:30.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:30 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "fs new", "fs_name": "foo", "metadata": "cephfs.foo.meta", "data": "cephfs.foo.data"}]: dispatch 2024-09-13T14:19:30.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:30 smithi071 ceph-mon[41109]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-13T14:19:30.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:30 smithi071 ceph-mon[41109]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-13T14:19:30.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:30 smithi071 ceph-mon[41109]: osdmap e69: 8 total, 8 up, 8 in 2024-09-13T14:19:30.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:30 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd='[{"prefix": "fs new", "fs_name": "foo", "metadata": "cephfs.foo.meta", "data": "cephfs.foo.data"}]': finished 2024-09-13T14:19:30.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:30 smithi071 ceph-mon[41109]: fsmap foo:0 2024-09-13T14:19:30.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:30 smithi071 ceph-mon[41109]: Saving service mds.foo spec with placement count:2 2024-09-13T14:19:30.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:30 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:30.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:30 smithi071 ceph-mon[41109]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-13T14:19:30.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:30 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foo.data"}]': finished 2024-09-13T14:19:30.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:30 smithi104 ceph-mon[33426]: osdmap e68: 8 total, 8 up, 8 in 2024-09-13T14:19:30.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:30 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "fs new", "fs_name": "foo", "metadata": "cephfs.foo.meta", "data": "cephfs.foo.data"}]: dispatch 2024-09-13T14:19:30.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:30 smithi104 ceph-mon[33426]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-13T14:19:30.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:30 smithi104 ceph-mon[33426]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-13T14:19:30.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:30 smithi104 ceph-mon[33426]: osdmap e69: 8 total, 8 up, 8 in 2024-09-13T14:19:30.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:30 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd='[{"prefix": "fs new", "fs_name": "foo", "metadata": "cephfs.foo.meta", "data": "cephfs.foo.data"}]': finished 2024-09-13T14:19:30.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:30 smithi104 ceph-mon[33426]: fsmap foo:0 2024-09-13T14:19:30.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:30 smithi104 ceph-mon[33426]: Saving service mds.foo spec with placement count:2 2024-09-13T14:19:30.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:30 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:30.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:30 smithi104 ceph-mon[33426]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-13T14:19:30.978 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:19:31.755 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:31 smithi104 ceph-mon[33426]: osdmap e70: 8 total, 8 up, 8 in 2024-09-13T14:19:31.755 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:31 smithi104 ceph-mon[33426]: pgmap v55: 73 pgs: 73 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:32.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:31 smithi071 ceph-mon[29588]: osdmap e70: 8 total, 8 up, 8 in 2024-09-13T14:19:32.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:31 smithi071 ceph-mon[29588]: pgmap v55: 73 pgs: 73 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:32.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:31 smithi071 ceph-mon[41109]: osdmap e70: 8 total, 8 up, 8 in 2024-09-13T14:19:32.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:31 smithi071 ceph-mon[41109]: pgmap v55: 73 pgs: 73 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:32.890 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:32 smithi071 ceph-mon[41109]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-13T14:19:32.890 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:32 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:32.890 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:32 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:32.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:32 smithi071 ceph-mon[29588]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-13T14:19:32.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:32 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:32.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:32 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:33.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:32 smithi104 ceph-mon[33426]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-13T14:19:33.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:32 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:33.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:32 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:33.766 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:33 smithi071 ceph-mon[29588]: pgmap v56: 73 pgs: 73 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:33.766 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:33 smithi071 ceph-mon[41109]: pgmap v56: 73 pgs: 73 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:33.766 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:19:33 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-alertmanager-a[76697]: ts=2024-09-13T14:19:33.640Z caller=cluster.go:698 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.002514779s 2024-09-13T14:19:34.142 DEBUG:teuthology.orchestra.run.smithi071:> 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 18f8172c-71da-11ef-bceb-c7b262605968 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2024-09-13T14:19:34.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:33 smithi104 ceph-mon[33426]: pgmap v56: 73 pgs: 73 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:34.848 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:19:36.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:35 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:36.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:35 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:36.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:35 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:19:36.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:35 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:19:36.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:35 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:36.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:35 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foo.smithi071.awdchm", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-13T14:19:36.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:35 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foo.smithi071.awdchm", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-13T14:19:36.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:35 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:19:36.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:35 smithi071 ceph-mon[29588]: Deploying daemon mds.foo.smithi071.awdchm on smithi071 2024-09-13T14:19:36.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:35 smithi071 ceph-mon[29588]: pgmap v57: 73 pgs: 73 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:36.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:35 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:36.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:35 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:36.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:35 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:19:36.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:35 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:19:36.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:35 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:36.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:35 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foo.smithi071.awdchm", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-13T14:19:36.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:35 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foo.smithi071.awdchm", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-13T14:19:36.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:35 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:19:36.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:35 smithi071 ceph-mon[41109]: Deploying daemon mds.foo.smithi071.awdchm on smithi071 2024-09-13T14:19:36.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:35 smithi071 ceph-mon[41109]: pgmap v57: 73 pgs: 73 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:36.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:35 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:36.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:35 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:36.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:35 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:19:36.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:35 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:19:36.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:35 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:36.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:35 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foo.smithi071.awdchm", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-13T14:19:36.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:35 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foo.smithi071.awdchm", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-13T14:19:36.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:35 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:19:36.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:35 smithi104 ceph-mon[33426]: Deploying daemon mds.foo.smithi071.awdchm on smithi071 2024-09-13T14:19:36.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:35 smithi104 ceph-mon[33426]: pgmap v57: 73 pgs: 73 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:38.498 INFO:teuthology.run_tasks:Running task ceph.healthy... 2024-09-13T14:19:38.507 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-13T14:19:38.508 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-13T14:19:38.508 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph mgr dump --format=json 2024-09-13T14:19:38.757 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:38 smithi071 ceph-mon[29588]: pgmap v58: 73 pgs: 73 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:38.758 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:38 smithi071 ceph-mon[41109]: pgmap v58: 73 pgs: 73 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:38.874 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:38 smithi104 ceph-mon[33426]: pgmap v58: 73 pgs: 73 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:39.064 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:19:38 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:19:38] "GET /metrics HTTP/1.1" 200 28503 "" "Prometheus/2.43.0" 2024-09-13T14:19:39.216 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:19:40.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:40 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:40.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:40 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:40.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:40 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:40.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:40 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foo.smithi104.uecrqj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-13T14:19:40.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:40 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foo.smithi104.uecrqj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-13T14:19:40.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:40 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:19:40.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:40 smithi071 ceph-mon[29588]: Deploying daemon mds.foo.smithi104.uecrqj on smithi104 2024-09-13T14:19:40.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:40 smithi071 ceph-mon[29588]: pgmap v59: 73 pgs: 73 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:40.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:40 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:40.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:40 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:19:40.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:40 smithi071 ceph-mon[29588]: mds.? [v2:172.21.15.71:6834/384936595,v1:172.21.15.71:6835/384936595] up:boot 2024-09-13T14:19:40.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:40 smithi071 ceph-mon[29588]: daemon mds.foo.smithi071.awdchm assigned to filesystem foo as rank 0 (now has 1 ranks) 2024-09-13T14:19:40.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:40 smithi071 ceph-mon[29588]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-13T14:19:40.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:40 smithi071 ceph-mon[29588]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-13T14:19:40.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:40 smithi071 ceph-mon[29588]: Cluster is now healthy 2024-09-13T14:19:40.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:40 smithi071 ceph-mon[29588]: fsmap foo:0 1 up:standby 2024-09-13T14:19:40.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:40 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "foo.smithi071.awdchm"}]: dispatch 2024-09-13T14:19:40.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:40 smithi071 ceph-mon[29588]: fsmap foo:1 {0=foo.smithi071.awdchm=up:creating} 2024-09-13T14:19:40.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:40 smithi071 ceph-mon[29588]: daemon mds.foo.smithi071.awdchm is now active in filesystem foo as rank 0 2024-09-13T14:19:40.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:40 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:40.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:40 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:40.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:40 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:40.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:40 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foo.smithi104.uecrqj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-13T14:19:40.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:40 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foo.smithi104.uecrqj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-13T14:19:40.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:40 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:19:40.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:40 smithi071 ceph-mon[41109]: Deploying daemon mds.foo.smithi104.uecrqj on smithi104 2024-09-13T14:19:40.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:40 smithi071 ceph-mon[41109]: pgmap v59: 73 pgs: 73 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:40.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:40 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:40.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:40 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:19:40.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:40 smithi071 ceph-mon[41109]: mds.? [v2:172.21.15.71:6834/384936595,v1:172.21.15.71:6835/384936595] up:boot 2024-09-13T14:19:40.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:40 smithi071 ceph-mon[41109]: daemon mds.foo.smithi071.awdchm assigned to filesystem foo as rank 0 (now has 1 ranks) 2024-09-13T14:19:40.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:40 smithi071 ceph-mon[41109]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-13T14:19:40.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:40 smithi071 ceph-mon[41109]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-13T14:19:40.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:40 smithi071 ceph-mon[41109]: Cluster is now healthy 2024-09-13T14:19:40.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:40 smithi071 ceph-mon[41109]: fsmap foo:0 1 up:standby 2024-09-13T14:19:40.394 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:40 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "foo.smithi071.awdchm"}]: dispatch 2024-09-13T14:19:40.394 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:40 smithi071 ceph-mon[41109]: fsmap foo:1 {0=foo.smithi071.awdchm=up:creating} 2024-09-13T14:19:40.394 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:40 smithi071 ceph-mon[41109]: daemon mds.foo.smithi071.awdchm is now active in filesystem foo as rank 0 2024-09-13T14:19:40.508 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:40 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:40.508 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:40 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:40.508 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:40 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:40.508 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:40 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foo.smithi104.uecrqj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-13T14:19:40.508 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:40 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foo.smithi104.uecrqj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-13T14:19:40.508 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:40 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:19:40.508 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:40 smithi104 ceph-mon[33426]: Deploying daemon mds.foo.smithi104.uecrqj on smithi104 2024-09-13T14:19:40.508 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:40 smithi104 ceph-mon[33426]: pgmap v59: 73 pgs: 73 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:40.508 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:40 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:40.508 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:40 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:19:40.509 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:40 smithi104 ceph-mon[33426]: mds.? [v2:172.21.15.71:6834/384936595,v1:172.21.15.71:6835/384936595] up:boot 2024-09-13T14:19:40.509 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:40 smithi104 ceph-mon[33426]: daemon mds.foo.smithi071.awdchm assigned to filesystem foo as rank 0 (now has 1 ranks) 2024-09-13T14:19:40.509 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:40 smithi104 ceph-mon[33426]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-13T14:19:40.509 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:40 smithi104 ceph-mon[33426]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-13T14:19:40.509 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:40 smithi104 ceph-mon[33426]: Cluster is now healthy 2024-09-13T14:19:40.509 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:40 smithi104 ceph-mon[33426]: fsmap foo:0 1 up:standby 2024-09-13T14:19:40.509 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:40 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "foo.smithi071.awdchm"}]: dispatch 2024-09-13T14:19:40.509 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:40 smithi104 ceph-mon[33426]: fsmap foo:1 {0=foo.smithi071.awdchm=up:creating} 2024-09-13T14:19:40.509 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:40 smithi104 ceph-mon[33426]: daemon mds.foo.smithi071.awdchm is now active in filesystem foo as rank 0 2024-09-13T14:19:41.273 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:19:41.573 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:41 smithi104 ceph-mon[33426]: mds.? [v2:172.21.15.71:6834/384936595,v1:172.21.15.71:6835/384936595] up:active 2024-09-13T14:19:41.573 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:41 smithi104 ceph-mon[33426]: fsmap foo:1 {0=foo.smithi071.awdchm=up:active} 2024-09-13T14:19:41.573 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:41 smithi104 ceph-mon[33426]: from='client.? 172.21.15.71:0/2841032461' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-13T14:19:41.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:41 smithi071 ceph-mon[29588]: mds.? [v2:172.21.15.71:6834/384936595,v1:172.21.15.71:6835/384936595] up:active 2024-09-13T14:19:41.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:41 smithi071 ceph-mon[29588]: fsmap foo:1 {0=foo.smithi071.awdchm=up:active} 2024-09-13T14:19:41.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:41 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/2841032461' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-13T14:19:41.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:41 smithi071 ceph-mon[41109]: mds.? [v2:172.21.15.71:6834/384936595,v1:172.21.15.71:6835/384936595] up:active 2024-09-13T14:19:41.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:41 smithi071 ceph-mon[41109]: fsmap foo:1 {0=foo.smithi071.awdchm=up:active} 2024-09-13T14:19:41.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:41 smithi071 ceph-mon[41109]: from='client.? 172.21.15.71:0/2841032461' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-13T14:19:42.079 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":20,"flags":0,"active_gid":14427,"active_name":"y","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6800","nonce":264732740},{"type":"v1","addr":"172.21.15.71:6801","nonce":264732740}]},"active_addr":"172.21.15.71:6801/264732740","active_change":"2024-09-13T14:18:09.429634+0000","active_mgr_features":4540138322906710015,"available":true,"standbys":[{"gid":24331,"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:3.0.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:3.0.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:3.0.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:3.0.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.71:8443/","prometheus":"http://172.21.15.71: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":59,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.71:0","nonce":2106557968}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.71:0","nonce":1712032227}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.71:0","nonce":433354922}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.71:0","nonce":70220275}]}]} 2024-09-13T14:19:42.083 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-13T14:19:42.083 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-13T14:19:42.083 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-13T14:19:42.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:42 smithi104 ceph-mon[33426]: pgmap v60: 73 pgs: 73 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 4 op/s 2024-09-13T14:19:42.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:42 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:42.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:42 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:42.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:42 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:42.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:42 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:42.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:42 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:42.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:42 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:19:42.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:42 smithi071 ceph-mon[29588]: pgmap v60: 73 pgs: 73 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 4 op/s 2024-09-13T14:19:42.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:42 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:42.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:42 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:42.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:42 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:42.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:42 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:42.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:42 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:42.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:42 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:19:42.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:42 smithi071 ceph-mon[41109]: pgmap v60: 73 pgs: 73 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 4 op/s 2024-09-13T14:19:42.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:42 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:42.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:42 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:42.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:42 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:42.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:42 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:42.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:42 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:42.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:42 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:19:42.964 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:19:43.837 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:43 smithi104 ceph-mon[33426]: mds.? [v2:172.21.15.104:6832/3060797159,v1:172.21.15.104:6833/3060797159] up:boot 2024-09-13T14:19:43.837 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:43 smithi104 ceph-mon[33426]: fsmap foo:1 {0=foo.smithi071.awdchm=up:active} 1 up:standby 2024-09-13T14:19:43.837 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:43 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "foo.smithi104.uecrqj"}]: dispatch 2024-09-13T14:19:43.837 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:43 smithi104 ceph-mon[33426]: fsmap foo:1 {0=foo.smithi071.awdchm=up:active} 1 up:standby 2024-09-13T14:19:43.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:43 smithi071 ceph-mon[29588]: mds.? [v2:172.21.15.104:6832/3060797159,v1:172.21.15.104:6833/3060797159] up:boot 2024-09-13T14:19:43.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:43 smithi071 ceph-mon[29588]: fsmap foo:1 {0=foo.smithi071.awdchm=up:active} 1 up:standby 2024-09-13T14:19:43.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:43 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "foo.smithi104.uecrqj"}]: dispatch 2024-09-13T14:19:43.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:43 smithi071 ceph-mon[29588]: fsmap foo:1 {0=foo.smithi071.awdchm=up:active} 1 up:standby 2024-09-13T14:19:43.890 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:43 smithi071 ceph-mon[41109]: mds.? [v2:172.21.15.104:6832/3060797159,v1:172.21.15.104:6833/3060797159] up:boot 2024-09-13T14:19:43.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:43 smithi071 ceph-mon[41109]: fsmap foo:1 {0=foo.smithi071.awdchm=up:active} 1 up:standby 2024-09-13T14:19:43.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:43 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "foo.smithi104.uecrqj"}]: dispatch 2024-09-13T14:19:43.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:43 smithi071 ceph-mon[41109]: fsmap foo:1 {0=foo.smithi071.awdchm=up:active} 1 up:standby 2024-09-13T14:19:44.614 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:44 smithi071 ceph-mon[29588]: pgmap v61: 73 pgs: 73 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s wr, 3 op/s 2024-09-13T14:19:44.614 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:44 smithi071 ceph-mon[29588]: mds.? [v2:172.21.15.71:6834/384936595,v1:172.21.15.71:6835/384936595] up:active 2024-09-13T14:19:44.614 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:44 smithi071 ceph-mon[29588]: fsmap foo:1 {0=foo.smithi071.awdchm=up:active} 1 up:standby 2024-09-13T14:19:44.614 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:44 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:44.614 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:44 smithi071 ceph-mon[41109]: pgmap v61: 73 pgs: 73 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s wr, 3 op/s 2024-09-13T14:19:44.614 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:44 smithi071 ceph-mon[41109]: mds.? [v2:172.21.15.71:6834/384936595,v1:172.21.15.71:6835/384936595] up:active 2024-09-13T14:19:44.614 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:44 smithi071 ceph-mon[41109]: fsmap foo:1 {0=foo.smithi071.awdchm=up:active} 1 up:standby 2024-09-13T14:19:44.614 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:44 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:44.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:44 smithi104 ceph-mon[33426]: pgmap v61: 73 pgs: 73 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s wr, 3 op/s 2024-09-13T14:19:44.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:44 smithi104 ceph-mon[33426]: mds.? [v2:172.21.15.71:6834/384936595,v1:172.21.15.71:6835/384936595] up:active 2024-09-13T14:19:44.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:44 smithi104 ceph-mon[33426]: fsmap foo:1 {0=foo.smithi071.awdchm=up:active} 1 up:standby 2024-09-13T14:19:44.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:44 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:45.029 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:19:45.029 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":70,"fsid":"18f8172c-71da-11ef-bceb-c7b262605968","created":"2024-09-13T14:12:34.413032+0000","modified":"2024-09-13T14:19:30.708922+0000","last_up_change":"2024-09-13T14:17:39.955126+0000","last_in_change":"2024-09-13T14:17:23.160503+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":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-13T14:15:42.013153+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":"21","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":"rbd","create_time":"2024-09-13T14:18:11.086718+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":"65","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":65,"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":2,"score_stable":2,"optimal_score":1,"raw_score_acting":2,"raw_score_stable":2,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":3,"pool_name":"cephfs.foo.meta","create_time":"2024-09-13T14:19:28.631258+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":"70","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":"foo"}},"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":4,"pool_name":"cephfs.foo.data","create_time":"2024-09-13T14:19:28.930459+0000","flags":131073,"flags_names":"hashpspool,bulk","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":"70","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":{},"application_metadata":{"cephfs":{"data":"foo"}},"read_balance":{"score_acting":2.25,"score_stable":2.25,"optimal_score":1,"raw_score_acting":2.25,"raw_score_stable":2.25,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"fd3f37eb-3ff9-4549-8e14-55ab9c6297a3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":68,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6802","nonce":1833957234},{"type":"v1","addr":"172.21.15.71:6803","nonce":1833957234}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6804","nonce":1833957234},{"type":"v1","addr":"172.21.15.71:6805","nonce":1833957234}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6808","nonce":1833957234},{"type":"v1","addr":"172.21.15.71:6809","nonce":1833957234}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6806","nonce":1833957234},{"type":"v1","addr":"172.21.15.71:6807","nonce":1833957234}]},"public_addr":"172.21.15.71:6803/1833957234","cluster_addr":"172.21.15.71:6805/1833957234","heartbeat_back_addr":"172.21.15.71:6809/1833957234","heartbeat_front_addr":"172.21.15.71:6807/1833957234","state":["exists","up"]},{"osd":1,"uuid":"b2b5fc6c-0aa1-4eed-9fcc-59816f01ba10","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.71:6810","nonce":2602279706},{"type":"v1","addr":"172.21.15.71:6811","nonce":2602279706}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6812","nonce":2602279706},{"type":"v1","addr":"172.21.15.71:6813","nonce":2602279706}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6816","nonce":2602279706},{"type":"v1","addr":"172.21.15.71:6817","nonce":2602279706}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6814","nonce":2602279706},{"type":"v1","addr":"172.21.15.71:6815","nonce":2602279706}]},"public_addr":"172.21.15.71:6811/2602279706","cluster_addr":"172.21.15.71:6813/2602279706","heartbeat_back_addr":"172.21.15.71:6817/2602279706","heartbeat_front_addr":"172.21.15.71:6815/2602279706","state":["exists","up"]},{"osd":2,"uuid":"f9911633-19b2-4c10-bd42-bd6a5cc6a745","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.71:6818","nonce":3418642133},{"type":"v1","addr":"172.21.15.71:6819","nonce":3418642133}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6820","nonce":3418642133},{"type":"v1","addr":"172.21.15.71:6821","nonce":3418642133}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6824","nonce":3418642133},{"type":"v1","addr":"172.21.15.71:6825","nonce":3418642133}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6822","nonce":3418642133},{"type":"v1","addr":"172.21.15.71:6823","nonce":3418642133}]},"public_addr":"172.21.15.71:6819/3418642133","cluster_addr":"172.21.15.71:6821/3418642133","heartbeat_back_addr":"172.21.15.71:6825/3418642133","heartbeat_front_addr":"172.21.15.71:6823/3418642133","state":["exists","up"]},{"osd":3,"uuid":"b6d04cea-113c-4b8b-b249-cb99a731ad2e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":68,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6826","nonce":589975455},{"type":"v1","addr":"172.21.15.71:6827","nonce":589975455}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6828","nonce":589975455},{"type":"v1","addr":"172.21.15.71:6829","nonce":589975455}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6832","nonce":589975455},{"type":"v1","addr":"172.21.15.71:6833","nonce":589975455}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6830","nonce":589975455},{"type":"v1","addr":"172.21.15.71:6831","nonce":589975455}]},"public_addr":"172.21.15.71:6827/589975455","cluster_addr":"172.21.15.71:6829/589975455","heartbeat_back_addr":"172.21.15.71:6833/589975455","heartbeat_front_addr":"172.21.15.71:6831/589975455","state":["exists","up"]},{"osd":4,"uuid":"eaa5fdfd-97b4-4d4e-8efe-138d03bc42db","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":68,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6800","nonce":2747742495},{"type":"v1","addr":"172.21.15.104:6801","nonce":2747742495}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6802","nonce":2747742495},{"type":"v1","addr":"172.21.15.104:6803","nonce":2747742495}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6806","nonce":2747742495},{"type":"v1","addr":"172.21.15.104:6807","nonce":2747742495}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6804","nonce":2747742495},{"type":"v1","addr":"172.21.15.104:6805","nonce":2747742495}]},"public_addr":"172.21.15.104:6801/2747742495","cluster_addr":"172.21.15.104:6803/2747742495","heartbeat_back_addr":"172.21.15.104:6807/2747742495","heartbeat_front_addr":"172.21.15.104:6805/2747742495","state":["exists","up"]},{"osd":5,"uuid":"327f32c8-3a34-41cd-9b28-8652bde403b8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":68,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6808","nonce":2156075125},{"type":"v1","addr":"172.21.15.104:6809","nonce":2156075125}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6810","nonce":2156075125},{"type":"v1","addr":"172.21.15.104:6811","nonce":2156075125}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6814","nonce":2156075125},{"type":"v1","addr":"172.21.15.104:6815","nonce":2156075125}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6812","nonce":2156075125},{"type":"v1","addr":"172.21.15.104:6813","nonce":2156075125}]},"public_addr":"172.21.15.104:6809/2156075125","cluster_addr":"172.21.15.104:6811/2156075125","heartbeat_back_addr":"172.21.15.104:6815/2156075125","heartbeat_front_addr":"172.21.15.104:6813/2156075125","state":["exists","up"]},{"osd":6,"uuid":"c8dc48f6-6da0-4cfc-8792-1802e110957c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":68,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6816","nonce":1475653343},{"type":"v1","addr":"172.21.15.104:6817","nonce":1475653343}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6818","nonce":1475653343},{"type":"v1","addr":"172.21.15.104:6819","nonce":1475653343}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6822","nonce":1475653343},{"type":"v1","addr":"172.21.15.104:6823","nonce":1475653343}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6820","nonce":1475653343},{"type":"v1","addr":"172.21.15.104:6821","nonce":1475653343}]},"public_addr":"172.21.15.104:6817/1475653343","cluster_addr":"172.21.15.104:6819/1475653343","heartbeat_back_addr":"172.21.15.104:6823/1475653343","heartbeat_front_addr":"172.21.15.104:6821/1475653343","state":["exists","up"]},{"osd":7,"uuid":"e5c8a041-aca0-4a18-a7ae-808831a44305","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":54,"up_thru":67,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6824","nonce":823786698},{"type":"v1","addr":"172.21.15.104:6825","nonce":823786698}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6826","nonce":823786698},{"type":"v1","addr":"172.21.15.104:6827","nonce":823786698}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6830","nonce":823786698},{"type":"v1","addr":"172.21.15.104:6831","nonce":823786698}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6828","nonce":823786698},{"type":"v1","addr":"172.21.15.104:6829","nonce":823786698}]},"public_addr":"172.21.15.104:6825/823786698","cluster_addr":"172.21.15.104:6827/823786698","heartbeat_back_addr":"172.21.15.104:6831/823786698","heartbeat_front_addr":"172.21.15.104:6829/823786698","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-09-13T14:14:51.235454+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-09-13T14:15:15.661769+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-09-13T14:15:39.445404+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-09-13T14:16:04.663298+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-09-13T14:16:26.742205+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-09-13T14:16:50.860887+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-09-13T14:17:14.362769+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-09-13T14:17:37.981239+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.71:0/1970520876":"2024-09-14T14:13:06.258336+0000","172.21.15.71:6800/1578475249":"2024-09-14T14:18:09.429479+0000","172.21.15.71:6800/3448551475":"2024-09-14T14:13:06.258336+0000","172.21.15.71:0/788315538":"2024-09-14T14:13:06.258336+0000","172.21.15.71:6801/3448551475":"2024-09-14T14:13:06.258336+0000","172.21.15.71:0/781580":"2024-09-14T14:13:29.716958+0000","172.21.15.71:0/1512142036":"2024-09-14T14:18:09.429479+0000","172.21.15.71:0/3436285126":"2024-09-14T14:13:29.716958+0000","172.21.15.71:6801/1578475249":"2024-09-14T14:18:09.429479+0000","172.21.15.71:0/1423310701":"2024-09-14T14:13:06.258336+0000","172.21.15.71:0/920424232":"2024-09-14T14:13:29.716958+0000","172.21.15.71:0/2957393214":"2024-09-14T14:18:09.429479+0000","172.21.15.71:0/3698292050":"2024-09-14T14:18:09.429479+0000","172.21.15.71:0/1285114295":"2024-09-14T14:18:09.429479+0000","172.21.15.71:6800/1578233797":"2024-09-14T14:13:29.716958+0000","172.21.15.71:6801/1578233797":"2024-09-14T14:13:29.716958+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-09-13T14:19:45.737 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-13T14:19:45.737 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-13T14:19:45.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:45 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/750965254' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-13T14:19:45.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:45 smithi071 ceph-mon[41109]: from='client.? 172.21.15.71:0/750965254' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-13T14:19:45.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:45 smithi104 ceph-mon[33426]: from='client.? 172.21.15.71:0/750965254' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-13T14:19:46.459 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:19:46.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:46 smithi071 ceph-mon[29588]: pgmap v62: 73 pgs: 73 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s wr, 3 op/s 2024-09-13T14:19:46.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:46 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:46.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:46 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:46.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:46 smithi071 ceph-mon[29588]: mds.? [v2:172.21.15.104:6832/3060797159,v1:172.21.15.104:6833/3060797159] up:standby 2024-09-13T14:19:46.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:46 smithi071 ceph-mon[29588]: fsmap foo:1 {0=foo.smithi071.awdchm=up:active} 1 up:standby 2024-09-13T14:19:46.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:46 smithi071 ceph-mon[41109]: pgmap v62: 73 pgs: 73 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s wr, 3 op/s 2024-09-13T14:19:46.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:46 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:46.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:46 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:46.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:46 smithi071 ceph-mon[41109]: mds.? [v2:172.21.15.104:6832/3060797159,v1:172.21.15.104:6833/3060797159] up:standby 2024-09-13T14:19:46.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:46 smithi071 ceph-mon[41109]: fsmap foo:1 {0=foo.smithi071.awdchm=up:active} 1 up:standby 2024-09-13T14:19:46.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:46 smithi104 ceph-mon[33426]: pgmap v62: 73 pgs: 73 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s wr, 3 op/s 2024-09-13T14:19:46.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:46 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:46.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:46 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:46.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:46 smithi104 ceph-mon[33426]: mds.? [v2:172.21.15.104:6832/3060797159,v1:172.21.15.104:6833/3060797159] up:standby 2024-09-13T14:19:46.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:46 smithi104 ceph-mon[33426]: fsmap foo:1 {0=foo.smithi071.awdchm=up:active} 1 up:standby 2024-09-13T14:19:48.890 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:19:48 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:19:48] "GET /metrics HTTP/1.1" 200 33301 "" "Prometheus/2.43.0" 2024-09-13T14:19:48.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:48 smithi071 ceph-mon[29588]: pgmap v63: 73 pgs: 73 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s wr, 3 op/s 2024-09-13T14:19:48.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:48 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:48.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:48 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:48.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:48 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:19:48.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:48 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:19:48.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:48 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:48.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:48 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:19:48.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:48 smithi071 ceph-mon[41109]: pgmap v63: 73 pgs: 73 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s wr, 3 op/s 2024-09-13T14:19:48.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:48 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:48.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:48 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:48.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:48 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:19:48.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:48 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:19:48.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:48 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:48.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:48 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:19:48.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:48 smithi104 ceph-mon[33426]: pgmap v63: 73 pgs: 73 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s wr, 3 op/s 2024-09-13T14:19:48.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:48 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:48.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:48 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:48.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:48 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:19:48.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:48 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:19:48.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:48 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:48.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:48 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:19:49.072 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:19:49.072 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":70,"fsid":"18f8172c-71da-11ef-bceb-c7b262605968","created":"2024-09-13T14:12:34.413032+0000","modified":"2024-09-13T14:19:30.708922+0000","last_up_change":"2024-09-13T14:17:39.955126+0000","last_in_change":"2024-09-13T14:17:23.160503+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":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-13T14:15:42.013153+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":"21","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":"rbd","create_time":"2024-09-13T14:18:11.086718+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":"65","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":65,"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":2,"score_stable":2,"optimal_score":1,"raw_score_acting":2,"raw_score_stable":2,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":3,"pool_name":"cephfs.foo.meta","create_time":"2024-09-13T14:19:28.631258+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":"70","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":"foo"}},"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":4,"pool_name":"cephfs.foo.data","create_time":"2024-09-13T14:19:28.930459+0000","flags":131073,"flags_names":"hashpspool,bulk","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":"70","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":{},"application_metadata":{"cephfs":{"data":"foo"}},"read_balance":{"score_acting":2.25,"score_stable":2.25,"optimal_score":1,"raw_score_acting":2.25,"raw_score_stable":2.25,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"fd3f37eb-3ff9-4549-8e14-55ab9c6297a3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":68,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6802","nonce":1833957234},{"type":"v1","addr":"172.21.15.71:6803","nonce":1833957234}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6804","nonce":1833957234},{"type":"v1","addr":"172.21.15.71:6805","nonce":1833957234}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6808","nonce":1833957234},{"type":"v1","addr":"172.21.15.71:6809","nonce":1833957234}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6806","nonce":1833957234},{"type":"v1","addr":"172.21.15.71:6807","nonce":1833957234}]},"public_addr":"172.21.15.71:6803/1833957234","cluster_addr":"172.21.15.71:6805/1833957234","heartbeat_back_addr":"172.21.15.71:6809/1833957234","heartbeat_front_addr":"172.21.15.71:6807/1833957234","state":["exists","up"]},{"osd":1,"uuid":"b2b5fc6c-0aa1-4eed-9fcc-59816f01ba10","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.71:6810","nonce":2602279706},{"type":"v1","addr":"172.21.15.71:6811","nonce":2602279706}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6812","nonce":2602279706},{"type":"v1","addr":"172.21.15.71:6813","nonce":2602279706}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6816","nonce":2602279706},{"type":"v1","addr":"172.21.15.71:6817","nonce":2602279706}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6814","nonce":2602279706},{"type":"v1","addr":"172.21.15.71:6815","nonce":2602279706}]},"public_addr":"172.21.15.71:6811/2602279706","cluster_addr":"172.21.15.71:6813/2602279706","heartbeat_back_addr":"172.21.15.71:6817/2602279706","heartbeat_front_addr":"172.21.15.71:6815/2602279706","state":["exists","up"]},{"osd":2,"uuid":"f9911633-19b2-4c10-bd42-bd6a5cc6a745","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.71:6818","nonce":3418642133},{"type":"v1","addr":"172.21.15.71:6819","nonce":3418642133}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6820","nonce":3418642133},{"type":"v1","addr":"172.21.15.71:6821","nonce":3418642133}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6824","nonce":3418642133},{"type":"v1","addr":"172.21.15.71:6825","nonce":3418642133}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6822","nonce":3418642133},{"type":"v1","addr":"172.21.15.71:6823","nonce":3418642133}]},"public_addr":"172.21.15.71:6819/3418642133","cluster_addr":"172.21.15.71:6821/3418642133","heartbeat_back_addr":"172.21.15.71:6825/3418642133","heartbeat_front_addr":"172.21.15.71:6823/3418642133","state":["exists","up"]},{"osd":3,"uuid":"b6d04cea-113c-4b8b-b249-cb99a731ad2e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":68,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6826","nonce":589975455},{"type":"v1","addr":"172.21.15.71:6827","nonce":589975455}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6828","nonce":589975455},{"type":"v1","addr":"172.21.15.71:6829","nonce":589975455}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6832","nonce":589975455},{"type":"v1","addr":"172.21.15.71:6833","nonce":589975455}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6830","nonce":589975455},{"type":"v1","addr":"172.21.15.71:6831","nonce":589975455}]},"public_addr":"172.21.15.71:6827/589975455","cluster_addr":"172.21.15.71:6829/589975455","heartbeat_back_addr":"172.21.15.71:6833/589975455","heartbeat_front_addr":"172.21.15.71:6831/589975455","state":["exists","up"]},{"osd":4,"uuid":"eaa5fdfd-97b4-4d4e-8efe-138d03bc42db","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":68,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6800","nonce":2747742495},{"type":"v1","addr":"172.21.15.104:6801","nonce":2747742495}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6802","nonce":2747742495},{"type":"v1","addr":"172.21.15.104:6803","nonce":2747742495}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6806","nonce":2747742495},{"type":"v1","addr":"172.21.15.104:6807","nonce":2747742495}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6804","nonce":2747742495},{"type":"v1","addr":"172.21.15.104:6805","nonce":2747742495}]},"public_addr":"172.21.15.104:6801/2747742495","cluster_addr":"172.21.15.104:6803/2747742495","heartbeat_back_addr":"172.21.15.104:6807/2747742495","heartbeat_front_addr":"172.21.15.104:6805/2747742495","state":["exists","up"]},{"osd":5,"uuid":"327f32c8-3a34-41cd-9b28-8652bde403b8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":68,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6808","nonce":2156075125},{"type":"v1","addr":"172.21.15.104:6809","nonce":2156075125}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6810","nonce":2156075125},{"type":"v1","addr":"172.21.15.104:6811","nonce":2156075125}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6814","nonce":2156075125},{"type":"v1","addr":"172.21.15.104:6815","nonce":2156075125}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6812","nonce":2156075125},{"type":"v1","addr":"172.21.15.104:6813","nonce":2156075125}]},"public_addr":"172.21.15.104:6809/2156075125","cluster_addr":"172.21.15.104:6811/2156075125","heartbeat_back_addr":"172.21.15.104:6815/2156075125","heartbeat_front_addr":"172.21.15.104:6813/2156075125","state":["exists","up"]},{"osd":6,"uuid":"c8dc48f6-6da0-4cfc-8792-1802e110957c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":68,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6816","nonce":1475653343},{"type":"v1","addr":"172.21.15.104:6817","nonce":1475653343}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6818","nonce":1475653343},{"type":"v1","addr":"172.21.15.104:6819","nonce":1475653343}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6822","nonce":1475653343},{"type":"v1","addr":"172.21.15.104:6823","nonce":1475653343}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6820","nonce":1475653343},{"type":"v1","addr":"172.21.15.104:6821","nonce":1475653343}]},"public_addr":"172.21.15.104:6817/1475653343","cluster_addr":"172.21.15.104:6819/1475653343","heartbeat_back_addr":"172.21.15.104:6823/1475653343","heartbeat_front_addr":"172.21.15.104:6821/1475653343","state":["exists","up"]},{"osd":7,"uuid":"e5c8a041-aca0-4a18-a7ae-808831a44305","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":54,"up_thru":67,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6824","nonce":823786698},{"type":"v1","addr":"172.21.15.104:6825","nonce":823786698}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6826","nonce":823786698},{"type":"v1","addr":"172.21.15.104:6827","nonce":823786698}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6830","nonce":823786698},{"type":"v1","addr":"172.21.15.104:6831","nonce":823786698}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6828","nonce":823786698},{"type":"v1","addr":"172.21.15.104:6829","nonce":823786698}]},"public_addr":"172.21.15.104:6825/823786698","cluster_addr":"172.21.15.104:6827/823786698","heartbeat_back_addr":"172.21.15.104:6831/823786698","heartbeat_front_addr":"172.21.15.104:6829/823786698","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-09-13T14:14:51.235454+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-09-13T14:15:15.661769+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-09-13T14:15:39.445404+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-09-13T14:16:04.663298+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-09-13T14:16:26.742205+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-09-13T14:16:50.860887+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-09-13T14:17:14.362769+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-09-13T14:17:37.981239+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.71:0/1970520876":"2024-09-14T14:13:06.258336+0000","172.21.15.71:6800/1578475249":"2024-09-14T14:18:09.429479+0000","172.21.15.71:6800/3448551475":"2024-09-14T14:13:06.258336+0000","172.21.15.71:0/788315538":"2024-09-14T14:13:06.258336+0000","172.21.15.71:6801/3448551475":"2024-09-14T14:13:06.258336+0000","172.21.15.71:0/781580":"2024-09-14T14:13:29.716958+0000","172.21.15.71:0/1512142036":"2024-09-14T14:18:09.429479+0000","172.21.15.71:0/3436285126":"2024-09-14T14:13:29.716958+0000","172.21.15.71:6801/1578475249":"2024-09-14T14:18:09.429479+0000","172.21.15.71:0/1423310701":"2024-09-14T14:13:06.258336+0000","172.21.15.71:0/920424232":"2024-09-14T14:13:29.716958+0000","172.21.15.71:0/2957393214":"2024-09-14T14:18:09.429479+0000","172.21.15.71:0/3698292050":"2024-09-14T14:18:09.429479+0000","172.21.15.71:0/1285114295":"2024-09-14T14:18:09.429479+0000","172.21.15.71:6800/1578233797":"2024-09-14T14:13:29.716958+0000","172.21.15.71:6801/1578233797":"2024-09-14T14:13:29.716958+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-09-13T14:19:49.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:49 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/2624851008' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-13T14:19:49.890 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:49 smithi071 ceph-mon[41109]: from='client.? 172.21.15.71:0/2624851008' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-13T14:19:49.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:49 smithi104 ceph-mon[33426]: from='client.? 172.21.15.71:0/2624851008' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-13T14:19:50.405 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-09-13T14:19:50.406 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-09-13T14:19:50.406 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-09-13T14:19:50.407 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-09-13T14:19:50.407 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-09-13T14:19:50.407 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-09-13T14:19:50.408 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph tell osd.6 flush_pg_stats 2024-09-13T14:19:50.408 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph tell osd.7 flush_pg_stats 2024-09-13T14:19:50.635 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:50 smithi071 ceph-mon[29588]: pgmap v64: 73 pgs: 73 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s wr, 3 op/s 2024-09-13T14:19:50.890 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:50 smithi071 ceph-mon[41109]: pgmap v64: 73 pgs: 73 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s wr, 3 op/s 2024-09-13T14:19:50.914 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:19:50.914 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:19:50.914 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:19:50.914 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:19:50.916 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:19:50.918 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:19:50.921 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:19:50.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:50 smithi104 ceph-mon[33426]: pgmap v64: 73 pgs: 73 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s wr, 3 op/s 2024-09-13T14:19:50.924 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:19:51.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:51 smithi071 ceph-mon[29588]: pgmap v65: 73 pgs: 73 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s wr, 3 op/s 2024-09-13T14:19:51.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:51 smithi071 ceph-mon[41109]: pgmap v65: 73 pgs: 73 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s wr, 3 op/s 2024-09-13T14:19:51.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:51 smithi104 ceph-mon[33426]: pgmap v65: 73 pgs: 73 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s wr, 3 op/s 2024-09-13T14:19:53.322 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:53 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:53.322 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:53 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:53.322 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:53 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:53.322 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:53 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:53.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:53 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:53.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:53 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:54.102 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:54 smithi071 ceph-mon[29588]: pgmap v66: 73 pgs: 73 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-09-13T14:19:54.103 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:54 smithi071 ceph-mon[41109]: pgmap v66: 73 pgs: 73 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-09-13T14:19:54.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:54 smithi104 ceph-mon[33426]: pgmap v66: 73 pgs: 73 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-09-13T14:19:55.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:55 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:55.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:55 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:19:55.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:55 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:55.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:55 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:19:55.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:55 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:19:55.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:55 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:19:56.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:56 smithi071 ceph-mon[29588]: pgmap v67: 73 pgs: 73 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-09-13T14:19:56.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:56 smithi071 ceph-mon[41109]: pgmap v67: 73 pgs: 73 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-09-13T14:19:56.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:56 smithi104 ceph-mon[33426]: pgmap v67: 73 pgs: 73 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-09-13T14:19:58.774 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:19:58 smithi071 ceph-mon[29588]: pgmap v68: 73 pgs: 73 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:58.774 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:19:58 smithi071 ceph-mon[41109]: pgmap v68: 73 pgs: 73 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:58.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:19:58 smithi104 ceph-mon[33426]: pgmap v68: 73 pgs: 73 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:19:59.047 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:19:58 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:19:58] "GET /metrics HTTP/1.1" 200 33842 "" "Prometheus/2.43.0" 2024-09-13T14:20:00.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:00 smithi071 ceph-mon[29588]: pgmap v69: 73 pgs: 73 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:00.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:00 smithi071 ceph-mon[29588]: overall HEALTH_OK 2024-09-13T14:20:00.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:00 smithi071 ceph-mon[41109]: pgmap v69: 73 pgs: 73 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:00.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:00 smithi071 ceph-mon[41109]: overall HEALTH_OK 2024-09-13T14:20:00.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:00 smithi104 ceph-mon[33426]: pgmap v69: 73 pgs: 73 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:00.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:00 smithi104 ceph-mon[33426]: overall HEALTH_OK 2024-09-13T14:20:01.814 INFO:teuthology.orchestra.run.smithi071.stdout:34359738433 2024-09-13T14:20:01.815 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-09-13T14:20:02.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:02 smithi071 ceph-mon[29588]: pgmap v70: 73 pgs: 73 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:02.640 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:02 smithi071 ceph-mon[41109]: pgmap v70: 73 pgs: 73 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:02.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:02 smithi104 ceph-mon[33426]: pgmap v70: 73 pgs: 73 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:03.087 INFO:teuthology.orchestra.run.smithi071.stdout:231928234014 2024-09-13T14:20:03.088 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.7 2024-09-13T14:20:04.722 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:04 smithi071 ceph-mon[29588]: pgmap v71: 73 pgs: 73 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:04.723 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:04 smithi071 ceph-mon[41109]: pgmap v71: 73 pgs: 73 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:04.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:04 smithi104 ceph-mon[33426]: pgmap v71: 73 pgs: 73 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:06.070 INFO:teuthology.orchestra.run.smithi071.stdout:107374182451 2024-09-13T14:20:06.070 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-09-13T14:20:06.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:06 smithi071 ceph-mon[29588]: pgmap v72: 73 pgs: 73 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:06.640 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:06 smithi071 ceph-mon[41109]: pgmap v72: 73 pgs: 73 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:06.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:06 smithi104 ceph-mon[33426]: pgmap v72: 73 pgs: 73 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:07.079 INFO:teuthology.orchestra.run.smithi071.stdout:163208757289 2024-09-13T14:20:07.080 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-09-13T14:20:08.229 INFO:teuthology.orchestra.run.smithi071.stdout:197568495653 2024-09-13T14:20:08.230 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.6 2024-09-13T14:20:08.791 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:08 smithi071 ceph-mon[29588]: pgmap v73: 73 pgs: 73 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:08.791 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:08 smithi071 ceph-mon[41109]: pgmap v73: 73 pgs: 73 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:08.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:08 smithi104 ceph-mon[33426]: pgmap v73: 73 pgs: 73 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:09.140 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:20:08 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:20:08] "GET /metrics HTTP/1.1" 200 33842 "" "Prometheus/2.43.0" 2024-09-13T14:20:09.240 INFO:teuthology.orchestra.run.smithi071.stdout:77309411385 2024-09-13T14:20:09.241 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-09-13T14:20:09.411 INFO:teuthology.orchestra.run.smithi071.stdout:128849018927 2024-09-13T14:20:09.411 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-09-13T14:20:10.004 INFO:teuthology.orchestra.run.smithi071.stdout:55834574910 2024-09-13T14:20:10.004 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-09-13T14:20:10.089 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:20:10.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:09 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:20:10.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:09 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:20:10.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:09 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:20:10.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:09 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:20:10.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:09 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:20:10.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:09 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-13T14:20:10.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:09 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-13T14:20:10.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:09 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-13T14:20:10.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:09 smithi071 ceph-mon[41109]: pgmap v74: 73 pgs: 73 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:10.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:09 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:20:10.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:09 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:20:10.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:09 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:20:10.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:09 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:20:10.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:09 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:20:10.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:09 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:20:10.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:09 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-13T14:20:10.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:09 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-13T14:20:10.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:09 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-13T14:20:10.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:09 smithi071 ceph-mon[29588]: pgmap v74: 73 pgs: 73 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:10.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:09 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:20:10.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:09 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:20:10.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:09 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:20:10.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:09 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:20:10.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:09 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:20:10.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:09 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:20:10.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:09 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-13T14:20:10.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:09 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-13T14:20:10.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:09 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-13T14:20:10.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:09 smithi104 ceph-mon[33426]: pgmap v74: 73 pgs: 73 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:10.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:09 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:20:10.195 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:20:10.196 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:20:10.200 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:20:10.201 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:20:10.203 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:20:10.204 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:20:11.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:10 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]': finished 2024-09-13T14:20:11.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:10 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]': finished 2024-09-13T14:20:11.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:10 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]': finished 2024-09-13T14:20:11.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:10 smithi071 ceph-mon[29588]: osdmap e71: 8 total, 8 up, 8 in 2024-09-13T14:20:11.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:10 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]': finished 2024-09-13T14:20:11.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:10 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]': finished 2024-09-13T14:20:11.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:10 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]': finished 2024-09-13T14:20:11.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:10 smithi071 ceph-mon[41109]: osdmap e71: 8 total, 8 up, 8 in 2024-09-13T14:20:11.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:10 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]': finished 2024-09-13T14:20:11.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:10 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]': finished 2024-09-13T14:20:11.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:10 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]': finished 2024-09-13T14:20:11.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:10 smithi104 ceph-mon[33426]: osdmap e71: 8 total, 8 up, 8 in 2024-09-13T14:20:12.085 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:11 smithi071 ceph-mon[29588]: osdmap e72: 8 total, 8 up, 8 in 2024-09-13T14:20:12.086 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:11 smithi071 ceph-mon[29588]: pgmap v77: 73 pgs: 3 peering, 70 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:12.086 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:11 smithi071 ceph-mon[41109]: osdmap e72: 8 total, 8 up, 8 in 2024-09-13T14:20:12.086 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:11 smithi071 ceph-mon[41109]: pgmap v77: 73 pgs: 3 peering, 70 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:12.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:11 smithi104 ceph-mon[33426]: osdmap e72: 8 total, 8 up, 8 in 2024-09-13T14:20:12.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:11 smithi104 ceph-mon[33426]: pgmap v77: 73 pgs: 3 peering, 70 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:14.833 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:14 smithi071 ceph-mon[41109]: pgmap v78: 73 pgs: 3 peering, 70 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:14.834 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:14 smithi071 ceph-mon[29588]: pgmap v78: 73 pgs: 3 peering, 70 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:14.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:14 smithi104 ceph-mon[33426]: pgmap v78: 73 pgs: 3 peering, 70 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:16.617 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:16 smithi071 ceph-mon[29588]: pgmap v79: 73 pgs: 73 active+clean; 579 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:16.617 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:16 smithi071 ceph-mon[41109]: pgmap v79: 73 pgs: 73 active+clean; 579 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:16.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:16 smithi104 ceph-mon[33426]: pgmap v79: 73 pgs: 73 active+clean; 579 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:17.565 INFO:teuthology.orchestra.run.smithi071.stdout:77309411387 2024-09-13T14:20:17.703 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:17 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/1202146714' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-09-13T14:20:17.704 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:17 smithi071 ceph-mon[41109]: from='client.? 172.21.15.71:0/1202146714' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-09-13T14:20:17.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:17 smithi104 ceph-mon[33426]: from='client.? 172.21.15.71:0/1202146714' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-09-13T14:20:18.777 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:18 smithi071 ceph-mon[29588]: pgmap v80: 73 pgs: 73 active+clean; 579 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:18.777 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:18 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/4233894179' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-13T14:20:18.777 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:18 smithi071 ceph-mon[41109]: pgmap v80: 73 pgs: 73 active+clean; 579 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:18.777 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:18 smithi071 ceph-mon[41109]: from='client.? 172.21.15.71:0/4233894179' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-13T14:20:18.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:18 smithi104 ceph-mon[33426]: pgmap v80: 73 pgs: 73 active+clean; 579 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:18.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:18 smithi104 ceph-mon[33426]: from='client.? 172.21.15.71:0/4233894179' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-13T14:20:19.031 INFO:teuthology.orchestra.run.smithi071.stdout:231928234018 2024-09-13T14:20:19.031 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:20:18 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:20:18] "GET /metrics HTTP/1.1" 200 33841 "" "Prometheus/2.43.0" 2024-09-13T14:20:19.854 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:19 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/2867031151' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-09-13T14:20:19.854 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:19 smithi071 ceph-mon[41109]: from='client.? 172.21.15.71:0/2867031151' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-09-13T14:20:19.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:19 smithi104 ceph-mon[33426]: from='client.? 172.21.15.71:0/2867031151' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-09-13T14:20:20.110 INFO:teuthology.orchestra.run.smithi071.stdout:34359738437 2024-09-13T14:20:20.863 INFO:teuthology.orchestra.run.smithi071.stdout:107374182454 2024-09-13T14:20:20.864 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:20 smithi071 ceph-mon[29588]: pgmap v81: 73 pgs: 73 active+clean; 579 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:20.864 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:20 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/3123883692' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-13T14:20:20.864 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:20 smithi071 ceph-mon[41109]: pgmap v81: 73 pgs: 73 active+clean; 579 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:20.864 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:20 smithi071 ceph-mon[41109]: from='client.? 172.21.15.71:0/3123883692' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-13T14:20:20.910 INFO:teuthology.orchestra.run.smithi071.stdout:197568495656 2024-09-13T14:20:20.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:20 smithi104 ceph-mon[33426]: pgmap v81: 73 pgs: 73 active+clean; 579 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:20.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:20 smithi104 ceph-mon[33426]: from='client.? 172.21.15.71:0/3123883692' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-13T14:20:21.488 INFO:tasks.cephadm.ceph_manager.ceph:need seq 197568495653 got 197568495656 for osd.6 2024-09-13T14:20:21.488 DEBUG:teuthology.parallel:result is None 2024-09-13T14:20:21.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:21 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/2639802727' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-13T14:20:21.890 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:21 smithi071 ceph-mon[41109]: from='client.? 172.21.15.71:0/2639802727' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-13T14:20:21.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:21 smithi104 ceph-mon[33426]: from='client.? 172.21.15.71:0/2639802727' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-13T14:20:21.952 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411385 got 77309411387 for osd.2 2024-09-13T14:20:21.952 DEBUG:teuthology.parallel:result is None 2024-09-13T14:20:22.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:22 smithi071 ceph-mon[29588]: pgmap v82: 73 pgs: 73 active+clean; 579 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:22.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:22 smithi071 ceph-mon[41109]: pgmap v82: 73 pgs: 73 active+clean; 579 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:22.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:22 smithi104 ceph-mon[33426]: pgmap v82: 73 pgs: 73 active+clean; 579 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:22.966 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738433 got 34359738437 for osd.0 2024-09-13T14:20:22.966 DEBUG:teuthology.parallel:result is None 2024-09-13T14:20:23.835 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182451 got 107374182454 for osd.3 2024-09-13T14:20:23.835 DEBUG:teuthology.parallel:result is None 2024-09-13T14:20:24.427 INFO:teuthology.orchestra.run.smithi071.stdout:163208757293 2024-09-13T14:20:24.443 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:20:24.625 INFO:teuthology.orchestra.run.smithi071.stdout:128849018930 2024-09-13T14:20:24.625 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:24 smithi071 ceph-mon[29588]: pgmap v83: 73 pgs: 73 active+clean; 579 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:24.625 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:24 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/2880304981' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-13T14:20:24.625 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:24 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:20:24.626 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:24 smithi071 ceph-mon[41109]: pgmap v83: 73 pgs: 73 active+clean; 579 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:24.626 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:24 smithi071 ceph-mon[41109]: from='client.? 172.21.15.71:0/2880304981' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-13T14:20:24.626 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:24 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:20:24.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:24 smithi104 ceph-mon[33426]: pgmap v83: 73 pgs: 73 active+clean; 579 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:24.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:24 smithi104 ceph-mon[33426]: from='client.? 172.21.15.71:0/2880304981' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-13T14:20:24.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:24 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:20:25.256 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018927 got 128849018930 for osd.4 2024-09-13T14:20:25.256 DEBUG:teuthology.parallel:result is None 2024-09-13T14:20:25.738 INFO:tasks.cephadm.ceph_manager.ceph:need seq 231928234014 got 231928234018 for osd.7 2024-09-13T14:20:25.739 DEBUG:teuthology.parallel:result is None 2024-09-13T14:20:25.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:25 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/746585070' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-13T14:20:25.890 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:25 smithi071 ceph-mon[41109]: from='client.? 172.21.15.71:0/746585070' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-13T14:20:25.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:25 smithi104 ceph-mon[33426]: from='client.? 172.21.15.71:0/746585070' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-13T14:20:26.216 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757289 got 163208757293 for osd.5 2024-09-13T14:20:26.216 DEBUG:teuthology.parallel:result is None 2024-09-13T14:20:26.742 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:26 smithi071 ceph-mon[29588]: pgmap v84: 73 pgs: 73 active+clean; 579 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:26.742 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:26 smithi071 ceph-mon[41109]: pgmap v84: 73 pgs: 73 active+clean; 579 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:26.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:26 smithi104 ceph-mon[33426]: pgmap v84: 73 pgs: 73 active+clean; 579 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:28.159 INFO:teuthology.orchestra.run.smithi071.stdout:55834574914 2024-09-13T14:20:28.791 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:28 smithi071 ceph-mon[29588]: pgmap v85: 73 pgs: 73 active+clean; 579 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:28.791 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:28 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/38600250' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-13T14:20:28.792 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:28 smithi071 ceph-mon[41109]: pgmap v85: 73 pgs: 73 active+clean; 579 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:28.792 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:28 smithi071 ceph-mon[41109]: from='client.? 172.21.15.71:0/38600250' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-13T14:20:28.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:28 smithi104 ceph-mon[33426]: pgmap v85: 73 pgs: 73 active+clean; 579 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:28.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:28 smithi104 ceph-mon[33426]: from='client.? 172.21.15.71:0/38600250' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-13T14:20:29.044 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:20:28 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:20:28] "GET /metrics HTTP/1.1" 200 33847 "" "Prometheus/2.43.0" 2024-09-13T14:20:29.065 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574910 got 55834574914 for osd.1 2024-09-13T14:20:29.066 DEBUG:teuthology.parallel:result is None 2024-09-13T14:20:29.066 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-13T14:20:29.066 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-13T14:20:29.274 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:20:30.681 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:30 smithi071 ceph-mon[29588]: pgmap v86: 73 pgs: 73 active+clean; 579 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:30.681 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:30 smithi071 ceph-mon[41109]: pgmap v86: 73 pgs: 73 active+clean; 579 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:30.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:30 smithi104 ceph-mon[33426]: pgmap v86: 73 pgs: 73 active+clean; 579 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:31.061 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:20:31.062 INFO:teuthology.orchestra.run.smithi071.stderr:dumped all 2024-09-13T14:20:31.766 INFO:teuthology.orchestra.run.smithi071.stdout:{"pg_ready":true,"pg_map":{"version":86,"stamp":"2024-09-13T14:20:29.466776+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":592749,"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":226,"num_write_kb":2432,"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":170,"ondisk_log_size":170,"up":219,"acting":219,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":219,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":8,"kb":749961216,"kb_used":227936,"kb_used_data":7664,"kb_used_omap":12,"kb_used_meta":220147,"kb_avail":749733280,"statfs":{"total":767960285184,"available":767726878720,"internally_reserved":0,"allocated":7847936,"data_stored":4391075,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12742,"internal_metadata":225431098},"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.002826"},"pg_stats":[{"pgid":"4.14","version":"0'0","reported_seq":12,"reported_epoch":70,"state":"active+clean","last_fresh":"2024-09-13T14:19:32.755824+0000","last_change":"2024-09-13T14:19:29.737340+0000","last_active":"2024-09-13T14:19:32.755824+0000","last_peered":"2024-09-13T14:19:32.755824+0000","last_clean":"2024-09-13T14:19:32.755824+0000","last_became_active":"2024-09-13T14:19:29.737059+0000","last_became_peered":"2024-09-13T14:19:29.737059+0000","last_unstale":"2024-09-13T14:19:32.755824+0000","last_undegraded":"2024-09-13T14:19:32.755824+0000","last_fullsized":"2024-09-13T14:19:32.755824+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:19:19.258978+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.13","version":"70'2","reported_seq":15,"reported_epoch":70,"state":"active+clean","last_fresh":"2024-09-13T14:19:39.524611+0000","last_change":"2024-09-13T14:19:29.699030+0000","last_active":"2024-09-13T14:19:39.524611+0000","last_peered":"2024-09-13T14:19:39.524611+0000","last_clean":"2024-09-13T14:19:39.524611+0000","last_became_active":"2024-09-13T14:19:29.698580+0000","last_became_peered":"2024-09-13T14:19:29.698580+0000","last_unstale":"2024-09-13T14:19:39.524611+0000","last_undegraded":"2024-09-13T14:19:39.524611+0000","last_fullsized":"2024-09-13T14:19:39.524611+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T23:15:27.245879+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":[7,4,2],"acting":[7,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.15","version":"0'0","reported_seq":13,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.893139+0000","last_change":"2024-09-13T14:19:29.738727+0000","last_active":"2024-09-13T14:20:09.893139+0000","last_peered":"2024-09-13T14:20:09.893139+0000","last_clean":"2024-09-13T14:20:09.893139+0000","last_became_active":"2024-09-13T14:19:29.738397+0000","last_became_peered":"2024-09-13T14:19:29.738397+0000","last_unstale":"2024-09-13T14:20:09.893139+0000","last_undegraded":"2024-09-13T14:20:09.893139+0000","last_fullsized":"2024-09-13T14:20:09.893139+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:57:20.067168+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[5,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.12","version":"0'0","reported_seq":14,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.886382+0000","last_change":"2024-09-13T14:19:29.701192+0000","last_active":"2024-09-13T14:20:09.886382+0000","last_peered":"2024-09-13T14:20:09.886382+0000","last_clean":"2024-09-13T14:20:09.886382+0000","last_became_active":"2024-09-13T14:19:29.700952+0000","last_became_peered":"2024-09-13T14:19:29.700952+0000","last_unstale":"2024-09-13T14:20:09.886382+0000","last_undegraded":"2024-09-13T14:20:09.886382+0000","last_fullsized":"2024-09-13T14:20:09.886382+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:30:11.386531+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.16","version":"0'0","reported_seq":13,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.886651+0000","last_change":"2024-09-13T14:19:29.738814+0000","last_active":"2024-09-13T14:20:09.886651+0000","last_peered":"2024-09-13T14:20:09.886651+0000","last_clean":"2024-09-13T14:20:09.886651+0000","last_became_active":"2024-09-13T14:19:29.738456+0000","last_became_peered":"2024-09-13T14:19:29.738456+0000","last_unstale":"2024-09-13T14:20:09.886651+0000","last_undegraded":"2024-09-13T14:20:09.886651+0000","last_fullsized":"2024-09-13T14:20:09.886651+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:43:21.073989+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[0,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.11","version":"0'0","reported_seq":13,"reported_epoch":70,"state":"active+clean","last_fresh":"2024-09-13T14:19:30.712782+0000","last_change":"2024-09-13T14:19:29.703360+0000","last_active":"2024-09-13T14:19:30.712782+0000","last_peered":"2024-09-13T14:19:30.712782+0000","last_clean":"2024-09-13T14:19:30.712782+0000","last_became_active":"2024-09-13T14:19:29.703116+0000","last_became_peered":"2024-09-13T14:19:29.703116+0000","last_unstale":"2024-09-13T14:19:30.712782+0000","last_undegraded":"2024-09-13T14:19:30.712782+0000","last_fullsized":"2024-09-13T14:19:30.712782+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:25:26.688209+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.17","version":"0'0","reported_seq":12,"reported_epoch":70,"state":"active+clean","last_fresh":"2024-09-13T14:19:32.755798+0000","last_change":"2024-09-13T14:19:29.739561+0000","last_active":"2024-09-13T14:19:32.755798+0000","last_peered":"2024-09-13T14:19:32.755798+0000","last_clean":"2024-09-13T14:19:32.755798+0000","last_became_active":"2024-09-13T14:19:29.739301+0000","last_became_peered":"2024-09-13T14:19:29.739301+0000","last_unstale":"2024-09-13T14:19:32.755798+0000","last_undegraded":"2024-09-13T14:19:32.755798+0000","last_fullsized":"2024-09-13T14:19:32.755798+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:12:30.478772+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[3,7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.10","version":"70'8","reported_seq":22,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.895248+0000","last_change":"2024-09-13T14:19:29.700771+0000","last_active":"2024-09-13T14:20:09.895248+0000","last_peered":"2024-09-13T14:20:09.895248+0000","last_clean":"2024-09-13T14:20:09.895248+0000","last_became_active":"2024-09-13T14:19:29.700512+0000","last_became_peered":"2024-09-13T14:19:29.700512+0000","last_unstale":"2024-09-13T14:20:09.895248+0000","last_undegraded":"2024-09-13T14:20:09.895248+0000","last_fullsized":"2024-09-13T14:20:09.895248+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T23:03:49.484827+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":[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.f","version":"70'1","reported_seq":14,"reported_epoch":70,"state":"active+clean","last_fresh":"2024-09-13T14:19:39.524356+0000","last_change":"2024-09-13T14:19:29.701694+0000","last_active":"2024-09-13T14:19:39.524356+0000","last_peered":"2024-09-13T14:19:39.524356+0000","last_clean":"2024-09-13T14:19:39.524356+0000","last_became_active":"2024-09-13T14:19:29.701412+0000","last_became_peered":"2024-09-13T14:19:29.701412+0000","last_unstale":"2024-09-13T14:19:39.524356+0000","last_undegraded":"2024-09-13T14:19:39.524356+0000","last_fullsized":"2024-09-13T14:19:39.524356+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T21:19:34.010567+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":[7,4,0],"acting":[7,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.8","version":"0'0","reported_seq":13,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.892633+0000","last_change":"2024-09-13T14:19:29.737140+0000","last_active":"2024-09-13T14:20:09.892633+0000","last_peered":"2024-09-13T14:20:09.892633+0000","last_clean":"2024-09-13T14:20:09.892633+0000","last_became_active":"2024-09-13T14:19:29.736847+0000","last_became_peered":"2024-09-13T14:19:29.736847+0000","last_unstale":"2024-09-13T14:20:09.892633+0000","last_undegraded":"2024-09-13T14:20:09.892633+0000","last_fullsized":"2024-09-13T14:20:09.892633+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:38:08.956564+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.e","version":"70'2","reported_seq":15,"reported_epoch":70,"state":"active+clean","last_fresh":"2024-09-13T14:19:39.524438+0000","last_change":"2024-09-13T14:19:29.700797+0000","last_active":"2024-09-13T14:19:39.524438+0000","last_peered":"2024-09-13T14:19:39.524438+0000","last_clean":"2024-09-13T14:19:39.524438+0000","last_became_active":"2024-09-13T14:19:29.700457+0000","last_became_peered":"2024-09-13T14:19:29.700457+0000","last_unstale":"2024-09-13T14:19:39.524438+0000","last_undegraded":"2024-09-13T14:19:39.524438+0000","last_fullsized":"2024-09-13T14:19:39.524438+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T01:39:53.359529+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,4,1],"acting":[7,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.9","version":"0'0","reported_seq":13,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.892924+0000","last_change":"2024-09-13T14:19:29.728512+0000","last_active":"2024-09-13T14:20:09.892924+0000","last_peered":"2024-09-13T14:20:09.892924+0000","last_clean":"2024-09-13T14:20:09.892924+0000","last_became_active":"2024-09-13T14:19:29.728256+0000","last_became_peered":"2024-09-13T14:19:29.728256+0000","last_unstale":"2024-09-13T14:20:09.892924+0000","last_undegraded":"2024-09-13T14:20:09.892924+0000","last_fullsized":"2024-09-13T14:20:09.892924+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:54:01.933463+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.d","version":"70'1","reported_seq":14,"reported_epoch":70,"state":"active+clean","last_fresh":"2024-09-13T14:19:39.525338+0000","last_change":"2024-09-13T14:19:29.702716+0000","last_active":"2024-09-13T14:19:39.525338+0000","last_peered":"2024-09-13T14:19:39.525338+0000","last_clean":"2024-09-13T14:19:39.525338+0000","last_became_active":"2024-09-13T14:19:29.702205+0000","last_became_peered":"2024-09-13T14:19:29.702205+0000","last_unstale":"2024-09-13T14:19:39.525338+0000","last_undegraded":"2024-09-13T14:19:39.525338+0000","last_fullsized":"2024-09-13T14:19:39.525338+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T22:09:38.318232+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":[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.a","version":"0'0","reported_seq":13,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.895246+0000","last_change":"2024-09-13T14:19:29.737068+0000","last_active":"2024-09-13T14:20:09.895246+0000","last_peered":"2024-09-13T14:20:09.895246+0000","last_clean":"2024-09-13T14:20:09.895246+0000","last_became_active":"2024-09-13T14:19:29.736775+0000","last_became_peered":"2024-09-13T14:19:29.736775+0000","last_unstale":"2024-09-13T14:20:09.895246+0000","last_undegraded":"2024-09-13T14:20:09.895246+0000","last_fullsized":"2024-09-13T14:20:09.895246+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:17:50.862473+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1,7],"acting":[6,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.c","version":"0'0","reported_seq":14,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.893023+0000","last_change":"2024-09-13T14:19:29.695451+0000","last_active":"2024-09-13T14:20:09.893023+0000","last_peered":"2024-09-13T14:20:09.893023+0000","last_clean":"2024-09-13T14:20:09.893023+0000","last_became_active":"2024-09-13T14:19:29.695148+0000","last_became_peered":"2024-09-13T14:19:29.695148+0000","last_unstale":"2024-09-13T14:20:09.893023+0000","last_undegraded":"2024-09-13T14:20:09.893023+0000","last_fullsized":"2024-09-13T14:20:09.893023+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:45:21.764112+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.b","version":"0'0","reported_seq":22,"reported_epoch":72,"state":"active+clean","last_fresh":"2024-09-13T14:20:10.892341+0000","last_change":"2024-09-13T14:20:10.892341+0000","last_active":"2024-09-13T14:20:10.892341+0000","last_peered":"2024-09-13T14:20:10.892341+0000","last_clean":"2024-09-13T14:20:10.892341+0000","last_became_active":"2024-09-13T14:20:10.892088+0000","last_became_peered":"2024-09-13T14:20:10.892088+0000","last_unstale":"2024-09-13T14:20:10.892341+0000","last_undegraded":"2024-09-13T14:20:10.892341+0000","last_fullsized":"2024-09-13T14:20:10.892341+0000","mapping_epoch":71,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":72,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:40:59.920357+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[0,2,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.b","version":"70'2","reported_seq":15,"reported_epoch":70,"state":"active+clean","last_fresh":"2024-09-13T14:19:39.523897+0000","last_change":"2024-09-13T14:19:29.701560+0000","last_active":"2024-09-13T14:19:39.523897+0000","last_peered":"2024-09-13T14:19:39.523897+0000","last_clean":"2024-09-13T14:19:39.523897+0000","last_became_active":"2024-09-13T14:19:29.701274+0000","last_became_peered":"2024-09-13T14:19:29.701274+0000","last_unstale":"2024-09-13T14:19:39.523897+0000","last_undegraded":"2024-09-13T14:19:39.523897+0000","last_fullsized":"2024-09-13T14:19:39.523897+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T23:12:39.901202+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":[3,0,4],"acting":[3,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.c","version":"0'0","reported_seq":13,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.892719+0000","last_change":"2024-09-13T14:19:29.726263+0000","last_active":"2024-09-13T14:20:09.892719+0000","last_peered":"2024-09-13T14:20:09.892719+0000","last_clean":"2024-09-13T14:20:09.892719+0000","last_became_active":"2024-09-13T14:19:29.725998+0000","last_became_peered":"2024-09-13T14:19:29.725998+0000","last_unstale":"2024-09-13T14:20:09.892719+0000","last_undegraded":"2024-09-13T14:20:09.892719+0000","last_fullsized":"2024-09-13T14:20:09.892719+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:41:59.600210+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[4,3,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.a","version":"0'0","reported_seq":14,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.895331+0000","last_change":"2024-09-13T14:19:29.697163+0000","last_active":"2024-09-13T14:20:09.895331+0000","last_peered":"2024-09-13T14:20:09.895331+0000","last_clean":"2024-09-13T14:20:09.895331+0000","last_became_active":"2024-09-13T14:19:29.696878+0000","last_became_peered":"2024-09-13T14:19:29.696878+0000","last_unstale":"2024-09-13T14:20:09.895331+0000","last_undegraded":"2024-09-13T14:20:09.895331+0000","last_fullsized":"2024-09-13T14:20:09.895331+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:39:12.164691+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.d","version":"0'0","reported_seq":13,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.893026+0000","last_change":"2024-09-13T14:19:29.721758+0000","last_active":"2024-09-13T14:20:09.893026+0000","last_peered":"2024-09-13T14:20:09.893026+0000","last_clean":"2024-09-13T14:20:09.893026+0000","last_became_active":"2024-09-13T14:19:29.721493+0000","last_became_peered":"2024-09-13T14:19:29.721493+0000","last_unstale":"2024-09-13T14:20:09.893026+0000","last_undegraded":"2024-09-13T14:20:09.893026+0000","last_fullsized":"2024-09-13T14:20:09.893026+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:21:03.339896+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,1],"acting":[4,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.9","version":"0'0","reported_seq":14,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.893164+0000","last_change":"2024-09-13T14:19:29.705387+0000","last_active":"2024-09-13T14:20:09.893164+0000","last_peered":"2024-09-13T14:20:09.893164+0000","last_clean":"2024-09-13T14:20:09.893164+0000","last_became_active":"2024-09-13T14:19:29.705113+0000","last_became_peered":"2024-09-13T14:19:29.705113+0000","last_unstale":"2024-09-13T14:20:09.893164+0000","last_undegraded":"2024-09-13T14:20:09.893164+0000","last_fullsized":"2024-09-13T14:20:09.893164+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:22:47.015926+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,7],"acting":[4,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.e","version":"0'0","reported_seq":13,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.893303+0000","last_change":"2024-09-13T14:19:29.721692+0000","last_active":"2024-09-13T14:20:09.893303+0000","last_peered":"2024-09-13T14:20:09.893303+0000","last_clean":"2024-09-13T14:20:09.893303+0000","last_became_active":"2024-09-13T14:19:29.721428+0000","last_became_peered":"2024-09-13T14:19:29.721428+0000","last_unstale":"2024-09-13T14:20:09.893303+0000","last_undegraded":"2024-09-13T14:20:09.893303+0000","last_fullsized":"2024-09-13T14:20:09.893303+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:05:11.746230+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.8","version":"0'0","reported_seq":13,"reported_epoch":70,"state":"active+clean","last_fresh":"2024-09-13T14:19:32.755504+0000","last_change":"2024-09-13T14:19:29.702902+0000","last_active":"2024-09-13T14:19:32.755504+0000","last_peered":"2024-09-13T14:19:32.755504+0000","last_clean":"2024-09-13T14:19:32.755504+0000","last_became_active":"2024-09-13T14:19:29.702440+0000","last_became_peered":"2024-09-13T14:19:29.702440+0000","last_unstale":"2024-09-13T14:19:32.755504+0000","last_undegraded":"2024-09-13T14:19:32.755504+0000","last_fullsized":"2024-09-13T14:19:32.755504+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:34:39.260698+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.f","version":"0'0","reported_seq":13,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.888828+0000","last_change":"2024-09-13T14:19:29.732731+0000","last_active":"2024-09-13T14:20:09.888828+0000","last_peered":"2024-09-13T14:20:09.888828+0000","last_clean":"2024-09-13T14:20:09.888828+0000","last_became_active":"2024-09-13T14:19:29.732463+0000","last_became_peered":"2024-09-13T14:19:29.732463+0000","last_unstale":"2024-09-13T14:20:09.888828+0000","last_undegraded":"2024-09-13T14:20:09.888828+0000","last_fullsized":"2024-09-13T14:20:09.888828+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:02:12.013674+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.0","version":"60'128","reported_seq":268,"reported_epoch":70,"state":"active+clean","last_fresh":"2024-09-13T14:19:45.451746+0000","last_change":"2024-09-13T14:17:43.789601+0000","last_active":"2024-09-13T14:19:45.451746+0000","last_peered":"2024-09-13T14:19:45.451746+0000","last_clean":"2024-09-13T14:19:45.451746+0000","last_became_active":"2024-09-13T14:17:43.789217+0000","last_became_peered":"2024-09-13T14:17:43.789217+0000","last_unstale":"2024-09-13T14:19:45.451746+0000","last_undegraded":"2024-09-13T14:19:45.451746+0000","last_fullsized":"2024-09-13T14:19:45.451746+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:15:42.548303+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-09-14T17:35:47.839598+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":"63'1","reported_seq":28,"reported_epoch":72,"state":"active+clean","last_fresh":"2024-09-13T14:20:10.961803+0000","last_change":"2024-09-13T14:18:16.966217+0000","last_active":"2024-09-13T14:20:10.961803+0000","last_peered":"2024-09-13T14:20:10.961803+0000","last_clean":"2024-09-13T14:20:10.961803+0000","last_became_active":"2024-09-13T14:18:12.500587+0000","last_became_peered":"2024-09-13T14:18:12.500587+0000","last_unstale":"2024-09-13T14:20:10.961803+0000","last_undegraded":"2024-09-13T14:20:10.961803+0000","last_fullsized":"2024-09-13T14:20:10.961803+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-14T15:38:32.791880+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029038399999999998,"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":[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":13,"reported_epoch":70,"state":"active+clean","last_fresh":"2024-09-13T14:19:32.755534+0000","last_change":"2024-09-13T14:19:29.697528+0000","last_active":"2024-09-13T14:19:32.755534+0000","last_peered":"2024-09-13T14:19:32.755534+0000","last_clean":"2024-09-13T14:19:32.755534+0000","last_became_active":"2024-09-13T14:19:29.697269+0000","last_became_peered":"2024-09-13T14:19:29.697269+0000","last_unstale":"2024-09-13T14:19:32.755534+0000","last_undegraded":"2024-09-13T14:19:32.755534+0000","last_fullsized":"2024-09-13T14:19:32.755534+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:45:41.561384+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.5","version":"0'0","reported_seq":13,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.895569+0000","last_change":"2024-09-13T14:19:29.739160+0000","last_active":"2024-09-13T14:20:09.895569+0000","last_peered":"2024-09-13T14:20:09.895569+0000","last_clean":"2024-09-13T14:20:09.895569+0000","last_became_active":"2024-09-13T14:19:29.738892+0000","last_became_peered":"2024-09-13T14:19:29.738892+0000","last_unstale":"2024-09-13T14:20:09.895569+0000","last_undegraded":"2024-09-13T14:20:09.895569+0000","last_fullsized":"2024-09-13T14:20:09.895569+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:04:33.496723+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.0","version":"0'0","reported_seq":26,"reported_epoch":72,"state":"active+clean","last_fresh":"2024-09-13T14:20:10.962327+0000","last_change":"2024-09-13T14:18:17.358948+0000","last_active":"2024-09-13T14:20:10.962327+0000","last_peered":"2024-09-13T14:20:10.962327+0000","last_clean":"2024-09-13T14:20:10.962327+0000","last_became_active":"2024-09-13T14:18:12.566842+0000","last_became_peered":"2024-09-13T14:18:12.566842+0000","last_unstale":"2024-09-13T14:20:10.962327+0000","last_undegraded":"2024-09-13T14:20:10.962327+0000","last_fullsized":"2024-09-13T14:20:10.962327+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:40:51.655619+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000322109,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.886277+0000","last_change":"2024-09-13T14:19:29.705719+0000","last_active":"2024-09-13T14:20:09.886277+0000","last_peered":"2024-09-13T14:20:09.886277+0000","last_clean":"2024-09-13T14:20:09.886277+0000","last_became_active":"2024-09-13T14:19:29.704637+0000","last_became_peered":"2024-09-13T14:19:29.704637+0000","last_unstale":"2024-09-13T14:20:09.886277+0000","last_undegraded":"2024-09-13T14:20:09.886277+0000","last_fullsized":"2024-09-13T14:20:09.886277+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:45:20.428504+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.6","version":"0'0","reported_seq":22,"reported_epoch":72,"state":"active+clean","last_fresh":"2024-09-13T14:20:10.963718+0000","last_change":"2024-09-13T14:20:10.963718+0000","last_active":"2024-09-13T14:20:10.963718+0000","last_peered":"2024-09-13T14:20:10.963718+0000","last_clean":"2024-09-13T14:20:10.963718+0000","last_became_active":"2024-09-13T14:20:10.963407+0000","last_became_peered":"2024-09-13T14:20:10.963407+0000","last_unstale":"2024-09-13T14:20:10.963718+0000","last_undegraded":"2024-09-13T14:20:10.963718+0000","last_fullsized":"2024-09-13T14:20:10.963718+0000","mapping_epoch":71,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":72,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:20:33.897722+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.1","version":"0'0","reported_seq":27,"reported_epoch":72,"state":"active+clean","last_fresh":"2024-09-13T14:20:10.888777+0000","last_change":"2024-09-13T14:18:16.962618+0000","last_active":"2024-09-13T14:20:10.888777+0000","last_peered":"2024-09-13T14:20:10.888777+0000","last_clean":"2024-09-13T14:20:10.888777+0000","last_became_active":"2024-09-13T14:18:12.566810+0000","last_became_peered":"2024-09-13T14:18:12.566810+0000","last_unstale":"2024-09-13T14:20:10.888777+0000","last_undegraded":"2024-09-13T14:20:10.888777+0000","last_fullsized":"2024-09-13T14:20:10.888777+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:32:58.629029+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00030931399999999999,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.887918+0000","last_change":"2024-09-13T14:19:29.700448+0000","last_active":"2024-09-13T14:20:09.887918+0000","last_peered":"2024-09-13T14:20:09.887918+0000","last_clean":"2024-09-13T14:20:09.887918+0000","last_became_active":"2024-09-13T14:19:29.700192+0000","last_became_peered":"2024-09-13T14:19:29.700192+0000","last_unstale":"2024-09-13T14:20:09.887918+0000","last_undegraded":"2024-09-13T14:20:09.887918+0000","last_fullsized":"2024-09-13T14:20:09.887918+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:07:30.739662+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.7","version":"0'0","reported_seq":13,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.888803+0000","last_change":"2024-09-13T14:19:29.731341+0000","last_active":"2024-09-13T14:20:09.888803+0000","last_peered":"2024-09-13T14:20:09.888803+0000","last_clean":"2024-09-13T14:20:09.888803+0000","last_became_active":"2024-09-13T14:19:29.731082+0000","last_became_peered":"2024-09-13T14:19:29.731082+0000","last_unstale":"2024-09-13T14:20:09.888803+0000","last_undegraded":"2024-09-13T14:20:09.888803+0000","last_fullsized":"2024-09-13T14:20:09.888803+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:07:45.818294+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.2","version":"65'2","reported_seq":29,"reported_epoch":72,"state":"active+clean","last_fresh":"2024-09-13T14:20:10.961886+0000","last_change":"2024-09-13T14:18:16.966870+0000","last_active":"2024-09-13T14:20:10.961886+0000","last_peered":"2024-09-13T14:20:10.961886+0000","last_clean":"2024-09-13T14:20:10.961886+0000","last_became_active":"2024-09-13T14:18:12.501563+0000","last_became_peered":"2024-09-13T14:18:12.501563+0000","last_unstale":"2024-09-13T14:20:10.961886+0000","last_undegraded":"2024-09-13T14:20:10.961886+0000","last_fullsized":"2024-09-13T14:20:10.961886+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-14T20:36:36.799974+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00094368000000000002,"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":[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":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.894041+0000","last_change":"2024-09-13T14:19:29.702920+0000","last_active":"2024-09-13T14:20:09.894041+0000","last_peered":"2024-09-13T14:20:09.894041+0000","last_clean":"2024-09-13T14:20:09.894041+0000","last_became_active":"2024-09-13T14:19:29.702351+0000","last_became_peered":"2024-09-13T14:19:29.702351+0000","last_unstale":"2024-09-13T14:20:09.894041+0000","last_undegraded":"2024-09-13T14:20:09.894041+0000","last_fullsized":"2024-09-13T14:20:09.894041+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:22:14.312467+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.4","version":"0'0","reported_seq":13,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.888777+0000","last_change":"2024-09-13T14:19:29.730509+0000","last_active":"2024-09-13T14:20:09.888777+0000","last_peered":"2024-09-13T14:20:09.888777+0000","last_clean":"2024-09-13T14:20:09.888777+0000","last_became_active":"2024-09-13T14:19:29.730269+0000","last_became_peered":"2024-09-13T14:19:29.730269+0000","last_unstale":"2024-09-13T14:20:09.888777+0000","last_undegraded":"2024-09-13T14:20:09.888777+0000","last_fullsized":"2024-09-13T14:20:09.888777+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:02:43.710302+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.5","version":"0'0","reported_seq":14,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.893309+0000","last_change":"2024-09-13T14:19:29.704458+0000","last_active":"2024-09-13T14:20:09.893309+0000","last_peered":"2024-09-13T14:20:09.893309+0000","last_clean":"2024-09-13T14:20:09.893309+0000","last_became_active":"2024-09-13T14:19:29.704115+0000","last_became_peered":"2024-09-13T14:19:29.704115+0000","last_unstale":"2024-09-13T14:20:09.893309+0000","last_undegraded":"2024-09-13T14:20:09.893309+0000","last_fullsized":"2024-09-13T14:20:09.893309+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:16:50.046699+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.4","version":"0'0","reported_seq":27,"reported_epoch":72,"state":"active+clean","last_fresh":"2024-09-13T14:20:10.890116+0000","last_change":"2024-09-13T14:18:16.962678+0000","last_active":"2024-09-13T14:20:10.890116+0000","last_peered":"2024-09-13T14:20:10.890116+0000","last_clean":"2024-09-13T14:20:10.890116+0000","last_became_active":"2024-09-13T14:18:12.566750+0000","last_became_peered":"2024-09-13T14:18:12.566750+0000","last_unstale":"2024-09-13T14:20:10.890116+0000","last_undegraded":"2024-09-13T14:20:10.890116+0000","last_fullsized":"2024-09-13T14:20:10.890116+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:04:49.593449+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00031535100000000001,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.2","version":"0'0","reported_seq":13,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.888235+0000","last_change":"2024-09-13T14:19:29.732070+0000","last_active":"2024-09-13T14:20:09.888235+0000","last_peered":"2024-09-13T14:20:09.888235+0000","last_clean":"2024-09-13T14:20:09.888235+0000","last_became_active":"2024-09-13T14:19:29.731820+0000","last_became_peered":"2024-09-13T14:19:29.731820+0000","last_unstale":"2024-09-13T14:20:09.888235+0000","last_undegraded":"2024-09-13T14:20:09.888235+0000","last_fullsized":"2024-09-13T14:20:09.888235+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:33:20.994733+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.4","version":"0'0","reported_seq":14,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.888777+0000","last_change":"2024-09-13T14:19:29.708364+0000","last_active":"2024-09-13T14:20:09.888777+0000","last_peered":"2024-09-13T14:20:09.888777+0000","last_clean":"2024-09-13T14:20:09.888777+0000","last_became_active":"2024-09-13T14:19:29.708016+0000","last_became_peered":"2024-09-13T14:19:29.708016+0000","last_unstale":"2024-09-13T14:20:09.888777+0000","last_undegraded":"2024-09-13T14:20:09.888777+0000","last_fullsized":"2024-09-13T14:20:09.888777+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:50:48.972344+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.5","version":"0'0","reported_seq":26,"reported_epoch":72,"state":"active+clean","last_fresh":"2024-09-13T14:20:10.963013+0000","last_change":"2024-09-13T14:18:17.358936+0000","last_active":"2024-09-13T14:20:10.963013+0000","last_peered":"2024-09-13T14:20:10.963013+0000","last_clean":"2024-09-13T14:20:10.963013+0000","last_became_active":"2024-09-13T14:18:12.658158+0000","last_became_peered":"2024-09-13T14:18:12.658158+0000","last_unstale":"2024-09-13T14:20:10.963013+0000","last_undegraded":"2024-09-13T14:20:10.963013+0000","last_fullsized":"2024-09-13T14:20:10.963013+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:19:35.192629+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000327091,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.3","version":"0'0","reported_seq":13,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.886518+0000","last_change":"2024-09-13T14:19:29.737484+0000","last_active":"2024-09-13T14:20:09.886518+0000","last_peered":"2024-09-13T14:20:09.886518+0000","last_clean":"2024-09-13T14:20:09.886518+0000","last_became_active":"2024-09-13T14:19:29.737056+0000","last_became_peered":"2024-09-13T14:19:29.737056+0000","last_unstale":"2024-09-13T14:20:09.886518+0000","last_undegraded":"2024-09-13T14:20:09.886518+0000","last_fullsized":"2024-09-13T14:20:09.886518+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:53:18.023061+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.7","version":"70'2","reported_seq":15,"reported_epoch":70,"state":"active+clean","last_fresh":"2024-09-13T14:19:39.524695+0000","last_change":"2024-09-13T14:19:29.703997+0000","last_active":"2024-09-13T14:19:39.524695+0000","last_peered":"2024-09-13T14:19:39.524695+0000","last_clean":"2024-09-13T14:19:39.524695+0000","last_became_active":"2024-09-13T14:19:29.703561+0000","last_became_peered":"2024-09-13T14:19:29.703561+0000","last_unstale":"2024-09-13T14:19:39.524695+0000","last_undegraded":"2024-09-13T14:19:39.524695+0000","last_fullsized":"2024-09-13T14:19:39.524695+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T15:40:00.124164+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":[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":"0'0","reported_seq":27,"reported_epoch":72,"state":"active+clean","last_fresh":"2024-09-13T14:20:10.890236+0000","last_change":"2024-09-13T14:18:16.963029+0000","last_active":"2024-09-13T14:20:10.890236+0000","last_peered":"2024-09-13T14:20:10.890236+0000","last_clean":"2024-09-13T14:20:10.890236+0000","last_became_active":"2024-09-13T14:18:12.658467+0000","last_became_peered":"2024-09-13T14:18:12.658467+0000","last_unstale":"2024-09-13T14:20:10.890236+0000","last_undegraded":"2024-09-13T14:20:10.890236+0000","last_fullsized":"2024-09-13T14:20:10.890236+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:31:01.291296+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00052897999999999997,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.0","version":"0'0","reported_seq":12,"reported_epoch":70,"state":"active+clean","last_fresh":"2024-09-13T14:19:32.755371+0000","last_change":"2024-09-13T14:19:29.739078+0000","last_active":"2024-09-13T14:19:32.755371+0000","last_peered":"2024-09-13T14:19:32.755371+0000","last_clean":"2024-09-13T14:19:32.755371+0000","last_became_active":"2024-09-13T14:19:29.738824+0000","last_became_peered":"2024-09-13T14:19:29.738824+0000","last_unstale":"2024-09-13T14:19:32.755371+0000","last_undegraded":"2024-09-13T14:19:32.755371+0000","last_fullsized":"2024-09-13T14:19:32.755371+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:33:57.262935+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.6","version":"70'1","reported_seq":15,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.886742+0000","last_change":"2024-09-13T14:19:29.704193+0000","last_active":"2024-09-13T14:20:09.886742+0000","last_peered":"2024-09-13T14:20:09.886742+0000","last_clean":"2024-09-13T14:20:09.886742+0000","last_became_active":"2024-09-13T14:19:29.703838+0000","last_became_peered":"2024-09-13T14:19:29.703838+0000","last_unstale":"2024-09-13T14:20:09.886742+0000","last_undegraded":"2024-09-13T14:20:09.886742+0000","last_fullsized":"2024-09-13T14:20:09.886742+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T17:22:06.178588+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":[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.7","version":"0'0","reported_seq":27,"reported_epoch":72,"state":"active+clean","last_fresh":"2024-09-13T14:20:10.960409+0000","last_change":"2024-09-13T14:18:16.967640+0000","last_active":"2024-09-13T14:20:10.960409+0000","last_peered":"2024-09-13T14:20:10.960409+0000","last_clean":"2024-09-13T14:20:10.960409+0000","last_became_active":"2024-09-13T14:18:12.501448+0000","last_became_peered":"2024-09-13T14:18:12.501448+0000","last_unstale":"2024-09-13T14:20:10.960409+0000","last_undegraded":"2024-09-13T14:20:10.960409+0000","last_fullsized":"2024-09-13T14:20:10.960409+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:54:31.171058+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029877400000000002,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1","version":"0'0","reported_seq":13,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.893043+0000","last_change":"2024-09-13T14:19:29.718951+0000","last_active":"2024-09-13T14:20:09.893043+0000","last_peered":"2024-09-13T14:20:09.893043+0000","last_clean":"2024-09-13T14:20:09.893043+0000","last_became_active":"2024-09-13T14:19:29.718589+0000","last_became_peered":"2024-09-13T14:19:29.718589+0000","last_unstale":"2024-09-13T14:20:09.893043+0000","last_undegraded":"2024-09-13T14:20:09.893043+0000","last_fullsized":"2024-09-13T14:20:09.893043+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:44:19.267895+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.13","version":"0'0","reported_seq":22,"reported_epoch":72,"state":"active+clean","last_fresh":"2024-09-13T14:20:10.961720+0000","last_change":"2024-09-13T14:20:10.961720+0000","last_active":"2024-09-13T14:20:10.961720+0000","last_peered":"2024-09-13T14:20:10.961720+0000","last_clean":"2024-09-13T14:20:10.961720+0000","last_became_active":"2024-09-13T14:20:10.961152+0000","last_became_peered":"2024-09-13T14:20:10.961152+0000","last_unstale":"2024-09-13T14:20:10.961720+0000","last_undegraded":"2024-09-13T14:20:10.961720+0000","last_fullsized":"2024-09-13T14:20:10.961720+0000","mapping_epoch":71,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":72,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:38:56.825206+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[4,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.14","version":"70'6","reported_seq":20,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.892873+0000","last_change":"2024-09-13T14:19:29.698825+0000","last_active":"2024-09-13T14:20:09.892873+0000","last_peered":"2024-09-13T14:20:09.892873+0000","last_clean":"2024-09-13T14:20:09.892873+0000","last_became_active":"2024-09-13T14:19:29.698348+0000","last_became_peered":"2024-09-13T14:19:29.698348+0000","last_unstale":"2024-09-13T14:20:09.892873+0000","last_undegraded":"2024-09-13T14:20:09.892873+0000","last_fullsized":"2024-09-13T14:20:09.892873+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T00:24:10.858859+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":[4,7,6],"acting":[4,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.12","version":"0'0","reported_seq":13,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.888160+0000","last_change":"2024-09-13T14:19:29.731320+0000","last_active":"2024-09-13T14:20:09.888160+0000","last_peered":"2024-09-13T14:20:09.888160+0000","last_clean":"2024-09-13T14:20:09.888160+0000","last_became_active":"2024-09-13T14:19:29.731051+0000","last_became_peered":"2024-09-13T14:19:29.731051+0000","last_unstale":"2024-09-13T14:20:09.888160+0000","last_undegraded":"2024-09-13T14:20:09.888160+0000","last_fullsized":"2024-09-13T14:20:09.888160+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:57:47.993767+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[1,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.15","version":"70'3","reported_seq":16,"reported_epoch":70,"state":"active+clean","last_fresh":"2024-09-13T14:19:39.524574+0000","last_change":"2024-09-13T14:19:29.699265+0000","last_active":"2024-09-13T14:19:39.524574+0000","last_peered":"2024-09-13T14:19:39.524574+0000","last_clean":"2024-09-13T14:19:39.524574+0000","last_became_active":"2024-09-13T14:19:29.698941+0000","last_became_peered":"2024-09-13T14:19:29.698941+0000","last_unstale":"2024-09-13T14:19:39.524574+0000","last_undegraded":"2024-09-13T14:19:39.524574+0000","last_fullsized":"2024-09-13T14:19:39.524574+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T14:25:12.560291+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":[7,3,4],"acting":[7,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.16","version":"0'0","reported_seq":14,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.893485+0000","last_change":"2024-09-13T14:19:29.696967+0000","last_active":"2024-09-13T14:20:09.893485+0000","last_peered":"2024-09-13T14:20:09.893485+0000","last_clean":"2024-09-13T14:20:09.893485+0000","last_became_active":"2024-09-13T14:19:29.696695+0000","last_became_peered":"2024-09-13T14:19:29.696695+0000","last_unstale":"2024-09-13T14:20:09.893485+0000","last_undegraded":"2024-09-13T14:20:09.893485+0000","last_fullsized":"2024-09-13T14:20:09.893485+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:17:39.778495+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.11","version":"0'0","reported_seq":12,"reported_epoch":70,"state":"active+clean","last_fresh":"2024-09-13T14:19:32.755669+0000","last_change":"2024-09-13T14:19:29.737553+0000","last_active":"2024-09-13T14:19:32.755669+0000","last_peered":"2024-09-13T14:19:32.755669+0000","last_clean":"2024-09-13T14:19:32.755669+0000","last_became_active":"2024-09-13T14:19:29.737301+0000","last_became_peered":"2024-09-13T14:19:29.737301+0000","last_unstale":"2024-09-13T14:19:32.755669+0000","last_undegraded":"2024-09-13T14:19:32.755669+0000","last_fullsized":"2024-09-13T14:19:32.755669+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:42:59.216677+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.17","version":"0'0","reported_seq":14,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.886932+0000","last_change":"2024-09-13T14:19:29.708753+0000","last_active":"2024-09-13T14:20:09.886932+0000","last_peered":"2024-09-13T14:20:09.886932+0000","last_clean":"2024-09-13T14:20:09.886932+0000","last_became_active":"2024-09-13T14:19:29.708389+0000","last_became_peered":"2024-09-13T14:19:29.708389+0000","last_unstale":"2024-09-13T14:20:09.886932+0000","last_undegraded":"2024-09-13T14:20:09.886932+0000","last_fullsized":"2024-09-13T14:20:09.886932+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:06:53.806866+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.10","version":"0'0","reported_seq":12,"reported_epoch":70,"state":"active+clean","last_fresh":"2024-09-13T14:19:32.755388+0000","last_change":"2024-09-13T14:19:29.728849+0000","last_active":"2024-09-13T14:19:32.755388+0000","last_peered":"2024-09-13T14:19:32.755388+0000","last_clean":"2024-09-13T14:19:32.755388+0000","last_became_active":"2024-09-13T14:19:29.728568+0000","last_became_peered":"2024-09-13T14:19:29.728568+0000","last_unstale":"2024-09-13T14:19:32.755388+0000","last_undegraded":"2024-09-13T14:19:32.755388+0000","last_fullsized":"2024-09-13T14:19:32.755388+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:17:35.917315+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[3,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.1f","version":"0'0","reported_seq":13,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.895524+0000","last_change":"2024-09-13T14:19:29.727837+0000","last_active":"2024-09-13T14:20:09.895524+0000","last_peered":"2024-09-13T14:20:09.895524+0000","last_clean":"2024-09-13T14:20:09.895524+0000","last_became_active":"2024-09-13T14:19:29.727559+0000","last_became_peered":"2024-09-13T14:19:29.727559+0000","last_unstale":"2024-09-13T14:20:09.895524+0000","last_undegraded":"2024-09-13T14:20:09.895524+0000","last_fullsized":"2024-09-13T14:20:09.895524+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:20:27.277705+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.18","version":"0'0","reported_seq":13,"reported_epoch":70,"state":"active+clean","last_fresh":"2024-09-13T14:19:32.755477+0000","last_change":"2024-09-13T14:19:29.703286+0000","last_active":"2024-09-13T14:19:32.755477+0000","last_peered":"2024-09-13T14:19:32.755477+0000","last_clean":"2024-09-13T14:19:32.755477+0000","last_became_active":"2024-09-13T14:19:29.702827+0000","last_became_peered":"2024-09-13T14:19:29.702827+0000","last_unstale":"2024-09-13T14:19:32.755477+0000","last_undegraded":"2024-09-13T14:19:32.755477+0000","last_fullsized":"2024-09-13T14:19:32.755477+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:02:39.916756+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1e","version":"0'0","reported_seq":13,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.886525+0000","last_change":"2024-09-13T14:19:29.737198+0000","last_active":"2024-09-13T14:20:09.886525+0000","last_peered":"2024-09-13T14:20:09.886525+0000","last_clean":"2024-09-13T14:20:09.886525+0000","last_became_active":"2024-09-13T14:19:29.736874+0000","last_became_peered":"2024-09-13T14:19:29.736874+0000","last_unstale":"2024-09-13T14:20:09.886525+0000","last_undegraded":"2024-09-13T14:20:09.886525+0000","last_fullsized":"2024-09-13T14:20:09.886525+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:01:13.109434+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.19","version":"0'0","reported_seq":14,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.887795+0000","last_change":"2024-09-13T14:19:29.703997+0000","last_active":"2024-09-13T14:20:09.887795+0000","last_peered":"2024-09-13T14:20:09.887795+0000","last_clean":"2024-09-13T14:20:09.887795+0000","last_became_active":"2024-09-13T14:19:29.703738+0000","last_became_peered":"2024-09-13T14:19:29.703738+0000","last_unstale":"2024-09-13T14:20:09.887795+0000","last_undegraded":"2024-09-13T14:20:09.887795+0000","last_fullsized":"2024-09-13T14:20:09.887795+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:25:46.747904+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1d","version":"0'0","reported_seq":12,"reported_epoch":70,"state":"active+clean","last_fresh":"2024-09-13T14:19:32.755660+0000","last_change":"2024-09-13T14:19:29.731037+0000","last_active":"2024-09-13T14:19:32.755660+0000","last_peered":"2024-09-13T14:19:32.755660+0000","last_clean":"2024-09-13T14:19:32.755660+0000","last_became_active":"2024-09-13T14:19:29.730788+0000","last_became_peered":"2024-09-13T14:19:29.730788+0000","last_unstale":"2024-09-13T14:19:32.755660+0000","last_undegraded":"2024-09-13T14:19:32.755660+0000","last_fullsized":"2024-09-13T14:19:32.755660+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:28:04.459747+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"3.1a","version":"70'1","reported_seq":15,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.892947+0000","last_change":"2024-09-13T14:19:29.705095+0000","last_active":"2024-09-13T14:20:09.892947+0000","last_peered":"2024-09-13T14:20:09.892947+0000","last_clean":"2024-09-13T14:20:09.892947+0000","last_became_active":"2024-09-13T14:19:29.704813+0000","last_became_peered":"2024-09-13T14:19:29.704813+0000","last_unstale":"2024-09-13T14:20:09.892947+0000","last_undegraded":"2024-09-13T14:20:09.892947+0000","last_fullsized":"2024-09-13T14:20:09.892947+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T20:56:35.790945+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1c","version":"0'0","reported_seq":13,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.889564+0000","last_change":"2024-09-13T14:19:29.726575+0000","last_active":"2024-09-13T14:20:09.889564+0000","last_peered":"2024-09-13T14:20:09.889564+0000","last_clean":"2024-09-13T14:20:09.889564+0000","last_became_active":"2024-09-13T14:19:29.726272+0000","last_became_peered":"2024-09-13T14:19:29.726272+0000","last_unstale":"2024-09-13T14:20:09.889564+0000","last_undegraded":"2024-09-13T14:20:09.889564+0000","last_fullsized":"2024-09-13T14:20:09.889564+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:34:52.399013+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[2,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.1b","version":"70'1","reported_seq":15,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.886917+0000","last_change":"2024-09-13T14:19:29.702386+0000","last_active":"2024-09-13T14:20:09.886917+0000","last_peered":"2024-09-13T14:20:09.886917+0000","last_clean":"2024-09-13T14:20:09.886917+0000","last_became_active":"2024-09-13T14:19:29.702133+0000","last_became_peered":"2024-09-13T14:19:29.702133+0000","last_unstale":"2024-09-13T14:20:09.886917+0000","last_undegraded":"2024-09-13T14:20:09.886917+0000","last_fullsized":"2024-09-13T14:20:09.886917+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T22:50:59.584919+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1b","version":"0'0","reported_seq":13,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.893946+0000","last_change":"2024-09-13T14:19:29.722248+0000","last_active":"2024-09-13T14:20:09.893946+0000","last_peered":"2024-09-13T14:20:09.893946+0000","last_clean":"2024-09-13T14:20:09.893946+0000","last_became_active":"2024-09-13T14:19:29.722062+0000","last_became_peered":"2024-09-13T14:19:29.722062+0000","last_unstale":"2024-09-13T14:20:09.893946+0000","last_undegraded":"2024-09-13T14:20:09.893946+0000","last_fullsized":"2024-09-13T14:20:09.893946+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:09:53.923661+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,3,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1c","version":"70'2","reported_seq":16,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.892944+0000","last_change":"2024-09-13T14:19:29.699464+0000","last_active":"2024-09-13T14:20:09.892944+0000","last_peered":"2024-09-13T14:20:09.892944+0000","last_clean":"2024-09-13T14:20:09.892944+0000","last_became_active":"2024-09-13T14:19:29.698093+0000","last_became_peered":"2024-09-13T14:19:29.698093+0000","last_unstale":"2024-09-13T14:20:09.892944+0000","last_undegraded":"2024-09-13T14:20:09.892944+0000","last_fullsized":"2024-09-13T14:20:09.892944+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T19:40:48.936426+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":[5,4,1],"acting":[5,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.1a","version":"0'0","reported_seq":13,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.892805+0000","last_change":"2024-09-13T14:19:29.723958+0000","last_active":"2024-09-13T14:20:09.892805+0000","last_peered":"2024-09-13T14:20:09.892805+0000","last_clean":"2024-09-13T14:20:09.892805+0000","last_became_active":"2024-09-13T14:19:29.723692+0000","last_became_peered":"2024-09-13T14:19:29.723692+0000","last_unstale":"2024-09-13T14:20:09.892805+0000","last_undegraded":"2024-09-13T14:20:09.892805+0000","last_fullsized":"2024-09-13T14:20:09.892805+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:35:41.094996+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[4,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1d","version":"70'2","reported_seq":16,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.893188+0000","last_change":"2024-09-13T14:19:29.699807+0000","last_active":"2024-09-13T14:20:09.893188+0000","last_peered":"2024-09-13T14:20:09.893188+0000","last_clean":"2024-09-13T14:20:09.893188+0000","last_became_active":"2024-09-13T14:19:29.698125+0000","last_became_peered":"2024-09-13T14:19:29.698125+0000","last_unstale":"2024-09-13T14:20:09.893188+0000","last_undegraded":"2024-09-13T14:20:09.893188+0000","last_fullsized":"2024-09-13T14:20:09.893188+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T21:12:45.446921+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":[5,4,6],"acting":[5,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.19","version":"0'0","reported_seq":12,"reported_epoch":70,"state":"active+clean","last_fresh":"2024-09-13T14:19:32.755821+0000","last_change":"2024-09-13T14:19:29.728977+0000","last_active":"2024-09-13T14:19:32.755821+0000","last_peered":"2024-09-13T14:19:32.755821+0000","last_clean":"2024-09-13T14:19:32.755821+0000","last_became_active":"2024-09-13T14:19:29.728684+0000","last_became_peered":"2024-09-13T14:19:29.728684+0000","last_unstale":"2024-09-13T14:19:32.755821+0000","last_undegraded":"2024-09-13T14:19:32.755821+0000","last_fullsized":"2024-09-13T14:19:32.755821+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:33:52.612635+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,0],"acting":[3,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1e","version":"70'1","reported_seq":14,"reported_epoch":70,"state":"active+clean","last_fresh":"2024-09-13T14:19:39.525254+0000","last_change":"2024-09-13T14:19:29.698504+0000","last_active":"2024-09-13T14:19:39.525254+0000","last_peered":"2024-09-13T14:19:39.525254+0000","last_clean":"2024-09-13T14:19:39.525254+0000","last_became_active":"2024-09-13T14:19:29.698219+0000","last_became_peered":"2024-09-13T14:19:29.698219+0000","last_unstale":"2024-09-13T14:19:39.525254+0000","last_undegraded":"2024-09-13T14:19:39.525254+0000","last_fullsized":"2024-09-13T14:19:39.525254+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T18:25:53.148558+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.18","version":"0'0","reported_seq":13,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.892633+0000","last_change":"2024-09-13T14:19:29.719976+0000","last_active":"2024-09-13T14:20:09.892633+0000","last_peered":"2024-09-13T14:20:09.892633+0000","last_clean":"2024-09-13T14:20:09.892633+0000","last_became_active":"2024-09-13T14:19:29.719694+0000","last_became_peered":"2024-09-13T14:19:29.719694+0000","last_unstale":"2024-09-13T14:20:09.892633+0000","last_undegraded":"2024-09-13T14:20:09.892633+0000","last_fullsized":"2024-09-13T14:20:09.892633+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:21:56.894564+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1f","version":"70'4","reported_seq":18,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.886857+0000","last_change":"2024-09-13T14:19:29.707889+0000","last_active":"2024-09-13T14:20:09.886857+0000","last_peered":"2024-09-13T14:20:09.886857+0000","last_clean":"2024-09-13T14:20:09.886857+0000","last_became_active":"2024-09-13T14:19:29.707627+0000","last_became_peered":"2024-09-13T14:19:29.707627+0000","last_unstale":"2024-09-13T14:20:09.886857+0000","last_undegraded":"2024-09-13T14:20:09.886857+0000","last_fullsized":"2024-09-13T14:20:09.886857+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T19:34:28.237947+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,5,2],"acting":[0,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]}],"pool_stats":[{"poolid":4,"num_pg":32,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":96,"acting":96,"num_store_stats":8},{"poolid":3,"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":2,"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":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":54,"seq":231928234020,"num_pgs":30,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28356,"kb_used_data":1336,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716796,"statfs":{"total":95995035648,"available":95965999104,"internally_reserved":0,"allocated":1368064,"data_stored":918828,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1588,"internal_metadata":27654604},"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":"Fri Sep 13 14:19:44 2024","interfaces":[{"interface":"back","average":{"1min":0.51200000000000001,"5min":0.53100000000000003,"15min":0.53400000000000003},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.64800000000000002,"5min":0.70999999999999996,"15min":0.70999999999999996},"last":0.57599999999999996},{"interface":"front","average":{"1min":0.53100000000000003,"5min":0.51700000000000002,"15min":0.51500000000000001},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.65600000000000003,"5min":0.66500000000000004,"15min":0.66500000000000004},"last":0.54500000000000004}]},{"osd":1,"last update":"Fri Sep 13 14:19:44 2024","interfaces":[{"interface":"back","average":{"1min":0.51200000000000001,"5min":0.52400000000000002,"15min":0.52600000000000002},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.66800000000000004,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.69599999999999995},{"interface":"front","average":{"1min":0.53900000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.63500000000000001,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.44}]},{"osd":2,"last update":"Fri Sep 13 14:19:44 2024","interfaces":[{"interface":"back","average":{"1min":0.5,"5min":0.54000000000000004,"15min":0.54600000000000004},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.623,"5min":0.68799999999999994,"15min":0.68799999999999994},"last":0.56399999999999995},{"interface":"front","average":{"1min":0.53500000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.67200000000000004,"5min":0.76100000000000001,"15min":0.76100000000000001},"last":0.72699999999999998}]},{"osd":3,"last update":"Fri Sep 13 14:19:44 2024","interfaces":[{"interface":"back","average":{"1min":0.53000000000000003,"5min":0.52200000000000002,"15min":0.52100000000000002},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.68600000000000005,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.503},{"interface":"front","average":{"1min":0.52100000000000002,"5min":0.56399999999999995,"15min":0.57099999999999995},"min":{"1min":0.39200000000000002,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.621,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.629}]},{"osd":4,"last update":"Fri Sep 13 14:19:44 2024","interfaces":[{"interface":"back","average":{"1min":0.43099999999999999,"5min":0.42699999999999999,"15min":0.42599999999999999},"min":{"1min":0.35499999999999998,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.59399999999999997,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.48499999999999999},{"interface":"front","average":{"1min":0.45100000000000001,"5min":0.45600000000000002,"15min":0.45700000000000002},"min":{"1min":0.32600000000000001,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.60099999999999998,"5min":0.78800000000000003,"15min":0.78800000000000003},"last":0.60599999999999998}]},{"osd":5,"last update":"Fri Sep 13 14:19:44 2024","interfaces":[{"interface":"back","average":{"1min":0.436,"5min":0.46899999999999997,"15min":0.47499999999999998},"min":{"1min":0.30399999999999999,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.69099999999999995,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.66300000000000003},{"interface":"front","average":{"1min":0.48799999999999999,"5min":0.49399999999999999,"15min":0.495},"min":{"1min":0.34000000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.65300000000000002,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.621}]},{"osd":6,"last update":"Fri Sep 13 14:19:44 2024","interfaces":[{"interface":"back","average":{"1min":0.51600000000000001,"5min":0.50800000000000001,"15min":0.50600000000000001},"min":{"1min":0.33500000000000002,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.66900000000000004,"5min":0.77400000000000002,"15min":0.77400000000000002},"last":0.59499999999999997},{"interface":"front","average":{"1min":0.504,"5min":0.51800000000000002,"15min":0.52000000000000002},"min":{"1min":0.376,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.70499999999999996,"5min":0.876,"15min":0.876},"last":0.64400000000000002}]}]},{"osd":6,"up_from":46,"seq":197568495658,"num_pgs":27,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28352,"kb_used_data":1328,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716800,"statfs":{"total":95995035648,"available":95966003200,"internally_reserved":0,"allocated":1359872,"data_stored":918701,"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":"Fri Sep 13 14:20:23 2024","interfaces":[{"interface":"back","average":{"1min":0.52500000000000002,"5min":0.51500000000000001,"15min":0.52000000000000002},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.75900000000000001,"5min":0.75900000000000001,"15min":0.75900000000000001},"last":0.75900000000000001},{"interface":"front","average":{"1min":0.51100000000000001,"5min":0.51700000000000002,"15min":0.51400000000000001},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.66400000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"last":0.625}]},{"osd":1,"last update":"Fri Sep 13 14:20:23 2024","interfaces":[{"interface":"back","average":{"1min":0.52500000000000002,"5min":0.51200000000000001,"15min":0.51400000000000001},"min":{"1min":0.38300000000000001,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.70299999999999996,"5min":0.82599999999999996,"15min":0.82599999999999996},"last":0.61299999999999999},{"interface":"front","average":{"1min":0.52200000000000002,"5min":0.51200000000000001,"15min":0.51000000000000001},"min":{"1min":0.378,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.72199999999999998,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.72199999999999998}]},{"osd":2,"last update":"Fri Sep 13 14:20:23 2024","interfaces":[{"interface":"back","average":{"1min":0.54800000000000004,"5min":0.54300000000000004,"15min":0.54900000000000004},"min":{"1min":0.34100000000000003,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.70099999999999996,"5min":0.81799999999999995,"15min":0.81799999999999995},"last":0.67100000000000004},{"interface":"front","average":{"1min":0.55500000000000005,"5min":0.52800000000000002,"15min":0.52200000000000002},"min":{"1min":0.40600000000000003,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.70899999999999996,"5min":0.752,"15min":0.752},"last":0.70899999999999996}]},{"osd":3,"last update":"Fri Sep 13 14:20:23 2024","interfaces":[{"interface":"back","average":{"1min":0.54400000000000004,"5min":0.52700000000000002,"15min":0.52900000000000003},"min":{"1min":0.41699999999999998,"5min":0.372,"15min":0.372},"max":{"1min":0.69899999999999995,"5min":0.76000000000000001,"15min":0.76000000000000001},"last":0.69899999999999995},{"interface":"front","average":{"1min":0.53900000000000003,"5min":0.52200000000000002,"15min":0.51600000000000001},"min":{"1min":0.36899999999999999,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.69199999999999995,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.63800000000000001}]},{"osd":4,"last update":"Fri Sep 13 14:20:23 2024","interfaces":[{"interface":"back","average":{"1min":0.46400000000000002,"5min":0.41599999999999998,"15min":0.39200000000000002},"min":{"1min":0.35299999999999998,"5min":0.247,"15min":0.247},"max":{"1min":0.60099999999999998,"5min":0.75900000000000001,"15min":0.75900000000000001},"last":0.55200000000000005},{"interface":"front","average":{"1min":0.45300000000000001,"5min":0.42399999999999999,"15min":0.40600000000000003},"min":{"1min":0.32600000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.63300000000000001,"5min":0.77300000000000002,"15min":0.77300000000000002},"last":0.46899999999999997}]},{"osd":5,"last update":"Fri Sep 13 14:20:23 2024","interfaces":[{"interface":"back","average":{"1min":0.45900000000000002,"5min":0.436,"15min":0.41499999999999998},"min":{"1min":0.308,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.64100000000000001,"5min":0.78700000000000003,"15min":0.78700000000000003},"last":0.48399999999999999},{"interface":"front","average":{"1min":0.496,"5min":0.45100000000000001,"15min":0.42899999999999999},"min":{"1min":0.33200000000000002,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.63400000000000001,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.51800000000000002}]},{"osd":7,"last update":"Fri Sep 13 14:19:47 2024","interfaces":[{"interface":"back","average":{"1min":0.54100000000000004,"5min":0.52700000000000002,"15min":0.52500000000000002},"min":{"1min":0.34899999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.59999999999999998},{"interface":"front","average":{"1min":0.52400000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.34799999999999998,"5min":0.315,"15min":0.315},"max":{"1min":0.74399999999999999,"5min":0.745,"15min":0.745},"last":0.58199999999999996}]}]},{"osd":5,"up_from":38,"seq":163208757294,"num_pgs":21,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27756,"kb_used_data":736,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717396,"statfs":{"total":95995035648,"available":95966613504,"internally_reserved":0,"allocated":753664,"data_stored":327070,"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":"Fri Sep 13 14:19:56 2024","interfaces":[{"interface":"back","average":{"1min":0.50900000000000001,"5min":0.48199999999999998,"15min":0.47599999999999998},"min":{"1min":0.35899999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.60499999999999998,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.47399999999999998},{"interface":"front","average":{"1min":0.53100000000000003,"5min":0.502,"15min":0.48699999999999999},"min":{"1min":0.35799999999999998,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.58999999999999997}]},{"osd":1,"last update":"Fri Sep 13 14:19:56 2024","interfaces":[{"interface":"back","average":{"1min":0.47599999999999998,"5min":0.46100000000000002,"15min":0.45100000000000001},"min":{"1min":0.34899999999999998,"5min":0.31,"15min":0.31},"max":{"1min":0.625,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.48999999999999999},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.502,"15min":0.498},"min":{"1min":0.41099999999999998,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.35399999999999998}]},{"osd":2,"last update":"Fri Sep 13 14:19:56 2024","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.496,"15min":0.48599999999999999},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"last":0.61399999999999999},{"interface":"front","average":{"1min":0.49399999999999999,"5min":0.496,"15min":0.49399999999999999},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.441}]},{"osd":3,"last update":"Fri Sep 13 14:19:56 2024","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.504,"15min":0.49099999999999999},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.72199999999999998,"5min":1.018,"15min":1.018},"last":0.45900000000000002},{"interface":"front","average":{"1min":0.51000000000000001,"5min":0.51300000000000001,"15min":0.51400000000000001},"min":{"1min":0.41399999999999998,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.79300000000000004,"5min":0.79300000000000004,"15min":0.79300000000000004},"last":0.54100000000000004}]},{"osd":4,"last update":"Fri Sep 13 14:19:56 2024","interfaces":[{"interface":"back","average":{"1min":0.42799999999999999,"5min":0.38400000000000001,"15min":0.36699999999999999},"min":{"1min":0.26600000000000001,"5min":0.25,"15min":0.25},"max":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"last":0.40000000000000002},{"interface":"front","average":{"1min":0.48599999999999999,"5min":0.43099999999999999,"15min":0.40799999999999997},"min":{"1min":0.29099999999999998,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.68200000000000005,"5min":0.86799999999999999,"15min":0.86799999999999999},"last":0.63200000000000001}]},{"osd":6,"last update":"Fri Sep 13 14:19:22 2024","interfaces":[{"interface":"back","average":{"1min":0.47699999999999998,"5min":0.40799999999999997,"15min":0.39600000000000002},"min":{"1min":0.28199999999999997,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.52500000000000002},{"interface":"front","average":{"1min":0.499,"5min":0.441,"15min":0.43099999999999999},"min":{"1min":0.34300000000000003,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.70499999999999996,"5min":0.79500000000000004,"15min":0.79500000000000004},"last":0.55700000000000005}]},{"osd":7,"last update":"Fri Sep 13 14:19:44 2024","interfaces":[{"interface":"back","average":{"1min":0.52200000000000002,"5min":0.51000000000000001,"15min":0.50800000000000001},"min":{"1min":0.32800000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":0.64800000000000002,"5min":0.83399999999999996,"15min":0.83399999999999996},"last":0.51200000000000001},{"interface":"front","average":{"1min":0.46300000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"min":{"1min":0.311,"5min":0.31,"15min":0.31},"max":{"1min":0.60599999999999998,"5min":0.68000000000000005,"15min":0.68000000000000005},"last":0.57399999999999995}]}]},{"osd":4,"up_from":30,"seq":128849018931,"num_pgs":33,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27768,"kb_used_data":748,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717384,"statfs":{"total":95995035648,"available":95966601216,"internally_reserved":0,"allocated":765952,"data_stored":328059,"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":"Fri Sep 13 14:19:39 2024","interfaces":[{"interface":"back","average":{"1min":0.51700000000000002,"5min":0.53500000000000003,"15min":0.54200000000000004},"min":{"1min":0.32100000000000001,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.79100000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.628},{"interface":"front","average":{"1min":0.53200000000000003,"5min":0.53900000000000003,"15min":0.54700000000000004},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.90000000000000002,"5min":0.90000000000000002,"15min":0.90000000000000002},"last":0.57199999999999995}]},{"osd":1,"last update":"Fri Sep 13 14:19:39 2024","interfaces":[{"interface":"back","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.53500000000000003},"min":{"1min":0.32100000000000001,"5min":0.31,"15min":0.31},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.69099999999999995},{"interface":"front","average":{"1min":0.52400000000000002,"5min":0.52000000000000002,"15min":0.52600000000000002},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.85099999999999998,"5min":0.85099999999999998,"15min":0.85099999999999998},"last":0.53100000000000003}]},{"osd":2,"last update":"Fri Sep 13 14:19:39 2024","interfaces":[{"interface":"back","average":{"1min":0.54300000000000004,"5min":0.54200000000000004,"15min":0.54400000000000004},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.91200000000000003,"5min":0.91200000000000003,"15min":0.91200000000000003},"last":0.56200000000000006},{"interface":"front","average":{"1min":0.53300000000000003,"5min":0.53400000000000003,"15min":0.53300000000000003},"min":{"1min":0.36199999999999999,"5min":0.309,"15min":0.309},"max":{"1min":0.82699999999999996,"5min":0.82699999999999996,"15min":0.82699999999999996},"last":0.64500000000000002}]},{"osd":3,"last update":"Fri Sep 13 14:19:39 2024","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.54700000000000004,"15min":0.55600000000000005},"min":{"1min":0.23799999999999999,"5min":0.23799999999999999,"15min":0.23799999999999999},"max":{"1min":0.87,"5min":0.87,"15min":0.87},"last":0.60199999999999998},{"interface":"front","average":{"1min":0.53200000000000003,"5min":0.54100000000000004,"15min":0.54600000000000004},"min":{"1min":0.377,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.84199999999999997,"5min":0.84199999999999997,"15min":0.84199999999999997},"last":0.65800000000000003}]},{"osd":5,"last update":"Fri Sep 13 14:19:59 2024","interfaces":[{"interface":"back","average":{"1min":0.44500000000000001,"5min":0.39300000000000002,"15min":0.36799999999999999},"min":{"1min":0.26500000000000001,"5min":0.22600000000000001,"15min":0.22600000000000001},"max":{"1min":0.66200000000000003,"5min":0.66600000000000004,"15min":0.66600000000000004},"last":0.41199999999999998},{"interface":"front","average":{"1min":0.46800000000000003,"5min":0.41199999999999998,"15min":0.39100000000000001},"min":{"1min":0.28599999999999998,"5min":0.246,"15min":0.246},"max":{"1min":0.64000000000000001,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.497}]},{"osd":6,"last update":"Fri Sep 13 14:20:20 2024","interfaces":[{"interface":"back","average":{"1min":0.46000000000000002,"5min":0.437,"15min":0.433},"min":{"1min":0.35499999999999998,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.64500000000000002,"5min":0.69399999999999995,"15min":0.69399999999999995},"last":0.46700000000000003},{"interface":"front","average":{"1min":0.48699999999999999,"5min":0.46000000000000002,"15min":0.44800000000000001},"min":{"1min":0.33300000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.69599999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.45300000000000001}]},{"osd":7,"last update":"Fri Sep 13 14:19:43 2024","interfaces":[{"interface":"back","average":{"1min":0.47199999999999998,"5min":0.505,"15min":0.51100000000000001},"min":{"1min":0.34599999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.627,"5min":0.76600000000000001,"15min":0.76600000000000001},"last":0.437},{"interface":"front","average":{"1min":0.503,"5min":0.497,"15min":0.496},"min":{"1min":0.36699999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.65000000000000002,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.54900000000000004}]}]},{"osd":3,"up_from":25,"seq":107374182456,"num_pgs":31,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27752,"kb_used_data":732,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717400,"statfs":{"total":95995035648,"available":95966617600,"internally_reserved":0,"allocated":749568,"data_stored":326770,"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":"Fri Sep 13 14:20:13 2024","interfaces":[{"interface":"back","average":{"1min":0.372,"5min":0.37,"15min":0.39000000000000001},"min":{"1min":0.22700000000000001,"5min":0.214,"15min":0.214},"max":{"1min":1.01,"5min":1.01,"15min":1.01},"last":0.36199999999999999},{"interface":"front","average":{"1min":0.38200000000000001,"5min":0.39800000000000002,"15min":0.42399999999999999},"min":{"1min":0.23999999999999999,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.82799999999999996,"5min":0.82799999999999996,"15min":0.82799999999999996},"last":0.30599999999999999}]},{"osd":1,"last update":"Fri Sep 13 14:20:13 2024","interfaces":[{"interface":"back","average":{"1min":0.39300000000000002,"5min":0.40600000000000003,"15min":0.432},"min":{"1min":0.27400000000000002,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.86199999999999999,"5min":0.86199999999999999,"15min":0.86199999999999999},"last":0.38400000000000001},{"interface":"front","average":{"1min":0.38900000000000001,"5min":0.40899999999999997,"15min":0.433},"min":{"1min":0.23499999999999999,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.78100000000000003,"5min":0.78100000000000003,"15min":0.78100000000000003},"last":0.45900000000000002}]},{"osd":2,"last update":"Fri Sep 13 14:20:13 2024","interfaces":[{"interface":"back","average":{"1min":0.40899999999999997,"5min":0.43099999999999999,"15min":0.46100000000000002},"min":{"1min":0.28899999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.81299999999999994,"5min":0.81299999999999994,"15min":0.81299999999999994},"last":0.40400000000000003},{"interface":"front","average":{"1min":0.38600000000000001,"5min":0.41399999999999998,"15min":0.44400000000000001},"min":{"1min":0.23300000000000001,"5min":0.23300000000000001,"15min":0.23300000000000001},"max":{"1min":1.0780000000000001,"5min":1.0780000000000001,"15min":1.0780000000000001},"last":0.54200000000000004}]},{"osd":4,"last update":"Fri Sep 13 14:19:32 2024","interfaces":[{"interface":"back","average":{"1min":0.57999999999999996,"5min":0.55200000000000005,"15min":0.54900000000000004},"min":{"1min":0.40899999999999997,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":1.0649999999999999,"5min":1.0649999999999999,"15min":1.0649999999999999},"last":0.55500000000000005},{"interface":"front","average":{"1min":0.60399999999999998,"5min":0.56999999999999995,"15min":0.56399999999999995},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":1.095,"5min":1.095,"15min":1.095},"last":0.51600000000000001}]},{"osd":5,"last update":"Fri Sep 13 14:19:57 2024","interfaces":[{"interface":"back","average":{"1min":0.56899999999999995,"5min":0.55500000000000005,"15min":0.55900000000000005},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":1.0509999999999999,"5min":1.0509999999999999,"15min":1.0509999999999999},"last":0.49099999999999999},{"interface":"front","average":{"1min":0.61199999999999999,"5min":0.56599999999999995,"15min":0.57399999999999995},"min":{"1min":0.38600000000000001,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":1.1100000000000001,"5min":1.1100000000000001,"15min":1.1100000000000001},"last":0.47499999999999998}]},{"osd":6,"last update":"Fri Sep 13 14:20:20 2024","interfaces":[{"interface":"back","average":{"1min":0.58499999999999996,"5min":0.56000000000000005,"15min":0.55700000000000005},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":1.0369999999999999,"5min":1.0369999999999999,"15min":1.0369999999999999},"last":0.437},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.56599999999999995,"15min":0.57299999999999995},"min":{"1min":0.41099999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.98799999999999999,"5min":0.98799999999999999,"15min":0.98799999999999999},"last":0.56499999999999995}]},{"osd":7,"last update":"Fri Sep 13 14:19:41 2024","interfaces":[{"interface":"back","average":{"1min":0.60299999999999998,"5min":0.55500000000000005,"15min":0.54700000000000004},"min":{"1min":0.435,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":1.1279999999999999,"5min":1.1279999999999999,"15min":1.1279999999999999},"last":0.504},{"interface":"front","average":{"1min":0.64200000000000002,"5min":0.57999999999999996,"15min":0.56999999999999995},"min":{"1min":0.41699999999999998,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":1.1319999999999999,"5min":1.1319999999999999,"15min":1.1319999999999999},"last":0.52500000000000002}]}]},{"osd":2,"up_from":18,"seq":77309411389,"num_pgs":19,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27760,"kb_used_data":736,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717392,"statfs":{"total":95995035648,"available":95966609408,"internally_reserved":0,"allocated":753664,"data_stored":327296,"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":"Fri Sep 13 14:19:53 2024","interfaces":[{"interface":"back","average":{"1min":0.35099999999999998,"5min":0.35299999999999998,"15min":0.34100000000000003},"min":{"1min":0.246,"5min":0.188,"15min":0.188},"max":{"1min":0.51700000000000002,"5min":0.56000000000000005,"15min":0.56000000000000005},"last":0.42699999999999999},{"interface":"front","average":{"1min":0.34200000000000003,"5min":0.372,"15min":0.36099999999999999},"min":{"1min":0.214,"5min":0.20799999999999999,"15min":0.20799999999999999},"max":{"1min":0.52000000000000002,"5min":0.66100000000000003,"15min":0.66100000000000003},"last":0.53800000000000003}]},{"osd":1,"last update":"Fri Sep 13 14:19:53 2024","interfaces":[{"interface":"back","average":{"1min":0.33300000000000002,"5min":0.36699999999999999,"15min":0.36299999999999999},"min":{"1min":0.20399999999999999,"5min":0.20399999999999999,"15min":0.20399999999999999},"max":{"1min":0.49399999999999999,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.44600000000000001},{"interface":"front","average":{"1min":0.36299999999999999,"5min":0.39600000000000002,"15min":0.38600000000000001},"min":{"1min":0.22800000000000001,"5min":0.22800000000000001,"15min":0.22800000000000001},"max":{"1min":0.58699999999999997,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.58199999999999996}]},{"osd":3,"last update":"Fri Sep 13 14:20:14 2024","interfaces":[{"interface":"back","average":{"1min":0.38300000000000001,"5min":0.443,"15min":0.46600000000000003},"min":{"1min":0.25800000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.58499999999999996,"5min":0.82699999999999996,"15min":0.82699999999999996},"last":0.48799999999999999},{"interface":"front","average":{"1min":0.35099999999999998,"5min":0.41499999999999998,"15min":0.437},"min":{"1min":0.24299999999999999,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.49099999999999999,"5min":0.69599999999999995,"15min":0.69599999999999995},"last":0.46899999999999997}]},{"osd":4,"last update":"Fri Sep 13 14:19:32 2024","interfaces":[{"interface":"back","average":{"1min":0.55800000000000005,"5min":0.58599999999999997,"15min":0.59199999999999997},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.74299999999999999,"5min":0.82399999999999995,"15min":0.82399999999999995},"last":0.79600000000000004},{"interface":"front","average":{"1min":0.56200000000000006,"5min":0.60699999999999998,"15min":0.61699999999999999},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.73599999999999999,"5min":0.84099999999999997,"15min":0.84099999999999997},"last":0.82899999999999996}]},{"osd":5,"last update":"Fri Sep 13 14:19:56 2024","interfaces":[{"interface":"back","average":{"1min":0.55500000000000005,"5min":0.58899999999999997,"15min":0.59899999999999998},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.74199999999999999,"5min":0.80500000000000005,"15min":0.80500000000000005},"last":0.80200000000000005},{"interface":"front","average":{"1min":0.53800000000000003,"5min":0.55800000000000005,"15min":0.56200000000000006},"min":{"1min":0.39200000000000002,"5min":0.374,"15min":0.374},"max":{"1min":0.754,"5min":0.873,"15min":0.873},"last":0.76100000000000001}]},{"osd":6,"last update":"Fri Sep 13 14:20:19 2024","interfaces":[{"interface":"back","average":{"1min":0.52200000000000002,"5min":0.58299999999999996,"15min":0.60099999999999998},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.67000000000000004,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.83899999999999997},{"interface":"front","average":{"1min":0.55200000000000005,"5min":0.58799999999999997,"15min":0.59799999999999998},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.81200000000000006,"5min":0.85299999999999998,"15min":0.85299999999999998},"last":0.78300000000000003}]},{"osd":7,"last update":"Fri Sep 13 14:19:40 2024","interfaces":[{"interface":"back","average":{"1min":0.57199999999999995,"5min":0.59799999999999998,"15min":0.60199999999999998},"min":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"max":{"1min":0.72599999999999998,"5min":0.72599999999999998,"15min":0.72599999999999998},"last":0.81699999999999995},{"interface":"front","average":{"1min":0.57199999999999995,"5min":0.61099999999999999,"15min":0.61699999999999999},"min":{"1min":0.42899999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":0.81200000000000006,"5min":0.86299999999999999,"15min":0.86299999999999999},"last":0.77200000000000002}]}]},{"osd":1,"up_from":13,"seq":55834574914,"num_pgs":32,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":31852,"kb_used_data":732,"kb_used_omap":1,"kb_used_meta":31102,"kb_avail":93713300,"statfs":{"total":95995035648,"available":95962419200,"internally_reserved":0,"allocated":749568,"data_stored":326699,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":31848903},"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":"Fri Sep 13 14:19:27 2024","interfaces":[{"interface":"back","average":{"1min":0.36299999999999999,"5min":0.34499999999999997,"15min":0.313},"min":{"1min":0.24099999999999999,"5min":0.17799999999999999,"15min":0.17799999999999999},"max":{"1min":0.56499999999999995,"5min":0.66400000000000003,"15min":0.66400000000000003},"last":0.45900000000000002},{"interface":"front","average":{"1min":0.35199999999999998,"5min":0.34599999999999997,"15min":0.314},"min":{"1min":0.23899999999999999,"5min":0.191,"15min":0.191},"max":{"1min":0.502,"5min":0.56299999999999994,"15min":0.56299999999999994},"last":0.47399999999999998}]},{"osd":2,"last update":"Fri Sep 13 14:19:51 2024","interfaces":[{"interface":"back","average":{"1min":0.40000000000000002,"5min":0.376,"15min":0.35599999999999998},"min":{"1min":0.26200000000000001,"5min":0.23000000000000001,"15min":0.23000000000000001},"max":{"1min":0.90100000000000002,"5min":0.90100000000000002,"15min":0.90100000000000002},"last":0.59499999999999997},{"interface":"front","average":{"1min":0.34899999999999998,"5min":0.36899999999999999,"15min":0.35199999999999998},"min":{"1min":0.246,"5min":0.23599999999999999,"15min":0.23599999999999999},"max":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"last":0.51900000000000002}]},{"osd":3,"last update":"Fri Sep 13 14:20:19 2024","interfaces":[{"interface":"back","average":{"1min":0.376,"5min":0.40200000000000002,"15min":0.40999999999999998},"min":{"1min":0.23499999999999999,"5min":0.20799999999999999,"15min":0.20799999999999999},"max":{"1min":0.60299999999999998,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.42199999999999999},{"interface":"front","average":{"1min":0.39500000000000002,"5min":0.437,"15min":0.45100000000000001},"min":{"1min":0.26400000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.57799999999999996,"5min":0.93100000000000005,"15min":0.93100000000000005},"last":0.504}]},{"osd":4,"last update":"Fri Sep 13 14:19:34 2024","interfaces":[{"interface":"back","average":{"1min":0.53000000000000003,"5min":0.52000000000000002,"15min":0.52600000000000002},"min":{"1min":0.36599999999999999,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.67300000000000004,"5min":0.68999999999999995,"15min":0.68999999999999995},"last":0.68100000000000005},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.54200000000000004,"15min":0.53800000000000003},"min":{"1min":0.36399999999999999,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.76500000000000001,"5min":0.76500000000000001,"15min":0.76500000000000001},"last":0.61199999999999999}]},{"osd":5,"last update":"Fri Sep 13 14:19:53 2024","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.55300000000000005,"15min":0.55700000000000005},"min":{"1min":0.41199999999999998,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.86699999999999999,"5min":0.86699999999999999,"15min":0.86699999999999999},"last":0.65600000000000003},{"interface":"front","average":{"1min":0.53100000000000003,"5min":0.54100000000000004,"15min":0.53900000000000003},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.71699999999999997,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.57899999999999996}]},{"osd":6,"last update":"Fri Sep 13 14:20:23 2024","interfaces":[{"interface":"back","average":{"1min":0.55900000000000005,"5min":0.55200000000000005,"15min":0.55000000000000004},"min":{"1min":0.34699999999999998,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.81799999999999995,"5min":0.81799999999999995,"15min":0.81799999999999995},"last":0.56100000000000005},{"interface":"front","average":{"1min":0.56999999999999995,"5min":0.58299999999999996,"15min":0.58599999999999997},"min":{"1min":0.38200000000000001,"5min":0.374,"15min":0.374},"max":{"1min":0.71899999999999997,"5min":0.80900000000000005,"15min":0.80900000000000005},"last":0.69899999999999995}]},{"osd":7,"last update":"Fri Sep 13 14:19:44 2024","interfaces":[{"interface":"back","average":{"1min":0.53400000000000003,"5min":0.59999999999999998,"15min":0.61099999999999999},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.73699999999999999,"5min":0.81799999999999995,"15min":0.81799999999999995},"last":0.626},{"interface":"front","average":{"1min":0.58199999999999996,"5min":0.60699999999999998,"15min":0.61099999999999999},"min":{"1min":0.42999999999999999,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.85499999999999998,"5min":0.86499999999999999,"15min":0.86499999999999999},"last":0.64300000000000002}]}]},{"osd":0,"up_from":8,"seq":34359738439,"num_pgs":26,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28340,"kb_used_data":1316,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716812,"statfs":{"total":95995035648,"available":95966015488,"internally_reserved":0,"allocated":1347584,"data_stored":917652,"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":"Fri Sep 13 14:19:22 2024","interfaces":[{"interface":"back","average":{"1min":0.32700000000000001,"5min":0.33300000000000002,"15min":0.316},"min":{"1min":0.20200000000000001,"5min":0.20200000000000001,"15min":0.20200000000000001},"max":{"1min":0.49299999999999999,"5min":0.59399999999999997,"15min":0.59399999999999997},"last":0.316},{"interface":"front","average":{"1min":0.36199999999999999,"5min":0.33900000000000002,"15min":0.313},"min":{"1min":0.23100000000000001,"5min":0.219,"15min":0.219},"max":{"1min":0.51300000000000001,"5min":0.54300000000000004,"15min":0.54300000000000004},"last":0.34300000000000003}]},{"osd":2,"last update":"Fri Sep 13 14:19:48 2024","interfaces":[{"interface":"back","average":{"1min":0.33800000000000002,"5min":0.36199999999999999,"15min":0.36199999999999999},"min":{"1min":0.26400000000000001,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"last":0.39900000000000002},{"interface":"front","average":{"1min":0.33100000000000002,"5min":0.38,"15min":0.374},"min":{"1min":0.25600000000000001,"5min":0.25600000000000001,"15min":0.25600000000000001},"max":{"1min":0.47699999999999998,"5min":0.59499999999999997,"15min":0.59499999999999997},"last":0.36499999999999999}]},{"osd":3,"last update":"Fri Sep 13 14:20:11 2024","interfaces":[{"interface":"back","average":{"1min":0.35199999999999998,"5min":0.39800000000000002,"15min":0.40899999999999997},"min":{"1min":0.23999999999999999,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.54200000000000004,"5min":0.59399999999999997,"15min":0.59399999999999997},"last":0.443},{"interface":"front","average":{"1min":0.36099999999999999,"5min":0.41199999999999998,"15min":0.42199999999999999},"min":{"1min":0.251,"5min":0.251,"15min":0.251},"max":{"1min":0.53300000000000003,"5min":0.58499999999999996,"15min":0.58499999999999996},"last":0.41799999999999998}]},{"osd":4,"last update":"Fri Sep 13 14:19:32 2024","interfaces":[{"interface":"back","average":{"1min":0.52900000000000003,"5min":0.51600000000000001,"15min":0.51700000000000002},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.628},{"interface":"front","average":{"1min":0.51800000000000002,"5min":0.54800000000000004,"15min":0.55600000000000005},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.70499999999999996,"5min":0.749,"15min":0.749},"last":0.73399999999999999}]},{"osd":5,"last update":"Fri Sep 13 14:19:57 2024","interfaces":[{"interface":"back","average":{"1min":0.49399999999999999,"5min":0.56000000000000005,"15min":0.57299999999999995},"min":{"1min":0.39400000000000002,"5min":0.379,"15min":0.379},"max":{"1min":0.67800000000000005,"5min":0.748,"15min":0.748},"last":0.81599999999999995},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.56299999999999994,"15min":0.57099999999999995},"min":{"1min":0.38900000000000001,"5min":0.38,"15min":0.38},"max":{"1min":0.70599999999999996,"5min":0.75,"15min":0.75},"last":0.64300000000000002}]},{"osd":6,"last update":"Fri Sep 13 14:20:19 2024","interfaces":[{"interface":"back","average":{"1min":0.56999999999999995,"5min":0.55700000000000005,"15min":0.55400000000000005},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.65500000000000003},{"interface":"front","average":{"1min":0.55100000000000005,"5min":0.56599999999999995,"15min":0.56999999999999995},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.73499999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.82999999999999996}]},{"osd":7,"last update":"Fri Sep 13 14:19:42 2024","interfaces":[{"interface":"back","average":{"1min":0.56799999999999995,"5min":0.54100000000000004,"15min":0.53700000000000003},"min":{"1min":0.42499999999999999,"5min":0.37,"15min":0.37},"max":{"1min":0.746,"5min":0.752,"15min":0.752},"last":0.70599999999999996},{"interface":"front","average":{"1min":0.54900000000000004,"5min":0.56499999999999995,"15min":0.56799999999999995},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.69199999999999995,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.89300000000000002}]}]}],"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":0,"data_stored":0,"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":4096,"data_stored":19,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":4096,"data_stored":19,"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":4096,"data_stored":19,"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":0,"data_stored":0,"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":8192,"data_stored":604,"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":8192,"data_stored":616,"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":4096,"data_stored":90,"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":24576,"data_stored":1710,"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":8192,"data_stored":652,"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":16384,"data_stored":1634,"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":28672,"data_stored":1780,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":0,"data_stored":0,"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-09-13T14:20:31.770 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-13T14:20:31.967 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:20:32.640 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:32 smithi071 ceph-mon[41109]: from='client.14760 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T14:20:32.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:32 smithi071 ceph-mon[41109]: pgmap v87: 73 pgs: 73 active+clean; 579 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:32.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:32 smithi071 ceph-mon[29588]: from='client.14760 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T14:20:32.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:32 smithi071 ceph-mon[29588]: pgmap v87: 73 pgs: 73 active+clean; 579 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:32.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:32 smithi104 ceph-mon[33426]: from='client.14760 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T14:20:32.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:32 smithi104 ceph-mon[33426]: pgmap v87: 73 pgs: 73 active+clean; 579 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:33.706 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:20:33.707 INFO:teuthology.orchestra.run.smithi071.stderr:dumped all 2024-09-13T14:20:34.408 INFO:teuthology.orchestra.run.smithi071.stdout:{"pg_ready":true,"pg_map":{"version":88,"stamp":"2024-09-13T14:20:33.467683+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":592749,"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":226,"num_write_kb":2432,"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":170,"ondisk_log_size":170,"up":219,"acting":219,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":219,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":8,"kb":749961216,"kb_used":227936,"kb_used_data":7664,"kb_used_omap":12,"kb_used_meta":220147,"kb_avail":749733280,"statfs":{"total":767960285184,"available":767726878720,"internally_reserved":0,"allocated":7847936,"data_stored":4391075,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12742,"internal_metadata":225431098},"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.002857"},"pg_stats":[{"pgid":"4.14","version":"0'0","reported_seq":12,"reported_epoch":70,"state":"active+clean","last_fresh":"2024-09-13T14:19:32.755824+0000","last_change":"2024-09-13T14:19:29.737340+0000","last_active":"2024-09-13T14:19:32.755824+0000","last_peered":"2024-09-13T14:19:32.755824+0000","last_clean":"2024-09-13T14:19:32.755824+0000","last_became_active":"2024-09-13T14:19:29.737059+0000","last_became_peered":"2024-09-13T14:19:29.737059+0000","last_unstale":"2024-09-13T14:19:32.755824+0000","last_undegraded":"2024-09-13T14:19:32.755824+0000","last_fullsized":"2024-09-13T14:19:32.755824+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:19:19.258978+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.13","version":"70'2","reported_seq":15,"reported_epoch":70,"state":"active+clean","last_fresh":"2024-09-13T14:19:39.524611+0000","last_change":"2024-09-13T14:19:29.699030+0000","last_active":"2024-09-13T14:19:39.524611+0000","last_peered":"2024-09-13T14:19:39.524611+0000","last_clean":"2024-09-13T14:19:39.524611+0000","last_became_active":"2024-09-13T14:19:29.698580+0000","last_became_peered":"2024-09-13T14:19:29.698580+0000","last_unstale":"2024-09-13T14:19:39.524611+0000","last_undegraded":"2024-09-13T14:19:39.524611+0000","last_fullsized":"2024-09-13T14:19:39.524611+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T23:15:27.245879+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":[7,4,2],"acting":[7,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.15","version":"0'0","reported_seq":13,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.893139+0000","last_change":"2024-09-13T14:19:29.738727+0000","last_active":"2024-09-13T14:20:09.893139+0000","last_peered":"2024-09-13T14:20:09.893139+0000","last_clean":"2024-09-13T14:20:09.893139+0000","last_became_active":"2024-09-13T14:19:29.738397+0000","last_became_peered":"2024-09-13T14:19:29.738397+0000","last_unstale":"2024-09-13T14:20:09.893139+0000","last_undegraded":"2024-09-13T14:20:09.893139+0000","last_fullsized":"2024-09-13T14:20:09.893139+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:57:20.067168+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[5,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.12","version":"0'0","reported_seq":14,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.886382+0000","last_change":"2024-09-13T14:19:29.701192+0000","last_active":"2024-09-13T14:20:09.886382+0000","last_peered":"2024-09-13T14:20:09.886382+0000","last_clean":"2024-09-13T14:20:09.886382+0000","last_became_active":"2024-09-13T14:19:29.700952+0000","last_became_peered":"2024-09-13T14:19:29.700952+0000","last_unstale":"2024-09-13T14:20:09.886382+0000","last_undegraded":"2024-09-13T14:20:09.886382+0000","last_fullsized":"2024-09-13T14:20:09.886382+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:30:11.386531+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.16","version":"0'0","reported_seq":13,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.886651+0000","last_change":"2024-09-13T14:19:29.738814+0000","last_active":"2024-09-13T14:20:09.886651+0000","last_peered":"2024-09-13T14:20:09.886651+0000","last_clean":"2024-09-13T14:20:09.886651+0000","last_became_active":"2024-09-13T14:19:29.738456+0000","last_became_peered":"2024-09-13T14:19:29.738456+0000","last_unstale":"2024-09-13T14:20:09.886651+0000","last_undegraded":"2024-09-13T14:20:09.886651+0000","last_fullsized":"2024-09-13T14:20:09.886651+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:43:21.073989+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[0,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.11","version":"0'0","reported_seq":13,"reported_epoch":70,"state":"active+clean","last_fresh":"2024-09-13T14:19:30.712782+0000","last_change":"2024-09-13T14:19:29.703360+0000","last_active":"2024-09-13T14:19:30.712782+0000","last_peered":"2024-09-13T14:19:30.712782+0000","last_clean":"2024-09-13T14:19:30.712782+0000","last_became_active":"2024-09-13T14:19:29.703116+0000","last_became_peered":"2024-09-13T14:19:29.703116+0000","last_unstale":"2024-09-13T14:19:30.712782+0000","last_undegraded":"2024-09-13T14:19:30.712782+0000","last_fullsized":"2024-09-13T14:19:30.712782+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:25:26.688209+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.17","version":"0'0","reported_seq":12,"reported_epoch":70,"state":"active+clean","last_fresh":"2024-09-13T14:19:32.755798+0000","last_change":"2024-09-13T14:19:29.739561+0000","last_active":"2024-09-13T14:19:32.755798+0000","last_peered":"2024-09-13T14:19:32.755798+0000","last_clean":"2024-09-13T14:19:32.755798+0000","last_became_active":"2024-09-13T14:19:29.739301+0000","last_became_peered":"2024-09-13T14:19:29.739301+0000","last_unstale":"2024-09-13T14:19:32.755798+0000","last_undegraded":"2024-09-13T14:19:32.755798+0000","last_fullsized":"2024-09-13T14:19:32.755798+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:12:30.478772+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[3,7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.10","version":"70'8","reported_seq":22,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.895248+0000","last_change":"2024-09-13T14:19:29.700771+0000","last_active":"2024-09-13T14:20:09.895248+0000","last_peered":"2024-09-13T14:20:09.895248+0000","last_clean":"2024-09-13T14:20:09.895248+0000","last_became_active":"2024-09-13T14:19:29.700512+0000","last_became_peered":"2024-09-13T14:19:29.700512+0000","last_unstale":"2024-09-13T14:20:09.895248+0000","last_undegraded":"2024-09-13T14:20:09.895248+0000","last_fullsized":"2024-09-13T14:20:09.895248+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T23:03:49.484827+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":[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.f","version":"70'1","reported_seq":14,"reported_epoch":70,"state":"active+clean","last_fresh":"2024-09-13T14:19:39.524356+0000","last_change":"2024-09-13T14:19:29.701694+0000","last_active":"2024-09-13T14:19:39.524356+0000","last_peered":"2024-09-13T14:19:39.524356+0000","last_clean":"2024-09-13T14:19:39.524356+0000","last_became_active":"2024-09-13T14:19:29.701412+0000","last_became_peered":"2024-09-13T14:19:29.701412+0000","last_unstale":"2024-09-13T14:19:39.524356+0000","last_undegraded":"2024-09-13T14:19:39.524356+0000","last_fullsized":"2024-09-13T14:19:39.524356+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T21:19:34.010567+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":[7,4,0],"acting":[7,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.8","version":"0'0","reported_seq":13,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.892633+0000","last_change":"2024-09-13T14:19:29.737140+0000","last_active":"2024-09-13T14:20:09.892633+0000","last_peered":"2024-09-13T14:20:09.892633+0000","last_clean":"2024-09-13T14:20:09.892633+0000","last_became_active":"2024-09-13T14:19:29.736847+0000","last_became_peered":"2024-09-13T14:19:29.736847+0000","last_unstale":"2024-09-13T14:20:09.892633+0000","last_undegraded":"2024-09-13T14:20:09.892633+0000","last_fullsized":"2024-09-13T14:20:09.892633+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:38:08.956564+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.e","version":"70'2","reported_seq":15,"reported_epoch":70,"state":"active+clean","last_fresh":"2024-09-13T14:19:39.524438+0000","last_change":"2024-09-13T14:19:29.700797+0000","last_active":"2024-09-13T14:19:39.524438+0000","last_peered":"2024-09-13T14:19:39.524438+0000","last_clean":"2024-09-13T14:19:39.524438+0000","last_became_active":"2024-09-13T14:19:29.700457+0000","last_became_peered":"2024-09-13T14:19:29.700457+0000","last_unstale":"2024-09-13T14:19:39.524438+0000","last_undegraded":"2024-09-13T14:19:39.524438+0000","last_fullsized":"2024-09-13T14:19:39.524438+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T01:39:53.359529+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,4,1],"acting":[7,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.9","version":"0'0","reported_seq":13,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.892924+0000","last_change":"2024-09-13T14:19:29.728512+0000","last_active":"2024-09-13T14:20:09.892924+0000","last_peered":"2024-09-13T14:20:09.892924+0000","last_clean":"2024-09-13T14:20:09.892924+0000","last_became_active":"2024-09-13T14:19:29.728256+0000","last_became_peered":"2024-09-13T14:19:29.728256+0000","last_unstale":"2024-09-13T14:20:09.892924+0000","last_undegraded":"2024-09-13T14:20:09.892924+0000","last_fullsized":"2024-09-13T14:20:09.892924+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:54:01.933463+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.d","version":"70'1","reported_seq":14,"reported_epoch":70,"state":"active+clean","last_fresh":"2024-09-13T14:19:39.525338+0000","last_change":"2024-09-13T14:19:29.702716+0000","last_active":"2024-09-13T14:19:39.525338+0000","last_peered":"2024-09-13T14:19:39.525338+0000","last_clean":"2024-09-13T14:19:39.525338+0000","last_became_active":"2024-09-13T14:19:29.702205+0000","last_became_peered":"2024-09-13T14:19:29.702205+0000","last_unstale":"2024-09-13T14:19:39.525338+0000","last_undegraded":"2024-09-13T14:19:39.525338+0000","last_fullsized":"2024-09-13T14:19:39.525338+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T22:09:38.318232+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":[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.a","version":"0'0","reported_seq":13,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.895246+0000","last_change":"2024-09-13T14:19:29.737068+0000","last_active":"2024-09-13T14:20:09.895246+0000","last_peered":"2024-09-13T14:20:09.895246+0000","last_clean":"2024-09-13T14:20:09.895246+0000","last_became_active":"2024-09-13T14:19:29.736775+0000","last_became_peered":"2024-09-13T14:19:29.736775+0000","last_unstale":"2024-09-13T14:20:09.895246+0000","last_undegraded":"2024-09-13T14:20:09.895246+0000","last_fullsized":"2024-09-13T14:20:09.895246+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:17:50.862473+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1,7],"acting":[6,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.c","version":"0'0","reported_seq":14,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.893023+0000","last_change":"2024-09-13T14:19:29.695451+0000","last_active":"2024-09-13T14:20:09.893023+0000","last_peered":"2024-09-13T14:20:09.893023+0000","last_clean":"2024-09-13T14:20:09.893023+0000","last_became_active":"2024-09-13T14:19:29.695148+0000","last_became_peered":"2024-09-13T14:19:29.695148+0000","last_unstale":"2024-09-13T14:20:09.893023+0000","last_undegraded":"2024-09-13T14:20:09.893023+0000","last_fullsized":"2024-09-13T14:20:09.893023+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:45:21.764112+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.b","version":"0'0","reported_seq":22,"reported_epoch":72,"state":"active+clean","last_fresh":"2024-09-13T14:20:10.892341+0000","last_change":"2024-09-13T14:20:10.892341+0000","last_active":"2024-09-13T14:20:10.892341+0000","last_peered":"2024-09-13T14:20:10.892341+0000","last_clean":"2024-09-13T14:20:10.892341+0000","last_became_active":"2024-09-13T14:20:10.892088+0000","last_became_peered":"2024-09-13T14:20:10.892088+0000","last_unstale":"2024-09-13T14:20:10.892341+0000","last_undegraded":"2024-09-13T14:20:10.892341+0000","last_fullsized":"2024-09-13T14:20:10.892341+0000","mapping_epoch":71,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":72,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:40:59.920357+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[0,2,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.b","version":"70'2","reported_seq":15,"reported_epoch":70,"state":"active+clean","last_fresh":"2024-09-13T14:19:39.523897+0000","last_change":"2024-09-13T14:19:29.701560+0000","last_active":"2024-09-13T14:19:39.523897+0000","last_peered":"2024-09-13T14:19:39.523897+0000","last_clean":"2024-09-13T14:19:39.523897+0000","last_became_active":"2024-09-13T14:19:29.701274+0000","last_became_peered":"2024-09-13T14:19:29.701274+0000","last_unstale":"2024-09-13T14:19:39.523897+0000","last_undegraded":"2024-09-13T14:19:39.523897+0000","last_fullsized":"2024-09-13T14:19:39.523897+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T23:12:39.901202+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":[3,0,4],"acting":[3,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.c","version":"0'0","reported_seq":13,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.892719+0000","last_change":"2024-09-13T14:19:29.726263+0000","last_active":"2024-09-13T14:20:09.892719+0000","last_peered":"2024-09-13T14:20:09.892719+0000","last_clean":"2024-09-13T14:20:09.892719+0000","last_became_active":"2024-09-13T14:19:29.725998+0000","last_became_peered":"2024-09-13T14:19:29.725998+0000","last_unstale":"2024-09-13T14:20:09.892719+0000","last_undegraded":"2024-09-13T14:20:09.892719+0000","last_fullsized":"2024-09-13T14:20:09.892719+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:41:59.600210+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[4,3,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.a","version":"0'0","reported_seq":14,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.895331+0000","last_change":"2024-09-13T14:19:29.697163+0000","last_active":"2024-09-13T14:20:09.895331+0000","last_peered":"2024-09-13T14:20:09.895331+0000","last_clean":"2024-09-13T14:20:09.895331+0000","last_became_active":"2024-09-13T14:19:29.696878+0000","last_became_peered":"2024-09-13T14:19:29.696878+0000","last_unstale":"2024-09-13T14:20:09.895331+0000","last_undegraded":"2024-09-13T14:20:09.895331+0000","last_fullsized":"2024-09-13T14:20:09.895331+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:39:12.164691+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.d","version":"0'0","reported_seq":13,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.893026+0000","last_change":"2024-09-13T14:19:29.721758+0000","last_active":"2024-09-13T14:20:09.893026+0000","last_peered":"2024-09-13T14:20:09.893026+0000","last_clean":"2024-09-13T14:20:09.893026+0000","last_became_active":"2024-09-13T14:19:29.721493+0000","last_became_peered":"2024-09-13T14:19:29.721493+0000","last_unstale":"2024-09-13T14:20:09.893026+0000","last_undegraded":"2024-09-13T14:20:09.893026+0000","last_fullsized":"2024-09-13T14:20:09.893026+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:21:03.339896+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,1],"acting":[4,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.9","version":"0'0","reported_seq":14,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.893164+0000","last_change":"2024-09-13T14:19:29.705387+0000","last_active":"2024-09-13T14:20:09.893164+0000","last_peered":"2024-09-13T14:20:09.893164+0000","last_clean":"2024-09-13T14:20:09.893164+0000","last_became_active":"2024-09-13T14:19:29.705113+0000","last_became_peered":"2024-09-13T14:19:29.705113+0000","last_unstale":"2024-09-13T14:20:09.893164+0000","last_undegraded":"2024-09-13T14:20:09.893164+0000","last_fullsized":"2024-09-13T14:20:09.893164+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:22:47.015926+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,7],"acting":[4,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.e","version":"0'0","reported_seq":13,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.893303+0000","last_change":"2024-09-13T14:19:29.721692+0000","last_active":"2024-09-13T14:20:09.893303+0000","last_peered":"2024-09-13T14:20:09.893303+0000","last_clean":"2024-09-13T14:20:09.893303+0000","last_became_active":"2024-09-13T14:19:29.721428+0000","last_became_peered":"2024-09-13T14:19:29.721428+0000","last_unstale":"2024-09-13T14:20:09.893303+0000","last_undegraded":"2024-09-13T14:20:09.893303+0000","last_fullsized":"2024-09-13T14:20:09.893303+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:05:11.746230+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.8","version":"0'0","reported_seq":13,"reported_epoch":70,"state":"active+clean","last_fresh":"2024-09-13T14:19:32.755504+0000","last_change":"2024-09-13T14:19:29.702902+0000","last_active":"2024-09-13T14:19:32.755504+0000","last_peered":"2024-09-13T14:19:32.755504+0000","last_clean":"2024-09-13T14:19:32.755504+0000","last_became_active":"2024-09-13T14:19:29.702440+0000","last_became_peered":"2024-09-13T14:19:29.702440+0000","last_unstale":"2024-09-13T14:19:32.755504+0000","last_undegraded":"2024-09-13T14:19:32.755504+0000","last_fullsized":"2024-09-13T14:19:32.755504+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:34:39.260698+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.f","version":"0'0","reported_seq":13,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.888828+0000","last_change":"2024-09-13T14:19:29.732731+0000","last_active":"2024-09-13T14:20:09.888828+0000","last_peered":"2024-09-13T14:20:09.888828+0000","last_clean":"2024-09-13T14:20:09.888828+0000","last_became_active":"2024-09-13T14:19:29.732463+0000","last_became_peered":"2024-09-13T14:19:29.732463+0000","last_unstale":"2024-09-13T14:20:09.888828+0000","last_undegraded":"2024-09-13T14:20:09.888828+0000","last_fullsized":"2024-09-13T14:20:09.888828+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:02:12.013674+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.0","version":"60'128","reported_seq":268,"reported_epoch":70,"state":"active+clean","last_fresh":"2024-09-13T14:19:45.451746+0000","last_change":"2024-09-13T14:17:43.789601+0000","last_active":"2024-09-13T14:19:45.451746+0000","last_peered":"2024-09-13T14:19:45.451746+0000","last_clean":"2024-09-13T14:19:45.451746+0000","last_became_active":"2024-09-13T14:17:43.789217+0000","last_became_peered":"2024-09-13T14:17:43.789217+0000","last_unstale":"2024-09-13T14:19:45.451746+0000","last_undegraded":"2024-09-13T14:19:45.451746+0000","last_fullsized":"2024-09-13T14:19:45.451746+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:15:42.548303+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-09-14T17:35:47.839598+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":"63'1","reported_seq":28,"reported_epoch":72,"state":"active+clean","last_fresh":"2024-09-13T14:20:10.961803+0000","last_change":"2024-09-13T14:18:16.966217+0000","last_active":"2024-09-13T14:20:10.961803+0000","last_peered":"2024-09-13T14:20:10.961803+0000","last_clean":"2024-09-13T14:20:10.961803+0000","last_became_active":"2024-09-13T14:18:12.500587+0000","last_became_peered":"2024-09-13T14:18:12.500587+0000","last_unstale":"2024-09-13T14:20:10.961803+0000","last_undegraded":"2024-09-13T14:20:10.961803+0000","last_fullsized":"2024-09-13T14:20:10.961803+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-14T15:38:32.791880+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029038399999999998,"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":[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":13,"reported_epoch":70,"state":"active+clean","last_fresh":"2024-09-13T14:19:32.755534+0000","last_change":"2024-09-13T14:19:29.697528+0000","last_active":"2024-09-13T14:19:32.755534+0000","last_peered":"2024-09-13T14:19:32.755534+0000","last_clean":"2024-09-13T14:19:32.755534+0000","last_became_active":"2024-09-13T14:19:29.697269+0000","last_became_peered":"2024-09-13T14:19:29.697269+0000","last_unstale":"2024-09-13T14:19:32.755534+0000","last_undegraded":"2024-09-13T14:19:32.755534+0000","last_fullsized":"2024-09-13T14:19:32.755534+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:45:41.561384+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.5","version":"0'0","reported_seq":13,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.895569+0000","last_change":"2024-09-13T14:19:29.739160+0000","last_active":"2024-09-13T14:20:09.895569+0000","last_peered":"2024-09-13T14:20:09.895569+0000","last_clean":"2024-09-13T14:20:09.895569+0000","last_became_active":"2024-09-13T14:19:29.738892+0000","last_became_peered":"2024-09-13T14:19:29.738892+0000","last_unstale":"2024-09-13T14:20:09.895569+0000","last_undegraded":"2024-09-13T14:20:09.895569+0000","last_fullsized":"2024-09-13T14:20:09.895569+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:04:33.496723+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.0","version":"0'0","reported_seq":26,"reported_epoch":72,"state":"active+clean","last_fresh":"2024-09-13T14:20:10.962327+0000","last_change":"2024-09-13T14:18:17.358948+0000","last_active":"2024-09-13T14:20:10.962327+0000","last_peered":"2024-09-13T14:20:10.962327+0000","last_clean":"2024-09-13T14:20:10.962327+0000","last_became_active":"2024-09-13T14:18:12.566842+0000","last_became_peered":"2024-09-13T14:18:12.566842+0000","last_unstale":"2024-09-13T14:20:10.962327+0000","last_undegraded":"2024-09-13T14:20:10.962327+0000","last_fullsized":"2024-09-13T14:20:10.962327+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:40:51.655619+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000322109,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.886277+0000","last_change":"2024-09-13T14:19:29.705719+0000","last_active":"2024-09-13T14:20:09.886277+0000","last_peered":"2024-09-13T14:20:09.886277+0000","last_clean":"2024-09-13T14:20:09.886277+0000","last_became_active":"2024-09-13T14:19:29.704637+0000","last_became_peered":"2024-09-13T14:19:29.704637+0000","last_unstale":"2024-09-13T14:20:09.886277+0000","last_undegraded":"2024-09-13T14:20:09.886277+0000","last_fullsized":"2024-09-13T14:20:09.886277+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:45:20.428504+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.6","version":"0'0","reported_seq":22,"reported_epoch":72,"state":"active+clean","last_fresh":"2024-09-13T14:20:10.963718+0000","last_change":"2024-09-13T14:20:10.963718+0000","last_active":"2024-09-13T14:20:10.963718+0000","last_peered":"2024-09-13T14:20:10.963718+0000","last_clean":"2024-09-13T14:20:10.963718+0000","last_became_active":"2024-09-13T14:20:10.963407+0000","last_became_peered":"2024-09-13T14:20:10.963407+0000","last_unstale":"2024-09-13T14:20:10.963718+0000","last_undegraded":"2024-09-13T14:20:10.963718+0000","last_fullsized":"2024-09-13T14:20:10.963718+0000","mapping_epoch":71,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":72,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:20:33.897722+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.1","version":"0'0","reported_seq":27,"reported_epoch":72,"state":"active+clean","last_fresh":"2024-09-13T14:20:10.888777+0000","last_change":"2024-09-13T14:18:16.962618+0000","last_active":"2024-09-13T14:20:10.888777+0000","last_peered":"2024-09-13T14:20:10.888777+0000","last_clean":"2024-09-13T14:20:10.888777+0000","last_became_active":"2024-09-13T14:18:12.566810+0000","last_became_peered":"2024-09-13T14:18:12.566810+0000","last_unstale":"2024-09-13T14:20:10.888777+0000","last_undegraded":"2024-09-13T14:20:10.888777+0000","last_fullsized":"2024-09-13T14:20:10.888777+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:32:58.629029+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00030931399999999999,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.887918+0000","last_change":"2024-09-13T14:19:29.700448+0000","last_active":"2024-09-13T14:20:09.887918+0000","last_peered":"2024-09-13T14:20:09.887918+0000","last_clean":"2024-09-13T14:20:09.887918+0000","last_became_active":"2024-09-13T14:19:29.700192+0000","last_became_peered":"2024-09-13T14:19:29.700192+0000","last_unstale":"2024-09-13T14:20:09.887918+0000","last_undegraded":"2024-09-13T14:20:09.887918+0000","last_fullsized":"2024-09-13T14:20:09.887918+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:07:30.739662+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.7","version":"0'0","reported_seq":13,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.888803+0000","last_change":"2024-09-13T14:19:29.731341+0000","last_active":"2024-09-13T14:20:09.888803+0000","last_peered":"2024-09-13T14:20:09.888803+0000","last_clean":"2024-09-13T14:20:09.888803+0000","last_became_active":"2024-09-13T14:19:29.731082+0000","last_became_peered":"2024-09-13T14:19:29.731082+0000","last_unstale":"2024-09-13T14:20:09.888803+0000","last_undegraded":"2024-09-13T14:20:09.888803+0000","last_fullsized":"2024-09-13T14:20:09.888803+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:07:45.818294+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.2","version":"65'2","reported_seq":29,"reported_epoch":72,"state":"active+clean","last_fresh":"2024-09-13T14:20:10.961886+0000","last_change":"2024-09-13T14:18:16.966870+0000","last_active":"2024-09-13T14:20:10.961886+0000","last_peered":"2024-09-13T14:20:10.961886+0000","last_clean":"2024-09-13T14:20:10.961886+0000","last_became_active":"2024-09-13T14:18:12.501563+0000","last_became_peered":"2024-09-13T14:18:12.501563+0000","last_unstale":"2024-09-13T14:20:10.961886+0000","last_undegraded":"2024-09-13T14:20:10.961886+0000","last_fullsized":"2024-09-13T14:20:10.961886+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-14T20:36:36.799974+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00094368000000000002,"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":[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":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.894041+0000","last_change":"2024-09-13T14:19:29.702920+0000","last_active":"2024-09-13T14:20:09.894041+0000","last_peered":"2024-09-13T14:20:09.894041+0000","last_clean":"2024-09-13T14:20:09.894041+0000","last_became_active":"2024-09-13T14:19:29.702351+0000","last_became_peered":"2024-09-13T14:19:29.702351+0000","last_unstale":"2024-09-13T14:20:09.894041+0000","last_undegraded":"2024-09-13T14:20:09.894041+0000","last_fullsized":"2024-09-13T14:20:09.894041+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:22:14.312467+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.4","version":"0'0","reported_seq":13,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.888777+0000","last_change":"2024-09-13T14:19:29.730509+0000","last_active":"2024-09-13T14:20:09.888777+0000","last_peered":"2024-09-13T14:20:09.888777+0000","last_clean":"2024-09-13T14:20:09.888777+0000","last_became_active":"2024-09-13T14:19:29.730269+0000","last_became_peered":"2024-09-13T14:19:29.730269+0000","last_unstale":"2024-09-13T14:20:09.888777+0000","last_undegraded":"2024-09-13T14:20:09.888777+0000","last_fullsized":"2024-09-13T14:20:09.888777+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:02:43.710302+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.5","version":"0'0","reported_seq":14,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.893309+0000","last_change":"2024-09-13T14:19:29.704458+0000","last_active":"2024-09-13T14:20:09.893309+0000","last_peered":"2024-09-13T14:20:09.893309+0000","last_clean":"2024-09-13T14:20:09.893309+0000","last_became_active":"2024-09-13T14:19:29.704115+0000","last_became_peered":"2024-09-13T14:19:29.704115+0000","last_unstale":"2024-09-13T14:20:09.893309+0000","last_undegraded":"2024-09-13T14:20:09.893309+0000","last_fullsized":"2024-09-13T14:20:09.893309+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:16:50.046699+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.4","version":"0'0","reported_seq":27,"reported_epoch":72,"state":"active+clean","last_fresh":"2024-09-13T14:20:10.890116+0000","last_change":"2024-09-13T14:18:16.962678+0000","last_active":"2024-09-13T14:20:10.890116+0000","last_peered":"2024-09-13T14:20:10.890116+0000","last_clean":"2024-09-13T14:20:10.890116+0000","last_became_active":"2024-09-13T14:18:12.566750+0000","last_became_peered":"2024-09-13T14:18:12.566750+0000","last_unstale":"2024-09-13T14:20:10.890116+0000","last_undegraded":"2024-09-13T14:20:10.890116+0000","last_fullsized":"2024-09-13T14:20:10.890116+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:04:49.593449+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00031535100000000001,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.2","version":"0'0","reported_seq":13,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.888235+0000","last_change":"2024-09-13T14:19:29.732070+0000","last_active":"2024-09-13T14:20:09.888235+0000","last_peered":"2024-09-13T14:20:09.888235+0000","last_clean":"2024-09-13T14:20:09.888235+0000","last_became_active":"2024-09-13T14:19:29.731820+0000","last_became_peered":"2024-09-13T14:19:29.731820+0000","last_unstale":"2024-09-13T14:20:09.888235+0000","last_undegraded":"2024-09-13T14:20:09.888235+0000","last_fullsized":"2024-09-13T14:20:09.888235+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:33:20.994733+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.4","version":"0'0","reported_seq":14,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.888777+0000","last_change":"2024-09-13T14:19:29.708364+0000","last_active":"2024-09-13T14:20:09.888777+0000","last_peered":"2024-09-13T14:20:09.888777+0000","last_clean":"2024-09-13T14:20:09.888777+0000","last_became_active":"2024-09-13T14:19:29.708016+0000","last_became_peered":"2024-09-13T14:19:29.708016+0000","last_unstale":"2024-09-13T14:20:09.888777+0000","last_undegraded":"2024-09-13T14:20:09.888777+0000","last_fullsized":"2024-09-13T14:20:09.888777+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:50:48.972344+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.5","version":"0'0","reported_seq":26,"reported_epoch":72,"state":"active+clean","last_fresh":"2024-09-13T14:20:10.963013+0000","last_change":"2024-09-13T14:18:17.358936+0000","last_active":"2024-09-13T14:20:10.963013+0000","last_peered":"2024-09-13T14:20:10.963013+0000","last_clean":"2024-09-13T14:20:10.963013+0000","last_became_active":"2024-09-13T14:18:12.658158+0000","last_became_peered":"2024-09-13T14:18:12.658158+0000","last_unstale":"2024-09-13T14:20:10.963013+0000","last_undegraded":"2024-09-13T14:20:10.963013+0000","last_fullsized":"2024-09-13T14:20:10.963013+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:19:35.192629+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000327091,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.3","version":"0'0","reported_seq":13,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.886518+0000","last_change":"2024-09-13T14:19:29.737484+0000","last_active":"2024-09-13T14:20:09.886518+0000","last_peered":"2024-09-13T14:20:09.886518+0000","last_clean":"2024-09-13T14:20:09.886518+0000","last_became_active":"2024-09-13T14:19:29.737056+0000","last_became_peered":"2024-09-13T14:19:29.737056+0000","last_unstale":"2024-09-13T14:20:09.886518+0000","last_undegraded":"2024-09-13T14:20:09.886518+0000","last_fullsized":"2024-09-13T14:20:09.886518+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:53:18.023061+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.7","version":"70'2","reported_seq":15,"reported_epoch":70,"state":"active+clean","last_fresh":"2024-09-13T14:19:39.524695+0000","last_change":"2024-09-13T14:19:29.703997+0000","last_active":"2024-09-13T14:19:39.524695+0000","last_peered":"2024-09-13T14:19:39.524695+0000","last_clean":"2024-09-13T14:19:39.524695+0000","last_became_active":"2024-09-13T14:19:29.703561+0000","last_became_peered":"2024-09-13T14:19:29.703561+0000","last_unstale":"2024-09-13T14:19:39.524695+0000","last_undegraded":"2024-09-13T14:19:39.524695+0000","last_fullsized":"2024-09-13T14:19:39.524695+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T15:40:00.124164+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":[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":"0'0","reported_seq":27,"reported_epoch":72,"state":"active+clean","last_fresh":"2024-09-13T14:20:10.890236+0000","last_change":"2024-09-13T14:18:16.963029+0000","last_active":"2024-09-13T14:20:10.890236+0000","last_peered":"2024-09-13T14:20:10.890236+0000","last_clean":"2024-09-13T14:20:10.890236+0000","last_became_active":"2024-09-13T14:18:12.658467+0000","last_became_peered":"2024-09-13T14:18:12.658467+0000","last_unstale":"2024-09-13T14:20:10.890236+0000","last_undegraded":"2024-09-13T14:20:10.890236+0000","last_fullsized":"2024-09-13T14:20:10.890236+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:31:01.291296+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00052897999999999997,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.0","version":"0'0","reported_seq":12,"reported_epoch":70,"state":"active+clean","last_fresh":"2024-09-13T14:19:32.755371+0000","last_change":"2024-09-13T14:19:29.739078+0000","last_active":"2024-09-13T14:19:32.755371+0000","last_peered":"2024-09-13T14:19:32.755371+0000","last_clean":"2024-09-13T14:19:32.755371+0000","last_became_active":"2024-09-13T14:19:29.738824+0000","last_became_peered":"2024-09-13T14:19:29.738824+0000","last_unstale":"2024-09-13T14:19:32.755371+0000","last_undegraded":"2024-09-13T14:19:32.755371+0000","last_fullsized":"2024-09-13T14:19:32.755371+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:33:57.262935+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.6","version":"70'1","reported_seq":15,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.886742+0000","last_change":"2024-09-13T14:19:29.704193+0000","last_active":"2024-09-13T14:20:09.886742+0000","last_peered":"2024-09-13T14:20:09.886742+0000","last_clean":"2024-09-13T14:20:09.886742+0000","last_became_active":"2024-09-13T14:19:29.703838+0000","last_became_peered":"2024-09-13T14:19:29.703838+0000","last_unstale":"2024-09-13T14:20:09.886742+0000","last_undegraded":"2024-09-13T14:20:09.886742+0000","last_fullsized":"2024-09-13T14:20:09.886742+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T17:22:06.178588+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":[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.7","version":"0'0","reported_seq":27,"reported_epoch":72,"state":"active+clean","last_fresh":"2024-09-13T14:20:10.960409+0000","last_change":"2024-09-13T14:18:16.967640+0000","last_active":"2024-09-13T14:20:10.960409+0000","last_peered":"2024-09-13T14:20:10.960409+0000","last_clean":"2024-09-13T14:20:10.960409+0000","last_became_active":"2024-09-13T14:18:12.501448+0000","last_became_peered":"2024-09-13T14:18:12.501448+0000","last_unstale":"2024-09-13T14:20:10.960409+0000","last_undegraded":"2024-09-13T14:20:10.960409+0000","last_fullsized":"2024-09-13T14:20:10.960409+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:54:31.171058+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029877400000000002,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1","version":"0'0","reported_seq":13,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.893043+0000","last_change":"2024-09-13T14:19:29.718951+0000","last_active":"2024-09-13T14:20:09.893043+0000","last_peered":"2024-09-13T14:20:09.893043+0000","last_clean":"2024-09-13T14:20:09.893043+0000","last_became_active":"2024-09-13T14:19:29.718589+0000","last_became_peered":"2024-09-13T14:19:29.718589+0000","last_unstale":"2024-09-13T14:20:09.893043+0000","last_undegraded":"2024-09-13T14:20:09.893043+0000","last_fullsized":"2024-09-13T14:20:09.893043+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:44:19.267895+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.13","version":"0'0","reported_seq":22,"reported_epoch":72,"state":"active+clean","last_fresh":"2024-09-13T14:20:10.961720+0000","last_change":"2024-09-13T14:20:10.961720+0000","last_active":"2024-09-13T14:20:10.961720+0000","last_peered":"2024-09-13T14:20:10.961720+0000","last_clean":"2024-09-13T14:20:10.961720+0000","last_became_active":"2024-09-13T14:20:10.961152+0000","last_became_peered":"2024-09-13T14:20:10.961152+0000","last_unstale":"2024-09-13T14:20:10.961720+0000","last_undegraded":"2024-09-13T14:20:10.961720+0000","last_fullsized":"2024-09-13T14:20:10.961720+0000","mapping_epoch":71,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":72,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:38:56.825206+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[4,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.14","version":"70'6","reported_seq":20,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.892873+0000","last_change":"2024-09-13T14:19:29.698825+0000","last_active":"2024-09-13T14:20:09.892873+0000","last_peered":"2024-09-13T14:20:09.892873+0000","last_clean":"2024-09-13T14:20:09.892873+0000","last_became_active":"2024-09-13T14:19:29.698348+0000","last_became_peered":"2024-09-13T14:19:29.698348+0000","last_unstale":"2024-09-13T14:20:09.892873+0000","last_undegraded":"2024-09-13T14:20:09.892873+0000","last_fullsized":"2024-09-13T14:20:09.892873+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T00:24:10.858859+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":[4,7,6],"acting":[4,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.12","version":"0'0","reported_seq":13,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.888160+0000","last_change":"2024-09-13T14:19:29.731320+0000","last_active":"2024-09-13T14:20:09.888160+0000","last_peered":"2024-09-13T14:20:09.888160+0000","last_clean":"2024-09-13T14:20:09.888160+0000","last_became_active":"2024-09-13T14:19:29.731051+0000","last_became_peered":"2024-09-13T14:19:29.731051+0000","last_unstale":"2024-09-13T14:20:09.888160+0000","last_undegraded":"2024-09-13T14:20:09.888160+0000","last_fullsized":"2024-09-13T14:20:09.888160+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:57:47.993767+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[1,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.15","version":"70'3","reported_seq":16,"reported_epoch":70,"state":"active+clean","last_fresh":"2024-09-13T14:19:39.524574+0000","last_change":"2024-09-13T14:19:29.699265+0000","last_active":"2024-09-13T14:19:39.524574+0000","last_peered":"2024-09-13T14:19:39.524574+0000","last_clean":"2024-09-13T14:19:39.524574+0000","last_became_active":"2024-09-13T14:19:29.698941+0000","last_became_peered":"2024-09-13T14:19:29.698941+0000","last_unstale":"2024-09-13T14:19:39.524574+0000","last_undegraded":"2024-09-13T14:19:39.524574+0000","last_fullsized":"2024-09-13T14:19:39.524574+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T14:25:12.560291+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":[7,3,4],"acting":[7,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.16","version":"0'0","reported_seq":14,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.893485+0000","last_change":"2024-09-13T14:19:29.696967+0000","last_active":"2024-09-13T14:20:09.893485+0000","last_peered":"2024-09-13T14:20:09.893485+0000","last_clean":"2024-09-13T14:20:09.893485+0000","last_became_active":"2024-09-13T14:19:29.696695+0000","last_became_peered":"2024-09-13T14:19:29.696695+0000","last_unstale":"2024-09-13T14:20:09.893485+0000","last_undegraded":"2024-09-13T14:20:09.893485+0000","last_fullsized":"2024-09-13T14:20:09.893485+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:17:39.778495+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.11","version":"0'0","reported_seq":12,"reported_epoch":70,"state":"active+clean","last_fresh":"2024-09-13T14:19:32.755669+0000","last_change":"2024-09-13T14:19:29.737553+0000","last_active":"2024-09-13T14:19:32.755669+0000","last_peered":"2024-09-13T14:19:32.755669+0000","last_clean":"2024-09-13T14:19:32.755669+0000","last_became_active":"2024-09-13T14:19:29.737301+0000","last_became_peered":"2024-09-13T14:19:29.737301+0000","last_unstale":"2024-09-13T14:19:32.755669+0000","last_undegraded":"2024-09-13T14:19:32.755669+0000","last_fullsized":"2024-09-13T14:19:32.755669+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:42:59.216677+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.17","version":"0'0","reported_seq":14,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.886932+0000","last_change":"2024-09-13T14:19:29.708753+0000","last_active":"2024-09-13T14:20:09.886932+0000","last_peered":"2024-09-13T14:20:09.886932+0000","last_clean":"2024-09-13T14:20:09.886932+0000","last_became_active":"2024-09-13T14:19:29.708389+0000","last_became_peered":"2024-09-13T14:19:29.708389+0000","last_unstale":"2024-09-13T14:20:09.886932+0000","last_undegraded":"2024-09-13T14:20:09.886932+0000","last_fullsized":"2024-09-13T14:20:09.886932+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:06:53.806866+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.10","version":"0'0","reported_seq":12,"reported_epoch":70,"state":"active+clean","last_fresh":"2024-09-13T14:19:32.755388+0000","last_change":"2024-09-13T14:19:29.728849+0000","last_active":"2024-09-13T14:19:32.755388+0000","last_peered":"2024-09-13T14:19:32.755388+0000","last_clean":"2024-09-13T14:19:32.755388+0000","last_became_active":"2024-09-13T14:19:29.728568+0000","last_became_peered":"2024-09-13T14:19:29.728568+0000","last_unstale":"2024-09-13T14:19:32.755388+0000","last_undegraded":"2024-09-13T14:19:32.755388+0000","last_fullsized":"2024-09-13T14:19:32.755388+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:17:35.917315+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[3,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.1f","version":"0'0","reported_seq":13,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.895524+0000","last_change":"2024-09-13T14:19:29.727837+0000","last_active":"2024-09-13T14:20:09.895524+0000","last_peered":"2024-09-13T14:20:09.895524+0000","last_clean":"2024-09-13T14:20:09.895524+0000","last_became_active":"2024-09-13T14:19:29.727559+0000","last_became_peered":"2024-09-13T14:19:29.727559+0000","last_unstale":"2024-09-13T14:20:09.895524+0000","last_undegraded":"2024-09-13T14:20:09.895524+0000","last_fullsized":"2024-09-13T14:20:09.895524+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:20:27.277705+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.18","version":"0'0","reported_seq":13,"reported_epoch":70,"state":"active+clean","last_fresh":"2024-09-13T14:19:32.755477+0000","last_change":"2024-09-13T14:19:29.703286+0000","last_active":"2024-09-13T14:19:32.755477+0000","last_peered":"2024-09-13T14:19:32.755477+0000","last_clean":"2024-09-13T14:19:32.755477+0000","last_became_active":"2024-09-13T14:19:29.702827+0000","last_became_peered":"2024-09-13T14:19:29.702827+0000","last_unstale":"2024-09-13T14:19:32.755477+0000","last_undegraded":"2024-09-13T14:19:32.755477+0000","last_fullsized":"2024-09-13T14:19:32.755477+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:02:39.916756+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1e","version":"0'0","reported_seq":13,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.886525+0000","last_change":"2024-09-13T14:19:29.737198+0000","last_active":"2024-09-13T14:20:09.886525+0000","last_peered":"2024-09-13T14:20:09.886525+0000","last_clean":"2024-09-13T14:20:09.886525+0000","last_became_active":"2024-09-13T14:19:29.736874+0000","last_became_peered":"2024-09-13T14:19:29.736874+0000","last_unstale":"2024-09-13T14:20:09.886525+0000","last_undegraded":"2024-09-13T14:20:09.886525+0000","last_fullsized":"2024-09-13T14:20:09.886525+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:01:13.109434+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.19","version":"0'0","reported_seq":14,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.887795+0000","last_change":"2024-09-13T14:19:29.703997+0000","last_active":"2024-09-13T14:20:09.887795+0000","last_peered":"2024-09-13T14:20:09.887795+0000","last_clean":"2024-09-13T14:20:09.887795+0000","last_became_active":"2024-09-13T14:19:29.703738+0000","last_became_peered":"2024-09-13T14:19:29.703738+0000","last_unstale":"2024-09-13T14:20:09.887795+0000","last_undegraded":"2024-09-13T14:20:09.887795+0000","last_fullsized":"2024-09-13T14:20:09.887795+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:25:46.747904+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1d","version":"0'0","reported_seq":12,"reported_epoch":70,"state":"active+clean","last_fresh":"2024-09-13T14:19:32.755660+0000","last_change":"2024-09-13T14:19:29.731037+0000","last_active":"2024-09-13T14:19:32.755660+0000","last_peered":"2024-09-13T14:19:32.755660+0000","last_clean":"2024-09-13T14:19:32.755660+0000","last_became_active":"2024-09-13T14:19:29.730788+0000","last_became_peered":"2024-09-13T14:19:29.730788+0000","last_unstale":"2024-09-13T14:19:32.755660+0000","last_undegraded":"2024-09-13T14:19:32.755660+0000","last_fullsized":"2024-09-13T14:19:32.755660+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:28:04.459747+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"3.1a","version":"70'1","reported_seq":15,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.892947+0000","last_change":"2024-09-13T14:19:29.705095+0000","last_active":"2024-09-13T14:20:09.892947+0000","last_peered":"2024-09-13T14:20:09.892947+0000","last_clean":"2024-09-13T14:20:09.892947+0000","last_became_active":"2024-09-13T14:19:29.704813+0000","last_became_peered":"2024-09-13T14:19:29.704813+0000","last_unstale":"2024-09-13T14:20:09.892947+0000","last_undegraded":"2024-09-13T14:20:09.892947+0000","last_fullsized":"2024-09-13T14:20:09.892947+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T20:56:35.790945+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1c","version":"0'0","reported_seq":13,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.889564+0000","last_change":"2024-09-13T14:19:29.726575+0000","last_active":"2024-09-13T14:20:09.889564+0000","last_peered":"2024-09-13T14:20:09.889564+0000","last_clean":"2024-09-13T14:20:09.889564+0000","last_became_active":"2024-09-13T14:19:29.726272+0000","last_became_peered":"2024-09-13T14:19:29.726272+0000","last_unstale":"2024-09-13T14:20:09.889564+0000","last_undegraded":"2024-09-13T14:20:09.889564+0000","last_fullsized":"2024-09-13T14:20:09.889564+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:34:52.399013+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[2,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.1b","version":"70'1","reported_seq":15,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.886917+0000","last_change":"2024-09-13T14:19:29.702386+0000","last_active":"2024-09-13T14:20:09.886917+0000","last_peered":"2024-09-13T14:20:09.886917+0000","last_clean":"2024-09-13T14:20:09.886917+0000","last_became_active":"2024-09-13T14:19:29.702133+0000","last_became_peered":"2024-09-13T14:19:29.702133+0000","last_unstale":"2024-09-13T14:20:09.886917+0000","last_undegraded":"2024-09-13T14:20:09.886917+0000","last_fullsized":"2024-09-13T14:20:09.886917+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T22:50:59.584919+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1b","version":"0'0","reported_seq":13,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.893946+0000","last_change":"2024-09-13T14:19:29.722248+0000","last_active":"2024-09-13T14:20:09.893946+0000","last_peered":"2024-09-13T14:20:09.893946+0000","last_clean":"2024-09-13T14:20:09.893946+0000","last_became_active":"2024-09-13T14:19:29.722062+0000","last_became_peered":"2024-09-13T14:19:29.722062+0000","last_unstale":"2024-09-13T14:20:09.893946+0000","last_undegraded":"2024-09-13T14:20:09.893946+0000","last_fullsized":"2024-09-13T14:20:09.893946+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:09:53.923661+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,3,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1c","version":"70'2","reported_seq":16,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.892944+0000","last_change":"2024-09-13T14:19:29.699464+0000","last_active":"2024-09-13T14:20:09.892944+0000","last_peered":"2024-09-13T14:20:09.892944+0000","last_clean":"2024-09-13T14:20:09.892944+0000","last_became_active":"2024-09-13T14:19:29.698093+0000","last_became_peered":"2024-09-13T14:19:29.698093+0000","last_unstale":"2024-09-13T14:20:09.892944+0000","last_undegraded":"2024-09-13T14:20:09.892944+0000","last_fullsized":"2024-09-13T14:20:09.892944+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T19:40:48.936426+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":[5,4,1],"acting":[5,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.1a","version":"0'0","reported_seq":13,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.892805+0000","last_change":"2024-09-13T14:19:29.723958+0000","last_active":"2024-09-13T14:20:09.892805+0000","last_peered":"2024-09-13T14:20:09.892805+0000","last_clean":"2024-09-13T14:20:09.892805+0000","last_became_active":"2024-09-13T14:19:29.723692+0000","last_became_peered":"2024-09-13T14:19:29.723692+0000","last_unstale":"2024-09-13T14:20:09.892805+0000","last_undegraded":"2024-09-13T14:20:09.892805+0000","last_fullsized":"2024-09-13T14:20:09.892805+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:35:41.094996+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[4,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1d","version":"70'2","reported_seq":16,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.893188+0000","last_change":"2024-09-13T14:19:29.699807+0000","last_active":"2024-09-13T14:20:09.893188+0000","last_peered":"2024-09-13T14:20:09.893188+0000","last_clean":"2024-09-13T14:20:09.893188+0000","last_became_active":"2024-09-13T14:19:29.698125+0000","last_became_peered":"2024-09-13T14:19:29.698125+0000","last_unstale":"2024-09-13T14:20:09.893188+0000","last_undegraded":"2024-09-13T14:20:09.893188+0000","last_fullsized":"2024-09-13T14:20:09.893188+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T21:12:45.446921+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":[5,4,6],"acting":[5,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.19","version":"0'0","reported_seq":12,"reported_epoch":70,"state":"active+clean","last_fresh":"2024-09-13T14:19:32.755821+0000","last_change":"2024-09-13T14:19:29.728977+0000","last_active":"2024-09-13T14:19:32.755821+0000","last_peered":"2024-09-13T14:19:32.755821+0000","last_clean":"2024-09-13T14:19:32.755821+0000","last_became_active":"2024-09-13T14:19:29.728684+0000","last_became_peered":"2024-09-13T14:19:29.728684+0000","last_unstale":"2024-09-13T14:19:32.755821+0000","last_undegraded":"2024-09-13T14:19:32.755821+0000","last_fullsized":"2024-09-13T14:19:32.755821+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:33:52.612635+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,0],"acting":[3,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1e","version":"70'1","reported_seq":14,"reported_epoch":70,"state":"active+clean","last_fresh":"2024-09-13T14:19:39.525254+0000","last_change":"2024-09-13T14:19:29.698504+0000","last_active":"2024-09-13T14:19:39.525254+0000","last_peered":"2024-09-13T14:19:39.525254+0000","last_clean":"2024-09-13T14:19:39.525254+0000","last_became_active":"2024-09-13T14:19:29.698219+0000","last_became_peered":"2024-09-13T14:19:29.698219+0000","last_unstale":"2024-09-13T14:19:39.525254+0000","last_undegraded":"2024-09-13T14:19:39.525254+0000","last_fullsized":"2024-09-13T14:19:39.525254+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T18:25:53.148558+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.18","version":"0'0","reported_seq":13,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.892633+0000","last_change":"2024-09-13T14:19:29.719976+0000","last_active":"2024-09-13T14:20:09.892633+0000","last_peered":"2024-09-13T14:20:09.892633+0000","last_clean":"2024-09-13T14:20:09.892633+0000","last_became_active":"2024-09-13T14:19:29.719694+0000","last_became_peered":"2024-09-13T14:19:29.719694+0000","last_unstale":"2024-09-13T14:20:09.892633+0000","last_undegraded":"2024-09-13T14:20:09.892633+0000","last_fullsized":"2024-09-13T14:20:09.892633+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:21:56.894564+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1f","version":"70'4","reported_seq":18,"reported_epoch":71,"state":"active+clean","last_fresh":"2024-09-13T14:20:09.886857+0000","last_change":"2024-09-13T14:19:29.707889+0000","last_active":"2024-09-13T14:20:09.886857+0000","last_peered":"2024-09-13T14:20:09.886857+0000","last_clean":"2024-09-13T14:20:09.886857+0000","last_became_active":"2024-09-13T14:19:29.707627+0000","last_became_peered":"2024-09-13T14:19:29.707627+0000","last_unstale":"2024-09-13T14:20:09.886857+0000","last_undegraded":"2024-09-13T14:20:09.886857+0000","last_fullsized":"2024-09-13T14:20:09.886857+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T19:34:28.237947+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,5,2],"acting":[0,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]}],"pool_stats":[{"poolid":4,"num_pg":32,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":96,"acting":96,"num_store_stats":8},{"poolid":3,"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":2,"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":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":54,"seq":231928234021,"num_pgs":30,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28356,"kb_used_data":1336,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716796,"statfs":{"total":95995035648,"available":95965999104,"internally_reserved":0,"allocated":1368064,"data_stored":918828,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1588,"internal_metadata":27654604},"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":"Fri Sep 13 14:19:44 2024","interfaces":[{"interface":"back","average":{"1min":0.51200000000000001,"5min":0.53100000000000003,"15min":0.53400000000000003},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.64800000000000002,"5min":0.70999999999999996,"15min":0.70999999999999996},"last":0.63300000000000001},{"interface":"front","average":{"1min":0.53100000000000003,"5min":0.51700000000000002,"15min":0.51500000000000001},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.65600000000000003,"5min":0.66500000000000004,"15min":0.66500000000000004},"last":0.57899999999999996}]},{"osd":1,"last update":"Fri Sep 13 14:19:44 2024","interfaces":[{"interface":"back","average":{"1min":0.51200000000000001,"5min":0.52400000000000002,"15min":0.52600000000000002},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.66800000000000004,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.60399999999999998},{"interface":"front","average":{"1min":0.53900000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.63500000000000001,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.61699999999999999}]},{"osd":2,"last update":"Fri Sep 13 14:19:44 2024","interfaces":[{"interface":"back","average":{"1min":0.5,"5min":0.54000000000000004,"15min":0.54600000000000004},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.623,"5min":0.68799999999999994,"15min":0.68799999999999994},"last":0.59099999999999997},{"interface":"front","average":{"1min":0.53500000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.67200000000000004,"5min":0.76100000000000001,"15min":0.76100000000000001},"last":0.66500000000000004}]},{"osd":3,"last update":"Fri Sep 13 14:19:44 2024","interfaces":[{"interface":"back","average":{"1min":0.53000000000000003,"5min":0.52200000000000002,"15min":0.52100000000000002},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.68600000000000005,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.64600000000000002},{"interface":"front","average":{"1min":0.52100000000000002,"5min":0.56399999999999995,"15min":0.57099999999999995},"min":{"1min":0.39200000000000002,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.621,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.56499999999999995}]},{"osd":4,"last update":"Fri Sep 13 14:19:44 2024","interfaces":[{"interface":"back","average":{"1min":0.43099999999999999,"5min":0.42699999999999999,"15min":0.42599999999999999},"min":{"1min":0.35499999999999998,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.59399999999999997,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.499},{"interface":"front","average":{"1min":0.45100000000000001,"5min":0.45600000000000002,"15min":0.45700000000000002},"min":{"1min":0.32600000000000001,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.60099999999999998,"5min":0.78800000000000003,"15min":0.78800000000000003},"last":0.38100000000000001}]},{"osd":5,"last update":"Fri Sep 13 14:19:44 2024","interfaces":[{"interface":"back","average":{"1min":0.436,"5min":0.46899999999999997,"15min":0.47499999999999998},"min":{"1min":0.30399999999999999,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.69099999999999995,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.36599999999999999},{"interface":"front","average":{"1min":0.48799999999999999,"5min":0.49399999999999999,"15min":0.495},"min":{"1min":0.34000000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.65300000000000002,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.39500000000000002}]},{"osd":6,"last update":"Fri Sep 13 14:19:44 2024","interfaces":[{"interface":"back","average":{"1min":0.51600000000000001,"5min":0.50800000000000001,"15min":0.50600000000000001},"min":{"1min":0.33500000000000002,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.66900000000000004,"5min":0.77400000000000002,"15min":0.77400000000000002},"last":0.46999999999999997},{"interface":"front","average":{"1min":0.504,"5min":0.51800000000000002,"15min":0.52000000000000002},"min":{"1min":0.376,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.70499999999999996,"5min":0.876,"15min":0.876},"last":0.44}]}]},{"osd":6,"up_from":46,"seq":197568495659,"num_pgs":27,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28352,"kb_used_data":1328,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716800,"statfs":{"total":95995035648,"available":95966003200,"internally_reserved":0,"allocated":1359872,"data_stored":918701,"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":"Fri Sep 13 14:20:23 2024","interfaces":[{"interface":"back","average":{"1min":0.52500000000000002,"5min":0.51500000000000001,"15min":0.52000000000000002},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.75900000000000001,"5min":0.75900000000000001,"15min":0.75900000000000001},"last":0.45700000000000002},{"interface":"front","average":{"1min":0.51100000000000001,"5min":0.51700000000000002,"15min":0.51400000000000001},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.66400000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"last":0.52800000000000002}]},{"osd":1,"last update":"Fri Sep 13 14:20:23 2024","interfaces":[{"interface":"back","average":{"1min":0.52500000000000002,"5min":0.51200000000000001,"15min":0.51400000000000001},"min":{"1min":0.38300000000000001,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.70299999999999996,"5min":0.82599999999999996,"15min":0.82599999999999996},"last":0.54600000000000004},{"interface":"front","average":{"1min":0.52200000000000002,"5min":0.51200000000000001,"15min":0.51000000000000001},"min":{"1min":0.378,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.72199999999999998,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.56799999999999995}]},{"osd":2,"last update":"Fri Sep 13 14:20:23 2024","interfaces":[{"interface":"back","average":{"1min":0.54800000000000004,"5min":0.54300000000000004,"15min":0.54900000000000004},"min":{"1min":0.34100000000000003,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.70099999999999996,"5min":0.81799999999999995,"15min":0.81799999999999995},"last":0.62},{"interface":"front","average":{"1min":0.55500000000000005,"5min":0.52800000000000002,"15min":0.52200000000000002},"min":{"1min":0.40600000000000003,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.70899999999999996,"5min":0.752,"15min":0.752},"last":0.47799999999999998}]},{"osd":3,"last update":"Fri Sep 13 14:20:23 2024","interfaces":[{"interface":"back","average":{"1min":0.54400000000000004,"5min":0.52700000000000002,"15min":0.52900000000000003},"min":{"1min":0.41699999999999998,"5min":0.372,"15min":0.372},"max":{"1min":0.69899999999999995,"5min":0.76000000000000001,"15min":0.76000000000000001},"last":0.58799999999999997},{"interface":"front","average":{"1min":0.53900000000000003,"5min":0.52200000000000002,"15min":0.51600000000000001},"min":{"1min":0.36899999999999999,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.69199999999999995,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.51300000000000001}]},{"osd":4,"last update":"Fri Sep 13 14:20:23 2024","interfaces":[{"interface":"back","average":{"1min":0.46400000000000002,"5min":0.41599999999999998,"15min":0.39200000000000002},"min":{"1min":0.35299999999999998,"5min":0.247,"15min":0.247},"max":{"1min":0.60099999999999998,"5min":0.75900000000000001,"15min":0.75900000000000001},"last":0.40799999999999997},{"interface":"front","average":{"1min":0.45300000000000001,"5min":0.42399999999999999,"15min":0.40600000000000003},"min":{"1min":0.32600000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.63300000000000001,"5min":0.77300000000000002,"15min":0.77300000000000002},"last":0.42699999999999999}]},{"osd":5,"last update":"Fri Sep 13 14:20:23 2024","interfaces":[{"interface":"back","average":{"1min":0.45900000000000002,"5min":0.436,"15min":0.41499999999999998},"min":{"1min":0.308,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.64100000000000001,"5min":0.78700000000000003,"15min":0.78700000000000003},"last":0.56000000000000005},{"interface":"front","average":{"1min":0.496,"5min":0.45100000000000001,"15min":0.42899999999999999},"min":{"1min":0.33200000000000002,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.63400000000000001,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.49399999999999999}]},{"osd":7,"last update":"Fri Sep 13 14:19:47 2024","interfaces":[{"interface":"back","average":{"1min":0.54100000000000004,"5min":0.52700000000000002,"15min":0.52500000000000002},"min":{"1min":0.34899999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.58199999999999996},{"interface":"front","average":{"1min":0.52400000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.34799999999999998,"5min":0.315,"15min":0.315},"max":{"1min":0.74399999999999999,"5min":0.745,"15min":0.745},"last":0.66900000000000004}]}]},{"osd":5,"up_from":38,"seq":163208757295,"num_pgs":21,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27756,"kb_used_data":736,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717396,"statfs":{"total":95995035648,"available":95966613504,"internally_reserved":0,"allocated":753664,"data_stored":327070,"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":"Fri Sep 13 14:19:56 2024","interfaces":[{"interface":"back","average":{"1min":0.50900000000000001,"5min":0.48199999999999998,"15min":0.47599999999999998},"min":{"1min":0.35899999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.60499999999999998,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.57299999999999995},{"interface":"front","average":{"1min":0.53100000000000003,"5min":0.502,"15min":0.48699999999999999},"min":{"1min":0.35799999999999998,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.496}]},{"osd":1,"last update":"Fri Sep 13 14:19:56 2024","interfaces":[{"interface":"back","average":{"1min":0.47599999999999998,"5min":0.46100000000000002,"15min":0.45100000000000001},"min":{"1min":0.34899999999999998,"5min":0.31,"15min":0.31},"max":{"1min":0.625,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.54800000000000004},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.502,"15min":0.498},"min":{"1min":0.41099999999999998,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.48199999999999998}]},{"osd":2,"last update":"Fri Sep 13 14:19:56 2024","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.496,"15min":0.48599999999999999},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"last":0.61399999999999999},{"interface":"front","average":{"1min":0.49399999999999999,"5min":0.496,"15min":0.49399999999999999},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.50800000000000001}]},{"osd":3,"last update":"Fri Sep 13 14:19:56 2024","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.504,"15min":0.49099999999999999},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.72199999999999998,"5min":1.018,"15min":1.018},"last":0.58899999999999997},{"interface":"front","average":{"1min":0.51000000000000001,"5min":0.51300000000000001,"15min":0.51400000000000001},"min":{"1min":0.41399999999999998,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.79300000000000004,"5min":0.79300000000000004,"15min":0.79300000000000004},"last":0.46700000000000003}]},{"osd":4,"last update":"Fri Sep 13 14:19:56 2024","interfaces":[{"interface":"back","average":{"1min":0.42799999999999999,"5min":0.38400000000000001,"15min":0.36699999999999999},"min":{"1min":0.26600000000000001,"5min":0.25,"15min":0.25},"max":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"last":0.41799999999999998},{"interface":"front","average":{"1min":0.48599999999999999,"5min":0.43099999999999999,"15min":0.40799999999999997},"min":{"1min":0.29099999999999998,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.68200000000000005,"5min":0.86799999999999999,"15min":0.86799999999999999},"last":0.44600000000000001}]},{"osd":6,"last update":"Fri Sep 13 14:20:25 2024","interfaces":[{"interface":"back","average":{"1min":0.50700000000000001,"5min":0.43099999999999999,"15min":0.40400000000000003},"min":{"1min":0.34499999999999997,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.69199999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.51700000000000002},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.46400000000000002,"15min":0.439},"min":{"1min":0.311,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.752,"5min":0.79500000000000004,"15min":0.79500000000000004},"last":0.38400000000000001}]},{"osd":7,"last update":"Fri Sep 13 14:19:44 2024","interfaces":[{"interface":"back","average":{"1min":0.52200000000000002,"5min":0.51000000000000001,"15min":0.50800000000000001},"min":{"1min":0.32800000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":0.64800000000000002,"5min":0.83399999999999996,"15min":0.83399999999999996},"last":0.53400000000000003},{"interface":"front","average":{"1min":0.46300000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"min":{"1min":0.311,"5min":0.31,"15min":0.31},"max":{"1min":0.60599999999999998,"5min":0.68000000000000005,"15min":0.68000000000000005},"last":0.40000000000000002}]}]},{"osd":4,"up_from":30,"seq":128849018932,"num_pgs":33,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27768,"kb_used_data":748,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717384,"statfs":{"total":95995035648,"available":95966601216,"internally_reserved":0,"allocated":765952,"data_stored":328059,"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":"Fri Sep 13 14:19:39 2024","interfaces":[{"interface":"back","average":{"1min":0.51700000000000002,"5min":0.53500000000000003,"15min":0.54200000000000004},"min":{"1min":0.32100000000000001,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.79100000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.50600000000000001},{"interface":"front","average":{"1min":0.53200000000000003,"5min":0.53900000000000003,"15min":0.54700000000000004},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.90000000000000002,"5min":0.90000000000000002,"15min":0.90000000000000002},"last":0.57099999999999995}]},{"osd":1,"last update":"Fri Sep 13 14:19:39 2024","interfaces":[{"interface":"back","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.53500000000000003},"min":{"1min":0.32100000000000001,"5min":0.31,"15min":0.31},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.47999999999999998},{"interface":"front","average":{"1min":0.52400000000000002,"5min":0.52000000000000002,"15min":0.52600000000000002},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.85099999999999998,"5min":0.85099999999999998,"15min":0.85099999999999998},"last":0.55500000000000005}]},{"osd":2,"last update":"Fri Sep 13 14:19:39 2024","interfaces":[{"interface":"back","average":{"1min":0.54300000000000004,"5min":0.54200000000000004,"15min":0.54400000000000004},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.91200000000000003,"5min":0.91200000000000003,"15min":0.91200000000000003},"last":0.45400000000000001},{"interface":"front","average":{"1min":0.53300000000000003,"5min":0.53400000000000003,"15min":0.53300000000000003},"min":{"1min":0.36199999999999999,"5min":0.309,"15min":0.309},"max":{"1min":0.82699999999999996,"5min":0.82699999999999996,"15min":0.82699999999999996},"last":0.52400000000000002}]},{"osd":3,"last update":"Fri Sep 13 14:19:39 2024","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.54700000000000004,"15min":0.55600000000000005},"min":{"1min":0.23799999999999999,"5min":0.23799999999999999,"15min":0.23799999999999999},"max":{"1min":0.87,"5min":0.87,"15min":0.87},"last":0.63200000000000001},{"interface":"front","average":{"1min":0.53200000000000003,"5min":0.54100000000000004,"15min":0.54600000000000004},"min":{"1min":0.377,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.84199999999999997,"5min":0.84199999999999997,"15min":0.84199999999999997},"last":0.53900000000000003}]},{"osd":5,"last update":"Fri Sep 13 14:19:59 2024","interfaces":[{"interface":"back","average":{"1min":0.44500000000000001,"5min":0.39300000000000002,"15min":0.36799999999999999},"min":{"1min":0.26500000000000001,"5min":0.22600000000000001,"15min":0.22600000000000001},"max":{"1min":0.66200000000000003,"5min":0.66600000000000004,"15min":0.66600000000000004},"last":0.38200000000000001},{"interface":"front","average":{"1min":0.46800000000000003,"5min":0.41199999999999998,"15min":0.39100000000000001},"min":{"1min":0.28599999999999998,"5min":0.246,"15min":0.246},"max":{"1min":0.64000000000000001,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.40799999999999997}]},{"osd":6,"last update":"Fri Sep 13 14:20:20 2024","interfaces":[{"interface":"back","average":{"1min":0.46000000000000002,"5min":0.437,"15min":0.433},"min":{"1min":0.35499999999999998,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.64500000000000002,"5min":0.69399999999999995,"15min":0.69399999999999995},"last":0.436},{"interface":"front","average":{"1min":0.48699999999999999,"5min":0.46000000000000002,"15min":0.44800000000000001},"min":{"1min":0.33300000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.69599999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.61399999999999999}]},{"osd":7,"last update":"Fri Sep 13 14:19:43 2024","interfaces":[{"interface":"back","average":{"1min":0.47199999999999998,"5min":0.505,"15min":0.51100000000000001},"min":{"1min":0.34599999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.627,"5min":0.76600000000000001,"15min":0.76600000000000001},"last":0.495},{"interface":"front","average":{"1min":0.503,"5min":0.497,"15min":0.496},"min":{"1min":0.36699999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.65000000000000002,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.59299999999999997}]}]},{"osd":3,"up_from":25,"seq":107374182457,"num_pgs":31,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27752,"kb_used_data":732,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717400,"statfs":{"total":95995035648,"available":95966617600,"internally_reserved":0,"allocated":749568,"data_stored":326770,"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":"Fri Sep 13 14:20:13 2024","interfaces":[{"interface":"back","average":{"1min":0.372,"5min":0.37,"15min":0.39000000000000001},"min":{"1min":0.22700000000000001,"5min":0.214,"15min":0.214},"max":{"1min":1.01,"5min":1.01,"15min":1.01},"last":0.252},{"interface":"front","average":{"1min":0.38200000000000001,"5min":0.39800000000000002,"15min":0.42399999999999999},"min":{"1min":0.23999999999999999,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.82799999999999996,"5min":0.82799999999999996,"15min":0.82799999999999996},"last":0.36099999999999999}]},{"osd":1,"last update":"Fri Sep 13 14:20:13 2024","interfaces":[{"interface":"back","average":{"1min":0.39300000000000002,"5min":0.40600000000000003,"15min":0.432},"min":{"1min":0.27400000000000002,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.86199999999999999,"5min":0.86199999999999999,"15min":0.86199999999999999},"last":0.26500000000000001},{"interface":"front","average":{"1min":0.38900000000000001,"5min":0.40899999999999997,"15min":0.433},"min":{"1min":0.23499999999999999,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.78100000000000003,"5min":0.78100000000000003,"15min":0.78100000000000003},"last":0.34599999999999997}]},{"osd":2,"last update":"Fri Sep 13 14:20:13 2024","interfaces":[{"interface":"back","average":{"1min":0.40899999999999997,"5min":0.43099999999999999,"15min":0.46100000000000002},"min":{"1min":0.28899999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.81299999999999994,"5min":0.81299999999999994,"15min":0.81299999999999994},"last":0.38100000000000001},{"interface":"front","average":{"1min":0.38600000000000001,"5min":0.41399999999999998,"15min":0.44400000000000001},"min":{"1min":0.23300000000000001,"5min":0.23300000000000001,"15min":0.23300000000000001},"max":{"1min":1.0780000000000001,"5min":1.0780000000000001,"15min":1.0780000000000001},"last":0.33600000000000002}]},{"osd":4,"last update":"Fri Sep 13 14:19:32 2024","interfaces":[{"interface":"back","average":{"1min":0.57999999999999996,"5min":0.55200000000000005,"15min":0.54900000000000004},"min":{"1min":0.40899999999999997,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":1.0649999999999999,"5min":1.0649999999999999,"15min":1.0649999999999999},"last":0.77000000000000002},{"interface":"front","average":{"1min":0.60399999999999998,"5min":0.56999999999999995,"15min":0.56399999999999995},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":1.095,"5min":1.095,"15min":1.095},"last":0.73099999999999998}]},{"osd":5,"last update":"Fri Sep 13 14:19:57 2024","interfaces":[{"interface":"back","average":{"1min":0.56899999999999995,"5min":0.55500000000000005,"15min":0.55900000000000005},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":1.0509999999999999,"5min":1.0509999999999999,"15min":1.0509999999999999},"last":0.56799999999999995},{"interface":"front","average":{"1min":0.61199999999999999,"5min":0.56599999999999995,"15min":0.57399999999999995},"min":{"1min":0.38600000000000001,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":1.1100000000000001,"5min":1.1100000000000001,"15min":1.1100000000000001},"last":0.65400000000000003}]},{"osd":6,"last update":"Fri Sep 13 14:20:20 2024","interfaces":[{"interface":"back","average":{"1min":0.58499999999999996,"5min":0.56000000000000005,"15min":0.55700000000000005},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":1.0369999999999999,"5min":1.0369999999999999,"15min":1.0369999999999999},"last":0.68999999999999995},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.56599999999999995,"15min":0.57299999999999995},"min":{"1min":0.41099999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.98799999999999999,"5min":0.98799999999999999,"15min":0.98799999999999999},"last":0.753}]},{"osd":7,"last update":"Fri Sep 13 14:19:41 2024","interfaces":[{"interface":"back","average":{"1min":0.60299999999999998,"5min":0.55500000000000005,"15min":0.54700000000000004},"min":{"1min":0.435,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":1.1279999999999999,"5min":1.1279999999999999,"15min":1.1279999999999999},"last":0.59399999999999997},{"interface":"front","average":{"1min":0.64200000000000002,"5min":0.57999999999999996,"15min":0.56999999999999995},"min":{"1min":0.41699999999999998,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":1.1319999999999999,"5min":1.1319999999999999,"15min":1.1319999999999999},"last":0.73599999999999999}]}]},{"osd":2,"up_from":18,"seq":77309411390,"num_pgs":19,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27760,"kb_used_data":736,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717392,"statfs":{"total":95995035648,"available":95966609408,"internally_reserved":0,"allocated":753664,"data_stored":327296,"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":"Fri Sep 13 14:19:53 2024","interfaces":[{"interface":"back","average":{"1min":0.35099999999999998,"5min":0.35299999999999998,"15min":0.34100000000000003},"min":{"1min":0.246,"5min":0.188,"15min":0.188},"max":{"1min":0.51700000000000002,"5min":0.56000000000000005,"15min":0.56000000000000005},"last":0.254},{"interface":"front","average":{"1min":0.34200000000000003,"5min":0.372,"15min":0.36099999999999999},"min":{"1min":0.214,"5min":0.20799999999999999,"15min":0.20799999999999999},"max":{"1min":0.52000000000000002,"5min":0.66100000000000003,"15min":0.66100000000000003},"last":0.317}]},{"osd":1,"last update":"Fri Sep 13 14:19:53 2024","interfaces":[{"interface":"back","average":{"1min":0.33300000000000002,"5min":0.36699999999999999,"15min":0.36299999999999999},"min":{"1min":0.20399999999999999,"5min":0.20399999999999999,"15min":0.20399999999999999},"max":{"1min":0.49399999999999999,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.29399999999999998},{"interface":"front","average":{"1min":0.36299999999999999,"5min":0.39600000000000002,"15min":0.38600000000000001},"min":{"1min":0.22800000000000001,"5min":0.22800000000000001,"15min":0.22800000000000001},"max":{"1min":0.58699999999999997,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.30599999999999999}]},{"osd":3,"last update":"Fri Sep 13 14:20:14 2024","interfaces":[{"interface":"back","average":{"1min":0.38300000000000001,"5min":0.443,"15min":0.46600000000000003},"min":{"1min":0.25800000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.58499999999999996,"5min":0.82699999999999996,"15min":0.82699999999999996},"last":0.33100000000000002},{"interface":"front","average":{"1min":0.35099999999999998,"5min":0.41499999999999998,"15min":0.437},"min":{"1min":0.24299999999999999,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.49099999999999999,"5min":0.69599999999999995,"15min":0.69599999999999995},"last":0.28399999999999997}]},{"osd":4,"last update":"Fri Sep 13 14:19:32 2024","interfaces":[{"interface":"back","average":{"1min":0.55800000000000005,"5min":0.58599999999999997,"15min":0.59199999999999997},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.74299999999999999,"5min":0.82399999999999995,"15min":0.82399999999999995},"last":0.53300000000000003},{"interface":"front","average":{"1min":0.56200000000000006,"5min":0.60699999999999998,"15min":0.61699999999999999},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.73599999999999999,"5min":0.84099999999999997,"15min":0.84099999999999997},"last":0.54100000000000004}]},{"osd":5,"last update":"Fri Sep 13 14:19:56 2024","interfaces":[{"interface":"back","average":{"1min":0.55500000000000005,"5min":0.58899999999999997,"15min":0.59899999999999998},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.74199999999999999,"5min":0.80500000000000005,"15min":0.80500000000000005},"last":0.56999999999999995},{"interface":"front","average":{"1min":0.53800000000000003,"5min":0.55800000000000005,"15min":0.56200000000000006},"min":{"1min":0.39200000000000002,"5min":0.374,"15min":0.374},"max":{"1min":0.754,"5min":0.873,"15min":0.873},"last":0.51300000000000001}]},{"osd":6,"last update":"Fri Sep 13 14:20:19 2024","interfaces":[{"interface":"back","average":{"1min":0.52200000000000002,"5min":0.58299999999999996,"15min":0.60099999999999998},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.67000000000000004,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.57899999999999996},{"interface":"front","average":{"1min":0.55200000000000005,"5min":0.58799999999999997,"15min":0.59799999999999998},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.81200000000000006,"5min":0.85299999999999998,"15min":0.85299999999999998},"last":0.49399999999999999}]},{"osd":7,"last update":"Fri Sep 13 14:19:40 2024","interfaces":[{"interface":"back","average":{"1min":0.57199999999999995,"5min":0.59799999999999998,"15min":0.60199999999999998},"min":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"max":{"1min":0.72599999999999998,"5min":0.72599999999999998,"15min":0.72599999999999998},"last":0.54900000000000004},{"interface":"front","average":{"1min":0.57199999999999995,"5min":0.61099999999999999,"15min":0.61699999999999999},"min":{"1min":0.42899999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":0.81200000000000006,"5min":0.86299999999999999,"15min":0.86299999999999999},"last":0.505}]}]},{"osd":1,"up_from":13,"seq":55834574915,"num_pgs":32,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":31852,"kb_used_data":732,"kb_used_omap":1,"kb_used_meta":31102,"kb_avail":93713300,"statfs":{"total":95995035648,"available":95962419200,"internally_reserved":0,"allocated":749568,"data_stored":326699,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":31848903},"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":"Fri Sep 13 14:20:29 2024","interfaces":[{"interface":"back","average":{"1min":0.33500000000000002,"5min":0.35299999999999998,"15min":0.315},"min":{"1min":0.21199999999999999,"5min":0.17799999999999999,"15min":0.17799999999999999},"max":{"1min":0.47999999999999998,"5min":0.66400000000000003,"15min":0.66400000000000003},"last":0.36699999999999999},{"interface":"front","average":{"1min":0.35699999999999998,"5min":0.35799999999999998,"15min":0.318},"min":{"1min":0.27700000000000002,"5min":0.191,"15min":0.191},"max":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"last":0.32700000000000001}]},{"osd":2,"last update":"Fri Sep 13 14:19:51 2024","interfaces":[{"interface":"back","average":{"1min":0.40000000000000002,"5min":0.376,"15min":0.35599999999999998},"min":{"1min":0.26200000000000001,"5min":0.23000000000000001,"15min":0.23000000000000001},"max":{"1min":0.90100000000000002,"5min":0.90100000000000002,"15min":0.90100000000000002},"last":0.55400000000000005},{"interface":"front","average":{"1min":0.34899999999999998,"5min":0.36899999999999999,"15min":0.35199999999999998},"min":{"1min":0.246,"5min":0.23599999999999999,"15min":0.23599999999999999},"max":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"last":0.40999999999999998}]},{"osd":3,"last update":"Fri Sep 13 14:20:19 2024","interfaces":[{"interface":"back","average":{"1min":0.376,"5min":0.40200000000000002,"15min":0.40999999999999998},"min":{"1min":0.23499999999999999,"5min":0.20799999999999999,"15min":0.20799999999999999},"max":{"1min":0.60299999999999998,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.39100000000000001},{"interface":"front","average":{"1min":0.39500000000000002,"5min":0.437,"15min":0.45100000000000001},"min":{"1min":0.26400000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.57799999999999996,"5min":0.93100000000000005,"15min":0.93100000000000005},"last":0.52500000000000002}]},{"osd":4,"last update":"Fri Sep 13 14:19:34 2024","interfaces":[{"interface":"back","average":{"1min":0.53000000000000003,"5min":0.52000000000000002,"15min":0.52600000000000002},"min":{"1min":0.36599999999999999,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.67300000000000004,"5min":0.68999999999999995,"15min":0.68999999999999995},"last":0.54400000000000004},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.54200000000000004,"15min":0.53800000000000003},"min":{"1min":0.36399999999999999,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.76500000000000001,"5min":0.76500000000000001,"15min":0.76500000000000001},"last":0.53500000000000003}]},{"osd":5,"last update":"Fri Sep 13 14:19:53 2024","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.55300000000000005,"15min":0.55700000000000005},"min":{"1min":0.41199999999999998,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.86699999999999999,"5min":0.86699999999999999,"15min":0.86699999999999999},"last":0.58799999999999997},{"interface":"front","average":{"1min":0.53100000000000003,"5min":0.54100000000000004,"15min":0.53900000000000003},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.71699999999999997,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.49199999999999999}]},{"osd":6,"last update":"Fri Sep 13 14:20:23 2024","interfaces":[{"interface":"back","average":{"1min":0.55900000000000005,"5min":0.55200000000000005,"15min":0.55000000000000004},"min":{"1min":0.34699999999999998,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.81799999999999995,"5min":0.81799999999999995,"15min":0.81799999999999995},"last":0.45200000000000001},{"interface":"front","average":{"1min":0.56999999999999995,"5min":0.58299999999999996,"15min":0.58599999999999997},"min":{"1min":0.38200000000000001,"5min":0.374,"15min":0.374},"max":{"1min":0.71899999999999997,"5min":0.80900000000000005,"15min":0.80900000000000005},"last":0.60699999999999998}]},{"osd":7,"last update":"Fri Sep 13 14:19:44 2024","interfaces":[{"interface":"back","average":{"1min":0.53400000000000003,"5min":0.59999999999999998,"15min":0.61099999999999999},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.73699999999999999,"5min":0.81799999999999995,"15min":0.81799999999999995},"last":0.46500000000000002},{"interface":"front","average":{"1min":0.58199999999999996,"5min":0.60699999999999998,"15min":0.61099999999999999},"min":{"1min":0.42999999999999999,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.85499999999999998,"5min":0.86499999999999999,"15min":0.86499999999999999},"last":0.56899999999999995}]}]},{"osd":0,"up_from":8,"seq":34359738440,"num_pgs":26,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28340,"kb_used_data":1316,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716812,"statfs":{"total":95995035648,"available":95966015488,"internally_reserved":0,"allocated":1347584,"data_stored":917652,"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":"Fri Sep 13 14:20:26 2024","interfaces":[{"interface":"back","average":{"1min":0.36299999999999999,"5min":0.34399999999999997,"15min":0.32000000000000001},"min":{"1min":0.23100000000000001,"5min":0.20200000000000001,"15min":0.20200000000000001},"max":{"1min":0.627,"5min":0.627,"15min":0.627},"last":0.34799999999999998},{"interface":"front","average":{"1min":0.33900000000000002,"5min":0.34699999999999998,"15min":0.316},"min":{"1min":0.23799999999999999,"5min":0.219,"15min":0.219},"max":{"1min":0.54200000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"last":0.40400000000000003}]},{"osd":2,"last update":"Fri Sep 13 14:19:48 2024","interfaces":[{"interface":"back","average":{"1min":0.33800000000000002,"5min":0.36199999999999999,"15min":0.36199999999999999},"min":{"1min":0.26400000000000001,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"last":0.44},{"interface":"front","average":{"1min":0.33100000000000002,"5min":0.38,"15min":0.374},"min":{"1min":0.25600000000000001,"5min":0.25600000000000001,"15min":0.25600000000000001},"max":{"1min":0.47699999999999998,"5min":0.59499999999999997,"15min":0.59499999999999997},"last":0.46600000000000003}]},{"osd":3,"last update":"Fri Sep 13 14:20:11 2024","interfaces":[{"interface":"back","average":{"1min":0.35199999999999998,"5min":0.39800000000000002,"15min":0.40899999999999997},"min":{"1min":0.23999999999999999,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.54200000000000004,"5min":0.59399999999999997,"15min":0.59399999999999997},"last":0.37},{"interface":"front","average":{"1min":0.36099999999999999,"5min":0.41199999999999998,"15min":0.42199999999999999},"min":{"1min":0.251,"5min":0.251,"15min":0.251},"max":{"1min":0.53300000000000003,"5min":0.58499999999999996,"15min":0.58499999999999996},"last":0.51500000000000001}]},{"osd":4,"last update":"Fri Sep 13 14:19:32 2024","interfaces":[{"interface":"back","average":{"1min":0.52900000000000003,"5min":0.51600000000000001,"15min":0.51700000000000002},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.52300000000000002},{"interface":"front","average":{"1min":0.51800000000000002,"5min":0.54800000000000004,"15min":0.55600000000000005},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.70499999999999996,"5min":0.749,"15min":0.749},"last":0.53800000000000003}]},{"osd":5,"last update":"Fri Sep 13 14:19:57 2024","interfaces":[{"interface":"back","average":{"1min":0.49399999999999999,"5min":0.56000000000000005,"15min":0.57299999999999995},"min":{"1min":0.39400000000000002,"5min":0.379,"15min":0.379},"max":{"1min":0.67800000000000005,"5min":0.748,"15min":0.748},"last":0.57999999999999996},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.56299999999999994,"15min":0.57099999999999995},"min":{"1min":0.38900000000000001,"5min":0.38,"15min":0.38},"max":{"1min":0.70599999999999996,"5min":0.75,"15min":0.75},"last":0.56299999999999994}]},{"osd":6,"last update":"Fri Sep 13 14:20:19 2024","interfaces":[{"interface":"back","average":{"1min":0.56999999999999995,"5min":0.55700000000000005,"15min":0.55400000000000005},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.495},{"interface":"front","average":{"1min":0.55100000000000005,"5min":0.56599999999999995,"15min":0.56999999999999995},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.73499999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.59499999999999997}]},{"osd":7,"last update":"Fri Sep 13 14:19:42 2024","interfaces":[{"interface":"back","average":{"1min":0.56799999999999995,"5min":0.54100000000000004,"15min":0.53700000000000003},"min":{"1min":0.42499999999999999,"5min":0.37,"15min":0.37},"max":{"1min":0.746,"5min":0.752,"15min":0.752},"last":0.45200000000000001},{"interface":"front","average":{"1min":0.54900000000000004,"5min":0.56499999999999995,"15min":0.56799999999999995},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.69199999999999995,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.60599999999999998}]}]}],"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":0,"data_stored":0,"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":4096,"data_stored":19,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":4096,"data_stored":19,"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":4096,"data_stored":19,"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":0,"data_stored":0,"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":8192,"data_stored":604,"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":8192,"data_stored":616,"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":4096,"data_stored":90,"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":24576,"data_stored":1710,"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":8192,"data_stored":652,"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":16384,"data_stored":1634,"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":28672,"data_stored":1780,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":0,"data_stored":0,"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-09-13T14:20:34.412 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-13T14:20:34.412 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-13T14:20:34.412 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-13T14:20:34.412 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph health --format=json 2024-09-13T14:20:34.612 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:20:34.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:34 smithi071 ceph-mon[29588]: pgmap v88: 73 pgs: 73 active+clean; 579 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:34.640 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:34 smithi071 ceph-mon[41109]: pgmap v88: 73 pgs: 73 active+clean; 579 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:34.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:34 smithi104 ceph-mon[33426]: pgmap v88: 73 pgs: 73 active+clean; 579 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:35.751 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:35 smithi071 ceph-mon[29588]: from='client.24665 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T14:20:35.751 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:35 smithi071 ceph-mon[41109]: from='client.24665 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T14:20:35.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:35 smithi104 ceph-mon[33426]: from='client.24665 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T14:20:36.407 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:20:36.407 INFO:teuthology.orchestra.run.smithi071.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-13T14:20:36.709 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:36 smithi071 ceph-mon[29588]: pgmap v89: 73 pgs: 73 active+clean; 579 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:36.709 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:36 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/2667819976' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-13T14:20:36.709 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:36 smithi071 ceph-mon[41109]: pgmap v89: 73 pgs: 73 active+clean; 579 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:36.709 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:36 smithi071 ceph-mon[41109]: from='client.? 172.21.15.71:0/2667819976' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-13T14:20:36.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:36 smithi104 ceph-mon[33426]: pgmap v89: 73 pgs: 73 active+clean; 579 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:36.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:36 smithi104 ceph-mon[33426]: from='client.? 172.21.15.71:0/2667819976' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-13T14:20:37.139 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-09-13T14:20:37.139 INFO:teuthology.run_tasks:Running task print... 2024-09-13T14:20:37.148 INFO:teuthology.task.print:**** upgrading first half of cluster, with stress **** 2024-09-13T14:20:37.149 INFO:teuthology.run_tasks:Running task parallel... 2024-09-13T14:20:37.180 INFO:teuthology.task.parallel:starting parallel... 2024-09-13T14:20:37.180 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-09-13T14:20:37.181 INFO:teuthology.task.sequential:In sequential, running task full_sequential... 2024-09-13T14:20:37.181 INFO:teuthology.task.full_sequential:In full_sequential, running task rados... 2024-09-13T14:20:37.184 INFO:tasks.rados:Beginning rados... 2024-09-13T14:20:37.184 INFO:tasks.rados:config is {'clients': ['client.0'], 'objects': 50, 'op_weights': {'delete': 50, 'read': 100, 'rollback': 50, 'snap_create': 50, 'snap_remove': 50, 'write': 100}, 'ops': 4000, 'write_append_excl': False} 2024-09-13T14:20:37.184 INFO:tasks.rados:overrides is {'admin_socket': {'branch': 'wip-aclamk-cbt-combined'}, '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', 'PG_AVAILABILITY'], 'sha1': 'd58f73069a8157a9ace12a0247ee3e8497707ea9'}, 'ceph-deploy': {'conf': {'client': {'log file': '/var/log/ceph/ceph-$name.$pid.log'}, 'mon': {}}}, 'install': {'ceph': {'flavor': 'default', 'sha1': 'd58f73069a8157a9ace12a0247ee3e8497707ea9'}}, 'selinux': {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']}, 'workunit': {'branch': 'wip-aclamk-cbt-combined', 'sha1': 'd58f73069a8157a9ace12a0247ee3e8497707ea9'}} 2024-09-13T14:20:37.184 INFO:tasks.rados:config is {'clients': ['client.0'], 'objects': 50, 'op_weights': {'delete': 50, 'read': 100, 'rollback': 50, 'snap_create': 50, 'snap_remove': 50, 'write': 100}, 'ops': 4000, 'write_append_excl': False} 2024-09-13T14:20:37.185 INFO:tasks.rados:joining rados 2024-09-13T14:20:37.185 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-09-13T14:20:37.185 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2024-09-13T14:20:37.185 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi071.front.sepia.ceph.com 2024-09-13T14:20:37.185 DEBUG:teuthology.orchestra.run.smithi071:> 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 18f8172c-71da-11ef-bceb-c7b262605968 -e sha1=d58f73069a8157a9ace12a0247ee3e8497707ea9 -- bash -c 'ceph config set mgr mgr/cephadm/daemon_cache_timeout 60' 2024-09-13T14:20:37.186 INFO:tasks.rados:clients are ['client.0', 'client.1'] 2024-09-13T14:20:37.186 INFO:tasks.rados:starting run 0 out of 1 2024-09-13T14:20:37.186 INFO:tasks.cephadm.ceph_manager.ceph:creating pool_name unique_pool_0 2024-09-13T14:20:37.186 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd pool create unique_pool_0 16 2024-09-13T14:20:37.399 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:20:37.399 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:20:38.791 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:38 smithi071 ceph-mon[29588]: pgmap v90: 73 pgs: 73 active+clean; 579 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:38.791 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:38 smithi071 ceph-mon[41109]: pgmap v90: 73 pgs: 73 active+clean; 579 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:38.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:38 smithi104 ceph-mon[33426]: pgmap v90: 73 pgs: 73 active+clean; 579 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:39.140 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:20:38 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:20:38] "GET /metrics HTTP/1.1" 200 33847 "" "Prometheus/2.43.0" 2024-09-13T14:20:39.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:39 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:20:39.640 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:39 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:20:39.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:39 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:20:40.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:40 smithi071 ceph-mon[29588]: pgmap v91: 73 pgs: 73 active+clean; 579 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:40.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:40 smithi071 ceph-mon[41109]: pgmap v91: 73 pgs: 73 active+clean; 579 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:40.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:40 smithi104 ceph-mon[33426]: pgmap v91: 73 pgs: 73 active+clean; 579 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:41.294 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:20:41 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: [13/Sep/2024:14:20:41] ENGINE Bus STOPPING 2024-09-13T14:20:41.295 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:20:41 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: [13/Sep/2024:14:20:41] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-13T14:20:41.576 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:20:41 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: [13/Sep/2024:14:20:41] ENGINE Bus STOPPED 2024-09-13T14:20:41.576 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:20:41 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: [13/Sep/2024:14:20:41] ENGINE Bus STARTING 2024-09-13T14:20:41.577 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:20:41 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: [13/Sep/2024:14:20:41] ENGINE Serving on http://:::9283 2024-09-13T14:20:41.577 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:20:41 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: [13/Sep/2024:14:20:41] ENGINE Bus STARTED 2024-09-13T14:20:41.589 INFO:teuthology.orchestra.run.smithi071.stderr:pool 'unique_pool_0' created 2024-09-13T14:20:41.769 DEBUG:teuthology.orchestra.run.smithi071:> 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 18f8172c-71da-11ef-bceb-c7b262605968 -e sha1=d58f73069a8157a9ace12a0247ee3e8497707ea9 -- bash -c 'ceph config set global log_to_journald false --force' 2024-09-13T14:20:41.890 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:41 smithi071 ceph-mon[41109]: from='client.? 172.21.15.71:0/2497738640' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "unique_pool_0", "pg_num": 16}]: dispatch 2024-09-13T14:20:41.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:41 smithi071 ceph-mon[41109]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "unique_pool_0", "pg_num": 16}]: dispatch 2024-09-13T14:20:41.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:41 smithi071 ceph-mon[41109]: from='client.? ' entity='client.admin' 2024-09-13T14:20:41.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:41 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:20:41.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:41 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:20:41.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:41 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:20:41.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:41 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:20:41.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:41 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/2497738640' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "unique_pool_0", "pg_num": 16}]: dispatch 2024-09-13T14:20:41.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:41 smithi071 ceph-mon[29588]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "unique_pool_0", "pg_num": 16}]: dispatch 2024-09-13T14:20:41.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:41 smithi071 ceph-mon[29588]: from='client.? ' entity='client.admin' 2024-09-13T14:20:41.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:41 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:20:41.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:41 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:20:41.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:41 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:20:41.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:41 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:20:41.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:41 smithi104 ceph-mon[33426]: from='client.? 172.21.15.71:0/2497738640' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "unique_pool_0", "pg_num": 16}]: dispatch 2024-09-13T14:20:41.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:41 smithi104 ceph-mon[33426]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "unique_pool_0", "pg_num": 16}]: dispatch 2024-09-13T14:20:41.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:41 smithi104 ceph-mon[33426]: from='client.? ' entity='client.admin' 2024-09-13T14:20:41.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:41 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:20:41.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:41 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:20:41.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:41 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:20:41.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:41 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:20:42.476 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd pool application enable unique_pool_0 rados --yes-i-really-mean-it || true 2024-09-13T14:20:42.578 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:20:42.705 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:42 smithi071 ceph-mon[29588]: pgmap v92: 73 pgs: 73 active+clean; 579 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:42.705 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:42 smithi071 ceph-mon[29588]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "unique_pool_0", "pg_num": 16}]': finished 2024-09-13T14:20:42.705 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:42 smithi071 ceph-mon[29588]: osdmap e73: 8 total, 8 up, 8 in 2024-09-13T14:20:42.705 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:42 smithi071 ceph-mon[41109]: pgmap v92: 73 pgs: 73 active+clean; 579 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:42.705 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:42 smithi071 ceph-mon[41109]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "unique_pool_0", "pg_num": 16}]': finished 2024-09-13T14:20:42.706 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:42 smithi071 ceph-mon[41109]: osdmap e73: 8 total, 8 up, 8 in 2024-09-13T14:20:42.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:42 smithi104 ceph-mon[33426]: pgmap v92: 73 pgs: 73 active+clean; 579 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:42.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:42 smithi104 ceph-mon[33426]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "unique_pool_0", "pg_num": 16}]': finished 2024-09-13T14:20:42.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:42 smithi104 ceph-mon[33426]: osdmap e73: 8 total, 8 up, 8 in 2024-09-13T14:20:43.793 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:43 smithi071 ceph-mon[29588]: osdmap e74: 8 total, 8 up, 8 in 2024-09-13T14:20:43.794 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:43 smithi071 ceph-mon[41109]: osdmap e74: 8 total, 8 up, 8 in 2024-09-13T14:20:43.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:43 smithi104 ceph-mon[33426]: osdmap e74: 8 total, 8 up, 8 in 2024-09-13T14:20:44.303 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:20:44.878 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:44 smithi071 ceph-mon[29588]: pgmap v95: 89 pgs: 16 unknown, 73 active+clean; 579 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:44.878 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:44 smithi071 ceph-mon[29588]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-13T14:20:44.878 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:44 smithi071 ceph-mon[29588]: osdmap e75: 8 total, 8 up, 8 in 2024-09-13T14:20:44.879 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:44 smithi071 ceph-mon[41109]: pgmap v95: 89 pgs: 16 unknown, 73 active+clean; 579 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:44.879 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:44 smithi071 ceph-mon[41109]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-13T14:20:44.879 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:44 smithi071 ceph-mon[41109]: osdmap e75: 8 total, 8 up, 8 in 2024-09-13T14:20:44.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:44 smithi104 ceph-mon[33426]: pgmap v95: 89 pgs: 16 unknown, 73 active+clean; 579 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:44.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:44 smithi104 ceph-mon[33426]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-13T14:20:44.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:44 smithi104 ceph-mon[33426]: osdmap e75: 8 total, 8 up, 8 in 2024-09-13T14:20:45.397 DEBUG:teuthology.orchestra.run.smithi071:> 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 18f8172c-71da-11ef-bceb-c7b262605968 -e sha1=d58f73069a8157a9ace12a0247ee3e8497707ea9 -- bash -c 'echo wait for mgr daemons to upgrade' 2024-09-13T14:20:46.471 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:20:46.710 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:46 smithi071 ceph-mon[29588]: pgmap v97: 89 pgs: 89 active+clean; 579 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:46.710 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:46 smithi071 ceph-mon[41109]: pgmap v97: 89 pgs: 89 active+clean; 579 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:46.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:46 smithi104 ceph-mon[33426]: pgmap v97: 89 pgs: 89 active+clean; 579 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:48.606 INFO:teuthology.orchestra.run.smithi071.stderr:enabled application 'rados' on pool 'unique_pool_0' 2024-09-13T14:20:48.626 INFO:teuthology.orchestra.run.smithi071.stdout:wait for mgr daemons to upgrade 2024-09-13T14:20:48.792 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:48 smithi071 ceph-mon[29588]: pgmap v98: 89 pgs: 89 active+clean; 579 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:48.792 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:48 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/1338596836' entity='client.admin' cmd=[{"prefix": "osd pool application enable", "pool": "unique_pool_0", "app": "rados", "yes_i_really_mean_it": true}]: dispatch 2024-09-13T14:20:48.792 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:48 smithi071 ceph-mon[29588]: 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-09-13T14:20:48.792 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:48 smithi071 ceph-mon[41109]: pgmap v98: 89 pgs: 89 active+clean; 579 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:48.792 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:48 smithi071 ceph-mon[41109]: from='client.? 172.21.15.71:0/1338596836' entity='client.admin' cmd=[{"prefix": "osd pool application enable", "pool": "unique_pool_0", "app": "rados", "yes_i_really_mean_it": true}]: dispatch 2024-09-13T14:20:48.792 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:48 smithi071 ceph-mon[41109]: 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-09-13T14:20:48.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:48 smithi104 ceph-mon[33426]: pgmap v98: 89 pgs: 89 active+clean; 579 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:48.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:48 smithi104 ceph-mon[33426]: from='client.? 172.21.15.71:0/1338596836' entity='client.admin' cmd=[{"prefix": "osd pool application enable", "pool": "unique_pool_0", "app": "rados", "yes_i_really_mean_it": true}]: dispatch 2024-09-13T14:20:48.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:48 smithi104 ceph-mon[33426]: 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-09-13T14:20:49.106 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:20:48 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:20:48] "GET /metrics HTTP/1.1" 200 33853 "" "Prometheus/2.43.0" 2024-09-13T14:20:49.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:49 smithi071 ceph-mon[29588]: 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-09-13T14:20:49.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:49 smithi071 ceph-mon[29588]: osdmap e76: 8 total, 8 up, 8 in 2024-09-13T14:20:49.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:49 smithi071 ceph-mon[41109]: 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-09-13T14:20:49.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:49 smithi071 ceph-mon[41109]: osdmap e76: 8 total, 8 up, 8 in 2024-09-13T14:20:49.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:49 smithi104 ceph-mon[33426]: 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-09-13T14:20:49.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:49 smithi104 ceph-mon[33426]: osdmap e76: 8 total, 8 up, 8 in 2024-09-13T14:20:49.971 DEBUG:teuthology.orchestra.run.smithi071:> 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 18f8172c-71da-11ef-bceb-c7b262605968 -e sha1=d58f73069a8157a9ace12a0247ee3e8497707ea9 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types mgr' 2024-09-13T14:20:50.174 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:20:50.427 DEBUG:teuthology.orchestra.run.smithi071:> CEPH_CLIENT_ID=0 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph_test_rados --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 100 --op delete 50 --op snap_create 50 --op snap_remove 50 --op rollback 50 --pool unique_pool_0 2024-09-13T14:20:50.463 INFO:tasks.rados.rados.0.smithi071.stdout:adding op weight read -> 100 2024-09-13T14:20:50.464 INFO:tasks.rados.rados.0.smithi071.stdout:adding op weight write -> 100 2024-09-13T14:20:50.464 INFO:tasks.rados.rados.0.smithi071.stdout:adding op weight delete -> 50 2024-09-13T14:20:50.464 INFO:tasks.rados.rados.0.smithi071.stdout:adding op weight snap_create -> 50 2024-09-13T14:20:50.464 INFO:tasks.rados.rados.0.smithi071.stdout:adding op weight snap_remove -> 50 2024-09-13T14:20:50.464 INFO:tasks.rados.rados.0.smithi071.stdout:adding op weight rollback -> 50 2024-09-13T14:20:50.464 INFO:tasks.rados.rados.0.smithi071.stdout:ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable) 2024-09-13T14:20:50.464 INFO:tasks.rados.rados.0.smithi071.stdout:Configuration: 2024-09-13T14:20:50.464 INFO:tasks.rados.rados.0.smithi071.stdout: Number of operations: 4000 2024-09-13T14:20:50.464 INFO:tasks.rados.rados.0.smithi071.stdout: Number of objects: 50 2024-09-13T14:20:50.465 INFO:tasks.rados.rados.0.smithi071.stdout: Max in flight operations: 16 2024-09-13T14:20:50.465 INFO:tasks.rados.rados.0.smithi071.stdout: Object size (in bytes): 4000000 2024-09-13T14:20:50.465 INFO:tasks.rados.rados.0.smithi071.stdout: Write stride min: 400000 2024-09-13T14:20:50.465 INFO:tasks.rados.rados.0.smithi071.stdout: Write stride max: 800000 2024-09-13T14:20:50.625 INFO:tasks.rados.rados.0.smithi071.stdout:1: write initial oid 1 2024-09-13T14:20:50.625 INFO:tasks.rados.rados.0.smithi071.stdout:1: seq_num 0 ranges {416807=475249,1542129=474678} 2024-09-13T14:20:50.630 INFO:tasks.rados.rados.0.smithi071.stdout:1: writing smithi07185159-1 from 416807 to 892056 tid 1 2024-09-13T14:20:50.636 INFO:tasks.rados.rados.0.smithi071.stdout:1: writing smithi07185159-1 from 1542129 to 2016807 tid 2 2024-09-13T14:20:50.637 INFO:tasks.rados.rados.0.smithi071.stdout:2: write initial oid 2 2024-09-13T14:20:50.637 INFO:tasks.rados.rados.0.smithi071.stdout:2: seq_num 1 ranges {416807=475249,1542129=474678} 2024-09-13T14:20:50.641 INFO:tasks.rados.rados.0.smithi071.stdout:2: writing smithi07185159-2 from 416807 to 892056 tid 1 2024-09-13T14:20:50.648 INFO:tasks.rados.rados.0.smithi071.stdout:2: writing smithi07185159-2 from 1542129 to 2016807 tid 2 2024-09-13T14:20:50.648 INFO:tasks.rados.rados.0.smithi071.stdout:3: write initial oid 3 2024-09-13T14:20:50.648 INFO:tasks.rados.rados.0.smithi071.stdout:3: seq_num 2 ranges {433614=550498,1600611=433003} 2024-09-13T14:20:50.653 INFO:tasks.rados.rados.0.smithi071.stdout:3: writing smithi07185159-3 from 433614 to 984112 tid 1 2024-09-13T14:20:50.659 INFO:tasks.rados.rados.0.smithi071.stdout:3: writing smithi07185159-3 from 1600611 to 2033614 tid 2 2024-09-13T14:20:50.659 INFO:tasks.rados.rados.0.smithi071.stdout:4: write initial oid 4 2024-09-13T14:20:50.659 INFO:tasks.rados.rados.0.smithi071.stdout:4: seq_num 3 ranges {450421=625747,1659093=391328} 2024-09-13T14:20:50.664 INFO:tasks.rados.rados.0.smithi071.stdout:4: writing smithi07185159-4 from 450421 to 1076168 tid 1 2024-09-13T14:20:50.670 INFO:tasks.rados.rados.0.smithi071.stdout:4: writing smithi07185159-4 from 1659093 to 2050421 tid 2 2024-09-13T14:20:50.670 INFO:tasks.rados.rados.0.smithi071.stdout:5: write initial oid 5 2024-09-13T14:20:50.670 INFO:tasks.rados.rados.0.smithi071.stdout:5: seq_num 4 ranges {467228=700996,1717575=349653} 2024-09-13T14:20:50.676 INFO:tasks.rados.rados.0.smithi071.stdout:5: writing smithi07185159-5 from 467228 to 1168224 tid 1 2024-09-13T14:20:50.681 INFO:tasks.rados.rados.0.smithi071.stdout:5: writing smithi07185159-5 from 1717575 to 2067228 tid 2 2024-09-13T14:20:50.681 INFO:tasks.rados.rados.0.smithi071.stdout:6: write initial oid 6 2024-09-13T14:20:50.681 INFO:tasks.rados.rados.0.smithi071.stdout:6: seq_num 5 ranges {484035=776245,2059704=24331} 2024-09-13T14:20:50.688 INFO:tasks.rados.rados.0.smithi071.stdout:6: writing smithi07185159-6 from 484035 to 1260280 tid 1 2024-09-13T14:20:50.693 INFO:tasks.rados.rados.0.smithi071.stdout:6: writing smithi07185159-6 from 2059704 to 2084035 tid 2 2024-09-13T14:20:50.693 INFO:tasks.rados.rados.0.smithi071.stdout:7: write initial oid 7 2024-09-13T14:20:50.693 INFO:tasks.rados.rados.0.smithi071.stdout:7: seq_num 6 ranges {500842=451494,1718186=382656} 2024-09-13T14:20:50.697 INFO:tasks.rados.rados.0.smithi071.stdout:7: writing smithi07185159-7 from 500842 to 952336 tid 1 2024-09-13T14:20:50.704 INFO:tasks.rados.rados.0.smithi071.stdout:7: writing smithi07185159-7 from 1718186 to 2100842 tid 2 2024-09-13T14:20:50.704 INFO:tasks.rados.rados.0.smithi071.stdout:8: write initial oid 8 2024-09-13T14:20:50.704 INFO:tasks.rados.rados.0.smithi071.stdout:8: seq_num 7 ranges {517649=526743,1776668=340981} 2024-09-13T14:20:50.709 INFO:tasks.rados.rados.0.smithi071.stdout:8: writing smithi07185159-8 from 517649 to 1044392 tid 1 2024-09-13T14:20:50.716 INFO:tasks.rados.rados.0.smithi071.stdout:8: writing smithi07185159-8 from 1776668 to 2117649 tid 2 2024-09-13T14:20:50.716 INFO:tasks.rados.rados.0.smithi071.stdout:9: write initial oid 9 2024-09-13T14:20:50.716 INFO:tasks.rados.rados.0.smithi071.stdout:9: seq_num 8 ranges {534456=718345,1951503=182953} 2024-09-13T14:20:50.722 INFO:tasks.rados.rados.0.smithi071.stdout:9: writing smithi07185159-9 from 534456 to 1252801 tid 1 2024-09-13T14:20:50.727 INFO:tasks.rados.rados.0.smithi071.stdout:9: writing smithi07185159-9 from 1951503 to 2134456 tid 2 2024-09-13T14:20:50.727 INFO:tasks.rados.rados.0.smithi071.stdout:10: write initial oid 10 2024-09-13T14:20:50.728 INFO:tasks.rados.rados.0.smithi071.stdout:10: seq_num 9 ranges {551263=793594,1893632=257631} 2024-09-13T14:20:50.734 INFO:tasks.rados.rados.0.smithi071.stdout:10: writing smithi07185159-10 from 551263 to 1344857 tid 1 2024-09-13T14:20:50.739 INFO:tasks.rados.rados.0.smithi071.stdout:10: writing smithi07185159-10 from 1893632 to 2151263 tid 2 2024-09-13T14:20:50.739 INFO:tasks.rados.rados.0.smithi071.stdout:11: write initial oid 11 2024-09-13T14:20:50.739 INFO:tasks.rados.rados.0.smithi071.stdout:11: seq_num 10 ranges {568070=468843,1552114=615956} 2024-09-13T14:20:50.744 INFO:tasks.rados.rados.0.smithi071.stdout:11: writing smithi07185159-11 from 568070 to 1036913 tid 1 2024-09-13T14:20:50.750 INFO:tasks.rados.rados.0.smithi071.stdout:11: writing smithi07185159-11 from 1552114 to 2168070 tid 2 2024-09-13T14:20:50.750 INFO:tasks.rados.rados.0.smithi071.stdout:12: write initial oid 12 2024-09-13T14:20:50.750 INFO:tasks.rados.rados.0.smithi071.stdout:12: seq_num 11 ranges {584877=544092,1610596=562003} 2024-09-13T14:20:50.757 INFO:tasks.rados.rados.0.smithi071.stdout:12: writing smithi07185159-12 from 584877 to 1128969 tid 1 2024-09-13T14:20:50.762 INFO:tasks.rados.rados.0.smithi071.stdout:12: writing smithi07185159-12 from 1610596 to 2172599 tid 2 2024-09-13T14:20:50.763 INFO:tasks.rados.rados.0.smithi071.stdout:13: write initial oid 13 2024-09-13T14:20:50.763 INFO:tasks.rados.rados.0.smithi071.stdout:13: seq_num 12 ranges {601684=619341,1669078=532606} 2024-09-13T14:20:50.769 INFO:tasks.rados.rados.0.smithi071.stdout:13: writing smithi07185159-13 from 601684 to 1221025 tid 1 2024-09-13T14:20:50.775 INFO:tasks.rados.rados.0.smithi071.stdout:13: writing smithi07185159-13 from 1669078 to 2201684 tid 2 2024-09-13T14:20:50.775 INFO:tasks.rados.rados.0.smithi071.stdout:14: write initial oid 14 2024-09-13T14:20:50.775 INFO:tasks.rados.rados.0.smithi071.stdout:14: seq_num 13 ranges {618491=694590,2011207=207284} 2024-09-13T14:20:50.781 INFO:tasks.rados.rados.0.smithi071.stdout:14: writing smithi07185159-14 from 618491 to 1313081 tid 1 2024-09-13T14:20:50.786 INFO:tasks.rados.rados.0.smithi071.stdout:14: writing smithi07185159-14 from 2011207 to 2218491 tid 2 2024-09-13T14:20:50.787 INFO:tasks.rados.rados.0.smithi071.stdout:15: write initial oid 15 2024-09-13T14:20:50.787 INFO:tasks.rados.rados.0.smithi071.stdout:15: seq_num 14 ranges {635298=769839,2069689=165609} 2024-09-13T14:20:50.794 INFO:tasks.rados.rados.0.smithi071.stdout:15: writing smithi07185159-15 from 635298 to 1405137 tid 1 2024-09-13T14:20:50.799 INFO:tasks.rados.rados.0.smithi071.stdout:15: writing smithi07185159-15 from 2069689 to 2235298 tid 2 2024-09-13T14:20:50.799 INFO:tasks.rados.rados.0.smithi071.stdout:16: write initial oid 16 2024-09-13T14:20:50.799 INFO:tasks.rados.rados.0.smithi071.stdout:16: seq_num 15 ranges {652105=445088,1728171=452988} 2024-09-13T14:20:50.805 INFO:tasks.rados.rados.0.smithi071.stdout:16: writing smithi07185159-16 from 652105 to 1097193 tid 1 2024-09-13T14:20:50.811 INFO:tasks.rados.rados.0.smithi071.stdout:16: writing smithi07185159-16 from 1728171 to 2181159 tid 2 2024-09-13T14:20:50.811 INFO:tasks.rados.rados.0.smithi071.stdout: waiting on 16 2024-09-13T14:20:50.811 INFO:tasks.rados.rados.0.smithi071.stdout:1: finishing write tid 1 to smithi07185159-1 2024-09-13T14:20:50.811 INFO:tasks.rados.rados.0.smithi071.stdout:1: finishing write tid 2 to smithi07185159-1 2024-09-13T14:20:50.812 INFO:tasks.rados.rados.0.smithi071.stdout:1: finishing write tid 3 to smithi07185159-1 2024-09-13T14:20:50.812 INFO:tasks.rados.rados.0.smithi071.stdout:1: finishing write tid 4 to smithi07185159-1 2024-09-13T14:20:50.812 INFO:tasks.rados.rados.0.smithi071.stdout:1: oid 1 updating version 0 to 1 2024-09-13T14:20:50.812 INFO:tasks.rados.rados.0.smithi071.stdout:1: oid 1 updating version 1 to 2 2024-09-13T14:20:50.812 INFO:tasks.rados.rados.0.smithi071.stdout:1: oid 1 updating version 2 to 3 2024-09-13T14:20:50.812 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 1 v 3 (ObjNum 0 snap 0 seq_num 0) dirty exists 2024-09-13T14:20:50.812 INFO:tasks.rados.rados.0.smithi071.stdout:1: left oid 1 (ObjNum 0 snap 0 seq_num 0) 2024-09-13T14:20:50.812 INFO:tasks.rados.rados.0.smithi071.stdout:2: finishing write tid 1 to smithi07185159-2 2024-09-13T14:20:50.812 INFO:tasks.rados.rados.0.smithi071.stdout:2: finishing write tid 2 to smithi07185159-2 2024-09-13T14:20:50.812 INFO:tasks.rados.rados.0.smithi071.stdout:1: done (15 left) 2024-09-13T14:20:50.812 INFO:tasks.rados.rados.0.smithi071.stdout:17: write initial oid 17 2024-09-13T14:20:50.812 INFO:tasks.rados.rados.0.smithi071.stdout:17: seq_num 16 ranges {668912=636690,1903006=365906} 2024-09-13T14:20:50.818 INFO:tasks.rados.rados.0.smithi071.stdout:17: writing smithi07185159-17 from 668912 to 1305602 tid 1 2024-09-13T14:20:50.824 INFO:tasks.rados.rados.0.smithi071.stdout:17: writing smithi07185159-17 from 1903006 to 2268912 tid 2 2024-09-13T14:20:50.824 INFO:tasks.rados.rados.0.smithi071.stdout: waiting on 16 2024-09-13T14:20:50.824 INFO:tasks.rados.rados.0.smithi071.stdout:2: finishing write tid 3 to smithi07185159-2 2024-09-13T14:20:50.824 INFO:tasks.rados.rados.0.smithi071.stdout:2: finishing write tid 4 to smithi07185159-2 2024-09-13T14:20:50.824 INFO:tasks.rados.rados.0.smithi071.stdout:2: oid 2 updating version 0 to 2 2024-09-13T14:20:50.825 INFO:tasks.rados.rados.0.smithi071.stdout:2: oid 2 updating version 2 to 3 2024-09-13T14:20:50.825 INFO:tasks.rados.rados.0.smithi071.stdout:2: oid 2 version 3 is already newer than 1 2024-09-13T14:20:50.825 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 2 v 3 (ObjNum 1 snap 0 seq_num 1) dirty exists 2024-09-13T14:20:50.825 INFO:tasks.rados.rados.0.smithi071.stdout:2: left oid 2 (ObjNum 1 snap 0 seq_num 1) 2024-09-13T14:20:50.825 INFO:tasks.rados.rados.0.smithi071.stdout:3: finishing write tid 1 to smithi07185159-3 2024-09-13T14:20:50.825 INFO:tasks.rados.rados.0.smithi071.stdout:3: finishing write tid 2 to smithi07185159-3 2024-09-13T14:20:50.825 INFO:tasks.rados.rados.0.smithi071.stdout:3: finishing write tid 3 to smithi07185159-3 2024-09-13T14:20:50.825 INFO:tasks.rados.rados.0.smithi071.stdout:2: done (15 left) 2024-09-13T14:20:50.825 INFO:tasks.rados.rados.0.smithi071.stdout:18: write initial oid 18 2024-09-13T14:20:50.825 INFO:tasks.rados.rados.0.smithi071.stdout:18: seq_num 17 ranges {685719=711939,1845135=440584} 2024-09-13T14:20:50.831 INFO:tasks.rados.rados.0.smithi071.stdout:18: writing smithi07185159-18 from 685719 to 1397658 tid 1 2024-09-13T14:20:50.836 INFO:tasks.rados.rados.0.smithi071.stdout:18: writing smithi07185159-18 from 1845135 to 2285719 tid 2 2024-09-13T14:20:50.836 INFO:tasks.rados.rados.0.smithi071.stdout: waiting on 16 2024-09-13T14:20:50.837 INFO:tasks.rados.rados.0.smithi071.stdout:3: finishing write tid 4 to smithi07185159-3 2024-09-13T14:20:50.837 INFO:tasks.rados.rados.0.smithi071.stdout:3: oid 3 updating version 0 to 5 2024-09-13T14:20:50.837 INFO:tasks.rados.rados.0.smithi071.stdout:3: oid 3 version 5 is already newer than 4 2024-09-13T14:20:50.837 INFO:tasks.rados.rados.0.smithi071.stdout:3: oid 3 updating version 5 to 6 2024-09-13T14:20:50.837 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 3 v 6 (ObjNum 2 snap 0 seq_num 2) dirty exists 2024-09-13T14:20:50.837 INFO:tasks.rados.rados.0.smithi071.stdout:3: left oid 3 (ObjNum 2 snap 0 seq_num 2) 2024-09-13T14:20:50.837 INFO:tasks.rados.rados.0.smithi071.stdout:4: finishing write tid 1 to smithi07185159-4 2024-09-13T14:20:50.837 INFO:tasks.rados.rados.0.smithi071.stdout:3: done (15 left) 2024-09-13T14:20:50.837 INFO:tasks.rados.rados.0.smithi071.stdout:19: write initial oid 19 2024-09-13T14:20:50.837 INFO:tasks.rados.rados.0.smithi071.stdout:19: seq_num 18 ranges {702526=787188,1903617=398909} 2024-09-13T14:20:50.844 INFO:tasks.rados.rados.0.smithi071.stdout:19: writing smithi07185159-19 from 702526 to 1489714 tid 1 2024-09-13T14:20:50.849 INFO:tasks.rados.rados.0.smithi071.stdout:19: writing smithi07185159-19 from 1903617 to 2302526 tid 2 2024-09-13T14:20:50.849 INFO:tasks.rados.rados.0.smithi071.stdout: waiting on 16 2024-09-13T14:20:50.850 INFO:tasks.rados.rados.0.smithi071.stdout:4: finishing write tid 2 to smithi07185159-4 2024-09-13T14:20:50.850 INFO:tasks.rados.rados.0.smithi071.stdout:4: finishing write tid 3 to smithi07185159-4 2024-09-13T14:20:50.850 INFO:tasks.rados.rados.0.smithi071.stdout:4: finishing write tid 4 to smithi07185159-4 2024-09-13T14:20:50.850 INFO:tasks.rados.rados.0.smithi071.stdout:4: oid 4 updating version 0 to 1 2024-09-13T14:20:50.850 INFO:tasks.rados.rados.0.smithi071.stdout:4: oid 4 updating version 1 to 3 2024-09-13T14:20:50.850 INFO:tasks.rados.rados.0.smithi071.stdout:4: oid 4 version 3 is already newer than 2 2024-09-13T14:20:50.850 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 4 v 3 (ObjNum 3 snap 0 seq_num 3) dirty exists 2024-09-13T14:20:50.850 INFO:tasks.rados.rados.0.smithi071.stdout:4: left oid 4 (ObjNum 3 snap 0 seq_num 3) 2024-09-13T14:20:50.850 INFO:tasks.rados.rados.0.smithi071.stdout:5: finishing write tid 1 to smithi07185159-5 2024-09-13T14:20:50.850 INFO:tasks.rados.rados.0.smithi071.stdout:5: finishing write tid 2 to smithi07185159-5 2024-09-13T14:20:50.850 INFO:tasks.rados.rados.0.smithi071.stdout:5: finishing write tid 3 to smithi07185159-5 2024-09-13T14:20:50.850 INFO:tasks.rados.rados.0.smithi071.stdout:4: done (15 left) 2024-09-13T14:20:50.850 INFO:tasks.rados.rados.0.smithi071.stdout:20: write initial oid 20 2024-09-13T14:20:50.851 INFO:tasks.rados.rados.0.smithi071.stdout:20: seq_num 19 ranges {719333=462437,1962099=357234} 2024-09-13T14:20:50.855 INFO:tasks.rados.rados.0.smithi071.stdout:20: writing smithi07185159-20 from 719333 to 1181770 tid 1 2024-09-13T14:20:50.862 INFO:tasks.rados.rados.0.smithi071.stdout:20: writing smithi07185159-20 from 1962099 to 2319333 tid 2 2024-09-13T14:20:50.862 INFO:tasks.rados.rados.0.smithi071.stdout: waiting on 16 2024-09-13T14:20:50.862 INFO:tasks.rados.rados.0.smithi071.stdout:5: finishing write tid 4 to smithi07185159-5 2024-09-13T14:20:50.862 INFO:tasks.rados.rados.0.smithi071.stdout:5: oid 5 updating version 0 to 7 2024-09-13T14:20:50.862 INFO:tasks.rados.rados.0.smithi071.stdout:5: oid 5 updating version 7 to 9 2024-09-13T14:20:50.862 INFO:tasks.rados.rados.0.smithi071.stdout:5: oid 5 version 9 is already newer than 8 2024-09-13T14:20:50.862 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 5 v 9 (ObjNum 4 snap 0 seq_num 4) dirty exists 2024-09-13T14:20:50.862 INFO:tasks.rados.rados.0.smithi071.stdout:5: left oid 5 (ObjNum 4 snap 0 seq_num 4) 2024-09-13T14:20:50.862 INFO:tasks.rados.rados.0.smithi071.stdout:6: finishing write tid 1 to smithi07185159-6 2024-09-13T14:20:50.863 INFO:tasks.rados.rados.0.smithi071.stdout:5: done (15 left) 2024-09-13T14:20:50.863 INFO:tasks.rados.rados.0.smithi071.stdout:21: write initial oid 21 2024-09-13T14:20:50.863 INFO:tasks.rados.rados.0.smithi071.stdout:21: seq_num 20 ranges {736140=537686,2020581=315559} 2024-09-13T14:20:50.868 INFO:tasks.rados.rados.0.smithi071.stdout:21: writing smithi07185159-21 from 736140 to 1273826 tid 1 2024-09-13T14:20:50.875 INFO:tasks.rados.rados.0.smithi071.stdout:21: writing smithi07185159-21 from 2020581 to 2336140 tid 2 2024-09-13T14:20:50.875 INFO:tasks.rados.rados.0.smithi071.stdout: waiting on 16 2024-09-13T14:20:50.875 INFO:tasks.rados.rados.0.smithi071.stdout:6: finishing write tid 2 to smithi07185159-6 2024-09-13T14:20:50.875 INFO:tasks.rados.rados.0.smithi071.stdout:6: finishing write tid 3 to smithi07185159-6 2024-09-13T14:20:50.875 INFO:tasks.rados.rados.0.smithi071.stdout:6: finishing write tid 4 to smithi07185159-6 2024-09-13T14:20:50.875 INFO:tasks.rados.rados.0.smithi071.stdout:6: oid 6 updating version 0 to 12 2024-09-13T14:20:50.875 INFO:tasks.rados.rados.0.smithi071.stdout:6: oid 6 version 12 is already newer than 11 2024-09-13T14:20:50.875 INFO:tasks.rados.rados.0.smithi071.stdout:6: oid 6 version 12 is already newer than 10 2024-09-13T14:20:50.875 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 6 v 12 (ObjNum 5 snap 0 seq_num 5) dirty exists 2024-09-13T14:20:50.875 INFO:tasks.rados.rados.0.smithi071.stdout:6: left oid 6 (ObjNum 5 snap 0 seq_num 5) 2024-09-13T14:20:50.875 INFO:tasks.rados.rados.0.smithi071.stdout:7: finishing write tid 1 to smithi07185159-7 2024-09-13T14:20:50.875 INFO:tasks.rados.rados.0.smithi071.stdout:7: finishing write tid 2 to smithi07185159-7 2024-09-13T14:20:50.876 INFO:tasks.rados.rados.0.smithi071.stdout:7: finishing write tid 3 to smithi07185159-7 2024-09-13T14:20:50.876 INFO:tasks.rados.rados.0.smithi071.stdout:7: finishing write tid 4 to smithi07185159-7 2024-09-13T14:20:50.876 INFO:tasks.rados.rados.0.smithi071.stdout:7: oid 7 updating version 0 to 1 2024-09-13T14:20:50.876 INFO:tasks.rados.rados.0.smithi071.stdout:7: oid 7 updating version 1 to 3 2024-09-13T14:20:50.876 INFO:tasks.rados.rados.0.smithi071.stdout:7: oid 7 version 3 is already newer than 2 2024-09-13T14:20:50.876 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 7 v 3 (ObjNum 6 snap 0 seq_num 6) dirty exists 2024-09-13T14:20:50.876 INFO:tasks.rados.rados.0.smithi071.stdout:7: left oid 7 (ObjNum 6 snap 0 seq_num 6) 2024-09-13T14:20:50.876 INFO:tasks.rados.rados.0.smithi071.stdout:8: finishing write tid 1 to smithi07185159-8 2024-09-13T14:20:50.876 INFO:tasks.rados.rados.0.smithi071.stdout:8: finishing write tid 2 to smithi07185159-8 2024-09-13T14:20:50.876 INFO:tasks.rados.rados.0.smithi071.stdout:8: finishing write tid 3 to smithi07185159-8 2024-09-13T14:20:50.876 INFO:tasks.rados.rados.0.smithi071.stdout:8: finishing write tid 4 to smithi07185159-8 2024-09-13T14:20:50.876 INFO:tasks.rados.rados.0.smithi071.stdout:8: oid 8 updating version 0 to 3 2024-09-13T14:20:50.877 INFO:tasks.rados.rados.0.smithi071.stdout:8: oid 8 version 3 is already newer than 2 2024-09-13T14:20:50.877 INFO:tasks.rados.rados.0.smithi071.stdout:8: oid 8 version 3 is already newer than 1 2024-09-13T14:20:50.877 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 8 v 3 (ObjNum 7 snap 0 seq_num 7) dirty exists 2024-09-13T14:20:50.877 INFO:tasks.rados.rados.0.smithi071.stdout:8: left oid 8 (ObjNum 7 snap 0 seq_num 7) 2024-09-13T14:20:50.877 INFO:tasks.rados.rados.0.smithi071.stdout:9: finishing write tid 1 to smithi07185159-9 2024-09-13T14:20:50.877 INFO:tasks.rados.rados.0.smithi071.stdout:9: finishing write tid 2 to smithi07185159-9 2024-09-13T14:20:50.877 INFO:tasks.rados.rados.0.smithi071.stdout:6: done (15 left) 2024-09-13T14:20:50.877 INFO:tasks.rados.rados.0.smithi071.stdout:7: done (14 left) 2024-09-13T14:20:50.877 INFO:tasks.rados.rados.0.smithi071.stdout:8: done (13 left) 2024-09-13T14:20:50.877 INFO:tasks.rados.rados.0.smithi071.stdout:22: write initial oid 22 2024-09-13T14:20:50.877 INFO:tasks.rados.rados.0.smithi071.stdout:22: seq_num 21 ranges {752947=612935,1962710=390237} 2024-09-13T14:20:50.882 INFO:tasks.rados.rados.0.smithi071.stdout:22: writing smithi07185159-22 from 752947 to 1365882 tid 1 2024-09-13T14:20:50.887 INFO:tasks.rados.rados.0.smithi071.stdout:22: writing smithi07185159-22 from 1962710 to 2352947 tid 2 2024-09-13T14:20:51.149 INFO:tasks.rados.rados.0.smithi071.stdout:23: write initial oid 23 2024-09-13T14:20:51.149 INFO:tasks.rados.rados.0.smithi071.stdout:23: seq_num 22 ranges {769754=688184,2021192=348562} 2024-09-13T14:20:51.150 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:50 smithi104 ceph-mon[33426]: pgmap v100: 89 pgs: 89 active+clean; 579 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:51.150 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:50 smithi104 ceph-mon[33426]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-13T14:20:51.150 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:50 smithi104 ceph-mon[33426]: Cluster is now healthy 2024-09-13T14:20:51.151 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:50 smithi104 ceph-mon[33426]: from='client.? 172.21.15.71:0/3140242613' entity='client.0' cmd=[{"prefix": "osd pool set", "pool": "unique_pool_0", "var": "write_fadvise_dontneed", "val": "false"}]: dispatch 2024-09-13T14:20:51.151 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:50 smithi104 ceph-mon[33426]: from='client.? ' entity='client.0' cmd=[{"prefix": "osd pool set", "pool": "unique_pool_0", "var": "write_fadvise_dontneed", "val": "false"}]: dispatch 2024-09-13T14:20:51.151 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:50 smithi071 ceph-mon[29588]: pgmap v100: 89 pgs: 89 active+clean; 579 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:51.151 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:50 smithi071 ceph-mon[29588]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-13T14:20:51.151 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:50 smithi071 ceph-mon[29588]: Cluster is now healthy 2024-09-13T14:20:51.151 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:50 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/3140242613' entity='client.0' cmd=[{"prefix": "osd pool set", "pool": "unique_pool_0", "var": "write_fadvise_dontneed", "val": "false"}]: dispatch 2024-09-13T14:20:51.151 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:50 smithi071 ceph-mon[29588]: from='client.? ' entity='client.0' cmd=[{"prefix": "osd pool set", "pool": "unique_pool_0", "var": "write_fadvise_dontneed", "val": "false"}]: dispatch 2024-09-13T14:20:51.151 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:50 smithi071 ceph-mon[41109]: pgmap v100: 89 pgs: 89 active+clean; 579 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:51.151 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:50 smithi071 ceph-mon[41109]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-13T14:20:51.152 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:50 smithi071 ceph-mon[41109]: Cluster is now healthy 2024-09-13T14:20:51.152 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:50 smithi071 ceph-mon[41109]: from='client.? 172.21.15.71:0/3140242613' entity='client.0' cmd=[{"prefix": "osd pool set", "pool": "unique_pool_0", "var": "write_fadvise_dontneed", "val": "false"}]: dispatch 2024-09-13T14:20:51.152 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:50 smithi071 ceph-mon[41109]: from='client.? ' entity='client.0' cmd=[{"prefix": "osd pool set", "pool": "unique_pool_0", "var": "write_fadvise_dontneed", "val": "false"}]: dispatch 2024-09-13T14:20:51.164 INFO:tasks.rados.rados.0.smithi071.stdout:23: writing smithi07185159-23 from 769754 to 1457938 tid 1 2024-09-13T14:20:51.164 INFO:tasks.rados.rados.0.smithi071.stdout:23: writing smithi07185159-23 from 2021192 to 2369754 tid 2 2024-09-13T14:20:51.164 INFO:tasks.rados.rados.0.smithi071.stdout:24: write initial oid 24 2024-09-13T14:20:51.164 INFO:tasks.rados.rados.0.smithi071.stdout:24: seq_num 23 ranges {786561=479786,1796027=467664} 2024-09-13T14:20:51.164 INFO:tasks.rados.rados.0.smithi071.stdout:24: writing smithi07185159-24 from 786561 to 1266347 tid 1 2024-09-13T14:20:51.164 INFO:tasks.rados.rados.0.smithi071.stdout:24: writing smithi07185159-24 from 1796027 to 2263691 tid 2 2024-09-13T14:20:51.164 INFO:tasks.rados.rados.0.smithi071.stdout: waiting on 16 2024-09-13T14:20:51.164 INFO:tasks.rados.rados.0.smithi071.stdout:9: finishing write tid 3 to smithi07185159-9 2024-09-13T14:20:51.164 INFO:tasks.rados.rados.0.smithi071.stdout:9: finishing write tid 4 to smithi07185159-9 2024-09-13T14:20:51.165 INFO:tasks.rados.rados.0.smithi071.stdout:9: oid 9 updating version 0 to 2 2024-09-13T14:20:51.165 INFO:tasks.rados.rados.0.smithi071.stdout:9: oid 9 updating version 2 to 3 2024-09-13T14:20:51.165 INFO:tasks.rados.rados.0.smithi071.stdout:9: oid 9 version 3 is already newer than 1 2024-09-13T14:20:51.165 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 9 v 3 (ObjNum 8 snap 0 seq_num 8) dirty exists 2024-09-13T14:20:51.165 INFO:tasks.rados.rados.0.smithi071.stdout:9: left oid 9 (ObjNum 8 snap 0 seq_num 8) 2024-09-13T14:20:51.165 INFO:tasks.rados.rados.0.smithi071.stdout:10: finishing write tid 1 to smithi07185159-10 2024-09-13T14:20:51.165 INFO:tasks.rados.rados.0.smithi071.stdout:9: done (15 left) 2024-09-13T14:20:51.165 INFO:tasks.rados.rados.0.smithi071.stdout:25: write initial oid 25 2024-09-13T14:20:51.165 INFO:tasks.rados.rados.0.smithi071.stdout:25: seq_num 24 ranges {403368=555035,1454509=727675} 2024-09-13T14:20:51.165 INFO:tasks.rados.rados.0.smithi071.stdout:25: writing smithi07185159-25 from 403368 to 958403 tid 1 2024-09-13T14:20:51.165 INFO:tasks.rados.rados.0.smithi071.stdout:25: writing smithi07185159-25 from 1454509 to 2182184 tid 2 2024-09-13T14:20:51.165 INFO:tasks.rados.rados.0.smithi071.stdout: waiting on 16 2024-09-13T14:20:51.165 INFO:tasks.rados.rados.0.smithi071.stdout:10: finishing write tid 2 to smithi07185159-10 2024-09-13T14:20:51.166 INFO:tasks.rados.rados.0.smithi071.stdout:10: finishing write tid 3 to smithi07185159-10 2024-09-13T14:20:51.166 INFO:tasks.rados.rados.0.smithi071.stdout:10: finishing write tid 4 to smithi07185159-10 2024-09-13T14:20:51.166 INFO:tasks.rados.rados.0.smithi071.stdout:10: oid 10 updating version 0 to 5 2024-09-13T14:20:51.166 INFO:tasks.rados.rados.0.smithi071.stdout:10: oid 10 version 5 is already newer than 4 2024-09-13T14:20:51.166 INFO:tasks.rados.rados.0.smithi071.stdout:10: oid 10 updating version 5 to 6 2024-09-13T14:20:51.166 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 10 v 6 (ObjNum 9 snap 0 seq_num 9) dirty exists 2024-09-13T14:20:51.166 INFO:tasks.rados.rados.0.smithi071.stdout:10: left oid 10 (ObjNum 9 snap 0 seq_num 9) 2024-09-13T14:20:51.166 INFO:tasks.rados.rados.0.smithi071.stdout:11: finishing write tid 1 to smithi07185159-11 2024-09-13T14:20:51.166 INFO:tasks.rados.rados.0.smithi071.stdout:11: finishing write tid 2 to smithi07185159-11 2024-09-13T14:20:51.166 INFO:tasks.rados.rados.0.smithi071.stdout:11: finishing write tid 3 to smithi07185159-11 2024-09-13T14:20:51.166 INFO:tasks.rados.rados.0.smithi071.stdout:11: finishing write tid 4 to smithi07185159-11 2024-09-13T14:20:51.166 INFO:tasks.rados.rados.0.smithi071.stdout:11: oid 11 updating version 0 to 2 2024-09-13T14:20:51.166 INFO:tasks.rados.rados.0.smithi071.stdout:11: oid 11 version 2 is already newer than 1 2024-09-13T14:20:51.167 INFO:tasks.rados.rados.0.smithi071.stdout:11: oid 11 updating version 2 to 3 2024-09-13T14:20:51.167 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 11 v 3 (ObjNum 10 snap 0 seq_num 10) dirty exists 2024-09-13T14:20:51.167 INFO:tasks.rados.rados.0.smithi071.stdout:11: left oid 11 (ObjNum 10 snap 0 seq_num 10) 2024-09-13T14:20:51.167 INFO:tasks.rados.rados.0.smithi071.stdout:12: finishing write tid 1 to smithi07185159-12 2024-09-13T14:20:51.167 INFO:tasks.rados.rados.0.smithi071.stdout:12: finishing write tid 2 to smithi07185159-12 2024-09-13T14:20:51.167 INFO:tasks.rados.rados.0.smithi071.stdout:12: finishing write tid 3 to smithi07185159-12 2024-09-13T14:20:51.167 INFO:tasks.rados.rados.0.smithi071.stdout:10: done (15 left) 2024-09-13T14:20:51.167 INFO:tasks.rados.rados.0.smithi071.stdout:11: done (14 left) 2024-09-13T14:20:51.167 INFO:tasks.rados.rados.0.smithi071.stdout:26: write initial oid 26 2024-09-13T14:20:51.167 INFO:tasks.rados.rados.0.smithi071.stdout:26: seq_num 25 ranges {420175=630284,1796638=471333} 2024-09-13T14:20:51.167 INFO:tasks.rados.rados.0.smithi071.stdout:26: writing smithi07185159-26 from 420175 to 1050459 tid 1 2024-09-13T14:20:51.167 INFO:tasks.rados.rados.0.smithi071.stdout:26: writing smithi07185159-26 from 1796638 to 2267971 tid 2 2024-09-13T14:20:51.167 INFO:tasks.rados.rados.0.smithi071.stdout:27: write initial oid 27 2024-09-13T14:20:51.167 INFO:tasks.rados.rados.0.smithi071.stdout:27: seq_num 26 ranges {436982=705533,1855120=581862} 2024-09-13T14:20:51.168 INFO:tasks.rados.rados.0.smithi071.stdout:27: writing smithi07185159-27 from 436982 to 1142515 tid 1 2024-09-13T14:20:51.168 INFO:tasks.rados.rados.0.smithi071.stdout:27: writing smithi07185159-27 from 1855120 to 2436982 tid 2 2024-09-13T14:20:51.168 INFO:tasks.rados.rados.0.smithi071.stdout: waiting on 16 2024-09-13T14:20:51.168 INFO:tasks.rados.rados.0.smithi071.stdout:12: finishing write tid 4 to smithi07185159-12 2024-09-13T14:20:51.168 INFO:tasks.rados.rados.0.smithi071.stdout:12: oid 12 updating version 0 to 3 2024-09-13T14:20:51.168 INFO:tasks.rados.rados.0.smithi071.stdout:12: oid 12 version 3 is already newer than 1 2024-09-13T14:20:51.168 INFO:tasks.rados.rados.0.smithi071.stdout:12: oid 12 version 3 is already newer than 2 2024-09-13T14:20:51.168 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 12 v 3 (ObjNum 11 snap 0 seq_num 11) dirty exists 2024-09-13T14:20:51.168 INFO:tasks.rados.rados.0.smithi071.stdout:12: left oid 12 (ObjNum 11 snap 0 seq_num 11) 2024-09-13T14:20:51.168 INFO:tasks.rados.rados.0.smithi071.stdout:13: finishing write tid 1 to smithi07185159-13 2024-09-13T14:20:51.168 INFO:tasks.rados.rados.0.smithi071.stdout:13: finishing write tid 2 to smithi07185159-13 2024-09-13T14:20:51.168 INFO:tasks.rados.rados.0.smithi071.stdout:13: finishing write tid 3 to smithi07185159-13 2024-09-13T14:20:51.168 INFO:tasks.rados.rados.0.smithi071.stdout:13: finishing write tid 4 to smithi07185159-13 2024-09-13T14:20:51.168 INFO:tasks.rados.rados.0.smithi071.stdout:13: oid 13 updating version 0 to 3 2024-09-13T14:20:51.169 INFO:tasks.rados.rados.0.smithi071.stdout:13: oid 13 version 3 is already newer than 2 2024-09-13T14:20:51.169 INFO:tasks.rados.rados.0.smithi071.stdout:13: oid 13 version 3 is already newer than 1 2024-09-13T14:20:51.169 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 13 v 3 (ObjNum 12 snap 0 seq_num 12) dirty exists 2024-09-13T14:20:51.169 INFO:tasks.rados.rados.0.smithi071.stdout:13: left oid 13 (ObjNum 12 snap 0 seq_num 12) 2024-09-13T14:20:51.169 INFO:tasks.rados.rados.0.smithi071.stdout:14: finishing write tid 1 to smithi07185159-14 2024-09-13T14:20:51.169 INFO:tasks.rados.rados.0.smithi071.stdout:12: done (15 left) 2024-09-13T14:20:51.169 INFO:tasks.rados.rados.0.smithi071.stdout:13: done (14 left) 2024-09-13T14:20:51.169 INFO:tasks.rados.rados.0.smithi071.stdout:28: write initial oid 28 2024-09-13T14:20:51.169 INFO:tasks.rados.rados.0.smithi071.stdout:28: seq_num 27 ranges {453789=780782,1913602=475002} 2024-09-13T14:20:51.169 INFO:tasks.rados.rados.0.smithi071.stdout:28: writing smithi07185159-28 from 453789 to 1234571 tid 1 2024-09-13T14:20:51.169 INFO:tasks.rados.rados.0.smithi071.stdout:28: writing smithi07185159-28 from 1913602 to 2388604 tid 2 2024-09-13T14:20:51.170 INFO:tasks.rados.rados.0.smithi071.stdout:29: write initial oid 29 2024-09-13T14:20:51.170 INFO:tasks.rados.rados.0.smithi071.stdout:14: finishing write tid 2 to smithi07185159-14 2024-09-13T14:20:51.170 INFO:tasks.rados.rados.0.smithi071.stdout:14: finishing write tid 3 to smithi07185159-14 2024-09-13T14:20:51.170 INFO:tasks.rados.rados.0.smithi071.stdout:29: seq_num 28 ranges {470596=456031,1572084=618660} 2024-09-13T14:20:51.170 INFO:tasks.rados.rados.0.smithi071.stdout:29: writing smithi07185159-29 from 470596 to 926627 tid 1 2024-09-13T14:20:51.170 INFO:tasks.rados.rados.0.smithi071.stdout:29: writing smithi07185159-29 from 1572084 to 2190744 tid 2 2024-09-13T14:20:51.170 INFO:tasks.rados.rados.0.smithi071.stdout: waiting on 16 2024-09-13T14:20:51.170 INFO:tasks.rados.rados.0.smithi071.stdout:14: finishing write tid 4 to smithi07185159-14 2024-09-13T14:20:51.170 INFO:tasks.rados.rados.0.smithi071.stdout:14: oid 14 updating version 0 to 1 2024-09-13T14:20:51.170 INFO:tasks.rados.rados.0.smithi071.stdout:14: oid 14 updating version 1 to 3 2024-09-13T14:20:51.170 INFO:tasks.rados.rados.0.smithi071.stdout:14: oid 14 version 3 is already newer than 2 2024-09-13T14:20:51.170 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 14 v 3 (ObjNum 13 snap 0 seq_num 13) dirty exists 2024-09-13T14:20:51.170 INFO:tasks.rados.rados.0.smithi071.stdout:14: left oid 14 (ObjNum 13 snap 0 seq_num 13) 2024-09-13T14:20:51.171 INFO:tasks.rados.rados.0.smithi071.stdout:15: finishing write tid 1 to smithi07185159-15 2024-09-13T14:20:51.171 INFO:tasks.rados.rados.0.smithi071.stdout:14: done (15 left) 2024-09-13T14:20:51.171 INFO:tasks.rados.rados.0.smithi071.stdout:30: write initial oid 30 2024-09-13T14:20:51.171 INFO:tasks.rados.rados.0.smithi071.stdout:30: seq_num 29 ranges {487403=531280,1514213=478671} 2024-09-13T14:20:51.171 INFO:tasks.rados.rados.0.smithi071.stdout:30: writing smithi07185159-30 from 487403 to 1018683 tid 1 2024-09-13T14:20:51.171 INFO:tasks.rados.rados.0.smithi071.stdout:30: writing smithi07185159-30 from 1514213 to 1992884 tid 2 2024-09-13T14:20:51.171 INFO:tasks.rados.rados.0.smithi071.stdout: waiting on 16 2024-09-13T14:20:51.171 INFO:tasks.rados.rados.0.smithi071.stdout:15: finishing write tid 2 to smithi07185159-15 2024-09-13T14:20:51.171 INFO:tasks.rados.rados.0.smithi071.stdout:15: finishing write tid 3 to smithi07185159-15 2024-09-13T14:20:51.171 INFO:tasks.rados.rados.0.smithi071.stdout:15: finishing write tid 4 to smithi07185159-15 2024-09-13T14:20:51.171 INFO:tasks.rados.rados.0.smithi071.stdout:15: oid 15 updating version 0 to 14 2024-09-13T14:20:51.171 INFO:tasks.rados.rados.0.smithi071.stdout:15: oid 15 version 14 is already newer than 13 2024-09-13T14:20:51.171 INFO:tasks.rados.rados.0.smithi071.stdout:15: oid 15 updating version 14 to 15 2024-09-13T14:20:51.171 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 15 v 15 (ObjNum 14 snap 0 seq_num 14) dirty exists 2024-09-13T14:20:51.172 INFO:tasks.rados.rados.0.smithi071.stdout:15: left oid 15 (ObjNum 14 snap 0 seq_num 14) 2024-09-13T14:20:51.172 INFO:tasks.rados.rados.0.smithi071.stdout:16: finishing write tid 1 to smithi07185159-16 2024-09-13T14:20:51.172 INFO:tasks.rados.rados.0.smithi071.stdout:15: done (15 left) 2024-09-13T14:20:51.172 INFO:tasks.rados.rados.0.smithi071.stdout:31: write initial oid 31 2024-09-13T14:20:51.172 INFO:tasks.rados.rados.0.smithi071.stdout:31: seq_num 30 ranges {504210=606529,1572695=622329} 2024-09-13T14:20:51.172 INFO:tasks.rados.rados.0.smithi071.stdout:31: writing smithi07185159-31 from 504210 to 1110739 tid 1 2024-09-13T14:20:51.172 INFO:tasks.rados.rados.0.smithi071.stdout:31: writing smithi07185159-31 from 1572695 to 2195024 tid 2 2024-09-13T14:20:51.172 INFO:tasks.rados.rados.0.smithi071.stdout: waiting on 16 2024-09-13T14:20:51.172 INFO:tasks.rados.rados.0.smithi071.stdout:16: finishing write tid 2 to smithi07185159-16 2024-09-13T14:20:51.172 INFO:tasks.rados.rados.0.smithi071.stdout:16: finishing write tid 3 to smithi07185159-16 2024-09-13T14:20:51.172 INFO:tasks.rados.rados.0.smithi071.stdout:16: finishing write tid 4 to smithi07185159-16 2024-09-13T14:20:51.172 INFO:tasks.rados.rados.0.smithi071.stdout:16: oid 16 updating version 0 to 6 2024-09-13T14:20:51.172 INFO:tasks.rados.rados.0.smithi071.stdout:16: oid 16 version 6 is already newer than 5 2024-09-13T14:20:51.172 INFO:tasks.rados.rados.0.smithi071.stdout:16: oid 16 version 6 is already newer than 4 2024-09-13T14:20:51.173 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 16 v 6 (ObjNum 15 snap 0 seq_num 15) dirty exists 2024-09-13T14:20:51.173 INFO:tasks.rados.rados.0.smithi071.stdout:16: left oid 16 (ObjNum 15 snap 0 seq_num 15) 2024-09-13T14:20:51.173 INFO:tasks.rados.rados.0.smithi071.stdout:17: finishing write tid 1 to smithi07185159-17 2024-09-13T14:20:51.173 INFO:tasks.rados.rados.0.smithi071.stdout:17: finishing write tid 2 to smithi07185159-17 2024-09-13T14:20:51.173 INFO:tasks.rados.rados.0.smithi071.stdout:16: done (15 left) 2024-09-13T14:20:51.173 INFO:tasks.rados.rados.0.smithi071.stdout:32: write initial oid 32 2024-09-13T14:20:51.173 INFO:tasks.rados.rados.0.smithi071.stdout:32: seq_num 31 ranges {521017=798131,1747530=482340} 2024-09-13T14:20:51.173 INFO:tasks.rados.rados.0.smithi071.stdout:32: writing smithi07185159-32 from 521017 to 1319148 tid 1 2024-09-13T14:20:51.173 INFO:tasks.rados.rados.0.smithi071.stdout:32: writing smithi07185159-32 from 1747530 to 2229870 tid 2 2024-09-13T14:20:51.173 INFO:tasks.rados.rados.0.smithi071.stdout: waiting on 16 2024-09-13T14:20:51.173 INFO:tasks.rados.rados.0.smithi071.stdout:17: finishing write tid 3 to smithi07185159-17 2024-09-13T14:20:51.173 INFO:tasks.rados.rados.0.smithi071.stdout:17: finishing write tid 4 to smithi07185159-17 2024-09-13T14:20:51.173 INFO:tasks.rados.rados.0.smithi071.stdout:17: oid 17 updating version 0 to 2 2024-09-13T14:20:51.174 INFO:tasks.rados.rados.0.smithi071.stdout:17: oid 17 version 2 is already newer than 1 2024-09-13T14:20:51.174 INFO:tasks.rados.rados.0.smithi071.stdout:17: oid 17 updating version 2 to 3 2024-09-13T14:20:51.174 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 17 v 3 (ObjNum 16 snap 0 seq_num 16) dirty exists 2024-09-13T14:20:51.174 INFO:tasks.rados.rados.0.smithi071.stdout:17: left oid 17 (ObjNum 16 snap 0 seq_num 16) 2024-09-13T14:20:51.174 INFO:tasks.rados.rados.0.smithi071.stdout:18: finishing write tid 1 to smithi07185159-18 2024-09-13T14:20:51.174 INFO:tasks.rados.rados.0.smithi071.stdout:17: done (15 left) 2024-09-13T14:20:51.174 INFO:tasks.rados.rados.0.smithi071.stdout:33: write initial oid 33 2024-09-13T14:20:51.174 INFO:tasks.rados.rados.0.smithi071.stdout:33: seq_num 32 ranges {537824=473380,1806012=625998} 2024-09-13T14:20:51.174 INFO:tasks.rados.rados.0.smithi071.stdout:33: writing smithi07185159-33 from 537824 to 1011204 tid 1 2024-09-13T14:20:51.174 INFO:tasks.rados.rados.0.smithi071.stdout:33: writing smithi07185159-33 from 1806012 to 2432010 tid 2 2024-09-13T14:20:51.174 INFO:tasks.rados.rados.0.smithi071.stdout: waiting on 16 2024-09-13T14:20:51.174 INFO:tasks.rados.rados.0.smithi071.stdout:18: finishing write tid 2 to smithi07185159-18 2024-09-13T14:20:51.174 INFO:tasks.rados.rados.0.smithi071.stdout:18: finishing write tid 3 to smithi07185159-18 2024-09-13T14:20:51.174 INFO:tasks.rados.rados.0.smithi071.stdout:18: finishing write tid 4 to smithi07185159-18 2024-09-13T14:20:51.174 INFO:tasks.rados.rados.0.smithi071.stdout:18: oid 18 updating version 0 to 17 2024-09-13T14:20:51.175 INFO:tasks.rados.rados.0.smithi071.stdout:18: oid 18 version 17 is already newer than 16 2024-09-13T14:20:51.175 INFO:tasks.rados.rados.0.smithi071.stdout:18: oid 18 updating version 17 to 18 2024-09-13T14:20:51.175 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 18 v 18 (ObjNum 17 snap 0 seq_num 17) dirty exists 2024-09-13T14:20:51.175 INFO:tasks.rados.rados.0.smithi071.stdout:18: left oid 18 (ObjNum 17 snap 0 seq_num 17) 2024-09-13T14:20:51.175 INFO:tasks.rados.rados.0.smithi071.stdout:19: finishing write tid 1 to smithi07185159-19 2024-09-13T14:20:51.175 INFO:tasks.rados.rados.0.smithi071.stdout:19: finishing write tid 2 to smithi07185159-19 2024-09-13T14:20:51.175 INFO:tasks.rados.rados.0.smithi071.stdout:19: finishing write tid 3 to smithi07185159-19 2024-09-13T14:20:51.175 INFO:tasks.rados.rados.0.smithi071.stdout:18: done (15 left) 2024-09-13T14:20:51.175 INFO:tasks.rados.rados.0.smithi071.stdout:34: write initial oid 34 2024-09-13T14:20:51.175 INFO:tasks.rados.rados.0.smithi071.stdout:34: seq_num 33 ranges {554631=548629,1748141=486009} 2024-09-13T14:20:51.175 INFO:tasks.rados.rados.0.smithi071.stdout:34: writing smithi07185159-34 from 554631 to 1103260 tid 1 2024-09-13T14:20:51.175 INFO:tasks.rados.rados.0.smithi071.stdout:34: writing smithi07185159-34 from 1748141 to 2234150 tid 2 2024-09-13T14:20:51.175 INFO:tasks.rados.rados.0.smithi071.stdout: waiting on 16 2024-09-13T14:20:51.175 INFO:tasks.rados.rados.0.smithi071.stdout:19: finishing write tid 4 to smithi07185159-19 2024-09-13T14:20:51.176 INFO:tasks.rados.rados.0.smithi071.stdout:19: oid 19 updating version 0 to 4 2024-09-13T14:20:51.176 INFO:tasks.rados.rados.0.smithi071.stdout:19: oid 19 updating version 4 to 5 2024-09-13T14:20:51.176 INFO:tasks.rados.rados.0.smithi071.stdout:19: oid 19 updating version 5 to 6 2024-09-13T14:20:51.176 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 19 v 6 (ObjNum 18 snap 0 seq_num 18) dirty exists 2024-09-13T14:20:51.176 INFO:tasks.rados.rados.0.smithi071.stdout:19: left oid 19 (ObjNum 18 snap 0 seq_num 18) 2024-09-13T14:20:51.176 INFO:tasks.rados.rados.0.smithi071.stdout:20: finishing write tid 1 to smithi07185159-20 2024-09-13T14:20:51.176 INFO:tasks.rados.rados.0.smithi071.stdout:20: finishing write tid 2 to smithi07185159-20 2024-09-13T14:20:51.176 INFO:tasks.rados.rados.0.smithi071.stdout:19: done (15 left) 2024-09-13T14:20:51.176 INFO:tasks.rados.rados.0.smithi071.stdout:35: write initial oid 35 2024-09-13T14:20:51.176 INFO:tasks.rados.rados.0.smithi071.stdout:35: seq_num 34 ranges {571438=623878,1806623=629667} 2024-09-13T14:20:51.176 INFO:tasks.rados.rados.0.smithi071.stdout:35: writing smithi07185159-35 from 571438 to 1195316 tid 1 2024-09-13T14:20:51.176 INFO:tasks.rados.rados.0.smithi071.stdout:35: writing smithi07185159-35 from 1806623 to 2436290 tid 2 2024-09-13T14:20:51.176 INFO:tasks.rados.rados.0.smithi071.stdout: waiting on 16 2024-09-13T14:20:51.176 INFO:tasks.rados.rados.0.smithi071.stdout:20: finishing write tid 3 to smithi07185159-20 2024-09-13T14:20:51.177 INFO:tasks.rados.rados.0.smithi071.stdout:20: finishing write tid 4 to smithi07185159-20 2024-09-13T14:20:51.177 INFO:tasks.rados.rados.0.smithi071.stdout:20: oid 20 updating version 0 to 3 2024-09-13T14:20:51.177 INFO:tasks.rados.rados.0.smithi071.stdout:20: oid 20 version 3 is already newer than 1 2024-09-13T14:20:51.177 INFO:tasks.rados.rados.0.smithi071.stdout:20: oid 20 version 3 is already newer than 2 2024-09-13T14:20:51.177 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 20 v 3 (ObjNum 19 snap 0 seq_num 19) dirty exists 2024-09-13T14:20:51.177 INFO:tasks.rados.rados.0.smithi071.stdout:20: left oid 20 (ObjNum 19 snap 0 seq_num 19) 2024-09-13T14:20:51.177 INFO:tasks.rados.rados.0.smithi071.stdout:21: finishing write tid 1 to smithi07185159-21 2024-09-13T14:20:51.177 INFO:tasks.rados.rados.0.smithi071.stdout:21: finishing write tid 2 to smithi07185159-21 2024-09-13T14:20:51.177 INFO:tasks.rados.rados.0.smithi071.stdout:21: finishing write tid 3 to smithi07185159-21 2024-09-13T14:20:51.177 INFO:tasks.rados.rados.0.smithi071.stdout:21: finishing write tid 4 to smithi07185159-21 2024-09-13T14:20:51.177 INFO:tasks.rados.rados.0.smithi071.stdout:21: oid 21 updating version 0 to 5 2024-09-13T14:20:51.178 INFO:tasks.rados.rados.0.smithi071.stdout:21: oid 21 version 5 is already newer than 4 2024-09-13T14:20:51.178 INFO:tasks.rados.rados.0.smithi071.stdout:21: oid 21 updating version 5 to 6 2024-09-13T14:20:51.178 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 21 v 6 (ObjNum 20 snap 0 seq_num 20) dirty exists 2024-09-13T14:20:51.178 INFO:tasks.rados.rados.0.smithi071.stdout:21: left oid 21 (ObjNum 20 snap 0 seq_num 20) 2024-09-13T14:20:51.178 INFO:tasks.rados.rados.0.smithi071.stdout:22: finishing write tid 1 to smithi07185159-22 2024-09-13T14:20:51.178 INFO:tasks.rados.rados.0.smithi071.stdout:22: finishing write tid 2 to smithi07185159-22 2024-09-13T14:20:51.178 INFO:tasks.rados.rados.0.smithi071.stdout:22: finishing write tid 3 to smithi07185159-22 2024-09-13T14:20:51.178 INFO:tasks.rados.rados.0.smithi071.stdout:22: finishing write tid 4 to smithi07185159-22 2024-09-13T14:20:51.178 INFO:tasks.rados.rados.0.smithi071.stdout:22: oid 22 updating version 0 to 8 2024-09-13T14:20:51.178 INFO:tasks.rados.rados.0.smithi071.stdout:22: oid 22 updating version 8 to 9 2024-09-13T14:20:51.178 INFO:tasks.rados.rados.0.smithi071.stdout:22: oid 22 version 9 is already newer than 7 2024-09-13T14:20:51.178 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 22 v 9 (ObjNum 21 snap 0 seq_num 21) dirty exists 2024-09-13T14:20:51.178 INFO:tasks.rados.rados.0.smithi071.stdout:22: left oid 22 (ObjNum 21 snap 0 seq_num 21) 2024-09-13T14:20:51.178 INFO:tasks.rados.rados.0.smithi071.stdout:23: finishing write tid 1 to smithi07185159-23 2024-09-13T14:20:51.178 INFO:tasks.rados.rados.0.smithi071.stdout:23: finishing write tid 2 to smithi07185159-23 2024-09-13T14:20:51.179 INFO:tasks.rados.rados.0.smithi071.stdout:23: finishing write tid 3 to smithi07185159-23 2024-09-13T14:20:51.179 INFO:tasks.rados.rados.0.smithi071.stdout:23: finishing write tid 4 to smithi07185159-23 2024-09-13T14:20:51.179 INFO:tasks.rados.rados.0.smithi071.stdout:23: oid 23 updating version 0 to 6 2024-09-13T14:20:51.179 INFO:tasks.rados.rados.0.smithi071.stdout:23: oid 23 version 6 is already newer than 4 2024-09-13T14:20:51.179 INFO:tasks.rados.rados.0.smithi071.stdout:23: oid 23 version 6 is already newer than 5 2024-09-13T14:20:51.179 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 23 v 6 (ObjNum 22 snap 0 seq_num 22) dirty exists 2024-09-13T14:20:51.179 INFO:tasks.rados.rados.0.smithi071.stdout:23: left oid 23 (ObjNum 22 snap 0 seq_num 22) 2024-09-13T14:20:51.179 INFO:tasks.rados.rados.0.smithi071.stdout:24: finishing write tid 1 to smithi07185159-24 2024-09-13T14:20:51.179 INFO:tasks.rados.rados.0.smithi071.stdout:24: finishing write tid 2 to smithi07185159-24 2024-09-13T14:20:51.179 INFO:tasks.rados.rados.0.smithi071.stdout:24: finishing write tid 3 to smithi07185159-24 2024-09-13T14:20:51.179 INFO:tasks.rados.rados.0.smithi071.stdout:24: finishing write tid 4 to smithi07185159-24 2024-09-13T14:20:51.179 INFO:tasks.rados.rados.0.smithi071.stdout:24: oid 24 updating version 0 to 3 2024-09-13T14:20:51.179 INFO:tasks.rados.rados.0.smithi071.stdout:24: oid 24 version 3 is already newer than 2 2024-09-13T14:20:51.179 INFO:tasks.rados.rados.0.smithi071.stdout:24: oid 24 version 3 is already newer than 1 2024-09-13T14:20:51.180 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 24 v 3 (ObjNum 23 snap 0 seq_num 23) dirty exists 2024-09-13T14:20:51.180 INFO:tasks.rados.rados.0.smithi071.stdout:24: left oid 24 (ObjNum 23 snap 0 seq_num 23) 2024-09-13T14:20:51.180 INFO:tasks.rados.rados.0.smithi071.stdout:25: finishing write tid 1 to smithi07185159-25 2024-09-13T14:20:51.180 INFO:tasks.rados.rados.0.smithi071.stdout:25: finishing write tid 2 to smithi07185159-25 2024-09-13T14:20:51.180 INFO:tasks.rados.rados.0.smithi071.stdout:25: finishing write tid 3 to smithi07185159-25 2024-09-13T14:20:51.180 INFO:tasks.rados.rados.0.smithi071.stdout:25: finishing write tid 4 to smithi07185159-25 2024-09-13T14:20:51.180 INFO:tasks.rados.rados.0.smithi071.stdout:25: oid 25 updating version 0 to 9 2024-09-13T14:20:51.180 INFO:tasks.rados.rados.0.smithi071.stdout:25: oid 25 version 9 is already newer than 7 2024-09-13T14:20:51.180 INFO:tasks.rados.rados.0.smithi071.stdout:25: oid 25 version 9 is already newer than 8 2024-09-13T14:20:51.180 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 25 v 9 (ObjNum 24 snap 0 seq_num 24) dirty exists 2024-09-13T14:20:51.180 INFO:tasks.rados.rados.0.smithi071.stdout:25: left oid 25 (ObjNum 24 snap 0 seq_num 24) 2024-09-13T14:20:51.180 INFO:tasks.rados.rados.0.smithi071.stdout:26: finishing write tid 1 to smithi07185159-26 2024-09-13T14:20:51.180 INFO:tasks.rados.rados.0.smithi071.stdout:26: finishing write tid 2 to smithi07185159-26 2024-09-13T14:20:51.180 INFO:tasks.rados.rados.0.smithi071.stdout:26: finishing write tid 3 to smithi07185159-26 2024-09-13T14:20:51.181 INFO:tasks.rados.rados.0.smithi071.stdout:26: finishing write tid 4 to smithi07185159-26 2024-09-13T14:20:51.181 INFO:tasks.rados.rados.0.smithi071.stdout:26: oid 26 updating version 0 to 1 2024-09-13T14:20:51.181 INFO:tasks.rados.rados.0.smithi071.stdout:26: oid 26 updating version 1 to 2 2024-09-13T14:20:51.181 INFO:tasks.rados.rados.0.smithi071.stdout:26: oid 26 updating version 2 to 3 2024-09-13T14:20:51.181 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 26 v 3 (ObjNum 25 snap 0 seq_num 25) dirty exists 2024-09-13T14:20:51.181 INFO:tasks.rados.rados.0.smithi071.stdout:26: left oid 26 (ObjNum 25 snap 0 seq_num 25) 2024-09-13T14:20:51.181 INFO:tasks.rados.rados.0.smithi071.stdout:27: finishing write tid 1 to smithi07185159-27 2024-09-13T14:20:51.181 INFO:tasks.rados.rados.0.smithi071.stdout:27: finishing write tid 2 to smithi07185159-27 2024-09-13T14:20:51.181 INFO:tasks.rados.rados.0.smithi071.stdout:27: finishing write tid 3 to smithi07185159-27 2024-09-13T14:20:51.181 INFO:tasks.rados.rados.0.smithi071.stdout:27: finishing write tid 4 to smithi07185159-27 2024-09-13T14:20:51.181 INFO:tasks.rados.rados.0.smithi071.stdout:27: oid 27 updating version 0 to 12 2024-09-13T14:20:51.181 INFO:tasks.rados.rados.0.smithi071.stdout:27: oid 27 version 12 is already newer than 11 2024-09-13T14:20:51.181 INFO:tasks.rados.rados.0.smithi071.stdout:27: oid 27 version 12 is already newer than 10 2024-09-13T14:20:51.181 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 27 v 12 (ObjNum 26 snap 0 seq_num 26) dirty exists 2024-09-13T14:20:51.182 INFO:tasks.rados.rados.0.smithi071.stdout:27: left oid 27 (ObjNum 26 snap 0 seq_num 26) 2024-09-13T14:20:51.182 INFO:tasks.rados.rados.0.smithi071.stdout:28: finishing write tid 1 to smithi07185159-28 2024-09-13T14:20:51.182 INFO:tasks.rados.rados.0.smithi071.stdout:28: finishing write tid 2 to smithi07185159-28 2024-09-13T14:20:51.182 INFO:tasks.rados.rados.0.smithi071.stdout:28: finishing write tid 3 to smithi07185159-28 2024-09-13T14:20:51.182 INFO:tasks.rados.rados.0.smithi071.stdout:20: done (15 left) 2024-09-13T14:20:51.182 INFO:tasks.rados.rados.0.smithi071.stdout:21: done (14 left) 2024-09-13T14:20:51.182 INFO:tasks.rados.rados.0.smithi071.stdout:22: done (13 left) 2024-09-13T14:20:51.182 INFO:tasks.rados.rados.0.smithi071.stdout:23: done (12 left) 2024-09-13T14:20:51.182 INFO:tasks.rados.rados.0.smithi071.stdout:24: done (11 left) 2024-09-13T14:20:51.182 INFO:tasks.rados.rados.0.smithi071.stdout:25: done (10 left) 2024-09-13T14:20:51.182 INFO:tasks.rados.rados.0.smithi071.stdout:26: done (9 left) 2024-09-13T14:20:51.182 INFO:tasks.rados.rados.0.smithi071.stdout:27: done (8 left) 2024-09-13T14:20:51.182 INFO:tasks.rados.rados.0.smithi071.stdout:36: write initial oid 36 2024-09-13T14:20:51.182 INFO:tasks.rados.rados.0.smithi071.stdout:36: seq_num 35 ranges {588245=699127,1865105=489678} 2024-09-13T14:20:51.182 INFO:tasks.rados.rados.0.smithi071.stdout:36: writing smithi07185159-36 from 588245 to 1287372 tid 1 2024-09-13T14:20:51.183 INFO:tasks.rados.rados.0.smithi071.stdout:36: writing smithi07185159-36 from 1865105 to 2354783 tid 2 2024-09-13T14:20:51.183 INFO:tasks.rados.rados.0.smithi071.stdout:37: write initial oid 37 2024-09-13T14:20:51.183 INFO:tasks.rados.rados.0.smithi071.stdout:37: seq_num 36 ranges {605052=774376,1923587=633336} 2024-09-13T14:20:51.183 INFO:tasks.rados.rados.0.smithi071.stdout:37: writing smithi07185159-37 from 605052 to 1379428 tid 1 2024-09-13T14:20:51.183 INFO:tasks.rados.rados.0.smithi071.stdout:37: writing smithi07185159-37 from 1923587 to 2556923 tid 2 2024-09-13T14:20:51.183 INFO:tasks.rados.rados.0.smithi071.stdout:38: write initial oid 38 2024-09-13T14:20:51.183 INFO:tasks.rados.rados.0.smithi071.stdout:38: seq_num 37 ranges {621859=449625,1865716=756143} 2024-09-13T14:20:51.183 INFO:tasks.rados.rados.0.smithi071.stdout:38: writing smithi07185159-38 from 621859 to 1071484 tid 1 2024-09-13T14:20:51.183 INFO:tasks.rados.rados.0.smithi071.stdout:38: writing smithi07185159-38 from 1865716 to 2621859 tid 2 2024-09-13T14:20:51.183 INFO:tasks.rados.rados.0.smithi071.stdout:39: write initial oid 39 2024-09-13T14:20:51.183 INFO:tasks.rados.rados.0.smithi071.stdout:39: seq_num 38 ranges {638666=524874,1924198=637005} 2024-09-13T14:20:51.183 INFO:tasks.rados.rados.0.smithi071.stdout:39: writing smithi07185159-39 from 638666 to 1163540 tid 1 2024-09-13T14:20:51.183 INFO:tasks.rados.rados.0.smithi071.stdout:39: writing smithi07185159-39 from 1924198 to 2561203 tid 2 2024-09-13T14:20:51.183 INFO:tasks.rados.rados.0.smithi071.stdout:40: write initial oid 40 2024-09-13T14:20:51.183 INFO:tasks.rados.rados.0.smithi071.stdout:40: seq_num 39 ranges {655473=716476,2099033=556440} 2024-09-13T14:20:51.184 INFO:tasks.rados.rados.0.smithi071.stdout:40: writing smithi07185159-40 from 655473 to 1371949 tid 1 2024-09-13T14:20:51.184 INFO:tasks.rados.rados.0.smithi071.stdout:40: writing smithi07185159-40 from 2099033 to 2655473 tid 2 2024-09-13T14:20:51.184 INFO:tasks.rados.rados.0.smithi071.stdout:41: write initial oid 41 2024-09-13T14:20:51.184 INFO:tasks.rados.rados.0.smithi071.stdout:41: seq_num 40 ranges {672280=791725,2157515=514765} 2024-09-13T14:20:51.184 INFO:tasks.rados.rados.0.smithi071.stdout:41: writing smithi07185159-41 from 672280 to 1464005 tid 1 2024-09-13T14:20:51.184 INFO:tasks.rados.rados.0.smithi071.stdout:41: writing smithi07185159-41 from 2157515 to 2672280 tid 2 2024-09-13T14:20:51.184 INFO:tasks.rados.rados.0.smithi071.stdout:42: write initial oid 42 2024-09-13T14:20:51.184 INFO:tasks.rados.rados.0.smithi071.stdout:42: seq_num 41 ranges {689087=466974,1699644=784332} 2024-09-13T14:20:51.184 INFO:tasks.rados.rados.0.smithi071.stdout:42: writing smithi07185159-42 from 689087 to 1156061 tid 1 2024-09-13T14:20:51.184 INFO:tasks.rados.rados.0.smithi071.stdout:42: writing smithi07185159-42 from 1699644 to 2483976 tid 2 2024-09-13T14:20:51.184 INFO:tasks.rados.rados.0.smithi071.stdout:43: write initial oid 43 2024-09-13T14:20:51.184 INFO:tasks.rados.rados.0.smithi071.stdout:43: seq_num 42 ranges {705894=542223,1758126=644343} 2024-09-13T14:20:51.184 INFO:tasks.rados.rados.0.smithi071.stdout:43: writing smithi07185159-43 from 705894 to 1248117 tid 1 2024-09-13T14:20:51.184 INFO:tasks.rados.rados.0.smithi071.stdout:43: writing smithi07185159-43 from 1758126 to 2402469 tid 2 2024-09-13T14:20:51.185 INFO:tasks.rados.rados.0.smithi071.stdout: waiting on 16 2024-09-13T14:20:51.185 INFO:tasks.rados.rados.0.smithi071.stdout:28: finishing write tid 4 to smithi07185159-28 2024-09-13T14:20:51.185 INFO:tasks.rados.rados.0.smithi071.stdout:28: oid 28 updating version 0 to 7 2024-09-13T14:20:51.185 INFO:tasks.rados.rados.0.smithi071.stdout:28: oid 28 updating version 7 to 9 2024-09-13T14:20:51.185 INFO:tasks.rados.rados.0.smithi071.stdout:28: oid 28 version 9 is already newer than 8 2024-09-13T14:20:51.185 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 28 v 9 (ObjNum 27 snap 0 seq_num 27) dirty exists 2024-09-13T14:20:51.185 INFO:tasks.rados.rados.0.smithi071.stdout:28: left oid 28 (ObjNum 27 snap 0 seq_num 27) 2024-09-13T14:20:51.185 INFO:tasks.rados.rados.0.smithi071.stdout:29: finishing write tid 1 to smithi07185159-29 2024-09-13T14:20:51.185 INFO:tasks.rados.rados.0.smithi071.stdout:29: finishing write tid 2 to smithi07185159-29 2024-09-13T14:20:51.185 INFO:tasks.rados.rados.0.smithi071.stdout:29: finishing write tid 3 to smithi07185159-29 2024-09-13T14:20:51.185 INFO:tasks.rados.rados.0.smithi071.stdout:28: done (15 left) 2024-09-13T14:20:51.185 INFO:tasks.rados.rados.0.smithi071.stdout:44: write initial oid 44 2024-09-13T14:20:51.185 INFO:tasks.rados.rados.0.smithi071.stdout:44: seq_num 43 ranges {722701=617472,1816608=788001} 2024-09-13T14:20:51.188 INFO:tasks.rados.rados.0.smithi071.stdout:44: writing smithi07185159-44 from 722701 to 1340173 tid 1 2024-09-13T14:20:51.188 INFO:tasks.rados.rados.0.smithi071.stdout:44: writing smithi07185159-44 from 1816608 to 2604609 tid 2 2024-09-13T14:20:51.188 INFO:tasks.rados.rados.0.smithi071.stdout: waiting on 16 2024-09-13T14:20:51.188 INFO:tasks.rados.rados.0.smithi071.stdout:29: finishing write tid 4 to smithi07185159-29 2024-09-13T14:20:51.188 INFO:tasks.rados.rados.0.smithi071.stdout:29: oid 29 updating version 0 to 4 2024-09-13T14:20:51.188 INFO:tasks.rados.rados.0.smithi071.stdout:29: oid 29 updating version 4 to 6 2024-09-13T14:20:51.188 INFO:tasks.rados.rados.0.smithi071.stdout:29: oid 29 version 6 is already newer than 5 2024-09-13T14:20:51.188 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 29 v 6 (ObjNum 28 snap 0 seq_num 28) dirty exists 2024-09-13T14:20:51.188 INFO:tasks.rados.rados.0.smithi071.stdout:29: left oid 29 (ObjNum 28 snap 0 seq_num 28) 2024-09-13T14:20:51.188 INFO:tasks.rados.rados.0.smithi071.stdout:30: finishing write tid 1 to smithi07185159-30 2024-09-13T14:20:51.189 INFO:tasks.rados.rados.0.smithi071.stdout:29: done (15 left) 2024-09-13T14:20:51.189 INFO:tasks.rados.rados.0.smithi071.stdout:45: write initial oid 45 2024-09-13T14:20:51.189 INFO:tasks.rados.rados.0.smithi071.stdout:45: seq_num 44 ranges {739508=692721,1875090=648012} 2024-09-13T14:20:51.189 INFO:tasks.rados.rados.0.smithi071.stdout:45: writing smithi07185159-45 from 739508 to 1432229 tid 1 2024-09-13T14:20:51.189 INFO:tasks.rados.rados.0.smithi071.stdout:45: writing smithi07185159-45 from 1875090 to 2523102 tid 2 2024-09-13T14:20:51.189 INFO:tasks.rados.rados.0.smithi071.stdout: waiting on 16 2024-09-13T14:20:51.189 INFO:tasks.rados.rados.0.smithi071.stdout:30: finishing write tid 2 to smithi07185159-30 2024-09-13T14:20:51.189 INFO:tasks.rados.rados.0.smithi071.stdout:30: finishing write tid 3 to smithi07185159-30 2024-09-13T14:20:51.189 INFO:tasks.rados.rados.0.smithi071.stdout:30: finishing write tid 4 to smithi07185159-30 2024-09-13T14:20:51.190 INFO:tasks.rados.rados.0.smithi071.stdout:30: oid 30 updating version 0 to 4 2024-09-13T14:20:51.190 INFO:tasks.rados.rados.0.smithi071.stdout:30: oid 30 updating version 4 to 6 2024-09-13T14:20:51.190 INFO:tasks.rados.rados.0.smithi071.stdout:30: oid 30 version 6 is already newer than 5 2024-09-13T14:20:51.190 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 30 v 6 (ObjNum 29 snap 0 seq_num 29) dirty exists 2024-09-13T14:20:51.190 INFO:tasks.rados.rados.0.smithi071.stdout:30: left oid 30 (ObjNum 29 snap 0 seq_num 29) 2024-09-13T14:20:51.190 INFO:tasks.rados.rados.0.smithi071.stdout:31: finishing write tid 1 to smithi07185159-31 2024-09-13T14:20:51.190 INFO:tasks.rados.rados.0.smithi071.stdout:31: finishing write tid 2 to smithi07185159-31 2024-09-13T14:20:51.190 INFO:tasks.rados.rados.0.smithi071.stdout:31: finishing write tid 3 to smithi07185159-31 2024-09-13T14:20:51.190 INFO:tasks.rados.rados.0.smithi071.stdout:31: finishing write tid 4 to smithi07185159-31 2024-09-13T14:20:51.190 INFO:tasks.rados.rados.0.smithi071.stdout:31: oid 31 updating version 0 to 7 2024-09-13T14:20:51.190 INFO:tasks.rados.rados.0.smithi071.stdout:31: oid 31 updating version 7 to 9 2024-09-13T14:20:51.190 INFO:tasks.rados.rados.0.smithi071.stdout:31: oid 31 version 9 is already newer than 8 2024-09-13T14:20:51.190 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 31 v 9 (ObjNum 30 snap 0 seq_num 30) dirty exists 2024-09-13T14:20:51.190 INFO:tasks.rados.rados.0.smithi071.stdout:31: left oid 31 (ObjNum 30 snap 0 seq_num 30) 2024-09-13T14:20:51.191 INFO:tasks.rados.rados.0.smithi071.stdout:32: finishing write tid 1 to smithi07185159-32 2024-09-13T14:20:51.191 INFO:tasks.rados.rados.0.smithi071.stdout:32: finishing write tid 2 to smithi07185159-32 2024-09-13T14:20:51.191 INFO:tasks.rados.rados.0.smithi071.stdout:32: finishing write tid 3 to smithi07185159-32 2024-09-13T14:20:51.191 INFO:tasks.rados.rados.0.smithi071.stdout:32: finishing write tid 4 to smithi07185159-32 2024-09-13T14:20:51.191 INFO:tasks.rados.rados.0.smithi071.stdout:32: oid 32 updating version 0 to 3 2024-09-13T14:20:51.191 INFO:tasks.rados.rados.0.smithi071.stdout:32: oid 32 version 3 is already newer than 2 2024-09-13T14:20:51.191 INFO:tasks.rados.rados.0.smithi071.stdout:32: oid 32 version 3 is already newer than 1 2024-09-13T14:20:51.191 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 32 v 3 (ObjNum 31 snap 0 seq_num 31) dirty exists 2024-09-13T14:20:51.191 INFO:tasks.rados.rados.0.smithi071.stdout:32: left oid 32 (ObjNum 31 snap 0 seq_num 31) 2024-09-13T14:20:51.191 INFO:tasks.rados.rados.0.smithi071.stdout:33: finishing write tid 1 to smithi07185159-33 2024-09-13T14:20:51.191 INFO:tasks.rados.rados.0.smithi071.stdout:33: finishing write tid 2 to smithi07185159-33 2024-09-13T14:20:51.191 INFO:tasks.rados.rados.0.smithi071.stdout:33: finishing write tid 3 to smithi07185159-33 2024-09-13T14:20:51.191 INFO:tasks.rados.rados.0.smithi071.stdout:33: finishing write tid 4 to smithi07185159-33 2024-09-13T14:20:51.191 INFO:tasks.rados.rados.0.smithi071.stdout:33: oid 33 updating version 0 to 10 2024-09-13T14:20:51.191 INFO:tasks.rados.rados.0.smithi071.stdout:33: oid 33 updating version 10 to 12 2024-09-13T14:20:51.192 INFO:tasks.rados.rados.0.smithi071.stdout:33: oid 33 version 12 is already newer than 11 2024-09-13T14:20:51.192 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 33 v 12 (ObjNum 32 snap 0 seq_num 32) dirty exists 2024-09-13T14:20:51.192 INFO:tasks.rados.rados.0.smithi071.stdout:33: left oid 33 (ObjNum 32 snap 0 seq_num 32) 2024-09-13T14:20:51.192 INFO:tasks.rados.rados.0.smithi071.stdout:34: finishing write tid 1 to smithi07185159-34 2024-09-13T14:20:51.192 INFO:tasks.rados.rados.0.smithi071.stdout:34: finishing write tid 2 to smithi07185159-34 2024-09-13T14:20:51.192 INFO:tasks.rados.rados.0.smithi071.stdout:34: finishing write tid 3 to smithi07185159-34 2024-09-13T14:20:51.192 INFO:tasks.rados.rados.0.smithi071.stdout:30: done (15 left) 2024-09-13T14:20:51.192 INFO:tasks.rados.rados.0.smithi071.stdout:31: done (14 left) 2024-09-13T14:20:51.192 INFO:tasks.rados.rados.0.smithi071.stdout:32: done (13 left) 2024-09-13T14:20:51.192 INFO:tasks.rados.rados.0.smithi071.stdout:33: done (12 left) 2024-09-13T14:20:51.192 INFO:tasks.rados.rados.0.smithi071.stdout:46: write initial oid 46 2024-09-13T14:20:51.192 INFO:tasks.rados.rados.0.smithi071.stdout:46: seq_num 45 ranges {756315=767970,1933572=791670} 2024-09-13T14:20:51.194 INFO:tasks.rados.rados.0.smithi071.stdout:46: writing smithi07185159-46 from 756315 to 1524285 tid 1 2024-09-13T14:20:51.201 INFO:tasks.rados.rados.0.smithi071.stdout:46: writing smithi07185159-46 from 1933572 to 2725242 tid 2 2024-09-13T14:20:51.201 INFO:tasks.rados.rados.0.smithi071.stdout:47: write initial oid 47 2024-09-13T14:20:51.201 INFO:tasks.rados.rados.0.smithi071.stdout:47: seq_num 46 ranges {773122=559572,1992054=651681} 2024-09-13T14:20:51.208 INFO:tasks.rados.rados.0.smithi071.stdout:47: writing smithi07185159-47 from 773122 to 1332694 tid 1 2024-09-13T14:20:51.215 INFO:tasks.rados.rados.0.smithi071.stdout:47: writing smithi07185159-47 from 1992054 to 2643735 tid 2 2024-09-13T14:20:51.215 INFO:tasks.rados.rados.0.smithi071.stdout:48: write initial oid 48 2024-09-13T14:20:51.215 INFO:tasks.rados.rados.0.smithi071.stdout:34: finishing write tid 4 to smithi07185159-34 2024-09-13T14:20:51.216 INFO:tasks.rados.rados.0.smithi071.stdout:34: oid 34 updating version 0 to 6 2024-09-13T14:20:51.216 INFO:tasks.rados.rados.0.smithi071.stdout:34: oid 34 version 6 is already newer than 4 2024-09-13T14:20:51.216 INFO:tasks.rados.rados.0.smithi071.stdout:34: oid 34 version 6 is already newer than 5 2024-09-13T14:20:51.216 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 34 v 6 (ObjNum 33 snap 0 seq_num 33) dirty exists 2024-09-13T14:20:51.216 INFO:tasks.rados.rados.0.smithi071.stdout:34: left oid 34 (ObjNum 33 snap 0 seq_num 33) 2024-09-13T14:20:51.216 INFO:tasks.rados.rados.0.smithi071.stdout:35: finishing write tid 1 to smithi07185159-35 2024-09-13T14:20:51.216 INFO:tasks.rados.rados.0.smithi071.stdout:48: seq_num 47 ranges {789929=634821,2050536=739393} 2024-09-13T14:20:51.223 INFO:tasks.rados.rados.0.smithi071.stdout:48: writing smithi07185159-48 from 789929 to 1424750 tid 1 2024-09-13T14:20:51.230 INFO:tasks.rados.rados.0.smithi071.stdout:48: writing smithi07185159-48 from 2050536 to 2789929 tid 2 2024-09-13T14:20:51.230 INFO:tasks.rados.rados.0.smithi071.stdout:34: done (14 left) 2024-09-13T14:20:51.230 INFO:tasks.rados.rados.0.smithi071.stdout:49: write initial oid 49 2024-09-13T14:20:51.231 INFO:tasks.rados.rados.0.smithi071.stdout:49: seq_num 48 ranges {406736=710070,1709018=655350} 2024-09-13T14:20:51.236 INFO:tasks.rados.rados.0.smithi071.stdout:49: writing smithi07185159-49 from 406736 to 1116806 tid 1 2024-09-13T14:20:51.243 INFO:tasks.rados.rados.0.smithi071.stdout:49: writing smithi07185159-49 from 1709018 to 2364368 tid 2 2024-09-13T14:20:51.243 INFO:tasks.rados.rados.0.smithi071.stdout:50: write initial oid 50 2024-09-13T14:20:51.243 INFO:tasks.rados.rados.0.smithi071.stdout:50: seq_num 49 ranges {423543=785319,1767500=799008} 2024-09-13T14:20:51.249 INFO:tasks.rados.rados.0.smithi071.stdout:50: writing smithi07185159-50 from 423543 to 1208862 tid 1 2024-09-13T14:20:51.258 INFO:tasks.rados.rados.0.smithi071.stdout:50: writing smithi07185159-50 from 1767500 to 2566508 tid 2 2024-09-13T14:20:51.258 INFO:tasks.rados.rados.0.smithi071.stdout: waiting on 16 2024-09-13T14:20:51.258 INFO:tasks.rados.rados.0.smithi071.stdout:35: finishing write tid 2 to smithi07185159-35 2024-09-13T14:20:51.258 INFO:tasks.rados.rados.0.smithi071.stdout:35: finishing write tid 3 to smithi07185159-35 2024-09-13T14:20:51.258 INFO:tasks.rados.rados.0.smithi071.stdout:35: finishing write tid 4 to smithi07185159-35 2024-09-13T14:20:51.258 INFO:tasks.rados.rados.0.smithi071.stdout:35: oid 35 updating version 0 to 5 2024-09-13T14:20:51.258 INFO:tasks.rados.rados.0.smithi071.stdout:35: oid 35 version 5 is already newer than 4 2024-09-13T14:20:51.258 INFO:tasks.rados.rados.0.smithi071.stdout:35: oid 35 updating version 5 to 6 2024-09-13T14:20:51.258 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 35 v 6 (ObjNum 34 snap 0 seq_num 34) dirty exists 2024-09-13T14:20:51.258 INFO:tasks.rados.rados.0.smithi071.stdout:35: left oid 35 (ObjNum 34 snap 0 seq_num 34) 2024-09-13T14:20:51.258 INFO:tasks.rados.rados.0.smithi071.stdout:36: finishing write tid 1 to smithi07185159-36 2024-09-13T14:20:51.258 INFO:tasks.rados.rados.0.smithi071.stdout:36: finishing write tid 2 to smithi07185159-36 2024-09-13T14:20:51.258 INFO:tasks.rados.rados.0.smithi071.stdout:36: finishing write tid 3 to smithi07185159-36 2024-09-13T14:20:51.259 INFO:tasks.rados.rados.0.smithi071.stdout:36: finishing write tid 4 to smithi07185159-36 2024-09-13T14:20:51.259 INFO:tasks.rados.rados.0.smithi071.stdout:36: oid 36 updating version 0 to 2 2024-09-13T14:20:51.259 INFO:tasks.rados.rados.0.smithi071.stdout:36: oid 36 updating version 2 to 3 2024-09-13T14:20:51.259 INFO:tasks.rados.rados.0.smithi071.stdout:36: oid 36 version 3 is already newer than 1 2024-09-13T14:20:51.259 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 36 v 3 (ObjNum 35 snap 0 seq_num 35) dirty exists 2024-09-13T14:20:51.259 INFO:tasks.rados.rados.0.smithi071.stdout:36: left oid 36 (ObjNum 35 snap 0 seq_num 35) 2024-09-13T14:20:51.259 INFO:tasks.rados.rados.0.smithi071.stdout:37: finishing write tid 1 to smithi07185159-37 2024-09-13T14:20:51.259 INFO:tasks.rados.rados.0.smithi071.stdout:35: done (15 left) 2024-09-13T14:20:51.259 INFO:tasks.rados.rados.0.smithi071.stdout:36: done (14 left) 2024-09-13T14:20:51.259 INFO:tasks.rados.rados.0.smithi071.stdout:51: write oid 8 current snap is 0 2024-09-13T14:20:51.259 INFO:tasks.rados.rados.0.smithi071.stdout:37: finishing write tid 2 to smithi07185159-37 2024-09-13T14:20:51.259 INFO:tasks.rados.rados.0.smithi071.stdout:37: finishing write tid 3 to smithi07185159-37 2024-09-13T14:20:51.259 INFO:tasks.rados.rados.0.smithi071.stdout:37: finishing write tid 4 to smithi07185159-37 2024-09-13T14:20:51.259 INFO:tasks.rados.rados.0.smithi071.stdout:37: oid 37 updating version 0 to 5 2024-09-13T14:20:51.259 INFO:tasks.rados.rados.0.smithi071.stdout:37: oid 37 updating version 5 to 6 2024-09-13T14:20:51.260 INFO:tasks.rados.rados.0.smithi071.stdout:37: oid 37 version 6 is already newer than 4 2024-09-13T14:20:51.260 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 37 v 6 (ObjNum 36 snap 0 seq_num 36) dirty exists 2024-09-13T14:20:51.260 INFO:tasks.rados.rados.0.smithi071.stdout:37: left oid 37 (ObjNum 36 snap 0 seq_num 36) 2024-09-13T14:20:51.260 INFO:tasks.rados.rados.0.smithi071.stdout:38: finishing write tid 1 to smithi07185159-38 2024-09-13T14:20:51.260 INFO:tasks.rados.rados.0.smithi071.stdout:38: finishing write tid 2 to smithi07185159-38 2024-09-13T14:20:51.260 INFO:tasks.rados.rados.0.smithi071.stdout:51: seq_num 50 ranges {440350=460568,1309629=542666,2323973=516377} 2024-09-13T14:20:51.262 INFO:tasks.rados.rados.0.smithi071.stdout:51: writing smithi07185159-8 from 440350 to 900918 tid 1 2024-09-13T14:20:51.267 INFO:tasks.rados.rados.0.smithi071.stdout:51: writing smithi07185159-8 from 1309629 to 1852295 tid 2 2024-09-13T14:20:51.274 INFO:tasks.rados.rados.0.smithi071.stdout:51: writing smithi07185159-8 from 2323973 to 2840350 tid 3 2024-09-13T14:20:51.274 INFO:tasks.rados.rados.0.smithi071.stdout:37: done (14 left) 2024-09-13T14:20:51.274 INFO:tasks.rados.rados.0.smithi071.stdout:52: rollback oid 16 current snap is 0 2024-09-13T14:20:51.274 INFO:tasks.rados.rados.0.smithi071.stdout:52: done (14 left) 2024-09-13T14:20:51.274 INFO:tasks.rados.rados.0.smithi071.stdout:53: write oid 16 current snap is 0 2024-09-13T14:20:51.274 INFO:tasks.rados.rados.0.smithi071.stdout:38: finishing write tid 3 to smithi07185159-38 2024-09-13T14:20:51.274 INFO:tasks.rados.rados.0.smithi071.stdout:38: finishing write tid 4 to smithi07185159-38 2024-09-13T14:20:51.274 INFO:tasks.rados.rados.0.smithi071.stdout:38: oid 38 updating version 0 to 10 2024-09-13T14:20:51.274 INFO:tasks.rados.rados.0.smithi071.stdout:38: oid 38 updating version 10 to 11 2024-09-13T14:20:51.275 INFO:tasks.rados.rados.0.smithi071.stdout:38: oid 38 updating version 11 to 12 2024-09-13T14:20:51.275 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 38 v 12 (ObjNum 37 snap 0 seq_num 37) dirty exists 2024-09-13T14:20:51.275 INFO:tasks.rados.rados.0.smithi071.stdout:38: left oid 38 (ObjNum 37 snap 0 seq_num 37) 2024-09-13T14:20:51.275 INFO:tasks.rados.rados.0.smithi071.stdout:39: finishing write tid 1 to smithi07185159-39 2024-09-13T14:20:51.275 INFO:tasks.rados.rados.0.smithi071.stdout:39: finishing write tid 2 to smithi07185159-39 2024-09-13T14:20:51.275 INFO:tasks.rados.rados.0.smithi071.stdout:39: finishing write tid 3 to smithi07185159-39 2024-09-13T14:20:51.275 INFO:tasks.rados.rados.0.smithi071.stdout:39: finishing write tid 4 to smithi07185159-39 2024-09-13T14:20:51.275 INFO:tasks.rados.rados.0.smithi071.stdout:39: oid 39 updating version 0 to 8 2024-09-13T14:20:51.275 INFO:tasks.rados.rados.0.smithi071.stdout:39: oid 39 version 8 is already newer than 7 2024-09-13T14:20:51.275 INFO:tasks.rados.rados.0.smithi071.stdout:39: oid 39 updating version 8 to 9 2024-09-13T14:20:51.275 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 39 v 9 (ObjNum 38 snap 0 seq_num 38) dirty exists 2024-09-13T14:20:51.275 INFO:tasks.rados.rados.0.smithi071.stdout:39: left oid 39 (ObjNum 38 snap 0 seq_num 38) 2024-09-13T14:20:51.275 INFO:tasks.rados.rados.0.smithi071.stdout:40: finishing write tid 1 to smithi07185159-40 2024-09-13T14:20:51.276 INFO:tasks.rados.rados.0.smithi071.stdout:40: finishing write tid 2 to smithi07185159-40 2024-09-13T14:20:51.276 INFO:tasks.rados.rados.0.smithi071.stdout:40: finishing write tid 3 to smithi07185159-40 2024-09-13T14:20:51.276 INFO:tasks.rados.rados.0.smithi071.stdout:40: finishing write tid 4 to smithi07185159-40 2024-09-13T14:20:51.276 INFO:tasks.rados.rados.0.smithi071.stdout:40: oid 40 updating version 0 to 5 2024-09-13T14:20:51.276 INFO:tasks.rados.rados.0.smithi071.stdout:40: oid 40 version 5 is already newer than 4 2024-09-13T14:20:51.276 INFO:tasks.rados.rados.0.smithi071.stdout:40: oid 40 updating version 5 to 6 2024-09-13T14:20:51.276 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 40 v 6 (ObjNum 39 snap 0 seq_num 39) dirty exists 2024-09-13T14:20:51.276 INFO:tasks.rados.rados.0.smithi071.stdout:40: left oid 40 (ObjNum 39 snap 0 seq_num 39) 2024-09-13T14:20:51.276 INFO:tasks.rados.rados.0.smithi071.stdout:41: finishing write tid 1 to smithi07185159-41 2024-09-13T14:20:51.276 INFO:tasks.rados.rados.0.smithi071.stdout:53: seq_num 51 ranges {457157=535817,1768111=402677} 2024-09-13T14:20:51.278 INFO:tasks.rados.rados.0.smithi071.stdout:53: writing smithi07185159-16 from 457157 to 992974 tid 1 2024-09-13T14:20:51.286 INFO:tasks.rados.rados.0.smithi071.stdout:53: writing smithi07185159-16 from 1768111 to 2170788 tid 2 2024-09-13T14:20:51.286 INFO:tasks.rados.rados.0.smithi071.stdout:38: done (14 left) 2024-09-13T14:20:51.286 INFO:tasks.rados.rados.0.smithi071.stdout:39: done (13 left) 2024-09-13T14:20:51.286 INFO:tasks.rados.rados.0.smithi071.stdout:40: done (12 left) 2024-09-13T14:20:51.286 INFO:tasks.rados.rados.0.smithi071.stdout:54: write oid 38 current snap is 0 2024-09-13T14:20:51.286 INFO:tasks.rados.rados.0.smithi071.stdout:41: finishing write tid 2 to smithi07185159-41 2024-09-13T14:20:51.286 INFO:tasks.rados.rados.0.smithi071.stdout:41: finishing write tid 3 to smithi07185159-41 2024-09-13T14:20:51.286 INFO:tasks.rados.rados.0.smithi071.stdout:41: finishing write tid 4 to smithi07185159-41 2024-09-13T14:20:51.286 INFO:tasks.rados.rados.0.smithi071.stdout:41: oid 41 updating version 0 to 9 2024-09-13T14:20:51.286 INFO:tasks.rados.rados.0.smithi071.stdout:41: oid 41 version 9 is already newer than 8 2024-09-13T14:20:51.286 INFO:tasks.rados.rados.0.smithi071.stdout:41: oid 41 version 9 is already newer than 7 2024-09-13T14:20:51.287 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 41 v 9 (ObjNum 40 snap 0 seq_num 40) dirty exists 2024-09-13T14:20:51.287 INFO:tasks.rados.rados.0.smithi071.stdout:41: left oid 41 (ObjNum 40 snap 0 seq_num 40) 2024-09-13T14:20:51.287 INFO:tasks.rados.rados.0.smithi071.stdout:42: finishing write tid 1 to smithi07185159-42 2024-09-13T14:20:51.287 INFO:tasks.rados.rados.0.smithi071.stdout:42: finishing write tid 2 to smithi07185159-42 2024-09-13T14:20:51.287 INFO:tasks.rados.rados.0.smithi071.stdout:54: seq_num 52 ranges {473964=611066,1826593=546335,2778819=95145} 2024-09-13T14:20:51.291 INFO:tasks.rados.rados.0.smithi071.stdout:54: writing smithi07185159-38 from 473964 to 1085030 tid 1 2024-09-13T14:20:51.298 INFO:tasks.rados.rados.0.smithi071.stdout:54: writing smithi07185159-38 from 1826593 to 2372928 tid 2 2024-09-13T14:20:51.303 INFO:tasks.rados.rados.0.smithi071.stdout:54: writing smithi07185159-38 from 2778819 to 2873964 tid 3 2024-09-13T14:20:51.304 INFO:tasks.rados.rados.0.smithi071.stdout:41: done (12 left) 2024-09-13T14:20:51.304 INFO:tasks.rados.rados.0.smithi071.stdout:55: delete oid 17 current snap is 0 2024-09-13T14:20:51.304 INFO:tasks.rados.rados.0.smithi071.stdout:42: finishing write tid 3 to smithi07185159-42 2024-09-13T14:20:51.304 INFO:tasks.rados.rados.0.smithi071.stdout:42: finishing write tid 4 to smithi07185159-42 2024-09-13T14:20:51.304 INFO:tasks.rados.rados.0.smithi071.stdout:42: oid 42 updating version 0 to 12 2024-09-13T14:20:51.304 INFO:tasks.rados.rados.0.smithi071.stdout:42: oid 42 version 12 is already newer than 10 2024-09-13T14:20:51.304 INFO:tasks.rados.rados.0.smithi071.stdout:42: oid 42 version 12 is already newer than 11 2024-09-13T14:20:51.304 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 42 v 12 (ObjNum 41 snap 0 seq_num 41) dirty exists 2024-09-13T14:20:51.304 INFO:tasks.rados.rados.0.smithi071.stdout:42: left oid 42 (ObjNum 41 snap 0 seq_num 41) 2024-09-13T14:20:51.304 INFO:tasks.rados.rados.0.smithi071.stdout:43: finishing write tid 1 to smithi07185159-43 2024-09-13T14:20:51.304 INFO:tasks.rados.rados.0.smithi071.stdout:43: finishing write tid 2 to smithi07185159-43 2024-09-13T14:20:51.304 INFO:tasks.rados.rados.0.smithi071.stdout:43: finishing write tid 3 to smithi07185159-43 2024-09-13T14:20:51.305 INFO:tasks.rados.rados.0.smithi071.stdout:43: finishing write tid 4 to smithi07185159-43 2024-09-13T14:20:51.305 INFO:tasks.rados.rados.0.smithi071.stdout:43: oid 43 updating version 0 to 7 2024-09-13T14:20:51.305 INFO:tasks.rados.rados.0.smithi071.stdout:43: oid 43 updating version 7 to 9 2024-09-13T14:20:51.305 INFO:tasks.rados.rados.0.smithi071.stdout:43: oid 43 version 9 is already newer than 8 2024-09-13T14:20:51.305 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 43 v 9 (ObjNum 42 snap 0 seq_num 42) dirty exists 2024-09-13T14:20:51.305 INFO:tasks.rados.rados.0.smithi071.stdout:43: left oid 43 (ObjNum 42 snap 0 seq_num 42) 2024-09-13T14:20:51.305 INFO:tasks.rados.rados.0.smithi071.stdout:44: finishing write tid 1 to smithi07185159-44 2024-09-13T14:20:51.305 INFO:tasks.rados.rados.0.smithi071.stdout:44: finishing write tid 2 to smithi07185159-44 2024-09-13T14:20:51.305 INFO:tasks.rados.rados.0.smithi071.stdout:44: finishing write tid 3 to smithi07185159-44 2024-09-13T14:20:51.305 INFO:tasks.rados.rados.0.smithi071.stdout:44: finishing write tid 4 to smithi07185159-44 2024-09-13T14:20:51.305 INFO:tasks.rados.rados.0.smithi071.stdout:44: oid 44 updating version 0 to 13 2024-09-13T14:20:51.305 INFO:tasks.rados.rados.0.smithi071.stdout:44: oid 44 updating version 13 to 15 2024-09-13T14:20:51.305 INFO:tasks.rados.rados.0.smithi071.stdout:44: oid 44 version 15 is already newer than 14 2024-09-13T14:20:51.306 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 44 v 15 (ObjNum 43 snap 0 seq_num 43) dirty exists 2024-09-13T14:20:51.306 INFO:tasks.rados.rados.0.smithi071.stdout:44: left oid 44 (ObjNum 43 snap 0 seq_num 43) 2024-09-13T14:20:51.306 INFO:tasks.rados.rados.0.smithi071.stdout:45: finishing write tid 1 to smithi07185159-45 2024-09-13T14:20:51.306 INFO:tasks.rados.rados.0.smithi071.stdout:45: finishing write tid 2 to smithi07185159-45 2024-09-13T14:20:51.306 INFO:tasks.rados.rados.0.smithi071.stdout:45: finishing write tid 3 to smithi07185159-45 2024-09-13T14:20:51.306 INFO:tasks.rados.rados.0.smithi071.stdout:45: finishing write tid 4 to smithi07185159-45 2024-09-13T14:20:51.306 INFO:tasks.rados.rados.0.smithi071.stdout:45: oid 45 updating version 0 to 15 2024-09-13T14:20:51.306 INFO:tasks.rados.rados.0.smithi071.stdout:45: oid 45 version 15 is already newer than 14 2024-09-13T14:20:51.306 INFO:tasks.rados.rados.0.smithi071.stdout:45: oid 45 version 15 is already newer than 13 2024-09-13T14:20:51.306 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 45 v 15 (ObjNum 44 snap 0 seq_num 44) dirty exists 2024-09-13T14:20:51.306 INFO:tasks.rados.rados.0.smithi071.stdout:45: left oid 45 (ObjNum 44 snap 0 seq_num 44) 2024-09-13T14:20:51.306 INFO:tasks.rados.rados.0.smithi071.stdout:46: finishing write tid 1 to smithi07185159-46 2024-09-13T14:20:51.307 INFO:tasks.rados.rados.0.smithi071.stdout:46: finishing write tid 2 to smithi07185159-46 2024-09-13T14:20:51.307 INFO:tasks.rados.rados.0.smithi071.stdout:46: finishing write tid 3 to smithi07185159-46 2024-09-13T14:20:51.307 INFO:tasks.rados.rados.0.smithi071.stdout:46: finishing write tid 4 to smithi07185159-46 2024-09-13T14:20:51.307 INFO:tasks.rados.rados.0.smithi071.stdout:46: oid 46 updating version 0 to 14 2024-09-13T14:20:51.307 INFO:tasks.rados.rados.0.smithi071.stdout:46: oid 46 version 14 is already newer than 13 2024-09-13T14:20:51.307 INFO:tasks.rados.rados.0.smithi071.stdout:46: oid 46 updating version 14 to 15 2024-09-13T14:20:51.307 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 46 v 15 (ObjNum 45 snap 0 seq_num 45) dirty exists 2024-09-13T14:20:51.307 INFO:tasks.rados.rados.0.smithi071.stdout:46: left oid 46 (ObjNum 45 snap 0 seq_num 45) 2024-09-13T14:20:51.307 INFO:tasks.rados.rados.0.smithi071.stdout:47: finishing write tid 1 to smithi07185159-47 2024-09-13T14:20:51.307 INFO:tasks.rados.rados.0.smithi071.stdout:47: finishing write tid 2 to smithi07185159-47 2024-09-13T14:20:51.307 INFO:tasks.rados.rados.0.smithi071.stdout:47: finishing write tid 3 to smithi07185159-47 2024-09-13T14:20:51.307 INFO:tasks.rados.rados.0.smithi071.stdout:47: finishing write tid 4 to smithi07185159-47 2024-09-13T14:20:51.307 INFO:tasks.rados.rados.0.smithi071.stdout:47: oid 47 updating version 0 to 15 2024-09-13T14:20:51.307 INFO:tasks.rados.rados.0.smithi071.stdout:47: oid 47 version 15 is already newer than 14 2024-09-13T14:20:51.308 INFO:tasks.rados.rados.0.smithi071.stdout:47: oid 47 version 15 is already newer than 13 2024-09-13T14:20:51.308 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 47 v 15 (ObjNum 46 snap 0 seq_num 46) dirty exists 2024-09-13T14:20:51.308 INFO:tasks.rados.rados.0.smithi071.stdout:47: left oid 47 (ObjNum 46 snap 0 seq_num 46) 2024-09-13T14:20:51.308 INFO:tasks.rados.rados.0.smithi071.stdout:48: finishing write tid 1 to smithi07185159-48 2024-09-13T14:20:51.308 INFO:tasks.rados.rados.0.smithi071.stdout:48: finishing write tid 2 to smithi07185159-48 2024-09-13T14:20:51.308 INFO:tasks.rados.rados.0.smithi071.stdout:48: finishing write tid 3 to smithi07185159-48 2024-09-13T14:20:51.308 INFO:tasks.rados.rados.0.smithi071.stdout:48: finishing write tid 4 to smithi07185159-48 2024-09-13T14:20:51.308 INFO:tasks.rados.rados.0.smithi071.stdout:48: oid 48 updating version 0 to 20 2024-09-13T14:20:51.308 INFO:tasks.rados.rados.0.smithi071.stdout:48: oid 48 updating version 20 to 21 2024-09-13T14:20:51.308 INFO:tasks.rados.rados.0.smithi071.stdout:48: oid 48 version 21 is already newer than 19 2024-09-13T14:20:51.308 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 48 v 21 (ObjNum 47 snap 0 seq_num 47) dirty exists 2024-09-13T14:20:51.308 INFO:tasks.rados.rados.0.smithi071.stdout:48: left oid 48 (ObjNum 47 snap 0 seq_num 47) 2024-09-13T14:20:51.308 INFO:tasks.rados.rados.0.smithi071.stdout:49: finishing write tid 1 to smithi07185159-49 2024-09-13T14:20:51.309 INFO:tasks.rados.rados.0.smithi071.stdout:49: finishing write tid 2 to smithi07185159-49 2024-09-13T14:20:51.309 INFO:tasks.rados.rados.0.smithi071.stdout:49: finishing write tid 3 to smithi07185159-49 2024-09-13T14:20:51.309 INFO:tasks.rados.rados.0.smithi071.stdout:49: finishing write tid 4 to smithi07185159-49 2024-09-13T14:20:51.309 INFO:tasks.rados.rados.0.smithi071.stdout:49: oid 49 updating version 0 to 12 2024-09-13T14:20:51.309 INFO:tasks.rados.rados.0.smithi071.stdout:49: oid 49 version 12 is already newer than 10 2024-09-13T14:20:51.309 INFO:tasks.rados.rados.0.smithi071.stdout:49: oid 49 version 12 is already newer than 11 2024-09-13T14:20:51.309 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 49 v 12 (ObjNum 48 snap 0 seq_num 48) dirty exists 2024-09-13T14:20:51.309 INFO:tasks.rados.rados.0.smithi071.stdout:49: left oid 49 (ObjNum 48 snap 0 seq_num 48) 2024-09-13T14:20:51.309 INFO:tasks.rados.rados.0.smithi071.stdout:50: finishing write tid 1 to smithi07185159-50 2024-09-13T14:20:51.309 INFO:tasks.rados.rados.0.smithi071.stdout:50: finishing write tid 2 to smithi07185159-50 2024-09-13T14:20:51.309 INFO:tasks.rados.rados.0.smithi071.stdout:50: finishing write tid 3 to smithi07185159-50 2024-09-13T14:20:51.309 INFO:tasks.rados.rados.0.smithi071.stdout:50: finishing write tid 4 to smithi07185159-50 2024-09-13T14:20:51.309 INFO:tasks.rados.rados.0.smithi071.stdout:50: oid 50 updating version 0 to 22 2024-09-13T14:20:51.310 INFO:tasks.rados.rados.0.smithi071.stdout:50: oid 50 updating version 22 to 23 2024-09-13T14:20:51.310 INFO:tasks.rados.rados.0.smithi071.stdout:50: oid 50 updating version 23 to 24 2024-09-13T14:20:51.310 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 50 v 24 (ObjNum 49 snap 0 seq_num 49) dirty exists 2024-09-13T14:20:51.310 INFO:tasks.rados.rados.0.smithi071.stdout:50: left oid 50 (ObjNum 49 snap 0 seq_num 49) 2024-09-13T14:20:51.310 INFO:tasks.rados.rados.0.smithi071.stdout:51: finishing write tid 1 to smithi07185159-8 2024-09-13T14:20:51.310 INFO:tasks.rados.rados.0.smithi071.stdout:51: finishing write tid 2 to smithi07185159-8 2024-09-13T14:20:51.310 INFO:tasks.rados.rados.0.smithi071.stdout:51: finishing write tid 3 to smithi07185159-8 2024-09-13T14:20:51.310 INFO:tasks.rados.rados.0.smithi071.stdout:51: finishing write tid 4 to smithi07185159-8 2024-09-13T14:20:51.310 INFO:tasks.rados.rados.0.smithi071.stdout:51: finishing write tid 5 to smithi07185159-8 2024-09-13T14:20:51.310 INFO:tasks.rados.rados.0.smithi071.stdout:51: oid 8 updating version 0 to 13 2024-09-13T14:20:51.310 INFO:tasks.rados.rados.0.smithi071.stdout:51: oid 8 version 13 is already newer than 12 2024-09-13T14:20:51.310 INFO:tasks.rados.rados.0.smithi071.stdout:51: oid 8 version 13 is already newer than 10 2024-09-13T14:20:51.310 INFO:tasks.rados.rados.0.smithi071.stdout:51: oid 8 version 13 is already newer than 11 2024-09-13T14:20:51.310 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 8 v 13 (ObjNum 50 snap 0 seq_num 50) dirty exists 2024-09-13T14:20:51.310 INFO:tasks.rados.rados.0.smithi071.stdout:51: left oid 8 (ObjNum 50 snap 0 seq_num 50) 2024-09-13T14:20:51.311 INFO:tasks.rados.rados.0.smithi071.stdout:53: finishing write tid 1 to smithi07185159-16 2024-09-13T14:20:51.311 INFO:tasks.rados.rados.0.smithi071.stdout:53: finishing write tid 2 to smithi07185159-16 2024-09-13T14:20:51.311 INFO:tasks.rados.rados.0.smithi071.stdout:53: finishing write tid 3 to smithi07185159-16 2024-09-13T14:20:51.311 INFO:tasks.rados.rados.0.smithi071.stdout:53: finishing write tid 4 to smithi07185159-16 2024-09-13T14:20:51.311 INFO:tasks.rados.rados.0.smithi071.stdout:53: oid 16 updating version 0 to 14 2024-09-13T14:20:51.311 INFO:tasks.rados.rados.0.smithi071.stdout:53: oid 16 updating version 14 to 15 2024-09-13T14:20:51.311 INFO:tasks.rados.rados.0.smithi071.stdout:53: oid 16 updating version 15 to 16 2024-09-13T14:20:51.311 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 16 v 16 (ObjNum 51 snap 0 seq_num 51) dirty exists 2024-09-13T14:20:51.311 INFO:tasks.rados.rados.0.smithi071.stdout:53: left oid 16 (ObjNum 51 snap 0 seq_num 51) 2024-09-13T14:20:51.311 INFO:tasks.rados.rados.0.smithi071.stdout:54: finishing write tid 1 to smithi07185159-38 2024-09-13T14:20:51.311 INFO:tasks.rados.rados.0.smithi071.stdout:54: finishing write tid 2 to smithi07185159-38 2024-09-13T14:20:51.311 INFO:tasks.rados.rados.0.smithi071.stdout:42: done (12 left) 2024-09-13T14:20:51.311 INFO:tasks.rados.rados.0.smithi071.stdout:43: done (11 left) 2024-09-13T14:20:51.311 INFO:tasks.rados.rados.0.smithi071.stdout:44: done (10 left) 2024-09-13T14:20:51.312 INFO:tasks.rados.rados.0.smithi071.stdout:45: done (9 left) 2024-09-13T14:20:51.312 INFO:tasks.rados.rados.0.smithi071.stdout:46: done (8 left) 2024-09-13T14:20:51.312 INFO:tasks.rados.rados.0.smithi071.stdout:47: done (7 left) 2024-09-13T14:20:51.312 INFO:tasks.rados.rados.0.smithi071.stdout:48: done (6 left) 2024-09-13T14:20:51.312 INFO:tasks.rados.rados.0.smithi071.stdout:49: done (5 left) 2024-09-13T14:20:51.312 INFO:tasks.rados.rados.0.smithi071.stdout:50: done (4 left) 2024-09-13T14:20:51.312 INFO:tasks.rados.rados.0.smithi071.stdout:51: done (3 left) 2024-09-13T14:20:51.312 INFO:tasks.rados.rados.0.smithi071.stdout:53: done (2 left) 2024-09-13T14:20:51.312 INFO:tasks.rados.rados.0.smithi071.stdout:55: done (1 left) 2024-09-13T14:20:51.312 INFO:tasks.rados.rados.0.smithi071.stdout:56: read oid 15 snap -1 2024-09-13T14:20:51.312 INFO:tasks.rados.rados.0.smithi071.stdout:56: expect (ObjNum 14 snap 0 seq_num 14) 2024-09-13T14:20:51.312 INFO:tasks.rados.rados.0.smithi071.stdout:57: delete oid 13 current snap is 0 2024-09-13T14:20:51.312 INFO:tasks.rados.rados.0.smithi071.stdout:54: finishing write tid 3 to smithi07185159-38 2024-09-13T14:20:51.313 INFO:tasks.rados.rados.0.smithi071.stdout:54: finishing write tid 4 to smithi07185159-38 2024-09-13T14:20:51.313 INFO:tasks.rados.rados.0.smithi071.stdout:54: finishing write tid 5 to smithi07185159-38 2024-09-13T14:20:51.313 INFO:tasks.rados.rados.0.smithi071.stdout:54: oid 38 updating version 0 to 19 2024-09-13T14:20:51.313 INFO:tasks.rados.rados.0.smithi071.stdout:54: oid 38 version 19 is already newer than 16 2024-09-13T14:20:51.313 INFO:tasks.rados.rados.0.smithi071.stdout:54: oid 38 version 19 is already newer than 18 2024-09-13T14:20:51.313 INFO:tasks.rados.rados.0.smithi071.stdout:54: oid 38 version 19 is already newer than 17 2024-09-13T14:20:51.313 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 38 v 19 (ObjNum 52 snap 0 seq_num 52) dirty exists 2024-09-13T14:20:51.313 INFO:tasks.rados.rados.0.smithi071.stdout:54: left oid 38 (ObjNum 52 snap 0 seq_num 52) 2024-09-13T14:20:51.313 INFO:tasks.rados.rados.0.smithi071.stdout:54: done (2 left) 2024-09-13T14:20:51.313 INFO:tasks.rados.rados.0.smithi071.stdout:57: done (1 left) 2024-09-13T14:20:51.313 INFO:tasks.rados.rados.0.smithi071.stdout:58: read oid 3 snap -1 2024-09-13T14:20:51.313 INFO:tasks.rados.rados.0.smithi071.stdout:58: expect (ObjNum 2 snap 0 seq_num 2) 2024-09-13T14:20:51.313 INFO:tasks.rados.rados.0.smithi071.stdout:59: read oid 28 snap -1 2024-09-13T14:20:51.314 INFO:tasks.rados.rados.0.smithi071.stdout:59: expect (ObjNum 27 snap 0 seq_num 27) 2024-09-13T14:20:51.314 INFO:tasks.rados.rados.0.smithi071.stdout:60: read oid 34 snap -1 2024-09-13T14:20:51.314 INFO:tasks.rados.rados.0.smithi071.stdout:60: expect (ObjNum 33 snap 0 seq_num 33) 2024-09-13T14:20:51.314 INFO:tasks.rados.rados.0.smithi071.stdout:61: delete oid 2 current snap is 0 2024-09-13T14:20:51.314 INFO:tasks.rados.rados.0.smithi071.stdout:59: expect (ObjNum 27 snap 0 seq_num 27) 2024-09-13T14:20:51.401 INFO:tasks.rados.rados.0.smithi071.stdout:56: expect (ObjNum 14 snap 0 seq_num 14) 2024-09-13T14:20:51.486 INFO:tasks.rados.rados.0.smithi071.stdout:58: expect (ObjNum 2 snap 0 seq_num 2) 2024-09-13T14:20:51.552 INFO:tasks.rados.rados.0.smithi071.stdout:60: expect (ObjNum 33 snap 0 seq_num 33) 2024-09-13T14:20:51.640 INFO:tasks.rados.rados.0.smithi071.stdout:56: done (4 left) 2024-09-13T14:20:51.640 INFO:tasks.rados.rados.0.smithi071.stdout:58: done (3 left) 2024-09-13T14:20:51.640 INFO:tasks.rados.rados.0.smithi071.stdout:59: done (2 left) 2024-09-13T14:20:51.640 INFO:tasks.rados.rados.0.smithi071.stdout:60: done (1 left) 2024-09-13T14:20:51.640 INFO:tasks.rados.rados.0.smithi071.stdout:61: done (0 left) 2024-09-13T14:20:51.641 INFO:tasks.rados.rados.0.smithi071.stdout:62: write oid 29 current snap is 0 2024-09-13T14:20:51.641 INFO:tasks.rados.rados.0.smithi071.stdout:62: seq_num 56 ranges {541192=628415,1660521=553673,2888511=52681} 2024-09-13T14:20:51.646 INFO:tasks.rados.rados.0.smithi071.stdout:62: writing smithi07185159-29 from 541192 to 1169607 tid 1 2024-09-13T14:20:51.652 INFO:tasks.rados.rados.0.smithi071.stdout:62: writing smithi07185159-29 from 1660521 to 2214194 tid 2 2024-09-13T14:20:51.656 INFO:tasks.rados.rados.0.smithi071.stdout:62: writing smithi07185159-29 from 2888511 to 2941192 tid 3 2024-09-13T14:20:51.656 INFO:tasks.rados.rados.0.smithi071.stdout:63: write oid 48 current snap is 0 2024-09-13T14:20:51.656 INFO:tasks.rados.rados.0.smithi071.stdout:62: finishing write tid 1 to smithi07185159-29 2024-09-13T14:20:51.656 INFO:tasks.rados.rados.0.smithi071.stdout:63: seq_num 57 ranges {557999=703664,1719003=413684,2632287=325712} 2024-09-13T14:20:51.663 INFO:tasks.rados.rados.0.smithi071.stdout:63: writing smithi07185159-48 from 557999 to 1261663 tid 1 2024-09-13T14:20:51.667 INFO:tasks.rados.rados.0.smithi071.stdout:63: writing smithi07185159-48 from 1719003 to 2132687 tid 2 2024-09-13T14:20:51.672 INFO:tasks.rados.rados.0.smithi071.stdout:63: writing smithi07185159-48 from 2632287 to 2957999 tid 3 2024-09-13T14:20:51.672 INFO:tasks.rados.rados.0.smithi071.stdout:64: write oid 22 current snap is 0 2024-09-13T14:20:51.673 INFO:tasks.rados.rados.0.smithi071.stdout:62: finishing write tid 2 to smithi07185159-29 2024-09-13T14:20:51.673 INFO:tasks.rados.rados.0.smithi071.stdout:62: finishing write tid 3 to smithi07185159-29 2024-09-13T14:20:51.673 INFO:tasks.rados.rados.0.smithi071.stdout:64: seq_num 58 ranges {574806=778913,2061132=557342} 2024-09-13T14:20:51.679 INFO:tasks.rados.rados.0.smithi071.stdout:64: writing smithi07185159-22 from 574806 to 1353719 tid 1 2024-09-13T14:20:51.687 INFO:tasks.rados.rados.0.smithi071.stdout:64: writing smithi07185159-22 from 2061132 to 2618474 tid 2 2024-09-13T14:20:51.687 INFO:tasks.rados.rados.0.smithi071.stdout:65: rollback oid 7 current snap is 0 2024-09-13T14:20:51.687 INFO:tasks.rados.rados.0.smithi071.stdout:65: done (3 left) 2024-09-13T14:20:51.687 INFO:tasks.rados.rados.0.smithi071.stdout:66: read oid 24 snap -1 2024-09-13T14:20:51.687 INFO:tasks.rados.rados.0.smithi071.stdout:66: expect (ObjNum 23 snap 0 seq_num 23) 2024-09-13T14:20:51.687 INFO:tasks.rados.rados.0.smithi071.stdout:67: write oid 12 current snap is 0 2024-09-13T14:20:51.687 INFO:tasks.rados.rados.0.smithi071.stdout:62: finishing write tid 4 to smithi07185159-29 2024-09-13T14:20:51.687 INFO:tasks.rados.rados.0.smithi071.stdout:62: finishing write tid 5 to smithi07185159-29 2024-09-13T14:20:51.687 INFO:tasks.rados.rados.0.smithi071.stdout:62: oid 29 updating version 0 to 19 2024-09-13T14:20:51.687 INFO:tasks.rados.rados.0.smithi071.stdout:62: oid 29 version 19 is already newer than 17 2024-09-13T14:20:51.687 INFO:tasks.rados.rados.0.smithi071.stdout:62: oid 29 version 19 is already newer than 18 2024-09-13T14:20:51.687 INFO:tasks.rados.rados.0.smithi071.stdout:62: oid 29 version 19 is already newer than 16 2024-09-13T14:20:51.688 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 29 v 19 (ObjNum 56 snap 0 seq_num 56) dirty exists 2024-09-13T14:20:51.688 INFO:tasks.rados.rados.0.smithi071.stdout:62: left oid 29 (ObjNum 56 snap 0 seq_num 56) 2024-09-13T14:20:51.688 INFO:tasks.rados.rados.0.smithi071.stdout:63: finishing write tid 1 to smithi07185159-48 2024-09-13T14:20:51.688 INFO:tasks.rados.rados.0.smithi071.stdout:67: seq_num 59 ranges {591613=454162,1719614=417353,2570780=420833} 2024-09-13T14:20:51.692 INFO:tasks.rados.rados.0.smithi071.stdout:67: writing smithi07185159-12 from 591613 to 1045775 tid 1 2024-09-13T14:20:51.698 INFO:tasks.rados.rados.0.smithi071.stdout:67: writing smithi07185159-12 from 1719614 to 2136967 tid 2 2024-09-13T14:20:51.703 INFO:tasks.rados.rados.0.smithi071.stdout:67: writing smithi07185159-12 from 2570780 to 2991613 tid 3 2024-09-13T14:20:51.703 INFO:tasks.rados.rados.0.smithi071.stdout:62: done (4 left) 2024-09-13T14:20:51.703 INFO:tasks.rados.rados.0.smithi071.stdout:68: write oid 11 current snap is 0 2024-09-13T14:20:51.703 INFO:tasks.rados.rados.0.smithi071.stdout:63: finishing write tid 2 to smithi07185159-48 2024-09-13T14:20:51.703 INFO:tasks.rados.rados.0.smithi071.stdout:63: finishing write tid 3 to smithi07185159-48 2024-09-13T14:20:51.703 INFO:tasks.rados.rados.0.smithi071.stdout:68: seq_num 60 ranges {608420=529411,1778096=561011,2881850=126570} 2024-09-13T14:20:51.709 INFO:tasks.rados.rados.0.smithi071.stdout:68: writing smithi07185159-11 from 608420 to 1137831 tid 1 2024-09-13T14:20:51.715 INFO:tasks.rados.rados.0.smithi071.stdout:68: writing smithi07185159-11 from 1778096 to 2339107 tid 2 2024-09-13T14:20:51.720 INFO:tasks.rados.rados.0.smithi071.stdout:68: writing smithi07185159-11 from 2881850 to 3008420 tid 3 2024-09-13T14:20:51.720 INFO:tasks.rados.rados.0.smithi071.stdout:69: write oid 28 current snap is 0 2024-09-13T14:20:51.720 INFO:tasks.rados.rados.0.smithi071.stdout:63: finishing write tid 4 to smithi07185159-48 2024-09-13T14:20:51.720 INFO:tasks.rados.rados.0.smithi071.stdout:63: finishing write tid 5 to smithi07185159-48 2024-09-13T14:20:51.720 INFO:tasks.rados.rados.0.smithi071.stdout:63: oid 48 updating version 0 to 28 2024-09-13T14:20:51.720 INFO:tasks.rados.rados.0.smithi071.stdout:63: oid 48 version 28 is already newer than 27 2024-09-13T14:20:51.720 INFO:tasks.rados.rados.0.smithi071.stdout:63: oid 48 version 28 is already newer than 26 2024-09-13T14:20:51.720 INFO:tasks.rados.rados.0.smithi071.stdout:63: oid 48 version 28 is already newer than 25 2024-09-13T14:20:51.721 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 48 v 28 (ObjNum 57 snap 0 seq_num 57) dirty exists 2024-09-13T14:20:51.721 INFO:tasks.rados.rados.0.smithi071.stdout:63: left oid 48 (ObjNum 57 snap 0 seq_num 57) 2024-09-13T14:20:51.721 INFO:tasks.rados.rados.0.smithi071.stdout:64: finishing write tid 1 to smithi07185159-22 2024-09-13T14:20:51.721 INFO:tasks.rados.rados.0.smithi071.stdout:64: finishing write tid 2 to smithi07185159-22 2024-09-13T14:20:51.721 INFO:tasks.rados.rados.0.smithi071.stdout:64: finishing write tid 3 to smithi07185159-22 2024-09-13T14:20:51.721 INFO:tasks.rados.rados.0.smithi071.stdout:64: finishing write tid 4 to smithi07185159-22 2024-09-13T14:20:51.721 INFO:tasks.rados.rados.0.smithi071.stdout:64: oid 22 updating version 0 to 12 2024-09-13T14:20:51.721 INFO:tasks.rados.rados.0.smithi071.stdout:64: oid 22 version 12 is already newer than 11 2024-09-13T14:20:51.721 INFO:tasks.rados.rados.0.smithi071.stdout:64: oid 22 updating version 12 to 13 2024-09-13T14:20:51.721 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 22 v 13 (ObjNum 58 snap 0 seq_num 58) dirty exists 2024-09-13T14:20:51.721 INFO:tasks.rados.rados.0.smithi071.stdout:64: left oid 22 (ObjNum 58 snap 0 seq_num 58) 2024-09-13T14:20:51.721 INFO:tasks.rados.rados.0.smithi071.stdout:69: seq_num 61 ranges {625227=721013,1952931=704669} 2024-09-13T14:20:51.726 INFO:tasks.rados.rados.0.smithi071.stdout:69: writing smithi07185159-28 from 625227 to 1346240 tid 1 2024-09-13T14:20:51.734 INFO:tasks.rados.rados.0.smithi071.stdout:69: writing smithi07185159-28 from 1952931 to 2657600 tid 2 2024-09-13T14:20:51.734 INFO:tasks.rados.rados.0.smithi071.stdout:63: done (5 left) 2024-09-13T14:20:51.734 INFO:tasks.rados.rados.0.smithi071.stdout:64: done (4 left) 2024-09-13T14:20:51.734 INFO:tasks.rados.rados.0.smithi071.stdout:70: write oid 49 current snap is 0 2024-09-13T14:20:51.734 INFO:tasks.rados.rados.0.smithi071.stdout:66: expect (ObjNum 23 snap 0 seq_num 23) 2024-09-13T14:20:51.813 INFO:tasks.rados.rados.0.smithi071.stdout:67: finishing write tid 1 to smithi07185159-12 2024-09-13T14:20:51.813 INFO:tasks.rados.rados.0.smithi071.stdout:67: finishing write tid 2 to smithi07185159-12 2024-09-13T14:20:51.813 INFO:tasks.rados.rados.0.smithi071.stdout:67: finishing write tid 3 to smithi07185159-12 2024-09-13T14:20:51.813 INFO:tasks.rados.rados.0.smithi071.stdout:67: finishing write tid 4 to smithi07185159-12 2024-09-13T14:20:51.813 INFO:tasks.rados.rados.0.smithi071.stdout:67: finishing write tid 5 to smithi07185159-12 2024-09-13T14:20:51.813 INFO:tasks.rados.rados.0.smithi071.stdout:67: oid 12 updating version 0 to 5 2024-09-13T14:20:51.813 INFO:tasks.rados.rados.0.smithi071.stdout:67: oid 12 updating version 5 to 7 2024-09-13T14:20:51.813 INFO:tasks.rados.rados.0.smithi071.stdout:67: oid 12 version 7 is already newer than 6 2024-09-13T14:20:51.814 INFO:tasks.rados.rados.0.smithi071.stdout:67: oid 12 version 7 is already newer than 4 2024-09-13T14:20:51.814 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 12 v 7 (ObjNum 59 snap 0 seq_num 59) dirty exists 2024-09-13T14:20:51.814 INFO:tasks.rados.rados.0.smithi071.stdout:67: left oid 12 (ObjNum 59 snap 0 seq_num 59) 2024-09-13T14:20:51.814 INFO:tasks.rados.rados.0.smithi071.stdout:68: finishing write tid 1 to smithi07185159-11 2024-09-13T14:20:51.814 INFO:tasks.rados.rados.0.smithi071.stdout:70: seq_num 62 ranges {642034=796262,1895060=564680} 2024-09-13T14:20:51.820 INFO:tasks.rados.rados.0.smithi071.stdout:70: writing smithi07185159-49 from 642034 to 1438296 tid 1 2024-09-13T14:20:51.826 INFO:tasks.rados.rados.0.smithi071.stdout:70: writing smithi07185159-49 from 1895060 to 2459740 tid 2 2024-09-13T14:20:51.826 INFO:tasks.rados.rados.0.smithi071.stdout:66: done (4 left) 2024-09-13T14:20:51.827 INFO:tasks.rados.rados.0.smithi071.stdout:67: done (3 left) 2024-09-13T14:20:51.827 INFO:tasks.rados.rados.0.smithi071.stdout:71: snap_create 2024-09-13T14:20:51.827 INFO:tasks.rados.rados.0.smithi071.stdout:68: finishing write tid 2 to smithi07185159-11 2024-09-13T14:20:51.827 INFO:tasks.rados.rados.0.smithi071.stdout:68: finishing write tid 3 to smithi07185159-11 2024-09-13T14:20:51.827 INFO:tasks.rados.rados.0.smithi071.stdout:68: finishing write tid 4 to smithi07185159-11 2024-09-13T14:20:51.827 INFO:tasks.rados.rados.0.smithi071.stdout:68: finishing write tid 5 to smithi07185159-11 2024-09-13T14:20:51.827 INFO:tasks.rados.rados.0.smithi071.stdout:68: oid 11 updating version 0 to 22 2024-09-13T14:20:51.827 INFO:tasks.rados.rados.0.smithi071.stdout:68: oid 11 version 22 is already newer than 21 2024-09-13T14:20:51.827 INFO:tasks.rados.rados.0.smithi071.stdout:68: oid 11 updating version 22 to 23 2024-09-13T14:20:51.827 INFO:tasks.rados.rados.0.smithi071.stdout:68: oid 11 version 23 is already newer than 20 2024-09-13T14:20:51.827 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 11 v 23 (ObjNum 60 snap 0 seq_num 60) dirty exists 2024-09-13T14:20:51.827 INFO:tasks.rados.rados.0.smithi071.stdout:68: left oid 11 (ObjNum 60 snap 0 seq_num 60) 2024-09-13T14:20:51.828 INFO:tasks.rados.rados.0.smithi071.stdout:69: finishing write tid 1 to smithi07185159-28 2024-09-13T14:20:51.828 INFO:tasks.rados.rados.0.smithi071.stdout:69: finishing write tid 2 to smithi07185159-28 2024-09-13T14:20:51.828 INFO:tasks.rados.rados.0.smithi071.stdout:69: finishing write tid 3 to smithi07185159-28 2024-09-13T14:20:51.828 INFO:tasks.rados.rados.0.smithi071.stdout:69: finishing write tid 4 to smithi07185159-28 2024-09-13T14:20:51.828 INFO:tasks.rados.rados.0.smithi071.stdout:69: oid 28 updating version 0 to 17 2024-09-13T14:20:51.828 INFO:tasks.rados.rados.0.smithi071.stdout:69: oid 28 version 17 is already newer than 16 2024-09-13T14:20:51.828 INFO:tasks.rados.rados.0.smithi071.stdout:69: oid 28 updating version 17 to 18 2024-09-13T14:20:51.828 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 28 v 18 (ObjNum 61 snap 0 seq_num 61) dirty exists 2024-09-13T14:20:51.828 INFO:tasks.rados.rados.0.smithi071.stdout:69: left oid 28 (ObjNum 61 snap 0 seq_num 61) 2024-09-13T14:20:51.828 INFO:tasks.rados.rados.0.smithi071.stdout:70: finishing write tid 1 to smithi07185159-49 2024-09-13T14:20:51.829 INFO:tasks.rados.rados.0.smithi071.stdout:70: finishing write tid 2 to smithi07185159-49 2024-09-13T14:20:51.829 INFO:tasks.rados.rados.0.smithi071.stdout:70: finishing write tid 3 to smithi07185159-49 2024-09-13T14:20:51.829 INFO:tasks.rados.rados.0.smithi071.stdout:70: finishing write tid 4 to smithi07185159-49 2024-09-13T14:20:51.829 INFO:tasks.rados.rados.0.smithi071.stdout:70: oid 49 updating version 0 to 15 2024-09-13T14:20:51.829 INFO:tasks.rados.rados.0.smithi071.stdout:70: oid 49 version 15 is already newer than 14 2024-09-13T14:20:51.829 INFO:tasks.rados.rados.0.smithi071.stdout:70: oid 49 version 15 is already newer than 13 2024-09-13T14:20:51.830 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 49 v 15 (ObjNum 62 snap 0 seq_num 62) dirty exists 2024-09-13T14:20:51.830 INFO:tasks.rados.rados.0.smithi071.stdout:70: left oid 49 (ObjNum 62 snap 0 seq_num 62) 2024-09-13T14:20:51.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:51 smithi071 ceph-mon[29588]: from='client.? ' entity='client.0' cmd='[{"prefix": "osd pool set", "pool": "unique_pool_0", "var": "write_fadvise_dontneed", "val": "false"}]': finished 2024-09-13T14:20:51.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:51 smithi071 ceph-mon[29588]: osdmap e77: 8 total, 8 up, 8 in 2024-09-13T14:20:51.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:51 smithi071 ceph-mon[41109]: from='client.? ' entity='client.0' cmd='[{"prefix": "osd pool set", "pool": "unique_pool_0", "var": "write_fadvise_dontneed", "val": "false"}]': finished 2024-09-13T14:20:51.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:51 smithi071 ceph-mon[41109]: osdmap e77: 8 total, 8 up, 8 in 2024-09-13T14:20:51.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:51 smithi104 ceph-mon[33426]: from='client.? ' entity='client.0' cmd='[{"prefix": "osd pool set", "pool": "unique_pool_0", "var": "write_fadvise_dontneed", "val": "false"}]': finished 2024-09-13T14:20:51.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:51 smithi104 ceph-mon[33426]: osdmap e77: 8 total, 8 up, 8 in 2024-09-13T14:20:52.644 INFO:tasks.rados.rados.0.smithi071.stdout:68: done (3 left) 2024-09-13T14:20:52.644 INFO:tasks.rados.rados.0.smithi071.stdout:69: done (2 left) 2024-09-13T14:20:52.644 INFO:tasks.rados.rados.0.smithi071.stdout:70: done (1 left) 2024-09-13T14:20:52.644 INFO:tasks.rados.rados.0.smithi071.stdout:71: done (0 left) 2024-09-13T14:20:52.644 INFO:tasks.rados.rados.0.smithi071.stdout:72: write oid 50 current snap is 1 2024-09-13T14:20:52.644 INFO:tasks.rados.rados.0.smithi071.stdout:72: seq_num 63 ranges {658841=471511,1553542=708338,2964119=94722} 2024-09-13T14:20:52.650 INFO:tasks.rados.rados.0.smithi071.stdout:72: writing smithi07185159-50 from 658841 to 1130352 tid 1 2024-09-13T14:20:52.656 INFO:tasks.rados.rados.0.smithi071.stdout:72: writing smithi07185159-50 from 1553542 to 2261880 tid 2 2024-09-13T14:20:52.661 INFO:tasks.rados.rados.0.smithi071.stdout:72: writing smithi07185159-50 from 2964119 to 3058841 tid 3 2024-09-13T14:20:52.661 INFO:tasks.rados.rados.0.smithi071.stdout:73: rollback oid 38 current snap is 1 2024-09-13T14:20:52.661 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 38 to 0 2024-09-13T14:20:52.661 INFO:tasks.rados.rados.0.smithi071.stdout:72: finishing write tid 1 to smithi07185159-50 2024-09-13T14:20:52.661 INFO:tasks.rados.rados.0.smithi071.stdout:72: finishing write tid 2 to smithi07185159-50 2024-09-13T14:20:52.661 INFO:tasks.rados.rados.0.smithi071.stdout:74: write oid 33 current snap is 1 2024-09-13T14:20:52.661 INFO:tasks.rados.rados.0.smithi071.stdout:74: seq_num 64 ranges {675648=546760,2012024=568349} 2024-09-13T14:20:52.667 INFO:tasks.rados.rados.0.smithi071.stdout:74: writing smithi07185159-33 from 675648 to 1222408 tid 1 2024-09-13T14:20:52.675 INFO:tasks.rados.rados.0.smithi071.stdout:74: writing smithi07185159-33 from 2012024 to 2580373 tid 2 2024-09-13T14:20:52.675 INFO:tasks.rados.rados.0.smithi071.stdout:75: rollback oid 37 current snap is 1 2024-09-13T14:20:52.675 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 37 to 0 2024-09-13T14:20:52.675 INFO:tasks.rados.rados.0.smithi071.stdout:72: finishing write tid 3 to smithi07185159-50 2024-09-13T14:20:52.676 INFO:tasks.rados.rados.0.smithi071.stdout:72: finishing write tid 4 to smithi07185159-50 2024-09-13T14:20:52.676 INFO:tasks.rados.rados.0.smithi071.stdout:72: finishing write tid 5 to smithi07185159-50 2024-09-13T14:20:52.676 INFO:tasks.rados.rados.0.smithi071.stdout:72: oid 50 updating version 0 to 33 2024-09-13T14:20:52.676 INFO:tasks.rados.rados.0.smithi071.stdout:72: oid 50 version 33 is already newer than 32 2024-09-13T14:20:52.676 INFO:tasks.rados.rados.0.smithi071.stdout:72: oid 50 version 33 is already newer than 30 2024-09-13T14:20:52.676 INFO:tasks.rados.rados.0.smithi071.stdout:72: oid 50 version 33 is already newer than 31 2024-09-13T14:20:52.676 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 50 v 33 (ObjNum 63 snap 1 seq_num 63) dirty exists 2024-09-13T14:20:52.676 INFO:tasks.rados.rados.0.smithi071.stdout:72: left oid 50 (ObjNum 63 snap 1 seq_num 63) 2024-09-13T14:20:52.676 INFO:tasks.rados.rados.0.smithi071.stdout:72: done (3 left) 2024-09-13T14:20:52.676 INFO:tasks.rados.rados.0.smithi071.stdout:76: snap_create 2024-09-13T14:20:52.676 INFO:tasks.rados.rados.0.smithi071.stdout:73: finishing rollback tid 0 to smithi07185159-38 2024-09-13T14:20:52.676 INFO:tasks.rados.rados.0.smithi071.stdout:73: finishing rollback tid 1 to smithi07185159-38 2024-09-13T14:20:52.676 INFO:tasks.rados.rados.0.smithi071.stdout:73: finishing rollback tid 2 to smithi07185159-38 2024-09-13T14:20:52.677 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 38 v 23 (ObjNum 52 snap 0 seq_num 52) dirty exists 2024-09-13T14:20:52.677 INFO:tasks.rados.rados.0.smithi071.stdout:74: finishing write tid 1 to smithi07185159-33 2024-09-13T14:20:52.677 INFO:tasks.rados.rados.0.smithi071.stdout:75: finishing rollback tid 0 to smithi07185159-37 2024-09-13T14:20:52.678 INFO:tasks.rados.rados.0.smithi071.stdout:75: finishing rollback tid 1 to smithi07185159-37 2024-09-13T14:20:52.678 INFO:tasks.rados.rados.0.smithi071.stdout:75: finishing rollback tid 2 to smithi07185159-37 2024-09-13T14:20:52.678 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 37 v 10 (ObjNum 36 snap 0 seq_num 36) dirty exists 2024-09-13T14:20:52.678 INFO:tasks.rados.rados.0.smithi071.stdout:74: finishing write tid 2 to smithi07185159-33 2024-09-13T14:20:52.678 INFO:tasks.rados.rados.0.smithi071.stdout:74: finishing write tid 3 to smithi07185159-33 2024-09-13T14:20:52.678 INFO:tasks.rados.rados.0.smithi071.stdout:74: finishing write tid 4 to smithi07185159-33 2024-09-13T14:20:52.678 INFO:tasks.rados.rados.0.smithi071.stdout:74: oid 33 updating version 0 to 22 2024-09-13T14:20:52.678 INFO:tasks.rados.rados.0.smithi071.stdout:74: oid 33 version 22 is already newer than 21 2024-09-13T14:20:52.678 INFO:tasks.rados.rados.0.smithi071.stdout:74: oid 33 version 22 is already newer than 20 2024-09-13T14:20:52.678 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 33 v 22 (ObjNum 64 snap 1 seq_num 64) dirty exists 2024-09-13T14:20:52.678 INFO:tasks.rados.rados.0.smithi071.stdout:74: left oid 33 (ObjNum 64 snap 1 seq_num 64) 2024-09-13T14:20:52.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:52 smithi071 ceph-mon[29588]: pgmap v102: 89 pgs: 89 active+clean; 579 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:52.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:52 smithi071 ceph-mon[41109]: pgmap v102: 89 pgs: 89 active+clean; 579 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:52.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:52 smithi104 ceph-mon[33426]: pgmap v102: 89 pgs: 89 active+clean; 579 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:53.645 INFO:tasks.rados.rados.0.smithi071.stdout:73: done (3 left) 2024-09-13T14:20:53.645 INFO:tasks.rados.rados.0.smithi071.stdout:74: done (2 left) 2024-09-13T14:20:53.645 INFO:tasks.rados.rados.0.smithi071.stdout:75: done (1 left) 2024-09-13T14:20:53.645 INFO:tasks.rados.rados.0.smithi071.stdout:76: done (0 left) 2024-09-13T14:20:53.645 INFO:tasks.rados.rados.0.smithi071.stdout:77: read oid 33 snap -1 2024-09-13T14:20:53.645 INFO:tasks.rados.rados.0.smithi071.stdout:77: expect (ObjNum 64 snap 1 seq_num 64) 2024-09-13T14:20:53.645 INFO:tasks.rados.rados.0.smithi071.stdout:78: snap_create 2024-09-13T14:20:53.649 INFO:tasks.rados.rados.0.smithi071.stdout:77: expect (ObjNum 64 snap 1 seq_num 64) 2024-09-13T14:20:53.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:53 smithi104 ceph-mon[33426]: from='client.24707 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d58f73069a8157a9ace12a0247ee3e8497707ea9", "daemon_types": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:20:53.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:53 smithi104 ceph-mon[33426]: osdmap e78: 8 total, 8 up, 8 in 2024-09-13T14:20:54.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:53 smithi071 ceph-mon[29588]: from='client.24707 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d58f73069a8157a9ace12a0247ee3e8497707ea9", "daemon_types": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:20:54.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:53 smithi071 ceph-mon[29588]: osdmap e78: 8 total, 8 up, 8 in 2024-09-13T14:20:54.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:53 smithi071 ceph-mon[41109]: from='client.24707 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d58f73069a8157a9ace12a0247ee3e8497707ea9", "daemon_types": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:20:54.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:53 smithi071 ceph-mon[41109]: osdmap e78: 8 total, 8 up, 8 in 2024-09-13T14:20:54.649 INFO:tasks.rados.rados.0.smithi071.stdout:77: done (1 left) 2024-09-13T14:20:54.650 INFO:tasks.rados.rados.0.smithi071.stdout:78: done (0 left) 2024-09-13T14:20:54.650 INFO:tasks.rados.rados.0.smithi071.stdout:79: rollback oid 9 current snap is 3 2024-09-13T14:20:54.650 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 9 to 0 2024-09-13T14:20:54.650 INFO:tasks.rados.rados.0.smithi071.stdout:80: snap_create 2024-09-13T14:20:54.654 INFO:tasks.rados.rados.0.smithi071.stdout:79: finishing rollback tid 0 to smithi07185159-9 2024-09-13T14:20:54.654 INFO:tasks.rados.rados.0.smithi071.stdout:79: finishing rollback tid 1 to smithi07185159-9 2024-09-13T14:20:54.654 INFO:tasks.rados.rados.0.smithi071.stdout:79: finishing rollback tid 2 to smithi07185159-9 2024-09-13T14:20:54.654 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 9 v 7 (ObjNum 8 snap 0 seq_num 8) dirty exists 2024-09-13T14:20:54.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:54 smithi104 ceph-mon[33426]: pgmap v104: 89 pgs: 89 active+clean; 579 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:54.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:54 smithi104 ceph-mon[33426]: osdmap e79: 8 total, 8 up, 8 in 2024-09-13T14:20:54.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:54 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:20:55.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:54 smithi071 ceph-mon[29588]: pgmap v104: 89 pgs: 89 active+clean; 579 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:55.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:54 smithi071 ceph-mon[29588]: osdmap e79: 8 total, 8 up, 8 in 2024-09-13T14:20:55.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:54 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:20:55.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:54 smithi071 ceph-mon[41109]: pgmap v104: 89 pgs: 89 active+clean; 579 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:20:55.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:54 smithi071 ceph-mon[41109]: osdmap e79: 8 total, 8 up, 8 in 2024-09-13T14:20:55.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:54 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:20:55.661 INFO:tasks.rados.rados.0.smithi071.stdout:79: done (1 left) 2024-09-13T14:20:55.661 INFO:tasks.rados.rados.0.smithi071.stdout:80: done (0 left) 2024-09-13T14:20:55.661 INFO:tasks.rados.rados.0.smithi071.stdout:81: read oid 26 snap -1 2024-09-13T14:20:55.661 INFO:tasks.rados.rados.0.smithi071.stdout:81: expect (ObjNum 25 snap 0 seq_num 25) 2024-09-13T14:20:55.661 INFO:tasks.rados.rados.0.smithi071.stdout:82: read oid 36 snap -1 2024-09-13T14:20:55.661 INFO:tasks.rados.rados.0.smithi071.stdout:82: expect (ObjNum 35 snap 0 seq_num 35) 2024-09-13T14:20:55.661 INFO:tasks.rados.rados.0.smithi071.stdout:83: snap_create 2024-09-13T14:20:55.664 INFO:tasks.rados.rados.0.smithi071.stdout:82: expect (ObjNum 35 snap 0 seq_num 35) 2024-09-13T14:20:55.752 INFO:tasks.rados.rados.0.smithi071.stdout:81: expect (ObjNum 25 snap 0 seq_num 25) 2024-09-13T14:20:55.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:55 smithi104 ceph-mon[33426]: osdmap e80: 8 total, 8 up, 8 in 2024-09-13T14:20:55.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:55 smithi104 ceph-mon[33426]: pgmap v107: 89 pgs: 89 active+clean; 117 MiB data, 408 MiB used, 715 GiB / 715 GiB avail; 9.9 MiB/s rd, 14 MiB/s wr, 88 op/s 2024-09-13T14:20:56.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:55 smithi071 ceph-mon[29588]: osdmap e80: 8 total, 8 up, 8 in 2024-09-13T14:20:56.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:55 smithi071 ceph-mon[29588]: pgmap v107: 89 pgs: 89 active+clean; 117 MiB data, 408 MiB used, 715 GiB / 715 GiB avail; 9.9 MiB/s rd, 14 MiB/s wr, 88 op/s 2024-09-13T14:20:56.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:55 smithi071 ceph-mon[41109]: osdmap e80: 8 total, 8 up, 8 in 2024-09-13T14:20:56.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:55 smithi071 ceph-mon[41109]: pgmap v107: 89 pgs: 89 active+clean; 117 MiB data, 408 MiB used, 715 GiB / 715 GiB avail; 9.9 MiB/s rd, 14 MiB/s wr, 88 op/s 2024-09-13T14:20:56.659 INFO:tasks.rados.rados.0.smithi071.stdout:81: done (2 left) 2024-09-13T14:20:56.659 INFO:tasks.rados.rados.0.smithi071.stdout:82: done (1 left) 2024-09-13T14:20:56.659 INFO:tasks.rados.rados.0.smithi071.stdout:83: done (0 left) 2024-09-13T14:20:56.659 INFO:tasks.rados.rados.0.smithi071.stdout:84: delete oid 7 current snap is 5 2024-09-13T14:20:56.664 INFO:tasks.rados.rados.0.smithi071.stdout:84: done (0 left) 2024-09-13T14:20:56.664 INFO:tasks.rados.rados.0.smithi071.stdout:85: write oid 48 current snap is 5 2024-09-13T14:20:56.664 INFO:tasks.rados.rados.0.smithi071.stdout:85: seq_num 66 ranges {709262=697258,2012635=572018,3046388=62874} 2024-09-13T14:20:56.672 INFO:tasks.rados.rados.0.smithi071.stdout:85: writing smithi07185159-48 from 709262 to 1406520 tid 1 2024-09-13T14:20:56.680 INFO:tasks.rados.rados.0.smithi071.stdout:85: writing smithi07185159-48 from 2012635 to 2584653 tid 2 2024-09-13T14:20:56.683 INFO:tasks.rados.rados.0.smithi071.stdout:85: writing smithi07185159-48 from 3046388 to 3109262 tid 3 2024-09-13T14:20:56.683 INFO:tasks.rados.rados.0.smithi071.stdout:86: snap_create 2024-09-13T14:20:56.683 INFO:tasks.rados.rados.0.smithi071.stdout:85: finishing write tid 1 to smithi07185159-48 2024-09-13T14:20:56.683 INFO:tasks.rados.rados.0.smithi071.stdout:85: finishing write tid 2 to smithi07185159-48 2024-09-13T14:20:56.685 INFO:tasks.rados.rados.0.smithi071.stdout:85: finishing write tid 3 to smithi07185159-48 2024-09-13T14:20:56.685 INFO:tasks.rados.rados.0.smithi071.stdout:85: finishing write tid 4 to smithi07185159-48 2024-09-13T14:20:56.685 INFO:tasks.rados.rados.0.smithi071.stdout:85: finishing write tid 5 to smithi07185159-48 2024-09-13T14:20:56.685 INFO:tasks.rados.rados.0.smithi071.stdout:85: oid 48 updating version 0 to 37 2024-09-13T14:20:56.685 INFO:tasks.rados.rados.0.smithi071.stdout:85: oid 48 version 37 is already newer than 36 2024-09-13T14:20:56.685 INFO:tasks.rados.rados.0.smithi071.stdout:85: oid 48 updating version 37 to 38 2024-09-13T14:20:56.685 INFO:tasks.rados.rados.0.smithi071.stdout:85: oid 48 version 38 is already newer than 35 2024-09-13T14:20:56.685 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 48 v 38 (ObjNum 66 snap 5 seq_num 66) dirty exists 2024-09-13T14:20:56.685 INFO:tasks.rados.rados.0.smithi071.stdout:85: left oid 48 (ObjNum 66 snap 5 seq_num 66) 2024-09-13T14:20:56.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:56 smithi104 ceph-mon[33426]: osdmap e81: 8 total, 8 up, 8 in 2024-09-13T14:20:57.041 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:56 smithi071 ceph-mon[41109]: osdmap e81: 8 total, 8 up, 8 in 2024-09-13T14:20:57.041 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:56 smithi071 ceph-mon[29588]: osdmap e81: 8 total, 8 up, 8 in 2024-09-13T14:20:57.672 INFO:tasks.rados.rados.0.smithi071.stdout:85: done (1 left) 2024-09-13T14:20:57.672 INFO:tasks.rados.rados.0.smithi071.stdout:86: done (0 left) 2024-09-13T14:20:57.672 INFO:tasks.rados.rados.0.smithi071.stdout:87: rollback oid 10 current snap is 6 2024-09-13T14:20:57.672 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 10 to 2 2024-09-13T14:20:57.672 INFO:tasks.rados.rados.0.smithi071.stdout:88: snap_create 2024-09-13T14:20:57.678 INFO:tasks.rados.rados.0.smithi071.stdout:87: finishing rollback tid 0 to smithi07185159-10 2024-09-13T14:20:57.679 INFO:tasks.rados.rados.0.smithi071.stdout:87: finishing rollback tid 1 to smithi07185159-10 2024-09-13T14:20:57.679 INFO:tasks.rados.rados.0.smithi071.stdout:87: finishing rollback tid 2 to smithi07185159-10 2024-09-13T14:20:57.679 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 10 v 27 (ObjNum 9 snap 0 seq_num 9) dirty exists 2024-09-13T14:20:58.067 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:57 smithi071 ceph-mon[29588]: osdmap e82: 8 total, 8 up, 8 in 2024-09-13T14:20:58.067 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:57 smithi071 ceph-mon[29588]: pgmap v110: 89 pgs: 89 active+clean; 117 MiB data, 408 MiB used, 715 GiB / 715 GiB avail; 12 MiB/s rd, 17 MiB/s wr, 106 op/s 2024-09-13T14:20:58.067 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:57 smithi071 ceph-mon[41109]: osdmap e82: 8 total, 8 up, 8 in 2024-09-13T14:20:58.067 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:57 smithi071 ceph-mon[41109]: pgmap v110: 89 pgs: 89 active+clean; 117 MiB data, 408 MiB used, 715 GiB / 715 GiB avail; 12 MiB/s rd, 17 MiB/s wr, 106 op/s 2024-09-13T14:20:58.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:57 smithi104 ceph-mon[33426]: osdmap e82: 8 total, 8 up, 8 in 2024-09-13T14:20:58.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:57 smithi104 ceph-mon[33426]: pgmap v110: 89 pgs: 89 active+clean; 117 MiB data, 408 MiB used, 715 GiB / 715 GiB avail; 12 MiB/s rd, 17 MiB/s wr, 106 op/s 2024-09-13T14:20:58.673 INFO:tasks.rados.rados.0.smithi071.stdout:87: done (1 left) 2024-09-13T14:20:58.673 INFO:tasks.rados.rados.0.smithi071.stdout:88: done (0 left) 2024-09-13T14:20:58.673 INFO:tasks.rados.rados.0.smithi071.stdout:89: delete oid 23 current snap is 7 2024-09-13T14:20:58.678 INFO:tasks.rados.rados.0.smithi071.stdout:89: done (0 left) 2024-09-13T14:20:58.679 INFO:tasks.rados.rados.0.smithi071.stdout:90: read oid 27 snap 3 2024-09-13T14:20:58.679 INFO:tasks.rados.rados.0.smithi071.stdout:90: expect (ObjNum 26 snap 0 seq_num 26) 2024-09-13T14:20:58.679 INFO:tasks.rados.rados.0.smithi071.stdout:91: write oid 12 current snap is 7 2024-09-13T14:20:58.679 INFO:tasks.rados.rados.0.smithi071.stdout:91: seq_num 68 ranges {742876=447756,1729599=575687,3101234=41642} 2024-09-13T14:20:58.685 INFO:tasks.rados.rados.0.smithi071.stdout:91: writing smithi07185159-12 from 742876 to 1190632 tid 1 2024-09-13T14:20:58.692 INFO:tasks.rados.rados.0.smithi071.stdout:91: writing smithi07185159-12 from 1729599 to 2305286 tid 2 2024-09-13T14:20:58.697 INFO:tasks.rados.rados.0.smithi071.stdout:91: writing smithi07185159-12 from 3101234 to 3142876 tid 3 2024-09-13T14:20:58.697 INFO:tasks.rados.rados.0.smithi071.stdout:92: snap_create 2024-09-13T14:20:58.697 INFO:tasks.rados.rados.0.smithi071.stdout:90: expect (ObjNum 26 snap 0 seq_num 26) 2024-09-13T14:20:58.793 INFO:tasks.rados.rados.0.smithi071.stdout:91: finishing write tid 1 to smithi07185159-12 2024-09-13T14:20:58.793 INFO:tasks.rados.rados.0.smithi071.stdout:91: finishing write tid 2 to smithi07185159-12 2024-09-13T14:20:58.793 INFO:tasks.rados.rados.0.smithi071.stdout:91: finishing write tid 3 to smithi07185159-12 2024-09-13T14:20:58.793 INFO:tasks.rados.rados.0.smithi071.stdout:91: finishing write tid 4 to smithi07185159-12 2024-09-13T14:20:58.793 INFO:tasks.rados.rados.0.smithi071.stdout:91: finishing write tid 5 to smithi07185159-12 2024-09-13T14:20:58.793 INFO:tasks.rados.rados.0.smithi071.stdout:91: oid 12 updating version 0 to 12 2024-09-13T14:20:58.793 INFO:tasks.rados.rados.0.smithi071.stdout:91: oid 12 version 12 is already newer than 10 2024-09-13T14:20:58.793 INFO:tasks.rados.rados.0.smithi071.stdout:91: oid 12 version 12 is already newer than 11 2024-09-13T14:20:58.793 INFO:tasks.rados.rados.0.smithi071.stdout:91: oid 12 version 12 is already newer than 9 2024-09-13T14:20:58.793 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 12 v 12 (ObjNum 68 snap 7 seq_num 68) dirty exists 2024-09-13T14:20:58.793 INFO:tasks.rados.rados.0.smithi071.stdout:91: left oid 12 (ObjNum 68 snap 7 seq_num 68) 2024-09-13T14:20:59.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:58 smithi071 ceph-mon[29588]: osdmap e83: 8 total, 8 up, 8 in 2024-09-13T14:20:59.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:58 smithi071 ceph-mon[41109]: osdmap e83: 8 total, 8 up, 8 in 2024-09-13T14:20:59.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:20:58 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:20:58] "GET /metrics HTTP/1.1" 200 36142 "" "Prometheus/2.43.0" 2024-09-13T14:20:59.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:58 smithi104 ceph-mon[33426]: osdmap e83: 8 total, 8 up, 8 in 2024-09-13T14:20:59.685 INFO:tasks.rados.rados.0.smithi071.stdout:90: done (2 left) 2024-09-13T14:20:59.685 INFO:tasks.rados.rados.0.smithi071.stdout:91: done (1 left) 2024-09-13T14:20:59.685 INFO:tasks.rados.rados.0.smithi071.stdout:92: done (0 left) 2024-09-13T14:20:59.685 INFO:tasks.rados.rados.0.smithi071.stdout:93: snap_remove snap 7 2024-09-13T14:21:00.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:59 smithi071 ceph-mon[29588]: osdmap e84: 8 total, 8 up, 8 in 2024-09-13T14:21:00.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:20:59 smithi071 ceph-mon[29588]: pgmap v113: 89 pgs: 89 active+clean; 117 MiB data, 408 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:21:00.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:59 smithi071 ceph-mon[41109]: osdmap e84: 8 total, 8 up, 8 in 2024-09-13T14:21:00.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:20:59 smithi071 ceph-mon[41109]: pgmap v113: 89 pgs: 89 active+clean; 117 MiB data, 408 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:21:00.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:59 smithi104 ceph-mon[33426]: osdmap e84: 8 total, 8 up, 8 in 2024-09-13T14:21:00.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:20:59 smithi104 ceph-mon[33426]: pgmap v113: 89 pgs: 89 active+clean; 117 MiB data, 408 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:21:00.693 INFO:tasks.rados.rados.0.smithi071.stdout:93: done (0 left) 2024-09-13T14:21:00.693 INFO:tasks.rados.rados.0.smithi071.stdout:94: write oid 15 current snap is 8 2024-09-13T14:21:00.693 INFO:tasks.rados.rados.0.smithi071.stdout:94: seq_num 69 ranges {759683=639358,1904434=719345,3128657=31026} 2024-09-13T14:21:00.701 INFO:tasks.rados.rados.0.smithi071.stdout:94: writing smithi07185159-15 from 759683 to 1399041 tid 1 2024-09-13T14:21:00.707 INFO:tasks.rados.rados.0.smithi071.stdout:94: writing smithi07185159-15 from 1904434 to 2623779 tid 2 2024-09-13T14:21:00.711 INFO:tasks.rados.rados.0.smithi071.stdout:94: writing smithi07185159-15 from 3128657 to 3159683 tid 3 2024-09-13T14:21:00.711 INFO:tasks.rados.rados.0.smithi071.stdout:95: snap_create 2024-09-13T14:21:00.711 INFO:tasks.rados.rados.0.smithi071.stdout:94: finishing write tid 1 to smithi07185159-15 2024-09-13T14:21:00.711 INFO:tasks.rados.rados.0.smithi071.stdout:94: finishing write tid 2 to smithi07185159-15 2024-09-13T14:21:00.712 INFO:tasks.rados.rados.0.smithi071.stdout:94: finishing write tid 3 to smithi07185159-15 2024-09-13T14:21:00.712 INFO:tasks.rados.rados.0.smithi071.stdout:94: finishing write tid 4 to smithi07185159-15 2024-09-13T14:21:00.712 INFO:tasks.rados.rados.0.smithi071.stdout:94: finishing write tid 5 to smithi07185159-15 2024-09-13T14:21:00.712 INFO:tasks.rados.rados.0.smithi071.stdout:94: oid 15 updating version 0 to 40 2024-09-13T14:21:00.713 INFO:tasks.rados.rados.0.smithi071.stdout:94: oid 15 updating version 40 to 42 2024-09-13T14:21:00.713 INFO:tasks.rados.rados.0.smithi071.stdout:94: oid 15 version 42 is already newer than 41 2024-09-13T14:21:00.713 INFO:tasks.rados.rados.0.smithi071.stdout:94: oid 15 updating version 42 to 43 2024-09-13T14:21:00.713 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 15 v 43 (ObjNum 69 snap 8 seq_num 69) dirty exists 2024-09-13T14:21:00.713 INFO:tasks.rados.rados.0.smithi071.stdout:94: left oid 15 (ObjNum 69 snap 8 seq_num 69) 2024-09-13T14:21:01.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:00 smithi071 ceph-mon[29588]: osdmap e85: 8 total, 8 up, 8 in 2024-09-13T14:21:01.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:00 smithi071 ceph-mon[41109]: osdmap e85: 8 total, 8 up, 8 in 2024-09-13T14:21:01.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:00 smithi104 ceph-mon[33426]: osdmap e85: 8 total, 8 up, 8 in 2024-09-13T14:21:01.696 INFO:tasks.rados.rados.0.smithi071.stdout:94: done (1 left) 2024-09-13T14:21:01.696 INFO:tasks.rados.rados.0.smithi071.stdout:95: done (0 left) 2024-09-13T14:21:01.696 INFO:tasks.rados.rados.0.smithi071.stdout:96: rollback oid 42 current snap is 9 2024-09-13T14:21:01.696 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 42 to 5 2024-09-13T14:21:01.696 INFO:tasks.rados.rados.0.smithi071.stdout:97: write oid 3 current snap is 9 2024-09-13T14:21:01.696 INFO:tasks.rados.rados.0.smithi071.stdout:97: seq_num 70 ranges {776490=714607,2246563=579356} 2024-09-13T14:21:01.704 INFO:tasks.rados.rados.0.smithi071.stdout:97: writing smithi07185159-3 from 776490 to 1491097 tid 1 2024-09-13T14:21:01.712 INFO:tasks.rados.rados.0.smithi071.stdout:97: writing smithi07185159-3 from 2246563 to 2825919 tid 2 2024-09-13T14:21:01.712 INFO:tasks.rados.rados.0.smithi071.stdout:98: delete oid 4 current snap is 9 2024-09-13T14:21:01.713 INFO:tasks.rados.rados.0.smithi071.stdout:96: finishing rollback tid 0 to smithi07185159-42 2024-09-13T14:21:01.713 INFO:tasks.rados.rados.0.smithi071.stdout:96: finishing rollback tid 1 to smithi07185159-42 2024-09-13T14:21:01.713 INFO:tasks.rados.rados.0.smithi071.stdout:96: finishing rollback tid 2 to smithi07185159-42 2024-09-13T14:21:01.713 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 42 v 27 (ObjNum 41 snap 0 seq_num 41) dirty exists 2024-09-13T14:21:01.713 INFO:tasks.rados.rados.0.smithi071.stdout:97: finishing write tid 1 to smithi07185159-3 2024-09-13T14:21:01.714 INFO:tasks.rados.rados.0.smithi071.stdout:96: done (2 left) 2024-09-13T14:21:01.715 INFO:tasks.rados.rados.0.smithi071.stdout:98: done (1 left) 2024-09-13T14:21:01.715 INFO:tasks.rados.rados.0.smithi071.stdout:99: read oid 46 snap -1 2024-09-13T14:21:01.715 INFO:tasks.rados.rados.0.smithi071.stdout:99: expect (ObjNum 45 snap 0 seq_num 45) 2024-09-13T14:21:01.715 INFO:tasks.rados.rados.0.smithi071.stdout:100: write oid 36 current snap is 9 2024-09-13T14:21:01.715 INFO:tasks.rados.rados.0.smithi071.stdout:100: seq_num 72 ranges {410104=465105,1563527=583025,2810926=399178} 2024-09-13T14:21:01.719 INFO:tasks.rados.rados.0.smithi071.stdout:100: writing smithi07185159-36 from 410104 to 875209 tid 1 2024-09-13T14:21:01.726 INFO:tasks.rados.rados.0.smithi071.stdout:100: writing smithi07185159-36 from 1563527 to 2146552 tid 2 2024-09-13T14:21:01.732 INFO:tasks.rados.rados.0.smithi071.stdout:100: writing smithi07185159-36 from 2810926 to 3210104 tid 3 2024-09-13T14:21:01.732 INFO:tasks.rados.rados.0.smithi071.stdout:101: snap_remove snap 4 2024-09-13T14:21:02.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:01 smithi071 ceph-mon[29588]: osdmap e86: 8 total, 8 up, 8 in 2024-09-13T14:21:02.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:01 smithi071 ceph-mon[29588]: pgmap v116: 89 pgs: 89 active+clean; 120 MiB data, 412 MiB used, 715 GiB / 715 GiB avail; 5.1 MiB/s rd, 586 KiB/s wr, 10 op/s 2024-09-13T14:21:02.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:01 smithi071 ceph-mon[41109]: osdmap e86: 8 total, 8 up, 8 in 2024-09-13T14:21:02.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:01 smithi071 ceph-mon[41109]: pgmap v116: 89 pgs: 89 active+clean; 120 MiB data, 412 MiB used, 715 GiB / 715 GiB avail; 5.1 MiB/s rd, 586 KiB/s wr, 10 op/s 2024-09-13T14:21:02.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:01 smithi104 ceph-mon[33426]: osdmap e86: 8 total, 8 up, 8 in 2024-09-13T14:21:02.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:01 smithi104 ceph-mon[33426]: pgmap v116: 89 pgs: 89 active+clean; 120 MiB data, 412 MiB used, 715 GiB / 715 GiB avail; 5.1 MiB/s rd, 586 KiB/s wr, 10 op/s 2024-09-13T14:21:02.703 INFO:tasks.rados.rados.0.smithi071.stdout:101: done (3 left) 2024-09-13T14:21:02.704 INFO:tasks.rados.rados.0.smithi071.stdout:102: write oid 41 current snap is 9 2024-09-13T14:21:02.704 INFO:tasks.rados.rados.0.smithi071.stdout:97: finishing write tid 2 to smithi07185159-3 2024-09-13T14:21:02.704 INFO:tasks.rados.rados.0.smithi071.stdout:102: seq_num 73 ranges {426911=540354,1622009=726683,3121996=104915} 2024-09-13T14:21:02.709 INFO:tasks.rados.rados.0.smithi071.stdout:102: writing smithi07185159-41 from 426911 to 967265 tid 1 2024-09-13T14:21:02.717 INFO:tasks.rados.rados.0.smithi071.stdout:102: writing smithi07185159-41 from 1622009 to 2348692 tid 2 2024-09-13T14:21:02.722 INFO:tasks.rados.rados.0.smithi071.stdout:102: writing smithi07185159-41 from 3121996 to 3226911 tid 3 2024-09-13T14:21:02.722 INFO:tasks.rados.rados.0.smithi071.stdout:103: snap_remove snap 5 2024-09-13T14:21:03.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:02 smithi071 ceph-mon[29588]: osdmap e87: 8 total, 8 up, 8 in 2024-09-13T14:21:03.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:02 smithi071 ceph-mon[41109]: osdmap e87: 8 total, 8 up, 8 in 2024-09-13T14:21:03.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:02 smithi104 ceph-mon[33426]: osdmap e87: 8 total, 8 up, 8 in 2024-09-13T14:21:03.717 INFO:tasks.rados.rados.0.smithi071.stdout:103: done (4 left) 2024-09-13T14:21:03.718 INFO:tasks.rados.rados.0.smithi071.stdout:104: delete oid 15 current snap is 9 2024-09-13T14:21:03.718 INFO:tasks.rados.rados.0.smithi071.stdout:97: finishing write tid 3 to smithi07185159-3 2024-09-13T14:21:03.718 INFO:tasks.rados.rados.0.smithi071.stdout:97: finishing write tid 4 to smithi07185159-3 2024-09-13T14:21:03.718 INFO:tasks.rados.rados.0.smithi071.stdout:97: oid 3 updating version 0 to 46 2024-09-13T14:21:03.718 INFO:tasks.rados.rados.0.smithi071.stdout:97: oid 3 updating version 46 to 47 2024-09-13T14:21:03.718 INFO:tasks.rados.rados.0.smithi071.stdout:97: oid 3 version 47 is already newer than 45 2024-09-13T14:21:03.718 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 3 v 47 (ObjNum 70 snap 9 seq_num 70) dirty exists 2024-09-13T14:21:03.718 INFO:tasks.rados.rados.0.smithi071.stdout:97: left oid 3 (ObjNum 70 snap 9 seq_num 70) 2024-09-13T14:21:03.718 INFO:tasks.rados.rados.0.smithi071.stdout:100: finishing write tid 1 to smithi07185159-36 2024-09-13T14:21:03.718 INFO:tasks.rados.rados.0.smithi071.stdout:99: expect (ObjNum 45 snap 0 seq_num 45) 2024-09-13T14:21:03.808 INFO:tasks.rados.rados.0.smithi071.stdout:100: finishing write tid 2 to smithi07185159-36 2024-09-13T14:21:03.809 INFO:tasks.rados.rados.0.smithi071.stdout:100: finishing write tid 3 to smithi07185159-36 2024-09-13T14:21:03.809 INFO:tasks.rados.rados.0.smithi071.stdout:100: finishing write tid 4 to smithi07185159-36 2024-09-13T14:21:03.809 INFO:tasks.rados.rados.0.smithi071.stdout:100: finishing write tid 5 to smithi07185159-36 2024-09-13T14:21:03.809 INFO:tasks.rados.rados.0.smithi071.stdout:100: oid 36 updating version 0 to 8 2024-09-13T14:21:03.809 INFO:tasks.rados.rados.0.smithi071.stdout:100: oid 36 updating version 8 to 9 2024-09-13T14:21:03.809 INFO:tasks.rados.rados.0.smithi071.stdout:100: oid 36 updating version 9 to 11 2024-09-13T14:21:03.809 INFO:tasks.rados.rados.0.smithi071.stdout:100: oid 36 version 11 is already newer than 10 2024-09-13T14:21:03.809 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 36 v 11 (ObjNum 72 snap 9 seq_num 72) dirty exists 2024-09-13T14:21:03.809 INFO:tasks.rados.rados.0.smithi071.stdout:100: left oid 36 (ObjNum 72 snap 9 seq_num 72) 2024-09-13T14:21:03.809 INFO:tasks.rados.rados.0.smithi071.stdout:97: done (4 left) 2024-09-13T14:21:03.809 INFO:tasks.rados.rados.0.smithi071.stdout:99: done (3 left) 2024-09-13T14:21:03.809 INFO:tasks.rados.rados.0.smithi071.stdout:100: done (2 left) 2024-09-13T14:21:03.809 INFO:tasks.rados.rados.0.smithi071.stdout:104: done (1 left) 2024-09-13T14:21:03.810 INFO:tasks.rados.rados.0.smithi071.stdout:105: write oid 49 current snap is 9 2024-09-13T14:21:03.810 INFO:tasks.rados.rados.0.smithi071.stdout:102: finishing write tid 1 to smithi07185159-41 2024-09-13T14:21:03.810 INFO:tasks.rados.rados.0.smithi071.stdout:102: finishing write tid 2 to smithi07185159-41 2024-09-13T14:21:03.810 INFO:tasks.rados.rados.0.smithi071.stdout:102: finishing write tid 3 to smithi07185159-41 2024-09-13T14:21:03.810 INFO:tasks.rados.rados.0.smithi071.stdout:102: finishing write tid 4 to smithi07185159-41 2024-09-13T14:21:03.810 INFO:tasks.rados.rados.0.smithi071.stdout:105: seq_num 75 ranges {460525=690852,1622620=730352,3060489=200036} 2024-09-13T14:21:03.814 INFO:tasks.rados.rados.0.smithi071.stdout:105: writing smithi07185159-49 from 460525 to 1151377 tid 1 2024-09-13T14:21:03.822 INFO:tasks.rados.rados.0.smithi071.stdout:105: writing smithi07185159-49 from 1622620 to 2352972 tid 2 2024-09-13T14:21:03.827 INFO:tasks.rados.rados.0.smithi071.stdout:105: writing smithi07185159-49 from 3060489 to 3260525 tid 3 2024-09-13T14:21:03.827 INFO:tasks.rados.rados.0.smithi071.stdout:106: rollback oid 24 current snap is 9 2024-09-13T14:21:03.828 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 24 to 2 2024-09-13T14:21:03.828 INFO:tasks.rados.rados.0.smithi071.stdout:102: finishing write tid 5 to smithi07185159-41 2024-09-13T14:21:03.828 INFO:tasks.rados.rados.0.smithi071.stdout:102: oid 41 updating version 0 to 31 2024-09-13T14:21:03.828 INFO:tasks.rados.rados.0.smithi071.stdout:102: oid 41 updating version 31 to 33 2024-09-13T14:21:03.828 INFO:tasks.rados.rados.0.smithi071.stdout:102: oid 41 updating version 33 to 34 2024-09-13T14:21:03.828 INFO:tasks.rados.rados.0.smithi071.stdout:102: oid 41 version 34 is already newer than 32 2024-09-13T14:21:03.828 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 41 v 34 (ObjNum 73 snap 9 seq_num 73) dirty exists 2024-09-13T14:21:03.828 INFO:tasks.rados.rados.0.smithi071.stdout:102: left oid 41 (ObjNum 73 snap 9 seq_num 73) 2024-09-13T14:21:03.828 INFO:tasks.rados.rados.0.smithi071.stdout:105: finishing write tid 1 to smithi07185159-49 2024-09-13T14:21:03.828 INFO:tasks.rados.rados.0.smithi071.stdout:105: finishing write tid 2 to smithi07185159-49 2024-09-13T14:21:03.828 INFO:tasks.rados.rados.0.smithi071.stdout:102: done (2 left) 2024-09-13T14:21:03.828 INFO:tasks.rados.rados.0.smithi071.stdout:107: delete oid 10 current snap is 9 2024-09-13T14:21:03.829 INFO:tasks.rados.rados.0.smithi071.stdout:105: finishing write tid 3 to smithi07185159-49 2024-09-13T14:21:03.829 INFO:tasks.rados.rados.0.smithi071.stdout:107: done (2 left) 2024-09-13T14:21:03.829 INFO:tasks.rados.rados.0.smithi071.stdout:108: rollback oid 36 current snap is 9 2024-09-13T14:21:03.830 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 36 to 2 2024-09-13T14:21:03.830 INFO:tasks.rados.rados.0.smithi071.stdout:109: write oid 13 current snap is 9 2024-09-13T14:21:03.830 INFO:tasks.rados.rados.0.smithi071.stdout:109: seq_num 77 ranges {494139=557703,1455937=734021,2948041=346098} 2024-09-13T14:21:03.835 INFO:tasks.rados.rados.0.smithi071.stdout:109: writing smithi07185159-13 from 494139 to 1051842 tid 1 2024-09-13T14:21:03.841 INFO:tasks.rados.rados.0.smithi071.stdout:109: writing smithi07185159-13 from 1455937 to 2189958 tid 2 2024-09-13T14:21:03.848 INFO:tasks.rados.rados.0.smithi071.stdout:109: writing smithi07185159-13 from 2948041 to 3294139 tid 3 2024-09-13T14:21:03.848 INFO:tasks.rados.rados.0.smithi071.stdout:110: write oid 25 current snap is 9 2024-09-13T14:21:03.848 INFO:tasks.rados.rados.0.smithi071.stdout:105: finishing write tid 4 to smithi07185159-49 2024-09-13T14:21:03.848 INFO:tasks.rados.rados.0.smithi071.stdout:110: seq_num 78 ranges {510946=632952,1798066=477679,2742758=457217} 2024-09-13T14:21:03.854 INFO:tasks.rados.rados.0.smithi071.stdout:110: writing smithi07185159-25 from 510946 to 1143898 tid 1 2024-09-13T14:21:03.860 INFO:tasks.rados.rados.0.smithi071.stdout:110: writing smithi07185159-25 from 1798066 to 2275745 tid 2 2024-09-13T14:21:03.866 INFO:tasks.rados.rados.0.smithi071.stdout:110: writing smithi07185159-25 from 2742758 to 3199975 tid 3 2024-09-13T14:21:03.866 INFO:tasks.rados.rados.0.smithi071.stdout:111: snap_create 2024-09-13T14:21:03.866 INFO:tasks.rados.rados.0.smithi071.stdout:106: finishing rollback tid 0 to smithi07185159-24 2024-09-13T14:21:03.866 INFO:tasks.rados.rados.0.smithi071.stdout:106: finishing rollback tid 1 to smithi07185159-24 2024-09-13T14:21:03.866 INFO:tasks.rados.rados.0.smithi071.stdout:105: finishing write tid 5 to smithi07185159-49 2024-09-13T14:21:03.866 INFO:tasks.rados.rados.0.smithi071.stdout:105: oid 49 updating version 0 to 20 2024-09-13T14:21:03.867 INFO:tasks.rados.rados.0.smithi071.stdout:105: oid 49 version 20 is already newer than 18 2024-09-13T14:21:03.867 INFO:tasks.rados.rados.0.smithi071.stdout:105: oid 49 version 20 is already newer than 17 2024-09-13T14:21:03.867 INFO:tasks.rados.rados.0.smithi071.stdout:105: oid 49 version 20 is already newer than 19 2024-09-13T14:21:03.867 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 49 v 20 (ObjNum 75 snap 9 seq_num 75) dirty exists 2024-09-13T14:21:03.867 INFO:tasks.rados.rados.0.smithi071.stdout:105: left oid 49 (ObjNum 75 snap 9 seq_num 75) 2024-09-13T14:21:03.867 INFO:tasks.rados.rados.0.smithi071.stdout:106: finishing rollback tid 2 to smithi07185159-24 2024-09-13T14:21:03.867 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 24 v 10 (ObjNum 23 snap 0 seq_num 23) dirty exists 2024-09-13T14:21:03.867 INFO:tasks.rados.rados.0.smithi071.stdout:108: finishing rollback tid 0 to smithi07185159-36 2024-09-13T14:21:03.867 INFO:tasks.rados.rados.0.smithi071.stdout:108: finishing rollback tid 1 to smithi07185159-36 2024-09-13T14:21:03.867 INFO:tasks.rados.rados.0.smithi071.stdout:108: finishing rollback tid 2 to smithi07185159-36 2024-09-13T14:21:03.867 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 36 v 18 (ObjNum 35 snap 0 seq_num 35) dirty exists 2024-09-13T14:21:03.867 INFO:tasks.rados.rados.0.smithi071.stdout:109: finishing write tid 1 to smithi07185159-13 2024-09-13T14:21:03.867 INFO:tasks.rados.rados.0.smithi071.stdout:109: finishing write tid 2 to smithi07185159-13 2024-09-13T14:21:03.867 INFO:tasks.rados.rados.0.smithi071.stdout:109: finishing write tid 3 to smithi07185159-13 2024-09-13T14:21:03.867 INFO:tasks.rados.rados.0.smithi071.stdout:109: finishing write tid 4 to smithi07185159-13 2024-09-13T14:21:03.867 INFO:tasks.rados.rados.0.smithi071.stdout:109: finishing write tid 5 to smithi07185159-13 2024-09-13T14:21:03.868 INFO:tasks.rados.rados.0.smithi071.stdout:109: oid 13 updating version 0 to 26 2024-09-13T14:21:03.868 INFO:tasks.rados.rados.0.smithi071.stdout:109: oid 13 version 26 is already newer than 25 2024-09-13T14:21:03.868 INFO:tasks.rados.rados.0.smithi071.stdout:109: oid 13 version 26 is already newer than 24 2024-09-13T14:21:03.868 INFO:tasks.rados.rados.0.smithi071.stdout:109: oid 13 version 26 is already newer than 23 2024-09-13T14:21:03.868 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 13 v 26 (ObjNum 77 snap 9 seq_num 77) dirty exists 2024-09-13T14:21:03.868 INFO:tasks.rados.rados.0.smithi071.stdout:109: left oid 13 (ObjNum 77 snap 9 seq_num 77) 2024-09-13T14:21:03.868 INFO:tasks.rados.rados.0.smithi071.stdout:110: finishing write tid 1 to smithi07185159-25 2024-09-13T14:21:03.868 INFO:tasks.rados.rados.0.smithi071.stdout:110: finishing write tid 2 to smithi07185159-25 2024-09-13T14:21:03.869 INFO:tasks.rados.rados.0.smithi071.stdout:110: finishing write tid 3 to smithi07185159-25 2024-09-13T14:21:03.869 INFO:tasks.rados.rados.0.smithi071.stdout:110: finishing write tid 4 to smithi07185159-25 2024-09-13T14:21:03.869 INFO:tasks.rados.rados.0.smithi071.stdout:110: finishing write tid 5 to smithi07185159-25 2024-09-13T14:21:03.869 INFO:tasks.rados.rados.0.smithi071.stdout:110: oid 25 updating version 0 to 29 2024-09-13T14:21:03.869 INFO:tasks.rados.rados.0.smithi071.stdout:110: oid 25 version 29 is already newer than 28 2024-09-13T14:21:03.869 INFO:tasks.rados.rados.0.smithi071.stdout:110: oid 25 updating version 29 to 30 2024-09-13T14:21:03.869 INFO:tasks.rados.rados.0.smithi071.stdout:110: oid 25 updating version 30 to 31 2024-09-13T14:21:03.869 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 25 v 31 (ObjNum 78 snap 9 seq_num 78) dirty exists 2024-09-13T14:21:03.869 INFO:tasks.rados.rados.0.smithi071.stdout:110: left oid 25 (ObjNum 78 snap 9 seq_num 78) 2024-09-13T14:21:04.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:03 smithi071 ceph-mon[29588]: osdmap e88: 8 total, 8 up, 8 in 2024-09-13T14:21:04.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:03 smithi071 ceph-mon[29588]: pgmap v119: 89 pgs: 89 active+clean; 120 MiB data, 412 MiB used, 715 GiB / 715 GiB avail; 5.1 MiB/s rd, 586 KiB/s wr, 10 op/s 2024-09-13T14:21:04.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:03 smithi071 ceph-mon[41109]: osdmap e88: 8 total, 8 up, 8 in 2024-09-13T14:21:04.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:03 smithi071 ceph-mon[41109]: pgmap v119: 89 pgs: 89 active+clean; 120 MiB data, 412 MiB used, 715 GiB / 715 GiB avail; 5.1 MiB/s rd, 586 KiB/s wr, 10 op/s 2024-09-13T14:21:04.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:03 smithi104 ceph-mon[33426]: osdmap e88: 8 total, 8 up, 8 in 2024-09-13T14:21:04.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:03 smithi104 ceph-mon[33426]: pgmap v119: 89 pgs: 89 active+clean; 120 MiB data, 412 MiB used, 715 GiB / 715 GiB avail; 5.1 MiB/s rd, 586 KiB/s wr, 10 op/s 2024-09-13T14:21:04.721 INFO:tasks.rados.rados.0.smithi071.stdout:105: done (5 left) 2024-09-13T14:21:04.721 INFO:tasks.rados.rados.0.smithi071.stdout:106: done (4 left) 2024-09-13T14:21:04.721 INFO:tasks.rados.rados.0.smithi071.stdout:108: done (3 left) 2024-09-13T14:21:04.721 INFO:tasks.rados.rados.0.smithi071.stdout:109: done (2 left) 2024-09-13T14:21:04.721 INFO:tasks.rados.rados.0.smithi071.stdout:110: done (1 left) 2024-09-13T14:21:04.721 INFO:tasks.rados.rados.0.smithi071.stdout:111: done (0 left) 2024-09-13T14:21:04.722 INFO:tasks.rados.rados.0.smithi071.stdout:112: write oid 47 current snap is 10 2024-09-13T14:21:04.722 INFO:tasks.rados.rados.0.smithi071.stdout:112: seq_num 79 ranges {527753=708201,1856548=737690,3286534=41219} 2024-09-13T14:21:04.727 INFO:tasks.rados.rados.0.smithi071.stdout:112: writing smithi07185159-47 from 527753 to 1235954 tid 1 2024-09-13T14:21:04.735 INFO:tasks.rados.rados.0.smithi071.stdout:112: writing smithi07185159-47 from 1856548 to 2594238 tid 2 2024-09-13T14:21:04.739 INFO:tasks.rados.rados.0.smithi071.stdout:112: writing smithi07185159-47 from 3286534 to 3327753 tid 3 2024-09-13T14:21:04.739 INFO:tasks.rados.rados.0.smithi071.stdout:113: delete oid 17 current snap is 10 2024-09-13T14:21:04.739 INFO:tasks.rados.rados.0.smithi071.stdout:112: finishing write tid 1 to smithi07185159-47 2024-09-13T14:21:04.739 INFO:tasks.rados.rados.0.smithi071.stdout:112: finishing write tid 2 to smithi07185159-47 2024-09-13T14:21:04.740 INFO:tasks.rados.rados.0.smithi071.stdout:112: finishing write tid 3 to smithi07185159-47 2024-09-13T14:21:04.741 INFO:tasks.rados.rados.0.smithi071.stdout:112: finishing write tid 4 to smithi07185159-47 2024-09-13T14:21:04.741 INFO:tasks.rados.rados.0.smithi071.stdout:112: finishing write tid 5 to smithi07185159-47 2024-09-13T14:21:04.741 INFO:tasks.rados.rados.0.smithi071.stdout:112: oid 47 updating version 0 to 24 2024-09-13T14:21:04.741 INFO:tasks.rados.rados.0.smithi071.stdout:112: oid 47 updating version 24 to 27 2024-09-13T14:21:04.741 INFO:tasks.rados.rados.0.smithi071.stdout:112: oid 47 version 27 is already newer than 26 2024-09-13T14:21:04.741 INFO:tasks.rados.rados.0.smithi071.stdout:112: oid 47 version 27 is already newer than 25 2024-09-13T14:21:04.741 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 47 v 27 (ObjNum 79 snap 10 seq_num 79) dirty exists 2024-09-13T14:21:04.741 INFO:tasks.rados.rados.0.smithi071.stdout:112: left oid 47 (ObjNum 79 snap 10 seq_num 79) 2024-09-13T14:21:04.741 INFO:tasks.rados.rados.0.smithi071.stdout:112: done (1 left) 2024-09-13T14:21:04.742 INFO:tasks.rados.rados.0.smithi071.stdout:113: done (0 left) 2024-09-13T14:21:04.742 INFO:tasks.rados.rados.0.smithi071.stdout:114: snap_remove snap 2 2024-09-13T14:21:05.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:04 smithi071 ceph-mon[29588]: osdmap e89: 8 total, 8 up, 8 in 2024-09-13T14:21:05.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:04 smithi071 ceph-mon[41109]: osdmap e89: 8 total, 8 up, 8 in 2024-09-13T14:21:05.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:04 smithi104 ceph-mon[33426]: osdmap e89: 8 total, 8 up, 8 in 2024-09-13T14:21:05.726 INFO:tasks.rados.rados.0.smithi071.stdout:114: done (0 left) 2024-09-13T14:21:05.726 INFO:tasks.rados.rados.0.smithi071.stdout:115: write oid 43 current snap is 10 2024-09-13T14:21:05.726 INFO:tasks.rados.rados.0.smithi071.stdout:115: seq_num 81 ranges {561367=458699,1573512=741359,2941380=419987} 2024-09-13T14:21:05.730 INFO:tasks.rados.rados.0.smithi071.stdout:115: writing smithi07185159-43 from 561367 to 1020066 tid 1 2024-09-13T14:21:05.737 INFO:tasks.rados.rados.0.smithi071.stdout:115: writing smithi07185159-43 from 1573512 to 2314871 tid 2 2024-09-13T14:21:05.744 INFO:tasks.rados.rados.0.smithi071.stdout:115: writing smithi07185159-43 from 2941380 to 3361367 tid 3 2024-09-13T14:21:05.744 INFO:tasks.rados.rados.0.smithi071.stdout:116: read oid 11 snap -1 2024-09-13T14:21:05.744 INFO:tasks.rados.rados.0.smithi071.stdout:116: expect (ObjNum 60 snap 0 seq_num 60) 2024-09-13T14:21:05.744 INFO:tasks.rados.rados.0.smithi071.stdout:117: rollback oid 37 current snap is 10 2024-09-13T14:21:05.744 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 37 to 1 2024-09-13T14:21:05.744 INFO:tasks.rados.rados.0.smithi071.stdout:115: finishing write tid 1 to smithi07185159-43 2024-09-13T14:21:05.744 INFO:tasks.rados.rados.0.smithi071.stdout:115: finishing write tid 2 to smithi07185159-43 2024-09-13T14:21:05.744 INFO:tasks.rados.rados.0.smithi071.stdout:118: delete oid 38 current snap is 10 2024-09-13T14:21:05.746 INFO:tasks.rados.rados.0.smithi071.stdout:118: done (3 left) 2024-09-13T14:21:05.746 INFO:tasks.rados.rados.0.smithi071.stdout:119: read oid 13 snap -1 2024-09-13T14:21:05.746 INFO:tasks.rados.rados.0.smithi071.stdout:119: expect (ObjNum 77 snap 9 seq_num 77) 2024-09-13T14:21:05.746 INFO:tasks.rados.rados.0.smithi071.stdout:120: read oid 14 snap -1 2024-09-13T14:21:05.746 INFO:tasks.rados.rados.0.smithi071.stdout:120: expect (ObjNum 13 snap 0 seq_num 13) 2024-09-13T14:21:05.746 INFO:tasks.rados.rados.0.smithi071.stdout:121: read oid 45 snap -1 2024-09-13T14:21:05.746 INFO:tasks.rados.rados.0.smithi071.stdout:121: expect (ObjNum 44 snap 0 seq_num 44) 2024-09-13T14:21:05.746 INFO:tasks.rados.rados.0.smithi071.stdout:122: snap_remove snap 9 2024-09-13T14:21:06.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:05 smithi071 ceph-mon[29588]: osdmap e90: 8 total, 8 up, 8 in 2024-09-13T14:21:06.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:05 smithi071 ceph-mon[29588]: pgmap v122: 89 pgs: 89 active+clean; 135 MiB data, 441 MiB used, 715 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.8 MiB/s wr, 16 op/s 2024-09-13T14:21:06.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:05 smithi071 ceph-mon[41109]: osdmap e90: 8 total, 8 up, 8 in 2024-09-13T14:21:06.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:05 smithi071 ceph-mon[41109]: pgmap v122: 89 pgs: 89 active+clean; 135 MiB data, 441 MiB used, 715 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.8 MiB/s wr, 16 op/s 2024-09-13T14:21:06.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:05 smithi104 ceph-mon[33426]: osdmap e90: 8 total, 8 up, 8 in 2024-09-13T14:21:06.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:05 smithi104 ceph-mon[33426]: pgmap v122: 89 pgs: 89 active+clean; 135 MiB data, 441 MiB used, 715 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.8 MiB/s wr, 16 op/s 2024-09-13T14:21:06.735 INFO:tasks.rados.rados.0.smithi071.stdout:122: done (6 left) 2024-09-13T14:21:06.736 INFO:tasks.rados.rados.0.smithi071.stdout:123: write oid 2 current snap is 10 2024-09-13T14:21:06.736 INFO:tasks.rados.rados.0.smithi071.stdout:115: finishing write tid 3 to smithi07185159-43 2024-09-13T14:21:06.736 INFO:tasks.rados.rados.0.smithi071.stdout:123: seq_num 83 ranges {594981=609197,1974123=745028,3279873=115108} 2024-09-13T14:21:06.742 INFO:tasks.rados.rados.0.smithi071.stdout:123: writing smithi07185159-2 from 594981 to 1204178 tid 1 2024-09-13T14:21:06.750 INFO:tasks.rados.rados.0.smithi071.stdout:123: writing smithi07185159-2 from 1974123 to 2719151 tid 2 2024-09-13T14:21:06.755 INFO:tasks.rados.rados.0.smithi071.stdout:123: writing smithi07185159-2 from 3279873 to 3394981 tid 3 2024-09-13T14:21:06.755 INFO:tasks.rados.rados.0.smithi071.stdout:124: write oid 38 current snap is 10 2024-09-13T14:21:06.755 INFO:tasks.rados.rados.0.smithi071.stdout:117: finishing rollback tid 0 to smithi07185159-37 2024-09-13T14:21:06.755 INFO:tasks.rados.rados.0.smithi071.stdout:115: finishing write tid 4 to smithi07185159-43 2024-09-13T14:21:06.755 INFO:tasks.rados.rados.0.smithi071.stdout:115: finishing write tid 5 to smithi07185159-43 2024-09-13T14:21:06.755 INFO:tasks.rados.rados.0.smithi071.stdout:115: oid 43 updating version 0 to 18 2024-09-13T14:21:06.755 INFO:tasks.rados.rados.0.smithi071.stdout:115: oid 43 updating version 18 to 20 2024-09-13T14:21:06.755 INFO:tasks.rados.rados.0.smithi071.stdout:115: oid 43 version 20 is already newer than 19 2024-09-13T14:21:06.755 INFO:tasks.rados.rados.0.smithi071.stdout:115: oid 43 updating version 20 to 21 2024-09-13T14:21:06.756 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 43 v 21 (ObjNum 81 snap 10 seq_num 81) dirty exists 2024-09-13T14:21:06.756 INFO:tasks.rados.rados.0.smithi071.stdout:115: left oid 43 (ObjNum 81 snap 10 seq_num 81) 2024-09-13T14:21:06.756 INFO:tasks.rados.rados.0.smithi071.stdout:117: finishing rollback tid 1 to smithi07185159-37 2024-09-13T14:21:06.756 INFO:tasks.rados.rados.0.smithi071.stdout:117: finishing rollback tid 2 to smithi07185159-37 2024-09-13T14:21:06.756 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 37 v 14 (ObjNum 36 snap 0 seq_num 36) dirty exists 2024-09-13T14:21:06.756 INFO:tasks.rados.rados.0.smithi071.stdout:116: expect (ObjNum 60 snap 0 seq_num 60) 2024-09-13T14:21:06.894 INFO:tasks.rados.rados.0.smithi071.stdout:120: expect (ObjNum 13 snap 0 seq_num 13) 2024-09-13T14:21:06.969 INFO:tasks.rados.rados.0.smithi071.stdout:121: expect (ObjNum 44 snap 0 seq_num 44) 2024-09-13T14:21:07.061 INFO:tasks.rados.rados.0.smithi071.stdout:119: expect (ObjNum 77 snap 9 seq_num 77) 2024-09-13T14:21:07.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:06 smithi071 ceph-mon[29588]: osdmap e91: 8 total, 8 up, 8 in 2024-09-13T14:21:07.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:06 smithi071 ceph-mon[41109]: osdmap e91: 8 total, 8 up, 8 in 2024-09-13T14:21:07.170 INFO:tasks.rados.rados.0.smithi071.stdout:123: finishing write tid 1 to smithi07185159-2 2024-09-13T14:21:07.170 INFO:tasks.rados.rados.0.smithi071.stdout:123: finishing write tid 2 to smithi07185159-2 2024-09-13T14:21:07.170 INFO:tasks.rados.rados.0.smithi071.stdout:124: seq_num 84 ranges {611788=400799,1748958=488686,2907296=504492} 2024-09-13T14:21:07.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:06 smithi104 ceph-mon[33426]: osdmap e91: 8 total, 8 up, 8 in 2024-09-13T14:21:07.175 INFO:tasks.rados.rados.0.smithi071.stdout:124: writing smithi07185159-38 from 611788 to 1012587 tid 1 2024-09-13T14:21:07.182 INFO:tasks.rados.rados.0.smithi071.stdout:124: writing smithi07185159-38 from 1748958 to 2237644 tid 2 2024-09-13T14:21:07.189 INFO:tasks.rados.rados.0.smithi071.stdout:124: writing smithi07185159-38 from 2907296 to 3411788 tid 3 2024-09-13T14:21:07.189 INFO:tasks.rados.rados.0.smithi071.stdout:115: done (7 left) 2024-09-13T14:21:07.190 INFO:tasks.rados.rados.0.smithi071.stdout:116: done (6 left) 2024-09-13T14:21:07.190 INFO:tasks.rados.rados.0.smithi071.stdout:117: done (5 left) 2024-09-13T14:21:07.190 INFO:tasks.rados.rados.0.smithi071.stdout:119: done (4 left) 2024-09-13T14:21:07.190 INFO:tasks.rados.rados.0.smithi071.stdout:120: done (3 left) 2024-09-13T14:21:07.190 INFO:tasks.rados.rados.0.smithi071.stdout:121: done (2 left) 2024-09-13T14:21:07.190 INFO:tasks.rados.rados.0.smithi071.stdout:125: write oid 34 current snap is 10 2024-09-13T14:21:07.190 INFO:tasks.rados.rados.0.smithi071.stdout:123: finishing write tid 3 to smithi07185159-2 2024-09-13T14:21:07.190 INFO:tasks.rados.rados.0.smithi071.stdout:123: finishing write tid 4 to smithi07185159-2 2024-09-13T14:21:07.190 INFO:tasks.rados.rados.0.smithi071.stdout:125: seq_num 85 ranges {628595=476048,1807440=632344,2934719=452474} 2024-09-13T14:21:07.195 INFO:tasks.rados.rados.0.smithi071.stdout:125: writing smithi07185159-34 from 628595 to 1104643 tid 1 2024-09-13T14:21:07.202 INFO:tasks.rados.rados.0.smithi071.stdout:125: writing smithi07185159-34 from 1807440 to 2439784 tid 2 2024-09-13T14:21:07.208 INFO:tasks.rados.rados.0.smithi071.stdout:125: writing smithi07185159-34 from 2934719 to 3387193 tid 3 2024-09-13T14:21:07.208 INFO:tasks.rados.rados.0.smithi071.stdout:126: snap_create 2024-09-13T14:21:07.208 INFO:tasks.rados.rados.0.smithi071.stdout:123: finishing write tid 5 to smithi07185159-2 2024-09-13T14:21:07.209 INFO:tasks.rados.rados.0.smithi071.stdout:123: oid 2 updating version 0 to 8 2024-09-13T14:21:07.209 INFO:tasks.rados.rados.0.smithi071.stdout:123: oid 2 updating version 8 to 11 2024-09-13T14:21:07.209 INFO:tasks.rados.rados.0.smithi071.stdout:123: oid 2 version 11 is already newer than 10 2024-09-13T14:21:07.209 INFO:tasks.rados.rados.0.smithi071.stdout:123: oid 2 version 11 is already newer than 9 2024-09-13T14:21:07.209 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 2 v 11 (ObjNum 83 snap 10 seq_num 83) dirty exists 2024-09-13T14:21:07.209 INFO:tasks.rados.rados.0.smithi071.stdout:123: left oid 2 (ObjNum 83 snap 10 seq_num 83) 2024-09-13T14:21:07.209 INFO:tasks.rados.rados.0.smithi071.stdout:124: finishing write tid 1 to smithi07185159-38 2024-09-13T14:21:07.209 INFO:tasks.rados.rados.0.smithi071.stdout:124: finishing write tid 2 to smithi07185159-38 2024-09-13T14:21:07.209 INFO:tasks.rados.rados.0.smithi071.stdout:124: finishing write tid 3 to smithi07185159-38 2024-09-13T14:21:07.209 INFO:tasks.rados.rados.0.smithi071.stdout:124: finishing write tid 4 to smithi07185159-38 2024-09-13T14:21:07.209 INFO:tasks.rados.rados.0.smithi071.stdout:124: finishing write tid 5 to smithi07185159-38 2024-09-13T14:21:07.209 INFO:tasks.rados.rados.0.smithi071.stdout:124: oid 38 updating version 0 to 49 2024-09-13T14:21:07.209 INFO:tasks.rados.rados.0.smithi071.stdout:124: oid 38 updating version 49 to 50 2024-09-13T14:21:07.209 INFO:tasks.rados.rados.0.smithi071.stdout:124: oid 38 version 50 is already newer than 48 2024-09-13T14:21:07.210 INFO:tasks.rados.rados.0.smithi071.stdout:124: oid 38 updating version 50 to 51 2024-09-13T14:21:07.210 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 38 v 51 (ObjNum 84 snap 10 seq_num 84) dirty exists 2024-09-13T14:21:07.210 INFO:tasks.rados.rados.0.smithi071.stdout:124: left oid 38 (ObjNum 84 snap 10 seq_num 84) 2024-09-13T14:21:07.210 INFO:tasks.rados.rados.0.smithi071.stdout:125: finishing write tid 1 to smithi07185159-34 2024-09-13T14:21:07.210 INFO:tasks.rados.rados.0.smithi071.stdout:125: finishing write tid 2 to smithi07185159-34 2024-09-13T14:21:07.210 INFO:tasks.rados.rados.0.smithi071.stdout:125: finishing write tid 3 to smithi07185159-34 2024-09-13T14:21:07.211 INFO:tasks.rados.rados.0.smithi071.stdout:125: finishing write tid 4 to smithi07185159-34 2024-09-13T14:21:07.211 INFO:tasks.rados.rados.0.smithi071.stdout:125: finishing write tid 5 to smithi07185159-34 2024-09-13T14:21:07.211 INFO:tasks.rados.rados.0.smithi071.stdout:125: oid 34 updating version 0 to 13 2024-09-13T14:21:07.211 INFO:tasks.rados.rados.0.smithi071.stdout:125: oid 34 updating version 13 to 14 2024-09-13T14:21:07.211 INFO:tasks.rados.rados.0.smithi071.stdout:125: oid 34 updating version 14 to 16 2024-09-13T14:21:07.211 INFO:tasks.rados.rados.0.smithi071.stdout:125: oid 34 version 16 is already newer than 15 2024-09-13T14:21:07.211 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 34 v 16 (ObjNum 85 snap 10 seq_num 85) dirty exists 2024-09-13T14:21:07.211 INFO:tasks.rados.rados.0.smithi071.stdout:125: left oid 34 (ObjNum 85 snap 10 seq_num 85) 2024-09-13T14:21:07.743 INFO:tasks.rados.rados.0.smithi071.stdout:123: done (3 left) 2024-09-13T14:21:07.743 INFO:tasks.rados.rados.0.smithi071.stdout:124: done (2 left) 2024-09-13T14:21:07.743 INFO:tasks.rados.rados.0.smithi071.stdout:125: done (1 left) 2024-09-13T14:21:07.743 INFO:tasks.rados.rados.0.smithi071.stdout:126: done (0 left) 2024-09-13T14:21:07.743 INFO:tasks.rados.rados.0.smithi071.stdout:127: write oid 32 current snap is 11 2024-09-13T14:21:07.743 INFO:tasks.rados.rados.0.smithi071.stdout:127: seq_num 86 ranges {645402=551297,1749569=492355,2845789=599613} 2024-09-13T14:21:07.749 INFO:tasks.rados.rados.0.smithi071.stdout:127: writing smithi07185159-32 from 645402 to 1196699 tid 1 2024-09-13T14:21:07.755 INFO:tasks.rados.rados.0.smithi071.stdout:127: writing smithi07185159-32 from 1749569 to 2241924 tid 2 2024-09-13T14:21:07.762 INFO:tasks.rados.rados.0.smithi071.stdout:127: writing smithi07185159-32 from 2845789 to 3445402 tid 3 2024-09-13T14:21:07.762 INFO:tasks.rados.rados.0.smithi071.stdout:128: read oid 35 snap -1 2024-09-13T14:21:07.762 INFO:tasks.rados.rados.0.smithi071.stdout:128: expect (ObjNum 34 snap 0 seq_num 34) 2024-09-13T14:21:07.762 INFO:tasks.rados.rados.0.smithi071.stdout:129: read oid 11 snap -1 2024-09-13T14:21:07.762 INFO:tasks.rados.rados.0.smithi071.stdout:129: expect (ObjNum 60 snap 0 seq_num 60) 2024-09-13T14:21:07.763 INFO:tasks.rados.rados.0.smithi071.stdout:130: write oid 42 current snap is 11 2024-09-13T14:21:07.763 INFO:tasks.rados.rados.0.smithi071.stdout:127: finishing write tid 1 to smithi07185159-32 2024-09-13T14:21:07.763 INFO:tasks.rados.rados.0.smithi071.stdout:127: finishing write tid 2 to smithi07185159-32 2024-09-13T14:21:07.763 INFO:tasks.rados.rados.0.smithi071.stdout:130: seq_num 87 ranges {662209=626546,1808051=636013,2873212=588997} 2024-09-13T14:21:07.769 INFO:tasks.rados.rados.0.smithi071.stdout:130: writing smithi07185159-42 from 662209 to 1288755 tid 1 2024-09-13T14:21:07.776 INFO:tasks.rados.rados.0.smithi071.stdout:130: writing smithi07185159-42 from 1808051 to 2444064 tid 2 2024-09-13T14:21:07.782 INFO:tasks.rados.rados.0.smithi071.stdout:130: writing smithi07185159-42 from 2873212 to 3462209 tid 3 2024-09-13T14:21:07.782 INFO:tasks.rados.rados.0.smithi071.stdout:131: snap_remove snap 10 2024-09-13T14:21:07.828 INFO:tasks.rados.rados.0.smithi071.stdout:131: done (4 left) 2024-09-13T14:21:07.828 INFO:tasks.rados.rados.0.smithi071.stdout:132: read oid 16 snap -1 2024-09-13T14:21:07.828 INFO:tasks.rados.rados.0.smithi071.stdout:132: expect (ObjNum 51 snap 0 seq_num 51) 2024-09-13T14:21:07.828 INFO:tasks.rados.rados.0.smithi071.stdout:133: snap_remove snap 3 2024-09-13T14:21:08.073 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:07 smithi104 ceph-mon[33426]: osdmap e92: 8 total, 8 up, 8 in 2024-09-13T14:21:08.073 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:07 smithi104 ceph-mon[33426]: pgmap v125: 89 pgs: 89 active+clean; 135 MiB data, 441 MiB used, 715 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.8 MiB/s wr, 16 op/s 2024-09-13T14:21:08.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:07 smithi071 ceph-mon[29588]: osdmap e92: 8 total, 8 up, 8 in 2024-09-13T14:21:08.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:07 smithi071 ceph-mon[29588]: pgmap v125: 89 pgs: 89 active+clean; 135 MiB data, 441 MiB used, 715 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.8 MiB/s wr, 16 op/s 2024-09-13T14:21:08.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:07 smithi071 ceph-mon[41109]: osdmap e92: 8 total, 8 up, 8 in 2024-09-13T14:21:08.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:07 smithi071 ceph-mon[41109]: pgmap v125: 89 pgs: 89 active+clean; 135 MiB data, 441 MiB used, 715 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.8 MiB/s wr, 16 op/s 2024-09-13T14:21:08.825 INFO:tasks.rados.rados.0.smithi071.stdout:133: done (5 left) 2024-09-13T14:21:08.826 INFO:tasks.rados.rados.0.smithi071.stdout:134: write oid 20 current snap is 11 2024-09-13T14:21:08.826 INFO:tasks.rados.rados.0.smithi071.stdout:134: seq_num 88 ranges {679016=701795,1866533=496024,2900635=402643} 2024-09-13T14:21:08.833 INFO:tasks.rados.rados.0.smithi071.stdout:134: writing smithi07185159-20 from 679016 to 1380811 tid 1 2024-09-13T14:21:08.839 INFO:tasks.rados.rados.0.smithi071.stdout:134: writing smithi07185159-20 from 1866533 to 2362557 tid 2 2024-09-13T14:21:08.844 INFO:tasks.rados.rados.0.smithi071.stdout:134: writing smithi07185159-20 from 2900635 to 3303278 tid 3 2024-09-13T14:21:08.844 INFO:tasks.rados.rados.0.smithi071.stdout:135: read oid 10 snap -1 2024-09-13T14:21:08.844 INFO:tasks.rados.rados.0.smithi071.stdout:135: expect deleted 2024-09-13T14:21:08.845 INFO:tasks.rados.rados.0.smithi071.stdout:136: write oid 33 current snap is 11 2024-09-13T14:21:08.845 INFO:tasks.rados.rados.0.smithi071.stdout:136: seq_num 89 ranges {695823=777044,1925015=639682,3328058=167765} 2024-09-13T14:21:08.852 INFO:tasks.rados.rados.0.smithi071.stdout:136: writing smithi07185159-33 from 695823 to 1472867 tid 1 2024-09-13T14:21:08.858 INFO:tasks.rados.rados.0.smithi071.stdout:136: writing smithi07185159-33 from 1925015 to 2564697 tid 2 2024-09-13T14:21:08.864 INFO:tasks.rados.rados.0.smithi071.stdout:136: writing smithi07185159-33 from 3328058 to 3495823 tid 3 2024-09-13T14:21:08.864 INFO:tasks.rados.rados.0.smithi071.stdout:137: delete oid 1 current snap is 11 2024-09-13T14:21:08.864 INFO:tasks.rados.rados.0.smithi071.stdout:127: finishing write tid 3 to smithi07185159-32 2024-09-13T14:21:08.864 INFO:tasks.rados.rados.0.smithi071.stdout:127: finishing write tid 4 to smithi07185159-32 2024-09-13T14:21:08.865 INFO:tasks.rados.rados.0.smithi071.stdout:127: finishing write tid 5 to smithi07185159-32 2024-09-13T14:21:08.865 INFO:tasks.rados.rados.0.smithi071.stdout:127: oid 32 updating version 0 to 7 2024-09-13T14:21:08.865 INFO:tasks.rados.rados.0.smithi071.stdout:127: oid 32 updating version 7 to 8 2024-09-13T14:21:08.865 INFO:tasks.rados.rados.0.smithi071.stdout:127: oid 32 version 8 is already newer than 5 2024-09-13T14:21:08.865 INFO:tasks.rados.rados.0.smithi071.stdout:127: oid 32 version 8 is already newer than 6 2024-09-13T14:21:08.865 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 32 v 8 (ObjNum 86 snap 11 seq_num 86) dirty exists 2024-09-13T14:21:08.865 INFO:tasks.rados.rados.0.smithi071.stdout:127: left oid 32 (ObjNum 86 snap 11 seq_num 86) 2024-09-13T14:21:08.865 INFO:tasks.rados.rados.0.smithi071.stdout:128: expect (ObjNum 34 snap 0 seq_num 34) 2024-09-13T14:21:08.949 INFO:tasks.rados.rados.0.smithi071.stdout:129: expect (ObjNum 60 snap 0 seq_num 60) 2024-09-13T14:21:09.089 INFO:tasks.rados.rados.0.smithi071.stdout:130: finishing write tid 1 to smithi07185159-42 2024-09-13T14:21:09.089 INFO:tasks.rados.rados.0.smithi071.stdout:130: finishing write tid 2 to smithi07185159-42 2024-09-13T14:21:09.089 INFO:tasks.rados.rados.0.smithi071.stdout:130: finishing write tid 3 to smithi07185159-42 2024-09-13T14:21:09.089 INFO:tasks.rados.rados.0.smithi071.stdout:130: finishing write tid 4 to smithi07185159-42 2024-09-13T14:21:09.089 INFO:tasks.rados.rados.0.smithi071.stdout:130: finishing write tid 5 to smithi07185159-42 2024-09-13T14:21:09.089 INFO:tasks.rados.rados.0.smithi071.stdout:130: oid 42 updating version 0 to 44 2024-09-13T14:21:09.089 INFO:tasks.rados.rados.0.smithi071.stdout:130: oid 42 updating version 44 to 45 2024-09-13T14:21:09.089 INFO:tasks.rados.rados.0.smithi071.stdout:130: oid 42 updating version 45 to 47 2024-09-13T14:21:09.090 INFO:tasks.rados.rados.0.smithi071.stdout:130: oid 42 version 47 is already newer than 46 2024-09-13T14:21:09.090 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 42 v 47 (ObjNum 87 snap 11 seq_num 87) dirty exists 2024-09-13T14:21:09.090 INFO:tasks.rados.rados.0.smithi071.stdout:130: left oid 42 (ObjNum 87 snap 11 seq_num 87) 2024-09-13T14:21:09.090 INFO:tasks.rados.rados.0.smithi071.stdout:127: done (8 left) 2024-09-13T14:21:09.090 INFO:tasks.rados.rados.0.smithi071.stdout:128: done (7 left) 2024-09-13T14:21:09.090 INFO:tasks.rados.rados.0.smithi071.stdout:129: done (6 left) 2024-09-13T14:21:09.090 INFO:tasks.rados.rados.0.smithi071.stdout:130: done (5 left) 2024-09-13T14:21:09.090 INFO:tasks.rados.rados.0.smithi071.stdout:137: done (4 left) 2024-09-13T14:21:09.090 INFO:tasks.rados.rados.0.smithi071.stdout:138: snap_create 2024-09-13T14:21:09.090 INFO:tasks.rados.rados.0.smithi071.stdout:132: expect (ObjNum 51 snap 0 seq_num 51) 2024-09-13T14:21:09.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:08 smithi071 ceph-mon[29588]: osdmap e93: 8 total, 8 up, 8 in 2024-09-13T14:21:09.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:08 smithi071 ceph-mon[29588]: osdmap e94: 8 total, 8 up, 8 in 2024-09-13T14:21:09.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:08 smithi071 ceph-mon[41109]: osdmap e93: 8 total, 8 up, 8 in 2024-09-13T14:21:09.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:08 smithi071 ceph-mon[41109]: osdmap e94: 8 total, 8 up, 8 in 2024-09-13T14:21:09.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:21:08 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:21:08] "GET /metrics HTTP/1.1" 200 36142 "" "Prometheus/2.43.0" 2024-09-13T14:21:09.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:08 smithi104 ceph-mon[33426]: osdmap e93: 8 total, 8 up, 8 in 2024-09-13T14:21:09.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:08 smithi104 ceph-mon[33426]: osdmap e94: 8 total, 8 up, 8 in 2024-09-13T14:21:09.225 INFO:tasks.rados.rados.0.smithi071.stdout:134: finishing write tid 1 to smithi07185159-20 2024-09-13T14:21:09.225 INFO:tasks.rados.rados.0.smithi071.stdout:134: finishing write tid 2 to smithi07185159-20 2024-09-13T14:21:09.225 INFO:tasks.rados.rados.0.smithi071.stdout:134: finishing write tid 3 to smithi07185159-20 2024-09-13T14:21:09.225 INFO:tasks.rados.rados.0.smithi071.stdout:134: finishing write tid 4 to smithi07185159-20 2024-09-13T14:21:09.225 INFO:tasks.rados.rados.0.smithi071.stdout:134: finishing write tid 5 to smithi07185159-20 2024-09-13T14:21:09.225 INFO:tasks.rados.rados.0.smithi071.stdout:134: oid 20 updating version 0 to 36 2024-09-13T14:21:09.225 INFO:tasks.rados.rados.0.smithi071.stdout:134: oid 20 updating version 36 to 37 2024-09-13T14:21:09.225 INFO:tasks.rados.rados.0.smithi071.stdout:134: oid 20 updating version 37 to 38 2024-09-13T14:21:09.225 INFO:tasks.rados.rados.0.smithi071.stdout:134: oid 20 version 38 is already newer than 35 2024-09-13T14:21:09.225 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 20 v 38 (ObjNum 88 snap 11 seq_num 88) dirty exists 2024-09-13T14:21:09.225 INFO:tasks.rados.rados.0.smithi071.stdout:134: left oid 20 (ObjNum 88 snap 11 seq_num 88) 2024-09-13T14:21:09.225 INFO:tasks.rados.rados.0.smithi071.stdout:136: finishing write tid 1 to smithi07185159-33 2024-09-13T14:21:09.225 INFO:tasks.rados.rados.0.smithi071.stdout:136: finishing write tid 2 to smithi07185159-33 2024-09-13T14:21:09.225 INFO:tasks.rados.rados.0.smithi071.stdout:136: finishing write tid 3 to smithi07185159-33 2024-09-13T14:21:09.226 INFO:tasks.rados.rados.0.smithi071.stdout:136: finishing write tid 4 to smithi07185159-33 2024-09-13T14:21:09.226 INFO:tasks.rados.rados.0.smithi071.stdout:136: finishing write tid 5 to smithi07185159-33 2024-09-13T14:21:09.226 INFO:tasks.rados.rados.0.smithi071.stdout:136: oid 33 updating version 0 to 42 2024-09-13T14:21:09.226 INFO:tasks.rados.rados.0.smithi071.stdout:136: oid 33 version 42 is already newer than 41 2024-09-13T14:21:09.226 INFO:tasks.rados.rados.0.smithi071.stdout:136: oid 33 updating version 42 to 43 2024-09-13T14:21:09.226 INFO:tasks.rados.rados.0.smithi071.stdout:136: oid 33 version 43 is already newer than 40 2024-09-13T14:21:09.226 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 33 v 43 (ObjNum 89 snap 11 seq_num 89) dirty exists 2024-09-13T14:21:09.226 INFO:tasks.rados.rados.0.smithi071.stdout:136: left oid 33 (ObjNum 89 snap 11 seq_num 89) 2024-09-13T14:21:09.833 INFO:tasks.rados.rados.0.smithi071.stdout:132: done (4 left) 2024-09-13T14:21:09.833 INFO:tasks.rados.rados.0.smithi071.stdout:134: done (3 left) 2024-09-13T14:21:09.833 INFO:tasks.rados.rados.0.smithi071.stdout:135: done (2 left) 2024-09-13T14:21:09.833 INFO:tasks.rados.rados.0.smithi071.stdout:136: done (1 left) 2024-09-13T14:21:09.833 INFO:tasks.rados.rados.0.smithi071.stdout:138: done (0 left) 2024-09-13T14:21:09.833 INFO:tasks.rados.rados.0.smithi071.stdout:139: snap_remove snap 1 2024-09-13T14:21:10.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:09 smithi071 ceph-mon[41109]: osdmap e95: 8 total, 8 up, 8 in 2024-09-13T14:21:10.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:09 smithi071 ceph-mon[41109]: pgmap v129: 89 pgs: 89 active+clean; 135 MiB data, 441 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:21:10.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:09 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:21:10.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:09 smithi071 ceph-mon[29588]: osdmap e95: 8 total, 8 up, 8 in 2024-09-13T14:21:10.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:09 smithi071 ceph-mon[29588]: pgmap v129: 89 pgs: 89 active+clean; 135 MiB data, 441 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:21:10.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:09 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:21:10.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:09 smithi104 ceph-mon[33426]: osdmap e95: 8 total, 8 up, 8 in 2024-09-13T14:21:10.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:09 smithi104 ceph-mon[33426]: pgmap v129: 89 pgs: 89 active+clean; 135 MiB data, 441 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:21:10.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:09 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:21:10.834 INFO:tasks.rados.rados.0.smithi071.stdout:139: done (0 left) 2024-09-13T14:21:10.834 INFO:tasks.rados.rados.0.smithi071.stdout:140: snap_create 2024-09-13T14:21:11.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:10 smithi071 ceph-mon[29588]: osdmap e96: 8 total, 8 up, 8 in 2024-09-13T14:21:11.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:10 smithi071 ceph-mon[41109]: osdmap e96: 8 total, 8 up, 8 in 2024-09-13T14:21:11.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:10 smithi104 ceph-mon[33426]: osdmap e96: 8 total, 8 up, 8 in 2024-09-13T14:21:11.849 INFO:tasks.rados.rados.0.smithi071.stdout:140: done (0 left) 2024-09-13T14:21:11.852 INFO:tasks.rados.rados.0.smithi071.stdout:141: read oid 31 snap -1 2024-09-13T14:21:11.852 INFO:tasks.rados.rados.0.smithi071.stdout:141: expect (ObjNum 30 snap 0 seq_num 30) 2024-09-13T14:21:11.852 INFO:tasks.rados.rados.0.smithi071.stdout:142: read oid 13 snap -1 2024-09-13T14:21:11.852 INFO:tasks.rados.rados.0.smithi071.stdout:142: expect (ObjNum 77 snap 9 seq_num 77) 2024-09-13T14:21:11.852 INFO:tasks.rados.rados.0.smithi071.stdout:143: read oid 7 snap -1 2024-09-13T14:21:11.852 INFO:tasks.rados.rados.0.smithi071.stdout:143: expect deleted 2024-09-13T14:21:11.852 INFO:tasks.rados.rados.0.smithi071.stdout:144: snap_create 2024-09-13T14:21:11.854 INFO:tasks.rados.rados.0.smithi071.stdout:141: expect (ObjNum 30 snap 0 seq_num 30) 2024-09-13T14:21:11.940 INFO:tasks.rados.rados.0.smithi071.stdout:142: expect (ObjNum 77 snap 9 seq_num 77) 2024-09-13T14:21:12.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:11 smithi071 ceph-mon[29588]: osdmap e97: 8 total, 8 up, 8 in 2024-09-13T14:21:12.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:11 smithi071 ceph-mon[29588]: pgmap v132: 89 pgs: 89 active+clean; 153 MiB data, 492 MiB used, 715 GiB / 715 GiB avail; 16 MiB/s rd, 3.3 MiB/s wr, 29 op/s 2024-09-13T14:21:12.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:11 smithi071 ceph-mon[41109]: osdmap e97: 8 total, 8 up, 8 in 2024-09-13T14:21:12.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:11 smithi071 ceph-mon[41109]: pgmap v132: 89 pgs: 89 active+clean; 153 MiB data, 492 MiB used, 715 GiB / 715 GiB avail; 16 MiB/s rd, 3.3 MiB/s wr, 29 op/s 2024-09-13T14:21:12.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:11 smithi104 ceph-mon[33426]: osdmap e97: 8 total, 8 up, 8 in 2024-09-13T14:21:12.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:11 smithi104 ceph-mon[33426]: pgmap v132: 89 pgs: 89 active+clean; 153 MiB data, 492 MiB used, 715 GiB / 715 GiB avail; 16 MiB/s rd, 3.3 MiB/s wr, 29 op/s 2024-09-13T14:21:12.824 INFO:tasks.rados.rados.0.smithi071.stdout:141: done (3 left) 2024-09-13T14:21:12.824 INFO:tasks.rados.rados.0.smithi071.stdout:142: done (2 left) 2024-09-13T14:21:12.824 INFO:tasks.rados.rados.0.smithi071.stdout:143: done (1 left) 2024-09-13T14:21:12.825 INFO:tasks.rados.rados.0.smithi071.stdout:144: done (0 left) 2024-09-13T14:21:12.825 INFO:tasks.rados.rados.0.smithi071.stdout:145: snap_create 2024-09-13T14:21:13.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:12 smithi071 ceph-mon[29588]: osdmap e98: 8 total, 8 up, 8 in 2024-09-13T14:21:13.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:12 smithi071 ceph-mon[29588]: osdmap e99: 8 total, 8 up, 8 in 2024-09-13T14:21:13.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:12 smithi071 ceph-mon[41109]: osdmap e98: 8 total, 8 up, 8 in 2024-09-13T14:21:13.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:12 smithi071 ceph-mon[41109]: osdmap e99: 8 total, 8 up, 8 in 2024-09-13T14:21:13.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:12 smithi104 ceph-mon[33426]: osdmap e98: 8 total, 8 up, 8 in 2024-09-13T14:21:13.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:12 smithi104 ceph-mon[33426]: osdmap e99: 8 total, 8 up, 8 in 2024-09-13T14:21:13.827 INFO:tasks.rados.rados.0.smithi071.stdout:145: done (0 left) 2024-09-13T14:21:13.827 INFO:tasks.rados.rados.0.smithi071.stdout:146: write oid 9 current snap is 15 2024-09-13T14:21:13.827 INFO:tasks.rados.rados.0.smithi071.stdout:146: seq_num 91 ranges {729437=527542,1925626=643351,3266551=262886} 2024-09-13T14:21:13.833 INFO:tasks.rados.rados.0.smithi071.stdout:146: writing smithi07185159-9 from 729437 to 1256979 tid 1 2024-09-13T14:21:13.840 INFO:tasks.rados.rados.0.smithi071.stdout:146: writing smithi07185159-9 from 1925626 to 2568977 tid 2 2024-09-13T14:21:13.846 INFO:tasks.rados.rados.0.smithi071.stdout:146: writing smithi07185159-9 from 3266551 to 3529437 tid 3 2024-09-13T14:21:13.847 INFO:tasks.rados.rados.0.smithi071.stdout:147: rollback oid 14 current snap is 15 2024-09-13T14:21:13.847 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 14 to 13 2024-09-13T14:21:13.847 INFO:tasks.rados.rados.0.smithi071.stdout:146: finishing write tid 1 to smithi07185159-9 2024-09-13T14:21:13.847 INFO:tasks.rados.rados.0.smithi071.stdout:146: finishing write tid 2 to smithi07185159-9 2024-09-13T14:21:13.847 INFO:tasks.rados.rados.0.smithi071.stdout:148: write oid 6 current snap is 15 2024-09-13T14:21:13.847 INFO:tasks.rados.rados.0.smithi071.stdout:148: seq_num 92 ranges {746244=719144,2100461=503362,3126680=419564} 2024-09-13T14:21:13.855 INFO:tasks.rados.rados.0.smithi071.stdout:148: writing smithi07185159-6 from 746244 to 1465388 tid 1 2024-09-13T14:21:13.862 INFO:tasks.rados.rados.0.smithi071.stdout:148: writing smithi07185159-6 from 2100461 to 2603823 tid 2 2024-09-13T14:21:13.868 INFO:tasks.rados.rados.0.smithi071.stdout:148: writing smithi07185159-6 from 3126680 to 3546244 tid 3 2024-09-13T14:21:13.868 INFO:tasks.rados.rados.0.smithi071.stdout:149: read oid 42 snap -1 2024-09-13T14:21:13.868 INFO:tasks.rados.rados.0.smithi071.stdout:149: expect (ObjNum 87 snap 11 seq_num 87) 2024-09-13T14:21:13.869 INFO:tasks.rados.rados.0.smithi071.stdout:150: snap_create 2024-09-13T14:21:13.869 INFO:tasks.rados.rados.0.smithi071.stdout:146: finishing write tid 3 to smithi07185159-9 2024-09-13T14:21:13.869 INFO:tasks.rados.rados.0.smithi071.stdout:146: finishing write tid 4 to smithi07185159-9 2024-09-13T14:21:13.869 INFO:tasks.rados.rados.0.smithi071.stdout:146: finishing write tid 5 to smithi07185159-9 2024-09-13T14:21:13.869 INFO:tasks.rados.rados.0.smithi071.stdout:146: oid 9 updating version 0 to 14 2024-09-13T14:21:13.869 INFO:tasks.rados.rados.0.smithi071.stdout:146: oid 9 updating version 14 to 16 2024-09-13T14:21:13.869 INFO:tasks.rados.rados.0.smithi071.stdout:146: oid 9 version 16 is already newer than 15 2024-09-13T14:21:13.869 INFO:tasks.rados.rados.0.smithi071.stdout:146: oid 9 version 16 is already newer than 13 2024-09-13T14:21:13.869 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 9 v 16 (ObjNum 91 snap 15 seq_num 91) dirty exists 2024-09-13T14:21:13.869 INFO:tasks.rados.rados.0.smithi071.stdout:146: left oid 9 (ObjNum 91 snap 15 seq_num 91) 2024-09-13T14:21:13.869 INFO:tasks.rados.rados.0.smithi071.stdout:147: finishing rollback tid 0 to smithi07185159-14 2024-09-13T14:21:13.869 INFO:tasks.rados.rados.0.smithi071.stdout:147: finishing rollback tid 1 to smithi07185159-14 2024-09-13T14:21:13.870 INFO:tasks.rados.rados.0.smithi071.stdout:147: finishing rollback tid 2 to smithi07185159-14 2024-09-13T14:21:13.870 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 14 v 30 (ObjNum 13 snap 0 seq_num 13) dirty exists 2024-09-13T14:21:13.870 INFO:tasks.rados.rados.0.smithi071.stdout:148: finishing write tid 1 to smithi07185159-6 2024-09-13T14:21:13.870 INFO:tasks.rados.rados.0.smithi071.stdout:148: finishing write tid 2 to smithi07185159-6 2024-09-13T14:21:13.870 INFO:tasks.rados.rados.0.smithi071.stdout:148: finishing write tid 3 to smithi07185159-6 2024-09-13T14:21:13.871 INFO:tasks.rados.rados.0.smithi071.stdout:148: finishing write tid 4 to smithi07185159-6 2024-09-13T14:21:13.871 INFO:tasks.rados.rados.0.smithi071.stdout:148: finishing write tid 5 to smithi07185159-6 2024-09-13T14:21:13.871 INFO:tasks.rados.rados.0.smithi071.stdout:148: oid 6 updating version 0 to 84 2024-09-13T14:21:13.871 INFO:tasks.rados.rados.0.smithi071.stdout:148: oid 6 updating version 84 to 86 2024-09-13T14:21:13.871 INFO:tasks.rados.rados.0.smithi071.stdout:148: oid 6 version 86 is already newer than 83 2024-09-13T14:21:13.871 INFO:tasks.rados.rados.0.smithi071.stdout:148: oid 6 version 86 is already newer than 85 2024-09-13T14:21:13.871 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 6 v 86 (ObjNum 92 snap 15 seq_num 92) dirty exists 2024-09-13T14:21:13.871 INFO:tasks.rados.rados.0.smithi071.stdout:148: left oid 6 (ObjNum 92 snap 15 seq_num 92) 2024-09-13T14:21:13.873 INFO:tasks.rados.rados.0.smithi071.stdout:149: expect (ObjNum 87 snap 11 seq_num 87) 2024-09-13T14:21:14.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:13 smithi071 ceph-mon[29588]: pgmap v135: 89 pgs: 89 active+clean; 153 MiB data, 492 MiB used, 715 GiB / 715 GiB avail; 15 MiB/s rd, 3.0 MiB/s wr, 27 op/s 2024-09-13T14:21:14.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:13 smithi071 ceph-mon[29588]: osdmap e100: 8 total, 8 up, 8 in 2024-09-13T14:21:14.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:13 smithi071 ceph-mon[41109]: pgmap v135: 89 pgs: 89 active+clean; 153 MiB data, 492 MiB used, 715 GiB / 715 GiB avail; 15 MiB/s rd, 3.0 MiB/s wr, 27 op/s 2024-09-13T14:21:14.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:13 smithi071 ceph-mon[41109]: osdmap e100: 8 total, 8 up, 8 in 2024-09-13T14:21:14.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:13 smithi104 ceph-mon[33426]: pgmap v135: 89 pgs: 89 active+clean; 153 MiB data, 492 MiB used, 715 GiB / 715 GiB avail; 15 MiB/s rd, 3.0 MiB/s wr, 27 op/s 2024-09-13T14:21:14.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:13 smithi104 ceph-mon[33426]: osdmap e100: 8 total, 8 up, 8 in 2024-09-13T14:21:14.857 INFO:tasks.rados.rados.0.smithi071.stdout:146: done (4 left) 2024-09-13T14:21:14.857 INFO:tasks.rados.rados.0.smithi071.stdout:147: done (3 left) 2024-09-13T14:21:14.857 INFO:tasks.rados.rados.0.smithi071.stdout:148: done (2 left) 2024-09-13T14:21:14.857 INFO:tasks.rados.rados.0.smithi071.stdout:149: done (1 left) 2024-09-13T14:21:14.857 INFO:tasks.rados.rados.0.smithi071.stdout:150: done (0 left) 2024-09-13T14:21:14.857 INFO:tasks.rados.rados.0.smithi071.stdout:151: write oid 46 current snap is 16 2024-09-13T14:21:14.858 INFO:tasks.rados.rados.0.smithi071.stdout:151: seq_num 93 ranges {763051=794393,2158943=647020,3437750=125301} 2024-09-13T14:21:14.865 INFO:tasks.rados.rados.0.smithi071.stdout:151: writing smithi07185159-46 from 763051 to 1557444 tid 1 2024-09-13T14:21:14.872 INFO:tasks.rados.rados.0.smithi071.stdout:151: writing smithi07185159-46 from 2158943 to 2805963 tid 2 2024-09-13T14:21:14.877 INFO:tasks.rados.rados.0.smithi071.stdout:151: writing smithi07185159-46 from 3437750 to 3563051 tid 3 2024-09-13T14:21:14.877 INFO:tasks.rados.rados.0.smithi071.stdout:152: read oid 25 snap -1 2024-09-13T14:21:14.877 INFO:tasks.rados.rados.0.smithi071.stdout:152: expect (ObjNum 78 snap 9 seq_num 78) 2024-09-13T14:21:14.877 INFO:tasks.rados.rados.0.smithi071.stdout:153: write oid 50 current snap is 16 2024-09-13T14:21:14.877 INFO:tasks.rados.rados.0.smithi071.stdout:151: finishing write tid 1 to smithi07185159-46 2024-09-13T14:21:14.877 INFO:tasks.rados.rados.0.smithi071.stdout:153: seq_num 94 ranges {779858=469642,1817425=507031,2781526=586628} 2024-09-13T14:21:14.884 INFO:tasks.rados.rados.0.smithi071.stdout:153: writing smithi07185159-50 from 779858 to 1249500 tid 1 2024-09-13T14:21:14.891 INFO:tasks.rados.rados.0.smithi071.stdout:153: writing smithi07185159-50 from 1817425 to 2324456 tid 2 2024-09-13T14:21:14.897 INFO:tasks.rados.rados.0.smithi071.stdout:153: writing smithi07185159-50 from 2781526 to 3368154 tid 3 2024-09-13T14:21:14.897 INFO:tasks.rados.rados.0.smithi071.stdout:154: read oid 6 snap 12 2024-09-13T14:21:14.897 INFO:tasks.rados.rados.0.smithi071.stdout:154: expect (ObjNum 5 snap 0 seq_num 5) 2024-09-13T14:21:14.897 INFO:tasks.rados.rados.0.smithi071.stdout:155: snap_remove snap 8 2024-09-13T14:21:15.869 INFO:tasks.rados.rados.0.smithi071.stdout:155: done (4 left) 2024-09-13T14:21:15.870 INFO:tasks.rados.rados.0.smithi071.stdout:156: snap_remove snap 6 2024-09-13T14:21:16.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:15 smithi071 ceph-mon[29588]: osdmap e101: 8 total, 8 up, 8 in 2024-09-13T14:21:16.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:15 smithi071 ceph-mon[29588]: pgmap v138: 89 pgs: 89 active+clean; 160 MiB data, 504 MiB used, 715 GiB / 715 GiB avail; 12 MiB/s rd, 1.5 MiB/s wr, 16 op/s 2024-09-13T14:21:16.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:15 smithi071 ceph-mon[41109]: osdmap e101: 8 total, 8 up, 8 in 2024-09-13T14:21:16.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:15 smithi071 ceph-mon[41109]: pgmap v138: 89 pgs: 89 active+clean; 160 MiB data, 504 MiB used, 715 GiB / 715 GiB avail; 12 MiB/s rd, 1.5 MiB/s wr, 16 op/s 2024-09-13T14:21:16.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:15 smithi104 ceph-mon[33426]: osdmap e101: 8 total, 8 up, 8 in 2024-09-13T14:21:16.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:15 smithi104 ceph-mon[33426]: pgmap v138: 89 pgs: 89 active+clean; 160 MiB data, 504 MiB used, 715 GiB / 715 GiB avail; 12 MiB/s rd, 1.5 MiB/s wr, 16 op/s 2024-09-13T14:21:16.866 INFO:tasks.rados.rados.0.smithi071.stdout:156: done (4 left) 2024-09-13T14:21:16.866 INFO:tasks.rados.rados.0.smithi071.stdout:157: delete oid 16 current snap is 16 2024-09-13T14:21:16.866 INFO:tasks.rados.rados.0.smithi071.stdout:151: finishing write tid 2 to smithi07185159-46 2024-09-13T14:21:16.866 INFO:tasks.rados.rados.0.smithi071.stdout:151: finishing write tid 3 to smithi07185159-46 2024-09-13T14:21:16.866 INFO:tasks.rados.rados.0.smithi071.stdout:151: finishing write tid 4 to smithi07185159-46 2024-09-13T14:21:16.866 INFO:tasks.rados.rados.0.smithi071.stdout:151: finishing write tid 5 to smithi07185159-46 2024-09-13T14:21:16.866 INFO:tasks.rados.rados.0.smithi071.stdout:151: oid 46 updating version 0 to 47 2024-09-13T14:21:16.866 INFO:tasks.rados.rados.0.smithi071.stdout:151: oid 46 version 47 is already newer than 46 2024-09-13T14:21:16.866 INFO:tasks.rados.rados.0.smithi071.stdout:151: oid 46 updating version 47 to 48 2024-09-13T14:21:16.866 INFO:tasks.rados.rados.0.smithi071.stdout:151: oid 46 version 48 is already newer than 45 2024-09-13T14:21:16.867 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 46 v 48 (ObjNum 93 snap 16 seq_num 93) dirty exists 2024-09-13T14:21:16.867 INFO:tasks.rados.rados.0.smithi071.stdout:151: left oid 46 (ObjNum 93 snap 16 seq_num 93) 2024-09-13T14:21:16.867 INFO:tasks.rados.rados.0.smithi071.stdout:153: finishing write tid 1 to smithi07185159-50 2024-09-13T14:21:16.867 INFO:tasks.rados.rados.0.smithi071.stdout:152: expect (ObjNum 78 snap 9 seq_num 78) 2024-09-13T14:21:17.027 INFO:tasks.rados.rados.0.smithi071.stdout:153: finishing write tid 2 to smithi07185159-50 2024-09-13T14:21:17.027 INFO:tasks.rados.rados.0.smithi071.stdout:153: finishing write tid 3 to smithi07185159-50 2024-09-13T14:21:17.027 INFO:tasks.rados.rados.0.smithi071.stdout:153: finishing write tid 4 to smithi07185159-50 2024-09-13T14:21:17.027 INFO:tasks.rados.rados.0.smithi071.stdout:153: finishing write tid 5 to smithi07185159-50 2024-09-13T14:21:17.027 INFO:tasks.rados.rados.0.smithi071.stdout:153: oid 50 updating version 0 to 91 2024-09-13T14:21:17.028 INFO:tasks.rados.rados.0.smithi071.stdout:153: oid 50 version 91 is already newer than 89 2024-09-13T14:21:17.028 INFO:tasks.rados.rados.0.smithi071.stdout:153: oid 50 version 91 is already newer than 90 2024-09-13T14:21:17.028 INFO:tasks.rados.rados.0.smithi071.stdout:153: oid 50 version 91 is already newer than 88 2024-09-13T14:21:17.028 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 50 v 91 (ObjNum 94 snap 16 seq_num 94) dirty exists 2024-09-13T14:21:17.028 INFO:tasks.rados.rados.0.smithi071.stdout:153: left oid 50 (ObjNum 94 snap 16 seq_num 94) 2024-09-13T14:21:17.028 INFO:tasks.rados.rados.0.smithi071.stdout:154: expect (ObjNum 5 snap 0 seq_num 5) 2024-09-13T14:21:17.099 INFO:tasks.rados.rados.0.smithi071.stdout:151: done (4 left) 2024-09-13T14:21:17.100 INFO:tasks.rados.rados.0.smithi071.stdout:152: done (3 left) 2024-09-13T14:21:17.100 INFO:tasks.rados.rados.0.smithi071.stdout:153: done (2 left) 2024-09-13T14:21:17.100 INFO:tasks.rados.rados.0.smithi071.stdout:154: done (1 left) 2024-09-13T14:21:17.100 INFO:tasks.rados.rados.0.smithi071.stdout:157: done (0 left) 2024-09-13T14:21:17.100 INFO:tasks.rados.rados.0.smithi071.stdout:158: write oid 29 current snap is 16 2024-09-13T14:21:17.100 INFO:tasks.rados.rados.0.smithi071.stdout:158: seq_num 96 ranges {413472=620140,1818036=510700,3120019=493453} 2024-09-13T14:21:17.105 INFO:tasks.rados.rados.0.smithi071.stdout:158: writing smithi07185159-29 from 413472 to 1033612 tid 1 2024-09-13T14:21:17.112 INFO:tasks.rados.rados.0.smithi071.stdout:158: writing smithi07185159-29 from 1818036 to 2328736 tid 2 2024-09-13T14:21:17.120 INFO:tasks.rados.rados.0.smithi071.stdout:158: writing smithi07185159-29 from 3120019 to 3613472 tid 3 2024-09-13T14:21:17.120 INFO:tasks.rados.rados.0.smithi071.stdout:159: read oid 41 snap -1 2024-09-13T14:21:17.120 INFO:tasks.rados.rados.0.smithi071.stdout:159: expect (ObjNum 73 snap 9 seq_num 73) 2024-09-13T14:21:17.120 INFO:tasks.rados.rados.0.smithi071.stdout:160: delete oid 28 current snap is 16 2024-09-13T14:21:17.120 INFO:tasks.rados.rados.0.smithi071.stdout:158: finishing write tid 1 to smithi07185159-29 2024-09-13T14:21:17.120 INFO:tasks.rados.rados.0.smithi071.stdout:158: finishing write tid 2 to smithi07185159-29 2024-09-13T14:21:17.121 INFO:tasks.rados.rados.0.smithi071.stdout:160: done (2 left) 2024-09-13T14:21:17.121 INFO:tasks.rados.rados.0.smithi071.stdout:161: write oid 44 current snap is 16 2024-09-13T14:21:17.122 INFO:tasks.rados.rados.0.smithi071.stdout:161: seq_num 98 ranges {447086=770638,1935000=798016,3458512=188574} 2024-09-13T14:21:17.128 INFO:tasks.rados.rados.0.smithi071.stdout:161: writing smithi07185159-44 from 447086 to 1217724 tid 1 2024-09-13T14:21:17.136 INFO:tasks.rados.rados.0.smithi071.stdout:161: writing smithi07185159-44 from 1935000 to 2733016 tid 2 2024-09-13T14:21:17.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:16 smithi071 ceph-mon[29588]: osdmap e102: 8 total, 8 up, 8 in 2024-09-13T14:21:17.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:16 smithi071 ceph-mon[41109]: osdmap e102: 8 total, 8 up, 8 in 2024-09-13T14:21:17.141 INFO:tasks.rados.rados.0.smithi071.stdout:161: writing smithi07185159-44 from 3458512 to 3647086 tid 3 2024-09-13T14:21:17.141 INFO:tasks.rados.rados.0.smithi071.stdout:162: snap_remove snap 12 2024-09-13T14:21:17.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:16 smithi104 ceph-mon[33426]: osdmap e102: 8 total, 8 up, 8 in 2024-09-13T14:21:17.825 INFO:tasks.rados.rados.0.smithi071.stdout:162: done (3 left) 2024-09-13T14:21:17.825 INFO:tasks.rados.rados.0.smithi071.stdout:163: rollback oid 15 current snap is 16 2024-09-13T14:21:17.825 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 15 to 0 2024-09-13T14:21:17.826 INFO:tasks.rados.rados.0.smithi071.stdout:164: read oid 21 snap -1 2024-09-13T14:21:17.826 INFO:tasks.rados.rados.0.smithi071.stdout:164: expect (ObjNum 20 snap 0 seq_num 20) 2024-09-13T14:21:17.826 INFO:tasks.rados.rados.0.smithi071.stdout:165: read oid 17 snap 13 2024-09-13T14:21:17.826 INFO:tasks.rados.rados.0.smithi071.stdout:165: expect deleted 2024-09-13T14:21:17.826 INFO:tasks.rados.rados.0.smithi071.stdout:166: read oid 18 snap 13 2024-09-13T14:21:17.826 INFO:tasks.rados.rados.0.smithi071.stdout:166: expect (ObjNum 17 snap 0 seq_num 17) 2024-09-13T14:21:17.826 INFO:tasks.rados.rados.0.smithi071.stdout:167: write oid 24 current snap is 16 2024-09-13T14:21:17.826 INFO:tasks.rados.rados.0.smithi071.stdout:167: seq_num 99 ranges {463893=562240,1593482=658027,2685935=559341} 2024-09-13T14:21:17.831 INFO:tasks.rados.rados.0.smithi071.stdout:167: writing smithi07185159-24 from 463893 to 1026133 tid 1 2024-09-13T14:21:17.837 INFO:tasks.rados.rados.0.smithi071.stdout:167: writing smithi07185159-24 from 1593482 to 2251509 tid 2 2024-09-13T14:21:17.843 INFO:tasks.rados.rados.0.smithi071.stdout:167: writing smithi07185159-24 from 2685935 to 3245276 tid 3 2024-09-13T14:21:17.843 INFO:tasks.rados.rados.0.smithi071.stdout:168: write oid 30 current snap is 16 2024-09-13T14:21:17.843 INFO:tasks.rados.rados.0.smithi071.stdout:168: seq_num 100 ranges {480700=637489,1651964=401685,2713358=770613} 2024-09-13T14:21:17.849 INFO:tasks.rados.rados.0.smithi071.stdout:168: writing smithi07185159-30 from 480700 to 1118189 tid 1 2024-09-13T14:21:17.854 INFO:tasks.rados.rados.0.smithi071.stdout:168: writing smithi07185159-30 from 1651964 to 2053649 tid 2 2024-09-13T14:21:17.863 INFO:tasks.rados.rados.0.smithi071.stdout:168: writing smithi07185159-30 from 2713358 to 3483971 tid 3 2024-09-13T14:21:17.863 INFO:tasks.rados.rados.0.smithi071.stdout:169: write oid 26 current snap is 16 2024-09-13T14:21:17.863 INFO:tasks.rados.rados.0.smithi071.stdout:169: seq_num 101 ranges {497507=712738,1710446=661696,3140781=556726} 2024-09-13T14:21:17.869 INFO:tasks.rados.rados.0.smithi071.stdout:169: writing smithi07185159-26 from 497507 to 1210245 tid 1 2024-09-13T14:21:17.876 INFO:tasks.rados.rados.0.smithi071.stdout:169: writing smithi07185159-26 from 1710446 to 2372142 tid 2 2024-09-13T14:21:17.884 INFO:tasks.rados.rados.0.smithi071.stdout:169: writing smithi07185159-26 from 3140781 to 3697507 tid 3 2024-09-13T14:21:17.884 INFO:tasks.rados.rados.0.smithi071.stdout:170: write oid 25 current snap is 16 2024-09-13T14:21:17.884 INFO:tasks.rados.rados.0.smithi071.stdout:170: seq_num 102 ranges {514314=787987,1768928=405354,2768204=509510} 2024-09-13T14:21:17.891 INFO:tasks.rados.rados.0.smithi071.stdout:170: writing smithi07185159-25 from 514314 to 1302301 tid 1 2024-09-13T14:21:17.896 INFO:tasks.rados.rados.0.smithi071.stdout:170: writing smithi07185159-25 from 1768928 to 2174282 tid 2 2024-09-13T14:21:17.902 INFO:tasks.rados.rados.0.smithi071.stdout:170: writing smithi07185159-25 from 2768204 to 3277714 tid 3 2024-09-13T14:21:17.902 INFO:tasks.rados.rados.0.smithi071.stdout:171: rollback oid 2 current snap is 16 2024-09-13T14:21:17.903 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 2 to 15 2024-09-13T14:21:17.903 INFO:tasks.rados.rados.0.smithi071.stdout:158: finishing write tid 3 to smithi07185159-29 2024-09-13T14:21:17.903 INFO:tasks.rados.rados.0.smithi071.stdout:158: finishing write tid 4 to smithi07185159-29 2024-09-13T14:21:17.903 INFO:tasks.rados.rados.0.smithi071.stdout:158: finishing write tid 5 to smithi07185159-29 2024-09-13T14:21:17.903 INFO:tasks.rados.rados.0.smithi071.stdout:158: oid 29 updating version 0 to 70 2024-09-13T14:21:17.903 INFO:tasks.rados.rados.0.smithi071.stdout:158: oid 29 version 70 is already newer than 69 2024-09-13T14:21:17.903 INFO:tasks.rados.rados.0.smithi071.stdout:158: oid 29 version 70 is already newer than 67 2024-09-13T14:21:17.903 INFO:tasks.rados.rados.0.smithi071.stdout:158: oid 29 version 70 is already newer than 68 2024-09-13T14:21:17.903 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 29 v 70 (ObjNum 96 snap 16 seq_num 96) dirty exists 2024-09-13T14:21:17.903 INFO:tasks.rados.rados.0.smithi071.stdout:158: left oid 29 (ObjNum 96 snap 16 seq_num 96) 2024-09-13T14:21:17.903 INFO:tasks.rados.rados.0.smithi071.stdout:159: expect (ObjNum 73 snap 9 seq_num 73) 2024-09-13T14:21:18.049 INFO:tasks.rados.rados.0.smithi071.stdout:161: finishing write tid 1 to smithi07185159-44 2024-09-13T14:21:18.049 INFO:tasks.rados.rados.0.smithi071.stdout:161: finishing write tid 2 to smithi07185159-44 2024-09-13T14:21:18.049 INFO:tasks.rados.rados.0.smithi071.stdout:161: finishing write tid 3 to smithi07185159-44 2024-09-13T14:21:18.049 INFO:tasks.rados.rados.0.smithi071.stdout:161: finishing write tid 4 to smithi07185159-44 2024-09-13T14:21:18.049 INFO:tasks.rados.rados.0.smithi071.stdout:158: done (11 left) 2024-09-13T14:21:18.049 INFO:tasks.rados.rados.0.smithi071.stdout:159: done (10 left) 2024-09-13T14:21:18.049 INFO:tasks.rados.rados.0.smithi071.stdout:172: rollback oid 22 current snap is 16 2024-09-13T14:21:18.049 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 22 to 14 2024-09-13T14:21:18.049 INFO:tasks.rados.rados.0.smithi071.stdout:161: finishing write tid 5 to smithi07185159-44 2024-09-13T14:21:18.049 INFO:tasks.rados.rados.0.smithi071.stdout:161: oid 44 updating version 0 to 78 2024-09-13T14:21:18.049 INFO:tasks.rados.rados.0.smithi071.stdout:161: oid 44 version 78 is already newer than 77 2024-09-13T14:21:18.049 INFO:tasks.rados.rados.0.smithi071.stdout:161: oid 44 updating version 78 to 80 2024-09-13T14:21:18.049 INFO:tasks.rados.rados.0.smithi071.stdout:161: oid 44 version 80 is already newer than 79 2024-09-13T14:21:18.050 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 44 v 80 (ObjNum 98 snap 16 seq_num 98) dirty exists 2024-09-13T14:21:18.050 INFO:tasks.rados.rados.0.smithi071.stdout:161: left oid 44 (ObjNum 98 snap 16 seq_num 98) 2024-09-13T14:21:18.050 INFO:tasks.rados.rados.0.smithi071.stdout:164: expect (ObjNum 20 snap 0 seq_num 20) 2024-09-13T14:21:18.129 INFO:tasks.rados.rados.0.smithi071.stdout:167: finishing write tid 1 to smithi07185159-24 2024-09-13T14:21:18.129 INFO:tasks.rados.rados.0.smithi071.stdout:163: finishing rollback tid 1 to smithi07185159-15 2024-09-13T14:21:18.130 INFO:tasks.rados.rados.0.smithi071.stdout:161: done (10 left) 2024-09-13T14:21:18.130 INFO:tasks.rados.rados.0.smithi071.stdout:164: done (9 left) 2024-09-13T14:21:18.130 INFO:tasks.rados.rados.0.smithi071.stdout:165: done (8 left) 2024-09-13T14:21:18.130 INFO:tasks.rados.rados.0.smithi071.stdout:173: write oid 1 current snap is 16 2024-09-13T14:21:18.130 INFO:tasks.rados.rados.0.smithi071.stdout:163: finishing rollback tid 2 to smithi07185159-15 2024-09-13T14:21:18.130 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 15 v 113 (ObjNum 14 snap 0 seq_num 14) dirty exists 2024-09-13T14:21:18.130 INFO:tasks.rados.rados.0.smithi071.stdout:166: expect (ObjNum 17 snap 0 seq_num 17) 2024-09-13T14:21:18.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:17 smithi071 ceph-mon[29588]: osdmap e103: 8 total, 8 up, 8 in 2024-09-13T14:21:18.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:17 smithi071 ceph-mon[29588]: pgmap v141: 89 pgs: 89 active+clean; 160 MiB data, 504 MiB used, 715 GiB / 715 GiB avail; 12 MiB/s rd, 1.5 MiB/s wr, 16 op/s 2024-09-13T14:21:18.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:17 smithi071 ceph-mon[29588]: osdmap e104: 8 total, 8 up, 8 in 2024-09-13T14:21:18.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:17 smithi071 ceph-mon[41109]: osdmap e103: 8 total, 8 up, 8 in 2024-09-13T14:21:18.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:17 smithi071 ceph-mon[41109]: pgmap v141: 89 pgs: 89 active+clean; 160 MiB data, 504 MiB used, 715 GiB / 715 GiB avail; 12 MiB/s rd, 1.5 MiB/s wr, 16 op/s 2024-09-13T14:21:18.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:17 smithi071 ceph-mon[41109]: osdmap e104: 8 total, 8 up, 8 in 2024-09-13T14:21:18.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:17 smithi104 ceph-mon[33426]: osdmap e103: 8 total, 8 up, 8 in 2024-09-13T14:21:18.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:17 smithi104 ceph-mon[33426]: pgmap v141: 89 pgs: 89 active+clean; 160 MiB data, 504 MiB used, 715 GiB / 715 GiB avail; 12 MiB/s rd, 1.5 MiB/s wr, 16 op/s 2024-09-13T14:21:18.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:17 smithi104 ceph-mon[33426]: osdmap e104: 8 total, 8 up, 8 in 2024-09-13T14:21:18.206 INFO:tasks.rados.rados.0.smithi071.stdout:167: finishing write tid 2 to smithi07185159-24 2024-09-13T14:21:18.206 INFO:tasks.rados.rados.0.smithi071.stdout:167: finishing write tid 3 to smithi07185159-24 2024-09-13T14:21:18.206 INFO:tasks.rados.rados.0.smithi071.stdout:173: seq_num 103 ranges {531121=463236,1711057=665365,3079274=651847} 2024-09-13T14:21:18.211 INFO:tasks.rados.rados.0.smithi071.stdout:173: writing smithi07185159-1 from 531121 to 994357 tid 1 2024-09-13T14:21:18.218 INFO:tasks.rados.rados.0.smithi071.stdout:173: writing smithi07185159-1 from 1711057 to 2376422 tid 2 2024-09-13T14:21:18.226 INFO:tasks.rados.rados.0.smithi071.stdout:173: writing smithi07185159-1 from 3079274 to 3731121 tid 3 2024-09-13T14:21:18.227 INFO:tasks.rados.rados.0.smithi071.stdout:163: done (8 left) 2024-09-13T14:21:18.227 INFO:tasks.rados.rados.0.smithi071.stdout:166: done (7 left) 2024-09-13T14:21:18.227 INFO:tasks.rados.rados.0.smithi071.stdout:174: read oid 46 snap -1 2024-09-13T14:21:18.227 INFO:tasks.rados.rados.0.smithi071.stdout:174: expect (ObjNum 93 snap 16 seq_num 93) 2024-09-13T14:21:18.227 INFO:tasks.rados.rados.0.smithi071.stdout:175: read oid 31 snap -1 2024-09-13T14:21:18.227 INFO:tasks.rados.rados.0.smithi071.stdout:175: expect (ObjNum 30 snap 0 seq_num 30) 2024-09-13T14:21:18.227 INFO:tasks.rados.rados.0.smithi071.stdout:176: rollback oid 14 current snap is 16 2024-09-13T14:21:18.227 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 14 to 15 2024-09-13T14:21:18.227 INFO:tasks.rados.rados.0.smithi071.stdout:167: finishing write tid 4 to smithi07185159-24 2024-09-13T14:21:18.227 INFO:tasks.rados.rados.0.smithi071.stdout:167: finishing write tid 5 to smithi07185159-24 2024-09-13T14:21:18.227 INFO:tasks.rados.rados.0.smithi071.stdout:167: oid 24 updating version 0 to 25 2024-09-13T14:21:18.227 INFO:tasks.rados.rados.0.smithi071.stdout:167: oid 24 version 25 is already newer than 23 2024-09-13T14:21:18.227 INFO:tasks.rados.rados.0.smithi071.stdout:167: oid 24 version 25 is already newer than 24 2024-09-13T14:21:18.227 INFO:tasks.rados.rados.0.smithi071.stdout:167: oid 24 version 25 is already newer than 22 2024-09-13T14:21:18.228 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 24 v 25 (ObjNum 99 snap 16 seq_num 99) dirty exists 2024-09-13T14:21:18.228 INFO:tasks.rados.rados.0.smithi071.stdout:167: left oid 24 (ObjNum 99 snap 16 seq_num 99) 2024-09-13T14:21:18.228 INFO:tasks.rados.rados.0.smithi071.stdout:168: finishing write tid 1 to smithi07185159-30 2024-09-13T14:21:18.228 INFO:tasks.rados.rados.0.smithi071.stdout:168: finishing write tid 2 to smithi07185159-30 2024-09-13T14:21:18.228 INFO:tasks.rados.rados.0.smithi071.stdout:167: done (9 left) 2024-09-13T14:21:18.228 INFO:tasks.rados.rados.0.smithi071.stdout:177: write oid 49 current snap is 16 2024-09-13T14:21:18.228 INFO:tasks.rados.rados.0.smithi071.stdout:168: finishing write tid 3 to smithi07185159-30 2024-09-13T14:21:18.228 INFO:tasks.rados.rados.0.smithi071.stdout:168: finishing write tid 4 to smithi07185159-30 2024-09-13T14:21:18.228 INFO:tasks.rados.rados.0.smithi071.stdout:177: seq_num 104 ranges {547928=538485,1769539=409023,2706697=532054} 2024-09-13T14:21:18.232 INFO:tasks.rados.rados.0.smithi071.stdout:177: writing smithi07185159-49 from 547928 to 1086413 tid 1 2024-09-13T14:21:18.238 INFO:tasks.rados.rados.0.smithi071.stdout:177: writing smithi07185159-49 from 1769539 to 2178562 tid 2 2024-09-13T14:21:18.245 INFO:tasks.rados.rados.0.smithi071.stdout:177: writing smithi07185159-49 from 2706697 to 3238751 tid 3 2024-09-13T14:21:18.245 INFO:tasks.rados.rados.0.smithi071.stdout:178: read oid 40 snap 11 2024-09-13T14:21:18.245 INFO:tasks.rados.rados.0.smithi071.stdout:178: expect (ObjNum 39 snap 0 seq_num 39) 2024-09-13T14:21:18.245 INFO:tasks.rados.rados.0.smithi071.stdout:179: rollback oid 8 current snap is 16 2024-09-13T14:21:18.245 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 8 to 14 2024-09-13T14:21:18.245 INFO:tasks.rados.rados.0.smithi071.stdout:168: finishing write tid 5 to smithi07185159-30 2024-09-13T14:21:18.245 INFO:tasks.rados.rados.0.smithi071.stdout:168: oid 30 updating version 0 to 28 2024-09-13T14:21:18.245 INFO:tasks.rados.rados.0.smithi071.stdout:168: oid 30 version 28 is already newer than 27 2024-09-13T14:21:18.245 INFO:tasks.rados.rados.0.smithi071.stdout:168: oid 30 updating version 28 to 30 2024-09-13T14:21:18.245 INFO:tasks.rados.rados.0.smithi071.stdout:168: oid 30 version 30 is already newer than 29 2024-09-13T14:21:18.245 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 30 v 30 (ObjNum 100 snap 16 seq_num 100) dirty exists 2024-09-13T14:21:18.245 INFO:tasks.rados.rados.0.smithi071.stdout:168: left oid 30 (ObjNum 100 snap 16 seq_num 100) 2024-09-13T14:21:18.246 INFO:tasks.rados.rados.0.smithi071.stdout:168: done (11 left) 2024-09-13T14:21:18.246 INFO:tasks.rados.rados.0.smithi071.stdout:180: rollback oid 24 current snap is 16 2024-09-13T14:21:18.246 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 24 to 11 2024-09-13T14:21:18.246 INFO:tasks.rados.rados.0.smithi071.stdout:169: finishing write tid 1 to smithi07185159-26 2024-09-13T14:21:18.246 INFO:tasks.rados.rados.0.smithi071.stdout:169: finishing write tid 2 to smithi07185159-26 2024-09-13T14:21:18.246 INFO:tasks.rados.rados.0.smithi071.stdout:169: finishing write tid 3 to smithi07185159-26 2024-09-13T14:21:18.246 INFO:tasks.rados.rados.0.smithi071.stdout:169: finishing write tid 4 to smithi07185159-26 2024-09-13T14:21:18.246 INFO:tasks.rados.rados.0.smithi071.stdout:169: finishing write tid 5 to smithi07185159-26 2024-09-13T14:21:18.246 INFO:tasks.rados.rados.0.smithi071.stdout:169: oid 26 updating version 0 to 26 2024-09-13T14:21:18.246 INFO:tasks.rados.rados.0.smithi071.stdout:169: oid 26 updating version 26 to 27 2024-09-13T14:21:18.246 INFO:tasks.rados.rados.0.smithi071.stdout:169: oid 26 updating version 27 to 29 2024-09-13T14:21:18.246 INFO:tasks.rados.rados.0.smithi071.stdout:169: oid 26 version 29 is already newer than 28 2024-09-13T14:21:18.246 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 26 v 29 (ObjNum 101 snap 16 seq_num 101) dirty exists 2024-09-13T14:21:18.247 INFO:tasks.rados.rados.0.smithi071.stdout:169: left oid 26 (ObjNum 101 snap 16 seq_num 101) 2024-09-13T14:21:18.247 INFO:tasks.rados.rados.0.smithi071.stdout:170: finishing write tid 1 to smithi07185159-25 2024-09-13T14:21:18.247 INFO:tasks.rados.rados.0.smithi071.stdout:170: finishing write tid 2 to smithi07185159-25 2024-09-13T14:21:18.247 INFO:tasks.rados.rados.0.smithi071.stdout:169: done (11 left) 2024-09-13T14:21:18.247 INFO:tasks.rados.rados.0.smithi071.stdout:181: read oid 33 snap 14 2024-09-13T14:21:18.247 INFO:tasks.rados.rados.0.smithi071.stdout:181: expect (ObjNum 89 snap 11 seq_num 89) 2024-09-13T14:21:18.247 INFO:tasks.rados.rados.0.smithi071.stdout:182: read oid 28 snap -1 2024-09-13T14:21:18.247 INFO:tasks.rados.rados.0.smithi071.stdout:182: expect deleted 2024-09-13T14:21:18.247 INFO:tasks.rados.rados.0.smithi071.stdout:183: write oid 44 current snap is 16 2024-09-13T14:21:18.247 INFO:tasks.rados.rados.0.smithi071.stdout:183: seq_num 105 ranges {564735=613734,1828021=669034,3134120=630615} 2024-09-13T14:21:18.251 INFO:tasks.rados.rados.0.smithi071.stdout:183: writing smithi07185159-44 from 564735 to 1178469 tid 1 2024-09-13T14:21:18.258 INFO:tasks.rados.rados.0.smithi071.stdout:183: writing smithi07185159-44 from 1828021 to 2497055 tid 2 2024-09-13T14:21:18.265 INFO:tasks.rados.rados.0.smithi071.stdout:183: writing smithi07185159-44 from 3134120 to 3764735 tid 3 2024-09-13T14:21:18.265 INFO:tasks.rados.rados.0.smithi071.stdout:184: write oid 32 current snap is 16 2024-09-13T14:21:18.265 INFO:tasks.rados.rados.0.smithi071.stdout:171: finishing rollback tid 0 to smithi07185159-2 2024-09-13T14:21:18.266 INFO:tasks.rados.rados.0.smithi071.stdout:184: seq_num 106 ranges {581542=688983,1886503=412692,2761543=670951} 2024-09-13T14:21:18.272 INFO:tasks.rados.rados.0.smithi071.stdout:184: writing smithi07185159-32 from 581542 to 1270525 tid 1 2024-09-13T14:21:18.278 INFO:tasks.rados.rados.0.smithi071.stdout:184: writing smithi07185159-32 from 1886503 to 2299195 tid 2 2024-09-13T14:21:18.285 INFO:tasks.rados.rados.0.smithi071.stdout:184: writing smithi07185159-32 from 2761543 to 3432494 tid 3 2024-09-13T14:21:18.285 INFO:tasks.rados.rados.0.smithi071.stdout:185: delete oid 42 current snap is 16 2024-09-13T14:21:18.285 INFO:tasks.rados.rados.0.smithi071.stdout:170: finishing write tid 3 to smithi07185159-25 2024-09-13T14:21:18.285 INFO:tasks.rados.rados.0.smithi071.stdout:171: finishing rollback tid 1 to smithi07185159-2 2024-09-13T14:21:18.285 INFO:tasks.rados.rados.0.smithi071.stdout:170: finishing write tid 4 to smithi07185159-25 2024-09-13T14:21:18.285 INFO:tasks.rados.rados.0.smithi071.stdout:171: finishing rollback tid 2 to smithi07185159-2 2024-09-13T14:21:18.285 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 2 v 28 (ObjNum 83 snap 10 seq_num 83) dirty exists 2024-09-13T14:21:18.286 INFO:tasks.rados.rados.0.smithi071.stdout:170: finishing write tid 5 to smithi07185159-25 2024-09-13T14:21:18.286 INFO:tasks.rados.rados.0.smithi071.stdout:170: oid 25 updating version 0 to 65 2024-09-13T14:21:18.286 INFO:tasks.rados.rados.0.smithi071.stdout:170: oid 25 version 65 is already newer than 64 2024-09-13T14:21:18.286 INFO:tasks.rados.rados.0.smithi071.stdout:170: oid 25 version 65 is already newer than 62 2024-09-13T14:21:18.286 INFO:tasks.rados.rados.0.smithi071.stdout:170: oid 25 version 65 is already newer than 63 2024-09-13T14:21:18.286 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 25 v 65 (ObjNum 102 snap 16 seq_num 102) dirty exists 2024-09-13T14:21:18.286 INFO:tasks.rados.rados.0.smithi071.stdout:170: left oid 25 (ObjNum 102 snap 16 seq_num 102) 2024-09-13T14:21:18.286 INFO:tasks.rados.rados.0.smithi071.stdout:172: finishing rollback tid 0 to smithi07185159-22 2024-09-13T14:21:18.286 INFO:tasks.rados.rados.0.smithi071.stdout:172: finishing rollback tid 1 to smithi07185159-22 2024-09-13T14:21:18.286 INFO:tasks.rados.rados.0.smithi071.stdout:172: finishing rollback tid 2 to smithi07185159-22 2024-09-13T14:21:18.286 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 22 v 18 (ObjNum 58 snap 0 seq_num 58) dirty exists 2024-09-13T14:21:18.286 INFO:tasks.rados.rados.0.smithi071.stdout:173: finishing write tid 1 to smithi07185159-1 2024-09-13T14:21:18.286 INFO:tasks.rados.rados.0.smithi071.stdout:173: finishing write tid 2 to smithi07185159-1 2024-09-13T14:21:18.286 INFO:tasks.rados.rados.0.smithi071.stdout:176: finishing rollback tid 0 to smithi07185159-14 2024-09-13T14:21:18.287 INFO:tasks.rados.rados.0.smithi071.stdout:176: finishing rollback tid 1 to smithi07185159-14 2024-09-13T14:21:18.287 INFO:tasks.rados.rados.0.smithi071.stdout:176: finishing rollback tid 2 to smithi07185159-14 2024-09-13T14:21:18.287 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 14 v 44 (ObjNum 13 snap 0 seq_num 13) dirty exists 2024-09-13T14:21:18.287 INFO:tasks.rados.rados.0.smithi071.stdout:173: finishing write tid 3 to smithi07185159-1 2024-09-13T14:21:18.287 INFO:tasks.rados.rados.0.smithi071.stdout:173: finishing write tid 4 to smithi07185159-1 2024-09-13T14:21:18.287 INFO:tasks.rados.rados.0.smithi071.stdout:173: finishing write tid 5 to smithi07185159-1 2024-09-13T14:21:18.287 INFO:tasks.rados.rados.0.smithi071.stdout:173: oid 1 updating version 0 to 119 2024-09-13T14:21:18.287 INFO:tasks.rados.rados.0.smithi071.stdout:173: oid 1 updating version 119 to 121 2024-09-13T14:21:18.287 INFO:tasks.rados.rados.0.smithi071.stdout:173: oid 1 version 121 is already newer than 118 2024-09-13T14:21:18.287 INFO:tasks.rados.rados.0.smithi071.stdout:173: oid 1 version 121 is already newer than 120 2024-09-13T14:21:18.287 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 1 v 121 (ObjNum 103 snap 16 seq_num 103) dirty exists 2024-09-13T14:21:18.287 INFO:tasks.rados.rados.0.smithi071.stdout:173: left oid 1 (ObjNum 103 snap 16 seq_num 103) 2024-09-13T14:21:18.287 INFO:tasks.rados.rados.0.smithi071.stdout:175: expect (ObjNum 30 snap 0 seq_num 30) 2024-09-13T14:21:18.368 INFO:tasks.rados.rados.0.smithi071.stdout:177: finishing write tid 1 to smithi07185159-49 2024-09-13T14:21:18.368 INFO:tasks.rados.rados.0.smithi071.stdout:177: finishing write tid 2 to smithi07185159-49 2024-09-13T14:21:18.368 INFO:tasks.rados.rados.0.smithi071.stdout:174: expect (ObjNum 93 snap 16 seq_num 93) 2024-09-13T14:21:18.532 INFO:tasks.rados.rados.0.smithi071.stdout:180: finishing rollback tid 0 to smithi07185159-24 2024-09-13T14:21:18.532 INFO:tasks.rados.rados.0.smithi071.stdout:179: finishing rollback tid 0 to smithi07185159-8 2024-09-13T14:21:18.532 INFO:tasks.rados.rados.0.smithi071.stdout:179: finishing rollback tid 1 to smithi07185159-8 2024-09-13T14:21:18.532 INFO:tasks.rados.rados.0.smithi071.stdout:179: finishing rollback tid 2 to smithi07185159-8 2024-09-13T14:21:18.532 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 8 v 39 (ObjNum 50 snap 0 seq_num 50) dirty exists 2024-09-13T14:21:18.532 INFO:tasks.rados.rados.0.smithi071.stdout:180: finishing rollback tid 1 to smithi07185159-24 2024-09-13T14:21:18.532 INFO:tasks.rados.rados.0.smithi071.stdout:180: finishing rollback tid 2 to smithi07185159-24 2024-09-13T14:21:18.532 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 24 v 33 (ObjNum 23 snap 0 seq_num 23) dirty exists 2024-09-13T14:21:18.532 INFO:tasks.rados.rados.0.smithi071.stdout:178: expect (ObjNum 39 snap 0 seq_num 39) 2024-09-13T14:21:18.619 INFO:tasks.rados.rados.0.smithi071.stdout:177: finishing write tid 3 to smithi07185159-49 2024-09-13T14:21:18.619 INFO:tasks.rados.rados.0.smithi071.stdout:177: finishing write tid 4 to smithi07185159-49 2024-09-13T14:21:18.620 INFO:tasks.rados.rados.0.smithi071.stdout:177: finishing write tid 5 to smithi07185159-49 2024-09-13T14:21:18.620 INFO:tasks.rados.rados.0.smithi071.stdout:177: oid 49 updating version 0 to 47 2024-09-13T14:21:18.620 INFO:tasks.rados.rados.0.smithi071.stdout:177: oid 49 updating version 47 to 49 2024-09-13T14:21:18.620 INFO:tasks.rados.rados.0.smithi071.stdout:177: oid 49 version 49 is already newer than 48 2024-09-13T14:21:18.620 INFO:tasks.rados.rados.0.smithi071.stdout:177: oid 49 version 49 is already newer than 46 2024-09-13T14:21:18.620 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 49 v 49 (ObjNum 104 snap 16 seq_num 104) dirty exists 2024-09-13T14:21:18.620 INFO:tasks.rados.rados.0.smithi071.stdout:177: left oid 49 (ObjNum 104 snap 16 seq_num 104) 2024-09-13T14:21:18.620 INFO:tasks.rados.rados.0.smithi071.stdout:181: expect (ObjNum 89 snap 11 seq_num 89) 2024-09-13T14:21:18.825 INFO:tasks.rados.rados.0.smithi071.stdout:183: finishing write tid 1 to smithi07185159-44 2024-09-13T14:21:18.826 INFO:tasks.rados.rados.0.smithi071.stdout:183: finishing write tid 2 to smithi07185159-44 2024-09-13T14:21:18.826 INFO:tasks.rados.rados.0.smithi071.stdout:183: finishing write tid 3 to smithi07185159-44 2024-09-13T14:21:18.826 INFO:tasks.rados.rados.0.smithi071.stdout:183: finishing write tid 4 to smithi07185159-44 2024-09-13T14:21:18.826 INFO:tasks.rados.rados.0.smithi071.stdout:183: finishing write tid 5 to smithi07185159-44 2024-09-13T14:21:18.826 INFO:tasks.rados.rados.0.smithi071.stdout:183: oid 44 updating version 0 to 83 2024-09-13T14:21:18.826 INFO:tasks.rados.rados.0.smithi071.stdout:183: oid 44 updating version 83 to 84 2024-09-13T14:21:18.826 INFO:tasks.rados.rados.0.smithi071.stdout:183: oid 44 updating version 84 to 86 2024-09-13T14:21:18.826 INFO:tasks.rados.rados.0.smithi071.stdout:183: oid 44 version 86 is already newer than 85 2024-09-13T14:21:18.826 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 44 v 86 (ObjNum 105 snap 16 seq_num 105) dirty exists 2024-09-13T14:21:18.826 INFO:tasks.rados.rados.0.smithi071.stdout:183: left oid 44 (ObjNum 105 snap 16 seq_num 105) 2024-09-13T14:21:18.826 INFO:tasks.rados.rados.0.smithi071.stdout:184: finishing write tid 1 to smithi07185159-32 2024-09-13T14:21:18.826 INFO:tasks.rados.rados.0.smithi071.stdout:184: finishing write tid 2 to smithi07185159-32 2024-09-13T14:21:18.826 INFO:tasks.rados.rados.0.smithi071.stdout:170: done (15 left) 2024-09-13T14:21:18.827 INFO:tasks.rados.rados.0.smithi071.stdout:171: done (14 left) 2024-09-13T14:21:18.827 INFO:tasks.rados.rados.0.smithi071.stdout:172: done (13 left) 2024-09-13T14:21:18.827 INFO:tasks.rados.rados.0.smithi071.stdout:173: done (12 left) 2024-09-13T14:21:18.827 INFO:tasks.rados.rados.0.smithi071.stdout:174: done (11 left) 2024-09-13T14:21:18.827 INFO:tasks.rados.rados.0.smithi071.stdout:175: done (10 left) 2024-09-13T14:21:18.827 INFO:tasks.rados.rados.0.smithi071.stdout:176: done (9 left) 2024-09-13T14:21:18.827 INFO:tasks.rados.rados.0.smithi071.stdout:177: done (8 left) 2024-09-13T14:21:18.827 INFO:tasks.rados.rados.0.smithi071.stdout:178: done (7 left) 2024-09-13T14:21:18.827 INFO:tasks.rados.rados.0.smithi071.stdout:179: done (6 left) 2024-09-13T14:21:18.827 INFO:tasks.rados.rados.0.smithi071.stdout:180: done (5 left) 2024-09-13T14:21:18.827 INFO:tasks.rados.rados.0.smithi071.stdout:181: done (4 left) 2024-09-13T14:21:18.827 INFO:tasks.rados.rados.0.smithi071.stdout:182: done (3 left) 2024-09-13T14:21:18.827 INFO:tasks.rados.rados.0.smithi071.stdout:183: done (2 left) 2024-09-13T14:21:18.828 INFO:tasks.rados.rados.0.smithi071.stdout:185: done (1 left) 2024-09-13T14:21:18.828 INFO:tasks.rados.rados.0.smithi071.stdout:186: delete oid 35 current snap is 16 2024-09-13T14:21:18.828 INFO:tasks.rados.rados.0.smithi071.stdout:184: finishing write tid 3 to smithi07185159-32 2024-09-13T14:21:18.828 INFO:tasks.rados.rados.0.smithi071.stdout:184: finishing write tid 4 to smithi07185159-32 2024-09-13T14:21:18.828 INFO:tasks.rados.rados.0.smithi071.stdout:184: finishing write tid 5 to smithi07185159-32 2024-09-13T14:21:18.828 INFO:tasks.rados.rados.0.smithi071.stdout:184: oid 32 updating version 0 to 21 2024-09-13T14:21:18.828 INFO:tasks.rados.rados.0.smithi071.stdout:184: oid 32 version 21 is already newer than 20 2024-09-13T14:21:18.828 INFO:tasks.rados.rados.0.smithi071.stdout:184: oid 32 updating version 21 to 22 2024-09-13T14:21:18.828 INFO:tasks.rados.rados.0.smithi071.stdout:184: oid 32 updating version 22 to 23 2024-09-13T14:21:18.828 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 32 v 23 (ObjNum 106 snap 16 seq_num 106) dirty exists 2024-09-13T14:21:18.828 INFO:tasks.rados.rados.0.smithi071.stdout:184: left oid 32 (ObjNum 106 snap 16 seq_num 106) 2024-09-13T14:21:18.829 INFO:tasks.rados.rados.0.smithi071.stdout:184: done (1 left) 2024-09-13T14:21:18.829 INFO:tasks.rados.rados.0.smithi071.stdout:186: done (0 left) 2024-09-13T14:21:18.829 INFO:tasks.rados.rados.0.smithi071.stdout:187: snap_create 2024-09-13T14:21:18.882 INFO:tasks.rados.rados.0.smithi071.stdout:187: done (0 left) 2024-09-13T14:21:18.882 INFO:tasks.rados.rados.0.smithi071.stdout:188: read oid 42 snap -1 2024-09-13T14:21:18.882 INFO:tasks.rados.rados.0.smithi071.stdout:188: expect deleted 2024-09-13T14:21:18.882 INFO:tasks.rados.rados.0.smithi071.stdout:189: rollback oid 30 current snap is 17 2024-09-13T14:21:18.882 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 30 to 14 2024-09-13T14:21:18.882 INFO:tasks.rados.rados.0.smithi071.stdout:190: delete oid 20 current snap is 17 2024-09-13T14:21:18.884 INFO:tasks.rados.rados.0.smithi071.stdout:188: done (2 left) 2024-09-13T14:21:18.884 INFO:tasks.rados.rados.0.smithi071.stdout:190: done (1 left) 2024-09-13T14:21:18.884 INFO:tasks.rados.rados.0.smithi071.stdout:191: snap_remove snap 0 2024-09-13T14:21:19.140 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:21:18 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:21:18] "GET /metrics HTTP/1.1" 200 36198 "" "Prometheus/2.43.0" 2024-09-13T14:21:19.888 INFO:tasks.rados.rados.0.smithi071.stdout:191: done (1 left) 2024-09-13T14:21:19.888 INFO:tasks.rados.rados.0.smithi071.stdout:192: snap_remove snap 15 2024-09-13T14:21:20.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:19 smithi071 ceph-mon[29588]: osdmap e105: 8 total, 8 up, 8 in 2024-09-13T14:21:20.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:19 smithi071 ceph-mon[29588]: pgmap v144: 89 pgs: 89 active+clean; 160 MiB data, 504 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:21:20.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:19 smithi071 ceph-mon[41109]: osdmap e105: 8 total, 8 up, 8 in 2024-09-13T14:21:20.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:19 smithi071 ceph-mon[41109]: pgmap v144: 89 pgs: 89 active+clean; 160 MiB data, 504 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:21:20.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:19 smithi104 ceph-mon[33426]: osdmap e105: 8 total, 8 up, 8 in 2024-09-13T14:21:20.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:19 smithi104 ceph-mon[33426]: pgmap v144: 89 pgs: 89 active+clean; 160 MiB data, 504 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:21:20.891 INFO:tasks.rados.rados.0.smithi071.stdout:192: done (1 left) 2024-09-13T14:21:20.891 INFO:tasks.rados.rados.0.smithi071.stdout:193: read oid 21 snap 11 2024-09-13T14:21:20.891 INFO:tasks.rados.rados.0.smithi071.stdout:193: expect (ObjNum 20 snap 0 seq_num 20) 2024-09-13T14:21:20.891 INFO:tasks.rados.rados.0.smithi071.stdout:194: snap_create 2024-09-13T14:21:20.891 INFO:tasks.rados.rados.0.smithi071.stdout:189: finishing rollback tid 0 to smithi07185159-30 2024-09-13T14:21:20.891 INFO:tasks.rados.rados.0.smithi071.stdout:189: finishing rollback tid 1 to smithi07185159-30 2024-09-13T14:21:20.891 INFO:tasks.rados.rados.0.smithi071.stdout:189: finishing rollback tid 2 to smithi07185159-30 2024-09-13T14:21:20.891 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 30 v 37 (ObjNum 29 snap 0 seq_num 29) dirty exists 2024-09-13T14:21:20.898 INFO:tasks.rados.rados.0.smithi071.stdout:193: expect (ObjNum 20 snap 0 seq_num 20) 2024-09-13T14:21:21.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:20 smithi071 ceph-mon[29588]: osdmap e106: 8 total, 8 up, 8 in 2024-09-13T14:21:21.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:20 smithi071 ceph-mon[41109]: osdmap e106: 8 total, 8 up, 8 in 2024-09-13T14:21:21.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:20 smithi104 ceph-mon[33426]: osdmap e106: 8 total, 8 up, 8 in 2024-09-13T14:21:21.896 INFO:tasks.rados.rados.0.smithi071.stdout:189: done (2 left) 2024-09-13T14:21:21.896 INFO:tasks.rados.rados.0.smithi071.stdout:193: done (1 left) 2024-09-13T14:21:21.896 INFO:tasks.rados.rados.0.smithi071.stdout:194: done (0 left) 2024-09-13T14:21:21.896 INFO:tasks.rados.rados.0.smithi071.stdout:195: delete oid 45 current snap is 18 2024-09-13T14:21:21.900 INFO:tasks.rados.rados.0.smithi071.stdout:195: done (0 left) 2024-09-13T14:21:21.900 INFO:tasks.rados.rados.0.smithi071.stdout:196: read oid 12 snap 13 2024-09-13T14:21:21.900 INFO:tasks.rados.rados.0.smithi071.stdout:196: expect (ObjNum 68 snap 7 seq_num 68) 2024-09-13T14:21:21.900 INFO:tasks.rados.rados.0.smithi071.stdout:197: rollback oid 44 current snap is 18 2024-09-13T14:21:21.900 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 44 to 17 2024-09-13T14:21:21.900 INFO:tasks.rados.rados.0.smithi071.stdout:198: snap_remove snap 14 2024-09-13T14:21:22.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:21 smithi104 ceph-mon[33426]: osdmap e107: 8 total, 8 up, 8 in 2024-09-13T14:21:22.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:21 smithi104 ceph-mon[33426]: pgmap v147: 89 pgs: 89 active+clean; 148 MiB data, 534 MiB used, 715 GiB / 715 GiB avail; 18 MiB/s rd, 4.2 MiB/s wr, 35 op/s 2024-09-13T14:21:22.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:21 smithi071 ceph-mon[29588]: osdmap e107: 8 total, 8 up, 8 in 2024-09-13T14:21:22.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:21 smithi071 ceph-mon[29588]: pgmap v147: 89 pgs: 89 active+clean; 148 MiB data, 534 MiB used, 715 GiB / 715 GiB avail; 18 MiB/s rd, 4.2 MiB/s wr, 35 op/s 2024-09-13T14:21:22.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:21 smithi071 ceph-mon[41109]: osdmap e107: 8 total, 8 up, 8 in 2024-09-13T14:21:22.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:21 smithi071 ceph-mon[41109]: pgmap v147: 89 pgs: 89 active+clean; 148 MiB data, 534 MiB used, 715 GiB / 715 GiB avail; 18 MiB/s rd, 4.2 MiB/s wr, 35 op/s 2024-09-13T14:21:22.827 INFO:tasks.rados.rados.0.smithi071.stdout:198: done (2 left) 2024-09-13T14:21:22.827 INFO:tasks.rados.rados.0.smithi071.stdout:199: delete oid 24 current snap is 18 2024-09-13T14:21:22.827 INFO:tasks.rados.rados.0.smithi071.stdout:197: finishing rollback tid 0 to smithi07185159-44 2024-09-13T14:21:22.827 INFO:tasks.rados.rados.0.smithi071.stdout:197: finishing rollback tid 1 to smithi07185159-44 2024-09-13T14:21:22.827 INFO:tasks.rados.rados.0.smithi071.stdout:197: finishing rollback tid 2 to smithi07185159-44 2024-09-13T14:21:22.827 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 44 v 100 (ObjNum 105 snap 16 seq_num 105) dirty exists 2024-09-13T14:21:22.827 INFO:tasks.rados.rados.0.smithi071.stdout:196: expect (ObjNum 68 snap 7 seq_num 68) 2024-09-13T14:21:23.025 INFO:tasks.rados.rados.0.smithi071.stdout:196: done (2 left) 2024-09-13T14:21:23.025 INFO:tasks.rados.rados.0.smithi071.stdout:197: done (1 left) 2024-09-13T14:21:23.025 INFO:tasks.rados.rados.0.smithi071.stdout:199: done (0 left) 2024-09-13T14:21:23.025 INFO:tasks.rados.rados.0.smithi071.stdout:200: read oid 9 snap 13 2024-09-13T14:21:23.025 INFO:tasks.rados.rados.0.smithi071.stdout:200: expect (ObjNum 8 snap 0 seq_num 8) 2024-09-13T14:21:23.025 INFO:tasks.rados.rados.0.smithi071.stdout:201: rollback oid 45 current snap is 18 2024-09-13T14:21:23.026 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 45 to 16 2024-09-13T14:21:23.026 INFO:tasks.rados.rados.0.smithi071.stdout:202: rollback oid 14 current snap is 18 2024-09-13T14:21:23.026 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 14 to 13 2024-09-13T14:21:23.026 INFO:tasks.rados.rados.0.smithi071.stdout:203: write oid 34 current snap is 18 2024-09-13T14:21:23.026 INFO:tasks.rados.rados.0.smithi071.stdout:203: seq_num 112 ranges {682384=456830,1721042=423699,2809728=454936,3731357=151027} 2024-09-13T14:21:23.031 INFO:tasks.rados.rados.0.smithi071.stdout:203: writing smithi07185159-34 from 682384 to 1139214 tid 1 2024-09-13T14:21:23.036 INFO:tasks.rados.rados.0.smithi071.stdout:203: writing smithi07185159-34 from 1721042 to 2144741 tid 2 2024-09-13T14:21:23.042 INFO:tasks.rados.rados.0.smithi071.stdout:203: writing smithi07185159-34 from 2809728 to 3264664 tid 3 2024-09-13T14:21:23.046 INFO:tasks.rados.rados.0.smithi071.stdout:203: writing smithi07185159-34 from 3731357 to 3882384 tid 4 2024-09-13T14:21:23.046 INFO:tasks.rados.rados.0.smithi071.stdout:204: snap_create 2024-09-13T14:21:23.046 INFO:tasks.rados.rados.0.smithi071.stdout:201: finishing rollback tid 1 to smithi07185159-45 2024-09-13T14:21:23.047 INFO:tasks.rados.rados.0.smithi071.stdout:202: finishing rollback tid 0 to smithi07185159-14 2024-09-13T14:21:23.047 INFO:tasks.rados.rados.0.smithi071.stdout:201: finishing rollback tid 2 to smithi07185159-45 2024-09-13T14:21:23.047 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 45 v 94 (ObjNum 44 snap 0 seq_num 44) dirty exists 2024-09-13T14:21:23.047 INFO:tasks.rados.rados.0.smithi071.stdout:202: finishing rollback tid 1 to smithi07185159-14 2024-09-13T14:21:23.047 INFO:tasks.rados.rados.0.smithi071.stdout:202: finishing rollback tid 2 to smithi07185159-14 2024-09-13T14:21:23.047 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 14 v 73 (ObjNum 13 snap 0 seq_num 13) dirty exists 2024-09-13T14:21:23.047 INFO:tasks.rados.rados.0.smithi071.stdout:200: expect (ObjNum 8 snap 0 seq_num 8) 2024-09-13T14:21:23.121 INFO:tasks.rados.rados.0.smithi071.stdout:203: finishing write tid 1 to smithi07185159-34 2024-09-13T14:21:23.121 INFO:tasks.rados.rados.0.smithi071.stdout:203: finishing write tid 2 to smithi07185159-34 2024-09-13T14:21:23.121 INFO:tasks.rados.rados.0.smithi071.stdout:203: finishing write tid 3 to smithi07185159-34 2024-09-13T14:21:23.121 INFO:tasks.rados.rados.0.smithi071.stdout:203: finishing write tid 4 to smithi07185159-34 2024-09-13T14:21:23.121 INFO:tasks.rados.rados.0.smithi071.stdout:203: finishing write tid 5 to smithi07185159-34 2024-09-13T14:21:23.121 INFO:tasks.rados.rados.0.smithi071.stdout:203: finishing write tid 6 to smithi07185159-34 2024-09-13T14:21:23.121 INFO:tasks.rados.rados.0.smithi071.stdout:203: oid 34 updating version 0 to 40 2024-09-13T14:21:23.122 INFO:tasks.rados.rados.0.smithi071.stdout:203: oid 34 version 40 is already newer than 37 2024-09-13T14:21:23.122 INFO:tasks.rados.rados.0.smithi071.stdout:203: oid 34 version 40 is already newer than 39 2024-09-13T14:21:23.122 INFO:tasks.rados.rados.0.smithi071.stdout:203: oid 34 version 40 is already newer than 38 2024-09-13T14:21:23.122 INFO:tasks.rados.rados.0.smithi071.stdout:203: oid 34 version 40 is already newer than 36 2024-09-13T14:21:23.122 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 34 v 40 (ObjNum 112 snap 18 seq_num 112) dirty exists 2024-09-13T14:21:23.122 INFO:tasks.rados.rados.0.smithi071.stdout:203: left oid 34 (ObjNum 112 snap 18 seq_num 112) 2024-09-13T14:21:23.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:22 smithi104 ceph-mon[33426]: osdmap e108: 8 total, 8 up, 8 in 2024-09-13T14:21:23.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:22 smithi104 ceph-mon[33426]: osdmap e109: 8 total, 8 up, 8 in 2024-09-13T14:21:23.393 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:22 smithi071 ceph-mon[29588]: osdmap e108: 8 total, 8 up, 8 in 2024-09-13T14:21:23.393 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:22 smithi071 ceph-mon[29588]: osdmap e109: 8 total, 8 up, 8 in 2024-09-13T14:21:23.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:22 smithi071 ceph-mon[41109]: osdmap e108: 8 total, 8 up, 8 in 2024-09-13T14:21:23.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:22 smithi071 ceph-mon[41109]: osdmap e109: 8 total, 8 up, 8 in 2024-09-13T14:21:23.904 INFO:tasks.rados.rados.0.smithi071.stdout:200: done (4 left) 2024-09-13T14:21:23.905 INFO:tasks.rados.rados.0.smithi071.stdout:201: done (3 left) 2024-09-13T14:21:23.905 INFO:tasks.rados.rados.0.smithi071.stdout:202: done (2 left) 2024-09-13T14:21:23.905 INFO:tasks.rados.rados.0.smithi071.stdout:203: done (1 left) 2024-09-13T14:21:23.905 INFO:tasks.rados.rados.0.smithi071.stdout:204: done (0 left) 2024-09-13T14:21:23.905 INFO:tasks.rados.rados.0.smithi071.stdout:205: write oid 49 current snap is 19 2024-09-13T14:21:23.905 INFO:tasks.rados.rados.0.smithi071.stdout:205: seq_num 113 ranges {699191=532079,1779524=567357,2837151=666208} 2024-09-13T14:21:23.911 INFO:tasks.rados.rados.0.smithi071.stdout:205: writing smithi07185159-49 from 699191 to 1231270 tid 1 2024-09-13T14:21:23.917 INFO:tasks.rados.rados.0.smithi071.stdout:205: writing smithi07185159-49 from 1779524 to 2346881 tid 2 2024-09-13T14:21:23.923 INFO:tasks.rados.rados.0.smithi071.stdout:205: writing smithi07185159-49 from 2837151 to 3503359 tid 3 2024-09-13T14:21:23.923 INFO:tasks.rados.rados.0.smithi071.stdout:206: snap_remove snap 18 2024-09-13T14:21:24.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:23 smithi104 ceph-mon[33426]: pgmap v150: 89 pgs: 89 active+clean; 148 MiB data, 534 MiB used, 715 GiB / 715 GiB avail; 18 MiB/s rd, 4.2 MiB/s wr, 35 op/s 2024-09-13T14:21:24.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:23 smithi071 ceph-mon[29588]: pgmap v150: 89 pgs: 89 active+clean; 148 MiB data, 534 MiB used, 715 GiB / 715 GiB avail; 18 MiB/s rd, 4.2 MiB/s wr, 35 op/s 2024-09-13T14:21:24.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:23 smithi071 ceph-mon[41109]: pgmap v150: 89 pgs: 89 active+clean; 148 MiB data, 534 MiB used, 715 GiB / 715 GiB avail; 18 MiB/s rd, 4.2 MiB/s wr, 35 op/s 2024-09-13T14:21:24.908 INFO:tasks.rados.rados.0.smithi071.stdout:206: done (1 left) 2024-09-13T14:21:24.908 INFO:tasks.rados.rados.0.smithi071.stdout:207: rollback oid 12 current snap is 19 2024-09-13T14:21:24.909 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 12 to 11 2024-09-13T14:21:24.909 INFO:tasks.rados.rados.0.smithi071.stdout:208: snap_remove snap 13 2024-09-13T14:21:25.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:24 smithi104 ceph-mon[33426]: osdmap e110: 8 total, 8 up, 8 in 2024-09-13T14:21:25.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:24 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:21:25.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:24 smithi071 ceph-mon[29588]: osdmap e110: 8 total, 8 up, 8 in 2024-09-13T14:21:25.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:24 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:21:25.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:24 smithi071 ceph-mon[41109]: osdmap e110: 8 total, 8 up, 8 in 2024-09-13T14:21:25.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:24 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:21:25.918 INFO:tasks.rados.rados.0.smithi071.stdout:208: done (2 left) 2024-09-13T14:21:25.918 INFO:tasks.rados.rados.0.smithi071.stdout:209: delete oid 18 current snap is 19 2024-09-13T14:21:25.918 INFO:tasks.rados.rados.0.smithi071.stdout:205: finishing write tid 1 to smithi07185159-49 2024-09-13T14:21:25.918 INFO:tasks.rados.rados.0.smithi071.stdout:205: finishing write tid 2 to smithi07185159-49 2024-09-13T14:21:25.918 INFO:tasks.rados.rados.0.smithi071.stdout:205: finishing write tid 3 to smithi07185159-49 2024-09-13T14:21:25.918 INFO:tasks.rados.rados.0.smithi071.stdout:205: finishing write tid 4 to smithi07185159-49 2024-09-13T14:21:25.918 INFO:tasks.rados.rados.0.smithi071.stdout:205: finishing write tid 5 to smithi07185159-49 2024-09-13T14:21:25.918 INFO:tasks.rados.rados.0.smithi071.stdout:205: oid 49 updating version 0 to 78 2024-09-13T14:21:25.918 INFO:tasks.rados.rados.0.smithi071.stdout:205: oid 49 version 78 is already newer than 77 2024-09-13T14:21:25.918 INFO:tasks.rados.rados.0.smithi071.stdout:205: oid 49 version 78 is already newer than 76 2024-09-13T14:21:25.918 INFO:tasks.rados.rados.0.smithi071.stdout:205: oid 49 version 78 is already newer than 75 2024-09-13T14:21:25.919 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 49 v 78 (ObjNum 113 snap 19 seq_num 113) dirty exists 2024-09-13T14:21:25.919 INFO:tasks.rados.rados.0.smithi071.stdout:205: left oid 49 (ObjNum 113 snap 19 seq_num 113) 2024-09-13T14:21:25.919 INFO:tasks.rados.rados.0.smithi071.stdout:207: finishing rollback tid 0 to smithi07185159-12 2024-09-13T14:21:25.919 INFO:tasks.rados.rados.0.smithi071.stdout:207: finishing rollback tid 1 to smithi07185159-12 2024-09-13T14:21:25.919 INFO:tasks.rados.rados.0.smithi071.stdout:207: finishing rollback tid 2 to smithi07185159-12 2024-09-13T14:21:25.919 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 12 v 30 (ObjNum 68 snap 7 seq_num 68) dirty exists 2024-09-13T14:21:25.924 INFO:tasks.rados.rados.0.smithi071.stdout:205: done (2 left) 2024-09-13T14:21:25.924 INFO:tasks.rados.rados.0.smithi071.stdout:207: done (1 left) 2024-09-13T14:21:25.924 INFO:tasks.rados.rados.0.smithi071.stdout:209: done (0 left) 2024-09-13T14:21:25.924 INFO:tasks.rados.rados.0.smithi071.stdout:210: read oid 19 snap -1 2024-09-13T14:21:25.924 INFO:tasks.rados.rados.0.smithi071.stdout:210: expect (ObjNum 18 snap 0 seq_num 18) 2024-09-13T14:21:25.924 INFO:tasks.rados.rados.0.smithi071.stdout:211: snap_remove snap 11 2024-09-13T14:21:26.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:25 smithi104 ceph-mon[33426]: osdmap e111: 8 total, 8 up, 8 in 2024-09-13T14:21:26.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:25 smithi104 ceph-mon[33426]: pgmap v153: 89 pgs: 89 active+clean; 155 MiB data, 504 MiB used, 715 GiB / 715 GiB avail; 8.0 MiB/s rd, 795 KiB/s wr, 12 op/s 2024-09-13T14:21:26.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:25 smithi071 ceph-mon[29588]: osdmap e111: 8 total, 8 up, 8 in 2024-09-13T14:21:26.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:25 smithi071 ceph-mon[29588]: pgmap v153: 89 pgs: 89 active+clean; 155 MiB data, 504 MiB used, 715 GiB / 715 GiB avail; 8.0 MiB/s rd, 795 KiB/s wr, 12 op/s 2024-09-13T14:21:26.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:25 smithi071 ceph-mon[41109]: osdmap e111: 8 total, 8 up, 8 in 2024-09-13T14:21:26.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:25 smithi071 ceph-mon[41109]: pgmap v153: 89 pgs: 89 active+clean; 155 MiB data, 504 MiB used, 715 GiB / 715 GiB avail; 8.0 MiB/s rd, 795 KiB/s wr, 12 op/s 2024-09-13T14:21:26.921 INFO:tasks.rados.rados.0.smithi071.stdout:211: done (1 left) 2024-09-13T14:21:26.921 INFO:tasks.rados.rados.0.smithi071.stdout:212: delete oid 2 current snap is 19 2024-09-13T14:21:26.921 INFO:tasks.rados.rados.0.smithi071.stdout:210: expect (ObjNum 18 snap 0 seq_num 18) 2024-09-13T14:21:27.007 INFO:tasks.rados.rados.0.smithi071.stdout:210: done (1 left) 2024-09-13T14:21:27.008 INFO:tasks.rados.rados.0.smithi071.stdout:212: done (0 left) 2024-09-13T14:21:27.008 INFO:tasks.rados.rados.0.smithi071.stdout:213: snap_create 2024-09-13T14:21:27.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:26 smithi104 ceph-mon[33426]: osdmap e112: 8 total, 8 up, 8 in 2024-09-13T14:21:27.291 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:26 smithi071 ceph-mon[29588]: osdmap e112: 8 total, 8 up, 8 in 2024-09-13T14:21:27.291 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:26 smithi071 ceph-mon[41109]: osdmap e112: 8 total, 8 up, 8 in 2024-09-13T14:21:27.827 INFO:tasks.rados.rados.0.smithi071.stdout:213: done (0 left) 2024-09-13T14:21:27.828 INFO:tasks.rados.rados.0.smithi071.stdout:214: delete oid 46 current snap is 20 2024-09-13T14:21:27.829 INFO:tasks.rados.rados.0.smithi071.stdout:214: done (0 left) 2024-09-13T14:21:27.829 INFO:tasks.rados.rados.0.smithi071.stdout:215: write oid 16 current snap is 20 2024-09-13T14:21:27.829 INFO:tasks.rados.rados.0.smithi071.stdout:215: seq_num 117 ranges {766419=549428,2013452=574695,3346843=427649} 2024-09-13T14:21:27.837 INFO:tasks.rados.rados.0.smithi071.stdout:215: writing smithi07185159-16 from 766419 to 1315847 tid 1 2024-09-13T14:21:27.845 INFO:tasks.rados.rados.0.smithi071.stdout:215: writing smithi07185159-16 from 2013452 to 2588147 tid 2 2024-09-13T14:21:27.852 INFO:tasks.rados.rados.0.smithi071.stdout:215: writing smithi07185159-16 from 3346843 to 3774492 tid 3 2024-09-13T14:21:27.852 INFO:tasks.rados.rados.0.smithi071.stdout:216: read oid 30 snap -1 2024-09-13T14:21:27.852 INFO:tasks.rados.rados.0.smithi071.stdout:216: expect (ObjNum 29 snap 0 seq_num 29) 2024-09-13T14:21:27.852 INFO:tasks.rados.rados.0.smithi071.stdout:217: snap_remove snap 16 2024-09-13T14:21:28.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:27 smithi071 ceph-mon[29588]: osdmap e113: 8 total, 8 up, 8 in 2024-09-13T14:21:28.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:27 smithi071 ceph-mon[29588]: pgmap v156: 89 pgs: 89 active+clean; 155 MiB data, 504 MiB used, 715 GiB / 715 GiB avail; 8.0 MiB/s rd, 795 KiB/s wr, 12 op/s 2024-09-13T14:21:28.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:27 smithi071 ceph-mon[29588]: osdmap e114: 8 total, 8 up, 8 in 2024-09-13T14:21:28.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:27 smithi071 ceph-mon[41109]: osdmap e113: 8 total, 8 up, 8 in 2024-09-13T14:21:28.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:27 smithi071 ceph-mon[41109]: pgmap v156: 89 pgs: 89 active+clean; 155 MiB data, 504 MiB used, 715 GiB / 715 GiB avail; 8.0 MiB/s rd, 795 KiB/s wr, 12 op/s 2024-09-13T14:21:28.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:27 smithi071 ceph-mon[41109]: osdmap e114: 8 total, 8 up, 8 in 2024-09-13T14:21:28.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:27 smithi104 ceph-mon[33426]: osdmap e113: 8 total, 8 up, 8 in 2024-09-13T14:21:28.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:27 smithi104 ceph-mon[33426]: pgmap v156: 89 pgs: 89 active+clean; 155 MiB data, 504 MiB used, 715 GiB / 715 GiB avail; 8.0 MiB/s rd, 795 KiB/s wr, 12 op/s 2024-09-13T14:21:28.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:27 smithi104 ceph-mon[33426]: osdmap e114: 8 total, 8 up, 8 in 2024-09-13T14:21:28.833 INFO:tasks.rados.rados.0.smithi071.stdout:217: done (2 left) 2024-09-13T14:21:28.834 INFO:tasks.rados.rados.0.smithi071.stdout:218: snap_remove snap 17 2024-09-13T14:21:29.140 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:21:28 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:21:28] "GET /metrics HTTP/1.1" 200 36202 "" "Prometheus/2.43.0" 2024-09-13T14:21:29.837 INFO:tasks.rados.rados.0.smithi071.stdout:218: done (2 left) 2024-09-13T14:21:29.837 INFO:tasks.rados.rados.0.smithi071.stdout:219: write oid 18 current snap is 20 2024-09-13T14:21:29.837 INFO:tasks.rados.rados.0.smithi071.stdout:215: finishing write tid 1 to smithi07185159-16 2024-09-13T14:21:29.838 INFO:tasks.rados.rados.0.smithi071.stdout:215: finishing write tid 2 to smithi07185159-16 2024-09-13T14:21:29.838 INFO:tasks.rados.rados.0.smithi071.stdout:215: finishing write tid 3 to smithi07185159-16 2024-09-13T14:21:29.838 INFO:tasks.rados.rados.0.smithi071.stdout:215: finishing write tid 4 to smithi07185159-16 2024-09-13T14:21:29.838 INFO:tasks.rados.rados.0.smithi071.stdout:215: finishing write tid 5 to smithi07185159-16 2024-09-13T14:21:29.838 INFO:tasks.rados.rados.0.smithi071.stdout:215: oid 16 updating version 0 to 63 2024-09-13T14:21:29.838 INFO:tasks.rados.rados.0.smithi071.stdout:215: oid 16 version 63 is already newer than 62 2024-09-13T14:21:29.838 INFO:tasks.rados.rados.0.smithi071.stdout:215: oid 16 updating version 63 to 64 2024-09-13T14:21:29.838 INFO:tasks.rados.rados.0.smithi071.stdout:215: oid 16 updating version 64 to 65 2024-09-13T14:21:29.838 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 16 v 65 (ObjNum 117 snap 20 seq_num 117) dirty exists 2024-09-13T14:21:29.838 INFO:tasks.rados.rados.0.smithi071.stdout:215: left oid 16 (ObjNum 117 snap 20 seq_num 117) 2024-09-13T14:21:29.838 INFO:tasks.rados.rados.0.smithi071.stdout:216: expect (ObjNum 29 snap 0 seq_num 29) 2024-09-13T14:21:29.925 INFO:tasks.rados.rados.0.smithi071.stdout:219: seq_num 118 ranges {783226=624677,2071934=434706,2974266=638921} 2024-09-13T14:21:29.933 INFO:tasks.rados.rados.0.smithi071.stdout:219: writing smithi07185159-18 from 783226 to 1407903 tid 1 2024-09-13T14:21:29.939 INFO:tasks.rados.rados.0.smithi071.stdout:219: writing smithi07185159-18 from 2071934 to 2506640 tid 2 2024-09-13T14:21:29.945 INFO:tasks.rados.rados.0.smithi071.stdout:219: writing smithi07185159-18 from 2974266 to 3613187 tid 3 2024-09-13T14:21:29.945 INFO:tasks.rados.rados.0.smithi071.stdout:215: done (2 left) 2024-09-13T14:21:29.945 INFO:tasks.rados.rados.0.smithi071.stdout:216: done (1 left) 2024-09-13T14:21:29.945 INFO:tasks.rados.rados.0.smithi071.stdout:220: rollback oid 11 current snap is 20 2024-09-13T14:21:29.946 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 11 to 19 2024-09-13T14:21:29.946 INFO:tasks.rados.rados.0.smithi071.stdout:219: finishing write tid 1 to smithi07185159-18 2024-09-13T14:21:29.946 INFO:tasks.rados.rados.0.smithi071.stdout:219: finishing write tid 2 to smithi07185159-18 2024-09-13T14:21:29.946 INFO:tasks.rados.rados.0.smithi071.stdout:221: snap_create 2024-09-13T14:21:29.947 INFO:tasks.rados.rados.0.smithi071.stdout:220: finishing rollback tid 0 to smithi07185159-11 2024-09-13T14:21:29.948 INFO:tasks.rados.rados.0.smithi071.stdout:220: finishing rollback tid 1 to smithi07185159-11 2024-09-13T14:21:29.948 INFO:tasks.rados.rados.0.smithi071.stdout:220: finishing rollback tid 2 to smithi07185159-11 2024-09-13T14:21:29.948 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 11 v 114 (ObjNum 60 snap 0 seq_num 60) dirty exists 2024-09-13T14:21:29.948 INFO:tasks.rados.rados.0.smithi071.stdout:219: finishing write tid 3 to smithi07185159-18 2024-09-13T14:21:29.948 INFO:tasks.rados.rados.0.smithi071.stdout:219: finishing write tid 4 to smithi07185159-18 2024-09-13T14:21:29.949 INFO:tasks.rados.rados.0.smithi071.stdout:219: finishing write tid 5 to smithi07185159-18 2024-09-13T14:21:29.949 INFO:tasks.rados.rados.0.smithi071.stdout:219: oid 18 updating version 0 to 159 2024-09-13T14:21:29.949 INFO:tasks.rados.rados.0.smithi071.stdout:219: oid 18 version 159 is already newer than 157 2024-09-13T14:21:29.949 INFO:tasks.rados.rados.0.smithi071.stdout:219: oid 18 version 159 is already newer than 156 2024-09-13T14:21:29.949 INFO:tasks.rados.rados.0.smithi071.stdout:219: oid 18 version 159 is already newer than 158 2024-09-13T14:21:29.949 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 18 v 159 (ObjNum 118 snap 20 seq_num 118) dirty exists 2024-09-13T14:21:29.949 INFO:tasks.rados.rados.0.smithi071.stdout:219: left oid 18 (ObjNum 118 snap 20 seq_num 118) 2024-09-13T14:21:30.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:29 smithi071 ceph-mon[29588]: osdmap e115: 8 total, 8 up, 8 in 2024-09-13T14:21:30.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:29 smithi071 ceph-mon[29588]: pgmap v159: 89 pgs: 89 active+clean; 155 MiB data, 504 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:21:30.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:29 smithi071 ceph-mon[41109]: osdmap e115: 8 total, 8 up, 8 in 2024-09-13T14:21:30.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:29 smithi071 ceph-mon[41109]: pgmap v159: 89 pgs: 89 active+clean; 155 MiB data, 504 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:21:30.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:29 smithi104 ceph-mon[33426]: osdmap e115: 8 total, 8 up, 8 in 2024-09-13T14:21:30.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:29 smithi104 ceph-mon[33426]: pgmap v159: 89 pgs: 89 active+clean; 155 MiB data, 504 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:21:30.840 INFO:tasks.rados.rados.0.smithi071.stdout:219: done (2 left) 2024-09-13T14:21:30.840 INFO:tasks.rados.rados.0.smithi071.stdout:220: done (1 left) 2024-09-13T14:21:30.840 INFO:tasks.rados.rados.0.smithi071.stdout:221: done (0 left) 2024-09-13T14:21:30.840 INFO:tasks.rados.rados.0.smithi071.stdout:222: delete oid 28 current snap is 21 2024-09-13T14:21:30.842 INFO:tasks.rados.rados.0.smithi071.stdout:222: done (0 left) 2024-09-13T14:21:30.842 INFO:tasks.rados.rados.0.smithi071.stdout:223: snap_create 2024-09-13T14:21:31.100 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:30 smithi071 ceph-mon[29588]: osdmap e116: 8 total, 8 up, 8 in 2024-09-13T14:21:31.101 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:30 smithi071 ceph-mon[41109]: osdmap e116: 8 total, 8 up, 8 in 2024-09-13T14:21:31.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:30 smithi104 ceph-mon[33426]: osdmap e116: 8 total, 8 up, 8 in 2024-09-13T14:21:31.468 INFO:teuthology.orchestra.run.smithi071.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:d58f73069a8157a9ace12a0247ee3e8497707ea9 2024-09-13T14:21:31.850 INFO:tasks.rados.rados.0.smithi071.stdout:223: done (0 left) 2024-09-13T14:21:31.850 INFO:tasks.rados.rados.0.smithi071.stdout:224: read oid 49 snap -1 2024-09-13T14:21:31.850 INFO:tasks.rados.rados.0.smithi071.stdout:224: expect (ObjNum 113 snap 19 seq_num 113) 2024-09-13T14:21:31.850 INFO:tasks.rados.rados.0.smithi071.stdout:225: read oid 23 snap 21 2024-09-13T14:21:31.850 INFO:tasks.rados.rados.0.smithi071.stdout:225: expect deleted 2024-09-13T14:21:31.850 INFO:tasks.rados.rados.0.smithi071.stdout:226: write oid 7 current snap is 22 2024-09-13T14:21:31.850 INFO:tasks.rados.rados.0.smithi071.stdout:226: seq_num 120 ranges {416840=775175,1672545=344295} 2024-09-13T14:21:31.856 INFO:tasks.rados.rados.0.smithi071.stdout:226: writing smithi07185159-7 from 416840 to 1192015 tid 1 2024-09-13T14:21:31.861 INFO:tasks.rados.rados.0.smithi071.stdout:226: writing smithi07185159-7 from 1672545 to 2016840 tid 2 2024-09-13T14:21:31.861 INFO:tasks.rados.rados.0.smithi071.stdout:227: snap_create 2024-09-13T14:21:31.861 INFO:tasks.rados.rados.0.smithi071.stdout:224: expect (ObjNum 113 snap 19 seq_num 113) 2024-09-13T14:21:32.105 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:31 smithi104 ceph-mon[33426]: osdmap e117: 8 total, 8 up, 8 in 2024-09-13T14:21:32.105 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:31 smithi104 ceph-mon[33426]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d58f73069a8157a9ace12a0247ee3e8497707ea9 2024-09-13T14:21:32.106 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:31 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:21:32.106 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:31 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:21:32.106 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:31 smithi104 ceph-mon[33426]: pgmap v162: 89 pgs: 89 active+clean; 117 MiB data, 443 MiB used, 715 GiB / 715 GiB avail; 4.0 MiB/s rd, 794 KiB/s wr, 8 op/s 2024-09-13T14:21:32.135 INFO:tasks.rados.rados.0.smithi071.stdout:226: finishing write tid 1 to smithi07185159-7 2024-09-13T14:21:32.135 INFO:tasks.rados.rados.0.smithi071.stdout:226: finishing write tid 2 to smithi07185159-7 2024-09-13T14:21:32.135 INFO:tasks.rados.rados.0.smithi071.stdout:226: finishing write tid 3 to smithi07185159-7 2024-09-13T14:21:32.135 INFO:tasks.rados.rados.0.smithi071.stdout:226: finishing write tid 4 to smithi07185159-7 2024-09-13T14:21:32.136 INFO:tasks.rados.rados.0.smithi071.stdout:226: oid 7 updating version 0 to 18 2024-09-13T14:21:32.136 INFO:tasks.rados.rados.0.smithi071.stdout:226: oid 7 version 18 is already newer than 16 2024-09-13T14:21:32.136 INFO:tasks.rados.rados.0.smithi071.stdout:226: oid 7 version 18 is already newer than 17 2024-09-13T14:21:32.136 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 7 v 18 (ObjNum 120 snap 22 seq_num 120) dirty exists 2024-09-13T14:21:32.136 INFO:tasks.rados.rados.0.smithi071.stdout:226: left oid 7 (ObjNum 120 snap 22 seq_num 120) 2024-09-13T14:21:32.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:31 smithi071 ceph-mon[41109]: osdmap e117: 8 total, 8 up, 8 in 2024-09-13T14:21:32.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:31 smithi071 ceph-mon[41109]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d58f73069a8157a9ace12a0247ee3e8497707ea9 2024-09-13T14:21:32.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:31 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:21:32.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:31 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:21:32.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:31 smithi071 ceph-mon[41109]: pgmap v162: 89 pgs: 89 active+clean; 117 MiB data, 443 MiB used, 715 GiB / 715 GiB avail; 4.0 MiB/s rd, 794 KiB/s wr, 8 op/s 2024-09-13T14:21:32.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:31 smithi071 ceph-mon[29588]: osdmap e117: 8 total, 8 up, 8 in 2024-09-13T14:21:32.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:31 smithi071 ceph-mon[29588]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d58f73069a8157a9ace12a0247ee3e8497707ea9 2024-09-13T14:21:32.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:31 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:21:32.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:31 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:21:32.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:31 smithi071 ceph-mon[29588]: pgmap v162: 89 pgs: 89 active+clean; 117 MiB data, 443 MiB used, 715 GiB / 715 GiB avail; 4.0 MiB/s rd, 794 KiB/s wr, 8 op/s 2024-09-13T14:21:32.834 INFO:tasks.rados.rados.0.smithi071.stdout:224: done (3 left) 2024-09-13T14:21:32.834 INFO:tasks.rados.rados.0.smithi071.stdout:225: done (2 left) 2024-09-13T14:21:32.834 INFO:tasks.rados.rados.0.smithi071.stdout:226: done (1 left) 2024-09-13T14:21:32.834 INFO:tasks.rados.rados.0.smithi071.stdout:227: done (0 left) 2024-09-13T14:21:32.834 INFO:tasks.rados.rados.0.smithi071.stdout:228: rollback oid 47 current snap is 23 2024-09-13T14:21:32.834 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 47 to 19 2024-09-13T14:21:32.834 INFO:tasks.rados.rados.0.smithi071.stdout:229: delete oid 28 current snap is 23 2024-09-13T14:21:32.838 INFO:tasks.rados.rados.0.smithi071.stdout:228: finishing rollback tid 0 to smithi07185159-47 2024-09-13T14:21:32.839 INFO:tasks.rados.rados.0.smithi071.stdout:228: finishing rollback tid 1 to smithi07185159-47 2024-09-13T14:21:32.839 INFO:tasks.rados.rados.0.smithi071.stdout:228: finishing rollback tid 2 to smithi07185159-47 2024-09-13T14:21:32.839 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 47 v 98 (ObjNum 79 snap 10 seq_num 79) dirty exists 2024-09-13T14:21:32.839 INFO:tasks.rados.rados.0.smithi071.stdout:228: done (1 left) 2024-09-13T14:21:32.839 INFO:tasks.rados.rados.0.smithi071.stdout:229: done (0 left) 2024-09-13T14:21:32.839 INFO:tasks.rados.rados.0.smithi071.stdout:230: snap_remove snap 21 2024-09-13T14:21:33.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:32 smithi071 ceph-mon[29588]: osdmap e118: 8 total, 8 up, 8 in 2024-09-13T14:21:33.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:32 smithi071 ceph-mon[29588]: osdmap e119: 8 total, 8 up, 8 in 2024-09-13T14:21:33.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:32 smithi071 ceph-mon[41109]: osdmap e118: 8 total, 8 up, 8 in 2024-09-13T14:21:33.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:32 smithi071 ceph-mon[41109]: osdmap e119: 8 total, 8 up, 8 in 2024-09-13T14:21:33.143 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:32 smithi104 ceph-mon[33426]: osdmap e118: 8 total, 8 up, 8 in 2024-09-13T14:21:33.143 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:32 smithi104 ceph-mon[33426]: osdmap e119: 8 total, 8 up, 8 in 2024-09-13T14:21:33.831 INFO:tasks.rados.rados.0.smithi071.stdout:230: done (0 left) 2024-09-13T14:21:33.832 INFO:tasks.rados.rados.0.smithi071.stdout:231: write oid 40 current snap is 23 2024-09-13T14:21:33.832 INFO:tasks.rados.rados.0.smithi071.stdout:231: seq_num 122 ranges {450454=642026,1505862=544592} 2024-09-13T14:21:33.837 INFO:tasks.rados.rados.0.smithi071.stdout:231: writing smithi07185159-40 from 450454 to 1092480 tid 1 2024-09-13T14:21:33.843 INFO:tasks.rados.rados.0.smithi071.stdout:231: writing smithi07185159-40 from 1505862 to 2050454 tid 2 2024-09-13T14:21:33.843 INFO:tasks.rados.rados.0.smithi071.stdout:232: read oid 49 snap -1 2024-09-13T14:21:33.843 INFO:tasks.rados.rados.0.smithi071.stdout:232: expect (ObjNum 113 snap 19 seq_num 113) 2024-09-13T14:21:33.843 INFO:tasks.rados.rados.0.smithi071.stdout:233: read oid 27 snap -1 2024-09-13T14:21:33.844 INFO:tasks.rados.rados.0.smithi071.stdout:233: expect (ObjNum 26 snap 0 seq_num 26) 2024-09-13T14:21:33.844 INFO:tasks.rados.rados.0.smithi071.stdout:234: read oid 17 snap -1 2024-09-13T14:21:33.844 INFO:tasks.rados.rados.0.smithi071.stdout:234: expect deleted 2024-09-13T14:21:33.844 INFO:tasks.rados.rados.0.smithi071.stdout:235: delete oid 2 current snap is 23 2024-09-13T14:21:33.844 INFO:tasks.rados.rados.0.smithi071.stdout:231: finishing write tid 1 to smithi07185159-40 2024-09-13T14:21:33.850 INFO:tasks.rados.rados.0.smithi071.stdout:234: done (4 left) 2024-09-13T14:21:33.850 INFO:tasks.rados.rados.0.smithi071.stdout:235: done (3 left) 2024-09-13T14:21:33.850 INFO:tasks.rados.rados.0.smithi071.stdout:236: write oid 8 current snap is 23 2024-09-13T14:21:33.850 INFO:tasks.rados.rados.0.smithi071.stdout:236: seq_num 124 ranges {484068=792524,1906473=177595} 2024-09-13T14:21:33.857 INFO:tasks.rados.rados.0.smithi071.stdout:236: writing smithi07185159-8 from 484068 to 1276592 tid 1 2024-09-13T14:21:33.862 INFO:tasks.rados.rados.0.smithi071.stdout:236: writing smithi07185159-8 from 1906473 to 2084068 tid 2 2024-09-13T14:21:33.862 INFO:tasks.rados.rados.0.smithi071.stdout:237: write oid 22 current snap is 23 2024-09-13T14:21:33.862 INFO:tasks.rados.rados.0.smithi071.stdout:237: seq_num 125 ranges {500875=467773,1564955=535920} 2024-09-13T14:21:33.867 INFO:tasks.rados.rados.0.smithi071.stdout:237: writing smithi07185159-22 from 500875 to 968648 tid 1 2024-09-13T14:21:33.873 INFO:tasks.rados.rados.0.smithi071.stdout:237: writing smithi07185159-22 from 1564955 to 2100875 tid 2 2024-09-13T14:21:33.873 INFO:tasks.rados.rados.0.smithi071.stdout:238: snap_create 2024-09-13T14:21:33.873 INFO:tasks.rados.rados.0.smithi071.stdout:231: finishing write tid 2 to smithi07185159-40 2024-09-13T14:21:33.874 INFO:tasks.rados.rados.0.smithi071.stdout:233: expect (ObjNum 26 snap 0 seq_num 26) 2024-09-13T14:21:33.951 INFO:tasks.rados.rados.0.smithi071.stdout:232: expect (ObjNum 113 snap 19 seq_num 113) 2024-09-13T14:21:33.976 DEBUG:teuthology.orchestra.run.smithi071:> 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 18f8172c-71da-11ef-bceb-c7b262605968 -e sha1=d58f73069a8157a9ace12a0247ee3e8497707ea9 -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true && ! ceph orch upgrade status | jq '"'"'.message'"'"' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done' 2024-09-13T14:21:34.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:33 smithi071 ceph-mon[29588]: pgmap v165: 89 pgs: 89 active+clean; 117 MiB data, 443 MiB used, 715 GiB / 715 GiB avail; 4.0 MiB/s rd, 794 KiB/s wr, 8 op/s 2024-09-13T14:21:34.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:33 smithi071 ceph-mon[29588]: osdmap e120: 8 total, 8 up, 8 in 2024-09-13T14:21:34.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:33 smithi071 ceph-mon[41109]: pgmap v165: 89 pgs: 89 active+clean; 117 MiB data, 443 MiB used, 715 GiB / 715 GiB avail; 4.0 MiB/s rd, 794 KiB/s wr, 8 op/s 2024-09-13T14:21:34.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:33 smithi071 ceph-mon[41109]: osdmap e120: 8 total, 8 up, 8 in 2024-09-13T14:21:34.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:33 smithi104 ceph-mon[33426]: pgmap v165: 89 pgs: 89 active+clean; 117 MiB data, 443 MiB used, 715 GiB / 715 GiB avail; 4.0 MiB/s rd, 794 KiB/s wr, 8 op/s 2024-09-13T14:21:34.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:33 smithi104 ceph-mon[33426]: osdmap e120: 8 total, 8 up, 8 in 2024-09-13T14:21:34.245 INFO:tasks.rados.rados.0.smithi071.stdout:231: finishing write tid 3 to smithi07185159-40 2024-09-13T14:21:34.245 INFO:tasks.rados.rados.0.smithi071.stdout:231: finishing write tid 4 to smithi07185159-40 2024-09-13T14:21:34.245 INFO:tasks.rados.rados.0.smithi071.stdout:231: oid 40 updating version 0 to 33 2024-09-13T14:21:34.245 INFO:tasks.rados.rados.0.smithi071.stdout:231: oid 40 updating version 33 to 34 2024-09-13T14:21:34.245 INFO:tasks.rados.rados.0.smithi071.stdout:231: oid 40 version 34 is already newer than 32 2024-09-13T14:21:34.245 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 40 v 34 (ObjNum 122 snap 23 seq_num 122) dirty exists 2024-09-13T14:21:34.245 INFO:tasks.rados.rados.0.smithi071.stdout:231: left oid 40 (ObjNum 122 snap 23 seq_num 122) 2024-09-13T14:21:34.245 INFO:tasks.rados.rados.0.smithi071.stdout:236: finishing write tid 1 to smithi07185159-8 2024-09-13T14:21:34.245 INFO:tasks.rados.rados.0.smithi071.stdout:236: finishing write tid 2 to smithi07185159-8 2024-09-13T14:21:34.245 INFO:tasks.rados.rados.0.smithi071.stdout:236: finishing write tid 3 to smithi07185159-8 2024-09-13T14:21:34.245 INFO:tasks.rados.rados.0.smithi071.stdout:236: finishing write tid 4 to smithi07185159-8 2024-09-13T14:21:34.245 INFO:tasks.rados.rados.0.smithi071.stdout:236: oid 8 updating version 0 to 67 2024-09-13T14:21:34.246 INFO:tasks.rados.rados.0.smithi071.stdout:236: oid 8 updating version 67 to 68 2024-09-13T14:21:34.246 INFO:tasks.rados.rados.0.smithi071.stdout:236: oid 8 updating version 68 to 69 2024-09-13T14:21:34.246 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 8 v 69 (ObjNum 124 snap 23 seq_num 124) dirty exists 2024-09-13T14:21:34.246 INFO:tasks.rados.rados.0.smithi071.stdout:236: left oid 8 (ObjNum 124 snap 23 seq_num 124) 2024-09-13T14:21:34.246 INFO:tasks.rados.rados.0.smithi071.stdout:237: finishing write tid 1 to smithi07185159-22 2024-09-13T14:21:34.246 INFO:tasks.rados.rados.0.smithi071.stdout:237: finishing write tid 2 to smithi07185159-22 2024-09-13T14:21:34.246 INFO:tasks.rados.rados.0.smithi071.stdout:237: finishing write tid 3 to smithi07185159-22 2024-09-13T14:21:34.246 INFO:tasks.rados.rados.0.smithi071.stdout:237: finishing write tid 4 to smithi07185159-22 2024-09-13T14:21:34.246 INFO:tasks.rados.rados.0.smithi071.stdout:237: oid 22 updating version 0 to 31 2024-09-13T14:21:34.246 INFO:tasks.rados.rados.0.smithi071.stdout:237: oid 22 version 31 is already newer than 30 2024-09-13T14:21:34.246 INFO:tasks.rados.rados.0.smithi071.stdout:237: oid 22 updating version 31 to 32 2024-09-13T14:21:34.246 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 22 v 32 (ObjNum 125 snap 23 seq_num 125) dirty exists 2024-09-13T14:21:34.246 INFO:tasks.rados.rados.0.smithi071.stdout:237: left oid 22 (ObjNum 125 snap 23 seq_num 125) 2024-09-13T14:21:34.863 INFO:tasks.rados.rados.0.smithi071.stdout:231: done (5 left) 2024-09-13T14:21:34.863 INFO:tasks.rados.rados.0.smithi071.stdout:232: done (4 left) 2024-09-13T14:21:34.863 INFO:tasks.rados.rados.0.smithi071.stdout:233: done (3 left) 2024-09-13T14:21:34.863 INFO:tasks.rados.rados.0.smithi071.stdout:236: done (2 left) 2024-09-13T14:21:34.863 INFO:tasks.rados.rados.0.smithi071.stdout:237: done (1 left) 2024-09-13T14:21:34.863 INFO:tasks.rados.rados.0.smithi071.stdout:238: done (0 left) 2024-09-13T14:21:34.863 INFO:tasks.rados.rados.0.smithi071.stdout:239: read oid 44 snap -1 2024-09-13T14:21:34.863 INFO:tasks.rados.rados.0.smithi071.stdout:239: expect (ObjNum 105 snap 16 seq_num 105) 2024-09-13T14:21:34.863 INFO:tasks.rados.rados.0.smithi071.stdout:240: write oid 22 current snap is 24 2024-09-13T14:21:34.864 INFO:tasks.rados.rados.0.smithi071.stdout:240: seq_num 126 ranges {517682=543022,1623437=494245} 2024-09-13T14:21:34.868 INFO:tasks.rados.rados.0.smithi071.stdout:240: writing smithi07185159-22 from 517682 to 1060704 tid 1 2024-09-13T14:21:34.874 INFO:tasks.rados.rados.0.smithi071.stdout:240: writing smithi07185159-22 from 1623437 to 2117682 tid 2 2024-09-13T14:21:34.874 INFO:tasks.rados.rados.0.smithi071.stdout:241: snap_create 2024-09-13T14:21:34.874 INFO:tasks.rados.rados.0.smithi071.stdout:240: finishing write tid 1 to smithi07185159-22 2024-09-13T14:21:34.876 INFO:tasks.rados.rados.0.smithi071.stdout:239: expect (ObjNum 105 snap 16 seq_num 105) 2024-09-13T14:21:35.078 INFO:tasks.rados.rados.0.smithi071.stdout:240: finishing write tid 2 to smithi07185159-22 2024-09-13T14:21:35.078 INFO:tasks.rados.rados.0.smithi071.stdout:240: finishing write tid 3 to smithi07185159-22 2024-09-13T14:21:35.078 INFO:tasks.rados.rados.0.smithi071.stdout:240: finishing write tid 4 to smithi07185159-22 2024-09-13T14:21:35.078 INFO:tasks.rados.rados.0.smithi071.stdout:240: oid 22 updating version 0 to 34 2024-09-13T14:21:35.078 INFO:tasks.rados.rados.0.smithi071.stdout:240: oid 22 updating version 34 to 35 2024-09-13T14:21:35.079 INFO:tasks.rados.rados.0.smithi071.stdout:240: oid 22 updating version 35 to 36 2024-09-13T14:21:35.079 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 22 v 36 (ObjNum 126 snap 24 seq_num 126) dirty exists 2024-09-13T14:21:35.079 INFO:tasks.rados.rados.0.smithi071.stdout:240: left oid 22 (ObjNum 126 snap 24 seq_num 126) 2024-09-13T14:21:35.867 INFO:tasks.rados.rados.0.smithi071.stdout:239: done (2 left) 2024-09-13T14:21:35.867 INFO:tasks.rados.rados.0.smithi071.stdout:240: done (1 left) 2024-09-13T14:21:35.867 INFO:tasks.rados.rados.0.smithi071.stdout:241: done (0 left) 2024-09-13T14:21:35.867 INFO:tasks.rados.rados.0.smithi071.stdout:242: rollback oid 28 current snap is 25 2024-09-13T14:21:35.867 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 28 to 24 2024-09-13T14:21:35.867 INFO:tasks.rados.rados.0.smithi071.stdout:243: delete oid 29 current snap is 25 2024-09-13T14:21:35.870 INFO:tasks.rados.rados.0.smithi071.stdout:243: done (1 left) 2024-09-13T14:21:35.870 INFO:tasks.rados.rados.0.smithi071.stdout:244: rollback oid 26 current snap is 25 2024-09-13T14:21:35.870 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 26 to 24 2024-09-13T14:21:35.870 INFO:tasks.rados.rados.0.smithi071.stdout:245: rollback oid 16 current snap is 25 2024-09-13T14:21:35.870 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 16 to 20 2024-09-13T14:21:35.870 INFO:tasks.rados.rados.0.smithi071.stdout:246: snap_create 2024-09-13T14:21:35.870 INFO:tasks.rados.rados.0.smithi071.stdout:242: finishing rollback tid 1 to smithi07185159-28 2024-09-13T14:21:35.870 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 28 v 0 (ObjNum 81 snap 0 seq_num 300077497) dirty dne 2024-09-13T14:21:35.873 INFO:tasks.rados.rados.0.smithi071.stdout:244: finishing rollback tid 0 to smithi07185159-26 2024-09-13T14:21:35.873 INFO:tasks.rados.rados.0.smithi071.stdout:244: finishing rollback tid 1 to smithi07185159-26 2024-09-13T14:21:35.873 INFO:tasks.rados.rados.0.smithi071.stdout:244: finishing rollback tid 2 to smithi07185159-26 2024-09-13T14:21:35.873 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 26 v 45 (ObjNum 101 snap 16 seq_num 101) dirty exists 2024-09-13T14:21:35.877 INFO:tasks.rados.rados.0.smithi071.stdout:245: finishing rollback tid 0 to smithi07185159-16 2024-09-13T14:21:35.877 INFO:tasks.rados.rados.0.smithi071.stdout:245: finishing rollback tid 1 to smithi07185159-16 2024-09-13T14:21:35.877 INFO:tasks.rados.rados.0.smithi071.stdout:245: finishing rollback tid 2 to smithi07185159-16 2024-09-13T14:21:35.877 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 16 v 73 (ObjNum 117 snap 20 seq_num 117) dirty exists 2024-09-13T14:21:36.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:35 smithi071 ceph-mon[29588]: osdmap e121: 8 total, 8 up, 8 in 2024-09-13T14:21:36.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:35 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:21:36.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:35 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:21:36.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:35 smithi071 ceph-mon[29588]: pgmap v168: 89 pgs: 89 active+clean; 123 MiB data, 451 MiB used, 715 GiB / 715 GiB avail; 13 MiB/s rd, 1.3 MiB/s wr, 15 op/s 2024-09-13T14:21:36.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:35 smithi071 ceph-mon[41109]: osdmap e121: 8 total, 8 up, 8 in 2024-09-13T14:21:36.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:35 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:21:36.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:35 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:21:36.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:35 smithi071 ceph-mon[41109]: pgmap v168: 89 pgs: 89 active+clean; 123 MiB data, 451 MiB used, 715 GiB / 715 GiB avail; 13 MiB/s rd, 1.3 MiB/s wr, 15 op/s 2024-09-13T14:21:36.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:35 smithi104 ceph-mon[33426]: osdmap e121: 8 total, 8 up, 8 in 2024-09-13T14:21:36.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:35 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:21:36.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:35 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:21:36.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:35 smithi104 ceph-mon[33426]: pgmap v168: 89 pgs: 89 active+clean; 123 MiB data, 451 MiB used, 715 GiB / 715 GiB avail; 13 MiB/s rd, 1.3 MiB/s wr, 15 op/s 2024-09-13T14:21:36.880 INFO:tasks.rados.rados.0.smithi071.stdout:242: done (3 left) 2024-09-13T14:21:36.881 INFO:tasks.rados.rados.0.smithi071.stdout:244: done (2 left) 2024-09-13T14:21:36.881 INFO:tasks.rados.rados.0.smithi071.stdout:245: done (1 left) 2024-09-13T14:21:36.881 INFO:tasks.rados.rados.0.smithi071.stdout:246: done (0 left) 2024-09-13T14:21:36.881 INFO:tasks.rados.rados.0.smithi071.stdout:247: snap_create 2024-09-13T14:21:37.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:36 smithi071 ceph-mon[29588]: osdmap e122: 8 total, 8 up, 8 in 2024-09-13T14:21:37.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:36 smithi071 ceph-mon[41109]: osdmap e122: 8 total, 8 up, 8 in 2024-09-13T14:21:37.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:36 smithi104 ceph-mon[33426]: osdmap e122: 8 total, 8 up, 8 in 2024-09-13T14:21:37.810 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:21:37.833 INFO:tasks.rados.rados.0.smithi071.stdout:247: done (0 left) 2024-09-13T14:21:37.833 INFO:tasks.rados.rados.0.smithi071.stdout:248: write oid 48 current snap is 27 2024-09-13T14:21:37.833 INFO:tasks.rados.rados.0.smithi071.stdout:248: seq_num 128 ranges {551296=693520,2024048=127248} 2024-09-13T14:21:37.840 INFO:tasks.rados.rados.0.smithi071.stdout:248: writing smithi07185159-48 from 551296 to 1244816 tid 1 2024-09-13T14:21:37.845 INFO:tasks.rados.rados.0.smithi071.stdout:248: writing smithi07185159-48 from 2024048 to 2151296 tid 2 2024-09-13T14:21:37.845 INFO:tasks.rados.rados.0.smithi071.stdout:249: write oid 44 current snap is 27 2024-09-13T14:21:37.845 INFO:tasks.rados.rados.0.smithi071.stdout:249: seq_num 129 ranges {568103=768769,2082530=85573} 2024-09-13T14:21:37.853 INFO:tasks.rados.rados.0.smithi071.stdout:249: writing smithi07185159-44 from 568103 to 1336872 tid 1 2024-09-13T14:21:37.858 INFO:tasks.rados.rados.0.smithi071.stdout:249: writing smithi07185159-44 from 2082530 to 2168103 tid 2 2024-09-13T14:21:37.858 INFO:tasks.rados.rados.0.smithi071.stdout:250: snap_remove snap 26 2024-09-13T14:21:38.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:37 smithi071 ceph-mon[29588]: osdmap e123: 8 total, 8 up, 8 in 2024-09-13T14:21:38.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:37 smithi071 ceph-mon[29588]: pgmap v171: 89 pgs: 89 active+clean; 123 MiB data, 451 MiB used, 715 GiB / 715 GiB avail; 13 MiB/s rd, 1.3 MiB/s wr, 15 op/s 2024-09-13T14:21:38.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:37 smithi071 ceph-mon[29588]: osdmap e124: 8 total, 8 up, 8 in 2024-09-13T14:21:38.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:37 smithi071 ceph-mon[41109]: osdmap e123: 8 total, 8 up, 8 in 2024-09-13T14:21:38.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:37 smithi071 ceph-mon[41109]: pgmap v171: 89 pgs: 89 active+clean; 123 MiB data, 451 MiB used, 715 GiB / 715 GiB avail; 13 MiB/s rd, 1.3 MiB/s wr, 15 op/s 2024-09-13T14:21:38.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:37 smithi071 ceph-mon[41109]: osdmap e124: 8 total, 8 up, 8 in 2024-09-13T14:21:38.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:37 smithi104 ceph-mon[33426]: osdmap e123: 8 total, 8 up, 8 in 2024-09-13T14:21:38.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:37 smithi104 ceph-mon[33426]: pgmap v171: 89 pgs: 89 active+clean; 123 MiB data, 451 MiB used, 715 GiB / 715 GiB avail; 13 MiB/s rd, 1.3 MiB/s wr, 15 op/s 2024-09-13T14:21:38.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:37 smithi104 ceph-mon[33426]: osdmap e124: 8 total, 8 up, 8 in 2024-09-13T14:21:38.833 INFO:tasks.rados.rados.0.smithi071.stdout:250: done (2 left) 2024-09-13T14:21:38.833 INFO:tasks.rados.rados.0.smithi071.stdout:251: write oid 8 current snap is 27 2024-09-13T14:21:38.834 INFO:tasks.rados.rados.0.smithi071.stdout:248: finishing write tid 1 to smithi07185159-48 2024-09-13T14:21:38.834 INFO:tasks.rados.rados.0.smithi071.stdout:248: finishing write tid 2 to smithi07185159-48 2024-09-13T14:21:38.834 INFO:tasks.rados.rados.0.smithi071.stdout:248: finishing write tid 3 to smithi07185159-48 2024-09-13T14:21:38.834 INFO:tasks.rados.rados.0.smithi071.stdout:251: seq_num 130 ranges {584910=560371,1857365=327545} 2024-09-13T14:21:38.839 INFO:tasks.rados.rados.0.smithi071.stdout:251: writing smithi07185159-8 from 584910 to 1145281 tid 1 2024-09-13T14:21:38.848 INFO:tasks.rados.rados.0.smithi071.stdout:251: writing smithi07185159-8 from 1857365 to 2184910 tid 2 2024-09-13T14:21:38.848 INFO:tasks.rados.rados.0.smithi071.stdout:252: snap_create 2024-09-13T14:21:38.848 INFO:tasks.rados.rados.0.smithi071.stdout:248: finishing write tid 4 to smithi07185159-48 2024-09-13T14:21:38.849 INFO:tasks.rados.rados.0.smithi071.stdout:248: oid 48 updating version 0 to 162 2024-09-13T14:21:38.849 INFO:tasks.rados.rados.0.smithi071.stdout:248: oid 48 updating version 162 to 163 2024-09-13T14:21:38.849 INFO:tasks.rados.rados.0.smithi071.stdout:248: oid 48 version 163 is already newer than 161 2024-09-13T14:21:38.849 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 48 v 163 (ObjNum 128 snap 27 seq_num 128) dirty exists 2024-09-13T14:21:38.849 INFO:tasks.rados.rados.0.smithi071.stdout:248: left oid 48 (ObjNum 128 snap 27 seq_num 128) 2024-09-13T14:21:38.849 INFO:tasks.rados.rados.0.smithi071.stdout:249: finishing write tid 1 to smithi07185159-44 2024-09-13T14:21:38.849 INFO:tasks.rados.rados.0.smithi071.stdout:249: finishing write tid 2 to smithi07185159-44 2024-09-13T14:21:38.849 INFO:tasks.rados.rados.0.smithi071.stdout:249: finishing write tid 3 to smithi07185159-44 2024-09-13T14:21:38.849 INFO:tasks.rados.rados.0.smithi071.stdout:249: finishing write tid 4 to smithi07185159-44 2024-09-13T14:21:38.849 INFO:tasks.rados.rados.0.smithi071.stdout:249: oid 44 updating version 0 to 112 2024-09-13T14:21:38.849 INFO:tasks.rados.rados.0.smithi071.stdout:249: oid 44 updating version 112 to 113 2024-09-13T14:21:38.849 INFO:tasks.rados.rados.0.smithi071.stdout:249: oid 44 updating version 113 to 114 2024-09-13T14:21:38.849 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 44 v 114 (ObjNum 129 snap 27 seq_num 129) dirty exists 2024-09-13T14:21:38.850 INFO:tasks.rados.rados.0.smithi071.stdout:249: left oid 44 (ObjNum 129 snap 27 seq_num 129) 2024-09-13T14:21:38.850 INFO:tasks.rados.rados.0.smithi071.stdout:251: finishing write tid 1 to smithi07185159-8 2024-09-13T14:21:38.850 INFO:tasks.rados.rados.0.smithi071.stdout:251: finishing write tid 2 to smithi07185159-8 2024-09-13T14:21:38.850 INFO:tasks.rados.rados.0.smithi071.stdout:251: finishing write tid 3 to smithi07185159-8 2024-09-13T14:21:38.850 INFO:tasks.rados.rados.0.smithi071.stdout:251: finishing write tid 4 to smithi07185159-8 2024-09-13T14:21:38.850 INFO:tasks.rados.rados.0.smithi071.stdout:251: oid 8 updating version 0 to 75 2024-09-13T14:21:38.850 INFO:tasks.rados.rados.0.smithi071.stdout:251: oid 8 updating version 75 to 77 2024-09-13T14:21:38.850 INFO:tasks.rados.rados.0.smithi071.stdout:251: oid 8 version 77 is already newer than 76 2024-09-13T14:21:38.850 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 8 v 77 (ObjNum 130 snap 27 seq_num 130) dirty exists 2024-09-13T14:21:38.850 INFO:tasks.rados.rados.0.smithi071.stdout:251: left oid 8 (ObjNum 130 snap 27 seq_num 130) 2024-09-13T14:21:39.007 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:21:38 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:21:38] "GET /metrics HTTP/1.1" 200 36202 "" "Prometheus/2.43.0" 2024-09-13T14:21:39.731 INFO:teuthology.orchestra.run.smithi071.stdout:true 2024-09-13T14:21:39.844 INFO:tasks.rados.rados.0.smithi071.stdout:248: done (3 left) 2024-09-13T14:21:39.844 INFO:tasks.rados.rados.0.smithi071.stdout:249: done (2 left) 2024-09-13T14:21:39.844 INFO:tasks.rados.rados.0.smithi071.stdout:251: done (1 left) 2024-09-13T14:21:39.844 INFO:tasks.rados.rados.0.smithi071.stdout:252: done (0 left) 2024-09-13T14:21:39.844 INFO:tasks.rados.rados.0.smithi071.stdout:253: snap_remove snap 27 2024-09-13T14:21:40.020 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:39 smithi071 ceph-mon[29588]: osdmap e125: 8 total, 8 up, 8 in 2024-09-13T14:21:40.020 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:39 smithi071 ceph-mon[29588]: pgmap v174: 89 pgs: 89 active+clean; 123 MiB data, 451 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:21:40.020 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:39 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:21:40.020 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:39 smithi071 ceph-mon[41109]: osdmap e125: 8 total, 8 up, 8 in 2024-09-13T14:21:40.020 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:39 smithi071 ceph-mon[41109]: pgmap v174: 89 pgs: 89 active+clean; 123 MiB data, 451 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:21:40.020 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:39 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:21:40.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:39 smithi104 ceph-mon[33426]: osdmap e125: 8 total, 8 up, 8 in 2024-09-13T14:21:40.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:39 smithi104 ceph-mon[33426]: pgmap v174: 89 pgs: 89 active+clean; 123 MiB data, 451 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:21:40.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:39 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:21:40.279 INFO:teuthology.orchestra.run.smithi071.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-13T14:21:40.280 INFO:teuthology.orchestra.run.smithi071.stdout:alertmanager.a smithi071 *:9093,9094 running (2m) 91s ago 3m 16.4M - 0.25.0 c8568f914cd2 899307b1c0a9 2024-09-13T14:21:40.280 INFO:teuthology.orchestra.run.smithi071.stdout:grafana.a smithi104 *:3000 running (3m) 5s ago 3m 90.4M - 9.4.7 954c08fa6188 d4649d095d6e 2024-09-13T14:21:40.280 INFO:teuthology.orchestra.run.smithi071.stdout:mds.foo.smithi071.awdchm smithi071 running (2m) 91s ago 2m 16.5M - 18.2.4-843-g2c01458a c129f5a2fd4e 3a46cf5b0e24 2024-09-13T14:21:40.280 INFO:teuthology.orchestra.run.smithi071.stdout:mds.foo.smithi104.uecrqj smithi104 running (119s) 5s ago 118s 13.0M - 18.2.4-843-g2c01458a c129f5a2fd4e 3d72a892eecb 2024-09-13T14:21:40.280 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.x smithi104 *:8443,8765 running (7m) 5s ago 7m 439M - 18.2.4-843-g2c01458a c129f5a2fd4e d2e66c9e84d6 2024-09-13T14:21:40.280 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.y smithi071 *:9283,8765 running (8m) 91s ago 8m 482M - 18.2.4-843-g2c01458a c129f5a2fd4e b777ff2b3fee 2024-09-13T14:21:40.280 INFO:teuthology.orchestra.run.smithi071.stdout:mon.a smithi071 running (8m) 91s ago 9m 47.3M 2048M 18.2.4-843-g2c01458a c129f5a2fd4e 03dc48b4bc43 2024-09-13T14:21:40.280 INFO:teuthology.orchestra.run.smithi071.stdout:mon.b smithi104 running (7m) 5s ago 7m 36.9M 2048M 18.2.4-843-g2c01458a c129f5a2fd4e ecd51e95c619 2024-09-13T14:21:40.280 INFO:teuthology.orchestra.run.smithi071.stdout:mon.c smithi071 running (7m) 91s ago 7m 37.0M 2048M 18.2.4-843-g2c01458a c129f5a2fd4e 41b61ccb60e8 2024-09-13T14:21:40.280 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.a smithi071 *:9100 running (2m) 91s ago 2m 14.2M - 1.5.0 0da6a335fe13 1385c63561be 2024-09-13T14:21:40.280 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.b smithi104 *:9100 running (2m) 5s ago 2m 15.9M - 1.5.0 0da6a335fe13 04ef970b0f2d 2024-09-13T14:21:40.280 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0 smithi071 running (6m) 91s ago 6m 43.9M 4016M 18.2.4-843-g2c01458a c129f5a2fd4e 4620af289781 2024-09-13T14:21:40.281 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1 smithi071 running (6m) 91s ago 6m 50.2M 4016M 18.2.4-843-g2c01458a c129f5a2fd4e 6219ea84d5da 2024-09-13T14:21:40.281 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2 smithi071 running (6m) 91s ago 6m 52.5M 4016M 18.2.4-843-g2c01458a c129f5a2fd4e dbb670583d0d 2024-09-13T14:21:40.281 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3 smithi071 running (5m) 91s ago 5m 43.9M 4016M 18.2.4-843-g2c01458a c129f5a2fd4e 3859c11423d8 2024-09-13T14:21:40.281 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4 smithi104 running (5m) 5s ago 5m 66.0M 4016M 18.2.4-843-g2c01458a c129f5a2fd4e 7641d6ca037c 2024-09-13T14:21:40.281 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5 smithi104 running (4m) 5s ago 4m 64.0M 4016M 18.2.4-843-g2c01458a c129f5a2fd4e d171c1dc9aca 2024-09-13T14:21:40.281 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6 smithi104 running (4m) 5s ago 4m 61.6M 4016M 18.2.4-843-g2c01458a c129f5a2fd4e 7cd98596a2db 2024-09-13T14:21:40.281 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7 smithi104 running (4m) 5s ago 4m 61.1M 4016M 18.2.4-843-g2c01458a c129f5a2fd4e c0657150d5d6 2024-09-13T14:21:40.281 INFO:teuthology.orchestra.run.smithi071.stdout:prometheus.a smithi104 *:9095 running (2m) 5s ago 3m 45.2M - 2.43.0 a07b618ecd1d c3123c327f85 2024-09-13T14:21:40.616 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:21:40.617 INFO:teuthology.orchestra.run.smithi071.stdout: "mon": { 2024-09-13T14:21:40.617 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)": 3 2024-09-13T14:21:40.617 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:21:40.617 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr": { 2024-09-13T14:21:40.617 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)": 2 2024-09-13T14:21:40.617 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:21:40.617 INFO:teuthology.orchestra.run.smithi071.stdout: "osd": { 2024-09-13T14:21:40.617 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)": 8 2024-09-13T14:21:40.617 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:21:40.617 INFO:teuthology.orchestra.run.smithi071.stdout: "mds": { 2024-09-13T14:21:40.617 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)": 2 2024-09-13T14:21:40.617 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:21:40.618 INFO:teuthology.orchestra.run.smithi071.stdout: "overall": { 2024-09-13T14:21:40.618 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)": 15 2024-09-13T14:21:40.618 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:21:40.618 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:21:40.841 INFO:tasks.rados.rados.0.smithi071.stdout:253: done (0 left) 2024-09-13T14:21:40.841 INFO:tasks.rados.rados.0.smithi071.stdout:254: read oid 29 snap -1 2024-09-13T14:21:40.841 INFO:tasks.rados.rados.0.smithi071.stdout:254: expect deleted 2024-09-13T14:21:40.841 INFO:tasks.rados.rados.0.smithi071.stdout:255: read oid 15 snap -1 2024-09-13T14:21:40.841 INFO:tasks.rados.rados.0.smithi071.stdout:255: expect (ObjNum 14 snap 0 seq_num 14) 2024-09-13T14:21:40.841 INFO:tasks.rados.rados.0.smithi071.stdout:256: delete oid 36 current snap is 28 2024-09-13T14:21:40.842 INFO:tasks.rados.rados.0.smithi071.stdout:254: done (2 left) 2024-09-13T14:21:40.842 INFO:tasks.rados.rados.0.smithi071.stdout:256: done (1 left) 2024-09-13T14:21:40.842 INFO:tasks.rados.rados.0.smithi071.stdout:257: delete oid 47 current snap is 28 2024-09-13T14:21:40.845 INFO:tasks.rados.rados.0.smithi071.stdout:257: done (1 left) 2024-09-13T14:21:40.845 INFO:tasks.rados.rados.0.smithi071.stdout:258: read oid 40 snap -1 2024-09-13T14:21:40.845 INFO:tasks.rados.rados.0.smithi071.stdout:258: expect (ObjNum 122 snap 23 seq_num 122) 2024-09-13T14:21:40.845 INFO:tasks.rados.rados.0.smithi071.stdout:259: write oid 22 current snap is 28 2024-09-13T14:21:40.846 INFO:tasks.rados.rados.0.smithi071.stdout:259: seq_num 133 ranges {635331=786118,1916458=318873} 2024-09-13T14:21:40.853 INFO:tasks.rados.rados.0.smithi071.stdout:259: writing smithi07185159-22 from 635331 to 1421449 tid 1 2024-09-13T14:21:40.858 INFO:tasks.rados.rados.0.smithi071.stdout:259: writing smithi07185159-22 from 1916458 to 2235331 tid 2 2024-09-13T14:21:40.858 INFO:tasks.rados.rados.0.smithi071.stdout:260: snap_remove snap 19 2024-09-13T14:21:40.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:40 smithi071 ceph-mon[29588]: from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:21:40.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:40 smithi071 ceph-mon[29588]: osdmap e126: 8 total, 8 up, 8 in 2024-09-13T14:21:40.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:40 smithi071 ceph-mon[29588]: from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:21:40.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:40 smithi071 ceph-mon[29588]: from='client.24725 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:21:40.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:40 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/908005835' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:21:40.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:40 smithi071 ceph-mon[41109]: from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:21:40.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:40 smithi071 ceph-mon[41109]: osdmap e126: 8 total, 8 up, 8 in 2024-09-13T14:21:40.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:40 smithi071 ceph-mon[41109]: from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:21:40.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:40 smithi071 ceph-mon[41109]: from='client.24725 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:21:40.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:40 smithi071 ceph-mon[41109]: from='client.? 172.21.15.71:0/908005835' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:21:40.908 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:21:40.908 INFO:teuthology.orchestra.run.smithi071.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d58f73069a8157a9ace12a0247ee3e8497707ea9", 2024-09-13T14:21:40.908 INFO:teuthology.orchestra.run.smithi071.stdout: "in_progress": true, 2024-09-13T14:21:40.908 INFO:teuthology.orchestra.run.smithi071.stdout: "which": "Upgrading daemons of type(s) mgr", 2024-09-13T14:21:40.908 INFO:teuthology.orchestra.run.smithi071.stdout: "services_complete": [], 2024-09-13T14:21:40.908 INFO:teuthology.orchestra.run.smithi071.stdout: "progress": "", 2024-09-13T14:21:40.908 INFO:teuthology.orchestra.run.smithi071.stdout: "message": "", 2024-09-13T14:21:40.908 INFO:teuthology.orchestra.run.smithi071.stdout: "is_paused": false 2024-09-13T14:21:40.908 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:21:41.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:40 smithi104 ceph-mon[33426]: from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:21:41.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:40 smithi104 ceph-mon[33426]: osdmap e126: 8 total, 8 up, 8 in 2024-09-13T14:21:41.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:40 smithi104 ceph-mon[33426]: from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:21:41.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:40 smithi104 ceph-mon[33426]: from='client.24725 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:21:41.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:40 smithi104 ceph-mon[33426]: from='client.? 172.21.15.71:0/908005835' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:21:41.858 INFO:tasks.rados.rados.0.smithi071.stdout:260: done (3 left) 2024-09-13T14:21:41.858 INFO:tasks.rados.rados.0.smithi071.stdout:261: write oid 37 current snap is 28 2024-09-13T14:21:41.858 INFO:tasks.rados.rados.0.smithi071.stdout:261: seq_num 134 ranges {652138=461367,1574940=677198} 2024-09-13T14:21:41.864 INFO:tasks.rados.rados.0.smithi071.stdout:261: writing smithi07185159-37 from 652138 to 1113505 tid 1 2024-09-13T14:21:41.871 INFO:tasks.rados.rados.0.smithi071.stdout:261: writing smithi07185159-37 from 1574940 to 2252138 tid 2 2024-09-13T14:21:41.871 INFO:tasks.rados.rados.0.smithi071.stdout:262: read oid 39 snap -1 2024-09-13T14:21:41.871 INFO:tasks.rados.rados.0.smithi071.stdout:262: expect (ObjNum 38 snap 0 seq_num 38) 2024-09-13T14:21:41.871 INFO:tasks.rados.rados.0.smithi071.stdout:263: write oid 50 current snap is 28 2024-09-13T14:21:41.871 INFO:tasks.rados.rados.0.smithi071.stdout:263: seq_num 135 ranges {668945=536616,1633422=491363} 2024-09-13T14:21:41.877 INFO:tasks.rados.rados.0.smithi071.stdout:263: writing smithi07185159-50 from 668945 to 1205561 tid 1 2024-09-13T14:21:41.882 INFO:tasks.rados.rados.0.smithi071.stdout:263: writing smithi07185159-50 from 1633422 to 2124785 tid 2 2024-09-13T14:21:41.883 INFO:tasks.rados.rados.0.smithi071.stdout:264: read oid 43 snap -1 2024-09-13T14:21:41.883 INFO:tasks.rados.rados.0.smithi071.stdout:264: expect (ObjNum 81 snap 10 seq_num 81) 2024-09-13T14:21:41.883 INFO:tasks.rados.rados.0.smithi071.stdout:265: read oid 45 snap -1 2024-09-13T14:21:41.883 INFO:tasks.rados.rados.0.smithi071.stdout:265: expect (ObjNum 44 snap 0 seq_num 44) 2024-09-13T14:21:41.883 INFO:tasks.rados.rados.0.smithi071.stdout:266: write oid 16 current snap is 28 2024-09-13T14:21:41.883 INFO:tasks.rados.rados.0.smithi071.stdout:255: expect (ObjNum 14 snap 0 seq_num 14) 2024-09-13T14:21:41.939 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:41 smithi071 ceph-mon[29588]: osdmap e127: 8 total, 8 up, 8 in 2024-09-13T14:21:41.940 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:41 smithi071 ceph-mon[29588]: from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:21:41.940 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:41 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:21:41.940 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:41 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:21:41.940 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:41 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:21:41.940 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:41 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:21:41.940 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:41 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:21:41.940 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:41 smithi071 ceph-mon[29588]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d58f73069a8157a9ace12a0247ee3e8497707ea9 2024-09-13T14:21:41.940 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:41 smithi071 ceph-mon[29588]: pgmap v177: 89 pgs: 89 active+clean; 126 MiB data, 461 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 626 KiB/s wr, 5 op/s 2024-09-13T14:21:41.940 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:41 smithi071 ceph-mon[41109]: osdmap e127: 8 total, 8 up, 8 in 2024-09-13T14:21:41.940 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:41 smithi071 ceph-mon[41109]: from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:21:41.941 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:41 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:21:41.941 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:41 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:21:41.941 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:41 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:21:41.941 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:41 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:21:41.941 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:41 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:21:41.941 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:41 smithi071 ceph-mon[41109]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d58f73069a8157a9ace12a0247ee3e8497707ea9 2024-09-13T14:21:41.941 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:41 smithi071 ceph-mon[41109]: pgmap v177: 89 pgs: 89 active+clean; 126 MiB data, 461 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 626 KiB/s wr, 5 op/s 2024-09-13T14:21:41.958 INFO:tasks.rados.rados.0.smithi071.stdout:258: expect (ObjNum 122 snap 23 seq_num 122) 2024-09-13T14:21:42.042 INFO:tasks.rados.rados.0.smithi071.stdout:259: finishing write tid 1 to smithi07185159-22 2024-09-13T14:21:42.042 INFO:tasks.rados.rados.0.smithi071.stdout:259: finishing write tid 2 to smithi07185159-22 2024-09-13T14:21:42.043 INFO:tasks.rados.rados.0.smithi071.stdout:259: finishing write tid 3 to smithi07185159-22 2024-09-13T14:21:42.043 INFO:tasks.rados.rados.0.smithi071.stdout:266: seq_num 136 ranges {685752=611865,1975551=310201} 2024-09-13T14:21:42.049 INFO:tasks.rados.rados.0.smithi071.stdout:266: writing smithi07185159-16 from 685752 to 1297617 tid 1 2024-09-13T14:21:42.055 INFO:tasks.rados.rados.0.smithi071.stdout:266: writing smithi07185159-16 from 1975551 to 2285752 tid 2 2024-09-13T14:21:42.055 INFO:tasks.rados.rados.0.smithi071.stdout:255: done (8 left) 2024-09-13T14:21:42.055 INFO:tasks.rados.rados.0.smithi071.stdout:258: done (7 left) 2024-09-13T14:21:42.055 INFO:tasks.rados.rados.0.smithi071.stdout:267: rollback oid 15 current snap is 28 2024-09-13T14:21:42.055 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 15 to 24 2024-09-13T14:21:42.055 INFO:tasks.rados.rados.0.smithi071.stdout:259: finishing write tid 4 to smithi07185159-22 2024-09-13T14:21:42.056 INFO:tasks.rados.rados.0.smithi071.stdout:259: oid 22 updating version 0 to 40 2024-09-13T14:21:42.056 INFO:tasks.rados.rados.0.smithi071.stdout:259: oid 22 version 40 is already newer than 39 2024-09-13T14:21:42.056 INFO:tasks.rados.rados.0.smithi071.stdout:259: oid 22 version 40 is already newer than 38 2024-09-13T14:21:42.056 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 22 v 40 (ObjNum 133 snap 28 seq_num 133) dirty exists 2024-09-13T14:21:42.056 INFO:tasks.rados.rados.0.smithi071.stdout:259: left oid 22 (ObjNum 133 snap 28 seq_num 133) 2024-09-13T14:21:42.056 INFO:tasks.rados.rados.0.smithi071.stdout:261: finishing write tid 1 to smithi07185159-37 2024-09-13T14:21:42.056 INFO:tasks.rados.rados.0.smithi071.stdout:259: done (7 left) 2024-09-13T14:21:42.056 INFO:tasks.rados.rados.0.smithi071.stdout:268: write oid 18 current snap is 28 2024-09-13T14:21:42.056 INFO:tasks.rados.rados.0.smithi071.stdout:261: finishing write tid 2 to smithi07185159-37 2024-09-13T14:21:42.056 INFO:tasks.rados.rados.0.smithi071.stdout:261: finishing write tid 3 to smithi07185159-37 2024-09-13T14:21:42.057 INFO:tasks.rados.rados.0.smithi071.stdout:268: seq_num 137 ranges {702559=403467,1750386=495032} 2024-09-13T14:21:42.060 INFO:tasks.rados.rados.0.smithi071.stdout:268: writing smithi07185159-18 from 702559 to 1106026 tid 1 2024-09-13T14:21:42.067 INFO:tasks.rados.rados.0.smithi071.stdout:268: writing smithi07185159-18 from 1750386 to 2245418 tid 2 2024-09-13T14:21:42.067 INFO:tasks.rados.rados.0.smithi071.stdout:269: read oid 6 snap -1 2024-09-13T14:21:42.067 INFO:tasks.rados.rados.0.smithi071.stdout:269: expect (ObjNum 92 snap 15 seq_num 92) 2024-09-13T14:21:42.067 INFO:tasks.rados.rados.0.smithi071.stdout:270: rollback oid 10 current snap is 28 2024-09-13T14:21:42.068 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 10 to 24 2024-09-13T14:21:42.068 INFO:tasks.rados.rados.0.smithi071.stdout:261: finishing write tid 4 to smithi07185159-37 2024-09-13T14:21:42.068 INFO:tasks.rados.rados.0.smithi071.stdout:261: oid 37 updating version 0 to 51 2024-09-13T14:21:42.068 INFO:tasks.rados.rados.0.smithi071.stdout:261: oid 37 version 51 is already newer than 49 2024-09-13T14:21:42.068 INFO:tasks.rados.rados.0.smithi071.stdout:261: oid 37 version 51 is already newer than 50 2024-09-13T14:21:42.068 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 37 v 51 (ObjNum 134 snap 28 seq_num 134) dirty exists 2024-09-13T14:21:42.068 INFO:tasks.rados.rados.0.smithi071.stdout:261: left oid 37 (ObjNum 134 snap 28 seq_num 134) 2024-09-13T14:21:42.068 INFO:tasks.rados.rados.0.smithi071.stdout:261: done (9 left) 2024-09-13T14:21:42.068 INFO:tasks.rados.rados.0.smithi071.stdout:271: snap_create 2024-09-13T14:21:42.068 INFO:tasks.rados.rados.0.smithi071.stdout:262: expect (ObjNum 38 snap 0 seq_num 38) 2024-09-13T14:21:42.154 INFO:tasks.rados.rados.0.smithi071.stdout:263: finishing write tid 1 to smithi07185159-50 2024-09-13T14:21:42.154 INFO:tasks.rados.rados.0.smithi071.stdout:263: finishing write tid 2 to smithi07185159-50 2024-09-13T14:21:42.154 INFO:tasks.rados.rados.0.smithi071.stdout:263: finishing write tid 3 to smithi07185159-50 2024-09-13T14:21:42.154 INFO:tasks.rados.rados.0.smithi071.stdout:263: finishing write tid 4 to smithi07185159-50 2024-09-13T14:21:42.154 INFO:tasks.rados.rados.0.smithi071.stdout:263: oid 50 updating version 0 to 171 2024-09-13T14:21:42.155 INFO:tasks.rados.rados.0.smithi071.stdout:263: oid 50 version 171 is already newer than 170 2024-09-13T14:21:42.155 INFO:tasks.rados.rados.0.smithi071.stdout:263: oid 50 version 171 is already newer than 169 2024-09-13T14:21:42.155 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 50 v 171 (ObjNum 135 snap 28 seq_num 135) dirty exists 2024-09-13T14:21:42.155 INFO:tasks.rados.rados.0.smithi071.stdout:263: left oid 50 (ObjNum 135 snap 28 seq_num 135) 2024-09-13T14:21:42.155 INFO:tasks.rados.rados.0.smithi071.stdout:265: expect (ObjNum 44 snap 0 seq_num 44) 2024-09-13T14:21:42.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:41 smithi104 ceph-mon[33426]: osdmap e127: 8 total, 8 up, 8 in 2024-09-13T14:21:42.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:41 smithi104 ceph-mon[33426]: from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:21:42.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:41 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:21:42.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:41 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:21:42.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:41 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:21:42.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:41 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:21:42.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:41 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:21:42.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:41 smithi104 ceph-mon[33426]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d58f73069a8157a9ace12a0247ee3e8497707ea9 2024-09-13T14:21:42.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:41 smithi104 ceph-mon[33426]: pgmap v177: 89 pgs: 89 active+clean; 126 MiB data, 461 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 626 KiB/s wr, 5 op/s 2024-09-13T14:21:42.241 INFO:tasks.rados.rados.0.smithi071.stdout:264: expect (ObjNum 81 snap 10 seq_num 81) 2024-09-13T14:21:42.390 INFO:tasks.rados.rados.0.smithi071.stdout:266: finishing write tid 1 to smithi07185159-16 2024-09-13T14:21:42.390 INFO:tasks.rados.rados.0.smithi071.stdout:266: finishing write tid 2 to smithi07185159-16 2024-09-13T14:21:42.390 INFO:tasks.rados.rados.0.smithi071.stdout:266: finishing write tid 3 to smithi07185159-16 2024-09-13T14:21:42.390 INFO:tasks.rados.rados.0.smithi071.stdout:266: finishing write tid 4 to smithi07185159-16 2024-09-13T14:21:42.390 INFO:tasks.rados.rados.0.smithi071.stdout:266: oid 16 updating version 0 to 81 2024-09-13T14:21:42.390 INFO:tasks.rados.rados.0.smithi071.stdout:266: oid 16 updating version 81 to 83 2024-09-13T14:21:42.391 INFO:tasks.rados.rados.0.smithi071.stdout:266: oid 16 version 83 is already newer than 82 2024-09-13T14:21:42.391 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 16 v 83 (ObjNum 136 snap 28 seq_num 136) dirty exists 2024-09-13T14:21:42.391 INFO:tasks.rados.rados.0.smithi071.stdout:266: left oid 16 (ObjNum 136 snap 28 seq_num 136) 2024-09-13T14:21:42.391 INFO:tasks.rados.rados.0.smithi071.stdout:267: finishing rollback tid 0 to smithi07185159-15 2024-09-13T14:21:42.391 INFO:tasks.rados.rados.0.smithi071.stdout:267: finishing rollback tid 1 to smithi07185159-15 2024-09-13T14:21:42.391 INFO:tasks.rados.rados.0.smithi071.stdout:267: finishing rollback tid 2 to smithi07185159-15 2024-09-13T14:21:42.391 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 15 v 175 (ObjNum 14 snap 0 seq_num 14) dirty exists 2024-09-13T14:21:42.391 INFO:tasks.rados.rados.0.smithi071.stdout:268: finishing write tid 1 to smithi07185159-18 2024-09-13T14:21:42.391 INFO:tasks.rados.rados.0.smithi071.stdout:270: finishing rollback tid 1 to smithi07185159-10 2024-09-13T14:21:42.391 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 10 v 0 (ObjNum 129 snap 0 seq_num 1961129544) dirty dne 2024-09-13T14:21:42.391 INFO:tasks.rados.rados.0.smithi071.stdout:268: finishing write tid 2 to smithi07185159-18 2024-09-13T14:21:42.391 INFO:tasks.rados.rados.0.smithi071.stdout:268: finishing write tid 3 to smithi07185159-18 2024-09-13T14:21:42.391 INFO:tasks.rados.rados.0.smithi071.stdout:268: finishing write tid 4 to smithi07185159-18 2024-09-13T14:21:42.391 INFO:tasks.rados.rados.0.smithi071.stdout:268: oid 18 updating version 0 to 179 2024-09-13T14:21:42.391 INFO:tasks.rados.rados.0.smithi071.stdout:268: oid 18 version 179 is already newer than 178 2024-09-13T14:21:42.392 INFO:tasks.rados.rados.0.smithi071.stdout:268: oid 18 version 179 is already newer than 177 2024-09-13T14:21:42.392 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 18 v 179 (ObjNum 137 snap 28 seq_num 137) dirty exists 2024-09-13T14:21:42.392 INFO:tasks.rados.rados.0.smithi071.stdout:268: left oid 18 (ObjNum 137 snap 28 seq_num 137) 2024-09-13T14:21:42.392 INFO:tasks.rados.rados.0.smithi071.stdout:269: expect (ObjNum 92 snap 15 seq_num 92) 2024-09-13T14:21:42.837 INFO:tasks.rados.rados.0.smithi071.stdout:262: done (9 left) 2024-09-13T14:21:42.838 INFO:tasks.rados.rados.0.smithi071.stdout:263: done (8 left) 2024-09-13T14:21:42.838 INFO:tasks.rados.rados.0.smithi071.stdout:264: done (7 left) 2024-09-13T14:21:42.838 INFO:tasks.rados.rados.0.smithi071.stdout:265: done (6 left) 2024-09-13T14:21:42.838 INFO:tasks.rados.rados.0.smithi071.stdout:266: done (5 left) 2024-09-13T14:21:42.838 INFO:tasks.rados.rados.0.smithi071.stdout:267: done (4 left) 2024-09-13T14:21:42.838 INFO:tasks.rados.rados.0.smithi071.stdout:268: done (3 left) 2024-09-13T14:21:42.838 INFO:tasks.rados.rados.0.smithi071.stdout:269: done (2 left) 2024-09-13T14:21:42.838 INFO:tasks.rados.rados.0.smithi071.stdout:270: done (1 left) 2024-09-13T14:21:42.838 INFO:tasks.rados.rados.0.smithi071.stdout:271: done (0 left) 2024-09-13T14:21:42.838 INFO:tasks.rados.rados.0.smithi071.stdout:272: snap_create 2024-09-13T14:21:43.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:42 smithi071 ceph-mon[29588]: osdmap e128: 8 total, 8 up, 8 in 2024-09-13T14:21:43.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:42 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:21:43.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:42 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:21:43.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:42 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:21:43.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:42 smithi071 ceph-mon[29588]: osdmap e129: 8 total, 8 up, 8 in 2024-09-13T14:21:43.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:42 smithi071 ceph-mon[41109]: osdmap e128: 8 total, 8 up, 8 in 2024-09-13T14:21:43.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:42 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:21:43.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:42 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:21:43.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:42 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:21:43.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:42 smithi071 ceph-mon[41109]: osdmap e129: 8 total, 8 up, 8 in 2024-09-13T14:21:43.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:42 smithi104 ceph-mon[33426]: osdmap e128: 8 total, 8 up, 8 in 2024-09-13T14:21:43.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:42 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:21:43.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:42 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:21:43.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:42 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:21:43.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:42 smithi104 ceph-mon[33426]: osdmap e129: 8 total, 8 up, 8 in 2024-09-13T14:21:43.837 INFO:tasks.rados.rados.0.smithi071.stdout:272: done (0 left) 2024-09-13T14:21:43.837 INFO:tasks.rados.rados.0.smithi071.stdout:273: write oid 31 current snap is 30 2024-09-13T14:21:43.837 INFO:tasks.rados.rados.0.smithi071.stdout:273: seq_num 138 ranges {719366=478716,1808868=510498} 2024-09-13T14:21:43.843 INFO:tasks.rados.rados.0.smithi071.stdout:273: writing smithi07185159-31 from 719366 to 1198082 tid 1 2024-09-13T14:21:43.849 INFO:tasks.rados.rados.0.smithi071.stdout:273: writing smithi07185159-31 from 1808868 to 2319366 tid 2 2024-09-13T14:21:43.849 INFO:tasks.rados.rados.0.smithi071.stdout:274: delete oid 38 current snap is 30 2024-09-13T14:21:43.849 INFO:tasks.rados.rados.0.smithi071.stdout:273: finishing write tid 1 to smithi07185159-31 2024-09-13T14:21:43.853 INFO:tasks.rados.rados.0.smithi071.stdout:273: finishing write tid 2 to smithi07185159-31 2024-09-13T14:21:43.853 INFO:tasks.rados.rados.0.smithi071.stdout:273: finishing write tid 3 to smithi07185159-31 2024-09-13T14:21:43.853 INFO:tasks.rados.rados.0.smithi071.stdout:273: finishing write tid 4 to smithi07185159-31 2024-09-13T14:21:43.853 INFO:tasks.rados.rados.0.smithi071.stdout:273: oid 31 updating version 0 to 120 2024-09-13T14:21:43.853 INFO:tasks.rados.rados.0.smithi071.stdout:273: oid 31 updating version 120 to 122 2024-09-13T14:21:43.853 INFO:tasks.rados.rados.0.smithi071.stdout:273: oid 31 version 122 is already newer than 121 2024-09-13T14:21:43.853 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 31 v 122 (ObjNum 138 snap 30 seq_num 138) dirty exists 2024-09-13T14:21:43.853 INFO:tasks.rados.rados.0.smithi071.stdout:273: left oid 31 (ObjNum 138 snap 30 seq_num 138) 2024-09-13T14:21:43.853 INFO:tasks.rados.rados.0.smithi071.stdout:273: done (1 left) 2024-09-13T14:21:43.853 INFO:tasks.rados.rados.0.smithi071.stdout:274: done (0 left) 2024-09-13T14:21:43.853 INFO:tasks.rados.rados.0.smithi071.stdout:275: rollback oid 20 current snap is 30 2024-09-13T14:21:43.853 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 20 to 25 2024-09-13T14:21:43.854 INFO:tasks.rados.rados.0.smithi071.stdout:276: snap_create 2024-09-13T14:21:43.854 INFO:tasks.rados.rados.0.smithi071.stdout:275: finishing rollback tid 1 to smithi07185159-20 2024-09-13T14:21:43.854 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 20 v 0 (ObjNum 129 snap 0 seq_num 1960841816) dirty dne 2024-09-13T14:21:44.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:43 smithi071 ceph-mon[29588]: Upgrade: Target is version 19.3.0-4697-gd58f7306 (unknown) 2024-09-13T14:21:44.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:43 smithi071 ceph-mon[29588]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, digests ['quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f'] 2024-09-13T14:21:44.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:43 smithi071 ceph-mon[29588]: Upgrade: Need to upgrade myself (mgr.y) 2024-09-13T14:21:44.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:43 smithi071 ceph-mon[29588]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f on smithi104 2024-09-13T14:21:44.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:43 smithi071 ceph-mon[29588]: pgmap v180: 89 pgs: 89 active+clean; 126 MiB data, 461 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 626 KiB/s wr, 5 op/s 2024-09-13T14:21:44.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:43 smithi071 ceph-mon[29588]: osdmap e130: 8 total, 8 up, 8 in 2024-09-13T14:21:44.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:43 smithi071 ceph-mon[41109]: Upgrade: Target is version 19.3.0-4697-gd58f7306 (unknown) 2024-09-13T14:21:44.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:43 smithi071 ceph-mon[41109]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, digests ['quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f'] 2024-09-13T14:21:44.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:43 smithi071 ceph-mon[41109]: Upgrade: Need to upgrade myself (mgr.y) 2024-09-13T14:21:44.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:43 smithi071 ceph-mon[41109]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f on smithi104 2024-09-13T14:21:44.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:43 smithi071 ceph-mon[41109]: pgmap v180: 89 pgs: 89 active+clean; 126 MiB data, 461 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 626 KiB/s wr, 5 op/s 2024-09-13T14:21:44.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:43 smithi071 ceph-mon[41109]: osdmap e130: 8 total, 8 up, 8 in 2024-09-13T14:21:44.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:43 smithi104 ceph-mon[33426]: Upgrade: Target is version 19.3.0-4697-gd58f7306 (unknown) 2024-09-13T14:21:44.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:43 smithi104 ceph-mon[33426]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, digests ['quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f'] 2024-09-13T14:21:44.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:43 smithi104 ceph-mon[33426]: Upgrade: Need to upgrade myself (mgr.y) 2024-09-13T14:21:44.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:43 smithi104 ceph-mon[33426]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f on smithi104 2024-09-13T14:21:44.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:43 smithi104 ceph-mon[33426]: pgmap v180: 89 pgs: 89 active+clean; 126 MiB data, 461 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 626 KiB/s wr, 5 op/s 2024-09-13T14:21:44.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:43 smithi104 ceph-mon[33426]: osdmap e130: 8 total, 8 up, 8 in 2024-09-13T14:21:44.837 INFO:tasks.rados.rados.0.smithi071.stdout:275: done (1 left) 2024-09-13T14:21:44.837 INFO:tasks.rados.rados.0.smithi071.stdout:276: done (0 left) 2024-09-13T14:21:44.838 INFO:tasks.rados.rados.0.smithi071.stdout:277: write oid 19 current snap is 31 2024-09-13T14:21:44.838 INFO:tasks.rados.rados.0.smithi071.stdout:277: seq_num 140 ranges {752980=629214,1809479=543501} 2024-09-13T14:21:44.845 INFO:tasks.rados.rados.0.smithi071.stdout:277: writing smithi07185159-19 from 752980 to 1382194 tid 1 2024-09-13T14:21:44.850 INFO:tasks.rados.rados.0.smithi071.stdout:277: writing smithi07185159-19 from 1809479 to 2352980 tid 2 2024-09-13T14:21:44.850 INFO:tasks.rados.rados.0.smithi071.stdout:278: snap_remove snap 29 2024-09-13T14:21:45.849 INFO:tasks.rados.rados.0.smithi071.stdout:278: done (1 left) 2024-09-13T14:21:45.849 INFO:tasks.rados.rados.0.smithi071.stdout:279: delete oid 33 current snap is 31 2024-09-13T14:21:45.849 INFO:tasks.rados.rados.0.smithi071.stdout:277: finishing write tid 1 to smithi07185159-19 2024-09-13T14:21:45.849 INFO:tasks.rados.rados.0.smithi071.stdout:277: finishing write tid 2 to smithi07185159-19 2024-09-13T14:21:45.850 INFO:tasks.rados.rados.0.smithi071.stdout:277: finishing write tid 3 to smithi07185159-19 2024-09-13T14:21:45.850 INFO:tasks.rados.rados.0.smithi071.stdout:277: finishing write tid 4 to smithi07185159-19 2024-09-13T14:21:45.850 INFO:tasks.rados.rados.0.smithi071.stdout:277: oid 19 updating version 0 to 44 2024-09-13T14:21:45.850 INFO:tasks.rados.rados.0.smithi071.stdout:277: oid 19 updating version 44 to 45 2024-09-13T14:21:45.850 INFO:tasks.rados.rados.0.smithi071.stdout:277: oid 19 updating version 45 to 46 2024-09-13T14:21:45.850 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 19 v 46 (ObjNum 140 snap 31 seq_num 140) dirty exists 2024-09-13T14:21:45.851 INFO:tasks.rados.rados.0.smithi071.stdout:277: left oid 19 (ObjNum 140 snap 31 seq_num 140) 2024-09-13T14:21:45.852 INFO:tasks.rados.rados.0.smithi071.stdout:277: done (1 left) 2024-09-13T14:21:45.852 INFO:tasks.rados.rados.0.smithi071.stdout:279: done (0 left) 2024-09-13T14:21:45.852 INFO:tasks.rados.rados.0.smithi071.stdout:280: snap_remove snap 24 2024-09-13T14:21:46.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:45 smithi071 ceph-mon[29588]: osdmap e131: 8 total, 8 up, 8 in 2024-09-13T14:21:46.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:45 smithi071 ceph-mon[29588]: pgmap v183: 89 pgs: 89 active+clean; 129 MiB data, 475 MiB used, 715 GiB / 715 GiB avail; 17 MiB/s rd, 1.7 MiB/s wr, 23 op/s 2024-09-13T14:21:46.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:45 smithi071 ceph-mon[41109]: osdmap e131: 8 total, 8 up, 8 in 2024-09-13T14:21:46.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:45 smithi071 ceph-mon[41109]: pgmap v183: 89 pgs: 89 active+clean; 129 MiB data, 475 MiB used, 715 GiB / 715 GiB avail; 17 MiB/s rd, 1.7 MiB/s wr, 23 op/s 2024-09-13T14:21:46.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:45 smithi104 ceph-mon[33426]: osdmap e131: 8 total, 8 up, 8 in 2024-09-13T14:21:46.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:45 smithi104 ceph-mon[33426]: pgmap v183: 89 pgs: 89 active+clean; 129 MiB data, 475 MiB used, 715 GiB / 715 GiB avail; 17 MiB/s rd, 1.7 MiB/s wr, 23 op/s 2024-09-13T14:21:46.860 INFO:tasks.rados.rados.0.smithi071.stdout:280: done (0 left) 2024-09-13T14:21:46.861 INFO:tasks.rados.rados.0.smithi071.stdout:281: rollback oid 49 current snap is 31 2024-09-13T14:21:46.861 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 49 to 22 2024-09-13T14:21:46.861 INFO:tasks.rados.rados.0.smithi071.stdout:282: snap_remove snap 25 2024-09-13T14:21:47.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:46 smithi071 ceph-mon[29588]: osdmap e132: 8 total, 8 up, 8 in 2024-09-13T14:21:47.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:46 smithi071 ceph-mon[41109]: osdmap e132: 8 total, 8 up, 8 in 2024-09-13T14:21:47.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:46 smithi104 ceph-mon[33426]: osdmap e132: 8 total, 8 up, 8 in 2024-09-13T14:21:47.835 INFO:tasks.rados.rados.0.smithi071.stdout:282: done (1 left) 2024-09-13T14:21:47.835 INFO:tasks.rados.rados.0.smithi071.stdout:283: read oid 9 snap -1 2024-09-13T14:21:47.835 INFO:tasks.rados.rados.0.smithi071.stdout:283: expect (ObjNum 91 snap 15 seq_num 91) 2024-09-13T14:21:47.835 INFO:tasks.rados.rados.0.smithi071.stdout:284: snap_create 2024-09-13T14:21:47.835 INFO:tasks.rados.rados.0.smithi071.stdout:281: finishing rollback tid 0 to smithi07185159-49 2024-09-13T14:21:47.836 INFO:tasks.rados.rados.0.smithi071.stdout:281: finishing rollback tid 1 to smithi07185159-49 2024-09-13T14:21:47.836 INFO:tasks.rados.rados.0.smithi071.stdout:281: finishing rollback tid 2 to smithi07185159-49 2024-09-13T14:21:47.836 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 49 v 104 (ObjNum 113 snap 19 seq_num 113) dirty exists 2024-09-13T14:21:47.847 INFO:tasks.rados.rados.0.smithi071.stdout:283: expect (ObjNum 91 snap 15 seq_num 91) 2024-09-13T14:21:48.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:47 smithi071 ceph-mon[29588]: osdmap e133: 8 total, 8 up, 8 in 2024-09-13T14:21:48.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:47 smithi071 ceph-mon[29588]: pgmap v186: 89 pgs: 89 active+clean; 129 MiB data, 475 MiB used, 715 GiB / 715 GiB avail; 17 MiB/s rd, 1.7 MiB/s wr, 23 op/s 2024-09-13T14:21:48.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:47 smithi071 ceph-mon[29588]: osdmap e134: 8 total, 8 up, 8 in 2024-09-13T14:21:48.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:47 smithi071 ceph-mon[41109]: osdmap e133: 8 total, 8 up, 8 in 2024-09-13T14:21:48.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:47 smithi071 ceph-mon[41109]: pgmap v186: 89 pgs: 89 active+clean; 129 MiB data, 475 MiB used, 715 GiB / 715 GiB avail; 17 MiB/s rd, 1.7 MiB/s wr, 23 op/s 2024-09-13T14:21:48.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:47 smithi071 ceph-mon[41109]: osdmap e134: 8 total, 8 up, 8 in 2024-09-13T14:21:48.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:47 smithi104 ceph-mon[33426]: osdmap e133: 8 total, 8 up, 8 in 2024-09-13T14:21:48.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:47 smithi104 ceph-mon[33426]: pgmap v186: 89 pgs: 89 active+clean; 129 MiB data, 475 MiB used, 715 GiB / 715 GiB avail; 17 MiB/s rd, 1.7 MiB/s wr, 23 op/s 2024-09-13T14:21:48.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:47 smithi104 ceph-mon[33426]: osdmap e134: 8 total, 8 up, 8 in 2024-09-13T14:21:48.834 INFO:tasks.rados.rados.0.smithi071.stdout:281: done (2 left) 2024-09-13T14:21:48.834 INFO:tasks.rados.rados.0.smithi071.stdout:283: done (1 left) 2024-09-13T14:21:48.834 INFO:tasks.rados.rados.0.smithi071.stdout:284: done (0 left) 2024-09-13T14:21:48.834 INFO:tasks.rados.rados.0.smithi071.stdout:285: snap_create 2024-09-13T14:21:49.140 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:21:48 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:21:48] "GET /metrics HTTP/1.1" 200 36200 "" "Prometheus/2.43.0" 2024-09-13T14:21:49.842 INFO:tasks.rados.rados.0.smithi071.stdout:285: done (0 left) 2024-09-13T14:21:49.842 INFO:tasks.rados.rados.0.smithi071.stdout:286: snap_create 2024-09-13T14:21:50.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:49 smithi071 ceph-mon[41109]: osdmap e135: 8 total, 8 up, 8 in 2024-09-13T14:21:50.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:49 smithi071 ceph-mon[41109]: pgmap v189: 89 pgs: 89 active+clean; 129 MiB data, 475 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:21:50.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:49 smithi071 ceph-mon[29588]: osdmap e135: 8 total, 8 up, 8 in 2024-09-13T14:21:50.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:49 smithi071 ceph-mon[29588]: pgmap v189: 89 pgs: 89 active+clean; 129 MiB data, 475 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:21:50.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:49 smithi104 ceph-mon[33426]: osdmap e135: 8 total, 8 up, 8 in 2024-09-13T14:21:50.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:49 smithi104 ceph-mon[33426]: pgmap v189: 89 pgs: 89 active+clean; 129 MiB data, 475 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:21:50.842 INFO:tasks.rados.rados.0.smithi071.stdout:286: done (0 left) 2024-09-13T14:21:50.843 INFO:tasks.rados.rados.0.smithi071.stdout:287: write oid 13 current snap is 34 2024-09-13T14:21:50.843 INFO:tasks.rados.rados.0.smithi071.stdout:287: seq_num 142 ranges {786594=779712,2326443=60151} 2024-09-13T14:21:50.851 INFO:tasks.rados.rados.0.smithi071.stdout:287: writing smithi07185159-13 from 786594 to 1566306 tid 1 2024-09-13T14:21:50.856 INFO:tasks.rados.rados.0.smithi071.stdout:287: writing smithi07185159-13 from 2326443 to 2386594 tid 2 2024-09-13T14:21:50.856 INFO:tasks.rados.rados.0.smithi071.stdout:288: write oid 29 current snap is 34 2024-09-13T14:21:50.856 INFO:tasks.rados.rados.0.smithi071.stdout:287: finishing write tid 1 to smithi07185159-13 2024-09-13T14:21:50.856 INFO:tasks.rados.rados.0.smithi071.stdout:288: seq_num 143 ranges {403401=454961,1584925=506039} 2024-09-13T14:21:50.860 INFO:tasks.rados.rados.0.smithi071.stdout:288: writing smithi07185159-29 from 403401 to 858362 tid 1 2024-09-13T14:21:50.867 INFO:tasks.rados.rados.0.smithi071.stdout:288: writing smithi07185159-29 from 1584925 to 2090964 tid 2 2024-09-13T14:21:50.867 INFO:tasks.rados.rados.0.smithi071.stdout:289: read oid 30 snap -1 2024-09-13T14:21:50.867 INFO:tasks.rados.rados.0.smithi071.stdout:289: expect (ObjNum 29 snap 0 seq_num 29) 2024-09-13T14:21:50.868 INFO:tasks.rados.rados.0.smithi071.stdout:290: delete oid 22 current snap is 34 2024-09-13T14:21:50.868 INFO:tasks.rados.rados.0.smithi071.stdout:287: finishing write tid 2 to smithi07185159-13 2024-09-13T14:21:50.868 INFO:tasks.rados.rados.0.smithi071.stdout:287: finishing write tid 3 to smithi07185159-13 2024-09-13T14:21:50.868 INFO:tasks.rados.rados.0.smithi071.stdout:287: finishing write tid 4 to smithi07185159-13 2024-09-13T14:21:50.868 INFO:tasks.rados.rados.0.smithi071.stdout:287: oid 13 updating version 0 to 98 2024-09-13T14:21:50.868 INFO:tasks.rados.rados.0.smithi071.stdout:287: oid 13 updating version 98 to 99 2024-09-13T14:21:50.868 INFO:tasks.rados.rados.0.smithi071.stdout:287: oid 13 version 99 is already newer than 97 2024-09-13T14:21:50.868 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 13 v 99 (ObjNum 142 snap 34 seq_num 142) dirty exists 2024-09-13T14:21:50.868 INFO:tasks.rados.rados.0.smithi071.stdout:287: left oid 13 (ObjNum 142 snap 34 seq_num 142) 2024-09-13T14:21:50.868 INFO:tasks.rados.rados.0.smithi071.stdout:288: finishing write tid 1 to smithi07185159-29 2024-09-13T14:21:50.870 INFO:tasks.rados.rados.0.smithi071.stdout:287: done (3 left) 2024-09-13T14:21:50.870 INFO:tasks.rados.rados.0.smithi071.stdout:290: done (2 left) 2024-09-13T14:21:50.870 INFO:tasks.rados.rados.0.smithi071.stdout:291: write oid 7 current snap is 34 2024-09-13T14:21:50.870 INFO:tasks.rados.rados.0.smithi071.stdout:291: seq_num 145 ranges {437015=721812,1701889=509708} 2024-09-13T14:21:50.877 INFO:tasks.rados.rados.0.smithi071.stdout:291: writing smithi07185159-7 from 437015 to 1158827 tid 1 2024-09-13T14:21:50.883 INFO:tasks.rados.rados.0.smithi071.stdout:291: writing smithi07185159-7 from 1701889 to 2211597 tid 2 2024-09-13T14:21:50.883 INFO:tasks.rados.rados.0.smithi071.stdout:292: delete oid 38 current snap is 34 2024-09-13T14:21:50.883 INFO:tasks.rados.rados.0.smithi071.stdout:288: finishing write tid 2 to smithi07185159-29 2024-09-13T14:21:50.884 INFO:tasks.rados.rados.0.smithi071.stdout:288: finishing write tid 3 to smithi07185159-29 2024-09-13T14:21:50.884 INFO:tasks.rados.rados.0.smithi071.stdout:288: finishing write tid 4 to smithi07185159-29 2024-09-13T14:21:50.884 INFO:tasks.rados.rados.0.smithi071.stdout:288: oid 29 updating version 0 to 125 2024-09-13T14:21:50.884 INFO:tasks.rados.rados.0.smithi071.stdout:288: oid 29 version 125 is already newer than 124 2024-09-13T14:21:50.884 INFO:tasks.rados.rados.0.smithi071.stdout:288: oid 29 version 125 is already newer than 123 2024-09-13T14:21:50.884 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 29 v 125 (ObjNum 143 snap 34 seq_num 143) dirty exists 2024-09-13T14:21:50.884 INFO:tasks.rados.rados.0.smithi071.stdout:288: left oid 29 (ObjNum 143 snap 34 seq_num 143) 2024-09-13T14:21:50.884 INFO:tasks.rados.rados.0.smithi071.stdout:289: expect (ObjNum 29 snap 0 seq_num 29) 2024-09-13T14:21:50.966 INFO:tasks.rados.rados.0.smithi071.stdout:291: finishing write tid 1 to smithi07185159-7 2024-09-13T14:21:50.966 INFO:tasks.rados.rados.0.smithi071.stdout:291: finishing write tid 2 to smithi07185159-7 2024-09-13T14:21:50.966 INFO:tasks.rados.rados.0.smithi071.stdout:291: finishing write tid 3 to smithi07185159-7 2024-09-13T14:21:50.966 INFO:tasks.rados.rados.0.smithi071.stdout:288: done (3 left) 2024-09-13T14:21:50.966 INFO:tasks.rados.rados.0.smithi071.stdout:289: done (2 left) 2024-09-13T14:21:50.966 INFO:tasks.rados.rados.0.smithi071.stdout:292: done (1 left) 2024-09-13T14:21:50.966 INFO:tasks.rados.rados.0.smithi071.stdout:293: write oid 6 current snap is 34 2024-09-13T14:21:50.966 INFO:tasks.rados.rados.0.smithi071.stdout:291: finishing write tid 4 to smithi07185159-7 2024-09-13T14:21:50.966 INFO:tasks.rados.rados.0.smithi071.stdout:291: oid 7 updating version 0 to 20 2024-09-13T14:21:50.966 INFO:tasks.rados.rados.0.smithi071.stdout:291: oid 7 updating version 20 to 22 2024-09-13T14:21:50.967 INFO:tasks.rados.rados.0.smithi071.stdout:291: oid 7 version 22 is already newer than 21 2024-09-13T14:21:50.967 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 7 v 22 (ObjNum 145 snap 34 seq_num 145) dirty exists 2024-09-13T14:21:50.967 INFO:tasks.rados.rados.0.smithi071.stdout:291: left oid 7 (ObjNum 145 snap 34 seq_num 145) 2024-09-13T14:21:50.967 INFO:tasks.rados.rados.0.smithi071.stdout:293: seq_num 147 ranges {470629=472310,1418853=513377} 2024-09-13T14:21:50.970 INFO:tasks.rados.rados.0.smithi071.stdout:293: writing smithi07185159-6 from 470629 to 942939 tid 1 2024-09-13T14:21:50.976 INFO:tasks.rados.rados.0.smithi071.stdout:293: writing smithi07185159-6 from 1418853 to 1932230 tid 2 2024-09-13T14:21:50.976 INFO:tasks.rados.rados.0.smithi071.stdout:291: done (1 left) 2024-09-13T14:21:50.976 INFO:tasks.rados.rados.0.smithi071.stdout:294: write oid 26 current snap is 34 2024-09-13T14:21:50.976 INFO:tasks.rados.rados.0.smithi071.stdout:293: finishing write tid 1 to smithi07185159-6 2024-09-13T14:21:50.976 INFO:tasks.rados.rados.0.smithi071.stdout:294: seq_num 148 ranges {487436=547559,1760982=657035} 2024-09-13T14:21:50.982 INFO:tasks.rados.rados.0.smithi071.stdout:294: writing smithi07185159-26 from 487436 to 1034995 tid 1 2024-09-13T14:21:50.990 INFO:tasks.rados.rados.0.smithi071.stdout:294: writing smithi07185159-26 from 1760982 to 2418017 tid 2 2024-09-13T14:21:50.990 INFO:tasks.rados.rados.0.smithi071.stdout:295: rollback oid 7 current snap is 34 2024-09-13T14:21:50.990 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 7 to 30 2024-09-13T14:21:50.990 INFO:tasks.rados.rados.0.smithi071.stdout:293: finishing write tid 2 to smithi07185159-6 2024-09-13T14:21:50.990 INFO:tasks.rados.rados.0.smithi071.stdout:293: finishing write tid 3 to smithi07185159-6 2024-09-13T14:21:50.990 INFO:tasks.rados.rados.0.smithi071.stdout:293: finishing write tid 4 to smithi07185159-6 2024-09-13T14:21:50.991 INFO:tasks.rados.rados.0.smithi071.stdout:293: oid 6 updating version 0 to 199 2024-09-13T14:21:50.991 INFO:tasks.rados.rados.0.smithi071.stdout:293: oid 6 version 199 is already newer than 197 2024-09-13T14:21:50.991 INFO:tasks.rados.rados.0.smithi071.stdout:293: oid 6 version 199 is already newer than 198 2024-09-13T14:21:50.991 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 6 v 199 (ObjNum 147 snap 34 seq_num 147) dirty exists 2024-09-13T14:21:50.991 INFO:tasks.rados.rados.0.smithi071.stdout:293: left oid 6 (ObjNum 147 snap 34 seq_num 147) 2024-09-13T14:21:50.991 INFO:tasks.rados.rados.0.smithi071.stdout:294: finishing write tid 1 to smithi07185159-26 2024-09-13T14:21:50.991 INFO:tasks.rados.rados.0.smithi071.stdout:293: done (2 left) 2024-09-13T14:21:50.991 INFO:tasks.rados.rados.0.smithi071.stdout:296: rollback oid 10 current snap is 34 2024-09-13T14:21:50.991 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 10 to 20 2024-09-13T14:21:50.991 INFO:tasks.rados.rados.0.smithi071.stdout:297: delete oid 8 current snap is 34 2024-09-13T14:21:50.992 INFO:tasks.rados.rados.0.smithi071.stdout:295: finishing rollback tid 0 to smithi07185159-7 2024-09-13T14:21:50.992 INFO:tasks.rados.rados.0.smithi071.stdout:296: finishing rollback tid 1 to smithi07185159-10 2024-09-13T14:21:50.992 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 10 v 0 (ObjNum 129 snap 0 seq_num 1961040608) dirty dne 2024-09-13T14:21:50.992 INFO:tasks.rados.rados.0.smithi071.stdout:295: finishing rollback tid 1 to smithi07185159-7 2024-09-13T14:21:50.992 INFO:tasks.rados.rados.0.smithi071.stdout:296: done (3 left) 2024-09-13T14:21:50.992 INFO:tasks.rados.rados.0.smithi071.stdout:297: done (2 left) 2024-09-13T14:21:50.992 INFO:tasks.rados.rados.0.smithi071.stdout:298: snap_remove snap 28 2024-09-13T14:21:51.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:50 smithi071 ceph-mon[29588]: osdmap e136: 8 total, 8 up, 8 in 2024-09-13T14:21:51.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:50 smithi071 ceph-mon[41109]: osdmap e136: 8 total, 8 up, 8 in 2024-09-13T14:21:51.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:50 smithi104 ceph-mon[33426]: osdmap e136: 8 total, 8 up, 8 in 2024-09-13T14:21:51.858 INFO:tasks.rados.rados.0.smithi071.stdout:298: done (2 left) 2024-09-13T14:21:51.858 INFO:tasks.rados.rados.0.smithi071.stdout:299: snap_remove snap 32 2024-09-13T14:21:51.858 INFO:tasks.rados.rados.0.smithi071.stdout:295: finishing rollback tid 2 to smithi07185159-7 2024-09-13T14:21:51.858 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 7 v 25 (ObjNum 120 snap 22 seq_num 120) dirty exists 2024-09-13T14:21:51.858 INFO:tasks.rados.rados.0.smithi071.stdout:294: finishing write tid 2 to smithi07185159-26 2024-09-13T14:21:51.858 INFO:tasks.rados.rados.0.smithi071.stdout:294: finishing write tid 3 to smithi07185159-26 2024-09-13T14:21:51.858 INFO:tasks.rados.rados.0.smithi071.stdout:294: finishing write tid 4 to smithi07185159-26 2024-09-13T14:21:51.858 INFO:tasks.rados.rados.0.smithi071.stdout:294: oid 26 updating version 0 to 59 2024-09-13T14:21:51.859 INFO:tasks.rados.rados.0.smithi071.stdout:294: oid 26 updating version 59 to 60 2024-09-13T14:21:51.859 INFO:tasks.rados.rados.0.smithi071.stdout:294: oid 26 updating version 60 to 61 2024-09-13T14:21:51.859 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 26 v 61 (ObjNum 148 snap 34 seq_num 148) dirty exists 2024-09-13T14:21:51.859 INFO:tasks.rados.rados.0.smithi071.stdout:294: left oid 26 (ObjNum 148 snap 34 seq_num 148) 2024-09-13T14:21:52.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:51 smithi071 ceph-mon[29588]: osdmap e137: 8 total, 8 up, 8 in 2024-09-13T14:21:52.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:51 smithi071 ceph-mon[29588]: pgmap v192: 89 pgs: 89 active+clean; 129 MiB data, 476 MiB used, 715 GiB / 715 GiB avail; 3.8 MiB/s rd, 0 B/s wr, 3 op/s 2024-09-13T14:21:52.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:51 smithi071 ceph-mon[41109]: osdmap e137: 8 total, 8 up, 8 in 2024-09-13T14:21:52.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:51 smithi071 ceph-mon[41109]: pgmap v192: 89 pgs: 89 active+clean; 129 MiB data, 476 MiB used, 715 GiB / 715 GiB avail; 3.8 MiB/s rd, 0 B/s wr, 3 op/s 2024-09-13T14:21:52.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:51 smithi104 ceph-mon[33426]: osdmap e137: 8 total, 8 up, 8 in 2024-09-13T14:21:52.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:51 smithi104 ceph-mon[33426]: pgmap v192: 89 pgs: 89 active+clean; 129 MiB data, 476 MiB used, 715 GiB / 715 GiB avail; 3.8 MiB/s rd, 0 B/s wr, 3 op/s 2024-09-13T14:21:52.841 INFO:tasks.rados.rados.0.smithi071.stdout:294: done (2 left) 2024-09-13T14:21:52.841 INFO:tasks.rados.rados.0.smithi071.stdout:295: done (1 left) 2024-09-13T14:21:52.841 INFO:tasks.rados.rados.0.smithi071.stdout:299: done (0 left) 2024-09-13T14:21:52.841 INFO:tasks.rados.rados.0.smithi071.stdout:300: rollback oid 36 current snap is 34 2024-09-13T14:21:52.841 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 36 to 30 2024-09-13T14:21:52.841 INFO:tasks.rados.rados.0.smithi071.stdout:301: snap_create 2024-09-13T14:21:52.844 INFO:tasks.rados.rados.0.smithi071.stdout:300: finishing rollback tid 1 to smithi07185159-36 2024-09-13T14:21:52.844 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 36 v 36 (ObjNum 145 snap 0 seq_num 1961110208) dirty dne 2024-09-13T14:21:53.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:52 smithi071 ceph-mon[29588]: osdmap e138: 8 total, 8 up, 8 in 2024-09-13T14:21:53.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:52 smithi071 ceph-mon[29588]: osdmap e139: 8 total, 8 up, 8 in 2024-09-13T14:21:53.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:52 smithi071 ceph-mon[41109]: osdmap e138: 8 total, 8 up, 8 in 2024-09-13T14:21:53.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:52 smithi071 ceph-mon[41109]: osdmap e139: 8 total, 8 up, 8 in 2024-09-13T14:21:53.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:52 smithi104 ceph-mon[33426]: osdmap e138: 8 total, 8 up, 8 in 2024-09-13T14:21:53.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:52 smithi104 ceph-mon[33426]: osdmap e139: 8 total, 8 up, 8 in 2024-09-13T14:21:53.838 INFO:tasks.rados.rados.0.smithi071.stdout:300: done (1 left) 2024-09-13T14:21:53.838 INFO:tasks.rados.rados.0.smithi071.stdout:301: done (0 left) 2024-09-13T14:21:53.838 INFO:tasks.rados.rados.0.smithi071.stdout:302: write oid 3 current snap is 35 2024-09-13T14:21:53.839 INFO:tasks.rados.rados.0.smithi071.stdout:302: seq_num 150 ranges {521050=698057,1877946=643104} 2024-09-13T14:21:53.844 INFO:tasks.rados.rados.0.smithi071.stdout:302: writing smithi07185159-3 from 521050 to 1219107 tid 1 2024-09-13T14:21:53.852 INFO:tasks.rados.rados.0.smithi071.stdout:302: writing smithi07185159-3 from 1877946 to 2521050 tid 2 2024-09-13T14:21:53.852 INFO:tasks.rados.rados.0.smithi071.stdout:303: read oid 25 snap 30 2024-09-13T14:21:53.852 INFO:tasks.rados.rados.0.smithi071.stdout:303: expect (ObjNum 102 snap 16 seq_num 102) 2024-09-13T14:21:53.852 INFO:tasks.rados.rados.0.smithi071.stdout:304: snap_create 2024-09-13T14:21:53.852 INFO:tasks.rados.rados.0.smithi071.stdout:302: finishing write tid 1 to smithi07185159-3 2024-09-13T14:21:53.855 INFO:tasks.rados.rados.0.smithi071.stdout:302: finishing write tid 2 to smithi07185159-3 2024-09-13T14:21:53.855 INFO:tasks.rados.rados.0.smithi071.stdout:302: finishing write tid 3 to smithi07185159-3 2024-09-13T14:21:53.855 INFO:tasks.rados.rados.0.smithi071.stdout:302: finishing write tid 4 to smithi07185159-3 2024-09-13T14:21:53.855 INFO:tasks.rados.rados.0.smithi071.stdout:302: oid 3 updating version 0 to 206 2024-09-13T14:21:53.856 INFO:tasks.rados.rados.0.smithi071.stdout:302: oid 3 updating version 206 to 207 2024-09-13T14:21:53.856 INFO:tasks.rados.rados.0.smithi071.stdout:302: oid 3 version 207 is already newer than 205 2024-09-13T14:21:53.856 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 3 v 207 (ObjNum 150 snap 35 seq_num 150) dirty exists 2024-09-13T14:21:53.856 INFO:tasks.rados.rados.0.smithi071.stdout:302: left oid 3 (ObjNum 150 snap 35 seq_num 150) 2024-09-13T14:21:53.861 INFO:tasks.rados.rados.0.smithi071.stdout:303: expect (ObjNum 102 snap 16 seq_num 102) 2024-09-13T14:21:54.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:53 smithi071 ceph-mon[29588]: pgmap v195: 89 pgs: 89 active+clean; 129 MiB data, 476 MiB used, 715 GiB / 715 GiB avail; 3.8 MiB/s rd, 0 B/s wr, 3 op/s 2024-09-13T14:21:54.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:53 smithi071 ceph-mon[29588]: osdmap e140: 8 total, 8 up, 8 in 2024-09-13T14:21:54.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:53 smithi071 ceph-mon[41109]: pgmap v195: 89 pgs: 89 active+clean; 129 MiB data, 476 MiB used, 715 GiB / 715 GiB avail; 3.8 MiB/s rd, 0 B/s wr, 3 op/s 2024-09-13T14:21:54.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:53 smithi071 ceph-mon[41109]: osdmap e140: 8 total, 8 up, 8 in 2024-09-13T14:21:54.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:53 smithi104 ceph-mon[33426]: pgmap v195: 89 pgs: 89 active+clean; 129 MiB data, 476 MiB used, 715 GiB / 715 GiB avail; 3.8 MiB/s rd, 0 B/s wr, 3 op/s 2024-09-13T14:21:54.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:53 smithi104 ceph-mon[33426]: osdmap e140: 8 total, 8 up, 8 in 2024-09-13T14:21:54.859 INFO:tasks.rados.rados.0.smithi071.stdout:302: done (2 left) 2024-09-13T14:21:54.859 INFO:tasks.rados.rados.0.smithi071.stdout:303: done (1 left) 2024-09-13T14:21:54.859 INFO:tasks.rados.rados.0.smithi071.stdout:304: done (0 left) 2024-09-13T14:21:54.859 INFO:tasks.rados.rados.0.smithi071.stdout:305: snap_remove snap 34 2024-09-13T14:21:55.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:54 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:21:55.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:54 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:21:55.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:54 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:21:55.870 INFO:tasks.rados.rados.0.smithi071.stdout:305: done (0 left) 2024-09-13T14:21:55.870 INFO:tasks.rados.rados.0.smithi071.stdout:306: read oid 30 snap -1 2024-09-13T14:21:55.871 INFO:tasks.rados.rados.0.smithi071.stdout:306: expect (ObjNum 29 snap 0 seq_num 29) 2024-09-13T14:21:55.871 INFO:tasks.rados.rados.0.smithi071.stdout:307: write oid 9 current snap is 36 2024-09-13T14:21:55.871 INFO:tasks.rados.rados.0.smithi071.stdout:307: seq_num 151 ranges {537857=773306,1936428=520715} 2024-09-13T14:21:55.877 INFO:tasks.rados.rados.0.smithi071.stdout:307: writing smithi07185159-9 from 537857 to 1311163 tid 1 2024-09-13T14:21:55.884 INFO:tasks.rados.rados.0.smithi071.stdout:307: writing smithi07185159-9 from 1936428 to 2457143 tid 2 2024-09-13T14:21:55.884 INFO:tasks.rados.rados.0.smithi071.stdout:308: delete oid 1 current snap is 36 2024-09-13T14:21:55.884 INFO:tasks.rados.rados.0.smithi071.stdout:306: expect (ObjNum 29 snap 0 seq_num 29) 2024-09-13T14:21:55.966 INFO:tasks.rados.rados.0.smithi071.stdout:307: finishing write tid 1 to smithi07185159-9 2024-09-13T14:21:55.966 INFO:tasks.rados.rados.0.smithi071.stdout:307: finishing write tid 2 to smithi07185159-9 2024-09-13T14:21:55.966 INFO:tasks.rados.rados.0.smithi071.stdout:307: finishing write tid 3 to smithi07185159-9 2024-09-13T14:21:55.966 INFO:tasks.rados.rados.0.smithi071.stdout:307: finishing write tid 4 to smithi07185159-9 2024-09-13T14:21:55.966 INFO:tasks.rados.rados.0.smithi071.stdout:307: oid 9 updating version 0 to 32 2024-09-13T14:21:55.966 INFO:tasks.rados.rados.0.smithi071.stdout:307: oid 9 updating version 32 to 33 2024-09-13T14:21:55.967 INFO:tasks.rados.rados.0.smithi071.stdout:307: oid 9 updating version 33 to 34 2024-09-13T14:21:55.967 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 9 v 34 (ObjNum 151 snap 36 seq_num 151) dirty exists 2024-09-13T14:21:55.967 INFO:tasks.rados.rados.0.smithi071.stdout:307: left oid 9 (ObjNum 151 snap 36 seq_num 151) 2024-09-13T14:21:55.967 INFO:tasks.rados.rados.0.smithi071.stdout:306: done (2 left) 2024-09-13T14:21:55.967 INFO:tasks.rados.rados.0.smithi071.stdout:307: done (1 left) 2024-09-13T14:21:55.967 INFO:tasks.rados.rados.0.smithi071.stdout:308: done (0 left) 2024-09-13T14:21:55.967 INFO:tasks.rados.rados.0.smithi071.stdout:309: write oid 49 current snap is 36 2024-09-13T14:21:55.967 INFO:tasks.rados.rados.0.smithi071.stdout:309: seq_num 153 ranges {571471=640157,1653392=524384} 2024-09-13T14:21:55.972 INFO:tasks.rados.rados.0.smithi071.stdout:309: writing smithi07185159-49 from 571471 to 1211628 tid 1 2024-09-13T14:21:55.977 INFO:tasks.rados.rados.0.smithi071.stdout:309: writing smithi07185159-49 from 1653392 to 2177776 tid 2 2024-09-13T14:21:55.977 INFO:tasks.rados.rados.0.smithi071.stdout:310: snap_create 2024-09-13T14:21:55.978 INFO:tasks.rados.rados.0.smithi071.stdout:309: finishing write tid 1 to smithi07185159-49 2024-09-13T14:21:55.980 INFO:tasks.rados.rados.0.smithi071.stdout:309: finishing write tid 2 to smithi07185159-49 2024-09-13T14:21:55.980 INFO:tasks.rados.rados.0.smithi071.stdout:309: finishing write tid 3 to smithi07185159-49 2024-09-13T14:21:55.980 INFO:tasks.rados.rados.0.smithi071.stdout:309: finishing write tid 4 to smithi07185159-49 2024-09-13T14:21:55.980 INFO:tasks.rados.rados.0.smithi071.stdout:309: oid 49 updating version 0 to 111 2024-09-13T14:21:55.980 INFO:tasks.rados.rados.0.smithi071.stdout:309: oid 49 version 111 is already newer than 110 2024-09-13T14:21:55.980 INFO:tasks.rados.rados.0.smithi071.stdout:309: oid 49 updating version 111 to 112 2024-09-13T14:21:55.980 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 49 v 112 (ObjNum 153 snap 36 seq_num 153) dirty exists 2024-09-13T14:21:55.980 INFO:tasks.rados.rados.0.smithi071.stdout:309: left oid 49 (ObjNum 153 snap 36 seq_num 153) 2024-09-13T14:21:56.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:55 smithi071 ceph-mon[41109]: osdmap e141: 8 total, 8 up, 8 in 2024-09-13T14:21:56.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:55 smithi071 ceph-mon[41109]: pgmap v198: 89 pgs: 89 active+clean; 136 MiB data, 492 MiB used, 715 GiB / 715 GiB avail; 4.2 MiB/s rd, 1.6 MiB/s wr, 12 op/s 2024-09-13T14:21:56.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:55 smithi071 ceph-mon[29588]: osdmap e141: 8 total, 8 up, 8 in 2024-09-13T14:21:56.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:55 smithi071 ceph-mon[29588]: pgmap v198: 89 pgs: 89 active+clean; 136 MiB data, 492 MiB used, 715 GiB / 715 GiB avail; 4.2 MiB/s rd, 1.6 MiB/s wr, 12 op/s 2024-09-13T14:21:56.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:55 smithi104 ceph-mon[33426]: osdmap e141: 8 total, 8 up, 8 in 2024-09-13T14:21:56.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:55 smithi104 ceph-mon[33426]: pgmap v198: 89 pgs: 89 active+clean; 136 MiB data, 492 MiB used, 715 GiB / 715 GiB avail; 4.2 MiB/s rd, 1.6 MiB/s wr, 12 op/s 2024-09-13T14:21:56.875 INFO:tasks.rados.rados.0.smithi071.stdout:309: done (1 left) 2024-09-13T14:21:56.875 INFO:tasks.rados.rados.0.smithi071.stdout:310: done (0 left) 2024-09-13T14:21:56.875 INFO:tasks.rados.rados.0.smithi071.stdout:311: snap_create 2024-09-13T14:21:57.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:56 smithi071 ceph-mon[29588]: osdmap e142: 8 total, 8 up, 8 in 2024-09-13T14:21:57.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:56 smithi071 ceph-mon[41109]: osdmap e142: 8 total, 8 up, 8 in 2024-09-13T14:21:57.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:56 smithi104 ceph-mon[33426]: osdmap e142: 8 total, 8 up, 8 in 2024-09-13T14:21:57.836 INFO:tasks.rados.rados.0.smithi071.stdout:311: done (0 left) 2024-09-13T14:21:57.836 INFO:tasks.rados.rados.0.smithi071.stdout:312: read oid 35 snap -1 2024-09-13T14:21:57.836 INFO:tasks.rados.rados.0.smithi071.stdout:312: expect deleted 2024-09-13T14:21:57.836 INFO:tasks.rados.rados.0.smithi071.stdout:313: delete oid 29 current snap is 38 2024-09-13T14:21:57.838 INFO:tasks.rados.rados.0.smithi071.stdout:312: done (1 left) 2024-09-13T14:21:57.838 INFO:tasks.rados.rados.0.smithi071.stdout:313: done (0 left) 2024-09-13T14:21:57.839 INFO:tasks.rados.rados.0.smithi071.stdout:314: snap_remove snap 22 2024-09-13T14:21:58.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:57 smithi071 ceph-mon[29588]: osdmap e143: 8 total, 8 up, 8 in 2024-09-13T14:21:58.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:57 smithi071 ceph-mon[29588]: pgmap v201: 89 pgs: 89 active+clean; 136 MiB data, 492 MiB used, 715 GiB / 715 GiB avail; 4.2 MiB/s rd, 1.6 MiB/s wr, 12 op/s 2024-09-13T14:21:58.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:57 smithi071 ceph-mon[29588]: osdmap e144: 8 total, 8 up, 8 in 2024-09-13T14:21:58.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:57 smithi071 ceph-mon[41109]: osdmap e143: 8 total, 8 up, 8 in 2024-09-13T14:21:58.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:57 smithi071 ceph-mon[41109]: pgmap v201: 89 pgs: 89 active+clean; 136 MiB data, 492 MiB used, 715 GiB / 715 GiB avail; 4.2 MiB/s rd, 1.6 MiB/s wr, 12 op/s 2024-09-13T14:21:58.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:57 smithi071 ceph-mon[41109]: osdmap e144: 8 total, 8 up, 8 in 2024-09-13T14:21:58.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:57 smithi104 ceph-mon[33426]: osdmap e143: 8 total, 8 up, 8 in 2024-09-13T14:21:58.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:57 smithi104 ceph-mon[33426]: pgmap v201: 89 pgs: 89 active+clean; 136 MiB data, 492 MiB used, 715 GiB / 715 GiB avail; 4.2 MiB/s rd, 1.6 MiB/s wr, 12 op/s 2024-09-13T14:21:58.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:57 smithi104 ceph-mon[33426]: osdmap e144: 8 total, 8 up, 8 in 2024-09-13T14:21:58.839 INFO:tasks.rados.rados.0.smithi071.stdout:314: done (0 left) 2024-09-13T14:21:58.839 INFO:tasks.rados.rados.0.smithi071.stdout:315: snap_remove snap 30 2024-09-13T14:21:59.140 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:21:58 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:21:58] "GET /metrics HTTP/1.1" 200 36201 "" "Prometheus/2.43.0" 2024-09-13T14:21:59.851 INFO:tasks.rados.rados.0.smithi071.stdout:315: done (0 left) 2024-09-13T14:21:59.851 INFO:tasks.rados.rados.0.smithi071.stdout:316: write oid 29 current snap is 38 2024-09-13T14:21:59.852 INFO:tasks.rados.rados.0.smithi071.stdout:316: seq_num 155 ranges {605085=790655,2170356=434729} 2024-09-13T14:21:59.859 INFO:tasks.rados.rados.0.smithi071.stdout:316: writing smithi07185159-29 from 605085 to 1395740 tid 1 2024-09-13T14:21:59.866 INFO:tasks.rados.rados.0.smithi071.stdout:316: writing smithi07185159-29 from 2170356 to 2605085 tid 2 2024-09-13T14:21:59.866 INFO:tasks.rados.rados.0.smithi071.stdout:317: snap_create 2024-09-13T14:21:59.866 INFO:tasks.rados.rados.0.smithi071.stdout:316: finishing write tid 1 to smithi07185159-29 2024-09-13T14:21:59.868 INFO:tasks.rados.rados.0.smithi071.stdout:316: finishing write tid 2 to smithi07185159-29 2024-09-13T14:21:59.869 INFO:tasks.rados.rados.0.smithi071.stdout:316: finishing write tid 3 to smithi07185159-29 2024-09-13T14:21:59.869 INFO:tasks.rados.rados.0.smithi071.stdout:316: finishing write tid 4 to smithi07185159-29 2024-09-13T14:21:59.869 INFO:tasks.rados.rados.0.smithi071.stdout:316: oid 29 updating version 0 to 132 2024-09-13T14:21:59.869 INFO:tasks.rados.rados.0.smithi071.stdout:316: oid 29 version 132 is already newer than 131 2024-09-13T14:21:59.869 INFO:tasks.rados.rados.0.smithi071.stdout:316: oid 29 version 132 is already newer than 130 2024-09-13T14:21:59.869 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 29 v 132 (ObjNum 155 snap 38 seq_num 155) dirty exists 2024-09-13T14:21:59.869 INFO:tasks.rados.rados.0.smithi071.stdout:316: left oid 29 (ObjNum 155 snap 38 seq_num 155) 2024-09-13T14:22:00.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:59 smithi071 ceph-mon[29588]: osdmap e145: 8 total, 8 up, 8 in 2024-09-13T14:22:00.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:21:59 smithi071 ceph-mon[29588]: pgmap v204: 89 pgs: 89 active+clean; 136 MiB data, 492 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:22:00.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:59 smithi071 ceph-mon[41109]: osdmap e145: 8 total, 8 up, 8 in 2024-09-13T14:22:00.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:21:59 smithi071 ceph-mon[41109]: pgmap v204: 89 pgs: 89 active+clean; 136 MiB data, 492 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:22:00.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:59 smithi104 ceph-mon[33426]: osdmap e145: 8 total, 8 up, 8 in 2024-09-13T14:22:00.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:21:59 smithi104 ceph-mon[33426]: pgmap v204: 89 pgs: 89 active+clean; 136 MiB data, 492 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:22:00.849 INFO:tasks.rados.rados.0.smithi071.stdout:316: done (1 left) 2024-09-13T14:22:00.849 INFO:tasks.rados.rados.0.smithi071.stdout:317: done (0 left) 2024-09-13T14:22:00.849 INFO:tasks.rados.rados.0.smithi071.stdout:318: write oid 7 current snap is 39 2024-09-13T14:22:00.849 INFO:tasks.rados.rados.0.smithi071.stdout:318: seq_num 156 ranges {621892=465904,1712485=671711} 2024-09-13T14:22:00.854 INFO:tasks.rados.rados.0.smithi071.stdout:318: writing smithi07185159-7 from 621892 to 1087796 tid 1 2024-09-13T14:22:00.862 INFO:tasks.rados.rados.0.smithi071.stdout:318: writing smithi07185159-7 from 1712485 to 2384196 tid 2 2024-09-13T14:22:00.862 INFO:tasks.rados.rados.0.smithi071.stdout:319: rollback oid 50 current snap is 39 2024-09-13T14:22:00.863 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 50 to 36 2024-09-13T14:22:00.863 INFO:tasks.rados.rados.0.smithi071.stdout:318: finishing write tid 1 to smithi07185159-7 2024-09-13T14:22:00.863 INFO:tasks.rados.rados.0.smithi071.stdout:320: read oid 36 snap -1 2024-09-13T14:22:00.863 INFO:tasks.rados.rados.0.smithi071.stdout:320: expect deleted 2024-09-13T14:22:00.863 INFO:tasks.rados.rados.0.smithi071.stdout:321: rollback oid 44 current snap is 39 2024-09-13T14:22:00.863 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 44 to 37 2024-09-13T14:22:00.863 INFO:tasks.rados.rados.0.smithi071.stdout:322: write oid 17 current snap is 39 2024-09-13T14:22:00.863 INFO:tasks.rados.rados.0.smithi071.stdout:322: seq_num 157 ranges {638699=541153,1770967=531722} 2024-09-13T14:22:00.869 INFO:tasks.rados.rados.0.smithi071.stdout:322: writing smithi07185159-17 from 638699 to 1179852 tid 1 2024-09-13T14:22:00.875 INFO:tasks.rados.rados.0.smithi071.stdout:322: writing smithi07185159-17 from 1770967 to 2302689 tid 2 2024-09-13T14:22:00.875 INFO:tasks.rados.rados.0.smithi071.stdout:323: snap_create 2024-09-13T14:22:00.876 INFO:tasks.rados.rados.0.smithi071.stdout:318: finishing write tid 2 to smithi07185159-7 2024-09-13T14:22:00.876 INFO:tasks.rados.rados.0.smithi071.stdout:318: finishing write tid 3 to smithi07185159-7 2024-09-13T14:22:00.876 INFO:tasks.rados.rados.0.smithi071.stdout:318: finishing write tid 4 to smithi07185159-7 2024-09-13T14:22:00.876 INFO:tasks.rados.rados.0.smithi071.stdout:318: oid 7 updating version 0 to 35 2024-09-13T14:22:00.876 INFO:tasks.rados.rados.0.smithi071.stdout:318: oid 7 updating version 35 to 37 2024-09-13T14:22:00.876 INFO:tasks.rados.rados.0.smithi071.stdout:318: oid 7 version 37 is already newer than 36 2024-09-13T14:22:00.876 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 7 v 37 (ObjNum 156 snap 39 seq_num 156) dirty exists 2024-09-13T14:22:00.876 INFO:tasks.rados.rados.0.smithi071.stdout:318: left oid 7 (ObjNum 156 snap 39 seq_num 156) 2024-09-13T14:22:00.876 INFO:tasks.rados.rados.0.smithi071.stdout:321: finishing rollback tid 0 to smithi07185159-44 2024-09-13T14:22:00.876 INFO:tasks.rados.rados.0.smithi071.stdout:321: finishing rollback tid 1 to smithi07185159-44 2024-09-13T14:22:00.876 INFO:tasks.rados.rados.0.smithi071.stdout:319: finishing rollback tid 0 to smithi07185159-50 2024-09-13T14:22:00.876 INFO:tasks.rados.rados.0.smithi071.stdout:321: finishing rollback tid 2 to smithi07185159-44 2024-09-13T14:22:00.877 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 44 v 156 (ObjNum 129 snap 27 seq_num 129) dirty exists 2024-09-13T14:22:00.877 INFO:tasks.rados.rados.0.smithi071.stdout:319: finishing rollback tid 1 to smithi07185159-50 2024-09-13T14:22:00.877 INFO:tasks.rados.rados.0.smithi071.stdout:319: finishing rollback tid 2 to smithi07185159-50 2024-09-13T14:22:00.877 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 50 v 235 (ObjNum 135 snap 28 seq_num 135) dirty exists 2024-09-13T14:22:00.877 INFO:tasks.rados.rados.0.smithi071.stdout:322: finishing write tid 1 to smithi07185159-17 2024-09-13T14:22:00.877 INFO:tasks.rados.rados.0.smithi071.stdout:322: finishing write tid 2 to smithi07185159-17 2024-09-13T14:22:00.878 INFO:tasks.rados.rados.0.smithi071.stdout:322: finishing write tid 3 to smithi07185159-17 2024-09-13T14:22:00.878 INFO:tasks.rados.rados.0.smithi071.stdout:322: finishing write tid 4 to smithi07185159-17 2024-09-13T14:22:00.878 INFO:tasks.rados.rados.0.smithi071.stdout:322: oid 17 updating version 0 to 73 2024-09-13T14:22:00.878 INFO:tasks.rados.rados.0.smithi071.stdout:322: oid 17 updating version 73 to 74 2024-09-13T14:22:00.878 INFO:tasks.rados.rados.0.smithi071.stdout:322: oid 17 updating version 74 to 75 2024-09-13T14:22:00.878 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 17 v 75 (ObjNum 157 snap 39 seq_num 157) dirty exists 2024-09-13T14:22:00.878 INFO:tasks.rados.rados.0.smithi071.stdout:322: left oid 17 (ObjNum 157 snap 39 seq_num 157) 2024-09-13T14:22:01.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:00 smithi071 ceph-mon[29588]: osdmap e146: 8 total, 8 up, 8 in 2024-09-13T14:22:01.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:00 smithi071 ceph-mon[41109]: osdmap e146: 8 total, 8 up, 8 in 2024-09-13T14:22:01.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:00 smithi104 ceph-mon[33426]: osdmap e146: 8 total, 8 up, 8 in 2024-09-13T14:22:01.861 INFO:tasks.rados.rados.0.smithi071.stdout:318: done (5 left) 2024-09-13T14:22:01.861 INFO:tasks.rados.rados.0.smithi071.stdout:319: done (4 left) 2024-09-13T14:22:01.861 INFO:tasks.rados.rados.0.smithi071.stdout:320: done (3 left) 2024-09-13T14:22:01.861 INFO:tasks.rados.rados.0.smithi071.stdout:321: done (2 left) 2024-09-13T14:22:01.861 INFO:tasks.rados.rados.0.smithi071.stdout:322: done (1 left) 2024-09-13T14:22:01.861 INFO:tasks.rados.rados.0.smithi071.stdout:323: done (0 left) 2024-09-13T14:22:01.861 INFO:tasks.rados.rados.0.smithi071.stdout:324: write oid 40 current snap is 40 2024-09-13T14:22:01.861 INFO:tasks.rados.rados.0.smithi071.stdout:324: seq_num 158 ranges {655506=616402,1829449=675380} 2024-09-13T14:22:01.867 INFO:tasks.rados.rados.0.smithi071.stdout:324: writing smithi07185159-40 from 655506 to 1271908 tid 1 2024-09-13T14:22:01.875 INFO:tasks.rados.rados.0.smithi071.stdout:324: writing smithi07185159-40 from 1829449 to 2504829 tid 2 2024-09-13T14:22:01.875 INFO:tasks.rados.rados.0.smithi071.stdout:325: snap_create 2024-09-13T14:22:01.875 INFO:tasks.rados.rados.0.smithi071.stdout:324: finishing write tid 1 to smithi07185159-40 2024-09-13T14:22:01.878 INFO:tasks.rados.rados.0.smithi071.stdout:324: finishing write tid 2 to smithi07185159-40 2024-09-13T14:22:01.878 INFO:tasks.rados.rados.0.smithi071.stdout:324: finishing write tid 3 to smithi07185159-40 2024-09-13T14:22:01.878 INFO:tasks.rados.rados.0.smithi071.stdout:324: finishing write tid 4 to smithi07185159-40 2024-09-13T14:22:01.878 INFO:tasks.rados.rados.0.smithi071.stdout:324: oid 40 updating version 0 to 51 2024-09-13T14:22:01.878 INFO:tasks.rados.rados.0.smithi071.stdout:324: oid 40 updating version 51 to 53 2024-09-13T14:22:01.879 INFO:tasks.rados.rados.0.smithi071.stdout:324: oid 40 version 53 is already newer than 52 2024-09-13T14:22:01.879 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 40 v 53 (ObjNum 158 snap 40 seq_num 158) dirty exists 2024-09-13T14:22:01.879 INFO:tasks.rados.rados.0.smithi071.stdout:324: left oid 40 (ObjNum 158 snap 40 seq_num 158) 2024-09-13T14:22:02.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:01 smithi071 ceph-mon[29588]: osdmap e147: 8 total, 8 up, 8 in 2024-09-13T14:22:02.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:01 smithi071 ceph-mon[29588]: pgmap v207: 89 pgs: 89 active+clean; 141 MiB data, 501 MiB used, 715 GiB / 715 GiB avail; 2.6 MiB/s rd, 900 KiB/s wr, 6 op/s 2024-09-13T14:22:02.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:01 smithi071 ceph-mon[41109]: osdmap e147: 8 total, 8 up, 8 in 2024-09-13T14:22:02.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:01 smithi071 ceph-mon[41109]: pgmap v207: 89 pgs: 89 active+clean; 141 MiB data, 501 MiB used, 715 GiB / 715 GiB avail; 2.6 MiB/s rd, 900 KiB/s wr, 6 op/s 2024-09-13T14:22:02.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:01 smithi104 ceph-mon[33426]: osdmap e147: 8 total, 8 up, 8 in 2024-09-13T14:22:02.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:01 smithi104 ceph-mon[33426]: pgmap v207: 89 pgs: 89 active+clean; 141 MiB data, 501 MiB used, 715 GiB / 715 GiB avail; 2.6 MiB/s rd, 900 KiB/s wr, 6 op/s 2024-09-13T14:22:02.841 INFO:tasks.rados.rados.0.smithi071.stdout:324: done (1 left) 2024-09-13T14:22:02.842 INFO:tasks.rados.rados.0.smithi071.stdout:325: done (0 left) 2024-09-13T14:22:02.842 INFO:tasks.rados.rados.0.smithi071.stdout:326: write oid 33 current snap is 41 2024-09-13T14:22:02.842 INFO:tasks.rados.rados.0.smithi071.stdout:326: seq_num 159 ranges {672313=691651,1887931=419038} 2024-09-13T14:22:02.848 INFO:tasks.rados.rados.0.smithi071.stdout:326: writing smithi07185159-33 from 672313 to 1363964 tid 1 2024-09-13T14:22:02.854 INFO:tasks.rados.rados.0.smithi071.stdout:326: writing smithi07185159-33 from 1887931 to 2306969 tid 2 2024-09-13T14:22:02.854 INFO:tasks.rados.rados.0.smithi071.stdout:327: read oid 18 snap 23 2024-09-13T14:22:02.854 INFO:tasks.rados.rados.0.smithi071.stdout:327: expect (ObjNum 118 snap 20 seq_num 118) 2024-09-13T14:22:02.854 INFO:tasks.rados.rados.0.smithi071.stdout:328: read oid 48 snap 40 2024-09-13T14:22:02.854 INFO:tasks.rados.rados.0.smithi071.stdout:328: expect (ObjNum 128 snap 27 seq_num 128) 2024-09-13T14:22:02.855 INFO:tasks.rados.rados.0.smithi071.stdout:329: write oid 49 current snap is 41 2024-09-13T14:22:02.855 INFO:tasks.rados.rados.0.smithi071.stdout:326: finishing write tid 1 to smithi07185159-33 2024-09-13T14:22:02.855 INFO:tasks.rados.rados.0.smithi071.stdout:329: seq_num 160 ranges {689120=483253,1946413=679049} 2024-09-13T14:22:02.860 INFO:tasks.rados.rados.0.smithi071.stdout:329: writing smithi07185159-49 from 689120 to 1172373 tid 1 2024-09-13T14:22:02.870 INFO:tasks.rados.rados.0.smithi071.stdout:329: writing smithi07185159-49 from 1946413 to 2625462 tid 2 2024-09-13T14:22:02.870 INFO:tasks.rados.rados.0.smithi071.stdout:330: snap_create 2024-09-13T14:22:02.870 INFO:tasks.rados.rados.0.smithi071.stdout:326: finishing write tid 2 to smithi07185159-33 2024-09-13T14:22:02.870 INFO:tasks.rados.rados.0.smithi071.stdout:326: finishing write tid 3 to smithi07185159-33 2024-09-13T14:22:02.870 INFO:tasks.rados.rados.0.smithi071.stdout:326: finishing write tid 4 to smithi07185159-33 2024-09-13T14:22:02.870 INFO:tasks.rados.rados.0.smithi071.stdout:326: oid 33 updating version 0 to 124 2024-09-13T14:22:02.870 INFO:tasks.rados.rados.0.smithi071.stdout:326: oid 33 updating version 124 to 125 2024-09-13T14:22:02.870 INFO:tasks.rados.rados.0.smithi071.stdout:326: oid 33 updating version 125 to 126 2024-09-13T14:22:02.870 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 33 v 126 (ObjNum 159 snap 41 seq_num 159) dirty exists 2024-09-13T14:22:02.870 INFO:tasks.rados.rados.0.smithi071.stdout:326: left oid 33 (ObjNum 159 snap 41 seq_num 159) 2024-09-13T14:22:02.870 INFO:tasks.rados.rados.0.smithi071.stdout:329: finishing write tid 1 to smithi07185159-49 2024-09-13T14:22:02.870 INFO:tasks.rados.rados.0.smithi071.stdout:327: expect (ObjNum 118 snap 20 seq_num 118) 2024-09-13T14:22:03.001 INFO:tasks.rados.rados.0.smithi071.stdout:328: expect (ObjNum 128 snap 27 seq_num 128) 2024-09-13T14:22:03.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:02 smithi071 ceph-mon[29588]: osdmap e148: 8 total, 8 up, 8 in 2024-09-13T14:22:03.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:02 smithi071 ceph-mon[29588]: osdmap e149: 8 total, 8 up, 8 in 2024-09-13T14:22:03.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:02 smithi071 ceph-mon[41109]: osdmap e148: 8 total, 8 up, 8 in 2024-09-13T14:22:03.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:02 smithi071 ceph-mon[41109]: osdmap e149: 8 total, 8 up, 8 in 2024-09-13T14:22:03.151 INFO:tasks.rados.rados.0.smithi071.stdout:329: finishing write tid 2 to smithi07185159-49 2024-09-13T14:22:03.152 INFO:tasks.rados.rados.0.smithi071.stdout:329: finishing write tid 3 to smithi07185159-49 2024-09-13T14:22:03.152 INFO:tasks.rados.rados.0.smithi071.stdout:329: finishing write tid 4 to smithi07185159-49 2024-09-13T14:22:03.152 INFO:tasks.rados.rados.0.smithi071.stdout:329: oid 49 updating version 0 to 120 2024-09-13T14:22:03.152 INFO:tasks.rados.rados.0.smithi071.stdout:329: oid 49 version 120 is already newer than 119 2024-09-13T14:22:03.152 INFO:tasks.rados.rados.0.smithi071.stdout:329: oid 49 version 120 is already newer than 118 2024-09-13T14:22:03.152 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 49 v 120 (ObjNum 160 snap 41 seq_num 160) dirty exists 2024-09-13T14:22:03.152 INFO:tasks.rados.rados.0.smithi071.stdout:329: left oid 49 (ObjNum 160 snap 41 seq_num 160) 2024-09-13T14:22:03.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:02 smithi104 ceph-mon[33426]: osdmap e148: 8 total, 8 up, 8 in 2024-09-13T14:22:03.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:02 smithi104 ceph-mon[33426]: osdmap e149: 8 total, 8 up, 8 in 2024-09-13T14:22:03.874 INFO:tasks.rados.rados.0.smithi071.stdout:326: done (4 left) 2024-09-13T14:22:03.874 INFO:tasks.rados.rados.0.smithi071.stdout:327: done (3 left) 2024-09-13T14:22:03.874 INFO:tasks.rados.rados.0.smithi071.stdout:328: done (2 left) 2024-09-13T14:22:03.874 INFO:tasks.rados.rados.0.smithi071.stdout:329: done (1 left) 2024-09-13T14:22:03.874 INFO:tasks.rados.rados.0.smithi071.stdout:330: done (0 left) 2024-09-13T14:22:03.874 INFO:tasks.rados.rados.0.smithi071.stdout:331: snap_remove snap 39 2024-09-13T14:22:04.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:03 smithi071 ceph-mon[29588]: pgmap v210: 89 pgs: 89 active+clean; 141 MiB data, 501 MiB used, 715 GiB / 715 GiB avail; 2.6 MiB/s rd, 900 KiB/s wr, 6 op/s 2024-09-13T14:22:04.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:03 smithi071 ceph-mon[41109]: pgmap v210: 89 pgs: 89 active+clean; 141 MiB data, 501 MiB used, 715 GiB / 715 GiB avail; 2.6 MiB/s rd, 900 KiB/s wr, 6 op/s 2024-09-13T14:22:04.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:03 smithi104 ceph-mon[33426]: pgmap v210: 89 pgs: 89 active+clean; 141 MiB data, 501 MiB used, 715 GiB / 715 GiB avail; 2.6 MiB/s rd, 900 KiB/s wr, 6 op/s 2024-09-13T14:22:04.878 INFO:tasks.rados.rados.0.smithi071.stdout:331: done (0 left) 2024-09-13T14:22:04.878 INFO:tasks.rados.rados.0.smithi071.stdout:332: rollback oid 33 current snap is 42 2024-09-13T14:22:04.878 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 33 to 38 2024-09-13T14:22:04.878 INFO:tasks.rados.rados.0.smithi071.stdout:333: snap_remove snap 33 2024-09-13T14:22:05.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:04 smithi071 ceph-mon[29588]: osdmap e150: 8 total, 8 up, 8 in 2024-09-13T14:22:05.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:04 smithi071 ceph-mon[41109]: osdmap e150: 8 total, 8 up, 8 in 2024-09-13T14:22:05.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:04 smithi104 ceph-mon[33426]: osdmap e150: 8 total, 8 up, 8 in 2024-09-13T14:22:05.889 INFO:tasks.rados.rados.0.smithi071.stdout:332: finishing rollback tid 0 to smithi07185159-33 2024-09-13T14:22:05.889 INFO:tasks.rados.rados.0.smithi071.stdout:332: finishing rollback tid 1 to smithi07185159-33 2024-09-13T14:22:05.889 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 33 v 129 (ObjNum 81 snap 0 seq_num 300031860) dirty dne 2024-09-13T14:22:05.889 INFO:tasks.rados.rados.0.smithi071.stdout:332: done (1 left) 2024-09-13T14:22:05.889 INFO:tasks.rados.rados.0.smithi071.stdout:333: done (0 left) 2024-09-13T14:22:05.889 INFO:tasks.rados.rados.0.smithi071.stdout:334: rollback oid 38 current snap is 42 2024-09-13T14:22:05.889 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 38 to 37 2024-09-13T14:22:05.889 INFO:tasks.rados.rados.0.smithi071.stdout:335: write oid 48 current snap is 42 2024-09-13T14:22:05.889 INFO:tasks.rados.rados.0.smithi071.stdout:335: seq_num 161 ranges {705927=558502,2004895=422707} 2024-09-13T14:22:05.895 INFO:tasks.rados.rados.0.smithi071.stdout:335: writing smithi07185159-48 from 705927 to 1264429 tid 1 2024-09-13T14:22:05.902 INFO:tasks.rados.rados.0.smithi071.stdout:335: writing smithi07185159-48 from 2004895 to 2427602 tid 2 2024-09-13T14:22:05.902 INFO:tasks.rados.rados.0.smithi071.stdout:336: snap_create 2024-09-13T14:22:05.902 INFO:tasks.rados.rados.0.smithi071.stdout:334: finishing rollback tid 1 to smithi07185159-38 2024-09-13T14:22:05.902 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 38 v 124 (ObjNum 65 snap 0 seq_num 1961059904) dirty dne 2024-09-13T14:22:05.902 INFO:tasks.rados.rados.0.smithi071.stdout:335: finishing write tid 1 to smithi07185159-48 2024-09-13T14:22:05.905 INFO:tasks.rados.rados.0.smithi071.stdout:335: finishing write tid 2 to smithi07185159-48 2024-09-13T14:22:05.905 INFO:tasks.rados.rados.0.smithi071.stdout:335: finishing write tid 3 to smithi07185159-48 2024-09-13T14:22:05.905 INFO:tasks.rados.rados.0.smithi071.stdout:335: finishing write tid 4 to smithi07185159-48 2024-09-13T14:22:05.905 INFO:tasks.rados.rados.0.smithi071.stdout:335: oid 48 updating version 0 to 246 2024-09-13T14:22:05.905 INFO:tasks.rados.rados.0.smithi071.stdout:335: oid 48 version 246 is already newer than 245 2024-09-13T14:22:05.905 INFO:tasks.rados.rados.0.smithi071.stdout:335: oid 48 updating version 246 to 247 2024-09-13T14:22:05.906 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 48 v 247 (ObjNum 161 snap 42 seq_num 161) dirty exists 2024-09-13T14:22:05.906 INFO:tasks.rados.rados.0.smithi071.stdout:335: left oid 48 (ObjNum 161 snap 42 seq_num 161) 2024-09-13T14:22:06.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:05 smithi071 ceph-mon[29588]: osdmap e151: 8 total, 8 up, 8 in 2024-09-13T14:22:06.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:05 smithi071 ceph-mon[29588]: pgmap v213: 89 pgs: 89 active+clean; 150 MiB data, 520 MiB used, 715 GiB / 715 GiB avail; 5.9 MiB/s rd, 1.4 MiB/s wr, 11 op/s 2024-09-13T14:22:06.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:05 smithi071 ceph-mon[41109]: osdmap e151: 8 total, 8 up, 8 in 2024-09-13T14:22:06.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:05 smithi071 ceph-mon[41109]: pgmap v213: 89 pgs: 89 active+clean; 150 MiB data, 520 MiB used, 715 GiB / 715 GiB avail; 5.9 MiB/s rd, 1.4 MiB/s wr, 11 op/s 2024-09-13T14:22:06.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:05 smithi104 ceph-mon[33426]: osdmap e151: 8 total, 8 up, 8 in 2024-09-13T14:22:06.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:05 smithi104 ceph-mon[33426]: pgmap v213: 89 pgs: 89 active+clean; 150 MiB data, 520 MiB used, 715 GiB / 715 GiB avail; 5.9 MiB/s rd, 1.4 MiB/s wr, 11 op/s 2024-09-13T14:22:06.892 INFO:tasks.rados.rados.0.smithi071.stdout:334: done (2 left) 2024-09-13T14:22:06.892 INFO:tasks.rados.rados.0.smithi071.stdout:335: done (1 left) 2024-09-13T14:22:06.892 INFO:tasks.rados.rados.0.smithi071.stdout:336: done (0 left) 2024-09-13T14:22:06.893 INFO:tasks.rados.rados.0.smithi071.stdout:337: read oid 36 snap -1 2024-09-13T14:22:06.893 INFO:tasks.rados.rados.0.smithi071.stdout:337: expect deleted 2024-09-13T14:22:06.893 INFO:tasks.rados.rados.0.smithi071.stdout:338: delete oid 35 current snap is 43 2024-09-13T14:22:06.893 INFO:tasks.rados.rados.0.smithi071.stdout:337: done (1 left) 2024-09-13T14:22:06.894 INFO:tasks.rados.rados.0.smithi071.stdout:338: done (0 left) 2024-09-13T14:22:06.894 INFO:tasks.rados.rados.0.smithi071.stdout:339: rollback oid 38 current snap is 43 2024-09-13T14:22:06.894 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 38 to 35 2024-09-13T14:22:06.894 INFO:tasks.rados.rados.0.smithi071.stdout:340: write oid 36 current snap is 43 2024-09-13T14:22:06.894 INFO:tasks.rados.rados.0.smithi071.stdout:340: seq_num 163 ranges {739541=709000,2121859=426376} 2024-09-13T14:22:06.901 INFO:tasks.rados.rados.0.smithi071.stdout:340: writing smithi07185159-36 from 739541 to 1448541 tid 1 2024-09-13T14:22:06.907 INFO:tasks.rados.rados.0.smithi071.stdout:340: writing smithi07185159-36 from 2121859 to 2548235 tid 2 2024-09-13T14:22:06.908 INFO:tasks.rados.rados.0.smithi071.stdout:341: rollback oid 14 current snap is 43 2024-09-13T14:22:06.908 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 14 to 40 2024-09-13T14:22:06.908 INFO:tasks.rados.rados.0.smithi071.stdout:339: finishing rollback tid 1 to smithi07185159-38 2024-09-13T14:22:06.908 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 38 v 124 (ObjNum 1960874464 snap 22096 seq_num 304) dirty dne 2024-09-13T14:22:06.908 INFO:tasks.rados.rados.0.smithi071.stdout:340: finishing write tid 1 to smithi07185159-36 2024-09-13T14:22:06.908 INFO:tasks.rados.rados.0.smithi071.stdout:339: done (2 left) 2024-09-13T14:22:06.908 INFO:tasks.rados.rados.0.smithi071.stdout:342: delete oid 25 current snap is 43 2024-09-13T14:22:06.910 INFO:tasks.rados.rados.0.smithi071.stdout:340: finishing write tid 2 to smithi07185159-36 2024-09-13T14:22:06.911 INFO:tasks.rados.rados.0.smithi071.stdout:340: finishing write tid 3 to smithi07185159-36 2024-09-13T14:22:06.911 INFO:tasks.rados.rados.0.smithi071.stdout:341: finishing rollback tid 0 to smithi07185159-14 2024-09-13T14:22:06.911 INFO:tasks.rados.rados.0.smithi071.stdout:340: finishing write tid 4 to smithi07185159-36 2024-09-13T14:22:06.911 INFO:tasks.rados.rados.0.smithi071.stdout:340: oid 36 updating version 0 to 60 2024-09-13T14:22:06.911 INFO:tasks.rados.rados.0.smithi071.stdout:340: oid 36 version 60 is already newer than 58 2024-09-13T14:22:06.912 INFO:tasks.rados.rados.0.smithi071.stdout:340: oid 36 version 60 is already newer than 59 2024-09-13T14:22:06.912 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 36 v 60 (ObjNum 163 snap 43 seq_num 163) dirty exists 2024-09-13T14:22:06.912 INFO:tasks.rados.rados.0.smithi071.stdout:340: left oid 36 (ObjNum 163 snap 43 seq_num 163) 2024-09-13T14:22:06.912 INFO:tasks.rados.rados.0.smithi071.stdout:340: done (2 left) 2024-09-13T14:22:06.912 INFO:tasks.rados.rados.0.smithi071.stdout:342: done (1 left) 2024-09-13T14:22:06.912 INFO:tasks.rados.rados.0.smithi071.stdout:343: delete oid 36 current snap is 43 2024-09-13T14:22:06.912 INFO:tasks.rados.rados.0.smithi071.stdout:341: finishing rollback tid 1 to smithi07185159-14 2024-09-13T14:22:06.913 INFO:tasks.rados.rados.0.smithi071.stdout:341: finishing rollback tid 2 to smithi07185159-14 2024-09-13T14:22:06.913 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 14 v 129 (ObjNum 13 snap 0 seq_num 13) dirty exists 2024-09-13T14:22:06.913 INFO:tasks.rados.rados.0.smithi071.stdout:341: done (1 left) 2024-09-13T14:22:06.913 INFO:tasks.rados.rados.0.smithi071.stdout:343: done (0 left) 2024-09-13T14:22:06.913 INFO:tasks.rados.rados.0.smithi071.stdout:344: write oid 7 current snap is 43 2024-09-13T14:22:06.913 INFO:tasks.rados.rados.0.smithi071.stdout:344: seq_num 166 ranges {789962=534747,1780952=690056} 2024-09-13T14:22:06.919 INFO:tasks.rados.rados.0.smithi071.stdout:344: writing smithi07185159-7 from 789962 to 1324709 tid 1 2024-09-13T14:22:06.926 INFO:tasks.rados.rados.0.smithi071.stdout:344: writing smithi07185159-7 from 1780952 to 2471008 tid 2 2024-09-13T14:22:06.926 INFO:tasks.rados.rados.0.smithi071.stdout:345: read oid 31 snap -1 2024-09-13T14:22:06.926 INFO:tasks.rados.rados.0.smithi071.stdout:345: expect (ObjNum 138 snap 30 seq_num 138) 2024-09-13T14:22:06.926 INFO:tasks.rados.rados.0.smithi071.stdout:346: write oid 12 current snap is 43 2024-09-13T14:22:06.926 INFO:tasks.rados.rados.0.smithi071.stdout:344: finishing write tid 1 to smithi07185159-7 2024-09-13T14:22:06.926 INFO:tasks.rados.rados.0.smithi071.stdout:346: seq_num 167 ranges {406769=609996,1439434=433714,2303522=503247} 2024-09-13T14:22:06.931 INFO:tasks.rados.rados.0.smithi071.stdout:346: writing smithi07185159-12 from 406769 to 1016765 tid 1 2024-09-13T14:22:06.936 INFO:tasks.rados.rados.0.smithi071.stdout:346: writing smithi07185159-12 from 1439434 to 1873148 tid 2 2024-09-13T14:22:06.942 INFO:tasks.rados.rados.0.smithi071.stdout:346: writing smithi07185159-12 from 2303522 to 2806769 tid 3 2024-09-13T14:22:06.942 INFO:tasks.rados.rados.0.smithi071.stdout:347: rollback oid 36 current snap is 43 2024-09-13T14:22:06.942 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 36 to 40 2024-09-13T14:22:06.942 INFO:tasks.rados.rados.0.smithi071.stdout:344: finishing write tid 2 to smithi07185159-7 2024-09-13T14:22:06.942 INFO:tasks.rados.rados.0.smithi071.stdout:348: snap_create 2024-09-13T14:22:06.942 INFO:tasks.rados.rados.0.smithi071.stdout:344: finishing write tid 3 to smithi07185159-7 2024-09-13T14:22:06.942 INFO:tasks.rados.rados.0.smithi071.stdout:344: finishing write tid 4 to smithi07185159-7 2024-09-13T14:22:06.942 INFO:tasks.rados.rados.0.smithi071.stdout:344: oid 7 updating version 0 to 42 2024-09-13T14:22:06.942 INFO:tasks.rados.rados.0.smithi071.stdout:344: oid 7 updating version 42 to 43 2024-09-13T14:22:06.942 INFO:tasks.rados.rados.0.smithi071.stdout:344: oid 7 version 43 is already newer than 41 2024-09-13T14:22:06.943 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 7 v 43 (ObjNum 166 snap 43 seq_num 166) dirty exists 2024-09-13T14:22:06.943 INFO:tasks.rados.rados.0.smithi071.stdout:344: left oid 7 (ObjNum 166 snap 43 seq_num 166) 2024-09-13T14:22:06.943 INFO:tasks.rados.rados.0.smithi071.stdout:345: expect (ObjNum 138 snap 30 seq_num 138) 2024-09-13T14:22:07.041 INFO:tasks.rados.rados.0.smithi071.stdout:346: finishing write tid 1 to smithi07185159-12 2024-09-13T14:22:07.041 INFO:tasks.rados.rados.0.smithi071.stdout:346: finishing write tid 2 to smithi07185159-12 2024-09-13T14:22:07.041 INFO:tasks.rados.rados.0.smithi071.stdout:347: finishing rollback tid 1 to smithi07185159-36 2024-09-13T14:22:07.041 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 36 v 61 (ObjNum 33 snap 0 seq_num 299379836) dirty dne 2024-09-13T14:22:07.041 INFO:tasks.rados.rados.0.smithi071.stdout:346: finishing write tid 3 to smithi07185159-12 2024-09-13T14:22:07.041 INFO:tasks.rados.rados.0.smithi071.stdout:346: finishing write tid 4 to smithi07185159-12 2024-09-13T14:22:07.041 INFO:tasks.rados.rados.0.smithi071.stdout:346: finishing write tid 5 to smithi07185159-12 2024-09-13T14:22:07.041 INFO:tasks.rados.rados.0.smithi071.stdout:346: oid 12 updating version 0 to 41 2024-09-13T14:22:07.041 INFO:tasks.rados.rados.0.smithi071.stdout:346: oid 12 updating version 41 to 42 2024-09-13T14:22:07.041 INFO:tasks.rados.rados.0.smithi071.stdout:346: oid 12 updating version 42 to 43 2024-09-13T14:22:07.042 INFO:tasks.rados.rados.0.smithi071.stdout:346: oid 12 version 43 is already newer than 40 2024-09-13T14:22:07.042 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 12 v 43 (ObjNum 167 snap 43 seq_num 167) dirty exists 2024-09-13T14:22:07.042 INFO:tasks.rados.rados.0.smithi071.stdout:346: left oid 12 (ObjNum 167 snap 43 seq_num 167) 2024-09-13T14:22:07.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:06 smithi071 ceph-mon[29588]: osdmap e152: 8 total, 8 up, 8 in 2024-09-13T14:22:07.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:06 smithi071 ceph-mon[41109]: osdmap e152: 8 total, 8 up, 8 in 2024-09-13T14:22:07.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:06 smithi104 ceph-mon[33426]: osdmap e152: 8 total, 8 up, 8 in 2024-09-13T14:22:07.838 INFO:tasks.rados.rados.0.smithi071.stdout:344: done (4 left) 2024-09-13T14:22:07.838 INFO:tasks.rados.rados.0.smithi071.stdout:345: done (3 left) 2024-09-13T14:22:07.838 INFO:tasks.rados.rados.0.smithi071.stdout:346: done (2 left) 2024-09-13T14:22:07.838 INFO:tasks.rados.rados.0.smithi071.stdout:347: done (1 left) 2024-09-13T14:22:07.838 INFO:tasks.rados.rados.0.smithi071.stdout:348: done (0 left) 2024-09-13T14:22:07.838 INFO:tasks.rados.rados.0.smithi071.stdout:349: write oid 13 current snap is 44 2024-09-13T14:22:07.839 INFO:tasks.rados.rados.0.smithi071.stdout:349: seq_num 168 ranges {423576=401598,1497916=693725} 2024-09-13T14:22:07.842 INFO:tasks.rados.rados.0.smithi071.stdout:349: writing smithi07185159-13 from 423576 to 825174 tid 1 2024-09-13T14:22:07.850 INFO:tasks.rados.rados.0.smithi071.stdout:349: writing smithi07185159-13 from 1497916 to 2191641 tid 2 2024-09-13T14:22:07.850 INFO:tasks.rados.rados.0.smithi071.stdout:350: write oid 44 current snap is 44 2024-09-13T14:22:07.850 INFO:tasks.rados.rados.0.smithi071.stdout:350: seq_num 169 ranges {440383=476847,1556398=437383,2474721=365662} 2024-09-13T14:22:07.855 INFO:tasks.rados.rados.0.smithi071.stdout:350: writing smithi07185159-44 from 440383 to 917230 tid 1 2024-09-13T14:22:07.860 INFO:tasks.rados.rados.0.smithi071.stdout:350: writing smithi07185159-44 from 1556398 to 1993781 tid 2 2024-09-13T14:22:07.865 INFO:tasks.rados.rados.0.smithi071.stdout:350: writing smithi07185159-44 from 2474721 to 2840383 tid 3 2024-09-13T14:22:07.865 INFO:tasks.rados.rados.0.smithi071.stdout:351: write oid 21 current snap is 44 2024-09-13T14:22:07.865 INFO:tasks.rados.rados.0.smithi071.stdout:351: seq_num 170 ranges {457190=552096,1614880=581041,2785791=71399} 2024-09-13T14:22:07.870 INFO:tasks.rados.rados.0.smithi071.stdout:351: writing smithi07185159-21 from 457190 to 1009286 tid 1 2024-09-13T14:22:07.877 INFO:tasks.rados.rados.0.smithi071.stdout:351: writing smithi07185159-21 from 1614880 to 2195921 tid 2 2024-09-13T14:22:07.881 INFO:tasks.rados.rados.0.smithi071.stdout:351: writing smithi07185159-21 from 2785791 to 2857190 tid 3 2024-09-13T14:22:07.881 INFO:tasks.rados.rados.0.smithi071.stdout:352: write oid 14 current snap is 44 2024-09-13T14:22:07.881 INFO:tasks.rados.rados.0.smithi071.stdout:349: finishing write tid 1 to smithi07185159-13 2024-09-13T14:22:07.881 INFO:tasks.rados.rados.0.smithi071.stdout:352: seq_num 171 ranges {473997=627345,1673362=441052,2529567=344430} 2024-09-13T14:22:07.886 INFO:tasks.rados.rados.0.smithi071.stdout:352: writing smithi07185159-14 from 473997 to 1101342 tid 1 2024-09-13T14:22:07.892 INFO:tasks.rados.rados.0.smithi071.stdout:352: writing smithi07185159-14 from 1673362 to 2114414 tid 2 2024-09-13T14:22:07.897 INFO:tasks.rados.rados.0.smithi071.stdout:352: writing smithi07185159-14 from 2529567 to 2873997 tid 3 2024-09-13T14:22:07.897 INFO:tasks.rados.rados.0.smithi071.stdout:353: snap_create 2024-09-13T14:22:07.897 INFO:tasks.rados.rados.0.smithi071.stdout:349: finishing write tid 2 to smithi07185159-13 2024-09-13T14:22:07.897 INFO:tasks.rados.rados.0.smithi071.stdout:349: finishing write tid 3 to smithi07185159-13 2024-09-13T14:22:07.897 INFO:tasks.rados.rados.0.smithi071.stdout:349: finishing write tid 4 to smithi07185159-13 2024-09-13T14:22:07.897 INFO:tasks.rados.rados.0.smithi071.stdout:349: oid 13 updating version 0 to 114 2024-09-13T14:22:07.897 INFO:tasks.rados.rados.0.smithi071.stdout:349: oid 13 updating version 114 to 115 2024-09-13T14:22:07.898 INFO:tasks.rados.rados.0.smithi071.stdout:349: oid 13 version 115 is already newer than 113 2024-09-13T14:22:07.898 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 13 v 115 (ObjNum 168 snap 44 seq_num 168) dirty exists 2024-09-13T14:22:07.898 INFO:tasks.rados.rados.0.smithi071.stdout:349: left oid 13 (ObjNum 168 snap 44 seq_num 168) 2024-09-13T14:22:07.898 INFO:tasks.rados.rados.0.smithi071.stdout:350: finishing write tid 1 to smithi07185159-44 2024-09-13T14:22:07.898 INFO:tasks.rados.rados.0.smithi071.stdout:350: finishing write tid 2 to smithi07185159-44 2024-09-13T14:22:07.898 INFO:tasks.rados.rados.0.smithi071.stdout:350: finishing write tid 3 to smithi07185159-44 2024-09-13T14:22:07.898 INFO:tasks.rados.rados.0.smithi071.stdout:350: finishing write tid 4 to smithi07185159-44 2024-09-13T14:22:07.898 INFO:tasks.rados.rados.0.smithi071.stdout:350: finishing write tid 5 to smithi07185159-44 2024-09-13T14:22:07.898 INFO:tasks.rados.rados.0.smithi071.stdout:350: oid 44 updating version 0 to 163 2024-09-13T14:22:07.898 INFO:tasks.rados.rados.0.smithi071.stdout:350: oid 44 version 163 is already newer than 162 2024-09-13T14:22:07.898 INFO:tasks.rados.rados.0.smithi071.stdout:350: oid 44 updating version 163 to 164 2024-09-13T14:22:07.898 INFO:tasks.rados.rados.0.smithi071.stdout:350: oid 44 updating version 164 to 165 2024-09-13T14:22:07.898 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 44 v 165 (ObjNum 169 snap 44 seq_num 169) dirty exists 2024-09-13T14:22:07.899 INFO:tasks.rados.rados.0.smithi071.stdout:350: left oid 44 (ObjNum 169 snap 44 seq_num 169) 2024-09-13T14:22:07.899 INFO:tasks.rados.rados.0.smithi071.stdout:351: finishing write tid 1 to smithi07185159-21 2024-09-13T14:22:07.899 INFO:tasks.rados.rados.0.smithi071.stdout:351: finishing write tid 2 to smithi07185159-21 2024-09-13T14:22:07.899 INFO:tasks.rados.rados.0.smithi071.stdout:351: finishing write tid 3 to smithi07185159-21 2024-09-13T14:22:07.899 INFO:tasks.rados.rados.0.smithi071.stdout:351: finishing write tid 4 to smithi07185159-21 2024-09-13T14:22:07.899 INFO:tasks.rados.rados.0.smithi071.stdout:351: finishing write tid 5 to smithi07185159-21 2024-09-13T14:22:07.899 INFO:tasks.rados.rados.0.smithi071.stdout:351: oid 21 updating version 0 to 134 2024-09-13T14:22:07.899 INFO:tasks.rados.rados.0.smithi071.stdout:351: oid 21 version 134 is already newer than 133 2024-09-13T14:22:07.899 INFO:tasks.rados.rados.0.smithi071.stdout:351: oid 21 version 134 is already newer than 132 2024-09-13T14:22:07.899 INFO:tasks.rados.rados.0.smithi071.stdout:351: oid 21 version 134 is already newer than 131 2024-09-13T14:22:07.899 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 21 v 134 (ObjNum 170 snap 44 seq_num 170) dirty exists 2024-09-13T14:22:07.899 INFO:tasks.rados.rados.0.smithi071.stdout:351: left oid 21 (ObjNum 170 snap 44 seq_num 170) 2024-09-13T14:22:07.899 INFO:tasks.rados.rados.0.smithi071.stdout:352: finishing write tid 1 to smithi07185159-14 2024-09-13T14:22:07.900 INFO:tasks.rados.rados.0.smithi071.stdout:352: finishing write tid 2 to smithi07185159-14 2024-09-13T14:22:07.901 INFO:tasks.rados.rados.0.smithi071.stdout:352: finishing write tid 3 to smithi07185159-14 2024-09-13T14:22:07.901 INFO:tasks.rados.rados.0.smithi071.stdout:352: finishing write tid 4 to smithi07185159-14 2024-09-13T14:22:07.901 INFO:tasks.rados.rados.0.smithi071.stdout:352: finishing write tid 5 to smithi07185159-14 2024-09-13T14:22:07.901 INFO:tasks.rados.rados.0.smithi071.stdout:352: oid 14 updating version 0 to 134 2024-09-13T14:22:07.901 INFO:tasks.rados.rados.0.smithi071.stdout:352: oid 14 version 134 is already newer than 132 2024-09-13T14:22:07.901 INFO:tasks.rados.rados.0.smithi071.stdout:352: oid 14 version 134 is already newer than 131 2024-09-13T14:22:07.901 INFO:tasks.rados.rados.0.smithi071.stdout:352: oid 14 version 134 is already newer than 133 2024-09-13T14:22:07.901 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 14 v 134 (ObjNum 171 snap 44 seq_num 171) dirty exists 2024-09-13T14:22:07.901 INFO:tasks.rados.rados.0.smithi071.stdout:352: left oid 14 (ObjNum 171 snap 44 seq_num 171) 2024-09-13T14:22:08.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:07 smithi071 ceph-mon[29588]: osdmap e153: 8 total, 8 up, 8 in 2024-09-13T14:22:08.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:07 smithi071 ceph-mon[29588]: pgmap v216: 89 pgs: 89 active+clean; 150 MiB data, 520 MiB used, 715 GiB / 715 GiB avail; 5.9 MiB/s rd, 1.4 MiB/s wr, 11 op/s 2024-09-13T14:22:08.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:07 smithi071 ceph-mon[29588]: osdmap e154: 8 total, 8 up, 8 in 2024-09-13T14:22:08.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:07 smithi071 ceph-mon[41109]: osdmap e153: 8 total, 8 up, 8 in 2024-09-13T14:22:08.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:07 smithi071 ceph-mon[41109]: pgmap v216: 89 pgs: 89 active+clean; 150 MiB data, 520 MiB used, 715 GiB / 715 GiB avail; 5.9 MiB/s rd, 1.4 MiB/s wr, 11 op/s 2024-09-13T14:22:08.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:07 smithi071 ceph-mon[41109]: osdmap e154: 8 total, 8 up, 8 in 2024-09-13T14:22:08.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:07 smithi104 ceph-mon[33426]: osdmap e153: 8 total, 8 up, 8 in 2024-09-13T14:22:08.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:07 smithi104 ceph-mon[33426]: pgmap v216: 89 pgs: 89 active+clean; 150 MiB data, 520 MiB used, 715 GiB / 715 GiB avail; 5.9 MiB/s rd, 1.4 MiB/s wr, 11 op/s 2024-09-13T14:22:08.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:07 smithi104 ceph-mon[33426]: osdmap e154: 8 total, 8 up, 8 in 2024-09-13T14:22:08.909 INFO:tasks.rados.rados.0.smithi071.stdout:349: done (4 left) 2024-09-13T14:22:08.909 INFO:tasks.rados.rados.0.smithi071.stdout:350: done (3 left) 2024-09-13T14:22:08.909 INFO:tasks.rados.rados.0.smithi071.stdout:351: done (2 left) 2024-09-13T14:22:08.909 INFO:tasks.rados.rados.0.smithi071.stdout:352: done (1 left) 2024-09-13T14:22:08.909 INFO:tasks.rados.rados.0.smithi071.stdout:353: done (0 left) 2024-09-13T14:22:08.909 INFO:tasks.rados.rados.0.smithi071.stdout:354: rollback oid 19 current snap is 45 2024-09-13T14:22:08.910 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 19 to 38 2024-09-13T14:22:08.910 INFO:tasks.rados.rados.0.smithi071.stdout:355: read oid 36 snap -1 2024-09-13T14:22:08.910 INFO:tasks.rados.rados.0.smithi071.stdout:355: expect deleted 2024-09-13T14:22:08.910 INFO:tasks.rados.rados.0.smithi071.stdout:356: write oid 27 current snap is 45 2024-09-13T14:22:08.910 INFO:tasks.rados.rados.0.smithi071.stdout:356: seq_num 172 ranges {490804=702594,1615491=584710,2724284=166520} 2024-09-13T14:22:08.915 INFO:tasks.rados.rados.0.smithi071.stdout:356: writing smithi07185159-27 from 490804 to 1193398 tid 1 2024-09-13T14:22:08.921 INFO:tasks.rados.rados.0.smithi071.stdout:356: writing smithi07185159-27 from 1615491 to 2200201 tid 2 2024-09-13T14:22:08.925 INFO:tasks.rados.rados.0.smithi071.stdout:356: writing smithi07185159-27 from 2724284 to 2890804 tid 3 2024-09-13T14:22:08.925 INFO:tasks.rados.rados.0.smithi071.stdout:357: snap_create 2024-09-13T14:22:08.925 INFO:tasks.rados.rados.0.smithi071.stdout:354: finishing rollback tid 0 to smithi07185159-19 2024-09-13T14:22:08.925 INFO:tasks.rados.rados.0.smithi071.stdout:354: finishing rollback tid 1 to smithi07185159-19 2024-09-13T14:22:08.925 INFO:tasks.rados.rados.0.smithi071.stdout:354: finishing rollback tid 2 to smithi07185159-19 2024-09-13T14:22:08.925 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 19 v 81 (ObjNum 140 snap 31 seq_num 140) dirty exists 2024-09-13T14:22:08.925 INFO:tasks.rados.rados.0.smithi071.stdout:356: finishing write tid 1 to smithi07185159-27 2024-09-13T14:22:08.925 INFO:tasks.rados.rados.0.smithi071.stdout:356: finishing write tid 2 to smithi07185159-27 2024-09-13T14:22:08.926 INFO:tasks.rados.rados.0.smithi071.stdout:356: finishing write tid 3 to smithi07185159-27 2024-09-13T14:22:08.927 INFO:tasks.rados.rados.0.smithi071.stdout:356: finishing write tid 4 to smithi07185159-27 2024-09-13T14:22:08.927 INFO:tasks.rados.rados.0.smithi071.stdout:356: finishing write tid 5 to smithi07185159-27 2024-09-13T14:22:08.927 INFO:tasks.rados.rados.0.smithi071.stdout:356: oid 27 updating version 0 to 120 2024-09-13T14:22:08.927 INFO:tasks.rados.rados.0.smithi071.stdout:356: oid 27 version 120 is already newer than 117 2024-09-13T14:22:08.927 INFO:tasks.rados.rados.0.smithi071.stdout:356: oid 27 version 120 is already newer than 118 2024-09-13T14:22:08.927 INFO:tasks.rados.rados.0.smithi071.stdout:356: oid 27 version 120 is already newer than 119 2024-09-13T14:22:08.927 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 27 v 120 (ObjNum 172 snap 45 seq_num 172) dirty exists 2024-09-13T14:22:08.927 INFO:tasks.rados.rados.0.smithi071.stdout:356: left oid 27 (ObjNum 172 snap 45 seq_num 172) 2024-09-13T14:22:09.140 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:22:08 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:22:08] "GET /metrics HTTP/1.1" 200 36201 "" "Prometheus/2.43.0" 2024-09-13T14:22:09.910 INFO:tasks.rados.rados.0.smithi071.stdout:354: done (3 left) 2024-09-13T14:22:09.910 INFO:tasks.rados.rados.0.smithi071.stdout:355: done (2 left) 2024-09-13T14:22:09.910 INFO:tasks.rados.rados.0.smithi071.stdout:356: done (1 left) 2024-09-13T14:22:09.910 INFO:tasks.rados.rados.0.smithi071.stdout:357: done (0 left) 2024-09-13T14:22:09.910 INFO:tasks.rados.rados.0.smithi071.stdout:358: write oid 28 current snap is 46 2024-09-13T14:22:09.910 INFO:tasks.rados.rados.0.smithi071.stdout:358: seq_num 173 ranges {507611=777843,2073973=444721} 2024-09-13T14:22:09.916 INFO:tasks.rados.rados.0.smithi071.stdout:358: writing smithi07185159-28 from 507611 to 1285454 tid 1 2024-09-13T14:22:09.924 INFO:tasks.rados.rados.0.smithi071.stdout:358: writing smithi07185159-28 from 2073973 to 2518694 tid 2 2024-09-13T14:22:09.924 INFO:tasks.rados.rados.0.smithi071.stdout:359: snap_create 2024-09-13T14:22:09.925 INFO:tasks.rados.rados.0.smithi071.stdout:358: finishing write tid 1 to smithi07185159-28 2024-09-13T14:22:09.926 INFO:tasks.rados.rados.0.smithi071.stdout:358: finishing write tid 2 to smithi07185159-28 2024-09-13T14:22:09.926 INFO:tasks.rados.rados.0.smithi071.stdout:358: finishing write tid 3 to smithi07185159-28 2024-09-13T14:22:09.926 INFO:tasks.rados.rados.0.smithi071.stdout:358: finishing write tid 4 to smithi07185159-28 2024-09-13T14:22:09.926 INFO:tasks.rados.rados.0.smithi071.stdout:358: oid 28 updating version 0 to 137 2024-09-13T14:22:09.926 INFO:tasks.rados.rados.0.smithi071.stdout:358: oid 28 version 137 is already newer than 136 2024-09-13T14:22:09.926 INFO:tasks.rados.rados.0.smithi071.stdout:358: oid 28 version 137 is already newer than 135 2024-09-13T14:22:09.926 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 28 v 137 (ObjNum 173 snap 46 seq_num 173) dirty exists 2024-09-13T14:22:09.926 INFO:tasks.rados.rados.0.smithi071.stdout:358: left oid 28 (ObjNum 173 snap 46 seq_num 173) 2024-09-13T14:22:10.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:09 smithi104 ceph-mon[33426]: osdmap e155: 8 total, 8 up, 8 in 2024-09-13T14:22:10.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:09 smithi104 ceph-mon[33426]: pgmap v219: 89 pgs: 89 active+clean; 150 MiB data, 520 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:22:10.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:09 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:22:10.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:09 smithi071 ceph-mon[29588]: osdmap e155: 8 total, 8 up, 8 in 2024-09-13T14:22:10.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:09 smithi071 ceph-mon[29588]: pgmap v219: 89 pgs: 89 active+clean; 150 MiB data, 520 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:22:10.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:09 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:22:10.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:09 smithi071 ceph-mon[41109]: osdmap e155: 8 total, 8 up, 8 in 2024-09-13T14:22:10.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:09 smithi071 ceph-mon[41109]: pgmap v219: 89 pgs: 89 active+clean; 150 MiB data, 520 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:22:10.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:09 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:22:10.914 INFO:tasks.rados.rados.0.smithi071.stdout:358: done (1 left) 2024-09-13T14:22:10.914 INFO:tasks.rados.rados.0.smithi071.stdout:359: done (0 left) 2024-09-13T14:22:10.914 INFO:tasks.rados.rados.0.smithi071.stdout:360: snap_remove snap 45 2024-09-13T14:22:11.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:10 smithi104 ceph-mon[33426]: osdmap e156: 8 total, 8 up, 8 in 2024-09-13T14:22:11.203 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:10 smithi071 ceph-mon[29588]: osdmap e156: 8 total, 8 up, 8 in 2024-09-13T14:22:11.203 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:10 smithi071 ceph-mon[41109]: osdmap e156: 8 total, 8 up, 8 in 2024-09-13T14:22:11.203 INFO:teuthology.orchestra.run.smithi071.stdout:true 2024-09-13T14:22:11.727 INFO:teuthology.orchestra.run.smithi071.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-13T14:22:11.728 INFO:teuthology.orchestra.run.smithi071.stdout:alertmanager.a smithi071 *:9093,9094 running (2m) 30s ago 3m 28.0M - 0.25.0 c8568f914cd2 899307b1c0a9 2024-09-13T14:22:11.728 INFO:teuthology.orchestra.run.smithi071.stdout:grafana.a smithi104 *:3000 running (3m) 36s ago 3m 90.4M - 9.4.7 954c08fa6188 d4649d095d6e 2024-09-13T14:22:11.728 INFO:teuthology.orchestra.run.smithi071.stdout:mds.foo.smithi071.awdchm smithi071 running (2m) 30s ago 2m 17.4M - 18.2.4-843-g2c01458a c129f5a2fd4e 3a46cf5b0e24 2024-09-13T14:22:11.728 INFO:teuthology.orchestra.run.smithi071.stdout:mds.foo.smithi104.uecrqj smithi104 running (2m) 36s ago 2m 13.0M - 18.2.4-843-g2c01458a c129f5a2fd4e 3d72a892eecb 2024-09-13T14:22:11.728 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.x smithi104 *:8443,8765 running (7m) 36s ago 7m 439M - 18.2.4-843-g2c01458a c129f5a2fd4e d2e66c9e84d6 2024-09-13T14:22:11.728 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.y smithi071 *:9283,8765 running (9m) 30s ago 9m 489M - 18.2.4-843-g2c01458a c129f5a2fd4e b777ff2b3fee 2024-09-13T14:22:11.728 INFO:teuthology.orchestra.run.smithi071.stdout:mon.a smithi071 running (9m) 30s ago 9m 49.5M 2048M 18.2.4-843-g2c01458a c129f5a2fd4e 03dc48b4bc43 2024-09-13T14:22:11.728 INFO:teuthology.orchestra.run.smithi071.stdout:mon.b smithi104 running (8m) 36s ago 8m 36.9M 2048M 18.2.4-843-g2c01458a c129f5a2fd4e ecd51e95c619 2024-09-13T14:22:11.728 INFO:teuthology.orchestra.run.smithi071.stdout:mon.c smithi071 running (7m) 30s ago 7m 37.1M 2048M 18.2.4-843-g2c01458a c129f5a2fd4e 41b61ccb60e8 2024-09-13T14:22:11.728 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.a smithi071 *:9100 running (3m) 30s ago 3m 16.2M - 1.5.0 0da6a335fe13 1385c63561be 2024-09-13T14:22:11.729 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.b smithi104 *:9100 running (3m) 36s ago 3m 15.9M - 1.5.0 0da6a335fe13 04ef970b0f2d 2024-09-13T14:22:11.729 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0 smithi071 running (7m) 30s ago 7m 59.7M 4016M 18.2.4-843-g2c01458a c129f5a2fd4e 4620af289781 2024-09-13T14:22:11.729 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1 smithi071 running (7m) 30s ago 7m 60.0M 4016M 18.2.4-843-g2c01458a c129f5a2fd4e 6219ea84d5da 2024-09-13T14:22:11.729 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2 smithi071 running (6m) 30s ago 6m 79.1M 4016M 18.2.4-843-g2c01458a c129f5a2fd4e dbb670583d0d 2024-09-13T14:22:11.729 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3 smithi071 running (6m) 30s ago 6m 52.7M 4016M 18.2.4-843-g2c01458a c129f5a2fd4e 3859c11423d8 2024-09-13T14:22:11.729 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4 smithi104 running (5m) 36s ago 5m 66.0M 4016M 18.2.4-843-g2c01458a c129f5a2fd4e 7641d6ca037c 2024-09-13T14:22:11.729 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5 smithi104 running (5m) 36s ago 5m 64.0M 4016M 18.2.4-843-g2c01458a c129f5a2fd4e d171c1dc9aca 2024-09-13T14:22:11.729 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6 smithi104 running (5m) 36s ago 5m 61.6M 4016M 18.2.4-843-g2c01458a c129f5a2fd4e 7cd98596a2db 2024-09-13T14:22:11.729 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7 smithi104 running (4m) 36s ago 4m 61.1M 4016M 18.2.4-843-g2c01458a c129f5a2fd4e c0657150d5d6 2024-09-13T14:22:11.729 INFO:teuthology.orchestra.run.smithi071.stdout:prometheus.a smithi104 *:9095 running (2m) 36s ago 4m 45.2M - 2.43.0 a07b618ecd1d c3123c327f85 2024-09-13T14:22:11.918 INFO:tasks.rados.rados.0.smithi071.stdout:360: done (0 left) 2024-09-13T14:22:11.919 INFO:tasks.rados.rados.0.smithi071.stdout:361: read oid 32 snap -1 2024-09-13T14:22:11.919 INFO:tasks.rados.rados.0.smithi071.stdout:361: expect (ObjNum 106 snap 16 seq_num 106) 2024-09-13T14:22:11.919 INFO:tasks.rados.rados.0.smithi071.stdout:362: read oid 10 snap 43 2024-09-13T14:22:11.919 INFO:tasks.rados.rados.0.smithi071.stdout:362: expect deleted 2024-09-13T14:22:11.919 INFO:tasks.rados.rados.0.smithi071.stdout:363: read oid 26 snap -1 2024-09-13T14:22:11.919 INFO:tasks.rados.rados.0.smithi071.stdout:363: expect (ObjNum 148 snap 34 seq_num 148) 2024-09-13T14:22:11.919 INFO:tasks.rados.rados.0.smithi071.stdout:364: read oid 2 snap -1 2024-09-13T14:22:11.919 INFO:tasks.rados.rados.0.smithi071.stdout:364: expect deleted 2024-09-13T14:22:11.919 INFO:tasks.rados.rados.0.smithi071.stdout:365: delete oid 40 current snap is 47 2024-09-13T14:22:11.920 INFO:tasks.rados.rados.0.smithi071.stdout:365: done (4 left) 2024-09-13T14:22:11.921 INFO:tasks.rados.rados.0.smithi071.stdout:366: read oid 4 snap -1 2024-09-13T14:22:11.921 INFO:tasks.rados.rados.0.smithi071.stdout:366: expect deleted 2024-09-13T14:22:11.921 INFO:tasks.rados.rados.0.smithi071.stdout:367: rollback oid 13 current snap is 47 2024-09-13T14:22:11.921 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 13 to 38 2024-09-13T14:22:11.921 INFO:tasks.rados.rados.0.smithi071.stdout:368: rollback oid 20 current snap is 47 2024-09-13T14:22:11.921 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 20 to 43 2024-09-13T14:22:11.921 INFO:tasks.rados.rados.0.smithi071.stdout:369: write oid 38 current snap is 47 2024-09-13T14:22:11.921 INFO:tasks.rados.rados.0.smithi071.stdout:369: seq_num 175 ranges {541225=644694,1907290=448390} 2024-09-13T14:22:11.927 INFO:tasks.rados.rados.0.smithi071.stdout:369: writing smithi07185159-38 from 541225 to 1185919 tid 1 2024-09-13T14:22:11.934 INFO:tasks.rados.rados.0.smithi071.stdout:369: writing smithi07185159-38 from 1907290 to 2355680 tid 2 2024-09-13T14:22:11.934 INFO:tasks.rados.rados.0.smithi071.stdout:370: write oid 45 current snap is 47 2024-09-13T14:22:11.934 INFO:tasks.rados.rados.0.smithi071.stdout:368: finishing rollback tid 1 to smithi07185159-20 2024-09-13T14:22:11.934 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 20 v 0 (ObjNum 33 snap 0 seq_num 1953522936) dirty dne 2024-09-13T14:22:11.934 INFO:tasks.rados.rados.0.smithi071.stdout:367: finishing rollback tid 0 to smithi07185159-13 2024-09-13T14:22:11.934 INFO:tasks.rados.rados.0.smithi071.stdout:367: finishing rollback tid 1 to smithi07185159-13 2024-09-13T14:22:11.934 INFO:tasks.rados.rados.0.smithi071.stdout:367: finishing rollback tid 2 to smithi07185159-13 2024-09-13T14:22:11.934 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 13 v 124 (ObjNum 142 snap 34 seq_num 142) dirty exists 2024-09-13T14:22:11.935 INFO:tasks.rados.rados.0.smithi071.stdout:363: expect (ObjNum 148 snap 34 seq_num 148) 2024-09-13T14:22:12.050 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:22:12.050 INFO:teuthology.orchestra.run.smithi071.stdout: "mon": { 2024-09-13T14:22:12.050 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)": 3 2024-09-13T14:22:12.050 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:22:12.050 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr": { 2024-09-13T14:22:12.050 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)": 2 2024-09-13T14:22:12.050 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:22:12.051 INFO:teuthology.orchestra.run.smithi071.stdout: "osd": { 2024-09-13T14:22:12.051 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)": 8 2024-09-13T14:22:12.051 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:22:12.051 INFO:teuthology.orchestra.run.smithi071.stdout: "mds": { 2024-09-13T14:22:12.051 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)": 2 2024-09-13T14:22:12.051 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:22:12.051 INFO:teuthology.orchestra.run.smithi071.stdout: "overall": { 2024-09-13T14:22:12.051 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)": 15 2024-09-13T14:22:12.051 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:22:12.051 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:22:12.051 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:11 smithi071 ceph-mon[29588]: osdmap e157: 8 total, 8 up, 8 in 2024-09-13T14:22:12.052 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:11 smithi071 ceph-mon[29588]: from='client.24743 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:22:12.052 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:11 smithi071 ceph-mon[29588]: from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:22:12.052 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:11 smithi071 ceph-mon[29588]: pgmap v222: 89 pgs: 89 active+clean; 164 MiB data, 552 MiB used, 715 GiB / 715 GiB avail; 2.6 MiB/s rd, 3.0 MiB/s wr, 17 op/s 2024-09-13T14:22:12.052 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:11 smithi071 ceph-mon[41109]: osdmap e157: 8 total, 8 up, 8 in 2024-09-13T14:22:12.052 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:11 smithi071 ceph-mon[41109]: from='client.24743 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:22:12.052 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:11 smithi071 ceph-mon[41109]: from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:22:12.052 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:11 smithi071 ceph-mon[41109]: pgmap v222: 89 pgs: 89 active+clean; 164 MiB data, 552 MiB used, 715 GiB / 715 GiB avail; 2.6 MiB/s rd, 3.0 MiB/s wr, 17 op/s 2024-09-13T14:22:12.076 INFO:tasks.rados.rados.0.smithi071.stdout:369: finishing write tid 1 to smithi07185159-38 2024-09-13T14:22:12.076 INFO:tasks.rados.rados.0.smithi071.stdout:361: expect (ObjNum 106 snap 16 seq_num 106) 2024-09-13T14:22:12.147 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:11 smithi104 ceph-mon[33426]: osdmap e157: 8 total, 8 up, 8 in 2024-09-13T14:22:12.147 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:11 smithi104 ceph-mon[33426]: from='client.24743 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:22:12.147 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:11 smithi104 ceph-mon[33426]: from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:22:12.147 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:11 smithi104 ceph-mon[33426]: pgmap v222: 89 pgs: 89 active+clean; 164 MiB data, 552 MiB used, 715 GiB / 715 GiB avail; 2.6 MiB/s rd, 3.0 MiB/s wr, 17 op/s 2024-09-13T14:22:12.294 INFO:tasks.rados.rados.0.smithi071.stdout:369: finishing write tid 2 to smithi07185159-38 2024-09-13T14:22:12.294 INFO:tasks.rados.rados.0.smithi071.stdout:369: finishing write tid 3 to smithi07185159-38 2024-09-13T14:22:12.294 INFO:tasks.rados.rados.0.smithi071.stdout:369: finishing write tid 4 to smithi07185159-38 2024-09-13T14:22:12.294 INFO:tasks.rados.rados.0.smithi071.stdout:369: oid 38 updating version 0 to 167 2024-09-13T14:22:12.294 INFO:tasks.rados.rados.0.smithi071.stdout:369: oid 38 version 167 is already newer than 166 2024-09-13T14:22:12.294 INFO:tasks.rados.rados.0.smithi071.stdout:369: oid 38 updating version 167 to 168 2024-09-13T14:22:12.294 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 38 v 168 (ObjNum 175 snap 47 seq_num 175) dirty exists 2024-09-13T14:22:12.294 INFO:tasks.rados.rados.0.smithi071.stdout:369: left oid 38 (ObjNum 175 snap 47 seq_num 175) 2024-09-13T14:22:12.294 INFO:tasks.rados.rados.0.smithi071.stdout:370: seq_num 176 ranges {558032=719943,1849419=592048} 2024-09-13T14:22:12.300 INFO:tasks.rados.rados.0.smithi071.stdout:370: writing smithi07185159-45 from 558032 to 1277975 tid 1 2024-09-13T14:22:12.307 INFO:tasks.rados.rados.0.smithi071.stdout:370: writing smithi07185159-45 from 1849419 to 2441467 tid 2 2024-09-13T14:22:12.307 INFO:tasks.rados.rados.0.smithi071.stdout:361: done (8 left) 2024-09-13T14:22:12.307 INFO:tasks.rados.rados.0.smithi071.stdout:362: done (7 left) 2024-09-13T14:22:12.307 INFO:tasks.rados.rados.0.smithi071.stdout:363: done (6 left) 2024-09-13T14:22:12.307 INFO:tasks.rados.rados.0.smithi071.stdout:364: done (5 left) 2024-09-13T14:22:12.308 INFO:tasks.rados.rados.0.smithi071.stdout:366: done (4 left) 2024-09-13T14:22:12.308 INFO:tasks.rados.rados.0.smithi071.stdout:367: done (3 left) 2024-09-13T14:22:12.308 INFO:tasks.rados.rados.0.smithi071.stdout:368: done (2 left) 2024-09-13T14:22:12.308 INFO:tasks.rados.rados.0.smithi071.stdout:369: done (1 left) 2024-09-13T14:22:12.308 INFO:tasks.rados.rados.0.smithi071.stdout:371: read oid 32 snap -1 2024-09-13T14:22:12.308 INFO:tasks.rados.rados.0.smithi071.stdout:371: expect (ObjNum 106 snap 16 seq_num 106) 2024-09-13T14:22:12.308 INFO:tasks.rados.rados.0.smithi071.stdout:372: delete oid 25 current snap is 47 2024-09-13T14:22:12.308 INFO:tasks.rados.rados.0.smithi071.stdout:370: finishing write tid 1 to smithi07185159-45 2024-09-13T14:22:12.309 INFO:tasks.rados.rados.0.smithi071.stdout:372: done (2 left) 2024-09-13T14:22:12.309 INFO:tasks.rados.rados.0.smithi071.stdout:373: write oid 11 current snap is 47 2024-09-13T14:22:12.309 INFO:tasks.rados.rados.0.smithi071.stdout:373: seq_num 178 ranges {591646=470441,1566383=595717,2888822=102824} 2024-09-13T14:22:12.314 INFO:tasks.rados.rados.0.smithi071.stdout:373: writing smithi07185159-11 from 591646 to 1062087 tid 1 2024-09-13T14:22:12.320 INFO:tasks.rados.rados.0.smithi071.stdout:373: writing smithi07185159-11 from 1566383 to 2162100 tid 2 2024-09-13T14:22:12.325 INFO:tasks.rados.rados.0.smithi071.stdout:373: writing smithi07185159-11 from 2888822 to 2991646 tid 3 2024-09-13T14:22:12.325 INFO:tasks.rados.rados.0.smithi071.stdout:374: write oid 44 current snap is 47 2024-09-13T14:22:12.325 INFO:tasks.rados.rados.0.smithi071.stdout:370: finishing write tid 2 to smithi07185159-45 2024-09-13T14:22:12.325 INFO:tasks.rados.rados.0.smithi071.stdout:374: seq_num 179 ranges {608453=545690,1624865=455728,2632598=375855} 2024-09-13T14:22:12.329 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:22:12.329 INFO:teuthology.orchestra.run.smithi071.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f", 2024-09-13T14:22:12.329 INFO:teuthology.orchestra.run.smithi071.stdout: "in_progress": true, 2024-09-13T14:22:12.330 INFO:teuthology.orchestra.run.smithi071.stdout: "which": "Upgrading daemons of type(s) mgr", 2024-09-13T14:22:12.330 INFO:teuthology.orchestra.run.smithi071.stdout: "services_complete": [], 2024-09-13T14:22:12.330 INFO:teuthology.orchestra.run.smithi071.stdout: "progress": "0/2 daemons upgraded", 2024-09-13T14:22:12.330 INFO:teuthology.orchestra.run.smithi071.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f image on host smithi104", 2024-09-13T14:22:12.330 INFO:teuthology.orchestra.run.smithi071.stdout: "is_paused": false 2024-09-13T14:22:12.330 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:22:12.331 INFO:tasks.rados.rados.0.smithi071.stdout:374: writing smithi07185159-44 from 608453 to 1154143 tid 1 2024-09-13T14:22:12.336 INFO:tasks.rados.rados.0.smithi071.stdout:374: writing smithi07185159-44 from 1624865 to 2080593 tid 2 2024-09-13T14:22:12.342 INFO:tasks.rados.rados.0.smithi071.stdout:374: writing smithi07185159-44 from 2632598 to 3008453 tid 3 2024-09-13T14:22:12.342 INFO:tasks.rados.rados.0.smithi071.stdout:375: rollback oid 4 current snap is 47 2024-09-13T14:22:12.342 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 4 to 46 2024-09-13T14:22:12.342 INFO:tasks.rados.rados.0.smithi071.stdout:370: finishing write tid 3 to smithi07185159-45 2024-09-13T14:22:12.342 INFO:tasks.rados.rados.0.smithi071.stdout:370: finishing write tid 4 to smithi07185159-45 2024-09-13T14:22:12.342 INFO:tasks.rados.rados.0.smithi071.stdout:370: oid 45 updating version 0 to 134 2024-09-13T14:22:12.342 INFO:tasks.rados.rados.0.smithi071.stdout:370: oid 45 updating version 134 to 136 2024-09-13T14:22:12.342 INFO:tasks.rados.rados.0.smithi071.stdout:370: oid 45 version 136 is already newer than 135 2024-09-13T14:22:12.342 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 45 v 136 (ObjNum 176 snap 47 seq_num 176) dirty exists 2024-09-13T14:22:12.342 INFO:tasks.rados.rados.0.smithi071.stdout:370: left oid 45 (ObjNum 176 snap 47 seq_num 176) 2024-09-13T14:22:12.342 INFO:tasks.rados.rados.0.smithi071.stdout:371: expect (ObjNum 106 snap 16 seq_num 106) 2024-09-13T14:22:12.553 INFO:tasks.rados.rados.0.smithi071.stdout:373: finishing write tid 1 to smithi07185159-11 2024-09-13T14:22:12.553 INFO:tasks.rados.rados.0.smithi071.stdout:373: finishing write tid 2 to smithi07185159-11 2024-09-13T14:22:12.553 INFO:tasks.rados.rados.0.smithi071.stdout:370: done (4 left) 2024-09-13T14:22:12.554 INFO:tasks.rados.rados.0.smithi071.stdout:371: done (3 left) 2024-09-13T14:22:12.554 INFO:tasks.rados.rados.0.smithi071.stdout:376: delete oid 15 current snap is 47 2024-09-13T14:22:12.554 INFO:tasks.rados.rados.0.smithi071.stdout:373: finishing write tid 3 to smithi07185159-11 2024-09-13T14:22:12.554 INFO:tasks.rados.rados.0.smithi071.stdout:373: finishing write tid 4 to smithi07185159-11 2024-09-13T14:22:12.554 INFO:tasks.rados.rados.0.smithi071.stdout:373: finishing write tid 5 to smithi07185159-11 2024-09-13T14:22:12.554 INFO:tasks.rados.rados.0.smithi071.stdout:373: oid 11 updating version 0 to 141 2024-09-13T14:22:12.554 INFO:tasks.rados.rados.0.smithi071.stdout:373: oid 11 version 141 is already newer than 138 2024-09-13T14:22:12.554 INFO:tasks.rados.rados.0.smithi071.stdout:373: oid 11 version 141 is already newer than 140 2024-09-13T14:22:12.554 INFO:tasks.rados.rados.0.smithi071.stdout:373: oid 11 version 141 is already newer than 139 2024-09-13T14:22:12.554 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 11 v 141 (ObjNum 178 snap 47 seq_num 178) dirty exists 2024-09-13T14:22:12.554 INFO:tasks.rados.rados.0.smithi071.stdout:373: left oid 11 (ObjNum 178 snap 47 seq_num 178) 2024-09-13T14:22:12.554 INFO:tasks.rados.rados.0.smithi071.stdout:374: finishing write tid 1 to smithi07185159-44 2024-09-13T14:22:12.554 INFO:tasks.rados.rados.0.smithi071.stdout:374: finishing write tid 2 to smithi07185159-44 2024-09-13T14:22:12.554 INFO:tasks.rados.rados.0.smithi071.stdout:375: finishing rollback tid 1 to smithi07185159-4 2024-09-13T14:22:12.555 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 4 v 0 (ObjNum 33 snap 0 seq_num 1953522936) dirty dne 2024-09-13T14:22:12.555 INFO:tasks.rados.rados.0.smithi071.stdout:374: finishing write tid 3 to smithi07185159-44 2024-09-13T14:22:12.555 INFO:tasks.rados.rados.0.smithi071.stdout:374: finishing write tid 4 to smithi07185159-44 2024-09-13T14:22:12.555 INFO:tasks.rados.rados.0.smithi071.stdout:374: finishing write tid 5 to smithi07185159-44 2024-09-13T14:22:12.555 INFO:tasks.rados.rados.0.smithi071.stdout:374: oid 44 updating version 0 to 171 2024-09-13T14:22:12.555 INFO:tasks.rados.rados.0.smithi071.stdout:374: oid 44 updating version 171 to 173 2024-09-13T14:22:12.555 INFO:tasks.rados.rados.0.smithi071.stdout:374: oid 44 version 173 is already newer than 172 2024-09-13T14:22:12.555 INFO:tasks.rados.rados.0.smithi071.stdout:374: oid 44 version 173 is already newer than 170 2024-09-13T14:22:12.555 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 44 v 173 (ObjNum 179 snap 47 seq_num 179) dirty exists 2024-09-13T14:22:12.555 INFO:tasks.rados.rados.0.smithi071.stdout:374: left oid 44 (ObjNum 179 snap 47 seq_num 179) 2024-09-13T14:22:12.555 INFO:tasks.rados.rados.0.smithi071.stdout:373: done (3 left) 2024-09-13T14:22:12.556 INFO:tasks.rados.rados.0.smithi071.stdout:374: done (2 left) 2024-09-13T14:22:12.556 INFO:tasks.rados.rados.0.smithi071.stdout:375: done (1 left) 2024-09-13T14:22:12.556 INFO:tasks.rados.rados.0.smithi071.stdout:376: done (0 left) 2024-09-13T14:22:12.556 INFO:tasks.rados.rados.0.smithi071.stdout:377: snap_remove snap 37 2024-09-13T14:22:12.842 INFO:tasks.rados.rados.0.smithi071.stdout:377: done (0 left) 2024-09-13T14:22:12.842 INFO:tasks.rados.rados.0.smithi071.stdout:378: read oid 7 snap -1 2024-09-13T14:22:12.842 INFO:tasks.rados.rados.0.smithi071.stdout:378: expect (ObjNum 166 snap 43 seq_num 166) 2024-09-13T14:22:12.842 INFO:tasks.rados.rados.0.smithi071.stdout:379: delete oid 3 current snap is 47 2024-09-13T14:22:12.847 INFO:tasks.rados.rados.0.smithi071.stdout:378: expect (ObjNum 166 snap 43 seq_num 166) 2024-09-13T14:22:13.011 INFO:tasks.rados.rados.0.smithi071.stdout:378: done (1 left) 2024-09-13T14:22:13.011 INFO:tasks.rados.rados.0.smithi071.stdout:379: done (0 left) 2024-09-13T14:22:13.011 INFO:tasks.rados.rados.0.smithi071.stdout:380: snap_create 2024-09-13T14:22:13.117 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:12 smithi104 ceph-mon[33426]: from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:22:13.117 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:12 smithi104 ceph-mon[33426]: osdmap e158: 8 total, 8 up, 8 in 2024-09-13T14:22:13.117 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:12 smithi104 ceph-mon[33426]: from='client.? 172.21.15.71:0/1701801719' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:22:13.118 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:12 smithi104 ceph-mon[33426]: from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:22:13.118 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:12 smithi104 ceph-mon[33426]: Upgrade: Updating mgr.x 2024-09-13T14:22:13.118 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:12 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:22:13.118 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:12 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-13T14:22:13.118 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:12 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-13T14:22:13.118 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:12 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:22:13.118 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:12 smithi104 ceph-mon[33426]: Deploying daemon mgr.x on smithi104 2024-09-13T14:22:13.118 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:12 smithi104 ceph-mon[33426]: osdmap e159: 8 total, 8 up, 8 in 2024-09-13T14:22:13.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:12 smithi071 ceph-mon[29588]: from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:22:13.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:12 smithi071 ceph-mon[29588]: osdmap e158: 8 total, 8 up, 8 in 2024-09-13T14:22:13.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:12 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/1701801719' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:22:13.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:12 smithi071 ceph-mon[29588]: from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:22:13.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:12 smithi071 ceph-mon[29588]: Upgrade: Updating mgr.x 2024-09-13T14:22:13.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:12 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:22:13.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:12 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-13T14:22:13.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:12 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-13T14:22:13.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:12 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:22:13.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:12 smithi071 ceph-mon[29588]: Deploying daemon mgr.x on smithi104 2024-09-13T14:22:13.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:12 smithi071 ceph-mon[29588]: osdmap e159: 8 total, 8 up, 8 in 2024-09-13T14:22:13.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:12 smithi071 ceph-mon[41109]: from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:22:13.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:12 smithi071 ceph-mon[41109]: osdmap e158: 8 total, 8 up, 8 in 2024-09-13T14:22:13.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:12 smithi071 ceph-mon[41109]: from='client.? 172.21.15.71:0/1701801719' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:22:13.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:12 smithi071 ceph-mon[41109]: from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:22:13.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:12 smithi071 ceph-mon[41109]: Upgrade: Updating mgr.x 2024-09-13T14:22:13.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:12 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:22:13.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:12 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-13T14:22:13.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:12 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-13T14:22:13.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:12 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:22:13.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:12 smithi071 ceph-mon[41109]: Deploying daemon mgr.x on smithi104 2024-09-13T14:22:13.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:12 smithi071 ceph-mon[41109]: osdmap e159: 8 total, 8 up, 8 in 2024-09-13T14:22:13.924 INFO:tasks.rados.rados.0.smithi071.stdout:380: done (0 left) 2024-09-13T14:22:13.925 INFO:tasks.rados.rados.0.smithi071.stdout:381: read oid 34 snap -1 2024-09-13T14:22:13.925 INFO:tasks.rados.rados.0.smithi071.stdout:381: expect (ObjNum 112 snap 18 seq_num 112) 2024-09-13T14:22:13.925 INFO:tasks.rados.rados.0.smithi071.stdout:382: read oid 47 snap -1 2024-09-13T14:22:13.925 INFO:tasks.rados.rados.0.smithi071.stdout:382: expect deleted 2024-09-13T14:22:13.925 INFO:tasks.rados.rados.0.smithi071.stdout:383: write oid 25 current snap is 48 2024-09-13T14:22:13.925 INFO:tasks.rados.rados.0.smithi071.stdout:383: seq_num 182 ranges {658874=771437,2083958=603055} 2024-09-13T14:22:13.932 INFO:tasks.rados.rados.0.smithi071.stdout:383: writing smithi07185159-25 from 658874 to 1430311 tid 1 2024-09-13T14:22:13.939 INFO:tasks.rados.rados.0.smithi071.stdout:383: writing smithi07185159-25 from 2083958 to 2687013 tid 2 2024-09-13T14:22:13.939 INFO:tasks.rados.rados.0.smithi071.stdout:384: rollback oid 1 current snap is 48 2024-09-13T14:22:13.939 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 1 to 35 2024-09-13T14:22:13.939 INFO:tasks.rados.rados.0.smithi071.stdout:383: finishing write tid 1 to smithi07185159-25 2024-09-13T14:22:13.939 INFO:tasks.rados.rados.0.smithi071.stdout:382: done (3 left) 2024-09-13T14:22:13.939 INFO:tasks.rados.rados.0.smithi071.stdout:385: write oid 10 current snap is 48 2024-09-13T14:22:13.939 INFO:tasks.rados.rados.0.smithi071.stdout:385: seq_num 183 ranges {675681=563039,1858793=746713,3025937=49744} 2024-09-13T14:22:13.945 INFO:tasks.rados.rados.0.smithi071.stdout:385: writing smithi07185159-10 from 675681 to 1238720 tid 1 2024-09-13T14:22:13.953 INFO:tasks.rados.rados.0.smithi071.stdout:385: writing smithi07185159-10 from 1858793 to 2605506 tid 2 2024-09-13T14:22:13.956 INFO:tasks.rados.rados.0.smithi071.stdout:385: writing smithi07185159-10 from 3025937 to 3075681 tid 3 2024-09-13T14:22:13.956 INFO:tasks.rados.rados.0.smithi071.stdout:386: snap_create 2024-09-13T14:22:13.956 INFO:tasks.rados.rados.0.smithi071.stdout:384: finishing rollback tid 1 to smithi07185159-1 2024-09-13T14:22:13.956 INFO:tasks.rados.rados.0.smithi071.stdout:383: finishing write tid 2 to smithi07185159-25 2024-09-13T14:22:13.956 INFO:tasks.rados.rados.0.smithi071.stdout:383: finishing write tid 3 to smithi07185159-25 2024-09-13T14:22:13.956 INFO:tasks.rados.rados.0.smithi071.stdout:384: finishing rollback tid 2 to smithi07185159-1 2024-09-13T14:22:13.956 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 1 v 259 (ObjNum 103 snap 16 seq_num 103) dirty exists 2024-09-13T14:22:13.956 INFO:tasks.rados.rados.0.smithi071.stdout:383: finishing write tid 4 to smithi07185159-25 2024-09-13T14:22:13.956 INFO:tasks.rados.rados.0.smithi071.stdout:383: oid 25 updating version 0 to 134 2024-09-13T14:22:13.957 INFO:tasks.rados.rados.0.smithi071.stdout:383: oid 25 version 134 is already newer than 132 2024-09-13T14:22:13.957 INFO:tasks.rados.rados.0.smithi071.stdout:383: oid 25 version 134 is already newer than 133 2024-09-13T14:22:13.957 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 25 v 134 (ObjNum 182 snap 48 seq_num 182) dirty exists 2024-09-13T14:22:13.957 INFO:tasks.rados.rados.0.smithi071.stdout:383: left oid 25 (ObjNum 182 snap 48 seq_num 182) 2024-09-13T14:22:13.957 INFO:tasks.rados.rados.0.smithi071.stdout:381: expect (ObjNum 112 snap 18 seq_num 112) 2024-09-13T14:22:14.182 INFO:tasks.rados.rados.0.smithi071.stdout:385: finishing write tid 1 to smithi07185159-10 2024-09-13T14:22:14.182 INFO:tasks.rados.rados.0.smithi071.stdout:385: finishing write tid 2 to smithi07185159-10 2024-09-13T14:22:14.182 INFO:tasks.rados.rados.0.smithi071.stdout:385: finishing write tid 3 to smithi07185159-10 2024-09-13T14:22:14.182 INFO:tasks.rados.rados.0.smithi071.stdout:385: finishing write tid 4 to smithi07185159-10 2024-09-13T14:22:14.182 INFO:tasks.rados.rados.0.smithi071.stdout:385: finishing write tid 5 to smithi07185159-10 2024-09-13T14:22:14.182 INFO:tasks.rados.rados.0.smithi071.stdout:385: oid 10 updating version 0 to 177 2024-09-13T14:22:14.182 INFO:tasks.rados.rados.0.smithi071.stdout:385: oid 10 updating version 177 to 179 2024-09-13T14:22:14.182 INFO:tasks.rados.rados.0.smithi071.stdout:385: oid 10 version 179 is already newer than 178 2024-09-13T14:22:14.182 INFO:tasks.rados.rados.0.smithi071.stdout:385: oid 10 version 179 is already newer than 176 2024-09-13T14:22:14.183 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 10 v 179 (ObjNum 183 snap 48 seq_num 183) dirty exists 2024-09-13T14:22:14.183 INFO:tasks.rados.rados.0.smithi071.stdout:385: left oid 10 (ObjNum 183 snap 48 seq_num 183) 2024-09-13T14:22:14.226 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:13 smithi104 ceph-mon[33426]: pgmap v225: 89 pgs: 89 active+clean; 164 MiB data, 552 MiB used, 715 GiB / 715 GiB avail; 2.6 MiB/s rd, 3.0 MiB/s wr, 17 op/s 2024-09-13T14:22:14.227 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:22:14 smithi104 systemd[1]: Stopping Ceph mgr.x for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T14:22:14.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:13 smithi071 ceph-mon[29588]: pgmap v225: 89 pgs: 89 active+clean; 164 MiB data, 552 MiB used, 715 GiB / 715 GiB avail; 2.6 MiB/s rd, 3.0 MiB/s wr, 17 op/s 2024-09-13T14:22:14.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:13 smithi071 ceph-mon[41109]: pgmap v225: 89 pgs: 89 active+clean; 164 MiB data, 552 MiB used, 715 GiB / 715 GiB avail; 2.6 MiB/s rd, 3.0 MiB/s wr, 17 op/s 2024-09-13T14:22:14.802 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:22:14 smithi104 podman[69464]: 2024-09-13 14:22:14.514399713 +0000 UTC m=+0.145839090 container died d2e66c9e84d62dc0cf3c9306808924867c11f725d76b66b8161c0a0c76fd856b (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x, GIT_BRANCH=HEAD, GIT_CLEAN=True, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=reef-2c01458, org.label-schema.license=GPLv2) 2024-09-13T14:22:14.933 INFO:tasks.rados.rados.0.smithi071.stdout:381: done (4 left) 2024-09-13T14:22:14.933 INFO:tasks.rados.rados.0.smithi071.stdout:383: done (3 left) 2024-09-13T14:22:14.933 INFO:tasks.rados.rados.0.smithi071.stdout:384: done (2 left) 2024-09-13T14:22:14.933 INFO:tasks.rados.rados.0.smithi071.stdout:385: done (1 left) 2024-09-13T14:22:14.933 INFO:tasks.rados.rados.0.smithi071.stdout:386: done (0 left) 2024-09-13T14:22:14.933 INFO:tasks.rados.rados.0.smithi071.stdout:387: read oid 39 snap -1 2024-09-13T14:22:14.933 INFO:tasks.rados.rados.0.smithi071.stdout:387: expect (ObjNum 38 snap 0 seq_num 38) 2024-09-13T14:22:14.933 INFO:tasks.rados.rados.0.smithi071.stdout:388: delete oid 22 current snap is 49 2024-09-13T14:22:14.934 INFO:tasks.rados.rados.0.smithi071.stdout:388: done (1 left) 2024-09-13T14:22:14.934 INFO:tasks.rados.rados.0.smithi071.stdout:389: rollback oid 29 current snap is 49 2024-09-13T14:22:14.934 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 29 to 38 2024-09-13T14:22:14.934 INFO:tasks.rados.rados.0.smithi071.stdout:390: read oid 28 snap -1 2024-09-13T14:22:14.934 INFO:tasks.rados.rados.0.smithi071.stdout:390: expect (ObjNum 173 snap 46 seq_num 173) 2024-09-13T14:22:14.934 INFO:tasks.rados.rados.0.smithi071.stdout:391: read oid 33 snap -1 2024-09-13T14:22:14.934 INFO:tasks.rados.rados.0.smithi071.stdout:391: expect deleted 2024-09-13T14:22:14.935 INFO:tasks.rados.rados.0.smithi071.stdout:392: rollback oid 20 current snap is 49 2024-09-13T14:22:14.935 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 20 to 48 2024-09-13T14:22:14.935 INFO:tasks.rados.rados.0.smithi071.stdout:393: snap_remove snap 23 2024-09-13T14:22:15.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:14 smithi104 ceph-mon[33426]: osdmap e160: 8 total, 8 up, 8 in 2024-09-13T14:22:15.172 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:22:14 smithi104 podman[69464]: 2024-09-13 14:22:14.983557856 +0000 UTC m=+0.614997230 container cleanup d2e66c9e84d62dc0cf3c9306808924867c11f725d76b66b8161c0a0c76fd856b (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, RELEASE=reef-2c01458, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS) 2024-09-13T14:22:15.172 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:22:14 smithi104 bash[69464]: ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x 2024-09-13T14:22:15.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:14 smithi071 ceph-mon[29588]: osdmap e160: 8 total, 8 up, 8 in 2024-09-13T14:22:15.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:14 smithi071 ceph-mon[41109]: osdmap e160: 8 total, 8 up, 8 in 2024-09-13T14:22:15.598 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:22:15 smithi104 podman[69482]: 2024-09-13 14:22:15.268288226 +0000 UTC m=+0.742731987 container remove d2e66c9e84d62dc0cf3c9306808924867c11f725d76b66b8161c0a0c76fd856b (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, RELEASE=reef-2c01458, CEPH_POINT_RELEASE=) 2024-09-13T14:22:15.598 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:22:15 smithi104 systemd[1]: ceph-18f8172c-71da-11ef-bceb-c7b262605968@mgr.x.service: Main process exited, code=exited, status=143/n/a 2024-09-13T14:22:15.598 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:22:15 smithi104 systemd[1]: ceph-18f8172c-71da-11ef-bceb-c7b262605968@mgr.x.service: Failed with result 'exit-code'. 2024-09-13T14:22:15.598 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:22:15 smithi104 systemd[1]: Stopped Ceph mgr.x for 18f8172c-71da-11ef-bceb-c7b262605968. 2024-09-13T14:22:15.598 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:22:15 smithi104 systemd[1]: ceph-18f8172c-71da-11ef-bceb-c7b262605968@mgr.x.service: Consumed 10.939s CPU time. 2024-09-13T14:22:15.599 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:22:15 smithi104 systemd[1]: Starting Ceph mgr.x for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T14:22:15.921 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:22:15 smithi104 podman[69613]: 2024-09-13 14:22:15.708014689 +0000 UTC m=+0.015864352 image pull fec07016a2b0bf363d0b69240081049b65cf13f1c44f6a7196cf8309aeb428cd quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f 2024-09-13T14:22:15.946 INFO:tasks.rados.rados.0.smithi071.stdout:393: done (5 left) 2024-09-13T14:22:15.946 INFO:tasks.rados.rados.0.smithi071.stdout:394: write oid 17 current snap is 49 2024-09-13T14:22:15.946 INFO:tasks.rados.rados.0.smithi071.stdout:394: seq_num 185 ranges {709295=713537,1859404=750382} 2024-09-13T14:22:15.954 INFO:tasks.rados.rados.0.smithi071.stdout:394: writing smithi07185159-17 from 709295 to 1422832 tid 1 2024-09-13T14:22:15.961 INFO:tasks.rados.rados.0.smithi071.stdout:394: writing smithi07185159-17 from 1859404 to 2609786 tid 2 2024-09-13T14:22:15.961 INFO:tasks.rados.rados.0.smithi071.stdout:395: write oid 44 current snap is 49 2024-09-13T14:22:15.961 INFO:tasks.rados.rados.0.smithi071.stdout:395: seq_num 186 ranges {726102=788786,1917886=610393,3108206=17896} 2024-09-13T14:22:15.969 INFO:tasks.rados.rados.0.smithi071.stdout:395: writing smithi07185159-44 from 726102 to 1514888 tid 1 2024-09-13T14:22:15.975 INFO:tasks.rados.rados.0.smithi071.stdout:395: writing smithi07185159-44 from 1917886 to 2528279 tid 2 2024-09-13T14:22:15.978 INFO:tasks.rados.rados.0.smithi071.stdout:395: writing smithi07185159-44 from 3108206 to 3126102 tid 3 2024-09-13T14:22:15.978 INFO:tasks.rados.rados.0.smithi071.stdout:396: write oid 14 current snap is 49 2024-09-13T14:22:15.978 INFO:tasks.rados.rados.0.smithi071.stdout:396: seq_num 187 ranges {742909=464035,1976368=754051} 2024-09-13T14:22:15.985 INFO:tasks.rados.rados.0.smithi071.stdout:396: writing smithi07185159-14 from 742909 to 1206944 tid 1 2024-09-13T14:22:15.993 INFO:tasks.rados.rados.0.smithi071.stdout:396: writing smithi07185159-14 from 1976368 to 2730419 tid 2 2024-09-13T14:22:15.993 INFO:tasks.rados.rados.0.smithi071.stdout:397: read oid 34 snap 47 2024-09-13T14:22:15.993 INFO:tasks.rados.rados.0.smithi071.stdout:397: expect (ObjNum 112 snap 18 seq_num 112) 2024-09-13T14:22:15.993 INFO:tasks.rados.rados.0.smithi071.stdout:398: snap_create 2024-09-13T14:22:15.993 INFO:tasks.rados.rados.0.smithi071.stdout:387: expect (ObjNum 38 snap 0 seq_num 38) 2024-09-13T14:22:16.079 INFO:tasks.rados.rados.0.smithi071.stdout:389: finishing rollback tid 0 to smithi07185159-29 2024-09-13T14:22:16.079 INFO:tasks.rados.rados.0.smithi071.stdout:389: finishing rollback tid 1 to smithi07185159-29 2024-09-13T14:22:16.079 INFO:tasks.rados.rados.0.smithi071.stdout:389: finishing rollback tid 2 to smithi07185159-29 2024-09-13T14:22:16.079 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 29 v 151 (ObjNum 155 snap 38 seq_num 155) dirty exists 2024-09-13T14:22:16.079 INFO:tasks.rados.rados.0.smithi071.stdout:390: expect (ObjNum 173 snap 46 seq_num 173) 2024-09-13T14:22:16.172 INFO:tasks.rados.rados.0.smithi071.stdout:392: finishing rollback tid 1 to smithi07185159-20 2024-09-13T14:22:16.172 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 20 v 0 (ObjNum 33 snap 0 seq_num 1953522936) dirty dne 2024-09-13T14:22:16.172 INFO:tasks.rados.rados.0.smithi071.stdout:394: finishing write tid 1 to smithi07185159-17 2024-09-13T14:22:16.172 INFO:tasks.rados.rados.0.smithi071.stdout:394: finishing write tid 2 to smithi07185159-17 2024-09-13T14:22:16.173 INFO:tasks.rados.rados.0.smithi071.stdout:394: finishing write tid 3 to smithi07185159-17 2024-09-13T14:22:16.173 INFO:tasks.rados.rados.0.smithi071.stdout:394: finishing write tid 4 to smithi07185159-17 2024-09-13T14:22:16.173 INFO:tasks.rados.rados.0.smithi071.stdout:394: oid 17 updating version 0 to 91 2024-09-13T14:22:16.173 INFO:tasks.rados.rados.0.smithi071.stdout:394: oid 17 version 91 is already newer than 90 2024-09-13T14:22:16.173 INFO:tasks.rados.rados.0.smithi071.stdout:394: oid 17 updating version 91 to 92 2024-09-13T14:22:16.173 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 17 v 92 (ObjNum 185 snap 49 seq_num 185) dirty exists 2024-09-13T14:22:16.173 INFO:tasks.rados.rados.0.smithi071.stdout:394: left oid 17 (ObjNum 185 snap 49 seq_num 185) 2024-09-13T14:22:16.173 INFO:tasks.rados.rados.0.smithi071.stdout:395: finishing write tid 1 to smithi07185159-44 2024-09-13T14:22:16.173 INFO:tasks.rados.rados.0.smithi071.stdout:395: finishing write tid 2 to smithi07185159-44 2024-09-13T14:22:16.173 INFO:tasks.rados.rados.0.smithi071.stdout:395: finishing write tid 3 to smithi07185159-44 2024-09-13T14:22:16.173 INFO:tasks.rados.rados.0.smithi071.stdout:395: finishing write tid 4 to smithi07185159-44 2024-09-13T14:22:16.173 INFO:tasks.rados.rados.0.smithi071.stdout:395: finishing write tid 5 to smithi07185159-44 2024-09-13T14:22:16.173 INFO:tasks.rados.rados.0.smithi071.stdout:395: oid 44 updating version 0 to 188 2024-09-13T14:22:16.173 INFO:tasks.rados.rados.0.smithi071.stdout:395: oid 44 version 188 is already newer than 187 2024-09-13T14:22:16.174 INFO:tasks.rados.rados.0.smithi071.stdout:395: oid 44 updating version 188 to 189 2024-09-13T14:22:16.174 INFO:tasks.rados.rados.0.smithi071.stdout:395: oid 44 updating version 189 to 190 2024-09-13T14:22:16.174 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 44 v 190 (ObjNum 186 snap 49 seq_num 186) dirty exists 2024-09-13T14:22:16.174 INFO:tasks.rados.rados.0.smithi071.stdout:395: left oid 44 (ObjNum 186 snap 49 seq_num 186) 2024-09-13T14:22:16.174 INFO:tasks.rados.rados.0.smithi071.stdout:396: finishing write tid 1 to smithi07185159-14 2024-09-13T14:22:16.174 INFO:tasks.rados.rados.0.smithi071.stdout:396: finishing write tid 2 to smithi07185159-14 2024-09-13T14:22:16.174 INFO:tasks.rados.rados.0.smithi071.stdout:396: finishing write tid 3 to smithi07185159-14 2024-09-13T14:22:16.174 INFO:tasks.rados.rados.0.smithi071.stdout:396: finishing write tid 4 to smithi07185159-14 2024-09-13T14:22:16.174 INFO:tasks.rados.rados.0.smithi071.stdout:396: oid 14 updating version 0 to 144 2024-09-13T14:22:16.174 INFO:tasks.rados.rados.0.smithi071.stdout:396: oid 14 updating version 144 to 145 2024-09-13T14:22:16.174 INFO:tasks.rados.rados.0.smithi071.stdout:396: oid 14 updating version 145 to 146 2024-09-13T14:22:16.174 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 14 v 146 (ObjNum 187 snap 49 seq_num 187) dirty exists 2024-09-13T14:22:16.174 INFO:tasks.rados.rados.0.smithi071.stdout:396: left oid 14 (ObjNum 187 snap 49 seq_num 187) 2024-09-13T14:22:16.174 INFO:tasks.rados.rados.0.smithi071.stdout:397: expect (ObjNum 112 snap 18 seq_num 112) 2024-09-13T14:22:16.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:15 smithi071 ceph-mon[29588]: osdmap e161: 8 total, 8 up, 8 in 2024-09-13T14:22:16.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:15 smithi071 ceph-mon[29588]: pgmap v228: 89 pgs: 89 active+clean; 182 MiB data, 576 MiB used, 715 GiB / 715 GiB avail; 19 MiB/s rd, 1.8 MiB/s wr, 25 op/s 2024-09-13T14:22:16.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:15 smithi071 ceph-mon[41109]: osdmap e161: 8 total, 8 up, 8 in 2024-09-13T14:22:16.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:15 smithi071 ceph-mon[41109]: pgmap v228: 89 pgs: 89 active+clean; 182 MiB data, 576 MiB used, 715 GiB / 715 GiB avail; 19 MiB/s rd, 1.8 MiB/s wr, 25 op/s 2024-09-13T14:22:16.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:15 smithi104 ceph-mon[33426]: osdmap e161: 8 total, 8 up, 8 in 2024-09-13T14:22:16.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:15 smithi104 ceph-mon[33426]: pgmap v228: 89 pgs: 89 active+clean; 182 MiB data, 576 MiB used, 715 GiB / 715 GiB avail; 19 MiB/s rd, 1.8 MiB/s wr, 25 op/s 2024-09-13T14:22:16.948 INFO:tasks.rados.rados.0.smithi071.stdout:387: done (9 left) 2024-09-13T14:22:16.948 INFO:tasks.rados.rados.0.smithi071.stdout:389: done (8 left) 2024-09-13T14:22:16.948 INFO:tasks.rados.rados.0.smithi071.stdout:390: done (7 left) 2024-09-13T14:22:16.948 INFO:tasks.rados.rados.0.smithi071.stdout:391: done (6 left) 2024-09-13T14:22:16.948 INFO:tasks.rados.rados.0.smithi071.stdout:392: done (5 left) 2024-09-13T14:22:16.948 INFO:tasks.rados.rados.0.smithi071.stdout:394: done (4 left) 2024-09-13T14:22:16.949 INFO:tasks.rados.rados.0.smithi071.stdout:395: done (3 left) 2024-09-13T14:22:16.949 INFO:tasks.rados.rados.0.smithi071.stdout:396: done (2 left) 2024-09-13T14:22:16.949 INFO:tasks.rados.rados.0.smithi071.stdout:397: done (1 left) 2024-09-13T14:22:16.949 INFO:tasks.rados.rados.0.smithi071.stdout:398: done (0 left) 2024-09-13T14:22:16.949 INFO:tasks.rados.rados.0.smithi071.stdout:399: read oid 47 snap 46 2024-09-13T14:22:16.949 INFO:tasks.rados.rados.0.smithi071.stdout:399: expect deleted 2024-09-13T14:22:16.949 INFO:tasks.rados.rados.0.smithi071.stdout:400: rollback oid 24 current snap is 50 2024-09-13T14:22:16.949 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 24 to 20 2024-09-13T14:22:16.949 INFO:tasks.rados.rados.0.smithi071.stdout:401: delete oid 8 current snap is 50 2024-09-13T14:22:16.949 INFO:tasks.rados.rados.0.smithi071.stdout:400: finishing rollback tid 1 to smithi07185159-24 2024-09-13T14:22:16.949 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 24 v 0 (ObjNum 129 snap 0 seq_num 1961207568) dirty dne 2024-09-13T14:22:16.950 INFO:tasks.rados.rados.0.smithi071.stdout:400: done (2 left) 2024-09-13T14:22:16.950 INFO:tasks.rados.rados.0.smithi071.stdout:401: done (1 left) 2024-09-13T14:22:16.950 INFO:tasks.rados.rados.0.smithi071.stdout:402: snap_remove snap 20 2024-09-13T14:22:17.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:16 smithi104 ceph-mon[33426]: osdmap e162: 8 total, 8 up, 8 in 2024-09-13T14:22:17.172 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:22:16 smithi104 podman[69613]: 2024-09-13 14:22:16.780108316 +0000 UTC m=+1.087957978 container create 94e439038a66b933fa857c2118566b6b1a46dd020bbb13cbda3f3b18ce22efa8 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, RELEASE=wip-aclamk-cbt-combined-d58f730, maintainer=Guillaume Abrioux , ceph=True, GIT_CLEAN=True, 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, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2) 2024-09-13T14:22:17.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:16 smithi071 ceph-mon[29588]: osdmap e162: 8 total, 8 up, 8 in 2024-09-13T14:22:17.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:16 smithi071 ceph-mon[41109]: osdmap e162: 8 total, 8 up, 8 in 2024-09-13T14:22:17.844 INFO:tasks.rados.rados.0.smithi071.stdout:402: done (1 left) 2024-09-13T14:22:17.844 INFO:tasks.rados.rados.0.smithi071.stdout:403: snap_create 2024-09-13T14:22:18.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:17 smithi071 ceph-mon[29588]: osdmap e163: 8 total, 8 up, 8 in 2024-09-13T14:22:18.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:17 smithi071 ceph-mon[29588]: pgmap v231: 89 pgs: 89 active+clean; 182 MiB data, 576 MiB used, 715 GiB / 715 GiB avail; 19 MiB/s rd, 1.8 MiB/s wr, 25 op/s 2024-09-13T14:22:18.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:17 smithi071 ceph-mon[29588]: osdmap e164: 8 total, 8 up, 8 in 2024-09-13T14:22:18.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:17 smithi071 ceph-mon[41109]: osdmap e163: 8 total, 8 up, 8 in 2024-09-13T14:22:18.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:17 smithi071 ceph-mon[41109]: pgmap v231: 89 pgs: 89 active+clean; 182 MiB data, 576 MiB used, 715 GiB / 715 GiB avail; 19 MiB/s rd, 1.8 MiB/s wr, 25 op/s 2024-09-13T14:22:18.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:17 smithi071 ceph-mon[41109]: osdmap e164: 8 total, 8 up, 8 in 2024-09-13T14:22:18.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:17 smithi104 ceph-mon[33426]: osdmap e163: 8 total, 8 up, 8 in 2024-09-13T14:22:18.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:17 smithi104 ceph-mon[33426]: pgmap v231: 89 pgs: 89 active+clean; 182 MiB data, 576 MiB used, 715 GiB / 715 GiB avail; 19 MiB/s rd, 1.8 MiB/s wr, 25 op/s 2024-09-13T14:22:18.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:17 smithi104 ceph-mon[33426]: osdmap e164: 8 total, 8 up, 8 in 2024-09-13T14:22:18.842 INFO:tasks.rados.rados.0.smithi071.stdout:399: done (1 left) 2024-09-13T14:22:18.843 INFO:tasks.rados.rados.0.smithi071.stdout:403: done (0 left) 2024-09-13T14:22:18.843 INFO:tasks.rados.rados.0.smithi071.stdout:404: write oid 45 current snap is 51 2024-09-13T14:22:18.843 INFO:tasks.rados.rados.0.smithi071.stdout:404: seq_num 189 ranges {776523=614533,1976979=757720} 2024-09-13T14:22:18.850 INFO:tasks.rados.rados.0.smithi071.stdout:404: writing smithi07185159-45 from 776523 to 1391056 tid 1 2024-09-13T14:22:18.858 INFO:tasks.rados.rados.0.smithi071.stdout:404: writing smithi07185159-45 from 1976979 to 2734699 tid 2 2024-09-13T14:22:18.858 INFO:tasks.rados.rados.0.smithi071.stdout:405: write oid 9 current snap is 51 2024-09-13T14:22:18.858 INFO:tasks.rados.rados.0.smithi071.stdout:404: finishing write tid 1 to smithi07185159-45 2024-09-13T14:22:18.858 INFO:tasks.rados.rados.0.smithi071.stdout:405: seq_num 190 ranges {793330=689782,2035461=617731,3101545=91785} 2024-09-13T14:22:18.866 INFO:tasks.rados.rados.0.smithi071.stdout:405: writing smithi07185159-9 from 793330 to 1483112 tid 1 2024-09-13T14:22:18.872 INFO:tasks.rados.rados.0.smithi071.stdout:405: writing smithi07185159-9 from 2035461 to 2653192 tid 2 2024-09-13T14:22:18.875 INFO:tasks.rados.rados.0.smithi071.stdout:405: writing smithi07185159-9 from 3101545 to 3193330 tid 3 2024-09-13T14:22:18.875 INFO:tasks.rados.rados.0.smithi071.stdout:406: write oid 21 current snap is 51 2024-09-13T14:22:18.875 INFO:tasks.rados.rados.0.smithi071.stdout:404: finishing write tid 2 to smithi07185159-45 2024-09-13T14:22:18.876 INFO:tasks.rados.rados.0.smithi071.stdout:404: finishing write tid 3 to smithi07185159-45 2024-09-13T14:22:18.876 INFO:tasks.rados.rados.0.smithi071.stdout:404: finishing write tid 4 to smithi07185159-45 2024-09-13T14:22:18.876 INFO:tasks.rados.rados.0.smithi071.stdout:404: oid 45 updating version 0 to 167 2024-09-13T14:22:18.876 INFO:tasks.rados.rados.0.smithi071.stdout:404: oid 45 version 167 is already newer than 166 2024-09-13T14:22:18.876 INFO:tasks.rados.rados.0.smithi071.stdout:404: oid 45 version 167 is already newer than 165 2024-09-13T14:22:18.876 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 45 v 167 (ObjNum 189 snap 51 seq_num 189) dirty exists 2024-09-13T14:22:18.876 INFO:tasks.rados.rados.0.smithi071.stdout:404: left oid 45 (ObjNum 189 snap 51 seq_num 189) 2024-09-13T14:22:18.876 INFO:tasks.rados.rados.0.smithi071.stdout:405: finishing write tid 1 to smithi07185159-9 2024-09-13T14:22:18.876 INFO:tasks.rados.rados.0.smithi071.stdout:405: finishing write tid 2 to smithi07185159-9 2024-09-13T14:22:18.876 INFO:tasks.rados.rados.0.smithi071.stdout:406: seq_num 191 ranges {410137=481384,1410296=761389,2728968=481169} 2024-09-13T14:22:18.880 INFO:tasks.rados.rados.0.smithi071.stdout:406: writing smithi07185159-21 from 410137 to 891521 tid 1 2024-09-13T14:22:18.887 INFO:tasks.rados.rados.0.smithi071.stdout:406: writing smithi07185159-21 from 1410296 to 2171685 tid 2 2024-09-13T14:22:18.893 INFO:tasks.rados.rados.0.smithi071.stdout:406: writing smithi07185159-21 from 2728968 to 3210137 tid 3 2024-09-13T14:22:18.893 INFO:tasks.rados.rados.0.smithi071.stdout:404: done (2 left) 2024-09-13T14:22:18.894 INFO:tasks.rados.rados.0.smithi071.stdout:407: rollback oid 38 current snap is 51 2024-09-13T14:22:18.894 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 38 to 46 2024-09-13T14:22:18.894 INFO:tasks.rados.rados.0.smithi071.stdout:405: finishing write tid 3 to smithi07185159-9 2024-09-13T14:22:18.894 INFO:tasks.rados.rados.0.smithi071.stdout:405: finishing write tid 4 to smithi07185159-9 2024-09-13T14:22:18.894 INFO:tasks.rados.rados.0.smithi071.stdout:405: finishing write tid 5 to smithi07185159-9 2024-09-13T14:22:18.894 INFO:tasks.rados.rados.0.smithi071.stdout:405: oid 9 updating version 0 to 47 2024-09-13T14:22:18.894 INFO:tasks.rados.rados.0.smithi071.stdout:405: oid 9 version 47 is already newer than 46 2024-09-13T14:22:18.895 INFO:tasks.rados.rados.0.smithi071.stdout:405: oid 9 updating version 47 to 48 2024-09-13T14:22:18.895 INFO:tasks.rados.rados.0.smithi071.stdout:405: oid 9 updating version 48 to 49 2024-09-13T14:22:18.895 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 9 v 49 (ObjNum 190 snap 51 seq_num 190) dirty exists 2024-09-13T14:22:18.895 INFO:tasks.rados.rados.0.smithi071.stdout:405: left oid 9 (ObjNum 190 snap 51 seq_num 190) 2024-09-13T14:22:18.895 INFO:tasks.rados.rados.0.smithi071.stdout:406: finishing write tid 1 to smithi07185159-21 2024-09-13T14:22:18.896 INFO:tasks.rados.rados.0.smithi071.stdout:406: finishing write tid 2 to smithi07185159-21 2024-09-13T14:22:18.896 INFO:tasks.rados.rados.0.smithi071.stdout:405: done (2 left) 2024-09-13T14:22:18.896 INFO:tasks.rados.rados.0.smithi071.stdout:408: write oid 4 current snap is 51 2024-09-13T14:22:18.896 INFO:tasks.rados.rados.0.smithi071.stdout:408: seq_num 192 ranges {426944=556633,1468778=621400,2872744=354200} 2024-09-13T14:22:18.898 INFO:tasks.rados.rados.0.smithi071.stdout:408: writing smithi07185159-4 from 426944 to 983577 tid 1 2024-09-13T14:22:18.904 INFO:tasks.rados.rados.0.smithi071.stdout:408: writing smithi07185159-4 from 1468778 to 2090178 tid 2 2024-09-13T14:22:18.910 INFO:tasks.rados.rados.0.smithi071.stdout:408: writing smithi07185159-4 from 2872744 to 3226944 tid 3 2024-09-13T14:22:18.910 INFO:tasks.rados.rados.0.smithi071.stdout:409: snap_create 2024-09-13T14:22:18.911 INFO:tasks.rados.rados.0.smithi071.stdout:407: finishing rollback tid 0 to smithi07185159-38 2024-09-13T14:22:18.911 INFO:tasks.rados.rados.0.smithi071.stdout:407: finishing rollback tid 1 to smithi07185159-38 2024-09-13T14:22:18.911 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 38 v 199 (ObjNum 289 snap 0 seq_num 0) dirty dne 2024-09-13T14:22:18.911 INFO:tasks.rados.rados.0.smithi071.stdout:406: finishing write tid 3 to smithi07185159-21 2024-09-13T14:22:18.911 INFO:tasks.rados.rados.0.smithi071.stdout:406: finishing write tid 4 to smithi07185159-21 2024-09-13T14:22:18.911 INFO:tasks.rados.rados.0.smithi071.stdout:406: finishing write tid 5 to smithi07185159-21 2024-09-13T14:22:18.911 INFO:tasks.rados.rados.0.smithi071.stdout:406: oid 21 updating version 0 to 157 2024-09-13T14:22:18.911 INFO:tasks.rados.rados.0.smithi071.stdout:406: oid 21 version 157 is already newer than 155 2024-09-13T14:22:18.911 INFO:tasks.rados.rados.0.smithi071.stdout:406: oid 21 version 157 is already newer than 156 2024-09-13T14:22:18.911 INFO:tasks.rados.rados.0.smithi071.stdout:406: oid 21 updating version 157 to 158 2024-09-13T14:22:18.911 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 21 v 158 (ObjNum 191 snap 51 seq_num 191) dirty exists 2024-09-13T14:22:18.911 INFO:tasks.rados.rados.0.smithi071.stdout:406: left oid 21 (ObjNum 191 snap 51 seq_num 191) 2024-09-13T14:22:18.911 INFO:tasks.rados.rados.0.smithi071.stdout:408: finishing write tid 1 to smithi07185159-4 2024-09-13T14:22:18.912 INFO:tasks.rados.rados.0.smithi071.stdout:408: finishing write tid 2 to smithi07185159-4 2024-09-13T14:22:18.913 INFO:tasks.rados.rados.0.smithi071.stdout:408: finishing write tid 3 to smithi07185159-4 2024-09-13T14:22:18.913 INFO:tasks.rados.rados.0.smithi071.stdout:408: finishing write tid 4 to smithi07185159-4 2024-09-13T14:22:18.913 INFO:tasks.rados.rados.0.smithi071.stdout:408: finishing write tid 5 to smithi07185159-4 2024-09-13T14:22:18.913 INFO:tasks.rados.rados.0.smithi071.stdout:408: oid 4 updating version 0 to 202 2024-09-13T14:22:18.913 INFO:tasks.rados.rados.0.smithi071.stdout:408: oid 4 updating version 202 to 203 2024-09-13T14:22:18.913 INFO:tasks.rados.rados.0.smithi071.stdout:408: oid 4 version 203 is already newer than 201 2024-09-13T14:22:18.913 INFO:tasks.rados.rados.0.smithi071.stdout:408: oid 4 version 203 is already newer than 200 2024-09-13T14:22:18.913 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 4 v 203 (ObjNum 192 snap 51 seq_num 192) dirty exists 2024-09-13T14:22:18.913 INFO:tasks.rados.rados.0.smithi071.stdout:408: left oid 4 (ObjNum 192 snap 51 seq_num 192) 2024-09-13T14:22:18.921 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:22:18 smithi104 podman[69613]: 2024-09-13 14:22:18.5868076 +0000 UTC m=+2.894657262 container init 94e439038a66b933fa857c2118566b6b1a46dd020bbb13cbda3f3b18ce22efa8 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, RELEASE=wip-aclamk-cbt-combined-d58f730, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-13T14:22:18.921 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:22:18 smithi104 podman[69613]: 2024-09-13 14:22:18.592564801 +0000 UTC m=+2.900414466 container start 94e439038a66b933fa857c2118566b6b1a46dd020bbb13cbda3f3b18ce22efa8 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_CLEAN=True, io.buildah.version=1.37.2, RELEASE=wip-aclamk-cbt-combined-d58f730, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731) 2024-09-13T14:22:18.921 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:22:18 smithi104 ceph-mgr[69651]: -- 172.21.15.104:0/94013217 <== mon.1 v2:172.21.15.104:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x56308133b0e0 con 0x563081319400 2024-09-13T14:22:19.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:22:18 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:22:18] "GET /metrics HTTP/1.1" 200 36203 "" "Prometheus/2.43.0" 2024-09-13T14:22:19.849 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:22:19 smithi104 bash[69613]: 94e439038a66b933fa857c2118566b6b1a46dd020bbb13cbda3f3b18ce22efa8 2024-09-13T14:22:19.849 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:22:19 smithi104 systemd[1]: Started Ceph mgr.x for 18f8172c-71da-11ef-bceb-c7b262605968. 2024-09-13T14:22:19.855 INFO:tasks.rados.rados.0.smithi071.stdout:406: done (3 left) 2024-09-13T14:22:19.855 INFO:tasks.rados.rados.0.smithi071.stdout:407: done (2 left) 2024-09-13T14:22:19.855 INFO:tasks.rados.rados.0.smithi071.stdout:408: done (1 left) 2024-09-13T14:22:19.855 INFO:tasks.rados.rados.0.smithi071.stdout:409: done (0 left) 2024-09-13T14:22:19.855 INFO:tasks.rados.rados.0.smithi071.stdout:410: snap_create 2024-09-13T14:22:20.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:19 smithi071 ceph-mon[29588]: osdmap e165: 8 total, 8 up, 8 in 2024-09-13T14:22:20.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:19 smithi071 ceph-mon[29588]: pgmap v234: 89 pgs: 89 active+clean; 182 MiB data, 576 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:22:20.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:19 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:22:20.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:19 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:22:20.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:19 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:22:20.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:19 smithi071 ceph-mon[41109]: osdmap e165: 8 total, 8 up, 8 in 2024-09-13T14:22:20.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:19 smithi071 ceph-mon[41109]: pgmap v234: 89 pgs: 89 active+clean; 182 MiB data, 576 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:22:20.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:19 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:22:20.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:19 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:22:20.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:19 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:22:20.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:19 smithi104 ceph-mon[33426]: osdmap e165: 8 total, 8 up, 8 in 2024-09-13T14:22:20.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:19 smithi104 ceph-mon[33426]: pgmap v234: 89 pgs: 89 active+clean; 182 MiB data, 576 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:22:20.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:19 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:22:20.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:19 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:22:20.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:19 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:22:20.853 INFO:tasks.rados.rados.0.smithi071.stdout:410: done (0 left) 2024-09-13T14:22:20.853 INFO:tasks.rados.rados.0.smithi071.stdout:411: write oid 8 current snap is 53 2024-09-13T14:22:20.853 INFO:tasks.rados.rados.0.smithi071.stdout:411: seq_num 193 ranges {443751=631882,1810907=765058,3067461=176290} 2024-09-13T14:22:20.859 INFO:tasks.rados.rados.0.smithi071.stdout:411: writing smithi07185159-8 from 443751 to 1075633 tid 1 2024-09-13T14:22:20.867 INFO:tasks.rados.rados.0.smithi071.stdout:411: writing smithi07185159-8 from 1810907 to 2575965 tid 2 2024-09-13T14:22:20.871 INFO:tasks.rados.rados.0.smithi071.stdout:411: writing smithi07185159-8 from 3067461 to 3243751 tid 3 2024-09-13T14:22:20.871 INFO:tasks.rados.rados.0.smithi071.stdout:412: snap_create 2024-09-13T14:22:20.871 INFO:tasks.rados.rados.0.smithi071.stdout:411: finishing write tid 1 to smithi07185159-8 2024-09-13T14:22:20.871 INFO:tasks.rados.rados.0.smithi071.stdout:411: finishing write tid 2 to smithi07185159-8 2024-09-13T14:22:20.873 INFO:tasks.rados.rados.0.smithi071.stdout:411: finishing write tid 3 to smithi07185159-8 2024-09-13T14:22:20.873 INFO:tasks.rados.rados.0.smithi071.stdout:411: finishing write tid 4 to smithi07185159-8 2024-09-13T14:22:20.873 INFO:tasks.rados.rados.0.smithi071.stdout:411: finishing write tid 5 to smithi07185159-8 2024-09-13T14:22:20.873 INFO:tasks.rados.rados.0.smithi071.stdout:411: oid 8 updating version 0 to 117 2024-09-13T14:22:20.873 INFO:tasks.rados.rados.0.smithi071.stdout:411: oid 8 version 117 is already newer than 116 2024-09-13T14:22:20.873 INFO:tasks.rados.rados.0.smithi071.stdout:411: oid 8 version 117 is already newer than 115 2024-09-13T14:22:20.873 INFO:tasks.rados.rados.0.smithi071.stdout:411: oid 8 updating version 117 to 118 2024-09-13T14:22:20.873 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 8 v 118 (ObjNum 193 snap 53 seq_num 193) dirty exists 2024-09-13T14:22:20.874 INFO:tasks.rados.rados.0.smithi071.stdout:411: left oid 8 (ObjNum 193 snap 53 seq_num 193) 2024-09-13T14:22:21.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:20 smithi071 ceph-mon[29588]: osdmap e166: 8 total, 8 up, 8 in 2024-09-13T14:22:21.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:20 smithi071 ceph-mon[41109]: osdmap e166: 8 total, 8 up, 8 in 2024-09-13T14:22:21.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:20 smithi104 ceph-mon[33426]: osdmap e166: 8 total, 8 up, 8 in 2024-09-13T14:22:21.863 INFO:tasks.rados.rados.0.smithi071.stdout:411: done (1 left) 2024-09-13T14:22:21.863 INFO:tasks.rados.rados.0.smithi071.stdout:412: done (0 left) 2024-09-13T14:22:21.863 INFO:tasks.rados.rados.0.smithi071.stdout:413: snap_create 2024-09-13T14:22:22.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:21 smithi071 ceph-mon[29588]: osdmap e167: 8 total, 8 up, 8 in 2024-09-13T14:22:22.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:21 smithi071 ceph-mon[29588]: pgmap v237: 89 pgs: 89 active+clean; 157 MiB data, 534 MiB used, 715 GiB / 715 GiB avail; 1.5 MiB/s rd, 2.4 MiB/s wr, 11 op/s 2024-09-13T14:22:22.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:21 smithi071 ceph-mon[41109]: osdmap e167: 8 total, 8 up, 8 in 2024-09-13T14:22:22.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:21 smithi071 ceph-mon[41109]: pgmap v237: 89 pgs: 89 active+clean; 157 MiB data, 534 MiB used, 715 GiB / 715 GiB avail; 1.5 MiB/s rd, 2.4 MiB/s wr, 11 op/s 2024-09-13T14:22:22.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:21 smithi104 ceph-mon[33426]: osdmap e167: 8 total, 8 up, 8 in 2024-09-13T14:22:22.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:21 smithi104 ceph-mon[33426]: pgmap v237: 89 pgs: 89 active+clean; 157 MiB data, 534 MiB used, 715 GiB / 715 GiB avail; 1.5 MiB/s rd, 2.4 MiB/s wr, 11 op/s 2024-09-13T14:22:22.843 INFO:tasks.rados.rados.0.smithi071.stdout:413: done (0 left) 2024-09-13T14:22:22.843 INFO:tasks.rados.rados.0.smithi071.stdout:414: snap_remove snap 41 2024-09-13T14:22:23.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:22 smithi071 ceph-mon[29588]: osdmap e168: 8 total, 8 up, 8 in 2024-09-13T14:22:23.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:22 smithi071 ceph-mon[29588]: osdmap e169: 8 total, 8 up, 8 in 2024-09-13T14:22:23.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:22 smithi071 ceph-mon[41109]: osdmap e168: 8 total, 8 up, 8 in 2024-09-13T14:22:23.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:22 smithi071 ceph-mon[41109]: osdmap e169: 8 total, 8 up, 8 in 2024-09-13T14:22:23.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:22 smithi104 ceph-mon[33426]: osdmap e168: 8 total, 8 up, 8 in 2024-09-13T14:22:23.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:22 smithi104 ceph-mon[33426]: osdmap e169: 8 total, 8 up, 8 in 2024-09-13T14:22:23.846 INFO:tasks.rados.rados.0.smithi071.stdout:414: done (0 left) 2024-09-13T14:22:23.846 INFO:tasks.rados.rados.0.smithi071.stdout:415: rollback oid 9 current snap is 55 2024-09-13T14:22:23.846 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 9 to 35 2024-09-13T14:22:23.846 INFO:tasks.rados.rados.0.smithi071.stdout:416: rollback oid 11 current snap is 55 2024-09-13T14:22:23.846 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 11 to 49 2024-09-13T14:22:23.847 INFO:tasks.rados.rados.0.smithi071.stdout:417: write oid 25 current snap is 55 2024-09-13T14:22:23.847 INFO:tasks.rados.rados.0.smithi071.stdout:417: seq_num 194 ranges {460558=707131,1869389=508716,3094884=165674} 2024-09-13T14:22:23.853 INFO:tasks.rados.rados.0.smithi071.stdout:417: writing smithi07185159-25 from 460558 to 1167689 tid 1 2024-09-13T14:22:23.860 INFO:tasks.rados.rados.0.smithi071.stdout:417: writing smithi07185159-25 from 1869389 to 2378105 tid 2 2024-09-13T14:22:23.866 INFO:tasks.rados.rados.0.smithi071.stdout:417: writing smithi07185159-25 from 3094884 to 3260558 tid 3 2024-09-13T14:22:23.866 INFO:tasks.rados.rados.0.smithi071.stdout:418: write oid 5 current snap is 55 2024-09-13T14:22:23.866 INFO:tasks.rados.rados.0.smithi071.stdout:416: finishing rollback tid 0 to smithi07185159-11 2024-09-13T14:22:23.866 INFO:tasks.rados.rados.0.smithi071.stdout:418: seq_num 195 ranges {477365=782380,1927871=768727,3122307=155058} 2024-09-13T14:22:23.873 INFO:tasks.rados.rados.0.smithi071.stdout:418: writing smithi07185159-5 from 477365 to 1259745 tid 1 2024-09-13T14:22:23.881 INFO:tasks.rados.rados.0.smithi071.stdout:418: writing smithi07185159-5 from 1927871 to 2696598 tid 2 2024-09-13T14:22:23.885 INFO:tasks.rados.rados.0.smithi071.stdout:418: writing smithi07185159-5 from 3122307 to 3277365 tid 3 2024-09-13T14:22:23.885 INFO:tasks.rados.rados.0.smithi071.stdout:419: read oid 6 snap -1 2024-09-13T14:22:23.885 INFO:tasks.rados.rados.0.smithi071.stdout:419: expect (ObjNum 147 snap 34 seq_num 147) 2024-09-13T14:22:23.885 INFO:tasks.rados.rados.0.smithi071.stdout:420: write oid 35 current snap is 55 2024-09-13T14:22:23.885 INFO:tasks.rados.rados.0.smithi071.stdout:415: finishing rollback tid 0 to smithi07185159-9 2024-09-13T14:22:23.885 INFO:tasks.rados.rados.0.smithi071.stdout:415: finishing rollback tid 1 to smithi07185159-9 2024-09-13T14:22:23.885 INFO:tasks.rados.rados.0.smithi071.stdout:415: finishing rollback tid 2 to smithi07185159-9 2024-09-13T14:22:23.886 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 9 v 55 (ObjNum 91 snap 15 seq_num 91) dirty exists 2024-09-13T14:22:23.886 INFO:tasks.rados.rados.0.smithi071.stdout:416: finishing rollback tid 1 to smithi07185159-11 2024-09-13T14:22:23.886 INFO:tasks.rados.rados.0.smithi071.stdout:416: finishing rollback tid 2 to smithi07185159-11 2024-09-13T14:22:23.886 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 11 v 171 (ObjNum 178 snap 47 seq_num 178) dirty exists 2024-09-13T14:22:23.886 INFO:tasks.rados.rados.0.smithi071.stdout:417: finishing write tid 1 to smithi07185159-25 2024-09-13T14:22:23.886 INFO:tasks.rados.rados.0.smithi071.stdout:417: finishing write tid 2 to smithi07185159-25 2024-09-13T14:22:23.886 INFO:tasks.rados.rados.0.smithi071.stdout:420: seq_num 196 ranges {494172=457629,1586353=512385,2749730=544442} 2024-09-13T14:22:23.890 INFO:tasks.rados.rados.0.smithi071.stdout:420: writing smithi07185159-35 from 494172 to 951801 tid 1 2024-09-13T14:22:23.896 INFO:tasks.rados.rados.0.smithi071.stdout:420: writing smithi07185159-35 from 1586353 to 2098738 tid 2 2024-09-13T14:22:23.903 INFO:tasks.rados.rados.0.smithi071.stdout:420: writing smithi07185159-35 from 2749730 to 3294172 tid 3 2024-09-13T14:22:23.903 INFO:tasks.rados.rados.0.smithi071.stdout:415: done (5 left) 2024-09-13T14:22:23.903 INFO:tasks.rados.rados.0.smithi071.stdout:416: done (4 left) 2024-09-13T14:22:23.904 INFO:tasks.rados.rados.0.smithi071.stdout:421: rollback oid 28 current snap is 55 2024-09-13T14:22:23.904 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 28 to 35 2024-09-13T14:22:23.904 INFO:tasks.rados.rados.0.smithi071.stdout:417: finishing write tid 3 to smithi07185159-25 2024-09-13T14:22:23.904 INFO:tasks.rados.rados.0.smithi071.stdout:417: finishing write tid 4 to smithi07185159-25 2024-09-13T14:22:23.904 INFO:tasks.rados.rados.0.smithi071.stdout:417: finishing write tid 5 to smithi07185159-25 2024-09-13T14:22:23.904 INFO:tasks.rados.rados.0.smithi071.stdout:417: oid 25 updating version 0 to 156 2024-09-13T14:22:23.904 INFO:tasks.rados.rados.0.smithi071.stdout:417: oid 25 version 156 is already newer than 155 2024-09-13T14:22:23.904 INFO:tasks.rados.rados.0.smithi071.stdout:417: oid 25 updating version 156 to 157 2024-09-13T14:22:23.904 INFO:tasks.rados.rados.0.smithi071.stdout:417: oid 25 version 157 is already newer than 154 2024-09-13T14:22:23.904 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 25 v 157 (ObjNum 194 snap 55 seq_num 194) dirty exists 2024-09-13T14:22:23.904 INFO:tasks.rados.rados.0.smithi071.stdout:417: left oid 25 (ObjNum 194 snap 55 seq_num 194) 2024-09-13T14:22:23.904 INFO:tasks.rados.rados.0.smithi071.stdout:418: finishing write tid 1 to smithi07185159-5 2024-09-13T14:22:23.904 INFO:tasks.rados.rados.0.smithi071.stdout:418: finishing write tid 2 to smithi07185159-5 2024-09-13T14:22:23.905 INFO:tasks.rados.rados.0.smithi071.stdout:417: done (4 left) 2024-09-13T14:22:23.905 INFO:tasks.rados.rados.0.smithi071.stdout:422: write oid 20 current snap is 55 2024-09-13T14:22:23.905 INFO:tasks.rados.rados.0.smithi071.stdout:422: seq_num 197 ranges {510979=532878,1528482=772396,3060800=250179} 2024-09-13T14:22:23.908 INFO:tasks.rados.rados.0.smithi071.stdout:422: writing smithi07185159-20 from 510979 to 1043857 tid 1 2024-09-13T14:22:23.915 INFO:tasks.rados.rados.0.smithi071.stdout:422: writing smithi07185159-20 from 1528482 to 2300878 tid 2 2024-09-13T14:22:23.921 INFO:tasks.rados.rados.0.smithi071.stdout:422: writing smithi07185159-20 from 3060800 to 3310979 tid 3 2024-09-13T14:22:23.921 INFO:tasks.rados.rados.0.smithi071.stdout:423: snap_create 2024-09-13T14:22:23.921 INFO:tasks.rados.rados.0.smithi071.stdout:418: finishing write tid 3 to smithi07185159-5 2024-09-13T14:22:23.921 INFO:tasks.rados.rados.0.smithi071.stdout:418: finishing write tid 4 to smithi07185159-5 2024-09-13T14:22:23.921 INFO:tasks.rados.rados.0.smithi071.stdout:418: finishing write tid 5 to smithi07185159-5 2024-09-13T14:22:23.922 INFO:tasks.rados.rados.0.smithi071.stdout:418: oid 5 updating version 0 to 295 2024-09-13T14:22:23.922 INFO:tasks.rados.rados.0.smithi071.stdout:418: oid 5 updating version 295 to 297 2024-09-13T14:22:23.922 INFO:tasks.rados.rados.0.smithi071.stdout:418: oid 5 updating version 297 to 298 2024-09-13T14:22:23.922 INFO:tasks.rados.rados.0.smithi071.stdout:418: oid 5 version 298 is already newer than 296 2024-09-13T14:22:23.922 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 5 v 298 (ObjNum 195 snap 55 seq_num 195) dirty exists 2024-09-13T14:22:23.922 INFO:tasks.rados.rados.0.smithi071.stdout:418: left oid 5 (ObjNum 195 snap 55 seq_num 195) 2024-09-13T14:22:23.922 INFO:tasks.rados.rados.0.smithi071.stdout:420: finishing write tid 1 to smithi07185159-35 2024-09-13T14:22:23.922 INFO:tasks.rados.rados.0.smithi071.stdout:419: expect (ObjNum 147 snap 34 seq_num 147) 2024-09-13T14:22:24.062 INFO:tasks.rados.rados.0.smithi071.stdout:420: finishing write tid 2 to smithi07185159-35 2024-09-13T14:22:24.062 INFO:tasks.rados.rados.0.smithi071.stdout:421: finishing rollback tid 0 to smithi07185159-28 2024-09-13T14:22:24.062 INFO:tasks.rados.rados.0.smithi071.stdout:421: finishing rollback tid 1 to smithi07185159-28 2024-09-13T14:22:24.062 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 28 v 165 (ObjNum 129 snap 0 seq_num 1960892904) dirty dne 2024-09-13T14:22:24.062 INFO:tasks.rados.rados.0.smithi071.stdout:420: finishing write tid 3 to smithi07185159-35 2024-09-13T14:22:24.063 INFO:tasks.rados.rados.0.smithi071.stdout:420: finishing write tid 4 to smithi07185159-35 2024-09-13T14:22:24.063 INFO:tasks.rados.rados.0.smithi071.stdout:420: finishing write tid 5 to smithi07185159-35 2024-09-13T14:22:24.063 INFO:tasks.rados.rados.0.smithi071.stdout:420: oid 35 updating version 0 to 155 2024-09-13T14:22:24.063 INFO:tasks.rados.rados.0.smithi071.stdout:420: oid 35 version 155 is already newer than 154 2024-09-13T14:22:24.063 INFO:tasks.rados.rados.0.smithi071.stdout:420: oid 35 version 155 is already newer than 153 2024-09-13T14:22:24.063 INFO:tasks.rados.rados.0.smithi071.stdout:420: oid 35 updating version 155 to 156 2024-09-13T14:22:24.064 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 35 v 156 (ObjNum 196 snap 55 seq_num 196) dirty exists 2024-09-13T14:22:24.064 INFO:tasks.rados.rados.0.smithi071.stdout:420: left oid 35 (ObjNum 196 snap 55 seq_num 196) 2024-09-13T14:22:24.064 INFO:tasks.rados.rados.0.smithi071.stdout:422: finishing write tid 1 to smithi07185159-20 2024-09-13T14:22:24.064 INFO:tasks.rados.rados.0.smithi071.stdout:422: finishing write tid 2 to smithi07185159-20 2024-09-13T14:22:24.064 INFO:tasks.rados.rados.0.smithi071.stdout:422: finishing write tid 3 to smithi07185159-20 2024-09-13T14:22:24.065 INFO:tasks.rados.rados.0.smithi071.stdout:422: finishing write tid 4 to smithi07185159-20 2024-09-13T14:22:24.065 INFO:tasks.rados.rados.0.smithi071.stdout:422: finishing write tid 5 to smithi07185159-20 2024-09-13T14:22:24.065 INFO:tasks.rados.rados.0.smithi071.stdout:422: oid 20 updating version 0 to 169 2024-09-13T14:22:24.065 INFO:tasks.rados.rados.0.smithi071.stdout:422: oid 20 version 169 is already newer than 168 2024-09-13T14:22:24.065 INFO:tasks.rados.rados.0.smithi071.stdout:422: oid 20 version 169 is already newer than 167 2024-09-13T14:22:24.065 INFO:tasks.rados.rados.0.smithi071.stdout:422: oid 20 version 169 is already newer than 166 2024-09-13T14:22:24.065 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 20 v 169 (ObjNum 197 snap 55 seq_num 197) dirty exists 2024-09-13T14:22:24.065 INFO:tasks.rados.rados.0.smithi071.stdout:422: left oid 20 (ObjNum 197 snap 55 seq_num 197) 2024-09-13T14:22:24.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:23 smithi071 ceph-mon[41109]: pgmap v240: 89 pgs: 89 active+clean; 157 MiB data, 534 MiB used, 715 GiB / 715 GiB avail; 1.5 MiB/s rd, 2.4 MiB/s wr, 11 op/s 2024-09-13T14:22:24.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:23 smithi071 ceph-mon[41109]: Standby manager daemon x restarted 2024-09-13T14:22:24.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:23 smithi071 ceph-mon[41109]: Standby manager daemon x started 2024-09-13T14:22:24.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:23 smithi071 ceph-mon[41109]: from='mgr.? 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-13T14:22:24.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:23 smithi071 ceph-mon[41109]: from='mgr.? 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-13T14:22:24.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:23 smithi071 ceph-mon[41109]: from='mgr.? 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-13T14:22:24.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:23 smithi071 ceph-mon[41109]: from='mgr.? 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-13T14:22:24.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:23 smithi071 ceph-mon[41109]: osdmap e170: 8 total, 8 up, 8 in 2024-09-13T14:22:24.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:23 smithi071 ceph-mon[29588]: pgmap v240: 89 pgs: 89 active+clean; 157 MiB data, 534 MiB used, 715 GiB / 715 GiB avail; 1.5 MiB/s rd, 2.4 MiB/s wr, 11 op/s 2024-09-13T14:22:24.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:23 smithi071 ceph-mon[29588]: Standby manager daemon x restarted 2024-09-13T14:22:24.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:23 smithi071 ceph-mon[29588]: Standby manager daemon x started 2024-09-13T14:22:24.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:23 smithi071 ceph-mon[29588]: from='mgr.? 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-13T14:22:24.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:23 smithi071 ceph-mon[29588]: from='mgr.? 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-13T14:22:24.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:23 smithi071 ceph-mon[29588]: from='mgr.? 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-13T14:22:24.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:23 smithi071 ceph-mon[29588]: from='mgr.? 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-13T14:22:24.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:23 smithi071 ceph-mon[29588]: osdmap e170: 8 total, 8 up, 8 in 2024-09-13T14:22:24.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:23 smithi104 ceph-mon[33426]: pgmap v240: 89 pgs: 89 active+clean; 157 MiB data, 534 MiB used, 715 GiB / 715 GiB avail; 1.5 MiB/s rd, 2.4 MiB/s wr, 11 op/s 2024-09-13T14:22:24.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:23 smithi104 ceph-mon[33426]: Standby manager daemon x restarted 2024-09-13T14:22:24.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:23 smithi104 ceph-mon[33426]: Standby manager daemon x started 2024-09-13T14:22:24.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:23 smithi104 ceph-mon[33426]: from='mgr.? 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-13T14:22:24.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:23 smithi104 ceph-mon[33426]: from='mgr.? 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-13T14:22:24.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:23 smithi104 ceph-mon[33426]: from='mgr.? 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-13T14:22:24.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:23 smithi104 ceph-mon[33426]: from='mgr.? 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-13T14:22:24.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:23 smithi104 ceph-mon[33426]: osdmap e170: 8 total, 8 up, 8 in 2024-09-13T14:22:24.172 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:22:23 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[69628]: [13/Sep/2024:14:22:23] ENGINE Bus STARTING 2024-09-13T14:22:24.173 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:22:23 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[69628]: CherryPy Checker: 2024-09-13T14:22:24.173 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:22:23 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[69628]: The Application mounted at '' has an empty config. 2024-09-13T14:22:24.173 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:22:23 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[69628]: 2024-09-13T14:22:24.173 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:22:23 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[69628]: [13/Sep/2024:14:22:23] ENGINE Serving on http://:::9283 2024-09-13T14:22:24.173 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:22:23 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[69628]: [13/Sep/2024:14:22:23] ENGINE Bus STARTED 2024-09-13T14:22:24.883 INFO:tasks.rados.rados.0.smithi071.stdout:418: done (5 left) 2024-09-13T14:22:24.883 INFO:tasks.rados.rados.0.smithi071.stdout:419: done (4 left) 2024-09-13T14:22:24.883 INFO:tasks.rados.rados.0.smithi071.stdout:420: done (3 left) 2024-09-13T14:22:24.884 INFO:tasks.rados.rados.0.smithi071.stdout:421: done (2 left) 2024-09-13T14:22:24.884 INFO:tasks.rados.rados.0.smithi071.stdout:422: done (1 left) 2024-09-13T14:22:24.884 INFO:tasks.rados.rados.0.smithi071.stdout:423: done (0 left) 2024-09-13T14:22:24.884 INFO:tasks.rados.rados.0.smithi071.stdout:424: rollback oid 48 current snap is 56 2024-09-13T14:22:24.884 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 48 to 36 2024-09-13T14:22:24.884 INFO:tasks.rados.rados.0.smithi071.stdout:425: snap_create 2024-09-13T14:22:24.887 INFO:tasks.rados.rados.0.smithi071.stdout:424: finishing rollback tid 0 to smithi07185159-48 2024-09-13T14:22:24.888 INFO:tasks.rados.rados.0.smithi071.stdout:424: finishing rollback tid 1 to smithi07185159-48 2024-09-13T14:22:24.888 INFO:tasks.rados.rados.0.smithi071.stdout:424: finishing rollback tid 2 to smithi07185159-48 2024-09-13T14:22:24.888 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 48 v 302 (ObjNum 128 snap 27 seq_num 128) dirty exists 2024-09-13T14:22:25.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:24 smithi071 ceph-mon[29588]: mgrmap e21: y(active, since 4m), standbys: x 2024-09-13T14:22:25.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:24 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:22:25.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:24 smithi071 ceph-mon[41109]: mgrmap e21: y(active, since 4m), standbys: x 2024-09-13T14:22:25.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:24 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:22:25.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:24 smithi104 ceph-mon[33426]: mgrmap e21: y(active, since 4m), standbys: x 2024-09-13T14:22:25.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:24 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:22:25.883 INFO:tasks.rados.rados.0.smithi071.stdout:424: done (1 left) 2024-09-13T14:22:25.883 INFO:tasks.rados.rados.0.smithi071.stdout:425: done (0 left) 2024-09-13T14:22:25.883 INFO:tasks.rados.rados.0.smithi071.stdout:426: snap_remove snap 56 2024-09-13T14:22:26.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:25 smithi071 ceph-mon[29588]: osdmap e171: 8 total, 8 up, 8 in 2024-09-13T14:22:26.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:25 smithi071 ceph-mon[29588]: pgmap v243: 89 pgs: 89 active+clean; 170 MiB data, 557 MiB used, 715 GiB / 715 GiB avail; 2.8 MiB/s rd, 1.8 MiB/s wr, 11 op/s 2024-09-13T14:22:26.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:25 smithi071 ceph-mon[41109]: osdmap e171: 8 total, 8 up, 8 in 2024-09-13T14:22:26.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:25 smithi071 ceph-mon[41109]: pgmap v243: 89 pgs: 89 active+clean; 170 MiB data, 557 MiB used, 715 GiB / 715 GiB avail; 2.8 MiB/s rd, 1.8 MiB/s wr, 11 op/s 2024-09-13T14:22:26.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:25 smithi104 ceph-mon[33426]: osdmap e171: 8 total, 8 up, 8 in 2024-09-13T14:22:26.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:25 smithi104 ceph-mon[33426]: pgmap v243: 89 pgs: 89 active+clean; 170 MiB data, 557 MiB used, 715 GiB / 715 GiB avail; 2.8 MiB/s rd, 1.8 MiB/s wr, 11 op/s 2024-09-13T14:22:26.902 INFO:tasks.rados.rados.0.smithi071.stdout:426: done (0 left) 2024-09-13T14:22:26.902 INFO:tasks.rados.rados.0.smithi071.stdout:427: delete oid 27 current snap is 57 2024-09-13T14:22:26.907 INFO:tasks.rados.rados.0.smithi071.stdout:427: done (0 left) 2024-09-13T14:22:26.907 INFO:tasks.rados.rados.0.smithi071.stdout:428: rollback oid 33 current snap is 57 2024-09-13T14:22:26.907 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 33 to 51 2024-09-13T14:22:26.908 INFO:tasks.rados.rados.0.smithi071.stdout:429: read oid 45 snap -1 2024-09-13T14:22:26.908 INFO:tasks.rados.rados.0.smithi071.stdout:429: expect (ObjNum 189 snap 51 seq_num 189) 2024-09-13T14:22:26.908 INFO:tasks.rados.rados.0.smithi071.stdout:430: read oid 26 snap -1 2024-09-13T14:22:26.908 INFO:tasks.rados.rados.0.smithi071.stdout:430: expect (ObjNum 148 snap 34 seq_num 148) 2024-09-13T14:22:26.908 INFO:tasks.rados.rados.0.smithi071.stdout:431: write oid 43 current snap is 57 2024-09-13T14:22:26.908 INFO:tasks.rados.rados.0.smithi071.stdout:431: seq_num 199 ranges {544593=799729,1761799=776065,2948352=396241} 2024-09-13T14:22:26.914 INFO:tasks.rados.rados.0.smithi071.stdout:431: writing smithi07185159-43 from 544593 to 1344322 tid 1 2024-09-13T14:22:26.921 INFO:tasks.rados.rados.0.smithi071.stdout:431: writing smithi07185159-43 from 1761799 to 2537864 tid 2 2024-09-13T14:22:26.928 INFO:tasks.rados.rados.0.smithi071.stdout:431: writing smithi07185159-43 from 2948352 to 3344593 tid 3 2024-09-13T14:22:26.928 INFO:tasks.rados.rados.0.smithi071.stdout:432: read oid 47 snap -1 2024-09-13T14:22:26.928 INFO:tasks.rados.rados.0.smithi071.stdout:432: expect deleted 2024-09-13T14:22:26.928 INFO:tasks.rados.rados.0.smithi071.stdout:433: read oid 31 snap -1 2024-09-13T14:22:26.928 INFO:tasks.rados.rados.0.smithi071.stdout:433: expect (ObjNum 138 snap 30 seq_num 138) 2024-09-13T14:22:26.928 INFO:tasks.rados.rados.0.smithi071.stdout:434: write oid 30 current snap is 57 2024-09-13T14:22:26.928 INFO:tasks.rados.rados.0.smithi071.stdout:428: finishing rollback tid 1 to smithi07185159-33 2024-09-13T14:22:26.928 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 33 v 0 (ObjNum 8209 snap 0 seq_num 2687505) dirty dne 2024-09-13T14:22:26.928 INFO:tasks.rados.rados.0.smithi071.stdout:434: seq_num 200 ranges {561400=474978,1820281=519723,2859422=457579} 2024-09-13T14:22:26.931 INFO:tasks.rados.rados.0.smithi071.stdout:434: writing smithi07185159-30 from 561400 to 1036378 tid 1 2024-09-13T14:22:26.939 INFO:tasks.rados.rados.0.smithi071.stdout:434: writing smithi07185159-30 from 1820281 to 2340004 tid 2 2024-09-13T14:22:26.944 INFO:tasks.rados.rados.0.smithi071.stdout:434: writing smithi07185159-30 from 2859422 to 3317001 tid 3 2024-09-13T14:22:26.945 INFO:tasks.rados.rados.0.smithi071.stdout:428: done (6 left) 2024-09-13T14:22:26.945 INFO:tasks.rados.rados.0.smithi071.stdout:435: write oid 18 current snap is 57 2024-09-13T14:22:26.945 INFO:tasks.rados.rados.0.smithi071.stdout:429: expect (ObjNum 189 snap 51 seq_num 189) 2024-09-13T14:22:27.132 INFO:tasks.rados.rados.0.smithi071.stdout:430: expect (ObjNum 148 snap 34 seq_num 148) 2024-09-13T14:22:27.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:26 smithi071 ceph-mon[29588]: osdmap e172: 8 total, 8 up, 8 in 2024-09-13T14:22:27.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:26 smithi071 ceph-mon[41109]: osdmap e172: 8 total, 8 up, 8 in 2024-09-13T14:22:27.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:26 smithi104 ceph-mon[33426]: osdmap e172: 8 total, 8 up, 8 in 2024-09-13T14:22:27.270 INFO:tasks.rados.rados.0.smithi071.stdout:431: finishing write tid 1 to smithi07185159-43 2024-09-13T14:22:27.270 INFO:tasks.rados.rados.0.smithi071.stdout:431: finishing write tid 2 to smithi07185159-43 2024-09-13T14:22:27.270 INFO:tasks.rados.rados.0.smithi071.stdout:431: finishing write tid 3 to smithi07185159-43 2024-09-13T14:22:27.270 INFO:tasks.rados.rados.0.smithi071.stdout:431: finishing write tid 4 to smithi07185159-43 2024-09-13T14:22:27.270 INFO:tasks.rados.rados.0.smithi071.stdout:431: finishing write tid 5 to smithi07185159-43 2024-09-13T14:22:27.271 INFO:tasks.rados.rados.0.smithi071.stdout:431: oid 43 updating version 0 to 120 2024-09-13T14:22:27.271 INFO:tasks.rados.rados.0.smithi071.stdout:431: oid 43 updating version 120 to 121 2024-09-13T14:22:27.271 INFO:tasks.rados.rados.0.smithi071.stdout:431: oid 43 updating version 121 to 123 2024-09-13T14:22:27.271 INFO:tasks.rados.rados.0.smithi071.stdout:431: oid 43 version 123 is already newer than 122 2024-09-13T14:22:27.271 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 43 v 123 (ObjNum 199 snap 57 seq_num 199) dirty exists 2024-09-13T14:22:27.271 INFO:tasks.rados.rados.0.smithi071.stdout:431: left oid 43 (ObjNum 199 snap 57 seq_num 199) 2024-09-13T14:22:27.271 INFO:tasks.rados.rados.0.smithi071.stdout:433: expect (ObjNum 138 snap 30 seq_num 138) 2024-09-13T14:22:27.367 INFO:tasks.rados.rados.0.smithi071.stdout:434: finishing write tid 1 to smithi07185159-30 2024-09-13T14:22:27.367 INFO:tasks.rados.rados.0.smithi071.stdout:434: finishing write tid 2 to smithi07185159-30 2024-09-13T14:22:27.367 INFO:tasks.rados.rados.0.smithi071.stdout:434: finishing write tid 3 to smithi07185159-30 2024-09-13T14:22:27.367 INFO:tasks.rados.rados.0.smithi071.stdout:434: finishing write tid 4 to smithi07185159-30 2024-09-13T14:22:27.368 INFO:tasks.rados.rados.0.smithi071.stdout:434: finishing write tid 5 to smithi07185159-30 2024-09-13T14:22:27.368 INFO:tasks.rados.rados.0.smithi071.stdout:434: oid 30 updating version 0 to 68 2024-09-13T14:22:27.368 INFO:tasks.rados.rados.0.smithi071.stdout:434: oid 30 updating version 68 to 69 2024-09-13T14:22:27.368 INFO:tasks.rados.rados.0.smithi071.stdout:434: oid 30 updating version 69 to 70 2024-09-13T14:22:27.368 INFO:tasks.rados.rados.0.smithi071.stdout:434: oid 30 version 70 is already newer than 67 2024-09-13T14:22:27.368 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 30 v 70 (ObjNum 200 snap 57 seq_num 200) dirty exists 2024-09-13T14:22:27.368 INFO:tasks.rados.rados.0.smithi071.stdout:434: left oid 30 (ObjNum 200 snap 57 seq_num 200) 2024-09-13T14:22:27.368 INFO:tasks.rados.rados.0.smithi071.stdout:435: seq_num 201 ranges {578207=550227,1762410=779734,3286845=91362} 2024-09-13T14:22:27.373 INFO:tasks.rados.rados.0.smithi071.stdout:435: writing smithi07185159-18 from 578207 to 1128434 tid 1 2024-09-13T14:22:27.380 INFO:tasks.rados.rados.0.smithi071.stdout:435: writing smithi07185159-18 from 1762410 to 2542144 tid 2 2024-09-13T14:22:27.386 INFO:tasks.rados.rados.0.smithi071.stdout:435: writing smithi07185159-18 from 3286845 to 3378207 tid 3 2024-09-13T14:22:27.386 INFO:tasks.rados.rados.0.smithi071.stdout:429: done (6 left) 2024-09-13T14:22:27.386 INFO:tasks.rados.rados.0.smithi071.stdout:430: done (5 left) 2024-09-13T14:22:27.386 INFO:tasks.rados.rados.0.smithi071.stdout:431: done (4 left) 2024-09-13T14:22:27.386 INFO:tasks.rados.rados.0.smithi071.stdout:432: done (3 left) 2024-09-13T14:22:27.386 INFO:tasks.rados.rados.0.smithi071.stdout:433: done (2 left) 2024-09-13T14:22:27.387 INFO:tasks.rados.rados.0.smithi071.stdout:434: done (1 left) 2024-09-13T14:22:27.387 INFO:tasks.rados.rados.0.smithi071.stdout:436: rollback oid 3 current snap is 57 2024-09-13T14:22:27.387 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 3 to 43 2024-09-13T14:22:27.387 INFO:tasks.rados.rados.0.smithi071.stdout:435: finishing write tid 1 to smithi07185159-18 2024-09-13T14:22:27.387 INFO:tasks.rados.rados.0.smithi071.stdout:435: finishing write tid 2 to smithi07185159-18 2024-09-13T14:22:27.387 INFO:tasks.rados.rados.0.smithi071.stdout:437: snap_remove snap 42 2024-09-13T14:22:27.846 INFO:tasks.rados.rados.0.smithi071.stdout:437: done (2 left) 2024-09-13T14:22:27.846 INFO:tasks.rados.rados.0.smithi071.stdout:438: write oid 11 current snap is 57 2024-09-13T14:22:27.846 INFO:tasks.rados.rados.0.smithi071.stdout:438: seq_num 202 ranges {595014=625476,1820892=523392,2797915=596476} 2024-09-13T14:22:27.853 INFO:tasks.rados.rados.0.smithi071.stdout:438: writing smithi07185159-11 from 595014 to 1220490 tid 1 2024-09-13T14:22:27.859 INFO:tasks.rados.rados.0.smithi071.stdout:438: writing smithi07185159-11 from 1820892 to 2344284 tid 2 2024-09-13T14:22:27.865 INFO:tasks.rados.rados.0.smithi071.stdout:438: writing smithi07185159-11 from 2797915 to 3394391 tid 3 2024-09-13T14:22:27.865 INFO:tasks.rados.rados.0.smithi071.stdout:439: write oid 1 current snap is 57 2024-09-13T14:22:27.865 INFO:tasks.rados.rados.0.smithi071.stdout:435: finishing write tid 3 to smithi07185159-18 2024-09-13T14:22:27.865 INFO:tasks.rados.rados.0.smithi071.stdout:435: finishing write tid 4 to smithi07185159-18 2024-09-13T14:22:27.865 INFO:tasks.rados.rados.0.smithi071.stdout:439: seq_num 203 ranges {611821=700725,1879374=783403,3341691=70130} 2024-09-13T14:22:27.872 INFO:tasks.rados.rados.0.smithi071.stdout:439: writing smithi07185159-1 from 611821 to 1312546 tid 1 2024-09-13T14:22:27.879 INFO:tasks.rados.rados.0.smithi071.stdout:439: writing smithi07185159-1 from 1879374 to 2662777 tid 2 2024-09-13T14:22:27.884 INFO:tasks.rados.rados.0.smithi071.stdout:439: writing smithi07185159-1 from 3341691 to 3411821 tid 3 2024-09-13T14:22:27.884 INFO:tasks.rados.rados.0.smithi071.stdout:440: snap_create 2024-09-13T14:22:27.885 INFO:tasks.rados.rados.0.smithi071.stdout:435: finishing write tid 5 to smithi07185159-18 2024-09-13T14:22:27.885 INFO:tasks.rados.rados.0.smithi071.stdout:435: oid 18 updating version 0 to 306 2024-09-13T14:22:27.885 INFO:tasks.rados.rados.0.smithi071.stdout:435: oid 18 updating version 306 to 307 2024-09-13T14:22:27.885 INFO:tasks.rados.rados.0.smithi071.stdout:435: oid 18 version 307 is already newer than 305 2024-09-13T14:22:27.885 INFO:tasks.rados.rados.0.smithi071.stdout:435: oid 18 version 307 is already newer than 304 2024-09-13T14:22:27.885 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 18 v 307 (ObjNum 201 snap 57 seq_num 201) dirty exists 2024-09-13T14:22:27.885 INFO:tasks.rados.rados.0.smithi071.stdout:435: left oid 18 (ObjNum 201 snap 57 seq_num 201) 2024-09-13T14:22:27.885 INFO:tasks.rados.rados.0.smithi071.stdout:436: finishing rollback tid 1 to smithi07185159-3 2024-09-13T14:22:27.885 INFO:tasks.rados.rados.0.smithi071.stdout:436: finishing rollback tid 2 to smithi07185159-3 2024-09-13T14:22:27.885 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 3 v 309 (ObjNum 150 snap 35 seq_num 150) dirty exists 2024-09-13T14:22:27.885 INFO:tasks.rados.rados.0.smithi071.stdout:438: finishing write tid 1 to smithi07185159-11 2024-09-13T14:22:27.885 INFO:tasks.rados.rados.0.smithi071.stdout:438: finishing write tid 2 to smithi07185159-11 2024-09-13T14:22:27.885 INFO:tasks.rados.rados.0.smithi071.stdout:438: finishing write tid 3 to smithi07185159-11 2024-09-13T14:22:27.885 INFO:tasks.rados.rados.0.smithi071.stdout:438: finishing write tid 4 to smithi07185159-11 2024-09-13T14:22:27.886 INFO:tasks.rados.rados.0.smithi071.stdout:438: finishing write tid 5 to smithi07185159-11 2024-09-13T14:22:27.886 INFO:tasks.rados.rados.0.smithi071.stdout:438: oid 11 updating version 0 to 187 2024-09-13T14:22:27.886 INFO:tasks.rados.rados.0.smithi071.stdout:438: oid 11 updating version 187 to 188 2024-09-13T14:22:27.886 INFO:tasks.rados.rados.0.smithi071.stdout:438: oid 11 version 188 is already newer than 186 2024-09-13T14:22:27.886 INFO:tasks.rados.rados.0.smithi071.stdout:438: oid 11 version 188 is already newer than 185 2024-09-13T14:22:27.886 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 11 v 188 (ObjNum 202 snap 57 seq_num 202) dirty exists 2024-09-13T14:22:27.886 INFO:tasks.rados.rados.0.smithi071.stdout:438: left oid 11 (ObjNum 202 snap 57 seq_num 202) 2024-09-13T14:22:27.886 INFO:tasks.rados.rados.0.smithi071.stdout:439: finishing write tid 1 to smithi07185159-1 2024-09-13T14:22:27.886 INFO:tasks.rados.rados.0.smithi071.stdout:439: finishing write tid 2 to smithi07185159-1 2024-09-13T14:22:27.887 INFO:tasks.rados.rados.0.smithi071.stdout:439: finishing write tid 3 to smithi07185159-1 2024-09-13T14:22:27.887 INFO:tasks.rados.rados.0.smithi071.stdout:439: finishing write tid 4 to smithi07185159-1 2024-09-13T14:22:27.887 INFO:tasks.rados.rados.0.smithi071.stdout:439: finishing write tid 5 to smithi07185159-1 2024-09-13T14:22:27.887 INFO:tasks.rados.rados.0.smithi071.stdout:439: oid 1 updating version 0 to 321 2024-09-13T14:22:27.887 INFO:tasks.rados.rados.0.smithi071.stdout:439: oid 1 updating version 321 to 323 2024-09-13T14:22:27.887 INFO:tasks.rados.rados.0.smithi071.stdout:439: oid 1 version 323 is already newer than 322 2024-09-13T14:22:27.887 INFO:tasks.rados.rados.0.smithi071.stdout:439: oid 1 updating version 323 to 324 2024-09-13T14:22:27.887 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 1 v 324 (ObjNum 203 snap 57 seq_num 203) dirty exists 2024-09-13T14:22:27.887 INFO:tasks.rados.rados.0.smithi071.stdout:439: left oid 1 (ObjNum 203 snap 57 seq_num 203) 2024-09-13T14:22:28.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:27 smithi104 ceph-mon[33426]: osdmap e173: 8 total, 8 up, 8 in 2024-09-13T14:22:28.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:27 smithi104 ceph-mon[33426]: pgmap v246: 89 pgs: 89 active+clean; 170 MiB data, 557 MiB used, 715 GiB / 715 GiB avail; 2.8 MiB/s rd, 1.8 MiB/s wr, 11 op/s 2024-09-13T14:22:28.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:27 smithi104 ceph-mon[33426]: osdmap e174: 8 total, 8 up, 8 in 2024-09-13T14:22:28.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:27 smithi071 ceph-mon[29588]: osdmap e173: 8 total, 8 up, 8 in 2024-09-13T14:22:28.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:27 smithi071 ceph-mon[29588]: pgmap v246: 89 pgs: 89 active+clean; 170 MiB data, 557 MiB used, 715 GiB / 715 GiB avail; 2.8 MiB/s rd, 1.8 MiB/s wr, 11 op/s 2024-09-13T14:22:28.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:27 smithi071 ceph-mon[29588]: osdmap e174: 8 total, 8 up, 8 in 2024-09-13T14:22:28.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:27 smithi071 ceph-mon[41109]: osdmap e173: 8 total, 8 up, 8 in 2024-09-13T14:22:28.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:27 smithi071 ceph-mon[41109]: pgmap v246: 89 pgs: 89 active+clean; 170 MiB data, 557 MiB used, 715 GiB / 715 GiB avail; 2.8 MiB/s rd, 1.8 MiB/s wr, 11 op/s 2024-09-13T14:22:28.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:27 smithi071 ceph-mon[41109]: osdmap e174: 8 total, 8 up, 8 in 2024-09-13T14:22:28.848 INFO:tasks.rados.rados.0.smithi071.stdout:435: done (4 left) 2024-09-13T14:22:28.848 INFO:tasks.rados.rados.0.smithi071.stdout:436: done (3 left) 2024-09-13T14:22:28.848 INFO:tasks.rados.rados.0.smithi071.stdout:438: done (2 left) 2024-09-13T14:22:28.848 INFO:tasks.rados.rados.0.smithi071.stdout:439: done (1 left) 2024-09-13T14:22:28.848 INFO:tasks.rados.rados.0.smithi071.stdout:440: done (0 left) 2024-09-13T14:22:28.848 INFO:tasks.rados.rados.0.smithi071.stdout:441: snap_remove snap 46 2024-09-13T14:22:29.140 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:22:28 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:22:28] "GET /metrics HTTP/1.1" 200 36203 "" "Prometheus/2.43.0" 2024-09-13T14:22:29.852 INFO:tasks.rados.rados.0.smithi071.stdout:441: done (0 left) 2024-09-13T14:22:29.853 INFO:tasks.rados.rados.0.smithi071.stdout:442: read oid 36 snap -1 2024-09-13T14:22:29.853 INFO:tasks.rados.rados.0.smithi071.stdout:442: expect deleted 2024-09-13T14:22:29.853 INFO:tasks.rados.rados.0.smithi071.stdout:443: read oid 35 snap 54 2024-09-13T14:22:29.853 INFO:tasks.rados.rados.0.smithi071.stdout:443: expect deleted 2024-09-13T14:22:29.853 INFO:tasks.rados.rados.0.smithi071.stdout:444: snap_remove snap 51 2024-09-13T14:22:30.137 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:29 smithi104 ceph-mon[33426]: osdmap e175: 8 total, 8 up, 8 in 2024-09-13T14:22:30.138 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:29 smithi104 ceph-mon[33426]: pgmap v249: 89 pgs: 89 active+clean; 170 MiB data, 557 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:22:30.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:29 smithi071 ceph-mon[29588]: osdmap e175: 8 total, 8 up, 8 in 2024-09-13T14:22:30.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:29 smithi071 ceph-mon[29588]: pgmap v249: 89 pgs: 89 active+clean; 170 MiB data, 557 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:22:30.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:29 smithi071 ceph-mon[41109]: osdmap e175: 8 total, 8 up, 8 in 2024-09-13T14:22:30.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:29 smithi071 ceph-mon[41109]: pgmap v249: 89 pgs: 89 active+clean; 170 MiB data, 557 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:22:30.864 INFO:tasks.rados.rados.0.smithi071.stdout:444: done (2 left) 2024-09-13T14:22:30.864 INFO:tasks.rados.rados.0.smithi071.stdout:445: rollback oid 37 current snap is 58 2024-09-13T14:22:30.864 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 37 to 53 2024-09-13T14:22:30.864 INFO:tasks.rados.rados.0.smithi071.stdout:446: snap_remove snap 50 2024-09-13T14:22:31.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:30 smithi071 ceph-mon[29588]: osdmap e176: 8 total, 8 up, 8 in 2024-09-13T14:22:31.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:30 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:22:31.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:30 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:22:31.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:30 smithi071 ceph-mon[41109]: osdmap e176: 8 total, 8 up, 8 in 2024-09-13T14:22:31.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:30 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:22:31.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:30 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:22:31.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:30 smithi104 ceph-mon[33426]: osdmap e176: 8 total, 8 up, 8 in 2024-09-13T14:22:31.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:30 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:22:31.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:30 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:22:31.866 INFO:tasks.rados.rados.0.smithi071.stdout:446: done (3 left) 2024-09-13T14:22:31.866 INFO:tasks.rados.rados.0.smithi071.stdout:447: write oid 17 current snap is 58 2024-09-13T14:22:31.866 INFO:tasks.rados.rados.0.smithi071.stdout:447: seq_num 204 ranges {628628=775974,1937856=527061,3252761=175867} 2024-09-13T14:22:31.874 INFO:tasks.rados.rados.0.smithi071.stdout:447: writing smithi07185159-17 from 628628 to 1404602 tid 1 2024-09-13T14:22:31.880 INFO:tasks.rados.rados.0.smithi071.stdout:447: writing smithi07185159-17 from 1937856 to 2464917 tid 2 2024-09-13T14:22:31.886 INFO:tasks.rados.rados.0.smithi071.stdout:447: writing smithi07185159-17 from 3252761 to 3428628 tid 3 2024-09-13T14:22:31.886 INFO:tasks.rados.rados.0.smithi071.stdout:448: read oid 21 snap 43 2024-09-13T14:22:31.886 INFO:tasks.rados.rados.0.smithi071.stdout:448: expect (ObjNum 20 snap 0 seq_num 20) 2024-09-13T14:22:31.886 INFO:tasks.rados.rados.0.smithi071.stdout:449: read oid 2 snap -1 2024-09-13T14:22:31.886 INFO:tasks.rados.rados.0.smithi071.stdout:449: expect deleted 2024-09-13T14:22:31.886 INFO:tasks.rados.rados.0.smithi071.stdout:450: write oid 43 current snap is 58 2024-09-13T14:22:31.886 INFO:tasks.rados.rados.0.smithi071.stdout:450: seq_num 205 ranges {645435=451223,1879985=787072,3280184=165251} 2024-09-13T14:22:31.892 INFO:tasks.rados.rados.0.smithi071.stdout:450: writing smithi07185159-43 from 645435 to 1096658 tid 1 2024-09-13T14:22:31.900 INFO:tasks.rados.rados.0.smithi071.stdout:450: writing smithi07185159-43 from 1879985 to 2667057 tid 2 2024-09-13T14:22:31.906 INFO:tasks.rados.rados.0.smithi071.stdout:450: writing smithi07185159-43 from 3280184 to 3445435 tid 3 2024-09-13T14:22:31.906 INFO:tasks.rados.rados.0.smithi071.stdout:451: snap_create 2024-09-13T14:22:31.906 INFO:tasks.rados.rados.0.smithi071.stdout:445: finishing rollback tid 0 to smithi07185159-37 2024-09-13T14:22:31.906 INFO:tasks.rados.rados.0.smithi071.stdout:445: finishing rollback tid 1 to smithi07185159-37 2024-09-13T14:22:31.906 INFO:tasks.rados.rados.0.smithi071.stdout:445: finishing rollback tid 2 to smithi07185159-37 2024-09-13T14:22:31.906 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 37 v 85 (ObjNum 134 snap 28 seq_num 134) dirty exists 2024-09-13T14:22:31.906 INFO:tasks.rados.rados.0.smithi071.stdout:447: finishing write tid 1 to smithi07185159-17 2024-09-13T14:22:31.906 INFO:tasks.rados.rados.0.smithi071.stdout:447: finishing write tid 2 to smithi07185159-17 2024-09-13T14:22:31.906 INFO:tasks.rados.rados.0.smithi071.stdout:447: finishing write tid 3 to smithi07185159-17 2024-09-13T14:22:31.906 INFO:tasks.rados.rados.0.smithi071.stdout:447: finishing write tid 4 to smithi07185159-17 2024-09-13T14:22:31.906 INFO:tasks.rados.rados.0.smithi071.stdout:447: finishing write tid 5 to smithi07185159-17 2024-09-13T14:22:31.906 INFO:tasks.rados.rados.0.smithi071.stdout:447: oid 17 updating version 0 to 109 2024-09-13T14:22:31.906 INFO:tasks.rados.rados.0.smithi071.stdout:447: oid 17 updating version 109 to 111 2024-09-13T14:22:31.907 INFO:tasks.rados.rados.0.smithi071.stdout:447: oid 17 version 111 is already newer than 110 2024-09-13T14:22:31.907 INFO:tasks.rados.rados.0.smithi071.stdout:447: oid 17 version 111 is already newer than 108 2024-09-13T14:22:31.907 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 17 v 111 (ObjNum 204 snap 58 seq_num 204) dirty exists 2024-09-13T14:22:31.907 INFO:tasks.rados.rados.0.smithi071.stdout:447: left oid 17 (ObjNum 204 snap 58 seq_num 204) 2024-09-13T14:22:31.907 INFO:tasks.rados.rados.0.smithi071.stdout:448: expect (ObjNum 20 snap 0 seq_num 20) 2024-09-13T14:22:31.983 INFO:tasks.rados.rados.0.smithi071.stdout:450: finishing write tid 1 to smithi07185159-43 2024-09-13T14:22:31.983 INFO:tasks.rados.rados.0.smithi071.stdout:450: finishing write tid 2 to smithi07185159-43 2024-09-13T14:22:31.983 INFO:tasks.rados.rados.0.smithi071.stdout:450: finishing write tid 3 to smithi07185159-43 2024-09-13T14:22:31.983 INFO:tasks.rados.rados.0.smithi071.stdout:450: finishing write tid 4 to smithi07185159-43 2024-09-13T14:22:31.983 INFO:tasks.rados.rados.0.smithi071.stdout:450: finishing write tid 5 to smithi07185159-43 2024-09-13T14:22:31.983 INFO:tasks.rados.rados.0.smithi071.stdout:450: oid 43 updating version 0 to 133 2024-09-13T14:22:31.983 INFO:tasks.rados.rados.0.smithi071.stdout:450: oid 43 updating version 133 to 134 2024-09-13T14:22:31.983 INFO:tasks.rados.rados.0.smithi071.stdout:450: oid 43 updating version 134 to 136 2024-09-13T14:22:31.983 INFO:tasks.rados.rados.0.smithi071.stdout:450: oid 43 version 136 is already newer than 135 2024-09-13T14:22:31.984 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 43 v 136 (ObjNum 205 snap 58 seq_num 205) dirty exists 2024-09-13T14:22:31.984 INFO:tasks.rados.rados.0.smithi071.stdout:450: left oid 43 (ObjNum 205 snap 58 seq_num 205) 2024-09-13T14:22:32.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:31 smithi071 ceph-mon[29588]: osdmap e177: 8 total, 8 up, 8 in 2024-09-13T14:22:32.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:31 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:22:32.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:31 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:22:32.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:31 smithi071 ceph-mon[29588]: pgmap v252: 89 pgs: 89 active+clean; 181 MiB data, 581 MiB used, 715 GiB / 715 GiB avail; 6.8 MiB/s rd, 1.9 MiB/s wr, 14 op/s 2024-09-13T14:22:32.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:31 smithi071 ceph-mon[41109]: osdmap e177: 8 total, 8 up, 8 in 2024-09-13T14:22:32.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:31 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:22:32.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:31 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:22:32.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:31 smithi071 ceph-mon[41109]: pgmap v252: 89 pgs: 89 active+clean; 181 MiB data, 581 MiB used, 715 GiB / 715 GiB avail; 6.8 MiB/s rd, 1.9 MiB/s wr, 14 op/s 2024-09-13T14:22:32.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:31 smithi104 ceph-mon[33426]: osdmap e177: 8 total, 8 up, 8 in 2024-09-13T14:22:32.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:31 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:22:32.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:31 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:22:32.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:31 smithi104 ceph-mon[33426]: pgmap v252: 89 pgs: 89 active+clean; 181 MiB data, 581 MiB used, 715 GiB / 715 GiB avail; 6.8 MiB/s rd, 1.9 MiB/s wr, 14 op/s 2024-09-13T14:22:32.849 INFO:tasks.rados.rados.0.smithi071.stdout:442: done (7 left) 2024-09-13T14:22:32.849 INFO:tasks.rados.rados.0.smithi071.stdout:443: done (6 left) 2024-09-13T14:22:32.849 INFO:tasks.rados.rados.0.smithi071.stdout:445: done (5 left) 2024-09-13T14:22:32.849 INFO:tasks.rados.rados.0.smithi071.stdout:447: done (4 left) 2024-09-13T14:22:32.849 INFO:tasks.rados.rados.0.smithi071.stdout:448: done (3 left) 2024-09-13T14:22:32.849 INFO:tasks.rados.rados.0.smithi071.stdout:449: done (2 left) 2024-09-13T14:22:32.849 INFO:tasks.rados.rados.0.smithi071.stdout:450: done (1 left) 2024-09-13T14:22:32.849 INFO:tasks.rados.rados.0.smithi071.stdout:451: done (0 left) 2024-09-13T14:22:32.850 INFO:tasks.rados.rados.0.smithi071.stdout:452: snap_create 2024-09-13T14:22:33.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:32 smithi071 ceph-mon[29588]: osdmap e178: 8 total, 8 up, 8 in 2024-09-13T14:22:33.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:32 smithi071 ceph-mon[29588]: osdmap e179: 8 total, 8 up, 8 in 2024-09-13T14:22:33.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:32 smithi071 ceph-mon[41109]: osdmap e178: 8 total, 8 up, 8 in 2024-09-13T14:22:33.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:32 smithi071 ceph-mon[41109]: osdmap e179: 8 total, 8 up, 8 in 2024-09-13T14:22:33.168 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:32 smithi104 ceph-mon[33426]: osdmap e178: 8 total, 8 up, 8 in 2024-09-13T14:22:33.168 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:32 smithi104 ceph-mon[33426]: osdmap e179: 8 total, 8 up, 8 in 2024-09-13T14:22:33.855 INFO:tasks.rados.rados.0.smithi071.stdout:452: done (0 left) 2024-09-13T14:22:33.855 INFO:tasks.rados.rados.0.smithi071.stdout:453: delete oid 44 current snap is 60 2024-09-13T14:22:33.859 INFO:tasks.rados.rados.0.smithi071.stdout:453: done (0 left) 2024-09-13T14:22:33.859 INFO:tasks.rados.rados.0.smithi071.stdout:454: rollback oid 27 current snap is 60 2024-09-13T14:22:33.859 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 27 to 35 2024-09-13T14:22:33.859 INFO:tasks.rados.rados.0.smithi071.stdout:455: rollback oid 7 current snap is 60 2024-09-13T14:22:33.859 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 7 to 57 2024-09-13T14:22:33.859 INFO:tasks.rados.rados.0.smithi071.stdout:456: read oid 25 snap -1 2024-09-13T14:22:33.859 INFO:tasks.rados.rados.0.smithi071.stdout:456: expect (ObjNum 194 snap 55 seq_num 194) 2024-09-13T14:22:33.860 INFO:tasks.rados.rados.0.smithi071.stdout:457: read oid 48 snap -1 2024-09-13T14:22:33.860 INFO:tasks.rados.rados.0.smithi071.stdout:457: expect (ObjNum 128 snap 27 seq_num 128) 2024-09-13T14:22:33.860 INFO:tasks.rados.rados.0.smithi071.stdout:458: write oid 8 current snap is 60 2024-09-13T14:22:33.860 INFO:tasks.rados.rados.0.smithi071.stdout:458: seq_num 207 ranges {679049=718074,2113302=674388,3335030=144019} 2024-09-13T14:22:33.867 INFO:tasks.rados.rados.0.smithi071.stdout:458: writing smithi07185159-8 from 679049 to 1397123 tid 1 2024-09-13T14:22:33.875 INFO:tasks.rados.rados.0.smithi071.stdout:458: writing smithi07185159-8 from 2113302 to 2787690 tid 2 2024-09-13T14:22:33.879 INFO:tasks.rados.rados.0.smithi071.stdout:458: writing smithi07185159-8 from 3335030 to 3479049 tid 3 2024-09-13T14:22:33.879 INFO:tasks.rados.rados.0.smithi071.stdout:459: snap_remove snap 55 2024-09-13T14:22:33.981 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:33 smithi104 ceph-mon[33426]: pgmap v255: 89 pgs: 89 active+clean; 181 MiB data, 581 MiB used, 715 GiB / 715 GiB avail; 6.8 MiB/s rd, 1.9 MiB/s wr, 14 op/s 2024-09-13T14:22:33.981 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:33 smithi104 ceph-mon[33426]: osdmap e180: 8 total, 8 up, 8 in 2024-09-13T14:22:34.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:33 smithi071 ceph-mon[29588]: pgmap v255: 89 pgs: 89 active+clean; 181 MiB data, 581 MiB used, 715 GiB / 715 GiB avail; 6.8 MiB/s rd, 1.9 MiB/s wr, 14 op/s 2024-09-13T14:22:34.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:33 smithi071 ceph-mon[29588]: osdmap e180: 8 total, 8 up, 8 in 2024-09-13T14:22:34.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:33 smithi071 ceph-mon[41109]: pgmap v255: 89 pgs: 89 active+clean; 181 MiB data, 581 MiB used, 715 GiB / 715 GiB avail; 6.8 MiB/s rd, 1.9 MiB/s wr, 14 op/s 2024-09-13T14:22:34.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:33 smithi071 ceph-mon[41109]: osdmap e180: 8 total, 8 up, 8 in 2024-09-13T14:22:34.583 INFO:tasks.rados.rados.0.smithi071.stdout:459: done (5 left) 2024-09-13T14:22:34.583 INFO:tasks.rados.rados.0.smithi071.stdout:460: snap_remove snap 52 2024-09-13T14:22:34.671 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:22:34 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[69628]: [13/Sep/2024:14:22:34] ENGINE Bus STOPPING 2024-09-13T14:22:34.890 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:22:34 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: ignoring --setuser ceph since I am not root 2024-09-13T14:22:34.890 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:22:34 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: ignoring --setgroup ceph since I am not root 2024-09-13T14:22:34.890 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:22:34 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:22:34.720+0000 7ff436c61040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-13T14:22:34.891 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:22:34 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:22:34.776+0000 7ff436c61040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-13T14:22:35.171 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:22:34 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[69628]: [13/Sep/2024:14:22:34] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-13T14:22:35.172 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:22:34 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[69628]: [13/Sep/2024:14:22:34] ENGINE Bus STOPPED 2024-09-13T14:22:35.271 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:22:34 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:22:34.925+0000 7ff436c61040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-13T14:22:35.271 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:22:34 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:22:34.990+0000 7ff436c61040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-13T14:22:35.271 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:22:35.133+0000 7ff436c61040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-13T14:22:35.271 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:22:35.269+0000 7ff436c61040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-13T14:22:35.575 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:22:35.576 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:22:35.576 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:22:35.576 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:22:35.576 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:22:35.576 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:22:35.576 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-09-13T14:22:35.576 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-mon[29588]: Activating manager daemon x 2024-09-13T14:22:35.577 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-mon[29588]: osdmap e181: 8 total, 8 up, 8 in 2024-09-13T14:22:35.577 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-mon[29588]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T14:22:35.577 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-mon[29588]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2024-09-13T14:22:35.577 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-mon[29588]: mgrmap e22: x(active, starting, since 0.0120075s) 2024-09-13T14:22:35.577 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-mon[29588]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T14:22:35.577 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-mon[29588]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T14:22:35.577 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-mon[29588]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "mds metadata", "who": "foo.smithi071.awdchm"}]: dispatch 2024-09-13T14:22:35.577 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-mon[29588]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "mds metadata", "who": "foo.smithi104.uecrqj"}]: dispatch 2024-09-13T14:22:35.577 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-mon[29588]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-13T14:22:35.577 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-mon[29588]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T14:22:35.577 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-mon[29588]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T14:22:35.577 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-mon[29588]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T14:22:35.578 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-mon[29588]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-13T14:22:35.578 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-mon[29588]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-13T14:22:35.578 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-mon[29588]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-13T14:22:35.578 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-mon[29588]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-13T14:22:35.578 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-mon[29588]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-13T14:22:35.578 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-mon[29588]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-13T14:22:35.578 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-mon[29588]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-13T14:22:35.578 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-mon[29588]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-13T14:22:35.578 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-mon[29588]: Manager daemon x is now available 2024-09-13T14:22:35.578 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:22:35.578 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:22:35.579 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:22:35.579 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:22:35.579 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:22:35.579 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:22:35.579 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-09-13T14:22:35.579 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-mon[41109]: Activating manager daemon x 2024-09-13T14:22:35.579 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-mon[41109]: osdmap e181: 8 total, 8 up, 8 in 2024-09-13T14:22:35.579 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-mon[41109]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T14:22:35.579 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-mon[41109]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2024-09-13T14:22:35.579 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-mon[41109]: mgrmap e22: x(active, starting, since 0.0120075s) 2024-09-13T14:22:35.579 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-mon[41109]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T14:22:35.579 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-mon[41109]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T14:22:35.580 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-mon[41109]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "mds metadata", "who": "foo.smithi071.awdchm"}]: dispatch 2024-09-13T14:22:35.580 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-mon[41109]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "mds metadata", "who": "foo.smithi104.uecrqj"}]: dispatch 2024-09-13T14:22:35.580 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-mon[41109]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-13T14:22:35.581 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-mon[41109]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T14:22:35.581 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-mon[41109]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T14:22:35.581 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-mon[41109]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T14:22:35.581 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-mon[41109]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-13T14:22:35.581 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-mon[41109]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-13T14:22:35.581 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-mon[41109]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-13T14:22:35.581 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-mon[41109]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-13T14:22:35.581 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-mon[41109]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-13T14:22:35.581 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-mon[41109]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-13T14:22:35.581 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-mon[41109]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-13T14:22:35.581 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-mon[41109]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-13T14:22:35.581 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-mon[41109]: Manager daemon x is now available 2024-09-13T14:22:35.585 INFO:tasks.rados.rados.0.smithi071.stdout:460: done (5 left) 2024-09-13T14:22:35.585 INFO:tasks.rados.rados.0.smithi071.stdout:461: snap_create 2024-09-13T14:22:35.585 INFO:tasks.rados.rados.0.smithi071.stdout:455: finishing rollback tid 0 to smithi07185159-7 2024-09-13T14:22:35.585 INFO:tasks.rados.rados.0.smithi071.stdout:455: finishing rollback tid 1 to smithi07185159-7 2024-09-13T14:22:35.585 INFO:tasks.rados.rados.0.smithi071.stdout:455: finishing rollback tid 2 to smithi07185159-7 2024-09-13T14:22:35.585 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 7 v 55 (ObjNum 166 snap 43 seq_num 166) dirty exists 2024-09-13T14:22:35.585 INFO:tasks.rados.rados.0.smithi071.stdout:457: expect (ObjNum 128 snap 27 seq_num 128) 2024-09-13T14:22:35.742 INFO:tasks.rados.rados.0.smithi071.stdout:454: finishing rollback tid 1 to smithi07185159-27 2024-09-13T14:22:35.743 INFO:tasks.rados.rados.0.smithi071.stdout:454: finishing rollback tid 2 to smithi07185159-27 2024-09-13T14:22:35.743 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 27 v 179 (ObjNum 26 snap 0 seq_num 26) dirty exists 2024-09-13T14:22:35.743 INFO:tasks.rados.rados.0.smithi071.stdout:458: finishing write tid 1 to smithi07185159-8 2024-09-13T14:22:35.743 INFO:tasks.rados.rados.0.smithi071.stdout:456: expect (ObjNum 194 snap 55 seq_num 194) 2024-09-13T14:22:35.831 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:22:35.574+0000 7ff436c61040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-13T14:22:35.832 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:22:35.642+0000 7ff436c61040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-13T14:22:35.832 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:22:35 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:22:35.830+0000 7ff436c61040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-13T14:22:35.895 INFO:tasks.rados.rados.0.smithi071.stdout:458: finishing write tid 2 to smithi07185159-8 2024-09-13T14:22:35.895 INFO:tasks.rados.rados.0.smithi071.stdout:458: finishing write tid 3 to smithi07185159-8 2024-09-13T14:22:35.895 INFO:tasks.rados.rados.0.smithi071.stdout:458: finishing write tid 4 to smithi07185159-8 2024-09-13T14:22:35.895 INFO:tasks.rados.rados.0.smithi071.stdout:458: finishing write tid 5 to smithi07185159-8 2024-09-13T14:22:35.895 INFO:tasks.rados.rados.0.smithi071.stdout:458: oid 8 updating version 0 to 141 2024-09-13T14:22:35.896 INFO:tasks.rados.rados.0.smithi071.stdout:458: oid 8 version 141 is already newer than 139 2024-09-13T14:22:35.896 INFO:tasks.rados.rados.0.smithi071.stdout:458: oid 8 version 141 is already newer than 138 2024-09-13T14:22:35.896 INFO:tasks.rados.rados.0.smithi071.stdout:458: oid 8 version 141 is already newer than 140 2024-09-13T14:22:35.896 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 8 v 141 (ObjNum 207 snap 60 seq_num 207) dirty exists 2024-09-13T14:22:35.896 INFO:tasks.rados.rados.0.smithi071.stdout:458: left oid 8 (ObjNum 207 snap 60 seq_num 207) 2024-09-13T14:22:35.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:35 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:22:35.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:35 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:22:35.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:35 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:22:35.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:35 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:22:35.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:35 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' 2024-09-13T14:22:35.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:35 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:22:35.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:35 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-09-13T14:22:35.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:35 smithi104 ceph-mon[33426]: Activating manager daemon x 2024-09-13T14:22:35.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:35 smithi104 ceph-mon[33426]: osdmap e181: 8 total, 8 up, 8 in 2024-09-13T14:22:35.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:35 smithi104 ceph-mon[33426]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T14:22:35.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:35 smithi104 ceph-mon[33426]: from='mgr.14427 172.21.15.71:0/1208994259' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2024-09-13T14:22:35.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:35 smithi104 ceph-mon[33426]: mgrmap e22: x(active, starting, since 0.0120075s) 2024-09-13T14:22:35.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:35 smithi104 ceph-mon[33426]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T14:22:35.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:35 smithi104 ceph-mon[33426]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T14:22:35.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:35 smithi104 ceph-mon[33426]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "mds metadata", "who": "foo.smithi071.awdchm"}]: dispatch 2024-09-13T14:22:35.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:35 smithi104 ceph-mon[33426]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "mds metadata", "who": "foo.smithi104.uecrqj"}]: dispatch 2024-09-13T14:22:35.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:35 smithi104 ceph-mon[33426]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-13T14:22:35.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:35 smithi104 ceph-mon[33426]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T14:22:35.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:35 smithi104 ceph-mon[33426]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T14:22:35.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:35 smithi104 ceph-mon[33426]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T14:22:35.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:35 smithi104 ceph-mon[33426]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-13T14:22:35.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:35 smithi104 ceph-mon[33426]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-13T14:22:35.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:35 smithi104 ceph-mon[33426]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-13T14:22:35.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:35 smithi104 ceph-mon[33426]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-13T14:22:35.924 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:35 smithi104 ceph-mon[33426]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-13T14:22:35.924 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:35 smithi104 ceph-mon[33426]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-13T14:22:35.924 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:35 smithi104 ceph-mon[33426]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-13T14:22:35.924 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:35 smithi104 ceph-mon[33426]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-13T14:22:35.924 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:35 smithi104 ceph-mon[33426]: Manager daemon x is now available 2024-09-13T14:22:36.580 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:22:36 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[69628]: [13/Sep/2024:14:22:36] ENGINE Bus STARTING 2024-09-13T14:22:36.581 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:22:36 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[69628]: 2024-09-13T14:22:36.262+0000 7fc37de83640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-13T14:22:36.581 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:22:36 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[69628]: 2024-09-13T14:22:36.262+0000 7fc37de83640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-13T14:22:36.581 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:22:36 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[69628]: 2024-09-13T14:22:36.262+0000 7fc37de83640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-13T14:22:36.581 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:22:36 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[69628]: 2024-09-13T14:22:36.262+0000 7fc37de83640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-13T14:22:36.581 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:22:36 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[69628]: 2024-09-13T14:22:36.262+0000 7fc37de83640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-13T14:22:36.581 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:22:36 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[69628]: 2024-09-13T14:22:36.263+0000 7fc37ae7d640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-13T14:22:36.581 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:22:36 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[69628]: 2024-09-13T14:22:36.263+0000 7fc37ae7d640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-13T14:22:36.581 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:22:36 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[69628]: 2024-09-13T14:22:36.263+0000 7fc37ae7d640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-13T14:22:36.581 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:22:36 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[69628]: 2024-09-13T14:22:36.263+0000 7fc37ae7d640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-13T14:22:36.581 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:22:36 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[69628]: 2024-09-13T14:22:36.263+0000 7fc37ae7d640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-13T14:22:36.581 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:22:36 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[69628]: [13/Sep/2024:14:22:36] ENGINE Serving on http://:::9283 2024-09-13T14:22:36.582 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:22:36 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[69628]: [13/Sep/2024:14:22:36] ENGINE Bus STARTED 2024-09-13T14:22:36.601 INFO:tasks.rados.rados.0.smithi071.stdout:454: done (5 left) 2024-09-13T14:22:36.601 INFO:tasks.rados.rados.0.smithi071.stdout:455: done (4 left) 2024-09-13T14:22:36.601 INFO:tasks.rados.rados.0.smithi071.stdout:456: done (3 left) 2024-09-13T14:22:36.602 INFO:tasks.rados.rados.0.smithi071.stdout:457: done (2 left) 2024-09-13T14:22:36.602 INFO:tasks.rados.rados.0.smithi071.stdout:458: done (1 left) 2024-09-13T14:22:36.602 INFO:tasks.rados.rados.0.smithi071.stdout:461: done (0 left) 2024-09-13T14:22:36.602 INFO:tasks.rados.rados.0.smithi071.stdout:462: delete oid 40 current snap is 61 2024-09-13T14:22:36.604 INFO:tasks.rados.rados.0.smithi071.stdout:462: done (0 left) 2024-09-13T14:22:36.604 INFO:tasks.rados.rados.0.smithi071.stdout:463: rollback oid 3 current snap is 61 2024-09-13T14:22:36.604 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 3 to 47 2024-09-13T14:22:36.604 INFO:tasks.rados.rados.0.smithi071.stdout:464: rollback oid 19 current snap is 61 2024-09-13T14:22:36.604 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 19 to 60 2024-09-13T14:22:36.604 INFO:tasks.rados.rados.0.smithi071.stdout:465: snap_remove snap 53 2024-09-13T14:22:36.731 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:36 smithi071 ceph-mon[29588]: osdmap e182: 8 total, 8 up, 8 in 2024-09-13T14:22:36.732 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:36 smithi071 ceph-mon[29588]: mgrmap e23: x(active, since 1.02051s) 2024-09-13T14:22:36.732 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:36 smithi071 ceph-mon[29588]: pgmap v4: 89 pgs: 89 active+clean; 188 MiB data, 595 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:22:36.732 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:36 smithi071 ceph-mon[29588]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:36.732 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:36 smithi071 ceph-mon[29588]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:36.732 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:36 smithi071 ceph-mon[29588]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:36.732 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:36 smithi071 ceph-mon[29588]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:36.732 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:36 smithi071 ceph-mon[29588]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:36.732 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:36 smithi071 ceph-mon[29588]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:36.732 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:36 smithi071 ceph-mon[29588]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:22:36.732 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:36 smithi071 ceph-mon[29588]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:22:36.732 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:36 smithi071 ceph-mon[29588]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-13T14:22:36.732 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:36 smithi071 ceph-mon[29588]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-13T14:22:36.732 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:36 smithi071 ceph-mon[29588]: from='mgr.24604 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-13T14:22:36.733 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:36 smithi071 ceph-mon[29588]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-13T14:22:36.733 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:36 smithi071 ceph-mon[29588]: from='mgr.24604 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-13T14:22:36.733 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:36 smithi071 ceph-mon[41109]: osdmap e182: 8 total, 8 up, 8 in 2024-09-13T14:22:36.733 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:36 smithi071 ceph-mon[41109]: mgrmap e23: x(active, since 1.02051s) 2024-09-13T14:22:36.733 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:36 smithi071 ceph-mon[41109]: pgmap v4: 89 pgs: 89 active+clean; 188 MiB data, 595 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:22:36.733 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:36 smithi071 ceph-mon[41109]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:36.733 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:36 smithi071 ceph-mon[41109]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:36.733 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:36 smithi071 ceph-mon[41109]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:36.733 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:36 smithi071 ceph-mon[41109]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:36.733 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:36 smithi071 ceph-mon[41109]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:36.733 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:36 smithi071 ceph-mon[41109]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:36.734 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:36 smithi071 ceph-mon[41109]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:22:36.734 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:36 smithi071 ceph-mon[41109]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:22:36.734 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:36 smithi071 ceph-mon[41109]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-13T14:22:36.734 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:36 smithi071 ceph-mon[41109]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-13T14:22:36.734 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:36 smithi071 ceph-mon[41109]: from='mgr.24604 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-13T14:22:36.734 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:36 smithi071 ceph-mon[41109]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-13T14:22:36.734 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:36 smithi071 ceph-mon[41109]: from='mgr.24604 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-13T14:22:36.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:36 smithi104 ceph-mon[33426]: osdmap e182: 8 total, 8 up, 8 in 2024-09-13T14:22:36.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:36 smithi104 ceph-mon[33426]: mgrmap e23: x(active, since 1.02051s) 2024-09-13T14:22:36.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:36 smithi104 ceph-mon[33426]: pgmap v4: 89 pgs: 89 active+clean; 188 MiB data, 595 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:22:36.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:36 smithi104 ceph-mon[33426]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:36.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:36 smithi104 ceph-mon[33426]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:36.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:36 smithi104 ceph-mon[33426]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:36.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:36 smithi104 ceph-mon[33426]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:36.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:36 smithi104 ceph-mon[33426]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:36.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:36 smithi104 ceph-mon[33426]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:36.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:36 smithi104 ceph-mon[33426]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:22:36.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:36 smithi104 ceph-mon[33426]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:22:36.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:36 smithi104 ceph-mon[33426]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-13T14:22:36.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:36 smithi104 ceph-mon[33426]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-13T14:22:36.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:36 smithi104 ceph-mon[33426]: from='mgr.24604 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-13T14:22:36.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:36 smithi104 ceph-mon[33426]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-13T14:22:36.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:36 smithi104 ceph-mon[33426]: from='mgr.24604 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-13T14:22:37.140 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:22:36 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:22:36.730+0000 7ff436c61040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-13T14:22:37.140 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:22:36 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:22:36.800+0000 7ff436c61040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-13T14:22:37.609 INFO:tasks.rados.rados.0.smithi071.stdout:465: done (2 left) 2024-09-13T14:22:37.609 INFO:tasks.rados.rados.0.smithi071.stdout:466: delete oid 29 current snap is 61 2024-09-13T14:22:37.609 INFO:tasks.rados.rados.0.smithi071.stdout:464: finishing rollback tid 0 to smithi07185159-19 2024-09-13T14:22:37.609 INFO:tasks.rados.rados.0.smithi071.stdout:464: finishing rollback tid 1 to smithi07185159-19 2024-09-13T14:22:37.609 INFO:tasks.rados.rados.0.smithi071.stdout:464: finishing rollback tid 2 to smithi07185159-19 2024-09-13T14:22:37.609 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 19 v 119 (ObjNum 140 snap 31 seq_num 140) dirty exists 2024-09-13T14:22:37.610 INFO:tasks.rados.rados.0.smithi071.stdout:463: finishing rollback tid 0 to smithi07185159-3 2024-09-13T14:22:37.610 INFO:tasks.rados.rados.0.smithi071.stdout:463: finishing rollback tid 1 to smithi07185159-3 2024-09-13T14:22:37.610 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 3 v 367 (ObjNum 289 snap 0 seq_num 1) dirty dne 2024-09-13T14:22:37.613 INFO:tasks.rados.rados.0.smithi071.stdout:463: done (2 left) 2024-09-13T14:22:37.613 INFO:tasks.rados.rados.0.smithi071.stdout:464: done (1 left) 2024-09-13T14:22:37.613 INFO:tasks.rados.rados.0.smithi071.stdout:466: done (0 left) 2024-09-13T14:22:37.614 INFO:tasks.rados.rados.0.smithi071.stdout:467: snap_create 2024-09-13T14:22:37.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:37 smithi104 ceph-mon[33426]: Checking for cert/key for grafana.a 2024-09-13T14:22:37.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:37 smithi104 ceph-mon[33426]: Migrating grafana.a cert to cert store 2024-09-13T14:22:37.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:37 smithi104 ceph-mon[33426]: Migrating grafana.a key to cert store 2024-09-13T14:22:37.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:37 smithi104 ceph-mon[33426]: from='mon.? -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-13T14:22:37.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:37 smithi104 ceph-mon[33426]: pgmap v5: 89 pgs: 89 active+clean; 188 MiB data, 595 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:22:37.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:37 smithi104 ceph-mon[33426]: osdmap e183: 8 total, 8 up, 8 in 2024-09-13T14:22:37.672 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:22:37 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[69628]: 2024-09-13T14:22:37.356+0000 7fc3683db640 -1 log_channel(cephadm) log [ERR] : [13/Sep/2024:14:22:37] ENGINE Error in HTTPServer.serve 2024-09-13T14:22:37.672 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:22:37 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[69628]: Traceback (most recent call last): 2024-09-13T14:22:37.673 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:22:37 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[69628]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-13T14:22:37.673 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:22:37 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[69628]: self._connections.run(self.expiration_interval) 2024-09-13T14:22:37.673 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:22:37 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[69628]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-13T14:22:37.673 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:22:37 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[69628]: self._run(expiration_interval) 2024-09-13T14:22:37.673 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:22:37 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[69628]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-13T14:22:37.673 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:22:37 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[69628]: new_conn = self._from_server_socket(self.server.socket) 2024-09-13T14:22:37.673 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:22:37 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[69628]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-13T14:22:37.673 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:22:37 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[69628]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-13T14:22:37.673 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:22:37 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[69628]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-13T14:22:37.673 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:22:37 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[69628]: s = self.context.wrap_socket( 2024-09-13T14:22:37.673 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:22:37 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[69628]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-13T14:22:37.673 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:22:37 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[69628]: return self.sslsocket_class._create( 2024-09-13T14:22:37.673 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:22:37 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[69628]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-13T14:22:37.674 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:22:37 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[69628]: self.do_handshake() 2024-09-13T14:22:37.674 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:22:37 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[69628]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-13T14:22:37.674 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:22:37 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[69628]: self._sslobj.do_handshake() 2024-09-13T14:22:37.674 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:22:37 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[69628]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-13T14:22:37.674 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:22:37 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[69628]: 2024-09-13T14:22:37.777 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:22:37 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:22:37.512+0000 7ff436c61040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-13T14:22:37.777 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:22:37 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:22:37.632+0000 7ff436c61040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-13T14:22:37.777 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:37 smithi071 ceph-mon[29588]: Checking for cert/key for grafana.a 2024-09-13T14:22:37.777 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:37 smithi071 ceph-mon[29588]: Migrating grafana.a cert to cert store 2024-09-13T14:22:37.777 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:37 smithi071 ceph-mon[29588]: Migrating grafana.a key to cert store 2024-09-13T14:22:37.777 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:37 smithi071 ceph-mon[29588]: from='mon.? -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-13T14:22:37.778 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:37 smithi071 ceph-mon[29588]: pgmap v5: 89 pgs: 89 active+clean; 188 MiB data, 595 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:22:37.778 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:37 smithi071 ceph-mon[29588]: osdmap e183: 8 total, 8 up, 8 in 2024-09-13T14:22:37.778 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:37 smithi071 ceph-mon[41109]: Checking for cert/key for grafana.a 2024-09-13T14:22:37.778 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:37 smithi071 ceph-mon[41109]: Migrating grafana.a cert to cert store 2024-09-13T14:22:37.778 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:37 smithi071 ceph-mon[41109]: Migrating grafana.a key to cert store 2024-09-13T14:22:37.778 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:37 smithi071 ceph-mon[41109]: from='mon.? -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-13T14:22:37.778 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:37 smithi071 ceph-mon[41109]: pgmap v5: 89 pgs: 89 active+clean; 188 MiB data, 595 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:22:37.778 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:37 smithi071 ceph-mon[41109]: osdmap e183: 8 total, 8 up, 8 in 2024-09-13T14:22:37.849 INFO:tasks.rados.rados.0.smithi071.stdout:467: done (0 left) 2024-09-13T14:22:37.849 INFO:tasks.rados.rados.0.smithi071.stdout:468: read oid 26 snap -1 2024-09-13T14:22:37.849 INFO:tasks.rados.rados.0.smithi071.stdout:468: expect (ObjNum 148 snap 34 seq_num 148) 2024-09-13T14:22:37.850 INFO:tasks.rados.rados.0.smithi071.stdout:469: delete oid 16 current snap is 62 2024-09-13T14:22:37.852 INFO:tasks.rados.rados.0.smithi071.stdout:469: done (1 left) 2024-09-13T14:22:37.852 INFO:tasks.rados.rados.0.smithi071.stdout:470: snap_remove snap 38 2024-09-13T14:22:38.056 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:22:37 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:22:37.774+0000 7ff436c61040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-13T14:22:38.057 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:22:37 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:22:37.836+0000 7ff436c61040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-13T14:22:38.057 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:22:37 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:22:37.986+0000 7ff436c61040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-13T14:22:38.057 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:22:38 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:22:38.055+0000 7ff436c61040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-13T14:22:38.341 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:22:38 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:22:38.115+0000 7ff436c61040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-13T14:22:38.341 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:22:38 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:22:38.272+0000 7ff436c61040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-13T14:22:38.342 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:22:38 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:22:38.340+0000 7ff436c61040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-13T14:22:38.603 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:22:38 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:22:38.410+0000 7ff436c61040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-13T14:22:38.603 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:22:38 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:22:38.495+0000 7ff436c61040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-13T14:22:38.603 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:22:38 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:22:38.561+0000 7ff436c61040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-13T14:22:38.859 INFO:tasks.rados.rados.0.smithi071.stdout:470: done (1 left) 2024-09-13T14:22:38.860 INFO:tasks.rados.rados.0.smithi071.stdout:471: snap_remove snap 44 2024-09-13T14:22:38.890 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:22:38 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:22:38.631+0000 7ff436c61040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-13T14:22:38.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:38 smithi071 ceph-mon[29588]: Deploying cephadm binary to smithi104 2024-09-13T14:22:38.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:38 smithi071 ceph-mon[29588]: Deploying cephadm binary to smithi071 2024-09-13T14:22:38.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:38 smithi071 ceph-mon[29588]: [13/Sep/2024:14:22:37] ENGINE Bus STARTING 2024-09-13T14:22:38.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:38 smithi071 ceph-mon[29588]: [13/Sep/2024:14:22:37] ENGINE Serving on https://172.21.15.104:7150 2024-09-13T14:22:38.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:38 smithi071 ceph-mon[29588]: [13/Sep/2024:14:22:37] ENGINE Error in HTTPServer.serve 2024-09-13T14:22:38.891 INFO:journalctl@ceph.mon.a.smithi071.stdout: Traceback (most recent call last): 2024-09-13T14:22:38.891 INFO:journalctl@ceph.mon.a.smithi071.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-13T14:22:38.891 INFO:journalctl@ceph.mon.a.smithi071.stdout: self._connections.run(self.expiration_interval) 2024-09-13T14:22:38.891 INFO:journalctl@ceph.mon.a.smithi071.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-13T14:22:38.891 INFO:journalctl@ceph.mon.a.smithi071.stdout: self._run(expiration_interval) 2024-09-13T14:22:38.891 INFO:journalctl@ceph.mon.a.smithi071.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-13T14:22:38.891 INFO:journalctl@ceph.mon.a.smithi071.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-13T14:22:38.891 INFO:journalctl@ceph.mon.a.smithi071.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-13T14:22:38.891 INFO:journalctl@ceph.mon.a.smithi071.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-13T14:22:38.892 INFO:journalctl@ceph.mon.a.smithi071.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-13T14:22:38.892 INFO:journalctl@ceph.mon.a.smithi071.stdout: s = self.context.wrap_socket( 2024-09-13T14:22:38.892 INFO:journalctl@ceph.mon.a.smithi071.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-13T14:22:38.892 INFO:journalctl@ceph.mon.a.smithi071.stdout: return self.sslsocket_class._create( 2024-09-13T14:22:38.892 INFO:journalctl@ceph.mon.a.smithi071.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-13T14:22:38.892 INFO:journalctl@ceph.mon.a.smithi071.stdout: self.do_handshake() 2024-09-13T14:22:38.892 INFO:journalctl@ceph.mon.a.smithi071.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-13T14:22:38.892 INFO:journalctl@ceph.mon.a.smithi071.stdout: self._sslobj.do_handshake() 2024-09-13T14:22:38.892 INFO:journalctl@ceph.mon.a.smithi071.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-13T14:22:38.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:38 smithi071 ceph-mon[29588]: [13/Sep/2024:14:22:37] ENGINE Serving on http://172.21.15.104:8765 2024-09-13T14:22:38.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:38 smithi071 ceph-mon[29588]: [13/Sep/2024:14:22:37] ENGINE Bus STARTED 2024-09-13T14:22:38.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:38 smithi071 ceph-mon[29588]: osdmap e184: 8 total, 8 up, 8 in 2024-09-13T14:22:38.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:38 smithi071 ceph-mon[29588]: osdmap e185: 8 total, 8 up, 8 in 2024-09-13T14:22:38.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:38 smithi071 ceph-mon[41109]: Deploying cephadm binary to smithi104 2024-09-13T14:22:38.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:38 smithi071 ceph-mon[41109]: Deploying cephadm binary to smithi071 2024-09-13T14:22:38.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:38 smithi071 ceph-mon[41109]: [13/Sep/2024:14:22:37] ENGINE Bus STARTING 2024-09-13T14:22:38.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:38 smithi071 ceph-mon[41109]: [13/Sep/2024:14:22:37] ENGINE Serving on https://172.21.15.104:7150 2024-09-13T14:22:38.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:38 smithi071 ceph-mon[41109]: [13/Sep/2024:14:22:37] ENGINE Error in HTTPServer.serve 2024-09-13T14:22:38.893 INFO:journalctl@ceph.mon.c.smithi071.stdout: Traceback (most recent call last): 2024-09-13T14:22:38.893 INFO:journalctl@ceph.mon.c.smithi071.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-13T14:22:38.893 INFO:journalctl@ceph.mon.c.smithi071.stdout: self._connections.run(self.expiration_interval) 2024-09-13T14:22:38.893 INFO:journalctl@ceph.mon.c.smithi071.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-13T14:22:38.893 INFO:journalctl@ceph.mon.c.smithi071.stdout: self._run(expiration_interval) 2024-09-13T14:22:38.893 INFO:journalctl@ceph.mon.c.smithi071.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-13T14:22:38.894 INFO:journalctl@ceph.mon.c.smithi071.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-13T14:22:38.894 INFO:journalctl@ceph.mon.c.smithi071.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-13T14:22:38.894 INFO:journalctl@ceph.mon.c.smithi071.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-13T14:22:38.894 INFO:journalctl@ceph.mon.c.smithi071.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-13T14:22:38.894 INFO:journalctl@ceph.mon.c.smithi071.stdout: s = self.context.wrap_socket( 2024-09-13T14:22:38.894 INFO:journalctl@ceph.mon.c.smithi071.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-13T14:22:38.894 INFO:journalctl@ceph.mon.c.smithi071.stdout: return self.sslsocket_class._create( 2024-09-13T14:22:38.894 INFO:journalctl@ceph.mon.c.smithi071.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-13T14:22:38.894 INFO:journalctl@ceph.mon.c.smithi071.stdout: self.do_handshake() 2024-09-13T14:22:38.894 INFO:journalctl@ceph.mon.c.smithi071.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-13T14:22:38.894 INFO:journalctl@ceph.mon.c.smithi071.stdout: self._sslobj.do_handshake() 2024-09-13T14:22:38.895 INFO:journalctl@ceph.mon.c.smithi071.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-13T14:22:38.895 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:38 smithi071 ceph-mon[41109]: [13/Sep/2024:14:22:37] ENGINE Serving on http://172.21.15.104:8765 2024-09-13T14:22:38.895 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:38 smithi071 ceph-mon[41109]: [13/Sep/2024:14:22:37] ENGINE Bus STARTED 2024-09-13T14:22:38.895 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:38 smithi071 ceph-mon[41109]: osdmap e184: 8 total, 8 up, 8 in 2024-09-13T14:22:38.895 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:38 smithi071 ceph-mon[41109]: osdmap e185: 8 total, 8 up, 8 in 2024-09-13T14:22:38.918 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:38 smithi104 ceph-mon[33426]: Deploying cephadm binary to smithi104 2024-09-13T14:22:38.918 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:38 smithi104 ceph-mon[33426]: Deploying cephadm binary to smithi071 2024-09-13T14:22:38.918 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:38 smithi104 ceph-mon[33426]: [13/Sep/2024:14:22:37] ENGINE Bus STARTING 2024-09-13T14:22:38.918 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:38 smithi104 ceph-mon[33426]: [13/Sep/2024:14:22:37] ENGINE Serving on https://172.21.15.104:7150 2024-09-13T14:22:38.918 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:38 smithi104 ceph-mon[33426]: [13/Sep/2024:14:22:37] ENGINE Error in HTTPServer.serve 2024-09-13T14:22:38.918 INFO:journalctl@ceph.mon.b.smithi104.stdout: Traceback (most recent call last): 2024-09-13T14:22:38.918 INFO:journalctl@ceph.mon.b.smithi104.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-13T14:22:38.918 INFO:journalctl@ceph.mon.b.smithi104.stdout: self._connections.run(self.expiration_interval) 2024-09-13T14:22:38.919 INFO:journalctl@ceph.mon.b.smithi104.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-13T14:22:38.919 INFO:journalctl@ceph.mon.b.smithi104.stdout: self._run(expiration_interval) 2024-09-13T14:22:38.919 INFO:journalctl@ceph.mon.b.smithi104.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-13T14:22:38.919 INFO:journalctl@ceph.mon.b.smithi104.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-13T14:22:38.919 INFO:journalctl@ceph.mon.b.smithi104.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-13T14:22:38.919 INFO:journalctl@ceph.mon.b.smithi104.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-13T14:22:38.919 INFO:journalctl@ceph.mon.b.smithi104.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-13T14:22:38.919 INFO:journalctl@ceph.mon.b.smithi104.stdout: s = self.context.wrap_socket( 2024-09-13T14:22:38.919 INFO:journalctl@ceph.mon.b.smithi104.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-13T14:22:38.919 INFO:journalctl@ceph.mon.b.smithi104.stdout: return self.sslsocket_class._create( 2024-09-13T14:22:38.919 INFO:journalctl@ceph.mon.b.smithi104.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-13T14:22:38.919 INFO:journalctl@ceph.mon.b.smithi104.stdout: self.do_handshake() 2024-09-13T14:22:38.919 INFO:journalctl@ceph.mon.b.smithi104.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-13T14:22:38.919 INFO:journalctl@ceph.mon.b.smithi104.stdout: self._sslobj.do_handshake() 2024-09-13T14:22:38.920 INFO:journalctl@ceph.mon.b.smithi104.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-13T14:22:38.920 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:38 smithi104 ceph-mon[33426]: [13/Sep/2024:14:22:37] ENGINE Serving on http://172.21.15.104:8765 2024-09-13T14:22:38.920 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:38 smithi104 ceph-mon[33426]: [13/Sep/2024:14:22:37] ENGINE Bus STARTED 2024-09-13T14:22:38.920 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:38 smithi104 ceph-mon[33426]: osdmap e184: 8 total, 8 up, 8 in 2024-09-13T14:22:38.920 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:38 smithi104 ceph-mon[33426]: osdmap e185: 8 total, 8 up, 8 in 2024-09-13T14:22:39.857 INFO:tasks.rados.rados.0.smithi071.stdout:471: done (1 left) 2024-09-13T14:22:39.857 INFO:tasks.rados.rados.0.smithi071.stdout:472: snap_create 2024-09-13T14:22:39.857 INFO:tasks.rados.rados.0.smithi071.stdout:468: expect (ObjNum 148 snap 34 seq_num 148) 2024-09-13T14:22:39.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:39 smithi071 ceph-mon[29588]: pgmap v9: 89 pgs: 89 active+clean; 188 MiB data, 595 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:22:39.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:39 smithi071 ceph-mon[29588]: mgrmap e24: x(active, since 4s) 2024-09-13T14:22:39.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:39 smithi071 ceph-mon[29588]: osdmap e186: 8 total, 8 up, 8 in 2024-09-13T14:22:39.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:39 smithi071 ceph-mon[29588]: Standby manager daemon y started 2024-09-13T14:22:39.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:39 smithi071 ceph-mon[29588]: from='mgr.? 172.21.15.71:0/3241809470' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-13T14:22:39.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:39 smithi071 ceph-mon[29588]: from='mgr.? 172.21.15.71:0/3241809470' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-13T14:22:39.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:39 smithi071 ceph-mon[29588]: from='mgr.? 172.21.15.71:0/3241809470' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-13T14:22:39.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:39 smithi071 ceph-mon[29588]: from='mgr.? 172.21.15.71:0/3241809470' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-13T14:22:39.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:39 smithi071 ceph-mon[41109]: pgmap v9: 89 pgs: 89 active+clean; 188 MiB data, 595 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:22:39.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:39 smithi071 ceph-mon[41109]: mgrmap e24: x(active, since 4s) 2024-09-13T14:22:39.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:39 smithi071 ceph-mon[41109]: osdmap e186: 8 total, 8 up, 8 in 2024-09-13T14:22:39.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:39 smithi071 ceph-mon[41109]: Standby manager daemon y started 2024-09-13T14:22:39.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:39 smithi071 ceph-mon[41109]: from='mgr.? 172.21.15.71:0/3241809470' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-13T14:22:39.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:39 smithi071 ceph-mon[41109]: from='mgr.? 172.21.15.71:0/3241809470' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-13T14:22:39.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:39 smithi071 ceph-mon[41109]: from='mgr.? 172.21.15.71:0/3241809470' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-13T14:22:39.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:39 smithi071 ceph-mon[41109]: from='mgr.? 172.21.15.71:0/3241809470' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-13T14:22:39.892 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:22:39 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:22:39.461+0000 7ff436c61040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-13T14:22:39.892 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:22:39 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: [13/Sep/2024:14:22:39] ENGINE Bus STARTING 2024-09-13T14:22:39.892 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:22:39 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: CherryPy Checker: 2024-09-13T14:22:39.892 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:22:39 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: The Application mounted at '' has an empty config. 2024-09-13T14:22:39.893 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:22:39 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: 2024-09-13T14:22:39.893 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:22:39 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: [13/Sep/2024:14:22:39] ENGINE Serving on http://:::9283 2024-09-13T14:22:39.893 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:22:39 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: [13/Sep/2024:14:22:39] ENGINE Bus STARTED 2024-09-13T14:22:39.907 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:39 smithi104 ceph-mon[33426]: pgmap v9: 89 pgs: 89 active+clean; 188 MiB data, 595 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:22:39.907 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:39 smithi104 ceph-mon[33426]: mgrmap e24: x(active, since 4s) 2024-09-13T14:22:39.907 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:39 smithi104 ceph-mon[33426]: osdmap e186: 8 total, 8 up, 8 in 2024-09-13T14:22:39.907 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:39 smithi104 ceph-mon[33426]: Standby manager daemon y started 2024-09-13T14:22:39.907 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:39 smithi104 ceph-mon[33426]: from='mgr.? 172.21.15.71:0/3241809470' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-13T14:22:39.907 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:39 smithi104 ceph-mon[33426]: from='mgr.? 172.21.15.71:0/3241809470' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-13T14:22:39.907 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:39 smithi104 ceph-mon[33426]: from='mgr.? 172.21.15.71:0/3241809470' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-13T14:22:39.908 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:39 smithi104 ceph-mon[33426]: from='mgr.? 172.21.15.71:0/3241809470' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-13T14:22:40.871 INFO:tasks.rados.rados.0.smithi071.stdout:468: done (1 left) 2024-09-13T14:22:40.872 INFO:tasks.rados.rados.0.smithi071.stdout:472: done (0 left) 2024-09-13T14:22:40.872 INFO:tasks.rados.rados.0.smithi071.stdout:473: read oid 27 snap -1 2024-09-13T14:22:40.872 INFO:tasks.rados.rados.0.smithi071.stdout:473: expect (ObjNum 26 snap 0 seq_num 26) 2024-09-13T14:22:40.872 INFO:tasks.rados.rados.0.smithi071.stdout:474: rollback oid 48 current snap is 63 2024-09-13T14:22:40.872 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 48 to 31 2024-09-13T14:22:40.872 INFO:tasks.rados.rados.0.smithi071.stdout:475: read oid 17 snap 35 2024-09-13T14:22:40.872 INFO:tasks.rados.rados.0.smithi071.stdout:475: expect deleted 2024-09-13T14:22:40.872 INFO:tasks.rados.rados.0.smithi071.stdout:476: read oid 14 snap -1 2024-09-13T14:22:40.872 INFO:tasks.rados.rados.0.smithi071.stdout:476: expect (ObjNum 187 snap 49 seq_num 187) 2024-09-13T14:22:40.872 INFO:tasks.rados.rados.0.smithi071.stdout:477: write oid 46 current snap is 63 2024-09-13T14:22:40.872 INFO:tasks.rados.rados.0.smithi071.stdout:477: seq_num 211 ranges {746277=619070,1830877=681726,2928369=617908} 2024-09-13T14:22:40.879 INFO:tasks.rados.rados.0.smithi071.stdout:477: writing smithi07185159-46 from 746277 to 1365347 tid 1 2024-09-13T14:22:40.885 INFO:tasks.rados.rados.0.smithi071.stdout:477: writing smithi07185159-46 from 1830877 to 2512603 tid 2 2024-09-13T14:22:40.891 INFO:tasks.rados.rados.0.smithi071.stdout:477: writing smithi07185159-46 from 2928369 to 3546277 tid 3 2024-09-13T14:22:40.891 INFO:tasks.rados.rados.0.smithi071.stdout:478: snap_remove snap 54 2024-09-13T14:22:40.987 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:40 smithi104 ceph-mon[33426]: osdmap e187: 8 total, 8 up, 8 in 2024-09-13T14:22:40.987 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:40 smithi104 ceph-mon[33426]: mgrmap e25: x(active, since 5s), standbys: y 2024-09-13T14:22:40.987 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:40 smithi104 ceph-mon[33426]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-13T14:22:40.987 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:40 smithi104 ceph-mon[33426]: pgmap v12: 89 pgs: 89 active+clean; 188 MiB data, 595 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:22:41.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:40 smithi071 ceph-mon[29588]: osdmap e187: 8 total, 8 up, 8 in 2024-09-13T14:22:41.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:40 smithi071 ceph-mon[29588]: mgrmap e25: x(active, since 5s), standbys: y 2024-09-13T14:22:41.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:40 smithi071 ceph-mon[29588]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-13T14:22:41.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:40 smithi071 ceph-mon[29588]: pgmap v12: 89 pgs: 89 active+clean; 188 MiB data, 595 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:22:41.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:40 smithi071 ceph-mon[41109]: osdmap e187: 8 total, 8 up, 8 in 2024-09-13T14:22:41.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:40 smithi071 ceph-mon[41109]: mgrmap e25: x(active, since 5s), standbys: y 2024-09-13T14:22:41.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:40 smithi071 ceph-mon[41109]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-13T14:22:41.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:40 smithi071 ceph-mon[41109]: pgmap v12: 89 pgs: 89 active+clean; 188 MiB data, 595 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:22:41.887 INFO:tasks.rados.rados.0.smithi071.stdout:478: done (5 left) 2024-09-13T14:22:41.887 INFO:tasks.rados.rados.0.smithi071.stdout:479: read oid 4 snap -1 2024-09-13T14:22:41.887 INFO:tasks.rados.rados.0.smithi071.stdout:479: expect (ObjNum 192 snap 51 seq_num 192) 2024-09-13T14:22:41.887 INFO:tasks.rados.rados.0.smithi071.stdout:480: rollback oid 7 current snap is 63 2024-09-13T14:22:41.887 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 7 to 57 2024-09-13T14:22:41.887 INFO:tasks.rados.rados.0.smithi071.stdout:474: finishing rollback tid 0 to smithi07185159-48 2024-09-13T14:22:41.887 INFO:tasks.rados.rados.0.smithi071.stdout:474: finishing rollback tid 1 to smithi07185159-48 2024-09-13T14:22:41.887 INFO:tasks.rados.rados.0.smithi071.stdout:474: finishing rollback tid 2 to smithi07185159-48 2024-09-13T14:22:41.887 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 48 v 401 (ObjNum 128 snap 27 seq_num 128) dirty exists 2024-09-13T14:22:41.888 INFO:tasks.rados.rados.0.smithi071.stdout:476: expect (ObjNum 187 snap 49 seq_num 187) 2024-09-13T14:22:42.047 INFO:tasks.rados.rados.0.smithi071.stdout:473: expect (ObjNum 26 snap 0 seq_num 26) 2024-09-13T14:22:42.123 INFO:tasks.rados.rados.0.smithi071.stdout:477: finishing write tid 1 to smithi07185159-46 2024-09-13T14:22:42.123 INFO:tasks.rados.rados.0.smithi071.stdout:477: finishing write tid 2 to smithi07185159-46 2024-09-13T14:22:42.123 INFO:tasks.rados.rados.0.smithi071.stdout:477: finishing write tid 3 to smithi07185159-46 2024-09-13T14:22:42.123 INFO:tasks.rados.rados.0.smithi071.stdout:477: finishing write tid 4 to smithi07185159-46 2024-09-13T14:22:42.123 INFO:tasks.rados.rados.0.smithi071.stdout:473: done (6 left) 2024-09-13T14:22:42.123 INFO:tasks.rados.rados.0.smithi071.stdout:474: done (5 left) 2024-09-13T14:22:42.123 INFO:tasks.rados.rados.0.smithi071.stdout:475: done (4 left) 2024-09-13T14:22:42.123 INFO:tasks.rados.rados.0.smithi071.stdout:476: done (3 left) 2024-09-13T14:22:42.123 INFO:tasks.rados.rados.0.smithi071.stdout:481: rollback oid 14 current snap is 63 2024-09-13T14:22:42.123 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 14 to 57 2024-09-13T14:22:42.123 INFO:tasks.rados.rados.0.smithi071.stdout:477: finishing write tid 5 to smithi07185159-46 2024-09-13T14:22:42.124 INFO:tasks.rados.rados.0.smithi071.stdout:477: oid 46 updating version 0 to 202 2024-09-13T14:22:42.124 INFO:tasks.rados.rados.0.smithi071.stdout:477: oid 46 version 202 is already newer than 201 2024-09-13T14:22:42.124 INFO:tasks.rados.rados.0.smithi071.stdout:477: oid 46 updating version 202 to 203 2024-09-13T14:22:42.124 INFO:tasks.rados.rados.0.smithi071.stdout:477: oid 46 version 203 is already newer than 200 2024-09-13T14:22:42.124 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 46 v 203 (ObjNum 211 snap 63 seq_num 211) dirty exists 2024-09-13T14:22:42.124 INFO:tasks.rados.rados.0.smithi071.stdout:477: left oid 46 (ObjNum 211 snap 63 seq_num 211) 2024-09-13T14:22:42.124 INFO:tasks.rados.rados.0.smithi071.stdout:480: finishing rollback tid 0 to smithi07185159-7 2024-09-13T14:22:42.124 INFO:tasks.rados.rados.0.smithi071.stdout:480: finishing rollback tid 1 to smithi07185159-7 2024-09-13T14:22:42.124 INFO:tasks.rados.rados.0.smithi071.stdout:480: finishing rollback tid 2 to smithi07185159-7 2024-09-13T14:22:42.124 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 7 v 71 (ObjNum 166 snap 43 seq_num 166) dirty exists 2024-09-13T14:22:42.124 INFO:tasks.rados.rados.0.smithi071.stdout:479: expect (ObjNum 192 snap 51 seq_num 192) 2024-09-13T14:22:42.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:41 smithi071 ceph-mon[29588]: osdmap e188: 8 total, 8 up, 8 in 2024-09-13T14:22:42.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:41 smithi071 ceph-mon[29588]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:42.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:41 smithi071 ceph-mon[29588]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:42.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:41 smithi071 ceph-mon[29588]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:42.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:41 smithi071 ceph-mon[41109]: osdmap e188: 8 total, 8 up, 8 in 2024-09-13T14:22:42.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:41 smithi071 ceph-mon[41109]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:42.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:41 smithi071 ceph-mon[41109]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:42.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:41 smithi071 ceph-mon[41109]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:42.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:41 smithi104 ceph-mon[33426]: osdmap e188: 8 total, 8 up, 8 in 2024-09-13T14:22:42.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:41 smithi104 ceph-mon[33426]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:42.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:41 smithi104 ceph-mon[33426]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:42.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:41 smithi104 ceph-mon[33426]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:42.225 INFO:tasks.rados.rados.0.smithi071.stdout:481: finishing rollback tid 0 to smithi07185159-14 2024-09-13T14:22:42.225 INFO:tasks.rados.rados.0.smithi071.stdout:481: finishing rollback tid 1 to smithi07185159-14 2024-09-13T14:22:42.225 INFO:tasks.rados.rados.0.smithi071.stdout:481: finishing rollback tid 2 to smithi07185159-14 2024-09-13T14:22:42.225 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 14 v 170 (ObjNum 187 snap 49 seq_num 187) dirty exists 2024-09-13T14:22:42.225 INFO:tasks.rados.rados.0.smithi071.stdout:477: done (3 left) 2024-09-13T14:22:42.225 INFO:tasks.rados.rados.0.smithi071.stdout:479: done (2 left) 2024-09-13T14:22:42.225 INFO:tasks.rados.rados.0.smithi071.stdout:480: done (1 left) 2024-09-13T14:22:42.225 INFO:tasks.rados.rados.0.smithi071.stdout:481: done (0 left) 2024-09-13T14:22:42.225 INFO:tasks.rados.rados.0.smithi071.stdout:482: rollback oid 42 current snap is 63 2024-09-13T14:22:42.225 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 42 to 59 2024-09-13T14:22:42.226 INFO:tasks.rados.rados.0.smithi071.stdout:483: snap_remove snap 31 2024-09-13T14:22:42.628 INFO:teuthology.orchestra.run.smithi071.stdout:true 2024-09-13T14:22:42.904 INFO:tasks.rados.rados.0.smithi071.stdout:483: done (1 left) 2024-09-13T14:22:42.904 INFO:tasks.rados.rados.0.smithi071.stdout:484: delete oid 16 current snap is 63 2024-09-13T14:22:42.904 INFO:tasks.rados.rados.0.smithi071.stdout:482: finishing rollback tid 1 to smithi07185159-42 2024-09-13T14:22:42.905 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 42 v 0 (ObjNum 129 snap 0 seq_num 1958716624) dirty dne 2024-09-13T14:22:42.909 INFO:tasks.rados.rados.0.smithi071.stdout:482: done (1 left) 2024-09-13T14:22:42.909 INFO:tasks.rados.rados.0.smithi071.stdout:484: done (0 left) 2024-09-13T14:22:42.909 INFO:tasks.rados.rados.0.smithi071.stdout:485: read oid 37 snap -1 2024-09-13T14:22:42.909 INFO:tasks.rados.rados.0.smithi071.stdout:485: expect (ObjNum 134 snap 28 seq_num 134) 2024-09-13T14:22:42.910 INFO:tasks.rados.rados.0.smithi071.stdout:486: read oid 47 snap 48 2024-09-13T14:22:42.910 INFO:tasks.rados.rados.0.smithi071.stdout:486: expect deleted 2024-09-13T14:22:42.910 INFO:tasks.rados.rados.0.smithi071.stdout:487: snap_remove snap 49 2024-09-13T14:22:43.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:42 smithi071 ceph-mon[29588]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:43.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:42 smithi071 ceph-mon[29588]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:22:43.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:42 smithi071 ceph-mon[29588]: osdmap e189: 8 total, 8 up, 8 in 2024-09-13T14:22:43.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:42 smithi071 ceph-mon[29588]: from='mgr.24604 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:22:43.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:42 smithi071 ceph-mon[29588]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:22:43.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:42 smithi071 ceph-mon[29588]: from='mgr.24604 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:22:43.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:42 smithi071 ceph-mon[29588]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:22:43.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:42 smithi071 ceph-mon[29588]: from='mgr.24604 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:22:43.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:42 smithi071 ceph-mon[29588]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:22:43.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:42 smithi071 ceph-mon[29588]: from='mgr.24604 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:22:43.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:42 smithi071 ceph-mon[29588]: Adjusting osd_memory_target on smithi071 to 2480M 2024-09-13T14:22:43.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:42 smithi071 ceph-mon[29588]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:43.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:42 smithi071 ceph-mon[29588]: pgmap v15: 89 pgs: 89 active+clean; 186 MiB data, 591 MiB used, 715 GiB / 715 GiB avail; 2.8 MiB/s rd, 767 B/s wr, 22 op/s 2024-09-13T14:22:43.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:42 smithi071 ceph-mon[29588]: from='client.14913 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:22:43.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:42 smithi071 ceph-mon[29588]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:43.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:42 smithi071 ceph-mon[29588]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:43.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:42 smithi071 ceph-mon[41109]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:43.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:42 smithi071 ceph-mon[41109]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:22:43.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:42 smithi071 ceph-mon[41109]: osdmap e189: 8 total, 8 up, 8 in 2024-09-13T14:22:43.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:42 smithi071 ceph-mon[41109]: from='mgr.24604 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:22:43.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:42 smithi071 ceph-mon[41109]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:22:43.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:42 smithi071 ceph-mon[41109]: from='mgr.24604 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:22:43.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:42 smithi071 ceph-mon[41109]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:22:43.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:42 smithi071 ceph-mon[41109]: from='mgr.24604 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:22:43.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:42 smithi071 ceph-mon[41109]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:22:43.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:42 smithi071 ceph-mon[41109]: from='mgr.24604 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:22:43.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:42 smithi071 ceph-mon[41109]: Adjusting osd_memory_target on smithi071 to 2480M 2024-09-13T14:22:43.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:42 smithi071 ceph-mon[41109]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:43.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:42 smithi071 ceph-mon[41109]: pgmap v15: 89 pgs: 89 active+clean; 186 MiB data, 591 MiB used, 715 GiB / 715 GiB avail; 2.8 MiB/s rd, 767 B/s wr, 22 op/s 2024-09-13T14:22:43.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:42 smithi071 ceph-mon[41109]: from='client.14913 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:22:43.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:42 smithi071 ceph-mon[41109]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:43.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:42 smithi071 ceph-mon[41109]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:43.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:42 smithi104 ceph-mon[33426]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:43.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:42 smithi104 ceph-mon[33426]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:22:43.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:42 smithi104 ceph-mon[33426]: osdmap e189: 8 total, 8 up, 8 in 2024-09-13T14:22:43.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:42 smithi104 ceph-mon[33426]: from='mgr.24604 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:22:43.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:42 smithi104 ceph-mon[33426]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:22:43.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:42 smithi104 ceph-mon[33426]: from='mgr.24604 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:22:43.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:42 smithi104 ceph-mon[33426]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:22:43.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:42 smithi104 ceph-mon[33426]: from='mgr.24604 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:22:43.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:42 smithi104 ceph-mon[33426]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:22:43.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:42 smithi104 ceph-mon[33426]: from='mgr.24604 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:22:43.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:42 smithi104 ceph-mon[33426]: Adjusting osd_memory_target on smithi071 to 2480M 2024-09-13T14:22:43.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:42 smithi104 ceph-mon[33426]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:43.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:42 smithi104 ceph-mon[33426]: pgmap v15: 89 pgs: 89 active+clean; 186 MiB data, 591 MiB used, 715 GiB / 715 GiB avail; 2.8 MiB/s rd, 767 B/s wr, 22 op/s 2024-09-13T14:22:43.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:42 smithi104 ceph-mon[33426]: from='client.14913 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:22:43.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:42 smithi104 ceph-mon[33426]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:43.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:42 smithi104 ceph-mon[33426]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:43.196 INFO:teuthology.orchestra.run.smithi071.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-13T14:22:43.196 INFO:teuthology.orchestra.run.smithi071.stdout:alertmanager.a smithi071 *:9093,9094 running (3m) 1s ago 4m 28.0M - 0.25.0 c8568f914cd2 899307b1c0a9 2024-09-13T14:22:43.196 INFO:teuthology.orchestra.run.smithi071.stdout:grafana.a smithi104 *:3000 running (4m) 0s ago 4m 90.3M - 9.4.7 954c08fa6188 d4649d095d6e 2024-09-13T14:22:43.196 INFO:teuthology.orchestra.run.smithi071.stdout:mds.foo.smithi071.awdchm smithi071 running (3m) 1s ago 3m 18.5M - 18.2.4-843-g2c01458a c129f5a2fd4e 3a46cf5b0e24 2024-09-13T14:22:43.196 INFO:teuthology.orchestra.run.smithi071.stdout:mds.foo.smithi104.uecrqj smithi104 running (3m) 0s ago 3m 13.9M - 18.2.4-843-g2c01458a c129f5a2fd4e 3d72a892eecb 2024-09-13T14:22:43.196 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.x smithi104 *:8443,9283,8765 running (27s) 0s ago 8m 497M - 19.3.0-4697-gd58f7306 fec07016a2b0 94e439038a66 2024-09-13T14:22:43.196 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.y smithi071 *:9283,8765 running (9m) 1s ago 9m 366M - 18.2.4-843-g2c01458a c129f5a2fd4e b777ff2b3fee 2024-09-13T14:22:43.196 INFO:teuthology.orchestra.run.smithi071.stdout:mon.a smithi071 running (9m) 1s ago 10m 52.6M 2048M 18.2.4-843-g2c01458a c129f5a2fd4e 03dc48b4bc43 2024-09-13T14:22:43.196 INFO:teuthology.orchestra.run.smithi071.stdout:mon.b smithi104 running (8m) 0s ago 8m 42.5M 2048M 18.2.4-843-g2c01458a c129f5a2fd4e ecd51e95c619 2024-09-13T14:22:43.196 INFO:teuthology.orchestra.run.smithi071.stdout:mon.c smithi071 running (8m) 1s ago 8m 40.5M 2048M 18.2.4-843-g2c01458a c129f5a2fd4e 41b61ccb60e8 2024-09-13T14:22:43.197 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.a smithi071 *:9100 running (3m) 1s ago 3m 16.6M - 1.5.0 0da6a335fe13 1385c63561be 2024-09-13T14:22:43.197 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.b smithi104 *:9100 running (3m) 0s ago 3m 15.8M - 1.5.0 0da6a335fe13 04ef970b0f2d 2024-09-13T14:22:43.197 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0 smithi071 running (7m) 1s ago 7m 68.4M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 4620af289781 2024-09-13T14:22:43.197 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1 smithi071 running (7m) 1s ago 7m 63.2M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 6219ea84d5da 2024-09-13T14:22:43.197 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2 smithi071 running (7m) 1s ago 7m 83.7M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e dbb670583d0d 2024-09-13T14:22:43.197 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3 smithi071 running (6m) 1s ago 6m 56.9M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 3859c11423d8 2024-09-13T14:22:43.197 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4 smithi104 running (6m) 0s ago 6m 74.9M 4016M 18.2.4-843-g2c01458a c129f5a2fd4e 7641d6ca037c 2024-09-13T14:22:43.197 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5 smithi104 running (5m) 0s ago 5m 75.6M 4016M 18.2.4-843-g2c01458a c129f5a2fd4e d171c1dc9aca 2024-09-13T14:22:43.197 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6 smithi104 running (5m) 0s ago 5m 71.4M 4016M 18.2.4-843-g2c01458a c129f5a2fd4e 7cd98596a2db 2024-09-13T14:22:43.197 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7 smithi104 running (5m) 0s ago 5m 69.1M 4016M 18.2.4-843-g2c01458a c129f5a2fd4e c0657150d5d6 2024-09-13T14:22:43.197 INFO:teuthology.orchestra.run.smithi071.stdout:prometheus.a smithi104 *:9095 running (3m) 0s ago 4m 51.8M - 2.43.0 a07b618ecd1d c3123c327f85 2024-09-13T14:22:43.531 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:22:43.532 INFO:teuthology.orchestra.run.smithi071.stdout: "mon": { 2024-09-13T14:22:43.532 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)": 3 2024-09-13T14:22:43.532 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:22:43.532 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr": { 2024-09-13T14:22:43.532 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)": 1, 2024-09-13T14:22:43.532 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 19.3.0-4697-gd58f7306 (d58f73069a8157a9ace12a0247ee3e8497707ea9) squid (dev)": 1 2024-09-13T14:22:43.532 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:22:43.532 INFO:teuthology.orchestra.run.smithi071.stdout: "osd": { 2024-09-13T14:22:43.532 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)": 8 2024-09-13T14:22:43.532 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:22:43.533 INFO:teuthology.orchestra.run.smithi071.stdout: "mds": { 2024-09-13T14:22:43.533 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)": 2 2024-09-13T14:22:43.533 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:22:43.533 INFO:teuthology.orchestra.run.smithi071.stdout: "overall": { 2024-09-13T14:22:43.533 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)": 14, 2024-09-13T14:22:43.533 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 19.3.0-4697-gd58f7306 (d58f73069a8157a9ace12a0247ee3e8497707ea9) squid (dev)": 1 2024-09-13T14:22:43.533 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:22:43.533 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:22:43.815 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:22:43.815 INFO:teuthology.orchestra.run.smithi071.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f", 2024-09-13T14:22:43.815 INFO:teuthology.orchestra.run.smithi071.stdout: "in_progress": true, 2024-09-13T14:22:43.815 INFO:teuthology.orchestra.run.smithi071.stdout: "which": "Upgrading daemons of type(s) mgr", 2024-09-13T14:22:43.815 INFO:teuthology.orchestra.run.smithi071.stdout: "services_complete": [], 2024-09-13T14:22:43.816 INFO:teuthology.orchestra.run.smithi071.stdout: "progress": "1/2 daemons upgraded", 2024-09-13T14:22:43.816 INFO:teuthology.orchestra.run.smithi071.stdout: "message": "", 2024-09-13T14:22:43.816 INFO:teuthology.orchestra.run.smithi071.stdout: "is_paused": false 2024-09-13T14:22:43.816 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:22:43.916 INFO:tasks.rados.rados.0.smithi071.stdout:487: done (2 left) 2024-09-13T14:22:43.917 INFO:tasks.rados.rados.0.smithi071.stdout:488: rollback oid 17 current snap is 63 2024-09-13T14:22:43.917 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 17 to 36 2024-09-13T14:22:43.917 INFO:tasks.rados.rados.0.smithi071.stdout:489: write oid 19 current snap is 63 2024-09-13T14:22:43.917 INFO:tasks.rados.rados.0.smithi071.stdout:489: seq_num 213 ranges {779891=485921,1947841=685395,3383215=196676} 2024-09-13T14:22:43.924 INFO:tasks.rados.rados.0.smithi071.stdout:489: writing smithi07185159-19 from 779891 to 1265812 tid 1 2024-09-13T14:22:43.931 INFO:tasks.rados.rados.0.smithi071.stdout:489: writing smithi07185159-19 from 1947841 to 2633236 tid 2 2024-09-13T14:22:43.937 INFO:tasks.rados.rados.0.smithi071.stdout:489: writing smithi07185159-19 from 3383215 to 3579891 tid 3 2024-09-13T14:22:43.937 INFO:tasks.rados.rados.0.smithi071.stdout:490: delete oid 39 current snap is 63 2024-09-13T14:22:43.937 INFO:tasks.rados.rados.0.smithi071.stdout:485: expect (ObjNum 134 snap 28 seq_num 134) 2024-09-13T14:22:44.026 INFO:tasks.rados.rados.0.smithi071.stdout:488: finishing rollback tid 0 to smithi07185159-17 2024-09-13T14:22:44.026 INFO:tasks.rados.rados.0.smithi071.stdout:488: finishing rollback tid 1 to smithi07185159-17 2024-09-13T14:22:44.026 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 17 v 144 (ObjNum 49 snap 0 seq_num 1) dirty dne 2024-09-13T14:22:44.026 INFO:tasks.rados.rados.0.smithi071.stdout:489: finishing write tid 1 to smithi07185159-19 2024-09-13T14:22:44.026 INFO:tasks.rados.rados.0.smithi071.stdout:489: finishing write tid 2 to smithi07185159-19 2024-09-13T14:22:44.027 INFO:tasks.rados.rados.0.smithi071.stdout:489: finishing write tid 3 to smithi07185159-19 2024-09-13T14:22:44.027 INFO:tasks.rados.rados.0.smithi071.stdout:489: finishing write tid 4 to smithi07185159-19 2024-09-13T14:22:44.027 INFO:tasks.rados.rados.0.smithi071.stdout:489: finishing write tid 5 to smithi07185159-19 2024-09-13T14:22:44.027 INFO:tasks.rados.rados.0.smithi071.stdout:489: oid 19 updating version 0 to 148 2024-09-13T14:22:44.027 INFO:tasks.rados.rados.0.smithi071.stdout:489: oid 19 updating version 148 to 149 2024-09-13T14:22:44.027 INFO:tasks.rados.rados.0.smithi071.stdout:489: oid 19 version 149 is already newer than 146 2024-09-13T14:22:44.027 INFO:tasks.rados.rados.0.smithi071.stdout:489: oid 19 version 149 is already newer than 147 2024-09-13T14:22:44.027 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 19 v 149 (ObjNum 213 snap 63 seq_num 213) dirty exists 2024-09-13T14:22:44.027 INFO:tasks.rados.rados.0.smithi071.stdout:489: left oid 19 (ObjNum 213 snap 63 seq_num 213) 2024-09-13T14:22:44.027 INFO:tasks.rados.rados.0.smithi071.stdout:485: done (4 left) 2024-09-13T14:22:44.027 INFO:tasks.rados.rados.0.smithi071.stdout:486: done (3 left) 2024-09-13T14:22:44.027 INFO:tasks.rados.rados.0.smithi071.stdout:488: done (2 left) 2024-09-13T14:22:44.027 INFO:tasks.rados.rados.0.smithi071.stdout:489: done (1 left) 2024-09-13T14:22:44.027 INFO:tasks.rados.rados.0.smithi071.stdout:490: done (0 left) 2024-09-13T14:22:44.028 INFO:tasks.rados.rados.0.smithi071.stdout:491: write oid 18 current snap is 63 2024-09-13T14:22:44.028 INFO:tasks.rados.rados.0.smithi071.stdout:491: seq_num 215 ranges {413505=636419,1664805=689064,3038061=492071} 2024-09-13T14:22:44.032 INFO:tasks.rados.rados.0.smithi071.stdout:491: writing smithi07185159-18 from 413505 to 1049924 tid 1 2024-09-13T14:22:44.038 INFO:tasks.rados.rados.0.smithi071.stdout:491: writing smithi07185159-18 from 1664805 to 2353869 tid 2 2024-09-13T14:22:44.045 INFO:tasks.rados.rados.0.smithi071.stdout:491: writing smithi07185159-18 from 3038061 to 3530132 tid 3 2024-09-13T14:22:44.045 INFO:tasks.rados.rados.0.smithi071.stdout:492: read oid 21 snap 62 2024-09-13T14:22:44.045 INFO:tasks.rados.rados.0.smithi071.stdout:492: expect (ObjNum 191 snap 51 seq_num 191) 2024-09-13T14:22:44.045 INFO:tasks.rados.rados.0.smithi071.stdout:493: write oid 29 current snap is 63 2024-09-13T14:22:44.045 INFO:tasks.rados.rados.0.smithi071.stdout:491: finishing write tid 1 to smithi07185159-18 2024-09-13T14:22:44.045 INFO:tasks.rados.rados.0.smithi071.stdout:491: finishing write tid 2 to smithi07185159-18 2024-09-13T14:22:44.045 INFO:tasks.rados.rados.0.smithi071.stdout:493: seq_num 216 ranges {430312=711668,1723287=549075,2781837=703343} 2024-09-13T14:22:44.051 INFO:tasks.rados.rados.0.smithi071.stdout:493: writing smithi07185159-29 from 430312 to 1141980 tid 1 2024-09-13T14:22:44.058 INFO:tasks.rados.rados.0.smithi071.stdout:493: writing smithi07185159-29 from 1723287 to 2272362 tid 2 2024-09-13T14:22:44.065 INFO:tasks.rados.rados.0.smithi071.stdout:493: writing smithi07185159-29 from 2781837 to 3485180 tid 3 2024-09-13T14:22:44.065 INFO:tasks.rados.rados.0.smithi071.stdout:494: read oid 28 snap -1 2024-09-13T14:22:44.066 INFO:tasks.rados.rados.0.smithi071.stdout:494: expect deleted 2024-09-13T14:22:44.066 INFO:tasks.rados.rados.0.smithi071.stdout:495: rollback oid 42 current snap is 63 2024-09-13T14:22:44.066 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 42 to 60 2024-09-13T14:22:44.066 INFO:tasks.rados.rados.0.smithi071.stdout:491: finishing write tid 3 to smithi07185159-18 2024-09-13T14:22:44.066 INFO:tasks.rados.rados.0.smithi071.stdout:491: finishing write tid 4 to smithi07185159-18 2024-09-13T14:22:44.066 INFO:tasks.rados.rados.0.smithi071.stdout:491: finishing write tid 5 to smithi07185159-18 2024-09-13T14:22:44.066 INFO:tasks.rados.rados.0.smithi071.stdout:491: oid 18 updating version 0 to 436 2024-09-13T14:22:44.066 INFO:tasks.rados.rados.0.smithi071.stdout:491: oid 18 updating version 436 to 438 2024-09-13T14:22:44.066 INFO:tasks.rados.rados.0.smithi071.stdout:491: oid 18 version 438 is already newer than 435 2024-09-13T14:22:44.066 INFO:tasks.rados.rados.0.smithi071.stdout:491: oid 18 version 438 is already newer than 437 2024-09-13T14:22:44.066 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 18 v 438 (ObjNum 215 snap 63 seq_num 215) dirty exists 2024-09-13T14:22:44.066 INFO:tasks.rados.rados.0.smithi071.stdout:491: left oid 18 (ObjNum 215 snap 63 seq_num 215) 2024-09-13T14:22:44.066 INFO:tasks.rados.rados.0.smithi071.stdout:492: expect (ObjNum 191 snap 51 seq_num 191) 2024-09-13T14:22:44.095 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:43 smithi104 ceph-mon[33426]: osdmap e190: 8 total, 8 up, 8 in 2024-09-13T14:22:44.095 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:43 smithi104 ceph-mon[33426]: from='client.14919 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:22:44.095 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:43 smithi104 ceph-mon[33426]: from='client.24821 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:22:44.095 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:43 smithi104 ceph-mon[33426]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:44.095 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:43 smithi104 ceph-mon[33426]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:44.095 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:43 smithi104 ceph-mon[33426]: from='client.? 172.21.15.71:0/1154187705' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:22:44.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:43 smithi071 ceph-mon[29588]: osdmap e190: 8 total, 8 up, 8 in 2024-09-13T14:22:44.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:43 smithi071 ceph-mon[29588]: from='client.14919 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:22:44.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:43 smithi071 ceph-mon[29588]: from='client.24821 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:22:44.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:43 smithi071 ceph-mon[29588]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:44.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:43 smithi071 ceph-mon[29588]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:44.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:43 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/1154187705' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:22:44.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:43 smithi071 ceph-mon[41109]: osdmap e190: 8 total, 8 up, 8 in 2024-09-13T14:22:44.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:43 smithi071 ceph-mon[41109]: from='client.14919 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:22:44.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:43 smithi071 ceph-mon[41109]: from='client.24821 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:22:44.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:43 smithi071 ceph-mon[41109]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:44.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:43 smithi071 ceph-mon[41109]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:44.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:43 smithi071 ceph-mon[41109]: from='client.? 172.21.15.71:0/1154187705' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:22:44.230 INFO:tasks.rados.rados.0.smithi071.stdout:493: finishing write tid 1 to smithi07185159-29 2024-09-13T14:22:44.230 INFO:tasks.rados.rados.0.smithi071.stdout:493: finishing write tid 2 to smithi07185159-29 2024-09-13T14:22:44.230 INFO:tasks.rados.rados.0.smithi071.stdout:493: finishing write tid 3 to smithi07185159-29 2024-09-13T14:22:44.230 INFO:tasks.rados.rados.0.smithi071.stdout:493: finishing write tid 4 to smithi07185159-29 2024-09-13T14:22:44.230 INFO:tasks.rados.rados.0.smithi071.stdout:493: finishing write tid 5 to smithi07185159-29 2024-09-13T14:22:44.230 INFO:tasks.rados.rados.0.smithi071.stdout:493: oid 29 updating version 0 to 238 2024-09-13T14:22:44.230 INFO:tasks.rados.rados.0.smithi071.stdout:493: oid 29 version 238 is already newer than 236 2024-09-13T14:22:44.230 INFO:tasks.rados.rados.0.smithi071.stdout:493: oid 29 version 238 is already newer than 237 2024-09-13T14:22:44.230 INFO:tasks.rados.rados.0.smithi071.stdout:493: oid 29 version 238 is already newer than 235 2024-09-13T14:22:44.230 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 29 v 238 (ObjNum 216 snap 63 seq_num 216) dirty exists 2024-09-13T14:22:44.231 INFO:tasks.rados.rados.0.smithi071.stdout:493: left oid 29 (ObjNum 216 snap 63 seq_num 216) 2024-09-13T14:22:44.231 INFO:tasks.rados.rados.0.smithi071.stdout:495: finishing rollback tid 1 to smithi07185159-42 2024-09-13T14:22:44.231 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 42 v 0 (ObjNum 129 snap 0 seq_num 1958716624) dirty dne 2024-09-13T14:22:44.231 INFO:tasks.rados.rados.0.smithi071.stdout:491: done (4 left) 2024-09-13T14:22:44.231 INFO:tasks.rados.rados.0.smithi071.stdout:492: done (3 left) 2024-09-13T14:22:44.231 INFO:tasks.rados.rados.0.smithi071.stdout:493: done (2 left) 2024-09-13T14:22:44.231 INFO:tasks.rados.rados.0.smithi071.stdout:494: done (1 left) 2024-09-13T14:22:44.231 INFO:tasks.rados.rados.0.smithi071.stdout:495: done (0 left) 2024-09-13T14:22:44.231 INFO:tasks.rados.rados.0.smithi071.stdout:496: delete oid 42 current snap is 63 2024-09-13T14:22:44.232 INFO:tasks.rados.rados.0.smithi071.stdout:496: done (0 left) 2024-09-13T14:22:44.232 INFO:tasks.rados.rados.0.smithi071.stdout:497: write oid 5 current snap is 63 2024-09-13T14:22:44.232 INFO:tasks.rados.rados.0.smithi071.stdout:497: seq_num 218 ranges {463926=462166,1723898=436391,2603977=725887} 2024-09-13T14:22:44.236 INFO:tasks.rados.rados.0.smithi071.stdout:497: writing smithi07185159-5 from 463926 to 926092 tid 1 2024-09-13T14:22:44.243 INFO:tasks.rados.rados.0.smithi071.stdout:497: writing smithi07185159-5 from 1723898 to 2160289 tid 2 2024-09-13T14:22:44.249 INFO:tasks.rados.rados.0.smithi071.stdout:497: writing smithi07185159-5 from 2603977 to 3329864 tid 3 2024-09-13T14:22:44.250 INFO:tasks.rados.rados.0.smithi071.stdout:498: rollback oid 41 current snap is 63 2024-09-13T14:22:44.250 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 41 to 48 2024-09-13T14:22:44.250 INFO:tasks.rados.rados.0.smithi071.stdout:497: finishing write tid 1 to smithi07185159-5 2024-09-13T14:22:44.250 INFO:tasks.rados.rados.0.smithi071.stdout:497: finishing write tid 2 to smithi07185159-5 2024-09-13T14:22:44.250 INFO:tasks.rados.rados.0.smithi071.stdout:499: write oid 9 current snap is 63 2024-09-13T14:22:44.250 INFO:tasks.rados.rados.0.smithi071.stdout:499: seq_num 219 ranges {480733=537415,1782380=696402,3031400=537159} 2024-09-13T14:22:44.255 INFO:tasks.rados.rados.0.smithi071.stdout:499: writing smithi07185159-9 from 480733 to 1018148 tid 1 2024-09-13T14:22:44.263 INFO:tasks.rados.rados.0.smithi071.stdout:499: writing smithi07185159-9 from 1782380 to 2478782 tid 2 2024-09-13T14:22:44.269 INFO:tasks.rados.rados.0.smithi071.stdout:499: writing smithi07185159-9 from 3031400 to 3568559 tid 3 2024-09-13T14:22:44.269 INFO:tasks.rados.rados.0.smithi071.stdout:500: read oid 43 snap -1 2024-09-13T14:22:44.269 INFO:tasks.rados.rados.0.smithi071.stdout:500: expect (ObjNum 205 snap 58 seq_num 205) 2024-09-13T14:22:44.269 INFO:tasks.rados.rados.0.smithi071.stdout:501: write oid 38 current snap is 63 2024-09-13T14:22:44.270 INFO:tasks.rados.rados.0.smithi071.stdout:498: finishing rollback tid 0 to smithi07185159-41 2024-09-13T14:22:44.270 INFO:tasks.rados.rados.0.smithi071.stdout:498: finishing rollback tid 1 to smithi07185159-41 2024-09-13T14:22:44.270 INFO:tasks.rados.rados.0.smithi071.stdout:498: finishing rollback tid 2 to smithi07185159-41 2024-09-13T14:22:44.270 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 41 v 244 (ObjNum 73 snap 9 seq_num 73) dirty exists 2024-09-13T14:22:44.270 INFO:tasks.rados.rados.0.smithi071.stdout:497: finishing write tid 3 to smithi07185159-5 2024-09-13T14:22:44.270 INFO:tasks.rados.rados.0.smithi071.stdout:501: seq_num 220 ranges {497540=612664,1840862=440060,3058823=464784} 2024-09-13T14:22:44.275 INFO:tasks.rados.rados.0.smithi071.stdout:501: writing smithi07185159-38 from 497540 to 1110204 tid 1 2024-09-13T14:22:44.281 INFO:tasks.rados.rados.0.smithi071.stdout:501: writing smithi07185159-38 from 1840862 to 2280922 tid 2 2024-09-13T14:22:44.288 INFO:tasks.rados.rados.0.smithi071.stdout:501: writing smithi07185159-38 from 3058823 to 3523607 tid 3 2024-09-13T14:22:44.288 INFO:tasks.rados.rados.0.smithi071.stdout:498: done (4 left) 2024-09-13T14:22:44.288 INFO:tasks.rados.rados.0.smithi071.stdout:502: snap_remove snap 48 2024-09-13T14:22:44.917 INFO:tasks.rados.rados.0.smithi071.stdout:502: done (4 left) 2024-09-13T14:22:44.917 INFO:tasks.rados.rados.0.smithi071.stdout:503: delete oid 23 current snap is 63 2024-09-13T14:22:44.917 INFO:tasks.rados.rados.0.smithi071.stdout:497: finishing write tid 4 to smithi07185159-5 2024-09-13T14:22:44.917 INFO:tasks.rados.rados.0.smithi071.stdout:497: finishing write tid 5 to smithi07185159-5 2024-09-13T14:22:44.917 INFO:tasks.rados.rados.0.smithi071.stdout:497: oid 5 updating version 0 to 440 2024-09-13T14:22:44.917 INFO:tasks.rados.rados.0.smithi071.stdout:497: oid 5 updating version 440 to 442 2024-09-13T14:22:44.917 INFO:tasks.rados.rados.0.smithi071.stdout:497: oid 5 version 442 is already newer than 441 2024-09-13T14:22:44.917 INFO:tasks.rados.rados.0.smithi071.stdout:497: oid 5 updating version 442 to 443 2024-09-13T14:22:44.918 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 5 v 443 (ObjNum 218 snap 63 seq_num 218) dirty exists 2024-09-13T14:22:44.918 INFO:tasks.rados.rados.0.smithi071.stdout:497: left oid 5 (ObjNum 218 snap 63 seq_num 218) 2024-09-13T14:22:44.918 INFO:tasks.rados.rados.0.smithi071.stdout:499: finishing write tid 1 to smithi07185159-9 2024-09-13T14:22:44.918 INFO:tasks.rados.rados.0.smithi071.stdout:499: finishing write tid 2 to smithi07185159-9 2024-09-13T14:22:44.918 INFO:tasks.rados.rados.0.smithi071.stdout:499: finishing write tid 3 to smithi07185159-9 2024-09-13T14:22:44.918 INFO:tasks.rados.rados.0.smithi071.stdout:499: finishing write tid 4 to smithi07185159-9 2024-09-13T14:22:44.918 INFO:tasks.rados.rados.0.smithi071.stdout:499: finishing write tid 5 to smithi07185159-9 2024-09-13T14:22:44.918 INFO:tasks.rados.rados.0.smithi071.stdout:499: oid 9 updating version 0 to 81 2024-09-13T14:22:44.918 INFO:tasks.rados.rados.0.smithi071.stdout:499: oid 9 version 81 is already newer than 79 2024-09-13T14:22:44.918 INFO:tasks.rados.rados.0.smithi071.stdout:499: oid 9 updating version 81 to 82 2024-09-13T14:22:44.918 INFO:tasks.rados.rados.0.smithi071.stdout:499: oid 9 version 82 is already newer than 80 2024-09-13T14:22:44.918 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 9 v 82 (ObjNum 219 snap 63 seq_num 219) dirty exists 2024-09-13T14:22:44.918 INFO:tasks.rados.rados.0.smithi071.stdout:499: left oid 9 (ObjNum 219 snap 63 seq_num 219) 2024-09-13T14:22:44.918 INFO:tasks.rados.rados.0.smithi071.stdout:500: expect (ObjNum 205 snap 58 seq_num 205) 2024-09-13T14:22:45.158 INFO:tasks.rados.rados.0.smithi071.stdout:501: finishing write tid 1 to smithi07185159-38 2024-09-13T14:22:45.158 INFO:tasks.rados.rados.0.smithi071.stdout:501: finishing write tid 2 to smithi07185159-38 2024-09-13T14:22:45.158 INFO:tasks.rados.rados.0.smithi071.stdout:501: finishing write tid 3 to smithi07185159-38 2024-09-13T14:22:45.158 INFO:tasks.rados.rados.0.smithi071.stdout:501: finishing write tid 4 to smithi07185159-38 2024-09-13T14:22:45.158 INFO:tasks.rados.rados.0.smithi071.stdout:501: finishing write tid 5 to smithi07185159-38 2024-09-13T14:22:45.158 INFO:tasks.rados.rados.0.smithi071.stdout:501: oid 38 updating version 0 to 233 2024-09-13T14:22:45.159 INFO:tasks.rados.rados.0.smithi071.stdout:501: oid 38 version 233 is already newer than 232 2024-09-13T14:22:45.159 INFO:tasks.rados.rados.0.smithi071.stdout:501: oid 38 updating version 233 to 234 2024-09-13T14:22:45.159 INFO:tasks.rados.rados.0.smithi071.stdout:501: oid 38 updating version 234 to 235 2024-09-13T14:22:45.159 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 38 v 235 (ObjNum 220 snap 63 seq_num 220) dirty exists 2024-09-13T14:22:45.159 INFO:tasks.rados.rados.0.smithi071.stdout:501: left oid 38 (ObjNum 220 snap 63 seq_num 220) 2024-09-13T14:22:45.159 INFO:tasks.rados.rados.0.smithi071.stdout:497: done (4 left) 2024-09-13T14:22:45.159 INFO:tasks.rados.rados.0.smithi071.stdout:499: done (3 left) 2024-09-13T14:22:45.159 INFO:tasks.rados.rados.0.smithi071.stdout:500: done (2 left) 2024-09-13T14:22:45.159 INFO:tasks.rados.rados.0.smithi071.stdout:501: done (1 left) 2024-09-13T14:22:45.159 INFO:tasks.rados.rados.0.smithi071.stdout:503: done (0 left) 2024-09-13T14:22:45.159 INFO:tasks.rados.rados.0.smithi071.stdout:504: snap_create 2024-09-13T14:22:45.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:44 smithi104 ceph-mon[33426]: from='client.24833 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:22:45.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:44 smithi104 ceph-mon[33426]: osdmap e191: 8 total, 8 up, 8 in 2024-09-13T14:22:45.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:44 smithi104 ceph-mon[33426]: pgmap v18: 89 pgs: 89 active+clean; 186 MiB data, 591 MiB used, 715 GiB / 715 GiB avail; 2.8 MiB/s rd, 767 B/s wr, 22 op/s 2024-09-13T14:22:45.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:44 smithi071 ceph-mon[29588]: from='client.24833 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:22:45.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:44 smithi071 ceph-mon[29588]: osdmap e191: 8 total, 8 up, 8 in 2024-09-13T14:22:45.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:44 smithi071 ceph-mon[29588]: pgmap v18: 89 pgs: 89 active+clean; 186 MiB data, 591 MiB used, 715 GiB / 715 GiB avail; 2.8 MiB/s rd, 767 B/s wr, 22 op/s 2024-09-13T14:22:45.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:44 smithi071 ceph-mon[41109]: from='client.24833 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:22:45.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:44 smithi071 ceph-mon[41109]: osdmap e191: 8 total, 8 up, 8 in 2024-09-13T14:22:45.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:44 smithi071 ceph-mon[41109]: pgmap v18: 89 pgs: 89 active+clean; 186 MiB data, 591 MiB used, 715 GiB / 715 GiB avail; 2.8 MiB/s rd, 767 B/s wr, 22 op/s 2024-09-13T14:22:45.919 INFO:tasks.rados.rados.0.smithi071.stdout:504: done (0 left) 2024-09-13T14:22:45.919 INFO:tasks.rados.rados.0.smithi071.stdout:505: write oid 32 current snap is 64 2024-09-13T14:22:45.919 INFO:tasks.rados.rados.0.smithi071.stdout:505: seq_num 222 ranges {531154=479515,1557826=443729,2713669=487328,3679295=51859} 2024-09-13T14:22:45.924 INFO:tasks.rados.rados.0.smithi071.stdout:505: writing smithi07185159-32 from 531154 to 1010669 tid 1 2024-09-13T14:22:45.929 INFO:tasks.rados.rados.0.smithi071.stdout:505: writing smithi07185159-32 from 1557826 to 2001555 tid 2 2024-09-13T14:22:45.936 INFO:tasks.rados.rados.0.smithi071.stdout:505: writing smithi07185159-32 from 2713669 to 3200997 tid 3 2024-09-13T14:22:45.939 INFO:tasks.rados.rados.0.smithi071.stdout:505: writing smithi07185159-32 from 3679295 to 3731154 tid 4 2024-09-13T14:22:45.939 INFO:tasks.rados.rados.0.smithi071.stdout:506: read oid 47 snap -1 2024-09-13T14:22:45.939 INFO:tasks.rados.rados.0.smithi071.stdout:506: expect deleted 2024-09-13T14:22:45.939 INFO:tasks.rados.rados.0.smithi071.stdout:507: write oid 21 current snap is 64 2024-09-13T14:22:45.940 INFO:tasks.rados.rados.0.smithi071.stdout:505: finishing write tid 1 to smithi07185159-32 2024-09-13T14:22:45.940 INFO:tasks.rados.rados.0.smithi071.stdout:505: finishing write tid 2 to smithi07185159-32 2024-09-13T14:22:45.940 INFO:tasks.rados.rados.0.smithi071.stdout:505: finishing write tid 3 to smithi07185159-32 2024-09-13T14:22:45.940 INFO:tasks.rados.rados.0.smithi071.stdout:507: seq_num 223 ranges {547961=554764,1616308=703740,2741092=698600} 2024-09-13T14:22:45.945 INFO:tasks.rados.rados.0.smithi071.stdout:507: writing smithi07185159-21 from 547961 to 1102725 tid 1 2024-09-13T14:22:45.952 INFO:tasks.rados.rados.0.smithi071.stdout:507: writing smithi07185159-21 from 1616308 to 2320048 tid 2 2024-09-13T14:22:45.959 INFO:tasks.rados.rados.0.smithi071.stdout:507: writing smithi07185159-21 from 2741092 to 3439692 tid 3 2024-09-13T14:22:45.959 INFO:tasks.rados.rados.0.smithi071.stdout:508: rollback oid 11 current snap is 64 2024-09-13T14:22:45.959 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 11 to 61 2024-09-13T14:22:45.959 INFO:tasks.rados.rados.0.smithi071.stdout:505: finishing write tid 4 to smithi07185159-32 2024-09-13T14:22:45.959 INFO:tasks.rados.rados.0.smithi071.stdout:505: finishing write tid 5 to smithi07185159-32 2024-09-13T14:22:45.959 INFO:tasks.rados.rados.0.smithi071.stdout:505: finishing write tid 6 to smithi07185159-32 2024-09-13T14:22:45.959 INFO:tasks.rados.rados.0.smithi071.stdout:505: oid 32 updating version 0 to 38 2024-09-13T14:22:45.959 INFO:tasks.rados.rados.0.smithi071.stdout:505: oid 32 version 38 is already newer than 36 2024-09-13T14:22:45.959 INFO:tasks.rados.rados.0.smithi071.stdout:505: oid 32 updating version 38 to 39 2024-09-13T14:22:45.959 INFO:tasks.rados.rados.0.smithi071.stdout:505: oid 32 version 39 is already newer than 35 2024-09-13T14:22:45.959 INFO:tasks.rados.rados.0.smithi071.stdout:505: oid 32 version 39 is already newer than 37 2024-09-13T14:22:45.960 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 32 v 39 (ObjNum 222 snap 64 seq_num 222) dirty exists 2024-09-13T14:22:45.960 INFO:tasks.rados.rados.0.smithi071.stdout:505: left oid 32 (ObjNum 222 snap 64 seq_num 222) 2024-09-13T14:22:45.960 INFO:tasks.rados.rados.0.smithi071.stdout:507: finishing write tid 1 to smithi07185159-21 2024-09-13T14:22:45.960 INFO:tasks.rados.rados.0.smithi071.stdout:507: finishing write tid 2 to smithi07185159-21 2024-09-13T14:22:45.960 INFO:tasks.rados.rados.0.smithi071.stdout:505: done (3 left) 2024-09-13T14:22:45.960 INFO:tasks.rados.rados.0.smithi071.stdout:506: done (2 left) 2024-09-13T14:22:45.960 INFO:tasks.rados.rados.0.smithi071.stdout:509: snap_create 2024-09-13T14:22:45.962 INFO:tasks.rados.rados.0.smithi071.stdout:508: finishing rollback tid 0 to smithi07185159-11 2024-09-13T14:22:45.962 INFO:tasks.rados.rados.0.smithi071.stdout:508: finishing rollback tid 1 to smithi07185159-11 2024-09-13T14:22:45.962 INFO:tasks.rados.rados.0.smithi071.stdout:507: finishing write tid 3 to smithi07185159-21 2024-09-13T14:22:45.962 INFO:tasks.rados.rados.0.smithi071.stdout:508: finishing rollback tid 2 to smithi07185159-11 2024-09-13T14:22:45.962 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 11 v 256 (ObjNum 202 snap 57 seq_num 202) dirty exists 2024-09-13T14:22:45.962 INFO:tasks.rados.rados.0.smithi071.stdout:507: finishing write tid 4 to smithi07185159-21 2024-09-13T14:22:45.962 INFO:tasks.rados.rados.0.smithi071.stdout:507: finishing write tid 5 to smithi07185159-21 2024-09-13T14:22:45.962 INFO:tasks.rados.rados.0.smithi071.stdout:507: oid 21 updating version 0 to 206 2024-09-13T14:22:45.963 INFO:tasks.rados.rados.0.smithi071.stdout:507: oid 21 version 206 is already newer than 204 2024-09-13T14:22:45.963 INFO:tasks.rados.rados.0.smithi071.stdout:507: oid 21 version 206 is already newer than 205 2024-09-13T14:22:45.963 INFO:tasks.rados.rados.0.smithi071.stdout:507: oid 21 version 206 is already newer than 203 2024-09-13T14:22:45.963 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 21 v 206 (ObjNum 223 snap 64 seq_num 223) dirty exists 2024-09-13T14:22:45.963 INFO:tasks.rados.rados.0.smithi071.stdout:507: left oid 21 (ObjNum 223 snap 64 seq_num 223) 2024-09-13T14:22:46.313 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:45 smithi104 ceph-mon[33426]: osdmap e192: 8 total, 8 up, 8 in 2024-09-13T14:22:46.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:45 smithi071 ceph-mon[29588]: osdmap e192: 8 total, 8 up, 8 in 2024-09-13T14:22:46.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:45 smithi071 ceph-mon[41109]: osdmap e192: 8 total, 8 up, 8 in 2024-09-13T14:22:46.942 INFO:tasks.rados.rados.0.smithi071.stdout:507: done (2 left) 2024-09-13T14:22:46.943 INFO:tasks.rados.rados.0.smithi071.stdout:508: done (1 left) 2024-09-13T14:22:46.943 INFO:tasks.rados.rados.0.smithi071.stdout:509: done (0 left) 2024-09-13T14:22:46.943 INFO:tasks.rados.rados.0.smithi071.stdout:510: delete oid 45 current snap is 65 2024-09-13T14:22:46.946 INFO:tasks.rados.rados.0.smithi071.stdout:510: done (0 left) 2024-09-13T14:22:46.946 INFO:tasks.rados.rados.0.smithi071.stdout:511: snap_create 2024-09-13T14:22:47.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:46 smithi104 ceph-mon[33426]: osdmap e193: 8 total, 8 up, 8 in 2024-09-13T14:22:47.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:46 smithi104 ceph-mon[33426]: pgmap v21: 89 pgs: 89 active+clean; 186 MiB data, 603 MiB used, 715 GiB / 715 GiB avail; 18 MiB/s rd, 2.9 MiB/s wr, 26 op/s 2024-09-13T14:22:47.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:46 smithi104 ceph-mon[33426]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:47.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:46 smithi104 ceph-mon[33426]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:47.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:46 smithi104 ceph-mon[33426]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:22:47.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:46 smithi104 ceph-mon[33426]: from='mgr.24604 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:22:47.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:46 smithi104 ceph-mon[33426]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:22:47.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:46 smithi104 ceph-mon[33426]: from='mgr.24604 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:22:47.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:46 smithi104 ceph-mon[33426]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:22:47.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:46 smithi104 ceph-mon[33426]: from='mgr.24604 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:22:47.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:46 smithi104 ceph-mon[33426]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:22:47.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:46 smithi104 ceph-mon[33426]: from='mgr.24604 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:22:47.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:46 smithi104 ceph-mon[33426]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:47.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:46 smithi104 ceph-mon[33426]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:22:47.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:46 smithi104 ceph-mon[33426]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:22:47.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:46 smithi071 ceph-mon[29588]: osdmap e193: 8 total, 8 up, 8 in 2024-09-13T14:22:47.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:46 smithi071 ceph-mon[29588]: pgmap v21: 89 pgs: 89 active+clean; 186 MiB data, 603 MiB used, 715 GiB / 715 GiB avail; 18 MiB/s rd, 2.9 MiB/s wr, 26 op/s 2024-09-13T14:22:47.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:46 smithi071 ceph-mon[29588]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:47.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:46 smithi071 ceph-mon[29588]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:47.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:46 smithi071 ceph-mon[29588]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:22:47.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:46 smithi071 ceph-mon[29588]: from='mgr.24604 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:22:47.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:46 smithi071 ceph-mon[29588]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:22:47.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:46 smithi071 ceph-mon[29588]: from='mgr.24604 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:22:47.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:46 smithi071 ceph-mon[29588]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:22:47.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:46 smithi071 ceph-mon[29588]: from='mgr.24604 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:22:47.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:46 smithi071 ceph-mon[29588]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:22:47.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:46 smithi071 ceph-mon[29588]: from='mgr.24604 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:22:47.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:46 smithi071 ceph-mon[29588]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:47.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:46 smithi071 ceph-mon[29588]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:22:47.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:46 smithi071 ceph-mon[29588]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:22:47.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:46 smithi071 ceph-mon[41109]: osdmap e193: 8 total, 8 up, 8 in 2024-09-13T14:22:47.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:46 smithi071 ceph-mon[41109]: pgmap v21: 89 pgs: 89 active+clean; 186 MiB data, 603 MiB used, 715 GiB / 715 GiB avail; 18 MiB/s rd, 2.9 MiB/s wr, 26 op/s 2024-09-13T14:22:47.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:46 smithi071 ceph-mon[41109]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:47.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:46 smithi071 ceph-mon[41109]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:47.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:46 smithi071 ceph-mon[41109]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:22:47.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:46 smithi071 ceph-mon[41109]: from='mgr.24604 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:22:47.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:46 smithi071 ceph-mon[41109]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:22:47.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:46 smithi071 ceph-mon[41109]: from='mgr.24604 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:22:47.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:46 smithi071 ceph-mon[41109]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:22:47.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:46 smithi071 ceph-mon[41109]: from='mgr.24604 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:22:47.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:46 smithi071 ceph-mon[41109]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:22:47.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:46 smithi071 ceph-mon[41109]: from='mgr.24604 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-13T14:22:47.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:46 smithi071 ceph-mon[41109]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:47.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:46 smithi071 ceph-mon[41109]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:22:47.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:46 smithi071 ceph-mon[41109]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:22:47.856 INFO:tasks.rados.rados.0.smithi071.stdout:511: done (0 left) 2024-09-13T14:22:47.856 INFO:tasks.rados.rados.0.smithi071.stdout:512: read oid 2 snap -1 2024-09-13T14:22:47.856 INFO:tasks.rados.rados.0.smithi071.stdout:512: expect deleted 2024-09-13T14:22:47.856 INFO:tasks.rados.rados.0.smithi071.stdout:513: rollback oid 25 current snap is 66 2024-09-13T14:22:47.856 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 25 to 64 2024-09-13T14:22:47.856 INFO:tasks.rados.rados.0.smithi071.stdout:514: write oid 50 current snap is 66 2024-09-13T14:22:47.856 INFO:tasks.rados.rados.0.smithi071.stdout:514: seq_num 225 ranges {581575=705262,1733272=707409,3195938=437497} 2024-09-13T14:22:47.862 INFO:tasks.rados.rados.0.smithi071.stdout:514: writing smithi07185159-50 from 581575 to 1286837 tid 1 2024-09-13T14:22:47.869 INFO:tasks.rados.rados.0.smithi071.stdout:514: writing smithi07185159-50 from 1733272 to 2440681 tid 2 2024-09-13T14:22:47.876 INFO:tasks.rados.rados.0.smithi071.stdout:514: writing smithi07185159-50 from 3195938 to 3633435 tid 3 2024-09-13T14:22:47.876 INFO:tasks.rados.rados.0.smithi071.stdout:515: read oid 34 snap -1 2024-09-13T14:22:47.876 INFO:tasks.rados.rados.0.smithi071.stdout:515: expect (ObjNum 112 snap 18 seq_num 112) 2024-09-13T14:22:47.876 INFO:tasks.rados.rados.0.smithi071.stdout:516: read oid 1 snap 43 2024-09-13T14:22:47.876 INFO:tasks.rados.rados.0.smithi071.stdout:516: expect deleted 2024-09-13T14:22:47.876 INFO:tasks.rados.rados.0.smithi071.stdout:513: finishing rollback tid 0 to smithi07185159-25 2024-09-13T14:22:47.876 INFO:tasks.rados.rados.0.smithi071.stdout:513: finishing rollback tid 1 to smithi07185159-25 2024-09-13T14:22:47.876 INFO:tasks.rados.rados.0.smithi071.stdout:513: finishing rollback tid 2 to smithi07185159-25 2024-09-13T14:22:47.877 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 25 v 226 (ObjNum 194 snap 55 seq_num 194) dirty exists 2024-09-13T14:22:47.877 INFO:tasks.rados.rados.0.smithi071.stdout:514: finishing write tid 1 to smithi07185159-50 2024-09-13T14:22:47.877 INFO:tasks.rados.rados.0.smithi071.stdout:514: finishing write tid 2 to smithi07185159-50 2024-09-13T14:22:47.877 INFO:tasks.rados.rados.0.smithi071.stdout:517: read oid 39 snap -1 2024-09-13T14:22:47.877 INFO:tasks.rados.rados.0.smithi071.stdout:517: expect deleted 2024-09-13T14:22:47.877 INFO:tasks.rados.rados.0.smithi071.stdout:512: done (5 left) 2024-09-13T14:22:47.877 INFO:tasks.rados.rados.0.smithi071.stdout:513: done (4 left) 2024-09-13T14:22:47.877 INFO:tasks.rados.rados.0.smithi071.stdout:518: write oid 6 current snap is 66 2024-09-13T14:22:47.877 INFO:tasks.rados.rados.0.smithi071.stdout:518: seq_num 226 ranges {598382=780511,2075401=451067,3107008=648769} 2024-09-13T14:22:47.883 INFO:tasks.rados.rados.0.smithi071.stdout:518: writing smithi07185159-6 from 598382 to 1378893 tid 1 2024-09-13T14:22:47.889 INFO:tasks.rados.rados.0.smithi071.stdout:518: writing smithi07185159-6 from 2075401 to 2526468 tid 2 2024-09-13T14:22:47.896 INFO:tasks.rados.rados.0.smithi071.stdout:518: writing smithi07185159-6 from 3107008 to 3755777 tid 3 2024-09-13T14:22:47.896 INFO:tasks.rados.rados.0.smithi071.stdout:519: write oid 20 current snap is 66 2024-09-13T14:22:47.897 INFO:tasks.rados.rados.0.smithi071.stdout:519: seq_num 227 ranges {615189=455760,1733883=711078,3134431=460041} 2024-09-13T14:22:47.902 INFO:tasks.rados.rados.0.smithi071.stdout:519: writing smithi07185159-20 from 615189 to 1070949 tid 1 2024-09-13T14:22:47.909 INFO:tasks.rados.rados.0.smithi071.stdout:519: writing smithi07185159-20 from 1733883 to 2444961 tid 2 2024-09-13T14:22:47.917 INFO:tasks.rados.rados.0.smithi071.stdout:519: writing smithi07185159-20 from 3134431 to 3594472 tid 3 2024-09-13T14:22:47.917 INFO:tasks.rados.rados.0.smithi071.stdout:520: read oid 18 snap 59 2024-09-13T14:22:47.917 INFO:tasks.rados.rados.0.smithi071.stdout:520: expect (ObjNum 201 snap 57 seq_num 201) 2024-09-13T14:22:47.917 INFO:tasks.rados.rados.0.smithi071.stdout:521: rollback oid 3 current snap is 66 2024-09-13T14:22:47.917 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 3 to 40 2024-09-13T14:22:47.917 INFO:tasks.rados.rados.0.smithi071.stdout:522: snap_create 2024-09-13T14:22:47.917 INFO:tasks.rados.rados.0.smithi071.stdout:514: finishing write tid 3 to smithi07185159-50 2024-09-13T14:22:47.917 INFO:tasks.rados.rados.0.smithi071.stdout:514: finishing write tid 4 to smithi07185159-50 2024-09-13T14:22:47.917 INFO:tasks.rados.rados.0.smithi071.stdout:514: finishing write tid 5 to smithi07185159-50 2024-09-13T14:22:47.917 INFO:tasks.rados.rados.0.smithi071.stdout:514: oid 50 updating version 0 to 453 2024-09-13T14:22:47.917 INFO:tasks.rados.rados.0.smithi071.stdout:514: oid 50 updating version 453 to 456 2024-09-13T14:22:47.918 INFO:tasks.rados.rados.0.smithi071.stdout:514: oid 50 version 456 is already newer than 455 2024-09-13T14:22:47.918 INFO:tasks.rados.rados.0.smithi071.stdout:514: oid 50 version 456 is already newer than 454 2024-09-13T14:22:47.918 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 50 v 456 (ObjNum 225 snap 66 seq_num 225) dirty exists 2024-09-13T14:22:47.918 INFO:tasks.rados.rados.0.smithi071.stdout:514: left oid 50 (ObjNum 225 snap 66 seq_num 225) 2024-09-13T14:22:47.918 INFO:tasks.rados.rados.0.smithi071.stdout:515: expect (ObjNum 112 snap 18 seq_num 112) 2024-09-13T14:22:48.145 INFO:tasks.rados.rados.0.smithi071.stdout:518: finishing write tid 1 to smithi07185159-6 2024-09-13T14:22:48.145 INFO:tasks.rados.rados.0.smithi071.stdout:518: finishing write tid 2 to smithi07185159-6 2024-09-13T14:22:48.145 INFO:tasks.rados.rados.0.smithi071.stdout:518: finishing write tid 3 to smithi07185159-6 2024-09-13T14:22:48.145 INFO:tasks.rados.rados.0.smithi071.stdout:518: finishing write tid 4 to smithi07185159-6 2024-09-13T14:22:48.145 INFO:tasks.rados.rados.0.smithi071.stdout:518: finishing write tid 5 to smithi07185159-6 2024-09-13T14:22:48.145 INFO:tasks.rados.rados.0.smithi071.stdout:518: oid 6 updating version 0 to 459 2024-09-13T14:22:48.145 INFO:tasks.rados.rados.0.smithi071.stdout:518: oid 6 updating version 459 to 461 2024-09-13T14:22:48.145 INFO:tasks.rados.rados.0.smithi071.stdout:518: oid 6 version 461 is already newer than 458 2024-09-13T14:22:48.145 INFO:tasks.rados.rados.0.smithi071.stdout:518: oid 6 version 461 is already newer than 460 2024-09-13T14:22:48.145 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 6 v 461 (ObjNum 226 snap 66 seq_num 226) dirty exists 2024-09-13T14:22:48.146 INFO:tasks.rados.rados.0.smithi071.stdout:518: left oid 6 (ObjNum 226 snap 66 seq_num 226) 2024-09-13T14:22:48.146 INFO:tasks.rados.rados.0.smithi071.stdout:519: finishing write tid 1 to smithi07185159-20 2024-09-13T14:22:48.146 INFO:tasks.rados.rados.0.smithi071.stdout:519: finishing write tid 2 to smithi07185159-20 2024-09-13T14:22:48.146 INFO:tasks.rados.rados.0.smithi071.stdout:519: finishing write tid 3 to smithi07185159-20 2024-09-13T14:22:48.146 INFO:tasks.rados.rados.0.smithi071.stdout:519: finishing write tid 4 to smithi07185159-20 2024-09-13T14:22:48.146 INFO:tasks.rados.rados.0.smithi071.stdout:519: finishing write tid 5 to smithi07185159-20 2024-09-13T14:22:48.146 INFO:tasks.rados.rados.0.smithi071.stdout:519: oid 20 updating version 0 to 209 2024-09-13T14:22:48.146 INFO:tasks.rados.rados.0.smithi071.stdout:519: oid 20 updating version 209 to 210 2024-09-13T14:22:48.146 INFO:tasks.rados.rados.0.smithi071.stdout:519: oid 20 version 210 is already newer than 208 2024-09-13T14:22:48.146 INFO:tasks.rados.rados.0.smithi071.stdout:519: oid 20 updating version 210 to 211 2024-09-13T14:22:48.146 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 20 v 211 (ObjNum 227 snap 66 seq_num 227) dirty exists 2024-09-13T14:22:48.146 INFO:tasks.rados.rados.0.smithi071.stdout:519: left oid 20 (ObjNum 227 snap 66 seq_num 227) 2024-09-13T14:22:48.146 INFO:tasks.rados.rados.0.smithi071.stdout:520: expect (ObjNum 201 snap 57 seq_num 201) 2024-09-13T14:22:48.301 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:47 smithi104 ceph-mon[33426]: Adjusting osd_memory_target on smithi104 to 2480M 2024-09-13T14:22:48.301 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:47 smithi104 ceph-mon[33426]: Updating smithi071:/etc/ceph/ceph.conf 2024-09-13T14:22:48.301 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:47 smithi104 ceph-mon[33426]: Updating smithi104:/etc/ceph/ceph.conf 2024-09-13T14:22:48.301 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:47 smithi104 ceph-mon[33426]: osdmap e194: 8 total, 8 up, 8 in 2024-09-13T14:22:48.301 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:47 smithi104 ceph-mon[33426]: Updating smithi104:/var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T14:22:48.301 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:47 smithi104 ceph-mon[33426]: Updating smithi071:/var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T14:22:48.301 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:47 smithi104 ceph-mon[33426]: Updating smithi104:/etc/ceph/ceph.client.admin.keyring 2024-09-13T14:22:48.302 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:47 smithi104 ceph-mon[33426]: Updating smithi071:/etc/ceph/ceph.client.admin.keyring 2024-09-13T14:22:48.302 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:47 smithi104 ceph-mon[33426]: Updating smithi104:/var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T14:22:48.302 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:47 smithi104 ceph-mon[33426]: Updating smithi071:/var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T14:22:48.302 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:47 smithi104 ceph-mon[33426]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:48.302 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:47 smithi104 ceph-mon[33426]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:48.302 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:47 smithi104 ceph-mon[33426]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:48.302 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:47 smithi104 ceph-mon[33426]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:48.302 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:47 smithi104 ceph-mon[33426]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:48.302 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:47 smithi104 ceph-mon[33426]: osdmap e195: 8 total, 8 up, 8 in 2024-09-13T14:22:48.311 INFO:tasks.rados.rados.0.smithi071.stdout:521: finishing rollback tid 1 to smithi07185159-3 2024-09-13T14:22:48.311 INFO:tasks.rados.rados.0.smithi071.stdout:521: finishing rollback tid 2 to smithi07185159-3 2024-09-13T14:22:48.311 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 3 v 463 (ObjNum 150 snap 35 seq_num 150) dirty exists 2024-09-13T14:22:48.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:47 smithi071 ceph-mon[29588]: Adjusting osd_memory_target on smithi104 to 2480M 2024-09-13T14:22:48.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:47 smithi071 ceph-mon[29588]: Updating smithi071:/etc/ceph/ceph.conf 2024-09-13T14:22:48.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:47 smithi071 ceph-mon[29588]: Updating smithi104:/etc/ceph/ceph.conf 2024-09-13T14:22:48.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:47 smithi071 ceph-mon[29588]: osdmap e194: 8 total, 8 up, 8 in 2024-09-13T14:22:48.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:47 smithi071 ceph-mon[29588]: Updating smithi104:/var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T14:22:48.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:47 smithi071 ceph-mon[29588]: Updating smithi071:/var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T14:22:48.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:47 smithi071 ceph-mon[29588]: Updating smithi104:/etc/ceph/ceph.client.admin.keyring 2024-09-13T14:22:48.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:47 smithi071 ceph-mon[29588]: Updating smithi071:/etc/ceph/ceph.client.admin.keyring 2024-09-13T14:22:48.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:47 smithi071 ceph-mon[29588]: Updating smithi104:/var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T14:22:48.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:47 smithi071 ceph-mon[29588]: Updating smithi071:/var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T14:22:48.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:47 smithi071 ceph-mon[29588]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:48.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:47 smithi071 ceph-mon[29588]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:48.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:47 smithi071 ceph-mon[29588]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:48.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:47 smithi071 ceph-mon[29588]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:48.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:47 smithi071 ceph-mon[29588]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:48.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:47 smithi071 ceph-mon[29588]: osdmap e195: 8 total, 8 up, 8 in 2024-09-13T14:22:48.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:47 smithi071 ceph-mon[41109]: Adjusting osd_memory_target on smithi104 to 2480M 2024-09-13T14:22:48.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:47 smithi071 ceph-mon[41109]: Updating smithi071:/etc/ceph/ceph.conf 2024-09-13T14:22:48.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:47 smithi071 ceph-mon[41109]: Updating smithi104:/etc/ceph/ceph.conf 2024-09-13T14:22:48.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:47 smithi071 ceph-mon[41109]: osdmap e194: 8 total, 8 up, 8 in 2024-09-13T14:22:48.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:47 smithi071 ceph-mon[41109]: Updating smithi104:/var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T14:22:48.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:47 smithi071 ceph-mon[41109]: Updating smithi071:/var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T14:22:48.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:47 smithi071 ceph-mon[41109]: Updating smithi104:/etc/ceph/ceph.client.admin.keyring 2024-09-13T14:22:48.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:47 smithi071 ceph-mon[41109]: Updating smithi071:/etc/ceph/ceph.client.admin.keyring 2024-09-13T14:22:48.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:47 smithi071 ceph-mon[41109]: Updating smithi104:/var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T14:22:48.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:47 smithi071 ceph-mon[41109]: Updating smithi071:/var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T14:22:48.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:47 smithi071 ceph-mon[41109]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:48.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:47 smithi071 ceph-mon[41109]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:48.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:47 smithi071 ceph-mon[41109]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:48.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:47 smithi071 ceph-mon[41109]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:48.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:47 smithi071 ceph-mon[41109]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:48.394 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:47 smithi071 ceph-mon[41109]: osdmap e195: 8 total, 8 up, 8 in 2024-09-13T14:22:48.859 INFO:tasks.rados.rados.0.smithi071.stdout:514: done (8 left) 2024-09-13T14:22:48.859 INFO:tasks.rados.rados.0.smithi071.stdout:515: done (7 left) 2024-09-13T14:22:48.859 INFO:tasks.rados.rados.0.smithi071.stdout:516: done (6 left) 2024-09-13T14:22:48.859 INFO:tasks.rados.rados.0.smithi071.stdout:517: done (5 left) 2024-09-13T14:22:48.859 INFO:tasks.rados.rados.0.smithi071.stdout:518: done (4 left) 2024-09-13T14:22:48.859 INFO:tasks.rados.rados.0.smithi071.stdout:519: done (3 left) 2024-09-13T14:22:48.860 INFO:tasks.rados.rados.0.smithi071.stdout:520: done (2 left) 2024-09-13T14:22:48.860 INFO:tasks.rados.rados.0.smithi071.stdout:521: done (1 left) 2024-09-13T14:22:48.860 INFO:tasks.rados.rados.0.smithi071.stdout:522: done (0 left) 2024-09-13T14:22:48.860 INFO:tasks.rados.rados.0.smithi071.stdout:523: delete oid 22 current snap is 67 2024-09-13T14:22:48.860 INFO:tasks.rados.rados.0.smithi071.stdout:523: done (0 left) 2024-09-13T14:22:48.860 INFO:tasks.rados.rados.0.smithi071.stdout:524: snap_create 2024-09-13T14:22:49.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:22:48 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[29842]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:22:48] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.43.0" 2024-09-13T14:22:49.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:48 smithi071 ceph-mon[29588]: Reconfiguring prometheus.a (dependencies changed)... 2024-09-13T14:22:49.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:48 smithi071 ceph-mon[29588]: Reconfiguring daemon prometheus.a on smithi104 2024-09-13T14:22:49.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:48 smithi071 ceph-mon[29588]: pgmap v24: 89 pgs: 89 active+clean; 186 MiB data, 603 MiB used, 715 GiB / 715 GiB avail; 18 MiB/s rd, 2.9 MiB/s wr, 26 op/s 2024-09-13T14:22:49.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:48 smithi071 ceph-mon[29588]: osdmap e196: 8 total, 8 up, 8 in 2024-09-13T14:22:49.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:48 smithi071 ceph-mon[41109]: Reconfiguring prometheus.a (dependencies changed)... 2024-09-13T14:22:49.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:48 smithi071 ceph-mon[41109]: Reconfiguring daemon prometheus.a on smithi104 2024-09-13T14:22:49.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:48 smithi071 ceph-mon[41109]: pgmap v24: 89 pgs: 89 active+clean; 186 MiB data, 603 MiB used, 715 GiB / 715 GiB avail; 18 MiB/s rd, 2.9 MiB/s wr, 26 op/s 2024-09-13T14:22:49.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:48 smithi071 ceph-mon[41109]: osdmap e196: 8 total, 8 up, 8 in 2024-09-13T14:22:49.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:48 smithi104 ceph-mon[33426]: Reconfiguring prometheus.a (dependencies changed)... 2024-09-13T14:22:49.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:48 smithi104 ceph-mon[33426]: Reconfiguring daemon prometheus.a on smithi104 2024-09-13T14:22:49.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:48 smithi104 ceph-mon[33426]: pgmap v24: 89 pgs: 89 active+clean; 186 MiB data, 603 MiB used, 715 GiB / 715 GiB avail; 18 MiB/s rd, 2.9 MiB/s wr, 26 op/s 2024-09-13T14:22:49.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:48 smithi104 ceph-mon[33426]: osdmap e196: 8 total, 8 up, 8 in 2024-09-13T14:22:49.856 INFO:tasks.rados.rados.0.smithi071.stdout:524: done (0 left) 2024-09-13T14:22:49.856 INFO:tasks.rados.rados.0.smithi071.stdout:525: snap_remove snap 67 2024-09-13T14:22:50.863 INFO:tasks.rados.rados.0.smithi071.stdout:525: done (0 left) 2024-09-13T14:22:50.863 INFO:tasks.rados.rados.0.smithi071.stdout:526: write oid 45 current snap is 68 2024-09-13T14:22:50.864 INFO:tasks.rados.rados.0.smithi071.stdout:526: seq_num 229 ranges {648803=722611,1967200=714747,3421983=426820} 2024-09-13T14:22:50.870 INFO:tasks.rados.rados.0.smithi071.stdout:526: writing smithi07185159-45 from 648803 to 1371414 tid 1 2024-09-13T14:22:50.877 INFO:tasks.rados.rados.0.smithi071.stdout:526: writing smithi07185159-45 from 1967200 to 2681947 tid 2 2024-09-13T14:22:50.884 INFO:tasks.rados.rados.0.smithi071.stdout:526: writing smithi07185159-45 from 3421983 to 3848803 tid 3 2024-09-13T14:22:50.884 INFO:tasks.rados.rados.0.smithi071.stdout:527: snap_remove snap 62 2024-09-13T14:22:51.126 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:50 smithi104 ceph-mon[33426]: osdmap e197: 8 total, 8 up, 8 in 2024-09-13T14:22:51.126 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:50 smithi104 ceph-mon[33426]: pgmap v27: 89 pgs: 89 active+clean; 186 MiB data, 603 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:22:51.126 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:22:50 smithi104 systemd[1]: Stopping Ceph prometheus.a for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T14:22:51.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:50 smithi071 ceph-mon[29588]: osdmap e197: 8 total, 8 up, 8 in 2024-09-13T14:22:51.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:50 smithi071 ceph-mon[29588]: pgmap v27: 89 pgs: 89 active+clean; 186 MiB data, 603 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:22:51.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:50 smithi071 ceph-mon[41109]: osdmap e197: 8 total, 8 up, 8 in 2024-09-13T14:22:51.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:50 smithi071 ceph-mon[41109]: pgmap v27: 89 pgs: 89 active+clean; 186 MiB data, 603 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:22:51.422 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:22:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[66055]: ts=2024-09-13T14:22:51.124Z caller=main.go:840 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-09-13T14:22:51.422 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:22:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[66055]: ts=2024-09-13T14:22:51.125Z caller=main.go:864 level=info msg="Stopping scrape discovery manager..." 2024-09-13T14:22:51.422 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:22:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[66055]: ts=2024-09-13T14:22:51.125Z caller=main.go:878 level=info msg="Stopping notify discovery manager..." 2024-09-13T14:22:51.422 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:22:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[66055]: ts=2024-09-13T14:22:51.125Z caller=manager.go:988 level=info component="rule manager" msg="Stopping rule manager..." 2024-09-13T14:22:51.422 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:22:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[66055]: ts=2024-09-13T14:22:51.125Z caller=main.go:860 level=info msg="Scrape discovery manager stopped" 2024-09-13T14:22:51.422 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:22:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[66055]: ts=2024-09-13T14:22:51.125Z caller=main.go:874 level=info msg="Notify discovery manager stopped" 2024-09-13T14:22:51.422 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:22:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[66055]: ts=2024-09-13T14:22:51.125Z caller=manager.go:998 level=info component="rule manager" msg="Rule manager stopped" 2024-09-13T14:22:51.422 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:22:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[66055]: ts=2024-09-13T14:22:51.125Z caller=main.go:915 level=info msg="Stopping scrape manager..." 2024-09-13T14:22:51.422 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:22:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[66055]: ts=2024-09-13T14:22:51.125Z caller=main.go:907 level=info msg="Scrape manager stopped" 2024-09-13T14:22:51.422 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:22:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[66055]: ts=2024-09-13T14:22:51.125Z caller=notifier.go:606 level=info component=notifier msg="Stopping notification manager..." 2024-09-13T14:22:51.422 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:22:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[66055]: ts=2024-09-13T14:22:51.125Z caller=main.go:1135 level=info msg="Notifier manager stopped" 2024-09-13T14:22:51.423 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:22:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[66055]: ts=2024-09-13T14:22:51.125Z caller=main.go:1147 level=info msg="See you next time!" 2024-09-13T14:22:51.423 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:22:51 smithi104 podman[78323]: 2024-09-13 14:22:51.135062456 +0000 UTC m=+0.133631976 container died c3123c327f85418c4dfddf76a88eecbfd677b37556abe6235e3c720a8be6f380 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-13T14:22:51.861 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:22:51 smithi104 podman[78323]: 2024-09-13 14:22:51.622328179 +0000 UTC m=+0.620897743 container cleanup c3123c327f85418c4dfddf76a88eecbfd677b37556abe6235e3c720a8be6f380 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-13T14:22:51.861 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:22:51 smithi104 bash[78323]: ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a 2024-09-13T14:22:51.875 INFO:tasks.rados.rados.0.smithi071.stdout:527: done (1 left) 2024-09-13T14:22:51.875 INFO:tasks.rados.rados.0.smithi071.stdout:528: rollback oid 12 current snap is 68 2024-09-13T14:22:51.875 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 12 to 66 2024-09-13T14:22:51.875 INFO:tasks.rados.rados.0.smithi071.stdout:526: finishing write tid 1 to smithi07185159-45 2024-09-13T14:22:51.875 INFO:tasks.rados.rados.0.smithi071.stdout:526: finishing write tid 2 to smithi07185159-45 2024-09-13T14:22:51.875 INFO:tasks.rados.rados.0.smithi071.stdout:526: finishing write tid 3 to smithi07185159-45 2024-09-13T14:22:51.875 INFO:tasks.rados.rados.0.smithi071.stdout:526: finishing write tid 4 to smithi07185159-45 2024-09-13T14:22:51.875 INFO:tasks.rados.rados.0.smithi071.stdout:526: finishing write tid 5 to smithi07185159-45 2024-09-13T14:22:51.875 INFO:tasks.rados.rados.0.smithi071.stdout:526: oid 45 updating version 0 to 259 2024-09-13T14:22:51.875 INFO:tasks.rados.rados.0.smithi071.stdout:526: oid 45 updating version 259 to 260 2024-09-13T14:22:51.875 INFO:tasks.rados.rados.0.smithi071.stdout:526: oid 45 updating version 260 to 261 2024-09-13T14:22:51.876 INFO:tasks.rados.rados.0.smithi071.stdout:526: oid 45 updating version 261 to 262 2024-09-13T14:22:51.876 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 45 v 262 (ObjNum 229 snap 68 seq_num 229) dirty exists 2024-09-13T14:22:51.876 INFO:tasks.rados.rados.0.smithi071.stdout:526: left oid 45 (ObjNum 229 snap 68 seq_num 229) 2024-09-13T14:22:51.876 INFO:tasks.rados.rados.0.smithi071.stdout:526: done (1 left) 2024-09-13T14:22:51.876 INFO:tasks.rados.rados.0.smithi071.stdout:529: snap_create 2024-09-13T14:22:51.881 INFO:tasks.rados.rados.0.smithi071.stdout:528: finishing rollback tid 0 to smithi07185159-12 2024-09-13T14:22:51.882 INFO:tasks.rados.rados.0.smithi071.stdout:528: finishing rollback tid 1 to smithi07185159-12 2024-09-13T14:22:51.882 INFO:tasks.rados.rados.0.smithi071.stdout:528: finishing rollback tid 2 to smithi07185159-12 2024-09-13T14:22:51.882 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 12 v 61 (ObjNum 167 snap 43 seq_num 167) dirty exists 2024-09-13T14:22:52.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:51 smithi071 ceph-mon[29588]: osdmap e198: 8 total, 8 up, 8 in 2024-09-13T14:22:52.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:51 smithi071 ceph-mon[29588]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:22:52.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:51 smithi071 ceph-mon[41109]: osdmap e198: 8 total, 8 up, 8 in 2024-09-13T14:22:52.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:51 smithi071 ceph-mon[41109]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:22:52.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:51 smithi104 ceph-mon[33426]: osdmap e198: 8 total, 8 up, 8 in 2024-09-13T14:22:52.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:51 smithi104 ceph-mon[33426]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:22:52.172 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:22:51 smithi104 podman[78339]: 2024-09-13 14:22:51.86646591 +0000 UTC m=+0.733429764 container remove c3123c327f85418c4dfddf76a88eecbfd677b37556abe6235e3c720a8be6f380 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-13T14:22:52.172 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:22:52 smithi104 systemd[1]: ceph-18f8172c-71da-11ef-bceb-c7b262605968@prometheus.a.service: Deactivated successfully. 2024-09-13T14:22:52.172 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:22:52 smithi104 systemd[1]: Stopped Ceph prometheus.a for 18f8172c-71da-11ef-bceb-c7b262605968. 2024-09-13T14:22:52.172 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:22:52 smithi104 systemd[1]: ceph-18f8172c-71da-11ef-bceb-c7b262605968@prometheus.a.service: Consumed 1.788s CPU time. 2024-09-13T14:22:52.172 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:22:52 smithi104 systemd[1]: Starting Ceph prometheus.a for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T14:22:52.519 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:22:52 smithi104 podman[78437]: 2024-09-13 14:22:52.148554313 +0000 UTC m=+0.016892279 image pull a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464 quay.io/prometheus/prometheus:v2.43.0 2024-09-13T14:22:52.519 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:22:52 smithi104 podman[78437]: 2024-09-13 14:22:52.267386511 +0000 UTC m=+0.135724462 container create 85c5a8e6fc2b49d4dbbdde6f5923afd89383852dc9d803246b6d38ceebb074c9 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-13T14:22:52.520 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:22:52 smithi104 podman[78437]: 2024-09-13 14:22:52.519366676 +0000 UTC m=+0.387704628 container init 85c5a8e6fc2b49d4dbbdde6f5923afd89383852dc9d803246b6d38ceebb074c9 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-13T14:22:52.870 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:22:52 smithi104 podman[78437]: 2024-09-13 14:22:52.524106616 +0000 UTC m=+0.392444567 container start 85c5a8e6fc2b49d4dbbdde6f5923afd89383852dc9d803246b6d38ceebb074c9 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-13T14:22:52.870 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:22:52 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[78452]: ts=2024-09-13T14:22:52.548Z caller=main.go:564 level=info msg="Starting Prometheus Server" mode=server version="(version=2.43.0, branch=HEAD, revision=edfc3bcd025dd6fe296c167a14a216cab1e552ee)" 2024-09-13T14:22:52.870 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:22:52 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[78452]: ts=2024-09-13T14:22:52.548Z 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-09-13T14:22:52.871 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:22:52 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[78452]: ts=2024-09-13T14:22:52.548Z caller=main.go:570 level=info host_details="(Linux 5.14.0-505.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 5 07:54:07 UTC 2024 x86_64 smithi104 (none))" 2024-09-13T14:22:52.871 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:22:52 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[78452]: ts=2024-09-13T14:22:52.548Z caller=main.go:571 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-09-13T14:22:52.871 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:22:52 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[78452]: ts=2024-09-13T14:22:52.548Z caller=main.go:572 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-09-13T14:22:52.871 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:22:52 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[78452]: ts=2024-09-13T14:22:52.550Z caller=web.go:561 level=info component=web msg="Start listening for connections" address=:9095 2024-09-13T14:22:52.871 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:22:52 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[78452]: ts=2024-09-13T14:22:52.550Z caller=main.go:1005 level=info msg="Starting TSDB ..." 2024-09-13T14:22:52.871 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:22:52 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[78452]: ts=2024-09-13T14:22:52.551Z caller=tls_config.go:232 level=info component=web msg="Listening on" address=[::]:9095 2024-09-13T14:22:52.871 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:22:52 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[78452]: ts=2024-09-13T14:22:52.551Z caller=tls_config.go:235 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-09-13T14:22:52.871 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:22:52 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[78452]: ts=2024-09-13T14:22:52.554Z caller=head.go:587 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-09-13T14:22:52.871 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:22:52 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[78452]: ts=2024-09-13T14:22:52.554Z caller=head.go:658 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.549µs 2024-09-13T14:22:52.871 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:22:52 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[78452]: ts=2024-09-13T14:22:52.554Z caller=head.go:664 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-09-13T14:22:52.871 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:22:52 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[78452]: ts=2024-09-13T14:22:52.555Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=2 2024-09-13T14:22:52.871 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:22:52 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[78452]: ts=2024-09-13T14:22:52.563Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=2 2024-09-13T14:22:52.872 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:22:52 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[78452]: ts=2024-09-13T14:22:52.563Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=2 2024-09-13T14:22:52.872 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:22:52 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[78452]: ts=2024-09-13T14:22:52.563Z caller=head.go:772 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=19.277µs wal_replay_duration=9.612813ms wbl_replay_duration=124ns total_replay_duration=9.649666ms 2024-09-13T14:22:52.872 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:22:52 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[78452]: ts=2024-09-13T14:22:52.565Z caller=main.go:1026 level=info fs_type=XFS_SUPER_MAGIC 2024-09-13T14:22:52.872 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:22:52 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[78452]: ts=2024-09-13T14:22:52.565Z caller=main.go:1029 level=info msg="TSDB started" 2024-09-13T14:22:52.872 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:22:52 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[78452]: ts=2024-09-13T14:22:52.565Z caller=main.go:1209 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-13T14:22:52.872 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:22:52 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[78452]: ts=2024-09-13T14:22:52.584Z caller=main.go:1246 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=19.642037ms db_storage=795ns remote_storage=1.03µs web_handler=590ns query_engine=532ns scrape=261.559µs scrape_sd=110.296µs notify=17.597µs notify_sd=16.43µs rules=18.726667ms tracing=5.346µs 2024-09-13T14:22:52.872 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:22:52 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[78452]: ts=2024-09-13T14:22:52.584Z caller=main.go:990 level=info msg="Server is ready to receive web requests." 2024-09-13T14:22:52.872 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:22:52 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[78452]: ts=2024-09-13T14:22:52.584Z caller=manager.go:974 level=info component="rule manager" msg="Starting rule manager..." 2024-09-13T14:22:52.872 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:22:52 smithi104 bash[78437]: 85c5a8e6fc2b49d4dbbdde6f5923afd89383852dc9d803246b6d38ceebb074c9 2024-09-13T14:22:52.872 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:22:52 smithi104 systemd[1]: Started Ceph prometheus.a for 18f8172c-71da-11ef-bceb-c7b262605968. 2024-09-13T14:22:52.873 INFO:tasks.rados.rados.0.smithi071.stdout:528: done (1 left) 2024-09-13T14:22:52.873 INFO:tasks.rados.rados.0.smithi071.stdout:529: done (0 left) 2024-09-13T14:22:52.873 INFO:tasks.rados.rados.0.smithi071.stdout:530: rollback oid 7 current snap is 69 2024-09-13T14:22:52.873 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 7 to 59 2024-09-13T14:22:52.873 INFO:tasks.rados.rados.0.smithi071.stdout:531: read oid 4 snap -1 2024-09-13T14:22:52.873 INFO:tasks.rados.rados.0.smithi071.stdout:531: expect (ObjNum 192 snap 51 seq_num 192) 2024-09-13T14:22:52.873 INFO:tasks.rados.rados.0.smithi071.stdout:532: write oid 34 current snap is 69 2024-09-13T14:22:52.873 INFO:tasks.rados.rados.0.smithi071.stdout:532: seq_num 230 ranges {665610=797860,1909329=458405,2816700=410210} 2024-09-13T14:22:52.881 INFO:tasks.rados.rados.0.smithi071.stdout:532: writing smithi07185159-34 from 665610 to 1463470 tid 1 2024-09-13T14:22:52.886 INFO:tasks.rados.rados.0.smithi071.stdout:532: writing smithi07185159-34 from 1909329 to 2367734 tid 2 2024-09-13T14:22:52.891 INFO:tasks.rados.rados.0.smithi071.stdout:532: writing smithi07185159-34 from 2816700 to 3226910 tid 3 2024-09-13T14:22:52.892 INFO:tasks.rados.rados.0.smithi071.stdout:533: snap_create 2024-09-13T14:22:52.892 INFO:tasks.rados.rados.0.smithi071.stdout:530: finishing rollback tid 0 to smithi07185159-7 2024-09-13T14:22:52.892 INFO:tasks.rados.rados.0.smithi071.stdout:530: finishing rollback tid 1 to smithi07185159-7 2024-09-13T14:22:52.892 INFO:tasks.rados.rados.0.smithi071.stdout:530: finishing rollback tid 2 to smithi07185159-7 2024-09-13T14:22:52.892 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 7 v 83 (ObjNum 166 snap 43 seq_num 166) dirty exists 2024-09-13T14:22:52.892 INFO:tasks.rados.rados.0.smithi071.stdout:531: expect (ObjNum 192 snap 51 seq_num 192) 2024-09-13T14:22:52.999 INFO:tasks.rados.rados.0.smithi071.stdout:532: finishing write tid 1 to smithi07185159-34 2024-09-13T14:22:52.999 INFO:tasks.rados.rados.0.smithi071.stdout:532: finishing write tid 2 to smithi07185159-34 2024-09-13T14:22:52.999 INFO:tasks.rados.rados.0.smithi071.stdout:532: finishing write tid 3 to smithi07185159-34 2024-09-13T14:22:52.999 INFO:tasks.rados.rados.0.smithi071.stdout:532: finishing write tid 4 to smithi07185159-34 2024-09-13T14:22:52.999 INFO:tasks.rados.rados.0.smithi071.stdout:532: finishing write tid 5 to smithi07185159-34 2024-09-13T14:22:53.000 INFO:tasks.rados.rados.0.smithi071.stdout:532: oid 34 updating version 0 to 64 2024-09-13T14:22:53.000 INFO:tasks.rados.rados.0.smithi071.stdout:532: oid 34 version 64 is already newer than 62 2024-09-13T14:22:53.000 INFO:tasks.rados.rados.0.smithi071.stdout:532: oid 34 version 64 is already newer than 61 2024-09-13T14:22:53.000 INFO:tasks.rados.rados.0.smithi071.stdout:532: oid 34 version 64 is already newer than 63 2024-09-13T14:22:53.000 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 34 v 64 (ObjNum 230 snap 69 seq_num 230) dirty exists 2024-09-13T14:22:53.000 INFO:tasks.rados.rados.0.smithi071.stdout:532: left oid 34 (ObjNum 230 snap 69 seq_num 230) 2024-09-13T14:22:53.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:52 smithi071 ceph-mon[29588]: osdmap e199: 8 total, 8 up, 8 in 2024-09-13T14:22:53.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:52 smithi071 ceph-mon[29588]: pgmap v30: 89 pgs: 89 active+clean; 199 MiB data, 628 MiB used, 715 GiB / 715 GiB avail; 5.3 MiB/s rd, 2.1 MiB/s wr, 13 op/s 2024-09-13T14:22:53.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:52 smithi071 ceph-mon[29588]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:53.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:52 smithi071 ceph-mon[29588]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:53.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:52 smithi071 ceph-mon[29588]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-13T14:22:53.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:52 smithi071 ceph-mon[29588]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:22:53.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:52 smithi071 ceph-mon[41109]: osdmap e199: 8 total, 8 up, 8 in 2024-09-13T14:22:53.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:52 smithi071 ceph-mon[41109]: pgmap v30: 89 pgs: 89 active+clean; 199 MiB data, 628 MiB used, 715 GiB / 715 GiB avail; 5.3 MiB/s rd, 2.1 MiB/s wr, 13 op/s 2024-09-13T14:22:53.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:52 smithi071 ceph-mon[41109]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:53.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:52 smithi071 ceph-mon[41109]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:53.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:52 smithi071 ceph-mon[41109]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-13T14:22:53.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:52 smithi071 ceph-mon[41109]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:22:53.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:52 smithi104 ceph-mon[33426]: osdmap e199: 8 total, 8 up, 8 in 2024-09-13T14:22:53.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:52 smithi104 ceph-mon[33426]: pgmap v30: 89 pgs: 89 active+clean; 199 MiB data, 628 MiB used, 715 GiB / 715 GiB avail; 5.3 MiB/s rd, 2.1 MiB/s wr, 13 op/s 2024-09-13T14:22:53.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:52 smithi104 ceph-mon[33426]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:53.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:52 smithi104 ceph-mon[33426]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:53.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:52 smithi104 ceph-mon[33426]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-13T14:22:53.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:52 smithi104 ceph-mon[33426]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:22:53.878 INFO:tasks.rados.rados.0.smithi071.stdout:530: done (3 left) 2024-09-13T14:22:53.954 INFO:tasks.rados.rados.0.smithi071.stdout:531: done (2 left) 2024-09-13T14:22:53.954 INFO:tasks.rados.rados.0.smithi071.stdout:532: done (1 left) 2024-09-13T14:22:53.954 INFO:tasks.rados.rados.0.smithi071.stdout:533: done (0 left) 2024-09-13T14:22:53.954 INFO:tasks.rados.rados.0.smithi071.stdout:534: delete oid 49 current snap is 70 2024-09-13T14:22:53.955 INFO:tasks.rados.rados.0.smithi071.stdout:534: done (0 left) 2024-09-13T14:22:53.955 INFO:tasks.rados.rados.0.smithi071.stdout:535: snap_remove snap 60 2024-09-13T14:22:54.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:53 smithi071 ceph-mon[29588]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-13T14:22:54.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:53 smithi071 ceph-mon[29588]: Upgrade: Need to upgrade myself (mgr.x) 2024-09-13T14:22:54.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:53 smithi071 ceph-mon[29588]: Upgrade: Need to upgrade myself (mgr.x) 2024-09-13T14:22:54.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:53 smithi071 ceph-mon[29588]: osdmap e200: 8 total, 8 up, 8 in 2024-09-13T14:22:54.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:53 smithi071 ceph-mon[41109]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-13T14:22:54.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:53 smithi071 ceph-mon[41109]: Upgrade: Need to upgrade myself (mgr.x) 2024-09-13T14:22:54.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:53 smithi071 ceph-mon[41109]: Upgrade: Need to upgrade myself (mgr.x) 2024-09-13T14:22:54.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:53 smithi071 ceph-mon[41109]: osdmap e200: 8 total, 8 up, 8 in 2024-09-13T14:22:54.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:53 smithi104 ceph-mon[33426]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-13T14:22:54.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:53 smithi104 ceph-mon[33426]: Upgrade: Need to upgrade myself (mgr.x) 2024-09-13T14:22:54.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:53 smithi104 ceph-mon[33426]: Upgrade: Need to upgrade myself (mgr.x) 2024-09-13T14:22:54.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:53 smithi104 ceph-mon[33426]: osdmap e200: 8 total, 8 up, 8 in 2024-09-13T14:22:54.882 INFO:tasks.rados.rados.0.smithi071.stdout:535: done (0 left) 2024-09-13T14:22:54.882 INFO:tasks.rados.rados.0.smithi071.stdout:536: write oid 45 current snap is 70 2024-09-13T14:22:54.882 INFO:tasks.rados.rados.0.smithi071.stdout:536: seq_num 232 ranges {699224=548358,2026293=462074,3271546=432754} 2024-09-13T14:22:54.888 INFO:tasks.rados.rados.0.smithi071.stdout:536: writing smithi07185159-45 from 699224 to 1247582 tid 1 2024-09-13T14:22:54.895 INFO:tasks.rados.rados.0.smithi071.stdout:536: writing smithi07185159-45 from 2026293 to 2488367 tid 2 2024-09-13T14:22:54.902 INFO:tasks.rados.rados.0.smithi071.stdout:536: writing smithi07185159-45 from 3271546 to 3704300 tid 3 2024-09-13T14:22:54.902 INFO:tasks.rados.rados.0.smithi071.stdout:537: delete oid 10 current snap is 70 2024-09-13T14:22:54.903 INFO:tasks.rados.rados.0.smithi071.stdout:536: finishing write tid 1 to smithi07185159-45 2024-09-13T14:22:54.903 INFO:tasks.rados.rados.0.smithi071.stdout:536: finishing write tid 2 to smithi07185159-45 2024-09-13T14:22:54.904 INFO:tasks.rados.rados.0.smithi071.stdout:537: done (1 left) 2024-09-13T14:22:54.904 INFO:tasks.rados.rados.0.smithi071.stdout:538: write oid 48 current snap is 70 2024-09-13T14:22:54.904 INFO:tasks.rados.rados.0.smithi071.stdout:538: seq_num 234 ranges {732838=698856,2026904=465743,3210039=571651} 2024-09-13T14:22:54.912 INFO:tasks.rados.rados.0.smithi071.stdout:538: writing smithi07185159-48 from 732838 to 1431694 tid 1 2024-09-13T14:22:54.918 INFO:tasks.rados.rados.0.smithi071.stdout:538: writing smithi07185159-48 from 2026904 to 2492647 tid 2 2024-09-13T14:22:54.922 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:54 smithi071 ceph-mon[29588]: osdmap e201: 8 total, 8 up, 8 in 2024-09-13T14:22:54.922 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:54 smithi071 ceph-mon[29588]: Upgrade: Updating mgr.y 2024-09-13T14:22:54.922 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:54 smithi071 ceph-mon[29588]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:54.922 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:54 smithi071 ceph-mon[29588]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-13T14:22:54.922 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:54 smithi071 ceph-mon[29588]: from='mgr.24604 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-13T14:22:54.922 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:54 smithi071 ceph-mon[29588]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-13T14:22:54.922 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:54 smithi071 ceph-mon[29588]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:22:54.922 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:54 smithi071 ceph-mon[29588]: Deploying daemon mgr.y on smithi071 2024-09-13T14:22:54.922 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:54 smithi071 ceph-mon[29588]: pgmap v33: 89 pgs: 89 active+clean; 199 MiB data, 628 MiB used, 715 GiB / 715 GiB avail; 5.3 MiB/s rd, 2.1 MiB/s wr, 13 op/s 2024-09-13T14:22:54.923 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:54 smithi071 ceph-mon[41109]: osdmap e201: 8 total, 8 up, 8 in 2024-09-13T14:22:54.923 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:54 smithi071 ceph-mon[41109]: Upgrade: Updating mgr.y 2024-09-13T14:22:54.923 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:54 smithi071 ceph-mon[41109]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:54.923 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:54 smithi071 ceph-mon[41109]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-13T14:22:54.923 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:54 smithi071 ceph-mon[41109]: from='mgr.24604 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-13T14:22:54.923 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:54 smithi071 ceph-mon[41109]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-13T14:22:54.923 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:54 smithi071 ceph-mon[41109]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:22:54.923 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:54 smithi071 ceph-mon[41109]: Deploying daemon mgr.y on smithi071 2024-09-13T14:22:54.923 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:54 smithi071 ceph-mon[41109]: pgmap v33: 89 pgs: 89 active+clean; 199 MiB data, 628 MiB used, 715 GiB / 715 GiB avail; 5.3 MiB/s rd, 2.1 MiB/s wr, 13 op/s 2024-09-13T14:22:54.925 INFO:tasks.rados.rados.0.smithi071.stdout:538: writing smithi07185159-48 from 3210039 to 3781690 tid 3 2024-09-13T14:22:54.925 INFO:tasks.rados.rados.0.smithi071.stdout:539: snap_create 2024-09-13T14:22:54.925 INFO:tasks.rados.rados.0.smithi071.stdout:536: finishing write tid 3 to smithi07185159-45 2024-09-13T14:22:54.926 INFO:tasks.rados.rados.0.smithi071.stdout:536: finishing write tid 4 to smithi07185159-45 2024-09-13T14:22:54.926 INFO:tasks.rados.rados.0.smithi071.stdout:536: finishing write tid 5 to smithi07185159-45 2024-09-13T14:22:54.926 INFO:tasks.rados.rados.0.smithi071.stdout:536: oid 45 updating version 0 to 270 2024-09-13T14:22:54.926 INFO:tasks.rados.rados.0.smithi071.stdout:536: oid 45 updating version 270 to 281 2024-09-13T14:22:54.926 INFO:tasks.rados.rados.0.smithi071.stdout:536: oid 45 version 281 is already newer than 280 2024-09-13T14:22:54.926 INFO:tasks.rados.rados.0.smithi071.stdout:536: oid 45 version 281 is already newer than 279 2024-09-13T14:22:54.926 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 45 v 281 (ObjNum 232 snap 70 seq_num 232) dirty exists 2024-09-13T14:22:54.926 INFO:tasks.rados.rados.0.smithi071.stdout:536: left oid 45 (ObjNum 232 snap 70 seq_num 232) 2024-09-13T14:22:54.927 INFO:tasks.rados.rados.0.smithi071.stdout:538: finishing write tid 1 to smithi07185159-48 2024-09-13T14:22:54.927 INFO:tasks.rados.rados.0.smithi071.stdout:538: finishing write tid 2 to smithi07185159-48 2024-09-13T14:22:54.928 INFO:tasks.rados.rados.0.smithi071.stdout:538: finishing write tid 3 to smithi07185159-48 2024-09-13T14:22:54.928 INFO:tasks.rados.rados.0.smithi071.stdout:538: finishing write tid 4 to smithi07185159-48 2024-09-13T14:22:54.928 INFO:tasks.rados.rados.0.smithi071.stdout:538: finishing write tid 5 to smithi07185159-48 2024-09-13T14:22:54.929 INFO:tasks.rados.rados.0.smithi071.stdout:538: oid 48 updating version 0 to 488 2024-09-13T14:22:54.929 INFO:tasks.rados.rados.0.smithi071.stdout:538: oid 48 updating version 488 to 489 2024-09-13T14:22:54.929 INFO:tasks.rados.rados.0.smithi071.stdout:538: oid 48 version 489 is already newer than 487 2024-09-13T14:22:54.929 INFO:tasks.rados.rados.0.smithi071.stdout:538: oid 48 updating version 489 to 490 2024-09-13T14:22:54.929 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 48 v 490 (ObjNum 234 snap 70 seq_num 234) dirty exists 2024-09-13T14:22:54.929 INFO:tasks.rados.rados.0.smithi071.stdout:538: left oid 48 (ObjNum 234 snap 70 seq_num 234) 2024-09-13T14:22:55.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:54 smithi104 ceph-mon[33426]: osdmap e201: 8 total, 8 up, 8 in 2024-09-13T14:22:55.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:54 smithi104 ceph-mon[33426]: Upgrade: Updating mgr.y 2024-09-13T14:22:55.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:54 smithi104 ceph-mon[33426]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:55.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:54 smithi104 ceph-mon[33426]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-13T14:22:55.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:54 smithi104 ceph-mon[33426]: from='mgr.24604 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-13T14:22:55.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:54 smithi104 ceph-mon[33426]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-13T14:22:55.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:54 smithi104 ceph-mon[33426]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:22:55.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:54 smithi104 ceph-mon[33426]: Deploying daemon mgr.y on smithi071 2024-09-13T14:22:55.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:54 smithi104 ceph-mon[33426]: pgmap v33: 89 pgs: 89 active+clean; 199 MiB data, 628 MiB used, 715 GiB / 715 GiB avail; 5.3 MiB/s rd, 2.1 MiB/s wr, 13 op/s 2024-09-13T14:22:55.889 INFO:tasks.rados.rados.0.smithi071.stdout:536: done (2 left) 2024-09-13T14:22:55.889 INFO:tasks.rados.rados.0.smithi071.stdout:538: done (1 left) 2024-09-13T14:22:55.889 INFO:tasks.rados.rados.0.smithi071.stdout:539: done (0 left) 2024-09-13T14:22:55.889 INFO:tasks.rados.rados.0.smithi071.stdout:540: read oid 42 snap -1 2024-09-13T14:22:55.889 INFO:tasks.rados.rados.0.smithi071.stdout:540: expect deleted 2024-09-13T14:22:55.889 INFO:tasks.rados.rados.0.smithi071.stdout:541: snap_create 2024-09-13T14:22:55.935 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:55 smithi071 ceph-mon[29588]: osdmap e202: 8 total, 8 up, 8 in 2024-09-13T14:22:55.935 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:55 smithi071 ceph-mon[41109]: osdmap e202: 8 total, 8 up, 8 in 2024-09-13T14:22:56.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:55 smithi104 ceph-mon[33426]: osdmap e202: 8 total, 8 up, 8 in 2024-09-13T14:22:56.214 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:22:55 smithi071 systemd[1]: Stopping Ceph mgr.y for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T14:22:56.623 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:22:56 smithi071 podman[89054]: 2024-09-13 14:22:56.213613466 +0000 UTC m=+0.136048415 container died b777ff2b3feebee7cbc09dd7ec458b0ec8b098f5436ece92e865c0277ebc7584 (image=quay.ceph.io/ceph-ci/ceph:reef, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, RELEASE=reef-2c01458, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux ) 2024-09-13T14:22:56.890 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:22:56 smithi071 podman[89054]: 2024-09-13 14:22:56.738825257 +0000 UTC m=+0.661260212 container cleanup b777ff2b3feebee7cbc09dd7ec458b0ec8b098f5436ece92e865c0277ebc7584 (image=quay.ceph.io/ceph-ci/ceph:reef, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, RELEASE=reef-2c01458, ceph=True, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.schema-version=1.0) 2024-09-13T14:22:56.890 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:22:56 smithi071 bash[89054]: ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y 2024-09-13T14:22:56.900 INFO:tasks.rados.rados.0.smithi071.stdout:540: done (1 left) 2024-09-13T14:22:56.900 INFO:tasks.rados.rados.0.smithi071.stdout:541: done (0 left) 2024-09-13T14:22:56.900 INFO:tasks.rados.rados.0.smithi071.stdout:542: delete oid 14 current snap is 72 2024-09-13T14:22:56.903 INFO:tasks.rados.rados.0.smithi071.stdout:542: done (0 left) 2024-09-13T14:22:56.903 INFO:tasks.rados.rados.0.smithi071.stdout:543: write oid 24 current snap is 72 2024-09-13T14:22:56.903 INFO:tasks.rados.rados.0.smithi071.stdout:543: seq_num 236 ranges {766452=565707,1860221=469412,2981238=594195} 2024-09-13T14:22:56.910 INFO:tasks.rados.rados.0.smithi071.stdout:543: writing smithi07185159-24 from 766452 to 1332159 tid 1 2024-09-13T14:22:56.916 INFO:tasks.rados.rados.0.smithi071.stdout:543: writing smithi07185159-24 from 1860221 to 2329633 tid 2 2024-09-13T14:22:56.923 INFO:tasks.rados.rados.0.smithi071.stdout:543: writing smithi07185159-24 from 2981238 to 3575433 tid 3 2024-09-13T14:22:56.923 INFO:tasks.rados.rados.0.smithi071.stdout:544: read oid 16 snap 43 2024-09-13T14:22:56.923 INFO:tasks.rados.rados.0.smithi071.stdout:544: expect (ObjNum 136 snap 28 seq_num 136) 2024-09-13T14:22:56.923 INFO:tasks.rados.rados.0.smithi071.stdout:545: snap_remove snap 61 2024-09-13T14:22:57.156 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:56 smithi071 ceph-mon[29588]: osdmap e203: 8 total, 8 up, 8 in 2024-09-13T14:22:57.156 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:56 smithi071 ceph-mon[29588]: pgmap v36: 89 pgs: 89 active+clean; 208 MiB data, 645 MiB used, 715 GiB / 715 GiB avail; 4.6 MiB/s rd, 1.6 MiB/s wr, 10 op/s 2024-09-13T14:22:57.156 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:22:56 smithi071 podman[89074]: 2024-09-13 14:22:56.932131116 +0000 UTC m=+0.717681630 container remove b777ff2b3feebee7cbc09dd7ec458b0ec8b098f5436ece92e865c0277ebc7584 (image=quay.ceph.io/ceph-ci/ceph:reef, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, ceph=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=reef-2c01458, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-13T14:22:57.156 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:22:56 smithi071 systemd[1]: ceph-18f8172c-71da-11ef-bceb-c7b262605968@mgr.y.service: Main process exited, code=exited, status=143/n/a 2024-09-13T14:22:57.157 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:56 smithi071 ceph-mon[41109]: osdmap e203: 8 total, 8 up, 8 in 2024-09-13T14:22:57.157 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:56 smithi071 ceph-mon[41109]: pgmap v36: 89 pgs: 89 active+clean; 208 MiB data, 645 MiB used, 715 GiB / 715 GiB avail; 4.6 MiB/s rd, 1.6 MiB/s wr, 10 op/s 2024-09-13T14:22:57.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:56 smithi104 ceph-mon[33426]: osdmap e203: 8 total, 8 up, 8 in 2024-09-13T14:22:57.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:56 smithi104 ceph-mon[33426]: pgmap v36: 89 pgs: 89 active+clean; 208 MiB data, 645 MiB used, 715 GiB / 715 GiB avail; 4.6 MiB/s rd, 1.6 MiB/s wr, 10 op/s 2024-09-13T14:22:57.564 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:22:57 smithi071 systemd[1]: ceph-18f8172c-71da-11ef-bceb-c7b262605968@mgr.y.service: Failed with result 'exit-code'. 2024-09-13T14:22:57.565 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:22:57 smithi071 systemd[1]: Stopped Ceph mgr.y for 18f8172c-71da-11ef-bceb-c7b262605968. 2024-09-13T14:22:57.565 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:22:57 smithi071 systemd[1]: ceph-18f8172c-71da-11ef-bceb-c7b262605968@mgr.y.service: Consumed 41.735s CPU time. 2024-09-13T14:22:57.565 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:22:57 smithi071 systemd[1]: Starting Ceph mgr.y for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T14:22:57.820 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:22:57 smithi071 podman[89206]: 2024-09-13 14:22:57.46683586 +0000 UTC m=+0.015706886 image pull fec07016a2b0bf363d0b69240081049b65cf13f1c44f6a7196cf8309aeb428cd quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f 2024-09-13T14:22:57.820 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:22:57 smithi071 podman[89206]: 2024-09-13 14:22:57.566600421 +0000 UTC m=+0.115471437 container create f93807043c77eb96d947d0c7615fdda44a89348e24c140b563a366253067d99a (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_CLEAN=True, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, RELEASE=wip-aclamk-cbt-combined-d58f730) 2024-09-13T14:22:57.856 INFO:tasks.rados.rados.0.smithi071.stdout:545: done (2 left) 2024-09-13T14:22:57.856 INFO:tasks.rados.rados.0.smithi071.stdout:546: snap_create 2024-09-13T14:22:57.857 INFO:tasks.rados.rados.0.smithi071.stdout:543: finishing write tid 1 to smithi07185159-24 2024-09-13T14:22:57.857 INFO:tasks.rados.rados.0.smithi071.stdout:543: finishing write tid 2 to smithi07185159-24 2024-09-13T14:22:57.857 INFO:tasks.rados.rados.0.smithi071.stdout:543: finishing write tid 3 to smithi07185159-24 2024-09-13T14:22:57.857 INFO:tasks.rados.rados.0.smithi071.stdout:543: finishing write tid 4 to smithi07185159-24 2024-09-13T14:22:57.857 INFO:tasks.rados.rados.0.smithi071.stdout:543: finishing write tid 5 to smithi07185159-24 2024-09-13T14:22:57.857 INFO:tasks.rados.rados.0.smithi071.stdout:543: oid 24 updating version 0 to 98 2024-09-13T14:22:57.857 INFO:tasks.rados.rados.0.smithi071.stdout:543: oid 24 updating version 98 to 99 2024-09-13T14:22:57.857 INFO:tasks.rados.rados.0.smithi071.stdout:543: oid 24 version 99 is already newer than 97 2024-09-13T14:22:57.857 INFO:tasks.rados.rados.0.smithi071.stdout:543: oid 24 updating version 99 to 100 2024-09-13T14:22:57.858 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 24 v 100 (ObjNum 236 snap 72 seq_num 236) dirty exists 2024-09-13T14:22:57.858 INFO:tasks.rados.rados.0.smithi071.stdout:543: left oid 24 (ObjNum 236 snap 72 seq_num 236) 2024-09-13T14:22:57.858 INFO:tasks.rados.rados.0.smithi071.stdout:544: expect (ObjNum 136 snap 28 seq_num 136) 2024-09-13T14:22:58.078 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:57 smithi071 ceph-mon[29588]: osdmap e204: 8 total, 8 up, 8 in 2024-09-13T14:22:58.078 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:57 smithi071 ceph-mon[29588]: osdmap e205: 8 total, 8 up, 8 in 2024-09-13T14:22:58.078 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:57 smithi071 ceph-mon[41109]: osdmap e204: 8 total, 8 up, 8 in 2024-09-13T14:22:58.078 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:57 smithi071 ceph-mon[41109]: osdmap e205: 8 total, 8 up, 8 in 2024-09-13T14:22:58.079 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:22:57 smithi071 podman[89206]: 2024-09-13 14:22:57.819741442 +0000 UTC m=+0.368612453 container init f93807043c77eb96d947d0c7615fdda44a89348e24c140b563a366253067d99a (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.build-date=20240731, RELEASE=wip-aclamk-cbt-combined-d58f730, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-13T14:22:58.079 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:22:57 smithi071 podman[89206]: 2024-09-13 14:22:57.824494357 +0000 UTC m=+0.373365374 container start f93807043c77eb96d947d0c7615fdda44a89348e24c140b563a366253067d99a (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.build-date=20240731, RELEASE=wip-aclamk-cbt-combined-d58f730, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD) 2024-09-13T14:22:58.079 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:22:57 smithi071 ceph-mgr[89243]: -- 172.21.15.71:0/17504400 <== mon.2 v2:172.21.15.71:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55e8a7e130e0 con 0x55e8a7df1400 2024-09-13T14:22:58.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:57 smithi104 ceph-mon[33426]: osdmap e204: 8 total, 8 up, 8 in 2024-09-13T14:22:58.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:57 smithi104 ceph-mon[33426]: osdmap e205: 8 total, 8 up, 8 in 2024-09-13T14:22:58.361 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:22:58 smithi071 bash[89206]: f93807043c77eb96d947d0c7615fdda44a89348e24c140b563a366253067d99a 2024-09-13T14:22:58.361 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:22:58 smithi071 systemd[1]: Started Ceph mgr.y for 18f8172c-71da-11ef-bceb-c7b262605968. 2024-09-13T14:22:58.856 INFO:tasks.rados.rados.0.smithi071.stdout:543: done (2 left) 2024-09-13T14:22:58.856 INFO:tasks.rados.rados.0.smithi071.stdout:544: done (1 left) 2024-09-13T14:22:58.856 INFO:tasks.rados.rados.0.smithi071.stdout:546: done (0 left) 2024-09-13T14:22:58.856 INFO:tasks.rados.rados.0.smithi071.stdout:547: write oid 42 current snap is 73 2024-09-13T14:22:58.857 INFO:tasks.rados.rados.0.smithi071.stdout:547: seq_num 237 ranges {783259=640956,1918703=613070,3008661=405467,3821939=161320} 2024-09-13T14:22:58.865 INFO:tasks.rados.rados.0.smithi071.stdout:547: writing smithi07185159-42 from 783259 to 1424215 tid 1 2024-09-13T14:22:58.873 INFO:tasks.rados.rados.0.smithi071.stdout:547: writing smithi07185159-42 from 1918703 to 2531773 tid 2 2024-09-13T14:22:58.878 INFO:tasks.rados.rados.0.smithi071.stdout:547: writing smithi07185159-42 from 3008661 to 3414128 tid 3 2024-09-13T14:22:58.882 INFO:tasks.rados.rados.0.smithi071.stdout:547: writing smithi07185159-42 from 3821939 to 3983259 tid 4 2024-09-13T14:22:58.882 INFO:tasks.rados.rados.0.smithi071.stdout:548: snap_remove snap 47 2024-09-13T14:22:59.420 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:59 smithi071 ceph-mon[29588]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:59.421 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:59 smithi071 ceph-mon[29588]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:59.421 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:59 smithi071 ceph-mon[29588]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:22:59.421 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:59 smithi071 ceph-mon[29588]: pgmap v39: 89 pgs: 89 active+clean; 208 MiB data, 645 MiB used, 715 GiB / 715 GiB avail; 4.6 MiB/s rd, 1.6 MiB/s wr, 10 op/s 2024-09-13T14:22:59.421 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:22:59 smithi071 ceph-mon[29588]: osdmap e206: 8 total, 8 up, 8 in 2024-09-13T14:22:59.421 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:59 smithi071 ceph-mon[41109]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:59.421 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:59 smithi071 ceph-mon[41109]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:59.421 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:59 smithi071 ceph-mon[41109]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:22:59.421 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:59 smithi071 ceph-mon[41109]: pgmap v39: 89 pgs: 89 active+clean; 208 MiB data, 645 MiB used, 715 GiB / 715 GiB avail; 4.6 MiB/s rd, 1.6 MiB/s wr, 10 op/s 2024-09-13T14:22:59.421 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:22:59 smithi071 ceph-mon[41109]: osdmap e206: 8 total, 8 up, 8 in 2024-09-13T14:22:59.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:59 smithi104 ceph-mon[33426]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:59.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:59 smithi104 ceph-mon[33426]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:22:59.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:59 smithi104 ceph-mon[33426]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:22:59.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:59 smithi104 ceph-mon[33426]: pgmap v39: 89 pgs: 89 active+clean; 208 MiB data, 645 MiB used, 715 GiB / 715 GiB avail; 4.6 MiB/s rd, 1.6 MiB/s wr, 10 op/s 2024-09-13T14:22:59.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:22:59 smithi104 ceph-mon[33426]: osdmap e206: 8 total, 8 up, 8 in 2024-09-13T14:22:59.858 INFO:tasks.rados.rados.0.smithi071.stdout:548: done (1 left) 2024-09-13T14:22:59.858 INFO:tasks.rados.rados.0.smithi071.stdout:549: snap_create 2024-09-13T14:22:59.859 INFO:tasks.rados.rados.0.smithi071.stdout:547: finishing write tid 1 to smithi07185159-42 2024-09-13T14:22:59.859 INFO:tasks.rados.rados.0.smithi071.stdout:547: finishing write tid 2 to smithi07185159-42 2024-09-13T14:22:59.859 INFO:tasks.rados.rados.0.smithi071.stdout:547: finishing write tid 3 to smithi07185159-42 2024-09-13T14:22:59.859 INFO:tasks.rados.rados.0.smithi071.stdout:547: finishing write tid 4 to smithi07185159-42 2024-09-13T14:22:59.859 INFO:tasks.rados.rados.0.smithi071.stdout:547: finishing write tid 5 to smithi07185159-42 2024-09-13T14:22:59.859 INFO:tasks.rados.rados.0.smithi071.stdout:547: finishing write tid 6 to smithi07185159-42 2024-09-13T14:22:59.859 INFO:tasks.rados.rados.0.smithi071.stdout:547: oid 42 updating version 0 to 291 2024-09-13T14:22:59.859 INFO:tasks.rados.rados.0.smithi071.stdout:547: oid 42 updating version 291 to 292 2024-09-13T14:22:59.859 INFO:tasks.rados.rados.0.smithi071.stdout:547: oid 42 version 292 is already newer than 290 2024-09-13T14:22:59.860 INFO:tasks.rados.rados.0.smithi071.stdout:547: oid 42 version 292 is already newer than 289 2024-09-13T14:22:59.860 INFO:tasks.rados.rados.0.smithi071.stdout:547: oid 42 version 292 is already newer than 288 2024-09-13T14:22:59.860 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 42 v 292 (ObjNum 237 snap 73 seq_num 237) dirty exists 2024-09-13T14:22:59.860 INFO:tasks.rados.rados.0.smithi071.stdout:547: left oid 42 (ObjNum 237 snap 73 seq_num 237) 2024-09-13T14:23:00.863 INFO:tasks.rados.rados.0.smithi071.stdout:547: done (1 left) 2024-09-13T14:23:00.864 INFO:tasks.rados.rados.0.smithi071.stdout:549: done (0 left) 2024-09-13T14:23:00.864 INFO:tasks.rados.rados.0.smithi071.stdout:550: snap_remove snap 69 2024-09-13T14:23:01.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:00 smithi071 ceph-mon[29588]: osdmap e207: 8 total, 8 up, 8 in 2024-09-13T14:23:01.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:00 smithi071 ceph-mon[29588]: pgmap v42: 89 pgs: 89 active+clean; 208 MiB data, 645 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:23:01.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:00 smithi071 ceph-mon[41109]: osdmap e207: 8 total, 8 up, 8 in 2024-09-13T14:23:01.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:00 smithi071 ceph-mon[41109]: pgmap v42: 89 pgs: 89 active+clean; 208 MiB data, 645 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:23:01.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:00 smithi104 ceph-mon[33426]: osdmap e207: 8 total, 8 up, 8 in 2024-09-13T14:23:01.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:00 smithi104 ceph-mon[33426]: pgmap v42: 89 pgs: 89 active+clean; 208 MiB data, 645 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:23:01.867 INFO:tasks.rados.rados.0.smithi071.stdout:550: done (0 left) 2024-09-13T14:23:01.867 INFO:tasks.rados.rados.0.smithi071.stdout:551: rollback oid 39 current snap is 74 2024-09-13T14:23:01.867 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 39 to 68 2024-09-13T14:23:01.867 INFO:tasks.rados.rados.0.smithi071.stdout:552: read oid 9 snap -1 2024-09-13T14:23:01.868 INFO:tasks.rados.rados.0.smithi071.stdout:552: expect (ObjNum 219 snap 63 seq_num 219) 2024-09-13T14:23:01.868 INFO:tasks.rados.rados.0.smithi071.stdout:553: snap_create 2024-09-13T14:23:01.868 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:01 smithi071 ceph-mon[29588]: osdmap e208: 8 total, 8 up, 8 in 2024-09-13T14:23:01.872 INFO:tasks.rados.rados.0.smithi071.stdout:551: finishing rollback tid 1 to smithi07185159-39 2024-09-13T14:23:01.872 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 39 v 178 (ObjNum 33 snap 0 seq_num 1961150272) dirty dne 2024-09-13T14:23:01.876 INFO:tasks.rados.rados.0.smithi071.stdout:552: expect (ObjNum 219 snap 63 seq_num 219) 2024-09-13T14:23:02.119 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:01 smithi104 ceph-mon[33426]: osdmap e208: 8 total, 8 up, 8 in 2024-09-13T14:23:02.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:01 smithi071 ceph-mon[41109]: osdmap e208: 8 total, 8 up, 8 in 2024-09-13T14:23:02.879 INFO:tasks.rados.rados.0.smithi071.stdout:551: done (2 left) 2024-09-13T14:23:02.879 INFO:tasks.rados.rados.0.smithi071.stdout:552: done (1 left) 2024-09-13T14:23:02.879 INFO:tasks.rados.rados.0.smithi071.stdout:553: done (0 left) 2024-09-13T14:23:02.879 INFO:tasks.rados.rados.0.smithi071.stdout:554: write oid 40 current snap is 75 2024-09-13T14:23:02.879 INFO:tasks.rados.rados.0.smithi071.stdout:554: seq_num 238 ranges {400066=716205,1860832=139234} 2024-09-13T14:23:02.885 INFO:tasks.rados.rados.0.smithi071.stdout:554: writing smithi07185159-40 from 400066 to 1116271 tid 1 2024-09-13T14:23:02.890 INFO:tasks.rados.rados.0.smithi071.stdout:554: writing smithi07185159-40 from 1860832 to 2000066 tid 2 2024-09-13T14:23:02.890 INFO:tasks.rados.rados.0.smithi071.stdout:555: read oid 4 snap 74 2024-09-13T14:23:02.890 INFO:tasks.rados.rados.0.smithi071.stdout:555: expect (ObjNum 192 snap 51 seq_num 192) 2024-09-13T14:23:02.890 INFO:tasks.rados.rados.0.smithi071.stdout:556: write oid 24 current snap is 75 2024-09-13T14:23:02.891 INFO:tasks.rados.rados.0.smithi071.stdout:554: finishing write tid 1 to smithi07185159-40 2024-09-13T14:23:02.891 INFO:tasks.rados.rados.0.smithi071.stdout:556: seq_num 239 ranges {416873=791454,1919314=97559} 2024-09-13T14:23:02.897 INFO:tasks.rados.rados.0.smithi071.stdout:556: writing smithi07185159-24 from 416873 to 1208327 tid 1 2024-09-13T14:23:02.902 INFO:tasks.rados.rados.0.smithi071.stdout:556: writing smithi07185159-24 from 1919314 to 2016873 tid 2 2024-09-13T14:23:02.902 INFO:tasks.rados.rados.0.smithi071.stdout:557: rollback oid 23 current snap is 75 2024-09-13T14:23:02.902 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 23 to 66 2024-09-13T14:23:02.902 INFO:tasks.rados.rados.0.smithi071.stdout:554: finishing write tid 2 to smithi07185159-40 2024-09-13T14:23:02.903 INFO:tasks.rados.rados.0.smithi071.stdout:554: finishing write tid 3 to smithi07185159-40 2024-09-13T14:23:02.903 INFO:tasks.rados.rados.0.smithi071.stdout:554: finishing write tid 4 to smithi07185159-40 2024-09-13T14:23:02.903 INFO:tasks.rados.rados.0.smithi071.stdout:554: oid 40 updating version 0 to 88 2024-09-13T14:23:02.903 INFO:tasks.rados.rados.0.smithi071.stdout:554: oid 40 updating version 88 to 89 2024-09-13T14:23:02.903 INFO:tasks.rados.rados.0.smithi071.stdout:554: oid 40 updating version 89 to 90 2024-09-13T14:23:02.903 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 40 v 90 (ObjNum 238 snap 75 seq_num 238) dirty exists 2024-09-13T14:23:02.903 INFO:tasks.rados.rados.0.smithi071.stdout:554: left oid 40 (ObjNum 238 snap 75 seq_num 238) 2024-09-13T14:23:02.903 INFO:tasks.rados.rados.0.smithi071.stdout:554: done (3 left) 2024-09-13T14:23:02.903 INFO:tasks.rados.rados.0.smithi071.stdout:558: read oid 10 snap -1 2024-09-13T14:23:02.903 INFO:tasks.rados.rados.0.smithi071.stdout:558: expect deleted 2024-09-13T14:23:02.903 INFO:tasks.rados.rados.0.smithi071.stdout:559: write oid 20 current snap is 75 2024-09-13T14:23:02.903 INFO:tasks.rados.rados.0.smithi071.stdout:559: seq_num 240 ranges {433680=466703,1577796=455884} 2024-09-13T14:23:02.907 INFO:tasks.rados.rados.0.smithi071.stdout:559: writing smithi07185159-20 from 433680 to 900383 tid 1 2024-09-13T14:23:02.913 INFO:tasks.rados.rados.0.smithi071.stdout:559: writing smithi07185159-20 from 1577796 to 2033680 tid 2 2024-09-13T14:23:02.913 INFO:tasks.rados.rados.0.smithi071.stdout:560: delete oid 11 current snap is 75 2024-09-13T14:23:02.914 INFO:tasks.rados.rados.0.smithi071.stdout:557: finishing rollback tid 1 to smithi07185159-23 2024-09-13T14:23:02.914 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 23 v 0 (ObjNum 129 snap 0 seq_num 1961042016) dirty dne 2024-09-13T14:23:02.914 INFO:tasks.rados.rados.0.smithi071.stdout:556: finishing write tid 1 to smithi07185159-24 2024-09-13T14:23:02.914 INFO:tasks.rados.rados.0.smithi071.stdout:556: finishing write tid 2 to smithi07185159-24 2024-09-13T14:23:02.914 INFO:tasks.rados.rados.0.smithi071.stdout:555: expect (ObjNum 192 snap 51 seq_num 192) 2024-09-13T14:23:03.021 INFO:tasks.rados.rados.0.smithi071.stdout:556: finishing write tid 3 to smithi07185159-24 2024-09-13T14:23:03.021 INFO:tasks.rados.rados.0.smithi071.stdout:556: finishing write tid 4 to smithi07185159-24 2024-09-13T14:23:03.021 INFO:tasks.rados.rados.0.smithi071.stdout:556: oid 24 updating version 0 to 104 2024-09-13T14:23:03.021 INFO:tasks.rados.rados.0.smithi071.stdout:556: oid 24 updating version 104 to 106 2024-09-13T14:23:03.021 INFO:tasks.rados.rados.0.smithi071.stdout:556: oid 24 version 106 is already newer than 105 2024-09-13T14:23:03.022 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 24 v 106 (ObjNum 239 snap 75 seq_num 239) dirty exists 2024-09-13T14:23:03.022 INFO:tasks.rados.rados.0.smithi071.stdout:556: left oid 24 (ObjNum 239 snap 75 seq_num 239) 2024-09-13T14:23:03.022 INFO:tasks.rados.rados.0.smithi071.stdout:559: finishing write tid 1 to smithi07185159-20 2024-09-13T14:23:03.022 INFO:tasks.rados.rados.0.smithi071.stdout:555: done (5 left) 2024-09-13T14:23:03.022 INFO:tasks.rados.rados.0.smithi071.stdout:556: done (4 left) 2024-09-13T14:23:03.022 INFO:tasks.rados.rados.0.smithi071.stdout:557: done (3 left) 2024-09-13T14:23:03.022 INFO:tasks.rados.rados.0.smithi071.stdout:558: done (2 left) 2024-09-13T14:23:03.022 INFO:tasks.rados.rados.0.smithi071.stdout:560: done (1 left) 2024-09-13T14:23:03.022 INFO:tasks.rados.rados.0.smithi071.stdout:561: write oid 27 current snap is 75 2024-09-13T14:23:03.022 INFO:tasks.rados.rados.0.smithi071.stdout:559: finishing write tid 2 to smithi07185159-20 2024-09-13T14:23:03.022 INFO:tasks.rados.rados.0.smithi071.stdout:559: finishing write tid 3 to smithi07185159-20 2024-09-13T14:23:03.023 INFO:tasks.rados.rados.0.smithi071.stdout:561: seq_num 242 ranges {467294=617201,1578407=488887} 2024-09-13T14:23:03.026 INFO:tasks.rados.rados.0.smithi071.stdout:561: writing smithi07185159-27 from 467294 to 1084495 tid 1 2024-09-13T14:23:03.032 INFO:tasks.rados.rados.0.smithi071.stdout:561: writing smithi07185159-27 from 1578407 to 2067294 tid 2 2024-09-13T14:23:03.032 INFO:tasks.rados.rados.0.smithi071.stdout:562: rollback oid 35 current snap is 75 2024-09-13T14:23:03.032 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 35 to 73 2024-09-13T14:23:03.032 INFO:tasks.rados.rados.0.smithi071.stdout:559: finishing write tid 4 to smithi07185159-20 2024-09-13T14:23:03.032 INFO:tasks.rados.rados.0.smithi071.stdout:559: oid 20 updating version 0 to 229 2024-09-13T14:23:03.033 INFO:tasks.rados.rados.0.smithi071.stdout:559: oid 20 updating version 229 to 230 2024-09-13T14:23:03.033 INFO:tasks.rados.rados.0.smithi071.stdout:559: oid 20 updating version 230 to 231 2024-09-13T14:23:03.033 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 20 v 231 (ObjNum 240 snap 75 seq_num 240) dirty exists 2024-09-13T14:23:03.033 INFO:tasks.rados.rados.0.smithi071.stdout:559: left oid 20 (ObjNum 240 snap 75 seq_num 240) 2024-09-13T14:23:03.033 INFO:tasks.rados.rados.0.smithi071.stdout:561: finishing write tid 1 to smithi07185159-27 2024-09-13T14:23:03.034 INFO:tasks.rados.rados.0.smithi071.stdout:559: done (2 left) 2024-09-13T14:23:03.034 INFO:tasks.rados.rados.0.smithi071.stdout:563: delete oid 44 current snap is 75 2024-09-13T14:23:03.035 INFO:tasks.rados.rados.0.smithi071.stdout:563: done (2 left) 2024-09-13T14:23:03.035 INFO:tasks.rados.rados.0.smithi071.stdout:564: delete oid 10 current snap is 75 2024-09-13T14:23:03.036 INFO:tasks.rados.rados.0.smithi071.stdout:562: finishing rollback tid 0 to smithi07185159-35 2024-09-13T14:23:03.036 INFO:tasks.rados.rados.0.smithi071.stdout:561: finishing write tid 2 to smithi07185159-27 2024-09-13T14:23:03.036 INFO:tasks.rados.rados.0.smithi071.stdout:562: finishing rollback tid 1 to smithi07185159-35 2024-09-13T14:23:03.036 INFO:tasks.rados.rados.0.smithi071.stdout:562: finishing rollback tid 2 to smithi07185159-35 2024-09-13T14:23:03.036 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 35 v 217 (ObjNum 196 snap 55 seq_num 196) dirty exists 2024-09-13T14:23:03.036 INFO:tasks.rados.rados.0.smithi071.stdout:561: finishing write tid 3 to smithi07185159-27 2024-09-13T14:23:03.036 INFO:tasks.rados.rados.0.smithi071.stdout:561: finishing write tid 4 to smithi07185159-27 2024-09-13T14:23:03.036 INFO:tasks.rados.rados.0.smithi071.stdout:561: oid 27 updating version 0 to 238 2024-09-13T14:23:03.036 INFO:tasks.rados.rados.0.smithi071.stdout:561: oid 27 version 238 is already newer than 236 2024-09-13T14:23:03.036 INFO:tasks.rados.rados.0.smithi071.stdout:561: oid 27 version 238 is already newer than 237 2024-09-13T14:23:03.036 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 27 v 238 (ObjNum 242 snap 75 seq_num 242) dirty exists 2024-09-13T14:23:03.037 INFO:tasks.rados.rados.0.smithi071.stdout:561: left oid 27 (ObjNum 242 snap 75 seq_num 242) 2024-09-13T14:23:03.037 INFO:tasks.rados.rados.0.smithi071.stdout:561: done (2 left) 2024-09-13T14:23:03.037 INFO:tasks.rados.rados.0.smithi071.stdout:562: done (1 left) 2024-09-13T14:23:03.037 INFO:tasks.rados.rados.0.smithi071.stdout:564: done (0 left) 2024-09-13T14:23:03.037 INFO:tasks.rados.rados.0.smithi071.stdout:565: delete oid 24 current snap is 75 2024-09-13T14:23:03.038 INFO:tasks.rados.rados.0.smithi071.stdout:565: done (0 left) 2024-09-13T14:23:03.038 INFO:tasks.rados.rados.0.smithi071.stdout:566: write oid 4 current snap is 75 2024-09-13T14:23:03.038 INFO:tasks.rados.rados.0.smithi071.stdout:566: seq_num 246 ranges {534522=634550,1812335=322187} 2024-09-13T14:23:03.042 INFO:tasks.rados.rados.0.smithi071.stdout:566: writing smithi07185159-4 from 534522 to 1169072 tid 1 2024-09-13T14:23:03.048 INFO:tasks.rados.rados.0.smithi071.stdout:566: writing smithi07185159-4 from 1812335 to 2134522 tid 2 2024-09-13T14:23:03.049 INFO:tasks.rados.rados.0.smithi071.stdout:567: read oid 31 snap -1 2024-09-13T14:23:03.049 INFO:tasks.rados.rados.0.smithi071.stdout:567: expect (ObjNum 138 snap 30 seq_num 138) 2024-09-13T14:23:03.049 INFO:tasks.rados.rados.0.smithi071.stdout:568: snap_create 2024-09-13T14:23:03.049 INFO:tasks.rados.rados.0.smithi071.stdout:566: finishing write tid 1 to smithi07185159-4 2024-09-13T14:23:03.053 INFO:tasks.rados.rados.0.smithi071.stdout:566: finishing write tid 2 to smithi07185159-4 2024-09-13T14:23:03.054 INFO:tasks.rados.rados.0.smithi071.stdout:566: finishing write tid 3 to smithi07185159-4 2024-09-13T14:23:03.054 INFO:tasks.rados.rados.0.smithi071.stdout:566: finishing write tid 4 to smithi07185159-4 2024-09-13T14:23:03.054 INFO:tasks.rados.rados.0.smithi071.stdout:566: oid 4 updating version 0 to 255 2024-09-13T14:23:03.054 INFO:tasks.rados.rados.0.smithi071.stdout:566: oid 4 version 255 is already newer than 254 2024-09-13T14:23:03.054 INFO:tasks.rados.rados.0.smithi071.stdout:566: oid 4 version 255 is already newer than 253 2024-09-13T14:23:03.054 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 4 v 255 (ObjNum 246 snap 75 seq_num 246) dirty exists 2024-09-13T14:23:03.054 INFO:tasks.rados.rados.0.smithi071.stdout:566: left oid 4 (ObjNum 246 snap 75 seq_num 246) 2024-09-13T14:23:03.055 INFO:tasks.rados.rados.0.smithi071.stdout:567: expect (ObjNum 138 snap 30 seq_num 138) 2024-09-13T14:23:03.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:02 smithi071 ceph-mon[29588]: osdmap e209: 8 total, 8 up, 8 in 2024-09-13T14:23:03.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:02 smithi071 ceph-mon[29588]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:23:03.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:02 smithi071 ceph-mon[29588]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:23:03.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:02 smithi071 ceph-mon[29588]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:23:03.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:02 smithi071 ceph-mon[29588]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:23:03.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:02 smithi071 ceph-mon[29588]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:23:03.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:02 smithi071 ceph-mon[29588]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:23:03.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:02 smithi071 ceph-mon[29588]: pgmap v45: 89 pgs: 89 active+clean; 204 MiB data, 640 MiB used, 715 GiB / 715 GiB avail; 2.4 MiB/s rd, 843 KiB/s wr, 5 op/s 2024-09-13T14:23:03.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:02 smithi071 ceph-mon[41109]: osdmap e209: 8 total, 8 up, 8 in 2024-09-13T14:23:03.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:02 smithi071 ceph-mon[41109]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:23:03.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:02 smithi071 ceph-mon[41109]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:23:03.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:02 smithi071 ceph-mon[41109]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:23:03.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:02 smithi071 ceph-mon[41109]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:23:03.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:02 smithi071 ceph-mon[41109]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:23:03.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:02 smithi071 ceph-mon[41109]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:23:03.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:02 smithi071 ceph-mon[41109]: pgmap v45: 89 pgs: 89 active+clean; 204 MiB data, 640 MiB used, 715 GiB / 715 GiB avail; 2.4 MiB/s rd, 843 KiB/s wr, 5 op/s 2024-09-13T14:23:03.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:02 smithi104 ceph-mon[33426]: osdmap e209: 8 total, 8 up, 8 in 2024-09-13T14:23:03.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:02 smithi104 ceph-mon[33426]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:23:03.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:02 smithi104 ceph-mon[33426]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:23:03.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:02 smithi104 ceph-mon[33426]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:23:03.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:02 smithi104 ceph-mon[33426]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:23:03.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:02 smithi104 ceph-mon[33426]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:23:03.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:02 smithi104 ceph-mon[33426]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:23:03.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:02 smithi104 ceph-mon[33426]: pgmap v45: 89 pgs: 89 active+clean; 204 MiB data, 640 MiB used, 715 GiB / 715 GiB avail; 2.4 MiB/s rd, 843 KiB/s wr, 5 op/s 2024-09-13T14:23:03.641 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:23:03 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: [13/Sep/2024:14:23:03] ENGINE Bus STARTING 2024-09-13T14:23:03.641 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:23:03 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: CherryPy Checker: 2024-09-13T14:23:03.641 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:23:03 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: The Application mounted at '' has an empty config. 2024-09-13T14:23:03.641 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:23:03 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: 2024-09-13T14:23:03.641 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:23:03 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: [13/Sep/2024:14:23:03] ENGINE Serving on http://:::9283 2024-09-13T14:23:03.641 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:23:03 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: [13/Sep/2024:14:23:03] ENGINE Bus STARTED 2024-09-13T14:23:03.900 INFO:tasks.rados.rados.0.smithi071.stdout:566: done (2 left) 2024-09-13T14:23:03.900 INFO:tasks.rados.rados.0.smithi071.stdout:567: done (1 left) 2024-09-13T14:23:03.900 INFO:tasks.rados.rados.0.smithi071.stdout:568: done (0 left) 2024-09-13T14:23:03.900 INFO:tasks.rados.rados.0.smithi071.stdout:569: write oid 36 current snap is 76 2024-09-13T14:23:03.900 INFO:tasks.rados.rados.0.smithi071.stdout:569: seq_num 247 ranges {551329=709799,1870817=280512} 2024-09-13T14:23:03.906 INFO:tasks.rados.rados.0.smithi071.stdout:569: writing smithi07185159-36 from 551329 to 1261128 tid 1 2024-09-13T14:23:03.912 INFO:tasks.rados.rados.0.smithi071.stdout:569: writing smithi07185159-36 from 1870817 to 2151329 tid 2 2024-09-13T14:23:03.912 INFO:tasks.rados.rados.0.smithi071.stdout:570: rollback oid 12 current snap is 76 2024-09-13T14:23:03.912 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 12 to 66 2024-09-13T14:23:03.912 INFO:tasks.rados.rados.0.smithi071.stdout:569: finishing write tid 1 to smithi07185159-36 2024-09-13T14:23:03.912 INFO:tasks.rados.rados.0.smithi071.stdout:571: write oid 18 current snap is 76 2024-09-13T14:23:03.912 INFO:tasks.rados.rados.0.smithi071.stdout:571: seq_num 248 ranges {568136=785048,1929299=238837} 2024-09-13T14:23:03.919 INFO:tasks.rados.rados.0.smithi071.stdout:571: writing smithi07185159-18 from 568136 to 1353184 tid 1 2024-09-13T14:23:03.924 INFO:tasks.rados.rados.0.smithi071.stdout:571: writing smithi07185159-18 from 1929299 to 2168136 tid 2 2024-09-13T14:23:03.924 INFO:tasks.rados.rados.0.smithi071.stdout:572: rollback oid 21 current snap is 76 2024-09-13T14:23:03.925 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 21 to 66 2024-09-13T14:23:03.925 INFO:tasks.rados.rados.0.smithi071.stdout:569: finishing write tid 2 to smithi07185159-36 2024-09-13T14:23:03.925 INFO:tasks.rados.rados.0.smithi071.stdout:569: finishing write tid 3 to smithi07185159-36 2024-09-13T14:23:03.925 INFO:tasks.rados.rados.0.smithi071.stdout:569: finishing write tid 4 to smithi07185159-36 2024-09-13T14:23:03.925 INFO:tasks.rados.rados.0.smithi071.stdout:569: oid 36 updating version 0 to 92 2024-09-13T14:23:03.925 INFO:tasks.rados.rados.0.smithi071.stdout:569: oid 36 updating version 92 to 93 2024-09-13T14:23:03.925 INFO:tasks.rados.rados.0.smithi071.stdout:569: oid 36 version 93 is already newer than 91 2024-09-13T14:23:03.925 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 36 v 93 (ObjNum 247 snap 76 seq_num 247) dirty exists 2024-09-13T14:23:03.925 INFO:tasks.rados.rados.0.smithi071.stdout:569: left oid 36 (ObjNum 247 snap 76 seq_num 247) 2024-09-13T14:23:03.925 INFO:tasks.rados.rados.0.smithi071.stdout:570: finishing rollback tid 0 to smithi07185159-12 2024-09-13T14:23:03.925 INFO:tasks.rados.rados.0.smithi071.stdout:570: finishing rollback tid 1 to smithi07185159-12 2024-09-13T14:23:03.925 INFO:tasks.rados.rados.0.smithi071.stdout:570: finishing rollback tid 2 to smithi07185159-12 2024-09-13T14:23:03.926 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 12 v 71 (ObjNum 167 snap 43 seq_num 167) dirty exists 2024-09-13T14:23:03.926 INFO:tasks.rados.rados.0.smithi071.stdout:571: finishing write tid 1 to smithi07185159-18 2024-09-13T14:23:03.926 INFO:tasks.rados.rados.0.smithi071.stdout:569: done (3 left) 2024-09-13T14:23:03.926 INFO:tasks.rados.rados.0.smithi071.stdout:570: done (2 left) 2024-09-13T14:23:03.926 INFO:tasks.rados.rados.0.smithi071.stdout:573: snap_remove snap 72 2024-09-13T14:23:04.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:03 smithi071 ceph-mon[29588]: osdmap e210: 8 total, 8 up, 8 in 2024-09-13T14:23:04.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:03 smithi071 ceph-mon[29588]: Standby manager daemon y restarted 2024-09-13T14:23:04.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:03 smithi071 ceph-mon[29588]: Standby manager daemon y started 2024-09-13T14:23:04.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:03 smithi071 ceph-mon[29588]: from='mgr.? 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-13T14:23:04.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:03 smithi071 ceph-mon[29588]: from='mgr.? 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-13T14:23:04.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:03 smithi071 ceph-mon[29588]: from='mgr.? 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-13T14:23:04.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:03 smithi071 ceph-mon[29588]: from='mgr.? 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-13T14:23:04.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:03 smithi071 ceph-mon[41109]: osdmap e210: 8 total, 8 up, 8 in 2024-09-13T14:23:04.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:03 smithi071 ceph-mon[41109]: Standby manager daemon y restarted 2024-09-13T14:23:04.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:03 smithi071 ceph-mon[41109]: Standby manager daemon y started 2024-09-13T14:23:04.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:03 smithi071 ceph-mon[41109]: from='mgr.? 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-13T14:23:04.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:03 smithi071 ceph-mon[41109]: from='mgr.? 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-13T14:23:04.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:03 smithi071 ceph-mon[41109]: from='mgr.? 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-13T14:23:04.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:03 smithi071 ceph-mon[41109]: from='mgr.? 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-13T14:23:04.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:03 smithi104 ceph-mon[33426]: osdmap e210: 8 total, 8 up, 8 in 2024-09-13T14:23:04.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:03 smithi104 ceph-mon[33426]: Standby manager daemon y restarted 2024-09-13T14:23:04.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:03 smithi104 ceph-mon[33426]: Standby manager daemon y started 2024-09-13T14:23:04.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:03 smithi104 ceph-mon[33426]: from='mgr.? 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-13T14:23:04.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:03 smithi104 ceph-mon[33426]: from='mgr.? 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-13T14:23:04.174 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:03 smithi104 ceph-mon[33426]: from='mgr.? 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-13T14:23:04.174 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:03 smithi104 ceph-mon[33426]: from='mgr.? 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-13T14:23:04.901 INFO:tasks.rados.rados.0.smithi071.stdout:573: done (2 left) 2024-09-13T14:23:04.901 INFO:tasks.rados.rados.0.smithi071.stdout:574: read oid 15 snap -1 2024-09-13T14:23:04.901 INFO:tasks.rados.rados.0.smithi071.stdout:574: expect deleted 2024-09-13T14:23:04.901 INFO:tasks.rados.rados.0.smithi071.stdout:575: snap_remove snap 64 2024-09-13T14:23:05.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:04 smithi104 ceph-mon[33426]: osdmap e211: 8 total, 8 up, 8 in 2024-09-13T14:23:05.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:04 smithi104 ceph-mon[33426]: mgrmap e26: x(active, since 29s), standbys: y 2024-09-13T14:23:05.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:04 smithi104 ceph-mon[33426]: pgmap v48: 89 pgs: 89 active+clean; 204 MiB data, 640 MiB used, 715 GiB / 715 GiB avail; 2.4 MiB/s rd, 843 KiB/s wr, 5 op/s 2024-09-13T14:23:05.231 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:04 smithi071 ceph-mon[29588]: osdmap e211: 8 total, 8 up, 8 in 2024-09-13T14:23:05.231 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:04 smithi071 ceph-mon[29588]: mgrmap e26: x(active, since 29s), standbys: y 2024-09-13T14:23:05.231 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:04 smithi071 ceph-mon[29588]: pgmap v48: 89 pgs: 89 active+clean; 204 MiB data, 640 MiB used, 715 GiB / 715 GiB avail; 2.4 MiB/s rd, 843 KiB/s wr, 5 op/s 2024-09-13T14:23:05.231 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:04 smithi071 ceph-mon[41109]: osdmap e211: 8 total, 8 up, 8 in 2024-09-13T14:23:05.231 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:04 smithi071 ceph-mon[41109]: mgrmap e26: x(active, since 29s), standbys: y 2024-09-13T14:23:05.231 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:04 smithi071 ceph-mon[41109]: pgmap v48: 89 pgs: 89 active+clean; 204 MiB data, 640 MiB used, 715 GiB / 715 GiB avail; 2.4 MiB/s rd, 843 KiB/s wr, 5 op/s 2024-09-13T14:23:05.905 INFO:tasks.rados.rados.0.smithi071.stdout:575: done (3 left) 2024-09-13T14:23:05.905 INFO:tasks.rados.rados.0.smithi071.stdout:576: snap_create 2024-09-13T14:23:05.905 INFO:tasks.rados.rados.0.smithi071.stdout:571: finishing write tid 2 to smithi07185159-18 2024-09-13T14:23:05.905 INFO:tasks.rados.rados.0.smithi071.stdout:572: finishing rollback tid 0 to smithi07185159-21 2024-09-13T14:23:05.905 INFO:tasks.rados.rados.0.smithi071.stdout:571: finishing write tid 3 to smithi07185159-18 2024-09-13T14:23:05.906 INFO:tasks.rados.rados.0.smithi071.stdout:572: finishing rollback tid 1 to smithi07185159-21 2024-09-13T14:23:05.906 INFO:tasks.rados.rados.0.smithi071.stdout:572: finishing rollback tid 2 to smithi07185159-21 2024-09-13T14:23:05.906 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 21 v 235 (ObjNum 223 snap 64 seq_num 223) dirty exists 2024-09-13T14:23:05.906 INFO:tasks.rados.rados.0.smithi071.stdout:571: finishing write tid 4 to smithi07185159-18 2024-09-13T14:23:05.906 INFO:tasks.rados.rados.0.smithi071.stdout:571: oid 18 updating version 0 to 514 2024-09-13T14:23:05.906 INFO:tasks.rados.rados.0.smithi071.stdout:571: oid 18 updating version 514 to 515 2024-09-13T14:23:05.906 INFO:tasks.rados.rados.0.smithi071.stdout:571: oid 18 updating version 515 to 516 2024-09-13T14:23:05.906 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 18 v 516 (ObjNum 248 snap 76 seq_num 248) dirty exists 2024-09-13T14:23:05.906 INFO:tasks.rados.rados.0.smithi071.stdout:571: left oid 18 (ObjNum 248 snap 76 seq_num 248) 2024-09-13T14:23:06.053 INFO:tasks.rados.rados.0.smithi071.stdout:571: done (3 left) 2024-09-13T14:23:06.053 INFO:tasks.rados.rados.0.smithi071.stdout:572: done (2 left) 2024-09-13T14:23:06.053 INFO:tasks.rados.rados.0.smithi071.stdout:574: done (1 left) 2024-09-13T14:23:06.053 INFO:tasks.rados.rados.0.smithi071.stdout:576: done (0 left) 2024-09-13T14:23:06.053 INFO:tasks.rados.rados.0.smithi071.stdout:577: snap_create 2024-09-13T14:23:06.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:05 smithi071 ceph-mon[29588]: osdmap e212: 8 total, 8 up, 8 in 2024-09-13T14:23:06.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: [13/Sep/2024:14:23:06] ENGINE Bus STOPPING 2024-09-13T14:23:06.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:05 smithi071 ceph-mon[41109]: osdmap e212: 8 total, 8 up, 8 in 2024-09-13T14:23:06.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:05 smithi104 ceph-mon[33426]: osdmap e212: 8 total, 8 up, 8 in 2024-09-13T14:23:06.172 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:23:06 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[69628]: 2024-09-13T14:23:06.053+0000 7fc411551640 -1 mgr handle_mgr_map I was active but no longer am 2024-09-13T14:23:06.172 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:23:06 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[69628]: ignoring --setuser ceph since I am not root 2024-09-13T14:23:06.172 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:23:06 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[69628]: ignoring --setgroup ceph since I am not root 2024-09-13T14:23:06.172 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:23:06 smithi104 ceph-mgr[69651]: -- 172.21.15.104:0/1961082697 <== mon.1 v2:172.21.15.104:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55998e06d0e0 con 0x55998e04a800 2024-09-13T14:23:06.640 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: [13/Sep/2024:14:23:06] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-13T14:23:06.640 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: [13/Sep/2024:14:23:06] ENGINE Bus STOPPED 2024-09-13T14:23:07.053 INFO:tasks.rados.rados.0.smithi071.stdout:577: done (0 left) 2024-09-13T14:23:07.053 INFO:tasks.rados.rados.0.smithi071.stdout:578: snap_remove snap 65 2024-09-13T14:23:07.070 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[29588]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:23:07.070 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[29588]: osdmap e213: 8 total, 8 up, 8 in 2024-09-13T14:23:07.071 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[29588]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:23:07.071 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[29588]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:23:07.071 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[29588]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:23:07.071 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[29588]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:23:07.071 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[29588]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:23:07.071 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[29588]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-13T14:23:07.071 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[29588]: from='mgr.24604 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-13T14:23:07.071 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[29588]: Activating manager daemon y 2024-09-13T14:23:07.071 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[29588]: osdmap e214: 8 total, 8 up, 8 in 2024-09-13T14:23:07.071 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[29588]: from='mgr.24604 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-09-13T14:23:07.071 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[29588]: mgrmap e27: y(active, starting, since 0.00896806s) 2024-09-13T14:23:07.071 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T14:23:07.072 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T14:23:07.072 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T14:23:07.072 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "foo.smithi071.awdchm"}]: dispatch 2024-09-13T14:23:07.072 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "foo.smithi104.uecrqj"}]: dispatch 2024-09-13T14:23:07.072 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-13T14:23:07.072 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T14:23:07.072 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T14:23:07.072 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T14:23:07.072 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-13T14:23:07.072 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-13T14:23:07.072 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-13T14:23:07.072 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-13T14:23:07.072 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-13T14:23:07.072 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-13T14:23:07.073 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-13T14:23:07.073 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-13T14:23:07.073 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[29588]: Manager daemon y is now available 2024-09-13T14:23:07.073 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:23:07.073 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:23:07.073 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-13T14:23:07.073 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-13T14:23:07.073 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-13T14:23:07.073 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[41109]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:23:07.074 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[41109]: osdmap e213: 8 total, 8 up, 8 in 2024-09-13T14:23:07.074 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[41109]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:23:07.074 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[41109]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:23:07.074 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[41109]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:23:07.074 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[41109]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:23:07.074 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[41109]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:23:07.074 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[41109]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-13T14:23:07.074 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[41109]: from='mgr.24604 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-13T14:23:07.074 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[41109]: Activating manager daemon y 2024-09-13T14:23:07.074 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[41109]: osdmap e214: 8 total, 8 up, 8 in 2024-09-13T14:23:07.074 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[41109]: from='mgr.24604 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-09-13T14:23:07.075 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[41109]: mgrmap e27: y(active, starting, since 0.00896806s) 2024-09-13T14:23:07.075 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T14:23:07.075 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T14:23:07.075 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T14:23:07.075 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "foo.smithi071.awdchm"}]: dispatch 2024-09-13T14:23:07.075 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "foo.smithi104.uecrqj"}]: dispatch 2024-09-13T14:23:07.075 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-13T14:23:07.075 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T14:23:07.075 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T14:23:07.075 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T14:23:07.075 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-13T14:23:07.075 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-13T14:23:07.075 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-13T14:23:07.076 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-13T14:23:07.076 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-13T14:23:07.076 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-13T14:23:07.076 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-13T14:23:07.076 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-13T14:23:07.076 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[41109]: Manager daemon y is now available 2024-09-13T14:23:07.076 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:23:07.076 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:23:07.076 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-13T14:23:07.076 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-13T14:23:07.076 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-13T14:23:07.076 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: 2024-09-13T14:23:06.714+0000 7f53d38be640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-13T14:23:07.077 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: 2024-09-13T14:23:06.714+0000 7f53d38be640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-13T14:23:07.077 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: 2024-09-13T14:23:06.714+0000 7f53d38be640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-13T14:23:07.077 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: 2024-09-13T14:23:06.714+0000 7f53d38be640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-13T14:23:07.077 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: 2024-09-13T14:23:06.714+0000 7f53d38be640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-13T14:23:07.077 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: 2024-09-13T14:23:06.719+0000 7f53d08b8640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-13T14:23:07.077 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: 2024-09-13T14:23:06.719+0000 7f53d08b8640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-13T14:23:07.077 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: 2024-09-13T14:23:06.719+0000 7f53d08b8640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-13T14:23:07.077 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: 2024-09-13T14:23:06.719+0000 7f53d08b8640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-13T14:23:07.077 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:23:06 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: 2024-09-13T14:23:06.719+0000 7f53d08b8640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-13T14:23:07.077 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:23:07 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: [13/Sep/2024:14:23:07] ENGINE Bus STARTING 2024-09-13T14:23:07.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:06 smithi104 ceph-mon[33426]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:23:07.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:06 smithi104 ceph-mon[33426]: osdmap e213: 8 total, 8 up, 8 in 2024-09-13T14:23:07.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:06 smithi104 ceph-mon[33426]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:23:07.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:06 smithi104 ceph-mon[33426]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:23:07.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:06 smithi104 ceph-mon[33426]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:23:07.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:06 smithi104 ceph-mon[33426]: from='mgr.24604 ' entity='mgr.x' 2024-09-13T14:23:07.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:06 smithi104 ceph-mon[33426]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:23:07.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:06 smithi104 ceph-mon[33426]: from='mgr.24604 172.21.15.104:0/3410729400' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-13T14:23:07.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:06 smithi104 ceph-mon[33426]: from='mgr.24604 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-13T14:23:07.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:06 smithi104 ceph-mon[33426]: Activating manager daemon y 2024-09-13T14:23:07.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:06 smithi104 ceph-mon[33426]: osdmap e214: 8 total, 8 up, 8 in 2024-09-13T14:23:07.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:06 smithi104 ceph-mon[33426]: from='mgr.24604 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-09-13T14:23:07.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:06 smithi104 ceph-mon[33426]: mgrmap e27: y(active, starting, since 0.00896806s) 2024-09-13T14:23:07.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:06 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T14:23:07.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:06 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T14:23:07.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:06 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T14:23:07.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:06 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "foo.smithi071.awdchm"}]: dispatch 2024-09-13T14:23:07.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:06 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "foo.smithi104.uecrqj"}]: dispatch 2024-09-13T14:23:07.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:06 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-13T14:23:07.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:06 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T14:23:07.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:06 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T14:23:07.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:06 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T14:23:07.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:06 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-13T14:23:07.174 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:06 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-13T14:23:07.174 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:06 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-13T14:23:07.174 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:06 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-13T14:23:07.174 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:06 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-13T14:23:07.174 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:06 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-13T14:23:07.174 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:06 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-13T14:23:07.174 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:06 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-13T14:23:07.174 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:06 smithi104 ceph-mon[33426]: Manager daemon y is now available 2024-09-13T14:23:07.174 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:06 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:23:07.174 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:06 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:23:07.174 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:06 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-13T14:23:07.174 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:06 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-13T14:23:07.174 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:06 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-13T14:23:07.390 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:23:07 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: [13/Sep/2024:14:23:07] ENGINE Serving on http://:::9283 2024-09-13T14:23:07.390 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:23:07 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: [13/Sep/2024:14:23:07] ENGINE Bus STARTED 2024-09-13T14:23:07.860 INFO:tasks.rados.rados.0.smithi071.stdout:578: done (0 left) 2024-09-13T14:23:07.860 INFO:tasks.rados.rados.0.smithi071.stdout:579: delete oid 39 current snap is 78 2024-09-13T14:23:07.866 INFO:tasks.rados.rados.0.smithi071.stdout:579: done (0 left) 2024-09-13T14:23:07.866 INFO:tasks.rados.rados.0.smithi071.stdout:580: delete oid 19 current snap is 78 2024-09-13T14:23:07.868 INFO:tasks.rados.rados.0.smithi071.stdout:580: done (0 left) 2024-09-13T14:23:07.869 INFO:tasks.rados.rados.0.smithi071.stdout:581: read oid 6 snap -1 2024-09-13T14:23:07.869 INFO:tasks.rados.rados.0.smithi071.stdout:581: expect (ObjNum 226 snap 66 seq_num 226) 2024-09-13T14:23:07.869 INFO:tasks.rados.rados.0.smithi071.stdout:582: write oid 45 current snap is 78 2024-09-13T14:23:07.869 INFO:tasks.rados.rados.0.smithi071.stdout:582: seq_num 251 ranges {618557=727148,2104745=113812} 2024-09-13T14:23:07.876 INFO:tasks.rados.rados.0.smithi071.stdout:582: writing smithi07185159-45 from 618557 to 1345705 tid 1 2024-09-13T14:23:07.882 INFO:tasks.rados.rados.0.smithi071.stdout:582: writing smithi07185159-45 from 2104745 to 2218557 tid 2 2024-09-13T14:23:07.882 INFO:tasks.rados.rados.0.smithi071.stdout:583: snap_create 2024-09-13T14:23:07.882 INFO:tasks.rados.rados.0.smithi071.stdout:581: expect (ObjNum 226 snap 66 seq_num 226) 2024-09-13T14:23:07.891 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:23:07 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: 2024-09-13T14:23:07.788+0000 7f53b6e4b640 -1 log_channel(cephadm) log [ERR] : [13/Sep/2024:14:23:07] ENGINE Error in HTTPServer.serve 2024-09-13T14:23:07.891 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:23:07 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: Traceback (most recent call last): 2024-09-13T14:23:07.891 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:23:07 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-13T14:23:07.891 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:23:07 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: self._connections.run(self.expiration_interval) 2024-09-13T14:23:07.891 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:23:07 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-13T14:23:07.892 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:23:07 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: self._run(expiration_interval) 2024-09-13T14:23:07.892 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:23:07 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-13T14:23:07.892 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:23:07 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: new_conn = self._from_server_socket(self.server.socket) 2024-09-13T14:23:07.892 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:23:07 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-13T14:23:07.892 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:23:07 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-13T14:23:07.892 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:23:07 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-13T14:23:07.892 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:23:07 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: s = self.context.wrap_socket( 2024-09-13T14:23:07.892 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:23:07 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-13T14:23:07.892 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:23:07 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: return self.sslsocket_class._create( 2024-09-13T14:23:07.892 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:23:07 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-13T14:23:07.893 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:23:07 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: self.do_handshake() 2024-09-13T14:23:07.893 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:23:07 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-13T14:23:07.893 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:23:07 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: self._sslobj.do_handshake() 2024-09-13T14:23:07.893 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:23:07 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-13T14:23:07.893 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:23:07 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: 2024-09-13T14:23:08.115 INFO:tasks.rados.rados.0.smithi071.stdout:582: finishing write tid 1 to smithi07185159-45 2024-09-13T14:23:08.115 INFO:tasks.rados.rados.0.smithi071.stdout:582: finishing write tid 2 to smithi07185159-45 2024-09-13T14:23:08.115 INFO:tasks.rados.rados.0.smithi071.stdout:582: finishing write tid 3 to smithi07185159-45 2024-09-13T14:23:08.115 INFO:tasks.rados.rados.0.smithi071.stdout:582: finishing write tid 4 to smithi07185159-45 2024-09-13T14:23:08.115 INFO:tasks.rados.rados.0.smithi071.stdout:582: oid 45 updating version 0 to 316 2024-09-13T14:23:08.115 INFO:tasks.rados.rados.0.smithi071.stdout:582: oid 45 version 316 is already newer than 314 2024-09-13T14:23:08.116 INFO:tasks.rados.rados.0.smithi071.stdout:582: oid 45 version 316 is already newer than 315 2024-09-13T14:23:08.116 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 45 v 316 (ObjNum 251 snap 78 seq_num 251) dirty exists 2024-09-13T14:23:08.116 INFO:tasks.rados.rados.0.smithi071.stdout:582: left oid 45 (ObjNum 251 snap 78 seq_num 251) 2024-09-13T14:23:08.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:08 smithi071 ceph-mon[29588]: osdmap e215: 8 total, 8 up, 8 in 2024-09-13T14:23:08.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:08 smithi071 ceph-mon[29588]: mgrmap e28: y(active, since 1.01585s) 2024-09-13T14:23:08.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:08 smithi071 ceph-mon[29588]: [13/Sep/2024:14:23:07] ENGINE Bus STARTING 2024-09-13T14:23:08.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:08 smithi071 ceph-mon[29588]: [13/Sep/2024:14:23:07] ENGINE Serving on https://172.21.15.71:7150 2024-09-13T14:23:08.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:08 smithi071 ceph-mon[29588]: [13/Sep/2024:14:23:07] ENGINE Error in HTTPServer.serve 2024-09-13T14:23:08.391 INFO:journalctl@ceph.mon.a.smithi071.stdout: Traceback (most recent call last): 2024-09-13T14:23:08.391 INFO:journalctl@ceph.mon.a.smithi071.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-13T14:23:08.391 INFO:journalctl@ceph.mon.a.smithi071.stdout: self._connections.run(self.expiration_interval) 2024-09-13T14:23:08.391 INFO:journalctl@ceph.mon.a.smithi071.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-13T14:23:08.391 INFO:journalctl@ceph.mon.a.smithi071.stdout: self._run(expiration_interval) 2024-09-13T14:23:08.391 INFO:journalctl@ceph.mon.a.smithi071.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-13T14:23:08.391 INFO:journalctl@ceph.mon.a.smithi071.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-13T14:23:08.391 INFO:journalctl@ceph.mon.a.smithi071.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-13T14:23:08.391 INFO:journalctl@ceph.mon.a.smithi071.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-13T14:23:08.391 INFO:journalctl@ceph.mon.a.smithi071.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-13T14:23:08.391 INFO:journalctl@ceph.mon.a.smithi071.stdout: s = self.context.wrap_socket( 2024-09-13T14:23:08.391 INFO:journalctl@ceph.mon.a.smithi071.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-13T14:23:08.392 INFO:journalctl@ceph.mon.a.smithi071.stdout: return self.sslsocket_class._create( 2024-09-13T14:23:08.392 INFO:journalctl@ceph.mon.a.smithi071.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-13T14:23:08.392 INFO:journalctl@ceph.mon.a.smithi071.stdout: self.do_handshake() 2024-09-13T14:23:08.392 INFO:journalctl@ceph.mon.a.smithi071.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-13T14:23:08.392 INFO:journalctl@ceph.mon.a.smithi071.stdout: self._sslobj.do_handshake() 2024-09-13T14:23:08.392 INFO:journalctl@ceph.mon.a.smithi071.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-13T14:23:08.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:08 smithi071 ceph-mon[29588]: osdmap e216: 8 total, 8 up, 8 in 2024-09-13T14:23:08.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:08 smithi071 ceph-mon[41109]: osdmap e215: 8 total, 8 up, 8 in 2024-09-13T14:23:08.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:08 smithi071 ceph-mon[41109]: mgrmap e28: y(active, since 1.01585s) 2024-09-13T14:23:08.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:08 smithi071 ceph-mon[41109]: [13/Sep/2024:14:23:07] ENGINE Bus STARTING 2024-09-13T14:23:08.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:08 smithi071 ceph-mon[41109]: [13/Sep/2024:14:23:07] ENGINE Serving on https://172.21.15.71:7150 2024-09-13T14:23:08.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:08 smithi071 ceph-mon[41109]: [13/Sep/2024:14:23:07] ENGINE Error in HTTPServer.serve 2024-09-13T14:23:08.393 INFO:journalctl@ceph.mon.c.smithi071.stdout: Traceback (most recent call last): 2024-09-13T14:23:08.393 INFO:journalctl@ceph.mon.c.smithi071.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-13T14:23:08.393 INFO:journalctl@ceph.mon.c.smithi071.stdout: self._connections.run(self.expiration_interval) 2024-09-13T14:23:08.393 INFO:journalctl@ceph.mon.c.smithi071.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-13T14:23:08.393 INFO:journalctl@ceph.mon.c.smithi071.stdout: self._run(expiration_interval) 2024-09-13T14:23:08.393 INFO:journalctl@ceph.mon.c.smithi071.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-13T14:23:08.393 INFO:journalctl@ceph.mon.c.smithi071.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-13T14:23:08.393 INFO:journalctl@ceph.mon.c.smithi071.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-13T14:23:08.394 INFO:journalctl@ceph.mon.c.smithi071.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-13T14:23:08.394 INFO:journalctl@ceph.mon.c.smithi071.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-13T14:23:08.394 INFO:journalctl@ceph.mon.c.smithi071.stdout: s = self.context.wrap_socket( 2024-09-13T14:23:08.394 INFO:journalctl@ceph.mon.c.smithi071.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-13T14:23:08.394 INFO:journalctl@ceph.mon.c.smithi071.stdout: return self.sslsocket_class._create( 2024-09-13T14:23:08.394 INFO:journalctl@ceph.mon.c.smithi071.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-13T14:23:08.394 INFO:journalctl@ceph.mon.c.smithi071.stdout: self.do_handshake() 2024-09-13T14:23:08.394 INFO:journalctl@ceph.mon.c.smithi071.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-13T14:23:08.394 INFO:journalctl@ceph.mon.c.smithi071.stdout: self._sslobj.do_handshake() 2024-09-13T14:23:08.394 INFO:journalctl@ceph.mon.c.smithi071.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-13T14:23:08.394 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:08 smithi071 ceph-mon[41109]: osdmap e216: 8 total, 8 up, 8 in 2024-09-13T14:23:08.395 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:08 smithi104 ceph-mon[33426]: osdmap e215: 8 total, 8 up, 8 in 2024-09-13T14:23:08.395 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:08 smithi104 ceph-mon[33426]: mgrmap e28: y(active, since 1.01585s) 2024-09-13T14:23:08.395 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:08 smithi104 ceph-mon[33426]: [13/Sep/2024:14:23:07] ENGINE Bus STARTING 2024-09-13T14:23:08.395 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:08 smithi104 ceph-mon[33426]: [13/Sep/2024:14:23:07] ENGINE Serving on https://172.21.15.71:7150 2024-09-13T14:23:08.395 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:08 smithi104 ceph-mon[33426]: [13/Sep/2024:14:23:07] ENGINE Error in HTTPServer.serve 2024-09-13T14:23:08.395 INFO:journalctl@ceph.mon.b.smithi104.stdout: Traceback (most recent call last): 2024-09-13T14:23:08.395 INFO:journalctl@ceph.mon.b.smithi104.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-13T14:23:08.395 INFO:journalctl@ceph.mon.b.smithi104.stdout: self._connections.run(self.expiration_interval) 2024-09-13T14:23:08.395 INFO:journalctl@ceph.mon.b.smithi104.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-13T14:23:08.395 INFO:journalctl@ceph.mon.b.smithi104.stdout: self._run(expiration_interval) 2024-09-13T14:23:08.396 INFO:journalctl@ceph.mon.b.smithi104.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-13T14:23:08.396 INFO:journalctl@ceph.mon.b.smithi104.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-13T14:23:08.396 INFO:journalctl@ceph.mon.b.smithi104.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-13T14:23:08.396 INFO:journalctl@ceph.mon.b.smithi104.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-13T14:23:08.396 INFO:journalctl@ceph.mon.b.smithi104.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-13T14:23:08.396 INFO:journalctl@ceph.mon.b.smithi104.stdout: s = self.context.wrap_socket( 2024-09-13T14:23:08.396 INFO:journalctl@ceph.mon.b.smithi104.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-13T14:23:08.396 INFO:journalctl@ceph.mon.b.smithi104.stdout: return self.sslsocket_class._create( 2024-09-13T14:23:08.396 INFO:journalctl@ceph.mon.b.smithi104.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-13T14:23:08.396 INFO:journalctl@ceph.mon.b.smithi104.stdout: self.do_handshake() 2024-09-13T14:23:08.396 INFO:journalctl@ceph.mon.b.smithi104.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-13T14:23:08.397 INFO:journalctl@ceph.mon.b.smithi104.stdout: self._sslobj.do_handshake() 2024-09-13T14:23:08.397 INFO:journalctl@ceph.mon.b.smithi104.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-13T14:23:08.397 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:08 smithi104 ceph-mon[33426]: osdmap e216: 8 total, 8 up, 8 in 2024-09-13T14:23:08.858 INFO:tasks.rados.rados.0.smithi071.stdout:581: done (2 left) 2024-09-13T14:23:08.858 INFO:tasks.rados.rados.0.smithi071.stdout:582: done (1 left) 2024-09-13T14:23:08.858 INFO:tasks.rados.rados.0.smithi071.stdout:583: done (0 left) 2024-09-13T14:23:08.858 INFO:tasks.rados.rados.0.smithi071.stdout:584: write oid 2 current snap is 79 2024-09-13T14:23:08.858 INFO:tasks.rados.rados.0.smithi071.stdout:584: seq_num 252 ranges {635364=402397,1763227=472137} 2024-09-13T14:23:08.863 INFO:tasks.rados.rados.0.smithi071.stdout:584: writing smithi07185159-2 from 635364 to 1037761 tid 1 2024-09-13T14:23:08.870 INFO:tasks.rados.rados.0.smithi071.stdout:584: writing smithi07185159-2 from 1763227 to 2235364 tid 2 2024-09-13T14:23:08.870 INFO:tasks.rados.rados.0.smithi071.stdout:585: write oid 17 current snap is 79 2024-09-13T14:23:08.870 INFO:tasks.rados.rados.0.smithi071.stdout:585: seq_num 253 ranges {652171=477646,1821709=430462} 2024-09-13T14:23:08.876 INFO:tasks.rados.rados.0.smithi071.stdout:585: writing smithi07185159-17 from 652171 to 1129817 tid 1 2024-09-13T14:23:08.884 INFO:tasks.rados.rados.0.smithi071.stdout:585: writing smithi07185159-17 from 1821709 to 2252171 tid 2 2024-09-13T14:23:08.884 INFO:tasks.rados.rados.0.smithi071.stdout:586: write oid 30 current snap is 79 2024-09-13T14:23:08.884 INFO:tasks.rados.rados.0.smithi071.stdout:584: finishing write tid 1 to smithi07185159-2 2024-09-13T14:23:08.884 INFO:tasks.rados.rados.0.smithi071.stdout:584: finishing write tid 2 to smithi07185159-2 2024-09-13T14:23:08.884 INFO:tasks.rados.rados.0.smithi071.stdout:584: finishing write tid 3 to smithi07185159-2 2024-09-13T14:23:08.884 INFO:tasks.rados.rados.0.smithi071.stdout:584: finishing write tid 4 to smithi07185159-2 2024-09-13T14:23:08.884 INFO:tasks.rados.rados.0.smithi071.stdout:584: oid 2 updating version 0 to 76 2024-09-13T14:23:08.885 INFO:tasks.rados.rados.0.smithi071.stdout:584: oid 2 updating version 76 to 77 2024-09-13T14:23:08.885 INFO:tasks.rados.rados.0.smithi071.stdout:584: oid 2 version 77 is already newer than 75 2024-09-13T14:23:08.885 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 2 v 77 (ObjNum 252 snap 79 seq_num 252) dirty exists 2024-09-13T14:23:08.885 INFO:tasks.rados.rados.0.smithi071.stdout:584: left oid 2 (ObjNum 252 snap 79 seq_num 252) 2024-09-13T14:23:08.885 INFO:tasks.rados.rados.0.smithi071.stdout:585: finishing write tid 1 to smithi07185159-17 2024-09-13T14:23:08.885 INFO:tasks.rados.rados.0.smithi071.stdout:586: seq_num 254 ranges {668978=552895,1763838=505140} 2024-09-13T14:23:08.890 INFO:tasks.rados.rados.0.smithi071.stdout:586: writing smithi07185159-30 from 668978 to 1221873 tid 1 2024-09-13T14:23:08.897 INFO:tasks.rados.rados.0.smithi071.stdout:586: writing smithi07185159-30 from 1763838 to 2268978 tid 2 2024-09-13T14:23:08.897 INFO:tasks.rados.rados.0.smithi071.stdout:584: done (2 left) 2024-09-13T14:23:08.897 INFO:tasks.rados.rados.0.smithi071.stdout:587: delete oid 38 current snap is 79 2024-09-13T14:23:08.898 INFO:tasks.rados.rados.0.smithi071.stdout:585: finishing write tid 2 to smithi07185159-17 2024-09-13T14:23:08.898 INFO:tasks.rados.rados.0.smithi071.stdout:585: finishing write tid 3 to smithi07185159-17 2024-09-13T14:23:08.898 INFO:tasks.rados.rados.0.smithi071.stdout:585: finishing write tid 4 to smithi07185159-17 2024-09-13T14:23:08.898 INFO:tasks.rados.rados.0.smithi071.stdout:585: oid 17 updating version 0 to 175 2024-09-13T14:23:08.898 INFO:tasks.rados.rados.0.smithi071.stdout:585: oid 17 version 175 is already newer than 174 2024-09-13T14:23:08.898 INFO:tasks.rados.rados.0.smithi071.stdout:585: oid 17 version 175 is already newer than 173 2024-09-13T14:23:08.898 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 17 v 175 (ObjNum 253 snap 79 seq_num 253) dirty exists 2024-09-13T14:23:08.898 INFO:tasks.rados.rados.0.smithi071.stdout:585: left oid 17 (ObjNum 253 snap 79 seq_num 253) 2024-09-13T14:23:08.898 INFO:tasks.rados.rados.0.smithi071.stdout:586: finishing write tid 1 to smithi07185159-30 2024-09-13T14:23:08.900 INFO:tasks.rados.rados.0.smithi071.stdout:585: done (2 left) 2024-09-13T14:23:08.900 INFO:tasks.rados.rados.0.smithi071.stdout:587: done (1 left) 2024-09-13T14:23:08.900 INFO:tasks.rados.rados.0.smithi071.stdout:588: read oid 39 snap 43 2024-09-13T14:23:08.901 INFO:tasks.rados.rados.0.smithi071.stdout:588: expect (ObjNum 38 snap 0 seq_num 38) 2024-09-13T14:23:08.901 INFO:tasks.rados.rados.0.smithi071.stdout:589: snap_remove snap 70 2024-09-13T14:23:09.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:09 smithi071 ceph-mon[29588]: [13/Sep/2024:14:23:07] ENGINE Serving on http://172.21.15.71:8765 2024-09-13T14:23:09.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:09 smithi071 ceph-mon[29588]: [13/Sep/2024:14:23:07] ENGINE Bus STARTED 2024-09-13T14:23:09.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:09 smithi071 ceph-mon[29588]: pgmap v6: 89 pgs: 89 active+clean; 212 MiB data, 657 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:23:09.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:09 smithi071 ceph-mon[29588]: mgrmap e29: y(active, since 2s) 2024-09-13T14:23:09.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:09 smithi071 ceph-mon[29588]: osdmap e217: 8 total, 8 up, 8 in 2024-09-13T14:23:09.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:09 smithi071 ceph-mon[41109]: [13/Sep/2024:14:23:07] ENGINE Serving on http://172.21.15.71:8765 2024-09-13T14:23:09.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:09 smithi071 ceph-mon[41109]: [13/Sep/2024:14:23:07] ENGINE Bus STARTED 2024-09-13T14:23:09.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:09 smithi071 ceph-mon[41109]: pgmap v6: 89 pgs: 89 active+clean; 212 MiB data, 657 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:23:09.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:09 smithi071 ceph-mon[41109]: mgrmap e29: y(active, since 2s) 2024-09-13T14:23:09.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:09 smithi071 ceph-mon[41109]: osdmap e217: 8 total, 8 up, 8 in 2024-09-13T14:23:09.405 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:09 smithi104 ceph-mon[33426]: [13/Sep/2024:14:23:07] ENGINE Serving on http://172.21.15.71:8765 2024-09-13T14:23:09.405 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:09 smithi104 ceph-mon[33426]: [13/Sep/2024:14:23:07] ENGINE Bus STARTED 2024-09-13T14:23:09.405 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:09 smithi104 ceph-mon[33426]: pgmap v6: 89 pgs: 89 active+clean; 212 MiB data, 657 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:23:09.405 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:09 smithi104 ceph-mon[33426]: mgrmap e29: y(active, since 2s) 2024-09-13T14:23:09.405 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:09 smithi104 ceph-mon[33426]: osdmap e217: 8 total, 8 up, 8 in 2024-09-13T14:23:09.861 INFO:tasks.rados.rados.0.smithi071.stdout:589: done (2 left) 2024-09-13T14:23:09.861 INFO:tasks.rados.rados.0.smithi071.stdout:590: rollback oid 22 current snap is 79 2024-09-13T14:23:09.861 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 22 to 73 2024-09-13T14:23:09.861 INFO:tasks.rados.rados.0.smithi071.stdout:586: finishing write tid 2 to smithi07185159-30 2024-09-13T14:23:09.861 INFO:tasks.rados.rados.0.smithi071.stdout:586: finishing write tid 3 to smithi07185159-30 2024-09-13T14:23:09.862 INFO:tasks.rados.rados.0.smithi071.stdout:586: finishing write tid 4 to smithi07185159-30 2024-09-13T14:23:09.862 INFO:tasks.rados.rados.0.smithi071.stdout:586: oid 30 updating version 0 to 111 2024-09-13T14:23:09.862 INFO:tasks.rados.rados.0.smithi071.stdout:586: oid 30 updating version 111 to 112 2024-09-13T14:23:09.862 INFO:tasks.rados.rados.0.smithi071.stdout:586: oid 30 updating version 112 to 113 2024-09-13T14:23:09.862 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 30 v 113 (ObjNum 254 snap 79 seq_num 254) dirty exists 2024-09-13T14:23:09.862 INFO:tasks.rados.rados.0.smithi071.stdout:586: left oid 30 (ObjNum 254 snap 79 seq_num 254) 2024-09-13T14:23:09.862 INFO:tasks.rados.rados.0.smithi071.stdout:588: expect (ObjNum 38 snap 0 seq_num 38) 2024-09-13T14:23:09.954 INFO:tasks.rados.rados.0.smithi071.stdout:590: finishing rollback tid 1 to smithi07185159-22 2024-09-13T14:23:09.954 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 22 v 0 (ObjNum 129 snap 0 seq_num 1960796384) dirty dne 2024-09-13T14:23:09.954 INFO:tasks.rados.rados.0.smithi071.stdout:586: done (2 left) 2024-09-13T14:23:09.954 INFO:tasks.rados.rados.0.smithi071.stdout:588: done (1 left) 2024-09-13T14:23:09.954 INFO:tasks.rados.rados.0.smithi071.stdout:590: done (0 left) 2024-09-13T14:23:09.954 INFO:tasks.rados.rados.0.smithi071.stdout:591: rollback oid 21 current snap is 79 2024-09-13T14:23:09.955 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 21 to 59 2024-09-13T14:23:09.955 INFO:tasks.rados.rados.0.smithi071.stdout:592: delete oid 39 current snap is 79 2024-09-13T14:23:09.956 INFO:tasks.rados.rados.0.smithi071.stdout:591: finishing rollback tid 0 to smithi07185159-21 2024-09-13T14:23:09.956 INFO:tasks.rados.rados.0.smithi071.stdout:591: finishing rollback tid 1 to smithi07185159-21 2024-09-13T14:23:09.956 INFO:tasks.rados.rados.0.smithi071.stdout:592: done (1 left) 2024-09-13T14:23:09.957 INFO:tasks.rados.rados.0.smithi071.stdout:593: read oid 14 snap 71 2024-09-13T14:23:09.957 INFO:tasks.rados.rados.0.smithi071.stdout:593: expect (ObjNum 187 snap 49 seq_num 187) 2024-09-13T14:23:09.957 INFO:tasks.rados.rados.0.smithi071.stdout:594: write oid 26 current snap is 79 2024-09-13T14:23:09.957 INFO:tasks.rados.rados.0.smithi071.stdout:594: seq_num 257 ranges {719399=778642,1939284=380115} 2024-09-13T14:23:09.964 INFO:tasks.rados.rados.0.smithi071.stdout:594: writing smithi07185159-26 from 719399 to 1498041 tid 1 2024-09-13T14:23:09.969 INFO:tasks.rados.rados.0.smithi071.stdout:594: writing smithi07185159-26 from 1939284 to 2319399 tid 2 2024-09-13T14:23:09.969 INFO:tasks.rados.rados.0.smithi071.stdout:595: snap_create 2024-09-13T14:23:09.969 INFO:tasks.rados.rados.0.smithi071.stdout:591: finishing rollback tid 2 to smithi07185159-21 2024-09-13T14:23:09.969 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 21 v 255 (ObjNum 191 snap 51 seq_num 191) dirty exists 2024-09-13T14:23:09.970 INFO:tasks.rados.rados.0.smithi071.stdout:593: expect (ObjNum 187 snap 49 seq_num 187) 2024-09-13T14:23:10.130 INFO:tasks.rados.rados.0.smithi071.stdout:594: finishing write tid 1 to smithi07185159-26 2024-09-13T14:23:10.130 INFO:tasks.rados.rados.0.smithi071.stdout:594: finishing write tid 2 to smithi07185159-26 2024-09-13T14:23:10.130 INFO:tasks.rados.rados.0.smithi071.stdout:594: finishing write tid 3 to smithi07185159-26 2024-09-13T14:23:10.130 INFO:tasks.rados.rados.0.smithi071.stdout:594: finishing write tid 4 to smithi07185159-26 2024-09-13T14:23:10.130 INFO:tasks.rados.rados.0.smithi071.stdout:594: oid 26 updating version 0 to 111 2024-09-13T14:23:10.130 INFO:tasks.rados.rados.0.smithi071.stdout:594: oid 26 updating version 111 to 113 2024-09-13T14:23:10.131 INFO:tasks.rados.rados.0.smithi071.stdout:594: oid 26 version 113 is already newer than 112 2024-09-13T14:23:10.131 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 26 v 113 (ObjNum 257 snap 79 seq_num 257) dirty exists 2024-09-13T14:23:10.131 INFO:tasks.rados.rados.0.smithi071.stdout:594: left oid 26 (ObjNum 257 snap 79 seq_num 257) 2024-09-13T14:23:10.865 INFO:tasks.rados.rados.0.smithi071.stdout:591: done (3 left) 2024-09-13T14:23:10.865 INFO:tasks.rados.rados.0.smithi071.stdout:593: done (2 left) 2024-09-13T14:23:10.865 INFO:tasks.rados.rados.0.smithi071.stdout:594: done (1 left) 2024-09-13T14:23:10.865 INFO:tasks.rados.rados.0.smithi071.stdout:595: done (0 left) 2024-09-13T14:23:10.865 INFO:tasks.rados.rados.0.smithi071.stdout:596: snap_create 2024-09-13T14:23:11.002 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:10 smithi104 ceph-mon[33426]: osdmap e218: 8 total, 8 up, 8 in 2024-09-13T14:23:11.002 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:10 smithi104 ceph-mon[33426]: pgmap v9: 89 pgs: 89 active+clean; 212 MiB data, 657 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:23:11.002 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:10 smithi104 ceph-mon[33426]: mgrmap e30: y(active, since 4s) 2024-09-13T14:23:11.002 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:10 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:11.002 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:10 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:11.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:10 smithi071 ceph-mon[41109]: osdmap e218: 8 total, 8 up, 8 in 2024-09-13T14:23:11.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:10 smithi071 ceph-mon[41109]: pgmap v9: 89 pgs: 89 active+clean; 212 MiB data, 657 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:23:11.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:10 smithi071 ceph-mon[41109]: mgrmap e30: y(active, since 4s) 2024-09-13T14:23:11.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:10 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:11.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:10 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:11.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:10 smithi071 ceph-mon[29588]: osdmap e218: 8 total, 8 up, 8 in 2024-09-13T14:23:11.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:10 smithi071 ceph-mon[29588]: pgmap v9: 89 pgs: 89 active+clean; 212 MiB data, 657 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:23:11.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:10 smithi071 ceph-mon[29588]: mgrmap e30: y(active, since 4s) 2024-09-13T14:23:11.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:10 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:11.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:10 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:11.672 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:23:11 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[69628]: [13/Sep/2024:14:23:11] ENGINE Bus STARTING 2024-09-13T14:23:11.672 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:23:11 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[69628]: CherryPy Checker: 2024-09-13T14:23:11.672 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:23:11 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[69628]: The Application mounted at '' has an empty config. 2024-09-13T14:23:11.672 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:23:11 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[69628]: 2024-09-13T14:23:11.672 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:23:11 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[69628]: [13/Sep/2024:14:23:11] ENGINE Serving on http://:::9283 2024-09-13T14:23:11.672 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:23:11 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[69628]: [13/Sep/2024:14:23:11] ENGINE Bus STARTED 2024-09-13T14:23:11.878 INFO:tasks.rados.rados.0.smithi071.stdout:596: done (0 left) 2024-09-13T14:23:11.878 INFO:tasks.rados.rados.0.smithi071.stdout:597: read oid 13 snap -1 2024-09-13T14:23:11.879 INFO:tasks.rados.rados.0.smithi071.stdout:597: expect (ObjNum 142 snap 34 seq_num 142) 2024-09-13T14:23:11.879 INFO:tasks.rados.rados.0.smithi071.stdout:598: snap_remove snap 35 2024-09-13T14:23:12.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:11 smithi071 ceph-mon[29588]: osdmap e219: 8 total, 8 up, 8 in 2024-09-13T14:23:12.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:11 smithi071 ceph-mon[29588]: Standby manager daemon x started 2024-09-13T14:23:12.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:11 smithi071 ceph-mon[29588]: from='mgr.? 172.21.15.104:0/1779302874' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-13T14:23:12.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:11 smithi071 ceph-mon[29588]: from='mgr.? 172.21.15.104:0/1779302874' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-13T14:23:12.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:11 smithi071 ceph-mon[29588]: from='mgr.? 172.21.15.104:0/1779302874' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-13T14:23:12.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:11 smithi071 ceph-mon[29588]: from='mgr.? 172.21.15.104:0/1779302874' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-13T14:23:12.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:11 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:12.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:11 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:12.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:11 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:12.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:11 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:12.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:11 smithi071 ceph-mon[41109]: osdmap e219: 8 total, 8 up, 8 in 2024-09-13T14:23:12.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:11 smithi071 ceph-mon[41109]: Standby manager daemon x started 2024-09-13T14:23:12.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:11 smithi071 ceph-mon[41109]: from='mgr.? 172.21.15.104:0/1779302874' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-13T14:23:12.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:11 smithi071 ceph-mon[41109]: from='mgr.? 172.21.15.104:0/1779302874' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-13T14:23:12.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:11 smithi071 ceph-mon[41109]: from='mgr.? 172.21.15.104:0/1779302874' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-13T14:23:12.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:11 smithi071 ceph-mon[41109]: from='mgr.? 172.21.15.104:0/1779302874' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-13T14:23:12.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:11 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:12.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:11 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:12.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:11 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:12.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:11 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:12.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:11 smithi104 ceph-mon[33426]: osdmap e219: 8 total, 8 up, 8 in 2024-09-13T14:23:12.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:11 smithi104 ceph-mon[33426]: Standby manager daemon x started 2024-09-13T14:23:12.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:11 smithi104 ceph-mon[33426]: from='mgr.? 172.21.15.104:0/1779302874' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-13T14:23:12.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:11 smithi104 ceph-mon[33426]: from='mgr.? 172.21.15.104:0/1779302874' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-13T14:23:12.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:11 smithi104 ceph-mon[33426]: from='mgr.? 172.21.15.104:0/1779302874' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-13T14:23:12.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:11 smithi104 ceph-mon[33426]: from='mgr.? 172.21.15.104:0/1779302874' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-13T14:23:12.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:11 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:12.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:11 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:12.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:11 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:12.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:11 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:12.880 INFO:tasks.rados.rados.0.smithi071.stdout:598: done (1 left) 2024-09-13T14:23:12.880 INFO:tasks.rados.rados.0.smithi071.stdout:599: write oid 12 current snap is 81 2024-09-13T14:23:12.880 INFO:tasks.rados.rados.0.smithi071.stdout:599: seq_num 258 ranges {736206=453891,1881413=454793} 2024-09-13T14:23:12.885 INFO:tasks.rados.rados.0.smithi071.stdout:599: writing smithi07185159-12 from 736206 to 1190097 tid 1 2024-09-13T14:23:12.892 INFO:tasks.rados.rados.0.smithi071.stdout:599: writing smithi07185159-12 from 1881413 to 2336206 tid 2 2024-09-13T14:23:12.893 INFO:tasks.rados.rados.0.smithi071.stdout:600: read oid 41 snap 40 2024-09-13T14:23:12.893 INFO:tasks.rados.rados.0.smithi071.stdout:600: expect (ObjNum 73 snap 9 seq_num 73) 2024-09-13T14:23:12.893 INFO:tasks.rados.rados.0.smithi071.stdout:597: expect (ObjNum 142 snap 34 seq_num 142) 2024-09-13T14:23:13.002 INFO:tasks.rados.rados.0.smithi071.stdout:599: finishing write tid 1 to smithi07185159-12 2024-09-13T14:23:13.002 INFO:tasks.rados.rados.0.smithi071.stdout:599: finishing write tid 2 to smithi07185159-12 2024-09-13T14:23:13.002 INFO:tasks.rados.rados.0.smithi071.stdout:599: finishing write tid 3 to smithi07185159-12 2024-09-13T14:23:13.002 INFO:tasks.rados.rados.0.smithi071.stdout:597: done (2 left) 2024-09-13T14:23:13.002 INFO:tasks.rados.rados.0.smithi071.stdout:601: write oid 17 current snap is 81 2024-09-13T14:23:13.002 INFO:tasks.rados.rados.0.smithi071.stdout:599: finishing write tid 4 to smithi07185159-12 2024-09-13T14:23:13.002 INFO:tasks.rados.rados.0.smithi071.stdout:599: oid 12 updating version 0 to 85 2024-09-13T14:23:13.002 INFO:tasks.rados.rados.0.smithi071.stdout:599: oid 12 version 85 is already newer than 84 2024-09-13T14:23:13.002 INFO:tasks.rados.rados.0.smithi071.stdout:599: oid 12 version 85 is already newer than 83 2024-09-13T14:23:13.002 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 12 v 85 (ObjNum 258 snap 81 seq_num 258) dirty exists 2024-09-13T14:23:13.002 INFO:tasks.rados.rados.0.smithi071.stdout:599: left oid 12 (ObjNum 258 snap 81 seq_num 258) 2024-09-13T14:23:13.003 INFO:tasks.rados.rados.0.smithi071.stdout:600: expect (ObjNum 73 snap 9 seq_num 73) 2024-09-13T14:23:13.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:12 smithi071 ceph-mon[41109]: osdmap e220: 8 total, 8 up, 8 in 2024-09-13T14:23:13.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:12 smithi071 ceph-mon[41109]: mgrmap e31: y(active, since 5s), standbys: x 2024-09-13T14:23:13.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:12 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-13T14:23:13.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:12 smithi071 ceph-mon[41109]: pgmap v12: 89 pgs: 89 active+clean; 212 MiB data, 657 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:23:13.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:12 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:13.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:12 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:13.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:12 smithi071 ceph-mon[29588]: osdmap e220: 8 total, 8 up, 8 in 2024-09-13T14:23:13.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:12 smithi071 ceph-mon[29588]: mgrmap e31: y(active, since 5s), standbys: x 2024-09-13T14:23:13.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:12 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-13T14:23:13.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:12 smithi071 ceph-mon[29588]: pgmap v12: 89 pgs: 89 active+clean; 212 MiB data, 657 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:23:13.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:12 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:13.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:12 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:13.142 INFO:tasks.rados.rados.0.smithi071.stdout:601: seq_num 259 ranges {753013=645493,2056248=296765} 2024-09-13T14:23:13.148 INFO:tasks.rados.rados.0.smithi071.stdout:601: writing smithi07185159-17 from 753013 to 1398506 tid 1 2024-09-13T14:23:13.153 INFO:tasks.rados.rados.0.smithi071.stdout:601: writing smithi07185159-17 from 2056248 to 2353013 tid 2 2024-09-13T14:23:13.153 INFO:tasks.rados.rados.0.smithi071.stdout:599: done (2 left) 2024-09-13T14:23:13.154 INFO:tasks.rados.rados.0.smithi071.stdout:600: done (1 left) 2024-09-13T14:23:13.154 INFO:tasks.rados.rados.0.smithi071.stdout:602: delete oid 42 current snap is 81 2024-09-13T14:23:13.154 INFO:tasks.rados.rados.0.smithi071.stdout:601: finishing write tid 1 to smithi07185159-17 2024-09-13T14:23:13.155 INFO:tasks.rados.rados.0.smithi071.stdout:602: done (1 left) 2024-09-13T14:23:13.155 INFO:tasks.rados.rados.0.smithi071.stdout:603: snap_remove snap 71 2024-09-13T14:23:13.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:12 smithi104 ceph-mon[33426]: osdmap e220: 8 total, 8 up, 8 in 2024-09-13T14:23:13.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:12 smithi104 ceph-mon[33426]: mgrmap e31: y(active, since 5s), standbys: x 2024-09-13T14:23:13.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:12 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-13T14:23:13.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:12 smithi104 ceph-mon[33426]: pgmap v12: 89 pgs: 89 active+clean; 212 MiB data, 657 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:23:13.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:12 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:13.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:12 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:13.891 INFO:tasks.rados.rados.0.smithi071.stdout:601: finishing write tid 2 to smithi07185159-17 2024-09-13T14:23:13.891 INFO:tasks.rados.rados.0.smithi071.stdout:601: finishing write tid 3 to smithi07185159-17 2024-09-13T14:23:13.891 INFO:tasks.rados.rados.0.smithi071.stdout:601: finishing write tid 4 to smithi07185159-17 2024-09-13T14:23:13.892 INFO:tasks.rados.rados.0.smithi071.stdout:601: oid 17 updating version 0 to 183 2024-09-13T14:23:13.892 INFO:tasks.rados.rados.0.smithi071.stdout:601: oid 17 version 183 is already newer than 182 2024-09-13T14:23:13.892 INFO:tasks.rados.rados.0.smithi071.stdout:601: oid 17 version 183 is already newer than 181 2024-09-13T14:23:13.892 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 17 v 183 (ObjNum 259 snap 81 seq_num 259) dirty exists 2024-09-13T14:23:13.892 INFO:tasks.rados.rados.0.smithi071.stdout:601: left oid 17 (ObjNum 259 snap 81 seq_num 259) 2024-09-13T14:23:13.892 INFO:tasks.rados.rados.0.smithi071.stdout:601: done (1 left) 2024-09-13T14:23:13.892 INFO:tasks.rados.rados.0.smithi071.stdout:603: done (0 left) 2024-09-13T14:23:13.892 INFO:tasks.rados.rados.0.smithi071.stdout:604: snap_create 2024-09-13T14:23:14.130 INFO:teuthology.orchestra.run.smithi071.stdout:true 2024-09-13T14:23:14.131 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:13 smithi071 ceph-mon[29588]: osdmap e221: 8 total, 8 up, 8 in 2024-09-13T14:23:14.131 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:13 smithi071 ceph-mon[41109]: osdmap e221: 8 total, 8 up, 8 in 2024-09-13T14:23:14.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:13 smithi104 ceph-mon[33426]: osdmap e221: 8 total, 8 up, 8 in 2024-09-13T14:23:14.694 INFO:teuthology.orchestra.run.smithi071.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-13T14:23:14.694 INFO:teuthology.orchestra.run.smithi071.stdout:alertmanager.a smithi071 *:9093,9094 running (3m) 3s ago 4m 28.0M - 0.25.0 c8568f914cd2 899307b1c0a9 2024-09-13T14:23:14.694 INFO:teuthology.orchestra.run.smithi071.stdout:grafana.a smithi104 *:3000 running (4m) 3s ago 4m 90.4M - 9.4.7 954c08fa6188 d4649d095d6e 2024-09-13T14:23:14.694 INFO:teuthology.orchestra.run.smithi071.stdout:mds.foo.smithi071.awdchm smithi071 running (3m) 3s ago 3m 19.3M - 18.2.4-843-g2c01458a c129f5a2fd4e 3a46cf5b0e24 2024-09-13T14:23:14.694 INFO:teuthology.orchestra.run.smithi071.stdout:mds.foo.smithi104.uecrqj smithi104 running (3m) 3s ago 3m 14.2M - 18.2.4-843-g2c01458a c129f5a2fd4e 3d72a892eecb 2024-09-13T14:23:14.695 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.x smithi104 *:8443,9283,8765 running (58s) 3s ago 8m 128M - 19.3.0-4697-gd58f7306 fec07016a2b0 94e439038a66 2024-09-13T14:23:14.695 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.y smithi071 *:8443,9283,8765 running (17s) 3s ago 10m 490M - 19.3.0-4697-gd58f7306 fec07016a2b0 f93807043c77 2024-09-13T14:23:14.695 INFO:teuthology.orchestra.run.smithi071.stdout:mon.a smithi071 running (10m) 3s ago 10m 56.7M 2048M 18.2.4-843-g2c01458a c129f5a2fd4e 03dc48b4bc43 2024-09-13T14:23:14.695 INFO:teuthology.orchestra.run.smithi071.stdout:mon.b smithi104 running (9m) 3s ago 9m 46.5M 2048M 18.2.4-843-g2c01458a c129f5a2fd4e ecd51e95c619 2024-09-13T14:23:14.695 INFO:teuthology.orchestra.run.smithi071.stdout:mon.c smithi071 running (9m) 3s ago 9m 44.2M 2048M 18.2.4-843-g2c01458a c129f5a2fd4e 41b61ccb60e8 2024-09-13T14:23:14.695 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.a smithi071 *:9100 running (4m) 3s ago 4m 16.6M - 1.5.0 0da6a335fe13 1385c63561be 2024-09-13T14:23:14.696 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.b smithi104 *:9100 running (4m) 3s ago 4m 15.8M - 1.5.0 0da6a335fe13 04ef970b0f2d 2024-09-13T14:23:14.696 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0 smithi071 running (8m) 3s ago 8m 75.6M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 4620af289781 2024-09-13T14:23:14.696 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1 smithi071 running (8m) 3s ago 8m 65.0M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 6219ea84d5da 2024-09-13T14:23:14.696 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2 smithi071 running (7m) 3s ago 7m 88.5M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e dbb670583d0d 2024-09-13T14:23:14.696 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3 smithi071 running (7m) 3s ago 7m 60.9M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 3859c11423d8 2024-09-13T14:23:14.696 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4 smithi104 running (6m) 3s ago 6m 75.7M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 7641d6ca037c 2024-09-13T14:23:14.696 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5 smithi104 running (6m) 3s ago 6m 78.0M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e d171c1dc9aca 2024-09-13T14:23:14.697 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6 smithi104 running (6m) 3s ago 6m 71.0M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 7cd98596a2db 2024-09-13T14:23:14.697 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7 smithi104 running (5m) 3s ago 5m 72.9M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e c0657150d5d6 2024-09-13T14:23:14.697 INFO:teuthology.orchestra.run.smithi071.stdout:prometheus.a smithi104 *:9095 running (22s) 3s ago 5m 35.9M - 2.43.0 a07b618ecd1d 85c5a8e6fc2b 2024-09-13T14:23:14.894 INFO:tasks.rados.rados.0.smithi071.stdout:604: done (0 left) 2024-09-13T14:23:14.895 INFO:tasks.rados.rados.0.smithi071.stdout:605: write oid 46 current snap is 82 2024-09-13T14:23:14.895 INFO:tasks.rados.rados.0.smithi071.stdout:605: seq_num 261 ranges {786627=795991,2173212=213415} 2024-09-13T14:23:14.903 INFO:tasks.rados.rados.0.smithi071.stdout:605: writing smithi07185159-46 from 786627 to 1582618 tid 1 2024-09-13T14:23:14.908 INFO:tasks.rados.rados.0.smithi071.stdout:605: writing smithi07185159-46 from 2173212 to 2386627 tid 2 2024-09-13T14:23:14.908 INFO:tasks.rados.rados.0.smithi071.stdout:606: read oid 50 snap -1 2024-09-13T14:23:14.908 INFO:tasks.rados.rados.0.smithi071.stdout:606: expect (ObjNum 225 snap 66 seq_num 225) 2024-09-13T14:23:14.908 INFO:tasks.rados.rados.0.smithi071.stdout:607: delete oid 4 current snap is 82 2024-09-13T14:23:14.911 INFO:tasks.rados.rados.0.smithi071.stdout:605: finishing write tid 1 to smithi07185159-46 2024-09-13T14:23:14.911 INFO:tasks.rados.rados.0.smithi071.stdout:607: done (2 left) 2024-09-13T14:23:14.912 INFO:tasks.rados.rados.0.smithi071.stdout:608: write oid 27 current snap is 82 2024-09-13T14:23:14.912 INFO:tasks.rados.rados.0.smithi071.stdout:608: seq_num 263 ranges {420241=546489,1373823=544414} 2024-09-13T14:23:14.918 INFO:tasks.rados.rados.0.smithi071.stdout:608: writing smithi07185159-27 from 420241 to 966730 tid 1 2024-09-13T14:23:14.923 INFO:tasks.rados.rados.0.smithi071.stdout:608: writing smithi07185159-27 from 1373823 to 1918237 tid 2 2024-09-13T14:23:14.923 INFO:tasks.rados.rados.0.smithi071.stdout:609: write oid 18 current snap is 82 2024-09-13T14:23:14.923 INFO:tasks.rados.rados.0.smithi071.stdout:605: finishing write tid 2 to smithi07185159-46 2024-09-13T14:23:14.924 INFO:tasks.rados.rados.0.smithi071.stdout:609: seq_num 264 ranges {437048=621738,1832305=404425} 2024-09-13T14:23:14.930 INFO:tasks.rados.rados.0.smithi071.stdout:609: writing smithi07185159-18 from 437048 to 1058786 tid 1 2024-09-13T14:23:14.937 INFO:tasks.rados.rados.0.smithi071.stdout:609: writing smithi07185159-18 from 1832305 to 2236730 tid 2 2024-09-13T14:23:14.937 INFO:tasks.rados.rados.0.smithi071.stdout:610: write oid 44 current snap is 82 2024-09-13T14:23:14.937 INFO:tasks.rados.rados.0.smithi071.stdout:605: finishing write tid 3 to smithi07185159-46 2024-09-13T14:23:14.937 INFO:tasks.rados.rados.0.smithi071.stdout:605: finishing write tid 4 to smithi07185159-46 2024-09-13T14:23:14.937 INFO:tasks.rados.rados.0.smithi071.stdout:605: oid 46 updating version 0 to 261 2024-09-13T14:23:14.937 INFO:tasks.rados.rados.0.smithi071.stdout:605: oid 46 version 261 is already newer than 260 2024-09-13T14:23:14.938 INFO:tasks.rados.rados.0.smithi071.stdout:605: oid 46 updating version 261 to 262 2024-09-13T14:23:14.938 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 46 v 262 (ObjNum 261 snap 82 seq_num 261) dirty exists 2024-09-13T14:23:14.938 INFO:tasks.rados.rados.0.smithi071.stdout:605: left oid 46 (ObjNum 261 snap 82 seq_num 261) 2024-09-13T14:23:14.938 INFO:tasks.rados.rados.0.smithi071.stdout:608: finishing write tid 1 to smithi07185159-27 2024-09-13T14:23:14.938 INFO:tasks.rados.rados.0.smithi071.stdout:610: seq_num 265 ranges {453855=696987,1890787=548083} 2024-09-13T14:23:14.943 INFO:tasks.rados.rados.0.smithi071.stdout:610: writing smithi07185159-44 from 453855 to 1150842 tid 1 2024-09-13T14:23:14.951 INFO:tasks.rados.rados.0.smithi071.stdout:610: writing smithi07185159-44 from 1890787 to 2438870 tid 2 2024-09-13T14:23:14.951 INFO:tasks.rados.rados.0.smithi071.stdout:605: done (4 left) 2024-09-13T14:23:14.951 INFO:tasks.rados.rados.0.smithi071.stdout:611: snap_create 2024-09-13T14:23:14.951 INFO:tasks.rados.rados.0.smithi071.stdout:606: expect (ObjNum 225 snap 66 seq_num 225) 2024-09-13T14:23:15.083 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:23:15.083 INFO:teuthology.orchestra.run.smithi071.stdout: "mon": { 2024-09-13T14:23:15.083 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)": 3 2024-09-13T14:23:15.083 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:23:15.083 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr": { 2024-09-13T14:23:15.084 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 19.3.0-4697-gd58f7306 (d58f73069a8157a9ace12a0247ee3e8497707ea9) squid (dev)": 2 2024-09-13T14:23:15.084 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:23:15.084 INFO:teuthology.orchestra.run.smithi071.stdout: "osd": { 2024-09-13T14:23:15.084 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)": 8 2024-09-13T14:23:15.084 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:23:15.084 INFO:teuthology.orchestra.run.smithi071.stdout: "mds": { 2024-09-13T14:23:15.084 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)": 2 2024-09-13T14:23:15.084 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:23:15.084 INFO:teuthology.orchestra.run.smithi071.stdout: "overall": { 2024-09-13T14:23:15.084 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)": 13, 2024-09-13T14:23:15.084 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 19.3.0-4697-gd58f7306 (d58f73069a8157a9ace12a0247ee3e8497707ea9) squid (dev)": 2 2024-09-13T14:23:15.084 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:23:15.084 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:23:15.085 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:14 smithi071 ceph-mon[29588]: osdmap e222: 8 total, 8 up, 8 in 2024-09-13T14:23:15.085 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:14 smithi071 ceph-mon[29588]: pgmap v15: 89 pgs: 89 active+clean; 221 MiB data, 675 MiB used, 715 GiB / 715 GiB avail; 9.9 MiB/s rd, 1.2 MiB/s wr, 33 op/s 2024-09-13T14:23:15.085 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:14 smithi071 ceph-mon[29588]: from='client.24887 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:23:15.085 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:14 smithi071 ceph-mon[29588]: from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:23:15.085 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:14 smithi071 ceph-mon[29588]: from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:23:15.085 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:14 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:15.085 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:14 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:15.085 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:14 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:23:15.085 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:14 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:23:15.086 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:14 smithi071 ceph-mon[41109]: osdmap e222: 8 total, 8 up, 8 in 2024-09-13T14:23:15.086 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:14 smithi071 ceph-mon[41109]: pgmap v15: 89 pgs: 89 active+clean; 221 MiB data, 675 MiB used, 715 GiB / 715 GiB avail; 9.9 MiB/s rd, 1.2 MiB/s wr, 33 op/s 2024-09-13T14:23:15.086 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:14 smithi071 ceph-mon[41109]: from='client.24887 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:23:15.086 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:14 smithi071 ceph-mon[41109]: from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:23:15.086 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:14 smithi071 ceph-mon[41109]: from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:23:15.086 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:14 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:15.086 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:14 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:15.086 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:14 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:23:15.086 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:14 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:23:15.169 INFO:tasks.rados.rados.0.smithi071.stdout:608: finishing write tid 2 to smithi07185159-27 2024-09-13T14:23:15.169 INFO:tasks.rados.rados.0.smithi071.stdout:608: finishing write tid 3 to smithi07185159-27 2024-09-13T14:23:15.169 INFO:tasks.rados.rados.0.smithi071.stdout:608: finishing write tid 4 to smithi07185159-27 2024-09-13T14:23:15.169 INFO:tasks.rados.rados.0.smithi071.stdout:608: oid 27 updating version 0 to 264 2024-09-13T14:23:15.169 INFO:tasks.rados.rados.0.smithi071.stdout:608: oid 27 updating version 264 to 266 2024-09-13T14:23:15.169 INFO:tasks.rados.rados.0.smithi071.stdout:608: oid 27 version 266 is already newer than 265 2024-09-13T14:23:15.169 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 27 v 266 (ObjNum 263 snap 82 seq_num 263) dirty exists 2024-09-13T14:23:15.170 INFO:tasks.rados.rados.0.smithi071.stdout:608: left oid 27 (ObjNum 263 snap 82 seq_num 263) 2024-09-13T14:23:15.170 INFO:tasks.rados.rados.0.smithi071.stdout:609: finishing write tid 1 to smithi07185159-18 2024-09-13T14:23:15.170 INFO:tasks.rados.rados.0.smithi071.stdout:609: finishing write tid 2 to smithi07185159-18 2024-09-13T14:23:15.170 INFO:tasks.rados.rados.0.smithi071.stdout:609: finishing write tid 3 to smithi07185159-18 2024-09-13T14:23:15.170 INFO:tasks.rados.rados.0.smithi071.stdout:609: finishing write tid 4 to smithi07185159-18 2024-09-13T14:23:15.170 INFO:tasks.rados.rados.0.smithi071.stdout:609: oid 18 updating version 0 to 556 2024-09-13T14:23:15.170 INFO:tasks.rados.rados.0.smithi071.stdout:609: oid 18 updating version 556 to 557 2024-09-13T14:23:15.170 INFO:tasks.rados.rados.0.smithi071.stdout:609: oid 18 updating version 557 to 558 2024-09-13T14:23:15.170 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 18 v 558 (ObjNum 264 snap 82 seq_num 264) dirty exists 2024-09-13T14:23:15.170 INFO:tasks.rados.rados.0.smithi071.stdout:609: left oid 18 (ObjNum 264 snap 82 seq_num 264) 2024-09-13T14:23:15.170 INFO:tasks.rados.rados.0.smithi071.stdout:610: finishing write tid 1 to smithi07185159-44 2024-09-13T14:23:15.170 INFO:tasks.rados.rados.0.smithi071.stdout:610: finishing write tid 2 to smithi07185159-44 2024-09-13T14:23:15.170 INFO:tasks.rados.rados.0.smithi071.stdout:610: finishing write tid 3 to smithi07185159-44 2024-09-13T14:23:15.171 INFO:tasks.rados.rados.0.smithi071.stdout:610: finishing write tid 4 to smithi07185159-44 2024-09-13T14:23:15.171 INFO:tasks.rados.rados.0.smithi071.stdout:610: oid 44 updating version 0 to 280 2024-09-13T14:23:15.171 INFO:tasks.rados.rados.0.smithi071.stdout:610: oid 44 updating version 280 to 281 2024-09-13T14:23:15.171 INFO:tasks.rados.rados.0.smithi071.stdout:610: oid 44 updating version 281 to 282 2024-09-13T14:23:15.171 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 44 v 282 (ObjNum 265 snap 82 seq_num 265) dirty exists 2024-09-13T14:23:15.171 INFO:tasks.rados.rados.0.smithi071.stdout:610: left oid 44 (ObjNum 265 snap 82 seq_num 265) 2024-09-13T14:23:15.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:14 smithi104 ceph-mon[33426]: osdmap e222: 8 total, 8 up, 8 in 2024-09-13T14:23:15.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:14 smithi104 ceph-mon[33426]: pgmap v15: 89 pgs: 89 active+clean; 221 MiB data, 675 MiB used, 715 GiB / 715 GiB avail; 9.9 MiB/s rd, 1.2 MiB/s wr, 33 op/s 2024-09-13T14:23:15.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:14 smithi104 ceph-mon[33426]: from='client.24887 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:23:15.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:14 smithi104 ceph-mon[33426]: from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:23:15.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:14 smithi104 ceph-mon[33426]: from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:23:15.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:14 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:15.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:14 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:15.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:14 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:23:15.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:14 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:23:15.427 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:23:15.427 INFO:teuthology.orchestra.run.smithi071.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f", 2024-09-13T14:23:15.428 INFO:teuthology.orchestra.run.smithi071.stdout: "in_progress": true, 2024-09-13T14:23:15.428 INFO:teuthology.orchestra.run.smithi071.stdout: "which": "Upgrading daemons of type(s) mgr", 2024-09-13T14:23:15.428 INFO:teuthology.orchestra.run.smithi071.stdout: "services_complete": [ 2024-09-13T14:23:15.428 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr" 2024-09-13T14:23:15.428 INFO:teuthology.orchestra.run.smithi071.stdout: ], 2024-09-13T14:23:15.428 INFO:teuthology.orchestra.run.smithi071.stdout: "progress": "2/2 daemons upgraded", 2024-09-13T14:23:15.428 INFO:teuthology.orchestra.run.smithi071.stdout: "message": "", 2024-09-13T14:23:15.428 INFO:teuthology.orchestra.run.smithi071.stdout: "is_paused": false 2024-09-13T14:23:15.428 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:23:15.897 INFO:tasks.rados.rados.0.smithi071.stdout:606: done (4 left) 2024-09-13T14:23:15.897 INFO:tasks.rados.rados.0.smithi071.stdout:608: done (3 left) 2024-09-13T14:23:15.897 INFO:tasks.rados.rados.0.smithi071.stdout:609: done (2 left) 2024-09-13T14:23:15.897 INFO:tasks.rados.rados.0.smithi071.stdout:610: done (1 left) 2024-09-13T14:23:15.897 INFO:tasks.rados.rados.0.smithi071.stdout:611: done (0 left) 2024-09-13T14:23:15.898 INFO:tasks.rados.rados.0.smithi071.stdout:612: write oid 25 current snap is 83 2024-09-13T14:23:15.898 INFO:tasks.rados.rados.0.smithi071.stdout:612: seq_num 266 ranges {470662=772236,1832916=408094} 2024-09-13T14:23:15.904 INFO:tasks.rados.rados.0.smithi071.stdout:612: writing smithi07185159-25 from 470662 to 1242898 tid 1 2024-09-13T14:23:15.909 INFO:tasks.rados.rados.0.smithi071.stdout:612: writing smithi07185159-25 from 1832916 to 2241010 tid 2 2024-09-13T14:23:15.909 INFO:tasks.rados.rados.0.smithi071.stdout:613: snap_create 2024-09-13T14:23:15.909 INFO:tasks.rados.rados.0.smithi071.stdout:612: finishing write tid 1 to smithi07185159-25 2024-09-13T14:23:15.912 INFO:tasks.rados.rados.0.smithi071.stdout:612: finishing write tid 2 to smithi07185159-25 2024-09-13T14:23:15.912 INFO:tasks.rados.rados.0.smithi071.stdout:612: finishing write tid 3 to smithi07185159-25 2024-09-13T14:23:15.912 INFO:tasks.rados.rados.0.smithi071.stdout:612: finishing write tid 4 to smithi07185159-25 2024-09-13T14:23:15.912 INFO:tasks.rados.rados.0.smithi071.stdout:612: oid 25 updating version 0 to 270 2024-09-13T14:23:15.912 INFO:tasks.rados.rados.0.smithi071.stdout:612: oid 25 version 270 is already newer than 269 2024-09-13T14:23:15.912 INFO:tasks.rados.rados.0.smithi071.stdout:612: oid 25 version 270 is already newer than 268 2024-09-13T14:23:15.912 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 25 v 270 (ObjNum 266 snap 83 seq_num 266) dirty exists 2024-09-13T14:23:15.912 INFO:tasks.rados.rados.0.smithi071.stdout:612: left oid 25 (ObjNum 266 snap 83 seq_num 266) 2024-09-13T14:23:16.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:15 smithi071 ceph-mon[41109]: Updating smithi071:/etc/ceph/ceph.conf 2024-09-13T14:23:16.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:15 smithi071 ceph-mon[41109]: Updating smithi104:/etc/ceph/ceph.conf 2024-09-13T14:23:16.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:15 smithi071 ceph-mon[41109]: osdmap e223: 8 total, 8 up, 8 in 2024-09-13T14:23:16.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:15 smithi071 ceph-mon[41109]: from='client.? 172.21.15.71:0/3732054559' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:16.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:15 smithi071 ceph-mon[41109]: Updating smithi071:/var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T14:23:16.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:15 smithi071 ceph-mon[41109]: Updating smithi104:/var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T14:23:16.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:15 smithi071 ceph-mon[41109]: Updating smithi071:/etc/ceph/ceph.client.admin.keyring 2024-09-13T14:23:16.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:15 smithi071 ceph-mon[41109]: Updating smithi104:/etc/ceph/ceph.client.admin.keyring 2024-09-13T14:23:16.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:15 smithi071 ceph-mon[41109]: from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:23:16.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:15 smithi071 ceph-mon[41109]: Updating smithi071:/var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T14:23:16.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:15 smithi071 ceph-mon[41109]: Updating smithi104:/var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T14:23:16.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:15 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:16.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:15 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:16.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:15 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:16.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:15 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:16.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:15 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:16.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:15 smithi071 ceph-mon[41109]: Reconfiguring prometheus.a (dependencies changed)... 2024-09-13T14:23:16.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:15 smithi071 ceph-mon[29588]: Updating smithi071:/etc/ceph/ceph.conf 2024-09-13T14:23:16.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:15 smithi071 ceph-mon[29588]: Updating smithi104:/etc/ceph/ceph.conf 2024-09-13T14:23:16.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:15 smithi071 ceph-mon[29588]: osdmap e223: 8 total, 8 up, 8 in 2024-09-13T14:23:16.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:15 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/3732054559' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:16.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:15 smithi071 ceph-mon[29588]: Updating smithi071:/var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T14:23:16.143 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:15 smithi071 ceph-mon[29588]: Updating smithi104:/var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T14:23:16.143 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:15 smithi071 ceph-mon[29588]: Updating smithi071:/etc/ceph/ceph.client.admin.keyring 2024-09-13T14:23:16.143 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:15 smithi071 ceph-mon[29588]: Updating smithi104:/etc/ceph/ceph.client.admin.keyring 2024-09-13T14:23:16.143 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:15 smithi071 ceph-mon[29588]: from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:23:16.143 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:15 smithi071 ceph-mon[29588]: Updating smithi071:/var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T14:23:16.143 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:15 smithi071 ceph-mon[29588]: Updating smithi104:/var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T14:23:16.143 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:15 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:16.143 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:15 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:16.143 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:15 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:16.143 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:15 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:16.143 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:15 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:16.143 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:15 smithi071 ceph-mon[29588]: Reconfiguring prometheus.a (dependencies changed)... 2024-09-13T14:23:16.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:15 smithi104 ceph-mon[33426]: Updating smithi071:/etc/ceph/ceph.conf 2024-09-13T14:23:16.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:15 smithi104 ceph-mon[33426]: Updating smithi104:/etc/ceph/ceph.conf 2024-09-13T14:23:16.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:15 smithi104 ceph-mon[33426]: osdmap e223: 8 total, 8 up, 8 in 2024-09-13T14:23:16.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:15 smithi104 ceph-mon[33426]: from='client.? 172.21.15.71:0/3732054559' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:16.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:15 smithi104 ceph-mon[33426]: Updating smithi071:/var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T14:23:16.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:15 smithi104 ceph-mon[33426]: Updating smithi104:/var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T14:23:16.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:15 smithi104 ceph-mon[33426]: Updating smithi071:/etc/ceph/ceph.client.admin.keyring 2024-09-13T14:23:16.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:15 smithi104 ceph-mon[33426]: Updating smithi104:/etc/ceph/ceph.client.admin.keyring 2024-09-13T14:23:16.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:15 smithi104 ceph-mon[33426]: from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:23:16.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:15 smithi104 ceph-mon[33426]: Updating smithi071:/var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T14:23:16.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:15 smithi104 ceph-mon[33426]: Updating smithi104:/var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T14:23:16.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:15 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:16.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:15 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:16.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:15 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:16.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:15 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:16.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:15 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:16.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:15 smithi104 ceph-mon[33426]: Reconfiguring prometheus.a (dependencies changed)... 2024-09-13T14:23:16.907 INFO:tasks.rados.rados.0.smithi071.stdout:612: done (1 left) 2024-09-13T14:23:16.907 INFO:tasks.rados.rados.0.smithi071.stdout:613: done (0 left) 2024-09-13T14:23:16.907 INFO:tasks.rados.rados.0.smithi071.stdout:614: delete oid 25 current snap is 84 2024-09-13T14:23:16.909 INFO:tasks.rados.rados.0.smithi071.stdout:614: done (0 left) 2024-09-13T14:23:16.909 INFO:tasks.rados.rados.0.smithi071.stdout:615: snap_remove snap 77 2024-09-13T14:23:16.989 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:16 smithi104 ceph-mon[33426]: osdmap e224: 8 total, 8 up, 8 in 2024-09-13T14:23:16.989 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:16 smithi104 ceph-mon[33426]: Reconfiguring daemon prometheus.a on smithi104 2024-09-13T14:23:16.989 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:16 smithi104 ceph-mon[33426]: pgmap v18: 89 pgs: 89 active+clean; 221 MiB data, 675 MiB used, 715 GiB / 715 GiB avail; 9.9 MiB/s rd, 1.2 MiB/s wr, 33 op/s 2024-09-13T14:23:17.343 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:23:17 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[69628]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:23:17] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.43.0" 2024-09-13T14:23:17.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:16 smithi071 ceph-mon[29588]: osdmap e224: 8 total, 8 up, 8 in 2024-09-13T14:23:17.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:16 smithi071 ceph-mon[29588]: Reconfiguring daemon prometheus.a on smithi104 2024-09-13T14:23:17.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:16 smithi071 ceph-mon[29588]: pgmap v18: 89 pgs: 89 active+clean; 221 MiB data, 675 MiB used, 715 GiB / 715 GiB avail; 9.9 MiB/s rd, 1.2 MiB/s wr, 33 op/s 2024-09-13T14:23:17.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:16 smithi071 ceph-mon[41109]: osdmap e224: 8 total, 8 up, 8 in 2024-09-13T14:23:17.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:16 smithi071 ceph-mon[41109]: Reconfiguring daemon prometheus.a on smithi104 2024-09-13T14:23:17.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:16 smithi071 ceph-mon[41109]: pgmap v18: 89 pgs: 89 active+clean; 221 MiB data, 675 MiB used, 715 GiB / 715 GiB avail; 9.9 MiB/s rd, 1.2 MiB/s wr, 33 op/s 2024-09-13T14:23:17.863 INFO:tasks.rados.rados.0.smithi071.stdout:615: done (0 left) 2024-09-13T14:23:17.863 INFO:tasks.rados.rados.0.smithi071.stdout:616: snap_create 2024-09-13T14:23:18.053 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:17 smithi104 ceph-mon[33426]: osdmap e225: 8 total, 8 up, 8 in 2024-09-13T14:23:18.053 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:17 smithi104 ceph-mon[33426]: osdmap e226: 8 total, 8 up, 8 in 2024-09-13T14:23:18.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:17 smithi071 ceph-mon[29588]: osdmap e225: 8 total, 8 up, 8 in 2024-09-13T14:23:18.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:17 smithi071 ceph-mon[29588]: osdmap e226: 8 total, 8 up, 8 in 2024-09-13T14:23:18.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:17 smithi071 ceph-mon[41109]: osdmap e225: 8 total, 8 up, 8 in 2024-09-13T14:23:18.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:17 smithi071 ceph-mon[41109]: osdmap e226: 8 total, 8 up, 8 in 2024-09-13T14:23:18.864 INFO:tasks.rados.rados.0.smithi071.stdout:616: done (0 left) 2024-09-13T14:23:18.864 INFO:tasks.rados.rados.0.smithi071.stdout:617: snap_create 2024-09-13T14:23:19.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:18 smithi104 ceph-mon[33426]: pgmap v21: 89 pgs: 89 active+clean; 221 MiB data, 696 MiB used, 715 GiB / 715 GiB avail; 8.7 MiB/s rd, 1.8 MiB/s wr, 14 op/s 2024-09-13T14:23:19.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:18 smithi104 ceph-mon[33426]: osdmap e227: 8 total, 8 up, 8 in 2024-09-13T14:23:19.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:18 smithi071 ceph-mon[29588]: pgmap v21: 89 pgs: 89 active+clean; 221 MiB data, 696 MiB used, 715 GiB / 715 GiB avail; 8.7 MiB/s rd, 1.8 MiB/s wr, 14 op/s 2024-09-13T14:23:19.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:18 smithi071 ceph-mon[29588]: osdmap e227: 8 total, 8 up, 8 in 2024-09-13T14:23:19.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:18 smithi071 ceph-mon[41109]: pgmap v21: 89 pgs: 89 active+clean; 221 MiB data, 696 MiB used, 715 GiB / 715 GiB avail; 8.7 MiB/s rd, 1.8 MiB/s wr, 14 op/s 2024-09-13T14:23:19.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:18 smithi071 ceph-mon[41109]: osdmap e227: 8 total, 8 up, 8 in 2024-09-13T14:23:19.671 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:23:19 smithi104 systemd[1]: Stopping Ceph prometheus.a for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T14:23:19.863 INFO:tasks.rados.rados.0.smithi071.stdout:617: done (0 left) 2024-09-13T14:23:19.863 INFO:tasks.rados.rados.0.smithi071.stdout:618: write oid 9 current snap is 86 2024-09-13T14:23:19.863 INFO:tasks.rados.rados.0.smithi071.stdout:618: seq_num 268 ranges {504276=639087,1666233=695410} 2024-09-13T14:23:19.869 INFO:tasks.rados.rados.0.smithi071.stdout:618: writing smithi07185159-9 from 504276 to 1143363 tid 1 2024-09-13T14:23:19.876 INFO:tasks.rados.rados.0.smithi071.stdout:618: writing smithi07185159-9 from 1666233 to 2361643 tid 2 2024-09-13T14:23:19.876 INFO:tasks.rados.rados.0.smithi071.stdout:619: write oid 15 current snap is 86 2024-09-13T14:23:19.876 INFO:tasks.rados.rados.0.smithi071.stdout:619: seq_num 269 ranges {521083=714336,1724715=555421} 2024-09-13T14:23:19.883 INFO:tasks.rados.rados.0.smithi071.stdout:619: writing smithi07185159-15 from 521083 to 1235419 tid 1 2024-09-13T14:23:19.890 INFO:tasks.rados.rados.0.smithi071.stdout:619: writing smithi07185159-15 from 1724715 to 2280136 tid 2 2024-09-13T14:23:19.890 INFO:tasks.rados.rados.0.smithi071.stdout:620: read oid 50 snap -1 2024-09-13T14:23:19.890 INFO:tasks.rados.rados.0.smithi071.stdout:620: expect (ObjNum 225 snap 66 seq_num 225) 2024-09-13T14:23:19.890 INFO:tasks.rados.rados.0.smithi071.stdout:621: read oid 47 snap 63 2024-09-13T14:23:19.890 INFO:tasks.rados.rados.0.smithi071.stdout:621: expect deleted 2024-09-13T14:23:19.890 INFO:tasks.rados.rados.0.smithi071.stdout:622: read oid 34 snap -1 2024-09-13T14:23:19.890 INFO:tasks.rados.rados.0.smithi071.stdout:622: expect (ObjNum 230 snap 69 seq_num 230) 2024-09-13T14:23:19.890 INFO:tasks.rados.rados.0.smithi071.stdout:623: write oid 13 current snap is 86 2024-09-13T14:23:19.890 INFO:tasks.rados.rados.0.smithi071.stdout:618: finishing write tid 1 to smithi07185159-9 2024-09-13T14:23:19.890 INFO:tasks.rados.rados.0.smithi071.stdout:618: finishing write tid 2 to smithi07185159-9 2024-09-13T14:23:19.890 INFO:tasks.rados.rados.0.smithi071.stdout:618: finishing write tid 3 to smithi07185159-9 2024-09-13T14:23:19.891 INFO:tasks.rados.rados.0.smithi071.stdout:618: finishing write tid 4 to smithi07185159-9 2024-09-13T14:23:19.891 INFO:tasks.rados.rados.0.smithi071.stdout:618: oid 9 updating version 0 to 97 2024-09-13T14:23:19.891 INFO:tasks.rados.rados.0.smithi071.stdout:618: oid 9 version 97 is already newer than 96 2024-09-13T14:23:19.891 INFO:tasks.rados.rados.0.smithi071.stdout:618: oid 9 updating version 97 to 98 2024-09-13T14:23:19.891 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 9 v 98 (ObjNum 268 snap 86 seq_num 268) dirty exists 2024-09-13T14:23:19.891 INFO:tasks.rados.rados.0.smithi071.stdout:618: left oid 9 (ObjNum 268 snap 86 seq_num 268) 2024-09-13T14:23:19.891 INFO:tasks.rados.rados.0.smithi071.stdout:619: finishing write tid 1 to smithi07185159-15 2024-09-13T14:23:19.891 INFO:tasks.rados.rados.0.smithi071.stdout:623: seq_num 270 ranges {537890=789585,1783197=699079} 2024-09-13T14:23:19.897 INFO:tasks.rados.rados.0.smithi071.stdout:623: writing smithi07185159-13 from 537890 to 1327475 tid 1 2024-09-13T14:23:19.904 INFO:tasks.rados.rados.0.smithi071.stdout:623: writing smithi07185159-13 from 1783197 to 2482276 tid 2 2024-09-13T14:23:19.904 INFO:tasks.rados.rados.0.smithi071.stdout:618: done (5 left) 2024-09-13T14:23:19.904 INFO:tasks.rados.rados.0.smithi071.stdout:624: read oid 12 snap 73 2024-09-13T14:23:19.904 INFO:tasks.rados.rados.0.smithi071.stdout:624: expect (ObjNum 167 snap 43 seq_num 167) 2024-09-13T14:23:19.904 INFO:tasks.rados.rados.0.smithi071.stdout:625: snap_remove snap 36 2024-09-13T14:23:19.947 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:23:19 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[78452]: ts=2024-09-13T14:23:19.673Z caller=main.go:840 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-09-13T14:23:19.947 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:23:19 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[78452]: ts=2024-09-13T14:23:19.673Z caller=main.go:864 level=info msg="Stopping scrape discovery manager..." 2024-09-13T14:23:19.948 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:23:19 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[78452]: ts=2024-09-13T14:23:19.673Z caller=main.go:878 level=info msg="Stopping notify discovery manager..." 2024-09-13T14:23:19.948 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:23:19 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[78452]: ts=2024-09-13T14:23:19.673Z caller=manager.go:988 level=info component="rule manager" msg="Stopping rule manager..." 2024-09-13T14:23:19.948 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:23:19 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[78452]: ts=2024-09-13T14:23:19.673Z caller=main.go:860 level=info msg="Scrape discovery manager stopped" 2024-09-13T14:23:19.948 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:23:19 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[78452]: ts=2024-09-13T14:23:19.673Z caller=main.go:874 level=info msg="Notify discovery manager stopped" 2024-09-13T14:23:19.948 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:23:19 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[78452]: ts=2024-09-13T14:23:19.673Z caller=manager.go:998 level=info component="rule manager" msg="Rule manager stopped" 2024-09-13T14:23:19.948 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:23:19 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[78452]: ts=2024-09-13T14:23:19.673Z caller=main.go:915 level=info msg="Stopping scrape manager..." 2024-09-13T14:23:19.948 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:23:19 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[78452]: ts=2024-09-13T14:23:19.673Z caller=main.go:907 level=info msg="Scrape manager stopped" 2024-09-13T14:23:19.948 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:23:19 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[78452]: ts=2024-09-13T14:23:19.673Z caller=notifier.go:606 level=info component=notifier msg="Stopping notification manager..." 2024-09-13T14:23:19.948 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:23:19 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[78452]: ts=2024-09-13T14:23:19.673Z caller=main.go:1135 level=info msg="Notifier manager stopped" 2024-09-13T14:23:19.948 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:23:19 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[78452]: ts=2024-09-13T14:23:19.674Z caller=main.go:1147 level=info msg="See you next time!" 2024-09-13T14:23:19.948 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:23:19 smithi104 podman[81066]: 2024-09-13 14:23:19.683747472 +0000 UTC m=+0.113340396 container died 85c5a8e6fc2b49d4dbbdde6f5923afd89383852dc9d803246b6d38ceebb074c9 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-13T14:23:20.323 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:23:20 smithi104 podman[81066]: 2024-09-13 14:23:20.063472063 +0000 UTC m=+0.493064989 container cleanup 85c5a8e6fc2b49d4dbbdde6f5923afd89383852dc9d803246b6d38ceebb074c9 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-13T14:23:20.323 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:23:20 smithi104 bash[81066]: ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a 2024-09-13T14:23:20.671 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:23:20 smithi104 podman[81085]: 2024-09-13 14:23:20.322825944 +0000 UTC m=+0.640884306 container remove 85c5a8e6fc2b49d4dbbdde6f5923afd89383852dc9d803246b6d38ceebb074c9 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-13T14:23:20.672 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:23:20 smithi104 systemd[1]: ceph-18f8172c-71da-11ef-bceb-c7b262605968@prometheus.a.service: Deactivated successfully. 2024-09-13T14:23:20.672 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:23:20 smithi104 systemd[1]: Stopped Ceph prometheus.a for 18f8172c-71da-11ef-bceb-c7b262605968. 2024-09-13T14:23:20.672 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:23:20 smithi104 systemd[1]: ceph-18f8172c-71da-11ef-bceb-c7b262605968@prometheus.a.service: Consumed 1.095s CPU time. 2024-09-13T14:23:20.672 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:23:20 smithi104 systemd[1]: Starting Ceph prometheus.a for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T14:23:20.872 INFO:tasks.rados.rados.0.smithi071.stdout:622: expect (ObjNum 230 snap 69 seq_num 230) 2024-09-13T14:23:20.960 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:20 smithi104 ceph-mon[33426]: osdmap e228: 8 total, 8 up, 8 in 2024-09-13T14:23:20.960 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:20 smithi104 ceph-mon[33426]: pgmap v24: 89 pgs: 89 active+clean; 221 MiB data, 696 MiB used, 715 GiB / 715 GiB avail; 8.7 MiB/s rd, 1.8 MiB/s wr, 14 op/s 2024-09-13T14:23:20.960 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:23:20 smithi104 podman[81179]: 2024-09-13 14:23:20.593693322 +0000 UTC m=+0.016917714 image pull a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464 quay.io/prometheus/prometheus:v2.43.0 2024-09-13T14:23:20.960 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:23:20 smithi104 podman[81179]: 2024-09-13 14:23:20.706991565 +0000 UTC m=+0.130215966 container create eeea492b3322fe0b6cd3a403108e53a5d4a03f60f63d81c5fe632f192c4017a8 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-13T14:23:21.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:20 smithi071 ceph-mon[29588]: osdmap e228: 8 total, 8 up, 8 in 2024-09-13T14:23:21.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:20 smithi071 ceph-mon[29588]: pgmap v24: 89 pgs: 89 active+clean; 221 MiB data, 696 MiB used, 715 GiB / 715 GiB avail; 8.7 MiB/s rd, 1.8 MiB/s wr, 14 op/s 2024-09-13T14:23:21.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:20 smithi071 ceph-mon[41109]: osdmap e228: 8 total, 8 up, 8 in 2024-09-13T14:23:21.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:20 smithi071 ceph-mon[41109]: pgmap v24: 89 pgs: 89 active+clean; 221 MiB data, 696 MiB used, 715 GiB / 715 GiB avail; 8.7 MiB/s rd, 1.8 MiB/s wr, 14 op/s 2024-09-13T14:23:21.166 INFO:tasks.rados.rados.0.smithi071.stdout:623: finishing write tid 1 to smithi07185159-13 2024-09-13T14:23:21.166 INFO:tasks.rados.rados.0.smithi071.stdout:619: finishing write tid 2 to smithi07185159-15 2024-09-13T14:23:21.166 INFO:tasks.rados.rados.0.smithi071.stdout:619: finishing write tid 3 to smithi07185159-15 2024-09-13T14:23:21.166 INFO:tasks.rados.rados.0.smithi071.stdout:619: finishing write tid 4 to smithi07185159-15 2024-09-13T14:23:21.166 INFO:tasks.rados.rados.0.smithi071.stdout:619: oid 15 updating version 0 to 562 2024-09-13T14:23:21.167 INFO:tasks.rados.rados.0.smithi071.stdout:619: oid 15 updating version 562 to 563 2024-09-13T14:23:21.167 INFO:tasks.rados.rados.0.smithi071.stdout:619: oid 15 version 563 is already newer than 561 2024-09-13T14:23:21.167 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 15 v 563 (ObjNum 269 snap 86 seq_num 269) dirty exists 2024-09-13T14:23:21.167 INFO:tasks.rados.rados.0.smithi071.stdout:619: left oid 15 (ObjNum 269 snap 86 seq_num 269) 2024-09-13T14:23:21.167 INFO:tasks.rados.rados.0.smithi071.stdout:623: finishing write tid 2 to smithi07185159-13 2024-09-13T14:23:21.167 INFO:tasks.rados.rados.0.smithi071.stdout:623: finishing write tid 3 to smithi07185159-13 2024-09-13T14:23:21.167 INFO:tasks.rados.rados.0.smithi071.stdout:623: finishing write tid 4 to smithi07185159-13 2024-09-13T14:23:21.167 INFO:tasks.rados.rados.0.smithi071.stdout:623: oid 13 updating version 0 to 281 2024-09-13T14:23:21.167 INFO:tasks.rados.rados.0.smithi071.stdout:623: oid 13 updating version 281 to 282 2024-09-13T14:23:21.167 INFO:tasks.rados.rados.0.smithi071.stdout:623: oid 13 version 282 is already newer than 280 2024-09-13T14:23:21.167 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 13 v 282 (ObjNum 270 snap 86 seq_num 270) dirty exists 2024-09-13T14:23:21.167 INFO:tasks.rados.rados.0.smithi071.stdout:623: left oid 13 (ObjNum 270 snap 86 seq_num 270) 2024-09-13T14:23:21.167 INFO:tasks.rados.rados.0.smithi071.stdout:620: expect (ObjNum 225 snap 66 seq_num 225) 2024-09-13T14:23:21.382 INFO:tasks.rados.rados.0.smithi071.stdout:624: expect (ObjNum 167 snap 43 seq_num 167) 2024-09-13T14:23:21.422 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:23:20 smithi104 podman[81179]: 2024-09-13 14:23:20.9596121 +0000 UTC m=+0.382836492 container init eeea492b3322fe0b6cd3a403108e53a5d4a03f60f63d81c5fe632f192c4017a8 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-13T14:23:21.422 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:23:20 smithi104 podman[81179]: 2024-09-13 14:23:20.964453115 +0000 UTC m=+0.387677507 container start eeea492b3322fe0b6cd3a403108e53a5d4a03f60f63d81c5fe632f192c4017a8 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-13T14:23:21.422 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:23:20 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[81193]: ts=2024-09-13T14:23:20.988Z caller=main.go:564 level=info msg="Starting Prometheus Server" mode=server version="(version=2.43.0, branch=HEAD, revision=edfc3bcd025dd6fe296c167a14a216cab1e552ee)" 2024-09-13T14:23:21.423 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:23:20 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[81193]: ts=2024-09-13T14:23:20.988Z 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-09-13T14:23:21.423 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:23:20 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[81193]: ts=2024-09-13T14:23:20.988Z caller=main.go:570 level=info host_details="(Linux 5.14.0-505.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 5 07:54:07 UTC 2024 x86_64 smithi104 (none))" 2024-09-13T14:23:21.423 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:23:20 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[81193]: ts=2024-09-13T14:23:20.988Z caller=main.go:571 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-09-13T14:23:21.423 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:23:20 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[81193]: ts=2024-09-13T14:23:20.988Z caller=main.go:572 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-09-13T14:23:21.423 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:23:20 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[81193]: ts=2024-09-13T14:23:20.989Z caller=web.go:561 level=info component=web msg="Start listening for connections" address=:9095 2024-09-13T14:23:21.423 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:23:20 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[81193]: ts=2024-09-13T14:23:20.990Z caller=main.go:1005 level=info msg="Starting TSDB ..." 2024-09-13T14:23:21.423 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:23:20 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[81193]: ts=2024-09-13T14:23:20.991Z caller=tls_config.go:232 level=info component=web msg="Listening on" address=[::]:9095 2024-09-13T14:23:21.423 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:23:20 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[81193]: ts=2024-09-13T14:23:20.991Z caller=tls_config.go:235 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-09-13T14:23:21.423 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:23:20 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[81193]: ts=2024-09-13T14:23:20.993Z caller=head.go:587 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-09-13T14:23:21.423 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:23:20 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[81193]: ts=2024-09-13T14:23:20.993Z caller=head.go:658 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.569µs 2024-09-13T14:23:21.423 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:23:20 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[81193]: ts=2024-09-13T14:23:20.993Z caller=head.go:664 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-09-13T14:23:21.423 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:23:20 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[81193]: ts=2024-09-13T14:23:20.994Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=3 2024-09-13T14:23:21.424 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:23:21 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[81193]: ts=2024-09-13T14:23:21.002Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=3 2024-09-13T14:23:21.424 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:23:21 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[81193]: ts=2024-09-13T14:23:21.003Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=3 2024-09-13T14:23:21.424 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:23:21 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[81193]: ts=2024-09-13T14:23:21.003Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=3 maxSegment=3 2024-09-13T14:23:21.424 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:23:21 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[81193]: ts=2024-09-13T14:23:21.003Z caller=head.go:772 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=19.836µs wal_replay_duration=10.121421ms wbl_replay_duration=128ns total_replay_duration=10.159051ms 2024-09-13T14:23:21.424 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:23:21 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[81193]: ts=2024-09-13T14:23:21.005Z caller=main.go:1026 level=info fs_type=XFS_SUPER_MAGIC 2024-09-13T14:23:21.424 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:23:21 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[81193]: ts=2024-09-13T14:23:21.005Z caller=main.go:1029 level=info msg="TSDB started" 2024-09-13T14:23:21.424 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:23:21 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[81193]: ts=2024-09-13T14:23:21.005Z caller=main.go:1209 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-13T14:23:21.424 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:23:21 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[81193]: ts=2024-09-13T14:23:21.023Z caller=main.go:1246 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=18.113495ms db_storage=815ns remote_storage=1.017µs web_handler=436ns query_engine=601ns scrape=400.068µs scrape_sd=101.095µs notify=15.995µs notify_sd=15.211µs rules=17.236825ms tracing=5.389µs 2024-09-13T14:23:21.424 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:23:21 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[81193]: ts=2024-09-13T14:23:21.023Z caller=main.go:990 level=info msg="Server is ready to receive web requests." 2024-09-13T14:23:21.424 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:23:21 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[81193]: ts=2024-09-13T14:23:21.023Z caller=manager.go:974 level=info component="rule manager" msg="Starting rule manager..." 2024-09-13T14:23:21.424 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:23:21 smithi104 bash[81179]: eeea492b3322fe0b6cd3a403108e53a5d4a03f60f63d81c5fe632f192c4017a8 2024-09-13T14:23:21.424 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:23:21 smithi104 systemd[1]: Started Ceph prometheus.a for 18f8172c-71da-11ef-bceb-c7b262605968. 2024-09-13T14:23:21.506 INFO:tasks.rados.rados.0.smithi071.stdout:619: done (6 left) 2024-09-13T14:23:21.506 INFO:tasks.rados.rados.0.smithi071.stdout:620: done (5 left) 2024-09-13T14:23:21.506 INFO:tasks.rados.rados.0.smithi071.stdout:621: done (4 left) 2024-09-13T14:23:21.506 INFO:tasks.rados.rados.0.smithi071.stdout:622: done (3 left) 2024-09-13T14:23:21.506 INFO:tasks.rados.rados.0.smithi071.stdout:623: done (2 left) 2024-09-13T14:23:21.506 INFO:tasks.rados.rados.0.smithi071.stdout:624: done (1 left) 2024-09-13T14:23:21.506 INFO:tasks.rados.rados.0.smithi071.stdout:625: done (0 left) 2024-09-13T14:23:21.506 INFO:tasks.rados.rados.0.smithi071.stdout:626: snap_remove snap 74 2024-09-13T14:23:22.083 INFO:tasks.rados.rados.0.smithi071.stdout:626: done (0 left) 2024-09-13T14:23:22.083 INFO:tasks.rados.rados.0.smithi071.stdout:627: rollback oid 34 current snap is 86 2024-09-13T14:23:22.084 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 34 to 83 2024-09-13T14:23:22.084 INFO:tasks.rados.rados.0.smithi071.stdout:628: snap_remove snap 68 2024-09-13T14:23:22.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:21 smithi071 ceph-mon[29588]: osdmap e229: 8 total, 8 up, 8 in 2024-09-13T14:23:22.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:21 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:22.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:21 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:22.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:21 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-13T14:23:22.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:21 smithi071 ceph-mon[29588]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-13T14:23:22.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:21 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:23:22.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:21 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:23:22.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:21 smithi071 ceph-mon[41109]: osdmap e229: 8 total, 8 up, 8 in 2024-09-13T14:23:22.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:21 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:22.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:21 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:22.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:21 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-13T14:23:22.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:21 smithi071 ceph-mon[41109]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-13T14:23:22.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:21 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:23:22.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:21 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:23:22.166 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:21 smithi104 ceph-mon[33426]: osdmap e229: 8 total, 8 up, 8 in 2024-09-13T14:23:22.167 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:21 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:22.167 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:21 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:22.167 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:21 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-13T14:23:22.167 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:21 smithi104 ceph-mon[33426]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-13T14:23:22.167 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:21 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:23:22.167 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:21 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:23:22.868 INFO:tasks.rados.rados.0.smithi071.stdout:628: done (1 left) 2024-09-13T14:23:22.868 INFO:tasks.rados.rados.0.smithi071.stdout:629: read oid 3 snap -1 2024-09-13T14:23:22.868 INFO:tasks.rados.rados.0.smithi071.stdout:629: expect (ObjNum 150 snap 35 seq_num 150) 2024-09-13T14:23:22.868 INFO:tasks.rados.rados.0.smithi071.stdout:630: write oid 13 current snap is 86 2024-09-13T14:23:22.868 INFO:tasks.rados.rados.0.smithi071.stdout:630: seq_num 271 ranges {554697=464834,1725326=559090} 2024-09-13T14:23:22.873 INFO:tasks.rados.rados.0.smithi071.stdout:630: writing smithi07185159-13 from 554697 to 1019531 tid 1 2024-09-13T14:23:22.881 INFO:tasks.rados.rados.0.smithi071.stdout:630: writing smithi07185159-13 from 1725326 to 2284416 tid 2 2024-09-13T14:23:22.881 INFO:tasks.rados.rados.0.smithi071.stdout:631: snap_remove snap 76 2024-09-13T14:23:23.120 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:23 smithi104 ceph-mon[33426]: pgmap v26: 89 pgs: 89 active+clean; 221 MiB data, 696 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:23:23.120 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:23 smithi104 ceph-mon[33426]: osdmap e230: 8 total, 8 up, 8 in 2024-09-13T14:23:23.121 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:23 smithi104 ceph-mon[33426]: Upgrade: Updating mgr.x 2024-09-13T14:23:23.121 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:23 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-13T14:23:23.121 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:23 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-13T14:23:23.121 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:23 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:23:23.121 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:23 smithi104 ceph-mon[33426]: Deploying daemon mgr.x on smithi104 2024-09-13T14:23:23.121 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:23 smithi104 ceph-mon[33426]: osdmap e231: 8 total, 8 up, 8 in 2024-09-13T14:23:23.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:23 smithi071 ceph-mon[29588]: pgmap v26: 89 pgs: 89 active+clean; 221 MiB data, 696 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:23:23.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:23 smithi071 ceph-mon[29588]: osdmap e230: 8 total, 8 up, 8 in 2024-09-13T14:23:23.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:23 smithi071 ceph-mon[29588]: Upgrade: Updating mgr.x 2024-09-13T14:23:23.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:23 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-13T14:23:23.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:23 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-13T14:23:23.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:23 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:23:23.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:23 smithi071 ceph-mon[29588]: Deploying daemon mgr.x on smithi104 2024-09-13T14:23:23.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:23 smithi071 ceph-mon[29588]: osdmap e231: 8 total, 8 up, 8 in 2024-09-13T14:23:23.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:23 smithi071 ceph-mon[41109]: pgmap v26: 89 pgs: 89 active+clean; 221 MiB data, 696 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:23:23.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:23 smithi071 ceph-mon[41109]: osdmap e230: 8 total, 8 up, 8 in 2024-09-13T14:23:23.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:23 smithi071 ceph-mon[41109]: Upgrade: Updating mgr.x 2024-09-13T14:23:23.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:23 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-13T14:23:23.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:23 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-13T14:23:23.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:23 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:23:23.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:23 smithi071 ceph-mon[41109]: Deploying daemon mgr.x on smithi104 2024-09-13T14:23:23.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:23 smithi071 ceph-mon[41109]: osdmap e231: 8 total, 8 up, 8 in 2024-09-13T14:23:23.881 INFO:tasks.rados.rados.0.smithi071.stdout:631: done (3 left) 2024-09-13T14:23:23.881 INFO:tasks.rados.rados.0.smithi071.stdout:632: write oid 35 current snap is 86 2024-09-13T14:23:23.881 INFO:tasks.rados.rados.0.smithi071.stdout:627: finishing rollback tid 0 to smithi07185159-34 2024-09-13T14:23:23.881 INFO:tasks.rados.rados.0.smithi071.stdout:627: finishing rollback tid 1 to smithi07185159-34 2024-09-13T14:23:23.881 INFO:tasks.rados.rados.0.smithi071.stdout:627: finishing rollback tid 2 to smithi07185159-34 2024-09-13T14:23:23.881 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 34 v 85 (ObjNum 230 snap 69 seq_num 230) dirty exists 2024-09-13T14:23:23.881 INFO:tasks.rados.rados.0.smithi071.stdout:630: finishing write tid 1 to smithi07185159-13 2024-09-13T14:23:23.881 INFO:tasks.rados.rados.0.smithi071.stdout:629: expect (ObjNum 150 snap 35 seq_num 150) 2024-09-13T14:23:24.006 INFO:tasks.rados.rados.0.smithi071.stdout:630: finishing write tid 2 to smithi07185159-13 2024-09-13T14:23:24.006 INFO:tasks.rados.rados.0.smithi071.stdout:630: finishing write tid 3 to smithi07185159-13 2024-09-13T14:23:24.006 INFO:tasks.rados.rados.0.smithi071.stdout:630: finishing write tid 4 to smithi07185159-13 2024-09-13T14:23:24.006 INFO:tasks.rados.rados.0.smithi071.stdout:630: oid 13 updating version 0 to 305 2024-09-13T14:23:24.007 INFO:tasks.rados.rados.0.smithi071.stdout:630: oid 13 updating version 305 to 307 2024-09-13T14:23:24.007 INFO:tasks.rados.rados.0.smithi071.stdout:630: oid 13 version 307 is already newer than 306 2024-09-13T14:23:24.007 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 13 v 307 (ObjNum 271 snap 86 seq_num 271) dirty exists 2024-09-13T14:23:24.007 INFO:tasks.rados.rados.0.smithi071.stdout:630: left oid 13 (ObjNum 271 snap 86 seq_num 271) 2024-09-13T14:23:24.007 INFO:tasks.rados.rados.0.smithi071.stdout:632: seq_num 272 ranges {571504=540083,1783808=702748} 2024-09-13T14:23:24.012 INFO:tasks.rados.rados.0.smithi071.stdout:632: writing smithi07185159-35 from 571504 to 1111587 tid 1 2024-09-13T14:23:24.020 INFO:tasks.rados.rados.0.smithi071.stdout:632: writing smithi07185159-35 from 1783808 to 2486556 tid 2 2024-09-13T14:23:24.020 INFO:tasks.rados.rados.0.smithi071.stdout:627: done (3 left) 2024-09-13T14:23:24.020 INFO:tasks.rados.rados.0.smithi071.stdout:629: done (2 left) 2024-09-13T14:23:24.020 INFO:tasks.rados.rados.0.smithi071.stdout:630: done (1 left) 2024-09-13T14:23:24.020 INFO:tasks.rados.rados.0.smithi071.stdout:633: delete oid 45 current snap is 86 2024-09-13T14:23:24.020 INFO:tasks.rados.rados.0.smithi071.stdout:632: finishing write tid 1 to smithi07185159-35 2024-09-13T14:23:24.022 INFO:tasks.rados.rados.0.smithi071.stdout:633: done (1 left) 2024-09-13T14:23:24.022 INFO:tasks.rados.rados.0.smithi071.stdout:634: snap_create 2024-09-13T14:23:24.022 INFO:tasks.rados.rados.0.smithi071.stdout:632: finishing write tid 2 to smithi07185159-35 2024-09-13T14:23:24.023 INFO:tasks.rados.rados.0.smithi071.stdout:632: finishing write tid 3 to smithi07185159-35 2024-09-13T14:23:24.023 INFO:tasks.rados.rados.0.smithi071.stdout:632: finishing write tid 4 to smithi07185159-35 2024-09-13T14:23:24.023 INFO:tasks.rados.rados.0.smithi071.stdout:632: oid 35 updating version 0 to 265 2024-09-13T14:23:24.023 INFO:tasks.rados.rados.0.smithi071.stdout:632: oid 35 version 265 is already newer than 263 2024-09-13T14:23:24.023 INFO:tasks.rados.rados.0.smithi071.stdout:632: oid 35 version 265 is already newer than 264 2024-09-13T14:23:24.023 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 35 v 265 (ObjNum 272 snap 86 seq_num 272) dirty exists 2024-09-13T14:23:24.023 INFO:tasks.rados.rados.0.smithi071.stdout:632: left oid 35 (ObjNum 272 snap 86 seq_num 272) 2024-09-13T14:23:24.352 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:23:24 smithi104 systemd[1]: Stopping Ceph mgr.x for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T14:23:24.879 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:23:24 smithi104 podman[81583]: 2024-09-13 14:23:24.618891317 +0000 UTC m=+0.123836984 container died 94e439038a66b933fa857c2118566b6b1a46dd020bbb13cbda3f3b18ce22efa8 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x, CEPH_POINT_RELEASE=, RELEASE=wip-aclamk-cbt-combined-d58f730, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD) 2024-09-13T14:23:24.892 INFO:tasks.rados.rados.0.smithi071.stdout:632: done (1 left) 2024-09-13T14:23:24.892 INFO:tasks.rados.rados.0.smithi071.stdout:634: done (0 left) 2024-09-13T14:23:24.892 INFO:tasks.rados.rados.0.smithi071.stdout:635: rollback oid 19 current snap is 87 2024-09-13T14:23:24.892 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 19 to 83 2024-09-13T14:23:24.892 INFO:tasks.rados.rados.0.smithi071.stdout:636: rollback oid 6 current snap is 87 2024-09-13T14:23:24.893 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 6 to 84 2024-09-13T14:23:24.893 INFO:tasks.rados.rados.0.smithi071.stdout:637: snap_remove snap 43 2024-09-13T14:23:25.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:24 smithi071 ceph-mon[29588]: osdmap e232: 8 total, 8 up, 8 in 2024-09-13T14:23:25.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:24 smithi071 ceph-mon[29588]: pgmap v30: 89 pgs: 89 active+clean; 223 MiB data, 705 MiB used, 715 GiB / 715 GiB avail; 10 MiB/s rd, 1000 KiB/s wr, 10 op/s 2024-09-13T14:23:25.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:24 smithi071 ceph-mon[41109]: osdmap e232: 8 total, 8 up, 8 in 2024-09-13T14:23:25.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:24 smithi071 ceph-mon[41109]: pgmap v30: 89 pgs: 89 active+clean; 223 MiB data, 705 MiB used, 715 GiB / 715 GiB avail; 10 MiB/s rd, 1000 KiB/s wr, 10 op/s 2024-09-13T14:23:25.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:24 smithi104 ceph-mon[33426]: osdmap e232: 8 total, 8 up, 8 in 2024-09-13T14:23:25.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:24 smithi104 ceph-mon[33426]: pgmap v30: 89 pgs: 89 active+clean; 223 MiB data, 705 MiB used, 715 GiB / 715 GiB avail; 10 MiB/s rd, 1000 KiB/s wr, 10 op/s 2024-09-13T14:23:25.172 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:23:24 smithi104 podman[81583]: 2024-09-13 14:23:24.977705807 +0000 UTC m=+0.482651469 container cleanup 94e439038a66b933fa857c2118566b6b1a46dd020bbb13cbda3f3b18ce22efa8 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, ceph=True, GIT_CLEAN=True, RELEASE=wip-aclamk-cbt-combined-d58f730, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-13T14:23:25.172 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:23:24 smithi104 bash[81583]: ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x 2024-09-13T14:23:25.608 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:23:25 smithi104 podman[81599]: 2024-09-13 14:23:25.262360547 +0000 UTC m=+0.644838292 container remove 94e439038a66b933fa857c2118566b6b1a46dd020bbb13cbda3f3b18ce22efa8 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, ceph=True, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, RELEASE=wip-aclamk-cbt-combined-d58f730, CEPH_POINT_RELEASE=, GIT_CLEAN=True) 2024-09-13T14:23:25.608 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:23:25 smithi104 systemd[1]: ceph-18f8172c-71da-11ef-bceb-c7b262605968@mgr.x.service: Main process exited, code=exited, status=143/n/a 2024-09-13T14:23:25.608 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:23:25 smithi104 systemd[1]: ceph-18f8172c-71da-11ef-bceb-c7b262605968@mgr.x.service: Failed with result 'exit-code'. 2024-09-13T14:23:25.608 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:23:25 smithi104 systemd[1]: Stopped Ceph mgr.x for 18f8172c-71da-11ef-bceb-c7b262605968. 2024-09-13T14:23:25.609 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:23:25 smithi104 systemd[1]: ceph-18f8172c-71da-11ef-bceb-c7b262605968@mgr.x.service: Consumed 17.757s CPU time. 2024-09-13T14:23:25.892 INFO:tasks.rados.rados.0.smithi071.stdout:637: done (2 left) 2024-09-13T14:23:25.892 INFO:tasks.rados.rados.0.smithi071.stdout:638: read oid 26 snap -1 2024-09-13T14:23:25.892 INFO:tasks.rados.rados.0.smithi071.stdout:638: expect (ObjNum 257 snap 79 seq_num 257) 2024-09-13T14:23:25.892 INFO:tasks.rados.rados.0.smithi071.stdout:639: rollback oid 14 current snap is 87 2024-09-13T14:23:25.892 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 14 to 82 2024-09-13T14:23:25.892 INFO:tasks.rados.rados.0.smithi071.stdout:635: finishing rollback tid 1 to smithi07185159-19 2024-09-13T14:23:25.892 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 19 v 172 (ObjNum 16049 snap 0 seq_num 1960963312) dirty dne 2024-09-13T14:23:25.892 INFO:tasks.rados.rados.0.smithi071.stdout:636: finishing rollback tid 0 to smithi07185159-6 2024-09-13T14:23:25.893 INFO:tasks.rados.rados.0.smithi071.stdout:636: finishing rollback tid 1 to smithi07185159-6 2024-09-13T14:23:25.893 INFO:tasks.rados.rados.0.smithi071.stdout:636: finishing rollback tid 2 to smithi07185159-6 2024-09-13T14:23:25.893 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 6 v 589 (ObjNum 226 snap 66 seq_num 226) dirty exists 2024-09-13T14:23:25.893 INFO:tasks.rados.rados.0.smithi071.stdout:635: done (3 left) 2024-09-13T14:23:25.893 INFO:tasks.rados.rados.0.smithi071.stdout:636: done (2 left) 2024-09-13T14:23:25.893 INFO:tasks.rados.rados.0.smithi071.stdout:640: snap_create 2024-09-13T14:23:25.896 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:23:25 smithi104 systemd[1]: Starting Ceph mgr.x for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T14:23:25.896 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:23:25 smithi104 podman[81734]: 2024-09-13 14:23:25.81401912 +0000 UTC m=+0.111578109 container create d080c1ba10a3d74c9cf108e27b960f88ca7b118a0c21eef1e1acf2b5ff62034e (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-aclamk-cbt-combined-d58f730, org.label-schema.schema-version=1.0, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-13T14:23:25.896 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:23:25 smithi104 podman[81734]: 2024-09-13 14:23:25.718379708 +0000 UTC m=+0.015938703 image pull fec07016a2b0bf363d0b69240081049b65cf13f1c44f6a7196cf8309aeb428cd quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f 2024-09-13T14:23:25.903 INFO:tasks.rados.rados.0.smithi071.stdout:639: finishing rollback tid 1 to smithi07185159-14 2024-09-13T14:23:25.904 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 14 v 196 (ObjNum 33 snap 0 seq_num 1961124528) dirty dne 2024-09-13T14:23:25.904 INFO:tasks.rados.rados.0.smithi071.stdout:638: expect (ObjNum 257 snap 79 seq_num 257) 2024-09-13T14:23:26.150 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:25 smithi104 ceph-mon[33426]: osdmap e233: 8 total, 8 up, 8 in 2024-09-13T14:23:26.150 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:23:26 smithi104 podman[81734]: 2024-09-13 14:23:26.050353364 +0000 UTC m=+0.347912353 container init d080c1ba10a3d74c9cf108e27b960f88ca7b118a0c21eef1e1acf2b5ff62034e (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_CLEAN=True, ceph=True, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-aclamk-cbt-combined-d58f730, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=) 2024-09-13T14:23:26.150 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:23:26 smithi104 podman[81734]: 2024-09-13 14:23:26.055267672 +0000 UTC m=+0.352826661 container start d080c1ba10a3d74c9cf108e27b960f88ca7b118a0c21eef1e1acf2b5ff62034e (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, RELEASE=wip-aclamk-cbt-combined-d58f730, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, ceph=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-13T14:23:26.150 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:23:26 smithi104 ceph-mgr[81772]: -- 172.21.15.104:0/1878639778 <== mon.1 v2:172.21.15.104:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x5579ecfd50e0 con 0x5579ecfb3400 2024-09-13T14:23:26.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:25 smithi071 ceph-mon[29588]: osdmap e233: 8 total, 8 up, 8 in 2024-09-13T14:23:26.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:25 smithi071 ceph-mon[41109]: osdmap e233: 8 total, 8 up, 8 in 2024-09-13T14:23:26.421 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:23:26 smithi104 bash[81734]: d080c1ba10a3d74c9cf108e27b960f88ca7b118a0c21eef1e1acf2b5ff62034e 2024-09-13T14:23:26.421 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:23:26 smithi104 systemd[1]: Started Ceph mgr.x for 18f8172c-71da-11ef-bceb-c7b262605968. 2024-09-13T14:23:26.889 INFO:tasks.rados.rados.0.smithi071.stdout:638: done (2 left) 2024-09-13T14:23:26.890 INFO:tasks.rados.rados.0.smithi071.stdout:639: done (1 left) 2024-09-13T14:23:26.890 INFO:tasks.rados.rados.0.smithi071.stdout:640: done (0 left) 2024-09-13T14:23:26.890 INFO:tasks.rados.rados.0.smithi071.stdout:641: read oid 18 snap -1 2024-09-13T14:23:26.890 INFO:tasks.rados.rados.0.smithi071.stdout:641: expect (ObjNum 264 snap 82 seq_num 264) 2024-09-13T14:23:26.890 INFO:tasks.rados.rados.0.smithi071.stdout:642: snap_remove snap 87 2024-09-13T14:23:27.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:26 smithi104 ceph-mon[33426]: osdmap e234: 8 total, 8 up, 8 in 2024-09-13T14:23:27.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:26 smithi104 ceph-mon[33426]: pgmap v33: 89 pgs: 89 active+clean; 223 MiB data, 705 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:23:27.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:26 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:27.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:26 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:27.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:26 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:23:27.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:26 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:27.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:26 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:27.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:26 smithi104 ceph-mon[33426]: osdmap e235: 8 total, 8 up, 8 in 2024-09-13T14:23:27.291 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:26 smithi071 ceph-mon[29588]: osdmap e234: 8 total, 8 up, 8 in 2024-09-13T14:23:27.292 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:26 smithi071 ceph-mon[29588]: pgmap v33: 89 pgs: 89 active+clean; 223 MiB data, 705 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:23:27.292 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:26 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:27.292 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:26 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:27.292 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:26 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:23:27.292 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:26 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:27.292 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:26 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:27.292 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:26 smithi071 ceph-mon[29588]: osdmap e235: 8 total, 8 up, 8 in 2024-09-13T14:23:27.292 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:26 smithi071 ceph-mon[41109]: osdmap e234: 8 total, 8 up, 8 in 2024-09-13T14:23:27.292 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:26 smithi071 ceph-mon[41109]: pgmap v33: 89 pgs: 89 active+clean; 223 MiB data, 705 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:23:27.293 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:26 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:27.293 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:26 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:27.293 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:26 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:23:27.293 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:26 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:27.293 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:26 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:27.293 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:26 smithi071 ceph-mon[41109]: osdmap e235: 8 total, 8 up, 8 in 2024-09-13T14:23:27.892 INFO:tasks.rados.rados.0.smithi071.stdout:642: done (1 left) 2024-09-13T14:23:27.892 INFO:tasks.rados.rados.0.smithi071.stdout:643: read oid 13 snap -1 2024-09-13T14:23:27.892 INFO:tasks.rados.rados.0.smithi071.stdout:643: expect (ObjNum 271 snap 86 seq_num 271) 2024-09-13T14:23:27.893 INFO:tasks.rados.rados.0.smithi071.stdout:644: delete oid 39 current snap is 88 2024-09-13T14:23:27.893 INFO:tasks.rados.rados.0.smithi071.stdout:641: expect (ObjNum 264 snap 82 seq_num 264) 2024-09-13T14:23:28.051 INFO:tasks.rados.rados.0.smithi071.stdout:643: expect (ObjNum 271 snap 86 seq_num 271) 2024-09-13T14:23:28.227 INFO:tasks.rados.rados.0.smithi071.stdout:641: done (2 left) 2024-09-13T14:23:28.228 INFO:tasks.rados.rados.0.smithi071.stdout:643: done (1 left) 2024-09-13T14:23:28.228 INFO:tasks.rados.rados.0.smithi071.stdout:644: done (0 left) 2024-09-13T14:23:28.228 INFO:tasks.rados.rados.0.smithi071.stdout:645: read oid 40 snap -1 2024-09-13T14:23:28.228 INFO:tasks.rados.rados.0.smithi071.stdout:645: expect (ObjNum 238 snap 75 seq_num 238) 2024-09-13T14:23:28.228 INFO:tasks.rados.rados.0.smithi071.stdout:646: read oid 11 snap -1 2024-09-13T14:23:28.228 INFO:tasks.rados.rados.0.smithi071.stdout:646: expect deleted 2024-09-13T14:23:28.228 INFO:tasks.rados.rados.0.smithi071.stdout:647: snap_remove snap 83 2024-09-13T14:23:28.899 INFO:tasks.rados.rados.0.smithi071.stdout:647: done (2 left) 2024-09-13T14:23:28.899 INFO:tasks.rados.rados.0.smithi071.stdout:648: read oid 18 snap -1 2024-09-13T14:23:28.899 INFO:tasks.rados.rados.0.smithi071.stdout:648: expect (ObjNum 264 snap 82 seq_num 264) 2024-09-13T14:23:28.899 INFO:tasks.rados.rados.0.smithi071.stdout:649: read oid 25 snap -1 2024-09-13T14:23:28.899 INFO:tasks.rados.rados.0.smithi071.stdout:649: expect deleted 2024-09-13T14:23:28.899 INFO:tasks.rados.rados.0.smithi071.stdout:650: delete oid 14 current snap is 88 2024-09-13T14:23:28.899 INFO:tasks.rados.rados.0.smithi071.stdout:645: expect (ObjNum 238 snap 75 seq_num 238) 2024-09-13T14:23:28.966 INFO:tasks.rados.rados.0.smithi071.stdout:648: expect (ObjNum 264 snap 82 seq_num 264) 2024-09-13T14:23:29.123 INFO:tasks.rados.rados.0.smithi071.stdout:645: done (4 left) 2024-09-13T14:23:29.123 INFO:tasks.rados.rados.0.smithi071.stdout:646: done (3 left) 2024-09-13T14:23:29.123 INFO:tasks.rados.rados.0.smithi071.stdout:648: done (2 left) 2024-09-13T14:23:29.124 INFO:tasks.rados.rados.0.smithi071.stdout:649: done (1 left) 2024-09-13T14:23:29.124 INFO:tasks.rados.rados.0.smithi071.stdout:650: done (0 left) 2024-09-13T14:23:29.124 INFO:tasks.rados.rados.0.smithi071.stdout:651: snap_remove snap 57 2024-09-13T14:23:29.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:28 smithi071 ceph-mon[29588]: osdmap e236: 8 total, 8 up, 8 in 2024-09-13T14:23:29.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:28 smithi071 ceph-mon[29588]: pgmap v36: 89 pgs: 89 active+clean; 221 MiB data, 702 MiB used, 715 GiB / 715 GiB avail; 8.1 MiB/s rd, 554 KiB/s wr, 10 op/s 2024-09-13T14:23:29.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:28 smithi071 ceph-mon[41109]: osdmap e236: 8 total, 8 up, 8 in 2024-09-13T14:23:29.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:28 smithi071 ceph-mon[41109]: pgmap v36: 89 pgs: 89 active+clean; 221 MiB data, 702 MiB used, 715 GiB / 715 GiB avail; 8.1 MiB/s rd, 554 KiB/s wr, 10 op/s 2024-09-13T14:23:29.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:23:28 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:23:28] "GET /metrics HTTP/1.1" 200 36285 "" "Prometheus/2.43.0" 2024-09-13T14:23:29.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:28 smithi104 ceph-mon[33426]: osdmap e236: 8 total, 8 up, 8 in 2024-09-13T14:23:29.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:28 smithi104 ceph-mon[33426]: pgmap v36: 89 pgs: 89 active+clean; 221 MiB data, 702 MiB used, 715 GiB / 715 GiB avail; 8.1 MiB/s rd, 554 KiB/s wr, 10 op/s 2024-09-13T14:23:29.900 INFO:tasks.rados.rados.0.smithi071.stdout:651: done (0 left) 2024-09-13T14:23:29.900 INFO:tasks.rados.rados.0.smithi071.stdout:652: write oid 29 current snap is 88 2024-09-13T14:23:29.900 INFO:tasks.rados.rados.0.smithi071.stdout:652: seq_num 276 ranges {638732=557432,1617736=710086} 2024-09-13T14:23:29.905 INFO:tasks.rados.rados.0.smithi071.stdout:652: writing smithi07185159-29 from 638732 to 1196164 tid 1 2024-09-13T14:23:29.912 INFO:tasks.rados.rados.0.smithi071.stdout:652: writing smithi07185159-29 from 1617736 to 2327822 tid 2 2024-09-13T14:23:29.912 INFO:tasks.rados.rados.0.smithi071.stdout:653: delete oid 28 current snap is 88 2024-09-13T14:23:29.913 INFO:tasks.rados.rados.0.smithi071.stdout:652: finishing write tid 1 to smithi07185159-29 2024-09-13T14:23:29.914 INFO:tasks.rados.rados.0.smithi071.stdout:653: done (1 left) 2024-09-13T14:23:29.914 INFO:tasks.rados.rados.0.smithi071.stdout:654: delete oid 7 current snap is 88 2024-09-13T14:23:29.916 INFO:tasks.rados.rados.0.smithi071.stdout:654: done (1 left) 2024-09-13T14:23:29.916 INFO:tasks.rados.rados.0.smithi071.stdout:655: read oid 28 snap -1 2024-09-13T14:23:29.916 INFO:tasks.rados.rados.0.smithi071.stdout:655: expect deleted 2024-09-13T14:23:29.916 INFO:tasks.rados.rados.0.smithi071.stdout:656: rollback oid 47 current snap is 88 2024-09-13T14:23:29.916 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 47 to 86 2024-09-13T14:23:29.916 INFO:tasks.rados.rados.0.smithi071.stdout:657: write oid 11 current snap is 88 2024-09-13T14:23:29.917 INFO:tasks.rados.rados.0.smithi071.stdout:657: seq_num 279 ranges {689153=783179,2076829=457413} 2024-09-13T14:23:29.924 INFO:tasks.rados.rados.0.smithi071.stdout:657: writing smithi07185159-11 from 689153 to 1472332 tid 1 2024-09-13T14:23:29.930 INFO:tasks.rados.rados.0.smithi071.stdout:657: writing smithi07185159-11 from 2076829 to 2534242 tid 2 2024-09-13T14:23:29.931 INFO:tasks.rados.rados.0.smithi071.stdout:658: delete oid 43 current snap is 88 2024-09-13T14:23:29.931 INFO:tasks.rados.rados.0.smithi071.stdout:652: finishing write tid 2 to smithi07185159-29 2024-09-13T14:23:29.932 INFO:tasks.rados.rados.0.smithi071.stdout:652: finishing write tid 3 to smithi07185159-29 2024-09-13T14:23:29.932 INFO:tasks.rados.rados.0.smithi071.stdout:652: finishing write tid 4 to smithi07185159-29 2024-09-13T14:23:29.932 INFO:tasks.rados.rados.0.smithi071.stdout:652: oid 29 updating version 0 to 384 2024-09-13T14:23:29.932 INFO:tasks.rados.rados.0.smithi071.stdout:652: oid 29 version 384 is already newer than 383 2024-09-13T14:23:29.932 INFO:tasks.rados.rados.0.smithi071.stdout:652: oid 29 version 384 is already newer than 378 2024-09-13T14:23:29.932 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 29 v 384 (ObjNum 276 snap 88 seq_num 276) dirty exists 2024-09-13T14:23:29.932 INFO:tasks.rados.rados.0.smithi071.stdout:652: left oid 29 (ObjNum 276 snap 88 seq_num 276) 2024-09-13T14:23:29.932 INFO:tasks.rados.rados.0.smithi071.stdout:656: finishing rollback tid 1 to smithi07185159-47 2024-09-13T14:23:29.932 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 47 v 0 (ObjNum 129 snap 0 seq_num 299415135) dirty dne 2024-09-13T14:23:29.933 INFO:tasks.rados.rados.0.smithi071.stdout:657: finishing write tid 1 to smithi07185159-11 2024-09-13T14:23:29.935 INFO:tasks.rados.rados.0.smithi071.stdout:652: done (4 left) 2024-09-13T14:23:29.935 INFO:tasks.rados.rados.0.smithi071.stdout:655: done (3 left) 2024-09-13T14:23:29.935 INFO:tasks.rados.rados.0.smithi071.stdout:656: done (2 left) 2024-09-13T14:23:29.935 INFO:tasks.rados.rados.0.smithi071.stdout:658: done (1 left) 2024-09-13T14:23:29.935 INFO:tasks.rados.rados.0.smithi071.stdout:659: read oid 42 snap -1 2024-09-13T14:23:29.935 INFO:tasks.rados.rados.0.smithi071.stdout:659: expect deleted 2024-09-13T14:23:29.935 INFO:tasks.rados.rados.0.smithi071.stdout:660: read oid 8 snap 63 2024-09-13T14:23:29.935 INFO:tasks.rados.rados.0.smithi071.stdout:660: expect (ObjNum 207 snap 60 seq_num 207) 2024-09-13T14:23:29.936 INFO:tasks.rados.rados.0.smithi071.stdout:661: rollback oid 10 current snap is 88 2024-09-13T14:23:29.936 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 10 to 78 2024-09-13T14:23:29.936 INFO:tasks.rados.rados.0.smithi071.stdout:662: snap_remove snap 58 2024-09-13T14:23:30.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:29 smithi104 ceph-mon[33426]: osdmap e237: 8 total, 8 up, 8 in 2024-09-13T14:23:30.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:29 smithi071 ceph-mon[29588]: osdmap e237: 8 total, 8 up, 8 in 2024-09-13T14:23:30.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:29 smithi071 ceph-mon[41109]: osdmap e237: 8 total, 8 up, 8 in 2024-09-13T14:23:30.915 INFO:tasks.rados.rados.0.smithi071.stdout:662: done (4 left) 2024-09-13T14:23:30.916 INFO:tasks.rados.rados.0.smithi071.stdout:663: read oid 12 snap -1 2024-09-13T14:23:30.916 INFO:tasks.rados.rados.0.smithi071.stdout:663: expect (ObjNum 258 snap 81 seq_num 258) 2024-09-13T14:23:30.916 INFO:tasks.rados.rados.0.smithi071.stdout:664: snap_remove snap 75 2024-09-13T14:23:30.916 INFO:tasks.rados.rados.0.smithi071.stdout:657: finishing write tid 2 to smithi07185159-11 2024-09-13T14:23:30.916 INFO:tasks.rados.rados.0.smithi071.stdout:657: finishing write tid 3 to smithi07185159-11 2024-09-13T14:23:30.916 INFO:tasks.rados.rados.0.smithi071.stdout:657: finishing write tid 4 to smithi07185159-11 2024-09-13T14:23:30.916 INFO:tasks.rados.rados.0.smithi071.stdout:657: oid 11 updating version 0 to 387 2024-09-13T14:23:30.916 INFO:tasks.rados.rados.0.smithi071.stdout:657: oid 11 version 387 is already newer than 386 2024-09-13T14:23:30.916 INFO:tasks.rados.rados.0.smithi071.stdout:657: oid 11 version 387 is already newer than 385 2024-09-13T14:23:30.916 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 11 v 387 (ObjNum 279 snap 88 seq_num 279) dirty exists 2024-09-13T14:23:30.916 INFO:tasks.rados.rados.0.smithi071.stdout:657: left oid 11 (ObjNum 279 snap 88 seq_num 279) 2024-09-13T14:23:30.917 INFO:tasks.rados.rados.0.smithi071.stdout:661: finishing rollback tid 1 to smithi07185159-10 2024-09-13T14:23:30.917 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 10 v 241 (ObjNum 145 snap 0 seq_num 300283552) dirty dne 2024-09-13T14:23:30.917 INFO:tasks.rados.rados.0.smithi071.stdout:660: expect (ObjNum 207 snap 60 seq_num 207) 2024-09-13T14:23:31.074 INFO:tasks.rados.rados.0.smithi071.stdout:663: expect (ObjNum 258 snap 81 seq_num 258) 2024-09-13T14:23:31.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:30 smithi104 ceph-mon[33426]: osdmap e238: 8 total, 8 up, 8 in 2024-09-13T14:23:31.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:30 smithi104 ceph-mon[33426]: pgmap v39: 89 pgs: 89 active+clean; 221 MiB data, 702 MiB used, 715 GiB / 715 GiB avail; 8.1 MiB/s rd, 554 KiB/s wr, 10 op/s 2024-09-13T14:23:31.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:30 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:31.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:30 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:31.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:30 smithi071 ceph-mon[29588]: osdmap e238: 8 total, 8 up, 8 in 2024-09-13T14:23:31.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:30 smithi071 ceph-mon[29588]: pgmap v39: 89 pgs: 89 active+clean; 221 MiB data, 702 MiB used, 715 GiB / 715 GiB avail; 8.1 MiB/s rd, 554 KiB/s wr, 10 op/s 2024-09-13T14:23:31.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:30 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:31.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:30 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:31.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:30 smithi071 ceph-mon[41109]: osdmap e238: 8 total, 8 up, 8 in 2024-09-13T14:23:31.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:30 smithi071 ceph-mon[41109]: pgmap v39: 89 pgs: 89 active+clean; 221 MiB data, 702 MiB used, 715 GiB / 715 GiB avail; 8.1 MiB/s rd, 554 KiB/s wr, 10 op/s 2024-09-13T14:23:31.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:30 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:31.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:30 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:31.657 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:23:31 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[81749]: [13/Sep/2024:14:23:31] ENGINE Bus STARTING 2024-09-13T14:23:31.657 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:23:31 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[81749]: CherryPy Checker: 2024-09-13T14:23:31.657 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:23:31 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[81749]: The Application mounted at '' has an empty config. 2024-09-13T14:23:31.657 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:23:31 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[81749]: 2024-09-13T14:23:31.657 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:23:31 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[81749]: [13/Sep/2024:14:23:31] ENGINE Serving on http://:::9283 2024-09-13T14:23:31.658 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:23:31 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[81749]: [13/Sep/2024:14:23:31] ENGINE Bus STARTED 2024-09-13T14:23:31.915 INFO:tasks.rados.rados.0.smithi071.stdout:657: done (5 left) 2024-09-13T14:23:31.916 INFO:tasks.rados.rados.0.smithi071.stdout:659: done (4 left) 2024-09-13T14:23:31.916 INFO:tasks.rados.rados.0.smithi071.stdout:660: done (3 left) 2024-09-13T14:23:31.916 INFO:tasks.rados.rados.0.smithi071.stdout:661: done (2 left) 2024-09-13T14:23:31.916 INFO:tasks.rados.rados.0.smithi071.stdout:663: done (1 left) 2024-09-13T14:23:31.916 INFO:tasks.rados.rados.0.smithi071.stdout:664: done (0 left) 2024-09-13T14:23:31.916 INFO:tasks.rados.rados.0.smithi071.stdout:665: delete oid 28 current snap is 88 2024-09-13T14:23:31.918 INFO:tasks.rados.rados.0.smithi071.stdout:665: done (0 left) 2024-09-13T14:23:31.918 INFO:tasks.rados.rados.0.smithi071.stdout:666: rollback oid 37 current snap is 88 2024-09-13T14:23:31.918 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 37 to 66 2024-09-13T14:23:31.918 INFO:tasks.rados.rados.0.smithi071.stdout:667: rollback oid 21 current snap is 88 2024-09-13T14:23:31.919 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 21 to 66 2024-09-13T14:23:31.919 INFO:tasks.rados.rados.0.smithi071.stdout:668: write oid 40 current snap is 88 2024-09-13T14:23:31.919 INFO:tasks.rados.rados.0.smithi071.stdout:668: seq_num 282 ranges {739574=725279,1968628=721093} 2024-09-13T14:23:31.926 INFO:tasks.rados.rados.0.smithi071.stdout:668: writing smithi07185159-40 from 739574 to 1464853 tid 1 2024-09-13T14:23:31.934 INFO:tasks.rados.rados.0.smithi071.stdout:668: writing smithi07185159-40 from 1968628 to 2689721 tid 2 2024-09-13T14:23:31.934 INFO:tasks.rados.rados.0.smithi071.stdout:669: write oid 42 current snap is 88 2024-09-13T14:23:31.934 INFO:tasks.rados.rados.0.smithi071.stdout:667: finishing rollback tid 0 to smithi07185159-21 2024-09-13T14:23:31.935 INFO:tasks.rados.rados.0.smithi071.stdout:666: finishing rollback tid 0 to smithi07185159-37 2024-09-13T14:23:31.935 INFO:tasks.rados.rados.0.smithi071.stdout:667: finishing rollback tid 1 to smithi07185159-21 2024-09-13T14:23:31.935 INFO:tasks.rados.rados.0.smithi071.stdout:667: finishing rollback tid 2 to smithi07185159-21 2024-09-13T14:23:31.935 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 21 v 293 (ObjNum 223 snap 64 seq_num 223) dirty exists 2024-09-13T14:23:31.935 INFO:tasks.rados.rados.0.smithi071.stdout:666: finishing rollback tid 1 to smithi07185159-37 2024-09-13T14:23:31.935 INFO:tasks.rados.rados.0.smithi071.stdout:666: finishing rollback tid 2 to smithi07185159-37 2024-09-13T14:23:31.935 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 37 v 147 (ObjNum 134 snap 28 seq_num 134) dirty exists 2024-09-13T14:23:31.935 INFO:tasks.rados.rados.0.smithi071.stdout:668: finishing write tid 1 to smithi07185159-40 2024-09-13T14:23:31.935 INFO:tasks.rados.rados.0.smithi071.stdout:669: seq_num 283 ranges {756381=400528,1910757=464751} 2024-09-13T14:23:31.940 INFO:tasks.rados.rados.0.smithi071.stdout:669: writing smithi07185159-42 from 756381 to 1156909 tid 1 2024-09-13T14:23:31.947 INFO:tasks.rados.rados.0.smithi071.stdout:669: writing smithi07185159-42 from 1910757 to 2375508 tid 2 2024-09-13T14:23:31.947 INFO:tasks.rados.rados.0.smithi071.stdout:666: done (3 left) 2024-09-13T14:23:31.947 INFO:tasks.rados.rados.0.smithi071.stdout:667: done (2 left) 2024-09-13T14:23:31.947 INFO:tasks.rados.rados.0.smithi071.stdout:670: snap_create 2024-09-13T14:23:31.947 INFO:tasks.rados.rados.0.smithi071.stdout:668: finishing write tid 2 to smithi07185159-40 2024-09-13T14:23:31.947 INFO:tasks.rados.rados.0.smithi071.stdout:668: finishing write tid 3 to smithi07185159-40 2024-09-13T14:23:31.947 INFO:tasks.rados.rados.0.smithi071.stdout:668: finishing write tid 4 to smithi07185159-40 2024-09-13T14:23:31.947 INFO:tasks.rados.rados.0.smithi071.stdout:668: oid 40 updating version 0 to 103 2024-09-13T14:23:31.947 INFO:tasks.rados.rados.0.smithi071.stdout:668: oid 40 version 103 is already newer than 102 2024-09-13T14:23:31.947 INFO:tasks.rados.rados.0.smithi071.stdout:668: oid 40 version 103 is already newer than 101 2024-09-13T14:23:31.947 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 40 v 103 (ObjNum 282 snap 88 seq_num 282) dirty exists 2024-09-13T14:23:31.947 INFO:tasks.rados.rados.0.smithi071.stdout:668: left oid 40 (ObjNum 282 snap 88 seq_num 282) 2024-09-13T14:23:31.948 INFO:tasks.rados.rados.0.smithi071.stdout:669: finishing write tid 1 to smithi07185159-42 2024-09-13T14:23:31.949 INFO:tasks.rados.rados.0.smithi071.stdout:669: finishing write tid 2 to smithi07185159-42 2024-09-13T14:23:31.949 INFO:tasks.rados.rados.0.smithi071.stdout:669: finishing write tid 3 to smithi07185159-42 2024-09-13T14:23:31.949 INFO:tasks.rados.rados.0.smithi071.stdout:669: finishing write tid 4 to smithi07185159-42 2024-09-13T14:23:31.949 INFO:tasks.rados.rados.0.smithi071.stdout:669: oid 42 updating version 0 to 403 2024-09-13T14:23:31.949 INFO:tasks.rados.rados.0.smithi071.stdout:669: oid 42 version 403 is already newer than 402 2024-09-13T14:23:31.950 INFO:tasks.rados.rados.0.smithi071.stdout:669: oid 42 updating version 403 to 404 2024-09-13T14:23:31.950 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 42 v 404 (ObjNum 283 snap 88 seq_num 283) dirty exists 2024-09-13T14:23:31.950 INFO:tasks.rados.rados.0.smithi071.stdout:669: left oid 42 (ObjNum 283 snap 88 seq_num 283) 2024-09-13T14:23:32.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:31 smithi071 ceph-mon[29588]: osdmap e239: 8 total, 8 up, 8 in 2024-09-13T14:23:32.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:31 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:32.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:31 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:32.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:31 smithi071 ceph-mon[29588]: Standby manager daemon x restarted 2024-09-13T14:23:32.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:31 smithi071 ceph-mon[29588]: Standby manager daemon x started 2024-09-13T14:23:32.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:31 smithi071 ceph-mon[29588]: from='mgr.? 172.21.15.104:0/355668785' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-13T14:23:32.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:31 smithi071 ceph-mon[29588]: from='mgr.? 172.21.15.104:0/355668785' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-13T14:23:32.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:31 smithi071 ceph-mon[29588]: from='mgr.? 172.21.15.104:0/355668785' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-13T14:23:32.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:31 smithi071 ceph-mon[29588]: from='mgr.? 172.21.15.104:0/355668785' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-13T14:23:32.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:31 smithi071 ceph-mon[41109]: osdmap e239: 8 total, 8 up, 8 in 2024-09-13T14:23:32.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:31 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:32.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:31 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:32.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:31 smithi071 ceph-mon[41109]: Standby manager daemon x restarted 2024-09-13T14:23:32.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:31 smithi071 ceph-mon[41109]: Standby manager daemon x started 2024-09-13T14:23:32.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:31 smithi071 ceph-mon[41109]: from='mgr.? 172.21.15.104:0/355668785' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-13T14:23:32.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:31 smithi071 ceph-mon[41109]: from='mgr.? 172.21.15.104:0/355668785' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-13T14:23:32.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:31 smithi071 ceph-mon[41109]: from='mgr.? 172.21.15.104:0/355668785' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-13T14:23:32.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:31 smithi071 ceph-mon[41109]: from='mgr.? 172.21.15.104:0/355668785' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-13T14:23:32.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:31 smithi104 ceph-mon[33426]: osdmap e239: 8 total, 8 up, 8 in 2024-09-13T14:23:32.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:31 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:32.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:31 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:32.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:31 smithi104 ceph-mon[33426]: Standby manager daemon x restarted 2024-09-13T14:23:32.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:31 smithi104 ceph-mon[33426]: Standby manager daemon x started 2024-09-13T14:23:32.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:31 smithi104 ceph-mon[33426]: from='mgr.? 172.21.15.104:0/355668785' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-13T14:23:32.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:31 smithi104 ceph-mon[33426]: from='mgr.? 172.21.15.104:0/355668785' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-13T14:23:32.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:31 smithi104 ceph-mon[33426]: from='mgr.? 172.21.15.104:0/355668785' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-13T14:23:32.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:31 smithi104 ceph-mon[33426]: from='mgr.? 172.21.15.104:0/355668785' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-13T14:23:32.865 INFO:tasks.rados.rados.0.smithi071.stdout:668: done (2 left) 2024-09-13T14:23:32.865 INFO:tasks.rados.rados.0.smithi071.stdout:669: done (1 left) 2024-09-13T14:23:32.865 INFO:tasks.rados.rados.0.smithi071.stdout:670: done (0 left) 2024-09-13T14:23:32.865 INFO:tasks.rados.rados.0.smithi071.stdout:671: rollback oid 28 current snap is 89 2024-09-13T14:23:32.866 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 28 to 84 2024-09-13T14:23:32.866 INFO:tasks.rados.rados.0.smithi071.stdout:672: snap_remove snap 79 2024-09-13T14:23:33.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:32 smithi071 ceph-mon[29588]: osdmap e240: 8 total, 8 up, 8 in 2024-09-13T14:23:33.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:32 smithi071 ceph-mon[29588]: pgmap v42: 89 pgs: 89 active+clean; 221 MiB data, 702 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:23:33.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:32 smithi071 ceph-mon[29588]: mgrmap e32: y(active, since 26s), standbys: x 2024-09-13T14:23:33.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:32 smithi071 ceph-mon[29588]: osdmap e241: 8 total, 8 up, 8 in 2024-09-13T14:23:33.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:32 smithi071 ceph-mon[41109]: osdmap e240: 8 total, 8 up, 8 in 2024-09-13T14:23:33.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:32 smithi071 ceph-mon[41109]: pgmap v42: 89 pgs: 89 active+clean; 221 MiB data, 702 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:23:33.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:32 smithi071 ceph-mon[41109]: mgrmap e32: y(active, since 26s), standbys: x 2024-09-13T14:23:33.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:32 smithi071 ceph-mon[41109]: osdmap e241: 8 total, 8 up, 8 in 2024-09-13T14:23:33.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:32 smithi104 ceph-mon[33426]: osdmap e240: 8 total, 8 up, 8 in 2024-09-13T14:23:33.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:32 smithi104 ceph-mon[33426]: pgmap v42: 89 pgs: 89 active+clean; 221 MiB data, 702 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:23:33.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:32 smithi104 ceph-mon[33426]: mgrmap e32: y(active, since 26s), standbys: x 2024-09-13T14:23:33.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:32 smithi104 ceph-mon[33426]: osdmap e241: 8 total, 8 up, 8 in 2024-09-13T14:23:33.867 INFO:tasks.rados.rados.0.smithi071.stdout:672: done (1 left) 2024-09-13T14:23:33.867 INFO:tasks.rados.rados.0.smithi071.stdout:673: delete oid 29 current snap is 89 2024-09-13T14:23:33.867 INFO:tasks.rados.rados.0.smithi071.stdout:671: finishing rollback tid 1 to smithi07185159-28 2024-09-13T14:23:33.867 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 28 v 0 (ObjNum 49 snap 0 seq_num 1953066355) dirty dne 2024-09-13T14:23:33.871 INFO:tasks.rados.rados.0.smithi071.stdout:671: done (1 left) 2024-09-13T14:23:33.871 INFO:tasks.rados.rados.0.smithi071.stdout:673: done (0 left) 2024-09-13T14:23:33.872 INFO:tasks.rados.rados.0.smithi071.stdout:674: read oid 5 snap -1 2024-09-13T14:23:33.872 INFO:tasks.rados.rados.0.smithi071.stdout:674: expect (ObjNum 218 snap 63 seq_num 218) 2024-09-13T14:23:33.872 INFO:tasks.rados.rados.0.smithi071.stdout:675: snap_remove snap 81 2024-09-13T14:23:34.879 INFO:tasks.rados.rados.0.smithi071.stdout:675: done (1 left) 2024-09-13T14:23:34.879 INFO:tasks.rados.rados.0.smithi071.stdout:676: write oid 24 current snap is 89 2024-09-13T14:23:34.879 INFO:tasks.rados.rados.0.smithi071.stdout:676: seq_num 285 ranges {789995=551026,2027721=468420} 2024-09-13T14:23:34.886 INFO:tasks.rados.rados.0.smithi071.stdout:676: writing smithi07185159-24 from 789995 to 1341021 tid 1 2024-09-13T14:23:34.893 INFO:tasks.rados.rados.0.smithi071.stdout:676: writing smithi07185159-24 from 2027721 to 2496141 tid 2 2024-09-13T14:23:34.893 INFO:tasks.rados.rados.0.smithi071.stdout:677: snap_remove snap 73 2024-09-13T14:23:35.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[29588]: osdmap e242: 8 total, 8 up, 8 in 2024-09-13T14:23:35.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[29588]: pgmap v45: 89 pgs: 89 active+clean; 228 MiB data, 701 MiB used, 715 GiB / 715 GiB avail; 13 MiB/s rd, 1.1 MiB/s wr, 17 op/s 2024-09-13T14:23:35.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:35.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:35.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:23:35.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:23:35.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:35.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:23:35.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:35.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[29588]: Upgrade: Setting container_image for all mgr 2024-09-13T14:23:35.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:35.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-09-13T14:23:35.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2024-09-13T14:23:35.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-09-13T14:23:35.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-09-13T14:23:35.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:35.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[29588]: Upgrade: Setting container_image for all crash 2024-09-13T14:23:35.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:35.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:35.143 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[29588]: Upgrade: Setting container_image for all rgw 2024-09-13T14:23:35.143 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:35.143 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:35.143 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[29588]: Upgrade: Setting container_image for all rbd-mirror 2024-09-13T14:23:35.143 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:35.143 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:35.143 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[29588]: Upgrade: Setting container_image for all cephfs-mirror 2024-09-13T14:23:35.143 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:35.143 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:35.143 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[29588]: Upgrade: Setting container_image for all ceph-exporter 2024-09-13T14:23:35.143 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:35.143 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:35.143 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[29588]: Upgrade: Setting container_image for all iscsi 2024-09-13T14:23:35.144 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[41109]: osdmap e242: 8 total, 8 up, 8 in 2024-09-13T14:23:35.144 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[41109]: pgmap v45: 89 pgs: 89 active+clean; 228 MiB data, 701 MiB used, 715 GiB / 715 GiB avail; 13 MiB/s rd, 1.1 MiB/s wr, 17 op/s 2024-09-13T14:23:35.144 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:35.144 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:35.144 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:23:35.144 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:23:35.144 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:35.144 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:23:35.144 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:35.144 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[41109]: Upgrade: Setting container_image for all mgr 2024-09-13T14:23:35.144 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:35.145 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-09-13T14:23:35.145 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2024-09-13T14:23:35.145 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-09-13T14:23:35.145 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-09-13T14:23:35.145 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:35.145 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[41109]: Upgrade: Setting container_image for all crash 2024-09-13T14:23:35.145 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:35.145 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:35.145 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[41109]: Upgrade: Setting container_image for all rgw 2024-09-13T14:23:35.145 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:35.145 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:35.145 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[41109]: Upgrade: Setting container_image for all rbd-mirror 2024-09-13T14:23:35.145 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:35.145 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:35.146 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[41109]: Upgrade: Setting container_image for all cephfs-mirror 2024-09-13T14:23:35.146 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:35.146 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:35.146 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[41109]: Upgrade: Setting container_image for all ceph-exporter 2024-09-13T14:23:35.146 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:35.146 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:35.146 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[41109]: Upgrade: Setting container_image for all iscsi 2024-09-13T14:23:35.146 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:35.146 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:35.146 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[29588]: Upgrade: Setting container_image for all nfs 2024-09-13T14:23:35.147 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:35.147 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:35.147 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[29588]: Upgrade: Setting container_image for all nvmeof 2024-09-13T14:23:35.147 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:35.147 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:35.147 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:35.147 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[41109]: Upgrade: Setting container_image for all nfs 2024-09-13T14:23:35.147 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:35.147 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:35.147 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[41109]: Upgrade: Setting container_image for all nvmeof 2024-09-13T14:23:35.147 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:34 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:35.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:34 smithi104 ceph-mon[33426]: osdmap e242: 8 total, 8 up, 8 in 2024-09-13T14:23:35.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:34 smithi104 ceph-mon[33426]: pgmap v45: 89 pgs: 89 active+clean; 228 MiB data, 701 MiB used, 715 GiB / 715 GiB avail; 13 MiB/s rd, 1.1 MiB/s wr, 17 op/s 2024-09-13T14:23:35.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:34 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:35.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:34 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:35.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:34 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:23:35.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:34 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:23:35.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:34 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:35.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:34 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:23:35.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:34 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:35.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:34 smithi104 ceph-mon[33426]: Upgrade: Setting container_image for all mgr 2024-09-13T14:23:35.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:34 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:35.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:34 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-09-13T14:23:35.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:34 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2024-09-13T14:23:35.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:34 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-09-13T14:23:35.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:34 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-09-13T14:23:35.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:34 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:35.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:34 smithi104 ceph-mon[33426]: Upgrade: Setting container_image for all crash 2024-09-13T14:23:35.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:34 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:35.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:34 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:35.174 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:34 smithi104 ceph-mon[33426]: Upgrade: Setting container_image for all rgw 2024-09-13T14:23:35.174 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:34 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:35.174 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:34 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:35.174 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:34 smithi104 ceph-mon[33426]: Upgrade: Setting container_image for all rbd-mirror 2024-09-13T14:23:35.174 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:34 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:35.174 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:34 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:35.174 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:34 smithi104 ceph-mon[33426]: Upgrade: Setting container_image for all cephfs-mirror 2024-09-13T14:23:35.174 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:34 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:35.174 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:34 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:35.174 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:34 smithi104 ceph-mon[33426]: Upgrade: Setting container_image for all ceph-exporter 2024-09-13T14:23:35.174 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:34 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:35.174 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:34 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:35.174 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:34 smithi104 ceph-mon[33426]: Upgrade: Setting container_image for all iscsi 2024-09-13T14:23:35.174 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:34 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:35.175 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:34 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:35.175 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:34 smithi104 ceph-mon[33426]: Upgrade: Setting container_image for all nfs 2024-09-13T14:23:35.175 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:34 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:35.175 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:34 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:35.175 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:34 smithi104 ceph-mon[33426]: Upgrade: Setting container_image for all nvmeof 2024-09-13T14:23:35.175 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:34 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:35.877 INFO:tasks.rados.rados.0.smithi071.stdout:677: done (2 left) 2024-09-13T14:23:35.877 INFO:tasks.rados.rados.0.smithi071.stdout:678: write oid 30 current snap is 89 2024-09-13T14:23:35.877 INFO:tasks.rados.rados.0.smithi071.stdout:678: seq_num 286 ranges {406802=626275,1686203=728431} 2024-09-13T14:23:35.881 INFO:tasks.rados.rados.0.smithi071.stdout:678: writing smithi07185159-30 from 406802 to 1033077 tid 1 2024-09-13T14:23:35.890 INFO:tasks.rados.rados.0.smithi071.stdout:678: writing smithi07185159-30 from 1686203 to 2414634 tid 2 2024-09-13T14:23:35.890 INFO:tasks.rados.rados.0.smithi071.stdout:679: read oid 13 snap 78 2024-09-13T14:23:35.890 INFO:tasks.rados.rados.0.smithi071.stdout:679: expect (ObjNum 142 snap 34 seq_num 142) 2024-09-13T14:23:35.890 INFO:tasks.rados.rados.0.smithi071.stdout:680: read oid 19 snap 85 2024-09-13T14:23:35.890 INFO:tasks.rados.rados.0.smithi071.stdout:680: expect deleted 2024-09-13T14:23:35.890 INFO:tasks.rados.rados.0.smithi071.stdout:681: write oid 22 current snap is 89 2024-09-13T14:23:35.890 INFO:tasks.rados.rados.0.smithi071.stdout:674: expect (ObjNum 218 snap 63 seq_num 218) 2024-09-13T14:23:36.078 INFO:tasks.rados.rados.0.smithi071.stdout:676: finishing write tid 1 to smithi07185159-24 2024-09-13T14:23:36.078 INFO:tasks.rados.rados.0.smithi071.stdout:676: finishing write tid 2 to smithi07185159-24 2024-09-13T14:23:36.079 INFO:tasks.rados.rados.0.smithi071.stdout:676: finishing write tid 3 to smithi07185159-24 2024-09-13T14:23:36.079 INFO:tasks.rados.rados.0.smithi071.stdout:676: finishing write tid 4 to smithi07185159-24 2024-09-13T14:23:36.079 INFO:tasks.rados.rados.0.smithi071.stdout:676: oid 24 updating version 0 to 141 2024-09-13T14:23:36.079 INFO:tasks.rados.rados.0.smithi071.stdout:676: oid 24 version 141 is already newer than 140 2024-09-13T14:23:36.079 INFO:tasks.rados.rados.0.smithi071.stdout:676: oid 24 updating version 141 to 142 2024-09-13T14:23:36.079 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 24 v 142 (ObjNum 285 snap 89 seq_num 285) dirty exists 2024-09-13T14:23:36.079 INFO:tasks.rados.rados.0.smithi071.stdout:676: left oid 24 (ObjNum 285 snap 89 seq_num 285) 2024-09-13T14:23:36.079 INFO:tasks.rados.rados.0.smithi071.stdout:678: finishing write tid 1 to smithi07185159-30 2024-09-13T14:23:36.079 INFO:tasks.rados.rados.0.smithi071.stdout:681: seq_num 287 ranges {423609=701524,1628332=472089,2648987=174622} 2024-09-13T14:23:36.084 INFO:tasks.rados.rados.0.smithi071.stdout:681: writing smithi07185159-22 from 423609 to 1125133 tid 1 2024-09-13T14:23:36.089 INFO:tasks.rados.rados.0.smithi071.stdout:681: writing smithi07185159-22 from 1628332 to 2100421 tid 2 2024-09-13T14:23:36.094 INFO:tasks.rados.rados.0.smithi071.stdout:681: writing smithi07185159-22 from 2648987 to 2823609 tid 3 2024-09-13T14:23:36.094 INFO:tasks.rados.rados.0.smithi071.stdout:674: done (5 left) 2024-09-13T14:23:36.094 INFO:tasks.rados.rados.0.smithi071.stdout:676: done (4 left) 2024-09-13T14:23:36.094 INFO:tasks.rados.rados.0.smithi071.stdout:682: read oid 44 snap 88 2024-09-13T14:23:36.094 INFO:tasks.rados.rados.0.smithi071.stdout:682: expect (ObjNum 265 snap 82 seq_num 265) 2024-09-13T14:23:36.094 INFO:tasks.rados.rados.0.smithi071.stdout:683: snap_create 2024-09-13T14:23:36.094 INFO:tasks.rados.rados.0.smithi071.stdout:678: finishing write tid 2 to smithi07185159-30 2024-09-13T14:23:36.095 INFO:tasks.rados.rados.0.smithi071.stdout:678: finishing write tid 3 to smithi07185159-30 2024-09-13T14:23:36.095 INFO:tasks.rados.rados.0.smithi071.stdout:678: finishing write tid 4 to smithi07185159-30 2024-09-13T14:23:36.095 INFO:tasks.rados.rados.0.smithi071.stdout:678: oid 30 updating version 0 to 149 2024-09-13T14:23:36.095 INFO:tasks.rados.rados.0.smithi071.stdout:678: oid 30 version 149 is already newer than 148 2024-09-13T14:23:36.095 INFO:tasks.rados.rados.0.smithi071.stdout:678: oid 30 updating version 149 to 150 2024-09-13T14:23:36.095 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 30 v 150 (ObjNum 286 snap 89 seq_num 286) dirty exists 2024-09-13T14:23:36.095 INFO:tasks.rados.rados.0.smithi071.stdout:678: left oid 30 (ObjNum 286 snap 89 seq_num 286) 2024-09-13T14:23:36.095 INFO:tasks.rados.rados.0.smithi071.stdout:679: expect (ObjNum 142 snap 34 seq_num 142) 2024-09-13T14:23:36.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:35 smithi071 ceph-mon[29588]: osdmap e243: 8 total, 8 up, 8 in 2024-09-13T14:23:36.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:35 smithi071 ceph-mon[41109]: osdmap e243: 8 total, 8 up, 8 in 2024-09-13T14:23:36.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:35 smithi104 ceph-mon[33426]: osdmap e243: 8 total, 8 up, 8 in 2024-09-13T14:23:36.197 INFO:tasks.rados.rados.0.smithi071.stdout:681: finishing write tid 1 to smithi07185159-22 2024-09-13T14:23:36.197 INFO:tasks.rados.rados.0.smithi071.stdout:681: finishing write tid 2 to smithi07185159-22 2024-09-13T14:23:36.197 INFO:tasks.rados.rados.0.smithi071.stdout:681: finishing write tid 3 to smithi07185159-22 2024-09-13T14:23:36.198 INFO:tasks.rados.rados.0.smithi071.stdout:681: finishing write tid 4 to smithi07185159-22 2024-09-13T14:23:36.198 INFO:tasks.rados.rados.0.smithi071.stdout:681: finishing write tid 5 to smithi07185159-22 2024-09-13T14:23:36.198 INFO:tasks.rados.rados.0.smithi071.stdout:681: oid 22 updating version 0 to 216 2024-09-13T14:23:36.198 INFO:tasks.rados.rados.0.smithi071.stdout:681: oid 22 updating version 216 to 217 2024-09-13T14:23:36.198 INFO:tasks.rados.rados.0.smithi071.stdout:681: oid 22 updating version 217 to 218 2024-09-13T14:23:36.198 INFO:tasks.rados.rados.0.smithi071.stdout:681: oid 22 version 218 is already newer than 215 2024-09-13T14:23:36.198 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 22 v 218 (ObjNum 287 snap 89 seq_num 287) dirty exists 2024-09-13T14:23:36.198 INFO:tasks.rados.rados.0.smithi071.stdout:681: left oid 22 (ObjNum 287 snap 89 seq_num 287) 2024-09-13T14:23:36.198 INFO:tasks.rados.rados.0.smithi071.stdout:682: expect (ObjNum 265 snap 82 seq_num 265) 2024-09-13T14:23:36.889 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:36 smithi071 systemd[1]: Stopping Ceph node-exporter.a for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T14:23:36.893 INFO:tasks.rados.rados.0.smithi071.stdout:678: done (5 left) 2024-09-13T14:23:36.893 INFO:tasks.rados.rados.0.smithi071.stdout:679: done (4 left) 2024-09-13T14:23:36.893 INFO:tasks.rados.rados.0.smithi071.stdout:680: done (3 left) 2024-09-13T14:23:36.893 INFO:tasks.rados.rados.0.smithi071.stdout:681: done (2 left) 2024-09-13T14:23:36.893 INFO:tasks.rados.rados.0.smithi071.stdout:682: done (1 left) 2024-09-13T14:23:36.893 INFO:tasks.rados.rados.0.smithi071.stdout:683: done (0 left) 2024-09-13T14:23:36.894 INFO:tasks.rados.rados.0.smithi071.stdout:684: write oid 15 current snap is 90 2024-09-13T14:23:36.894 INFO:tasks.rados.rados.0.smithi071.stdout:684: seq_num 288 ranges {440416=776773,1686814=732100} 2024-09-13T14:23:36.900 INFO:tasks.rados.rados.0.smithi071.stdout:684: writing smithi07185159-15 from 440416 to 1217189 tid 1 2024-09-13T14:23:36.907 INFO:tasks.rados.rados.0.smithi071.stdout:684: writing smithi07185159-15 from 1686814 to 2418914 tid 2 2024-09-13T14:23:36.907 INFO:tasks.rados.rados.0.smithi071.stdout:685: rollback oid 5 current snap is 90 2024-09-13T14:23:36.907 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 5 to 85 2024-09-13T14:23:36.907 INFO:tasks.rados.rados.0.smithi071.stdout:684: finishing write tid 1 to smithi07185159-15 2024-09-13T14:23:36.907 INFO:tasks.rados.rados.0.smithi071.stdout:686: read oid 36 snap -1 2024-09-13T14:23:36.907 INFO:tasks.rados.rados.0.smithi071.stdout:686: expect (ObjNum 247 snap 76 seq_num 247) 2024-09-13T14:23:36.907 INFO:tasks.rados.rados.0.smithi071.stdout:687: snap_remove snap 59 2024-09-13T14:23:37.140 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:37 smithi071 podman[97669]: 2024-09-13 14:23:37.022960221 +0000 UTC m=+0.135147770 container died 1385c63561be899d3da06611b976feb3ad7ac8f39b97521aaad20ec58ea3b648 (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a, maintainer=The Prometheus Authors ) 2024-09-13T14:23:37.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:36 smithi071 ceph-mon[29588]: osdmap e244: 8 total, 8 up, 8 in 2024-09-13T14:23:37.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:36 smithi071 ceph-mon[29588]: pgmap v48: 89 pgs: 89 active+clean; 228 MiB data, 701 MiB used, 715 GiB / 715 GiB avail; 13 MiB/s rd, 1.1 MiB/s wr, 17 op/s 2024-09-13T14:23:37.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:36 smithi071 ceph-mon[29588]: Upgrade: Updating node-exporter.a (1/2) 2024-09-13T14:23:37.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:36 smithi071 ceph-mon[29588]: Deploying daemon node-exporter.a on smithi071 2024-09-13T14:23:37.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:36 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:23:37.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:36 smithi071 ceph-mon[41109]: osdmap e244: 8 total, 8 up, 8 in 2024-09-13T14:23:37.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:36 smithi071 ceph-mon[41109]: pgmap v48: 89 pgs: 89 active+clean; 228 MiB data, 701 MiB used, 715 GiB / 715 GiB avail; 13 MiB/s rd, 1.1 MiB/s wr, 17 op/s 2024-09-13T14:23:37.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:36 smithi071 ceph-mon[41109]: Upgrade: Updating node-exporter.a (1/2) 2024-09-13T14:23:37.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:36 smithi071 ceph-mon[41109]: Deploying daemon node-exporter.a on smithi071 2024-09-13T14:23:37.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:36 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:23:37.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:36 smithi104 ceph-mon[33426]: osdmap e244: 8 total, 8 up, 8 in 2024-09-13T14:23:37.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:36 smithi104 ceph-mon[33426]: pgmap v48: 89 pgs: 89 active+clean; 228 MiB data, 701 MiB used, 715 GiB / 715 GiB avail; 13 MiB/s rd, 1.1 MiB/s wr, 17 op/s 2024-09-13T14:23:37.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:36 smithi104 ceph-mon[33426]: Upgrade: Updating node-exporter.a (1/2) 2024-09-13T14:23:37.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:36 smithi104 ceph-mon[33426]: Deploying daemon node-exporter.a on smithi071 2024-09-13T14:23:37.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:36 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:23:37.640 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:37 smithi071 podman[97669]: 2024-09-13 14:23:37.502138313 +0000 UTC m=+0.614325906 container cleanup 1385c63561be899d3da06611b976feb3ad7ac8f39b97521aaad20ec58ea3b648 (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a, maintainer=The Prometheus Authors ) 2024-09-13T14:23:37.640 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:37 smithi071 bash[97669]: ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a 2024-09-13T14:23:37.900 INFO:tasks.rados.rados.0.smithi071.stdout:687: done (3 left) 2024-09-13T14:23:37.900 INFO:tasks.rados.rados.0.smithi071.stdout:688: read oid 2 snap -1 2024-09-13T14:23:37.900 INFO:tasks.rados.rados.0.smithi071.stdout:688: expect (ObjNum 252 snap 79 seq_num 252) 2024-09-13T14:23:37.901 INFO:tasks.rados.rados.0.smithi071.stdout:689: snap_create 2024-09-13T14:23:37.902 INFO:tasks.rados.rados.0.smithi071.stdout:686: expect (ObjNum 247 snap 76 seq_num 247) 2024-09-13T14:23:37.977 INFO:tasks.rados.rados.0.smithi071.stdout:684: finishing write tid 2 to smithi07185159-15 2024-09-13T14:23:37.977 INFO:tasks.rados.rados.0.smithi071.stdout:684: finishing write tid 3 to smithi07185159-15 2024-09-13T14:23:37.977 INFO:tasks.rados.rados.0.smithi071.stdout:684: finishing write tid 4 to smithi07185159-15 2024-09-13T14:23:37.977 INFO:tasks.rados.rados.0.smithi071.stdout:684: oid 15 updating version 0 to 648 2024-09-13T14:23:37.977 INFO:tasks.rados.rados.0.smithi071.stdout:684: oid 15 updating version 648 to 649 2024-09-13T14:23:37.977 INFO:tasks.rados.rados.0.smithi071.stdout:684: oid 15 version 649 is already newer than 647 2024-09-13T14:23:37.977 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 15 v 649 (ObjNum 288 snap 90 seq_num 288) dirty exists 2024-09-13T14:23:37.977 INFO:tasks.rados.rados.0.smithi071.stdout:684: left oid 15 (ObjNum 288 snap 90 seq_num 288) 2024-09-13T14:23:37.977 INFO:tasks.rados.rados.0.smithi071.stdout:685: finishing rollback tid 0 to smithi07185159-5 2024-09-13T14:23:37.977 INFO:tasks.rados.rados.0.smithi071.stdout:685: finishing rollback tid 1 to smithi07185159-5 2024-09-13T14:23:37.977 INFO:tasks.rados.rados.0.smithi071.stdout:685: finishing rollback tid 2 to smithi07185159-5 2024-09-13T14:23:37.978 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 5 v 653 (ObjNum 218 snap 63 seq_num 218) dirty exists 2024-09-13T14:23:37.978 INFO:tasks.rados.rados.0.smithi071.stdout:688: expect (ObjNum 252 snap 79 seq_num 252) 2024-09-13T14:23:38.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:37 smithi071 ceph-mon[29588]: osdmap e245: 8 total, 8 up, 8 in 2024-09-13T14:23:38.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:37 smithi071 ceph-mon[41109]: osdmap e245: 8 total, 8 up, 8 in 2024-09-13T14:23:38.142 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:37 smithi071 podman[97687]: 2024-09-13 14:23:37.778924416 +0000 UTC m=+0.756341690 container remove 1385c63561be899d3da06611b976feb3ad7ac8f39b97521aaad20ec58ea3b648 (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a, maintainer=The Prometheus Authors ) 2024-09-13T14:23:38.142 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:37 smithi071 systemd[1]: ceph-18f8172c-71da-11ef-bceb-c7b262605968@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2024-09-13T14:23:38.142 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:37 smithi071 systemd[1]: ceph-18f8172c-71da-11ef-bceb-c7b262605968@node-exporter.a.service: Failed with result 'exit-code'. 2024-09-13T14:23:38.142 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:37 smithi071 systemd[1]: Stopped Ceph node-exporter.a for 18f8172c-71da-11ef-bceb-c7b262605968. 2024-09-13T14:23:38.142 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:37 smithi071 systemd[1]: ceph-18f8172c-71da-11ef-bceb-c7b262605968@node-exporter.a.service: Consumed 2.343s CPU time. 2024-09-13T14:23:38.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:37 smithi104 ceph-mon[33426]: osdmap e245: 8 total, 8 up, 8 in 2024-09-13T14:23:38.640 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:38 smithi071 systemd[1]: Starting Ceph node-exporter.a for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T14:23:38.640 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:38 smithi071 bash[97817]: Trying to pull quay.io/prometheus/node-exporter:v1.7.0... 2024-09-13T14:23:38.901 INFO:tasks.rados.rados.0.smithi071.stdout:684: done (4 left) 2024-09-13T14:23:38.901 INFO:tasks.rados.rados.0.smithi071.stdout:685: done (3 left) 2024-09-13T14:23:38.901 INFO:tasks.rados.rados.0.smithi071.stdout:686: done (2 left) 2024-09-13T14:23:38.901 INFO:tasks.rados.rados.0.smithi071.stdout:688: done (1 left) 2024-09-13T14:23:38.901 INFO:tasks.rados.rados.0.smithi071.stdout:689: done (0 left) 2024-09-13T14:23:38.901 INFO:tasks.rados.rados.0.smithi071.stdout:690: write oid 27 current snap is 91 2024-09-13T14:23:38.901 INFO:tasks.rados.rados.0.smithi071.stdout:690: seq_num 289 ranges {457223=568375,1461649=475758,2420186=437037} 2024-09-13T14:23:38.906 INFO:tasks.rados.rados.0.smithi071.stdout:690: writing smithi07185159-27 from 457223 to 1025598 tid 1 2024-09-13T14:23:38.911 INFO:tasks.rados.rados.0.smithi071.stdout:690: writing smithi07185159-27 from 1461649 to 1937407 tid 2 2024-09-13T14:23:38.916 INFO:tasks.rados.rados.0.smithi071.stdout:690: writing smithi07185159-27 from 2420186 to 2857223 tid 3 2024-09-13T14:23:38.916 INFO:tasks.rados.rados.0.smithi071.stdout:691: read oid 16 snap -1 2024-09-13T14:23:38.917 INFO:tasks.rados.rados.0.smithi071.stdout:691: expect deleted 2024-09-13T14:23:38.917 INFO:tasks.rados.rados.0.smithi071.stdout:692: snap_remove snap 66 2024-09-13T14:23:39.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:38 smithi071 ceph-mon[29588]: osdmap e246: 8 total, 8 up, 8 in 2024-09-13T14:23:39.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:38 smithi071 ceph-mon[29588]: pgmap v51: 89 pgs: 89 active+clean; 230 MiB data, 709 MiB used, 715 GiB / 715 GiB avail; 8.6 MiB/s rd, 1.2 MiB/s wr, 14 op/s 2024-09-13T14:23:39.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:38 smithi071 ceph-mon[41109]: osdmap e246: 8 total, 8 up, 8 in 2024-09-13T14:23:39.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:38 smithi071 ceph-mon[41109]: pgmap v51: 89 pgs: 89 active+clean; 230 MiB data, 709 MiB used, 715 GiB / 715 GiB avail; 8.6 MiB/s rd, 1.2 MiB/s wr, 14 op/s 2024-09-13T14:23:39.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:23:38 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:23:38] "GET /metrics HTTP/1.1" 200 36277 "" "Prometheus/2.43.0" 2024-09-13T14:23:39.141 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:38 smithi071 bash[97817]: Getting image source signatures 2024-09-13T14:23:39.141 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:38 smithi071 bash[97817]: Copying blob sha256:324153f2810a9927fcce320af9e4e291e0b6e805cbdd1f338386c756b9defa24 2024-09-13T14:23:39.141 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:38 smithi071 bash[97817]: Copying blob sha256:455fd88e5221bc1e278ef2d059cd70e4df99a24e5af050ede621534276f6cf9a 2024-09-13T14:23:39.141 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:38 smithi071 bash[97817]: Copying blob sha256:2abcce694348cd2c949c0e98a7400ebdfd8341021bcf6b541bc72033ce982510 2024-09-13T14:23:39.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:38 smithi104 ceph-mon[33426]: osdmap e246: 8 total, 8 up, 8 in 2024-09-13T14:23:39.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:38 smithi104 ceph-mon[33426]: pgmap v51: 89 pgs: 89 active+clean; 230 MiB data, 709 MiB used, 715 GiB / 715 GiB avail; 8.6 MiB/s rd, 1.2 MiB/s wr, 14 op/s 2024-09-13T14:23:39.909 INFO:tasks.rados.rados.0.smithi071.stdout:692: done (2 left) 2024-09-13T14:23:39.909 INFO:tasks.rados.rados.0.smithi071.stdout:693: rollback oid 3 current snap is 91 2024-09-13T14:23:39.909 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 3 to 86 2024-09-13T14:23:39.909 INFO:tasks.rados.rados.0.smithi071.stdout:690: finishing write tid 1 to smithi07185159-27 2024-09-13T14:23:39.909 INFO:tasks.rados.rados.0.smithi071.stdout:690: finishing write tid 2 to smithi07185159-27 2024-09-13T14:23:39.909 INFO:tasks.rados.rados.0.smithi071.stdout:690: finishing write tid 3 to smithi07185159-27 2024-09-13T14:23:39.909 INFO:tasks.rados.rados.0.smithi071.stdout:690: finishing write tid 4 to smithi07185159-27 2024-09-13T14:23:39.909 INFO:tasks.rados.rados.0.smithi071.stdout:690: finishing write tid 5 to smithi07185159-27 2024-09-13T14:23:39.909 INFO:tasks.rados.rados.0.smithi071.stdout:690: oid 27 updating version 0 to 370 2024-09-13T14:23:39.910 INFO:tasks.rados.rados.0.smithi071.stdout:690: oid 27 updating version 370 to 371 2024-09-13T14:23:39.910 INFO:tasks.rados.rados.0.smithi071.stdout:690: oid 27 version 371 is already newer than 369 2024-09-13T14:23:39.910 INFO:tasks.rados.rados.0.smithi071.stdout:690: oid 27 updating version 371 to 372 2024-09-13T14:23:39.910 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 27 v 372 (ObjNum 289 snap 91 seq_num 289) dirty exists 2024-09-13T14:23:39.910 INFO:tasks.rados.rados.0.smithi071.stdout:690: left oid 27 (ObjNum 289 snap 91 seq_num 289) 2024-09-13T14:23:39.910 INFO:tasks.rados.rados.0.smithi071.stdout:690: done (2 left) 2024-09-13T14:23:39.910 INFO:tasks.rados.rados.0.smithi071.stdout:691: done (1 left) 2024-09-13T14:23:39.910 INFO:tasks.rados.rados.0.smithi071.stdout:694: snap_create 2024-09-13T14:23:39.917 INFO:tasks.rados.rados.0.smithi071.stdout:693: finishing rollback tid 0 to smithi07185159-3 2024-09-13T14:23:39.918 INFO:tasks.rados.rados.0.smithi071.stdout:693: finishing rollback tid 1 to smithi07185159-3 2024-09-13T14:23:39.918 INFO:tasks.rados.rados.0.smithi071.stdout:693: finishing rollback tid 2 to smithi07185159-3 2024-09-13T14:23:39.918 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 3 v 673 (ObjNum 150 snap 35 seq_num 150) dirty exists 2024-09-13T14:23:40.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:39 smithi104 ceph-mon[33426]: osdmap e247: 8 total, 8 up, 8 in 2024-09-13T14:23:40.192 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:39 smithi071 ceph-mon[29588]: osdmap e247: 8 total, 8 up, 8 in 2024-09-13T14:23:40.192 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:39 smithi071 ceph-mon[41109]: osdmap e247: 8 total, 8 up, 8 in 2024-09-13T14:23:40.640 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:40 smithi071 bash[97817]: Copying config sha256:72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e 2024-09-13T14:23:40.640 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:40 smithi071 bash[97817]: Writing manifest to image destination 2024-09-13T14:23:40.914 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:40 smithi071 podman[97817]: 2024-09-13 14:23:40.62300997 +0000 UTC m=+2.393186411 image pull 72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e quay.io/prometheus/node-exporter:v1.7.0 2024-09-13T14:23:40.914 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:40 smithi071 podman[97817]: 2024-09-13 14:23:40.729932897 +0000 UTC m=+2.500109364 container create 9dca7c61ba7cadcb74e80e117f313032bc6edb732b7e64616bd357d45e5c36b1 (image=quay.io/prometheus/node-exporter:v1.7.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a, maintainer=The Prometheus Authors ) 2024-09-13T14:23:40.918 INFO:tasks.rados.rados.0.smithi071.stdout:693: done (1 left) 2024-09-13T14:23:40.918 INFO:tasks.rados.rados.0.smithi071.stdout:694: done (0 left) 2024-09-13T14:23:40.918 INFO:tasks.rados.rados.0.smithi071.stdout:695: read oid 17 snap 91 2024-09-13T14:23:40.918 INFO:tasks.rados.rados.0.smithi071.stdout:695: expect (ObjNum 259 snap 81 seq_num 259) 2024-09-13T14:23:40.918 INFO:tasks.rados.rados.0.smithi071.stdout:696: rollback oid 3 current snap is 92 2024-09-13T14:23:40.918 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 3 to 82 2024-09-13T14:23:40.918 INFO:tasks.rados.rados.0.smithi071.stdout:697: rollback oid 39 current snap is 92 2024-09-13T14:23:40.919 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 39 to 80 2024-09-13T14:23:40.919 INFO:tasks.rados.rados.0.smithi071.stdout:698: write oid 37 current snap is 92 2024-09-13T14:23:40.919 INFO:tasks.rados.rados.0.smithi071.stdout:698: seq_num 290 ranges {474030=643624,1520131=735769} 2024-09-13T14:23:40.924 INFO:tasks.rados.rados.0.smithi071.stdout:698: writing smithi07185159-37 from 474030 to 1117654 tid 1 2024-09-13T14:23:40.931 INFO:tasks.rados.rados.0.smithi071.stdout:698: writing smithi07185159-37 from 1520131 to 2255900 tid 2 2024-09-13T14:23:40.931 INFO:tasks.rados.rados.0.smithi071.stdout:699: snap_create 2024-09-13T14:23:40.931 INFO:tasks.rados.rados.0.smithi071.stdout:697: finishing rollback tid 1 to smithi07185159-39 2024-09-13T14:23:40.931 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 39 v 178 (ObjNum 481 snap 0 seq_num 3711934128) dirty dne 2024-09-13T14:23:40.931 INFO:tasks.rados.rados.0.smithi071.stdout:696: finishing rollback tid 0 to smithi07185159-3 2024-09-13T14:23:40.931 INFO:tasks.rados.rados.0.smithi071.stdout:696: finishing rollback tid 1 to smithi07185159-3 2024-09-13T14:23:40.931 INFO:tasks.rados.rados.0.smithi071.stdout:696: finishing rollback tid 2 to smithi07185159-3 2024-09-13T14:23:40.932 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 3 v 681 (ObjNum 150 snap 35 seq_num 150) dirty exists 2024-09-13T14:23:40.932 INFO:tasks.rados.rados.0.smithi071.stdout:695: expect (ObjNum 259 snap 81 seq_num 259) 2024-09-13T14:23:41.039 INFO:tasks.rados.rados.0.smithi071.stdout:698: finishing write tid 1 to smithi07185159-37 2024-09-13T14:23:41.039 INFO:tasks.rados.rados.0.smithi071.stdout:698: finishing write tid 2 to smithi07185159-37 2024-09-13T14:23:41.039 INFO:tasks.rados.rados.0.smithi071.stdout:698: finishing write tid 3 to smithi07185159-37 2024-09-13T14:23:41.040 INFO:tasks.rados.rados.0.smithi071.stdout:698: finishing write tid 4 to smithi07185159-37 2024-09-13T14:23:41.040 INFO:tasks.rados.rados.0.smithi071.stdout:698: oid 37 updating version 0 to 167 2024-09-13T14:23:41.040 INFO:tasks.rados.rados.0.smithi071.stdout:698: oid 37 version 167 is already newer than 165 2024-09-13T14:23:41.040 INFO:tasks.rados.rados.0.smithi071.stdout:698: oid 37 version 167 is already newer than 166 2024-09-13T14:23:41.040 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 37 v 167 (ObjNum 290 snap 92 seq_num 290) dirty exists 2024-09-13T14:23:41.040 INFO:tasks.rados.rados.0.smithi071.stdout:698: left oid 37 (ObjNum 290 snap 92 seq_num 290) 2024-09-13T14:23:41.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:40 smithi104 ceph-mon[33426]: osdmap e248: 8 total, 8 up, 8 in 2024-09-13T14:23:41.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:40 smithi104 ceph-mon[33426]: pgmap v54: 89 pgs: 89 active+clean; 230 MiB data, 709 MiB used, 715 GiB / 715 GiB avail; 8.6 MiB/s rd, 1.2 MiB/s wr, 14 op/s 2024-09-13T14:23:41.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:40 smithi071 ceph-mon[41109]: osdmap e248: 8 total, 8 up, 8 in 2024-09-13T14:23:41.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:40 smithi071 ceph-mon[41109]: pgmap v54: 89 pgs: 89 active+clean; 230 MiB data, 709 MiB used, 715 GiB / 715 GiB avail; 8.6 MiB/s rd, 1.2 MiB/s wr, 14 op/s 2024-09-13T14:23:41.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:40 smithi071 ceph-mon[29588]: osdmap e248: 8 total, 8 up, 8 in 2024-09-13T14:23:41.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:40 smithi071 ceph-mon[29588]: pgmap v54: 89 pgs: 89 active+clean; 230 MiB data, 709 MiB used, 715 GiB / 715 GiB avail; 8.6 MiB/s rd, 1.2 MiB/s wr, 14 op/s 2024-09-13T14:23:41.391 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:40 smithi071 podman[97817]: 2024-09-13 14:23:40.982635824 +0000 UTC m=+2.752812250 container init 9dca7c61ba7cadcb74e80e117f313032bc6edb732b7e64616bd357d45e5c36b1 (image=quay.io/prometheus/node-exporter:v1.7.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a, maintainer=The Prometheus Authors ) 2024-09-13T14:23:41.391 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:40 smithi071 podman[97817]: 2024-09-13 14:23:40.987430702 +0000 UTC m=+2.757607124 container start 9dca7c61ba7cadcb74e80e117f313032bc6edb732b7e64616bd357d45e5c36b1 (image=quay.io/prometheus/node-exporter:v1.7.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a, maintainer=The Prometheus Authors ) 2024-09-13T14:23:41.392 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:40 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[97888]: ts=2024-09-13T14:23:40.990Z caller=node_exporter.go:192 level=info msg="Starting node_exporter" version="(version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)" 2024-09-13T14:23:41.392 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:40 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[97888]: ts=2024-09-13T14:23:40.990Z caller=node_exporter.go:193 level=info msg="Build context" build_context="(go=go1.21.4, platform=linux/amd64, user=root@35918982f6d8, date=20231112-23:53:35, tags=netgo osusergo static_build)" 2024-09-13T14:23:41.392 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:40 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[97888]: ts=2024-09-13T14:23:40.990Z 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-09-13T14:23:41.392 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:40 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[97888]: ts=2024-09-13T14:23:40.990Z 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-09-13T14:23:41.392 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:40 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[97888]: ts=2024-09-13T14:23:40.991Z 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-09-13T14:23:41.392 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:40 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[97888]: ts=2024-09-13T14:23:40.991Z caller=diskstats_linux.go:265 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-09-13T14:23:41.392 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:40 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[97888]: ts=2024-09-13T14:23:40.991Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-09-13T14:23:41.392 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:40 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[97888]: ts=2024-09-13T14:23:40.991Z caller=node_exporter.go:117 level=info collector=arp 2024-09-13T14:23:41.392 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:40 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[97888]: ts=2024-09-13T14:23:40.991Z caller=node_exporter.go:117 level=info collector=bcache 2024-09-13T14:23:41.392 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:40 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[97888]: ts=2024-09-13T14:23:40.991Z caller=node_exporter.go:117 level=info collector=bonding 2024-09-13T14:23:41.393 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:40 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[97888]: ts=2024-09-13T14:23:40.991Z caller=node_exporter.go:117 level=info collector=btrfs 2024-09-13T14:23:41.393 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:40 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[97888]: ts=2024-09-13T14:23:40.992Z caller=node_exporter.go:117 level=info collector=conntrack 2024-09-13T14:23:41.393 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:40 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[97888]: ts=2024-09-13T14:23:40.992Z caller=node_exporter.go:117 level=info collector=cpu 2024-09-13T14:23:41.393 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:40 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[97888]: ts=2024-09-13T14:23:40.992Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-09-13T14:23:41.393 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:40 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[97888]: ts=2024-09-13T14:23:40.992Z caller=node_exporter.go:117 level=info collector=diskstats 2024-09-13T14:23:41.393 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:40 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[97888]: ts=2024-09-13T14:23:40.992Z caller=node_exporter.go:117 level=info collector=dmi 2024-09-13T14:23:41.393 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:40 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[97888]: ts=2024-09-13T14:23:40.992Z caller=node_exporter.go:117 level=info collector=edac 2024-09-13T14:23:41.393 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:40 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[97888]: ts=2024-09-13T14:23:40.992Z caller=node_exporter.go:117 level=info collector=entropy 2024-09-13T14:23:41.393 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:40 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[97888]: ts=2024-09-13T14:23:40.992Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-09-13T14:23:41.393 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:40 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[97888]: ts=2024-09-13T14:23:40.992Z caller=node_exporter.go:117 level=info collector=filefd 2024-09-13T14:23:41.393 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:40 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[97888]: ts=2024-09-13T14:23:40.992Z caller=node_exporter.go:117 level=info collector=filesystem 2024-09-13T14:23:41.393 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:40 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[97888]: ts=2024-09-13T14:23:40.992Z caller=node_exporter.go:117 level=info collector=hwmon 2024-09-13T14:23:41.393 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:40 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[97888]: ts=2024-09-13T14:23:40.992Z caller=node_exporter.go:117 level=info collector=infiniband 2024-09-13T14:23:41.394 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:40 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[97888]: ts=2024-09-13T14:23:40.992Z caller=node_exporter.go:117 level=info collector=ipvs 2024-09-13T14:23:41.394 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:40 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[97888]: ts=2024-09-13T14:23:40.992Z caller=node_exporter.go:117 level=info collector=loadavg 2024-09-13T14:23:41.394 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:40 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[97888]: ts=2024-09-13T14:23:40.992Z caller=node_exporter.go:117 level=info collector=mdadm 2024-09-13T14:23:41.394 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:40 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[97888]: ts=2024-09-13T14:23:40.992Z caller=node_exporter.go:117 level=info collector=meminfo 2024-09-13T14:23:41.394 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:40 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[97888]: ts=2024-09-13T14:23:40.992Z caller=node_exporter.go:117 level=info collector=netclass 2024-09-13T14:23:41.394 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:40 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[97888]: ts=2024-09-13T14:23:40.992Z caller=node_exporter.go:117 level=info collector=netdev 2024-09-13T14:23:41.394 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:40 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[97888]: ts=2024-09-13T14:23:40.992Z caller=node_exporter.go:117 level=info collector=netstat 2024-09-13T14:23:41.394 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:40 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[97888]: ts=2024-09-13T14:23:40.992Z caller=node_exporter.go:117 level=info collector=nfs 2024-09-13T14:23:41.394 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:40 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[97888]: ts=2024-09-13T14:23:40.992Z caller=node_exporter.go:117 level=info collector=nfsd 2024-09-13T14:23:41.394 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:40 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[97888]: ts=2024-09-13T14:23:40.992Z caller=node_exporter.go:117 level=info collector=nvme 2024-09-13T14:23:41.394 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:40 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[97888]: ts=2024-09-13T14:23:40.992Z caller=node_exporter.go:117 level=info collector=os 2024-09-13T14:23:41.394 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:40 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[97888]: ts=2024-09-13T14:23:40.992Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-09-13T14:23:41.394 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:40 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[97888]: ts=2024-09-13T14:23:40.992Z caller=node_exporter.go:117 level=info collector=pressure 2024-09-13T14:23:41.395 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:40 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[97888]: ts=2024-09-13T14:23:40.992Z caller=node_exporter.go:117 level=info collector=rapl 2024-09-13T14:23:41.395 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:40 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[97888]: ts=2024-09-13T14:23:40.992Z caller=node_exporter.go:117 level=info collector=schedstat 2024-09-13T14:23:41.395 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:40 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[97888]: ts=2024-09-13T14:23:40.992Z caller=node_exporter.go:117 level=info collector=selinux 2024-09-13T14:23:41.395 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:40 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[97888]: ts=2024-09-13T14:23:40.992Z caller=node_exporter.go:117 level=info collector=sockstat 2024-09-13T14:23:41.395 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:40 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[97888]: ts=2024-09-13T14:23:40.992Z caller=node_exporter.go:117 level=info collector=softnet 2024-09-13T14:23:41.395 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:40 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[97888]: ts=2024-09-13T14:23:40.992Z caller=node_exporter.go:117 level=info collector=stat 2024-09-13T14:23:41.395 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:40 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[97888]: ts=2024-09-13T14:23:40.992Z caller=node_exporter.go:117 level=info collector=tapestats 2024-09-13T14:23:41.395 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:40 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[97888]: ts=2024-09-13T14:23:40.992Z caller=node_exporter.go:117 level=info collector=textfile 2024-09-13T14:23:41.395 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:40 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[97888]: ts=2024-09-13T14:23:40.992Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-09-13T14:23:41.395 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:40 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[97888]: ts=2024-09-13T14:23:40.992Z caller=node_exporter.go:117 level=info collector=time 2024-09-13T14:23:41.395 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:40 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[97888]: ts=2024-09-13T14:23:40.992Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-09-13T14:23:41.395 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:40 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[97888]: ts=2024-09-13T14:23:40.992Z caller=node_exporter.go:117 level=info collector=uname 2024-09-13T14:23:41.395 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:40 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[97888]: ts=2024-09-13T14:23:40.992Z caller=node_exporter.go:117 level=info collector=vmstat 2024-09-13T14:23:41.395 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:40 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[97888]: ts=2024-09-13T14:23:40.992Z caller=node_exporter.go:117 level=info collector=xfs 2024-09-13T14:23:41.396 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:40 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[97888]: ts=2024-09-13T14:23:40.992Z caller=node_exporter.go:117 level=info collector=zfs 2024-09-13T14:23:41.396 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:40 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[97888]: ts=2024-09-13T14:23:40.992Z caller=tls_config.go:274 level=info msg="Listening on" address=[::]:9100 2024-09-13T14:23:41.396 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:40 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a[97888]: ts=2024-09-13T14:23:40.992Z caller=tls_config.go:277 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-09-13T14:23:41.396 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:41 smithi071 bash[97817]: 9dca7c61ba7cadcb74e80e117f313032bc6edb732b7e64616bd357d45e5c36b1 2024-09-13T14:23:41.396 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 14:23:41 smithi071 systemd[1]: Started Ceph node-exporter.a for 18f8172c-71da-11ef-bceb-c7b262605968. 2024-09-13T14:23:41.914 INFO:tasks.rados.rados.0.smithi071.stdout:695: done (4 left) 2024-09-13T14:23:41.914 INFO:tasks.rados.rados.0.smithi071.stdout:696: done (3 left) 2024-09-13T14:23:41.914 INFO:tasks.rados.rados.0.smithi071.stdout:697: done (2 left) 2024-09-13T14:23:41.914 INFO:tasks.rados.rados.0.smithi071.stdout:698: done (1 left) 2024-09-13T14:23:41.914 INFO:tasks.rados.rados.0.smithi071.stdout:699: done (0 left) 2024-09-13T14:23:41.914 INFO:tasks.rados.rados.0.smithi071.stdout:700: rollback oid 45 current snap is 93 2024-09-13T14:23:41.914 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 45 to 78 2024-09-13T14:23:41.914 INFO:tasks.rados.rados.0.smithi071.stdout:701: read oid 9 snap -1 2024-09-13T14:23:41.915 INFO:tasks.rados.rados.0.smithi071.stdout:701: expect (ObjNum 268 snap 86 seq_num 268) 2024-09-13T14:23:41.915 INFO:tasks.rados.rados.0.smithi071.stdout:702: write oid 10 current snap is 93 2024-09-13T14:23:41.915 INFO:tasks.rados.rados.0.smithi071.stdout:702: seq_num 291 ranges {490837=718873,1862260=479427,2875032=15805} 2024-09-13T14:23:41.920 INFO:tasks.rados.rados.0.smithi071.stdout:702: writing smithi07185159-10 from 490837 to 1209710 tid 1 2024-09-13T14:23:41.926 INFO:tasks.rados.rados.0.smithi071.stdout:702: writing smithi07185159-10 from 1862260 to 2341687 tid 2 2024-09-13T14:23:41.929 INFO:tasks.rados.rados.0.smithi071.stdout:702: writing smithi07185159-10 from 2875032 to 2890837 tid 3 2024-09-13T14:23:41.930 INFO:tasks.rados.rados.0.smithi071.stdout:703: write oid 46 current snap is 93 2024-09-13T14:23:41.930 INFO:tasks.rados.rados.0.smithi071.stdout:703: seq_num 292 ranges {507644=794122,1920742=623085} 2024-09-13T14:23:41.936 INFO:tasks.rados.rados.0.smithi071.stdout:703: writing smithi07185159-46 from 507644 to 1301766 tid 1 2024-09-13T14:23:41.943 INFO:tasks.rados.rados.0.smithi071.stdout:703: writing smithi07185159-46 from 1920742 to 2543827 tid 2 2024-09-13T14:23:41.943 INFO:tasks.rados.rados.0.smithi071.stdout:704: write oid 42 current snap is 93 2024-09-13T14:23:41.943 INFO:tasks.rados.rados.0.smithi071.stdout:704: seq_num 293 ranges {524451=469371,1579224=483096,2529878=394573} 2024-09-13T14:23:41.948 INFO:tasks.rados.rados.0.smithi071.stdout:704: writing smithi07185159-42 from 524451 to 993822 tid 1 2024-09-13T14:23:41.954 INFO:tasks.rados.rados.0.smithi071.stdout:704: writing smithi07185159-42 from 1579224 to 2062320 tid 2 2024-09-13T14:23:41.959 INFO:tasks.rados.rados.0.smithi071.stdout:704: writing smithi07185159-42 from 2529878 to 2924451 tid 3 2024-09-13T14:23:41.959 INFO:tasks.rados.rados.0.smithi071.stdout:705: write oid 28 current snap is 93 2024-09-13T14:23:41.959 INFO:tasks.rados.rados.0.smithi071.stdout:705: seq_num 294 ranges {541258=544620,1637706=626754,2840948=100310} 2024-09-13T14:23:41.965 INFO:tasks.rados.rados.0.smithi071.stdout:705: writing smithi07185159-28 from 541258 to 1085878 tid 1 2024-09-13T14:23:41.971 INFO:tasks.rados.rados.0.smithi071.stdout:705: writing smithi07185159-28 from 1637706 to 2264460 tid 2 2024-09-13T14:23:41.976 INFO:tasks.rados.rados.0.smithi071.stdout:705: writing smithi07185159-28 from 2840948 to 2941258 tid 3 2024-09-13T14:23:41.976 INFO:tasks.rados.rados.0.smithi071.stdout:706: read oid 47 snap -1 2024-09-13T14:23:41.976 INFO:tasks.rados.rados.0.smithi071.stdout:706: expect deleted 2024-09-13T14:23:41.976 INFO:tasks.rados.rados.0.smithi071.stdout:707: write oid 49 current snap is 93 2024-09-13T14:23:41.976 INFO:tasks.rados.rados.0.smithi071.stdout:707: seq_num 295 ranges {558065=619869,1579835=486765,2468371=489694} 2024-09-13T14:23:41.982 INFO:tasks.rados.rados.0.smithi071.stdout:707: writing smithi07185159-49 from 558065 to 1177934 tid 1 2024-09-13T14:23:41.986 INFO:tasks.rados.rados.0.smithi071.stdout:707: writing smithi07185159-49 from 1579835 to 2066600 tid 2 2024-09-13T14:23:41.992 INFO:tasks.rados.rados.0.smithi071.stdout:707: writing smithi07185159-49 from 2468371 to 2958065 tid 3 2024-09-13T14:23:41.992 INFO:tasks.rados.rados.0.smithi071.stdout:708: read oid 1 snap -1 2024-09-13T14:23:41.992 INFO:tasks.rados.rados.0.smithi071.stdout:708: expect (ObjNum 203 snap 57 seq_num 203) 2024-09-13T14:23:41.992 INFO:tasks.rados.rados.0.smithi071.stdout:709: write oid 25 current snap is 93 2024-09-13T14:23:41.992 INFO:tasks.rados.rados.0.smithi071.stdout:700: finishing rollback tid 1 to smithi07185159-45 2024-09-13T14:23:41.992 INFO:tasks.rados.rados.0.smithi071.stdout:701: expect (ObjNum 268 snap 86 seq_num 268) 2024-09-13T14:23:42.147 INFO:tasks.rados.rados.0.smithi071.stdout:700: finishing rollback tid 2 to smithi07185159-45 2024-09-13T14:23:42.147 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 45 v 438 (ObjNum 251 snap 78 seq_num 251) dirty exists 2024-09-13T14:23:42.147 INFO:tasks.rados.rados.0.smithi071.stdout:702: finishing write tid 1 to smithi07185159-10 2024-09-13T14:23:42.147 INFO:tasks.rados.rados.0.smithi071.stdout:702: finishing write tid 2 to smithi07185159-10 2024-09-13T14:23:42.147 INFO:tasks.rados.rados.0.smithi071.stdout:702: finishing write tid 3 to smithi07185159-10 2024-09-13T14:23:42.147 INFO:tasks.rados.rados.0.smithi071.stdout:702: finishing write tid 4 to smithi07185159-10 2024-09-13T14:23:42.147 INFO:tasks.rados.rados.0.smithi071.stdout:702: finishing write tid 5 to smithi07185159-10 2024-09-13T14:23:42.147 INFO:tasks.rados.rados.0.smithi071.stdout:702: oid 10 updating version 0 to 344 2024-09-13T14:23:42.147 INFO:tasks.rados.rados.0.smithi071.stdout:702: oid 10 version 344 is already newer than 343 2024-09-13T14:23:42.147 INFO:tasks.rados.rados.0.smithi071.stdout:702: oid 10 updating version 344 to 345 2024-09-13T14:23:42.147 INFO:tasks.rados.rados.0.smithi071.stdout:702: oid 10 version 345 is already newer than 342 2024-09-13T14:23:42.148 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 10 v 345 (ObjNum 291 snap 93 seq_num 291) dirty exists 2024-09-13T14:23:42.148 INFO:tasks.rados.rados.0.smithi071.stdout:702: left oid 10 (ObjNum 291 snap 93 seq_num 291) 2024-09-13T14:23:42.148 INFO:tasks.rados.rados.0.smithi071.stdout:703: finishing write tid 1 to smithi07185159-46 2024-09-13T14:23:42.148 INFO:tasks.rados.rados.0.smithi071.stdout:703: finishing write tid 2 to smithi07185159-46 2024-09-13T14:23:42.148 INFO:tasks.rados.rados.0.smithi071.stdout:703: finishing write tid 3 to smithi07185159-46 2024-09-13T14:23:42.148 INFO:tasks.rados.rados.0.smithi071.stdout:709: seq_num 296 ranges {574872=695118,2038317=630423} 2024-09-13T14:23:42.153 INFO:tasks.rados.rados.0.smithi071.stdout:709: writing smithi07185159-25 from 574872 to 1269990 tid 1 2024-09-13T14:23:42.161 INFO:tasks.rados.rados.0.smithi071.stdout:709: writing smithi07185159-25 from 2038317 to 2668740 tid 2 2024-09-13T14:23:42.161 INFO:tasks.rados.rados.0.smithi071.stdout:700: done (9 left) 2024-09-13T14:23:42.161 INFO:tasks.rados.rados.0.smithi071.stdout:701: done (8 left) 2024-09-13T14:23:42.161 INFO:tasks.rados.rados.0.smithi071.stdout:702: done (7 left) 2024-09-13T14:23:42.161 INFO:tasks.rados.rados.0.smithi071.stdout:710: write oid 20 current snap is 93 2024-09-13T14:23:42.162 INFO:tasks.rados.rados.0.smithi071.stdout:703: finishing write tid 4 to smithi07185159-46 2024-09-13T14:23:42.162 INFO:tasks.rados.rados.0.smithi071.stdout:703: oid 46 updating version 0 to 384 2024-09-13T14:23:42.162 INFO:tasks.rados.rados.0.smithi071.stdout:703: oid 46 version 384 is already newer than 383 2024-09-13T14:23:42.162 INFO:tasks.rados.rados.0.smithi071.stdout:703: oid 46 version 384 is already newer than 382 2024-09-13T14:23:42.162 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 46 v 384 (ObjNum 292 snap 93 seq_num 292) dirty exists 2024-09-13T14:23:42.162 INFO:tasks.rados.rados.0.smithi071.stdout:703: left oid 46 (ObjNum 292 snap 93 seq_num 292) 2024-09-13T14:23:42.162 INFO:tasks.rados.rados.0.smithi071.stdout:704: finishing write tid 1 to smithi07185159-42 2024-09-13T14:23:42.162 INFO:tasks.rados.rados.0.smithi071.stdout:704: finishing write tid 2 to smithi07185159-42 2024-09-13T14:23:42.162 INFO:tasks.rados.rados.0.smithi071.stdout:704: finishing write tid 3 to smithi07185159-42 2024-09-13T14:23:42.162 INFO:tasks.rados.rados.0.smithi071.stdout:710: seq_num 297 ranges {591679=486720,1813152=490434} 2024-09-13T14:23:42.166 INFO:tasks.rados.rados.0.smithi071.stdout:710: writing smithi07185159-20 from 591679 to 1078399 tid 1 2024-09-13T14:23:42.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:41 smithi104 ceph-mon[33426]: osdmap e249: 8 total, 8 up, 8 in 2024-09-13T14:23:42.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:41 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:42.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:41 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:42.174 INFO:tasks.rados.rados.0.smithi071.stdout:710: writing smithi07185159-20 from 1813152 to 2303586 tid 2 2024-09-13T14:23:42.174 INFO:tasks.rados.rados.0.smithi071.stdout:703: done (7 left) 2024-09-13T14:23:42.174 INFO:tasks.rados.rados.0.smithi071.stdout:711: read oid 40 snap -1 2024-09-13T14:23:42.174 INFO:tasks.rados.rados.0.smithi071.stdout:711: expect (ObjNum 282 snap 88 seq_num 282) 2024-09-13T14:23:42.174 INFO:tasks.rados.rados.0.smithi071.stdout:712: delete oid 6 current snap is 93 2024-09-13T14:23:42.175 INFO:tasks.rados.rados.0.smithi071.stdout:704: finishing write tid 4 to smithi07185159-42 2024-09-13T14:23:42.175 INFO:tasks.rados.rados.0.smithi071.stdout:704: finishing write tid 5 to smithi07185159-42 2024-09-13T14:23:42.175 INFO:tasks.rados.rados.0.smithi071.stdout:704: oid 42 updating version 0 to 441 2024-09-13T14:23:42.175 INFO:tasks.rados.rados.0.smithi071.stdout:704: oid 42 updating version 441 to 443 2024-09-13T14:23:42.175 INFO:tasks.rados.rados.0.smithi071.stdout:704: oid 42 version 443 is already newer than 442 2024-09-13T14:23:42.175 INFO:tasks.rados.rados.0.smithi071.stdout:704: oid 42 version 443 is already newer than 440 2024-09-13T14:23:42.175 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 42 v 443 (ObjNum 293 snap 93 seq_num 293) dirty exists 2024-09-13T14:23:42.175 INFO:tasks.rados.rados.0.smithi071.stdout:704: left oid 42 (ObjNum 293 snap 93 seq_num 293) 2024-09-13T14:23:42.175 INFO:tasks.rados.rados.0.smithi071.stdout:705: finishing write tid 1 to smithi07185159-28 2024-09-13T14:23:42.175 INFO:tasks.rados.rados.0.smithi071.stdout:705: finishing write tid 2 to smithi07185159-28 2024-09-13T14:23:42.175 INFO:tasks.rados.rados.0.smithi071.stdout:705: finishing write tid 3 to smithi07185159-28 2024-09-13T14:23:42.175 INFO:tasks.rados.rados.0.smithi071.stdout:705: finishing write tid 4 to smithi07185159-28 2024-09-13T14:23:42.175 INFO:tasks.rados.rados.0.smithi071.stdout:705: finishing write tid 5 to smithi07185159-28 2024-09-13T14:23:42.176 INFO:tasks.rados.rados.0.smithi071.stdout:705: oid 28 updating version 0 to 311 2024-09-13T14:23:42.176 INFO:tasks.rados.rados.0.smithi071.stdout:705: oid 28 updating version 311 to 313 2024-09-13T14:23:42.176 INFO:tasks.rados.rados.0.smithi071.stdout:705: oid 28 version 313 is already newer than 310 2024-09-13T14:23:42.176 INFO:tasks.rados.rados.0.smithi071.stdout:705: oid 28 version 313 is already newer than 312 2024-09-13T14:23:42.176 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 28 v 313 (ObjNum 294 snap 93 seq_num 294) dirty exists 2024-09-13T14:23:42.176 INFO:tasks.rados.rados.0.smithi071.stdout:705: left oid 28 (ObjNum 294 snap 93 seq_num 294) 2024-09-13T14:23:42.176 INFO:tasks.rados.rados.0.smithi071.stdout:707: finishing write tid 1 to smithi07185159-49 2024-09-13T14:23:42.176 INFO:tasks.rados.rados.0.smithi071.stdout:707: finishing write tid 2 to smithi07185159-49 2024-09-13T14:23:42.177 INFO:tasks.rados.rados.0.smithi071.stdout:707: finishing write tid 3 to smithi07185159-49 2024-09-13T14:23:42.177 INFO:tasks.rados.rados.0.smithi071.stdout:707: finishing write tid 4 to smithi07185159-49 2024-09-13T14:23:42.177 INFO:tasks.rados.rados.0.smithi071.stdout:707: finishing write tid 5 to smithi07185159-49 2024-09-13T14:23:42.177 INFO:tasks.rados.rados.0.smithi071.stdout:707: oid 49 updating version 0 to 319 2024-09-13T14:23:42.177 INFO:tasks.rados.rados.0.smithi071.stdout:707: oid 49 version 319 is already newer than 318 2024-09-13T14:23:42.177 INFO:tasks.rados.rados.0.smithi071.stdout:707: oid 49 version 319 is already newer than 317 2024-09-13T14:23:42.177 INFO:tasks.rados.rados.0.smithi071.stdout:707: oid 49 version 319 is already newer than 316 2024-09-13T14:23:42.177 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 49 v 319 (ObjNum 295 snap 93 seq_num 295) dirty exists 2024-09-13T14:23:42.177 INFO:tasks.rados.rados.0.smithi071.stdout:707: left oid 49 (ObjNum 295 snap 93 seq_num 295) 2024-09-13T14:23:42.177 INFO:tasks.rados.rados.0.smithi071.stdout:708: expect (ObjNum 203 snap 57 seq_num 203) 2024-09-13T14:23:42.328 INFO:tasks.rados.rados.0.smithi071.stdout:709: finishing write tid 1 to smithi07185159-25 2024-09-13T14:23:42.328 INFO:tasks.rados.rados.0.smithi071.stdout:709: finishing write tid 2 to smithi07185159-25 2024-09-13T14:23:42.328 INFO:tasks.rados.rados.0.smithi071.stdout:709: finishing write tid 3 to smithi07185159-25 2024-09-13T14:23:42.329 INFO:tasks.rados.rados.0.smithi071.stdout:709: finishing write tid 4 to smithi07185159-25 2024-09-13T14:23:42.329 INFO:tasks.rados.rados.0.smithi071.stdout:709: oid 25 updating version 0 to 387 2024-09-13T14:23:42.329 INFO:tasks.rados.rados.0.smithi071.stdout:709: oid 25 version 387 is already newer than 386 2024-09-13T14:23:42.329 INFO:tasks.rados.rados.0.smithi071.stdout:709: oid 25 version 387 is already newer than 385 2024-09-13T14:23:42.329 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 25 v 387 (ObjNum 296 snap 93 seq_num 296) dirty exists 2024-09-13T14:23:42.329 INFO:tasks.rados.rados.0.smithi071.stdout:709: left oid 25 (ObjNum 296 snap 93 seq_num 296) 2024-09-13T14:23:42.329 INFO:tasks.rados.rados.0.smithi071.stdout:710: finishing write tid 1 to smithi07185159-20 2024-09-13T14:23:42.329 INFO:tasks.rados.rados.0.smithi071.stdout:704: done (8 left) 2024-09-13T14:23:42.329 INFO:tasks.rados.rados.0.smithi071.stdout:705: done (7 left) 2024-09-13T14:23:42.329 INFO:tasks.rados.rados.0.smithi071.stdout:706: done (6 left) 2024-09-13T14:23:42.329 INFO:tasks.rados.rados.0.smithi071.stdout:707: done (5 left) 2024-09-13T14:23:42.329 INFO:tasks.rados.rados.0.smithi071.stdout:708: done (4 left) 2024-09-13T14:23:42.329 INFO:tasks.rados.rados.0.smithi071.stdout:709: done (3 left) 2024-09-13T14:23:42.330 INFO:tasks.rados.rados.0.smithi071.stdout:712: done (2 left) 2024-09-13T14:23:42.330 INFO:tasks.rados.rados.0.smithi071.stdout:713: snap_remove snap 40 2024-09-13T14:23:42.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:41 smithi071 ceph-mon[29588]: osdmap e249: 8 total, 8 up, 8 in 2024-09-13T14:23:42.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:41 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:42.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:41 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:42.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:41 smithi071 ceph-mon[41109]: osdmap e249: 8 total, 8 up, 8 in 2024-09-13T14:23:42.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:41 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:42.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:41 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:42.866 INFO:tasks.rados.rados.0.smithi071.stdout:713: done (2 left) 2024-09-13T14:23:42.866 INFO:tasks.rados.rados.0.smithi071.stdout:714: read oid 27 snap -1 2024-09-13T14:23:42.866 INFO:tasks.rados.rados.0.smithi071.stdout:714: expect (ObjNum 289 snap 91 seq_num 289) 2024-09-13T14:23:42.867 INFO:tasks.rados.rados.0.smithi071.stdout:715: read oid 49 snap -1 2024-09-13T14:23:42.867 INFO:tasks.rados.rados.0.smithi071.stdout:715: expect (ObjNum 295 snap 93 seq_num 295) 2024-09-13T14:23:42.867 INFO:tasks.rados.rados.0.smithi071.stdout:716: rollback oid 11 current snap is 93 2024-09-13T14:23:42.867 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 11 to 91 2024-09-13T14:23:42.867 INFO:tasks.rados.rados.0.smithi071.stdout:717: write oid 50 current snap is 93 2024-09-13T14:23:42.867 INFO:tasks.rados.rados.0.smithi071.stdout:717: seq_num 299 ranges {625293=637218,1813763=494103,2978063=47230} 2024-09-13T14:23:42.874 INFO:tasks.rados.rados.0.smithi071.stdout:717: writing smithi07185159-50 from 625293 to 1262511 tid 1 2024-09-13T14:23:42.880 INFO:tasks.rados.rados.0.smithi071.stdout:717: writing smithi07185159-50 from 1813763 to 2307866 tid 2 2024-09-13T14:23:42.885 INFO:tasks.rados.rados.0.smithi071.stdout:717: writing smithi07185159-50 from 2978063 to 3025293 tid 3 2024-09-13T14:23:42.885 INFO:tasks.rados.rados.0.smithi071.stdout:718: write oid 5 current snap is 93 2024-09-13T14:23:42.885 INFO:tasks.rados.rados.0.smithi071.stdout:710: finishing write tid 2 to smithi07185159-20 2024-09-13T14:23:42.885 INFO:tasks.rados.rados.0.smithi071.stdout:710: finishing write tid 3 to smithi07185159-20 2024-09-13T14:23:42.885 INFO:tasks.rados.rados.0.smithi071.stdout:710: finishing write tid 4 to smithi07185159-20 2024-09-13T14:23:42.885 INFO:tasks.rados.rados.0.smithi071.stdout:710: oid 20 updating version 0 to 317 2024-09-13T14:23:42.885 INFO:tasks.rados.rados.0.smithi071.stdout:710: oid 20 version 317 is already newer than 315 2024-09-13T14:23:42.885 INFO:tasks.rados.rados.0.smithi071.stdout:710: oid 20 version 317 is already newer than 316 2024-09-13T14:23:42.886 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 20 v 317 (ObjNum 297 snap 93 seq_num 297) dirty exists 2024-09-13T14:23:42.886 INFO:tasks.rados.rados.0.smithi071.stdout:710: left oid 20 (ObjNum 297 snap 93 seq_num 297) 2024-09-13T14:23:42.886 INFO:tasks.rados.rados.0.smithi071.stdout:711: expect (ObjNum 282 snap 88 seq_num 282) 2024-09-13T14:23:43.008 INFO:tasks.rados.rados.0.smithi071.stdout:716: finishing rollback tid 0 to smithi07185159-11 2024-09-13T14:23:43.008 INFO:tasks.rados.rados.0.smithi071.stdout:718: seq_num 300 ranges {642100=712467,1872245=637761} 2024-09-13T14:23:43.015 INFO:tasks.rados.rados.0.smithi071.stdout:718: writing smithi07185159-5 from 642100 to 1354567 tid 1 2024-09-13T14:23:43.021 INFO:tasks.rados.rados.0.smithi071.stdout:718: writing smithi07185159-5 from 1872245 to 2510006 tid 2 2024-09-13T14:23:43.021 INFO:tasks.rados.rados.0.smithi071.stdout:710: done (6 left) 2024-09-13T14:23:43.021 INFO:tasks.rados.rados.0.smithi071.stdout:711: done (5 left) 2024-09-13T14:23:43.022 INFO:tasks.rados.rados.0.smithi071.stdout:719: write oid 6 current snap is 93 2024-09-13T14:23:43.022 INFO:tasks.rados.rados.0.smithi071.stdout:719: seq_num 301 ranges {658907=787716,1930727=497772,3032909=25998} 2024-09-13T14:23:43.029 INFO:tasks.rados.rados.0.smithi071.stdout:719: writing smithi07185159-6 from 658907 to 1446623 tid 1 2024-09-13T14:23:43.034 INFO:tasks.rados.rados.0.smithi071.stdout:719: writing smithi07185159-6 from 1930727 to 2428499 tid 2 2024-09-13T14:23:43.038 INFO:tasks.rados.rados.0.smithi071.stdout:719: writing smithi07185159-6 from 3032909 to 3058907 tid 3 2024-09-13T14:23:43.038 INFO:tasks.rados.rados.0.smithi071.stdout:720: write oid 21 current snap is 93 2024-09-13T14:23:43.038 INFO:tasks.rados.rados.0.smithi071.stdout:720: seq_num 302 ranges {675714=462965,1589209=641430,2943979=131735} 2024-09-13T14:23:43.044 INFO:tasks.rados.rados.0.smithi071.stdout:720: writing smithi07185159-21 from 675714 to 1138679 tid 1 2024-09-13T14:23:43.050 INFO:tasks.rados.rados.0.smithi071.stdout:720: writing smithi07185159-21 from 1589209 to 2230639 tid 2 2024-09-13T14:23:43.055 INFO:tasks.rados.rados.0.smithi071.stdout:720: writing smithi07185159-21 from 2943979 to 3075714 tid 3 2024-09-13T14:23:43.055 INFO:tasks.rados.rados.0.smithi071.stdout:721: snap_create 2024-09-13T14:23:43.055 INFO:tasks.rados.rados.0.smithi071.stdout:716: finishing rollback tid 1 to smithi07185159-11 2024-09-13T14:23:43.055 INFO:tasks.rados.rados.0.smithi071.stdout:716: finishing rollback tid 2 to smithi07185159-11 2024-09-13T14:23:43.055 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 11 v 447 (ObjNum 279 snap 88 seq_num 279) dirty exists 2024-09-13T14:23:43.056 INFO:tasks.rados.rados.0.smithi071.stdout:715: expect (ObjNum 295 snap 93 seq_num 295) 2024-09-13T14:23:43.146 INFO:tasks.rados.rados.0.smithi071.stdout:714: expect (ObjNum 289 snap 91 seq_num 289) 2024-09-13T14:23:43.303 INFO:tasks.rados.rados.0.smithi071.stdout:717: finishing write tid 1 to smithi07185159-50 2024-09-13T14:23:43.304 INFO:tasks.rados.rados.0.smithi071.stdout:717: finishing write tid 2 to smithi07185159-50 2024-09-13T14:23:43.304 INFO:tasks.rados.rados.0.smithi071.stdout:717: finishing write tid 3 to smithi07185159-50 2024-09-13T14:23:43.304 INFO:tasks.rados.rados.0.smithi071.stdout:717: finishing write tid 4 to smithi07185159-50 2024-09-13T14:23:43.304 INFO:tasks.rados.rados.0.smithi071.stdout:717: finishing write tid 5 to smithi07185159-50 2024-09-13T14:23:43.304 INFO:tasks.rados.rados.0.smithi071.stdout:717: oid 50 updating version 0 to 702 2024-09-13T14:23:43.304 INFO:tasks.rados.rados.0.smithi071.stdout:717: oid 50 version 702 is already newer than 697 2024-09-13T14:23:43.304 INFO:tasks.rados.rados.0.smithi071.stdout:717: oid 50 version 702 is already newer than 701 2024-09-13T14:23:43.304 INFO:tasks.rados.rados.0.smithi071.stdout:717: oid 50 version 702 is already newer than 700 2024-09-13T14:23:43.304 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 50 v 702 (ObjNum 299 snap 93 seq_num 299) dirty exists 2024-09-13T14:23:43.304 INFO:tasks.rados.rados.0.smithi071.stdout:717: left oid 50 (ObjNum 299 snap 93 seq_num 299) 2024-09-13T14:23:43.304 INFO:tasks.rados.rados.0.smithi071.stdout:718: finishing write tid 1 to smithi07185159-5 2024-09-13T14:23:43.304 INFO:tasks.rados.rados.0.smithi071.stdout:718: finishing write tid 2 to smithi07185159-5 2024-09-13T14:23:43.305 INFO:tasks.rados.rados.0.smithi071.stdout:718: finishing write tid 3 to smithi07185159-5 2024-09-13T14:23:43.305 INFO:tasks.rados.rados.0.smithi071.stdout:718: finishing write tid 4 to smithi07185159-5 2024-09-13T14:23:43.305 INFO:tasks.rados.rados.0.smithi071.stdout:718: oid 5 updating version 0 to 705 2024-09-13T14:23:43.305 INFO:tasks.rados.rados.0.smithi071.stdout:718: oid 5 version 705 is already newer than 704 2024-09-13T14:23:43.305 INFO:tasks.rados.rados.0.smithi071.stdout:718: oid 5 updating version 705 to 706 2024-09-13T14:23:43.305 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 5 v 706 (ObjNum 300 snap 93 seq_num 300) dirty exists 2024-09-13T14:23:43.305 INFO:tasks.rados.rados.0.smithi071.stdout:718: left oid 5 (ObjNum 300 snap 93 seq_num 300) 2024-09-13T14:23:43.305 INFO:tasks.rados.rados.0.smithi071.stdout:719: finishing write tid 1 to smithi07185159-6 2024-09-13T14:23:43.305 INFO:tasks.rados.rados.0.smithi071.stdout:719: finishing write tid 2 to smithi07185159-6 2024-09-13T14:23:43.305 INFO:tasks.rados.rados.0.smithi071.stdout:719: finishing write tid 3 to smithi07185159-6 2024-09-13T14:23:43.305 INFO:tasks.rados.rados.0.smithi071.stdout:719: finishing write tid 4 to smithi07185159-6 2024-09-13T14:23:43.305 INFO:tasks.rados.rados.0.smithi071.stdout:719: finishing write tid 5 to smithi07185159-6 2024-09-13T14:23:43.305 INFO:tasks.rados.rados.0.smithi071.stdout:719: oid 6 updating version 0 to 708 2024-09-13T14:23:43.305 INFO:tasks.rados.rados.0.smithi071.stdout:719: oid 6 updating version 708 to 709 2024-09-13T14:23:43.306 INFO:tasks.rados.rados.0.smithi071.stdout:719: oid 6 version 709 is already newer than 707 2024-09-13T14:23:43.306 INFO:tasks.rados.rados.0.smithi071.stdout:719: oid 6 updating version 709 to 710 2024-09-13T14:23:43.306 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 6 v 710 (ObjNum 301 snap 93 seq_num 301) dirty exists 2024-09-13T14:23:43.306 INFO:tasks.rados.rados.0.smithi071.stdout:719: left oid 6 (ObjNum 301 snap 93 seq_num 301) 2024-09-13T14:23:43.306 INFO:tasks.rados.rados.0.smithi071.stdout:720: finishing write tid 1 to smithi07185159-21 2024-09-13T14:23:43.306 INFO:tasks.rados.rados.0.smithi071.stdout:720: finishing write tid 2 to smithi07185159-21 2024-09-13T14:23:43.306 INFO:tasks.rados.rados.0.smithi071.stdout:720: finishing write tid 3 to smithi07185159-21 2024-09-13T14:23:43.306 INFO:tasks.rados.rados.0.smithi071.stdout:720: finishing write tid 4 to smithi07185159-21 2024-09-13T14:23:43.306 INFO:tasks.rados.rados.0.smithi071.stdout:720: finishing write tid 5 to smithi07185159-21 2024-09-13T14:23:43.306 INFO:tasks.rados.rados.0.smithi071.stdout:720: oid 21 updating version 0 to 323 2024-09-13T14:23:43.306 INFO:tasks.rados.rados.0.smithi071.stdout:720: oid 21 updating version 323 to 324 2024-09-13T14:23:43.306 INFO:tasks.rados.rados.0.smithi071.stdout:720: oid 21 version 324 is already newer than 322 2024-09-13T14:23:43.307 INFO:tasks.rados.rados.0.smithi071.stdout:720: oid 21 version 324 is already newer than 321 2024-09-13T14:23:43.307 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 21 v 324 (ObjNum 302 snap 93 seq_num 302) dirty exists 2024-09-13T14:23:43.307 INFO:tasks.rados.rados.0.smithi071.stdout:720: left oid 21 (ObjNum 302 snap 93 seq_num 302) 2024-09-13T14:23:43.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:42 smithi071 ceph-mon[29588]: osdmap e250: 8 total, 8 up, 8 in 2024-09-13T14:23:43.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:42 smithi071 ceph-mon[29588]: pgmap v57: 89 pgs: 89 active+clean; 230 MiB data, 709 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:23:43.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:42 smithi071 ceph-mon[29588]: Upgrade: Updating node-exporter.b (2/2) 2024-09-13T14:23:43.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:42 smithi071 ceph-mon[29588]: Deploying daemon node-exporter.b on smithi104 2024-09-13T14:23:43.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:42 smithi071 ceph-mon[29588]: osdmap e251: 8 total, 8 up, 8 in 2024-09-13T14:23:43.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:42 smithi071 ceph-mon[41109]: osdmap e250: 8 total, 8 up, 8 in 2024-09-13T14:23:43.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:42 smithi071 ceph-mon[41109]: pgmap v57: 89 pgs: 89 active+clean; 230 MiB data, 709 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:23:43.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:42 smithi071 ceph-mon[41109]: Upgrade: Updating node-exporter.b (2/2) 2024-09-13T14:23:43.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:42 smithi071 ceph-mon[41109]: Deploying daemon node-exporter.b on smithi104 2024-09-13T14:23:43.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:42 smithi071 ceph-mon[41109]: osdmap e251: 8 total, 8 up, 8 in 2024-09-13T14:23:43.395 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:43 smithi104 systemd[1]: Stopping Ceph node-exporter.b for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T14:23:43.395 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:42 smithi104 ceph-mon[33426]: osdmap e250: 8 total, 8 up, 8 in 2024-09-13T14:23:43.395 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:42 smithi104 ceph-mon[33426]: pgmap v57: 89 pgs: 89 active+clean; 230 MiB data, 709 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:23:43.395 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:42 smithi104 ceph-mon[33426]: Upgrade: Updating node-exporter.b (2/2) 2024-09-13T14:23:43.395 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:42 smithi104 ceph-mon[33426]: Deploying daemon node-exporter.b on smithi104 2024-09-13T14:23:43.396 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:42 smithi104 ceph-mon[33426]: osdmap e251: 8 total, 8 up, 8 in 2024-09-13T14:23:43.671 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:43 smithi104 podman[85861]: 2024-09-13 14:23:43.394552047 +0000 UTC m=+0.137509301 container died 04ef970b0f2d38bf539d1c032dfa111268a1bf65edff69f5d14a221f5c40d63f (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b, maintainer=The Prometheus Authors ) 2024-09-13T14:23:43.926 INFO:tasks.rados.rados.0.smithi071.stdout:714: done (7 left) 2024-09-13T14:23:43.927 INFO:tasks.rados.rados.0.smithi071.stdout:715: done (6 left) 2024-09-13T14:23:43.927 INFO:tasks.rados.rados.0.smithi071.stdout:716: done (5 left) 2024-09-13T14:23:43.927 INFO:tasks.rados.rados.0.smithi071.stdout:717: done (4 left) 2024-09-13T14:23:43.927 INFO:tasks.rados.rados.0.smithi071.stdout:718: done (3 left) 2024-09-13T14:23:43.927 INFO:tasks.rados.rados.0.smithi071.stdout:719: done (2 left) 2024-09-13T14:23:43.927 INFO:tasks.rados.rados.0.smithi071.stdout:720: done (1 left) 2024-09-13T14:23:43.927 INFO:tasks.rados.rados.0.smithi071.stdout:721: done (0 left) 2024-09-13T14:23:43.927 INFO:tasks.rados.rados.0.smithi071.stdout:722: snap_remove snap 63 2024-09-13T14:23:44.016 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:43 smithi104 podman[85861]: 2024-09-13 14:23:43.739899025 +0000 UTC m=+0.482856278 container cleanup 04ef970b0f2d38bf539d1c032dfa111268a1bf65edff69f5d14a221f5c40d63f (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b, maintainer=The Prometheus Authors ) 2024-09-13T14:23:44.016 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:43 smithi104 bash[85861]: ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b 2024-09-13T14:23:44.356 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:44 smithi104 podman[85878]: 2024-09-13 14:23:44.016137119 +0000 UTC m=+0.621539995 container remove 04ef970b0f2d38bf539d1c032dfa111268a1bf65edff69f5d14a221f5c40d63f (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b, maintainer=The Prometheus Authors ) 2024-09-13T14:23:44.356 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:44 smithi104 systemd[1]: ceph-18f8172c-71da-11ef-bceb-c7b262605968@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2024-09-13T14:23:44.357 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:44 smithi104 systemd[1]: ceph-18f8172c-71da-11ef-bceb-c7b262605968@node-exporter.b.service: Failed with result 'exit-code'. 2024-09-13T14:23:44.357 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:44 smithi104 systemd[1]: Stopped Ceph node-exporter.b for 18f8172c-71da-11ef-bceb-c7b262605968. 2024-09-13T14:23:44.357 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:44 smithi104 systemd[1]: ceph-18f8172c-71da-11ef-bceb-c7b262605968@node-exporter.b.service: Consumed 2.364s CPU time. 2024-09-13T14:23:44.671 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:44 smithi104 systemd[1]: Starting Ceph node-exporter.b for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T14:23:44.671 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:44 smithi104 bash[86010]: Trying to pull quay.io/prometheus/node-exporter:v1.7.0... 2024-09-13T14:23:44.941 INFO:tasks.rados.rados.0.smithi071.stdout:722: done (0 left) 2024-09-13T14:23:44.941 INFO:tasks.rados.rados.0.smithi071.stdout:723: read oid 6 snap -1 2024-09-13T14:23:44.941 INFO:tasks.rados.rados.0.smithi071.stdout:723: expect (ObjNum 301 snap 93 seq_num 301) 2024-09-13T14:23:44.941 INFO:tasks.rados.rados.0.smithi071.stdout:724: delete oid 29 current snap is 94 2024-09-13T14:23:44.941 INFO:tasks.rados.rados.0.smithi071.stdout:724: done (1 left) 2024-09-13T14:23:44.942 INFO:tasks.rados.rados.0.smithi071.stdout:725: write oid 46 current snap is 94 2024-09-13T14:23:44.942 INFO:tasks.rados.rados.0.smithi071.stdout:725: seq_num 304 ranges {709328=613463,1989820=645099} 2024-09-13T14:23:44.950 INFO:tasks.rados.rados.0.smithi071.stdout:725: writing smithi07185159-46 from 709328 to 1322791 tid 1 2024-09-13T14:23:44.958 INFO:tasks.rados.rados.0.smithi071.stdout:725: writing smithi07185159-46 from 1989820 to 2634919 tid 2 2024-09-13T14:23:44.958 INFO:tasks.rados.rados.0.smithi071.stdout:726: read oid 18 snap -1 2024-09-13T14:23:44.958 INFO:tasks.rados.rados.0.smithi071.stdout:726: expect (ObjNum 264 snap 82 seq_num 264) 2024-09-13T14:23:44.958 INFO:tasks.rados.rados.0.smithi071.stdout:727: rollback oid 35 current snap is 94 2024-09-13T14:23:44.959 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 35 to 84 2024-09-13T14:23:44.959 INFO:tasks.rados.rados.0.smithi071.stdout:723: expect (ObjNum 301 snap 93 seq_num 301) 2024-09-13T14:23:45.061 INFO:tasks.rados.rados.0.smithi071.stdout:725: finishing write tid 1 to smithi07185159-46 2024-09-13T14:23:45.061 INFO:tasks.rados.rados.0.smithi071.stdout:723: done (3 left) 2024-09-13T14:23:45.062 INFO:tasks.rados.rados.0.smithi071.stdout:728: write oid 31 current snap is 94 2024-09-13T14:23:45.062 INFO:tasks.rados.rados.0.smithi071.stdout:727: finishing rollback tid 0 to smithi07185159-35 2024-09-13T14:23:45.062 INFO:tasks.rados.rados.0.smithi071.stdout:727: finishing rollback tid 1 to smithi07185159-35 2024-09-13T14:23:45.062 INFO:tasks.rados.rados.0.smithi071.stdout:727: finishing rollback tid 2 to smithi07185159-35 2024-09-13T14:23:45.062 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 35 v 335 (ObjNum 196 snap 55 seq_num 196) dirty exists 2024-09-13T14:23:45.062 INFO:tasks.rados.rados.0.smithi071.stdout:725: finishing write tid 2 to smithi07185159-46 2024-09-13T14:23:45.062 INFO:tasks.rados.rados.0.smithi071.stdout:728: seq_num 305 ranges {726135=405065,1764655=788757,3026248=99887} 2024-09-13T14:23:45.067 INFO:tasks.rados.rados.0.smithi071.stdout:728: writing smithi07185159-31 from 726135 to 1131200 tid 1 2024-09-13T14:23:45.074 INFO:tasks.rados.rados.0.smithi071.stdout:728: writing smithi07185159-31 from 1764655 to 2553412 tid 2 2024-09-13T14:23:45.078 INFO:tasks.rados.rados.0.smithi071.stdout:728: writing smithi07185159-31 from 3026248 to 3126135 tid 3 2024-09-13T14:23:45.078 INFO:tasks.rados.rados.0.smithi071.stdout:727: done (3 left) 2024-09-13T14:23:45.078 INFO:tasks.rados.rados.0.smithi071.stdout:729: write oid 50 current snap is 94 2024-09-13T14:23:45.078 INFO:tasks.rados.rados.0.smithi071.stdout:729: seq_num 306 ranges {742942=480314,1823137=648768} 2024-09-13T14:23:45.084 INFO:tasks.rados.rados.0.smithi071.stdout:729: writing smithi07185159-50 from 742942 to 1223256 tid 1 2024-09-13T14:23:45.091 INFO:tasks.rados.rados.0.smithi071.stdout:729: writing smithi07185159-50 from 1823137 to 2471905 tid 2 2024-09-13T14:23:45.091 INFO:tasks.rados.rados.0.smithi071.stdout:730: delete oid 2 current snap is 94 2024-09-13T14:23:45.091 INFO:tasks.rados.rados.0.smithi071.stdout:725: finishing write tid 3 to smithi07185159-46 2024-09-13T14:23:45.091 INFO:tasks.rados.rados.0.smithi071.stdout:725: finishing write tid 4 to smithi07185159-46 2024-09-13T14:23:45.091 INFO:tasks.rados.rados.0.smithi071.stdout:725: oid 46 updating version 0 to 404 2024-09-13T14:23:45.091 INFO:tasks.rados.rados.0.smithi071.stdout:725: oid 46 updating version 404 to 405 2024-09-13T14:23:45.091 INFO:tasks.rados.rados.0.smithi071.stdout:725: oid 46 version 405 is already newer than 403 2024-09-13T14:23:45.091 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 46 v 405 (ObjNum 304 snap 94 seq_num 304) dirty exists 2024-09-13T14:23:45.091 INFO:tasks.rados.rados.0.smithi071.stdout:725: left oid 46 (ObjNum 304 snap 94 seq_num 304) 2024-09-13T14:23:45.091 INFO:tasks.rados.rados.0.smithi071.stdout:726: expect (ObjNum 264 snap 82 seq_num 264) 2024-09-13T14:23:45.250 INFO:tasks.rados.rados.0.smithi071.stdout:728: finishing write tid 1 to smithi07185159-31 2024-09-13T14:23:45.250 INFO:tasks.rados.rados.0.smithi071.stdout:728: finishing write tid 2 to smithi07185159-31 2024-09-13T14:23:45.251 INFO:tasks.rados.rados.0.smithi071.stdout:728: finishing write tid 3 to smithi07185159-31 2024-09-13T14:23:45.251 INFO:tasks.rados.rados.0.smithi071.stdout:728: finishing write tid 4 to smithi07185159-31 2024-09-13T14:23:45.251 INFO:tasks.rados.rados.0.smithi071.stdout:728: finishing write tid 5 to smithi07185159-31 2024-09-13T14:23:45.251 INFO:tasks.rados.rados.0.smithi071.stdout:728: oid 31 updating version 0 to 355 2024-09-13T14:23:45.251 INFO:tasks.rados.rados.0.smithi071.stdout:728: oid 31 updating version 355 to 358 2024-09-13T14:23:45.251 INFO:tasks.rados.rados.0.smithi071.stdout:728: oid 31 version 358 is already newer than 356 2024-09-13T14:23:45.251 INFO:tasks.rados.rados.0.smithi071.stdout:728: oid 31 version 358 is already newer than 357 2024-09-13T14:23:45.251 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 31 v 358 (ObjNum 305 snap 94 seq_num 305) dirty exists 2024-09-13T14:23:45.251 INFO:tasks.rados.rados.0.smithi071.stdout:728: left oid 31 (ObjNum 305 snap 94 seq_num 305) 2024-09-13T14:23:45.251 INFO:tasks.rados.rados.0.smithi071.stdout:729: finishing write tid 1 to smithi07185159-50 2024-09-13T14:23:45.251 INFO:tasks.rados.rados.0.smithi071.stdout:725: done (4 left) 2024-09-13T14:23:45.251 INFO:tasks.rados.rados.0.smithi071.stdout:726: done (3 left) 2024-09-13T14:23:45.252 INFO:tasks.rados.rados.0.smithi071.stdout:728: done (2 left) 2024-09-13T14:23:45.252 INFO:tasks.rados.rados.0.smithi071.stdout:730: done (1 left) 2024-09-13T14:23:45.252 INFO:tasks.rados.rados.0.smithi071.stdout:731: snap_remove snap 93 2024-09-13T14:23:45.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:44 smithi071 ceph-mon[29588]: osdmap e252: 8 total, 8 up, 8 in 2024-09-13T14:23:45.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:44 smithi071 ceph-mon[29588]: pgmap v60: 89 pgs: 89 active+clean; 232 MiB data, 696 MiB used, 715 GiB / 715 GiB avail; 9.1 MiB/s rd, 2.3 MiB/s wr, 19 op/s 2024-09-13T14:23:45.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:44 smithi071 ceph-mon[41109]: osdmap e252: 8 total, 8 up, 8 in 2024-09-13T14:23:45.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:44 smithi071 ceph-mon[41109]: pgmap v60: 89 pgs: 89 active+clean; 232 MiB data, 696 MiB used, 715 GiB / 715 GiB avail; 9.1 MiB/s rd, 2.3 MiB/s wr, 19 op/s 2024-09-13T14:23:45.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:44 smithi104 ceph-mon[33426]: osdmap e252: 8 total, 8 up, 8 in 2024-09-13T14:23:45.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:44 smithi104 ceph-mon[33426]: pgmap v60: 89 pgs: 89 active+clean; 232 MiB data, 696 MiB used, 715 GiB / 715 GiB avail; 9.1 MiB/s rd, 2.3 MiB/s wr, 19 op/s 2024-09-13T14:23:45.421 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:44 smithi104 bash[86010]: Getting image source signatures 2024-09-13T14:23:45.422 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:44 smithi104 bash[86010]: Copying blob sha256:324153f2810a9927fcce320af9e4e291e0b6e805cbdd1f338386c756b9defa24 2024-09-13T14:23:45.422 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:44 smithi104 bash[86010]: Copying blob sha256:455fd88e5221bc1e278ef2d059cd70e4df99a24e5af050ede621534276f6cf9a 2024-09-13T14:23:45.422 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:44 smithi104 bash[86010]: Copying blob sha256:2abcce694348cd2c949c0e98a7400ebdfd8341021bcf6b541bc72033ce982510 2024-09-13T14:23:45.727 INFO:teuthology.orchestra.run.smithi071.stdout:true 2024-09-13T14:23:45.935 INFO:tasks.rados.rados.0.smithi071.stdout:731: done (1 left) 2024-09-13T14:23:45.935 INFO:tasks.rados.rados.0.smithi071.stdout:732: write oid 46 current snap is 94 2024-09-13T14:23:45.935 INFO:tasks.rados.rados.0.smithi071.stdout:732: seq_num 308 ranges {776556=630812,1823748=652437,3108517=68039} 2024-09-13T14:23:45.942 INFO:tasks.rados.rados.0.smithi071.stdout:732: writing smithi07185159-46 from 776556 to 1407368 tid 1 2024-09-13T14:23:45.948 INFO:tasks.rados.rados.0.smithi071.stdout:732: writing smithi07185159-46 from 1823748 to 2476185 tid 2 2024-09-13T14:23:45.952 INFO:tasks.rados.rados.0.smithi071.stdout:732: writing smithi07185159-46 from 3108517 to 3176556 tid 3 2024-09-13T14:23:45.953 INFO:tasks.rados.rados.0.smithi071.stdout:733: delete oid 13 current snap is 94 2024-09-13T14:23:45.953 INFO:tasks.rados.rados.0.smithi071.stdout:729: finishing write tid 2 to smithi07185159-50 2024-09-13T14:23:45.953 INFO:tasks.rados.rados.0.smithi071.stdout:729: finishing write tid 3 to smithi07185159-50 2024-09-13T14:23:45.953 INFO:tasks.rados.rados.0.smithi071.stdout:729: finishing write tid 4 to smithi07185159-50 2024-09-13T14:23:45.953 INFO:tasks.rados.rados.0.smithi071.stdout:729: oid 50 updating version 0 to 722 2024-09-13T14:23:45.953 INFO:tasks.rados.rados.0.smithi071.stdout:729: oid 50 updating version 722 to 724 2024-09-13T14:23:45.953 INFO:tasks.rados.rados.0.smithi071.stdout:729: oid 50 version 724 is already newer than 723 2024-09-13T14:23:45.953 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 50 v 724 (ObjNum 306 snap 94 seq_num 306) dirty exists 2024-09-13T14:23:45.953 INFO:tasks.rados.rados.0.smithi071.stdout:729: left oid 50 (ObjNum 306 snap 94 seq_num 306) 2024-09-13T14:23:45.953 INFO:tasks.rados.rados.0.smithi071.stdout:732: finishing write tid 1 to smithi07185159-46 2024-09-13T14:23:45.953 INFO:tasks.rados.rados.0.smithi071.stdout:732: finishing write tid 2 to smithi07185159-46 2024-09-13T14:23:45.954 INFO:tasks.rados.rados.0.smithi071.stdout:732: finishing write tid 3 to smithi07185159-46 2024-09-13T14:23:45.954 INFO:tasks.rados.rados.0.smithi071.stdout:732: finishing write tid 4 to smithi07185159-46 2024-09-13T14:23:45.955 INFO:tasks.rados.rados.0.smithi071.stdout:732: finishing write tid 5 to smithi07185159-46 2024-09-13T14:23:45.955 INFO:tasks.rados.rados.0.smithi071.stdout:732: oid 46 updating version 0 to 410 2024-09-13T14:23:45.955 INFO:tasks.rados.rados.0.smithi071.stdout:732: oid 46 version 410 is already newer than 409 2024-09-13T14:23:45.955 INFO:tasks.rados.rados.0.smithi071.stdout:732: oid 46 updating version 410 to 411 2024-09-13T14:23:45.955 INFO:tasks.rados.rados.0.smithi071.stdout:732: oid 46 version 411 is already newer than 408 2024-09-13T14:23:45.955 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 46 v 411 (ObjNum 308 snap 94 seq_num 308) dirty exists 2024-09-13T14:23:45.956 INFO:tasks.rados.rados.0.smithi071.stdout:732: left oid 46 (ObjNum 308 snap 94 seq_num 308) 2024-09-13T14:23:45.956 INFO:tasks.rados.rados.0.smithi071.stdout:729: done (2 left) 2024-09-13T14:23:45.956 INFO:tasks.rados.rados.0.smithi071.stdout:732: done (1 left) 2024-09-13T14:23:45.956 INFO:tasks.rados.rados.0.smithi071.stdout:733: done (0 left) 2024-09-13T14:23:45.956 INFO:tasks.rados.rados.0.smithi071.stdout:734: write oid 46 current snap is 94 2024-09-13T14:23:45.956 INFO:tasks.rados.rados.0.smithi071.stdout:734: seq_num 310 ranges {410170=781310,1940712=656106,3163363=46807} 2024-09-13T14:23:45.961 INFO:tasks.rados.rados.0.smithi071.stdout:734: writing smithi07185159-46 from 410170 to 1191480 tid 1 2024-09-13T14:23:45.969 INFO:tasks.rados.rados.0.smithi071.stdout:734: writing smithi07185159-46 from 1940712 to 2596818 tid 2 2024-09-13T14:23:45.973 INFO:tasks.rados.rados.0.smithi071.stdout:734: writing smithi07185159-46 from 3163363 to 3210170 tid 3 2024-09-13T14:23:45.973 INFO:tasks.rados.rados.0.smithi071.stdout:735: write oid 30 current snap is 94 2024-09-13T14:23:45.973 INFO:tasks.rados.rados.0.smithi071.stdout:734: finishing write tid 1 to smithi07185159-46 2024-09-13T14:23:45.973 INFO:tasks.rados.rados.0.smithi071.stdout:735: seq_num 311 ranges {426977=456559,1482841=799764,2958080=268897} 2024-09-13T14:23:45.977 INFO:tasks.rados.rados.0.smithi071.stdout:735: writing smithi07185159-30 from 426977 to 883536 tid 1 2024-09-13T14:23:45.985 INFO:tasks.rados.rados.0.smithi071.stdout:735: writing smithi07185159-30 from 1482841 to 2282605 tid 2 2024-09-13T14:23:45.993 INFO:tasks.rados.rados.0.smithi071.stdout:735: writing smithi07185159-30 from 2958080 to 3226977 tid 3 2024-09-13T14:23:45.993 INFO:tasks.rados.rados.0.smithi071.stdout:736: rollback oid 6 current snap is 94 2024-09-13T14:23:45.993 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 6 to 85 2024-09-13T14:23:45.994 INFO:tasks.rados.rados.0.smithi071.stdout:734: finishing write tid 2 to smithi07185159-46 2024-09-13T14:23:45.994 INFO:tasks.rados.rados.0.smithi071.stdout:734: finishing write tid 3 to smithi07185159-46 2024-09-13T14:23:45.994 INFO:tasks.rados.rados.0.smithi071.stdout:734: finishing write tid 4 to smithi07185159-46 2024-09-13T14:23:45.994 INFO:tasks.rados.rados.0.smithi071.stdout:734: finishing write tid 5 to smithi07185159-46 2024-09-13T14:23:45.994 INFO:tasks.rados.rados.0.smithi071.stdout:734: oid 46 updating version 0 to 414 2024-09-13T14:23:45.994 INFO:tasks.rados.rados.0.smithi071.stdout:734: oid 46 updating version 414 to 417 2024-09-13T14:23:45.994 INFO:tasks.rados.rados.0.smithi071.stdout:734: oid 46 version 417 is already newer than 416 2024-09-13T14:23:45.994 INFO:tasks.rados.rados.0.smithi071.stdout:734: oid 46 version 417 is already newer than 415 2024-09-13T14:23:45.994 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 46 v 417 (ObjNum 310 snap 94 seq_num 310) dirty exists 2024-09-13T14:23:45.994 INFO:tasks.rados.rados.0.smithi071.stdout:734: left oid 46 (ObjNum 310 snap 94 seq_num 310) 2024-09-13T14:23:45.995 INFO:tasks.rados.rados.0.smithi071.stdout:734: done (2 left) 2024-09-13T14:23:45.995 INFO:tasks.rados.rados.0.smithi071.stdout:737: rollback oid 23 current snap is 94 2024-09-13T14:23:45.995 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 23 to 90 2024-09-13T14:23:45.995 INFO:tasks.rados.rados.0.smithi071.stdout:735: finishing write tid 1 to smithi07185159-30 2024-09-13T14:23:45.995 INFO:tasks.rados.rados.0.smithi071.stdout:735: finishing write tid 2 to smithi07185159-30 2024-09-13T14:23:45.995 INFO:tasks.rados.rados.0.smithi071.stdout:738: read oid 17 snap 89 2024-09-13T14:23:45.995 INFO:tasks.rados.rados.0.smithi071.stdout:738: expect (ObjNum 259 snap 81 seq_num 259) 2024-09-13T14:23:45.995 INFO:tasks.rados.rados.0.smithi071.stdout:739: read oid 22 snap -1 2024-09-13T14:23:45.995 INFO:tasks.rados.rados.0.smithi071.stdout:739: expect (ObjNum 287 snap 89 seq_num 287) 2024-09-13T14:23:45.995 INFO:tasks.rados.rados.0.smithi071.stdout:740: snap_create 2024-09-13T14:23:45.995 INFO:tasks.rados.rados.0.smithi071.stdout:737: finishing rollback tid 1 to smithi07185159-23 2024-09-13T14:23:45.995 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 23 v 0 (ObjNum 1265 snap 0 seq_num 3737267848) dirty dne 2024-09-13T14:23:45.995 INFO:tasks.rados.rados.0.smithi071.stdout:735: finishing write tid 3 to smithi07185159-30 2024-09-13T14:23:45.995 INFO:tasks.rados.rados.0.smithi071.stdout:735: finishing write tid 4 to smithi07185159-30 2024-09-13T14:23:45.996 INFO:tasks.rados.rados.0.smithi071.stdout:735: finishing write tid 5 to smithi07185159-30 2024-09-13T14:23:45.996 INFO:tasks.rados.rados.0.smithi071.stdout:735: oid 30 updating version 0 to 162 2024-09-13T14:23:45.996 INFO:tasks.rados.rados.0.smithi071.stdout:735: oid 30 version 162 is already newer than 161 2024-09-13T14:23:45.996 INFO:tasks.rados.rados.0.smithi071.stdout:735: oid 30 updating version 162 to 163 2024-09-13T14:23:45.996 INFO:tasks.rados.rados.0.smithi071.stdout:735: oid 30 version 163 is already newer than 160 2024-09-13T14:23:45.996 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 30 v 163 (ObjNum 311 snap 94 seq_num 311) dirty exists 2024-09-13T14:23:45.996 INFO:tasks.rados.rados.0.smithi071.stdout:735: left oid 30 (ObjNum 311 snap 94 seq_num 311) 2024-09-13T14:23:45.996 INFO:tasks.rados.rados.0.smithi071.stdout:736: finishing rollback tid 0 to smithi07185159-6 2024-09-13T14:23:45.996 INFO:tasks.rados.rados.0.smithi071.stdout:736: finishing rollback tid 1 to smithi07185159-6 2024-09-13T14:23:45.996 INFO:tasks.rados.rados.0.smithi071.stdout:736: finishing rollback tid 2 to smithi07185159-6 2024-09-13T14:23:45.996 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 6 v 729 (ObjNum 226 snap 66 seq_num 226) dirty exists 2024-09-13T14:23:45.997 INFO:tasks.rados.rados.0.smithi071.stdout:738: expect (ObjNum 259 snap 81 seq_num 259) 2024-09-13T14:23:46.104 INFO:tasks.rados.rados.0.smithi071.stdout:739: expect (ObjNum 287 snap 89 seq_num 287) 2024-09-13T14:23:46.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:45 smithi071 ceph-mon[29588]: osdmap e253: 8 total, 8 up, 8 in 2024-09-13T14:23:46.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:45 smithi071 ceph-mon[29588]: from='client.24920 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:23:46.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:45 smithi071 ceph-mon[41109]: osdmap e253: 8 total, 8 up, 8 in 2024-09-13T14:23:46.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:45 smithi071 ceph-mon[41109]: from='client.24920 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:23:46.293 INFO:teuthology.orchestra.run.smithi071.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-13T14:23:46.293 INFO:teuthology.orchestra.run.smithi071.stdout:alertmanager.a smithi071 *:9093,9094 running (4m) 35s ago 5m 28.0M - 0.25.0 c8568f914cd2 899307b1c0a9 2024-09-13T14:23:46.293 INFO:teuthology.orchestra.run.smithi071.stdout:grafana.a smithi104 *:3000 running (5m) 15s ago 5m 90.4M - 9.4.7 954c08fa6188 d4649d095d6e 2024-09-13T14:23:46.293 INFO:teuthology.orchestra.run.smithi071.stdout:mds.foo.smithi071.awdchm smithi071 running (4m) 35s ago 4m 19.3M - 18.2.4-843-g2c01458a c129f5a2fd4e 3a46cf5b0e24 2024-09-13T14:23:46.294 INFO:teuthology.orchestra.run.smithi071.stdout:mds.foo.smithi104.uecrqj smithi104 running (4m) 15s ago 4m 14.4M - 18.2.4-843-g2c01458a c129f5a2fd4e 3d72a892eecb 2024-09-13T14:23:46.294 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.x smithi104 *:8443,9283,8765 running (20s) 15s ago 9m 71.8M - 19.3.0-4697-gd58f7306 fec07016a2b0 d080c1ba10a3 2024-09-13T14:23:46.294 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.y smithi071 *:8443,9283,8765 running (48s) 35s ago 10m 490M - 19.3.0-4697-gd58f7306 fec07016a2b0 f93807043c77 2024-09-13T14:23:46.294 INFO:teuthology.orchestra.run.smithi071.stdout:mon.a smithi071 running (11m) 35s ago 11m 56.7M 2048M 18.2.4-843-g2c01458a c129f5a2fd4e 03dc48b4bc43 2024-09-13T14:23:46.294 INFO:teuthology.orchestra.run.smithi071.stdout:mon.b smithi104 running (9m) 15s ago 9m 48.5M 2048M 18.2.4-843-g2c01458a c129f5a2fd4e ecd51e95c619 2024-09-13T14:23:46.294 INFO:teuthology.orchestra.run.smithi071.stdout:mon.c smithi071 running (9m) 35s ago 9m 44.2M 2048M 18.2.4-843-g2c01458a c129f5a2fd4e 41b61ccb60e8 2024-09-13T14:23:46.294 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.a smithi071 *:9100 starting - - - - 2024-09-13T14:23:46.294 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.b smithi104 *:9100 running (4m) 15s ago 4m 15.6M - 1.5.0 0da6a335fe13 04ef970b0f2d 2024-09-13T14:23:46.295 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0 smithi071 running (8m) 35s ago 8m 75.6M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 4620af289781 2024-09-13T14:23:46.295 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1 smithi071 running (8m) 35s ago 8m 65.0M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 6219ea84d5da 2024-09-13T14:23:46.295 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2 smithi071 running (8m) 35s ago 8m 88.5M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e dbb670583d0d 2024-09-13T14:23:46.295 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3 smithi071 running (7m) 35s ago 7m 60.9M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 3859c11423d8 2024-09-13T14:23:46.295 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4 smithi104 running (7m) 15s ago 7m 78.8M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 7641d6ca037c 2024-09-13T14:23:46.295 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5 smithi104 running (6m) 15s ago 6m 82.2M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e d171c1dc9aca 2024-09-13T14:23:46.295 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6 smithi104 running (6m) 15s ago 6m 72.9M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 7cd98596a2db 2024-09-13T14:23:46.295 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7 smithi104 running (6m) 15s ago 6m 76.5M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e c0657150d5d6 2024-09-13T14:23:46.296 INFO:teuthology.orchestra.run.smithi071.stdout:prometheus.a smithi104 *:9095 running (25s) 15s ago 5m 37.2M - 2.43.0 a07b618ecd1d eeea492b3322 2024-09-13T14:23:46.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:45 smithi104 ceph-mon[33426]: osdmap e253: 8 total, 8 up, 8 in 2024-09-13T14:23:46.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:45 smithi104 ceph-mon[33426]: from='client.24920 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:23:46.625 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:23:46.625 INFO:teuthology.orchestra.run.smithi071.stdout: "mon": { 2024-09-13T14:23:46.625 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)": 3 2024-09-13T14:23:46.625 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:23:46.625 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr": { 2024-09-13T14:23:46.625 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 19.3.0-4697-gd58f7306 (d58f73069a8157a9ace12a0247ee3e8497707ea9) squid (dev)": 2 2024-09-13T14:23:46.625 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:23:46.625 INFO:teuthology.orchestra.run.smithi071.stdout: "osd": { 2024-09-13T14:23:46.625 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)": 8 2024-09-13T14:23:46.625 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:23:46.626 INFO:teuthology.orchestra.run.smithi071.stdout: "mds": { 2024-09-13T14:23:46.626 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)": 2 2024-09-13T14:23:46.626 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:23:46.626 INFO:teuthology.orchestra.run.smithi071.stdout: "overall": { 2024-09-13T14:23:46.626 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)": 13, 2024-09-13T14:23:46.626 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 19.3.0-4697-gd58f7306 (d58f73069a8157a9ace12a0247ee3e8497707ea9) squid (dev)": 2 2024-09-13T14:23:46.626 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:23:46.626 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:23:46.905 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:23:46.905 INFO:teuthology.orchestra.run.smithi071.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f", 2024-09-13T14:23:46.905 INFO:teuthology.orchestra.run.smithi071.stdout: "in_progress": true, 2024-09-13T14:23:46.905 INFO:teuthology.orchestra.run.smithi071.stdout: "which": "Upgrading daemons of type(s) mgr", 2024-09-13T14:23:46.905 INFO:teuthology.orchestra.run.smithi071.stdout: "services_complete": [ 2024-09-13T14:23:46.905 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr" 2024-09-13T14:23:46.906 INFO:teuthology.orchestra.run.smithi071.stdout: ], 2024-09-13T14:23:46.906 INFO:teuthology.orchestra.run.smithi071.stdout: "progress": "2/2 daemons upgraded", 2024-09-13T14:23:46.906 INFO:teuthology.orchestra.run.smithi071.stdout: "message": "Currently upgrading node-exporter daemons", 2024-09-13T14:23:46.906 INFO:teuthology.orchestra.run.smithi071.stdout: "is_paused": false 2024-09-13T14:23:46.906 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:23:46.945 INFO:tasks.rados.rados.0.smithi071.stdout:735: done (5 left) 2024-09-13T14:23:46.946 INFO:tasks.rados.rados.0.smithi071.stdout:736: done (4 left) 2024-09-13T14:23:46.946 INFO:tasks.rados.rados.0.smithi071.stdout:737: done (3 left) 2024-09-13T14:23:46.946 INFO:tasks.rados.rados.0.smithi071.stdout:738: done (2 left) 2024-09-13T14:23:46.946 INFO:tasks.rados.rados.0.smithi071.stdout:739: done (1 left) 2024-09-13T14:23:46.946 INFO:tasks.rados.rados.0.smithi071.stdout:740: done (0 left) 2024-09-13T14:23:46.946 INFO:tasks.rados.rados.0.smithi071.stdout:741: snap_create 2024-09-13T14:23:47.305 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:47 smithi104 bash[86010]: Copying config sha256:72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e 2024-09-13T14:23:47.305 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:46 smithi104 ceph-mon[33426]: osdmap e254: 8 total, 8 up, 8 in 2024-09-13T14:23:47.305 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:46 smithi104 ceph-mon[33426]: from='client.15027 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:23:47.305 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:46 smithi104 ceph-mon[33426]: pgmap v63: 89 pgs: 89 active+clean; 232 MiB data, 696 MiB used, 715 GiB / 715 GiB avail; 9.1 MiB/s rd, 2.3 MiB/s wr, 19 op/s 2024-09-13T14:23:47.305 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:46 smithi104 ceph-mon[33426]: from='client.15033 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:23:47.305 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:46 smithi104 ceph-mon[33426]: from='client.? 172.21.15.71:0/1822611839' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:47.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:46 smithi071 ceph-mon[29588]: osdmap e254: 8 total, 8 up, 8 in 2024-09-13T14:23:47.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:46 smithi071 ceph-mon[29588]: from='client.15027 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:23:47.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:46 smithi071 ceph-mon[29588]: pgmap v63: 89 pgs: 89 active+clean; 232 MiB data, 696 MiB used, 715 GiB / 715 GiB avail; 9.1 MiB/s rd, 2.3 MiB/s wr, 19 op/s 2024-09-13T14:23:47.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:46 smithi071 ceph-mon[29588]: from='client.15033 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:23:47.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:46 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/1822611839' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:47.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:46 smithi071 ceph-mon[41109]: osdmap e254: 8 total, 8 up, 8 in 2024-09-13T14:23:47.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:46 smithi071 ceph-mon[41109]: from='client.15027 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:23:47.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:46 smithi071 ceph-mon[41109]: pgmap v63: 89 pgs: 89 active+clean; 232 MiB data, 696 MiB used, 715 GiB / 715 GiB avail; 9.1 MiB/s rd, 2.3 MiB/s wr, 19 op/s 2024-09-13T14:23:47.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:46 smithi071 ceph-mon[41109]: from='client.15033 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:23:47.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:46 smithi071 ceph-mon[41109]: from='client.? 172.21.15.71:0/1822611839' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:47.574 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:47 smithi104 bash[86010]: Writing manifest to image destination 2024-09-13T14:23:47.920 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:47 smithi104 podman[86010]: 2024-09-13 14:23:47.560344152 +0000 UTC m=+3.112530442 image pull 72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e quay.io/prometheus/node-exporter:v1.7.0 2024-09-13T14:23:47.920 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:47 smithi104 podman[86010]: 2024-09-13 14:23:47.683692266 +0000 UTC m=+3.235878563 container create 378ebb14ddbdeb615f119a61a4b1f9e60e1ce2f84bfdb15883e67fe20c2f48ac (image=quay.io/prometheus/node-exporter:v1.7.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b, maintainer=The Prometheus Authors ) 2024-09-13T14:23:47.947 INFO:tasks.rados.rados.0.smithi071.stdout:741: done (0 left) 2024-09-13T14:23:47.947 INFO:tasks.rados.rados.0.smithi071.stdout:742: rollback oid 17 current snap is 96 2024-09-13T14:23:47.947 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 17 to 95 2024-09-13T14:23:47.947 INFO:tasks.rados.rados.0.smithi071.stdout:743: write oid 42 current snap is 96 2024-09-13T14:23:47.948 INFO:tasks.rados.rados.0.smithi071.stdout:743: seq_num 312 ranges {443784=648161,1657676=659775,2818209=425575} 2024-09-13T14:23:47.953 INFO:tasks.rados.rados.0.smithi071.stdout:743: writing smithi07185159-42 from 443784 to 1091945 tid 1 2024-09-13T14:23:47.961 INFO:tasks.rados.rados.0.smithi071.stdout:743: writing smithi07185159-42 from 1657676 to 2317451 tid 2 2024-09-13T14:23:47.966 INFO:tasks.rados.rados.0.smithi071.stdout:743: writing smithi07185159-42 from 2818209 to 3243784 tid 3 2024-09-13T14:23:47.967 INFO:tasks.rados.rados.0.smithi071.stdout:744: rollback oid 47 current snap is 96 2024-09-13T14:23:47.967 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 47 to 86 2024-09-13T14:23:47.967 INFO:tasks.rados.rados.0.smithi071.stdout:742: finishing rollback tid 0 to smithi07185159-17 2024-09-13T14:23:47.967 INFO:tasks.rados.rados.0.smithi071.stdout:742: finishing rollback tid 1 to smithi07185159-17 2024-09-13T14:23:47.967 INFO:tasks.rados.rados.0.smithi071.stdout:742: finishing rollback tid 2 to smithi07185159-17 2024-09-13T14:23:47.967 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 17 v 234 (ObjNum 259 snap 81 seq_num 259) dirty exists 2024-09-13T14:23:47.967 INFO:tasks.rados.rados.0.smithi071.stdout:743: finishing write tid 1 to smithi07185159-42 2024-09-13T14:23:47.967 INFO:tasks.rados.rados.0.smithi071.stdout:743: finishing write tid 2 to smithi07185159-42 2024-09-13T14:23:47.967 INFO:tasks.rados.rados.0.smithi071.stdout:742: done (2 left) 2024-09-13T14:23:47.967 INFO:tasks.rados.rados.0.smithi071.stdout:745: write oid 4 current snap is 96 2024-09-13T14:23:47.967 INFO:tasks.rados.rados.0.smithi071.stdout:745: seq_num 313 ranges {460591=723410,1716158=403433,2729279=440140} 2024-09-13T14:23:47.972 INFO:tasks.rados.rados.0.smithi071.stdout:745: writing smithi07185159-4 from 460591 to 1184001 tid 1 2024-09-13T14:23:47.977 INFO:tasks.rados.rados.0.smithi071.stdout:745: writing smithi07185159-4 from 1716158 to 2119591 tid 2 2024-09-13T14:23:47.984 INFO:tasks.rados.rados.0.smithi071.stdout:745: writing smithi07185159-4 from 2729279 to 3169419 tid 3 2024-09-13T14:23:47.984 INFO:tasks.rados.rados.0.smithi071.stdout:746: write oid 36 current snap is 96 2024-09-13T14:23:47.984 INFO:tasks.rados.rados.0.smithi071.stdout:743: finishing write tid 3 to smithi07185159-42 2024-09-13T14:23:47.985 INFO:tasks.rados.rados.0.smithi071.stdout:743: finishing write tid 4 to smithi07185159-42 2024-09-13T14:23:47.985 INFO:tasks.rados.rados.0.smithi071.stdout:743: finishing write tid 5 to smithi07185159-42 2024-09-13T14:23:47.985 INFO:tasks.rados.rados.0.smithi071.stdout:743: oid 42 updating version 0 to 467 2024-09-13T14:23:47.985 INFO:tasks.rados.rados.0.smithi071.stdout:743: oid 42 version 467 is already newer than 466 2024-09-13T14:23:47.985 INFO:tasks.rados.rados.0.smithi071.stdout:743: oid 42 version 467 is already newer than 464 2024-09-13T14:23:47.985 INFO:tasks.rados.rados.0.smithi071.stdout:743: oid 42 version 467 is already newer than 465 2024-09-13T14:23:47.986 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 42 v 467 (ObjNum 312 snap 96 seq_num 312) dirty exists 2024-09-13T14:23:47.986 INFO:tasks.rados.rados.0.smithi071.stdout:743: left oid 42 (ObjNum 312 snap 96 seq_num 312) 2024-09-13T14:23:47.986 INFO:tasks.rados.rados.0.smithi071.stdout:744: finishing rollback tid 1 to smithi07185159-47 2024-09-13T14:23:47.986 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 47 v 0 (ObjNum 129 snap 0 seq_num 1960855144) dirty dne 2024-09-13T14:23:47.986 INFO:tasks.rados.rados.0.smithi071.stdout:745: finishing write tid 1 to smithi07185159-4 2024-09-13T14:23:47.986 INFO:tasks.rados.rados.0.smithi071.stdout:745: finishing write tid 2 to smithi07185159-4 2024-09-13T14:23:47.986 INFO:tasks.rados.rados.0.smithi071.stdout:746: seq_num 314 ranges {477398=798659,1774640=663444,2873055=404343} 2024-09-13T14:23:47.990 INFO:tasks.rados.rados.0.smithi071.stdout:746: writing smithi07185159-36 from 477398 to 1276057 tid 1 2024-09-13T14:23:47.996 INFO:tasks.rados.rados.0.smithi071.stdout:746: writing smithi07185159-36 from 1774640 to 2438084 tid 2 2024-09-13T14:23:48.001 INFO:tasks.rados.rados.0.smithi071.stdout:746: writing smithi07185159-36 from 2873055 to 3277398 tid 3 2024-09-13T14:23:48.002 INFO:tasks.rados.rados.0.smithi071.stdout:743: done (3 left) 2024-09-13T14:23:48.002 INFO:tasks.rados.rados.0.smithi071.stdout:744: done (2 left) 2024-09-13T14:23:48.002 INFO:tasks.rados.rados.0.smithi071.stdout:747: read oid 17 snap -1 2024-09-13T14:23:48.002 INFO:tasks.rados.rados.0.smithi071.stdout:747: expect (ObjNum 259 snap 81 seq_num 259) 2024-09-13T14:23:48.002 INFO:tasks.rados.rados.0.smithi071.stdout:748: delete oid 18 current snap is 96 2024-09-13T14:23:48.002 INFO:tasks.rados.rados.0.smithi071.stdout:745: finishing write tid 3 to smithi07185159-4 2024-09-13T14:23:48.002 INFO:tasks.rados.rados.0.smithi071.stdout:745: finishing write tid 4 to smithi07185159-4 2024-09-13T14:23:48.002 INFO:tasks.rados.rados.0.smithi071.stdout:745: finishing write tid 5 to smithi07185159-4 2024-09-13T14:23:48.003 INFO:tasks.rados.rados.0.smithi071.stdout:745: oid 4 updating version 0 to 363 2024-09-13T14:23:48.003 INFO:tasks.rados.rados.0.smithi071.stdout:745: oid 4 updating version 363 to 364 2024-09-13T14:23:48.003 INFO:tasks.rados.rados.0.smithi071.stdout:745: oid 4 version 364 is already newer than 361 2024-09-13T14:23:48.003 INFO:tasks.rados.rados.0.smithi071.stdout:745: oid 4 version 364 is already newer than 362 2024-09-13T14:23:48.003 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 4 v 364 (ObjNum 313 snap 96 seq_num 313) dirty exists 2024-09-13T14:23:48.003 INFO:tasks.rados.rados.0.smithi071.stdout:745: left oid 4 (ObjNum 313 snap 96 seq_num 313) 2024-09-13T14:23:48.003 INFO:tasks.rados.rados.0.smithi071.stdout:746: finishing write tid 1 to smithi07185159-36 2024-09-13T14:23:48.003 INFO:tasks.rados.rados.0.smithi071.stdout:746: finishing write tid 2 to smithi07185159-36 2024-09-13T14:23:48.003 INFO:tasks.rados.rados.0.smithi071.stdout:745: done (3 left) 2024-09-13T14:23:48.003 INFO:tasks.rados.rados.0.smithi071.stdout:748: done (2 left) 2024-09-13T14:23:48.004 INFO:tasks.rados.rados.0.smithi071.stdout:749: snap_create 2024-09-13T14:23:48.004 INFO:tasks.rados.rados.0.smithi071.stdout:747: expect (ObjNum 259 snap 81 seq_num 259) 2024-09-13T14:23:48.121 INFO:tasks.rados.rados.0.smithi071.stdout:746: finishing write tid 3 to smithi07185159-36 2024-09-13T14:23:48.121 INFO:tasks.rados.rados.0.smithi071.stdout:746: finishing write tid 4 to smithi07185159-36 2024-09-13T14:23:48.121 INFO:tasks.rados.rados.0.smithi071.stdout:746: finishing write tid 5 to smithi07185159-36 2024-09-13T14:23:48.121 INFO:tasks.rados.rados.0.smithi071.stdout:746: oid 36 updating version 0 to 114 2024-09-13T14:23:48.121 INFO:tasks.rados.rados.0.smithi071.stdout:746: oid 36 version 114 is already newer than 111 2024-09-13T14:23:48.121 INFO:tasks.rados.rados.0.smithi071.stdout:746: oid 36 version 114 is already newer than 112 2024-09-13T14:23:48.121 INFO:tasks.rados.rados.0.smithi071.stdout:746: oid 36 version 114 is already newer than 113 2024-09-13T14:23:48.122 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 36 v 114 (ObjNum 314 snap 96 seq_num 314) dirty exists 2024-09-13T14:23:48.122 INFO:tasks.rados.rados.0.smithi071.stdout:746: left oid 36 (ObjNum 314 snap 96 seq_num 314) 2024-09-13T14:23:48.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:47 smithi104 ceph-mon[33426]: from='client.24944 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:23:48.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:47 smithi104 ceph-mon[33426]: osdmap e255: 8 total, 8 up, 8 in 2024-09-13T14:23:48.172 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:47 smithi104 podman[86010]: 2024-09-13 14:23:47.9192909 +0000 UTC m=+3.471477190 container init 378ebb14ddbdeb615f119a61a4b1f9e60e1ce2f84bfdb15883e67fe20c2f48ac (image=quay.io/prometheus/node-exporter:v1.7.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b, maintainer=The Prometheus Authors ) 2024-09-13T14:23:48.172 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:47 smithi104 podman[86010]: 2024-09-13 14:23:47.924913844 +0000 UTC m=+3.477100135 container start 378ebb14ddbdeb615f119a61a4b1f9e60e1ce2f84bfdb15883e67fe20c2f48ac (image=quay.io/prometheus/node-exporter:v1.7.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b, maintainer=The Prometheus Authors ) 2024-09-13T14:23:48.172 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:47 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[86083]: ts=2024-09-13T14:23:47.928Z caller=node_exporter.go:192 level=info msg="Starting node_exporter" version="(version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)" 2024-09-13T14:23:48.172 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:47 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[86083]: ts=2024-09-13T14:23:47.928Z caller=node_exporter.go:193 level=info msg="Build context" build_context="(go=go1.21.4, platform=linux/amd64, user=root@35918982f6d8, date=20231112-23:53:35, tags=netgo osusergo static_build)" 2024-09-13T14:23:48.172 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:47 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[86083]: ts=2024-09-13T14:23:47.929Z 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-09-13T14:23:48.172 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:47 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[86083]: ts=2024-09-13T14:23:47.929Z 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-09-13T14:23:48.172 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:47 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[86083]: ts=2024-09-13T14:23:47.929Z 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-09-13T14:23:48.172 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:47 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[86083]: ts=2024-09-13T14:23:47.929Z caller=diskstats_linux.go:265 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-09-13T14:23:48.173 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:47 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[86083]: ts=2024-09-13T14:23:47.930Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-09-13T14:23:48.173 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:47 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[86083]: ts=2024-09-13T14:23:47.930Z caller=node_exporter.go:117 level=info collector=arp 2024-09-13T14:23:48.173 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:47 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[86083]: ts=2024-09-13T14:23:47.930Z caller=node_exporter.go:117 level=info collector=bcache 2024-09-13T14:23:48.173 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:47 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[86083]: ts=2024-09-13T14:23:47.930Z caller=node_exporter.go:117 level=info collector=bonding 2024-09-13T14:23:48.173 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:47 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[86083]: ts=2024-09-13T14:23:47.930Z caller=node_exporter.go:117 level=info collector=btrfs 2024-09-13T14:23:48.173 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:47 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[86083]: ts=2024-09-13T14:23:47.930Z caller=node_exporter.go:117 level=info collector=conntrack 2024-09-13T14:23:48.173 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:47 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[86083]: ts=2024-09-13T14:23:47.930Z caller=node_exporter.go:117 level=info collector=cpu 2024-09-13T14:23:48.173 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:47 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[86083]: ts=2024-09-13T14:23:47.930Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-09-13T14:23:48.174 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:47 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[86083]: ts=2024-09-13T14:23:47.930Z caller=node_exporter.go:117 level=info collector=diskstats 2024-09-13T14:23:48.174 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:47 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[86083]: ts=2024-09-13T14:23:47.930Z caller=node_exporter.go:117 level=info collector=dmi 2024-09-13T14:23:48.174 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:47 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[86083]: ts=2024-09-13T14:23:47.930Z caller=node_exporter.go:117 level=info collector=edac 2024-09-13T14:23:48.174 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:47 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[86083]: ts=2024-09-13T14:23:47.930Z caller=node_exporter.go:117 level=info collector=entropy 2024-09-13T14:23:48.174 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:47 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[86083]: ts=2024-09-13T14:23:47.930Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-09-13T14:23:48.174 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:47 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[86083]: ts=2024-09-13T14:23:47.930Z caller=node_exporter.go:117 level=info collector=filefd 2024-09-13T14:23:48.174 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:47 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[86083]: ts=2024-09-13T14:23:47.930Z caller=node_exporter.go:117 level=info collector=filesystem 2024-09-13T14:23:48.174 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:47 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[86083]: ts=2024-09-13T14:23:47.930Z caller=node_exporter.go:117 level=info collector=hwmon 2024-09-13T14:23:48.174 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:47 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[86083]: ts=2024-09-13T14:23:47.930Z caller=node_exporter.go:117 level=info collector=infiniband 2024-09-13T14:23:48.174 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:47 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[86083]: ts=2024-09-13T14:23:47.930Z caller=node_exporter.go:117 level=info collector=ipvs 2024-09-13T14:23:48.174 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:47 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[86083]: ts=2024-09-13T14:23:47.930Z caller=node_exporter.go:117 level=info collector=loadavg 2024-09-13T14:23:48.175 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:47 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[86083]: ts=2024-09-13T14:23:47.930Z caller=node_exporter.go:117 level=info collector=mdadm 2024-09-13T14:23:48.175 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:47 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[86083]: ts=2024-09-13T14:23:47.930Z caller=node_exporter.go:117 level=info collector=meminfo 2024-09-13T14:23:48.175 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:47 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[86083]: ts=2024-09-13T14:23:47.930Z caller=node_exporter.go:117 level=info collector=netclass 2024-09-13T14:23:48.175 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:47 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[86083]: ts=2024-09-13T14:23:47.930Z caller=node_exporter.go:117 level=info collector=netdev 2024-09-13T14:23:48.175 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:47 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[86083]: ts=2024-09-13T14:23:47.930Z caller=node_exporter.go:117 level=info collector=netstat 2024-09-13T14:23:48.175 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:47 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[86083]: ts=2024-09-13T14:23:47.930Z caller=node_exporter.go:117 level=info collector=nfs 2024-09-13T14:23:48.175 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:47 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[86083]: ts=2024-09-13T14:23:47.930Z caller=node_exporter.go:117 level=info collector=nfsd 2024-09-13T14:23:48.175 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:47 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[86083]: ts=2024-09-13T14:23:47.930Z caller=node_exporter.go:117 level=info collector=nvme 2024-09-13T14:23:48.175 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:47 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[86083]: ts=2024-09-13T14:23:47.930Z caller=node_exporter.go:117 level=info collector=os 2024-09-13T14:23:48.175 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:47 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[86083]: ts=2024-09-13T14:23:47.930Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-09-13T14:23:48.175 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:47 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[86083]: ts=2024-09-13T14:23:47.930Z caller=node_exporter.go:117 level=info collector=pressure 2024-09-13T14:23:48.175 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:47 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[86083]: ts=2024-09-13T14:23:47.930Z caller=node_exporter.go:117 level=info collector=rapl 2024-09-13T14:23:48.175 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:47 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[86083]: ts=2024-09-13T14:23:47.930Z caller=node_exporter.go:117 level=info collector=schedstat 2024-09-13T14:23:48.176 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:47 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[86083]: ts=2024-09-13T14:23:47.930Z caller=node_exporter.go:117 level=info collector=selinux 2024-09-13T14:23:48.176 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:47 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[86083]: ts=2024-09-13T14:23:47.930Z caller=node_exporter.go:117 level=info collector=sockstat 2024-09-13T14:23:48.176 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:47 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[86083]: ts=2024-09-13T14:23:47.930Z caller=node_exporter.go:117 level=info collector=softnet 2024-09-13T14:23:48.176 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:47 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[86083]: ts=2024-09-13T14:23:47.930Z caller=node_exporter.go:117 level=info collector=stat 2024-09-13T14:23:48.176 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:47 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[86083]: ts=2024-09-13T14:23:47.930Z caller=node_exporter.go:117 level=info collector=tapestats 2024-09-13T14:23:48.176 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:47 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[86083]: ts=2024-09-13T14:23:47.930Z caller=node_exporter.go:117 level=info collector=textfile 2024-09-13T14:23:48.176 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:47 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[86083]: ts=2024-09-13T14:23:47.930Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-09-13T14:23:48.176 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:47 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[86083]: ts=2024-09-13T14:23:47.930Z caller=node_exporter.go:117 level=info collector=time 2024-09-13T14:23:48.176 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:47 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[86083]: ts=2024-09-13T14:23:47.930Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-09-13T14:23:48.176 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:47 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[86083]: ts=2024-09-13T14:23:47.930Z caller=node_exporter.go:117 level=info collector=uname 2024-09-13T14:23:48.176 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:47 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[86083]: ts=2024-09-13T14:23:47.930Z caller=node_exporter.go:117 level=info collector=vmstat 2024-09-13T14:23:48.176 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:47 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[86083]: ts=2024-09-13T14:23:47.930Z caller=node_exporter.go:117 level=info collector=xfs 2024-09-13T14:23:48.176 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:47 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[86083]: ts=2024-09-13T14:23:47.930Z caller=node_exporter.go:117 level=info collector=zfs 2024-09-13T14:23:48.177 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:47 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[86083]: ts=2024-09-13T14:23:47.930Z caller=tls_config.go:274 level=info msg="Listening on" address=[::]:9100 2024-09-13T14:23:48.177 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:47 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b[86083]: ts=2024-09-13T14:23:47.930Z caller=tls_config.go:277 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-09-13T14:23:48.177 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:48 smithi104 bash[86010]: 378ebb14ddbdeb615f119a61a4b1f9e60e1ce2f84bfdb15883e67fe20c2f48ac 2024-09-13T14:23:48.177 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 14:23:48 smithi104 systemd[1]: Started Ceph node-exporter.b for 18f8172c-71da-11ef-bceb-c7b262605968. 2024-09-13T14:23:48.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:47 smithi071 ceph-mon[29588]: from='client.24944 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:23:48.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:47 smithi071 ceph-mon[29588]: osdmap e255: 8 total, 8 up, 8 in 2024-09-13T14:23:48.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:47 smithi071 ceph-mon[41109]: from='client.24944 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:23:48.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:47 smithi071 ceph-mon[41109]: osdmap e255: 8 total, 8 up, 8 in 2024-09-13T14:23:48.962 INFO:tasks.rados.rados.0.smithi071.stdout:746: done (2 left) 2024-09-13T14:23:48.962 INFO:tasks.rados.rados.0.smithi071.stdout:747: done (1 left) 2024-09-13T14:23:48.962 INFO:tasks.rados.rados.0.smithi071.stdout:749: done (0 left) 2024-09-13T14:23:48.962 INFO:tasks.rados.rados.0.smithi071.stdout:750: rollback oid 17 current snap is 97 2024-09-13T14:23:48.962 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 17 to 84 2024-09-13T14:23:48.962 INFO:tasks.rados.rados.0.smithi071.stdout:751: snap_remove snap 85 2024-09-13T14:23:49.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:48 smithi071 ceph-mon[29588]: osdmap e256: 8 total, 8 up, 8 in 2024-09-13T14:23:49.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:48 smithi071 ceph-mon[29588]: pgmap v66: 89 pgs: 89 active+clean; 172 MiB data, 615 MiB used, 715 GiB / 715 GiB avail; 18 MiB/s rd, 3.7 MiB/s wr, 34 op/s 2024-09-13T14:23:49.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:48 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:49.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:48 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:49.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:48 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:23:49.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:48 smithi071 ceph-mon[41109]: osdmap e256: 8 total, 8 up, 8 in 2024-09-13T14:23:49.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:48 smithi071 ceph-mon[41109]: pgmap v66: 89 pgs: 89 active+clean; 172 MiB data, 615 MiB used, 715 GiB / 715 GiB avail; 18 MiB/s rd, 3.7 MiB/s wr, 34 op/s 2024-09-13T14:23:49.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:48 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:49.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:48 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:49.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:48 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:23:49.142 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:23:48 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:23:48] "GET /metrics HTTP/1.1" 200 36277 "" "Prometheus/2.43.0" 2024-09-13T14:23:49.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:48 smithi104 ceph-mon[33426]: osdmap e256: 8 total, 8 up, 8 in 2024-09-13T14:23:49.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:48 smithi104 ceph-mon[33426]: pgmap v66: 89 pgs: 89 active+clean; 172 MiB data, 615 MiB used, 715 GiB / 715 GiB avail; 18 MiB/s rd, 3.7 MiB/s wr, 34 op/s 2024-09-13T14:23:49.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:48 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:49.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:48 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:49.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:48 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:23:49.961 INFO:tasks.rados.rados.0.smithi071.stdout:751: done (1 left) 2024-09-13T14:23:49.961 INFO:tasks.rados.rados.0.smithi071.stdout:752: rollback oid 3 current snap is 97 2024-09-13T14:23:49.962 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 3 to 84 2024-09-13T14:23:49.962 INFO:tasks.rados.rados.0.smithi071.stdout:753: delete oid 23 current snap is 97 2024-09-13T14:23:49.962 INFO:tasks.rados.rados.0.smithi071.stdout:750: finishing rollback tid 0 to smithi07185159-17 2024-09-13T14:23:49.962 INFO:tasks.rados.rados.0.smithi071.stdout:750: finishing rollback tid 1 to smithi07185159-17 2024-09-13T14:23:49.962 INFO:tasks.rados.rados.0.smithi071.stdout:750: finishing rollback tid 2 to smithi07185159-17 2024-09-13T14:23:49.962 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 17 v 238 (ObjNum 259 snap 81 seq_num 259) dirty exists 2024-09-13T14:23:49.967 INFO:tasks.rados.rados.0.smithi071.stdout:750: done (2 left) 2024-09-13T14:23:49.967 INFO:tasks.rados.rados.0.smithi071.stdout:753: done (1 left) 2024-09-13T14:23:49.968 INFO:tasks.rados.rados.0.smithi071.stdout:754: delete oid 50 current snap is 97 2024-09-13T14:23:49.970 INFO:tasks.rados.rados.0.smithi071.stdout:752: finishing rollback tid 0 to smithi07185159-3 2024-09-13T14:23:49.971 INFO:tasks.rados.rados.0.smithi071.stdout:752: finishing rollback tid 1 to smithi07185159-3 2024-09-13T14:23:49.971 INFO:tasks.rados.rados.0.smithi071.stdout:752: finishing rollback tid 2 to smithi07185159-3 2024-09-13T14:23:49.971 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 3 v 735 (ObjNum 150 snap 35 seq_num 150) dirty exists 2024-09-13T14:23:49.972 INFO:tasks.rados.rados.0.smithi071.stdout:752: done (1 left) 2024-09-13T14:23:49.973 INFO:tasks.rados.rados.0.smithi071.stdout:754: done (0 left) 2024-09-13T14:23:49.973 INFO:tasks.rados.rados.0.smithi071.stdout:755: write oid 27 current snap is 97 2024-09-13T14:23:49.973 INFO:tasks.rados.rados.0.smithi071.stdout:755: seq_num 318 ranges {544626=699655,1892215=554429,3150041=194585} 2024-09-13T14:23:49.979 INFO:tasks.rados.rados.0.smithi071.stdout:755: writing smithi07185159-27 from 544626 to 1244281 tid 1 2024-09-13T14:23:49.986 INFO:tasks.rados.rados.0.smithi071.stdout:755: writing smithi07185159-27 from 1892215 to 2446644 tid 2 2024-09-13T14:23:49.991 INFO:tasks.rados.rados.0.smithi071.stdout:755: writing smithi07185159-27 from 3150041 to 3344626 tid 3 2024-09-13T14:23:49.991 INFO:tasks.rados.rados.0.smithi071.stdout:756: delete oid 39 current snap is 97 2024-09-13T14:23:49.991 INFO:tasks.rados.rados.0.smithi071.stdout:755: finishing write tid 1 to smithi07185159-27 2024-09-13T14:23:49.991 INFO:tasks.rados.rados.0.smithi071.stdout:755: finishing write tid 2 to smithi07185159-27 2024-09-13T14:23:49.992 INFO:tasks.rados.rados.0.smithi071.stdout:756: done (1 left) 2024-09-13T14:23:49.992 INFO:tasks.rados.rados.0.smithi071.stdout:757: snap_create 2024-09-13T14:23:49.993 INFO:tasks.rados.rados.0.smithi071.stdout:755: finishing write tid 3 to smithi07185159-27 2024-09-13T14:23:49.993 INFO:tasks.rados.rados.0.smithi071.stdout:755: finishing write tid 4 to smithi07185159-27 2024-09-13T14:23:49.993 INFO:tasks.rados.rados.0.smithi071.stdout:755: finishing write tid 5 to smithi07185159-27 2024-09-13T14:23:49.993 INFO:tasks.rados.rados.0.smithi071.stdout:755: oid 27 updating version 0 to 427 2024-09-13T14:23:49.994 INFO:tasks.rados.rados.0.smithi071.stdout:755: oid 27 updating version 427 to 429 2024-09-13T14:23:49.994 INFO:tasks.rados.rados.0.smithi071.stdout:755: oid 27 version 429 is already newer than 428 2024-09-13T14:23:49.994 INFO:tasks.rados.rados.0.smithi071.stdout:755: oid 27 updating version 429 to 430 2024-09-13T14:23:49.994 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 27 v 430 (ObjNum 318 snap 97 seq_num 318) dirty exists 2024-09-13T14:23:49.994 INFO:tasks.rados.rados.0.smithi071.stdout:755: left oid 27 (ObjNum 318 snap 97 seq_num 318) 2024-09-13T14:23:50.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:49 smithi071 ceph-mon[29588]: osdmap e257: 8 total, 8 up, 8 in 2024-09-13T14:23:50.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:49 smithi071 ceph-mon[41109]: osdmap e257: 8 total, 8 up, 8 in 2024-09-13T14:23:50.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:49 smithi104 ceph-mon[33426]: osdmap e257: 8 total, 8 up, 8 in 2024-09-13T14:23:50.972 INFO:tasks.rados.rados.0.smithi071.stdout:755: done (1 left) 2024-09-13T14:23:50.972 INFO:tasks.rados.rados.0.smithi071.stdout:757: done (0 left) 2024-09-13T14:23:50.972 INFO:tasks.rados.rados.0.smithi071.stdout:758: delete oid 21 current snap is 98 2024-09-13T14:23:50.975 INFO:tasks.rados.rados.0.smithi071.stdout:758: done (0 left) 2024-09-13T14:23:50.975 INFO:tasks.rados.rados.0.smithi071.stdout:759: snap_remove snap 91 2024-09-13T14:23:51.312 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:50 smithi104 ceph-mon[33426]: osdmap e258: 8 total, 8 up, 8 in 2024-09-13T14:23:51.312 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:50 smithi104 ceph-mon[33426]: pgmap v69: 89 pgs: 89 active+clean; 172 MiB data, 615 MiB used, 715 GiB / 715 GiB avail; 18 MiB/s rd, 3.7 MiB/s wr, 34 op/s 2024-09-13T14:23:51.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:50 smithi071 ceph-mon[41109]: osdmap e258: 8 total, 8 up, 8 in 2024-09-13T14:23:51.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:50 smithi071 ceph-mon[41109]: pgmap v69: 89 pgs: 89 active+clean; 172 MiB data, 615 MiB used, 715 GiB / 715 GiB avail; 18 MiB/s rd, 3.7 MiB/s wr, 34 op/s 2024-09-13T14:23:51.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:50 smithi071 ceph-mon[29588]: osdmap e258: 8 total, 8 up, 8 in 2024-09-13T14:23:51.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:50 smithi071 ceph-mon[29588]: pgmap v69: 89 pgs: 89 active+clean; 172 MiB data, 615 MiB used, 715 GiB / 715 GiB avail; 18 MiB/s rd, 3.7 MiB/s wr, 34 op/s 2024-09-13T14:23:51.986 INFO:tasks.rados.rados.0.smithi071.stdout:759: done (0 left) 2024-09-13T14:23:51.986 INFO:tasks.rados.rados.0.smithi071.stdout:760: read oid 41 snap 80 2024-09-13T14:23:51.986 INFO:tasks.rados.rados.0.smithi071.stdout:760: expect (ObjNum 73 snap 9 seq_num 73) 2024-09-13T14:23:51.986 INFO:tasks.rados.rados.0.smithi071.stdout:761: write oid 14 current snap is 98 2024-09-13T14:23:51.986 INFO:tasks.rados.rados.0.smithi071.stdout:761: seq_num 321 ranges {595047=641755,1667661=418109,2548663=763022} 2024-09-13T14:23:51.993 INFO:tasks.rados.rados.0.smithi071.stdout:761: writing smithi07185159-14 from 595047 to 1236802 tid 1 2024-09-13T14:23:51.997 INFO:tasks.rados.rados.0.smithi071.stdout:761: writing smithi07185159-14 from 1667661 to 2085770 tid 2 2024-09-13T14:23:52.004 INFO:tasks.rados.rados.0.smithi071.stdout:761: writing smithi07185159-14 from 2548663 to 3311685 tid 3 2024-09-13T14:23:52.005 INFO:tasks.rados.rados.0.smithi071.stdout:762: read oid 10 snap 94 2024-09-13T14:23:52.005 INFO:tasks.rados.rados.0.smithi071.stdout:762: expect (ObjNum 291 snap 93 seq_num 291) 2024-09-13T14:23:52.005 INFO:tasks.rados.rados.0.smithi071.stdout:763: read oid 6 snap -1 2024-09-13T14:23:52.005 INFO:tasks.rados.rados.0.smithi071.stdout:763: expect (ObjNum 226 snap 66 seq_num 226) 2024-09-13T14:23:52.005 INFO:tasks.rados.rados.0.smithi071.stdout:764: snap_create 2024-09-13T14:23:52.005 INFO:tasks.rados.rados.0.smithi071.stdout:760: expect (ObjNum 73 snap 9 seq_num 73) 2024-09-13T14:23:52.146 INFO:tasks.rados.rados.0.smithi071.stdout:761: finishing write tid 1 to smithi07185159-14 2024-09-13T14:23:52.147 INFO:tasks.rados.rados.0.smithi071.stdout:761: finishing write tid 2 to smithi07185159-14 2024-09-13T14:23:52.147 INFO:tasks.rados.rados.0.smithi071.stdout:761: finishing write tid 3 to smithi07185159-14 2024-09-13T14:23:52.147 INFO:tasks.rados.rados.0.smithi071.stdout:761: finishing write tid 4 to smithi07185159-14 2024-09-13T14:23:52.147 INFO:tasks.rados.rados.0.smithi071.stdout:761: finishing write tid 5 to smithi07185159-14 2024-09-13T14:23:52.147 INFO:tasks.rados.rados.0.smithi071.stdout:761: oid 14 updating version 0 to 343 2024-09-13T14:23:52.147 INFO:tasks.rados.rados.0.smithi071.stdout:761: oid 14 updating version 343 to 346 2024-09-13T14:23:52.147 INFO:tasks.rados.rados.0.smithi071.stdout:761: oid 14 version 346 is already newer than 345 2024-09-13T14:23:52.147 INFO:tasks.rados.rados.0.smithi071.stdout:761: oid 14 version 346 is already newer than 344 2024-09-13T14:23:52.147 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 14 v 346 (ObjNum 321 snap 98 seq_num 321) dirty exists 2024-09-13T14:23:52.147 INFO:tasks.rados.rados.0.smithi071.stdout:761: left oid 14 (ObjNum 321 snap 98 seq_num 321) 2024-09-13T14:23:52.147 INFO:tasks.rados.rados.0.smithi071.stdout:762: expect (ObjNum 291 snap 93 seq_num 291) 2024-09-13T14:23:52.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:51 smithi104 ceph-mon[33426]: osdmap e259: 8 total, 8 up, 8 in 2024-09-13T14:23:52.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:51 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:23:52.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:51 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:52.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:51 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:52.244 INFO:tasks.rados.rados.0.smithi071.stdout:763: expect (ObjNum 226 snap 66 seq_num 226) 2024-09-13T14:23:52.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:51 smithi071 ceph-mon[29588]: osdmap e259: 8 total, 8 up, 8 in 2024-09-13T14:23:52.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:51 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:23:52.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:51 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:52.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:51 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:52.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:51 smithi071 ceph-mon[41109]: osdmap e259: 8 total, 8 up, 8 in 2024-09-13T14:23:52.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:51 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:23:52.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:51 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:52.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:51 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:52.868 INFO:tasks.rados.rados.0.smithi071.stdout:760: done (4 left) 2024-09-13T14:23:52.868 INFO:tasks.rados.rados.0.smithi071.stdout:761: done (3 left) 2024-09-13T14:23:52.869 INFO:tasks.rados.rados.0.smithi071.stdout:762: done (2 left) 2024-09-13T14:23:52.869 INFO:tasks.rados.rados.0.smithi071.stdout:763: done (1 left) 2024-09-13T14:23:52.869 INFO:tasks.rados.rados.0.smithi071.stdout:764: done (0 left) 2024-09-13T14:23:52.869 INFO:tasks.rados.rados.0.smithi071.stdout:765: snap_create 2024-09-13T14:23:53.168 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:52 smithi071 ceph-mon[29588]: osdmap e260: 8 total, 8 up, 8 in 2024-09-13T14:23:53.168 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:52 smithi071 ceph-mon[29588]: pgmap v72: 89 pgs: 89 active+clean; 172 MiB data, 615 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:23:53.168 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:52 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:53.168 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:52 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:53.168 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:52 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:53.168 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:52 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:53.168 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:52 smithi071 ceph-mon[29588]: osdmap e261: 8 total, 8 up, 8 in 2024-09-13T14:23:53.168 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:52 smithi071 ceph-mon[41109]: osdmap e260: 8 total, 8 up, 8 in 2024-09-13T14:23:53.169 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:52 smithi071 ceph-mon[41109]: pgmap v72: 89 pgs: 89 active+clean; 172 MiB data, 615 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:23:53.169 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:52 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:53.169 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:52 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:53.169 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:52 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:53.169 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:52 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:53.169 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:52 smithi071 ceph-mon[41109]: osdmap e261: 8 total, 8 up, 8 in 2024-09-13T14:23:53.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:52 smithi104 ceph-mon[33426]: osdmap e260: 8 total, 8 up, 8 in 2024-09-13T14:23:53.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:52 smithi104 ceph-mon[33426]: pgmap v72: 89 pgs: 89 active+clean; 172 MiB data, 615 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:23:53.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:52 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:53.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:52 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:53.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:52 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:53.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:52 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:53.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:52 smithi104 ceph-mon[33426]: osdmap e261: 8 total, 8 up, 8 in 2024-09-13T14:23:53.871 INFO:tasks.rados.rados.0.smithi071.stdout:765: done (0 left) 2024-09-13T14:23:53.871 INFO:tasks.rados.rados.0.smithi071.stdout:766: write oid 42 current snap is 100 2024-09-13T14:23:53.872 INFO:tasks.rados.rados.0.smithi071.stdout:766: seq_num 322 ranges {611854=717004,2126143=561767,3259733=152121} 2024-09-13T14:23:53.878 INFO:tasks.rados.rados.0.smithi071.stdout:766: writing smithi07185159-42 from 611854 to 1328858 tid 1 2024-09-13T14:23:53.886 INFO:tasks.rados.rados.0.smithi071.stdout:766: writing smithi07185159-42 from 2126143 to 2687910 tid 2 2024-09-13T14:23:53.890 INFO:tasks.rados.rados.0.smithi071.stdout:766: writing smithi07185159-42 from 3259733 to 3411854 tid 3 2024-09-13T14:23:53.891 INFO:tasks.rados.rados.0.smithi071.stdout:767: read oid 4 snap 89 2024-09-13T14:23:53.891 INFO:tasks.rados.rados.0.smithi071.stdout:767: expect deleted 2024-09-13T14:23:53.891 INFO:tasks.rados.rados.0.smithi071.stdout:768: rollback oid 35 current snap is 100 2024-09-13T14:23:53.891 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 35 to 97 2024-09-13T14:23:53.891 INFO:tasks.rados.rados.0.smithi071.stdout:766: finishing write tid 1 to smithi07185159-42 2024-09-13T14:23:53.891 INFO:tasks.rados.rados.0.smithi071.stdout:766: finishing write tid 2 to smithi07185159-42 2024-09-13T14:23:53.891 INFO:tasks.rados.rados.0.smithi071.stdout:769: snap_create 2024-09-13T14:23:53.892 INFO:tasks.rados.rados.0.smithi071.stdout:766: finishing write tid 3 to smithi07185159-42 2024-09-13T14:23:53.892 INFO:tasks.rados.rados.0.smithi071.stdout:766: finishing write tid 4 to smithi07185159-42 2024-09-13T14:23:53.893 INFO:tasks.rados.rados.0.smithi071.stdout:766: finishing write tid 5 to smithi07185159-42 2024-09-13T14:23:53.893 INFO:tasks.rados.rados.0.smithi071.stdout:766: oid 42 updating version 0 to 479 2024-09-13T14:23:53.893 INFO:tasks.rados.rados.0.smithi071.stdout:766: oid 42 version 479 is already newer than 477 2024-09-13T14:23:53.893 INFO:tasks.rados.rados.0.smithi071.stdout:766: oid 42 updating version 479 to 480 2024-09-13T14:23:53.893 INFO:tasks.rados.rados.0.smithi071.stdout:766: oid 42 version 480 is already newer than 478 2024-09-13T14:23:53.893 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 42 v 480 (ObjNum 322 snap 100 seq_num 322) dirty exists 2024-09-13T14:23:53.893 INFO:tasks.rados.rados.0.smithi071.stdout:766: left oid 42 (ObjNum 322 snap 100 seq_num 322) 2024-09-13T14:23:53.893 INFO:tasks.rados.rados.0.smithi071.stdout:768: finishing rollback tid 0 to smithi07185159-35 2024-09-13T14:23:53.893 INFO:tasks.rados.rados.0.smithi071.stdout:768: finishing rollback tid 1 to smithi07185159-35 2024-09-13T14:23:53.894 INFO:tasks.rados.rados.0.smithi071.stdout:768: finishing rollback tid 2 to smithi07185159-35 2024-09-13T14:23:53.894 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 35 v 350 (ObjNum 196 snap 55 seq_num 196) dirty exists 2024-09-13T14:23:54.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:54 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:54.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:54 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:54.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:54 smithi071 ceph-mon[29588]: osdmap e262: 8 total, 8 up, 8 in 2024-09-13T14:23:54.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:54 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:54.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:54 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:54.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:54 smithi071 ceph-mon[41109]: osdmap e262: 8 total, 8 up, 8 in 2024-09-13T14:23:54.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:54 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:54.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:54 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:54.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:54 smithi104 ceph-mon[33426]: osdmap e262: 8 total, 8 up, 8 in 2024-09-13T14:23:54.874 INFO:tasks.rados.rados.0.smithi071.stdout:766: done (3 left) 2024-09-13T14:23:54.874 INFO:tasks.rados.rados.0.smithi071.stdout:767: done (2 left) 2024-09-13T14:23:54.874 INFO:tasks.rados.rados.0.smithi071.stdout:768: done (1 left) 2024-09-13T14:23:54.874 INFO:tasks.rados.rados.0.smithi071.stdout:769: done (0 left) 2024-09-13T14:23:54.874 INFO:tasks.rados.rados.0.smithi071.stdout:770: write oid 19 current snap is 101 2024-09-13T14:23:54.874 INFO:tasks.rados.rados.0.smithi071.stdout:770: seq_num 323 ranges {628661=792253,2184625=421778,3403509=25152} 2024-09-13T14:23:54.881 INFO:tasks.rados.rados.0.smithi071.stdout:770: writing smithi07185159-19 from 628661 to 1420914 tid 1 2024-09-13T14:23:54.888 INFO:tasks.rados.rados.0.smithi071.stdout:770: writing smithi07185159-19 from 2184625 to 2606403 tid 2 2024-09-13T14:23:54.893 INFO:tasks.rados.rados.0.smithi071.stdout:770: writing smithi07185159-19 from 3403509 to 3428661 tid 3 2024-09-13T14:23:54.893 INFO:tasks.rados.rados.0.smithi071.stdout:771: write oid 44 current snap is 101 2024-09-13T14:23:54.893 INFO:tasks.rados.rados.0.smithi071.stdout:770: finishing write tid 1 to smithi07185159-19 2024-09-13T14:23:54.893 INFO:tasks.rados.rados.0.smithi071.stdout:770: finishing write tid 2 to smithi07185159-19 2024-09-13T14:23:54.893 INFO:tasks.rados.rados.0.smithi071.stdout:771: seq_num 324 ranges {645468=467502,1726754=565436,2798226=596838} 2024-09-13T14:23:54.899 INFO:tasks.rados.rados.0.smithi071.stdout:771: writing smithi07185159-44 from 645468 to 1112970 tid 1 2024-09-13T14:23:54.905 INFO:tasks.rados.rados.0.smithi071.stdout:771: writing smithi07185159-44 from 1726754 to 2292190 tid 2 2024-09-13T14:23:54.911 INFO:tasks.rados.rados.0.smithi071.stdout:771: writing smithi07185159-44 from 2798226 to 3395064 tid 3 2024-09-13T14:23:54.911 INFO:tasks.rados.rados.0.smithi071.stdout:772: snap_remove snap 94 2024-09-13T14:23:55.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:55 smithi071 ceph-mon[29588]: pgmap v75: 89 pgs: 89 active+clean; 184 MiB data, 628 MiB used, 715 GiB / 715 GiB avail; 12 MiB/s rd, 2.0 MiB/s wr, 18 op/s 2024-09-13T14:23:55.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:55 smithi071 ceph-mon[29588]: osdmap e263: 8 total, 8 up, 8 in 2024-09-13T14:23:55.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:55 smithi071 ceph-mon[41109]: pgmap v75: 89 pgs: 89 active+clean; 184 MiB data, 628 MiB used, 715 GiB / 715 GiB avail; 12 MiB/s rd, 2.0 MiB/s wr, 18 op/s 2024-09-13T14:23:55.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:55 smithi071 ceph-mon[41109]: osdmap e263: 8 total, 8 up, 8 in 2024-09-13T14:23:55.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:55 smithi104 ceph-mon[33426]: pgmap v75: 89 pgs: 89 active+clean; 184 MiB data, 628 MiB used, 715 GiB / 715 GiB avail; 12 MiB/s rd, 2.0 MiB/s wr, 18 op/s 2024-09-13T14:23:55.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:55 smithi104 ceph-mon[33426]: osdmap e263: 8 total, 8 up, 8 in 2024-09-13T14:23:55.878 INFO:tasks.rados.rados.0.smithi071.stdout:772: done (2 left) 2024-09-13T14:23:55.878 INFO:tasks.rados.rados.0.smithi071.stdout:773: delete oid 41 current snap is 101 2024-09-13T14:23:55.878 INFO:tasks.rados.rados.0.smithi071.stdout:770: finishing write tid 3 to smithi07185159-19 2024-09-13T14:23:55.878 INFO:tasks.rados.rados.0.smithi071.stdout:770: finishing write tid 4 to smithi07185159-19 2024-09-13T14:23:55.878 INFO:tasks.rados.rados.0.smithi071.stdout:770: finishing write tid 5 to smithi07185159-19 2024-09-13T14:23:55.878 INFO:tasks.rados.rados.0.smithi071.stdout:770: oid 19 updating version 0 to 244 2024-09-13T14:23:55.878 INFO:tasks.rados.rados.0.smithi071.stdout:770: oid 19 updating version 244 to 246 2024-09-13T14:23:55.878 INFO:tasks.rados.rados.0.smithi071.stdout:770: oid 19 version 246 is already newer than 245 2024-09-13T14:23:55.879 INFO:tasks.rados.rados.0.smithi071.stdout:770: oid 19 version 246 is already newer than 243 2024-09-13T14:23:55.879 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 19 v 246 (ObjNum 323 snap 101 seq_num 323) dirty exists 2024-09-13T14:23:55.879 INFO:tasks.rados.rados.0.smithi071.stdout:770: left oid 19 (ObjNum 323 snap 101 seq_num 323) 2024-09-13T14:23:55.879 INFO:tasks.rados.rados.0.smithi071.stdout:771: finishing write tid 1 to smithi07185159-44 2024-09-13T14:23:55.879 INFO:tasks.rados.rados.0.smithi071.stdout:771: finishing write tid 2 to smithi07185159-44 2024-09-13T14:23:55.879 INFO:tasks.rados.rados.0.smithi071.stdout:771: finishing write tid 3 to smithi07185159-44 2024-09-13T14:23:55.879 INFO:tasks.rados.rados.0.smithi071.stdout:771: finishing write tid 4 to smithi07185159-44 2024-09-13T14:23:55.879 INFO:tasks.rados.rados.0.smithi071.stdout:771: finishing write tid 5 to smithi07185159-44 2024-09-13T14:23:55.879 INFO:tasks.rados.rados.0.smithi071.stdout:771: oid 44 updating version 0 to 370 2024-09-13T14:23:55.879 INFO:tasks.rados.rados.0.smithi071.stdout:771: oid 44 updating version 370 to 373 2024-09-13T14:23:55.879 INFO:tasks.rados.rados.0.smithi071.stdout:771: oid 44 version 373 is already newer than 372 2024-09-13T14:23:55.879 INFO:tasks.rados.rados.0.smithi071.stdout:771: oid 44 version 373 is already newer than 371 2024-09-13T14:23:55.879 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 44 v 373 (ObjNum 324 snap 101 seq_num 324) dirty exists 2024-09-13T14:23:55.879 INFO:tasks.rados.rados.0.smithi071.stdout:771: left oid 44 (ObjNum 324 snap 101 seq_num 324) 2024-09-13T14:23:55.882 INFO:tasks.rados.rados.0.smithi071.stdout:770: done (2 left) 2024-09-13T14:23:55.882 INFO:tasks.rados.rados.0.smithi071.stdout:771: done (1 left) 2024-09-13T14:23:55.883 INFO:tasks.rados.rados.0.smithi071.stdout:773: done (0 left) 2024-09-13T14:23:55.883 INFO:tasks.rados.rados.0.smithi071.stdout:774: snap_remove snap 96 2024-09-13T14:23:56.883 INFO:tasks.rados.rados.0.smithi071.stdout:774: done (0 left) 2024-09-13T14:23:56.883 INFO:tasks.rados.rados.0.smithi071.stdout:775: write oid 24 current snap is 101 2024-09-13T14:23:56.883 INFO:tasks.rados.rados.0.smithi071.stdout:775: seq_num 326 ranges {679082=618000,1843718=569105,2853072=626010} 2024-09-13T14:23:56.887 INFO:tasks.rados.rados.0.smithi071.stdout:775: writing smithi07185159-24 from 679082 to 1297082 tid 1 2024-09-13T14:23:56.894 INFO:tasks.rados.rados.0.smithi071.stdout:775: writing smithi07185159-24 from 1843718 to 2412823 tid 2 2024-09-13T14:23:56.901 INFO:tasks.rados.rados.0.smithi071.stdout:775: writing smithi07185159-24 from 2853072 to 3479082 tid 3 2024-09-13T14:23:56.901 INFO:tasks.rados.rados.0.smithi071.stdout:776: read oid 19 snap 90 2024-09-13T14:23:56.901 INFO:tasks.rados.rados.0.smithi071.stdout:776: expect deleted 2024-09-13T14:23:56.901 INFO:tasks.rados.rados.0.smithi071.stdout:775: finishing write tid 1 to smithi07185159-24 2024-09-13T14:23:56.901 INFO:tasks.rados.rados.0.smithi071.stdout:775: finishing write tid 2 to smithi07185159-24 2024-09-13T14:23:56.901 INFO:tasks.rados.rados.0.smithi071.stdout:777: read oid 3 snap 99 2024-09-13T14:23:56.902 INFO:tasks.rados.rados.0.smithi071.stdout:777: expect (ObjNum 150 snap 35 seq_num 150) 2024-09-13T14:23:56.902 INFO:tasks.rados.rados.0.smithi071.stdout:778: read oid 43 snap -1 2024-09-13T14:23:56.902 INFO:tasks.rados.rados.0.smithi071.stdout:778: expect deleted 2024-09-13T14:23:56.902 INFO:tasks.rados.rados.0.smithi071.stdout:779: read oid 46 snap -1 2024-09-13T14:23:56.902 INFO:tasks.rados.rados.0.smithi071.stdout:779: expect (ObjNum 310 snap 94 seq_num 310) 2024-09-13T14:23:56.902 INFO:tasks.rados.rados.0.smithi071.stdout:780: rollback oid 4 current snap is 101 2024-09-13T14:23:56.902 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 4 to 80 2024-09-13T14:23:56.902 INFO:tasks.rados.rados.0.smithi071.stdout:781: write oid 18 current snap is 101 2024-09-13T14:23:56.902 INFO:tasks.rados.rados.0.smithi071.stdout:781: seq_num 327 ranges {695889=409602,1618553=712763,2996848=499041} 2024-09-13T14:23:56.906 INFO:tasks.rados.rados.0.smithi071.stdout:781: writing smithi07185159-18 from 695889 to 1105491 tid 1 2024-09-13T14:23:56.913 INFO:tasks.rados.rados.0.smithi071.stdout:781: writing smithi07185159-18 from 1618553 to 2331316 tid 2 2024-09-13T14:23:56.919 INFO:tasks.rados.rados.0.smithi071.stdout:781: writing smithi07185159-18 from 2996848 to 3495889 tid 3 2024-09-13T14:23:56.919 INFO:tasks.rados.rados.0.smithi071.stdout:782: snap_create 2024-09-13T14:23:56.920 INFO:tasks.rados.rados.0.smithi071.stdout:775: finishing write tid 3 to smithi07185159-24 2024-09-13T14:23:56.920 INFO:tasks.rados.rados.0.smithi071.stdout:775: finishing write tid 4 to smithi07185159-24 2024-09-13T14:23:56.920 INFO:tasks.rados.rados.0.smithi071.stdout:775: finishing write tid 5 to smithi07185159-24 2024-09-13T14:23:56.920 INFO:tasks.rados.rados.0.smithi071.stdout:775: oid 24 updating version 0 to 170 2024-09-13T14:23:56.920 INFO:tasks.rados.rados.0.smithi071.stdout:775: oid 24 version 170 is already newer than 169 2024-09-13T14:23:56.920 INFO:tasks.rados.rados.0.smithi071.stdout:775: oid 24 updating version 170 to 171 2024-09-13T14:23:56.920 INFO:tasks.rados.rados.0.smithi071.stdout:775: oid 24 updating version 171 to 172 2024-09-13T14:23:56.920 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 24 v 172 (ObjNum 326 snap 101 seq_num 326) dirty exists 2024-09-13T14:23:56.920 INFO:tasks.rados.rados.0.smithi071.stdout:775: left oid 24 (ObjNum 326 snap 101 seq_num 326) 2024-09-13T14:23:56.920 INFO:tasks.rados.rados.0.smithi071.stdout:780: finishing rollback tid 0 to smithi07185159-4 2024-09-13T14:23:56.920 INFO:tasks.rados.rados.0.smithi071.stdout:780: finishing rollback tid 1 to smithi07185159-4 2024-09-13T14:23:56.920 INFO:tasks.rados.rados.0.smithi071.stdout:780: finishing rollback tid 2 to smithi07185159-4 2024-09-13T14:23:56.921 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 4 v 381 (ObjNum 246 snap 75 seq_num 246) dirty exists 2024-09-13T14:23:56.921 INFO:tasks.rados.rados.0.smithi071.stdout:777: expect (ObjNum 150 snap 35 seq_num 150) 2024-09-13T14:23:57.043 INFO:tasks.rados.rados.0.smithi071.stdout:779: expect (ObjNum 310 snap 94 seq_num 310) 2024-09-13T14:23:57.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:56 smithi071 ceph-mon[29588]: osdmap e264: 8 total, 8 up, 8 in 2024-09-13T14:23:57.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:56 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:57.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:56 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:57.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:56 smithi071 ceph-mon[29588]: pgmap v78: 89 pgs: 89 active+clean; 184 MiB data, 628 MiB used, 715 GiB / 715 GiB avail; 12 MiB/s rd, 2.0 MiB/s wr, 18 op/s 2024-09-13T14:23:57.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:56 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:57.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:56 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:57.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:56 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:23:57.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:56 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:23:57.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:56 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:57.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:56 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:23:57.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:56 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:57.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:56 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:57.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:56 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:57.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:56 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:57.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:56 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:57.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:56 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:57.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:56 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:57.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:56 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:57.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:56 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:57.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:56 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:57.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:56 smithi071 ceph-mon[41109]: osdmap e264: 8 total, 8 up, 8 in 2024-09-13T14:23:57.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:56 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:57.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:56 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:57.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:56 smithi071 ceph-mon[41109]: pgmap v78: 89 pgs: 89 active+clean; 184 MiB data, 628 MiB used, 715 GiB / 715 GiB avail; 12 MiB/s rd, 2.0 MiB/s wr, 18 op/s 2024-09-13T14:23:57.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:56 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:57.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:56 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:57.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:56 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:23:57.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:56 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:23:57.144 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:56 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:57.144 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:56 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:23:57.144 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:56 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:57.144 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:56 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:57.144 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:56 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:57.144 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:56 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:57.144 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:56 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:57.145 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:56 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:57.145 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:56 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:57.145 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:56 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:57.145 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:56 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:57.145 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:56 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:57.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:56 smithi104 ceph-mon[33426]: osdmap e264: 8 total, 8 up, 8 in 2024-09-13T14:23:57.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:56 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:57.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:56 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:57.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:56 smithi104 ceph-mon[33426]: pgmap v78: 89 pgs: 89 active+clean; 184 MiB data, 628 MiB used, 715 GiB / 715 GiB avail; 12 MiB/s rd, 2.0 MiB/s wr, 18 op/s 2024-09-13T14:23:57.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:56 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:57.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:56 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:57.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:56 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:23:57.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:56 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:23:57.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:56 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:23:57.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:56 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:23:57.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:56 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:57.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:56 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:57.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:56 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:57.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:56 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:57.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:56 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:57.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:56 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:57.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:56 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:57.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:56 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:57.174 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:56 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:57.174 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:56 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:23:57.318 INFO:tasks.rados.rados.0.smithi071.stdout:781: finishing write tid 1 to smithi07185159-18 2024-09-13T14:23:57.318 INFO:tasks.rados.rados.0.smithi071.stdout:781: finishing write tid 2 to smithi07185159-18 2024-09-13T14:23:57.318 INFO:tasks.rados.rados.0.smithi071.stdout:781: finishing write tid 3 to smithi07185159-18 2024-09-13T14:23:57.318 INFO:tasks.rados.rados.0.smithi071.stdout:781: finishing write tid 4 to smithi07185159-18 2024-09-13T14:23:57.318 INFO:tasks.rados.rados.0.smithi071.stdout:781: finishing write tid 5 to smithi07185159-18 2024-09-13T14:23:57.318 INFO:tasks.rados.rados.0.smithi071.stdout:781: oid 18 updating version 0 to 768 2024-09-13T14:23:57.318 INFO:tasks.rados.rados.0.smithi071.stdout:781: oid 18 updating version 768 to 771 2024-09-13T14:23:57.318 INFO:tasks.rados.rados.0.smithi071.stdout:781: oid 18 version 771 is already newer than 770 2024-09-13T14:23:57.319 INFO:tasks.rados.rados.0.smithi071.stdout:781: oid 18 version 771 is already newer than 769 2024-09-13T14:23:57.319 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 18 v 771 (ObjNum 327 snap 101 seq_num 327) dirty exists 2024-09-13T14:23:57.319 INFO:tasks.rados.rados.0.smithi071.stdout:781: left oid 18 (ObjNum 327 snap 101 seq_num 327) 2024-09-13T14:23:57.885 INFO:tasks.rados.rados.0.smithi071.stdout:775: done (7 left) 2024-09-13T14:23:57.885 INFO:tasks.rados.rados.0.smithi071.stdout:776: done (6 left) 2024-09-13T14:23:57.885 INFO:tasks.rados.rados.0.smithi071.stdout:777: done (5 left) 2024-09-13T14:23:57.885 INFO:tasks.rados.rados.0.smithi071.stdout:778: done (4 left) 2024-09-13T14:23:57.885 INFO:tasks.rados.rados.0.smithi071.stdout:779: done (3 left) 2024-09-13T14:23:57.886 INFO:tasks.rados.rados.0.smithi071.stdout:780: done (2 left) 2024-09-13T14:23:57.886 INFO:tasks.rados.rados.0.smithi071.stdout:781: done (1 left) 2024-09-13T14:23:57.886 INFO:tasks.rados.rados.0.smithi071.stdout:782: done (0 left) 2024-09-13T14:23:57.886 INFO:tasks.rados.rados.0.smithi071.stdout:783: snap_remove snap 78 2024-09-13T14:23:58.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:57 smithi071 ceph-mon[29588]: osdmap e265: 8 total, 8 up, 8 in 2024-09-13T14:23:58.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:57 smithi071 ceph-mon[41109]: osdmap e265: 8 total, 8 up, 8 in 2024-09-13T14:23:58.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:57 smithi104 ceph-mon[33426]: osdmap e265: 8 total, 8 up, 8 in 2024-09-13T14:23:58.887 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:23:58 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:23:58] "GET /metrics HTTP/1.1" 200 36276 "" "Prometheus/2.43.0" 2024-09-13T14:23:58.891 INFO:tasks.rados.rados.0.smithi071.stdout:783: done (0 left) 2024-09-13T14:23:58.892 INFO:tasks.rados.rados.0.smithi071.stdout:784: read oid 47 snap 97 2024-09-13T14:23:58.892 INFO:tasks.rados.rados.0.smithi071.stdout:784: expect deleted 2024-09-13T14:23:58.892 INFO:tasks.rados.rados.0.smithi071.stdout:785: read oid 28 snap 86 2024-09-13T14:23:58.892 INFO:tasks.rados.rados.0.smithi071.stdout:785: expect deleted 2024-09-13T14:23:58.892 INFO:tasks.rados.rados.0.smithi071.stdout:786: snap_remove snap 88 2024-09-13T14:23:59.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:58 smithi071 ceph-mon[29588]: osdmap e266: 8 total, 8 up, 8 in 2024-09-13T14:23:59.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:58 smithi071 ceph-mon[29588]: Upgrade: Updating prometheus.a 2024-09-13T14:23:59.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:58 smithi071 ceph-mon[29588]: pgmap v81: 89 pgs: 89 active+clean; 198 MiB data, 646 MiB used, 715 GiB / 715 GiB avail; 4.4 MiB/s rd, 1.8 MiB/s wr, 12 op/s 2024-09-13T14:23:59.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:58 smithi071 ceph-mon[29588]: Deploying daemon prometheus.a on smithi104 2024-09-13T14:23:59.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:58 smithi071 ceph-mon[41109]: osdmap e266: 8 total, 8 up, 8 in 2024-09-13T14:23:59.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:58 smithi071 ceph-mon[41109]: Upgrade: Updating prometheus.a 2024-09-13T14:23:59.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:58 smithi071 ceph-mon[41109]: pgmap v81: 89 pgs: 89 active+clean; 198 MiB data, 646 MiB used, 715 GiB / 715 GiB avail; 4.4 MiB/s rd, 1.8 MiB/s wr, 12 op/s 2024-09-13T14:23:59.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:58 smithi071 ceph-mon[41109]: Deploying daemon prometheus.a on smithi104 2024-09-13T14:23:59.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:58 smithi104 ceph-mon[33426]: osdmap e266: 8 total, 8 up, 8 in 2024-09-13T14:23:59.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:58 smithi104 ceph-mon[33426]: Upgrade: Updating prometheus.a 2024-09-13T14:23:59.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:58 smithi104 ceph-mon[33426]: pgmap v81: 89 pgs: 89 active+clean; 198 MiB data, 646 MiB used, 715 GiB / 715 GiB avail; 4.4 MiB/s rd, 1.8 MiB/s wr, 12 op/s 2024-09-13T14:23:59.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:58 smithi104 ceph-mon[33426]: Deploying daemon prometheus.a on smithi104 2024-09-13T14:23:59.898 INFO:tasks.rados.rados.0.smithi071.stdout:786: done (2 left) 2024-09-13T14:23:59.898 INFO:tasks.rados.rados.0.smithi071.stdout:787: write oid 36 current snap is 102 2024-09-13T14:23:59.898 INFO:tasks.rados.rados.0.smithi071.stdout:787: seq_num 328 ranges {712696=484851,1960682=572774,3307918=204778} 2024-09-13T14:23:59.904 INFO:tasks.rados.rados.0.smithi071.stdout:787: writing smithi07185159-36 from 712696 to 1197547 tid 1 2024-09-13T14:23:59.912 INFO:tasks.rados.rados.0.smithi071.stdout:787: writing smithi07185159-36 from 1960682 to 2533456 tid 2 2024-09-13T14:23:59.918 INFO:tasks.rados.rados.0.smithi071.stdout:787: writing smithi07185159-36 from 3307918 to 3512696 tid 3 2024-09-13T14:23:59.918 INFO:tasks.rados.rados.0.smithi071.stdout:788: snap_create 2024-09-13T14:23:59.918 INFO:tasks.rados.rados.0.smithi071.stdout:787: finishing write tid 1 to smithi07185159-36 2024-09-13T14:23:59.918 INFO:tasks.rados.rados.0.smithi071.stdout:787: finishing write tid 2 to smithi07185159-36 2024-09-13T14:23:59.920 INFO:tasks.rados.rados.0.smithi071.stdout:787: finishing write tid 3 to smithi07185159-36 2024-09-13T14:23:59.920 INFO:tasks.rados.rados.0.smithi071.stdout:787: finishing write tid 4 to smithi07185159-36 2024-09-13T14:23:59.920 INFO:tasks.rados.rados.0.smithi071.stdout:787: finishing write tid 5 to smithi07185159-36 2024-09-13T14:23:59.920 INFO:tasks.rados.rados.0.smithi071.stdout:787: oid 36 updating version 0 to 128 2024-09-13T14:23:59.920 INFO:tasks.rados.rados.0.smithi071.stdout:787: oid 36 updating version 128 to 133 2024-09-13T14:23:59.920 INFO:tasks.rados.rados.0.smithi071.stdout:787: oid 36 version 133 is already newer than 132 2024-09-13T14:23:59.920 INFO:tasks.rados.rados.0.smithi071.stdout:787: oid 36 version 133 is already newer than 131 2024-09-13T14:23:59.921 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 36 v 133 (ObjNum 328 snap 102 seq_num 328) dirty exists 2024-09-13T14:23:59.921 INFO:tasks.rados.rados.0.smithi071.stdout:787: left oid 36 (ObjNum 328 snap 102 seq_num 328) 2024-09-13T14:24:00.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:23:59 smithi071 ceph-mon[29588]: osdmap e267: 8 total, 8 up, 8 in 2024-09-13T14:24:00.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:23:59 smithi071 ceph-mon[41109]: osdmap e267: 8 total, 8 up, 8 in 2024-09-13T14:24:00.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:23:59 smithi104 ceph-mon[33426]: osdmap e267: 8 total, 8 up, 8 in 2024-09-13T14:24:00.906 INFO:tasks.rados.rados.0.smithi071.stdout:784: done (3 left) 2024-09-13T14:24:00.906 INFO:tasks.rados.rados.0.smithi071.stdout:785: done (2 left) 2024-09-13T14:24:00.906 INFO:tasks.rados.rados.0.smithi071.stdout:787: done (1 left) 2024-09-13T14:24:00.906 INFO:tasks.rados.rados.0.smithi071.stdout:788: done (0 left) 2024-09-13T14:24:00.906 INFO:tasks.rados.rados.0.smithi071.stdout:789: delete oid 3 current snap is 103 2024-09-13T14:24:00.909 INFO:tasks.rados.rados.0.smithi071.stdout:789: done (0 left) 2024-09-13T14:24:00.910 INFO:tasks.rados.rados.0.smithi071.stdout:790: delete oid 4 current snap is 103 2024-09-13T14:24:00.913 INFO:tasks.rados.rados.0.smithi071.stdout:790: done (0 left) 2024-09-13T14:24:00.913 INFO:tasks.rados.rados.0.smithi071.stdout:791: read oid 46 snap 82 2024-09-13T14:24:00.913 INFO:tasks.rados.rados.0.smithi071.stdout:791: expect (ObjNum 261 snap 82 seq_num 261) 2024-09-13T14:24:00.913 INFO:tasks.rados.rados.0.smithi071.stdout:792: delete oid 9 current snap is 103 2024-09-13T14:24:00.915 INFO:tasks.rados.rados.0.smithi071.stdout:792: done (1 left) 2024-09-13T14:24:00.915 INFO:tasks.rados.rados.0.smithi071.stdout:793: read oid 3 snap 101 2024-09-13T14:24:00.915 INFO:tasks.rados.rados.0.smithi071.stdout:793: expect (ObjNum 150 snap 35 seq_num 150) 2024-09-13T14:24:00.915 INFO:tasks.rados.rados.0.smithi071.stdout:794: read oid 39 snap -1 2024-09-13T14:24:00.915 INFO:tasks.rados.rados.0.smithi071.stdout:794: expect deleted 2024-09-13T14:24:00.916 INFO:tasks.rados.rados.0.smithi071.stdout:795: snap_remove snap 80 2024-09-13T14:24:01.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:00 smithi104 ceph-mon[33426]: osdmap e268: 8 total, 8 up, 8 in 2024-09-13T14:24:01.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:00 smithi104 ceph-mon[33426]: pgmap v84: 89 pgs: 89 active+clean; 198 MiB data, 646 MiB used, 715 GiB / 715 GiB avail; 4.4 MiB/s rd, 1.8 MiB/s wr, 12 op/s 2024-09-13T14:24:01.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:00 smithi071 ceph-mon[29588]: osdmap e268: 8 total, 8 up, 8 in 2024-09-13T14:24:01.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:00 smithi071 ceph-mon[29588]: pgmap v84: 89 pgs: 89 active+clean; 198 MiB data, 646 MiB used, 715 GiB / 715 GiB avail; 4.4 MiB/s rd, 1.8 MiB/s wr, 12 op/s 2024-09-13T14:24:01.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:00 smithi071 ceph-mon[41109]: osdmap e268: 8 total, 8 up, 8 in 2024-09-13T14:24:01.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:00 smithi071 ceph-mon[41109]: pgmap v84: 89 pgs: 89 active+clean; 198 MiB data, 646 MiB used, 715 GiB / 715 GiB avail; 4.4 MiB/s rd, 1.8 MiB/s wr, 12 op/s 2024-09-13T14:24:01.909 INFO:tasks.rados.rados.0.smithi071.stdout:795: done (3 left) 2024-09-13T14:24:01.909 INFO:tasks.rados.rados.0.smithi071.stdout:796: rollback oid 26 current snap is 103 2024-09-13T14:24:01.909 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 26 to 86 2024-09-13T14:24:01.910 INFO:tasks.rados.rados.0.smithi071.stdout:791: expect (ObjNum 261 snap 82 seq_num 261) 2024-09-13T14:24:02.019 INFO:tasks.rados.rados.0.smithi071.stdout:793: expect (ObjNum 150 snap 35 seq_num 150) 2024-09-13T14:24:02.142 INFO:tasks.rados.rados.0.smithi071.stdout:796: finishing rollback tid 0 to smithi07185159-26 2024-09-13T14:24:02.142 INFO:tasks.rados.rados.0.smithi071.stdout:796: finishing rollback tid 1 to smithi07185159-26 2024-09-13T14:24:02.142 INFO:tasks.rados.rados.0.smithi071.stdout:796: finishing rollback tid 2 to smithi07185159-26 2024-09-13T14:24:02.143 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 26 v 191 (ObjNum 257 snap 79 seq_num 257) dirty exists 2024-09-13T14:24:02.143 INFO:tasks.rados.rados.0.smithi071.stdout:791: done (3 left) 2024-09-13T14:24:02.143 INFO:tasks.rados.rados.0.smithi071.stdout:793: done (2 left) 2024-09-13T14:24:02.143 INFO:tasks.rados.rados.0.smithi071.stdout:794: done (1 left) 2024-09-13T14:24:02.143 INFO:tasks.rados.rados.0.smithi071.stdout:796: done (0 left) 2024-09-13T14:24:02.143 INFO:tasks.rados.rados.0.smithi071.stdout:797: write oid 36 current snap is 103 2024-09-13T14:24:02.143 INFO:tasks.rados.rados.0.smithi071.stdout:797: seq_num 332 ranges {779924=785847,2078257=580112,3301257=278667} 2024-09-13T14:24:02.150 INFO:tasks.rados.rados.0.smithi071.stdout:797: writing smithi07185159-36 from 779924 to 1565771 tid 1 2024-09-13T14:24:02.156 INFO:tasks.rados.rados.0.smithi071.stdout:797: writing smithi07185159-36 from 2078257 to 2658369 tid 2 2024-09-13T14:24:02.162 INFO:tasks.rados.rados.0.smithi071.stdout:797: writing smithi07185159-36 from 3301257 to 3579924 tid 3 2024-09-13T14:24:02.162 INFO:tasks.rados.rados.0.smithi071.stdout:798: snap_remove snap 97 2024-09-13T14:24:02.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:01 smithi104 ceph-mon[33426]: osdmap e269: 8 total, 8 up, 8 in 2024-09-13T14:24:02.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:01 smithi071 ceph-mon[29588]: osdmap e269: 8 total, 8 up, 8 in 2024-09-13T14:24:02.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:01 smithi071 ceph-mon[41109]: osdmap e269: 8 total, 8 up, 8 in 2024-09-13T14:24:02.871 INFO:tasks.rados.rados.0.smithi071.stdout:798: done (1 left) 2024-09-13T14:24:02.871 INFO:tasks.rados.rados.0.smithi071.stdout:799: write oid 47 current snap is 103 2024-09-13T14:24:02.871 INFO:tasks.rados.rados.0.smithi071.stdout:797: finishing write tid 1 to smithi07185159-36 2024-09-13T14:24:02.871 INFO:tasks.rados.rados.0.smithi071.stdout:799: seq_num 333 ranges {796731=461096,1736739=723770,2928680=668051} 2024-09-13T14:24:02.877 INFO:tasks.rados.rados.0.smithi071.stdout:799: writing smithi07185159-47 from 796731 to 1257827 tid 1 2024-09-13T14:24:02.884 INFO:tasks.rados.rados.0.smithi071.stdout:799: writing smithi07185159-47 from 1736739 to 2460509 tid 2 2024-09-13T14:24:02.891 INFO:tasks.rados.rados.0.smithi071.stdout:799: writing smithi07185159-47 from 2928680 to 3596731 tid 3 2024-09-13T14:24:02.891 INFO:tasks.rados.rados.0.smithi071.stdout:800: read oid 19 snap 99 2024-09-13T14:24:02.891 INFO:tasks.rados.rados.0.smithi071.stdout:800: expect deleted 2024-09-13T14:24:02.891 INFO:tasks.rados.rados.0.smithi071.stdout:801: snap_remove snap 90 2024-09-13T14:24:03.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:02 smithi104 ceph-mon[33426]: osdmap e270: 8 total, 8 up, 8 in 2024-09-13T14:24:03.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:02 smithi104 ceph-mon[33426]: pgmap v87: 89 pgs: 89 active+clean; 198 MiB data, 646 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:24:03.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:02 smithi104 ceph-mon[33426]: osdmap e271: 8 total, 8 up, 8 in 2024-09-13T14:24:03.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:02 smithi071 ceph-mon[29588]: osdmap e270: 8 total, 8 up, 8 in 2024-09-13T14:24:03.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:02 smithi071 ceph-mon[29588]: pgmap v87: 89 pgs: 89 active+clean; 198 MiB data, 646 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:24:03.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:02 smithi071 ceph-mon[29588]: osdmap e271: 8 total, 8 up, 8 in 2024-09-13T14:24:03.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:02 smithi071 ceph-mon[41109]: osdmap e270: 8 total, 8 up, 8 in 2024-09-13T14:24:03.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:02 smithi071 ceph-mon[41109]: pgmap v87: 89 pgs: 89 active+clean; 198 MiB data, 646 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:24:03.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:02 smithi071 ceph-mon[41109]: osdmap e271: 8 total, 8 up, 8 in 2024-09-13T14:24:03.874 INFO:tasks.rados.rados.0.smithi071.stdout:797: finishing write tid 2 to smithi07185159-36 2024-09-13T14:24:03.874 INFO:tasks.rados.rados.0.smithi071.stdout:797: finishing write tid 3 to smithi07185159-36 2024-09-13T14:24:03.874 INFO:tasks.rados.rados.0.smithi071.stdout:797: finishing write tid 4 to smithi07185159-36 2024-09-13T14:24:03.874 INFO:tasks.rados.rados.0.smithi071.stdout:797: finishing write tid 5 to smithi07185159-36 2024-09-13T14:24:03.874 INFO:tasks.rados.rados.0.smithi071.stdout:797: oid 36 updating version 0 to 141 2024-09-13T14:24:03.874 INFO:tasks.rados.rados.0.smithi071.stdout:797: oid 36 version 141 is already newer than 139 2024-09-13T14:24:03.875 INFO:tasks.rados.rados.0.smithi071.stdout:797: oid 36 version 141 is already newer than 140 2024-09-13T14:24:03.875 INFO:tasks.rados.rados.0.smithi071.stdout:797: oid 36 updating version 141 to 142 2024-09-13T14:24:03.875 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 36 v 142 (ObjNum 332 snap 103 seq_num 332) dirty exists 2024-09-13T14:24:03.875 INFO:tasks.rados.rados.0.smithi071.stdout:797: left oid 36 (ObjNum 332 snap 103 seq_num 332) 2024-09-13T14:24:03.875 INFO:tasks.rados.rados.0.smithi071.stdout:799: finishing write tid 1 to smithi07185159-47 2024-09-13T14:24:03.875 INFO:tasks.rados.rados.0.smithi071.stdout:799: finishing write tid 2 to smithi07185159-47 2024-09-13T14:24:03.875 INFO:tasks.rados.rados.0.smithi071.stdout:799: finishing write tid 3 to smithi07185159-47 2024-09-13T14:24:03.875 INFO:tasks.rados.rados.0.smithi071.stdout:799: finishing write tid 4 to smithi07185159-47 2024-09-13T14:24:03.875 INFO:tasks.rados.rados.0.smithi071.stdout:799: finishing write tid 5 to smithi07185159-47 2024-09-13T14:24:03.875 INFO:tasks.rados.rados.0.smithi071.stdout:799: oid 47 updating version 0 to 359 2024-09-13T14:24:03.875 INFO:tasks.rados.rados.0.smithi071.stdout:799: oid 47 version 359 is already newer than 358 2024-09-13T14:24:03.875 INFO:tasks.rados.rados.0.smithi071.stdout:799: oid 47 updating version 359 to 360 2024-09-13T14:24:03.875 INFO:tasks.rados.rados.0.smithi071.stdout:799: oid 47 updating version 360 to 361 2024-09-13T14:24:03.875 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 47 v 361 (ObjNum 333 snap 103 seq_num 333) dirty exists 2024-09-13T14:24:03.876 INFO:tasks.rados.rados.0.smithi071.stdout:799: left oid 47 (ObjNum 333 snap 103 seq_num 333) 2024-09-13T14:24:03.876 INFO:tasks.rados.rados.0.smithi071.stdout:797: done (3 left) 2024-09-13T14:24:03.876 INFO:tasks.rados.rados.0.smithi071.stdout:799: done (2 left) 2024-09-13T14:24:03.876 INFO:tasks.rados.rados.0.smithi071.stdout:800: done (1 left) 2024-09-13T14:24:03.876 INFO:tasks.rados.rados.0.smithi071.stdout:801: done (0 left) 2024-09-13T14:24:03.876 INFO:tasks.rados.rados.0.smithi071.stdout:802: write oid 29 current snap is 103 2024-09-13T14:24:03.876 INFO:tasks.rados.rados.0.smithi071.stdout:802: seq_num 334 ranges {413538=536345,1395221=583781,2556103=658617} 2024-09-13T14:24:03.879 INFO:tasks.rados.rados.0.smithi071.stdout:802: writing smithi07185159-29 from 413538 to 949883 tid 1 2024-09-13T14:24:03.885 INFO:tasks.rados.rados.0.smithi071.stdout:802: writing smithi07185159-29 from 1395221 to 1979002 tid 2 2024-09-13T14:24:03.892 INFO:tasks.rados.rados.0.smithi071.stdout:802: writing smithi07185159-29 from 2556103 to 3214720 tid 3 2024-09-13T14:24:03.892 INFO:tasks.rados.rados.0.smithi071.stdout:803: write oid 30 current snap is 103 2024-09-13T14:24:03.892 INFO:tasks.rados.rados.0.smithi071.stdout:802: finishing write tid 1 to smithi07185159-29 2024-09-13T14:24:03.892 INFO:tasks.rados.rados.0.smithi071.stdout:802: finishing write tid 2 to smithi07185159-29 2024-09-13T14:24:03.892 INFO:tasks.rados.rados.0.smithi071.stdout:803: seq_num 335 ranges {430345=727947,1570056=727439,2699879=469889} 2024-09-13T14:24:03.898 INFO:tasks.rados.rados.0.smithi071.stdout:803: writing smithi07185159-30 from 430345 to 1158292 tid 1 2024-09-13T14:24:03.905 INFO:tasks.rados.rados.0.smithi071.stdout:803: writing smithi07185159-30 from 1570056 to 2297495 tid 2 2024-09-13T14:24:03.910 INFO:tasks.rados.rados.0.smithi071.stdout:803: writing smithi07185159-30 from 2699879 to 3169768 tid 3 2024-09-13T14:24:03.910 INFO:tasks.rados.rados.0.smithi071.stdout:804: snap_create 2024-09-13T14:24:03.910 INFO:tasks.rados.rados.0.smithi071.stdout:802: finishing write tid 3 to smithi07185159-29 2024-09-13T14:24:03.910 INFO:tasks.rados.rados.0.smithi071.stdout:802: finishing write tid 4 to smithi07185159-29 2024-09-13T14:24:03.910 INFO:tasks.rados.rados.0.smithi071.stdout:802: finishing write tid 5 to smithi07185159-29 2024-09-13T14:24:03.910 INFO:tasks.rados.rados.0.smithi071.stdout:802: oid 29 updating version 0 to 524 2024-09-13T14:24:03.910 INFO:tasks.rados.rados.0.smithi071.stdout:802: oid 29 updating version 524 to 525 2024-09-13T14:24:03.910 INFO:tasks.rados.rados.0.smithi071.stdout:802: oid 29 updating version 525 to 526 2024-09-13T14:24:03.910 INFO:tasks.rados.rados.0.smithi071.stdout:802: oid 29 version 526 is already newer than 521 2024-09-13T14:24:03.910 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 29 v 526 (ObjNum 334 snap 103 seq_num 334) dirty exists 2024-09-13T14:24:03.911 INFO:tasks.rados.rados.0.smithi071.stdout:802: left oid 29 (ObjNum 334 snap 103 seq_num 334) 2024-09-13T14:24:03.911 INFO:tasks.rados.rados.0.smithi071.stdout:803: finishing write tid 1 to smithi07185159-30 2024-09-13T14:24:03.911 INFO:tasks.rados.rados.0.smithi071.stdout:803: finishing write tid 2 to smithi07185159-30 2024-09-13T14:24:03.912 INFO:tasks.rados.rados.0.smithi071.stdout:803: finishing write tid 3 to smithi07185159-30 2024-09-13T14:24:03.912 INFO:tasks.rados.rados.0.smithi071.stdout:803: finishing write tid 4 to smithi07185159-30 2024-09-13T14:24:03.912 INFO:tasks.rados.rados.0.smithi071.stdout:803: finishing write tid 5 to smithi07185159-30 2024-09-13T14:24:03.913 INFO:tasks.rados.rados.0.smithi071.stdout:803: oid 30 updating version 0 to 186 2024-09-13T14:24:03.913 INFO:tasks.rados.rados.0.smithi071.stdout:803: oid 30 updating version 186 to 188 2024-09-13T14:24:03.913 INFO:tasks.rados.rados.0.smithi071.stdout:803: oid 30 updating version 188 to 189 2024-09-13T14:24:03.913 INFO:tasks.rados.rados.0.smithi071.stdout:803: oid 30 version 189 is already newer than 187 2024-09-13T14:24:03.913 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 30 v 189 (ObjNum 335 snap 103 seq_num 335) dirty exists 2024-09-13T14:24:03.913 INFO:tasks.rados.rados.0.smithi071.stdout:803: left oid 30 (ObjNum 335 snap 103 seq_num 335) 2024-09-13T14:24:04.882 INFO:tasks.rados.rados.0.smithi071.stdout:802: done (2 left) 2024-09-13T14:24:04.882 INFO:tasks.rados.rados.0.smithi071.stdout:803: done (1 left) 2024-09-13T14:24:04.882 INFO:tasks.rados.rados.0.smithi071.stdout:804: done (0 left) 2024-09-13T14:24:04.882 INFO:tasks.rados.rados.0.smithi071.stdout:805: delete oid 35 current snap is 104 2024-09-13T14:24:04.884 INFO:tasks.rados.rados.0.smithi071.stdout:805: done (0 left) 2024-09-13T14:24:04.884 INFO:tasks.rados.rados.0.smithi071.stdout:806: write oid 17 current snap is 104 2024-09-13T14:24:04.884 INFO:tasks.rados.rados.0.smithi071.stdout:806: seq_num 337 ranges {463959=478445,1570667=731108,3038372=492433} 2024-09-13T14:24:04.889 INFO:tasks.rados.rados.0.smithi071.stdout:806: writing smithi07185159-17 from 463959 to 942404 tid 1 2024-09-13T14:24:04.896 INFO:tasks.rados.rados.0.smithi071.stdout:806: writing smithi07185159-17 from 1570667 to 2301775 tid 2 2024-09-13T14:24:04.903 INFO:tasks.rados.rados.0.smithi071.stdout:806: writing smithi07185159-17 from 3038372 to 3530805 tid 3 2024-09-13T14:24:04.903 INFO:tasks.rados.rados.0.smithi071.stdout:807: read oid 50 snap -1 2024-09-13T14:24:04.903 INFO:tasks.rados.rados.0.smithi071.stdout:807: expect deleted 2024-09-13T14:24:04.904 INFO:tasks.rados.rados.0.smithi071.stdout:808: write oid 1 current snap is 104 2024-09-13T14:24:04.904 INFO:tasks.rados.rados.0.smithi071.stdout:806: finishing write tid 1 to smithi07185159-17 2024-09-13T14:24:04.904 INFO:tasks.rados.rados.0.smithi071.stdout:808: seq_num 338 ranges {480766=553694,1629149=591119,2782148=420058} 2024-09-13T14:24:04.909 INFO:tasks.rados.rados.0.smithi071.stdout:808: writing smithi07185159-1 from 480766 to 1034460 tid 1 2024-09-13T14:24:04.915 INFO:tasks.rados.rados.0.smithi071.stdout:808: writing smithi07185159-1 from 1629149 to 2220268 tid 2 2024-09-13T14:24:04.921 INFO:tasks.rados.rados.0.smithi071.stdout:808: writing smithi07185159-1 from 2782148 to 3202206 tid 3 2024-09-13T14:24:04.921 INFO:tasks.rados.rados.0.smithi071.stdout:809: snap_remove snap 82 2024-09-13T14:24:05.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:04 smithi071 ceph-mon[29588]: osdmap e272: 8 total, 8 up, 8 in 2024-09-13T14:24:05.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:04 smithi071 ceph-mon[29588]: pgmap v90: 89 pgs: 89 active+clean; 177 MiB data, 644 MiB used, 715 GiB / 715 GiB avail; 3.9 MiB/s rd, 308 KiB/s wr, 7 op/s 2024-09-13T14:24:05.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:04 smithi071 ceph-mon[41109]: osdmap e272: 8 total, 8 up, 8 in 2024-09-13T14:24:05.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:04 smithi071 ceph-mon[41109]: pgmap v90: 89 pgs: 89 active+clean; 177 MiB data, 644 MiB used, 715 GiB / 715 GiB avail; 3.9 MiB/s rd, 308 KiB/s wr, 7 op/s 2024-09-13T14:24:05.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:04 smithi104 ceph-mon[33426]: osdmap e272: 8 total, 8 up, 8 in 2024-09-13T14:24:05.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:04 smithi104 ceph-mon[33426]: pgmap v90: 89 pgs: 89 active+clean; 177 MiB data, 644 MiB used, 715 GiB / 715 GiB avail; 3.9 MiB/s rd, 308 KiB/s wr, 7 op/s 2024-09-13T14:24:05.881 INFO:tasks.rados.rados.0.smithi071.stdout:806: finishing write tid 2 to smithi07185159-17 2024-09-13T14:24:05.881 INFO:tasks.rados.rados.0.smithi071.stdout:806: finishing write tid 3 to smithi07185159-17 2024-09-13T14:24:05.882 INFO:tasks.rados.rados.0.smithi071.stdout:806: finishing write tid 4 to smithi07185159-17 2024-09-13T14:24:05.882 INFO:tasks.rados.rados.0.smithi071.stdout:806: finishing write tid 5 to smithi07185159-17 2024-09-13T14:24:05.882 INFO:tasks.rados.rados.0.smithi071.stdout:806: oid 17 updating version 0 to 260 2024-09-13T14:24:05.882 INFO:tasks.rados.rados.0.smithi071.stdout:806: oid 17 version 260 is already newer than 258 2024-09-13T14:24:05.882 INFO:tasks.rados.rados.0.smithi071.stdout:806: oid 17 version 260 is already newer than 259 2024-09-13T14:24:05.882 INFO:tasks.rados.rados.0.smithi071.stdout:806: oid 17 updating version 260 to 261 2024-09-13T14:24:05.882 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 17 v 261 (ObjNum 337 snap 104 seq_num 337) dirty exists 2024-09-13T14:24:05.882 INFO:tasks.rados.rados.0.smithi071.stdout:806: left oid 17 (ObjNum 337 snap 104 seq_num 337) 2024-09-13T14:24:05.882 INFO:tasks.rados.rados.0.smithi071.stdout:808: finishing write tid 1 to smithi07185159-1 2024-09-13T14:24:05.882 INFO:tasks.rados.rados.0.smithi071.stdout:808: finishing write tid 2 to smithi07185159-1 2024-09-13T14:24:05.882 INFO:tasks.rados.rados.0.smithi071.stdout:808: finishing write tid 3 to smithi07185159-1 2024-09-13T14:24:05.883 INFO:tasks.rados.rados.0.smithi071.stdout:808: finishing write tid 4 to smithi07185159-1 2024-09-13T14:24:05.883 INFO:tasks.rados.rados.0.smithi071.stdout:808: finishing write tid 5 to smithi07185159-1 2024-09-13T14:24:05.883 INFO:tasks.rados.rados.0.smithi071.stdout:808: oid 1 updating version 0 to 819 2024-09-13T14:24:05.883 INFO:tasks.rados.rados.0.smithi071.stdout:808: oid 1 updating version 819 to 821 2024-09-13T14:24:05.883 INFO:tasks.rados.rados.0.smithi071.stdout:808: oid 1 updating version 821 to 822 2024-09-13T14:24:05.883 INFO:tasks.rados.rados.0.smithi071.stdout:808: oid 1 version 822 is already newer than 820 2024-09-13T14:24:05.883 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 1 v 822 (ObjNum 338 snap 104 seq_num 338) dirty exists 2024-09-13T14:24:05.883 INFO:tasks.rados.rados.0.smithi071.stdout:808: left oid 1 (ObjNum 338 snap 104 seq_num 338) 2024-09-13T14:24:05.883 INFO:tasks.rados.rados.0.smithi071.stdout:806: done (3 left) 2024-09-13T14:24:05.883 INFO:tasks.rados.rados.0.smithi071.stdout:807: done (2 left) 2024-09-13T14:24:05.883 INFO:tasks.rados.rados.0.smithi071.stdout:808: done (1 left) 2024-09-13T14:24:05.883 INFO:tasks.rados.rados.0.smithi071.stdout:809: done (0 left) 2024-09-13T14:24:05.883 INFO:tasks.rados.rados.0.smithi071.stdout:810: read oid 11 snap -1 2024-09-13T14:24:05.883 INFO:tasks.rados.rados.0.smithi071.stdout:810: expect (ObjNum 279 snap 88 seq_num 279) 2024-09-13T14:24:05.884 INFO:tasks.rados.rados.0.smithi071.stdout:811: snap_remove snap 84 2024-09-13T14:24:06.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:05 smithi071 ceph-mon[29588]: osdmap e273: 8 total, 8 up, 8 in 2024-09-13T14:24:06.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:05 smithi071 ceph-mon[41109]: osdmap e273: 8 total, 8 up, 8 in 2024-09-13T14:24:06.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:05 smithi104 ceph-mon[33426]: osdmap e273: 8 total, 8 up, 8 in 2024-09-13T14:24:06.886 INFO:tasks.rados.rados.0.smithi071.stdout:810: expect (ObjNum 279 snap 88 seq_num 279) 2024-09-13T14:24:06.973 INFO:tasks.rados.rados.0.smithi071.stdout:810: done (1 left) 2024-09-13T14:24:06.973 INFO:tasks.rados.rados.0.smithi071.stdout:811: done (0 left) 2024-09-13T14:24:06.974 INFO:tasks.rados.rados.0.smithi071.stdout:812: rollback oid 43 current snap is 104 2024-09-13T14:24:06.974 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 43 to 89 2024-09-13T14:24:06.974 INFO:tasks.rados.rados.0.smithi071.stdout:813: read oid 33 snap 92 2024-09-13T14:24:06.974 INFO:tasks.rados.rados.0.smithi071.stdout:813: expect deleted 2024-09-13T14:24:06.974 INFO:tasks.rados.rados.0.smithi071.stdout:814: rollback oid 13 current snap is 104 2024-09-13T14:24:06.974 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 13 to 89 2024-09-13T14:24:06.974 INFO:tasks.rados.rados.0.smithi071.stdout:815: rollback oid 19 current snap is 104 2024-09-13T14:24:06.974 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 19 to 102 2024-09-13T14:24:06.974 INFO:tasks.rados.rados.0.smithi071.stdout:816: snap_remove snap 95 2024-09-13T14:24:07.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:06 smithi104 ceph-mon[33426]: osdmap e274: 8 total, 8 up, 8 in 2024-09-13T14:24:07.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:06 smithi104 ceph-mon[33426]: pgmap v93: 89 pgs: 89 active+clean; 177 MiB data, 644 MiB used, 715 GiB / 715 GiB avail; 3.9 MiB/s rd, 308 KiB/s wr, 7 op/s 2024-09-13T14:24:07.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:06 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:24:07.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:06 smithi104 ceph-mon[33426]: osdmap e275: 8 total, 8 up, 8 in 2024-09-13T14:24:07.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:06 smithi071 ceph-mon[29588]: osdmap e274: 8 total, 8 up, 8 in 2024-09-13T14:24:07.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:06 smithi071 ceph-mon[29588]: pgmap v93: 89 pgs: 89 active+clean; 177 MiB data, 644 MiB used, 715 GiB / 715 GiB avail; 3.9 MiB/s rd, 308 KiB/s wr, 7 op/s 2024-09-13T14:24:07.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:06 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:24:07.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:06 smithi071 ceph-mon[29588]: osdmap e275: 8 total, 8 up, 8 in 2024-09-13T14:24:07.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:06 smithi071 ceph-mon[41109]: osdmap e274: 8 total, 8 up, 8 in 2024-09-13T14:24:07.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:06 smithi071 ceph-mon[41109]: pgmap v93: 89 pgs: 89 active+clean; 177 MiB data, 644 MiB used, 715 GiB / 715 GiB avail; 3.9 MiB/s rd, 308 KiB/s wr, 7 op/s 2024-09-13T14:24:07.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:06 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:24:07.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:06 smithi071 ceph-mon[41109]: osdmap e275: 8 total, 8 up, 8 in 2024-09-13T14:24:07.873 INFO:tasks.rados.rados.0.smithi071.stdout:812: finishing rollback tid 1 to smithi07185159-43 2024-09-13T14:24:07.873 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 43 v 210 (ObjNum 529 snap 0 seq_num 3711934176) dirty dne 2024-09-13T14:24:07.874 INFO:tasks.rados.rados.0.smithi071.stdout:814: finishing rollback tid 1 to smithi07185159-13 2024-09-13T14:24:07.874 INFO:tasks.rados.rados.0.smithi071.stdout:814: finishing rollback tid 2 to smithi07185159-13 2024-09-13T14:24:07.874 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 13 v 484 (ObjNum 271 snap 86 seq_num 271) dirty exists 2024-09-13T14:24:07.874 INFO:tasks.rados.rados.0.smithi071.stdout:815: finishing rollback tid 0 to smithi07185159-19 2024-09-13T14:24:07.874 INFO:tasks.rados.rados.0.smithi071.stdout:815: finishing rollback tid 1 to smithi07185159-19 2024-09-13T14:24:07.874 INFO:tasks.rados.rados.0.smithi071.stdout:815: finishing rollback tid 2 to smithi07185159-19 2024-09-13T14:24:07.874 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 19 v 269 (ObjNum 323 snap 101 seq_num 323) dirty exists 2024-09-13T14:24:07.874 INFO:tasks.rados.rados.0.smithi071.stdout:812: done (4 left) 2024-09-13T14:24:07.874 INFO:tasks.rados.rados.0.smithi071.stdout:813: done (3 left) 2024-09-13T14:24:07.874 INFO:tasks.rados.rados.0.smithi071.stdout:814: done (2 left) 2024-09-13T14:24:07.874 INFO:tasks.rados.rados.0.smithi071.stdout:815: done (1 left) 2024-09-13T14:24:07.874 INFO:tasks.rados.rados.0.smithi071.stdout:816: done (0 left) 2024-09-13T14:24:07.874 INFO:tasks.rados.rados.0.smithi071.stdout:817: snap_remove snap 89 2024-09-13T14:24:08.422 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:24:08 smithi104 systemd[1]: Stopping Ceph prometheus.a for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T14:24:08.422 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:24:08 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[81193]: ts=2024-09-13T14:24:08.272Z caller=main.go:840 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-09-13T14:24:08.422 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:24:08 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[81193]: ts=2024-09-13T14:24:08.273Z caller=main.go:864 level=info msg="Stopping scrape discovery manager..." 2024-09-13T14:24:08.422 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:24:08 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[81193]: ts=2024-09-13T14:24:08.273Z caller=main.go:878 level=info msg="Stopping notify discovery manager..." 2024-09-13T14:24:08.422 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:24:08 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[81193]: ts=2024-09-13T14:24:08.273Z caller=manager.go:988 level=info component="rule manager" msg="Stopping rule manager..." 2024-09-13T14:24:08.422 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:24:08 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[81193]: ts=2024-09-13T14:24:08.273Z caller=main.go:860 level=info msg="Scrape discovery manager stopped" 2024-09-13T14:24:08.422 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:24:08 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[81193]: ts=2024-09-13T14:24:08.273Z caller=main.go:874 level=info msg="Notify discovery manager stopped" 2024-09-13T14:24:08.423 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:24:08 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[81193]: ts=2024-09-13T14:24:08.273Z caller=manager.go:998 level=info component="rule manager" msg="Rule manager stopped" 2024-09-13T14:24:08.423 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:24:08 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[81193]: ts=2024-09-13T14:24:08.273Z caller=main.go:915 level=info msg="Stopping scrape manager..." 2024-09-13T14:24:08.423 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:24:08 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[81193]: ts=2024-09-13T14:24:08.273Z caller=main.go:907 level=info msg="Scrape manager stopped" 2024-09-13T14:24:08.423 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:24:08 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[81193]: ts=2024-09-13T14:24:08.273Z caller=notifier.go:606 level=info component=notifier msg="Stopping notification manager..." 2024-09-13T14:24:08.423 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:24:08 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[81193]: ts=2024-09-13T14:24:08.273Z caller=main.go:1135 level=info msg="Notifier manager stopped" 2024-09-13T14:24:08.423 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:24:08 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[81193]: ts=2024-09-13T14:24:08.273Z caller=main.go:1147 level=info msg="See you next time!" 2024-09-13T14:24:08.423 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:24:08 smithi104 podman[90462]: 2024-09-13 14:24:08.283191161 +0000 UTC m=+0.105294325 container died eeea492b3322fe0b6cd3a403108e53a5d4a03f60f63d81c5fe632f192c4017a8 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-13T14:24:08.796 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:24:08 smithi104 podman[90462]: 2024-09-13 14:24:08.603715493 +0000 UTC m=+0.425818700 container cleanup eeea492b3322fe0b6cd3a403108e53a5d4a03f60f63d81c5fe632f192c4017a8 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-13T14:24:08.796 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:24:08 smithi104 bash[90462]: ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a 2024-09-13T14:24:08.888 INFO:tasks.rados.rados.0.smithi071.stdout:817: done (0 left) 2024-09-13T14:24:08.888 INFO:tasks.rados.rados.0.smithi071.stdout:818: delete oid 50 current snap is 104 2024-09-13T14:24:08.892 INFO:tasks.rados.rados.0.smithi071.stdout:818: done (0 left) 2024-09-13T14:24:08.892 INFO:tasks.rados.rados.0.smithi071.stdout:819: read oid 39 snap 103 2024-09-13T14:24:08.893 INFO:tasks.rados.rados.0.smithi071.stdout:819: expect deleted 2024-09-13T14:24:08.893 INFO:tasks.rados.rados.0.smithi071.stdout:820: read oid 43 snap 92 2024-09-13T14:24:08.893 INFO:tasks.rados.rados.0.smithi071.stdout:820: expect deleted 2024-09-13T14:24:08.893 INFO:tasks.rados.rados.0.smithi071.stdout:821: snap_create 2024-09-13T14:24:09.052 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:08 smithi104 ceph-mon[33426]: osdmap e276: 8 total, 8 up, 8 in 2024-09-13T14:24:09.052 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:08 smithi104 ceph-mon[33426]: pgmap v96: 89 pgs: 89 active+clean; 183 MiB data, 648 MiB used, 715 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.5 MiB/s wr, 12 op/s 2024-09-13T14:24:09.053 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:24:08 smithi104 podman[90479]: 2024-09-13 14:24:08.796373707 +0000 UTC m=+0.512843815 container remove eeea492b3322fe0b6cd3a403108e53a5d4a03f60f63d81c5fe632f192c4017a8 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-13T14:24:09.053 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:24:09 smithi104 systemd[1]: ceph-18f8172c-71da-11ef-bceb-c7b262605968@prometheus.a.service: Deactivated successfully. 2024-09-13T14:24:09.053 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:24:09 smithi104 systemd[1]: Stopped Ceph prometheus.a for 18f8172c-71da-11ef-bceb-c7b262605968. 2024-09-13T14:24:09.053 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:24:09 smithi104 systemd[1]: ceph-18f8172c-71da-11ef-bceb-c7b262605968@prometheus.a.service: Consumed 1.181s CPU time. 2024-09-13T14:24:09.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:08 smithi071 ceph-mon[29588]: osdmap e276: 8 total, 8 up, 8 in 2024-09-13T14:24:09.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:08 smithi071 ceph-mon[29588]: pgmap v96: 89 pgs: 89 active+clean; 183 MiB data, 648 MiB used, 715 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.5 MiB/s wr, 12 op/s 2024-09-13T14:24:09.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:08 smithi071 ceph-mon[41109]: osdmap e276: 8 total, 8 up, 8 in 2024-09-13T14:24:09.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:08 smithi071 ceph-mon[41109]: pgmap v96: 89 pgs: 89 active+clean; 183 MiB data, 648 MiB used, 715 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.5 MiB/s wr, 12 op/s 2024-09-13T14:24:09.422 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:24:09 smithi104 systemd[1]: Starting Ceph prometheus.a for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T14:24:09.703 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:24:09 smithi104 podman[90614]: 2024-09-13 14:24:09.354763228 +0000 UTC m=+0.016930696 image pull 1d3b7f56885b6dd623f1785be963aa9c195f86bc256ea454e8d02a7980b79c53 quay.io/prometheus/prometheus:v2.51.0 2024-09-13T14:24:09.703 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:24:09 smithi104 podman[90614]: 2024-09-13 14:24:09.456078375 +0000 UTC m=+0.118245836 container create 31487e669ce25be698ae6e299393c94a87d1ea703a0a9fff44231ff76a7e27e4 (image=quay.io/prometheus/prometheus:v2.51.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-13T14:24:09.703 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:24:09 smithi104 podman[90614]: 2024-09-13 14:24:09.674831996 +0000 UTC m=+0.336999454 container init 31487e669ce25be698ae6e299393c94a87d1ea703a0a9fff44231ff76a7e27e4 (image=quay.io/prometheus/prometheus:v2.51.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-13T14:24:09.704 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:24:09 smithi104 podman[90614]: 2024-09-13 14:24:09.67932347 +0000 UTC m=+0.341490931 container start 31487e669ce25be698ae6e299393c94a87d1ea703a0a9fff44231ff76a7e27e4 (image=quay.io/prometheus/prometheus:v2.51.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-13T14:24:09.704 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:24:09 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[90629]: ts=2024-09-13T14:24:09.698Z caller=main.go:617 level=info msg="Starting Prometheus Server" mode=server version="(version=2.51.0, branch=HEAD, revision=c05c15512acb675e3f6cd662a6727854e93fc024)" 2024-09-13T14:24:09.704 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:24:09 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[90629]: ts=2024-09-13T14:24:09.698Z caller=main.go:622 level=info build_context="(go=go1.22.1, platform=linux/amd64, user=root@b5723e458358, date=20240319-10:54:45, tags=netgo,builtinassets,stringlabels)" 2024-09-13T14:24:09.704 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:24:09 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[90629]: ts=2024-09-13T14:24:09.698Z caller=main.go:623 level=info host_details="(Linux 5.14.0-505.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 5 07:54:07 UTC 2024 x86_64 smithi104 (none))" 2024-09-13T14:24:09.704 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:24:09 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[90629]: ts=2024-09-13T14:24:09.698Z caller=main.go:624 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-09-13T14:24:09.704 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:24:09 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[90629]: ts=2024-09-13T14:24:09.698Z caller=main.go:625 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-09-13T14:24:09.704 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:24:09 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[90629]: ts=2024-09-13T14:24:09.700Z caller=web.go:568 level=info component=web msg="Start listening for connections" address=:9095 2024-09-13T14:24:09.704 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:24:09 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[90629]: ts=2024-09-13T14:24:09.700Z caller=main.go:1129 level=info msg="Starting TSDB ..." 2024-09-13T14:24:09.704 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:24:09 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[90629]: ts=2024-09-13T14:24:09.702Z caller=tls_config.go:313 level=info component=web msg="Listening on" address=[::]:9095 2024-09-13T14:24:09.704 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:24:09 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[90629]: ts=2024-09-13T14:24:09.702Z caller=tls_config.go:316 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-09-13T14:24:09.883 INFO:tasks.rados.rados.0.smithi071.stdout:819: done (2 left) 2024-09-13T14:24:09.883 INFO:tasks.rados.rados.0.smithi071.stdout:820: done (1 left) 2024-09-13T14:24:09.883 INFO:tasks.rados.rados.0.smithi071.stdout:821: done (0 left) 2024-09-13T14:24:09.883 INFO:tasks.rados.rados.0.smithi071.stdout:822: write oid 35 current snap is 105 2024-09-13T14:24:09.883 INFO:tasks.rados.rados.0.smithi071.stdout:822: seq_num 340 ranges {514380=704192,1629760=478435,2604288=442602} 2024-09-13T14:24:09.889 INFO:tasks.rados.rados.0.smithi071.stdout:822: writing smithi07185159-35 from 514380 to 1218572 tid 1 2024-09-13T14:24:09.894 INFO:tasks.rados.rados.0.smithi071.stdout:822: writing smithi07185159-35 from 1629760 to 2108195 tid 2 2024-09-13T14:24:09.900 INFO:tasks.rados.rados.0.smithi071.stdout:822: writing smithi07185159-35 from 2604288 to 3046890 tid 3 2024-09-13T14:24:09.900 INFO:tasks.rados.rados.0.smithi071.stdout:823: write oid 48 current snap is 105 2024-09-13T14:24:09.900 INFO:tasks.rados.rados.0.smithi071.stdout:822: finishing write tid 1 to smithi07185159-35 2024-09-13T14:24:09.900 INFO:tasks.rados.rados.0.smithi071.stdout:823: seq_num 341 ranges {531187=779441,2088242=738446,3431711=299476} 2024-09-13T14:24:09.907 INFO:tasks.rados.rados.0.smithi071.stdout:823: writing smithi07185159-48 from 531187 to 1310628 tid 1 2024-09-13T14:24:09.915 INFO:tasks.rados.rados.0.smithi071.stdout:823: writing smithi07185159-48 from 2088242 to 2826688 tid 2 2024-09-13T14:24:09.920 INFO:tasks.rados.rados.0.smithi071.stdout:823: writing smithi07185159-48 from 3431711 to 3731187 tid 3 2024-09-13T14:24:09.920 INFO:tasks.rados.rados.0.smithi071.stdout:824: write oid 49 current snap is 105 2024-09-13T14:24:09.920 INFO:tasks.rados.rados.0.smithi071.stdout:822: finishing write tid 2 to smithi07185159-35 2024-09-13T14:24:09.920 INFO:tasks.rados.rados.0.smithi071.stdout:824: seq_num 342 ranges {547994=454690,1746724=482104,2659134=465146,3605976=142018} 2024-09-13T14:24:09.925 INFO:tasks.rados.rados.0.smithi071.stdout:824: writing smithi07185159-49 from 547994 to 1002684 tid 1 2024-09-13T14:24:09.932 INFO:tasks.rados.rados.0.smithi071.stdout:824: writing smithi07185159-49 from 1746724 to 2228828 tid 2 2024-09-13T14:24:09.937 INFO:tasks.rados.rados.0.smithi071.stdout:824: writing smithi07185159-49 from 2659134 to 3124280 tid 3 2024-09-13T14:24:09.941 INFO:tasks.rados.rados.0.smithi071.stdout:824: writing smithi07185159-49 from 3605976 to 3747994 tid 4 2024-09-13T14:24:09.941 INFO:tasks.rados.rados.0.smithi071.stdout:825: read oid 32 snap -1 2024-09-13T14:24:09.941 INFO:tasks.rados.rados.0.smithi071.stdout:825: expect (ObjNum 222 snap 64 seq_num 222) 2024-09-13T14:24:09.941 INFO:tasks.rados.rados.0.smithi071.stdout:826: delete oid 27 current snap is 105 2024-09-13T14:24:09.941 INFO:tasks.rados.rados.0.smithi071.stdout:822: finishing write tid 3 to smithi07185159-35 2024-09-13T14:24:09.941 INFO:tasks.rados.rados.0.smithi071.stdout:822: finishing write tid 4 to smithi07185159-35 2024-09-13T14:24:09.941 INFO:tasks.rados.rados.0.smithi071.stdout:822: finishing write tid 5 to smithi07185159-35 2024-09-13T14:24:09.941 INFO:tasks.rados.rados.0.smithi071.stdout:822: oid 35 updating version 0 to 377 2024-09-13T14:24:09.942 INFO:tasks.rados.rados.0.smithi071.stdout:822: oid 35 version 377 is already newer than 376 2024-09-13T14:24:09.942 INFO:tasks.rados.rados.0.smithi071.stdout:822: oid 35 updating version 377 to 378 2024-09-13T14:24:09.942 INFO:tasks.rados.rados.0.smithi071.stdout:822: oid 35 version 378 is already newer than 375 2024-09-13T14:24:09.942 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 35 v 378 (ObjNum 340 snap 105 seq_num 340) dirty exists 2024-09-13T14:24:09.942 INFO:tasks.rados.rados.0.smithi071.stdout:822: left oid 35 (ObjNum 340 snap 105 seq_num 340) 2024-09-13T14:24:09.942 INFO:tasks.rados.rados.0.smithi071.stdout:823: finishing write tid 1 to smithi07185159-48 2024-09-13T14:24:09.942 INFO:tasks.rados.rados.0.smithi071.stdout:823: finishing write tid 2 to smithi07185159-48 2024-09-13T14:24:09.942 INFO:tasks.rados.rados.0.smithi071.stdout:823: finishing write tid 3 to smithi07185159-48 2024-09-13T14:24:09.942 INFO:tasks.rados.rados.0.smithi071.stdout:823: finishing write tid 4 to smithi07185159-48 2024-09-13T14:24:09.942 INFO:tasks.rados.rados.0.smithi071.stdout:823: finishing write tid 5 to smithi07185159-48 2024-09-13T14:24:09.942 INFO:tasks.rados.rados.0.smithi071.stdout:823: oid 48 updating version 0 to 874 2024-09-13T14:24:09.942 INFO:tasks.rados.rados.0.smithi071.stdout:823: oid 48 version 874 is already newer than 871 2024-09-13T14:24:09.943 INFO:tasks.rados.rados.0.smithi071.stdout:823: oid 48 version 874 is already newer than 872 2024-09-13T14:24:09.943 INFO:tasks.rados.rados.0.smithi071.stdout:823: oid 48 version 874 is already newer than 873 2024-09-13T14:24:09.943 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 48 v 874 (ObjNum 341 snap 105 seq_num 341) dirty exists 2024-09-13T14:24:09.943 INFO:tasks.rados.rados.0.smithi071.stdout:823: left oid 48 (ObjNum 341 snap 105 seq_num 341) 2024-09-13T14:24:09.943 INFO:tasks.rados.rados.0.smithi071.stdout:824: finishing write tid 1 to smithi07185159-49 2024-09-13T14:24:09.943 INFO:tasks.rados.rados.0.smithi071.stdout:824: finishing write tid 2 to smithi07185159-49 2024-09-13T14:24:09.943 INFO:tasks.rados.rados.0.smithi071.stdout:824: finishing write tid 3 to smithi07185159-49 2024-09-13T14:24:09.944 INFO:tasks.rados.rados.0.smithi071.stdout:824: finishing write tid 4 to smithi07185159-49 2024-09-13T14:24:09.944 INFO:tasks.rados.rados.0.smithi071.stdout:824: finishing write tid 5 to smithi07185159-49 2024-09-13T14:24:09.944 INFO:tasks.rados.rados.0.smithi071.stdout:824: finishing write tid 6 to smithi07185159-49 2024-09-13T14:24:09.944 INFO:tasks.rados.rados.0.smithi071.stdout:824: oid 49 updating version 0 to 384 2024-09-13T14:24:09.945 INFO:tasks.rados.rados.0.smithi071.stdout:824: oid 49 version 384 is already newer than 381 2024-09-13T14:24:09.945 INFO:tasks.rados.rados.0.smithi071.stdout:824: oid 49 version 384 is already newer than 382 2024-09-13T14:24:09.945 INFO:tasks.rados.rados.0.smithi071.stdout:824: oid 49 version 384 is already newer than 380 2024-09-13T14:24:09.945 INFO:tasks.rados.rados.0.smithi071.stdout:824: oid 49 version 384 is already newer than 383 2024-09-13T14:24:09.945 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 49 v 384 (ObjNum 342 snap 105 seq_num 342) dirty exists 2024-09-13T14:24:09.945 INFO:tasks.rados.rados.0.smithi071.stdout:824: left oid 49 (ObjNum 342 snap 105 seq_num 342) 2024-09-13T14:24:09.945 INFO:tasks.rados.rados.0.smithi071.stdout:822: done (4 left) 2024-09-13T14:24:09.945 INFO:tasks.rados.rados.0.smithi071.stdout:823: done (3 left) 2024-09-13T14:24:09.945 INFO:tasks.rados.rados.0.smithi071.stdout:824: done (2 left) 2024-09-13T14:24:09.945 INFO:tasks.rados.rados.0.smithi071.stdout:826: done (1 left) 2024-09-13T14:24:09.945 INFO:tasks.rados.rados.0.smithi071.stdout:827: write oid 5 current snap is 105 2024-09-13T14:24:09.945 INFO:tasks.rados.rados.0.smithi071.stdout:827: seq_num 344 ranges {581608=721541,1863688=485773,3113980=604043} 2024-09-13T14:24:09.950 INFO:tasks.rados.rados.0.smithi071.stdout:827: writing smithi07185159-5 from 581608 to 1303149 tid 1 2024-09-13T14:24:09.956 INFO:tasks.rados.rados.0.smithi071.stdout:827: writing smithi07185159-5 from 1863688 to 2349461 tid 2 2024-09-13T14:24:09.964 INFO:tasks.rados.rados.0.smithi071.stdout:827: writing smithi07185159-5 from 3113980 to 3718023 tid 3 2024-09-13T14:24:09.964 INFO:tasks.rados.rados.0.smithi071.stdout:828: write oid 42 current snap is 105 2024-09-13T14:24:09.964 INFO:tasks.rados.rados.0.smithi071.stdout:828: seq_num 345 ranges {598415=796790,1922170=745784,3141403=415315} 2024-09-13T14:24:09.971 INFO:tasks.rados.rados.0.smithi071.stdout:828: writing smithi07185159-42 from 598415 to 1395205 tid 1 2024-09-13T14:24:09.978 INFO:tasks.rados.rados.0.smithi071.stdout:828: writing smithi07185159-42 from 1922170 to 2667954 tid 2 2024-09-13T14:24:09.983 INFO:tasks.rados.rados.0.smithi071.stdout:828: writing smithi07185159-42 from 3141403 to 3556718 tid 3 2024-09-13T14:24:09.983 INFO:tasks.rados.rados.0.smithi071.stdout:829: read oid 46 snap 104 2024-09-13T14:24:09.984 INFO:tasks.rados.rados.0.smithi071.stdout:829: expect (ObjNum 310 snap 94 seq_num 310) 2024-09-13T14:24:09.984 INFO:tasks.rados.rados.0.smithi071.stdout:830: rollback oid 38 current snap is 105 2024-09-13T14:24:09.984 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 38 to 99 2024-09-13T14:24:09.984 INFO:tasks.rados.rados.0.smithi071.stdout:825: expect (ObjNum 222 snap 64 seq_num 222) 2024-09-13T14:24:10.115 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:09 smithi104 ceph-mon[33426]: osdmap e277: 8 total, 8 up, 8 in 2024-09-13T14:24:10.115 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:09 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:10.115 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:09 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:10.116 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:09 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:24:10.116 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:24:09 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[90629]: ts=2024-09-13T14:24:09.704Z caller=head.go:616 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-09-13T14:24:10.116 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:24:09 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[90629]: ts=2024-09-13T14:24:09.704Z caller=head.go:698 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=2.221µs 2024-09-13T14:24:10.116 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:24:09 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[90629]: ts=2024-09-13T14:24:09.704Z caller=head.go:706 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-09-13T14:24:10.116 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:24:09 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[90629]: ts=2024-09-13T14:24:09.706Z caller=head.go:778 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=4 2024-09-13T14:24:10.116 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:24:09 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[90629]: ts=2024-09-13T14:24:09.714Z caller=head.go:778 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=4 2024-09-13T14:24:10.116 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:24:09 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[90629]: ts=2024-09-13T14:24:09.714Z caller=head.go:778 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=4 2024-09-13T14:24:10.117 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:24:09 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[90629]: ts=2024-09-13T14:24:09.715Z caller=head.go:778 level=info component=tsdb msg="WAL segment loaded" segment=3 maxSegment=4 2024-09-13T14:24:10.117 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:24:09 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[90629]: ts=2024-09-13T14:24:09.715Z caller=head.go:778 level=info component=tsdb msg="WAL segment loaded" segment=4 maxSegment=4 2024-09-13T14:24:10.117 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:24:09 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[90629]: ts=2024-09-13T14:24:09.715Z caller=head.go:815 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=25.22µs wal_replay_duration=11.114577ms wbl_replay_duration=99ns total_replay_duration=11.165188ms 2024-09-13T14:24:10.117 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:24:09 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[90629]: ts=2024-09-13T14:24:09.717Z caller=main.go:1150 level=info fs_type=XFS_SUPER_MAGIC 2024-09-13T14:24:10.117 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:24:09 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[90629]: ts=2024-09-13T14:24:09.717Z caller=main.go:1153 level=info msg="TSDB started" 2024-09-13T14:24:10.117 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:24:09 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[90629]: ts=2024-09-13T14:24:09.717Z caller=main.go:1335 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-13T14:24:10.117 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:24:09 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[90629]: ts=2024-09-13T14:24:09.734Z caller=main.go:1372 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=16.452058ms db_storage=741ns remote_storage=1.156µs web_handler=420ns query_engine=550ns scrape=398.674µs scrape_sd=94.892µs notify=9.526µs notify_sd=8.416µs rules=15.600075ms tracing=6.097µs 2024-09-13T14:24:10.117 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:24:09 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[90629]: ts=2024-09-13T14:24:09.734Z caller=main.go:1114 level=info msg="Server is ready to receive web requests." 2024-09-13T14:24:10.117 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:24:09 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[90629]: ts=2024-09-13T14:24:09.734Z caller=manager.go:163 level=info component="rule manager" msg="Starting rule manager..." 2024-09-13T14:24:10.117 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:24:09 smithi104 bash[90614]: 31487e669ce25be698ae6e299393c94a87d1ea703a0a9fff44231ff76a7e27e4 2024-09-13T14:24:10.117 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 14:24:09 smithi104 systemd[1]: Started Ceph prometheus.a for 18f8172c-71da-11ef-bceb-c7b262605968. 2024-09-13T14:24:10.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:09 smithi071 ceph-mon[29588]: osdmap e277: 8 total, 8 up, 8 in 2024-09-13T14:24:10.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:09 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:10.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:09 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:10.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:09 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:24:10.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:09 smithi071 ceph-mon[41109]: osdmap e277: 8 total, 8 up, 8 in 2024-09-13T14:24:10.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:09 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:10.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:09 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:10.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:09 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:24:10.243 INFO:tasks.rados.rados.0.smithi071.stdout:827: finishing write tid 1 to smithi07185159-5 2024-09-13T14:24:10.243 INFO:tasks.rados.rados.0.smithi071.stdout:827: finishing write tid 2 to smithi07185159-5 2024-09-13T14:24:10.243 INFO:tasks.rados.rados.0.smithi071.stdout:827: finishing write tid 3 to smithi07185159-5 2024-09-13T14:24:10.243 INFO:tasks.rados.rados.0.smithi071.stdout:827: finishing write tid 4 to smithi07185159-5 2024-09-13T14:24:10.243 INFO:tasks.rados.rados.0.smithi071.stdout:827: finishing write tid 5 to smithi07185159-5 2024-09-13T14:24:10.244 INFO:tasks.rados.rados.0.smithi071.stdout:827: oid 5 updating version 0 to 876 2024-09-13T14:24:10.244 INFO:tasks.rados.rados.0.smithi071.stdout:827: oid 5 updating version 876 to 878 2024-09-13T14:24:10.244 INFO:tasks.rados.rados.0.smithi071.stdout:827: oid 5 updating version 878 to 879 2024-09-13T14:24:10.244 INFO:tasks.rados.rados.0.smithi071.stdout:827: oid 5 version 879 is already newer than 877 2024-09-13T14:24:10.244 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 5 v 879 (ObjNum 344 snap 105 seq_num 344) dirty exists 2024-09-13T14:24:10.244 INFO:tasks.rados.rados.0.smithi071.stdout:827: left oid 5 (ObjNum 344 snap 105 seq_num 344) 2024-09-13T14:24:10.244 INFO:tasks.rados.rados.0.smithi071.stdout:828: finishing write tid 1 to smithi07185159-42 2024-09-13T14:24:10.244 INFO:tasks.rados.rados.0.smithi071.stdout:825: done (4 left) 2024-09-13T14:24:10.244 INFO:tasks.rados.rados.0.smithi071.stdout:827: done (3 left) 2024-09-13T14:24:10.244 INFO:tasks.rados.rados.0.smithi071.stdout:831: delete oid 27 current snap is 105 2024-09-13T14:24:10.244 INFO:tasks.rados.rados.0.smithi071.stdout:828: finishing write tid 2 to smithi07185159-42 2024-09-13T14:24:10.244 INFO:tasks.rados.rados.0.smithi071.stdout:830: finishing rollback tid 1 to smithi07185159-38 2024-09-13T14:24:10.245 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 38 v 0 (ObjNum 33 snap 0 seq_num 1953522936) dirty dne 2024-09-13T14:24:10.245 INFO:tasks.rados.rados.0.smithi071.stdout:828: finishing write tid 3 to smithi07185159-42 2024-09-13T14:24:10.245 INFO:tasks.rados.rados.0.smithi071.stdout:828: finishing write tid 4 to smithi07185159-42 2024-09-13T14:24:10.245 INFO:tasks.rados.rados.0.smithi071.stdout:828: finishing write tid 5 to smithi07185159-42 2024-09-13T14:24:10.245 INFO:tasks.rados.rados.0.smithi071.stdout:828: oid 42 updating version 0 to 552 2024-09-13T14:24:10.245 INFO:tasks.rados.rados.0.smithi071.stdout:828: oid 42 version 552 is already newer than 550 2024-09-13T14:24:10.245 INFO:tasks.rados.rados.0.smithi071.stdout:828: oid 42 version 552 is already newer than 551 2024-09-13T14:24:10.245 INFO:tasks.rados.rados.0.smithi071.stdout:828: oid 42 updating version 552 to 553 2024-09-13T14:24:10.245 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 42 v 553 (ObjNum 345 snap 105 seq_num 345) dirty exists 2024-09-13T14:24:10.245 INFO:tasks.rados.rados.0.smithi071.stdout:828: left oid 42 (ObjNum 345 snap 105 seq_num 345) 2024-09-13T14:24:10.245 INFO:tasks.rados.rados.0.smithi071.stdout:829: expect (ObjNum 310 snap 94 seq_num 310) 2024-09-13T14:24:10.512 INFO:tasks.rados.rados.0.smithi071.stdout:828: done (3 left) 2024-09-13T14:24:10.512 INFO:tasks.rados.rados.0.smithi071.stdout:829: done (2 left) 2024-09-13T14:24:10.512 INFO:tasks.rados.rados.0.smithi071.stdout:830: done (1 left) 2024-09-13T14:24:10.512 INFO:tasks.rados.rados.0.smithi071.stdout:831: done (0 left) 2024-09-13T14:24:10.512 INFO:tasks.rados.rados.0.smithi071.stdout:832: read oid 43 snap -1 2024-09-13T14:24:10.512 INFO:tasks.rados.rados.0.smithi071.stdout:832: expect deleted 2024-09-13T14:24:10.512 INFO:tasks.rados.rados.0.smithi071.stdout:833: snap_create 2024-09-13T14:24:11.124 INFO:tasks.rados.rados.0.smithi071.stdout:832: done (1 left) 2024-09-13T14:24:11.124 INFO:tasks.rados.rados.0.smithi071.stdout:833: done (0 left) 2024-09-13T14:24:11.124 INFO:tasks.rados.rados.0.smithi071.stdout:834: rollback oid 18 current snap is 106 2024-09-13T14:24:11.124 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 18 to 104 2024-09-13T14:24:11.125 INFO:tasks.rados.rados.0.smithi071.stdout:835: snap_create 2024-09-13T14:24:11.128 INFO:tasks.rados.rados.0.smithi071.stdout:834: finishing rollback tid 0 to smithi07185159-18 2024-09-13T14:24:11.128 INFO:tasks.rados.rados.0.smithi071.stdout:834: finishing rollback tid 1 to smithi07185159-18 2024-09-13T14:24:11.128 INFO:tasks.rados.rados.0.smithi071.stdout:834: finishing rollback tid 2 to smithi07185159-18 2024-09-13T14:24:11.128 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 18 v 883 (ObjNum 327 snap 101 seq_num 327) dirty exists 2024-09-13T14:24:11.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:10 smithi071 ceph-mon[29588]: osdmap e278: 8 total, 8 up, 8 in 2024-09-13T14:24:11.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:10 smithi071 ceph-mon[29588]: pgmap v99: 89 pgs: 89 active+clean; 183 MiB data, 648 MiB used, 715 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.5 MiB/s wr, 12 op/s 2024-09-13T14:24:11.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:10 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:11.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:10 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:11.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:10 smithi071 ceph-mon[41109]: osdmap e278: 8 total, 8 up, 8 in 2024-09-13T14:24:11.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:10 smithi071 ceph-mon[41109]: pgmap v99: 89 pgs: 89 active+clean; 183 MiB data, 648 MiB used, 715 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.5 MiB/s wr, 12 op/s 2024-09-13T14:24:11.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:10 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:11.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:10 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:11.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:10 smithi104 ceph-mon[33426]: osdmap e278: 8 total, 8 up, 8 in 2024-09-13T14:24:11.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:10 smithi104 ceph-mon[33426]: pgmap v99: 89 pgs: 89 active+clean; 183 MiB data, 648 MiB used, 715 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.5 MiB/s wr, 12 op/s 2024-09-13T14:24:11.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:10 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:11.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:10 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:12.129 INFO:tasks.rados.rados.0.smithi071.stdout:834: done (1 left) 2024-09-13T14:24:12.129 INFO:tasks.rados.rados.0.smithi071.stdout:835: done (0 left) 2024-09-13T14:24:12.129 INFO:tasks.rados.rados.0.smithi071.stdout:836: rollback oid 38 current snap is 107 2024-09-13T14:24:12.129 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 38 to 103 2024-09-13T14:24:12.129 INFO:tasks.rados.rados.0.smithi071.stdout:837: read oid 40 snap 104 2024-09-13T14:24:12.129 INFO:tasks.rados.rados.0.smithi071.stdout:837: expect (ObjNum 282 snap 88 seq_num 282) 2024-09-13T14:24:12.129 INFO:tasks.rados.rados.0.smithi071.stdout:838: write oid 39 current snap is 107 2024-09-13T14:24:12.129 INFO:tasks.rados.rados.0.smithi071.stdout:838: seq_num 347 ranges {632029=547288,1639134=749453,2796249=437859,3653524=178505} 2024-09-13T14:24:12.135 INFO:tasks.rados.rados.0.smithi071.stdout:838: writing smithi07185159-39 from 632029 to 1179317 tid 1 2024-09-13T14:24:12.142 INFO:tasks.rados.rados.0.smithi071.stdout:838: writing smithi07185159-39 from 1639134 to 2388587 tid 2 2024-09-13T14:24:12.147 INFO:tasks.rados.rados.0.smithi071.stdout:838: writing smithi07185159-39 from 2796249 to 3234108 tid 3 2024-09-13T14:24:12.150 INFO:tasks.rados.rados.0.smithi071.stdout:838: writing smithi07185159-39 from 3653524 to 3832029 tid 4 2024-09-13T14:24:12.151 INFO:tasks.rados.rados.0.smithi071.stdout:839: write oid 36 current snap is 107 2024-09-13T14:24:12.151 INFO:tasks.rados.rados.0.smithi071.stdout:839: seq_num 348 ranges {648836=622537,1981263=493111,3107319=741517} 2024-09-13T14:24:12.157 INFO:tasks.rados.rados.0.smithi071.stdout:839: writing smithi07185159-36 from 648836 to 1271373 tid 1 2024-09-13T14:24:12.164 INFO:tasks.rados.rados.0.smithi071.stdout:839: writing smithi07185159-36 from 1981263 to 2474374 tid 2 2024-09-13T14:24:12.172 INFO:tasks.rados.rados.0.smithi071.stdout:839: writing smithi07185159-36 from 3107319 to 3848836 tid 3 2024-09-13T14:24:12.172 INFO:tasks.rados.rados.0.smithi071.stdout:840: snap_remove snap 92 2024-09-13T14:24:12.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:12 smithi071 ceph-mon[29588]: osdmap e279: 8 total, 8 up, 8 in 2024-09-13T14:24:12.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:12 smithi071 ceph-mon[41109]: osdmap e279: 8 total, 8 up, 8 in 2024-09-13T14:24:12.395 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:12 smithi104 ceph-mon[33426]: osdmap e279: 8 total, 8 up, 8 in 2024-09-13T14:24:13.145 INFO:tasks.rados.rados.0.smithi071.stdout:837: expect (ObjNum 282 snap 88 seq_num 282) 2024-09-13T14:24:13.269 INFO:tasks.rados.rados.0.smithi071.stdout:836: finishing rollback tid 1 to smithi07185159-38 2024-09-13T14:24:13.269 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 38 v 0 (ObjNum 97 snap 0 seq_num 2836254272) dirty dne 2024-09-13T14:24:13.269 INFO:tasks.rados.rados.0.smithi071.stdout:838: finishing write tid 1 to smithi07185159-39 2024-09-13T14:24:13.269 INFO:tasks.rados.rados.0.smithi071.stdout:838: finishing write tid 2 to smithi07185159-39 2024-09-13T14:24:13.269 INFO:tasks.rados.rados.0.smithi071.stdout:838: finishing write tid 3 to smithi07185159-39 2024-09-13T14:24:13.269 INFO:tasks.rados.rados.0.smithi071.stdout:838: finishing write tid 4 to smithi07185159-39 2024-09-13T14:24:13.269 INFO:tasks.rados.rados.0.smithi071.stdout:838: finishing write tid 5 to smithi07185159-39 2024-09-13T14:24:13.270 INFO:tasks.rados.rados.0.smithi071.stdout:838: finishing write tid 6 to smithi07185159-39 2024-09-13T14:24:13.270 INFO:tasks.rados.rados.0.smithi071.stdout:838: oid 39 updating version 0 to 386 2024-09-13T14:24:13.270 INFO:tasks.rados.rados.0.smithi071.stdout:838: oid 39 version 386 is already newer than 385 2024-09-13T14:24:13.270 INFO:tasks.rados.rados.0.smithi071.stdout:838: oid 39 updating version 386 to 387 2024-09-13T14:24:13.270 INFO:tasks.rados.rados.0.smithi071.stdout:838: oid 39 updating version 387 to 389 2024-09-13T14:24:13.270 INFO:tasks.rados.rados.0.smithi071.stdout:838: oid 39 version 389 is already newer than 388 2024-09-13T14:24:13.270 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 39 v 389 (ObjNum 347 snap 107 seq_num 347) dirty exists 2024-09-13T14:24:13.270 INFO:tasks.rados.rados.0.smithi071.stdout:838: left oid 39 (ObjNum 347 snap 107 seq_num 347) 2024-09-13T14:24:13.270 INFO:tasks.rados.rados.0.smithi071.stdout:839: finishing write tid 1 to smithi07185159-36 2024-09-13T14:24:13.270 INFO:tasks.rados.rados.0.smithi071.stdout:836: done (4 left) 2024-09-13T14:24:13.270 INFO:tasks.rados.rados.0.smithi071.stdout:837: done (3 left) 2024-09-13T14:24:13.270 INFO:tasks.rados.rados.0.smithi071.stdout:838: done (2 left) 2024-09-13T14:24:13.270 INFO:tasks.rados.rados.0.smithi071.stdout:840: done (1 left) 2024-09-13T14:24:13.271 INFO:tasks.rados.rados.0.smithi071.stdout:841: write oid 14 current snap is 107 2024-09-13T14:24:13.271 INFO:tasks.rados.rados.0.smithi071.stdout:839: finishing write tid 2 to smithi07185159-36 2024-09-13T14:24:13.271 INFO:tasks.rados.rados.0.smithi071.stdout:839: finishing write tid 3 to smithi07185159-36 2024-09-13T14:24:13.271 INFO:tasks.rados.rados.0.smithi071.stdout:841: seq_num 349 ranges {665643=697786,2039745=753122,3534742=330901} 2024-09-13T14:24:13.275 INFO:tasks.rados.rados.0.smithi071.stdout:841: writing smithi07185159-14 from 665643 to 1363429 tid 1 2024-09-13T14:24:13.283 INFO:tasks.rados.rados.0.smithi071.stdout:841: writing smithi07185159-14 from 2039745 to 2792867 tid 2 2024-09-13T14:24:13.290 INFO:tasks.rados.rados.0.smithi071.stdout:841: writing smithi07185159-14 from 3534742 to 3865643 tid 3 2024-09-13T14:24:13.291 INFO:tasks.rados.rados.0.smithi071.stdout:842: write oid 37 current snap is 107 2024-09-13T14:24:13.291 INFO:tasks.rados.rados.0.smithi071.stdout:839: finishing write tid 4 to smithi07185159-36 2024-09-13T14:24:13.291 INFO:tasks.rados.rados.0.smithi071.stdout:839: finishing write tid 5 to smithi07185159-36 2024-09-13T14:24:13.291 INFO:tasks.rados.rados.0.smithi071.stdout:839: oid 36 updating version 0 to 163 2024-09-13T14:24:13.291 INFO:tasks.rados.rados.0.smithi071.stdout:839: oid 36 version 163 is already newer than 162 2024-09-13T14:24:13.291 INFO:tasks.rados.rados.0.smithi071.stdout:839: oid 36 version 163 is already newer than 160 2024-09-13T14:24:13.291 INFO:tasks.rados.rados.0.smithi071.stdout:839: oid 36 version 163 is already newer than 161 2024-09-13T14:24:13.292 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 36 v 163 (ObjNum 348 snap 107 seq_num 348) dirty exists 2024-09-13T14:24:13.292 INFO:tasks.rados.rados.0.smithi071.stdout:839: left oid 36 (ObjNum 348 snap 107 seq_num 348) 2024-09-13T14:24:13.292 INFO:tasks.rados.rados.0.smithi071.stdout:841: finishing write tid 1 to smithi07185159-14 2024-09-13T14:24:13.292 INFO:tasks.rados.rados.0.smithi071.stdout:841: finishing write tid 2 to smithi07185159-14 2024-09-13T14:24:13.292 INFO:tasks.rados.rados.0.smithi071.stdout:842: seq_num 350 ranges {682450=489388,1814580=496780,2878518=788028} 2024-09-13T14:24:13.296 INFO:tasks.rados.rados.0.smithi071.stdout:842: writing smithi07185159-37 from 682450 to 1171838 tid 1 2024-09-13T14:24:13.302 INFO:tasks.rados.rados.0.smithi071.stdout:842: writing smithi07185159-37 from 1814580 to 2311360 tid 2 2024-09-13T14:24:13.310 INFO:tasks.rados.rados.0.smithi071.stdout:842: writing smithi07185159-37 from 2878518 to 3666546 tid 3 2024-09-13T14:24:13.310 INFO:tasks.rados.rados.0.smithi071.stdout:839: done (2 left) 2024-09-13T14:24:13.310 INFO:tasks.rados.rados.0.smithi071.stdout:843: write oid 10 current snap is 107 2024-09-13T14:24:13.310 INFO:tasks.rados.rados.0.smithi071.stdout:841: finishing write tid 3 to smithi07185159-14 2024-09-13T14:24:13.310 INFO:tasks.rados.rados.0.smithi071.stdout:841: finishing write tid 4 to smithi07185159-14 2024-09-13T14:24:13.311 INFO:tasks.rados.rados.0.smithi071.stdout:841: finishing write tid 5 to smithi07185159-14 2024-09-13T14:24:13.311 INFO:tasks.rados.rados.0.smithi071.stdout:841: oid 14 updating version 0 to 393 2024-09-13T14:24:13.311 INFO:tasks.rados.rados.0.smithi071.stdout:841: oid 14 updating version 393 to 396 2024-09-13T14:24:13.311 INFO:tasks.rados.rados.0.smithi071.stdout:841: oid 14 version 396 is already newer than 395 2024-09-13T14:24:13.311 INFO:tasks.rados.rados.0.smithi071.stdout:841: oid 14 version 396 is already newer than 394 2024-09-13T14:24:13.311 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 14 v 396 (ObjNum 349 snap 107 seq_num 349) dirty exists 2024-09-13T14:24:13.311 INFO:tasks.rados.rados.0.smithi071.stdout:841: left oid 14 (ObjNum 349 snap 107 seq_num 349) 2024-09-13T14:24:13.311 INFO:tasks.rados.rados.0.smithi071.stdout:842: finishing write tid 1 to smithi07185159-37 2024-09-13T14:24:13.311 INFO:tasks.rados.rados.0.smithi071.stdout:842: finishing write tid 2 to smithi07185159-37 2024-09-13T14:24:13.311 INFO:tasks.rados.rados.0.smithi071.stdout:843: seq_num 351 ranges {699257=564637,1873062=640438,3305941=593316} 2024-09-13T14:24:13.316 INFO:tasks.rados.rados.0.smithi071.stdout:843: writing smithi07185159-10 from 699257 to 1263894 tid 1 2024-09-13T14:24:13.323 INFO:tasks.rados.rados.0.smithi071.stdout:843: writing smithi07185159-10 from 1873062 to 2513500 tid 2 2024-09-13T14:24:13.331 INFO:tasks.rados.rados.0.smithi071.stdout:843: writing smithi07185159-10 from 3305941 to 3899257 tid 3 2024-09-13T14:24:13.331 INFO:tasks.rados.rados.0.smithi071.stdout:841: done (2 left) 2024-09-13T14:24:13.331 INFO:tasks.rados.rados.0.smithi071.stdout:844: snap_create 2024-09-13T14:24:13.331 INFO:tasks.rados.rados.0.smithi071.stdout:842: finishing write tid 3 to smithi07185159-37 2024-09-13T14:24:13.331 INFO:tasks.rados.rados.0.smithi071.stdout:842: finishing write tid 4 to smithi07185159-37 2024-09-13T14:24:13.331 INFO:tasks.rados.rados.0.smithi071.stdout:842: finishing write tid 5 to smithi07185159-37 2024-09-13T14:24:13.331 INFO:tasks.rados.rados.0.smithi071.stdout:842: oid 37 updating version 0 to 217 2024-09-13T14:24:13.332 INFO:tasks.rados.rados.0.smithi071.stdout:842: oid 37 version 217 is already newer than 216 2024-09-13T14:24:13.332 INFO:tasks.rados.rados.0.smithi071.stdout:842: oid 37 updating version 217 to 218 2024-09-13T14:24:13.332 INFO:tasks.rados.rados.0.smithi071.stdout:842: oid 37 version 218 is already newer than 215 2024-09-13T14:24:13.332 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 37 v 218 (ObjNum 350 snap 107 seq_num 350) dirty exists 2024-09-13T14:24:13.332 INFO:tasks.rados.rados.0.smithi071.stdout:842: left oid 37 (ObjNum 350 snap 107 seq_num 350) 2024-09-13T14:24:13.332 INFO:tasks.rados.rados.0.smithi071.stdout:843: finishing write tid 1 to smithi07185159-10 2024-09-13T14:24:13.332 INFO:tasks.rados.rados.0.smithi071.stdout:843: finishing write tid 2 to smithi07185159-10 2024-09-13T14:24:13.333 INFO:tasks.rados.rados.0.smithi071.stdout:843: finishing write tid 3 to smithi07185159-10 2024-09-13T14:24:13.334 INFO:tasks.rados.rados.0.smithi071.stdout:843: finishing write tid 4 to smithi07185159-10 2024-09-13T14:24:13.334 INFO:tasks.rados.rados.0.smithi071.stdout:843: finishing write tid 5 to smithi07185159-10 2024-09-13T14:24:13.334 INFO:tasks.rados.rados.0.smithi071.stdout:843: oid 10 updating version 0 to 428 2024-09-13T14:24:13.334 INFO:tasks.rados.rados.0.smithi071.stdout:843: oid 10 updating version 428 to 429 2024-09-13T14:24:13.334 INFO:tasks.rados.rados.0.smithi071.stdout:843: oid 10 version 429 is already newer than 426 2024-09-13T14:24:13.334 INFO:tasks.rados.rados.0.smithi071.stdout:843: oid 10 version 429 is already newer than 427 2024-09-13T14:24:13.334 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 10 v 429 (ObjNum 351 snap 107 seq_num 351) dirty exists 2024-09-13T14:24:13.334 INFO:tasks.rados.rados.0.smithi071.stdout:843: left oid 10 (ObjNum 351 snap 107 seq_num 351) 2024-09-13T14:24:13.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:13 smithi071 ceph-mon[29588]: pgmap v101: 89 pgs: 89 active+clean; 183 MiB data, 648 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:24:13.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:13 smithi071 ceph-mon[29588]: osdmap e280: 8 total, 8 up, 8 in 2024-09-13T14:24:13.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:13 smithi071 ceph-mon[41109]: pgmap v101: 89 pgs: 89 active+clean; 183 MiB data, 648 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:24:13.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:13 smithi071 ceph-mon[41109]: osdmap e280: 8 total, 8 up, 8 in 2024-09-13T14:24:13.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:13 smithi104 ceph-mon[33426]: pgmap v101: 89 pgs: 89 active+clean; 183 MiB data, 648 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:24:13.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:13 smithi104 ceph-mon[33426]: osdmap e280: 8 total, 8 up, 8 in 2024-09-13T14:24:14.147 INFO:tasks.rados.rados.0.smithi071.stdout:842: done (2 left) 2024-09-13T14:24:14.147 INFO:tasks.rados.rados.0.smithi071.stdout:843: done (1 left) 2024-09-13T14:24:14.147 INFO:tasks.rados.rados.0.smithi071.stdout:844: done (0 left) 2024-09-13T14:24:14.148 INFO:tasks.rados.rados.0.smithi071.stdout:845: rollback oid 4 current snap is 108 2024-09-13T14:24:14.148 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 4 to 100 2024-09-13T14:24:14.148 INFO:tasks.rados.rados.0.smithi071.stdout:846: write oid 5 current snap is 108 2024-09-13T14:24:14.148 INFO:tasks.rados.rados.0.smithi071.stdout:846: seq_num 352 ranges {716064=639886,1815191=500449,2817011=526925} 2024-09-13T14:24:14.154 INFO:tasks.rados.rados.0.smithi071.stdout:846: writing smithi07185159-5 from 716064 to 1355950 tid 1 2024-09-13T14:24:14.160 INFO:tasks.rados.rados.0.smithi071.stdout:846: writing smithi07185159-5 from 1815191 to 2315640 tid 2 2024-09-13T14:24:14.166 INFO:tasks.rados.rados.0.smithi071.stdout:846: writing smithi07185159-5 from 2817011 to 3343936 tid 3 2024-09-13T14:24:14.166 INFO:tasks.rados.rados.0.smithi071.stdout:847: snap_create 2024-09-13T14:24:14.166 INFO:tasks.rados.rados.0.smithi071.stdout:845: finishing rollback tid 1 to smithi07185159-4 2024-09-13T14:24:14.166 INFO:tasks.rados.rados.0.smithi071.stdout:845: finishing rollback tid 2 to smithi07185159-4 2024-09-13T14:24:14.167 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 4 v 431 (ObjNum 313 snap 96 seq_num 313) dirty exists 2024-09-13T14:24:14.167 INFO:tasks.rados.rados.0.smithi071.stdout:846: finishing write tid 1 to smithi07185159-5 2024-09-13T14:24:14.167 INFO:tasks.rados.rados.0.smithi071.stdout:846: finishing write tid 2 to smithi07185159-5 2024-09-13T14:24:14.168 INFO:tasks.rados.rados.0.smithi071.stdout:846: finishing write tid 3 to smithi07185159-5 2024-09-13T14:24:14.169 INFO:tasks.rados.rados.0.smithi071.stdout:846: finishing write tid 4 to smithi07185159-5 2024-09-13T14:24:14.169 INFO:tasks.rados.rados.0.smithi071.stdout:846: finishing write tid 5 to smithi07185159-5 2024-09-13T14:24:14.169 INFO:tasks.rados.rados.0.smithi071.stdout:846: oid 5 updating version 0 to 901 2024-09-13T14:24:14.169 INFO:tasks.rados.rados.0.smithi071.stdout:846: oid 5 version 901 is already newer than 900 2024-09-13T14:24:14.169 INFO:tasks.rados.rados.0.smithi071.stdout:846: oid 5 version 901 is already newer than 899 2024-09-13T14:24:14.170 INFO:tasks.rados.rados.0.smithi071.stdout:846: oid 5 updating version 901 to 902 2024-09-13T14:24:14.170 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 5 v 902 (ObjNum 352 snap 108 seq_num 352) dirty exists 2024-09-13T14:24:14.170 INFO:tasks.rados.rados.0.smithi071.stdout:846: left oid 5 (ObjNum 352 snap 108 seq_num 352) 2024-09-13T14:24:14.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:14 smithi104 ceph-mon[33426]: osdmap e281: 8 total, 8 up, 8 in 2024-09-13T14:24:14.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:14 smithi071 ceph-mon[29588]: osdmap e281: 8 total, 8 up, 8 in 2024-09-13T14:24:14.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:14 smithi071 ceph-mon[41109]: osdmap e281: 8 total, 8 up, 8 in 2024-09-13T14:24:15.150 INFO:tasks.rados.rados.0.smithi071.stdout:845: done (2 left) 2024-09-13T14:24:15.150 INFO:tasks.rados.rados.0.smithi071.stdout:846: done (1 left) 2024-09-13T14:24:15.150 INFO:tasks.rados.rados.0.smithi071.stdout:847: done (0 left) 2024-09-13T14:24:15.151 INFO:tasks.rados.rados.0.smithi071.stdout:848: read oid 12 snap -1 2024-09-13T14:24:15.151 INFO:tasks.rados.rados.0.smithi071.stdout:848: expect (ObjNum 258 snap 81 seq_num 258) 2024-09-13T14:24:15.151 INFO:tasks.rados.rados.0.smithi071.stdout:849: rollback oid 9 current snap is 109 2024-09-13T14:24:15.151 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 9 to 104 2024-09-13T14:24:15.151 INFO:tasks.rados.rados.0.smithi071.stdout:850: snap_remove snap 108 2024-09-13T14:24:15.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:15 smithi104 ceph-mon[33426]: pgmap v104: 89 pgs: 89 active+clean; 191 MiB data, 656 MiB used, 715 GiB / 715 GiB avail; 5.2 MiB/s rd, 2.0 MiB/s wr, 12 op/s 2024-09-13T14:24:15.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:15 smithi104 ceph-mon[33426]: osdmap e282: 8 total, 8 up, 8 in 2024-09-13T14:24:15.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:15 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:15.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:15 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:15.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:15 smithi071 ceph-mon[29588]: pgmap v104: 89 pgs: 89 active+clean; 191 MiB data, 656 MiB used, 715 GiB / 715 GiB avail; 5.2 MiB/s rd, 2.0 MiB/s wr, 12 op/s 2024-09-13T14:24:15.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:15 smithi071 ceph-mon[29588]: osdmap e282: 8 total, 8 up, 8 in 2024-09-13T14:24:15.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:15 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:15.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:15 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:15.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:15 smithi071 ceph-mon[41109]: pgmap v104: 89 pgs: 89 active+clean; 191 MiB data, 656 MiB used, 715 GiB / 715 GiB avail; 5.2 MiB/s rd, 2.0 MiB/s wr, 12 op/s 2024-09-13T14:24:15.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:15 smithi071 ceph-mon[41109]: osdmap e282: 8 total, 8 up, 8 in 2024-09-13T14:24:15.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:15 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:15.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:15 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:16.157 INFO:tasks.rados.rados.0.smithi071.stdout:850: done (2 left) 2024-09-13T14:24:16.157 INFO:tasks.rados.rados.0.smithi071.stdout:851: write oid 25 current snap is 109 2024-09-13T14:24:16.158 INFO:tasks.rados.rados.0.smithi071.stdout:849: finishing rollback tid 1 to smithi07185159-9 2024-09-13T14:24:16.158 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 9 v 136 (ObjNum 129 snap 0 seq_num 1960977576) dirty dne 2024-09-13T14:24:16.158 INFO:tasks.rados.rados.0.smithi071.stdout:848: expect (ObjNum 258 snap 81 seq_num 258) 2024-09-13T14:24:16.284 INFO:tasks.rados.rados.0.smithi071.stdout:851: seq_num 353 ranges {732871=715135,1873673=644107,3244434=688437} 2024-09-13T14:24:16.292 INFO:tasks.rados.rados.0.smithi071.stdout:851: writing smithi07185159-25 from 732871 to 1448006 tid 1 2024-09-13T14:24:16.298 INFO:tasks.rados.rados.0.smithi071.stdout:851: writing smithi07185159-25 from 1873673 to 2517780 tid 2 2024-09-13T14:24:16.306 INFO:tasks.rados.rados.0.smithi071.stdout:851: writing smithi07185159-25 from 3244434 to 3932871 tid 3 2024-09-13T14:24:16.306 INFO:tasks.rados.rados.0.smithi071.stdout:848: done (2 left) 2024-09-13T14:24:16.306 INFO:tasks.rados.rados.0.smithi071.stdout:849: done (1 left) 2024-09-13T14:24:16.306 INFO:tasks.rados.rados.0.smithi071.stdout:852: delete oid 23 current snap is 109 2024-09-13T14:24:16.306 INFO:tasks.rados.rados.0.smithi071.stdout:851: finishing write tid 1 to smithi07185159-25 2024-09-13T14:24:16.306 INFO:tasks.rados.rados.0.smithi071.stdout:851: finishing write tid 2 to smithi07185159-25 2024-09-13T14:24:16.308 INFO:tasks.rados.rados.0.smithi071.stdout:851: finishing write tid 3 to smithi07185159-25 2024-09-13T14:24:16.309 INFO:tasks.rados.rados.0.smithi071.stdout:851: finishing write tid 4 to smithi07185159-25 2024-09-13T14:24:16.310 INFO:tasks.rados.rados.0.smithi071.stdout:851: finishing write tid 5 to smithi07185159-25 2024-09-13T14:24:16.310 INFO:tasks.rados.rados.0.smithi071.stdout:851: oid 25 updating version 0 to 503 2024-09-13T14:24:16.310 INFO:tasks.rados.rados.0.smithi071.stdout:851: oid 25 updating version 503 to 505 2024-09-13T14:24:16.310 INFO:tasks.rados.rados.0.smithi071.stdout:851: oid 25 updating version 505 to 506 2024-09-13T14:24:16.310 INFO:tasks.rados.rados.0.smithi071.stdout:851: oid 25 version 506 is already newer than 504 2024-09-13T14:24:16.310 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 25 v 506 (ObjNum 353 snap 109 seq_num 353) dirty exists 2024-09-13T14:24:16.310 INFO:tasks.rados.rados.0.smithi071.stdout:851: left oid 25 (ObjNum 353 snap 109 seq_num 353) 2024-09-13T14:24:16.310 INFO:tasks.rados.rados.0.smithi071.stdout:851: done (1 left) 2024-09-13T14:24:16.310 INFO:tasks.rados.rados.0.smithi071.stdout:852: done (0 left) 2024-09-13T14:24:16.310 INFO:tasks.rados.rados.0.smithi071.stdout:853: read oid 2 snap -1 2024-09-13T14:24:16.311 INFO:tasks.rados.rados.0.smithi071.stdout:853: expect deleted 2024-09-13T14:24:16.311 INFO:tasks.rados.rados.0.smithi071.stdout:854: rollback oid 32 current snap is 109 2024-09-13T14:24:16.311 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 32 to 107 2024-09-13T14:24:16.311 INFO:tasks.rados.rados.0.smithi071.stdout:855: snap_create 2024-09-13T14:24:16.314 INFO:tasks.rados.rados.0.smithi071.stdout:854: finishing rollback tid 0 to smithi07185159-32 2024-09-13T14:24:16.315 INFO:tasks.rados.rados.0.smithi071.stdout:854: finishing rollback tid 1 to smithi07185159-32 2024-09-13T14:24:16.315 INFO:tasks.rados.rados.0.smithi071.stdout:854: finishing rollback tid 2 to smithi07185159-32 2024-09-13T14:24:16.315 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 32 v 67 (ObjNum 222 snap 64 seq_num 222) dirty exists 2024-09-13T14:24:16.337 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:16 smithi104 ceph-mon[33426]: osdmap e283: 8 total, 8 up, 8 in 2024-09-13T14:24:16.337 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:16 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:16.337 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:16 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:16.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:16 smithi071 ceph-mon[29588]: osdmap e283: 8 total, 8 up, 8 in 2024-09-13T14:24:16.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:16 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:16.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:16 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:16.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:16 smithi071 ceph-mon[41109]: osdmap e283: 8 total, 8 up, 8 in 2024-09-13T14:24:16.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:16 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:16.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:16 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:17.208 INFO:teuthology.orchestra.run.smithi071.stdout:true 2024-09-13T14:24:17.275 INFO:tasks.rados.rados.0.smithi071.stdout:853: done (2 left) 2024-09-13T14:24:17.275 INFO:tasks.rados.rados.0.smithi071.stdout:854: done (1 left) 2024-09-13T14:24:17.276 INFO:tasks.rados.rados.0.smithi071.stdout:855: done (0 left) 2024-09-13T14:24:17.276 INFO:tasks.rados.rados.0.smithi071.stdout:856: read oid 25 snap -1 2024-09-13T14:24:17.276 INFO:tasks.rados.rados.0.smithi071.stdout:856: expect (ObjNum 353 snap 109 seq_num 353) 2024-09-13T14:24:17.276 INFO:tasks.rados.rados.0.smithi071.stdout:857: snap_remove snap 98 2024-09-13T14:24:17.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:17 smithi104 ceph-mon[33426]: pgmap v107: 89 pgs: 89 active+clean; 191 MiB data, 656 MiB used, 715 GiB / 715 GiB avail; 5.4 MiB/s rd, 2.1 MiB/s wr, 12 op/s 2024-09-13T14:24:17.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:17 smithi104 ceph-mon[33426]: osdmap e284: 8 total, 8 up, 8 in 2024-09-13T14:24:17.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:17 smithi071 ceph-mon[29588]: pgmap v107: 89 pgs: 89 active+clean; 191 MiB data, 656 MiB used, 715 GiB / 715 GiB avail; 5.4 MiB/s rd, 2.1 MiB/s wr, 12 op/s 2024-09-13T14:24:17.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:17 smithi071 ceph-mon[29588]: osdmap e284: 8 total, 8 up, 8 in 2024-09-13T14:24:17.640 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:17 smithi071 ceph-mon[41109]: pgmap v107: 89 pgs: 89 active+clean; 191 MiB data, 656 MiB used, 715 GiB / 715 GiB avail; 5.4 MiB/s rd, 2.1 MiB/s wr, 12 op/s 2024-09-13T14:24:17.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:17 smithi071 ceph-mon[41109]: osdmap e284: 8 total, 8 up, 8 in 2024-09-13T14:24:17.768 INFO:teuthology.orchestra.run.smithi071.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-13T14:24:17.768 INFO:teuthology.orchestra.run.smithi071.stdout:alertmanager.a smithi071 *:9093,9094 running (4m) 25s ago 5m 26.7M - 0.25.0 c8568f914cd2 899307b1c0a9 2024-09-13T14:24:17.769 INFO:teuthology.orchestra.run.smithi071.stdout:grafana.a smithi104 *:3000 running (5m) 3s ago 5m 90.4M - 9.4.7 954c08fa6188 d4649d095d6e 2024-09-13T14:24:17.769 INFO:teuthology.orchestra.run.smithi071.stdout:mds.foo.smithi071.awdchm smithi071 running (4m) 25s ago 4m 19.9M - 18.2.4-843-g2c01458a c129f5a2fd4e 3a46cf5b0e24 2024-09-13T14:24:17.769 INFO:teuthology.orchestra.run.smithi071.stdout:mds.foo.smithi104.uecrqj smithi104 running (4m) 3s ago 4m 14.6M - 18.2.4-843-g2c01458a c129f5a2fd4e 3d72a892eecb 2024-09-13T14:24:17.769 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.x smithi104 *:8443,9283,8765 running (52s) 3s ago 9m 455M - 19.3.0-4697-gd58f7306 fec07016a2b0 d080c1ba10a3 2024-09-13T14:24:17.769 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.y smithi071 *:8443,9283,8765 running (80s) 25s ago 11m 513M - 19.3.0-4697-gd58f7306 fec07016a2b0 f93807043c77 2024-09-13T14:24:17.769 INFO:teuthology.orchestra.run.smithi071.stdout:mon.a smithi071 running (11m) 25s ago 11m 60.8M 2048M 18.2.4-843-g2c01458a c129f5a2fd4e 03dc48b4bc43 2024-09-13T14:24:17.769 INFO:teuthology.orchestra.run.smithi071.stdout:mon.b smithi104 running (10m) 3s ago 10m 52.2M 2048M 18.2.4-843-g2c01458a c129f5a2fd4e ecd51e95c619 2024-09-13T14:24:17.769 INFO:teuthology.orchestra.run.smithi071.stdout:mon.c smithi071 running (10m) 25s ago 10m 48.1M 2048M 18.2.4-843-g2c01458a c129f5a2fd4e 41b61ccb60e8 2024-09-13T14:24:17.769 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.a smithi071 *:9100 running (37s) 25s ago 5m 3343k - 1.7.0 72c9c2088986 9dca7c61ba7c 2024-09-13T14:24:17.769 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.b smithi104 *:9100 running (30s) 3s ago 5m 7750k - 1.7.0 72c9c2088986 378ebb14ddbd 2024-09-13T14:24:17.769 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0 smithi071 running (9m) 25s ago 9m 82.2M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 4620af289781 2024-09-13T14:24:17.769 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1 smithi071 running (9m) 25s ago 9m 70.7M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 6219ea84d5da 2024-09-13T14:24:17.769 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2 smithi071 running (8m) 25s ago 8m 96.5M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e dbb670583d0d 2024-09-13T14:24:17.770 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3 smithi071 running (8m) 25s ago 8m 63.4M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 3859c11423d8 2024-09-13T14:24:17.770 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4 smithi104 running (7m) 3s ago 7m 83.2M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 7641d6ca037c 2024-09-13T14:24:17.770 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5 smithi104 running (7m) 3s ago 7m 92.6M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e d171c1dc9aca 2024-09-13T14:24:17.770 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6 smithi104 running (7m) 3s ago 7m 76.5M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 7cd98596a2db 2024-09-13T14:24:17.770 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7 smithi104 running (6m) 3s ago 6m 82.0M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e c0657150d5d6 2024-09-13T14:24:17.770 INFO:teuthology.orchestra.run.smithi071.stdout:prometheus.a smithi104 *:9095 running (8s) 3s ago 6m 35.0M - 2.51.0 1d3b7f56885b 31487e669ce2 2024-09-13T14:24:17.875 INFO:tasks.rados.rados.0.smithi071.stdout:857: done (1 left) 2024-09-13T14:24:17.875 INFO:tasks.rados.rados.0.smithi071.stdout:858: write oid 12 current snap is 110 2024-09-13T14:24:17.876 INFO:tasks.rados.rados.0.smithi071.stdout:858: seq_num 355 ranges {766485=465633,1990637=647776,3299280=667205} 2024-09-13T14:24:17.882 INFO:tasks.rados.rados.0.smithi071.stdout:858: writing smithi07185159-12 from 766485 to 1232118 tid 1 2024-09-13T14:24:17.890 INFO:tasks.rados.rados.0.smithi071.stdout:858: writing smithi07185159-12 from 1990637 to 2638413 tid 2 2024-09-13T14:24:17.897 INFO:tasks.rados.rados.0.smithi071.stdout:858: writing smithi07185159-12 from 3299280 to 3966485 tid 3 2024-09-13T14:24:17.898 INFO:tasks.rados.rados.0.smithi071.stdout:859: delete oid 11 current snap is 110 2024-09-13T14:24:17.898 INFO:tasks.rados.rados.0.smithi071.stdout:856: expect (ObjNum 353 snap 109 seq_num 353) 2024-09-13T14:24:18.066 INFO:tasks.rados.rados.0.smithi071.stdout:858: finishing write tid 1 to smithi07185159-12 2024-09-13T14:24:18.066 INFO:tasks.rados.rados.0.smithi071.stdout:858: finishing write tid 2 to smithi07185159-12 2024-09-13T14:24:18.066 INFO:tasks.rados.rados.0.smithi071.stdout:856: done (2 left) 2024-09-13T14:24:18.066 INFO:tasks.rados.rados.0.smithi071.stdout:859: done (1 left) 2024-09-13T14:24:18.066 INFO:tasks.rados.rados.0.smithi071.stdout:860: read oid 26 snap -1 2024-09-13T14:24:18.066 INFO:tasks.rados.rados.0.smithi071.stdout:860: expect (ObjNum 257 snap 79 seq_num 257) 2024-09-13T14:24:18.066 INFO:tasks.rados.rados.0.smithi071.stdout:861: read oid 9 snap -1 2024-09-13T14:24:18.066 INFO:tasks.rados.rados.0.smithi071.stdout:861: expect deleted 2024-09-13T14:24:18.066 INFO:tasks.rados.rados.0.smithi071.stdout:862: snap_remove snap 103 2024-09-13T14:24:18.119 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:24:18.119 INFO:teuthology.orchestra.run.smithi071.stdout: "mon": { 2024-09-13T14:24:18.119 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)": 3 2024-09-13T14:24:18.119 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:24:18.119 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr": { 2024-09-13T14:24:18.119 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 19.3.0-4697-gd58f7306 (d58f73069a8157a9ace12a0247ee3e8497707ea9) squid (dev)": 2 2024-09-13T14:24:18.119 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:24:18.119 INFO:teuthology.orchestra.run.smithi071.stdout: "osd": { 2024-09-13T14:24:18.119 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)": 8 2024-09-13T14:24:18.120 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:24:18.120 INFO:teuthology.orchestra.run.smithi071.stdout: "mds": { 2024-09-13T14:24:18.120 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)": 2 2024-09-13T14:24:18.120 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:24:18.120 INFO:teuthology.orchestra.run.smithi071.stdout: "overall": { 2024-09-13T14:24:18.120 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)": 13, 2024-09-13T14:24:18.120 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 19.3.0-4697-gd58f7306 (d58f73069a8157a9ace12a0247ee3e8497707ea9) squid (dev)": 2 2024-09-13T14:24:18.120 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:24:18.120 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:24:18.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:18 smithi071 ceph-mon[29588]: from='client.24950 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:24:18.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:18 smithi071 ceph-mon[29588]: osdmap e285: 8 total, 8 up, 8 in 2024-09-13T14:24:18.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:18 smithi071 ceph-mon[29588]: from='client.15057 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:24:18.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:18 smithi071 ceph-mon[29588]: from='client.24962 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:24:18.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:18 smithi071 ceph-mon[29588]: osdmap e286: 8 total, 8 up, 8 in 2024-09-13T14:24:18.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:18 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/1104506124' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:18.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:18 smithi071 ceph-mon[41109]: from='client.24950 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:24:18.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:18 smithi071 ceph-mon[41109]: osdmap e285: 8 total, 8 up, 8 in 2024-09-13T14:24:18.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:18 smithi071 ceph-mon[41109]: from='client.15057 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:24:18.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:18 smithi071 ceph-mon[41109]: from='client.24962 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:24:18.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:18 smithi071 ceph-mon[41109]: osdmap e286: 8 total, 8 up, 8 in 2024-09-13T14:24:18.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:18 smithi071 ceph-mon[41109]: from='client.? 172.21.15.71:0/1104506124' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:18.442 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:24:18.443 INFO:teuthology.orchestra.run.smithi071.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f", 2024-09-13T14:24:18.443 INFO:teuthology.orchestra.run.smithi071.stdout: "in_progress": true, 2024-09-13T14:24:18.443 INFO:teuthology.orchestra.run.smithi071.stdout: "which": "Upgrading daemons of type(s) mgr", 2024-09-13T14:24:18.443 INFO:teuthology.orchestra.run.smithi071.stdout: "services_complete": [ 2024-09-13T14:24:18.443 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr" 2024-09-13T14:24:18.443 INFO:teuthology.orchestra.run.smithi071.stdout: ], 2024-09-13T14:24:18.443 INFO:teuthology.orchestra.run.smithi071.stdout: "progress": "2/2 daemons upgraded", 2024-09-13T14:24:18.443 INFO:teuthology.orchestra.run.smithi071.stdout: "message": "Currently upgrading prometheus daemons", 2024-09-13T14:24:18.443 INFO:teuthology.orchestra.run.smithi071.stdout: "is_paused": false 2024-09-13T14:24:18.443 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:24:18.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:18 smithi104 ceph-mon[33426]: from='client.24950 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:24:18.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:18 smithi104 ceph-mon[33426]: osdmap e285: 8 total, 8 up, 8 in 2024-09-13T14:24:18.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:18 smithi104 ceph-mon[33426]: from='client.15057 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:24:18.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:18 smithi104 ceph-mon[33426]: from='client.24962 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:24:18.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:18 smithi104 ceph-mon[33426]: osdmap e286: 8 total, 8 up, 8 in 2024-09-13T14:24:18.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:18 smithi104 ceph-mon[33426]: from='client.? 172.21.15.71:0/1104506124' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:18.878 INFO:tasks.rados.rados.0.smithi071.stdout:862: done (3 left) 2024-09-13T14:24:18.879 INFO:tasks.rados.rados.0.smithi071.stdout:863: delete oid 40 current snap is 110 2024-09-13T14:24:18.879 INFO:tasks.rados.rados.0.smithi071.stdout:858: finishing write tid 3 to smithi07185159-12 2024-09-13T14:24:18.879 INFO:tasks.rados.rados.0.smithi071.stdout:858: finishing write tid 4 to smithi07185159-12 2024-09-13T14:24:18.879 INFO:tasks.rados.rados.0.smithi071.stdout:858: finishing write tid 5 to smithi07185159-12 2024-09-13T14:24:18.879 INFO:tasks.rados.rados.0.smithi071.stdout:858: oid 12 updating version 0 to 126 2024-09-13T14:24:18.879 INFO:tasks.rados.rados.0.smithi071.stdout:858: oid 12 version 126 is already newer than 125 2024-09-13T14:24:18.879 INFO:tasks.rados.rados.0.smithi071.stdout:858: oid 12 version 126 is already newer than 123 2024-09-13T14:24:18.879 INFO:tasks.rados.rados.0.smithi071.stdout:858: oid 12 version 126 is already newer than 124 2024-09-13T14:24:18.879 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 12 v 126 (ObjNum 355 snap 110 seq_num 355) dirty exists 2024-09-13T14:24:18.879 INFO:tasks.rados.rados.0.smithi071.stdout:858: left oid 12 (ObjNum 355 snap 110 seq_num 355) 2024-09-13T14:24:18.880 INFO:tasks.rados.rados.0.smithi071.stdout:860: expect (ObjNum 257 snap 79 seq_num 257) 2024-09-13T14:24:19.019 INFO:tasks.rados.rados.0.smithi071.stdout:858: done (3 left) 2024-09-13T14:24:19.019 INFO:tasks.rados.rados.0.smithi071.stdout:860: done (2 left) 2024-09-13T14:24:19.019 INFO:tasks.rados.rados.0.smithi071.stdout:861: done (1 left) 2024-09-13T14:24:19.019 INFO:tasks.rados.rados.0.smithi071.stdout:863: done (0 left) 2024-09-13T14:24:19.020 INFO:tasks.rados.rados.0.smithi071.stdout:864: read oid 11 snap 105 2024-09-13T14:24:19.020 INFO:tasks.rados.rados.0.smithi071.stdout:864: expect (ObjNum 279 snap 88 seq_num 279) 2024-09-13T14:24:19.020 INFO:tasks.rados.rados.0.smithi071.stdout:865: rollback oid 3 current snap is 110 2024-09-13T14:24:19.020 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 3 to 105 2024-09-13T14:24:19.020 INFO:tasks.rados.rados.0.smithi071.stdout:866: rollback oid 41 current snap is 110 2024-09-13T14:24:19.020 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 41 to 86 2024-09-13T14:24:19.021 INFO:tasks.rados.rados.0.smithi071.stdout:867: snap_remove snap 99 2024-09-13T14:24:19.589 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:19 smithi071 ceph-mon[29588]: pgmap v111: 89 pgs: 89 active+clean; 204 MiB data, 681 MiB used, 715 GiB / 715 GiB avail; 5.1 MiB/s rd, 3.1 MiB/s wr, 16 op/s 2024-09-13T14:24:19.589 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:19 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:19.589 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:19 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:19.589 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:19 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:24:19.590 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:19 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:24:19.590 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:19 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:19.590 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:19 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-13T14:24:19.590 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:19 smithi071 ceph-mon[29588]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-13T14:24:19.590 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:19 smithi071 ceph-mon[29588]: from='client.15075 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:24:19.590 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:19 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:24:19.590 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:19 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:19.590 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:19 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:19.590 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:19 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:19.590 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:19 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:19.590 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:19 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:19.590 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:19 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:19.590 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:19 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:19.591 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:19 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:19.591 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:19 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:19.591 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:19 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:19.591 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:19 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:19.591 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:19 smithi071 ceph-mon[29588]: osdmap e287: 8 total, 8 up, 8 in 2024-09-13T14:24:19.591 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:19 smithi071 ceph-mon[41109]: pgmap v111: 89 pgs: 89 active+clean; 204 MiB data, 681 MiB used, 715 GiB / 715 GiB avail; 5.1 MiB/s rd, 3.1 MiB/s wr, 16 op/s 2024-09-13T14:24:19.591 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:19 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:19.591 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:19 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:19.591 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:19 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:24:19.591 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:19 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:24:19.591 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:19 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:19.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:19 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-13T14:24:19.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:19 smithi071 ceph-mon[41109]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-13T14:24:19.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:19 smithi071 ceph-mon[41109]: from='client.15075 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:24:19.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:19 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:24:19.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:19 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:19.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:19 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:19.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:19 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:19.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:19 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:19.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:19 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:19.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:19 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:19.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:19 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:19.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:19 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:19.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:19 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:19.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:19 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:19.593 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:19 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:19.593 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:19 smithi071 ceph-mon[41109]: osdmap e287: 8 total, 8 up, 8 in 2024-09-13T14:24:19.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:19 smithi104 ceph-mon[33426]: pgmap v111: 89 pgs: 89 active+clean; 204 MiB data, 681 MiB used, 715 GiB / 715 GiB avail; 5.1 MiB/s rd, 3.1 MiB/s wr, 16 op/s 2024-09-13T14:24:19.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:19 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:19.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:19 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:19.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:19 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:24:19.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:19 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:24:19.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:19 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:19.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:19 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-13T14:24:19.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:19 smithi104 ceph-mon[33426]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-13T14:24:19.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:19 smithi104 ceph-mon[33426]: from='client.15075 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:24:19.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:19 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:24:19.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:19 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:19.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:19 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:19.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:19 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:19.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:19 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:19.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:19 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:19.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:19 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:19.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:19 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:19.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:19 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:19.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:19 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:19.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:19 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:19.674 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:19 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:19.674 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:19 smithi104 ceph-mon[33426]: osdmap e287: 8 total, 8 up, 8 in 2024-09-13T14:24:19.880 INFO:tasks.rados.rados.0.smithi071.stdout:867: done (3 left) 2024-09-13T14:24:19.880 INFO:tasks.rados.rados.0.smithi071.stdout:868: snap_remove snap 101 2024-09-13T14:24:20.888 INFO:tasks.rados.rados.0.smithi071.stdout:868: done (3 left) 2024-09-13T14:24:20.888 INFO:tasks.rados.rados.0.smithi071.stdout:869: delete oid 8 current snap is 110 2024-09-13T14:24:20.889 INFO:tasks.rados.rados.0.smithi071.stdout:865: finishing rollback tid 1 to smithi07185159-3 2024-09-13T14:24:20.889 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 3 v 795 (ObjNum 129 snap 0 seq_num 1960856120) dirty dne 2024-09-13T14:24:20.889 INFO:tasks.rados.rados.0.smithi071.stdout:864: expect (ObjNum 279 snap 88 seq_num 279) 2024-09-13T14:24:20.979 INFO:tasks.rados.rados.0.smithi071.stdout:866: finishing rollback tid 1 to smithi07185159-41 2024-09-13T14:24:20.979 INFO:tasks.rados.rados.0.smithi071.stdout:866: finishing rollback tid 2 to smithi07185159-41 2024-09-13T14:24:20.979 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 41 v 571 (ObjNum 73 snap 9 seq_num 73) dirty exists 2024-09-13T14:24:20.979 INFO:tasks.rados.rados.0.smithi071.stdout:864: done (3 left) 2024-09-13T14:24:20.979 INFO:tasks.rados.rados.0.smithi071.stdout:865: done (2 left) 2024-09-13T14:24:20.979 INFO:tasks.rados.rados.0.smithi071.stdout:866: done (1 left) 2024-09-13T14:24:20.979 INFO:tasks.rados.rados.0.smithi071.stdout:869: done (0 left) 2024-09-13T14:24:20.979 INFO:tasks.rados.rados.0.smithi071.stdout:870: read oid 1 snap -1 2024-09-13T14:24:20.979 INFO:tasks.rados.rados.0.smithi071.stdout:870: expect (ObjNum 338 snap 104 seq_num 338) 2024-09-13T14:24:20.980 INFO:tasks.rados.rados.0.smithi071.stdout:871: read oid 7 snap 105 2024-09-13T14:24:20.980 INFO:tasks.rados.rados.0.smithi071.stdout:871: expect deleted 2024-09-13T14:24:20.980 INFO:tasks.rados.rados.0.smithi071.stdout:872: write oid 28 current snap is 110 2024-09-13T14:24:20.980 INFO:tasks.rados.rados.0.smithi071.stdout:872: seq_num 359 ranges {433713=482982,1424565=609148} 2024-09-13T14:24:20.984 INFO:tasks.rados.rados.0.smithi071.stdout:872: writing smithi07185159-28 from 433713 to 916695 tid 1 2024-09-13T14:24:20.990 INFO:tasks.rados.rados.0.smithi071.stdout:872: writing smithi07185159-28 from 1424565 to 2033713 tid 2 2024-09-13T14:24:20.990 INFO:tasks.rados.rados.0.smithi071.stdout:873: read oid 4 snap -1 2024-09-13T14:24:20.990 INFO:tasks.rados.rados.0.smithi071.stdout:873: expect (ObjNum 313 snap 96 seq_num 313) 2024-09-13T14:24:20.990 INFO:tasks.rados.rados.0.smithi071.stdout:874: read oid 18 snap 104 2024-09-13T14:24:20.990 INFO:tasks.rados.rados.0.smithi071.stdout:874: expect (ObjNum 327 snap 101 seq_num 327) 2024-09-13T14:24:20.990 INFO:tasks.rados.rados.0.smithi071.stdout:875: write oid 39 current snap is 110 2024-09-13T14:24:20.990 INFO:tasks.rados.rados.0.smithi071.stdout:875: seq_num 360 ranges {450520=558231,1483047=515125} 2024-09-13T14:24:20.995 INFO:tasks.rados.rados.0.smithi071.stdout:875: writing smithi07185159-39 from 450520 to 1008751 tid 1 2024-09-13T14:24:21.001 INFO:tasks.rados.rados.0.smithi071.stdout:875: writing smithi07185159-39 from 1483047 to 1998172 tid 2 2024-09-13T14:24:21.001 INFO:tasks.rados.rados.0.smithi071.stdout:876: snap_create 2024-09-13T14:24:21.001 INFO:tasks.rados.rados.0.smithi071.stdout:872: finishing write tid 1 to smithi07185159-28 2024-09-13T14:24:21.001 INFO:tasks.rados.rados.0.smithi071.stdout:870: expect (ObjNum 338 snap 104 seq_num 338) 2024-09-13T14:24:21.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:20 smithi071 ceph-mon[29588]: osdmap e288: 8 total, 8 up, 8 in 2024-09-13T14:24:21.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:20 smithi071 ceph-mon[29588]: Upgrade: Updating alertmanager.a 2024-09-13T14:24:21.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:20 smithi071 ceph-mon[29588]: Deploying daemon alertmanager.a on smithi071 2024-09-13T14:24:21.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:20 smithi071 ceph-mon[29588]: pgmap v114: 89 pgs: 89 active+clean; 204 MiB data, 681 MiB used, 715 GiB / 715 GiB avail; 5.1 MiB/s rd, 3.1 MiB/s wr, 16 op/s 2024-09-13T14:24:21.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:20 smithi071 ceph-mon[41109]: osdmap e288: 8 total, 8 up, 8 in 2024-09-13T14:24:21.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:20 smithi071 ceph-mon[41109]: Upgrade: Updating alertmanager.a 2024-09-13T14:24:21.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:20 smithi071 ceph-mon[41109]: Deploying daemon alertmanager.a on smithi071 2024-09-13T14:24:21.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:20 smithi071 ceph-mon[41109]: pgmap v114: 89 pgs: 89 active+clean; 204 MiB data, 681 MiB used, 715 GiB / 715 GiB avail; 5.1 MiB/s rd, 3.1 MiB/s wr, 16 op/s 2024-09-13T14:24:21.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:20 smithi104 ceph-mon[33426]: osdmap e288: 8 total, 8 up, 8 in 2024-09-13T14:24:21.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:20 smithi104 ceph-mon[33426]: Upgrade: Updating alertmanager.a 2024-09-13T14:24:21.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:20 smithi104 ceph-mon[33426]: Deploying daemon alertmanager.a on smithi071 2024-09-13T14:24:21.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:20 smithi104 ceph-mon[33426]: pgmap v114: 89 pgs: 89 active+clean; 204 MiB data, 681 MiB used, 715 GiB / 715 GiB avail; 5.1 MiB/s rd, 3.1 MiB/s wr, 16 op/s 2024-09-13T14:24:21.216 INFO:tasks.rados.rados.0.smithi071.stdout:872: finishing write tid 2 to smithi07185159-28 2024-09-13T14:24:21.216 INFO:tasks.rados.rados.0.smithi071.stdout:872: finishing write tid 3 to smithi07185159-28 2024-09-13T14:24:21.216 INFO:tasks.rados.rados.0.smithi071.stdout:872: finishing write tid 4 to smithi07185159-28 2024-09-13T14:24:21.216 INFO:tasks.rados.rados.0.smithi071.stdout:872: oid 28 updating version 0 to 387 2024-09-13T14:24:21.216 INFO:tasks.rados.rados.0.smithi071.stdout:872: oid 28 version 387 is already newer than 385 2024-09-13T14:24:21.216 INFO:tasks.rados.rados.0.smithi071.stdout:872: oid 28 version 387 is already newer than 386 2024-09-13T14:24:21.216 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 28 v 387 (ObjNum 359 snap 110 seq_num 359) dirty exists 2024-09-13T14:24:21.216 INFO:tasks.rados.rados.0.smithi071.stdout:872: left oid 28 (ObjNum 359 snap 110 seq_num 359) 2024-09-13T14:24:21.216 INFO:tasks.rados.rados.0.smithi071.stdout:875: finishing write tid 1 to smithi07185159-39 2024-09-13T14:24:21.216 INFO:tasks.rados.rados.0.smithi071.stdout:873: expect (ObjNum 313 snap 96 seq_num 313) 2024-09-13T14:24:21.323 INFO:tasks.rados.rados.0.smithi071.stdout:875: finishing write tid 2 to smithi07185159-39 2024-09-13T14:24:21.323 INFO:tasks.rados.rados.0.smithi071.stdout:875: finishing write tid 3 to smithi07185159-39 2024-09-13T14:24:21.324 INFO:tasks.rados.rados.0.smithi071.stdout:875: finishing write tid 4 to smithi07185159-39 2024-09-13T14:24:21.324 INFO:tasks.rados.rados.0.smithi071.stdout:875: oid 39 updating version 0 to 423 2024-09-13T14:24:21.324 INFO:tasks.rados.rados.0.smithi071.stdout:875: oid 39 updating version 423 to 424 2024-09-13T14:24:21.324 INFO:tasks.rados.rados.0.smithi071.stdout:875: oid 39 version 424 is already newer than 422 2024-09-13T14:24:21.324 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 39 v 424 (ObjNum 360 snap 110 seq_num 360) dirty exists 2024-09-13T14:24:21.324 INFO:tasks.rados.rados.0.smithi071.stdout:875: left oid 39 (ObjNum 360 snap 110 seq_num 360) 2024-09-13T14:24:21.324 INFO:tasks.rados.rados.0.smithi071.stdout:874: expect (ObjNum 327 snap 101 seq_num 327) 2024-09-13T14:24:21.890 INFO:tasks.rados.rados.0.smithi071.stdout:870: done (6 left) 2024-09-13T14:24:21.890 INFO:tasks.rados.rados.0.smithi071.stdout:871: done (5 left) 2024-09-13T14:24:21.890 INFO:tasks.rados.rados.0.smithi071.stdout:872: done (4 left) 2024-09-13T14:24:21.890 INFO:tasks.rados.rados.0.smithi071.stdout:873: done (3 left) 2024-09-13T14:24:21.890 INFO:tasks.rados.rados.0.smithi071.stdout:874: done (2 left) 2024-09-13T14:24:21.890 INFO:tasks.rados.rados.0.smithi071.stdout:875: done (1 left) 2024-09-13T14:24:21.890 INFO:tasks.rados.rados.0.smithi071.stdout:876: done (0 left) 2024-09-13T14:24:21.891 INFO:tasks.rados.rados.0.smithi071.stdout:877: write oid 45 current snap is 111 2024-09-13T14:24:21.891 INFO:tasks.rados.rados.0.smithi071.stdout:877: seq_num 361 ranges {467327=633480,1825176=242151} 2024-09-13T14:24:21.896 INFO:tasks.rados.rados.0.smithi071.stdout:877: writing smithi07185159-45 from 467327 to 1100807 tid 1 2024-09-13T14:24:21.902 INFO:tasks.rados.rados.0.smithi071.stdout:877: writing smithi07185159-45 from 1825176 to 2067327 tid 2 2024-09-13T14:24:21.902 INFO:tasks.rados.rados.0.smithi071.stdout:878: rollback oid 30 current snap is 111 2024-09-13T14:24:21.902 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 30 to 106 2024-09-13T14:24:21.902 INFO:tasks.rados.rados.0.smithi071.stdout:877: finishing write tid 1 to smithi07185159-45 2024-09-13T14:24:21.903 INFO:tasks.rados.rados.0.smithi071.stdout:879: read oid 50 snap -1 2024-09-13T14:24:21.903 INFO:tasks.rados.rados.0.smithi071.stdout:879: expect deleted 2024-09-13T14:24:21.903 INFO:tasks.rados.rados.0.smithi071.stdout:880: delete oid 22 current snap is 111 2024-09-13T14:24:21.905 INFO:tasks.rados.rados.0.smithi071.stdout:878: finishing rollback tid 0 to smithi07185159-30 2024-09-13T14:24:21.905 INFO:tasks.rados.rados.0.smithi071.stdout:878: finishing rollback tid 1 to smithi07185159-30 2024-09-13T14:24:21.905 INFO:tasks.rados.rados.0.smithi071.stdout:878: finishing rollback tid 2 to smithi07185159-30 2024-09-13T14:24:21.905 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 30 v 219 (ObjNum 335 snap 103 seq_num 335) dirty exists 2024-09-13T14:24:21.906 INFO:tasks.rados.rados.0.smithi071.stdout:877: finishing write tid 2 to smithi07185159-45 2024-09-13T14:24:21.906 INFO:tasks.rados.rados.0.smithi071.stdout:878: done (3 left) 2024-09-13T14:24:21.906 INFO:tasks.rados.rados.0.smithi071.stdout:879: done (2 left) 2024-09-13T14:24:21.906 INFO:tasks.rados.rados.0.smithi071.stdout:880: done (1 left) 2024-09-13T14:24:21.906 INFO:tasks.rados.rados.0.smithi071.stdout:881: snap_create 2024-09-13T14:24:21.906 INFO:tasks.rados.rados.0.smithi071.stdout:877: finishing write tid 3 to smithi07185159-45 2024-09-13T14:24:21.906 INFO:tasks.rados.rados.0.smithi071.stdout:877: finishing write tid 4 to smithi07185159-45 2024-09-13T14:24:21.906 INFO:tasks.rados.rados.0.smithi071.stdout:877: oid 45 updating version 0 to 583 2024-09-13T14:24:21.906 INFO:tasks.rados.rados.0.smithi071.stdout:877: oid 45 updating version 583 to 585 2024-09-13T14:24:21.907 INFO:tasks.rados.rados.0.smithi071.stdout:877: oid 45 version 585 is already newer than 584 2024-09-13T14:24:21.907 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 45 v 585 (ObjNum 361 snap 111 seq_num 361) dirty exists 2024-09-13T14:24:21.907 INFO:tasks.rados.rados.0.smithi071.stdout:877: left oid 45 (ObjNum 361 snap 111 seq_num 361) 2024-09-13T14:24:22.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:21 smithi071 ceph-mon[29588]: osdmap e289: 8 total, 8 up, 8 in 2024-09-13T14:24:22.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:21 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:24:22.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:21 smithi071 ceph-mon[41109]: osdmap e289: 8 total, 8 up, 8 in 2024-09-13T14:24:22.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:21 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:24:22.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:21 smithi104 ceph-mon[33426]: osdmap e289: 8 total, 8 up, 8 in 2024-09-13T14:24:22.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:21 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:24:22.895 INFO:tasks.rados.rados.0.smithi071.stdout:877: done (1 left) 2024-09-13T14:24:22.896 INFO:tasks.rados.rados.0.smithi071.stdout:881: done (0 left) 2024-09-13T14:24:22.896 INFO:tasks.rados.rados.0.smithi071.stdout:882: snap_create 2024-09-13T14:24:23.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:22 smithi071 ceph-mon[29588]: osdmap e290: 8 total, 8 up, 8 in 2024-09-13T14:24:23.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:22 smithi071 ceph-mon[29588]: pgmap v117: 89 pgs: 89 active+clean; 204 MiB data, 681 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:24:23.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:24:22 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:24:22] "GET /metrics HTTP/1.1" 200 36279 "" "Prometheus/2.51.0" 2024-09-13T14:24:23.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:22 smithi071 ceph-mon[41109]: osdmap e290: 8 total, 8 up, 8 in 2024-09-13T14:24:23.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:22 smithi071 ceph-mon[41109]: pgmap v117: 89 pgs: 89 active+clean; 204 MiB data, 681 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:24:23.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:22 smithi104 ceph-mon[33426]: osdmap e290: 8 total, 8 up, 8 in 2024-09-13T14:24:23.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:22 smithi104 ceph-mon[33426]: pgmap v117: 89 pgs: 89 active+clean; 204 MiB data, 681 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:24:23.905 INFO:tasks.rados.rados.0.smithi071.stdout:882: done (0 left) 2024-09-13T14:24:23.905 INFO:tasks.rados.rados.0.smithi071.stdout:883: snap_create 2024-09-13T14:24:24.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:23 smithi104 ceph-mon[33426]: osdmap e291: 8 total, 8 up, 8 in 2024-09-13T14:24:24.302 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:23 smithi071 ceph-mon[29588]: osdmap e291: 8 total, 8 up, 8 in 2024-09-13T14:24:24.302 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:23 smithi071 ceph-mon[41109]: osdmap e291: 8 total, 8 up, 8 in 2024-09-13T14:24:24.909 INFO:tasks.rados.rados.0.smithi071.stdout:883: done (0 left) 2024-09-13T14:24:24.909 INFO:tasks.rados.rados.0.smithi071.stdout:884: delete oid 27 current snap is 114 2024-09-13T14:24:24.911 INFO:tasks.rados.rados.0.smithi071.stdout:884: done (0 left) 2024-09-13T14:24:24.911 INFO:tasks.rados.rados.0.smithi071.stdout:885: read oid 34 snap -1 2024-09-13T14:24:24.911 INFO:tasks.rados.rados.0.smithi071.stdout:885: expect (ObjNum 230 snap 69 seq_num 230) 2024-09-13T14:24:24.911 INFO:tasks.rados.rados.0.smithi071.stdout:886: delete oid 17 current snap is 114 2024-09-13T14:24:24.914 INFO:tasks.rados.rados.0.smithi071.stdout:886: done (1 left) 2024-09-13T14:24:24.914 INFO:tasks.rados.rados.0.smithi071.stdout:887: snap_remove snap 110 2024-09-13T14:24:24.948 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:24 smithi071 ceph-mon[29588]: osdmap e292: 8 total, 8 up, 8 in 2024-09-13T14:24:24.948 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:24 smithi071 ceph-mon[29588]: pgmap v120: 89 pgs: 89 active+clean; 211 MiB data, 695 MiB used, 715 GiB / 715 GiB avail; 17 MiB/s rd, 1.2 MiB/s wr, 19 op/s 2024-09-13T14:24:24.948 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:24 smithi071 ceph-mon[41109]: osdmap e292: 8 total, 8 up, 8 in 2024-09-13T14:24:24.948 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:24 smithi071 ceph-mon[41109]: pgmap v120: 89 pgs: 89 active+clean; 211 MiB data, 695 MiB used, 715 GiB / 715 GiB avail; 17 MiB/s rd, 1.2 MiB/s wr, 19 op/s 2024-09-13T14:24:25.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:24 smithi104 ceph-mon[33426]: osdmap e292: 8 total, 8 up, 8 in 2024-09-13T14:24:25.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:24 smithi104 ceph-mon[33426]: pgmap v120: 89 pgs: 89 active+clean; 211 MiB data, 695 MiB used, 715 GiB / 715 GiB avail; 17 MiB/s rd, 1.2 MiB/s wr, 19 op/s 2024-09-13T14:24:25.911 INFO:tasks.rados.rados.0.smithi071.stdout:887: done (1 left) 2024-09-13T14:24:25.911 INFO:tasks.rados.rados.0.smithi071.stdout:888: read oid 47 snap 107 2024-09-13T14:24:25.911 INFO:tasks.rados.rados.0.smithi071.stdout:888: expect (ObjNum 333 snap 103 seq_num 333) 2024-09-13T14:24:25.911 INFO:tasks.rados.rados.0.smithi071.stdout:889: snap_create 2024-09-13T14:24:25.912 INFO:tasks.rados.rados.0.smithi071.stdout:885: expect (ObjNum 230 snap 69 seq_num 230) 2024-09-13T14:24:26.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:25 smithi071 ceph-mon[29588]: osdmap e293: 8 total, 8 up, 8 in 2024-09-13T14:24:26.054 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:25 smithi071 ceph-mon[41109]: osdmap e293: 8 total, 8 up, 8 in 2024-09-13T14:24:26.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:25 smithi104 ceph-mon[33426]: osdmap e293: 8 total, 8 up, 8 in 2024-09-13T14:24:26.199 INFO:tasks.rados.rados.0.smithi071.stdout:888: expect (ObjNum 333 snap 103 seq_num 333) 2024-09-13T14:24:26.926 INFO:tasks.rados.rados.0.smithi071.stdout:885: done (2 left) 2024-09-13T14:24:26.926 INFO:tasks.rados.rados.0.smithi071.stdout:888: done (1 left) 2024-09-13T14:24:26.926 INFO:tasks.rados.rados.0.smithi071.stdout:889: done (0 left) 2024-09-13T14:24:26.927 INFO:tasks.rados.rados.0.smithi071.stdout:890: read oid 5 snap -1 2024-09-13T14:24:26.927 INFO:tasks.rados.rados.0.smithi071.stdout:890: expect (ObjNum 352 snap 108 seq_num 352) 2024-09-13T14:24:26.927 INFO:tasks.rados.rados.0.smithi071.stdout:891: read oid 36 snap -1 2024-09-13T14:24:26.927 INFO:tasks.rados.rados.0.smithi071.stdout:891: expect (ObjNum 348 snap 107 seq_num 348) 2024-09-13T14:24:26.927 INFO:tasks.rados.rados.0.smithi071.stdout:892: snap_remove snap 111 2024-09-13T14:24:27.145 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:26 smithi071 ceph-mon[29588]: osdmap e294: 8 total, 8 up, 8 in 2024-09-13T14:24:27.145 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:26 smithi071 ceph-mon[29588]: pgmap v123: 89 pgs: 89 active+clean; 211 MiB data, 695 MiB used, 715 GiB / 715 GiB avail; 17 MiB/s rd, 1.2 MiB/s wr, 19 op/s 2024-09-13T14:24:27.146 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:26 smithi071 ceph-mon[41109]: osdmap e294: 8 total, 8 up, 8 in 2024-09-13T14:24:27.146 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:26 smithi071 ceph-mon[41109]: pgmap v123: 89 pgs: 89 active+clean; 211 MiB data, 695 MiB used, 715 GiB / 715 GiB avail; 17 MiB/s rd, 1.2 MiB/s wr, 19 op/s 2024-09-13T14:24:27.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:26 smithi104 ceph-mon[33426]: osdmap e294: 8 total, 8 up, 8 in 2024-09-13T14:24:27.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:26 smithi104 ceph-mon[33426]: pgmap v123: 89 pgs: 89 active+clean; 211 MiB data, 695 MiB used, 715 GiB / 715 GiB avail; 17 MiB/s rd, 1.2 MiB/s wr, 19 op/s 2024-09-13T14:24:27.777 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:24:27 smithi071 systemd[1]: Stopping Ceph alertmanager.a for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T14:24:27.877 INFO:tasks.rados.rados.0.smithi071.stdout:892: done (2 left) 2024-09-13T14:24:27.877 INFO:tasks.rados.rados.0.smithi071.stdout:893: snap_create 2024-09-13T14:24:27.877 INFO:tasks.rados.rados.0.smithi071.stdout:891: expect (ObjNum 348 snap 107 seq_num 348) 2024-09-13T14:24:28.110 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:27 smithi071 ceph-mon[29588]: osdmap e295: 8 total, 8 up, 8 in 2024-09-13T14:24:28.110 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:27 smithi071 ceph-mon[29588]: osdmap e296: 8 total, 8 up, 8 in 2024-09-13T14:24:28.110 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:24:27 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-alertmanager-a[76697]: ts=2024-09-13T14:24:27.776Z caller=main.go:583 level=info msg="Received SIGTERM, exiting gracefully..." 2024-09-13T14:24:28.111 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:24:27 smithi071 podman[101981]: 2024-09-13 14:24:27.817591221 +0000 UTC m=+0.150569643 container died 899307b1c0a927abd3b2b78620f07151766913d17101740d38d7e67556880f83 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-13T14:24:28.111 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:27 smithi071 ceph-mon[41109]: osdmap e295: 8 total, 8 up, 8 in 2024-09-13T14:24:28.111 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:27 smithi071 ceph-mon[41109]: osdmap e296: 8 total, 8 up, 8 in 2024-09-13T14:24:28.159 INFO:tasks.rados.rados.0.smithi071.stdout:890: expect (ObjNum 352 snap 108 seq_num 352) 2024-09-13T14:24:28.390 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:24:28 smithi071 podman[101981]: 2024-09-13 14:24:28.325627823 +0000 UTC m=+0.658606201 container cleanup 899307b1c0a927abd3b2b78620f07151766913d17101740d38d7e67556880f83 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-13T14:24:28.390 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:24:28 smithi071 bash[101981]: ceph-18f8172c-71da-11ef-bceb-c7b262605968-alertmanager-a 2024-09-13T14:24:28.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:27 smithi104 ceph-mon[33426]: osdmap e295: 8 total, 8 up, 8 in 2024-09-13T14:24:28.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:27 smithi104 ceph-mon[33426]: osdmap e296: 8 total, 8 up, 8 in 2024-09-13T14:24:28.783 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:24:28 smithi071 podman[102000]: 2024-09-13 14:24:28.560665902 +0000 UTC m=+0.736191181 container remove 899307b1c0a927abd3b2b78620f07151766913d17101740d38d7e67556880f83 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-13T14:24:28.783 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:24:28 smithi071 podman[102000]: 2024-09-13 14:24:28.661531312 +0000 UTC m=+0.837056591 volume remove 5ef3488beb02a78d8551d4bdacb54986b1efcdf35dcbad6d2611aa658ab71a56 2024-09-13T14:24:28.878 INFO:tasks.rados.rados.0.smithi071.stdout:890: done (2 left) 2024-09-13T14:24:28.878 INFO:tasks.rados.rados.0.smithi071.stdout:891: done (1 left) 2024-09-13T14:24:28.878 INFO:tasks.rados.rados.0.smithi071.stdout:893: done (0 left) 2024-09-13T14:24:28.878 INFO:tasks.rados.rados.0.smithi071.stdout:894: write oid 35 current snap is 116 2024-09-13T14:24:28.878 INFO:tasks.rados.rados.0.smithi071.stdout:894: seq_num 365 ranges {534555=650829,1659104=475451} 2024-09-13T14:24:28.884 INFO:tasks.rados.rados.0.smithi071.stdout:894: writing smithi07185159-35 from 534555 to 1185384 tid 1 2024-09-13T14:24:28.890 INFO:tasks.rados.rados.0.smithi071.stdout:894: writing smithi07185159-35 from 1659104 to 2134555 tid 2 2024-09-13T14:24:28.890 INFO:tasks.rados.rados.0.smithi071.stdout:894: finishing write tid 1 to smithi07185159-35 2024-09-13T14:24:28.890 INFO:tasks.rados.rados.0.smithi071.stdout:895: read oid 45 snap -1 2024-09-13T14:24:28.890 INFO:tasks.rados.rados.0.smithi071.stdout:895: expect (ObjNum 361 snap 111 seq_num 361) 2024-09-13T14:24:28.890 INFO:tasks.rados.rados.0.smithi071.stdout:896: snap_remove snap 102 2024-09-13T14:24:29.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:28 smithi071 ceph-mon[29588]: pgmap v126: 89 pgs: 89 active+clean; 211 MiB data, 701 MiB used, 715 GiB / 715 GiB avail; 13 MiB/s rd, 0 B/s wr, 8 op/s 2024-09-13T14:24:29.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:28 smithi071 ceph-mon[29588]: osdmap e297: 8 total, 8 up, 8 in 2024-09-13T14:24:29.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:28 smithi071 ceph-mon[41109]: pgmap v126: 89 pgs: 89 active+clean; 211 MiB data, 701 MiB used, 715 GiB / 715 GiB avail; 13 MiB/s rd, 0 B/s wr, 8 op/s 2024-09-13T14:24:29.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:28 smithi071 ceph-mon[41109]: osdmap e297: 8 total, 8 up, 8 in 2024-09-13T14:24:29.141 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:24:28 smithi071 systemd[1]: ceph-18f8172c-71da-11ef-bceb-c7b262605968@alertmanager.a.service: Deactivated successfully. 2024-09-13T14:24:29.141 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:24:28 smithi071 systemd[1]: Stopped Ceph alertmanager.a for 18f8172c-71da-11ef-bceb-c7b262605968. 2024-09-13T14:24:29.141 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:24:28 smithi071 systemd[1]: ceph-18f8172c-71da-11ef-bceb-c7b262605968@alertmanager.a.service: Consumed 1.337s CPU time. 2024-09-13T14:24:29.141 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:24:29 smithi071 systemd[1]: Starting Ceph alertmanager.a for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T14:24:29.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:28 smithi104 ceph-mon[33426]: pgmap v126: 89 pgs: 89 active+clean; 211 MiB data, 701 MiB used, 715 GiB / 715 GiB avail; 13 MiB/s rd, 0 B/s wr, 8 op/s 2024-09-13T14:24:29.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:28 smithi104 ceph-mon[33426]: osdmap e297: 8 total, 8 up, 8 in 2024-09-13T14:24:29.547 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:24:29 smithi071 podman[102141]: 2024-09-13 14:24:29.229242144 +0000 UTC m=+0.110116042 volume create 2d50fc7873aa5882d426002002019201ea1af50e2b491ead3514ecec17129796 2024-09-13T14:24:29.548 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:24:29 smithi071 podman[102141]: 2024-09-13 14:24:29.136159428 +0000 UTC m=+0.017033333 image pull 11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5 quay.io/prometheus/alertmanager:v0.27.0 2024-09-13T14:24:29.548 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:24:29 smithi071 podman[102141]: 2024-09-13 14:24:29.33815924 +0000 UTC m=+0.219033137 container create b9824fbee517d67e5cdcb5f7640c094036fd7ef5b79acac9e1ebdc7794f2474d (image=quay.io/prometheus/alertmanager:v0.27.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-13T14:24:29.882 INFO:tasks.rados.rados.0.smithi071.stdout:896: done (2 left) 2024-09-13T14:24:29.883 INFO:tasks.rados.rados.0.smithi071.stdout:897: write oid 18 current snap is 116 2024-09-13T14:24:29.883 INFO:tasks.rados.rados.0.smithi071.stdout:897: seq_num 366 ranges {551362=726078,1717586=409779} 2024-09-13T14:24:29.889 INFO:tasks.rados.rados.0.smithi071.stdout:897: writing smithi07185159-18 from 551362 to 1277440 tid 1 2024-09-13T14:24:29.894 INFO:tasks.rados.rados.0.smithi071.stdout:897: writing smithi07185159-18 from 1717586 to 2127365 tid 2 2024-09-13T14:24:29.894 INFO:tasks.rados.rados.0.smithi071.stdout:898: snap_remove snap 109 2024-09-13T14:24:30.641 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:24:30 smithi071 podman[102141]: 2024-09-13 14:24:30.143119706 +0000 UTC m=+1.023993614 container init b9824fbee517d67e5cdcb5f7640c094036fd7ef5b79acac9e1ebdc7794f2474d (image=quay.io/prometheus/alertmanager:v0.27.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-13T14:24:30.641 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:24:30 smithi071 podman[102141]: 2024-09-13 14:24:30.148949816 +0000 UTC m=+1.029823712 container start b9824fbee517d67e5cdcb5f7640c094036fd7ef5b79acac9e1ebdc7794f2474d (image=quay.io/prometheus/alertmanager:v0.27.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-13T14:24:30.641 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:24:30 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-alertmanager-a[102157]: ts=2024-09-13T14:24:30.161Z caller=main.go:181 level=info msg="Starting Alertmanager" version="(version=0.27.0, branch=HEAD, revision=0aa3c2aad14cff039931923ab16b26b7481783b5)" 2024-09-13T14:24:30.641 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:24:30 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-alertmanager-a[102157]: ts=2024-09-13T14:24:30.161Z caller=main.go:182 level=info build_context="(go=go1.21.7, platform=linux/amd64, user=root@22cd11f671e9, date=20240228-11:51:20, tags=netgo)" 2024-09-13T14:24:30.641 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:24:30 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-alertmanager-a[102157]: ts=2024-09-13T14:24:30.162Z caller=cluster.go:186 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.71 port=9094 2024-09-13T14:24:30.641 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:24:30 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-alertmanager-a[102157]: ts=2024-09-13T14:24:30.163Z caller=cluster.go:683 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-09-13T14:24:30.641 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:24:30 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-alertmanager-a[102157]: ts=2024-09-13T14:24:30.185Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-13T14:24:30.641 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:24:30 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-alertmanager-a[102157]: ts=2024-09-13T14:24:30.186Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-13T14:24:30.641 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:24:30 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-alertmanager-a[102157]: ts=2024-09-13T14:24:30.188Z caller=tls_config.go:313 level=info msg="Listening on" address=[::]:9093 2024-09-13T14:24:30.641 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:24:30 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-alertmanager-a[102157]: ts=2024-09-13T14:24:30.188Z caller=tls_config.go:316 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-09-13T14:24:30.641 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:24:30 smithi071 bash[102141]: b9824fbee517d67e5cdcb5f7640c094036fd7ef5b79acac9e1ebdc7794f2474d 2024-09-13T14:24:30.642 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:24:30 smithi071 systemd[1]: Started Ceph alertmanager.a for 18f8172c-71da-11ef-bceb-c7b262605968. 2024-09-13T14:24:30.890 INFO:tasks.rados.rados.0.smithi071.stdout:898: done (3 left) 2024-09-13T14:24:30.890 INFO:tasks.rados.rados.0.smithi071.stdout:899: rollback oid 15 current snap is 116 2024-09-13T14:24:30.890 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 15 to 115 2024-09-13T14:24:30.891 INFO:tasks.rados.rados.0.smithi071.stdout:894: finishing write tid 2 to smithi07185159-35 2024-09-13T14:24:30.891 INFO:tasks.rados.rados.0.smithi071.stdout:894: finishing write tid 3 to smithi07185159-35 2024-09-13T14:24:30.891 INFO:tasks.rados.rados.0.smithi071.stdout:894: finishing write tid 4 to smithi07185159-35 2024-09-13T14:24:30.891 INFO:tasks.rados.rados.0.smithi071.stdout:894: oid 35 updating version 0 to 427 2024-09-13T14:24:30.891 INFO:tasks.rados.rados.0.smithi071.stdout:894: oid 35 updating version 427 to 428 2024-09-13T14:24:30.891 INFO:tasks.rados.rados.0.smithi071.stdout:894: oid 35 version 428 is already newer than 426 2024-09-13T14:24:30.891 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 35 v 428 (ObjNum 365 snap 116 seq_num 365) dirty exists 2024-09-13T14:24:30.891 INFO:tasks.rados.rados.0.smithi071.stdout:894: left oid 35 (ObjNum 365 snap 116 seq_num 365) 2024-09-13T14:24:30.891 INFO:tasks.rados.rados.0.smithi071.stdout:895: expect (ObjNum 361 snap 111 seq_num 361) 2024-09-13T14:24:31.002 INFO:tasks.rados.rados.0.smithi071.stdout:897: finishing write tid 1 to smithi07185159-18 2024-09-13T14:24:31.002 INFO:tasks.rados.rados.0.smithi071.stdout:897: finishing write tid 2 to smithi07185159-18 2024-09-13T14:24:31.002 INFO:tasks.rados.rados.0.smithi071.stdout:894: done (3 left) 2024-09-13T14:24:31.002 INFO:tasks.rados.rados.0.smithi071.stdout:895: done (2 left) 2024-09-13T14:24:31.002 INFO:tasks.rados.rados.0.smithi071.stdout:900: read oid 4 snap -1 2024-09-13T14:24:31.002 INFO:tasks.rados.rados.0.smithi071.stdout:900: expect (ObjNum 313 snap 96 seq_num 313) 2024-09-13T14:24:31.002 INFO:tasks.rados.rados.0.smithi071.stdout:901: snap_create 2024-09-13T14:24:31.002 INFO:tasks.rados.rados.0.smithi071.stdout:897: finishing write tid 3 to smithi07185159-18 2024-09-13T14:24:31.002 INFO:tasks.rados.rados.0.smithi071.stdout:897: finishing write tid 4 to smithi07185159-18 2024-09-13T14:24:31.002 INFO:tasks.rados.rados.0.smithi071.stdout:897: oid 18 updating version 0 to 950 2024-09-13T14:24:31.002 INFO:tasks.rados.rados.0.smithi071.stdout:897: oid 18 updating version 950 to 951 2024-09-13T14:24:31.002 INFO:tasks.rados.rados.0.smithi071.stdout:897: oid 18 version 951 is already newer than 947 2024-09-13T14:24:31.003 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 18 v 951 (ObjNum 366 snap 116 seq_num 366) dirty exists 2024-09-13T14:24:31.003 INFO:tasks.rados.rados.0.smithi071.stdout:897: left oid 18 (ObjNum 366 snap 116 seq_num 366) 2024-09-13T14:24:31.003 INFO:tasks.rados.rados.0.smithi071.stdout:899: finishing rollback tid 0 to smithi07185159-15 2024-09-13T14:24:31.003 INFO:tasks.rados.rados.0.smithi071.stdout:899: finishing rollback tid 1 to smithi07185159-15 2024-09-13T14:24:31.003 INFO:tasks.rados.rados.0.smithi071.stdout:899: finishing rollback tid 2 to smithi07185159-15 2024-09-13T14:24:31.003 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 15 v 957 (ObjNum 288 snap 90 seq_num 288) dirty exists 2024-09-13T14:24:31.011 INFO:tasks.rados.rados.0.smithi071.stdout:900: expect (ObjNum 313 snap 96 seq_num 313) 2024-09-13T14:24:31.141 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:30 smithi104 ceph-mon[33426]: osdmap e298: 8 total, 8 up, 8 in 2024-09-13T14:24:31.141 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:30 smithi104 ceph-mon[33426]: pgmap v129: 89 pgs: 89 active+clean; 211 MiB data, 701 MiB used, 715 GiB / 715 GiB avail; 13 MiB/s rd, 0 B/s wr, 8 op/s 2024-09-13T14:24:31.141 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:30 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:31.141 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:30 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:31.141 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:30 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:24:31.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:30 smithi071 ceph-mon[29588]: osdmap e298: 8 total, 8 up, 8 in 2024-09-13T14:24:31.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:30 smithi071 ceph-mon[29588]: pgmap v129: 89 pgs: 89 active+clean; 211 MiB data, 701 MiB used, 715 GiB / 715 GiB avail; 13 MiB/s rd, 0 B/s wr, 8 op/s 2024-09-13T14:24:31.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:30 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:31.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:30 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:31.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:30 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:24:31.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:30 smithi071 ceph-mon[41109]: osdmap e298: 8 total, 8 up, 8 in 2024-09-13T14:24:31.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:30 smithi071 ceph-mon[41109]: pgmap v129: 89 pgs: 89 active+clean; 211 MiB data, 701 MiB used, 715 GiB / 715 GiB avail; 13 MiB/s rd, 0 B/s wr, 8 op/s 2024-09-13T14:24:31.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:30 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:31.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:30 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:31.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:30 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:24:31.891 INFO:tasks.rados.rados.0.smithi071.stdout:897: done (3 left) 2024-09-13T14:24:31.891 INFO:tasks.rados.rados.0.smithi071.stdout:899: done (2 left) 2024-09-13T14:24:31.891 INFO:tasks.rados.rados.0.smithi071.stdout:900: done (1 left) 2024-09-13T14:24:31.891 INFO:tasks.rados.rados.0.smithi071.stdout:901: done (0 left) 2024-09-13T14:24:31.891 INFO:tasks.rados.rados.0.smithi071.stdout:902: write oid 12 current snap is 117 2024-09-13T14:24:31.891 INFO:tasks.rados.rados.0.smithi071.stdout:902: seq_num 367 ranges {568169=401327,1376068=669790} 2024-09-13T14:24:31.896 INFO:tasks.rados.rados.0.smithi071.stdout:902: writing smithi07185159-12 from 568169 to 969496 tid 1 2024-09-13T14:24:31.902 INFO:tasks.rados.rados.0.smithi071.stdout:902: writing smithi07185159-12 from 1376068 to 2045858 tid 2 2024-09-13T14:24:31.902 INFO:tasks.rados.rados.0.smithi071.stdout:903: delete oid 36 current snap is 117 2024-09-13T14:24:31.902 INFO:tasks.rados.rados.0.smithi071.stdout:902: finishing write tid 1 to smithi07185159-12 2024-09-13T14:24:31.904 INFO:tasks.rados.rados.0.smithi071.stdout:903: done (1 left) 2024-09-13T14:24:31.904 INFO:tasks.rados.rados.0.smithi071.stdout:904: read oid 15 snap -1 2024-09-13T14:24:31.904 INFO:tasks.rados.rados.0.smithi071.stdout:904: expect (ObjNum 288 snap 90 seq_num 288) 2024-09-13T14:24:31.904 INFO:tasks.rados.rados.0.smithi071.stdout:905: delete oid 17 current snap is 117 2024-09-13T14:24:31.905 INFO:tasks.rados.rados.0.smithi071.stdout:902: finishing write tid 2 to smithi07185159-12 2024-09-13T14:24:31.905 INFO:tasks.rados.rados.0.smithi071.stdout:902: finishing write tid 3 to smithi07185159-12 2024-09-13T14:24:31.906 INFO:tasks.rados.rados.0.smithi071.stdout:902: finishing write tid 4 to smithi07185159-12 2024-09-13T14:24:31.906 INFO:tasks.rados.rados.0.smithi071.stdout:902: oid 12 updating version 0 to 139 2024-09-13T14:24:31.906 INFO:tasks.rados.rados.0.smithi071.stdout:902: oid 12 updating version 139 to 140 2024-09-13T14:24:31.906 INFO:tasks.rados.rados.0.smithi071.stdout:902: oid 12 version 140 is already newer than 138 2024-09-13T14:24:31.906 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 12 v 140 (ObjNum 367 snap 117 seq_num 367) dirty exists 2024-09-13T14:24:31.906 INFO:tasks.rados.rados.0.smithi071.stdout:902: left oid 12 (ObjNum 367 snap 117 seq_num 367) 2024-09-13T14:24:31.906 INFO:tasks.rados.rados.0.smithi071.stdout:902: done (2 left) 2024-09-13T14:24:31.906 INFO:tasks.rados.rados.0.smithi071.stdout:905: done (1 left) 2024-09-13T14:24:31.906 INFO:tasks.rados.rados.0.smithi071.stdout:906: snap_create 2024-09-13T14:24:31.913 INFO:tasks.rados.rados.0.smithi071.stdout:904: expect (ObjNum 288 snap 90 seq_num 288) 2024-09-13T14:24:32.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:31 smithi071 ceph-mon[29588]: osdmap e299: 8 total, 8 up, 8 in 2024-09-13T14:24:32.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:31 smithi071 ceph-mon[41109]: osdmap e299: 8 total, 8 up, 8 in 2024-09-13T14:24:32.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:31 smithi104 ceph-mon[33426]: osdmap e299: 8 total, 8 up, 8 in 2024-09-13T14:24:32.640 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:24:32 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-alertmanager-a[102157]: ts=2024-09-13T14:24:32.163Z caller=cluster.go:708 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000009742s 2024-09-13T14:24:32.903 INFO:tasks.rados.rados.0.smithi071.stdout:904: done (1 left) 2024-09-13T14:24:32.904 INFO:tasks.rados.rados.0.smithi071.stdout:906: done (0 left) 2024-09-13T14:24:32.904 INFO:tasks.rados.rados.0.smithi071.stdout:907: delete oid 23 current snap is 118 2024-09-13T14:24:32.904 INFO:tasks.rados.rados.0.smithi071.stdout:907: done (0 left) 2024-09-13T14:24:32.905 INFO:tasks.rados.rados.0.smithi071.stdout:908: delete oid 30 current snap is 118 2024-09-13T14:24:32.907 INFO:tasks.rados.rados.0.smithi071.stdout:908: done (0 left) 2024-09-13T14:24:32.907 INFO:tasks.rados.rados.0.smithi071.stdout:909: write oid 39 current snap is 118 2024-09-13T14:24:32.907 INFO:tasks.rados.rados.0.smithi071.stdout:909: seq_num 372 ranges {652204=777572,1952125=300079} 2024-09-13T14:24:32.914 INFO:tasks.rados.rados.0.smithi071.stdout:909: writing smithi07185159-39 from 652204 to 1429776 tid 1 2024-09-13T14:24:32.920 INFO:tasks.rados.rados.0.smithi071.stdout:909: writing smithi07185159-39 from 1952125 to 2252204 tid 2 2024-09-13T14:24:32.920 INFO:tasks.rados.rados.0.smithi071.stdout:910: snap_create 2024-09-13T14:24:32.920 INFO:tasks.rados.rados.0.smithi071.stdout:909: finishing write tid 1 to smithi07185159-39 2024-09-13T14:24:32.922 INFO:tasks.rados.rados.0.smithi071.stdout:909: finishing write tid 2 to smithi07185159-39 2024-09-13T14:24:32.922 INFO:tasks.rados.rados.0.smithi071.stdout:909: finishing write tid 3 to smithi07185159-39 2024-09-13T14:24:32.922 INFO:tasks.rados.rados.0.smithi071.stdout:909: finishing write tid 4 to smithi07185159-39 2024-09-13T14:24:32.922 INFO:tasks.rados.rados.0.smithi071.stdout:909: oid 39 updating version 0 to 441 2024-09-13T14:24:32.922 INFO:tasks.rados.rados.0.smithi071.stdout:909: oid 39 updating version 441 to 442 2024-09-13T14:24:32.922 INFO:tasks.rados.rados.0.smithi071.stdout:909: oid 39 version 442 is already newer than 440 2024-09-13T14:24:32.922 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 39 v 442 (ObjNum 372 snap 118 seq_num 372) dirty exists 2024-09-13T14:24:32.922 INFO:tasks.rados.rados.0.smithi071.stdout:909: left oid 39 (ObjNum 372 snap 118 seq_num 372) 2024-09-13T14:24:33.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:32 smithi071 ceph-mon[29588]: osdmap e300: 8 total, 8 up, 8 in 2024-09-13T14:24:33.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:32 smithi071 ceph-mon[29588]: pgmap v132: 89 pgs: 89 active+clean; 211 MiB data, 701 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:24:33.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:24:32 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:24:32] "GET /metrics HTTP/1.1" 200 36279 "" "Prometheus/2.51.0" 2024-09-13T14:24:33.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:32 smithi071 ceph-mon[41109]: osdmap e300: 8 total, 8 up, 8 in 2024-09-13T14:24:33.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:32 smithi071 ceph-mon[41109]: pgmap v132: 89 pgs: 89 active+clean; 211 MiB data, 701 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:24:33.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:32 smithi104 ceph-mon[33426]: osdmap e300: 8 total, 8 up, 8 in 2024-09-13T14:24:33.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:32 smithi104 ceph-mon[33426]: pgmap v132: 89 pgs: 89 active+clean; 211 MiB data, 701 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:24:33.905 INFO:tasks.rados.rados.0.smithi071.stdout:909: done (1 left) 2024-09-13T14:24:33.905 INFO:tasks.rados.rados.0.smithi071.stdout:910: done (0 left) 2024-09-13T14:24:33.905 INFO:tasks.rados.rados.0.smithi071.stdout:911: delete oid 43 current snap is 119 2024-09-13T14:24:33.907 INFO:tasks.rados.rados.0.smithi071.stdout:911: done (0 left) 2024-09-13T14:24:33.907 INFO:tasks.rados.rados.0.smithi071.stdout:912: delete oid 5 current snap is 119 2024-09-13T14:24:33.910 INFO:tasks.rados.rados.0.smithi071.stdout:912: done (0 left) 2024-09-13T14:24:33.911 INFO:tasks.rados.rados.0.smithi071.stdout:913: read oid 3 snap -1 2024-09-13T14:24:33.911 INFO:tasks.rados.rados.0.smithi071.stdout:913: expect deleted 2024-09-13T14:24:33.911 INFO:tasks.rados.rados.0.smithi071.stdout:914: rollback oid 37 current snap is 119 2024-09-13T14:24:33.911 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 37 to 115 2024-09-13T14:24:33.911 INFO:tasks.rados.rados.0.smithi071.stdout:915: snap_remove snap 104 2024-09-13T14:24:34.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:33 smithi071 ceph-mon[29588]: osdmap e301: 8 total, 8 up, 8 in 2024-09-13T14:24:34.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:33 smithi071 ceph-mon[41109]: osdmap e301: 8 total, 8 up, 8 in 2024-09-13T14:24:34.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:33 smithi104 ceph-mon[33426]: osdmap e301: 8 total, 8 up, 8 in 2024-09-13T14:24:34.914 INFO:tasks.rados.rados.0.smithi071.stdout:915: done (2 left) 2024-09-13T14:24:34.914 INFO:tasks.rados.rados.0.smithi071.stdout:916: rollback oid 40 current snap is 119 2024-09-13T14:24:34.914 INFO:tasks.rados.rados.0.smithi071.stdout:914: finishing rollback tid 0 to smithi07185159-37 2024-09-13T14:24:34.914 INFO:tasks.rados.rados.0.smithi071.stdout:914: finishing rollback tid 1 to smithi07185159-37 2024-09-13T14:24:34.914 INFO:tasks.rados.rados.0.smithi071.stdout:914: finishing rollback tid 2 to smithi07185159-37 2024-09-13T14:24:34.914 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 37 v 240 (ObjNum 350 snap 107 seq_num 350) dirty exists 2024-09-13T14:24:34.914 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 40 to 115 2024-09-13T14:24:34.914 INFO:tasks.rados.rados.0.smithi071.stdout:913: done (2 left) 2024-09-13T14:24:34.914 INFO:tasks.rados.rados.0.smithi071.stdout:914: done (1 left) 2024-09-13T14:24:34.914 INFO:tasks.rados.rados.0.smithi071.stdout:917: write oid 30 current snap is 119 2024-09-13T14:24:34.915 INFO:tasks.rados.rados.0.smithi071.stdout:917: seq_num 375 ranges {702625=719672,2127571=175054} 2024-09-13T14:24:34.922 INFO:tasks.rados.rados.0.smithi071.stdout:917: writing smithi07185159-30 from 702625 to 1422297 tid 1 2024-09-13T14:24:34.927 INFO:tasks.rados.rados.0.smithi071.stdout:917: writing smithi07185159-30 from 2127571 to 2302625 tid 2 2024-09-13T14:24:34.927 INFO:tasks.rados.rados.0.smithi071.stdout:918: delete oid 26 current snap is 119 2024-09-13T14:24:34.927 INFO:tasks.rados.rados.0.smithi071.stdout:916: finishing rollback tid 1 to smithi07185159-40 2024-09-13T14:24:34.927 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 40 v 171 (ObjNum 81 snap 0 seq_num 2970026128) dirty dne 2024-09-13T14:24:34.927 INFO:tasks.rados.rados.0.smithi071.stdout:917: finishing write tid 1 to smithi07185159-30 2024-09-13T14:24:34.928 INFO:tasks.rados.rados.0.smithi071.stdout:917: finishing write tid 2 to smithi07185159-30 2024-09-13T14:24:34.931 INFO:tasks.rados.rados.0.smithi071.stdout:916: done (2 left) 2024-09-13T14:24:34.932 INFO:tasks.rados.rados.0.smithi071.stdout:918: done (1 left) 2024-09-13T14:24:34.932 INFO:tasks.rados.rados.0.smithi071.stdout:919: rollback oid 26 current snap is 119 2024-09-13T14:24:34.932 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 26 to 105 2024-09-13T14:24:34.932 INFO:tasks.rados.rados.0.smithi071.stdout:917: finishing write tid 3 to smithi07185159-30 2024-09-13T14:24:34.932 INFO:tasks.rados.rados.0.smithi071.stdout:920: read oid 38 snap -1 2024-09-13T14:24:34.932 INFO:tasks.rados.rados.0.smithi071.stdout:920: expect deleted 2024-09-13T14:24:34.932 INFO:tasks.rados.rados.0.smithi071.stdout:921: read oid 33 snap -1 2024-09-13T14:24:34.932 INFO:tasks.rados.rados.0.smithi071.stdout:921: expect deleted 2024-09-13T14:24:34.932 INFO:tasks.rados.rados.0.smithi071.stdout:922: rollback oid 7 current snap is 119 2024-09-13T14:24:34.932 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 7 to 118 2024-09-13T14:24:34.932 INFO:tasks.rados.rados.0.smithi071.stdout:923: snap_remove snap 112 2024-09-13T14:24:35.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:34 smithi104 ceph-mon[33426]: osdmap e302: 8 total, 8 up, 8 in 2024-09-13T14:24:35.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:34 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:35.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:34 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:35.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:34 smithi104 ceph-mon[33426]: pgmap v135: 89 pgs: 89 active+clean; 211 MiB data, 702 MiB used, 715 GiB / 715 GiB avail; 7.8 MiB/s rd, 815 KiB/s wr, 10 op/s 2024-09-13T14:24:35.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:34 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:35.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:34 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:35.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:34 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:35.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:34 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:35.197 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:34 smithi071 ceph-mon[29588]: osdmap e302: 8 total, 8 up, 8 in 2024-09-13T14:24:35.197 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:34 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:35.197 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:34 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:35.197 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:34 smithi071 ceph-mon[29588]: pgmap v135: 89 pgs: 89 active+clean; 211 MiB data, 702 MiB used, 715 GiB / 715 GiB avail; 7.8 MiB/s rd, 815 KiB/s wr, 10 op/s 2024-09-13T14:24:35.197 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:34 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:35.197 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:34 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:35.197 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:34 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:35.197 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:34 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:35.198 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:34 smithi071 ceph-mon[41109]: osdmap e302: 8 total, 8 up, 8 in 2024-09-13T14:24:35.198 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:34 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:35.198 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:34 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:35.198 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:34 smithi071 ceph-mon[41109]: pgmap v135: 89 pgs: 89 active+clean; 211 MiB data, 702 MiB used, 715 GiB / 715 GiB avail; 7.8 MiB/s rd, 815 KiB/s wr, 10 op/s 2024-09-13T14:24:35.198 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:34 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:35.198 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:34 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:35.198 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:34 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:35.198 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:34 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:35.934 INFO:tasks.rados.rados.0.smithi071.stdout:923: done (5 left) 2024-09-13T14:24:35.934 INFO:tasks.rados.rados.0.smithi071.stdout:924: rollback oid 5 current snap is 119 2024-09-13T14:24:35.934 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 5 to 86 2024-09-13T14:24:35.935 INFO:tasks.rados.rados.0.smithi071.stdout:917: finishing write tid 4 to smithi07185159-30 2024-09-13T14:24:35.935 INFO:tasks.rados.rados.0.smithi071.stdout:917: oid 30 updating version 0 to 232 2024-09-13T14:24:35.935 INFO:tasks.rados.rados.0.smithi071.stdout:917: oid 30 version 232 is already newer than 230 2024-09-13T14:24:35.935 INFO:tasks.rados.rados.0.smithi071.stdout:917: oid 30 version 232 is already newer than 231 2024-09-13T14:24:35.935 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 30 v 232 (ObjNum 375 snap 119 seq_num 375) dirty exists 2024-09-13T14:24:35.935 INFO:tasks.rados.rados.0.smithi071.stdout:917: left oid 30 (ObjNum 375 snap 119 seq_num 375) 2024-09-13T14:24:35.935 INFO:tasks.rados.rados.0.smithi071.stdout:922: finishing rollback tid 1 to smithi07185159-7 2024-09-13T14:24:35.935 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 7 v 105 (ObjNum 177 snap 0 seq_num 1960928688) dirty dne 2024-09-13T14:24:35.935 INFO:tasks.rados.rados.0.smithi071.stdout:919: finishing rollback tid 1 to smithi07185159-26 2024-09-13T14:24:35.935 INFO:tasks.rados.rados.0.smithi071.stdout:919: finishing rollback tid 2 to smithi07185159-26 2024-09-13T14:24:35.935 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 26 v 246 (ObjNum 257 snap 79 seq_num 257) dirty exists 2024-09-13T14:24:35.935 INFO:tasks.rados.rados.0.smithi071.stdout:917: done (5 left) 2024-09-13T14:24:35.936 INFO:tasks.rados.rados.0.smithi071.stdout:919: done (4 left) 2024-09-13T14:24:35.936 INFO:tasks.rados.rados.0.smithi071.stdout:920: done (3 left) 2024-09-13T14:24:35.936 INFO:tasks.rados.rados.0.smithi071.stdout:921: done (2 left) 2024-09-13T14:24:35.936 INFO:tasks.rados.rados.0.smithi071.stdout:922: done (1 left) 2024-09-13T14:24:35.936 INFO:tasks.rados.rados.0.smithi071.stdout:925: snap_remove snap 115 2024-09-13T14:24:36.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:35 smithi104 ceph-mon[33426]: osdmap e303: 8 total, 8 up, 8 in 2024-09-13T14:24:36.178 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:35 smithi071 ceph-mon[29588]: osdmap e303: 8 total, 8 up, 8 in 2024-09-13T14:24:36.178 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:35 smithi071 ceph-mon[41109]: osdmap e303: 8 total, 8 up, 8 in 2024-09-13T14:24:36.942 INFO:tasks.rados.rados.0.smithi071.stdout:925: done (1 left) 2024-09-13T14:24:36.942 INFO:tasks.rados.rados.0.smithi071.stdout:926: read oid 27 snap -1 2024-09-13T14:24:36.942 INFO:tasks.rados.rados.0.smithi071.stdout:926: expect deleted 2024-09-13T14:24:36.942 INFO:tasks.rados.rados.0.smithi071.stdout:927: write oid 42 current snap is 119 2024-09-13T14:24:36.942 INFO:tasks.rados.rados.0.smithi071.stdout:927: seq_num 377 ranges {736239=470170,1728182=571782} 2024-09-13T14:24:36.948 INFO:tasks.rados.rados.0.smithi071.stdout:927: writing smithi07185159-42 from 736239 to 1206409 tid 1 2024-09-13T14:24:36.955 INFO:tasks.rados.rados.0.smithi071.stdout:927: writing smithi07185159-42 from 1728182 to 2299964 tid 2 2024-09-13T14:24:36.955 INFO:tasks.rados.rados.0.smithi071.stdout:928: write oid 17 current snap is 119 2024-09-13T14:24:36.955 INFO:tasks.rados.rados.0.smithi071.stdout:924: finishing rollback tid 1 to smithi07185159-5 2024-09-13T14:24:36.955 INFO:tasks.rados.rados.0.smithi071.stdout:928: seq_num 378 ranges {753046=545419,1786664=431793} 2024-09-13T14:24:36.962 INFO:tasks.rados.rados.0.smithi071.stdout:928: writing smithi07185159-17 from 753046 to 1298465 tid 1 2024-09-13T14:24:36.967 INFO:tasks.rados.rados.0.smithi071.stdout:928: writing smithi07185159-17 from 1786664 to 2218457 tid 2 2024-09-13T14:24:36.967 INFO:tasks.rados.rados.0.smithi071.stdout:929: read oid 28 snap -1 2024-09-13T14:24:36.967 INFO:tasks.rados.rados.0.smithi071.stdout:929: expect (ObjNum 359 snap 110 seq_num 359) 2024-09-13T14:24:36.967 INFO:tasks.rados.rados.0.smithi071.stdout:930: snap_remove snap 116 2024-09-13T14:24:37.299 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:36 smithi071 ceph-mon[29588]: osdmap e304: 8 total, 8 up, 8 in 2024-09-13T14:24:37.300 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:36 smithi071 ceph-mon[29588]: pgmap v138: 89 pgs: 89 active+clean; 211 MiB data, 702 MiB used, 715 GiB / 715 GiB avail; 7.8 MiB/s rd, 815 KiB/s wr, 10 op/s 2024-09-13T14:24:37.300 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:36 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:24:37.300 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:36 smithi071 ceph-mon[41109]: osdmap e304: 8 total, 8 up, 8 in 2024-09-13T14:24:37.300 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:36 smithi071 ceph-mon[41109]: pgmap v138: 89 pgs: 89 active+clean; 211 MiB data, 702 MiB used, 715 GiB / 715 GiB avail; 7.8 MiB/s rd, 815 KiB/s wr, 10 op/s 2024-09-13T14:24:37.300 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:36 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:24:37.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:36 smithi104 ceph-mon[33426]: osdmap e304: 8 total, 8 up, 8 in 2024-09-13T14:24:37.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:36 smithi104 ceph-mon[33426]: pgmap v138: 89 pgs: 89 active+clean; 211 MiB data, 702 MiB used, 715 GiB / 715 GiB avail; 7.8 MiB/s rd, 815 KiB/s wr, 10 op/s 2024-09-13T14:24:37.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:36 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:24:37.881 INFO:tasks.rados.rados.0.smithi071.stdout:930: done (5 left) 2024-09-13T14:24:37.881 INFO:tasks.rados.rados.0.smithi071.stdout:931: read oid 16 snap -1 2024-09-13T14:24:37.881 INFO:tasks.rados.rados.0.smithi071.stdout:931: expect deleted 2024-09-13T14:24:37.881 INFO:tasks.rados.rados.0.smithi071.stdout:932: snap_create 2024-09-13T14:24:37.881 INFO:tasks.rados.rados.0.smithi071.stdout:924: finishing rollback tid 2 to smithi07185159-5 2024-09-13T14:24:37.881 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 5 v 969 (ObjNum 218 snap 63 seq_num 218) dirty exists 2024-09-13T14:24:37.881 INFO:tasks.rados.rados.0.smithi071.stdout:927: finishing write tid 1 to smithi07185159-42 2024-09-13T14:24:37.882 INFO:tasks.rados.rados.0.smithi071.stdout:927: finishing write tid 2 to smithi07185159-42 2024-09-13T14:24:37.882 INFO:tasks.rados.rados.0.smithi071.stdout:927: finishing write tid 3 to smithi07185159-42 2024-09-13T14:24:37.882 INFO:tasks.rados.rados.0.smithi071.stdout:927: finishing write tid 4 to smithi07185159-42 2024-09-13T14:24:37.882 INFO:tasks.rados.rados.0.smithi071.stdout:927: oid 42 updating version 0 to 605 2024-09-13T14:24:37.882 INFO:tasks.rados.rados.0.smithi071.stdout:927: oid 42 updating version 605 to 607 2024-09-13T14:24:37.882 INFO:tasks.rados.rados.0.smithi071.stdout:927: oid 42 version 607 is already newer than 606 2024-09-13T14:24:37.882 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 42 v 607 (ObjNum 377 snap 119 seq_num 377) dirty exists 2024-09-13T14:24:37.882 INFO:tasks.rados.rados.0.smithi071.stdout:927: left oid 42 (ObjNum 377 snap 119 seq_num 377) 2024-09-13T14:24:37.882 INFO:tasks.rados.rados.0.smithi071.stdout:928: finishing write tid 1 to smithi07185159-17 2024-09-13T14:24:37.882 INFO:tasks.rados.rados.0.smithi071.stdout:928: finishing write tid 2 to smithi07185159-17 2024-09-13T14:24:37.882 INFO:tasks.rados.rados.0.smithi071.stdout:928: finishing write tid 3 to smithi07185159-17 2024-09-13T14:24:37.882 INFO:tasks.rados.rados.0.smithi071.stdout:928: finishing write tid 4 to smithi07185159-17 2024-09-13T14:24:37.882 INFO:tasks.rados.rados.0.smithi071.stdout:928: oid 17 updating version 0 to 315 2024-09-13T14:24:37.883 INFO:tasks.rados.rados.0.smithi071.stdout:928: oid 17 updating version 315 to 317 2024-09-13T14:24:37.883 INFO:tasks.rados.rados.0.smithi071.stdout:928: oid 17 version 317 is already newer than 316 2024-09-13T14:24:37.883 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 17 v 317 (ObjNum 378 snap 119 seq_num 378) dirty exists 2024-09-13T14:24:37.883 INFO:tasks.rados.rados.0.smithi071.stdout:928: left oid 17 (ObjNum 378 snap 119 seq_num 378) 2024-09-13T14:24:37.883 INFO:tasks.rados.rados.0.smithi071.stdout:929: expect (ObjNum 359 snap 110 seq_num 359) 2024-09-13T14:24:38.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:37 smithi071 ceph-mon[29588]: osdmap e305: 8 total, 8 up, 8 in 2024-09-13T14:24:38.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:37 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:38.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:37 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:38.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:37 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:24:38.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:37 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:24:38.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:37 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:38.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:37 smithi071 ceph-mon[29588]: osdmap e306: 8 total, 8 up, 8 in 2024-09-13T14:24:38.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:37 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-13T14:24:38.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:37 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:24:38.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:37 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:38.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:37 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:38.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:37 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:38.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:37 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:38.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:37 smithi071 ceph-mon[41109]: osdmap e305: 8 total, 8 up, 8 in 2024-09-13T14:24:38.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:37 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:38.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:37 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:38.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:37 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:24:38.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:37 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:24:38.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:37 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:38.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:37 smithi071 ceph-mon[41109]: osdmap e306: 8 total, 8 up, 8 in 2024-09-13T14:24:38.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:37 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-13T14:24:38.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:37 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:24:38.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:37 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:38.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:37 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:38.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:37 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:38.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:37 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:38.323 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:37 smithi104 ceph-mon[33426]: osdmap e305: 8 total, 8 up, 8 in 2024-09-13T14:24:38.323 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:37 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:38.323 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:37 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:38.323 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:37 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:24:38.323 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:37 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:24:38.324 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:37 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:38.324 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:37 smithi104 ceph-mon[33426]: osdmap e306: 8 total, 8 up, 8 in 2024-09-13T14:24:38.324 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:37 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-13T14:24:38.324 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:37 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:24:38.324 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:37 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:38.324 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:37 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:38.324 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:37 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:38.324 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:37 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:38.891 INFO:tasks.rados.rados.0.smithi071.stdout:924: done (6 left) 2024-09-13T14:24:38.892 INFO:tasks.rados.rados.0.smithi071.stdout:926: done (5 left) 2024-09-13T14:24:38.892 INFO:tasks.rados.rados.0.smithi071.stdout:927: done (4 left) 2024-09-13T14:24:38.892 INFO:tasks.rados.rados.0.smithi071.stdout:928: done (3 left) 2024-09-13T14:24:38.892 INFO:tasks.rados.rados.0.smithi071.stdout:929: done (2 left) 2024-09-13T14:24:38.892 INFO:tasks.rados.rados.0.smithi071.stdout:931: done (1 left) 2024-09-13T14:24:38.892 INFO:tasks.rados.rados.0.smithi071.stdout:932: done (0 left) 2024-09-13T14:24:38.892 INFO:tasks.rados.rados.0.smithi071.stdout:933: rollback oid 28 current snap is 120 2024-09-13T14:24:38.892 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 28 to 117 2024-09-13T14:24:38.892 INFO:tasks.rados.rados.0.smithi071.stdout:934: read oid 29 snap -1 2024-09-13T14:24:38.892 INFO:tasks.rados.rados.0.smithi071.stdout:934: expect (ObjNum 334 snap 103 seq_num 334) 2024-09-13T14:24:38.892 INFO:tasks.rados.rados.0.smithi071.stdout:935: rollback oid 42 current snap is 120 2024-09-13T14:24:38.892 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 42 to 119 2024-09-13T14:24:38.892 INFO:tasks.rados.rados.0.smithi071.stdout:936: read oid 46 snap -1 2024-09-13T14:24:38.893 INFO:tasks.rados.rados.0.smithi071.stdout:936: expect (ObjNum 310 snap 94 seq_num 310) 2024-09-13T14:24:38.893 INFO:tasks.rados.rados.0.smithi071.stdout:937: write oid 1 current snap is 120 2024-09-13T14:24:38.893 INFO:tasks.rados.rados.0.smithi071.stdout:937: seq_num 379 ranges {769853=620668,1845146=524707} 2024-09-13T14:24:38.899 INFO:tasks.rados.rados.0.smithi071.stdout:937: writing smithi07185159-1 from 769853 to 1390521 tid 1 2024-09-13T14:24:38.905 INFO:tasks.rados.rados.0.smithi071.stdout:937: writing smithi07185159-1 from 1845146 to 2369853 tid 2 2024-09-13T14:24:38.905 INFO:tasks.rados.rados.0.smithi071.stdout:938: read oid 30 snap -1 2024-09-13T14:24:38.905 INFO:tasks.rados.rados.0.smithi071.stdout:938: expect (ObjNum 375 snap 119 seq_num 375) 2024-09-13T14:24:38.905 INFO:tasks.rados.rados.0.smithi071.stdout:939: delete oid 48 current snap is 120 2024-09-13T14:24:38.905 INFO:tasks.rados.rados.0.smithi071.stdout:933: finishing rollback tid 0 to smithi07185159-28 2024-09-13T14:24:38.905 INFO:tasks.rados.rados.0.smithi071.stdout:933: finishing rollback tid 1 to smithi07185159-28 2024-09-13T14:24:38.905 INFO:tasks.rados.rados.0.smithi071.stdout:933: finishing rollback tid 2 to smithi07185159-28 2024-09-13T14:24:38.906 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 28 v 397 (ObjNum 359 snap 110 seq_num 359) dirty exists 2024-09-13T14:24:38.906 INFO:tasks.rados.rados.0.smithi071.stdout:934: expect (ObjNum 334 snap 103 seq_num 334) 2024-09-13T14:24:39.019 INFO:tasks.rados.rados.0.smithi071.stdout:935: finishing rollback tid 0 to smithi07185159-42 2024-09-13T14:24:39.020 INFO:tasks.rados.rados.0.smithi071.stdout:936: expect (ObjNum 310 snap 94 seq_num 310) 2024-09-13T14:24:39.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:38 smithi071 ceph-mon[41109]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-13T14:24:39.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:38 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:39.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:38 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:39.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:38 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:39.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:38 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:39.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:38 smithi071 ceph-mon[41109]: mgrmap e33: y(active, since 91s), standbys: x 2024-09-13T14:24:39.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:38 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:39.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:38 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:39.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:38 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:39.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:38 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:39.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:38 smithi071 ceph-mon[41109]: pgmap v141: 89 pgs: 89 active+clean; 223 MiB data, 710 MiB used, 715 GiB / 715 GiB avail; 2.9 MiB/s rd, 976 KiB/s wr, 10 op/s 2024-09-13T14:24:39.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:38 smithi071 ceph-mon[41109]: osdmap e307: 8 total, 8 up, 8 in 2024-09-13T14:24:39.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:38 smithi071 ceph-mon[29588]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-13T14:24:39.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:38 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:39.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:38 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:39.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:38 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:39.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:38 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:39.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:38 smithi071 ceph-mon[29588]: mgrmap e33: y(active, since 91s), standbys: x 2024-09-13T14:24:39.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:38 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:39.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:38 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:39.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:38 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:39.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:38 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:39.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:38 smithi071 ceph-mon[29588]: pgmap v141: 89 pgs: 89 active+clean; 223 MiB data, 710 MiB used, 715 GiB / 715 GiB avail; 2.9 MiB/s rd, 976 KiB/s wr, 10 op/s 2024-09-13T14:24:39.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:38 smithi071 ceph-mon[29588]: osdmap e307: 8 total, 8 up, 8 in 2024-09-13T14:24:39.293 INFO:tasks.rados.rados.0.smithi071.stdout:935: finishing rollback tid 1 to smithi07185159-42 2024-09-13T14:24:39.293 INFO:tasks.rados.rados.0.smithi071.stdout:935: finishing rollback tid 2 to smithi07185159-42 2024-09-13T14:24:39.293 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 42 v 613 (ObjNum 377 snap 119 seq_num 377) dirty exists 2024-09-13T14:24:39.293 INFO:tasks.rados.rados.0.smithi071.stdout:937: finishing write tid 1 to smithi07185159-1 2024-09-13T14:24:39.293 INFO:tasks.rados.rados.0.smithi071.stdout:933: done (6 left) 2024-09-13T14:24:39.293 INFO:tasks.rados.rados.0.smithi071.stdout:934: done (5 left) 2024-09-13T14:24:39.293 INFO:tasks.rados.rados.0.smithi071.stdout:935: done (4 left) 2024-09-13T14:24:39.294 INFO:tasks.rados.rados.0.smithi071.stdout:936: done (3 left) 2024-09-13T14:24:39.294 INFO:tasks.rados.rados.0.smithi071.stdout:939: done (2 left) 2024-09-13T14:24:39.294 INFO:tasks.rados.rados.0.smithi071.stdout:940: snap_remove snap 114 2024-09-13T14:24:39.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:38 smithi104 ceph-mon[33426]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-13T14:24:39.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:38 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:39.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:38 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:39.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:38 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:39.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:38 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:39.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:38 smithi104 ceph-mon[33426]: mgrmap e33: y(active, since 91s), standbys: x 2024-09-13T14:24:39.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:38 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:39.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:38 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:39.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:38 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:39.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:38 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:39.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:38 smithi104 ceph-mon[33426]: pgmap v141: 89 pgs: 89 active+clean; 223 MiB data, 710 MiB used, 715 GiB / 715 GiB avail; 2.9 MiB/s rd, 976 KiB/s wr, 10 op/s 2024-09-13T14:24:39.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:38 smithi104 ceph-mon[33426]: osdmap e307: 8 total, 8 up, 8 in 2024-09-13T14:24:39.954 INFO:tasks.rados.rados.0.smithi071.stdout:940: done (2 left) 2024-09-13T14:24:39.954 INFO:tasks.rados.rados.0.smithi071.stdout:941: read oid 5 snap -1 2024-09-13T14:24:39.954 INFO:tasks.rados.rados.0.smithi071.stdout:941: expect (ObjNum 218 snap 63 seq_num 218) 2024-09-13T14:24:39.954 INFO:tasks.rados.rados.0.smithi071.stdout:942: delete oid 29 current snap is 120 2024-09-13T14:24:39.955 INFO:tasks.rados.rados.0.smithi071.stdout:937: finishing write tid 2 to smithi07185159-1 2024-09-13T14:24:39.955 INFO:tasks.rados.rados.0.smithi071.stdout:937: finishing write tid 3 to smithi07185159-1 2024-09-13T14:24:39.955 INFO:tasks.rados.rados.0.smithi071.stdout:937: finishing write tid 4 to smithi07185159-1 2024-09-13T14:24:39.955 INFO:tasks.rados.rados.0.smithi071.stdout:937: oid 1 updating version 0 to 987 2024-09-13T14:24:39.955 INFO:tasks.rados.rados.0.smithi071.stdout:937: oid 1 version 987 is already newer than 986 2024-09-13T14:24:39.955 INFO:tasks.rados.rados.0.smithi071.stdout:937: oid 1 version 987 is already newer than 985 2024-09-13T14:24:39.955 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 1 v 987 (ObjNum 379 snap 120 seq_num 379) dirty exists 2024-09-13T14:24:39.955 INFO:tasks.rados.rados.0.smithi071.stdout:937: left oid 1 (ObjNum 379 snap 120 seq_num 379) 2024-09-13T14:24:39.955 INFO:tasks.rados.rados.0.smithi071.stdout:938: expect (ObjNum 375 snap 119 seq_num 375) 2024-09-13T14:24:40.036 INFO:tasks.rados.rados.0.smithi071.stdout:941: expect (ObjNum 218 snap 63 seq_num 218) 2024-09-13T14:24:40.223 INFO:tasks.rados.rados.0.smithi071.stdout:937: done (3 left) 2024-09-13T14:24:40.223 INFO:tasks.rados.rados.0.smithi071.stdout:938: done (2 left) 2024-09-13T14:24:40.223 INFO:tasks.rados.rados.0.smithi071.stdout:941: done (1 left) 2024-09-13T14:24:40.223 INFO:tasks.rados.rados.0.smithi071.stdout:942: done (0 left) 2024-09-13T14:24:40.224 INFO:tasks.rados.rados.0.smithi071.stdout:943: write oid 9 current snap is 120 2024-09-13T14:24:40.224 INFO:tasks.rados.rados.0.smithi071.stdout:943: seq_num 382 ranges {420274=562768,1620592=439131} 2024-09-13T14:24:40.229 INFO:tasks.rados.rados.0.smithi071.stdout:943: writing smithi07185159-9 from 420274 to 983042 tid 1 2024-09-13T14:24:40.234 INFO:tasks.rados.rados.0.smithi071.stdout:943: writing smithi07185159-9 from 1620592 to 2059723 tid 2 2024-09-13T14:24:40.234 INFO:tasks.rados.rados.0.smithi071.stdout:944: read oid 42 snap -1 2024-09-13T14:24:40.235 INFO:tasks.rados.rados.0.smithi071.stdout:944: expect (ObjNum 377 snap 119 seq_num 377) 2024-09-13T14:24:40.235 INFO:tasks.rados.rados.0.smithi071.stdout:945: snap_remove snap 86 2024-09-13T14:24:40.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:39 smithi071 ceph-mon[41109]: Upgrade: Updating grafana.a 2024-09-13T14:24:40.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:39 smithi071 ceph-mon[41109]: Deploying daemon grafana.a on smithi104 2024-09-13T14:24:40.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:39 smithi071 ceph-mon[29588]: Upgrade: Updating grafana.a 2024-09-13T14:24:40.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:39 smithi071 ceph-mon[29588]: Deploying daemon grafana.a on smithi104 2024-09-13T14:24:40.391 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 14:24:40 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-alertmanager-a[102157]: ts=2024-09-13T14:24:40.166Z caller=cluster.go:700 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.002388788s 2024-09-13T14:24:40.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:39 smithi104 ceph-mon[33426]: Upgrade: Updating grafana.a 2024-09-13T14:24:40.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:39 smithi104 ceph-mon[33426]: Deploying daemon grafana.a on smithi104 2024-09-13T14:24:40.959 INFO:tasks.rados.rados.0.smithi071.stdout:943: finishing write tid 1 to smithi07185159-9 2024-09-13T14:24:40.959 INFO:tasks.rados.rados.0.smithi071.stdout:943: finishing write tid 2 to smithi07185159-9 2024-09-13T14:24:40.959 INFO:tasks.rados.rados.0.smithi071.stdout:943: finishing write tid 3 to smithi07185159-9 2024-09-13T14:24:40.959 INFO:tasks.rados.rados.0.smithi071.stdout:943: finishing write tid 4 to smithi07185159-9 2024-09-13T14:24:40.959 INFO:tasks.rados.rados.0.smithi071.stdout:943: oid 9 updating version 0 to 162 2024-09-13T14:24:40.959 INFO:tasks.rados.rados.0.smithi071.stdout:943: oid 9 updating version 162 to 164 2024-09-13T14:24:40.959 INFO:tasks.rados.rados.0.smithi071.stdout:943: oid 9 version 164 is already newer than 163 2024-09-13T14:24:40.960 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 9 v 164 (ObjNum 382 snap 120 seq_num 382) dirty exists 2024-09-13T14:24:40.960 INFO:tasks.rados.rados.0.smithi071.stdout:943: left oid 9 (ObjNum 382 snap 120 seq_num 382) 2024-09-13T14:24:40.960 INFO:tasks.rados.rados.0.smithi071.stdout:944: expect (ObjNum 377 snap 119 seq_num 377) 2024-09-13T14:24:41.117 INFO:tasks.rados.rados.0.smithi071.stdout:943: done (2 left) 2024-09-13T14:24:41.117 INFO:tasks.rados.rados.0.smithi071.stdout:944: done (1 left) 2024-09-13T14:24:41.118 INFO:tasks.rados.rados.0.smithi071.stdout:945: done (0 left) 2024-09-13T14:24:41.118 INFO:tasks.rados.rados.0.smithi071.stdout:946: write oid 5 current snap is 120 2024-09-13T14:24:41.118 INFO:tasks.rados.rados.0.smithi071.stdout:946: seq_num 383 ranges {437081=638017,1679074=582789} 2024-09-13T14:24:41.123 INFO:tasks.rados.rados.0.smithi071.stdout:946: writing smithi07185159-5 from 437081 to 1075098 tid 1 2024-09-13T14:24:41.129 INFO:tasks.rados.rados.0.smithi071.stdout:946: writing smithi07185159-5 from 1679074 to 2261863 tid 2 2024-09-13T14:24:41.129 INFO:tasks.rados.rados.0.smithi071.stdout:947: write oid 38 current snap is 120 2024-09-13T14:24:41.129 INFO:tasks.rados.rados.0.smithi071.stdout:946: finishing write tid 1 to smithi07185159-5 2024-09-13T14:24:41.129 INFO:tasks.rados.rados.0.smithi071.stdout:947: seq_num 384 ranges {453888=713266,1737556=442800} 2024-09-13T14:24:41.135 INFO:tasks.rados.rados.0.smithi071.stdout:947: writing smithi07185159-38 from 453888 to 1167154 tid 1 2024-09-13T14:24:41.141 INFO:tasks.rados.rados.0.smithi071.stdout:947: writing smithi07185159-38 from 1737556 to 2180356 tid 2 2024-09-13T14:24:41.141 INFO:tasks.rados.rados.0.smithi071.stdout:948: rollback oid 24 current snap is 120 2024-09-13T14:24:41.141 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 24 to 117 2024-09-13T14:24:41.142 INFO:tasks.rados.rados.0.smithi071.stdout:946: finishing write tid 2 to smithi07185159-5 2024-09-13T14:24:41.142 INFO:tasks.rados.rados.0.smithi071.stdout:946: finishing write tid 3 to smithi07185159-5 2024-09-13T14:24:41.142 INFO:tasks.rados.rados.0.smithi071.stdout:946: finishing write tid 4 to smithi07185159-5 2024-09-13T14:24:41.142 INFO:tasks.rados.rados.0.smithi071.stdout:946: oid 5 updating version 0 to 1017 2024-09-13T14:24:41.142 INFO:tasks.rados.rados.0.smithi071.stdout:946: oid 5 updating version 1017 to 1018 2024-09-13T14:24:41.142 INFO:tasks.rados.rados.0.smithi071.stdout:946: oid 5 updating version 1018 to 1019 2024-09-13T14:24:41.142 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 5 v 1019 (ObjNum 383 snap 120 seq_num 383) dirty exists 2024-09-13T14:24:41.142 INFO:tasks.rados.rados.0.smithi071.stdout:946: left oid 5 (ObjNum 383 snap 120 seq_num 383) 2024-09-13T14:24:41.142 INFO:tasks.rados.rados.0.smithi071.stdout:947: finishing write tid 1 to smithi07185159-38 2024-09-13T14:24:41.142 INFO:tasks.rados.rados.0.smithi071.stdout:946: done (2 left) 2024-09-13T14:24:41.142 INFO:tasks.rados.rados.0.smithi071.stdout:949: write oid 6 current snap is 120 2024-09-13T14:24:41.142 INFO:tasks.rados.rados.0.smithi071.stdout:949: seq_num 385 ranges {470695=788515,1679685=586458} 2024-09-13T14:24:41.148 INFO:tasks.rados.rados.0.smithi071.stdout:949: writing smithi07185159-6 from 470695 to 1259210 tid 1 2024-09-13T14:24:41.153 INFO:tasks.rados.rados.0.smithi071.stdout:949: writing smithi07185159-6 from 1679685 to 2266143 tid 2 2024-09-13T14:24:41.153 INFO:tasks.rados.rados.0.smithi071.stdout:950: snap_remove snap 106 2024-09-13T14:24:41.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:40 smithi071 ceph-mon[29588]: osdmap e308: 8 total, 8 up, 8 in 2024-09-13T14:24:41.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:40 smithi071 ceph-mon[29588]: pgmap v144: 89 pgs: 89 active+clean; 223 MiB data, 710 MiB used, 715 GiB / 715 GiB avail; 2.9 MiB/s rd, 976 KiB/s wr, 10 op/s 2024-09-13T14:24:41.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:40 smithi071 ceph-mon[41109]: osdmap e308: 8 total, 8 up, 8 in 2024-09-13T14:24:41.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:40 smithi071 ceph-mon[41109]: pgmap v144: 89 pgs: 89 active+clean; 223 MiB data, 710 MiB used, 715 GiB / 715 GiB avail; 2.9 MiB/s rd, 976 KiB/s wr, 10 op/s 2024-09-13T14:24:41.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:40 smithi104 ceph-mon[33426]: osdmap e308: 8 total, 8 up, 8 in 2024-09-13T14:24:41.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:40 smithi104 ceph-mon[33426]: pgmap v144: 89 pgs: 89 active+clean; 223 MiB data, 710 MiB used, 715 GiB / 715 GiB avail; 2.9 MiB/s rd, 976 KiB/s wr, 10 op/s 2024-09-13T14:24:41.963 INFO:tasks.rados.rados.0.smithi071.stdout:950: done (3 left) 2024-09-13T14:24:41.963 INFO:tasks.rados.rados.0.smithi071.stdout:951: snap_create 2024-09-13T14:24:41.963 INFO:tasks.rados.rados.0.smithi071.stdout:947: finishing write tid 2 to smithi07185159-38 2024-09-13T14:24:41.963 INFO:tasks.rados.rados.0.smithi071.stdout:948: finishing rollback tid 0 to smithi07185159-24 2024-09-13T14:24:41.963 INFO:tasks.rados.rados.0.smithi071.stdout:947: finishing write tid 3 to smithi07185159-38 2024-09-13T14:24:41.964 INFO:tasks.rados.rados.0.smithi071.stdout:947: finishing write tid 4 to smithi07185159-38 2024-09-13T14:24:41.964 INFO:tasks.rados.rados.0.smithi071.stdout:947: oid 38 updating version 0 to 461 2024-09-13T14:24:41.964 INFO:tasks.rados.rados.0.smithi071.stdout:947: oid 38 version 461 is already newer than 460 2024-09-13T14:24:41.964 INFO:tasks.rados.rados.0.smithi071.stdout:947: oid 38 updating version 461 to 462 2024-09-13T14:24:41.964 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 38 v 462 (ObjNum 384 snap 120 seq_num 384) dirty exists 2024-09-13T14:24:41.964 INFO:tasks.rados.rados.0.smithi071.stdout:947: left oid 38 (ObjNum 384 snap 120 seq_num 384) 2024-09-13T14:24:41.964 INFO:tasks.rados.rados.0.smithi071.stdout:948: finishing rollback tid 1 to smithi07185159-24 2024-09-13T14:24:41.964 INFO:tasks.rados.rados.0.smithi071.stdout:948: finishing rollback tid 2 to smithi07185159-24 2024-09-13T14:24:41.964 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 24 v 246 (ObjNum 326 snap 101 seq_num 326) dirty exists 2024-09-13T14:24:41.964 INFO:tasks.rados.rados.0.smithi071.stdout:949: finishing write tid 1 to smithi07185159-6 2024-09-13T14:24:41.964 INFO:tasks.rados.rados.0.smithi071.stdout:949: finishing write tid 2 to smithi07185159-6 2024-09-13T14:24:41.964 INFO:tasks.rados.rados.0.smithi071.stdout:949: finishing write tid 3 to smithi07185159-6 2024-09-13T14:24:41.965 INFO:tasks.rados.rados.0.smithi071.stdout:949: finishing write tid 4 to smithi07185159-6 2024-09-13T14:24:41.965 INFO:tasks.rados.rados.0.smithi071.stdout:949: oid 6 updating version 0 to 1023 2024-09-13T14:24:41.965 INFO:tasks.rados.rados.0.smithi071.stdout:949: oid 6 version 1023 is already newer than 1022 2024-09-13T14:24:41.965 INFO:tasks.rados.rados.0.smithi071.stdout:949: oid 6 version 1023 is already newer than 1021 2024-09-13T14:24:41.965 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 6 v 1023 (ObjNum 385 snap 120 seq_num 385) dirty exists 2024-09-13T14:24:41.965 INFO:tasks.rados.rados.0.smithi071.stdout:949: left oid 6 (ObjNum 385 snap 120 seq_num 385) 2024-09-13T14:24:42.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:41 smithi071 ceph-mon[41109]: osdmap e309: 8 total, 8 up, 8 in 2024-09-13T14:24:42.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:41 smithi071 ceph-mon[29588]: osdmap e309: 8 total, 8 up, 8 in 2024-09-13T14:24:42.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:41 smithi104 ceph-mon[33426]: osdmap e309: 8 total, 8 up, 8 in 2024-09-13T14:24:42.967 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:24:42 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:24:42] "GET /metrics HTTP/1.1" 200 36277 "" "Prometheus/2.51.0" 2024-09-13T14:24:42.976 INFO:tasks.rados.rados.0.smithi071.stdout:947: done (3 left) 2024-09-13T14:24:42.976 INFO:tasks.rados.rados.0.smithi071.stdout:948: done (2 left) 2024-09-13T14:24:42.976 INFO:tasks.rados.rados.0.smithi071.stdout:949: done (1 left) 2024-09-13T14:24:42.976 INFO:tasks.rados.rados.0.smithi071.stdout:951: done (0 left) 2024-09-13T14:24:42.976 INFO:tasks.rados.rados.0.smithi071.stdout:952: snap_remove snap 117 2024-09-13T14:24:43.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:42 smithi071 ceph-mon[29588]: osdmap e310: 8 total, 8 up, 8 in 2024-09-13T14:24:43.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:42 smithi071 ceph-mon[29588]: pgmap v147: 89 pgs: 89 active+clean; 214 MiB data, 706 MiB used, 715 GiB / 715 GiB avail; 4.1 MiB/s rd, 914 KiB/s wr, 6 op/s 2024-09-13T14:24:43.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:42 smithi071 ceph-mon[41109]: osdmap e310: 8 total, 8 up, 8 in 2024-09-13T14:24:43.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:42 smithi071 ceph-mon[41109]: pgmap v147: 89 pgs: 89 active+clean; 214 MiB data, 706 MiB used, 715 GiB / 715 GiB avail; 4.1 MiB/s rd, 914 KiB/s wr, 6 op/s 2024-09-13T14:24:43.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:42 smithi104 ceph-mon[33426]: osdmap e310: 8 total, 8 up, 8 in 2024-09-13T14:24:43.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:42 smithi104 ceph-mon[33426]: pgmap v147: 89 pgs: 89 active+clean; 214 MiB data, 706 MiB used, 715 GiB / 715 GiB avail; 4.1 MiB/s rd, 914 KiB/s wr, 6 op/s 2024-09-13T14:24:43.973 INFO:tasks.rados.rados.0.smithi071.stdout:952: done (0 left) 2024-09-13T14:24:43.974 INFO:tasks.rados.rados.0.smithi071.stdout:953: delete oid 50 current snap is 121 2024-09-13T14:24:43.981 INFO:tasks.rados.rados.0.smithi071.stdout:953: done (0 left) 2024-09-13T14:24:43.982 INFO:tasks.rados.rados.0.smithi071.stdout:954: delete oid 37 current snap is 121 2024-09-13T14:24:43.984 INFO:tasks.rados.rados.0.smithi071.stdout:954: done (0 left) 2024-09-13T14:24:43.984 INFO:tasks.rados.rados.0.smithi071.stdout:955: write oid 39 current snap is 121 2024-09-13T14:24:43.985 INFO:tasks.rados.rados.0.smithi071.stdout:955: seq_num 388 ranges {521116=730615,1971484=549632} 2024-09-13T14:24:43.990 INFO:tasks.rados.rados.0.smithi071.stdout:955: writing smithi07185159-39 from 521116 to 1251731 tid 1 2024-09-13T14:24:43.998 INFO:tasks.rados.rados.0.smithi071.stdout:955: writing smithi07185159-39 from 1971484 to 2521116 tid 2 2024-09-13T14:24:43.998 INFO:tasks.rados.rados.0.smithi071.stdout:956: rollback oid 32 current snap is 121 2024-09-13T14:24:43.998 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 32 to 120 2024-09-13T14:24:43.998 INFO:tasks.rados.rados.0.smithi071.stdout:955: finishing write tid 1 to smithi07185159-39 2024-09-13T14:24:43.998 INFO:tasks.rados.rados.0.smithi071.stdout:957: snap_remove snap 118 2024-09-13T14:24:44.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:43 smithi071 ceph-mon[29588]: osdmap e311: 8 total, 8 up, 8 in 2024-09-13T14:24:44.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:43 smithi071 ceph-mon[41109]: osdmap e311: 8 total, 8 up, 8 in 2024-09-13T14:24:44.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:43 smithi104 ceph-mon[33426]: osdmap e311: 8 total, 8 up, 8 in 2024-09-13T14:24:44.985 INFO:tasks.rados.rados.0.smithi071.stdout:957: done (2 left) 2024-09-13T14:24:44.986 INFO:tasks.rados.rados.0.smithi071.stdout:958: write oid 19 current snap is 121 2024-09-13T14:24:44.986 INFO:tasks.rados.rados.0.smithi071.stdout:956: finishing rollback tid 0 to smithi07185159-32 2024-09-13T14:24:44.986 INFO:tasks.rados.rados.0.smithi071.stdout:955: finishing write tid 2 to smithi07185159-39 2024-09-13T14:24:44.986 INFO:tasks.rados.rados.0.smithi071.stdout:956: finishing rollback tid 1 to smithi07185159-32 2024-09-13T14:24:44.986 INFO:tasks.rados.rados.0.smithi071.stdout:955: finishing write tid 3 to smithi07185159-39 2024-09-13T14:24:44.986 INFO:tasks.rados.rados.0.smithi071.stdout:956: finishing rollback tid 2 to smithi07185159-32 2024-09-13T14:24:44.986 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 32 v 87 (ObjNum 222 snap 64 seq_num 222) dirty exists 2024-09-13T14:24:44.986 INFO:tasks.rados.rados.0.smithi071.stdout:955: finishing write tid 4 to smithi07185159-39 2024-09-13T14:24:44.986 INFO:tasks.rados.rados.0.smithi071.stdout:955: oid 39 updating version 0 to 468 2024-09-13T14:24:44.986 INFO:tasks.rados.rados.0.smithi071.stdout:955: oid 39 updating version 468 to 472 2024-09-13T14:24:44.987 INFO:tasks.rados.rados.0.smithi071.stdout:955: oid 39 version 472 is already newer than 471 2024-09-13T14:24:44.987 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 39 v 472 (ObjNum 388 snap 121 seq_num 388) dirty exists 2024-09-13T14:24:44.987 INFO:tasks.rados.rados.0.smithi071.stdout:955: left oid 39 (ObjNum 388 snap 121 seq_num 388) 2024-09-13T14:24:44.987 INFO:tasks.rados.rados.0.smithi071.stdout:958: seq_num 389 ranges {537923=405864,1513613=593796} 2024-09-13T14:24:44.993 INFO:tasks.rados.rados.0.smithi071.stdout:958: writing smithi07185159-19 from 537923 to 943787 tid 1 2024-09-13T14:24:44.997 INFO:tasks.rados.rados.0.smithi071.stdout:958: writing smithi07185159-19 from 1513613 to 2107409 tid 2 2024-09-13T14:24:44.998 INFO:tasks.rados.rados.0.smithi071.stdout:955: done (2 left) 2024-09-13T14:24:44.998 INFO:tasks.rados.rados.0.smithi071.stdout:956: done (1 left) 2024-09-13T14:24:44.998 INFO:tasks.rados.rados.0.smithi071.stdout:959: snap_remove snap 119 2024-09-13T14:24:45.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:44 smithi071 ceph-mon[29588]: osdmap e312: 8 total, 8 up, 8 in 2024-09-13T14:24:45.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:44 smithi071 ceph-mon[29588]: pgmap v150: 89 pgs: 89 active+clean; 191 MiB data, 666 MiB used, 715 GiB / 715 GiB avail; 14 MiB/s rd, 1.4 MiB/s wr, 18 op/s 2024-09-13T14:24:45.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:44 smithi071 ceph-mon[41109]: osdmap e312: 8 total, 8 up, 8 in 2024-09-13T14:24:45.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:44 smithi071 ceph-mon[41109]: pgmap v150: 89 pgs: 89 active+clean; 191 MiB data, 666 MiB used, 715 GiB / 715 GiB avail; 14 MiB/s rd, 1.4 MiB/s wr, 18 op/s 2024-09-13T14:24:45.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:44 smithi104 ceph-mon[33426]: osdmap e312: 8 total, 8 up, 8 in 2024-09-13T14:24:45.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:44 smithi104 ceph-mon[33426]: pgmap v150: 89 pgs: 89 active+clean; 191 MiB data, 666 MiB used, 715 GiB / 715 GiB avail; 14 MiB/s rd, 1.4 MiB/s wr, 18 op/s 2024-09-13T14:24:45.991 INFO:tasks.rados.rados.0.smithi071.stdout:959: done (1 left) 2024-09-13T14:24:45.991 INFO:tasks.rados.rados.0.smithi071.stdout:960: rollback oid 36 current snap is 121 2024-09-13T14:24:45.991 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 36 to 100 2024-09-13T14:24:45.991 INFO:tasks.rados.rados.0.smithi071.stdout:958: finishing write tid 1 to smithi07185159-19 2024-09-13T14:24:45.991 INFO:tasks.rados.rados.0.smithi071.stdout:958: finishing write tid 2 to smithi07185159-19 2024-09-13T14:24:45.991 INFO:tasks.rados.rados.0.smithi071.stdout:958: finishing write tid 3 to smithi07185159-19 2024-09-13T14:24:45.992 INFO:tasks.rados.rados.0.smithi071.stdout:958: finishing write tid 4 to smithi07185159-19 2024-09-13T14:24:45.992 INFO:tasks.rados.rados.0.smithi071.stdout:958: oid 19 updating version 0 to 325 2024-09-13T14:24:45.992 INFO:tasks.rados.rados.0.smithi071.stdout:958: oid 19 updating version 325 to 326 2024-09-13T14:24:45.992 INFO:tasks.rados.rados.0.smithi071.stdout:958: oid 19 updating version 326 to 327 2024-09-13T14:24:45.992 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 19 v 327 (ObjNum 389 snap 121 seq_num 389) dirty exists 2024-09-13T14:24:45.992 INFO:tasks.rados.rados.0.smithi071.stdout:958: left oid 19 (ObjNum 389 snap 121 seq_num 389) 2024-09-13T14:24:45.992 INFO:tasks.rados.rados.0.smithi071.stdout:958: done (1 left) 2024-09-13T14:24:45.992 INFO:tasks.rados.rados.0.smithi071.stdout:961: write oid 17 current snap is 121 2024-09-13T14:24:45.992 INFO:tasks.rados.rados.0.smithi071.stdout:961: seq_num 390 ranges {554730=481113,1572095=737454} 2024-09-13T14:24:45.997 INFO:tasks.rados.rados.0.smithi071.stdout:961: writing smithi07185159-17 from 554730 to 1035843 tid 1 2024-09-13T14:24:46.005 INFO:tasks.rados.rados.0.smithi071.stdout:961: writing smithi07185159-17 from 1572095 to 2309549 tid 2 2024-09-13T14:24:46.005 INFO:tasks.rados.rados.0.smithi071.stdout:962: delete oid 5 current snap is 121 2024-09-13T14:24:46.005 INFO:tasks.rados.rados.0.smithi071.stdout:960: finishing rollback tid 1 to smithi07185159-36 2024-09-13T14:24:46.005 INFO:tasks.rados.rados.0.smithi071.stdout:960: finishing rollback tid 2 to smithi07185159-36 2024-09-13T14:24:46.005 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 36 v 210 (ObjNum 314 snap 96 seq_num 314) dirty exists 2024-09-13T14:24:46.005 INFO:tasks.rados.rados.0.smithi071.stdout:961: finishing write tid 1 to smithi07185159-17 2024-09-13T14:24:46.007 INFO:tasks.rados.rados.0.smithi071.stdout:960: done (2 left) 2024-09-13T14:24:46.007 INFO:tasks.rados.rados.0.smithi071.stdout:962: done (1 left) 2024-09-13T14:24:46.007 INFO:tasks.rados.rados.0.smithi071.stdout:963: write oid 11 current snap is 121 2024-09-13T14:24:46.007 INFO:tasks.rados.rados.0.smithi071.stdout:963: seq_num 392 ranges {588344=631611,1689059=741123} 2024-09-13T14:24:46.013 INFO:tasks.rados.rados.0.smithi071.stdout:963: writing smithi07185159-11 from 588344 to 1219955 tid 1 2024-09-13T14:24:46.020 INFO:tasks.rados.rados.0.smithi071.stdout:963: writing smithi07185159-11 from 1689059 to 2430182 tid 2 2024-09-13T14:24:46.020 INFO:tasks.rados.rados.0.smithi071.stdout:964: snap_remove snap 120 2024-09-13T14:24:46.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:45 smithi071 ceph-mon[29588]: osdmap e313: 8 total, 8 up, 8 in 2024-09-13T14:24:46.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:45 smithi071 ceph-mon[41109]: osdmap e313: 8 total, 8 up, 8 in 2024-09-13T14:24:46.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:45 smithi104 ceph-mon[33426]: osdmap e313: 8 total, 8 up, 8 in 2024-09-13T14:24:46.998 INFO:tasks.rados.rados.0.smithi071.stdout:964: done (2 left) 2024-09-13T14:24:46.998 INFO:tasks.rados.rados.0.smithi071.stdout:965: snap_create 2024-09-13T14:24:46.998 INFO:tasks.rados.rados.0.smithi071.stdout:961: finishing write tid 2 to smithi07185159-17 2024-09-13T14:24:46.998 INFO:tasks.rados.rados.0.smithi071.stdout:961: finishing write tid 3 to smithi07185159-17 2024-09-13T14:24:46.998 INFO:tasks.rados.rados.0.smithi071.stdout:961: finishing write tid 4 to smithi07185159-17 2024-09-13T14:24:46.998 INFO:tasks.rados.rados.0.smithi071.stdout:961: oid 17 updating version 0 to 333 2024-09-13T14:24:46.998 INFO:tasks.rados.rados.0.smithi071.stdout:961: oid 17 version 333 is already newer than 332 2024-09-13T14:24:46.998 INFO:tasks.rados.rados.0.smithi071.stdout:961: oid 17 version 333 is already newer than 331 2024-09-13T14:24:46.999 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 17 v 333 (ObjNum 390 snap 121 seq_num 390) dirty exists 2024-09-13T14:24:46.999 INFO:tasks.rados.rados.0.smithi071.stdout:961: left oid 17 (ObjNum 390 snap 121 seq_num 390) 2024-09-13T14:24:46.999 INFO:tasks.rados.rados.0.smithi071.stdout:963: finishing write tid 1 to smithi07185159-11 2024-09-13T14:24:46.999 INFO:tasks.rados.rados.0.smithi071.stdout:963: finishing write tid 2 to smithi07185159-11 2024-09-13T14:24:46.999 INFO:tasks.rados.rados.0.smithi071.stdout:963: finishing write tid 3 to smithi07185159-11 2024-09-13T14:24:46.999 INFO:tasks.rados.rados.0.smithi071.stdout:963: finishing write tid 4 to smithi07185159-11 2024-09-13T14:24:46.999 INFO:tasks.rados.rados.0.smithi071.stdout:963: oid 11 updating version 0 to 644 2024-09-13T14:24:46.999 INFO:tasks.rados.rados.0.smithi071.stdout:963: oid 11 version 644 is already newer than 642 2024-09-13T14:24:46.999 INFO:tasks.rados.rados.0.smithi071.stdout:963: oid 11 version 644 is already newer than 643 2024-09-13T14:24:46.999 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 11 v 644 (ObjNum 392 snap 121 seq_num 392) dirty exists 2024-09-13T14:24:47.000 INFO:tasks.rados.rados.0.smithi071.stdout:963: left oid 11 (ObjNum 392 snap 121 seq_num 392) 2024-09-13T14:24:47.259 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:46 smithi104 ceph-mon[33426]: osdmap e314: 8 total, 8 up, 8 in 2024-09-13T14:24:47.259 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:46 smithi104 ceph-mon[33426]: pgmap v153: 89 pgs: 89 active+clean; 191 MiB data, 666 MiB used, 715 GiB / 715 GiB avail; 9.6 MiB/s rd, 527 KiB/s wr, 12 op/s 2024-09-13T14:24:47.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:46 smithi071 ceph-mon[29588]: osdmap e314: 8 total, 8 up, 8 in 2024-09-13T14:24:47.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:46 smithi071 ceph-mon[29588]: pgmap v153: 89 pgs: 89 active+clean; 191 MiB data, 666 MiB used, 715 GiB / 715 GiB avail; 9.6 MiB/s rd, 527 KiB/s wr, 12 op/s 2024-09-13T14:24:47.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:46 smithi071 ceph-mon[41109]: osdmap e314: 8 total, 8 up, 8 in 2024-09-13T14:24:47.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:46 smithi071 ceph-mon[41109]: pgmap v153: 89 pgs: 89 active+clean; 191 MiB data, 666 MiB used, 715 GiB / 715 GiB avail; 9.6 MiB/s rd, 527 KiB/s wr, 12 op/s 2024-09-13T14:24:47.882 INFO:tasks.rados.rados.0.smithi071.stdout:961: done (2 left) 2024-09-13T14:24:47.882 INFO:tasks.rados.rados.0.smithi071.stdout:963: done (1 left) 2024-09-13T14:24:47.882 INFO:tasks.rados.rados.0.smithi071.stdout:965: done (0 left) 2024-09-13T14:24:47.882 INFO:tasks.rados.rados.0.smithi071.stdout:966: snap_create 2024-09-13T14:24:48.109 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:47 smithi104 ceph-mon[33426]: osdmap e315: 8 total, 8 up, 8 in 2024-09-13T14:24:48.109 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:47 smithi104 ceph-mon[33426]: osdmap e316: 8 total, 8 up, 8 in 2024-09-13T14:24:48.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:47 smithi071 ceph-mon[29588]: osdmap e315: 8 total, 8 up, 8 in 2024-09-13T14:24:48.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:47 smithi071 ceph-mon[29588]: osdmap e316: 8 total, 8 up, 8 in 2024-09-13T14:24:48.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:47 smithi071 ceph-mon[41109]: osdmap e315: 8 total, 8 up, 8 in 2024-09-13T14:24:48.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:47 smithi071 ceph-mon[41109]: osdmap e316: 8 total, 8 up, 8 in 2024-09-13T14:24:48.751 INFO:teuthology.orchestra.run.smithi071.stdout:true 2024-09-13T14:24:48.883 INFO:tasks.rados.rados.0.smithi071.stdout:966: done (0 left) 2024-09-13T14:24:48.883 INFO:tasks.rados.rados.0.smithi071.stdout:967: write oid 31 current snap is 123 2024-09-13T14:24:48.883 INFO:tasks.rados.rados.0.smithi071.stdout:967: seq_num 393 ranges {605151=706860,2031188=573963} 2024-09-13T14:24:48.888 INFO:tasks.rados.rados.0.smithi071.stdout:967: writing smithi07185159-31 from 605151 to 1312011 tid 1 2024-09-13T14:24:48.896 INFO:tasks.rados.rados.0.smithi071.stdout:967: writing smithi07185159-31 from 2031188 to 2605151 tid 2 2024-09-13T14:24:48.896 INFO:tasks.rados.rados.0.smithi071.stdout:968: write oid 7 current snap is 123 2024-09-13T14:24:48.896 INFO:tasks.rados.rados.0.smithi071.stdout:968: seq_num 394 ranges {621958=782109,2089670=532288} 2024-09-13T14:24:48.903 INFO:tasks.rados.rados.0.smithi071.stdout:968: writing smithi07185159-7 from 621958 to 1404067 tid 1 2024-09-13T14:24:48.910 INFO:tasks.rados.rados.0.smithi071.stdout:968: writing smithi07185159-7 from 2089670 to 2621958 tid 2 2024-09-13T14:24:48.910 INFO:tasks.rados.rados.0.smithi071.stdout:969: write oid 45 current snap is 123 2024-09-13T14:24:48.910 INFO:tasks.rados.rados.0.smithi071.stdout:967: finishing write tid 1 to smithi07185159-31 2024-09-13T14:24:48.910 INFO:tasks.rados.rados.0.smithi071.stdout:969: seq_num 395 ranges {638765=457358,1748152=604803} 2024-09-13T14:24:48.916 INFO:tasks.rados.rados.0.smithi071.stdout:969: writing smithi07185159-45 from 638765 to 1096123 tid 1 2024-09-13T14:24:48.923 INFO:tasks.rados.rados.0.smithi071.stdout:969: writing smithi07185159-45 from 1748152 to 2352955 tid 2 2024-09-13T14:24:48.923 INFO:tasks.rados.rados.0.smithi071.stdout:970: read oid 9 snap -1 2024-09-13T14:24:48.923 INFO:tasks.rados.rados.0.smithi071.stdout:970: expect (ObjNum 382 snap 120 seq_num 382) 2024-09-13T14:24:48.924 INFO:tasks.rados.rados.0.smithi071.stdout:971: write oid 48 current snap is 123 2024-09-13T14:24:48.924 INFO:tasks.rados.rados.0.smithi071.stdout:967: finishing write tid 2 to smithi07185159-31 2024-09-13T14:24:48.924 INFO:tasks.rados.rados.0.smithi071.stdout:967: finishing write tid 3 to smithi07185159-31 2024-09-13T14:24:48.924 INFO:tasks.rados.rados.0.smithi071.stdout:971: seq_num 396 ranges {655572=648960,1922987=732585} 2024-09-13T14:24:48.931 INFO:tasks.rados.rados.0.smithi071.stdout:971: writing smithi07185159-48 from 655572 to 1304532 tid 1 2024-09-13T14:24:48.939 INFO:tasks.rados.rados.0.smithi071.stdout:971: writing smithi07185159-48 from 1922987 to 2655572 tid 2 2024-09-13T14:24:48.939 INFO:tasks.rados.rados.0.smithi071.stdout:972: read oid 41 snap -1 2024-09-13T14:24:48.939 INFO:tasks.rados.rados.0.smithi071.stdout:972: expect (ObjNum 73 snap 9 seq_num 73) 2024-09-13T14:24:48.939 INFO:tasks.rados.rados.0.smithi071.stdout:973: read oid 24 snap -1 2024-09-13T14:24:48.939 INFO:tasks.rados.rados.0.smithi071.stdout:973: expect (ObjNum 326 snap 101 seq_num 326) 2024-09-13T14:24:48.939 INFO:tasks.rados.rados.0.smithi071.stdout:974: rollback oid 33 current snap is 123 2024-09-13T14:24:48.939 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 33 to 100 2024-09-13T14:24:48.940 INFO:tasks.rados.rados.0.smithi071.stdout:967: finishing write tid 4 to smithi07185159-31 2024-09-13T14:24:48.940 INFO:tasks.rados.rados.0.smithi071.stdout:967: oid 31 updating version 0 to 468 2024-09-13T14:24:48.940 INFO:tasks.rados.rados.0.smithi071.stdout:967: oid 31 version 468 is already newer than 466 2024-09-13T14:24:48.940 INFO:tasks.rados.rados.0.smithi071.stdout:967: oid 31 version 468 is already newer than 467 2024-09-13T14:24:48.940 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 31 v 468 (ObjNum 393 snap 123 seq_num 393) dirty exists 2024-09-13T14:24:48.940 INFO:tasks.rados.rados.0.smithi071.stdout:967: left oid 31 (ObjNum 393 snap 123 seq_num 393) 2024-09-13T14:24:48.940 INFO:tasks.rados.rados.0.smithi071.stdout:968: finishing write tid 1 to smithi07185159-7 2024-09-13T14:24:48.940 INFO:tasks.rados.rados.0.smithi071.stdout:967: done (7 left) 2024-09-13T14:24:48.940 INFO:tasks.rados.rados.0.smithi071.stdout:975: delete oid 47 current snap is 123 2024-09-13T14:24:48.940 INFO:tasks.rados.rados.0.smithi071.stdout:968: finishing write tid 2 to smithi07185159-7 2024-09-13T14:24:48.940 INFO:tasks.rados.rados.0.smithi071.stdout:968: finishing write tid 3 to smithi07185159-7 2024-09-13T14:24:48.940 INFO:tasks.rados.rados.0.smithi071.stdout:968: finishing write tid 4 to smithi07185159-7 2024-09-13T14:24:48.940 INFO:tasks.rados.rados.0.smithi071.stdout:968: oid 7 updating version 0 to 137 2024-09-13T14:24:48.940 INFO:tasks.rados.rados.0.smithi071.stdout:968: oid 7 updating version 137 to 138 2024-09-13T14:24:48.941 INFO:tasks.rados.rados.0.smithi071.stdout:968: oid 7 updating version 138 to 139 2024-09-13T14:24:48.941 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 7 v 139 (ObjNum 394 snap 123 seq_num 394) dirty exists 2024-09-13T14:24:48.941 INFO:tasks.rados.rados.0.smithi071.stdout:968: left oid 7 (ObjNum 394 snap 123 seq_num 394) 2024-09-13T14:24:48.941 INFO:tasks.rados.rados.0.smithi071.stdout:969: finishing write tid 1 to smithi07185159-45 2024-09-13T14:24:48.941 INFO:tasks.rados.rados.0.smithi071.stdout:969: finishing write tid 2 to smithi07185159-45 2024-09-13T14:24:48.941 INFO:tasks.rados.rados.0.smithi071.stdout:969: finishing write tid 3 to smithi07185159-45 2024-09-13T14:24:48.941 INFO:tasks.rados.rados.0.smithi071.stdout:970: expect (ObjNum 382 snap 120 seq_num 382) 2024-09-13T14:24:49.026 INFO:tasks.rados.rados.0.smithi071.stdout:969: finishing write tid 4 to smithi07185159-45 2024-09-13T14:24:49.026 INFO:tasks.rados.rados.0.smithi071.stdout:969: oid 45 updating version 0 to 648 2024-09-13T14:24:49.026 INFO:tasks.rados.rados.0.smithi071.stdout:969: oid 45 version 648 is already newer than 647 2024-09-13T14:24:49.026 INFO:tasks.rados.rados.0.smithi071.stdout:969: oid 45 version 648 is already newer than 646 2024-09-13T14:24:49.027 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 45 v 648 (ObjNum 395 snap 123 seq_num 395) dirty exists 2024-09-13T14:24:49.027 INFO:tasks.rados.rados.0.smithi071.stdout:969: left oid 45 (ObjNum 395 snap 123 seq_num 395) 2024-09-13T14:24:49.027 INFO:tasks.rados.rados.0.smithi071.stdout:971: finishing write tid 1 to smithi07185159-48 2024-09-13T14:24:49.027 INFO:tasks.rados.rados.0.smithi071.stdout:968: done (7 left) 2024-09-13T14:24:49.027 INFO:tasks.rados.rados.0.smithi071.stdout:969: done (6 left) 2024-09-13T14:24:49.027 INFO:tasks.rados.rados.0.smithi071.stdout:970: done (5 left) 2024-09-13T14:24:49.027 INFO:tasks.rados.rados.0.smithi071.stdout:975: done (4 left) 2024-09-13T14:24:49.027 INFO:tasks.rados.rados.0.smithi071.stdout:976: read oid 26 snap -1 2024-09-13T14:24:49.028 INFO:tasks.rados.rados.0.smithi071.stdout:976: expect (ObjNum 257 snap 79 seq_num 257) 2024-09-13T14:24:49.028 INFO:tasks.rados.rados.0.smithi071.stdout:977: rollback oid 11 current snap is 123 2024-09-13T14:24:49.028 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 11 to 100 2024-09-13T14:24:49.028 INFO:tasks.rados.rados.0.smithi071.stdout:974: finishing rollback tid 1 to smithi07185159-33 2024-09-13T14:24:49.028 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 33 v 0 (ObjNum 33 snap 0 seq_num 1961132960) dirty dne 2024-09-13T14:24:49.028 INFO:tasks.rados.rados.0.smithi071.stdout:971: finishing write tid 2 to smithi07185159-48 2024-09-13T14:24:49.028 INFO:tasks.rados.rados.0.smithi071.stdout:971: finishing write tid 3 to smithi07185159-48 2024-09-13T14:24:49.028 INFO:tasks.rados.rados.0.smithi071.stdout:971: finishing write tid 4 to smithi07185159-48 2024-09-13T14:24:49.028 INFO:tasks.rados.rados.0.smithi071.stdout:971: oid 48 updating version 0 to 1065 2024-09-13T14:24:49.029 INFO:tasks.rados.rados.0.smithi071.stdout:971: oid 48 updating version 1065 to 1067 2024-09-13T14:24:49.029 INFO:tasks.rados.rados.0.smithi071.stdout:971: oid 48 version 1067 is already newer than 1066 2024-09-13T14:24:49.029 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 48 v 1067 (ObjNum 396 snap 123 seq_num 396) dirty exists 2024-09-13T14:24:49.029 INFO:tasks.rados.rados.0.smithi071.stdout:971: left oid 48 (ObjNum 396 snap 123 seq_num 396) 2024-09-13T14:24:49.029 INFO:tasks.rados.rados.0.smithi071.stdout:972: expect (ObjNum 73 snap 9 seq_num 73) 2024-09-13T14:24:49.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:48 smithi071 ceph-mon[41109]: pgmap v156: 89 pgs: 89 active+clean; 198 MiB data, 681 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1.2 MiB/s wr, 6 op/s 2024-09-13T14:24:49.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:48 smithi071 ceph-mon[41109]: from='client.15081 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:24:49.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:48 smithi071 ceph-mon[41109]: osdmap e317: 8 total, 8 up, 8 in 2024-09-13T14:24:49.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:48 smithi071 ceph-mon[29588]: pgmap v156: 89 pgs: 89 active+clean; 198 MiB data, 681 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1.2 MiB/s wr, 6 op/s 2024-09-13T14:24:49.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:48 smithi071 ceph-mon[29588]: from='client.15081 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:24:49.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:48 smithi071 ceph-mon[29588]: osdmap e317: 8 total, 8 up, 8 in 2024-09-13T14:24:49.167 INFO:tasks.rados.rados.0.smithi071.stdout:973: expect (ObjNum 326 snap 101 seq_num 326) 2024-09-13T14:24:49.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:48 smithi104 ceph-mon[33426]: pgmap v156: 89 pgs: 89 active+clean; 198 MiB data, 681 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1.2 MiB/s wr, 6 op/s 2024-09-13T14:24:49.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:48 smithi104 ceph-mon[33426]: from='client.15081 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:24:49.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:48 smithi104 ceph-mon[33426]: osdmap e317: 8 total, 8 up, 8 in 2024-09-13T14:24:49.327 INFO:tasks.rados.rados.0.smithi071.stdout:977: finishing rollback tid 0 to smithi07185159-11 2024-09-13T14:24:49.327 INFO:tasks.rados.rados.0.smithi071.stdout:977: finishing rollback tid 1 to smithi07185159-11 2024-09-13T14:24:49.327 INFO:tasks.rados.rados.0.smithi071.stdout:971: done (5 left) 2024-09-13T14:24:49.327 INFO:tasks.rados.rados.0.smithi071.stdout:972: done (4 left) 2024-09-13T14:24:49.327 INFO:tasks.rados.rados.0.smithi071.stdout:973: done (3 left) 2024-09-13T14:24:49.327 INFO:tasks.rados.rados.0.smithi071.stdout:974: done (2 left) 2024-09-13T14:24:49.327 INFO:tasks.rados.rados.0.smithi071.stdout:978: snap_remove snap 113 2024-09-13T14:24:49.329 INFO:teuthology.orchestra.run.smithi071.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-13T14:24:49.329 INFO:teuthology.orchestra.run.smithi071.stdout:alertmanager.a smithi071 *:9093,9094 running (20s) 15s ago 6m 17.6M - 0.27.0 11f11916f8cd b9824fbee517 2024-09-13T14:24:49.329 INFO:teuthology.orchestra.run.smithi071.stdout:grafana.a smithi104 *:3000 running (6m) 14s ago 6m 90.4M - 9.4.7 954c08fa6188 d4649d095d6e 2024-09-13T14:24:49.329 INFO:teuthology.orchestra.run.smithi071.stdout:mds.foo.smithi071.awdchm smithi071 running (5m) 15s ago 5m 20.3M - 18.2.4-843-g2c01458a c129f5a2fd4e 3a46cf5b0e24 2024-09-13T14:24:49.329 INFO:teuthology.orchestra.run.smithi071.stdout:mds.foo.smithi104.uecrqj smithi104 running (5m) 14s ago 5m 14.6M - 18.2.4-843-g2c01458a c129f5a2fd4e 3d72a892eecb 2024-09-13T14:24:49.329 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.x smithi104 *:8443,9283,8765 running (83s) 14s ago 10m 455M - 19.3.0-4697-gd58f7306 fec07016a2b0 d080c1ba10a3 2024-09-13T14:24:49.329 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.y smithi071 *:8443,9283,8765 running (111s) 15s ago 11m 515M - 19.3.0-4697-gd58f7306 fec07016a2b0 f93807043c77 2024-09-13T14:24:49.329 INFO:teuthology.orchestra.run.smithi071.stdout:mon.a smithi071 running (12m) 15s ago 12m 63.2M 2048M 18.2.4-843-g2c01458a c129f5a2fd4e 03dc48b4bc43 2024-09-13T14:24:49.329 INFO:teuthology.orchestra.run.smithi071.stdout:mon.b smithi104 running (10m) 14s ago 10m 53.6M 2048M 18.2.4-843-g2c01458a c129f5a2fd4e ecd51e95c619 2024-09-13T14:24:49.329 INFO:teuthology.orchestra.run.smithi071.stdout:mon.c smithi071 running (10m) 15s ago 10m 51.0M 2048M 18.2.4-843-g2c01458a c129f5a2fd4e 41b61ccb60e8 2024-09-13T14:24:49.330 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.a smithi071 *:9100 running (68s) 15s ago 5m 10.1M - 1.7.0 72c9c2088986 9dca7c61ba7c 2024-09-13T14:24:49.330 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.b smithi104 *:9100 running (61s) 14s ago 5m 9521k - 1.7.0 72c9c2088986 378ebb14ddbd 2024-09-13T14:24:49.330 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0 smithi071 running (10m) 15s ago 10m 85.4M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 4620af289781 2024-09-13T14:24:49.330 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1 smithi071 running (9m) 15s ago 9m 70.7M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 6219ea84d5da 2024-09-13T14:24:49.330 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2 smithi071 running (9m) 15s ago 9m 98.4M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e dbb670583d0d 2024-09-13T14:24:49.330 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3 smithi071 running (8m) 15s ago 8m 65.6M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 3859c11423d8 2024-09-13T14:24:49.330 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4 smithi104 running (8m) 14s ago 8m 83.1M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 7641d6ca037c 2024-09-13T14:24:49.330 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5 smithi104 running (8m) 14s ago 8m 92.0M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e d171c1dc9aca 2024-09-13T14:24:49.330 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6 smithi104 running (7m) 14s ago 7m 78.3M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 7cd98596a2db 2024-09-13T14:24:49.330 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7 smithi104 running (7m) 14s ago 7m 82.6M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e c0657150d5d6 2024-09-13T14:24:49.330 INFO:teuthology.orchestra.run.smithi071.stdout:prometheus.a smithi104 *:9095 running (39s) 14s ago 6m 37.4M - 2.51.0 1d3b7f56885b 31487e669ce2 2024-09-13T14:24:49.662 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:24:49.662 INFO:teuthology.orchestra.run.smithi071.stdout: "mon": { 2024-09-13T14:24:49.662 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)": 3 2024-09-13T14:24:49.662 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:24:49.662 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr": { 2024-09-13T14:24:49.663 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 19.3.0-4697-gd58f7306 (d58f73069a8157a9ace12a0247ee3e8497707ea9) squid (dev)": 2 2024-09-13T14:24:49.663 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:24:49.663 INFO:teuthology.orchestra.run.smithi071.stdout: "osd": { 2024-09-13T14:24:49.663 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)": 8 2024-09-13T14:24:49.663 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:24:49.663 INFO:teuthology.orchestra.run.smithi071.stdout: "mds": { 2024-09-13T14:24:49.663 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)": 2 2024-09-13T14:24:49.663 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:24:49.663 INFO:teuthology.orchestra.run.smithi071.stdout: "overall": { 2024-09-13T14:24:49.663 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)": 13, 2024-09-13T14:24:49.663 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 19.3.0-4697-gd58f7306 (d58f73069a8157a9ace12a0247ee3e8497707ea9) squid (dev)": 2 2024-09-13T14:24:49.663 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:24:49.663 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:24:49.768 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:49 smithi104 systemd[1]: Stopping Ceph grafana.a for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T14:24:49.948 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:24:49.948 INFO:teuthology.orchestra.run.smithi071.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f", 2024-09-13T14:24:49.948 INFO:teuthology.orchestra.run.smithi071.stdout: "in_progress": true, 2024-09-13T14:24:49.948 INFO:teuthology.orchestra.run.smithi071.stdout: "which": "Upgrading daemons of type(s) mgr", 2024-09-13T14:24:49.948 INFO:teuthology.orchestra.run.smithi071.stdout: "services_complete": [ 2024-09-13T14:24:49.948 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr" 2024-09-13T14:24:49.948 INFO:teuthology.orchestra.run.smithi071.stdout: ], 2024-09-13T14:24:49.948 INFO:teuthology.orchestra.run.smithi071.stdout: "progress": "2/2 daemons upgraded", 2024-09-13T14:24:49.948 INFO:teuthology.orchestra.run.smithi071.stdout: "message": "Currently upgrading grafana daemons", 2024-09-13T14:24:49.949 INFO:teuthology.orchestra.run.smithi071.stdout: "is_paused": false 2024-09-13T14:24:49.949 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:24:50.006 INFO:tasks.rados.rados.0.smithi071.stdout:978: done (2 left) 2024-09-13T14:24:50.006 INFO:tasks.rados.rados.0.smithi071.stdout:979: snap_remove snap 121 2024-09-13T14:24:50.095 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:49 smithi104 ceph-mon[33426]: from='client.15087 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:24:50.096 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:49 smithi104 ceph-mon[33426]: from='client.24992 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:24:50.096 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:49 smithi104 ceph-mon[33426]: from='client.? 172.21.15.71:0/2629861718' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:50.096 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:49 smithi104 podman[95460]: 2024-09-13 14:24:49.767643394 +0000 UTC m=+0.107944002 container died d4649d095d6e3377d4bc7ce769ec9d3197e2e4b37b0574136cf780312a66aea5 (image=quay.io/ceph/ceph-grafana:9.4.7, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a, release=239.1651231664, com.redhat.component=ubi8-container, name=ubi8, vendor=Red Hat, Inc., architecture=x86_64, build-date=2022-04-29T11:48:11.055897, vcs-type=git, io.openshift.expose-services=, io.k8s.display-name=Red Hat Universal Base Image 8, url=https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.5-239.1651231664, io.buildah.version=1.32.0, version=8.5, maintainer=Paul Cuzner , summary=Grafana Container configured for Ceph mgr/dashboard integration, 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., io.openshift.tags=base rhel8, vcs-ref=3aadd00326f3dd6cfe65ee31017ab98915fddb56, distribution-scope=public, com.redhat.license_terms=https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI, com.redhat.build-host=cpt-1007.osbs.prod.upshift.rdu2.redhat.com) 2024-09-13T14:24:50.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:49 smithi071 ceph-mon[29588]: from='client.15087 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:24:50.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:49 smithi071 ceph-mon[29588]: from='client.24992 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:24:50.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:49 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/2629861718' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:50.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:49 smithi071 ceph-mon[41109]: from='client.15087 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:24:50.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:49 smithi071 ceph-mon[41109]: from='client.24992 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:24:50.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:49 smithi071 ceph-mon[41109]: from='client.? 172.21.15.71:0/2629861718' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:24:50.421 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:50 smithi104 podman[95460]: 2024-09-13 14:24:50.095284224 +0000 UTC m=+0.435584833 container cleanup d4649d095d6e3377d4bc7ce769ec9d3197e2e4b37b0574136cf780312a66aea5 (image=quay.io/ceph/ceph-grafana:9.4.7, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a, io.openshift.expose-services=, com.redhat.license_terms=https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI, io.buildah.version=1.32.0, vcs-ref=3aadd00326f3dd6cfe65ee31017ab98915fddb56, version=8.5, description=Ceph Grafana Container, vendor=Red Hat, Inc., 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., url=https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.5-239.1651231664, maintainer=Paul Cuzner , release=239.1651231664, summary=Grafana Container configured for Ceph mgr/dashboard integration, com.redhat.component=ubi8-container, name=ubi8, architecture=x86_64, io.openshift.tags=base rhel8, io.k8s.display-name=Red Hat Universal Base Image 8, distribution-scope=public, vcs-type=git, build-date=2022-04-29T11:48:11.055897, com.redhat.build-host=cpt-1007.osbs.prod.upshift.rdu2.redhat.com) 2024-09-13T14:24:50.422 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:50 smithi104 bash[95460]: ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a 2024-09-13T14:24:50.422 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:50 smithi104 podman[95477]: 2024-09-13 14:24:50.254821224 +0000 UTC m=+0.485558473 container remove d4649d095d6e3377d4bc7ce769ec9d3197e2e4b37b0574136cf780312a66aea5 (image=quay.io/ceph/ceph-grafana:9.4.7, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a, com.redhat.build-host=cpt-1007.osbs.prod.upshift.rdu2.redhat.com, io.k8s.display-name=Red Hat Universal Base Image 8, name=ubi8, url=https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.5-239.1651231664, io.buildah.version=1.32.0, maintainer=Paul Cuzner , build-date=2022-04-29T11:48:11.055897, com.redhat.component=ubi8-container, release=239.1651231664, description=Ceph Grafana Container, io.openshift.expose-services=, architecture=x86_64, 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., vcs-type=git, io.openshift.tags=base rhel8, vcs-ref=3aadd00326f3dd6cfe65ee31017ab98915fddb56, vendor=Red Hat, Inc., distribution-scope=public, com.redhat.license_terms=https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI, summary=Grafana Container configured for Ceph mgr/dashboard integration, version=8.5) 2024-09-13T14:24:50.422 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:50 smithi104 systemd[1]: ceph-18f8172c-71da-11ef-bceb-c7b262605968@grafana.a.service: Main process exited, code=exited, status=143/n/a 2024-09-13T14:24:50.878 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:50 smithi104 systemd[1]: ceph-18f8172c-71da-11ef-bceb-c7b262605968@grafana.a.service: Failed with result 'exit-code'. 2024-09-13T14:24:50.878 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:50 smithi104 systemd[1]: Stopped Ceph grafana.a for 18f8172c-71da-11ef-bceb-c7b262605968. 2024-09-13T14:24:50.878 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:50 smithi104 systemd[1]: ceph-18f8172c-71da-11ef-bceb-c7b262605968@grafana.a.service: Consumed 7.705s CPU time. 2024-09-13T14:24:50.878 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:50 smithi104 systemd[1]: Starting Ceph grafana.a for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T14:24:51.020 INFO:tasks.rados.rados.0.smithi071.stdout:979: done (2 left) 2024-09-13T14:24:51.020 INFO:tasks.rados.rados.0.smithi071.stdout:980: write oid 46 current snap is 123 2024-09-13T14:24:51.021 INFO:tasks.rados.rados.0.smithi071.stdout:977: finishing rollback tid 2 to smithi07185159-11 2024-09-13T14:24:51.021 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 11 v 652 (ObjNum 279 snap 88 seq_num 279) dirty exists 2024-09-13T14:24:51.021 INFO:tasks.rados.rados.0.smithi071.stdout:980: seq_num 398 ranges {689186=799458,1923598=752130} 2024-09-13T14:24:51.028 INFO:tasks.rados.rados.0.smithi071.stdout:980: writing smithi07185159-46 from 689186 to 1488644 tid 1 2024-09-13T14:24:51.035 INFO:tasks.rados.rados.0.smithi071.stdout:980: writing smithi07185159-46 from 1923598 to 2675728 tid 2 2024-09-13T14:24:51.035 INFO:tasks.rados.rados.0.smithi071.stdout:977: done (2 left) 2024-09-13T14:24:51.035 INFO:tasks.rados.rados.0.smithi071.stdout:981: snap_remove snap 122 2024-09-13T14:24:51.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-mon[33426]: from='client.25004 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:24:51.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-mon[33426]: osdmap e318: 8 total, 8 up, 8 in 2024-09-13T14:24:51.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-mon[33426]: pgmap v159: 89 pgs: 89 active+clean; 198 MiB data, 681 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1.2 MiB/s wr, 6 op/s 2024-09-13T14:24:51.172 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:50 smithi104 podman[95611]: 2024-09-13 14:24:50.781168295 +0000 UTC m=+0.016559377 image pull c8b91775d855b99270fc5d22f3c6737e8cca01ef4c25c8b0362295e0746fa39b quay.io/ceph/grafana:10.4.0 2024-09-13T14:24:51.172 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:50 smithi104 podman[95611]: 2024-09-13 14:24:50.898204375 +0000 UTC m=+0.133595449 container create 2b565abc8cf3932dcc08ba4f9a3abee61629f86392f4fe7efb1984d60726cb7f (image=quay.io/ceph/grafana:10.4.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a, maintainer=Grafana Labs ) 2024-09-13T14:24:51.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:51 smithi071 ceph-mon[29588]: from='client.25004 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:24:51.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:51 smithi071 ceph-mon[29588]: osdmap e318: 8 total, 8 up, 8 in 2024-09-13T14:24:51.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:51 smithi071 ceph-mon[29588]: pgmap v159: 89 pgs: 89 active+clean; 198 MiB data, 681 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1.2 MiB/s wr, 6 op/s 2024-09-13T14:24:51.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:51 smithi071 ceph-mon[41109]: from='client.25004 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:24:51.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:51 smithi071 ceph-mon[41109]: osdmap e318: 8 total, 8 up, 8 in 2024-09-13T14:24:51.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:51 smithi071 ceph-mon[41109]: pgmap v159: 89 pgs: 89 active+clean; 198 MiB data, 681 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1.2 MiB/s wr, 6 op/s 2024-09-13T14:24:51.430 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 podman[95611]: 2024-09-13 14:24:51.174964601 +0000 UTC m=+0.410355689 container init 2b565abc8cf3932dcc08ba4f9a3abee61629f86392f4fe7efb1984d60726cb7f (image=quay.io/ceph/grafana:10.4.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a, maintainer=Grafana Labs ) 2024-09-13T14:24:51.430 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 podman[95611]: 2024-09-13 14:24:51.179819435 +0000 UTC m=+0.415210513 container start 2b565abc8cf3932dcc08ba4f9a3abee61629f86392f4fe7efb1984d60726cb7f (image=quay.io/ceph/grafana:10.4.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a, maintainer=Grafana Labs ) 2024-09-13T14:24:51.430 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 bash[95611]: 2b565abc8cf3932dcc08ba4f9a3abee61629f86392f4fe7efb1984d60726cb7f 2024-09-13T14:24:51.430 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 systemd[1]: Started Ceph grafana.a for 18f8172c-71da-11ef-bceb-c7b262605968. 2024-09-13T14:24:51.431 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=settings t=2024-09-13T14:24:51.303224171Z level=info msg="Starting Grafana" version=10.4.0 commit=03f502a94d17f7dc4e6c34acdf8428aedd986e4c branch=HEAD compiled=2024-09-13T14:24:51Z 2024-09-13T14:24:51.431 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=settings t=2024-09-13T14:24:51.30343219Z level=info msg="Config loaded from" file=/usr/share/grafana/conf/defaults.ini 2024-09-13T14:24:51.431 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=settings t=2024-09-13T14:24:51.303440747Z level=info msg="Config loaded from" file=/etc/grafana/grafana.ini 2024-09-13T14:24:51.431 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=settings t=2024-09-13T14:24:51.303443981Z level=info msg="Config overridden from command line" arg="default.paths.data=/var/lib/grafana" 2024-09-13T14:24:51.431 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=settings t=2024-09-13T14:24:51.303446891Z level=info msg="Config overridden from command line" arg="default.paths.logs=/var/log/grafana" 2024-09-13T14:24:51.431 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=settings t=2024-09-13T14:24:51.303449336Z level=info msg="Config overridden from command line" arg="default.paths.plugins=/var/lib/grafana/plugins" 2024-09-13T14:24:51.431 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=settings t=2024-09-13T14:24:51.303451772Z level=info msg="Config overridden from command line" arg="default.paths.provisioning=/etc/grafana/provisioning" 2024-09-13T14:24:51.431 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=settings t=2024-09-13T14:24:51.303454601Z level=info msg="Config overridden from command line" arg="default.log.mode=console" 2024-09-13T14:24:51.431 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=settings t=2024-09-13T14:24:51.30345842Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_DATA=/var/lib/grafana" 2024-09-13T14:24:51.431 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=settings t=2024-09-13T14:24:51.303461057Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_LOGS=/var/log/grafana" 2024-09-13T14:24:51.432 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=settings t=2024-09-13T14:24:51.303463495Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2024-09-13T14:24:51.432 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=settings t=2024-09-13T14:24:51.303465906Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2024-09-13T14:24:51.432 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=settings t=2024-09-13T14:24:51.303468521Z level=info msg=Target target=[all] 2024-09-13T14:24:51.432 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=settings t=2024-09-13T14:24:51.303474041Z level=info msg="Path Home" path=/usr/share/grafana 2024-09-13T14:24:51.432 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=settings t=2024-09-13T14:24:51.303479357Z level=info msg="Path Data" path=/var/lib/grafana 2024-09-13T14:24:51.432 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=settings t=2024-09-13T14:24:51.303481911Z level=info msg="Path Logs" path=/var/log/grafana 2024-09-13T14:24:51.432 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=settings t=2024-09-13T14:24:51.30348484Z level=info msg="Path Plugins" path=/var/lib/grafana/plugins 2024-09-13T14:24:51.432 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=settings t=2024-09-13T14:24:51.303487274Z level=info msg="Path Provisioning" path=/etc/grafana/provisioning 2024-09-13T14:24:51.432 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=settings t=2024-09-13T14:24:51.303489771Z level=info msg="App mode production" 2024-09-13T14:24:51.432 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=sqlstore t=2024-09-13T14:24:51.303725925Z level=info msg="Connecting to DB" dbtype=sqlite3 2024-09-13T14:24:51.432 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=sqlstore t=2024-09-13T14:24:51.303737762Z 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-09-13T14:24:51.432 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.304313209Z level=info msg="Starting DB migrations" 2024-09-13T14:24:51.432 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.316894003Z level=info msg="Executing migration" id="Add uid column to user" 2024-09-13T14:24:51.433 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.322523174Z level=info msg="Migration successfully executed" id="Add uid column to user" duration=5.625584ms 2024-09-13T14:24:51.433 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.322991684Z level=info msg="Executing migration" id="Update uid column values for users" 2024-09-13T14:24:51.433 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.323128652Z level=info msg="Migration successfully executed" id="Update uid column values for users" duration=138.231µs 2024-09-13T14:24:51.433 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.323541525Z level=info msg="Executing migration" id="Add unique index user_uid" 2024-09-13T14:24:51.433 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.324283208Z level=info msg="Migration successfully executed" id="Add unique index user_uid" duration=741.463µs 2024-09-13T14:24:51.433 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.326821451Z level=info msg="Executing migration" id="Add playlist column created_at" 2024-09-13T14:24:51.433 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.331880705Z level=info msg="Migration successfully executed" id="Add playlist column created_at" duration=5.057865ms 2024-09-13T14:24:51.433 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.332355083Z level=info msg="Executing migration" id="Add playlist column updated_at" 2024-09-13T14:24:51.433 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.337591263Z level=info msg="Migration successfully executed" id="Add playlist column updated_at" duration=5.235547ms 2024-09-13T14:24:51.433 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.338075448Z level=info msg="Executing migration" id="Add column uid in team" 2024-09-13T14:24:51.433 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.343494736Z level=info msg="Migration successfully executed" id="Add column uid in team" duration=5.416418ms 2024-09-13T14:24:51.433 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.343876188Z level=info msg="Executing migration" id="Update uid column values in team" 2024-09-13T14:24:51.433 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.344005905Z level=info msg="Migration successfully executed" id="Update uid column values in team" duration=129.876µs 2024-09-13T14:24:51.434 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.346700178Z level=info msg="Executing migration" id="Add unique index team_org_id_uid" 2024-09-13T14:24:51.434 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.347473193Z level=info msg="Migration successfully executed" id="Add unique index team_org_id_uid" duration=772.858µs 2024-09-13T14:24:51.434 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.349427098Z level=info msg="Executing migration" id="add index user_auth_token.revoked_at" 2024-09-13T14:24:51.434 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.350144532Z level=info msg="Migration successfully executed" id="add index user_auth_token.revoked_at" duration=716.496µs 2024-09-13T14:24:51.434 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.35214606Z level=info msg="Executing migration" id="add result_fingerprint column to alert_instance" 2024-09-13T14:24:51.434 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.35752924Z level=info msg="Migration successfully executed" id="add result_fingerprint column to alert_instance" duration=5.3827ms 2024-09-13T14:24:51.434 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.35797468Z level=info msg="Executing migration" id="add last_applied column to alert_configuration_history" 2024-09-13T14:24:51.434 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.363304429Z level=info msg="Migration successfully executed" id="add last_applied column to alert_configuration_history" duration=5.327336ms 2024-09-13T14:24:51.434 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.363732669Z level=info msg="Executing migration" id="alter library_element model to mediumtext" 2024-09-13T14:24:51.434 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.363779287Z level=info msg="Migration successfully executed" id="alter library_element model to mediumtext" duration=47.54µs 2024-09-13T14:24:51.434 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.366461555Z level=info msg="Executing migration" id="permission kind migration" 2024-09-13T14:24:51.434 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.371474678Z level=info msg="Migration successfully executed" id="permission kind migration" duration=5.012211ms 2024-09-13T14:24:51.434 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.37183918Z level=info msg="Executing migration" id="permission attribute migration" 2024-09-13T14:24:51.435 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.376866013Z level=info msg="Migration successfully executed" id="permission attribute migration" duration=5.02533ms 2024-09-13T14:24:51.435 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.377281671Z level=info msg="Executing migration" id="permission identifier migration" 2024-09-13T14:24:51.435 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.382679069Z level=info msg="Migration successfully executed" id="permission identifier migration" duration=5.396959ms 2024-09-13T14:24:51.435 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.383077812Z level=info msg="Executing migration" id="add permission identifier index" 2024-09-13T14:24:51.435 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.383881106Z level=info msg="Migration successfully executed" id="add permission identifier index" duration=804.793µs 2024-09-13T14:24:51.435 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.385594018Z level=info msg="Executing migration" id="add permission action scope role_id index" 2024-09-13T14:24:51.436 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.386395827Z level=info msg="Migration successfully executed" id="add permission action scope role_id index" duration=802.086µs 2024-09-13T14:24:51.436 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.388109288Z level=info msg="Executing migration" id="remove permission role_id action scope index" 2024-09-13T14:24:51.436 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.388822694Z level=info msg="Migration successfully executed" id="remove permission role_id action scope index" duration=714.057µs 2024-09-13T14:24:51.436 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.39081243Z level=info msg="Executing migration" id="rbac disabled migrator" 2024-09-13T14:24:51.436 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.39083083Z level=info msg="Migration successfully executed" id="rbac disabled migrator" duration=18.511µs 2024-09-13T14:24:51.436 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.393540099Z level=info msg="Executing migration" id="drop index IDX_correlation_uid - v1" 2024-09-13T14:24:51.436 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.394267945Z level=info msg="Migration successfully executed" id="drop index IDX_correlation_uid - v1" duration=727.771µs 2024-09-13T14:24:51.436 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.396181755Z level=info msg="Executing migration" id="drop index IDX_correlation_source_uid - v1" 2024-09-13T14:24:51.436 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.396866818Z level=info msg="Migration successfully executed" id="drop index IDX_correlation_source_uid - v1" duration=685.027µs 2024-09-13T14:24:51.436 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.398794751Z level=info msg="Executing migration" id="Rename table correlation to correlation_tmp_qwerty - v1" 2024-09-13T14:24:51.437 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.413997114Z level=info msg="Migration successfully executed" id="Rename table correlation to correlation_tmp_qwerty - v1" duration=15.201726ms 2024-09-13T14:24:51.437 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.41446989Z level=info msg="Executing migration" id="create correlation v2" 2024-09-13T14:24:51.437 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.415224729Z level=info msg="Migration successfully executed" id="create correlation v2" duration=754.515µs 2024-09-13T14:24:51.437 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.41717564Z level=info msg="Executing migration" id="create index IDX_correlation_uid - v2" 2024-09-13T14:24:51.437 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.417879281Z level=info msg="Migration successfully executed" id="create index IDX_correlation_uid - v2" duration=703.375µs 2024-09-13T14:24:51.437 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.41993553Z level=info msg="Executing migration" id="create index IDX_correlation_source_uid - v2" 2024-09-13T14:24:51.437 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.420636442Z level=info msg="Migration successfully executed" id="create index IDX_correlation_source_uid - v2" duration=700.946µs 2024-09-13T14:24:51.437 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.421010837Z level=info msg="Executing migration" id="create index IDX_correlation_org_id - v2" 2024-09-13T14:24:51.437 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.421705693Z level=info msg="Migration successfully executed" id="create index IDX_correlation_org_id - v2" duration=695.14µs 2024-09-13T14:24:51.437 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.422085935Z level=info msg="Executing migration" id="copy correlation v1 to v2" 2024-09-13T14:24:51.437 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.422253214Z level=info msg="Migration successfully executed" id="copy correlation v1 to v2" duration=171.785µs 2024-09-13T14:24:51.437 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.422923817Z level=info msg="Executing migration" id="drop correlation_tmp_qwerty" 2024-09-13T14:24:51.438 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.423500175Z level=info msg="Migration successfully executed" id="drop correlation_tmp_qwerty" duration=574.868µs 2024-09-13T14:24:51.438 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.423864121Z level=info msg="Executing migration" id="add provisioning column" 2024-09-13T14:24:51.438 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.429034651Z level=info msg="Migration successfully executed" id="add provisioning column" duration=5.16939ms 2024-09-13T14:24:51.438 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.429480526Z level=info msg="Executing migration" id="backfill empty share column fields with default of public" 2024-09-13T14:24:51.438 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.42964539Z level=info msg="Migration successfully executed" id="backfill empty share column fields with default of public" duration=162.632µs 2024-09-13T14:24:51.438 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.430325526Z level=info msg="Executing migration" id="migrate contents column to mediumblob for MySQL" 2024-09-13T14:24:51.438 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.43037648Z level=info msg="Migration successfully executed" id="migrate contents column to mediumblob for MySQL" duration=49.119µs 2024-09-13T14:24:51.438 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.431188033Z level=info msg="Executing migration" id="add origin column to seed_assignment" 2024-09-13T14:24:51.697 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.437581035Z level=info msg="Migration successfully executed" id="add origin column to seed_assignment" duration=6.391975ms 2024-09-13T14:24:51.697 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.437977979Z level=info msg="Executing migration" id="add origin to plugin seed_assignment" 2024-09-13T14:24:51.698 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.438183018Z level=info msg="Migration successfully executed" id="add origin to plugin seed_assignment" duration=205.594µs 2024-09-13T14:24:51.698 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.438775257Z level=info msg="Executing migration" id="prevent seeding OnCall access" 2024-09-13T14:24:51.698 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.438894602Z level=info msg="Migration successfully executed" id="prevent seeding OnCall access" duration=117.802µs 2024-09-13T14:24:51.698 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.439357806Z level=info msg="Executing migration" id="managed folder permissions library panel actions migration" 2024-09-13T14:24:51.698 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.440280023Z level=info msg="Migration successfully executed" id="managed folder permissions library panel actions migration" duration=921.61µs 2024-09-13T14:24:51.698 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.440614223Z level=info msg="Executing migration" id="Remove unique index for folder.title and folder.parent_uid" 2024-09-13T14:24:51.698 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.441307195Z level=info msg="Migration successfully executed" id="Remove unique index for folder.title and folder.parent_uid" duration=692.408µs 2024-09-13T14:24:51.699 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.441635792Z level=info msg="Executing migration" id="Add unique index for title, parent_uid, and org_id" 2024-09-13T14:24:51.700 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.442401968Z level=info msg="Migration successfully executed" id="Add unique index for title, parent_uid, and org_id" duration=766.033µs 2024-09-13T14:24:51.700 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.442734069Z level=info msg="Executing migration" id="Sync dashboard and folder table" 2024-09-13T14:24:51.700 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.4431159Z level=info msg="Migration successfully executed" id="Sync dashboard and folder table" duration=381.873µs 2024-09-13T14:24:51.700 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.443600079Z level=info msg="Executing migration" id="Remove ghost folders from the folder table" 2024-09-13T14:24:51.700 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.443785459Z level=info msg="Migration successfully executed" id="Remove ghost folders from the folder table" duration=185.097µs 2024-09-13T14:24:51.700 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.444164641Z level=info msg="Executing migration" id="Remove unique index UQE_folder_uid_org_id" 2024-09-13T14:24:51.700 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.444826207Z level=info msg="Migration successfully executed" id="Remove unique index UQE_folder_uid_org_id" duration=661.437µs 2024-09-13T14:24:51.701 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.445163691Z level=info msg="Executing migration" id="Add unique index UQE_folder_org_id_uid" 2024-09-13T14:24:51.701 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.445837961Z level=info msg="Migration successfully executed" id="Add unique index UQE_folder_org_id_uid" duration=675.11µs 2024-09-13T14:24:51.701 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.44617982Z level=info msg="Executing migration" id="Remove unique index UQE_folder_title_parent_uid_org_id" 2024-09-13T14:24:51.701 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.446834855Z level=info msg="Migration successfully executed" id="Remove unique index UQE_folder_title_parent_uid_org_id" duration=655.053µs 2024-09-13T14:24:51.702 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.447186267Z level=info msg="Executing migration" id="Add unique index UQE_folder_org_id_parent_uid_title" 2024-09-13T14:24:51.702 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.447866286Z level=info msg="Migration successfully executed" id="Add unique index UQE_folder_org_id_parent_uid_title" duration=679.833µs 2024-09-13T14:24:51.702 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.448202058Z level=info msg="Executing migration" id="Remove index IDX_folder_parent_uid_org_id" 2024-09-13T14:24:51.702 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.448849273Z level=info msg="Migration successfully executed" id="Remove index IDX_folder_parent_uid_org_id" duration=645.668µs 2024-09-13T14:24:51.702 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.449190431Z level=info msg="Executing migration" id="create anon_device table" 2024-09-13T14:24:51.702 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.44974277Z level=info msg="Migration successfully executed" id="create anon_device table" duration=552.074µs 2024-09-13T14:24:51.703 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.450081397Z level=info msg="Executing migration" id="add unique index anon_device.device_id" 2024-09-13T14:24:51.703 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.450746421Z level=info msg="Migration successfully executed" id="add unique index anon_device.device_id" duration=664.854µs 2024-09-13T14:24:51.703 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.451082729Z level=info msg="Executing migration" id="add index anon_device.updated_at" 2024-09-13T14:24:51.703 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.451736451Z level=info msg="Migration successfully executed" id="add index anon_device.updated_at" duration=653.514µs 2024-09-13T14:24:51.703 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.452108524Z level=info msg="Executing migration" id="create signing_key table" 2024-09-13T14:24:51.703 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.452661784Z level=info msg="Migration successfully executed" id="create signing_key table" duration=553.206µs 2024-09-13T14:24:51.703 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.45300576Z level=info msg="Executing migration" id="add unique index signing_key.key_id" 2024-09-13T14:24:51.703 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.453681483Z level=info msg="Migration successfully executed" id="add unique index signing_key.key_id" duration=672.77µs 2024-09-13T14:24:51.703 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.454029539Z level=info msg="Executing migration" id="set legacy alert migration status in kvstore" 2024-09-13T14:24:51.703 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.454690492Z level=info msg="Migration successfully executed" id="set legacy alert migration status in kvstore" duration=660.973µs 2024-09-13T14:24:51.703 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.455012395Z level=info msg="Executing migration" id="migrate record of created folders during legacy migration to kvstore" 2024-09-13T14:24:51.704 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.455430154Z level=info msg="Migration successfully executed" id="migrate record of created folders during legacy migration to kvstore" duration=418.036µs 2024-09-13T14:24:51.704 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.45581682Z level=info msg="Executing migration" id="Add folder_uid for dashboard" 2024-09-13T14:24:51.704 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.461025979Z level=info msg="Migration successfully executed" id="Add folder_uid for dashboard" duration=5.208982ms 2024-09-13T14:24:51.704 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.461388022Z level=info msg="Executing migration" id="Populate dashboard folder_uid column" 2024-09-13T14:24:51.704 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.463073238Z level=info msg="Migration successfully executed" id="Populate dashboard folder_uid column" duration=1.694086ms 2024-09-13T14:24:51.704 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.463610474Z level=info msg="Executing migration" id="Add unique index for dashboard_org_id_folder_uid_title" 2024-09-13T14:24:51.704 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.464526954Z level=info msg="Migration successfully executed" id="Add unique index for dashboard_org_id_folder_uid_title" duration=916.387µs 2024-09-13T14:24:51.704 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.46493732Z level=info msg="Executing migration" id="Delete unique index for dashboard_org_id_folder_id_title" 2024-09-13T14:24:51.704 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.465642426Z level=info msg="Migration successfully executed" id="Delete unique index for dashboard_org_id_folder_id_title" duration=709.752µs 2024-09-13T14:24:51.704 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.466005688Z level=info msg="Executing migration" id="Delete unique index for dashboard_org_id_folder_uid_title" 2024-09-13T14:24:51.704 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.466687432Z level=info msg="Migration successfully executed" id="Delete unique index for dashboard_org_id_folder_uid_title" duration=681.623µs 2024-09-13T14:24:51.705 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.467031946Z level=info msg="Executing migration" id="Add unique index for dashboard_org_id_folder_uid_title_is_folder" 2024-09-13T14:24:51.705 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.467871947Z level=info msg="Migration successfully executed" id="Add unique index for dashboard_org_id_folder_uid_title_is_folder" duration=839.617µs 2024-09-13T14:24:51.705 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.468225675Z level=info msg="Executing migration" id="Restore index for dashboard_org_id_folder_id_title" 2024-09-13T14:24:51.705 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.469024684Z level=info msg="Migration successfully executed" id="Restore index for dashboard_org_id_folder_id_title" duration=798.536µs 2024-09-13T14:24:51.705 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.469380727Z level=info msg="Executing migration" id="create sso_setting table" 2024-09-13T14:24:51.705 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.47012117Z level=info msg="Migration successfully executed" id="create sso_setting table" duration=741.095µs 2024-09-13T14:24:51.705 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.470481372Z level=info msg="Executing migration" id="copy kvstore migration status to each org" 2024-09-13T14:24:51.705 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.471140359Z level=info msg="Migration successfully executed" id="copy kvstore migration status to each org" duration=658.93µs 2024-09-13T14:24:51.705 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.471450489Z level=info msg="Executing migration" id="add back entry for orgid=0 migrated status" 2024-09-13T14:24:51.705 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.471845989Z level=info msg="Migration successfully executed" id="add back entry for orgid=0 migrated status" duration=395.381µs 2024-09-13T14:24:51.706 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.472184841Z level=info msg="Executing migration" id="alter kv_store.value to longtext" 2024-09-13T14:24:51.706 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.472222872Z level=info msg="Migration successfully executed" id="alter kv_store.value to longtext" duration=38.401µs 2024-09-13T14:24:51.706 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.473000272Z level=info msg="Executing migration" id="add notification_settings column to alert_rule table" 2024-09-13T14:24:51.706 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.478272788Z level=info msg="Migration successfully executed" id="add notification_settings column to alert_rule table" duration=5.269562ms 2024-09-13T14:24:51.706 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.478658853Z level=info msg="Executing migration" id="add notification_settings column to alert_rule_version table" 2024-09-13T14:24:51.706 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.48398774Z level=info msg="Migration successfully executed" id="add notification_settings column to alert_rule_version table" duration=5.328723ms 2024-09-13T14:24:51.706 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.484332694Z level=info msg="Executing migration" id="removing scope from alert.instances:read action migration" 2024-09-13T14:24:51.706 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.484547674Z level=info msg="Migration successfully executed" id="removing scope from alert.instances:read action migration" duration=215.263µs 2024-09-13T14:24:51.706 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=migrator t=2024-09-13T14:24:51.48491002Z level=info msg="migrations completed" performed=65 skipped=482 duration=168.061587ms 2024-09-13T14:24:51.706 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=sqlstore t=2024-09-13T14:24:51.485616631Z level=info msg="Created default organization" 2024-09-13T14:24:51.706 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=secrets t=2024-09-13T14:24:51.487680209Z level=info msg="Envelope encryption state" enabled=true currentprovider=secretKey.v1 2024-09-13T14:24:51.706 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=plugin.store t=2024-09-13T14:24:51.503553657Z level=info msg="Loading plugins..." 2024-09-13T14:24:51.707 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=local.finder t=2024-09-13T14:24:51.557657786Z level=warn msg="Skipping finding plugins as directory does not exist" path=/usr/share/grafana/plugins-bundled 2024-09-13T14:24:51.707 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=plugin.store t=2024-09-13T14:24:51.557681179Z level=info msg="Plugins loaded" count=55 duration=54.128995ms 2024-09-13T14:24:51.707 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=query_data t=2024-09-13T14:24:51.559672331Z level=info msg="Query Service initialization" 2024-09-13T14:24:51.707 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=live.push_http t=2024-09-13T14:24:51.5620548Z level=info msg="Live Push Gateway initialization" 2024-09-13T14:24:51.707 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=ngalert.migration t=2024-09-13T14:24:51.563190827Z level=info msg=Starting 2024-09-13T14:24:51.707 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=ngalert.state.manager t=2024-09-13T14:24:51.568638231Z level=info msg="Running in alternative execution of Error/NoData mode" 2024-09-13T14:24:51.707 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=infra.usagestats.collector t=2024-09-13T14:24:51.569967071Z level=info msg="registering usage stat providers" usageStatsProvidersLen=2 2024-09-13T14:24:51.707 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=provisioning.datasources t=2024-09-13T14:24:51.572718166Z level=info msg="deleted datasource based on configuration" name=Dashboard1 2024-09-13T14:24:51.707 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=provisioning.datasources t=2024-09-13T14:24:51.572986816Z level=info msg="inserting datasource from configuration" name=Dashboard1 uid=P43CA22E17D0F9596 2024-09-13T14:24:51.707 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=provisioning.alerting t=2024-09-13T14:24:51.60625533Z level=info msg="starting to provision alerting" 2024-09-13T14:24:51.707 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=provisioning.alerting t=2024-09-13T14:24:51.606272122Z level=info msg="finished to provision alerting" 2024-09-13T14:24:51.708 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=grafanaStorageLogger t=2024-09-13T14:24:51.60641403Z level=info msg="Storage starting" 2024-09-13T14:24:51.708 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=ngalert.state.manager t=2024-09-13T14:24:51.606713055Z level=info msg="Warming state cache for startup" 2024-09-13T14:24:51.708 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=http.server t=2024-09-13T14:24:51.609355933Z level=info msg="HTTP Server TLS settings" MinTLSVersion=TLS1.2 configuredciphers=TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA,TLS_RSA_WITH_AES_128_GCM_SHA256,TLS_RSA_WITH_AES_256_GCM_SHA384,TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA 2024-09-13T14:24:51.708 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=http.server t=2024-09-13T14:24:51.609802808Z level=info msg="HTTP Server Listen" address=[::]:3000 protocol=https subUrl= socket= 2024-09-13T14:24:51.708 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=ngalert.multiorg.alertmanager t=2024-09-13T14:24:51.609921798Z level=info msg="Starting MultiOrg Alertmanager" 2024-09-13T14:24:51.708 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=provisioning.dashboard t=2024-09-13T14:24:51.638758126Z level=info msg="starting to provision dashboards" 2024-09-13T14:24:51.708 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=ngalert.state.manager t=2024-09-13T14:24:51.646197571Z level=info msg="State cache has been initialized" states=0 duration=39.481837ms 2024-09-13T14:24:51.708 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=ngalert.scheduler t=2024-09-13T14:24:51.646236184Z level=info msg="Starting scheduler" tickInterval=10s maxAttempts=1 2024-09-13T14:24:51.708 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=ticker t=2024-09-13T14:24:51.646339083Z level=info msg=starting first_tick=2024-09-13T14:25:00Z 2024-09-13T14:24:51.708 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=plugins.update.checker t=2024-09-13T14:24:51.696494867Z level=info msg="Update check succeeded" duration=89.753499ms 2024-09-13T14:24:52.010 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=grafana.update.checker t=2024-09-13T14:24:51.704215855Z level=info msg="Update check succeeded" duration=94.188291ms 2024-09-13T14:24:52.010 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=sqlstore.transactions t=2024-09-13T14:24:51.745931215Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=0 code="database is locked" 2024-09-13T14:24:52.011 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=sqlstore.transactions t=2024-09-13T14:24:51.757167126Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=0 code="database is locked" 2024-09-13T14:24:52.011 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=provisioning.dashboard t=2024-09-13T14:24:51.845581082Z level=info msg="finished to provision dashboards" 2024-09-13T14:24:52.011 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=grafana-apiserver t=2024-09-13T14:24:51.869856331Z level=info msg="Adding GroupVersion playlist.grafana.app v0alpha1 to ResourceManager" 2024-09-13T14:24:52.011 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:24:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=grafana-apiserver t=2024-09-13T14:24:51.870424812Z level=info msg="Adding GroupVersion featuretoggle.grafana.app v0alpha1 to ResourceManager" 2024-09-13T14:24:52.020 INFO:tasks.rados.rados.0.smithi071.stdout:981: done (2 left) 2024-09-13T14:24:52.021 INFO:tasks.rados.rados.0.smithi071.stdout:982: snap_remove snap 100 2024-09-13T14:24:52.303 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:52 smithi104 ceph-mon[33426]: osdmap e319: 8 total, 8 up, 8 in 2024-09-13T14:24:52.303 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:52 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:52.303 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:52 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:52.303 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:52 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:24:52.303 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:52 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:24:52.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:52 smithi071 ceph-mon[29588]: osdmap e319: 8 total, 8 up, 8 in 2024-09-13T14:24:52.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:52 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:52.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:52 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:52.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:52 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:24:52.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:52 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:24:52.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:52 smithi071 ceph-mon[41109]: osdmap e319: 8 total, 8 up, 8 in 2024-09-13T14:24:52.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:52 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:52.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:52 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:52.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:52 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:24:52.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:52 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:24:53.022 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:24:52 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:24:52] "GET /metrics HTTP/1.1" 200 36275 "" "Prometheus/2.51.0" 2024-09-13T14:24:53.028 INFO:tasks.rados.rados.0.smithi071.stdout:982: done (2 left) 2024-09-13T14:24:53.029 INFO:tasks.rados.rados.0.smithi071.stdout:983: delete oid 22 current snap is 123 2024-09-13T14:24:53.029 INFO:tasks.rados.rados.0.smithi071.stdout:976: expect (ObjNum 257 snap 79 seq_num 257) 2024-09-13T14:24:53.162 INFO:tasks.rados.rados.0.smithi071.stdout:980: finishing write tid 1 to smithi07185159-46 2024-09-13T14:24:53.163 INFO:tasks.rados.rados.0.smithi071.stdout:980: finishing write tid 2 to smithi07185159-46 2024-09-13T14:24:53.163 INFO:tasks.rados.rados.0.smithi071.stdout:980: finishing write tid 3 to smithi07185159-46 2024-09-13T14:24:53.163 INFO:tasks.rados.rados.0.smithi071.stdout:980: finishing write tid 4 to smithi07185159-46 2024-09-13T14:24:53.163 INFO:tasks.rados.rados.0.smithi071.stdout:980: oid 46 updating version 0 to 544 2024-09-13T14:24:53.163 INFO:tasks.rados.rados.0.smithi071.stdout:980: oid 46 version 544 is already newer than 543 2024-09-13T14:24:53.163 INFO:tasks.rados.rados.0.smithi071.stdout:980: oid 46 updating version 544 to 545 2024-09-13T14:24:53.163 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 46 v 545 (ObjNum 398 snap 123 seq_num 398) dirty exists 2024-09-13T14:24:53.163 INFO:tasks.rados.rados.0.smithi071.stdout:980: left oid 46 (ObjNum 398 snap 123 seq_num 398) 2024-09-13T14:24:53.163 INFO:tasks.rados.rados.0.smithi071.stdout:976: done (2 left) 2024-09-13T14:24:53.163 INFO:tasks.rados.rados.0.smithi071.stdout:980: done (1 left) 2024-09-13T14:24:53.163 INFO:tasks.rados.rados.0.smithi071.stdout:983: done (0 left) 2024-09-13T14:24:53.163 INFO:tasks.rados.rados.0.smithi071.stdout:984: snap_remove snap 107 2024-09-13T14:24:53.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:53 smithi104 ceph-mon[33426]: osdmap e320: 8 total, 8 up, 8 in 2024-09-13T14:24:53.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:53 smithi104 ceph-mon[33426]: pgmap v162: 89 pgs: 89 active+clean; 195 MiB data, 683 MiB used, 715 GiB / 715 GiB avail; 8.7 MiB/s rd, 1.3 MiB/s wr, 13 op/s 2024-09-13T14:24:53.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:53 smithi071 ceph-mon[29588]: osdmap e320: 8 total, 8 up, 8 in 2024-09-13T14:24:53.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:53 smithi071 ceph-mon[29588]: pgmap v162: 89 pgs: 89 active+clean; 195 MiB data, 683 MiB used, 715 GiB / 715 GiB avail; 8.7 MiB/s rd, 1.3 MiB/s wr, 13 op/s 2024-09-13T14:24:53.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:53 smithi071 ceph-mon[41109]: osdmap e320: 8 total, 8 up, 8 in 2024-09-13T14:24:53.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:53 smithi071 ceph-mon[41109]: pgmap v162: 89 pgs: 89 active+clean; 195 MiB data, 683 MiB used, 715 GiB / 715 GiB avail; 8.7 MiB/s rd, 1.3 MiB/s wr, 13 op/s 2024-09-13T14:24:54.036 INFO:tasks.rados.rados.0.smithi071.stdout:984: done (0 left) 2024-09-13T14:24:54.037 INFO:tasks.rados.rados.0.smithi071.stdout:985: snap_remove snap 105 2024-09-13T14:24:54.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:54 smithi104 ceph-mon[33426]: osdmap e321: 8 total, 8 up, 8 in 2024-09-13T14:24:54.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:54 smithi071 ceph-mon[29588]: osdmap e321: 8 total, 8 up, 8 in 2024-09-13T14:24:54.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:54 smithi071 ceph-mon[41109]: osdmap e321: 8 total, 8 up, 8 in 2024-09-13T14:24:55.037 INFO:tasks.rados.rados.0.smithi071.stdout:985: done (0 left) 2024-09-13T14:24:55.037 INFO:tasks.rados.rados.0.smithi071.stdout:986: rollback oid 30 current snap is 123 2024-09-13T14:24:55.037 INFO:tasks.rados.rados.0.smithi071.stdout:986: done (0 left) 2024-09-13T14:24:55.037 INFO:tasks.rados.rados.0.smithi071.stdout:987: read oid 17 snap -1 2024-09-13T14:24:55.037 INFO:tasks.rados.rados.0.smithi071.stdout:987: expect (ObjNum 390 snap 121 seq_num 390) 2024-09-13T14:24:55.038 INFO:tasks.rados.rados.0.smithi071.stdout:988: rollback oid 21 current snap is 123 2024-09-13T14:24:55.038 INFO:tasks.rados.rados.0.smithi071.stdout:988: done (1 left) 2024-09-13T14:24:55.038 INFO:tasks.rados.rados.0.smithi071.stdout:989: read oid 22 snap -1 2024-09-13T14:24:55.038 INFO:tasks.rados.rados.0.smithi071.stdout:989: expect deleted 2024-09-13T14:24:55.038 INFO:tasks.rados.rados.0.smithi071.stdout:990: read oid 47 snap -1 2024-09-13T14:24:55.038 INFO:tasks.rados.rados.0.smithi071.stdout:990: expect deleted 2024-09-13T14:24:55.039 INFO:tasks.rados.rados.0.smithi071.stdout:991: rollback oid 27 current snap is 123 2024-09-13T14:24:55.039 INFO:tasks.rados.rados.0.smithi071.stdout:991: done (3 left) 2024-09-13T14:24:55.039 INFO:tasks.rados.rados.0.smithi071.stdout:992: write oid 32 current snap is 123 2024-09-13T14:24:55.039 INFO:tasks.rados.rados.0.smithi071.stdout:992: seq_num 400 ranges {722800=549956,2040562=682238} 2024-09-13T14:24:55.044 INFO:tasks.rados.rados.0.smithi071.stdout:992: writing smithi07185159-32 from 722800 to 1272756 tid 1 2024-09-13T14:24:55.053 INFO:tasks.rados.rados.0.smithi071.stdout:992: writing smithi07185159-32 from 2040562 to 2722800 tid 2 2024-09-13T14:24:55.053 INFO:tasks.rados.rados.0.smithi071.stdout:993: snap_create 2024-09-13T14:24:55.053 INFO:tasks.rados.rados.0.smithi071.stdout:987: expect (ObjNum 390 snap 121 seq_num 390) 2024-09-13T14:24:55.168 INFO:tasks.rados.rados.0.smithi071.stdout:992: finishing write tid 1 to smithi07185159-32 2024-09-13T14:24:55.169 INFO:tasks.rados.rados.0.smithi071.stdout:992: finishing write tid 2 to smithi07185159-32 2024-09-13T14:24:55.169 INFO:tasks.rados.rados.0.smithi071.stdout:992: finishing write tid 3 to smithi07185159-32 2024-09-13T14:24:55.169 INFO:tasks.rados.rados.0.smithi071.stdout:992: finishing write tid 4 to smithi07185159-32 2024-09-13T14:24:55.169 INFO:tasks.rados.rados.0.smithi071.stdout:992: oid 32 updating version 0 to 104 2024-09-13T14:24:55.169 INFO:tasks.rados.rados.0.smithi071.stdout:992: oid 32 version 104 is already newer than 102 2024-09-13T14:24:55.169 INFO:tasks.rados.rados.0.smithi071.stdout:992: oid 32 version 104 is already newer than 103 2024-09-13T14:24:55.169 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 32 v 104 (ObjNum 400 snap 123 seq_num 400) dirty exists 2024-09-13T14:24:55.169 INFO:tasks.rados.rados.0.smithi071.stdout:992: left oid 32 (ObjNum 400 snap 123 seq_num 400) 2024-09-13T14:24:55.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:55 smithi071 ceph-mon[29588]: osdmap e322: 8 total, 8 up, 8 in 2024-09-13T14:24:55.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:55 smithi071 ceph-mon[29588]: pgmap v165: 89 pgs: 89 active+clean; 198 MiB data, 681 MiB used, 715 GiB / 715 GiB avail; 8.7 MiB/s rd, 1.6 MiB/s wr, 14 op/s 2024-09-13T14:24:55.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:55 smithi071 ceph-mon[41109]: osdmap e322: 8 total, 8 up, 8 in 2024-09-13T14:24:55.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:55 smithi071 ceph-mon[41109]: pgmap v165: 89 pgs: 89 active+clean; 198 MiB data, 681 MiB used, 715 GiB / 715 GiB avail; 8.7 MiB/s rd, 1.6 MiB/s wr, 14 op/s 2024-09-13T14:24:55.419 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:55 smithi104 ceph-mon[33426]: osdmap e322: 8 total, 8 up, 8 in 2024-09-13T14:24:55.419 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:55 smithi104 ceph-mon[33426]: pgmap v165: 89 pgs: 89 active+clean; 198 MiB data, 681 MiB used, 715 GiB / 715 GiB avail; 8.7 MiB/s rd, 1.6 MiB/s wr, 14 op/s 2024-09-13T14:24:56.052 INFO:tasks.rados.rados.0.smithi071.stdout:987: done (4 left) 2024-09-13T14:24:56.053 INFO:tasks.rados.rados.0.smithi071.stdout:989: done (3 left) 2024-09-13T14:24:56.053 INFO:tasks.rados.rados.0.smithi071.stdout:990: done (2 left) 2024-09-13T14:24:56.053 INFO:tasks.rados.rados.0.smithi071.stdout:992: done (1 left) 2024-09-13T14:24:56.053 INFO:tasks.rados.rados.0.smithi071.stdout:993: done (0 left) 2024-09-13T14:24:56.053 INFO:tasks.rados.rados.0.smithi071.stdout:994: read oid 44 snap 123 2024-09-13T14:24:56.054 INFO:tasks.rados.rados.0.smithi071.stdout:994: expect (ObjNum 324 snap 101 seq_num 324) 2024-09-13T14:24:56.054 INFO:tasks.rados.rados.0.smithi071.stdout:995: rollback oid 49 current snap is 124 2024-09-13T14:24:56.054 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 49 to 123 2024-09-13T14:24:56.054 INFO:tasks.rados.rados.0.smithi071.stdout:996: write oid 5 current snap is 124 2024-09-13T14:24:56.054 INFO:tasks.rados.rados.0.smithi071.stdout:996: seq_num 401 ranges {739607=625205,1982691=499457} 2024-09-13T14:24:56.059 INFO:tasks.rados.rados.0.smithi071.stdout:996: writing smithi07185159-5 from 739607 to 1364812 tid 1 2024-09-13T14:24:56.067 INFO:tasks.rados.rados.0.smithi071.stdout:996: writing smithi07185159-5 from 1982691 to 2482148 tid 2 2024-09-13T14:24:56.067 INFO:tasks.rados.rados.0.smithi071.stdout:997: read oid 13 snap -1 2024-09-13T14:24:56.067 INFO:tasks.rados.rados.0.smithi071.stdout:997: expect (ObjNum 271 snap 86 seq_num 271) 2024-09-13T14:24:56.067 INFO:tasks.rados.rados.0.smithi071.stdout:998: write oid 34 current snap is 124 2024-09-13T14:24:56.067 INFO:tasks.rados.rados.0.smithi071.stdout:995: finishing rollback tid 0 to smithi07185159-49 2024-09-13T14:24:56.067 INFO:tasks.rados.rados.0.smithi071.stdout:995: finishing rollback tid 1 to smithi07185159-49 2024-09-13T14:24:56.067 INFO:tasks.rados.rados.0.smithi071.stdout:995: finishing rollback tid 2 to smithi07185159-49 2024-09-13T14:24:56.067 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 49 v 500 (ObjNum 342 snap 105 seq_num 342) dirty exists 2024-09-13T14:24:56.068 INFO:tasks.rados.rados.0.smithi071.stdout:996: finishing write tid 1 to smithi07185159-5 2024-09-13T14:24:56.068 INFO:tasks.rados.rados.0.smithi071.stdout:998: seq_num 402 ranges {756414=700454,2041173=715241} 2024-09-13T14:24:56.075 INFO:tasks.rados.rados.0.smithi071.stdout:998: writing smithi07185159-34 from 756414 to 1456868 tid 1 2024-09-13T14:24:56.084 INFO:tasks.rados.rados.0.smithi071.stdout:998: writing smithi07185159-34 from 2041173 to 2756414 tid 2 2024-09-13T14:24:56.084 INFO:tasks.rados.rados.0.smithi071.stdout:995: done (4 left) 2024-09-13T14:24:56.084 INFO:tasks.rados.rados.0.smithi071.stdout:999: read oid 50 snap 123 2024-09-13T14:24:56.084 INFO:tasks.rados.rados.0.smithi071.stdout:999: expect deleted 2024-09-13T14:24:56.084 INFO:tasks.rados.rados.0.smithi071.stdout:1000: snap_create 2024-09-13T14:24:56.084 INFO:tasks.rados.rados.0.smithi071.stdout:996: finishing write tid 2 to smithi07185159-5 2024-09-13T14:24:56.085 INFO:tasks.rados.rados.0.smithi071.stdout:994: expect (ObjNum 324 snap 101 seq_num 324) 2024-09-13T14:24:56.242 INFO:tasks.rados.rados.0.smithi071.stdout:996: finishing write tid 3 to smithi07185159-5 2024-09-13T14:24:56.242 INFO:tasks.rados.rados.0.smithi071.stdout:996: finishing write tid 4 to smithi07185159-5 2024-09-13T14:24:56.242 INFO:tasks.rados.rados.0.smithi071.stdout:996: oid 5 updating version 0 to 1118 2024-09-13T14:24:56.242 INFO:tasks.rados.rados.0.smithi071.stdout:996: oid 5 version 1118 is already newer than 1117 2024-09-13T14:24:56.242 INFO:tasks.rados.rados.0.smithi071.stdout:996: oid 5 version 1118 is already newer than 1116 2024-09-13T14:24:56.242 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 5 v 1118 (ObjNum 401 snap 124 seq_num 401) dirty exists 2024-09-13T14:24:56.243 INFO:tasks.rados.rados.0.smithi071.stdout:996: left oid 5 (ObjNum 401 snap 124 seq_num 401) 2024-09-13T14:24:56.243 INFO:tasks.rados.rados.0.smithi071.stdout:997: expect (ObjNum 271 snap 86 seq_num 271) 2024-09-13T14:24:56.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:56 smithi071 ceph-mon[29588]: osdmap e323: 8 total, 8 up, 8 in 2024-09-13T14:24:56.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:56 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:56.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:56 smithi071 ceph-mon[41109]: osdmap e323: 8 total, 8 up, 8 in 2024-09-13T14:24:56.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:56 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:56.420 INFO:tasks.rados.rados.0.smithi071.stdout:998: finishing write tid 1 to smithi07185159-34 2024-09-13T14:24:56.420 INFO:tasks.rados.rados.0.smithi071.stdout:998: finishing write tid 2 to smithi07185159-34 2024-09-13T14:24:56.420 INFO:tasks.rados.rados.0.smithi071.stdout:998: finishing write tid 3 to smithi07185159-34 2024-09-13T14:24:56.420 INFO:tasks.rados.rados.0.smithi071.stdout:998: finishing write tid 4 to smithi07185159-34 2024-09-13T14:24:56.420 INFO:tasks.rados.rados.0.smithi071.stdout:998: oid 34 updating version 0 to 149 2024-09-13T14:24:56.420 INFO:tasks.rados.rados.0.smithi071.stdout:998: oid 34 updating version 149 to 150 2024-09-13T14:24:56.421 INFO:tasks.rados.rados.0.smithi071.stdout:998: oid 34 updating version 150 to 151 2024-09-13T14:24:56.421 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 34 v 151 (ObjNum 402 snap 124 seq_num 402) dirty exists 2024-09-13T14:24:56.421 INFO:tasks.rados.rados.0.smithi071.stdout:998: left oid 34 (ObjNum 402 snap 124 seq_num 402) 2024-09-13T14:24:56.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:56 smithi104 ceph-mon[33426]: osdmap e323: 8 total, 8 up, 8 in 2024-09-13T14:24:56.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:56 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:57.052 INFO:tasks.rados.rados.0.smithi071.stdout:994: done (5 left) 2024-09-13T14:24:57.053 INFO:tasks.rados.rados.0.smithi071.stdout:996: done (4 left) 2024-09-13T14:24:57.053 INFO:tasks.rados.rados.0.smithi071.stdout:997: done (3 left) 2024-09-13T14:24:57.053 INFO:tasks.rados.rados.0.smithi071.stdout:998: done (2 left) 2024-09-13T14:24:57.053 INFO:tasks.rados.rados.0.smithi071.stdout:999: done (1 left) 2024-09-13T14:24:57.053 INFO:tasks.rados.rados.0.smithi071.stdout:1000: done (0 left) 2024-09-13T14:24:57.053 INFO:tasks.rados.rados.0.smithi071.stdout:1001: snap_create 2024-09-13T14:24:57.292 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:57 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:57.292 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:57 smithi071 ceph-mon[29588]: osdmap e324: 8 total, 8 up, 8 in 2024-09-13T14:24:57.292 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:57 smithi071 ceph-mon[29588]: pgmap v168: 89 pgs: 89 active+clean; 198 MiB data, 681 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 321 KiB/s wr, 1 op/s 2024-09-13T14:24:57.292 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:57 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:57.292 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:57 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:57.292 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:57 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:57.293 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:57 smithi071 ceph-mon[41109]: osdmap e324: 8 total, 8 up, 8 in 2024-09-13T14:24:57.293 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:57 smithi071 ceph-mon[41109]: pgmap v168: 89 pgs: 89 active+clean; 198 MiB data, 681 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 321 KiB/s wr, 1 op/s 2024-09-13T14:24:57.293 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:57 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:57.293 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:57 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:57.397 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:57 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:57.397 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:57 smithi104 ceph-mon[33426]: osdmap e324: 8 total, 8 up, 8 in 2024-09-13T14:24:57.397 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:57 smithi104 ceph-mon[33426]: pgmap v168: 89 pgs: 89 active+clean; 198 MiB data, 681 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 321 KiB/s wr, 1 op/s 2024-09-13T14:24:57.397 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:57 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:57.398 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:57 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:24:57.887 INFO:tasks.rados.rados.0.smithi071.stdout:1001: done (0 left) 2024-09-13T14:24:57.887 INFO:tasks.rados.rados.0.smithi071.stdout:1002: rollback oid 43 current snap is 126 2024-09-13T14:24:57.887 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 43 to 124 2024-09-13T14:24:57.887 INFO:tasks.rados.rados.0.smithi071.stdout:1003: rollback oid 11 current snap is 126 2024-09-13T14:24:57.888 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 11 to 125 2024-09-13T14:24:57.888 INFO:tasks.rados.rados.0.smithi071.stdout:1004: snap_create 2024-09-13T14:24:57.891 INFO:tasks.rados.rados.0.smithi071.stdout:1002: finishing rollback tid 1 to smithi07185159-43 2024-09-13T14:24:57.891 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 43 v 0 (ObjNum 273 snap 0 seq_num 0) dirty dne 2024-09-13T14:24:57.893 INFO:tasks.rados.rados.0.smithi071.stdout:1003: finishing rollback tid 0 to smithi07185159-11 2024-09-13T14:24:57.894 INFO:tasks.rados.rados.0.smithi071.stdout:1003: finishing rollback tid 1 to smithi07185159-11 2024-09-13T14:24:57.894 INFO:tasks.rados.rados.0.smithi071.stdout:1003: finishing rollback tid 2 to smithi07185159-11 2024-09-13T14:24:57.894 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 11 v 694 (ObjNum 279 snap 88 seq_num 279) dirty exists 2024-09-13T14:24:58.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:58 smithi071 ceph-mon[29588]: osdmap e325: 8 total, 8 up, 8 in 2024-09-13T14:24:58.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:58 smithi071 ceph-mon[29588]: osdmap e326: 8 total, 8 up, 8 in 2024-09-13T14:24:58.304 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:58 smithi071 ceph-mon[41109]: osdmap e325: 8 total, 8 up, 8 in 2024-09-13T14:24:58.304 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:58 smithi071 ceph-mon[41109]: osdmap e326: 8 total, 8 up, 8 in 2024-09-13T14:24:58.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:58 smithi104 ceph-mon[33426]: osdmap e325: 8 total, 8 up, 8 in 2024-09-13T14:24:58.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:58 smithi104 ceph-mon[33426]: osdmap e326: 8 total, 8 up, 8 in 2024-09-13T14:24:58.888 INFO:tasks.rados.rados.0.smithi071.stdout:1002: done (2 left) 2024-09-13T14:24:58.888 INFO:tasks.rados.rados.0.smithi071.stdout:1003: done (1 left) 2024-09-13T14:24:58.889 INFO:tasks.rados.rados.0.smithi071.stdout:1004: done (0 left) 2024-09-13T14:24:58.889 INFO:tasks.rados.rados.0.smithi071.stdout:1005: delete oid 21 current snap is 127 2024-09-13T14:24:58.891 INFO:tasks.rados.rados.0.smithi071.stdout:1005: done (0 left) 2024-09-13T14:24:58.891 INFO:tasks.rados.rados.0.smithi071.stdout:1006: snap_remove snap 124 2024-09-13T14:24:59.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:59 smithi104 ceph-mon[33426]: pgmap v171: 89 pgs: 89 active+clean; 96 MiB data, 498 MiB used, 715 GiB / 715 GiB avail; 11 MiB/s rd, 922 KiB/s wr, 11 op/s 2024-09-13T14:24:59.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:24:59 smithi104 ceph-mon[33426]: osdmap e327: 8 total, 8 up, 8 in 2024-09-13T14:24:59.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:59 smithi071 ceph-mon[29588]: pgmap v171: 89 pgs: 89 active+clean; 96 MiB data, 498 MiB used, 715 GiB / 715 GiB avail; 11 MiB/s rd, 922 KiB/s wr, 11 op/s 2024-09-13T14:24:59.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:24:59 smithi071 ceph-mon[29588]: osdmap e327: 8 total, 8 up, 8 in 2024-09-13T14:24:59.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:59 smithi071 ceph-mon[41109]: pgmap v171: 89 pgs: 89 active+clean; 96 MiB data, 498 MiB used, 715 GiB / 715 GiB avail; 11 MiB/s rd, 922 KiB/s wr, 11 op/s 2024-09-13T14:24:59.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:24:59 smithi071 ceph-mon[41109]: osdmap e327: 8 total, 8 up, 8 in 2024-09-13T14:24:59.886 INFO:tasks.rados.rados.0.smithi071.stdout:1006: done (0 left) 2024-09-13T14:24:59.887 INFO:tasks.rados.rados.0.smithi071.stdout:1007: read oid 31 snap -1 2024-09-13T14:24:59.887 INFO:tasks.rados.rados.0.smithi071.stdout:1007: expect (ObjNum 393 snap 123 seq_num 393) 2024-09-13T14:24:59.887 INFO:tasks.rados.rados.0.smithi071.stdout:1008: snap_create 2024-09-13T14:24:59.901 INFO:tasks.rados.rados.0.smithi071.stdout:1007: expect (ObjNum 393 snap 123 seq_num 393) 2024-09-13T14:25:00.894 INFO:tasks.rados.rados.0.smithi071.stdout:1007: done (1 left) 2024-09-13T14:25:00.894 INFO:tasks.rados.rados.0.smithi071.stdout:1008: done (0 left) 2024-09-13T14:25:00.894 INFO:tasks.rados.rados.0.smithi071.stdout:1009: read oid 29 snap 125 2024-09-13T14:25:00.894 INFO:tasks.rados.rados.0.smithi071.stdout:1009: expect deleted 2024-09-13T14:25:00.894 INFO:tasks.rados.rados.0.smithi071.stdout:1010: delete oid 9 current snap is 128 2024-09-13T14:25:00.898 INFO:tasks.rados.rados.0.smithi071.stdout:1009: done (1 left) 2024-09-13T14:25:00.898 INFO:tasks.rados.rados.0.smithi071.stdout:1010: done (0 left) 2024-09-13T14:25:00.898 INFO:tasks.rados.rados.0.smithi071.stdout:1011: read oid 39 snap 127 2024-09-13T14:25:00.898 INFO:tasks.rados.rados.0.smithi071.stdout:1011: expect (ObjNum 388 snap 121 seq_num 388) 2024-09-13T14:25:00.898 INFO:tasks.rados.rados.0.smithi071.stdout:1012: read oid 16 snap -1 2024-09-13T14:25:00.898 INFO:tasks.rados.rados.0.smithi071.stdout:1012: expect deleted 2024-09-13T14:25:00.898 INFO:tasks.rados.rados.0.smithi071.stdout:1013: rollback oid 14 current snap is 128 2024-09-13T14:25:00.899 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 14 to 126 2024-09-13T14:25:00.899 INFO:tasks.rados.rados.0.smithi071.stdout:1014: delete oid 48 current snap is 128 2024-09-13T14:25:00.901 INFO:tasks.rados.rados.0.smithi071.stdout:1012: done (3 left) 2024-09-13T14:25:00.901 INFO:tasks.rados.rados.0.smithi071.stdout:1014: done (2 left) 2024-09-13T14:25:00.901 INFO:tasks.rados.rados.0.smithi071.stdout:1015: read oid 46 snap -1 2024-09-13T14:25:00.901 INFO:tasks.rados.rados.0.smithi071.stdout:1015: expect (ObjNum 398 snap 123 seq_num 398) 2024-09-13T14:25:00.902 INFO:tasks.rados.rados.0.smithi071.stdout:1016: write oid 38 current snap is 128 2024-09-13T14:25:00.902 INFO:tasks.rados.rados.0.smithi071.stdout:1016: seq_num 406 ranges {423642=717803,1875101=766806} 2024-09-13T14:25:00.907 INFO:tasks.rados.rados.0.smithi071.stdout:1016: writing smithi07185159-38 from 423642 to 1141445 tid 1 2024-09-13T14:25:00.916 INFO:tasks.rados.rados.0.smithi071.stdout:1016: writing smithi07185159-38 from 1875101 to 2641907 tid 2 2024-09-13T14:25:00.916 INFO:tasks.rados.rados.0.smithi071.stdout:1017: rollback oid 29 current snap is 128 2024-09-13T14:25:00.916 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 29 to 126 2024-09-13T14:25:00.916 INFO:tasks.rados.rados.0.smithi071.stdout:1018: read oid 22 snap 126 2024-09-13T14:25:00.917 INFO:tasks.rados.rados.0.smithi071.stdout:1018: expect deleted 2024-09-13T14:25:00.917 INFO:tasks.rados.rados.0.smithi071.stdout:1019: delete oid 48 current snap is 128 2024-09-13T14:25:00.917 INFO:tasks.rados.rados.0.smithi071.stdout:1011: expect (ObjNum 388 snap 121 seq_num 388) 2024-09-13T14:25:01.047 INFO:tasks.rados.rados.0.smithi071.stdout:1013: finishing rollback tid 0 to smithi07185159-14 2024-09-13T14:25:01.048 INFO:tasks.rados.rados.0.smithi071.stdout:1013: finishing rollback tid 1 to smithi07185159-14 2024-09-13T14:25:01.048 INFO:tasks.rados.rados.0.smithi071.stdout:1013: finishing rollback tid 2 to smithi07185159-14 2024-09-13T14:25:01.048 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 14 v 504 (ObjNum 349 snap 107 seq_num 349) dirty exists 2024-09-13T14:25:01.048 INFO:tasks.rados.rados.0.smithi071.stdout:1011: done (6 left) 2024-09-13T14:25:01.048 INFO:tasks.rados.rados.0.smithi071.stdout:1013: done (5 left) 2024-09-13T14:25:01.048 INFO:tasks.rados.rados.0.smithi071.stdout:1019: done (4 left) 2024-09-13T14:25:01.049 INFO:tasks.rados.rados.0.smithi071.stdout:1020: rollback oid 31 current snap is 128 2024-09-13T14:25:01.049 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 31 to 127 2024-09-13T14:25:01.049 INFO:tasks.rados.rados.0.smithi071.stdout:1015: expect (ObjNum 398 snap 123 seq_num 398) 2024-09-13T14:25:01.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:00 smithi071 ceph-mon[29588]: osdmap e328: 8 total, 8 up, 8 in 2024-09-13T14:25:01.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:00 smithi071 ceph-mon[29588]: pgmap v174: 89 pgs: 89 active+clean; 96 MiB data, 498 MiB used, 715 GiB / 715 GiB avail; 11 MiB/s rd, 922 KiB/s wr, 11 op/s 2024-09-13T14:25:01.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:00 smithi071 ceph-mon[41109]: osdmap e328: 8 total, 8 up, 8 in 2024-09-13T14:25:01.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:00 smithi071 ceph-mon[41109]: pgmap v174: 89 pgs: 89 active+clean; 96 MiB data, 498 MiB used, 715 GiB / 715 GiB avail; 11 MiB/s rd, 922 KiB/s wr, 11 op/s 2024-09-13T14:25:01.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:00 smithi104 ceph-mon[33426]: osdmap e328: 8 total, 8 up, 8 in 2024-09-13T14:25:01.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:00 smithi104 ceph-mon[33426]: pgmap v174: 89 pgs: 89 active+clean; 96 MiB data, 498 MiB used, 715 GiB / 715 GiB avail; 11 MiB/s rd, 922 KiB/s wr, 11 op/s 2024-09-13T14:25:01.205 INFO:tasks.rados.rados.0.smithi071.stdout:1016: finishing write tid 1 to smithi07185159-38 2024-09-13T14:25:01.206 INFO:tasks.rados.rados.0.smithi071.stdout:1017: finishing rollback tid 1 to smithi07185159-29 2024-09-13T14:25:01.206 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 29 v 0 (ObjNum 593 snap 0 seq_num 1961093192) dirty dne 2024-09-13T14:25:01.206 INFO:tasks.rados.rados.0.smithi071.stdout:1015: done (4 left) 2024-09-13T14:25:01.206 INFO:tasks.rados.rados.0.smithi071.stdout:1017: done (3 left) 2024-09-13T14:25:01.206 INFO:tasks.rados.rados.0.smithi071.stdout:1018: done (2 left) 2024-09-13T14:25:01.206 INFO:tasks.rados.rados.0.smithi071.stdout:1021: rollback oid 26 current snap is 128 2024-09-13T14:25:01.206 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 26 to 123 2024-09-13T14:25:01.206 INFO:tasks.rados.rados.0.smithi071.stdout:1016: finishing write tid 2 to smithi07185159-38 2024-09-13T14:25:01.206 INFO:tasks.rados.rados.0.smithi071.stdout:1016: finishing write tid 3 to smithi07185159-38 2024-09-13T14:25:01.206 INFO:tasks.rados.rados.0.smithi071.stdout:1016: finishing write tid 4 to smithi07185159-38 2024-09-13T14:25:01.206 INFO:tasks.rados.rados.0.smithi071.stdout:1016: oid 38 updating version 0 to 491 2024-09-13T14:25:01.206 INFO:tasks.rados.rados.0.smithi071.stdout:1016: oid 38 version 491 is already newer than 490 2024-09-13T14:25:01.206 INFO:tasks.rados.rados.0.smithi071.stdout:1016: oid 38 updating version 491 to 492 2024-09-13T14:25:01.206 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 38 v 492 (ObjNum 406 snap 128 seq_num 406) dirty exists 2024-09-13T14:25:01.207 INFO:tasks.rados.rados.0.smithi071.stdout:1016: left oid 38 (ObjNum 406 snap 128 seq_num 406) 2024-09-13T14:25:01.207 INFO:tasks.rados.rados.0.smithi071.stdout:1020: finishing rollback tid 0 to smithi07185159-31 2024-09-13T14:25:01.207 INFO:tasks.rados.rados.0.smithi071.stdout:1020: finishing rollback tid 1 to smithi07185159-31 2024-09-13T14:25:01.207 INFO:tasks.rados.rados.0.smithi071.stdout:1020: finishing rollback tid 2 to smithi07185159-31 2024-09-13T14:25:01.207 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 31 v 496 (ObjNum 393 snap 123 seq_num 393) dirty exists 2024-09-13T14:25:01.207 INFO:tasks.rados.rados.0.smithi071.stdout:1016: done (2 left) 2024-09-13T14:25:01.207 INFO:tasks.rados.rados.0.smithi071.stdout:1020: done (1 left) 2024-09-13T14:25:01.207 INFO:tasks.rados.rados.0.smithi071.stdout:1022: write oid 8 current snap is 128 2024-09-13T14:25:01.207 INFO:tasks.rados.rados.0.smithi071.stdout:1022: seq_num 408 ranges {457256=468301,1592065=770475,2854581=2675} 2024-09-13T14:25:01.210 INFO:tasks.rados.rados.0.smithi071.stdout:1022: writing smithi07185159-8 from 457256 to 925557 tid 1 2024-09-13T14:25:01.218 INFO:tasks.rados.rados.0.smithi071.stdout:1022: writing smithi07185159-8 from 1592065 to 2362540 tid 2 2024-09-13T14:25:01.221 INFO:tasks.rados.rados.0.smithi071.stdout:1022: writing smithi07185159-8 from 2854581 to 2857256 tid 3 2024-09-13T14:25:01.221 INFO:tasks.rados.rados.0.smithi071.stdout:1023: read oid 5 snap -1 2024-09-13T14:25:01.221 INFO:tasks.rados.rados.0.smithi071.stdout:1023: expect (ObjNum 401 snap 124 seq_num 401) 2024-09-13T14:25:01.221 INFO:tasks.rados.rados.0.smithi071.stdout:1024: snap_remove snap 127 2024-09-13T14:25:01.899 INFO:tasks.rados.rados.0.smithi071.stdout:1024: done (3 left) 2024-09-13T14:25:01.899 INFO:tasks.rados.rados.0.smithi071.stdout:1025: write oid 37 current snap is 128 2024-09-13T14:25:01.899 INFO:tasks.rados.rados.0.smithi071.stdout:1021: finishing rollback tid 0 to smithi07185159-26 2024-09-13T14:25:01.899 INFO:tasks.rados.rados.0.smithi071.stdout:1025: seq_num 409 ranges {474063=543550,1650547=514133,2765651=108412} 2024-09-13T14:25:01.905 INFO:tasks.rados.rados.0.smithi071.stdout:1025: writing smithi07185159-37 from 474063 to 1017613 tid 1 2024-09-13T14:25:01.911 INFO:tasks.rados.rados.0.smithi071.stdout:1025: writing smithi07185159-37 from 1650547 to 2164680 tid 2 2024-09-13T14:25:01.915 INFO:tasks.rados.rados.0.smithi071.stdout:1025: writing smithi07185159-37 from 2765651 to 2874063 tid 3 2024-09-13T14:25:01.915 INFO:tasks.rados.rados.0.smithi071.stdout:1026: snap_create 2024-09-13T14:25:01.915 INFO:tasks.rados.rados.0.smithi071.stdout:1021: finishing rollback tid 1 to smithi07185159-26 2024-09-13T14:25:01.916 INFO:tasks.rados.rados.0.smithi071.stdout:1021: finishing rollback tid 2 to smithi07185159-26 2024-09-13T14:25:01.916 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 26 v 304 (ObjNum 257 snap 79 seq_num 257) dirty exists 2024-09-13T14:25:01.916 INFO:tasks.rados.rados.0.smithi071.stdout:1022: finishing write tid 1 to smithi07185159-8 2024-09-13T14:25:01.916 INFO:tasks.rados.rados.0.smithi071.stdout:1022: finishing write tid 2 to smithi07185159-8 2024-09-13T14:25:01.916 INFO:tasks.rados.rados.0.smithi071.stdout:1022: finishing write tid 3 to smithi07185159-8 2024-09-13T14:25:01.916 INFO:tasks.rados.rados.0.smithi071.stdout:1022: finishing write tid 4 to smithi07185159-8 2024-09-13T14:25:01.916 INFO:tasks.rados.rados.0.smithi071.stdout:1022: finishing write tid 5 to smithi07185159-8 2024-09-13T14:25:01.916 INFO:tasks.rados.rados.0.smithi071.stdout:1022: oid 8 updating version 0 to 273 2024-09-13T14:25:01.916 INFO:tasks.rados.rados.0.smithi071.stdout:1022: oid 8 version 273 is already newer than 271 2024-09-13T14:25:01.916 INFO:tasks.rados.rados.0.smithi071.stdout:1022: oid 8 version 273 is already newer than 272 2024-09-13T14:25:01.916 INFO:tasks.rados.rados.0.smithi071.stdout:1022: oid 8 updating version 273 to 274 2024-09-13T14:25:01.916 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 8 v 274 (ObjNum 408 snap 128 seq_num 408) dirty exists 2024-09-13T14:25:01.917 INFO:tasks.rados.rados.0.smithi071.stdout:1022: left oid 8 (ObjNum 408 snap 128 seq_num 408) 2024-09-13T14:25:01.917 INFO:tasks.rados.rados.0.smithi071.stdout:1023: expect (ObjNum 401 snap 124 seq_num 401) 2024-09-13T14:25:02.004 INFO:tasks.rados.rados.0.smithi071.stdout:1025: finishing write tid 1 to smithi07185159-37 2024-09-13T14:25:02.004 INFO:tasks.rados.rados.0.smithi071.stdout:1025: finishing write tid 2 to smithi07185159-37 2024-09-13T14:25:02.004 INFO:tasks.rados.rados.0.smithi071.stdout:1025: finishing write tid 3 to smithi07185159-37 2024-09-13T14:25:02.004 INFO:tasks.rados.rados.0.smithi071.stdout:1025: finishing write tid 4 to smithi07185159-37 2024-09-13T14:25:02.004 INFO:tasks.rados.rados.0.smithi071.stdout:1025: finishing write tid 5 to smithi07185159-37 2024-09-13T14:25:02.004 INFO:tasks.rados.rados.0.smithi071.stdout:1025: oid 37 updating version 0 to 307 2024-09-13T14:25:02.004 INFO:tasks.rados.rados.0.smithi071.stdout:1025: oid 37 updating version 307 to 309 2024-09-13T14:25:02.004 INFO:tasks.rados.rados.0.smithi071.stdout:1025: oid 37 version 309 is already newer than 308 2024-09-13T14:25:02.005 INFO:tasks.rados.rados.0.smithi071.stdout:1025: oid 37 updating version 309 to 310 2024-09-13T14:25:02.005 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 37 v 310 (ObjNum 409 snap 128 seq_num 409) dirty exists 2024-09-13T14:25:02.005 INFO:tasks.rados.rados.0.smithi071.stdout:1025: left oid 37 (ObjNum 409 snap 128 seq_num 409) 2024-09-13T14:25:02.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:01 smithi071 ceph-mon[29588]: osdmap e329: 8 total, 8 up, 8 in 2024-09-13T14:25:02.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:01 smithi071 ceph-mon[41109]: osdmap e329: 8 total, 8 up, 8 in 2024-09-13T14:25:02.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:01 smithi104 ceph-mon[33426]: osdmap e329: 8 total, 8 up, 8 in 2024-09-13T14:25:02.885 INFO:tasks.rados.rados.0.smithi071.stdout:1021: done (4 left) 2024-09-13T14:25:02.886 INFO:tasks.rados.rados.0.smithi071.stdout:1022: done (3 left) 2024-09-13T14:25:02.886 INFO:tasks.rados.rados.0.smithi071.stdout:1023: done (2 left) 2024-09-13T14:25:02.886 INFO:tasks.rados.rados.0.smithi071.stdout:1025: done (1 left) 2024-09-13T14:25:02.886 INFO:tasks.rados.rados.0.smithi071.stdout:1026: done (0 left) 2024-09-13T14:25:02.886 INFO:tasks.rados.rados.0.smithi071.stdout:1027: read oid 15 snap -1 2024-09-13T14:25:02.886 INFO:tasks.rados.rados.0.smithi071.stdout:1027: expect (ObjNum 288 snap 90 seq_num 288) 2024-09-13T14:25:02.886 INFO:tasks.rados.rados.0.smithi071.stdout:1028: delete oid 48 current snap is 129 2024-09-13T14:25:02.896 INFO:tasks.rados.rados.0.smithi071.stdout:1027: expect (ObjNum 288 snap 90 seq_num 288) 2024-09-13T14:25:03.023 INFO:tasks.rados.rados.0.smithi071.stdout:1027: done (1 left) 2024-09-13T14:25:03.024 INFO:tasks.rados.rados.0.smithi071.stdout:1028: done (0 left) 2024-09-13T14:25:03.024 INFO:tasks.rados.rados.0.smithi071.stdout:1029: read oid 14 snap 125 2024-09-13T14:25:03.024 INFO:tasks.rados.rados.0.smithi071.stdout:1029: expect (ObjNum 349 snap 107 seq_num 349) 2024-09-13T14:25:03.024 INFO:tasks.rados.rados.0.smithi071.stdout:1030: write oid 15 current snap is 129 2024-09-13T14:25:03.024 INFO:tasks.rados.rados.0.smithi071.stdout:1030: seq_num 411 ranges {507677=410401,1367511=517802,2420497=487180} 2024-09-13T14:25:03.029 INFO:tasks.rados.rados.0.smithi071.stdout:1030: writing smithi07185159-15 from 507677 to 918078 tid 1 2024-09-13T14:25:03.034 INFO:tasks.rados.rados.0.smithi071.stdout:1030: writing smithi07185159-15 from 1367511 to 1885313 tid 2 2024-09-13T14:25:03.040 INFO:tasks.rados.rados.0.smithi071.stdout:1030: writing smithi07185159-15 from 2420497 to 2907677 tid 3 2024-09-13T14:25:03.040 INFO:tasks.rados.rados.0.smithi071.stdout:1031: read oid 9 snap -1 2024-09-13T14:25:03.040 INFO:tasks.rados.rados.0.smithi071.stdout:1031: expect deleted 2024-09-13T14:25:03.040 INFO:tasks.rados.rados.0.smithi071.stdout:1032: rollback oid 27 current snap is 129 2024-09-13T14:25:03.040 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 27 to 126 2024-09-13T14:25:03.041 INFO:tasks.rados.rados.0.smithi071.stdout:1029: expect (ObjNum 349 snap 107 seq_num 349) 2024-09-13T14:25:03.140 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:25:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:25:02] "GET /metrics HTTP/1.1" 200 36275 "" "Prometheus/2.51.0" 2024-09-13T14:25:03.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:02 smithi071 ceph-mon[29588]: osdmap e330: 8 total, 8 up, 8 in 2024-09-13T14:25:03.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:02 smithi071 ceph-mon[29588]: pgmap v177: 89 pgs: 89 active+clean; 103 MiB data, 506 MiB used, 715 GiB / 715 GiB avail; 9.2 MiB/s rd, 951 KiB/s wr, 15 op/s 2024-09-13T14:25:03.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:02 smithi071 ceph-mon[29588]: osdmap e331: 8 total, 8 up, 8 in 2024-09-13T14:25:03.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:02 smithi071 ceph-mon[41109]: osdmap e330: 8 total, 8 up, 8 in 2024-09-13T14:25:03.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:02 smithi071 ceph-mon[41109]: pgmap v177: 89 pgs: 89 active+clean; 103 MiB data, 506 MiB used, 715 GiB / 715 GiB avail; 9.2 MiB/s rd, 951 KiB/s wr, 15 op/s 2024-09-13T14:25:03.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:02 smithi071 ceph-mon[41109]: osdmap e331: 8 total, 8 up, 8 in 2024-09-13T14:25:03.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:02 smithi104 ceph-mon[33426]: osdmap e330: 8 total, 8 up, 8 in 2024-09-13T14:25:03.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:02 smithi104 ceph-mon[33426]: pgmap v177: 89 pgs: 89 active+clean; 103 MiB data, 506 MiB used, 715 GiB / 715 GiB avail; 9.2 MiB/s rd, 951 KiB/s wr, 15 op/s 2024-09-13T14:25:03.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:02 smithi104 ceph-mon[33426]: osdmap e331: 8 total, 8 up, 8 in 2024-09-13T14:25:03.206 INFO:tasks.rados.rados.0.smithi071.stdout:1030: finishing write tid 1 to smithi07185159-15 2024-09-13T14:25:03.206 INFO:tasks.rados.rados.0.smithi071.stdout:1030: finishing write tid 2 to smithi07185159-15 2024-09-13T14:25:03.206 INFO:tasks.rados.rados.0.smithi071.stdout:1032: finishing rollback tid 1 to smithi07185159-27 2024-09-13T14:25:03.206 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 27 v 0 (ObjNum 0 snap 0 seq_num 304) dirty dne 2024-09-13T14:25:03.206 INFO:tasks.rados.rados.0.smithi071.stdout:1030: finishing write tid 3 to smithi07185159-15 2024-09-13T14:25:03.206 INFO:tasks.rados.rados.0.smithi071.stdout:1030: finishing write tid 4 to smithi07185159-15 2024-09-13T14:25:03.206 INFO:tasks.rados.rados.0.smithi071.stdout:1030: finishing write tid 5 to smithi07185159-15 2024-09-13T14:25:03.206 INFO:tasks.rados.rados.0.smithi071.stdout:1030: oid 15 updating version 0 to 1129 2024-09-13T14:25:03.206 INFO:tasks.rados.rados.0.smithi071.stdout:1030: oid 15 version 1129 is already newer than 1126 2024-09-13T14:25:03.206 INFO:tasks.rados.rados.0.smithi071.stdout:1030: oid 15 version 1129 is already newer than 1127 2024-09-13T14:25:03.206 INFO:tasks.rados.rados.0.smithi071.stdout:1030: oid 15 version 1129 is already newer than 1128 2024-09-13T14:25:03.207 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 15 v 1129 (ObjNum 411 snap 129 seq_num 411) dirty exists 2024-09-13T14:25:03.207 INFO:tasks.rados.rados.0.smithi071.stdout:1030: left oid 15 (ObjNum 411 snap 129 seq_num 411) 2024-09-13T14:25:03.207 INFO:tasks.rados.rados.0.smithi071.stdout:1029: done (3 left) 2024-09-13T14:25:03.207 INFO:tasks.rados.rados.0.smithi071.stdout:1030: done (2 left) 2024-09-13T14:25:03.207 INFO:tasks.rados.rados.0.smithi071.stdout:1031: done (1 left) 2024-09-13T14:25:03.207 INFO:tasks.rados.rados.0.smithi071.stdout:1032: done (0 left) 2024-09-13T14:25:03.207 INFO:tasks.rados.rados.0.smithi071.stdout:1033: snap_create 2024-09-13T14:25:03.909 INFO:tasks.rados.rados.0.smithi071.stdout:1033: done (0 left) 2024-09-13T14:25:03.910 INFO:tasks.rados.rados.0.smithi071.stdout:1034: read oid 1 snap 123 2024-09-13T14:25:03.910 INFO:tasks.rados.rados.0.smithi071.stdout:1034: expect (ObjNum 379 snap 120 seq_num 379) 2024-09-13T14:25:03.910 INFO:tasks.rados.rados.0.smithi071.stdout:1035: write oid 28 current snap is 130 2024-09-13T14:25:03.910 INFO:tasks.rados.rados.0.smithi071.stdout:1035: seq_num 412 ranges {524484=485650,1425993=661460,2847920=76564} 2024-09-13T14:25:03.915 INFO:tasks.rados.rados.0.smithi071.stdout:1035: writing smithi07185159-28 from 524484 to 1010134 tid 1 2024-09-13T14:25:03.921 INFO:tasks.rados.rados.0.smithi071.stdout:1035: writing smithi07185159-28 from 1425993 to 2087453 tid 2 2024-09-13T14:25:03.926 INFO:tasks.rados.rados.0.smithi071.stdout:1035: writing smithi07185159-28 from 2847920 to 2924484 tid 3 2024-09-13T14:25:03.926 INFO:tasks.rados.rados.0.smithi071.stdout:1036: write oid 26 current snap is 130 2024-09-13T14:25:03.926 INFO:tasks.rados.rados.0.smithi071.stdout:1036: seq_num 413 ranges {541291=560899,1884475=521471} 2024-09-13T14:25:03.932 INFO:tasks.rados.rados.0.smithi071.stdout:1036: writing smithi07185159-26 from 541291 to 1102190 tid 1 2024-09-13T14:25:03.939 INFO:tasks.rados.rados.0.smithi071.stdout:1036: writing smithi07185159-26 from 1884475 to 2405946 tid 2 2024-09-13T14:25:03.939 INFO:tasks.rados.rados.0.smithi071.stdout:1037: snap_create 2024-09-13T14:25:03.939 INFO:tasks.rados.rados.0.smithi071.stdout:1034: expect (ObjNum 379 snap 120 seq_num 379) 2024-09-13T14:25:04.037 INFO:tasks.rados.rados.0.smithi071.stdout:1035: finishing write tid 1 to smithi07185159-28 2024-09-13T14:25:04.038 INFO:tasks.rados.rados.0.smithi071.stdout:1035: finishing write tid 2 to smithi07185159-28 2024-09-13T14:25:04.038 INFO:tasks.rados.rados.0.smithi071.stdout:1035: finishing write tid 3 to smithi07185159-28 2024-09-13T14:25:04.038 INFO:tasks.rados.rados.0.smithi071.stdout:1035: finishing write tid 4 to smithi07185159-28 2024-09-13T14:25:04.038 INFO:tasks.rados.rados.0.smithi071.stdout:1035: finishing write tid 5 to smithi07185159-28 2024-09-13T14:25:04.038 INFO:tasks.rados.rados.0.smithi071.stdout:1035: oid 28 updating version 0 to 438 2024-09-13T14:25:04.038 INFO:tasks.rados.rados.0.smithi071.stdout:1035: oid 28 version 438 is already newer than 436 2024-09-13T14:25:04.038 INFO:tasks.rados.rados.0.smithi071.stdout:1035: oid 28 version 438 is already newer than 435 2024-09-13T14:25:04.038 INFO:tasks.rados.rados.0.smithi071.stdout:1035: oid 28 version 438 is already newer than 437 2024-09-13T14:25:04.038 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 28 v 438 (ObjNum 412 snap 130 seq_num 412) dirty exists 2024-09-13T14:25:04.038 INFO:tasks.rados.rados.0.smithi071.stdout:1035: left oid 28 (ObjNum 412 snap 130 seq_num 412) 2024-09-13T14:25:04.038 INFO:tasks.rados.rados.0.smithi071.stdout:1036: finishing write tid 1 to smithi07185159-26 2024-09-13T14:25:04.038 INFO:tasks.rados.rados.0.smithi071.stdout:1036: finishing write tid 2 to smithi07185159-26 2024-09-13T14:25:04.039 INFO:tasks.rados.rados.0.smithi071.stdout:1036: finishing write tid 3 to smithi07185159-26 2024-09-13T14:25:04.039 INFO:tasks.rados.rados.0.smithi071.stdout:1036: finishing write tid 4 to smithi07185159-26 2024-09-13T14:25:04.039 INFO:tasks.rados.rados.0.smithi071.stdout:1036: oid 26 updating version 0 to 313 2024-09-13T14:25:04.039 INFO:tasks.rados.rados.0.smithi071.stdout:1036: oid 26 updating version 313 to 314 2024-09-13T14:25:04.039 INFO:tasks.rados.rados.0.smithi071.stdout:1036: oid 26 version 314 is already newer than 312 2024-09-13T14:25:04.039 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 26 v 314 (ObjNum 413 snap 130 seq_num 413) dirty exists 2024-09-13T14:25:04.039 INFO:tasks.rados.rados.0.smithi071.stdout:1036: left oid 26 (ObjNum 413 snap 130 seq_num 413) 2024-09-13T14:25:04.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:25:04.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:25:04.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:25:04.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:25:04.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:25:04.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-13T14:25:04.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-13T14:25:04.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:25:04.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:25:04.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:25:04.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:25:04.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:25:04.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:25:04.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:25:04.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:25:04.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:25:04.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:25:04.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:25:04.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:25:04.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:25:04.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:25:04.643 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:25:04.643 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:25:04.643 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: Upgrade: Finalizing container_image settings 2024-09-13T14:25:04.643 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:25:04.643 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-13T14:25:04.643 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-13T14:25:04.643 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-13T14:25:04.643 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:25:04.643 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:25:04.644 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:25:04.644 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:25:04.644 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:25:04.644 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-13T14:25:04.644 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-13T14:25:04.644 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:25:04.644 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:25:04.644 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:25:04.644 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:25:04.644 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:25:04.644 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:25:04.644 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:25:04.644 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:25:04.645 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:25:04.645 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:25:04.645 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:25:04.645 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:25:04.645 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:25:04.645 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:25:04.645 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:25:04.645 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:25:04.645 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: Upgrade: Finalizing container_image settings 2024-09-13T14:25:04.645 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:25:04.645 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-13T14:25:04.645 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-13T14:25:04.645 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-13T14:25:04.646 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-13T14:25:04.646 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-13T14:25:04.646 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-13T14:25:04.646 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-13T14:25:04.646 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-13T14:25:04.646 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-13T14:25:04.646 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-09-13T14:25:04.646 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-13T14:25:04.647 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-13T14:25:04.647 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-13T14:25:04.647 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-09-13T14:25:04.647 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-09-13T14:25:04.647 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-13T14:25:04.647 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-13T14:25:04.647 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-13T14:25:04.647 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-13T14:25:04.647 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-09-13T14:25:04.647 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-13T14:25:04.647 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-13T14:25:04.647 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-13T14:25:04.647 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-13T14:25:04.647 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-13T14:25:04.648 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-13T14:25:04.648 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-13T14:25:04.648 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: Upgrade: Complete! 2024-09-13T14:25:04.648 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-13T14:25:04.648 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-13T14:25:04.648 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:25:04.648 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:25:04.648 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:25:04.648 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:25:04.648 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:25:04.648 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:25:04.648 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:25:04.648 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:25:04.648 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[41109]: osdmap e332: 8 total, 8 up, 8 in 2024-09-13T14:25:04.649 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-13T14:25:04.649 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-13T14:25:04.649 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-13T14:25:04.649 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-13T14:25:04.649 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-13T14:25:04.649 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-13T14:25:04.649 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-09-13T14:25:04.649 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-13T14:25:04.649 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-13T14:25:04.650 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-13T14:25:04.650 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-09-13T14:25:04.650 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-09-13T14:25:04.650 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-13T14:25:04.650 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-13T14:25:04.650 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-13T14:25:04.650 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-13T14:25:04.650 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-09-13T14:25:04.650 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-13T14:25:04.650 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-13T14:25:04.650 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-13T14:25:04.650 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-13T14:25:04.650 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-13T14:25:04.650 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-13T14:25:04.651 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-13T14:25:04.651 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: Upgrade: Complete! 2024-09-13T14:25:04.651 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-13T14:25:04.651 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-13T14:25:04.651 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:25:04.651 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:25:04.651 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:25:04.651 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:25:04.651 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:25:04.651 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:25:04.651 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:25:04.651 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:25:04.652 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:04 smithi071 ceph-mon[29588]: osdmap e332: 8 total, 8 up, 8 in 2024-09-13T14:25:04.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:25:04.674 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:25:04.674 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:25:04.674 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:25:04.674 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:25:04.674 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-13T14:25:04.674 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-13T14:25:04.675 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:25:04.675 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:25:04.675 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:25:04.675 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:25:04.675 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:25:04.675 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:25:04.676 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:25:04.676 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:25:04.676 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:25:04.676 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:25:04.676 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:25:04.676 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:25:04.677 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:25:04.677 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:25:04.677 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:25:04.677 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:25:04.677 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: Upgrade: Finalizing container_image settings 2024-09-13T14:25:04.677 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:25:04.678 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-13T14:25:04.678 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-13T14:25:04.678 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-13T14:25:04.678 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-13T14:25:04.678 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-13T14:25:04.678 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-13T14:25:04.678 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-13T14:25:04.678 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-13T14:25:04.678 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-13T14:25:04.678 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-09-13T14:25:04.679 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-13T14:25:04.679 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-13T14:25:04.679 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-13T14:25:04.679 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-09-13T14:25:04.679 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-09-13T14:25:04.679 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-13T14:25:04.679 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-13T14:25:04.679 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-13T14:25:04.679 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-13T14:25:04.679 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-09-13T14:25:04.679 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-13T14:25:04.679 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-13T14:25:04.679 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-13T14:25:04.679 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-13T14:25:04.680 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-13T14:25:04.680 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-13T14:25:04.680 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-13T14:25:04.680 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: Upgrade: Complete! 2024-09-13T14:25:04.680 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-13T14:25:04.680 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-13T14:25:04.680 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:25:04.680 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:25:04.680 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:25:04.680 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:25:04.680 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:25:04.680 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:25:04.680 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:25:04.681 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:25:04.681 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:04 smithi104 ceph-mon[33426]: osdmap e332: 8 total, 8 up, 8 in 2024-09-13T14:25:04.913 INFO:tasks.rados.rados.0.smithi071.stdout:1034: done (3 left) 2024-09-13T14:25:04.913 INFO:tasks.rados.rados.0.smithi071.stdout:1035: done (2 left) 2024-09-13T14:25:04.913 INFO:tasks.rados.rados.0.smithi071.stdout:1036: done (1 left) 2024-09-13T14:25:04.913 INFO:tasks.rados.rados.0.smithi071.stdout:1037: done (0 left) 2024-09-13T14:25:04.913 INFO:tasks.rados.rados.0.smithi071.stdout:1038: delete oid 26 current snap is 131 2024-09-13T14:25:04.915 INFO:tasks.rados.rados.0.smithi071.stdout:1038: done (0 left) 2024-09-13T14:25:04.915 INFO:tasks.rados.rados.0.smithi071.stdout:1039: write oid 47 current snap is 131 2024-09-13T14:25:04.915 INFO:tasks.rados.rados.0.smithi071.stdout:1039: seq_num 415 ranges {574905=711397,1885086=525140,2930189=44716} 2024-09-13T14:25:04.921 INFO:tasks.rados.rados.0.smithi071.stdout:1039: writing smithi07185159-47 from 574905 to 1286302 tid 1 2024-09-13T14:25:04.928 INFO:tasks.rados.rados.0.smithi071.stdout:1039: writing smithi07185159-47 from 1885086 to 2410226 tid 2 2024-09-13T14:25:04.931 INFO:tasks.rados.rados.0.smithi071.stdout:1039: writing smithi07185159-47 from 2930189 to 2974905 tid 3 2024-09-13T14:25:04.931 INFO:tasks.rados.rados.0.smithi071.stdout:1040: write oid 20 current snap is 131 2024-09-13T14:25:04.931 INFO:tasks.rados.rados.0.smithi071.stdout:1039: finishing write tid 1 to smithi07185159-47 2024-09-13T14:25:04.931 INFO:tasks.rados.rados.0.smithi071.stdout:1039: finishing write tid 2 to smithi07185159-47 2024-09-13T14:25:04.931 INFO:tasks.rados.rados.0.smithi071.stdout:1040: seq_num 416 ranges {591712=786646,1943568=668798} 2024-09-13T14:25:04.938 INFO:tasks.rados.rados.0.smithi071.stdout:1040: writing smithi07185159-20 from 591712 to 1378358 tid 1 2024-09-13T14:25:04.946 INFO:tasks.rados.rados.0.smithi071.stdout:1040: writing smithi07185159-20 from 1943568 to 2612366 tid 2 2024-09-13T14:25:04.946 INFO:tasks.rados.rados.0.smithi071.stdout:1041: snap_create 2024-09-13T14:25:04.946 INFO:tasks.rados.rados.0.smithi071.stdout:1039: finishing write tid 3 to smithi07185159-47 2024-09-13T14:25:04.946 INFO:tasks.rados.rados.0.smithi071.stdout:1039: finishing write tid 4 to smithi07185159-47 2024-09-13T14:25:04.946 INFO:tasks.rados.rados.0.smithi071.stdout:1039: finishing write tid 5 to smithi07185159-47 2024-09-13T14:25:04.946 INFO:tasks.rados.rados.0.smithi071.stdout:1039: oid 47 updating version 0 to 441 2024-09-13T14:25:04.947 INFO:tasks.rados.rados.0.smithi071.stdout:1039: oid 47 version 441 is already newer than 439 2024-09-13T14:25:04.947 INFO:tasks.rados.rados.0.smithi071.stdout:1039: oid 47 version 441 is already newer than 440 2024-09-13T14:25:04.947 INFO:tasks.rados.rados.0.smithi071.stdout:1039: oid 47 updating version 441 to 442 2024-09-13T14:25:04.947 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 47 v 442 (ObjNum 415 snap 131 seq_num 415) dirty exists 2024-09-13T14:25:04.947 INFO:tasks.rados.rados.0.smithi071.stdout:1039: left oid 47 (ObjNum 415 snap 131 seq_num 415) 2024-09-13T14:25:04.947 INFO:tasks.rados.rados.0.smithi071.stdout:1040: finishing write tid 1 to smithi07185159-20 2024-09-13T14:25:04.948 INFO:tasks.rados.rados.0.smithi071.stdout:1040: finishing write tid 2 to smithi07185159-20 2024-09-13T14:25:04.949 INFO:tasks.rados.rados.0.smithi071.stdout:1040: finishing write tid 3 to smithi07185159-20 2024-09-13T14:25:04.949 INFO:tasks.rados.rados.0.smithi071.stdout:1040: finishing write tid 4 to smithi07185159-20 2024-09-13T14:25:04.949 INFO:tasks.rados.rados.0.smithi071.stdout:1040: oid 20 updating version 0 to 444 2024-09-13T14:25:04.949 INFO:tasks.rados.rados.0.smithi071.stdout:1040: oid 20 updating version 444 to 446 2024-09-13T14:25:04.949 INFO:tasks.rados.rados.0.smithi071.stdout:1040: oid 20 version 446 is already newer than 445 2024-09-13T14:25:04.949 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 20 v 446 (ObjNum 416 snap 131 seq_num 416) dirty exists 2024-09-13T14:25:04.949 INFO:tasks.rados.rados.0.smithi071.stdout:1040: left oid 20 (ObjNum 416 snap 131 seq_num 416) 2024-09-13T14:25:05.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:05 smithi071 ceph-mon[29588]: pgmap v180: 89 pgs: 89 active+clean; 103 MiB data, 506 MiB used, 715 GiB / 715 GiB avail; 9.2 MiB/s rd, 951 KiB/s wr, 15 op/s 2024-09-13T14:25:05.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:05 smithi071 ceph-mon[29588]: osdmap e333: 8 total, 8 up, 8 in 2024-09-13T14:25:05.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:05 smithi071 ceph-mon[41109]: pgmap v180: 89 pgs: 89 active+clean; 103 MiB data, 506 MiB used, 715 GiB / 715 GiB avail; 9.2 MiB/s rd, 951 KiB/s wr, 15 op/s 2024-09-13T14:25:05.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:05 smithi071 ceph-mon[41109]: osdmap e333: 8 total, 8 up, 8 in 2024-09-13T14:25:05.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:05 smithi104 ceph-mon[33426]: pgmap v180: 89 pgs: 89 active+clean; 103 MiB data, 506 MiB used, 715 GiB / 715 GiB avail; 9.2 MiB/s rd, 951 KiB/s wr, 15 op/s 2024-09-13T14:25:05.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:05 smithi104 ceph-mon[33426]: osdmap e333: 8 total, 8 up, 8 in 2024-09-13T14:25:05.915 INFO:tasks.rados.rados.0.smithi071.stdout:1039: done (2 left) 2024-09-13T14:25:05.915 INFO:tasks.rados.rados.0.smithi071.stdout:1040: done (1 left) 2024-09-13T14:25:05.915 INFO:tasks.rados.rados.0.smithi071.stdout:1041: done (0 left) 2024-09-13T14:25:05.915 INFO:tasks.rados.rados.0.smithi071.stdout:1042: read oid 36 snap 128 2024-09-13T14:25:05.915 INFO:tasks.rados.rados.0.smithi071.stdout:1042: expect (ObjNum 314 snap 96 seq_num 314) 2024-09-13T14:25:05.915 INFO:tasks.rados.rados.0.smithi071.stdout:1043: write oid 8 current snap is 132 2024-09-13T14:25:05.915 INFO:tasks.rados.rados.0.smithi071.stdout:1043: seq_num 417 ranges {608519=461895,1602050=528809,2585035=423484} 2024-09-13T14:25:05.920 INFO:tasks.rados.rados.0.smithi071.stdout:1043: writing smithi07185159-8 from 608519 to 1070414 tid 1 2024-09-13T14:25:05.926 INFO:tasks.rados.rados.0.smithi071.stdout:1043: writing smithi07185159-8 from 1602050 to 2130859 tid 2 2024-09-13T14:25:05.931 INFO:tasks.rados.rados.0.smithi071.stdout:1043: writing smithi07185159-8 from 2585035 to 3008519 tid 3 2024-09-13T14:25:05.932 INFO:tasks.rados.rados.0.smithi071.stdout:1044: write oid 16 current snap is 132 2024-09-13T14:25:05.932 INFO:tasks.rados.rados.0.smithi071.stdout:1044: seq_num 418 ranges {625326=537144,1944179=672467} 2024-09-13T14:25:05.938 INFO:tasks.rados.rados.0.smithi071.stdout:1044: writing smithi07185159-16 from 625326 to 1162470 tid 1 2024-09-13T14:25:05.945 INFO:tasks.rados.rados.0.smithi071.stdout:1044: writing smithi07185159-16 from 1944179 to 2616646 tid 2 2024-09-13T14:25:05.945 INFO:tasks.rados.rados.0.smithi071.stdout:1045: rollback oid 9 current snap is 132 2024-09-13T14:25:05.946 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 9 to 129 2024-09-13T14:25:05.946 INFO:tasks.rados.rados.0.smithi071.stdout:1042: expect (ObjNum 314 snap 96 seq_num 314) 2024-09-13T14:25:06.084 INFO:tasks.rados.rados.0.smithi071.stdout:1043: finishing write tid 1 to smithi07185159-8 2024-09-13T14:25:06.084 INFO:tasks.rados.rados.0.smithi071.stdout:1043: finishing write tid 2 to smithi07185159-8 2024-09-13T14:25:06.084 INFO:tasks.rados.rados.0.smithi071.stdout:1042: done (3 left) 2024-09-13T14:25:06.084 INFO:tasks.rados.rados.0.smithi071.stdout:1046: read oid 2 snap -1 2024-09-13T14:25:06.084 INFO:tasks.rados.rados.0.smithi071.stdout:1046: expect deleted 2024-09-13T14:25:06.084 INFO:tasks.rados.rados.0.smithi071.stdout:1047: write oid 17 current snap is 132 2024-09-13T14:25:06.084 INFO:tasks.rados.rados.0.smithi071.stdout:1043: finishing write tid 3 to smithi07185159-8 2024-09-13T14:25:06.084 INFO:tasks.rados.rados.0.smithi071.stdout:1047: seq_num 419 ranges {642133=728746,2119014=532478} 2024-09-13T14:25:06.090 INFO:tasks.rados.rados.0.smithi071.stdout:1047: writing smithi07185159-17 from 642133 to 1370879 tid 1 2024-09-13T14:25:06.098 INFO:tasks.rados.rados.0.smithi071.stdout:1047: writing smithi07185159-17 from 2119014 to 2651492 tid 2 2024-09-13T14:25:06.099 INFO:tasks.rados.rados.0.smithi071.stdout:1048: snap_create 2024-09-13T14:25:06.099 INFO:tasks.rados.rados.0.smithi071.stdout:1043: finishing write tid 4 to smithi07185159-8 2024-09-13T14:25:06.099 INFO:tasks.rados.rados.0.smithi071.stdout:1043: finishing write tid 5 to smithi07185159-8 2024-09-13T14:25:06.099 INFO:tasks.rados.rados.0.smithi071.stdout:1043: oid 8 updating version 0 to 276 2024-09-13T14:25:06.099 INFO:tasks.rados.rados.0.smithi071.stdout:1043: oid 8 updating version 276 to 279 2024-09-13T14:25:06.099 INFO:tasks.rados.rados.0.smithi071.stdout:1043: oid 8 version 279 is already newer than 278 2024-09-13T14:25:06.099 INFO:tasks.rados.rados.0.smithi071.stdout:1043: oid 8 version 279 is already newer than 277 2024-09-13T14:25:06.099 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 8 v 279 (ObjNum 417 snap 132 seq_num 417) dirty exists 2024-09-13T14:25:06.099 INFO:tasks.rados.rados.0.smithi071.stdout:1043: left oid 8 (ObjNum 417 snap 132 seq_num 417) 2024-09-13T14:25:06.099 INFO:tasks.rados.rados.0.smithi071.stdout:1044: finishing write tid 1 to smithi07185159-16 2024-09-13T14:25:06.099 INFO:tasks.rados.rados.0.smithi071.stdout:1045: finishing rollback tid 1 to smithi07185159-9 2024-09-13T14:25:06.100 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 9 v 170 (ObjNum 33 snap 0 seq_num 1961233376) dirty dne 2024-09-13T14:25:06.100 INFO:tasks.rados.rados.0.smithi071.stdout:1044: finishing write tid 2 to smithi07185159-16 2024-09-13T14:25:06.100 INFO:tasks.rados.rados.0.smithi071.stdout:1044: finishing write tid 3 to smithi07185159-16 2024-09-13T14:25:06.100 INFO:tasks.rados.rados.0.smithi071.stdout:1044: finishing write tid 4 to smithi07185159-16 2024-09-13T14:25:06.100 INFO:tasks.rados.rados.0.smithi071.stdout:1044: oid 16 updating version 0 to 282 2024-09-13T14:25:06.100 INFO:tasks.rados.rados.0.smithi071.stdout:1044: oid 16 version 282 is already newer than 281 2024-09-13T14:25:06.100 INFO:tasks.rados.rados.0.smithi071.stdout:1044: oid 16 version 282 is already newer than 280 2024-09-13T14:25:06.100 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 16 v 282 (ObjNum 418 snap 132 seq_num 418) dirty exists 2024-09-13T14:25:06.100 INFO:tasks.rados.rados.0.smithi071.stdout:1044: left oid 16 (ObjNum 418 snap 132 seq_num 418) 2024-09-13T14:25:06.100 INFO:tasks.rados.rados.0.smithi071.stdout:1047: finishing write tid 1 to smithi07185159-17 2024-09-13T14:25:06.101 INFO:tasks.rados.rados.0.smithi071.stdout:1047: finishing write tid 2 to smithi07185159-17 2024-09-13T14:25:06.101 INFO:tasks.rados.rados.0.smithi071.stdout:1047: finishing write tid 3 to smithi07185159-17 2024-09-13T14:25:06.101 INFO:tasks.rados.rados.0.smithi071.stdout:1047: finishing write tid 4 to smithi07185159-17 2024-09-13T14:25:06.102 INFO:tasks.rados.rados.0.smithi071.stdout:1047: oid 17 updating version 0 to 360 2024-09-13T14:25:06.102 INFO:tasks.rados.rados.0.smithi071.stdout:1047: oid 17 updating version 360 to 362 2024-09-13T14:25:06.102 INFO:tasks.rados.rados.0.smithi071.stdout:1047: oid 17 version 362 is already newer than 361 2024-09-13T14:25:06.102 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 17 v 362 (ObjNum 419 snap 132 seq_num 419) dirty exists 2024-09-13T14:25:06.102 INFO:tasks.rados.rados.0.smithi071.stdout:1047: left oid 17 (ObjNum 419 snap 132 seq_num 419) 2024-09-13T14:25:06.922 INFO:tasks.rados.rados.0.smithi071.stdout:1043: done (5 left) 2024-09-13T14:25:06.922 INFO:tasks.rados.rados.0.smithi071.stdout:1044: done (4 left) 2024-09-13T14:25:06.922 INFO:tasks.rados.rados.0.smithi071.stdout:1045: done (3 left) 2024-09-13T14:25:06.923 INFO:tasks.rados.rados.0.smithi071.stdout:1046: done (2 left) 2024-09-13T14:25:06.923 INFO:tasks.rados.rados.0.smithi071.stdout:1047: done (1 left) 2024-09-13T14:25:06.923 INFO:tasks.rados.rados.0.smithi071.stdout:1048: done (0 left) 2024-09-13T14:25:06.923 INFO:tasks.rados.rados.0.smithi071.stdout:1049: rollback oid 27 current snap is 133 2024-09-13T14:25:06.923 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 27 to 128 2024-09-13T14:25:06.923 INFO:tasks.rados.rados.0.smithi071.stdout:1050: write oid 39 current snap is 133 2024-09-13T14:25:06.923 INFO:tasks.rados.rados.0.smithi071.stdout:1050: seq_num 420 ranges {658940=403995,1777496=676136,2950951=107989} 2024-09-13T14:25:06.928 INFO:tasks.rados.rados.0.smithi071.stdout:1050: writing smithi07185159-39 from 658940 to 1062935 tid 1 2024-09-13T14:25:06.935 INFO:tasks.rados.rados.0.smithi071.stdout:1050: writing smithi07185159-39 from 1777496 to 2453632 tid 2 2024-09-13T14:25:06.939 INFO:tasks.rados.rados.0.smithi071.stdout:1050: writing smithi07185159-39 from 2950951 to 3058940 tid 3 2024-09-13T14:25:06.939 INFO:tasks.rados.rados.0.smithi071.stdout:1051: write oid 38 current snap is 133 2024-09-13T14:25:06.939 INFO:tasks.rados.rados.0.smithi071.stdout:1049: finishing rollback tid 1 to smithi07185159-27 2024-09-13T14:25:06.939 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 27 v 0 (ObjNum 0 snap 0 seq_num 304) dirty dne 2024-09-13T14:25:06.939 INFO:tasks.rados.rados.0.smithi071.stdout:1050: finishing write tid 1 to smithi07185159-39 2024-09-13T14:25:06.939 INFO:tasks.rados.rados.0.smithi071.stdout:1051: seq_num 421 ranges {675747=479244,1835978=536147} 2024-09-13T14:25:06.945 INFO:tasks.rados.rados.0.smithi071.stdout:1051: writing smithi07185159-38 from 675747 to 1154991 tid 1 2024-09-13T14:25:06.951 INFO:tasks.rados.rados.0.smithi071.stdout:1051: writing smithi07185159-38 from 1835978 to 2372125 tid 2 2024-09-13T14:25:06.952 INFO:tasks.rados.rados.0.smithi071.stdout:1049: done (2 left) 2024-09-13T14:25:06.952 INFO:tasks.rados.rados.0.smithi071.stdout:1052: write oid 32 current snap is 133 2024-09-13T14:25:06.952 INFO:tasks.rados.rados.0.smithi071.stdout:1052: seq_num 422 ranges {692554=554493,1778107=679805,2889444=203110} 2024-09-13T14:25:06.958 INFO:tasks.rados.rados.0.smithi071.stdout:1052: writing smithi07185159-32 from 692554 to 1247047 tid 1 2024-09-13T14:25:06.964 INFO:tasks.rados.rados.0.smithi071.stdout:1052: writing smithi07185159-32 from 1778107 to 2457912 tid 2 2024-09-13T14:25:06.968 INFO:tasks.rados.rados.0.smithi071.stdout:1052: writing smithi07185159-32 from 2889444 to 3092554 tid 3 2024-09-13T14:25:06.968 INFO:tasks.rados.rados.0.smithi071.stdout:1053: read oid 16 snap 128 2024-09-13T14:25:06.969 INFO:tasks.rados.rados.0.smithi071.stdout:1053: expect deleted 2024-09-13T14:25:06.969 INFO:tasks.rados.rados.0.smithi071.stdout:1054: rollback oid 8 current snap is 133 2024-09-13T14:25:06.969 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 8 to 125 2024-09-13T14:25:06.969 INFO:tasks.rados.rados.0.smithi071.stdout:1050: finishing write tid 2 to smithi07185159-39 2024-09-13T14:25:06.969 INFO:tasks.rados.rados.0.smithi071.stdout:1055: snap_create 2024-09-13T14:25:06.969 INFO:tasks.rados.rados.0.smithi071.stdout:1050: finishing write tid 3 to smithi07185159-39 2024-09-13T14:25:06.969 INFO:tasks.rados.rados.0.smithi071.stdout:1050: finishing write tid 4 to smithi07185159-39 2024-09-13T14:25:06.969 INFO:tasks.rados.rados.0.smithi071.stdout:1050: finishing write tid 5 to smithi07185159-39 2024-09-13T14:25:06.969 INFO:tasks.rados.rados.0.smithi071.stdout:1050: oid 39 updating version 0 to 510 2024-09-13T14:25:06.969 INFO:tasks.rados.rados.0.smithi071.stdout:1050: oid 39 version 510 is already newer than 508 2024-09-13T14:25:06.969 INFO:tasks.rados.rados.0.smithi071.stdout:1050: oid 39 version 510 is already newer than 509 2024-09-13T14:25:06.969 INFO:tasks.rados.rados.0.smithi071.stdout:1050: oid 39 updating version 510 to 511 2024-09-13T14:25:06.969 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 39 v 511 (ObjNum 420 snap 133 seq_num 420) dirty exists 2024-09-13T14:25:06.969 INFO:tasks.rados.rados.0.smithi071.stdout:1050: left oid 39 (ObjNum 420 snap 133 seq_num 420) 2024-09-13T14:25:06.970 INFO:tasks.rados.rados.0.smithi071.stdout:1051: finishing write tid 1 to smithi07185159-38 2024-09-13T14:25:06.970 INFO:tasks.rados.rados.0.smithi071.stdout:1051: finishing write tid 2 to smithi07185159-38 2024-09-13T14:25:06.970 INFO:tasks.rados.rados.0.smithi071.stdout:1051: finishing write tid 3 to smithi07185159-38 2024-09-13T14:25:06.970 INFO:tasks.rados.rados.0.smithi071.stdout:1051: finishing write tid 4 to smithi07185159-38 2024-09-13T14:25:06.970 INFO:tasks.rados.rados.0.smithi071.stdout:1051: oid 38 updating version 0 to 502 2024-09-13T14:25:06.970 INFO:tasks.rados.rados.0.smithi071.stdout:1051: oid 38 updating version 502 to 503 2024-09-13T14:25:06.970 INFO:tasks.rados.rados.0.smithi071.stdout:1051: oid 38 updating version 503 to 504 2024-09-13T14:25:06.970 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 38 v 504 (ObjNum 421 snap 133 seq_num 421) dirty exists 2024-09-13T14:25:06.970 INFO:tasks.rados.rados.0.smithi071.stdout:1051: left oid 38 (ObjNum 421 snap 133 seq_num 421) 2024-09-13T14:25:06.970 INFO:tasks.rados.rados.0.smithi071.stdout:1052: finishing write tid 1 to smithi07185159-32 2024-09-13T14:25:06.970 INFO:tasks.rados.rados.0.smithi071.stdout:1052: finishing write tid 2 to smithi07185159-32 2024-09-13T14:25:06.971 INFO:tasks.rados.rados.0.smithi071.stdout:1052: finishing write tid 3 to smithi07185159-32 2024-09-13T14:25:06.971 INFO:tasks.rados.rados.0.smithi071.stdout:1052: finishing write tid 4 to smithi07185159-32 2024-09-13T14:25:06.971 INFO:tasks.rados.rados.0.smithi071.stdout:1052: finishing write tid 5 to smithi07185159-32 2024-09-13T14:25:06.971 INFO:tasks.rados.rados.0.smithi071.stdout:1052: oid 32 updating version 0 to 108 2024-09-13T14:25:06.971 INFO:tasks.rados.rados.0.smithi071.stdout:1052: oid 32 updating version 108 to 109 2024-09-13T14:25:06.971 INFO:tasks.rados.rados.0.smithi071.stdout:1052: oid 32 version 109 is already newer than 106 2024-09-13T14:25:06.971 INFO:tasks.rados.rados.0.smithi071.stdout:1052: oid 32 version 109 is already newer than 107 2024-09-13T14:25:06.972 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 32 v 109 (ObjNum 422 snap 133 seq_num 422) dirty exists 2024-09-13T14:25:06.972 INFO:tasks.rados.rados.0.smithi071.stdout:1052: left oid 32 (ObjNum 422 snap 133 seq_num 422) 2024-09-13T14:25:06.972 INFO:tasks.rados.rados.0.smithi071.stdout:1054: finishing rollback tid 0 to smithi07185159-8 2024-09-13T14:25:06.972 INFO:tasks.rados.rados.0.smithi071.stdout:1054: finishing rollback tid 1 to smithi07185159-8 2024-09-13T14:25:06.972 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 8 v 285 (ObjNum 33 snap 0 seq_num 300153307) dirty dne 2024-09-13T14:25:07.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:06 smithi104 ceph-mon[33426]: osdmap e334: 8 total, 8 up, 8 in 2024-09-13T14:25:07.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:06 smithi104 ceph-mon[33426]: pgmap v183: 89 pgs: 89 active+clean; 103 MiB data, 506 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:25:07.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:06 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:25:07.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:06 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:25:07.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:06 smithi071 ceph-mon[29588]: osdmap e334: 8 total, 8 up, 8 in 2024-09-13T14:25:07.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:06 smithi071 ceph-mon[29588]: pgmap v183: 89 pgs: 89 active+clean; 103 MiB data, 506 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:25:07.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:06 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:25:07.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:06 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:25:07.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:06 smithi071 ceph-mon[41109]: osdmap e334: 8 total, 8 up, 8 in 2024-09-13T14:25:07.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:06 smithi071 ceph-mon[41109]: pgmap v183: 89 pgs: 89 active+clean; 103 MiB data, 506 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:25:07.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:06 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:25:07.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:06 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:25:07.930 INFO:tasks.rados.rados.0.smithi071.stdout:1050: done (5 left) 2024-09-13T14:25:07.930 INFO:tasks.rados.rados.0.smithi071.stdout:1051: done (4 left) 2024-09-13T14:25:07.930 INFO:tasks.rados.rados.0.smithi071.stdout:1052: done (3 left) 2024-09-13T14:25:07.930 INFO:tasks.rados.rados.0.smithi071.stdout:1053: done (2 left) 2024-09-13T14:25:07.930 INFO:tasks.rados.rados.0.smithi071.stdout:1054: done (1 left) 2024-09-13T14:25:07.930 INFO:tasks.rados.rados.0.smithi071.stdout:1055: done (0 left) 2024-09-13T14:25:07.930 INFO:tasks.rados.rados.0.smithi071.stdout:1056: snap_remove snap 128 2024-09-13T14:25:08.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:07 smithi104 ceph-mon[33426]: osdmap e335: 8 total, 8 up, 8 in 2024-09-13T14:25:08.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:07 smithi071 ceph-mon[29588]: osdmap e335: 8 total, 8 up, 8 in 2024-09-13T14:25:08.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:07 smithi071 ceph-mon[41109]: osdmap e335: 8 total, 8 up, 8 in 2024-09-13T14:25:08.937 INFO:tasks.rados.rados.0.smithi071.stdout:1056: done (0 left) 2024-09-13T14:25:08.938 INFO:tasks.rados.rados.0.smithi071.stdout:1057: snap_create 2024-09-13T14:25:09.341 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:08 smithi104 ceph-mon[33426]: osdmap e336: 8 total, 8 up, 8 in 2024-09-13T14:25:09.341 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:08 smithi104 ceph-mon[33426]: pgmap v186: 89 pgs: 89 active+clean; 122 MiB data, 524 MiB used, 715 GiB / 715 GiB avail; 12 MiB/s rd, 3.3 MiB/s wr, 24 op/s 2024-09-13T14:25:09.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:08 smithi071 ceph-mon[29588]: osdmap e336: 8 total, 8 up, 8 in 2024-09-13T14:25:09.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:08 smithi071 ceph-mon[29588]: pgmap v186: 89 pgs: 89 active+clean; 122 MiB data, 524 MiB used, 715 GiB / 715 GiB avail; 12 MiB/s rd, 3.3 MiB/s wr, 24 op/s 2024-09-13T14:25:09.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:08 smithi071 ceph-mon[41109]: osdmap e336: 8 total, 8 up, 8 in 2024-09-13T14:25:09.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:08 smithi071 ceph-mon[41109]: pgmap v186: 89 pgs: 89 active+clean; 122 MiB data, 524 MiB used, 715 GiB / 715 GiB avail; 12 MiB/s rd, 3.3 MiB/s wr, 24 op/s 2024-09-13T14:25:09.938 INFO:tasks.rados.rados.0.smithi071.stdout:1057: done (0 left) 2024-09-13T14:25:09.938 INFO:tasks.rados.rados.0.smithi071.stdout:1058: snap_remove snap 130 2024-09-13T14:25:10.304 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:09 smithi104 ceph-mon[33426]: osdmap e337: 8 total, 8 up, 8 in 2024-09-13T14:25:10.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:09 smithi071 ceph-mon[29588]: osdmap e337: 8 total, 8 up, 8 in 2024-09-13T14:25:10.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:09 smithi071 ceph-mon[41109]: osdmap e337: 8 total, 8 up, 8 in 2024-09-13T14:25:10.953 INFO:tasks.rados.rados.0.smithi071.stdout:1058: done (0 left) 2024-09-13T14:25:10.953 INFO:tasks.rados.rados.0.smithi071.stdout:1059: delete oid 17 current snap is 135 2024-09-13T14:25:10.955 INFO:tasks.rados.rados.0.smithi071.stdout:1059: done (0 left) 2024-09-13T14:25:10.955 INFO:tasks.rados.rados.0.smithi071.stdout:1060: read oid 16 snap -1 2024-09-13T14:25:10.955 INFO:tasks.rados.rados.0.smithi071.stdout:1060: expect (ObjNum 418 snap 132 seq_num 418) 2024-09-13T14:25:10.955 INFO:tasks.rados.rados.0.smithi071.stdout:1061: read oid 42 snap -1 2024-09-13T14:25:10.955 INFO:tasks.rados.rados.0.smithi071.stdout:1061: expect (ObjNum 377 snap 119 seq_num 377) 2024-09-13T14:25:10.955 INFO:tasks.rados.rados.0.smithi071.stdout:1062: snap_remove snap 133 2024-09-13T14:25:11.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:10 smithi071 ceph-mon[29588]: osdmap e338: 8 total, 8 up, 8 in 2024-09-13T14:25:11.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:10 smithi071 ceph-mon[29588]: pgmap v189: 89 pgs: 89 active+clean; 122 MiB data, 524 MiB used, 715 GiB / 715 GiB avail; 12 MiB/s rd, 3.3 MiB/s wr, 24 op/s 2024-09-13T14:25:11.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:10 smithi071 ceph-mon[41109]: osdmap e338: 8 total, 8 up, 8 in 2024-09-13T14:25:11.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:10 smithi071 ceph-mon[41109]: pgmap v189: 89 pgs: 89 active+clean; 122 MiB data, 524 MiB used, 715 GiB / 715 GiB avail; 12 MiB/s rd, 3.3 MiB/s wr, 24 op/s 2024-09-13T14:25:11.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:10 smithi104 ceph-mon[33426]: osdmap e338: 8 total, 8 up, 8 in 2024-09-13T14:25:11.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:10 smithi104 ceph-mon[33426]: pgmap v189: 89 pgs: 89 active+clean; 122 MiB data, 524 MiB used, 715 GiB / 715 GiB avail; 12 MiB/s rd, 3.3 MiB/s wr, 24 op/s 2024-09-13T14:25:11.960 INFO:tasks.rados.rados.0.smithi071.stdout:1062: done (2 left) 2024-09-13T14:25:11.960 INFO:tasks.rados.rados.0.smithi071.stdout:1063: snap_create 2024-09-13T14:25:11.960 INFO:tasks.rados.rados.0.smithi071.stdout:1061: expect (ObjNum 377 snap 119 seq_num 377) 2024-09-13T14:25:12.116 INFO:tasks.rados.rados.0.smithi071.stdout:1060: expect (ObjNum 418 snap 132 seq_num 418) 2024-09-13T14:25:12.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:11 smithi071 ceph-mon[29588]: osdmap e339: 8 total, 8 up, 8 in 2024-09-13T14:25:12.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:11 smithi071 ceph-mon[41109]: osdmap e339: 8 total, 8 up, 8 in 2024-09-13T14:25:12.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:11 smithi104 ceph-mon[33426]: osdmap e339: 8 total, 8 up, 8 in 2024-09-13T14:25:12.887 INFO:tasks.rados.rados.0.smithi071.stdout:1060: done (2 left) 2024-09-13T14:25:12.887 INFO:tasks.rados.rados.0.smithi071.stdout:1061: done (1 left) 2024-09-13T14:25:12.887 INFO:tasks.rados.rados.0.smithi071.stdout:1063: done (0 left) 2024-09-13T14:25:12.888 INFO:tasks.rados.rados.0.smithi071.stdout:1064: read oid 27 snap -1 2024-09-13T14:25:12.888 INFO:tasks.rados.rados.0.smithi071.stdout:1064: expect deleted 2024-09-13T14:25:12.888 INFO:tasks.rados.rados.0.smithi071.stdout:1065: read oid 41 snap -1 2024-09-13T14:25:12.888 INFO:tasks.rados.rados.0.smithi071.stdout:1065: expect (ObjNum 73 snap 9 seq_num 73) 2024-09-13T14:25:12.888 INFO:tasks.rados.rados.0.smithi071.stdout:1066: write oid 6 current snap is 136 2024-09-13T14:25:12.888 INFO:tasks.rados.rados.0.smithi071.stdout:1066: seq_num 424 ranges {726168=704991,1895071=683474} 2024-09-13T14:25:12.894 INFO:tasks.rados.rados.0.smithi071.stdout:1066: writing smithi07185159-6 from 726168 to 1431159 tid 1 2024-09-13T14:25:12.901 INFO:tasks.rados.rados.0.smithi071.stdout:1066: writing smithi07185159-6 from 1895071 to 2578545 tid 2 2024-09-13T14:25:12.901 INFO:tasks.rados.rados.0.smithi071.stdout:1067: delete oid 23 current snap is 136 2024-09-13T14:25:12.902 INFO:tasks.rados.rados.0.smithi071.stdout:1065: expect (ObjNum 73 snap 9 seq_num 73) 2024-09-13T14:25:12.956 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:25:12 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:25:12] "GET /metrics HTTP/1.1" 200 36272 "" "Prometheus/2.51.0" 2024-09-13T14:25:13.039 INFO:tasks.rados.rados.0.smithi071.stdout:1066: finishing write tid 1 to smithi07185159-6 2024-09-13T14:25:13.039 INFO:tasks.rados.rados.0.smithi071.stdout:1066: finishing write tid 2 to smithi07185159-6 2024-09-13T14:25:13.039 INFO:tasks.rados.rados.0.smithi071.stdout:1066: finishing write tid 3 to smithi07185159-6 2024-09-13T14:25:13.039 INFO:tasks.rados.rados.0.smithi071.stdout:1066: finishing write tid 4 to smithi07185159-6 2024-09-13T14:25:13.039 INFO:tasks.rados.rados.0.smithi071.stdout:1066: oid 6 updating version 0 to 1133 2024-09-13T14:25:13.039 INFO:tasks.rados.rados.0.smithi071.stdout:1066: oid 6 updating version 1133 to 1134 2024-09-13T14:25:13.039 INFO:tasks.rados.rados.0.smithi071.stdout:1066: oid 6 updating version 1134 to 1135 2024-09-13T14:25:13.039 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 6 v 1135 (ObjNum 424 snap 136 seq_num 424) dirty exists 2024-09-13T14:25:13.040 INFO:tasks.rados.rados.0.smithi071.stdout:1066: left oid 6 (ObjNum 424 snap 136 seq_num 424) 2024-09-13T14:25:13.040 INFO:tasks.rados.rados.0.smithi071.stdout:1064: done (3 left) 2024-09-13T14:25:13.040 INFO:tasks.rados.rados.0.smithi071.stdout:1065: done (2 left) 2024-09-13T14:25:13.040 INFO:tasks.rados.rados.0.smithi071.stdout:1066: done (1 left) 2024-09-13T14:25:13.040 INFO:tasks.rados.rados.0.smithi071.stdout:1067: done (0 left) 2024-09-13T14:25:13.040 INFO:tasks.rados.rados.0.smithi071.stdout:1068: read oid 37 snap 123 2024-09-13T14:25:13.040 INFO:tasks.rados.rados.0.smithi071.stdout:1068: expect deleted 2024-09-13T14:25:13.040 INFO:tasks.rados.rados.0.smithi071.stdout:1069: read oid 32 snap -1 2024-09-13T14:25:13.040 INFO:tasks.rados.rados.0.smithi071.stdout:1069: expect (ObjNum 422 snap 133 seq_num 422) 2024-09-13T14:25:13.040 INFO:tasks.rados.rados.0.smithi071.stdout:1070: read oid 45 snap -1 2024-09-13T14:25:13.040 INFO:tasks.rados.rados.0.smithi071.stdout:1070: expect (ObjNum 395 snap 123 seq_num 395) 2024-09-13T14:25:13.040 INFO:tasks.rados.rados.0.smithi071.stdout:1071: write oid 24 current snap is 136 2024-09-13T14:25:13.040 INFO:tasks.rados.rados.0.smithi071.stdout:1071: seq_num 426 ranges {759782=571842,2012035=687143} 2024-09-13T14:25:13.046 INFO:tasks.rados.rados.0.smithi071.stdout:1071: writing smithi07185159-24 from 759782 to 1331624 tid 1 2024-09-13T14:25:13.053 INFO:tasks.rados.rados.0.smithi071.stdout:1071: writing smithi07185159-24 from 2012035 to 2699178 tid 2 2024-09-13T14:25:13.054 INFO:tasks.rados.rados.0.smithi071.stdout:1072: read oid 48 snap -1 2024-09-13T14:25:13.054 INFO:tasks.rados.rados.0.smithi071.stdout:1072: expect deleted 2024-09-13T14:25:13.054 INFO:tasks.rados.rados.0.smithi071.stdout:1073: rollback oid 22 current snap is 136 2024-09-13T14:25:13.054 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 22 to 132 2024-09-13T14:25:13.054 INFO:tasks.rados.rados.0.smithi071.stdout:1070: expect (ObjNum 395 snap 123 seq_num 395) 2024-09-13T14:25:13.212 INFO:tasks.rados.rados.0.smithi071.stdout:1069: expect (ObjNum 422 snap 133 seq_num 422) 2024-09-13T14:25:13.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:12 smithi071 ceph-mon[29588]: osdmap e340: 8 total, 8 up, 8 in 2024-09-13T14:25:13.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:12 smithi071 ceph-mon[29588]: pgmap v192: 89 pgs: 89 active+clean; 120 MiB data, 532 MiB used, 715 GiB / 715 GiB avail; 5.1 MiB/s rd, 0 B/s wr, 4 op/s 2024-09-13T14:25:13.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:12 smithi071 ceph-mon[29588]: osdmap e341: 8 total, 8 up, 8 in 2024-09-13T14:25:13.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:12 smithi071 ceph-mon[41109]: osdmap e340: 8 total, 8 up, 8 in 2024-09-13T14:25:13.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:12 smithi071 ceph-mon[41109]: pgmap v192: 89 pgs: 89 active+clean; 120 MiB data, 532 MiB used, 715 GiB / 715 GiB avail; 5.1 MiB/s rd, 0 B/s wr, 4 op/s 2024-09-13T14:25:13.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:12 smithi071 ceph-mon[41109]: osdmap e341: 8 total, 8 up, 8 in 2024-09-13T14:25:13.393 INFO:tasks.rados.rados.0.smithi071.stdout:1071: finishing write tid 1 to smithi07185159-24 2024-09-13T14:25:13.393 INFO:tasks.rados.rados.0.smithi071.stdout:1073: finishing rollback tid 1 to smithi07185159-22 2024-09-13T14:25:13.393 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 22 v 0 (ObjNum 289 snap 0 seq_num 0) dirty dne 2024-09-13T14:25:13.393 INFO:tasks.rados.rados.0.smithi071.stdout:1071: finishing write tid 2 to smithi07185159-24 2024-09-13T14:25:13.394 INFO:tasks.rados.rados.0.smithi071.stdout:1071: finishing write tid 3 to smithi07185159-24 2024-09-13T14:25:13.394 INFO:tasks.rados.rados.0.smithi071.stdout:1071: finishing write tid 4 to smithi07185159-24 2024-09-13T14:25:13.394 INFO:tasks.rados.rados.0.smithi071.stdout:1071: oid 24 updating version 0 to 278 2024-09-13T14:25:13.394 INFO:tasks.rados.rados.0.smithi071.stdout:1071: oid 24 version 278 is already newer than 277 2024-09-13T14:25:13.394 INFO:tasks.rados.rados.0.smithi071.stdout:1071: oid 24 version 278 is already newer than 276 2024-09-13T14:25:13.394 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 24 v 278 (ObjNum 426 snap 136 seq_num 426) dirty exists 2024-09-13T14:25:13.394 INFO:tasks.rados.rados.0.smithi071.stdout:1071: left oid 24 (ObjNum 426 snap 136 seq_num 426) 2024-09-13T14:25:13.394 INFO:tasks.rados.rados.0.smithi071.stdout:1068: done (5 left) 2024-09-13T14:25:13.394 INFO:tasks.rados.rados.0.smithi071.stdout:1069: done (4 left) 2024-09-13T14:25:13.394 INFO:tasks.rados.rados.0.smithi071.stdout:1070: done (3 left) 2024-09-13T14:25:13.394 INFO:tasks.rados.rados.0.smithi071.stdout:1071: done (2 left) 2024-09-13T14:25:13.394 INFO:tasks.rados.rados.0.smithi071.stdout:1072: done (1 left) 2024-09-13T14:25:13.394 INFO:tasks.rados.rados.0.smithi071.stdout:1073: done (0 left) 2024-09-13T14:25:13.394 INFO:tasks.rados.rados.0.smithi071.stdout:1074: read oid 28 snap -1 2024-09-13T14:25:13.394 INFO:tasks.rados.rados.0.smithi071.stdout:1074: expect (ObjNum 412 snap 130 seq_num 412) 2024-09-13T14:25:13.395 INFO:tasks.rados.rados.0.smithi071.stdout:1075: rollback oid 11 current snap is 136 2024-09-13T14:25:13.395 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 11 to 126 2024-09-13T14:25:13.395 INFO:tasks.rados.rados.0.smithi071.stdout:1076: write oid 43 current snap is 136 2024-09-13T14:25:13.395 INFO:tasks.rados.rados.0.smithi071.stdout:1076: seq_num 427 ranges {776589=647091,2070517=430801,3026559=150030} 2024-09-13T14:25:13.400 INFO:tasks.rados.rados.0.smithi071.stdout:1076: writing smithi07185159-43 from 776589 to 1423680 tid 1 2024-09-13T14:25:13.407 INFO:tasks.rados.rados.0.smithi071.stdout:1076: writing smithi07185159-43 from 2070517 to 2501318 tid 2 2024-09-13T14:25:13.410 INFO:tasks.rados.rados.0.smithi071.stdout:1076: writing smithi07185159-43 from 3026559 to 3176589 tid 3 2024-09-13T14:25:13.411 INFO:tasks.rados.rados.0.smithi071.stdout:1077: snap_create 2024-09-13T14:25:13.411 INFO:tasks.rados.rados.0.smithi071.stdout:1075: finishing rollback tid 0 to smithi07185159-11 2024-09-13T14:25:13.411 INFO:tasks.rados.rados.0.smithi071.stdout:1075: finishing rollback tid 1 to smithi07185159-11 2024-09-13T14:25:13.411 INFO:tasks.rados.rados.0.smithi071.stdout:1075: finishing rollback tid 2 to smithi07185159-11 2024-09-13T14:25:13.411 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 11 v 700 (ObjNum 279 snap 88 seq_num 279) dirty exists 2024-09-13T14:25:13.412 INFO:tasks.rados.rados.0.smithi071.stdout:1074: expect (ObjNum 412 snap 130 seq_num 412) 2024-09-13T14:25:13.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:12 smithi104 ceph-mon[33426]: osdmap e340: 8 total, 8 up, 8 in 2024-09-13T14:25:13.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:12 smithi104 ceph-mon[33426]: pgmap v192: 89 pgs: 89 active+clean; 120 MiB data, 532 MiB used, 715 GiB / 715 GiB avail; 5.1 MiB/s rd, 0 B/s wr, 4 op/s 2024-09-13T14:25:13.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:12 smithi104 ceph-mon[33426]: osdmap e341: 8 total, 8 up, 8 in 2024-09-13T14:25:13.552 INFO:tasks.rados.rados.0.smithi071.stdout:1076: finishing write tid 1 to smithi07185159-43 2024-09-13T14:25:13.553 INFO:tasks.rados.rados.0.smithi071.stdout:1076: finishing write tid 2 to smithi07185159-43 2024-09-13T14:25:13.553 INFO:tasks.rados.rados.0.smithi071.stdout:1076: finishing write tid 3 to smithi07185159-43 2024-09-13T14:25:13.553 INFO:tasks.rados.rados.0.smithi071.stdout:1076: finishing write tid 4 to smithi07185159-43 2024-09-13T14:25:13.553 INFO:tasks.rados.rados.0.smithi071.stdout:1076: finishing write tid 5 to smithi07185159-43 2024-09-13T14:25:13.553 INFO:tasks.rados.rados.0.smithi071.stdout:1076: oid 43 updating version 0 to 291 2024-09-13T14:25:13.553 INFO:tasks.rados.rados.0.smithi071.stdout:1076: oid 43 updating version 291 to 292 2024-09-13T14:25:13.553 INFO:tasks.rados.rados.0.smithi071.stdout:1076: oid 43 updating version 292 to 293 2024-09-13T14:25:13.554 INFO:tasks.rados.rados.0.smithi071.stdout:1076: oid 43 version 293 is already newer than 290 2024-09-13T14:25:13.554 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 43 v 293 (ObjNum 427 snap 136 seq_num 427) dirty exists 2024-09-13T14:25:13.554 INFO:tasks.rados.rados.0.smithi071.stdout:1076: left oid 43 (ObjNum 427 snap 136 seq_num 427) 2024-09-13T14:25:13.961 INFO:tasks.rados.rados.0.smithi071.stdout:1074: done (3 left) 2024-09-13T14:25:13.961 INFO:tasks.rados.rados.0.smithi071.stdout:1075: done (2 left) 2024-09-13T14:25:13.961 INFO:tasks.rados.rados.0.smithi071.stdout:1076: done (1 left) 2024-09-13T14:25:13.961 INFO:tasks.rados.rados.0.smithi071.stdout:1077: done (0 left) 2024-09-13T14:25:13.961 INFO:tasks.rados.rados.0.smithi071.stdout:1078: snap_create 2024-09-13T14:25:14.964 INFO:tasks.rados.rados.0.smithi071.stdout:1078: done (0 left) 2024-09-13T14:25:14.964 INFO:tasks.rados.rados.0.smithi071.stdout:1079: read oid 47 snap -1 2024-09-13T14:25:14.964 INFO:tasks.rados.rados.0.smithi071.stdout:1079: expect (ObjNum 415 snap 131 seq_num 415) 2024-09-13T14:25:14.964 INFO:tasks.rados.rados.0.smithi071.stdout:1080: write oid 26 current snap is 138 2024-09-13T14:25:14.964 INFO:tasks.rados.rados.0.smithi071.stdout:1080: seq_num 428 ranges {793396=722340,2128999=690812} 2024-09-13T14:25:14.972 INFO:tasks.rados.rados.0.smithi071.stdout:1080: writing smithi07185159-26 from 793396 to 1515736 tid 1 2024-09-13T14:25:14.981 INFO:tasks.rados.rados.0.smithi071.stdout:1080: writing smithi07185159-26 from 2128999 to 2819811 tid 2 2024-09-13T14:25:14.981 INFO:tasks.rados.rados.0.smithi071.stdout:1081: write oid 49 current snap is 138 2024-09-13T14:25:14.981 INFO:tasks.rados.rados.0.smithi071.stdout:1081: seq_num 429 ranges {410203=797589,1787481=434470,2681405=528798} 2024-09-13T14:25:14.987 INFO:tasks.rados.rados.0.smithi071.stdout:1081: writing smithi07185159-49 from 410203 to 1207792 tid 1 2024-09-13T14:25:14.992 INFO:tasks.rados.rados.0.smithi071.stdout:1081: writing smithi07185159-49 from 1787481 to 2221951 tid 2 2024-09-13T14:25:14.998 INFO:tasks.rados.rados.0.smithi071.stdout:1081: writing smithi07185159-49 from 2681405 to 3210203 tid 3 2024-09-13T14:25:14.998 INFO:tasks.rados.rados.0.smithi071.stdout:1082: write oid 2 current snap is 138 2024-09-13T14:25:14.998 INFO:tasks.rados.rados.0.smithi071.stdout:1082: seq_num 430 ranges {427010=472838,1329610=694481,2708828=518182} 2024-09-13T14:25:15.003 INFO:tasks.rados.rados.0.smithi071.stdout:1082: writing smithi07185159-2 from 427010 to 899848 tid 1 2024-09-13T14:25:15.009 INFO:tasks.rados.rados.0.smithi071.stdout:1082: writing smithi07185159-2 from 1329610 to 2024091 tid 2 2024-09-13T14:25:15.017 INFO:tasks.rados.rados.0.smithi071.stdout:1082: writing smithi07185159-2 from 2708828 to 3227010 tid 3 2024-09-13T14:25:15.017 INFO:tasks.rados.rados.0.smithi071.stdout:1083: read oid 36 snap -1 2024-09-13T14:25:15.017 INFO:tasks.rados.rados.0.smithi071.stdout:1083: expect (ObjNum 314 snap 96 seq_num 314) 2024-09-13T14:25:15.017 INFO:tasks.rados.rados.0.smithi071.stdout:1084: read oid 16 snap -1 2024-09-13T14:25:15.017 INFO:tasks.rados.rados.0.smithi071.stdout:1084: expect (ObjNum 418 snap 132 seq_num 418) 2024-09-13T14:25:15.017 INFO:tasks.rados.rados.0.smithi071.stdout:1085: rollback oid 4 current snap is 138 2024-09-13T14:25:15.017 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 4 to 131 2024-09-13T14:25:15.017 INFO:tasks.rados.rados.0.smithi071.stdout:1079: expect (ObjNum 415 snap 131 seq_num 415) 2024-09-13T14:25:15.114 INFO:tasks.rados.rados.0.smithi071.stdout:1080: finishing write tid 1 to smithi07185159-26 2024-09-13T14:25:15.114 INFO:tasks.rados.rados.0.smithi071.stdout:1080: finishing write tid 2 to smithi07185159-26 2024-09-13T14:25:15.114 INFO:tasks.rados.rados.0.smithi071.stdout:1080: finishing write tid 3 to smithi07185159-26 2024-09-13T14:25:15.114 INFO:tasks.rados.rados.0.smithi071.stdout:1080: finishing write tid 4 to smithi07185159-26 2024-09-13T14:25:15.114 INFO:tasks.rados.rados.0.smithi071.stdout:1080: oid 26 updating version 0 to 321 2024-09-13T14:25:15.114 INFO:tasks.rados.rados.0.smithi071.stdout:1080: oid 26 updating version 321 to 322 2024-09-13T14:25:15.114 INFO:tasks.rados.rados.0.smithi071.stdout:1080: oid 26 updating version 322 to 323 2024-09-13T14:25:15.114 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 26 v 323 (ObjNum 428 snap 138 seq_num 428) dirty exists 2024-09-13T14:25:15.114 INFO:tasks.rados.rados.0.smithi071.stdout:1080: left oid 26 (ObjNum 428 snap 138 seq_num 428) 2024-09-13T14:25:15.114 INFO:tasks.rados.rados.0.smithi071.stdout:1079: done (6 left) 2024-09-13T14:25:15.115 INFO:tasks.rados.rados.0.smithi071.stdout:1080: done (5 left) 2024-09-13T14:25:15.115 INFO:tasks.rados.rados.0.smithi071.stdout:1086: write oid 21 current snap is 138 2024-09-13T14:25:15.115 INFO:tasks.rados.rados.0.smithi071.stdout:1081: finishing write tid 1 to smithi07185159-49 2024-09-13T14:25:15.115 INFO:tasks.rados.rados.0.smithi071.stdout:1081: finishing write tid 2 to smithi07185159-49 2024-09-13T14:25:15.115 INFO:tasks.rados.rados.0.smithi071.stdout:1081: finishing write tid 3 to smithi07185159-49 2024-09-13T14:25:15.115 INFO:tasks.rados.rados.0.smithi071.stdout:1081: finishing write tid 4 to smithi07185159-49 2024-09-13T14:25:15.115 INFO:tasks.rados.rados.0.smithi071.stdout:1081: finishing write tid 5 to smithi07185159-49 2024-09-13T14:25:15.115 INFO:tasks.rados.rados.0.smithi071.stdout:1081: oid 49 updating version 0 to 518 2024-09-13T14:25:15.115 INFO:tasks.rados.rados.0.smithi071.stdout:1081: oid 49 updating version 518 to 519 2024-09-13T14:25:15.115 INFO:tasks.rados.rados.0.smithi071.stdout:1081: oid 49 updating version 519 to 520 2024-09-13T14:25:15.115 INFO:tasks.rados.rados.0.smithi071.stdout:1081: oid 49 version 520 is already newer than 517 2024-09-13T14:25:15.115 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 49 v 520 (ObjNum 429 snap 138 seq_num 429) dirty exists 2024-09-13T14:25:15.115 INFO:tasks.rados.rados.0.smithi071.stdout:1081: left oid 49 (ObjNum 429 snap 138 seq_num 429) 2024-09-13T14:25:15.116 INFO:tasks.rados.rados.0.smithi071.stdout:1082: finishing write tid 1 to smithi07185159-2 2024-09-13T14:25:15.116 INFO:tasks.rados.rados.0.smithi071.stdout:1082: finishing write tid 2 to smithi07185159-2 2024-09-13T14:25:15.116 INFO:tasks.rados.rados.0.smithi071.stdout:1086: seq_num 431 ranges {443817=548087,1788092=438139,3019898=223919} 2024-09-13T14:25:15.118 INFO:tasks.rados.rados.0.smithi071.stdout:1086: writing smithi07185159-21 from 443817 to 991904 tid 1 2024-09-13T14:25:15.125 INFO:tasks.rados.rados.0.smithi071.stdout:1086: writing smithi07185159-21 from 1788092 to 2226231 tid 2 2024-09-13T14:25:15.131 INFO:tasks.rados.rados.0.smithi071.stdout:1086: writing smithi07185159-21 from 3019898 to 3243817 tid 3 2024-09-13T14:25:15.131 INFO:tasks.rados.rados.0.smithi071.stdout:1081: done (5 left) 2024-09-13T14:25:15.131 INFO:tasks.rados.rados.0.smithi071.stdout:1087: snap_create 2024-09-13T14:25:15.131 INFO:tasks.rados.rados.0.smithi071.stdout:1083: expect (ObjNum 314 snap 96 seq_num 314) 2024-09-13T14:25:15.270 INFO:tasks.rados.rados.0.smithi071.stdout:1082: finishing write tid 3 to smithi07185159-2 2024-09-13T14:25:15.270 INFO:tasks.rados.rados.0.smithi071.stdout:1085: finishing rollback tid 0 to smithi07185159-4 2024-09-13T14:25:15.270 INFO:tasks.rados.rados.0.smithi071.stdout:1085: finishing rollback tid 1 to smithi07185159-4 2024-09-13T14:25:15.270 INFO:tasks.rados.rados.0.smithi071.stdout:1085: finishing rollback tid 2 to smithi07185159-4 2024-09-13T14:25:15.270 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 4 v 512 (ObjNum 313 snap 96 seq_num 313) dirty exists 2024-09-13T14:25:15.270 INFO:tasks.rados.rados.0.smithi071.stdout:1082: finishing write tid 4 to smithi07185159-2 2024-09-13T14:25:15.271 INFO:tasks.rados.rados.0.smithi071.stdout:1082: finishing write tid 5 to smithi07185159-2 2024-09-13T14:25:15.271 INFO:tasks.rados.rados.0.smithi071.stdout:1082: oid 2 updating version 0 to 154 2024-09-13T14:25:15.271 INFO:tasks.rados.rados.0.smithi071.stdout:1082: oid 2 updating version 154 to 155 2024-09-13T14:25:15.271 INFO:tasks.rados.rados.0.smithi071.stdout:1082: oid 2 version 155 is already newer than 153 2024-09-13T14:25:15.271 INFO:tasks.rados.rados.0.smithi071.stdout:1082: oid 2 version 155 is already newer than 152 2024-09-13T14:25:15.271 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 2 v 155 (ObjNum 430 snap 138 seq_num 430) dirty exists 2024-09-13T14:25:15.271 INFO:tasks.rados.rados.0.smithi071.stdout:1082: left oid 2 (ObjNum 430 snap 138 seq_num 430) 2024-09-13T14:25:15.271 INFO:tasks.rados.rados.0.smithi071.stdout:1084: expect (ObjNum 418 snap 132 seq_num 418) 2024-09-13T14:25:15.369 INFO:tasks.rados.rados.0.smithi071.stdout:1086: finishing write tid 1 to smithi07185159-21 2024-09-13T14:25:15.369 INFO:tasks.rados.rados.0.smithi071.stdout:1086: finishing write tid 2 to smithi07185159-21 2024-09-13T14:25:15.369 INFO:tasks.rados.rados.0.smithi071.stdout:1086: finishing write tid 3 to smithi07185159-21 2024-09-13T14:25:15.369 INFO:tasks.rados.rados.0.smithi071.stdout:1086: finishing write tid 4 to smithi07185159-21 2024-09-13T14:25:15.369 INFO:tasks.rados.rados.0.smithi071.stdout:1086: finishing write tid 5 to smithi07185159-21 2024-09-13T14:25:15.369 INFO:tasks.rados.rados.0.smithi071.stdout:1086: oid 21 updating version 0 to 455 2024-09-13T14:25:15.370 INFO:tasks.rados.rados.0.smithi071.stdout:1086: oid 21 version 455 is already newer than 454 2024-09-13T14:25:15.370 INFO:tasks.rados.rados.0.smithi071.stdout:1086: oid 21 updating version 455 to 456 2024-09-13T14:25:15.370 INFO:tasks.rados.rados.0.smithi071.stdout:1086: oid 21 version 456 is already newer than 453 2024-09-13T14:25:15.370 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 21 v 456 (ObjNum 431 snap 138 seq_num 431) dirty exists 2024-09-13T14:25:15.370 INFO:tasks.rados.rados.0.smithi071.stdout:1086: left oid 21 (ObjNum 431 snap 138 seq_num 431) 2024-09-13T14:25:15.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:14 smithi071 ceph-mon[29588]: osdmap e342: 8 total, 8 up, 8 in 2024-09-13T14:25:15.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:14 smithi071 ceph-mon[29588]: pgmap v195: 89 pgs: 89 active+clean; 120 MiB data, 532 MiB used, 715 GiB / 715 GiB avail; 5.1 MiB/s rd, 0 B/s wr, 4 op/s 2024-09-13T14:25:15.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:14 smithi071 ceph-mon[41109]: osdmap e342: 8 total, 8 up, 8 in 2024-09-13T14:25:15.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:14 smithi071 ceph-mon[41109]: pgmap v195: 89 pgs: 89 active+clean; 120 MiB data, 532 MiB used, 715 GiB / 715 GiB avail; 5.1 MiB/s rd, 0 B/s wr, 4 op/s 2024-09-13T14:25:15.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:14 smithi104 ceph-mon[33426]: osdmap e342: 8 total, 8 up, 8 in 2024-09-13T14:25:15.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:14 smithi104 ceph-mon[33426]: pgmap v195: 89 pgs: 89 active+clean; 120 MiB data, 532 MiB used, 715 GiB / 715 GiB avail; 5.1 MiB/s rd, 0 B/s wr, 4 op/s 2024-09-13T14:25:15.979 INFO:tasks.rados.rados.0.smithi071.stdout:1082: done (5 left) 2024-09-13T14:25:15.980 INFO:tasks.rados.rados.0.smithi071.stdout:1083: done (4 left) 2024-09-13T14:25:15.980 INFO:tasks.rados.rados.0.smithi071.stdout:1084: done (3 left) 2024-09-13T14:25:15.980 INFO:tasks.rados.rados.0.smithi071.stdout:1085: done (2 left) 2024-09-13T14:25:15.980 INFO:tasks.rados.rados.0.smithi071.stdout:1086: done (1 left) 2024-09-13T14:25:15.980 INFO:tasks.rados.rados.0.smithi071.stdout:1087: done (0 left) 2024-09-13T14:25:15.980 INFO:tasks.rados.rados.0.smithi071.stdout:1088: rollback oid 17 current snap is 139 2024-09-13T14:25:15.980 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 17 to 131 2024-09-13T14:25:15.980 INFO:tasks.rados.rados.0.smithi071.stdout:1089: rollback oid 23 current snap is 139 2024-09-13T14:25:15.980 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 23 to 125 2024-09-13T14:25:15.980 INFO:tasks.rados.rados.0.smithi071.stdout:1090: read oid 24 snap 125 2024-09-13T14:25:15.980 INFO:tasks.rados.rados.0.smithi071.stdout:1090: expect (ObjNum 326 snap 101 seq_num 326) 2024-09-13T14:25:15.981 INFO:tasks.rados.rados.0.smithi071.stdout:1091: read oid 20 snap -1 2024-09-13T14:25:15.981 INFO:tasks.rados.rados.0.smithi071.stdout:1091: expect (ObjNum 416 snap 131 seq_num 416) 2024-09-13T14:25:15.981 INFO:tasks.rados.rados.0.smithi071.stdout:1092: read oid 21 snap -1 2024-09-13T14:25:15.981 INFO:tasks.rados.rados.0.smithi071.stdout:1092: expect (ObjNum 431 snap 138 seq_num 431) 2024-09-13T14:25:15.981 INFO:tasks.rados.rados.0.smithi071.stdout:1093: read oid 34 snap -1 2024-09-13T14:25:15.981 INFO:tasks.rados.rados.0.smithi071.stdout:1093: expect (ObjNum 402 snap 124 seq_num 402) 2024-09-13T14:25:15.981 INFO:tasks.rados.rados.0.smithi071.stdout:1094: read oid 1 snap -1 2024-09-13T14:25:15.981 INFO:tasks.rados.rados.0.smithi071.stdout:1094: expect (ObjNum 379 snap 120 seq_num 379) 2024-09-13T14:25:15.981 INFO:tasks.rados.rados.0.smithi071.stdout:1095: write oid 48 current snap is 139 2024-09-13T14:25:15.981 INFO:tasks.rados.rados.0.smithi071.stdout:1095: seq_num 432 ranges {460624=623336,1846574=698150,3163674=96950} 2024-09-13T14:25:15.985 INFO:tasks.rados.rados.0.smithi071.stdout:1095: writing smithi07185159-48 from 460624 to 1083960 tid 1 2024-09-13T14:25:15.994 INFO:tasks.rados.rados.0.smithi071.stdout:1095: writing smithi07185159-48 from 1846574 to 2544724 tid 2 2024-09-13T14:25:15.999 INFO:tasks.rados.rados.0.smithi071.stdout:1095: writing smithi07185159-48 from 3163674 to 3260624 tid 3 2024-09-13T14:25:15.999 INFO:tasks.rados.rados.0.smithi071.stdout:1096: rollback oid 2 current snap is 139 2024-09-13T14:25:15.999 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 2 to 132 2024-09-13T14:25:15.999 INFO:tasks.rados.rados.0.smithi071.stdout:1088: finishing rollback tid 1 to smithi07185159-17 2024-09-13T14:25:15.999 INFO:tasks.rados.rados.0.smithi071.stdout:1097: delete oid 41 current snap is 139 2024-09-13T14:25:15.999 INFO:tasks.rados.rados.0.smithi071.stdout:1088: finishing rollback tid 2 to smithi07185159-17 2024-09-13T14:25:15.999 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 17 v 372 (ObjNum 390 snap 121 seq_num 390) dirty exists 2024-09-13T14:25:15.999 INFO:tasks.rados.rados.0.smithi071.stdout:1091: expect (ObjNum 416 snap 131 seq_num 416) 2024-09-13T14:25:16.199 INFO:tasks.rados.rados.0.smithi071.stdout:1089: finishing rollback tid 1 to smithi07185159-23 2024-09-13T14:25:16.199 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 23 v 0 (ObjNum 49 snap 0 seq_num 1960868320) dirty dne 2024-09-13T14:25:16.199 INFO:tasks.rados.rados.0.smithi071.stdout:1088: done (9 left) 2024-09-13T14:25:16.199 INFO:tasks.rados.rados.0.smithi071.stdout:1089: done (8 left) 2024-09-13T14:25:16.199 INFO:tasks.rados.rados.0.smithi071.stdout:1091: done (7 left) 2024-09-13T14:25:16.199 INFO:tasks.rados.rados.0.smithi071.stdout:1097: done (6 left) 2024-09-13T14:25:16.199 INFO:tasks.rados.rados.0.smithi071.stdout:1098: rollback oid 44 current snap is 139 2024-09-13T14:25:16.199 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 44 to 132 2024-09-13T14:25:16.199 INFO:tasks.rados.rados.0.smithi071.stdout:1092: expect (ObjNum 431 snap 138 seq_num 431) 2024-09-13T14:25:16.305 INFO:tasks.rados.rados.0.smithi071.stdout:1094: expect (ObjNum 379 snap 120 seq_num 379) 2024-09-13T14:25:16.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:15 smithi071 ceph-mon[29588]: osdmap e343: 8 total, 8 up, 8 in 2024-09-13T14:25:16.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:15 smithi071 ceph-mon[41109]: osdmap e343: 8 total, 8 up, 8 in 2024-09-13T14:25:16.402 INFO:tasks.rados.rados.0.smithi071.stdout:1090: expect (ObjNum 326 snap 101 seq_num 326) 2024-09-13T14:25:16.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:15 smithi104 ceph-mon[33426]: osdmap e343: 8 total, 8 up, 8 in 2024-09-13T14:25:16.552 INFO:tasks.rados.rados.0.smithi071.stdout:1095: finishing write tid 1 to smithi07185159-48 2024-09-13T14:25:16.552 INFO:tasks.rados.rados.0.smithi071.stdout:1095: finishing write tid 2 to smithi07185159-48 2024-09-13T14:25:16.553 INFO:tasks.rados.rados.0.smithi071.stdout:1093: expect (ObjNum 402 snap 124 seq_num 402) 2024-09-13T14:25:16.714 INFO:tasks.rados.rados.0.smithi071.stdout:1096: finishing rollback tid 0 to smithi07185159-2 2024-09-13T14:25:16.714 INFO:tasks.rados.rados.0.smithi071.stdout:1096: finishing rollback tid 1 to smithi07185159-2 2024-09-13T14:25:16.714 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 2 v 158 (ObjNum 33 snap 0 seq_num 300250338) dirty dne 2024-09-13T14:25:16.714 INFO:tasks.rados.rados.0.smithi071.stdout:1095: finishing write tid 3 to smithi07185159-48 2024-09-13T14:25:16.714 INFO:tasks.rados.rados.0.smithi071.stdout:1095: finishing write tid 4 to smithi07185159-48 2024-09-13T14:25:16.714 INFO:tasks.rados.rados.0.smithi071.stdout:1095: finishing write tid 5 to smithi07185159-48 2024-09-13T14:25:16.714 INFO:tasks.rados.rados.0.smithi071.stdout:1095: oid 48 updating version 0 to 1139 2024-09-13T14:25:16.715 INFO:tasks.rados.rados.0.smithi071.stdout:1095: oid 48 version 1139 is already newer than 1138 2024-09-13T14:25:16.715 INFO:tasks.rados.rados.0.smithi071.stdout:1095: oid 48 version 1139 is already newer than 1136 2024-09-13T14:25:16.715 INFO:tasks.rados.rados.0.smithi071.stdout:1095: oid 48 version 1139 is already newer than 1137 2024-09-13T14:25:16.715 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 48 v 1139 (ObjNum 432 snap 139 seq_num 432) dirty exists 2024-09-13T14:25:16.715 INFO:tasks.rados.rados.0.smithi071.stdout:1095: left oid 48 (ObjNum 432 snap 139 seq_num 432) 2024-09-13T14:25:16.715 INFO:tasks.rados.rados.0.smithi071.stdout:1098: finishing rollback tid 0 to smithi07185159-44 2024-09-13T14:25:16.715 INFO:tasks.rados.rados.0.smithi071.stdout:1098: finishing rollback tid 1 to smithi07185159-44 2024-09-13T14:25:16.715 INFO:tasks.rados.rados.0.smithi071.stdout:1098: finishing rollback tid 2 to smithi07185159-44 2024-09-13T14:25:16.715 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 44 v 516 (ObjNum 324 snap 101 seq_num 324) dirty exists 2024-09-13T14:25:16.715 INFO:tasks.rados.rados.0.smithi071.stdout:1090: done (6 left) 2024-09-13T14:25:16.715 INFO:tasks.rados.rados.0.smithi071.stdout:1092: done (5 left) 2024-09-13T14:25:16.715 INFO:tasks.rados.rados.0.smithi071.stdout:1093: done (4 left) 2024-09-13T14:25:16.715 INFO:tasks.rados.rados.0.smithi071.stdout:1094: done (3 left) 2024-09-13T14:25:16.715 INFO:tasks.rados.rados.0.smithi071.stdout:1095: done (2 left) 2024-09-13T14:25:16.716 INFO:tasks.rados.rados.0.smithi071.stdout:1096: done (1 left) 2024-09-13T14:25:16.716 INFO:tasks.rados.rados.0.smithi071.stdout:1098: done (0 left) 2024-09-13T14:25:16.716 INFO:tasks.rados.rados.0.smithi071.stdout:1099: snap_create 2024-09-13T14:25:16.981 INFO:tasks.rados.rados.0.smithi071.stdout:1099: done (0 left) 2024-09-13T14:25:16.981 INFO:tasks.rados.rados.0.smithi071.stdout:1100: rollback oid 11 current snap is 140 2024-09-13T14:25:16.982 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 11 to 123 2024-09-13T14:25:16.982 INFO:tasks.rados.rados.0.smithi071.stdout:1101: snap_remove snap 134 2024-09-13T14:25:17.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:16 smithi071 ceph-mon[29588]: osdmap e344: 8 total, 8 up, 8 in 2024-09-13T14:25:17.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:16 smithi071 ceph-mon[29588]: pgmap v198: 89 pgs: 89 active+clean; 120 MiB data, 532 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:25:17.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:16 smithi071 ceph-mon[41109]: osdmap e344: 8 total, 8 up, 8 in 2024-09-13T14:25:17.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:16 smithi071 ceph-mon[41109]: pgmap v198: 89 pgs: 89 active+clean; 120 MiB data, 532 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:25:17.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:16 smithi104 ceph-mon[33426]: osdmap e344: 8 total, 8 up, 8 in 2024-09-13T14:25:17.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:16 smithi104 ceph-mon[33426]: pgmap v198: 89 pgs: 89 active+clean; 120 MiB data, 532 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:25:17.983 INFO:tasks.rados.rados.0.smithi071.stdout:1101: done (1 left) 2024-09-13T14:25:17.984 INFO:tasks.rados.rados.0.smithi071.stdout:1102: write oid 26 current snap is 140 2024-09-13T14:25:17.984 INFO:tasks.rados.rados.0.smithi071.stdout:1100: finishing rollback tid 0 to smithi07185159-11 2024-09-13T14:25:17.984 INFO:tasks.rados.rados.0.smithi071.stdout:1102: seq_num 434 ranges {494238=490187,1563538=701819,2818520=475718} 2024-09-13T14:25:17.989 INFO:tasks.rados.rados.0.smithi071.stdout:1102: writing smithi07185159-26 from 494238 to 984425 tid 1 2024-09-13T14:25:17.996 INFO:tasks.rados.rados.0.smithi071.stdout:1102: writing smithi07185159-26 from 1563538 to 2265357 tid 2 2024-09-13T14:25:18.002 INFO:tasks.rados.rados.0.smithi071.stdout:1102: writing smithi07185159-26 from 2818520 to 3294238 tid 3 2024-09-13T14:25:18.002 INFO:tasks.rados.rados.0.smithi071.stdout:1103: read oid 19 snap -1 2024-09-13T14:25:18.002 INFO:tasks.rados.rados.0.smithi071.stdout:1103: expect (ObjNum 389 snap 121 seq_num 389) 2024-09-13T14:25:18.002 INFO:tasks.rados.rados.0.smithi071.stdout:1104: write oid 9 current snap is 140 2024-09-13T14:25:18.002 INFO:tasks.rados.rados.0.smithi071.stdout:1100: finishing rollback tid 1 to smithi07185159-11 2024-09-13T14:25:18.002 INFO:tasks.rados.rados.0.smithi071.stdout:1100: finishing rollback tid 2 to smithi07185159-11 2024-09-13T14:25:18.003 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 11 v 706 (ObjNum 279 snap 88 seq_num 279) dirty exists 2024-09-13T14:25:18.003 INFO:tasks.rados.rados.0.smithi071.stdout:1102: finishing write tid 1 to smithi07185159-26 2024-09-13T14:25:18.003 INFO:tasks.rados.rados.0.smithi071.stdout:1102: finishing write tid 2 to smithi07185159-26 2024-09-13T14:25:18.003 INFO:tasks.rados.rados.0.smithi071.stdout:1104: seq_num 435 ranges {511045=565436,1622020=445477,2729590=556855} 2024-09-13T14:25:18.008 INFO:tasks.rados.rados.0.smithi071.stdout:1104: writing smithi07185159-9 from 511045 to 1076481 tid 1 2024-09-13T14:25:18.013 INFO:tasks.rados.rados.0.smithi071.stdout:1104: writing smithi07185159-9 from 1622020 to 2067497 tid 2 2024-09-13T14:25:18.020 INFO:tasks.rados.rados.0.smithi071.stdout:1104: writing smithi07185159-9 from 2729590 to 3286445 tid 3 2024-09-13T14:25:18.021 INFO:tasks.rados.rados.0.smithi071.stdout:1100: done (3 left) 2024-09-13T14:25:18.021 INFO:tasks.rados.rados.0.smithi071.stdout:1105: write oid 49 current snap is 140 2024-09-13T14:25:18.021 INFO:tasks.rados.rados.0.smithi071.stdout:1105: seq_num 436 ranges {527852=640685,1680502=589135,2757013=570839} 2024-09-13T14:25:18.027 INFO:tasks.rados.rados.0.smithi071.stdout:1105: writing smithi07185159-49 from 527852 to 1168537 tid 1 2024-09-13T14:25:18.033 INFO:tasks.rados.rados.0.smithi071.stdout:1105: writing smithi07185159-49 from 1680502 to 2269637 tid 2 2024-09-13T14:25:18.039 INFO:tasks.rados.rados.0.smithi071.stdout:1105: writing smithi07185159-49 from 2757013 to 3327852 tid 3 2024-09-13T14:25:18.040 INFO:tasks.rados.rados.0.smithi071.stdout:1106: read oid 6 snap -1 2024-09-13T14:25:18.040 INFO:tasks.rados.rados.0.smithi071.stdout:1106: expect (ObjNum 424 snap 136 seq_num 424) 2024-09-13T14:25:18.040 INFO:tasks.rados.rados.0.smithi071.stdout:1107: rollback oid 24 current snap is 140 2024-09-13T14:25:18.040 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 24 to 135 2024-09-13T14:25:18.040 INFO:tasks.rados.rados.0.smithi071.stdout:1102: finishing write tid 3 to smithi07185159-26 2024-09-13T14:25:18.040 INFO:tasks.rados.rados.0.smithi071.stdout:1102: finishing write tid 4 to smithi07185159-26 2024-09-13T14:25:18.040 INFO:tasks.rados.rados.0.smithi071.stdout:1102: finishing write tid 5 to smithi07185159-26 2024-09-13T14:25:18.040 INFO:tasks.rados.rados.0.smithi071.stdout:1102: oid 26 updating version 0 to 328 2024-09-13T14:25:18.040 INFO:tasks.rados.rados.0.smithi071.stdout:1102: oid 26 version 328 is already newer than 325 2024-09-13T14:25:18.040 INFO:tasks.rados.rados.0.smithi071.stdout:1102: oid 26 version 328 is already newer than 326 2024-09-13T14:25:18.040 INFO:tasks.rados.rados.0.smithi071.stdout:1102: oid 26 version 328 is already newer than 327 2024-09-13T14:25:18.040 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 26 v 328 (ObjNum 434 snap 140 seq_num 434) dirty exists 2024-09-13T14:25:18.041 INFO:tasks.rados.rados.0.smithi071.stdout:1102: left oid 26 (ObjNum 434 snap 140 seq_num 434) 2024-09-13T14:25:18.041 INFO:tasks.rados.rados.0.smithi071.stdout:1102: done (5 left) 2024-09-13T14:25:18.041 INFO:tasks.rados.rados.0.smithi071.stdout:1108: delete oid 35 current snap is 140 2024-09-13T14:25:18.041 INFO:tasks.rados.rados.0.smithi071.stdout:1103: expect (ObjNum 389 snap 121 seq_num 389) 2024-09-13T14:25:18.153 INFO:tasks.rados.rados.0.smithi071.stdout:1104: finishing write tid 1 to smithi07185159-9 2024-09-13T14:25:18.153 INFO:tasks.rados.rados.0.smithi071.stdout:1104: finishing write tid 2 to smithi07185159-9 2024-09-13T14:25:18.153 INFO:tasks.rados.rados.0.smithi071.stdout:1104: finishing write tid 3 to smithi07185159-9 2024-09-13T14:25:18.153 INFO:tasks.rados.rados.0.smithi071.stdout:1104: finishing write tid 4 to smithi07185159-9 2024-09-13T14:25:18.153 INFO:tasks.rados.rados.0.smithi071.stdout:1104: finishing write tid 5 to smithi07185159-9 2024-09-13T14:25:18.153 INFO:tasks.rados.rados.0.smithi071.stdout:1104: oid 9 updating version 0 to 174 2024-09-13T14:25:18.153 INFO:tasks.rados.rados.0.smithi071.stdout:1104: oid 9 updating version 174 to 175 2024-09-13T14:25:18.153 INFO:tasks.rados.rados.0.smithi071.stdout:1104: oid 9 updating version 175 to 176 2024-09-13T14:25:18.153 INFO:tasks.rados.rados.0.smithi071.stdout:1104: oid 9 updating version 176 to 177 2024-09-13T14:25:18.154 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 9 v 177 (ObjNum 435 snap 140 seq_num 435) dirty exists 2024-09-13T14:25:18.154 INFO:tasks.rados.rados.0.smithi071.stdout:1104: left oid 9 (ObjNum 435 snap 140 seq_num 435) 2024-09-13T14:25:18.154 INFO:tasks.rados.rados.0.smithi071.stdout:1105: finishing write tid 1 to smithi07185159-49 2024-09-13T14:25:18.154 INFO:tasks.rados.rados.0.smithi071.stdout:1105: finishing write tid 2 to smithi07185159-49 2024-09-13T14:25:18.154 INFO:tasks.rados.rados.0.smithi071.stdout:1107: finishing rollback tid 0 to smithi07185159-24 2024-09-13T14:25:18.154 INFO:tasks.rados.rados.0.smithi071.stdout:1103: done (5 left) 2024-09-13T14:25:18.154 INFO:tasks.rados.rados.0.smithi071.stdout:1104: done (4 left) 2024-09-13T14:25:18.154 INFO:tasks.rados.rados.0.smithi071.stdout:1108: done (3 left) 2024-09-13T14:25:18.154 INFO:tasks.rados.rados.0.smithi071.stdout:1109: write oid 1 current snap is 140 2024-09-13T14:25:18.154 INFO:tasks.rados.rados.0.smithi071.stdout:1105: finishing write tid 3 to smithi07185159-49 2024-09-13T14:25:18.154 INFO:tasks.rados.rados.0.smithi071.stdout:1105: finishing write tid 4 to smithi07185159-49 2024-09-13T14:25:18.154 INFO:tasks.rados.rados.0.smithi071.stdout:1109: seq_num 438 ranges {561466=791183,2081113=592804,3095506=265960} 2024-09-13T14:25:18.159 INFO:tasks.rados.rados.0.smithi071.stdout:1109: writing smithi07185159-1 from 561466 to 1352649 tid 1 2024-09-13T14:25:18.167 INFO:tasks.rados.rados.0.smithi071.stdout:1109: writing smithi07185159-1 from 2081113 to 2673917 tid 2 2024-09-13T14:25:18.171 INFO:tasks.rados.rados.0.smithi071.stdout:1109: writing smithi07185159-1 from 3095506 to 3361466 tid 3 2024-09-13T14:25:18.171 INFO:tasks.rados.rados.0.smithi071.stdout:1110: write oid 36 current snap is 140 2024-09-13T14:25:18.171 INFO:tasks.rados.rados.0.smithi071.stdout:1107: finishing rollback tid 1 to smithi07185159-24 2024-09-13T14:25:18.171 INFO:tasks.rados.rados.0.smithi071.stdout:1105: finishing write tid 5 to smithi07185159-49 2024-09-13T14:25:18.171 INFO:tasks.rados.rados.0.smithi071.stdout:1105: oid 49 updating version 0 to 524 2024-09-13T14:25:18.171 INFO:tasks.rados.rados.0.smithi071.stdout:1105: oid 49 updating version 524 to 527 2024-09-13T14:25:18.171 INFO:tasks.rados.rados.0.smithi071.stdout:1105: oid 49 version 527 is already newer than 526 2024-09-13T14:25:18.171 INFO:tasks.rados.rados.0.smithi071.stdout:1105: oid 49 version 527 is already newer than 525 2024-09-13T14:25:18.171 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 49 v 527 (ObjNum 436 snap 140 seq_num 436) dirty exists 2024-09-13T14:25:18.172 INFO:tasks.rados.rados.0.smithi071.stdout:1105: left oid 49 (ObjNum 436 snap 140 seq_num 436) 2024-09-13T14:25:18.172 INFO:tasks.rados.rados.0.smithi071.stdout:1107: finishing rollback tid 2 to smithi07185159-24 2024-09-13T14:25:18.172 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 24 v 284 (ObjNum 326 snap 101 seq_num 326) dirty exists 2024-09-13T14:25:18.172 INFO:tasks.rados.rados.0.smithi071.stdout:1106: expect (ObjNum 424 snap 136 seq_num 424) 2024-09-13T14:25:18.328 INFO:tasks.rados.rados.0.smithi071.stdout:1109: finishing write tid 1 to smithi07185159-1 2024-09-13T14:25:18.328 INFO:tasks.rados.rados.0.smithi071.stdout:1109: finishing write tid 2 to smithi07185159-1 2024-09-13T14:25:18.328 INFO:tasks.rados.rados.0.smithi071.stdout:1109: finishing write tid 3 to smithi07185159-1 2024-09-13T14:25:18.328 INFO:tasks.rados.rados.0.smithi071.stdout:1109: finishing write tid 4 to smithi07185159-1 2024-09-13T14:25:18.328 INFO:tasks.rados.rados.0.smithi071.stdout:1109: finishing write tid 5 to smithi07185159-1 2024-09-13T14:25:18.328 INFO:tasks.rados.rados.0.smithi071.stdout:1109: oid 1 updating version 0 to 1144 2024-09-13T14:25:18.328 INFO:tasks.rados.rados.0.smithi071.stdout:1109: oid 1 updating version 1144 to 1145 2024-09-13T14:25:18.328 INFO:tasks.rados.rados.0.smithi071.stdout:1109: oid 1 version 1145 is already newer than 1143 2024-09-13T14:25:18.328 INFO:tasks.rados.rados.0.smithi071.stdout:1109: oid 1 updating version 1145 to 1146 2024-09-13T14:25:18.328 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 1 v 1146 (ObjNum 438 snap 140 seq_num 438) dirty exists 2024-09-13T14:25:18.328 INFO:tasks.rados.rados.0.smithi071.stdout:1109: left oid 1 (ObjNum 438 snap 140 seq_num 438) 2024-09-13T14:25:18.329 INFO:tasks.rados.rados.0.smithi071.stdout:1110: seq_num 439 ranges {578273=466432,1739595=452815,2722929=655344} 2024-09-13T14:25:18.333 INFO:tasks.rados.rados.0.smithi071.stdout:1110: writing smithi07185159-36 from 578273 to 1044705 tid 1 2024-09-13T14:25:18.339 INFO:tasks.rados.rados.0.smithi071.stdout:1110: writing smithi07185159-36 from 1739595 to 2192410 tid 2 2024-09-13T14:25:18.348 INFO:tasks.rados.rados.0.smithi071.stdout:1110: writing smithi07185159-36 from 2722929 to 3378273 tid 3 2024-09-13T14:25:18.349 INFO:tasks.rados.rados.0.smithi071.stdout:1105: done (4 left) 2024-09-13T14:25:18.349 INFO:tasks.rados.rados.0.smithi071.stdout:1106: done (3 left) 2024-09-13T14:25:18.349 INFO:tasks.rados.rados.0.smithi071.stdout:1107: done (2 left) 2024-09-13T14:25:18.349 INFO:tasks.rados.rados.0.smithi071.stdout:1109: done (1 left) 2024-09-13T14:25:18.349 INFO:tasks.rados.rados.0.smithi071.stdout:1111: snap_create 2024-09-13T14:25:18.349 INFO:tasks.rados.rados.0.smithi071.stdout:1110: finishing write tid 1 to smithi07185159-36 2024-09-13T14:25:18.349 INFO:tasks.rados.rados.0.smithi071.stdout:1110: finishing write tid 2 to smithi07185159-36 2024-09-13T14:25:18.349 INFO:tasks.rados.rados.0.smithi071.stdout:1110: finishing write tid 3 to smithi07185159-36 2024-09-13T14:25:18.349 INFO:tasks.rados.rados.0.smithi071.stdout:1110: finishing write tid 4 to smithi07185159-36 2024-09-13T14:25:18.350 INFO:tasks.rados.rados.0.smithi071.stdout:1110: finishing write tid 5 to smithi07185159-36 2024-09-13T14:25:18.350 INFO:tasks.rados.rados.0.smithi071.stdout:1110: oid 36 updating version 0 to 227 2024-09-13T14:25:18.350 INFO:tasks.rados.rados.0.smithi071.stdout:1110: oid 36 updating version 227 to 228 2024-09-13T14:25:18.350 INFO:tasks.rados.rados.0.smithi071.stdout:1110: oid 36 updating version 228 to 229 2024-09-13T14:25:18.350 INFO:tasks.rados.rados.0.smithi071.stdout:1110: oid 36 version 229 is already newer than 226 2024-09-13T14:25:18.350 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 36 v 229 (ObjNum 439 snap 140 seq_num 439) dirty exists 2024-09-13T14:25:18.350 INFO:tasks.rados.rados.0.smithi071.stdout:1110: left oid 36 (ObjNum 439 snap 140 seq_num 439) 2024-09-13T14:25:18.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:17 smithi071 ceph-mon[29588]: osdmap e345: 8 total, 8 up, 8 in 2024-09-13T14:25:18.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:17 smithi071 ceph-mon[41109]: osdmap e345: 8 total, 8 up, 8 in 2024-09-13T14:25:18.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:17 smithi104 ceph-mon[33426]: osdmap e345: 8 total, 8 up, 8 in 2024-09-13T14:25:18.994 INFO:tasks.rados.rados.0.smithi071.stdout:1110: done (1 left) 2024-09-13T14:25:18.994 INFO:tasks.rados.rados.0.smithi071.stdout:1111: done (0 left) 2024-09-13T14:25:18.994 INFO:tasks.rados.rados.0.smithi071.stdout:1112: read oid 45 snap -1 2024-09-13T14:25:18.994 INFO:tasks.rados.rados.0.smithi071.stdout:1112: expect (ObjNum 395 snap 123 seq_num 395) 2024-09-13T14:25:18.995 INFO:tasks.rados.rados.0.smithi071.stdout:1113: snap_create 2024-09-13T14:25:18.997 INFO:tasks.rados.rados.0.smithi071.stdout:1112: expect (ObjNum 395 snap 123 seq_num 395) 2024-09-13T14:25:19.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:18 smithi071 ceph-mon[29588]: osdmap e346: 8 total, 8 up, 8 in 2024-09-13T14:25:19.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:18 smithi071 ceph-mon[29588]: pgmap v201: 89 pgs: 89 active+clean; 143 MiB data, 569 MiB used, 715 GiB / 715 GiB avail; 31 MiB/s rd, 2.7 MiB/s wr, 39 op/s 2024-09-13T14:25:19.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:18 smithi071 ceph-mon[41109]: osdmap e346: 8 total, 8 up, 8 in 2024-09-13T14:25:19.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:18 smithi071 ceph-mon[41109]: pgmap v201: 89 pgs: 89 active+clean; 143 MiB data, 569 MiB used, 715 GiB / 715 GiB avail; 31 MiB/s rd, 2.7 MiB/s wr, 39 op/s 2024-09-13T14:25:19.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:18 smithi104 ceph-mon[33426]: osdmap e346: 8 total, 8 up, 8 in 2024-09-13T14:25:19.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:18 smithi104 ceph-mon[33426]: pgmap v201: 89 pgs: 89 active+clean; 143 MiB data, 569 MiB used, 715 GiB / 715 GiB avail; 31 MiB/s rd, 2.7 MiB/s wr, 39 op/s 2024-09-13T14:25:19.995 INFO:tasks.rados.rados.0.smithi071.stdout:1112: done (1 left) 2024-09-13T14:25:19.995 INFO:tasks.rados.rados.0.smithi071.stdout:1113: done (0 left) 2024-09-13T14:25:19.995 INFO:tasks.rados.rados.0.smithi071.stdout:1114: read oid 37 snap -1 2024-09-13T14:25:19.996 INFO:tasks.rados.rados.0.smithi071.stdout:1114: expect (ObjNum 409 snap 128 seq_num 409) 2024-09-13T14:25:19.996 INFO:tasks.rados.rados.0.smithi071.stdout:1115: rollback oid 38 current snap is 142 2024-09-13T14:25:19.996 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 38 to 141 2024-09-13T14:25:19.996 INFO:tasks.rados.rados.0.smithi071.stdout:1116: write oid 1 current snap is 142 2024-09-13T14:25:19.996 INFO:tasks.rados.rados.0.smithi071.stdout:1116: seq_num 440 ranges {595080=541681,1798077=596473,3150352=244728} 2024-09-13T14:25:20.001 INFO:tasks.rados.rados.0.smithi071.stdout:1116: writing smithi07185159-1 from 595080 to 1136761 tid 1 2024-09-13T14:25:20.008 INFO:tasks.rados.rados.0.smithi071.stdout:1116: writing smithi07185159-1 from 1798077 to 2394550 tid 2 2024-09-13T14:25:20.014 INFO:tasks.rados.rados.0.smithi071.stdout:1116: writing smithi07185159-1 from 3150352 to 3395080 tid 3 2024-09-13T14:25:20.015 INFO:tasks.rados.rados.0.smithi071.stdout:1117: delete oid 7 current snap is 142 2024-09-13T14:25:20.015 INFO:tasks.rados.rados.0.smithi071.stdout:1115: finishing rollback tid 0 to smithi07185159-38 2024-09-13T14:25:20.015 INFO:tasks.rados.rados.0.smithi071.stdout:1115: finishing rollback tid 1 to smithi07185159-38 2024-09-13T14:25:20.015 INFO:tasks.rados.rados.0.smithi071.stdout:1115: finishing rollback tid 2 to smithi07185159-38 2024-09-13T14:25:20.015 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 38 v 524 (ObjNum 421 snap 133 seq_num 421) dirty exists 2024-09-13T14:25:20.015 INFO:tasks.rados.rados.0.smithi071.stdout:1114: expect (ObjNum 409 snap 128 seq_num 409) 2024-09-13T14:25:20.113 INFO:tasks.rados.rados.0.smithi071.stdout:1116: finishing write tid 1 to smithi07185159-1 2024-09-13T14:25:20.113 INFO:tasks.rados.rados.0.smithi071.stdout:1114: done (3 left) 2024-09-13T14:25:20.114 INFO:tasks.rados.rados.0.smithi071.stdout:1115: done (2 left) 2024-09-13T14:25:20.114 INFO:tasks.rados.rados.0.smithi071.stdout:1117: done (1 left) 2024-09-13T14:25:20.114 INFO:tasks.rados.rados.0.smithi071.stdout:1118: rollback oid 48 current snap is 142 2024-09-13T14:25:20.114 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 48 to 126 2024-09-13T14:25:20.114 INFO:tasks.rados.rados.0.smithi071.stdout:1116: finishing write tid 2 to smithi07185159-1 2024-09-13T14:25:20.114 INFO:tasks.rados.rados.0.smithi071.stdout:1116: finishing write tid 3 to smithi07185159-1 2024-09-13T14:25:20.114 INFO:tasks.rados.rados.0.smithi071.stdout:1116: finishing write tid 4 to smithi07185159-1 2024-09-13T14:25:20.114 INFO:tasks.rados.rados.0.smithi071.stdout:1116: finishing write tid 5 to smithi07185159-1 2024-09-13T14:25:20.114 INFO:tasks.rados.rados.0.smithi071.stdout:1116: oid 1 updating version 0 to 1151 2024-09-13T14:25:20.114 INFO:tasks.rados.rados.0.smithi071.stdout:1116: oid 1 version 1151 is already newer than 1148 2024-09-13T14:25:20.114 INFO:tasks.rados.rados.0.smithi071.stdout:1116: oid 1 version 1151 is already newer than 1149 2024-09-13T14:25:20.115 INFO:tasks.rados.rados.0.smithi071.stdout:1116: oid 1 version 1151 is already newer than 1150 2024-09-13T14:25:20.115 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 1 v 1151 (ObjNum 440 snap 142 seq_num 440) dirty exists 2024-09-13T14:25:20.115 INFO:tasks.rados.rados.0.smithi071.stdout:1116: left oid 1 (ObjNum 440 snap 142 seq_num 440) 2024-09-13T14:25:20.115 INFO:tasks.rados.rados.0.smithi071.stdout:1116: done (1 left) 2024-09-13T14:25:20.115 INFO:tasks.rados.rados.0.smithi071.stdout:1119: write oid 16 current snap is 142 2024-09-13T14:25:20.115 INFO:tasks.rados.rados.0.smithi071.stdout:1119: seq_num 442 ranges {628694=408532,1515041=600142,2805198=552112} 2024-09-13T14:25:20.119 INFO:tasks.rados.rados.0.smithi071.stdout:1119: writing smithi07185159-16 from 628694 to 1037226 tid 1 2024-09-13T14:25:20.125 INFO:tasks.rados.rados.0.smithi071.stdout:1119: writing smithi07185159-16 from 1515041 to 2115183 tid 2 2024-09-13T14:25:20.132 INFO:tasks.rados.rados.0.smithi071.stdout:1119: writing smithi07185159-16 from 2805198 to 3357310 tid 3 2024-09-13T14:25:20.132 INFO:tasks.rados.rados.0.smithi071.stdout:1120: write oid 25 current snap is 142 2024-09-13T14:25:20.132 INFO:tasks.rados.rados.0.smithi071.stdout:1120: seq_num 443 ranges {645501=483781,1573523=460153,2548974=763384} 2024-09-13T14:25:20.138 INFO:tasks.rados.rados.0.smithi071.stdout:1120: writing smithi07185159-25 from 645501 to 1129282 tid 1 2024-09-13T14:25:20.143 INFO:tasks.rados.rados.0.smithi071.stdout:1120: writing smithi07185159-25 from 1573523 to 2033676 tid 2 2024-09-13T14:25:20.151 INFO:tasks.rados.rados.0.smithi071.stdout:1120: writing smithi07185159-25 from 2548974 to 3312358 tid 3 2024-09-13T14:25:20.151 INFO:tasks.rados.rados.0.smithi071.stdout:1121: read oid 18 snap -1 2024-09-13T14:25:20.151 INFO:tasks.rados.rados.0.smithi071.stdout:1121: expect (ObjNum 366 snap 116 seq_num 366) 2024-09-13T14:25:20.151 INFO:tasks.rados.rados.0.smithi071.stdout:1122: read oid 26 snap -1 2024-09-13T14:25:20.151 INFO:tasks.rados.rados.0.smithi071.stdout:1122: expect (ObjNum 434 snap 140 seq_num 434) 2024-09-13T14:25:20.151 INFO:tasks.rados.rados.0.smithi071.stdout:1123: snap_create 2024-09-13T14:25:20.151 INFO:tasks.rados.rados.0.smithi071.stdout:1118: finishing rollback tid 0 to smithi07185159-48 2024-09-13T14:25:20.152 INFO:tasks.rados.rados.0.smithi071.stdout:1118: finishing rollback tid 1 to smithi07185159-48 2024-09-13T14:25:20.152 INFO:tasks.rados.rados.0.smithi071.stdout:1118: finishing rollback tid 2 to smithi07185159-48 2024-09-13T14:25:20.152 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 48 v 1155 (ObjNum 396 snap 123 seq_num 396) dirty exists 2024-09-13T14:25:20.152 INFO:tasks.rados.rados.0.smithi071.stdout:1119: finishing write tid 1 to smithi07185159-16 2024-09-13T14:25:20.152 INFO:tasks.rados.rados.0.smithi071.stdout:1119: finishing write tid 2 to smithi07185159-16 2024-09-13T14:25:20.152 INFO:tasks.rados.rados.0.smithi071.stdout:1119: finishing write tid 3 to smithi07185159-16 2024-09-13T14:25:20.152 INFO:tasks.rados.rados.0.smithi071.stdout:1119: finishing write tid 4 to smithi07185159-16 2024-09-13T14:25:20.152 INFO:tasks.rados.rados.0.smithi071.stdout:1119: finishing write tid 5 to smithi07185159-16 2024-09-13T14:25:20.154 INFO:tasks.rados.rados.0.smithi071.stdout:1119: oid 16 updating version 0 to 298 2024-09-13T14:25:20.154 INFO:tasks.rados.rados.0.smithi071.stdout:1119: oid 16 version 298 is already newer than 296 2024-09-13T14:25:20.154 INFO:tasks.rados.rados.0.smithi071.stdout:1119: oid 16 version 298 is already newer than 297 2024-09-13T14:25:20.154 INFO:tasks.rados.rados.0.smithi071.stdout:1119: oid 16 version 298 is already newer than 295 2024-09-13T14:25:20.154 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 16 v 298 (ObjNum 442 snap 142 seq_num 442) dirty exists 2024-09-13T14:25:20.154 INFO:tasks.rados.rados.0.smithi071.stdout:1119: left oid 16 (ObjNum 442 snap 142 seq_num 442) 2024-09-13T14:25:20.155 INFO:tasks.rados.rados.0.smithi071.stdout:1120: finishing write tid 1 to smithi07185159-25 2024-09-13T14:25:20.155 INFO:tasks.rados.rados.0.smithi071.stdout:1120: finishing write tid 2 to smithi07185159-25 2024-09-13T14:25:20.155 INFO:tasks.rados.rados.0.smithi071.stdout:1120: finishing write tid 3 to smithi07185159-25 2024-09-13T14:25:20.155 INFO:tasks.rados.rados.0.smithi071.stdout:1120: finishing write tid 4 to smithi07185159-25 2024-09-13T14:25:20.155 INFO:tasks.rados.rados.0.smithi071.stdout:1120: finishing write tid 5 to smithi07185159-25 2024-09-13T14:25:20.155 INFO:tasks.rados.rados.0.smithi071.stdout:1120: oid 25 updating version 0 to 566 2024-09-13T14:25:20.155 INFO:tasks.rados.rados.0.smithi071.stdout:1120: oid 25 updating version 566 to 569 2024-09-13T14:25:20.155 INFO:tasks.rados.rados.0.smithi071.stdout:1120: oid 25 version 569 is already newer than 568 2024-09-13T14:25:20.155 INFO:tasks.rados.rados.0.smithi071.stdout:1120: oid 25 version 569 is already newer than 567 2024-09-13T14:25:20.155 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 25 v 569 (ObjNum 443 snap 142 seq_num 443) dirty exists 2024-09-13T14:25:20.155 INFO:tasks.rados.rados.0.smithi071.stdout:1120: left oid 25 (ObjNum 443 snap 142 seq_num 443) 2024-09-13T14:25:20.162 INFO:tasks.rados.rados.0.smithi071.stdout:1121: expect (ObjNum 366 snap 116 seq_num 366) 2024-09-13T14:25:20.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:19 smithi104 ceph-mon[33426]: osdmap e347: 8 total, 8 up, 8 in 2024-09-13T14:25:20.265 INFO:tasks.rados.rados.0.smithi071.stdout:1122: expect (ObjNum 434 snap 140 seq_num 434) 2024-09-13T14:25:20.277 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:19 smithi071 ceph-mon[29588]: osdmap e347: 8 total, 8 up, 8 in 2024-09-13T14:25:20.277 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:19 smithi071 ceph-mon[41109]: osdmap e347: 8 total, 8 up, 8 in 2024-09-13T14:25:20.998 DEBUG:teuthology.orchestra.run.smithi071:> 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 18f8172c-71da-11ef-bceb-c7b262605968 -e sha1=d58f73069a8157a9ace12a0247ee3e8497707ea9 -- bash -c 'echo wait for minority of mons to upgrade' 2024-09-13T14:25:21.005 INFO:tasks.rados.rados.0.smithi071.stdout:1118: done (5 left) 2024-09-13T14:25:21.005 INFO:tasks.rados.rados.0.smithi071.stdout:1119: done (4 left) 2024-09-13T14:25:21.005 INFO:tasks.rados.rados.0.smithi071.stdout:1120: done (3 left) 2024-09-13T14:25:21.006 INFO:tasks.rados.rados.0.smithi071.stdout:1121: done (2 left) 2024-09-13T14:25:21.006 INFO:tasks.rados.rados.0.smithi071.stdout:1122: done (1 left) 2024-09-13T14:25:21.006 INFO:tasks.rados.rados.0.smithi071.stdout:1123: done (0 left) 2024-09-13T14:25:21.006 INFO:tasks.rados.rados.0.smithi071.stdout:1124: rollback oid 34 current snap is 143 2024-09-13T14:25:21.006 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 34 to 142 2024-09-13T14:25:21.006 INFO:tasks.rados.rados.0.smithi071.stdout:1125: snap_create 2024-09-13T14:25:21.013 INFO:tasks.rados.rados.0.smithi071.stdout:1124: finishing rollback tid 0 to smithi07185159-34 2024-09-13T14:25:21.013 INFO:tasks.rados.rados.0.smithi071.stdout:1124: finishing rollback tid 1 to smithi07185159-34 2024-09-13T14:25:21.013 INFO:tasks.rados.rados.0.smithi071.stdout:1124: finishing rollback tid 2 to smithi07185159-34 2024-09-13T14:25:21.013 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 34 v 162 (ObjNum 402 snap 124 seq_num 402) dirty exists 2024-09-13T14:25:21.203 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:25:21.324 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:21 smithi071 ceph-mon[29588]: osdmap e348: 8 total, 8 up, 8 in 2024-09-13T14:25:21.324 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:21 smithi071 ceph-mon[29588]: pgmap v204: 89 pgs: 89 active+clean; 143 MiB data, 569 MiB used, 715 GiB / 715 GiB avail; 31 MiB/s rd, 2.7 MiB/s wr, 39 op/s 2024-09-13T14:25:21.324 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:21 smithi071 ceph-mon[29588]: from='client.15111 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:25:21.324 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:21 smithi071 ceph-mon[41109]: osdmap e348: 8 total, 8 up, 8 in 2024-09-13T14:25:21.324 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:21 smithi071 ceph-mon[41109]: pgmap v204: 89 pgs: 89 active+clean; 143 MiB data, 569 MiB used, 715 GiB / 715 GiB avail; 31 MiB/s rd, 2.7 MiB/s wr, 39 op/s 2024-09-13T14:25:21.324 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:21 smithi071 ceph-mon[41109]: from='client.15111 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:25:21.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:21 smithi104 ceph-mon[33426]: osdmap e348: 8 total, 8 up, 8 in 2024-09-13T14:25:21.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:21 smithi104 ceph-mon[33426]: pgmap v204: 89 pgs: 89 active+clean; 143 MiB data, 569 MiB used, 715 GiB / 715 GiB avail; 31 MiB/s rd, 2.7 MiB/s wr, 39 op/s 2024-09-13T14:25:21.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:21 smithi104 ceph-mon[33426]: from='client.15111 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:25:22.008 INFO:tasks.rados.rados.0.smithi071.stdout:1124: done (1 left) 2024-09-13T14:25:22.008 INFO:tasks.rados.rados.0.smithi071.stdout:1125: done (0 left) 2024-09-13T14:25:22.008 INFO:tasks.rados.rados.0.smithi071.stdout:1126: snap_create 2024-09-13T14:25:22.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:22 smithi071 ceph-mon[29588]: osdmap e349: 8 total, 8 up, 8 in 2024-09-13T14:25:22.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:22 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:25:22.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:22 smithi071 ceph-mon[41109]: osdmap e349: 8 total, 8 up, 8 in 2024-09-13T14:25:22.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:22 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:25:22.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:22 smithi104 ceph-mon[33426]: osdmap e349: 8 total, 8 up, 8 in 2024-09-13T14:25:22.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:22 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:25:22.816 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:25:22 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:25:22] "GET /metrics HTTP/1.1" 200 36288 "" "Prometheus/2.51.0" 2024-09-13T14:25:22.890 INFO:tasks.rados.rados.0.smithi071.stdout:1126: done (0 left) 2024-09-13T14:25:22.890 INFO:tasks.rados.rados.0.smithi071.stdout:1127: write oid 16 current snap is 145 2024-09-13T14:25:22.890 INFO:tasks.rados.rados.0.smithi071.stdout:1127: seq_num 444 ranges {662308=559030,1632005=603811,2860044=602264} 2024-09-13T14:25:22.896 INFO:tasks.rados.rados.0.smithi071.stdout:1127: writing smithi07185159-16 from 662308 to 1221338 tid 1 2024-09-13T14:25:22.902 INFO:tasks.rados.rados.0.smithi071.stdout:1127: writing smithi07185159-16 from 1632005 to 2235816 tid 2 2024-09-13T14:25:22.909 INFO:tasks.rados.rados.0.smithi071.stdout:1127: writing smithi07185159-16 from 2860044 to 3462308 tid 3 2024-09-13T14:25:22.909 INFO:tasks.rados.rados.0.smithi071.stdout:1128: read oid 3 snap -1 2024-09-13T14:25:22.909 INFO:tasks.rados.rados.0.smithi071.stdout:1128: expect deleted 2024-09-13T14:25:22.909 INFO:tasks.rados.rados.0.smithi071.stdout:1129: snap_remove snap 125 2024-09-13T14:25:23.045 INFO:teuthology.orchestra.run.smithi071.stdout:wait for minority of mons to upgrade 2024-09-13T14:25:23.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:23 smithi071 ceph-mon[29588]: osdmap e350: 8 total, 8 up, 8 in 2024-09-13T14:25:23.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:23 smithi071 ceph-mon[29588]: pgmap v207: 89 pgs: 89 active+clean; 161 MiB data, 610 MiB used, 715 GiB / 715 GiB avail; 18 MiB/s rd, 3.1 MiB/s wr, 28 op/s 2024-09-13T14:25:23.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:23 smithi071 ceph-mon[29588]: osdmap e351: 8 total, 8 up, 8 in 2024-09-13T14:25:23.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:23 smithi071 ceph-mon[41109]: osdmap e350: 8 total, 8 up, 8 in 2024-09-13T14:25:23.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:23 smithi071 ceph-mon[41109]: pgmap v207: 89 pgs: 89 active+clean; 161 MiB data, 610 MiB used, 715 GiB / 715 GiB avail; 18 MiB/s rd, 3.1 MiB/s wr, 28 op/s 2024-09-13T14:25:23.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:23 smithi071 ceph-mon[41109]: osdmap e351: 8 total, 8 up, 8 in 2024-09-13T14:25:23.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:23 smithi104 ceph-mon[33426]: osdmap e350: 8 total, 8 up, 8 in 2024-09-13T14:25:23.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:23 smithi104 ceph-mon[33426]: pgmap v207: 89 pgs: 89 active+clean; 161 MiB data, 610 MiB used, 715 GiB / 715 GiB avail; 18 MiB/s rd, 3.1 MiB/s wr, 28 op/s 2024-09-13T14:25:23.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:23 smithi104 ceph-mon[33426]: osdmap e351: 8 total, 8 up, 8 in 2024-09-13T14:25:23.892 INFO:tasks.rados.rados.0.smithi071.stdout:1129: done (2 left) 2024-09-13T14:25:23.892 INFO:tasks.rados.rados.0.smithi071.stdout:1130: read oid 48 snap -1 2024-09-13T14:25:23.892 INFO:tasks.rados.rados.0.smithi071.stdout:1130: expect (ObjNum 396 snap 123 seq_num 396) 2024-09-13T14:25:23.892 INFO:tasks.rados.rados.0.smithi071.stdout:1131: delete oid 45 current snap is 145 2024-09-13T14:25:23.892 INFO:tasks.rados.rados.0.smithi071.stdout:1127: finishing write tid 1 to smithi07185159-16 2024-09-13T14:25:23.892 INFO:tasks.rados.rados.0.smithi071.stdout:1127: finishing write tid 2 to smithi07185159-16 2024-09-13T14:25:23.892 INFO:tasks.rados.rados.0.smithi071.stdout:1127: finishing write tid 3 to smithi07185159-16 2024-09-13T14:25:23.893 INFO:tasks.rados.rados.0.smithi071.stdout:1127: finishing write tid 4 to smithi07185159-16 2024-09-13T14:25:23.893 INFO:tasks.rados.rados.0.smithi071.stdout:1127: finishing write tid 5 to smithi07185159-16 2024-09-13T14:25:23.893 INFO:tasks.rados.rados.0.smithi071.stdout:1127: oid 16 updating version 0 to 302 2024-09-13T14:25:23.893 INFO:tasks.rados.rados.0.smithi071.stdout:1127: oid 16 updating version 302 to 303 2024-09-13T14:25:23.893 INFO:tasks.rados.rados.0.smithi071.stdout:1127: oid 16 version 303 is already newer than 301 2024-09-13T14:25:23.893 INFO:tasks.rados.rados.0.smithi071.stdout:1127: oid 16 version 303 is already newer than 300 2024-09-13T14:25:23.893 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 16 v 303 (ObjNum 444 snap 145 seq_num 444) dirty exists 2024-09-13T14:25:23.893 INFO:tasks.rados.rados.0.smithi071.stdout:1127: left oid 16 (ObjNum 444 snap 145 seq_num 444) 2024-09-13T14:25:23.900 INFO:tasks.rados.rados.0.smithi071.stdout:1127: done (3 left) 2024-09-13T14:25:23.900 INFO:tasks.rados.rados.0.smithi071.stdout:1128: done (2 left) 2024-09-13T14:25:23.900 INFO:tasks.rados.rados.0.smithi071.stdout:1131: done (1 left) 2024-09-13T14:25:23.900 INFO:tasks.rados.rados.0.smithi071.stdout:1132: snap_create 2024-09-13T14:25:23.903 INFO:tasks.rados.rados.0.smithi071.stdout:1130: expect (ObjNum 396 snap 123 seq_num 396) 2024-09-13T14:25:23.924 DEBUG:teuthology.orchestra.run.smithi071:> 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 18f8172c-71da-11ef-bceb-c7b262605968 -e sha1=d58f73069a8157a9ace12a0247ee3e8497707ea9 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types mon --limit 1' 2024-09-13T14:25:24.161 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:25:24.898 INFO:tasks.rados.rados.0.smithi071.stdout:1130: done (1 left) 2024-09-13T14:25:24.898 INFO:tasks.rados.rados.0.smithi071.stdout:1132: done (0 left) 2024-09-13T14:25:24.898 INFO:tasks.rados.rados.0.smithi071.stdout:1133: delete oid 24 current snap is 146 2024-09-13T14:25:24.899 INFO:tasks.rados.rados.0.smithi071.stdout:1133: done (0 left) 2024-09-13T14:25:24.899 INFO:tasks.rados.rados.0.smithi071.stdout:1134: read oid 43 snap 123 2024-09-13T14:25:24.900 INFO:tasks.rados.rados.0.smithi071.stdout:1134: expect deleted 2024-09-13T14:25:24.900 INFO:tasks.rados.rados.0.smithi071.stdout:1135: delete oid 39 current snap is 146 2024-09-13T14:25:24.902 INFO:tasks.rados.rados.0.smithi071.stdout:1135: done (1 left) 2024-09-13T14:25:24.902 INFO:tasks.rados.rados.0.smithi071.stdout:1136: snap_create 2024-09-13T14:25:25.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:24 smithi104 ceph-mon[33426]: osdmap e352: 8 total, 8 up, 8 in 2024-09-13T14:25:25.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:24 smithi104 ceph-mon[33426]: pgmap v210: 89 pgs: 89 active+clean; 161 MiB data, 610 MiB used, 715 GiB / 715 GiB avail; 18 MiB/s rd, 3.1 MiB/s wr, 28 op/s 2024-09-13T14:25:25.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:24 smithi071 ceph-mon[29588]: osdmap e352: 8 total, 8 up, 8 in 2024-09-13T14:25:25.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:24 smithi071 ceph-mon[29588]: pgmap v210: 89 pgs: 89 active+clean; 161 MiB data, 610 MiB used, 715 GiB / 715 GiB avail; 18 MiB/s rd, 3.1 MiB/s wr, 28 op/s 2024-09-13T14:25:25.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:24 smithi071 ceph-mon[41109]: osdmap e352: 8 total, 8 up, 8 in 2024-09-13T14:25:25.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:24 smithi071 ceph-mon[41109]: pgmap v210: 89 pgs: 89 active+clean; 161 MiB data, 610 MiB used, 715 GiB / 715 GiB avail; 18 MiB/s rd, 3.1 MiB/s wr, 28 op/s 2024-09-13T14:25:25.902 INFO:tasks.rados.rados.0.smithi071.stdout:1134: done (1 left) 2024-09-13T14:25:25.902 INFO:tasks.rados.rados.0.smithi071.stdout:1136: done (0 left) 2024-09-13T14:25:25.902 INFO:tasks.rados.rados.0.smithi071.stdout:1137: read oid 6 snap -1 2024-09-13T14:25:25.902 INFO:tasks.rados.rados.0.smithi071.stdout:1137: expect (ObjNum 424 snap 136 seq_num 424) 2024-09-13T14:25:25.902 INFO:tasks.rados.rados.0.smithi071.stdout:1138: read oid 21 snap -1 2024-09-13T14:25:25.902 INFO:tasks.rados.rados.0.smithi071.stdout:1138: expect (ObjNum 431 snap 138 seq_num 431) 2024-09-13T14:25:25.902 INFO:tasks.rados.rados.0.smithi071.stdout:1139: snap_create 2024-09-13T14:25:25.906 INFO:tasks.rados.rados.0.smithi071.stdout:1138: expect (ObjNum 431 snap 138 seq_num 431) 2024-09-13T14:25:25.944 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:25 smithi071 ceph-mon[29588]: osdmap e353: 8 total, 8 up, 8 in 2024-09-13T14:25:25.944 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:25 smithi071 ceph-mon[41109]: osdmap e353: 8 total, 8 up, 8 in 2024-09-13T14:25:26.018 INFO:tasks.rados.rados.0.smithi071.stdout:1137: expect (ObjNum 424 snap 136 seq_num 424) 2024-09-13T14:25:26.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:25 smithi104 ceph-mon[33426]: osdmap e353: 8 total, 8 up, 8 in 2024-09-13T14:25:26.913 INFO:tasks.rados.rados.0.smithi071.stdout:1137: done (2 left) 2024-09-13T14:25:26.913 INFO:tasks.rados.rados.0.smithi071.stdout:1138: done (1 left) 2024-09-13T14:25:26.913 INFO:tasks.rados.rados.0.smithi071.stdout:1139: done (0 left) 2024-09-13T14:25:26.913 INFO:tasks.rados.rados.0.smithi071.stdout:1140: write oid 49 current snap is 148 2024-09-13T14:25:26.913 INFO:tasks.rados.rados.0.smithi071.stdout:1140: seq_num 448 ranges {729536=460026,1749580=611149,2853383=452450} 2024-09-13T14:25:26.919 INFO:tasks.rados.rados.0.smithi071.stdout:1140: writing smithi07185159-49 from 729536 to 1189562 tid 1 2024-09-13T14:25:26.925 INFO:tasks.rados.rados.0.smithi071.stdout:1140: writing smithi07185159-49 from 1749580 to 2360729 tid 2 2024-09-13T14:25:26.931 INFO:tasks.rados.rados.0.smithi071.stdout:1140: writing smithi07185159-49 from 2853383 to 3305833 tid 3 2024-09-13T14:25:26.931 INFO:tasks.rados.rados.0.smithi071.stdout:1141: snap_remove snap 144 2024-09-13T14:25:27.112 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:26 smithi071 ceph-mon[41109]: osdmap e354: 8 total, 8 up, 8 in 2024-09-13T14:25:27.112 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:26 smithi071 ceph-mon[41109]: pgmap v213: 89 pgs: 89 active+clean; 161 MiB data, 610 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:25:27.112 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:26 smithi071 ceph-mon[41109]: from='client.25016 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d58f73069a8157a9ace12a0247ee3e8497707ea9", "daemon_types": "mon", "limit": 1, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:25:27.112 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:26 smithi071 ceph-mon[29588]: osdmap e354: 8 total, 8 up, 8 in 2024-09-13T14:25:27.112 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:26 smithi071 ceph-mon[29588]: pgmap v213: 89 pgs: 89 active+clean; 161 MiB data, 610 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:25:27.113 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:26 smithi071 ceph-mon[29588]: from='client.25016 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d58f73069a8157a9ace12a0247ee3e8497707ea9", "daemon_types": "mon", "limit": 1, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:25:27.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:26 smithi104 ceph-mon[33426]: osdmap e354: 8 total, 8 up, 8 in 2024-09-13T14:25:27.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:26 smithi104 ceph-mon[33426]: pgmap v213: 89 pgs: 89 active+clean; 161 MiB data, 610 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:25:27.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:26 smithi104 ceph-mon[33426]: from='client.25016 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d58f73069a8157a9ace12a0247ee3e8497707ea9", "daemon_types": "mon", "limit": 1, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:25:27.925 INFO:tasks.rados.rados.0.smithi071.stdout:1140: finishing write tid 1 to smithi07185159-49 2024-09-13T14:25:27.925 INFO:tasks.rados.rados.0.smithi071.stdout:1140: finishing write tid 2 to smithi07185159-49 2024-09-13T14:25:27.925 INFO:tasks.rados.rados.0.smithi071.stdout:1140: finishing write tid 3 to smithi07185159-49 2024-09-13T14:25:27.925 INFO:tasks.rados.rados.0.smithi071.stdout:1140: finishing write tid 4 to smithi07185159-49 2024-09-13T14:25:27.925 INFO:tasks.rados.rados.0.smithi071.stdout:1140: finishing write tid 5 to smithi07185159-49 2024-09-13T14:25:27.925 INFO:tasks.rados.rados.0.smithi071.stdout:1140: oid 49 updating version 0 to 543 2024-09-13T14:25:27.925 INFO:tasks.rados.rados.0.smithi071.stdout:1140: oid 49 version 543 is already newer than 541 2024-09-13T14:25:27.926 INFO:tasks.rados.rados.0.smithi071.stdout:1140: oid 49 updating version 543 to 544 2024-09-13T14:25:27.926 INFO:tasks.rados.rados.0.smithi071.stdout:1140: oid 49 version 544 is already newer than 542 2024-09-13T14:25:27.926 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 49 v 544 (ObjNum 448 snap 148 seq_num 448) dirty exists 2024-09-13T14:25:27.926 INFO:tasks.rados.rados.0.smithi071.stdout:1140: left oid 49 (ObjNum 448 snap 148 seq_num 448) 2024-09-13T14:25:27.926 INFO:tasks.rados.rados.0.smithi071.stdout:1140: done (1 left) 2024-09-13T14:25:27.926 INFO:tasks.rados.rados.0.smithi071.stdout:1141: done (0 left) 2024-09-13T14:25:27.926 INFO:tasks.rados.rados.0.smithi071.stdout:1142: read oid 42 snap -1 2024-09-13T14:25:27.926 INFO:tasks.rados.rados.0.smithi071.stdout:1142: expect (ObjNum 377 snap 119 seq_num 377) 2024-09-13T14:25:27.926 INFO:tasks.rados.rados.0.smithi071.stdout:1143: read oid 13 snap 137 2024-09-13T14:25:27.926 INFO:tasks.rados.rados.0.smithi071.stdout:1143: expect (ObjNum 271 snap 86 seq_num 271) 2024-09-13T14:25:27.926 INFO:tasks.rados.rados.0.smithi071.stdout:1144: snap_remove snap 131 2024-09-13T14:25:28.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:27 smithi071 ceph-mon[29588]: osdmap e355: 8 total, 8 up, 8 in 2024-09-13T14:25:28.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:27 smithi071 ceph-mon[41109]: osdmap e355: 8 total, 8 up, 8 in 2024-09-13T14:25:28.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:27 smithi104 ceph-mon[33426]: osdmap e355: 8 total, 8 up, 8 in 2024-09-13T14:25:28.179 INFO:teuthology.orchestra.run.smithi071.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:d58f73069a8157a9ace12a0247ee3e8497707ea9 2024-09-13T14:25:28.926 INFO:tasks.rados.rados.0.smithi071.stdout:1144: done (2 left) 2024-09-13T14:25:28.926 INFO:tasks.rados.rados.0.smithi071.stdout:1145: read oid 43 snap 138 2024-09-13T14:25:28.926 INFO:tasks.rados.rados.0.smithi071.stdout:1145: expect (ObjNum 427 snap 136 seq_num 427) 2024-09-13T14:25:28.926 INFO:tasks.rados.rados.0.smithi071.stdout:1146: read oid 16 snap -1 2024-09-13T14:25:28.926 INFO:tasks.rados.rados.0.smithi071.stdout:1146: expect (ObjNum 444 snap 145 seq_num 444) 2024-09-13T14:25:28.926 INFO:tasks.rados.rados.0.smithi071.stdout:1147: read oid 27 snap -1 2024-09-13T14:25:28.926 INFO:tasks.rados.rados.0.smithi071.stdout:1147: expect deleted 2024-09-13T14:25:28.927 INFO:tasks.rados.rados.0.smithi071.stdout:1148: write oid 28 current snap is 148 2024-09-13T14:25:28.927 INFO:tasks.rados.rados.0.smithi071.stdout:1148: seq_num 449 ranges {746343=651628,1924415=754807,3397159=149184} 2024-09-13T14:25:28.934 INFO:tasks.rados.rados.0.smithi071.stdout:1148: writing smithi07185159-28 from 746343 to 1397971 tid 1 2024-09-13T14:25:28.941 INFO:tasks.rados.rados.0.smithi071.stdout:1148: writing smithi07185159-28 from 1924415 to 2679222 tid 2 2024-09-13T14:25:28.946 INFO:tasks.rados.rados.0.smithi071.stdout:1148: writing smithi07185159-28 from 3397159 to 3546343 tid 3 2024-09-13T14:25:28.946 INFO:tasks.rados.rados.0.smithi071.stdout:1149: read oid 31 snap -1 2024-09-13T14:25:28.946 INFO:tasks.rados.rados.0.smithi071.stdout:1149: expect (ObjNum 393 snap 123 seq_num 393) 2024-09-13T14:25:28.946 INFO:tasks.rados.rados.0.smithi071.stdout:1150: snap_remove snap 129 2024-09-13T14:25:28.982 DEBUG:teuthology.orchestra.run.smithi071:> 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 18f8172c-71da-11ef-bceb-c7b262605968 -e sha1=d58f73069a8157a9ace12a0247ee3e8497707ea9 -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true && ! ceph orch upgrade status | jq '"'"'.message'"'"' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done' 2024-09-13T14:25:29.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:28 smithi104 ceph-mon[33426]: osdmap e356: 8 total, 8 up, 8 in 2024-09-13T14:25:29.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:28 smithi104 ceph-mon[33426]: pgmap v216: 89 pgs: 89 active+clean; 165 MiB data, 616 MiB used, 715 GiB / 715 GiB avail; 9.8 MiB/s rd, 803 KiB/s wr, 10 op/s 2024-09-13T14:25:29.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:28 smithi104 ceph-mon[33426]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d58f73069a8157a9ace12a0247ee3e8497707ea9 2024-09-13T14:25:29.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:28 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:25:29.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:28 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:25:29.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:28 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:25:29.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:28 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:25:29.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:28 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:25:29.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:28 smithi104 ceph-mon[33426]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d58f73069a8157a9ace12a0247ee3e8497707ea9 2024-09-13T14:25:29.183 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:25:29.303 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:28 smithi071 ceph-mon[29588]: osdmap e356: 8 total, 8 up, 8 in 2024-09-13T14:25:29.303 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:28 smithi071 ceph-mon[29588]: pgmap v216: 89 pgs: 89 active+clean; 165 MiB data, 616 MiB used, 715 GiB / 715 GiB avail; 9.8 MiB/s rd, 803 KiB/s wr, 10 op/s 2024-09-13T14:25:29.303 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:28 smithi071 ceph-mon[29588]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d58f73069a8157a9ace12a0247ee3e8497707ea9 2024-09-13T14:25:29.303 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:28 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:25:29.303 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:28 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:25:29.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:28 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:25:29.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:28 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:25:29.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:28 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:25:29.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:28 smithi071 ceph-mon[29588]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d58f73069a8157a9ace12a0247ee3e8497707ea9 2024-09-13T14:25:29.304 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:28 smithi071 ceph-mon[41109]: osdmap e356: 8 total, 8 up, 8 in 2024-09-13T14:25:29.304 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:28 smithi071 ceph-mon[41109]: pgmap v216: 89 pgs: 89 active+clean; 165 MiB data, 616 MiB used, 715 GiB / 715 GiB avail; 9.8 MiB/s rd, 803 KiB/s wr, 10 op/s 2024-09-13T14:25:29.304 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:28 smithi071 ceph-mon[41109]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d58f73069a8157a9ace12a0247ee3e8497707ea9 2024-09-13T14:25:29.304 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:28 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:25:29.305 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:28 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:25:29.305 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:28 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:25:29.305 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:28 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T14:25:29.305 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:28 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:25:29.305 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:28 smithi071 ceph-mon[41109]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d58f73069a8157a9ace12a0247ee3e8497707ea9 2024-09-13T14:25:29.931 INFO:tasks.rados.rados.0.smithi071.stdout:1150: done (7 left) 2024-09-13T14:25:29.931 INFO:tasks.rados.rados.0.smithi071.stdout:1151: rollback oid 36 current snap is 148 2024-09-13T14:25:29.931 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 36 to 139 2024-09-13T14:25:29.931 INFO:tasks.rados.rados.0.smithi071.stdout:1142: expect (ObjNum 377 snap 119 seq_num 377) 2024-09-13T14:25:30.093 INFO:tasks.rados.rados.0.smithi071.stdout:1143: expect (ObjNum 271 snap 86 seq_num 271) 2024-09-13T14:25:30.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:29 smithi071 ceph-mon[29588]: osdmap e357: 8 total, 8 up, 8 in 2024-09-13T14:25:30.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:29 smithi071 ceph-mon[41109]: osdmap e357: 8 total, 8 up, 8 in 2024-09-13T14:25:30.270 INFO:tasks.rados.rados.0.smithi071.stdout:1145: expect (ObjNum 427 snap 136 seq_num 427) 2024-09-13T14:25:30.375 INFO:tasks.rados.rados.0.smithi071.stdout:1148: finishing write tid 1 to smithi07185159-28 2024-09-13T14:25:30.375 INFO:tasks.rados.rados.0.smithi071.stdout:1146: expect (ObjNum 444 snap 145 seq_num 444) 2024-09-13T14:25:30.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:29 smithi104 ceph-mon[33426]: osdmap e357: 8 total, 8 up, 8 in 2024-09-13T14:25:30.569 INFO:tasks.rados.rados.0.smithi071.stdout:1148: finishing write tid 2 to smithi07185159-28 2024-09-13T14:25:30.569 INFO:tasks.rados.rados.0.smithi071.stdout:1148: finishing write tid 3 to smithi07185159-28 2024-09-13T14:25:30.569 INFO:tasks.rados.rados.0.smithi071.stdout:1148: finishing write tid 4 to smithi07185159-28 2024-09-13T14:25:30.570 INFO:tasks.rados.rados.0.smithi071.stdout:1148: finishing write tid 5 to smithi07185159-28 2024-09-13T14:25:30.570 INFO:tasks.rados.rados.0.smithi071.stdout:1148: oid 28 updating version 0 to 463 2024-09-13T14:25:30.570 INFO:tasks.rados.rados.0.smithi071.stdout:1148: oid 28 updating version 463 to 465 2024-09-13T14:25:30.570 INFO:tasks.rados.rados.0.smithi071.stdout:1148: oid 28 version 465 is already newer than 462 2024-09-13T14:25:30.570 INFO:tasks.rados.rados.0.smithi071.stdout:1148: oid 28 version 465 is already newer than 464 2024-09-13T14:25:30.570 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 28 v 465 (ObjNum 449 snap 148 seq_num 449) dirty exists 2024-09-13T14:25:30.570 INFO:tasks.rados.rados.0.smithi071.stdout:1148: left oid 28 (ObjNum 449 snap 148 seq_num 449) 2024-09-13T14:25:30.570 INFO:tasks.rados.rados.0.smithi071.stdout:1149: expect (ObjNum 393 snap 123 seq_num 393) 2024-09-13T14:25:30.706 INFO:tasks.rados.rados.0.smithi071.stdout:1151: finishing rollback tid 0 to smithi07185159-36 2024-09-13T14:25:30.706 INFO:tasks.rados.rados.0.smithi071.stdout:1151: finishing rollback tid 1 to smithi07185159-36 2024-09-13T14:25:30.706 INFO:tasks.rados.rados.0.smithi071.stdout:1151: finishing rollback tid 2 to smithi07185159-36 2024-09-13T14:25:30.706 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 36 v 239 (ObjNum 314 snap 96 seq_num 314) dirty exists 2024-09-13T14:25:30.706 INFO:tasks.rados.rados.0.smithi071.stdout:1142: done (7 left) 2024-09-13T14:25:30.706 INFO:tasks.rados.rados.0.smithi071.stdout:1143: done (6 left) 2024-09-13T14:25:30.706 INFO:tasks.rados.rados.0.smithi071.stdout:1145: done (5 left) 2024-09-13T14:25:30.707 INFO:tasks.rados.rados.0.smithi071.stdout:1146: done (4 left) 2024-09-13T14:25:30.707 INFO:tasks.rados.rados.0.smithi071.stdout:1147: done (3 left) 2024-09-13T14:25:30.707 INFO:tasks.rados.rados.0.smithi071.stdout:1148: done (2 left) 2024-09-13T14:25:30.707 INFO:tasks.rados.rados.0.smithi071.stdout:1149: done (1 left) 2024-09-13T14:25:30.707 INFO:tasks.rados.rados.0.smithi071.stdout:1151: done (0 left) 2024-09-13T14:25:30.707 INFO:tasks.rados.rados.0.smithi071.stdout:1152: rollback oid 8 current snap is 148 2024-09-13T14:25:30.707 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 8 to 147 2024-09-13T14:25:30.707 INFO:tasks.rados.rados.0.smithi071.stdout:1153: rollback oid 6 current snap is 148 2024-09-13T14:25:30.707 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 6 to 147 2024-09-13T14:25:30.707 INFO:tasks.rados.rados.0.smithi071.stdout:1154: write oid 39 current snap is 148 2024-09-13T14:25:30.707 INFO:tasks.rados.rados.0.smithi071.stdout:1154: seq_num 450 ranges {763150=726877,1982897=614818,3024582=474994} 2024-09-13T14:25:30.713 INFO:tasks.rados.rados.0.smithi071.stdout:1154: writing smithi07185159-39 from 763150 to 1490027 tid 1 2024-09-13T14:25:30.719 INFO:tasks.rados.rados.0.smithi071.stdout:1154: writing smithi07185159-39 from 1982897 to 2597715 tid 2 2024-09-13T14:25:30.725 INFO:tasks.rados.rados.0.smithi071.stdout:1154: writing smithi07185159-39 from 3024582 to 3499576 tid 3 2024-09-13T14:25:30.725 INFO:tasks.rados.rados.0.smithi071.stdout:1155: delete oid 48 current snap is 148 2024-09-13T14:25:30.725 INFO:tasks.rados.rados.0.smithi071.stdout:1152: finishing rollback tid 1 to smithi07185159-8 2024-09-13T14:25:30.726 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 8 v 285 (ObjNum 129 snap 0 seq_num 1961048568) dirty dne 2024-09-13T14:25:30.726 INFO:tasks.rados.rados.0.smithi071.stdout:1153: finishing rollback tid 0 to smithi07185159-6 2024-09-13T14:25:30.726 INFO:tasks.rados.rados.0.smithi071.stdout:1153: finishing rollback tid 1 to smithi07185159-6 2024-09-13T14:25:30.726 INFO:tasks.rados.rados.0.smithi071.stdout:1153: finishing rollback tid 2 to smithi07185159-6 2024-09-13T14:25:30.726 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 6 v 1175 (ObjNum 424 snap 136 seq_num 424) dirty exists 2024-09-13T14:25:30.726 INFO:tasks.rados.rados.0.smithi071.stdout:1154: finishing write tid 1 to smithi07185159-39 2024-09-13T14:25:30.726 INFO:tasks.rados.rados.0.smithi071.stdout:1154: finishing write tid 2 to smithi07185159-39 2024-09-13T14:25:30.728 INFO:tasks.rados.rados.0.smithi071.stdout:1152: done (3 left) 2024-09-13T14:25:30.728 INFO:tasks.rados.rados.0.smithi071.stdout:1153: done (2 left) 2024-09-13T14:25:30.728 INFO:tasks.rados.rados.0.smithi071.stdout:1155: done (1 left) 2024-09-13T14:25:30.728 INFO:tasks.rados.rados.0.smithi071.stdout:1156: snap_create 2024-09-13T14:25:30.728 INFO:tasks.rados.rados.0.smithi071.stdout:1154: finishing write tid 3 to smithi07185159-39 2024-09-13T14:25:30.728 INFO:tasks.rados.rados.0.smithi071.stdout:1154: finishing write tid 4 to smithi07185159-39 2024-09-13T14:25:30.728 INFO:tasks.rados.rados.0.smithi071.stdout:1154: finishing write tid 5 to smithi07185159-39 2024-09-13T14:25:30.728 INFO:tasks.rados.rados.0.smithi071.stdout:1154: oid 39 updating version 0 to 563 2024-09-13T14:25:30.728 INFO:tasks.rados.rados.0.smithi071.stdout:1154: oid 39 version 563 is already newer than 562 2024-09-13T14:25:30.728 INFO:tasks.rados.rados.0.smithi071.stdout:1154: oid 39 updating version 563 to 564 2024-09-13T14:25:30.728 INFO:tasks.rados.rados.0.smithi071.stdout:1154: oid 39 version 564 is already newer than 561 2024-09-13T14:25:30.729 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 39 v 564 (ObjNum 450 snap 148 seq_num 450) dirty exists 2024-09-13T14:25:30.729 INFO:tasks.rados.rados.0.smithi071.stdout:1154: left oid 39 (ObjNum 450 snap 148 seq_num 450) 2024-09-13T14:25:30.941 INFO:tasks.rados.rados.0.smithi071.stdout:1154: done (1 left) 2024-09-13T14:25:30.941 INFO:tasks.rados.rados.0.smithi071.stdout:1156: done (0 left) 2024-09-13T14:25:30.941 INFO:tasks.rados.rados.0.smithi071.stdout:1157: snap_remove snap 136 2024-09-13T14:25:31.022 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:30 smithi071 ceph-mon[29588]: osdmap e358: 8 total, 8 up, 8 in 2024-09-13T14:25:31.022 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:30 smithi071 ceph-mon[29588]: pgmap v219: 89 pgs: 89 active+clean; 165 MiB data, 616 MiB used, 715 GiB / 715 GiB avail; 9.8 MiB/s rd, 803 KiB/s wr, 10 op/s 2024-09-13T14:25:31.022 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:30 smithi071 ceph-mon[41109]: osdmap e358: 8 total, 8 up, 8 in 2024-09-13T14:25:31.022 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:30 smithi071 ceph-mon[41109]: pgmap v219: 89 pgs: 89 active+clean; 165 MiB data, 616 MiB used, 715 GiB / 715 GiB avail; 9.8 MiB/s rd, 803 KiB/s wr, 10 op/s 2024-09-13T14:25:31.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:30 smithi104 ceph-mon[33426]: osdmap e358: 8 total, 8 up, 8 in 2024-09-13T14:25:31.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:30 smithi104 ceph-mon[33426]: pgmap v219: 89 pgs: 89 active+clean; 165 MiB data, 616 MiB used, 715 GiB / 715 GiB avail; 9.8 MiB/s rd, 803 KiB/s wr, 10 op/s 2024-09-13T14:25:31.881 INFO:teuthology.orchestra.run.smithi071.stdout:true 2024-09-13T14:25:31.943 INFO:tasks.rados.rados.0.smithi071.stdout:1157: done (0 left) 2024-09-13T14:25:31.944 INFO:tasks.rados.rados.0.smithi071.stdout:1158: rollback oid 42 current snap is 149 2024-09-13T14:25:31.944 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 42 to 148 2024-09-13T14:25:31.944 INFO:tasks.rados.rados.0.smithi071.stdout:1159: read oid 44 snap -1 2024-09-13T14:25:31.944 INFO:tasks.rados.rados.0.smithi071.stdout:1159: expect (ObjNum 324 snap 101 seq_num 324) 2024-09-13T14:25:31.944 INFO:tasks.rados.rados.0.smithi071.stdout:1160: read oid 43 snap -1 2024-09-13T14:25:31.944 INFO:tasks.rados.rados.0.smithi071.stdout:1160: expect (ObjNum 427 snap 136 seq_num 427) 2024-09-13T14:25:31.944 INFO:tasks.rados.rados.0.smithi071.stdout:1161: write oid 22 current snap is 149 2024-09-13T14:25:31.944 INFO:tasks.rados.rados.0.smithi071.stdout:1161: seq_num 452 ranges {796764=477375,1983508=618487,3363075=233689} 2024-09-13T14:25:31.950 INFO:tasks.rados.rados.0.smithi071.stdout:1161: writing smithi07185159-22 from 796764 to 1274139 tid 1 2024-09-13T14:25:31.958 INFO:tasks.rados.rados.0.smithi071.stdout:1161: writing smithi07185159-22 from 1983508 to 2601995 tid 2 2024-09-13T14:25:31.964 INFO:tasks.rados.rados.0.smithi071.stdout:1161: writing smithi07185159-22 from 3363075 to 3596764 tid 3 2024-09-13T14:25:31.964 INFO:tasks.rados.rados.0.smithi071.stdout:1162: read oid 21 snap -1 2024-09-13T14:25:31.964 INFO:tasks.rados.rados.0.smithi071.stdout:1162: expect (ObjNum 431 snap 138 seq_num 431) 2024-09-13T14:25:31.964 INFO:tasks.rados.rados.0.smithi071.stdout:1163: write oid 48 current snap is 149 2024-09-13T14:25:31.964 INFO:tasks.rados.rados.0.smithi071.stdout:1163: seq_num 453 ranges {413571=552624,1641990=762145,2990498=425163} 2024-09-13T14:25:31.969 INFO:tasks.rados.rados.0.smithi071.stdout:1163: writing smithi07185159-48 from 413571 to 966195 tid 1 2024-09-13T14:25:31.977 INFO:tasks.rados.rados.0.smithi071.stdout:1163: writing smithi07185159-48 from 1641990 to 2404135 tid 2 2024-09-13T14:25:31.983 INFO:tasks.rados.rados.0.smithi071.stdout:1163: writing smithi07185159-48 from 2990498 to 3415661 tid 3 2024-09-13T14:25:31.983 INFO:tasks.rados.rados.0.smithi071.stdout:1164: snap_create 2024-09-13T14:25:31.983 INFO:tasks.rados.rados.0.smithi071.stdout:1160: expect (ObjNum 427 snap 136 seq_num 427) 2024-09-13T14:25:32.092 INFO:tasks.rados.rados.0.smithi071.stdout:1158: finishing rollback tid 0 to smithi07185159-42 2024-09-13T14:25:32.092 INFO:tasks.rados.rados.0.smithi071.stdout:1158: finishing rollback tid 1 to smithi07185159-42 2024-09-13T14:25:32.092 INFO:tasks.rados.rados.0.smithi071.stdout:1158: finishing rollback tid 2 to smithi07185159-42 2024-09-13T14:25:32.092 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 42 v 738 (ObjNum 377 snap 119 seq_num 377) dirty exists 2024-09-13T14:25:32.092 INFO:tasks.rados.rados.0.smithi071.stdout:1161: finishing write tid 1 to smithi07185159-22 2024-09-13T14:25:32.093 INFO:tasks.rados.rados.0.smithi071.stdout:1159: expect (ObjNum 324 snap 101 seq_num 324) 2024-09-13T14:25:32.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:31 smithi071 ceph-mon[29588]: osdmap e359: 8 total, 8 up, 8 in 2024-09-13T14:25:32.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:31 smithi071 ceph-mon[29588]: from='client.15123 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:25:32.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:31 smithi071 ceph-mon[41109]: osdmap e359: 8 total, 8 up, 8 in 2024-09-13T14:25:32.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:31 smithi071 ceph-mon[41109]: from='client.15123 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:25:32.256 INFO:tasks.rados.rados.0.smithi071.stdout:1161: finishing write tid 2 to smithi07185159-22 2024-09-13T14:25:32.256 INFO:tasks.rados.rados.0.smithi071.stdout:1161: finishing write tid 3 to smithi07185159-22 2024-09-13T14:25:32.256 INFO:tasks.rados.rados.0.smithi071.stdout:1161: finishing write tid 4 to smithi07185159-22 2024-09-13T14:25:32.256 INFO:tasks.rados.rados.0.smithi071.stdout:1161: finishing write tid 5 to smithi07185159-22 2024-09-13T14:25:32.256 INFO:tasks.rados.rados.0.smithi071.stdout:1161: oid 22 updating version 0 to 382 2024-09-13T14:25:32.257 INFO:tasks.rados.rados.0.smithi071.stdout:1161: oid 22 updating version 382 to 383 2024-09-13T14:25:32.257 INFO:tasks.rados.rados.0.smithi071.stdout:1161: oid 22 updating version 383 to 384 2024-09-13T14:25:32.257 INFO:tasks.rados.rados.0.smithi071.stdout:1161: oid 22 version 384 is already newer than 381 2024-09-13T14:25:32.257 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 22 v 384 (ObjNum 452 snap 149 seq_num 452) dirty exists 2024-09-13T14:25:32.257 INFO:tasks.rados.rados.0.smithi071.stdout:1161: left oid 22 (ObjNum 452 snap 149 seq_num 452) 2024-09-13T14:25:32.257 INFO:tasks.rados.rados.0.smithi071.stdout:1162: expect (ObjNum 431 snap 138 seq_num 431) 2024-09-13T14:25:32.371 INFO:tasks.rados.rados.0.smithi071.stdout:1163: finishing write tid 1 to smithi07185159-48 2024-09-13T14:25:32.371 INFO:tasks.rados.rados.0.smithi071.stdout:1163: finishing write tid 2 to smithi07185159-48 2024-09-13T14:25:32.372 INFO:tasks.rados.rados.0.smithi071.stdout:1163: finishing write tid 3 to smithi07185159-48 2024-09-13T14:25:32.372 INFO:tasks.rados.rados.0.smithi071.stdout:1163: finishing write tid 4 to smithi07185159-48 2024-09-13T14:25:32.372 INFO:tasks.rados.rados.0.smithi071.stdout:1163: finishing write tid 5 to smithi07185159-48 2024-09-13T14:25:32.372 INFO:tasks.rados.rados.0.smithi071.stdout:1163: oid 48 updating version 0 to 1185 2024-09-13T14:25:32.372 INFO:tasks.rados.rados.0.smithi071.stdout:1163: oid 48 version 1185 is already newer than 1182 2024-09-13T14:25:32.372 INFO:tasks.rados.rados.0.smithi071.stdout:1163: oid 48 version 1185 is already newer than 1183 2024-09-13T14:25:32.372 INFO:tasks.rados.rados.0.smithi071.stdout:1163: oid 48 version 1185 is already newer than 1184 2024-09-13T14:25:32.372 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 48 v 1185 (ObjNum 453 snap 149 seq_num 453) dirty exists 2024-09-13T14:25:32.372 INFO:tasks.rados.rados.0.smithi071.stdout:1163: left oid 48 (ObjNum 453 snap 149 seq_num 453) 2024-09-13T14:25:32.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:31 smithi104 ceph-mon[33426]: osdmap e359: 8 total, 8 up, 8 in 2024-09-13T14:25:32.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:31 smithi104 ceph-mon[33426]: from='client.15123 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:25:32.482 INFO:teuthology.orchestra.run.smithi071.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-13T14:25:32.482 INFO:teuthology.orchestra.run.smithi071.stdout:alertmanager.a smithi071 *:9093,9094 running (63s) 58s ago 7m 17.6M - 0.27.0 11f11916f8cd b9824fbee517 2024-09-13T14:25:32.482 INFO:teuthology.orchestra.run.smithi071.stdout:grafana.a smithi104 *:3000 running (41s) 36s ago 6m 43.6M - c8b91775d855 2b565abc8cf3 2024-09-13T14:25:32.482 INFO:teuthology.orchestra.run.smithi071.stdout:mds.foo.smithi071.awdchm smithi071 running (5m) 58s ago 5m 20.3M - 18.2.4-843-g2c01458a c129f5a2fd4e 3a46cf5b0e24 2024-09-13T14:25:32.482 INFO:teuthology.orchestra.run.smithi071.stdout:mds.foo.smithi104.uecrqj smithi104 running (5m) 36s ago 5m 14.7M - 18.2.4-843-g2c01458a c129f5a2fd4e 3d72a892eecb 2024-09-13T14:25:32.482 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.x smithi104 *:8443,9283,8765 running (2m) 36s ago 11m 455M - 19.3.0-4697-gd58f7306 fec07016a2b0 d080c1ba10a3 2024-09-13T14:25:32.482 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.y smithi071 *:8443,9283,8765 running (2m) 58s ago 12m 515M - 19.3.0-4697-gd58f7306 fec07016a2b0 f93807043c77 2024-09-13T14:25:32.482 INFO:teuthology.orchestra.run.smithi071.stdout:mon.a smithi071 running (12m) 58s ago 12m 63.2M 2048M 18.2.4-843-g2c01458a c129f5a2fd4e 03dc48b4bc43 2024-09-13T14:25:32.482 INFO:teuthology.orchestra.run.smithi071.stdout:mon.b smithi104 running (11m) 36s ago 11m 56.0M 2048M 18.2.4-843-g2c01458a c129f5a2fd4e ecd51e95c619 2024-09-13T14:25:32.482 INFO:teuthology.orchestra.run.smithi071.stdout:mon.c smithi071 running (11m) 58s ago 11m 51.0M 2048M 18.2.4-843-g2c01458a c129f5a2fd4e 41b61ccb60e8 2024-09-13T14:25:32.482 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.a smithi071 *:9100 running (111s) 58s ago 6m 10.1M - 1.7.0 72c9c2088986 9dca7c61ba7c 2024-09-13T14:25:32.483 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.b smithi104 *:9100 running (104s) 36s ago 6m 9773k - 1.7.0 72c9c2088986 378ebb14ddbd 2024-09-13T14:25:32.483 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0 smithi071 running (10m) 58s ago 10m 85.4M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 4620af289781 2024-09-13T14:25:32.483 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1 smithi071 running (10m) 58s ago 10m 70.7M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 6219ea84d5da 2024-09-13T14:25:32.483 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2 smithi071 running (9m) 58s ago 9m 98.4M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e dbb670583d0d 2024-09-13T14:25:32.483 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3 smithi071 running (9m) 58s ago 9m 65.6M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 3859c11423d8 2024-09-13T14:25:32.483 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4 smithi104 running (9m) 36s ago 9m 90.6M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 7641d6ca037c 2024-09-13T14:25:32.483 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5 smithi104 running (8m) 36s ago 8m 92.5M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e d171c1dc9aca 2024-09-13T14:25:32.483 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6 smithi104 running (8m) 36s ago 8m 78.0M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 7cd98596a2db 2024-09-13T14:25:32.483 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7 smithi104 running (7m) 36s ago 7m 83.2M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e c0657150d5d6 2024-09-13T14:25:32.483 INFO:teuthology.orchestra.run.smithi071.stdout:prometheus.a smithi104 *:9095 running (83s) 36s ago 7m 37.5M - 2.51.0 1d3b7f56885b 31487e669ce2 2024-09-13T14:25:32.841 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:25:32.841 INFO:teuthology.orchestra.run.smithi071.stdout: "mon": { 2024-09-13T14:25:32.841 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)": 3 2024-09-13T14:25:32.841 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:25:32.841 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr": { 2024-09-13T14:25:32.841 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 19.3.0-4697-gd58f7306 (d58f73069a8157a9ace12a0247ee3e8497707ea9) squid (dev)": 2 2024-09-13T14:25:32.841 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:25:32.842 INFO:teuthology.orchestra.run.smithi071.stdout: "osd": { 2024-09-13T14:25:32.842 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)": 8 2024-09-13T14:25:32.842 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:25:32.842 INFO:teuthology.orchestra.run.smithi071.stdout: "mds": { 2024-09-13T14:25:32.842 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)": 2 2024-09-13T14:25:32.842 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:25:32.842 INFO:teuthology.orchestra.run.smithi071.stdout: "overall": { 2024-09-13T14:25:32.842 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)": 13, 2024-09-13T14:25:32.842 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 19.3.0-4697-gd58f7306 (d58f73069a8157a9ace12a0247ee3e8497707ea9) squid (dev)": 2 2024-09-13T14:25:32.842 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:25:32.842 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:25:32.891 INFO:tasks.rados.rados.0.smithi071.stdout:1158: done (6 left) 2024-09-13T14:25:32.892 INFO:tasks.rados.rados.0.smithi071.stdout:1159: done (5 left) 2024-09-13T14:25:32.892 INFO:tasks.rados.rados.0.smithi071.stdout:1160: done (4 left) 2024-09-13T14:25:32.892 INFO:tasks.rados.rados.0.smithi071.stdout:1161: done (3 left) 2024-09-13T14:25:32.892 INFO:tasks.rados.rados.0.smithi071.stdout:1162: done (2 left) 2024-09-13T14:25:32.892 INFO:tasks.rados.rados.0.smithi071.stdout:1163: done (1 left) 2024-09-13T14:25:32.892 INFO:tasks.rados.rados.0.smithi071.stdout:1164: done (0 left) 2024-09-13T14:25:32.892 INFO:tasks.rados.rados.0.smithi071.stdout:1165: write oid 7 current snap is 150 2024-09-13T14:25:32.892 INFO:tasks.rados.rados.0.smithi071.stdout:1165: seq_num 454 ranges {430378=627873,1700472=622156,3017921=612457} 2024-09-13T14:25:32.898 INFO:tasks.rados.rados.0.smithi071.stdout:1165: writing smithi07185159-7 from 430378 to 1058251 tid 1 2024-09-13T14:25:32.906 INFO:tasks.rados.rados.0.smithi071.stdout:1165: writing smithi07185159-7 from 1700472 to 2322628 tid 2 2024-09-13T14:25:32.915 INFO:tasks.rados.rados.0.smithi071.stdout:1165: writing smithi07185159-7 from 3017921 to 3630378 tid 3 2024-09-13T14:25:32.915 INFO:tasks.rados.rados.0.smithi071.stdout:1166: write oid 19 current snap is 150 2024-09-13T14:25:32.915 INFO:tasks.rados.rados.0.smithi071.stdout:1165: finishing write tid 1 to smithi07185159-7 2024-09-13T14:25:32.915 INFO:tasks.rados.rados.0.smithi071.stdout:1165: finishing write tid 2 to smithi07185159-7 2024-09-13T14:25:32.915 INFO:tasks.rados.rados.0.smithi071.stdout:1166: seq_num 455 ranges {447185=703122,1642601=765814,2928991=447707} 2024-09-13T14:25:32.922 INFO:tasks.rados.rados.0.smithi071.stdout:1166: writing smithi07185159-19 from 447185 to 1150307 tid 1 2024-09-13T14:25:32.930 INFO:tasks.rados.rados.0.smithi071.stdout:1166: writing smithi07185159-19 from 1642601 to 2408415 tid 2 2024-09-13T14:25:32.936 INFO:tasks.rados.rados.0.smithi071.stdout:1166: writing smithi07185159-19 from 2928991 to 3376698 tid 3 2024-09-13T14:25:32.936 INFO:tasks.rados.rados.0.smithi071.stdout:1167: snap_create 2024-09-13T14:25:32.937 INFO:tasks.rados.rados.0.smithi071.stdout:1165: finishing write tid 3 to smithi07185159-7 2024-09-13T14:25:32.937 INFO:tasks.rados.rados.0.smithi071.stdout:1165: finishing write tid 4 to smithi07185159-7 2024-09-13T14:25:32.937 INFO:tasks.rados.rados.0.smithi071.stdout:1165: finishing write tid 5 to smithi07185159-7 2024-09-13T14:25:32.937 INFO:tasks.rados.rados.0.smithi071.stdout:1165: oid 7 updating version 0 to 151 2024-09-13T14:25:32.937 INFO:tasks.rados.rados.0.smithi071.stdout:1165: oid 7 updating version 151 to 153 2024-09-13T14:25:32.937 INFO:tasks.rados.rados.0.smithi071.stdout:1165: oid 7 version 153 is already newer than 152 2024-09-13T14:25:32.937 INFO:tasks.rados.rados.0.smithi071.stdout:1165: oid 7 version 153 is already newer than 150 2024-09-13T14:25:32.938 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 7 v 153 (ObjNum 454 snap 150 seq_num 454) dirty exists 2024-09-13T14:25:32.938 INFO:tasks.rados.rados.0.smithi071.stdout:1165: left oid 7 (ObjNum 454 snap 150 seq_num 454) 2024-09-13T14:25:32.938 INFO:tasks.rados.rados.0.smithi071.stdout:1166: finishing write tid 1 to smithi07185159-19 2024-09-13T14:25:32.938 INFO:tasks.rados.rados.0.smithi071.stdout:1166: finishing write tid 2 to smithi07185159-19 2024-09-13T14:25:32.939 INFO:tasks.rados.rados.0.smithi071.stdout:1166: finishing write tid 3 to smithi07185159-19 2024-09-13T14:25:32.939 INFO:tasks.rados.rados.0.smithi071.stdout:1166: finishing write tid 4 to smithi07185159-19 2024-09-13T14:25:32.940 INFO:tasks.rados.rados.0.smithi071.stdout:1166: finishing write tid 5 to smithi07185159-19 2024-09-13T14:25:32.940 INFO:tasks.rados.rados.0.smithi071.stdout:1166: oid 19 updating version 0 to 389 2024-09-13T14:25:32.940 INFO:tasks.rados.rados.0.smithi071.stdout:1166: oid 19 version 389 is already newer than 387 2024-09-13T14:25:32.940 INFO:tasks.rados.rados.0.smithi071.stdout:1166: oid 19 version 389 is already newer than 388 2024-09-13T14:25:32.940 INFO:tasks.rados.rados.0.smithi071.stdout:1166: oid 19 version 389 is already newer than 386 2024-09-13T14:25:32.940 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 19 v 389 (ObjNum 455 snap 150 seq_num 455) dirty exists 2024-09-13T14:25:32.940 INFO:tasks.rados.rados.0.smithi071.stdout:1166: left oid 19 (ObjNum 455 snap 150 seq_num 455) 2024-09-13T14:25:32.947 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:25:32 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:25:32] "GET /metrics HTTP/1.1" 200 36288 "" "Prometheus/2.51.0" 2024-09-13T14:25:33.161 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:25:33.161 INFO:teuthology.orchestra.run.smithi071.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f", 2024-09-13T14:25:33.161 INFO:teuthology.orchestra.run.smithi071.stdout: "in_progress": true, 2024-09-13T14:25:33.162 INFO:teuthology.orchestra.run.smithi071.stdout: "which": "Upgrading daemons of type(s) mon. Upgrade limited to 1 daemons (1 remaining).", 2024-09-13T14:25:33.162 INFO:teuthology.orchestra.run.smithi071.stdout: "services_complete": [], 2024-09-13T14:25:33.162 INFO:teuthology.orchestra.run.smithi071.stdout: "progress": "0/3 daemons upgraded", 2024-09-13T14:25:33.162 INFO:teuthology.orchestra.run.smithi071.stdout: "message": "Currently upgrading mon daemons", 2024-09-13T14:25:33.162 INFO:teuthology.orchestra.run.smithi071.stdout: "is_paused": false 2024-09-13T14:25:33.162 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:25:33.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:32 smithi071 ceph-mon[29588]: osdmap e360: 8 total, 8 up, 8 in 2024-09-13T14:25:33.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:32 smithi071 ceph-mon[29588]: pgmap v222: 89 pgs: 89 active+clean; 177 MiB data, 630 MiB used, 715 GiB / 715 GiB avail; 17 MiB/s rd, 1.5 MiB/s wr, 23 op/s 2024-09-13T14:25:33.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:32 smithi071 ceph-mon[29588]: from='client.24826 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:25:33.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:32 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:25:33.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:32 smithi071 ceph-mon[29588]: Upgrade: Target is version 19.3.0-4697-gd58f7306 (squid) 2024-09-13T14:25:33.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:32 smithi071 ceph-mon[29588]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, digests ['quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f'] 2024-09-13T14:25:33.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:32 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:25:33.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:32 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:25:33.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:32 smithi071 ceph-mon[29588]: Upgrade: Setting container_image for all mgr 2024-09-13T14:25:33.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:32 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:25:33.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:32 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-13T14:25:33.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:32 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-09-13T14:25:33.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:32 smithi071 ceph-mon[29588]: Upgrade: It appears safe to stop mon.a 2024-09-13T14:25:33.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:32 smithi071 ceph-mon[29588]: from='client.25031 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:25:33.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:32 smithi071 ceph-mon[29588]: from='client.? 172.21.15.71:0/2558024652' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:25:33.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:32 smithi071 ceph-mon[29588]: osdmap e361: 8 total, 8 up, 8 in 2024-09-13T14:25:33.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:32 smithi071 ceph-mon[41109]: osdmap e360: 8 total, 8 up, 8 in 2024-09-13T14:25:33.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:32 smithi071 ceph-mon[41109]: pgmap v222: 89 pgs: 89 active+clean; 177 MiB data, 630 MiB used, 715 GiB / 715 GiB avail; 17 MiB/s rd, 1.5 MiB/s wr, 23 op/s 2024-09-13T14:25:33.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:32 smithi071 ceph-mon[41109]: from='client.24826 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:25:33.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:32 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:25:33.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:32 smithi071 ceph-mon[41109]: Upgrade: Target is version 19.3.0-4697-gd58f7306 (squid) 2024-09-13T14:25:33.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:32 smithi071 ceph-mon[41109]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, digests ['quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f'] 2024-09-13T14:25:33.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:32 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:25:33.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:32 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:25:33.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:32 smithi071 ceph-mon[41109]: Upgrade: Setting container_image for all mgr 2024-09-13T14:25:33.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:32 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:25:33.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:32 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-13T14:25:33.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:32 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-09-13T14:25:33.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:32 smithi071 ceph-mon[41109]: Upgrade: It appears safe to stop mon.a 2024-09-13T14:25:33.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:32 smithi071 ceph-mon[41109]: from='client.25031 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:25:33.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:32 smithi071 ceph-mon[41109]: from='client.? 172.21.15.71:0/2558024652' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:25:33.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:32 smithi071 ceph-mon[41109]: osdmap e361: 8 total, 8 up, 8 in 2024-09-13T14:25:33.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:32 smithi104 ceph-mon[33426]: osdmap e360: 8 total, 8 up, 8 in 2024-09-13T14:25:33.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:32 smithi104 ceph-mon[33426]: pgmap v222: 89 pgs: 89 active+clean; 177 MiB data, 630 MiB used, 715 GiB / 715 GiB avail; 17 MiB/s rd, 1.5 MiB/s wr, 23 op/s 2024-09-13T14:25:33.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:32 smithi104 ceph-mon[33426]: from='client.24826 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:25:33.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:32 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:25:33.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:32 smithi104 ceph-mon[33426]: Upgrade: Target is version 19.3.0-4697-gd58f7306 (squid) 2024-09-13T14:25:33.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:32 smithi104 ceph-mon[33426]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, digests ['quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f'] 2024-09-13T14:25:33.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:32 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T14:25:33.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:32 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:25:33.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:32 smithi104 ceph-mon[33426]: Upgrade: Setting container_image for all mgr 2024-09-13T14:25:33.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:32 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:25:33.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:32 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-13T14:25:33.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:32 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-09-13T14:25:33.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:32 smithi104 ceph-mon[33426]: Upgrade: It appears safe to stop mon.a 2024-09-13T14:25:33.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:32 smithi104 ceph-mon[33426]: from='client.25031 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:25:33.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:32 smithi104 ceph-mon[33426]: from='client.? 172.21.15.71:0/2558024652' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-13T14:25:33.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:32 smithi104 ceph-mon[33426]: osdmap e361: 8 total, 8 up, 8 in 2024-09-13T14:25:33.893 INFO:tasks.rados.rados.0.smithi071.stdout:1165: done (2 left) 2024-09-13T14:25:33.893 INFO:tasks.rados.rados.0.smithi071.stdout:1166: done (1 left) 2024-09-13T14:25:33.893 INFO:tasks.rados.rados.0.smithi071.stdout:1167: done (0 left) 2024-09-13T14:25:33.894 INFO:tasks.rados.rados.0.smithi071.stdout:1168: read oid 47 snap 141 2024-09-13T14:25:33.894 INFO:tasks.rados.rados.0.smithi071.stdout:1168: expect (ObjNum 415 snap 131 seq_num 415) 2024-09-13T14:25:33.894 INFO:tasks.rados.rados.0.smithi071.stdout:1169: snap_remove snap 143 2024-09-13T14:25:34.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:33 smithi071 ceph-mon[29588]: from='client.25043 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:25:34.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:33 smithi071 ceph-mon[29588]: osdmap e362: 8 total, 8 up, 8 in 2024-09-13T14:25:34.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:33 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:25:34.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:33 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-13T14:25:34.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:33 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-13T14:25:34.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:33 smithi071 ceph-mon[29588]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:25:34.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:33 smithi071 ceph-mon[41109]: from='client.25043 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:25:34.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:33 smithi071 ceph-mon[41109]: osdmap e362: 8 total, 8 up, 8 in 2024-09-13T14:25:34.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:33 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:25:34.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:33 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-13T14:25:34.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:33 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-13T14:25:34.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:33 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:25:34.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:33 smithi104 ceph-mon[33426]: from='client.25043 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:25:34.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:33 smithi104 ceph-mon[33426]: osdmap e362: 8 total, 8 up, 8 in 2024-09-13T14:25:34.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:33 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' 2024-09-13T14:25:34.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:33 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-13T14:25:34.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:33 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-13T14:25:34.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:33 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T14:25:34.895 INFO:tasks.rados.rados.0.smithi071.stdout:1169: done (1 left) 2024-09-13T14:25:34.895 INFO:tasks.rados.rados.0.smithi071.stdout:1170: snap_remove snap 150 2024-09-13T14:25:35.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:34 smithi071 ceph-mon[29588]: Upgrade: Updating mon.a 2024-09-13T14:25:35.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:34 smithi071 ceph-mon[29588]: Deploying daemon mon.a on smithi071 2024-09-13T14:25:35.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:34 smithi071 ceph-mon[29588]: pgmap v225: 89 pgs: 89 active+clean; 177 MiB data, 630 MiB used, 715 GiB / 715 GiB avail; 17 MiB/s rd, 1.5 MiB/s wr, 23 op/s 2024-09-13T14:25:35.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:34 smithi071 ceph-mon[29588]: osdmap e363: 8 total, 8 up, 8 in 2024-09-13T14:25:35.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:34 smithi071 ceph-mon[41109]: Upgrade: Updating mon.a 2024-09-13T14:25:35.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:34 smithi071 ceph-mon[41109]: Deploying daemon mon.a on smithi071 2024-09-13T14:25:35.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:34 smithi071 ceph-mon[41109]: pgmap v225: 89 pgs: 89 active+clean; 177 MiB data, 630 MiB used, 715 GiB / 715 GiB avail; 17 MiB/s rd, 1.5 MiB/s wr, 23 op/s 2024-09-13T14:25:35.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:34 smithi071 ceph-mon[41109]: osdmap e363: 8 total, 8 up, 8 in 2024-09-13T14:25:35.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:34 smithi104 ceph-mon[33426]: Upgrade: Updating mon.a 2024-09-13T14:25:35.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:34 smithi104 ceph-mon[33426]: Deploying daemon mon.a on smithi071 2024-09-13T14:25:35.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:34 smithi104 ceph-mon[33426]: pgmap v225: 89 pgs: 89 active+clean; 177 MiB data, 630 MiB used, 715 GiB / 715 GiB avail; 17 MiB/s rd, 1.5 MiB/s wr, 23 op/s 2024-09-13T14:25:35.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:34 smithi104 ceph-mon[33426]: osdmap e363: 8 total, 8 up, 8 in 2024-09-13T14:25:35.899 INFO:tasks.rados.rados.0.smithi071.stdout:1170: done (1 left) 2024-09-13T14:25:35.899 INFO:tasks.rados.rados.0.smithi071.stdout:1171: delete oid 21 current snap is 151 2024-09-13T14:25:35.899 INFO:tasks.rados.rados.0.smithi071.stdout:1168: expect (ObjNum 415 snap 131 seq_num 415) 2024-09-13T14:25:35.998 INFO:tasks.rados.rados.0.smithi071.stdout:1168: done (1 left) 2024-09-13T14:25:35.999 INFO:tasks.rados.rados.0.smithi071.stdout:1171: done (0 left) 2024-09-13T14:25:35.999 INFO:tasks.rados.rados.0.smithi071.stdout:1172: rollback oid 19 current snap is 151 2024-09-13T14:25:35.999 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 19 to 137 2024-09-13T14:25:35.999 INFO:tasks.rados.rados.0.smithi071.stdout:1173: read oid 5 snap -1 2024-09-13T14:25:35.999 INFO:tasks.rados.rados.0.smithi071.stdout:1173: expect (ObjNum 401 snap 124 seq_num 401) 2024-09-13T14:25:35.999 INFO:tasks.rados.rados.0.smithi071.stdout:1174: write oid 1 current snap is 151 2024-09-13T14:25:35.999 INFO:tasks.rados.rados.0.smithi071.stdout:1174: seq_num 457 ranges {480799=569973,1475918=769483,2700190=586604} 2024-09-13T14:25:36.003 INFO:tasks.rados.rados.0.smithi071.stdout:1174: writing smithi07185159-1 from 480799 to 1050772 tid 1 2024-09-13T14:25:36.010 INFO:tasks.rados.rados.0.smithi071.stdout:1174: writing smithi07185159-1 from 1475918 to 2245401 tid 2 2024-09-13T14:25:36.016 INFO:tasks.rados.rados.0.smithi071.stdout:1174: writing smithi07185159-1 from 2700190 to 3286794 tid 3 2024-09-13T14:25:36.016 INFO:tasks.rados.rados.0.smithi071.stdout:1175: rollback oid 10 current snap is 151 2024-09-13T14:25:36.016 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 10 to 139 2024-09-13T14:25:36.016 INFO:tasks.rados.rados.0.smithi071.stdout:1172: finishing rollback tid 0 to smithi07185159-19 2024-09-13T14:25:36.016 INFO:tasks.rados.rados.0.smithi071.stdout:1172: finishing rollback tid 1 to smithi07185159-19 2024-09-13T14:25:36.016 INFO:tasks.rados.rados.0.smithi071.stdout:1172: finishing rollback tid 2 to smithi07185159-19 2024-09-13T14:25:36.017 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 19 v 394 (ObjNum 389 snap 121 seq_num 389) dirty exists 2024-09-13T14:25:36.017 INFO:tasks.rados.rados.0.smithi071.stdout:1173: expect (ObjNum 401 snap 124 seq_num 401) 2024-09-13T14:25:36.031 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:35 smithi071 systemd[1]: Stopping Ceph mon.a for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T14:25:36.112 INFO:tasks.rados.rados.0.smithi071.stdout:1174: finishing write tid 1 to smithi07185159-1 2024-09-13T14:25:36.112 INFO:tasks.rados.rados.0.smithi071.stdout:1172: done (3 left) 2024-09-13T14:25:36.112 INFO:tasks.rados.rados.0.smithi071.stdout:1173: done (2 left) 2024-09-13T14:25:36.112 INFO:tasks.rados.rados.0.smithi071.stdout:1176: read oid 14 snap -1 2024-09-13T14:25:36.112 INFO:tasks.rados.rados.0.smithi071.stdout:1176: expect (ObjNum 349 snap 107 seq_num 349) 2024-09-13T14:25:36.113 INFO:tasks.rados.rados.0.smithi071.stdout:1177: write oid 20 current snap is 151 2024-09-13T14:25:36.113 INFO:tasks.rados.rados.0.smithi071.stdout:1174: finishing write tid 2 to smithi07185159-1 2024-09-13T14:25:36.113 INFO:tasks.rados.rados.0.smithi071.stdout:1177: seq_num 458 ranges {497606=645222,1934400=629494,3243966=453640} 2024-09-13T14:25:36.118 INFO:tasks.rados.rados.0.smithi071.stdout:1177: writing smithi07185159-20 from 497606 to 1142828 tid 1 2024-09-13T14:25:36.125 INFO:tasks.rados.rados.0.smithi071.stdout:1177: writing smithi07185159-20 from 1934400 to 2563894 tid 2 2024-09-13T14:25:36.132 INFO:tasks.rados.rados.0.smithi071.stdout:1177: writing smithi07185159-20 from 3243966 to 3697606 tid 3 2024-09-13T14:25:36.132 INFO:tasks.rados.rados.0.smithi071.stdout:1178: write oid 45 current snap is 151 2024-09-13T14:25:36.132 INFO:tasks.rados.rados.0.smithi071.stdout:1174: finishing write tid 3 to smithi07185159-1 2024-09-13T14:25:36.132 INFO:tasks.rados.rados.0.smithi071.stdout:1174: finishing write tid 4 to smithi07185159-1 2024-09-13T14:25:36.132 INFO:tasks.rados.rados.0.smithi071.stdout:1178: seq_num 459 ranges {514413=720471,1876529=773152,3438683=275730} 2024-09-13T14:25:36.138 INFO:tasks.rados.rados.0.smithi071.stdout:1178: writing smithi07185159-45 from 514413 to 1234884 tid 1 2024-09-13T14:25:36.146 INFO:tasks.rados.rados.0.smithi071.stdout:1178: writing smithi07185159-45 from 1876529 to 2649681 tid 2 2024-09-13T14:25:36.152 INFO:tasks.rados.rados.0.smithi071.stdout:1178: writing smithi07185159-45 from 3438683 to 3714413 tid 3 2024-09-13T14:25:36.152 INFO:tasks.rados.rados.0.smithi071.stdout:1179: write oid 37 current snap is 151 2024-09-13T14:25:36.152 INFO:tasks.rados.rados.0.smithi071.stdout:1174: finishing write tid 5 to smithi07185159-1 2024-09-13T14:25:36.152 INFO:tasks.rados.rados.0.smithi071.stdout:1174: oid 1 updating version 0 to 1192 2024-09-13T14:25:36.153 INFO:tasks.rados.rados.0.smithi071.stdout:1174: oid 1 updating version 1192 to 1193 2024-09-13T14:25:36.153 INFO:tasks.rados.rados.0.smithi071.stdout:1174: oid 1 updating version 1193 to 1194 2024-09-13T14:25:36.153 INFO:tasks.rados.rados.0.smithi071.stdout:1174: oid 1 version 1194 is already newer than 1191 2024-09-13T14:25:36.153 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 1 v 1194 (ObjNum 457 snap 151 seq_num 457) dirty exists 2024-09-13T14:25:36.153 INFO:tasks.rados.rados.0.smithi071.stdout:1174: left oid 1 (ObjNum 457 snap 151 seq_num 457) 2024-09-13T14:25:36.153 INFO:tasks.rados.rados.0.smithi071.stdout:1175: finishing rollback tid 0 to smithi07185159-10 2024-09-13T14:25:36.153 INFO:tasks.rados.rados.0.smithi071.stdout:1175: finishing rollback tid 1 to smithi07185159-10 2024-09-13T14:25:36.153 INFO:tasks.rados.rados.0.smithi071.stdout:1175: finishing rollback tid 2 to smithi07185159-10 2024-09-13T14:25:36.153 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 10 v 554 (ObjNum 351 snap 107 seq_num 351) dirty exists 2024-09-13T14:25:36.153 INFO:tasks.rados.rados.0.smithi071.stdout:1179: seq_num 460 ranges {531220=795720,1935011=516810,3066106=420420} 2024-09-13T14:25:36.159 INFO:tasks.rados.rados.0.smithi071.stdout:1179: writing smithi07185159-37 from 531220 to 1326940 tid 1 2024-09-13T14:25:36.165 INFO:tasks.rados.rados.0.smithi071.stdout:1179: writing smithi07185159-37 from 1935011 to 2451821 tid 2 2024-09-13T14:25:36.171 INFO:tasks.rados.rados.0.smithi071.stdout:1179: writing smithi07185159-37 from 3066106 to 3486526 tid 3 2024-09-13T14:25:36.171 INFO:tasks.rados.rados.0.smithi071.stdout:1174: done (5 left) 2024-09-13T14:25:36.171 INFO:tasks.rados.rados.0.smithi071.stdout:1175: done (4 left) 2024-09-13T14:25:36.171 INFO:tasks.rados.rados.0.smithi071.stdout:1180: rollback oid 24 current snap is 151 2024-09-13T14:25:36.171 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 24 to 140 2024-09-13T14:25:36.172 INFO:tasks.rados.rados.0.smithi071.stdout:1176: expect (ObjNum 349 snap 107 seq_num 349) 2024-09-13T14:25:36.315 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:36 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-a[29565]: 2024-09-13T14:25:36.029+0000 7f6a0bcd1640 -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-09-13T14:25:36.316 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:36 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-a[29565]: 2024-09-13T14:25:36.029+0000 7f6a0bcd1640 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-09-13T14:25:36.316 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:36 smithi071 podman[107275]: 2024-09-13 14:25:36.091444697 +0000 UTC m=+0.181605305 container died 03dc48b4bc437fed2551dd813f3cf5046311911c5cadedc04b1da1725af5d933 (image=quay.ceph.io/ceph-ci/ceph:reef, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-a, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, RELEASE=reef-2c01458, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731) 2024-09-13T14:25:36.316 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:25:36 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: [13/Sep/2024:14:25:36] ENGINE Bus STOPPING 2024-09-13T14:25:36.316 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:25:36 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: [13/Sep/2024:14:25:36] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-13T14:25:36.316 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:25:36 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: [13/Sep/2024:14:25:36] ENGINE Bus STOPPED 2024-09-13T14:25:36.316 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:25:36 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: [13/Sep/2024:14:25:36] ENGINE Bus STARTING 2024-09-13T14:25:36.316 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:25:36 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: [13/Sep/2024:14:25:36] ENGINE Serving on http://:::9283 2024-09-13T14:25:36.316 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:25:36 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: [13/Sep/2024:14:25:36] ENGINE Bus STARTED 2024-09-13T14:25:36.340 INFO:tasks.rados.rados.0.smithi071.stdout:1177: finishing write tid 1 to smithi07185159-20 2024-09-13T14:25:36.341 INFO:tasks.rados.rados.0.smithi071.stdout:1177: finishing write tid 2 to smithi07185159-20 2024-09-13T14:25:36.341 INFO:tasks.rados.rados.0.smithi071.stdout:1177: finishing write tid 3 to smithi07185159-20 2024-09-13T14:25:36.341 INFO:tasks.rados.rados.0.smithi071.stdout:1176: done (4 left) 2024-09-13T14:25:36.341 INFO:tasks.rados.rados.0.smithi071.stdout:1181: write oid 22 current snap is 151 2024-09-13T14:25:36.341 INFO:tasks.rados.rados.0.smithi071.stdout:1177: finishing write tid 4 to smithi07185159-20 2024-09-13T14:25:36.341 INFO:tasks.rados.rados.0.smithi071.stdout:1177: finishing write tid 5 to smithi07185159-20 2024-09-13T14:25:36.341 INFO:tasks.rados.rados.0.smithi071.stdout:1177: oid 20 updating version 0 to 480 2024-09-13T14:25:36.341 INFO:tasks.rados.rados.0.smithi071.stdout:1177: oid 20 version 480 is already newer than 477 2024-09-13T14:25:36.341 INFO:tasks.rados.rados.0.smithi071.stdout:1177: oid 20 version 480 is already newer than 478 2024-09-13T14:25:36.341 INFO:tasks.rados.rados.0.smithi071.stdout:1177: oid 20 version 480 is already newer than 479 2024-09-13T14:25:36.341 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 20 v 480 (ObjNum 458 snap 151 seq_num 458) dirty exists 2024-09-13T14:25:36.341 INFO:tasks.rados.rados.0.smithi071.stdout:1177: left oid 20 (ObjNum 458 snap 151 seq_num 458) 2024-09-13T14:25:36.341 INFO:tasks.rados.rados.0.smithi071.stdout:1178: finishing write tid 1 to smithi07185159-45 2024-09-13T14:25:36.342 INFO:tasks.rados.rados.0.smithi071.stdout:1181: seq_num 461 ranges {548027=470969,1593493=776821,3093529=631692} 2024-09-13T14:25:36.346 INFO:tasks.rados.rados.0.smithi071.stdout:1181: writing smithi07185159-22 from 548027 to 1018996 tid 1 2024-09-13T14:25:36.354 INFO:tasks.rados.rados.0.smithi071.stdout:1181: writing smithi07185159-22 from 1593493 to 2370314 tid 2 2024-09-13T14:25:36.361 INFO:tasks.rados.rados.0.smithi071.stdout:1181: writing smithi07185159-22 from 3093529 to 3725221 tid 3 2024-09-13T14:25:36.361 INFO:tasks.rados.rados.0.smithi071.stdout:1177: done (4 left) 2024-09-13T14:25:36.361 INFO:tasks.rados.rados.0.smithi071.stdout:1182: snap_create 2024-09-13T14:25:36.361 INFO:tasks.rados.rados.0.smithi071.stdout:1178: finishing write tid 2 to smithi07185159-45 2024-09-13T14:25:36.362 INFO:tasks.rados.rados.0.smithi071.stdout:1178: finishing write tid 3 to smithi07185159-45 2024-09-13T14:25:36.362 INFO:tasks.rados.rados.0.smithi071.stdout:1178: finishing write tid 4 to smithi07185159-45 2024-09-13T14:25:36.362 INFO:tasks.rados.rados.0.smithi071.stdout:1178: finishing write tid 5 to smithi07185159-45 2024-09-13T14:25:36.362 INFO:tasks.rados.rados.0.smithi071.stdout:1178: oid 45 updating version 0 to 747 2024-09-13T14:25:36.362 INFO:tasks.rados.rados.0.smithi071.stdout:1178: oid 45 version 747 is already newer than 746 2024-09-13T14:25:36.362 INFO:tasks.rados.rados.0.smithi071.stdout:1178: oid 45 version 747 is already newer than 745 2024-09-13T14:25:36.362 INFO:tasks.rados.rados.0.smithi071.stdout:1178: oid 45 updating version 747 to 748 2024-09-13T14:25:36.362 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 45 v 748 (ObjNum 459 snap 151 seq_num 459) dirty exists 2024-09-13T14:25:36.362 INFO:tasks.rados.rados.0.smithi071.stdout:1178: left oid 45 (ObjNum 459 snap 151 seq_num 459) 2024-09-13T14:25:36.362 INFO:tasks.rados.rados.0.smithi071.stdout:1179: finishing write tid 1 to smithi07185159-37 2024-09-13T14:25:36.362 INFO:tasks.rados.rados.0.smithi071.stdout:1179: finishing write tid 2 to smithi07185159-37 2024-09-13T14:25:36.362 INFO:tasks.rados.rados.0.smithi071.stdout:1180: finishing rollback tid 1 to smithi07185159-24 2024-09-13T14:25:36.362 INFO:tasks.rados.rados.0.smithi071.stdout:1180: finishing rollback tid 2 to smithi07185159-24 2024-09-13T14:25:36.363 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 24 v 300 (ObjNum 326 snap 101 seq_num 326) dirty exists 2024-09-13T14:25:36.363 INFO:tasks.rados.rados.0.smithi071.stdout:1179: finishing write tid 3 to smithi07185159-37 2024-09-13T14:25:36.363 INFO:tasks.rados.rados.0.smithi071.stdout:1179: finishing write tid 4 to smithi07185159-37 2024-09-13T14:25:36.363 INFO:tasks.rados.rados.0.smithi071.stdout:1179: finishing write tid 5 to smithi07185159-37 2024-09-13T14:25:36.363 INFO:tasks.rados.rados.0.smithi071.stdout:1179: oid 37 updating version 0 to 336 2024-09-13T14:25:36.363 INFO:tasks.rados.rados.0.smithi071.stdout:1179: oid 37 version 336 is already newer than 335 2024-09-13T14:25:36.363 INFO:tasks.rados.rados.0.smithi071.stdout:1179: oid 37 version 336 is already newer than 334 2024-09-13T14:25:36.363 INFO:tasks.rados.rados.0.smithi071.stdout:1179: oid 37 updating version 336 to 337 2024-09-13T14:25:36.363 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 37 v 337 (ObjNum 460 snap 151 seq_num 460) dirty exists 2024-09-13T14:25:36.363 INFO:tasks.rados.rados.0.smithi071.stdout:1179: left oid 37 (ObjNum 460 snap 151 seq_num 460) 2024-09-13T14:25:36.363 INFO:tasks.rados.rados.0.smithi071.stdout:1181: finishing write tid 1 to smithi07185159-22 2024-09-13T14:25:36.363 INFO:tasks.rados.rados.0.smithi071.stdout:1181: finishing write tid 2 to smithi07185159-22 2024-09-13T14:25:36.364 INFO:tasks.rados.rados.0.smithi071.stdout:1181: finishing write tid 3 to smithi07185159-22 2024-09-13T14:25:36.364 INFO:tasks.rados.rados.0.smithi071.stdout:1181: finishing write tid 4 to smithi07185159-22 2024-09-13T14:25:36.364 INFO:tasks.rados.rados.0.smithi071.stdout:1181: finishing write tid 5 to smithi07185159-22 2024-09-13T14:25:36.364 INFO:tasks.rados.rados.0.smithi071.stdout:1181: oid 22 updating version 0 to 399 2024-09-13T14:25:36.364 INFO:tasks.rados.rados.0.smithi071.stdout:1181: oid 22 version 399 is already newer than 396 2024-09-13T14:25:36.364 INFO:tasks.rados.rados.0.smithi071.stdout:1181: oid 22 version 399 is already newer than 398 2024-09-13T14:25:36.365 INFO:tasks.rados.rados.0.smithi071.stdout:1181: oid 22 version 399 is already newer than 397 2024-09-13T14:25:36.365 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 22 v 399 (ObjNum 461 snap 151 seq_num 461) dirty exists 2024-09-13T14:25:36.365 INFO:tasks.rados.rados.0.smithi071.stdout:1181: left oid 22 (ObjNum 461 snap 151 seq_num 461) 2024-09-13T14:25:36.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:36 smithi071 podman[107275]: 2024-09-13 14:25:36.612108251 +0000 UTC m=+0.702268903 container cleanup 03dc48b4bc437fed2551dd813f3cf5046311911c5cadedc04b1da1725af5d933 (image=quay.ceph.io/ceph-ci/ceph:reef, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-a, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=reef-2c01458, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, ceph=True, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS) 2024-09-13T14:25:36.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:36 smithi071 bash[107275]: ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-a 2024-09-13T14:25:36.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:36 smithi071 podman[107292]: 2024-09-13 14:25:36.822077044 +0000 UTC m=+0.729975739 container remove 03dc48b4bc437fed2551dd813f3cf5046311911c5cadedc04b1da1725af5d933 (image=quay.ceph.io/ceph-ci/ceph:reef, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-a, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, RELEASE=reef-2c01458, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2) 2024-09-13T14:25:37.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 systemd[1]: ceph-18f8172c-71da-11ef-bceb-c7b262605968@mon.a.service: Deactivated successfully. 2024-09-13T14:25:37.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 systemd[1]: Stopped Ceph mon.a for 18f8172c-71da-11ef-bceb-c7b262605968. 2024-09-13T14:25:37.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 systemd[1]: ceph-18f8172c-71da-11ef-bceb-c7b262605968@mon.a.service: Consumed 14.979s CPU time. 2024-09-13T14:25:37.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 systemd[1]: Starting Ceph mon.a for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T14:25:37.710 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 podman[107440]: 2024-09-13 14:25:37.348804021 +0000 UTC m=+0.015876433 image pull fec07016a2b0bf363d0b69240081049b65cf13f1c44f6a7196cf8309aeb428cd quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f 2024-09-13T14:25:37.711 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 podman[107440]: 2024-09-13 14:25:37.473358007 +0000 UTC m=+0.140430406 container create f694be77a870801adef7bc77e14ebc73cd70c6cafc1cacd1d2e8a65e381e0fc2 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-a, RELEASE=wip-aclamk-cbt-combined-d58f730, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-13T14:25:37.711 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 podman[107440]: 2024-09-13 14:25:37.684236095 +0000 UTC m=+0.351308500 container init f694be77a870801adef7bc77e14ebc73cd70c6cafc1cacd1d2e8a65e381e0fc2 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-a, ceph=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, RELEASE=wip-aclamk-cbt-combined-d58f730, org.label-schema.build-date=20240731, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, io.buildah.version=1.37.2) 2024-09-13T14:25:37.711 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 podman[107440]: 2024-09-13 14:25:37.688620026 +0000 UTC m=+0.355692424 container start f694be77a870801adef7bc77e14ebc73cd70c6cafc1cacd1d2e8a65e381e0fc2 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-a, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, RELEASE=wip-aclamk-cbt-combined-d58f730, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-13T14:25:38.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: set uid:gid to 167:167 (ceph:ceph) 2024-09-13T14:25:38.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: ceph version 19.3.0-4697-gd58f7306 (d58f73069a8157a9ace12a0247ee3e8497707ea9) squid (dev), process ceph-mon, pid 7 2024-09-13T14:25:38.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: pidfile_write: ignore empty --pid-file 2024-09-13T14:25:38.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: load: jerasure load: lrc 2024-09-13T14:25:38.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: RocksDB version: 7.9.2 2024-09-13T14:25:38.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Git sha 0 2024-09-13T14:25:38.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Compile date 2024-09-12 20:46:14 2024-09-13T14:25:38.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: DB SUMMARY 2024-09-13T14:25:38.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: DB Session ID: ZL8RXA2LNORBIRGNV3YY 2024-09-13T14:25:38.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: CURRENT file: CURRENT 2024-09-13T14:25:38.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: IDENTITY file: IDENTITY 2024-09-13T14:25:38.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: MANIFEST file: MANIFEST-000015 size: 1518 Bytes 2024-09-13T14:25:38.143 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000032.sst 2024-09-13T14:25:38.143 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000030.log size: 7724208 ; 2024-09-13T14:25:38.143 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.error_if_exists: 0 2024-09-13T14:25:38.143 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.create_if_missing: 0 2024-09-13T14:25:38.143 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.paranoid_checks: 1 2024-09-13T14:25:38.143 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-13T14:25:38.143 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-13T14:25:38.143 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-13T14:25:38.143 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.env: 0x5566d7328160 2024-09-13T14:25:38.143 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.fs: PosixFileSystem 2024-09-13T14:25:38.143 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.info_log: 0x5566d8fc5880 2024-09-13T14:25:38.143 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.max_file_opening_threads: 16 2024-09-13T14:25:38.143 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.statistics: (nil) 2024-09-13T14:25:38.143 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.use_fsync: 0 2024-09-13T14:25:38.144 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.max_log_file_size: 0 2024-09-13T14:25:38.144 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-13T14:25:38.144 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-13T14:25:38.144 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.keep_log_file_num: 1000 2024-09-13T14:25:38.144 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.recycle_log_file_num: 0 2024-09-13T14:25:38.144 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.allow_fallocate: 1 2024-09-13T14:25:38.144 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.allow_mmap_reads: 0 2024-09-13T14:25:38.144 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.allow_mmap_writes: 0 2024-09-13T14:25:38.144 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.use_direct_reads: 0 2024-09-13T14:25:38.144 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-13T14:25:38.144 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.create_missing_column_families: 0 2024-09-13T14:25:38.144 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.db_log_dir: 2024-09-13T14:25:38.145 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.wal_dir: 2024-09-13T14:25:38.146 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-13T14:25:38.147 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-13T14:25:38.147 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-13T14:25:38.147 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-13T14:25:38.147 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-13T14:25:38.147 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-13T14:25:38.147 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.advise_random_on_open: 1 2024-09-13T14:25:38.147 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.db_write_buffer_size: 0 2024-09-13T14:25:38.147 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.write_buffer_manager: 0x5566d8fc8960 2024-09-13T14:25:38.147 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-13T14:25:38.147 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-13T14:25:38.148 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-13T14:25:38.148 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.rate_limiter: (nil) 2024-09-13T14:25:38.148 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-13T14:25:38.148 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.wal_recovery_mode: 2 2024-09-13T14:25:38.148 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.enable_thread_tracking: 0 2024-09-13T14:25:38.148 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.enable_pipelined_write: 0 2024-09-13T14:25:38.148 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.unordered_write: 0 2024-09-13T14:25:38.148 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-13T14:25:38.148 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-13T14:25:38.148 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-13T14:25:38.148 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-13T14:25:38.148 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.row_cache: None 2024-09-13T14:25:38.149 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.wal_filter: None 2024-09-13T14:25:38.149 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-13T14:25:38.149 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.allow_ingest_behind: 0 2024-09-13T14:25:38.149 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.two_write_queues: 0 2024-09-13T14:25:38.149 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.manual_wal_flush: 0 2024-09-13T14:25:38.149 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.wal_compression: 0 2024-09-13T14:25:38.149 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.atomic_flush: 0 2024-09-13T14:25:38.149 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-13T14:25:38.149 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-13T14:25:38.149 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-13T14:25:38.149 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.log_readahead_size: 0 2024-09-13T14:25:38.149 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-13T14:25:38.150 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.best_efforts_recovery: 0 2024-09-13T14:25:38.150 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-13T14:25:38.150 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-13T14:25:38.150 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.allow_data_in_errors: 0 2024-09-13T14:25:38.150 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.db_host_id: __hostname__ 2024-09-13T14:25:38.150 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-13T14:25:38.150 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.max_background_jobs: 2 2024-09-13T14:25:38.150 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.max_background_compactions: -1 2024-09-13T14:25:38.150 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.max_subcompactions: 1 2024-09-13T14:25:38.150 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-13T14:25:38.150 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-13T14:25:38.150 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-13T14:25:38.150 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.max_total_wal_size: 0 2024-09-13T14:25:38.151 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-13T14:25:38.151 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-13T14:25:38.151 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-13T14:25:38.151 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-13T14:25:38.151 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.max_open_files: -1 2024-09-13T14:25:38.151 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.bytes_per_sync: 0 2024-09-13T14:25:38.151 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-13T14:25:38.151 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-13T14:25:38.151 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.compaction_readahead_size: 0 2024-09-13T14:25:38.151 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.max_background_flushes: -1 2024-09-13T14:25:38.151 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Compression algorithms supported: 2024-09-13T14:25:38.151 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: kZSTD supported: 0 2024-09-13T14:25:38.151 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: kXpressCompression supported: 0 2024-09-13T14:25:38.151 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: kBZip2Compression supported: 0 2024-09-13T14:25:38.152 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-13T14:25:38.152 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: kLZ4Compression supported: 1 2024-09-13T14:25:38.152 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: kZlibCompression supported: 1 2024-09-13T14:25:38.152 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: kLZ4HCCompression supported: 1 2024-09-13T14:25:38.152 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: kSnappyCompression supported: 1 2024-09-13T14:25:38.152 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-13T14:25:38.152 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-13T14:25:38.152 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000015 2024-09-13T14:25:38.152 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-13T14:25:38.152 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-13T14:25:38.152 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.merge_operator: 2024-09-13T14:25:38.152 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.compaction_filter: None 2024-09-13T14:25:38.152 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.compaction_filter_factory: None 2024-09-13T14:25:38.153 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.sst_partitioner_factory: None 2024-09-13T14:25:38.153 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-13T14:25:38.153 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-13T14:25:38.153 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5566d8fc54e0) 2024-09-13T14:25:38.153 INFO:journalctl@ceph.mon.a.smithi071.stdout: cache_index_and_filter_blocks: 1 2024-09-13T14:25:38.153 INFO:journalctl@ceph.mon.a.smithi071.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-13T14:25:38.153 INFO:journalctl@ceph.mon.a.smithi071.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-13T14:25:38.153 INFO:journalctl@ceph.mon.a.smithi071.stdout: pin_top_level_index_and_filter: 1 2024-09-13T14:25:38.153 INFO:journalctl@ceph.mon.a.smithi071.stdout: index_type: 0 2024-09-13T14:25:38.153 INFO:journalctl@ceph.mon.a.smithi071.stdout: data_block_index_type: 0 2024-09-13T14:25:38.153 INFO:journalctl@ceph.mon.a.smithi071.stdout: index_shortening: 1 2024-09-13T14:25:38.153 INFO:journalctl@ceph.mon.a.smithi071.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-13T14:25:38.154 INFO:journalctl@ceph.mon.a.smithi071.stdout: checksum: 4 2024-09-13T14:25:38.154 INFO:journalctl@ceph.mon.a.smithi071.stdout: no_block_cache: 0 2024-09-13T14:25:38.154 INFO:journalctl@ceph.mon.a.smithi071.stdout: block_cache: 0x5566d8fb8850 2024-09-13T14:25:38.154 INFO:journalctl@ceph.mon.a.smithi071.stdout: block_cache_name: BinnedLRUCache 2024-09-13T14:25:38.154 INFO:journalctl@ceph.mon.a.smithi071.stdout: block_cache_options: 2024-09-13T14:25:38.154 INFO:journalctl@ceph.mon.a.smithi071.stdout: capacity : 536870912 2024-09-13T14:25:38.154 INFO:journalctl@ceph.mon.a.smithi071.stdout: num_shard_bits : 4 2024-09-13T14:25:38.154 INFO:journalctl@ceph.mon.a.smithi071.stdout: strict_capacity_limit : 0 2024-09-13T14:25:38.154 INFO:journalctl@ceph.mon.a.smithi071.stdout: high_pri_pool_ratio: 0.000 2024-09-13T14:25:38.154 INFO:journalctl@ceph.mon.a.smithi071.stdout: block_cache_compressed: (nil) 2024-09-13T14:25:38.154 INFO:journalctl@ceph.mon.a.smithi071.stdout: persistent_cache: (nil) 2024-09-13T14:25:38.154 INFO:journalctl@ceph.mon.a.smithi071.stdout: block_size: 4096 2024-09-13T14:25:38.154 INFO:journalctl@ceph.mon.a.smithi071.stdout: block_size_deviation: 10 2024-09-13T14:25:38.155 INFO:journalctl@ceph.mon.a.smithi071.stdout: block_restart_interval: 16 2024-09-13T14:25:38.155 INFO:journalctl@ceph.mon.a.smithi071.stdout: index_block_restart_interval: 1 2024-09-13T14:25:38.155 INFO:journalctl@ceph.mon.a.smithi071.stdout: metadata_block_size: 4096 2024-09-13T14:25:38.155 INFO:journalctl@ceph.mon.a.smithi071.stdout: partition_filters: 0 2024-09-13T14:25:38.155 INFO:journalctl@ceph.mon.a.smithi071.stdout: use_delta_encoding: 1 2024-09-13T14:25:38.155 INFO:journalctl@ceph.mon.a.smithi071.stdout: filter_policy: bloomfilter 2024-09-13T14:25:38.155 INFO:journalctl@ceph.mon.a.smithi071.stdout: whole_key_filtering: 1 2024-09-13T14:25:38.155 INFO:journalctl@ceph.mon.a.smithi071.stdout: verify_compression: 0 2024-09-13T14:25:38.155 INFO:journalctl@ceph.mon.a.smithi071.stdout: read_amp_bytes_per_bit: 0 2024-09-13T14:25:38.155 INFO:journalctl@ceph.mon.a.smithi071.stdout: format_version: 5 2024-09-13T14:25:38.155 INFO:journalctl@ceph.mon.a.smithi071.stdout: enable_index_compression: 1 2024-09-13T14:25:38.155 INFO:journalctl@ceph.mon.a.smithi071.stdout: block_align: 0 2024-09-13T14:25:38.155 INFO:journalctl@ceph.mon.a.smithi071.stdout: max_auto_readahead_size: 262144 2024-09-13T14:25:38.156 INFO:journalctl@ceph.mon.a.smithi071.stdout: prepopulate_block_cache: 0 2024-09-13T14:25:38.156 INFO:journalctl@ceph.mon.a.smithi071.stdout: initial_auto_readahead_size: 8192 2024-09-13T14:25:38.156 INFO:journalctl@ceph.mon.a.smithi071.stdout: num_file_reads_for_auto_readahead: 2 2024-09-13T14:25:38.156 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.write_buffer_size: 33554432 2024-09-13T14:25:38.156 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.max_write_buffer_number: 2 2024-09-13T14:25:38.156 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.compression: NoCompression 2024-09-13T14:25:38.156 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.bottommost_compression: Disabled 2024-09-13T14:25:38.156 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.prefix_extractor: nullptr 2024-09-13T14:25:38.156 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-13T14:25:38.156 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.num_levels: 7 2024-09-13T14:25:38.156 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-13T14:25:38.156 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-13T14:25:38.156 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-13T14:25:38.157 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-13T14:25:38.157 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-13T14:25:38.157 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-13T14:25:38.157 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-13T14:25:38.157 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-13T14:25:38.157 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-13T14:25:38.157 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-13T14:25:38.157 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-13T14:25:38.157 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-13T14:25:38.157 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-13T14:25:38.157 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.compression_opts.level: 32767 2024-09-13T14:25:38.157 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.compression_opts.strategy: 0 2024-09-13T14:25:38.157 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-13T14:25:38.158 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-13T14:25:38.158 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-13T14:25:38.158 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-13T14:25:38.158 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.compression_opts.enabled: false 2024-09-13T14:25:38.158 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-13T14:25:38.158 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-13T14:25:38.158 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-13T14:25:38.158 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-13T14:25:38.158 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.target_file_size_base: 67108864 2024-09-13T14:25:38.158 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-13T14:25:38.158 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-13T14:25:38.158 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-13T14:25:38.158 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-13T14:25:38.158 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-13T14:25:38.159 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-13T14:25:38.159 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-13T14:25:38.159 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-13T14:25:38.159 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-13T14:25:38.159 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-13T14:25:38.159 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-13T14:25:38.159 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-13T14:25:38.159 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-13T14:25:38.159 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-13T14:25:38.159 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.arena_block_size: 1048576 2024-09-13T14:25:38.159 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-13T14:25:38.159 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-13T14:25:38.159 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.disable_auto_compactions: 0 2024-09-13T14:25:38.160 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-13T14:25:38.160 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-13T14:25:38.160 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-13T14:25:38.160 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-13T14:25:38.160 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-13T14:25:38.160 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-13T14:25:38.160 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-13T14:25:38.160 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-13T14:25:38.160 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-13T14:25:38.160 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-13T14:25:38.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-13T14:25:38.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.inplace_update_support: 0 2024-09-13T14:25:38.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-13T14:25:38.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-13T14:25:38.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-13T14:25:38.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-13T14:25:38.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.bloom_locality: 0 2024-09-13T14:25:38.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.max_successive_merges: 0 2024-09-13T14:25:38.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-13T14:25:38.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.paranoid_file_checks: 0 2024-09-13T14:25:38.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.force_consistency_checks: 1 2024-09-13T14:25:38.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.report_bg_io_stats: 0 2024-09-13T14:25:38.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.ttl: 2592000 2024-09-13T14:25:38.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-13T14:25:38.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-13T14:25:38.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-13T14:25:38.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.enable_blob_files: false 2024-09-13T14:25:38.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.min_blob_size: 0 2024-09-13T14:25:38.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.blob_file_size: 268435456 2024-09-13T14:25:38.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-13T14:25:38.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-13T14:25:38.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-13T14:25:38.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-13T14:25:38.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-13T14:25:38.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.blob_file_starting_level: 0 2024-09-13T14:25:38.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-13T14:25:38.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-09-13T14:25:38.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: 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 12793, log_number is 30,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 30 2024-09-13T14:25:38.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 30 2024-09-13T14:25:38.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 0e8528c5-75ad-4d26-a36e-52371bda7c96 2024-09-13T14:25:38.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726237537716302, "job": 1, "event": "recovery_started", "wal_files": [30]} 2024-09-13T14:25:38.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #30 mode 2 2024-09-13T14:25:38.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726237537744877, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 35, "file_size": 7210983, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 12794, "largest_seqno": 17594, "table_properties": {"data_size": 7188415, "index_size": 16081, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 5445, "raw_key_size": 51395, "raw_average_key_size": 23, "raw_value_size": 7141527, "raw_average_value_size": 3286, "num_data_blocks": 693, "num_entries": 2173, "num_filter_entries": 2173, "num_deletions": 361, "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": 1726237537, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "0e8528c5-75ad-4d26-a36e-52371bda7c96", "db_session_id": "ZL8RXA2LNORBIRGNV3YY", "orig_file_number": 35, "seqno_to_time_mapping": "N/A"}} 2024-09-13T14:25:38.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726237537744989, "job": 1, "event": "recovery_finished"} 2024-09-13T14:25:38.164 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: [db/version_set.cc:5047] Creating manifest 37 2024-09-13T14:25:38.164 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-09-13T14:25:38.164 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: 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-09-13T14:25:38.164 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5566d8fe8e00 2024-09-13T14:25:38.164 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: DB pointer 0x5566d90e8000 2024-09-13T14:25:38.164 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-13T14:25:38.164 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-13T14:25:38.164 INFO:journalctl@ceph.mon.a.smithi071.stdout: ** DB Stats ** 2024-09-13T14:25:38.164 INFO:journalctl@ceph.mon.a.smithi071.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-13T14:25:38.164 INFO:journalctl@ceph.mon.a.smithi071.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-09-13T14:25:38.164 INFO:journalctl@ceph.mon.a.smithi071.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-13T14:25:38.164 INFO:journalctl@ceph.mon.a.smithi071.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-13T14:25:38.164 INFO:journalctl@ceph.mon.a.smithi071.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-09-13T14:25:38.165 INFO:journalctl@ceph.mon.a.smithi071.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-13T14:25:38.165 INFO:journalctl@ceph.mon.a.smithi071.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-13T14:25:38.165 INFO:journalctl@ceph.mon.a.smithi071.stdout: 2024-09-13T14:25:38.165 INFO:journalctl@ceph.mon.a.smithi071.stdout: ** Compaction Stats [default] ** 2024-09-13T14:25:38.165 INFO:journalctl@ceph.mon.a.smithi071.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-09-13T14:25:38.165 INFO:journalctl@ceph.mon.a.smithi071.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-13T14:25:38.165 INFO:journalctl@ceph.mon.a.smithi071.stdout: L0 1/0 6.88 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 396.8 0.02 0.00 1 0.017 0 0 0.0 0.0 2024-09-13T14:25:38.165 INFO:journalctl@ceph.mon.a.smithi071.stdout: L6 1/0 7.43 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-09-13T14:25:38.165 INFO:journalctl@ceph.mon.a.smithi071.stdout: Sum 2/0 14.30 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 396.8 0.02 0.00 1 0.017 0 0 0.0 0.0 2024-09-13T14:25:38.165 INFO:journalctl@ceph.mon.a.smithi071.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 396.8 0.02 0.00 1 0.017 0 0 0.0 0.0 2024-09-13T14:25:38.165 INFO:journalctl@ceph.mon.a.smithi071.stdout: 2024-09-13T14:25:38.165 INFO:journalctl@ceph.mon.a.smithi071.stdout: ** Compaction Stats [default] ** 2024-09-13T14:25:38.166 INFO:journalctl@ceph.mon.a.smithi071.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-09-13T14:25:38.166 INFO:journalctl@ceph.mon.a.smithi071.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-13T14:25:38.166 INFO:journalctl@ceph.mon.a.smithi071.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 396.8 0.02 0.00 1 0.017 0 0 0.0 0.0 2024-09-13T14:25:38.166 INFO:journalctl@ceph.mon.a.smithi071.stdout: 2024-09-13T14:25:38.166 INFO:journalctl@ceph.mon.a.smithi071.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-13T14:25:38.166 INFO:journalctl@ceph.mon.a.smithi071.stdout: 2024-09-13T14:25:38.166 INFO:journalctl@ceph.mon.a.smithi071.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-13T14:25:38.166 INFO:journalctl@ceph.mon.a.smithi071.stdout: Flush(GB): cumulative 0.007, interval 0.007 2024-09-13T14:25:38.166 INFO:journalctl@ceph.mon.a.smithi071.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-13T14:25:38.166 INFO:journalctl@ceph.mon.a.smithi071.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-13T14:25:38.166 INFO:journalctl@ceph.mon.a.smithi071.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-13T14:25:38.166 INFO:journalctl@ceph.mon.a.smithi071.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-13T14:25:38.166 INFO:journalctl@ceph.mon.a.smithi071.stdout: Cumulative compaction: 0.01 GB write, 216.07 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-13T14:25:38.167 INFO:journalctl@ceph.mon.a.smithi071.stdout: Interval compaction: 0.01 GB write, 216.07 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-13T14:25:38.167 INFO:journalctl@ceph.mon.a.smithi071.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-09-13T14:25:38.167 INFO:journalctl@ceph.mon.a.smithi071.stdout: Block cache BinnedLRUCache@0x5566d8fb8850#7 capacity: 512.00 MB usage: 22.11 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-09-13T14:25:38.167 INFO:journalctl@ceph.mon.a.smithi071.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,6.03 KB,0.00115037%) IndexBlock(1,16.08 KB,0.00306666%) Misc(1,0.00 KB,0%) 2024-09-13T14:25:38.167 INFO:journalctl@ceph.mon.a.smithi071.stdout: 2024-09-13T14:25:38.167 INFO:journalctl@ceph.mon.a.smithi071.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-13T14:25:38.167 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: starting mon.a rank 0 at public addrs [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] at bind addrs [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 18f8172c-71da-11ef-bceb-c7b262605968 2024-09-13T14:25:38.167 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: mon.a@-1(???) e3 preinit fsid 18f8172c-71da-11ef-bceb-c7b262605968 2024-09-13T14:25:38.167 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: mon.a@-1(???).mds e9 new map 2024-09-13T14:25:38.167 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: mon.a@-1(???).mds e9 print_map 2024-09-13T14:25:38.167 INFO:journalctl@ceph.mon.a.smithi071.stdout: e9 2024-09-13T14:25:38.167 INFO:journalctl@ceph.mon.a.smithi071.stdout: btime 1970-01-01T00:00:00:000000+0000 2024-09-13T14:25:38.167 INFO:journalctl@ceph.mon.a.smithi071.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-13T14:25:38.167 INFO:journalctl@ceph.mon.a.smithi071.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-09-13T14:25:38.168 INFO:journalctl@ceph.mon.a.smithi071.stdout: legacy client fscid: 1 2024-09-13T14:25:38.168 INFO:journalctl@ceph.mon.a.smithi071.stdout: 2024-09-13T14:25:38.168 INFO:journalctl@ceph.mon.a.smithi071.stdout: Filesystem 'foo' (1) 2024-09-13T14:25:38.168 INFO:journalctl@ceph.mon.a.smithi071.stdout: fs_name foo 2024-09-13T14:25:38.168 INFO:journalctl@ceph.mon.a.smithi071.stdout: epoch 8 2024-09-13T14:25:38.168 INFO:journalctl@ceph.mon.a.smithi071.stdout: flags 12 joinable allow_snaps allow_multimds_snaps 2024-09-13T14:25:38.168 INFO:journalctl@ceph.mon.a.smithi071.stdout: created 2024-09-13T14:19:29.704235+0000 2024-09-13T14:25:38.168 INFO:journalctl@ceph.mon.a.smithi071.stdout: modified 2024-09-13T14:19:43.532384+0000 2024-09-13T14:25:38.168 INFO:journalctl@ceph.mon.a.smithi071.stdout: tableserver 0 2024-09-13T14:25:38.168 INFO:journalctl@ceph.mon.a.smithi071.stdout: root 0 2024-09-13T14:25:38.168 INFO:journalctl@ceph.mon.a.smithi071.stdout: session_timeout 60 2024-09-13T14:25:38.168 INFO:journalctl@ceph.mon.a.smithi071.stdout: session_autoclose 300 2024-09-13T14:25:38.168 INFO:journalctl@ceph.mon.a.smithi071.stdout: max_file_size 1099511627776 2024-09-13T14:25:38.169 INFO:journalctl@ceph.mon.a.smithi071.stdout: max_xattr_size 65536 2024-09-13T14:25:38.169 INFO:journalctl@ceph.mon.a.smithi071.stdout: required_client_features {} 2024-09-13T14:25:38.169 INFO:journalctl@ceph.mon.a.smithi071.stdout: last_failure 0 2024-09-13T14:25:38.169 INFO:journalctl@ceph.mon.a.smithi071.stdout: last_failure_osd_epoch 0 2024-09-13T14:25:38.169 INFO:journalctl@ceph.mon.a.smithi071.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-09-13T14:25:38.169 INFO:journalctl@ceph.mon.a.smithi071.stdout: max_mds 1 2024-09-13T14:25:38.169 INFO:journalctl@ceph.mon.a.smithi071.stdout: in 0 2024-09-13T14:25:38.169 INFO:journalctl@ceph.mon.a.smithi071.stdout: up {0=14637} 2024-09-13T14:25:38.169 INFO:journalctl@ceph.mon.a.smithi071.stdout: failed 2024-09-13T14:25:38.169 INFO:journalctl@ceph.mon.a.smithi071.stdout: damaged 2024-09-13T14:25:38.169 INFO:journalctl@ceph.mon.a.smithi071.stdout: stopped 2024-09-13T14:25:38.169 INFO:journalctl@ceph.mon.a.smithi071.stdout: data_pools [4] 2024-09-13T14:25:38.169 INFO:journalctl@ceph.mon.a.smithi071.stdout: metadata_pool 3 2024-09-13T14:25:38.170 INFO:journalctl@ceph.mon.a.smithi071.stdout: inline_data disabled 2024-09-13T14:25:38.170 INFO:journalctl@ceph.mon.a.smithi071.stdout: balancer 2024-09-13T14:25:38.170 INFO:journalctl@ceph.mon.a.smithi071.stdout: bal_rank_mask -1 2024-09-13T14:25:38.170 INFO:journalctl@ceph.mon.a.smithi071.stdout: standby_count_wanted 1 2024-09-13T14:25:38.170 INFO:journalctl@ceph.mon.a.smithi071.stdout: qdb_cluster leader: 0 members: 2024-09-13T14:25:38.170 INFO:journalctl@ceph.mon.a.smithi071.stdout: [mds.foo.smithi071.awdchm{0:14637} state up:active seq 3 join_fscid=1 addr [v2:172.21.15.71:6834/384936595,v1:172.21.15.71:6835/384936595] compat {c=[1],r=[1],i=[7ff]}] 2024-09-13T14:25:38.170 INFO:journalctl@ceph.mon.a.smithi071.stdout: 2024-09-13T14:25:38.170 INFO:journalctl@ceph.mon.a.smithi071.stdout: 2024-09-13T14:25:38.170 INFO:journalctl@ceph.mon.a.smithi071.stdout: Standby daemons: 2024-09-13T14:25:38.170 INFO:journalctl@ceph.mon.a.smithi071.stdout: 2024-09-13T14:25:38.170 INFO:journalctl@ceph.mon.a.smithi071.stdout: [mds.foo.smithi104.uecrqj{-1:24475} state up:standby seq 2 join_fscid=1 addr [v2:172.21.15.104:6832/3060797159,v1:172.21.15.104:6833/3060797159] compat {c=[1],r=[1],i=[7ff]}] 2024-09-13T14:25:38.171 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: mon.a@-1(???).osd e364 crush map has features 3314933000854323200, adjusting msgr requires 2024-09-13T14:25:38.171 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: mon.a@-1(???).osd e364 crush map has features 432629239337189376, adjusting msgr requires 2024-09-13T14:25:38.171 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: mon.a@-1(???).osd e364 crush map has features 432629239337189376, adjusting msgr requires 2024-09-13T14:25:38.171 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: mon.a@-1(???).osd e364 crush map has features 432629239337189376, adjusting msgr requires 2024-09-13T14:25:38.171 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 ceph-mon[107477]: mon.a@-1(???).paxosservice(auth 1..19) refresh upgraded, format 0 -> 3 2024-09-13T14:25:38.171 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 bash[107440]: f694be77a870801adef7bc77e14ebc73cd70c6cafc1cacd1d2e8a65e381e0fc2 2024-09-13T14:25:38.171 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:37 smithi071 systemd[1]: Started Ceph mon.a for 18f8172c-71da-11ef-bceb-c7b262605968. 2024-09-13T14:25:39.237 INFO:tasks.rados.rados.0.smithi071.stdout:1178: done (4 left) 2024-09-13T14:25:39.237 INFO:tasks.rados.rados.0.smithi071.stdout:1179: done (3 left) 2024-09-13T14:25:39.237 INFO:tasks.rados.rados.0.smithi071.stdout:1180: done (2 left) 2024-09-13T14:25:39.237 INFO:tasks.rados.rados.0.smithi071.stdout:1181: done (1 left) 2024-09-13T14:25:39.237 INFO:tasks.rados.rados.0.smithi071.stdout:1182: done (0 left) 2024-09-13T14:25:39.237 INFO:tasks.rados.rados.0.smithi071.stdout:1183: rollback oid 13 current snap is 152 2024-09-13T14:25:39.237 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 13 to 141 2024-09-13T14:25:39.238 INFO:tasks.rados.rados.0.smithi071.stdout:1184: read oid 18 snap 147 2024-09-13T14:25:39.238 INFO:tasks.rados.rados.0.smithi071.stdout:1184: expect (ObjNum 366 snap 116 seq_num 366) 2024-09-13T14:25:39.238 INFO:tasks.rados.rados.0.smithi071.stdout:1185: delete oid 24 current snap is 152 2024-09-13T14:25:39.245 INFO:tasks.rados.rados.0.smithi071.stdout:1183: finishing rollback tid 0 to smithi07185159-13 2024-09-13T14:25:39.245 INFO:tasks.rados.rados.0.smithi071.stdout:1183: finishing rollback tid 1 to smithi07185159-13 2024-09-13T14:25:39.246 INFO:tasks.rados.rados.0.smithi071.stdout:1183: finishing rollback tid 2 to smithi07185159-13 2024-09-13T14:25:39.246 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 13 v 581 (ObjNum 271 snap 86 seq_num 271) dirty exists 2024-09-13T14:25:39.246 INFO:tasks.rados.rados.0.smithi071.stdout:1183: done (2 left) 2024-09-13T14:25:39.246 INFO:tasks.rados.rados.0.smithi071.stdout:1185: done (1 left) 2024-09-13T14:25:39.246 INFO:tasks.rados.rados.0.smithi071.stdout:1186: snap_create 2024-09-13T14:25:39.248 INFO:tasks.rados.rados.0.smithi071.stdout:1184: expect (ObjNum 366 snap 116 seq_num 366) 2024-09-13T14:25:39.640 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:25:39 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ignoring --setuser ceph since I am not root 2024-09-13T14:25:39.640 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:25:39 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ignoring --setgroup ceph since I am not root 2024-09-13T14:25:39.640 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:25:39 smithi071 ceph-mgr[89243]: -- 172.21.15.71:0/4169524797 <== mon.2 v2:172.21.15.71:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x5629b34450e0 con 0x5629b3422800 2024-09-13T14:25:39.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:39 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T14:25:39.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:39 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T14:25:39.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:39 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T14:25:39.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:39 smithi071 ceph-mon[41109]: pgmap v228: 89 pgs: 89 active+clean; 177 MiB data, 630 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:25:39.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:39 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-13T14:25:39.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:39 smithi071 ceph-mon[41109]: from='mon.? -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-13T14:25:39.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:39 smithi071 ceph-mon[41109]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:25:39.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:39 smithi071 ceph-mon[41109]: pgmap v229: 89 pgs: 89 active+clean; 197 MiB data, 667 MiB used, 715 GiB / 715 GiB avail; 7.1 MiB/s rd, 2.4 MiB/s wr, 14 op/s 2024-09-13T14:25:39.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:39 smithi071 ceph-mon[41109]: mon.a calling monitor election 2024-09-13T14:25:39.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:39 smithi071 ceph-mon[41109]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-09-13T14:25:39.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:39 smithi071 ceph-mon[41109]: monmap epoch 3 2024-09-13T14:25:39.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:39 smithi071 ceph-mon[41109]: fsid 18f8172c-71da-11ef-bceb-c7b262605968 2024-09-13T14:25:39.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:39 smithi071 ceph-mon[41109]: last_changed 2024-09-13T14:14:13.432999+0000 2024-09-13T14:25:39.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:39 smithi071 ceph-mon[41109]: created 2024-09-13T14:12:31.447953+0000 2024-09-13T14:25:39.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:39 smithi071 ceph-mon[41109]: min_mon_release 18 (reef) 2024-09-13T14:25:39.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:39 smithi071 ceph-mon[41109]: election_strategy: 1 2024-09-13T14:25:39.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:39 smithi071 ceph-mon[41109]: 0: [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon.a 2024-09-13T14:25:39.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:39 smithi071 ceph-mon[41109]: 1: [v2:172.21.15.104:3300/0,v1:172.21.15.104:6789/0] mon.b 2024-09-13T14:25:39.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:39 smithi071 ceph-mon[41109]: 2: [v2:172.21.15.71:3301/0,v1:172.21.15.71:6790/0] mon.c 2024-09-13T14:25:39.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:39 smithi071 ceph-mon[41109]: fsmap foo:1 {0=foo.smithi071.awdchm=up:active} 1 up:standby 2024-09-13T14:25:39.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:39 smithi071 ceph-mon[41109]: osdmap e364: 8 total, 8 up, 8 in 2024-09-13T14:25:39.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:39 smithi071 ceph-mon[41109]: mgrmap e33: y(active, since 2m), standbys: x 2024-09-13T14:25:39.643 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:39 smithi071 ceph-mon[41109]: overall HEALTH_OK 2024-09-13T14:25:39.643 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:39 smithi071 ceph-mon[41109]: from='mgr.24839 ' entity='' 2024-09-13T14:25:39.643 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:39 smithi071 ceph-mon[41109]: mgrmap e34: y(active, since 2m), standbys: x 2024-09-13T14:25:39.643 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:39 smithi071 ceph-mon[107477]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T14:25:39.643 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:39 smithi071 ceph-mon[107477]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T14:25:39.643 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:39 smithi071 ceph-mon[107477]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T14:25:39.643 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:39 smithi071 ceph-mon[107477]: pgmap v228: 89 pgs: 89 active+clean; 177 MiB data, 630 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:25:39.643 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:39 smithi071 ceph-mon[107477]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-13T14:25:39.643 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:39 smithi071 ceph-mon[107477]: from='mon.? -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-13T14:25:39.643 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:39 smithi071 ceph-mon[107477]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:25:39.643 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:39 smithi071 ceph-mon[107477]: pgmap v229: 89 pgs: 89 active+clean; 197 MiB data, 667 MiB used, 715 GiB / 715 GiB avail; 7.1 MiB/s rd, 2.4 MiB/s wr, 14 op/s 2024-09-13T14:25:39.644 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:39 smithi071 ceph-mon[107477]: mon.a calling monitor election 2024-09-13T14:25:39.644 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:39 smithi071 ceph-mon[107477]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-09-13T14:25:39.644 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:39 smithi071 ceph-mon[107477]: monmap epoch 3 2024-09-13T14:25:39.644 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:39 smithi071 ceph-mon[107477]: fsid 18f8172c-71da-11ef-bceb-c7b262605968 2024-09-13T14:25:39.644 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:39 smithi071 ceph-mon[107477]: last_changed 2024-09-13T14:14:13.432999+0000 2024-09-13T14:25:39.644 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:39 smithi071 ceph-mon[107477]: created 2024-09-13T14:12:31.447953+0000 2024-09-13T14:25:39.644 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:39 smithi071 ceph-mon[107477]: min_mon_release 18 (reef) 2024-09-13T14:25:39.644 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:39 smithi071 ceph-mon[107477]: election_strategy: 1 2024-09-13T14:25:39.644 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:39 smithi071 ceph-mon[107477]: 0: [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon.a 2024-09-13T14:25:39.644 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:39 smithi071 ceph-mon[107477]: 1: [v2:172.21.15.104:3300/0,v1:172.21.15.104:6789/0] mon.b 2024-09-13T14:25:39.644 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:39 smithi071 ceph-mon[107477]: 2: [v2:172.21.15.71:3301/0,v1:172.21.15.71:6790/0] mon.c 2024-09-13T14:25:39.644 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:39 smithi071 ceph-mon[107477]: fsmap foo:1 {0=foo.smithi071.awdchm=up:active} 1 up:standby 2024-09-13T14:25:39.644 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:39 smithi071 ceph-mon[107477]: osdmap e364: 8 total, 8 up, 8 in 2024-09-13T14:25:39.645 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:39 smithi071 ceph-mon[107477]: mgrmap e33: y(active, since 2m), standbys: x 2024-09-13T14:25:39.645 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:39 smithi071 ceph-mon[107477]: overall HEALTH_OK 2024-09-13T14:25:39.645 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:39 smithi071 ceph-mon[107477]: from='mgr.24839 ' entity='' 2024-09-13T14:25:39.645 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:39 smithi071 ceph-mon[107477]: mgrmap e34: y(active, since 2m), standbys: x 2024-09-13T14:25:39.672 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:25:39 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[81749]: ignoring --setuser ceph since I am not root 2024-09-13T14:25:39.672 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:25:39 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[81749]: ignoring --setgroup ceph since I am not root 2024-09-13T14:25:39.672 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:25:39 smithi104 ceph-mgr[81772]: -- 172.21.15.104:0/3692979781 <== mon.1 v2:172.21.15.104:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x5630a3b0d0e0 con 0x5630a3aeb000 2024-09-13T14:25:39.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:39 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T14:25:39.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:39 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T14:25:39.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:39 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T14:25:39.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:39 smithi104 ceph-mon[33426]: pgmap v228: 89 pgs: 89 active+clean; 177 MiB data, 630 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:25:39.674 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:39 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-13T14:25:39.674 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:39 smithi104 ceph-mon[33426]: from='mon.? -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-13T14:25:39.674 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:39 smithi104 ceph-mon[33426]: from='mgr.24839 172.21.15.71:0/2198602639' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T14:25:39.674 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:39 smithi104 ceph-mon[33426]: pgmap v229: 89 pgs: 89 active+clean; 197 MiB data, 667 MiB used, 715 GiB / 715 GiB avail; 7.1 MiB/s rd, 2.4 MiB/s wr, 14 op/s 2024-09-13T14:25:39.674 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:39 smithi104 ceph-mon[33426]: mon.a calling monitor election 2024-09-13T14:25:39.674 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:39 smithi104 ceph-mon[33426]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-09-13T14:25:39.675 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:39 smithi104 ceph-mon[33426]: monmap epoch 3 2024-09-13T14:25:39.675 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:39 smithi104 ceph-mon[33426]: fsid 18f8172c-71da-11ef-bceb-c7b262605968 2024-09-13T14:25:39.675 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:39 smithi104 ceph-mon[33426]: last_changed 2024-09-13T14:14:13.432999+0000 2024-09-13T14:25:39.676 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:39 smithi104 ceph-mon[33426]: created 2024-09-13T14:12:31.447953+0000 2024-09-13T14:25:39.676 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:39 smithi104 ceph-mon[33426]: min_mon_release 18 (reef) 2024-09-13T14:25:39.676 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:39 smithi104 ceph-mon[33426]: election_strategy: 1 2024-09-13T14:25:39.676 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:39 smithi104 ceph-mon[33426]: 0: [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon.a 2024-09-13T14:25:39.677 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:39 smithi104 ceph-mon[33426]: 1: [v2:172.21.15.104:3300/0,v1:172.21.15.104:6789/0] mon.b 2024-09-13T14:25:39.677 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:39 smithi104 ceph-mon[33426]: 2: [v2:172.21.15.71:3301/0,v1:172.21.15.71:6790/0] mon.c 2024-09-13T14:25:39.677 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:39 smithi104 ceph-mon[33426]: fsmap foo:1 {0=foo.smithi071.awdchm=up:active} 1 up:standby 2024-09-13T14:25:39.677 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:39 smithi104 ceph-mon[33426]: osdmap e364: 8 total, 8 up, 8 in 2024-09-13T14:25:39.677 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:39 smithi104 ceph-mon[33426]: mgrmap e33: y(active, since 2m), standbys: x 2024-09-13T14:25:39.678 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:39 smithi104 ceph-mon[33426]: overall HEALTH_OK 2024-09-13T14:25:39.678 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:39 smithi104 ceph-mon[33426]: from='mgr.24839 ' entity='' 2024-09-13T14:25:39.678 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:39 smithi104 ceph-mon[33426]: mgrmap e34: y(active, since 2m), standbys: x 2024-09-13T14:25:40.241 INFO:tasks.rados.rados.0.smithi071.stdout:1184: done (1 left) 2024-09-13T14:25:40.241 INFO:tasks.rados.rados.0.smithi071.stdout:1186: done (0 left) 2024-09-13T14:25:40.241 INFO:tasks.rados.rados.0.smithi071.stdout:1187: snap_remove snap 139 2024-09-13T14:25:40.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:40 smithi071 ceph-mon[107477]: osdmap e365: 8 total, 8 up, 8 in 2024-09-13T14:25:40.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:40 smithi071 ceph-mon[41109]: osdmap e365: 8 total, 8 up, 8 in 2024-09-13T14:25:40.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:40 smithi104 ceph-mon[33426]: osdmap e365: 8 total, 8 up, 8 in 2024-09-13T14:25:41.248 INFO:tasks.rados.rados.0.smithi071.stdout:1187: done (0 left) 2024-09-13T14:25:41.248 INFO:tasks.rados.rados.0.smithi071.stdout:1188: snap_remove snap 146 2024-09-13T14:25:41.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:41 smithi071 ceph-mon[107477]: osdmap e366: 8 total, 8 up, 8 in 2024-09-13T14:25:41.640 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:41 smithi071 ceph-mon[41109]: osdmap e366: 8 total, 8 up, 8 in 2024-09-13T14:25:41.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:41 smithi104 ceph-mon[33426]: osdmap e366: 8 total, 8 up, 8 in 2024-09-13T14:25:42.253 INFO:tasks.rados.rados.0.smithi071.stdout:1188: done (0 left) 2024-09-13T14:25:42.253 INFO:tasks.rados.rados.0.smithi071.stdout:1189: rollback oid 2 current snap is 153 2024-09-13T14:25:42.253 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 2 to 140 2024-09-13T14:25:42.253 INFO:tasks.rados.rados.0.smithi071.stdout:1190: write oid 26 current snap is 153 2024-09-13T14:25:42.253 INFO:tasks.rados.rados.0.smithi071.stdout:1190: seq_num 463 ranges {581641=621467,1994104=780490,3432022=349619} 2024-09-13T14:25:42.260 INFO:tasks.rados.rados.0.smithi071.stdout:1190: writing smithi07185159-26 from 581641 to 1203108 tid 1 2024-09-13T14:25:42.269 INFO:tasks.rados.rados.0.smithi071.stdout:1190: writing smithi07185159-26 from 1994104 to 2774594 tid 2 2024-09-13T14:25:42.276 INFO:tasks.rados.rados.0.smithi071.stdout:1190: writing smithi07185159-26 from 3432022 to 3781641 tid 3 2024-09-13T14:25:42.276 INFO:tasks.rados.rados.0.smithi071.stdout:1191: rollback oid 44 current snap is 153 2024-09-13T14:25:42.276 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 44 to 140 2024-09-13T14:25:42.276 INFO:tasks.rados.rados.0.smithi071.stdout:1189: finishing rollback tid 1 to smithi07185159-2 2024-09-13T14:25:42.276 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 2 v 158 (ObjNum 289 snap 0 seq_num 0) dirty dne 2024-09-13T14:25:42.276 INFO:tasks.rados.rados.0.smithi071.stdout:1190: finishing write tid 1 to smithi07185159-26 2024-09-13T14:25:42.277 INFO:tasks.rados.rados.0.smithi071.stdout:1190: finishing write tid 2 to smithi07185159-26 2024-09-13T14:25:42.277 INFO:tasks.rados.rados.0.smithi071.stdout:1189: done (2 left) 2024-09-13T14:25:42.277 INFO:tasks.rados.rados.0.smithi071.stdout:1192: rollback oid 14 current snap is 153 2024-09-13T14:25:42.277 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 14 to 123 2024-09-13T14:25:42.277 INFO:tasks.rados.rados.0.smithi071.stdout:1193: snap_remove snap 142 2024-09-13T14:25:42.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:42 smithi071 ceph-mon[107477]: osdmap e367: 8 total, 8 up, 8 in 2024-09-13T14:25:42.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:42 smithi071 ceph-mon[41109]: osdmap e367: 8 total, 8 up, 8 in 2024-09-13T14:25:42.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:42 smithi104 ceph-mon[33426]: osdmap e367: 8 total, 8 up, 8 in 2024-09-13T14:25:42.759 INFO:tasks.rados.rados.0.smithi071.stdout:1193: done (3 left) 2024-09-13T14:25:42.759 INFO:tasks.rados.rados.0.smithi071.stdout:1194: write oid 29 current snap is 153 2024-09-13T14:25:42.759 INFO:tasks.rados.rados.0.smithi071.stdout:1192: finishing rollback tid 0 to smithi07185159-14 2024-09-13T14:25:42.759 INFO:tasks.rados.rados.0.smithi071.stdout:1194: seq_num 464 ranges {598448=413069,1768939=524148,2775798=581861,3781488=16960} 2024-09-13T14:25:42.765 INFO:tasks.rados.rados.0.smithi071.stdout:1194: writing smithi07185159-29 from 598448 to 1011517 tid 1 2024-09-13T14:25:42.772 INFO:tasks.rados.rados.0.smithi071.stdout:1194: writing smithi07185159-29 from 1768939 to 2293087 tid 2 2024-09-13T14:25:42.778 INFO:tasks.rados.rados.0.smithi071.stdout:1194: writing smithi07185159-29 from 2775798 to 3357659 tid 3 2024-09-13T14:25:42.781 INFO:tasks.rados.rados.0.smithi071.stdout:1194: writing smithi07185159-29 from 3781488 to 3798448 tid 4 2024-09-13T14:25:42.781 INFO:tasks.rados.rados.0.smithi071.stdout:1195: snap_remove snap 151 2024-09-13T14:25:43.640 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:43 smithi071 ceph-mon[41109]: osdmap e368: 8 total, 8 up, 8 in 2024-09-13T14:25:43.640 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:43 smithi071 ceph-mon[41109]: osdmap e369: 8 total, 8 up, 8 in 2024-09-13T14:25:43.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:43 smithi071 ceph-mon[107477]: osdmap e368: 8 total, 8 up, 8 in 2024-09-13T14:25:43.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:43 smithi071 ceph-mon[107477]: osdmap e369: 8 total, 8 up, 8 in 2024-09-13T14:25:43.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:43 smithi104 ceph-mon[33426]: osdmap e368: 8 total, 8 up, 8 in 2024-09-13T14:25:43.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:43 smithi104 ceph-mon[33426]: osdmap e369: 8 total, 8 up, 8 in 2024-09-13T14:25:43.765 INFO:tasks.rados.rados.0.smithi071.stdout:1192: finishing rollback tid 1 to smithi07185159-14 2024-09-13T14:25:43.765 INFO:tasks.rados.rados.0.smithi071.stdout:1192: finishing rollback tid 2 to smithi07185159-14 2024-09-13T14:25:43.765 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 14 v 586 (ObjNum 349 snap 107 seq_num 349) dirty exists 2024-09-13T14:25:43.765 INFO:tasks.rados.rados.0.smithi071.stdout:1190: finishing write tid 3 to smithi07185159-26 2024-09-13T14:25:43.765 INFO:tasks.rados.rados.0.smithi071.stdout:1191: finishing rollback tid 0 to smithi07185159-44 2024-09-13T14:25:43.765 INFO:tasks.rados.rados.0.smithi071.stdout:1190: finishing write tid 4 to smithi07185159-26 2024-09-13T14:25:43.765 INFO:tasks.rados.rados.0.smithi071.stdout:1191: finishing rollback tid 1 to smithi07185159-44 2024-09-13T14:25:43.766 INFO:tasks.rados.rados.0.smithi071.stdout:1191: finishing rollback tid 2 to smithi07185159-44 2024-09-13T14:25:43.766 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 44 v 564 (ObjNum 324 snap 101 seq_num 324) dirty exists 2024-09-13T14:25:43.766 INFO:tasks.rados.rados.0.smithi071.stdout:1190: finishing write tid 5 to smithi07185159-26 2024-09-13T14:25:43.766 INFO:tasks.rados.rados.0.smithi071.stdout:1190: oid 26 updating version 0 to 347 2024-09-13T14:25:43.766 INFO:tasks.rados.rados.0.smithi071.stdout:1190: oid 26 updating version 347 to 348 2024-09-13T14:25:43.766 INFO:tasks.rados.rados.0.smithi071.stdout:1190: oid 26 version 348 is already newer than 343 2024-09-13T14:25:43.766 INFO:tasks.rados.rados.0.smithi071.stdout:1190: oid 26 version 348 is already newer than 346 2024-09-13T14:25:43.766 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 26 v 348 (ObjNum 463 snap 153 seq_num 463) dirty exists 2024-09-13T14:25:43.766 INFO:tasks.rados.rados.0.smithi071.stdout:1190: left oid 26 (ObjNum 463 snap 153 seq_num 463) 2024-09-13T14:25:43.766 INFO:tasks.rados.rados.0.smithi071.stdout:1194: finishing write tid 1 to smithi07185159-29 2024-09-13T14:25:43.767 INFO:tasks.rados.rados.0.smithi071.stdout:1194: finishing write tid 2 to smithi07185159-29 2024-09-13T14:25:43.767 INFO:tasks.rados.rados.0.smithi071.stdout:1194: finishing write tid 3 to smithi07185159-29 2024-09-13T14:25:43.767 INFO:tasks.rados.rados.0.smithi071.stdout:1194: finishing write tid 4 to smithi07185159-29 2024-09-13T14:25:43.767 INFO:tasks.rados.rados.0.smithi071.stdout:1194: finishing write tid 5 to smithi07185159-29 2024-09-13T14:25:43.767 INFO:tasks.rados.rados.0.smithi071.stdout:1194: finishing write tid 6 to smithi07185159-29 2024-09-13T14:25:43.767 INFO:tasks.rados.rados.0.smithi071.stdout:1194: oid 29 updating version 0 to 762 2024-09-13T14:25:43.767 INFO:tasks.rados.rados.0.smithi071.stdout:1194: oid 29 updating version 762 to 764 2024-09-13T14:25:43.767 INFO:tasks.rados.rados.0.smithi071.stdout:1194: oid 29 version 764 is already newer than 763 2024-09-13T14:25:43.767 INFO:tasks.rados.rados.0.smithi071.stdout:1194: oid 29 version 764 is already newer than 757 2024-09-13T14:25:43.768 INFO:tasks.rados.rados.0.smithi071.stdout:1194: oid 29 updating version 764 to 765 2024-09-13T14:25:43.768 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 29 v 765 (ObjNum 464 snap 153 seq_num 464) dirty exists 2024-09-13T14:25:43.768 INFO:tasks.rados.rados.0.smithi071.stdout:1194: left oid 29 (ObjNum 464 snap 153 seq_num 464) 2024-09-13T14:25:43.768 INFO:tasks.rados.rados.0.smithi071.stdout:1190: done (4 left) 2024-09-13T14:25:43.768 INFO:tasks.rados.rados.0.smithi071.stdout:1191: done (3 left) 2024-09-13T14:25:43.768 INFO:tasks.rados.rados.0.smithi071.stdout:1192: done (2 left) 2024-09-13T14:25:43.768 INFO:tasks.rados.rados.0.smithi071.stdout:1194: done (1 left) 2024-09-13T14:25:43.768 INFO:tasks.rados.rados.0.smithi071.stdout:1195: done (0 left) 2024-09-13T14:25:43.769 INFO:tasks.rados.rados.0.smithi071.stdout:1196: rollback oid 37 current snap is 153 2024-09-13T14:25:43.769 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 37 to 147 2024-09-13T14:25:43.769 INFO:tasks.rados.rados.0.smithi071.stdout:1197: delete oid 2 current snap is 153 2024-09-13T14:25:43.770 INFO:tasks.rados.rados.0.smithi071.stdout:1196: finishing rollback tid 0 to smithi07185159-37 2024-09-13T14:25:43.770 INFO:tasks.rados.rados.0.smithi071.stdout:1196: finishing rollback tid 1 to smithi07185159-37 2024-09-13T14:25:43.770 INFO:tasks.rados.rados.0.smithi071.stdout:1196: finishing rollback tid 2 to smithi07185159-37 2024-09-13T14:25:43.771 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 37 v 358 (ObjNum 409 snap 128 seq_num 409) dirty exists 2024-09-13T14:25:43.771 INFO:tasks.rados.rados.0.smithi071.stdout:1196: done (1 left) 2024-09-13T14:25:43.771 INFO:tasks.rados.rados.0.smithi071.stdout:1197: done (0 left) 2024-09-13T14:25:43.771 INFO:tasks.rados.rados.0.smithi071.stdout:1198: rollback oid 48 current snap is 153 2024-09-13T14:25:43.771 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 48 to 132 2024-09-13T14:25:43.771 INFO:tasks.rados.rados.0.smithi071.stdout:1199: snap_create 2024-09-13T14:25:43.773 INFO:tasks.rados.rados.0.smithi071.stdout:1198: finishing rollback tid 0 to smithi07185159-48 2024-09-13T14:25:43.773 INFO:tasks.rados.rados.0.smithi071.stdout:1198: finishing rollback tid 1 to smithi07185159-48 2024-09-13T14:25:43.773 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 48 v 1215 (ObjNum 225 snap 0 seq_num 1961050896) dirty dne 2024-09-13T14:25:44.208 INFO:tasks.rados.rados.0.smithi071.stdout:1198: done (1 left) 2024-09-13T14:25:44.209 INFO:tasks.rados.rados.0.smithi071.stdout:1199: done (0 left) 2024-09-13T14:25:44.209 INFO:tasks.rados.rados.0.smithi071.stdout:1200: delete oid 11 current snap is 154 2024-09-13T14:25:44.213 INFO:tasks.rados.rados.0.smithi071.stdout:1200: done (0 left) 2024-09-13T14:25:44.213 INFO:tasks.rados.rados.0.smithi071.stdout:1201: delete oid 37 current snap is 154 2024-09-13T14:25:44.215 INFO:tasks.rados.rados.0.smithi071.stdout:1201: done (0 left) 2024-09-13T14:25:44.215 INFO:tasks.rados.rados.0.smithi071.stdout:1202: read oid 46 snap -1 2024-09-13T14:25:44.215 INFO:tasks.rados.rados.0.smithi071.stdout:1202: expect (ObjNum 398 snap 123 seq_num 398) 2024-09-13T14:25:44.215 INFO:tasks.rados.rados.0.smithi071.stdout:1203: rollback oid 6 current snap is 154 2024-09-13T14:25:44.215 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 6 to 137 2024-09-13T14:25:44.215 INFO:tasks.rados.rados.0.smithi071.stdout:1204: snap_create 2024-09-13T14:25:44.220 INFO:tasks.rados.rados.0.smithi071.stdout:1203: finishing rollback tid 0 to smithi07185159-6 2024-09-13T14:25:44.221 INFO:tasks.rados.rados.0.smithi071.stdout:1203: finishing rollback tid 1 to smithi07185159-6 2024-09-13T14:25:44.221 INFO:tasks.rados.rados.0.smithi071.stdout:1203: finishing rollback tid 2 to smithi07185159-6 2024-09-13T14:25:44.221 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 6 v 1219 (ObjNum 424 snap 136 seq_num 424) dirty exists 2024-09-13T14:25:44.221 INFO:tasks.rados.rados.0.smithi071.stdout:1202: expect (ObjNum 398 snap 123 seq_num 398) 2024-09-13T14:25:44.625 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:25:44 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[81749]: [13/Sep/2024:14:25:44] ENGINE Bus STARTING 2024-09-13T14:25:44.625 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:25:44 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[81749]: CherryPy Checker: 2024-09-13T14:25:44.625 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:25:44 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[81749]: The Application mounted at '' has an empty config. 2024-09-13T14:25:44.625 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:25:44 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[81749]: 2024-09-13T14:25:44.625 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:25:44 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[81749]: [13/Sep/2024:14:25:44] ENGINE Serving on http://:::9283 2024-09-13T14:25:44.625 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 14:25:44 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x[81749]: [13/Sep/2024:14:25:44] ENGINE Bus STARTED 2024-09-13T14:25:44.892 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: 2024-09-13T14:25:44.550+0000 7f0970376640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-13T14:25:44.893 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: 2024-09-13T14:25:44.550+0000 7f0970376640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-13T14:25:44.893 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: 2024-09-13T14:25:44.550+0000 7f0970376640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-13T14:25:44.893 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: 2024-09-13T14:25:44.550+0000 7f0970376640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-13T14:25:44.893 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: 2024-09-13T14:25:44.550+0000 7f0970376640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-13T14:25:44.893 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: 2024-09-13T14:25:44.553+0000 7f096db71640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-13T14:25:44.893 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: 2024-09-13T14:25:44.553+0000 7f096db71640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-13T14:25:44.893 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: 2024-09-13T14:25:44.553+0000 7f096db71640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-13T14:25:44.893 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: 2024-09-13T14:25:44.553+0000 7f096db71640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-13T14:25:44.893 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: 2024-09-13T14:25:44.553+0000 7f096db71640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-13T14:25:44.893 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[107477]: osdmap e370: 8 total, 8 up, 8 in 2024-09-13T14:25:44.894 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[107477]: Active manager daemon y restarted 2024-09-13T14:25:44.894 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[107477]: Activating manager daemon y 2024-09-13T14:25:44.894 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[107477]: osdmap e371: 8 total, 8 up, 8 in 2024-09-13T14:25:44.894 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[107477]: mgrmap e35: y(active, starting, since 0.00697517s), standbys: x 2024-09-13T14:25:44.894 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T14:25:44.894 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T14:25:44.894 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T14:25:44.894 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "mds metadata", "who": "foo.smithi071.awdchm"} : dispatch 2024-09-13T14:25:44.894 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "mds metadata", "who": "foo.smithi104.uecrqj"} : dispatch 2024-09-13T14:25:44.894 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "mgr metadata", "who": "y", "id": "y"} : dispatch 2024-09-13T14:25:44.894 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2024-09-13T14:25:44.894 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-13T14:25:44.894 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-13T14:25:44.895 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-13T14:25:44.895 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-13T14:25:44.895 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-13T14:25:44.895 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-13T14:25:44.895 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-13T14:25:44.895 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-13T14:25:44.895 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "mds metadata"} : dispatch 2024-09-13T14:25:44.895 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd metadata"} : dispatch 2024-09-13T14:25:44.895 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "mon metadata"} : dispatch 2024-09-13T14:25:44.895 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[107477]: Manager daemon y is now available 2024-09-13T14:25:44.895 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[107477]: Standby manager daemon x restarted 2024-09-13T14:25:44.895 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[107477]: Standby manager daemon x started 2024-09-13T14:25:44.895 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[107477]: from='mgr.? 172.21.15.104:0/4231809168' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-13T14:25:44.895 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[107477]: from='mgr.? 172.21.15.104:0/4231809168' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-13T14:25:44.896 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[107477]: from='mgr.? 172.21.15.104:0/4231809168' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-13T14:25:44.896 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[41109]: osdmap e370: 8 total, 8 up, 8 in 2024-09-13T14:25:44.896 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[41109]: Active manager daemon y restarted 2024-09-13T14:25:44.896 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[41109]: Activating manager daemon y 2024-09-13T14:25:44.896 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[41109]: osdmap e371: 8 total, 8 up, 8 in 2024-09-13T14:25:44.896 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[41109]: mgrmap e35: y(active, starting, since 0.00697517s), standbys: x 2024-09-13T14:25:44.896 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[41109]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T14:25:44.896 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[41109]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T14:25:44.896 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[41109]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T14:25:44.897 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[41109]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "mds metadata", "who": "foo.smithi071.awdchm"} : dispatch 2024-09-13T14:25:44.897 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[41109]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "mds metadata", "who": "foo.smithi104.uecrqj"} : dispatch 2024-09-13T14:25:44.897 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[41109]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "mgr metadata", "who": "y", "id": "y"} : dispatch 2024-09-13T14:25:44.897 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[41109]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2024-09-13T14:25:44.897 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[41109]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-13T14:25:44.897 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[41109]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-13T14:25:44.897 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[41109]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-13T14:25:44.897 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[41109]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-13T14:25:44.897 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[41109]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-13T14:25:44.897 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[41109]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-13T14:25:44.897 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[41109]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-13T14:25:44.897 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[41109]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-13T14:25:44.897 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[41109]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "mds metadata"} : dispatch 2024-09-13T14:25:44.897 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[41109]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd metadata"} : dispatch 2024-09-13T14:25:44.898 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[41109]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "mon metadata"} : dispatch 2024-09-13T14:25:44.898 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[41109]: Manager daemon y is now available 2024-09-13T14:25:44.898 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[41109]: Standby manager daemon x restarted 2024-09-13T14:25:44.898 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[41109]: Standby manager daemon x started 2024-09-13T14:25:44.898 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[41109]: from='mgr.? 172.21.15.104:0/4231809168' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-13T14:25:44.898 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[41109]: from='mgr.? 172.21.15.104:0/4231809168' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-13T14:25:44.898 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[41109]: from='mgr.? 172.21.15.104:0/4231809168' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-13T14:25:44.898 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[107477]: from='mgr.? 172.21.15.104:0/4231809168' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-13T14:25:44.898 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:25:44.898 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:25:44.899 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-13T14:25:44.899 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"} : dispatch 2024-09-13T14:25:44.899 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"} : dispatch 2024-09-13T14:25:44.899 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[41109]: from='mgr.? 172.21.15.104:0/4231809168' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-13T14:25:44.899 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[41109]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:25:44.899 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[41109]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:25:44.899 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[41109]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-13T14:25:44.899 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[41109]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"} : dispatch 2024-09-13T14:25:44.899 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:44 smithi071 ceph-mon[41109]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"} : dispatch 2024-09-13T14:25:44.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:44 smithi104 ceph-mon[33426]: osdmap e370: 8 total, 8 up, 8 in 2024-09-13T14:25:44.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:44 smithi104 ceph-mon[33426]: Active manager daemon y restarted 2024-09-13T14:25:44.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:44 smithi104 ceph-mon[33426]: Activating manager daemon y 2024-09-13T14:25:44.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:44 smithi104 ceph-mon[33426]: osdmap e371: 8 total, 8 up, 8 in 2024-09-13T14:25:44.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:44 smithi104 ceph-mon[33426]: mgrmap e35: y(active, starting, since 0.00697517s), standbys: x 2024-09-13T14:25:44.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:44 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T14:25:44.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:44 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T14:25:44.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:44 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T14:25:44.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:44 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "mds metadata", "who": "foo.smithi071.awdchm"} : dispatch 2024-09-13T14:25:44.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:44 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "mds metadata", "who": "foo.smithi104.uecrqj"} : dispatch 2024-09-13T14:25:44.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:44 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "mgr metadata", "who": "y", "id": "y"} : dispatch 2024-09-13T14:25:44.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:44 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2024-09-13T14:25:44.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:44 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-13T14:25:44.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:44 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-13T14:25:44.924 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:44 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-13T14:25:44.924 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:44 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-13T14:25:44.924 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:44 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-13T14:25:44.924 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:44 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-13T14:25:44.924 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:44 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-13T14:25:44.924 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:44 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-13T14:25:44.924 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:44 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "mds metadata"} : dispatch 2024-09-13T14:25:44.924 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:44 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd metadata"} : dispatch 2024-09-13T14:25:44.924 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:44 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "mon metadata"} : dispatch 2024-09-13T14:25:44.924 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:44 smithi104 ceph-mon[33426]: Manager daemon y is now available 2024-09-13T14:25:44.924 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:44 smithi104 ceph-mon[33426]: Standby manager daemon x restarted 2024-09-13T14:25:44.924 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:44 smithi104 ceph-mon[33426]: Standby manager daemon x started 2024-09-13T14:25:44.924 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:44 smithi104 ceph-mon[33426]: from='mgr.? 172.21.15.104:0/4231809168' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-13T14:25:44.925 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:44 smithi104 ceph-mon[33426]: from='mgr.? 172.21.15.104:0/4231809168' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-13T14:25:44.925 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:44 smithi104 ceph-mon[33426]: from='mgr.? 172.21.15.104:0/4231809168' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-13T14:25:44.925 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:44 smithi104 ceph-mon[33426]: from='mgr.? 172.21.15.104:0/4231809168' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-13T14:25:44.925 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:44 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:25:44.925 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:44 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:25:44.925 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:44 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-13T14:25:44.925 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:44 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"} : dispatch 2024-09-13T14:25:44.925 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:44 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"} : dispatch 2024-09-13T14:25:45.207 INFO:tasks.rados.rados.0.smithi071.stdout:1202: done (2 left) 2024-09-13T14:25:45.207 INFO:tasks.rados.rados.0.smithi071.stdout:1203: done (1 left) 2024-09-13T14:25:45.207 INFO:tasks.rados.rados.0.smithi071.stdout:1204: done (0 left) 2024-09-13T14:25:45.207 INFO:tasks.rados.rados.0.smithi071.stdout:1205: write oid 29 current snap is 155 2024-09-13T14:25:45.207 INFO:tasks.rados.rados.0.smithi071.stdout:1205: seq_num 468 ranges {665676=714065,1886514=531486,3169137=696539} 2024-09-13T14:25:45.216 INFO:tasks.rados.rados.0.smithi071.stdout:1205: writing smithi07185159-29 from 665676 to 1379741 tid 1 2024-09-13T14:25:45.224 INFO:tasks.rados.rados.0.smithi071.stdout:1205: writing smithi07185159-29 from 1886514 to 2418000 tid 2 2024-09-13T14:25:45.233 INFO:tasks.rados.rados.0.smithi071.stdout:1205: writing smithi07185159-29 from 3169137 to 3865676 tid 3 2024-09-13T14:25:45.233 INFO:tasks.rados.rados.0.smithi071.stdout:1206: write oid 41 current snap is 155 2024-09-13T14:25:45.233 INFO:tasks.rados.rados.0.smithi071.stdout:1205: finishing write tid 1 to smithi07185159-29 2024-09-13T14:25:45.233 INFO:tasks.rados.rados.0.smithi071.stdout:1205: finishing write tid 2 to smithi07185159-29 2024-09-13T14:25:45.233 INFO:tasks.rados.rados.0.smithi071.stdout:1206: seq_num 469 ranges {682483=789314,1944996=791497,3196560=554574} 2024-09-13T14:25:45.241 INFO:tasks.rados.rados.0.smithi071.stdout:1206: writing smithi07185159-41 from 682483 to 1471797 tid 1 2024-09-13T14:25:45.247 INFO:tasks.rados.rados.0.smithi071.stdout:1206: writing smithi07185159-41 from 1944996 to 2736493 tid 2 2024-09-13T14:25:45.254 INFO:tasks.rados.rados.0.smithi071.stdout:1206: writing smithi07185159-41 from 3196560 to 3751134 tid 3 2024-09-13T14:25:45.254 INFO:tasks.rados.rados.0.smithi071.stdout:1205: finishing write tid 3 to smithi07185159-29 2024-09-13T14:25:45.254 INFO:tasks.rados.rados.0.smithi071.stdout:1205: finishing write tid 4 to smithi07185159-29 2024-09-13T14:25:45.254 INFO:tasks.rados.rados.0.smithi071.stdout:1205: finishing write tid 5 to smithi07185159-29 2024-09-13T14:25:45.254 INFO:tasks.rados.rados.0.smithi071.stdout:1205: oid 29 updating version 0 to 772 2024-09-13T14:25:45.254 INFO:tasks.rados.rados.0.smithi071.stdout:1205: oid 29 version 772 is already newer than 770 2024-09-13T14:25:45.254 INFO:tasks.rados.rados.0.smithi071.stdout:1205: oid 29 version 772 is already newer than 771 2024-09-13T14:25:45.254 INFO:tasks.rados.rados.0.smithi071.stdout:1205: oid 29 version 772 is already newer than 769 2024-09-13T14:25:45.254 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 29 v 772 (ObjNum 468 snap 155 seq_num 468) dirty exists 2024-09-13T14:25:45.254 INFO:tasks.rados.rados.0.smithi071.stdout:1205: left oid 29 (ObjNum 468 snap 155 seq_num 468) 2024-09-13T14:25:45.255 INFO:tasks.rados.rados.0.smithi071.stdout:1206: finishing write tid 1 to smithi07185159-41 2024-09-13T14:25:45.255 INFO:tasks.rados.rados.0.smithi071.stdout:1206: finishing write tid 2 to smithi07185159-41 2024-09-13T14:25:45.255 INFO:tasks.rados.rados.0.smithi071.stdout:1205: done (1 left) 2024-09-13T14:25:45.255 INFO:tasks.rados.rados.0.smithi071.stdout:1207: read oid 39 snap -1 2024-09-13T14:25:45.255 INFO:tasks.rados.rados.0.smithi071.stdout:1207: expect (ObjNum 450 snap 148 seq_num 450) 2024-09-13T14:25:45.255 INFO:tasks.rados.rados.0.smithi071.stdout:1208: snap_remove snap 154 2024-09-13T14:25:45.580 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:25:45 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: [13/Sep/2024:14:25:45] ENGINE Bus STARTING 2024-09-13T14:25:45.580 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:25:45 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: 2024-09-13T14:25:45.224+0000 7f099fea3640 -1 mgr.server handle_report got status from non-daemon mon.a 2024-09-13T14:25:45.580 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:25:45 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: CherryPy Checker: 2024-09-13T14:25:45.580 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:25:45 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: The Application mounted at '' has an empty config. 2024-09-13T14:25:45.581 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:25:45 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: 2024-09-13T14:25:45.581 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:25:45 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: [13/Sep/2024:14:25:45] ENGINE Serving on http://:::9283 2024-09-13T14:25:45.581 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:25:45 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: [13/Sep/2024:14:25:45] ENGINE Bus STARTED 2024-09-13T14:25:46.225 INFO:tasks.rados.rados.0.smithi071.stdout:1208: done (2 left) 2024-09-13T14:25:46.225 INFO:tasks.rados.rados.0.smithi071.stdout:1209: snap_create 2024-09-13T14:25:46.225 INFO:tasks.rados.rados.0.smithi071.stdout:1207: expect (ObjNum 450 snap 148 seq_num 450) 2024-09-13T14:25:46.351 INFO:tasks.rados.rados.0.smithi071.stdout:1206: finishing write tid 3 to smithi07185159-41 2024-09-13T14:25:46.352 INFO:tasks.rados.rados.0.smithi071.stdout:1206: finishing write tid 4 to smithi07185159-41 2024-09-13T14:25:46.352 INFO:tasks.rados.rados.0.smithi071.stdout:1206: finishing write tid 5 to smithi07185159-41 2024-09-13T14:25:46.352 INFO:tasks.rados.rados.0.smithi071.stdout:1206: oid 41 updating version 0 to 773 2024-09-13T14:25:46.352 INFO:tasks.rados.rados.0.smithi071.stdout:1206: oid 41 updating version 773 to 774 2024-09-13T14:25:46.352 INFO:tasks.rados.rados.0.smithi071.stdout:1206: oid 41 updating version 774 to 775 2024-09-13T14:25:46.352 INFO:tasks.rados.rados.0.smithi071.stdout:1206: oid 41 updating version 775 to 776 2024-09-13T14:25:46.352 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 41 v 776 (ObjNum 469 snap 155 seq_num 469) dirty exists 2024-09-13T14:25:46.352 INFO:tasks.rados.rados.0.smithi071.stdout:1206: left oid 41 (ObjNum 469 snap 155 seq_num 469) 2024-09-13T14:25:46.504 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:46 smithi104 ceph-mon[33426]: osdmap e372: 8 total, 8 up, 8 in 2024-09-13T14:25:46.504 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:46 smithi104 ceph-mon[33426]: mgrmap e36: y(active, since 1.01739s), standbys: x 2024-09-13T14:25:46.504 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:46 smithi104 ceph-mon[33426]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-13T14:25:46.504 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:46 smithi104 ceph-mon[33426]: pgmap v4: 89 pgs: 89 active+clean; 199 MiB data, 675 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:25:46.524 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:46 smithi071 ceph-mon[107477]: osdmap e372: 8 total, 8 up, 8 in 2024-09-13T14:25:46.524 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:46 smithi071 ceph-mon[107477]: mgrmap e36: y(active, since 1.01739s), standbys: x 2024-09-13T14:25:46.524 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:46 smithi071 ceph-mon[107477]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-13T14:25:46.524 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:46 smithi071 ceph-mon[107477]: pgmap v4: 89 pgs: 89 active+clean; 199 MiB data, 675 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:25:46.524 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:46 smithi071 ceph-mon[41109]: osdmap e372: 8 total, 8 up, 8 in 2024-09-13T14:25:46.524 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:46 smithi071 ceph-mon[41109]: mgrmap e36: y(active, since 1.01739s), standbys: x 2024-09-13T14:25:46.524 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:46 smithi071 ceph-mon[41109]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-13T14:25:46.524 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:46 smithi071 ceph-mon[41109]: pgmap v4: 89 pgs: 89 active+clean; 199 MiB data, 675 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:25:46.891 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:25:46 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: 2024-09-13T14:25:46.522+0000 7f094e178640 -1 log_channel(cephadm) log [ERR] : [13/Sep/2024:14:25:46] ENGINE Error in HTTPServer.serve 2024-09-13T14:25:46.891 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:25:46 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: Traceback (most recent call last): 2024-09-13T14:25:46.891 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:25:46 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-13T14:25:46.891 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:25:46 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: self._connections.run(self.expiration_interval) 2024-09-13T14:25:46.891 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:25:46 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-13T14:25:46.891 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:25:46 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: self._run(expiration_interval) 2024-09-13T14:25:46.891 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:25:46 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-13T14:25:46.891 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:25:46 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: new_conn = self._from_server_socket(self.server.socket) 2024-09-13T14:25:46.891 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:25:46 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-13T14:25:46.892 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:25:46 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-13T14:25:46.892 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:25:46 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-13T14:25:46.892 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:25:46 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: s = self.context.wrap_socket( 2024-09-13T14:25:46.892 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:25:46 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-13T14:25:46.892 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:25:46 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: return self.sslsocket_class._create( 2024-09-13T14:25:46.892 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:25:46 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-13T14:25:46.892 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:25:46 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: self.do_handshake() 2024-09-13T14:25:46.892 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:25:46 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-13T14:25:46.892 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:25:46 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: self._sslobj.do_handshake() 2024-09-13T14:25:46.892 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:25:46 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-13T14:25:46.892 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:25:46 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: 2024-09-13T14:25:47.223 INFO:tasks.rados.rados.0.smithi071.stdout:1206: done (2 left) 2024-09-13T14:25:47.223 INFO:tasks.rados.rados.0.smithi071.stdout:1207: done (1 left) 2024-09-13T14:25:47.223 INFO:tasks.rados.rados.0.smithi071.stdout:1209: done (0 left) 2024-09-13T14:25:47.223 INFO:tasks.rados.rados.0.smithi071.stdout:1210: read oid 37 snap -1 2024-09-13T14:25:47.223 INFO:tasks.rados.rados.0.smithi071.stdout:1210: expect deleted 2024-09-13T14:25:47.223 INFO:tasks.rados.rados.0.smithi071.stdout:1211: snap_remove snap 147 2024-09-13T14:25:47.533 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:47 smithi104 ceph-mon[33426]: pgmap v5: 89 pgs: 89 active+clean; 199 MiB data, 675 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:25:47.534 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:47 smithi104 ceph-mon[33426]: mgrmap e37: y(active, since 2s), standbys: x 2024-09-13T14:25:47.534 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:47 smithi104 ceph-mon[33426]: osdmap e373: 8 total, 8 up, 8 in 2024-09-13T14:25:47.546 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:47 smithi071 ceph-mon[107477]: pgmap v5: 89 pgs: 89 active+clean; 199 MiB data, 675 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:25:47.546 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:47 smithi071 ceph-mon[107477]: mgrmap e37: y(active, since 2s), standbys: x 2024-09-13T14:25:47.546 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:47 smithi071 ceph-mon[107477]: osdmap e373: 8 total, 8 up, 8 in 2024-09-13T14:25:47.546 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:47 smithi071 ceph-mon[41109]: pgmap v5: 89 pgs: 89 active+clean; 199 MiB data, 675 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:25:47.547 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:47 smithi071 ceph-mon[41109]: mgrmap e37: y(active, since 2s), standbys: x 2024-09-13T14:25:47.547 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:47 smithi071 ceph-mon[41109]: osdmap e373: 8 total, 8 up, 8 in 2024-09-13T14:25:47.761 INFO:tasks.rados.rados.0.smithi071.stdout:1211: done (1 left) 2024-09-13T14:25:47.761 INFO:tasks.rados.rados.0.smithi071.stdout:1212: rollback oid 41 current snap is 156 2024-09-13T14:25:47.761 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 41 to 153 2024-09-13T14:25:47.761 INFO:tasks.rados.rados.0.smithi071.stdout:1210: done (1 left) 2024-09-13T14:25:47.761 INFO:tasks.rados.rados.0.smithi071.stdout:1213: rollback oid 10 current snap is 156 2024-09-13T14:25:47.762 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 10 to 137 2024-09-13T14:25:47.762 INFO:tasks.rados.rados.0.smithi071.stdout:1214: snap_remove snap 152 2024-09-13T14:25:48.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:48 smithi104 ceph-mon[33426]: [13/Sep/2024:14:25:46] ENGINE Bus STARTING 2024-09-13T14:25:48.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:48 smithi104 ceph-mon[33426]: [13/Sep/2024:14:25:46] ENGINE Serving on http://172.21.15.71:8765 2024-09-13T14:25:48.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:48 smithi104 ceph-mon[33426]: [13/Sep/2024:14:25:46] ENGINE Serving on https://172.21.15.71:7150 2024-09-13T14:25:48.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:48 smithi104 ceph-mon[33426]: [13/Sep/2024:14:25:46] ENGINE Bus STARTED 2024-09-13T14:25:48.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:48 smithi104 ceph-mon[33426]: [13/Sep/2024:14:25:46] ENGINE Error in HTTPServer.serve 2024-09-13T14:25:48.422 INFO:journalctl@ceph.mon.b.smithi104.stdout: Traceback (most recent call last): 2024-09-13T14:25:48.422 INFO:journalctl@ceph.mon.b.smithi104.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-13T14:25:48.422 INFO:journalctl@ceph.mon.b.smithi104.stdout: self._connections.run(self.expiration_interval) 2024-09-13T14:25:48.422 INFO:journalctl@ceph.mon.b.smithi104.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-13T14:25:48.422 INFO:journalctl@ceph.mon.b.smithi104.stdout: self._run(expiration_interval) 2024-09-13T14:25:48.423 INFO:journalctl@ceph.mon.b.smithi104.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-13T14:25:48.423 INFO:journalctl@ceph.mon.b.smithi104.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-13T14:25:48.423 INFO:journalctl@ceph.mon.b.smithi104.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-13T14:25:48.423 INFO:journalctl@ceph.mon.b.smithi104.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-13T14:25:48.423 INFO:journalctl@ceph.mon.b.smithi104.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-13T14:25:48.423 INFO:journalctl@ceph.mon.b.smithi104.stdout: s = self.context.wrap_socket( 2024-09-13T14:25:48.423 INFO:journalctl@ceph.mon.b.smithi104.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-13T14:25:48.423 INFO:journalctl@ceph.mon.b.smithi104.stdout: return self.sslsocket_class._create( 2024-09-13T14:25:48.423 INFO:journalctl@ceph.mon.b.smithi104.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-13T14:25:48.423 INFO:journalctl@ceph.mon.b.smithi104.stdout: self.do_handshake() 2024-09-13T14:25:48.423 INFO:journalctl@ceph.mon.b.smithi104.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-13T14:25:48.423 INFO:journalctl@ceph.mon.b.smithi104.stdout: self._sslobj.do_handshake() 2024-09-13T14:25:48.423 INFO:journalctl@ceph.mon.b.smithi104.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-13T14:25:48.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:48 smithi104 ceph-mon[33426]: osdmap e374: 8 total, 8 up, 8 in 2024-09-13T14:25:48.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:48 smithi104 ceph-mon[33426]: osdmap e375: 8 total, 8 up, 8 in 2024-09-13T14:25:48.458 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:48 smithi071 ceph-mon[107477]: [13/Sep/2024:14:25:46] ENGINE Bus STARTING 2024-09-13T14:25:48.458 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:48 smithi071 ceph-mon[107477]: [13/Sep/2024:14:25:46] ENGINE Serving on http://172.21.15.71:8765 2024-09-13T14:25:48.458 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:48 smithi071 ceph-mon[107477]: [13/Sep/2024:14:25:46] ENGINE Serving on https://172.21.15.71:7150 2024-09-13T14:25:48.459 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:48 smithi071 ceph-mon[107477]: [13/Sep/2024:14:25:46] ENGINE Bus STARTED 2024-09-13T14:25:48.459 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:48 smithi071 ceph-mon[107477]: [13/Sep/2024:14:25:46] ENGINE Error in HTTPServer.serve 2024-09-13T14:25:48.459 INFO:journalctl@ceph.mon.a.smithi071.stdout: Traceback (most recent call last): 2024-09-13T14:25:48.459 INFO:journalctl@ceph.mon.a.smithi071.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-13T14:25:48.459 INFO:journalctl@ceph.mon.a.smithi071.stdout: self._connections.run(self.expiration_interval) 2024-09-13T14:25:48.459 INFO:journalctl@ceph.mon.a.smithi071.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-13T14:25:48.459 INFO:journalctl@ceph.mon.a.smithi071.stdout: self._run(expiration_interval) 2024-09-13T14:25:48.459 INFO:journalctl@ceph.mon.a.smithi071.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-13T14:25:48.459 INFO:journalctl@ceph.mon.a.smithi071.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-13T14:25:48.459 INFO:journalctl@ceph.mon.a.smithi071.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-13T14:25:48.459 INFO:journalctl@ceph.mon.a.smithi071.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-13T14:25:48.459 INFO:journalctl@ceph.mon.a.smithi071.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-13T14:25:48.459 INFO:journalctl@ceph.mon.a.smithi071.stdout: s = self.context.wrap_socket( 2024-09-13T14:25:48.459 INFO:journalctl@ceph.mon.a.smithi071.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-13T14:25:48.460 INFO:journalctl@ceph.mon.a.smithi071.stdout: return self.sslsocket_class._create( 2024-09-13T14:25:48.460 INFO:journalctl@ceph.mon.a.smithi071.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-13T14:25:48.460 INFO:journalctl@ceph.mon.a.smithi071.stdout: self.do_handshake() 2024-09-13T14:25:48.460 INFO:journalctl@ceph.mon.a.smithi071.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-13T14:25:48.460 INFO:journalctl@ceph.mon.a.smithi071.stdout: self._sslobj.do_handshake() 2024-09-13T14:25:48.460 INFO:journalctl@ceph.mon.a.smithi071.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-13T14:25:48.460 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:48 smithi071 ceph-mon[107477]: osdmap e374: 8 total, 8 up, 8 in 2024-09-13T14:25:48.460 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:48 smithi071 ceph-mon[107477]: osdmap e375: 8 total, 8 up, 8 in 2024-09-13T14:25:48.460 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:48 smithi071 ceph-mon[41109]: [13/Sep/2024:14:25:46] ENGINE Bus STARTING 2024-09-13T14:25:48.460 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:48 smithi071 ceph-mon[41109]: [13/Sep/2024:14:25:46] ENGINE Serving on http://172.21.15.71:8765 2024-09-13T14:25:48.461 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:48 smithi071 ceph-mon[41109]: [13/Sep/2024:14:25:46] ENGINE Serving on https://172.21.15.71:7150 2024-09-13T14:25:48.461 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:48 smithi071 ceph-mon[41109]: [13/Sep/2024:14:25:46] ENGINE Bus STARTED 2024-09-13T14:25:48.461 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:48 smithi071 ceph-mon[41109]: [13/Sep/2024:14:25:46] ENGINE Error in HTTPServer.serve 2024-09-13T14:25:48.461 INFO:journalctl@ceph.mon.c.smithi071.stdout: Traceback (most recent call last): 2024-09-13T14:25:48.461 INFO:journalctl@ceph.mon.c.smithi071.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-13T14:25:48.461 INFO:journalctl@ceph.mon.c.smithi071.stdout: self._connections.run(self.expiration_interval) 2024-09-13T14:25:48.461 INFO:journalctl@ceph.mon.c.smithi071.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-13T14:25:48.461 INFO:journalctl@ceph.mon.c.smithi071.stdout: self._run(expiration_interval) 2024-09-13T14:25:48.461 INFO:journalctl@ceph.mon.c.smithi071.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-13T14:25:48.461 INFO:journalctl@ceph.mon.c.smithi071.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-13T14:25:48.461 INFO:journalctl@ceph.mon.c.smithi071.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-13T14:25:48.461 INFO:journalctl@ceph.mon.c.smithi071.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-13T14:25:48.461 INFO:journalctl@ceph.mon.c.smithi071.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-13T14:25:48.462 INFO:journalctl@ceph.mon.c.smithi071.stdout: s = self.context.wrap_socket( 2024-09-13T14:25:48.462 INFO:journalctl@ceph.mon.c.smithi071.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-13T14:25:48.462 INFO:journalctl@ceph.mon.c.smithi071.stdout: return self.sslsocket_class._create( 2024-09-13T14:25:48.462 INFO:journalctl@ceph.mon.c.smithi071.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-13T14:25:48.462 INFO:journalctl@ceph.mon.c.smithi071.stdout: self.do_handshake() 2024-09-13T14:25:48.462 INFO:journalctl@ceph.mon.c.smithi071.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-13T14:25:48.462 INFO:journalctl@ceph.mon.c.smithi071.stdout: self._sslobj.do_handshake() 2024-09-13T14:25:48.462 INFO:journalctl@ceph.mon.c.smithi071.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-13T14:25:48.462 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:48 smithi071 ceph-mon[41109]: osdmap e374: 8 total, 8 up, 8 in 2024-09-13T14:25:48.462 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:48 smithi071 ceph-mon[41109]: osdmap e375: 8 total, 8 up, 8 in 2024-09-13T14:25:48.779 INFO:tasks.rados.rados.0.smithi071.stdout:1214: done (2 left) 2024-09-13T14:25:48.779 INFO:tasks.rados.rados.0.smithi071.stdout:1215: write oid 46 current snap is 156 2024-09-13T14:25:48.779 INFO:tasks.rados.rados.0.smithi071.stdout:1212: finishing rollback tid 0 to smithi07185159-41 2024-09-13T14:25:48.779 INFO:tasks.rados.rados.0.smithi071.stdout:1213: finishing rollback tid 0 to smithi07185159-10 2024-09-13T14:25:48.779 INFO:tasks.rados.rados.0.smithi071.stdout:1213: finishing rollback tid 1 to smithi07185159-10 2024-09-13T14:25:48.779 INFO:tasks.rados.rados.0.smithi071.stdout:1213: finishing rollback tid 2 to smithi07185159-10 2024-09-13T14:25:48.779 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 10 v 574 (ObjNum 351 snap 107 seq_num 351) dirty exists 2024-09-13T14:25:48.779 INFO:tasks.rados.rados.0.smithi071.stdout:1212: finishing rollback tid 1 to smithi07185159-41 2024-09-13T14:25:48.779 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 41 v 781 (ObjNum 33 snap 0 seq_num 1953527600) dirty dne 2024-09-13T14:25:48.779 INFO:tasks.rados.rados.0.smithi071.stdout:1215: seq_num 470 ranges {699290=464563,1603478=535155,2823983=765846} 2024-09-13T14:25:48.784 INFO:tasks.rados.rados.0.smithi071.stdout:1215: writing smithi07185159-46 from 699290 to 1163853 tid 1 2024-09-13T14:25:48.790 INFO:tasks.rados.rados.0.smithi071.stdout:1215: writing smithi07185159-46 from 1603478 to 2138633 tid 2 2024-09-13T14:25:48.798 INFO:tasks.rados.rados.0.smithi071.stdout:1215: writing smithi07185159-46 from 2823983 to 3589829 tid 3 2024-09-13T14:25:48.798 INFO:tasks.rados.rados.0.smithi071.stdout:1212: done (2 left) 2024-09-13T14:25:48.798 INFO:tasks.rados.rados.0.smithi071.stdout:1213: done (1 left) 2024-09-13T14:25:48.798 INFO:tasks.rados.rados.0.smithi071.stdout:1216: snap_create 2024-09-13T14:25:48.798 INFO:tasks.rados.rados.0.smithi071.stdout:1215: finishing write tid 1 to smithi07185159-46 2024-09-13T14:25:48.798 INFO:tasks.rados.rados.0.smithi071.stdout:1215: finishing write tid 2 to smithi07185159-46 2024-09-13T14:25:48.801 INFO:tasks.rados.rados.0.smithi071.stdout:1215: finishing write tid 3 to smithi07185159-46 2024-09-13T14:25:48.801 INFO:tasks.rados.rados.0.smithi071.stdout:1215: finishing write tid 4 to smithi07185159-46 2024-09-13T14:25:48.801 INFO:tasks.rados.rados.0.smithi071.stdout:1215: finishing write tid 5 to smithi07185159-46 2024-09-13T14:25:48.801 INFO:tasks.rados.rados.0.smithi071.stdout:1215: oid 46 updating version 0 to 597 2024-09-13T14:25:48.801 INFO:tasks.rados.rados.0.smithi071.stdout:1215: oid 46 version 597 is already newer than 596 2024-09-13T14:25:48.802 INFO:tasks.rados.rados.0.smithi071.stdout:1215: oid 46 updating version 597 to 598 2024-09-13T14:25:48.802 INFO:tasks.rados.rados.0.smithi071.stdout:1215: oid 46 version 598 is already newer than 595 2024-09-13T14:25:48.802 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 46 v 598 (ObjNum 470 snap 156 seq_num 470) dirty exists 2024-09-13T14:25:48.802 INFO:tasks.rados.rados.0.smithi071.stdout:1215: left oid 46 (ObjNum 470 snap 156 seq_num 470) 2024-09-13T14:25:49.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:49 smithi071 ceph-mon[41109]: pgmap v9: 89 pgs: 89 active+clean; 199 MiB data, 675 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:25:49.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:49 smithi071 ceph-mon[41109]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:25:49.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:49 smithi071 ceph-mon[41109]: osdmap e376: 8 total, 8 up, 8 in 2024-09-13T14:25:49.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:49 smithi071 ceph-mon[41109]: mgrmap e38: y(active, since 4s), standbys: x 2024-09-13T14:25:49.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:49 smithi071 ceph-mon[41109]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:25:49.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:49 smithi071 ceph-mon[41109]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:25:49.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:49 smithi071 ceph-mon[41109]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:25:49.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:49 smithi071 ceph-mon[107477]: pgmap v9: 89 pgs: 89 active+clean; 199 MiB data, 675 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:25:49.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:49 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:25:49.643 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:49 smithi071 ceph-mon[107477]: osdmap e376: 8 total, 8 up, 8 in 2024-09-13T14:25:49.643 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:49 smithi071 ceph-mon[107477]: mgrmap e38: y(active, since 4s), standbys: x 2024-09-13T14:25:49.643 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:49 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:25:49.643 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:49 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:25:49.643 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:49 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:25:49.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:49 smithi104 ceph-mon[33426]: pgmap v9: 89 pgs: 89 active+clean; 199 MiB data, 675 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:25:49.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:49 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:25:49.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:49 smithi104 ceph-mon[33426]: osdmap e376: 8 total, 8 up, 8 in 2024-09-13T14:25:49.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:49 smithi104 ceph-mon[33426]: mgrmap e38: y(active, since 4s), standbys: x 2024-09-13T14:25:49.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:49 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:25:49.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:49 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:25:49.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:49 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:25:49.787 INFO:tasks.rados.rados.0.smithi071.stdout:1215: done (1 left) 2024-09-13T14:25:49.787 INFO:tasks.rados.rados.0.smithi071.stdout:1216: done (0 left) 2024-09-13T14:25:49.787 INFO:tasks.rados.rados.0.smithi071.stdout:1217: rollback oid 29 current snap is 157 2024-09-13T14:25:49.787 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 29 to 156 2024-09-13T14:25:49.787 INFO:tasks.rados.rados.0.smithi071.stdout:1218: rollback oid 34 current snap is 157 2024-09-13T14:25:49.788 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 34 to 126 2024-09-13T14:25:49.788 INFO:tasks.rados.rados.0.smithi071.stdout:1219: delete oid 2 current snap is 157 2024-09-13T14:25:49.790 INFO:tasks.rados.rados.0.smithi071.stdout:1217: finishing rollback tid 0 to smithi07185159-29 2024-09-13T14:25:49.791 INFO:tasks.rados.rados.0.smithi071.stdout:1217: finishing rollback tid 1 to smithi07185159-29 2024-09-13T14:25:49.791 INFO:tasks.rados.rados.0.smithi071.stdout:1217: finishing rollback tid 2 to smithi07185159-29 2024-09-13T14:25:49.791 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 29 v 791 (ObjNum 468 snap 155 seq_num 468) dirty exists 2024-09-13T14:25:49.792 INFO:tasks.rados.rados.0.smithi071.stdout:1218: finishing rollback tid 0 to smithi07185159-34 2024-09-13T14:25:49.792 INFO:tasks.rados.rados.0.smithi071.stdout:1218: finishing rollback tid 1 to smithi07185159-34 2024-09-13T14:25:49.792 INFO:tasks.rados.rados.0.smithi071.stdout:1218: finishing rollback tid 2 to smithi07185159-34 2024-09-13T14:25:49.792 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 34 v 180 (ObjNum 402 snap 124 seq_num 402) dirty exists 2024-09-13T14:25:49.793 INFO:tasks.rados.rados.0.smithi071.stdout:1217: done (2 left) 2024-09-13T14:25:49.793 INFO:tasks.rados.rados.0.smithi071.stdout:1218: done (1 left) 2024-09-13T14:25:49.793 INFO:tasks.rados.rados.0.smithi071.stdout:1219: done (0 left) 2024-09-13T14:25:49.793 INFO:tasks.rados.rados.0.smithi071.stdout:1220: write oid 29 current snap is 157 2024-09-13T14:25:49.793 INFO:tasks.rados.rados.0.smithi071.stdout:1220: seq_num 472 ranges {732904=731414,2120442=538824,3278829=504743} 2024-09-13T14:25:49.800 INFO:tasks.rados.rados.0.smithi071.stdout:1220: writing smithi07185159-29 from 732904 to 1464318 tid 1 2024-09-13T14:25:49.806 INFO:tasks.rados.rados.0.smithi071.stdout:1220: writing smithi07185159-29 from 2120442 to 2659266 tid 2 2024-09-13T14:25:49.813 INFO:tasks.rados.rados.0.smithi071.stdout:1220: writing smithi07185159-29 from 3278829 to 3783572 tid 3 2024-09-13T14:25:49.813 INFO:tasks.rados.rados.0.smithi071.stdout:1221: snap_remove snap 149 2024-09-13T14:25:50.503 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:50 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:25:50.503 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:50 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:25:50.504 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:50 smithi104 ceph-mon[33426]: osdmap e377: 8 total, 8 up, 8 in 2024-09-13T14:25:50.504 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:50 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:25:50.504 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:50 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:25:50.504 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:50 smithi104 ceph-mon[33426]: pgmap v12: 89 pgs: 89 active+clean; 199 MiB data, 675 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:25:50.785 INFO:tasks.rados.rados.0.smithi071.stdout:1221: done (1 left) 2024-09-13T14:25:50.785 INFO:tasks.rados.rados.0.smithi071.stdout:1222: write oid 48 current snap is 157 2024-09-13T14:25:50.785 INFO:tasks.rados.rados.0.smithi071.stdout:1220: finishing write tid 1 to smithi07185159-29 2024-09-13T14:25:50.785 INFO:tasks.rados.rados.0.smithi071.stdout:1222: seq_num 473 ranges {749711=406663,1778924=682482,3189899=716015} 2024-09-13T14:25:50.791 INFO:tasks.rados.rados.0.smithi071.stdout:1222: writing smithi07185159-48 from 749711 to 1156374 tid 1 2024-09-13T14:25:50.799 INFO:tasks.rados.rados.0.smithi071.stdout:1222: writing smithi07185159-48 from 1778924 to 2461406 tid 2 2024-09-13T14:25:50.808 INFO:tasks.rados.rados.0.smithi071.stdout:1222: writing smithi07185159-48 from 3189899 to 3905914 tid 3 2024-09-13T14:25:50.808 INFO:tasks.rados.rados.0.smithi071.stdout:1223: rollback oid 19 current snap is 157 2024-09-13T14:25:50.808 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 19 to 155 2024-09-13T14:25:50.809 INFO:tasks.rados.rados.0.smithi071.stdout:1220: finishing write tid 2 to smithi07185159-29 2024-09-13T14:25:50.809 INFO:tasks.rados.rados.0.smithi071.stdout:1220: finishing write tid 3 to smithi07185159-29 2024-09-13T14:25:50.809 INFO:tasks.rados.rados.0.smithi071.stdout:1220: finishing write tid 4 to smithi07185159-29 2024-09-13T14:25:50.809 INFO:tasks.rados.rados.0.smithi071.stdout:1220: finishing write tid 5 to smithi07185159-29 2024-09-13T14:25:50.809 INFO:tasks.rados.rados.0.smithi071.stdout:1220: oid 29 updating version 0 to 795 2024-09-13T14:25:50.810 INFO:tasks.rados.rados.0.smithi071.stdout:1220: oid 29 version 795 is already newer than 793 2024-09-13T14:25:50.810 INFO:tasks.rados.rados.0.smithi071.stdout:1220: oid 29 version 795 is already newer than 792 2024-09-13T14:25:50.810 INFO:tasks.rados.rados.0.smithi071.stdout:1220: oid 29 version 795 is already newer than 794 2024-09-13T14:25:50.810 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 29 v 795 (ObjNum 472 snap 157 seq_num 472) dirty exists 2024-09-13T14:25:50.810 INFO:tasks.rados.rados.0.smithi071.stdout:1220: left oid 29 (ObjNum 472 snap 157 seq_num 472) 2024-09-13T14:25:50.810 INFO:tasks.rados.rados.0.smithi071.stdout:1222: finishing write tid 1 to smithi07185159-48 2024-09-13T14:25:50.810 INFO:tasks.rados.rados.0.smithi071.stdout:1220: done (2 left) 2024-09-13T14:25:50.810 INFO:tasks.rados.rados.0.smithi071.stdout:1224: snap_remove snap 123 2024-09-13T14:25:50.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:50 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:25:50.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:50 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:25:50.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:50 smithi071 ceph-mon[107477]: osdmap e377: 8 total, 8 up, 8 in 2024-09-13T14:25:50.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:50 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:25:50.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:50 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:25:50.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:50 smithi071 ceph-mon[107477]: pgmap v12: 89 pgs: 89 active+clean; 199 MiB data, 675 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:25:50.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:50 smithi071 ceph-mon[41109]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:25:50.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:50 smithi071 ceph-mon[41109]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:25:50.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:50 smithi071 ceph-mon[41109]: osdmap e377: 8 total, 8 up, 8 in 2024-09-13T14:25:50.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:50 smithi071 ceph-mon[41109]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:25:50.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:50 smithi071 ceph-mon[41109]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:25:50.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:50 smithi071 ceph-mon[41109]: pgmap v12: 89 pgs: 89 active+clean; 199 MiB data, 675 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:25:51.796 INFO:tasks.rados.rados.0.smithi071.stdout:1224: done (2 left) 2024-09-13T14:25:51.796 INFO:tasks.rados.rados.0.smithi071.stdout:1225: rollback oid 21 current snap is 157 2024-09-13T14:25:51.796 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 21 to 135 2024-09-13T14:25:51.796 INFO:tasks.rados.rados.0.smithi071.stdout:1226: rollback oid 47 current snap is 157 2024-09-13T14:25:51.796 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 47 to 141 2024-09-13T14:25:51.796 INFO:tasks.rados.rados.0.smithi071.stdout:1227: write oid 15 current snap is 157 2024-09-13T14:25:51.796 INFO:tasks.rados.rados.0.smithi071.stdout:1227: seq_num 474 ranges {766518=481912,1837406=542493,2933675=527287,3876584=89934} 2024-09-13T14:25:51.803 INFO:tasks.rados.rados.0.smithi071.stdout:1227: writing smithi07185159-15 from 766518 to 1248430 tid 1 2024-09-13T14:25:51.809 INFO:tasks.rados.rados.0.smithi071.stdout:1227: writing smithi07185159-15 from 1837406 to 2379899 tid 2 2024-09-13T14:25:51.815 INFO:tasks.rados.rados.0.smithi071.stdout:1227: writing smithi07185159-15 from 2933675 to 3460962 tid 3 2024-09-13T14:25:51.818 INFO:tasks.rados.rados.0.smithi071.stdout:1227: writing smithi07185159-15 from 3876584 to 3966518 tid 4 2024-09-13T14:25:51.819 INFO:tasks.rados.rados.0.smithi071.stdout:1228: write oid 33 current snap is 157 2024-09-13T14:25:51.819 INFO:tasks.rados.rados.0.smithi071.stdout:1222: finishing write tid 2 to smithi07185159-48 2024-09-13T14:25:51.819 INFO:tasks.rados.rados.0.smithi071.stdout:1228: seq_num 475 ranges {783325=557161,1779535=686151,3244745=454912} 2024-09-13T14:25:51.825 INFO:tasks.rados.rados.0.smithi071.stdout:1228: writing smithi07185159-33 from 783325 to 1340486 tid 1 2024-09-13T14:25:51.832 INFO:tasks.rados.rados.0.smithi071.stdout:1228: writing smithi07185159-33 from 1779535 to 2465686 tid 2 2024-09-13T14:25:51.839 INFO:tasks.rados.rados.0.smithi071.stdout:1228: writing smithi07185159-33 from 3244745 to 3699657 tid 3 2024-09-13T14:25:51.839 INFO:tasks.rados.rados.0.smithi071.stdout:1229: write oid 6 current snap is 157 2024-09-13T14:25:51.839 INFO:tasks.rados.rados.0.smithi071.stdout:1223: finishing rollback tid 0 to smithi07185159-19 2024-09-13T14:25:51.839 INFO:tasks.rados.rados.0.smithi071.stdout:1223: finishing rollback tid 1 to smithi07185159-19 2024-09-13T14:25:51.839 INFO:tasks.rados.rados.0.smithi071.stdout:1223: finishing rollback tid 2 to smithi07185159-19 2024-09-13T14:25:51.839 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 19 v 415 (ObjNum 389 snap 121 seq_num 389) dirty exists 2024-09-13T14:25:51.839 INFO:tasks.rados.rados.0.smithi071.stdout:1222: finishing write tid 3 to smithi07185159-48 2024-09-13T14:25:51.840 INFO:tasks.rados.rados.0.smithi071.stdout:1222: finishing write tid 4 to smithi07185159-48 2024-09-13T14:25:51.840 INFO:tasks.rados.rados.0.smithi071.stdout:1222: finishing write tid 5 to smithi07185159-48 2024-09-13T14:25:51.840 INFO:tasks.rados.rados.0.smithi071.stdout:1222: oid 48 updating version 0 to 1237 2024-09-13T14:25:51.840 INFO:tasks.rados.rados.0.smithi071.stdout:1222: oid 48 updating version 1237 to 1239 2024-09-13T14:25:51.840 INFO:tasks.rados.rados.0.smithi071.stdout:1222: oid 48 version 1239 is already newer than 1236 2024-09-13T14:25:51.840 INFO:tasks.rados.rados.0.smithi071.stdout:1222: oid 48 version 1239 is already newer than 1238 2024-09-13T14:25:51.840 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 48 v 1239 (ObjNum 473 snap 157 seq_num 473) dirty exists 2024-09-13T14:25:51.840 INFO:tasks.rados.rados.0.smithi071.stdout:1222: left oid 48 (ObjNum 473 snap 157 seq_num 473) 2024-09-13T14:25:51.840 INFO:tasks.rados.rados.0.smithi071.stdout:1225: finishing rollback tid 1 to smithi07185159-21 2024-09-13T14:25:51.840 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 21 v 475 (ObjNum 129 snap 0 seq_num 1960934048) dirty dne 2024-09-13T14:25:51.840 INFO:tasks.rados.rados.0.smithi071.stdout:1226: finishing rollback tid 0 to smithi07185159-47 2024-09-13T14:25:51.840 INFO:tasks.rados.rados.0.smithi071.stdout:1229: seq_num 476 ranges {400132=632410,1438017=546162} 2024-09-13T14:25:51.844 INFO:tasks.rados.rados.0.smithi071.stdout:1229: writing smithi07185159-6 from 400132 to 1032542 tid 1 2024-09-13T14:25:51.850 INFO:tasks.rados.rados.0.smithi071.stdout:1229: writing smithi07185159-6 from 1438017 to 1984179 tid 2 2024-09-13T14:25:51.851 INFO:tasks.rados.rados.0.smithi071.stdout:1222: done (6 left) 2024-09-13T14:25:51.851 INFO:tasks.rados.rados.0.smithi071.stdout:1223: done (5 left) 2024-09-13T14:25:51.851 INFO:tasks.rados.rados.0.smithi071.stdout:1225: done (4 left) 2024-09-13T14:25:51.851 INFO:tasks.rados.rados.0.smithi071.stdout:1230: write oid 30 current snap is 157 2024-09-13T14:25:51.851 INFO:tasks.rados.rados.0.smithi071.stdout:1226: finishing rollback tid 1 to smithi07185159-47 2024-09-13T14:25:51.851 INFO:tasks.rados.rados.0.smithi071.stdout:1226: finishing rollback tid 2 to smithi07185159-47 2024-09-13T14:25:51.851 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 47 v 517 (ObjNum 415 snap 131 seq_num 415) dirty exists 2024-09-13T14:25:51.851 INFO:tasks.rados.rados.0.smithi071.stdout:1227: finishing write tid 1 to smithi07185159-15 2024-09-13T14:25:51.851 INFO:tasks.rados.rados.0.smithi071.stdout:1227: finishing write tid 2 to smithi07185159-15 2024-09-13T14:25:51.851 INFO:tasks.rados.rados.0.smithi071.stdout:1227: finishing write tid 3 to smithi07185159-15 2024-09-13T14:25:51.851 INFO:tasks.rados.rados.0.smithi071.stdout:1230: seq_num 477 ranges {416939=707659,1896499=120440} 2024-09-13T14:25:51.856 INFO:tasks.rados.rados.0.smithi071.stdout:1230: writing smithi07185159-30 from 416939 to 1124598 tid 1 2024-09-13T14:25:51.862 INFO:tasks.rados.rados.0.smithi071.stdout:1230: writing smithi07185159-30 from 1896499 to 2016939 tid 2 2024-09-13T14:25:51.862 INFO:tasks.rados.rados.0.smithi071.stdout:1226: done (4 left) 2024-09-13T14:25:51.862 INFO:tasks.rados.rados.0.smithi071.stdout:1231: snap_create 2024-09-13T14:25:51.862 INFO:tasks.rados.rados.0.smithi071.stdout:1227: finishing write tid 4 to smithi07185159-15 2024-09-13T14:25:51.862 INFO:tasks.rados.rados.0.smithi071.stdout:1227: finishing write tid 5 to smithi07185159-15 2024-09-13T14:25:51.862 INFO:tasks.rados.rados.0.smithi071.stdout:1227: finishing write tid 6 to smithi07185159-15 2024-09-13T14:25:51.862 INFO:tasks.rados.rados.0.smithi071.stdout:1227: oid 15 updating version 0 to 1252 2024-09-13T14:25:51.862 INFO:tasks.rados.rados.0.smithi071.stdout:1227: oid 15 version 1252 is already newer than 1251 2024-09-13T14:25:51.862 INFO:tasks.rados.rados.0.smithi071.stdout:1227: oid 15 updating version 1252 to 1253 2024-09-13T14:25:51.862 INFO:tasks.rados.rados.0.smithi071.stdout:1227: oid 15 version 1253 is already newer than 1245 2024-09-13T14:25:51.862 INFO:tasks.rados.rados.0.smithi071.stdout:1227: oid 15 version 1253 is already newer than 1250 2024-09-13T14:25:51.862 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 15 v 1253 (ObjNum 474 snap 157 seq_num 474) dirty exists 2024-09-13T14:25:51.863 INFO:tasks.rados.rados.0.smithi071.stdout:1227: left oid 15 (ObjNum 474 snap 157 seq_num 474) 2024-09-13T14:25:51.863 INFO:tasks.rados.rados.0.smithi071.stdout:1228: finishing write tid 1 to smithi07185159-33 2024-09-13T14:25:51.863 INFO:tasks.rados.rados.0.smithi071.stdout:1228: finishing write tid 2 to smithi07185159-33 2024-09-13T14:25:51.863 INFO:tasks.rados.rados.0.smithi071.stdout:1228: finishing write tid 3 to smithi07185159-33 2024-09-13T14:25:51.863 INFO:tasks.rados.rados.0.smithi071.stdout:1228: finishing write tid 4 to smithi07185159-33 2024-09-13T14:25:51.863 INFO:tasks.rados.rados.0.smithi071.stdout:1228: finishing write tid 5 to smithi07185159-33 2024-09-13T14:25:51.863 INFO:tasks.rados.rados.0.smithi071.stdout:1228: oid 33 updating version 0 to 518 2024-09-13T14:25:51.863 INFO:tasks.rados.rados.0.smithi071.stdout:1228: oid 33 updating version 518 to 519 2024-09-13T14:25:51.863 INFO:tasks.rados.rados.0.smithi071.stdout:1228: oid 33 updating version 519 to 520 2024-09-13T14:25:51.863 INFO:tasks.rados.rados.0.smithi071.stdout:1228: oid 33 updating version 520 to 521 2024-09-13T14:25:51.863 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 33 v 521 (ObjNum 475 snap 157 seq_num 475) dirty exists 2024-09-13T14:25:51.863 INFO:tasks.rados.rados.0.smithi071.stdout:1228: left oid 33 (ObjNum 475 snap 157 seq_num 475) 2024-09-13T14:25:51.863 INFO:tasks.rados.rados.0.smithi071.stdout:1229: finishing write tid 1 to smithi07185159-6 2024-09-13T14:25:51.863 INFO:tasks.rados.rados.0.smithi071.stdout:1229: finishing write tid 2 to smithi07185159-6 2024-09-13T14:25:51.864 INFO:tasks.rados.rados.0.smithi071.stdout:1229: finishing write tid 3 to smithi07185159-6 2024-09-13T14:25:51.864 INFO:tasks.rados.rados.0.smithi071.stdout:1229: finishing write tid 4 to smithi07185159-6 2024-09-13T14:25:51.864 INFO:tasks.rados.rados.0.smithi071.stdout:1229: oid 6 updating version 0 to 1255 2024-09-13T14:25:51.864 INFO:tasks.rados.rados.0.smithi071.stdout:1229: oid 6 updating version 1255 to 1257 2024-09-13T14:25:51.864 INFO:tasks.rados.rados.0.smithi071.stdout:1229: oid 6 version 1257 is already newer than 1256 2024-09-13T14:25:51.864 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 6 v 1257 (ObjNum 476 snap 157 seq_num 476) dirty exists 2024-09-13T14:25:51.864 INFO:tasks.rados.rados.0.smithi071.stdout:1229: left oid 6 (ObjNum 476 snap 157 seq_num 476) 2024-09-13T14:25:51.864 INFO:tasks.rados.rados.0.smithi071.stdout:1230: finishing write tid 1 to smithi07185159-30 2024-09-13T14:25:51.865 INFO:tasks.rados.rados.0.smithi071.stdout:1230: finishing write tid 2 to smithi07185159-30 2024-09-13T14:25:51.865 INFO:tasks.rados.rados.0.smithi071.stdout:1230: finishing write tid 3 to smithi07185159-30 2024-09-13T14:25:51.865 INFO:tasks.rados.rados.0.smithi071.stdout:1230: finishing write tid 4 to smithi07185159-30 2024-09-13T14:25:51.865 INFO:tasks.rados.rados.0.smithi071.stdout:1230: oid 30 updating version 0 to 314 2024-09-13T14:25:51.865 INFO:tasks.rados.rados.0.smithi071.stdout:1230: oid 30 version 314 is already newer than 313 2024-09-13T14:25:51.865 INFO:tasks.rados.rados.0.smithi071.stdout:1230: oid 30 version 314 is already newer than 312 2024-09-13T14:25:51.866 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 30 v 314 (ObjNum 477 snap 157 seq_num 477) dirty exists 2024-09-13T14:25:51.866 INFO:tasks.rados.rados.0.smithi071.stdout:1230: left oid 30 (ObjNum 477 snap 157 seq_num 477) 2024-09-13T14:25:52.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:51 smithi071 ceph-mon[107477]: osdmap e378: 8 total, 8 up, 8 in 2024-09-13T14:25:52.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:51 smithi071 ceph-mon[41109]: osdmap e378: 8 total, 8 up, 8 in 2024-09-13T14:25:52.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:51 smithi104 ceph-mon[33426]: osdmap e378: 8 total, 8 up, 8 in 2024-09-13T14:25:52.799 INFO:tasks.rados.rados.0.smithi071.stdout:1227: done (4 left) 2024-09-13T14:25:52.799 INFO:tasks.rados.rados.0.smithi071.stdout:1228: done (3 left) 2024-09-13T14:25:52.799 INFO:tasks.rados.rados.0.smithi071.stdout:1229: done (2 left) 2024-09-13T14:25:52.799 INFO:tasks.rados.rados.0.smithi071.stdout:1230: done (1 left) 2024-09-13T14:25:52.799 INFO:tasks.rados.rados.0.smithi071.stdout:1231: done (0 left) 2024-09-13T14:25:52.799 INFO:tasks.rados.rados.0.smithi071.stdout:1232: write oid 23 current snap is 158 2024-09-13T14:25:52.799 INFO:tasks.rados.rados.0.smithi071.stdout:1232: seq_num 478 ranges {433746=782908,1954981=78765} 2024-09-13T14:25:52.805 INFO:tasks.rados.rados.0.smithi071.stdout:1232: writing smithi07185159-23 from 433746 to 1216654 tid 1 2024-09-13T14:25:52.809 INFO:tasks.rados.rados.0.smithi071.stdout:1232: writing smithi07185159-23 from 1954981 to 2033746 tid 2 2024-09-13T14:25:52.809 INFO:tasks.rados.rados.0.smithi071.stdout:1233: snap_remove snap 157 2024-09-13T14:25:53.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:52 smithi071 ceph-mon[107477]: osdmap e379: 8 total, 8 up, 8 in 2024-09-13T14:25:53.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:52 smithi071 ceph-mon[107477]: pgmap v15: 89 pgs: 89 active+clean; 206 MiB data, 687 MiB used, 715 GiB / 715 GiB avail; 1.3 MiB/s rd, 1.8 MiB/s wr, 27 op/s 2024-09-13T14:25:53.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:52 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:25:53.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:52 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:25:53.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:25:52 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:25:52] "GET /metrics HTTP/1.1" 200 33526 "" "Prometheus/2.51.0" 2024-09-13T14:25:53.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:52 smithi071 ceph-mon[41109]: osdmap e379: 8 total, 8 up, 8 in 2024-09-13T14:25:53.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:52 smithi071 ceph-mon[41109]: pgmap v15: 89 pgs: 89 active+clean; 206 MiB data, 687 MiB used, 715 GiB / 715 GiB avail; 1.3 MiB/s rd, 1.8 MiB/s wr, 27 op/s 2024-09-13T14:25:53.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:52 smithi071 ceph-mon[41109]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:25:53.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:52 smithi071 ceph-mon[41109]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:25:53.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:52 smithi104 ceph-mon[33426]: osdmap e379: 8 total, 8 up, 8 in 2024-09-13T14:25:53.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:52 smithi104 ceph-mon[33426]: pgmap v15: 89 pgs: 89 active+clean; 206 MiB data, 687 MiB used, 715 GiB / 715 GiB avail; 1.3 MiB/s rd, 1.8 MiB/s wr, 27 op/s 2024-09-13T14:25:53.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:52 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:25:53.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:52 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:25:53.804 INFO:tasks.rados.rados.0.smithi071.stdout:1233: done (1 left) 2024-09-13T14:25:53.804 INFO:tasks.rados.rados.0.smithi071.stdout:1234: read oid 38 snap -1 2024-09-13T14:25:53.805 INFO:tasks.rados.rados.0.smithi071.stdout:1234: expect (ObjNum 421 snap 133 seq_num 421) 2024-09-13T14:25:53.805 INFO:tasks.rados.rados.0.smithi071.stdout:1235: delete oid 35 current snap is 158 2024-09-13T14:25:53.805 INFO:tasks.rados.rados.0.smithi071.stdout:1232: finishing write tid 1 to smithi07185159-23 2024-09-13T14:25:53.805 INFO:tasks.rados.rados.0.smithi071.stdout:1232: finishing write tid 2 to smithi07185159-23 2024-09-13T14:25:53.805 INFO:tasks.rados.rados.0.smithi071.stdout:1232: finishing write tid 3 to smithi07185159-23 2024-09-13T14:25:53.805 INFO:tasks.rados.rados.0.smithi071.stdout:1232: finishing write tid 4 to smithi07185159-23 2024-09-13T14:25:53.805 INFO:tasks.rados.rados.0.smithi071.stdout:1232: oid 23 updating version 0 to 610 2024-09-13T14:25:53.805 INFO:tasks.rados.rados.0.smithi071.stdout:1232: oid 23 updating version 610 to 611 2024-09-13T14:25:53.805 INFO:tasks.rados.rados.0.smithi071.stdout:1232: oid 23 version 611 is already newer than 609 2024-09-13T14:25:53.805 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 23 v 611 (ObjNum 478 snap 158 seq_num 478) dirty exists 2024-09-13T14:25:53.805 INFO:tasks.rados.rados.0.smithi071.stdout:1232: left oid 23 (ObjNum 478 snap 158 seq_num 478) 2024-09-13T14:25:53.807 INFO:tasks.rados.rados.0.smithi071.stdout:1232: done (2 left) 2024-09-13T14:25:53.807 INFO:tasks.rados.rados.0.smithi071.stdout:1235: done (1 left) 2024-09-13T14:25:53.807 INFO:tasks.rados.rados.0.smithi071.stdout:1236: write oid 37 current snap is 158 2024-09-13T14:25:53.807 INFO:tasks.rados.rados.0.smithi071.stdout:1236: seq_num 480 ranges {467360=649759,1671945=395415} 2024-09-13T14:25:53.813 INFO:tasks.rados.rados.0.smithi071.stdout:1236: writing smithi07185159-37 from 467360 to 1117119 tid 1 2024-09-13T14:25:53.819 INFO:tasks.rados.rados.0.smithi071.stdout:1236: writing smithi07185159-37 from 1671945 to 2067360 tid 2 2024-09-13T14:25:53.819 INFO:tasks.rados.rados.0.smithi071.stdout:1237: snap_remove snap 140 2024-09-13T14:25:54.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:53 smithi071 ceph-mon[107477]: osdmap e380: 8 total, 8 up, 8 in 2024-09-13T14:25:54.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:53 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:25:54.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:53 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:25:54.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:53 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:25:54.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:53 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:25:54.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:53 smithi071 ceph-mon[107477]: Updating smithi071:/etc/ceph/ceph.conf 2024-09-13T14:25:54.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:53 smithi071 ceph-mon[107477]: Updating smithi104:/etc/ceph/ceph.conf 2024-09-13T14:25:54.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:53 smithi071 ceph-mon[107477]: Updating smithi071:/var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T14:25:54.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:53 smithi071 ceph-mon[107477]: Updating smithi104:/var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T14:25:54.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:53 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:25:54.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:53 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:25:54.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:53 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:25:54.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:53 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:25:54.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:53 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:25:54.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:53 smithi071 ceph-mon[41109]: osdmap e380: 8 total, 8 up, 8 in 2024-09-13T14:25:54.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:53 smithi071 ceph-mon[41109]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:25:54.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:53 smithi071 ceph-mon[41109]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:25:54.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:53 smithi071 ceph-mon[41109]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:25:54.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:53 smithi071 ceph-mon[41109]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:25:54.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:53 smithi071 ceph-mon[41109]: Updating smithi071:/etc/ceph/ceph.conf 2024-09-13T14:25:54.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:53 smithi071 ceph-mon[41109]: Updating smithi104:/etc/ceph/ceph.conf 2024-09-13T14:25:54.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:53 smithi071 ceph-mon[41109]: Updating smithi071:/var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T14:25:54.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:53 smithi071 ceph-mon[41109]: Updating smithi104:/var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T14:25:54.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:53 smithi071 ceph-mon[41109]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:25:54.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:53 smithi071 ceph-mon[41109]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:25:54.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:53 smithi071 ceph-mon[41109]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:25:54.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:53 smithi071 ceph-mon[41109]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:25:54.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:53 smithi071 ceph-mon[41109]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:25:54.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:53 smithi104 ceph-mon[33426]: osdmap e380: 8 total, 8 up, 8 in 2024-09-13T14:25:54.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:53 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:25:54.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:53 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:25:54.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:53 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:25:54.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:53 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:25:54.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:53 smithi104 ceph-mon[33426]: Updating smithi071:/etc/ceph/ceph.conf 2024-09-13T14:25:54.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:53 smithi104 ceph-mon[33426]: Updating smithi104:/etc/ceph/ceph.conf 2024-09-13T14:25:54.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:53 smithi104 ceph-mon[33426]: Updating smithi071:/var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T14:25:54.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:53 smithi104 ceph-mon[33426]: Updating smithi104:/var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T14:25:54.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:53 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:25:54.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:53 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:25:54.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:53 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:25:54.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:53 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:25:54.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:53 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:25:54.818 INFO:tasks.rados.rados.0.smithi071.stdout:1237: done (2 left) 2024-09-13T14:25:54.819 INFO:tasks.rados.rados.0.smithi071.stdout:1238: rollback oid 17 current snap is 158 2024-09-13T14:25:54.819 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 17 to 155 2024-09-13T14:25:54.819 INFO:tasks.rados.rados.0.smithi071.stdout:1239: read oid 43 snap -1 2024-09-13T14:25:54.819 INFO:tasks.rados.rados.0.smithi071.stdout:1239: expect (ObjNum 427 snap 136 seq_num 427) 2024-09-13T14:25:54.819 INFO:tasks.rados.rados.0.smithi071.stdout:1240: rollback oid 20 current snap is 158 2024-09-13T14:25:54.819 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 20 to 155 2024-09-13T14:25:54.819 INFO:tasks.rados.rados.0.smithi071.stdout:1241: read oid 19 snap -1 2024-09-13T14:25:54.819 INFO:tasks.rados.rados.0.smithi071.stdout:1241: expect (ObjNum 389 snap 121 seq_num 389) 2024-09-13T14:25:54.819 INFO:tasks.rados.rados.0.smithi071.stdout:1242: rollback oid 10 current snap is 158 2024-09-13T14:25:54.819 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 10 to 153 2024-09-13T14:25:54.819 INFO:tasks.rados.rados.0.smithi071.stdout:1243: write oid 48 current snap is 158 2024-09-13T14:25:54.819 INFO:tasks.rados.rados.0.smithi071.stdout:1243: seq_num 481 ranges {484167=725008,1730427=353740} 2024-09-13T14:25:54.823 INFO:tasks.rados.rados.0.smithi071.stdout:1243: writing smithi07185159-48 from 484167 to 1209175 tid 1 2024-09-13T14:25:54.829 INFO:tasks.rados.rados.0.smithi071.stdout:1243: writing smithi07185159-48 from 1730427 to 2084167 tid 2 2024-09-13T14:25:54.830 INFO:tasks.rados.rados.0.smithi071.stdout:1234: expect (ObjNum 421 snap 133 seq_num 421) 2024-09-13T14:25:54.890 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:54 smithi071 ceph-mon[41109]: Updating smithi071:/etc/ceph/ceph.client.admin.keyring 2024-09-13T14:25:54.890 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:54 smithi071 ceph-mon[41109]: Updating smithi104:/etc/ceph/ceph.client.admin.keyring 2024-09-13T14:25:54.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:54 smithi071 ceph-mon[41109]: Updating smithi071:/var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T14:25:54.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:54 smithi071 ceph-mon[41109]: Updating smithi104:/var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T14:25:54.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:54 smithi071 ceph-mon[41109]: osdmap e381: 8 total, 8 up, 8 in 2024-09-13T14:25:54.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:54 smithi071 ceph-mon[41109]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:25:54.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:54 smithi071 ceph-mon[41109]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:25:54.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:54 smithi071 ceph-mon[41109]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "quorum_status"} : dispatch 2024-09-13T14:25:54.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:54 smithi071 ceph-mon[41109]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "mon ok-to-stop", "ids": ["c"]} : dispatch 2024-09-13T14:25:54.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:54 smithi071 ceph-mon[41109]: Upgrade: It appears safe to stop mon.c 2024-09-13T14:25:54.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:54 smithi071 ceph-mon[41109]: pgmap v18: 89 pgs: 89 active+clean; 206 MiB data, 687 MiB used, 715 GiB / 715 GiB avail; 1.3 MiB/s rd, 1.8 MiB/s wr, 27 op/s 2024-09-13T14:25:54.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:54 smithi071 ceph-mon[107477]: Updating smithi071:/etc/ceph/ceph.client.admin.keyring 2024-09-13T14:25:54.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:54 smithi071 ceph-mon[107477]: Updating smithi104:/etc/ceph/ceph.client.admin.keyring 2024-09-13T14:25:54.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:54 smithi071 ceph-mon[107477]: Updating smithi071:/var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T14:25:54.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:54 smithi071 ceph-mon[107477]: Updating smithi104:/var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T14:25:54.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:54 smithi071 ceph-mon[107477]: osdmap e381: 8 total, 8 up, 8 in 2024-09-13T14:25:54.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:54 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:25:54.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:54 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:25:54.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:54 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "quorum_status"} : dispatch 2024-09-13T14:25:54.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:54 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "mon ok-to-stop", "ids": ["c"]} : dispatch 2024-09-13T14:25:54.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:54 smithi071 ceph-mon[107477]: Upgrade: It appears safe to stop mon.c 2024-09-13T14:25:54.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:54 smithi071 ceph-mon[107477]: pgmap v18: 89 pgs: 89 active+clean; 206 MiB data, 687 MiB used, 715 GiB / 715 GiB avail; 1.3 MiB/s rd, 1.8 MiB/s wr, 27 op/s 2024-09-13T14:25:55.018 INFO:tasks.rados.rados.0.smithi071.stdout:1236: finishing write tid 1 to smithi07185159-37 2024-09-13T14:25:55.018 INFO:tasks.rados.rados.0.smithi071.stdout:1236: finishing write tid 2 to smithi07185159-37 2024-09-13T14:25:55.018 INFO:tasks.rados.rados.0.smithi071.stdout:1234: done (7 left) 2024-09-13T14:25:55.018 INFO:tasks.rados.rados.0.smithi071.stdout:1244: read oid 12 snap -1 2024-09-13T14:25:55.018 INFO:tasks.rados.rados.0.smithi071.stdout:1244: expect (ObjNum 367 snap 117 seq_num 367) 2024-09-13T14:25:55.018 INFO:tasks.rados.rados.0.smithi071.stdout:1245: write oid 6 current snap is 158 2024-09-13T14:25:55.018 INFO:tasks.rados.rados.0.smithi071.stdout:1236: finishing write tid 3 to smithi07185159-37 2024-09-13T14:25:55.018 INFO:tasks.rados.rados.0.smithi071.stdout:1236: finishing write tid 4 to smithi07185159-37 2024-09-13T14:25:55.018 INFO:tasks.rados.rados.0.smithi071.stdout:1236: oid 37 updating version 0 to 375 2024-09-13T14:25:55.019 INFO:tasks.rados.rados.0.smithi071.stdout:1236: oid 37 updating version 375 to 377 2024-09-13T14:25:55.019 INFO:tasks.rados.rados.0.smithi071.stdout:1236: oid 37 version 377 is already newer than 376 2024-09-13T14:25:55.019 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 37 v 377 (ObjNum 480 snap 158 seq_num 480) dirty exists 2024-09-13T14:25:55.019 INFO:tasks.rados.rados.0.smithi071.stdout:1236: left oid 37 (ObjNum 480 snap 158 seq_num 480) 2024-09-13T14:25:55.019 INFO:tasks.rados.rados.0.smithi071.stdout:1242: finishing rollback tid 0 to smithi07185159-10 2024-09-13T14:25:55.019 INFO:tasks.rados.rados.0.smithi071.stdout:1242: finishing rollback tid 1 to smithi07185159-10 2024-09-13T14:25:55.019 INFO:tasks.rados.rados.0.smithi071.stdout:1242: finishing rollback tid 2 to smithi07185159-10 2024-09-13T14:25:55.019 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 10 v 606 (ObjNum 351 snap 107 seq_num 351) dirty exists 2024-09-13T14:25:55.019 INFO:tasks.rados.rados.0.smithi071.stdout:1245: seq_num 482 ranges {500974=400257,1388909=557169} 2024-09-13T14:25:55.022 INFO:tasks.rados.rados.0.smithi071.stdout:1245: writing smithi07185159-6 from 500974 to 901231 tid 1 2024-09-13T14:25:55.028 INFO:tasks.rados.rados.0.smithi071.stdout:1245: writing smithi07185159-6 from 1388909 to 1946078 tid 2 2024-09-13T14:25:55.028 INFO:tasks.rados.rados.0.smithi071.stdout:1236: done (8 left) 2024-09-13T14:25:55.028 INFO:tasks.rados.rados.0.smithi071.stdout:1242: done (7 left) 2024-09-13T14:25:55.028 INFO:tasks.rados.rados.0.smithi071.stdout:1246: write oid 40 current snap is 158 2024-09-13T14:25:55.028 INFO:tasks.rados.rados.0.smithi071.stdout:1241: expect (ObjNum 389 snap 121 seq_num 389) 2024-09-13T14:25:55.142 INFO:tasks.rados.rados.0.smithi071.stdout:1238: finishing rollback tid 0 to smithi07185159-17 2024-09-13T14:25:55.142 INFO:tasks.rados.rados.0.smithi071.stdout:1238: finishing rollback tid 1 to smithi07185159-17 2024-09-13T14:25:55.142 INFO:tasks.rados.rados.0.smithi071.stdout:1238: finishing rollback tid 2 to smithi07185159-17 2024-09-13T14:25:55.142 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 17 v 425 (ObjNum 390 snap 121 seq_num 390) dirty exists 2024-09-13T14:25:55.142 INFO:tasks.rados.rados.0.smithi071.stdout:1239: expect (ObjNum 427 snap 136 seq_num 427) 2024-09-13T14:25:55.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:54 smithi104 ceph-mon[33426]: Updating smithi071:/etc/ceph/ceph.client.admin.keyring 2024-09-13T14:25:55.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:54 smithi104 ceph-mon[33426]: Updating smithi104:/etc/ceph/ceph.client.admin.keyring 2024-09-13T14:25:55.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:54 smithi104 ceph-mon[33426]: Updating smithi071:/var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T14:25:55.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:54 smithi104 ceph-mon[33426]: Updating smithi104:/var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T14:25:55.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:54 smithi104 ceph-mon[33426]: osdmap e381: 8 total, 8 up, 8 in 2024-09-13T14:25:55.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:54 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:25:55.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:54 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:25:55.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:54 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "quorum_status"} : dispatch 2024-09-13T14:25:55.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:54 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "mon ok-to-stop", "ids": ["c"]} : dispatch 2024-09-13T14:25:55.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:54 smithi104 ceph-mon[33426]: Upgrade: It appears safe to stop mon.c 2024-09-13T14:25:55.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:54 smithi104 ceph-mon[33426]: pgmap v18: 89 pgs: 89 active+clean; 206 MiB data, 687 MiB used, 715 GiB / 715 GiB avail; 1.3 MiB/s rd, 1.8 MiB/s wr, 27 op/s 2024-09-13T14:25:55.247 INFO:tasks.rados.rados.0.smithi071.stdout:1243: finishing write tid 1 to smithi07185159-48 2024-09-13T14:25:55.248 INFO:tasks.rados.rados.0.smithi071.stdout:1240: finishing rollback tid 0 to smithi07185159-20 2024-09-13T14:25:55.248 INFO:tasks.rados.rados.0.smithi071.stdout:1240: finishing rollback tid 1 to smithi07185159-20 2024-09-13T14:25:55.248 INFO:tasks.rados.rados.0.smithi071.stdout:1240: finishing rollback tid 2 to smithi07185159-20 2024-09-13T14:25:55.248 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 20 v 529 (ObjNum 458 snap 151 seq_num 458) dirty exists 2024-09-13T14:25:55.248 INFO:tasks.rados.rados.0.smithi071.stdout:1243: finishing write tid 2 to smithi07185159-48 2024-09-13T14:25:55.248 INFO:tasks.rados.rados.0.smithi071.stdout:1243: finishing write tid 3 to smithi07185159-48 2024-09-13T14:25:55.248 INFO:tasks.rados.rados.0.smithi071.stdout:1243: finishing write tid 4 to smithi07185159-48 2024-09-13T14:25:55.248 INFO:tasks.rados.rados.0.smithi071.stdout:1243: oid 48 updating version 0 to 1262 2024-09-13T14:25:55.248 INFO:tasks.rados.rados.0.smithi071.stdout:1243: oid 48 updating version 1262 to 1268 2024-09-13T14:25:55.248 INFO:tasks.rados.rados.0.smithi071.stdout:1243: oid 48 version 1268 is already newer than 1267 2024-09-13T14:25:55.248 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 48 v 1268 (ObjNum 481 snap 158 seq_num 481) dirty exists 2024-09-13T14:25:55.248 INFO:tasks.rados.rados.0.smithi071.stdout:1243: left oid 48 (ObjNum 481 snap 158 seq_num 481) 2024-09-13T14:25:55.248 INFO:tasks.rados.rados.0.smithi071.stdout:1246: seq_num 483 ranges {517781=475506,1731038=386743} 2024-09-13T14:25:55.252 INFO:tasks.rados.rados.0.smithi071.stdout:1246: writing smithi07185159-40 from 517781 to 993287 tid 1 2024-09-13T14:25:55.259 INFO:tasks.rados.rados.0.smithi071.stdout:1246: writing smithi07185159-40 from 1731038 to 2117781 tid 2 2024-09-13T14:25:55.259 INFO:tasks.rados.rados.0.smithi071.stdout:1238: done (7 left) 2024-09-13T14:25:55.259 INFO:tasks.rados.rados.0.smithi071.stdout:1239: done (6 left) 2024-09-13T14:25:55.259 INFO:tasks.rados.rados.0.smithi071.stdout:1240: done (5 left) 2024-09-13T14:25:55.259 INFO:tasks.rados.rados.0.smithi071.stdout:1241: done (4 left) 2024-09-13T14:25:55.260 INFO:tasks.rados.rados.0.smithi071.stdout:1243: done (3 left) 2024-09-13T14:25:55.260 INFO:tasks.rados.rados.0.smithi071.stdout:1247: write oid 46 current snap is 158 2024-09-13T14:25:55.260 INFO:tasks.rados.rados.0.smithi071.stdout:1244: expect (ObjNum 367 snap 117 seq_num 367) 2024-09-13T14:25:55.364 INFO:tasks.rados.rados.0.smithi071.stdout:1245: finishing write tid 1 to smithi07185159-6 2024-09-13T14:25:55.364 INFO:tasks.rados.rados.0.smithi071.stdout:1245: finishing write tid 2 to smithi07185159-6 2024-09-13T14:25:55.364 INFO:tasks.rados.rados.0.smithi071.stdout:1247: seq_num 484 ranges {534588=550755,1789520=345068} 2024-09-13T14:25:55.370 INFO:tasks.rados.rados.0.smithi071.stdout:1247: writing smithi07185159-46 from 534588 to 1085343 tid 1 2024-09-13T14:25:55.376 INFO:tasks.rados.rados.0.smithi071.stdout:1247: writing smithi07185159-46 from 1789520 to 2134588 tid 2 2024-09-13T14:25:55.376 INFO:tasks.rados.rados.0.smithi071.stdout:1244: done (3 left) 2024-09-13T14:25:55.376 INFO:tasks.rados.rados.0.smithi071.stdout:1248: snap_create 2024-09-13T14:25:55.376 INFO:tasks.rados.rados.0.smithi071.stdout:1245: finishing write tid 3 to smithi07185159-6 2024-09-13T14:25:55.377 INFO:tasks.rados.rados.0.smithi071.stdout:1245: finishing write tid 4 to smithi07185159-6 2024-09-13T14:25:55.377 INFO:tasks.rados.rados.0.smithi071.stdout:1245: oid 6 updating version 0 to 1270 2024-09-13T14:25:55.377 INFO:tasks.rados.rados.0.smithi071.stdout:1245: oid 6 updating version 1270 to 1271 2024-09-13T14:25:55.377 INFO:tasks.rados.rados.0.smithi071.stdout:1245: oid 6 version 1271 is already newer than 1269 2024-09-13T14:25:55.377 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 6 v 1271 (ObjNum 482 snap 158 seq_num 482) dirty exists 2024-09-13T14:25:55.377 INFO:tasks.rados.rados.0.smithi071.stdout:1245: left oid 6 (ObjNum 482 snap 158 seq_num 482) 2024-09-13T14:25:55.377 INFO:tasks.rados.rados.0.smithi071.stdout:1246: finishing write tid 1 to smithi07185159-40 2024-09-13T14:25:55.377 INFO:tasks.rados.rados.0.smithi071.stdout:1246: finishing write tid 2 to smithi07185159-40 2024-09-13T14:25:55.377 INFO:tasks.rados.rados.0.smithi071.stdout:1246: finishing write tid 3 to smithi07185159-40 2024-09-13T14:25:55.377 INFO:tasks.rados.rados.0.smithi071.stdout:1246: finishing write tid 4 to smithi07185159-40 2024-09-13T14:25:55.377 INFO:tasks.rados.rados.0.smithi071.stdout:1246: oid 40 updating version 0 to 257 2024-09-13T14:25:55.377 INFO:tasks.rados.rados.0.smithi071.stdout:1246: oid 40 version 257 is already newer than 256 2024-09-13T14:25:55.377 INFO:tasks.rados.rados.0.smithi071.stdout:1246: oid 40 updating version 257 to 258 2024-09-13T14:25:55.377 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 40 v 258 (ObjNum 483 snap 158 seq_num 483) dirty exists 2024-09-13T14:25:55.378 INFO:tasks.rados.rados.0.smithi071.stdout:1246: left oid 40 (ObjNum 483 snap 158 seq_num 483) 2024-09-13T14:25:55.378 INFO:tasks.rados.rados.0.smithi071.stdout:1247: finishing write tid 1 to smithi07185159-46 2024-09-13T14:25:55.379 INFO:tasks.rados.rados.0.smithi071.stdout:1247: finishing write tid 2 to smithi07185159-46 2024-09-13T14:25:55.379 INFO:tasks.rados.rados.0.smithi071.stdout:1247: finishing write tid 3 to smithi07185159-46 2024-09-13T14:25:55.379 INFO:tasks.rados.rados.0.smithi071.stdout:1247: finishing write tid 4 to smithi07185159-46 2024-09-13T14:25:55.379 INFO:tasks.rados.rados.0.smithi071.stdout:1247: oid 46 updating version 0 to 620 2024-09-13T14:25:55.379 INFO:tasks.rados.rados.0.smithi071.stdout:1247: oid 46 updating version 620 to 621 2024-09-13T14:25:55.379 INFO:tasks.rados.rados.0.smithi071.stdout:1247: oid 46 version 621 is already newer than 619 2024-09-13T14:25:55.379 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 46 v 621 (ObjNum 484 snap 158 seq_num 484) dirty exists 2024-09-13T14:25:55.379 INFO:tasks.rados.rados.0.smithi071.stdout:1247: left oid 46 (ObjNum 484 snap 158 seq_num 484) 2024-09-13T14:25:55.812 INFO:tasks.rados.rados.0.smithi071.stdout:1245: done (3 left) 2024-09-13T14:25:55.812 INFO:tasks.rados.rados.0.smithi071.stdout:1246: done (2 left) 2024-09-13T14:25:55.812 INFO:tasks.rados.rados.0.smithi071.stdout:1247: done (1 left) 2024-09-13T14:25:55.813 INFO:tasks.rados.rados.0.smithi071.stdout:1248: done (0 left) 2024-09-13T14:25:55.813 INFO:tasks.rados.rados.0.smithi071.stdout:1249: delete oid 32 current snap is 159 2024-09-13T14:25:55.820 INFO:tasks.rados.rados.0.smithi071.stdout:1249: done (0 left) 2024-09-13T14:25:55.820 INFO:tasks.rados.rados.0.smithi071.stdout:1250: delete oid 41 current snap is 159 2024-09-13T14:25:55.822 INFO:tasks.rados.rados.0.smithi071.stdout:1250: done (0 left) 2024-09-13T14:25:55.822 INFO:tasks.rados.rados.0.smithi071.stdout:1251: snap_create 2024-09-13T14:25:56.138 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:55 smithi071 ceph-mon[107477]: osdmap e382: 8 total, 8 up, 8 in 2024-09-13T14:25:56.138 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:55 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:25:56.138 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:55 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T14:25:56.138 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:55 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-13T14:25:56.138 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:55 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:25:56.139 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:55 smithi071 ceph-mon[41109]: osdmap e382: 8 total, 8 up, 8 in 2024-09-13T14:25:56.139 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:55 smithi071 ceph-mon[41109]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:25:56.139 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:55 smithi071 ceph-mon[41109]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T14:25:56.139 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:55 smithi071 ceph-mon[41109]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-13T14:25:56.139 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:55 smithi071 ceph-mon[41109]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:25:56.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:55 smithi104 ceph-mon[33426]: osdmap e382: 8 total, 8 up, 8 in 2024-09-13T14:25:56.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:55 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:25:56.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:55 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T14:25:56.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:55 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-13T14:25:56.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:55 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:25:56.826 INFO:tasks.rados.rados.0.smithi071.stdout:1251: done (0 left) 2024-09-13T14:25:56.826 INFO:tasks.rados.rados.0.smithi071.stdout:1252: delete oid 34 current snap is 160 2024-09-13T14:25:56.828 INFO:tasks.rados.rados.0.smithi071.stdout:1252: done (0 left) 2024-09-13T14:25:56.828 INFO:tasks.rados.rados.0.smithi071.stdout:1253: write oid 46 current snap is 160 2024-09-13T14:25:56.828 INFO:tasks.rados.rados.0.smithi071.stdout:1253: seq_num 488 ranges {601816=568104,1623448=451823} 2024-09-13T14:25:56.834 INFO:tasks.rados.rados.0.smithi071.stdout:1253: writing smithi07185159-46 from 601816 to 1169920 tid 1 2024-09-13T14:25:56.840 INFO:tasks.rados.rados.0.smithi071.stdout:1253: writing smithi07185159-46 from 1623448 to 2075271 tid 2 2024-09-13T14:25:56.840 INFO:tasks.rados.rados.0.smithi071.stdout:1254: write oid 48 current snap is 160 2024-09-13T14:25:56.840 INFO:tasks.rados.rados.0.smithi071.stdout:1254: seq_num 489 ranges {618623=643353,1681930=536693} 2024-09-13T14:25:56.846 INFO:tasks.rados.rados.0.smithi071.stdout:1254: writing smithi07185159-48 from 618623 to 1261976 tid 1 2024-09-13T14:25:56.853 INFO:tasks.rados.rados.0.smithi071.stdout:1254: writing smithi07185159-48 from 1681930 to 2218623 tid 2 2024-09-13T14:25:56.853 INFO:tasks.rados.rados.0.smithi071.stdout:1255: write oid 18 current snap is 160 2024-09-13T14:25:56.853 INFO:tasks.rados.rados.0.smithi071.stdout:1253: finishing write tid 1 to smithi07185159-46 2024-09-13T14:25:56.853 INFO:tasks.rados.rados.0.smithi071.stdout:1253: finishing write tid 2 to smithi07185159-46 2024-09-13T14:25:56.854 INFO:tasks.rados.rados.0.smithi071.stdout:1253: finishing write tid 3 to smithi07185159-46 2024-09-13T14:25:56.854 INFO:tasks.rados.rados.0.smithi071.stdout:1253: finishing write tid 4 to smithi07185159-46 2024-09-13T14:25:56.854 INFO:tasks.rados.rados.0.smithi071.stdout:1253: oid 46 updating version 0 to 625 2024-09-13T14:25:56.854 INFO:tasks.rados.rados.0.smithi071.stdout:1253: oid 46 version 625 is already newer than 624 2024-09-13T14:25:56.854 INFO:tasks.rados.rados.0.smithi071.stdout:1253: oid 46 version 625 is already newer than 623 2024-09-13T14:25:56.855 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 46 v 625 (ObjNum 488 snap 160 seq_num 488) dirty exists 2024-09-13T14:25:56.855 INFO:tasks.rados.rados.0.smithi071.stdout:1253: left oid 46 (ObjNum 488 snap 160 seq_num 488) 2024-09-13T14:25:56.855 INFO:tasks.rados.rados.0.smithi071.stdout:1254: finishing write tid 1 to smithi07185159-48 2024-09-13T14:25:56.855 INFO:tasks.rados.rados.0.smithi071.stdout:1255: seq_num 490 ranges {635430=718602,2140412=95018} 2024-09-13T14:25:56.859 INFO:tasks.rados.rados.0.smithi071.stdout:1255: writing smithi07185159-18 from 635430 to 1354032 tid 1 2024-09-13T14:25:56.864 INFO:tasks.rados.rados.0.smithi071.stdout:1255: writing smithi07185159-18 from 2140412 to 2235430 tid 2 2024-09-13T14:25:56.864 INFO:tasks.rados.rados.0.smithi071.stdout:1253: done (2 left) 2024-09-13T14:25:56.864 INFO:tasks.rados.rados.0.smithi071.stdout:1256: snap_remove snap 126 2024-09-13T14:25:56.967 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:56 smithi071 ceph-mon[107477]: Upgrade: Updating mon.c 2024-09-13T14:25:56.968 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:56 smithi071 ceph-mon[107477]: Deploying daemon mon.c on smithi071 2024-09-13T14:25:56.968 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:56 smithi071 ceph-mon[107477]: osdmap e383: 8 total, 8 up, 8 in 2024-09-13T14:25:56.968 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:25:56 smithi071 ceph-mon[107477]: pgmap v21: 89 pgs: 89 active+clean; 212 MiB data, 710 MiB used, 715 GiB / 715 GiB avail; 11 MiB/s rd, 2.6 MiB/s wr, 23 op/s 2024-09-13T14:25:56.968 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:56 smithi071 ceph-mon[41109]: Upgrade: Updating mon.c 2024-09-13T14:25:56.968 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:56 smithi071 ceph-mon[41109]: Deploying daemon mon.c on smithi071 2024-09-13T14:25:56.968 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:56 smithi071 ceph-mon[41109]: osdmap e383: 8 total, 8 up, 8 in 2024-09-13T14:25:56.968 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:56 smithi071 ceph-mon[41109]: pgmap v21: 89 pgs: 89 active+clean; 212 MiB data, 710 MiB used, 715 GiB / 715 GiB avail; 11 MiB/s rd, 2.6 MiB/s wr, 23 op/s 2024-09-13T14:25:57.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:56 smithi104 ceph-mon[33426]: Upgrade: Updating mon.c 2024-09-13T14:25:57.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:56 smithi104 ceph-mon[33426]: Deploying daemon mon.c on smithi071 2024-09-13T14:25:57.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:56 smithi104 ceph-mon[33426]: osdmap e383: 8 total, 8 up, 8 in 2024-09-13T14:25:57.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:25:56 smithi104 ceph-mon[33426]: pgmap v21: 89 pgs: 89 active+clean; 212 MiB data, 710 MiB used, 715 GiB / 715 GiB avail; 11 MiB/s rd, 2.6 MiB/s wr, 23 op/s 2024-09-13T14:25:57.508 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:57 smithi071 systemd[1]: Stopping Ceph mon.c for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T14:25:57.773 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:57 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-c[41086]: 2024-09-13T14:25:57.506+0000 7f262d3c6640 -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-09-13T14:25:57.773 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:57 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-c[41086]: 2024-09-13T14:25:57.506+0000 7f262d3c6640 -1 mon.c@2(peon) e3 *** Got Signal Terminated *** 2024-09-13T14:25:57.773 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:57 smithi071 podman[112594]: 2024-09-13 14:25:57.773154493 +0000 UTC m=+0.382540563 container died 41b61ccb60e8337ab51295733812d049c5671c82fe46ee61545c97b2290da271 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-c, GIT_CLEAN=True, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, RELEASE=reef-2c01458, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2) 2024-09-13T14:25:58.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:58 smithi071 podman[112594]: 2024-09-13 14:25:58.180226506 +0000 UTC m=+0.789612576 container cleanup 41b61ccb60e8337ab51295733812d049c5671c82fe46ee61545c97b2290da271 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-c, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=reef-2c01458, ceph=True, maintainer=Guillaume Abrioux ) 2024-09-13T14:25:58.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:58 smithi071 bash[112594]: ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-c 2024-09-13T14:25:58.788 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:58 smithi071 podman[112611]: 2024-09-13 14:25:58.456745175 +0000 UTC m=+0.676032839 container remove 41b61ccb60e8337ab51295733812d049c5671c82fe46ee61545c97b2290da271 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-c, org.label-schema.schema-version=1.0, ceph=True, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, RELEASE=reef-2c01458, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-13T14:25:58.788 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:58 smithi071 systemd[1]: ceph-18f8172c-71da-11ef-bceb-c7b262605968@mon.c.service: Deactivated successfully. 2024-09-13T14:25:58.788 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:58 smithi071 systemd[1]: Stopped Ceph mon.c for 18f8172c-71da-11ef-bceb-c7b262605968. 2024-09-13T14:25:58.788 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:58 smithi071 systemd[1]: ceph-18f8172c-71da-11ef-bceb-c7b262605968@mon.c.service: Consumed 8.430s CPU time. 2024-09-13T14:25:59.109 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:58 smithi071 systemd[1]: Starting Ceph mon.c for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T14:25:59.109 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:58 smithi071 podman[112746]: 2024-09-13 14:25:58.895422409 +0000 UTC m=+0.015563542 image pull fec07016a2b0bf363d0b69240081049b65cf13f1c44f6a7196cf8309aeb428cd quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f 2024-09-13T14:25:59.109 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:58 smithi071 podman[112746]: 2024-09-13 14:25:58.99928449 +0000 UTC m=+0.119425664 container create 1f937fa689f0bc6e5d6a59f78421fe256cefaa80d835e5b1d92cf58d032e1b9e (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-c, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, ceph=True, GIT_BRANCH=HEAD, RELEASE=wip-aclamk-cbt-combined-d58f730, io.buildah.version=1.37.2) 2024-09-13T14:25:59.373 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 podman[112746]: 2024-09-13 14:25:59.218777201 +0000 UTC m=+0.338918342 container init 1f937fa689f0bc6e5d6a59f78421fe256cefaa80d835e5b1d92cf58d032e1b9e (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-c, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, RELEASE=wip-aclamk-cbt-combined-d58f730, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=) 2024-09-13T14:25:59.373 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 podman[112746]: 2024-09-13 14:25:59.223818071 +0000 UTC m=+0.343959208 container start 1f937fa689f0bc6e5d6a59f78421fe256cefaa80d835e5b1d92cf58d032e1b9e (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-c, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, RELEASE=wip-aclamk-cbt-combined-d58f730) 2024-09-13T14:25:59.373 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: set uid:gid to 167:167 (ceph:ceph) 2024-09-13T14:25:59.373 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: ceph version 19.3.0-4697-gd58f7306 (d58f73069a8157a9ace12a0247ee3e8497707ea9) squid (dev), process ceph-mon, pid 7 2024-09-13T14:25:59.373 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: pidfile_write: ignore empty --pid-file 2024-09-13T14:25:59.373 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: load: jerasure load: lrc 2024-09-13T14:25:59.373 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: RocksDB version: 7.9.2 2024-09-13T14:25:59.374 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Git sha 0 2024-09-13T14:25:59.374 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Compile date 2024-09-12 20:46:14 2024-09-13T14:25:59.374 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: DB SUMMARY 2024-09-13T14:25:59.374 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: DB Session ID: 7CY2BF4T25VQIK4ZNDCP 2024-09-13T14:25:59.374 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: CURRENT file: CURRENT 2024-09-13T14:25:59.374 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: IDENTITY file: IDENTITY 2024-09-13T14:25:59.374 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: MANIFEST file: MANIFEST-000010 size: 1411 Bytes 2024-09-13T14:25:59.374 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 1, files: 000027.sst 2024-09-13T14:25:59.374 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000025.log size: 14946471 ; 2024-09-13T14:25:59.374 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.error_if_exists: 0 2024-09-13T14:25:59.374 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.create_if_missing: 0 2024-09-13T14:25:59.374 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.paranoid_checks: 1 2024-09-13T14:25:59.375 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-13T14:25:59.375 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-13T14:25:59.375 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-13T14:25:59.375 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.env: 0x5621e2e58160 2024-09-13T14:25:59.375 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.fs: PosixFileSystem 2024-09-13T14:25:59.375 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.info_log: 0x5621e47b9880 2024-09-13T14:25:59.375 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.max_file_opening_threads: 16 2024-09-13T14:25:59.377 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.statistics: (nil) 2024-09-13T14:25:59.377 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.use_fsync: 0 2024-09-13T14:25:59.377 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.max_log_file_size: 0 2024-09-13T14:25:59.377 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-13T14:25:59.377 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-13T14:25:59.377 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.keep_log_file_num: 1000 2024-09-13T14:25:59.377 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.recycle_log_file_num: 0 2024-09-13T14:25:59.378 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.allow_fallocate: 1 2024-09-13T14:25:59.378 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.allow_mmap_reads: 0 2024-09-13T14:25:59.378 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.allow_mmap_writes: 0 2024-09-13T14:25:59.378 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.use_direct_reads: 0 2024-09-13T14:25:59.378 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-13T14:25:59.379 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.create_missing_column_families: 0 2024-09-13T14:25:59.379 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.db_log_dir: 2024-09-13T14:25:59.379 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.wal_dir: 2024-09-13T14:25:59.379 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-13T14:25:59.379 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-13T14:25:59.380 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-13T14:25:59.380 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-13T14:25:59.380 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-13T14:25:59.380 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-13T14:25:59.381 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.advise_random_on_open: 1 2024-09-13T14:25:59.381 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.db_write_buffer_size: 0 2024-09-13T14:25:59.381 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.write_buffer_manager: 0x5621e47bc960 2024-09-13T14:25:59.381 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-13T14:25:59.382 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-13T14:25:59.382 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-13T14:25:59.382 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.rate_limiter: (nil) 2024-09-13T14:25:59.382 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-13T14:25:59.382 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.wal_recovery_mode: 2 2024-09-13T14:25:59.382 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.enable_thread_tracking: 0 2024-09-13T14:25:59.382 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.enable_pipelined_write: 0 2024-09-13T14:25:59.383 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.unordered_write: 0 2024-09-13T14:25:59.383 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-13T14:25:59.383 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-13T14:25:59.383 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-13T14:25:59.383 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-13T14:25:59.383 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.row_cache: None 2024-09-13T14:25:59.383 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.wal_filter: None 2024-09-13T14:25:59.384 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-13T14:25:59.384 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.allow_ingest_behind: 0 2024-09-13T14:25:59.384 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.two_write_queues: 0 2024-09-13T14:25:59.384 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.manual_wal_flush: 0 2024-09-13T14:25:59.384 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.wal_compression: 0 2024-09-13T14:25:59.384 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.atomic_flush: 0 2024-09-13T14:25:59.385 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-13T14:25:59.385 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-13T14:25:59.385 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-13T14:25:59.385 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.log_readahead_size: 0 2024-09-13T14:25:59.385 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-13T14:25:59.385 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.best_efforts_recovery: 0 2024-09-13T14:25:59.386 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-13T14:25:59.386 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-13T14:25:59.386 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.allow_data_in_errors: 0 2024-09-13T14:25:59.386 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.db_host_id: __hostname__ 2024-09-13T14:25:59.386 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-13T14:25:59.386 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.max_background_jobs: 2 2024-09-13T14:25:59.386 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.max_background_compactions: -1 2024-09-13T14:25:59.386 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.max_subcompactions: 1 2024-09-13T14:25:59.386 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-13T14:25:59.386 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-13T14:25:59.386 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-13T14:25:59.386 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.max_total_wal_size: 0 2024-09-13T14:25:59.386 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-13T14:25:59.387 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-13T14:25:59.387 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-13T14:25:59.387 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-13T14:25:59.387 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.max_open_files: -1 2024-09-13T14:25:59.387 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.bytes_per_sync: 0 2024-09-13T14:25:59.387 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-13T14:25:59.387 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-13T14:25:59.387 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.compaction_readahead_size: 0 2024-09-13T14:25:59.387 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.max_background_flushes: -1 2024-09-13T14:25:59.387 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Compression algorithms supported: 2024-09-13T14:25:59.387 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: kZSTD supported: 0 2024-09-13T14:25:59.387 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: kXpressCompression supported: 0 2024-09-13T14:25:59.387 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: kBZip2Compression supported: 0 2024-09-13T14:25:59.387 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-13T14:25:59.388 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: kLZ4Compression supported: 1 2024-09-13T14:25:59.388 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: kZlibCompression supported: 1 2024-09-13T14:25:59.388 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: kLZ4HCCompression supported: 1 2024-09-13T14:25:59.388 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: kSnappyCompression supported: 1 2024-09-13T14:25:59.388 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-13T14:25:59.388 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-13T14:25:59.388 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000010 2024-09-13T14:25:59.388 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-13T14:25:59.389 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-13T14:25:59.389 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.merge_operator: 2024-09-13T14:25:59.389 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.compaction_filter: None 2024-09-13T14:25:59.389 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.compaction_filter_factory: None 2024-09-13T14:25:59.389 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.sst_partitioner_factory: None 2024-09-13T14:25:59.389 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-13T14:25:59.389 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-13T14:25:59.389 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5621e47b94e0) 2024-09-13T14:25:59.389 INFO:journalctl@ceph.mon.c.smithi071.stdout: cache_index_and_filter_blocks: 1 2024-09-13T14:25:59.389 INFO:journalctl@ceph.mon.c.smithi071.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-13T14:25:59.389 INFO:journalctl@ceph.mon.c.smithi071.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-13T14:25:59.389 INFO:journalctl@ceph.mon.c.smithi071.stdout: pin_top_level_index_and_filter: 1 2024-09-13T14:25:59.389 INFO:journalctl@ceph.mon.c.smithi071.stdout: index_type: 0 2024-09-13T14:25:59.390 INFO:journalctl@ceph.mon.c.smithi071.stdout: data_block_index_type: 0 2024-09-13T14:25:59.390 INFO:journalctl@ceph.mon.c.smithi071.stdout: index_shortening: 1 2024-09-13T14:25:59.390 INFO:journalctl@ceph.mon.c.smithi071.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-13T14:25:59.390 INFO:journalctl@ceph.mon.c.smithi071.stdout: checksum: 4 2024-09-13T14:25:59.390 INFO:journalctl@ceph.mon.c.smithi071.stdout: no_block_cache: 0 2024-09-13T14:25:59.390 INFO:journalctl@ceph.mon.c.smithi071.stdout: block_cache: 0x5621e47ac850 2024-09-13T14:25:59.390 INFO:journalctl@ceph.mon.c.smithi071.stdout: block_cache_name: BinnedLRUCache 2024-09-13T14:25:59.390 INFO:journalctl@ceph.mon.c.smithi071.stdout: block_cache_options: 2024-09-13T14:25:59.390 INFO:journalctl@ceph.mon.c.smithi071.stdout: capacity : 536870912 2024-09-13T14:25:59.390 INFO:journalctl@ceph.mon.c.smithi071.stdout: num_shard_bits : 4 2024-09-13T14:25:59.390 INFO:journalctl@ceph.mon.c.smithi071.stdout: strict_capacity_limit : 0 2024-09-13T14:25:59.390 INFO:journalctl@ceph.mon.c.smithi071.stdout: high_pri_pool_ratio: 0.000 2024-09-13T14:25:59.390 INFO:journalctl@ceph.mon.c.smithi071.stdout: block_cache_compressed: (nil) 2024-09-13T14:25:59.390 INFO:journalctl@ceph.mon.c.smithi071.stdout: persistent_cache: (nil) 2024-09-13T14:25:59.391 INFO:journalctl@ceph.mon.c.smithi071.stdout: block_size: 4096 2024-09-13T14:25:59.391 INFO:journalctl@ceph.mon.c.smithi071.stdout: block_size_deviation: 10 2024-09-13T14:25:59.391 INFO:journalctl@ceph.mon.c.smithi071.stdout: block_restart_interval: 16 2024-09-13T14:25:59.391 INFO:journalctl@ceph.mon.c.smithi071.stdout: index_block_restart_interval: 1 2024-09-13T14:25:59.391 INFO:journalctl@ceph.mon.c.smithi071.stdout: metadata_block_size: 4096 2024-09-13T14:25:59.391 INFO:journalctl@ceph.mon.c.smithi071.stdout: partition_filters: 0 2024-09-13T14:25:59.391 INFO:journalctl@ceph.mon.c.smithi071.stdout: use_delta_encoding: 1 2024-09-13T14:25:59.391 INFO:journalctl@ceph.mon.c.smithi071.stdout: filter_policy: bloomfilter 2024-09-13T14:25:59.391 INFO:journalctl@ceph.mon.c.smithi071.stdout: whole_key_filtering: 1 2024-09-13T14:25:59.391 INFO:journalctl@ceph.mon.c.smithi071.stdout: verify_compression: 0 2024-09-13T14:25:59.391 INFO:journalctl@ceph.mon.c.smithi071.stdout: read_amp_bytes_per_bit: 0 2024-09-13T14:25:59.391 INFO:journalctl@ceph.mon.c.smithi071.stdout: format_version: 5 2024-09-13T14:25:59.391 INFO:journalctl@ceph.mon.c.smithi071.stdout: enable_index_compression: 1 2024-09-13T14:25:59.392 INFO:journalctl@ceph.mon.c.smithi071.stdout: block_align: 0 2024-09-13T14:25:59.392 INFO:journalctl@ceph.mon.c.smithi071.stdout: max_auto_readahead_size: 262144 2024-09-13T14:25:59.392 INFO:journalctl@ceph.mon.c.smithi071.stdout: prepopulate_block_cache: 0 2024-09-13T14:25:59.392 INFO:journalctl@ceph.mon.c.smithi071.stdout: initial_auto_readahead_size: 8192 2024-09-13T14:25:59.392 INFO:journalctl@ceph.mon.c.smithi071.stdout: num_file_reads_for_auto_readahead: 2 2024-09-13T14:25:59.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.write_buffer_size: 33554432 2024-09-13T14:25:59.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.max_write_buffer_number: 2 2024-09-13T14:25:59.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.compression: NoCompression 2024-09-13T14:25:59.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.bottommost_compression: Disabled 2024-09-13T14:25:59.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.prefix_extractor: nullptr 2024-09-13T14:25:59.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-13T14:25:59.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.num_levels: 7 2024-09-13T14:25:59.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-13T14:25:59.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-13T14:25:59.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-13T14:25:59.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-13T14:25:59.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-13T14:25:59.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-13T14:25:59.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-13T14:25:59.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-13T14:25:59.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-13T14:25:59.394 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-13T14:25:59.394 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-13T14:25:59.394 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-13T14:25:59.394 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-13T14:25:59.394 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.compression_opts.level: 32767 2024-09-13T14:25:59.394 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.compression_opts.strategy: 0 2024-09-13T14:25:59.394 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-13T14:25:59.394 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-13T14:25:59.394 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-13T14:25:59.394 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-13T14:25:59.394 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.compression_opts.enabled: false 2024-09-13T14:25:59.395 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-13T14:25:59.395 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-13T14:25:59.395 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-13T14:25:59.395 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-13T14:25:59.395 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.target_file_size_base: 67108864 2024-09-13T14:25:59.395 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-13T14:25:59.396 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-13T14:25:59.396 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-13T14:25:59.396 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-13T14:25:59.396 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-13T14:25:59.396 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-13T14:25:59.396 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-13T14:25:59.396 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-13T14:25:59.396 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-13T14:25:59.396 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-13T14:25:59.396 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-13T14:25:59.396 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-13T14:25:59.397 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-13T14:25:59.397 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-13T14:25:59.397 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.arena_block_size: 1048576 2024-09-13T14:25:59.397 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-13T14:25:59.397 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-13T14:25:59.397 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.disable_auto_compactions: 0 2024-09-13T14:25:59.397 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-13T14:25:59.397 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-13T14:25:59.397 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-13T14:25:59.397 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-13T14:25:59.397 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-13T14:25:59.397 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-13T14:25:59.397 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-13T14:25:59.398 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-13T14:25:59.398 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-13T14:25:59.398 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-13T14:25:59.398 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-13T14:25:59.398 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.inplace_update_support: 0 2024-09-13T14:25:59.399 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-13T14:25:59.399 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-13T14:25:59.399 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-13T14:25:59.399 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-13T14:25:59.399 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.bloom_locality: 0 2024-09-13T14:25:59.399 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.max_successive_merges: 0 2024-09-13T14:25:59.400 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-13T14:25:59.400 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.paranoid_file_checks: 0 2024-09-13T14:25:59.400 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.force_consistency_checks: 1 2024-09-13T14:25:59.400 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.report_bg_io_stats: 0 2024-09-13T14:25:59.400 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.ttl: 2592000 2024-09-13T14:25:59.400 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-13T14:25:59.400 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-13T14:25:59.400 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-13T14:25:59.400 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.enable_blob_files: false 2024-09-13T14:25:59.400 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.min_blob_size: 0 2024-09-13T14:25:59.400 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.blob_file_size: 268435456 2024-09-13T14:25:59.400 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-13T14:25:59.400 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-13T14:25:59.401 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-13T14:25:59.401 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-13T14:25:59.401 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-13T14:25:59.401 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.blob_file_starting_level: 0 2024-09-13T14:25:59.401 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-13T14:25:59.401 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-09-13T14:25:59.401 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: 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 13418, log_number is 25,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 25 2024-09-13T14:25:59.401 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 25 2024-09-13T14:25:59.401 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 65843dc2-8090-40d3-9504-db1369aa6dc3 2024-09-13T14:25:59.401 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726237559250113, "job": 1, "event": "recovery_started", "wal_files": [25]} 2024-09-13T14:25:59.402 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #25 mode 2 2024-09-13T14:25:59.402 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726237559285635, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 30, "file_size": 9235322, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 13423, "largest_seqno": 19370, "table_properties": {"data_size": 9209439, "index_size": 18627, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 6213, "raw_key_size": 58374, "raw_average_key_size": 23, "raw_value_size": 9156015, "raw_average_value_size": 3705, "num_data_blocks": 800, "num_entries": 2471, "num_filter_entries": 2471, "num_deletions": 364, "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": 1726237559, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "65843dc2-8090-40d3-9504-db1369aa6dc3", "db_session_id": "7CY2BF4T25VQIK4ZNDCP", "orig_file_number": 30, "seqno_to_time_mapping": "N/A"}} 2024-09-13T14:25:59.402 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726237559285776, "job": 1, "event": "recovery_finished"} 2024-09-13T14:25:59.402 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: [db/version_set.cc:5047] Creating manifest 32 2024-09-13T14:25:59.402 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-09-13T14:25:59.402 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: 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-09-13T14:25:59.402 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5621e47dce00 2024-09-13T14:25:59.402 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: DB pointer 0x5621e48dc000 2024-09-13T14:25:59.402 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-13T14:25:59.402 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-13T14:25:59.402 INFO:journalctl@ceph.mon.c.smithi071.stdout: ** DB Stats ** 2024-09-13T14:25:59.402 INFO:journalctl@ceph.mon.c.smithi071.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-13T14:25:59.403 INFO:journalctl@ceph.mon.c.smithi071.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-09-13T14:25:59.403 INFO:journalctl@ceph.mon.c.smithi071.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-13T14:25:59.403 INFO:journalctl@ceph.mon.c.smithi071.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-13T14:25:59.403 INFO:journalctl@ceph.mon.c.smithi071.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-09-13T14:25:59.403 INFO:journalctl@ceph.mon.c.smithi071.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-13T14:25:59.403 INFO:journalctl@ceph.mon.c.smithi071.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-13T14:25:59.403 INFO:journalctl@ceph.mon.c.smithi071.stdout: 2024-09-13T14:25:59.403 INFO:journalctl@ceph.mon.c.smithi071.stdout: ** Compaction Stats [default] ** 2024-09-13T14:25:59.403 INFO:journalctl@ceph.mon.c.smithi071.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-09-13T14:25:59.403 INFO:journalctl@ceph.mon.c.smithi071.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-13T14:25:59.404 INFO:journalctl@ceph.mon.c.smithi071.stdout: L0 1/0 8.81 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 569.5 0.02 0.00 1 0.015 0 0 0.0 0.0 2024-09-13T14:25:59.404 INFO:journalctl@ceph.mon.c.smithi071.stdout: L6 1/0 7.43 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-09-13T14:25:59.404 INFO:journalctl@ceph.mon.c.smithi071.stdout: Sum 2/0 16.24 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 569.5 0.02 0.00 1 0.015 0 0 0.0 0.0 2024-09-13T14:25:59.404 INFO:journalctl@ceph.mon.c.smithi071.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 569.5 0.02 0.00 1 0.015 0 0 0.0 0.0 2024-09-13T14:25:59.404 INFO:journalctl@ceph.mon.c.smithi071.stdout: 2024-09-13T14:25:59.404 INFO:journalctl@ceph.mon.c.smithi071.stdout: ** Compaction Stats [default] ** 2024-09-13T14:25:59.404 INFO:journalctl@ceph.mon.c.smithi071.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-09-13T14:25:59.404 INFO:journalctl@ceph.mon.c.smithi071.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-13T14:25:59.404 INFO:journalctl@ceph.mon.c.smithi071.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 569.5 0.02 0.00 1 0.015 0 0 0.0 0.0 2024-09-13T14:25:59.404 INFO:journalctl@ceph.mon.c.smithi071.stdout: 2024-09-13T14:25:59.404 INFO:journalctl@ceph.mon.c.smithi071.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-13T14:25:59.404 INFO:journalctl@ceph.mon.c.smithi071.stdout: 2024-09-13T14:25:59.405 INFO:journalctl@ceph.mon.c.smithi071.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-13T14:25:59.405 INFO:journalctl@ceph.mon.c.smithi071.stdout: Flush(GB): cumulative 0.009, interval 0.009 2024-09-13T14:25:59.405 INFO:journalctl@ceph.mon.c.smithi071.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-13T14:25:59.405 INFO:journalctl@ceph.mon.c.smithi071.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-13T14:25:59.405 INFO:journalctl@ceph.mon.c.smithi071.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-13T14:25:59.405 INFO:journalctl@ceph.mon.c.smithi071.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-13T14:25:59.405 INFO:journalctl@ceph.mon.c.smithi071.stdout: Cumulative compaction: 0.01 GB write, 227.64 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-13T14:25:59.405 INFO:journalctl@ceph.mon.c.smithi071.stdout: Interval compaction: 0.01 GB write, 227.64 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-13T14:25:59.406 INFO:journalctl@ceph.mon.c.smithi071.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-09-13T14:25:59.406 INFO:journalctl@ceph.mon.c.smithi071.stdout: Block cache BinnedLRUCache@0x5621e47ac850#7 capacity: 512.00 MB usage: 26.61 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2024-09-13T14:25:59.406 INFO:journalctl@ceph.mon.c.smithi071.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,6.53 KB,0.00124574%) IndexBlock(1,20.08 KB,0.0038296%) Misc(1,0.00 KB,0%) 2024-09-13T14:25:59.406 INFO:journalctl@ceph.mon.c.smithi071.stdout: 2024-09-13T14:25:59.406 INFO:journalctl@ceph.mon.c.smithi071.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-13T14:25:59.406 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: starting mon.c rank 2 at public addrs [v2:172.21.15.71:3301/0,v1:172.21.15.71:6790/0] at bind addrs [v2:172.21.15.71:3301/0,v1:172.21.15.71:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid 18f8172c-71da-11ef-bceb-c7b262605968 2024-09-13T14:25:59.406 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: mon.c@-1(???) e3 preinit fsid 18f8172c-71da-11ef-bceb-c7b262605968 2024-09-13T14:25:59.406 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: mon.c@-1(???).mds e9 new map 2024-09-13T14:25:59.406 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: mon.c@-1(???).mds e9 print_map 2024-09-13T14:25:59.407 INFO:journalctl@ceph.mon.c.smithi071.stdout: e9 2024-09-13T14:25:59.407 INFO:journalctl@ceph.mon.c.smithi071.stdout: btime 1970-01-01T00:00:00:000000+0000 2024-09-13T14:25:59.407 INFO:journalctl@ceph.mon.c.smithi071.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-13T14:25:59.407 INFO:journalctl@ceph.mon.c.smithi071.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-09-13T14:25:59.407 INFO:journalctl@ceph.mon.c.smithi071.stdout: legacy client fscid: 1 2024-09-13T14:25:59.407 INFO:journalctl@ceph.mon.c.smithi071.stdout: 2024-09-13T14:25:59.407 INFO:journalctl@ceph.mon.c.smithi071.stdout: Filesystem 'foo' (1) 2024-09-13T14:25:59.408 INFO:journalctl@ceph.mon.c.smithi071.stdout: fs_name foo 2024-09-13T14:25:59.408 INFO:journalctl@ceph.mon.c.smithi071.stdout: epoch 8 2024-09-13T14:25:59.408 INFO:journalctl@ceph.mon.c.smithi071.stdout: flags 12 joinable allow_snaps allow_multimds_snaps 2024-09-13T14:25:59.408 INFO:journalctl@ceph.mon.c.smithi071.stdout: created 2024-09-13T14:19:29.704235+0000 2024-09-13T14:25:59.408 INFO:journalctl@ceph.mon.c.smithi071.stdout: modified 2024-09-13T14:19:43.532384+0000 2024-09-13T14:25:59.408 INFO:journalctl@ceph.mon.c.smithi071.stdout: tableserver 0 2024-09-13T14:25:59.408 INFO:journalctl@ceph.mon.c.smithi071.stdout: root 0 2024-09-13T14:25:59.408 INFO:journalctl@ceph.mon.c.smithi071.stdout: session_timeout 60 2024-09-13T14:25:59.408 INFO:journalctl@ceph.mon.c.smithi071.stdout: session_autoclose 300 2024-09-13T14:25:59.408 INFO:journalctl@ceph.mon.c.smithi071.stdout: max_file_size 1099511627776 2024-09-13T14:25:59.408 INFO:journalctl@ceph.mon.c.smithi071.stdout: max_xattr_size 65536 2024-09-13T14:25:59.409 INFO:journalctl@ceph.mon.c.smithi071.stdout: required_client_features {} 2024-09-13T14:25:59.409 INFO:journalctl@ceph.mon.c.smithi071.stdout: last_failure 0 2024-09-13T14:25:59.409 INFO:journalctl@ceph.mon.c.smithi071.stdout: last_failure_osd_epoch 0 2024-09-13T14:25:59.409 INFO:journalctl@ceph.mon.c.smithi071.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-09-13T14:25:59.409 INFO:journalctl@ceph.mon.c.smithi071.stdout: max_mds 1 2024-09-13T14:25:59.409 INFO:journalctl@ceph.mon.c.smithi071.stdout: in 0 2024-09-13T14:25:59.409 INFO:journalctl@ceph.mon.c.smithi071.stdout: up {0=14637} 2024-09-13T14:25:59.409 INFO:journalctl@ceph.mon.c.smithi071.stdout: failed 2024-09-13T14:25:59.409 INFO:journalctl@ceph.mon.c.smithi071.stdout: damaged 2024-09-13T14:25:59.409 INFO:journalctl@ceph.mon.c.smithi071.stdout: stopped 2024-09-13T14:25:59.410 INFO:journalctl@ceph.mon.c.smithi071.stdout: data_pools [4] 2024-09-13T14:25:59.410 INFO:journalctl@ceph.mon.c.smithi071.stdout: metadata_pool 3 2024-09-13T14:25:59.410 INFO:journalctl@ceph.mon.c.smithi071.stdout: inline_data disabled 2024-09-13T14:25:59.410 INFO:journalctl@ceph.mon.c.smithi071.stdout: balancer 2024-09-13T14:25:59.410 INFO:journalctl@ceph.mon.c.smithi071.stdout: bal_rank_mask -1 2024-09-13T14:25:59.410 INFO:journalctl@ceph.mon.c.smithi071.stdout: standby_count_wanted 1 2024-09-13T14:25:59.410 INFO:journalctl@ceph.mon.c.smithi071.stdout: qdb_cluster leader: 0 members: 2024-09-13T14:25:59.410 INFO:journalctl@ceph.mon.c.smithi071.stdout: [mds.foo.smithi071.awdchm{0:14637} state up:active seq 3 join_fscid=1 addr [v2:172.21.15.71:6834/384936595,v1:172.21.15.71:6835/384936595] compat {c=[1],r=[1],i=[7ff]}] 2024-09-13T14:25:59.410 INFO:journalctl@ceph.mon.c.smithi071.stdout: 2024-09-13T14:25:59.410 INFO:journalctl@ceph.mon.c.smithi071.stdout: 2024-09-13T14:25:59.410 INFO:journalctl@ceph.mon.c.smithi071.stdout: Standby daemons: 2024-09-13T14:25:59.411 INFO:journalctl@ceph.mon.c.smithi071.stdout: 2024-09-13T14:25:59.411 INFO:journalctl@ceph.mon.c.smithi071.stdout: [mds.foo.smithi104.uecrqj{-1:24475} state up:standby seq 2 join_fscid=1 addr [v2:172.21.15.104:6832/3060797159,v1:172.21.15.104:6833/3060797159] compat {c=[1],r=[1],i=[7ff]}] 2024-09-13T14:25:59.411 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: mon.c@-1(???).osd e384 crush map has features 3314933000854323200, adjusting msgr requires 2024-09-13T14:25:59.411 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: mon.c@-1(???).osd e384 crush map has features 432629239337189376, adjusting msgr requires 2024-09-13T14:25:59.411 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: mon.c@-1(???).osd e384 crush map has features 432629239337189376, adjusting msgr requires 2024-09-13T14:25:59.411 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: mon.c@-1(???).osd e384 crush map has features 432629239337189376, adjusting msgr requires 2024-09-13T14:25:59.411 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 ceph-mon[112785]: mon.c@-1(???).paxosservice(auth 1..20) refresh upgraded, format 0 -> 3 2024-09-13T14:25:59.411 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 bash[112746]: 1f937fa689f0bc6e5d6a59f78421fe256cefaa80d835e5b1d92cf58d032e1b9e 2024-09-13T14:25:59.411 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:25:59 smithi071 systemd[1]: Started Ceph mon.c for 18f8172c-71da-11ef-bceb-c7b262605968. 2024-09-13T14:26:03.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:26:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:26:02] "GET /metrics HTTP/1.1" 200 33526 "" "Prometheus/2.51.0" 2024-09-13T14:26:04.518 INFO:tasks.rados.rados.0.smithi071.stdout:1254: finishing write tid 2 to smithi07185159-48 2024-09-13T14:26:04.518 INFO:tasks.rados.rados.0.smithi071.stdout:1254: finishing write tid 3 to smithi07185159-48 2024-09-13T14:26:04.518 INFO:tasks.rados.rados.0.smithi071.stdout:1254: finishing write tid 4 to smithi07185159-48 2024-09-13T14:26:04.518 INFO:tasks.rados.rados.0.smithi071.stdout:1254: oid 48 updating version 0 to 1273 2024-09-13T14:26:04.518 INFO:tasks.rados.rados.0.smithi071.stdout:1254: oid 48 updating version 1273 to 1275 2024-09-13T14:26:04.518 INFO:tasks.rados.rados.0.smithi071.stdout:1254: oid 48 version 1275 is already newer than 1274 2024-09-13T14:26:04.518 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 48 v 1275 (ObjNum 489 snap 160 seq_num 489) dirty exists 2024-09-13T14:26:04.518 INFO:tasks.rados.rados.0.smithi071.stdout:1254: left oid 48 (ObjNum 489 snap 160 seq_num 489) 2024-09-13T14:26:04.518 INFO:tasks.rados.rados.0.smithi071.stdout:1255: finishing write tid 1 to smithi07185159-18 2024-09-13T14:26:04.519 INFO:tasks.rados.rados.0.smithi071.stdout:1255: finishing write tid 2 to smithi07185159-18 2024-09-13T14:26:04.519 INFO:tasks.rados.rados.0.smithi071.stdout:1255: finishing write tid 3 to smithi07185159-18 2024-09-13T14:26:04.519 INFO:tasks.rados.rados.0.smithi071.stdout:1255: finishing write tid 4 to smithi07185159-18 2024-09-13T14:26:04.519 INFO:tasks.rados.rados.0.smithi071.stdout:1255: oid 18 updating version 0 to 1278 2024-09-13T14:26:04.519 INFO:tasks.rados.rados.0.smithi071.stdout:1255: oid 18 updating version 1278 to 1279 2024-09-13T14:26:04.519 INFO:tasks.rados.rados.0.smithi071.stdout:1255: oid 18 version 1279 is already newer than 1277 2024-09-13T14:26:04.519 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 18 v 1279 (ObjNum 490 snap 160 seq_num 490) dirty exists 2024-09-13T14:26:04.519 INFO:tasks.rados.rados.0.smithi071.stdout:1255: left oid 18 (ObjNum 490 snap 160 seq_num 490) 2024-09-13T14:26:04.519 INFO:tasks.rados.rados.0.smithi071.stdout:1254: done (2 left) 2024-09-13T14:26:04.519 INFO:tasks.rados.rados.0.smithi071.stdout:1255: done (1 left) 2024-09-13T14:26:04.519 INFO:tasks.rados.rados.0.smithi071.stdout:1256: done (0 left) 2024-09-13T14:26:04.519 INFO:tasks.rados.rados.0.smithi071.stdout:1257: write oid 4 current snap is 160 2024-09-13T14:26:04.519 INFO:tasks.rados.rados.0.smithi071.stdout:1257: seq_num 491 ranges {652237=793851,2198894=53343} 2024-09-13T14:26:04.526 INFO:tasks.rados.rados.0.smithi071.stdout:1257: writing smithi07185159-4 from 652237 to 1446088 tid 1 2024-09-13T14:26:04.531 INFO:tasks.rados.rados.0.smithi071.stdout:1257: writing smithi07185159-4 from 2198894 to 2252237 tid 2 2024-09-13T14:26:04.532 INFO:tasks.rados.rados.0.smithi071.stdout:1258: snap_create 2024-09-13T14:26:04.535 INFO:tasks.rados.rados.0.smithi071.stdout:1257: finishing write tid 1 to smithi07185159-4 2024-09-13T14:26:04.537 INFO:tasks.rados.rados.0.smithi071.stdout:1257: finishing write tid 2 to smithi07185159-4 2024-09-13T14:26:04.537 INFO:tasks.rados.rados.0.smithi071.stdout:1257: finishing write tid 3 to smithi07185159-4 2024-09-13T14:26:04.537 INFO:tasks.rados.rados.0.smithi071.stdout:1257: finishing write tid 4 to smithi07185159-4 2024-09-13T14:26:04.537 INFO:tasks.rados.rados.0.smithi071.stdout:1257: oid 4 updating version 0 to 617 2024-09-13T14:26:04.537 INFO:tasks.rados.rados.0.smithi071.stdout:1257: oid 4 version 617 is already newer than 616 2024-09-13T14:26:04.537 INFO:tasks.rados.rados.0.smithi071.stdout:1257: oid 4 updating version 617 to 618 2024-09-13T14:26:04.537 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 4 v 618 (ObjNum 491 snap 160 seq_num 491) dirty exists 2024-09-13T14:26:04.537 INFO:tasks.rados.rados.0.smithi071.stdout:1257: left oid 4 (ObjNum 491 snap 160 seq_num 491) 2024-09-13T14:26:04.903 INFO:teuthology.orchestra.run.smithi071.stdout:true 2024-09-13T14:26:05.477 INFO:teuthology.orchestra.run.smithi071.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-13T14:26:05.477 INFO:teuthology.orchestra.run.smithi071.stdout:alertmanager.a smithi071 *:9093,9094 running (96s) 16s ago 7m 17.7M - 0.27.0 11f11916f8cd b9824fbee517 2024-09-13T14:26:05.477 INFO:teuthology.orchestra.run.smithi071.stdout:grafana.a smithi104 *:3000 running (74s) 16s ago 7m 74.0M - c8b91775d855 2b565abc8cf3 2024-09-13T14:26:05.477 INFO:teuthology.orchestra.run.smithi071.stdout:mds.foo.smithi071.awdchm smithi071 running (6m) 16s ago 6m 21.4M - 18.2.4-843-g2c01458a c129f5a2fd4e 3a46cf5b0e24 2024-09-13T14:26:05.477 INFO:teuthology.orchestra.run.smithi071.stdout:mds.foo.smithi104.uecrqj smithi104 running (6m) 16s ago 6m 15.1M - 18.2.4-843-g2c01458a c129f5a2fd4e 3d72a892eecb 2024-09-13T14:26:05.477 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.x smithi104 *:8443,9283,8765 running (2m) 16s ago 11m 451M - 19.3.0-4697-gd58f7306 fec07016a2b0 d080c1ba10a3 2024-09-13T14:26:05.477 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.y smithi071 *:8443,9283,8765 running (3m) 16s ago 13m 487M - 19.3.0-4697-gd58f7306 fec07016a2b0 f93807043c77 2024-09-13T14:26:05.478 INFO:teuthology.orchestra.run.smithi071.stdout:mon.a smithi071 running (28s) 16s ago 13m 33.4M 2048M 19.3.0-4697-gd58f7306 fec07016a2b0 f694be77a870 2024-09-13T14:26:05.478 INFO:teuthology.orchestra.run.smithi071.stdout:mon.b smithi104 running (12m) 16s ago 12m 63.3M 2048M 18.2.4-843-g2c01458a c129f5a2fd4e ecd51e95c619 2024-09-13T14:26:05.478 INFO:teuthology.orchestra.run.smithi071.stdout:mon.c smithi071 starting - - - 2048M 2024-09-13T14:26:05.478 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.a smithi071 *:9100 running (2m) 16s ago 7m 9671k - 1.7.0 72c9c2088986 9dca7c61ba7c 2024-09-13T14:26:05.478 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.b smithi104 *:9100 running (2m) 16s ago 7m 12.3M - 1.7.0 72c9c2088986 378ebb14ddbd 2024-09-13T14:26:05.478 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0 smithi071 running (11m) 16s ago 11m 89.3M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 4620af289781 2024-09-13T14:26:05.478 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1 smithi071 running (10m) 16s ago 10m 72.1M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 6219ea84d5da 2024-09-13T14:26:05.478 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2 smithi071 running (10m) 16s ago 10m 103M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e dbb670583d0d 2024-09-13T14:26:05.478 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3 smithi071 running (10m) 16s ago 10m 69.4M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 3859c11423d8 2024-09-13T14:26:05.478 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4 smithi104 running (9m) 16s ago 9m 92.7M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 7641d6ca037c 2024-09-13T14:26:05.478 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5 smithi104 running (9m) 16s ago 9m 98.7M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e d171c1dc9aca 2024-09-13T14:26:05.478 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6 smithi104 running (8m) 16s ago 8m 82.0M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 7cd98596a2db 2024-09-13T14:26:05.479 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7 smithi104 running (8m) 16s ago 8m 87.6M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e c0657150d5d6 2024-09-13T14:26:05.479 INFO:teuthology.orchestra.run.smithi071.stdout:prometheus.a smithi104 *:9095 running (116s) 16s ago 8m 39.5M - 2.51.0 1d3b7f56885b 31487e669ce2 2024-09-13T14:26:05.552 INFO:tasks.rados.rados.0.smithi071.stdout:1257: done (1 left) 2024-09-13T14:26:05.552 INFO:tasks.rados.rados.0.smithi071.stdout:1258: done (0 left) 2024-09-13T14:26:05.552 INFO:tasks.rados.rados.0.smithi071.stdout:1259: snap_remove snap 156 2024-09-13T14:26:05.867 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:05 smithi071 ceph-mon[107477]: mon.c calling monitor election 2024-09-13T14:26:05.867 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:05 smithi071 ceph-mon[107477]: mon.b calling monitor election 2024-09-13T14:26:05.867 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:05 smithi071 ceph-mon[107477]: mon.a calling monitor election 2024-09-13T14:26:05.867 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:05 smithi071 ceph-mon[107477]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-09-13T14:26:05.868 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:05 smithi071 ceph-mon[107477]: monmap epoch 3 2024-09-13T14:26:05.868 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:05 smithi071 ceph-mon[107477]: fsid 18f8172c-71da-11ef-bceb-c7b262605968 2024-09-13T14:26:05.868 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:05 smithi071 ceph-mon[107477]: last_changed 2024-09-13T14:14:13.432999+0000 2024-09-13T14:26:05.868 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:05 smithi071 ceph-mon[107477]: created 2024-09-13T14:12:31.447953+0000 2024-09-13T14:26:05.868 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:05 smithi071 ceph-mon[107477]: min_mon_release 18 (reef) 2024-09-13T14:26:05.868 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:05 smithi071 ceph-mon[107477]: election_strategy: 1 2024-09-13T14:26:05.868 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:05 smithi071 ceph-mon[107477]: 0: [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon.a 2024-09-13T14:26:05.868 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:05 smithi071 ceph-mon[107477]: 1: [v2:172.21.15.104:3300/0,v1:172.21.15.104:6789/0] mon.b 2024-09-13T14:26:05.868 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:05 smithi071 ceph-mon[107477]: 2: [v2:172.21.15.71:3301/0,v1:172.21.15.71:6790/0] mon.c 2024-09-13T14:26:05.868 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:05 smithi071 ceph-mon[107477]: fsmap foo:1 {0=foo.smithi071.awdchm=up:active} 1 up:standby 2024-09-13T14:26:05.868 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:05 smithi071 ceph-mon[107477]: osdmap e385: 8 total, 8 up, 8 in 2024-09-13T14:26:05.868 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:05 smithi071 ceph-mon[107477]: mgrmap e38: y(active, since 21s), standbys: x 2024-09-13T14:26:05.868 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:05 smithi071 ceph-mon[107477]: overall HEALTH_OK 2024-09-13T14:26:05.869 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:26:05.869 INFO:teuthology.orchestra.run.smithi071.stdout: "mon": { 2024-09-13T14:26:05.869 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)": 1, 2024-09-13T14:26:05.869 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 19.3.0-4697-gd58f7306 (d58f73069a8157a9ace12a0247ee3e8497707ea9) squid (dev)": 2 2024-09-13T14:26:05.869 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:26:05.869 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr": { 2024-09-13T14:26:05.869 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 19.3.0-4697-gd58f7306 (d58f73069a8157a9ace12a0247ee3e8497707ea9) squid (dev)": 2 2024-09-13T14:26:05.869 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:26:05.869 INFO:teuthology.orchestra.run.smithi071.stdout: "osd": { 2024-09-13T14:26:05.870 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)": 8 2024-09-13T14:26:05.870 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:26:05.870 INFO:teuthology.orchestra.run.smithi071.stdout: "mds": { 2024-09-13T14:26:05.870 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)": 2 2024-09-13T14:26:05.870 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:26:05.870 INFO:teuthology.orchestra.run.smithi071.stdout: "overall": { 2024-09-13T14:26:05.870 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)": 11, 2024-09-13T14:26:05.870 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 19.3.0-4697-gd58f7306 (d58f73069a8157a9ace12a0247ee3e8497707ea9) squid (dev)": 4 2024-09-13T14:26:05.870 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:26:05.870 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:26:05.870 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:05 smithi071 ceph-mon[112785]: mon.c calling monitor election 2024-09-13T14:26:05.871 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:05 smithi071 ceph-mon[112785]: mon.b calling monitor election 2024-09-13T14:26:05.871 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:05 smithi071 ceph-mon[112785]: mon.a calling monitor election 2024-09-13T14:26:05.871 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:05 smithi071 ceph-mon[112785]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-09-13T14:26:05.871 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:05 smithi071 ceph-mon[112785]: monmap epoch 3 2024-09-13T14:26:05.871 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:05 smithi071 ceph-mon[112785]: fsid 18f8172c-71da-11ef-bceb-c7b262605968 2024-09-13T14:26:05.871 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:05 smithi071 ceph-mon[112785]: last_changed 2024-09-13T14:14:13.432999+0000 2024-09-13T14:26:05.871 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:05 smithi071 ceph-mon[112785]: created 2024-09-13T14:12:31.447953+0000 2024-09-13T14:26:05.871 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:05 smithi071 ceph-mon[112785]: min_mon_release 18 (reef) 2024-09-13T14:26:05.871 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:05 smithi071 ceph-mon[112785]: election_strategy: 1 2024-09-13T14:26:05.871 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:05 smithi071 ceph-mon[112785]: 0: [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon.a 2024-09-13T14:26:05.871 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:05 smithi071 ceph-mon[112785]: 1: [v2:172.21.15.104:3300/0,v1:172.21.15.104:6789/0] mon.b 2024-09-13T14:26:05.871 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:05 smithi071 ceph-mon[112785]: 2: [v2:172.21.15.71:3301/0,v1:172.21.15.71:6790/0] mon.c 2024-09-13T14:26:05.871 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:05 smithi071 ceph-mon[112785]: fsmap foo:1 {0=foo.smithi071.awdchm=up:active} 1 up:standby 2024-09-13T14:26:05.871 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:05 smithi071 ceph-mon[112785]: osdmap e385: 8 total, 8 up, 8 in 2024-09-13T14:26:05.872 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:05 smithi071 ceph-mon[112785]: mgrmap e38: y(active, since 21s), standbys: x 2024-09-13T14:26:05.872 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:05 smithi071 ceph-mon[112785]: overall HEALTH_OK 2024-09-13T14:26:05.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:05 smithi104 ceph-mon[33426]: mon.c calling monitor election 2024-09-13T14:26:05.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:05 smithi104 ceph-mon[33426]: mon.b calling monitor election 2024-09-13T14:26:05.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:05 smithi104 ceph-mon[33426]: mon.a calling monitor election 2024-09-13T14:26:05.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:05 smithi104 ceph-mon[33426]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-09-13T14:26:05.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:05 smithi104 ceph-mon[33426]: monmap epoch 3 2024-09-13T14:26:05.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:05 smithi104 ceph-mon[33426]: fsid 18f8172c-71da-11ef-bceb-c7b262605968 2024-09-13T14:26:05.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:05 smithi104 ceph-mon[33426]: last_changed 2024-09-13T14:14:13.432999+0000 2024-09-13T14:26:05.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:05 smithi104 ceph-mon[33426]: created 2024-09-13T14:12:31.447953+0000 2024-09-13T14:26:05.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:05 smithi104 ceph-mon[33426]: min_mon_release 18 (reef) 2024-09-13T14:26:05.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:05 smithi104 ceph-mon[33426]: election_strategy: 1 2024-09-13T14:26:05.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:05 smithi104 ceph-mon[33426]: 0: [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon.a 2024-09-13T14:26:05.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:05 smithi104 ceph-mon[33426]: 1: [v2:172.21.15.104:3300/0,v1:172.21.15.104:6789/0] mon.b 2024-09-13T14:26:05.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:05 smithi104 ceph-mon[33426]: 2: [v2:172.21.15.71:3301/0,v1:172.21.15.71:6790/0] mon.c 2024-09-13T14:26:05.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:05 smithi104 ceph-mon[33426]: fsmap foo:1 {0=foo.smithi071.awdchm=up:active} 1 up:standby 2024-09-13T14:26:05.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:05 smithi104 ceph-mon[33426]: osdmap e385: 8 total, 8 up, 8 in 2024-09-13T14:26:05.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:05 smithi104 ceph-mon[33426]: mgrmap e38: y(active, since 21s), standbys: x 2024-09-13T14:26:05.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:05 smithi104 ceph-mon[33426]: overall HEALTH_OK 2024-09-13T14:26:06.156 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:26:06.157 INFO:teuthology.orchestra.run.smithi071.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f", 2024-09-13T14:26:06.157 INFO:teuthology.orchestra.run.smithi071.stdout: "in_progress": true, 2024-09-13T14:26:06.157 INFO:teuthology.orchestra.run.smithi071.stdout: "which": "Upgrading daemons of type(s) mon. Upgrade limited to 1 daemons (0 remaining).", 2024-09-13T14:26:06.157 INFO:teuthology.orchestra.run.smithi071.stdout: "services_complete": [], 2024-09-13T14:26:06.157 INFO:teuthology.orchestra.run.smithi071.stdout: "progress": "1/3 daemons upgraded", 2024-09-13T14:26:06.157 INFO:teuthology.orchestra.run.smithi071.stdout: "message": "Currently upgrading mon daemons", 2024-09-13T14:26:06.157 INFO:teuthology.orchestra.run.smithi071.stdout: "is_paused": false 2024-09-13T14:26:06.157 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:26:06.573 INFO:tasks.rados.rados.0.smithi071.stdout:1259: done (0 left) 2024-09-13T14:26:06.573 INFO:tasks.rados.rados.0.smithi071.stdout:1260: read oid 18 snap -1 2024-09-13T14:26:06.573 INFO:tasks.rados.rados.0.smithi071.stdout:1260: expect (ObjNum 490 snap 160 seq_num 490) 2024-09-13T14:26:06.573 INFO:tasks.rados.rados.0.smithi071.stdout:1261: snap_remove snap 138 2024-09-13T14:26:06.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:06 smithi071 ceph-mon[107477]: from='client.34158 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:26:06.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:06 smithi071 ceph-mon[107477]: osdmap e386: 8 total, 8 up, 8 in 2024-09-13T14:26:06.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:06 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1384102659' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:26:06.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:06 smithi071 ceph-mon[107477]: from='client.34170 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:26:06.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:06 smithi071 ceph-mon[107477]: pgmap v29: 89 pgs: 89 active+clean; 206 MiB data, 718 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 686 KiB/s wr, 4 op/s 2024-09-13T14:26:06.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:06 smithi071 ceph-mon[112785]: from='client.34158 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:26:06.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:06 smithi071 ceph-mon[112785]: osdmap e386: 8 total, 8 up, 8 in 2024-09-13T14:26:06.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:06 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1384102659' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:26:06.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:06 smithi071 ceph-mon[112785]: from='client.34170 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:26:06.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:06 smithi071 ceph-mon[112785]: pgmap v29: 89 pgs: 89 active+clean; 206 MiB data, 718 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 686 KiB/s wr, 4 op/s 2024-09-13T14:26:06.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:06 smithi104 ceph-mon[33426]: from='client.34158 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:26:06.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:06 smithi104 ceph-mon[33426]: osdmap e386: 8 total, 8 up, 8 in 2024-09-13T14:26:06.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:06 smithi104 ceph-mon[33426]: from='client.? 172.21.15.71:0/1384102659' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:26:06.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:06 smithi104 ceph-mon[33426]: from='client.34170 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:26:06.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:06 smithi104 ceph-mon[33426]: pgmap v29: 89 pgs: 89 active+clean; 206 MiB data, 718 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 686 KiB/s wr, 4 op/s 2024-09-13T14:26:07.577 INFO:tasks.rados.rados.0.smithi071.stdout:1261: done (1 left) 2024-09-13T14:26:07.577 INFO:tasks.rados.rados.0.smithi071.stdout:1262: rollback oid 32 current snap is 161 2024-09-13T14:26:07.577 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 32 to 159 2024-09-13T14:26:07.577 INFO:tasks.rados.rados.0.smithi071.stdout:1263: write oid 23 current snap is 161 2024-09-13T14:26:07.577 INFO:tasks.rados.rados.0.smithi071.stdout:1263: seq_num 492 ranges {669044=469100,1741023=459161} 2024-09-13T14:26:07.584 INFO:tasks.rados.rados.0.smithi071.stdout:1263: writing smithi07185159-23 from 669044 to 1138144 tid 1 2024-09-13T14:26:07.591 INFO:tasks.rados.rados.0.smithi071.stdout:1263: writing smithi07185159-23 from 1741023 to 2200184 tid 2 2024-09-13T14:26:07.591 INFO:tasks.rados.rados.0.smithi071.stdout:1264: write oid 17 current snap is 161 2024-09-13T14:26:07.591 INFO:tasks.rados.rados.0.smithi071.stdout:1264: seq_num 493 ranges {685851=544349,1799505=486346} 2024-09-13T14:26:07.598 INFO:tasks.rados.rados.0.smithi071.stdout:1264: writing smithi07185159-17 from 685851 to 1230200 tid 1 2024-09-13T14:26:07.604 INFO:tasks.rados.rados.0.smithi071.stdout:1264: writing smithi07185159-17 from 1799505 to 2285851 tid 2 2024-09-13T14:26:07.604 INFO:tasks.rados.rados.0.smithi071.stdout:1265: delete oid 5 current snap is 161 2024-09-13T14:26:07.604 INFO:tasks.rados.rados.0.smithi071.stdout:1260: expect (ObjNum 490 snap 160 seq_num 490) 2024-09-13T14:26:07.742 INFO:tasks.rados.rados.0.smithi071.stdout:1262: finishing rollback tid 1 to smithi07185159-32 2024-09-13T14:26:07.742 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 32 v 123 (ObjNum 129 snap 0 seq_num 1960904144) dirty dne 2024-09-13T14:26:07.742 INFO:tasks.rados.rados.0.smithi071.stdout:1263: finishing write tid 1 to smithi07185159-23 2024-09-13T14:26:07.743 INFO:tasks.rados.rados.0.smithi071.stdout:1260: done (4 left) 2024-09-13T14:26:07.743 INFO:tasks.rados.rados.0.smithi071.stdout:1262: done (3 left) 2024-09-13T14:26:07.743 INFO:tasks.rados.rados.0.smithi071.stdout:1265: done (2 left) 2024-09-13T14:26:07.743 INFO:tasks.rados.rados.0.smithi071.stdout:1266: rollback oid 19 current snap is 161 2024-09-13T14:26:07.743 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 19 to 137 2024-09-13T14:26:07.743 INFO:tasks.rados.rados.0.smithi071.stdout:1263: finishing write tid 2 to smithi07185159-23 2024-09-13T14:26:07.743 INFO:tasks.rados.rados.0.smithi071.stdout:1263: finishing write tid 3 to smithi07185159-23 2024-09-13T14:26:07.743 INFO:tasks.rados.rados.0.smithi071.stdout:1263: finishing write tid 4 to smithi07185159-23 2024-09-13T14:26:07.743 INFO:tasks.rados.rados.0.smithi071.stdout:1263: oid 23 updating version 0 to 639 2024-09-13T14:26:07.743 INFO:tasks.rados.rados.0.smithi071.stdout:1263: oid 23 updating version 639 to 643 2024-09-13T14:26:07.743 INFO:tasks.rados.rados.0.smithi071.stdout:1263: oid 23 version 643 is already newer than 642 2024-09-13T14:26:07.743 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 23 v 643 (ObjNum 492 snap 161 seq_num 492) dirty exists 2024-09-13T14:26:07.743 INFO:tasks.rados.rados.0.smithi071.stdout:1263: left oid 23 (ObjNum 492 snap 161 seq_num 492) 2024-09-13T14:26:07.743 INFO:tasks.rados.rados.0.smithi071.stdout:1264: finishing write tid 1 to smithi07185159-17 2024-09-13T14:26:07.744 INFO:tasks.rados.rados.0.smithi071.stdout:1264: finishing write tid 2 to smithi07185159-17 2024-09-13T14:26:07.744 INFO:tasks.rados.rados.0.smithi071.stdout:1264: finishing write tid 3 to smithi07185159-17 2024-09-13T14:26:07.744 INFO:tasks.rados.rados.0.smithi071.stdout:1264: finishing write tid 4 to smithi07185159-17 2024-09-13T14:26:07.744 INFO:tasks.rados.rados.0.smithi071.stdout:1264: oid 17 updating version 0 to 437 2024-09-13T14:26:07.744 INFO:tasks.rados.rados.0.smithi071.stdout:1264: oid 17 updating version 437 to 439 2024-09-13T14:26:07.744 INFO:tasks.rados.rados.0.smithi071.stdout:1264: oid 17 version 439 is already newer than 438 2024-09-13T14:26:07.744 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 17 v 439 (ObjNum 493 snap 161 seq_num 493) dirty exists 2024-09-13T14:26:07.744 INFO:tasks.rados.rados.0.smithi071.stdout:1264: left oid 17 (ObjNum 493 snap 161 seq_num 493) 2024-09-13T14:26:07.744 INFO:tasks.rados.rados.0.smithi071.stdout:1263: done (2 left) 2024-09-13T14:26:07.744 INFO:tasks.rados.rados.0.smithi071.stdout:1264: done (1 left) 2024-09-13T14:26:07.744 INFO:tasks.rados.rados.0.smithi071.stdout:1267: read oid 15 snap -1 2024-09-13T14:26:07.744 INFO:tasks.rados.rados.0.smithi071.stdout:1267: expect (ObjNum 474 snap 157 seq_num 474) 2024-09-13T14:26:07.744 INFO:tasks.rados.rados.0.smithi071.stdout:1268: delete oid 41 current snap is 161 2024-09-13T14:26:07.745 INFO:tasks.rados.rados.0.smithi071.stdout:1268: done (2 left) 2024-09-13T14:26:07.745 INFO:tasks.rados.rados.0.smithi071.stdout:1269: write oid 23 current snap is 161 2024-09-13T14:26:07.745 INFO:tasks.rados.rados.0.smithi071.stdout:1269: seq_num 496 ranges {736272=486449,1974951=361321} 2024-09-13T14:26:07.750 INFO:tasks.rados.rados.0.smithi071.stdout:1269: writing smithi07185159-23 from 736272 to 1222721 tid 1 2024-09-13T14:26:07.757 INFO:tasks.rados.rados.0.smithi071.stdout:1269: writing smithi07185159-23 from 1974951 to 2336272 tid 2 2024-09-13T14:26:07.757 INFO:tasks.rados.rados.0.smithi071.stdout:1270: snap_create 2024-09-13T14:26:07.757 INFO:tasks.rados.rados.0.smithi071.stdout:1266: finishing rollback tid 0 to smithi07185159-19 2024-09-13T14:26:07.757 INFO:tasks.rados.rados.0.smithi071.stdout:1266: finishing rollback tid 1 to smithi07185159-19 2024-09-13T14:26:07.757 INFO:tasks.rados.rados.0.smithi071.stdout:1266: finishing rollback tid 2 to smithi07185159-19 2024-09-13T14:26:07.757 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 19 v 443 (ObjNum 389 snap 121 seq_num 389) dirty exists 2024-09-13T14:26:07.757 INFO:tasks.rados.rados.0.smithi071.stdout:1269: finishing write tid 1 to smithi07185159-23 2024-09-13T14:26:07.757 INFO:tasks.rados.rados.0.smithi071.stdout:1267: expect (ObjNum 474 snap 157 seq_num 474) 2024-09-13T14:26:07.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:07 smithi071 ceph-mon[107477]: osdmap e387: 8 total, 8 up, 8 in 2024-09-13T14:26:07.890 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:07 smithi071 ceph-mon[112785]: osdmap e387: 8 total, 8 up, 8 in 2024-09-13T14:26:07.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:07 smithi104 ceph-mon[33426]: osdmap e387: 8 total, 8 up, 8 in 2024-09-13T14:26:07.969 INFO:tasks.rados.rados.0.smithi071.stdout:1269: finishing write tid 2 to smithi07185159-23 2024-09-13T14:26:07.969 INFO:tasks.rados.rados.0.smithi071.stdout:1269: finishing write tid 3 to smithi07185159-23 2024-09-13T14:26:07.969 INFO:tasks.rados.rados.0.smithi071.stdout:1269: finishing write tid 4 to smithi07185159-23 2024-09-13T14:26:07.969 INFO:tasks.rados.rados.0.smithi071.stdout:1269: oid 23 updating version 0 to 645 2024-09-13T14:26:07.969 INFO:tasks.rados.rados.0.smithi071.stdout:1269: oid 23 version 645 is already newer than 644 2024-09-13T14:26:07.969 INFO:tasks.rados.rados.0.smithi071.stdout:1269: oid 23 updating version 645 to 646 2024-09-13T14:26:07.969 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 23 v 646 (ObjNum 496 snap 161 seq_num 496) dirty exists 2024-09-13T14:26:07.969 INFO:tasks.rados.rados.0.smithi071.stdout:1269: left oid 23 (ObjNum 496 snap 161 seq_num 496) 2024-09-13T14:26:07.969 INFO:tasks.rados.rados.0.smithi071.stdout:1266: done (3 left) 2024-09-13T14:26:07.969 INFO:tasks.rados.rados.0.smithi071.stdout:1267: done (2 left) 2024-09-13T14:26:07.970 INFO:tasks.rados.rados.0.smithi071.stdout:1269: done (1 left) 2024-09-13T14:26:07.970 INFO:tasks.rados.rados.0.smithi071.stdout:1270: done (0 left) 2024-09-13T14:26:07.970 INFO:tasks.rados.rados.0.smithi071.stdout:1271: write oid 44 current snap is 162 2024-09-13T14:26:07.970 INFO:tasks.rados.rados.0.smithi071.stdout:1271: seq_num 497 ranges {753079=561698,2033433=319646} 2024-09-13T14:26:07.975 INFO:tasks.rados.rados.0.smithi071.stdout:1271: writing smithi07185159-44 from 753079 to 1314777 tid 1 2024-09-13T14:26:07.981 INFO:tasks.rados.rados.0.smithi071.stdout:1271: writing smithi07185159-44 from 2033433 to 2353079 tid 2 2024-09-13T14:26:07.981 INFO:tasks.rados.rados.0.smithi071.stdout:1272: read oid 49 snap 153 2024-09-13T14:26:07.982 INFO:tasks.rados.rados.0.smithi071.stdout:1272: expect (ObjNum 448 snap 148 seq_num 448) 2024-09-13T14:26:07.982 INFO:tasks.rados.rados.0.smithi071.stdout:1273: rollback oid 32 current snap is 162 2024-09-13T14:26:07.982 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 32 to 161 2024-09-13T14:26:07.982 INFO:tasks.rados.rados.0.smithi071.stdout:1271: finishing write tid 1 to smithi07185159-44 2024-09-13T14:26:07.982 INFO:tasks.rados.rados.0.smithi071.stdout:1274: read oid 5 snap -1 2024-09-13T14:26:07.982 INFO:tasks.rados.rados.0.smithi071.stdout:1274: expect deleted 2024-09-13T14:26:07.982 INFO:tasks.rados.rados.0.smithi071.stdout:1275: snap_remove snap 155 2024-09-13T14:26:08.774 INFO:tasks.rados.rados.0.smithi071.stdout:1275: done (4 left) 2024-09-13T14:26:08.775 INFO:tasks.rados.rados.0.smithi071.stdout:1276: delete oid 37 current snap is 162 2024-09-13T14:26:08.775 INFO:tasks.rados.rados.0.smithi071.stdout:1273: finishing rollback tid 1 to smithi07185159-32 2024-09-13T14:26:08.775 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 32 v 123 (ObjNum 0 snap 0 seq_num 304) dirty dne 2024-09-13T14:26:08.775 INFO:tasks.rados.rados.0.smithi071.stdout:1271: finishing write tid 2 to smithi07185159-44 2024-09-13T14:26:08.775 INFO:tasks.rados.rados.0.smithi071.stdout:1271: finishing write tid 3 to smithi07185159-44 2024-09-13T14:26:08.775 INFO:tasks.rados.rados.0.smithi071.stdout:1271: finishing write tid 4 to smithi07185159-44 2024-09-13T14:26:08.775 INFO:tasks.rados.rados.0.smithi071.stdout:1271: oid 44 updating version 0 to 636 2024-09-13T14:26:08.775 INFO:tasks.rados.rados.0.smithi071.stdout:1271: oid 44 version 636 is already newer than 635 2024-09-13T14:26:08.776 INFO:tasks.rados.rados.0.smithi071.stdout:1271: oid 44 version 636 is already newer than 634 2024-09-13T14:26:08.776 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 44 v 636 (ObjNum 497 snap 162 seq_num 497) dirty exists 2024-09-13T14:26:08.776 INFO:tasks.rados.rados.0.smithi071.stdout:1271: left oid 44 (ObjNum 497 snap 162 seq_num 497) 2024-09-13T14:26:08.776 INFO:tasks.rados.rados.0.smithi071.stdout:1272: expect (ObjNum 448 snap 148 seq_num 448) 2024-09-13T14:26:08.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:08 smithi071 ceph-mon[107477]: osdmap e388: 8 total, 8 up, 8 in 2024-09-13T14:26:08.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:08 smithi071 ceph-mon[107477]: osdmap e389: 8 total, 8 up, 8 in 2024-09-13T14:26:08.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:08 smithi071 ceph-mon[107477]: pgmap v33: 89 pgs: 89 active+clean; 206 MiB data, 718 MiB used, 715 GiB / 715 GiB avail; 276 B/s rd, 223 KiB/s wr, 1 op/s 2024-09-13T14:26:08.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:08 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:26:08.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:08 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:26:08.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:08 smithi071 ceph-mon[112785]: osdmap e388: 8 total, 8 up, 8 in 2024-09-13T14:26:08.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:08 smithi071 ceph-mon[112785]: osdmap e389: 8 total, 8 up, 8 in 2024-09-13T14:26:08.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:08 smithi071 ceph-mon[112785]: pgmap v33: 89 pgs: 89 active+clean; 206 MiB data, 718 MiB used, 715 GiB / 715 GiB avail; 276 B/s rd, 223 KiB/s wr, 1 op/s 2024-09-13T14:26:08.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:08 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:26:08.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:08 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:26:08.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:08 smithi104 ceph-mon[33426]: osdmap e388: 8 total, 8 up, 8 in 2024-09-13T14:26:08.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:08 smithi104 ceph-mon[33426]: osdmap e389: 8 total, 8 up, 8 in 2024-09-13T14:26:08.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:08 smithi104 ceph-mon[33426]: pgmap v33: 89 pgs: 89 active+clean; 206 MiB data, 718 MiB used, 715 GiB / 715 GiB avail; 276 B/s rd, 223 KiB/s wr, 1 op/s 2024-09-13T14:26:08.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:08 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:26:08.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:08 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:26:09.072 INFO:tasks.rados.rados.0.smithi071.stdout:1271: done (4 left) 2024-09-13T14:26:09.072 INFO:tasks.rados.rados.0.smithi071.stdout:1272: done (3 left) 2024-09-13T14:26:09.072 INFO:tasks.rados.rados.0.smithi071.stdout:1273: done (2 left) 2024-09-13T14:26:09.073 INFO:tasks.rados.rados.0.smithi071.stdout:1274: done (1 left) 2024-09-13T14:26:09.073 INFO:tasks.rados.rados.0.smithi071.stdout:1276: done (0 left) 2024-09-13T14:26:09.073 INFO:tasks.rados.rados.0.smithi071.stdout:1277: snap_remove snap 153 2024-09-13T14:26:09.637 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:26:09 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: 2024-09-13T14:26:09.296+0000 7f099fea3640 -1 mgr.server handle_report got status from non-daemon mon.c 2024-09-13T14:26:09.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:09 smithi071 ceph-mon[107477]: osdmap e390: 8 total, 8 up, 8 in 2024-09-13T14:26:09.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:26:09.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:26:09.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:09 smithi071 ceph-mon[112785]: osdmap e390: 8 total, 8 up, 8 in 2024-09-13T14:26:09.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:26:09.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:26:10.000 INFO:tasks.rados.rados.0.smithi071.stdout:1277: done (0 left) 2024-09-13T14:26:10.001 INFO:tasks.rados.rados.0.smithi071.stdout:1278: snap_create 2024-09-13T14:26:10.084 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:09 smithi104 ceph-mon[33426]: osdmap e390: 8 total, 8 up, 8 in 2024-09-13T14:26:10.085 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:09 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:26:10.085 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:09 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:26:11.011 INFO:tasks.rados.rados.0.smithi071.stdout:1278: done (0 left) 2024-09-13T14:26:11.011 INFO:tasks.rados.rados.0.smithi071.stdout:1279: delete oid 27 current snap is 163 2024-09-13T14:26:11.014 INFO:tasks.rados.rados.0.smithi071.stdout:1279: done (0 left) 2024-09-13T14:26:11.014 INFO:tasks.rados.rados.0.smithi071.stdout:1280: read oid 6 snap 160 2024-09-13T14:26:11.014 INFO:tasks.rados.rados.0.smithi071.stdout:1280: expect (ObjNum 482 snap 158 seq_num 482) 2024-09-13T14:26:11.014 INFO:tasks.rados.rados.0.smithi071.stdout:1281: write oid 24 current snap is 163 2024-09-13T14:26:11.014 INFO:tasks.rados.rados.0.smithi071.stdout:1281: seq_num 500 ranges {403500=787445,1692526=473837} 2024-09-13T14:26:11.020 INFO:tasks.rados.rados.0.smithi071.stdout:1281: writing smithi07185159-24 from 403500 to 1190945 tid 1 2024-09-13T14:26:11.026 INFO:tasks.rados.rados.0.smithi071.stdout:1281: writing smithi07185159-24 from 1692526 to 2166363 tid 2 2024-09-13T14:26:11.026 INFO:tasks.rados.rados.0.smithi071.stdout:1282: write oid 7 current snap is 163 2024-09-13T14:26:11.027 INFO:tasks.rados.rados.0.smithi071.stdout:1282: seq_num 501 ranges {420307=462694,1351008=617495} 2024-09-13T14:26:11.031 INFO:tasks.rados.rados.0.smithi071.stdout:1282: writing smithi07185159-7 from 420307 to 883001 tid 1 2024-09-13T14:26:11.038 INFO:tasks.rados.rados.0.smithi071.stdout:1282: writing smithi07185159-7 from 1351008 to 1968503 tid 2 2024-09-13T14:26:11.038 INFO:tasks.rados.rados.0.smithi071.stdout:1283: snap_create 2024-09-13T14:26:11.038 INFO:tasks.rados.rados.0.smithi071.stdout:1280: expect (ObjNum 482 snap 158 seq_num 482) 2024-09-13T14:26:11.178 INFO:tasks.rados.rados.0.smithi071.stdout:1281: finishing write tid 1 to smithi07185159-24 2024-09-13T14:26:11.178 INFO:tasks.rados.rados.0.smithi071.stdout:1281: finishing write tid 2 to smithi07185159-24 2024-09-13T14:26:11.178 INFO:tasks.rados.rados.0.smithi071.stdout:1281: finishing write tid 3 to smithi07185159-24 2024-09-13T14:26:11.178 INFO:tasks.rados.rados.0.smithi071.stdout:1281: finishing write tid 4 to smithi07185159-24 2024-09-13T14:26:11.178 INFO:tasks.rados.rados.0.smithi071.stdout:1281: oid 24 updating version 0 to 335 2024-09-13T14:26:11.178 INFO:tasks.rados.rados.0.smithi071.stdout:1281: oid 24 version 335 is already newer than 334 2024-09-13T14:26:11.178 INFO:tasks.rados.rados.0.smithi071.stdout:1281: oid 24 version 335 is already newer than 333 2024-09-13T14:26:11.179 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 24 v 335 (ObjNum 500 snap 163 seq_num 500) dirty exists 2024-09-13T14:26:11.179 INFO:tasks.rados.rados.0.smithi071.stdout:1281: left oid 24 (ObjNum 500 snap 163 seq_num 500) 2024-09-13T14:26:11.179 INFO:tasks.rados.rados.0.smithi071.stdout:1282: finishing write tid 1 to smithi07185159-7 2024-09-13T14:26:11.179 INFO:tasks.rados.rados.0.smithi071.stdout:1282: finishing write tid 2 to smithi07185159-7 2024-09-13T14:26:11.179 INFO:tasks.rados.rados.0.smithi071.stdout:1282: finishing write tid 3 to smithi07185159-7 2024-09-13T14:26:11.179 INFO:tasks.rados.rados.0.smithi071.stdout:1282: finishing write tid 4 to smithi07185159-7 2024-09-13T14:26:11.179 INFO:tasks.rados.rados.0.smithi071.stdout:1282: oid 7 updating version 0 to 165 2024-09-13T14:26:11.179 INFO:tasks.rados.rados.0.smithi071.stdout:1282: oid 7 updating version 165 to 167 2024-09-13T14:26:11.179 INFO:tasks.rados.rados.0.smithi071.stdout:1282: oid 7 version 167 is already newer than 166 2024-09-13T14:26:11.179 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 7 v 167 (ObjNum 501 snap 163 seq_num 501) dirty exists 2024-09-13T14:26:11.179 INFO:tasks.rados.rados.0.smithi071.stdout:1282: left oid 7 (ObjNum 501 snap 163 seq_num 501) 2024-09-13T14:26:11.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:11 smithi071 ceph-mon[107477]: osdmap e391: 8 total, 8 up, 8 in 2024-09-13T14:26:11.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:11 smithi071 ceph-mon[107477]: pgmap v36: 89 pgs: 89 active+clean; 206 MiB data, 718 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:26:11.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:11 smithi071 ceph-mon[112785]: osdmap e391: 8 total, 8 up, 8 in 2024-09-13T14:26:11.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:11 smithi071 ceph-mon[112785]: pgmap v36: 89 pgs: 89 active+clean; 206 MiB data, 718 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:26:11.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:11 smithi104 ceph-mon[33426]: osdmap e391: 8 total, 8 up, 8 in 2024-09-13T14:26:11.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:11 smithi104 ceph-mon[33426]: pgmap v36: 89 pgs: 89 active+clean; 206 MiB data, 718 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:26:12.014 INFO:tasks.rados.rados.0.smithi071.stdout:1280: done (3 left) 2024-09-13T14:26:12.014 INFO:tasks.rados.rados.0.smithi071.stdout:1281: done (2 left) 2024-09-13T14:26:12.014 INFO:tasks.rados.rados.0.smithi071.stdout:1282: done (1 left) 2024-09-13T14:26:12.014 INFO:tasks.rados.rados.0.smithi071.stdout:1283: done (0 left) 2024-09-13T14:26:12.014 INFO:tasks.rados.rados.0.smithi071.stdout:1284: rollback oid 42 current snap is 164 2024-09-13T14:26:12.014 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 42 to 163 2024-09-13T14:26:12.014 INFO:tasks.rados.rados.0.smithi071.stdout:1285: rollback oid 39 current snap is 164 2024-09-13T14:26:12.015 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 39 to 135 2024-09-13T14:26:12.015 INFO:tasks.rados.rados.0.smithi071.stdout:1286: write oid 21 current snap is 164 2024-09-13T14:26:12.015 INFO:tasks.rados.rados.0.smithi071.stdout:1286: seq_num 502 ranges {437114=654296,1525843=477506} 2024-09-13T14:26:12.020 INFO:tasks.rados.rados.0.smithi071.stdout:1286: writing smithi07185159-21 from 437114 to 1091410 tid 1 2024-09-13T14:26:12.026 INFO:tasks.rados.rados.0.smithi071.stdout:1286: writing smithi07185159-21 from 1525843 to 2003349 tid 2 2024-09-13T14:26:12.026 INFO:tasks.rados.rados.0.smithi071.stdout:1287: read oid 50 snap -1 2024-09-13T14:26:12.026 INFO:tasks.rados.rados.0.smithi071.stdout:1287: expect deleted 2024-09-13T14:26:12.026 INFO:tasks.rados.rados.0.smithi071.stdout:1288: write oid 38 current snap is 164 2024-09-13T14:26:12.026 INFO:tasks.rados.rados.0.smithi071.stdout:1285: finishing rollback tid 0 to smithi07185159-39 2024-09-13T14:26:12.026 INFO:tasks.rados.rados.0.smithi071.stdout:1285: finishing rollback tid 1 to smithi07185159-39 2024-09-13T14:26:12.026 INFO:tasks.rados.rados.0.smithi071.stdout:1284: finishing rollback tid 0 to smithi07185159-42 2024-09-13T14:26:12.026 INFO:tasks.rados.rados.0.smithi071.stdout:1285: finishing rollback tid 2 to smithi07185159-39 2024-09-13T14:26:12.026 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 39 v 637 (ObjNum 420 snap 133 seq_num 420) dirty exists 2024-09-13T14:26:12.027 INFO:tasks.rados.rados.0.smithi071.stdout:1284: finishing rollback tid 1 to smithi07185159-42 2024-09-13T14:26:12.027 INFO:tasks.rados.rados.0.smithi071.stdout:1284: finishing rollback tid 2 to smithi07185159-42 2024-09-13T14:26:12.027 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 42 v 843 (ObjNum 377 snap 119 seq_num 377) dirty exists 2024-09-13T14:26:12.027 INFO:tasks.rados.rados.0.smithi071.stdout:1286: finishing write tid 1 to smithi07185159-21 2024-09-13T14:26:12.027 INFO:tasks.rados.rados.0.smithi071.stdout:1288: seq_num 503 ranges {453921=729545,1584325=621164} 2024-09-13T14:26:12.031 INFO:tasks.rados.rados.0.smithi071.stdout:1288: writing smithi07185159-38 from 453921 to 1183466 tid 1 2024-09-13T14:26:12.037 INFO:tasks.rados.rados.0.smithi071.stdout:1288: writing smithi07185159-38 from 1584325 to 2205489 tid 2 2024-09-13T14:26:12.038 INFO:tasks.rados.rados.0.smithi071.stdout:1284: done (4 left) 2024-09-13T14:26:12.038 INFO:tasks.rados.rados.0.smithi071.stdout:1285: done (3 left) 2024-09-13T14:26:12.038 INFO:tasks.rados.rados.0.smithi071.stdout:1289: read oid 8 snap -1 2024-09-13T14:26:12.038 INFO:tasks.rados.rados.0.smithi071.stdout:1289: expect deleted 2024-09-13T14:26:12.038 INFO:tasks.rados.rados.0.smithi071.stdout:1290: write oid 19 current snap is 164 2024-09-13T14:26:12.038 INFO:tasks.rados.rados.0.smithi071.stdout:1290: seq_num 504 ranges {470728=404794,1526454=481175} 2024-09-13T14:26:12.042 INFO:tasks.rados.rados.0.smithi071.stdout:1290: writing smithi07185159-19 from 470728 to 875522 tid 1 2024-09-13T14:26:12.049 INFO:tasks.rados.rados.0.smithi071.stdout:1290: writing smithi07185159-19 from 1526454 to 2007629 tid 2 2024-09-13T14:26:12.049 INFO:tasks.rados.rados.0.smithi071.stdout:1291: write oid 23 current snap is 164 2024-09-13T14:26:12.049 INFO:tasks.rados.rados.0.smithi071.stdout:1291: seq_num 505 ranges {487535=480043,1584936=624833} 2024-09-13T14:26:12.054 INFO:tasks.rados.rados.0.smithi071.stdout:1291: writing smithi07185159-23 from 487535 to 967578 tid 1 2024-09-13T14:26:12.061 INFO:tasks.rados.rados.0.smithi071.stdout:1291: writing smithi07185159-23 from 1584936 to 2209769 tid 2 2024-09-13T14:26:12.061 INFO:tasks.rados.rados.0.smithi071.stdout:1292: read oid 24 snap 160 2024-09-13T14:26:12.061 INFO:tasks.rados.rados.0.smithi071.stdout:1292: expect deleted 2024-09-13T14:26:12.061 INFO:tasks.rados.rados.0.smithi071.stdout:1293: snap_create 2024-09-13T14:26:12.061 INFO:tasks.rados.rados.0.smithi071.stdout:1286: finishing write tid 2 to smithi07185159-21 2024-09-13T14:26:12.061 INFO:tasks.rados.rados.0.smithi071.stdout:1286: finishing write tid 3 to smithi07185159-21 2024-09-13T14:26:12.061 INFO:tasks.rados.rados.0.smithi071.stdout:1286: finishing write tid 4 to smithi07185159-21 2024-09-13T14:26:12.062 INFO:tasks.rados.rados.0.smithi071.stdout:1286: oid 21 updating version 0 to 559 2024-09-13T14:26:12.062 INFO:tasks.rados.rados.0.smithi071.stdout:1286: oid 21 updating version 559 to 560 2024-09-13T14:26:12.062 INFO:tasks.rados.rados.0.smithi071.stdout:1286: oid 21 version 560 is already newer than 558 2024-09-13T14:26:12.062 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 21 v 560 (ObjNum 502 snap 164 seq_num 502) dirty exists 2024-09-13T14:26:12.062 INFO:tasks.rados.rados.0.smithi071.stdout:1286: left oid 21 (ObjNum 502 snap 164 seq_num 502) 2024-09-13T14:26:12.062 INFO:tasks.rados.rados.0.smithi071.stdout:1288: finishing write tid 1 to smithi07185159-38 2024-09-13T14:26:12.062 INFO:tasks.rados.rados.0.smithi071.stdout:1288: finishing write tid 2 to smithi07185159-38 2024-09-13T14:26:12.062 INFO:tasks.rados.rados.0.smithi071.stdout:1288: finishing write tid 3 to smithi07185159-38 2024-09-13T14:26:12.062 INFO:tasks.rados.rados.0.smithi071.stdout:1288: finishing write tid 4 to smithi07185159-38 2024-09-13T14:26:12.062 INFO:tasks.rados.rados.0.smithi071.stdout:1288: oid 38 updating version 0 to 652 2024-09-13T14:26:12.062 INFO:tasks.rados.rados.0.smithi071.stdout:1288: oid 38 version 652 is already newer than 651 2024-09-13T14:26:12.062 INFO:tasks.rados.rados.0.smithi071.stdout:1288: oid 38 version 652 is already newer than 650 2024-09-13T14:26:12.062 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 38 v 652 (ObjNum 503 snap 164 seq_num 503) dirty exists 2024-09-13T14:26:12.063 INFO:tasks.rados.rados.0.smithi071.stdout:1288: left oid 38 (ObjNum 503 snap 164 seq_num 503) 2024-09-13T14:26:12.063 INFO:tasks.rados.rados.0.smithi071.stdout:1290: finishing write tid 1 to smithi07185159-19 2024-09-13T14:26:12.063 INFO:tasks.rados.rados.0.smithi071.stdout:1290: finishing write tid 2 to smithi07185159-19 2024-09-13T14:26:12.063 INFO:tasks.rados.rados.0.smithi071.stdout:1290: finishing write tid 3 to smithi07185159-19 2024-09-13T14:26:12.063 INFO:tasks.rados.rados.0.smithi071.stdout:1290: finishing write tid 4 to smithi07185159-19 2024-09-13T14:26:12.063 INFO:tasks.rados.rados.0.smithi071.stdout:1290: oid 19 updating version 0 to 454 2024-09-13T14:26:12.063 INFO:tasks.rados.rados.0.smithi071.stdout:1290: oid 19 updating version 454 to 455 2024-09-13T14:26:12.063 INFO:tasks.rados.rados.0.smithi071.stdout:1290: oid 19 version 455 is already newer than 453 2024-09-13T14:26:12.063 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 19 v 455 (ObjNum 504 snap 164 seq_num 504) dirty exists 2024-09-13T14:26:12.063 INFO:tasks.rados.rados.0.smithi071.stdout:1290: left oid 19 (ObjNum 504 snap 164 seq_num 504) 2024-09-13T14:26:12.063 INFO:tasks.rados.rados.0.smithi071.stdout:1291: finishing write tid 1 to smithi07185159-23 2024-09-13T14:26:12.064 INFO:tasks.rados.rados.0.smithi071.stdout:1291: finishing write tid 2 to smithi07185159-23 2024-09-13T14:26:12.064 INFO:tasks.rados.rados.0.smithi071.stdout:1291: finishing write tid 3 to smithi07185159-23 2024-09-13T14:26:12.064 INFO:tasks.rados.rados.0.smithi071.stdout:1291: finishing write tid 4 to smithi07185159-23 2024-09-13T14:26:12.064 INFO:tasks.rados.rados.0.smithi071.stdout:1291: oid 23 updating version 0 to 653 2024-09-13T14:26:12.064 INFO:tasks.rados.rados.0.smithi071.stdout:1291: oid 23 updating version 653 to 655 2024-09-13T14:26:12.064 INFO:tasks.rados.rados.0.smithi071.stdout:1291: oid 23 version 655 is already newer than 654 2024-09-13T14:26:12.065 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 23 v 655 (ObjNum 505 snap 164 seq_num 505) dirty exists 2024-09-13T14:26:12.065 INFO:tasks.rados.rados.0.smithi071.stdout:1291: left oid 23 (ObjNum 505 snap 164 seq_num 505) 2024-09-13T14:26:12.310 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:12 smithi071 ceph-mon[107477]: osdmap e392: 8 total, 8 up, 8 in 2024-09-13T14:26:12.310 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:12 smithi071 ceph-mon[112785]: osdmap e392: 8 total, 8 up, 8 in 2024-09-13T14:26:12.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:12 smithi104 ceph-mon[33426]: osdmap e392: 8 total, 8 up, 8 in 2024-09-13T14:26:13.017 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:26:12 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:26:12] "GET /metrics HTTP/1.1" 200 36275 "" "Prometheus/2.51.0" 2024-09-13T14:26:13.022 INFO:tasks.rados.rados.0.smithi071.stdout:1286: done (7 left) 2024-09-13T14:26:13.022 INFO:tasks.rados.rados.0.smithi071.stdout:1287: done (6 left) 2024-09-13T14:26:13.022 INFO:tasks.rados.rados.0.smithi071.stdout:1288: done (5 left) 2024-09-13T14:26:13.022 INFO:tasks.rados.rados.0.smithi071.stdout:1289: done (4 left) 2024-09-13T14:26:13.022 INFO:tasks.rados.rados.0.smithi071.stdout:1290: done (3 left) 2024-09-13T14:26:13.022 INFO:tasks.rados.rados.0.smithi071.stdout:1291: done (2 left) 2024-09-13T14:26:13.022 INFO:tasks.rados.rados.0.smithi071.stdout:1292: done (1 left) 2024-09-13T14:26:13.022 INFO:tasks.rados.rados.0.smithi071.stdout:1293: done (0 left) 2024-09-13T14:26:13.022 INFO:tasks.rados.rados.0.smithi071.stdout:1294: snap_create 2024-09-13T14:26:13.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: osdmap e393: 8 total, 8 up, 8 in 2024-09-13T14:26:13.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: pgmap v39: 89 pgs: 89 active+clean; 194 MiB data, 700 MiB used, 715 GiB / 715 GiB avail; 12 MiB/s rd, 901 KiB/s wr, 13 op/s 2024-09-13T14:26:13.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:26:13.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:26:13.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:26:13.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:26:13.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:26:13.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:26:13.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:26:13.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:26:13.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:26:13.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:26:13.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:26:13.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-13T14:26:13.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-09-13T14:26:13.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-13T14:26:13.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-09-13T14:26:13.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:26:13.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-13T14:26:13.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-13T14:26:13.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:26:13.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-13T14:26:13.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-13T14:26:13.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:26:13.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-13T14:26:13.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-13T14:26:13.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:26:13.396 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: osdmap e393: 8 total, 8 up, 8 in 2024-09-13T14:26:13.396 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: pgmap v39: 89 pgs: 89 active+clean; 194 MiB data, 700 MiB used, 715 GiB / 715 GiB avail; 12 MiB/s rd, 901 KiB/s wr, 13 op/s 2024-09-13T14:26:13.396 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:26:13.397 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:26:13.397 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:26:13.397 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:26:13.397 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:26:13.397 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:26:13.397 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:26:13.397 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:26:13.397 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:26:13.397 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:26:13.397 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:26:13.397 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-13T14:26:13.397 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-09-13T14:26:13.398 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-13T14:26:13.398 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-09-13T14:26:13.398 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:26:13.398 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-13T14:26:13.398 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-13T14:26:13.398 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:26:13.398 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-13T14:26:13.398 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-13T14:26:13.398 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:26:13.398 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-13T14:26:13.398 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-13T14:26:13.398 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:26:13.399 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-13T14:26:13.399 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-13T14:26:13.399 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:26:13.399 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-13T14:26:13.399 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-13T14:26:13.399 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mgr"} : dispatch 2024-09-13T14:26:13.399 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-13T14:26:13.399 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:26:13.399 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-13T14:26:13.399 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.crash"} : dispatch 2024-09-13T14:26:13.400 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd"} : dispatch 2024-09-13T14:26:13.400 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds"} : dispatch 2024-09-13T14:26:13.400 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw"} : dispatch 2024-09-13T14:26:13.400 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"} : dispatch 2024-09-13T14:26:13.400 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:26:13.400 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"} : dispatch 2024-09-13T14:26:13.400 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.iscsi"} : dispatch 2024-09-13T14:26:13.400 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nfs"} : dispatch 2024-09-13T14:26:13.400 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"} : dispatch 2024-09-13T14:26:13.400 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-13T14:26:13.400 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:26:13.400 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:26:13.401 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:26:13.401 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:26:13.401 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:26:13.401 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:26:13.401 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"} : dispatch 2024-09-13T14:26:13.401 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-13T14:26:13.401 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:26:13.401 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:26:13.401 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:26:13.401 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:26:13.401 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:26:13.401 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:26:13.401 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:26:13.401 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:26:13.402 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-13T14:26:13.402 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-13T14:26:13.402 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:26:13.402 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-13T14:26:13.402 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-13T14:26:13.402 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mgr"} : dispatch 2024-09-13T14:26:13.402 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-13T14:26:13.403 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:26:13.403 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-13T14:26:13.403 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.crash"} : dispatch 2024-09-13T14:26:13.403 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd"} : dispatch 2024-09-13T14:26:13.403 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds"} : dispatch 2024-09-13T14:26:13.403 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw"} : dispatch 2024-09-13T14:26:13.403 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"} : dispatch 2024-09-13T14:26:13.403 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:26:13.403 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"} : dispatch 2024-09-13T14:26:13.403 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.iscsi"} : dispatch 2024-09-13T14:26:13.403 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nfs"} : dispatch 2024-09-13T14:26:13.403 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"} : dispatch 2024-09-13T14:26:13.403 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-13T14:26:13.404 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:26:13.404 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:26:13.404 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:26:13.404 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:26:13.404 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:26:13.404 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:26:13.404 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"} : dispatch 2024-09-13T14:26:13.404 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-13T14:26:13.404 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:26:13.404 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:26:13.404 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:26:13.404 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:26:13.404 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:26:13.404 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:26:13.404 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:26:13.405 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:26:13.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: osdmap e393: 8 total, 8 up, 8 in 2024-09-13T14:26:13.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: pgmap v39: 89 pgs: 89 active+clean; 194 MiB data, 700 MiB used, 715 GiB / 715 GiB avail; 12 MiB/s rd, 901 KiB/s wr, 13 op/s 2024-09-13T14:26:13.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:26:13.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:26:13.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:26:13.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:26:13.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:26:13.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:26:13.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:26:13.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:26:13.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:26:13.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:26:13.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:26:13.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-13T14:26:13.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-09-13T14:26:13.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-13T14:26:13.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-09-13T14:26:13.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:26:13.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-13T14:26:13.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-13T14:26:13.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:26:13.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-13T14:26:13.424 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-13T14:26:13.424 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:26:13.424 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-13T14:26:13.424 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-13T14:26:13.424 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:26:13.424 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-13T14:26:13.424 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-13T14:26:13.424 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:26:13.424 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-13T14:26:13.424 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-13T14:26:13.424 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mgr"} : dispatch 2024-09-13T14:26:13.424 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-13T14:26:13.425 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:26:13.425 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-13T14:26:13.425 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.crash"} : dispatch 2024-09-13T14:26:13.425 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd"} : dispatch 2024-09-13T14:26:13.425 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds"} : dispatch 2024-09-13T14:26:13.425 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw"} : dispatch 2024-09-13T14:26:13.425 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"} : dispatch 2024-09-13T14:26:13.425 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:26:13.425 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"} : dispatch 2024-09-13T14:26:13.425 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.iscsi"} : dispatch 2024-09-13T14:26:13.425 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nfs"} : dispatch 2024-09-13T14:26:13.425 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"} : dispatch 2024-09-13T14:26:13.425 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-13T14:26:13.426 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:26:13.426 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:26:13.426 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:26:13.426 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:26:13.426 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:26:13.426 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:26:13.426 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"} : dispatch 2024-09-13T14:26:13.426 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-13T14:26:13.426 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:26:13.426 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:26:13.426 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:26:13.426 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:26:13.426 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:26:13.426 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:26:13.426 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:26:13.427 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:13 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:26:14.022 INFO:tasks.rados.rados.0.smithi071.stdout:1294: done (0 left) 2024-09-13T14:26:14.022 INFO:tasks.rados.rados.0.smithi071.stdout:1295: read oid 13 snap -1 2024-09-13T14:26:14.023 INFO:tasks.rados.rados.0.smithi071.stdout:1295: expect (ObjNum 271 snap 86 seq_num 271) 2024-09-13T14:26:14.023 INFO:tasks.rados.rados.0.smithi071.stdout:1296: read oid 44 snap -1 2024-09-13T14:26:14.023 INFO:tasks.rados.rados.0.smithi071.stdout:1296: expect (ObjNum 497 snap 162 seq_num 497) 2024-09-13T14:26:14.023 INFO:tasks.rados.rados.0.smithi071.stdout:1297: snap_remove snap 161 2024-09-13T14:26:14.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:14 smithi071 ceph-mon[107477]: Upgrade: Setting container_image for all nvmeof 2024-09-13T14:26:14.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:14 smithi071 ceph-mon[107477]: Upgrade: Setting container_image for all node-exporter 2024-09-13T14:26:14.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:14 smithi071 ceph-mon[107477]: Upgrade: Setting container_image for all prometheus 2024-09-13T14:26:14.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:14 smithi071 ceph-mon[107477]: Upgrade: Setting container_image for all alertmanager 2024-09-13T14:26:14.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:14 smithi071 ceph-mon[107477]: Upgrade: Setting container_image for all grafana 2024-09-13T14:26:14.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:14 smithi071 ceph-mon[107477]: Upgrade: Setting container_image for all loki 2024-09-13T14:26:14.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:14 smithi071 ceph-mon[107477]: Upgrade: Setting container_image for all promtail 2024-09-13T14:26:14.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:14 smithi071 ceph-mon[107477]: Upgrade: Finalizing container_image settings 2024-09-13T14:26:14.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:14 smithi071 ceph-mon[107477]: Upgrade: Complete! 2024-09-13T14:26:14.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:14 smithi071 ceph-mon[107477]: osdmap e394: 8 total, 8 up, 8 in 2024-09-13T14:26:14.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:14 smithi071 ceph-mon[112785]: Upgrade: Setting container_image for all nvmeof 2024-09-13T14:26:14.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:14 smithi071 ceph-mon[112785]: Upgrade: Setting container_image for all node-exporter 2024-09-13T14:26:14.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:14 smithi071 ceph-mon[112785]: Upgrade: Setting container_image for all prometheus 2024-09-13T14:26:14.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:14 smithi071 ceph-mon[112785]: Upgrade: Setting container_image for all alertmanager 2024-09-13T14:26:14.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:14 smithi071 ceph-mon[112785]: Upgrade: Setting container_image for all grafana 2024-09-13T14:26:14.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:14 smithi071 ceph-mon[112785]: Upgrade: Setting container_image for all loki 2024-09-13T14:26:14.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:14 smithi071 ceph-mon[112785]: Upgrade: Setting container_image for all promtail 2024-09-13T14:26:14.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:14 smithi071 ceph-mon[112785]: Upgrade: Finalizing container_image settings 2024-09-13T14:26:14.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:14 smithi071 ceph-mon[112785]: Upgrade: Complete! 2024-09-13T14:26:14.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:14 smithi071 ceph-mon[112785]: osdmap e394: 8 total, 8 up, 8 in 2024-09-13T14:26:14.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:14 smithi104 ceph-mon[33426]: Upgrade: Setting container_image for all nvmeof 2024-09-13T14:26:14.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:14 smithi104 ceph-mon[33426]: Upgrade: Setting container_image for all node-exporter 2024-09-13T14:26:14.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:14 smithi104 ceph-mon[33426]: Upgrade: Setting container_image for all prometheus 2024-09-13T14:26:14.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:14 smithi104 ceph-mon[33426]: Upgrade: Setting container_image for all alertmanager 2024-09-13T14:26:14.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:14 smithi104 ceph-mon[33426]: Upgrade: Setting container_image for all grafana 2024-09-13T14:26:14.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:14 smithi104 ceph-mon[33426]: Upgrade: Setting container_image for all loki 2024-09-13T14:26:14.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:14 smithi104 ceph-mon[33426]: Upgrade: Setting container_image for all promtail 2024-09-13T14:26:14.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:14 smithi104 ceph-mon[33426]: Upgrade: Finalizing container_image settings 2024-09-13T14:26:14.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:14 smithi104 ceph-mon[33426]: Upgrade: Complete! 2024-09-13T14:26:14.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:14 smithi104 ceph-mon[33426]: osdmap e394: 8 total, 8 up, 8 in 2024-09-13T14:26:15.037 INFO:tasks.rados.rados.0.smithi071.stdout:1297: done (2 left) 2024-09-13T14:26:15.037 INFO:tasks.rados.rados.0.smithi071.stdout:1298: read oid 35 snap -1 2024-09-13T14:26:15.037 INFO:tasks.rados.rados.0.smithi071.stdout:1298: expect deleted 2024-09-13T14:26:15.037 INFO:tasks.rados.rados.0.smithi071.stdout:1299: rollback oid 29 current snap is 166 2024-09-13T14:26:15.037 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 29 to 132 2024-09-13T14:26:15.037 INFO:tasks.rados.rados.0.smithi071.stdout:1295: expect (ObjNum 271 snap 86 seq_num 271) 2024-09-13T14:26:15.213 INFO:tasks.rados.rados.0.smithi071.stdout:1296: expect (ObjNum 497 snap 162 seq_num 497) 2024-09-13T14:26:15.324 INFO:tasks.rados.rados.0.smithi071.stdout:1299: finishing rollback tid 0 to smithi07185159-29 2024-09-13T14:26:15.324 INFO:tasks.rados.rados.0.smithi071.stdout:1299: finishing rollback tid 1 to smithi07185159-29 2024-09-13T14:26:15.324 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 29 v 846 (ObjNum 129 snap 0 seq_num 1961114920) dirty dne 2024-09-13T14:26:15.324 INFO:tasks.rados.rados.0.smithi071.stdout:1295: done (3 left) 2024-09-13T14:26:15.324 INFO:tasks.rados.rados.0.smithi071.stdout:1296: done (2 left) 2024-09-13T14:26:15.324 INFO:tasks.rados.rados.0.smithi071.stdout:1298: done (1 left) 2024-09-13T14:26:15.324 INFO:tasks.rados.rados.0.smithi071.stdout:1299: done (0 left) 2024-09-13T14:26:15.325 INFO:tasks.rados.rados.0.smithi071.stdout:1300: write oid 30 current snap is 166 2024-09-13T14:26:15.325 INFO:tasks.rados.rados.0.smithi071.stdout:1300: seq_num 506 ranges {504342=555292,1643418=484844} 2024-09-13T14:26:15.329 INFO:tasks.rados.rados.0.smithi071.stdout:1300: writing smithi07185159-30 from 504342 to 1059634 tid 1 2024-09-13T14:26:15.335 INFO:tasks.rados.rados.0.smithi071.stdout:1300: writing smithi07185159-30 from 1643418 to 2128262 tid 2 2024-09-13T14:26:15.335 INFO:tasks.rados.rados.0.smithi071.stdout:1301: write oid 33 current snap is 166 2024-09-13T14:26:15.335 INFO:tasks.rados.rados.0.smithi071.stdout:1301: seq_num 507 ranges {521149=630541,1701900=628502} 2024-09-13T14:26:15.341 INFO:tasks.rados.rados.0.smithi071.stdout:1301: writing smithi07185159-33 from 521149 to 1151690 tid 1 2024-09-13T14:26:15.348 INFO:tasks.rados.rados.0.smithi071.stdout:1301: writing smithi07185159-33 from 1701900 to 2330402 tid 2 2024-09-13T14:26:15.348 INFO:tasks.rados.rados.0.smithi071.stdout:1302: write oid 10 current snap is 166 2024-09-13T14:26:15.348 INFO:tasks.rados.rados.0.smithi071.stdout:1302: seq_num 508 ranges {537956=705790,1644029=772160} 2024-09-13T14:26:15.354 INFO:tasks.rados.rados.0.smithi071.stdout:1302: writing smithi07185159-10 from 537956 to 1243746 tid 1 2024-09-13T14:26:15.361 INFO:tasks.rados.rados.0.smithi071.stdout:1302: writing smithi07185159-10 from 1644029 to 2416189 tid 2 2024-09-13T14:26:15.362 INFO:tasks.rados.rados.0.smithi071.stdout:1303: read oid 18 snap -1 2024-09-13T14:26:15.362 INFO:tasks.rados.rados.0.smithi071.stdout:1303: expect (ObjNum 490 snap 160 seq_num 490) 2024-09-13T14:26:15.362 INFO:tasks.rados.rados.0.smithi071.stdout:1304: rollback oid 48 current snap is 166 2024-09-13T14:26:15.362 INFO:tasks.rados.rados.0.smithi071.stdout:1300: finishing write tid 1 to smithi07185159-30 2024-09-13T14:26:15.362 INFO:tasks.rados.rados.0.smithi071.stdout:1300: finishing write tid 2 to smithi07185159-30 2024-09-13T14:26:15.362 INFO:tasks.rados.rados.0.smithi071.stdout:1300: finishing write tid 3 to smithi07185159-30 2024-09-13T14:26:15.362 INFO:tasks.rados.rados.0.smithi071.stdout:1300: finishing write tid 4 to smithi07185159-30 2024-09-13T14:26:15.362 INFO:tasks.rados.rados.0.smithi071.stdout:1300: oid 30 updating version 0 to 338 2024-09-13T14:26:15.362 INFO:tasks.rados.rados.0.smithi071.stdout:1300: oid 30 updating version 338 to 339 2024-09-13T14:26:15.362 INFO:tasks.rados.rados.0.smithi071.stdout:1300: oid 30 version 339 is already newer than 337 2024-09-13T14:26:15.362 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 30 v 339 (ObjNum 506 snap 166 seq_num 506) dirty exists 2024-09-13T14:26:15.362 INFO:tasks.rados.rados.0.smithi071.stdout:1300: left oid 30 (ObjNum 506 snap 166 seq_num 506) 2024-09-13T14:26:15.362 INFO:tasks.rados.rados.0.smithi071.stdout:1301: finishing write tid 1 to smithi07185159-33 2024-09-13T14:26:15.363 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 48 to 137 2024-09-13T14:26:15.363 INFO:tasks.rados.rados.0.smithi071.stdout:1301: finishing write tid 2 to smithi07185159-33 2024-09-13T14:26:15.363 INFO:tasks.rados.rados.0.smithi071.stdout:1301: finishing write tid 3 to smithi07185159-33 2024-09-13T14:26:15.363 INFO:tasks.rados.rados.0.smithi071.stdout:1301: finishing write tid 4 to smithi07185159-33 2024-09-13T14:26:15.364 INFO:tasks.rados.rados.0.smithi071.stdout:1301: oid 33 updating version 0 to 564 2024-09-13T14:26:15.364 INFO:tasks.rados.rados.0.smithi071.stdout:1301: oid 33 version 564 is already newer than 562 2024-09-13T14:26:15.364 INFO:tasks.rados.rados.0.smithi071.stdout:1301: oid 33 version 564 is already newer than 563 2024-09-13T14:26:15.364 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 33 v 564 (ObjNum 507 snap 166 seq_num 507) dirty exists 2024-09-13T14:26:15.364 INFO:tasks.rados.rados.0.smithi071.stdout:1301: left oid 33 (ObjNum 507 snap 166 seq_num 507) 2024-09-13T14:26:15.364 INFO:tasks.rados.rados.0.smithi071.stdout:1302: finishing write tid 1 to smithi07185159-10 2024-09-13T14:26:15.364 INFO:tasks.rados.rados.0.smithi071.stdout:1300: done (4 left) 2024-09-13T14:26:15.364 INFO:tasks.rados.rados.0.smithi071.stdout:1301: done (3 left) 2024-09-13T14:26:15.364 INFO:tasks.rados.rados.0.smithi071.stdout:1305: rollback oid 9 current snap is 166 2024-09-13T14:26:15.364 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 9 to 165 2024-09-13T14:26:15.364 INFO:tasks.rados.rados.0.smithi071.stdout:1306: read oid 36 snap 141 2024-09-13T14:26:15.365 INFO:tasks.rados.rados.0.smithi071.stdout:1306: expect (ObjNum 439 snap 140 seq_num 439) 2024-09-13T14:26:15.365 INFO:tasks.rados.rados.0.smithi071.stdout:1307: read oid 14 snap -1 2024-09-13T14:26:15.365 INFO:tasks.rados.rados.0.smithi071.stdout:1307: expect (ObjNum 349 snap 107 seq_num 349) 2024-09-13T14:26:15.365 INFO:tasks.rados.rados.0.smithi071.stdout:1308: write oid 45 current snap is 166 2024-09-13T14:26:15.365 INFO:tasks.rados.rados.0.smithi071.stdout:1308: seq_num 509 ranges {554763=781039,2102511=452252} 2024-09-13T14:26:15.368 INFO:tasks.rados.rados.0.smithi071.stdout:1308: writing smithi07185159-45 from 554763 to 1335802 tid 1 2024-09-13T14:26:15.375 INFO:tasks.rados.rados.0.smithi071.stdout:1308: writing smithi07185159-45 from 2102511 to 2554763 tid 2 2024-09-13T14:26:15.375 INFO:tasks.rados.rados.0.smithi071.stdout:1309: read oid 20 snap -1 2024-09-13T14:26:15.375 INFO:tasks.rados.rados.0.smithi071.stdout:1309: expect (ObjNum 458 snap 151 seq_num 458) 2024-09-13T14:26:15.375 INFO:tasks.rados.rados.0.smithi071.stdout:1310: read oid 12 snap 137 2024-09-13T14:26:15.376 INFO:tasks.rados.rados.0.smithi071.stdout:1310: expect (ObjNum 367 snap 117 seq_num 367) 2024-09-13T14:26:15.376 INFO:tasks.rados.rados.0.smithi071.stdout:1311: snap_remove snap 145 2024-09-13T14:26:15.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:15 smithi071 ceph-mon[107477]: osdmap e395: 8 total, 8 up, 8 in 2024-09-13T14:26:15.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:15 smithi071 ceph-mon[107477]: pgmap v42: 89 pgs: 89 active+clean; 194 MiB data, 700 MiB used, 715 GiB / 715 GiB avail; 12 MiB/s rd, 901 KiB/s wr, 13 op/s 2024-09-13T14:26:15.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:15 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:26:15.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:15 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:26:15.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:15 smithi071 ceph-mon[112785]: osdmap e395: 8 total, 8 up, 8 in 2024-09-13T14:26:15.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:15 smithi071 ceph-mon[112785]: pgmap v42: 89 pgs: 89 active+clean; 194 MiB data, 700 MiB used, 715 GiB / 715 GiB avail; 12 MiB/s rd, 901 KiB/s wr, 13 op/s 2024-09-13T14:26:15.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:15 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:26:15.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:15 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:26:15.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:15 smithi104 ceph-mon[33426]: osdmap e395: 8 total, 8 up, 8 in 2024-09-13T14:26:15.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:15 smithi104 ceph-mon[33426]: pgmap v42: 89 pgs: 89 active+clean; 194 MiB data, 700 MiB used, 715 GiB / 715 GiB avail; 12 MiB/s rd, 901 KiB/s wr, 13 op/s 2024-09-13T14:26:15.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:15 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:26:15.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:15 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:26:16.036 INFO:tasks.rados.rados.0.smithi071.stdout:1311: done (9 left) 2024-09-13T14:26:16.037 INFO:tasks.rados.rados.0.smithi071.stdout:1312: write oid 1 current snap is 166 2024-09-13T14:26:16.037 INFO:tasks.rados.rados.0.smithi071.stdout:1312: seq_num 510 ranges {571570=572641,1877346=694224} 2024-09-13T14:26:16.043 INFO:tasks.rados.rados.0.smithi071.stdout:1312: writing smithi07185159-1 from 571570 to 1144211 tid 1 2024-09-13T14:26:16.052 INFO:tasks.rados.rados.0.smithi071.stdout:1312: writing smithi07185159-1 from 1877346 to 2571570 tid 2 2024-09-13T14:26:16.052 INFO:tasks.rados.rados.0.smithi071.stdout:1313: snap_create 2024-09-13T14:26:16.052 INFO:tasks.rados.rados.0.smithi071.stdout:1305: finishing rollback tid 0 to smithi07185159-9 2024-09-13T14:26:16.052 INFO:tasks.rados.rados.0.smithi071.stdout:1305: finishing rollback tid 1 to smithi07185159-9 2024-09-13T14:26:16.053 INFO:tasks.rados.rados.0.smithi071.stdout:1305: finishing rollback tid 2 to smithi07185159-9 2024-09-13T14:26:16.053 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 9 v 187 (ObjNum 435 snap 140 seq_num 435) dirty exists 2024-09-13T14:26:16.053 INFO:tasks.rados.rados.0.smithi071.stdout:1302: finishing write tid 2 to smithi07185159-10 2024-09-13T14:26:16.056 INFO:tasks.rados.rados.0.smithi071.stdout:1302: finishing write tid 3 to smithi07185159-10 2024-09-13T14:26:16.056 INFO:tasks.rados.rados.0.smithi071.stdout:1302: finishing write tid 4 to smithi07185159-10 2024-09-13T14:26:16.057 INFO:tasks.rados.rados.0.smithi071.stdout:1302: oid 10 updating version 0 to 658 2024-09-13T14:26:16.057 INFO:tasks.rados.rados.0.smithi071.stdout:1302: oid 10 updating version 658 to 660 2024-09-13T14:26:16.057 INFO:tasks.rados.rados.0.smithi071.stdout:1302: oid 10 version 660 is already newer than 659 2024-09-13T14:26:16.057 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 10 v 660 (ObjNum 508 snap 166 seq_num 508) dirty exists 2024-09-13T14:26:16.057 INFO:tasks.rados.rados.0.smithi071.stdout:1302: left oid 10 (ObjNum 508 snap 166 seq_num 508) 2024-09-13T14:26:16.057 INFO:tasks.rados.rados.0.smithi071.stdout:1303: expect (ObjNum 490 snap 160 seq_num 490) 2024-09-13T14:26:16.186 INFO:tasks.rados.rados.0.smithi071.stdout:1304: finishing rollback tid 0 to smithi07185159-48 2024-09-13T14:26:16.186 INFO:tasks.rados.rados.0.smithi071.stdout:1304: finishing rollback tid 1 to smithi07185159-48 2024-09-13T14:26:16.186 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 48 v 1324 (ObjNum 129 snap 0 seq_num 1960885024) dirty dne 2024-09-13T14:26:16.186 INFO:tasks.rados.rados.0.smithi071.stdout:1307: expect (ObjNum 349 snap 107 seq_num 349) 2024-09-13T14:26:16.350 INFO:tasks.rados.rados.0.smithi071.stdout:1306: expect (ObjNum 439 snap 140 seq_num 439) 2024-09-13T14:26:16.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:16 smithi071 ceph-mon[112785]: osdmap e396: 8 total, 8 up, 8 in 2024-09-13T14:26:16.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:16 smithi071 ceph-mon[107477]: osdmap e396: 8 total, 8 up, 8 in 2024-09-13T14:26:16.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:16 smithi104 ceph-mon[33426]: osdmap e396: 8 total, 8 up, 8 in 2024-09-13T14:26:16.526 INFO:tasks.rados.rados.0.smithi071.stdout:1308: finishing write tid 1 to smithi07185159-45 2024-09-13T14:26:16.526 INFO:tasks.rados.rados.0.smithi071.stdout:1308: finishing write tid 2 to smithi07185159-45 2024-09-13T14:26:16.526 INFO:tasks.rados.rados.0.smithi071.stdout:1308: finishing write tid 3 to smithi07185159-45 2024-09-13T14:26:16.526 INFO:tasks.rados.rados.0.smithi071.stdout:1308: finishing write tid 4 to smithi07185159-45 2024-09-13T14:26:16.526 INFO:tasks.rados.rados.0.smithi071.stdout:1308: oid 45 updating version 0 to 850 2024-09-13T14:26:16.526 INFO:tasks.rados.rados.0.smithi071.stdout:1308: oid 45 updating version 850 to 851 2024-09-13T14:26:16.526 INFO:tasks.rados.rados.0.smithi071.stdout:1308: oid 45 updating version 851 to 852 2024-09-13T14:26:16.526 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 45 v 852 (ObjNum 509 snap 166 seq_num 509) dirty exists 2024-09-13T14:26:16.526 INFO:tasks.rados.rados.0.smithi071.stdout:1308: left oid 45 (ObjNum 509 snap 166 seq_num 509) 2024-09-13T14:26:16.526 INFO:tasks.rados.rados.0.smithi071.stdout:1310: expect (ObjNum 367 snap 117 seq_num 367) 2024-09-13T14:26:16.630 INFO:tasks.rados.rados.0.smithi071.stdout:1309: expect (ObjNum 458 snap 151 seq_num 458) 2024-09-13T14:26:16.897 INFO:tasks.rados.rados.0.smithi071.stdout:1312: finishing write tid 1 to smithi07185159-1 2024-09-13T14:26:16.897 INFO:tasks.rados.rados.0.smithi071.stdout:1312: finishing write tid 2 to smithi07185159-1 2024-09-13T14:26:16.897 INFO:tasks.rados.rados.0.smithi071.stdout:1312: finishing write tid 3 to smithi07185159-1 2024-09-13T14:26:16.897 INFO:tasks.rados.rados.0.smithi071.stdout:1312: finishing write tid 4 to smithi07185159-1 2024-09-13T14:26:16.897 INFO:tasks.rados.rados.0.smithi071.stdout:1312: oid 1 updating version 0 to 1340 2024-09-13T14:26:16.897 INFO:tasks.rados.rados.0.smithi071.stdout:1312: oid 1 version 1340 is already newer than 1339 2024-09-13T14:26:16.897 INFO:tasks.rados.rados.0.smithi071.stdout:1312: oid 1 version 1340 is already newer than 1330 2024-09-13T14:26:16.897 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 1 v 1340 (ObjNum 510 snap 166 seq_num 510) dirty exists 2024-09-13T14:26:16.897 INFO:tasks.rados.rados.0.smithi071.stdout:1312: left oid 1 (ObjNum 510 snap 166 seq_num 510) 2024-09-13T14:26:17.056 INFO:tasks.rados.rados.0.smithi071.stdout:1302: done (10 left) 2024-09-13T14:26:17.056 INFO:tasks.rados.rados.0.smithi071.stdout:1303: done (9 left) 2024-09-13T14:26:17.056 INFO:tasks.rados.rados.0.smithi071.stdout:1304: done (8 left) 2024-09-13T14:26:17.057 INFO:tasks.rados.rados.0.smithi071.stdout:1305: done (7 left) 2024-09-13T14:26:17.057 INFO:tasks.rados.rados.0.smithi071.stdout:1306: done (6 left) 2024-09-13T14:26:17.057 INFO:tasks.rados.rados.0.smithi071.stdout:1307: done (5 left) 2024-09-13T14:26:17.057 INFO:tasks.rados.rados.0.smithi071.stdout:1308: done (4 left) 2024-09-13T14:26:17.057 INFO:tasks.rados.rados.0.smithi071.stdout:1309: done (3 left) 2024-09-13T14:26:17.057 INFO:tasks.rados.rados.0.smithi071.stdout:1310: done (2 left) 2024-09-13T14:26:17.057 INFO:tasks.rados.rados.0.smithi071.stdout:1312: done (1 left) 2024-09-13T14:26:17.057 INFO:tasks.rados.rados.0.smithi071.stdout:1313: done (0 left) 2024-09-13T14:26:17.057 INFO:tasks.rados.rados.0.smithi071.stdout:1314: write oid 25 current snap is 167 2024-09-13T14:26:17.057 INFO:tasks.rados.rados.0.smithi071.stdout:1314: seq_num 511 ranges {588377=647890,1935828=635840} 2024-09-13T14:26:17.062 INFO:tasks.rados.rados.0.smithi071.stdout:1314: writing smithi07185159-25 from 588377 to 1236267 tid 1 2024-09-13T14:26:17.070 INFO:tasks.rados.rados.0.smithi071.stdout:1314: writing smithi07185159-25 from 1935828 to 2571668 tid 2 2024-09-13T14:26:17.070 INFO:tasks.rados.rados.0.smithi071.stdout:1315: read oid 21 snap -1 2024-09-13T14:26:17.070 INFO:tasks.rados.rados.0.smithi071.stdout:1315: expect (ObjNum 502 snap 164 seq_num 502) 2024-09-13T14:26:17.070 INFO:tasks.rados.rados.0.smithi071.stdout:1316: rollback oid 5 current snap is 167 2024-09-13T14:26:17.070 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 5 to 148 2024-09-13T14:26:17.070 INFO:tasks.rados.rados.0.smithi071.stdout:1314: finishing write tid 1 to smithi07185159-25 2024-09-13T14:26:17.070 INFO:tasks.rados.rados.0.smithi071.stdout:1317: write oid 26 current snap is 167 2024-09-13T14:26:17.071 INFO:tasks.rados.rados.0.smithi071.stdout:1317: seq_num 512 ranges {605184=723139,1877957=727227} 2024-09-13T14:26:17.077 INFO:tasks.rados.rados.0.smithi071.stdout:1317: writing smithi07185159-26 from 605184 to 1328323 tid 1 2024-09-13T14:26:17.085 INFO:tasks.rados.rados.0.smithi071.stdout:1317: writing smithi07185159-26 from 1877957 to 2605184 tid 2 2024-09-13T14:26:17.085 INFO:tasks.rados.rados.0.smithi071.stdout:1318: write oid 42 current snap is 167 2024-09-13T14:26:17.085 INFO:tasks.rados.rados.0.smithi071.stdout:1318: seq_num 513 ranges {621991=798388,1936439=639509} 2024-09-13T14:26:17.092 INFO:tasks.rados.rados.0.smithi071.stdout:1318: writing smithi07185159-42 from 621991 to 1420379 tid 1 2024-09-13T14:26:17.099 INFO:tasks.rados.rados.0.smithi071.stdout:1318: writing smithi07185159-42 from 1936439 to 2575948 tid 2 2024-09-13T14:26:17.099 INFO:tasks.rados.rados.0.smithi071.stdout:1319: snap_create 2024-09-13T14:26:17.100 INFO:tasks.rados.rados.0.smithi071.stdout:1314: finishing write tid 2 to smithi07185159-25 2024-09-13T14:26:17.100 INFO:tasks.rados.rados.0.smithi071.stdout:1314: finishing write tid 3 to smithi07185159-25 2024-09-13T14:26:17.100 INFO:tasks.rados.rados.0.smithi071.stdout:1314: finishing write tid 4 to smithi07185159-25 2024-09-13T14:26:17.100 INFO:tasks.rados.rados.0.smithi071.stdout:1314: oid 25 updating version 0 to 664 2024-09-13T14:26:17.100 INFO:tasks.rados.rados.0.smithi071.stdout:1314: oid 25 updating version 664 to 665 2024-09-13T14:26:17.100 INFO:tasks.rados.rados.0.smithi071.stdout:1314: oid 25 version 665 is already newer than 663 2024-09-13T14:26:17.100 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 25 v 665 (ObjNum 511 snap 167 seq_num 511) dirty exists 2024-09-13T14:26:17.100 INFO:tasks.rados.rados.0.smithi071.stdout:1314: left oid 25 (ObjNum 511 snap 167 seq_num 511) 2024-09-13T14:26:17.100 INFO:tasks.rados.rados.0.smithi071.stdout:1315: expect (ObjNum 502 snap 164 seq_num 502) 2024-09-13T14:26:17.179 INFO:tasks.rados.rados.0.smithi071.stdout:1316: finishing rollback tid 1 to smithi07185159-5 2024-09-13T14:26:17.179 INFO:tasks.rados.rados.0.smithi071.stdout:1316: finishing rollback tid 2 to smithi07185159-5 2024-09-13T14:26:17.179 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 5 v 1342 (ObjNum 401 snap 124 seq_num 401) dirty exists 2024-09-13T14:26:17.179 INFO:tasks.rados.rados.0.smithi071.stdout:1317: finishing write tid 1 to smithi07185159-26 2024-09-13T14:26:17.179 INFO:tasks.rados.rados.0.smithi071.stdout:1317: finishing write tid 2 to smithi07185159-26 2024-09-13T14:26:17.179 INFO:tasks.rados.rados.0.smithi071.stdout:1317: finishing write tid 3 to smithi07185159-26 2024-09-13T14:26:17.179 INFO:tasks.rados.rados.0.smithi071.stdout:1317: finishing write tid 4 to smithi07185159-26 2024-09-13T14:26:17.179 INFO:tasks.rados.rados.0.smithi071.stdout:1317: oid 26 updating version 0 to 399 2024-09-13T14:26:17.179 INFO:tasks.rados.rados.0.smithi071.stdout:1317: oid 26 updating version 399 to 401 2024-09-13T14:26:17.179 INFO:tasks.rados.rados.0.smithi071.stdout:1317: oid 26 version 401 is already newer than 400 2024-09-13T14:26:17.179 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 26 v 401 (ObjNum 512 snap 167 seq_num 512) dirty exists 2024-09-13T14:26:17.180 INFO:tasks.rados.rados.0.smithi071.stdout:1317: left oid 26 (ObjNum 512 snap 167 seq_num 512) 2024-09-13T14:26:17.180 INFO:tasks.rados.rados.0.smithi071.stdout:1318: finishing write tid 1 to smithi07185159-42 2024-09-13T14:26:17.180 INFO:tasks.rados.rados.0.smithi071.stdout:1318: finishing write tid 2 to smithi07185159-42 2024-09-13T14:26:17.180 INFO:tasks.rados.rados.0.smithi071.stdout:1318: finishing write tid 3 to smithi07185159-42 2024-09-13T14:26:17.180 INFO:tasks.rados.rados.0.smithi071.stdout:1318: finishing write tid 4 to smithi07185159-42 2024-09-13T14:26:17.180 INFO:tasks.rados.rados.0.smithi071.stdout:1318: oid 42 updating version 0 to 858 2024-09-13T14:26:17.180 INFO:tasks.rados.rados.0.smithi071.stdout:1318: oid 42 updating version 858 to 860 2024-09-13T14:26:17.180 INFO:tasks.rados.rados.0.smithi071.stdout:1318: oid 42 version 860 is already newer than 859 2024-09-13T14:26:17.180 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 42 v 860 (ObjNum 513 snap 167 seq_num 513) dirty exists 2024-09-13T14:26:17.180 INFO:tasks.rados.rados.0.smithi071.stdout:1318: left oid 42 (ObjNum 513 snap 167 seq_num 513) 2024-09-13T14:26:17.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:17 smithi071 ceph-mon[112785]: osdmap e397: 8 total, 8 up, 8 in 2024-09-13T14:26:17.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:17 smithi071 ceph-mon[112785]: pgmap v45: 89 pgs: 89 active+clean; 206 MiB data, 717 MiB used, 715 GiB / 715 GiB avail; 7.4 MiB/s rd, 1.6 MiB/s wr, 15 op/s 2024-09-13T14:26:17.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:17 smithi071 ceph-mon[107477]: osdmap e397: 8 total, 8 up, 8 in 2024-09-13T14:26:17.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:17 smithi071 ceph-mon[107477]: pgmap v45: 89 pgs: 89 active+clean; 206 MiB data, 717 MiB used, 715 GiB / 715 GiB avail; 7.4 MiB/s rd, 1.6 MiB/s wr, 15 op/s 2024-09-13T14:26:17.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:17 smithi104 ceph-mon[33426]: osdmap e397: 8 total, 8 up, 8 in 2024-09-13T14:26:17.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:17 smithi104 ceph-mon[33426]: pgmap v45: 89 pgs: 89 active+clean; 206 MiB data, 717 MiB used, 715 GiB / 715 GiB avail; 7.4 MiB/s rd, 1.6 MiB/s wr, 15 op/s 2024-09-13T14:26:17.769 INFO:tasks.rados.rados.0.smithi071.stdout:1314: done (5 left) 2024-09-13T14:26:17.769 INFO:tasks.rados.rados.0.smithi071.stdout:1315: done (4 left) 2024-09-13T14:26:17.769 INFO:tasks.rados.rados.0.smithi071.stdout:1316: done (3 left) 2024-09-13T14:26:17.769 INFO:tasks.rados.rados.0.smithi071.stdout:1317: done (2 left) 2024-09-13T14:26:17.769 INFO:tasks.rados.rados.0.smithi071.stdout:1318: done (1 left) 2024-09-13T14:26:17.769 INFO:tasks.rados.rados.0.smithi071.stdout:1319: done (0 left) 2024-09-13T14:26:17.770 INFO:tasks.rados.rados.0.smithi071.stdout:1320: read oid 24 snap -1 2024-09-13T14:26:17.770 INFO:tasks.rados.rados.0.smithi071.stdout:1320: expect (ObjNum 500 snap 163 seq_num 500) 2024-09-13T14:26:17.770 INFO:tasks.rados.rados.0.smithi071.stdout:1321: delete oid 31 current snap is 168 2024-09-13T14:26:17.775 INFO:tasks.rados.rados.0.smithi071.stdout:1321: done (1 left) 2024-09-13T14:26:17.775 INFO:tasks.rados.rados.0.smithi071.stdout:1322: delete oid 19 current snap is 168 2024-09-13T14:26:17.779 INFO:tasks.rados.rados.0.smithi071.stdout:1322: done (1 left) 2024-09-13T14:26:17.779 INFO:tasks.rados.rados.0.smithi071.stdout:1323: snap_remove snap 148 2024-09-13T14:26:18.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:18 smithi071 ceph-mon[107477]: osdmap e398: 8 total, 8 up, 8 in 2024-09-13T14:26:18.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:18 smithi071 ceph-mon[107477]: osdmap e399: 8 total, 8 up, 8 in 2024-09-13T14:26:18.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:18 smithi071 ceph-mon[112785]: osdmap e398: 8 total, 8 up, 8 in 2024-09-13T14:26:18.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:18 smithi071 ceph-mon[112785]: osdmap e399: 8 total, 8 up, 8 in 2024-09-13T14:26:18.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:18 smithi104 ceph-mon[33426]: osdmap e398: 8 total, 8 up, 8 in 2024-09-13T14:26:18.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:18 smithi104 ceph-mon[33426]: osdmap e399: 8 total, 8 up, 8 in 2024-09-13T14:26:18.769 INFO:tasks.rados.rados.0.smithi071.stdout:1323: done (1 left) 2024-09-13T14:26:18.769 INFO:tasks.rados.rados.0.smithi071.stdout:1324: snap_create 2024-09-13T14:26:18.769 INFO:tasks.rados.rados.0.smithi071.stdout:1320: expect (ObjNum 500 snap 163 seq_num 500) 2024-09-13T14:26:19.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:19 smithi071 ceph-mon[107477]: pgmap v48: 89 pgs: 89 active+clean; 206 MiB data, 717 MiB used, 715 GiB / 715 GiB avail; 7.4 MiB/s rd, 1.6 MiB/s wr, 15 op/s 2024-09-13T14:26:19.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:19 smithi071 ceph-mon[107477]: osdmap e400: 8 total, 8 up, 8 in 2024-09-13T14:26:19.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:19 smithi071 ceph-mon[112785]: pgmap v48: 89 pgs: 89 active+clean; 206 MiB data, 717 MiB used, 715 GiB / 715 GiB avail; 7.4 MiB/s rd, 1.6 MiB/s wr, 15 op/s 2024-09-13T14:26:19.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:19 smithi071 ceph-mon[112785]: osdmap e400: 8 total, 8 up, 8 in 2024-09-13T14:26:19.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:19 smithi104 ceph-mon[33426]: pgmap v48: 89 pgs: 89 active+clean; 206 MiB data, 717 MiB used, 715 GiB / 715 GiB avail; 7.4 MiB/s rd, 1.6 MiB/s wr, 15 op/s 2024-09-13T14:26:19.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:19 smithi104 ceph-mon[33426]: osdmap e400: 8 total, 8 up, 8 in 2024-09-13T14:26:19.771 INFO:tasks.rados.rados.0.smithi071.stdout:1320: done (1 left) 2024-09-13T14:26:19.771 INFO:tasks.rados.rados.0.smithi071.stdout:1324: done (0 left) 2024-09-13T14:26:19.771 INFO:tasks.rados.rados.0.smithi071.stdout:1325: read oid 32 snap -1 2024-09-13T14:26:19.771 INFO:tasks.rados.rados.0.smithi071.stdout:1325: expect deleted 2024-09-13T14:26:19.771 INFO:tasks.rados.rados.0.smithi071.stdout:1326: rollback oid 49 current snap is 169 2024-09-13T14:26:19.771 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 49 to 166 2024-09-13T14:26:19.771 INFO:tasks.rados.rados.0.smithi071.stdout:1327: delete oid 50 current snap is 169 2024-09-13T14:26:19.776 INFO:tasks.rados.rados.0.smithi071.stdout:1326: finishing rollback tid 0 to smithi07185159-49 2024-09-13T14:26:19.776 INFO:tasks.rados.rados.0.smithi071.stdout:1325: done (2 left) 2024-09-13T14:26:19.776 INFO:tasks.rados.rados.0.smithi071.stdout:1327: done (1 left) 2024-09-13T14:26:19.776 INFO:tasks.rados.rados.0.smithi071.stdout:1328: read oid 45 snap 159 2024-09-13T14:26:19.776 INFO:tasks.rados.rados.0.smithi071.stdout:1328: expect (ObjNum 459 snap 151 seq_num 459) 2024-09-13T14:26:19.776 INFO:tasks.rados.rados.0.smithi071.stdout:1329: delete oid 28 current snap is 169 2024-09-13T14:26:19.776 INFO:tasks.rados.rados.0.smithi071.stdout:1326: finishing rollback tid 1 to smithi07185159-49 2024-09-13T14:26:19.777 INFO:tasks.rados.rados.0.smithi071.stdout:1326: finishing rollback tid 2 to smithi07185159-49 2024-09-13T14:26:19.777 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 49 v 653 (ObjNum 448 snap 148 seq_num 448) dirty exists 2024-09-13T14:26:19.778 INFO:tasks.rados.rados.0.smithi071.stdout:1326: done (2 left) 2024-09-13T14:26:19.778 INFO:tasks.rados.rados.0.smithi071.stdout:1329: done (1 left) 2024-09-13T14:26:19.778 INFO:tasks.rados.rados.0.smithi071.stdout:1330: read oid 15 snap 137 2024-09-13T14:26:19.778 INFO:tasks.rados.rados.0.smithi071.stdout:1330: expect (ObjNum 411 snap 129 seq_num 411) 2024-09-13T14:26:19.778 INFO:tasks.rados.rados.0.smithi071.stdout:1331: rollback oid 40 current snap is 169 2024-09-13T14:26:19.778 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 40 to 160 2024-09-13T14:26:19.779 INFO:tasks.rados.rados.0.smithi071.stdout:1332: write oid 7 current snap is 169 2024-09-13T14:26:19.779 INFO:tasks.rados.rados.0.smithi071.stdout:1332: seq_num 518 ranges {706026=490986,1828849=790505} 2024-09-13T14:26:19.785 INFO:tasks.rados.rados.0.smithi071.stdout:1332: writing smithi07185159-7 from 706026 to 1197012 tid 1 2024-09-13T14:26:19.793 INFO:tasks.rados.rados.0.smithi071.stdout:1332: writing smithi07185159-7 from 1828849 to 2619354 tid 2 2024-09-13T14:26:19.794 INFO:tasks.rados.rados.0.smithi071.stdout:1333: snap_create 2024-09-13T14:26:19.794 INFO:tasks.rados.rados.0.smithi071.stdout:1331: finishing rollback tid 0 to smithi07185159-40 2024-09-13T14:26:19.794 INFO:tasks.rados.rados.0.smithi071.stdout:1331: finishing rollback tid 1 to smithi07185159-40 2024-09-13T14:26:19.794 INFO:tasks.rados.rados.0.smithi071.stdout:1331: finishing rollback tid 2 to smithi07185159-40 2024-09-13T14:26:19.794 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 40 v 268 (ObjNum 483 snap 158 seq_num 483) dirty exists 2024-09-13T14:26:19.794 INFO:tasks.rados.rados.0.smithi071.stdout:1328: expect (ObjNum 459 snap 151 seq_num 459) 2024-09-13T14:26:19.912 INFO:tasks.rados.rados.0.smithi071.stdout:1332: finishing write tid 1 to smithi07185159-7 2024-09-13T14:26:19.912 INFO:tasks.rados.rados.0.smithi071.stdout:1330: expect (ObjNum 411 snap 129 seq_num 411) 2024-09-13T14:26:20.049 INFO:tasks.rados.rados.0.smithi071.stdout:1332: finishing write tid 2 to smithi07185159-7 2024-09-13T14:26:20.049 INFO:tasks.rados.rados.0.smithi071.stdout:1332: finishing write tid 3 to smithi07185159-7 2024-09-13T14:26:20.049 INFO:tasks.rados.rados.0.smithi071.stdout:1332: finishing write tid 4 to smithi07185159-7 2024-09-13T14:26:20.049 INFO:tasks.rados.rados.0.smithi071.stdout:1332: oid 7 updating version 0 to 172 2024-09-13T14:26:20.049 INFO:tasks.rados.rados.0.smithi071.stdout:1332: oid 7 version 172 is already newer than 171 2024-09-13T14:26:20.049 INFO:tasks.rados.rados.0.smithi071.stdout:1332: oid 7 updating version 172 to 173 2024-09-13T14:26:20.049 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 7 v 173 (ObjNum 518 snap 169 seq_num 518) dirty exists 2024-09-13T14:26:20.049 INFO:tasks.rados.rados.0.smithi071.stdout:1332: left oid 7 (ObjNum 518 snap 169 seq_num 518) 2024-09-13T14:26:20.778 INFO:tasks.rados.rados.0.smithi071.stdout:1328: done (4 left) 2024-09-13T14:26:20.778 INFO:tasks.rados.rados.0.smithi071.stdout:1330: done (3 left) 2024-09-13T14:26:20.778 INFO:tasks.rados.rados.0.smithi071.stdout:1331: done (2 left) 2024-09-13T14:26:20.778 INFO:tasks.rados.rados.0.smithi071.stdout:1332: done (1 left) 2024-09-13T14:26:20.778 INFO:tasks.rados.rados.0.smithi071.stdout:1333: done (0 left) 2024-09-13T14:26:20.778 INFO:tasks.rados.rados.0.smithi071.stdout:1334: delete oid 41 current snap is 170 2024-09-13T14:26:20.782 INFO:tasks.rados.rados.0.smithi071.stdout:1334: done (0 left) 2024-09-13T14:26:20.782 INFO:tasks.rados.rados.0.smithi071.stdout:1335: delete oid 45 current snap is 170 2024-09-13T14:26:20.784 INFO:tasks.rados.rados.0.smithi071.stdout:1335: done (0 left) 2024-09-13T14:26:20.784 INFO:tasks.rados.rados.0.smithi071.stdout:1336: snap_create 2024-09-13T14:26:20.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:20 smithi104 ceph-mon[33426]: osdmap e401: 8 total, 8 up, 8 in 2024-09-13T14:26:20.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:20 smithi104 ceph-mon[33426]: pgmap v51: 89 pgs: 89 active+clean; 206 MiB data, 717 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:26:21.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:20 smithi071 ceph-mon[107477]: osdmap e401: 8 total, 8 up, 8 in 2024-09-13T14:26:21.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:20 smithi071 ceph-mon[107477]: pgmap v51: 89 pgs: 89 active+clean; 206 MiB data, 717 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:26:21.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:20 smithi071 ceph-mon[112785]: osdmap e401: 8 total, 8 up, 8 in 2024-09-13T14:26:21.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:20 smithi071 ceph-mon[112785]: pgmap v51: 89 pgs: 89 active+clean; 206 MiB data, 717 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:26:21.778 INFO:tasks.rados.rados.0.smithi071.stdout:1336: done (0 left) 2024-09-13T14:26:21.779 INFO:tasks.rados.rados.0.smithi071.stdout:1337: write oid 34 current snap is 171 2024-09-13T14:26:21.779 INFO:tasks.rados.rados.0.smithi071.stdout:1337: seq_num 521 ranges {756447=716733,1887942=537832} 2024-09-13T14:26:21.786 INFO:tasks.rados.rados.0.smithi071.stdout:1337: writing smithi07185159-34 from 756447 to 1473180 tid 1 2024-09-13T14:26:21.792 INFO:tasks.rados.rados.0.smithi071.stdout:1337: writing smithi07185159-34 from 1887942 to 2425774 tid 2 2024-09-13T14:26:21.792 INFO:tasks.rados.rados.0.smithi071.stdout:1338: read oid 50 snap -1 2024-09-13T14:26:21.792 INFO:tasks.rados.rados.0.smithi071.stdout:1338: expect deleted 2024-09-13T14:26:21.792 INFO:tasks.rados.rados.0.smithi071.stdout:1339: read oid 19 snap -1 2024-09-13T14:26:21.793 INFO:tasks.rados.rados.0.smithi071.stdout:1339: expect deleted 2024-09-13T14:26:21.793 INFO:tasks.rados.rados.0.smithi071.stdout:1340: snap_remove snap 160 2024-09-13T14:26:22.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:21 smithi071 ceph-mon[107477]: osdmap e402: 8 total, 8 up, 8 in 2024-09-13T14:26:22.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:21 smithi071 ceph-mon[112785]: osdmap e402: 8 total, 8 up, 8 in 2024-09-13T14:26:22.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:21 smithi104 ceph-mon[33426]: osdmap e402: 8 total, 8 up, 8 in 2024-09-13T14:26:22.798 INFO:tasks.rados.rados.0.smithi071.stdout:1337: finishing write tid 1 to smithi07185159-34 2024-09-13T14:26:22.798 INFO:tasks.rados.rados.0.smithi071.stdout:1337: finishing write tid 2 to smithi07185159-34 2024-09-13T14:26:22.798 INFO:tasks.rados.rados.0.smithi071.stdout:1337: finishing write tid 3 to smithi07185159-34 2024-09-13T14:26:22.798 INFO:tasks.rados.rados.0.smithi071.stdout:1337: finishing write tid 4 to smithi07185159-34 2024-09-13T14:26:22.798 INFO:tasks.rados.rados.0.smithi071.stdout:1337: oid 34 updating version 0 to 208 2024-09-13T14:26:22.798 INFO:tasks.rados.rados.0.smithi071.stdout:1337: oid 34 version 208 is already newer than 206 2024-09-13T14:26:22.798 INFO:tasks.rados.rados.0.smithi071.stdout:1337: oid 34 version 208 is already newer than 207 2024-09-13T14:26:22.798 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 34 v 208 (ObjNum 521 snap 171 seq_num 521) dirty exists 2024-09-13T14:26:22.798 INFO:tasks.rados.rados.0.smithi071.stdout:1337: left oid 34 (ObjNum 521 snap 171 seq_num 521) 2024-09-13T14:26:22.798 INFO:tasks.rados.rados.0.smithi071.stdout:1337: done (3 left) 2024-09-13T14:26:22.799 INFO:tasks.rados.rados.0.smithi071.stdout:1338: done (2 left) 2024-09-13T14:26:22.799 INFO:tasks.rados.rados.0.smithi071.stdout:1339: done (1 left) 2024-09-13T14:26:22.799 INFO:tasks.rados.rados.0.smithi071.stdout:1340: done (0 left) 2024-09-13T14:26:22.799 INFO:tasks.rados.rados.0.smithi071.stdout:1341: write oid 50 current snap is 171 2024-09-13T14:26:22.799 INFO:tasks.rados.rados.0.smithi071.stdout:1341: seq_num 522 ranges {773254=791982,2346424=426830} 2024-09-13T14:26:22.808 INFO:tasks.rados.rados.0.smithi071.stdout:1341: writing smithi07185159-50 from 773254 to 1565236 tid 1 2024-09-13T14:26:22.813 INFO:tasks.rados.rados.0.smithi071.stdout:1341: writing smithi07185159-50 from 2346424 to 2773254 tid 2 2024-09-13T14:26:22.813 INFO:tasks.rados.rados.0.smithi071.stdout:1342: read oid 22 snap -1 2024-09-13T14:26:22.813 INFO:tasks.rados.rados.0.smithi071.stdout:1342: expect (ObjNum 461 snap 151 seq_num 461) 2024-09-13T14:26:22.813 INFO:tasks.rados.rados.0.smithi071.stdout:1343: read oid 13 snap -1 2024-09-13T14:26:22.813 INFO:tasks.rados.rados.0.smithi071.stdout:1343: expect (ObjNum 271 snap 86 seq_num 271) 2024-09-13T14:26:22.814 INFO:tasks.rados.rados.0.smithi071.stdout:1344: read oid 20 snap -1 2024-09-13T14:26:22.814 INFO:tasks.rados.rados.0.smithi071.stdout:1344: expect (ObjNum 458 snap 151 seq_num 458) 2024-09-13T14:26:22.814 INFO:tasks.rados.rados.0.smithi071.stdout:1345: snap_create 2024-09-13T14:26:22.814 INFO:tasks.rados.rados.0.smithi071.stdout:1341: finishing write tid 1 to smithi07185159-50 2024-09-13T14:26:22.821 INFO:tasks.rados.rados.0.smithi071.stdout:1341: finishing write tid 2 to smithi07185159-50 2024-09-13T14:26:22.822 INFO:tasks.rados.rados.0.smithi071.stdout:1341: finishing write tid 3 to smithi07185159-50 2024-09-13T14:26:22.822 INFO:tasks.rados.rados.0.smithi071.stdout:1341: finishing write tid 4 to smithi07185159-50 2024-09-13T14:26:22.822 INFO:tasks.rados.rados.0.smithi071.stdout:1341: oid 50 updating version 0 to 1361 2024-09-13T14:26:22.822 INFO:tasks.rados.rados.0.smithi071.stdout:1341: oid 50 updating version 1361 to 1362 2024-09-13T14:26:22.822 INFO:tasks.rados.rados.0.smithi071.stdout:1341: oid 50 version 1362 is already newer than 1360 2024-09-13T14:26:22.822 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 50 v 1362 (ObjNum 522 snap 171 seq_num 522) dirty exists 2024-09-13T14:26:22.822 INFO:tasks.rados.rados.0.smithi071.stdout:1341: left oid 50 (ObjNum 522 snap 171 seq_num 522) 2024-09-13T14:26:22.822 INFO:tasks.rados.rados.0.smithi071.stdout:1344: expect (ObjNum 458 snap 151 seq_num 458) 2024-09-13T14:26:23.089 INFO:tasks.rados.rados.0.smithi071.stdout:1343: expect (ObjNum 271 snap 86 seq_num 271) 2024-09-13T14:26:23.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:22 smithi071 ceph-mon[112785]: osdmap e403: 8 total, 8 up, 8 in 2024-09-13T14:26:23.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:22 smithi071 ceph-mon[112785]: pgmap v54: 89 pgs: 89 active+clean; 217 MiB data, 751 MiB used, 714 GiB / 715 GiB avail; 26 MiB/s rd, 2.8 MiB/s wr, 34 op/s 2024-09-13T14:26:23.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:22 smithi071 ceph-mon[107477]: osdmap e403: 8 total, 8 up, 8 in 2024-09-13T14:26:23.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:22 smithi071 ceph-mon[107477]: pgmap v54: 89 pgs: 89 active+clean; 217 MiB data, 751 MiB used, 714 GiB / 715 GiB avail; 26 MiB/s rd, 2.8 MiB/s wr, 34 op/s 2024-09-13T14:26:23.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:26:22 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:26:22] "GET /metrics HTTP/1.1" 200 36276 "" "Prometheus/2.51.0" 2024-09-13T14:26:23.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:22 smithi104 ceph-mon[33426]: osdmap e403: 8 total, 8 up, 8 in 2024-09-13T14:26:23.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:22 smithi104 ceph-mon[33426]: pgmap v54: 89 pgs: 89 active+clean; 217 MiB data, 751 MiB used, 714 GiB / 715 GiB avail; 26 MiB/s rd, 2.8 MiB/s wr, 34 op/s 2024-09-13T14:26:23.266 INFO:tasks.rados.rados.0.smithi071.stdout:1342: expect (ObjNum 461 snap 151 seq_num 461) 2024-09-13T14:26:23.795 INFO:tasks.rados.rados.0.smithi071.stdout:1341: done (4 left) 2024-09-13T14:26:23.796 INFO:tasks.rados.rados.0.smithi071.stdout:1342: done (3 left) 2024-09-13T14:26:23.796 INFO:tasks.rados.rados.0.smithi071.stdout:1343: done (2 left) 2024-09-13T14:26:23.796 INFO:tasks.rados.rados.0.smithi071.stdout:1344: done (1 left) 2024-09-13T14:26:23.796 INFO:tasks.rados.rados.0.smithi071.stdout:1345: done (0 left) 2024-09-13T14:26:23.796 INFO:tasks.rados.rados.0.smithi071.stdout:1346: write oid 19 current snap is 172 2024-09-13T14:26:23.796 INFO:tasks.rados.rados.0.smithi071.stdout:1346: seq_num 523 ranges {790061=467231,2004906=541501} 2024-09-13T14:26:23.801 INFO:tasks.rados.rados.0.smithi071.stdout:1346: writing smithi07185159-19 from 790061 to 1257292 tid 1 2024-09-13T14:26:23.809 INFO:tasks.rados.rados.0.smithi071.stdout:1346: writing smithi07185159-19 from 2004906 to 2546407 tid 2 2024-09-13T14:26:23.809 INFO:tasks.rados.rados.0.smithi071.stdout:1347: rollback oid 15 current snap is 172 2024-09-13T14:26:23.809 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 15 to 158 2024-09-13T14:26:23.809 INFO:tasks.rados.rados.0.smithi071.stdout:1346: finishing write tid 1 to smithi07185159-19 2024-09-13T14:26:23.810 INFO:tasks.rados.rados.0.smithi071.stdout:1348: read oid 38 snap -1 2024-09-13T14:26:23.810 INFO:tasks.rados.rados.0.smithi071.stdout:1348: expect (ObjNum 503 snap 164 seq_num 503) 2024-09-13T14:26:23.810 INFO:tasks.rados.rados.0.smithi071.stdout:1349: read oid 2 snap -1 2024-09-13T14:26:23.810 INFO:tasks.rados.rados.0.smithi071.stdout:1349: expect deleted 2024-09-13T14:26:23.810 INFO:tasks.rados.rados.0.smithi071.stdout:1350: delete oid 5 current snap is 172 2024-09-13T14:26:23.813 INFO:tasks.rados.rados.0.smithi071.stdout:1346: finishing write tid 2 to smithi07185159-19 2024-09-13T14:26:23.813 INFO:tasks.rados.rados.0.smithi071.stdout:1346: finishing write tid 3 to smithi07185159-19 2024-09-13T14:26:23.813 INFO:tasks.rados.rados.0.smithi071.stdout:1346: finishing write tid 4 to smithi07185159-19 2024-09-13T14:26:23.813 INFO:tasks.rados.rados.0.smithi071.stdout:1346: oid 19 updating version 0 to 473 2024-09-13T14:26:23.813 INFO:tasks.rados.rados.0.smithi071.stdout:1346: oid 19 updating version 473 to 474 2024-09-13T14:26:23.813 INFO:tasks.rados.rados.0.smithi071.stdout:1346: oid 19 version 474 is already newer than 472 2024-09-13T14:26:23.813 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 19 v 474 (ObjNum 523 snap 172 seq_num 523) dirty exists 2024-09-13T14:26:23.813 INFO:tasks.rados.rados.0.smithi071.stdout:1346: left oid 19 (ObjNum 523 snap 172 seq_num 523) 2024-09-13T14:26:23.816 INFO:tasks.rados.rados.0.smithi071.stdout:1347: finishing rollback tid 0 to smithi07185159-15 2024-09-13T14:26:23.816 INFO:tasks.rados.rados.0.smithi071.stdout:1347: finishing rollback tid 1 to smithi07185159-15 2024-09-13T14:26:23.816 INFO:tasks.rados.rados.0.smithi071.stdout:1347: finishing rollback tid 2 to smithi07185159-15 2024-09-13T14:26:23.816 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 15 v 1366 (ObjNum 474 snap 157 seq_num 474) dirty exists 2024-09-13T14:26:23.818 INFO:tasks.rados.rados.0.smithi071.stdout:1346: done (4 left) 2024-09-13T14:26:23.818 INFO:tasks.rados.rados.0.smithi071.stdout:1347: done (3 left) 2024-09-13T14:26:23.818 INFO:tasks.rados.rados.0.smithi071.stdout:1349: done (2 left) 2024-09-13T14:26:23.818 INFO:tasks.rados.rados.0.smithi071.stdout:1350: done (1 left) 2024-09-13T14:26:23.818 INFO:tasks.rados.rados.0.smithi071.stdout:1351: read oid 2 snap 163 2024-09-13T14:26:23.818 INFO:tasks.rados.rados.0.smithi071.stdout:1351: expect deleted 2024-09-13T14:26:23.818 INFO:tasks.rados.rados.0.smithi071.stdout:1352: read oid 12 snap -1 2024-09-13T14:26:23.819 INFO:tasks.rados.rados.0.smithi071.stdout:1352: expect (ObjNum 367 snap 117 seq_num 367) 2024-09-13T14:26:23.819 INFO:tasks.rados.rados.0.smithi071.stdout:1353: rollback oid 18 current snap is 172 2024-09-13T14:26:23.819 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 18 to 169 2024-09-13T14:26:23.819 INFO:tasks.rados.rados.0.smithi071.stdout:1354: rollback oid 42 current snap is 172 2024-09-13T14:26:23.819 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 42 to 167 2024-09-13T14:26:23.819 INFO:tasks.rados.rados.0.smithi071.stdout:1355: snap_remove snap 135 2024-09-13T14:26:24.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:23 smithi071 ceph-mon[107477]: osdmap e404: 8 total, 8 up, 8 in 2024-09-13T14:26:24.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:23 smithi071 ceph-mon[112785]: osdmap e404: 8 total, 8 up, 8 in 2024-09-13T14:26:24.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:23 smithi104 ceph-mon[33426]: osdmap e404: 8 total, 8 up, 8 in 2024-09-13T14:26:24.802 INFO:tasks.rados.rados.0.smithi071.stdout:1354: finishing rollback tid 0 to smithi07185159-42 2024-09-13T14:26:24.802 INFO:tasks.rados.rados.0.smithi071.stdout:1354: finishing rollback tid 1 to smithi07185159-42 2024-09-13T14:26:24.802 INFO:tasks.rados.rados.0.smithi071.stdout:1353: finishing rollback tid 0 to smithi07185159-18 2024-09-13T14:26:24.803 INFO:tasks.rados.rados.0.smithi071.stdout:1354: finishing rollback tid 2 to smithi07185159-42 2024-09-13T14:26:24.803 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 42 v 877 (ObjNum 513 snap 167 seq_num 513) dirty exists 2024-09-13T14:26:24.803 INFO:tasks.rados.rados.0.smithi071.stdout:1353: finishing rollback tid 1 to smithi07185159-18 2024-09-13T14:26:24.803 INFO:tasks.rados.rados.0.smithi071.stdout:1353: finishing rollback tid 2 to smithi07185159-18 2024-09-13T14:26:24.803 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 18 v 1372 (ObjNum 490 snap 160 seq_num 490) dirty exists 2024-09-13T14:26:24.803 INFO:tasks.rados.rados.0.smithi071.stdout:1352: expect (ObjNum 367 snap 117 seq_num 367) 2024-09-13T14:26:24.911 INFO:tasks.rados.rados.0.smithi071.stdout:1348: expect (ObjNum 503 snap 164 seq_num 503) 2024-09-13T14:26:25.057 INFO:tasks.rados.rados.0.smithi071.stdout:1348: done (5 left) 2024-09-13T14:26:25.057 INFO:tasks.rados.rados.0.smithi071.stdout:1351: done (4 left) 2024-09-13T14:26:25.057 INFO:tasks.rados.rados.0.smithi071.stdout:1352: done (3 left) 2024-09-13T14:26:25.058 INFO:tasks.rados.rados.0.smithi071.stdout:1353: done (2 left) 2024-09-13T14:26:25.058 INFO:tasks.rados.rados.0.smithi071.stdout:1354: done (1 left) 2024-09-13T14:26:25.058 INFO:tasks.rados.rados.0.smithi071.stdout:1355: done (0 left) 2024-09-13T14:26:25.058 INFO:tasks.rados.rados.0.smithi071.stdout:1356: delete oid 6 current snap is 172 2024-09-13T14:26:25.060 INFO:tasks.rados.rados.0.smithi071.stdout:1356: done (0 left) 2024-09-13T14:26:25.060 INFO:tasks.rados.rados.0.smithi071.stdout:1357: snap_remove snap 170 2024-09-13T14:26:25.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:24 smithi071 ceph-mon[107477]: osdmap e405: 8 total, 8 up, 8 in 2024-09-13T14:26:25.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:24 smithi071 ceph-mon[107477]: pgmap v57: 89 pgs: 89 active+clean; 217 MiB data, 751 MiB used, 714 GiB / 715 GiB avail; 26 MiB/s rd, 2.8 MiB/s wr, 34 op/s 2024-09-13T14:26:25.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:24 smithi071 ceph-mon[112785]: osdmap e405: 8 total, 8 up, 8 in 2024-09-13T14:26:25.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:24 smithi071 ceph-mon[112785]: pgmap v57: 89 pgs: 89 active+clean; 217 MiB data, 751 MiB used, 714 GiB / 715 GiB avail; 26 MiB/s rd, 2.8 MiB/s wr, 34 op/s 2024-09-13T14:26:25.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:24 smithi104 ceph-mon[33426]: osdmap e405: 8 total, 8 up, 8 in 2024-09-13T14:26:25.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:24 smithi104 ceph-mon[33426]: pgmap v57: 89 pgs: 89 active+clean; 217 MiB data, 751 MiB used, 714 GiB / 715 GiB avail; 26 MiB/s rd, 2.8 MiB/s wr, 34 op/s 2024-09-13T14:26:25.807 INFO:tasks.rados.rados.0.smithi071.stdout:1357: done (0 left) 2024-09-13T14:26:25.808 INFO:tasks.rados.rados.0.smithi071.stdout:1358: read oid 19 snap 159 2024-09-13T14:26:25.808 INFO:tasks.rados.rados.0.smithi071.stdout:1358: expect (ObjNum 389 snap 121 seq_num 389) 2024-09-13T14:26:25.808 INFO:tasks.rados.rados.0.smithi071.stdout:1359: write oid 21 current snap is 172 2024-09-13T14:26:25.808 INFO:tasks.rados.rados.0.smithi071.stdout:1359: seq_num 526 ranges {440482=409331,1380352=405181,2461553=378929} 2024-09-13T14:26:25.812 INFO:tasks.rados.rados.0.smithi071.stdout:1359: writing smithi07185159-21 from 440482 to 849813 tid 1 2024-09-13T14:26:25.817 INFO:tasks.rados.rados.0.smithi071.stdout:1359: writing smithi07185159-21 from 1380352 to 1785533 tid 2 2024-09-13T14:26:25.824 INFO:tasks.rados.rados.0.smithi071.stdout:1359: writing smithi07185159-21 from 2461553 to 2840482 tid 3 2024-09-13T14:26:25.824 INFO:tasks.rados.rados.0.smithi071.stdout:1360: write oid 44 current snap is 172 2024-09-13T14:26:25.824 INFO:tasks.rados.rados.0.smithi071.stdout:1360: seq_num 527 ranges {457289=484580,1438834=548839,2772623=84666} 2024-09-13T14:26:25.829 INFO:tasks.rados.rados.0.smithi071.stdout:1360: writing smithi07185159-44 from 457289 to 941869 tid 1 2024-09-13T14:26:25.835 INFO:tasks.rados.rados.0.smithi071.stdout:1360: writing smithi07185159-44 from 1438834 to 1987673 tid 2 2024-09-13T14:26:25.840 INFO:tasks.rados.rados.0.smithi071.stdout:1360: writing smithi07185159-44 from 2772623 to 2857289 tid 3 2024-09-13T14:26:25.840 INFO:tasks.rados.rados.0.smithi071.stdout:1361: read oid 35 snap -1 2024-09-13T14:26:25.840 INFO:tasks.rados.rados.0.smithi071.stdout:1361: expect deleted 2024-09-13T14:26:25.840 INFO:tasks.rados.rados.0.smithi071.stdout:1362: read oid 50 snap -1 2024-09-13T14:26:25.840 INFO:tasks.rados.rados.0.smithi071.stdout:1362: expect (ObjNum 522 snap 171 seq_num 522) 2024-09-13T14:26:25.840 INFO:tasks.rados.rados.0.smithi071.stdout:1363: write oid 26 current snap is 172 2024-09-13T14:26:25.840 INFO:tasks.rados.rados.0.smithi071.stdout:1358: expect (ObjNum 389 snap 121 seq_num 389) 2024-09-13T14:26:25.954 INFO:tasks.rados.rados.0.smithi071.stdout:1359: finishing write tid 1 to smithi07185159-21 2024-09-13T14:26:25.954 INFO:tasks.rados.rados.0.smithi071.stdout:1359: finishing write tid 2 to smithi07185159-21 2024-09-13T14:26:25.954 INFO:tasks.rados.rados.0.smithi071.stdout:1359: finishing write tid 3 to smithi07185159-21 2024-09-13T14:26:25.954 INFO:tasks.rados.rados.0.smithi071.stdout:1359: finishing write tid 4 to smithi07185159-21 2024-09-13T14:26:25.954 INFO:tasks.rados.rados.0.smithi071.stdout:1359: finishing write tid 5 to smithi07185159-21 2024-09-13T14:26:25.954 INFO:tasks.rados.rados.0.smithi071.stdout:1359: oid 21 updating version 0 to 595 2024-09-13T14:26:25.954 INFO:tasks.rados.rados.0.smithi071.stdout:1359: oid 21 version 595 is already newer than 594 2024-09-13T14:26:25.955 INFO:tasks.rados.rados.0.smithi071.stdout:1359: oid 21 version 595 is already newer than 593 2024-09-13T14:26:25.955 INFO:tasks.rados.rados.0.smithi071.stdout:1359: oid 21 version 595 is already newer than 592 2024-09-13T14:26:25.955 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 21 v 595 (ObjNum 526 snap 172 seq_num 526) dirty exists 2024-09-13T14:26:25.955 INFO:tasks.rados.rados.0.smithi071.stdout:1359: left oid 21 (ObjNum 526 snap 172 seq_num 526) 2024-09-13T14:26:25.955 INFO:tasks.rados.rados.0.smithi071.stdout:1360: finishing write tid 1 to smithi07185159-44 2024-09-13T14:26:25.955 INFO:tasks.rados.rados.0.smithi071.stdout:1363: seq_num 528 ranges {474096=559829,1780963=408850,2800046=74050} 2024-09-13T14:26:25.959 INFO:tasks.rados.rados.0.smithi071.stdout:1363: writing smithi07185159-26 from 474096 to 1033925 tid 1 2024-09-13T14:26:25.966 INFO:tasks.rados.rados.0.smithi071.stdout:1363: writing smithi07185159-26 from 1780963 to 2189813 tid 2 2024-09-13T14:26:25.970 INFO:tasks.rados.rados.0.smithi071.stdout:1363: writing smithi07185159-26 from 2800046 to 2874096 tid 3 2024-09-13T14:26:25.971 INFO:tasks.rados.rados.0.smithi071.stdout:1358: done (5 left) 2024-09-13T14:26:25.971 INFO:tasks.rados.rados.0.smithi071.stdout:1359: done (4 left) 2024-09-13T14:26:25.971 INFO:tasks.rados.rados.0.smithi071.stdout:1364: snap_remove snap 164 2024-09-13T14:26:26.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:25 smithi071 ceph-mon[107477]: osdmap e406: 8 total, 8 up, 8 in 2024-09-13T14:26:26.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:25 smithi071 ceph-mon[112785]: osdmap e406: 8 total, 8 up, 8 in 2024-09-13T14:26:26.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:25 smithi104 ceph-mon[33426]: osdmap e406: 8 total, 8 up, 8 in 2024-09-13T14:26:26.818 INFO:tasks.rados.rados.0.smithi071.stdout:1364: done (4 left) 2024-09-13T14:26:26.818 INFO:tasks.rados.rados.0.smithi071.stdout:1365: rollback oid 17 current snap is 172 2024-09-13T14:26:26.818 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 17 to 132 2024-09-13T14:26:26.818 INFO:tasks.rados.rados.0.smithi071.stdout:1366: read oid 10 snap -1 2024-09-13T14:26:26.819 INFO:tasks.rados.rados.0.smithi071.stdout:1366: expect (ObjNum 508 snap 166 seq_num 508) 2024-09-13T14:26:26.819 INFO:tasks.rados.rados.0.smithi071.stdout:1367: write oid 48 current snap is 172 2024-09-13T14:26:26.819 INFO:tasks.rados.rados.0.smithi071.stdout:1367: seq_num 529 ranges {490903=635078,1839445=552508} 2024-09-13T14:26:26.825 INFO:tasks.rados.rados.0.smithi071.stdout:1367: writing smithi07185159-48 from 490903 to 1125981 tid 1 2024-09-13T14:26:26.833 INFO:tasks.rados.rados.0.smithi071.stdout:1367: writing smithi07185159-48 from 1839445 to 2391953 tid 2 2024-09-13T14:26:26.833 INFO:tasks.rados.rados.0.smithi071.stdout:1368: write oid 21 current snap is 172 2024-09-13T14:26:26.833 INFO:tasks.rados.rados.0.smithi071.stdout:1360: finishing write tid 2 to smithi07185159-44 2024-09-13T14:26:26.833 INFO:tasks.rados.rados.0.smithi071.stdout:1360: finishing write tid 3 to smithi07185159-44 2024-09-13T14:26:26.833 INFO:tasks.rados.rados.0.smithi071.stdout:1360: finishing write tid 4 to smithi07185159-44 2024-09-13T14:26:26.833 INFO:tasks.rados.rados.0.smithi071.stdout:1360: finishing write tid 5 to smithi07185159-44 2024-09-13T14:26:26.833 INFO:tasks.rados.rados.0.smithi071.stdout:1360: oid 44 updating version 0 to 701 2024-09-13T14:26:26.833 INFO:tasks.rados.rados.0.smithi071.stdout:1360: oid 44 updating version 701 to 702 2024-09-13T14:26:26.833 INFO:tasks.rados.rados.0.smithi071.stdout:1360: oid 44 version 702 is already newer than 700 2024-09-13T14:26:26.833 INFO:tasks.rados.rados.0.smithi071.stdout:1360: oid 44 updating version 702 to 703 2024-09-13T14:26:26.833 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 44 v 703 (ObjNum 527 snap 172 seq_num 527) dirty exists 2024-09-13T14:26:26.834 INFO:tasks.rados.rados.0.smithi071.stdout:1360: left oid 44 (ObjNum 527 snap 172 seq_num 527) 2024-09-13T14:26:26.834 INFO:tasks.rados.rados.0.smithi071.stdout:1362: expect (ObjNum 522 snap 171 seq_num 522) 2024-09-13T14:26:26.922 INFO:tasks.rados.rados.0.smithi071.stdout:1363: finishing write tid 1 to smithi07185159-26 2024-09-13T14:26:26.922 INFO:tasks.rados.rados.0.smithi071.stdout:1363: finishing write tid 2 to smithi07185159-26 2024-09-13T14:26:26.922 INFO:tasks.rados.rados.0.smithi071.stdout:1368: seq_num 530 ranges {507710=710327,1897927=412519,2854892=52818} 2024-09-13T14:26:26.928 INFO:tasks.rados.rados.0.smithi071.stdout:1368: writing smithi07185159-21 from 507710 to 1218037 tid 1 2024-09-13T14:26:26.934 INFO:tasks.rados.rados.0.smithi071.stdout:1368: writing smithi07185159-21 from 1897927 to 2310446 tid 2 2024-09-13T14:26:26.938 INFO:tasks.rados.rados.0.smithi071.stdout:1368: writing smithi07185159-21 from 2854892 to 2907710 tid 3 2024-09-13T14:26:26.938 INFO:tasks.rados.rados.0.smithi071.stdout:1360: done (7 left) 2024-09-13T14:26:26.938 INFO:tasks.rados.rados.0.smithi071.stdout:1361: done (6 left) 2024-09-13T14:26:26.938 INFO:tasks.rados.rados.0.smithi071.stdout:1362: done (5 left) 2024-09-13T14:26:26.938 INFO:tasks.rados.rados.0.smithi071.stdout:1369: delete oid 18 current snap is 172 2024-09-13T14:26:26.939 INFO:tasks.rados.rados.0.smithi071.stdout:1363: finishing write tid 3 to smithi07185159-26 2024-09-13T14:26:26.939 INFO:tasks.rados.rados.0.smithi071.stdout:1363: finishing write tid 4 to smithi07185159-26 2024-09-13T14:26:26.939 INFO:tasks.rados.rados.0.smithi071.stdout:1363: finishing write tid 5 to smithi07185159-26 2024-09-13T14:26:26.939 INFO:tasks.rados.rados.0.smithi071.stdout:1363: oid 26 updating version 0 to 416 2024-09-13T14:26:26.939 INFO:tasks.rados.rados.0.smithi071.stdout:1363: oid 26 version 416 is already newer than 415 2024-09-13T14:26:26.939 INFO:tasks.rados.rados.0.smithi071.stdout:1363: oid 26 version 416 is already newer than 413 2024-09-13T14:26:26.939 INFO:tasks.rados.rados.0.smithi071.stdout:1363: oid 26 version 416 is already newer than 414 2024-09-13T14:26:26.939 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 26 v 416 (ObjNum 528 snap 172 seq_num 528) dirty exists 2024-09-13T14:26:26.939 INFO:tasks.rados.rados.0.smithi071.stdout:1363: left oid 26 (ObjNum 528 snap 172 seq_num 528) 2024-09-13T14:26:26.939 INFO:tasks.rados.rados.0.smithi071.stdout:1365: finishing rollback tid 0 to smithi07185159-17 2024-09-13T14:26:26.939 INFO:tasks.rados.rados.0.smithi071.stdout:1365: finishing rollback tid 1 to smithi07185159-17 2024-09-13T14:26:26.939 INFO:tasks.rados.rados.0.smithi071.stdout:1365: finishing rollback tid 2 to smithi07185159-17 2024-09-13T14:26:26.940 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 17 v 480 (ObjNum 419 snap 132 seq_num 419) dirty exists 2024-09-13T14:26:26.940 INFO:tasks.rados.rados.0.smithi071.stdout:1367: finishing write tid 1 to smithi07185159-48 2024-09-13T14:26:26.940 INFO:tasks.rados.rados.0.smithi071.stdout:1366: expect (ObjNum 508 snap 166 seq_num 508) 2024-09-13T14:26:27.063 INFO:tasks.rados.rados.0.smithi071.stdout:1367: finishing write tid 2 to smithi07185159-48 2024-09-13T14:26:27.063 INFO:tasks.rados.rados.0.smithi071.stdout:1367: finishing write tid 3 to smithi07185159-48 2024-09-13T14:26:27.063 INFO:tasks.rados.rados.0.smithi071.stdout:1367: finishing write tid 4 to smithi07185159-48 2024-09-13T14:26:27.063 INFO:tasks.rados.rados.0.smithi071.stdout:1367: oid 48 updating version 0 to 1404 2024-09-13T14:26:27.063 INFO:tasks.rados.rados.0.smithi071.stdout:1367: oid 48 updating version 1404 to 1405 2024-09-13T14:26:27.063 INFO:tasks.rados.rados.0.smithi071.stdout:1367: oid 48 version 1405 is already newer than 1397 2024-09-13T14:26:27.063 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 48 v 1405 (ObjNum 529 snap 172 seq_num 529) dirty exists 2024-09-13T14:26:27.063 INFO:tasks.rados.rados.0.smithi071.stdout:1367: left oid 48 (ObjNum 529 snap 172 seq_num 529) 2024-09-13T14:26:27.063 INFO:tasks.rados.rados.0.smithi071.stdout:1363: done (5 left) 2024-09-13T14:26:27.064 INFO:tasks.rados.rados.0.smithi071.stdout:1365: done (4 left) 2024-09-13T14:26:27.064 INFO:tasks.rados.rados.0.smithi071.stdout:1366: done (3 left) 2024-09-13T14:26:27.064 INFO:tasks.rados.rados.0.smithi071.stdout:1367: done (2 left) 2024-09-13T14:26:27.064 INFO:tasks.rados.rados.0.smithi071.stdout:1369: done (1 left) 2024-09-13T14:26:27.064 INFO:tasks.rados.rados.0.smithi071.stdout:1370: read oid 12 snap -1 2024-09-13T14:26:27.064 INFO:tasks.rados.rados.0.smithi071.stdout:1370: expect (ObjNum 367 snap 117 seq_num 367) 2024-09-13T14:26:27.064 INFO:tasks.rados.rados.0.smithi071.stdout:1371: read oid 29 snap 166 2024-09-13T14:26:27.064 INFO:tasks.rados.rados.0.smithi071.stdout:1371: expect deleted 2024-09-13T14:26:27.064 INFO:tasks.rados.rados.0.smithi071.stdout:1372: snap_create 2024-09-13T14:26:27.064 INFO:tasks.rados.rados.0.smithi071.stdout:1368: finishing write tid 1 to smithi07185159-21 2024-09-13T14:26:27.064 INFO:tasks.rados.rados.0.smithi071.stdout:1368: finishing write tid 2 to smithi07185159-21 2024-09-13T14:26:27.065 INFO:tasks.rados.rados.0.smithi071.stdout:1368: finishing write tid 3 to smithi07185159-21 2024-09-13T14:26:27.065 INFO:tasks.rados.rados.0.smithi071.stdout:1368: finishing write tid 4 to smithi07185159-21 2024-09-13T14:26:27.065 INFO:tasks.rados.rados.0.smithi071.stdout:1368: finishing write tid 5 to smithi07185159-21 2024-09-13T14:26:27.065 INFO:tasks.rados.rados.0.smithi071.stdout:1368: oid 21 updating version 0 to 602 2024-09-13T14:26:27.065 INFO:tasks.rados.rados.0.smithi071.stdout:1368: oid 21 updating version 602 to 604 2024-09-13T14:26:27.065 INFO:tasks.rados.rados.0.smithi071.stdout:1368: oid 21 updating version 604 to 605 2024-09-13T14:26:27.065 INFO:tasks.rados.rados.0.smithi071.stdout:1368: oid 21 version 605 is already newer than 603 2024-09-13T14:26:27.065 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 21 v 605 (ObjNum 530 snap 172 seq_num 530) dirty exists 2024-09-13T14:26:27.065 INFO:tasks.rados.rados.0.smithi071.stdout:1368: left oid 21 (ObjNum 530 snap 172 seq_num 530) 2024-09-13T14:26:27.066 INFO:tasks.rados.rados.0.smithi071.stdout:1370: expect (ObjNum 367 snap 117 seq_num 367) 2024-09-13T14:26:27.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:26 smithi071 ceph-mon[107477]: osdmap e407: 8 total, 8 up, 8 in 2024-09-13T14:26:27.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:26 smithi071 ceph-mon[107477]: pgmap v60: 89 pgs: 89 active+clean; 224 MiB data, 747 MiB used, 714 GiB / 715 GiB avail; 19 MiB/s rd, 851 KiB/s wr, 18 op/s 2024-09-13T14:26:27.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:26 smithi071 ceph-mon[112785]: osdmap e407: 8 total, 8 up, 8 in 2024-09-13T14:26:27.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:26 smithi071 ceph-mon[112785]: pgmap v60: 89 pgs: 89 active+clean; 224 MiB data, 747 MiB used, 714 GiB / 715 GiB avail; 19 MiB/s rd, 851 KiB/s wr, 18 op/s 2024-09-13T14:26:27.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:26 smithi104 ceph-mon[33426]: osdmap e407: 8 total, 8 up, 8 in 2024-09-13T14:26:27.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:26 smithi104 ceph-mon[33426]: pgmap v60: 89 pgs: 89 active+clean; 224 MiB data, 747 MiB used, 714 GiB / 715 GiB avail; 19 MiB/s rd, 851 KiB/s wr, 18 op/s 2024-09-13T14:26:27.771 INFO:tasks.rados.rados.0.smithi071.stdout:1368: done (3 left) 2024-09-13T14:26:27.771 INFO:tasks.rados.rados.0.smithi071.stdout:1370: done (2 left) 2024-09-13T14:26:27.771 INFO:tasks.rados.rados.0.smithi071.stdout:1371: done (1 left) 2024-09-13T14:26:27.771 INFO:tasks.rados.rados.0.smithi071.stdout:1372: done (0 left) 2024-09-13T14:26:27.771 INFO:tasks.rados.rados.0.smithi071.stdout:1373: read oid 17 snap -1 2024-09-13T14:26:27.772 INFO:tasks.rados.rados.0.smithi071.stdout:1373: expect (ObjNum 419 snap 132 seq_num 419) 2024-09-13T14:26:27.772 INFO:tasks.rados.rados.0.smithi071.stdout:1374: write oid 41 current snap is 173 2024-09-13T14:26:27.772 INFO:tasks.rados.rados.0.smithi071.stdout:1374: seq_num 532 ranges {541324=460825,1498538=416188,2393385=547939} 2024-09-13T14:26:27.776 INFO:tasks.rados.rados.0.smithi071.stdout:1374: writing smithi07185159-41 from 541324 to 1002149 tid 1 2024-09-13T14:26:27.781 INFO:tasks.rados.rados.0.smithi071.stdout:1374: writing smithi07185159-41 from 1498538 to 1914726 tid 2 2024-09-13T14:26:27.787 INFO:tasks.rados.rados.0.smithi071.stdout:1374: writing smithi07185159-41 from 2393385 to 2941324 tid 3 2024-09-13T14:26:27.787 INFO:tasks.rados.rados.0.smithi071.stdout:1375: snap_create 2024-09-13T14:26:27.787 INFO:tasks.rados.rados.0.smithi071.stdout:1373: expect (ObjNum 419 snap 132 seq_num 419) 2024-09-13T14:26:27.924 INFO:tasks.rados.rados.0.smithi071.stdout:1374: finishing write tid 1 to smithi07185159-41 2024-09-13T14:26:27.925 INFO:tasks.rados.rados.0.smithi071.stdout:1374: finishing write tid 2 to smithi07185159-41 2024-09-13T14:26:27.925 INFO:tasks.rados.rados.0.smithi071.stdout:1374: finishing write tid 3 to smithi07185159-41 2024-09-13T14:26:27.925 INFO:tasks.rados.rados.0.smithi071.stdout:1374: finishing write tid 4 to smithi07185159-41 2024-09-13T14:26:27.925 INFO:tasks.rados.rados.0.smithi071.stdout:1374: finishing write tid 5 to smithi07185159-41 2024-09-13T14:26:27.925 INFO:tasks.rados.rados.0.smithi071.stdout:1374: oid 41 updating version 0 to 897 2024-09-13T14:26:27.925 INFO:tasks.rados.rados.0.smithi071.stdout:1374: oid 41 version 897 is already newer than 894 2024-09-13T14:26:27.925 INFO:tasks.rados.rados.0.smithi071.stdout:1374: oid 41 version 897 is already newer than 896 2024-09-13T14:26:27.925 INFO:tasks.rados.rados.0.smithi071.stdout:1374: oid 41 version 897 is already newer than 895 2024-09-13T14:26:27.925 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 41 v 897 (ObjNum 532 snap 173 seq_num 532) dirty exists 2024-09-13T14:26:27.925 INFO:tasks.rados.rados.0.smithi071.stdout:1374: left oid 41 (ObjNum 532 snap 173 seq_num 532) 2024-09-13T14:26:28.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:27 smithi071 ceph-mon[107477]: osdmap e408: 8 total, 8 up, 8 in 2024-09-13T14:26:28.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:27 smithi071 ceph-mon[107477]: osdmap e409: 8 total, 8 up, 8 in 2024-09-13T14:26:28.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:27 smithi071 ceph-mon[112785]: osdmap e408: 8 total, 8 up, 8 in 2024-09-13T14:26:28.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:27 smithi071 ceph-mon[112785]: osdmap e409: 8 total, 8 up, 8 in 2024-09-13T14:26:28.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:27 smithi104 ceph-mon[33426]: osdmap e408: 8 total, 8 up, 8 in 2024-09-13T14:26:28.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:27 smithi104 ceph-mon[33426]: osdmap e409: 8 total, 8 up, 8 in 2024-09-13T14:26:28.770 INFO:tasks.rados.rados.0.smithi071.stdout:1373: done (2 left) 2024-09-13T14:26:28.771 INFO:tasks.rados.rados.0.smithi071.stdout:1374: done (1 left) 2024-09-13T14:26:28.771 INFO:tasks.rados.rados.0.smithi071.stdout:1375: done (0 left) 2024-09-13T14:26:28.771 INFO:tasks.rados.rados.0.smithi071.stdout:1376: write oid 10 current snap is 174 2024-09-13T14:26:28.771 INFO:tasks.rados.rados.0.smithi071.stdout:1376: seq_num 533 ranges {558131=652427,1673373=559846,2820808=137323} 2024-09-13T14:26:28.776 INFO:tasks.rados.rados.0.smithi071.stdout:1376: writing smithi07185159-10 from 558131 to 1210558 tid 1 2024-09-13T14:26:28.782 INFO:tasks.rados.rados.0.smithi071.stdout:1376: writing smithi07185159-10 from 1673373 to 2233219 tid 2 2024-09-13T14:26:28.786 INFO:tasks.rados.rados.0.smithi071.stdout:1376: writing smithi07185159-10 from 2820808 to 2958131 tid 3 2024-09-13T14:26:28.786 INFO:tasks.rados.rados.0.smithi071.stdout:1377: delete oid 29 current snap is 174 2024-09-13T14:26:28.786 INFO:tasks.rados.rados.0.smithi071.stdout:1376: finishing write tid 1 to smithi07185159-10 2024-09-13T14:26:28.786 INFO:tasks.rados.rados.0.smithi071.stdout:1376: finishing write tid 2 to smithi07185159-10 2024-09-13T14:26:28.788 INFO:tasks.rados.rados.0.smithi071.stdout:1376: finishing write tid 3 to smithi07185159-10 2024-09-13T14:26:28.788 INFO:tasks.rados.rados.0.smithi071.stdout:1376: finishing write tid 4 to smithi07185159-10 2024-09-13T14:26:28.788 INFO:tasks.rados.rados.0.smithi071.stdout:1376: finishing write tid 5 to smithi07185159-10 2024-09-13T14:26:28.788 INFO:tasks.rados.rados.0.smithi071.stdout:1376: oid 10 updating version 0 to 713 2024-09-13T14:26:28.789 INFO:tasks.rados.rados.0.smithi071.stdout:1376: oid 10 version 713 is already newer than 711 2024-09-13T14:26:28.789 INFO:tasks.rados.rados.0.smithi071.stdout:1376: oid 10 updating version 713 to 714 2024-09-13T14:26:28.789 INFO:tasks.rados.rados.0.smithi071.stdout:1376: oid 10 version 714 is already newer than 712 2024-09-13T14:26:28.789 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 10 v 714 (ObjNum 533 snap 174 seq_num 533) dirty exists 2024-09-13T14:26:28.789 INFO:tasks.rados.rados.0.smithi071.stdout:1376: left oid 10 (ObjNum 533 snap 174 seq_num 533) 2024-09-13T14:26:28.789 INFO:tasks.rados.rados.0.smithi071.stdout:1376: done (1 left) 2024-09-13T14:26:28.789 INFO:tasks.rados.rados.0.smithi071.stdout:1377: done (0 left) 2024-09-13T14:26:28.789 INFO:tasks.rados.rados.0.smithi071.stdout:1378: read oid 27 snap -1 2024-09-13T14:26:28.790 INFO:tasks.rados.rados.0.smithi071.stdout:1378: expect deleted 2024-09-13T14:26:28.790 INFO:tasks.rados.rados.0.smithi071.stdout:1379: snap_create 2024-09-13T14:26:29.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:28 smithi071 ceph-mon[107477]: pgmap v63: 89 pgs: 89 active+clean; 224 MiB data, 747 MiB used, 714 GiB / 715 GiB avail; 19 MiB/s rd, 851 KiB/s wr, 18 op/s 2024-09-13T14:26:29.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:28 smithi071 ceph-mon[107477]: osdmap e410: 8 total, 8 up, 8 in 2024-09-13T14:26:29.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:28 smithi071 ceph-mon[112785]: pgmap v63: 89 pgs: 89 active+clean; 224 MiB data, 747 MiB used, 714 GiB / 715 GiB avail; 19 MiB/s rd, 851 KiB/s wr, 18 op/s 2024-09-13T14:26:29.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:28 smithi071 ceph-mon[112785]: osdmap e410: 8 total, 8 up, 8 in 2024-09-13T14:26:29.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:28 smithi104 ceph-mon[33426]: pgmap v63: 89 pgs: 89 active+clean; 224 MiB data, 747 MiB used, 714 GiB / 715 GiB avail; 19 MiB/s rd, 851 KiB/s wr, 18 op/s 2024-09-13T14:26:29.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:28 smithi104 ceph-mon[33426]: osdmap e410: 8 total, 8 up, 8 in 2024-09-13T14:26:29.772 INFO:tasks.rados.rados.0.smithi071.stdout:1378: done (1 left) 2024-09-13T14:26:29.772 INFO:tasks.rados.rados.0.smithi071.stdout:1379: done (0 left) 2024-09-13T14:26:29.772 INFO:tasks.rados.rados.0.smithi071.stdout:1380: read oid 41 snap -1 2024-09-13T14:26:29.772 INFO:tasks.rados.rados.0.smithi071.stdout:1380: expect (ObjNum 532 snap 173 seq_num 532) 2024-09-13T14:26:29.772 INFO:tasks.rados.rados.0.smithi071.stdout:1381: delete oid 20 current snap is 175 2024-09-13T14:26:29.777 INFO:tasks.rados.rados.0.smithi071.stdout:1381: done (1 left) 2024-09-13T14:26:29.778 INFO:tasks.rados.rados.0.smithi071.stdout:1382: write oid 17 current snap is 175 2024-09-13T14:26:29.778 INFO:tasks.rados.rados.0.smithi071.stdout:1382: seq_num 536 ranges {608552=478174,1848819=707173} 2024-09-13T14:26:29.783 INFO:tasks.rados.rados.0.smithi071.stdout:1382: writing smithi07185159-17 from 608552 to 1086726 tid 1 2024-09-13T14:26:29.791 INFO:tasks.rados.rados.0.smithi071.stdout:1382: writing smithi07185159-17 from 1848819 to 2555992 tid 2 2024-09-13T14:26:29.792 INFO:tasks.rados.rados.0.smithi071.stdout:1383: write oid 8 current snap is 175 2024-09-13T14:26:29.792 INFO:tasks.rados.rados.0.smithi071.stdout:1383: seq_num 537 ranges {625359=553423,1790948=567184,2930500=94859} 2024-09-13T14:26:29.798 INFO:tasks.rados.rados.0.smithi071.stdout:1383: writing smithi07185159-8 from 625359 to 1178782 tid 1 2024-09-13T14:26:29.804 INFO:tasks.rados.rados.0.smithi071.stdout:1383: writing smithi07185159-8 from 1790948 to 2358132 tid 2 2024-09-13T14:26:29.808 INFO:tasks.rados.rados.0.smithi071.stdout:1383: writing smithi07185159-8 from 2930500 to 3025359 tid 3 2024-09-13T14:26:29.808 INFO:tasks.rados.rados.0.smithi071.stdout:1384: rollback oid 40 current snap is 175 2024-09-13T14:26:29.808 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 40 to 168 2024-09-13T14:26:29.808 INFO:tasks.rados.rados.0.smithi071.stdout:1380: expect (ObjNum 532 snap 173 seq_num 532) 2024-09-13T14:26:29.903 INFO:tasks.rados.rados.0.smithi071.stdout:1382: finishing write tid 1 to smithi07185159-17 2024-09-13T14:26:29.903 INFO:tasks.rados.rados.0.smithi071.stdout:1382: finishing write tid 2 to smithi07185159-17 2024-09-13T14:26:29.903 INFO:tasks.rados.rados.0.smithi071.stdout:1382: finishing write tid 3 to smithi07185159-17 2024-09-13T14:26:29.903 INFO:tasks.rados.rados.0.smithi071.stdout:1380: done (3 left) 2024-09-13T14:26:29.903 INFO:tasks.rados.rados.0.smithi071.stdout:1385: write oid 45 current snap is 175 2024-09-13T14:26:29.903 INFO:tasks.rados.rados.0.smithi071.stdout:1382: finishing write tid 4 to smithi07185159-17 2024-09-13T14:26:29.903 INFO:tasks.rados.rados.0.smithi071.stdout:1382: oid 17 updating version 0 to 486 2024-09-13T14:26:29.903 INFO:tasks.rados.rados.0.smithi071.stdout:1382: oid 17 version 486 is already newer than 485 2024-09-13T14:26:29.904 INFO:tasks.rados.rados.0.smithi071.stdout:1382: oid 17 version 486 is already newer than 484 2024-09-13T14:26:29.904 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 17 v 486 (ObjNum 536 snap 175 seq_num 536) dirty exists 2024-09-13T14:26:29.904 INFO:tasks.rados.rados.0.smithi071.stdout:1382: left oid 17 (ObjNum 536 snap 175 seq_num 536) 2024-09-13T14:26:29.904 INFO:tasks.rados.rados.0.smithi071.stdout:1383: finishing write tid 1 to smithi07185159-8 2024-09-13T14:26:29.904 INFO:tasks.rados.rados.0.smithi071.stdout:1385: seq_num 538 ranges {642166=628672,1849430=710842} 2024-09-13T14:26:29.909 INFO:tasks.rados.rados.0.smithi071.stdout:1385: writing smithi07185159-45 from 642166 to 1270838 tid 1 2024-09-13T14:26:29.917 INFO:tasks.rados.rados.0.smithi071.stdout:1385: writing smithi07185159-45 from 1849430 to 2560272 tid 2 2024-09-13T14:26:29.917 INFO:tasks.rados.rados.0.smithi071.stdout:1382: done (3 left) 2024-09-13T14:26:29.917 INFO:tasks.rados.rados.0.smithi071.stdout:1386: snap_create 2024-09-13T14:26:29.918 INFO:tasks.rados.rados.0.smithi071.stdout:1383: finishing write tid 2 to smithi07185159-8 2024-09-13T14:26:29.918 INFO:tasks.rados.rados.0.smithi071.stdout:1383: finishing write tid 3 to smithi07185159-8 2024-09-13T14:26:29.918 INFO:tasks.rados.rados.0.smithi071.stdout:1383: finishing write tid 4 to smithi07185159-8 2024-09-13T14:26:29.918 INFO:tasks.rados.rados.0.smithi071.stdout:1383: finishing write tid 5 to smithi07185159-8 2024-09-13T14:26:29.918 INFO:tasks.rados.rados.0.smithi071.stdout:1383: oid 8 updating version 0 to 326 2024-09-13T14:26:29.918 INFO:tasks.rados.rados.0.smithi071.stdout:1383: oid 8 updating version 326 to 327 2024-09-13T14:26:29.919 INFO:tasks.rados.rados.0.smithi071.stdout:1383: oid 8 updating version 327 to 328 2024-09-13T14:26:29.919 INFO:tasks.rados.rados.0.smithi071.stdout:1383: oid 8 version 328 is already newer than 325 2024-09-13T14:26:29.919 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 8 v 328 (ObjNum 537 snap 175 seq_num 537) dirty exists 2024-09-13T14:26:29.919 INFO:tasks.rados.rados.0.smithi071.stdout:1383: left oid 8 (ObjNum 537 snap 175 seq_num 537) 2024-09-13T14:26:29.919 INFO:tasks.rados.rados.0.smithi071.stdout:1384: finishing rollback tid 0 to smithi07185159-40 2024-09-13T14:26:29.919 INFO:tasks.rados.rados.0.smithi071.stdout:1384: finishing rollback tid 1 to smithi07185159-40 2024-09-13T14:26:29.919 INFO:tasks.rados.rados.0.smithi071.stdout:1384: finishing rollback tid 2 to smithi07185159-40 2024-09-13T14:26:29.919 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 40 v 278 (ObjNum 483 snap 158 seq_num 483) dirty exists 2024-09-13T14:26:29.920 INFO:tasks.rados.rados.0.smithi071.stdout:1385: finishing write tid 1 to smithi07185159-45 2024-09-13T14:26:29.920 INFO:tasks.rados.rados.0.smithi071.stdout:1385: finishing write tid 2 to smithi07185159-45 2024-09-13T14:26:29.921 INFO:tasks.rados.rados.0.smithi071.stdout:1385: finishing write tid 3 to smithi07185159-45 2024-09-13T14:26:29.921 INFO:tasks.rados.rados.0.smithi071.stdout:1385: finishing write tid 4 to smithi07185159-45 2024-09-13T14:26:29.921 INFO:tasks.rados.rados.0.smithi071.stdout:1385: oid 45 updating version 0 to 901 2024-09-13T14:26:29.921 INFO:tasks.rados.rados.0.smithi071.stdout:1385: oid 45 version 901 is already newer than 900 2024-09-13T14:26:29.921 INFO:tasks.rados.rados.0.smithi071.stdout:1385: oid 45 version 901 is already newer than 899 2024-09-13T14:26:29.921 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 45 v 901 (ObjNum 538 snap 175 seq_num 538) dirty exists 2024-09-13T14:26:29.921 INFO:tasks.rados.rados.0.smithi071.stdout:1385: left oid 45 (ObjNum 538 snap 175 seq_num 538) 2024-09-13T14:26:30.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:26:30.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:29 smithi071 ceph-mon[107477]: osdmap e411: 8 total, 8 up, 8 in 2024-09-13T14:26:30.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:26:30.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:29 smithi071 ceph-mon[112785]: osdmap e411: 8 total, 8 up, 8 in 2024-09-13T14:26:30.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:29 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:26:30.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:29 smithi104 ceph-mon[33426]: osdmap e411: 8 total, 8 up, 8 in 2024-09-13T14:26:30.825 INFO:tasks.rados.rados.0.smithi071.stdout:1383: done (3 left) 2024-09-13T14:26:30.826 INFO:tasks.rados.rados.0.smithi071.stdout:1384: done (2 left) 2024-09-13T14:26:30.826 INFO:tasks.rados.rados.0.smithi071.stdout:1385: done (1 left) 2024-09-13T14:26:30.826 INFO:tasks.rados.rados.0.smithi071.stdout:1386: done (0 left) 2024-09-13T14:26:30.826 INFO:tasks.rados.rados.0.smithi071.stdout:1387: delete oid 36 current snap is 176 2024-09-13T14:26:30.830 INFO:tasks.rados.rados.0.smithi071.stdout:1387: done (0 left) 2024-09-13T14:26:30.830 INFO:tasks.rados.rados.0.smithi071.stdout:1388: read oid 1 snap 169 2024-09-13T14:26:30.830 INFO:tasks.rados.rados.0.smithi071.stdout:1388: expect (ObjNum 510 snap 166 seq_num 510) 2024-09-13T14:26:30.830 INFO:tasks.rados.rados.0.smithi071.stdout:1389: write oid 35 current snap is 176 2024-09-13T14:26:30.830 INFO:tasks.rados.rados.0.smithi071.stdout:1389: seq_num 540 ranges {675780=495523,1682747=714511,3012769=63011} 2024-09-13T14:26:30.836 INFO:tasks.rados.rados.0.smithi071.stdout:1389: writing smithi07185159-35 from 675780 to 1171303 tid 1 2024-09-13T14:26:30.843 INFO:tasks.rados.rados.0.smithi071.stdout:1389: writing smithi07185159-35 from 1682747 to 2397258 tid 2 2024-09-13T14:26:30.847 INFO:tasks.rados.rados.0.smithi071.stdout:1389: writing smithi07185159-35 from 3012769 to 3075780 tid 3 2024-09-13T14:26:30.847 INFO:tasks.rados.rados.0.smithi071.stdout:1390: read oid 45 snap -1 2024-09-13T14:26:30.847 INFO:tasks.rados.rados.0.smithi071.stdout:1390: expect (ObjNum 538 snap 175 seq_num 538) 2024-09-13T14:26:30.847 INFO:tasks.rados.rados.0.smithi071.stdout:1391: write oid 41 current snap is 176 2024-09-13T14:26:30.847 INFO:tasks.rados.rados.0.smithi071.stdout:1391: seq_num 541 ranges {692587=570772,2024876=574522,3040192=52395} 2024-09-13T14:26:30.853 INFO:tasks.rados.rados.0.smithi071.stdout:1391: writing smithi07185159-41 from 692587 to 1263359 tid 1 2024-09-13T14:26:30.861 INFO:tasks.rados.rados.0.smithi071.stdout:1391: writing smithi07185159-41 from 2024876 to 2599398 tid 2 2024-09-13T14:26:30.864 INFO:tasks.rados.rados.0.smithi071.stdout:1391: writing smithi07185159-41 from 3040192 to 3092587 tid 3 2024-09-13T14:26:30.864 INFO:tasks.rados.rados.0.smithi071.stdout:1392: delete oid 24 current snap is 176 2024-09-13T14:26:30.864 INFO:tasks.rados.rados.0.smithi071.stdout:1389: finishing write tid 1 to smithi07185159-35 2024-09-13T14:26:30.865 INFO:tasks.rados.rados.0.smithi071.stdout:1388: expect (ObjNum 510 snap 166 seq_num 510) 2024-09-13T14:26:31.015 INFO:tasks.rados.rados.0.smithi071.stdout:1389: finishing write tid 2 to smithi07185159-35 2024-09-13T14:26:31.016 INFO:tasks.rados.rados.0.smithi071.stdout:1389: finishing write tid 3 to smithi07185159-35 2024-09-13T14:26:31.016 INFO:tasks.rados.rados.0.smithi071.stdout:1389: finishing write tid 4 to smithi07185159-35 2024-09-13T14:26:31.016 INFO:tasks.rados.rados.0.smithi071.stdout:1389: finishing write tid 5 to smithi07185159-35 2024-09-13T14:26:31.016 INFO:tasks.rados.rados.0.smithi071.stdout:1389: oid 35 updating version 0 to 668 2024-09-13T14:26:31.016 INFO:tasks.rados.rados.0.smithi071.stdout:1389: oid 35 updating version 668 to 670 2024-09-13T14:26:31.016 INFO:tasks.rados.rados.0.smithi071.stdout:1389: oid 35 updating version 670 to 671 2024-09-13T14:26:31.016 INFO:tasks.rados.rados.0.smithi071.stdout:1389: oid 35 version 671 is already newer than 669 2024-09-13T14:26:31.016 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 35 v 671 (ObjNum 540 snap 176 seq_num 540) dirty exists 2024-09-13T14:26:31.016 INFO:tasks.rados.rados.0.smithi071.stdout:1389: left oid 35 (ObjNum 540 snap 176 seq_num 540) 2024-09-13T14:26:31.016 INFO:tasks.rados.rados.0.smithi071.stdout:1390: expect (ObjNum 538 snap 175 seq_num 538) 2024-09-13T14:26:31.113 INFO:tasks.rados.rados.0.smithi071.stdout:1391: finishing write tid 1 to smithi07185159-41 2024-09-13T14:26:31.113 INFO:tasks.rados.rados.0.smithi071.stdout:1391: finishing write tid 2 to smithi07185159-41 2024-09-13T14:26:31.113 INFO:tasks.rados.rados.0.smithi071.stdout:1391: finishing write tid 3 to smithi07185159-41 2024-09-13T14:26:31.114 INFO:tasks.rados.rados.0.smithi071.stdout:1391: finishing write tid 4 to smithi07185159-41 2024-09-13T14:26:31.114 INFO:tasks.rados.rados.0.smithi071.stdout:1391: finishing write tid 5 to smithi07185159-41 2024-09-13T14:26:31.114 INFO:tasks.rados.rados.0.smithi071.stdout:1391: oid 41 updating version 0 to 904 2024-09-13T14:26:31.114 INFO:tasks.rados.rados.0.smithi071.stdout:1391: oid 41 version 904 is already newer than 903 2024-09-13T14:26:31.114 INFO:tasks.rados.rados.0.smithi071.stdout:1391: oid 41 updating version 904 to 906 2024-09-13T14:26:31.114 INFO:tasks.rados.rados.0.smithi071.stdout:1391: oid 41 version 906 is already newer than 905 2024-09-13T14:26:31.114 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 41 v 906 (ObjNum 541 snap 176 seq_num 541) dirty exists 2024-09-13T14:26:31.114 INFO:tasks.rados.rados.0.smithi071.stdout:1391: left oid 41 (ObjNum 541 snap 176 seq_num 541) 2024-09-13T14:26:31.114 INFO:tasks.rados.rados.0.smithi071.stdout:1388: done (4 left) 2024-09-13T14:26:31.114 INFO:tasks.rados.rados.0.smithi071.stdout:1389: done (3 left) 2024-09-13T14:26:31.114 INFO:tasks.rados.rados.0.smithi071.stdout:1390: done (2 left) 2024-09-13T14:26:31.114 INFO:tasks.rados.rados.0.smithi071.stdout:1391: done (1 left) 2024-09-13T14:26:31.114 INFO:tasks.rados.rados.0.smithi071.stdout:1392: done (0 left) 2024-09-13T14:26:31.114 INFO:tasks.rados.rados.0.smithi071.stdout:1393: snap_remove snap 171 2024-09-13T14:26:31.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:30 smithi071 ceph-mon[107477]: pgmap v66: 89 pgs: 89 active+clean; 224 MiB data, 747 MiB used, 714 GiB / 715 GiB avail 2024-09-13T14:26:31.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:30 smithi071 ceph-mon[112785]: pgmap v66: 89 pgs: 89 active+clean; 224 MiB data, 747 MiB used, 714 GiB / 715 GiB avail 2024-09-13T14:26:31.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:30 smithi104 ceph-mon[33426]: pgmap v66: 89 pgs: 89 active+clean; 224 MiB data, 747 MiB used, 714 GiB / 715 GiB avail 2024-09-13T14:26:31.839 INFO:tasks.rados.rados.0.smithi071.stdout:1393: done (0 left) 2024-09-13T14:26:31.840 INFO:tasks.rados.rados.0.smithi071.stdout:1394: snap_create 2024-09-13T14:26:32.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:31 smithi071 ceph-mon[107477]: osdmap e412: 8 total, 8 up, 8 in 2024-09-13T14:26:32.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:31 smithi071 ceph-mon[112785]: osdmap e412: 8 total, 8 up, 8 in 2024-09-13T14:26:32.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:31 smithi104 ceph-mon[33426]: osdmap e412: 8 total, 8 up, 8 in 2024-09-13T14:26:32.840 INFO:tasks.rados.rados.0.smithi071.stdout:1394: done (0 left) 2024-09-13T14:26:32.840 INFO:tasks.rados.rados.0.smithi071.stdout:1395: delete oid 44 current snap is 177 2024-09-13T14:26:32.845 INFO:tasks.rados.rados.0.smithi071.stdout:1395: done (0 left) 2024-09-13T14:26:32.845 INFO:tasks.rados.rados.0.smithi071.stdout:1396: write oid 12 current snap is 177 2024-09-13T14:26:32.845 INFO:tasks.rados.rados.0.smithi071.stdout:1396: seq_num 544 ranges {743008=796519,2200322=721849} 2024-09-13T14:26:32.853 INFO:tasks.rados.rados.0.smithi071.stdout:1396: writing smithi07185159-12 from 743008 to 1539527 tid 1 2024-09-13T14:26:32.862 INFO:tasks.rados.rados.0.smithi071.stdout:1396: writing smithi07185159-12 from 2200322 to 2922171 tid 2 2024-09-13T14:26:32.862 INFO:tasks.rados.rados.0.smithi071.stdout:1397: read oid 40 snap -1 2024-09-13T14:26:32.862 INFO:tasks.rados.rados.0.smithi071.stdout:1397: expect (ObjNum 483 snap 158 seq_num 483) 2024-09-13T14:26:32.862 INFO:tasks.rados.rados.0.smithi071.stdout:1398: rollback oid 2 current snap is 177 2024-09-13T14:26:32.862 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 2 to 169 2024-09-13T14:26:32.862 INFO:tasks.rados.rados.0.smithi071.stdout:1396: finishing write tid 1 to smithi07185159-12 2024-09-13T14:26:32.862 INFO:tasks.rados.rados.0.smithi071.stdout:1399: rollback oid 42 current snap is 177 2024-09-13T14:26:32.863 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 42 to 166 2024-09-13T14:26:32.863 INFO:tasks.rados.rados.0.smithi071.stdout:1400: read oid 45 snap -1 2024-09-13T14:26:32.863 INFO:tasks.rados.rados.0.smithi071.stdout:1400: expect (ObjNum 538 snap 175 seq_num 538) 2024-09-13T14:26:32.863 INFO:tasks.rados.rados.0.smithi071.stdout:1401: write oid 23 current snap is 177 2024-09-13T14:26:32.863 INFO:tasks.rados.rados.0.smithi071.stdout:1401: seq_num 545 ranges {759815=471768,1742451=465507,2917178=242637} 2024-09-13T14:26:32.869 INFO:tasks.rados.rados.0.smithi071.stdout:1401: writing smithi07185159-23 from 759815 to 1231583 tid 1 2024-09-13T14:26:32.874 INFO:tasks.rados.rados.0.smithi071.stdout:1401: writing smithi07185159-23 from 1742451 to 2207958 tid 2 2024-09-13T14:26:32.880 INFO:tasks.rados.rados.0.smithi071.stdout:1401: writing smithi07185159-23 from 2917178 to 3159815 tid 3 2024-09-13T14:26:32.880 INFO:tasks.rados.rados.0.smithi071.stdout:1402: snap_remove snap 162 2024-09-13T14:26:32.880 INFO:tasks.rados.rados.0.smithi071.stdout:1398: finishing rollback tid 1 to smithi07185159-2 2024-09-13T14:26:32.880 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 2 v 0 (ObjNum 129 snap 0 seq_num 1961107584) dirty dne 2024-09-13T14:26:32.880 INFO:tasks.rados.rados.0.smithi071.stdout:1396: finishing write tid 2 to smithi07185159-12 2024-09-13T14:26:32.880 INFO:tasks.rados.rados.0.smithi071.stdout:1396: finishing write tid 3 to smithi07185159-12 2024-09-13T14:26:32.880 INFO:tasks.rados.rados.0.smithi071.stdout:1396: finishing write tid 4 to smithi07185159-12 2024-09-13T14:26:32.881 INFO:tasks.rados.rados.0.smithi071.stdout:1396: oid 12 updating version 0 to 164 2024-09-13T14:26:32.881 INFO:tasks.rados.rados.0.smithi071.stdout:1396: oid 12 updating version 164 to 165 2024-09-13T14:26:32.881 INFO:tasks.rados.rados.0.smithi071.stdout:1396: oid 12 updating version 165 to 166 2024-09-13T14:26:32.881 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 12 v 166 (ObjNum 544 snap 177 seq_num 544) dirty exists 2024-09-13T14:26:32.881 INFO:tasks.rados.rados.0.smithi071.stdout:1396: left oid 12 (ObjNum 544 snap 177 seq_num 544) 2024-09-13T14:26:33.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:32 smithi071 ceph-mon[107477]: osdmap e413: 8 total, 8 up, 8 in 2024-09-13T14:26:33.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:32 smithi071 ceph-mon[107477]: pgmap v69: 89 pgs: 89 active+clean; 246 MiB data, 773 MiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 2.9 MiB/s wr, 28 op/s 2024-09-13T14:26:33.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:26:32 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:26:32] "GET /metrics HTTP/1.1" 200 36266 "" "Prometheus/2.51.0" 2024-09-13T14:26:33.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:32 smithi071 ceph-mon[112785]: osdmap e413: 8 total, 8 up, 8 in 2024-09-13T14:26:33.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:32 smithi071 ceph-mon[112785]: pgmap v69: 89 pgs: 89 active+clean; 246 MiB data, 773 MiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 2.9 MiB/s wr, 28 op/s 2024-09-13T14:26:33.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:32 smithi104 ceph-mon[33426]: osdmap e413: 8 total, 8 up, 8 in 2024-09-13T14:26:33.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:32 smithi104 ceph-mon[33426]: pgmap v69: 89 pgs: 89 active+clean; 246 MiB data, 773 MiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 2.9 MiB/s wr, 28 op/s 2024-09-13T14:26:33.848 INFO:tasks.rados.rados.0.smithi071.stdout:1396: done (6 left) 2024-09-13T14:26:33.848 INFO:tasks.rados.rados.0.smithi071.stdout:1398: done (5 left) 2024-09-13T14:26:33.848 INFO:tasks.rados.rados.0.smithi071.stdout:1402: done (4 left) 2024-09-13T14:26:33.848 INFO:tasks.rados.rados.0.smithi071.stdout:1403: delete oid 18 current snap is 177 2024-09-13T14:26:33.848 INFO:tasks.rados.rados.0.smithi071.stdout:1399: finishing rollback tid 0 to smithi07185159-42 2024-09-13T14:26:33.848 INFO:tasks.rados.rados.0.smithi071.stdout:1399: finishing rollback tid 1 to smithi07185159-42 2024-09-13T14:26:33.848 INFO:tasks.rados.rados.0.smithi071.stdout:1399: finishing rollback tid 2 to smithi07185159-42 2024-09-13T14:26:33.848 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 42 v 912 (ObjNum 377 snap 119 seq_num 377) dirty exists 2024-09-13T14:26:33.848 INFO:tasks.rados.rados.0.smithi071.stdout:1397: expect (ObjNum 483 snap 158 seq_num 483) 2024-09-13T14:26:33.918 INFO:tasks.rados.rados.0.smithi071.stdout:1400: expect (ObjNum 538 snap 175 seq_num 538) 2024-09-13T14:26:34.017 INFO:tasks.rados.rados.0.smithi071.stdout:1401: finishing write tid 1 to smithi07185159-23 2024-09-13T14:26:34.017 INFO:tasks.rados.rados.0.smithi071.stdout:1401: finishing write tid 2 to smithi07185159-23 2024-09-13T14:26:34.017 INFO:tasks.rados.rados.0.smithi071.stdout:1401: finishing write tid 3 to smithi07185159-23 2024-09-13T14:26:34.018 INFO:tasks.rados.rados.0.smithi071.stdout:1401: finishing write tid 4 to smithi07185159-23 2024-09-13T14:26:34.018 INFO:tasks.rados.rados.0.smithi071.stdout:1401: finishing write tid 5 to smithi07185159-23 2024-09-13T14:26:34.018 INFO:tasks.rados.rados.0.smithi071.stdout:1401: oid 23 updating version 0 to 688 2024-09-13T14:26:34.018 INFO:tasks.rados.rados.0.smithi071.stdout:1401: oid 23 version 688 is already newer than 686 2024-09-13T14:26:34.018 INFO:tasks.rados.rados.0.smithi071.stdout:1401: oid 23 version 688 is already newer than 687 2024-09-13T14:26:34.018 INFO:tasks.rados.rados.0.smithi071.stdout:1401: oid 23 version 688 is already newer than 685 2024-09-13T14:26:34.018 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 23 v 688 (ObjNum 545 snap 177 seq_num 545) dirty exists 2024-09-13T14:26:34.018 INFO:tasks.rados.rados.0.smithi071.stdout:1401: left oid 23 (ObjNum 545 snap 177 seq_num 545) 2024-09-13T14:26:34.018 INFO:tasks.rados.rados.0.smithi071.stdout:1397: done (4 left) 2024-09-13T14:26:34.018 INFO:tasks.rados.rados.0.smithi071.stdout:1399: done (3 left) 2024-09-13T14:26:34.018 INFO:tasks.rados.rados.0.smithi071.stdout:1400: done (2 left) 2024-09-13T14:26:34.018 INFO:tasks.rados.rados.0.smithi071.stdout:1401: done (1 left) 2024-09-13T14:26:34.018 INFO:tasks.rados.rados.0.smithi071.stdout:1403: done (0 left) 2024-09-13T14:26:34.019 INFO:tasks.rados.rados.0.smithi071.stdout:1404: read oid 9 snap -1 2024-09-13T14:26:34.019 INFO:tasks.rados.rados.0.smithi071.stdout:1404: expect (ObjNum 435 snap 140 seq_num 435) 2024-09-13T14:26:34.019 INFO:tasks.rados.rados.0.smithi071.stdout:1405: read oid 16 snap -1 2024-09-13T14:26:34.019 INFO:tasks.rados.rados.0.smithi071.stdout:1405: expect (ObjNum 444 snap 145 seq_num 444) 2024-09-13T14:26:34.019 INFO:tasks.rados.rados.0.smithi071.stdout:1406: write oid 24 current snap is 177 2024-09-13T14:26:34.019 INFO:tasks.rados.rados.0.smithi071.stdout:1406: seq_num 547 ranges {793429=622266,1859415=469176,2972024=221405} 2024-09-13T14:26:34.024 INFO:tasks.rados.rados.0.smithi071.stdout:1406: writing smithi07185159-24 from 793429 to 1415695 tid 1 2024-09-13T14:26:34.029 INFO:tasks.rados.rados.0.smithi071.stdout:1406: writing smithi07185159-24 from 1859415 to 2328591 tid 2 2024-09-13T14:26:34.034 INFO:tasks.rados.rados.0.smithi071.stdout:1406: writing smithi07185159-24 from 2972024 to 3193429 tid 3 2024-09-13T14:26:34.034 INFO:tasks.rados.rados.0.smithi071.stdout:1407: snap_remove snap 176 2024-09-13T14:26:34.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:33 smithi071 ceph-mon[107477]: osdmap e414: 8 total, 8 up, 8 in 2024-09-13T14:26:34.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:33 smithi071 ceph-mon[112785]: osdmap e414: 8 total, 8 up, 8 in 2024-09-13T14:26:34.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:33 smithi104 ceph-mon[33426]: osdmap e414: 8 total, 8 up, 8 in 2024-09-13T14:26:34.851 INFO:tasks.rados.rados.0.smithi071.stdout:1407: done (3 left) 2024-09-13T14:26:34.851 INFO:tasks.rados.rados.0.smithi071.stdout:1408: snap_remove snap 175 2024-09-13T14:26:35.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:34 smithi071 ceph-mon[107477]: osdmap e415: 8 total, 8 up, 8 in 2024-09-13T14:26:35.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:34 smithi071 ceph-mon[107477]: pgmap v72: 89 pgs: 89 active+clean; 246 MiB data, 773 MiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 2.9 MiB/s wr, 28 op/s 2024-09-13T14:26:35.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:34 smithi071 ceph-mon[112785]: osdmap e415: 8 total, 8 up, 8 in 2024-09-13T14:26:35.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:34 smithi071 ceph-mon[112785]: pgmap v72: 89 pgs: 89 active+clean; 246 MiB data, 773 MiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 2.9 MiB/s wr, 28 op/s 2024-09-13T14:26:35.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:34 smithi104 ceph-mon[33426]: osdmap e415: 8 total, 8 up, 8 in 2024-09-13T14:26:35.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:34 smithi104 ceph-mon[33426]: pgmap v72: 89 pgs: 89 active+clean; 246 MiB data, 773 MiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 2.9 MiB/s wr, 28 op/s 2024-09-13T14:26:35.852 INFO:tasks.rados.rados.0.smithi071.stdout:1408: done (3 left) 2024-09-13T14:26:35.852 INFO:tasks.rados.rados.0.smithi071.stdout:1409: write oid 36 current snap is 177 2024-09-13T14:26:35.853 INFO:tasks.rados.rados.0.smithi071.stdout:1409: seq_num 548 ranges {410236=413868,1234250=729187,2715800=423063} 2024-09-13T14:26:35.857 INFO:tasks.rados.rados.0.smithi071.stdout:1409: writing smithi07185159-36 from 410236 to 824104 tid 1 2024-09-13T14:26:35.864 INFO:tasks.rados.rados.0.smithi071.stdout:1409: writing smithi07185159-36 from 1234250 to 1963437 tid 2 2024-09-13T14:26:35.872 INFO:tasks.rados.rados.0.smithi071.stdout:1409: writing smithi07185159-36 from 2715800 to 3138863 tid 3 2024-09-13T14:26:35.873 INFO:tasks.rados.rados.0.smithi071.stdout:1410: snap_create 2024-09-13T14:26:35.873 INFO:tasks.rados.rados.0.smithi071.stdout:1405: expect (ObjNum 444 snap 145 seq_num 444) 2024-09-13T14:26:36.058 INFO:tasks.rados.rados.0.smithi071.stdout:1404: expect (ObjNum 435 snap 140 seq_num 435) 2024-09-13T14:26:36.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:35 smithi071 ceph-mon[107477]: osdmap e416: 8 total, 8 up, 8 in 2024-09-13T14:26:36.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:35 smithi071 ceph-mon[112785]: osdmap e416: 8 total, 8 up, 8 in 2024-09-13T14:26:36.162 INFO:tasks.rados.rados.0.smithi071.stdout:1406: finishing write tid 1 to smithi07185159-24 2024-09-13T14:26:36.163 INFO:tasks.rados.rados.0.smithi071.stdout:1406: finishing write tid 2 to smithi07185159-24 2024-09-13T14:26:36.163 INFO:tasks.rados.rados.0.smithi071.stdout:1406: finishing write tid 3 to smithi07185159-24 2024-09-13T14:26:36.163 INFO:tasks.rados.rados.0.smithi071.stdout:1406: finishing write tid 4 to smithi07185159-24 2024-09-13T14:26:36.163 INFO:tasks.rados.rados.0.smithi071.stdout:1406: finishing write tid 5 to smithi07185159-24 2024-09-13T14:26:36.163 INFO:tasks.rados.rados.0.smithi071.stdout:1406: oid 24 updating version 0 to 360 2024-09-13T14:26:36.163 INFO:tasks.rados.rados.0.smithi071.stdout:1406: oid 24 updating version 360 to 362 2024-09-13T14:26:36.163 INFO:tasks.rados.rados.0.smithi071.stdout:1406: oid 24 updating version 362 to 363 2024-09-13T14:26:36.163 INFO:tasks.rados.rados.0.smithi071.stdout:1406: oid 24 version 363 is already newer than 361 2024-09-13T14:26:36.163 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 24 v 363 (ObjNum 547 snap 177 seq_num 547) dirty exists 2024-09-13T14:26:36.163 INFO:tasks.rados.rados.0.smithi071.stdout:1406: left oid 24 (ObjNum 547 snap 177 seq_num 547) 2024-09-13T14:26:36.163 INFO:tasks.rados.rados.0.smithi071.stdout:1409: finishing write tid 1 to smithi07185159-36 2024-09-13T14:26:36.164 INFO:tasks.rados.rados.0.smithi071.stdout:1409: finishing write tid 2 to smithi07185159-36 2024-09-13T14:26:36.164 INFO:tasks.rados.rados.0.smithi071.stdout:1409: finishing write tid 3 to smithi07185159-36 2024-09-13T14:26:36.164 INFO:tasks.rados.rados.0.smithi071.stdout:1409: finishing write tid 4 to smithi07185159-36 2024-09-13T14:26:36.164 INFO:tasks.rados.rados.0.smithi071.stdout:1409: finishing write tid 5 to smithi07185159-36 2024-09-13T14:26:36.164 INFO:tasks.rados.rados.0.smithi071.stdout:1409: oid 36 updating version 0 to 293 2024-09-13T14:26:36.164 INFO:tasks.rados.rados.0.smithi071.stdout:1409: oid 36 version 293 is already newer than 289 2024-09-13T14:26:36.164 INFO:tasks.rados.rados.0.smithi071.stdout:1409: oid 36 updating version 293 to 294 2024-09-13T14:26:36.164 INFO:tasks.rados.rados.0.smithi071.stdout:1409: oid 36 version 294 is already newer than 292 2024-09-13T14:26:36.164 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 36 v 294 (ObjNum 548 snap 177 seq_num 548) dirty exists 2024-09-13T14:26:36.164 INFO:tasks.rados.rados.0.smithi071.stdout:1409: left oid 36 (ObjNum 548 snap 177 seq_num 548) 2024-09-13T14:26:36.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:35 smithi104 ceph-mon[33426]: osdmap e416: 8 total, 8 up, 8 in 2024-09-13T14:26:36.865 INFO:tasks.rados.rados.0.smithi071.stdout:1404: done (4 left) 2024-09-13T14:26:36.865 INFO:tasks.rados.rados.0.smithi071.stdout:1405: done (3 left) 2024-09-13T14:26:36.865 INFO:tasks.rados.rados.0.smithi071.stdout:1406: done (2 left) 2024-09-13T14:26:36.865 INFO:tasks.rados.rados.0.smithi071.stdout:1409: done (1 left) 2024-09-13T14:26:36.865 INFO:tasks.rados.rados.0.smithi071.stdout:1410: done (0 left) 2024-09-13T14:26:36.865 INFO:tasks.rados.rados.0.smithi071.stdout:1411: write oid 24 current snap is 178 2024-09-13T14:26:36.866 INFO:tasks.rados.rados.0.smithi071.stdout:1411: seq_num 549 ranges {427043=489117,1576379=472845,2626870=600173} 2024-09-13T14:26:36.869 INFO:tasks.rados.rados.0.smithi071.stdout:1411: writing smithi07185159-24 from 427043 to 916160 tid 1 2024-09-13T14:26:36.876 INFO:tasks.rados.rados.0.smithi071.stdout:1411: writing smithi07185159-24 from 1576379 to 2049224 tid 2 2024-09-13T14:26:36.882 INFO:tasks.rados.rados.0.smithi071.stdout:1411: writing smithi07185159-24 from 2626870 to 3227043 tid 3 2024-09-13T14:26:36.883 INFO:tasks.rados.rados.0.smithi071.stdout:1412: read oid 49 snap -1 2024-09-13T14:26:36.883 INFO:tasks.rados.rados.0.smithi071.stdout:1412: expect (ObjNum 448 snap 148 seq_num 448) 2024-09-13T14:26:36.883 INFO:tasks.rados.rados.0.smithi071.stdout:1413: write oid 9 current snap is 178 2024-09-13T14:26:36.883 INFO:tasks.rados.rados.0.smithi071.stdout:1411: finishing write tid 1 to smithi07185159-24 2024-09-13T14:26:36.883 INFO:tasks.rados.rados.0.smithi071.stdout:1411: finishing write tid 2 to smithi07185159-24 2024-09-13T14:26:36.883 INFO:tasks.rados.rados.0.smithi071.stdout:1413: seq_num 550 ranges {443850=564366,1634861=732856,2770646=473204} 2024-09-13T14:26:36.888 INFO:tasks.rados.rados.0.smithi071.stdout:1413: writing smithi07185159-9 from 443850 to 1008216 tid 1 2024-09-13T14:26:36.895 INFO:tasks.rados.rados.0.smithi071.stdout:1413: writing smithi07185159-9 from 1634861 to 2367717 tid 2 2024-09-13T14:26:36.901 INFO:tasks.rados.rados.0.smithi071.stdout:1413: writing smithi07185159-9 from 2770646 to 3243850 tid 3 2024-09-13T14:26:36.901 INFO:tasks.rados.rados.0.smithi071.stdout:1411: finishing write tid 3 to smithi07185159-24 2024-09-13T14:26:36.901 INFO:tasks.rados.rados.0.smithi071.stdout:1411: finishing write tid 4 to smithi07185159-24 2024-09-13T14:26:36.901 INFO:tasks.rados.rados.0.smithi071.stdout:1411: finishing write tid 5 to smithi07185159-24 2024-09-13T14:26:36.901 INFO:tasks.rados.rados.0.smithi071.stdout:1411: oid 24 updating version 0 to 367 2024-09-13T14:26:36.901 INFO:tasks.rados.rados.0.smithi071.stdout:1411: oid 24 updating version 367 to 369 2024-09-13T14:26:36.902 INFO:tasks.rados.rados.0.smithi071.stdout:1411: oid 24 version 369 is already newer than 368 2024-09-13T14:26:36.902 INFO:tasks.rados.rados.0.smithi071.stdout:1411: oid 24 updating version 369 to 370 2024-09-13T14:26:36.902 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 24 v 370 (ObjNum 549 snap 178 seq_num 549) dirty exists 2024-09-13T14:26:36.902 INFO:tasks.rados.rados.0.smithi071.stdout:1411: left oid 24 (ObjNum 549 snap 178 seq_num 549) 2024-09-13T14:26:36.902 INFO:tasks.rados.rados.0.smithi071.stdout:1414: read oid 12 snap 141 2024-09-13T14:26:36.902 INFO:tasks.rados.rados.0.smithi071.stdout:1414: expect (ObjNum 367 snap 117 seq_num 367) 2024-09-13T14:26:36.902 INFO:tasks.rados.rados.0.smithi071.stdout:1411: done (3 left) 2024-09-13T14:26:36.902 INFO:tasks.rados.rados.0.smithi071.stdout:1415: delete oid 16 current snap is 178 2024-09-13T14:26:36.902 INFO:tasks.rados.rados.0.smithi071.stdout:1412: expect (ObjNum 448 snap 148 seq_num 448) 2024-09-13T14:26:37.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:36 smithi071 ceph-mon[107477]: osdmap e417: 8 total, 8 up, 8 in 2024-09-13T14:26:37.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:36 smithi071 ceph-mon[107477]: pgmap v75: 89 pgs: 89 active+clean; 258 MiB data, 801 MiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 1.5 MiB/s wr, 20 op/s 2024-09-13T14:26:37.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:36 smithi071 ceph-mon[112785]: osdmap e417: 8 total, 8 up, 8 in 2024-09-13T14:26:37.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:36 smithi071 ceph-mon[112785]: pgmap v75: 89 pgs: 89 active+clean; 258 MiB data, 801 MiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 1.5 MiB/s wr, 20 op/s 2024-09-13T14:26:37.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:36 smithi104 ceph-mon[33426]: osdmap e417: 8 total, 8 up, 8 in 2024-09-13T14:26:37.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:36 smithi104 ceph-mon[33426]: pgmap v75: 89 pgs: 89 active+clean; 258 MiB data, 801 MiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 1.5 MiB/s wr, 20 op/s 2024-09-13T14:26:37.187 INFO:tasks.rados.rados.0.smithi071.stdout:1413: finishing write tid 1 to smithi07185159-9 2024-09-13T14:26:37.188 INFO:tasks.rados.rados.0.smithi071.stdout:1413: finishing write tid 2 to smithi07185159-9 2024-09-13T14:26:37.188 INFO:tasks.rados.rados.0.smithi071.stdout:1412: done (3 left) 2024-09-13T14:26:37.188 INFO:tasks.rados.rados.0.smithi071.stdout:1415: done (2 left) 2024-09-13T14:26:37.188 INFO:tasks.rados.rados.0.smithi071.stdout:1416: snap_remove snap 177 2024-09-13T14:26:37.192 DEBUG:teuthology.orchestra.run.smithi071:> 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 18f8172c-71da-11ef-bceb-c7b262605968 -e sha1=d58f73069a8157a9ace12a0247ee3e8497707ea9 -- bash -c 'sleep 60' 2024-09-13T14:26:37.389 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:26:37.772 INFO:tasks.rados.rados.0.smithi071.stdout:1416: done (2 left) 2024-09-13T14:26:37.773 INFO:tasks.rados.rados.0.smithi071.stdout:1417: write oid 8 current snap is 178 2024-09-13T14:26:37.773 INFO:tasks.rados.rados.0.smithi071.stdout:1413: finishing write tid 3 to smithi07185159-9 2024-09-13T14:26:37.773 INFO:tasks.rados.rados.0.smithi071.stdout:1417: seq_num 552 ranges {477464=714864,1751825=736525,3225492=51972} 2024-09-13T14:26:37.778 INFO:tasks.rados.rados.0.smithi071.stdout:1417: writing smithi07185159-8 from 477464 to 1192328 tid 1 2024-09-13T14:26:37.786 INFO:tasks.rados.rados.0.smithi071.stdout:1417: writing smithi07185159-8 from 1751825 to 2488350 tid 2 2024-09-13T14:26:37.791 INFO:tasks.rados.rados.0.smithi071.stdout:1417: writing smithi07185159-8 from 3225492 to 3277464 tid 3 2024-09-13T14:26:37.791 INFO:tasks.rados.rados.0.smithi071.stdout:1418: read oid 49 snap -1 2024-09-13T14:26:37.792 INFO:tasks.rados.rados.0.smithi071.stdout:1418: expect (ObjNum 448 snap 148 seq_num 448) 2024-09-13T14:26:37.792 INFO:tasks.rados.rados.0.smithi071.stdout:1419: delete oid 21 current snap is 178 2024-09-13T14:26:37.792 INFO:tasks.rados.rados.0.smithi071.stdout:1413: finishing write tid 4 to smithi07185159-9 2024-09-13T14:26:37.792 INFO:tasks.rados.rados.0.smithi071.stdout:1413: finishing write tid 5 to smithi07185159-9 2024-09-13T14:26:37.792 INFO:tasks.rados.rados.0.smithi071.stdout:1413: oid 9 updating version 0 to 202 2024-09-13T14:26:37.792 INFO:tasks.rados.rados.0.smithi071.stdout:1413: oid 9 version 202 is already newer than 199 2024-09-13T14:26:37.792 INFO:tasks.rados.rados.0.smithi071.stdout:1413: oid 9 version 202 is already newer than 201 2024-09-13T14:26:37.792 INFO:tasks.rados.rados.0.smithi071.stdout:1413: oid 9 version 202 is already newer than 200 2024-09-13T14:26:37.792 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 9 v 202 (ObjNum 550 snap 178 seq_num 550) dirty exists 2024-09-13T14:26:37.792 INFO:tasks.rados.rados.0.smithi071.stdout:1413: left oid 9 (ObjNum 550 snap 178 seq_num 550) 2024-09-13T14:26:37.792 INFO:tasks.rados.rados.0.smithi071.stdout:1414: expect (ObjNum 367 snap 117 seq_num 367) 2024-09-13T14:26:37.900 INFO:tasks.rados.rados.0.smithi071.stdout:1417: finishing write tid 1 to smithi07185159-8 2024-09-13T14:26:37.900 INFO:tasks.rados.rados.0.smithi071.stdout:1417: finishing write tid 2 to smithi07185159-8 2024-09-13T14:26:37.901 INFO:tasks.rados.rados.0.smithi071.stdout:1417: finishing write tid 3 to smithi07185159-8 2024-09-13T14:26:37.901 INFO:tasks.rados.rados.0.smithi071.stdout:1417: finishing write tid 4 to smithi07185159-8 2024-09-13T14:26:37.901 INFO:tasks.rados.rados.0.smithi071.stdout:1417: finishing write tid 5 to smithi07185159-8 2024-09-13T14:26:37.901 INFO:tasks.rados.rados.0.smithi071.stdout:1417: oid 8 updating version 0 to 334 2024-09-13T14:26:37.901 INFO:tasks.rados.rados.0.smithi071.stdout:1417: oid 8 updating version 334 to 336 2024-09-13T14:26:37.901 INFO:tasks.rados.rados.0.smithi071.stdout:1417: oid 8 version 336 is already newer than 335 2024-09-13T14:26:37.901 INFO:tasks.rados.rados.0.smithi071.stdout:1417: oid 8 version 336 is already newer than 331 2024-09-13T14:26:37.901 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 8 v 336 (ObjNum 552 snap 178 seq_num 552) dirty exists 2024-09-13T14:26:37.901 INFO:tasks.rados.rados.0.smithi071.stdout:1417: left oid 8 (ObjNum 552 snap 178 seq_num 552) 2024-09-13T14:26:37.901 INFO:tasks.rados.rados.0.smithi071.stdout:1418: expect (ObjNum 448 snap 148 seq_num 448) 2024-09-13T14:26:38.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:37 smithi071 ceph-mon[107477]: from='client.44102 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:26:38.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:37 smithi071 ceph-mon[107477]: osdmap e418: 8 total, 8 up, 8 in 2024-09-13T14:26:38.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:37 smithi071 ceph-mon[107477]: osdmap e419: 8 total, 8 up, 8 in 2024-09-13T14:26:38.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:37 smithi071 ceph-mon[112785]: from='client.44102 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:26:38.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:37 smithi071 ceph-mon[112785]: osdmap e418: 8 total, 8 up, 8 in 2024-09-13T14:26:38.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:37 smithi071 ceph-mon[112785]: osdmap e419: 8 total, 8 up, 8 in 2024-09-13T14:26:38.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:37 smithi104 ceph-mon[33426]: from='client.44102 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:26:38.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:37 smithi104 ceph-mon[33426]: osdmap e418: 8 total, 8 up, 8 in 2024-09-13T14:26:38.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:37 smithi104 ceph-mon[33426]: osdmap e419: 8 total, 8 up, 8 in 2024-09-13T14:26:38.183 INFO:tasks.rados.rados.0.smithi071.stdout:1413: done (4 left) 2024-09-13T14:26:38.183 INFO:tasks.rados.rados.0.smithi071.stdout:1414: done (3 left) 2024-09-13T14:26:38.183 INFO:tasks.rados.rados.0.smithi071.stdout:1417: done (2 left) 2024-09-13T14:26:38.183 INFO:tasks.rados.rados.0.smithi071.stdout:1418: done (1 left) 2024-09-13T14:26:38.183 INFO:tasks.rados.rados.0.smithi071.stdout:1419: done (0 left) 2024-09-13T14:26:38.183 INFO:tasks.rados.rados.0.smithi071.stdout:1420: delete oid 24 current snap is 178 2024-09-13T14:26:38.185 INFO:tasks.rados.rados.0.smithi071.stdout:1420: done (0 left) 2024-09-13T14:26:38.185 INFO:tasks.rados.rados.0.smithi071.stdout:1421: write oid 34 current snap is 178 2024-09-13T14:26:38.185 INFO:tasks.rados.rados.0.smithi071.stdout:1421: seq_num 555 ranges {527885=656964,1927271=483852,3191408=136477} 2024-09-13T14:26:38.191 INFO:tasks.rados.rados.0.smithi071.stdout:1421: writing smithi07185159-34 from 527885 to 1184849 tid 1 2024-09-13T14:26:38.198 INFO:tasks.rados.rados.0.smithi071.stdout:1421: writing smithi07185159-34 from 1927271 to 2411123 tid 2 2024-09-13T14:26:38.203 INFO:tasks.rados.rados.0.smithi071.stdout:1421: writing smithi07185159-34 from 3191408 to 3327885 tid 3 2024-09-13T14:26:38.203 INFO:tasks.rados.rados.0.smithi071.stdout:1422: write oid 8 current snap is 178 2024-09-13T14:26:38.203 INFO:tasks.rados.rados.0.smithi071.stdout:1421: finishing write tid 1 to smithi07185159-34 2024-09-13T14:26:38.203 INFO:tasks.rados.rados.0.smithi071.stdout:1421: finishing write tid 2 to smithi07185159-34 2024-09-13T14:26:38.203 INFO:tasks.rados.rados.0.smithi071.stdout:1422: seq_num 556 ranges {544692=732213,1985753=743863,3335184=9508} 2024-09-13T14:26:38.210 INFO:tasks.rados.rados.0.smithi071.stdout:1422: writing smithi07185159-8 from 544692 to 1276905 tid 1 2024-09-13T14:26:38.218 INFO:tasks.rados.rados.0.smithi071.stdout:1422: writing smithi07185159-8 from 1985753 to 2729616 tid 2 2024-09-13T14:26:38.221 INFO:tasks.rados.rados.0.smithi071.stdout:1422: writing smithi07185159-8 from 3335184 to 3344692 tid 3 2024-09-13T14:26:38.221 INFO:tasks.rados.rados.0.smithi071.stdout:1423: read oid 28 snap -1 2024-09-13T14:26:38.222 INFO:tasks.rados.rados.0.smithi071.stdout:1423: expect deleted 2024-09-13T14:26:38.222 INFO:tasks.rados.rados.0.smithi071.stdout:1424: snap_remove snap 158 2024-09-13T14:26:38.873 INFO:tasks.rados.rados.0.smithi071.stdout:1424: done (3 left) 2024-09-13T14:26:38.873 INFO:tasks.rados.rados.0.smithi071.stdout:1425: read oid 17 snap -1 2024-09-13T14:26:38.873 INFO:tasks.rados.rados.0.smithi071.stdout:1425: expect (ObjNum 536 snap 175 seq_num 536) 2024-09-13T14:26:38.873 INFO:tasks.rados.rados.0.smithi071.stdout:1426: snap_remove snap 172 2024-09-13T14:26:39.065 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:38 smithi071 ceph-mon[107477]: pgmap v78: 89 pgs: 89 active+clean; 258 MiB data, 801 MiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 1.5 MiB/s wr, 20 op/s 2024-09-13T14:26:39.065 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:38 smithi071 ceph-mon[112785]: pgmap v78: 89 pgs: 89 active+clean; 258 MiB data, 801 MiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 1.5 MiB/s wr, 20 op/s 2024-09-13T14:26:39.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:38 smithi104 ceph-mon[33426]: pgmap v78: 89 pgs: 89 active+clean; 258 MiB data, 801 MiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 1.5 MiB/s wr, 20 op/s 2024-09-13T14:26:39.873 INFO:tasks.rados.rados.0.smithi071.stdout:1426: done (4 left) 2024-09-13T14:26:39.873 INFO:tasks.rados.rados.0.smithi071.stdout:1427: snap_create 2024-09-13T14:26:39.873 INFO:tasks.rados.rados.0.smithi071.stdout:1421: finishing write tid 3 to smithi07185159-34 2024-09-13T14:26:39.873 INFO:tasks.rados.rados.0.smithi071.stdout:1421: finishing write tid 4 to smithi07185159-34 2024-09-13T14:26:39.873 INFO:tasks.rados.rados.0.smithi071.stdout:1421: finishing write tid 5 to smithi07185159-34 2024-09-13T14:26:39.874 INFO:tasks.rados.rados.0.smithi071.stdout:1421: oid 34 updating version 0 to 213 2024-09-13T14:26:39.874 INFO:tasks.rados.rados.0.smithi071.stdout:1421: oid 34 version 213 is already newer than 212 2024-09-13T14:26:39.874 INFO:tasks.rados.rados.0.smithi071.stdout:1421: oid 34 updating version 213 to 215 2024-09-13T14:26:39.874 INFO:tasks.rados.rados.0.smithi071.stdout:1421: oid 34 version 215 is already newer than 214 2024-09-13T14:26:39.874 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 34 v 215 (ObjNum 555 snap 178 seq_num 555) dirty exists 2024-09-13T14:26:39.874 INFO:tasks.rados.rados.0.smithi071.stdout:1421: left oid 34 (ObjNum 555 snap 178 seq_num 555) 2024-09-13T14:26:39.874 INFO:tasks.rados.rados.0.smithi071.stdout:1422: finishing write tid 1 to smithi07185159-8 2024-09-13T14:26:39.874 INFO:tasks.rados.rados.0.smithi071.stdout:1422: finishing write tid 2 to smithi07185159-8 2024-09-13T14:26:39.874 INFO:tasks.rados.rados.0.smithi071.stdout:1422: finishing write tid 3 to smithi07185159-8 2024-09-13T14:26:39.874 INFO:tasks.rados.rados.0.smithi071.stdout:1422: finishing write tid 4 to smithi07185159-8 2024-09-13T14:26:39.874 INFO:tasks.rados.rados.0.smithi071.stdout:1422: finishing write tid 5 to smithi07185159-8 2024-09-13T14:26:39.874 INFO:tasks.rados.rados.0.smithi071.stdout:1422: oid 8 updating version 0 to 338 2024-09-13T14:26:39.875 INFO:tasks.rados.rados.0.smithi071.stdout:1422: oid 8 version 338 is already newer than 337 2024-09-13T14:26:39.875 INFO:tasks.rados.rados.0.smithi071.stdout:1422: oid 8 updating version 338 to 339 2024-09-13T14:26:39.875 INFO:tasks.rados.rados.0.smithi071.stdout:1422: oid 8 updating version 339 to 340 2024-09-13T14:26:39.875 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 8 v 340 (ObjNum 556 snap 178 seq_num 556) dirty exists 2024-09-13T14:26:39.875 INFO:tasks.rados.rados.0.smithi071.stdout:1422: left oid 8 (ObjNum 556 snap 178 seq_num 556) 2024-09-13T14:26:39.875 INFO:tasks.rados.rados.0.smithi071.stdout:1425: expect (ObjNum 536 snap 175 seq_num 536) 2024-09-13T14:26:39.876 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:26:39 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=infra.usagestats t=2024-09-13T14:26:39.613376377Z level=info msg="Usage stats are ready to report" 2024-09-13T14:26:40.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:39 smithi071 ceph-mon[107477]: osdmap e420: 8 total, 8 up, 8 in 2024-09-13T14:26:40.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:39 smithi071 ceph-mon[112785]: osdmap e420: 8 total, 8 up, 8 in 2024-09-13T14:26:40.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:39 smithi104 ceph-mon[33426]: osdmap e420: 8 total, 8 up, 8 in 2024-09-13T14:26:40.885 INFO:tasks.rados.rados.0.smithi071.stdout:1421: done (4 left) 2024-09-13T14:26:40.885 INFO:tasks.rados.rados.0.smithi071.stdout:1422: done (3 left) 2024-09-13T14:26:40.885 INFO:tasks.rados.rados.0.smithi071.stdout:1423: done (2 left) 2024-09-13T14:26:40.885 INFO:tasks.rados.rados.0.smithi071.stdout:1425: done (1 left) 2024-09-13T14:26:40.885 INFO:tasks.rados.rados.0.smithi071.stdout:1427: done (0 left) 2024-09-13T14:26:40.885 INFO:tasks.rados.rados.0.smithi071.stdout:1428: delete oid 36 current snap is 179 2024-09-13T14:26:40.888 INFO:tasks.rados.rados.0.smithi071.stdout:1428: done (0 left) 2024-09-13T14:26:40.888 INFO:tasks.rados.rados.0.smithi071.stdout:1429: read oid 29 snap 137 2024-09-13T14:26:40.888 INFO:tasks.rados.rados.0.smithi071.stdout:1429: expect deleted 2024-09-13T14:26:40.888 INFO:tasks.rados.rados.0.smithi071.stdout:1430: write oid 27 current snap is 179 2024-09-13T14:26:40.889 INFO:tasks.rados.rados.0.smithi071.stdout:1430: seq_num 558 ranges {578306=482711,1586364=631179,2757324=484842} 2024-09-13T14:26:40.894 INFO:tasks.rados.rados.0.smithi071.stdout:1430: writing smithi07185159-27 from 578306 to 1061017 tid 1 2024-09-13T14:26:40.900 INFO:tasks.rados.rados.0.smithi071.stdout:1430: writing smithi07185159-27 from 1586364 to 2217543 tid 2 2024-09-13T14:26:40.907 INFO:tasks.rados.rados.0.smithi071.stdout:1430: writing smithi07185159-27 from 2757324 to 3242166 tid 3 2024-09-13T14:26:40.907 INFO:tasks.rados.rados.0.smithi071.stdout:1431: read oid 43 snap -1 2024-09-13T14:26:40.907 INFO:tasks.rados.rados.0.smithi071.stdout:1431: expect (ObjNum 427 snap 136 seq_num 427) 2024-09-13T14:26:40.907 INFO:tasks.rados.rados.0.smithi071.stdout:1432: delete oid 44 current snap is 179 2024-09-13T14:26:40.907 INFO:tasks.rados.rados.0.smithi071.stdout:1430: finishing write tid 1 to smithi07185159-27 2024-09-13T14:26:40.907 INFO:tasks.rados.rados.0.smithi071.stdout:1430: finishing write tid 2 to smithi07185159-27 2024-09-13T14:26:40.909 INFO:tasks.rados.rados.0.smithi071.stdout:1429: done (3 left) 2024-09-13T14:26:40.910 INFO:tasks.rados.rados.0.smithi071.stdout:1432: done (2 left) 2024-09-13T14:26:40.910 INFO:tasks.rados.rados.0.smithi071.stdout:1433: write oid 14 current snap is 179 2024-09-13T14:26:40.910 INFO:tasks.rados.rados.0.smithi071.stdout:1433: seq_num 560 ranges {611920=633209,1703328=634848,2812170=507386} 2024-09-13T14:26:40.916 INFO:tasks.rados.rados.0.smithi071.stdout:1433: writing smithi07185159-14 from 611920 to 1245129 tid 1 2024-09-13T14:26:40.922 INFO:tasks.rados.rados.0.smithi071.stdout:1433: writing smithi07185159-14 from 1703328 to 2338176 tid 2 2024-09-13T14:26:40.928 INFO:tasks.rados.rados.0.smithi071.stdout:1433: writing smithi07185159-14 from 2812170 to 3319556 tid 3 2024-09-13T14:26:40.928 INFO:tasks.rados.rados.0.smithi071.stdout:1434: snap_remove snap 167 2024-09-13T14:26:41.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:40 smithi071 ceph-mon[107477]: osdmap e421: 8 total, 8 up, 8 in 2024-09-13T14:26:41.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:40 smithi071 ceph-mon[107477]: pgmap v81: 89 pgs: 89 active+clean; 258 MiB data, 801 MiB used, 714 GiB / 715 GiB avail 2024-09-13T14:26:41.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:40 smithi071 ceph-mon[112785]: osdmap e421: 8 total, 8 up, 8 in 2024-09-13T14:26:41.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:40 smithi071 ceph-mon[112785]: pgmap v81: 89 pgs: 89 active+clean; 258 MiB data, 801 MiB used, 714 GiB / 715 GiB avail 2024-09-13T14:26:41.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:40 smithi104 ceph-mon[33426]: osdmap e421: 8 total, 8 up, 8 in 2024-09-13T14:26:41.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:40 smithi104 ceph-mon[33426]: pgmap v81: 89 pgs: 89 active+clean; 258 MiB data, 801 MiB used, 714 GiB / 715 GiB avail 2024-09-13T14:26:41.893 INFO:tasks.rados.rados.0.smithi071.stdout:1434: done (3 left) 2024-09-13T14:26:41.893 INFO:tasks.rados.rados.0.smithi071.stdout:1435: read oid 18 snap -1 2024-09-13T14:26:41.893 INFO:tasks.rados.rados.0.smithi071.stdout:1435: expect deleted 2024-09-13T14:26:41.893 INFO:tasks.rados.rados.0.smithi071.stdout:1436: write oid 12 current snap is 179 2024-09-13T14:26:41.894 INFO:tasks.rados.rados.0.smithi071.stdout:1436: seq_num 561 ranges {628727=708458,2045457=494859,3123240=305487} 2024-09-13T14:26:41.900 INFO:tasks.rados.rados.0.smithi071.stdout:1436: writing smithi07185159-12 from 628727 to 1337185 tid 1 2024-09-13T14:26:41.907 INFO:tasks.rados.rados.0.smithi071.stdout:1436: writing smithi07185159-12 from 2045457 to 2540316 tid 2 2024-09-13T14:26:41.913 INFO:tasks.rados.rados.0.smithi071.stdout:1436: writing smithi07185159-12 from 3123240 to 3428727 tid 3 2024-09-13T14:26:41.913 INFO:tasks.rados.rados.0.smithi071.stdout:1437: write oid 34 current snap is 179 2024-09-13T14:26:41.913 INFO:tasks.rados.rados.0.smithi071.stdout:1430: finishing write tid 3 to smithi07185159-27 2024-09-13T14:26:41.913 INFO:tasks.rados.rados.0.smithi071.stdout:1430: finishing write tid 4 to smithi07185159-27 2024-09-13T14:26:41.913 INFO:tasks.rados.rados.0.smithi071.stdout:1430: finishing write tid 5 to smithi07185159-27 2024-09-13T14:26:41.913 INFO:tasks.rados.rados.0.smithi071.stdout:1430: oid 27 updating version 0 to 705 2024-09-13T14:26:41.913 INFO:tasks.rados.rados.0.smithi071.stdout:1430: oid 27 updating version 705 to 706 2024-09-13T14:26:41.913 INFO:tasks.rados.rados.0.smithi071.stdout:1430: oid 27 updating version 706 to 707 2024-09-13T14:26:41.913 INFO:tasks.rados.rados.0.smithi071.stdout:1430: oid 27 updating version 707 to 708 2024-09-13T14:26:41.914 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 27 v 708 (ObjNum 558 snap 179 seq_num 558) dirty exists 2024-09-13T14:26:41.914 INFO:tasks.rados.rados.0.smithi071.stdout:1430: left oid 27 (ObjNum 558 snap 179 seq_num 558) 2024-09-13T14:26:41.914 INFO:tasks.rados.rados.0.smithi071.stdout:1431: expect (ObjNum 427 snap 136 seq_num 427) 2024-09-13T14:26:42.017 INFO:tasks.rados.rados.0.smithi071.stdout:1433: finishing write tid 1 to smithi07185159-14 2024-09-13T14:26:42.018 INFO:tasks.rados.rados.0.smithi071.stdout:1433: finishing write tid 2 to smithi07185159-14 2024-09-13T14:26:42.018 INFO:tasks.rados.rados.0.smithi071.stdout:1433: finishing write tid 3 to smithi07185159-14 2024-09-13T14:26:42.018 INFO:tasks.rados.rados.0.smithi071.stdout:1437: seq_num 562 ranges {645534=783707,2103939=638517,3150663=294871} 2024-09-13T14:26:42.025 INFO:tasks.rados.rados.0.smithi071.stdout:1437: writing smithi07185159-34 from 645534 to 1429241 tid 1 2024-09-13T14:26:42.033 INFO:tasks.rados.rados.0.smithi071.stdout:1437: writing smithi07185159-34 from 2103939 to 2742456 tid 2 2024-09-13T14:26:42.037 INFO:tasks.rados.rados.0.smithi071.stdout:1437: writing smithi07185159-34 from 3150663 to 3445534 tid 3 2024-09-13T14:26:42.037 INFO:tasks.rados.rados.0.smithi071.stdout:1430: done (5 left) 2024-09-13T14:26:42.037 INFO:tasks.rados.rados.0.smithi071.stdout:1431: done (4 left) 2024-09-13T14:26:42.037 INFO:tasks.rados.rados.0.smithi071.stdout:1438: read oid 20 snap -1 2024-09-13T14:26:42.038 INFO:tasks.rados.rados.0.smithi071.stdout:1438: expect deleted 2024-09-13T14:26:42.038 INFO:tasks.rados.rados.0.smithi071.stdout:1439: write oid 3 current snap is 179 2024-09-13T14:26:42.038 INFO:tasks.rados.rados.0.smithi071.stdout:1439: seq_num 563 ranges {662341=575309,1878774=498528,2894439=457555} 2024-09-13T14:26:42.044 INFO:tasks.rados.rados.0.smithi071.stdout:1439: writing smithi07185159-3 from 662341 to 1237650 tid 1 2024-09-13T14:26:42.050 INFO:tasks.rados.rados.0.smithi071.stdout:1439: writing smithi07185159-3 from 1878774 to 2377302 tid 2 2024-09-13T14:26:42.056 INFO:tasks.rados.rados.0.smithi071.stdout:1439: writing smithi07185159-3 from 2894439 to 3351994 tid 3 2024-09-13T14:26:42.056 INFO:tasks.rados.rados.0.smithi071.stdout:1440: rollback oid 1 current snap is 179 2024-09-13T14:26:42.056 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 1 to 137 2024-09-13T14:26:42.057 INFO:tasks.rados.rados.0.smithi071.stdout:1433: finishing write tid 4 to smithi07185159-14 2024-09-13T14:26:42.057 INFO:tasks.rados.rados.0.smithi071.stdout:1433: finishing write tid 5 to smithi07185159-14 2024-09-13T14:26:42.057 INFO:tasks.rados.rados.0.smithi071.stdout:1433: oid 14 updating version 0 to 684 2024-09-13T14:26:42.057 INFO:tasks.rados.rados.0.smithi071.stdout:1433: oid 14 version 684 is already newer than 683 2024-09-13T14:26:42.057 INFO:tasks.rados.rados.0.smithi071.stdout:1433: oid 14 version 684 is already newer than 681 2024-09-13T14:26:42.057 INFO:tasks.rados.rados.0.smithi071.stdout:1433: oid 14 version 684 is already newer than 682 2024-09-13T14:26:42.057 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 14 v 684 (ObjNum 560 snap 179 seq_num 560) dirty exists 2024-09-13T14:26:42.057 INFO:tasks.rados.rados.0.smithi071.stdout:1433: left oid 14 (ObjNum 560 snap 179 seq_num 560) 2024-09-13T14:26:42.057 INFO:tasks.rados.rados.0.smithi071.stdout:1436: finishing write tid 1 to smithi07185159-12 2024-09-13T14:26:42.057 INFO:tasks.rados.rados.0.smithi071.stdout:1436: finishing write tid 2 to smithi07185159-12 2024-09-13T14:26:42.057 INFO:tasks.rados.rados.0.smithi071.stdout:1436: finishing write tid 3 to smithi07185159-12 2024-09-13T14:26:42.057 INFO:tasks.rados.rados.0.smithi071.stdout:1436: finishing write tid 4 to smithi07185159-12 2024-09-13T14:26:42.057 INFO:tasks.rados.rados.0.smithi071.stdout:1436: finishing write tid 5 to smithi07185159-12 2024-09-13T14:26:42.057 INFO:tasks.rados.rados.0.smithi071.stdout:1436: oid 12 updating version 0 to 180 2024-09-13T14:26:42.058 INFO:tasks.rados.rados.0.smithi071.stdout:1436: oid 12 updating version 180 to 181 2024-09-13T14:26:42.058 INFO:tasks.rados.rados.0.smithi071.stdout:1436: oid 12 updating version 181 to 182 2024-09-13T14:26:42.058 INFO:tasks.rados.rados.0.smithi071.stdout:1436: oid 12 updating version 182 to 183 2024-09-13T14:26:42.058 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 12 v 183 (ObjNum 561 snap 179 seq_num 561) dirty exists 2024-09-13T14:26:42.058 INFO:tasks.rados.rados.0.smithi071.stdout:1436: left oid 12 (ObjNum 561 snap 179 seq_num 561) 2024-09-13T14:26:42.058 INFO:tasks.rados.rados.0.smithi071.stdout:1437: finishing write tid 1 to smithi07185159-34 2024-09-13T14:26:42.058 INFO:tasks.rados.rados.0.smithi071.stdout:1437: finishing write tid 2 to smithi07185159-34 2024-09-13T14:26:42.058 INFO:tasks.rados.rados.0.smithi071.stdout:1433: done (6 left) 2024-09-13T14:26:42.058 INFO:tasks.rados.rados.0.smithi071.stdout:1435: done (5 left) 2024-09-13T14:26:42.058 INFO:tasks.rados.rados.0.smithi071.stdout:1436: done (4 left) 2024-09-13T14:26:42.058 INFO:tasks.rados.rados.0.smithi071.stdout:1441: write oid 48 current snap is 179 2024-09-13T14:26:42.058 INFO:tasks.rados.rados.0.smithi071.stdout:1441: seq_num 564 ranges {679148=650558,1937256=642186,3321862=157286} 2024-09-13T14:26:42.063 INFO:tasks.rados.rados.0.smithi071.stdout:1441: writing smithi07185159-48 from 679148 to 1329706 tid 1 2024-09-13T14:26:42.070 INFO:tasks.rados.rados.0.smithi071.stdout:1441: writing smithi07185159-48 from 1937256 to 2579442 tid 2 2024-09-13T14:26:42.076 INFO:tasks.rados.rados.0.smithi071.stdout:1441: writing smithi07185159-48 from 3321862 to 3479148 tid 3 2024-09-13T14:26:42.076 INFO:tasks.rados.rados.0.smithi071.stdout:1442: write oid 23 current snap is 179 2024-09-13T14:26:42.076 INFO:tasks.rados.rados.0.smithi071.stdout:1437: finishing write tid 3 to smithi07185159-34 2024-09-13T14:26:42.076 INFO:tasks.rados.rados.0.smithi071.stdout:1437: finishing write tid 4 to smithi07185159-34 2024-09-13T14:26:42.076 INFO:tasks.rados.rados.0.smithi071.stdout:1437: finishing write tid 5 to smithi07185159-34 2024-09-13T14:26:42.076 INFO:tasks.rados.rados.0.smithi071.stdout:1437: oid 34 updating version 0 to 223 2024-09-13T14:26:42.077 INFO:tasks.rados.rados.0.smithi071.stdout:1437: oid 34 version 223 is already newer than 221 2024-09-13T14:26:42.077 INFO:tasks.rados.rados.0.smithi071.stdout:1437: oid 34 updating version 223 to 224 2024-09-13T14:26:42.077 INFO:tasks.rados.rados.0.smithi071.stdout:1437: oid 34 version 224 is already newer than 222 2024-09-13T14:26:42.077 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 34 v 224 (ObjNum 562 snap 179 seq_num 562) dirty exists 2024-09-13T14:26:42.077 INFO:tasks.rados.rados.0.smithi071.stdout:1437: left oid 34 (ObjNum 562 snap 179 seq_num 562) 2024-09-13T14:26:42.077 INFO:tasks.rados.rados.0.smithi071.stdout:1439: finishing write tid 1 to smithi07185159-3 2024-09-13T14:26:42.077 INFO:tasks.rados.rados.0.smithi071.stdout:1442: seq_num 565 ranges {695955=725807,1879385=502197,2949285=480099} 2024-09-13T14:26:42.082 INFO:tasks.rados.rados.0.smithi071.stdout:1442: writing smithi07185159-23 from 695955 to 1421762 tid 1 2024-09-13T14:26:42.088 INFO:tasks.rados.rados.0.smithi071.stdout:1442: writing smithi07185159-23 from 1879385 to 2381582 tid 2 2024-09-13T14:26:42.094 INFO:tasks.rados.rados.0.smithi071.stdout:1442: writing smithi07185159-23 from 2949285 to 3429384 tid 3 2024-09-13T14:26:42.094 INFO:tasks.rados.rados.0.smithi071.stdout:1439: finishing write tid 2 to smithi07185159-3 2024-09-13T14:26:42.094 INFO:tasks.rados.rados.0.smithi071.stdout:1437: done (5 left) 2024-09-13T14:26:42.094 INFO:tasks.rados.rados.0.smithi071.stdout:1438: done (4 left) 2024-09-13T14:26:42.095 INFO:tasks.rados.rados.0.smithi071.stdout:1443: snap_remove snap 169 2024-09-13T14:26:42.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:41 smithi104 ceph-mon[33426]: osdmap e422: 8 total, 8 up, 8 in 2024-09-13T14:26:42.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:41 smithi071 ceph-mon[107477]: osdmap e422: 8 total, 8 up, 8 in 2024-09-13T14:26:42.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:41 smithi071 ceph-mon[112785]: osdmap e422: 8 total, 8 up, 8 in 2024-09-13T14:26:42.913 INFO:tasks.rados.rados.0.smithi071.stdout:1443: done (4 left) 2024-09-13T14:26:42.913 INFO:tasks.rados.rados.0.smithi071.stdout:1444: read oid 35 snap -1 2024-09-13T14:26:42.913 INFO:tasks.rados.rados.0.smithi071.stdout:1444: expect (ObjNum 540 snap 176 seq_num 540) 2024-09-13T14:26:42.913 INFO:tasks.rados.rados.0.smithi071.stdout:1445: rollback oid 26 current snap is 179 2024-09-13T14:26:42.913 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 26 to 173 2024-09-13T14:26:42.913 INFO:tasks.rados.rados.0.smithi071.stdout:1439: finishing write tid 3 to smithi07185159-3 2024-09-13T14:26:42.913 INFO:tasks.rados.rados.0.smithi071.stdout:1439: finishing write tid 4 to smithi07185159-3 2024-09-13T14:26:42.913 INFO:tasks.rados.rados.0.smithi071.stdout:1439: finishing write tid 5 to smithi07185159-3 2024-09-13T14:26:42.913 INFO:tasks.rados.rados.0.smithi071.stdout:1439: oid 3 updating version 0 to 1448 2024-09-13T14:26:42.914 INFO:tasks.rados.rados.0.smithi071.stdout:1439: oid 3 version 1448 is already newer than 1446 2024-09-13T14:26:42.914 INFO:tasks.rados.rados.0.smithi071.stdout:1439: oid 3 updating version 1448 to 1449 2024-09-13T14:26:42.914 INFO:tasks.rados.rados.0.smithi071.stdout:1439: oid 3 version 1449 is already newer than 1447 2024-09-13T14:26:42.914 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 3 v 1449 (ObjNum 563 snap 179 seq_num 563) dirty exists 2024-09-13T14:26:42.914 INFO:tasks.rados.rados.0.smithi071.stdout:1439: left oid 3 (ObjNum 563 snap 179 seq_num 563) 2024-09-13T14:26:42.914 INFO:tasks.rados.rados.0.smithi071.stdout:1440: finishing rollback tid 0 to smithi07185159-1 2024-09-13T14:26:42.914 INFO:tasks.rados.rados.0.smithi071.stdout:1440: finishing rollback tid 1 to smithi07185159-1 2024-09-13T14:26:42.914 INFO:tasks.rados.rados.0.smithi071.stdout:1440: finishing rollback tid 2 to smithi07185159-1 2024-09-13T14:26:42.914 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 1 v 1453 (ObjNum 379 snap 120 seq_num 379) dirty exists 2024-09-13T14:26:42.914 INFO:tasks.rados.rados.0.smithi071.stdout:1441: finishing write tid 1 to smithi07185159-48 2024-09-13T14:26:42.915 INFO:tasks.rados.rados.0.smithi071.stdout:1441: finishing write tid 2 to smithi07185159-48 2024-09-13T14:26:42.915 INFO:tasks.rados.rados.0.smithi071.stdout:1441: finishing write tid 3 to smithi07185159-48 2024-09-13T14:26:42.915 INFO:tasks.rados.rados.0.smithi071.stdout:1441: finishing write tid 4 to smithi07185159-48 2024-09-13T14:26:42.915 INFO:tasks.rados.rados.0.smithi071.stdout:1441: finishing write tid 5 to smithi07185159-48 2024-09-13T14:26:42.915 INFO:tasks.rados.rados.0.smithi071.stdout:1441: oid 48 updating version 0 to 1457 2024-09-13T14:26:42.915 INFO:tasks.rados.rados.0.smithi071.stdout:1441: oid 48 updating version 1457 to 1458 2024-09-13T14:26:42.915 INFO:tasks.rados.rados.0.smithi071.stdout:1441: oid 48 version 1458 is already newer than 1456 2024-09-13T14:26:42.915 INFO:tasks.rados.rados.0.smithi071.stdout:1441: oid 48 version 1458 is already newer than 1455 2024-09-13T14:26:42.915 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 48 v 1458 (ObjNum 564 snap 179 seq_num 564) dirty exists 2024-09-13T14:26:42.915 INFO:tasks.rados.rados.0.smithi071.stdout:1441: left oid 48 (ObjNum 564 snap 179 seq_num 564) 2024-09-13T14:26:42.915 INFO:tasks.rados.rados.0.smithi071.stdout:1442: finishing write tid 1 to smithi07185159-23 2024-09-13T14:26:42.915 INFO:tasks.rados.rados.0.smithi071.stdout:1442: finishing write tid 2 to smithi07185159-23 2024-09-13T14:26:42.915 INFO:tasks.rados.rados.0.smithi071.stdout:1442: finishing write tid 3 to smithi07185159-23 2024-09-13T14:26:42.916 INFO:tasks.rados.rados.0.smithi071.stdout:1442: finishing write tid 4 to smithi07185159-23 2024-09-13T14:26:42.916 INFO:tasks.rados.rados.0.smithi071.stdout:1442: finishing write tid 5 to smithi07185159-23 2024-09-13T14:26:42.916 INFO:tasks.rados.rados.0.smithi071.stdout:1442: oid 23 updating version 0 to 713 2024-09-13T14:26:42.916 INFO:tasks.rados.rados.0.smithi071.stdout:1442: oid 23 updating version 713 to 714 2024-09-13T14:26:42.916 INFO:tasks.rados.rados.0.smithi071.stdout:1442: oid 23 updating version 714 to 715 2024-09-13T14:26:42.916 INFO:tasks.rados.rados.0.smithi071.stdout:1442: oid 23 version 715 is already newer than 712 2024-09-13T14:26:42.916 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 23 v 715 (ObjNum 565 snap 179 seq_num 565) dirty exists 2024-09-13T14:26:42.916 INFO:tasks.rados.rados.0.smithi071.stdout:1442: left oid 23 (ObjNum 565 snap 179 seq_num 565) 2024-09-13T14:26:42.916 INFO:tasks.rados.rados.0.smithi071.stdout:1439: done (5 left) 2024-09-13T14:26:42.916 INFO:tasks.rados.rados.0.smithi071.stdout:1440: done (4 left) 2024-09-13T14:26:42.916 INFO:tasks.rados.rados.0.smithi071.stdout:1441: done (3 left) 2024-09-13T14:26:42.916 INFO:tasks.rados.rados.0.smithi071.stdout:1442: done (2 left) 2024-09-13T14:26:42.916 INFO:tasks.rados.rados.0.smithi071.stdout:1446: rollback oid 47 current snap is 179 2024-09-13T14:26:42.917 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 47 to 137 2024-09-13T14:26:42.917 INFO:tasks.rados.rados.0.smithi071.stdout:1447: write oid 10 current snap is 179 2024-09-13T14:26:42.917 INFO:tasks.rados.rados.0.smithi071.stdout:1447: seq_num 566 ranges {712762=401056,1537867=645855,2860355=652407} 2024-09-13T14:26:42.918 INFO:tasks.rados.rados.0.smithi071.stdout:1447: writing smithi07185159-10 from 712762 to 1113818 tid 1 2024-09-13T14:26:42.925 INFO:tasks.rados.rados.0.smithi071.stdout:1447: writing smithi07185159-10 from 1537867 to 2183722 tid 2 2024-09-13T14:26:42.933 INFO:tasks.rados.rados.0.smithi071.stdout:1447: writing smithi07185159-10 from 2860355 to 3512762 tid 3 2024-09-13T14:26:42.933 INFO:tasks.rados.rados.0.smithi071.stdout:1448: rollback oid 24 current snap is 179 2024-09-13T14:26:42.934 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 24 to 166 2024-09-13T14:26:42.934 INFO:tasks.rados.rados.0.smithi071.stdout:1445: finishing rollback tid 0 to smithi07185159-26 2024-09-13T14:26:42.934 INFO:tasks.rados.rados.0.smithi071.stdout:1445: finishing rollback tid 1 to smithi07185159-26 2024-09-13T14:26:42.934 INFO:tasks.rados.rados.0.smithi071.stdout:1445: finishing rollback tid 2 to smithi07185159-26 2024-09-13T14:26:42.934 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 26 v 434 (ObjNum 528 snap 172 seq_num 528) dirty exists 2024-09-13T14:26:42.934 INFO:tasks.rados.rados.0.smithi071.stdout:1445: done (4 left) 2024-09-13T14:26:42.934 INFO:tasks.rados.rados.0.smithi071.stdout:1449: rollback oid 9 current snap is 179 2024-09-13T14:26:42.934 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 9 to 166 2024-09-13T14:26:42.935 INFO:tasks.rados.rados.0.smithi071.stdout:1446: finishing rollback tid 0 to smithi07185159-47 2024-09-13T14:26:42.935 INFO:tasks.rados.rados.0.smithi071.stdout:1446: finishing rollback tid 1 to smithi07185159-47 2024-09-13T14:26:42.935 INFO:tasks.rados.rados.0.smithi071.stdout:1446: finishing rollback tid 2 to smithi07185159-47 2024-09-13T14:26:42.935 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 47 v 643 (ObjNum 415 snap 131 seq_num 415) dirty exists 2024-09-13T14:26:42.935 INFO:tasks.rados.rados.0.smithi071.stdout:1447: finishing write tid 1 to smithi07185159-10 2024-09-13T14:26:42.935 INFO:tasks.rados.rados.0.smithi071.stdout:1444: expect (ObjNum 540 snap 176 seq_num 540) 2024-09-13T14:26:43.034 INFO:tasks.rados.rados.0.smithi071.stdout:1447: finishing write tid 2 to smithi07185159-10 2024-09-13T14:26:43.035 INFO:tasks.rados.rados.0.smithi071.stdout:1448: finishing rollback tid 1 to smithi07185159-24 2024-09-13T14:26:43.035 INFO:tasks.rados.rados.0.smithi071.stdout:1449: finishing rollback tid 0 to smithi07185159-9 2024-09-13T14:26:43.035 INFO:tasks.rados.rados.0.smithi071.stdout:1449: finishing rollback tid 1 to smithi07185159-9 2024-09-13T14:26:43.035 INFO:tasks.rados.rados.0.smithi071.stdout:1449: finishing rollback tid 2 to smithi07185159-9 2024-09-13T14:26:43.035 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 9 v 216 (ObjNum 435 snap 140 seq_num 435) dirty exists 2024-09-13T14:26:43.035 INFO:tasks.rados.rados.0.smithi071.stdout:1448: finishing rollback tid 2 to smithi07185159-24 2024-09-13T14:26:43.035 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 24 v 383 (ObjNum 500 snap 163 seq_num 500) dirty exists 2024-09-13T14:26:43.035 INFO:tasks.rados.rados.0.smithi071.stdout:1447: finishing write tid 3 to smithi07185159-10 2024-09-13T14:26:43.035 INFO:tasks.rados.rados.0.smithi071.stdout:1447: finishing write tid 4 to smithi07185159-10 2024-09-13T14:26:43.035 INFO:tasks.rados.rados.0.smithi071.stdout:1447: finishing write tid 5 to smithi07185159-10 2024-09-13T14:26:43.035 INFO:tasks.rados.rados.0.smithi071.stdout:1447: oid 10 updating version 0 to 761 2024-09-13T14:26:43.035 INFO:tasks.rados.rados.0.smithi071.stdout:1447: oid 10 version 761 is already newer than 760 2024-09-13T14:26:43.036 INFO:tasks.rados.rados.0.smithi071.stdout:1447: oid 10 version 761 is already newer than 759 2024-09-13T14:26:43.036 INFO:tasks.rados.rados.0.smithi071.stdout:1447: oid 10 updating version 761 to 762 2024-09-13T14:26:43.036 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 10 v 762 (ObjNum 566 snap 179 seq_num 566) dirty exists 2024-09-13T14:26:43.036 INFO:tasks.rados.rados.0.smithi071.stdout:1447: left oid 10 (ObjNum 566 snap 179 seq_num 566) 2024-09-13T14:26:43.036 INFO:tasks.rados.rados.0.smithi071.stdout:1444: done (4 left) 2024-09-13T14:26:43.036 INFO:tasks.rados.rados.0.smithi071.stdout:1446: done (3 left) 2024-09-13T14:26:43.036 INFO:tasks.rados.rados.0.smithi071.stdout:1447: done (2 left) 2024-09-13T14:26:43.036 INFO:tasks.rados.rados.0.smithi071.stdout:1448: done (1 left) 2024-09-13T14:26:43.036 INFO:tasks.rados.rados.0.smithi071.stdout:1449: done (0 left) 2024-09-13T14:26:43.036 INFO:tasks.rados.rados.0.smithi071.stdout:1450: read oid 49 snap -1 2024-09-13T14:26:43.036 INFO:tasks.rados.rados.0.smithi071.stdout:1450: expect (ObjNum 448 snap 148 seq_num 448) 2024-09-13T14:26:43.036 INFO:tasks.rados.rados.0.smithi071.stdout:1451: snap_remove snap 166 2024-09-13T14:26:43.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:42 smithi071 ceph-mon[107477]: osdmap e423: 8 total, 8 up, 8 in 2024-09-13T14:26:43.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:42 smithi071 ceph-mon[107477]: pgmap v84: 89 pgs: 89 active+clean; 261 MiB data, 818 MiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 2.2 MiB/s wr, 19 op/s 2024-09-13T14:26:43.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:26:42 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:26:42] "GET /metrics HTTP/1.1" 200 36266 "" "Prometheus/2.51.0" 2024-09-13T14:26:43.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:42 smithi071 ceph-mon[112785]: osdmap e423: 8 total, 8 up, 8 in 2024-09-13T14:26:43.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:42 smithi071 ceph-mon[112785]: pgmap v84: 89 pgs: 89 active+clean; 261 MiB data, 818 MiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 2.2 MiB/s wr, 19 op/s 2024-09-13T14:26:43.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:42 smithi104 ceph-mon[33426]: osdmap e423: 8 total, 8 up, 8 in 2024-09-13T14:26:43.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:42 smithi104 ceph-mon[33426]: pgmap v84: 89 pgs: 89 active+clean; 261 MiB data, 818 MiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 2.2 MiB/s wr, 19 op/s 2024-09-13T14:26:43.918 INFO:tasks.rados.rados.0.smithi071.stdout:1450: expect (ObjNum 448 snap 148 seq_num 448) 2024-09-13T14:26:44.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:43 smithi104 ceph-mon[33426]: osdmap e424: 8 total, 8 up, 8 in 2024-09-13T14:26:44.203 INFO:tasks.rados.rados.0.smithi071.stdout:1450: done (1 left) 2024-09-13T14:26:44.203 INFO:tasks.rados.rados.0.smithi071.stdout:1451: done (0 left) 2024-09-13T14:26:44.203 INFO:tasks.rados.rados.0.smithi071.stdout:1452: read oid 44 snap -1 2024-09-13T14:26:44.203 INFO:tasks.rados.rados.0.smithi071.stdout:1452: expect deleted 2024-09-13T14:26:44.203 INFO:tasks.rados.rados.0.smithi071.stdout:1453: snap_create 2024-09-13T14:26:44.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:43 smithi071 ceph-mon[107477]: osdmap e424: 8 total, 8 up, 8 in 2024-09-13T14:26:44.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:43 smithi071 ceph-mon[112785]: osdmap e424: 8 total, 8 up, 8 in 2024-09-13T14:26:44.919 INFO:tasks.rados.rados.0.smithi071.stdout:1452: done (1 left) 2024-09-13T14:26:44.919 INFO:tasks.rados.rados.0.smithi071.stdout:1453: done (0 left) 2024-09-13T14:26:44.919 INFO:tasks.rados.rados.0.smithi071.stdout:1454: snap_create 2024-09-13T14:26:45.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:44 smithi104 ceph-mon[33426]: osdmap e425: 8 total, 8 up, 8 in 2024-09-13T14:26:45.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:44 smithi104 ceph-mon[33426]: pgmap v87: 89 pgs: 89 active+clean; 261 MiB data, 818 MiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 2.2 MiB/s wr, 19 op/s 2024-09-13T14:26:45.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:44 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:26:45.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:44 smithi071 ceph-mon[107477]: osdmap e425: 8 total, 8 up, 8 in 2024-09-13T14:26:45.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:44 smithi071 ceph-mon[107477]: pgmap v87: 89 pgs: 89 active+clean; 261 MiB data, 818 MiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 2.2 MiB/s wr, 19 op/s 2024-09-13T14:26:45.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:44 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:26:45.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:44 smithi071 ceph-mon[112785]: osdmap e425: 8 total, 8 up, 8 in 2024-09-13T14:26:45.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:44 smithi071 ceph-mon[112785]: pgmap v87: 89 pgs: 89 active+clean; 261 MiB data, 818 MiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 2.2 MiB/s wr, 19 op/s 2024-09-13T14:26:45.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:44 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:26:45.925 INFO:tasks.rados.rados.0.smithi071.stdout:1454: done (0 left) 2024-09-13T14:26:45.925 INFO:tasks.rados.rados.0.smithi071.stdout:1455: write oid 17 current snap is 181 2024-09-13T14:26:45.925 INFO:tasks.rados.rados.0.smithi071.stdout:1455: seq_num 567 ranges {729569=476305,1996349=505866,3004131=525438} 2024-09-13T14:26:45.928 INFO:tasks.rados.rados.0.smithi071.stdout:1455: writing smithi07185159-17 from 729569 to 1205874 tid 1 2024-09-13T14:26:45.936 INFO:tasks.rados.rados.0.smithi071.stdout:1455: writing smithi07185159-17 from 1996349 to 2502215 tid 2 2024-09-13T14:26:45.942 INFO:tasks.rados.rados.0.smithi071.stdout:1455: writing smithi07185159-17 from 3004131 to 3529569 tid 3 2024-09-13T14:26:45.942 INFO:tasks.rados.rados.0.smithi071.stdout:1456: delete oid 4 current snap is 181 2024-09-13T14:26:45.942 INFO:tasks.rados.rados.0.smithi071.stdout:1455: finishing write tid 1 to smithi07185159-17 2024-09-13T14:26:45.942 INFO:tasks.rados.rados.0.smithi071.stdout:1455: finishing write tid 2 to smithi07185159-17 2024-09-13T14:26:45.945 INFO:tasks.rados.rados.0.smithi071.stdout:1455: finishing write tid 3 to smithi07185159-17 2024-09-13T14:26:45.945 INFO:tasks.rados.rados.0.smithi071.stdout:1455: finishing write tid 4 to smithi07185159-17 2024-09-13T14:26:45.945 INFO:tasks.rados.rados.0.smithi071.stdout:1455: finishing write tid 5 to smithi07185159-17 2024-09-13T14:26:45.945 INFO:tasks.rados.rados.0.smithi071.stdout:1455: oid 17 updating version 0 to 510 2024-09-13T14:26:45.945 INFO:tasks.rados.rados.0.smithi071.stdout:1455: oid 17 updating version 510 to 513 2024-09-13T14:26:45.946 INFO:tasks.rados.rados.0.smithi071.stdout:1455: oid 17 version 513 is already newer than 511 2024-09-13T14:26:45.946 INFO:tasks.rados.rados.0.smithi071.stdout:1455: oid 17 version 513 is already newer than 512 2024-09-13T14:26:45.946 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 17 v 513 (ObjNum 567 snap 181 seq_num 567) dirty exists 2024-09-13T14:26:45.946 INFO:tasks.rados.rados.0.smithi071.stdout:1455: left oid 17 (ObjNum 567 snap 181 seq_num 567) 2024-09-13T14:26:45.947 INFO:tasks.rados.rados.0.smithi071.stdout:1455: done (1 left) 2024-09-13T14:26:45.947 INFO:tasks.rados.rados.0.smithi071.stdout:1456: done (0 left) 2024-09-13T14:26:45.947 INFO:tasks.rados.rados.0.smithi071.stdout:1457: snap_create 2024-09-13T14:26:46.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:45 smithi071 ceph-mon[107477]: osdmap e426: 8 total, 8 up, 8 in 2024-09-13T14:26:46.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:45 smithi071 ceph-mon[112785]: osdmap e426: 8 total, 8 up, 8 in 2024-09-13T14:26:46.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:45 smithi104 ceph-mon[33426]: osdmap e426: 8 total, 8 up, 8 in 2024-09-13T14:26:46.937 INFO:tasks.rados.rados.0.smithi071.stdout:1457: done (0 left) 2024-09-13T14:26:46.937 INFO:tasks.rados.rados.0.smithi071.stdout:1458: snap_create 2024-09-13T14:26:47.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:46 smithi071 ceph-mon[107477]: osdmap e427: 8 total, 8 up, 8 in 2024-09-13T14:26:47.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:46 smithi071 ceph-mon[107477]: pgmap v90: 89 pgs: 89 active+clean; 283 MiB data, 852 MiB used, 714 GiB / 715 GiB avail; 8.2 MiB/s rd, 3.1 MiB/s wr, 20 op/s 2024-09-13T14:26:47.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:46 smithi071 ceph-mon[112785]: osdmap e427: 8 total, 8 up, 8 in 2024-09-13T14:26:47.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:46 smithi071 ceph-mon[112785]: pgmap v90: 89 pgs: 89 active+clean; 283 MiB data, 852 MiB used, 714 GiB / 715 GiB avail; 8.2 MiB/s rd, 3.1 MiB/s wr, 20 op/s 2024-09-13T14:26:47.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:46 smithi104 ceph-mon[33426]: osdmap e427: 8 total, 8 up, 8 in 2024-09-13T14:26:47.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:46 smithi104 ceph-mon[33426]: pgmap v90: 89 pgs: 89 active+clean; 283 MiB data, 852 MiB used, 714 GiB / 715 GiB avail; 8.2 MiB/s rd, 3.1 MiB/s wr, 20 op/s 2024-09-13T14:26:47.778 INFO:tasks.rados.rados.0.smithi071.stdout:1458: done (0 left) 2024-09-13T14:26:47.778 INFO:tasks.rados.rados.0.smithi071.stdout:1459: rollback oid 17 current snap is 183 2024-09-13T14:26:47.778 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 17 to 179 2024-09-13T14:26:47.778 INFO:tasks.rados.rados.0.smithi071.stdout:1460: read oid 29 snap -1 2024-09-13T14:26:47.778 INFO:tasks.rados.rados.0.smithi071.stdout:1460: expect deleted 2024-09-13T14:26:47.778 INFO:tasks.rados.rados.0.smithi071.stdout:1461: snap_create 2024-09-13T14:26:47.783 INFO:tasks.rados.rados.0.smithi071.stdout:1459: finishing rollback tid 0 to smithi07185159-17 2024-09-13T14:26:47.783 INFO:tasks.rados.rados.0.smithi071.stdout:1459: finishing rollback tid 1 to smithi07185159-17 2024-09-13T14:26:47.783 INFO:tasks.rados.rados.0.smithi071.stdout:1459: finishing rollback tid 2 to smithi07185159-17 2024-09-13T14:26:47.783 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 17 v 517 (ObjNum 536 snap 175 seq_num 536) dirty exists 2024-09-13T14:26:48.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:47 smithi071 ceph-mon[107477]: osdmap e428: 8 total, 8 up, 8 in 2024-09-13T14:26:48.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:47 smithi071 ceph-mon[107477]: osdmap e429: 8 total, 8 up, 8 in 2024-09-13T14:26:48.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:47 smithi071 ceph-mon[112785]: osdmap e428: 8 total, 8 up, 8 in 2024-09-13T14:26:48.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:47 smithi071 ceph-mon[112785]: osdmap e429: 8 total, 8 up, 8 in 2024-09-13T14:26:48.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:47 smithi104 ceph-mon[33426]: osdmap e428: 8 total, 8 up, 8 in 2024-09-13T14:26:48.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:47 smithi104 ceph-mon[33426]: osdmap e429: 8 total, 8 up, 8 in 2024-09-13T14:26:48.781 INFO:tasks.rados.rados.0.smithi071.stdout:1459: done (2 left) 2024-09-13T14:26:48.781 INFO:tasks.rados.rados.0.smithi071.stdout:1460: done (1 left) 2024-09-13T14:26:48.781 INFO:tasks.rados.rados.0.smithi071.stdout:1461: done (0 left) 2024-09-13T14:26:48.781 INFO:tasks.rados.rados.0.smithi071.stdout:1462: delete oid 6 current snap is 184 2024-09-13T14:26:48.786 INFO:tasks.rados.rados.0.smithi071.stdout:1462: done (0 left) 2024-09-13T14:26:48.786 INFO:tasks.rados.rados.0.smithi071.stdout:1463: rollback oid 25 current snap is 184 2024-09-13T14:26:48.787 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 25 to 165 2024-09-13T14:26:48.787 INFO:tasks.rados.rados.0.smithi071.stdout:1464: read oid 45 snap -1 2024-09-13T14:26:48.787 INFO:tasks.rados.rados.0.smithi071.stdout:1464: expect (ObjNum 538 snap 175 seq_num 538) 2024-09-13T14:26:48.787 INFO:tasks.rados.rados.0.smithi071.stdout:1465: read oid 21 snap -1 2024-09-13T14:26:48.787 INFO:tasks.rados.rados.0.smithi071.stdout:1465: expect deleted 2024-09-13T14:26:48.787 INFO:tasks.rados.rados.0.smithi071.stdout:1466: read oid 46 snap -1 2024-09-13T14:26:48.787 INFO:tasks.rados.rados.0.smithi071.stdout:1466: expect (ObjNum 488 snap 160 seq_num 488) 2024-09-13T14:26:48.787 INFO:tasks.rados.rados.0.smithi071.stdout:1467: rollback oid 40 current snap is 184 2024-09-13T14:26:48.787 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 40 to 168 2024-09-13T14:26:48.787 INFO:tasks.rados.rados.0.smithi071.stdout:1468: snap_remove snap 174 2024-09-13T14:26:49.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:48 smithi071 ceph-mon[107477]: pgmap v93: 89 pgs: 89 active+clean; 283 MiB data, 852 MiB used, 714 GiB / 715 GiB avail; 8.2 MiB/s rd, 3.1 MiB/s wr, 20 op/s 2024-09-13T14:26:49.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:48 smithi071 ceph-mon[107477]: osdmap e430: 8 total, 8 up, 8 in 2024-09-13T14:26:49.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:48 smithi071 ceph-mon[112785]: pgmap v93: 89 pgs: 89 active+clean; 283 MiB data, 852 MiB used, 714 GiB / 715 GiB avail; 8.2 MiB/s rd, 3.1 MiB/s wr, 20 op/s 2024-09-13T14:26:49.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:48 smithi071 ceph-mon[112785]: osdmap e430: 8 total, 8 up, 8 in 2024-09-13T14:26:49.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:48 smithi104 ceph-mon[33426]: pgmap v93: 89 pgs: 89 active+clean; 283 MiB data, 852 MiB used, 714 GiB / 715 GiB avail; 8.2 MiB/s rd, 3.1 MiB/s wr, 20 op/s 2024-09-13T14:26:49.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:48 smithi104 ceph-mon[33426]: osdmap e430: 8 total, 8 up, 8 in 2024-09-13T14:26:49.779 INFO:tasks.rados.rados.0.smithi071.stdout:1468: done (5 left) 2024-09-13T14:26:49.779 INFO:tasks.rados.rados.0.smithi071.stdout:1467: finishing rollback tid 0 to smithi07185159-40 2024-09-13T14:26:49.780 INFO:tasks.rados.rados.0.smithi071.stdout:1467: finishing rollback tid 1 to smithi07185159-40 2024-09-13T14:26:49.780 INFO:tasks.rados.rados.0.smithi071.stdout:1463: finishing rollback tid 0 to smithi07185159-25 2024-09-13T14:26:49.780 INFO:tasks.rados.rados.0.smithi071.stdout:1463: finishing rollback tid 1 to smithi07185159-25 2024-09-13T14:26:49.780 INFO:tasks.rados.rados.0.smithi071.stdout:1463: finishing rollback tid 2 to smithi07185159-25 2024-09-13T14:26:49.780 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 25 v 725 (ObjNum 443 snap 142 seq_num 443) dirty exists 2024-09-13T14:26:49.780 INFO:tasks.rados.rados.0.smithi071.stdout:1464: expect (ObjNum 538 snap 175 seq_num 538) 2024-09-13T14:26:49.882 INFO:tasks.rados.rados.0.smithi071.stdout:1467: finishing rollback tid 2 to smithi07185159-40 2024-09-13T14:26:49.882 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 40 v 320 (ObjNum 483 snap 158 seq_num 483) dirty exists 2024-09-13T14:26:49.882 INFO:tasks.rados.rados.0.smithi071.stdout:1466: expect (ObjNum 488 snap 160 seq_num 488) 2024-09-13T14:26:50.059 INFO:tasks.rados.rados.0.smithi071.stdout:1469: read oid 49 snap -1 2024-09-13T14:26:50.059 INFO:tasks.rados.rados.0.smithi071.stdout:1469: expect (ObjNum 448 snap 148 seq_num 448) 2024-09-13T14:26:50.059 INFO:tasks.rados.rados.0.smithi071.stdout:1463: done (5 left) 2024-09-13T14:26:50.059 INFO:tasks.rados.rados.0.smithi071.stdout:1464: done (4 left) 2024-09-13T14:26:50.060 INFO:tasks.rados.rados.0.smithi071.stdout:1465: done (3 left) 2024-09-13T14:26:50.060 INFO:tasks.rados.rados.0.smithi071.stdout:1466: done (2 left) 2024-09-13T14:26:50.060 INFO:tasks.rados.rados.0.smithi071.stdout:1467: done (1 left) 2024-09-13T14:26:50.060 INFO:tasks.rados.rados.0.smithi071.stdout:1470: snap_remove snap 181 2024-09-13T14:26:50.786 INFO:tasks.rados.rados.0.smithi071.stdout:1469: expect (ObjNum 448 snap 148 seq_num 448) 2024-09-13T14:26:51.069 INFO:tasks.rados.rados.0.smithi071.stdout:1469: done (1 left) 2024-09-13T14:26:51.069 INFO:tasks.rados.rados.0.smithi071.stdout:1470: done (0 left) 2024-09-13T14:26:51.069 INFO:tasks.rados.rados.0.smithi071.stdout:1471: rollback oid 50 current snap is 184 2024-09-13T14:26:51.069 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 50 to 180 2024-09-13T14:26:51.070 INFO:tasks.rados.rados.0.smithi071.stdout:1472: read oid 49 snap -1 2024-09-13T14:26:51.070 INFO:tasks.rados.rados.0.smithi071.stdout:1472: expect (ObjNum 448 snap 148 seq_num 448) 2024-09-13T14:26:51.070 INFO:tasks.rados.rados.0.smithi071.stdout:1473: snap_remove snap 132 2024-09-13T14:26:51.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:50 smithi071 ceph-mon[107477]: osdmap e431: 8 total, 8 up, 8 in 2024-09-13T14:26:51.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:50 smithi071 ceph-mon[107477]: pgmap v96: 89 pgs: 89 active+clean; 283 MiB data, 852 MiB used, 714 GiB / 715 GiB avail 2024-09-13T14:26:51.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:50 smithi071 ceph-mon[112785]: osdmap e431: 8 total, 8 up, 8 in 2024-09-13T14:26:51.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:50 smithi071 ceph-mon[112785]: pgmap v96: 89 pgs: 89 active+clean; 283 MiB data, 852 MiB used, 714 GiB / 715 GiB avail 2024-09-13T14:26:51.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:50 smithi104 ceph-mon[33426]: osdmap e431: 8 total, 8 up, 8 in 2024-09-13T14:26:51.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:50 smithi104 ceph-mon[33426]: pgmap v96: 89 pgs: 89 active+clean; 283 MiB data, 852 MiB used, 714 GiB / 715 GiB avail 2024-09-13T14:26:51.801 INFO:tasks.rados.rados.0.smithi071.stdout:1473: done (2 left) 2024-09-13T14:26:51.801 INFO:tasks.rados.rados.0.smithi071.stdout:1474: delete oid 34 current snap is 184 2024-09-13T14:26:51.801 INFO:tasks.rados.rados.0.smithi071.stdout:1472: expect (ObjNum 448 snap 148 seq_num 448) 2024-09-13T14:26:52.085 INFO:tasks.rados.rados.0.smithi071.stdout:1471: finishing rollback tid 0 to smithi07185159-50 2024-09-13T14:26:52.086 INFO:tasks.rados.rados.0.smithi071.stdout:1471: finishing rollback tid 1 to smithi07185159-50 2024-09-13T14:26:52.086 INFO:tasks.rados.rados.0.smithi071.stdout:1471: finishing rollback tid 2 to smithi07185159-50 2024-09-13T14:26:52.086 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 50 v 1485 (ObjNum 522 snap 171 seq_num 522) dirty exists 2024-09-13T14:26:52.086 INFO:tasks.rados.rados.0.smithi071.stdout:1471: done (2 left) 2024-09-13T14:26:52.086 INFO:tasks.rados.rados.0.smithi071.stdout:1472: done (1 left) 2024-09-13T14:26:52.086 INFO:tasks.rados.rados.0.smithi071.stdout:1474: done (0 left) 2024-09-13T14:26:52.086 INFO:tasks.rados.rados.0.smithi071.stdout:1475: write oid 14 current snap is 184 2024-09-13T14:26:52.086 INFO:tasks.rados.rados.0.smithi071.stdout:1475: seq_num 571 ranges {796797=493654,1830277=796851,3397470=199327} 2024-09-13T14:26:52.092 INFO:tasks.rados.rados.0.smithi071.stdout:1475: writing smithi07185159-14 from 796797 to 1290451 tid 1 2024-09-13T14:26:52.099 INFO:tasks.rados.rados.0.smithi071.stdout:1475: writing smithi07185159-14 from 1830277 to 2627128 tid 2 2024-09-13T14:26:52.105 INFO:tasks.rados.rados.0.smithi071.stdout:1475: writing smithi07185159-14 from 3397470 to 3596797 tid 3 2024-09-13T14:26:52.105 INFO:tasks.rados.rados.0.smithi071.stdout:1476: read oid 30 snap -1 2024-09-13T14:26:52.105 INFO:tasks.rados.rados.0.smithi071.stdout:1476: expect (ObjNum 506 snap 166 seq_num 506) 2024-09-13T14:26:52.105 INFO:tasks.rados.rados.0.smithi071.stdout:1477: snap_create 2024-09-13T14:26:52.105 INFO:tasks.rados.rados.0.smithi071.stdout:1475: finishing write tid 1 to smithi07185159-14 2024-09-13T14:26:52.105 INFO:tasks.rados.rados.0.smithi071.stdout:1475: finishing write tid 2 to smithi07185159-14 2024-09-13T14:26:52.107 INFO:tasks.rados.rados.0.smithi071.stdout:1475: finishing write tid 3 to smithi07185159-14 2024-09-13T14:26:52.107 INFO:tasks.rados.rados.0.smithi071.stdout:1475: finishing write tid 4 to smithi07185159-14 2024-09-13T14:26:52.107 INFO:tasks.rados.rados.0.smithi071.stdout:1475: finishing write tid 5 to smithi07185159-14 2024-09-13T14:26:52.107 INFO:tasks.rados.rados.0.smithi071.stdout:1475: oid 14 updating version 0 to 707 2024-09-13T14:26:52.107 INFO:tasks.rados.rados.0.smithi071.stdout:1475: oid 14 updating version 707 to 709 2024-09-13T14:26:52.107 INFO:tasks.rados.rados.0.smithi071.stdout:1475: oid 14 version 709 is already newer than 706 2024-09-13T14:26:52.107 INFO:tasks.rados.rados.0.smithi071.stdout:1475: oid 14 version 709 is already newer than 708 2024-09-13T14:26:52.107 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 14 v 709 (ObjNum 571 snap 184 seq_num 571) dirty exists 2024-09-13T14:26:52.107 INFO:tasks.rados.rados.0.smithi071.stdout:1475: left oid 14 (ObjNum 571 snap 184 seq_num 571) 2024-09-13T14:26:52.113 INFO:tasks.rados.rados.0.smithi071.stdout:1476: expect (ObjNum 506 snap 166 seq_num 506) 2024-09-13T14:26:52.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:51 smithi071 ceph-mon[107477]: osdmap e432: 8 total, 8 up, 8 in 2024-09-13T14:26:52.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:51 smithi071 ceph-mon[112785]: osdmap e432: 8 total, 8 up, 8 in 2024-09-13T14:26:52.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:51 smithi104 ceph-mon[33426]: osdmap e432: 8 total, 8 up, 8 in 2024-09-13T14:26:52.800 INFO:tasks.rados.rados.0.smithi071.stdout:1475: done (2 left) 2024-09-13T14:26:52.800 INFO:tasks.rados.rados.0.smithi071.stdout:1476: done (1 left) 2024-09-13T14:26:52.800 INFO:tasks.rados.rados.0.smithi071.stdout:1477: done (0 left) 2024-09-13T14:26:52.800 INFO:tasks.rados.rados.0.smithi071.stdout:1478: write oid 32 current snap is 185 2024-09-13T14:26:52.801 INFO:tasks.rados.rados.0.smithi071.stdout:1478: seq_num 572 ranges {413604=568903,1488759=656862,2624893=591709} 2024-09-13T14:26:52.805 INFO:tasks.rados.rados.0.smithi071.stdout:1478: writing smithi07185159-32 from 413604 to 982507 tid 1 2024-09-13T14:26:52.811 INFO:tasks.rados.rados.0.smithi071.stdout:1478: writing smithi07185159-32 from 1488759 to 2145621 tid 2 2024-09-13T14:26:52.817 INFO:tasks.rados.rados.0.smithi071.stdout:1478: writing smithi07185159-32 from 2624893 to 3216602 tid 3 2024-09-13T14:26:52.817 INFO:tasks.rados.rados.0.smithi071.stdout:1479: snap_create 2024-09-13T14:26:52.817 INFO:tasks.rados.rados.0.smithi071.stdout:1478: finishing write tid 1 to smithi07185159-32 2024-09-13T14:26:52.817 INFO:tasks.rados.rados.0.smithi071.stdout:1478: finishing write tid 2 to smithi07185159-32 2024-09-13T14:26:52.820 INFO:tasks.rados.rados.0.smithi071.stdout:1478: finishing write tid 3 to smithi07185159-32 2024-09-13T14:26:52.820 INFO:tasks.rados.rados.0.smithi071.stdout:1478: finishing write tid 4 to smithi07185159-32 2024-09-13T14:26:52.820 INFO:tasks.rados.rados.0.smithi071.stdout:1478: finishing write tid 5 to smithi07185159-32 2024-09-13T14:26:52.820 INFO:tasks.rados.rados.0.smithi071.stdout:1478: oid 32 updating version 0 to 149 2024-09-13T14:26:52.820 INFO:tasks.rados.rados.0.smithi071.stdout:1478: oid 32 version 149 is already newer than 148 2024-09-13T14:26:52.820 INFO:tasks.rados.rados.0.smithi071.stdout:1478: oid 32 version 149 is already newer than 147 2024-09-13T14:26:52.820 INFO:tasks.rados.rados.0.smithi071.stdout:1478: oid 32 version 149 is already newer than 146 2024-09-13T14:26:52.821 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 32 v 149 (ObjNum 572 snap 185 seq_num 572) dirty exists 2024-09-13T14:26:52.821 INFO:tasks.rados.rados.0.smithi071.stdout:1478: left oid 32 (ObjNum 572 snap 185 seq_num 572) 2024-09-13T14:26:53.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:52 smithi071 ceph-mon[107477]: osdmap e433: 8 total, 8 up, 8 in 2024-09-13T14:26:53.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:52 smithi071 ceph-mon[107477]: pgmap v99: 89 pgs: 89 active+clean; 288 MiB data, 857 MiB used, 714 GiB / 715 GiB avail; 6.2 MiB/s rd, 369 KiB/s wr, 8 op/s 2024-09-13T14:26:53.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:52 smithi071 ceph-mon[112785]: osdmap e433: 8 total, 8 up, 8 in 2024-09-13T14:26:53.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:52 smithi071 ceph-mon[112785]: pgmap v99: 89 pgs: 89 active+clean; 288 MiB data, 857 MiB used, 714 GiB / 715 GiB avail; 6.2 MiB/s rd, 369 KiB/s wr, 8 op/s 2024-09-13T14:26:53.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:26:52 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:26:52] "GET /metrics HTTP/1.1" 200 36273 "" "Prometheus/2.51.0" 2024-09-13T14:26:53.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:52 smithi104 ceph-mon[33426]: osdmap e433: 8 total, 8 up, 8 in 2024-09-13T14:26:53.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:52 smithi104 ceph-mon[33426]: pgmap v99: 89 pgs: 89 active+clean; 288 MiB data, 857 MiB used, 714 GiB / 715 GiB avail; 6.2 MiB/s rd, 369 KiB/s wr, 8 op/s 2024-09-13T14:26:53.802 INFO:tasks.rados.rados.0.smithi071.stdout:1478: done (1 left) 2024-09-13T14:26:53.802 INFO:tasks.rados.rados.0.smithi071.stdout:1479: done (0 left) 2024-09-13T14:26:53.802 INFO:tasks.rados.rados.0.smithi071.stdout:1480: write oid 12 current snap is 186 2024-09-13T14:26:53.802 INFO:tasks.rados.rados.0.smithi071.stdout:1480: seq_num 573 ranges {430411=644152,1830888=400520,2935963=402981} 2024-09-13T14:26:53.808 INFO:tasks.rados.rados.0.smithi071.stdout:1480: writing smithi07185159-12 from 430411 to 1074563 tid 1 2024-09-13T14:26:53.814 INFO:tasks.rados.rados.0.smithi071.stdout:1480: writing smithi07185159-12 from 1830888 to 2231408 tid 2 2024-09-13T14:26:53.820 INFO:tasks.rados.rados.0.smithi071.stdout:1480: writing smithi07185159-12 from 2935963 to 3338944 tid 3 2024-09-13T14:26:53.820 INFO:tasks.rados.rados.0.smithi071.stdout:1481: snap_create 2024-09-13T14:26:53.820 INFO:tasks.rados.rados.0.smithi071.stdout:1480: finishing write tid 1 to smithi07185159-12 2024-09-13T14:26:53.820 INFO:tasks.rados.rados.0.smithi071.stdout:1480: finishing write tid 2 to smithi07185159-12 2024-09-13T14:26:53.823 INFO:tasks.rados.rados.0.smithi071.stdout:1480: finishing write tid 3 to smithi07185159-12 2024-09-13T14:26:53.823 INFO:tasks.rados.rados.0.smithi071.stdout:1480: finishing write tid 4 to smithi07185159-12 2024-09-13T14:26:53.823 INFO:tasks.rados.rados.0.smithi071.stdout:1480: finishing write tid 5 to smithi07185159-12 2024-09-13T14:26:53.823 INFO:tasks.rados.rados.0.smithi071.stdout:1480: oid 12 updating version 0 to 195 2024-09-13T14:26:53.823 INFO:tasks.rados.rados.0.smithi071.stdout:1480: oid 12 updating version 195 to 196 2024-09-13T14:26:53.823 INFO:tasks.rados.rados.0.smithi071.stdout:1480: oid 12 version 196 is already newer than 193 2024-09-13T14:26:53.823 INFO:tasks.rados.rados.0.smithi071.stdout:1480: oid 12 version 196 is already newer than 194 2024-09-13T14:26:53.823 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 12 v 196 (ObjNum 573 snap 186 seq_num 573) dirty exists 2024-09-13T14:26:53.823 INFO:tasks.rados.rados.0.smithi071.stdout:1480: left oid 12 (ObjNum 573 snap 186 seq_num 573) 2024-09-13T14:26:54.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:53 smithi071 ceph-mon[107477]: osdmap e434: 8 total, 8 up, 8 in 2024-09-13T14:26:54.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:53 smithi071 ceph-mon[112785]: osdmap e434: 8 total, 8 up, 8 in 2024-09-13T14:26:54.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:53 smithi104 ceph-mon[33426]: osdmap e434: 8 total, 8 up, 8 in 2024-09-13T14:26:54.815 INFO:tasks.rados.rados.0.smithi071.stdout:1480: done (1 left) 2024-09-13T14:26:54.815 INFO:tasks.rados.rados.0.smithi071.stdout:1481: done (0 left) 2024-09-13T14:26:54.815 INFO:tasks.rados.rados.0.smithi071.stdout:1482: read oid 36 snap -1 2024-09-13T14:26:54.815 INFO:tasks.rados.rados.0.smithi071.stdout:1482: expect deleted 2024-09-13T14:26:54.815 INFO:tasks.rados.rados.0.smithi071.stdout:1483: write oid 10 current snap is 187 2024-09-13T14:26:54.816 INFO:tasks.rados.rados.0.smithi071.stdout:1483: seq_num 574 ranges {447218=719401,1889370=660531,2963386=614253} 2024-09-13T14:26:54.821 INFO:tasks.rados.rados.0.smithi071.stdout:1483: writing smithi07185159-10 from 447218 to 1166619 tid 1 2024-09-13T14:26:54.829 INFO:tasks.rados.rados.0.smithi071.stdout:1483: writing smithi07185159-10 from 1889370 to 2549901 tid 2 2024-09-13T14:26:54.834 INFO:tasks.rados.rados.0.smithi071.stdout:1483: writing smithi07185159-10 from 2963386 to 3577639 tid 3 2024-09-13T14:26:54.834 INFO:tasks.rados.rados.0.smithi071.stdout:1484: rollback oid 48 current snap is 187 2024-09-13T14:26:54.834 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 48 to 173 2024-09-13T14:26:54.835 INFO:tasks.rados.rados.0.smithi071.stdout:1483: finishing write tid 1 to smithi07185159-10 2024-09-13T14:26:54.835 INFO:tasks.rados.rados.0.smithi071.stdout:1483: finishing write tid 2 to smithi07185159-10 2024-09-13T14:26:54.835 INFO:tasks.rados.rados.0.smithi071.stdout:1482: done (2 left) 2024-09-13T14:26:54.835 INFO:tasks.rados.rados.0.smithi071.stdout:1485: snap_remove snap 182 2024-09-13T14:26:55.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:54 smithi071 ceph-mon[107477]: osdmap e435: 8 total, 8 up, 8 in 2024-09-13T14:26:55.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:54 smithi071 ceph-mon[107477]: pgmap v102: 89 pgs: 89 active+clean; 288 MiB data, 857 MiB used, 714 GiB / 715 GiB avail; 6.2 MiB/s rd, 369 KiB/s wr, 8 op/s 2024-09-13T14:26:55.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:54 smithi071 ceph-mon[112785]: osdmap e435: 8 total, 8 up, 8 in 2024-09-13T14:26:55.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:54 smithi071 ceph-mon[112785]: pgmap v102: 89 pgs: 89 active+clean; 288 MiB data, 857 MiB used, 714 GiB / 715 GiB avail; 6.2 MiB/s rd, 369 KiB/s wr, 8 op/s 2024-09-13T14:26:55.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:54 smithi104 ceph-mon[33426]: osdmap e435: 8 total, 8 up, 8 in 2024-09-13T14:26:55.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:54 smithi104 ceph-mon[33426]: pgmap v102: 89 pgs: 89 active+clean; 288 MiB data, 857 MiB used, 714 GiB / 715 GiB avail; 6.2 MiB/s rd, 369 KiB/s wr, 8 op/s 2024-09-13T14:26:55.819 INFO:tasks.rados.rados.0.smithi071.stdout:1485: done (2 left) 2024-09-13T14:26:55.819 INFO:tasks.rados.rados.0.smithi071.stdout:1486: snap_remove snap 185 2024-09-13T14:26:56.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:55 smithi071 ceph-mon[107477]: osdmap e436: 8 total, 8 up, 8 in 2024-09-13T14:26:56.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:55 smithi071 ceph-mon[112785]: osdmap e436: 8 total, 8 up, 8 in 2024-09-13T14:26:56.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:55 smithi104 ceph-mon[33426]: osdmap e436: 8 total, 8 up, 8 in 2024-09-13T14:26:56.830 INFO:tasks.rados.rados.0.smithi071.stdout:1486: done (2 left) 2024-09-13T14:26:56.831 INFO:tasks.rados.rados.0.smithi071.stdout:1487: read oid 47 snap -1 2024-09-13T14:26:56.831 INFO:tasks.rados.rados.0.smithi071.stdout:1487: expect (ObjNum 415 snap 131 seq_num 415) 2024-09-13T14:26:56.831 INFO:tasks.rados.rados.0.smithi071.stdout:1488: write oid 35 current snap is 187 2024-09-13T14:26:56.831 INFO:tasks.rados.rados.0.smithi071.stdout:1483: finishing write tid 3 to smithi07185159-10 2024-09-13T14:26:56.831 INFO:tasks.rados.rados.0.smithi071.stdout:1488: seq_num 575 ranges {464025=794650,1947852=404189,2990809=425525} 2024-09-13T14:26:56.836 INFO:tasks.rados.rados.0.smithi071.stdout:1488: writing smithi07185159-35 from 464025 to 1258675 tid 1 2024-09-13T14:26:56.843 INFO:tasks.rados.rados.0.smithi071.stdout:1488: writing smithi07185159-35 from 1947852 to 2352041 tid 2 2024-09-13T14:26:56.849 INFO:tasks.rados.rados.0.smithi071.stdout:1488: writing smithi07185159-35 from 2990809 to 3416334 tid 3 2024-09-13T14:26:56.849 INFO:tasks.rados.rados.0.smithi071.stdout:1489: read oid 43 snap -1 2024-09-13T14:26:56.849 INFO:tasks.rados.rados.0.smithi071.stdout:1489: expect (ObjNum 427 snap 136 seq_num 427) 2024-09-13T14:26:56.849 INFO:tasks.rados.rados.0.smithi071.stdout:1490: snap_create 2024-09-13T14:26:56.849 INFO:tasks.rados.rados.0.smithi071.stdout:1483: finishing write tid 4 to smithi07185159-10 2024-09-13T14:26:56.849 INFO:tasks.rados.rados.0.smithi071.stdout:1483: finishing write tid 5 to smithi07185159-10 2024-09-13T14:26:56.850 INFO:tasks.rados.rados.0.smithi071.stdout:1483: oid 10 updating version 0 to 789 2024-09-13T14:26:56.850 INFO:tasks.rados.rados.0.smithi071.stdout:1483: oid 10 updating version 789 to 790 2024-09-13T14:26:56.850 INFO:tasks.rados.rados.0.smithi071.stdout:1483: oid 10 version 790 is already newer than 788 2024-09-13T14:26:56.850 INFO:tasks.rados.rados.0.smithi071.stdout:1483: oid 10 updating version 790 to 791 2024-09-13T14:26:56.850 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 10 v 791 (ObjNum 574 snap 187 seq_num 574) dirty exists 2024-09-13T14:26:56.850 INFO:tasks.rados.rados.0.smithi071.stdout:1483: left oid 10 (ObjNum 574 snap 187 seq_num 574) 2024-09-13T14:26:56.850 INFO:tasks.rados.rados.0.smithi071.stdout:1484: finishing rollback tid 0 to smithi07185159-48 2024-09-13T14:26:56.850 INFO:tasks.rados.rados.0.smithi071.stdout:1484: finishing rollback tid 1 to smithi07185159-48 2024-09-13T14:26:56.850 INFO:tasks.rados.rados.0.smithi071.stdout:1484: finishing rollback tid 2 to smithi07185159-48 2024-09-13T14:26:56.850 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 48 v 1499 (ObjNum 529 snap 172 seq_num 529) dirty exists 2024-09-13T14:26:56.850 INFO:tasks.rados.rados.0.smithi071.stdout:1487: expect (ObjNum 415 snap 131 seq_num 415) 2024-09-13T14:26:56.947 INFO:tasks.rados.rados.0.smithi071.stdout:1488: finishing write tid 1 to smithi07185159-35 2024-09-13T14:26:56.947 INFO:tasks.rados.rados.0.smithi071.stdout:1488: finishing write tid 2 to smithi07185159-35 2024-09-13T14:26:56.947 INFO:tasks.rados.rados.0.smithi071.stdout:1488: finishing write tid 3 to smithi07185159-35 2024-09-13T14:26:56.947 INFO:tasks.rados.rados.0.smithi071.stdout:1488: finishing write tid 4 to smithi07185159-35 2024-09-13T14:26:56.947 INFO:tasks.rados.rados.0.smithi071.stdout:1488: finishing write tid 5 to smithi07185159-35 2024-09-13T14:26:56.947 INFO:tasks.rados.rados.0.smithi071.stdout:1488: oid 35 updating version 0 to 716 2024-09-13T14:26:56.947 INFO:tasks.rados.rados.0.smithi071.stdout:1488: oid 35 version 716 is already newer than 714 2024-09-13T14:26:56.947 INFO:tasks.rados.rados.0.smithi071.stdout:1488: oid 35 version 716 is already newer than 715 2024-09-13T14:26:56.947 INFO:tasks.rados.rados.0.smithi071.stdout:1488: oid 35 version 716 is already newer than 713 2024-09-13T14:26:56.948 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 35 v 716 (ObjNum 575 snap 187 seq_num 575) dirty exists 2024-09-13T14:26:56.948 INFO:tasks.rados.rados.0.smithi071.stdout:1488: left oid 35 (ObjNum 575 snap 187 seq_num 575) 2024-09-13T14:26:56.948 INFO:tasks.rados.rados.0.smithi071.stdout:1489: expect (ObjNum 427 snap 136 seq_num 427) 2024-09-13T14:26:57.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:56 smithi071 ceph-mon[107477]: osdmap e437: 8 total, 8 up, 8 in 2024-09-13T14:26:57.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:56 smithi071 ceph-mon[107477]: pgmap v105: 89 pgs: 89 active+clean; 286 MiB data, 855 MiB used, 714 GiB / 715 GiB avail; 4.8 MiB/s rd, 1.6 MiB/s wr, 11 op/s 2024-09-13T14:26:57.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:56 smithi071 ceph-mon[112785]: osdmap e437: 8 total, 8 up, 8 in 2024-09-13T14:26:57.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:56 smithi071 ceph-mon[112785]: pgmap v105: 89 pgs: 89 active+clean; 286 MiB data, 855 MiB used, 714 GiB / 715 GiB avail; 4.8 MiB/s rd, 1.6 MiB/s wr, 11 op/s 2024-09-13T14:26:57.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:56 smithi104 ceph-mon[33426]: osdmap e437: 8 total, 8 up, 8 in 2024-09-13T14:26:57.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:56 smithi104 ceph-mon[33426]: pgmap v105: 89 pgs: 89 active+clean; 286 MiB data, 855 MiB used, 714 GiB / 715 GiB avail; 4.8 MiB/s rd, 1.6 MiB/s wr, 11 op/s 2024-09-13T14:26:57.778 INFO:tasks.rados.rados.0.smithi071.stdout:1483: done (5 left) 2024-09-13T14:26:57.778 INFO:tasks.rados.rados.0.smithi071.stdout:1484: done (4 left) 2024-09-13T14:26:57.779 INFO:tasks.rados.rados.0.smithi071.stdout:1487: done (3 left) 2024-09-13T14:26:57.779 INFO:tasks.rados.rados.0.smithi071.stdout:1488: done (2 left) 2024-09-13T14:26:57.779 INFO:tasks.rados.rados.0.smithi071.stdout:1489: done (1 left) 2024-09-13T14:26:57.779 INFO:tasks.rados.rados.0.smithi071.stdout:1490: done (0 left) 2024-09-13T14:26:57.779 INFO:tasks.rados.rados.0.smithi071.stdout:1491: write oid 7 current snap is 188 2024-09-13T14:26:57.779 INFO:tasks.rados.rados.0.smithi071.stdout:1491: seq_num 576 ranges {480832=469899,1606334=664200,3018232=662600} 2024-09-13T14:26:57.784 INFO:tasks.rados.rados.0.smithi071.stdout:1491: writing smithi07185159-7 from 480832 to 950731 tid 1 2024-09-13T14:26:57.790 INFO:tasks.rados.rados.0.smithi071.stdout:1491: writing smithi07185159-7 from 1606334 to 2270534 tid 2 2024-09-13T14:26:57.798 INFO:tasks.rados.rados.0.smithi071.stdout:1491: writing smithi07185159-7 from 3018232 to 3680832 tid 3 2024-09-13T14:26:57.798 INFO:tasks.rados.rados.0.smithi071.stdout:1492: write oid 21 current snap is 188 2024-09-13T14:26:57.798 INFO:tasks.rados.rados.0.smithi071.stdout:1491: finishing write tid 1 to smithi07185159-7 2024-09-13T14:26:57.799 INFO:tasks.rados.rados.0.smithi071.stdout:1491: finishing write tid 2 to smithi07185159-7 2024-09-13T14:26:57.799 INFO:tasks.rados.rados.0.smithi071.stdout:1492: seq_num 577 ranges {497639=545148,1548463=407858,2529302=564422,3528143=169496} 2024-09-13T14:26:57.804 INFO:tasks.rados.rados.0.smithi071.stdout:1492: writing smithi07185159-21 from 497639 to 1042787 tid 1 2024-09-13T14:26:57.809 INFO:tasks.rados.rados.0.smithi071.stdout:1492: writing smithi07185159-21 from 1548463 to 1956321 tid 2 2024-09-13T14:26:57.815 INFO:tasks.rados.rados.0.smithi071.stdout:1492: writing smithi07185159-21 from 2529302 to 3093724 tid 3 2024-09-13T14:26:57.819 INFO:tasks.rados.rados.0.smithi071.stdout:1492: writing smithi07185159-21 from 3528143 to 3697639 tid 4 2024-09-13T14:26:57.819 INFO:tasks.rados.rados.0.smithi071.stdout:1493: write oid 44 current snap is 188 2024-09-13T14:26:57.819 INFO:tasks.rados.rados.0.smithi071.stdout:1491: finishing write tid 3 to smithi07185159-7 2024-09-13T14:26:57.819 INFO:tasks.rados.rados.0.smithi071.stdout:1491: finishing write tid 4 to smithi07185159-7 2024-09-13T14:26:57.819 INFO:tasks.rados.rados.0.smithi071.stdout:1491: finishing write tid 5 to smithi07185159-7 2024-09-13T14:26:57.819 INFO:tasks.rados.rados.0.smithi071.stdout:1491: oid 7 updating version 0 to 192 2024-09-13T14:26:57.819 INFO:tasks.rados.rados.0.smithi071.stdout:1491: oid 7 updating version 192 to 194 2024-09-13T14:26:57.820 INFO:tasks.rados.rados.0.smithi071.stdout:1491: oid 7 version 194 is already newer than 193 2024-09-13T14:26:57.820 INFO:tasks.rados.rados.0.smithi071.stdout:1491: oid 7 version 194 is already newer than 191 2024-09-13T14:26:57.820 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 7 v 194 (ObjNum 576 snap 188 seq_num 576) dirty exists 2024-09-13T14:26:57.820 INFO:tasks.rados.rados.0.smithi071.stdout:1491: left oid 7 (ObjNum 576 snap 188 seq_num 576) 2024-09-13T14:26:57.820 INFO:tasks.rados.rados.0.smithi071.stdout:1492: finishing write tid 1 to smithi07185159-21 2024-09-13T14:26:57.820 INFO:tasks.rados.rados.0.smithi071.stdout:1493: seq_num 578 ranges {514446=736750,1723298=667869,3073078=641368} 2024-09-13T14:26:57.825 INFO:tasks.rados.rados.0.smithi071.stdout:1493: writing smithi07185159-44 from 514446 to 1251196 tid 1 2024-09-13T14:26:57.832 INFO:tasks.rados.rados.0.smithi071.stdout:1493: writing smithi07185159-44 from 1723298 to 2391167 tid 2 2024-09-13T14:26:57.839 INFO:tasks.rados.rados.0.smithi071.stdout:1493: writing smithi07185159-44 from 3073078 to 3714446 tid 3 2024-09-13T14:26:57.839 INFO:tasks.rados.rados.0.smithi071.stdout:1491: done (2 left) 2024-09-13T14:26:57.839 INFO:tasks.rados.rados.0.smithi071.stdout:1494: delete oid 48 current snap is 188 2024-09-13T14:26:57.840 INFO:tasks.rados.rados.0.smithi071.stdout:1492: finishing write tid 2 to smithi07185159-21 2024-09-13T14:26:57.840 INFO:tasks.rados.rados.0.smithi071.stdout:1492: finishing write tid 3 to smithi07185159-21 2024-09-13T14:26:57.840 INFO:tasks.rados.rados.0.smithi071.stdout:1492: finishing write tid 4 to smithi07185159-21 2024-09-13T14:26:57.840 INFO:tasks.rados.rados.0.smithi071.stdout:1492: finishing write tid 5 to smithi07185159-21 2024-09-13T14:26:57.840 INFO:tasks.rados.rados.0.smithi071.stdout:1492: finishing write tid 6 to smithi07185159-21 2024-09-13T14:26:57.840 INFO:tasks.rados.rados.0.smithi071.stdout:1492: oid 21 updating version 0 to 668 2024-09-13T14:26:57.840 INFO:tasks.rados.rados.0.smithi071.stdout:1492: oid 21 version 668 is already newer than 665 2024-09-13T14:26:57.840 INFO:tasks.rados.rados.0.smithi071.stdout:1492: oid 21 version 668 is already newer than 664 2024-09-13T14:26:57.840 INFO:tasks.rados.rados.0.smithi071.stdout:1492: oid 21 version 668 is already newer than 666 2024-09-13T14:26:57.840 INFO:tasks.rados.rados.0.smithi071.stdout:1492: oid 21 version 668 is already newer than 667 2024-09-13T14:26:57.840 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 21 v 668 (ObjNum 577 snap 188 seq_num 577) dirty exists 2024-09-13T14:26:57.840 INFO:tasks.rados.rados.0.smithi071.stdout:1492: left oid 21 (ObjNum 577 snap 188 seq_num 577) 2024-09-13T14:26:57.841 INFO:tasks.rados.rados.0.smithi071.stdout:1493: finishing write tid 1 to smithi07185159-44 2024-09-13T14:26:57.841 INFO:tasks.rados.rados.0.smithi071.stdout:1493: finishing write tid 2 to smithi07185159-44 2024-09-13T14:26:57.841 INFO:tasks.rados.rados.0.smithi071.stdout:1492: done (2 left) 2024-09-13T14:26:57.841 INFO:tasks.rados.rados.0.smithi071.stdout:1494: done (1 left) 2024-09-13T14:26:57.841 INFO:tasks.rados.rados.0.smithi071.stdout:1495: write oid 39 current snap is 188 2024-09-13T14:26:57.841 INFO:tasks.rados.rados.0.smithi071.stdout:1495: seq_num 580 ranges {548060=487248,1440262=671538,2844277=798238} 2024-09-13T14:26:57.847 INFO:tasks.rados.rados.0.smithi071.stdout:1495: writing smithi07185159-39 from 548060 to 1035308 tid 1 2024-09-13T14:26:57.853 INFO:tasks.rados.rados.0.smithi071.stdout:1495: writing smithi07185159-39 from 1440262 to 2111800 tid 2 2024-09-13T14:26:57.862 INFO:tasks.rados.rados.0.smithi071.stdout:1495: writing smithi07185159-39 from 2844277 to 3642515 tid 3 2024-09-13T14:26:57.862 INFO:tasks.rados.rados.0.smithi071.stdout:1496: snap_remove snap 168 2024-09-13T14:26:58.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:57 smithi071 ceph-mon[107477]: osdmap e438: 8 total, 8 up, 8 in 2024-09-13T14:26:58.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:57 smithi071 ceph-mon[107477]: osdmap e439: 8 total, 8 up, 8 in 2024-09-13T14:26:58.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:57 smithi071 ceph-mon[112785]: osdmap e438: 8 total, 8 up, 8 in 2024-09-13T14:26:58.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:57 smithi071 ceph-mon[112785]: osdmap e439: 8 total, 8 up, 8 in 2024-09-13T14:26:58.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:57 smithi104 ceph-mon[33426]: osdmap e438: 8 total, 8 up, 8 in 2024-09-13T14:26:58.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:57 smithi104 ceph-mon[33426]: osdmap e439: 8 total, 8 up, 8 in 2024-09-13T14:26:58.839 INFO:tasks.rados.rados.0.smithi071.stdout:1496: done (2 left) 2024-09-13T14:26:58.839 INFO:tasks.rados.rados.0.smithi071.stdout:1497: read oid 41 snap -1 2024-09-13T14:26:58.839 INFO:tasks.rados.rados.0.smithi071.stdout:1497: expect (ObjNum 541 snap 176 seq_num 541) 2024-09-13T14:26:58.839 INFO:tasks.rados.rados.0.smithi071.stdout:1498: write oid 6 current snap is 188 2024-09-13T14:26:58.839 INFO:tasks.rados.rados.0.smithi071.stdout:1493: finishing write tid 3 to smithi07185159-44 2024-09-13T14:26:58.839 INFO:tasks.rados.rados.0.smithi071.stdout:1498: seq_num 581 ranges {564867=562497,1898744=415196,2755347=725863} 2024-09-13T14:26:58.845 INFO:tasks.rados.rados.0.smithi071.stdout:1498: writing smithi07185159-6 from 564867 to 1127364 tid 1 2024-09-13T14:26:58.852 INFO:tasks.rados.rados.0.smithi071.stdout:1498: writing smithi07185159-6 from 1898744 to 2313940 tid 2 2024-09-13T14:26:58.859 INFO:tasks.rados.rados.0.smithi071.stdout:1498: writing smithi07185159-6 from 2755347 to 3481210 tid 3 2024-09-13T14:26:58.859 INFO:tasks.rados.rados.0.smithi071.stdout:1499: snap_create 2024-09-13T14:26:58.859 INFO:tasks.rados.rados.0.smithi071.stdout:1493: finishing write tid 4 to smithi07185159-44 2024-09-13T14:26:58.859 INFO:tasks.rados.rados.0.smithi071.stdout:1493: finishing write tid 5 to smithi07185159-44 2024-09-13T14:26:58.859 INFO:tasks.rados.rados.0.smithi071.stdout:1493: oid 44 updating version 0 to 798 2024-09-13T14:26:58.859 INFO:tasks.rados.rados.0.smithi071.stdout:1493: oid 44 version 798 is already newer than 796 2024-09-13T14:26:58.860 INFO:tasks.rados.rados.0.smithi071.stdout:1493: oid 44 updating version 798 to 799 2024-09-13T14:26:58.860 INFO:tasks.rados.rados.0.smithi071.stdout:1493: oid 44 version 799 is already newer than 797 2024-09-13T14:26:58.860 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 44 v 799 (ObjNum 578 snap 188 seq_num 578) dirty exists 2024-09-13T14:26:58.860 INFO:tasks.rados.rados.0.smithi071.stdout:1493: left oid 44 (ObjNum 578 snap 188 seq_num 578) 2024-09-13T14:26:58.860 INFO:tasks.rados.rados.0.smithi071.stdout:1495: finishing write tid 1 to smithi07185159-39 2024-09-13T14:26:58.860 INFO:tasks.rados.rados.0.smithi071.stdout:1495: finishing write tid 2 to smithi07185159-39 2024-09-13T14:26:58.860 INFO:tasks.rados.rados.0.smithi071.stdout:1495: finishing write tid 3 to smithi07185159-39 2024-09-13T14:26:58.860 INFO:tasks.rados.rados.0.smithi071.stdout:1495: finishing write tid 4 to smithi07185159-39 2024-09-13T14:26:58.860 INFO:tasks.rados.rados.0.smithi071.stdout:1495: finishing write tid 5 to smithi07185159-39 2024-09-13T14:26:58.860 INFO:tasks.rados.rados.0.smithi071.stdout:1495: oid 39 updating version 0 to 719 2024-09-13T14:26:58.860 INFO:tasks.rados.rados.0.smithi071.stdout:1495: oid 39 updating version 719 to 720 2024-09-13T14:26:58.861 INFO:tasks.rados.rados.0.smithi071.stdout:1495: oid 39 updating version 720 to 721 2024-09-13T14:26:58.861 INFO:tasks.rados.rados.0.smithi071.stdout:1495: oid 39 version 721 is already newer than 718 2024-09-13T14:26:58.861 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 39 v 721 (ObjNum 580 snap 188 seq_num 580) dirty exists 2024-09-13T14:26:58.861 INFO:tasks.rados.rados.0.smithi071.stdout:1495: left oid 39 (ObjNum 580 snap 188 seq_num 580) 2024-09-13T14:26:58.861 INFO:tasks.rados.rados.0.smithi071.stdout:1497: expect (ObjNum 541 snap 176 seq_num 541) 2024-09-13T14:26:58.995 INFO:tasks.rados.rados.0.smithi071.stdout:1498: finishing write tid 1 to smithi07185159-6 2024-09-13T14:26:58.995 INFO:tasks.rados.rados.0.smithi071.stdout:1498: finishing write tid 2 to smithi07185159-6 2024-09-13T14:26:58.995 INFO:tasks.rados.rados.0.smithi071.stdout:1498: finishing write tid 3 to smithi07185159-6 2024-09-13T14:26:58.995 INFO:tasks.rados.rados.0.smithi071.stdout:1498: finishing write tid 4 to smithi07185159-6 2024-09-13T14:26:58.995 INFO:tasks.rados.rados.0.smithi071.stdout:1498: finishing write tid 5 to smithi07185159-6 2024-09-13T14:26:58.995 INFO:tasks.rados.rados.0.smithi071.stdout:1498: oid 6 updating version 0 to 1519 2024-09-13T14:26:58.995 INFO:tasks.rados.rados.0.smithi071.stdout:1498: oid 6 updating version 1519 to 1520 2024-09-13T14:26:58.995 INFO:tasks.rados.rados.0.smithi071.stdout:1498: oid 6 updating version 1520 to 1521 2024-09-13T14:26:58.995 INFO:tasks.rados.rados.0.smithi071.stdout:1498: oid 6 version 1521 is already newer than 1516 2024-09-13T14:26:58.995 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 6 v 1521 (ObjNum 581 snap 188 seq_num 581) dirty exists 2024-09-13T14:26:58.995 INFO:tasks.rados.rados.0.smithi071.stdout:1498: left oid 6 (ObjNum 581 snap 188 seq_num 581) 2024-09-13T14:26:59.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:58 smithi071 ceph-mon[107477]: pgmap v108: 89 pgs: 89 active+clean; 286 MiB data, 855 MiB used, 714 GiB / 715 GiB avail; 4.8 MiB/s rd, 1.6 MiB/s wr, 11 op/s 2024-09-13T14:26:59.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:58 smithi071 ceph-mon[112785]: pgmap v108: 89 pgs: 89 active+clean; 286 MiB data, 855 MiB used, 714 GiB / 715 GiB avail; 4.8 MiB/s rd, 1.6 MiB/s wr, 11 op/s 2024-09-13T14:26:59.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:58 smithi104 ceph-mon[33426]: pgmap v108: 89 pgs: 89 active+clean; 286 MiB data, 855 MiB used, 714 GiB / 715 GiB avail; 4.8 MiB/s rd, 1.6 MiB/s wr, 11 op/s 2024-09-13T14:26:59.841 INFO:tasks.rados.rados.0.smithi071.stdout:1493: done (4 left) 2024-09-13T14:26:59.841 INFO:tasks.rados.rados.0.smithi071.stdout:1495: done (3 left) 2024-09-13T14:26:59.841 INFO:tasks.rados.rados.0.smithi071.stdout:1497: done (2 left) 2024-09-13T14:26:59.841 INFO:tasks.rados.rados.0.smithi071.stdout:1498: done (1 left) 2024-09-13T14:26:59.841 INFO:tasks.rados.rados.0.smithi071.stdout:1499: done (0 left) 2024-09-13T14:26:59.842 INFO:tasks.rados.rados.0.smithi071.stdout:1500: snap_create 2024-09-13T14:27:00.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:59 smithi071 ceph-mon[107477]: osdmap e440: 8 total, 8 up, 8 in 2024-09-13T14:27:00.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:26:59 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:27:00.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:59 smithi071 ceph-mon[112785]: osdmap e440: 8 total, 8 up, 8 in 2024-09-13T14:27:00.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:26:59 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:27:00.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:59 smithi104 ceph-mon[33426]: osdmap e440: 8 total, 8 up, 8 in 2024-09-13T14:27:00.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:26:59 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:27:00.857 INFO:tasks.rados.rados.0.smithi071.stdout:1500: done (0 left) 2024-09-13T14:27:00.857 INFO:tasks.rados.rados.0.smithi071.stdout:1501: snap_create 2024-09-13T14:27:01.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:00 smithi071 ceph-mon[107477]: osdmap e441: 8 total, 8 up, 8 in 2024-09-13T14:27:01.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:00 smithi071 ceph-mon[107477]: pgmap v111: 89 pgs: 89 active+clean; 286 MiB data, 855 MiB used, 714 GiB / 715 GiB avail 2024-09-13T14:27:01.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:00 smithi071 ceph-mon[112785]: osdmap e441: 8 total, 8 up, 8 in 2024-09-13T14:27:01.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:00 smithi071 ceph-mon[112785]: pgmap v111: 89 pgs: 89 active+clean; 286 MiB data, 855 MiB used, 714 GiB / 715 GiB avail 2024-09-13T14:27:01.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:00 smithi104 ceph-mon[33426]: osdmap e441: 8 total, 8 up, 8 in 2024-09-13T14:27:01.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:00 smithi104 ceph-mon[33426]: pgmap v111: 89 pgs: 89 active+clean; 286 MiB data, 855 MiB used, 714 GiB / 715 GiB avail 2024-09-13T14:27:01.853 INFO:tasks.rados.rados.0.smithi071.stdout:1501: done (0 left) 2024-09-13T14:27:01.853 INFO:tasks.rados.rados.0.smithi071.stdout:1502: snap_remove snap 165 2024-09-13T14:27:02.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:01 smithi071 ceph-mon[107477]: osdmap e442: 8 total, 8 up, 8 in 2024-09-13T14:27:02.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:01 smithi071 ceph-mon[112785]: osdmap e442: 8 total, 8 up, 8 in 2024-09-13T14:27:02.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:01 smithi104 ceph-mon[33426]: osdmap e442: 8 total, 8 up, 8 in 2024-09-13T14:27:02.871 INFO:tasks.rados.rados.0.smithi071.stdout:1502: done (0 left) 2024-09-13T14:27:02.871 INFO:tasks.rados.rados.0.smithi071.stdout:1503: snap_create 2024-09-13T14:27:03.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:02 smithi071 ceph-mon[107477]: osdmap e443: 8 total, 8 up, 8 in 2024-09-13T14:27:03.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:02 smithi071 ceph-mon[107477]: pgmap v114: 89 pgs: 89 active+clean; 296 MiB data, 880 MiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 2.6 MiB/s wr, 16 op/s 2024-09-13T14:27:03.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:02 smithi071 ceph-mon[112785]: osdmap e443: 8 total, 8 up, 8 in 2024-09-13T14:27:03.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:02 smithi071 ceph-mon[112785]: pgmap v114: 89 pgs: 89 active+clean; 296 MiB data, 880 MiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 2.6 MiB/s wr, 16 op/s 2024-09-13T14:27:03.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:27:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:27:02] "GET /metrics HTTP/1.1" 200 36268 "" "Prometheus/2.51.0" 2024-09-13T14:27:03.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:02 smithi104 ceph-mon[33426]: osdmap e443: 8 total, 8 up, 8 in 2024-09-13T14:27:03.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:02 smithi104 ceph-mon[33426]: pgmap v114: 89 pgs: 89 active+clean; 296 MiB data, 880 MiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 2.6 MiB/s wr, 16 op/s 2024-09-13T14:27:03.866 INFO:tasks.rados.rados.0.smithi071.stdout:1503: done (0 left) 2024-09-13T14:27:03.867 INFO:tasks.rados.rados.0.smithi071.stdout:1504: snap_remove snap 187 2024-09-13T14:27:04.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:03 smithi071 ceph-mon[107477]: osdmap e444: 8 total, 8 up, 8 in 2024-09-13T14:27:04.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:03 smithi071 ceph-mon[112785]: osdmap e444: 8 total, 8 up, 8 in 2024-09-13T14:27:04.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:03 smithi104 ceph-mon[33426]: osdmap e444: 8 total, 8 up, 8 in 2024-09-13T14:27:04.878 INFO:tasks.rados.rados.0.smithi071.stdout:1504: done (0 left) 2024-09-13T14:27:04.878 INFO:tasks.rados.rados.0.smithi071.stdout:1505: rollback oid 50 current snap is 192 2024-09-13T14:27:04.878 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 50 to 184 2024-09-13T14:27:04.878 INFO:tasks.rados.rados.0.smithi071.stdout:1506: write oid 24 current snap is 192 2024-09-13T14:27:04.878 INFO:tasks.rados.rados.0.smithi071.stdout:1506: seq_num 582 ranges {581674=637746,1840873=558854,3066417=537135} 2024-09-13T14:27:04.885 INFO:tasks.rados.rados.0.smithi071.stdout:1506: writing smithi07185159-24 from 581674 to 1219420 tid 1 2024-09-13T14:27:04.892 INFO:tasks.rados.rados.0.smithi071.stdout:1506: writing smithi07185159-24 from 1840873 to 2399727 tid 2 2024-09-13T14:27:04.899 INFO:tasks.rados.rados.0.smithi071.stdout:1506: writing smithi07185159-24 from 3066417 to 3603552 tid 3 2024-09-13T14:27:04.899 INFO:tasks.rados.rados.0.smithi071.stdout:1507: write oid 49 current snap is 192 2024-09-13T14:27:04.899 INFO:tasks.rados.rados.0.smithi071.stdout:1505: finishing rollback tid 0 to smithi07185159-50 2024-09-13T14:27:04.899 INFO:tasks.rados.rados.0.smithi071.stdout:1505: finishing rollback tid 1 to smithi07185159-50 2024-09-13T14:27:04.899 INFO:tasks.rados.rados.0.smithi071.stdout:1505: finishing rollback tid 2 to smithi07185159-50 2024-09-13T14:27:04.899 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 50 v 1535 (ObjNum 522 snap 171 seq_num 522) dirty exists 2024-09-13T14:27:04.899 INFO:tasks.rados.rados.0.smithi071.stdout:1506: finishing write tid 1 to smithi07185159-24 2024-09-13T14:27:04.900 INFO:tasks.rados.rados.0.smithi071.stdout:1506: finishing write tid 2 to smithi07185159-24 2024-09-13T14:27:04.900 INFO:tasks.rados.rados.0.smithi071.stdout:1507: seq_num 583 ranges {598481=712995,1899355=418865,3093840=704641} 2024-09-13T14:27:04.906 INFO:tasks.rados.rados.0.smithi071.stdout:1507: writing smithi07185159-49 from 598481 to 1311476 tid 1 2024-09-13T14:27:04.912 INFO:tasks.rados.rados.0.smithi071.stdout:1507: writing smithi07185159-49 from 1899355 to 2318220 tid 2 2024-09-13T14:27:04.920 INFO:tasks.rados.rados.0.smithi071.stdout:1507: writing smithi07185159-49 from 3093840 to 3798481 tid 3 2024-09-13T14:27:04.920 INFO:tasks.rados.rados.0.smithi071.stdout:1505: done (2 left) 2024-09-13T14:27:04.921 INFO:tasks.rados.rados.0.smithi071.stdout:1508: snap_remove snap 184 2024-09-13T14:27:05.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:04 smithi071 ceph-mon[107477]: osdmap e445: 8 total, 8 up, 8 in 2024-09-13T14:27:05.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:04 smithi071 ceph-mon[107477]: pgmap v117: 89 pgs: 89 active+clean; 296 MiB data, 880 MiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 2.6 MiB/s wr, 16 op/s 2024-09-13T14:27:05.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:04 smithi071 ceph-mon[112785]: osdmap e445: 8 total, 8 up, 8 in 2024-09-13T14:27:05.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:04 smithi071 ceph-mon[112785]: pgmap v117: 89 pgs: 89 active+clean; 296 MiB data, 880 MiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 2.6 MiB/s wr, 16 op/s 2024-09-13T14:27:05.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:04 smithi104 ceph-mon[33426]: osdmap e445: 8 total, 8 up, 8 in 2024-09-13T14:27:05.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:04 smithi104 ceph-mon[33426]: pgmap v117: 89 pgs: 89 active+clean; 296 MiB data, 880 MiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 2.6 MiB/s wr, 16 op/s 2024-09-13T14:27:05.883 INFO:tasks.rados.rados.0.smithi071.stdout:1508: done (2 left) 2024-09-13T14:27:05.883 INFO:tasks.rados.rados.0.smithi071.stdout:1509: delete oid 46 current snap is 192 2024-09-13T14:27:05.883 INFO:tasks.rados.rados.0.smithi071.stdout:1506: finishing write tid 3 to smithi07185159-24 2024-09-13T14:27:05.883 INFO:tasks.rados.rados.0.smithi071.stdout:1506: finishing write tid 4 to smithi07185159-24 2024-09-13T14:27:05.883 INFO:tasks.rados.rados.0.smithi071.stdout:1506: finishing write tid 5 to smithi07185159-24 2024-09-13T14:27:05.883 INFO:tasks.rados.rados.0.smithi071.stdout:1506: oid 24 updating version 0 to 402 2024-09-13T14:27:05.884 INFO:tasks.rados.rados.0.smithi071.stdout:1506: oid 24 version 402 is already newer than 401 2024-09-13T14:27:05.884 INFO:tasks.rados.rados.0.smithi071.stdout:1506: oid 24 version 402 is already newer than 399 2024-09-13T14:27:05.884 INFO:tasks.rados.rados.0.smithi071.stdout:1506: oid 24 version 402 is already newer than 400 2024-09-13T14:27:05.884 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 24 v 402 (ObjNum 582 snap 192 seq_num 582) dirty exists 2024-09-13T14:27:05.884 INFO:tasks.rados.rados.0.smithi071.stdout:1506: left oid 24 (ObjNum 582 snap 192 seq_num 582) 2024-09-13T14:27:05.884 INFO:tasks.rados.rados.0.smithi071.stdout:1507: finishing write tid 1 to smithi07185159-49 2024-09-13T14:27:05.884 INFO:tasks.rados.rados.0.smithi071.stdout:1507: finishing write tid 2 to smithi07185159-49 2024-09-13T14:27:05.884 INFO:tasks.rados.rados.0.smithi071.stdout:1507: finishing write tid 3 to smithi07185159-49 2024-09-13T14:27:05.884 INFO:tasks.rados.rados.0.smithi071.stdout:1507: finishing write tid 4 to smithi07185159-49 2024-09-13T14:27:05.884 INFO:tasks.rados.rados.0.smithi071.stdout:1507: finishing write tid 5 to smithi07185159-49 2024-09-13T14:27:05.884 INFO:tasks.rados.rados.0.smithi071.stdout:1507: oid 49 updating version 0 to 738 2024-09-13T14:27:05.884 INFO:tasks.rados.rados.0.smithi071.stdout:1507: oid 49 updating version 738 to 740 2024-09-13T14:27:05.884 INFO:tasks.rados.rados.0.smithi071.stdout:1507: oid 49 version 740 is already newer than 735 2024-09-13T14:27:05.884 INFO:tasks.rados.rados.0.smithi071.stdout:1507: oid 49 version 740 is already newer than 739 2024-09-13T14:27:05.885 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 49 v 740 (ObjNum 583 snap 192 seq_num 583) dirty exists 2024-09-13T14:27:05.885 INFO:tasks.rados.rados.0.smithi071.stdout:1507: left oid 49 (ObjNum 583 snap 192 seq_num 583) 2024-09-13T14:27:05.887 INFO:tasks.rados.rados.0.smithi071.stdout:1506: done (2 left) 2024-09-13T14:27:05.887 INFO:tasks.rados.rados.0.smithi071.stdout:1507: done (1 left) 2024-09-13T14:27:05.888 INFO:tasks.rados.rados.0.smithi071.stdout:1509: done (0 left) 2024-09-13T14:27:05.888 INFO:tasks.rados.rados.0.smithi071.stdout:1510: read oid 1 snap -1 2024-09-13T14:27:05.888 INFO:tasks.rados.rados.0.smithi071.stdout:1510: expect (ObjNum 379 snap 120 seq_num 379) 2024-09-13T14:27:05.888 INFO:tasks.rados.rados.0.smithi071.stdout:1511: read oid 47 snap -1 2024-09-13T14:27:05.888 INFO:tasks.rados.rados.0.smithi071.stdout:1511: expect (ObjNum 415 snap 131 seq_num 415) 2024-09-13T14:27:05.888 INFO:tasks.rados.rados.0.smithi071.stdout:1512: read oid 16 snap -1 2024-09-13T14:27:05.888 INFO:tasks.rados.rados.0.smithi071.stdout:1512: expect deleted 2024-09-13T14:27:05.889 INFO:tasks.rados.rados.0.smithi071.stdout:1513: snap_remove snap 191 2024-09-13T14:27:06.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:05 smithi071 ceph-mon[107477]: osdmap e446: 8 total, 8 up, 8 in 2024-09-13T14:27:06.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:05 smithi071 ceph-mon[112785]: osdmap e446: 8 total, 8 up, 8 in 2024-09-13T14:27:06.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:05 smithi104 ceph-mon[33426]: osdmap e446: 8 total, 8 up, 8 in 2024-09-13T14:27:06.896 INFO:tasks.rados.rados.0.smithi071.stdout:1513: done (3 left) 2024-09-13T14:27:06.896 INFO:tasks.rados.rados.0.smithi071.stdout:1514: write oid 50 current snap is 192 2024-09-13T14:27:06.896 INFO:tasks.rados.rados.0.smithi071.stdout:1511: expect (ObjNum 415 snap 131 seq_num 415) 2024-09-13T14:27:06.993 INFO:tasks.rados.rados.0.smithi071.stdout:1510: expect (ObjNum 379 snap 120 seq_num 379) 2024-09-13T14:27:07.088 INFO:tasks.rados.rados.0.smithi071.stdout:1514: seq_num 585 ranges {632095=463493,1616319=422534,2748686=487304} 2024-09-13T14:27:07.094 INFO:tasks.rados.rados.0.smithi071.stdout:1514: writing smithi07185159-50 from 632095 to 1095588 tid 1 2024-09-13T14:27:07.099 INFO:tasks.rados.rados.0.smithi071.stdout:1514: writing smithi07185159-50 from 1616319 to 2038853 tid 2 2024-09-13T14:27:07.106 INFO:tasks.rados.rados.0.smithi071.stdout:1514: writing smithi07185159-50 from 2748686 to 3235990 tid 3 2024-09-13T14:27:07.106 INFO:tasks.rados.rados.0.smithi071.stdout:1510: done (3 left) 2024-09-13T14:27:07.106 INFO:tasks.rados.rados.0.smithi071.stdout:1511: done (2 left) 2024-09-13T14:27:07.106 INFO:tasks.rados.rados.0.smithi071.stdout:1512: done (1 left) 2024-09-13T14:27:07.106 INFO:tasks.rados.rados.0.smithi071.stdout:1515: delete oid 40 current snap is 192 2024-09-13T14:27:07.106 INFO:tasks.rados.rados.0.smithi071.stdout:1514: finishing write tid 1 to smithi07185159-50 2024-09-13T14:27:07.107 INFO:tasks.rados.rados.0.smithi071.stdout:1514: finishing write tid 2 to smithi07185159-50 2024-09-13T14:27:07.109 INFO:tasks.rados.rados.0.smithi071.stdout:1514: finishing write tid 3 to smithi07185159-50 2024-09-13T14:27:07.110 INFO:tasks.rados.rados.0.smithi071.stdout:1514: finishing write tid 4 to smithi07185159-50 2024-09-13T14:27:07.110 INFO:tasks.rados.rados.0.smithi071.stdout:1514: finishing write tid 5 to smithi07185159-50 2024-09-13T14:27:07.110 INFO:tasks.rados.rados.0.smithi071.stdout:1514: oid 50 updating version 0 to 1544 2024-09-13T14:27:07.110 INFO:tasks.rados.rados.0.smithi071.stdout:1514: oid 50 updating version 1544 to 1546 2024-09-13T14:27:07.110 INFO:tasks.rados.rados.0.smithi071.stdout:1514: oid 50 version 1546 is already newer than 1545 2024-09-13T14:27:07.110 INFO:tasks.rados.rados.0.smithi071.stdout:1514: oid 50 updating version 1546 to 1547 2024-09-13T14:27:07.110 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 50 v 1547 (ObjNum 585 snap 192 seq_num 585) dirty exists 2024-09-13T14:27:07.110 INFO:tasks.rados.rados.0.smithi071.stdout:1514: left oid 50 (ObjNum 585 snap 192 seq_num 585) 2024-09-13T14:27:07.111 INFO:tasks.rados.rados.0.smithi071.stdout:1514: done (1 left) 2024-09-13T14:27:07.111 INFO:tasks.rados.rados.0.smithi071.stdout:1515: done (0 left) 2024-09-13T14:27:07.111 INFO:tasks.rados.rados.0.smithi071.stdout:1516: read oid 34 snap -1 2024-09-13T14:27:07.111 INFO:tasks.rados.rados.0.smithi071.stdout:1516: expect deleted 2024-09-13T14:27:07.111 INFO:tasks.rados.rados.0.smithi071.stdout:1517: snap_create 2024-09-13T14:27:07.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:06 smithi071 ceph-mon[107477]: osdmap e447: 8 total, 8 up, 8 in 2024-09-13T14:27:07.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:06 smithi071 ceph-mon[107477]: pgmap v120: 89 pgs: 89 active+clean; 297 MiB data, 886 MiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 872 KiB/s wr, 3 op/s 2024-09-13T14:27:07.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:06 smithi071 ceph-mon[112785]: osdmap e447: 8 total, 8 up, 8 in 2024-09-13T14:27:07.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:06 smithi071 ceph-mon[112785]: pgmap v120: 89 pgs: 89 active+clean; 297 MiB data, 886 MiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 872 KiB/s wr, 3 op/s 2024-09-13T14:27:07.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:06 smithi104 ceph-mon[33426]: osdmap e447: 8 total, 8 up, 8 in 2024-09-13T14:27:07.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:06 smithi104 ceph-mon[33426]: pgmap v120: 89 pgs: 89 active+clean; 297 MiB data, 886 MiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 872 KiB/s wr, 3 op/s 2024-09-13T14:27:07.777 INFO:tasks.rados.rados.0.smithi071.stdout:1516: done (1 left) 2024-09-13T14:27:07.778 INFO:tasks.rados.rados.0.smithi071.stdout:1517: done (0 left) 2024-09-13T14:27:07.778 INFO:tasks.rados.rados.0.smithi071.stdout:1518: delete oid 15 current snap is 193 2024-09-13T14:27:07.783 INFO:tasks.rados.rados.0.smithi071.stdout:1518: done (0 left) 2024-09-13T14:27:07.783 INFO:tasks.rados.rados.0.smithi071.stdout:1519: read oid 24 snap -1 2024-09-13T14:27:07.783 INFO:tasks.rados.rados.0.smithi071.stdout:1519: expect (ObjNum 582 snap 192 seq_num 582) 2024-09-13T14:27:07.783 INFO:tasks.rados.rados.0.smithi071.stdout:1520: read oid 34 snap 192 2024-09-13T14:27:07.783 INFO:tasks.rados.rados.0.smithi071.stdout:1520: expect deleted 2024-09-13T14:27:07.783 INFO:tasks.rados.rados.0.smithi071.stdout:1521: snap_remove snap 179 2024-09-13T14:27:08.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:07 smithi071 ceph-mon[107477]: osdmap e448: 8 total, 8 up, 8 in 2024-09-13T14:27:08.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:07 smithi071 ceph-mon[107477]: osdmap e449: 8 total, 8 up, 8 in 2024-09-13T14:27:08.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:07 smithi071 ceph-mon[112785]: osdmap e448: 8 total, 8 up, 8 in 2024-09-13T14:27:08.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:07 smithi071 ceph-mon[112785]: osdmap e449: 8 total, 8 up, 8 in 2024-09-13T14:27:08.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:07 smithi104 ceph-mon[33426]: osdmap e448: 8 total, 8 up, 8 in 2024-09-13T14:27:08.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:07 smithi104 ceph-mon[33426]: osdmap e449: 8 total, 8 up, 8 in 2024-09-13T14:27:08.783 INFO:tasks.rados.rados.0.smithi071.stdout:1521: done (2 left) 2024-09-13T14:27:08.783 INFO:tasks.rados.rados.0.smithi071.stdout:1522: write oid 29 current snap is 193 2024-09-13T14:27:08.783 INFO:tasks.rados.rados.0.smithi071.stdout:1519: expect (ObjNum 582 snap 192 seq_num 582) 2024-09-13T14:27:08.959 INFO:tasks.rados.rados.0.smithi071.stdout:1522: seq_num 588 ranges {682516=405593,1791765=569861,2830955=721120} 2024-09-13T14:27:08.964 INFO:tasks.rados.rados.0.smithi071.stdout:1522: writing smithi07185159-29 from 682516 to 1088109 tid 1 2024-09-13T14:27:08.972 INFO:tasks.rados.rados.0.smithi071.stdout:1522: writing smithi07185159-29 from 1791765 to 2361626 tid 2 2024-09-13T14:27:08.978 INFO:tasks.rados.rados.0.smithi071.stdout:1522: writing smithi07185159-29 from 2830955 to 3552075 tid 3 2024-09-13T14:27:08.979 INFO:tasks.rados.rados.0.smithi071.stdout:1519: done (2 left) 2024-09-13T14:27:08.979 INFO:tasks.rados.rados.0.smithi071.stdout:1520: done (1 left) 2024-09-13T14:27:08.979 INFO:tasks.rados.rados.0.smithi071.stdout:1523: read oid 46 snap -1 2024-09-13T14:27:08.979 INFO:tasks.rados.rados.0.smithi071.stdout:1523: expect deleted 2024-09-13T14:27:08.979 INFO:tasks.rados.rados.0.smithi071.stdout:1524: snap_remove snap 189 2024-09-13T14:27:09.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:08 smithi104 ceph-mon[33426]: pgmap v123: 89 pgs: 89 active+clean; 297 MiB data, 886 MiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 872 KiB/s wr, 3 op/s 2024-09-13T14:27:09.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:08 smithi104 ceph-mon[33426]: osdmap e450: 8 total, 8 up, 8 in 2024-09-13T14:27:09.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:08 smithi071 ceph-mon[107477]: pgmap v123: 89 pgs: 89 active+clean; 297 MiB data, 886 MiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 872 KiB/s wr, 3 op/s 2024-09-13T14:27:09.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:08 smithi071 ceph-mon[107477]: osdmap e450: 8 total, 8 up, 8 in 2024-09-13T14:27:09.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:08 smithi071 ceph-mon[112785]: pgmap v123: 89 pgs: 89 active+clean; 297 MiB data, 886 MiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 872 KiB/s wr, 3 op/s 2024-09-13T14:27:09.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:08 smithi071 ceph-mon[112785]: osdmap e450: 8 total, 8 up, 8 in 2024-09-13T14:27:09.903 INFO:tasks.rados.rados.0.smithi071.stdout:1524: done (2 left) 2024-09-13T14:27:09.903 INFO:tasks.rados.rados.0.smithi071.stdout:1525: write oid 12 current snap is 193 2024-09-13T14:27:09.903 INFO:tasks.rados.rados.0.smithi071.stdout:1522: finishing write tid 1 to smithi07185159-29 2024-09-13T14:27:09.903 INFO:tasks.rados.rados.0.smithi071.stdout:1525: seq_num 589 ranges {699323=480842,1850247=429872,2858378=532392} 2024-09-13T14:27:09.909 INFO:tasks.rados.rados.0.smithi071.stdout:1525: writing smithi07185159-12 from 699323 to 1180165 tid 1 2024-09-13T14:27:09.915 INFO:tasks.rados.rados.0.smithi071.stdout:1525: writing smithi07185159-12 from 1850247 to 2280119 tid 2 2024-09-13T14:27:09.922 INFO:tasks.rados.rados.0.smithi071.stdout:1525: writing smithi07185159-12 from 2858378 to 3390770 tid 3 2024-09-13T14:27:09.922 INFO:tasks.rados.rados.0.smithi071.stdout:1526: read oid 33 snap -1 2024-09-13T14:27:09.922 INFO:tasks.rados.rados.0.smithi071.stdout:1526: expect (ObjNum 507 snap 166 seq_num 507) 2024-09-13T14:27:09.922 INFO:tasks.rados.rados.0.smithi071.stdout:1527: snap_remove snap 178 2024-09-13T14:27:09.923 INFO:tasks.rados.rados.0.smithi071.stdout:1522: finishing write tid 2 to smithi07185159-29 2024-09-13T14:27:09.923 INFO:tasks.rados.rados.0.smithi071.stdout:1522: finishing write tid 3 to smithi07185159-29 2024-09-13T14:27:09.923 INFO:tasks.rados.rados.0.smithi071.stdout:1522: finishing write tid 4 to smithi07185159-29 2024-09-13T14:27:09.923 INFO:tasks.rados.rados.0.smithi071.stdout:1522: finishing write tid 5 to smithi07185159-29 2024-09-13T14:27:09.923 INFO:tasks.rados.rados.0.smithi071.stdout:1522: oid 29 updating version 0 to 969 2024-09-13T14:27:09.923 INFO:tasks.rados.rados.0.smithi071.stdout:1522: oid 29 updating version 969 to 970 2024-09-13T14:27:09.923 INFO:tasks.rados.rados.0.smithi071.stdout:1522: oid 29 version 970 is already newer than 967 2024-09-13T14:27:09.923 INFO:tasks.rados.rados.0.smithi071.stdout:1522: oid 29 version 970 is already newer than 968 2024-09-13T14:27:09.923 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 29 v 970 (ObjNum 588 snap 193 seq_num 588) dirty exists 2024-09-13T14:27:09.923 INFO:tasks.rados.rados.0.smithi071.stdout:1522: left oid 29 (ObjNum 588 snap 193 seq_num 588) 2024-09-13T14:27:09.923 INFO:tasks.rados.rados.0.smithi071.stdout:1525: finishing write tid 1 to smithi07185159-12 2024-09-13T14:27:09.923 INFO:tasks.rados.rados.0.smithi071.stdout:1525: finishing write tid 2 to smithi07185159-12 2024-09-13T14:27:10.910 INFO:tasks.rados.rados.0.smithi071.stdout:1522: done (4 left) 2024-09-13T14:27:10.910 INFO:tasks.rados.rados.0.smithi071.stdout:1523: done (3 left) 2024-09-13T14:27:10.910 INFO:tasks.rados.rados.0.smithi071.stdout:1527: done (2 left) 2024-09-13T14:27:10.910 INFO:tasks.rados.rados.0.smithi071.stdout:1528: rollback oid 43 current snap is 193 2024-09-13T14:27:10.910 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 43 to 188 2024-09-13T14:27:10.911 INFO:tasks.rados.rados.0.smithi071.stdout:1525: finishing write tid 3 to smithi07185159-12 2024-09-13T14:27:10.911 INFO:tasks.rados.rados.0.smithi071.stdout:1525: finishing write tid 4 to smithi07185159-12 2024-09-13T14:27:10.911 INFO:tasks.rados.rados.0.smithi071.stdout:1525: finishing write tid 5 to smithi07185159-12 2024-09-13T14:27:10.911 INFO:tasks.rados.rados.0.smithi071.stdout:1525: oid 12 updating version 0 to 212 2024-09-13T14:27:10.911 INFO:tasks.rados.rados.0.smithi071.stdout:1525: oid 12 version 212 is already newer than 211 2024-09-13T14:27:10.911 INFO:tasks.rados.rados.0.smithi071.stdout:1525: oid 12 updating version 212 to 213 2024-09-13T14:27:10.911 INFO:tasks.rados.rados.0.smithi071.stdout:1525: oid 12 version 213 is already newer than 210 2024-09-13T14:27:10.911 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 12 v 213 (ObjNum 589 snap 193 seq_num 589) dirty exists 2024-09-13T14:27:10.911 INFO:tasks.rados.rados.0.smithi071.stdout:1525: left oid 12 (ObjNum 589 snap 193 seq_num 589) 2024-09-13T14:27:10.911 INFO:tasks.rados.rados.0.smithi071.stdout:1526: expect (ObjNum 507 snap 166 seq_num 507) 2024-09-13T14:27:11.029 INFO:tasks.rados.rados.0.smithi071.stdout:1528: finishing rollback tid 0 to smithi07185159-43 2024-09-13T14:27:11.029 INFO:tasks.rados.rados.0.smithi071.stdout:1528: finishing rollback tid 1 to smithi07185159-43 2024-09-13T14:27:11.029 INFO:tasks.rados.rados.0.smithi071.stdout:1528: finishing rollback tid 2 to smithi07185159-43 2024-09-13T14:27:11.030 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 43 v 364 (ObjNum 427 snap 136 seq_num 427) dirty exists 2024-09-13T14:27:11.030 INFO:tasks.rados.rados.0.smithi071.stdout:1525: done (2 left) 2024-09-13T14:27:11.030 INFO:tasks.rados.rados.0.smithi071.stdout:1526: done (1 left) 2024-09-13T14:27:11.030 INFO:tasks.rados.rados.0.smithi071.stdout:1528: done (0 left) 2024-09-13T14:27:11.030 INFO:tasks.rados.rados.0.smithi071.stdout:1529: write oid 9 current snap is 193 2024-09-13T14:27:11.030 INFO:tasks.rados.rados.0.smithi071.stdout:1529: seq_num 590 ranges {716130=556091,1792376=573530,2769448=460017,3821956=94174} 2024-09-13T14:27:11.036 INFO:tasks.rados.rados.0.smithi071.stdout:1529: writing smithi07185159-9 from 716130 to 1272221 tid 1 2024-09-13T14:27:11.041 INFO:tasks.rados.rados.0.smithi071.stdout:1529: writing smithi07185159-9 from 1792376 to 2365906 tid 2 2024-09-13T14:27:11.046 INFO:tasks.rados.rados.0.smithi071.stdout:1529: writing smithi07185159-9 from 2769448 to 3229465 tid 3 2024-09-13T14:27:11.050 INFO:tasks.rados.rados.0.smithi071.stdout:1529: writing smithi07185159-9 from 3821956 to 3916130 tid 4 2024-09-13T14:27:11.050 INFO:tasks.rados.rados.0.smithi071.stdout:1530: write oid 37 current snap is 193 2024-09-13T14:27:11.050 INFO:tasks.rados.rados.0.smithi071.stdout:1530: seq_num 591 ranges {732937=631340,1850858=433541,2796871=671289,3888195=44742} 2024-09-13T14:27:11.057 INFO:tasks.rados.rados.0.smithi071.stdout:1530: writing smithi07185159-37 from 732937 to 1364277 tid 1 2024-09-13T14:27:11.062 INFO:tasks.rados.rados.0.smithi071.stdout:1530: writing smithi07185159-37 from 1850858 to 2284399 tid 2 2024-09-13T14:27:11.068 INFO:tasks.rados.rados.0.smithi071.stdout:1530: writing smithi07185159-37 from 2796871 to 3468160 tid 3 2024-09-13T14:27:11.072 INFO:tasks.rados.rados.0.smithi071.stdout:1530: writing smithi07185159-37 from 3888195 to 3932937 tid 4 2024-09-13T14:27:11.072 INFO:tasks.rados.rados.0.smithi071.stdout:1531: write oid 30 current snap is 193 2024-09-13T14:27:11.072 INFO:tasks.rados.rados.0.smithi071.stdout:1529: finishing write tid 1 to smithi07185159-9 2024-09-13T14:27:11.072 INFO:tasks.rados.rados.0.smithi071.stdout:1529: finishing write tid 2 to smithi07185159-9 2024-09-13T14:27:11.072 INFO:tasks.rados.rados.0.smithi071.stdout:1531: seq_num 592 ranges {749744=706589,1909340=577199,3224294=482561} 2024-09-13T14:27:11.078 INFO:tasks.rados.rados.0.smithi071.stdout:1531: writing smithi07185159-30 from 749744 to 1456333 tid 1 2024-09-13T14:27:11.084 INFO:tasks.rados.rados.0.smithi071.stdout:1531: writing smithi07185159-30 from 1909340 to 2486539 tid 2 2024-09-13T14:27:11.091 INFO:tasks.rados.rados.0.smithi071.stdout:1531: writing smithi07185159-30 from 3224294 to 3706855 tid 3 2024-09-13T14:27:11.091 INFO:tasks.rados.rados.0.smithi071.stdout:1532: snap_remove snap 180 2024-09-13T14:27:11.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:10 smithi104 ceph-mon[33426]: osdmap e451: 8 total, 8 up, 8 in 2024-09-13T14:27:11.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:10 smithi104 ceph-mon[33426]: pgmap v126: 89 pgs: 89 active+clean; 297 MiB data, 886 MiB used, 714 GiB / 715 GiB avail 2024-09-13T14:27:11.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:10 smithi071 ceph-mon[107477]: osdmap e451: 8 total, 8 up, 8 in 2024-09-13T14:27:11.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:10 smithi071 ceph-mon[107477]: pgmap v126: 89 pgs: 89 active+clean; 297 MiB data, 886 MiB used, 714 GiB / 715 GiB avail 2024-09-13T14:27:11.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:10 smithi071 ceph-mon[112785]: osdmap e451: 8 total, 8 up, 8 in 2024-09-13T14:27:11.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:10 smithi071 ceph-mon[112785]: pgmap v126: 89 pgs: 89 active+clean; 297 MiB data, 886 MiB used, 714 GiB / 715 GiB avail 2024-09-13T14:27:11.914 INFO:tasks.rados.rados.0.smithi071.stdout:1532: done (3 left) 2024-09-13T14:27:11.914 INFO:tasks.rados.rados.0.smithi071.stdout:1533: delete oid 10 current snap is 193 2024-09-13T14:27:11.914 INFO:tasks.rados.rados.0.smithi071.stdout:1529: finishing write tid 3 to smithi07185159-9 2024-09-13T14:27:11.914 INFO:tasks.rados.rados.0.smithi071.stdout:1529: finishing write tid 4 to smithi07185159-9 2024-09-13T14:27:11.914 INFO:tasks.rados.rados.0.smithi071.stdout:1529: finishing write tid 5 to smithi07185159-9 2024-09-13T14:27:11.914 INFO:tasks.rados.rados.0.smithi071.stdout:1529: finishing write tid 6 to smithi07185159-9 2024-09-13T14:27:11.914 INFO:tasks.rados.rados.0.smithi071.stdout:1529: oid 9 updating version 0 to 228 2024-09-13T14:27:11.914 INFO:tasks.rados.rados.0.smithi071.stdout:1529: oid 9 updating version 228 to 231 2024-09-13T14:27:11.914 INFO:tasks.rados.rados.0.smithi071.stdout:1529: oid 9 version 231 is already newer than 229 2024-09-13T14:27:11.914 INFO:tasks.rados.rados.0.smithi071.stdout:1529: oid 9 updating version 231 to 232 2024-09-13T14:27:11.915 INFO:tasks.rados.rados.0.smithi071.stdout:1529: oid 9 version 232 is already newer than 230 2024-09-13T14:27:11.915 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 9 v 232 (ObjNum 590 snap 193 seq_num 590) dirty exists 2024-09-13T14:27:11.915 INFO:tasks.rados.rados.0.smithi071.stdout:1529: left oid 9 (ObjNum 590 snap 193 seq_num 590) 2024-09-13T14:27:11.915 INFO:tasks.rados.rados.0.smithi071.stdout:1530: finishing write tid 1 to smithi07185159-37 2024-09-13T14:27:11.915 INFO:tasks.rados.rados.0.smithi071.stdout:1530: finishing write tid 2 to smithi07185159-37 2024-09-13T14:27:11.915 INFO:tasks.rados.rados.0.smithi071.stdout:1530: finishing write tid 3 to smithi07185159-37 2024-09-13T14:27:11.915 INFO:tasks.rados.rados.0.smithi071.stdout:1530: finishing write tid 4 to smithi07185159-37 2024-09-13T14:27:11.915 INFO:tasks.rados.rados.0.smithi071.stdout:1530: finishing write tid 5 to smithi07185159-37 2024-09-13T14:27:11.915 INFO:tasks.rados.rados.0.smithi071.stdout:1530: finishing write tid 6 to smithi07185159-37 2024-09-13T14:27:11.915 INFO:tasks.rados.rados.0.smithi071.stdout:1530: oid 37 updating version 0 to 451 2024-09-13T14:27:11.916 INFO:tasks.rados.rados.0.smithi071.stdout:1530: oid 37 version 451 is already newer than 448 2024-09-13T14:27:11.916 INFO:tasks.rados.rados.0.smithi071.stdout:1530: oid 37 version 451 is already newer than 449 2024-09-13T14:27:11.916 INFO:tasks.rados.rados.0.smithi071.stdout:1530: oid 37 version 451 is already newer than 450 2024-09-13T14:27:11.916 INFO:tasks.rados.rados.0.smithi071.stdout:1530: oid 37 version 451 is already newer than 447 2024-09-13T14:27:11.916 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 37 v 451 (ObjNum 591 snap 193 seq_num 591) dirty exists 2024-09-13T14:27:11.916 INFO:tasks.rados.rados.0.smithi071.stdout:1530: left oid 37 (ObjNum 591 snap 193 seq_num 591) 2024-09-13T14:27:11.916 INFO:tasks.rados.rados.0.smithi071.stdout:1531: finishing write tid 1 to smithi07185159-30 2024-09-13T14:27:11.916 INFO:tasks.rados.rados.0.smithi071.stdout:1531: finishing write tid 2 to smithi07185159-30 2024-09-13T14:27:11.916 INFO:tasks.rados.rados.0.smithi071.stdout:1531: finishing write tid 3 to smithi07185159-30 2024-09-13T14:27:11.916 INFO:tasks.rados.rados.0.smithi071.stdout:1531: finishing write tid 4 to smithi07185159-30 2024-09-13T14:27:11.916 INFO:tasks.rados.rados.0.smithi071.stdout:1531: finishing write tid 5 to smithi07185159-30 2024-09-13T14:27:11.916 INFO:tasks.rados.rados.0.smithi071.stdout:1531: oid 30 updating version 0 to 414 2024-09-13T14:27:11.917 INFO:tasks.rados.rados.0.smithi071.stdout:1531: oid 30 version 414 is already newer than 413 2024-09-13T14:27:11.917 INFO:tasks.rados.rados.0.smithi071.stdout:1531: oid 30 version 414 is already newer than 412 2024-09-13T14:27:11.917 INFO:tasks.rados.rados.0.smithi071.stdout:1531: oid 30 updating version 414 to 415 2024-09-13T14:27:11.917 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 30 v 415 (ObjNum 592 snap 193 seq_num 592) dirty exists 2024-09-13T14:27:11.917 INFO:tasks.rados.rados.0.smithi071.stdout:1531: left oid 30 (ObjNum 592 snap 193 seq_num 592) 2024-09-13T14:27:11.923 INFO:tasks.rados.rados.0.smithi071.stdout:1529: done (3 left) 2024-09-13T14:27:11.924 INFO:tasks.rados.rados.0.smithi071.stdout:1530: done (2 left) 2024-09-13T14:27:11.924 INFO:tasks.rados.rados.0.smithi071.stdout:1531: done (1 left) 2024-09-13T14:27:11.924 INFO:tasks.rados.rados.0.smithi071.stdout:1533: done (0 left) 2024-09-13T14:27:11.924 INFO:tasks.rados.rados.0.smithi071.stdout:1534: read oid 40 snap -1 2024-09-13T14:27:11.924 INFO:tasks.rados.rados.0.smithi071.stdout:1534: expect deleted 2024-09-13T14:27:11.924 INFO:tasks.rados.rados.0.smithi071.stdout:1535: write oid 14 current snap is 193 2024-09-13T14:27:11.924 INFO:tasks.rados.rados.0.smithi071.stdout:1535: seq_num 594 ranges {783358=573440,2026304=580868,3279140=621458} 2024-09-13T14:27:11.929 INFO:tasks.rados.rados.0.smithi071.stdout:1535: writing smithi07185159-14 from 783358 to 1356798 tid 1 2024-09-13T14:27:11.936 INFO:tasks.rados.rados.0.smithi071.stdout:1535: writing smithi07185159-14 from 2026304 to 2607172 tid 2 2024-09-13T14:27:11.943 INFO:tasks.rados.rados.0.smithi071.stdout:1535: writing smithi07185159-14 from 3279140 to 3900598 tid 3 2024-09-13T14:27:11.943 INFO:tasks.rados.rados.0.smithi071.stdout:1536: snap_create 2024-09-13T14:27:11.943 INFO:tasks.rados.rados.0.smithi071.stdout:1535: finishing write tid 1 to smithi07185159-14 2024-09-13T14:27:11.943 INFO:tasks.rados.rados.0.smithi071.stdout:1535: finishing write tid 2 to smithi07185159-14 2024-09-13T14:27:11.946 INFO:tasks.rados.rados.0.smithi071.stdout:1535: finishing write tid 3 to smithi07185159-14 2024-09-13T14:27:11.946 INFO:tasks.rados.rados.0.smithi071.stdout:1535: finishing write tid 4 to smithi07185159-14 2024-09-13T14:27:11.946 INFO:tasks.rados.rados.0.smithi071.stdout:1535: finishing write tid 5 to smithi07185159-14 2024-09-13T14:27:11.946 INFO:tasks.rados.rados.0.smithi071.stdout:1535: oid 14 updating version 0 to 779 2024-09-13T14:27:11.946 INFO:tasks.rados.rados.0.smithi071.stdout:1535: oid 14 version 779 is already newer than 778 2024-09-13T14:27:11.946 INFO:tasks.rados.rados.0.smithi071.stdout:1535: oid 14 version 779 is already newer than 777 2024-09-13T14:27:11.946 INFO:tasks.rados.rados.0.smithi071.stdout:1535: oid 14 version 779 is already newer than 776 2024-09-13T14:27:11.946 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 14 v 779 (ObjNum 594 snap 193 seq_num 594) dirty exists 2024-09-13T14:27:11.946 INFO:tasks.rados.rados.0.smithi071.stdout:1535: left oid 14 (ObjNum 594 snap 193 seq_num 594) 2024-09-13T14:27:12.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:11 smithi104 ceph-mon[33426]: osdmap e452: 8 total, 8 up, 8 in 2024-09-13T14:27:12.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:11 smithi071 ceph-mon[107477]: osdmap e452: 8 total, 8 up, 8 in 2024-09-13T14:27:12.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:11 smithi071 ceph-mon[112785]: osdmap e452: 8 total, 8 up, 8 in 2024-09-13T14:27:12.923 INFO:tasks.rados.rados.0.smithi071.stdout:1534: done (2 left) 2024-09-13T14:27:12.923 INFO:tasks.rados.rados.0.smithi071.stdout:1535: done (1 left) 2024-09-13T14:27:12.923 INFO:tasks.rados.rados.0.smithi071.stdout:1536: done (0 left) 2024-09-13T14:27:12.923 INFO:tasks.rados.rados.0.smithi071.stdout:1537: write oid 26 current snap is 194 2024-09-13T14:27:12.923 INFO:tasks.rados.rados.0.smithi071.stdout:1537: seq_num 595 ranges {400165=648689,1684786=315379} 2024-09-13T14:27:12.932 INFO:tasks.rados.rados.0.smithi071.stdout:1537: writing smithi07185159-26 from 400165 to 1048854 tid 1 2024-09-13T14:27:12.936 INFO:tasks.rados.rados.0.smithi071.stdout:1537: writing smithi07185159-26 from 1684786 to 2000165 tid 2 2024-09-13T14:27:12.936 INFO:tasks.rados.rados.0.smithi071.stdout:1538: snap_remove snap 141 2024-09-13T14:27:13.140 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:27:12 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:27:12] "GET /metrics HTTP/1.1" 200 36268 "" "Prometheus/2.51.0" 2024-09-13T14:27:13.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:12 smithi071 ceph-mon[107477]: osdmap e453: 8 total, 8 up, 8 in 2024-09-13T14:27:13.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:12 smithi071 ceph-mon[107477]: pgmap v129: 89 pgs: 89 active+clean; 304 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 1.1 MiB/s wr, 14 op/s 2024-09-13T14:27:13.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:12 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:27:13.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:12 smithi071 ceph-mon[112785]: osdmap e453: 8 total, 8 up, 8 in 2024-09-13T14:27:13.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:12 smithi071 ceph-mon[112785]: pgmap v129: 89 pgs: 89 active+clean; 304 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 1.1 MiB/s wr, 14 op/s 2024-09-13T14:27:13.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:12 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:27:13.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:12 smithi104 ceph-mon[33426]: osdmap e453: 8 total, 8 up, 8 in 2024-09-13T14:27:13.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:12 smithi104 ceph-mon[33426]: pgmap v129: 89 pgs: 89 active+clean; 304 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 1.1 MiB/s wr, 14 op/s 2024-09-13T14:27:13.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:12 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:27:13.932 INFO:tasks.rados.rados.0.smithi071.stdout:1538: done (1 left) 2024-09-13T14:27:13.933 INFO:tasks.rados.rados.0.smithi071.stdout:1539: delete oid 22 current snap is 194 2024-09-13T14:27:13.933 INFO:tasks.rados.rados.0.smithi071.stdout:1537: finishing write tid 1 to smithi07185159-26 2024-09-13T14:27:13.933 INFO:tasks.rados.rados.0.smithi071.stdout:1537: finishing write tid 2 to smithi07185159-26 2024-09-13T14:27:13.933 INFO:tasks.rados.rados.0.smithi071.stdout:1537: finishing write tid 3 to smithi07185159-26 2024-09-13T14:27:13.933 INFO:tasks.rados.rados.0.smithi071.stdout:1537: finishing write tid 4 to smithi07185159-26 2024-09-13T14:27:13.933 INFO:tasks.rados.rados.0.smithi071.stdout:1537: oid 26 updating version 0 to 454 2024-09-13T14:27:13.933 INFO:tasks.rados.rados.0.smithi071.stdout:1537: oid 26 version 454 is already newer than 453 2024-09-13T14:27:13.933 INFO:tasks.rados.rados.0.smithi071.stdout:1537: oid 26 updating version 454 to 455 2024-09-13T14:27:13.933 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 26 v 455 (ObjNum 595 snap 194 seq_num 595) dirty exists 2024-09-13T14:27:13.933 INFO:tasks.rados.rados.0.smithi071.stdout:1537: left oid 26 (ObjNum 595 snap 194 seq_num 595) 2024-09-13T14:27:13.939 INFO:tasks.rados.rados.0.smithi071.stdout:1537: done (1 left) 2024-09-13T14:27:13.939 INFO:tasks.rados.rados.0.smithi071.stdout:1539: done (0 left) 2024-09-13T14:27:13.939 INFO:tasks.rados.rados.0.smithi071.stdout:1540: snap_create 2024-09-13T14:27:14.259 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:13 smithi071 ceph-mon[107477]: osdmap e454: 8 total, 8 up, 8 in 2024-09-13T14:27:14.260 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:13 smithi071 ceph-mon[112785]: osdmap e454: 8 total, 8 up, 8 in 2024-09-13T14:27:14.270 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:13 smithi104 ceph-mon[33426]: osdmap e454: 8 total, 8 up, 8 in 2024-09-13T14:27:14.936 INFO:tasks.rados.rados.0.smithi071.stdout:1540: done (0 left) 2024-09-13T14:27:14.937 INFO:tasks.rados.rados.0.smithi071.stdout:1541: snap_remove snap 194 2024-09-13T14:27:15.266 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:14 smithi071 ceph-mon[107477]: osdmap e455: 8 total, 8 up, 8 in 2024-09-13T14:27:15.266 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:14 smithi071 ceph-mon[107477]: pgmap v132: 89 pgs: 89 active+clean; 304 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 1.1 MiB/s wr, 14 op/s 2024-09-13T14:27:15.266 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:14 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:27:15.266 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:14 smithi071 ceph-mon[112785]: osdmap e455: 8 total, 8 up, 8 in 2024-09-13T14:27:15.266 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:14 smithi071 ceph-mon[112785]: pgmap v132: 89 pgs: 89 active+clean; 304 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 1.1 MiB/s wr, 14 op/s 2024-09-13T14:27:15.266 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:14 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:27:15.300 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:14 smithi104 ceph-mon[33426]: osdmap e455: 8 total, 8 up, 8 in 2024-09-13T14:27:15.300 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:14 smithi104 ceph-mon[33426]: pgmap v132: 89 pgs: 89 active+clean; 304 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 1.1 MiB/s wr, 14 op/s 2024-09-13T14:27:15.300 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:14 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:27:15.938 INFO:tasks.rados.rados.0.smithi071.stdout:1541: done (0 left) 2024-09-13T14:27:15.938 INFO:tasks.rados.rados.0.smithi071.stdout:1542: read oid 45 snap -1 2024-09-13T14:27:15.938 INFO:tasks.rados.rados.0.smithi071.stdout:1542: expect (ObjNum 538 snap 175 seq_num 538) 2024-09-13T14:27:15.938 INFO:tasks.rados.rados.0.smithi071.stdout:1543: snap_remove snap 193 2024-09-13T14:27:16.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:15 smithi071 ceph-mon[107477]: osdmap e456: 8 total, 8 up, 8 in 2024-09-13T14:27:16.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:15 smithi071 ceph-mon[112785]: osdmap e456: 8 total, 8 up, 8 in 2024-09-13T14:27:16.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:15 smithi104 ceph-mon[33426]: osdmap e456: 8 total, 8 up, 8 in 2024-09-13T14:27:16.956 INFO:tasks.rados.rados.0.smithi071.stdout:1543: done (1 left) 2024-09-13T14:27:16.956 INFO:tasks.rados.rados.0.smithi071.stdout:1544: read oid 38 snap -1 2024-09-13T14:27:16.956 INFO:tasks.rados.rados.0.smithi071.stdout:1544: expect (ObjNum 503 snap 164 seq_num 503) 2024-09-13T14:27:16.956 INFO:tasks.rados.rados.0.smithi071.stdout:1545: snap_remove snap 137 2024-09-13T14:27:17.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:16 smithi071 ceph-mon[107477]: osdmap e457: 8 total, 8 up, 8 in 2024-09-13T14:27:17.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:16 smithi071 ceph-mon[107477]: pgmap v135: 89 pgs: 89 active+clean; 292 MiB data, 878 MiB used, 714 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.9 MiB/s wr, 9 op/s 2024-09-13T14:27:17.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:16 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:27:17.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:16 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:27:17.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:16 smithi071 ceph-mon[112785]: osdmap e457: 8 total, 8 up, 8 in 2024-09-13T14:27:17.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:16 smithi071 ceph-mon[112785]: pgmap v135: 89 pgs: 89 active+clean; 292 MiB data, 878 MiB used, 714 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.9 MiB/s wr, 9 op/s 2024-09-13T14:27:17.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:16 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:27:17.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:16 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:27:17.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:16 smithi104 ceph-mon[33426]: osdmap e457: 8 total, 8 up, 8 in 2024-09-13T14:27:17.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:16 smithi104 ceph-mon[33426]: pgmap v135: 89 pgs: 89 active+clean; 292 MiB data, 878 MiB used, 714 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.9 MiB/s wr, 9 op/s 2024-09-13T14:27:17.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:16 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:27:17.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:16 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:27:17.784 INFO:tasks.rados.rados.0.smithi071.stdout:1545: done (2 left) 2024-09-13T14:27:17.784 INFO:tasks.rados.rados.0.smithi071.stdout:1546: read oid 15 snap -1 2024-09-13T14:27:17.785 INFO:tasks.rados.rados.0.smithi071.stdout:1546: expect deleted 2024-09-13T14:27:17.785 INFO:tasks.rados.rados.0.smithi071.stdout:1547: read oid 28 snap 183 2024-09-13T14:27:17.785 INFO:tasks.rados.rados.0.smithi071.stdout:1547: expect deleted 2024-09-13T14:27:17.785 INFO:tasks.rados.rados.0.smithi071.stdout:1548: read oid 7 snap 183 2024-09-13T14:27:17.785 INFO:tasks.rados.rados.0.smithi071.stdout:1548: expect (ObjNum 518 snap 169 seq_num 518) 2024-09-13T14:27:17.785 INFO:tasks.rados.rados.0.smithi071.stdout:1549: read oid 29 snap 163 2024-09-13T14:27:17.785 INFO:tasks.rados.rados.0.smithi071.stdout:1549: expect (ObjNum 472 snap 157 seq_num 472) 2024-09-13T14:27:17.785 INFO:tasks.rados.rados.0.smithi071.stdout:1550: read oid 21 snap -1 2024-09-13T14:27:17.785 INFO:tasks.rados.rados.0.smithi071.stdout:1550: expect (ObjNum 577 snap 188 seq_num 577) 2024-09-13T14:27:17.785 INFO:tasks.rados.rados.0.smithi071.stdout:1551: read oid 46 snap 183 2024-09-13T14:27:17.785 INFO:tasks.rados.rados.0.smithi071.stdout:1551: expect (ObjNum 488 snap 160 seq_num 488) 2024-09-13T14:27:17.785 INFO:tasks.rados.rados.0.smithi071.stdout:1552: read oid 25 snap -1 2024-09-13T14:27:17.785 INFO:tasks.rados.rados.0.smithi071.stdout:1552: expect (ObjNum 443 snap 142 seq_num 443) 2024-09-13T14:27:17.786 INFO:tasks.rados.rados.0.smithi071.stdout:1553: delete oid 47 current snap is 195 2024-09-13T14:27:17.786 INFO:tasks.rados.rados.0.smithi071.stdout:1542: expect (ObjNum 538 snap 175 seq_num 538) 2024-09-13T14:27:17.890 INFO:tasks.rados.rados.0.smithi071.stdout:1544: expect (ObjNum 503 snap 164 seq_num 503) 2024-09-13T14:27:18.039 INFO:tasks.rados.rados.0.smithi071.stdout:1542: done (9 left) 2024-09-13T14:27:18.039 INFO:tasks.rados.rados.0.smithi071.stdout:1544: done (8 left) 2024-09-13T14:27:18.039 INFO:tasks.rados.rados.0.smithi071.stdout:1546: done (7 left) 2024-09-13T14:27:18.039 INFO:tasks.rados.rados.0.smithi071.stdout:1553: done (6 left) 2024-09-13T14:27:18.039 INFO:tasks.rados.rados.0.smithi071.stdout:1554: read oid 43 snap -1 2024-09-13T14:27:18.039 INFO:tasks.rados.rados.0.smithi071.stdout:1554: expect (ObjNum 427 snap 136 seq_num 427) 2024-09-13T14:27:18.039 INFO:tasks.rados.rados.0.smithi071.stdout:1555: write oid 38 current snap is 195 2024-09-13T14:27:18.039 INFO:tasks.rados.rados.0.smithi071.stdout:1555: seq_num 598 ranges {450586=474436,1343879=588206} 2024-09-13T14:27:18.043 INFO:tasks.rados.rados.0.smithi071.stdout:1555: writing smithi07185159-38 from 450586 to 925022 tid 1 2024-09-13T14:27:18.049 INFO:tasks.rados.rados.0.smithi071.stdout:1555: writing smithi07185159-38 from 1343879 to 1932085 tid 2 2024-09-13T14:27:18.049 INFO:tasks.rados.rados.0.smithi071.stdout:1547: done (7 left) 2024-09-13T14:27:18.049 INFO:tasks.rados.rados.0.smithi071.stdout:1556: read oid 32 snap -1 2024-09-13T14:27:18.049 INFO:tasks.rados.rados.0.smithi071.stdout:1556: expect (ObjNum 572 snap 185 seq_num 572) 2024-09-13T14:27:18.049 INFO:tasks.rados.rados.0.smithi071.stdout:1557: write oid 13 current snap is 195 2024-09-13T14:27:18.050 INFO:tasks.rados.rados.0.smithi071.stdout:1557: seq_num 599 ranges {467393=549685,1802361=265032} 2024-09-13T14:27:18.054 INFO:tasks.rados.rados.0.smithi071.stdout:1557: writing smithi07185159-13 from 467393 to 1017078 tid 1 2024-09-13T14:27:18.060 INFO:tasks.rados.rados.0.smithi071.stdout:1557: writing smithi07185159-13 from 1802361 to 2067393 tid 2 2024-09-13T14:27:18.060 INFO:tasks.rados.rados.0.smithi071.stdout:1558: delete oid 17 current snap is 195 2024-09-13T14:27:18.060 INFO:tasks.rados.rados.0.smithi071.stdout:1548: expect (ObjNum 518 snap 169 seq_num 518) 2024-09-13T14:27:18.177 INFO:tasks.rados.rados.0.smithi071.stdout:1551: expect (ObjNum 488 snap 160 seq_num 488) 2024-09-13T14:27:18.355 INFO:tasks.rados.rados.0.smithi071.stdout:1550: expect (ObjNum 577 snap 188 seq_num 577) 2024-09-13T14:27:18.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:17 smithi071 ceph-mon[107477]: osdmap e458: 8 total, 8 up, 8 in 2024-09-13T14:27:18.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:17 smithi071 ceph-mon[107477]: mgrmap e39: y(active, since 92s), standbys: x 2024-09-13T14:27:18.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:17 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:27:18.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:17 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:27:18.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:17 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:27:18.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:17 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:27:18.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:17 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:27:18.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:17 smithi071 ceph-mon[107477]: osdmap e459: 8 total, 8 up, 8 in 2024-09-13T14:27:18.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:17 smithi071 ceph-mon[112785]: osdmap e458: 8 total, 8 up, 8 in 2024-09-13T14:27:18.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:17 smithi071 ceph-mon[112785]: mgrmap e39: y(active, since 92s), standbys: x 2024-09-13T14:27:18.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:17 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:27:18.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:17 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:27:18.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:17 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:27:18.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:17 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:27:18.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:17 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:27:18.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:17 smithi071 ceph-mon[112785]: osdmap e459: 8 total, 8 up, 8 in 2024-09-13T14:27:18.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:17 smithi104 ceph-mon[33426]: osdmap e458: 8 total, 8 up, 8 in 2024-09-13T14:27:18.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:17 smithi104 ceph-mon[33426]: mgrmap e39: y(active, since 92s), standbys: x 2024-09-13T14:27:18.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:17 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:27:18.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:17 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:27:18.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:17 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:27:18.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:17 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:27:18.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:17 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:27:18.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:17 smithi104 ceph-mon[33426]: osdmap e459: 8 total, 8 up, 8 in 2024-09-13T14:27:18.474 INFO:tasks.rados.rados.0.smithi071.stdout:1549: expect (ObjNum 472 snap 157 seq_num 472) 2024-09-13T14:27:18.694 INFO:tasks.rados.rados.0.smithi071.stdout:1552: expect (ObjNum 443 snap 142 seq_num 443) 2024-09-13T14:27:18.881 INFO:tasks.rados.rados.0.smithi071.stdout:1554: expect (ObjNum 427 snap 136 seq_num 427) 2024-09-13T14:27:18.986 INFO:tasks.rados.rados.0.smithi071.stdout:1555: finishing write tid 1 to smithi07185159-38 2024-09-13T14:27:18.986 INFO:tasks.rados.rados.0.smithi071.stdout:1555: finishing write tid 2 to smithi07185159-38 2024-09-13T14:27:18.986 INFO:tasks.rados.rados.0.smithi071.stdout:1548: done (9 left) 2024-09-13T14:27:18.986 INFO:tasks.rados.rados.0.smithi071.stdout:1549: done (8 left) 2024-09-13T14:27:18.986 INFO:tasks.rados.rados.0.smithi071.stdout:1550: done (7 left) 2024-09-13T14:27:18.987 INFO:tasks.rados.rados.0.smithi071.stdout:1551: done (6 left) 2024-09-13T14:27:18.987 INFO:tasks.rados.rados.0.smithi071.stdout:1552: done (5 left) 2024-09-13T14:27:18.987 INFO:tasks.rados.rados.0.smithi071.stdout:1554: done (4 left) 2024-09-13T14:27:18.987 INFO:tasks.rados.rados.0.smithi071.stdout:1558: done (3 left) 2024-09-13T14:27:18.987 INFO:tasks.rados.rados.0.smithi071.stdout:1559: read oid 39 snap -1 2024-09-13T14:27:18.987 INFO:tasks.rados.rados.0.smithi071.stdout:1559: expect (ObjNum 580 snap 188 seq_num 580) 2024-09-13T14:27:18.987 INFO:tasks.rados.rados.0.smithi071.stdout:1560: read oid 3 snap -1 2024-09-13T14:27:18.987 INFO:tasks.rados.rados.0.smithi071.stdout:1560: expect (ObjNum 563 snap 179 seq_num 563) 2024-09-13T14:27:18.987 INFO:tasks.rados.rados.0.smithi071.stdout:1561: snap_remove snap 173 2024-09-13T14:27:19.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:18 smithi071 ceph-mon[107477]: pgmap v138: 89 pgs: 89 active+clean; 292 MiB data, 878 MiB used, 714 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.9 MiB/s wr, 9 op/s 2024-09-13T14:27:19.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:18 smithi071 ceph-mon[112785]: pgmap v138: 89 pgs: 89 active+clean; 292 MiB data, 878 MiB used, 714 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.9 MiB/s wr, 9 op/s 2024-09-13T14:27:19.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:18 smithi104 ceph-mon[33426]: pgmap v138: 89 pgs: 89 active+clean; 292 MiB data, 878 MiB used, 714 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.9 MiB/s wr, 9 op/s 2024-09-13T14:27:19.962 INFO:tasks.rados.rados.0.smithi071.stdout:1561: done (5 left) 2024-09-13T14:27:19.962 INFO:tasks.rados.rados.0.smithi071.stdout:1562: delete oid 40 current snap is 195 2024-09-13T14:27:19.962 INFO:tasks.rados.rados.0.smithi071.stdout:1555: finishing write tid 3 to smithi07185159-38 2024-09-13T14:27:19.962 INFO:tasks.rados.rados.0.smithi071.stdout:1555: finishing write tid 4 to smithi07185159-38 2024-09-13T14:27:19.962 INFO:tasks.rados.rados.0.smithi071.stdout:1555: oid 38 updating version 0 to 853 2024-09-13T14:27:19.962 INFO:tasks.rados.rados.0.smithi071.stdout:1555: oid 38 version 853 is already newer than 852 2024-09-13T14:27:19.962 INFO:tasks.rados.rados.0.smithi071.stdout:1555: oid 38 version 853 is already newer than 851 2024-09-13T14:27:19.962 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 38 v 853 (ObjNum 598 snap 195 seq_num 598) dirty exists 2024-09-13T14:27:19.962 INFO:tasks.rados.rados.0.smithi071.stdout:1555: left oid 38 (ObjNum 598 snap 195 seq_num 598) 2024-09-13T14:27:19.962 INFO:tasks.rados.rados.0.smithi071.stdout:1557: finishing write tid 1 to smithi07185159-13 2024-09-13T14:27:19.963 INFO:tasks.rados.rados.0.smithi071.stdout:1556: expect (ObjNum 572 snap 185 seq_num 572) 2024-09-13T14:27:20.081 INFO:tasks.rados.rados.0.smithi071.stdout:1557: finishing write tid 2 to smithi07185159-13 2024-09-13T14:27:20.082 INFO:tasks.rados.rados.0.smithi071.stdout:1557: finishing write tid 3 to smithi07185159-13 2024-09-13T14:27:20.082 INFO:tasks.rados.rados.0.smithi071.stdout:1557: finishing write tid 4 to smithi07185159-13 2024-09-13T14:27:20.082 INFO:tasks.rados.rados.0.smithi071.stdout:1557: oid 13 updating version 0 to 783 2024-09-13T14:27:20.082 INFO:tasks.rados.rados.0.smithi071.stdout:1557: oid 13 version 783 is already newer than 781 2024-09-13T14:27:20.082 INFO:tasks.rados.rados.0.smithi071.stdout:1557: oid 13 version 783 is already newer than 782 2024-09-13T14:27:20.082 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 13 v 783 (ObjNum 599 snap 195 seq_num 599) dirty exists 2024-09-13T14:27:20.082 INFO:tasks.rados.rados.0.smithi071.stdout:1557: left oid 13 (ObjNum 599 snap 195 seq_num 599) 2024-09-13T14:27:20.082 INFO:tasks.rados.rados.0.smithi071.stdout:1555: done (5 left) 2024-09-13T14:27:20.082 INFO:tasks.rados.rados.0.smithi071.stdout:1556: done (4 left) 2024-09-13T14:27:20.082 INFO:tasks.rados.rados.0.smithi071.stdout:1557: done (3 left) 2024-09-13T14:27:20.082 INFO:tasks.rados.rados.0.smithi071.stdout:1562: done (2 left) 2024-09-13T14:27:20.082 INFO:tasks.rados.rados.0.smithi071.stdout:1563: write oid 41 current snap is 195 2024-09-13T14:27:20.083 INFO:tasks.rados.rados.0.smithi071.stdout:1560: expect (ObjNum 563 snap 179 seq_num 563) 2024-09-13T14:27:20.192 INFO:tasks.rados.rados.0.smithi071.stdout:1559: expect (ObjNum 580 snap 188 seq_num 580) 2024-09-13T14:27:20.424 INFO:tasks.rados.rados.0.smithi071.stdout:1563: seq_num 602 ranges {517814=491785,1577807=540007} 2024-09-13T14:27:20.429 INFO:tasks.rados.rados.0.smithi071.stdout:1563: writing smithi07185159-41 from 517814 to 1009599 tid 1 2024-09-13T14:27:20.435 INFO:tasks.rados.rados.0.smithi071.stdout:1563: writing smithi07185159-41 from 1577807 to 2117814 tid 2 2024-09-13T14:27:20.435 INFO:tasks.rados.rados.0.smithi071.stdout:1559: done (2 left) 2024-09-13T14:27:20.435 INFO:tasks.rados.rados.0.smithi071.stdout:1560: done (1 left) 2024-09-13T14:27:20.435 INFO:tasks.rados.rados.0.smithi071.stdout:1564: snap_remove snap 163 2024-09-13T14:27:20.965 INFO:tasks.rados.rados.0.smithi071.stdout:1564: done (1 left) 2024-09-13T14:27:20.965 INFO:tasks.rados.rados.0.smithi071.stdout:1563: finishing write tid 1 to smithi07185159-41 2024-09-13T14:27:20.965 INFO:tasks.rados.rados.0.smithi071.stdout:1563: finishing write tid 2 to smithi07185159-41 2024-09-13T14:27:20.965 INFO:tasks.rados.rados.0.smithi071.stdout:1563: finishing write tid 3 to smithi07185159-41 2024-09-13T14:27:20.965 INFO:tasks.rados.rados.0.smithi071.stdout:1563: finishing write tid 4 to smithi07185159-41 2024-09-13T14:27:20.965 INFO:tasks.rados.rados.0.smithi071.stdout:1563: oid 41 updating version 0 to 991 2024-09-13T14:27:20.965 INFO:tasks.rados.rados.0.smithi071.stdout:1563: oid 41 version 991 is already newer than 990 2024-09-13T14:27:20.965 INFO:tasks.rados.rados.0.smithi071.stdout:1563: oid 41 updating version 991 to 992 2024-09-13T14:27:20.965 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 41 v 992 (ObjNum 602 snap 195 seq_num 602) dirty exists 2024-09-13T14:27:20.965 INFO:tasks.rados.rados.0.smithi071.stdout:1563: left oid 41 (ObjNum 602 snap 195 seq_num 602) 2024-09-13T14:27:20.965 INFO:tasks.rados.rados.0.smithi071.stdout:1565: read oid 46 snap -1 2024-09-13T14:27:20.966 INFO:tasks.rados.rados.0.smithi071.stdout:1565: expect deleted 2024-09-13T14:27:20.966 INFO:tasks.rados.rados.0.smithi071.stdout:1563: done (1 left) 2024-09-13T14:27:20.966 INFO:tasks.rados.rados.0.smithi071.stdout:1566: rollback oid 32 current snap is 195 2024-09-13T14:27:20.966 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 32 to 186 2024-09-13T14:27:20.966 INFO:tasks.rados.rados.0.smithi071.stdout:1567: read oid 28 snap -1 2024-09-13T14:27:20.966 INFO:tasks.rados.rados.0.smithi071.stdout:1567: expect deleted 2024-09-13T14:27:20.966 INFO:tasks.rados.rados.0.smithi071.stdout:1568: read oid 12 snap -1 2024-09-13T14:27:20.966 INFO:tasks.rados.rados.0.smithi071.stdout:1568: expect (ObjNum 589 snap 193 seq_num 589) 2024-09-13T14:27:20.966 INFO:tasks.rados.rados.0.smithi071.stdout:1569: snap_create 2024-09-13T14:27:20.972 INFO:tasks.rados.rados.0.smithi071.stdout:1566: finishing rollback tid 0 to smithi07185159-32 2024-09-13T14:27:20.974 INFO:tasks.rados.rados.0.smithi071.stdout:1566: finishing rollback tid 1 to smithi07185159-32 2024-09-13T14:27:20.974 INFO:tasks.rados.rados.0.smithi071.stdout:1566: finishing rollback tid 2 to smithi07185159-32 2024-09-13T14:27:20.975 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 32 v 157 (ObjNum 572 snap 185 seq_num 572) dirty exists 2024-09-13T14:27:20.976 INFO:tasks.rados.rados.0.smithi071.stdout:1568: expect (ObjNum 589 snap 193 seq_num 589) 2024-09-13T14:27:21.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:20 smithi071 ceph-mon[107477]: osdmap e460: 8 total, 8 up, 8 in 2024-09-13T14:27:21.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:20 smithi071 ceph-mon[107477]: pgmap v140: 89 pgs: 89 active+clean; 262 MiB data, 855 MiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 0 B/s wr, 10 op/s 2024-09-13T14:27:21.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:20 smithi071 ceph-mon[112785]: osdmap e460: 8 total, 8 up, 8 in 2024-09-13T14:27:21.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:20 smithi071 ceph-mon[112785]: pgmap v140: 89 pgs: 89 active+clean; 262 MiB data, 855 MiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 0 B/s wr, 10 op/s 2024-09-13T14:27:21.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:20 smithi104 ceph-mon[33426]: osdmap e460: 8 total, 8 up, 8 in 2024-09-13T14:27:21.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:20 smithi104 ceph-mon[33426]: pgmap v140: 89 pgs: 89 active+clean; 262 MiB data, 855 MiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 0 B/s wr, 10 op/s 2024-09-13T14:27:21.969 INFO:tasks.rados.rados.0.smithi071.stdout:1565: done (4 left) 2024-09-13T14:27:21.969 INFO:tasks.rados.rados.0.smithi071.stdout:1566: done (3 left) 2024-09-13T14:27:21.969 INFO:tasks.rados.rados.0.smithi071.stdout:1567: done (2 left) 2024-09-13T14:27:21.969 INFO:tasks.rados.rados.0.smithi071.stdout:1568: done (1 left) 2024-09-13T14:27:21.969 INFO:tasks.rados.rados.0.smithi071.stdout:1569: done (0 left) 2024-09-13T14:27:21.969 INFO:tasks.rados.rados.0.smithi071.stdout:1570: snap_create 2024-09-13T14:27:22.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:21 smithi071 ceph-mon[107477]: osdmap e461: 8 total, 8 up, 8 in 2024-09-13T14:27:22.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:21 smithi071 ceph-mon[112785]: osdmap e461: 8 total, 8 up, 8 in 2024-09-13T14:27:22.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:21 smithi104 ceph-mon[33426]: osdmap e461: 8 total, 8 up, 8 in 2024-09-13T14:27:22.971 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:27:22 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:27:22] "GET /metrics HTTP/1.1" 200 36269 "" "Prometheus/2.51.0" 2024-09-13T14:27:22.975 INFO:tasks.rados.rados.0.smithi071.stdout:1570: done (0 left) 2024-09-13T14:27:22.975 INFO:tasks.rados.rados.0.smithi071.stdout:1571: rollback oid 6 current snap is 197 2024-09-13T14:27:22.975 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 6 to 190 2024-09-13T14:27:22.975 INFO:tasks.rados.rados.0.smithi071.stdout:1572: write oid 32 current snap is 197 2024-09-13T14:27:22.975 INFO:tasks.rados.rados.0.smithi071.stdout:1572: seq_num 603 ranges {534621=567034,1636289=498332} 2024-09-13T14:27:22.981 INFO:tasks.rados.rados.0.smithi071.stdout:1572: writing smithi07185159-32 from 534621 to 1101655 tid 1 2024-09-13T14:27:22.987 INFO:tasks.rados.rados.0.smithi071.stdout:1572: writing smithi07185159-32 from 1636289 to 2134621 tid 2 2024-09-13T14:27:22.987 INFO:tasks.rados.rados.0.smithi071.stdout:1573: rollback oid 46 current snap is 197 2024-09-13T14:27:22.988 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 46 to 183 2024-09-13T14:27:22.988 INFO:tasks.rados.rados.0.smithi071.stdout:1571: finishing rollback tid 0 to smithi07185159-6 2024-09-13T14:27:22.988 INFO:tasks.rados.rados.0.smithi071.stdout:1571: finishing rollback tid 1 to smithi07185159-6 2024-09-13T14:27:22.988 INFO:tasks.rados.rados.0.smithi071.stdout:1571: finishing rollback tid 2 to smithi07185159-6 2024-09-13T14:27:22.988 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 6 v 1617 (ObjNum 581 snap 188 seq_num 581) dirty exists 2024-09-13T14:27:22.988 INFO:tasks.rados.rados.0.smithi071.stdout:1572: finishing write tid 1 to smithi07185159-32 2024-09-13T14:27:22.988 INFO:tasks.rados.rados.0.smithi071.stdout:1571: done (2 left) 2024-09-13T14:27:22.988 INFO:tasks.rados.rados.0.smithi071.stdout:1574: read oid 10 snap 188 2024-09-13T14:27:22.988 INFO:tasks.rados.rados.0.smithi071.stdout:1574: expect (ObjNum 574 snap 187 seq_num 574) 2024-09-13T14:27:22.989 INFO:tasks.rados.rados.0.smithi071.stdout:1575: snap_create 2024-09-13T14:27:22.990 INFO:tasks.rados.rados.0.smithi071.stdout:1572: finishing write tid 2 to smithi07185159-32 2024-09-13T14:27:22.990 INFO:tasks.rados.rados.0.smithi071.stdout:1572: finishing write tid 3 to smithi07185159-32 2024-09-13T14:27:22.991 INFO:tasks.rados.rados.0.smithi071.stdout:1572: finishing write tid 4 to smithi07185159-32 2024-09-13T14:27:22.991 INFO:tasks.rados.rados.0.smithi071.stdout:1572: oid 32 updating version 0 to 161 2024-09-13T14:27:22.991 INFO:tasks.rados.rados.0.smithi071.stdout:1572: oid 32 version 161 is already newer than 160 2024-09-13T14:27:22.991 INFO:tasks.rados.rados.0.smithi071.stdout:1572: oid 32 version 161 is already newer than 159 2024-09-13T14:27:22.991 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 32 v 161 (ObjNum 603 snap 197 seq_num 603) dirty exists 2024-09-13T14:27:22.991 INFO:tasks.rados.rados.0.smithi071.stdout:1572: left oid 32 (ObjNum 603 snap 197 seq_num 603) 2024-09-13T14:27:22.997 INFO:tasks.rados.rados.0.smithi071.stdout:1573: finishing rollback tid 1 to smithi07185159-46 2024-09-13T14:27:22.997 INFO:tasks.rados.rados.0.smithi071.stdout:1573: finishing rollback tid 2 to smithi07185159-46 2024-09-13T14:27:22.997 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 46 v 801 (ObjNum 488 snap 160 seq_num 488) dirty exists 2024-09-13T14:27:23.002 INFO:tasks.rados.rados.0.smithi071.stdout:1574: expect (ObjNum 574 snap 187 seq_num 574) 2024-09-13T14:27:23.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:22 smithi071 ceph-mon[107477]: osdmap e462: 8 total, 8 up, 8 in 2024-09-13T14:27:23.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:22 smithi071 ceph-mon[107477]: pgmap v143: 89 pgs: 89 active+clean; 237 MiB data, 810 MiB used, 714 GiB / 715 GiB avail; 28 MiB/s rd, 412 KiB/s wr, 23 op/s 2024-09-13T14:27:23.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:22 smithi071 ceph-mon[112785]: osdmap e462: 8 total, 8 up, 8 in 2024-09-13T14:27:23.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:22 smithi071 ceph-mon[112785]: pgmap v143: 89 pgs: 89 active+clean; 237 MiB data, 810 MiB used, 714 GiB / 715 GiB avail; 28 MiB/s rd, 412 KiB/s wr, 23 op/s 2024-09-13T14:27:23.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:22 smithi104 ceph-mon[33426]: osdmap e462: 8 total, 8 up, 8 in 2024-09-13T14:27:23.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:22 smithi104 ceph-mon[33426]: pgmap v143: 89 pgs: 89 active+clean; 237 MiB data, 810 MiB used, 714 GiB / 715 GiB avail; 28 MiB/s rd, 412 KiB/s wr, 23 op/s 2024-09-13T14:27:23.976 INFO:tasks.rados.rados.0.smithi071.stdout:1572: done (3 left) 2024-09-13T14:27:23.976 INFO:tasks.rados.rados.0.smithi071.stdout:1573: done (2 left) 2024-09-13T14:27:23.976 INFO:tasks.rados.rados.0.smithi071.stdout:1574: done (1 left) 2024-09-13T14:27:23.977 INFO:tasks.rados.rados.0.smithi071.stdout:1575: done (0 left) 2024-09-13T14:27:23.977 INFO:tasks.rados.rados.0.smithi071.stdout:1576: read oid 17 snap 186 2024-09-13T14:27:23.977 INFO:tasks.rados.rados.0.smithi071.stdout:1576: expect (ObjNum 536 snap 175 seq_num 536) 2024-09-13T14:27:23.977 INFO:tasks.rados.rados.0.smithi071.stdout:1577: read oid 36 snap -1 2024-09-13T14:27:23.977 INFO:tasks.rados.rados.0.smithi071.stdout:1577: expect deleted 2024-09-13T14:27:23.977 INFO:tasks.rados.rados.0.smithi071.stdout:1578: snap_remove snap 183 2024-09-13T14:27:24.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:23 smithi071 ceph-mon[112785]: osdmap e463: 8 total, 8 up, 8 in 2024-09-13T14:27:24.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:23 smithi071 ceph-mon[107477]: osdmap e463: 8 total, 8 up, 8 in 2024-09-13T14:27:24.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:23 smithi104 ceph-mon[33426]: osdmap e463: 8 total, 8 up, 8 in 2024-09-13T14:27:24.990 INFO:tasks.rados.rados.0.smithi071.stdout:1578: done (2 left) 2024-09-13T14:27:24.990 INFO:tasks.rados.rados.0.smithi071.stdout:1579: snap_remove snap 196 2024-09-13T14:27:25.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:24 smithi071 ceph-mon[107477]: osdmap e464: 8 total, 8 up, 8 in 2024-09-13T14:27:25.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:24 smithi071 ceph-mon[107477]: pgmap v146: 89 pgs: 89 active+clean; 237 MiB data, 810 MiB used, 714 GiB / 715 GiB avail; 18 MiB/s rd, 459 KiB/s wr, 15 op/s 2024-09-13T14:27:25.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:24 smithi071 ceph-mon[112785]: osdmap e464: 8 total, 8 up, 8 in 2024-09-13T14:27:25.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:24 smithi071 ceph-mon[112785]: pgmap v146: 89 pgs: 89 active+clean; 237 MiB data, 810 MiB used, 714 GiB / 715 GiB avail; 18 MiB/s rd, 459 KiB/s wr, 15 op/s 2024-09-13T14:27:25.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:24 smithi104 ceph-mon[33426]: osdmap e464: 8 total, 8 up, 8 in 2024-09-13T14:27:25.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:24 smithi104 ceph-mon[33426]: pgmap v146: 89 pgs: 89 active+clean; 237 MiB data, 810 MiB used, 714 GiB / 715 GiB avail; 18 MiB/s rd, 459 KiB/s wr, 15 op/s 2024-09-13T14:27:25.991 INFO:tasks.rados.rados.0.smithi071.stdout:1579: done (2 left) 2024-09-13T14:27:25.991 INFO:tasks.rados.rados.0.smithi071.stdout:1580: write oid 29 current snap is 198 2024-09-13T14:27:25.992 INFO:tasks.rados.rados.0.smithi071.stdout:1580: seq_num 604 ranges {551428=642283,1694771=456657} 2024-09-13T14:27:25.997 INFO:tasks.rados.rados.0.smithi071.stdout:1580: writing smithi07185159-29 from 551428 to 1193711 tid 1 2024-09-13T14:27:26.003 INFO:tasks.rados.rados.0.smithi071.stdout:1580: writing smithi07185159-29 from 1694771 to 2151428 tid 2 2024-09-13T14:27:26.003 INFO:tasks.rados.rados.0.smithi071.stdout:1581: read oid 4 snap -1 2024-09-13T14:27:26.003 INFO:tasks.rados.rados.0.smithi071.stdout:1581: expect deleted 2024-09-13T14:27:26.003 INFO:tasks.rados.rados.0.smithi071.stdout:1582: read oid 44 snap -1 2024-09-13T14:27:26.003 INFO:tasks.rados.rados.0.smithi071.stdout:1582: expect (ObjNum 578 snap 188 seq_num 578) 2024-09-13T14:27:26.004 INFO:tasks.rados.rados.0.smithi071.stdout:1583: snap_remove snap 188 2024-09-13T14:27:26.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:25 smithi071 ceph-mon[107477]: osdmap e465: 8 total, 8 up, 8 in 2024-09-13T14:27:26.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:25 smithi071 ceph-mon[112785]: osdmap e465: 8 total, 8 up, 8 in 2024-09-13T14:27:26.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:25 smithi104 ceph-mon[33426]: osdmap e465: 8 total, 8 up, 8 in 2024-09-13T14:27:27.003 INFO:tasks.rados.rados.0.smithi071.stdout:1583: done (5 left) 2024-09-13T14:27:27.004 INFO:tasks.rados.rados.0.smithi071.stdout:1584: snap_create 2024-09-13T14:27:27.004 INFO:tasks.rados.rados.0.smithi071.stdout:1576: expect (ObjNum 536 snap 175 seq_num 536) 2024-09-13T14:27:27.175 INFO:tasks.rados.rados.0.smithi071.stdout:1580: finishing write tid 1 to smithi07185159-29 2024-09-13T14:27:27.176 INFO:tasks.rados.rados.0.smithi071.stdout:1580: finishing write tid 2 to smithi07185159-29 2024-09-13T14:27:27.176 INFO:tasks.rados.rados.0.smithi071.stdout:1580: finishing write tid 3 to smithi07185159-29 2024-09-13T14:27:27.176 INFO:tasks.rados.rados.0.smithi071.stdout:1580: finishing write tid 4 to smithi07185159-29 2024-09-13T14:27:27.176 INFO:tasks.rados.rados.0.smithi071.stdout:1580: oid 29 updating version 0 to 1004 2024-09-13T14:27:27.176 INFO:tasks.rados.rados.0.smithi071.stdout:1580: oid 29 version 1004 is already newer than 1002 2024-09-13T14:27:27.176 INFO:tasks.rados.rados.0.smithi071.stdout:1580: oid 29 version 1004 is already newer than 1003 2024-09-13T14:27:27.176 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 29 v 1004 (ObjNum 604 snap 198 seq_num 604) dirty exists 2024-09-13T14:27:27.176 INFO:tasks.rados.rados.0.smithi071.stdout:1580: left oid 29 (ObjNum 604 snap 198 seq_num 604) 2024-09-13T14:27:27.176 INFO:tasks.rados.rados.0.smithi071.stdout:1582: expect (ObjNum 578 snap 188 seq_num 578) 2024-09-13T14:27:27.291 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:26 smithi071 ceph-mon[107477]: osdmap e466: 8 total, 8 up, 8 in 2024-09-13T14:27:27.291 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:26 smithi071 ceph-mon[107477]: pgmap v149: 89 pgs: 89 active+clean; 225 MiB data, 779 MiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 512 KiB/s wr, 10 op/s 2024-09-13T14:27:27.291 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:26 smithi071 ceph-mon[112785]: osdmap e466: 8 total, 8 up, 8 in 2024-09-13T14:27:27.291 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:27 smithi071 ceph-mon[112785]: pgmap v149: 89 pgs: 89 active+clean; 225 MiB data, 779 MiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 512 KiB/s wr, 10 op/s 2024-09-13T14:27:27.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:26 smithi104 ceph-mon[33426]: osdmap e466: 8 total, 8 up, 8 in 2024-09-13T14:27:27.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:26 smithi104 ceph-mon[33426]: pgmap v149: 89 pgs: 89 active+clean; 225 MiB data, 779 MiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 512 KiB/s wr, 10 op/s 2024-09-13T14:27:27.782 INFO:tasks.rados.rados.0.smithi071.stdout:1576: done (5 left) 2024-09-13T14:27:27.782 INFO:tasks.rados.rados.0.smithi071.stdout:1577: done (4 left) 2024-09-13T14:27:27.783 INFO:tasks.rados.rados.0.smithi071.stdout:1580: done (3 left) 2024-09-13T14:27:27.783 INFO:tasks.rados.rados.0.smithi071.stdout:1581: done (2 left) 2024-09-13T14:27:27.783 INFO:tasks.rados.rados.0.smithi071.stdout:1582: done (1 left) 2024-09-13T14:27:27.783 INFO:tasks.rados.rados.0.smithi071.stdout:1584: done (0 left) 2024-09-13T14:27:27.783 INFO:tasks.rados.rados.0.smithi071.stdout:1585: snap_remove snap 190 2024-09-13T14:27:28.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:27 smithi071 ceph-mon[107477]: osdmap e467: 8 total, 8 up, 8 in 2024-09-13T14:27:28.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:27 smithi071 ceph-mon[107477]: osdmap e468: 8 total, 8 up, 8 in 2024-09-13T14:27:28.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:27 smithi071 ceph-mon[112785]: osdmap e467: 8 total, 8 up, 8 in 2024-09-13T14:27:28.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:27 smithi071 ceph-mon[112785]: osdmap e468: 8 total, 8 up, 8 in 2024-09-13T14:27:28.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:27 smithi104 ceph-mon[33426]: osdmap e467: 8 total, 8 up, 8 in 2024-09-13T14:27:28.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:27 smithi104 ceph-mon[33426]: osdmap e468: 8 total, 8 up, 8 in 2024-09-13T14:27:28.785 INFO:tasks.rados.rados.0.smithi071.stdout:1585: done (0 left) 2024-09-13T14:27:28.785 INFO:tasks.rados.rados.0.smithi071.stdout:1586: read oid 14 snap -1 2024-09-13T14:27:28.785 INFO:tasks.rados.rados.0.smithi071.stdout:1586: expect (ObjNum 594 snap 193 seq_num 594) 2024-09-13T14:27:28.785 INFO:tasks.rados.rados.0.smithi071.stdout:1587: read oid 5 snap -1 2024-09-13T14:27:28.785 INFO:tasks.rados.rados.0.smithi071.stdout:1587: expect deleted 2024-09-13T14:27:28.785 INFO:tasks.rados.rados.0.smithi071.stdout:1588: rollback oid 23 current snap is 199 2024-09-13T14:27:28.785 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 23 to 197 2024-09-13T14:27:28.785 INFO:tasks.rados.rados.0.smithi071.stdout:1589: read oid 1 snap 195 2024-09-13T14:27:28.785 INFO:tasks.rados.rados.0.smithi071.stdout:1589: expect (ObjNum 379 snap 120 seq_num 379) 2024-09-13T14:27:28.785 INFO:tasks.rados.rados.0.smithi071.stdout:1590: write oid 22 current snap is 199 2024-09-13T14:27:28.786 INFO:tasks.rados.rados.0.smithi071.stdout:1590: seq_num 605 ranges {568235=717532,1753253=414982} 2024-09-13T14:27:28.792 INFO:tasks.rados.rados.0.smithi071.stdout:1590: writing smithi07185159-22 from 568235 to 1285767 tid 1 2024-09-13T14:27:28.798 INFO:tasks.rados.rados.0.smithi071.stdout:1590: writing smithi07185159-22 from 1753253 to 2168235 tid 2 2024-09-13T14:27:28.798 INFO:tasks.rados.rados.0.smithi071.stdout:1591: write oid 11 current snap is 199 2024-09-13T14:27:28.798 INFO:tasks.rados.rados.0.smithi071.stdout:1591: seq_num 606 ranges {585042=792781,2095382=89660} 2024-09-13T14:27:28.805 INFO:tasks.rados.rados.0.smithi071.stdout:1591: writing smithi07185159-11 from 585042 to 1377823 tid 1 2024-09-13T14:27:28.810 INFO:tasks.rados.rados.0.smithi071.stdout:1591: writing smithi07185159-11 from 2095382 to 2185042 tid 2 2024-09-13T14:27:28.810 INFO:tasks.rados.rados.0.smithi071.stdout:1592: snap_remove snap 192 2024-09-13T14:27:29.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:29 smithi071 ceph-mon[107477]: pgmap v152: 89 pgs: 89 active+clean; 225 MiB data, 779 MiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 512 KiB/s wr, 10 op/s 2024-09-13T14:27:29.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:29 smithi071 ceph-mon[107477]: osdmap e469: 8 total, 8 up, 8 in 2024-09-13T14:27:29.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:29 smithi071 ceph-mon[112785]: pgmap v152: 89 pgs: 89 active+clean; 225 MiB data, 779 MiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 512 KiB/s wr, 10 op/s 2024-09-13T14:27:29.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:29 smithi071 ceph-mon[112785]: osdmap e469: 8 total, 8 up, 8 in 2024-09-13T14:27:29.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:29 smithi104 ceph-mon[33426]: pgmap v152: 89 pgs: 89 active+clean; 225 MiB data, 779 MiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 512 KiB/s wr, 10 op/s 2024-09-13T14:27:29.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:29 smithi104 ceph-mon[33426]: osdmap e469: 8 total, 8 up, 8 in 2024-09-13T14:27:29.790 INFO:tasks.rados.rados.0.smithi071.stdout:1592: done (6 left) 2024-09-13T14:27:29.790 INFO:tasks.rados.rados.0.smithi071.stdout:1593: delete oid 28 current snap is 199 2024-09-13T14:27:29.790 INFO:tasks.rados.rados.0.smithi071.stdout:1589: expect (ObjNum 379 snap 120 seq_num 379) 2024-09-13T14:27:29.889 INFO:tasks.rados.rados.0.smithi071.stdout:1588: finishing rollback tid 0 to smithi07185159-23 2024-09-13T14:27:29.889 INFO:tasks.rados.rados.0.smithi071.stdout:1588: finishing rollback tid 1 to smithi07185159-23 2024-09-13T14:27:29.890 INFO:tasks.rados.rados.0.smithi071.stdout:1588: finishing rollback tid 2 to smithi07185159-23 2024-09-13T14:27:29.890 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 23 v 815 (ObjNum 565 snap 179 seq_num 565) dirty exists 2024-09-13T14:27:29.890 INFO:tasks.rados.rados.0.smithi071.stdout:1586: expect (ObjNum 594 snap 193 seq_num 594) 2024-09-13T14:27:30.200 INFO:tasks.rados.rados.0.smithi071.stdout:1590: finishing write tid 1 to smithi07185159-22 2024-09-13T14:27:30.200 INFO:tasks.rados.rados.0.smithi071.stdout:1590: finishing write tid 2 to smithi07185159-22 2024-09-13T14:27:30.200 INFO:tasks.rados.rados.0.smithi071.stdout:1590: finishing write tid 3 to smithi07185159-22 2024-09-13T14:27:30.200 INFO:tasks.rados.rados.0.smithi071.stdout:1590: finishing write tid 4 to smithi07185159-22 2024-09-13T14:27:30.200 INFO:tasks.rados.rados.0.smithi071.stdout:1590: oid 22 updating version 0 to 575 2024-09-13T14:27:30.200 INFO:tasks.rados.rados.0.smithi071.stdout:1590: oid 22 updating version 575 to 576 2024-09-13T14:27:30.200 INFO:tasks.rados.rados.0.smithi071.stdout:1590: oid 22 version 576 is already newer than 574 2024-09-13T14:27:30.200 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 22 v 576 (ObjNum 605 snap 199 seq_num 605) dirty exists 2024-09-13T14:27:30.200 INFO:tasks.rados.rados.0.smithi071.stdout:1590: left oid 22 (ObjNum 605 snap 199 seq_num 605) 2024-09-13T14:27:30.200 INFO:tasks.rados.rados.0.smithi071.stdout:1591: finishing write tid 1 to smithi07185159-11 2024-09-13T14:27:30.201 INFO:tasks.rados.rados.0.smithi071.stdout:1591: finishing write tid 2 to smithi07185159-11 2024-09-13T14:27:30.201 INFO:tasks.rados.rados.0.smithi071.stdout:1591: finishing write tid 3 to smithi07185159-11 2024-09-13T14:27:30.201 INFO:tasks.rados.rados.0.smithi071.stdout:1591: finishing write tid 4 to smithi07185159-11 2024-09-13T14:27:30.201 INFO:tasks.rados.rados.0.smithi071.stdout:1591: oid 11 updating version 0 to 1009 2024-09-13T14:27:30.201 INFO:tasks.rados.rados.0.smithi071.stdout:1591: oid 11 updating version 1009 to 1010 2024-09-13T14:27:30.201 INFO:tasks.rados.rados.0.smithi071.stdout:1591: oid 11 updating version 1010 to 1011 2024-09-13T14:27:30.201 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 11 v 1011 (ObjNum 606 snap 199 seq_num 606) dirty exists 2024-09-13T14:27:30.201 INFO:tasks.rados.rados.0.smithi071.stdout:1591: left oid 11 (ObjNum 606 snap 199 seq_num 606) 2024-09-13T14:27:30.202 INFO:tasks.rados.rados.0.smithi071.stdout:1586: done (6 left) 2024-09-13T14:27:30.202 INFO:tasks.rados.rados.0.smithi071.stdout:1587: done (5 left) 2024-09-13T14:27:30.202 INFO:tasks.rados.rados.0.smithi071.stdout:1588: done (4 left) 2024-09-13T14:27:30.202 INFO:tasks.rados.rados.0.smithi071.stdout:1589: done (3 left) 2024-09-13T14:27:30.202 INFO:tasks.rados.rados.0.smithi071.stdout:1590: done (2 left) 2024-09-13T14:27:30.202 INFO:tasks.rados.rados.0.smithi071.stdout:1591: done (1 left) 2024-09-13T14:27:30.202 INFO:tasks.rados.rados.0.smithi071.stdout:1593: done (0 left) 2024-09-13T14:27:30.202 INFO:tasks.rados.rados.0.smithi071.stdout:1594: write oid 43 current snap is 199 2024-09-13T14:27:30.203 INFO:tasks.rados.rados.0.smithi071.stdout:1594: seq_num 608 ranges {618656=543279,1812346=406310} 2024-09-13T14:27:30.207 INFO:tasks.rados.rados.0.smithi071.stdout:1594: writing smithi07185159-43 from 618656 to 1161935 tid 1 2024-09-13T14:27:30.214 INFO:tasks.rados.rados.0.smithi071.stdout:1594: writing smithi07185159-43 from 1812346 to 2218656 tid 2 2024-09-13T14:27:30.214 INFO:tasks.rados.rados.0.smithi071.stdout:1595: read oid 48 snap 159 2024-09-13T14:27:30.214 INFO:tasks.rados.rados.0.smithi071.stdout:1595: expect (ObjNum 481 snap 158 seq_num 481) 2024-09-13T14:27:30.214 INFO:tasks.rados.rados.0.smithi071.stdout:1596: delete oid 24 current snap is 199 2024-09-13T14:27:30.214 INFO:tasks.rados.rados.0.smithi071.stdout:1594: finishing write tid 1 to smithi07185159-43 2024-09-13T14:27:30.216 INFO:tasks.rados.rados.0.smithi071.stdout:1594: finishing write tid 2 to smithi07185159-43 2024-09-13T14:27:30.216 INFO:tasks.rados.rados.0.smithi071.stdout:1594: finishing write tid 3 to smithi07185159-43 2024-09-13T14:27:30.216 INFO:tasks.rados.rados.0.smithi071.stdout:1596: done (2 left) 2024-09-13T14:27:30.216 INFO:tasks.rados.rados.0.smithi071.stdout:1597: write oid 11 current snap is 199 2024-09-13T14:27:30.216 INFO:tasks.rados.rados.0.smithi071.stdout:1597: seq_num 610 ranges {652270=410130,1529310=493867} 2024-09-13T14:27:30.221 INFO:tasks.rados.rados.0.smithi071.stdout:1597: writing smithi07185159-11 from 652270 to 1062400 tid 1 2024-09-13T14:27:30.228 INFO:tasks.rados.rados.0.smithi071.stdout:1597: writing smithi07185159-11 from 1529310 to 2023177 tid 2 2024-09-13T14:27:30.228 INFO:tasks.rados.rados.0.smithi071.stdout:1598: snap_remove snap 186 2024-09-13T14:27:30.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:30 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:27:30.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:30 smithi071 ceph-mon[107477]: osdmap e470: 8 total, 8 up, 8 in 2024-09-13T14:27:30.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:30 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:27:30.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:30 smithi071 ceph-mon[112785]: osdmap e470: 8 total, 8 up, 8 in 2024-09-13T14:27:30.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:30 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:27:30.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:30 smithi104 ceph-mon[33426]: osdmap e470: 8 total, 8 up, 8 in 2024-09-13T14:27:31.018 INFO:tasks.rados.rados.0.smithi071.stdout:1598: done (3 left) 2024-09-13T14:27:31.018 INFO:tasks.rados.rados.0.smithi071.stdout:1599: snap_remove snap 197 2024-09-13T14:27:31.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:31 smithi071 ceph-mon[107477]: pgmap v155: 89 pgs: 89 active+clean; 231 MiB data, 763 MiB used, 714 GiB / 715 GiB avail; 3.3 MiB/s rd, 1.2 MiB/s wr, 8 op/s 2024-09-13T14:27:31.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:31 smithi071 ceph-mon[112785]: pgmap v155: 89 pgs: 89 active+clean; 231 MiB data, 763 MiB used, 714 GiB / 715 GiB avail; 3.3 MiB/s rd, 1.2 MiB/s wr, 8 op/s 2024-09-13T14:27:31.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:31 smithi104 ceph-mon[33426]: pgmap v155: 89 pgs: 89 active+clean; 231 MiB data, 763 MiB used, 714 GiB / 715 GiB avail; 3.3 MiB/s rd, 1.2 MiB/s wr, 8 op/s 2024-09-13T14:27:32.018 INFO:tasks.rados.rados.0.smithi071.stdout:1599: done (3 left) 2024-09-13T14:27:32.018 INFO:tasks.rados.rados.0.smithi071.stdout:1600: delete oid 35 current snap is 199 2024-09-13T14:27:32.018 INFO:tasks.rados.rados.0.smithi071.stdout:1594: finishing write tid 4 to smithi07185159-43 2024-09-13T14:27:32.018 INFO:tasks.rados.rados.0.smithi071.stdout:1594: oid 43 updating version 0 to 394 2024-09-13T14:27:32.018 INFO:tasks.rados.rados.0.smithi071.stdout:1594: oid 43 version 394 is already newer than 392 2024-09-13T14:27:32.018 INFO:tasks.rados.rados.0.smithi071.stdout:1594: oid 43 version 394 is already newer than 393 2024-09-13T14:27:32.018 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 43 v 394 (ObjNum 608 snap 199 seq_num 608) dirty exists 2024-09-13T14:27:32.019 INFO:tasks.rados.rados.0.smithi071.stdout:1594: left oid 43 (ObjNum 608 snap 199 seq_num 608) 2024-09-13T14:27:32.019 INFO:tasks.rados.rados.0.smithi071.stdout:1595: expect (ObjNum 481 snap 158 seq_num 481) 2024-09-13T14:27:32.087 INFO:tasks.rados.rados.0.smithi071.stdout:1597: finishing write tid 1 to smithi07185159-11 2024-09-13T14:27:32.087 INFO:tasks.rados.rados.0.smithi071.stdout:1597: finishing write tid 2 to smithi07185159-11 2024-09-13T14:27:32.087 INFO:tasks.rados.rados.0.smithi071.stdout:1597: finishing write tid 3 to smithi07185159-11 2024-09-13T14:27:32.087 INFO:tasks.rados.rados.0.smithi071.stdout:1597: finishing write tid 4 to smithi07185159-11 2024-09-13T14:27:32.087 INFO:tasks.rados.rados.0.smithi071.stdout:1597: oid 11 updating version 0 to 1015 2024-09-13T14:27:32.087 INFO:tasks.rados.rados.0.smithi071.stdout:1597: oid 11 version 1015 is already newer than 1012 2024-09-13T14:27:32.087 INFO:tasks.rados.rados.0.smithi071.stdout:1597: oid 11 updating version 1015 to 1016 2024-09-13T14:27:32.087 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 11 v 1016 (ObjNum 610 snap 199 seq_num 610) dirty exists 2024-09-13T14:27:32.087 INFO:tasks.rados.rados.0.smithi071.stdout:1597: left oid 11 (ObjNum 610 snap 199 seq_num 610) 2024-09-13T14:27:32.087 INFO:tasks.rados.rados.0.smithi071.stdout:1594: done (3 left) 2024-09-13T14:27:32.088 INFO:tasks.rados.rados.0.smithi071.stdout:1595: done (2 left) 2024-09-13T14:27:32.088 INFO:tasks.rados.rados.0.smithi071.stdout:1597: done (1 left) 2024-09-13T14:27:32.088 INFO:tasks.rados.rados.0.smithi071.stdout:1600: done (0 left) 2024-09-13T14:27:32.088 INFO:tasks.rados.rados.0.smithi071.stdout:1601: snap_remove snap 159 2024-09-13T14:27:32.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:32 smithi071 ceph-mon[107477]: osdmap e471: 8 total, 8 up, 8 in 2024-09-13T14:27:32.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:32 smithi071 ceph-mon[112785]: osdmap e471: 8 total, 8 up, 8 in 2024-09-13T14:27:32.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:32 smithi104 ceph-mon[33426]: osdmap e471: 8 total, 8 up, 8 in 2024-09-13T14:27:33.025 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:27:32 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:27:32] "GET /metrics HTTP/1.1" 200 36273 "" "Prometheus/2.51.0" 2024-09-13T14:27:33.029 INFO:tasks.rados.rados.0.smithi071.stdout:1601: done (0 left) 2024-09-13T14:27:33.029 INFO:tasks.rados.rados.0.smithi071.stdout:1602: snap_create 2024-09-13T14:27:33.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:33 smithi071 ceph-mon[107477]: osdmap e472: 8 total, 8 up, 8 in 2024-09-13T14:27:33.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:33 smithi071 ceph-mon[107477]: pgmap v158: 89 pgs: 89 active+clean; 229 MiB data, 763 MiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 1.2 MiB/s wr, 15 op/s 2024-09-13T14:27:33.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:33 smithi071 ceph-mon[112785]: osdmap e472: 8 total, 8 up, 8 in 2024-09-13T14:27:33.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:33 smithi071 ceph-mon[112785]: pgmap v158: 89 pgs: 89 active+clean; 229 MiB data, 763 MiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 1.2 MiB/s wr, 15 op/s 2024-09-13T14:27:33.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:33 smithi104 ceph-mon[33426]: osdmap e472: 8 total, 8 up, 8 in 2024-09-13T14:27:33.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:33 smithi104 ceph-mon[33426]: pgmap v158: 89 pgs: 89 active+clean; 229 MiB data, 763 MiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 1.2 MiB/s wr, 15 op/s 2024-09-13T14:27:34.038 INFO:tasks.rados.rados.0.smithi071.stdout:1602: done (0 left) 2024-09-13T14:27:34.038 INFO:tasks.rados.rados.0.smithi071.stdout:1603: rollback oid 25 current snap is 200 2024-09-13T14:27:34.038 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 25 to 198 2024-09-13T14:27:34.038 INFO:tasks.rados.rados.0.smithi071.stdout:1604: rollback oid 38 current snap is 200 2024-09-13T14:27:34.038 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 38 to 195 2024-09-13T14:27:34.039 INFO:tasks.rados.rados.0.smithi071.stdout:1605: rollback oid 43 current snap is 200 2024-09-13T14:27:34.039 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 43 to 199 2024-09-13T14:27:34.039 INFO:tasks.rados.rados.0.smithi071.stdout:1606: rollback oid 6 current snap is 200 2024-09-13T14:27:34.039 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 6 to 195 2024-09-13T14:27:34.039 INFO:tasks.rados.rados.0.smithi071.stdout:1607: read oid 2 snap -1 2024-09-13T14:27:34.039 INFO:tasks.rados.rados.0.smithi071.stdout:1607: expect deleted 2024-09-13T14:27:34.039 INFO:tasks.rados.rados.0.smithi071.stdout:1608: delete oid 9 current snap is 200 2024-09-13T14:27:34.040 INFO:tasks.rados.rados.0.smithi071.stdout:1605: finishing rollback tid 0 to smithi07185159-43 2024-09-13T14:27:34.041 INFO:tasks.rados.rados.0.smithi071.stdout:1605: finishing rollback tid 1 to smithi07185159-43 2024-09-13T14:27:34.042 INFO:tasks.rados.rados.0.smithi071.stdout:1605: finishing rollback tid 2 to smithi07185159-43 2024-09-13T14:27:34.042 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 43 v 406 (ObjNum 608 snap 199 seq_num 608) dirty exists 2024-09-13T14:27:34.045 INFO:tasks.rados.rados.0.smithi071.stdout:1606: finishing rollback tid 0 to smithi07185159-6 2024-09-13T14:27:34.046 INFO:tasks.rados.rados.0.smithi071.stdout:1605: done (5 left) 2024-09-13T14:27:34.046 INFO:tasks.rados.rados.0.smithi071.stdout:1607: done (4 left) 2024-09-13T14:27:34.046 INFO:tasks.rados.rados.0.smithi071.stdout:1608: done (3 left) 2024-09-13T14:27:34.046 INFO:tasks.rados.rados.0.smithi071.stdout:1609: write oid 13 current snap is 200 2024-09-13T14:27:34.046 INFO:tasks.rados.rados.0.smithi071.stdout:1609: seq_num 613 ranges {702691=635877,2104756=197935} 2024-09-13T14:27:34.052 INFO:tasks.rados.rados.0.smithi071.stdout:1609: writing smithi07185159-13 from 702691 to 1338568 tid 1 2024-09-13T14:27:34.059 INFO:tasks.rados.rados.0.smithi071.stdout:1609: writing smithi07185159-13 from 2104756 to 2302691 tid 2 2024-09-13T14:27:34.059 INFO:tasks.rados.rados.0.smithi071.stdout:1610: rollback oid 15 current snap is 200 2024-09-13T14:27:34.059 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 15 to 198 2024-09-13T14:27:34.059 INFO:tasks.rados.rados.0.smithi071.stdout:1611: snap_create 2024-09-13T14:27:34.059 INFO:tasks.rados.rados.0.smithi071.stdout:1606: finishing rollback tid 1 to smithi07185159-6 2024-09-13T14:27:34.059 INFO:tasks.rados.rados.0.smithi071.stdout:1606: finishing rollback tid 2 to smithi07185159-6 2024-09-13T14:27:34.059 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 6 v 1663 (ObjNum 581 snap 188 seq_num 581) dirty exists 2024-09-13T14:27:34.060 INFO:tasks.rados.rados.0.smithi071.stdout:1603: finishing rollback tid 0 to smithi07185159-25 2024-09-13T14:27:34.060 INFO:tasks.rados.rados.0.smithi071.stdout:1604: finishing rollback tid 0 to smithi07185159-38 2024-09-13T14:27:34.060 INFO:tasks.rados.rados.0.smithi071.stdout:1603: finishing rollback tid 1 to smithi07185159-25 2024-09-13T14:27:34.060 INFO:tasks.rados.rados.0.smithi071.stdout:1603: finishing rollback tid 2 to smithi07185159-25 2024-09-13T14:27:34.060 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 25 v 843 (ObjNum 443 snap 142 seq_num 443) dirty exists 2024-09-13T14:27:34.060 INFO:tasks.rados.rados.0.smithi071.stdout:1604: finishing rollback tid 1 to smithi07185159-38 2024-09-13T14:27:34.060 INFO:tasks.rados.rados.0.smithi071.stdout:1604: finishing rollback tid 2 to smithi07185159-38 2024-09-13T14:27:34.060 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 38 v 905 (ObjNum 598 snap 195 seq_num 598) dirty exists 2024-09-13T14:27:34.060 INFO:tasks.rados.rados.0.smithi071.stdout:1609: finishing write tid 1 to smithi07185159-13 2024-09-13T14:27:34.060 INFO:tasks.rados.rados.0.smithi071.stdout:1610: finishing rollback tid 1 to smithi07185159-15 2024-09-13T14:27:34.060 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 15 v 0 (ObjNum 1169 snap 0 seq_num 1961113776) dirty dne 2024-09-13T14:27:34.061 INFO:tasks.rados.rados.0.smithi071.stdout:1609: finishing write tid 2 to smithi07185159-13 2024-09-13T14:27:34.061 INFO:tasks.rados.rados.0.smithi071.stdout:1609: finishing write tid 3 to smithi07185159-13 2024-09-13T14:27:34.061 INFO:tasks.rados.rados.0.smithi071.stdout:1609: finishing write tid 4 to smithi07185159-13 2024-09-13T14:27:34.061 INFO:tasks.rados.rados.0.smithi071.stdout:1609: oid 13 updating version 0 to 845 2024-09-13T14:27:34.062 INFO:tasks.rados.rados.0.smithi071.stdout:1609: oid 13 updating version 845 to 847 2024-09-13T14:27:34.062 INFO:tasks.rados.rados.0.smithi071.stdout:1609: oid 13 version 847 is already newer than 846 2024-09-13T14:27:34.062 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 13 v 847 (ObjNum 613 snap 200 seq_num 613) dirty exists 2024-09-13T14:27:34.062 INFO:tasks.rados.rados.0.smithi071.stdout:1609: left oid 13 (ObjNum 613 snap 200 seq_num 613) 2024-09-13T14:27:34.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:34 smithi071 ceph-mon[107477]: osdmap e473: 8 total, 8 up, 8 in 2024-09-13T14:27:34.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:34 smithi071 ceph-mon[112785]: osdmap e473: 8 total, 8 up, 8 in 2024-09-13T14:27:34.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:34 smithi104 ceph-mon[33426]: osdmap e473: 8 total, 8 up, 8 in 2024-09-13T14:27:35.045 INFO:tasks.rados.rados.0.smithi071.stdout:1603: done (5 left) 2024-09-13T14:27:35.045 INFO:tasks.rados.rados.0.smithi071.stdout:1604: done (4 left) 2024-09-13T14:27:35.045 INFO:tasks.rados.rados.0.smithi071.stdout:1606: done (3 left) 2024-09-13T14:27:35.045 INFO:tasks.rados.rados.0.smithi071.stdout:1609: done (2 left) 2024-09-13T14:27:35.045 INFO:tasks.rados.rados.0.smithi071.stdout:1610: done (1 left) 2024-09-13T14:27:35.045 INFO:tasks.rados.rados.0.smithi071.stdout:1611: done (0 left) 2024-09-13T14:27:35.045 INFO:tasks.rados.rados.0.smithi071.stdout:1612: read oid 25 snap -1 2024-09-13T14:27:35.045 INFO:tasks.rados.rados.0.smithi071.stdout:1612: expect (ObjNum 443 snap 142 seq_num 443) 2024-09-13T14:27:35.045 INFO:tasks.rados.rados.0.smithi071.stdout:1613: snap_create 2024-09-13T14:27:35.055 INFO:tasks.rados.rados.0.smithi071.stdout:1612: expect (ObjNum 443 snap 142 seq_num 443) 2024-09-13T14:27:35.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:35 smithi071 ceph-mon[107477]: osdmap e474: 8 total, 8 up, 8 in 2024-09-13T14:27:35.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:35 smithi071 ceph-mon[107477]: pgmap v161: 89 pgs: 89 active+clean; 229 MiB data, 763 MiB used, 714 GiB / 715 GiB avail; 8.4 MiB/s rd, 0 B/s wr, 7 op/s 2024-09-13T14:27:35.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:35 smithi071 ceph-mon[112785]: osdmap e474: 8 total, 8 up, 8 in 2024-09-13T14:27:35.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:35 smithi071 ceph-mon[112785]: pgmap v161: 89 pgs: 89 active+clean; 229 MiB data, 763 MiB used, 714 GiB / 715 GiB avail; 8.4 MiB/s rd, 0 B/s wr, 7 op/s 2024-09-13T14:27:35.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:35 smithi104 ceph-mon[33426]: osdmap e474: 8 total, 8 up, 8 in 2024-09-13T14:27:35.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:35 smithi104 ceph-mon[33426]: pgmap v161: 89 pgs: 89 active+clean; 229 MiB data, 763 MiB used, 714 GiB / 715 GiB avail; 8.4 MiB/s rd, 0 B/s wr, 7 op/s 2024-09-13T14:27:36.048 INFO:tasks.rados.rados.0.smithi071.stdout:1612: done (1 left) 2024-09-13T14:27:36.048 INFO:tasks.rados.rados.0.smithi071.stdout:1613: done (0 left) 2024-09-13T14:27:36.048 INFO:tasks.rados.rados.0.smithi071.stdout:1614: delete oid 41 current snap is 202 2024-09-13T14:27:36.054 INFO:tasks.rados.rados.0.smithi071.stdout:1614: done (0 left) 2024-09-13T14:27:36.054 INFO:tasks.rados.rados.0.smithi071.stdout:1615: write oid 41 current snap is 202 2024-09-13T14:27:36.054 INFO:tasks.rados.rados.0.smithi071.stdout:1615: seq_num 615 ranges {736305=786375,2105367=230938} 2024-09-13T14:27:36.062 INFO:tasks.rados.rados.0.smithi071.stdout:1615: writing smithi07185159-41 from 736305 to 1522680 tid 1 2024-09-13T14:27:36.067 INFO:tasks.rados.rados.0.smithi071.stdout:1615: writing smithi07185159-41 from 2105367 to 2336305 tid 2 2024-09-13T14:27:36.067 INFO:tasks.rados.rados.0.smithi071.stdout:1616: rollback oid 43 current snap is 202 2024-09-13T14:27:36.067 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 43 to 199 2024-09-13T14:27:36.067 INFO:tasks.rados.rados.0.smithi071.stdout:1617: snap_create 2024-09-13T14:27:36.067 INFO:tasks.rados.rados.0.smithi071.stdout:1615: finishing write tid 1 to smithi07185159-41 2024-09-13T14:27:36.070 INFO:tasks.rados.rados.0.smithi071.stdout:1615: finishing write tid 2 to smithi07185159-41 2024-09-13T14:27:36.070 INFO:tasks.rados.rados.0.smithi071.stdout:1615: finishing write tid 3 to smithi07185159-41 2024-09-13T14:27:36.070 INFO:tasks.rados.rados.0.smithi071.stdout:1615: finishing write tid 4 to smithi07185159-41 2024-09-13T14:27:36.070 INFO:tasks.rados.rados.0.smithi071.stdout:1615: oid 41 updating version 0 to 1030 2024-09-13T14:27:36.070 INFO:tasks.rados.rados.0.smithi071.stdout:1615: oid 41 version 1030 is already newer than 1029 2024-09-13T14:27:36.070 INFO:tasks.rados.rados.0.smithi071.stdout:1615: oid 41 updating version 1030 to 1031 2024-09-13T14:27:36.071 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 41 v 1031 (ObjNum 615 snap 202 seq_num 615) dirty exists 2024-09-13T14:27:36.071 INFO:tasks.rados.rados.0.smithi071.stdout:1615: left oid 41 (ObjNum 615 snap 202 seq_num 615) 2024-09-13T14:27:36.072 INFO:tasks.rados.rados.0.smithi071.stdout:1616: finishing rollback tid 0 to smithi07185159-43 2024-09-13T14:27:36.072 INFO:tasks.rados.rados.0.smithi071.stdout:1616: finishing rollback tid 1 to smithi07185159-43 2024-09-13T14:27:36.072 INFO:tasks.rados.rados.0.smithi071.stdout:1616: finishing rollback tid 2 to smithi07185159-43 2024-09-13T14:27:36.072 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 43 v 410 (ObjNum 608 snap 199 seq_num 608) dirty exists 2024-09-13T14:27:36.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:36 smithi071 ceph-mon[107477]: osdmap e475: 8 total, 8 up, 8 in 2024-09-13T14:27:36.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:36 smithi071 ceph-mon[112785]: osdmap e475: 8 total, 8 up, 8 in 2024-09-13T14:27:36.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:36 smithi104 ceph-mon[33426]: osdmap e475: 8 total, 8 up, 8 in 2024-09-13T14:27:37.060 INFO:tasks.rados.rados.0.smithi071.stdout:1615: done (2 left) 2024-09-13T14:27:37.060 INFO:tasks.rados.rados.0.smithi071.stdout:1616: done (1 left) 2024-09-13T14:27:37.060 INFO:tasks.rados.rados.0.smithi071.stdout:1617: done (0 left) 2024-09-13T14:27:37.060 INFO:tasks.rados.rados.0.smithi071.stdout:1618: write oid 37 current snap is 203 2024-09-13T14:27:37.060 INFO:tasks.rados.rados.0.smithi071.stdout:1618: seq_num 616 ranges {753112=577977,1880202=472910} 2024-09-13T14:27:37.068 INFO:tasks.rados.rados.0.smithi071.stdout:1618: writing smithi07185159-37 from 753112 to 1331089 tid 1 2024-09-13T14:27:37.073 INFO:tasks.rados.rados.0.smithi071.stdout:1618: writing smithi07185159-37 from 1880202 to 2353112 tid 2 2024-09-13T14:27:37.073 INFO:tasks.rados.rados.0.smithi071.stdout:1619: snap_remove snap 198 2024-09-13T14:27:37.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:37 smithi071 ceph-mon[107477]: osdmap e476: 8 total, 8 up, 8 in 2024-09-13T14:27:37.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:37 smithi071 ceph-mon[107477]: pgmap v164: 89 pgs: 89 active+clean; 108 MiB data, 537 MiB used, 715 GiB / 715 GiB avail; 2.0 MiB/s rd, 204 KiB/s wr, 5 op/s 2024-09-13T14:27:37.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:37 smithi071 ceph-mon[112785]: osdmap e476: 8 total, 8 up, 8 in 2024-09-13T14:27:37.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:37 smithi071 ceph-mon[112785]: pgmap v164: 89 pgs: 89 active+clean; 108 MiB data, 537 MiB used, 715 GiB / 715 GiB avail; 2.0 MiB/s rd, 204 KiB/s wr, 5 op/s 2024-09-13T14:27:37.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:37 smithi104 ceph-mon[33426]: osdmap e476: 8 total, 8 up, 8 in 2024-09-13T14:27:37.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:37 smithi104 ceph-mon[33426]: pgmap v164: 89 pgs: 89 active+clean; 108 MiB data, 537 MiB used, 715 GiB / 715 GiB avail; 2.0 MiB/s rd, 204 KiB/s wr, 5 op/s 2024-09-13T14:27:37.785 INFO:tasks.rados.rados.0.smithi071.stdout:1619: done (1 left) 2024-09-13T14:27:37.785 INFO:tasks.rados.rados.0.smithi071.stdout:1620: read oid 48 snap -1 2024-09-13T14:27:37.785 INFO:tasks.rados.rados.0.smithi071.stdout:1620: expect deleted 2024-09-13T14:27:37.785 INFO:tasks.rados.rados.0.smithi071.stdout:1621: read oid 19 snap -1 2024-09-13T14:27:37.785 INFO:tasks.rados.rados.0.smithi071.stdout:1621: expect (ObjNum 523 snap 172 seq_num 523) 2024-09-13T14:27:37.785 INFO:tasks.rados.rados.0.smithi071.stdout:1622: snap_remove snap 199 2024-09-13T14:27:38.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:38 smithi071 ceph-mon[107477]: osdmap e477: 8 total, 8 up, 8 in 2024-09-13T14:27:38.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:38 smithi071 ceph-mon[107477]: osdmap e478: 8 total, 8 up, 8 in 2024-09-13T14:27:38.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:38 smithi071 ceph-mon[112785]: osdmap e477: 8 total, 8 up, 8 in 2024-09-13T14:27:38.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:38 smithi071 ceph-mon[112785]: osdmap e478: 8 total, 8 up, 8 in 2024-09-13T14:27:38.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:38 smithi104 ceph-mon[33426]: osdmap e477: 8 total, 8 up, 8 in 2024-09-13T14:27:38.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:38 smithi104 ceph-mon[33426]: osdmap e478: 8 total, 8 up, 8 in 2024-09-13T14:27:38.788 INFO:tasks.rados.rados.0.smithi071.stdout:1622: done (3 left) 2024-09-13T14:27:38.788 INFO:tasks.rados.rados.0.smithi071.stdout:1623: write oid 41 current snap is 203 2024-09-13T14:27:38.789 INFO:tasks.rados.rados.0.smithi071.stdout:1618: finishing write tid 1 to smithi07185159-37 2024-09-13T14:27:38.789 INFO:tasks.rados.rados.0.smithi071.stdout:1618: finishing write tid 2 to smithi07185159-37 2024-09-13T14:27:38.789 INFO:tasks.rados.rados.0.smithi071.stdout:1618: finishing write tid 3 to smithi07185159-37 2024-09-13T14:27:38.789 INFO:tasks.rados.rados.0.smithi071.stdout:1623: seq_num 617 ranges {769919=653226,1938684=431235} 2024-09-13T14:27:38.797 INFO:tasks.rados.rados.0.smithi071.stdout:1623: writing smithi07185159-41 from 769919 to 1423145 tid 1 2024-09-13T14:27:38.802 INFO:tasks.rados.rados.0.smithi071.stdout:1623: writing smithi07185159-41 from 1938684 to 2369919 tid 2 2024-09-13T14:27:38.802 INFO:tasks.rados.rados.0.smithi071.stdout:1624: snap_remove snap 202 2024-09-13T14:27:39.323 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:39 smithi104 ceph-mon[33426]: pgmap v167: 89 pgs: 89 active+clean; 108 MiB data, 537 MiB used, 715 GiB / 715 GiB avail; 2.0 MiB/s rd, 204 KiB/s wr, 5 op/s 2024-09-13T14:27:39.323 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:39 smithi104 ceph-mon[33426]: osdmap e479: 8 total, 8 up, 8 in 2024-09-13T14:27:39.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:39 smithi071 ceph-mon[107477]: pgmap v167: 89 pgs: 89 active+clean; 108 MiB data, 537 MiB used, 715 GiB / 715 GiB avail; 2.0 MiB/s rd, 204 KiB/s wr, 5 op/s 2024-09-13T14:27:39.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:39 smithi071 ceph-mon[107477]: osdmap e479: 8 total, 8 up, 8 in 2024-09-13T14:27:39.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:39 smithi071 ceph-mon[112785]: pgmap v167: 89 pgs: 89 active+clean; 108 MiB data, 537 MiB used, 715 GiB / 715 GiB avail; 2.0 MiB/s rd, 204 KiB/s wr, 5 op/s 2024-09-13T14:27:39.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:39 smithi071 ceph-mon[112785]: osdmap e479: 8 total, 8 up, 8 in 2024-09-13T14:27:39.788 INFO:tasks.rados.rados.0.smithi071.stdout:1624: done (4 left) 2024-09-13T14:27:39.788 INFO:tasks.rados.rados.0.smithi071.stdout:1625: read oid 1 snap -1 2024-09-13T14:27:39.788 INFO:tasks.rados.rados.0.smithi071.stdout:1625: expect (ObjNum 379 snap 120 seq_num 379) 2024-09-13T14:27:39.788 INFO:tasks.rados.rados.0.smithi071.stdout:1626: snap_create 2024-09-13T14:27:39.788 INFO:tasks.rados.rados.0.smithi071.stdout:1618: finishing write tid 4 to smithi07185159-37 2024-09-13T14:27:39.788 INFO:tasks.rados.rados.0.smithi071.stdout:1618: oid 37 updating version 0 to 484 2024-09-13T14:27:39.788 INFO:tasks.rados.rados.0.smithi071.stdout:1618: oid 37 updating version 484 to 485 2024-09-13T14:27:39.788 INFO:tasks.rados.rados.0.smithi071.stdout:1618: oid 37 version 485 is already newer than 483 2024-09-13T14:27:39.788 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 37 v 485 (ObjNum 616 snap 203 seq_num 616) dirty exists 2024-09-13T14:27:39.789 INFO:tasks.rados.rados.0.smithi071.stdout:1618: left oid 37 (ObjNum 616 snap 203 seq_num 616) 2024-09-13T14:27:39.789 INFO:tasks.rados.rados.0.smithi071.stdout:1621: expect (ObjNum 523 snap 172 seq_num 523) 2024-09-13T14:27:39.881 INFO:tasks.rados.rados.0.smithi071.stdout:1623: finishing write tid 1 to smithi07185159-41 2024-09-13T14:27:39.882 INFO:tasks.rados.rados.0.smithi071.stdout:1623: finishing write tid 2 to smithi07185159-41 2024-09-13T14:27:39.882 INFO:tasks.rados.rados.0.smithi071.stdout:1623: finishing write tid 3 to smithi07185159-41 2024-09-13T14:27:39.882 INFO:tasks.rados.rados.0.smithi071.stdout:1623: finishing write tid 4 to smithi07185159-41 2024-09-13T14:27:39.882 INFO:tasks.rados.rados.0.smithi071.stdout:1623: oid 41 updating version 0 to 1037 2024-09-13T14:27:39.882 INFO:tasks.rados.rados.0.smithi071.stdout:1623: oid 41 updating version 1037 to 1038 2024-09-13T14:27:39.882 INFO:tasks.rados.rados.0.smithi071.stdout:1623: oid 41 updating version 1038 to 1039 2024-09-13T14:27:39.882 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 41 v 1039 (ObjNum 617 snap 203 seq_num 617) dirty exists 2024-09-13T14:27:39.882 INFO:tasks.rados.rados.0.smithi071.stdout:1623: left oid 41 (ObjNum 617 snap 203 seq_num 617) 2024-09-13T14:27:39.882 INFO:tasks.rados.rados.0.smithi071.stdout:1625: expect (ObjNum 379 snap 120 seq_num 379) 2024-09-13T14:27:40.168 DEBUG:teuthology.orchestra.run.smithi071:> 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 18f8172c-71da-11ef-bceb-c7b262605968 -e sha1=d58f73069a8157a9ace12a0247ee3e8497707ea9 -- bash -c 'echo wait for majority of mons to upgrade' 2024-09-13T14:27:40.367 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:27:40.797 INFO:tasks.rados.rados.0.smithi071.stdout:1618: done (5 left) 2024-09-13T14:27:40.797 INFO:tasks.rados.rados.0.smithi071.stdout:1620: done (4 left) 2024-09-13T14:27:40.798 INFO:tasks.rados.rados.0.smithi071.stdout:1621: done (3 left) 2024-09-13T14:27:40.798 INFO:tasks.rados.rados.0.smithi071.stdout:1623: done (2 left) 2024-09-13T14:27:40.798 INFO:tasks.rados.rados.0.smithi071.stdout:1625: done (1 left) 2024-09-13T14:27:40.798 INFO:tasks.rados.rados.0.smithi071.stdout:1626: done (0 left) 2024-09-13T14:27:40.798 INFO:tasks.rados.rados.0.smithi071.stdout:1627: snap_remove snap 195 2024-09-13T14:27:40.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:40 smithi104 ceph-mon[33426]: osdmap e480: 8 total, 8 up, 8 in 2024-09-13T14:27:40.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:40 smithi104 ceph-mon[33426]: pgmap v170: 89 pgs: 89 active+clean; 111 MiB data, 542 MiB used, 715 GiB / 715 GiB avail; 2.9 MiB/s rd, 513 KiB/s wr, 5 op/s 2024-09-13T14:27:41.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:40 smithi071 ceph-mon[107477]: osdmap e480: 8 total, 8 up, 8 in 2024-09-13T14:27:41.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:40 smithi071 ceph-mon[107477]: pgmap v170: 89 pgs: 89 active+clean; 111 MiB data, 542 MiB used, 715 GiB / 715 GiB avail; 2.9 MiB/s rd, 513 KiB/s wr, 5 op/s 2024-09-13T14:27:41.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:40 smithi071 ceph-mon[112785]: osdmap e480: 8 total, 8 up, 8 in 2024-09-13T14:27:41.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:40 smithi071 ceph-mon[112785]: pgmap v170: 89 pgs: 89 active+clean; 111 MiB data, 542 MiB used, 715 GiB / 715 GiB avail; 2.9 MiB/s rd, 513 KiB/s wr, 5 op/s 2024-09-13T14:27:41.799 INFO:tasks.rados.rados.0.smithi071.stdout:1627: done (0 left) 2024-09-13T14:27:41.799 INFO:tasks.rados.rados.0.smithi071.stdout:1628: read oid 34 snap -1 2024-09-13T14:27:41.799 INFO:tasks.rados.rados.0.smithi071.stdout:1628: expect deleted 2024-09-13T14:27:41.799 INFO:tasks.rados.rados.0.smithi071.stdout:1629: read oid 35 snap -1 2024-09-13T14:27:41.799 INFO:tasks.rados.rados.0.smithi071.stdout:1629: expect deleted 2024-09-13T14:27:41.800 INFO:tasks.rados.rados.0.smithi071.stdout:1630: read oid 30 snap -1 2024-09-13T14:27:41.800 INFO:tasks.rados.rados.0.smithi071.stdout:1630: expect (ObjNum 592 snap 193 seq_num 592) 2024-09-13T14:27:41.800 INFO:tasks.rados.rados.0.smithi071.stdout:1631: delete oid 14 current snap is 204 2024-09-13T14:27:41.813 INFO:tasks.rados.rados.0.smithi071.stdout:1628: done (3 left) 2024-09-13T14:27:41.813 INFO:tasks.rados.rados.0.smithi071.stdout:1629: done (2 left) 2024-09-13T14:27:41.813 INFO:tasks.rados.rados.0.smithi071.stdout:1631: done (1 left) 2024-09-13T14:27:41.813 INFO:tasks.rados.rados.0.smithi071.stdout:1632: delete oid 26 current snap is 204 2024-09-13T14:27:41.814 INFO:tasks.rados.rados.0.smithi071.stdout:1630: expect (ObjNum 592 snap 193 seq_num 592) 2024-09-13T14:27:42.037 INFO:tasks.rados.rados.0.smithi071.stdout:1630: done (1 left) 2024-09-13T14:27:42.037 INFO:tasks.rados.rados.0.smithi071.stdout:1632: done (0 left) 2024-09-13T14:27:42.037 INFO:tasks.rados.rados.0.smithi071.stdout:1633: read oid 13 snap -1 2024-09-13T14:27:42.037 INFO:tasks.rados.rados.0.smithi071.stdout:1633: expect (ObjNum 613 snap 200 seq_num 613) 2024-09-13T14:27:42.037 INFO:tasks.rados.rados.0.smithi071.stdout:1634: read oid 46 snap -1 2024-09-13T14:27:42.037 INFO:tasks.rados.rados.0.smithi071.stdout:1634: expect (ObjNum 488 snap 160 seq_num 488) 2024-09-13T14:27:42.037 INFO:tasks.rados.rados.0.smithi071.stdout:1635: write oid 39 current snap is 204 2024-09-13T14:27:42.038 INFO:tasks.rados.rados.0.smithi071.stdout:1635: seq_num 620 ranges {420340=478973,1597777=512212} 2024-09-13T14:27:42.041 INFO:tasks.rados.rados.0.smithi071.stdout:1635: writing smithi07185159-39 from 420340 to 899313 tid 1 2024-09-13T14:27:42.048 INFO:tasks.rados.rados.0.smithi071.stdout:1635: writing smithi07185159-39 from 1597777 to 2109989 tid 2 2024-09-13T14:27:42.048 INFO:tasks.rados.rados.0.smithi071.stdout:1636: delete oid 22 current snap is 204 2024-09-13T14:27:42.048 INFO:tasks.rados.rados.0.smithi071.stdout:1633: expect (ObjNum 613 snap 200 seq_num 613) 2024-09-13T14:27:42.065 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:41 smithi071 ceph-mon[107477]: osdmap e481: 8 total, 8 up, 8 in 2024-09-13T14:27:42.066 INFO:teuthology.orchestra.run.smithi071.stdout:wait for majority of mons to upgrade 2024-09-13T14:27:42.066 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:41 smithi071 ceph-mon[112785]: osdmap e481: 8 total, 8 up, 8 in 2024-09-13T14:27:42.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:41 smithi104 ceph-mon[33426]: osdmap e481: 8 total, 8 up, 8 in 2024-09-13T14:27:42.227 INFO:tasks.rados.rados.0.smithi071.stdout:1635: finishing write tid 1 to smithi07185159-39 2024-09-13T14:27:42.227 INFO:tasks.rados.rados.0.smithi071.stdout:1634: expect (ObjNum 488 snap 160 seq_num 488) 2024-09-13T14:27:42.409 INFO:tasks.rados.rados.0.smithi071.stdout:1635: finishing write tid 2 to smithi07185159-39 2024-09-13T14:27:42.410 INFO:tasks.rados.rados.0.smithi071.stdout:1635: finishing write tid 3 to smithi07185159-39 2024-09-13T14:27:42.410 INFO:tasks.rados.rados.0.smithi071.stdout:1635: finishing write tid 4 to smithi07185159-39 2024-09-13T14:27:42.410 INFO:tasks.rados.rados.0.smithi071.stdout:1635: oid 39 updating version 0 to 847 2024-09-13T14:27:42.410 INFO:tasks.rados.rados.0.smithi071.stdout:1635: oid 39 updating version 847 to 849 2024-09-13T14:27:42.410 INFO:tasks.rados.rados.0.smithi071.stdout:1635: oid 39 version 849 is already newer than 848 2024-09-13T14:27:42.410 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 39 v 849 (ObjNum 620 snap 204 seq_num 620) dirty exists 2024-09-13T14:27:42.410 INFO:tasks.rados.rados.0.smithi071.stdout:1635: left oid 39 (ObjNum 620 snap 204 seq_num 620) 2024-09-13T14:27:42.410 INFO:tasks.rados.rados.0.smithi071.stdout:1633: done (3 left) 2024-09-13T14:27:42.410 INFO:tasks.rados.rados.0.smithi071.stdout:1634: done (2 left) 2024-09-13T14:27:42.410 INFO:tasks.rados.rados.0.smithi071.stdout:1635: done (1 left) 2024-09-13T14:27:42.410 INFO:tasks.rados.rados.0.smithi071.stdout:1636: done (0 left) 2024-09-13T14:27:42.410 INFO:tasks.rados.rados.0.smithi071.stdout:1637: read oid 36 snap 203 2024-09-13T14:27:42.410 INFO:tasks.rados.rados.0.smithi071.stdout:1637: expect deleted 2024-09-13T14:27:42.410 INFO:tasks.rados.rados.0.smithi071.stdout:1638: snap_remove snap 201 2024-09-13T14:27:42.739 DEBUG:teuthology.orchestra.run.smithi071:> 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 18f8172c-71da-11ef-bceb-c7b262605968 -e sha1=d58f73069a8157a9ace12a0247ee3e8497707ea9 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types mon --limit 1' 2024-09-13T14:27:42.815 INFO:tasks.rados.rados.0.smithi071.stdout:1638: done (1 left) 2024-09-13T14:27:42.815 INFO:tasks.rados.rados.0.smithi071.stdout:1639: delete oid 25 current snap is 204 2024-09-13T14:27:42.819 INFO:tasks.rados.rados.0.smithi071.stdout:1637: done (1 left) 2024-09-13T14:27:42.819 INFO:tasks.rados.rados.0.smithi071.stdout:1639: done (0 left) 2024-09-13T14:27:42.819 INFO:tasks.rados.rados.0.smithi071.stdout:1640: read oid 27 snap 200 2024-09-13T14:27:42.820 INFO:tasks.rados.rados.0.smithi071.stdout:1640: expect (ObjNum 558 snap 179 seq_num 558) 2024-09-13T14:27:42.820 INFO:tasks.rados.rados.0.smithi071.stdout:1641: read oid 4 snap -1 2024-09-13T14:27:42.820 INFO:tasks.rados.rados.0.smithi071.stdout:1641: expect deleted 2024-09-13T14:27:42.820 INFO:tasks.rados.rados.0.smithi071.stdout:1642: read oid 28 snap -1 2024-09-13T14:27:42.820 INFO:tasks.rados.rados.0.smithi071.stdout:1642: expect deleted 2024-09-13T14:27:42.820 INFO:tasks.rados.rados.0.smithi071.stdout:1643: snap_remove snap 203 2024-09-13T14:27:42.940 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:27:43.062 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:42 smithi071 ceph-mon[107477]: osdmap e482: 8 total, 8 up, 8 in 2024-09-13T14:27:43.062 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:42 smithi071 ceph-mon[107477]: pgmap v173: 89 pgs: 89 active+clean; 112 MiB data, 546 MiB used, 715 GiB / 715 GiB avail; 6.3 MiB/s rd, 770 KiB/s wr, 9 op/s 2024-09-13T14:27:43.062 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:27:42 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:27:42] "GET /metrics HTTP/1.1" 200 36273 "" "Prometheus/2.51.0" 2024-09-13T14:27:43.063 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:42 smithi071 ceph-mon[112785]: osdmap e482: 8 total, 8 up, 8 in 2024-09-13T14:27:43.063 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:42 smithi071 ceph-mon[112785]: pgmap v173: 89 pgs: 89 active+clean; 112 MiB data, 546 MiB used, 715 GiB / 715 GiB avail; 6.3 MiB/s rd, 770 KiB/s wr, 9 op/s 2024-09-13T14:27:43.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:42 smithi104 ceph-mon[33426]: osdmap e482: 8 total, 8 up, 8 in 2024-09-13T14:27:43.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:42 smithi104 ceph-mon[33426]: pgmap v173: 89 pgs: 89 active+clean; 112 MiB data, 546 MiB used, 715 GiB / 715 GiB avail; 6.3 MiB/s rd, 770 KiB/s wr, 9 op/s 2024-09-13T14:27:43.829 INFO:tasks.rados.rados.0.smithi071.stdout:1643: done (3 left) 2024-09-13T14:27:43.829 INFO:tasks.rados.rados.0.smithi071.stdout:1644: write oid 34 current snap is 204 2024-09-13T14:27:43.829 INFO:tasks.rados.rados.0.smithi071.stdout:1644: seq_num 623 ranges {470761=704720,1656870=659539} 2024-09-13T14:27:43.832 INFO:tasks.rados.rados.0.smithi071.stdout:1644: writing smithi07185159-34 from 470761 to 1175481 tid 1 2024-09-13T14:27:43.838 INFO:tasks.rados.rados.0.smithi071.stdout:1644: writing smithi07185159-34 from 1656870 to 2316409 tid 2 2024-09-13T14:27:43.839 INFO:tasks.rados.rados.0.smithi071.stdout:1645: read oid 33 snap -1 2024-09-13T14:27:43.839 INFO:tasks.rados.rados.0.smithi071.stdout:1645: expect (ObjNum 507 snap 166 seq_num 507) 2024-09-13T14:27:43.839 INFO:tasks.rados.rados.0.smithi071.stdout:1646: snap_create 2024-09-13T14:27:43.839 INFO:tasks.rados.rados.0.smithi071.stdout:1640: expect (ObjNum 558 snap 179 seq_num 558) 2024-09-13T14:27:43.949 INFO:tasks.rados.rados.0.smithi071.stdout:1644: finishing write tid 1 to smithi07185159-34 2024-09-13T14:27:43.949 INFO:tasks.rados.rados.0.smithi071.stdout:1644: finishing write tid 2 to smithi07185159-34 2024-09-13T14:27:43.949 INFO:tasks.rados.rados.0.smithi071.stdout:1644: finishing write tid 3 to smithi07185159-34 2024-09-13T14:27:43.949 INFO:tasks.rados.rados.0.smithi071.stdout:1644: finishing write tid 4 to smithi07185159-34 2024-09-13T14:27:43.950 INFO:tasks.rados.rados.0.smithi071.stdout:1644: oid 34 updating version 0 to 251 2024-09-13T14:27:43.950 INFO:tasks.rados.rados.0.smithi071.stdout:1644: oid 34 version 251 is already newer than 250 2024-09-13T14:27:43.950 INFO:tasks.rados.rados.0.smithi071.stdout:1644: oid 34 version 251 is already newer than 249 2024-09-13T14:27:43.950 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 34 v 251 (ObjNum 623 snap 204 seq_num 623) dirty exists 2024-09-13T14:27:43.950 INFO:tasks.rados.rados.0.smithi071.stdout:1644: left oid 34 (ObjNum 623 snap 204 seq_num 623) 2024-09-13T14:27:43.951 INFO:tasks.rados.rados.0.smithi071.stdout:1645: expect (ObjNum 507 snap 166 seq_num 507) 2024-09-13T14:27:44.101 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:43 smithi071 ceph-mon[107477]: osdmap e483: 8 total, 8 up, 8 in 2024-09-13T14:27:44.102 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:43 smithi071 ceph-mon[112785]: osdmap e483: 8 total, 8 up, 8 in 2024-09-13T14:27:44.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:43 smithi104 ceph-mon[33426]: osdmap e483: 8 total, 8 up, 8 in 2024-09-13T14:27:44.829 INFO:tasks.rados.rados.0.smithi071.stdout:1640: done (5 left) 2024-09-13T14:27:44.829 INFO:tasks.rados.rados.0.smithi071.stdout:1641: done (4 left) 2024-09-13T14:27:44.829 INFO:tasks.rados.rados.0.smithi071.stdout:1642: done (3 left) 2024-09-13T14:27:44.829 INFO:tasks.rados.rados.0.smithi071.stdout:1644: done (2 left) 2024-09-13T14:27:44.829 INFO:tasks.rados.rados.0.smithi071.stdout:1645: done (1 left) 2024-09-13T14:27:44.829 INFO:tasks.rados.rados.0.smithi071.stdout:1646: done (0 left) 2024-09-13T14:27:44.829 INFO:tasks.rados.rados.0.smithi071.stdout:1647: rollback oid 21 current snap is 205 2024-09-13T14:27:44.830 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 21 to 204 2024-09-13T14:27:44.830 INFO:tasks.rados.rados.0.smithi071.stdout:1648: rollback oid 48 current snap is 205 2024-09-13T14:27:44.830 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 48 to 200 2024-09-13T14:27:44.830 INFO:tasks.rados.rados.0.smithi071.stdout:1649: snap_create 2024-09-13T14:27:44.830 INFO:tasks.rados.rados.0.smithi071.stdout:1648: finishing rollback tid 1 to smithi07185159-48 2024-09-13T14:27:44.830 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 48 v 0 (ObjNum 81 snap 0 seq_num 1) dirty dne 2024-09-13T14:27:44.833 INFO:tasks.rados.rados.0.smithi071.stdout:1647: finishing rollback tid 0 to smithi07185159-21 2024-09-13T14:27:44.833 INFO:tasks.rados.rados.0.smithi071.stdout:1647: finishing rollback tid 1 to smithi07185159-21 2024-09-13T14:27:44.833 INFO:tasks.rados.rados.0.smithi071.stdout:1647: finishing rollback tid 2 to smithi07185159-21 2024-09-13T14:27:44.833 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 21 v 741 (ObjNum 577 snap 188 seq_num 577) dirty exists 2024-09-13T14:27:45.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:44 smithi071 ceph-mon[107477]: osdmap e484: 8 total, 8 up, 8 in 2024-09-13T14:27:45.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:44 smithi071 ceph-mon[107477]: pgmap v176: 89 pgs: 89 active+clean; 112 MiB data, 546 MiB used, 715 GiB / 715 GiB avail; 3.4 MiB/s rd, 257 KiB/s wr, 3 op/s 2024-09-13T14:27:45.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:44 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:27:45.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:44 smithi071 ceph-mon[112785]: osdmap e484: 8 total, 8 up, 8 in 2024-09-13T14:27:45.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:44 smithi071 ceph-mon[112785]: pgmap v176: 89 pgs: 89 active+clean; 112 MiB data, 546 MiB used, 715 GiB / 715 GiB avail; 3.4 MiB/s rd, 257 KiB/s wr, 3 op/s 2024-09-13T14:27:45.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:44 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:27:45.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:44 smithi104 ceph-mon[33426]: osdmap e484: 8 total, 8 up, 8 in 2024-09-13T14:27:45.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:44 smithi104 ceph-mon[33426]: pgmap v176: 89 pgs: 89 active+clean; 112 MiB data, 546 MiB used, 715 GiB / 715 GiB avail; 3.4 MiB/s rd, 257 KiB/s wr, 3 op/s 2024-09-13T14:27:45.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:44 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:27:45.829 INFO:tasks.rados.rados.0.smithi071.stdout:1647: done (2 left) 2024-09-13T14:27:45.829 INFO:tasks.rados.rados.0.smithi071.stdout:1648: done (1 left) 2024-09-13T14:27:45.830 INFO:tasks.rados.rados.0.smithi071.stdout:1649: done (0 left) 2024-09-13T14:27:45.830 INFO:tasks.rados.rados.0.smithi071.stdout:1650: write oid 40 current snap is 206 2024-09-13T14:27:45.830 INFO:tasks.rados.rados.0.smithi071.stdout:1650: seq_num 624 ranges {487568=496322,1431705=519550} 2024-09-13T14:27:45.834 INFO:tasks.rados.rados.0.smithi071.stdout:1650: writing smithi07185159-40 from 487568 to 983890 tid 1 2024-09-13T14:27:45.841 INFO:tasks.rados.rados.0.smithi071.stdout:1650: writing smithi07185159-40 from 1431705 to 1951255 tid 2 2024-09-13T14:27:45.841 INFO:tasks.rados.rados.0.smithi071.stdout:1651: rollback oid 8 current snap is 206 2024-09-13T14:27:45.841 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 8 to 205 2024-09-13T14:27:45.841 INFO:tasks.rados.rados.0.smithi071.stdout:1652: write oid 47 current snap is 206 2024-09-13T14:27:45.841 INFO:tasks.rados.rados.0.smithi071.stdout:1652: seq_num 625 ranges {504375=571571,1490187=663208} 2024-09-13T14:27:45.847 INFO:tasks.rados.rados.0.smithi071.stdout:1652: writing smithi07185159-47 from 504375 to 1075946 tid 1 2024-09-13T14:27:45.853 INFO:tasks.rados.rados.0.smithi071.stdout:1652: writing smithi07185159-47 from 1490187 to 2153395 tid 2 2024-09-13T14:27:45.853 INFO:tasks.rados.rados.0.smithi071.stdout:1653: read oid 7 snap -1 2024-09-13T14:27:45.853 INFO:tasks.rados.rados.0.smithi071.stdout:1653: expect (ObjNum 576 snap 188 seq_num 576) 2024-09-13T14:27:45.853 INFO:tasks.rados.rados.0.smithi071.stdout:1654: write oid 13 current snap is 206 2024-09-13T14:27:45.853 INFO:tasks.rados.rados.0.smithi071.stdout:1651: finishing rollback tid 0 to smithi07185159-8 2024-09-13T14:27:45.854 INFO:tasks.rados.rados.0.smithi071.stdout:1650: finishing write tid 1 to smithi07185159-40 2024-09-13T14:27:45.854 INFO:tasks.rados.rados.0.smithi071.stdout:1651: finishing rollback tid 1 to smithi07185159-8 2024-09-13T14:27:45.854 INFO:tasks.rados.rados.0.smithi071.stdout:1650: finishing write tid 2 to smithi07185159-40 2024-09-13T14:27:45.854 INFO:tasks.rados.rados.0.smithi071.stdout:1654: seq_num 626 ranges {521182=646820,1948669=523219} 2024-09-13T14:27:45.859 INFO:tasks.rados.rados.0.smithi071.stdout:1654: writing smithi07185159-13 from 521182 to 1168002 tid 1 2024-09-13T14:27:45.867 INFO:tasks.rados.rados.0.smithi071.stdout:1654: writing smithi07185159-13 from 1948669 to 2471888 tid 2 2024-09-13T14:27:45.867 INFO:tasks.rados.rados.0.smithi071.stdout:1655: write oid 27 current snap is 206 2024-09-13T14:27:45.867 INFO:tasks.rados.rados.0.smithi071.stdout:1650: finishing write tid 3 to smithi07185159-40 2024-09-13T14:27:45.868 INFO:tasks.rados.rados.0.smithi071.stdout:1655: seq_num 627 ranges {537989=722069,1890798=647191} 2024-09-13T14:27:45.874 INFO:tasks.rados.rados.0.smithi071.stdout:1655: writing smithi07185159-27 from 537989 to 1260058 tid 1 2024-09-13T14:27:45.881 INFO:tasks.rados.rados.0.smithi071.stdout:1655: writing smithi07185159-27 from 1890798 to 2537989 tid 2 2024-09-13T14:27:45.881 INFO:tasks.rados.rados.0.smithi071.stdout:1656: read oid 20 snap -1 2024-09-13T14:27:45.881 INFO:tasks.rados.rados.0.smithi071.stdout:1656: expect deleted 2024-09-13T14:27:45.881 INFO:tasks.rados.rados.0.smithi071.stdout:1657: snap_remove snap 200 2024-09-13T14:27:46.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:45 smithi071 ceph-mon[107477]: osdmap e485: 8 total, 8 up, 8 in 2024-09-13T14:27:46.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:45 smithi071 ceph-mon[107477]: from='client.44108 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d58f73069a8157a9ace12a0247ee3e8497707ea9", "daemon_types": "mon", "limit": 1, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:27:46.098 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:45 smithi071 ceph-mon[112785]: osdmap e485: 8 total, 8 up, 8 in 2024-09-13T14:27:46.098 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:45 smithi071 ceph-mon[112785]: from='client.44108 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d58f73069a8157a9ace12a0247ee3e8497707ea9", "daemon_types": "mon", "limit": 1, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:27:46.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:45 smithi104 ceph-mon[33426]: osdmap e485: 8 total, 8 up, 8 in 2024-09-13T14:27:46.180 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:45 smithi104 ceph-mon[33426]: from='client.44108 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d58f73069a8157a9ace12a0247ee3e8497707ea9", "daemon_types": "mon", "limit": 1, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:27:46.766 INFO:teuthology.orchestra.run.smithi071.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:d58f73069a8157a9ace12a0247ee3e8497707ea9 2024-09-13T14:27:46.848 INFO:tasks.rados.rados.0.smithi071.stdout:1657: done (7 left) 2024-09-13T14:27:46.848 INFO:tasks.rados.rados.0.smithi071.stdout:1658: read oid 2 snap 204 2024-09-13T14:27:46.849 INFO:tasks.rados.rados.0.smithi071.stdout:1658: expect deleted 2024-09-13T14:27:46.849 INFO:tasks.rados.rados.0.smithi071.stdout:1659: snap_create 2024-09-13T14:27:46.849 INFO:tasks.rados.rados.0.smithi071.stdout:1651: finishing rollback tid 2 to smithi07185159-8 2024-09-13T14:27:46.849 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 8 v 422 (ObjNum 556 snap 178 seq_num 556) dirty exists 2024-09-13T14:27:46.849 INFO:tasks.rados.rados.0.smithi071.stdout:1650: finishing write tid 4 to smithi07185159-40 2024-09-13T14:27:46.849 INFO:tasks.rados.rados.0.smithi071.stdout:1650: oid 40 updating version 0 to 376 2024-09-13T14:27:46.849 INFO:tasks.rados.rados.0.smithi071.stdout:1650: oid 40 updating version 376 to 377 2024-09-13T14:27:46.849 INFO:tasks.rados.rados.0.smithi071.stdout:1650: oid 40 updating version 377 to 378 2024-09-13T14:27:46.849 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 40 v 378 (ObjNum 624 snap 206 seq_num 624) dirty exists 2024-09-13T14:27:46.849 INFO:tasks.rados.rados.0.smithi071.stdout:1650: left oid 40 (ObjNum 624 snap 206 seq_num 624) 2024-09-13T14:27:46.849 INFO:tasks.rados.rados.0.smithi071.stdout:1652: finishing write tid 1 to smithi07185159-47 2024-09-13T14:27:46.849 INFO:tasks.rados.rados.0.smithi071.stdout:1653: expect (ObjNum 576 snap 188 seq_num 576) 2024-09-13T14:27:47.047 INFO:tasks.rados.rados.0.smithi071.stdout:1652: finishing write tid 2 to smithi07185159-47 2024-09-13T14:27:47.047 INFO:tasks.rados.rados.0.smithi071.stdout:1652: finishing write tid 3 to smithi07185159-47 2024-09-13T14:27:47.047 INFO:tasks.rados.rados.0.smithi071.stdout:1652: finishing write tid 4 to smithi07185159-47 2024-09-13T14:27:47.047 INFO:tasks.rados.rados.0.smithi071.stdout:1652: oid 47 updating version 0 to 744 2024-09-13T14:27:47.047 INFO:tasks.rados.rados.0.smithi071.stdout:1652: oid 47 version 744 is already newer than 743 2024-09-13T14:27:47.048 INFO:tasks.rados.rados.0.smithi071.stdout:1652: oid 47 version 744 is already newer than 742 2024-09-13T14:27:47.048 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 47 v 744 (ObjNum 625 snap 206 seq_num 625) dirty exists 2024-09-13T14:27:47.048 INFO:tasks.rados.rados.0.smithi071.stdout:1652: left oid 47 (ObjNum 625 snap 206 seq_num 625) 2024-09-13T14:27:47.048 INFO:tasks.rados.rados.0.smithi071.stdout:1654: finishing write tid 1 to smithi07185159-13 2024-09-13T14:27:47.048 INFO:tasks.rados.rados.0.smithi071.stdout:1654: finishing write tid 2 to smithi07185159-13 2024-09-13T14:27:47.048 INFO:tasks.rados.rados.0.smithi071.stdout:1654: finishing write tid 3 to smithi07185159-13 2024-09-13T14:27:47.048 INFO:tasks.rados.rados.0.smithi071.stdout:1654: finishing write tid 4 to smithi07185159-13 2024-09-13T14:27:47.048 INFO:tasks.rados.rados.0.smithi071.stdout:1654: oid 13 updating version 0 to 871 2024-09-13T14:27:47.048 INFO:tasks.rados.rados.0.smithi071.stdout:1654: oid 13 version 871 is already newer than 870 2024-09-13T14:27:47.048 INFO:tasks.rados.rados.0.smithi071.stdout:1654: oid 13 version 871 is already newer than 869 2024-09-13T14:27:47.048 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 13 v 871 (ObjNum 626 snap 206 seq_num 626) dirty exists 2024-09-13T14:27:47.048 INFO:tasks.rados.rados.0.smithi071.stdout:1654: left oid 13 (ObjNum 626 snap 206 seq_num 626) 2024-09-13T14:27:47.048 INFO:tasks.rados.rados.0.smithi071.stdout:1655: finishing write tid 1 to smithi07185159-27 2024-09-13T14:27:47.049 INFO:tasks.rados.rados.0.smithi071.stdout:1655: finishing write tid 2 to smithi07185159-27 2024-09-13T14:27:47.049 INFO:tasks.rados.rados.0.smithi071.stdout:1655: finishing write tid 3 to smithi07185159-27 2024-09-13T14:27:47.049 INFO:tasks.rados.rados.0.smithi071.stdout:1655: finishing write tid 4 to smithi07185159-27 2024-09-13T14:27:47.049 INFO:tasks.rados.rados.0.smithi071.stdout:1655: oid 27 updating version 0 to 873 2024-09-13T14:27:47.049 INFO:tasks.rados.rados.0.smithi071.stdout:1655: oid 27 updating version 873 to 874 2024-09-13T14:27:47.049 INFO:tasks.rados.rados.0.smithi071.stdout:1655: oid 27 updating version 874 to 875 2024-09-13T14:27:47.049 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 27 v 875 (ObjNum 627 snap 206 seq_num 627) dirty exists 2024-09-13T14:27:47.049 INFO:tasks.rados.rados.0.smithi071.stdout:1655: left oid 27 (ObjNum 627 snap 206 seq_num 627) 2024-09-13T14:27:47.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:46 smithi071 ceph-mon[107477]: osdmap e486: 8 total, 8 up, 8 in 2024-09-13T14:27:47.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:46 smithi071 ceph-mon[107477]: pgmap v179: 89 pgs: 89 active+clean; 97 MiB data, 520 MiB used, 715 GiB / 715 GiB avail; 13 MiB/s rd, 576 KiB/s wr, 14 op/s 2024-09-13T14:27:47.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:46 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:27:47.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:46 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:27:47.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:46 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:27:47.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:46 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:27:47.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:46 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:27:47.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:46 smithi071 ceph-mon[112785]: osdmap e486: 8 total, 8 up, 8 in 2024-09-13T14:27:47.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:46 smithi071 ceph-mon[112785]: pgmap v179: 89 pgs: 89 active+clean; 97 MiB data, 520 MiB used, 715 GiB / 715 GiB avail; 13 MiB/s rd, 576 KiB/s wr, 14 op/s 2024-09-13T14:27:47.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:46 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:27:47.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:46 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:27:47.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:46 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:27:47.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:46 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:27:47.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:46 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:27:47.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:46 smithi104 ceph-mon[33426]: osdmap e486: 8 total, 8 up, 8 in 2024-09-13T14:27:47.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:46 smithi104 ceph-mon[33426]: pgmap v179: 89 pgs: 89 active+clean; 97 MiB data, 520 MiB used, 715 GiB / 715 GiB avail; 13 MiB/s rd, 576 KiB/s wr, 14 op/s 2024-09-13T14:27:47.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:46 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:27:47.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:46 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:27:47.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:46 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:27:47.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:46 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:27:47.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:46 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:27:47.467 DEBUG:teuthology.orchestra.run.smithi071:> 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 18f8172c-71da-11ef-bceb-c7b262605968 -e sha1=d58f73069a8157a9ace12a0247ee3e8497707ea9 -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true && ! ceph orch upgrade status | jq '"'"'.message'"'"' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done' 2024-09-13T14:27:47.681 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:27:47.788 INFO:tasks.rados.rados.0.smithi071.stdout:1650: done (8 left) 2024-09-13T14:27:47.789 INFO:tasks.rados.rados.0.smithi071.stdout:1651: done (7 left) 2024-09-13T14:27:47.789 INFO:tasks.rados.rados.0.smithi071.stdout:1652: done (6 left) 2024-09-13T14:27:47.789 INFO:tasks.rados.rados.0.smithi071.stdout:1653: done (5 left) 2024-09-13T14:27:47.789 INFO:tasks.rados.rados.0.smithi071.stdout:1654: done (4 left) 2024-09-13T14:27:47.789 INFO:tasks.rados.rados.0.smithi071.stdout:1655: done (3 left) 2024-09-13T14:27:47.789 INFO:tasks.rados.rados.0.smithi071.stdout:1656: done (2 left) 2024-09-13T14:27:47.789 INFO:tasks.rados.rados.0.smithi071.stdout:1658: done (1 left) 2024-09-13T14:27:47.789 INFO:tasks.rados.rados.0.smithi071.stdout:1659: done (0 left) 2024-09-13T14:27:47.789 INFO:tasks.rados.rados.0.smithi071.stdout:1660: delete oid 27 current snap is 207 2024-09-13T14:27:47.793 INFO:tasks.rados.rados.0.smithi071.stdout:1660: done (0 left) 2024-09-13T14:27:47.793 INFO:tasks.rados.rados.0.smithi071.stdout:1661: delete oid 15 current snap is 207 2024-09-13T14:27:47.799 INFO:tasks.rados.rados.0.smithi071.stdout:1661: done (0 left) 2024-09-13T14:27:47.799 INFO:tasks.rados.rados.0.smithi071.stdout:1662: snap_remove snap 206 2024-09-13T14:27:48.134 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:47 smithi071 ceph-mon[107477]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d58f73069a8157a9ace12a0247ee3e8497707ea9 2024-09-13T14:27:48.134 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:47 smithi071 ceph-mon[107477]: osdmap e487: 8 total, 8 up, 8 in 2024-09-13T14:27:48.134 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:47 smithi071 ceph-mon[107477]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d58f73069a8157a9ace12a0247ee3e8497707ea9 2024-09-13T14:27:48.134 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:47 smithi071 ceph-mon[107477]: osdmap e488: 8 total, 8 up, 8 in 2024-09-13T14:27:48.134 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:47 smithi071 ceph-mon[112785]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d58f73069a8157a9ace12a0247ee3e8497707ea9 2024-09-13T14:27:48.134 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:47 smithi071 ceph-mon[112785]: osdmap e487: 8 total, 8 up, 8 in 2024-09-13T14:27:48.135 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:47 smithi071 ceph-mon[112785]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d58f73069a8157a9ace12a0247ee3e8497707ea9 2024-09-13T14:27:48.135 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:47 smithi071 ceph-mon[112785]: osdmap e488: 8 total, 8 up, 8 in 2024-09-13T14:27:48.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:47 smithi104 ceph-mon[33426]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d58f73069a8157a9ace12a0247ee3e8497707ea9 2024-09-13T14:27:48.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:47 smithi104 ceph-mon[33426]: osdmap e487: 8 total, 8 up, 8 in 2024-09-13T14:27:48.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:47 smithi104 ceph-mon[33426]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d58f73069a8157a9ace12a0247ee3e8497707ea9 2024-09-13T14:27:48.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:47 smithi104 ceph-mon[33426]: osdmap e488: 8 total, 8 up, 8 in 2024-09-13T14:27:48.789 INFO:tasks.rados.rados.0.smithi071.stdout:1662: done (0 left) 2024-09-13T14:27:48.790 INFO:tasks.rados.rados.0.smithi071.stdout:1663: read oid 37 snap 204 2024-09-13T14:27:48.790 INFO:tasks.rados.rados.0.smithi071.stdout:1663: expect (ObjNum 616 snap 203 seq_num 616) 2024-09-13T14:27:48.790 INFO:tasks.rados.rados.0.smithi071.stdout:1664: rollback oid 14 current snap is 207 2024-09-13T14:27:48.790 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 14 to 204 2024-09-13T14:27:48.790 INFO:tasks.rados.rados.0.smithi071.stdout:1665: write oid 30 current snap is 207 2024-09-13T14:27:48.790 INFO:tasks.rados.rados.0.smithi071.stdout:1665: seq_num 630 ranges {588410=547816,1666244=414204,2484603=103807} 2024-09-13T14:27:48.795 INFO:tasks.rados.rados.0.smithi071.stdout:1665: writing smithi07185159-30 from 588410 to 1136226 tid 1 2024-09-13T14:27:48.801 INFO:tasks.rados.rados.0.smithi071.stdout:1665: writing smithi07185159-30 from 1666244 to 2080448 tid 2 2024-09-13T14:27:48.804 INFO:tasks.rados.rados.0.smithi071.stdout:1665: writing smithi07185159-30 from 2484603 to 2588410 tid 3 2024-09-13T14:27:48.804 INFO:tasks.rados.rados.0.smithi071.stdout:1666: delete oid 9 current snap is 207 2024-09-13T14:27:48.804 INFO:tasks.rados.rados.0.smithi071.stdout:1664: finishing rollback tid 1 to smithi07185159-14 2024-09-13T14:27:48.804 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 14 v 0 (ObjNum 113 snap 0 seq_num 1) dirty dne 2024-09-13T14:27:48.805 INFO:tasks.rados.rados.0.smithi071.stdout:1663: expect (ObjNum 616 snap 203 seq_num 616) 2024-09-13T14:27:48.911 INFO:tasks.rados.rados.0.smithi071.stdout:1665: finishing write tid 1 to smithi07185159-30 2024-09-13T14:27:48.911 INFO:tasks.rados.rados.0.smithi071.stdout:1665: finishing write tid 2 to smithi07185159-30 2024-09-13T14:27:48.911 INFO:tasks.rados.rados.0.smithi071.stdout:1663: done (3 left) 2024-09-13T14:27:48.911 INFO:tasks.rados.rados.0.smithi071.stdout:1664: done (2 left) 2024-09-13T14:27:48.911 INFO:tasks.rados.rados.0.smithi071.stdout:1666: done (1 left) 2024-09-13T14:27:48.912 INFO:tasks.rados.rados.0.smithi071.stdout:1667: snap_create 2024-09-13T14:27:48.912 INFO:tasks.rados.rados.0.smithi071.stdout:1665: finishing write tid 3 to smithi07185159-30 2024-09-13T14:27:48.912 INFO:tasks.rados.rados.0.smithi071.stdout:1665: finishing write tid 4 to smithi07185159-30 2024-09-13T14:27:48.912 INFO:tasks.rados.rados.0.smithi071.stdout:1665: finishing write tid 5 to smithi07185159-30 2024-09-13T14:27:48.912 INFO:tasks.rados.rados.0.smithi071.stdout:1665: oid 30 updating version 0 to 468 2024-09-13T14:27:48.912 INFO:tasks.rados.rados.0.smithi071.stdout:1665: oid 30 version 468 is already newer than 467 2024-09-13T14:27:48.912 INFO:tasks.rados.rados.0.smithi071.stdout:1665: oid 30 version 468 is already newer than 465 2024-09-13T14:27:48.912 INFO:tasks.rados.rados.0.smithi071.stdout:1665: oid 30 version 468 is already newer than 466 2024-09-13T14:27:48.912 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 30 v 468 (ObjNum 630 snap 207 seq_num 630) dirty exists 2024-09-13T14:27:48.912 INFO:tasks.rados.rados.0.smithi071.stdout:1665: left oid 30 (ObjNum 630 snap 207 seq_num 630) 2024-09-13T14:27:49.046 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:48 smithi071 ceph-mon[107477]: pgmap v182: 89 pgs: 89 active+clean; 97 MiB data, 520 MiB used, 715 GiB / 715 GiB avail; 13 MiB/s rd, 576 KiB/s wr, 14 op/s 2024-09-13T14:27:49.047 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:48 smithi071 ceph-mon[107477]: osdmap e489: 8 total, 8 up, 8 in 2024-09-13T14:27:49.047 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:48 smithi071 ceph-mon[112785]: pgmap v182: 89 pgs: 89 active+clean; 97 MiB data, 520 MiB used, 715 GiB / 715 GiB avail; 13 MiB/s rd, 576 KiB/s wr, 14 op/s 2024-09-13T14:27:49.047 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:48 smithi071 ceph-mon[112785]: osdmap e489: 8 total, 8 up, 8 in 2024-09-13T14:27:49.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:48 smithi104 ceph-mon[33426]: pgmap v182: 89 pgs: 89 active+clean; 97 MiB data, 520 MiB used, 715 GiB / 715 GiB avail; 13 MiB/s rd, 576 KiB/s wr, 14 op/s 2024-09-13T14:27:49.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:48 smithi104 ceph-mon[33426]: osdmap e489: 8 total, 8 up, 8 in 2024-09-13T14:27:49.852 INFO:tasks.rados.rados.0.smithi071.stdout:1665: done (1 left) 2024-09-13T14:27:49.853 INFO:tasks.rados.rados.0.smithi071.stdout:1667: done (0 left) 2024-09-13T14:27:49.853 INFO:tasks.rados.rados.0.smithi071.stdout:1668: write oid 33 current snap is 208 2024-09-13T14:27:49.853 INFO:tasks.rados.rados.0.smithi071.stdout:1668: seq_num 632 ranges {622024=414667,1783208=417873} 2024-09-13T14:27:49.857 INFO:tasks.rados.rados.0.smithi071.stdout:1668: writing smithi07185159-33 from 622024 to 1036691 tid 1 2024-09-13T14:27:49.864 INFO:tasks.rados.rados.0.smithi071.stdout:1668: writing smithi07185159-33 from 1783208 to 2201081 tid 2 2024-09-13T14:27:49.865 INFO:tasks.rados.rados.0.smithi071.stdout:1669: delete oid 15 current snap is 208 2024-09-13T14:27:49.865 INFO:tasks.rados.rados.0.smithi071.stdout:1668: finishing write tid 1 to smithi07185159-33 2024-09-13T14:27:49.867 INFO:tasks.rados.rados.0.smithi071.stdout:1668: finishing write tid 2 to smithi07185159-33 2024-09-13T14:27:49.867 INFO:tasks.rados.rados.0.smithi071.stdout:1669: done (1 left) 2024-09-13T14:27:49.867 INFO:tasks.rados.rados.0.smithi071.stdout:1670: write oid 49 current snap is 208 2024-09-13T14:27:49.868 INFO:tasks.rados.rados.0.smithi071.stdout:1670: seq_num 634 ranges {655638=565165,1900172=421542} 2024-09-13T14:27:49.874 INFO:tasks.rados.rados.0.smithi071.stdout:1670: writing smithi07185159-49 from 655638 to 1220803 tid 1 2024-09-13T14:27:49.880 INFO:tasks.rados.rados.0.smithi071.stdout:1670: writing smithi07185159-49 from 1900172 to 2321714 tid 2 2024-09-13T14:27:49.880 INFO:tasks.rados.rados.0.smithi071.stdout:1671: read oid 37 snap -1 2024-09-13T14:27:49.881 INFO:tasks.rados.rados.0.smithi071.stdout:1671: expect (ObjNum 616 snap 203 seq_num 616) 2024-09-13T14:27:49.881 INFO:tasks.rados.rados.0.smithi071.stdout:1672: write oid 50 current snap is 208 2024-09-13T14:27:49.881 INFO:tasks.rados.rados.0.smithi071.stdout:1668: finishing write tid 3 to smithi07185159-33 2024-09-13T14:27:49.881 INFO:tasks.rados.rados.0.smithi071.stdout:1668: finishing write tid 4 to smithi07185159-33 2024-09-13T14:27:49.881 INFO:tasks.rados.rados.0.smithi071.stdout:1668: oid 33 updating version 0 to 749 2024-09-13T14:27:49.881 INFO:tasks.rados.rados.0.smithi071.stdout:1668: oid 33 updating version 749 to 750 2024-09-13T14:27:49.881 INFO:tasks.rados.rados.0.smithi071.stdout:1668: oid 33 version 750 is already newer than 748 2024-09-13T14:27:49.881 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 33 v 750 (ObjNum 632 snap 208 seq_num 632) dirty exists 2024-09-13T14:27:49.881 INFO:tasks.rados.rados.0.smithi071.stdout:1668: left oid 33 (ObjNum 632 snap 208 seq_num 632) 2024-09-13T14:27:49.881 INFO:tasks.rados.rados.0.smithi071.stdout:1670: finishing write tid 1 to smithi07185159-49 2024-09-13T14:27:49.881 INFO:tasks.rados.rados.0.smithi071.stdout:1672: seq_num 635 ranges {672445=640414,1842301=681553} 2024-09-13T14:27:49.887 INFO:tasks.rados.rados.0.smithi071.stdout:1672: writing smithi07185159-50 from 672445 to 1312859 tid 1 2024-09-13T14:27:49.894 INFO:tasks.rados.rados.0.smithi071.stdout:1672: writing smithi07185159-50 from 1842301 to 2523854 tid 2 2024-09-13T14:27:49.894 INFO:tasks.rados.rados.0.smithi071.stdout:1668: done (3 left) 2024-09-13T14:27:49.894 INFO:tasks.rados.rados.0.smithi071.stdout:1673: delete oid 7 current snap is 208 2024-09-13T14:27:49.894 INFO:tasks.rados.rados.0.smithi071.stdout:1670: finishing write tid 2 to smithi07185159-49 2024-09-13T14:27:49.894 INFO:tasks.rados.rados.0.smithi071.stdout:1670: finishing write tid 3 to smithi07185159-49 2024-09-13T14:27:49.894 INFO:tasks.rados.rados.0.smithi071.stdout:1670: finishing write tid 4 to smithi07185159-49 2024-09-13T14:27:49.895 INFO:tasks.rados.rados.0.smithi071.stdout:1670: oid 49 updating version 0 to 864 2024-09-13T14:27:49.895 INFO:tasks.rados.rados.0.smithi071.stdout:1670: oid 49 updating version 864 to 865 2024-09-13T14:27:49.895 INFO:tasks.rados.rados.0.smithi071.stdout:1670: oid 49 version 865 is already newer than 863 2024-09-13T14:27:49.895 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 49 v 865 (ObjNum 634 snap 208 seq_num 634) dirty exists 2024-09-13T14:27:49.895 INFO:tasks.rados.rados.0.smithi071.stdout:1670: left oid 49 (ObjNum 634 snap 208 seq_num 634) 2024-09-13T14:27:49.895 INFO:tasks.rados.rados.0.smithi071.stdout:1671: expect (ObjNum 616 snap 203 seq_num 616) 2024-09-13T14:27:49.999 INFO:tasks.rados.rados.0.smithi071.stdout:1672: finishing write tid 1 to smithi07185159-50 2024-09-13T14:27:49.999 INFO:tasks.rados.rados.0.smithi071.stdout:1672: finishing write tid 2 to smithi07185159-50 2024-09-13T14:27:49.999 INFO:tasks.rados.rados.0.smithi071.stdout:1672: finishing write tid 3 to smithi07185159-50 2024-09-13T14:27:49.999 INFO:tasks.rados.rados.0.smithi071.stdout:1672: finishing write tid 4 to smithi07185159-50 2024-09-13T14:27:50.000 INFO:tasks.rados.rados.0.smithi071.stdout:1672: oid 50 updating version 0 to 1674 2024-09-13T14:27:50.000 INFO:tasks.rados.rados.0.smithi071.stdout:1672: oid 50 updating version 1674 to 1675 2024-09-13T14:27:50.000 INFO:tasks.rados.rados.0.smithi071.stdout:1672: oid 50 version 1675 is already newer than 1673 2024-09-13T14:27:50.000 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 50 v 1675 (ObjNum 635 snap 208 seq_num 635) dirty exists 2024-09-13T14:27:50.000 INFO:tasks.rados.rados.0.smithi071.stdout:1672: left oid 50 (ObjNum 635 snap 208 seq_num 635) 2024-09-13T14:27:50.000 INFO:tasks.rados.rados.0.smithi071.stdout:1670: done (3 left) 2024-09-13T14:27:50.000 INFO:tasks.rados.rados.0.smithi071.stdout:1671: done (2 left) 2024-09-13T14:27:50.000 INFO:tasks.rados.rados.0.smithi071.stdout:1672: done (1 left) 2024-09-13T14:27:50.000 INFO:tasks.rados.rados.0.smithi071.stdout:1673: done (0 left) 2024-09-13T14:27:50.000 INFO:tasks.rados.rados.0.smithi071.stdout:1674: snap_remove snap 205 2024-09-13T14:27:50.863 INFO:tasks.rados.rados.0.smithi071.stdout:1674: done (0 left) 2024-09-13T14:27:50.863 INFO:tasks.rados.rados.0.smithi071.stdout:1675: rollback oid 23 current snap is 208 2024-09-13T14:27:50.863 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 23 to 204 2024-09-13T14:27:50.863 INFO:tasks.rados.rados.0.smithi071.stdout:1676: read oid 11 snap -1 2024-09-13T14:27:50.863 INFO:tasks.rados.rados.0.smithi071.stdout:1676: expect (ObjNum 610 snap 199 seq_num 610) 2024-09-13T14:27:50.863 INFO:tasks.rados.rados.0.smithi071.stdout:1677: delete oid 44 current snap is 208 2024-09-13T14:27:50.869 INFO:tasks.rados.rados.0.smithi071.stdout:1677: done (2 left) 2024-09-13T14:27:50.869 INFO:tasks.rados.rados.0.smithi071.stdout:1678: snap_create 2024-09-13T14:27:50.872 INFO:tasks.rados.rados.0.smithi071.stdout:1675: finishing rollback tid 0 to smithi07185159-23 2024-09-13T14:27:50.872 INFO:tasks.rados.rados.0.smithi071.stdout:1675: finishing rollback tid 1 to smithi07185159-23 2024-09-13T14:27:50.873 INFO:tasks.rados.rados.0.smithi071.stdout:1675: finishing rollback tid 2 to smithi07185159-23 2024-09-13T14:27:50.873 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 23 v 889 (ObjNum 565 snap 179 seq_num 565) dirty exists 2024-09-13T14:27:50.873 INFO:tasks.rados.rados.0.smithi071.stdout:1676: expect (ObjNum 610 snap 199 seq_num 610) 2024-09-13T14:27:50.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:50 smithi104 ceph-mon[33426]: osdmap e490: 8 total, 8 up, 8 in 2024-09-13T14:27:50.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:50 smithi104 ceph-mon[33426]: pgmap v185: 89 pgs: 89 active+clean; 94 MiB data, 506 MiB used, 715 GiB / 715 GiB avail; 3.0 MiB/s rd, 1.3 MiB/s wr, 9 op/s 2024-09-13T14:27:50.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:50 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:27:50.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:50 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:27:50.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:50 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:27:50.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:50 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:27:50.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:50 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "quorum_status"} : dispatch 2024-09-13T14:27:50.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:50 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "mon ok-to-stop", "ids": ["b"]} : dispatch 2024-09-13T14:27:50.926 INFO:teuthology.orchestra.run.smithi071.stdout:true 2024-09-13T14:27:51.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:50 smithi071 ceph-mon[107477]: osdmap e490: 8 total, 8 up, 8 in 2024-09-13T14:27:51.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:50 smithi071 ceph-mon[107477]: pgmap v185: 89 pgs: 89 active+clean; 94 MiB data, 506 MiB used, 715 GiB / 715 GiB avail; 3.0 MiB/s rd, 1.3 MiB/s wr, 9 op/s 2024-09-13T14:27:51.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:50 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:27:51.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:50 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:27:51.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:50 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:27:51.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:50 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:27:51.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:50 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "quorum_status"} : dispatch 2024-09-13T14:27:51.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:50 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "mon ok-to-stop", "ids": ["b"]} : dispatch 2024-09-13T14:27:51.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:50 smithi071 ceph-mon[112785]: osdmap e490: 8 total, 8 up, 8 in 2024-09-13T14:27:51.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:50 smithi071 ceph-mon[112785]: pgmap v185: 89 pgs: 89 active+clean; 94 MiB data, 506 MiB used, 715 GiB / 715 GiB avail; 3.0 MiB/s rd, 1.3 MiB/s wr, 9 op/s 2024-09-13T14:27:51.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:50 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:27:51.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:50 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:27:51.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:50 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:27:51.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:50 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:27:51.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:50 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "quorum_status"} : dispatch 2024-09-13T14:27:51.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:50 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "mon ok-to-stop", "ids": ["b"]} : dispatch 2024-09-13T14:27:51.483 INFO:teuthology.orchestra.run.smithi071.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-13T14:27:51.483 INFO:teuthology.orchestra.run.smithi071.stdout:alertmanager.a smithi071 *:9093,9094 running (3m) 35s ago 9m 20.0M - 0.27.0 11f11916f8cd b9824fbee517 2024-09-13T14:27:51.483 INFO:teuthology.orchestra.run.smithi071.stdout:grafana.a smithi104 *:3000 running (3m) 34s ago 9m 77.5M - c8b91775d855 2b565abc8cf3 2024-09-13T14:27:51.483 INFO:teuthology.orchestra.run.smithi071.stdout:mds.foo.smithi071.awdchm smithi071 running (8m) 35s ago 8m 22.5M - 18.2.4-843-g2c01458a c129f5a2fd4e 3a46cf5b0e24 2024-09-13T14:27:51.483 INFO:teuthology.orchestra.run.smithi071.stdout:mds.foo.smithi104.uecrqj smithi104 running (8m) 34s ago 8m 15.5M - 18.2.4-843-g2c01458a c129f5a2fd4e 3d72a892eecb 2024-09-13T14:27:51.483 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.x smithi104 *:8443,9283,8765 running (4m) 34s ago 13m 453M - 19.3.0-4697-gd58f7306 fec07016a2b0 d080c1ba10a3 2024-09-13T14:27:51.483 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.y smithi071 *:8443,9283,8765 running (4m) 35s ago 15m 508M - 19.3.0-4697-gd58f7306 fec07016a2b0 f93807043c77 2024-09-13T14:27:51.484 INFO:teuthology.orchestra.run.smithi071.stdout:mon.a smithi071 running (2m) 35s ago 15m 48.6M 2048M 19.3.0-4697-gd58f7306 fec07016a2b0 f694be77a870 2024-09-13T14:27:51.484 INFO:teuthology.orchestra.run.smithi071.stdout:mon.b smithi104 running (13m) 34s ago 13m 59.1M 2048M 18.2.4-843-g2c01458a c129f5a2fd4e ecd51e95c619 2024-09-13T14:27:51.484 INFO:teuthology.orchestra.run.smithi071.stdout:mon.c smithi071 running (112s) 35s ago 13m 39.5M 2048M 19.3.0-4697-gd58f7306 fec07016a2b0 1f937fa689f0 2024-09-13T14:27:51.484 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.a smithi071 *:9100 running (4m) 35s ago 8m 12.0M - 1.7.0 72c9c2088986 9dca7c61ba7c 2024-09-13T14:27:51.484 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.b smithi104 *:9100 running (4m) 34s ago 8m 12.3M - 1.7.0 72c9c2088986 378ebb14ddbd 2024-09-13T14:27:51.484 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0 smithi071 running (13m) 35s ago 13m 100M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 4620af289781 2024-09-13T14:27:51.484 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1 smithi071 running (12m) 35s ago 12m 79.5M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 6219ea84d5da 2024-09-13T14:27:51.484 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2 smithi071 running (12m) 35s ago 12m 119M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e dbb670583d0d 2024-09-13T14:27:51.484 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3 smithi071 running (11m) 35s ago 11m 74.4M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 3859c11423d8 2024-09-13T14:27:51.484 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4 smithi104 running (11m) 34s ago 11m 100M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 7641d6ca037c 2024-09-13T14:27:51.484 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5 smithi104 running (11m) 34s ago 11m 108M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e d171c1dc9aca 2024-09-13T14:27:51.484 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6 smithi104 running (10m) 34s ago 10m 89.7M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 7cd98596a2db 2024-09-13T14:27:51.484 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7 smithi104 running (10m) 34s ago 10m 93.4M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e c0657150d5d6 2024-09-13T14:27:51.485 INFO:teuthology.orchestra.run.smithi071.stdout:prometheus.a smithi104 *:9095 running (3m) 34s ago 9m 43.8M - 2.51.0 1d3b7f56885b 31487e669ce2 2024-09-13T14:27:51.821 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:27:51.821 INFO:teuthology.orchestra.run.smithi071.stdout: "mon": { 2024-09-13T14:27:51.822 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)": 1, 2024-09-13T14:27:51.822 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 19.3.0-4697-gd58f7306 (d58f73069a8157a9ace12a0247ee3e8497707ea9) squid (dev)": 2 2024-09-13T14:27:51.822 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:27:51.822 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr": { 2024-09-13T14:27:51.822 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 19.3.0-4697-gd58f7306 (d58f73069a8157a9ace12a0247ee3e8497707ea9) squid (dev)": 2 2024-09-13T14:27:51.822 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:27:51.822 INFO:teuthology.orchestra.run.smithi071.stdout: "osd": { 2024-09-13T14:27:51.822 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)": 8 2024-09-13T14:27:51.822 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:27:51.822 INFO:teuthology.orchestra.run.smithi071.stdout: "mds": { 2024-09-13T14:27:51.822 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)": 2 2024-09-13T14:27:51.822 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:27:51.824 INFO:teuthology.orchestra.run.smithi071.stdout: "overall": { 2024-09-13T14:27:51.824 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)": 11, 2024-09-13T14:27:51.824 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 19.3.0-4697-gd58f7306 (d58f73069a8157a9ace12a0247ee3e8497707ea9) squid (dev)": 4 2024-09-13T14:27:51.824 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:27:51.824 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:27:51.867 INFO:tasks.rados.rados.0.smithi071.stdout:1675: done (2 left) 2024-09-13T14:27:51.867 INFO:tasks.rados.rados.0.smithi071.stdout:1676: done (1 left) 2024-09-13T14:27:51.867 INFO:tasks.rados.rados.0.smithi071.stdout:1678: done (0 left) 2024-09-13T14:27:51.867 INFO:tasks.rados.rados.0.smithi071.stdout:1679: snap_create 2024-09-13T14:27:52.116 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:27:52.116 INFO:teuthology.orchestra.run.smithi071.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f", 2024-09-13T14:27:52.116 INFO:teuthology.orchestra.run.smithi071.stdout: "in_progress": true, 2024-09-13T14:27:52.116 INFO:teuthology.orchestra.run.smithi071.stdout: "which": "Upgrading daemons of type(s) mon. Upgrade limited to 1 daemons (1 remaining).", 2024-09-13T14:27:52.117 INFO:teuthology.orchestra.run.smithi071.stdout: "services_complete": [], 2024-09-13T14:27:52.117 INFO:teuthology.orchestra.run.smithi071.stdout: "progress": "2/3 daemons upgraded", 2024-09-13T14:27:52.117 INFO:teuthology.orchestra.run.smithi071.stdout: "message": "Currently upgrading mon daemons", 2024-09-13T14:27:52.117 INFO:teuthology.orchestra.run.smithi071.stdout: "is_paused": false 2024-09-13T14:27:52.117 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:27:52.117 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:51 smithi071 ceph-mon[107477]: Upgrade: Target is version 19.3.0-4697-gd58f7306 (squid) 2024-09-13T14:27:52.117 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:51 smithi071 ceph-mon[107477]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, digests ['quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f'] 2024-09-13T14:27:52.117 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:51 smithi071 ceph-mon[107477]: Upgrade: Setting container_image for all mgr 2024-09-13T14:27:52.117 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:51 smithi071 ceph-mon[107477]: Upgrade: It appears safe to stop mon.b 2024-09-13T14:27:52.118 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:51 smithi071 ceph-mon[107477]: osdmap e491: 8 total, 8 up, 8 in 2024-09-13T14:27:52.118 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:51 smithi071 ceph-mon[107477]: from='client.44114 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:27:52.118 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:51 smithi071 ceph-mon[107477]: from='client.34194 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:27:52.118 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:51 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2320285325' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:27:52.118 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:51 smithi071 ceph-mon[112785]: Upgrade: Target is version 19.3.0-4697-gd58f7306 (squid) 2024-09-13T14:27:52.118 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:51 smithi071 ceph-mon[112785]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, digests ['quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f'] 2024-09-13T14:27:52.118 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:51 smithi071 ceph-mon[112785]: Upgrade: Setting container_image for all mgr 2024-09-13T14:27:52.118 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:51 smithi071 ceph-mon[112785]: Upgrade: It appears safe to stop mon.b 2024-09-13T14:27:52.118 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:51 smithi071 ceph-mon[112785]: osdmap e491: 8 total, 8 up, 8 in 2024-09-13T14:27:52.118 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:51 smithi071 ceph-mon[112785]: from='client.44114 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:27:52.119 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:51 smithi071 ceph-mon[112785]: from='client.34194 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:27:52.119 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:51 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2320285325' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:27:52.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:51 smithi104 ceph-mon[33426]: Upgrade: Target is version 19.3.0-4697-gd58f7306 (squid) 2024-09-13T14:27:52.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:51 smithi104 ceph-mon[33426]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, digests ['quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f'] 2024-09-13T14:27:52.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:51 smithi104 ceph-mon[33426]: Upgrade: Setting container_image for all mgr 2024-09-13T14:27:52.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:51 smithi104 ceph-mon[33426]: Upgrade: It appears safe to stop mon.b 2024-09-13T14:27:52.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:51 smithi104 ceph-mon[33426]: osdmap e491: 8 total, 8 up, 8 in 2024-09-13T14:27:52.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:51 smithi104 ceph-mon[33426]: from='client.44114 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:27:52.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:51 smithi104 ceph-mon[33426]: from='client.34194 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:27:52.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:51 smithi104 ceph-mon[33426]: from='client.? 172.21.15.71:0/2320285325' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:27:52.869 INFO:tasks.rados.rados.0.smithi071.stdout:1679: done (0 left) 2024-09-13T14:27:52.869 INFO:tasks.rados.rados.0.smithi071.stdout:1680: snap_remove snap 208 2024-09-13T14:27:52.978 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:52 smithi104 ceph-mon[33426]: from='client.34200 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:27:52.978 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:52 smithi104 ceph-mon[33426]: osdmap e492: 8 total, 8 up, 8 in 2024-09-13T14:27:52.978 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:52 smithi104 ceph-mon[33426]: Upgrade: Updating mon.b 2024-09-13T14:27:52.978 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:52 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:27:52.978 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:52 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T14:27:52.978 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:52 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-13T14:27:52.978 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:52 smithi104 ceph-mon[33426]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:27:52.978 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:52 smithi104 ceph-mon[33426]: Deploying daemon mon.b on smithi104 2024-09-13T14:27:52.978 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:52 smithi104 ceph-mon[33426]: from='client.34212 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:27:52.979 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:52 smithi104 ceph-mon[33426]: pgmap v188: 89 pgs: 89 active+clean; 89 MiB data, 502 MiB used, 715 GiB / 715 GiB avail; 5.5 MiB/s rd, 2.1 MiB/s wr, 17 op/s 2024-09-13T14:27:53.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:27:52 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:27:52] "GET /metrics HTTP/1.1" 200 36269 "" "Prometheus/2.51.0" 2024-09-13T14:27:53.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:52 smithi071 ceph-mon[107477]: from='client.34200 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:27:53.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:52 smithi071 ceph-mon[107477]: osdmap e492: 8 total, 8 up, 8 in 2024-09-13T14:27:53.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:52 smithi071 ceph-mon[107477]: Upgrade: Updating mon.b 2024-09-13T14:27:53.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:52 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:27:53.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:52 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T14:27:53.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:52 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-13T14:27:53.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:52 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:27:53.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:52 smithi071 ceph-mon[107477]: Deploying daemon mon.b on smithi104 2024-09-13T14:27:53.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:52 smithi071 ceph-mon[107477]: from='client.34212 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:27:53.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:52 smithi071 ceph-mon[107477]: pgmap v188: 89 pgs: 89 active+clean; 89 MiB data, 502 MiB used, 715 GiB / 715 GiB avail; 5.5 MiB/s rd, 2.1 MiB/s wr, 17 op/s 2024-09-13T14:27:53.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:52 smithi071 ceph-mon[112785]: from='client.34200 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:27:53.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:52 smithi071 ceph-mon[112785]: osdmap e492: 8 total, 8 up, 8 in 2024-09-13T14:27:53.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:52 smithi071 ceph-mon[112785]: Upgrade: Updating mon.b 2024-09-13T14:27:53.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:52 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:27:53.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:52 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T14:27:53.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:52 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-13T14:27:53.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:52 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:27:53.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:52 smithi071 ceph-mon[112785]: Deploying daemon mon.b on smithi104 2024-09-13T14:27:53.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:52 smithi071 ceph-mon[112785]: from='client.34212 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:27:53.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:52 smithi071 ceph-mon[112785]: pgmap v188: 89 pgs: 89 active+clean; 89 MiB data, 502 MiB used, 715 GiB / 715 GiB avail; 5.5 MiB/s rd, 2.1 MiB/s wr, 17 op/s 2024-09-13T14:27:53.852 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:53 smithi104 systemd[1]: Stopping Ceph mon.b for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T14:27:54.141 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:53 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-b[33403]: 2024-09-13T14:27:53.850+0000 7f6eb8419640 -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-09-13T14:27:54.141 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:53 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-b[33403]: 2024-09-13T14:27:53.850+0000 7f6eb8419640 -1 mon.b@1(peon) e3 *** Got Signal Terminated *** 2024-09-13T14:27:54.141 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:53 smithi104 podman[105390]: 2024-09-13 14:27:53.89230422 +0000 UTC m=+0.146516783 container died ecd51e95c61926b64faad699b3185da8cf721604a0694420192e5c9e9d88fdc7 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-b, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, RELEASE=reef-2c01458, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-13T14:27:54.408 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:54 smithi104 podman[105390]: 2024-09-13 14:27:54.231549901 +0000 UTC m=+0.485762464 container cleanup ecd51e95c61926b64faad699b3185da8cf721604a0694420192e5c9e9d88fdc7 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-b, RELEASE=reef-2c01458, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_CLEAN=True, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-13T14:27:54.408 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:54 smithi104 bash[105390]: ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-b 2024-09-13T14:27:54.667 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:54 smithi104 podman[105407]: 2024-09-13 14:27:54.407665344 +0000 UTC m=+0.509802010 container remove ecd51e95c61926b64faad699b3185da8cf721604a0694420192e5c9e9d88fdc7 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-b, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=reef-2c01458, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0) 2024-09-13T14:27:54.667 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:54 smithi104 systemd[1]: ceph-18f8172c-71da-11ef-bceb-c7b262605968@mon.b.service: Deactivated successfully. 2024-09-13T14:27:54.667 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:54 smithi104 systemd[1]: Stopped Ceph mon.b for 18f8172c-71da-11ef-bceb-c7b262605968. 2024-09-13T14:27:54.668 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:54 smithi104 systemd[1]: ceph-18f8172c-71da-11ef-bceb-c7b262605968@mon.b.service: Consumed 11.571s CPU time. 2024-09-13T14:27:54.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:54 smithi104 systemd[1]: Starting Ceph mon.b for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T14:27:55.321 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 podman[105540]: 2024-09-13 14:27:54.966560156 +0000 UTC m=+0.015606158 image pull fec07016a2b0bf363d0b69240081049b65cf13f1c44f6a7196cf8309aeb428cd quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f 2024-09-13T14:27:55.321 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 podman[105540]: 2024-09-13 14:27:55.067242648 +0000 UTC m=+0.116288682 container create 15a56f2fc61314c41cfc0558b51d390034f3ad0e2190117efc62e649ef9aa313 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-b, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_BRANCH=HEAD, RELEASE=wip-aclamk-cbt-combined-d58f730, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2) 2024-09-13T14:27:55.321 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 podman[105540]: 2024-09-13 14:27:55.294747462 +0000 UTC m=+0.343793454 container init 15a56f2fc61314c41cfc0558b51d390034f3ad0e2190117efc62e649ef9aa313 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-b, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_CLEAN=True, RELEASE=wip-aclamk-cbt-combined-d58f730, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-13T14:27:55.321 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 podman[105540]: 2024-09-13 14:27:55.29931322 +0000 UTC m=+0.348359215 container start 15a56f2fc61314c41cfc0558b51d390034f3ad0e2190117efc62e649ef9aa313 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-b, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-aclamk-cbt-combined-d58f730, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_CLEAN=True) 2024-09-13T14:27:55.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: set uid:gid to 167:167 (ceph:ceph) 2024-09-13T14:27:55.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: ceph version 19.3.0-4697-gd58f7306 (d58f73069a8157a9ace12a0247ee3e8497707ea9) squid (dev), process ceph-mon, pid 7 2024-09-13T14:27:55.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: pidfile_write: ignore empty --pid-file 2024-09-13T14:27:55.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: load: jerasure load: lrc 2024-09-13T14:27:55.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: RocksDB version: 7.9.2 2024-09-13T14:27:55.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Git sha 0 2024-09-13T14:27:55.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Compile date 2024-09-12 20:46:14 2024-09-13T14:27:55.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: DB SUMMARY 2024-09-13T14:27:55.674 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: DB Session ID: XNJN0BUGYWHI75AN5JXA 2024-09-13T14:27:55.674 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: CURRENT file: CURRENT 2024-09-13T14:27:55.674 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: IDENTITY file: IDENTITY 2024-09-13T14:27:55.674 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: MANIFEST file: MANIFEST-000010 size: 1898 Bytes 2024-09-13T14:27:55.674 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 1, files: 000033.sst 2024-09-13T14:27:55.675 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000031.log size: 60906 ; 2024-09-13T14:27:55.675 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.error_if_exists: 0 2024-09-13T14:27:55.675 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.create_if_missing: 0 2024-09-13T14:27:55.675 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.paranoid_checks: 1 2024-09-13T14:27:55.675 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-13T14:27:55.675 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-13T14:27:55.676 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-13T14:27:55.676 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.env: 0x55d02f182160 2024-09-13T14:27:55.676 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.fs: PosixFileSystem 2024-09-13T14:27:55.676 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.info_log: 0x55d030439880 2024-09-13T14:27:55.677 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.max_file_opening_threads: 16 2024-09-13T14:27:55.677 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.statistics: (nil) 2024-09-13T14:27:55.677 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.use_fsync: 0 2024-09-13T14:27:55.677 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.max_log_file_size: 0 2024-09-13T14:27:55.677 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-13T14:27:55.677 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-13T14:27:55.677 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.keep_log_file_num: 1000 2024-09-13T14:27:55.678 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.recycle_log_file_num: 0 2024-09-13T14:27:55.678 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.allow_fallocate: 1 2024-09-13T14:27:55.678 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.allow_mmap_reads: 0 2024-09-13T14:27:55.678 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.allow_mmap_writes: 0 2024-09-13T14:27:55.678 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.use_direct_reads: 0 2024-09-13T14:27:55.678 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-13T14:27:55.678 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.create_missing_column_families: 0 2024-09-13T14:27:55.678 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.db_log_dir: 2024-09-13T14:27:55.678 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.wal_dir: 2024-09-13T14:27:55.680 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-13T14:27:55.680 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-13T14:27:55.681 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-13T14:27:55.681 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-13T14:27:55.681 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-13T14:27:55.681 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-13T14:27:55.681 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.advise_random_on_open: 1 2024-09-13T14:27:55.682 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.db_write_buffer_size: 0 2024-09-13T14:27:55.682 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.write_buffer_manager: 0x55d03043c960 2024-09-13T14:27:55.682 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-13T14:27:55.682 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-13T14:27:55.682 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-13T14:27:55.682 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.rate_limiter: (nil) 2024-09-13T14:27:55.682 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-13T14:27:55.682 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.wal_recovery_mode: 2 2024-09-13T14:27:55.683 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.enable_thread_tracking: 0 2024-09-13T14:27:55.683 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.enable_pipelined_write: 0 2024-09-13T14:27:55.683 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.unordered_write: 0 2024-09-13T14:27:55.683 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-13T14:27:55.683 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-13T14:27:55.683 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-13T14:27:55.683 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-13T14:27:55.683 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.row_cache: None 2024-09-13T14:27:55.683 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.wal_filter: None 2024-09-13T14:27:55.683 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-13T14:27:55.683 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.allow_ingest_behind: 0 2024-09-13T14:27:55.684 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.two_write_queues: 0 2024-09-13T14:27:55.684 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.manual_wal_flush: 0 2024-09-13T14:27:55.684 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.wal_compression: 0 2024-09-13T14:27:55.684 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.atomic_flush: 0 2024-09-13T14:27:55.684 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-13T14:27:55.684 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-13T14:27:55.684 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-13T14:27:55.684 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.log_readahead_size: 0 2024-09-13T14:27:55.684 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-13T14:27:55.684 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.best_efforts_recovery: 0 2024-09-13T14:27:55.684 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-13T14:27:55.684 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-13T14:27:55.684 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.allow_data_in_errors: 0 2024-09-13T14:27:55.685 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.db_host_id: __hostname__ 2024-09-13T14:27:55.685 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-13T14:27:55.685 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.max_background_jobs: 2 2024-09-13T14:27:55.685 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.max_background_compactions: -1 2024-09-13T14:27:55.685 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.max_subcompactions: 1 2024-09-13T14:27:55.685 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-13T14:27:55.685 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-13T14:27:55.685 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-13T14:27:55.685 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.max_total_wal_size: 0 2024-09-13T14:27:55.685 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-13T14:27:55.685 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-13T14:27:55.685 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-13T14:27:55.686 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-13T14:27:55.686 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.max_open_files: -1 2024-09-13T14:27:55.686 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.bytes_per_sync: 0 2024-09-13T14:27:55.686 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-13T14:27:55.686 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-13T14:27:55.686 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.compaction_readahead_size: 0 2024-09-13T14:27:55.686 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.max_background_flushes: -1 2024-09-13T14:27:55.686 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Compression algorithms supported: 2024-09-13T14:27:55.686 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: kZSTD supported: 0 2024-09-13T14:27:55.686 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: kXpressCompression supported: 0 2024-09-13T14:27:55.686 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: kBZip2Compression supported: 0 2024-09-13T14:27:55.686 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-13T14:27:55.686 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: kLZ4Compression supported: 1 2024-09-13T14:27:55.686 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: kZlibCompression supported: 1 2024-09-13T14:27:55.687 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: kLZ4HCCompression supported: 1 2024-09-13T14:27:55.687 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: kSnappyCompression supported: 1 2024-09-13T14:27:55.687 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-13T14:27:55.687 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-13T14:27:55.687 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000010 2024-09-13T14:27:55.687 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-13T14:27:55.687 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-13T14:27:55.687 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.merge_operator: 2024-09-13T14:27:55.687 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.compaction_filter: None 2024-09-13T14:27:55.687 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.compaction_filter_factory: None 2024-09-13T14:27:55.687 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.sst_partitioner_factory: None 2024-09-13T14:27:55.687 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-13T14:27:55.687 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-13T14:27:55.687 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55d0304394e0) 2024-09-13T14:27:55.688 INFO:journalctl@ceph.mon.b.smithi104.stdout: cache_index_and_filter_blocks: 1 2024-09-13T14:27:55.688 INFO:journalctl@ceph.mon.b.smithi104.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-13T14:27:55.688 INFO:journalctl@ceph.mon.b.smithi104.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-13T14:27:55.688 INFO:journalctl@ceph.mon.b.smithi104.stdout: pin_top_level_index_and_filter: 1 2024-09-13T14:27:55.688 INFO:journalctl@ceph.mon.b.smithi104.stdout: index_type: 0 2024-09-13T14:27:55.688 INFO:journalctl@ceph.mon.b.smithi104.stdout: data_block_index_type: 0 2024-09-13T14:27:55.688 INFO:journalctl@ceph.mon.b.smithi104.stdout: index_shortening: 1 2024-09-13T14:27:55.688 INFO:journalctl@ceph.mon.b.smithi104.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-13T14:27:55.688 INFO:journalctl@ceph.mon.b.smithi104.stdout: checksum: 4 2024-09-13T14:27:55.688 INFO:journalctl@ceph.mon.b.smithi104.stdout: no_block_cache: 0 2024-09-13T14:27:55.688 INFO:journalctl@ceph.mon.b.smithi104.stdout: block_cache: 0x55d03042c850 2024-09-13T14:27:55.688 INFO:journalctl@ceph.mon.b.smithi104.stdout: block_cache_name: BinnedLRUCache 2024-09-13T14:27:55.689 INFO:journalctl@ceph.mon.b.smithi104.stdout: block_cache_options: 2024-09-13T14:27:55.689 INFO:journalctl@ceph.mon.b.smithi104.stdout: capacity : 536870912 2024-09-13T14:27:55.689 INFO:journalctl@ceph.mon.b.smithi104.stdout: num_shard_bits : 4 2024-09-13T14:27:55.689 INFO:journalctl@ceph.mon.b.smithi104.stdout: strict_capacity_limit : 0 2024-09-13T14:27:55.689 INFO:journalctl@ceph.mon.b.smithi104.stdout: high_pri_pool_ratio: 0.000 2024-09-13T14:27:55.689 INFO:journalctl@ceph.mon.b.smithi104.stdout: block_cache_compressed: (nil) 2024-09-13T14:27:55.689 INFO:journalctl@ceph.mon.b.smithi104.stdout: persistent_cache: (nil) 2024-09-13T14:27:55.689 INFO:journalctl@ceph.mon.b.smithi104.stdout: block_size: 4096 2024-09-13T14:27:55.689 INFO:journalctl@ceph.mon.b.smithi104.stdout: block_size_deviation: 10 2024-09-13T14:27:55.689 INFO:journalctl@ceph.mon.b.smithi104.stdout: block_restart_interval: 16 2024-09-13T14:27:55.689 INFO:journalctl@ceph.mon.b.smithi104.stdout: index_block_restart_interval: 1 2024-09-13T14:27:55.689 INFO:journalctl@ceph.mon.b.smithi104.stdout: metadata_block_size: 4096 2024-09-13T14:27:55.689 INFO:journalctl@ceph.mon.b.smithi104.stdout: partition_filters: 0 2024-09-13T14:27:55.690 INFO:journalctl@ceph.mon.b.smithi104.stdout: use_delta_encoding: 1 2024-09-13T14:27:55.690 INFO:journalctl@ceph.mon.b.smithi104.stdout: filter_policy: bloomfilter 2024-09-13T14:27:55.690 INFO:journalctl@ceph.mon.b.smithi104.stdout: whole_key_filtering: 1 2024-09-13T14:27:55.690 INFO:journalctl@ceph.mon.b.smithi104.stdout: verify_compression: 0 2024-09-13T14:27:55.690 INFO:journalctl@ceph.mon.b.smithi104.stdout: read_amp_bytes_per_bit: 0 2024-09-13T14:27:55.690 INFO:journalctl@ceph.mon.b.smithi104.stdout: format_version: 5 2024-09-13T14:27:55.690 INFO:journalctl@ceph.mon.b.smithi104.stdout: enable_index_compression: 1 2024-09-13T14:27:55.690 INFO:journalctl@ceph.mon.b.smithi104.stdout: block_align: 0 2024-09-13T14:27:55.690 INFO:journalctl@ceph.mon.b.smithi104.stdout: max_auto_readahead_size: 262144 2024-09-13T14:27:55.690 INFO:journalctl@ceph.mon.b.smithi104.stdout: prepopulate_block_cache: 0 2024-09-13T14:27:55.690 INFO:journalctl@ceph.mon.b.smithi104.stdout: initial_auto_readahead_size: 8192 2024-09-13T14:27:55.690 INFO:journalctl@ceph.mon.b.smithi104.stdout: num_file_reads_for_auto_readahead: 2 2024-09-13T14:27:55.690 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.write_buffer_size: 33554432 2024-09-13T14:27:55.691 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.max_write_buffer_number: 2 2024-09-13T14:27:55.691 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.compression: NoCompression 2024-09-13T14:27:55.691 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.bottommost_compression: Disabled 2024-09-13T14:27:55.691 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.prefix_extractor: nullptr 2024-09-13T14:27:55.691 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-13T14:27:55.691 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.num_levels: 7 2024-09-13T14:27:55.691 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-13T14:27:55.691 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-13T14:27:55.691 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-13T14:27:55.691 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-13T14:27:55.691 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-13T14:27:55.691 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-13T14:27:55.692 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-13T14:27:55.692 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-13T14:27:55.692 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-13T14:27:55.692 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-13T14:27:55.692 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-13T14:27:55.692 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-13T14:27:55.692 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-13T14:27:55.692 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.compression_opts.level: 32767 2024-09-13T14:27:55.692 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.compression_opts.strategy: 0 2024-09-13T14:27:55.693 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-13T14:27:55.693 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-13T14:27:55.693 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-13T14:27:55.693 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-13T14:27:55.693 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.compression_opts.enabled: false 2024-09-13T14:27:55.693 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-13T14:27:55.693 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-13T14:27:55.693 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-13T14:27:55.693 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-13T14:27:55.693 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.target_file_size_base: 67108864 2024-09-13T14:27:55.693 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-13T14:27:55.693 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-13T14:27:55.693 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-13T14:27:55.693 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-13T14:27:55.694 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-13T14:27:55.694 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-13T14:27:55.694 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-13T14:27:55.694 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-13T14:27:55.694 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-13T14:27:55.694 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-13T14:27:55.694 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-13T14:27:55.694 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-13T14:27:55.694 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-13T14:27:55.694 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-13T14:27:55.694 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.arena_block_size: 1048576 2024-09-13T14:27:55.694 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-13T14:27:55.694 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-13T14:27:55.695 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.disable_auto_compactions: 0 2024-09-13T14:27:55.695 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-13T14:27:55.695 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-13T14:27:55.695 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-13T14:27:55.695 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-13T14:27:55.695 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-13T14:27:55.695 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-13T14:27:55.695 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-13T14:27:55.695 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-13T14:27:55.695 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-13T14:27:55.695 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-13T14:27:55.695 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-13T14:27:55.695 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.inplace_update_support: 0 2024-09-13T14:27:55.695 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-13T14:27:55.696 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-13T14:27:55.696 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-13T14:27:55.696 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-13T14:27:55.696 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.bloom_locality: 0 2024-09-13T14:27:55.696 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.max_successive_merges: 0 2024-09-13T14:27:55.696 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-13T14:27:55.696 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.paranoid_file_checks: 0 2024-09-13T14:27:55.696 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.force_consistency_checks: 1 2024-09-13T14:27:55.696 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.report_bg_io_stats: 0 2024-09-13T14:27:55.696 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.ttl: 2592000 2024-09-13T14:27:55.696 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-13T14:27:55.696 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-13T14:27:55.696 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-13T14:27:55.696 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.enable_blob_files: false 2024-09-13T14:27:55.697 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.min_blob_size: 0 2024-09-13T14:27:55.697 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.blob_file_size: 268435456 2024-09-13T14:27:55.697 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-13T14:27:55.697 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-13T14:27:55.697 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-13T14:27:55.697 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-13T14:27:55.697 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-13T14:27:55.697 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.blob_file_starting_level: 0 2024-09-13T14:27:55.697 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-13T14:27:55.697 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-09-13T14:27:55.698 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: 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 35, last_sequence is 22788, log_number is 31,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 31 2024-09-13T14:27:55.698 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 31 2024-09-13T14:27:55.698 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 3fd89666-a48b-4666-8fad-a2e3f0917cb5 2024-09-13T14:27:55.698 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726237675325989, "job": 1, "event": "recovery_started", "wal_files": [31]} 2024-09-13T14:27:55.698 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #31 mode 2 2024-09-13T14:27:55.698 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726237675326569, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 36, "file_size": 41737, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 22793, "largest_seqno": 22824, "table_properties": {"data_size": 40406, "index_size": 165, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 133, "raw_key_size": 670, "raw_average_key_size": 24, "raw_value_size": 39723, "raw_average_value_size": 1471, "num_data_blocks": 7, "num_entries": 27, "num_filter_entries": 27, "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": "[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": 1726237675, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "3fd89666-a48b-4666-8fad-a2e3f0917cb5", "db_session_id": "XNJN0BUGYWHI75AN5JXA", "orig_file_number": 36, "seqno_to_time_mapping": "N/A"}} 2024-09-13T14:27:55.698 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726237675326663, "job": 1, "event": "recovery_finished"} 2024-09-13T14:27:55.698 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: [db/version_set.cc:5047] Creating manifest 38 2024-09-13T14:27:55.698 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-09-13T14:27:55.698 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000031.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-13T14:27:55.698 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55d03045ce00 2024-09-13T14:27:55.698 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: DB pointer 0x55d03055c000 2024-09-13T14:27:55.698 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-13T14:27:55.698 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-13T14:27:55.699 INFO:journalctl@ceph.mon.b.smithi104.stdout: ** DB Stats ** 2024-09-13T14:27:55.699 INFO:journalctl@ceph.mon.b.smithi104.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-13T14:27:55.699 INFO:journalctl@ceph.mon.b.smithi104.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-09-13T14:27:55.699 INFO:journalctl@ceph.mon.b.smithi104.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-13T14:27:55.699 INFO:journalctl@ceph.mon.b.smithi104.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-13T14:27:55.699 INFO:journalctl@ceph.mon.b.smithi104.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-09-13T14:27:55.699 INFO:journalctl@ceph.mon.b.smithi104.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-13T14:27:55.699 INFO:journalctl@ceph.mon.b.smithi104.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-13T14:27:55.699 INFO:journalctl@ceph.mon.b.smithi104.stdout: 2024-09-13T14:27:55.699 INFO:journalctl@ceph.mon.b.smithi104.stdout: ** Compaction Stats [default] ** 2024-09-13T14:27:55.699 INFO:journalctl@ceph.mon.b.smithi104.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-09-13T14:27:55.700 INFO:journalctl@ceph.mon.b.smithi104.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-13T14:27:55.700 INFO:journalctl@ceph.mon.b.smithi104.stdout: L0 1/0 40.76 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 98.0 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-13T14:27:55.700 INFO:journalctl@ceph.mon.b.smithi104.stdout: L6 1/0 13.63 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-09-13T14:27:55.700 INFO:journalctl@ceph.mon.b.smithi104.stdout: Sum 2/0 13.67 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 98.0 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-13T14:27:55.700 INFO:journalctl@ceph.mon.b.smithi104.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 98.0 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-13T14:27:55.700 INFO:journalctl@ceph.mon.b.smithi104.stdout: 2024-09-13T14:27:55.700 INFO:journalctl@ceph.mon.b.smithi104.stdout: ** Compaction Stats [default] ** 2024-09-13T14:27:55.700 INFO:journalctl@ceph.mon.b.smithi104.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-09-13T14:27:55.700 INFO:journalctl@ceph.mon.b.smithi104.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-13T14:27:55.700 INFO:journalctl@ceph.mon.b.smithi104.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 98.0 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-13T14:27:55.700 INFO:journalctl@ceph.mon.b.smithi104.stdout: 2024-09-13T14:27:55.701 INFO:journalctl@ceph.mon.b.smithi104.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-13T14:27:55.701 INFO:journalctl@ceph.mon.b.smithi104.stdout: 2024-09-13T14:27:55.701 INFO:journalctl@ceph.mon.b.smithi104.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-13T14:27:55.701 INFO:journalctl@ceph.mon.b.smithi104.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-13T14:27:55.701 INFO:journalctl@ceph.mon.b.smithi104.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-13T14:27:55.701 INFO:journalctl@ceph.mon.b.smithi104.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-13T14:27:55.701 INFO:journalctl@ceph.mon.b.smithi104.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-13T14:27:55.701 INFO:journalctl@ceph.mon.b.smithi104.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-13T14:27:55.701 INFO:journalctl@ceph.mon.b.smithi104.stdout: Cumulative compaction: 0.00 GB write, 14.87 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-13T14:27:55.701 INFO:journalctl@ceph.mon.b.smithi104.stdout: Interval compaction: 0.00 GB write, 14.87 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-13T14:27:55.701 INFO:journalctl@ceph.mon.b.smithi104.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-09-13T14:27:55.702 INFO:journalctl@ceph.mon.b.smithi104.stdout: Block cache BinnedLRUCache@0x55d03042c850#7 capacity: 512.00 MB usage: 0.42 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 8e-06 secs_since: 0 2024-09-13T14:27:55.702 INFO:journalctl@ceph.mon.b.smithi104.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.17 KB,3.27826e-05%) IndexBlock(1,0.25 KB,4.76837e-05%) Misc(1,0.00 KB,0%) 2024-09-13T14:27:55.702 INFO:journalctl@ceph.mon.b.smithi104.stdout: 2024-09-13T14:27:55.702 INFO:journalctl@ceph.mon.b.smithi104.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-13T14:27:55.702 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: starting mon.b rank 1 at public addrs [v2:172.21.15.104:3300/0,v1:172.21.15.104:6789/0] at bind addrs [v2:172.21.15.104:3300/0,v1:172.21.15.104:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 18f8172c-71da-11ef-bceb-c7b262605968 2024-09-13T14:27:55.702 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: mon.b@-1(???) e3 preinit fsid 18f8172c-71da-11ef-bceb-c7b262605968 2024-09-13T14:27:55.702 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: mon.b@-1(???).mds e9 new map 2024-09-13T14:27:55.702 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: mon.b@-1(???).mds e9 print_map 2024-09-13T14:27:55.702 INFO:journalctl@ceph.mon.b.smithi104.stdout: e9 2024-09-13T14:27:55.702 INFO:journalctl@ceph.mon.b.smithi104.stdout: btime 1970-01-01T00:00:00:000000+0000 2024-09-13T14:27:55.702 INFO:journalctl@ceph.mon.b.smithi104.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-13T14:27:55.702 INFO:journalctl@ceph.mon.b.smithi104.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-09-13T14:27:55.703 INFO:journalctl@ceph.mon.b.smithi104.stdout: legacy client fscid: 1 2024-09-13T14:27:55.703 INFO:journalctl@ceph.mon.b.smithi104.stdout: 2024-09-13T14:27:55.703 INFO:journalctl@ceph.mon.b.smithi104.stdout: Filesystem 'foo' (1) 2024-09-13T14:27:55.703 INFO:journalctl@ceph.mon.b.smithi104.stdout: fs_name foo 2024-09-13T14:27:55.703 INFO:journalctl@ceph.mon.b.smithi104.stdout: epoch 8 2024-09-13T14:27:55.703 INFO:journalctl@ceph.mon.b.smithi104.stdout: flags 12 joinable allow_snaps allow_multimds_snaps 2024-09-13T14:27:55.703 INFO:journalctl@ceph.mon.b.smithi104.stdout: created 2024-09-13T14:19:29.704235+0000 2024-09-13T14:27:55.703 INFO:journalctl@ceph.mon.b.smithi104.stdout: modified 2024-09-13T14:19:43.532384+0000 2024-09-13T14:27:55.703 INFO:journalctl@ceph.mon.b.smithi104.stdout: tableserver 0 2024-09-13T14:27:55.703 INFO:journalctl@ceph.mon.b.smithi104.stdout: root 0 2024-09-13T14:27:55.703 INFO:journalctl@ceph.mon.b.smithi104.stdout: session_timeout 60 2024-09-13T14:27:55.703 INFO:journalctl@ceph.mon.b.smithi104.stdout: session_autoclose 300 2024-09-13T14:27:55.703 INFO:journalctl@ceph.mon.b.smithi104.stdout: max_file_size 1099511627776 2024-09-13T14:27:55.704 INFO:journalctl@ceph.mon.b.smithi104.stdout: max_xattr_size 65536 2024-09-13T14:27:55.704 INFO:journalctl@ceph.mon.b.smithi104.stdout: required_client_features {} 2024-09-13T14:27:55.704 INFO:journalctl@ceph.mon.b.smithi104.stdout: last_failure 0 2024-09-13T14:27:55.704 INFO:journalctl@ceph.mon.b.smithi104.stdout: last_failure_osd_epoch 0 2024-09-13T14:27:55.704 INFO:journalctl@ceph.mon.b.smithi104.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-09-13T14:27:55.704 INFO:journalctl@ceph.mon.b.smithi104.stdout: max_mds 1 2024-09-13T14:27:55.704 INFO:journalctl@ceph.mon.b.smithi104.stdout: in 0 2024-09-13T14:27:55.704 INFO:journalctl@ceph.mon.b.smithi104.stdout: up {0=14637} 2024-09-13T14:27:55.704 INFO:journalctl@ceph.mon.b.smithi104.stdout: failed 2024-09-13T14:27:55.704 INFO:journalctl@ceph.mon.b.smithi104.stdout: damaged 2024-09-13T14:27:55.704 INFO:journalctl@ceph.mon.b.smithi104.stdout: stopped 2024-09-13T14:27:55.704 INFO:journalctl@ceph.mon.b.smithi104.stdout: data_pools [4] 2024-09-13T14:27:55.704 INFO:journalctl@ceph.mon.b.smithi104.stdout: metadata_pool 3 2024-09-13T14:27:55.704 INFO:journalctl@ceph.mon.b.smithi104.stdout: inline_data disabled 2024-09-13T14:27:55.705 INFO:journalctl@ceph.mon.b.smithi104.stdout: balancer 2024-09-13T14:27:55.705 INFO:journalctl@ceph.mon.b.smithi104.stdout: bal_rank_mask -1 2024-09-13T14:27:55.705 INFO:journalctl@ceph.mon.b.smithi104.stdout: standby_count_wanted 1 2024-09-13T14:27:55.705 INFO:journalctl@ceph.mon.b.smithi104.stdout: qdb_cluster leader: 0 members: 2024-09-13T14:27:55.705 INFO:journalctl@ceph.mon.b.smithi104.stdout: [mds.foo.smithi071.awdchm{0:14637} state up:active seq 3 join_fscid=1 addr [v2:172.21.15.71:6834/384936595,v1:172.21.15.71:6835/384936595] compat {c=[1],r=[1],i=[7ff]}] 2024-09-13T14:27:55.705 INFO:journalctl@ceph.mon.b.smithi104.stdout: 2024-09-13T14:27:55.705 INFO:journalctl@ceph.mon.b.smithi104.stdout: 2024-09-13T14:27:55.705 INFO:journalctl@ceph.mon.b.smithi104.stdout: Standby daemons: 2024-09-13T14:27:55.705 INFO:journalctl@ceph.mon.b.smithi104.stdout: 2024-09-13T14:27:55.705 INFO:journalctl@ceph.mon.b.smithi104.stdout: [mds.foo.smithi104.uecrqj{-1:24475} state up:standby seq 2 join_fscid=1 addr [v2:172.21.15.104:6832/3060797159,v1:172.21.15.104:6833/3060797159] compat {c=[1],r=[1],i=[7ff]}] 2024-09-13T14:27:55.705 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: mon.b@-1(???).osd e493 crush map has features 3314933000854323200, adjusting msgr requires 2024-09-13T14:27:55.706 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: mon.b@-1(???).osd e493 crush map has features 432629239337189376, adjusting msgr requires 2024-09-13T14:27:55.706 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: mon.b@-1(???).osd e493 crush map has features 432629239337189376, adjusting msgr requires 2024-09-13T14:27:55.706 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: mon.b@-1(???).osd e493 crush map has features 432629239337189376, adjusting msgr requires 2024-09-13T14:27:55.706 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 ceph-mon[105578]: mon.b@-1(???).paxosservice(auth 1..21) refresh upgraded, format 0 -> 3 2024-09-13T14:27:55.706 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 bash[105540]: 15a56f2fc61314c41cfc0558b51d390034f3ad0e2190117efc62e649ef9aa313 2024-09-13T14:27:55.706 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:55 smithi104 systemd[1]: Started Ceph mon.b for 18f8172c-71da-11ef-bceb-c7b262605968. 2024-09-13T14:27:56.889 INFO:tasks.rados.rados.0.smithi071.stdout:1680: done (0 left) 2024-09-13T14:27:56.889 INFO:tasks.rados.rados.0.smithi071.stdout:1681: snap_remove snap 204 2024-09-13T14:27:57.790 INFO:tasks.rados.rados.0.smithi071.stdout:1681: done (0 left) 2024-09-13T14:27:57.790 INFO:tasks.rados.rados.0.smithi071.stdout:1682: write oid 25 current snap is 210 2024-09-13T14:27:57.790 INFO:tasks.rados.rados.0.smithi071.stdout:1682: seq_num 638 ranges {722866=466161,1617747=428880,2587634=135232} 2024-09-13T14:27:57.796 INFO:tasks.rados.rados.0.smithi071.stdout:1682: writing smithi07185159-25 from 722866 to 1189027 tid 1 2024-09-13T14:27:57.801 INFO:tasks.rados.rados.0.smithi071.stdout:1682: writing smithi07185159-25 from 1617747 to 2046627 tid 2 2024-09-13T14:27:57.806 INFO:tasks.rados.rados.0.smithi071.stdout:1682: writing smithi07185159-25 from 2587634 to 2722866 tid 3 2024-09-13T14:27:57.806 INFO:tasks.rados.rados.0.smithi071.stdout:1683: write oid 31 current snap is 210 2024-09-13T14:27:57.806 INFO:tasks.rados.rados.0.smithi071.stdout:1682: finishing write tid 1 to smithi07185159-25 2024-09-13T14:27:57.806 INFO:tasks.rados.rados.0.smithi071.stdout:1682: finishing write tid 2 to smithi07185159-25 2024-09-13T14:27:57.806 INFO:tasks.rados.rados.0.smithi071.stdout:1683: seq_num 639 ranges {739673=657763,2076229=663444} 2024-09-13T14:27:57.813 INFO:tasks.rados.rados.0.smithi071.stdout:1683: writing smithi07185159-31 from 739673 to 1397436 tid 1 2024-09-13T14:27:57.820 INFO:tasks.rados.rados.0.smithi071.stdout:1683: writing smithi07185159-31 from 2076229 to 2739673 tid 2 2024-09-13T14:27:57.820 INFO:tasks.rados.rados.0.smithi071.stdout:1684: snap_create 2024-09-13T14:27:57.820 INFO:tasks.rados.rados.0.smithi071.stdout:1682: finishing write tid 3 to smithi07185159-25 2024-09-13T14:27:57.820 INFO:tasks.rados.rados.0.smithi071.stdout:1682: finishing write tid 4 to smithi07185159-25 2024-09-13T14:27:57.820 INFO:tasks.rados.rados.0.smithi071.stdout:1682: finishing write tid 5 to smithi07185159-25 2024-09-13T14:27:57.820 INFO:tasks.rados.rados.0.smithi071.stdout:1682: oid 25 updating version 0 to 903 2024-09-13T14:27:57.821 INFO:tasks.rados.rados.0.smithi071.stdout:1682: oid 25 version 903 is already newer than 901 2024-09-13T14:27:57.821 INFO:tasks.rados.rados.0.smithi071.stdout:1682: oid 25 version 903 is already newer than 900 2024-09-13T14:27:57.821 INFO:tasks.rados.rados.0.smithi071.stdout:1682: oid 25 version 903 is already newer than 902 2024-09-13T14:27:57.821 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 25 v 903 (ObjNum 638 snap 210 seq_num 638) dirty exists 2024-09-13T14:27:57.821 INFO:tasks.rados.rados.0.smithi071.stdout:1682: left oid 25 (ObjNum 638 snap 210 seq_num 638) 2024-09-13T14:27:57.821 INFO:tasks.rados.rados.0.smithi071.stdout:1683: finishing write tid 1 to smithi07185159-31 2024-09-13T14:27:57.823 INFO:tasks.rados.rados.0.smithi071.stdout:1683: finishing write tid 2 to smithi07185159-31 2024-09-13T14:27:57.823 INFO:tasks.rados.rados.0.smithi071.stdout:1683: finishing write tid 3 to smithi07185159-31 2024-09-13T14:27:57.823 INFO:tasks.rados.rados.0.smithi071.stdout:1683: finishing write tid 4 to smithi07185159-31 2024-09-13T14:27:57.824 INFO:tasks.rados.rados.0.smithi071.stdout:1683: oid 31 updating version 0 to 918 2024-09-13T14:27:57.824 INFO:tasks.rados.rados.0.smithi071.stdout:1683: oid 31 version 918 is already newer than 917 2024-09-13T14:27:57.824 INFO:tasks.rados.rados.0.smithi071.stdout:1683: oid 31 version 918 is already newer than 916 2024-09-13T14:27:57.824 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 31 v 918 (ObjNum 639 snap 210 seq_num 639) dirty exists 2024-09-13T14:27:57.824 INFO:tasks.rados.rados.0.smithi071.stdout:1683: left oid 31 (ObjNum 639 snap 210 seq_num 639) 2024-09-13T14:27:58.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:57 smithi104 ceph-mon[105578]: overall HEALTH_OK 2024-09-13T14:27:58.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:57 smithi104 ceph-mon[105578]: mon.c calling monitor election 2024-09-13T14:27:58.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:57 smithi104 ceph-mon[105578]: mon.b calling monitor election 2024-09-13T14:27:58.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:57 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T14:27:58.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:57 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T14:27:58.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:57 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T14:27:58.174 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:57 smithi104 ceph-mon[105578]: mon.a calling monitor election 2024-09-13T14:27:58.174 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:57 smithi104 ceph-mon[105578]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-09-13T14:27:58.174 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:57 smithi104 ceph-mon[105578]: monmap epoch 4 2024-09-13T14:27:58.174 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:57 smithi104 ceph-mon[105578]: fsid 18f8172c-71da-11ef-bceb-c7b262605968 2024-09-13T14:27:58.174 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:57 smithi104 ceph-mon[105578]: last_changed 2024-09-13T14:27:56.886527+0000 2024-09-13T14:27:58.174 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:57 smithi104 ceph-mon[105578]: created 2024-09-13T14:12:31.447953+0000 2024-09-13T14:27:58.174 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:57 smithi104 ceph-mon[105578]: min_mon_release 19 (squid) 2024-09-13T14:27:58.174 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:57 smithi104 ceph-mon[105578]: election_strategy: 1 2024-09-13T14:27:58.174 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:57 smithi104 ceph-mon[105578]: 0: [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon.a 2024-09-13T14:27:58.174 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:57 smithi104 ceph-mon[105578]: 1: [v2:172.21.15.104:3300/0,v1:172.21.15.104:6789/0] mon.b 2024-09-13T14:27:58.174 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:57 smithi104 ceph-mon[105578]: 2: [v2:172.21.15.71:3301/0,v1:172.21.15.71:6790/0] mon.c 2024-09-13T14:27:58.175 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:57 smithi104 ceph-mon[105578]: fsmap foo:1 {0=foo.smithi071.awdchm=up:active} 1 up:standby 2024-09-13T14:27:58.175 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:57 smithi104 ceph-mon[105578]: osdmap e494: 8 total, 8 up, 8 in 2024-09-13T14:27:58.175 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:57 smithi104 ceph-mon[105578]: mgrmap e39: y(active, since 2m), standbys: x 2024-09-13T14:27:58.175 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:57 smithi104 ceph-mon[105578]: overall HEALTH_OK 2024-09-13T14:27:58.175 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:57 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:27:58.175 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:57 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:27:58.175 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:57 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:27:58.175 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:57 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:27:58.175 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:57 smithi104 ceph-mon[105578]: osdmap e495: 8 total, 8 up, 8 in 2024-09-13T14:27:58.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:57 smithi071 ceph-mon[107477]: overall HEALTH_OK 2024-09-13T14:27:58.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:57 smithi071 ceph-mon[107477]: mon.c calling monitor election 2024-09-13T14:27:58.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:57 smithi071 ceph-mon[107477]: mon.b calling monitor election 2024-09-13T14:27:58.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:57 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T14:27:58.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:57 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T14:27:58.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:57 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T14:27:58.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:57 smithi071 ceph-mon[107477]: mon.a calling monitor election 2024-09-13T14:27:58.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:57 smithi071 ceph-mon[107477]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-09-13T14:27:58.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:57 smithi071 ceph-mon[107477]: monmap epoch 4 2024-09-13T14:27:58.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:57 smithi071 ceph-mon[107477]: fsid 18f8172c-71da-11ef-bceb-c7b262605968 2024-09-13T14:27:58.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:57 smithi071 ceph-mon[107477]: last_changed 2024-09-13T14:27:56.886527+0000 2024-09-13T14:27:58.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:57 smithi071 ceph-mon[107477]: created 2024-09-13T14:12:31.447953+0000 2024-09-13T14:27:58.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:57 smithi071 ceph-mon[107477]: min_mon_release 19 (squid) 2024-09-13T14:27:58.393 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:57 smithi071 ceph-mon[107477]: election_strategy: 1 2024-09-13T14:27:58.393 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:57 smithi071 ceph-mon[107477]: 0: [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon.a 2024-09-13T14:27:58.393 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:57 smithi071 ceph-mon[107477]: 1: [v2:172.21.15.104:3300/0,v1:172.21.15.104:6789/0] mon.b 2024-09-13T14:27:58.393 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:57 smithi071 ceph-mon[107477]: 2: [v2:172.21.15.71:3301/0,v1:172.21.15.71:6790/0] mon.c 2024-09-13T14:27:58.393 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:57 smithi071 ceph-mon[107477]: fsmap foo:1 {0=foo.smithi071.awdchm=up:active} 1 up:standby 2024-09-13T14:27:58.393 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:57 smithi071 ceph-mon[107477]: osdmap e494: 8 total, 8 up, 8 in 2024-09-13T14:27:58.393 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:57 smithi071 ceph-mon[107477]: mgrmap e39: y(active, since 2m), standbys: x 2024-09-13T14:27:58.393 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:57 smithi071 ceph-mon[107477]: overall HEALTH_OK 2024-09-13T14:27:58.393 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:57 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:27:58.393 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:57 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:27:58.393 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:57 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:27:58.394 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:57 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:27:58.394 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:57 smithi071 ceph-mon[107477]: osdmap e495: 8 total, 8 up, 8 in 2024-09-13T14:27:58.394 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:57 smithi071 ceph-mon[112785]: overall HEALTH_OK 2024-09-13T14:27:58.394 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:57 smithi071 ceph-mon[112785]: mon.c calling monitor election 2024-09-13T14:27:58.394 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:57 smithi071 ceph-mon[112785]: mon.b calling monitor election 2024-09-13T14:27:58.394 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:57 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T14:27:58.394 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:57 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T14:27:58.394 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:57 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T14:27:58.394 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:57 smithi071 ceph-mon[112785]: mon.a calling monitor election 2024-09-13T14:27:58.395 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:57 smithi071 ceph-mon[112785]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-09-13T14:27:58.395 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:57 smithi071 ceph-mon[112785]: monmap epoch 4 2024-09-13T14:27:58.395 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:57 smithi071 ceph-mon[112785]: fsid 18f8172c-71da-11ef-bceb-c7b262605968 2024-09-13T14:27:58.395 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:57 smithi071 ceph-mon[112785]: last_changed 2024-09-13T14:27:56.886527+0000 2024-09-13T14:27:58.395 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:57 smithi071 ceph-mon[112785]: created 2024-09-13T14:12:31.447953+0000 2024-09-13T14:27:58.395 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:57 smithi071 ceph-mon[112785]: min_mon_release 19 (squid) 2024-09-13T14:27:58.395 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:57 smithi071 ceph-mon[112785]: election_strategy: 1 2024-09-13T14:27:58.395 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:57 smithi071 ceph-mon[112785]: 0: [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon.a 2024-09-13T14:27:58.395 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:57 smithi071 ceph-mon[112785]: 1: [v2:172.21.15.104:3300/0,v1:172.21.15.104:6789/0] mon.b 2024-09-13T14:27:58.395 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:57 smithi071 ceph-mon[112785]: 2: [v2:172.21.15.71:3301/0,v1:172.21.15.71:6790/0] mon.c 2024-09-13T14:27:58.395 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:57 smithi071 ceph-mon[112785]: fsmap foo:1 {0=foo.smithi071.awdchm=up:active} 1 up:standby 2024-09-13T14:27:58.395 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:57 smithi071 ceph-mon[112785]: osdmap e494: 8 total, 8 up, 8 in 2024-09-13T14:27:58.395 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:57 smithi071 ceph-mon[112785]: mgrmap e39: y(active, since 2m), standbys: x 2024-09-13T14:27:58.396 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:57 smithi071 ceph-mon[112785]: overall HEALTH_OK 2024-09-13T14:27:58.396 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:57 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:27:58.396 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:57 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:27:58.396 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:57 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:27:58.396 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:57 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:27:58.396 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:57 smithi071 ceph-mon[112785]: osdmap e495: 8 total, 8 up, 8 in 2024-09-13T14:27:58.791 INFO:tasks.rados.rados.0.smithi071.stdout:1682: done (2 left) 2024-09-13T14:27:58.791 INFO:tasks.rados.rados.0.smithi071.stdout:1683: done (1 left) 2024-09-13T14:27:58.791 INFO:tasks.rados.rados.0.smithi071.stdout:1684: done (0 left) 2024-09-13T14:27:58.791 INFO:tasks.rados.rados.0.smithi071.stdout:1685: snap_remove snap 207 2024-09-13T14:27:59.163 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:58 smithi104 ceph-mon[105578]: pgmap v194: 89 pgs: 89 active+clean; 89 MiB data, 492 MiB used, 715 GiB / 715 GiB avail; 1.7 MiB/s rd, 0 B/s wr, 1 op/s 2024-09-13T14:27:59.163 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:58 smithi104 ceph-mon[105578]: osdmap e496: 8 total, 8 up, 8 in 2024-09-13T14:27:59.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:58 smithi071 ceph-mon[107477]: pgmap v194: 89 pgs: 89 active+clean; 89 MiB data, 492 MiB used, 715 GiB / 715 GiB avail; 1.7 MiB/s rd, 0 B/s wr, 1 op/s 2024-09-13T14:27:59.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:58 smithi071 ceph-mon[107477]: osdmap e496: 8 total, 8 up, 8 in 2024-09-13T14:27:59.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:58 smithi071 ceph-mon[112785]: pgmap v194: 89 pgs: 89 active+clean; 89 MiB data, 492 MiB used, 715 GiB / 715 GiB avail; 1.7 MiB/s rd, 0 B/s wr, 1 op/s 2024-09-13T14:27:59.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:58 smithi071 ceph-mon[112785]: osdmap e496: 8 total, 8 up, 8 in 2024-09-13T14:27:59.792 INFO:tasks.rados.rados.0.smithi071.stdout:1685: done (0 left) 2024-09-13T14:27:59.792 INFO:tasks.rados.rados.0.smithi071.stdout:1686: delete oid 40 current snap is 211 2024-09-13T14:27:59.797 INFO:tasks.rados.rados.0.smithi071.stdout:1686: done (0 left) 2024-09-13T14:27:59.798 INFO:tasks.rados.rados.0.smithi071.stdout:1687: read oid 22 snap -1 2024-09-13T14:27:59.798 INFO:tasks.rados.rados.0.smithi071.stdout:1687: expect deleted 2024-09-13T14:27:59.798 INFO:tasks.rados.rados.0.smithi071.stdout:1688: write oid 35 current snap is 211 2024-09-13T14:27:59.798 INFO:tasks.rados.rados.0.smithi071.stdout:1688: seq_num 641 ranges {773287=408261,1793193=576207} 2024-09-13T14:27:59.804 INFO:tasks.rados.rados.0.smithi071.stdout:1688: writing smithi07185159-35 from 773287 to 1181548 tid 1 2024-09-13T14:27:59.811 INFO:tasks.rados.rados.0.smithi071.stdout:1688: writing smithi07185159-35 from 1793193 to 2369400 tid 2 2024-09-13T14:27:59.811 INFO:tasks.rados.rados.0.smithi071.stdout:1689: delete oid 20 current snap is 211 2024-09-13T14:27:59.811 INFO:tasks.rados.rados.0.smithi071.stdout:1688: finishing write tid 1 to smithi07185159-35 2024-09-13T14:27:59.812 INFO:tasks.rados.rados.0.smithi071.stdout:1687: done (2 left) 2024-09-13T14:27:59.812 INFO:tasks.rados.rados.0.smithi071.stdout:1689: done (1 left) 2024-09-13T14:27:59.813 INFO:tasks.rados.rados.0.smithi071.stdout:1690: write oid 18 current snap is 211 2024-09-13T14:27:59.813 INFO:tasks.rados.rados.0.smithi071.stdout:1690: seq_num 643 ranges {406901=558759,1393804=579876,2608396=198505} 2024-09-13T14:27:59.817 INFO:tasks.rados.rados.0.smithi071.stdout:1690: writing smithi07185159-18 from 406901 to 965660 tid 1 2024-09-13T14:27:59.823 INFO:tasks.rados.rados.0.smithi071.stdout:1690: writing smithi07185159-18 from 1393804 to 1973680 tid 2 2024-09-13T14:27:59.828 INFO:tasks.rados.rados.0.smithi071.stdout:1690: writing smithi07185159-18 from 2608396 to 2806901 tid 3 2024-09-13T14:27:59.828 INFO:tasks.rados.rados.0.smithi071.stdout:1691: read oid 4 snap -1 2024-09-13T14:27:59.828 INFO:tasks.rados.rados.0.smithi071.stdout:1691: expect deleted 2024-09-13T14:27:59.829 INFO:tasks.rados.rados.0.smithi071.stdout:1692: write oid 39 current snap is 211 2024-09-13T14:27:59.829 INFO:tasks.rados.rados.0.smithi071.stdout:1688: finishing write tid 2 to smithi07185159-35 2024-09-13T14:27:59.829 INFO:tasks.rados.rados.0.smithi071.stdout:1688: finishing write tid 3 to smithi07185159-35 2024-09-13T14:27:59.829 INFO:tasks.rados.rados.0.smithi071.stdout:1688: finishing write tid 4 to smithi07185159-35 2024-09-13T14:27:59.829 INFO:tasks.rados.rados.0.smithi071.stdout:1688: oid 35 updating version 0 to 874 2024-09-13T14:27:59.829 INFO:tasks.rados.rados.0.smithi071.stdout:1688: oid 35 version 874 is already newer than 873 2024-09-13T14:27:59.829 INFO:tasks.rados.rados.0.smithi071.stdout:1688: oid 35 version 874 is already newer than 872 2024-09-13T14:27:59.829 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 35 v 874 (ObjNum 641 snap 211 seq_num 641) dirty exists 2024-09-13T14:27:59.829 INFO:tasks.rados.rados.0.smithi071.stdout:1688: left oid 35 (ObjNum 641 snap 211 seq_num 641) 2024-09-13T14:27:59.829 INFO:tasks.rados.rados.0.smithi071.stdout:1690: finishing write tid 1 to smithi07185159-18 2024-09-13T14:27:59.829 INFO:tasks.rados.rados.0.smithi071.stdout:1692: seq_num 644 ranges {423708=634008,1852286=439887,2752172=71536} 2024-09-13T14:27:59.834 INFO:tasks.rados.rados.0.smithi071.stdout:1692: writing smithi07185159-39 from 423708 to 1057716 tid 1 2024-09-13T14:27:59.841 INFO:tasks.rados.rados.0.smithi071.stdout:1692: writing smithi07185159-39 from 1852286 to 2292173 tid 2 2024-09-13T14:27:59.844 INFO:tasks.rados.rados.0.smithi071.stdout:1692: writing smithi07185159-39 from 2752172 to 2823708 tid 3 2024-09-13T14:27:59.844 INFO:tasks.rados.rados.0.smithi071.stdout:1688: done (3 left) 2024-09-13T14:27:59.844 INFO:tasks.rados.rados.0.smithi071.stdout:1693: read oid 19 snap -1 2024-09-13T14:27:59.844 INFO:tasks.rados.rados.0.smithi071.stdout:1693: expect (ObjNum 523 snap 172 seq_num 523) 2024-09-13T14:27:59.845 INFO:tasks.rados.rados.0.smithi071.stdout:1694: delete oid 21 current snap is 211 2024-09-13T14:27:59.845 INFO:tasks.rados.rados.0.smithi071.stdout:1690: finishing write tid 2 to smithi07185159-18 2024-09-13T14:27:59.845 INFO:tasks.rados.rados.0.smithi071.stdout:1690: finishing write tid 3 to smithi07185159-18 2024-09-13T14:27:59.845 INFO:tasks.rados.rados.0.smithi071.stdout:1690: finishing write tid 4 to smithi07185159-18 2024-09-13T14:27:59.845 INFO:tasks.rados.rados.0.smithi071.stdout:1690: finishing write tid 5 to smithi07185159-18 2024-09-13T14:27:59.845 INFO:tasks.rados.rados.0.smithi071.stdout:1690: oid 18 updating version 0 to 1683 2024-09-13T14:27:59.845 INFO:tasks.rados.rados.0.smithi071.stdout:1690: oid 18 version 1683 is already newer than 1682 2024-09-13T14:27:59.845 INFO:tasks.rados.rados.0.smithi071.stdout:1690: oid 18 updating version 1683 to 1684 2024-09-13T14:27:59.845 INFO:tasks.rados.rados.0.smithi071.stdout:1690: oid 18 updating version 1684 to 1685 2024-09-13T14:27:59.845 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 18 v 1685 (ObjNum 643 snap 211 seq_num 643) dirty exists 2024-09-13T14:27:59.845 INFO:tasks.rados.rados.0.smithi071.stdout:1690: left oid 18 (ObjNum 643 snap 211 seq_num 643) 2024-09-13T14:27:59.845 INFO:tasks.rados.rados.0.smithi071.stdout:1692: finishing write tid 1 to smithi07185159-39 2024-09-13T14:27:59.845 INFO:tasks.rados.rados.0.smithi071.stdout:1692: finishing write tid 2 to smithi07185159-39 2024-09-13T14:27:59.846 INFO:tasks.rados.rados.0.smithi071.stdout:1690: done (4 left) 2024-09-13T14:27:59.846 INFO:tasks.rados.rados.0.smithi071.stdout:1691: done (3 left) 2024-09-13T14:27:59.846 INFO:tasks.rados.rados.0.smithi071.stdout:1694: done (2 left) 2024-09-13T14:27:59.846 INFO:tasks.rados.rados.0.smithi071.stdout:1695: write oid 5 current snap is 211 2024-09-13T14:27:59.846 INFO:tasks.rados.rados.0.smithi071.stdout:1695: seq_num 646 ranges {457322=784506,1969250=443556} 2024-09-13T14:27:59.853 INFO:tasks.rados.rados.0.smithi071.stdout:1695: writing smithi07185159-5 from 457322 to 1241828 tid 1 2024-09-13T14:27:59.859 INFO:tasks.rados.rados.0.smithi071.stdout:1695: writing smithi07185159-5 from 1969250 to 2412806 tid 2 2024-09-13T14:27:59.860 INFO:tasks.rados.rados.0.smithi071.stdout:1696: delete oid 9 current snap is 211 2024-09-13T14:27:59.860 INFO:tasks.rados.rados.0.smithi071.stdout:1692: finishing write tid 3 to smithi07185159-39 2024-09-13T14:27:59.860 INFO:tasks.rados.rados.0.smithi071.stdout:1692: finishing write tid 4 to smithi07185159-39 2024-09-13T14:27:59.860 INFO:tasks.rados.rados.0.smithi071.stdout:1692: finishing write tid 5 to smithi07185159-39 2024-09-13T14:27:59.860 INFO:tasks.rados.rados.0.smithi071.stdout:1692: oid 39 updating version 0 to 879 2024-09-13T14:27:59.860 INFO:tasks.rados.rados.0.smithi071.stdout:1692: oid 39 version 879 is already newer than 876 2024-09-13T14:27:59.860 INFO:tasks.rados.rados.0.smithi071.stdout:1692: oid 39 version 879 is already newer than 878 2024-09-13T14:27:59.860 INFO:tasks.rados.rados.0.smithi071.stdout:1692: oid 39 version 879 is already newer than 877 2024-09-13T14:27:59.860 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 39 v 879 (ObjNum 644 snap 211 seq_num 644) dirty exists 2024-09-13T14:27:59.860 INFO:tasks.rados.rados.0.smithi071.stdout:1692: left oid 39 (ObjNum 644 snap 211 seq_num 644) 2024-09-13T14:27:59.860 INFO:tasks.rados.rados.0.smithi071.stdout:1693: expect (ObjNum 523 snap 172 seq_num 523) 2024-09-13T14:27:59.956 INFO:tasks.rados.rados.0.smithi071.stdout:1695: finishing write tid 1 to smithi07185159-5 2024-09-13T14:27:59.956 INFO:tasks.rados.rados.0.smithi071.stdout:1695: finishing write tid 2 to smithi07185159-5 2024-09-13T14:27:59.956 INFO:tasks.rados.rados.0.smithi071.stdout:1695: finishing write tid 3 to smithi07185159-5 2024-09-13T14:27:59.956 INFO:tasks.rados.rados.0.smithi071.stdout:1695: finishing write tid 4 to smithi07185159-5 2024-09-13T14:27:59.956 INFO:tasks.rados.rados.0.smithi071.stdout:1695: oid 5 updating version 0 to 1686 2024-09-13T14:27:59.956 INFO:tasks.rados.rados.0.smithi071.stdout:1695: oid 5 updating version 1686 to 1687 2024-09-13T14:27:59.956 INFO:tasks.rados.rados.0.smithi071.stdout:1695: oid 5 updating version 1687 to 1688 2024-09-13T14:27:59.956 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 5 v 1688 (ObjNum 646 snap 211 seq_num 646) dirty exists 2024-09-13T14:27:59.956 INFO:tasks.rados.rados.0.smithi071.stdout:1695: left oid 5 (ObjNum 646 snap 211 seq_num 646) 2024-09-13T14:27:59.956 INFO:tasks.rados.rados.0.smithi071.stdout:1692: done (3 left) 2024-09-13T14:27:59.956 INFO:tasks.rados.rados.0.smithi071.stdout:1693: done (2 left) 2024-09-13T14:27:59.957 INFO:tasks.rados.rados.0.smithi071.stdout:1695: done (1 left) 2024-09-13T14:27:59.957 INFO:tasks.rados.rados.0.smithi071.stdout:1696: done (0 left) 2024-09-13T14:27:59.957 INFO:tasks.rados.rados.0.smithi071.stdout:1697: read oid 28 snap -1 2024-09-13T14:27:59.957 INFO:tasks.rados.rados.0.smithi071.stdout:1697: expect deleted 2024-09-13T14:27:59.957 INFO:tasks.rados.rados.0.smithi071.stdout:1698: snap_create 2024-09-13T14:28:00.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:59 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:28:00.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:27:59 smithi071 ceph-mon[107477]: osdmap e497: 8 total, 8 up, 8 in 2024-09-13T14:28:00.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:59 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:28:00.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:27:59 smithi071 ceph-mon[112785]: osdmap e497: 8 total, 8 up, 8 in 2024-09-13T14:28:00.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:59 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:28:00.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:27:59 smithi104 ceph-mon[105578]: osdmap e497: 8 total, 8 up, 8 in 2024-09-13T14:28:00.627 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:28:00 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: 2024-09-13T14:28:00.337+0000 7f099fea3640 -1 mgr.server handle_report got status from non-daemon mon.b 2024-09-13T14:28:00.904 INFO:tasks.rados.rados.0.smithi071.stdout:1697: done (1 left) 2024-09-13T14:28:00.904 INFO:tasks.rados.rados.0.smithi071.stdout:1698: done (0 left) 2024-09-13T14:28:00.905 INFO:tasks.rados.rados.0.smithi071.stdout:1699: read oid 48 snap 211 2024-09-13T14:28:00.905 INFO:tasks.rados.rados.0.smithi071.stdout:1699: expect deleted 2024-09-13T14:28:00.905 INFO:tasks.rados.rados.0.smithi071.stdout:1700: rollback oid 3 current snap is 212 2024-09-13T14:28:00.905 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 3 to 211 2024-09-13T14:28:00.905 INFO:tasks.rados.rados.0.smithi071.stdout:1701: read oid 15 snap -1 2024-09-13T14:28:00.905 INFO:tasks.rados.rados.0.smithi071.stdout:1701: expect deleted 2024-09-13T14:28:00.905 INFO:tasks.rados.rados.0.smithi071.stdout:1702: delete oid 42 current snap is 212 2024-09-13T14:28:00.908 INFO:tasks.rados.rados.0.smithi071.stdout:1699: done (3 left) 2024-09-13T14:28:00.908 INFO:tasks.rados.rados.0.smithi071.stdout:1702: done (2 left) 2024-09-13T14:28:00.908 INFO:tasks.rados.rados.0.smithi071.stdout:1703: snap_remove snap 210 2024-09-13T14:28:01.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:00 smithi104 ceph-mon[105578]: pgmap v197: 89 pgs: 89 active+clean; 85 MiB data, 465 MiB used, 715 GiB / 715 GiB avail; 1.8 MiB/s rd, 1.7 MiB/s wr, 10 op/s 2024-09-13T14:28:01.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:00 smithi071 ceph-mon[107477]: pgmap v197: 89 pgs: 89 active+clean; 85 MiB data, 465 MiB used, 715 GiB / 715 GiB avail; 1.8 MiB/s rd, 1.7 MiB/s wr, 10 op/s 2024-09-13T14:28:01.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:00 smithi071 ceph-mon[112785]: pgmap v197: 89 pgs: 89 active+clean; 85 MiB data, 465 MiB used, 715 GiB / 715 GiB avail; 1.8 MiB/s rd, 1.7 MiB/s wr, 10 op/s 2024-09-13T14:28:01.907 INFO:tasks.rados.rados.0.smithi071.stdout:1703: done (2 left) 2024-09-13T14:28:01.907 INFO:tasks.rados.rados.0.smithi071.stdout:1704: read oid 6 snap 211 2024-09-13T14:28:01.907 INFO:tasks.rados.rados.0.smithi071.stdout:1704: expect (ObjNum 581 snap 188 seq_num 581) 2024-09-13T14:28:01.907 INFO:tasks.rados.rados.0.smithi071.stdout:1705: read oid 8 snap -1 2024-09-13T14:28:01.907 INFO:tasks.rados.rados.0.smithi071.stdout:1705: expect (ObjNum 556 snap 178 seq_num 556) 2024-09-13T14:28:01.907 INFO:tasks.rados.rados.0.smithi071.stdout:1706: snap_remove snap 209 2024-09-13T14:28:02.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:01 smithi104 ceph-mon[105578]: osdmap e498: 8 total, 8 up, 8 in 2024-09-13T14:28:02.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:01 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:02.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:01 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:02.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:01 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:02.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:01 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:02.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:01 smithi071 ceph-mon[107477]: osdmap e498: 8 total, 8 up, 8 in 2024-09-13T14:28:02.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:01 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:02.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:01 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:02.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:01 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:02.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:01 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:02.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:01 smithi071 ceph-mon[112785]: osdmap e498: 8 total, 8 up, 8 in 2024-09-13T14:28:02.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:01 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:02.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:01 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:02.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:01 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:02.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:01 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:02.797 INFO:tasks.rados.rados.0.smithi071.stdout:1706: done (4 left) 2024-09-13T14:28:02.797 INFO:tasks.rados.rados.0.smithi071.stdout:1707: snap_create 2024-09-13T14:28:02.797 INFO:tasks.rados.rados.0.smithi071.stdout:1700: finishing rollback tid 0 to smithi07185159-3 2024-09-13T14:28:02.797 INFO:tasks.rados.rados.0.smithi071.stdout:1700: finishing rollback tid 1 to smithi07185159-3 2024-09-13T14:28:02.797 INFO:tasks.rados.rados.0.smithi071.stdout:1700: finishing rollback tid 2 to smithi07185159-3 2024-09-13T14:28:02.797 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 3 v 1692 (ObjNum 563 snap 179 seq_num 563) dirty exists 2024-09-13T14:28:02.797 INFO:tasks.rados.rados.0.smithi071.stdout:1705: expect (ObjNum 556 snap 178 seq_num 556) 2024-09-13T14:28:02.998 INFO:tasks.rados.rados.0.smithi071.stdout:1704: expect (ObjNum 581 snap 188 seq_num 581) 2024-09-13T14:28:03.103 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:02 smithi104 ceph-mon[105578]: osdmap e499: 8 total, 8 up, 8 in 2024-09-13T14:28:03.103 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:02 smithi104 ceph-mon[105578]: pgmap v200: 89 pgs: 89 active+clean; 85 MiB data, 465 MiB used, 715 GiB / 715 GiB avail; 1.8 MiB/s rd, 1.7 MiB/s wr, 10 op/s 2024-09-13T14:28:03.103 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:02 smithi104 ceph-mon[105578]: osdmap e500: 8 total, 8 up, 8 in 2024-09-13T14:28:03.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:02 smithi071 ceph-mon[107477]: osdmap e499: 8 total, 8 up, 8 in 2024-09-13T14:28:03.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:02 smithi071 ceph-mon[107477]: pgmap v200: 89 pgs: 89 active+clean; 85 MiB data, 465 MiB used, 715 GiB / 715 GiB avail; 1.8 MiB/s rd, 1.7 MiB/s wr, 10 op/s 2024-09-13T14:28:03.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:02 smithi071 ceph-mon[107477]: osdmap e500: 8 total, 8 up, 8 in 2024-09-13T14:28:03.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:28:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:28:02] "GET /metrics HTTP/1.1" 200 36211 "" "Prometheus/2.51.0" 2024-09-13T14:28:03.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:02 smithi071 ceph-mon[112785]: osdmap e499: 8 total, 8 up, 8 in 2024-09-13T14:28:03.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:02 smithi071 ceph-mon[112785]: pgmap v200: 89 pgs: 89 active+clean; 85 MiB data, 465 MiB used, 715 GiB / 715 GiB avail; 1.8 MiB/s rd, 1.7 MiB/s wr, 10 op/s 2024-09-13T14:28:03.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:02 smithi071 ceph-mon[112785]: osdmap e500: 8 total, 8 up, 8 in 2024-09-13T14:28:03.796 INFO:tasks.rados.rados.0.smithi071.stdout:1700: done (4 left) 2024-09-13T14:28:03.796 INFO:tasks.rados.rados.0.smithi071.stdout:1701: done (3 left) 2024-09-13T14:28:03.796 INFO:tasks.rados.rados.0.smithi071.stdout:1704: done (2 left) 2024-09-13T14:28:03.796 INFO:tasks.rados.rados.0.smithi071.stdout:1705: done (1 left) 2024-09-13T14:28:03.796 INFO:tasks.rados.rados.0.smithi071.stdout:1707: done (0 left) 2024-09-13T14:28:03.796 INFO:tasks.rados.rados.0.smithi071.stdout:1708: write oid 47 current snap is 213 2024-09-13T14:28:03.796 INFO:tasks.rados.rados.0.smithi071.stdout:1708: seq_num 649 ranges {507743=726606,1744696=590883,2772934=134809} 2024-09-13T14:28:03.802 INFO:tasks.rados.rados.0.smithi071.stdout:1708: writing smithi07185159-47 from 507743 to 1234349 tid 1 2024-09-13T14:28:03.809 INFO:tasks.rados.rados.0.smithi071.stdout:1708: writing smithi07185159-47 from 1744696 to 2335579 tid 2 2024-09-13T14:28:03.812 INFO:tasks.rados.rados.0.smithi071.stdout:1708: writing smithi07185159-47 from 2772934 to 2907743 tid 3 2024-09-13T14:28:03.812 INFO:tasks.rados.rados.0.smithi071.stdout:1709: snap_create 2024-09-13T14:28:03.812 INFO:tasks.rados.rados.0.smithi071.stdout:1708: finishing write tid 1 to smithi07185159-47 2024-09-13T14:28:03.812 INFO:tasks.rados.rados.0.smithi071.stdout:1708: finishing write tid 2 to smithi07185159-47 2024-09-13T14:28:03.814 INFO:tasks.rados.rados.0.smithi071.stdout:1708: finishing write tid 3 to smithi07185159-47 2024-09-13T14:28:03.814 INFO:tasks.rados.rados.0.smithi071.stdout:1708: finishing write tid 4 to smithi07185159-47 2024-09-13T14:28:03.814 INFO:tasks.rados.rados.0.smithi071.stdout:1708: finishing write tid 5 to smithi07185159-47 2024-09-13T14:28:03.814 INFO:tasks.rados.rados.0.smithi071.stdout:1708: oid 47 updating version 0 to 770 2024-09-13T14:28:03.814 INFO:tasks.rados.rados.0.smithi071.stdout:1708: oid 47 version 770 is already newer than 768 2024-09-13T14:28:03.814 INFO:tasks.rados.rados.0.smithi071.stdout:1708: oid 47 version 770 is already newer than 769 2024-09-13T14:28:03.814 INFO:tasks.rados.rados.0.smithi071.stdout:1708: oid 47 version 770 is already newer than 767 2024-09-13T14:28:03.815 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 47 v 770 (ObjNum 649 snap 213 seq_num 649) dirty exists 2024-09-13T14:28:03.815 INFO:tasks.rados.rados.0.smithi071.stdout:1708: left oid 47 (ObjNum 649 snap 213 seq_num 649) 2024-09-13T14:28:04.800 INFO:tasks.rados.rados.0.smithi071.stdout:1708: done (1 left) 2024-09-13T14:28:04.800 INFO:tasks.rados.rados.0.smithi071.stdout:1709: done (0 left) 2024-09-13T14:28:04.800 INFO:tasks.rados.rados.0.smithi071.stdout:1710: write oid 37 current snap is 214 2024-09-13T14:28:04.800 INFO:tasks.rados.rados.0.smithi071.stdout:1710: seq_num 650 ranges {524550=401855,1403178=450894,2516710=407840} 2024-09-13T14:28:04.804 INFO:tasks.rados.rados.0.smithi071.stdout:1710: writing smithi07185159-37 from 524550 to 926405 tid 1 2024-09-13T14:28:04.810 INFO:tasks.rados.rados.0.smithi071.stdout:1710: writing smithi07185159-37 from 1403178 to 1854072 tid 2 2024-09-13T14:28:04.816 INFO:tasks.rados.rados.0.smithi071.stdout:1710: writing smithi07185159-37 from 2516710 to 2924550 tid 3 2024-09-13T14:28:04.816 INFO:tasks.rados.rados.0.smithi071.stdout:1711: snap_remove snap 211 2024-09-13T14:28:04.836 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:04 smithi104 ceph-mon[105578]: osdmap e501: 8 total, 8 up, 8 in 2024-09-13T14:28:04.836 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:04 smithi104 ceph-mon[105578]: pgmap v203: 89 pgs: 89 active+clean; 85 MiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:28:05.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:04 smithi071 ceph-mon[107477]: osdmap e501: 8 total, 8 up, 8 in 2024-09-13T14:28:05.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:04 smithi071 ceph-mon[107477]: pgmap v203: 89 pgs: 89 active+clean; 85 MiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:28:05.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:04 smithi071 ceph-mon[112785]: osdmap e501: 8 total, 8 up, 8 in 2024-09-13T14:28:05.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:04 smithi071 ceph-mon[112785]: pgmap v203: 89 pgs: 89 active+clean; 85 MiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:28:05.807 INFO:tasks.rados.rados.0.smithi071.stdout:1711: done (1 left) 2024-09-13T14:28:05.807 INFO:tasks.rados.rados.0.smithi071.stdout:1712: write oid 38 current snap is 214 2024-09-13T14:28:05.807 INFO:tasks.rados.rados.0.smithi071.stdout:1712: seq_num 651 ranges {541357=477104,1745307=594552} 2024-09-13T14:28:05.812 INFO:tasks.rados.rados.0.smithi071.stdout:1712: writing smithi07185159-38 from 541357 to 1018461 tid 1 2024-09-13T14:28:05.820 INFO:tasks.rados.rados.0.smithi071.stdout:1712: writing smithi07185159-38 from 1745307 to 2339859 tid 2 2024-09-13T14:28:05.821 INFO:tasks.rados.rados.0.smithi071.stdout:1713: read oid 9 snap -1 2024-09-13T14:28:05.821 INFO:tasks.rados.rados.0.smithi071.stdout:1713: expect deleted 2024-09-13T14:28:05.821 INFO:tasks.rados.rados.0.smithi071.stdout:1714: read oid 4 snap -1 2024-09-13T14:28:05.821 INFO:tasks.rados.rados.0.smithi071.stdout:1714: expect deleted 2024-09-13T14:28:05.821 INFO:tasks.rados.rados.0.smithi071.stdout:1715: delete oid 47 current snap is 214 2024-09-13T14:28:05.821 INFO:tasks.rados.rados.0.smithi071.stdout:1710: finishing write tid 1 to smithi07185159-37 2024-09-13T14:28:05.821 INFO:tasks.rados.rados.0.smithi071.stdout:1710: finishing write tid 2 to smithi07185159-37 2024-09-13T14:28:05.821 INFO:tasks.rados.rados.0.smithi071.stdout:1710: finishing write tid 3 to smithi07185159-37 2024-09-13T14:28:05.821 INFO:tasks.rados.rados.0.smithi071.stdout:1710: finishing write tid 4 to smithi07185159-37 2024-09-13T14:28:05.821 INFO:tasks.rados.rados.0.smithi071.stdout:1710: finishing write tid 5 to smithi07185159-37 2024-09-13T14:28:05.821 INFO:tasks.rados.rados.0.smithi071.stdout:1710: oid 37 updating version 0 to 509 2024-09-13T14:28:05.821 INFO:tasks.rados.rados.0.smithi071.stdout:1710: oid 37 updating version 509 to 510 2024-09-13T14:28:05.822 INFO:tasks.rados.rados.0.smithi071.stdout:1710: oid 37 version 510 is already newer than 507 2024-09-13T14:28:05.822 INFO:tasks.rados.rados.0.smithi071.stdout:1710: oid 37 version 510 is already newer than 508 2024-09-13T14:28:05.822 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 37 v 510 (ObjNum 650 snap 214 seq_num 650) dirty exists 2024-09-13T14:28:05.822 INFO:tasks.rados.rados.0.smithi071.stdout:1710: left oid 37 (ObjNum 650 snap 214 seq_num 650) 2024-09-13T14:28:05.822 INFO:tasks.rados.rados.0.smithi071.stdout:1712: finishing write tid 1 to smithi07185159-38 2024-09-13T14:28:05.822 INFO:tasks.rados.rados.0.smithi071.stdout:1710: done (4 left) 2024-09-13T14:28:05.822 INFO:tasks.rados.rados.0.smithi071.stdout:1713: done (3 left) 2024-09-13T14:28:05.822 INFO:tasks.rados.rados.0.smithi071.stdout:1715: done (2 left) 2024-09-13T14:28:05.822 INFO:tasks.rados.rados.0.smithi071.stdout:1716: write oid 12 current snap is 214 2024-09-13T14:28:05.823 INFO:tasks.rados.rados.0.smithi071.stdout:1716: seq_num 653 ranges {574971=627602,1862271=598221} 2024-09-13T14:28:05.829 INFO:tasks.rados.rados.0.smithi071.stdout:1716: writing smithi07185159-12 from 574971 to 1202573 tid 1 2024-09-13T14:28:05.836 INFO:tasks.rados.rados.0.smithi071.stdout:1716: writing smithi07185159-12 from 1862271 to 2460492 tid 2 2024-09-13T14:28:05.836 INFO:tasks.rados.rados.0.smithi071.stdout:1717: delete oid 45 current snap is 214 2024-09-13T14:28:05.836 INFO:tasks.rados.rados.0.smithi071.stdout:1712: finishing write tid 2 to smithi07185159-38 2024-09-13T14:28:05.836 INFO:tasks.rados.rados.0.smithi071.stdout:1712: finishing write tid 3 to smithi07185159-38 2024-09-13T14:28:05.836 INFO:tasks.rados.rados.0.smithi071.stdout:1712: finishing write tid 4 to smithi07185159-38 2024-09-13T14:28:05.836 INFO:tasks.rados.rados.0.smithi071.stdout:1712: oid 38 updating version 0 to 923 2024-09-13T14:28:05.836 INFO:tasks.rados.rados.0.smithi071.stdout:1712: oid 38 version 923 is already newer than 922 2024-09-13T14:28:05.836 INFO:tasks.rados.rados.0.smithi071.stdout:1712: oid 38 updating version 923 to 924 2024-09-13T14:28:05.837 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 38 v 924 (ObjNum 651 snap 214 seq_num 651) dirty exists 2024-09-13T14:28:05.837 INFO:tasks.rados.rados.0.smithi071.stdout:1712: left oid 38 (ObjNum 651 snap 214 seq_num 651) 2024-09-13T14:28:05.837 INFO:tasks.rados.rados.0.smithi071.stdout:1716: finishing write tid 1 to smithi07185159-12 2024-09-13T14:28:05.838 INFO:tasks.rados.rados.0.smithi071.stdout:1712: done (3 left) 2024-09-13T14:28:05.838 INFO:tasks.rados.rados.0.smithi071.stdout:1714: done (2 left) 2024-09-13T14:28:05.838 INFO:tasks.rados.rados.0.smithi071.stdout:1717: done (1 left) 2024-09-13T14:28:05.838 INFO:tasks.rados.rados.0.smithi071.stdout:1718: snap_create 2024-09-13T14:28:05.838 INFO:tasks.rados.rados.0.smithi071.stdout:1716: finishing write tid 2 to smithi07185159-12 2024-09-13T14:28:05.838 INFO:tasks.rados.rados.0.smithi071.stdout:1716: finishing write tid 3 to smithi07185159-12 2024-09-13T14:28:05.839 INFO:tasks.rados.rados.0.smithi071.stdout:1716: finishing write tid 4 to smithi07185159-12 2024-09-13T14:28:05.839 INFO:tasks.rados.rados.0.smithi071.stdout:1716: oid 12 updating version 0 to 240 2024-09-13T14:28:05.839 INFO:tasks.rados.rados.0.smithi071.stdout:1716: oid 12 updating version 240 to 241 2024-09-13T14:28:05.839 INFO:tasks.rados.rados.0.smithi071.stdout:1716: oid 12 version 241 is already newer than 239 2024-09-13T14:28:05.839 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 12 v 241 (ObjNum 653 snap 214 seq_num 653) dirty exists 2024-09-13T14:28:05.839 INFO:tasks.rados.rados.0.smithi071.stdout:1716: left oid 12 (ObjNum 653 snap 214 seq_num 653) 2024-09-13T14:28:05.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:05 smithi071 ceph-mon[107477]: osdmap e502: 8 total, 8 up, 8 in 2024-09-13T14:28:05.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:05 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:05.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:05 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:05.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:05 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:28:05.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:05 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:28:05.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:05 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:05.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:05 smithi071 ceph-mon[107477]: Reconfiguring mon.a (monmap changed)... 2024-09-13T14:28:05.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:05 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T14:28:05.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:05 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-13T14:28:05.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:05 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:28:05.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:05 smithi071 ceph-mon[107477]: Reconfiguring daemon mon.a on smithi071 2024-09-13T14:28:05.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:05 smithi071 ceph-mon[112785]: osdmap e502: 8 total, 8 up, 8 in 2024-09-13T14:28:05.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:05 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:05.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:05 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:05.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:05 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:28:05.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:05 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:28:05.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:05 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:05.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:05 smithi071 ceph-mon[112785]: Reconfiguring mon.a (monmap changed)... 2024-09-13T14:28:05.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:05 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T14:28:05.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:05 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-13T14:28:05.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:05 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:28:05.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:05 smithi071 ceph-mon[112785]: Reconfiguring daemon mon.a on smithi071 2024-09-13T14:28:06.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:05 smithi104 ceph-mon[105578]: osdmap e502: 8 total, 8 up, 8 in 2024-09-13T14:28:06.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:05 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:06.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:05 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:06.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:05 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:28:06.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:05 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:28:06.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:05 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:06.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:05 smithi104 ceph-mon[105578]: Reconfiguring mon.a (monmap changed)... 2024-09-13T14:28:06.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:05 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T14:28:06.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:05 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-13T14:28:06.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:05 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:28:06.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:05 smithi104 ceph-mon[105578]: Reconfiguring daemon mon.a on smithi071 2024-09-13T14:28:06.816 INFO:tasks.rados.rados.0.smithi071.stdout:1716: done (1 left) 2024-09-13T14:28:06.816 INFO:tasks.rados.rados.0.smithi071.stdout:1718: done (0 left) 2024-09-13T14:28:06.817 INFO:tasks.rados.rados.0.smithi071.stdout:1719: snap_remove snap 213 2024-09-13T14:28:07.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:06 smithi071 ceph-mon[107477]: osdmap e503: 8 total, 8 up, 8 in 2024-09-13T14:28:07.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:06 smithi071 ceph-mon[107477]: pgmap v206: 89 pgs: 89 active+clean; 81 MiB data, 455 MiB used, 715 GiB / 715 GiB avail; 5.1 MiB/s rd, 663 KiB/s wr, 7 op/s 2024-09-13T14:28:07.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:06 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:07.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:06 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:07.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:06 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-13T14:28:07.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:06 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "mgr services"} : dispatch 2024-09-13T14:28:07.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:06 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:28:07.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:06 smithi071 ceph-mon[112785]: osdmap e503: 8 total, 8 up, 8 in 2024-09-13T14:28:07.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:06 smithi071 ceph-mon[112785]: pgmap v206: 89 pgs: 89 active+clean; 81 MiB data, 455 MiB used, 715 GiB / 715 GiB avail; 5.1 MiB/s rd, 663 KiB/s wr, 7 op/s 2024-09-13T14:28:07.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:06 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:07.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:06 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:07.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:06 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-13T14:28:07.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:06 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "mgr services"} : dispatch 2024-09-13T14:28:07.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:06 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:28:07.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:06 smithi104 ceph-mon[105578]: osdmap e503: 8 total, 8 up, 8 in 2024-09-13T14:28:07.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:06 smithi104 ceph-mon[105578]: pgmap v206: 89 pgs: 89 active+clean; 81 MiB data, 455 MiB used, 715 GiB / 715 GiB avail; 5.1 MiB/s rd, 663 KiB/s wr, 7 op/s 2024-09-13T14:28:07.174 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:06 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:07.174 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:06 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:07.174 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:06 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-13T14:28:07.174 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:06 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "mgr services"} : dispatch 2024-09-13T14:28:07.174 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:06 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:28:07.792 INFO:tasks.rados.rados.0.smithi071.stdout:1719: done (0 left) 2024-09-13T14:28:07.792 INFO:tasks.rados.rados.0.smithi071.stdout:1720: delete oid 29 current snap is 215 2024-09-13T14:28:07.796 INFO:tasks.rados.rados.0.smithi071.stdout:1720: done (0 left) 2024-09-13T14:28:07.797 INFO:tasks.rados.rados.0.smithi071.stdout:1721: rollback oid 42 current snap is 215 2024-09-13T14:28:07.797 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 42 to 212 2024-09-13T14:28:07.797 INFO:tasks.rados.rados.0.smithi071.stdout:1722: write oid 17 current snap is 215 2024-09-13T14:28:07.797 INFO:tasks.rados.rados.0.smithi071.stdout:1722: seq_num 656 ranges {625392=569702,1637717=745548,2848542=176850} 2024-09-13T14:28:07.803 INFO:tasks.rados.rados.0.smithi071.stdout:1722: writing smithi07185159-17 from 625392 to 1195094 tid 1 2024-09-13T14:28:07.810 INFO:tasks.rados.rados.0.smithi071.stdout:1722: writing smithi07185159-17 from 1637717 to 2383265 tid 2 2024-09-13T14:28:07.814 INFO:tasks.rados.rados.0.smithi071.stdout:1722: writing smithi07185159-17 from 2848542 to 3025392 tid 3 2024-09-13T14:28:07.815 INFO:tasks.rados.rados.0.smithi071.stdout:1723: write oid 23 current snap is 215 2024-09-13T14:28:07.815 INFO:tasks.rados.rados.0.smithi071.stdout:1721: finishing rollback tid 1 to smithi07185159-42 2024-09-13T14:28:07.815 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 42 v 0 (ObjNum 129 snap 0 seq_num 1960776400) dirty dne 2024-09-13T14:28:07.815 INFO:tasks.rados.rados.0.smithi071.stdout:1722: finishing write tid 1 to smithi07185159-17 2024-09-13T14:28:07.815 INFO:tasks.rados.rados.0.smithi071.stdout:1723: seq_num 657 ranges {642199=644951,1696199=605559,2992318=49881} 2024-09-13T14:28:07.821 INFO:tasks.rados.rados.0.smithi071.stdout:1723: writing smithi07185159-23 from 642199 to 1287150 tid 1 2024-09-13T14:28:07.827 INFO:tasks.rados.rados.0.smithi071.stdout:1723: writing smithi07185159-23 from 1696199 to 2301758 tid 2 2024-09-13T14:28:07.831 INFO:tasks.rados.rados.0.smithi071.stdout:1723: writing smithi07185159-23 from 2992318 to 3042199 tid 3 2024-09-13T14:28:07.831 INFO:tasks.rados.rados.0.smithi071.stdout:1721: done (2 left) 2024-09-13T14:28:07.832 INFO:tasks.rados.rados.0.smithi071.stdout:1724: write oid 47 current snap is 215 2024-09-13T14:28:07.832 INFO:tasks.rados.rados.0.smithi071.stdout:1722: finishing write tid 2 to smithi07185159-17 2024-09-13T14:28:07.832 INFO:tasks.rados.rados.0.smithi071.stdout:1724: seq_num 658 ranges {659006=720200,2154681=749217} 2024-09-13T14:28:07.838 INFO:tasks.rados.rados.0.smithi071.stdout:1724: writing smithi07185159-47 from 659006 to 1379206 tid 1 2024-09-13T14:28:07.848 INFO:tasks.rados.rados.0.smithi071.stdout:1724: writing smithi07185159-47 from 2154681 to 2903898 tid 2 2024-09-13T14:28:07.848 INFO:tasks.rados.rados.0.smithi071.stdout:1725: read oid 43 snap -1 2024-09-13T14:28:07.848 INFO:tasks.rados.rados.0.smithi071.stdout:1725: expect (ObjNum 608 snap 199 seq_num 608) 2024-09-13T14:28:07.848 INFO:tasks.rados.rados.0.smithi071.stdout:1726: read oid 12 snap -1 2024-09-13T14:28:07.848 INFO:tasks.rados.rados.0.smithi071.stdout:1726: expect (ObjNum 653 snap 214 seq_num 653) 2024-09-13T14:28:07.848 INFO:tasks.rados.rados.0.smithi071.stdout:1727: write oid 3 current snap is 215 2024-09-13T14:28:07.848 INFO:tasks.rados.rados.0.smithi071.stdout:1722: finishing write tid 3 to smithi07185159-17 2024-09-13T14:28:07.848 INFO:tasks.rados.rados.0.smithi071.stdout:1722: finishing write tid 4 to smithi07185159-17 2024-09-13T14:28:07.848 INFO:tasks.rados.rados.0.smithi071.stdout:1722: finishing write tid 5 to smithi07185159-17 2024-09-13T14:28:07.848 INFO:tasks.rados.rados.0.smithi071.stdout:1722: oid 17 updating version 0 to 602 2024-09-13T14:28:07.849 INFO:tasks.rados.rados.0.smithi071.stdout:1722: oid 17 version 602 is already newer than 601 2024-09-13T14:28:07.849 INFO:tasks.rados.rados.0.smithi071.stdout:1722: oid 17 version 602 is already newer than 600 2024-09-13T14:28:07.849 INFO:tasks.rados.rados.0.smithi071.stdout:1722: oid 17 version 602 is already newer than 599 2024-09-13T14:28:07.849 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 17 v 602 (ObjNum 656 snap 215 seq_num 656) dirty exists 2024-09-13T14:28:07.849 INFO:tasks.rados.rados.0.smithi071.stdout:1722: left oid 17 (ObjNum 656 snap 215 seq_num 656) 2024-09-13T14:28:07.849 INFO:tasks.rados.rados.0.smithi071.stdout:1723: finishing write tid 1 to smithi07185159-23 2024-09-13T14:28:07.849 INFO:tasks.rados.rados.0.smithi071.stdout:1723: finishing write tid 2 to smithi07185159-23 2024-09-13T14:28:07.849 INFO:tasks.rados.rados.0.smithi071.stdout:1723: finishing write tid 3 to smithi07185159-23 2024-09-13T14:28:07.849 INFO:tasks.rados.rados.0.smithi071.stdout:1727: seq_num 659 ranges {675813=795449,2096810=609228} 2024-09-13T14:28:07.855 INFO:tasks.rados.rados.0.smithi071.stdout:1727: writing smithi07185159-3 from 675813 to 1471262 tid 1 2024-09-13T14:28:07.862 INFO:tasks.rados.rados.0.smithi071.stdout:1727: writing smithi07185159-3 from 2096810 to 2706038 tid 2 2024-09-13T14:28:07.863 INFO:tasks.rados.rados.0.smithi071.stdout:1722: done (5 left) 2024-09-13T14:28:07.863 INFO:tasks.rados.rados.0.smithi071.stdout:1728: snap_remove snap 214 2024-09-13T14:28:07.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:07 smithi071 ceph-mon[107477]: Reconfiguring mgr.y (monmap changed)... 2024-09-13T14:28:07.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:07 smithi071 ceph-mon[107477]: Reconfiguring daemon mgr.y on smithi071 2024-09-13T14:28:07.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:07 smithi071 ceph-mon[107477]: osdmap e504: 8 total, 8 up, 8 in 2024-09-13T14:28:07.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:07 smithi071 ceph-mon[107477]: osdmap e505: 8 total, 8 up, 8 in 2024-09-13T14:28:07.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:07 smithi071 ceph-mon[112785]: Reconfiguring mgr.y (monmap changed)... 2024-09-13T14:28:07.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:07 smithi071 ceph-mon[112785]: Reconfiguring daemon mgr.y on smithi071 2024-09-13T14:28:07.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:07 smithi071 ceph-mon[112785]: osdmap e504: 8 total, 8 up, 8 in 2024-09-13T14:28:07.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:07 smithi071 ceph-mon[112785]: osdmap e505: 8 total, 8 up, 8 in 2024-09-13T14:28:08.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:07 smithi104 ceph-mon[105578]: Reconfiguring mgr.y (monmap changed)... 2024-09-13T14:28:08.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:07 smithi104 ceph-mon[105578]: Reconfiguring daemon mgr.y on smithi071 2024-09-13T14:28:08.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:07 smithi104 ceph-mon[105578]: osdmap e504: 8 total, 8 up, 8 in 2024-09-13T14:28:08.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:07 smithi104 ceph-mon[105578]: osdmap e505: 8 total, 8 up, 8 in 2024-09-13T14:28:08.821 INFO:tasks.rados.rados.0.smithi071.stdout:1728: done (5 left) 2024-09-13T14:28:08.821 INFO:tasks.rados.rados.0.smithi071.stdout:1729: snap_remove snap 212 2024-09-13T14:28:09.338 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:09.338 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:09.338 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:09 smithi104 ceph-mon[105578]: Reconfiguring mon.c (monmap changed)... 2024-09-13T14:28:09.339 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T14:28:09.339 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-13T14:28:09.339 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:28:09.339 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:09 smithi104 ceph-mon[105578]: Reconfiguring daemon mon.c on smithi071 2024-09-13T14:28:09.339 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:09 smithi104 ceph-mon[105578]: pgmap v209: 89 pgs: 89 active+clean; 81 MiB data, 455 MiB used, 715 GiB / 715 GiB avail; 5.1 MiB/s rd, 663 KiB/s wr, 7 op/s 2024-09-13T14:28:09.339 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:09 smithi104 ceph-mon[105578]: osdmap e506: 8 total, 8 up, 8 in 2024-09-13T14:28:09.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:09.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:09.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:09 smithi071 ceph-mon[107477]: Reconfiguring mon.c (monmap changed)... 2024-09-13T14:28:09.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T14:28:09.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-13T14:28:09.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:28:09.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:09 smithi071 ceph-mon[107477]: Reconfiguring daemon mon.c on smithi071 2024-09-13T14:28:09.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:09 smithi071 ceph-mon[107477]: pgmap v209: 89 pgs: 89 active+clean; 81 MiB data, 455 MiB used, 715 GiB / 715 GiB avail; 5.1 MiB/s rd, 663 KiB/s wr, 7 op/s 2024-09-13T14:28:09.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:09 smithi071 ceph-mon[107477]: osdmap e506: 8 total, 8 up, 8 in 2024-09-13T14:28:09.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:09.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:09.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:09 smithi071 ceph-mon[112785]: Reconfiguring mon.c (monmap changed)... 2024-09-13T14:28:09.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T14:28:09.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-13T14:28:09.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:28:09.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:09 smithi071 ceph-mon[112785]: Reconfiguring daemon mon.c on smithi071 2024-09-13T14:28:09.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:09 smithi071 ceph-mon[112785]: pgmap v209: 89 pgs: 89 active+clean; 81 MiB data, 455 MiB used, 715 GiB / 715 GiB avail; 5.1 MiB/s rd, 663 KiB/s wr, 7 op/s 2024-09-13T14:28:09.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:09 smithi071 ceph-mon[112785]: osdmap e506: 8 total, 8 up, 8 in 2024-09-13T14:28:09.819 INFO:tasks.rados.rados.0.smithi071.stdout:1729: done (5 left) 2024-09-13T14:28:09.820 INFO:tasks.rados.rados.0.smithi071.stdout:1730: rollback oid 13 current snap is 215 2024-09-13T14:28:09.820 INFO:tasks.rados.rados.0.smithi071.stdout:1730: done (5 left) 2024-09-13T14:28:09.820 INFO:tasks.rados.rados.0.smithi071.stdout:1731: read oid 44 snap -1 2024-09-13T14:28:09.820 INFO:tasks.rados.rados.0.smithi071.stdout:1731: expect deleted 2024-09-13T14:28:09.820 INFO:tasks.rados.rados.0.smithi071.stdout:1732: delete oid 41 current snap is 215 2024-09-13T14:28:09.820 INFO:tasks.rados.rados.0.smithi071.stdout:1723: finishing write tid 4 to smithi07185159-23 2024-09-13T14:28:09.820 INFO:tasks.rados.rados.0.smithi071.stdout:1723: finishing write tid 5 to smithi07185159-23 2024-09-13T14:28:09.820 INFO:tasks.rados.rados.0.smithi071.stdout:1723: oid 23 updating version 0 to 907 2024-09-13T14:28:09.820 INFO:tasks.rados.rados.0.smithi071.stdout:1723: oid 23 updating version 907 to 910 2024-09-13T14:28:09.820 INFO:tasks.rados.rados.0.smithi071.stdout:1723: oid 23 version 910 is already newer than 908 2024-09-13T14:28:09.820 INFO:tasks.rados.rados.0.smithi071.stdout:1723: oid 23 version 910 is already newer than 909 2024-09-13T14:28:09.820 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 23 v 910 (ObjNum 657 snap 215 seq_num 657) dirty exists 2024-09-13T14:28:09.821 INFO:tasks.rados.rados.0.smithi071.stdout:1723: left oid 23 (ObjNum 657 snap 215 seq_num 657) 2024-09-13T14:28:09.821 INFO:tasks.rados.rados.0.smithi071.stdout:1724: finishing write tid 1 to smithi07185159-47 2024-09-13T14:28:09.821 INFO:tasks.rados.rados.0.smithi071.stdout:1724: finishing write tid 2 to smithi07185159-47 2024-09-13T14:28:09.821 INFO:tasks.rados.rados.0.smithi071.stdout:1725: expect (ObjNum 608 snap 199 seq_num 608) 2024-09-13T14:28:09.914 INFO:tasks.rados.rados.0.smithi071.stdout:1724: finishing write tid 3 to smithi07185159-47 2024-09-13T14:28:09.914 INFO:tasks.rados.rados.0.smithi071.stdout:1724: finishing write tid 4 to smithi07185159-47 2024-09-13T14:28:09.914 INFO:tasks.rados.rados.0.smithi071.stdout:1724: oid 47 updating version 0 to 778 2024-09-13T14:28:09.914 INFO:tasks.rados.rados.0.smithi071.stdout:1724: oid 47 updating version 778 to 779 2024-09-13T14:28:09.914 INFO:tasks.rados.rados.0.smithi071.stdout:1724: oid 47 version 779 is already newer than 777 2024-09-13T14:28:09.914 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 47 v 779 (ObjNum 658 snap 215 seq_num 658) dirty exists 2024-09-13T14:28:09.914 INFO:tasks.rados.rados.0.smithi071.stdout:1724: left oid 47 (ObjNum 658 snap 215 seq_num 658) 2024-09-13T14:28:09.914 INFO:tasks.rados.rados.0.smithi071.stdout:1726: expect (ObjNum 653 snap 214 seq_num 653) 2024-09-13T14:28:10.207 INFO:tasks.rados.rados.0.smithi071.stdout:1727: finishing write tid 1 to smithi07185159-3 2024-09-13T14:28:10.207 INFO:tasks.rados.rados.0.smithi071.stdout:1727: finishing write tid 2 to smithi07185159-3 2024-09-13T14:28:10.207 INFO:tasks.rados.rados.0.smithi071.stdout:1727: finishing write tid 3 to smithi07185159-3 2024-09-13T14:28:10.208 INFO:tasks.rados.rados.0.smithi071.stdout:1723: done (6 left) 2024-09-13T14:28:10.208 INFO:tasks.rados.rados.0.smithi071.stdout:1724: done (5 left) 2024-09-13T14:28:10.208 INFO:tasks.rados.rados.0.smithi071.stdout:1725: done (4 left) 2024-09-13T14:28:10.208 INFO:tasks.rados.rados.0.smithi071.stdout:1726: done (3 left) 2024-09-13T14:28:10.208 INFO:tasks.rados.rados.0.smithi071.stdout:1732: done (2 left) 2024-09-13T14:28:10.208 INFO:tasks.rados.rados.0.smithi071.stdout:1733: read oid 36 snap -1 2024-09-13T14:28:10.208 INFO:tasks.rados.rados.0.smithi071.stdout:1733: expect deleted 2024-09-13T14:28:10.208 INFO:tasks.rados.rados.0.smithi071.stdout:1734: read oid 10 snap -1 2024-09-13T14:28:10.208 INFO:tasks.rados.rados.0.smithi071.stdout:1734: expect deleted 2024-09-13T14:28:10.208 INFO:tasks.rados.rados.0.smithi071.stdout:1727: finishing write tid 4 to smithi07185159-3 2024-09-13T14:28:10.208 INFO:tasks.rados.rados.0.smithi071.stdout:1727: oid 3 updating version 0 to 1700 2024-09-13T14:28:10.208 INFO:tasks.rados.rados.0.smithi071.stdout:1727: oid 3 updating version 1700 to 1701 2024-09-13T14:28:10.208 INFO:tasks.rados.rados.0.smithi071.stdout:1727: oid 3 updating version 1701 to 1702 2024-09-13T14:28:10.209 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 3 v 1702 (ObjNum 659 snap 215 seq_num 659) dirty exists 2024-09-13T14:28:10.209 INFO:tasks.rados.rados.0.smithi071.stdout:1727: left oid 3 (ObjNum 659 snap 215 seq_num 659) 2024-09-13T14:28:10.209 INFO:tasks.rados.rados.0.smithi071.stdout:1727: done (3 left) 2024-09-13T14:28:10.209 INFO:tasks.rados.rados.0.smithi071.stdout:1731: done (2 left) 2024-09-13T14:28:10.209 INFO:tasks.rados.rados.0.smithi071.stdout:1735: read oid 21 snap -1 2024-09-13T14:28:10.209 INFO:tasks.rados.rados.0.smithi071.stdout:1735: expect deleted 2024-09-13T14:28:10.209 INFO:tasks.rados.rados.0.smithi071.stdout:1736: write oid 25 current snap is 215 2024-09-13T14:28:10.209 INFO:tasks.rados.rados.0.smithi071.stdout:1736: seq_num 661 ranges {709427=545947,1813774=612897,2985657=123770} 2024-09-13T14:28:10.213 INFO:tasks.rados.rados.0.smithi071.stdout:1736: writing smithi07185159-25 from 709427 to 1255374 tid 1 2024-09-13T14:28:10.220 INFO:tasks.rados.rados.0.smithi071.stdout:1736: writing smithi07185159-25 from 1813774 to 2426671 tid 2 2024-09-13T14:28:10.224 INFO:tasks.rados.rados.0.smithi071.stdout:1736: writing smithi07185159-25 from 2985657 to 3109427 tid 3 2024-09-13T14:28:10.224 INFO:tasks.rados.rados.0.smithi071.stdout:1737: read oid 42 snap -1 2024-09-13T14:28:10.224 INFO:tasks.rados.rados.0.smithi071.stdout:1737: expect deleted 2024-09-13T14:28:10.224 INFO:tasks.rados.rados.0.smithi071.stdout:1738: delete oid 32 current snap is 215 2024-09-13T14:28:10.225 INFO:tasks.rados.rados.0.smithi071.stdout:1736: finishing write tid 1 to smithi07185159-25 2024-09-13T14:28:10.225 INFO:tasks.rados.rados.0.smithi071.stdout:1736: finishing write tid 2 to smithi07185159-25 2024-09-13T14:28:10.225 INFO:tasks.rados.rados.0.smithi071.stdout:1733: done (5 left) 2024-09-13T14:28:10.225 INFO:tasks.rados.rados.0.smithi071.stdout:1734: done (4 left) 2024-09-13T14:28:10.225 INFO:tasks.rados.rados.0.smithi071.stdout:1735: done (3 left) 2024-09-13T14:28:10.226 INFO:tasks.rados.rados.0.smithi071.stdout:1737: done (2 left) 2024-09-13T14:28:10.226 INFO:tasks.rados.rados.0.smithi071.stdout:1738: done (1 left) 2024-09-13T14:28:10.226 INFO:tasks.rados.rados.0.smithi071.stdout:1739: delete oid 4 current snap is 215 2024-09-13T14:28:10.226 INFO:tasks.rados.rados.0.smithi071.stdout:1736: finishing write tid 3 to smithi07185159-25 2024-09-13T14:28:10.227 INFO:tasks.rados.rados.0.smithi071.stdout:1736: finishing write tid 4 to smithi07185159-25 2024-09-13T14:28:10.227 INFO:tasks.rados.rados.0.smithi071.stdout:1736: finishing write tid 5 to smithi07185159-25 2024-09-13T14:28:10.227 INFO:tasks.rados.rados.0.smithi071.stdout:1736: oid 25 updating version 0 to 918 2024-09-13T14:28:10.227 INFO:tasks.rados.rados.0.smithi071.stdout:1736: oid 25 version 918 is already newer than 916 2024-09-13T14:28:10.227 INFO:tasks.rados.rados.0.smithi071.stdout:1736: oid 25 version 918 is already newer than 917 2024-09-13T14:28:10.227 INFO:tasks.rados.rados.0.smithi071.stdout:1736: oid 25 version 918 is already newer than 915 2024-09-13T14:28:10.227 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 25 v 918 (ObjNum 661 snap 215 seq_num 661) dirty exists 2024-09-13T14:28:10.227 INFO:tasks.rados.rados.0.smithi071.stdout:1736: left oid 25 (ObjNum 661 snap 215 seq_num 661) 2024-09-13T14:28:10.228 INFO:tasks.rados.rados.0.smithi071.stdout:1736: done (1 left) 2024-09-13T14:28:10.228 INFO:tasks.rados.rados.0.smithi071.stdout:1739: done (0 left) 2024-09-13T14:28:10.228 INFO:tasks.rados.rados.0.smithi071.stdout:1740: delete oid 27 current snap is 215 2024-09-13T14:28:10.229 INFO:tasks.rados.rados.0.smithi071.stdout:1740: done (0 left) 2024-09-13T14:28:10.229 INFO:tasks.rados.rados.0.smithi071.stdout:1741: read oid 13 snap -1 2024-09-13T14:28:10.229 INFO:tasks.rados.rados.0.smithi071.stdout:1741: expect (ObjNum 626 snap 206 seq_num 626) 2024-09-13T14:28:10.229 INFO:tasks.rados.rados.0.smithi071.stdout:1742: snap_create 2024-09-13T14:28:10.237 INFO:tasks.rados.rados.0.smithi071.stdout:1741: expect (ObjNum 626 snap 206 seq_num 626) 2024-09-13T14:28:10.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:10 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:10.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:10 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:10.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:10 smithi104 ceph-mon[105578]: Reconfiguring osd.0 (monmap changed)... 2024-09-13T14:28:10.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:10 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-13T14:28:10.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:10 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:28:10.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:10 smithi104 ceph-mon[105578]: Reconfiguring daemon osd.0 on smithi071 2024-09-13T14:28:10.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:10 smithi104 ceph-mon[105578]: osdmap e507: 8 total, 8 up, 8 in 2024-09-13T14:28:10.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:10 smithi104 ceph-mon[105578]: pgmap v212: 89 pgs: 89 active+clean; 70 MiB data, 456 MiB used, 715 GiB / 715 GiB avail; 6.5 MiB/s rd, 2.2 MiB/s wr, 17 op/s 2024-09-13T14:28:10.692 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:10 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:10.692 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:10 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:10.692 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:10 smithi071 ceph-mon[107477]: Reconfiguring osd.0 (monmap changed)... 2024-09-13T14:28:10.692 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:10 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-13T14:28:10.692 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:10 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:28:10.692 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:10 smithi071 ceph-mon[107477]: Reconfiguring daemon osd.0 on smithi071 2024-09-13T14:28:10.692 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:10 smithi071 ceph-mon[107477]: osdmap e507: 8 total, 8 up, 8 in 2024-09-13T14:28:10.692 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:10 smithi071 ceph-mon[107477]: pgmap v212: 89 pgs: 89 active+clean; 70 MiB data, 456 MiB used, 715 GiB / 715 GiB avail; 6.5 MiB/s rd, 2.2 MiB/s wr, 17 op/s 2024-09-13T14:28:10.693 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:10 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:10.693 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:10 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:10.693 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:10 smithi071 ceph-mon[112785]: Reconfiguring osd.0 (monmap changed)... 2024-09-13T14:28:10.693 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:10 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-13T14:28:10.693 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:10 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:28:10.693 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:10 smithi071 ceph-mon[112785]: Reconfiguring daemon osd.0 on smithi071 2024-09-13T14:28:10.693 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:10 smithi071 ceph-mon[112785]: osdmap e507: 8 total, 8 up, 8 in 2024-09-13T14:28:10.693 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:10 smithi071 ceph-mon[112785]: pgmap v212: 89 pgs: 89 active+clean; 70 MiB data, 456 MiB used, 715 GiB / 715 GiB avail; 6.5 MiB/s rd, 2.2 MiB/s wr, 17 op/s 2024-09-13T14:28:10.824 INFO:tasks.rados.rados.0.smithi071.stdout:1741: done (1 left) 2024-09-13T14:28:10.825 INFO:tasks.rados.rados.0.smithi071.stdout:1742: done (0 left) 2024-09-13T14:28:10.825 INFO:tasks.rados.rados.0.smithi071.stdout:1743: snap_create 2024-09-13T14:28:11.826 INFO:tasks.rados.rados.0.smithi071.stdout:1743: done (0 left) 2024-09-13T14:28:11.827 INFO:tasks.rados.rados.0.smithi071.stdout:1744: write oid 50 current snap is 217 2024-09-13T14:28:11.827 INFO:tasks.rados.rados.0.smithi071.stdout:1744: seq_num 665 ranges {776655=563296,2047702=620235,3095349=81306} 2024-09-13T14:28:11.833 INFO:tasks.rados.rados.0.smithi071.stdout:1744: writing smithi07185159-50 from 776655 to 1339951 tid 1 2024-09-13T14:28:11.841 INFO:tasks.rados.rados.0.smithi071.stdout:1744: writing smithi07185159-50 from 2047702 to 2667937 tid 2 2024-09-13T14:28:11.845 INFO:tasks.rados.rados.0.smithi071.stdout:1744: writing smithi07185159-50 from 3095349 to 3176655 tid 3 2024-09-13T14:28:11.845 INFO:tasks.rados.rados.0.smithi071.stdout:1745: read oid 40 snap -1 2024-09-13T14:28:11.845 INFO:tasks.rados.rados.0.smithi071.stdout:1745: expect deleted 2024-09-13T14:28:11.845 INFO:tasks.rados.rados.0.smithi071.stdout:1746: snap_create 2024-09-13T14:28:11.845 INFO:tasks.rados.rados.0.smithi071.stdout:1744: finishing write tid 1 to smithi07185159-50 2024-09-13T14:28:11.846 INFO:tasks.rados.rados.0.smithi071.stdout:1744: finishing write tid 2 to smithi07185159-50 2024-09-13T14:28:11.846 INFO:tasks.rados.rados.0.smithi071.stdout:1744: finishing write tid 3 to smithi07185159-50 2024-09-13T14:28:11.846 INFO:tasks.rados.rados.0.smithi071.stdout:1744: finishing write tid 4 to smithi07185159-50 2024-09-13T14:28:11.847 INFO:tasks.rados.rados.0.smithi071.stdout:1744: finishing write tid 5 to smithi07185159-50 2024-09-13T14:28:11.847 INFO:tasks.rados.rados.0.smithi071.stdout:1744: oid 50 updating version 0 to 1708 2024-09-13T14:28:11.847 INFO:tasks.rados.rados.0.smithi071.stdout:1744: oid 50 updating version 1708 to 1710 2024-09-13T14:28:11.847 INFO:tasks.rados.rados.0.smithi071.stdout:1744: oid 50 updating version 1710 to 1711 2024-09-13T14:28:11.847 INFO:tasks.rados.rados.0.smithi071.stdout:1744: oid 50 version 1711 is already newer than 1709 2024-09-13T14:28:11.847 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 50 v 1711 (ObjNum 665 snap 217 seq_num 665) dirty exists 2024-09-13T14:28:11.847 INFO:tasks.rados.rados.0.smithi071.stdout:1744: left oid 50 (ObjNum 665 snap 217 seq_num 665) 2024-09-13T14:28:12.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:11 smithi071 ceph-mon[107477]: osdmap e508: 8 total, 8 up, 8 in 2024-09-13T14:28:12.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:11 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:12.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:11 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:12.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:11 smithi071 ceph-mon[107477]: Reconfiguring osd.1 (monmap changed)... 2024-09-13T14:28:12.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:11 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-13T14:28:12.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:11 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:28:12.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:11 smithi071 ceph-mon[107477]: Reconfiguring daemon osd.1 on smithi071 2024-09-13T14:28:12.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:11 smithi071 ceph-mon[112785]: osdmap e508: 8 total, 8 up, 8 in 2024-09-13T14:28:12.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:11 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:12.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:11 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:12.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:11 smithi071 ceph-mon[112785]: Reconfiguring osd.1 (monmap changed)... 2024-09-13T14:28:12.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:11 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-13T14:28:12.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:11 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:28:12.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:11 smithi071 ceph-mon[112785]: Reconfiguring daemon osd.1 on smithi071 2024-09-13T14:28:12.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:11 smithi104 ceph-mon[105578]: osdmap e508: 8 total, 8 up, 8 in 2024-09-13T14:28:12.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:11 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:12.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:11 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:12.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:11 smithi104 ceph-mon[105578]: Reconfiguring osd.1 (monmap changed)... 2024-09-13T14:28:12.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:11 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-13T14:28:12.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:11 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:28:12.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:11 smithi104 ceph-mon[105578]: Reconfiguring daemon osd.1 on smithi071 2024-09-13T14:28:12.795 INFO:tasks.rados.rados.0.smithi071.stdout:1744: done (2 left) 2024-09-13T14:28:12.796 INFO:tasks.rados.rados.0.smithi071.stdout:1745: done (1 left) 2024-09-13T14:28:12.796 INFO:tasks.rados.rados.0.smithi071.stdout:1746: done (0 left) 2024-09-13T14:28:12.796 INFO:tasks.rados.rados.0.smithi071.stdout:1747: read oid 25 snap -1 2024-09-13T14:28:12.796 INFO:tasks.rados.rados.0.smithi071.stdout:1747: expect (ObjNum 661 snap 215 seq_num 661) 2024-09-13T14:28:12.796 INFO:tasks.rados.rados.0.smithi071.stdout:1748: read oid 1 snap -1 2024-09-13T14:28:12.796 INFO:tasks.rados.rados.0.smithi071.stdout:1748: expect (ObjNum 379 snap 120 seq_num 379) 2024-09-13T14:28:12.796 INFO:tasks.rados.rados.0.smithi071.stdout:1749: write oid 29 current snap is 218 2024-09-13T14:28:12.796 INFO:tasks.rados.rados.0.smithi071.stdout:1749: seq_num 666 ranges {793462=638545,2106184=763893} 2024-09-13T14:28:12.803 INFO:tasks.rados.rados.0.smithi071.stdout:1749: writing smithi07185159-29 from 793462 to 1432007 tid 1 2024-09-13T14:28:12.812 INFO:tasks.rados.rados.0.smithi071.stdout:1749: writing smithi07185159-29 from 2106184 to 2870077 tid 2 2024-09-13T14:28:12.812 INFO:tasks.rados.rados.0.smithi071.stdout:1750: delete oid 3 current snap is 218 2024-09-13T14:28:12.812 INFO:tasks.rados.rados.0.smithi071.stdout:1748: expect (ObjNum 379 snap 120 seq_num 379) 2024-09-13T14:28:12.920 INFO:tasks.rados.rados.0.smithi071.stdout:1747: expect (ObjNum 661 snap 215 seq_num 661) 2024-09-13T14:28:13.065 INFO:tasks.rados.rados.0.smithi071.stdout:1749: finishing write tid 1 to smithi07185159-29 2024-09-13T14:28:13.065 INFO:tasks.rados.rados.0.smithi071.stdout:1747: done (3 left) 2024-09-13T14:28:13.065 INFO:tasks.rados.rados.0.smithi071.stdout:1748: done (2 left) 2024-09-13T14:28:13.065 INFO:tasks.rados.rados.0.smithi071.stdout:1750: done (1 left) 2024-09-13T14:28:13.065 INFO:tasks.rados.rados.0.smithi071.stdout:1751: delete oid 41 current snap is 218 2024-09-13T14:28:13.065 INFO:tasks.rados.rados.0.smithi071.stdout:1749: finishing write tid 2 to smithi07185159-29 2024-09-13T14:28:13.065 INFO:tasks.rados.rados.0.smithi071.stdout:1749: finishing write tid 3 to smithi07185159-29 2024-09-13T14:28:13.066 INFO:tasks.rados.rados.0.smithi071.stdout:1749: finishing write tid 4 to smithi07185159-29 2024-09-13T14:28:13.066 INFO:tasks.rados.rados.0.smithi071.stdout:1749: oid 29 updating version 0 to 1073 2024-09-13T14:28:13.066 INFO:tasks.rados.rados.0.smithi071.stdout:1749: oid 29 version 1073 is already newer than 1071 2024-09-13T14:28:13.066 INFO:tasks.rados.rados.0.smithi071.stdout:1749: oid 29 version 1073 is already newer than 1072 2024-09-13T14:28:13.066 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 29 v 1073 (ObjNum 666 snap 218 seq_num 666) dirty exists 2024-09-13T14:28:13.066 INFO:tasks.rados.rados.0.smithi071.stdout:1749: left oid 29 (ObjNum 666 snap 218 seq_num 666) 2024-09-13T14:28:13.067 INFO:tasks.rados.rados.0.smithi071.stdout:1749: done (1 left) 2024-09-13T14:28:13.067 INFO:tasks.rados.rados.0.smithi071.stdout:1751: done (0 left) 2024-09-13T14:28:13.067 INFO:tasks.rados.rados.0.smithi071.stdout:1752: write oid 25 current snap is 218 2024-09-13T14:28:13.067 INFO:tasks.rados.rados.0.smithi071.stdout:1752: seq_num 669 ranges {443883=464292,1365277=511220,2572335=671548} 2024-09-13T14:28:13.072 INFO:tasks.rados.rados.0.smithi071.stdout:1752: writing smithi07185159-25 from 443883 to 908175 tid 1 2024-09-13T14:28:13.078 INFO:tasks.rados.rados.0.smithi071.stdout:1752: writing smithi07185159-25 from 1365277 to 1876497 tid 2 2024-09-13T14:28:13.085 INFO:tasks.rados.rados.0.smithi071.stdout:1752: writing smithi07185159-25 from 2572335 to 3243883 tid 3 2024-09-13T14:28:13.086 INFO:tasks.rados.rados.0.smithi071.stdout:1753: snap_remove snap 217 2024-09-13T14:28:13.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:12 smithi071 ceph-mon[107477]: osdmap e509: 8 total, 8 up, 8 in 2024-09-13T14:28:13.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:12 smithi071 ceph-mon[107477]: pgmap v215: 89 pgs: 89 active+clean; 70 MiB data, 456 MiB used, 715 GiB / 715 GiB avail; 6.5 MiB/s rd, 2.2 MiB/s wr, 17 op/s 2024-09-13T14:28:13.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:12 smithi071 ceph-mon[107477]: osdmap e510: 8 total, 8 up, 8 in 2024-09-13T14:28:13.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:28:12 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:28:12] "GET /metrics HTTP/1.1" 200 36211 "" "Prometheus/2.51.0" 2024-09-13T14:28:13.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:12 smithi071 ceph-mon[112785]: osdmap e509: 8 total, 8 up, 8 in 2024-09-13T14:28:13.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:12 smithi071 ceph-mon[112785]: pgmap v215: 89 pgs: 89 active+clean; 70 MiB data, 456 MiB used, 715 GiB / 715 GiB avail; 6.5 MiB/s rd, 2.2 MiB/s wr, 17 op/s 2024-09-13T14:28:13.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:12 smithi071 ceph-mon[112785]: osdmap e510: 8 total, 8 up, 8 in 2024-09-13T14:28:13.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:12 smithi104 ceph-mon[105578]: osdmap e509: 8 total, 8 up, 8 in 2024-09-13T14:28:13.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:12 smithi104 ceph-mon[105578]: pgmap v215: 89 pgs: 89 active+clean; 70 MiB data, 456 MiB used, 715 GiB / 715 GiB avail; 6.5 MiB/s rd, 2.2 MiB/s wr, 17 op/s 2024-09-13T14:28:13.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:12 smithi104 ceph-mon[105578]: osdmap e510: 8 total, 8 up, 8 in 2024-09-13T14:28:13.851 INFO:tasks.rados.rados.0.smithi071.stdout:1753: done (1 left) 2024-09-13T14:28:13.851 INFO:tasks.rados.rados.0.smithi071.stdout:1754: snap_remove snap 216 2024-09-13T14:28:14.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:14.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:14.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:13 smithi071 ceph-mon[107477]: Reconfiguring osd.2 (monmap changed)... 2024-09-13T14:28:14.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-13T14:28:14.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:28:14.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:13 smithi071 ceph-mon[107477]: Reconfiguring daemon osd.2 on smithi071 2024-09-13T14:28:14.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:14.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:14.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:13 smithi071 ceph-mon[112785]: Reconfiguring osd.2 (monmap changed)... 2024-09-13T14:28:14.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-13T14:28:14.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:28:14.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:13 smithi071 ceph-mon[112785]: Reconfiguring daemon osd.2 on smithi071 2024-09-13T14:28:14.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:13 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:14.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:13 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:14.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:13 smithi104 ceph-mon[105578]: Reconfiguring osd.2 (monmap changed)... 2024-09-13T14:28:14.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:13 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-13T14:28:14.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:13 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:28:14.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:13 smithi104 ceph-mon[105578]: Reconfiguring daemon osd.2 on smithi071 2024-09-13T14:28:14.857 INFO:tasks.rados.rados.0.smithi071.stdout:1754: done (1 left) 2024-09-13T14:28:14.858 INFO:tasks.rados.rados.0.smithi071.stdout:1755: snap_remove snap 215 2024-09-13T14:28:15.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:14 smithi071 ceph-mon[107477]: osdmap e511: 8 total, 8 up, 8 in 2024-09-13T14:28:15.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:14 smithi071 ceph-mon[107477]: pgmap v218: 89 pgs: 89 active+clean; 70 MiB data, 456 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:28:15.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:14 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:15.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:14 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:15.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:14 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-13T14:28:15.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:14 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:28:15.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:14 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:28:15.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:14 smithi071 ceph-mon[112785]: osdmap e511: 8 total, 8 up, 8 in 2024-09-13T14:28:15.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:14 smithi071 ceph-mon[112785]: pgmap v218: 89 pgs: 89 active+clean; 70 MiB data, 456 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:28:15.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:14 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:15.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:14 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:15.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:14 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-13T14:28:15.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:14 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:28:15.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:14 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:28:15.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:14 smithi104 ceph-mon[105578]: osdmap e511: 8 total, 8 up, 8 in 2024-09-13T14:28:15.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:14 smithi104 ceph-mon[105578]: pgmap v218: 89 pgs: 89 active+clean; 70 MiB data, 456 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:28:15.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:14 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:15.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:14 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:15.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:14 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-13T14:28:15.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:14 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:28:15.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:14 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:28:15.858 INFO:tasks.rados.rados.0.smithi071.stdout:1755: done (1 left) 2024-09-13T14:28:15.858 INFO:tasks.rados.rados.0.smithi071.stdout:1756: write oid 38 current snap is 218 2024-09-13T14:28:15.858 INFO:tasks.rados.rados.0.smithi071.stdout:1752: finishing write tid 1 to smithi07185159-25 2024-09-13T14:28:15.858 INFO:tasks.rados.rados.0.smithi071.stdout:1756: seq_num 670 ranges {460690=655894,1540112=771231,2716111=539778} 2024-09-13T14:28:15.864 INFO:tasks.rados.rados.0.smithi071.stdout:1756: writing smithi07185159-38 from 460690 to 1116584 tid 1 2024-09-13T14:28:15.870 INFO:tasks.rados.rados.0.smithi071.stdout:1756: writing smithi07185159-38 from 1540112 to 2311343 tid 2 2024-09-13T14:28:15.876 INFO:tasks.rados.rados.0.smithi071.stdout:1756: writing smithi07185159-38 from 2716111 to 3255889 tid 3 2024-09-13T14:28:15.876 INFO:tasks.rados.rados.0.smithi071.stdout:1757: rollback oid 29 current snap is 218 2024-09-13T14:28:15.876 INFO:tasks.rados.rados.0.smithi071.stdout:1757: done (2 left) 2024-09-13T14:28:15.876 INFO:tasks.rados.rados.0.smithi071.stdout:1758: write oid 34 current snap is 218 2024-09-13T14:28:15.876 INFO:tasks.rados.rados.0.smithi071.stdout:1758: seq_num 671 ranges {477497=731143,1998594=514889,3143534=133963} 2024-09-13T14:28:15.882 INFO:tasks.rados.rados.0.smithi071.stdout:1758: writing smithi07185159-34 from 477497 to 1208640 tid 1 2024-09-13T14:28:15.889 INFO:tasks.rados.rados.0.smithi071.stdout:1758: writing smithi07185159-34 from 1998594 to 2513483 tid 2 2024-09-13T14:28:15.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:15 smithi071 ceph-mon[107477]: Reconfiguring osd.3 (monmap changed)... 2024-09-13T14:28:15.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:15 smithi071 ceph-mon[107477]: Reconfiguring daemon osd.3 on smithi071 2024-09-13T14:28:15.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:15 smithi071 ceph-mon[107477]: osdmap e512: 8 total, 8 up, 8 in 2024-09-13T14:28:15.890 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:15 smithi071 ceph-mon[112785]: Reconfiguring osd.3 (monmap changed)... 2024-09-13T14:28:15.890 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:15 smithi071 ceph-mon[112785]: Reconfiguring daemon osd.3 on smithi071 2024-09-13T14:28:15.890 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:15 smithi071 ceph-mon[112785]: osdmap e512: 8 total, 8 up, 8 in 2024-09-13T14:28:15.894 INFO:tasks.rados.rados.0.smithi071.stdout:1758: writing smithi07185159-34 from 3143534 to 3277497 tid 3 2024-09-13T14:28:15.894 INFO:tasks.rados.rados.0.smithi071.stdout:1759: read oid 35 snap -1 2024-09-13T14:28:15.894 INFO:tasks.rados.rados.0.smithi071.stdout:1759: expect (ObjNum 641 snap 211 seq_num 641) 2024-09-13T14:28:15.895 INFO:tasks.rados.rados.0.smithi071.stdout:1760: write oid 15 current snap is 218 2024-09-13T14:28:15.895 INFO:tasks.rados.rados.0.smithi071.stdout:1752: finishing write tid 2 to smithi07185159-25 2024-09-13T14:28:15.895 INFO:tasks.rados.rados.0.smithi071.stdout:1752: finishing write tid 3 to smithi07185159-25 2024-09-13T14:28:15.895 INFO:tasks.rados.rados.0.smithi071.stdout:1752: finishing write tid 4 to smithi07185159-25 2024-09-13T14:28:15.895 INFO:tasks.rados.rados.0.smithi071.stdout:1752: finishing write tid 5 to smithi07185159-25 2024-09-13T14:28:15.895 INFO:tasks.rados.rados.0.smithi071.stdout:1752: oid 25 updating version 0 to 921 2024-09-13T14:28:15.895 INFO:tasks.rados.rados.0.smithi071.stdout:1752: oid 25 updating version 921 to 923 2024-09-13T14:28:15.895 INFO:tasks.rados.rados.0.smithi071.stdout:1752: oid 25 version 923 is already newer than 922 2024-09-13T14:28:15.895 INFO:tasks.rados.rados.0.smithi071.stdout:1752: oid 25 updating version 923 to 924 2024-09-13T14:28:15.895 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 25 v 924 (ObjNum 669 snap 218 seq_num 669) dirty exists 2024-09-13T14:28:15.895 INFO:tasks.rados.rados.0.smithi071.stdout:1752: left oid 25 (ObjNum 669 snap 218 seq_num 669) 2024-09-13T14:28:15.895 INFO:tasks.rados.rados.0.smithi071.stdout:1760: seq_num 672 ranges {494304=406392,1540723=774900,2770957=523347} 2024-09-13T14:28:15.899 INFO:tasks.rados.rados.0.smithi071.stdout:1760: writing smithi07185159-15 from 494304 to 900696 tid 1 2024-09-13T14:28:15.906 INFO:tasks.rados.rados.0.smithi071.stdout:1760: writing smithi07185159-15 from 1540723 to 2315623 tid 2 2024-09-13T14:28:15.912 INFO:tasks.rados.rados.0.smithi071.stdout:1760: writing smithi07185159-15 from 2770957 to 3294304 tid 3 2024-09-13T14:28:15.912 INFO:tasks.rados.rados.0.smithi071.stdout:1752: done (4 left) 2024-09-13T14:28:15.912 INFO:tasks.rados.rados.0.smithi071.stdout:1761: write oid 18 current snap is 218 2024-09-13T14:28:15.912 INFO:tasks.rados.rados.0.smithi071.stdout:1756: finishing write tid 1 to smithi07185159-38 2024-09-13T14:28:15.912 INFO:tasks.rados.rados.0.smithi071.stdout:1756: finishing write tid 2 to smithi07185159-38 2024-09-13T14:28:15.913 INFO:tasks.rados.rados.0.smithi071.stdout:1756: finishing write tid 3 to smithi07185159-38 2024-09-13T14:28:15.913 INFO:tasks.rados.rados.0.smithi071.stdout:1761: seq_num 673 ranges {511111=481641,1599205=518558,2682027=489947} 2024-09-13T14:28:15.917 INFO:tasks.rados.rados.0.smithi071.stdout:1761: writing smithi07185159-18 from 511111 to 992752 tid 1 2024-09-13T14:28:15.923 INFO:tasks.rados.rados.0.smithi071.stdout:1761: writing smithi07185159-18 from 1599205 to 2117763 tid 2 2024-09-13T14:28:15.929 INFO:tasks.rados.rados.0.smithi071.stdout:1761: writing smithi07185159-18 from 2682027 to 3171974 tid 3 2024-09-13T14:28:15.930 INFO:tasks.rados.rados.0.smithi071.stdout:1762: snap_create 2024-09-13T14:28:15.930 INFO:tasks.rados.rados.0.smithi071.stdout:1756: finishing write tid 4 to smithi07185159-38 2024-09-13T14:28:15.930 INFO:tasks.rados.rados.0.smithi071.stdout:1756: finishing write tid 5 to smithi07185159-38 2024-09-13T14:28:15.930 INFO:tasks.rados.rados.0.smithi071.stdout:1756: oid 38 updating version 0 to 931 2024-09-13T14:28:15.930 INFO:tasks.rados.rados.0.smithi071.stdout:1756: oid 38 version 931 is already newer than 930 2024-09-13T14:28:15.930 INFO:tasks.rados.rados.0.smithi071.stdout:1756: oid 38 updating version 931 to 932 2024-09-13T14:28:15.930 INFO:tasks.rados.rados.0.smithi071.stdout:1756: oid 38 updating version 932 to 933 2024-09-13T14:28:15.930 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 38 v 933 (ObjNum 670 snap 218 seq_num 670) dirty exists 2024-09-13T14:28:15.930 INFO:tasks.rados.rados.0.smithi071.stdout:1756: left oid 38 (ObjNum 670 snap 218 seq_num 670) 2024-09-13T14:28:15.930 INFO:tasks.rados.rados.0.smithi071.stdout:1758: finishing write tid 1 to smithi07185159-34 2024-09-13T14:28:15.930 INFO:tasks.rados.rados.0.smithi071.stdout:1758: finishing write tid 2 to smithi07185159-34 2024-09-13T14:28:15.930 INFO:tasks.rados.rados.0.smithi071.stdout:1758: finishing write tid 3 to smithi07185159-34 2024-09-13T14:28:15.931 INFO:tasks.rados.rados.0.smithi071.stdout:1758: finishing write tid 4 to smithi07185159-34 2024-09-13T14:28:15.931 INFO:tasks.rados.rados.0.smithi071.stdout:1758: finishing write tid 5 to smithi07185159-34 2024-09-13T14:28:15.931 INFO:tasks.rados.rados.0.smithi071.stdout:1758: oid 34 updating version 0 to 255 2024-09-13T14:28:15.931 INFO:tasks.rados.rados.0.smithi071.stdout:1758: oid 34 version 255 is already newer than 253 2024-09-13T14:28:15.931 INFO:tasks.rados.rados.0.smithi071.stdout:1758: oid 34 version 255 is already newer than 252 2024-09-13T14:28:15.931 INFO:tasks.rados.rados.0.smithi071.stdout:1758: oid 34 version 255 is already newer than 254 2024-09-13T14:28:15.931 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 34 v 255 (ObjNum 671 snap 218 seq_num 671) dirty exists 2024-09-13T14:28:15.931 INFO:tasks.rados.rados.0.smithi071.stdout:1758: left oid 34 (ObjNum 671 snap 218 seq_num 671) 2024-09-13T14:28:15.931 INFO:tasks.rados.rados.0.smithi071.stdout:1759: expect (ObjNum 641 snap 211 seq_num 641) 2024-09-13T14:28:16.026 INFO:tasks.rados.rados.0.smithi071.stdout:1760: finishing write tid 1 to smithi07185159-15 2024-09-13T14:28:16.026 INFO:tasks.rados.rados.0.smithi071.stdout:1760: finishing write tid 2 to smithi07185159-15 2024-09-13T14:28:16.027 INFO:tasks.rados.rados.0.smithi071.stdout:1760: finishing write tid 3 to smithi07185159-15 2024-09-13T14:28:16.027 INFO:tasks.rados.rados.0.smithi071.stdout:1760: finishing write tid 4 to smithi07185159-15 2024-09-13T14:28:16.027 INFO:tasks.rados.rados.0.smithi071.stdout:1760: finishing write tid 5 to smithi07185159-15 2024-09-13T14:28:16.027 INFO:tasks.rados.rados.0.smithi071.stdout:1760: oid 15 updating version 0 to 1727 2024-09-13T14:28:16.027 INFO:tasks.rados.rados.0.smithi071.stdout:1760: oid 15 version 1727 is already newer than 1724 2024-09-13T14:28:16.028 INFO:tasks.rados.rados.0.smithi071.stdout:1760: oid 15 version 1727 is already newer than 1725 2024-09-13T14:28:16.028 INFO:tasks.rados.rados.0.smithi071.stdout:1760: oid 15 version 1727 is already newer than 1726 2024-09-13T14:28:16.028 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 15 v 1727 (ObjNum 672 snap 218 seq_num 672) dirty exists 2024-09-13T14:28:16.028 INFO:tasks.rados.rados.0.smithi071.stdout:1760: left oid 15 (ObjNum 672 snap 218 seq_num 672) 2024-09-13T14:28:16.028 INFO:tasks.rados.rados.0.smithi071.stdout:1761: finishing write tid 1 to smithi07185159-18 2024-09-13T14:28:16.028 INFO:tasks.rados.rados.0.smithi071.stdout:1761: finishing write tid 2 to smithi07185159-18 2024-09-13T14:28:16.029 INFO:tasks.rados.rados.0.smithi071.stdout:1761: finishing write tid 3 to smithi07185159-18 2024-09-13T14:28:16.029 INFO:tasks.rados.rados.0.smithi071.stdout:1761: finishing write tid 4 to smithi07185159-18 2024-09-13T14:28:16.029 INFO:tasks.rados.rados.0.smithi071.stdout:1761: finishing write tid 5 to smithi07185159-18 2024-09-13T14:28:16.029 INFO:tasks.rados.rados.0.smithi071.stdout:1761: oid 18 updating version 0 to 1729 2024-09-13T14:28:16.029 INFO:tasks.rados.rados.0.smithi071.stdout:1761: oid 18 updating version 1729 to 1730 2024-09-13T14:28:16.029 INFO:tasks.rados.rados.0.smithi071.stdout:1761: oid 18 version 1730 is already newer than 1728 2024-09-13T14:28:16.030 INFO:tasks.rados.rados.0.smithi071.stdout:1761: oid 18 updating version 1730 to 1731 2024-09-13T14:28:16.030 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 18 v 1731 (ObjNum 673 snap 218 seq_num 673) dirty exists 2024-09-13T14:28:16.030 INFO:tasks.rados.rados.0.smithi071.stdout:1761: left oid 18 (ObjNum 673 snap 218 seq_num 673) 2024-09-13T14:28:16.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:15 smithi104 ceph-mon[105578]: Reconfiguring osd.3 (monmap changed)... 2024-09-13T14:28:16.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:15 smithi104 ceph-mon[105578]: Reconfiguring daemon osd.3 on smithi071 2024-09-13T14:28:16.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:15 smithi104 ceph-mon[105578]: osdmap e512: 8 total, 8 up, 8 in 2024-09-13T14:28:16.870 INFO:tasks.rados.rados.0.smithi071.stdout:1756: done (5 left) 2024-09-13T14:28:16.871 INFO:tasks.rados.rados.0.smithi071.stdout:1758: done (4 left) 2024-09-13T14:28:16.871 INFO:tasks.rados.rados.0.smithi071.stdout:1759: done (3 left) 2024-09-13T14:28:16.871 INFO:tasks.rados.rados.0.smithi071.stdout:1760: done (2 left) 2024-09-13T14:28:16.871 INFO:tasks.rados.rados.0.smithi071.stdout:1761: done (1 left) 2024-09-13T14:28:16.871 INFO:tasks.rados.rados.0.smithi071.stdout:1762: done (0 left) 2024-09-13T14:28:16.871 INFO:tasks.rados.rados.0.smithi071.stdout:1763: snap_remove snap 218 2024-09-13T14:28:17.129 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:16 smithi071 ceph-mon[107477]: osdmap e513: 8 total, 8 up, 8 in 2024-09-13T14:28:17.130 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:16 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:17.130 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:16 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:17.130 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:16 smithi071 ceph-mon[107477]: Reconfiguring mds.foo.smithi071.awdchm (monmap changed)... 2024-09-13T14:28:17.130 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:16 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get-or-create", "entity": "mds.foo.smithi071.awdchm", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-13T14:28:17.130 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:16 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:28:17.131 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:16 smithi071 ceph-mon[107477]: Reconfiguring daemon mds.foo.smithi071.awdchm on smithi071 2024-09-13T14:28:17.131 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:16 smithi071 ceph-mon[107477]: pgmap v221: 89 pgs: 89 active+clean; 76 MiB data, 451 MiB used, 715 GiB / 715 GiB avail; 4.2 MiB/s rd, 1.0 MiB/s wr, 8 op/s 2024-09-13T14:28:17.131 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:16 smithi071 ceph-mon[112785]: osdmap e513: 8 total, 8 up, 8 in 2024-09-13T14:28:17.131 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:16 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:17.132 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:16 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:17.132 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:16 smithi071 ceph-mon[112785]: Reconfiguring mds.foo.smithi071.awdchm (monmap changed)... 2024-09-13T14:28:17.132 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:16 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get-or-create", "entity": "mds.foo.smithi071.awdchm", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-13T14:28:17.132 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:16 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:28:17.132 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:16 smithi071 ceph-mon[112785]: Reconfiguring daemon mds.foo.smithi071.awdchm on smithi071 2024-09-13T14:28:17.133 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:16 smithi071 ceph-mon[112785]: pgmap v221: 89 pgs: 89 active+clean; 76 MiB data, 451 MiB used, 715 GiB / 715 GiB avail; 4.2 MiB/s rd, 1.0 MiB/s wr, 8 op/s 2024-09-13T14:28:17.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:16 smithi104 ceph-mon[105578]: osdmap e513: 8 total, 8 up, 8 in 2024-09-13T14:28:17.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:16 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:17.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:16 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:17.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:16 smithi104 ceph-mon[105578]: Reconfiguring mds.foo.smithi071.awdchm (monmap changed)... 2024-09-13T14:28:17.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:16 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get-or-create", "entity": "mds.foo.smithi071.awdchm", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-13T14:28:17.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:16 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:28:17.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:16 smithi104 ceph-mon[105578]: Reconfiguring daemon mds.foo.smithi071.awdchm on smithi071 2024-09-13T14:28:17.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:16 smithi104 ceph-mon[105578]: pgmap v221: 89 pgs: 89 active+clean; 76 MiB data, 451 MiB used, 715 GiB / 715 GiB avail; 4.2 MiB/s rd, 1.0 MiB/s wr, 8 op/s 2024-09-13T14:28:17.794 INFO:tasks.rados.rados.0.smithi071.stdout:1763: done (0 left) 2024-09-13T14:28:17.794 INFO:tasks.rados.rados.0.smithi071.stdout:1764: snap_create 2024-09-13T14:28:18.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:17 smithi071 ceph-mon[107477]: osdmap e514: 8 total, 8 up, 8 in 2024-09-13T14:28:18.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:17 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:18.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:17 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:18.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:17 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T14:28:18.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:17 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-13T14:28:18.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:17 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:28:18.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:17 smithi071 ceph-mon[107477]: osdmap e515: 8 total, 8 up, 8 in 2024-09-13T14:28:18.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:17 smithi071 ceph-mon[112785]: osdmap e514: 8 total, 8 up, 8 in 2024-09-13T14:28:18.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:17 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:18.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:17 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:18.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:17 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T14:28:18.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:17 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-13T14:28:18.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:17 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:28:18.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:17 smithi071 ceph-mon[112785]: osdmap e515: 8 total, 8 up, 8 in 2024-09-13T14:28:18.146 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:17 smithi104 ceph-mon[105578]: osdmap e514: 8 total, 8 up, 8 in 2024-09-13T14:28:18.146 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:17 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:18.146 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:17 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:18.146 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:17 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T14:28:18.146 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:17 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-13T14:28:18.147 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:17 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:28:18.147 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:17 smithi104 ceph-mon[105578]: osdmap e515: 8 total, 8 up, 8 in 2024-09-13T14:28:18.801 INFO:tasks.rados.rados.0.smithi071.stdout:1764: done (0 left) 2024-09-13T14:28:18.801 INFO:tasks.rados.rados.0.smithi071.stdout:1765: read oid 19 snap -1 2024-09-13T14:28:18.801 INFO:tasks.rados.rados.0.smithi071.stdout:1765: expect (ObjNum 523 snap 172 seq_num 523) 2024-09-13T14:28:18.801 INFO:tasks.rados.rados.0.smithi071.stdout:1766: snap_create 2024-09-13T14:28:18.804 INFO:tasks.rados.rados.0.smithi071.stdout:1765: expect (ObjNum 523 snap 172 seq_num 523) 2024-09-13T14:28:19.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:18 smithi071 ceph-mon[107477]: Reconfiguring mon.b (monmap changed)... 2024-09-13T14:28:19.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:18 smithi071 ceph-mon[107477]: Reconfiguring daemon mon.b on smithi104 2024-09-13T14:28:19.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:18 smithi071 ceph-mon[107477]: pgmap v224: 89 pgs: 89 active+clean; 76 MiB data, 451 MiB used, 715 GiB / 715 GiB avail; 4.2 MiB/s rd, 1.0 MiB/s wr, 8 op/s 2024-09-13T14:28:19.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:18 smithi071 ceph-mon[107477]: osdmap e516: 8 total, 8 up, 8 in 2024-09-13T14:28:19.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:18 smithi071 ceph-mon[112785]: Reconfiguring mon.b (monmap changed)... 2024-09-13T14:28:19.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:18 smithi071 ceph-mon[112785]: Reconfiguring daemon mon.b on smithi104 2024-09-13T14:28:19.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:18 smithi071 ceph-mon[112785]: pgmap v224: 89 pgs: 89 active+clean; 76 MiB data, 451 MiB used, 715 GiB / 715 GiB avail; 4.2 MiB/s rd, 1.0 MiB/s wr, 8 op/s 2024-09-13T14:28:19.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:18 smithi071 ceph-mon[112785]: osdmap e516: 8 total, 8 up, 8 in 2024-09-13T14:28:19.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:18 smithi104 ceph-mon[105578]: Reconfiguring mon.b (monmap changed)... 2024-09-13T14:28:19.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:18 smithi104 ceph-mon[105578]: Reconfiguring daemon mon.b on smithi104 2024-09-13T14:28:19.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:18 smithi104 ceph-mon[105578]: pgmap v224: 89 pgs: 89 active+clean; 76 MiB data, 451 MiB used, 715 GiB / 715 GiB avail; 4.2 MiB/s rd, 1.0 MiB/s wr, 8 op/s 2024-09-13T14:28:19.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:18 smithi104 ceph-mon[105578]: osdmap e516: 8 total, 8 up, 8 in 2024-09-13T14:28:19.799 INFO:tasks.rados.rados.0.smithi071.stdout:1765: done (1 left) 2024-09-13T14:28:19.799 INFO:tasks.rados.rados.0.smithi071.stdout:1766: done (0 left) 2024-09-13T14:28:19.799 INFO:tasks.rados.rados.0.smithi071.stdout:1767: delete oid 42 current snap is 221 2024-09-13T14:28:19.803 INFO:tasks.rados.rados.0.smithi071.stdout:1767: done (0 left) 2024-09-13T14:28:19.803 INFO:tasks.rados.rados.0.smithi071.stdout:1768: rollback oid 48 current snap is 221 2024-09-13T14:28:19.804 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 48 to 220 2024-09-13T14:28:19.804 INFO:tasks.rados.rados.0.smithi071.stdout:1769: write oid 24 current snap is 221 2024-09-13T14:28:19.804 INFO:tasks.rados.rados.0.smithi071.stdout:1769: seq_num 675 ranges {544725=632139,1716169=522227,2736873=512491} 2024-09-13T14:28:19.809 INFO:tasks.rados.rados.0.smithi071.stdout:1769: writing smithi07185159-24 from 544725 to 1176864 tid 1 2024-09-13T14:28:19.815 INFO:tasks.rados.rados.0.smithi071.stdout:1769: writing smithi07185159-24 from 1716169 to 2238396 tid 2 2024-09-13T14:28:19.821 INFO:tasks.rados.rados.0.smithi071.stdout:1769: writing smithi07185159-24 from 2736873 to 3249364 tid 3 2024-09-13T14:28:19.821 INFO:tasks.rados.rados.0.smithi071.stdout:1770: delete oid 11 current snap is 221 2024-09-13T14:28:19.822 INFO:tasks.rados.rados.0.smithi071.stdout:1768: finishing rollback tid 1 to smithi07185159-48 2024-09-13T14:28:19.822 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 48 v 0 (ObjNum 113 snap 0 seq_num 1961060560) dirty dne 2024-09-13T14:28:19.822 INFO:tasks.rados.rados.0.smithi071.stdout:1769: finishing write tid 1 to smithi07185159-24 2024-09-13T14:28:19.822 INFO:tasks.rados.rados.0.smithi071.stdout:1769: finishing write tid 2 to smithi07185159-24 2024-09-13T14:28:19.823 INFO:tasks.rados.rados.0.smithi071.stdout:1768: done (2 left) 2024-09-13T14:28:19.823 INFO:tasks.rados.rados.0.smithi071.stdout:1770: done (1 left) 2024-09-13T14:28:19.824 INFO:tasks.rados.rados.0.smithi071.stdout:1771: read oid 33 snap 220 2024-09-13T14:28:19.824 INFO:tasks.rados.rados.0.smithi071.stdout:1771: expect (ObjNum 632 snap 208 seq_num 632) 2024-09-13T14:28:19.824 INFO:tasks.rados.rados.0.smithi071.stdout:1772: write oid 31 current snap is 221 2024-09-13T14:28:19.824 INFO:tasks.rados.rados.0.smithi071.stdout:1772: seq_num 677 ranges {578339=498990,1833133=525896,2791719=586620} 2024-09-13T14:28:19.829 INFO:tasks.rados.rados.0.smithi071.stdout:1772: writing smithi07185159-31 from 578339 to 1077329 tid 1 2024-09-13T14:28:19.836 INFO:tasks.rados.rados.0.smithi071.stdout:1772: writing smithi07185159-31 from 1833133 to 2359029 tid 2 2024-09-13T14:28:19.842 INFO:tasks.rados.rados.0.smithi071.stdout:1772: writing smithi07185159-31 from 2791719 to 3378339 tid 3 2024-09-13T14:28:19.842 INFO:tasks.rados.rados.0.smithi071.stdout:1773: snap_create 2024-09-13T14:28:19.842 INFO:tasks.rados.rados.0.smithi071.stdout:1769: finishing write tid 3 to smithi07185159-24 2024-09-13T14:28:19.842 INFO:tasks.rados.rados.0.smithi071.stdout:1769: finishing write tid 4 to smithi07185159-24 2024-09-13T14:28:19.842 INFO:tasks.rados.rados.0.smithi071.stdout:1769: finishing write tid 5 to smithi07185159-24 2024-09-13T14:28:19.842 INFO:tasks.rados.rados.0.smithi071.stdout:1769: oid 24 updating version 0 to 475 2024-09-13T14:28:19.843 INFO:tasks.rados.rados.0.smithi071.stdout:1769: oid 24 version 475 is already newer than 474 2024-09-13T14:28:19.843 INFO:tasks.rados.rados.0.smithi071.stdout:1769: oid 24 updating version 475 to 476 2024-09-13T14:28:19.843 INFO:tasks.rados.rados.0.smithi071.stdout:1769: oid 24 version 476 is already newer than 473 2024-09-13T14:28:19.843 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 24 v 476 (ObjNum 675 snap 221 seq_num 675) dirty exists 2024-09-13T14:28:19.843 INFO:tasks.rados.rados.0.smithi071.stdout:1769: left oid 24 (ObjNum 675 snap 221 seq_num 675) 2024-09-13T14:28:19.843 INFO:tasks.rados.rados.0.smithi071.stdout:1771: expect (ObjNum 632 snap 208 seq_num 632) 2024-09-13T14:28:19.998 INFO:tasks.rados.rados.0.smithi071.stdout:1772: finishing write tid 1 to smithi07185159-31 2024-09-13T14:28:19.999 INFO:tasks.rados.rados.0.smithi071.stdout:1772: finishing write tid 2 to smithi07185159-31 2024-09-13T14:28:19.999 INFO:tasks.rados.rados.0.smithi071.stdout:1772: finishing write tid 3 to smithi07185159-31 2024-09-13T14:28:19.999 INFO:tasks.rados.rados.0.smithi071.stdout:1772: finishing write tid 4 to smithi07185159-31 2024-09-13T14:28:19.999 INFO:tasks.rados.rados.0.smithi071.stdout:1772: finishing write tid 5 to smithi07185159-31 2024-09-13T14:28:19.999 INFO:tasks.rados.rados.0.smithi071.stdout:1772: oid 31 updating version 0 to 938 2024-09-13T14:28:19.999 INFO:tasks.rados.rados.0.smithi071.stdout:1772: oid 31 version 938 is already newer than 936 2024-09-13T14:28:19.999 INFO:tasks.rados.rados.0.smithi071.stdout:1772: oid 31 version 938 is already newer than 935 2024-09-13T14:28:19.999 INFO:tasks.rados.rados.0.smithi071.stdout:1772: oid 31 version 938 is already newer than 937 2024-09-13T14:28:19.999 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 31 v 938 (ObjNum 677 snap 221 seq_num 677) dirty exists 2024-09-13T14:28:19.999 INFO:tasks.rados.rados.0.smithi071.stdout:1772: left oid 31 (ObjNum 677 snap 221 seq_num 677) 2024-09-13T14:28:20.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:20 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:20.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:20 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:20.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:20 smithi104 ceph-mon[105578]: Reconfiguring mgr.x (monmap changed)... 2024-09-13T14:28:20.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:20 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-13T14:28:20.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:20 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "mgr services"} : dispatch 2024-09-13T14:28:20.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:20 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:28:20.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:20 smithi104 ceph-mon[105578]: Reconfiguring daemon mgr.x on smithi104 2024-09-13T14:28:20.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:20 smithi104 ceph-mon[105578]: osdmap e517: 8 total, 8 up, 8 in 2024-09-13T14:28:20.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:20 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:20.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:20 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:20.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:20 smithi071 ceph-mon[112785]: Reconfiguring mgr.x (monmap changed)... 2024-09-13T14:28:20.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:20 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-13T14:28:20.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:20 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "mgr services"} : dispatch 2024-09-13T14:28:20.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:20 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:28:20.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:20 smithi071 ceph-mon[112785]: Reconfiguring daemon mgr.x on smithi104 2024-09-13T14:28:20.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:20 smithi071 ceph-mon[112785]: osdmap e517: 8 total, 8 up, 8 in 2024-09-13T14:28:20.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:20 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:20.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:20 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:20.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:20 smithi071 ceph-mon[107477]: Reconfiguring mgr.x (monmap changed)... 2024-09-13T14:28:20.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:20 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-13T14:28:20.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:20 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "mgr services"} : dispatch 2024-09-13T14:28:20.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:20 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:28:20.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:20 smithi071 ceph-mon[107477]: Reconfiguring daemon mgr.x on smithi104 2024-09-13T14:28:20.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:20 smithi071 ceph-mon[107477]: osdmap e517: 8 total, 8 up, 8 in 2024-09-13T14:28:20.800 INFO:tasks.rados.rados.0.smithi071.stdout:1769: done (3 left) 2024-09-13T14:28:20.800 INFO:tasks.rados.rados.0.smithi071.stdout:1771: done (2 left) 2024-09-13T14:28:20.800 INFO:tasks.rados.rados.0.smithi071.stdout:1772: done (1 left) 2024-09-13T14:28:20.800 INFO:tasks.rados.rados.0.smithi071.stdout:1773: done (0 left) 2024-09-13T14:28:20.800 INFO:tasks.rados.rados.0.smithi071.stdout:1774: rollback oid 26 current snap is 222 2024-09-13T14:28:20.800 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 26 to 219 2024-09-13T14:28:20.800 INFO:tasks.rados.rados.0.smithi071.stdout:1775: read oid 24 snap -1 2024-09-13T14:28:20.800 INFO:tasks.rados.rados.0.smithi071.stdout:1775: expect (ObjNum 675 snap 221 seq_num 675) 2024-09-13T14:28:20.800 INFO:tasks.rados.rados.0.smithi071.stdout:1776: delete oid 31 current snap is 222 2024-09-13T14:28:20.802 INFO:tasks.rados.rados.0.smithi071.stdout:1774: finishing rollback tid 1 to smithi07185159-26 2024-09-13T14:28:20.802 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 26 v 0 (ObjNum 97 snap 0 seq_num 1961074208) dirty dne 2024-09-13T14:28:20.805 INFO:tasks.rados.rados.0.smithi071.stdout:1774: done (2 left) 2024-09-13T14:28:20.805 INFO:tasks.rados.rados.0.smithi071.stdout:1776: done (1 left) 2024-09-13T14:28:20.805 INFO:tasks.rados.rados.0.smithi071.stdout:1777: rollback oid 39 current snap is 222 2024-09-13T14:28:20.805 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 39 to 219 2024-09-13T14:28:20.805 INFO:tasks.rados.rados.0.smithi071.stdout:1778: read oid 27 snap -1 2024-09-13T14:28:20.805 INFO:tasks.rados.rados.0.smithi071.stdout:1778: expect deleted 2024-09-13T14:28:20.805 INFO:tasks.rados.rados.0.smithi071.stdout:1779: snap_create 2024-09-13T14:28:20.808 INFO:tasks.rados.rados.0.smithi071.stdout:1777: finishing rollback tid 0 to smithi07185159-39 2024-09-13T14:28:20.809 INFO:tasks.rados.rados.0.smithi071.stdout:1777: finishing rollback tid 1 to smithi07185159-39 2024-09-13T14:28:20.809 INFO:tasks.rados.rados.0.smithi071.stdout:1777: finishing rollback tid 2 to smithi07185159-39 2024-09-13T14:28:20.809 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 39 v 887 (ObjNum 644 snap 211 seq_num 644) dirty exists 2024-09-13T14:28:20.810 INFO:tasks.rados.rados.0.smithi071.stdout:1775: expect (ObjNum 675 snap 221 seq_num 675) 2024-09-13T14:28:21.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:21 smithi071 ceph-mon[112785]: pgmap v227: 89 pgs: 89 active+clean; 80 MiB data, 451 MiB used, 715 GiB / 715 GiB avail; 6.5 MiB/s rd, 2.3 MiB/s wr, 15 op/s 2024-09-13T14:28:21.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:21 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:21.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:21 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:21.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:21 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-13T14:28:21.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:21 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:28:21.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:21 smithi071 ceph-mon[112785]: osdmap e518: 8 total, 8 up, 8 in 2024-09-13T14:28:21.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:21 smithi071 ceph-mon[107477]: pgmap v227: 89 pgs: 89 active+clean; 80 MiB data, 451 MiB used, 715 GiB / 715 GiB avail; 6.5 MiB/s rd, 2.3 MiB/s wr, 15 op/s 2024-09-13T14:28:21.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:21 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:21.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:21 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:21.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:21 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-13T14:28:21.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:21 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:28:21.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:21 smithi071 ceph-mon[107477]: osdmap e518: 8 total, 8 up, 8 in 2024-09-13T14:28:21.402 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:21 smithi104 ceph-mon[105578]: pgmap v227: 89 pgs: 89 active+clean; 80 MiB data, 451 MiB used, 715 GiB / 715 GiB avail; 6.5 MiB/s rd, 2.3 MiB/s wr, 15 op/s 2024-09-13T14:28:21.402 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:21 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:21.402 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:21 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:21.402 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:21 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-13T14:28:21.402 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:21 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:28:21.402 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:21 smithi104 ceph-mon[105578]: osdmap e518: 8 total, 8 up, 8 in 2024-09-13T14:28:21.801 INFO:tasks.rados.rados.0.smithi071.stdout:1775: done (3 left) 2024-09-13T14:28:21.801 INFO:tasks.rados.rados.0.smithi071.stdout:1777: done (2 left) 2024-09-13T14:28:21.801 INFO:tasks.rados.rados.0.smithi071.stdout:1778: done (1 left) 2024-09-13T14:28:21.801 INFO:tasks.rados.rados.0.smithi071.stdout:1779: done (0 left) 2024-09-13T14:28:21.801 INFO:tasks.rados.rados.0.smithi071.stdout:1780: write oid 35 current snap is 223 2024-09-13T14:28:21.801 INFO:tasks.rados.rados.0.smithi071.stdout:1780: seq_num 679 ranges {611953=649488,1950097=529565,3246565=165388} 2024-09-13T14:28:21.807 INFO:tasks.rados.rados.0.smithi071.stdout:1780: writing smithi07185159-35 from 611953 to 1261441 tid 1 2024-09-13T14:28:21.814 INFO:tasks.rados.rados.0.smithi071.stdout:1780: writing smithi07185159-35 from 1950097 to 2479662 tid 2 2024-09-13T14:28:21.819 INFO:tasks.rados.rados.0.smithi071.stdout:1780: writing smithi07185159-35 from 3246565 to 3411953 tid 3 2024-09-13T14:28:21.819 INFO:tasks.rados.rados.0.smithi071.stdout:1781: write oid 48 current snap is 223 2024-09-13T14:28:21.820 INFO:tasks.rados.rados.0.smithi071.stdout:1781: seq_num 680 ranges {628760=724737,1892226=673223,3157635=271125} 2024-09-13T14:28:21.826 INFO:tasks.rados.rados.0.smithi071.stdout:1781: writing smithi07185159-48 from 628760 to 1353497 tid 1 2024-09-13T14:28:21.833 INFO:tasks.rados.rados.0.smithi071.stdout:1781: writing smithi07185159-48 from 1892226 to 2565449 tid 2 2024-09-13T14:28:21.839 INFO:tasks.rados.rados.0.smithi071.stdout:1781: writing smithi07185159-48 from 3157635 to 3428760 tid 3 2024-09-13T14:28:21.839 INFO:tasks.rados.rados.0.smithi071.stdout:1782: rollback oid 20 current snap is 223 2024-09-13T14:28:21.839 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 20 to 219 2024-09-13T14:28:21.839 INFO:tasks.rados.rados.0.smithi071.stdout:1780: finishing write tid 1 to smithi07185159-35 2024-09-13T14:28:21.839 INFO:tasks.rados.rados.0.smithi071.stdout:1780: finishing write tid 2 to smithi07185159-35 2024-09-13T14:28:21.840 INFO:tasks.rados.rados.0.smithi071.stdout:1780: finishing write tid 3 to smithi07185159-35 2024-09-13T14:28:21.840 INFO:tasks.rados.rados.0.smithi071.stdout:1780: finishing write tid 4 to smithi07185159-35 2024-09-13T14:28:21.840 INFO:tasks.rados.rados.0.smithi071.stdout:1783: read oid 14 snap -1 2024-09-13T14:28:21.840 INFO:tasks.rados.rados.0.smithi071.stdout:1783: expect deleted 2024-09-13T14:28:21.840 INFO:tasks.rados.rados.0.smithi071.stdout:1784: snap_create 2024-09-13T14:28:21.840 INFO:tasks.rados.rados.0.smithi071.stdout:1780: finishing write tid 5 to smithi07185159-35 2024-09-13T14:28:21.840 INFO:tasks.rados.rados.0.smithi071.stdout:1780: oid 35 updating version 0 to 889 2024-09-13T14:28:21.840 INFO:tasks.rados.rados.0.smithi071.stdout:1780: oid 35 updating version 889 to 891 2024-09-13T14:28:21.840 INFO:tasks.rados.rados.0.smithi071.stdout:1780: oid 35 updating version 891 to 892 2024-09-13T14:28:21.840 INFO:tasks.rados.rados.0.smithi071.stdout:1780: oid 35 version 892 is already newer than 890 2024-09-13T14:28:21.840 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 35 v 892 (ObjNum 679 snap 223 seq_num 679) dirty exists 2024-09-13T14:28:21.840 INFO:tasks.rados.rados.0.smithi071.stdout:1780: left oid 35 (ObjNum 679 snap 223 seq_num 679) 2024-09-13T14:28:21.840 INFO:tasks.rados.rados.0.smithi071.stdout:1781: finishing write tid 1 to smithi07185159-48 2024-09-13T14:28:21.841 INFO:tasks.rados.rados.0.smithi071.stdout:1781: finishing write tid 2 to smithi07185159-48 2024-09-13T14:28:21.841 INFO:tasks.rados.rados.0.smithi071.stdout:1782: finishing rollback tid 1 to smithi07185159-20 2024-09-13T14:28:21.841 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 20 v 0 (ObjNum 129 snap 0 seq_num 1961154496) dirty dne 2024-09-13T14:28:21.841 INFO:tasks.rados.rados.0.smithi071.stdout:1781: finishing write tid 3 to smithi07185159-48 2024-09-13T14:28:21.841 INFO:tasks.rados.rados.0.smithi071.stdout:1781: finishing write tid 4 to smithi07185159-48 2024-09-13T14:28:21.842 INFO:tasks.rados.rados.0.smithi071.stdout:1781: finishing write tid 5 to smithi07185159-48 2024-09-13T14:28:21.842 INFO:tasks.rados.rados.0.smithi071.stdout:1781: oid 48 updating version 0 to 1733 2024-09-13T14:28:21.842 INFO:tasks.rados.rados.0.smithi071.stdout:1781: oid 48 updating version 1733 to 1734 2024-09-13T14:28:21.842 INFO:tasks.rados.rados.0.smithi071.stdout:1781: oid 48 updating version 1734 to 1735 2024-09-13T14:28:21.842 INFO:tasks.rados.rados.0.smithi071.stdout:1781: oid 48 updating version 1735 to 1736 2024-09-13T14:28:21.842 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 48 v 1736 (ObjNum 680 snap 223 seq_num 680) dirty exists 2024-09-13T14:28:21.842 INFO:tasks.rados.rados.0.smithi071.stdout:1781: left oid 48 (ObjNum 680 snap 223 seq_num 680) 2024-09-13T14:28:22.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:22 smithi104 ceph-mon[105578]: Reconfiguring osd.4 (monmap changed)... 2024-09-13T14:28:22.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:22 smithi104 ceph-mon[105578]: Reconfiguring daemon osd.4 on smithi104 2024-09-13T14:28:22.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:22 smithi104 ceph-mon[105578]: osdmap e519: 8 total, 8 up, 8 in 2024-09-13T14:28:22.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:22 smithi071 ceph-mon[107477]: Reconfiguring osd.4 (monmap changed)... 2024-09-13T14:28:22.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:22 smithi071 ceph-mon[107477]: Reconfiguring daemon osd.4 on smithi104 2024-09-13T14:28:22.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:22 smithi071 ceph-mon[107477]: osdmap e519: 8 total, 8 up, 8 in 2024-09-13T14:28:22.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:22 smithi071 ceph-mon[112785]: Reconfiguring osd.4 (monmap changed)... 2024-09-13T14:28:22.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:22 smithi071 ceph-mon[112785]: Reconfiguring daemon osd.4 on smithi104 2024-09-13T14:28:22.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:22 smithi071 ceph-mon[112785]: osdmap e519: 8 total, 8 up, 8 in 2024-09-13T14:28:22.422 INFO:teuthology.orchestra.run.smithi071.stdout:true 2024-09-13T14:28:22.798 INFO:tasks.rados.rados.0.smithi071.stdout:1780: done (4 left) 2024-09-13T14:28:22.798 INFO:tasks.rados.rados.0.smithi071.stdout:1781: done (3 left) 2024-09-13T14:28:22.798 INFO:tasks.rados.rados.0.smithi071.stdout:1782: done (2 left) 2024-09-13T14:28:22.798 INFO:tasks.rados.rados.0.smithi071.stdout:1783: done (1 left) 2024-09-13T14:28:22.798 INFO:tasks.rados.rados.0.smithi071.stdout:1784: done (0 left) 2024-09-13T14:28:22.798 INFO:tasks.rados.rados.0.smithi071.stdout:1785: delete oid 48 current snap is 224 2024-09-13T14:28:22.800 INFO:tasks.rados.rados.0.smithi071.stdout:1785: done (0 left) 2024-09-13T14:28:22.800 INFO:tasks.rados.rados.0.smithi071.stdout:1786: write oid 37 current snap is 224 2024-09-13T14:28:22.800 INFO:tasks.rados.rados.0.smithi071.stdout:1786: seq_num 682 ranges {662374=475235,1609190=676892,2812481=624101} 2024-09-13T14:28:22.806 INFO:tasks.rados.rados.0.smithi071.stdout:1786: writing smithi07185159-37 from 662374 to 1137609 tid 1 2024-09-13T14:28:22.813 INFO:tasks.rados.rados.0.smithi071.stdout:1786: writing smithi07185159-37 from 1609190 to 2286082 tid 2 2024-09-13T14:28:22.820 INFO:tasks.rados.rados.0.smithi071.stdout:1786: writing smithi07185159-37 from 2812481 to 3436582 tid 3 2024-09-13T14:28:22.820 INFO:tasks.rados.rados.0.smithi071.stdout:1787: snap_create 2024-09-13T14:28:22.820 INFO:tasks.rados.rados.0.smithi071.stdout:1786: finishing write tid 1 to smithi07185159-37 2024-09-13T14:28:22.820 INFO:tasks.rados.rados.0.smithi071.stdout:1786: finishing write tid 2 to smithi07185159-37 2024-09-13T14:28:22.823 INFO:tasks.rados.rados.0.smithi071.stdout:1786: finishing write tid 3 to smithi07185159-37 2024-09-13T14:28:22.823 INFO:tasks.rados.rados.0.smithi071.stdout:1786: finishing write tid 4 to smithi07185159-37 2024-09-13T14:28:22.823 INFO:tasks.rados.rados.0.smithi071.stdout:1786: finishing write tid 5 to smithi07185159-37 2024-09-13T14:28:22.823 INFO:tasks.rados.rados.0.smithi071.stdout:1786: oid 37 updating version 0 to 519 2024-09-13T14:28:22.823 INFO:tasks.rados.rados.0.smithi071.stdout:1786: oid 37 updating version 519 to 521 2024-09-13T14:28:22.823 INFO:tasks.rados.rados.0.smithi071.stdout:1786: oid 37 version 521 is already newer than 518 2024-09-13T14:28:22.823 INFO:tasks.rados.rados.0.smithi071.stdout:1786: oid 37 version 521 is already newer than 520 2024-09-13T14:28:22.824 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 37 v 521 (ObjNum 682 snap 224 seq_num 682) dirty exists 2024-09-13T14:28:22.824 INFO:tasks.rados.rados.0.smithi071.stdout:1786: left oid 37 (ObjNum 682 snap 224 seq_num 682) 2024-09-13T14:28:22.993 INFO:teuthology.orchestra.run.smithi071.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-13T14:28:22.993 INFO:teuthology.orchestra.run.smithi071.stdout:alertmanager.a smithi071 *:9093,9094 running (3m) 66s ago 9m 20.0M - 0.27.0 11f11916f8cd b9824fbee517 2024-09-13T14:28:22.993 INFO:teuthology.orchestra.run.smithi071.stdout:grafana.a smithi104 *:3000 running (3m) 21s ago 9m 79.6M - c8b91775d855 2b565abc8cf3 2024-09-13T14:28:22.993 INFO:teuthology.orchestra.run.smithi071.stdout:mds.foo.smithi071.awdchm smithi071 running (8m) 66s ago 8m 22.5M - 18.2.4-843-g2c01458a c129f5a2fd4e 3a46cf5b0e24 2024-09-13T14:28:22.993 INFO:teuthology.orchestra.run.smithi071.stdout:mds.foo.smithi104.uecrqj smithi104 running (8m) 21s ago 8m 16.0M - 18.2.4-843-g2c01458a c129f5a2fd4e 3d72a892eecb 2024-09-13T14:28:22.993 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.x smithi104 *:8443,9283,8765 running (4m) 21s ago 13m 453M - 19.3.0-4697-gd58f7306 fec07016a2b0 d080c1ba10a3 2024-09-13T14:28:22.994 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.y smithi071 *:8443,9283,8765 running (5m) 66s ago 15m 508M - 19.3.0-4697-gd58f7306 fec07016a2b0 f93807043c77 2024-09-13T14:28:22.994 INFO:teuthology.orchestra.run.smithi071.stdout:mon.a smithi071 running (2m) 66s ago 15m 48.6M 2048M 19.3.0-4697-gd58f7306 fec07016a2b0 f694be77a870 2024-09-13T14:28:22.994 INFO:teuthology.orchestra.run.smithi071.stdout:mon.b smithi104 running (28s) 21s ago 14m 22.0M 2048M 19.3.0-4697-gd58f7306 fec07016a2b0 15a56f2fc613 2024-09-13T14:28:22.994 INFO:teuthology.orchestra.run.smithi071.stdout:mon.c smithi071 running (2m) 66s ago 14m 39.5M 2048M 19.3.0-4697-gd58f7306 fec07016a2b0 1f937fa689f0 2024-09-13T14:28:22.994 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.a smithi071 *:9100 running (4m) 66s ago 9m 12.0M - 1.7.0 72c9c2088986 9dca7c61ba7c 2024-09-13T14:28:22.994 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.b smithi104 *:9100 running (4m) 21s ago 9m 11.5M - 1.7.0 72c9c2088986 378ebb14ddbd 2024-09-13T14:28:22.994 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0 smithi071 running (13m) 66s ago 13m 100M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 4620af289781 2024-09-13T14:28:22.994 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1 smithi071 running (13m) 66s ago 13m 79.5M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 6219ea84d5da 2024-09-13T14:28:22.994 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2 smithi071 running (12m) 66s ago 12m 119M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e dbb670583d0d 2024-09-13T14:28:22.994 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3 smithi071 running (12m) 66s ago 12m 74.4M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 3859c11423d8 2024-09-13T14:28:22.994 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4 smithi104 running (12m) 21s ago 12m 103M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 7641d6ca037c 2024-09-13T14:28:22.994 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5 smithi104 running (11m) 21s ago 11m 104M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e d171c1dc9aca 2024-09-13T14:28:22.994 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6 smithi104 running (11m) 21s ago 11m 91.5M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 7cd98596a2db 2024-09-13T14:28:22.994 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7 smithi104 running (10m) 21s ago 10m 91.4M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e c0657150d5d6 2024-09-13T14:28:22.995 INFO:teuthology.orchestra.run.smithi071.stdout:prometheus.a smithi104 *:9095 running (4m) 21s ago 10m 45.9M - 2.51.0 1d3b7f56885b 31487e669ce2 2024-09-13T14:28:22.995 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:28:22 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:28:22] "GET /metrics HTTP/1.1" 200 36277 "" "Prometheus/2.51.0" 2024-09-13T14:28:23.329 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:28:23.329 INFO:teuthology.orchestra.run.smithi071.stdout: "mon": { 2024-09-13T14:28:23.329 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 19.3.0-4697-gd58f7306 (d58f73069a8157a9ace12a0247ee3e8497707ea9) squid (dev)": 3 2024-09-13T14:28:23.329 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:28:23.329 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr": { 2024-09-13T14:28:23.329 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 19.3.0-4697-gd58f7306 (d58f73069a8157a9ace12a0247ee3e8497707ea9) squid (dev)": 2 2024-09-13T14:28:23.329 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:28:23.329 INFO:teuthology.orchestra.run.smithi071.stdout: "osd": { 2024-09-13T14:28:23.330 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)": 8 2024-09-13T14:28:23.330 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:28:23.330 INFO:teuthology.orchestra.run.smithi071.stdout: "mds": { 2024-09-13T14:28:23.330 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)": 2 2024-09-13T14:28:23.330 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:28:23.330 INFO:teuthology.orchestra.run.smithi071.stdout: "overall": { 2024-09-13T14:28:23.330 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)": 10, 2024-09-13T14:28:23.330 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 19.3.0-4697-gd58f7306 (d58f73069a8157a9ace12a0247ee3e8497707ea9) squid (dev)": 5 2024-09-13T14:28:23.330 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:28:23.330 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:28:23.330 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:23 smithi071 ceph-mon[107477]: pgmap v230: 89 pgs: 89 active+clean; 80 MiB data, 451 MiB used, 715 GiB / 715 GiB avail; 6.5 MiB/s rd, 2.3 MiB/s wr, 15 op/s 2024-09-13T14:28:23.331 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:23 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:23.331 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:23 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:23.331 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:23 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-13T14:28:23.331 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:23 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:28:23.331 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:23 smithi071 ceph-mon[107477]: osdmap e520: 8 total, 8 up, 8 in 2024-09-13T14:28:23.331 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:23 smithi071 ceph-mon[112785]: pgmap v230: 89 pgs: 89 active+clean; 80 MiB data, 451 MiB used, 715 GiB / 715 GiB avail; 6.5 MiB/s rd, 2.3 MiB/s wr, 15 op/s 2024-09-13T14:28:23.331 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:23 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:23.331 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:23 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:23.331 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:23 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-13T14:28:23.331 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:23 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:28:23.331 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:23 smithi071 ceph-mon[112785]: osdmap e520: 8 total, 8 up, 8 in 2024-09-13T14:28:23.389 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:23 smithi104 ceph-mon[105578]: pgmap v230: 89 pgs: 89 active+clean; 80 MiB data, 451 MiB used, 715 GiB / 715 GiB avail; 6.5 MiB/s rd, 2.3 MiB/s wr, 15 op/s 2024-09-13T14:28:23.389 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:23 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:23.389 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:23 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:23.389 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:23 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-13T14:28:23.389 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:23 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:28:23.389 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:23 smithi104 ceph-mon[105578]: osdmap e520: 8 total, 8 up, 8 in 2024-09-13T14:28:23.612 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:28:23.612 INFO:teuthology.orchestra.run.smithi071.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f", 2024-09-13T14:28:23.612 INFO:teuthology.orchestra.run.smithi071.stdout: "in_progress": true, 2024-09-13T14:28:23.612 INFO:teuthology.orchestra.run.smithi071.stdout: "which": "Upgrading daemons of type(s) mon. Upgrade limited to 1 daemons (0 remaining).", 2024-09-13T14:28:23.612 INFO:teuthology.orchestra.run.smithi071.stdout: "services_complete": [ 2024-09-13T14:28:23.612 INFO:teuthology.orchestra.run.smithi071.stdout: "mon" 2024-09-13T14:28:23.612 INFO:teuthology.orchestra.run.smithi071.stdout: ], 2024-09-13T14:28:23.612 INFO:teuthology.orchestra.run.smithi071.stdout: "progress": "3/3 daemons upgraded", 2024-09-13T14:28:23.612 INFO:teuthology.orchestra.run.smithi071.stdout: "message": "Currently upgrading mon daemons", 2024-09-13T14:28:23.613 INFO:teuthology.orchestra.run.smithi071.stdout: "is_paused": false 2024-09-13T14:28:23.613 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:28:23.798 INFO:tasks.rados.rados.0.smithi071.stdout:1786: done (1 left) 2024-09-13T14:28:23.798 INFO:tasks.rados.rados.0.smithi071.stdout:1787: done (0 left) 2024-09-13T14:28:23.798 INFO:tasks.rados.rados.0.smithi071.stdout:1788: delete oid 20 current snap is 225 2024-09-13T14:28:23.801 INFO:tasks.rados.rados.0.smithi071.stdout:1788: done (0 left) 2024-09-13T14:28:23.801 INFO:tasks.rados.rados.0.smithi071.stdout:1789: write oid 16 current snap is 225 2024-09-13T14:28:23.801 INFO:tasks.rados.rados.0.smithi071.stdout:1789: seq_num 684 ranges {695988=625733,2009801=680561,3150974=345014} 2024-09-13T14:28:23.808 INFO:tasks.rados.rados.0.smithi071.stdout:1789: writing smithi07185159-16 from 695988 to 1321721 tid 1 2024-09-13T14:28:23.816 INFO:tasks.rados.rados.0.smithi071.stdout:1789: writing smithi07185159-16 from 2009801 to 2690362 tid 2 2024-09-13T14:28:23.821 INFO:tasks.rados.rados.0.smithi071.stdout:1789: writing smithi07185159-16 from 3150974 to 3495988 tid 3 2024-09-13T14:28:23.821 INFO:tasks.rados.rados.0.smithi071.stdout:1790: read oid 11 snap -1 2024-09-13T14:28:23.821 INFO:tasks.rados.rados.0.smithi071.stdout:1790: expect deleted 2024-09-13T14:28:23.821 INFO:tasks.rados.rados.0.smithi071.stdout:1791: read oid 3 snap -1 2024-09-13T14:28:23.821 INFO:tasks.rados.rados.0.smithi071.stdout:1791: expect deleted 2024-09-13T14:28:23.821 INFO:tasks.rados.rados.0.smithi071.stdout:1792: rollback oid 28 current snap is 225 2024-09-13T14:28:23.821 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 28 to 223 2024-09-13T14:28:23.821 INFO:tasks.rados.rados.0.smithi071.stdout:1789: finishing write tid 1 to smithi07185159-16 2024-09-13T14:28:23.821 INFO:tasks.rados.rados.0.smithi071.stdout:1789: finishing write tid 2 to smithi07185159-16 2024-09-13T14:28:23.821 INFO:tasks.rados.rados.0.smithi071.stdout:1793: write oid 26 current snap is 225 2024-09-13T14:28:23.821 INFO:tasks.rados.rados.0.smithi071.stdout:1793: seq_num 685 ranges {712795=417335,1784636=540572,2894750=457917} 2024-09-13T14:28:23.826 INFO:tasks.rados.rados.0.smithi071.stdout:1793: writing smithi07185159-26 from 712795 to 1130130 tid 1 2024-09-13T14:28:23.833 INFO:tasks.rados.rados.0.smithi071.stdout:1793: writing smithi07185159-26 from 1784636 to 2325208 tid 2 2024-09-13T14:28:23.839 INFO:tasks.rados.rados.0.smithi071.stdout:1793: writing smithi07185159-26 from 2894750 to 3352667 tid 3 2024-09-13T14:28:23.840 INFO:tasks.rados.rados.0.smithi071.stdout:1794: rollback oid 45 current snap is 225 2024-09-13T14:28:23.840 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 45 to 221 2024-09-13T14:28:23.840 INFO:tasks.rados.rados.0.smithi071.stdout:1792: finishing rollback tid 1 to smithi07185159-28 2024-09-13T14:28:23.840 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 28 v 0 (ObjNum 33 snap 0 seq_num 1961049664) dirty dne 2024-09-13T14:28:23.840 INFO:tasks.rados.rados.0.smithi071.stdout:1789: finishing write tid 3 to smithi07185159-16 2024-09-13T14:28:23.840 INFO:tasks.rados.rados.0.smithi071.stdout:1789: finishing write tid 4 to smithi07185159-16 2024-09-13T14:28:23.840 INFO:tasks.rados.rados.0.smithi071.stdout:1791: done (5 left) 2024-09-13T14:28:23.840 INFO:tasks.rados.rados.0.smithi071.stdout:1792: done (4 left) 2024-09-13T14:28:23.840 INFO:tasks.rados.rados.0.smithi071.stdout:1795: write oid 24 current snap is 225 2024-09-13T14:28:23.840 INFO:tasks.rados.rados.0.smithi071.stdout:1789: finishing write tid 5 to smithi07185159-16 2024-09-13T14:28:23.840 INFO:tasks.rados.rados.0.smithi071.stdout:1789: oid 16 updating version 0 to 432 2024-09-13T14:28:23.840 INFO:tasks.rados.rados.0.smithi071.stdout:1789: oid 16 updating version 432 to 433 2024-09-13T14:28:23.841 INFO:tasks.rados.rados.0.smithi071.stdout:1789: oid 16 updating version 433 to 434 2024-09-13T14:28:23.841 INFO:tasks.rados.rados.0.smithi071.stdout:1789: oid 16 version 434 is already newer than 431 2024-09-13T14:28:23.841 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 16 v 434 (ObjNum 684 snap 225 seq_num 684) dirty exists 2024-09-13T14:28:23.841 INFO:tasks.rados.rados.0.smithi071.stdout:1789: left oid 16 (ObjNum 684 snap 225 seq_num 684) 2024-09-13T14:28:23.841 INFO:tasks.rados.rados.0.smithi071.stdout:1793: finishing write tid 1 to smithi07185159-26 2024-09-13T14:28:23.841 INFO:tasks.rados.rados.0.smithi071.stdout:1793: finishing write tid 2 to smithi07185159-26 2024-09-13T14:28:23.841 INFO:tasks.rados.rados.0.smithi071.stdout:1795: seq_num 686 ranges {729602=492584,1843118=684230,3322173=207429} 2024-09-13T14:28:23.846 INFO:tasks.rados.rados.0.smithi071.stdout:1795: writing smithi07185159-24 from 729602 to 1222186 tid 1 2024-09-13T14:28:23.853 INFO:tasks.rados.rados.0.smithi071.stdout:1795: writing smithi07185159-24 from 1843118 to 2527348 tid 2 2024-09-13T14:28:23.859 INFO:tasks.rados.rados.0.smithi071.stdout:1795: writing smithi07185159-24 from 3322173 to 3529602 tid 3 2024-09-13T14:28:23.860 INFO:tasks.rados.rados.0.smithi071.stdout:1789: done (4 left) 2024-09-13T14:28:23.860 INFO:tasks.rados.rados.0.smithi071.stdout:1790: done (3 left) 2024-09-13T14:28:23.860 INFO:tasks.rados.rados.0.smithi071.stdout:1796: read oid 38 snap -1 2024-09-13T14:28:23.860 INFO:tasks.rados.rados.0.smithi071.stdout:1796: expect (ObjNum 670 snap 218 seq_num 670) 2024-09-13T14:28:23.860 INFO:tasks.rados.rados.0.smithi071.stdout:1797: rollback oid 12 current snap is 225 2024-09-13T14:28:23.861 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 12 to 221 2024-09-13T14:28:23.861 INFO:tasks.rados.rados.0.smithi071.stdout:1794: finishing rollback tid 1 to smithi07185159-45 2024-09-13T14:28:23.861 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 45 v 0 (ObjNum 33 snap 0 seq_num 1961127984) dirty dne 2024-09-13T14:28:23.861 INFO:tasks.rados.rados.0.smithi071.stdout:1793: finishing write tid 3 to smithi07185159-26 2024-09-13T14:28:23.861 INFO:tasks.rados.rados.0.smithi071.stdout:1793: finishing write tid 4 to smithi07185159-26 2024-09-13T14:28:23.861 INFO:tasks.rados.rados.0.smithi071.stdout:1794: done (4 left) 2024-09-13T14:28:23.862 INFO:tasks.rados.rados.0.smithi071.stdout:1798: read oid 6 snap -1 2024-09-13T14:28:23.862 INFO:tasks.rados.rados.0.smithi071.stdout:1798: expect (ObjNum 581 snap 188 seq_num 581) 2024-09-13T14:28:23.862 INFO:tasks.rados.rados.0.smithi071.stdout:1799: snap_remove snap 219 2024-09-13T14:28:24.359 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:24 smithi104 ceph-mon[105578]: Reconfiguring osd.5 (monmap changed)... 2024-09-13T14:28:24.359 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:24 smithi104 ceph-mon[105578]: Reconfiguring daemon osd.5 on smithi104 2024-09-13T14:28:24.359 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:24 smithi104 ceph-mon[105578]: from='client.34218 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:28:24.360 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:24 smithi104 ceph-mon[105578]: from='client.34224 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:28:24.360 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:24 smithi104 ceph-mon[105578]: from='client.44156 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:28:24.360 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:24 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3147063668' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:28:24.360 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:24 smithi104 ceph-mon[105578]: osdmap e521: 8 total, 8 up, 8 in 2024-09-13T14:28:24.360 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:24 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:24.360 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:24 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:24.360 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:24 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.6"} : dispatch 2024-09-13T14:28:24.360 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:24 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:28:24.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:24 smithi071 ceph-mon[107477]: Reconfiguring osd.5 (monmap changed)... 2024-09-13T14:28:24.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:24 smithi071 ceph-mon[107477]: Reconfiguring daemon osd.5 on smithi104 2024-09-13T14:28:24.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:24 smithi071 ceph-mon[107477]: from='client.34218 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:28:24.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:24 smithi071 ceph-mon[107477]: from='client.34224 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:28:24.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:24 smithi071 ceph-mon[107477]: from='client.44156 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:28:24.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:24 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3147063668' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:28:24.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:24 smithi071 ceph-mon[107477]: osdmap e521: 8 total, 8 up, 8 in 2024-09-13T14:28:24.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:24 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:24.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:24 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:24.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:24 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.6"} : dispatch 2024-09-13T14:28:24.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:24 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:28:24.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:24 smithi071 ceph-mon[112785]: Reconfiguring osd.5 (monmap changed)... 2024-09-13T14:28:24.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:24 smithi071 ceph-mon[112785]: Reconfiguring daemon osd.5 on smithi104 2024-09-13T14:28:24.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:24 smithi071 ceph-mon[112785]: from='client.34218 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:28:24.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:24 smithi071 ceph-mon[112785]: from='client.34224 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:28:24.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:24 smithi071 ceph-mon[112785]: from='client.44156 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:28:24.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:24 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3147063668' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:28:24.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:24 smithi071 ceph-mon[112785]: osdmap e521: 8 total, 8 up, 8 in 2024-09-13T14:28:24.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:24 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:24.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:24 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:24.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:24 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.6"} : dispatch 2024-09-13T14:28:24.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:24 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:28:24.854 INFO:tasks.rados.rados.0.smithi071.stdout:1799: done (5 left) 2024-09-13T14:28:24.854 INFO:tasks.rados.rados.0.smithi071.stdout:1800: snap_create 2024-09-13T14:28:24.854 INFO:tasks.rados.rados.0.smithi071.stdout:1793: finishing write tid 5 to smithi07185159-26 2024-09-13T14:28:24.854 INFO:tasks.rados.rados.0.smithi071.stdout:1793: oid 26 updating version 0 to 524 2024-09-13T14:28:24.854 INFO:tasks.rados.rados.0.smithi071.stdout:1793: oid 26 version 524 is already newer than 522 2024-09-13T14:28:24.854 INFO:tasks.rados.rados.0.smithi071.stdout:1793: oid 26 updating version 524 to 525 2024-09-13T14:28:24.854 INFO:tasks.rados.rados.0.smithi071.stdout:1793: oid 26 version 525 is already newer than 523 2024-09-13T14:28:24.854 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 26 v 525 (ObjNum 685 snap 225 seq_num 685) dirty exists 2024-09-13T14:28:24.854 INFO:tasks.rados.rados.0.smithi071.stdout:1793: left oid 26 (ObjNum 685 snap 225 seq_num 685) 2024-09-13T14:28:24.854 INFO:tasks.rados.rados.0.smithi071.stdout:1795: finishing write tid 1 to smithi07185159-24 2024-09-13T14:28:24.854 INFO:tasks.rados.rados.0.smithi071.stdout:1795: finishing write tid 2 to smithi07185159-24 2024-09-13T14:28:24.854 INFO:tasks.rados.rados.0.smithi071.stdout:1797: finishing rollback tid 0 to smithi07185159-12 2024-09-13T14:28:24.855 INFO:tasks.rados.rados.0.smithi071.stdout:1795: finishing write tid 3 to smithi07185159-24 2024-09-13T14:28:24.855 INFO:tasks.rados.rados.0.smithi071.stdout:1797: finishing rollback tid 1 to smithi07185159-12 2024-09-13T14:28:24.855 INFO:tasks.rados.rados.0.smithi071.stdout:1797: finishing rollback tid 2 to smithi07185159-12 2024-09-13T14:28:24.855 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 12 v 249 (ObjNum 653 snap 214 seq_num 653) dirty exists 2024-09-13T14:28:24.855 INFO:tasks.rados.rados.0.smithi071.stdout:1795: finishing write tid 4 to smithi07185159-24 2024-09-13T14:28:24.855 INFO:tasks.rados.rados.0.smithi071.stdout:1795: finishing write tid 5 to smithi07185159-24 2024-09-13T14:28:24.855 INFO:tasks.rados.rados.0.smithi071.stdout:1795: oid 24 updating version 0 to 478 2024-09-13T14:28:24.855 INFO:tasks.rados.rados.0.smithi071.stdout:1795: oid 24 updating version 478 to 480 2024-09-13T14:28:24.855 INFO:tasks.rados.rados.0.smithi071.stdout:1795: oid 24 updating version 480 to 481 2024-09-13T14:28:24.855 INFO:tasks.rados.rados.0.smithi071.stdout:1795: oid 24 version 481 is already newer than 479 2024-09-13T14:28:24.855 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 24 v 481 (ObjNum 686 snap 225 seq_num 686) dirty exists 2024-09-13T14:28:24.855 INFO:tasks.rados.rados.0.smithi071.stdout:1795: left oid 24 (ObjNum 686 snap 225 seq_num 686) 2024-09-13T14:28:24.855 INFO:tasks.rados.rados.0.smithi071.stdout:1798: expect (ObjNum 581 snap 188 seq_num 581) 2024-09-13T14:28:24.975 INFO:tasks.rados.rados.0.smithi071.stdout:1796: expect (ObjNum 670 snap 218 seq_num 670) 2024-09-13T14:28:25.362 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:25 smithi104 ceph-mon[105578]: from='client.34242 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:28:25.362 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:25 smithi104 ceph-mon[105578]: Reconfiguring osd.6 (monmap changed)... 2024-09-13T14:28:25.362 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:25 smithi104 ceph-mon[105578]: Reconfiguring daemon osd.6 on smithi104 2024-09-13T14:28:25.362 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:25 smithi104 ceph-mon[105578]: pgmap v233: 89 pgs: 89 active+clean; 80 MiB data, 451 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:28:25.362 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:25 smithi104 ceph-mon[105578]: osdmap e522: 8 total, 8 up, 8 in 2024-09-13T14:28:25.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:25 smithi071 ceph-mon[107477]: from='client.34242 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:28:25.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:25 smithi071 ceph-mon[107477]: Reconfiguring osd.6 (monmap changed)... 2024-09-13T14:28:25.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:25 smithi071 ceph-mon[107477]: Reconfiguring daemon osd.6 on smithi104 2024-09-13T14:28:25.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:25 smithi071 ceph-mon[107477]: pgmap v233: 89 pgs: 89 active+clean; 80 MiB data, 451 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:28:25.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:25 smithi071 ceph-mon[107477]: osdmap e522: 8 total, 8 up, 8 in 2024-09-13T14:28:25.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:25 smithi071 ceph-mon[112785]: from='client.34242 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:28:25.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:25 smithi071 ceph-mon[112785]: Reconfiguring osd.6 (monmap changed)... 2024-09-13T14:28:25.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:25 smithi071 ceph-mon[112785]: Reconfiguring daemon osd.6 on smithi104 2024-09-13T14:28:25.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:25 smithi071 ceph-mon[112785]: pgmap v233: 89 pgs: 89 active+clean; 80 MiB data, 451 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:28:25.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:25 smithi071 ceph-mon[112785]: osdmap e522: 8 total, 8 up, 8 in 2024-09-13T14:28:25.852 INFO:tasks.rados.rados.0.smithi071.stdout:1793: done (5 left) 2024-09-13T14:28:25.852 INFO:tasks.rados.rados.0.smithi071.stdout:1795: done (4 left) 2024-09-13T14:28:25.852 INFO:tasks.rados.rados.0.smithi071.stdout:1796: done (3 left) 2024-09-13T14:28:25.852 INFO:tasks.rados.rados.0.smithi071.stdout:1797: done (2 left) 2024-09-13T14:28:25.852 INFO:tasks.rados.rados.0.smithi071.stdout:1798: done (1 left) 2024-09-13T14:28:25.852 INFO:tasks.rados.rados.0.smithi071.stdout:1800: done (0 left) 2024-09-13T14:28:25.852 INFO:tasks.rados.rados.0.smithi071.stdout:1801: read oid 43 snap 225 2024-09-13T14:28:25.853 INFO:tasks.rados.rados.0.smithi071.stdout:1801: expect (ObjNum 608 snap 199 seq_num 608) 2024-09-13T14:28:25.853 INFO:tasks.rados.rados.0.smithi071.stdout:1802: write oid 48 current snap is 226 2024-09-13T14:28:25.853 INFO:tasks.rados.rados.0.smithi071.stdout:1802: seq_num 687 ranges {746409=567833,1901600=544241,3065949=480460} 2024-09-13T14:28:25.859 INFO:tasks.rados.rados.0.smithi071.stdout:1802: writing smithi07185159-48 from 746409 to 1314242 tid 1 2024-09-13T14:28:25.865 INFO:tasks.rados.rados.0.smithi071.stdout:1802: writing smithi07185159-48 from 1901600 to 2445841 tid 2 2024-09-13T14:28:25.871 INFO:tasks.rados.rados.0.smithi071.stdout:1802: writing smithi07185159-48 from 3065949 to 3546409 tid 3 2024-09-13T14:28:25.872 INFO:tasks.rados.rados.0.smithi071.stdout:1803: write oid 7 current snap is 226 2024-09-13T14:28:25.872 INFO:tasks.rados.rados.0.smithi071.stdout:1803: seq_num 688 ranges {763216=643082,1843729=687899,3260666=302550} 2024-09-13T14:28:25.879 INFO:tasks.rados.rados.0.smithi071.stdout:1803: writing smithi07185159-7 from 763216 to 1406298 tid 1 2024-09-13T14:28:25.885 INFO:tasks.rados.rados.0.smithi071.stdout:1803: writing smithi07185159-7 from 1843729 to 2531628 tid 2 2024-09-13T14:28:25.892 INFO:tasks.rados.rados.0.smithi071.stdout:1803: writing smithi07185159-7 from 3260666 to 3563216 tid 3 2024-09-13T14:28:25.892 INFO:tasks.rados.rados.0.smithi071.stdout:1804: snap_create 2024-09-13T14:28:25.892 INFO:tasks.rados.rados.0.smithi071.stdout:1801: expect (ObjNum 608 snap 199 seq_num 608) 2024-09-13T14:28:25.983 INFO:tasks.rados.rados.0.smithi071.stdout:1802: finishing write tid 1 to smithi07185159-48 2024-09-13T14:28:25.983 INFO:tasks.rados.rados.0.smithi071.stdout:1802: finishing write tid 2 to smithi07185159-48 2024-09-13T14:28:25.983 INFO:tasks.rados.rados.0.smithi071.stdout:1802: finishing write tid 3 to smithi07185159-48 2024-09-13T14:28:25.983 INFO:tasks.rados.rados.0.smithi071.stdout:1802: finishing write tid 4 to smithi07185159-48 2024-09-13T14:28:25.983 INFO:tasks.rados.rados.0.smithi071.stdout:1802: finishing write tid 5 to smithi07185159-48 2024-09-13T14:28:25.983 INFO:tasks.rados.rados.0.smithi071.stdout:1802: oid 48 updating version 0 to 1739 2024-09-13T14:28:25.983 INFO:tasks.rados.rados.0.smithi071.stdout:1802: oid 48 updating version 1739 to 1741 2024-09-13T14:28:25.983 INFO:tasks.rados.rados.0.smithi071.stdout:1802: oid 48 updating version 1741 to 1742 2024-09-13T14:28:25.984 INFO:tasks.rados.rados.0.smithi071.stdout:1802: oid 48 version 1742 is already newer than 1740 2024-09-13T14:28:25.984 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 48 v 1742 (ObjNum 687 snap 226 seq_num 687) dirty exists 2024-09-13T14:28:25.984 INFO:tasks.rados.rados.0.smithi071.stdout:1802: left oid 48 (ObjNum 687 snap 226 seq_num 687) 2024-09-13T14:28:25.984 INFO:tasks.rados.rados.0.smithi071.stdout:1803: finishing write tid 1 to smithi07185159-7 2024-09-13T14:28:25.984 INFO:tasks.rados.rados.0.smithi071.stdout:1803: finishing write tid 2 to smithi07185159-7 2024-09-13T14:28:25.984 INFO:tasks.rados.rados.0.smithi071.stdout:1803: finishing write tid 3 to smithi07185159-7 2024-09-13T14:28:25.984 INFO:tasks.rados.rados.0.smithi071.stdout:1803: finishing write tid 4 to smithi07185159-7 2024-09-13T14:28:25.984 INFO:tasks.rados.rados.0.smithi071.stdout:1803: finishing write tid 5 to smithi07185159-7 2024-09-13T14:28:25.984 INFO:tasks.rados.rados.0.smithi071.stdout:1803: oid 7 updating version 0 to 234 2024-09-13T14:28:25.984 INFO:tasks.rados.rados.0.smithi071.stdout:1803: oid 7 version 234 is already newer than 232 2024-09-13T14:28:25.985 INFO:tasks.rados.rados.0.smithi071.stdout:1803: oid 7 version 234 is already newer than 233 2024-09-13T14:28:25.985 INFO:tasks.rados.rados.0.smithi071.stdout:1803: oid 7 version 234 is already newer than 231 2024-09-13T14:28:25.985 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 7 v 234 (ObjNum 688 snap 226 seq_num 688) dirty exists 2024-09-13T14:28:25.985 INFO:tasks.rados.rados.0.smithi071.stdout:1803: left oid 7 (ObjNum 688 snap 226 seq_num 688) 2024-09-13T14:28:26.819 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:26 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:26.819 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:26 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:26.820 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:26 smithi104 ceph-mon[105578]: Reconfiguring osd.7 (monmap changed)... 2024-09-13T14:28:26.820 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:26 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.7"} : dispatch 2024-09-13T14:28:26.820 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:26 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:28:26.820 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:26 smithi104 ceph-mon[105578]: Reconfiguring daemon osd.7 on smithi104 2024-09-13T14:28:26.820 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:26 smithi104 ceph-mon[105578]: osdmap e523: 8 total, 8 up, 8 in 2024-09-13T14:28:26.820 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:26 smithi104 ceph-mon[105578]: pgmap v236: 89 pgs: 89 active+clean; 95 MiB data, 486 MiB used, 715 GiB / 715 GiB avail; 5.1 MiB/s rd, 2.2 MiB/s wr, 16 op/s 2024-09-13T14:28:26.861 INFO:tasks.rados.rados.0.smithi071.stdout:1801: done (3 left) 2024-09-13T14:28:26.861 INFO:tasks.rados.rados.0.smithi071.stdout:1802: done (2 left) 2024-09-13T14:28:26.861 INFO:tasks.rados.rados.0.smithi071.stdout:1803: done (1 left) 2024-09-13T14:28:26.862 INFO:tasks.rados.rados.0.smithi071.stdout:1804: done (0 left) 2024-09-13T14:28:26.862 INFO:tasks.rados.rados.0.smithi071.stdout:1805: rollback oid 29 current snap is 227 2024-09-13T14:28:26.862 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 29 to 226 2024-09-13T14:28:26.862 INFO:tasks.rados.rados.0.smithi071.stdout:1806: write oid 18 current snap is 227 2024-09-13T14:28:26.862 INFO:tasks.rados.rados.0.smithi071.stdout:1806: seq_num 689 ranges {780023=718331,1902211=547910,3004442=575581} 2024-09-13T14:28:26.869 INFO:tasks.rados.rados.0.smithi071.stdout:1806: writing smithi07185159-18 from 780023 to 1498354 tid 1 2024-09-13T14:28:26.874 INFO:tasks.rados.rados.0.smithi071.stdout:1806: writing smithi07185159-18 from 1902211 to 2450121 tid 2 2024-09-13T14:28:26.880 INFO:tasks.rados.rados.0.smithi071.stdout:1806: writing smithi07185159-18 from 3004442 to 3580023 tid 3 2024-09-13T14:28:26.880 INFO:tasks.rados.rados.0.smithi071.stdout:1807: write oid 34 current snap is 227 2024-09-13T14:28:26.881 INFO:tasks.rados.rados.0.smithi071.stdout:1805: finishing rollback tid 0 to smithi07185159-29 2024-09-13T14:28:26.881 INFO:tasks.rados.rados.0.smithi071.stdout:1805: finishing rollback tid 1 to smithi07185159-29 2024-09-13T14:28:26.881 INFO:tasks.rados.rados.0.smithi071.stdout:1805: finishing rollback tid 2 to smithi07185159-29 2024-09-13T14:28:26.881 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 29 v 1083 (ObjNum 666 snap 218 seq_num 666) dirty exists 2024-09-13T14:28:26.881 INFO:tasks.rados.rados.0.smithi071.stdout:1806: finishing write tid 1 to smithi07185159-18 2024-09-13T14:28:26.881 INFO:tasks.rados.rados.0.smithi071.stdout:1806: finishing write tid 2 to smithi07185159-18 2024-09-13T14:28:26.881 INFO:tasks.rados.rados.0.smithi071.stdout:1807: seq_num 690 ranges {796830=793580,2360693=691568} 2024-09-13T14:28:26.888 INFO:tasks.rados.rados.0.smithi071.stdout:1807: writing smithi07185159-34 from 796830 to 1590410 tid 1 2024-09-13T14:28:26.890 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:26 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:26.890 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:26 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:26.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:26 smithi071 ceph-mon[112785]: Reconfiguring osd.7 (monmap changed)... 2024-09-13T14:28:26.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:26 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.7"} : dispatch 2024-09-13T14:28:26.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:26 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:28:26.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:26 smithi071 ceph-mon[112785]: Reconfiguring daemon osd.7 on smithi104 2024-09-13T14:28:26.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:26 smithi071 ceph-mon[112785]: osdmap e523: 8 total, 8 up, 8 in 2024-09-13T14:28:26.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:26 smithi071 ceph-mon[112785]: pgmap v236: 89 pgs: 89 active+clean; 95 MiB data, 486 MiB used, 715 GiB / 715 GiB avail; 5.1 MiB/s rd, 2.2 MiB/s wr, 16 op/s 2024-09-13T14:28:26.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:26 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:26.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:26 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:26.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:26 smithi071 ceph-mon[107477]: Reconfiguring osd.7 (monmap changed)... 2024-09-13T14:28:26.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:26 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.7"} : dispatch 2024-09-13T14:28:26.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:26 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:28:26.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:26 smithi071 ceph-mon[107477]: Reconfiguring daemon osd.7 on smithi104 2024-09-13T14:28:26.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:26 smithi071 ceph-mon[107477]: osdmap e523: 8 total, 8 up, 8 in 2024-09-13T14:28:26.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:26 smithi071 ceph-mon[107477]: pgmap v236: 89 pgs: 89 active+clean; 95 MiB data, 486 MiB used, 715 GiB / 715 GiB avail; 5.1 MiB/s rd, 2.2 MiB/s wr, 16 op/s 2024-09-13T14:28:26.897 INFO:tasks.rados.rados.0.smithi071.stdout:1807: writing smithi07185159-34 from 2360693 to 3052261 tid 2 2024-09-13T14:28:26.897 INFO:tasks.rados.rados.0.smithi071.stdout:1805: done (2 left) 2024-09-13T14:28:26.897 INFO:tasks.rados.rados.0.smithi071.stdout:1808: write oid 13 current snap is 227 2024-09-13T14:28:26.897 INFO:tasks.rados.rados.0.smithi071.stdout:1806: finishing write tid 3 to smithi07185159-18 2024-09-13T14:28:26.897 INFO:tasks.rados.rados.0.smithi071.stdout:1806: finishing write tid 4 to smithi07185159-18 2024-09-13T14:28:26.897 INFO:tasks.rados.rados.0.smithi071.stdout:1806: finishing write tid 5 to smithi07185159-18 2024-09-13T14:28:26.897 INFO:tasks.rados.rados.0.smithi071.stdout:1806: oid 18 updating version 0 to 1745 2024-09-13T14:28:26.898 INFO:tasks.rados.rados.0.smithi071.stdout:1806: oid 18 version 1745 is already newer than 1744 2024-09-13T14:28:26.898 INFO:tasks.rados.rados.0.smithi071.stdout:1806: oid 18 updating version 1745 to 1747 2024-09-13T14:28:26.898 INFO:tasks.rados.rados.0.smithi071.stdout:1806: oid 18 version 1747 is already newer than 1746 2024-09-13T14:28:26.898 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 18 v 1747 (ObjNum 689 snap 227 seq_num 689) dirty exists 2024-09-13T14:28:26.898 INFO:tasks.rados.rados.0.smithi071.stdout:1806: left oid 18 (ObjNum 689 snap 227 seq_num 689) 2024-09-13T14:28:26.898 INFO:tasks.rados.rados.0.smithi071.stdout:1807: finishing write tid 1 to smithi07185159-34 2024-09-13T14:28:26.898 INFO:tasks.rados.rados.0.smithi071.stdout:1808: seq_num 691 ranges {413637=468829,1619175=435226,2542935=758255} 2024-09-13T14:28:26.901 INFO:tasks.rados.rados.0.smithi071.stdout:1808: writing smithi07185159-13 from 413637 to 882466 tid 1 2024-09-13T14:28:26.908 INFO:tasks.rados.rados.0.smithi071.stdout:1808: writing smithi07185159-13 from 1619175 to 2054401 tid 2 2024-09-13T14:28:26.916 INFO:tasks.rados.rados.0.smithi071.stdout:1808: writing smithi07185159-13 from 2542935 to 3301190 tid 3 2024-09-13T14:28:26.916 INFO:tasks.rados.rados.0.smithi071.stdout:1806: done (2 left) 2024-09-13T14:28:26.916 INFO:tasks.rados.rados.0.smithi071.stdout:1809: write oid 22 current snap is 227 2024-09-13T14:28:26.916 INFO:tasks.rados.rados.0.smithi071.stdout:1807: finishing write tid 2 to smithi07185159-34 2024-09-13T14:28:26.917 INFO:tasks.rados.rados.0.smithi071.stdout:1807: finishing write tid 3 to smithi07185159-34 2024-09-13T14:28:26.917 INFO:tasks.rados.rados.0.smithi071.stdout:1807: finishing write tid 4 to smithi07185159-34 2024-09-13T14:28:26.917 INFO:tasks.rados.rados.0.smithi071.stdout:1807: oid 34 updating version 0 to 258 2024-09-13T14:28:26.917 INFO:tasks.rados.rados.0.smithi071.stdout:1807: oid 34 updating version 258 to 259 2024-09-13T14:28:26.917 INFO:tasks.rados.rados.0.smithi071.stdout:1807: oid 34 version 259 is already newer than 257 2024-09-13T14:28:26.917 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 34 v 259 (ObjNum 690 snap 227 seq_num 690) dirty exists 2024-09-13T14:28:26.917 INFO:tasks.rados.rados.0.smithi071.stdout:1807: left oid 34 (ObjNum 690 snap 227 seq_num 690) 2024-09-13T14:28:26.917 INFO:tasks.rados.rados.0.smithi071.stdout:1808: finishing write tid 1 to smithi07185159-13 2024-09-13T14:28:26.917 INFO:tasks.rados.rados.0.smithi071.stdout:1808: finishing write tid 2 to smithi07185159-13 2024-09-13T14:28:26.917 INFO:tasks.rados.rados.0.smithi071.stdout:1809: seq_num 692 ranges {430444=660431,1677657=695237,2970358=569527} 2024-09-13T14:28:26.922 INFO:tasks.rados.rados.0.smithi071.stdout:1809: writing smithi07185159-22 from 430444 to 1090875 tid 1 2024-09-13T14:28:26.929 INFO:tasks.rados.rados.0.smithi071.stdout:1809: writing smithi07185159-22 from 1677657 to 2372894 tid 2 2024-09-13T14:28:26.936 INFO:tasks.rados.rados.0.smithi071.stdout:1809: writing smithi07185159-22 from 2970358 to 3539885 tid 3 2024-09-13T14:28:26.936 INFO:tasks.rados.rados.0.smithi071.stdout:1807: done (2 left) 2024-09-13T14:28:26.936 INFO:tasks.rados.rados.0.smithi071.stdout:1810: snap_create 2024-09-13T14:28:26.937 INFO:tasks.rados.rados.0.smithi071.stdout:1808: finishing write tid 3 to smithi07185159-13 2024-09-13T14:28:26.937 INFO:tasks.rados.rados.0.smithi071.stdout:1808: finishing write tid 4 to smithi07185159-13 2024-09-13T14:28:26.937 INFO:tasks.rados.rados.0.smithi071.stdout:1808: finishing write tid 5 to smithi07185159-13 2024-09-13T14:28:26.937 INFO:tasks.rados.rados.0.smithi071.stdout:1808: oid 13 updating version 0 to 932 2024-09-13T14:28:26.937 INFO:tasks.rados.rados.0.smithi071.stdout:1808: oid 13 updating version 932 to 934 2024-09-13T14:28:26.937 INFO:tasks.rados.rados.0.smithi071.stdout:1808: oid 13 version 934 is already newer than 933 2024-09-13T14:28:26.937 INFO:tasks.rados.rados.0.smithi071.stdout:1808: oid 13 updating version 934 to 935 2024-09-13T14:28:26.937 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 13 v 935 (ObjNum 691 snap 227 seq_num 691) dirty exists 2024-09-13T14:28:26.937 INFO:tasks.rados.rados.0.smithi071.stdout:1808: left oid 13 (ObjNum 691 snap 227 seq_num 691) 2024-09-13T14:28:26.938 INFO:tasks.rados.rados.0.smithi071.stdout:1809: finishing write tid 1 to smithi07185159-22 2024-09-13T14:28:26.938 INFO:tasks.rados.rados.0.smithi071.stdout:1809: finishing write tid 2 to smithi07185159-22 2024-09-13T14:28:26.938 INFO:tasks.rados.rados.0.smithi071.stdout:1809: finishing write tid 3 to smithi07185159-22 2024-09-13T14:28:26.939 INFO:tasks.rados.rados.0.smithi071.stdout:1809: finishing write tid 4 to smithi07185159-22 2024-09-13T14:28:26.939 INFO:tasks.rados.rados.0.smithi071.stdout:1809: finishing write tid 5 to smithi07185159-22 2024-09-13T14:28:26.939 INFO:tasks.rados.rados.0.smithi071.stdout:1809: oid 22 updating version 0 to 606 2024-09-13T14:28:26.939 INFO:tasks.rados.rados.0.smithi071.stdout:1809: oid 22 version 606 is already newer than 603 2024-09-13T14:28:26.939 INFO:tasks.rados.rados.0.smithi071.stdout:1809: oid 22 version 606 is already newer than 605 2024-09-13T14:28:26.939 INFO:tasks.rados.rados.0.smithi071.stdout:1809: oid 22 version 606 is already newer than 604 2024-09-13T14:28:26.939 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 22 v 606 (ObjNum 692 snap 227 seq_num 692) dirty exists 2024-09-13T14:28:26.939 INFO:tasks.rados.rados.0.smithi071.stdout:1809: left oid 22 (ObjNum 692 snap 227 seq_num 692) 2024-09-13T14:28:27.800 INFO:tasks.rados.rados.0.smithi071.stdout:1808: done (2 left) 2024-09-13T14:28:27.801 INFO:tasks.rados.rados.0.smithi071.stdout:1809: done (1 left) 2024-09-13T14:28:27.801 INFO:tasks.rados.rados.0.smithi071.stdout:1810: done (0 left) 2024-09-13T14:28:27.801 INFO:tasks.rados.rados.0.smithi071.stdout:1811: snap_create 2024-09-13T14:28:28.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:27 smithi071 ceph-mon[107477]: osdmap e524: 8 total, 8 up, 8 in 2024-09-13T14:28:28.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:27 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:28.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:27 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:28.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:27 smithi071 ceph-mon[107477]: Reconfiguring mds.foo.smithi104.uecrqj (monmap changed)... 2024-09-13T14:28:28.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:27 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get-or-create", "entity": "mds.foo.smithi104.uecrqj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-13T14:28:28.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:27 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:28:28.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:27 smithi071 ceph-mon[107477]: Reconfiguring daemon mds.foo.smithi104.uecrqj on smithi104 2024-09-13T14:28:28.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:27 smithi071 ceph-mon[107477]: osdmap e525: 8 total, 8 up, 8 in 2024-09-13T14:28:28.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:27 smithi071 ceph-mon[112785]: osdmap e524: 8 total, 8 up, 8 in 2024-09-13T14:28:28.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:27 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:28.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:27 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:28.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:27 smithi071 ceph-mon[112785]: Reconfiguring mds.foo.smithi104.uecrqj (monmap changed)... 2024-09-13T14:28:28.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:27 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get-or-create", "entity": "mds.foo.smithi104.uecrqj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-13T14:28:28.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:27 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:28:28.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:27 smithi071 ceph-mon[112785]: Reconfiguring daemon mds.foo.smithi104.uecrqj on smithi104 2024-09-13T14:28:28.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:27 smithi071 ceph-mon[112785]: osdmap e525: 8 total, 8 up, 8 in 2024-09-13T14:28:28.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:27 smithi104 ceph-mon[105578]: osdmap e524: 8 total, 8 up, 8 in 2024-09-13T14:28:28.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:27 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:28.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:27 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:28.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:27 smithi104 ceph-mon[105578]: Reconfiguring mds.foo.smithi104.uecrqj (monmap changed)... 2024-09-13T14:28:28.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:27 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get-or-create", "entity": "mds.foo.smithi104.uecrqj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-13T14:28:28.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:27 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:28:28.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:27 smithi104 ceph-mon[105578]: Reconfiguring daemon mds.foo.smithi104.uecrqj on smithi104 2024-09-13T14:28:28.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:27 smithi104 ceph-mon[105578]: osdmap e525: 8 total, 8 up, 8 in 2024-09-13T14:28:28.799 INFO:tasks.rados.rados.0.smithi071.stdout:1811: done (0 left) 2024-09-13T14:28:28.799 INFO:tasks.rados.rados.0.smithi071.stdout:1812: read oid 48 snap 227 2024-09-13T14:28:28.799 INFO:tasks.rados.rados.0.smithi071.stdout:1812: expect (ObjNum 687 snap 226 seq_num 687) 2024-09-13T14:28:28.800 INFO:tasks.rados.rados.0.smithi071.stdout:1813: read oid 5 snap 228 2024-09-13T14:28:28.800 INFO:tasks.rados.rados.0.smithi071.stdout:1813: expect (ObjNum 646 snap 211 seq_num 646) 2024-09-13T14:28:28.800 INFO:tasks.rados.rados.0.smithi071.stdout:1814: snap_create 2024-09-13T14:28:28.809 INFO:tasks.rados.rados.0.smithi071.stdout:1812: expect (ObjNum 687 snap 226 seq_num 687) 2024-09-13T14:28:28.927 INFO:tasks.rados.rados.0.smithi071.stdout:1813: expect (ObjNum 646 snap 211 seq_num 646) 2024-09-13T14:28:29.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:29.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:29.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[112785]: pgmap v239: 89 pgs: 89 active+clean; 95 MiB data, 486 MiB used, 715 GiB / 715 GiB avail; 5.1 MiB/s rd, 2.2 MiB/s wr, 16 op/s 2024-09-13T14:28:29.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:28:29.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:28:29.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:28:29.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:29.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:28:29.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:29.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.b"} : dispatch 2024-09-13T14:28:29.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-09-13T14:28:29.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:28:29.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.b"} : dispatch 2024-09-13T14:28:29.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:28:29.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.b"} : dispatch 2024-09-13T14:28:29.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:28:29.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.b"} : dispatch 2024-09-13T14:28:29.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:28:29.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.b"} : dispatch 2024-09-13T14:28:29.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:28:29.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.b"} : dispatch 2024-09-13T14:28:29.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mgr"} : dispatch 2024-09-13T14:28:29.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-13T14:28:29.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:28:29.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-13T14:28:29.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.crash"} : dispatch 2024-09-13T14:28:29.393 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:29.393 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:29.393 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[107477]: pgmap v239: 89 pgs: 89 active+clean; 95 MiB data, 486 MiB used, 715 GiB / 715 GiB avail; 5.1 MiB/s rd, 2.2 MiB/s wr, 16 op/s 2024-09-13T14:28:29.393 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:28:29.393 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:28:29.393 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:28:29.393 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:29.393 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:28:29.394 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:29.394 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.b"} : dispatch 2024-09-13T14:28:29.394 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-09-13T14:28:29.394 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:28:29.394 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.b"} : dispatch 2024-09-13T14:28:29.394 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:28:29.394 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.b"} : dispatch 2024-09-13T14:28:29.394 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:28:29.394 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.b"} : dispatch 2024-09-13T14:28:29.394 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:28:29.394 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.b"} : dispatch 2024-09-13T14:28:29.394 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:28:29.395 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.b"} : dispatch 2024-09-13T14:28:29.395 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mgr"} : dispatch 2024-09-13T14:28:29.395 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-13T14:28:29.395 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:28:29.395 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-13T14:28:29.395 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.crash"} : dispatch 2024-09-13T14:28:29.396 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd"} : dispatch 2024-09-13T14:28:29.396 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds"} : dispatch 2024-09-13T14:28:29.396 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw"} : dispatch 2024-09-13T14:28:29.396 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"} : dispatch 2024-09-13T14:28:29.396 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:28:29.396 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"} : dispatch 2024-09-13T14:28:29.396 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.iscsi"} : dispatch 2024-09-13T14:28:29.396 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nfs"} : dispatch 2024-09-13T14:28:29.396 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"} : dispatch 2024-09-13T14:28:29.396 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-13T14:28:29.396 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:28:29.396 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:28:29.397 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:28:29.397 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:28:29.397 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:28:29.397 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:28:29.397 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"} : dispatch 2024-09-13T14:28:29.397 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-13T14:28:29.397 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:28:29.397 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[112785]: osdmap e526: 8 total, 8 up, 8 in 2024-09-13T14:28:29.397 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd"} : dispatch 2024-09-13T14:28:29.397 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds"} : dispatch 2024-09-13T14:28:29.397 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw"} : dispatch 2024-09-13T14:28:29.397 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"} : dispatch 2024-09-13T14:28:29.398 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:28:29.398 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"} : dispatch 2024-09-13T14:28:29.398 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.iscsi"} : dispatch 2024-09-13T14:28:29.398 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nfs"} : dispatch 2024-09-13T14:28:29.398 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"} : dispatch 2024-09-13T14:28:29.398 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-13T14:28:29.398 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:28:29.398 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:28:29.398 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:28:29.398 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:28:29.398 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:28:29.398 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:28:29.398 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"} : dispatch 2024-09-13T14:28:29.398 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-13T14:28:29.398 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:28:29.399 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:29 smithi071 ceph-mon[107477]: osdmap e526: 8 total, 8 up, 8 in 2024-09-13T14:28:29.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:29.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:29.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:29 smithi104 ceph-mon[105578]: pgmap v239: 89 pgs: 89 active+clean; 95 MiB data, 486 MiB used, 715 GiB / 715 GiB avail; 5.1 MiB/s rd, 2.2 MiB/s wr, 16 op/s 2024-09-13T14:28:29.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:28:29.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:28:29.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:28:29.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:29.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:28:29.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:29.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.b"} : dispatch 2024-09-13T14:28:29.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-09-13T14:28:29.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:28:29.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.b"} : dispatch 2024-09-13T14:28:29.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:28:29.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.b"} : dispatch 2024-09-13T14:28:29.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:28:29.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.b"} : dispatch 2024-09-13T14:28:29.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:28:29.674 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.b"} : dispatch 2024-09-13T14:28:29.674 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:28:29.674 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.b"} : dispatch 2024-09-13T14:28:29.674 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mgr"} : dispatch 2024-09-13T14:28:29.674 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-13T14:28:29.674 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:28:29.675 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-13T14:28:29.675 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.crash"} : dispatch 2024-09-13T14:28:29.675 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd"} : dispatch 2024-09-13T14:28:29.675 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds"} : dispatch 2024-09-13T14:28:29.675 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw"} : dispatch 2024-09-13T14:28:29.675 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"} : dispatch 2024-09-13T14:28:29.675 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:28:29.675 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"} : dispatch 2024-09-13T14:28:29.675 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.iscsi"} : dispatch 2024-09-13T14:28:29.676 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nfs"} : dispatch 2024-09-13T14:28:29.676 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"} : dispatch 2024-09-13T14:28:29.676 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-13T14:28:29.676 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:28:29.676 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:28:29.676 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:28:29.676 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:28:29.676 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:28:29.677 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:28:29.677 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"} : dispatch 2024-09-13T14:28:29.677 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-13T14:28:29.677 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:28:29.677 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:29 smithi104 ceph-mon[105578]: osdmap e526: 8 total, 8 up, 8 in 2024-09-13T14:28:29.800 INFO:tasks.rados.rados.0.smithi071.stdout:1812: done (2 left) 2024-09-13T14:28:29.800 INFO:tasks.rados.rados.0.smithi071.stdout:1813: done (1 left) 2024-09-13T14:28:29.800 INFO:tasks.rados.rados.0.smithi071.stdout:1814: done (0 left) 2024-09-13T14:28:29.800 INFO:tasks.rados.rados.0.smithi071.stdout:1815: snap_create 2024-09-13T14:28:30.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:30 smithi071 ceph-mon[107477]: Upgrade: Setting container_image for all nvmeof 2024-09-13T14:28:30.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:30 smithi071 ceph-mon[107477]: Upgrade: Setting container_image for all node-exporter 2024-09-13T14:28:30.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:30 smithi071 ceph-mon[107477]: Upgrade: Setting container_image for all prometheus 2024-09-13T14:28:30.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:30 smithi071 ceph-mon[107477]: Upgrade: Setting container_image for all alertmanager 2024-09-13T14:28:30.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:30 smithi071 ceph-mon[107477]: Upgrade: Setting container_image for all grafana 2024-09-13T14:28:30.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:30 smithi071 ceph-mon[107477]: Upgrade: Setting container_image for all loki 2024-09-13T14:28:30.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:30 smithi071 ceph-mon[107477]: Upgrade: Setting container_image for all promtail 2024-09-13T14:28:30.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:30 smithi071 ceph-mon[107477]: Upgrade: Finalizing container_image settings 2024-09-13T14:28:30.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:30 smithi071 ceph-mon[107477]: Upgrade: Complete! 2024-09-13T14:28:30.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:30 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:28:30.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:30 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:30.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:30 smithi071 ceph-mon[107477]: osdmap e527: 8 total, 8 up, 8 in 2024-09-13T14:28:30.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:30 smithi071 ceph-mon[112785]: Upgrade: Setting container_image for all nvmeof 2024-09-13T14:28:30.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:30 smithi071 ceph-mon[112785]: Upgrade: Setting container_image for all node-exporter 2024-09-13T14:28:30.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:30 smithi071 ceph-mon[112785]: Upgrade: Setting container_image for all prometheus 2024-09-13T14:28:30.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:30 smithi071 ceph-mon[112785]: Upgrade: Setting container_image for all alertmanager 2024-09-13T14:28:30.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:30 smithi071 ceph-mon[112785]: Upgrade: Setting container_image for all grafana 2024-09-13T14:28:30.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:30 smithi071 ceph-mon[112785]: Upgrade: Setting container_image for all loki 2024-09-13T14:28:30.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:30 smithi071 ceph-mon[112785]: Upgrade: Setting container_image for all promtail 2024-09-13T14:28:30.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:30 smithi071 ceph-mon[112785]: Upgrade: Finalizing container_image settings 2024-09-13T14:28:30.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:30 smithi071 ceph-mon[112785]: Upgrade: Complete! 2024-09-13T14:28:30.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:30 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:28:30.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:30 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:30.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:30 smithi071 ceph-mon[112785]: osdmap e527: 8 total, 8 up, 8 in 2024-09-13T14:28:30.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:30 smithi104 ceph-mon[105578]: Upgrade: Setting container_image for all nvmeof 2024-09-13T14:28:30.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:30 smithi104 ceph-mon[105578]: Upgrade: Setting container_image for all node-exporter 2024-09-13T14:28:30.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:30 smithi104 ceph-mon[105578]: Upgrade: Setting container_image for all prometheus 2024-09-13T14:28:30.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:30 smithi104 ceph-mon[105578]: Upgrade: Setting container_image for all alertmanager 2024-09-13T14:28:30.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:30 smithi104 ceph-mon[105578]: Upgrade: Setting container_image for all grafana 2024-09-13T14:28:30.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:30 smithi104 ceph-mon[105578]: Upgrade: Setting container_image for all loki 2024-09-13T14:28:30.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:30 smithi104 ceph-mon[105578]: Upgrade: Setting container_image for all promtail 2024-09-13T14:28:30.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:30 smithi104 ceph-mon[105578]: Upgrade: Finalizing container_image settings 2024-09-13T14:28:30.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:30 smithi104 ceph-mon[105578]: Upgrade: Complete! 2024-09-13T14:28:30.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:30 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:28:30.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:30 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:30.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:30 smithi104 ceph-mon[105578]: osdmap e527: 8 total, 8 up, 8 in 2024-09-13T14:28:30.803 INFO:tasks.rados.rados.0.smithi071.stdout:1815: done (0 left) 2024-09-13T14:28:30.803 INFO:tasks.rados.rados.0.smithi071.stdout:1816: read oid 31 snap 225 2024-09-13T14:28:30.803 INFO:tasks.rados.rados.0.smithi071.stdout:1816: expect deleted 2024-09-13T14:28:30.803 INFO:tasks.rados.rados.0.smithi071.stdout:1817: rollback oid 3 current snap is 231 2024-09-13T14:28:30.803 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 3 to 221 2024-09-13T14:28:30.803 INFO:tasks.rados.rados.0.smithi071.stdout:1818: rollback oid 37 current snap is 231 2024-09-13T14:28:30.803 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 37 to 229 2024-09-13T14:28:30.803 INFO:tasks.rados.rados.0.smithi071.stdout:1819: write oid 34 current snap is 231 2024-09-13T14:28:30.803 INFO:tasks.rados.rados.0.smithi071.stdout:1819: seq_num 693 ranges {447251=735680,1736139=438895,2597781=780799} 2024-09-13T14:28:30.809 INFO:tasks.rados.rados.0.smithi071.stdout:1819: writing smithi07185159-34 from 447251 to 1182931 tid 1 2024-09-13T14:28:30.814 INFO:tasks.rados.rados.0.smithi071.stdout:1819: writing smithi07185159-34 from 1736139 to 2175034 tid 2 2024-09-13T14:28:30.821 INFO:tasks.rados.rados.0.smithi071.stdout:1819: writing smithi07185159-34 from 2597781 to 3378580 tid 3 2024-09-13T14:28:30.821 INFO:tasks.rados.rados.0.smithi071.stdout:1820: snap_create 2024-09-13T14:28:30.821 INFO:tasks.rados.rados.0.smithi071.stdout:1817: finishing rollback tid 1 to smithi07185159-3 2024-09-13T14:28:30.821 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 3 v 0 (ObjNum 81 snap 0 seq_num 0) dirty dne 2024-09-13T14:28:30.821 INFO:tasks.rados.rados.0.smithi071.stdout:1818: finishing rollback tid 0 to smithi07185159-37 2024-09-13T14:28:30.822 INFO:tasks.rados.rados.0.smithi071.stdout:1818: finishing rollback tid 1 to smithi07185159-37 2024-09-13T14:28:30.822 INFO:tasks.rados.rados.0.smithi071.stdout:1818: finishing rollback tid 2 to smithi07185159-37 2024-09-13T14:28:30.822 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 37 v 531 (ObjNum 682 snap 224 seq_num 682) dirty exists 2024-09-13T14:28:30.822 INFO:tasks.rados.rados.0.smithi071.stdout:1819: finishing write tid 1 to smithi07185159-34 2024-09-13T14:28:30.822 INFO:tasks.rados.rados.0.smithi071.stdout:1819: finishing write tid 2 to smithi07185159-34 2024-09-13T14:28:30.824 INFO:tasks.rados.rados.0.smithi071.stdout:1819: finishing write tid 3 to smithi07185159-34 2024-09-13T14:28:30.824 INFO:tasks.rados.rados.0.smithi071.stdout:1819: finishing write tid 4 to smithi07185159-34 2024-09-13T14:28:30.825 INFO:tasks.rados.rados.0.smithi071.stdout:1819: finishing write tid 5 to smithi07185159-34 2024-09-13T14:28:30.825 INFO:tasks.rados.rados.0.smithi071.stdout:1819: oid 34 updating version 0 to 264 2024-09-13T14:28:30.825 INFO:tasks.rados.rados.0.smithi071.stdout:1819: oid 34 version 264 is already newer than 261 2024-09-13T14:28:30.825 INFO:tasks.rados.rados.0.smithi071.stdout:1819: oid 34 version 264 is already newer than 262 2024-09-13T14:28:30.825 INFO:tasks.rados.rados.0.smithi071.stdout:1819: oid 34 version 264 is already newer than 263 2024-09-13T14:28:30.825 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 34 v 264 (ObjNum 693 snap 231 seq_num 693) dirty exists 2024-09-13T14:28:30.825 INFO:tasks.rados.rados.0.smithi071.stdout:1819: left oid 34 (ObjNum 693 snap 231 seq_num 693) 2024-09-13T14:28:31.628 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:31 smithi071 ceph-mon[107477]: pgmap v242: 89 pgs: 89 active+clean; 110 MiB data, 516 MiB used, 715 GiB / 715 GiB avail; 8.4 MiB/s rd, 2.4 MiB/s wr, 15 op/s 2024-09-13T14:28:31.628 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:31 smithi071 ceph-mon[107477]: osdmap e528: 8 total, 8 up, 8 in 2024-09-13T14:28:31.628 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:31 smithi071 ceph-mon[112785]: pgmap v242: 89 pgs: 89 active+clean; 110 MiB data, 516 MiB used, 715 GiB / 715 GiB avail; 8.4 MiB/s rd, 2.4 MiB/s wr, 15 op/s 2024-09-13T14:28:31.629 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:31 smithi071 ceph-mon[112785]: osdmap e528: 8 total, 8 up, 8 in 2024-09-13T14:28:31.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:31 smithi104 ceph-mon[105578]: pgmap v242: 89 pgs: 89 active+clean; 110 MiB data, 516 MiB used, 715 GiB / 715 GiB avail; 8.4 MiB/s rd, 2.4 MiB/s wr, 15 op/s 2024-09-13T14:28:31.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:31 smithi104 ceph-mon[105578]: osdmap e528: 8 total, 8 up, 8 in 2024-09-13T14:28:31.806 INFO:tasks.rados.rados.0.smithi071.stdout:1816: done (4 left) 2024-09-13T14:28:31.806 INFO:tasks.rados.rados.0.smithi071.stdout:1817: done (3 left) 2024-09-13T14:28:31.807 INFO:tasks.rados.rados.0.smithi071.stdout:1818: done (2 left) 2024-09-13T14:28:31.807 INFO:tasks.rados.rados.0.smithi071.stdout:1819: done (1 left) 2024-09-13T14:28:31.807 INFO:tasks.rados.rados.0.smithi071.stdout:1820: done (0 left) 2024-09-13T14:28:31.807 INFO:tasks.rados.rados.0.smithi071.stdout:1821: rollback oid 49 current snap is 232 2024-09-13T14:28:31.807 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 49 to 225 2024-09-13T14:28:31.807 INFO:tasks.rados.rados.0.smithi071.stdout:1822: snap_create 2024-09-13T14:28:31.809 INFO:tasks.rados.rados.0.smithi071.stdout:1821: finishing rollback tid 0 to smithi07185159-49 2024-09-13T14:28:31.811 INFO:tasks.rados.rados.0.smithi071.stdout:1821: finishing rollback tid 1 to smithi07185159-49 2024-09-13T14:28:31.811 INFO:tasks.rados.rados.0.smithi071.stdout:1821: finishing rollback tid 2 to smithi07185159-49 2024-09-13T14:28:31.811 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 49 v 900 (ObjNum 634 snap 208 seq_num 634) dirty exists 2024-09-13T14:28:32.805 INFO:tasks.rados.rados.0.smithi071.stdout:1821: done (1 left) 2024-09-13T14:28:32.805 INFO:tasks.rados.rados.0.smithi071.stdout:1822: done (0 left) 2024-09-13T14:28:32.805 INFO:tasks.rados.rados.0.smithi071.stdout:1823: delete oid 18 current snap is 233 2024-09-13T14:28:32.810 INFO:tasks.rados.rados.0.smithi071.stdout:1823: done (0 left) 2024-09-13T14:28:32.810 INFO:tasks.rados.rados.0.smithi071.stdout:1824: write oid 38 current snap is 233 2024-09-13T14:28:32.811 INFO:tasks.rados.rados.0.smithi071.stdout:1824: seq_num 695 ranges {480865=486178,1453103=442564,2652627=519696} 2024-09-13T14:28:32.815 INFO:tasks.rados.rados.0.smithi071.stdout:1824: writing smithi07185159-38 from 480865 to 967043 tid 1 2024-09-13T14:28:32.820 INFO:tasks.rados.rados.0.smithi071.stdout:1824: writing smithi07185159-38 from 1453103 to 1895667 tid 2 2024-09-13T14:28:32.827 INFO:tasks.rados.rados.0.smithi071.stdout:1824: writing smithi07185159-38 from 2652627 to 3172323 tid 3 2024-09-13T14:28:32.827 INFO:tasks.rados.rados.0.smithi071.stdout:1825: snap_create 2024-09-13T14:28:32.827 INFO:tasks.rados.rados.0.smithi071.stdout:1824: finishing write tid 1 to smithi07185159-38 2024-09-13T14:28:32.827 INFO:tasks.rados.rados.0.smithi071.stdout:1824: finishing write tid 2 to smithi07185159-38 2024-09-13T14:28:32.831 INFO:tasks.rados.rados.0.smithi071.stdout:1824: finishing write tid 3 to smithi07185159-38 2024-09-13T14:28:32.831 INFO:tasks.rados.rados.0.smithi071.stdout:1824: finishing write tid 4 to smithi07185159-38 2024-09-13T14:28:32.831 INFO:tasks.rados.rados.0.smithi071.stdout:1824: finishing write tid 5 to smithi07185159-38 2024-09-13T14:28:32.831 INFO:tasks.rados.rados.0.smithi071.stdout:1824: oid 38 updating version 0 to 947 2024-09-13T14:28:32.831 INFO:tasks.rados.rados.0.smithi071.stdout:1824: oid 38 version 947 is already newer than 946 2024-09-13T14:28:32.831 INFO:tasks.rados.rados.0.smithi071.stdout:1824: oid 38 version 947 is already newer than 945 2024-09-13T14:28:32.831 INFO:tasks.rados.rados.0.smithi071.stdout:1824: oid 38 version 947 is already newer than 944 2024-09-13T14:28:32.831 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 38 v 947 (ObjNum 695 snap 233 seq_num 695) dirty exists 2024-09-13T14:28:32.831 INFO:tasks.rados.rados.0.smithi071.stdout:1824: left oid 38 (ObjNum 695 snap 233 seq_num 695) 2024-09-13T14:28:33.140 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:28:32 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:28:32] "GET /metrics HTTP/1.1" 200 36281 "" "Prometheus/2.51.0" 2024-09-13T14:28:33.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:32 smithi071 ceph-mon[107477]: osdmap e529: 8 total, 8 up, 8 in 2024-09-13T14:28:33.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:32 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:33.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:32 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:33.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:32 smithi071 ceph-mon[107477]: pgmap v245: 89 pgs: 89 active+clean; 110 MiB data, 516 MiB used, 715 GiB / 715 GiB avail; 8.4 MiB/s rd, 2.4 MiB/s wr, 15 op/s 2024-09-13T14:28:33.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:32 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:28:33.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:32 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:28:33.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:32 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:33.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:32 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:28:33.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:32 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:28:33.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:32 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:28:33.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:32 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:33.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:32 smithi071 ceph-mon[112785]: osdmap e529: 8 total, 8 up, 8 in 2024-09-13T14:28:33.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:32 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:33.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:32 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:33.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:32 smithi071 ceph-mon[112785]: pgmap v245: 89 pgs: 89 active+clean; 110 MiB data, 516 MiB used, 715 GiB / 715 GiB avail; 8.4 MiB/s rd, 2.4 MiB/s wr, 15 op/s 2024-09-13T14:28:33.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:32 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:28:33.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:32 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:28:33.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:32 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:33.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:32 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:28:33.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:32 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:28:33.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:32 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:28:33.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:32 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:33.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:32 smithi104 ceph-mon[105578]: osdmap e529: 8 total, 8 up, 8 in 2024-09-13T14:28:33.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:32 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:33.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:32 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:33.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:32 smithi104 ceph-mon[105578]: pgmap v245: 89 pgs: 89 active+clean; 110 MiB data, 516 MiB used, 715 GiB / 715 GiB avail; 8.4 MiB/s rd, 2.4 MiB/s wr, 15 op/s 2024-09-13T14:28:33.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:32 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:28:33.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:32 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:28:33.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:32 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:33.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:32 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:28:33.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:32 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:28:33.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:32 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:28:33.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:32 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:28:33.814 INFO:tasks.rados.rados.0.smithi071.stdout:1824: done (1 left) 2024-09-13T14:28:33.814 INFO:tasks.rados.rados.0.smithi071.stdout:1825: done (0 left) 2024-09-13T14:28:33.814 INFO:tasks.rados.rados.0.smithi071.stdout:1826: snap_remove snap 228 2024-09-13T14:28:34.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:33 smithi071 ceph-mon[107477]: osdmap e530: 8 total, 8 up, 8 in 2024-09-13T14:28:34.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:33 smithi071 ceph-mon[112785]: osdmap e530: 8 total, 8 up, 8 in 2024-09-13T14:28:34.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:33 smithi104 ceph-mon[105578]: osdmap e530: 8 total, 8 up, 8 in 2024-09-13T14:28:34.825 INFO:tasks.rados.rados.0.smithi071.stdout:1826: done (0 left) 2024-09-13T14:28:34.826 INFO:tasks.rados.rados.0.smithi071.stdout:1827: read oid 4 snap -1 2024-09-13T14:28:34.826 INFO:tasks.rados.rados.0.smithi071.stdout:1827: expect deleted 2024-09-13T14:28:34.826 INFO:tasks.rados.rados.0.smithi071.stdout:1828: snap_remove snap 224 2024-09-13T14:28:35.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:34 smithi071 ceph-mon[107477]: osdmap e531: 8 total, 8 up, 8 in 2024-09-13T14:28:35.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:34 smithi071 ceph-mon[107477]: pgmap v248: 89 pgs: 89 active+clean; 110 MiB data, 516 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:28:35.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:34 smithi071 ceph-mon[112785]: osdmap e531: 8 total, 8 up, 8 in 2024-09-13T14:28:35.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:34 smithi071 ceph-mon[112785]: pgmap v248: 89 pgs: 89 active+clean; 110 MiB data, 516 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:28:35.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:34 smithi104 ceph-mon[105578]: osdmap e531: 8 total, 8 up, 8 in 2024-09-13T14:28:35.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:34 smithi104 ceph-mon[105578]: pgmap v248: 89 pgs: 89 active+clean; 110 MiB data, 516 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:28:35.827 INFO:tasks.rados.rados.0.smithi071.stdout:1828: done (1 left) 2024-09-13T14:28:35.827 INFO:tasks.rados.rados.0.smithi071.stdout:1829: delete oid 17 current snap is 234 2024-09-13T14:28:35.833 INFO:tasks.rados.rados.0.smithi071.stdout:1827: done (1 left) 2024-09-13T14:28:35.833 INFO:tasks.rados.rados.0.smithi071.stdout:1829: done (0 left) 2024-09-13T14:28:35.833 INFO:tasks.rados.rados.0.smithi071.stdout:1830: read oid 11 snap -1 2024-09-13T14:28:35.833 INFO:tasks.rados.rados.0.smithi071.stdout:1830: expect deleted 2024-09-13T14:28:35.833 INFO:tasks.rados.rados.0.smithi071.stdout:1831: rollback oid 39 current snap is 234 2024-09-13T14:28:35.834 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 39 to 220 2024-09-13T14:28:35.834 INFO:tasks.rados.rados.0.smithi071.stdout:1832: write oid 36 current snap is 234 2024-09-13T14:28:35.834 INFO:tasks.rados.rados.0.smithi071.stdout:1832: seq_num 697 ranges {514479=636676,1853714=446233,2991120=542240} 2024-09-13T14:28:35.839 INFO:tasks.rados.rados.0.smithi071.stdout:1832: writing smithi07185159-36 from 514479 to 1151155 tid 1 2024-09-13T14:28:35.846 INFO:tasks.rados.rados.0.smithi071.stdout:1832: writing smithi07185159-36 from 1853714 to 2299947 tid 2 2024-09-13T14:28:35.853 INFO:tasks.rados.rados.0.smithi071.stdout:1832: writing smithi07185159-36 from 2991120 to 3533360 tid 3 2024-09-13T14:28:35.853 INFO:tasks.rados.rados.0.smithi071.stdout:1833: write oid 9 current snap is 234 2024-09-13T14:28:35.853 INFO:tasks.rados.rados.0.smithi071.stdout:1833: seq_num 698 ranges {531286=711925,1912196=706244,3018543=712743} 2024-09-13T14:28:35.859 INFO:tasks.rados.rados.0.smithi071.stdout:1833: writing smithi07185159-9 from 531286 to 1243211 tid 1 2024-09-13T14:28:35.867 INFO:tasks.rados.rados.0.smithi071.stdout:1833: writing smithi07185159-9 from 1912196 to 2618440 tid 2 2024-09-13T14:28:35.873 INFO:tasks.rados.rados.0.smithi071.stdout:1833: writing smithi07185159-9 from 3018543 to 3731286 tid 3 2024-09-13T14:28:35.873 INFO:tasks.rados.rados.0.smithi071.stdout:1834: read oid 20 snap -1 2024-09-13T14:28:35.873 INFO:tasks.rados.rados.0.smithi071.stdout:1834: expect deleted 2024-09-13T14:28:35.873 INFO:tasks.rados.rados.0.smithi071.stdout:1835: snap_remove snap 230 2024-09-13T14:28:36.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:35 smithi071 ceph-mon[107477]: osdmap e532: 8 total, 8 up, 8 in 2024-09-13T14:28:36.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:35 smithi071 ceph-mon[112785]: osdmap e532: 8 total, 8 up, 8 in 2024-09-13T14:28:36.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:35 smithi104 ceph-mon[105578]: osdmap e532: 8 total, 8 up, 8 in 2024-09-13T14:28:36.840 INFO:tasks.rados.rados.0.smithi071.stdout:1835: done (5 left) 2024-09-13T14:28:36.840 INFO:tasks.rados.rados.0.smithi071.stdout:1836: write oid 44 current snap is 234 2024-09-13T14:28:36.840 INFO:tasks.rados.rados.0.smithi071.stdout:1836: seq_num 699 ranges {548093=787174,1970678=449902,3045966=681137} 2024-09-13T14:28:36.846 INFO:tasks.rados.rados.0.smithi071.stdout:1836: writing smithi07185159-44 from 548093 to 1335267 tid 1 2024-09-13T14:28:36.853 INFO:tasks.rados.rados.0.smithi071.stdout:1836: writing smithi07185159-44 from 1970678 to 2420580 tid 2 2024-09-13T14:28:36.861 INFO:tasks.rados.rados.0.smithi071.stdout:1836: writing smithi07185159-44 from 3045966 to 3727103 tid 3 2024-09-13T14:28:36.861 INFO:tasks.rados.rados.0.smithi071.stdout:1837: rollback oid 33 current snap is 234 2024-09-13T14:28:36.862 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 33 to 221 2024-09-13T14:28:36.862 INFO:tasks.rados.rados.0.smithi071.stdout:1831: finishing rollback tid 0 to smithi07185159-39 2024-09-13T14:28:36.862 INFO:tasks.rados.rados.0.smithi071.stdout:1831: finishing rollback tid 1 to smithi07185159-39 2024-09-13T14:28:36.862 INFO:tasks.rados.rados.0.smithi071.stdout:1831: finishing rollback tid 2 to smithi07185159-39 2024-09-13T14:28:36.862 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 39 v 908 (ObjNum 644 snap 211 seq_num 644) dirty exists 2024-09-13T14:28:36.862 INFO:tasks.rados.rados.0.smithi071.stdout:1832: finishing write tid 1 to smithi07185159-36 2024-09-13T14:28:36.862 INFO:tasks.rados.rados.0.smithi071.stdout:1832: finishing write tid 2 to smithi07185159-36 2024-09-13T14:28:36.862 INFO:tasks.rados.rados.0.smithi071.stdout:1830: done (6 left) 2024-09-13T14:28:36.862 INFO:tasks.rados.rados.0.smithi071.stdout:1831: done (5 left) 2024-09-13T14:28:36.862 INFO:tasks.rados.rados.0.smithi071.stdout:1838: delete oid 8 current snap is 234 2024-09-13T14:28:36.862 INFO:tasks.rados.rados.0.smithi071.stdout:1832: finishing write tid 3 to smithi07185159-36 2024-09-13T14:28:36.862 INFO:tasks.rados.rados.0.smithi071.stdout:1832: finishing write tid 4 to smithi07185159-36 2024-09-13T14:28:36.862 INFO:tasks.rados.rados.0.smithi071.stdout:1832: finishing write tid 5 to smithi07185159-36 2024-09-13T14:28:36.863 INFO:tasks.rados.rados.0.smithi071.stdout:1832: oid 36 updating version 0 to 388 2024-09-13T14:28:36.863 INFO:tasks.rados.rados.0.smithi071.stdout:1832: oid 36 version 388 is already newer than 385 2024-09-13T14:28:36.863 INFO:tasks.rados.rados.0.smithi071.stdout:1832: oid 36 version 388 is already newer than 386 2024-09-13T14:28:36.863 INFO:tasks.rados.rados.0.smithi071.stdout:1832: oid 36 version 388 is already newer than 387 2024-09-13T14:28:36.863 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 36 v 388 (ObjNum 697 snap 234 seq_num 697) dirty exists 2024-09-13T14:28:36.863 INFO:tasks.rados.rados.0.smithi071.stdout:1832: left oid 36 (ObjNum 697 snap 234 seq_num 697) 2024-09-13T14:28:36.863 INFO:tasks.rados.rados.0.smithi071.stdout:1833: finishing write tid 1 to smithi07185159-9 2024-09-13T14:28:36.863 INFO:tasks.rados.rados.0.smithi071.stdout:1833: finishing write tid 2 to smithi07185159-9 2024-09-13T14:28:36.863 INFO:tasks.rados.rados.0.smithi071.stdout:1833: finishing write tid 3 to smithi07185159-9 2024-09-13T14:28:36.863 INFO:tasks.rados.rados.0.smithi071.stdout:1833: finishing write tid 4 to smithi07185159-9 2024-09-13T14:28:36.863 INFO:tasks.rados.rados.0.smithi071.stdout:1833: finishing write tid 5 to smithi07185159-9 2024-09-13T14:28:36.863 INFO:tasks.rados.rados.0.smithi071.stdout:1833: oid 9 updating version 0 to 266 2024-09-13T14:28:36.863 INFO:tasks.rados.rados.0.smithi071.stdout:1833: oid 9 version 266 is already newer than 263 2024-09-13T14:28:36.864 INFO:tasks.rados.rados.0.smithi071.stdout:1833: oid 9 version 266 is already newer than 264 2024-09-13T14:28:36.864 INFO:tasks.rados.rados.0.smithi071.stdout:1833: oid 9 version 266 is already newer than 265 2024-09-13T14:28:36.864 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 9 v 266 (ObjNum 698 snap 234 seq_num 698) dirty exists 2024-09-13T14:28:36.864 INFO:tasks.rados.rados.0.smithi071.stdout:1833: left oid 9 (ObjNum 698 snap 234 seq_num 698) 2024-09-13T14:28:36.864 INFO:tasks.rados.rados.0.smithi071.stdout:1836: finishing write tid 1 to smithi07185159-44 2024-09-13T14:28:36.865 INFO:tasks.rados.rados.0.smithi071.stdout:1837: finishing rollback tid 0 to smithi07185159-33 2024-09-13T14:28:36.865 INFO:tasks.rados.rados.0.smithi071.stdout:1837: finishing rollback tid 1 to smithi07185159-33 2024-09-13T14:28:36.865 INFO:tasks.rados.rados.0.smithi071.stdout:1836: finishing write tid 2 to smithi07185159-44 2024-09-13T14:28:36.865 INFO:tasks.rados.rados.0.smithi071.stdout:1832: done (5 left) 2024-09-13T14:28:36.865 INFO:tasks.rados.rados.0.smithi071.stdout:1833: done (4 left) 2024-09-13T14:28:36.865 INFO:tasks.rados.rados.0.smithi071.stdout:1834: done (3 left) 2024-09-13T14:28:36.865 INFO:tasks.rados.rados.0.smithi071.stdout:1838: done (2 left) 2024-09-13T14:28:36.865 INFO:tasks.rados.rados.0.smithi071.stdout:1839: write oid 40 current snap is 234 2024-09-13T14:28:36.865 INFO:tasks.rados.rados.0.smithi071.stdout:1839: seq_num 701 ranges {581707=654025,1687642=453571,2700812=703681} 2024-09-13T14:28:36.871 INFO:tasks.rados.rados.0.smithi071.stdout:1839: writing smithi07185159-40 from 581707 to 1235732 tid 1 2024-09-13T14:28:36.876 INFO:tasks.rados.rados.0.smithi071.stdout:1839: writing smithi07185159-40 from 1687642 to 2141213 tid 2 2024-09-13T14:28:36.883 INFO:tasks.rados.rados.0.smithi071.stdout:1839: writing smithi07185159-40 from 2700812 to 3404493 tid 3 2024-09-13T14:28:36.884 INFO:tasks.rados.rados.0.smithi071.stdout:1840: write oid 16 current snap is 234 2024-09-13T14:28:36.884 INFO:tasks.rados.rados.0.smithi071.stdout:1837: finishing rollback tid 2 to smithi07185159-33 2024-09-13T14:28:36.884 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 33 v 786 (ObjNum 632 snap 208 seq_num 632) dirty exists 2024-09-13T14:28:36.884 INFO:tasks.rados.rados.0.smithi071.stdout:1836: finishing write tid 3 to smithi07185159-44 2024-09-13T14:28:36.884 INFO:tasks.rados.rados.0.smithi071.stdout:1840: seq_num 702 ranges {598514=729274,1746124=597229,3128235=514953} 2024-09-13T14:28:36.891 INFO:tasks.rados.rados.0.smithi071.stdout:1840: writing smithi07185159-16 from 598514 to 1327788 tid 1 2024-09-13T14:28:36.896 INFO:tasks.rados.rados.0.smithi071.stdout:1840: writing smithi07185159-16 from 1746124 to 2343353 tid 2 2024-09-13T14:28:36.904 INFO:tasks.rados.rados.0.smithi071.stdout:1840: writing smithi07185159-16 from 3128235 to 3643188 tid 3 2024-09-13T14:28:36.904 INFO:tasks.rados.rados.0.smithi071.stdout:1837: done (3 left) 2024-09-13T14:28:36.904 INFO:tasks.rados.rados.0.smithi071.stdout:1841: rollback oid 22 current snap is 234 2024-09-13T14:28:36.904 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 22 to 223 2024-09-13T14:28:36.905 INFO:tasks.rados.rados.0.smithi071.stdout:1836: finishing write tid 4 to smithi07185159-44 2024-09-13T14:28:36.905 INFO:tasks.rados.rados.0.smithi071.stdout:1836: finishing write tid 5 to smithi07185159-44 2024-09-13T14:28:36.905 INFO:tasks.rados.rados.0.smithi071.stdout:1836: oid 44 updating version 0 to 952 2024-09-13T14:28:36.905 INFO:tasks.rados.rados.0.smithi071.stdout:1836: oid 44 updating version 952 to 956 2024-09-13T14:28:36.905 INFO:tasks.rados.rados.0.smithi071.stdout:1836: oid 44 updating version 956 to 957 2024-09-13T14:28:36.905 INFO:tasks.rados.rados.0.smithi071.stdout:1836: oid 44 version 957 is already newer than 955 2024-09-13T14:28:36.905 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 44 v 957 (ObjNum 699 snap 234 seq_num 699) dirty exists 2024-09-13T14:28:36.905 INFO:tasks.rados.rados.0.smithi071.stdout:1836: left oid 44 (ObjNum 699 snap 234 seq_num 699) 2024-09-13T14:28:36.905 INFO:tasks.rados.rados.0.smithi071.stdout:1839: finishing write tid 1 to smithi07185159-40 2024-09-13T14:28:36.905 INFO:tasks.rados.rados.0.smithi071.stdout:1839: finishing write tid 2 to smithi07185159-40 2024-09-13T14:28:36.905 INFO:tasks.rados.rados.0.smithi071.stdout:1836: done (3 left) 2024-09-13T14:28:36.905 INFO:tasks.rados.rados.0.smithi071.stdout:1842: rollback oid 21 current snap is 234 2024-09-13T14:28:36.905 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 21 to 226 2024-09-13T14:28:36.906 INFO:tasks.rados.rados.0.smithi071.stdout:1839: finishing write tid 3 to smithi07185159-40 2024-09-13T14:28:36.906 INFO:tasks.rados.rados.0.smithi071.stdout:1839: finishing write tid 4 to smithi07185159-40 2024-09-13T14:28:36.906 INFO:tasks.rados.rados.0.smithi071.stdout:1839: finishing write tid 5 to smithi07185159-40 2024-09-13T14:28:36.906 INFO:tasks.rados.rados.0.smithi071.stdout:1839: oid 40 updating version 0 to 392 2024-09-13T14:28:36.906 INFO:tasks.rados.rados.0.smithi071.stdout:1839: oid 40 version 392 is already newer than 390 2024-09-13T14:28:36.906 INFO:tasks.rados.rados.0.smithi071.stdout:1839: oid 40 version 392 is already newer than 391 2024-09-13T14:28:36.906 INFO:tasks.rados.rados.0.smithi071.stdout:1839: oid 40 version 392 is already newer than 389 2024-09-13T14:28:36.906 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 40 v 392 (ObjNum 701 snap 234 seq_num 701) dirty exists 2024-09-13T14:28:36.906 INFO:tasks.rados.rados.0.smithi071.stdout:1839: left oid 40 (ObjNum 701 snap 234 seq_num 701) 2024-09-13T14:28:36.906 INFO:tasks.rados.rados.0.smithi071.stdout:1840: finishing write tid 1 to smithi07185159-16 2024-09-13T14:28:36.906 INFO:tasks.rados.rados.0.smithi071.stdout:1839: done (3 left) 2024-09-13T14:28:36.906 INFO:tasks.rados.rados.0.smithi071.stdout:1843: snap_create 2024-09-13T14:28:36.906 INFO:tasks.rados.rados.0.smithi071.stdout:1840: finishing write tid 2 to smithi07185159-16 2024-09-13T14:28:36.907 INFO:tasks.rados.rados.0.smithi071.stdout:1842: finishing rollback tid 1 to smithi07185159-21 2024-09-13T14:28:36.907 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 21 v 0 (ObjNum 97 snap 0 seq_num 300192196) dirty dne 2024-09-13T14:28:36.907 INFO:tasks.rados.rados.0.smithi071.stdout:1840: finishing write tid 3 to smithi07185159-16 2024-09-13T14:28:36.907 INFO:tasks.rados.rados.0.smithi071.stdout:1841: finishing rollback tid 0 to smithi07185159-22 2024-09-13T14:28:36.908 INFO:tasks.rados.rados.0.smithi071.stdout:1840: finishing write tid 4 to smithi07185159-16 2024-09-13T14:28:36.909 INFO:tasks.rados.rados.0.smithi071.stdout:1841: finishing rollback tid 1 to smithi07185159-22 2024-09-13T14:28:36.909 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 22 v 613 (ObjNum 65 snap 0 seq_num 1961160368) dirty dne 2024-09-13T14:28:36.909 INFO:tasks.rados.rados.0.smithi071.stdout:1840: finishing write tid 5 to smithi07185159-16 2024-09-13T14:28:36.909 INFO:tasks.rados.rados.0.smithi071.stdout:1840: oid 16 updating version 0 to 439 2024-09-13T14:28:36.909 INFO:tasks.rados.rados.0.smithi071.stdout:1840: oid 16 version 439 is already newer than 438 2024-09-13T14:28:36.909 INFO:tasks.rados.rados.0.smithi071.stdout:1840: oid 16 updating version 439 to 441 2024-09-13T14:28:36.909 INFO:tasks.rados.rados.0.smithi071.stdout:1840: oid 16 version 441 is already newer than 440 2024-09-13T14:28:36.909 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 16 v 441 (ObjNum 702 snap 234 seq_num 702) dirty exists 2024-09-13T14:28:36.909 INFO:tasks.rados.rados.0.smithi071.stdout:1840: left oid 16 (ObjNum 702 snap 234 seq_num 702) 2024-09-13T14:28:37.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:36 smithi071 ceph-mon[107477]: osdmap e533: 8 total, 8 up, 8 in 2024-09-13T14:28:37.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:36 smithi071 ceph-mon[107477]: pgmap v251: 89 pgs: 89 active+clean; 114 MiB data, 526 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 832 KiB/s wr, 4 op/s 2024-09-13T14:28:37.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:36 smithi071 ceph-mon[112785]: osdmap e533: 8 total, 8 up, 8 in 2024-09-13T14:28:37.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:36 smithi071 ceph-mon[112785]: pgmap v251: 89 pgs: 89 active+clean; 114 MiB data, 526 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 832 KiB/s wr, 4 op/s 2024-09-13T14:28:37.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:36 smithi104 ceph-mon[105578]: osdmap e533: 8 total, 8 up, 8 in 2024-09-13T14:28:37.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:36 smithi104 ceph-mon[105578]: pgmap v251: 89 pgs: 89 active+clean; 114 MiB data, 526 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 832 KiB/s wr, 4 op/s 2024-09-13T14:28:37.803 INFO:tasks.rados.rados.0.smithi071.stdout:1840: done (3 left) 2024-09-13T14:28:37.804 INFO:tasks.rados.rados.0.smithi071.stdout:1841: done (2 left) 2024-09-13T14:28:37.804 INFO:tasks.rados.rados.0.smithi071.stdout:1842: done (1 left) 2024-09-13T14:28:37.804 INFO:tasks.rados.rados.0.smithi071.stdout:1843: done (0 left) 2024-09-13T14:28:37.804 INFO:tasks.rados.rados.0.smithi071.stdout:1844: snap_create 2024-09-13T14:28:38.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:37 smithi071 ceph-mon[107477]: osdmap e534: 8 total, 8 up, 8 in 2024-09-13T14:28:38.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:37 smithi071 ceph-mon[107477]: osdmap e535: 8 total, 8 up, 8 in 2024-09-13T14:28:38.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:37 smithi071 ceph-mon[112785]: osdmap e534: 8 total, 8 up, 8 in 2024-09-13T14:28:38.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:37 smithi071 ceph-mon[112785]: osdmap e535: 8 total, 8 up, 8 in 2024-09-13T14:28:38.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:37 smithi104 ceph-mon[105578]: osdmap e534: 8 total, 8 up, 8 in 2024-09-13T14:28:38.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:37 smithi104 ceph-mon[105578]: osdmap e535: 8 total, 8 up, 8 in 2024-09-13T14:28:38.811 INFO:tasks.rados.rados.0.smithi071.stdout:1844: done (0 left) 2024-09-13T14:28:38.811 INFO:tasks.rados.rados.0.smithi071.stdout:1845: snap_create 2024-09-13T14:28:39.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:38 smithi071 ceph-mon[107477]: pgmap v254: 89 pgs: 89 active+clean; 114 MiB data, 526 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 832 KiB/s wr, 4 op/s 2024-09-13T14:28:39.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:38 smithi071 ceph-mon[107477]: osdmap e536: 8 total, 8 up, 8 in 2024-09-13T14:28:39.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:38 smithi071 ceph-mon[112785]: pgmap v254: 89 pgs: 89 active+clean; 114 MiB data, 526 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 832 KiB/s wr, 4 op/s 2024-09-13T14:28:39.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:38 smithi071 ceph-mon[112785]: osdmap e536: 8 total, 8 up, 8 in 2024-09-13T14:28:39.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:38 smithi104 ceph-mon[105578]: pgmap v254: 89 pgs: 89 active+clean; 114 MiB data, 526 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 832 KiB/s wr, 4 op/s 2024-09-13T14:28:39.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:38 smithi104 ceph-mon[105578]: osdmap e536: 8 total, 8 up, 8 in 2024-09-13T14:28:39.812 INFO:tasks.rados.rados.0.smithi071.stdout:1845: done (0 left) 2024-09-13T14:28:39.812 INFO:tasks.rados.rados.0.smithi071.stdout:1846: read oid 26 snap 235 2024-09-13T14:28:39.813 INFO:tasks.rados.rados.0.smithi071.stdout:1846: expect (ObjNum 685 snap 225 seq_num 685) 2024-09-13T14:28:39.813 INFO:tasks.rados.rados.0.smithi071.stdout:1847: write oid 30 current snap is 237 2024-09-13T14:28:39.813 INFO:tasks.rados.rados.0.smithi071.stdout:1847: seq_num 703 ranges {615321=404523,1804606=457240,2755658=726225} 2024-09-13T14:28:39.817 INFO:tasks.rados.rados.0.smithi071.stdout:1847: writing smithi07185159-30 from 615321 to 1019844 tid 1 2024-09-13T14:28:39.824 INFO:tasks.rados.rados.0.smithi071.stdout:1847: writing smithi07185159-30 from 1804606 to 2261846 tid 2 2024-09-13T14:28:39.831 INFO:tasks.rados.rados.0.smithi071.stdout:1847: writing smithi07185159-30 from 2755658 to 3481883 tid 3 2024-09-13T14:28:39.831 INFO:tasks.rados.rados.0.smithi071.stdout:1848: snap_create 2024-09-13T14:28:39.831 INFO:tasks.rados.rados.0.smithi071.stdout:1847: finishing write tid 1 to smithi07185159-30 2024-09-13T14:28:39.832 INFO:tasks.rados.rados.0.smithi071.stdout:1846: expect (ObjNum 685 snap 225 seq_num 685) 2024-09-13T14:28:39.948 INFO:tasks.rados.rados.0.smithi071.stdout:1847: finishing write tid 2 to smithi07185159-30 2024-09-13T14:28:39.948 INFO:tasks.rados.rados.0.smithi071.stdout:1847: finishing write tid 3 to smithi07185159-30 2024-09-13T14:28:39.948 INFO:tasks.rados.rados.0.smithi071.stdout:1847: finishing write tid 4 to smithi07185159-30 2024-09-13T14:28:39.948 INFO:tasks.rados.rados.0.smithi071.stdout:1847: finishing write tid 5 to smithi07185159-30 2024-09-13T14:28:39.949 INFO:tasks.rados.rados.0.smithi071.stdout:1847: oid 30 updating version 0 to 488 2024-09-13T14:28:39.949 INFO:tasks.rados.rados.0.smithi071.stdout:1847: oid 30 version 488 is already newer than 486 2024-09-13T14:28:39.949 INFO:tasks.rados.rados.0.smithi071.stdout:1847: oid 30 version 488 is already newer than 485 2024-09-13T14:28:39.949 INFO:tasks.rados.rados.0.smithi071.stdout:1847: oid 30 version 488 is already newer than 487 2024-09-13T14:28:39.949 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 30 v 488 (ObjNum 703 snap 237 seq_num 703) dirty exists 2024-09-13T14:28:39.949 INFO:tasks.rados.rados.0.smithi071.stdout:1847: left oid 30 (ObjNum 703 snap 237 seq_num 703) 2024-09-13T14:28:40.817 INFO:tasks.rados.rados.0.smithi071.stdout:1846: done (2 left) 2024-09-13T14:28:40.818 INFO:tasks.rados.rados.0.smithi071.stdout:1847: done (1 left) 2024-09-13T14:28:40.818 INFO:tasks.rados.rados.0.smithi071.stdout:1848: done (0 left) 2024-09-13T14:28:40.818 INFO:tasks.rados.rados.0.smithi071.stdout:1849: delete oid 30 current snap is 238 2024-09-13T14:28:40.820 INFO:tasks.rados.rados.0.smithi071.stdout:1849: done (0 left) 2024-09-13T14:28:40.820 INFO:tasks.rados.rados.0.smithi071.stdout:1850: read oid 24 snap -1 2024-09-13T14:28:40.820 INFO:tasks.rados.rados.0.smithi071.stdout:1850: expect (ObjNum 686 snap 225 seq_num 686) 2024-09-13T14:28:40.820 INFO:tasks.rados.rados.0.smithi071.stdout:1851: read oid 19 snap 231 2024-09-13T14:28:40.820 INFO:tasks.rados.rados.0.smithi071.stdout:1851: expect (ObjNum 523 snap 172 seq_num 523) 2024-09-13T14:28:40.820 INFO:tasks.rados.rados.0.smithi071.stdout:1852: snap_create 2024-09-13T14:28:40.827 INFO:tasks.rados.rados.0.smithi071.stdout:1851: expect (ObjNum 523 snap 172 seq_num 523) 2024-09-13T14:28:40.920 INFO:tasks.rados.rados.0.smithi071.stdout:1850: expect (ObjNum 686 snap 225 seq_num 686) 2024-09-13T14:28:41.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:40 smithi071 ceph-mon[107477]: osdmap e537: 8 total, 8 up, 8 in 2024-09-13T14:28:41.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:40 smithi071 ceph-mon[107477]: pgmap v257: 89 pgs: 89 active+clean; 132 MiB data, 574 MiB used, 715 GiB / 715 GiB avail; 3.7 MiB/s rd, 2.6 MiB/s wr, 13 op/s 2024-09-13T14:28:41.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:40 smithi071 ceph-mon[112785]: osdmap e537: 8 total, 8 up, 8 in 2024-09-13T14:28:41.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:40 smithi071 ceph-mon[112785]: pgmap v257: 89 pgs: 89 active+clean; 132 MiB data, 574 MiB used, 715 GiB / 715 GiB avail; 3.7 MiB/s rd, 2.6 MiB/s wr, 13 op/s 2024-09-13T14:28:41.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:40 smithi104 ceph-mon[105578]: osdmap e537: 8 total, 8 up, 8 in 2024-09-13T14:28:41.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:40 smithi104 ceph-mon[105578]: pgmap v257: 89 pgs: 89 active+clean; 132 MiB data, 574 MiB used, 715 GiB / 715 GiB avail; 3.7 MiB/s rd, 2.6 MiB/s wr, 13 op/s 2024-09-13T14:28:41.818 INFO:tasks.rados.rados.0.smithi071.stdout:1850: done (2 left) 2024-09-13T14:28:41.819 INFO:tasks.rados.rados.0.smithi071.stdout:1851: done (1 left) 2024-09-13T14:28:41.819 INFO:tasks.rados.rados.0.smithi071.stdout:1852: done (0 left) 2024-09-13T14:28:41.819 INFO:tasks.rados.rados.0.smithi071.stdout:1853: write oid 21 current snap is 239 2024-09-13T14:28:41.819 INFO:tasks.rados.rados.0.smithi071.stdout:1853: seq_num 705 ranges {648935=555021,1805217=460909,2694151=465122,3817442=31493} 2024-09-13T14:28:41.825 INFO:tasks.rados.rados.0.smithi071.stdout:1853: writing smithi07185159-21 from 648935 to 1203956 tid 1 2024-09-13T14:28:41.831 INFO:tasks.rados.rados.0.smithi071.stdout:1853: writing smithi07185159-21 from 1805217 to 2266126 tid 2 2024-09-13T14:28:41.835 INFO:tasks.rados.rados.0.smithi071.stdout:1853: writing smithi07185159-21 from 2694151 to 3159273 tid 3 2024-09-13T14:28:41.839 INFO:tasks.rados.rados.0.smithi071.stdout:1853: writing smithi07185159-21 from 3817442 to 3848935 tid 4 2024-09-13T14:28:41.840 INFO:tasks.rados.rados.0.smithi071.stdout:1854: write oid 30 current snap is 239 2024-09-13T14:28:41.840 INFO:tasks.rados.rados.0.smithi071.stdout:1853: finishing write tid 1 to smithi07185159-21 2024-09-13T14:28:41.840 INFO:tasks.rados.rados.0.smithi071.stdout:1853: finishing write tid 2 to smithi07185159-21 2024-09-13T14:28:41.840 INFO:tasks.rados.rados.0.smithi071.stdout:1853: finishing write tid 3 to smithi07185159-21 2024-09-13T14:28:41.840 INFO:tasks.rados.rados.0.smithi071.stdout:1854: seq_num 706 ranges {665742=630270,1863699=604567,3121574=676394} 2024-09-13T14:28:41.846 INFO:tasks.rados.rados.0.smithi071.stdout:1854: writing smithi07185159-30 from 665742 to 1296012 tid 1 2024-09-13T14:28:41.853 INFO:tasks.rados.rados.0.smithi071.stdout:1854: writing smithi07185159-30 from 1863699 to 2468266 tid 2 2024-09-13T14:28:41.860 INFO:tasks.rados.rados.0.smithi071.stdout:1854: writing smithi07185159-30 from 3121574 to 3797968 tid 3 2024-09-13T14:28:41.860 INFO:tasks.rados.rados.0.smithi071.stdout:1855: delete oid 4 current snap is 239 2024-09-13T14:28:41.860 INFO:tasks.rados.rados.0.smithi071.stdout:1853: finishing write tid 4 to smithi07185159-21 2024-09-13T14:28:41.860 INFO:tasks.rados.rados.0.smithi071.stdout:1853: finishing write tid 5 to smithi07185159-21 2024-09-13T14:28:41.860 INFO:tasks.rados.rados.0.smithi071.stdout:1853: finishing write tid 6 to smithi07185159-21 2024-09-13T14:28:41.860 INFO:tasks.rados.rados.0.smithi071.stdout:1853: oid 21 updating version 0 to 790 2024-09-13T14:28:41.861 INFO:tasks.rados.rados.0.smithi071.stdout:1853: oid 21 version 790 is already newer than 787 2024-09-13T14:28:41.861 INFO:tasks.rados.rados.0.smithi071.stdout:1853: oid 21 updating version 790 to 791 2024-09-13T14:28:41.861 INFO:tasks.rados.rados.0.smithi071.stdout:1853: oid 21 version 791 is already newer than 788 2024-09-13T14:28:41.861 INFO:tasks.rados.rados.0.smithi071.stdout:1853: oid 21 version 791 is already newer than 789 2024-09-13T14:28:41.861 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 21 v 791 (ObjNum 705 snap 239 seq_num 705) dirty exists 2024-09-13T14:28:41.861 INFO:tasks.rados.rados.0.smithi071.stdout:1853: left oid 21 (ObjNum 705 snap 239 seq_num 705) 2024-09-13T14:28:41.861 INFO:tasks.rados.rados.0.smithi071.stdout:1854: finishing write tid 1 to smithi07185159-30 2024-09-13T14:28:41.861 INFO:tasks.rados.rados.0.smithi071.stdout:1854: finishing write tid 2 to smithi07185159-30 2024-09-13T14:28:41.863 INFO:tasks.rados.rados.0.smithi071.stdout:1854: finishing write tid 3 to smithi07185159-30 2024-09-13T14:28:41.863 INFO:tasks.rados.rados.0.smithi071.stdout:1854: finishing write tid 4 to smithi07185159-30 2024-09-13T14:28:41.863 INFO:tasks.rados.rados.0.smithi071.stdout:1854: finishing write tid 5 to smithi07185159-30 2024-09-13T14:28:41.864 INFO:tasks.rados.rados.0.smithi071.stdout:1854: oid 30 updating version 0 to 494 2024-09-13T14:28:41.864 INFO:tasks.rados.rados.0.smithi071.stdout:1854: oid 30 version 494 is already newer than 491 2024-09-13T14:28:41.864 INFO:tasks.rados.rados.0.smithi071.stdout:1854: oid 30 version 494 is already newer than 493 2024-09-13T14:28:41.864 INFO:tasks.rados.rados.0.smithi071.stdout:1854: oid 30 version 494 is already newer than 492 2024-09-13T14:28:41.864 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 30 v 494 (ObjNum 706 snap 239 seq_num 706) dirty exists 2024-09-13T14:28:41.864 INFO:tasks.rados.rados.0.smithi071.stdout:1854: left oid 30 (ObjNum 706 snap 239 seq_num 706) 2024-09-13T14:28:41.865 INFO:tasks.rados.rados.0.smithi071.stdout:1853: done (2 left) 2024-09-13T14:28:41.865 INFO:tasks.rados.rados.0.smithi071.stdout:1854: done (1 left) 2024-09-13T14:28:41.865 INFO:tasks.rados.rados.0.smithi071.stdout:1855: done (0 left) 2024-09-13T14:28:41.865 INFO:tasks.rados.rados.0.smithi071.stdout:1856: snap_create 2024-09-13T14:28:42.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:41 smithi071 ceph-mon[107477]: osdmap e538: 8 total, 8 up, 8 in 2024-09-13T14:28:42.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:41 smithi071 ceph-mon[112785]: osdmap e538: 8 total, 8 up, 8 in 2024-09-13T14:28:42.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:41 smithi104 ceph-mon[105578]: osdmap e538: 8 total, 8 up, 8 in 2024-09-13T14:28:42.803 INFO:tasks.rados.rados.0.smithi071.stdout:1856: done (0 left) 2024-09-13T14:28:42.803 INFO:tasks.rados.rados.0.smithi071.stdout:1857: read oid 7 snap -1 2024-09-13T14:28:42.803 INFO:tasks.rados.rados.0.smithi071.stdout:1857: expect (ObjNum 688 snap 226 seq_num 688) 2024-09-13T14:28:42.804 INFO:tasks.rados.rados.0.smithi071.stdout:1858: snap_remove snap 222 2024-09-13T14:28:43.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:42 smithi071 ceph-mon[107477]: osdmap e539: 8 total, 8 up, 8 in 2024-09-13T14:28:43.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:42 smithi071 ceph-mon[107477]: pgmap v260: 89 pgs: 89 active+clean; 132 MiB data, 574 MiB used, 715 GiB / 715 GiB avail; 3.7 MiB/s rd, 2.6 MiB/s wr, 13 op/s 2024-09-13T14:28:43.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:42 smithi071 ceph-mon[107477]: osdmap e540: 8 total, 8 up, 8 in 2024-09-13T14:28:43.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:28:42 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:28:42] "GET /metrics HTTP/1.1" 200 36281 "" "Prometheus/2.51.0" 2024-09-13T14:28:43.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:42 smithi071 ceph-mon[112785]: osdmap e539: 8 total, 8 up, 8 in 2024-09-13T14:28:43.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:42 smithi071 ceph-mon[112785]: pgmap v260: 89 pgs: 89 active+clean; 132 MiB data, 574 MiB used, 715 GiB / 715 GiB avail; 3.7 MiB/s rd, 2.6 MiB/s wr, 13 op/s 2024-09-13T14:28:43.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:42 smithi071 ceph-mon[112785]: osdmap e540: 8 total, 8 up, 8 in 2024-09-13T14:28:43.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:42 smithi104 ceph-mon[105578]: osdmap e539: 8 total, 8 up, 8 in 2024-09-13T14:28:43.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:42 smithi104 ceph-mon[105578]: pgmap v260: 89 pgs: 89 active+clean; 132 MiB data, 574 MiB used, 715 GiB / 715 GiB avail; 3.7 MiB/s rd, 2.6 MiB/s wr, 13 op/s 2024-09-13T14:28:43.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:42 smithi104 ceph-mon[105578]: osdmap e540: 8 total, 8 up, 8 in 2024-09-13T14:28:43.811 INFO:tasks.rados.rados.0.smithi071.stdout:1858: done (1 left) 2024-09-13T14:28:43.811 INFO:tasks.rados.rados.0.smithi071.stdout:1859: snap_create 2024-09-13T14:28:43.811 INFO:tasks.rados.rados.0.smithi071.stdout:1857: expect (ObjNum 688 snap 226 seq_num 688) 2024-09-13T14:28:44.821 INFO:tasks.rados.rados.0.smithi071.stdout:1857: done (1 left) 2024-09-13T14:28:44.821 INFO:tasks.rados.rados.0.smithi071.stdout:1859: done (0 left) 2024-09-13T14:28:44.822 INFO:tasks.rados.rados.0.smithi071.stdout:1860: read oid 38 snap -1 2024-09-13T14:28:44.822 INFO:tasks.rados.rados.0.smithi071.stdout:1860: expect (ObjNum 695 snap 233 seq_num 695) 2024-09-13T14:28:44.822 INFO:tasks.rados.rados.0.smithi071.stdout:1861: snap_create 2024-09-13T14:28:44.832 INFO:tasks.rados.rados.0.smithi071.stdout:1860: expect (ObjNum 695 snap 233 seq_num 695) 2024-09-13T14:28:45.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:44 smithi071 ceph-mon[107477]: osdmap e541: 8 total, 8 up, 8 in 2024-09-13T14:28:45.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:44 smithi071 ceph-mon[107477]: pgmap v263: 89 pgs: 89 active+clean; 132 MiB data, 574 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:28:45.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:44 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:28:45.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:44 smithi071 ceph-mon[112785]: osdmap e541: 8 total, 8 up, 8 in 2024-09-13T14:28:45.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:44 smithi071 ceph-mon[112785]: pgmap v263: 89 pgs: 89 active+clean; 132 MiB data, 574 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:28:45.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:44 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:28:45.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:44 smithi104 ceph-mon[105578]: osdmap e541: 8 total, 8 up, 8 in 2024-09-13T14:28:45.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:44 smithi104 ceph-mon[105578]: pgmap v263: 89 pgs: 89 active+clean; 132 MiB data, 574 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:28:45.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:44 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:28:45.824 INFO:tasks.rados.rados.0.smithi071.stdout:1860: done (1 left) 2024-09-13T14:28:45.824 INFO:tasks.rados.rados.0.smithi071.stdout:1861: done (0 left) 2024-09-13T14:28:45.824 INFO:tasks.rados.rados.0.smithi071.stdout:1862: snap_create 2024-09-13T14:28:46.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:45 smithi071 ceph-mon[107477]: osdmap e542: 8 total, 8 up, 8 in 2024-09-13T14:28:46.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:45 smithi071 ceph-mon[112785]: osdmap e542: 8 total, 8 up, 8 in 2024-09-13T14:28:46.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:45 smithi104 ceph-mon[105578]: osdmap e542: 8 total, 8 up, 8 in 2024-09-13T14:28:46.841 INFO:tasks.rados.rados.0.smithi071.stdout:1862: done (0 left) 2024-09-13T14:28:46.841 INFO:tasks.rados.rados.0.smithi071.stdout:1863: write oid 5 current snap is 243 2024-09-13T14:28:46.841 INFO:tasks.rados.rados.0.smithi071.stdout:1863: seq_num 708 ranges {699356=497121,1980663=608236,3176420=415291} 2024-09-13T14:28:46.847 INFO:tasks.rados.rados.0.smithi071.stdout:1863: writing smithi07185159-5 from 699356 to 1196477 tid 1 2024-09-13T14:28:46.855 INFO:tasks.rados.rados.0.smithi071.stdout:1863: writing smithi07185159-5 from 1980663 to 2588899 tid 2 2024-09-13T14:28:46.861 INFO:tasks.rados.rados.0.smithi071.stdout:1863: writing smithi07185159-5 from 3176420 to 3591711 tid 3 2024-09-13T14:28:46.861 INFO:tasks.rados.rados.0.smithi071.stdout:1864: rollback oid 4 current snap is 243 2024-09-13T14:28:46.861 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 4 to 221 2024-09-13T14:28:46.861 INFO:tasks.rados.rados.0.smithi071.stdout:1863: finishing write tid 1 to smithi07185159-5 2024-09-13T14:28:46.861 INFO:tasks.rados.rados.0.smithi071.stdout:1863: finishing write tid 2 to smithi07185159-5 2024-09-13T14:28:46.861 INFO:tasks.rados.rados.0.smithi071.stdout:1865: snap_create 2024-09-13T14:28:46.863 INFO:tasks.rados.rados.0.smithi071.stdout:1864: finishing rollback tid 1 to smithi07185159-4 2024-09-13T14:28:46.863 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 4 v 0 (ObjNum 33 snap 0 seq_num 3737263184) dirty dne 2024-09-13T14:28:46.865 INFO:tasks.rados.rados.0.smithi071.stdout:1863: finishing write tid 3 to smithi07185159-5 2024-09-13T14:28:46.865 INFO:tasks.rados.rados.0.smithi071.stdout:1863: finishing write tid 4 to smithi07185159-5 2024-09-13T14:28:46.865 INFO:tasks.rados.rados.0.smithi071.stdout:1863: finishing write tid 5 to smithi07185159-5 2024-09-13T14:28:46.865 INFO:tasks.rados.rados.0.smithi071.stdout:1863: oid 5 updating version 0 to 1760 2024-09-13T14:28:46.865 INFO:tasks.rados.rados.0.smithi071.stdout:1863: oid 5 version 1760 is already newer than 1759 2024-09-13T14:28:46.865 INFO:tasks.rados.rados.0.smithi071.stdout:1863: oid 5 updating version 1760 to 1762 2024-09-13T14:28:46.865 INFO:tasks.rados.rados.0.smithi071.stdout:1863: oid 5 version 1762 is already newer than 1761 2024-09-13T14:28:46.865 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 5 v 1762 (ObjNum 708 snap 243 seq_num 708) dirty exists 2024-09-13T14:28:46.865 INFO:tasks.rados.rados.0.smithi071.stdout:1863: left oid 5 (ObjNum 708 snap 243 seq_num 708) 2024-09-13T14:28:47.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:46 smithi071 ceph-mon[107477]: osdmap e543: 8 total, 8 up, 8 in 2024-09-13T14:28:47.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:46 smithi071 ceph-mon[107477]: pgmap v266: 89 pgs: 89 active+clean; 140 MiB data, 586 MiB used, 715 GiB / 715 GiB avail; 11 MiB/s rd, 837 KiB/s wr, 11 op/s 2024-09-13T14:28:47.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:46 smithi071 ceph-mon[112785]: osdmap e543: 8 total, 8 up, 8 in 2024-09-13T14:28:47.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:46 smithi071 ceph-mon[112785]: pgmap v266: 89 pgs: 89 active+clean; 140 MiB data, 586 MiB used, 715 GiB / 715 GiB avail; 11 MiB/s rd, 837 KiB/s wr, 11 op/s 2024-09-13T14:28:47.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:46 smithi104 ceph-mon[105578]: osdmap e543: 8 total, 8 up, 8 in 2024-09-13T14:28:47.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:46 smithi104 ceph-mon[105578]: pgmap v266: 89 pgs: 89 active+clean; 140 MiB data, 586 MiB used, 715 GiB / 715 GiB avail; 11 MiB/s rd, 837 KiB/s wr, 11 op/s 2024-09-13T14:28:47.806 INFO:tasks.rados.rados.0.smithi071.stdout:1863: done (2 left) 2024-09-13T14:28:47.806 INFO:tasks.rados.rados.0.smithi071.stdout:1864: done (1 left) 2024-09-13T14:28:47.806 INFO:tasks.rados.rados.0.smithi071.stdout:1865: done (0 left) 2024-09-13T14:28:47.806 INFO:tasks.rados.rados.0.smithi071.stdout:1866: read oid 32 snap -1 2024-09-13T14:28:47.806 INFO:tasks.rados.rados.0.smithi071.stdout:1866: expect deleted 2024-09-13T14:28:47.806 INFO:tasks.rados.rados.0.smithi071.stdout:1867: snap_create 2024-09-13T14:28:48.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:47 smithi071 ceph-mon[107477]: osdmap e544: 8 total, 8 up, 8 in 2024-09-13T14:28:48.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:47 smithi071 ceph-mon[107477]: osdmap e545: 8 total, 8 up, 8 in 2024-09-13T14:28:48.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:47 smithi071 ceph-mon[112785]: osdmap e544: 8 total, 8 up, 8 in 2024-09-13T14:28:48.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:47 smithi071 ceph-mon[112785]: osdmap e545: 8 total, 8 up, 8 in 2024-09-13T14:28:48.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:47 smithi104 ceph-mon[105578]: osdmap e544: 8 total, 8 up, 8 in 2024-09-13T14:28:48.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:47 smithi104 ceph-mon[105578]: osdmap e545: 8 total, 8 up, 8 in 2024-09-13T14:28:48.808 INFO:tasks.rados.rados.0.smithi071.stdout:1866: done (1 left) 2024-09-13T14:28:48.808 INFO:tasks.rados.rados.0.smithi071.stdout:1867: done (0 left) 2024-09-13T14:28:48.808 INFO:tasks.rados.rados.0.smithi071.stdout:1868: snap_create 2024-09-13T14:28:49.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:48 smithi071 ceph-mon[107477]: pgmap v269: 89 pgs: 89 active+clean; 140 MiB data, 586 MiB used, 715 GiB / 715 GiB avail; 11 MiB/s rd, 837 KiB/s wr, 11 op/s 2024-09-13T14:28:49.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:48 smithi071 ceph-mon[107477]: osdmap e546: 8 total, 8 up, 8 in 2024-09-13T14:28:49.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:48 smithi071 ceph-mon[112785]: pgmap v269: 89 pgs: 89 active+clean; 140 MiB data, 586 MiB used, 715 GiB / 715 GiB avail; 11 MiB/s rd, 837 KiB/s wr, 11 op/s 2024-09-13T14:28:49.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:48 smithi071 ceph-mon[112785]: osdmap e546: 8 total, 8 up, 8 in 2024-09-13T14:28:49.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:48 smithi104 ceph-mon[105578]: pgmap v269: 89 pgs: 89 active+clean; 140 MiB data, 586 MiB used, 715 GiB / 715 GiB avail; 11 MiB/s rd, 837 KiB/s wr, 11 op/s 2024-09-13T14:28:49.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:48 smithi104 ceph-mon[105578]: osdmap e546: 8 total, 8 up, 8 in 2024-09-13T14:28:49.811 INFO:tasks.rados.rados.0.smithi071.stdout:1868: done (0 left) 2024-09-13T14:28:49.811 INFO:tasks.rados.rados.0.smithi071.stdout:1869: write oid 39 current snap is 246 2024-09-13T14:28:49.811 INFO:tasks.rados.rados.0.smithi071.stdout:1869: seq_num 709 ranges {716163=572370,2039145=468247,3203843=626563} 2024-09-13T14:28:49.817 INFO:tasks.rados.rados.0.smithi071.stdout:1869: writing smithi07185159-39 from 716163 to 1288533 tid 1 2024-09-13T14:28:49.824 INFO:tasks.rados.rados.0.smithi071.stdout:1869: writing smithi07185159-39 from 2039145 to 2507392 tid 2 2024-09-13T14:28:49.831 INFO:tasks.rados.rados.0.smithi071.stdout:1869: writing smithi07185159-39 from 3203843 to 3830406 tid 3 2024-09-13T14:28:49.832 INFO:tasks.rados.rados.0.smithi071.stdout:1870: read oid 32 snap -1 2024-09-13T14:28:49.832 INFO:tasks.rados.rados.0.smithi071.stdout:1870: expect deleted 2024-09-13T14:28:49.832 INFO:tasks.rados.rados.0.smithi071.stdout:1871: snap_create 2024-09-13T14:28:49.832 INFO:tasks.rados.rados.0.smithi071.stdout:1869: finishing write tid 1 to smithi07185159-39 2024-09-13T14:28:49.832 INFO:tasks.rados.rados.0.smithi071.stdout:1869: finishing write tid 2 to smithi07185159-39 2024-09-13T14:28:49.835 INFO:tasks.rados.rados.0.smithi071.stdout:1869: finishing write tid 3 to smithi07185159-39 2024-09-13T14:28:49.835 INFO:tasks.rados.rados.0.smithi071.stdout:1869: finishing write tid 4 to smithi07185159-39 2024-09-13T14:28:49.835 INFO:tasks.rados.rados.0.smithi071.stdout:1869: finishing write tid 5 to smithi07185159-39 2024-09-13T14:28:49.835 INFO:tasks.rados.rados.0.smithi071.stdout:1869: oid 39 updating version 0 to 922 2024-09-13T14:28:49.835 INFO:tasks.rados.rados.0.smithi071.stdout:1869: oid 39 version 922 is already newer than 921 2024-09-13T14:28:49.835 INFO:tasks.rados.rados.0.smithi071.stdout:1869: oid 39 version 922 is already newer than 920 2024-09-13T14:28:49.835 INFO:tasks.rados.rados.0.smithi071.stdout:1869: oid 39 updating version 922 to 923 2024-09-13T14:28:49.835 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 39 v 923 (ObjNum 709 snap 246 seq_num 709) dirty exists 2024-09-13T14:28:49.835 INFO:tasks.rados.rados.0.smithi071.stdout:1869: left oid 39 (ObjNum 709 snap 246 seq_num 709) 2024-09-13T14:28:50.821 INFO:tasks.rados.rados.0.smithi071.stdout:1869: done (2 left) 2024-09-13T14:28:50.821 INFO:tasks.rados.rados.0.smithi071.stdout:1870: done (1 left) 2024-09-13T14:28:50.821 INFO:tasks.rados.rados.0.smithi071.stdout:1871: done (0 left) 2024-09-13T14:28:50.821 INFO:tasks.rados.rados.0.smithi071.stdout:1872: snap_create 2024-09-13T14:28:51.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:50 smithi071 ceph-mon[107477]: osdmap e547: 8 total, 8 up, 8 in 2024-09-13T14:28:51.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:50 smithi071 ceph-mon[107477]: pgmap v272: 89 pgs: 89 active+clean; 144 MiB data, 594 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 779 KiB/s wr, 2 op/s 2024-09-13T14:28:51.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:50 smithi071 ceph-mon[112785]: osdmap e547: 8 total, 8 up, 8 in 2024-09-13T14:28:51.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:50 smithi071 ceph-mon[112785]: pgmap v272: 89 pgs: 89 active+clean; 144 MiB data, 594 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 779 KiB/s wr, 2 op/s 2024-09-13T14:28:51.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:50 smithi104 ceph-mon[105578]: osdmap e547: 8 total, 8 up, 8 in 2024-09-13T14:28:51.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:50 smithi104 ceph-mon[105578]: pgmap v272: 89 pgs: 89 active+clean; 144 MiB data, 594 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 779 KiB/s wr, 2 op/s 2024-09-13T14:28:51.821 INFO:tasks.rados.rados.0.smithi071.stdout:1872: done (0 left) 2024-09-13T14:28:51.822 INFO:tasks.rados.rados.0.smithi071.stdout:1873: read oid 35 snap -1 2024-09-13T14:28:51.822 INFO:tasks.rados.rados.0.smithi071.stdout:1873: expect (ObjNum 679 snap 223 seq_num 679) 2024-09-13T14:28:51.822 INFO:tasks.rados.rados.0.smithi071.stdout:1874: snap_remove snap 247 2024-09-13T14:28:52.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:51 smithi071 ceph-mon[107477]: osdmap e548: 8 total, 8 up, 8 in 2024-09-13T14:28:52.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:51 smithi071 ceph-mon[112785]: osdmap e548: 8 total, 8 up, 8 in 2024-09-13T14:28:52.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:51 smithi104 ceph-mon[105578]: osdmap e548: 8 total, 8 up, 8 in 2024-09-13T14:28:52.834 INFO:tasks.rados.rados.0.smithi071.stdout:1874: done (1 left) 2024-09-13T14:28:52.835 INFO:tasks.rados.rados.0.smithi071.stdout:1875: write oid 25 current snap is 248 2024-09-13T14:28:52.835 INFO:tasks.rados.rados.0.smithi071.stdout:1875: seq_num 710 ranges {732970=647619,2097627=611905,3231266=437835} 2024-09-13T14:28:52.844 INFO:tasks.rados.rados.0.smithi071.stdout:1875: writing smithi07185159-25 from 732970 to 1380589 tid 1 2024-09-13T14:28:52.849 INFO:tasks.rados.rados.0.smithi071.stdout:1875: writing smithi07185159-25 from 2097627 to 2709532 tid 2 2024-09-13T14:28:52.854 INFO:tasks.rados.rados.0.smithi071.stdout:1875: writing smithi07185159-25 from 3231266 to 3669101 tid 3 2024-09-13T14:28:52.854 INFO:tasks.rados.rados.0.smithi071.stdout:1876: snap_remove snap 220 2024-09-13T14:28:53.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:52 smithi071 ceph-mon[107477]: osdmap e549: 8 total, 8 up, 8 in 2024-09-13T14:28:53.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:52 smithi071 ceph-mon[107477]: pgmap v275: 89 pgs: 89 active+clean; 144 MiB data, 594 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 778 KiB/s wr, 2 op/s 2024-09-13T14:28:53.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:28:52 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:28:52] "GET /metrics HTTP/1.1" 200 36279 "" "Prometheus/2.51.0" 2024-09-13T14:28:53.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:52 smithi071 ceph-mon[112785]: osdmap e549: 8 total, 8 up, 8 in 2024-09-13T14:28:53.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:52 smithi071 ceph-mon[112785]: pgmap v275: 89 pgs: 89 active+clean; 144 MiB data, 594 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 778 KiB/s wr, 2 op/s 2024-09-13T14:28:53.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:52 smithi104 ceph-mon[105578]: osdmap e549: 8 total, 8 up, 8 in 2024-09-13T14:28:53.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:52 smithi104 ceph-mon[105578]: pgmap v275: 89 pgs: 89 active+clean; 144 MiB data, 594 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 778 KiB/s wr, 2 op/s 2024-09-13T14:28:53.835 INFO:tasks.rados.rados.0.smithi071.stdout:1876: done (2 left) 2024-09-13T14:28:53.836 INFO:tasks.rados.rados.0.smithi071.stdout:1877: write oid 2 current snap is 248 2024-09-13T14:28:53.836 INFO:tasks.rados.rados.0.smithi071.stdout:1877: seq_num 711 ranges {749777=722868,2156109=471916,3258689=649107} 2024-09-13T14:28:53.844 INFO:tasks.rados.rados.0.smithi071.stdout:1877: writing smithi07185159-2 from 749777 to 1472645 tid 1 2024-09-13T14:28:53.850 INFO:tasks.rados.rados.0.smithi071.stdout:1877: writing smithi07185159-2 from 2156109 to 2628025 tid 2 2024-09-13T14:28:53.857 INFO:tasks.rados.rados.0.smithi071.stdout:1877: writing smithi07185159-2 from 3258689 to 3907796 tid 3 2024-09-13T14:28:53.857 INFO:tasks.rados.rados.0.smithi071.stdout:1878: read oid 6 snap -1 2024-09-13T14:28:53.858 INFO:tasks.rados.rados.0.smithi071.stdout:1878: expect (ObjNum 581 snap 188 seq_num 581) 2024-09-13T14:28:53.858 INFO:tasks.rados.rados.0.smithi071.stdout:1879: snap_remove snap 229 2024-09-13T14:28:54.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:53 smithi071 ceph-mon[112785]: osdmap e550: 8 total, 8 up, 8 in 2024-09-13T14:28:54.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:53 smithi071 ceph-mon[107477]: osdmap e550: 8 total, 8 up, 8 in 2024-09-13T14:28:54.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:53 smithi104 ceph-mon[105578]: osdmap e550: 8 total, 8 up, 8 in 2024-09-13T14:28:54.645 DEBUG:teuthology.orchestra.run.smithi071:> 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 18f8172c-71da-11ef-bceb-c7b262605968 -e sha1=d58f73069a8157a9ace12a0247ee3e8497707ea9 -- bash -c 'sleep 60' 2024-09-13T14:28:54.847 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:28:54.852 INFO:tasks.rados.rados.0.smithi071.stdout:1879: done (4 left) 2024-09-13T14:28:54.852 INFO:tasks.rados.rados.0.smithi071.stdout:1880: snap_create 2024-09-13T14:28:54.853 INFO:tasks.rados.rados.0.smithi071.stdout:1873: expect (ObjNum 679 snap 223 seq_num 679) 2024-09-13T14:28:54.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:54 smithi071 ceph-mon[107477]: osdmap e551: 8 total, 8 up, 8 in 2024-09-13T14:28:54.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:54 smithi071 ceph-mon[107477]: from='client.34248 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:28:54.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:54 smithi071 ceph-mon[107477]: pgmap v278: 89 pgs: 89 active+clean; 144 MiB data, 594 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:28:54.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:54 smithi071 ceph-mon[112785]: osdmap e551: 8 total, 8 up, 8 in 2024-09-13T14:28:54.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:54 smithi071 ceph-mon[112785]: from='client.34248 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:28:54.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:54 smithi071 ceph-mon[112785]: pgmap v278: 89 pgs: 89 active+clean; 144 MiB data, 594 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:28:55.019 INFO:tasks.rados.rados.0.smithi071.stdout:1875: finishing write tid 1 to smithi07185159-25 2024-09-13T14:28:55.019 INFO:tasks.rados.rados.0.smithi071.stdout:1875: finishing write tid 2 to smithi07185159-25 2024-09-13T14:28:55.019 INFO:tasks.rados.rados.0.smithi071.stdout:1875: finishing write tid 3 to smithi07185159-25 2024-09-13T14:28:55.020 INFO:tasks.rados.rados.0.smithi071.stdout:1875: finishing write tid 4 to smithi07185159-25 2024-09-13T14:28:55.020 INFO:tasks.rados.rados.0.smithi071.stdout:1875: finishing write tid 5 to smithi07185159-25 2024-09-13T14:28:55.020 INFO:tasks.rados.rados.0.smithi071.stdout:1875: oid 25 updating version 0 to 941 2024-09-13T14:28:55.020 INFO:tasks.rados.rados.0.smithi071.stdout:1875: oid 25 updating version 941 to 942 2024-09-13T14:28:55.020 INFO:tasks.rados.rados.0.smithi071.stdout:1875: oid 25 updating version 942 to 944 2024-09-13T14:28:55.020 INFO:tasks.rados.rados.0.smithi071.stdout:1875: oid 25 version 944 is already newer than 943 2024-09-13T14:28:55.020 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 25 v 944 (ObjNum 710 snap 248 seq_num 710) dirty exists 2024-09-13T14:28:55.020 INFO:tasks.rados.rados.0.smithi071.stdout:1875: left oid 25 (ObjNum 710 snap 248 seq_num 710) 2024-09-13T14:28:55.020 INFO:tasks.rados.rados.0.smithi071.stdout:1877: finishing write tid 1 to smithi07185159-2 2024-09-13T14:28:55.020 INFO:tasks.rados.rados.0.smithi071.stdout:1877: finishing write tid 2 to smithi07185159-2 2024-09-13T14:28:55.020 INFO:tasks.rados.rados.0.smithi071.stdout:1877: finishing write tid 3 to smithi07185159-2 2024-09-13T14:28:55.020 INFO:tasks.rados.rados.0.smithi071.stdout:1877: finishing write tid 4 to smithi07185159-2 2024-09-13T14:28:55.020 INFO:tasks.rados.rados.0.smithi071.stdout:1877: finishing write tid 5 to smithi07185159-2 2024-09-13T14:28:55.020 INFO:tasks.rados.rados.0.smithi071.stdout:1877: oid 2 updating version 0 to 276 2024-09-13T14:28:55.021 INFO:tasks.rados.rados.0.smithi071.stdout:1877: oid 2 updating version 276 to 278 2024-09-13T14:28:55.021 INFO:tasks.rados.rados.0.smithi071.stdout:1877: oid 2 version 278 is already newer than 275 2024-09-13T14:28:55.021 INFO:tasks.rados.rados.0.smithi071.stdout:1877: oid 2 version 278 is already newer than 277 2024-09-13T14:28:55.021 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 2 v 278 (ObjNum 711 snap 248 seq_num 711) dirty exists 2024-09-13T14:28:55.021 INFO:tasks.rados.rados.0.smithi071.stdout:1877: left oid 2 (ObjNum 711 snap 248 seq_num 711) 2024-09-13T14:28:55.021 INFO:tasks.rados.rados.0.smithi071.stdout:1878: expect (ObjNum 581 snap 188 seq_num 581) 2024-09-13T14:28:55.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:54 smithi104 ceph-mon[105578]: osdmap e551: 8 total, 8 up, 8 in 2024-09-13T14:28:55.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:54 smithi104 ceph-mon[105578]: from='client.34248 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:28:55.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:54 smithi104 ceph-mon[105578]: pgmap v278: 89 pgs: 89 active+clean; 144 MiB data, 594 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:28:55.855 INFO:tasks.rados.rados.0.smithi071.stdout:1873: done (4 left) 2024-09-13T14:28:55.855 INFO:tasks.rados.rados.0.smithi071.stdout:1875: done (3 left) 2024-09-13T14:28:55.855 INFO:tasks.rados.rados.0.smithi071.stdout:1877: done (2 left) 2024-09-13T14:28:55.855 INFO:tasks.rados.rados.0.smithi071.stdout:1878: done (1 left) 2024-09-13T14:28:55.855 INFO:tasks.rados.rados.0.smithi071.stdout:1880: done (0 left) 2024-09-13T14:28:55.855 INFO:tasks.rados.rados.0.smithi071.stdout:1881: rollback oid 36 current snap is 249 2024-09-13T14:28:55.855 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 36 to 241 2024-09-13T14:28:55.855 INFO:tasks.rados.rados.0.smithi071.stdout:1882: read oid 34 snap -1 2024-09-13T14:28:55.855 INFO:tasks.rados.rados.0.smithi071.stdout:1882: expect (ObjNum 693 snap 231 seq_num 693) 2024-09-13T14:28:55.855 INFO:tasks.rados.rados.0.smithi071.stdout:1883: rollback oid 46 current snap is 249 2024-09-13T14:28:55.855 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 46 to 223 2024-09-13T14:28:55.856 INFO:tasks.rados.rados.0.smithi071.stdout:1884: rollback oid 8 current snap is 249 2024-09-13T14:28:55.856 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 8 to 221 2024-09-13T14:28:55.856 INFO:tasks.rados.rados.0.smithi071.stdout:1885: read oid 14 snap -1 2024-09-13T14:28:55.856 INFO:tasks.rados.rados.0.smithi071.stdout:1885: expect deleted 2024-09-13T14:28:55.856 INFO:tasks.rados.rados.0.smithi071.stdout:1886: snap_remove snap 231 2024-09-13T14:28:56.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:55 smithi071 ceph-mon[107477]: osdmap e552: 8 total, 8 up, 8 in 2024-09-13T14:28:56.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:55 smithi071 ceph-mon[112785]: osdmap e552: 8 total, 8 up, 8 in 2024-09-13T14:28:56.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:55 smithi104 ceph-mon[105578]: osdmap e552: 8 total, 8 up, 8 in 2024-09-13T14:28:56.863 INFO:tasks.rados.rados.0.smithi071.stdout:1886: done (5 left) 2024-09-13T14:28:56.863 INFO:tasks.rados.rados.0.smithi071.stdout:1887: write oid 6 current snap is 249 2024-09-13T14:28:56.863 INFO:tasks.rados.rados.0.smithi071.stdout:1884: finishing rollback tid 1 to smithi07185159-8 2024-09-13T14:28:56.863 INFO:tasks.rados.rados.0.smithi071.stdout:1881: finishing rollback tid 0 to smithi07185159-36 2024-09-13T14:28:56.863 INFO:tasks.rados.rados.0.smithi071.stdout:1887: seq_num 712 ranges {766584=798117,2098238=615574,3169759=460379} 2024-09-13T14:28:56.871 INFO:tasks.rados.rados.0.smithi071.stdout:1887: writing smithi07185159-6 from 766584 to 1564701 tid 1 2024-09-13T14:28:56.878 INFO:tasks.rados.rados.0.smithi071.stdout:1887: writing smithi07185159-6 from 2098238 to 2713812 tid 2 2024-09-13T14:28:56.883 INFO:tasks.rados.rados.0.smithi071.stdout:1887: writing smithi07185159-6 from 3169759 to 3630138 tid 3 2024-09-13T14:28:56.883 INFO:tasks.rados.rados.0.smithi071.stdout:1885: done (5 left) 2024-09-13T14:28:56.884 INFO:tasks.rados.rados.0.smithi071.stdout:1888: write oid 9 current snap is 249 2024-09-13T14:28:56.884 INFO:tasks.rados.rados.0.smithi071.stdout:1884: finishing rollback tid 2 to smithi07185159-8 2024-09-13T14:28:56.884 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 8 v 451 (ObjNum 556 snap 178 seq_num 556) dirty exists 2024-09-13T14:28:56.884 INFO:tasks.rados.rados.0.smithi071.stdout:1881: finishing rollback tid 1 to smithi07185159-36 2024-09-13T14:28:56.884 INFO:tasks.rados.rados.0.smithi071.stdout:1881: finishing rollback tid 2 to smithi07185159-36 2024-09-13T14:28:56.884 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 36 v 396 (ObjNum 697 snap 234 seq_num 697) dirty exists 2024-09-13T14:28:56.884 INFO:tasks.rados.rados.0.smithi071.stdout:1883: finishing rollback tid 0 to smithi07185159-46 2024-09-13T14:28:56.884 INFO:tasks.rados.rados.0.smithi071.stdout:1883: finishing rollback tid 1 to smithi07185159-46 2024-09-13T14:28:56.884 INFO:tasks.rados.rados.0.smithi071.stdout:1883: finishing rollback tid 2 to smithi07185159-46 2024-09-13T14:28:56.884 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 46 v 954 (ObjNum 488 snap 160 seq_num 488) dirty exists 2024-09-13T14:28:56.884 INFO:tasks.rados.rados.0.smithi071.stdout:1888: seq_num 713 ranges {783391=473366,1756720=475585,2797182=788004} 2024-09-13T14:28:56.890 INFO:tasks.rados.rados.0.smithi071.stdout:1888: writing smithi07185159-9 from 783391 to 1256757 tid 1 2024-09-13T14:28:56.896 INFO:tasks.rados.rados.0.smithi071.stdout:1888: writing smithi07185159-9 from 1756720 to 2232305 tid 2 2024-09-13T14:28:56.904 INFO:tasks.rados.rados.0.smithi071.stdout:1888: writing smithi07185159-9 from 2797182 to 3585186 tid 3 2024-09-13T14:28:56.904 INFO:tasks.rados.rados.0.smithi071.stdout:1881: done (5 left) 2024-09-13T14:28:56.904 INFO:tasks.rados.rados.0.smithi071.stdout:1883: done (4 left) 2024-09-13T14:28:56.904 INFO:tasks.rados.rados.0.smithi071.stdout:1884: done (3 left) 2024-09-13T14:28:56.904 INFO:tasks.rados.rados.0.smithi071.stdout:1889: read oid 14 snap -1 2024-09-13T14:28:56.904 INFO:tasks.rados.rados.0.smithi071.stdout:1889: expect deleted 2024-09-13T14:28:56.904 INFO:tasks.rados.rados.0.smithi071.stdout:1890: write oid 41 current snap is 249 2024-09-13T14:28:56.904 INFO:tasks.rados.rados.0.smithi071.stdout:1890: seq_num 714 ranges {400198=548615,1415202=584996} 2024-09-13T14:28:56.909 INFO:tasks.rados.rados.0.smithi071.stdout:1890: writing smithi07185159-41 from 400198 to 948813 tid 1 2024-09-13T14:28:56.915 INFO:tasks.rados.rados.0.smithi071.stdout:1890: writing smithi07185159-41 from 1415202 to 2000198 tid 2 2024-09-13T14:28:56.915 INFO:tasks.rados.rados.0.smithi071.stdout:1891: read oid 28 snap -1 2024-09-13T14:28:56.915 INFO:tasks.rados.rados.0.smithi071.stdout:1891: expect deleted 2024-09-13T14:28:56.915 INFO:tasks.rados.rados.0.smithi071.stdout:1892: snap_remove snap 227 2024-09-13T14:28:57.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:56 smithi071 ceph-mon[107477]: osdmap e553: 8 total, 8 up, 8 in 2024-09-13T14:28:57.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:56 smithi071 ceph-mon[107477]: pgmap v281: 89 pgs: 89 active+clean; 146 MiB data, 601 MiB used, 715 GiB / 715 GiB avail; 7.6 MiB/s rd, 865 KiB/s wr, 7 op/s 2024-09-13T14:28:57.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:56 smithi071 ceph-mon[112785]: osdmap e553: 8 total, 8 up, 8 in 2024-09-13T14:28:57.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:56 smithi071 ceph-mon[112785]: pgmap v281: 89 pgs: 89 active+clean; 146 MiB data, 601 MiB used, 715 GiB / 715 GiB avail; 7.6 MiB/s rd, 865 KiB/s wr, 7 op/s 2024-09-13T14:28:57.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:56 smithi104 ceph-mon[105578]: osdmap e553: 8 total, 8 up, 8 in 2024-09-13T14:28:57.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:56 smithi104 ceph-mon[105578]: pgmap v281: 89 pgs: 89 active+clean; 146 MiB data, 601 MiB used, 715 GiB / 715 GiB avail; 7.6 MiB/s rd, 865 KiB/s wr, 7 op/s 2024-09-13T14:28:57.808 INFO:tasks.rados.rados.0.smithi071.stdout:1892: done (6 left) 2024-09-13T14:28:57.808 INFO:tasks.rados.rados.0.smithi071.stdout:1893: snap_remove snap 246 2024-09-13T14:28:58.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:57 smithi071 ceph-mon[107477]: osdmap e554: 8 total, 8 up, 8 in 2024-09-13T14:28:58.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:57 smithi071 ceph-mon[107477]: osdmap e555: 8 total, 8 up, 8 in 2024-09-13T14:28:58.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:57 smithi071 ceph-mon[112785]: osdmap e554: 8 total, 8 up, 8 in 2024-09-13T14:28:58.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:57 smithi071 ceph-mon[112785]: osdmap e555: 8 total, 8 up, 8 in 2024-09-13T14:28:58.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:57 smithi104 ceph-mon[105578]: osdmap e554: 8 total, 8 up, 8 in 2024-09-13T14:28:58.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:57 smithi104 ceph-mon[105578]: osdmap e555: 8 total, 8 up, 8 in 2024-09-13T14:28:58.810 INFO:tasks.rados.rados.0.smithi071.stdout:1882: expect (ObjNum 693 snap 231 seq_num 693) 2024-09-13T14:28:59.059 INFO:tasks.rados.rados.0.smithi071.stdout:1887: finishing write tid 1 to smithi07185159-6 2024-09-13T14:28:59.059 INFO:tasks.rados.rados.0.smithi071.stdout:1887: finishing write tid 2 to smithi07185159-6 2024-09-13T14:28:59.060 INFO:tasks.rados.rados.0.smithi071.stdout:1882: done (6 left) 2024-09-13T14:28:59.060 INFO:tasks.rados.rados.0.smithi071.stdout:1893: done (5 left) 2024-09-13T14:28:59.060 INFO:tasks.rados.rados.0.smithi071.stdout:1894: snap_remove snap 233 2024-09-13T14:28:59.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:58 smithi071 ceph-mon[107477]: pgmap v284: 89 pgs: 89 active+clean; 146 MiB data, 601 MiB used, 715 GiB / 715 GiB avail; 7.6 MiB/s rd, 865 KiB/s wr, 7 op/s 2024-09-13T14:28:59.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:58 smithi071 ceph-mon[107477]: osdmap e556: 8 total, 8 up, 8 in 2024-09-13T14:28:59.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:58 smithi071 ceph-mon[112785]: pgmap v284: 89 pgs: 89 active+clean; 146 MiB data, 601 MiB used, 715 GiB / 715 GiB avail; 7.6 MiB/s rd, 865 KiB/s wr, 7 op/s 2024-09-13T14:28:59.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:58 smithi071 ceph-mon[112785]: osdmap e556: 8 total, 8 up, 8 in 2024-09-13T14:28:59.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:58 smithi104 ceph-mon[105578]: pgmap v284: 89 pgs: 89 active+clean; 146 MiB data, 601 MiB used, 715 GiB / 715 GiB avail; 7.6 MiB/s rd, 865 KiB/s wr, 7 op/s 2024-09-13T14:28:59.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:58 smithi104 ceph-mon[105578]: osdmap e556: 8 total, 8 up, 8 in 2024-09-13T14:28:59.871 INFO:tasks.rados.rados.0.smithi071.stdout:1894: done (5 left) 2024-09-13T14:28:59.871 INFO:tasks.rados.rados.0.smithi071.stdout:1895: rollback oid 48 current snap is 249 2024-09-13T14:28:59.871 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 48 to 237 2024-09-13T14:28:59.872 INFO:tasks.rados.rados.0.smithi071.stdout:1887: finishing write tid 3 to smithi07185159-6 2024-09-13T14:28:59.872 INFO:tasks.rados.rados.0.smithi071.stdout:1887: finishing write tid 4 to smithi07185159-6 2024-09-13T14:28:59.872 INFO:tasks.rados.rados.0.smithi071.stdout:1887: finishing write tid 5 to smithi07185159-6 2024-09-13T14:28:59.872 INFO:tasks.rados.rados.0.smithi071.stdout:1887: oid 6 updating version 0 to 1778 2024-09-13T14:28:59.872 INFO:tasks.rados.rados.0.smithi071.stdout:1887: oid 6 updating version 1778 to 1779 2024-09-13T14:28:59.872 INFO:tasks.rados.rados.0.smithi071.stdout:1887: oid 6 version 1779 is already newer than 1777 2024-09-13T14:28:59.872 INFO:tasks.rados.rados.0.smithi071.stdout:1887: oid 6 version 1779 is already newer than 1776 2024-09-13T14:28:59.872 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 6 v 1779 (ObjNum 712 snap 249 seq_num 712) dirty exists 2024-09-13T14:28:59.872 INFO:tasks.rados.rados.0.smithi071.stdout:1887: left oid 6 (ObjNum 712 snap 249 seq_num 712) 2024-09-13T14:28:59.872 INFO:tasks.rados.rados.0.smithi071.stdout:1888: finishing write tid 1 to smithi07185159-9 2024-09-13T14:28:59.872 INFO:tasks.rados.rados.0.smithi071.stdout:1888: finishing write tid 2 to smithi07185159-9 2024-09-13T14:28:59.872 INFO:tasks.rados.rados.0.smithi071.stdout:1888: finishing write tid 3 to smithi07185159-9 2024-09-13T14:28:59.872 INFO:tasks.rados.rados.0.smithi071.stdout:1888: finishing write tid 4 to smithi07185159-9 2024-09-13T14:28:59.873 INFO:tasks.rados.rados.0.smithi071.stdout:1888: finishing write tid 5 to smithi07185159-9 2024-09-13T14:28:59.873 INFO:tasks.rados.rados.0.smithi071.stdout:1888: oid 9 updating version 0 to 268 2024-09-13T14:28:59.873 INFO:tasks.rados.rados.0.smithi071.stdout:1888: oid 9 updating version 268 to 270 2024-09-13T14:28:59.873 INFO:tasks.rados.rados.0.smithi071.stdout:1888: oid 9 updating version 270 to 271 2024-09-13T14:28:59.873 INFO:tasks.rados.rados.0.smithi071.stdout:1888: oid 9 version 271 is already newer than 269 2024-09-13T14:28:59.873 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 9 v 271 (ObjNum 713 snap 249 seq_num 713) dirty exists 2024-09-13T14:28:59.873 INFO:tasks.rados.rados.0.smithi071.stdout:1888: left oid 9 (ObjNum 713 snap 249 seq_num 713) 2024-09-13T14:28:59.873 INFO:tasks.rados.rados.0.smithi071.stdout:1890: finishing write tid 1 to smithi07185159-41 2024-09-13T14:28:59.873 INFO:tasks.rados.rados.0.smithi071.stdout:1890: finishing write tid 2 to smithi07185159-41 2024-09-13T14:28:59.873 INFO:tasks.rados.rados.0.smithi071.stdout:1890: finishing write tid 3 to smithi07185159-41 2024-09-13T14:28:59.873 INFO:tasks.rados.rados.0.smithi071.stdout:1890: finishing write tid 4 to smithi07185159-41 2024-09-13T14:28:59.873 INFO:tasks.rados.rados.0.smithi071.stdout:1890: oid 41 updating version 0 to 1092 2024-09-13T14:28:59.874 INFO:tasks.rados.rados.0.smithi071.stdout:1890: oid 41 updating version 1092 to 1094 2024-09-13T14:28:59.874 INFO:tasks.rados.rados.0.smithi071.stdout:1890: oid 41 version 1094 is already newer than 1093 2024-09-13T14:28:59.874 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 41 v 1094 (ObjNum 714 snap 249 seq_num 714) dirty exists 2024-09-13T14:28:59.874 INFO:tasks.rados.rados.0.smithi071.stdout:1890: left oid 41 (ObjNum 714 snap 249 seq_num 714) 2024-09-13T14:28:59.874 INFO:tasks.rados.rados.0.smithi071.stdout:1887: done (5 left) 2024-09-13T14:28:59.874 INFO:tasks.rados.rados.0.smithi071.stdout:1888: done (4 left) 2024-09-13T14:28:59.874 INFO:tasks.rados.rados.0.smithi071.stdout:1889: done (3 left) 2024-09-13T14:28:59.874 INFO:tasks.rados.rados.0.smithi071.stdout:1890: done (2 left) 2024-09-13T14:28:59.874 INFO:tasks.rados.rados.0.smithi071.stdout:1891: done (1 left) 2024-09-13T14:28:59.874 INFO:tasks.rados.rados.0.smithi071.stdout:1896: rollback oid 16 current snap is 249 2024-09-13T14:28:59.874 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 16 to 242 2024-09-13T14:28:59.874 INFO:tasks.rados.rados.0.smithi071.stdout:1897: rollback oid 31 current snap is 249 2024-09-13T14:28:59.874 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 31 to 223 2024-09-13T14:28:59.874 INFO:tasks.rados.rados.0.smithi071.stdout:1898: read oid 22 snap -1 2024-09-13T14:28:59.874 INFO:tasks.rados.rados.0.smithi071.stdout:1898: expect deleted 2024-09-13T14:28:59.875 INFO:tasks.rados.rados.0.smithi071.stdout:1899: read oid 43 snap -1 2024-09-13T14:28:59.875 INFO:tasks.rados.rados.0.smithi071.stdout:1899: expect (ObjNum 608 snap 199 seq_num 608) 2024-09-13T14:28:59.875 INFO:tasks.rados.rados.0.smithi071.stdout:1900: read oid 37 snap -1 2024-09-13T14:28:59.875 INFO:tasks.rados.rados.0.smithi071.stdout:1900: expect (ObjNum 682 snap 224 seq_num 682) 2024-09-13T14:28:59.875 INFO:tasks.rados.rados.0.smithi071.stdout:1901: snap_create 2024-09-13T14:28:59.875 INFO:tasks.rados.rados.0.smithi071.stdout:1896: finishing rollback tid 0 to smithi07185159-16 2024-09-13T14:28:59.878 INFO:tasks.rados.rados.0.smithi071.stdout:1897: finishing rollback tid 1 to smithi07185159-31 2024-09-13T14:28:59.878 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 31 v 940 (ObjNum 49 snap 0 seq_num 1953066355) dirty dne 2024-09-13T14:28:59.878 INFO:tasks.rados.rados.0.smithi071.stdout:1896: finishing rollback tid 1 to smithi07185159-16 2024-09-13T14:28:59.879 INFO:tasks.rados.rados.0.smithi071.stdout:1899: expect (ObjNum 608 snap 199 seq_num 608) 2024-09-13T14:28:59.971 INFO:tasks.rados.rados.0.smithi071.stdout:1896: finishing rollback tid 2 to smithi07185159-16 2024-09-13T14:28:59.971 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 16 v 463 (ObjNum 702 snap 234 seq_num 702) dirty exists 2024-09-13T14:28:59.972 INFO:tasks.rados.rados.0.smithi071.stdout:1895: finishing rollback tid 0 to smithi07185159-48 2024-09-13T14:28:59.972 INFO:tasks.rados.rados.0.smithi071.stdout:1895: finishing rollback tid 1 to smithi07185159-48 2024-09-13T14:28:59.972 INFO:tasks.rados.rados.0.smithi071.stdout:1895: finishing rollback tid 2 to smithi07185159-48 2024-09-13T14:28:59.972 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 48 v 1791 (ObjNum 687 snap 226 seq_num 687) dirty exists 2024-09-13T14:28:59.972 INFO:tasks.rados.rados.0.smithi071.stdout:1900: expect (ObjNum 682 snap 224 seq_num 682) 2024-09-13T14:29:00.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:28:59 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:29:00.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:28:59 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:29:00.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:28:59 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:29:00.887 INFO:tasks.rados.rados.0.smithi071.stdout:1895: done (6 left) 2024-09-13T14:29:00.887 INFO:tasks.rados.rados.0.smithi071.stdout:1896: done (5 left) 2024-09-13T14:29:00.887 INFO:tasks.rados.rados.0.smithi071.stdout:1897: done (4 left) 2024-09-13T14:29:00.887 INFO:tasks.rados.rados.0.smithi071.stdout:1898: done (3 left) 2024-09-13T14:29:00.888 INFO:tasks.rados.rados.0.smithi071.stdout:1899: done (2 left) 2024-09-13T14:29:00.888 INFO:tasks.rados.rados.0.smithi071.stdout:1900: done (1 left) 2024-09-13T14:29:00.888 INFO:tasks.rados.rados.0.smithi071.stdout:1901: done (0 left) 2024-09-13T14:29:00.888 INFO:tasks.rados.rados.0.smithi071.stdout:1902: rollback oid 11 current snap is 250 2024-09-13T14:29:00.888 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 11 to 249 2024-09-13T14:29:00.889 INFO:tasks.rados.rados.0.smithi071.stdout:1903: snap_remove snap 239 2024-09-13T14:29:01.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:00 smithi071 ceph-mon[107477]: osdmap e557: 8 total, 8 up, 8 in 2024-09-13T14:29:01.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:00 smithi071 ceph-mon[107477]: pgmap v287: 89 pgs: 89 active+clean; 154 MiB data, 630 MiB used, 715 GiB / 715 GiB avail; 9.5 MiB/s rd, 1.1 MiB/s wr, 12 op/s 2024-09-13T14:29:01.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:00 smithi071 ceph-mon[112785]: osdmap e557: 8 total, 8 up, 8 in 2024-09-13T14:29:01.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:00 smithi071 ceph-mon[112785]: pgmap v287: 89 pgs: 89 active+clean; 154 MiB data, 630 MiB used, 715 GiB / 715 GiB avail; 9.5 MiB/s rd, 1.1 MiB/s wr, 12 op/s 2024-09-13T14:29:01.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:00 smithi104 ceph-mon[105578]: osdmap e557: 8 total, 8 up, 8 in 2024-09-13T14:29:01.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:00 smithi104 ceph-mon[105578]: pgmap v287: 89 pgs: 89 active+clean; 154 MiB data, 630 MiB used, 715 GiB / 715 GiB avail; 9.5 MiB/s rd, 1.1 MiB/s wr, 12 op/s 2024-09-13T14:29:01.890 INFO:tasks.rados.rados.0.smithi071.stdout:1903: done (1 left) 2024-09-13T14:29:01.890 INFO:tasks.rados.rados.0.smithi071.stdout:1904: write oid 41 current snap is 250 2024-09-13T14:29:01.890 INFO:tasks.rados.rados.0.smithi071.stdout:1904: seq_num 715 ranges {417005=740217,1590037=426968} 2024-09-13T14:29:01.897 INFO:tasks.rados.rados.0.smithi071.stdout:1904: writing smithi07185159-41 from 417005 to 1157222 tid 1 2024-09-13T14:29:01.902 INFO:tasks.rados.rados.0.smithi071.stdout:1904: writing smithi07185159-41 from 1590037 to 2017005 tid 2 2024-09-13T14:29:01.902 INFO:tasks.rados.rados.0.smithi071.stdout:1905: snap_remove snap 241 2024-09-13T14:29:02.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:01 smithi104 ceph-mon[105578]: osdmap e558: 8 total, 8 up, 8 in 2024-09-13T14:29:02.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:01 smithi071 ceph-mon[107477]: osdmap e558: 8 total, 8 up, 8 in 2024-09-13T14:29:02.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:01 smithi071 ceph-mon[112785]: osdmap e558: 8 total, 8 up, 8 in 2024-09-13T14:29:02.811 INFO:tasks.rados.rados.0.smithi071.stdout:1905: done (2 left) 2024-09-13T14:29:02.811 INFO:tasks.rados.rados.0.smithi071.stdout:1906: write oid 14 current snap is 250 2024-09-13T14:29:02.811 INFO:tasks.rados.rados.0.smithi071.stdout:1906: seq_num 716 ranges {433812=415466,1648519=385293} 2024-09-13T14:29:02.815 INFO:tasks.rados.rados.0.smithi071.stdout:1906: writing smithi07185159-14 from 433812 to 849278 tid 1 2024-09-13T14:29:02.823 INFO:tasks.rados.rados.0.smithi071.stdout:1906: writing smithi07185159-14 from 1648519 to 2033812 tid 2 2024-09-13T14:29:02.823 INFO:tasks.rados.rados.0.smithi071.stdout:1907: snap_create 2024-09-13T14:29:02.823 INFO:tasks.rados.rados.0.smithi071.stdout:1902: finishing rollback tid 1 to smithi07185159-11 2024-09-13T14:29:02.823 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 11 v 0 (ObjNum 129 snap 0 seq_num 1960796552) dirty dne 2024-09-13T14:29:02.823 INFO:tasks.rados.rados.0.smithi071.stdout:1904: finishing write tid 1 to smithi07185159-41 2024-09-13T14:29:02.823 INFO:tasks.rados.rados.0.smithi071.stdout:1904: finishing write tid 2 to smithi07185159-41 2024-09-13T14:29:02.823 INFO:tasks.rados.rados.0.smithi071.stdout:1904: finishing write tid 3 to smithi07185159-41 2024-09-13T14:29:02.823 INFO:tasks.rados.rados.0.smithi071.stdout:1904: finishing write tid 4 to smithi07185159-41 2024-09-13T14:29:02.823 INFO:tasks.rados.rados.0.smithi071.stdout:1904: oid 41 updating version 0 to 1096 2024-09-13T14:29:02.823 INFO:tasks.rados.rados.0.smithi071.stdout:1904: oid 41 updating version 1096 to 1098 2024-09-13T14:29:02.823 INFO:tasks.rados.rados.0.smithi071.stdout:1904: oid 41 version 1098 is already newer than 1097 2024-09-13T14:29:02.823 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 41 v 1098 (ObjNum 715 snap 250 seq_num 715) dirty exists 2024-09-13T14:29:02.824 INFO:tasks.rados.rados.0.smithi071.stdout:1904: left oid 41 (ObjNum 715 snap 250 seq_num 715) 2024-09-13T14:29:02.824 INFO:tasks.rados.rados.0.smithi071.stdout:1906: finishing write tid 1 to smithi07185159-14 2024-09-13T14:29:02.825 INFO:tasks.rados.rados.0.smithi071.stdout:1906: finishing write tid 2 to smithi07185159-14 2024-09-13T14:29:02.825 INFO:tasks.rados.rados.0.smithi071.stdout:1906: finishing write tid 3 to smithi07185159-14 2024-09-13T14:29:02.825 INFO:tasks.rados.rados.0.smithi071.stdout:1906: finishing write tid 4 to smithi07185159-14 2024-09-13T14:29:02.825 INFO:tasks.rados.rados.0.smithi071.stdout:1906: oid 14 updating version 0 to 949 2024-09-13T14:29:02.825 INFO:tasks.rados.rados.0.smithi071.stdout:1906: oid 14 updating version 949 to 950 2024-09-13T14:29:02.825 INFO:tasks.rados.rados.0.smithi071.stdout:1906: oid 14 version 950 is already newer than 946 2024-09-13T14:29:02.826 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 14 v 950 (ObjNum 716 snap 250 seq_num 716) dirty exists 2024-09-13T14:29:02.826 INFO:tasks.rados.rados.0.smithi071.stdout:1906: left oid 14 (ObjNum 716 snap 250 seq_num 716) 2024-09-13T14:29:03.140 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:29:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:29:02] "GET /metrics HTTP/1.1" 200 36279 "" "Prometheus/2.51.0" 2024-09-13T14:29:03.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:02 smithi071 ceph-mon[107477]: osdmap e559: 8 total, 8 up, 8 in 2024-09-13T14:29:03.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:02 smithi071 ceph-mon[107477]: pgmap v290: 89 pgs: 89 active+clean; 154 MiB data, 630 MiB used, 715 GiB / 715 GiB avail; 9.5 MiB/s rd, 1.1 MiB/s wr, 12 op/s 2024-09-13T14:29:03.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:02 smithi071 ceph-mon[107477]: osdmap e560: 8 total, 8 up, 8 in 2024-09-13T14:29:03.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:02 smithi071 ceph-mon[112785]: osdmap e559: 8 total, 8 up, 8 in 2024-09-13T14:29:03.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:02 smithi071 ceph-mon[112785]: pgmap v290: 89 pgs: 89 active+clean; 154 MiB data, 630 MiB used, 715 GiB / 715 GiB avail; 9.5 MiB/s rd, 1.1 MiB/s wr, 12 op/s 2024-09-13T14:29:03.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:02 smithi071 ceph-mon[112785]: osdmap e560: 8 total, 8 up, 8 in 2024-09-13T14:29:03.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:02 smithi104 ceph-mon[105578]: osdmap e559: 8 total, 8 up, 8 in 2024-09-13T14:29:03.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:02 smithi104 ceph-mon[105578]: pgmap v290: 89 pgs: 89 active+clean; 154 MiB data, 630 MiB used, 715 GiB / 715 GiB avail; 9.5 MiB/s rd, 1.1 MiB/s wr, 12 op/s 2024-09-13T14:29:03.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:02 smithi104 ceph-mon[105578]: osdmap e560: 8 total, 8 up, 8 in 2024-09-13T14:29:03.812 INFO:tasks.rados.rados.0.smithi071.stdout:1902: done (3 left) 2024-09-13T14:29:03.812 INFO:tasks.rados.rados.0.smithi071.stdout:1904: done (2 left) 2024-09-13T14:29:03.812 INFO:tasks.rados.rados.0.smithi071.stdout:1906: done (1 left) 2024-09-13T14:29:03.812 INFO:tasks.rados.rados.0.smithi071.stdout:1907: done (0 left) 2024-09-13T14:29:03.812 INFO:tasks.rados.rados.0.smithi071.stdout:1908: write oid 7 current snap is 251 2024-09-13T14:29:03.813 INFO:tasks.rados.rados.0.smithi071.stdout:1908: seq_num 717 ranges {450619=490715,1590648=459971} 2024-09-13T14:29:03.817 INFO:tasks.rados.rados.0.smithi071.stdout:1908: writing smithi07185159-7 from 450619 to 941334 tid 1 2024-09-13T14:29:03.824 INFO:tasks.rados.rados.0.smithi071.stdout:1908: writing smithi07185159-7 from 1590648 to 2050619 tid 2 2024-09-13T14:29:03.824 INFO:tasks.rados.rados.0.smithi071.stdout:1909: rollback oid 45 current snap is 251 2024-09-13T14:29:03.824 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 45 to 226 2024-09-13T14:29:03.824 INFO:tasks.rados.rados.0.smithi071.stdout:1908: finishing write tid 1 to smithi07185159-7 2024-09-13T14:29:03.824 INFO:tasks.rados.rados.0.smithi071.stdout:1910: read oid 44 snap -1 2024-09-13T14:29:03.824 INFO:tasks.rados.rados.0.smithi071.stdout:1910: expect (ObjNum 699 snap 234 seq_num 699) 2024-09-13T14:29:03.824 INFO:tasks.rados.rados.0.smithi071.stdout:1911: write oid 9 current snap is 251 2024-09-13T14:29:03.825 INFO:tasks.rados.rados.0.smithi071.stdout:1911: seq_num 718 ranges {467426=565964,1649130=418296} 2024-09-13T14:29:03.829 INFO:tasks.rados.rados.0.smithi071.stdout:1911: writing smithi07185159-9 from 467426 to 1033390 tid 1 2024-09-13T14:29:03.836 INFO:tasks.rados.rados.0.smithi071.stdout:1911: writing smithi07185159-9 from 1649130 to 2067426 tid 2 2024-09-13T14:29:03.836 INFO:tasks.rados.rados.0.smithi071.stdout:1912: write oid 3 current snap is 251 2024-09-13T14:29:03.836 INFO:tasks.rados.rados.0.smithi071.stdout:1912: seq_num 719 ranges {484233=641213,1707612=376621} 2024-09-13T14:29:03.842 INFO:tasks.rados.rados.0.smithi071.stdout:1912: writing smithi07185159-3 from 484233 to 1125446 tid 1 2024-09-13T14:29:03.848 INFO:tasks.rados.rados.0.smithi071.stdout:1912: writing smithi07185159-3 from 1707612 to 2084233 tid 2 2024-09-13T14:29:03.848 INFO:tasks.rados.rados.0.smithi071.stdout:1913: read oid 15 snap -1 2024-09-13T14:29:03.848 INFO:tasks.rados.rados.0.smithi071.stdout:1913: expect (ObjNum 672 snap 218 seq_num 672) 2024-09-13T14:29:03.848 INFO:tasks.rados.rados.0.smithi071.stdout:1914: rollback oid 47 current snap is 251 2024-09-13T14:29:03.849 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 47 to 248 2024-09-13T14:29:03.849 INFO:tasks.rados.rados.0.smithi071.stdout:1908: finishing write tid 2 to smithi07185159-7 2024-09-13T14:29:03.849 INFO:tasks.rados.rados.0.smithi071.stdout:1908: finishing write tid 3 to smithi07185159-7 2024-09-13T14:29:03.849 INFO:tasks.rados.rados.0.smithi071.stdout:1908: finishing write tid 4 to smithi07185159-7 2024-09-13T14:29:03.849 INFO:tasks.rados.rados.0.smithi071.stdout:1908: oid 7 updating version 0 to 238 2024-09-13T14:29:03.849 INFO:tasks.rados.rados.0.smithi071.stdout:1908: oid 7 version 238 is already newer than 236 2024-09-13T14:29:03.849 INFO:tasks.rados.rados.0.smithi071.stdout:1908: oid 7 version 238 is already newer than 237 2024-09-13T14:29:03.849 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 7 v 238 (ObjNum 717 snap 251 seq_num 717) dirty exists 2024-09-13T14:29:03.849 INFO:tasks.rados.rados.0.smithi071.stdout:1908: left oid 7 (ObjNum 717 snap 251 seq_num 717) 2024-09-13T14:29:03.849 INFO:tasks.rados.rados.0.smithi071.stdout:1909: finishing rollback tid 1 to smithi07185159-45 2024-09-13T14:29:03.850 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 45 v 0 (ObjNum 177 snap 0 seq_num 3711933824) dirty dne 2024-09-13T14:29:03.850 INFO:tasks.rados.rados.0.smithi071.stdout:1911: finishing write tid 1 to smithi07185159-9 2024-09-13T14:29:03.850 INFO:tasks.rados.rados.0.smithi071.stdout:1910: expect (ObjNum 699 snap 234 seq_num 699) 2024-09-13T14:29:03.967 INFO:tasks.rados.rados.0.smithi071.stdout:1911: finishing write tid 2 to smithi07185159-9 2024-09-13T14:29:03.967 INFO:tasks.rados.rados.0.smithi071.stdout:1911: finishing write tid 3 to smithi07185159-9 2024-09-13T14:29:03.967 INFO:tasks.rados.rados.0.smithi071.stdout:1908: done (6 left) 2024-09-13T14:29:03.967 INFO:tasks.rados.rados.0.smithi071.stdout:1909: done (5 left) 2024-09-13T14:29:03.967 INFO:tasks.rados.rados.0.smithi071.stdout:1910: done (4 left) 2024-09-13T14:29:03.967 INFO:tasks.rados.rados.0.smithi071.stdout:1915: write oid 22 current snap is 251 2024-09-13T14:29:03.967 INFO:tasks.rados.rados.0.smithi071.stdout:1911: finishing write tid 4 to smithi07185159-9 2024-09-13T14:29:03.967 INFO:tasks.rados.rados.0.smithi071.stdout:1911: oid 9 updating version 0 to 281 2024-09-13T14:29:03.967 INFO:tasks.rados.rados.0.smithi071.stdout:1911: oid 9 version 281 is already newer than 280 2024-09-13T14:29:03.967 INFO:tasks.rados.rados.0.smithi071.stdout:1911: oid 9 version 281 is already newer than 279 2024-09-13T14:29:03.968 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 9 v 281 (ObjNum 718 snap 251 seq_num 718) dirty exists 2024-09-13T14:29:03.968 INFO:tasks.rados.rados.0.smithi071.stdout:1911: left oid 9 (ObjNum 718 snap 251 seq_num 718) 2024-09-13T14:29:03.968 INFO:tasks.rados.rados.0.smithi071.stdout:1915: seq_num 720 ranges {501040=716462,1766094=334946} 2024-09-13T14:29:03.973 INFO:tasks.rados.rados.0.smithi071.stdout:1915: writing smithi07185159-22 from 501040 to 1217502 tid 1 2024-09-13T14:29:03.978 INFO:tasks.rados.rados.0.smithi071.stdout:1915: writing smithi07185159-22 from 1766094 to 2101040 tid 2 2024-09-13T14:29:03.978 INFO:tasks.rados.rados.0.smithi071.stdout:1911: done (4 left) 2024-09-13T14:29:03.978 INFO:tasks.rados.rados.0.smithi071.stdout:1916: write oid 41 current snap is 251 2024-09-13T14:29:03.978 INFO:tasks.rados.rados.0.smithi071.stdout:1916: seq_num 721 ranges {517847=791711,2108223=9624} 2024-09-13T14:29:03.985 INFO:tasks.rados.rados.0.smithi071.stdout:1916: writing smithi07185159-41 from 517847 to 1309558 tid 1 2024-09-13T14:29:03.990 INFO:tasks.rados.rados.0.smithi071.stdout:1916: writing smithi07185159-41 from 2108223 to 2117847 tid 2 2024-09-13T14:29:03.990 INFO:tasks.rados.rados.0.smithi071.stdout:1917: delete oid 1 current snap is 251 2024-09-13T14:29:03.990 INFO:tasks.rados.rados.0.smithi071.stdout:1912: finishing write tid 1 to smithi07185159-3 2024-09-13T14:29:03.990 INFO:tasks.rados.rados.0.smithi071.stdout:1914: finishing rollback tid 0 to smithi07185159-47 2024-09-13T14:29:03.990 INFO:tasks.rados.rados.0.smithi071.stdout:1914: finishing rollback tid 1 to smithi07185159-47 2024-09-13T14:29:03.990 INFO:tasks.rados.rados.0.smithi071.stdout:1914: finishing rollback tid 2 to smithi07185159-47 2024-09-13T14:29:03.990 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 47 v 807 (ObjNum 658 snap 215 seq_num 658) dirty exists 2024-09-13T14:29:03.990 INFO:tasks.rados.rados.0.smithi071.stdout:1912: finishing write tid 2 to smithi07185159-3 2024-09-13T14:29:03.990 INFO:tasks.rados.rados.0.smithi071.stdout:1912: finishing write tid 3 to smithi07185159-3 2024-09-13T14:29:03.991 INFO:tasks.rados.rados.0.smithi071.stdout:1912: finishing write tid 4 to smithi07185159-3 2024-09-13T14:29:03.991 INFO:tasks.rados.rados.0.smithi071.stdout:1912: oid 3 updating version 0 to 1810 2024-09-13T14:29:03.991 INFO:tasks.rados.rados.0.smithi071.stdout:1912: oid 3 version 1810 is already newer than 1808 2024-09-13T14:29:03.991 INFO:tasks.rados.rados.0.smithi071.stdout:1912: oid 3 version 1810 is already newer than 1809 2024-09-13T14:29:03.991 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 3 v 1810 (ObjNum 719 snap 251 seq_num 719) dirty exists 2024-09-13T14:29:03.991 INFO:tasks.rados.rados.0.smithi071.stdout:1912: left oid 3 (ObjNum 719 snap 251 seq_num 719) 2024-09-13T14:29:03.991 INFO:tasks.rados.rados.0.smithi071.stdout:1913: expect (ObjNum 672 snap 218 seq_num 672) 2024-09-13T14:29:04.092 INFO:tasks.rados.rados.0.smithi071.stdout:1915: finishing write tid 1 to smithi07185159-22 2024-09-13T14:29:04.092 INFO:tasks.rados.rados.0.smithi071.stdout:1915: finishing write tid 2 to smithi07185159-22 2024-09-13T14:29:04.092 INFO:tasks.rados.rados.0.smithi071.stdout:1912: done (5 left) 2024-09-13T14:29:04.092 INFO:tasks.rados.rados.0.smithi071.stdout:1913: done (4 left) 2024-09-13T14:29:04.092 INFO:tasks.rados.rados.0.smithi071.stdout:1914: done (3 left) 2024-09-13T14:29:04.093 INFO:tasks.rados.rados.0.smithi071.stdout:1917: done (2 left) 2024-09-13T14:29:04.093 INFO:tasks.rados.rados.0.smithi071.stdout:1918: rollback oid 23 current snap is 251 2024-09-13T14:29:04.093 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 23 to 235 2024-09-13T14:29:04.093 INFO:tasks.rados.rados.0.smithi071.stdout:1915: finishing write tid 3 to smithi07185159-22 2024-09-13T14:29:04.093 INFO:tasks.rados.rados.0.smithi071.stdout:1915: finishing write tid 4 to smithi07185159-22 2024-09-13T14:29:04.093 INFO:tasks.rados.rados.0.smithi071.stdout:1915: oid 22 updating version 0 to 636 2024-09-13T14:29:04.093 INFO:tasks.rados.rados.0.smithi071.stdout:1915: oid 22 version 636 is already newer than 635 2024-09-13T14:29:04.093 INFO:tasks.rados.rados.0.smithi071.stdout:1915: oid 22 version 636 is already newer than 634 2024-09-13T14:29:04.093 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 22 v 636 (ObjNum 720 snap 251 seq_num 720) dirty exists 2024-09-13T14:29:04.093 INFO:tasks.rados.rados.0.smithi071.stdout:1915: left oid 22 (ObjNum 720 snap 251 seq_num 720) 2024-09-13T14:29:04.093 INFO:tasks.rados.rados.0.smithi071.stdout:1916: finishing write tid 1 to smithi07185159-41 2024-09-13T14:29:04.093 INFO:tasks.rados.rados.0.smithi071.stdout:1916: finishing write tid 2 to smithi07185159-41 2024-09-13T14:29:04.093 INFO:tasks.rados.rados.0.smithi071.stdout:1916: finishing write tid 3 to smithi07185159-41 2024-09-13T14:29:04.093 INFO:tasks.rados.rados.0.smithi071.stdout:1916: finishing write tid 4 to smithi07185159-41 2024-09-13T14:29:04.094 INFO:tasks.rados.rados.0.smithi071.stdout:1916: oid 41 updating version 0 to 1103 2024-09-13T14:29:04.094 INFO:tasks.rados.rados.0.smithi071.stdout:1916: oid 41 version 1103 is already newer than 1102 2024-09-13T14:29:04.094 INFO:tasks.rados.rados.0.smithi071.stdout:1916: oid 41 version 1103 is already newer than 1101 2024-09-13T14:29:04.094 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 41 v 1103 (ObjNum 721 snap 251 seq_num 721) dirty exists 2024-09-13T14:29:04.094 INFO:tasks.rados.rados.0.smithi071.stdout:1916: left oid 41 (ObjNum 721 snap 251 seq_num 721) 2024-09-13T14:29:04.094 INFO:tasks.rados.rados.0.smithi071.stdout:1915: done (2 left) 2024-09-13T14:29:04.094 INFO:tasks.rados.rados.0.smithi071.stdout:1916: done (1 left) 2024-09-13T14:29:04.094 INFO:tasks.rados.rados.0.smithi071.stdout:1919: snap_remove snap 249 2024-09-13T14:29:04.817 INFO:tasks.rados.rados.0.smithi071.stdout:1919: done (1 left) 2024-09-13T14:29:04.817 INFO:tasks.rados.rados.0.smithi071.stdout:1920: delete oid 10 current snap is 251 2024-09-13T14:29:04.817 INFO:tasks.rados.rados.0.smithi071.stdout:1918: finishing rollback tid 0 to smithi07185159-23 2024-09-13T14:29:04.817 INFO:tasks.rados.rados.0.smithi071.stdout:1918: finishing rollback tid 1 to smithi07185159-23 2024-09-13T14:29:04.817 INFO:tasks.rados.rados.0.smithi071.stdout:1918: finishing rollback tid 2 to smithi07185159-23 2024-09-13T14:29:04.817 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 23 v 982 (ObjNum 657 snap 215 seq_num 657) dirty exists 2024-09-13T14:29:04.819 INFO:tasks.rados.rados.0.smithi071.stdout:1918: done (1 left) 2024-09-13T14:29:04.819 INFO:tasks.rados.rados.0.smithi071.stdout:1920: done (0 left) 2024-09-13T14:29:04.820 INFO:tasks.rados.rados.0.smithi071.stdout:1921: snap_remove snap 234 2024-09-13T14:29:05.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:04 smithi071 ceph-mon[107477]: osdmap e561: 8 total, 8 up, 8 in 2024-09-13T14:29:05.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:04 smithi071 ceph-mon[107477]: pgmap v293: 89 pgs: 89 active+clean; 154 MiB data, 630 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:29:05.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:04 smithi071 ceph-mon[112785]: osdmap e561: 8 total, 8 up, 8 in 2024-09-13T14:29:05.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:04 smithi071 ceph-mon[112785]: pgmap v293: 89 pgs: 89 active+clean; 154 MiB data, 630 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:29:05.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:04 smithi104 ceph-mon[105578]: osdmap e561: 8 total, 8 up, 8 in 2024-09-13T14:29:05.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:04 smithi104 ceph-mon[105578]: pgmap v293: 89 pgs: 89 active+clean; 154 MiB data, 630 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:29:05.821 INFO:tasks.rados.rados.0.smithi071.stdout:1921: done (0 left) 2024-09-13T14:29:05.822 INFO:tasks.rados.rados.0.smithi071.stdout:1922: rollback oid 38 current snap is 251 2024-09-13T14:29:05.822 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 38 to 245 2024-09-13T14:29:05.822 INFO:tasks.rados.rados.0.smithi071.stdout:1923: read oid 36 snap -1 2024-09-13T14:29:05.822 INFO:tasks.rados.rados.0.smithi071.stdout:1923: expect (ObjNum 697 snap 234 seq_num 697) 2024-09-13T14:29:05.822 INFO:tasks.rados.rados.0.smithi071.stdout:1924: delete oid 20 current snap is 251 2024-09-13T14:29:05.829 INFO:tasks.rados.rados.0.smithi071.stdout:1924: done (2 left) 2024-09-13T14:29:05.829 INFO:tasks.rados.rados.0.smithi071.stdout:1925: read oid 28 snap -1 2024-09-13T14:29:05.829 INFO:tasks.rados.rados.0.smithi071.stdout:1925: expect deleted 2024-09-13T14:29:05.829 INFO:tasks.rados.rados.0.smithi071.stdout:1926: snap_remove snap 235 2024-09-13T14:29:06.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:05 smithi071 ceph-mon[107477]: osdmap e562: 8 total, 8 up, 8 in 2024-09-13T14:29:06.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:05 smithi071 ceph-mon[112785]: osdmap e562: 8 total, 8 up, 8 in 2024-09-13T14:29:06.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:05 smithi104 ceph-mon[105578]: osdmap e562: 8 total, 8 up, 8 in 2024-09-13T14:29:06.840 INFO:tasks.rados.rados.0.smithi071.stdout:1922: finishing rollback tid 0 to smithi07185159-38 2024-09-13T14:29:06.841 INFO:tasks.rados.rados.0.smithi071.stdout:1922: finishing rollback tid 1 to smithi07185159-38 2024-09-13T14:29:06.841 INFO:tasks.rados.rados.0.smithi071.stdout:1922: finishing rollback tid 2 to smithi07185159-38 2024-09-13T14:29:06.841 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 38 v 976 (ObjNum 695 snap 233 seq_num 695) dirty exists 2024-09-13T14:29:06.841 INFO:tasks.rados.rados.0.smithi071.stdout:1923: expect (ObjNum 697 snap 234 seq_num 697) 2024-09-13T14:29:06.960 INFO:tasks.rados.rados.0.smithi071.stdout:1922: done (3 left) 2024-09-13T14:29:06.960 INFO:tasks.rados.rados.0.smithi071.stdout:1923: done (2 left) 2024-09-13T14:29:06.961 INFO:tasks.rados.rados.0.smithi071.stdout:1925: done (1 left) 2024-09-13T14:29:06.961 INFO:tasks.rados.rados.0.smithi071.stdout:1926: done (0 left) 2024-09-13T14:29:06.961 INFO:tasks.rados.rados.0.smithi071.stdout:1927: delete oid 30 current snap is 251 2024-09-13T14:29:06.962 INFO:tasks.rados.rados.0.smithi071.stdout:1927: done (0 left) 2024-09-13T14:29:06.963 INFO:tasks.rados.rados.0.smithi071.stdout:1928: rollback oid 47 current snap is 251 2024-09-13T14:29:06.963 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 47 to 238 2024-09-13T14:29:06.963 INFO:tasks.rados.rados.0.smithi071.stdout:1929: write oid 48 current snap is 251 2024-09-13T14:29:06.963 INFO:tasks.rados.rados.0.smithi071.stdout:1929: seq_num 726 ranges {601882=484309,1600633=524904} 2024-09-13T14:29:06.968 INFO:tasks.rados.rados.0.smithi071.stdout:1929: writing smithi07185159-48 from 601882 to 1086191 tid 1 2024-09-13T14:29:06.975 INFO:tasks.rados.rados.0.smithi071.stdout:1929: writing smithi07185159-48 from 1600633 to 2125537 tid 2 2024-09-13T14:29:06.975 INFO:tasks.rados.rados.0.smithi071.stdout:1930: delete oid 35 current snap is 251 2024-09-13T14:29:06.975 INFO:tasks.rados.rados.0.smithi071.stdout:1928: finishing rollback tid 0 to smithi07185159-47 2024-09-13T14:29:06.976 INFO:tasks.rados.rados.0.smithi071.stdout:1928: finishing rollback tid 1 to smithi07185159-47 2024-09-13T14:29:06.976 INFO:tasks.rados.rados.0.smithi071.stdout:1928: finishing rollback tid 2 to smithi07185159-47 2024-09-13T14:29:06.976 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 47 v 817 (ObjNum 658 snap 215 seq_num 658) dirty exists 2024-09-13T14:29:06.976 INFO:tasks.rados.rados.0.smithi071.stdout:1929: finishing write tid 1 to smithi07185159-48 2024-09-13T14:29:06.976 INFO:tasks.rados.rados.0.smithi071.stdout:1928: done (2 left) 2024-09-13T14:29:06.976 INFO:tasks.rados.rados.0.smithi071.stdout:1930: done (1 left) 2024-09-13T14:29:06.976 INFO:tasks.rados.rados.0.smithi071.stdout:1931: delete oid 1 current snap is 251 2024-09-13T14:29:06.980 INFO:tasks.rados.rados.0.smithi071.stdout:1929: finishing write tid 2 to smithi07185159-48 2024-09-13T14:29:06.980 INFO:tasks.rados.rados.0.smithi071.stdout:1929: finishing write tid 3 to smithi07185159-48 2024-09-13T14:29:06.980 INFO:tasks.rados.rados.0.smithi071.stdout:1929: finishing write tid 4 to smithi07185159-48 2024-09-13T14:29:06.980 INFO:tasks.rados.rados.0.smithi071.stdout:1929: oid 48 updating version 0 to 1832 2024-09-13T14:29:06.980 INFO:tasks.rados.rados.0.smithi071.stdout:1929: oid 48 updating version 1832 to 1834 2024-09-13T14:29:06.980 INFO:tasks.rados.rados.0.smithi071.stdout:1929: oid 48 version 1834 is already newer than 1833 2024-09-13T14:29:06.980 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 48 v 1834 (ObjNum 726 snap 251 seq_num 726) dirty exists 2024-09-13T14:29:06.981 INFO:tasks.rados.rados.0.smithi071.stdout:1929: left oid 48 (ObjNum 726 snap 251 seq_num 726) 2024-09-13T14:29:06.981 INFO:tasks.rados.rados.0.smithi071.stdout:1929: done (1 left) 2024-09-13T14:29:06.981 INFO:tasks.rados.rados.0.smithi071.stdout:1931: done (0 left) 2024-09-13T14:29:06.981 INFO:tasks.rados.rados.0.smithi071.stdout:1932: snap_create 2024-09-13T14:29:07.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:06 smithi071 ceph-mon[107477]: osdmap e563: 8 total, 8 up, 8 in 2024-09-13T14:29:07.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:06 smithi071 ceph-mon[107477]: pgmap v296: 89 pgs: 89 active+clean; 163 MiB data, 648 MiB used, 715 GiB / 715 GiB avail; 3.8 MiB/s rd, 1.6 MiB/s wr, 13 op/s 2024-09-13T14:29:07.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:06 smithi071 ceph-mon[112785]: osdmap e563: 8 total, 8 up, 8 in 2024-09-13T14:29:07.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:06 smithi071 ceph-mon[112785]: pgmap v296: 89 pgs: 89 active+clean; 163 MiB data, 648 MiB used, 715 GiB / 715 GiB avail; 3.8 MiB/s rd, 1.6 MiB/s wr, 13 op/s 2024-09-13T14:29:07.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:06 smithi104 ceph-mon[105578]: osdmap e563: 8 total, 8 up, 8 in 2024-09-13T14:29:07.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:06 smithi104 ceph-mon[105578]: pgmap v296: 89 pgs: 89 active+clean; 163 MiB data, 648 MiB used, 715 GiB / 715 GiB avail; 3.8 MiB/s rd, 1.6 MiB/s wr, 13 op/s 2024-09-13T14:29:07.817 INFO:tasks.rados.rados.0.smithi071.stdout:1932: done (0 left) 2024-09-13T14:29:07.818 INFO:tasks.rados.rados.0.smithi071.stdout:1933: read oid 34 snap -1 2024-09-13T14:29:07.818 INFO:tasks.rados.rados.0.smithi071.stdout:1933: expect (ObjNum 693 snap 231 seq_num 693) 2024-09-13T14:29:07.818 INFO:tasks.rados.rados.0.smithi071.stdout:1934: read oid 33 snap -1 2024-09-13T14:29:07.818 INFO:tasks.rados.rados.0.smithi071.stdout:1934: expect (ObjNum 632 snap 208 seq_num 632) 2024-09-13T14:29:07.818 INFO:tasks.rados.rados.0.smithi071.stdout:1935: rollback oid 12 current snap is 252 2024-09-13T14:29:07.818 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 12 to 226 2024-09-13T14:29:07.818 INFO:tasks.rados.rados.0.smithi071.stdout:1936: write oid 26 current snap is 252 2024-09-13T14:29:07.818 INFO:tasks.rados.rados.0.smithi071.stdout:1936: seq_num 729 ranges {652303=710056,2059726=192577} 2024-09-13T14:29:07.825 INFO:tasks.rados.rados.0.smithi071.stdout:1936: writing smithi07185159-26 from 652303 to 1362359 tid 1 2024-09-13T14:29:07.831 INFO:tasks.rados.rados.0.smithi071.stdout:1936: writing smithi07185159-26 from 2059726 to 2252303 tid 2 2024-09-13T14:29:07.831 INFO:tasks.rados.rados.0.smithi071.stdout:1937: read oid 48 snap -1 2024-09-13T14:29:07.831 INFO:tasks.rados.rados.0.smithi071.stdout:1937: expect (ObjNum 726 snap 251 seq_num 726) 2024-09-13T14:29:07.831 INFO:tasks.rados.rados.0.smithi071.stdout:1938: read oid 9 snap 244 2024-09-13T14:29:07.832 INFO:tasks.rados.rados.0.smithi071.stdout:1938: expect (ObjNum 698 snap 234 seq_num 698) 2024-09-13T14:29:07.832 INFO:tasks.rados.rados.0.smithi071.stdout:1939: read oid 20 snap 243 2024-09-13T14:29:07.832 INFO:tasks.rados.rados.0.smithi071.stdout:1939: expect deleted 2024-09-13T14:29:07.832 INFO:tasks.rados.rados.0.smithi071.stdout:1940: snap_remove snap 232 2024-09-13T14:29:08.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:07 smithi071 ceph-mon[107477]: osdmap e564: 8 total, 8 up, 8 in 2024-09-13T14:29:08.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:07 smithi071 ceph-mon[107477]: osdmap e565: 8 total, 8 up, 8 in 2024-09-13T14:29:08.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:07 smithi071 ceph-mon[112785]: osdmap e564: 8 total, 8 up, 8 in 2024-09-13T14:29:08.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:07 smithi071 ceph-mon[112785]: osdmap e565: 8 total, 8 up, 8 in 2024-09-13T14:29:08.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:07 smithi104 ceph-mon[105578]: osdmap e564: 8 total, 8 up, 8 in 2024-09-13T14:29:08.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:07 smithi104 ceph-mon[105578]: osdmap e565: 8 total, 8 up, 8 in 2024-09-13T14:29:08.816 INFO:tasks.rados.rados.0.smithi071.stdout:1940: done (7 left) 2024-09-13T14:29:08.817 INFO:tasks.rados.rados.0.smithi071.stdout:1941: delete oid 44 current snap is 252 2024-09-13T14:29:08.817 INFO:tasks.rados.rados.0.smithi071.stdout:1934: expect (ObjNum 632 snap 208 seq_num 632) 2024-09-13T14:29:08.978 INFO:tasks.rados.rados.0.smithi071.stdout:1935: finishing rollback tid 0 to smithi07185159-12 2024-09-13T14:29:08.978 INFO:tasks.rados.rados.0.smithi071.stdout:1935: finishing rollback tid 1 to smithi07185159-12 2024-09-13T14:29:08.978 INFO:tasks.rados.rados.0.smithi071.stdout:1935: finishing rollback tid 2 to smithi07185159-12 2024-09-13T14:29:08.978 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 12 v 261 (ObjNum 653 snap 214 seq_num 653) dirty exists 2024-09-13T14:29:08.978 INFO:tasks.rados.rados.0.smithi071.stdout:1933: expect (ObjNum 693 snap 231 seq_num 693) 2024-09-13T14:29:09.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:08 smithi071 ceph-mon[107477]: pgmap v299: 89 pgs: 89 active+clean; 163 MiB data, 648 MiB used, 715 GiB / 715 GiB avail; 3.8 MiB/s rd, 1.6 MiB/s wr, 13 op/s 2024-09-13T14:29:09.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:08 smithi071 ceph-mon[107477]: osdmap e566: 8 total, 8 up, 8 in 2024-09-13T14:29:09.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:08 smithi071 ceph-mon[112785]: pgmap v299: 89 pgs: 89 active+clean; 163 MiB data, 648 MiB used, 715 GiB / 715 GiB avail; 3.8 MiB/s rd, 1.6 MiB/s wr, 13 op/s 2024-09-13T14:29:09.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:08 smithi071 ceph-mon[112785]: osdmap e566: 8 total, 8 up, 8 in 2024-09-13T14:29:09.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:08 smithi104 ceph-mon[105578]: pgmap v299: 89 pgs: 89 active+clean; 163 MiB data, 648 MiB used, 715 GiB / 715 GiB avail; 3.8 MiB/s rd, 1.6 MiB/s wr, 13 op/s 2024-09-13T14:29:09.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:08 smithi104 ceph-mon[105578]: osdmap e566: 8 total, 8 up, 8 in 2024-09-13T14:29:09.217 INFO:tasks.rados.rados.0.smithi071.stdout:1936: finishing write tid 1 to smithi07185159-26 2024-09-13T14:29:09.217 INFO:tasks.rados.rados.0.smithi071.stdout:1936: finishing write tid 2 to smithi07185159-26 2024-09-13T14:29:09.217 INFO:tasks.rados.rados.0.smithi071.stdout:1936: finishing write tid 3 to smithi07185159-26 2024-09-13T14:29:09.217 INFO:tasks.rados.rados.0.smithi071.stdout:1936: finishing write tid 4 to smithi07185159-26 2024-09-13T14:29:09.217 INFO:tasks.rados.rados.0.smithi071.stdout:1936: oid 26 updating version 0 to 548 2024-09-13T14:29:09.217 INFO:tasks.rados.rados.0.smithi071.stdout:1936: oid 26 updating version 548 to 549 2024-09-13T14:29:09.217 INFO:tasks.rados.rados.0.smithi071.stdout:1936: oid 26 version 549 is already newer than 547 2024-09-13T14:29:09.218 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 26 v 549 (ObjNum 729 snap 252 seq_num 729) dirty exists 2024-09-13T14:29:09.218 INFO:tasks.rados.rados.0.smithi071.stdout:1936: left oid 26 (ObjNum 729 snap 252 seq_num 729) 2024-09-13T14:29:09.218 INFO:tasks.rados.rados.0.smithi071.stdout:1937: expect (ObjNum 726 snap 251 seq_num 726) 2024-09-13T14:29:09.316 INFO:tasks.rados.rados.0.smithi071.stdout:1938: expect (ObjNum 698 snap 234 seq_num 698) 2024-09-13T14:29:09.432 INFO:tasks.rados.rados.0.smithi071.stdout:1933: done (7 left) 2024-09-13T14:29:09.432 INFO:tasks.rados.rados.0.smithi071.stdout:1934: done (6 left) 2024-09-13T14:29:09.432 INFO:tasks.rados.rados.0.smithi071.stdout:1935: done (5 left) 2024-09-13T14:29:09.432 INFO:tasks.rados.rados.0.smithi071.stdout:1936: done (4 left) 2024-09-13T14:29:09.432 INFO:tasks.rados.rados.0.smithi071.stdout:1937: done (3 left) 2024-09-13T14:29:09.432 INFO:tasks.rados.rados.0.smithi071.stdout:1938: done (2 left) 2024-09-13T14:29:09.433 INFO:tasks.rados.rados.0.smithi071.stdout:1939: done (1 left) 2024-09-13T14:29:09.433 INFO:tasks.rados.rados.0.smithi071.stdout:1941: done (0 left) 2024-09-13T14:29:09.433 INFO:tasks.rados.rados.0.smithi071.stdout:1942: write oid 41 current snap is 252 2024-09-13T14:29:09.433 INFO:tasks.rados.rados.0.smithi071.stdout:1942: seq_num 731 ranges {685917=576907,1893043=392874} 2024-09-13T14:29:09.438 INFO:tasks.rados.rados.0.smithi071.stdout:1942: writing smithi07185159-41 from 685917 to 1262824 tid 1 2024-09-13T14:29:09.444 INFO:tasks.rados.rados.0.smithi071.stdout:1942: writing smithi07185159-41 from 1893043 to 2285917 tid 2 2024-09-13T14:29:09.444 INFO:tasks.rados.rados.0.smithi071.stdout:1943: read oid 39 snap -1 2024-09-13T14:29:09.445 INFO:tasks.rados.rados.0.smithi071.stdout:1943: expect (ObjNum 709 snap 246 seq_num 709) 2024-09-13T14:29:09.445 INFO:tasks.rados.rados.0.smithi071.stdout:1944: snap_create 2024-09-13T14:29:09.445 INFO:tasks.rados.rados.0.smithi071.stdout:1942: finishing write tid 1 to smithi07185159-41 2024-09-13T14:29:09.448 INFO:tasks.rados.rados.0.smithi071.stdout:1942: finishing write tid 2 to smithi07185159-41 2024-09-13T14:29:09.450 INFO:tasks.rados.rados.0.smithi071.stdout:1942: finishing write tid 3 to smithi07185159-41 2024-09-13T14:29:09.450 INFO:tasks.rados.rados.0.smithi071.stdout:1942: finishing write tid 4 to smithi07185159-41 2024-09-13T14:29:09.450 INFO:tasks.rados.rados.0.smithi071.stdout:1942: oid 41 updating version 0 to 1107 2024-09-13T14:29:09.451 INFO:tasks.rados.rados.0.smithi071.stdout:1942: oid 41 updating version 1107 to 1108 2024-09-13T14:29:09.451 INFO:tasks.rados.rados.0.smithi071.stdout:1942: oid 41 updating version 1108 to 1109 2024-09-13T14:29:09.451 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 41 v 1109 (ObjNum 731 snap 252 seq_num 731) dirty exists 2024-09-13T14:29:09.451 INFO:tasks.rados.rados.0.smithi071.stdout:1942: left oid 41 (ObjNum 731 snap 252 seq_num 731) 2024-09-13T14:29:09.451 INFO:tasks.rados.rados.0.smithi071.stdout:1943: expect (ObjNum 709 snap 246 seq_num 709) 2024-09-13T14:29:09.849 INFO:tasks.rados.rados.0.smithi071.stdout:1942: done (2 left) 2024-09-13T14:29:09.849 INFO:tasks.rados.rados.0.smithi071.stdout:1943: done (1 left) 2024-09-13T14:29:09.850 INFO:tasks.rados.rados.0.smithi071.stdout:1944: done (0 left) 2024-09-13T14:29:09.850 INFO:tasks.rados.rados.0.smithi071.stdout:1945: read oid 49 snap -1 2024-09-13T14:29:09.850 INFO:tasks.rados.rados.0.smithi071.stdout:1945: expect (ObjNum 634 snap 208 seq_num 634) 2024-09-13T14:29:09.850 INFO:tasks.rados.rados.0.smithi071.stdout:1946: snap_create 2024-09-13T14:29:09.854 INFO:tasks.rados.rados.0.smithi071.stdout:1945: expect (ObjNum 634 snap 208 seq_num 634) 2024-09-13T14:29:10.852 INFO:tasks.rados.rados.0.smithi071.stdout:1945: done (1 left) 2024-09-13T14:29:10.852 INFO:tasks.rados.rados.0.smithi071.stdout:1946: done (0 left) 2024-09-13T14:29:10.852 INFO:tasks.rados.rados.0.smithi071.stdout:1947: rollback oid 34 current snap is 254 2024-09-13T14:29:10.852 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 34 to 226 2024-09-13T14:29:10.852 INFO:tasks.rados.rados.0.smithi071.stdout:1948: snap_create 2024-09-13T14:29:10.858 INFO:tasks.rados.rados.0.smithi071.stdout:1947: finishing rollback tid 0 to smithi07185159-34 2024-09-13T14:29:10.859 INFO:tasks.rados.rados.0.smithi071.stdout:1947: finishing rollback tid 1 to smithi07185159-34 2024-09-13T14:29:10.859 INFO:tasks.rados.rados.0.smithi071.stdout:1947: finishing rollback tid 2 to smithi07185159-34 2024-09-13T14:29:10.859 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 34 v 286 (ObjNum 671 snap 218 seq_num 671) dirty exists 2024-09-13T14:29:11.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:10 smithi071 ceph-mon[107477]: osdmap e567: 8 total, 8 up, 8 in 2024-09-13T14:29:11.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:10 smithi071 ceph-mon[107477]: pgmap v302: 89 pgs: 89 active+clean; 160 MiB data, 645 MiB used, 715 GiB / 715 GiB avail; 20 MiB/s rd, 704 KiB/s wr, 20 op/s 2024-09-13T14:29:11.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:10 smithi071 ceph-mon[112785]: osdmap e567: 8 total, 8 up, 8 in 2024-09-13T14:29:11.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:10 smithi071 ceph-mon[112785]: pgmap v302: 89 pgs: 89 active+clean; 160 MiB data, 645 MiB used, 715 GiB / 715 GiB avail; 20 MiB/s rd, 704 KiB/s wr, 20 op/s 2024-09-13T14:29:11.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:10 smithi104 ceph-mon[105578]: osdmap e567: 8 total, 8 up, 8 in 2024-09-13T14:29:11.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:10 smithi104 ceph-mon[105578]: pgmap v302: 89 pgs: 89 active+clean; 160 MiB data, 645 MiB used, 715 GiB / 715 GiB avail; 20 MiB/s rd, 704 KiB/s wr, 20 op/s 2024-09-13T14:29:11.873 INFO:tasks.rados.rados.0.smithi071.stdout:1947: done (1 left) 2024-09-13T14:29:11.876 INFO:tasks.rados.rados.0.smithi071.stdout:1948: done (0 left) 2024-09-13T14:29:11.876 INFO:tasks.rados.rados.0.smithi071.stdout:1949: read oid 37 snap -1 2024-09-13T14:29:11.876 INFO:tasks.rados.rados.0.smithi071.stdout:1949: expect (ObjNum 682 snap 224 seq_num 682) 2024-09-13T14:29:11.877 INFO:tasks.rados.rados.0.smithi071.stdout:1950: write oid 18 current snap is 255 2024-09-13T14:29:11.877 INFO:tasks.rados.rados.0.smithi071.stdout:1950: seq_num 732 ranges {702724=652156,1951525=351199} 2024-09-13T14:29:11.878 INFO:tasks.rados.rados.0.smithi071.stdout:1950: writing smithi07185159-18 from 702724 to 1354880 tid 1 2024-09-13T14:29:11.884 INFO:tasks.rados.rados.0.smithi071.stdout:1950: writing smithi07185159-18 from 1951525 to 2302724 tid 2 2024-09-13T14:29:11.884 INFO:tasks.rados.rados.0.smithi071.stdout:1951: delete oid 29 current snap is 255 2024-09-13T14:29:11.885 INFO:tasks.rados.rados.0.smithi071.stdout:1949: expect (ObjNum 682 snap 224 seq_num 682) 2024-09-13T14:29:12.094 INFO:tasks.rados.rados.0.smithi071.stdout:1950: finishing write tid 1 to smithi07185159-18 2024-09-13T14:29:12.094 INFO:tasks.rados.rados.0.smithi071.stdout:1950: finishing write tid 2 to smithi07185159-18 2024-09-13T14:29:12.094 INFO:tasks.rados.rados.0.smithi071.stdout:1950: finishing write tid 3 to smithi07185159-18 2024-09-13T14:29:12.094 INFO:tasks.rados.rados.0.smithi071.stdout:1950: finishing write tid 4 to smithi07185159-18 2024-09-13T14:29:12.094 INFO:tasks.rados.rados.0.smithi071.stdout:1950: oid 18 updating version 0 to 1847 2024-09-13T14:29:12.094 INFO:tasks.rados.rados.0.smithi071.stdout:1950: oid 18 version 1847 is already newer than 1846 2024-09-13T14:29:12.094 INFO:tasks.rados.rados.0.smithi071.stdout:1950: oid 18 updating version 1847 to 1848 2024-09-13T14:29:12.094 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 18 v 1848 (ObjNum 732 snap 255 seq_num 732) dirty exists 2024-09-13T14:29:12.094 INFO:tasks.rados.rados.0.smithi071.stdout:1950: left oid 18 (ObjNum 732 snap 255 seq_num 732) 2024-09-13T14:29:12.094 INFO:tasks.rados.rados.0.smithi071.stdout:1949: done (2 left) 2024-09-13T14:29:12.095 INFO:tasks.rados.rados.0.smithi071.stdout:1950: done (1 left) 2024-09-13T14:29:12.095 INFO:tasks.rados.rados.0.smithi071.stdout:1951: done (0 left) 2024-09-13T14:29:12.095 INFO:tasks.rados.rados.0.smithi071.stdout:1952: read oid 12 snap -1 2024-09-13T14:29:12.095 INFO:tasks.rados.rados.0.smithi071.stdout:1952: expect (ObjNum 653 snap 214 seq_num 653) 2024-09-13T14:29:12.095 INFO:tasks.rados.rados.0.smithi071.stdout:1953: read oid 17 snap 244 2024-09-13T14:29:12.095 INFO:tasks.rados.rados.0.smithi071.stdout:1953: expect deleted 2024-09-13T14:29:12.095 INFO:tasks.rados.rados.0.smithi071.stdout:1954: read oid 23 snap -1 2024-09-13T14:29:12.095 INFO:tasks.rados.rados.0.smithi071.stdout:1954: expect (ObjNum 657 snap 215 seq_num 657) 2024-09-13T14:29:12.095 INFO:tasks.rados.rados.0.smithi071.stdout:1955: snap_create 2024-09-13T14:29:12.097 INFO:tasks.rados.rados.0.smithi071.stdout:1952: expect (ObjNum 653 snap 214 seq_num 653) 2024-09-13T14:29:12.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:11 smithi071 ceph-mon[107477]: osdmap e568: 8 total, 8 up, 8 in 2024-09-13T14:29:12.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:11 smithi071 ceph-mon[112785]: osdmap e568: 8 total, 8 up, 8 in 2024-09-13T14:29:12.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:11 smithi104 ceph-mon[105578]: osdmap e568: 8 total, 8 up, 8 in 2024-09-13T14:29:12.374 INFO:tasks.rados.rados.0.smithi071.stdout:1954: expect (ObjNum 657 snap 215 seq_num 657) 2024-09-13T14:29:12.816 INFO:tasks.rados.rados.0.smithi071.stdout:1952: done (3 left) 2024-09-13T14:29:12.816 INFO:tasks.rados.rados.0.smithi071.stdout:1953: done (2 left) 2024-09-13T14:29:12.816 INFO:tasks.rados.rados.0.smithi071.stdout:1954: done (1 left) 2024-09-13T14:29:12.816 INFO:tasks.rados.rados.0.smithi071.stdout:1955: done (0 left) 2024-09-13T14:29:12.816 INFO:tasks.rados.rados.0.smithi071.stdout:1956: snap_remove snap 236 2024-09-13T14:29:13.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:12 smithi071 ceph-mon[107477]: osdmap e569: 8 total, 8 up, 8 in 2024-09-13T14:29:13.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:12 smithi071 ceph-mon[107477]: pgmap v305: 89 pgs: 89 active+clean; 160 MiB data, 645 MiB used, 715 GiB / 715 GiB avail; 20 MiB/s rd, 704 KiB/s wr, 20 op/s 2024-09-13T14:29:13.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:12 smithi071 ceph-mon[107477]: osdmap e570: 8 total, 8 up, 8 in 2024-09-13T14:29:13.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:29:12 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:29:12] "GET /metrics HTTP/1.1" 200 36279 "" "Prometheus/2.51.0" 2024-09-13T14:29:13.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:12 smithi071 ceph-mon[112785]: osdmap e569: 8 total, 8 up, 8 in 2024-09-13T14:29:13.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:12 smithi071 ceph-mon[112785]: pgmap v305: 89 pgs: 89 active+clean; 160 MiB data, 645 MiB used, 715 GiB / 715 GiB avail; 20 MiB/s rd, 704 KiB/s wr, 20 op/s 2024-09-13T14:29:13.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:12 smithi071 ceph-mon[112785]: osdmap e570: 8 total, 8 up, 8 in 2024-09-13T14:29:13.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:12 smithi104 ceph-mon[105578]: osdmap e569: 8 total, 8 up, 8 in 2024-09-13T14:29:13.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:12 smithi104 ceph-mon[105578]: pgmap v305: 89 pgs: 89 active+clean; 160 MiB data, 645 MiB used, 715 GiB / 715 GiB avail; 20 MiB/s rd, 704 KiB/s wr, 20 op/s 2024-09-13T14:29:13.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:12 smithi104 ceph-mon[105578]: osdmap e570: 8 total, 8 up, 8 in 2024-09-13T14:29:13.817 INFO:tasks.rados.rados.0.smithi071.stdout:1956: done (0 left) 2024-09-13T14:29:13.817 INFO:tasks.rados.rados.0.smithi071.stdout:1957: read oid 43 snap 251 2024-09-13T14:29:13.817 INFO:tasks.rados.rados.0.smithi071.stdout:1957: expect (ObjNum 608 snap 199 seq_num 608) 2024-09-13T14:29:13.817 INFO:tasks.rados.rados.0.smithi071.stdout:1958: delete oid 11 current snap is 256 2024-09-13T14:29:13.826 INFO:tasks.rados.rados.0.smithi071.stdout:1958: done (1 left) 2024-09-13T14:29:13.826 INFO:tasks.rados.rados.0.smithi071.stdout:1959: read oid 21 snap 242 2024-09-13T14:29:13.827 INFO:tasks.rados.rados.0.smithi071.stdout:1959: expect (ObjNum 705 snap 239 seq_num 705) 2024-09-13T14:29:13.827 INFO:tasks.rados.rados.0.smithi071.stdout:1960: snap_remove snap 253 2024-09-13T14:29:14.820 INFO:tasks.rados.rados.0.smithi071.stdout:1960: done (2 left) 2024-09-13T14:29:14.821 INFO:tasks.rados.rados.0.smithi071.stdout:1961: snap_remove snap 245 2024-09-13T14:29:15.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:14 smithi071 ceph-mon[107477]: osdmap e571: 8 total, 8 up, 8 in 2024-09-13T14:29:15.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:14 smithi071 ceph-mon[107477]: pgmap v308: 89 pgs: 89 active+clean; 160 MiB data, 645 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:29:15.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:14 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:29:15.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:14 smithi071 ceph-mon[112785]: osdmap e571: 8 total, 8 up, 8 in 2024-09-13T14:29:15.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:14 smithi071 ceph-mon[112785]: pgmap v308: 89 pgs: 89 active+clean; 160 MiB data, 645 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:29:15.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:14 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:29:15.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:14 smithi104 ceph-mon[105578]: osdmap e571: 8 total, 8 up, 8 in 2024-09-13T14:29:15.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:14 smithi104 ceph-mon[105578]: pgmap v308: 89 pgs: 89 active+clean; 160 MiB data, 645 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:29:15.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:14 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:29:15.827 INFO:tasks.rados.rados.0.smithi071.stdout:1961: done (2 left) 2024-09-13T14:29:15.827 INFO:tasks.rados.rados.0.smithi071.stdout:1962: write oid 24 current snap is 256 2024-09-13T14:29:15.827 INFO:tasks.rados.rados.0.smithi071.stdout:1957: expect (ObjNum 608 snap 199 seq_num 608) 2024-09-13T14:29:15.921 INFO:tasks.rados.rados.0.smithi071.stdout:1959: expect (ObjNum 705 snap 239 seq_num 705) 2024-09-13T14:29:16.047 INFO:tasks.rados.rados.0.smithi071.stdout:1962: seq_num 735 ranges {753145=477903,2010618=342527} 2024-09-13T14:29:16.054 INFO:tasks.rados.rados.0.smithi071.stdout:1962: writing smithi07185159-24 from 753145 to 1231048 tid 1 2024-09-13T14:29:16.060 INFO:tasks.rados.rados.0.smithi071.stdout:1962: writing smithi07185159-24 from 2010618 to 2353145 tid 2 2024-09-13T14:29:16.060 INFO:tasks.rados.rados.0.smithi071.stdout:1957: done (2 left) 2024-09-13T14:29:16.060 INFO:tasks.rados.rados.0.smithi071.stdout:1959: done (1 left) 2024-09-13T14:29:16.060 INFO:tasks.rados.rados.0.smithi071.stdout:1963: write oid 19 current snap is 256 2024-09-13T14:29:16.060 INFO:tasks.rados.rados.0.smithi071.stdout:1963: seq_num 736 ranges {769952=553152,2069100=300852} 2024-09-13T14:29:16.067 INFO:tasks.rados.rados.0.smithi071.stdout:1963: writing smithi07185159-19 from 769952 to 1323104 tid 1 2024-09-13T14:29:16.073 INFO:tasks.rados.rados.0.smithi071.stdout:1963: writing smithi07185159-19 from 2069100 to 2369952 tid 2 2024-09-13T14:29:16.073 INFO:tasks.rados.rados.0.smithi071.stdout:1964: snap_remove snap 237 2024-09-13T14:29:16.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:15 smithi071 ceph-mon[107477]: osdmap e572: 8 total, 8 up, 8 in 2024-09-13T14:29:16.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:15 smithi071 ceph-mon[112785]: osdmap e572: 8 total, 8 up, 8 in 2024-09-13T14:29:16.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:15 smithi104 ceph-mon[105578]: osdmap e572: 8 total, 8 up, 8 in 2024-09-13T14:29:16.838 INFO:tasks.rados.rados.0.smithi071.stdout:1964: done (2 left) 2024-09-13T14:29:16.838 INFO:tasks.rados.rados.0.smithi071.stdout:1965: read oid 4 snap 225 2024-09-13T14:29:16.838 INFO:tasks.rados.rados.0.smithi071.stdout:1965: expect deleted 2024-09-13T14:29:16.838 INFO:tasks.rados.rados.0.smithi071.stdout:1966: write oid 50 current snap is 256 2024-09-13T14:29:16.838 INFO:tasks.rados.rados.0.smithi071.stdout:1962: finishing write tid 1 to smithi07185159-24 2024-09-13T14:29:16.838 INFO:tasks.rados.rados.0.smithi071.stdout:1966: seq_num 737 ranges {786759=628401,2011229=375530} 2024-09-13T14:29:16.846 INFO:tasks.rados.rados.0.smithi071.stdout:1966: writing smithi07185159-50 from 786759 to 1415160 tid 1 2024-09-13T14:29:16.852 INFO:tasks.rados.rados.0.smithi071.stdout:1966: writing smithi07185159-50 from 2011229 to 2386759 tid 2 2024-09-13T14:29:16.852 INFO:tasks.rados.rados.0.smithi071.stdout:1967: write oid 36 current snap is 256 2024-09-13T14:29:16.852 INFO:tasks.rados.rados.0.smithi071.stdout:1962: finishing write tid 2 to smithi07185159-24 2024-09-13T14:29:16.852 INFO:tasks.rados.rados.0.smithi071.stdout:1962: finishing write tid 3 to smithi07185159-24 2024-09-13T14:29:16.852 INFO:tasks.rados.rados.0.smithi071.stdout:1962: finishing write tid 4 to smithi07185159-24 2024-09-13T14:29:16.852 INFO:tasks.rados.rados.0.smithi071.stdout:1962: oid 24 updating version 0 to 524 2024-09-13T14:29:16.852 INFO:tasks.rados.rados.0.smithi071.stdout:1962: oid 24 version 524 is already newer than 522 2024-09-13T14:29:16.853 INFO:tasks.rados.rados.0.smithi071.stdout:1962: oid 24 version 524 is already newer than 523 2024-09-13T14:29:16.853 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 24 v 524 (ObjNum 735 snap 256 seq_num 735) dirty exists 2024-09-13T14:29:16.853 INFO:tasks.rados.rados.0.smithi071.stdout:1962: left oid 24 (ObjNum 735 snap 256 seq_num 735) 2024-09-13T14:29:16.853 INFO:tasks.rados.rados.0.smithi071.stdout:1963: finishing write tid 1 to smithi07185159-19 2024-09-13T14:29:16.853 INFO:tasks.rados.rados.0.smithi071.stdout:1967: seq_num 738 ranges {403566=420003,1386064=546918} 2024-09-13T14:29:16.856 INFO:tasks.rados.rados.0.smithi071.stdout:1967: writing smithi07185159-36 from 403566 to 823569 tid 1 2024-09-13T14:29:16.863 INFO:tasks.rados.rados.0.smithi071.stdout:1967: writing smithi07185159-36 from 1386064 to 1932982 tid 2 2024-09-13T14:29:16.863 INFO:tasks.rados.rados.0.smithi071.stdout:1962: done (4 left) 2024-09-13T14:29:16.863 INFO:tasks.rados.rados.0.smithi071.stdout:1968: snap_create 2024-09-13T14:29:16.863 INFO:tasks.rados.rados.0.smithi071.stdout:1963: finishing write tid 2 to smithi07185159-19 2024-09-13T14:29:16.863 INFO:tasks.rados.rados.0.smithi071.stdout:1963: finishing write tid 3 to smithi07185159-19 2024-09-13T14:29:16.863 INFO:tasks.rados.rados.0.smithi071.stdout:1963: finishing write tid 4 to smithi07185159-19 2024-09-13T14:29:16.863 INFO:tasks.rados.rados.0.smithi071.stdout:1963: oid 19 updating version 0 to 642 2024-09-13T14:29:16.863 INFO:tasks.rados.rados.0.smithi071.stdout:1963: oid 19 updating version 642 to 643 2024-09-13T14:29:16.863 INFO:tasks.rados.rados.0.smithi071.stdout:1963: oid 19 updating version 643 to 644 2024-09-13T14:29:16.863 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 19 v 644 (ObjNum 736 snap 256 seq_num 736) dirty exists 2024-09-13T14:29:16.863 INFO:tasks.rados.rados.0.smithi071.stdout:1963: left oid 19 (ObjNum 736 snap 256 seq_num 736) 2024-09-13T14:29:16.863 INFO:tasks.rados.rados.0.smithi071.stdout:1966: finishing write tid 1 to smithi07185159-50 2024-09-13T14:29:16.863 INFO:tasks.rados.rados.0.smithi071.stdout:1966: finishing write tid 2 to smithi07185159-50 2024-09-13T14:29:16.864 INFO:tasks.rados.rados.0.smithi071.stdout:1966: finishing write tid 3 to smithi07185159-50 2024-09-13T14:29:16.864 INFO:tasks.rados.rados.0.smithi071.stdout:1966: finishing write tid 4 to smithi07185159-50 2024-09-13T14:29:16.864 INFO:tasks.rados.rados.0.smithi071.stdout:1966: oid 50 updating version 0 to 1873 2024-09-13T14:29:16.864 INFO:tasks.rados.rados.0.smithi071.stdout:1966: oid 50 version 1873 is already newer than 1872 2024-09-13T14:29:16.864 INFO:tasks.rados.rados.0.smithi071.stdout:1966: oid 50 updating version 1873 to 1874 2024-09-13T14:29:16.864 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 50 v 1874 (ObjNum 737 snap 256 seq_num 737) dirty exists 2024-09-13T14:29:16.864 INFO:tasks.rados.rados.0.smithi071.stdout:1966: left oid 50 (ObjNum 737 snap 256 seq_num 737) 2024-09-13T14:29:16.864 INFO:tasks.rados.rados.0.smithi071.stdout:1967: finishing write tid 1 to smithi07185159-36 2024-09-13T14:29:16.865 INFO:tasks.rados.rados.0.smithi071.stdout:1967: finishing write tid 2 to smithi07185159-36 2024-09-13T14:29:16.865 INFO:tasks.rados.rados.0.smithi071.stdout:1967: finishing write tid 3 to smithi07185159-36 2024-09-13T14:29:16.865 INFO:tasks.rados.rados.0.smithi071.stdout:1967: finishing write tid 4 to smithi07185159-36 2024-09-13T14:29:16.865 INFO:tasks.rados.rados.0.smithi071.stdout:1967: oid 36 updating version 0 to 415 2024-09-13T14:29:16.866 INFO:tasks.rados.rados.0.smithi071.stdout:1967: oid 36 version 415 is already newer than 414 2024-09-13T14:29:16.866 INFO:tasks.rados.rados.0.smithi071.stdout:1967: oid 36 updating version 415 to 416 2024-09-13T14:29:16.866 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 36 v 416 (ObjNum 738 snap 256 seq_num 738) dirty exists 2024-09-13T14:29:16.866 INFO:tasks.rados.rados.0.smithi071.stdout:1967: left oid 36 (ObjNum 738 snap 256 seq_num 738) 2024-09-13T14:29:17.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:16 smithi071 ceph-mon[107477]: osdmap e573: 8 total, 8 up, 8 in 2024-09-13T14:29:17.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:16 smithi071 ceph-mon[107477]: pgmap v311: 89 pgs: 89 active+clean; 165 MiB data, 661 MiB used, 715 GiB / 715 GiB avail; 17 MiB/s rd, 245 KiB/s wr, 13 op/s 2024-09-13T14:29:17.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:16 smithi071 ceph-mon[112785]: osdmap e573: 8 total, 8 up, 8 in 2024-09-13T14:29:17.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:16 smithi071 ceph-mon[112785]: pgmap v311: 89 pgs: 89 active+clean; 165 MiB data, 661 MiB used, 715 GiB / 715 GiB avail; 17 MiB/s rd, 245 KiB/s wr, 13 op/s 2024-09-13T14:29:17.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:16 smithi104 ceph-mon[105578]: osdmap e573: 8 total, 8 up, 8 in 2024-09-13T14:29:17.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:16 smithi104 ceph-mon[105578]: pgmap v311: 89 pgs: 89 active+clean; 165 MiB data, 661 MiB used, 715 GiB / 715 GiB avail; 17 MiB/s rd, 245 KiB/s wr, 13 op/s 2024-09-13T14:29:17.818 INFO:tasks.rados.rados.0.smithi071.stdout:1963: done (4 left) 2024-09-13T14:29:17.819 INFO:tasks.rados.rados.0.smithi071.stdout:1965: done (3 left) 2024-09-13T14:29:17.819 INFO:tasks.rados.rados.0.smithi071.stdout:1966: done (2 left) 2024-09-13T14:29:17.819 INFO:tasks.rados.rados.0.smithi071.stdout:1967: done (1 left) 2024-09-13T14:29:17.819 INFO:tasks.rados.rados.0.smithi071.stdout:1968: done (0 left) 2024-09-13T14:29:17.819 INFO:tasks.rados.rados.0.smithi071.stdout:1969: snap_remove snap 226 2024-09-13T14:29:18.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:17 smithi071 ceph-mon[107477]: osdmap e574: 8 total, 8 up, 8 in 2024-09-13T14:29:18.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:17 smithi071 ceph-mon[107477]: osdmap e575: 8 total, 8 up, 8 in 2024-09-13T14:29:18.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:17 smithi071 ceph-mon[112785]: osdmap e574: 8 total, 8 up, 8 in 2024-09-13T14:29:18.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:17 smithi071 ceph-mon[112785]: osdmap e575: 8 total, 8 up, 8 in 2024-09-13T14:29:18.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:17 smithi104 ceph-mon[105578]: osdmap e574: 8 total, 8 up, 8 in 2024-09-13T14:29:18.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:17 smithi104 ceph-mon[105578]: osdmap e575: 8 total, 8 up, 8 in 2024-09-13T14:29:18.818 INFO:tasks.rados.rados.0.smithi071.stdout:1969: done (0 left) 2024-09-13T14:29:18.818 INFO:tasks.rados.rados.0.smithi071.stdout:1970: snap_create 2024-09-13T14:29:19.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:18 smithi071 ceph-mon[107477]: pgmap v314: 89 pgs: 89 active+clean; 165 MiB data, 661 MiB used, 715 GiB / 715 GiB avail; 17 MiB/s rd, 245 KiB/s wr, 13 op/s 2024-09-13T14:29:19.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:18 smithi071 ceph-mon[107477]: osdmap e576: 8 total, 8 up, 8 in 2024-09-13T14:29:19.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:18 smithi071 ceph-mon[112785]: pgmap v314: 89 pgs: 89 active+clean; 165 MiB data, 661 MiB used, 715 GiB / 715 GiB avail; 17 MiB/s rd, 245 KiB/s wr, 13 op/s 2024-09-13T14:29:19.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:18 smithi071 ceph-mon[112785]: osdmap e576: 8 total, 8 up, 8 in 2024-09-13T14:29:19.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:18 smithi104 ceph-mon[105578]: pgmap v314: 89 pgs: 89 active+clean; 165 MiB data, 661 MiB used, 715 GiB / 715 GiB avail; 17 MiB/s rd, 245 KiB/s wr, 13 op/s 2024-09-13T14:29:19.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:18 smithi104 ceph-mon[105578]: osdmap e576: 8 total, 8 up, 8 in 2024-09-13T14:29:19.817 INFO:tasks.rados.rados.0.smithi071.stdout:1970: done (0 left) 2024-09-13T14:29:19.818 INFO:tasks.rados.rados.0.smithi071.stdout:1971: read oid 49 snap -1 2024-09-13T14:29:19.818 INFO:tasks.rados.rados.0.smithi071.stdout:1971: expect (ObjNum 634 snap 208 seq_num 634) 2024-09-13T14:29:19.818 INFO:tasks.rados.rados.0.smithi071.stdout:1972: read oid 35 snap 240 2024-09-13T14:29:19.818 INFO:tasks.rados.rados.0.smithi071.stdout:1972: expect (ObjNum 679 snap 223 seq_num 679) 2024-09-13T14:29:19.818 INFO:tasks.rados.rados.0.smithi071.stdout:1973: snap_remove snap 256 2024-09-13T14:29:20.823 INFO:tasks.rados.rados.0.smithi071.stdout:1973: done (2 left) 2024-09-13T14:29:20.823 INFO:tasks.rados.rados.0.smithi071.stdout:1974: read oid 28 snap -1 2024-09-13T14:29:20.823 INFO:tasks.rados.rados.0.smithi071.stdout:1974: expect deleted 2024-09-13T14:29:20.823 INFO:tasks.rados.rados.0.smithi071.stdout:1975: write oid 45 current snap is 258 2024-09-13T14:29:20.823 INFO:tasks.rados.rados.0.smithi071.stdout:1975: seq_num 739 ranges {420373=495252,1444546=690576} 2024-09-13T14:29:20.827 INFO:tasks.rados.rados.0.smithi071.stdout:1975: writing smithi07185159-45 from 420373 to 915625 tid 1 2024-09-13T14:29:20.834 INFO:tasks.rados.rados.0.smithi071.stdout:1975: writing smithi07185159-45 from 1444546 to 2135122 tid 2 2024-09-13T14:29:20.834 INFO:tasks.rados.rados.0.smithi071.stdout:1976: snap_remove snap 243 2024-09-13T14:29:21.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:20 smithi071 ceph-mon[107477]: osdmap e577: 8 total, 8 up, 8 in 2024-09-13T14:29:21.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:20 smithi071 ceph-mon[107477]: pgmap v317: 89 pgs: 89 active+clean; 167 MiB data, 675 MiB used, 715 GiB / 715 GiB avail; 3.7 MiB/s rd, 891 KiB/s wr, 8 op/s 2024-09-13T14:29:21.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:20 smithi071 ceph-mon[112785]: osdmap e577: 8 total, 8 up, 8 in 2024-09-13T14:29:21.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:20 smithi071 ceph-mon[112785]: pgmap v317: 89 pgs: 89 active+clean; 167 MiB data, 675 MiB used, 715 GiB / 715 GiB avail; 3.7 MiB/s rd, 891 KiB/s wr, 8 op/s 2024-09-13T14:29:21.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:20 smithi104 ceph-mon[105578]: osdmap e577: 8 total, 8 up, 8 in 2024-09-13T14:29:21.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:20 smithi104 ceph-mon[105578]: pgmap v317: 89 pgs: 89 active+clean; 167 MiB data, 675 MiB used, 715 GiB / 715 GiB avail; 3.7 MiB/s rd, 891 KiB/s wr, 8 op/s 2024-09-13T14:29:21.836 INFO:tasks.rados.rados.0.smithi071.stdout:1976: done (4 left) 2024-09-13T14:29:21.836 INFO:tasks.rados.rados.0.smithi071.stdout:1977: write oid 40 current snap is 258 2024-09-13T14:29:21.836 INFO:tasks.rados.rados.0.smithi071.stdout:1977: seq_num 740 ranges {437180=570501,1503028=550587} 2024-09-13T14:29:21.844 INFO:tasks.rados.rados.0.smithi071.stdout:1977: writing smithi07185159-40 from 437180 to 1007681 tid 1 2024-09-13T14:29:21.848 INFO:tasks.rados.rados.0.smithi071.stdout:1977: writing smithi07185159-40 from 1503028 to 2053615 tid 2 2024-09-13T14:29:21.848 INFO:tasks.rados.rados.0.smithi071.stdout:1978: rollback oid 1 current snap is 258 2024-09-13T14:29:21.849 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 1 to 242 2024-09-13T14:29:21.849 INFO:tasks.rados.rados.0.smithi071.stdout:1971: expect (ObjNum 634 snap 208 seq_num 634) 2024-09-13T14:29:22.070 INFO:tasks.rados.rados.0.smithi071.stdout:1972: expect (ObjNum 679 snap 223 seq_num 679) 2024-09-13T14:29:22.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:21 smithi071 ceph-mon[107477]: osdmap e578: 8 total, 8 up, 8 in 2024-09-13T14:29:22.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:21 smithi071 ceph-mon[112785]: osdmap e578: 8 total, 8 up, 8 in 2024-09-13T14:29:22.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:21 smithi104 ceph-mon[105578]: osdmap e578: 8 total, 8 up, 8 in 2024-09-13T14:29:22.224 INFO:tasks.rados.rados.0.smithi071.stdout:1975: finishing write tid 1 to smithi07185159-45 2024-09-13T14:29:22.224 INFO:tasks.rados.rados.0.smithi071.stdout:1975: finishing write tid 2 to smithi07185159-45 2024-09-13T14:29:22.224 INFO:tasks.rados.rados.0.smithi071.stdout:1975: finishing write tid 3 to smithi07185159-45 2024-09-13T14:29:22.224 INFO:tasks.rados.rados.0.smithi071.stdout:1975: finishing write tid 4 to smithi07185159-45 2024-09-13T14:29:22.224 INFO:tasks.rados.rados.0.smithi071.stdout:1975: oid 45 updating version 0 to 1123 2024-09-13T14:29:22.225 INFO:tasks.rados.rados.0.smithi071.stdout:1975: oid 45 updating version 1123 to 1124 2024-09-13T14:29:22.225 INFO:tasks.rados.rados.0.smithi071.stdout:1975: oid 45 updating version 1124 to 1125 2024-09-13T14:29:22.225 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 45 v 1125 (ObjNum 739 snap 258 seq_num 739) dirty exists 2024-09-13T14:29:22.225 INFO:tasks.rados.rados.0.smithi071.stdout:1975: left oid 45 (ObjNum 739 snap 258 seq_num 739) 2024-09-13T14:29:22.225 INFO:tasks.rados.rados.0.smithi071.stdout:1977: finishing write tid 1 to smithi07185159-40 2024-09-13T14:29:22.225 INFO:tasks.rados.rados.0.smithi071.stdout:1971: done (5 left) 2024-09-13T14:29:22.226 INFO:tasks.rados.rados.0.smithi071.stdout:1972: done (4 left) 2024-09-13T14:29:22.226 INFO:tasks.rados.rados.0.smithi071.stdout:1974: done (3 left) 2024-09-13T14:29:22.226 INFO:tasks.rados.rados.0.smithi071.stdout:1975: done (2 left) 2024-09-13T14:29:22.226 INFO:tasks.rados.rados.0.smithi071.stdout:1979: snap_create 2024-09-13T14:29:22.226 INFO:tasks.rados.rados.0.smithi071.stdout:1978: finishing rollback tid 1 to smithi07185159-1 2024-09-13T14:29:22.226 INFO:tasks.rados.rados.0.smithi071.stdout:1977: finishing write tid 2 to smithi07185159-40 2024-09-13T14:29:22.226 INFO:tasks.rados.rados.0.smithi071.stdout:1978: finishing rollback tid 2 to smithi07185159-1 2024-09-13T14:29:22.227 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 1 v 1896 (ObjNum 379 snap 120 seq_num 379) dirty exists 2024-09-13T14:29:22.227 INFO:tasks.rados.rados.0.smithi071.stdout:1977: finishing write tid 3 to smithi07185159-40 2024-09-13T14:29:22.227 INFO:tasks.rados.rados.0.smithi071.stdout:1977: finishing write tid 4 to smithi07185159-40 2024-09-13T14:29:22.227 INFO:tasks.rados.rados.0.smithi071.stdout:1977: oid 40 updating version 0 to 421 2024-09-13T14:29:22.227 INFO:tasks.rados.rados.0.smithi071.stdout:1977: oid 40 updating version 421 to 422 2024-09-13T14:29:22.227 INFO:tasks.rados.rados.0.smithi071.stdout:1977: oid 40 version 422 is already newer than 420 2024-09-13T14:29:22.227 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 40 v 422 (ObjNum 740 snap 258 seq_num 740) dirty exists 2024-09-13T14:29:22.228 INFO:tasks.rados.rados.0.smithi071.stdout:1977: left oid 40 (ObjNum 740 snap 258 seq_num 740) 2024-09-13T14:29:22.815 INFO:tasks.rados.rados.0.smithi071.stdout:1977: done (2 left) 2024-09-13T14:29:22.815 INFO:tasks.rados.rados.0.smithi071.stdout:1978: done (1 left) 2024-09-13T14:29:22.815 INFO:tasks.rados.rados.0.smithi071.stdout:1979: done (0 left) 2024-09-13T14:29:22.815 INFO:tasks.rados.rados.0.smithi071.stdout:1980: read oid 22 snap -1 2024-09-13T14:29:22.815 INFO:tasks.rados.rados.0.smithi071.stdout:1980: expect (ObjNum 720 snap 251 seq_num 720) 2024-09-13T14:29:22.815 INFO:tasks.rados.rados.0.smithi071.stdout:1981: delete oid 21 current snap is 259 2024-09-13T14:29:22.821 INFO:tasks.rados.rados.0.smithi071.stdout:1981: done (1 left) 2024-09-13T14:29:22.821 INFO:tasks.rados.rados.0.smithi071.stdout:1982: delete oid 28 current snap is 259 2024-09-13T14:29:22.822 INFO:tasks.rados.rados.0.smithi071.stdout:1980: expect (ObjNum 720 snap 251 seq_num 720) 2024-09-13T14:29:22.892 INFO:tasks.rados.rados.0.smithi071.stdout:1980: done (1 left) 2024-09-13T14:29:22.892 INFO:tasks.rados.rados.0.smithi071.stdout:1982: done (0 left) 2024-09-13T14:29:22.892 INFO:tasks.rados.rados.0.smithi071.stdout:1983: snap_remove snap 221 2024-09-13T14:29:23.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:22 smithi071 ceph-mon[107477]: osdmap e579: 8 total, 8 up, 8 in 2024-09-13T14:29:23.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:22 smithi071 ceph-mon[107477]: pgmap v320: 89 pgs: 89 active+clean; 167 MiB data, 675 MiB used, 715 GiB / 715 GiB avail; 3.7 MiB/s rd, 891 KiB/s wr, 8 op/s 2024-09-13T14:29:23.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:22 smithi071 ceph-mon[107477]: osdmap e580: 8 total, 8 up, 8 in 2024-09-13T14:29:23.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:29:22 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:29:22] "GET /metrics HTTP/1.1" 200 36273 "" "Prometheus/2.51.0" 2024-09-13T14:29:23.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:22 smithi071 ceph-mon[112785]: osdmap e579: 8 total, 8 up, 8 in 2024-09-13T14:29:23.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:22 smithi071 ceph-mon[112785]: pgmap v320: 89 pgs: 89 active+clean; 167 MiB data, 675 MiB used, 715 GiB / 715 GiB avail; 3.7 MiB/s rd, 891 KiB/s wr, 8 op/s 2024-09-13T14:29:23.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:22 smithi071 ceph-mon[112785]: osdmap e580: 8 total, 8 up, 8 in 2024-09-13T14:29:23.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:22 smithi104 ceph-mon[105578]: osdmap e579: 8 total, 8 up, 8 in 2024-09-13T14:29:23.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:22 smithi104 ceph-mon[105578]: pgmap v320: 89 pgs: 89 active+clean; 167 MiB data, 675 MiB used, 715 GiB / 715 GiB avail; 3.7 MiB/s rd, 891 KiB/s wr, 8 op/s 2024-09-13T14:29:23.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:22 smithi104 ceph-mon[105578]: osdmap e580: 8 total, 8 up, 8 in 2024-09-13T14:29:23.840 INFO:tasks.rados.rados.0.smithi071.stdout:1983: done (0 left) 2024-09-13T14:29:23.840 INFO:tasks.rados.rados.0.smithi071.stdout:1984: write oid 6 current snap is 259 2024-09-13T14:29:23.840 INFO:tasks.rados.rados.0.smithi071.stdout:1984: seq_num 743 ranges {487601=796248,1962121=525480} 2024-09-13T14:29:23.847 INFO:tasks.rados.rados.0.smithi071.stdout:1984: writing smithi07185159-6 from 487601 to 1283849 tid 1 2024-09-13T14:29:23.855 INFO:tasks.rados.rados.0.smithi071.stdout:1984: writing smithi07185159-6 from 1962121 to 2487601 tid 2 2024-09-13T14:29:23.855 INFO:tasks.rados.rados.0.smithi071.stdout:1985: read oid 41 snap -1 2024-09-13T14:29:23.855 INFO:tasks.rados.rados.0.smithi071.stdout:1985: expect (ObjNum 731 snap 252 seq_num 731) 2024-09-13T14:29:23.855 INFO:tasks.rados.rados.0.smithi071.stdout:1986: read oid 27 snap 251 2024-09-13T14:29:23.855 INFO:tasks.rados.rados.0.smithi071.stdout:1986: expect deleted 2024-09-13T14:29:23.855 INFO:tasks.rados.rados.0.smithi071.stdout:1987: read oid 8 snap -1 2024-09-13T14:29:23.855 INFO:tasks.rados.rados.0.smithi071.stdout:1987: expect (ObjNum 556 snap 178 seq_num 556) 2024-09-13T14:29:23.855 INFO:tasks.rados.rados.0.smithi071.stdout:1988: delete oid 15 current snap is 259 2024-09-13T14:29:23.857 INFO:tasks.rados.rados.0.smithi071.stdout:1984: finishing write tid 1 to smithi07185159-6 2024-09-13T14:29:23.861 INFO:tasks.rados.rados.0.smithi071.stdout:1987: expect (ObjNum 556 snap 178 seq_num 556) 2024-09-13T14:29:24.062 INFO:tasks.rados.rados.0.smithi071.stdout:1985: expect (ObjNum 731 snap 252 seq_num 731) 2024-09-13T14:29:24.200 INFO:tasks.rados.rados.0.smithi071.stdout:1984: finishing write tid 2 to smithi07185159-6 2024-09-13T14:29:24.200 INFO:tasks.rados.rados.0.smithi071.stdout:1984: finishing write tid 3 to smithi07185159-6 2024-09-13T14:29:24.201 INFO:tasks.rados.rados.0.smithi071.stdout:1984: finishing write tid 4 to smithi07185159-6 2024-09-13T14:29:24.201 INFO:tasks.rados.rados.0.smithi071.stdout:1984: oid 6 updating version 0 to 1902 2024-09-13T14:29:24.201 INFO:tasks.rados.rados.0.smithi071.stdout:1984: oid 6 updating version 1902 to 1907 2024-09-13T14:29:24.201 INFO:tasks.rados.rados.0.smithi071.stdout:1984: oid 6 updating version 1907 to 1908 2024-09-13T14:29:24.201 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 6 v 1908 (ObjNum 743 snap 259 seq_num 743) dirty exists 2024-09-13T14:29:24.201 INFO:tasks.rados.rados.0.smithi071.stdout:1984: left oid 6 (ObjNum 743 snap 259 seq_num 743) 2024-09-13T14:29:24.201 INFO:tasks.rados.rados.0.smithi071.stdout:1984: done (4 left) 2024-09-13T14:29:24.201 INFO:tasks.rados.rados.0.smithi071.stdout:1985: done (3 left) 2024-09-13T14:29:24.202 INFO:tasks.rados.rados.0.smithi071.stdout:1986: done (2 left) 2024-09-13T14:29:24.202 INFO:tasks.rados.rados.0.smithi071.stdout:1987: done (1 left) 2024-09-13T14:29:24.202 INFO:tasks.rados.rados.0.smithi071.stdout:1988: done (0 left) 2024-09-13T14:29:24.202 INFO:tasks.rados.rados.0.smithi071.stdout:1989: read oid 12 snap -1 2024-09-13T14:29:24.202 INFO:tasks.rados.rados.0.smithi071.stdout:1989: expect (ObjNum 653 snap 214 seq_num 653) 2024-09-13T14:29:24.202 INFO:tasks.rados.rados.0.smithi071.stdout:1990: read oid 27 snap 251 2024-09-13T14:29:24.202 INFO:tasks.rados.rados.0.smithi071.stdout:1990: expect deleted 2024-09-13T14:29:24.202 INFO:tasks.rados.rados.0.smithi071.stdout:1991: snap_remove snap 255 2024-09-13T14:29:24.844 INFO:tasks.rados.rados.0.smithi071.stdout:1991: done (2 left) 2024-09-13T14:29:24.845 INFO:tasks.rados.rados.0.smithi071.stdout:1992: rollback oid 25 current snap is 259 2024-09-13T14:29:24.845 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 25 to 251 2024-09-13T14:29:24.845 INFO:tasks.rados.rados.0.smithi071.stdout:1989: expect (ObjNum 653 snap 214 seq_num 653) 2024-09-13T14:29:25.122 INFO:tasks.rados.rados.0.smithi071.stdout:1992: finishing rollback tid 0 to smithi07185159-25 2024-09-13T14:29:25.122 INFO:tasks.rados.rados.0.smithi071.stdout:1992: finishing rollback tid 1 to smithi07185159-25 2024-09-13T14:29:25.122 INFO:tasks.rados.rados.0.smithi071.stdout:1992: finishing rollback tid 2 to smithi07185159-25 2024-09-13T14:29:25.123 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 25 v 1046 (ObjNum 710 snap 248 seq_num 710) dirty exists 2024-09-13T14:29:25.123 INFO:tasks.rados.rados.0.smithi071.stdout:1989: done (2 left) 2024-09-13T14:29:25.123 INFO:tasks.rados.rados.0.smithi071.stdout:1990: done (1 left) 2024-09-13T14:29:25.123 INFO:tasks.rados.rados.0.smithi071.stdout:1992: done (0 left) 2024-09-13T14:29:25.123 INFO:tasks.rados.rados.0.smithi071.stdout:1993: read oid 14 snap -1 2024-09-13T14:29:25.123 INFO:tasks.rados.rados.0.smithi071.stdout:1993: expect (ObjNum 716 snap 250 seq_num 716) 2024-09-13T14:29:25.123 INFO:tasks.rados.rados.0.smithi071.stdout:1994: write oid 33 current snap is 259 2024-09-13T14:29:25.123 INFO:tasks.rados.rados.0.smithi071.stdout:1994: seq_num 745 ranges {521215=546746,1562732=701583} 2024-09-13T14:29:25.128 INFO:tasks.rados.rados.0.smithi071.stdout:1994: writing smithi07185159-33 from 521215 to 1067961 tid 1 2024-09-13T14:29:25.134 INFO:tasks.rados.rados.0.smithi071.stdout:1994: writing smithi07185159-33 from 1562732 to 2264315 tid 2 2024-09-13T14:29:25.134 INFO:tasks.rados.rados.0.smithi071.stdout:1995: snap_create 2024-09-13T14:29:25.134 INFO:tasks.rados.rados.0.smithi071.stdout:1993: expect (ObjNum 716 snap 250 seq_num 716) 2024-09-13T14:29:25.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:24 smithi071 ceph-mon[107477]: osdmap e581: 8 total, 8 up, 8 in 2024-09-13T14:29:25.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:24 smithi071 ceph-mon[107477]: pgmap v323: 89 pgs: 89 active+clean; 167 MiB data, 675 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:29:25.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:24 smithi071 ceph-mon[112785]: osdmap e581: 8 total, 8 up, 8 in 2024-09-13T14:29:25.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:24 smithi071 ceph-mon[112785]: pgmap v323: 89 pgs: 89 active+clean; 167 MiB data, 675 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:29:25.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:24 smithi104 ceph-mon[105578]: osdmap e581: 8 total, 8 up, 8 in 2024-09-13T14:29:25.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:24 smithi104 ceph-mon[105578]: pgmap v323: 89 pgs: 89 active+clean; 167 MiB data, 675 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:29:25.203 INFO:tasks.rados.rados.0.smithi071.stdout:1994: finishing write tid 1 to smithi07185159-33 2024-09-13T14:29:25.203 INFO:tasks.rados.rados.0.smithi071.stdout:1994: finishing write tid 2 to smithi07185159-33 2024-09-13T14:29:25.203 INFO:tasks.rados.rados.0.smithi071.stdout:1994: finishing write tid 3 to smithi07185159-33 2024-09-13T14:29:25.203 INFO:tasks.rados.rados.0.smithi071.stdout:1994: finishing write tid 4 to smithi07185159-33 2024-09-13T14:29:25.203 INFO:tasks.rados.rados.0.smithi071.stdout:1994: oid 33 updating version 0 to 845 2024-09-13T14:29:25.203 INFO:tasks.rados.rados.0.smithi071.stdout:1994: oid 33 updating version 845 to 846 2024-09-13T14:29:25.203 INFO:tasks.rados.rados.0.smithi071.stdout:1994: oid 33 version 846 is already newer than 844 2024-09-13T14:29:25.203 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 33 v 846 (ObjNum 745 snap 259 seq_num 745) dirty exists 2024-09-13T14:29:25.204 INFO:tasks.rados.rados.0.smithi071.stdout:1994: left oid 33 (ObjNum 745 snap 259 seq_num 745) 2024-09-13T14:29:25.849 INFO:tasks.rados.rados.0.smithi071.stdout:1993: done (2 left) 2024-09-13T14:29:25.849 INFO:tasks.rados.rados.0.smithi071.stdout:1994: done (1 left) 2024-09-13T14:29:25.849 INFO:tasks.rados.rados.0.smithi071.stdout:1995: done (0 left) 2024-09-13T14:29:25.849 INFO:tasks.rados.rados.0.smithi071.stdout:1996: snap_remove snap 223 2024-09-13T14:29:26.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:25 smithi071 ceph-mon[107477]: osdmap e582: 8 total, 8 up, 8 in 2024-09-13T14:29:26.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:25 smithi071 ceph-mon[112785]: osdmap e582: 8 total, 8 up, 8 in 2024-09-13T14:29:26.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:25 smithi104 ceph-mon[105578]: osdmap e582: 8 total, 8 up, 8 in 2024-09-13T14:29:26.862 INFO:tasks.rados.rados.0.smithi071.stdout:1996: done (0 left) 2024-09-13T14:29:26.862 INFO:tasks.rados.rados.0.smithi071.stdout:1997: read oid 40 snap 225 2024-09-13T14:29:26.862 INFO:tasks.rados.rados.0.smithi071.stdout:1997: expect deleted 2024-09-13T14:29:26.862 INFO:tasks.rados.rados.0.smithi071.stdout:1998: delete oid 42 current snap is 260 2024-09-13T14:29:26.870 INFO:tasks.rados.rados.0.smithi071.stdout:1997: done (1 left) 2024-09-13T14:29:26.870 INFO:tasks.rados.rados.0.smithi071.stdout:1998: done (0 left) 2024-09-13T14:29:26.870 INFO:tasks.rados.rados.0.smithi071.stdout:1999: snap_create 2024-09-13T14:29:27.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:26 smithi071 ceph-mon[107477]: osdmap e583: 8 total, 8 up, 8 in 2024-09-13T14:29:27.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:26 smithi071 ceph-mon[107477]: pgmap v326: 89 pgs: 89 active+clean; 170 MiB data, 677 MiB used, 715 GiB / 715 GiB avail; 13 MiB/s rd, 1.2 MiB/s wr, 17 op/s 2024-09-13T14:29:27.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:26 smithi071 ceph-mon[112785]: osdmap e583: 8 total, 8 up, 8 in 2024-09-13T14:29:27.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:26 smithi071 ceph-mon[112785]: pgmap v326: 89 pgs: 89 active+clean; 170 MiB data, 677 MiB used, 715 GiB / 715 GiB avail; 13 MiB/s rd, 1.2 MiB/s wr, 17 op/s 2024-09-13T14:29:27.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:26 smithi104 ceph-mon[105578]: osdmap e583: 8 total, 8 up, 8 in 2024-09-13T14:29:27.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:26 smithi104 ceph-mon[105578]: pgmap v326: 89 pgs: 89 active+clean; 170 MiB data, 677 MiB used, 715 GiB / 715 GiB avail; 13 MiB/s rd, 1.2 MiB/s wr, 17 op/s 2024-09-13T14:29:27.823 INFO:tasks.rados.rados.0.smithi071.stdout:1999: done (0 left) 2024-09-13T14:29:27.823 INFO:tasks.rados.rados.0.smithi071.stdout:2000: rollback oid 31 current snap is 261 2024-09-13T14:29:27.823 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 31 to 244 2024-09-13T14:29:27.823 INFO:tasks.rados.rados.0.smithi071.stdout:2001: delete oid 14 current snap is 261 2024-09-13T14:29:27.824 INFO:tasks.rados.rados.0.smithi071.stdout:2000: finishing rollback tid 1 to smithi07185159-31 2024-09-13T14:29:27.825 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 31 v 0 (ObjNum 129 snap 0 seq_num 707839208) dirty dne 2024-09-13T14:29:27.826 INFO:tasks.rados.rados.0.smithi071.stdout:2000: done (1 left) 2024-09-13T14:29:27.826 INFO:tasks.rados.rados.0.smithi071.stdout:2001: done (0 left) 2024-09-13T14:29:27.826 INFO:tasks.rados.rados.0.smithi071.stdout:2002: write oid 26 current snap is 261 2024-09-13T14:29:27.826 INFO:tasks.rados.rados.0.smithi071.stdout:2002: seq_num 748 ranges {571636=488846,1854531=565263} 2024-09-13T14:29:27.832 INFO:tasks.rados.rados.0.smithi071.stdout:2002: writing smithi07185159-26 from 571636 to 1060482 tid 1 2024-09-13T14:29:27.840 INFO:tasks.rados.rados.0.smithi071.stdout:2002: writing smithi07185159-26 from 1854531 to 2419794 tid 2 2024-09-13T14:29:27.840 INFO:tasks.rados.rados.0.smithi071.stdout:2003: write oid 48 current snap is 261 2024-09-13T14:29:27.840 INFO:tasks.rados.rados.0.smithi071.stdout:2002: finishing write tid 1 to smithi07185159-26 2024-09-13T14:29:27.840 INFO:tasks.rados.rados.0.smithi071.stdout:2003: seq_num 749 ranges {588443=564095,1796660=708921} 2024-09-13T14:29:27.846 INFO:tasks.rados.rados.0.smithi071.stdout:2003: writing smithi07185159-48 from 588443 to 1152538 tid 1 2024-09-13T14:29:27.854 INFO:tasks.rados.rados.0.smithi071.stdout:2003: writing smithi07185159-48 from 1796660 to 2505581 tid 2 2024-09-13T14:29:27.854 INFO:tasks.rados.rados.0.smithi071.stdout:2004: snap_remove snap 259 2024-09-13T14:29:28.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:27 smithi071 ceph-mon[107477]: osdmap e584: 8 total, 8 up, 8 in 2024-09-13T14:29:28.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:27 smithi071 ceph-mon[107477]: osdmap e585: 8 total, 8 up, 8 in 2024-09-13T14:29:28.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:27 smithi071 ceph-mon[112785]: osdmap e584: 8 total, 8 up, 8 in 2024-09-13T14:29:28.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:27 smithi071 ceph-mon[112785]: osdmap e585: 8 total, 8 up, 8 in 2024-09-13T14:29:28.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:27 smithi104 ceph-mon[105578]: osdmap e584: 8 total, 8 up, 8 in 2024-09-13T14:29:28.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:27 smithi104 ceph-mon[105578]: osdmap e585: 8 total, 8 up, 8 in 2024-09-13T14:29:28.867 INFO:tasks.rados.rados.0.smithi071.stdout:2004: done (2 left) 2024-09-13T14:29:28.867 INFO:tasks.rados.rados.0.smithi071.stdout:2005: delete oid 49 current snap is 261 2024-09-13T14:29:28.868 INFO:tasks.rados.rados.0.smithi071.stdout:2002: finishing write tid 2 to smithi07185159-26 2024-09-13T14:29:28.868 INFO:tasks.rados.rados.0.smithi071.stdout:2002: finishing write tid 3 to smithi07185159-26 2024-09-13T14:29:28.868 INFO:tasks.rados.rados.0.smithi071.stdout:2002: finishing write tid 4 to smithi07185159-26 2024-09-13T14:29:28.868 INFO:tasks.rados.rados.0.smithi071.stdout:2002: oid 26 updating version 0 to 570 2024-09-13T14:29:28.868 INFO:tasks.rados.rados.0.smithi071.stdout:2002: oid 26 version 570 is already newer than 569 2024-09-13T14:29:28.868 INFO:tasks.rados.rados.0.smithi071.stdout:2002: oid 26 updating version 570 to 571 2024-09-13T14:29:28.868 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 26 v 571 (ObjNum 748 snap 261 seq_num 748) dirty exists 2024-09-13T14:29:28.868 INFO:tasks.rados.rados.0.smithi071.stdout:2002: left oid 26 (ObjNum 748 snap 261 seq_num 748) 2024-09-13T14:29:28.868 INFO:tasks.rados.rados.0.smithi071.stdout:2003: finishing write tid 1 to smithi07185159-48 2024-09-13T14:29:28.868 INFO:tasks.rados.rados.0.smithi071.stdout:2003: finishing write tid 2 to smithi07185159-48 2024-09-13T14:29:28.869 INFO:tasks.rados.rados.0.smithi071.stdout:2003: finishing write tid 3 to smithi07185159-48 2024-09-13T14:29:28.869 INFO:tasks.rados.rados.0.smithi071.stdout:2003: finishing write tid 4 to smithi07185159-48 2024-09-13T14:29:28.869 INFO:tasks.rados.rados.0.smithi071.stdout:2003: oid 48 updating version 0 to 1935 2024-09-13T14:29:28.872 INFO:tasks.rados.rados.0.smithi071.stdout:2003: oid 48 updating version 1935 to 1936 2024-09-13T14:29:28.872 INFO:tasks.rados.rados.0.smithi071.stdout:2003: oid 48 version 1936 is already newer than 1934 2024-09-13T14:29:28.872 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 48 v 1936 (ObjNum 749 snap 261 seq_num 749) dirty exists 2024-09-13T14:29:28.873 INFO:tasks.rados.rados.0.smithi071.stdout:2003: left oid 48 (ObjNum 749 snap 261 seq_num 749) 2024-09-13T14:29:28.873 INFO:tasks.rados.rados.0.smithi071.stdout:2002: done (2 left) 2024-09-13T14:29:28.873 INFO:tasks.rados.rados.0.smithi071.stdout:2003: done (1 left) 2024-09-13T14:29:28.873 INFO:tasks.rados.rados.0.smithi071.stdout:2005: done (0 left) 2024-09-13T14:29:28.873 INFO:tasks.rados.rados.0.smithi071.stdout:2006: rollback oid 25 current snap is 261 2024-09-13T14:29:28.874 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 25 to 251 2024-09-13T14:29:28.874 INFO:tasks.rados.rados.0.smithi071.stdout:2007: snap_create 2024-09-13T14:29:28.878 INFO:tasks.rados.rados.0.smithi071.stdout:2006: finishing rollback tid 0 to smithi07185159-25 2024-09-13T14:29:28.879 INFO:tasks.rados.rados.0.smithi071.stdout:2006: finishing rollback tid 1 to smithi07185159-25 2024-09-13T14:29:28.879 INFO:tasks.rados.rados.0.smithi071.stdout:2006: finishing rollback tid 2 to smithi07185159-25 2024-09-13T14:29:28.879 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 25 v 1058 (ObjNum 710 snap 248 seq_num 710) dirty exists 2024-09-13T14:29:29.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:28 smithi071 ceph-mon[107477]: pgmap v329: 89 pgs: 89 active+clean; 170 MiB data, 677 MiB used, 715 GiB / 715 GiB avail; 13 MiB/s rd, 1.2 MiB/s wr, 17 op/s 2024-09-13T14:29:29.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:28 smithi071 ceph-mon[112785]: pgmap v329: 89 pgs: 89 active+clean; 170 MiB data, 677 MiB used, 715 GiB / 715 GiB avail; 13 MiB/s rd, 1.2 MiB/s wr, 17 op/s 2024-09-13T14:29:29.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:28 smithi104 ceph-mon[105578]: pgmap v329: 89 pgs: 89 active+clean; 170 MiB data, 677 MiB used, 715 GiB / 715 GiB avail; 13 MiB/s rd, 1.2 MiB/s wr, 17 op/s 2024-09-13T14:29:29.879 INFO:tasks.rados.rados.0.smithi071.stdout:2006: done (1 left) 2024-09-13T14:29:29.880 INFO:tasks.rados.rados.0.smithi071.stdout:2007: done (0 left) 2024-09-13T14:29:29.880 INFO:tasks.rados.rados.0.smithi071.stdout:2008: write oid 42 current snap is 262 2024-09-13T14:29:29.880 INFO:tasks.rados.rados.0.smithi071.stdout:2008: seq_num 751 ranges {622057=714593,1913624=708433} 2024-09-13T14:29:29.887 INFO:tasks.rados.rados.0.smithi071.stdout:2008: writing smithi07185159-42 from 622057 to 1336650 tid 1 2024-09-13T14:29:29.897 INFO:tasks.rados.rados.0.smithi071.stdout:2008: writing smithi07185159-42 from 1913624 to 2622057 tid 2 2024-09-13T14:29:29.897 INFO:tasks.rados.rados.0.smithi071.stdout:2009: delete oid 14 current snap is 262 2024-09-13T14:29:29.897 INFO:tasks.rados.rados.0.smithi071.stdout:2008: finishing write tid 1 to smithi07185159-42 2024-09-13T14:29:29.897 INFO:tasks.rados.rados.0.smithi071.stdout:2009: done (1 left) 2024-09-13T14:29:29.898 INFO:tasks.rados.rados.0.smithi071.stdout:2010: read oid 3 snap -1 2024-09-13T14:29:29.898 INFO:tasks.rados.rados.0.smithi071.stdout:2010: expect (ObjNum 719 snap 251 seq_num 719) 2024-09-13T14:29:29.898 INFO:tasks.rados.rados.0.smithi071.stdout:2011: write oid 23 current snap is 262 2024-09-13T14:29:29.898 INFO:tasks.rados.rados.0.smithi071.stdout:2011: seq_num 753 ranges {655671=581444,2030588=625083} 2024-09-13T14:29:29.904 INFO:tasks.rados.rados.0.smithi071.stdout:2011: writing smithi07185159-23 from 655671 to 1237115 tid 1 2024-09-13T14:29:29.913 INFO:tasks.rados.rados.0.smithi071.stdout:2011: writing smithi07185159-23 from 2030588 to 2655671 tid 2 2024-09-13T14:29:29.913 INFO:tasks.rados.rados.0.smithi071.stdout:2012: write oid 27 current snap is 262 2024-09-13T14:29:29.913 INFO:tasks.rados.rados.0.smithi071.stdout:2012: seq_num 754 ranges {672478=656693,2089070=459917} 2024-09-13T14:29:29.920 INFO:tasks.rados.rados.0.smithi071.stdout:2012: writing smithi07185159-27 from 672478 to 1329171 tid 1 2024-09-13T14:29:29.926 INFO:tasks.rados.rados.0.smithi071.stdout:2012: writing smithi07185159-27 from 2089070 to 2548987 tid 2 2024-09-13T14:29:29.927 INFO:tasks.rados.rados.0.smithi071.stdout:2013: write oid 50 current snap is 262 2024-09-13T14:29:29.927 INFO:tasks.rados.rados.0.smithi071.stdout:2013: seq_num 755 ranges {689285=731942,2147552=541733} 2024-09-13T14:29:29.934 INFO:tasks.rados.rados.0.smithi071.stdout:2013: writing smithi07185159-50 from 689285 to 1421227 tid 1 2024-09-13T14:29:29.942 INFO:tasks.rados.rados.0.smithi071.stdout:2013: writing smithi07185159-50 from 2147552 to 2689285 tid 2 2024-09-13T14:29:29.942 INFO:tasks.rados.rados.0.smithi071.stdout:2014: read oid 29 snap -1 2024-09-13T14:29:29.942 INFO:tasks.rados.rados.0.smithi071.stdout:2014: expect deleted 2024-09-13T14:29:29.942 INFO:tasks.rados.rados.0.smithi071.stdout:2015: snap_create 2024-09-13T14:29:29.942 INFO:tasks.rados.rados.0.smithi071.stdout:2008: finishing write tid 2 to smithi07185159-42 2024-09-13T14:29:29.942 INFO:tasks.rados.rados.0.smithi071.stdout:2008: finishing write tid 3 to smithi07185159-42 2024-09-13T14:29:29.942 INFO:tasks.rados.rados.0.smithi071.stdout:2008: finishing write tid 4 to smithi07185159-42 2024-09-13T14:29:29.942 INFO:tasks.rados.rados.0.smithi071.stdout:2008: oid 42 updating version 0 to 1135 2024-09-13T14:29:29.942 INFO:tasks.rados.rados.0.smithi071.stdout:2008: oid 42 version 1135 is already newer than 1133 2024-09-13T14:29:29.942 INFO:tasks.rados.rados.0.smithi071.stdout:2008: oid 42 version 1135 is already newer than 1134 2024-09-13T14:29:29.943 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 42 v 1135 (ObjNum 751 snap 262 seq_num 751) dirty exists 2024-09-13T14:29:29.943 INFO:tasks.rados.rados.0.smithi071.stdout:2008: left oid 42 (ObjNum 751 snap 262 seq_num 751) 2024-09-13T14:29:29.943 INFO:tasks.rados.rados.0.smithi071.stdout:2010: expect (ObjNum 719 snap 251 seq_num 719) 2024-09-13T14:29:30.007 INFO:tasks.rados.rados.0.smithi071.stdout:2011: finishing write tid 1 to smithi07185159-23 2024-09-13T14:29:30.008 INFO:tasks.rados.rados.0.smithi071.stdout:2011: finishing write tid 2 to smithi07185159-23 2024-09-13T14:29:30.008 INFO:tasks.rados.rados.0.smithi071.stdout:2011: finishing write tid 3 to smithi07185159-23 2024-09-13T14:29:30.008 INFO:tasks.rados.rados.0.smithi071.stdout:2011: finishing write tid 4 to smithi07185159-23 2024-09-13T14:29:30.008 INFO:tasks.rados.rados.0.smithi071.stdout:2011: oid 23 updating version 0 to 1060 2024-09-13T14:29:30.008 INFO:tasks.rados.rados.0.smithi071.stdout:2011: oid 23 updating version 1060 to 1061 2024-09-13T14:29:30.008 INFO:tasks.rados.rados.0.smithi071.stdout:2011: oid 23 updating version 1061 to 1062 2024-09-13T14:29:30.008 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 23 v 1062 (ObjNum 753 snap 262 seq_num 753) dirty exists 2024-09-13T14:29:30.008 INFO:tasks.rados.rados.0.smithi071.stdout:2011: left oid 23 (ObjNum 753 snap 262 seq_num 753) 2024-09-13T14:29:30.008 INFO:tasks.rados.rados.0.smithi071.stdout:2012: finishing write tid 1 to smithi07185159-27 2024-09-13T14:29:30.008 INFO:tasks.rados.rados.0.smithi071.stdout:2012: finishing write tid 2 to smithi07185159-27 2024-09-13T14:29:30.008 INFO:tasks.rados.rados.0.smithi071.stdout:2012: finishing write tid 3 to smithi07185159-27 2024-09-13T14:29:30.008 INFO:tasks.rados.rados.0.smithi071.stdout:2012: finishing write tid 4 to smithi07185159-27 2024-09-13T14:29:30.009 INFO:tasks.rados.rados.0.smithi071.stdout:2012: oid 27 updating version 0 to 1065 2024-09-13T14:29:30.009 INFO:tasks.rados.rados.0.smithi071.stdout:2012: oid 27 version 1065 is already newer than 1064 2024-09-13T14:29:30.009 INFO:tasks.rados.rados.0.smithi071.stdout:2012: oid 27 version 1065 is already newer than 1063 2024-09-13T14:29:30.009 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 27 v 1065 (ObjNum 754 snap 262 seq_num 754) dirty exists 2024-09-13T14:29:30.009 INFO:tasks.rados.rados.0.smithi071.stdout:2012: left oid 27 (ObjNum 754 snap 262 seq_num 754) 2024-09-13T14:29:30.009 INFO:tasks.rados.rados.0.smithi071.stdout:2013: finishing write tid 1 to smithi07185159-50 2024-09-13T14:29:30.009 INFO:tasks.rados.rados.0.smithi071.stdout:2013: finishing write tid 2 to smithi07185159-50 2024-09-13T14:29:30.009 INFO:tasks.rados.rados.0.smithi071.stdout:2013: finishing write tid 3 to smithi07185159-50 2024-09-13T14:29:30.009 INFO:tasks.rados.rados.0.smithi071.stdout:2013: finishing write tid 4 to smithi07185159-50 2024-09-13T14:29:30.009 INFO:tasks.rados.rados.0.smithi071.stdout:2013: oid 50 updating version 0 to 1942 2024-09-13T14:29:30.009 INFO:tasks.rados.rados.0.smithi071.stdout:2013: oid 50 version 1942 is already newer than 1940 2024-09-13T14:29:30.009 INFO:tasks.rados.rados.0.smithi071.stdout:2013: oid 50 version 1942 is already newer than 1941 2024-09-13T14:29:30.009 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 50 v 1942 (ObjNum 755 snap 262 seq_num 755) dirty exists 2024-09-13T14:29:30.009 INFO:tasks.rados.rados.0.smithi071.stdout:2013: left oid 50 (ObjNum 755 snap 262 seq_num 755) 2024-09-13T14:29:30.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:29 smithi071 ceph-mon[107477]: osdmap e586: 8 total, 8 up, 8 in 2024-09-13T14:29:30.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:29:30.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:29 smithi071 ceph-mon[112785]: osdmap e586: 8 total, 8 up, 8 in 2024-09-13T14:29:30.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:29:30.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:29 smithi104 ceph-mon[105578]: osdmap e586: 8 total, 8 up, 8 in 2024-09-13T14:29:30.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:29:30.881 INFO:tasks.rados.rados.0.smithi071.stdout:2008: done (6 left) 2024-09-13T14:29:30.881 INFO:tasks.rados.rados.0.smithi071.stdout:2010: done (5 left) 2024-09-13T14:29:30.881 INFO:tasks.rados.rados.0.smithi071.stdout:2011: done (4 left) 2024-09-13T14:29:30.881 INFO:tasks.rados.rados.0.smithi071.stdout:2012: done (3 left) 2024-09-13T14:29:30.881 INFO:tasks.rados.rados.0.smithi071.stdout:2013: done (2 left) 2024-09-13T14:29:30.881 INFO:tasks.rados.rados.0.smithi071.stdout:2014: done (1 left) 2024-09-13T14:29:30.882 INFO:tasks.rados.rados.0.smithi071.stdout:2015: done (0 left) 2024-09-13T14:29:30.882 INFO:tasks.rados.rados.0.smithi071.stdout:2016: snap_remove snap 250 2024-09-13T14:29:31.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:30 smithi071 ceph-mon[107477]: osdmap e587: 8 total, 8 up, 8 in 2024-09-13T14:29:31.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:30 smithi071 ceph-mon[107477]: pgmap v332: 89 pgs: 89 active+clean; 174 MiB data, 683 MiB used, 715 GiB / 715 GiB avail; 3.0 MiB/s rd, 1.8 MiB/s wr, 11 op/s 2024-09-13T14:29:31.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:30 smithi071 ceph-mon[112785]: osdmap e587: 8 total, 8 up, 8 in 2024-09-13T14:29:31.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:30 smithi071 ceph-mon[112785]: pgmap v332: 89 pgs: 89 active+clean; 174 MiB data, 683 MiB used, 715 GiB / 715 GiB avail; 3.0 MiB/s rd, 1.8 MiB/s wr, 11 op/s 2024-09-13T14:29:31.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:30 smithi104 ceph-mon[105578]: osdmap e587: 8 total, 8 up, 8 in 2024-09-13T14:29:31.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:30 smithi104 ceph-mon[105578]: pgmap v332: 89 pgs: 89 active+clean; 174 MiB data, 683 MiB used, 715 GiB / 715 GiB avail; 3.0 MiB/s rd, 1.8 MiB/s wr, 11 op/s 2024-09-13T14:29:31.892 INFO:tasks.rados.rados.0.smithi071.stdout:2016: done (0 left) 2024-09-13T14:29:31.892 INFO:tasks.rados.rados.0.smithi071.stdout:2017: delete oid 10 current snap is 263 2024-09-13T14:29:31.898 INFO:tasks.rados.rados.0.smithi071.stdout:2017: done (0 left) 2024-09-13T14:29:31.898 INFO:tasks.rados.rados.0.smithi071.stdout:2018: read oid 18 snap -1 2024-09-13T14:29:31.899 INFO:tasks.rados.rados.0.smithi071.stdout:2018: expect (ObjNum 732 snap 255 seq_num 732) 2024-09-13T14:29:31.899 INFO:tasks.rados.rados.0.smithi071.stdout:2019: read oid 28 snap -1 2024-09-13T14:29:31.899 INFO:tasks.rados.rados.0.smithi071.stdout:2019: expect deleted 2024-09-13T14:29:31.899 INFO:tasks.rados.rados.0.smithi071.stdout:2020: snap_remove snap 238 2024-09-13T14:29:32.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:31 smithi104 ceph-mon[105578]: osdmap e588: 8 total, 8 up, 8 in 2024-09-13T14:29:32.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:31 smithi071 ceph-mon[107477]: osdmap e588: 8 total, 8 up, 8 in 2024-09-13T14:29:32.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:31 smithi071 ceph-mon[112785]: osdmap e588: 8 total, 8 up, 8 in 2024-09-13T14:29:32.820 INFO:tasks.rados.rados.0.smithi071.stdout:2020: done (2 left) 2024-09-13T14:29:32.820 INFO:tasks.rados.rados.0.smithi071.stdout:2021: read oid 10 snap -1 2024-09-13T14:29:32.820 INFO:tasks.rados.rados.0.smithi071.stdout:2021: expect deleted 2024-09-13T14:29:32.821 INFO:tasks.rados.rados.0.smithi071.stdout:2022: write oid 6 current snap is 263 2024-09-13T14:29:32.821 INFO:tasks.rados.rados.0.smithi071.stdout:2022: seq_num 757 ranges {722899=482440,1748163=723597} 2024-09-13T14:29:32.827 INFO:tasks.rados.rados.0.smithi071.stdout:2022: writing smithi07185159-6 from 722899 to 1205339 tid 1 2024-09-13T14:29:32.835 INFO:tasks.rados.rados.0.smithi071.stdout:2022: writing smithi07185159-6 from 1748163 to 2471760 tid 2 2024-09-13T14:29:32.836 INFO:tasks.rados.rados.0.smithi071.stdout:2018: expect (ObjNum 732 snap 255 seq_num 732) 2024-09-13T14:29:32.923 INFO:tasks.rados.rados.0.smithi071.stdout:2022: finishing write tid 1 to smithi07185159-6 2024-09-13T14:29:32.923 INFO:tasks.rados.rados.0.smithi071.stdout:2022: finishing write tid 2 to smithi07185159-6 2024-09-13T14:29:32.923 INFO:tasks.rados.rados.0.smithi071.stdout:2022: finishing write tid 3 to smithi07185159-6 2024-09-13T14:29:32.923 INFO:tasks.rados.rados.0.smithi071.stdout:2022: finishing write tid 4 to smithi07185159-6 2024-09-13T14:29:32.923 INFO:tasks.rados.rados.0.smithi071.stdout:2022: oid 6 updating version 0 to 1963 2024-09-13T14:29:32.923 INFO:tasks.rados.rados.0.smithi071.stdout:2022: oid 6 updating version 1963 to 1964 2024-09-13T14:29:32.923 INFO:tasks.rados.rados.0.smithi071.stdout:2022: oid 6 version 1964 is already newer than 1958 2024-09-13T14:29:32.923 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 6 v 1964 (ObjNum 757 snap 263 seq_num 757) dirty exists 2024-09-13T14:29:32.923 INFO:tasks.rados.rados.0.smithi071.stdout:2022: left oid 6 (ObjNum 757 snap 263 seq_num 757) 2024-09-13T14:29:32.923 INFO:tasks.rados.rados.0.smithi071.stdout:2018: done (3 left) 2024-09-13T14:29:32.923 INFO:tasks.rados.rados.0.smithi071.stdout:2019: done (2 left) 2024-09-13T14:29:32.924 INFO:tasks.rados.rados.0.smithi071.stdout:2021: done (1 left) 2024-09-13T14:29:32.924 INFO:tasks.rados.rados.0.smithi071.stdout:2022: done (0 left) 2024-09-13T14:29:32.924 INFO:tasks.rados.rados.0.smithi071.stdout:2023: read oid 48 snap -1 2024-09-13T14:29:32.924 INFO:tasks.rados.rados.0.smithi071.stdout:2023: expect (ObjNum 749 snap 261 seq_num 749) 2024-09-13T14:29:32.924 INFO:tasks.rados.rados.0.smithi071.stdout:2024: read oid 32 snap -1 2024-09-13T14:29:32.924 INFO:tasks.rados.rados.0.smithi071.stdout:2024: expect deleted 2024-09-13T14:29:32.924 INFO:tasks.rados.rados.0.smithi071.stdout:2025: snap_create 2024-09-13T14:29:32.932 INFO:tasks.rados.rados.0.smithi071.stdout:2023: expect (ObjNum 749 snap 261 seq_num 749) 2024-09-13T14:29:33.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:32 smithi071 ceph-mon[107477]: osdmap e589: 8 total, 8 up, 8 in 2024-09-13T14:29:33.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:32 smithi071 ceph-mon[107477]: pgmap v335: 89 pgs: 89 active+clean; 174 MiB data, 683 MiB used, 715 GiB / 715 GiB avail; 3.0 MiB/s rd, 1.8 MiB/s wr, 11 op/s 2024-09-13T14:29:33.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:32 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:29:33.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:32 smithi071 ceph-mon[107477]: osdmap e590: 8 total, 8 up, 8 in 2024-09-13T14:29:33.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:29:32 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:29:32] "GET /metrics HTTP/1.1" 200 36278 "" "Prometheus/2.51.0" 2024-09-13T14:29:33.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:32 smithi071 ceph-mon[112785]: osdmap e589: 8 total, 8 up, 8 in 2024-09-13T14:29:33.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:32 smithi071 ceph-mon[112785]: pgmap v335: 89 pgs: 89 active+clean; 174 MiB data, 683 MiB used, 715 GiB / 715 GiB avail; 3.0 MiB/s rd, 1.8 MiB/s wr, 11 op/s 2024-09-13T14:29:33.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:32 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:29:33.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:32 smithi071 ceph-mon[112785]: osdmap e590: 8 total, 8 up, 8 in 2024-09-13T14:29:33.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:32 smithi104 ceph-mon[105578]: osdmap e589: 8 total, 8 up, 8 in 2024-09-13T14:29:33.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:32 smithi104 ceph-mon[105578]: pgmap v335: 89 pgs: 89 active+clean; 174 MiB data, 683 MiB used, 715 GiB / 715 GiB avail; 3.0 MiB/s rd, 1.8 MiB/s wr, 11 op/s 2024-09-13T14:29:33.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:32 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:29:33.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:32 smithi104 ceph-mon[105578]: osdmap e590: 8 total, 8 up, 8 in 2024-09-13T14:29:33.910 INFO:tasks.rados.rados.0.smithi071.stdout:2023: done (2 left) 2024-09-13T14:29:33.910 INFO:tasks.rados.rados.0.smithi071.stdout:2024: done (1 left) 2024-09-13T14:29:33.910 INFO:tasks.rados.rados.0.smithi071.stdout:2025: done (0 left) 2024-09-13T14:29:33.911 INFO:tasks.rados.rados.0.smithi071.stdout:2026: rollback oid 21 current snap is 264 2024-09-13T14:29:33.911 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 21 to 244 2024-09-13T14:29:33.911 INFO:tasks.rados.rados.0.smithi071.stdout:2027: snap_create 2024-09-13T14:29:33.914 INFO:tasks.rados.rados.0.smithi071.stdout:2026: finishing rollback tid 1 to smithi07185159-21 2024-09-13T14:29:33.914 INFO:tasks.rados.rados.0.smithi071.stdout:2026: finishing rollback tid 2 to smithi07185159-21 2024-09-13T14:29:33.914 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 21 v 862 (ObjNum 705 snap 239 seq_num 705) dirty exists 2024-09-13T14:29:34.923 INFO:tasks.rados.rados.0.smithi071.stdout:2026: done (1 left) 2024-09-13T14:29:34.923 INFO:tasks.rados.rados.0.smithi071.stdout:2027: done (0 left) 2024-09-13T14:29:34.923 INFO:tasks.rados.rados.0.smithi071.stdout:2028: read oid 43 snap -1 2024-09-13T14:29:34.923 INFO:tasks.rados.rados.0.smithi071.stdout:2028: expect (ObjNum 608 snap 199 seq_num 608) 2024-09-13T14:29:34.923 INFO:tasks.rados.rados.0.smithi071.stdout:2029: write oid 8 current snap is 265 2024-09-13T14:29:34.924 INFO:tasks.rados.rados.0.smithi071.stdout:2029: seq_num 758 ranges {739706=557689,1806645=467255} 2024-09-13T14:29:34.930 INFO:tasks.rados.rados.0.smithi071.stdout:2029: writing smithi07185159-8 from 739706 to 1297395 tid 1 2024-09-13T14:29:34.936 INFO:tasks.rados.rados.0.smithi071.stdout:2029: writing smithi07185159-8 from 1806645 to 2273900 tid 2 2024-09-13T14:29:34.936 INFO:tasks.rados.rados.0.smithi071.stdout:2030: snap_remove snap 244 2024-09-13T14:29:35.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:34 smithi104 ceph-mon[105578]: osdmap e591: 8 total, 8 up, 8 in 2024-09-13T14:29:35.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:34 smithi104 ceph-mon[105578]: pgmap v338: 89 pgs: 89 active+clean; 174 MiB data, 683 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:29:35.175 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:34 smithi071 ceph-mon[107477]: osdmap e591: 8 total, 8 up, 8 in 2024-09-13T14:29:35.175 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:34 smithi071 ceph-mon[107477]: pgmap v338: 89 pgs: 89 active+clean; 174 MiB data, 683 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:29:35.176 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:34 smithi071 ceph-mon[112785]: osdmap e591: 8 total, 8 up, 8 in 2024-09-13T14:29:35.176 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:34 smithi071 ceph-mon[112785]: pgmap v338: 89 pgs: 89 active+clean; 174 MiB data, 683 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:29:35.923 INFO:tasks.rados.rados.0.smithi071.stdout:2030: done (2 left) 2024-09-13T14:29:35.923 INFO:tasks.rados.rados.0.smithi071.stdout:2031: write oid 25 current snap is 265 2024-09-13T14:29:35.923 INFO:tasks.rados.rados.0.smithi071.stdout:2031: seq_num 759 ranges {756513=632938,1865127=727266} 2024-09-13T14:29:35.931 INFO:tasks.rados.rados.0.smithi071.stdout:2031: writing smithi07185159-25 from 756513 to 1389451 tid 1 2024-09-13T14:29:35.938 INFO:tasks.rados.rados.0.smithi071.stdout:2031: writing smithi07185159-25 from 1865127 to 2592393 tid 2 2024-09-13T14:29:35.938 INFO:tasks.rados.rados.0.smithi071.stdout:2032: rollback oid 14 current snap is 265 2024-09-13T14:29:35.938 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 14 to 258 2024-09-13T14:29:35.938 INFO:tasks.rados.rados.0.smithi071.stdout:2028: expect (ObjNum 608 snap 199 seq_num 608) 2024-09-13T14:29:36.031 INFO:tasks.rados.rados.0.smithi071.stdout:2029: finishing write tid 1 to smithi07185159-8 2024-09-13T14:29:36.032 INFO:tasks.rados.rados.0.smithi071.stdout:2029: finishing write tid 2 to smithi07185159-8 2024-09-13T14:29:36.032 INFO:tasks.rados.rados.0.smithi071.stdout:2029: finishing write tid 3 to smithi07185159-8 2024-09-13T14:29:36.032 INFO:tasks.rados.rados.0.smithi071.stdout:2029: finishing write tid 4 to smithi07185159-8 2024-09-13T14:29:36.032 INFO:tasks.rados.rados.0.smithi071.stdout:2029: oid 8 updating version 0 to 500 2024-09-13T14:29:36.032 INFO:tasks.rados.rados.0.smithi071.stdout:2029: oid 8 version 500 is already newer than 499 2024-09-13T14:29:36.032 INFO:tasks.rados.rados.0.smithi071.stdout:2029: oid 8 updating version 500 to 501 2024-09-13T14:29:36.032 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 8 v 501 (ObjNum 758 snap 265 seq_num 758) dirty exists 2024-09-13T14:29:36.032 INFO:tasks.rados.rados.0.smithi071.stdout:2029: left oid 8 (ObjNum 758 snap 265 seq_num 758) 2024-09-13T14:29:36.032 INFO:tasks.rados.rados.0.smithi071.stdout:2031: finishing write tid 1 to smithi07185159-25 2024-09-13T14:29:36.032 INFO:tasks.rados.rados.0.smithi071.stdout:2028: done (3 left) 2024-09-13T14:29:36.032 INFO:tasks.rados.rados.0.smithi071.stdout:2029: done (2 left) 2024-09-13T14:29:36.032 INFO:tasks.rados.rados.0.smithi071.stdout:2033: delete oid 29 current snap is 265 2024-09-13T14:29:36.032 INFO:tasks.rados.rados.0.smithi071.stdout:2032: finishing rollback tid 1 to smithi07185159-14 2024-09-13T14:29:36.033 INFO:tasks.rados.rados.0.smithi071.stdout:2032: finishing rollback tid 2 to smithi07185159-14 2024-09-13T14:29:36.033 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 14 v 1021 (ObjNum 716 snap 250 seq_num 716) dirty exists 2024-09-13T14:29:36.033 INFO:tasks.rados.rados.0.smithi071.stdout:2031: finishing write tid 2 to smithi07185159-25 2024-09-13T14:29:36.033 INFO:tasks.rados.rados.0.smithi071.stdout:2031: finishing write tid 3 to smithi07185159-25 2024-09-13T14:29:36.033 INFO:tasks.rados.rados.0.smithi071.stdout:2031: finishing write tid 4 to smithi07185159-25 2024-09-13T14:29:36.033 INFO:tasks.rados.rados.0.smithi071.stdout:2031: oid 25 updating version 0 to 1083 2024-09-13T14:29:36.033 INFO:tasks.rados.rados.0.smithi071.stdout:2031: oid 25 updating version 1083 to 1084 2024-09-13T14:29:36.033 INFO:tasks.rados.rados.0.smithi071.stdout:2031: oid 25 updating version 1084 to 1085 2024-09-13T14:29:36.033 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 25 v 1085 (ObjNum 759 snap 265 seq_num 759) dirty exists 2024-09-13T14:29:36.033 INFO:tasks.rados.rados.0.smithi071.stdout:2031: left oid 25 (ObjNum 759 snap 265 seq_num 759) 2024-09-13T14:29:36.034 INFO:tasks.rados.rados.0.smithi071.stdout:2031: done (2 left) 2024-09-13T14:29:36.034 INFO:tasks.rados.rados.0.smithi071.stdout:2032: done (1 left) 2024-09-13T14:29:36.034 INFO:tasks.rados.rados.0.smithi071.stdout:2033: done (0 left) 2024-09-13T14:29:36.034 INFO:tasks.rados.rados.0.smithi071.stdout:2034: snap_remove snap 263 2024-09-13T14:29:36.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:35 smithi071 ceph-mon[107477]: osdmap e592: 8 total, 8 up, 8 in 2024-09-13T14:29:36.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:35 smithi071 ceph-mon[112785]: osdmap e592: 8 total, 8 up, 8 in 2024-09-13T14:29:36.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:35 smithi104 ceph-mon[105578]: osdmap e592: 8 total, 8 up, 8 in 2024-09-13T14:29:36.927 INFO:tasks.rados.rados.0.smithi071.stdout:2034: done (0 left) 2024-09-13T14:29:36.927 INFO:tasks.rados.rados.0.smithi071.stdout:2035: write oid 7 current snap is 265 2024-09-13T14:29:36.927 INFO:tasks.rados.rados.0.smithi071.stdout:2035: seq_num 761 ranges {790127=499789,1698444=730935} 2024-09-13T14:29:36.933 INFO:tasks.rados.rados.0.smithi071.stdout:2035: writing smithi07185159-7 from 790127 to 1289916 tid 1 2024-09-13T14:29:36.940 INFO:tasks.rados.rados.0.smithi071.stdout:2035: writing smithi07185159-7 from 1698444 to 2429379 tid 2 2024-09-13T14:29:36.940 INFO:tasks.rados.rados.0.smithi071.stdout:2036: rollback oid 45 current snap is 265 2024-09-13T14:29:36.940 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 45 to 248 2024-09-13T14:29:36.940 INFO:tasks.rados.rados.0.smithi071.stdout:2035: finishing write tid 1 to smithi07185159-7 2024-09-13T14:29:36.940 INFO:tasks.rados.rados.0.smithi071.stdout:2037: read oid 17 snap -1 2024-09-13T14:29:36.940 INFO:tasks.rados.rados.0.smithi071.stdout:2037: expect deleted 2024-09-13T14:29:36.940 INFO:tasks.rados.rados.0.smithi071.stdout:2038: read oid 32 snap -1 2024-09-13T14:29:36.940 INFO:tasks.rados.rados.0.smithi071.stdout:2038: expect deleted 2024-09-13T14:29:36.941 INFO:tasks.rados.rados.0.smithi071.stdout:2039: snap_create 2024-09-13T14:29:36.943 INFO:tasks.rados.rados.0.smithi071.stdout:2035: finishing write tid 2 to smithi07185159-7 2024-09-13T14:29:36.943 INFO:tasks.rados.rados.0.smithi071.stdout:2035: finishing write tid 3 to smithi07185159-7 2024-09-13T14:29:36.943 INFO:tasks.rados.rados.0.smithi071.stdout:2035: finishing write tid 4 to smithi07185159-7 2024-09-13T14:29:36.943 INFO:tasks.rados.rados.0.smithi071.stdout:2035: oid 7 updating version 0 to 266 2024-09-13T14:29:36.944 INFO:tasks.rados.rados.0.smithi071.stdout:2035: oid 7 version 266 is already newer than 265 2024-09-13T14:29:36.944 INFO:tasks.rados.rados.0.smithi071.stdout:2035: oid 7 version 266 is already newer than 264 2024-09-13T14:29:36.944 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 7 v 266 (ObjNum 761 snap 265 seq_num 761) dirty exists 2024-09-13T14:29:36.944 INFO:tasks.rados.rados.0.smithi071.stdout:2035: left oid 7 (ObjNum 761 snap 265 seq_num 761) 2024-09-13T14:29:36.944 INFO:tasks.rados.rados.0.smithi071.stdout:2036: finishing rollback tid 0 to smithi07185159-45 2024-09-13T14:29:36.944 INFO:tasks.rados.rados.0.smithi071.stdout:2036: finishing rollback tid 1 to smithi07185159-45 2024-09-13T14:29:36.944 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 45 v 1147 (ObjNum 94753 snap 0 seq_num 1960836512) dirty dne 2024-09-13T14:29:37.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:36 smithi071 ceph-mon[107477]: osdmap e593: 8 total, 8 up, 8 in 2024-09-13T14:29:37.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:36 smithi071 ceph-mon[107477]: pgmap v341: 89 pgs: 89 active+clean; 178 MiB data, 690 MiB used, 715 GiB / 715 GiB avail; 6.9 MiB/s rd, 545 KiB/s wr, 9 op/s 2024-09-13T14:29:37.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:36 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:29:37.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:36 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:29:37.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:36 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:29:37.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:36 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:29:37.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:36 smithi071 ceph-mon[112785]: osdmap e593: 8 total, 8 up, 8 in 2024-09-13T14:29:37.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:36 smithi071 ceph-mon[112785]: pgmap v341: 89 pgs: 89 active+clean; 178 MiB data, 690 MiB used, 715 GiB / 715 GiB avail; 6.9 MiB/s rd, 545 KiB/s wr, 9 op/s 2024-09-13T14:29:37.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:36 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:29:37.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:36 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:29:37.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:36 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:29:37.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:36 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:29:37.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:36 smithi104 ceph-mon[105578]: osdmap e593: 8 total, 8 up, 8 in 2024-09-13T14:29:37.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:36 smithi104 ceph-mon[105578]: pgmap v341: 89 pgs: 89 active+clean; 178 MiB data, 690 MiB used, 715 GiB / 715 GiB avail; 6.9 MiB/s rd, 545 KiB/s wr, 9 op/s 2024-09-13T14:29:37.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:36 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:29:37.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:36 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:29:37.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:36 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:29:37.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:36 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:29:37.819 INFO:tasks.rados.rados.0.smithi071.stdout:2035: done (4 left) 2024-09-13T14:29:37.819 INFO:tasks.rados.rados.0.smithi071.stdout:2036: done (3 left) 2024-09-13T14:29:37.819 INFO:tasks.rados.rados.0.smithi071.stdout:2037: done (2 left) 2024-09-13T14:29:37.819 INFO:tasks.rados.rados.0.smithi071.stdout:2038: done (1 left) 2024-09-13T14:29:37.819 INFO:tasks.rados.rados.0.smithi071.stdout:2039: done (0 left) 2024-09-13T14:29:37.819 INFO:tasks.rados.rados.0.smithi071.stdout:2040: write oid 20 current snap is 266 2024-09-13T14:29:37.820 INFO:tasks.rados.rados.0.smithi071.stdout:2040: seq_num 762 ranges {406934=575038,1640573=474593,2642791=164143} 2024-09-13T14:29:37.824 INFO:tasks.rados.rados.0.smithi071.stdout:2040: writing smithi07185159-20 from 406934 to 981972 tid 1 2024-09-13T14:29:37.830 INFO:tasks.rados.rados.0.smithi071.stdout:2040: writing smithi07185159-20 from 1640573 to 2115166 tid 2 2024-09-13T14:29:37.834 INFO:tasks.rados.rados.0.smithi071.stdout:2040: writing smithi07185159-20 from 2642791 to 2806934 tid 3 2024-09-13T14:29:37.834 INFO:tasks.rados.rados.0.smithi071.stdout:2041: write oid 36 current snap is 266 2024-09-13T14:29:37.834 INFO:tasks.rados.rados.0.smithi071.stdout:2040: finishing write tid 1 to smithi07185159-20 2024-09-13T14:29:37.834 INFO:tasks.rados.rados.0.smithi071.stdout:2040: finishing write tid 2 to smithi07185159-20 2024-09-13T14:29:37.834 INFO:tasks.rados.rados.0.smithi071.stdout:2041: seq_num 763 ranges {423741=650287,1699055=618251} 2024-09-13T14:29:37.840 INFO:tasks.rados.rados.0.smithi071.stdout:2041: writing smithi07185159-36 from 423741 to 1074028 tid 1 2024-09-13T14:29:37.847 INFO:tasks.rados.rados.0.smithi071.stdout:2041: writing smithi07185159-36 from 1699055 to 2317306 tid 2 2024-09-13T14:29:37.847 INFO:tasks.rados.rados.0.smithi071.stdout:2042: delete oid 2 current snap is 266 2024-09-13T14:29:37.847 INFO:tasks.rados.rados.0.smithi071.stdout:2040: finishing write tid 3 to smithi07185159-20 2024-09-13T14:29:37.848 INFO:tasks.rados.rados.0.smithi071.stdout:2040: finishing write tid 4 to smithi07185159-20 2024-09-13T14:29:37.848 INFO:tasks.rados.rados.0.smithi071.stdout:2040: finishing write tid 5 to smithi07185159-20 2024-09-13T14:29:37.848 INFO:tasks.rados.rados.0.smithi071.stdout:2040: oid 20 updating version 0 to 870 2024-09-13T14:29:37.848 INFO:tasks.rados.rados.0.smithi071.stdout:2040: oid 20 updating version 870 to 871 2024-09-13T14:29:37.848 INFO:tasks.rados.rados.0.smithi071.stdout:2040: oid 20 updating version 871 to 872 2024-09-13T14:29:37.848 INFO:tasks.rados.rados.0.smithi071.stdout:2040: oid 20 version 872 is already newer than 869 2024-09-13T14:29:37.848 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 20 v 872 (ObjNum 762 snap 266 seq_num 762) dirty exists 2024-09-13T14:29:37.848 INFO:tasks.rados.rados.0.smithi071.stdout:2040: left oid 20 (ObjNum 762 snap 266 seq_num 762) 2024-09-13T14:29:37.848 INFO:tasks.rados.rados.0.smithi071.stdout:2041: finishing write tid 1 to smithi07185159-36 2024-09-13T14:29:37.850 INFO:tasks.rados.rados.0.smithi071.stdout:2041: finishing write tid 2 to smithi07185159-36 2024-09-13T14:29:37.850 INFO:tasks.rados.rados.0.smithi071.stdout:2041: finishing write tid 3 to smithi07185159-36 2024-09-13T14:29:37.850 INFO:tasks.rados.rados.0.smithi071.stdout:2041: finishing write tid 4 to smithi07185159-36 2024-09-13T14:29:37.850 INFO:tasks.rados.rados.0.smithi071.stdout:2041: oid 36 updating version 0 to 441 2024-09-13T14:29:37.850 INFO:tasks.rados.rados.0.smithi071.stdout:2041: oid 36 version 441 is already newer than 440 2024-09-13T14:29:37.850 INFO:tasks.rados.rados.0.smithi071.stdout:2041: oid 36 updating version 441 to 442 2024-09-13T14:29:37.850 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 36 v 442 (ObjNum 763 snap 266 seq_num 763) dirty exists 2024-09-13T14:29:37.850 INFO:tasks.rados.rados.0.smithi071.stdout:2041: left oid 36 (ObjNum 763 snap 266 seq_num 763) 2024-09-13T14:29:37.851 INFO:tasks.rados.rados.0.smithi071.stdout:2040: done (2 left) 2024-09-13T14:29:37.851 INFO:tasks.rados.rados.0.smithi071.stdout:2041: done (1 left) 2024-09-13T14:29:37.851 INFO:tasks.rados.rados.0.smithi071.stdout:2042: done (0 left) 2024-09-13T14:29:37.851 INFO:tasks.rados.rados.0.smithi071.stdout:2043: read oid 11 snap -1 2024-09-13T14:29:37.852 INFO:tasks.rados.rados.0.smithi071.stdout:2043: expect deleted 2024-09-13T14:29:37.852 INFO:tasks.rados.rados.0.smithi071.stdout:2044: snap_create 2024-09-13T14:29:38.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:37 smithi071 ceph-mon[107477]: osdmap e594: 8 total, 8 up, 8 in 2024-09-13T14:29:38.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:37 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:29:38.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:37 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:29:38.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:37 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:29:38.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:37 smithi071 ceph-mon[107477]: osdmap e595: 8 total, 8 up, 8 in 2024-09-13T14:29:38.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:37 smithi071 ceph-mon[112785]: osdmap e594: 8 total, 8 up, 8 in 2024-09-13T14:29:38.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:37 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:29:38.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:37 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:29:38.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:37 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:29:38.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:37 smithi071 ceph-mon[112785]: osdmap e595: 8 total, 8 up, 8 in 2024-09-13T14:29:38.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:37 smithi104 ceph-mon[105578]: osdmap e594: 8 total, 8 up, 8 in 2024-09-13T14:29:38.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:37 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:29:38.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:37 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:29:38.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:37 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:29:38.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:37 smithi104 ceph-mon[105578]: osdmap e595: 8 total, 8 up, 8 in 2024-09-13T14:29:38.821 INFO:tasks.rados.rados.0.smithi071.stdout:2043: done (1 left) 2024-09-13T14:29:38.821 INFO:tasks.rados.rados.0.smithi071.stdout:2044: done (0 left) 2024-09-13T14:29:38.821 INFO:tasks.rados.rados.0.smithi071.stdout:2045: read oid 22 snap -1 2024-09-13T14:29:38.821 INFO:tasks.rados.rados.0.smithi071.stdout:2045: expect (ObjNum 720 snap 251 seq_num 720) 2024-09-13T14:29:38.822 INFO:tasks.rados.rados.0.smithi071.stdout:2046: delete oid 41 current snap is 267 2024-09-13T14:29:38.825 INFO:tasks.rados.rados.0.smithi071.stdout:2045: expect (ObjNum 720 snap 251 seq_num 720) 2024-09-13T14:29:38.891 INFO:tasks.rados.rados.0.smithi071.stdout:2045: done (1 left) 2024-09-13T14:29:38.891 INFO:tasks.rados.rados.0.smithi071.stdout:2046: done (0 left) 2024-09-13T14:29:38.891 INFO:tasks.rados.rados.0.smithi071.stdout:2047: snap_create 2024-09-13T14:29:39.323 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:38 smithi104 ceph-mon[105578]: pgmap v344: 89 pgs: 89 active+clean; 178 MiB data, 690 MiB used, 715 GiB / 715 GiB avail; 6.9 MiB/s rd, 545 KiB/s wr, 9 op/s 2024-09-13T14:29:39.323 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:38 smithi104 ceph-mon[105578]: osdmap e596: 8 total, 8 up, 8 in 2024-09-13T14:29:39.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:38 smithi071 ceph-mon[107477]: pgmap v344: 89 pgs: 89 active+clean; 178 MiB data, 690 MiB used, 715 GiB / 715 GiB avail; 6.9 MiB/s rd, 545 KiB/s wr, 9 op/s 2024-09-13T14:29:39.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:38 smithi071 ceph-mon[107477]: osdmap e596: 8 total, 8 up, 8 in 2024-09-13T14:29:39.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:38 smithi071 ceph-mon[112785]: pgmap v344: 89 pgs: 89 active+clean; 178 MiB data, 690 MiB used, 715 GiB / 715 GiB avail; 6.9 MiB/s rd, 545 KiB/s wr, 9 op/s 2024-09-13T14:29:39.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:38 smithi071 ceph-mon[112785]: osdmap e596: 8 total, 8 up, 8 in 2024-09-13T14:29:39.823 INFO:tasks.rados.rados.0.smithi071.stdout:2047: done (0 left) 2024-09-13T14:29:39.823 INFO:tasks.rados.rados.0.smithi071.stdout:2048: read oid 25 snap -1 2024-09-13T14:29:39.823 INFO:tasks.rados.rados.0.smithi071.stdout:2048: expect (ObjNum 759 snap 265 seq_num 759) 2024-09-13T14:29:39.824 INFO:tasks.rados.rados.0.smithi071.stdout:2049: read oid 11 snap -1 2024-09-13T14:29:39.824 INFO:tasks.rados.rados.0.smithi071.stdout:2049: expect deleted 2024-09-13T14:29:39.824 INFO:tasks.rados.rados.0.smithi071.stdout:2050: snap_remove snap 261 2024-09-13T14:29:40.831 INFO:tasks.rados.rados.0.smithi071.stdout:2050: done (2 left) 2024-09-13T14:29:40.831 INFO:tasks.rados.rados.0.smithi071.stdout:2051: read oid 31 snap -1 2024-09-13T14:29:40.831 INFO:tasks.rados.rados.0.smithi071.stdout:2051: expect deleted 2024-09-13T14:29:40.831 INFO:tasks.rados.rados.0.smithi071.stdout:2052: read oid 21 snap -1 2024-09-13T14:29:40.831 INFO:tasks.rados.rados.0.smithi071.stdout:2052: expect (ObjNum 705 snap 239 seq_num 705) 2024-09-13T14:29:40.831 INFO:tasks.rados.rados.0.smithi071.stdout:2053: read oid 47 snap -1 2024-09-13T14:29:40.831 INFO:tasks.rados.rados.0.smithi071.stdout:2053: expect (ObjNum 658 snap 215 seq_num 658) 2024-09-13T14:29:40.832 INFO:tasks.rados.rados.0.smithi071.stdout:2054: delete oid 42 current snap is 268 2024-09-13T14:29:40.832 INFO:tasks.rados.rados.0.smithi071.stdout:2048: expect (ObjNum 759 snap 265 seq_num 759) 2024-09-13T14:29:40.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:40 smithi104 ceph-mon[105578]: osdmap e597: 8 total, 8 up, 8 in 2024-09-13T14:29:40.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:40 smithi104 ceph-mon[105578]: pgmap v347: 89 pgs: 89 active+clean; 187 MiB data, 707 MiB used, 715 GiB / 715 GiB avail; 3.2 MiB/s rd, 1.2 MiB/s wr, 10 op/s 2024-09-13T14:29:40.993 INFO:tasks.rados.rados.0.smithi071.stdout:2052: expect (ObjNum 705 snap 239 seq_num 705) 2024-09-13T14:29:41.118 INFO:tasks.rados.rados.0.smithi071.stdout:2053: expect (ObjNum 658 snap 215 seq_num 658) 2024-09-13T14:29:41.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:40 smithi071 ceph-mon[107477]: osdmap e597: 8 total, 8 up, 8 in 2024-09-13T14:29:41.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:40 smithi071 ceph-mon[107477]: pgmap v347: 89 pgs: 89 active+clean; 187 MiB data, 707 MiB used, 715 GiB / 715 GiB avail; 3.2 MiB/s rd, 1.2 MiB/s wr, 10 op/s 2024-09-13T14:29:41.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:40 smithi071 ceph-mon[112785]: osdmap e597: 8 total, 8 up, 8 in 2024-09-13T14:29:41.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:40 smithi071 ceph-mon[112785]: pgmap v347: 89 pgs: 89 active+clean; 187 MiB data, 707 MiB used, 715 GiB / 715 GiB avail; 3.2 MiB/s rd, 1.2 MiB/s wr, 10 op/s 2024-09-13T14:29:41.215 INFO:tasks.rados.rados.0.smithi071.stdout:2048: done (5 left) 2024-09-13T14:29:41.216 INFO:tasks.rados.rados.0.smithi071.stdout:2049: done (4 left) 2024-09-13T14:29:41.216 INFO:tasks.rados.rados.0.smithi071.stdout:2051: done (3 left) 2024-09-13T14:29:41.216 INFO:tasks.rados.rados.0.smithi071.stdout:2052: done (2 left) 2024-09-13T14:29:41.216 INFO:tasks.rados.rados.0.smithi071.stdout:2053: done (1 left) 2024-09-13T14:29:41.216 INFO:tasks.rados.rados.0.smithi071.stdout:2054: done (0 left) 2024-09-13T14:29:41.216 INFO:tasks.rados.rados.0.smithi071.stdout:2055: write oid 46 current snap is 268 2024-09-13T14:29:41.216 INFO:tasks.rados.rados.0.smithi071.stdout:2055: seq_num 767 ranges {490969=551283,1816630=625589} 2024-09-13T14:29:41.220 INFO:tasks.rados.rados.0.smithi071.stdout:2055: writing smithi07185159-46 from 490969 to 1042252 tid 1 2024-09-13T14:29:41.228 INFO:tasks.rados.rados.0.smithi071.stdout:2055: writing smithi07185159-46 from 1816630 to 2442219 tid 2 2024-09-13T14:29:41.228 INFO:tasks.rados.rados.0.smithi071.stdout:2056: read oid 2 snap 252 2024-09-13T14:29:41.228 INFO:tasks.rados.rados.0.smithi071.stdout:2056: expect (ObjNum 711 snap 248 seq_num 711) 2024-09-13T14:29:41.228 INFO:tasks.rados.rados.0.smithi071.stdout:2057: snap_create 2024-09-13T14:29:41.229 INFO:tasks.rados.rados.0.smithi071.stdout:2055: finishing write tid 1 to smithi07185159-46 2024-09-13T14:29:41.231 INFO:tasks.rados.rados.0.smithi071.stdout:2055: finishing write tid 2 to smithi07185159-46 2024-09-13T14:29:41.231 INFO:tasks.rados.rados.0.smithi071.stdout:2055: finishing write tid 3 to smithi07185159-46 2024-09-13T14:29:41.232 INFO:tasks.rados.rados.0.smithi071.stdout:2055: finishing write tid 4 to smithi07185159-46 2024-09-13T14:29:41.232 INFO:tasks.rados.rados.0.smithi071.stdout:2055: oid 46 updating version 0 to 1095 2024-09-13T14:29:41.232 INFO:tasks.rados.rados.0.smithi071.stdout:2055: oid 46 version 1095 is already newer than 1093 2024-09-13T14:29:41.232 INFO:tasks.rados.rados.0.smithi071.stdout:2055: oid 46 version 1095 is already newer than 1094 2024-09-13T14:29:41.233 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 46 v 1095 (ObjNum 767 snap 268 seq_num 767) dirty exists 2024-09-13T14:29:41.233 INFO:tasks.rados.rados.0.smithi071.stdout:2055: left oid 46 (ObjNum 767 snap 268 seq_num 767) 2024-09-13T14:29:41.241 INFO:tasks.rados.rados.0.smithi071.stdout:2056: expect (ObjNum 711 snap 248 seq_num 711) 2024-09-13T14:29:41.836 INFO:tasks.rados.rados.0.smithi071.stdout:2055: done (2 left) 2024-09-13T14:29:41.836 INFO:tasks.rados.rados.0.smithi071.stdout:2056: done (1 left) 2024-09-13T14:29:41.836 INFO:tasks.rados.rados.0.smithi071.stdout:2057: done (0 left) 2024-09-13T14:29:41.836 INFO:tasks.rados.rados.0.smithi071.stdout:2058: snap_remove snap 265 2024-09-13T14:29:42.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:41 smithi071 ceph-mon[107477]: osdmap e598: 8 total, 8 up, 8 in 2024-09-13T14:29:42.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:41 smithi071 ceph-mon[112785]: osdmap e598: 8 total, 8 up, 8 in 2024-09-13T14:29:42.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:41 smithi104 ceph-mon[105578]: osdmap e598: 8 total, 8 up, 8 in 2024-09-13T14:29:42.826 INFO:tasks.rados.rados.0.smithi071.stdout:2058: done (0 left) 2024-09-13T14:29:42.826 INFO:tasks.rados.rados.0.smithi071.stdout:2059: rollback oid 10 current snap is 269 2024-09-13T14:29:42.826 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 10 to 262 2024-09-13T14:29:42.827 INFO:tasks.rados.rados.0.smithi071.stdout:2060: read oid 44 snap 225 2024-09-13T14:29:42.827 INFO:tasks.rados.rados.0.smithi071.stdout:2060: expect deleted 2024-09-13T14:29:42.827 INFO:tasks.rados.rados.0.smithi071.stdout:2061: rollback oid 43 current snap is 269 2024-09-13T14:29:42.827 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 43 to 257 2024-09-13T14:29:42.827 INFO:tasks.rados.rados.0.smithi071.stdout:2062: snap_create 2024-09-13T14:29:42.827 INFO:tasks.rados.rados.0.smithi071.stdout:2059: finishing rollback tid 1 to smithi07185159-10 2024-09-13T14:29:42.827 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 10 v 0 (ObjNum 129 snap 0 seq_num 1961138976) dirty dne 2024-09-13T14:29:42.830 INFO:tasks.rados.rados.0.smithi071.stdout:2061: finishing rollback tid 0 to smithi07185159-43 2024-09-13T14:29:42.830 INFO:tasks.rados.rados.0.smithi071.stdout:2061: finishing rollback tid 1 to smithi07185159-43 2024-09-13T14:29:42.831 INFO:tasks.rados.rados.0.smithi071.stdout:2061: finishing rollback tid 2 to smithi07185159-43 2024-09-13T14:29:42.831 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 43 v 511 (ObjNum 608 snap 199 seq_num 608) dirty exists 2024-09-13T14:29:43.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:42 smithi071 ceph-mon[107477]: osdmap e599: 8 total, 8 up, 8 in 2024-09-13T14:29:43.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:42 smithi071 ceph-mon[107477]: pgmap v350: 89 pgs: 89 active+clean; 187 MiB data, 707 MiB used, 715 GiB / 715 GiB avail; 3.2 MiB/s rd, 1.2 MiB/s wr, 10 op/s 2024-09-13T14:29:43.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:42 smithi071 ceph-mon[107477]: osdmap e600: 8 total, 8 up, 8 in 2024-09-13T14:29:43.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:29:42 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:29:42] "GET /metrics HTTP/1.1" 200 36278 "" "Prometheus/2.51.0" 2024-09-13T14:29:43.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:42 smithi071 ceph-mon[112785]: osdmap e599: 8 total, 8 up, 8 in 2024-09-13T14:29:43.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:42 smithi071 ceph-mon[112785]: pgmap v350: 89 pgs: 89 active+clean; 187 MiB data, 707 MiB used, 715 GiB / 715 GiB avail; 3.2 MiB/s rd, 1.2 MiB/s wr, 10 op/s 2024-09-13T14:29:43.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:42 smithi071 ceph-mon[112785]: osdmap e600: 8 total, 8 up, 8 in 2024-09-13T14:29:43.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:42 smithi104 ceph-mon[105578]: osdmap e599: 8 total, 8 up, 8 in 2024-09-13T14:29:43.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:42 smithi104 ceph-mon[105578]: pgmap v350: 89 pgs: 89 active+clean; 187 MiB data, 707 MiB used, 715 GiB / 715 GiB avail; 3.2 MiB/s rd, 1.2 MiB/s wr, 10 op/s 2024-09-13T14:29:43.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:42 smithi104 ceph-mon[105578]: osdmap e600: 8 total, 8 up, 8 in 2024-09-13T14:29:43.828 INFO:tasks.rados.rados.0.smithi071.stdout:2059: done (3 left) 2024-09-13T14:29:43.828 INFO:tasks.rados.rados.0.smithi071.stdout:2060: done (2 left) 2024-09-13T14:29:43.828 INFO:tasks.rados.rados.0.smithi071.stdout:2061: done (1 left) 2024-09-13T14:29:43.828 INFO:tasks.rados.rados.0.smithi071.stdout:2062: done (0 left) 2024-09-13T14:29:43.829 INFO:tasks.rados.rados.0.smithi071.stdout:2063: snap_remove snap 268 2024-09-13T14:29:44.834 INFO:tasks.rados.rados.0.smithi071.stdout:2063: done (0 left) 2024-09-13T14:29:44.834 INFO:tasks.rados.rados.0.smithi071.stdout:2064: write oid 3 current snap is 270 2024-09-13T14:29:44.835 INFO:tasks.rados.rados.0.smithi071.stdout:2064: seq_num 768 ranges {507776=742885,1991465=485600} 2024-09-13T14:29:44.841 INFO:tasks.rados.rados.0.smithi071.stdout:2064: writing smithi07185159-3 from 507776 to 1250661 tid 1 2024-09-13T14:29:44.848 INFO:tasks.rados.rados.0.smithi071.stdout:2064: writing smithi07185159-3 from 1991465 to 2477065 tid 2 2024-09-13T14:29:44.849 INFO:tasks.rados.rados.0.smithi071.stdout:2065: snap_create 2024-09-13T14:29:44.853 INFO:tasks.rados.rados.0.smithi071.stdout:2064: finishing write tid 1 to smithi07185159-3 2024-09-13T14:29:44.853 INFO:tasks.rados.rados.0.smithi071.stdout:2064: finishing write tid 2 to smithi07185159-3 2024-09-13T14:29:44.853 INFO:tasks.rados.rados.0.smithi071.stdout:2064: finishing write tid 3 to smithi07185159-3 2024-09-13T14:29:44.853 INFO:tasks.rados.rados.0.smithi071.stdout:2064: finishing write tid 4 to smithi07185159-3 2024-09-13T14:29:44.853 INFO:tasks.rados.rados.0.smithi071.stdout:2064: oid 3 updating version 0 to 1986 2024-09-13T14:29:44.853 INFO:tasks.rados.rados.0.smithi071.stdout:2064: oid 3 version 1986 is already newer than 1985 2024-09-13T14:29:44.853 INFO:tasks.rados.rados.0.smithi071.stdout:2064: oid 3 version 1986 is already newer than 1984 2024-09-13T14:29:44.853 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 3 v 1986 (ObjNum 768 snap 270 seq_num 768) dirty exists 2024-09-13T14:29:44.854 INFO:tasks.rados.rados.0.smithi071.stdout:2064: left oid 3 (ObjNum 768 snap 270 seq_num 768) 2024-09-13T14:29:45.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:44 smithi071 ceph-mon[107477]: osdmap e601: 8 total, 8 up, 8 in 2024-09-13T14:29:45.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:44 smithi071 ceph-mon[107477]: pgmap v353: 89 pgs: 89 active+clean; 187 MiB data, 707 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:29:45.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:44 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:29:45.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:44 smithi071 ceph-mon[112785]: osdmap e601: 8 total, 8 up, 8 in 2024-09-13T14:29:45.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:44 smithi071 ceph-mon[112785]: pgmap v353: 89 pgs: 89 active+clean; 187 MiB data, 707 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:29:45.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:44 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:29:45.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:44 smithi104 ceph-mon[105578]: osdmap e601: 8 total, 8 up, 8 in 2024-09-13T14:29:45.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:44 smithi104 ceph-mon[105578]: pgmap v353: 89 pgs: 89 active+clean; 187 MiB data, 707 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:29:45.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:44 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:29:45.834 INFO:tasks.rados.rados.0.smithi071.stdout:2064: done (1 left) 2024-09-13T14:29:45.834 INFO:tasks.rados.rados.0.smithi071.stdout:2065: done (0 left) 2024-09-13T14:29:45.834 INFO:tasks.rados.rados.0.smithi071.stdout:2066: delete oid 20 current snap is 271 2024-09-13T14:29:45.839 INFO:tasks.rados.rados.0.smithi071.stdout:2066: done (0 left) 2024-09-13T14:29:45.839 INFO:tasks.rados.rados.0.smithi071.stdout:2067: rollback oid 21 current snap is 271 2024-09-13T14:29:45.839 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 21 to 225 2024-09-13T14:29:45.839 INFO:tasks.rados.rados.0.smithi071.stdout:2068: snap_remove snap 251 2024-09-13T14:29:46.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:45 smithi071 ceph-mon[107477]: osdmap e602: 8 total, 8 up, 8 in 2024-09-13T14:29:46.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:45 smithi071 ceph-mon[112785]: osdmap e602: 8 total, 8 up, 8 in 2024-09-13T14:29:46.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:45 smithi104 ceph-mon[105578]: osdmap e602: 8 total, 8 up, 8 in 2024-09-13T14:29:46.842 INFO:tasks.rados.rados.0.smithi071.stdout:2068: done (1 left) 2024-09-13T14:29:46.842 INFO:tasks.rados.rados.0.smithi071.stdout:2069: snap_create 2024-09-13T14:29:46.842 INFO:tasks.rados.rados.0.smithi071.stdout:2067: finishing rollback tid 0 to smithi07185159-21 2024-09-13T14:29:46.842 INFO:tasks.rados.rados.0.smithi071.stdout:2067: finishing rollback tid 1 to smithi07185159-21 2024-09-13T14:29:46.842 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 21 v 877 (ObjNum 129 snap 0 seq_num 1960794480) dirty dne 2024-09-13T14:29:47.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:46 smithi071 ceph-mon[107477]: osdmap e603: 8 total, 8 up, 8 in 2024-09-13T14:29:47.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:46 smithi071 ceph-mon[107477]: pgmap v356: 89 pgs: 89 active+clean; 190 MiB data, 712 MiB used, 715 GiB / 715 GiB avail; 10 MiB/s rd, 588 KiB/s wr, 9 op/s 2024-09-13T14:29:47.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:46 smithi071 ceph-mon[112785]: osdmap e603: 8 total, 8 up, 8 in 2024-09-13T14:29:47.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:46 smithi071 ceph-mon[112785]: pgmap v356: 89 pgs: 89 active+clean; 190 MiB data, 712 MiB used, 715 GiB / 715 GiB avail; 10 MiB/s rd, 588 KiB/s wr, 9 op/s 2024-09-13T14:29:47.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:46 smithi104 ceph-mon[105578]: osdmap e603: 8 total, 8 up, 8 in 2024-09-13T14:29:47.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:46 smithi104 ceph-mon[105578]: pgmap v356: 89 pgs: 89 active+clean; 190 MiB data, 712 MiB used, 715 GiB / 715 GiB avail; 10 MiB/s rd, 588 KiB/s wr, 9 op/s 2024-09-13T14:29:47.828 INFO:tasks.rados.rados.0.smithi071.stdout:2067: done (1 left) 2024-09-13T14:29:47.828 INFO:tasks.rados.rados.0.smithi071.stdout:2069: done (0 left) 2024-09-13T14:29:47.828 INFO:tasks.rados.rados.0.smithi071.stdout:2070: write oid 8 current snap is 272 2024-09-13T14:29:47.828 INFO:tasks.rados.rados.0.smithi071.stdout:2070: seq_num 770 ranges {541390=493383,1592076=489269,2862175=79215} 2024-09-13T14:29:47.833 INFO:tasks.rados.rados.0.smithi071.stdout:2070: writing smithi07185159-8 from 541390 to 1034773 tid 1 2024-09-13T14:29:47.839 INFO:tasks.rados.rados.0.smithi071.stdout:2070: writing smithi07185159-8 from 1592076 to 2081345 tid 2 2024-09-13T14:29:47.845 INFO:tasks.rados.rados.0.smithi071.stdout:2070: writing smithi07185159-8 from 2862175 to 2941390 tid 3 2024-09-13T14:29:47.845 INFO:tasks.rados.rados.0.smithi071.stdout:2071: snap_create 2024-09-13T14:29:47.845 INFO:tasks.rados.rados.0.smithi071.stdout:2070: finishing write tid 1 to smithi07185159-8 2024-09-13T14:29:47.845 INFO:tasks.rados.rados.0.smithi071.stdout:2070: finishing write tid 2 to smithi07185159-8 2024-09-13T14:29:47.847 INFO:tasks.rados.rados.0.smithi071.stdout:2070: finishing write tid 3 to smithi07185159-8 2024-09-13T14:29:47.847 INFO:tasks.rados.rados.0.smithi071.stdout:2070: finishing write tid 4 to smithi07185159-8 2024-09-13T14:29:47.847 INFO:tasks.rados.rados.0.smithi071.stdout:2070: finishing write tid 5 to smithi07185159-8 2024-09-13T14:29:47.848 INFO:tasks.rados.rados.0.smithi071.stdout:2070: oid 8 updating version 0 to 520 2024-09-13T14:29:47.848 INFO:tasks.rados.rados.0.smithi071.stdout:2070: oid 8 version 520 is already newer than 519 2024-09-13T14:29:47.848 INFO:tasks.rados.rados.0.smithi071.stdout:2070: oid 8 updating version 520 to 522 2024-09-13T14:29:47.848 INFO:tasks.rados.rados.0.smithi071.stdout:2070: oid 8 version 522 is already newer than 521 2024-09-13T14:29:47.848 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 8 v 522 (ObjNum 770 snap 272 seq_num 770) dirty exists 2024-09-13T14:29:47.848 INFO:tasks.rados.rados.0.smithi071.stdout:2070: left oid 8 (ObjNum 770 snap 272 seq_num 770) 2024-09-13T14:29:48.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:47 smithi071 ceph-mon[112785]: osdmap e604: 8 total, 8 up, 8 in 2024-09-13T14:29:48.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:47 smithi071 ceph-mon[112785]: osdmap e605: 8 total, 8 up, 8 in 2024-09-13T14:29:48.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:47 smithi071 ceph-mon[107477]: osdmap e604: 8 total, 8 up, 8 in 2024-09-13T14:29:48.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:47 smithi071 ceph-mon[107477]: osdmap e605: 8 total, 8 up, 8 in 2024-09-13T14:29:48.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:47 smithi104 ceph-mon[105578]: osdmap e604: 8 total, 8 up, 8 in 2024-09-13T14:29:48.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:47 smithi104 ceph-mon[105578]: osdmap e605: 8 total, 8 up, 8 in 2024-09-13T14:29:48.851 INFO:tasks.rados.rados.0.smithi071.stdout:2070: done (1 left) 2024-09-13T14:29:48.852 INFO:tasks.rados.rados.0.smithi071.stdout:2071: done (0 left) 2024-09-13T14:29:48.852 INFO:tasks.rados.rados.0.smithi071.stdout:2072: write oid 10 current snap is 273 2024-09-13T14:29:48.852 INFO:tasks.rados.rados.0.smithi071.stdout:2072: seq_num 771 ranges {558197=568632,1650558=632927,2773245=184952} 2024-09-13T14:29:48.857 INFO:tasks.rados.rados.0.smithi071.stdout:2072: writing smithi07185159-10 from 558197 to 1126829 tid 1 2024-09-13T14:29:48.864 INFO:tasks.rados.rados.0.smithi071.stdout:2072: writing smithi07185159-10 from 1650558 to 2283485 tid 2 2024-09-13T14:29:48.868 INFO:tasks.rados.rados.0.smithi071.stdout:2072: writing smithi07185159-10 from 2773245 to 2958197 tid 3 2024-09-13T14:29:48.868 INFO:tasks.rados.rados.0.smithi071.stdout:2073: delete oid 47 current snap is 273 2024-09-13T14:29:48.868 INFO:tasks.rados.rados.0.smithi071.stdout:2072: finishing write tid 1 to smithi07185159-10 2024-09-13T14:29:48.868 INFO:tasks.rados.rados.0.smithi071.stdout:2072: finishing write tid 2 to smithi07185159-10 2024-09-13T14:29:48.870 INFO:tasks.rados.rados.0.smithi071.stdout:2072: finishing write tid 3 to smithi07185159-10 2024-09-13T14:29:48.870 INFO:tasks.rados.rados.0.smithi071.stdout:2072: finishing write tid 4 to smithi07185159-10 2024-09-13T14:29:48.870 INFO:tasks.rados.rados.0.smithi071.stdout:2072: finishing write tid 5 to smithi07185159-10 2024-09-13T14:29:48.870 INFO:tasks.rados.rados.0.smithi071.stdout:2072: oid 10 updating version 0 to 1025 2024-09-13T14:29:48.870 INFO:tasks.rados.rados.0.smithi071.stdout:2072: oid 10 version 1025 is already newer than 1022 2024-09-13T14:29:48.871 INFO:tasks.rados.rados.0.smithi071.stdout:2072: oid 10 version 1025 is already newer than 1024 2024-09-13T14:29:48.871 INFO:tasks.rados.rados.0.smithi071.stdout:2072: oid 10 version 1025 is already newer than 1023 2024-09-13T14:29:48.871 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 10 v 1025 (ObjNum 771 snap 273 seq_num 771) dirty exists 2024-09-13T14:29:48.871 INFO:tasks.rados.rados.0.smithi071.stdout:2072: left oid 10 (ObjNum 771 snap 273 seq_num 771) 2024-09-13T14:29:48.871 INFO:tasks.rados.rados.0.smithi071.stdout:2072: done (1 left) 2024-09-13T14:29:48.871 INFO:tasks.rados.rados.0.smithi071.stdout:2073: done (0 left) 2024-09-13T14:29:48.871 INFO:tasks.rados.rados.0.smithi071.stdout:2074: snap_create 2024-09-13T14:29:49.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:48 smithi071 ceph-mon[107477]: pgmap v359: 89 pgs: 89 active+clean; 190 MiB data, 712 MiB used, 715 GiB / 715 GiB avail; 10 MiB/s rd, 588 KiB/s wr, 9 op/s 2024-09-13T14:29:49.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:48 smithi071 ceph-mon[112785]: pgmap v359: 89 pgs: 89 active+clean; 190 MiB data, 712 MiB used, 715 GiB / 715 GiB avail; 10 MiB/s rd, 588 KiB/s wr, 9 op/s 2024-09-13T14:29:49.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:48 smithi104 ceph-mon[105578]: pgmap v359: 89 pgs: 89 active+clean; 190 MiB data, 712 MiB used, 715 GiB / 715 GiB avail; 10 MiB/s rd, 588 KiB/s wr, 9 op/s 2024-09-13T14:29:49.853 INFO:tasks.rados.rados.0.smithi071.stdout:2074: done (0 left) 2024-09-13T14:29:49.853 INFO:tasks.rados.rados.0.smithi071.stdout:2075: rollback oid 33 current snap is 274 2024-09-13T14:29:49.853 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 33 to 273 2024-09-13T14:29:49.853 INFO:tasks.rados.rados.0.smithi071.stdout:2076: read oid 44 snap -1 2024-09-13T14:29:49.853 INFO:tasks.rados.rados.0.smithi071.stdout:2076: expect deleted 2024-09-13T14:29:49.853 INFO:tasks.rados.rados.0.smithi071.stdout:2077: write oid 23 current snap is 274 2024-09-13T14:29:49.853 INFO:tasks.rados.rados.0.smithi071.stdout:2077: seq_num 773 ranges {591811=719130,1767522=636596,2828091=163720} 2024-09-13T14:29:49.860 INFO:tasks.rados.rados.0.smithi071.stdout:2077: writing smithi07185159-23 from 591811 to 1310941 tid 1 2024-09-13T14:29:49.866 INFO:tasks.rados.rados.0.smithi071.stdout:2077: writing smithi07185159-23 from 1767522 to 2404118 tid 2 2024-09-13T14:29:49.870 INFO:tasks.rados.rados.0.smithi071.stdout:2077: writing smithi07185159-23 from 2828091 to 2991811 tid 3 2024-09-13T14:29:49.870 INFO:tasks.rados.rados.0.smithi071.stdout:2078: snap_remove snap 240 2024-09-13T14:29:50.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:49 smithi071 ceph-mon[107477]: osdmap e606: 8 total, 8 up, 8 in 2024-09-13T14:29:50.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:49 smithi071 ceph-mon[112785]: osdmap e606: 8 total, 8 up, 8 in 2024-09-13T14:29:50.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:49 smithi104 ceph-mon[105578]: osdmap e606: 8 total, 8 up, 8 in 2024-09-13T14:29:50.865 INFO:tasks.rados.rados.0.smithi071.stdout:2075: finishing rollback tid 0 to smithi07185159-33 2024-09-13T14:29:50.865 INFO:tasks.rados.rados.0.smithi071.stdout:2075: finishing rollback tid 1 to smithi07185159-33 2024-09-13T14:29:50.865 INFO:tasks.rados.rados.0.smithi071.stdout:2075: finishing rollback tid 2 to smithi07185159-33 2024-09-13T14:29:50.865 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 33 v 887 (ObjNum 745 snap 259 seq_num 745) dirty exists 2024-09-13T14:29:50.865 INFO:tasks.rados.rados.0.smithi071.stdout:2077: finishing write tid 1 to smithi07185159-23 2024-09-13T14:29:50.866 INFO:tasks.rados.rados.0.smithi071.stdout:2077: finishing write tid 2 to smithi07185159-23 2024-09-13T14:29:50.866 INFO:tasks.rados.rados.0.smithi071.stdout:2077: finishing write tid 3 to smithi07185159-23 2024-09-13T14:29:50.866 INFO:tasks.rados.rados.0.smithi071.stdout:2077: finishing write tid 4 to smithi07185159-23 2024-09-13T14:29:50.866 INFO:tasks.rados.rados.0.smithi071.stdout:2077: finishing write tid 5 to smithi07185159-23 2024-09-13T14:29:50.866 INFO:tasks.rados.rados.0.smithi071.stdout:2077: oid 23 updating version 0 to 1105 2024-09-13T14:29:50.866 INFO:tasks.rados.rados.0.smithi071.stdout:2077: oid 23 updating version 1105 to 1106 2024-09-13T14:29:50.866 INFO:tasks.rados.rados.0.smithi071.stdout:2077: oid 23 updating version 1106 to 1107 2024-09-13T14:29:50.866 INFO:tasks.rados.rados.0.smithi071.stdout:2077: oid 23 updating version 1107 to 1108 2024-09-13T14:29:50.866 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 23 v 1108 (ObjNum 773 snap 274 seq_num 773) dirty exists 2024-09-13T14:29:50.866 INFO:tasks.rados.rados.0.smithi071.stdout:2077: left oid 23 (ObjNum 773 snap 274 seq_num 773) 2024-09-13T14:29:50.867 INFO:tasks.rados.rados.0.smithi071.stdout:2075: done (3 left) 2024-09-13T14:29:50.867 INFO:tasks.rados.rados.0.smithi071.stdout:2076: done (2 left) 2024-09-13T14:29:50.867 INFO:tasks.rados.rados.0.smithi071.stdout:2077: done (1 left) 2024-09-13T14:29:50.867 INFO:tasks.rados.rados.0.smithi071.stdout:2078: done (0 left) 2024-09-13T14:29:50.867 INFO:tasks.rados.rados.0.smithi071.stdout:2079: read oid 9 snap 257 2024-09-13T14:29:50.867 INFO:tasks.rados.rados.0.smithi071.stdout:2079: expect (ObjNum 718 snap 251 seq_num 718) 2024-09-13T14:29:50.867 INFO:tasks.rados.rados.0.smithi071.stdout:2080: read oid 2 snap -1 2024-09-13T14:29:50.868 INFO:tasks.rados.rados.0.smithi071.stdout:2080: expect deleted 2024-09-13T14:29:50.868 INFO:tasks.rados.rados.0.smithi071.stdout:2081: delete oid 34 current snap is 274 2024-09-13T14:29:50.871 INFO:tasks.rados.rados.0.smithi071.stdout:2079: expect (ObjNum 718 snap 251 seq_num 718) 2024-09-13T14:29:50.956 INFO:tasks.rados.rados.0.smithi071.stdout:2079: done (2 left) 2024-09-13T14:29:50.956 INFO:tasks.rados.rados.0.smithi071.stdout:2080: done (1 left) 2024-09-13T14:29:50.956 INFO:tasks.rados.rados.0.smithi071.stdout:2081: done (0 left) 2024-09-13T14:29:50.956 INFO:tasks.rados.rados.0.smithi071.stdout:2082: snap_remove snap 269 2024-09-13T14:29:51.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:50 smithi071 ceph-mon[107477]: osdmap e607: 8 total, 8 up, 8 in 2024-09-13T14:29:51.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:50 smithi071 ceph-mon[107477]: pgmap v362: 89 pgs: 89 active+clean; 195 MiB data, 706 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 969 KiB/s wr, 6 op/s 2024-09-13T14:29:51.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:50 smithi071 ceph-mon[112785]: osdmap e607: 8 total, 8 up, 8 in 2024-09-13T14:29:51.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:50 smithi071 ceph-mon[112785]: pgmap v362: 89 pgs: 89 active+clean; 195 MiB data, 706 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 969 KiB/s wr, 6 op/s 2024-09-13T14:29:51.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:50 smithi104 ceph-mon[105578]: osdmap e607: 8 total, 8 up, 8 in 2024-09-13T14:29:51.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:50 smithi104 ceph-mon[105578]: pgmap v362: 89 pgs: 89 active+clean; 195 MiB data, 706 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 969 KiB/s wr, 6 op/s 2024-09-13T14:29:51.869 INFO:tasks.rados.rados.0.smithi071.stdout:2082: done (0 left) 2024-09-13T14:29:51.869 INFO:tasks.rados.rados.0.smithi071.stdout:2083: snap_remove snap 266 2024-09-13T14:29:51.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:51 smithi104 ceph-mon[105578]: osdmap e608: 8 total, 8 up, 8 in 2024-09-13T14:29:52.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:51 smithi071 ceph-mon[107477]: osdmap e608: 8 total, 8 up, 8 in 2024-09-13T14:29:52.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:51 smithi071 ceph-mon[112785]: osdmap e608: 8 total, 8 up, 8 in 2024-09-13T14:29:52.833 INFO:tasks.rados.rados.0.smithi071.stdout:2083: done (0 left) 2024-09-13T14:29:52.833 INFO:tasks.rados.rados.0.smithi071.stdout:2084: write oid 20 current snap is 274 2024-09-13T14:29:52.833 INFO:tasks.rados.rados.0.smithi071.stdout:2084: seq_num 775 ranges {625425=469628,1768133=640265} 2024-09-13T14:29:52.836 INFO:tasks.rados.rados.0.smithi071.stdout:2084: writing smithi07185159-20 from 625425 to 1095053 tid 1 2024-09-13T14:29:52.843 INFO:tasks.rados.rados.0.smithi071.stdout:2084: writing smithi07185159-20 from 1768133 to 2408398 tid 2 2024-09-13T14:29:52.843 INFO:tasks.rados.rados.0.smithi071.stdout:2085: snap_create 2024-09-13T14:29:52.843 INFO:tasks.rados.rados.0.smithi071.stdout:2084: finishing write tid 1 to smithi07185159-20 2024-09-13T14:29:52.847 INFO:tasks.rados.rados.0.smithi071.stdout:2084: finishing write tid 2 to smithi07185159-20 2024-09-13T14:29:52.847 INFO:tasks.rados.rados.0.smithi071.stdout:2084: finishing write tid 3 to smithi07185159-20 2024-09-13T14:29:52.847 INFO:tasks.rados.rados.0.smithi071.stdout:2084: finishing write tid 4 to smithi07185159-20 2024-09-13T14:29:52.847 INFO:tasks.rados.rados.0.smithi071.stdout:2084: oid 20 updating version 0 to 911 2024-09-13T14:29:52.847 INFO:tasks.rados.rados.0.smithi071.stdout:2084: oid 20 updating version 911 to 912 2024-09-13T14:29:52.847 INFO:tasks.rados.rados.0.smithi071.stdout:2084: oid 20 version 912 is already newer than 910 2024-09-13T14:29:52.847 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 20 v 912 (ObjNum 775 snap 274 seq_num 775) dirty exists 2024-09-13T14:29:52.847 INFO:tasks.rados.rados.0.smithi071.stdout:2084: left oid 20 (ObjNum 775 snap 274 seq_num 775) 2024-09-13T14:29:53.140 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:29:52 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:29:52] "GET /metrics HTTP/1.1" 200 36281 "" "Prometheus/2.51.0" 2024-09-13T14:29:53.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:52 smithi071 ceph-mon[107477]: osdmap e609: 8 total, 8 up, 8 in 2024-09-13T14:29:53.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:52 smithi071 ceph-mon[107477]: pgmap v365: 89 pgs: 89 active+clean; 195 MiB data, 706 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 969 KiB/s wr, 6 op/s 2024-09-13T14:29:53.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:52 smithi071 ceph-mon[107477]: osdmap e610: 8 total, 8 up, 8 in 2024-09-13T14:29:53.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:52 smithi071 ceph-mon[112785]: osdmap e609: 8 total, 8 up, 8 in 2024-09-13T14:29:53.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:52 smithi071 ceph-mon[112785]: pgmap v365: 89 pgs: 89 active+clean; 195 MiB data, 706 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 969 KiB/s wr, 6 op/s 2024-09-13T14:29:53.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:52 smithi071 ceph-mon[112785]: osdmap e610: 8 total, 8 up, 8 in 2024-09-13T14:29:53.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:52 smithi104 ceph-mon[105578]: osdmap e609: 8 total, 8 up, 8 in 2024-09-13T14:29:53.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:52 smithi104 ceph-mon[105578]: pgmap v365: 89 pgs: 89 active+clean; 195 MiB data, 706 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 969 KiB/s wr, 6 op/s 2024-09-13T14:29:53.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:52 smithi104 ceph-mon[105578]: osdmap e610: 8 total, 8 up, 8 in 2024-09-13T14:29:53.827 INFO:tasks.rados.rados.0.smithi071.stdout:2084: done (1 left) 2024-09-13T14:29:53.827 INFO:tasks.rados.rados.0.smithi071.stdout:2085: done (0 left) 2024-09-13T14:29:53.827 INFO:tasks.rados.rados.0.smithi071.stdout:2086: snap_remove snap 225 2024-09-13T14:29:54.831 INFO:tasks.rados.rados.0.smithi071.stdout:2086: done (0 left) 2024-09-13T14:29:54.831 INFO:tasks.rados.rados.0.smithi071.stdout:2087: write oid 8 current snap is 275 2024-09-13T14:29:54.831 INFO:tasks.rados.rados.0.smithi071.stdout:2087: seq_num 776 ranges {642232=661230,1942968=783923} 2024-09-13T14:29:54.838 INFO:tasks.rados.rados.0.smithi071.stdout:2087: writing smithi07185159-8 from 642232 to 1303462 tid 1 2024-09-13T14:29:54.847 INFO:tasks.rados.rados.0.smithi071.stdout:2087: writing smithi07185159-8 from 1942968 to 2726891 tid 2 2024-09-13T14:29:54.848 INFO:tasks.rados.rados.0.smithi071.stdout:2088: delete oid 15 current snap is 275 2024-09-13T14:29:54.848 INFO:tasks.rados.rados.0.smithi071.stdout:2087: finishing write tid 1 to smithi07185159-8 2024-09-13T14:29:54.851 INFO:tasks.rados.rados.0.smithi071.stdout:2087: finishing write tid 2 to smithi07185159-8 2024-09-13T14:29:54.851 INFO:tasks.rados.rados.0.smithi071.stdout:2088: done (1 left) 2024-09-13T14:29:54.851 INFO:tasks.rados.rados.0.smithi071.stdout:2089: delete oid 34 current snap is 275 2024-09-13T14:29:54.852 INFO:tasks.rados.rados.0.smithi071.stdout:2087: finishing write tid 3 to smithi07185159-8 2024-09-13T14:29:54.852 INFO:tasks.rados.rados.0.smithi071.stdout:2087: finishing write tid 4 to smithi07185159-8 2024-09-13T14:29:54.852 INFO:tasks.rados.rados.0.smithi071.stdout:2087: oid 8 updating version 0 to 542 2024-09-13T14:29:54.852 INFO:tasks.rados.rados.0.smithi071.stdout:2087: oid 8 version 542 is already newer than 538 2024-09-13T14:29:54.852 INFO:tasks.rados.rados.0.smithi071.stdout:2087: oid 8 version 542 is already newer than 541 2024-09-13T14:29:54.852 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 8 v 542 (ObjNum 776 snap 275 seq_num 776) dirty exists 2024-09-13T14:29:54.852 INFO:tasks.rados.rados.0.smithi071.stdout:2087: left oid 8 (ObjNum 776 snap 275 seq_num 776) 2024-09-13T14:29:54.852 INFO:tasks.rados.rados.0.smithi071.stdout:2087: done (1 left) 2024-09-13T14:29:54.853 INFO:tasks.rados.rados.0.smithi071.stdout:2089: done (0 left) 2024-09-13T14:29:54.853 INFO:tasks.rados.rados.0.smithi071.stdout:2090: write oid 3 current snap is 275 2024-09-13T14:29:54.853 INFO:tasks.rados.rados.0.smithi071.stdout:2090: seq_num 779 ranges {692653=486977,1602061=647603,2992629=100024} 2024-09-13T14:29:54.859 INFO:tasks.rados.rados.0.smithi071.stdout:2090: writing smithi07185159-3 from 692653 to 1179630 tid 1 2024-09-13T14:29:54.865 INFO:tasks.rados.rados.0.smithi071.stdout:2090: writing smithi07185159-3 from 1602061 to 2249664 tid 2 2024-09-13T14:29:54.869 INFO:tasks.rados.rados.0.smithi071.stdout:2090: writing smithi07185159-3 from 2992629 to 3092653 tid 3 2024-09-13T14:29:54.869 INFO:tasks.rados.rados.0.smithi071.stdout:2091: snap_create 2024-09-13T14:29:54.869 INFO:tasks.rados.rados.0.smithi071.stdout:2090: finishing write tid 1 to smithi07185159-3 2024-09-13T14:29:54.870 INFO:tasks.rados.rados.0.smithi071.stdout:2090: finishing write tid 2 to smithi07185159-3 2024-09-13T14:29:54.872 INFO:tasks.rados.rados.0.smithi071.stdout:2090: finishing write tid 3 to smithi07185159-3 2024-09-13T14:29:54.872 INFO:tasks.rados.rados.0.smithi071.stdout:2090: finishing write tid 4 to smithi07185159-3 2024-09-13T14:29:54.873 INFO:tasks.rados.rados.0.smithi071.stdout:2090: finishing write tid 5 to smithi07185159-3 2024-09-13T14:29:54.873 INFO:tasks.rados.rados.0.smithi071.stdout:2090: oid 3 updating version 0 to 2029 2024-09-13T14:29:54.873 INFO:tasks.rados.rados.0.smithi071.stdout:2090: oid 3 updating version 2029 to 2030 2024-09-13T14:29:54.873 INFO:tasks.rados.rados.0.smithi071.stdout:2090: oid 3 version 2030 is already newer than 2028 2024-09-13T14:29:54.873 INFO:tasks.rados.rados.0.smithi071.stdout:2090: oid 3 version 2030 is already newer than 2027 2024-09-13T14:29:54.873 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 3 v 2030 (ObjNum 779 snap 275 seq_num 779) dirty exists 2024-09-13T14:29:54.873 INFO:tasks.rados.rados.0.smithi071.stdout:2090: left oid 3 (ObjNum 779 snap 275 seq_num 779) 2024-09-13T14:29:55.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:54 smithi071 ceph-mon[107477]: osdmap e611: 8 total, 8 up, 8 in 2024-09-13T14:29:55.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:54 smithi071 ceph-mon[107477]: pgmap v368: 89 pgs: 89 active+clean; 195 MiB data, 706 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:29:55.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:54 smithi071 ceph-mon[112785]: osdmap e611: 8 total, 8 up, 8 in 2024-09-13T14:29:55.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:54 smithi071 ceph-mon[112785]: pgmap v368: 89 pgs: 89 active+clean; 195 MiB data, 706 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:29:55.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:54 smithi104 ceph-mon[105578]: osdmap e611: 8 total, 8 up, 8 in 2024-09-13T14:29:55.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:54 smithi104 ceph-mon[105578]: pgmap v368: 89 pgs: 89 active+clean; 195 MiB data, 706 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:29:55.837 INFO:tasks.rados.rados.0.smithi071.stdout:2090: done (1 left) 2024-09-13T14:29:55.837 INFO:tasks.rados.rados.0.smithi071.stdout:2091: done (0 left) 2024-09-13T14:29:55.837 INFO:tasks.rados.rados.0.smithi071.stdout:2092: write oid 18 current snap is 276 2024-09-13T14:29:55.838 INFO:tasks.rados.rados.0.smithi071.stdout:2092: seq_num 780 ranges {709460=562226,2060543=791261} 2024-09-13T14:29:55.844 INFO:tasks.rados.rados.0.smithi071.stdout:2092: writing smithi07185159-18 from 709460 to 1271686 tid 1 2024-09-13T14:29:55.853 INFO:tasks.rados.rados.0.smithi071.stdout:2092: writing smithi07185159-18 from 2060543 to 2851804 tid 2 2024-09-13T14:29:55.853 INFO:tasks.rados.rados.0.smithi071.stdout:2093: snap_remove snap 270 2024-09-13T14:29:56.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:55 smithi071 ceph-mon[107477]: osdmap e612: 8 total, 8 up, 8 in 2024-09-13T14:29:56.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:55 smithi071 ceph-mon[112785]: osdmap e612: 8 total, 8 up, 8 in 2024-09-13T14:29:56.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:55 smithi104 ceph-mon[105578]: osdmap e612: 8 total, 8 up, 8 in 2024-09-13T14:29:56.846 INFO:tasks.rados.rados.0.smithi071.stdout:2093: done (1 left) 2024-09-13T14:29:56.846 INFO:tasks.rados.rados.0.smithi071.stdout:2094: delete oid 38 current snap is 276 2024-09-13T14:29:56.846 INFO:tasks.rados.rados.0.smithi071.stdout:2092: finishing write tid 1 to smithi07185159-18 2024-09-13T14:29:56.846 INFO:tasks.rados.rados.0.smithi071.stdout:2092: finishing write tid 2 to smithi07185159-18 2024-09-13T14:29:56.847 INFO:tasks.rados.rados.0.smithi071.stdout:2092: finishing write tid 3 to smithi07185159-18 2024-09-13T14:29:56.847 INFO:tasks.rados.rados.0.smithi071.stdout:2092: finishing write tid 4 to smithi07185159-18 2024-09-13T14:29:56.847 INFO:tasks.rados.rados.0.smithi071.stdout:2092: oid 18 updating version 0 to 2033 2024-09-13T14:29:56.847 INFO:tasks.rados.rados.0.smithi071.stdout:2092: oid 18 version 2033 is already newer than 2032 2024-09-13T14:29:56.847 INFO:tasks.rados.rados.0.smithi071.stdout:2092: oid 18 updating version 2033 to 2034 2024-09-13T14:29:56.847 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 18 v 2034 (ObjNum 780 snap 276 seq_num 780) dirty exists 2024-09-13T14:29:56.847 INFO:tasks.rados.rados.0.smithi071.stdout:2092: left oid 18 (ObjNum 780 snap 276 seq_num 780) 2024-09-13T14:29:56.853 INFO:tasks.rados.rados.0.smithi071.stdout:2092: done (1 left) 2024-09-13T14:29:56.853 INFO:tasks.rados.rados.0.smithi071.stdout:2094: done (0 left) 2024-09-13T14:29:56.853 INFO:tasks.rados.rados.0.smithi071.stdout:2095: read oid 43 snap -1 2024-09-13T14:29:56.853 INFO:tasks.rados.rados.0.smithi071.stdout:2095: expect (ObjNum 608 snap 199 seq_num 608) 2024-09-13T14:29:56.853 INFO:tasks.rados.rados.0.smithi071.stdout:2096: snap_remove snap 254 2024-09-13T14:29:57.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:56 smithi071 ceph-mon[107477]: osdmap e613: 8 total, 8 up, 8 in 2024-09-13T14:29:57.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:56 smithi071 ceph-mon[107477]: pgmap v371: 89 pgs: 89 active+clean; 183 MiB data, 704 MiB used, 715 GiB / 715 GiB avail; 886 KiB/s rd, 926 KiB/s wr, 6 op/s 2024-09-13T14:29:57.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:56 smithi071 ceph-mon[112785]: osdmap e613: 8 total, 8 up, 8 in 2024-09-13T14:29:57.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:56 smithi071 ceph-mon[112785]: pgmap v371: 89 pgs: 89 active+clean; 183 MiB data, 704 MiB used, 715 GiB / 715 GiB avail; 886 KiB/s rd, 926 KiB/s wr, 6 op/s 2024-09-13T14:29:57.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:56 smithi104 ceph-mon[105578]: osdmap e613: 8 total, 8 up, 8 in 2024-09-13T14:29:57.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:56 smithi104 ceph-mon[105578]: pgmap v371: 89 pgs: 89 active+clean; 183 MiB data, 704 MiB used, 715 GiB / 715 GiB avail; 886 KiB/s rd, 926 KiB/s wr, 6 op/s 2024-09-13T14:29:57.284 DEBUG:teuthology.orchestra.run.smithi071:> 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 18f8172c-71da-11ef-bceb-c7b262605968 -e sha1=d58f73069a8157a9ace12a0247ee3e8497707ea9 -- bash -c 'echo wait for all mons to upgrade' 2024-09-13T14:29:57.487 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:29:57.827 INFO:tasks.rados.rados.0.smithi071.stdout:2096: done (1 left) 2024-09-13T14:29:57.827 INFO:tasks.rados.rados.0.smithi071.stdout:2097: rollback oid 46 current snap is 276 2024-09-13T14:29:57.827 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 46 to 264 2024-09-13T14:29:57.827 INFO:tasks.rados.rados.0.smithi071.stdout:2098: snap_create 2024-09-13T14:29:57.827 INFO:tasks.rados.rados.0.smithi071.stdout:2095: expect (ObjNum 608 snap 199 seq_num 608) 2024-09-13T14:29:57.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:57 smithi071 ceph-mon[107477]: osdmap e614: 8 total, 8 up, 8 in 2024-09-13T14:29:57.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:57 smithi071 ceph-mon[107477]: osdmap e615: 8 total, 8 up, 8 in 2024-09-13T14:29:57.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:57 smithi071 ceph-mon[112785]: osdmap e614: 8 total, 8 up, 8 in 2024-09-13T14:29:57.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:57 smithi071 ceph-mon[112785]: osdmap e615: 8 total, 8 up, 8 in 2024-09-13T14:29:57.924 INFO:tasks.rados.rados.0.smithi071.stdout:2097: finishing rollback tid 0 to smithi07185159-46 2024-09-13T14:29:57.924 INFO:tasks.rados.rados.0.smithi071.stdout:2097: finishing rollback tid 1 to smithi07185159-46 2024-09-13T14:29:57.925 INFO:tasks.rados.rados.0.smithi071.stdout:2097: finishing rollback tid 2 to smithi07185159-46 2024-09-13T14:29:57.925 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 46 v 1138 (ObjNum 488 snap 160 seq_num 488) dirty exists 2024-09-13T14:29:58.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:57 smithi104 ceph-mon[105578]: osdmap e614: 8 total, 8 up, 8 in 2024-09-13T14:29:58.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:57 smithi104 ceph-mon[105578]: osdmap e615: 8 total, 8 up, 8 in 2024-09-13T14:29:58.831 INFO:tasks.rados.rados.0.smithi071.stdout:2095: done (2 left) 2024-09-13T14:29:58.831 INFO:tasks.rados.rados.0.smithi071.stdout:2097: done (1 left) 2024-09-13T14:29:58.831 INFO:tasks.rados.rados.0.smithi071.stdout:2098: done (0 left) 2024-09-13T14:29:58.831 INFO:tasks.rados.rados.0.smithi071.stdout:2099: read oid 24 snap -1 2024-09-13T14:29:58.832 INFO:tasks.rados.rados.0.smithi071.stdout:2099: expect (ObjNum 735 snap 256 seq_num 735) 2024-09-13T14:29:58.832 INFO:tasks.rados.rados.0.smithi071.stdout:2100: read oid 23 snap -1 2024-09-13T14:29:58.832 INFO:tasks.rados.rados.0.smithi071.stdout:2100: expect (ObjNum 773 snap 274 seq_num 773) 2024-09-13T14:29:58.832 INFO:tasks.rados.rados.0.smithi071.stdout:2101: delete oid 46 current snap is 277 2024-09-13T14:29:58.847 INFO:tasks.rados.rados.0.smithi071.stdout:2100: expect (ObjNum 773 snap 274 seq_num 773) 2024-09-13T14:29:59.000 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:58 smithi071 ceph-mon[107477]: pgmap v374: 89 pgs: 89 active+clean; 183 MiB data, 704 MiB used, 715 GiB / 715 GiB avail; 887 KiB/s rd, 926 KiB/s wr, 6 op/s 2024-09-13T14:29:59.000 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:58 smithi071 ceph-mon[107477]: osdmap e616: 8 total, 8 up, 8 in 2024-09-13T14:29:59.000 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:58 smithi071 ceph-mon[112785]: pgmap v374: 89 pgs: 89 active+clean; 183 MiB data, 704 MiB used, 715 GiB / 715 GiB avail; 887 KiB/s rd, 926 KiB/s wr, 6 op/s 2024-09-13T14:29:59.000 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:58 smithi071 ceph-mon[112785]: osdmap e616: 8 total, 8 up, 8 in 2024-09-13T14:29:59.066 INFO:tasks.rados.rados.0.smithi071.stdout:2099: expect (ObjNum 735 snap 256 seq_num 735) 2024-09-13T14:29:59.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:58 smithi104 ceph-mon[105578]: pgmap v374: 89 pgs: 89 active+clean; 183 MiB data, 704 MiB used, 715 GiB / 715 GiB avail; 887 KiB/s rd, 926 KiB/s wr, 6 op/s 2024-09-13T14:29:59.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:58 smithi104 ceph-mon[105578]: osdmap e616: 8 total, 8 up, 8 in 2024-09-13T14:29:59.204 INFO:tasks.rados.rados.0.smithi071.stdout:2099: done (2 left) 2024-09-13T14:29:59.204 INFO:tasks.rados.rados.0.smithi071.stdout:2100: done (1 left) 2024-09-13T14:29:59.205 INFO:tasks.rados.rados.0.smithi071.stdout:2101: done (0 left) 2024-09-13T14:29:59.205 INFO:tasks.rados.rados.0.smithi071.stdout:2102: write oid 24 current snap is 277 2024-09-13T14:29:59.205 INFO:tasks.rados.rados.0.smithi071.stdout:2102: seq_num 783 ranges {759881=787973,2119636=654941} 2024-09-13T14:29:59.212 INFO:tasks.rados.rados.0.smithi071.stdout:2102: writing smithi07185159-24 from 759881 to 1547854 tid 1 2024-09-13T14:29:59.219 INFO:tasks.rados.rados.0.smithi071.stdout:2102: writing smithi07185159-24 from 2119636 to 2774577 tid 2 2024-09-13T14:29:59.219 INFO:tasks.rados.rados.0.smithi071.stdout:2103: snap_remove snap 271 2024-09-13T14:29:59.259 INFO:teuthology.orchestra.run.smithi071.stdout:wait for all mons to upgrade 2024-09-13T14:29:59.867 INFO:tasks.rados.rados.0.smithi071.stdout:2103: done (1 left) 2024-09-13T14:29:59.867 INFO:tasks.rados.rados.0.smithi071.stdout:2104: snap_remove snap 267 2024-09-13T14:29:59.890 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:29:59 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:29:59.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:29:59 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:29:59.936 DEBUG:teuthology.orchestra.run.smithi071:> 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 18f8172c-71da-11ef-bceb-c7b262605968 -e sha1=d58f73069a8157a9ace12a0247ee3e8497707ea9 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types mon' 2024-09-13T14:30:00.134 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:30:00.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:29:59 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:30:00.878 INFO:tasks.rados.rados.0.smithi071.stdout:2104: done (1 left) 2024-09-13T14:30:00.878 INFO:tasks.rados.rados.0.smithi071.stdout:2105: rollback oid 33 current snap is 277 2024-09-13T14:30:00.878 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 33 to 242 2024-09-13T14:30:00.878 INFO:tasks.rados.rados.0.smithi071.stdout:2106: write oid 8 current snap is 277 2024-09-13T14:30:00.879 INFO:tasks.rados.rados.0.smithi071.stdout:2106: seq_num 784 ranges {776688=579575,1894471=798599} 2024-09-13T14:30:00.886 INFO:tasks.rados.rados.0.smithi071.stdout:2106: writing smithi07185159-8 from 776688 to 1356263 tid 1 2024-09-13T14:30:00.893 INFO:tasks.rados.rados.0.smithi071.stdout:2106: writing smithi07185159-8 from 1894471 to 2693070 tid 2 2024-09-13T14:30:00.893 INFO:tasks.rados.rados.0.smithi071.stdout:2107: snap_remove snap 273 2024-09-13T14:30:01.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:00 smithi071 ceph-mon[107477]: osdmap e617: 8 total, 8 up, 8 in 2024-09-13T14:30:01.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:00 smithi071 ceph-mon[107477]: overall HEALTH_OK 2024-09-13T14:30:01.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:00 smithi071 ceph-mon[107477]: pgmap v377: 89 pgs: 89 active+clean; 187 MiB data, 715 MiB used, 715 GiB / 715 GiB avail; 9.2 MiB/s rd, 683 KiB/s wr, 10 op/s 2024-09-13T14:30:01.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:00 smithi071 ceph-mon[112785]: osdmap e617: 8 total, 8 up, 8 in 2024-09-13T14:30:01.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:00 smithi071 ceph-mon[112785]: overall HEALTH_OK 2024-09-13T14:30:01.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:00 smithi071 ceph-mon[112785]: pgmap v377: 89 pgs: 89 active+clean; 187 MiB data, 715 MiB used, 715 GiB / 715 GiB avail; 9.2 MiB/s rd, 683 KiB/s wr, 10 op/s 2024-09-13T14:30:01.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:00 smithi104 ceph-mon[105578]: osdmap e617: 8 total, 8 up, 8 in 2024-09-13T14:30:01.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:00 smithi104 ceph-mon[105578]: overall HEALTH_OK 2024-09-13T14:30:01.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:00 smithi104 ceph-mon[105578]: pgmap v377: 89 pgs: 89 active+clean; 187 MiB data, 715 MiB used, 715 GiB / 715 GiB avail; 9.2 MiB/s rd, 683 KiB/s wr, 10 op/s 2024-09-13T14:30:01.870 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:01 smithi071 ceph-mon[112785]: osdmap e618: 8 total, 8 up, 8 in 2024-09-13T14:30:01.878 INFO:tasks.rados.rados.0.smithi071.stdout:2107: done (3 left) 2024-09-13T14:30:01.878 INFO:tasks.rados.rados.0.smithi071.stdout:2108: read oid 29 snap -1 2024-09-13T14:30:01.878 INFO:tasks.rados.rados.0.smithi071.stdout:2108: expect deleted 2024-09-13T14:30:01.878 INFO:tasks.rados.rados.0.smithi071.stdout:2109: snap_remove snap 275 2024-09-13T14:30:02.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:01 smithi071 ceph-mon[107477]: osdmap e618: 8 total, 8 up, 8 in 2024-09-13T14:30:02.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:01 smithi104 ceph-mon[105578]: osdmap e618: 8 total, 8 up, 8 in 2024-09-13T14:30:02.827 INFO:tasks.rados.rados.0.smithi071.stdout:2109: done (4 left) 2024-09-13T14:30:02.827 INFO:tasks.rados.rados.0.smithi071.stdout:2110: read oid 17 snap -1 2024-09-13T14:30:02.827 INFO:tasks.rados.rados.0.smithi071.stdout:2110: expect deleted 2024-09-13T14:30:02.827 INFO:tasks.rados.rados.0.smithi071.stdout:2111: write oid 32 current snap is 277 2024-09-13T14:30:02.828 INFO:tasks.rados.rados.0.smithi071.stdout:2111: seq_num 785 ranges {793495=654824,1952953=658610,3157167=36328} 2024-09-13T14:30:02.836 INFO:tasks.rados.rados.0.smithi071.stdout:2111: writing smithi07185159-32 from 793495 to 1448319 tid 1 2024-09-13T14:30:02.842 INFO:tasks.rados.rados.0.smithi071.stdout:2111: writing smithi07185159-32 from 1952953 to 2611563 tid 2 2024-09-13T14:30:02.846 INFO:tasks.rados.rados.0.smithi071.stdout:2111: writing smithi07185159-32 from 3157167 to 3193495 tid 3 2024-09-13T14:30:02.846 INFO:tasks.rados.rados.0.smithi071.stdout:2112: read oid 25 snap -1 2024-09-13T14:30:02.846 INFO:tasks.rados.rados.0.smithi071.stdout:2112: expect (ObjNum 759 snap 265 seq_num 759) 2024-09-13T14:30:02.846 INFO:tasks.rados.rados.0.smithi071.stdout:2113: delete oid 23 current snap is 277 2024-09-13T14:30:02.846 INFO:tasks.rados.rados.0.smithi071.stdout:2102: finishing write tid 1 to smithi07185159-24 2024-09-13T14:30:02.846 INFO:tasks.rados.rados.0.smithi071.stdout:2102: finishing write tid 2 to smithi07185159-24 2024-09-13T14:30:02.846 INFO:tasks.rados.rados.0.smithi071.stdout:2102: finishing write tid 3 to smithi07185159-24 2024-09-13T14:30:02.846 INFO:tasks.rados.rados.0.smithi071.stdout:2102: finishing write tid 4 to smithi07185159-24 2024-09-13T14:30:02.846 INFO:tasks.rados.rados.0.smithi071.stdout:2102: oid 24 updating version 0 to 572 2024-09-13T14:30:02.846 INFO:tasks.rados.rados.0.smithi071.stdout:2102: oid 24 version 572 is already newer than 571 2024-09-13T14:30:02.846 INFO:tasks.rados.rados.0.smithi071.stdout:2102: oid 24 version 572 is already newer than 570 2024-09-13T14:30:02.847 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 24 v 572 (ObjNum 783 snap 277 seq_num 783) dirty exists 2024-09-13T14:30:02.847 INFO:tasks.rados.rados.0.smithi071.stdout:2102: left oid 24 (ObjNum 783 snap 277 seq_num 783) 2024-09-13T14:30:02.847 INFO:tasks.rados.rados.0.smithi071.stdout:2105: finishing rollback tid 0 to smithi07185159-33 2024-09-13T14:30:02.847 INFO:tasks.rados.rados.0.smithi071.stdout:2105: finishing rollback tid 1 to smithi07185159-33 2024-09-13T14:30:02.847 INFO:tasks.rados.rados.0.smithi071.stdout:2105: finishing rollback tid 2 to smithi07185159-33 2024-09-13T14:30:02.847 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 33 v 938 (ObjNum 632 snap 208 seq_num 632) dirty exists 2024-09-13T14:30:02.847 INFO:tasks.rados.rados.0.smithi071.stdout:2106: finishing write tid 1 to smithi07185159-8 2024-09-13T14:30:02.847 INFO:tasks.rados.rados.0.smithi071.stdout:2106: finishing write tid 2 to smithi07185159-8 2024-09-13T14:30:02.847 INFO:tasks.rados.rados.0.smithi071.stdout:2106: finishing write tid 3 to smithi07185159-8 2024-09-13T14:30:02.847 INFO:tasks.rados.rados.0.smithi071.stdout:2106: finishing write tid 4 to smithi07185159-8 2024-09-13T14:30:02.847 INFO:tasks.rados.rados.0.smithi071.stdout:2106: oid 8 updating version 0 to 558 2024-09-13T14:30:02.847 INFO:tasks.rados.rados.0.smithi071.stdout:2106: oid 8 version 558 is already newer than 556 2024-09-13T14:30:02.847 INFO:tasks.rados.rados.0.smithi071.stdout:2106: oid 8 version 558 is already newer than 557 2024-09-13T14:30:02.847 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 8 v 558 (ObjNum 784 snap 277 seq_num 784) dirty exists 2024-09-13T14:30:02.848 INFO:tasks.rados.rados.0.smithi071.stdout:2106: left oid 8 (ObjNum 784 snap 277 seq_num 784) 2024-09-13T14:30:02.848 INFO:tasks.rados.rados.0.smithi071.stdout:2111: finishing write tid 1 to smithi07185159-32 2024-09-13T14:30:02.848 INFO:tasks.rados.rados.0.smithi071.stdout:2111: finishing write tid 2 to smithi07185159-32 2024-09-13T14:30:02.848 INFO:tasks.rados.rados.0.smithi071.stdout:2111: finishing write tid 3 to smithi07185159-32 2024-09-13T14:30:02.848 INFO:tasks.rados.rados.0.smithi071.stdout:2111: finishing write tid 4 to smithi07185159-32 2024-09-13T14:30:02.849 INFO:tasks.rados.rados.0.smithi071.stdout:2111: finishing write tid 5 to smithi07185159-32 2024-09-13T14:30:02.849 INFO:tasks.rados.rados.0.smithi071.stdout:2111: oid 32 updating version 0 to 175 2024-09-13T14:30:02.849 INFO:tasks.rados.rados.0.smithi071.stdout:2111: oid 32 updating version 175 to 178 2024-09-13T14:30:02.849 INFO:tasks.rados.rados.0.smithi071.stdout:2111: oid 32 version 178 is already newer than 177 2024-09-13T14:30:02.849 INFO:tasks.rados.rados.0.smithi071.stdout:2111: oid 32 version 178 is already newer than 176 2024-09-13T14:30:02.849 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 32 v 178 (ObjNum 785 snap 277 seq_num 785) dirty exists 2024-09-13T14:30:02.849 INFO:tasks.rados.rados.0.smithi071.stdout:2111: left oid 32 (ObjNum 785 snap 277 seq_num 785) 2024-09-13T14:30:02.855 INFO:tasks.rados.rados.0.smithi071.stdout:2112: expect (ObjNum 759 snap 265 seq_num 759) 2024-09-13T14:30:02.970 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:30:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:30:02] "GET /metrics HTTP/1.1" 200 36279 "" "Prometheus/2.51.0" 2024-09-13T14:30:02.970 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:02 smithi071 ceph-mon[107477]: osdmap e619: 8 total, 8 up, 8 in 2024-09-13T14:30:02.970 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:02 smithi071 ceph-mon[107477]: from='client.44180 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d58f73069a8157a9ace12a0247ee3e8497707ea9", "daemon_types": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:30:02.970 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:02 smithi071 ceph-mon[107477]: pgmap v380: 89 pgs: 89 active+clean; 187 MiB data, 715 MiB used, 715 GiB / 715 GiB avail; 9.2 MiB/s rd, 683 KiB/s wr, 10 op/s 2024-09-13T14:30:02.971 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:02 smithi071 ceph-mon[107477]: osdmap e620: 8 total, 8 up, 8 in 2024-09-13T14:30:02.971 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:02 smithi071 ceph-mon[112785]: osdmap e619: 8 total, 8 up, 8 in 2024-09-13T14:30:02.971 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:02 smithi071 ceph-mon[112785]: from='client.44180 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d58f73069a8157a9ace12a0247ee3e8497707ea9", "daemon_types": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:30:02.971 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:02 smithi071 ceph-mon[112785]: pgmap v380: 89 pgs: 89 active+clean; 187 MiB data, 715 MiB used, 715 GiB / 715 GiB avail; 9.2 MiB/s rd, 683 KiB/s wr, 10 op/s 2024-09-13T14:30:02.971 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:02 smithi071 ceph-mon[112785]: osdmap e620: 8 total, 8 up, 8 in 2024-09-13T14:30:03.018 INFO:tasks.rados.rados.0.smithi071.stdout:2102: done (7 left) 2024-09-13T14:30:03.018 INFO:tasks.rados.rados.0.smithi071.stdout:2105: done (6 left) 2024-09-13T14:30:03.018 INFO:tasks.rados.rados.0.smithi071.stdout:2106: done (5 left) 2024-09-13T14:30:03.018 INFO:tasks.rados.rados.0.smithi071.stdout:2108: done (4 left) 2024-09-13T14:30:03.019 INFO:tasks.rados.rados.0.smithi071.stdout:2110: done (3 left) 2024-09-13T14:30:03.019 INFO:tasks.rados.rados.0.smithi071.stdout:2111: done (2 left) 2024-09-13T14:30:03.019 INFO:tasks.rados.rados.0.smithi071.stdout:2112: done (1 left) 2024-09-13T14:30:03.019 INFO:tasks.rados.rados.0.smithi071.stdout:2113: done (0 left) 2024-09-13T14:30:03.019 INFO:tasks.rados.rados.0.smithi071.stdout:2114: write oid 26 current snap is 277 2024-09-13T14:30:03.019 INFO:tasks.rados.rados.0.smithi071.stdout:2114: seq_num 787 ranges {427109=405322,1553564=545926,2579307=647802} 2024-09-13T14:30:03.022 INFO:tasks.rados.rados.0.smithi071.stdout:2114: writing smithi07185159-26 from 427109 to 832431 tid 1 2024-09-13T14:30:03.029 INFO:tasks.rados.rados.0.smithi071.stdout:2114: writing smithi07185159-26 from 1553564 to 2099490 tid 2 2024-09-13T14:30:03.036 INFO:tasks.rados.rados.0.smithi071.stdout:2114: writing smithi07185159-26 from 2579307 to 3227109 tid 3 2024-09-13T14:30:03.036 INFO:tasks.rados.rados.0.smithi071.stdout:2115: snap_remove snap 274 2024-09-13T14:30:03.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:02 smithi104 ceph-mon[105578]: osdmap e619: 8 total, 8 up, 8 in 2024-09-13T14:30:03.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:02 smithi104 ceph-mon[105578]: from='client.44180 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d58f73069a8157a9ace12a0247ee3e8497707ea9", "daemon_types": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:30:03.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:02 smithi104 ceph-mon[105578]: pgmap v380: 89 pgs: 89 active+clean; 187 MiB data, 715 MiB used, 715 GiB / 715 GiB avail; 9.2 MiB/s rd, 683 KiB/s wr, 10 op/s 2024-09-13T14:30:03.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:02 smithi104 ceph-mon[105578]: osdmap e620: 8 total, 8 up, 8 in 2024-09-13T14:30:03.887 INFO:tasks.rados.rados.0.smithi071.stdout:2115: done (1 left) 2024-09-13T14:30:03.887 INFO:tasks.rados.rados.0.smithi071.stdout:2116: delete oid 10 current snap is 277 2024-09-13T14:30:03.887 INFO:tasks.rados.rados.0.smithi071.stdout:2114: finishing write tid 1 to smithi07185159-26 2024-09-13T14:30:03.887 INFO:tasks.rados.rados.0.smithi071.stdout:2114: finishing write tid 2 to smithi07185159-26 2024-09-13T14:30:03.887 INFO:tasks.rados.rados.0.smithi071.stdout:2114: finishing write tid 3 to smithi07185159-26 2024-09-13T14:30:03.888 INFO:tasks.rados.rados.0.smithi071.stdout:2114: finishing write tid 4 to smithi07185159-26 2024-09-13T14:30:03.888 INFO:tasks.rados.rados.0.smithi071.stdout:2114: finishing write tid 5 to smithi07185159-26 2024-09-13T14:30:03.888 INFO:tasks.rados.rados.0.smithi071.stdout:2114: oid 26 updating version 0 to 593 2024-09-13T14:30:03.888 INFO:tasks.rados.rados.0.smithi071.stdout:2114: oid 26 version 593 is already newer than 592 2024-09-13T14:30:03.888 INFO:tasks.rados.rados.0.smithi071.stdout:2114: oid 26 updating version 593 to 594 2024-09-13T14:30:03.888 INFO:tasks.rados.rados.0.smithi071.stdout:2114: oid 26 version 594 is already newer than 591 2024-09-13T14:30:03.888 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 26 v 594 (ObjNum 787 snap 277 seq_num 787) dirty exists 2024-09-13T14:30:03.888 INFO:tasks.rados.rados.0.smithi071.stdout:2114: left oid 26 (ObjNum 787 snap 277 seq_num 787) 2024-09-13T14:30:03.897 INFO:tasks.rados.rados.0.smithi071.stdout:2114: done (1 left) 2024-09-13T14:30:03.897 INFO:tasks.rados.rados.0.smithi071.stdout:2116: done (0 left) 2024-09-13T14:30:03.897 INFO:tasks.rados.rados.0.smithi071.stdout:2117: read oid 20 snap -1 2024-09-13T14:30:03.897 INFO:tasks.rados.rados.0.smithi071.stdout:2117: expect (ObjNum 775 snap 274 seq_num 775) 2024-09-13T14:30:03.897 INFO:tasks.rados.rados.0.smithi071.stdout:2118: read oid 33 snap -1 2024-09-13T14:30:03.897 INFO:tasks.rados.rados.0.smithi071.stdout:2118: expect (ObjNum 632 snap 208 seq_num 632) 2024-09-13T14:30:03.897 INFO:tasks.rados.rados.0.smithi071.stdout:2119: read oid 42 snap -1 2024-09-13T14:30:03.897 INFO:tasks.rados.rados.0.smithi071.stdout:2119: expect deleted 2024-09-13T14:30:03.897 INFO:tasks.rados.rados.0.smithi071.stdout:2120: snap_remove snap 264 2024-09-13T14:30:03.959 INFO:teuthology.orchestra.run.smithi071.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:d58f73069a8157a9ace12a0247ee3e8497707ea9 2024-09-13T14:30:04.584 DEBUG:teuthology.orchestra.run.smithi071:> 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 18f8172c-71da-11ef-bceb-c7b262605968 -e sha1=d58f73069a8157a9ace12a0247ee3e8497707ea9 -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true && ! ceph orch upgrade status | jq '"'"'.message'"'"' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done' 2024-09-13T14:30:04.805 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:30:04.886 INFO:tasks.rados.rados.0.smithi071.stdout:2120: done (3 left) 2024-09-13T14:30:04.887 INFO:tasks.rados.rados.0.smithi071.stdout:2121: delete oid 17 current snap is 277 2024-09-13T14:30:04.887 INFO:tasks.rados.rados.0.smithi071.stdout:2117: expect (ObjNum 775 snap 274 seq_num 775) 2024-09-13T14:30:04.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:04 smithi071 ceph-mon[107477]: osdmap e621: 8 total, 8 up, 8 in 2024-09-13T14:30:04.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:04 smithi071 ceph-mon[107477]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d58f73069a8157a9ace12a0247ee3e8497707ea9 2024-09-13T14:30:04.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:04 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:30:04.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:04 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:30:04.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:04 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:30:04.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:04 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:30:04.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:04 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:30:04.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:04 smithi071 ceph-mon[107477]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d58f73069a8157a9ace12a0247ee3e8497707ea9 2024-09-13T14:30:04.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:04 smithi071 ceph-mon[107477]: pgmap v383: 89 pgs: 89 active+clean; 187 MiB data, 715 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:30:04.995 INFO:tasks.rados.rados.0.smithi071.stdout:2118: expect (ObjNum 632 snap 208 seq_num 632) 2024-09-13T14:30:05.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:04 smithi071 ceph-mon[112785]: osdmap e621: 8 total, 8 up, 8 in 2024-09-13T14:30:05.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:04 smithi071 ceph-mon[112785]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d58f73069a8157a9ace12a0247ee3e8497707ea9 2024-09-13T14:30:05.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:04 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:30:05.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:04 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:30:05.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:04 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:30:05.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:04 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:30:05.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:04 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:30:05.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:04 smithi071 ceph-mon[112785]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d58f73069a8157a9ace12a0247ee3e8497707ea9 2024-09-13T14:30:05.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:04 smithi071 ceph-mon[112785]: pgmap v383: 89 pgs: 89 active+clean; 187 MiB data, 715 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:30:05.153 INFO:tasks.rados.rados.0.smithi071.stdout:2117: done (3 left) 2024-09-13T14:30:05.153 INFO:tasks.rados.rados.0.smithi071.stdout:2118: done (2 left) 2024-09-13T14:30:05.153 INFO:tasks.rados.rados.0.smithi071.stdout:2119: done (1 left) 2024-09-13T14:30:05.153 INFO:tasks.rados.rados.0.smithi071.stdout:2121: done (0 left) 2024-09-13T14:30:05.153 INFO:tasks.rados.rados.0.smithi071.stdout:2122: snap_remove snap 260 2024-09-13T14:30:05.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:04 smithi104 ceph-mon[105578]: osdmap e621: 8 total, 8 up, 8 in 2024-09-13T14:30:05.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:04 smithi104 ceph-mon[105578]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d58f73069a8157a9ace12a0247ee3e8497707ea9 2024-09-13T14:30:05.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:04 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:30:05.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:04 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:30:05.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:04 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:30:05.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:04 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:30:05.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:04 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:30:05.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:04 smithi104 ceph-mon[105578]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d58f73069a8157a9ace12a0247ee3e8497707ea9 2024-09-13T14:30:05.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:04 smithi104 ceph-mon[105578]: pgmap v383: 89 pgs: 89 active+clean; 187 MiB data, 715 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:30:05.973 INFO:tasks.rados.rados.0.smithi071.stdout:2122: done (0 left) 2024-09-13T14:30:05.973 INFO:tasks.rados.rados.0.smithi071.stdout:2123: snap_create 2024-09-13T14:30:06.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:05 smithi071 ceph-mon[112785]: osdmap e622: 8 total, 8 up, 8 in 2024-09-13T14:30:06.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:05 smithi071 ceph-mon[107477]: osdmap e622: 8 total, 8 up, 8 in 2024-09-13T14:30:06.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:05 smithi104 ceph-mon[105578]: osdmap e622: 8 total, 8 up, 8 in 2024-09-13T14:30:06.984 INFO:tasks.rados.rados.0.smithi071.stdout:2123: done (0 left) 2024-09-13T14:30:06.984 INFO:tasks.rados.rados.0.smithi071.stdout:2124: write oid 17 current snap is 278 2024-09-13T14:30:06.984 INFO:tasks.rados.rados.0.smithi071.stdout:2124: seq_num 790 ranges {477530=631069,1612657=409606,2545223=517596} 2024-09-13T14:30:06.990 INFO:tasks.rados.rados.0.smithi071.stdout:2124: writing smithi07185159-17 from 477530 to 1108599 tid 1 2024-09-13T14:30:06.995 INFO:tasks.rados.rados.0.smithi071.stdout:2124: writing smithi07185159-17 from 1612657 to 2022263 tid 2 2024-09-13T14:30:07.001 INFO:tasks.rados.rados.0.smithi071.stdout:2124: writing smithi07185159-17 from 2545223 to 3062819 tid 3 2024-09-13T14:30:07.001 INFO:tasks.rados.rados.0.smithi071.stdout:2125: write oid 49 current snap is 278 2024-09-13T14:30:07.001 INFO:tasks.rados.rados.0.smithi071.stdout:2124: finishing write tid 1 to smithi07185159-17 2024-09-13T14:30:07.001 INFO:tasks.rados.rados.0.smithi071.stdout:2124: finishing write tid 2 to smithi07185159-17 2024-09-13T14:30:07.002 INFO:tasks.rados.rados.0.smithi071.stdout:2125: seq_num 791 ranges {494337=422671,1387492=553264,2688999=445221} 2024-09-13T14:30:07.006 INFO:tasks.rados.rados.0.smithi071.stdout:2125: writing smithi07185159-49 from 494337 to 917008 tid 1 2024-09-13T14:30:07.011 INFO:tasks.rados.rados.0.smithi071.stdout:2125: writing smithi07185159-49 from 1387492 to 1940756 tid 2 2024-09-13T14:30:07.018 INFO:tasks.rados.rados.0.smithi071.stdout:2125: writing smithi07185159-49 from 2688999 to 3134220 tid 3 2024-09-13T14:30:07.018 INFO:tasks.rados.rados.0.smithi071.stdout:2126: delete oid 4 current snap is 278 2024-09-13T14:30:07.021 INFO:tasks.rados.rados.0.smithi071.stdout:2126: done (2 left) 2024-09-13T14:30:07.021 INFO:tasks.rados.rados.0.smithi071.stdout:2127: snap_create 2024-09-13T14:30:07.023 INFO:tasks.rados.rados.0.smithi071.stdout:2125: finishing write tid 1 to smithi07185159-49 2024-09-13T14:30:07.024 INFO:tasks.rados.rados.0.smithi071.stdout:2125: finishing write tid 2 to smithi07185159-49 2024-09-13T14:30:07.024 INFO:tasks.rados.rados.0.smithi071.stdout:2125: finishing write tid 3 to smithi07185159-49 2024-09-13T14:30:07.024 INFO:tasks.rados.rados.0.smithi071.stdout:2125: finishing write tid 4 to smithi07185159-49 2024-09-13T14:30:07.025 INFO:tasks.rados.rados.0.smithi071.stdout:2125: finishing write tid 5 to smithi07185159-49 2024-09-13T14:30:07.025 INFO:tasks.rados.rados.0.smithi071.stdout:2125: oid 49 updating version 0 to 1047 2024-09-13T14:30:07.025 INFO:tasks.rados.rados.0.smithi071.stdout:2125: oid 49 version 1047 is already newer than 1046 2024-09-13T14:30:07.025 INFO:tasks.rados.rados.0.smithi071.stdout:2125: oid 49 updating version 1047 to 1048 2024-09-13T14:30:07.025 INFO:tasks.rados.rados.0.smithi071.stdout:2125: oid 49 updating version 1048 to 1049 2024-09-13T14:30:07.025 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 49 v 1049 (ObjNum 791 snap 278 seq_num 791) dirty exists 2024-09-13T14:30:07.025 INFO:tasks.rados.rados.0.smithi071.stdout:2125: left oid 49 (ObjNum 791 snap 278 seq_num 791) 2024-09-13T14:30:07.028 INFO:tasks.rados.rados.0.smithi071.stdout:2124: finishing write tid 3 to smithi07185159-17 2024-09-13T14:30:07.028 INFO:tasks.rados.rados.0.smithi071.stdout:2124: finishing write tid 4 to smithi07185159-17 2024-09-13T14:30:07.028 INFO:tasks.rados.rados.0.smithi071.stdout:2124: finishing write tid 5 to smithi07185159-17 2024-09-13T14:30:07.028 INFO:tasks.rados.rados.0.smithi071.stdout:2124: oid 17 updating version 0 to 681 2024-09-13T14:30:07.028 INFO:tasks.rados.rados.0.smithi071.stdout:2124: oid 17 updating version 681 to 683 2024-09-13T14:30:07.028 INFO:tasks.rados.rados.0.smithi071.stdout:2124: oid 17 version 683 is already newer than 682 2024-09-13T14:30:07.028 INFO:tasks.rados.rados.0.smithi071.stdout:2124: oid 17 version 683 is already newer than 680 2024-09-13T14:30:07.028 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 17 v 683 (ObjNum 790 snap 278 seq_num 790) dirty exists 2024-09-13T14:30:07.028 INFO:tasks.rados.rados.0.smithi071.stdout:2124: left oid 17 (ObjNum 790 snap 278 seq_num 790) 2024-09-13T14:30:07.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:06 smithi071 ceph-mon[107477]: osdmap e623: 8 total, 8 up, 8 in 2024-09-13T14:30:07.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:06 smithi071 ceph-mon[107477]: pgmap v386: 89 pgs: 89 active+clean; 187 MiB data, 723 MiB used, 715 GiB / 715 GiB avail; 8.0 MiB/s rd, 1.0 MiB/s wr, 11 op/s 2024-09-13T14:30:07.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:06 smithi071 ceph-mon[112785]: osdmap e623: 8 total, 8 up, 8 in 2024-09-13T14:30:07.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:06 smithi071 ceph-mon[112785]: pgmap v386: 89 pgs: 89 active+clean; 187 MiB data, 723 MiB used, 715 GiB / 715 GiB avail; 8.0 MiB/s rd, 1.0 MiB/s wr, 11 op/s 2024-09-13T14:30:07.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:06 smithi104 ceph-mon[105578]: osdmap e623: 8 total, 8 up, 8 in 2024-09-13T14:30:07.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:06 smithi104 ceph-mon[105578]: pgmap v386: 89 pgs: 89 active+clean; 187 MiB data, 723 MiB used, 715 GiB / 715 GiB avail; 8.0 MiB/s rd, 1.0 MiB/s wr, 11 op/s 2024-09-13T14:30:07.740 INFO:teuthology.orchestra.run.smithi071.stdout:true 2024-09-13T14:30:07.830 INFO:tasks.rados.rados.0.smithi071.stdout:2124: done (2 left) 2024-09-13T14:30:07.830 INFO:tasks.rados.rados.0.smithi071.stdout:2125: done (1 left) 2024-09-13T14:30:07.830 INFO:tasks.rados.rados.0.smithi071.stdout:2127: done (0 left) 2024-09-13T14:30:07.830 INFO:tasks.rados.rados.0.smithi071.stdout:2128: read oid 4 snap 276 2024-09-13T14:30:07.830 INFO:tasks.rados.rados.0.smithi071.stdout:2128: expect deleted 2024-09-13T14:30:07.830 INFO:tasks.rados.rados.0.smithi071.stdout:2129: snap_create 2024-09-13T14:30:08.069 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:07 smithi071 ceph-mon[112785]: osdmap e624: 8 total, 8 up, 8 in 2024-09-13T14:30:08.069 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:07 smithi071 ceph-mon[112785]: osdmap e625: 8 total, 8 up, 8 in 2024-09-13T14:30:08.069 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:07 smithi071 ceph-mon[107477]: osdmap e624: 8 total, 8 up, 8 in 2024-09-13T14:30:08.069 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:07 smithi071 ceph-mon[107477]: osdmap e625: 8 total, 8 up, 8 in 2024-09-13T14:30:08.353 INFO:teuthology.orchestra.run.smithi071.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-13T14:30:08.353 INFO:teuthology.orchestra.run.smithi071.stdout:alertmanager.a smithi071 *:9093,9094 running (5m) 32s ago 11m 18.9M - 0.27.0 11f11916f8cd b9824fbee517 2024-09-13T14:30:08.353 INFO:teuthology.orchestra.run.smithi071.stdout:grafana.a smithi104 *:3000 running (5m) 31s ago 11m 78.8M - c8b91775d855 2b565abc8cf3 2024-09-13T14:30:08.354 INFO:teuthology.orchestra.run.smithi071.stdout:mds.foo.smithi071.awdchm smithi071 running (10m) 32s ago 10m 24.2M - 18.2.4-843-g2c01458a c129f5a2fd4e 3a46cf5b0e24 2024-09-13T14:30:08.354 INFO:teuthology.orchestra.run.smithi071.stdout:mds.foo.smithi104.uecrqj smithi104 running (10m) 31s ago 10m 16.5M - 18.2.4-843-g2c01458a c129f5a2fd4e 3d72a892eecb 2024-09-13T14:30:08.354 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.x smithi104 *:8443,9283,8765 running (6m) 31s ago 15m 454M - 19.3.0-4697-gd58f7306 fec07016a2b0 d080c1ba10a3 2024-09-13T14:30:08.354 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.y smithi071 *:8443,9283,8765 running (7m) 32s ago 17m 514M - 19.3.0-4697-gd58f7306 fec07016a2b0 f93807043c77 2024-09-13T14:30:08.354 INFO:teuthology.orchestra.run.smithi071.stdout:mon.a smithi071 running (4m) 32s ago 17m 58.2M 2048M 19.3.0-4697-gd58f7306 fec07016a2b0 f694be77a870 2024-09-13T14:30:08.354 INFO:teuthology.orchestra.run.smithi071.stdout:mon.b smithi104 running (2m) 31s ago 16m 39.5M 2048M 19.3.0-4697-gd58f7306 fec07016a2b0 15a56f2fc613 2024-09-13T14:30:08.354 INFO:teuthology.orchestra.run.smithi071.stdout:mon.c smithi071 running (4m) 32s ago 15m 48.9M 2048M 19.3.0-4697-gd58f7306 fec07016a2b0 1f937fa689f0 2024-09-13T14:30:08.354 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.a smithi071 *:9100 running (6m) 32s ago 11m 11.1M - 1.7.0 72c9c2088986 9dca7c61ba7c 2024-09-13T14:30:08.354 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.b smithi104 *:9100 running (6m) 31s ago 11m 11.7M - 1.7.0 72c9c2088986 378ebb14ddbd 2024-09-13T14:30:08.354 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0 smithi071 running (15m) 32s ago 15m 107M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 4620af289781 2024-09-13T14:30:08.354 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1 smithi071 running (14m) 32s ago 14m 83.9M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 6219ea84d5da 2024-09-13T14:30:08.354 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2 smithi071 running (14m) 32s ago 14m 118M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e dbb670583d0d 2024-09-13T14:30:08.355 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3 smithi071 running (14m) 32s ago 14m 81.5M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 3859c11423d8 2024-09-13T14:30:08.355 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4 smithi104 running (13m) 31s ago 13m 109M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 7641d6ca037c 2024-09-13T14:30:08.355 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5 smithi104 running (13m) 31s ago 13m 114M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e d171c1dc9aca 2024-09-13T14:30:08.355 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6 smithi104 running (12m) 31s ago 12m 98.3M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 7cd98596a2db 2024-09-13T14:30:08.355 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7 smithi104 running (12m) 31s ago 12m 99.6M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e c0657150d5d6 2024-09-13T14:30:08.355 INFO:teuthology.orchestra.run.smithi071.stdout:prometheus.a smithi104 *:9095 running (5m) 31s ago 12m 46.0M - 2.51.0 1d3b7f56885b 31487e669ce2 2024-09-13T14:30:08.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:07 smithi104 ceph-mon[105578]: osdmap e624: 8 total, 8 up, 8 in 2024-09-13T14:30:08.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:07 smithi104 ceph-mon[105578]: osdmap e625: 8 total, 8 up, 8 in 2024-09-13T14:30:08.684 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:30:08.685 INFO:teuthology.orchestra.run.smithi071.stdout: "mon": { 2024-09-13T14:30:08.685 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 19.3.0-4697-gd58f7306 (d58f73069a8157a9ace12a0247ee3e8497707ea9) squid (dev)": 3 2024-09-13T14:30:08.685 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:30:08.685 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr": { 2024-09-13T14:30:08.685 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 19.3.0-4697-gd58f7306 (d58f73069a8157a9ace12a0247ee3e8497707ea9) squid (dev)": 2 2024-09-13T14:30:08.685 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:30:08.685 INFO:teuthology.orchestra.run.smithi071.stdout: "osd": { 2024-09-13T14:30:08.685 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)": 8 2024-09-13T14:30:08.685 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:30:08.685 INFO:teuthology.orchestra.run.smithi071.stdout: "mds": { 2024-09-13T14:30:08.685 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)": 2 2024-09-13T14:30:08.685 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:30:08.685 INFO:teuthology.orchestra.run.smithi071.stdout: "overall": { 2024-09-13T14:30:08.685 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)": 10, 2024-09-13T14:30:08.686 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 19.3.0-4697-gd58f7306 (d58f73069a8157a9ace12a0247ee3e8497707ea9) squid (dev)": 5 2024-09-13T14:30:08.686 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:30:08.686 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:30:08.828 INFO:tasks.rados.rados.0.smithi071.stdout:2128: done (1 left) 2024-09-13T14:30:08.829 INFO:tasks.rados.rados.0.smithi071.stdout:2129: done (0 left) 2024-09-13T14:30:08.829 INFO:tasks.rados.rados.0.smithi071.stdout:2130: snap_remove snap 242 2024-09-13T14:30:08.971 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:30:08.971 INFO:teuthology.orchestra.run.smithi071.stdout: "target_image": null, 2024-09-13T14:30:08.971 INFO:teuthology.orchestra.run.smithi071.stdout: "in_progress": false, 2024-09-13T14:30:08.971 INFO:teuthology.orchestra.run.smithi071.stdout: "which": "", 2024-09-13T14:30:08.971 INFO:teuthology.orchestra.run.smithi071.stdout: "services_complete": [], 2024-09-13T14:30:08.971 INFO:teuthology.orchestra.run.smithi071.stdout: "progress": null, 2024-09-13T14:30:08.971 INFO:teuthology.orchestra.run.smithi071.stdout: "message": "", 2024-09-13T14:30:08.972 INFO:teuthology.orchestra.run.smithi071.stdout: "is_paused": false 2024-09-13T14:30:08.972 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:30:09.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='client.34260 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:30:09.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='client.44192 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:30:09.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:30:09.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: Upgrade: Target is version 19.3.0-4697-gd58f7306 (squid) 2024-09-13T14:30:09.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, digests ['quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f'] 2024-09-13T14:30:09.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:30:09.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:30:09.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: Upgrade: Setting container_image for all mgr 2024-09-13T14:30:09.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:30:09.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:30:09.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: Upgrade: Setting container_image for all mon 2024-09-13T14:30:09.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:30:09.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:30:09.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: Upgrade: Setting container_image for all crash 2024-09-13T14:30:09.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:30:09.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:30:09.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: Upgrade: Setting container_image for all rgw 2024-09-13T14:30:09.393 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:30:09.393 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:30:09.393 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: Upgrade: Setting container_image for all rbd-mirror 2024-09-13T14:30:09.393 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:30:09.393 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:30:09.393 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: Upgrade: Setting container_image for all cephfs-mirror 2024-09-13T14:30:09.393 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:30:09.393 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: Upgrade: Setting container_image for all ceph-exporter 2024-09-13T14:30:09.393 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:30:09.393 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:30:09.393 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: Upgrade: Setting container_image for all iscsi 2024-09-13T14:30:09.393 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:30:09.393 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:30:09.394 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: Upgrade: Setting container_image for all nfs 2024-09-13T14:30:09.394 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:30:09.394 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:30:09.394 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: Upgrade: Setting container_image for all nvmeof 2024-09-13T14:30:09.394 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:30:09.394 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:30:09.394 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: Upgrade: Setting container_image for all node-exporter 2024-09-13T14:30:09.394 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:30:09.394 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: Upgrade: Setting container_image for all prometheus 2024-09-13T14:30:09.394 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:30:09.394 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: Upgrade: Setting container_image for all alertmanager 2024-09-13T14:30:09.394 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:30:09.394 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: Upgrade: Setting container_image for all grafana 2024-09-13T14:30:09.395 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:30:09.395 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: Upgrade: Setting container_image for all loki 2024-09-13T14:30:09.395 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:30:09.395 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: Upgrade: Setting container_image for all promtail 2024-09-13T14:30:09.395 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: Upgrade: Finalizing container_image settings 2024-09-13T14:30:09.395 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mgr"} : dispatch 2024-09-13T14:30:09.395 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-13T14:30:09.395 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:30:09.395 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-13T14:30:09.395 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.crash"} : dispatch 2024-09-13T14:30:09.395 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-13T14:30:09.395 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd"} : dispatch 2024-09-13T14:30:09.395 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds"} : dispatch 2024-09-13T14:30:09.395 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw"} : dispatch 2024-09-13T14:30:09.395 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-09-13T14:30:09.396 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"} : dispatch 2024-09-13T14:30:09.396 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-13T14:30:09.396 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:30:09.396 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='client.34260 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:30:09.396 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='client.44192 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:30:09.396 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:30:09.396 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: Upgrade: Target is version 19.3.0-4697-gd58f7306 (squid) 2024-09-13T14:30:09.396 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, digests ['quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f'] 2024-09-13T14:30:09.396 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:30:09.396 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:30:09.397 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: Upgrade: Setting container_image for all mgr 2024-09-13T14:30:09.397 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:30:09.397 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:30:09.397 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: Upgrade: Setting container_image for all mon 2024-09-13T14:30:09.397 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:30:09.397 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:30:09.397 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: Upgrade: Setting container_image for all crash 2024-09-13T14:30:09.397 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:30:09.397 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:30:09.397 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: Upgrade: Setting container_image for all rgw 2024-09-13T14:30:09.397 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:30:09.397 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:30:09.397 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: Upgrade: Setting container_image for all rbd-mirror 2024-09-13T14:30:09.397 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:30:09.398 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:30:09.398 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: Upgrade: Setting container_image for all cephfs-mirror 2024-09-13T14:30:09.398 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:30:09.398 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: Upgrade: Setting container_image for all ceph-exporter 2024-09-13T14:30:09.398 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:30:09.398 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:30:09.398 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: Upgrade: Setting container_image for all iscsi 2024-09-13T14:30:09.398 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:30:09.398 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:30:09.398 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: Upgrade: Setting container_image for all nfs 2024-09-13T14:30:09.398 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:30:09.398 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:30:09.399 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"} : dispatch 2024-09-13T14:30:09.399 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-09-13T14:30:09.399 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.iscsi"} : dispatch 2024-09-13T14:30:09.399 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-13T14:30:09.399 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nfs"} : dispatch 2024-09-13T14:30:09.399 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-13T14:30:09.399 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"} : dispatch 2024-09-13T14:30:09.399 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-13T14:30:09.399 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:30:09.399 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:30:09.399 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:30:09.399 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:30:09.399 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:30:09.400 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:30:09.400 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: Upgrade: Complete! 2024-09-13T14:30:09.400 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"} : dispatch 2024-09-13T14:30:09.400 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-13T14:30:09.400 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:30:09.400 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:30:09.400 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:30:09.400 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:30:09.400 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: pgmap v389: 89 pgs: 89 active+clean; 187 MiB data, 723 MiB used, 715 GiB / 715 GiB avail; 8.0 MiB/s rd, 1.0 MiB/s wr, 11 op/s 2024-09-13T14:30:09.400 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2605653761' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:30:09.400 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[107477]: osdmap e626: 8 total, 8 up, 8 in 2024-09-13T14:30:09.401 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: Upgrade: Setting container_image for all nvmeof 2024-09-13T14:30:09.401 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:30:09.401 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:30:09.401 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: Upgrade: Setting container_image for all node-exporter 2024-09-13T14:30:09.403 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:30:09.404 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: Upgrade: Setting container_image for all prometheus 2024-09-13T14:30:09.404 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:30:09.404 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: Upgrade: Setting container_image for all alertmanager 2024-09-13T14:30:09.404 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:30:09.404 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: Upgrade: Setting container_image for all grafana 2024-09-13T14:30:09.404 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:30:09.404 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: Upgrade: Setting container_image for all loki 2024-09-13T14:30:09.404 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:30:09.404 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: Upgrade: Setting container_image for all promtail 2024-09-13T14:30:09.404 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: Upgrade: Finalizing container_image settings 2024-09-13T14:30:09.404 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mgr"} : dispatch 2024-09-13T14:30:09.404 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-13T14:30:09.405 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:30:09.405 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-13T14:30:09.405 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.crash"} : dispatch 2024-09-13T14:30:09.405 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-13T14:30:09.405 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd"} : dispatch 2024-09-13T14:30:09.405 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds"} : dispatch 2024-09-13T14:30:09.405 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw"} : dispatch 2024-09-13T14:30:09.405 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-09-13T14:30:09.405 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"} : dispatch 2024-09-13T14:30:09.405 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-13T14:30:09.405 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:30:09.405 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"} : dispatch 2024-09-13T14:30:09.405 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-09-13T14:30:09.406 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.iscsi"} : dispatch 2024-09-13T14:30:09.406 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-13T14:30:09.406 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nfs"} : dispatch 2024-09-13T14:30:09.406 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-13T14:30:09.406 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"} : dispatch 2024-09-13T14:30:09.406 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-13T14:30:09.406 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:30:09.406 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:30:09.406 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:30:09.406 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:30:09.406 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:30:09.406 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:30:09.406 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: Upgrade: Complete! 2024-09-13T14:30:09.406 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"} : dispatch 2024-09-13T14:30:09.407 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-13T14:30:09.407 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:30:09.407 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:30:09.407 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:30:09.407 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:30:09.407 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: pgmap v389: 89 pgs: 89 active+clean; 187 MiB data, 723 MiB used, 715 GiB / 715 GiB avail; 8.0 MiB/s rd, 1.0 MiB/s wr, 11 op/s 2024-09-13T14:30:09.407 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2605653761' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:30:09.407 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:09 smithi071 ceph-mon[112785]: osdmap e626: 8 total, 8 up, 8 in 2024-09-13T14:30:09.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='client.34260 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:30:09.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='client.44192 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:30:09.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:30:09.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: Upgrade: Target is version 19.3.0-4697-gd58f7306 (squid) 2024-09-13T14:30:09.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, digests ['quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f'] 2024-09-13T14:30:09.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:30:09.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:30:09.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: Upgrade: Setting container_image for all mgr 2024-09-13T14:30:09.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:30:09.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:30:09.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: Upgrade: Setting container_image for all mon 2024-09-13T14:30:09.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:30:09.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:30:09.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: Upgrade: Setting container_image for all crash 2024-09-13T14:30:09.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:30:09.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:30:09.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: Upgrade: Setting container_image for all rgw 2024-09-13T14:30:09.424 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:30:09.424 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:30:09.424 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: Upgrade: Setting container_image for all rbd-mirror 2024-09-13T14:30:09.424 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:30:09.424 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:30:09.424 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: Upgrade: Setting container_image for all cephfs-mirror 2024-09-13T14:30:09.424 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:30:09.424 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: Upgrade: Setting container_image for all ceph-exporter 2024-09-13T14:30:09.424 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:30:09.424 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:30:09.424 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: Upgrade: Setting container_image for all iscsi 2024-09-13T14:30:09.424 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:30:09.424 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:30:09.424 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: Upgrade: Setting container_image for all nfs 2024-09-13T14:30:09.425 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:30:09.425 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:30:09.425 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: Upgrade: Setting container_image for all nvmeof 2024-09-13T14:30:09.425 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:30:09.425 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:30:09.425 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: Upgrade: Setting container_image for all node-exporter 2024-09-13T14:30:09.425 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:30:09.425 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: Upgrade: Setting container_image for all prometheus 2024-09-13T14:30:09.425 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:30:09.425 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: Upgrade: Setting container_image for all alertmanager 2024-09-13T14:30:09.425 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:30:09.425 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: Upgrade: Setting container_image for all grafana 2024-09-13T14:30:09.425 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:30:09.425 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: Upgrade: Setting container_image for all loki 2024-09-13T14:30:09.426 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:30:09.426 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: Upgrade: Setting container_image for all promtail 2024-09-13T14:30:09.426 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: Upgrade: Finalizing container_image settings 2024-09-13T14:30:09.426 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mgr"} : dispatch 2024-09-13T14:30:09.426 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-13T14:30:09.426 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:30:09.426 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-13T14:30:09.426 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.crash"} : dispatch 2024-09-13T14:30:09.426 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-13T14:30:09.426 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd"} : dispatch 2024-09-13T14:30:09.426 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds"} : dispatch 2024-09-13T14:30:09.426 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw"} : dispatch 2024-09-13T14:30:09.426 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-09-13T14:30:09.426 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"} : dispatch 2024-09-13T14:30:09.426 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-13T14:30:09.426 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:30:09.427 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"} : dispatch 2024-09-13T14:30:09.427 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-09-13T14:30:09.427 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.iscsi"} : dispatch 2024-09-13T14:30:09.427 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-13T14:30:09.427 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nfs"} : dispatch 2024-09-13T14:30:09.427 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-13T14:30:09.427 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"} : dispatch 2024-09-13T14:30:09.427 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-13T14:30:09.427 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:30:09.427 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:30:09.427 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:30:09.427 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:30:09.427 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:30:09.427 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:30:09.427 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: Upgrade: Complete! 2024-09-13T14:30:09.428 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"} : dispatch 2024-09-13T14:30:09.428 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-13T14:30:09.428 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:30:09.428 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:30:09.428 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:30:09.428 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:30:09.428 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: pgmap v389: 89 pgs: 89 active+clean; 187 MiB data, 723 MiB used, 715 GiB / 715 GiB avail; 8.0 MiB/s rd, 1.0 MiB/s wr, 11 op/s 2024-09-13T14:30:09.428 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2605653761' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:30:09.428 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:09 smithi104 ceph-mon[105578]: osdmap e626: 8 total, 8 up, 8 in 2024-09-13T14:30:09.837 INFO:tasks.rados.rados.0.smithi071.stdout:2130: done (0 left) 2024-09-13T14:30:09.837 INFO:tasks.rados.rados.0.smithi071.stdout:2131: snap_remove snap 276 2024-09-13T14:30:10.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:10 smithi071 ceph-mon[107477]: from='client.34272 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:30:10.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:10 smithi071 ceph-mon[107477]: from='client.44210 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:30:10.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:10 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:30:10.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:10 smithi071 ceph-mon[107477]: osdmap e627: 8 total, 8 up, 8 in 2024-09-13T14:30:10.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:10 smithi071 ceph-mon[112785]: from='client.34272 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:30:10.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:10 smithi071 ceph-mon[112785]: from='client.44210 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:30:10.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:10 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:30:10.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:10 smithi071 ceph-mon[112785]: osdmap e627: 8 total, 8 up, 8 in 2024-09-13T14:30:10.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:10 smithi104 ceph-mon[105578]: from='client.34272 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:30:10.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:10 smithi104 ceph-mon[105578]: from='client.44210 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:30:10.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:10 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:30:10.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:10 smithi104 ceph-mon[105578]: osdmap e627: 8 total, 8 up, 8 in 2024-09-13T14:30:10.834 INFO:tasks.rados.rados.0.smithi071.stdout:2131: done (0 left) 2024-09-13T14:30:10.835 INFO:tasks.rados.rados.0.smithi071.stdout:2132: delete oid 34 current snap is 280 2024-09-13T14:30:10.841 INFO:tasks.rados.rados.0.smithi071.stdout:2132: done (0 left) 2024-09-13T14:30:10.841 INFO:tasks.rados.rados.0.smithi071.stdout:2133: write oid 31 current snap is 280 2024-09-13T14:30:10.841 INFO:tasks.rados.rados.0.smithi071.stdout:2133: seq_num 794 ranges {544758=648418,1846585=416944,2771268=573490} 2024-09-13T14:30:10.847 INFO:tasks.rados.rados.0.smithi071.stdout:2133: writing smithi07185159-31 from 544758 to 1193176 tid 1 2024-09-13T14:30:10.853 INFO:tasks.rados.rados.0.smithi071.stdout:2133: writing smithi07185159-31 from 1846585 to 2263529 tid 2 2024-09-13T14:30:10.859 INFO:tasks.rados.rados.0.smithi071.stdout:2133: writing smithi07185159-31 from 2771268 to 3344758 tid 3 2024-09-13T14:30:10.859 INFO:tasks.rados.rados.0.smithi071.stdout:2134: read oid 23 snap 262 2024-09-13T14:30:10.859 INFO:tasks.rados.rados.0.smithi071.stdout:2134: expect (ObjNum 753 snap 262 seq_num 753) 2024-09-13T14:30:10.859 INFO:tasks.rados.rados.0.smithi071.stdout:2135: snap_create 2024-09-13T14:30:10.859 INFO:tasks.rados.rados.0.smithi071.stdout:2133: finishing write tid 1 to smithi07185159-31 2024-09-13T14:30:10.859 INFO:tasks.rados.rados.0.smithi071.stdout:2133: finishing write tid 2 to smithi07185159-31 2024-09-13T14:30:10.866 INFO:tasks.rados.rados.0.smithi071.stdout:2133: finishing write tid 3 to smithi07185159-31 2024-09-13T14:30:10.867 INFO:tasks.rados.rados.0.smithi071.stdout:2133: finishing write tid 4 to smithi07185159-31 2024-09-13T14:30:10.867 INFO:tasks.rados.rados.0.smithi071.stdout:2133: finishing write tid 5 to smithi07185159-31 2024-09-13T14:30:10.867 INFO:tasks.rados.rados.0.smithi071.stdout:2133: oid 31 updating version 0 to 1059 2024-09-13T14:30:10.867 INFO:tasks.rados.rados.0.smithi071.stdout:2133: oid 31 updating version 1059 to 1060 2024-09-13T14:30:10.867 INFO:tasks.rados.rados.0.smithi071.stdout:2133: oid 31 updating version 1060 to 1061 2024-09-13T14:30:10.868 INFO:tasks.rados.rados.0.smithi071.stdout:2133: oid 31 updating version 1061 to 1062 2024-09-13T14:30:10.868 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 31 v 1062 (ObjNum 794 snap 280 seq_num 794) dirty exists 2024-09-13T14:30:10.868 INFO:tasks.rados.rados.0.smithi071.stdout:2133: left oid 31 (ObjNum 794 snap 280 seq_num 794) 2024-09-13T14:30:10.869 INFO:tasks.rados.rados.0.smithi071.stdout:2134: expect (ObjNum 753 snap 262 seq_num 753) 2024-09-13T14:30:11.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:11 smithi071 ceph-mon[107477]: pgmap v392: 89 pgs: 89 active+clean; 190 MiB data, 726 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 728 KiB/s wr, 2 op/s 2024-09-13T14:30:11.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:11 smithi071 ceph-mon[107477]: osdmap e628: 8 total, 8 up, 8 in 2024-09-13T14:30:11.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:11 smithi071 ceph-mon[112785]: pgmap v392: 89 pgs: 89 active+clean; 190 MiB data, 726 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 728 KiB/s wr, 2 op/s 2024-09-13T14:30:11.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:11 smithi071 ceph-mon[112785]: osdmap e628: 8 total, 8 up, 8 in 2024-09-13T14:30:11.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:11 smithi104 ceph-mon[105578]: pgmap v392: 89 pgs: 89 active+clean; 190 MiB data, 726 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 728 KiB/s wr, 2 op/s 2024-09-13T14:30:11.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:11 smithi104 ceph-mon[105578]: osdmap e628: 8 total, 8 up, 8 in 2024-09-13T14:30:11.835 INFO:tasks.rados.rados.0.smithi071.stdout:2133: done (2 left) 2024-09-13T14:30:11.835 INFO:tasks.rados.rados.0.smithi071.stdout:2134: done (1 left) 2024-09-13T14:30:11.835 INFO:tasks.rados.rados.0.smithi071.stdout:2135: done (0 left) 2024-09-13T14:30:11.835 INFO:tasks.rados.rados.0.smithi071.stdout:2136: write oid 9 current snap is 281 2024-09-13T14:30:11.835 INFO:tasks.rados.rados.0.smithi071.stdout:2136: seq_num 795 ranges {561565=723667,1905067=560602,3082338=279227} 2024-09-13T14:30:11.842 INFO:tasks.rados.rados.0.smithi071.stdout:2136: writing smithi07185159-9 from 561565 to 1285232 tid 1 2024-09-13T14:30:11.848 INFO:tasks.rados.rados.0.smithi071.stdout:2136: writing smithi07185159-9 from 1905067 to 2465669 tid 2 2024-09-13T14:30:11.853 INFO:tasks.rados.rados.0.smithi071.stdout:2136: writing smithi07185159-9 from 3082338 to 3361565 tid 3 2024-09-13T14:30:11.853 INFO:tasks.rados.rados.0.smithi071.stdout:2137: read oid 10 snap 272 2024-09-13T14:30:11.853 INFO:tasks.rados.rados.0.smithi071.stdout:2137: expect deleted 2024-09-13T14:30:11.854 INFO:tasks.rados.rados.0.smithi071.stdout:2138: snap_create 2024-09-13T14:30:11.854 INFO:tasks.rados.rados.0.smithi071.stdout:2136: finishing write tid 1 to smithi07185159-9 2024-09-13T14:30:11.854 INFO:tasks.rados.rados.0.smithi071.stdout:2136: finishing write tid 2 to smithi07185159-9 2024-09-13T14:30:11.856 INFO:tasks.rados.rados.0.smithi071.stdout:2136: finishing write tid 3 to smithi07185159-9 2024-09-13T14:30:11.856 INFO:tasks.rados.rados.0.smithi071.stdout:2136: finishing write tid 4 to smithi07185159-9 2024-09-13T14:30:11.856 INFO:tasks.rados.rados.0.smithi071.stdout:2136: finishing write tid 5 to smithi07185159-9 2024-09-13T14:30:11.856 INFO:tasks.rados.rados.0.smithi071.stdout:2136: oid 9 updating version 0 to 309 2024-09-13T14:30:11.856 INFO:tasks.rados.rados.0.smithi071.stdout:2136: oid 9 updating version 309 to 310 2024-09-13T14:30:11.856 INFO:tasks.rados.rados.0.smithi071.stdout:2136: oid 9 version 310 is already newer than 308 2024-09-13T14:30:11.856 INFO:tasks.rados.rados.0.smithi071.stdout:2136: oid 9 version 310 is already newer than 307 2024-09-13T14:30:11.856 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 9 v 310 (ObjNum 795 snap 281 seq_num 795) dirty exists 2024-09-13T14:30:11.856 INFO:tasks.rados.rados.0.smithi071.stdout:2136: left oid 9 (ObjNum 795 snap 281 seq_num 795) 2024-09-13T14:30:12.833 INFO:tasks.rados.rados.0.smithi071.stdout:2136: done (2 left) 2024-09-13T14:30:12.834 INFO:tasks.rados.rados.0.smithi071.stdout:2137: done (1 left) 2024-09-13T14:30:12.834 INFO:tasks.rados.rados.0.smithi071.stdout:2138: done (0 left) 2024-09-13T14:30:12.834 INFO:tasks.rados.rados.0.smithi071.stdout:2139: read oid 3 snap -1 2024-09-13T14:30:12.834 INFO:tasks.rados.rados.0.smithi071.stdout:2139: expect (ObjNum 779 snap 275 seq_num 779) 2024-09-13T14:30:12.834 INFO:tasks.rados.rados.0.smithi071.stdout:2140: write oid 39 current snap is 282 2024-09-13T14:30:12.834 INFO:tasks.rados.rados.0.smithi071.stdout:2140: seq_num 796 ranges {578372=798916,1963549=420613,2826114=417934} 2024-09-13T14:30:12.841 INFO:tasks.rados.rados.0.smithi071.stdout:2140: writing smithi07185159-39 from 578372 to 1377288 tid 1 2024-09-13T14:30:12.847 INFO:tasks.rados.rados.0.smithi071.stdout:2140: writing smithi07185159-39 from 1963549 to 2384162 tid 2 2024-09-13T14:30:12.853 INFO:tasks.rados.rados.0.smithi071.stdout:2140: writing smithi07185159-39 from 2826114 to 3244048 tid 3 2024-09-13T14:30:12.853 INFO:tasks.rados.rados.0.smithi071.stdout:2141: read oid 5 snap 278 2024-09-13T14:30:12.853 INFO:tasks.rados.rados.0.smithi071.stdout:2141: expect (ObjNum 708 snap 243 seq_num 708) 2024-09-13T14:30:12.853 INFO:tasks.rados.rados.0.smithi071.stdout:2142: snap_create 2024-09-13T14:30:12.853 INFO:tasks.rados.rados.0.smithi071.stdout:2139: expect (ObjNum 779 snap 275 seq_num 779) 2024-09-13T14:30:13.035 INFO:tasks.rados.rados.0.smithi071.stdout:2140: finishing write tid 1 to smithi07185159-39 2024-09-13T14:30:13.035 INFO:tasks.rados.rados.0.smithi071.stdout:2140: finishing write tid 2 to smithi07185159-39 2024-09-13T14:30:13.036 INFO:tasks.rados.rados.0.smithi071.stdout:2140: finishing write tid 3 to smithi07185159-39 2024-09-13T14:30:13.036 INFO:tasks.rados.rados.0.smithi071.stdout:2140: finishing write tid 4 to smithi07185159-39 2024-09-13T14:30:13.036 INFO:tasks.rados.rados.0.smithi071.stdout:2140: finishing write tid 5 to smithi07185159-39 2024-09-13T14:30:13.036 INFO:tasks.rados.rados.0.smithi071.stdout:2140: oid 39 updating version 0 to 1059 2024-09-13T14:30:13.036 INFO:tasks.rados.rados.0.smithi071.stdout:2140: oid 39 updating version 1059 to 1060 2024-09-13T14:30:13.036 INFO:tasks.rados.rados.0.smithi071.stdout:2140: oid 39 version 1060 is already newer than 1057 2024-09-13T14:30:13.036 INFO:tasks.rados.rados.0.smithi071.stdout:2140: oid 39 version 1060 is already newer than 1058 2024-09-13T14:30:13.036 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 39 v 1060 (ObjNum 796 snap 282 seq_num 796) dirty exists 2024-09-13T14:30:13.036 INFO:tasks.rados.rados.0.smithi071.stdout:2140: left oid 39 (ObjNum 796 snap 282 seq_num 796) 2024-09-13T14:30:13.036 INFO:tasks.rados.rados.0.smithi071.stdout:2141: expect (ObjNum 708 snap 243 seq_num 708) 2024-09-13T14:30:13.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:12 smithi071 ceph-mon[107477]: osdmap e629: 8 total, 8 up, 8 in 2024-09-13T14:30:13.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:12 smithi071 ceph-mon[107477]: pgmap v395: 89 pgs: 89 active+clean; 190 MiB data, 726 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 728 KiB/s wr, 2 op/s 2024-09-13T14:30:13.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:30:12 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:30:12] "GET /metrics HTTP/1.1" 200 36279 "" "Prometheus/2.51.0" 2024-09-13T14:30:13.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:12 smithi071 ceph-mon[112785]: osdmap e629: 8 total, 8 up, 8 in 2024-09-13T14:30:13.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:12 smithi071 ceph-mon[112785]: pgmap v395: 89 pgs: 89 active+clean; 190 MiB data, 726 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 728 KiB/s wr, 2 op/s 2024-09-13T14:30:13.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:12 smithi104 ceph-mon[105578]: osdmap e629: 8 total, 8 up, 8 in 2024-09-13T14:30:13.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:12 smithi104 ceph-mon[105578]: pgmap v395: 89 pgs: 89 active+clean; 190 MiB data, 726 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 728 KiB/s wr, 2 op/s 2024-09-13T14:30:13.857 INFO:tasks.rados.rados.0.smithi071.stdout:2139: done (3 left) 2024-09-13T14:30:13.858 INFO:tasks.rados.rados.0.smithi071.stdout:2140: done (2 left) 2024-09-13T14:30:13.858 INFO:tasks.rados.rados.0.smithi071.stdout:2141: done (1 left) 2024-09-13T14:30:13.858 INFO:tasks.rados.rados.0.smithi071.stdout:2142: done (0 left) 2024-09-13T14:30:13.858 INFO:tasks.rados.rados.0.smithi071.stdout:2143: delete oid 11 current snap is 283 2024-09-13T14:30:13.861 INFO:tasks.rados.rados.0.smithi071.stdout:2143: done (0 left) 2024-09-13T14:30:13.861 INFO:tasks.rados.rados.0.smithi071.stdout:2144: snap_create 2024-09-13T14:30:14.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:13 smithi071 ceph-mon[107477]: osdmap e630: 8 total, 8 up, 8 in 2024-09-13T14:30:14.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:13 smithi071 ceph-mon[112785]: osdmap e630: 8 total, 8 up, 8 in 2024-09-13T14:30:14.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:13 smithi104 ceph-mon[105578]: osdmap e630: 8 total, 8 up, 8 in 2024-09-13T14:30:14.870 INFO:tasks.rados.rados.0.smithi071.stdout:2144: done (0 left) 2024-09-13T14:30:14.870 INFO:tasks.rados.rados.0.smithi071.stdout:2145: read oid 43 snap -1 2024-09-13T14:30:14.870 INFO:tasks.rados.rados.0.smithi071.stdout:2145: expect (ObjNum 608 snap 199 seq_num 608) 2024-09-13T14:30:14.870 INFO:tasks.rados.rados.0.smithi071.stdout:2146: read oid 1 snap -1 2024-09-13T14:30:14.870 INFO:tasks.rados.rados.0.smithi071.stdout:2146: expect (ObjNum 379 snap 120 seq_num 379) 2024-09-13T14:30:14.870 INFO:tasks.rados.rados.0.smithi071.stdout:2147: write oid 42 current snap is 284 2024-09-13T14:30:14.871 INFO:tasks.rados.rados.0.smithi071.stdout:2147: seq_num 798 ranges {611986=549414,1564160=424282,2764607=440478} 2024-09-13T14:30:14.876 INFO:tasks.rados.rados.0.smithi071.stdout:2147: writing smithi07185159-42 from 611986 to 1161400 tid 1 2024-09-13T14:30:14.881 INFO:tasks.rados.rados.0.smithi071.stdout:2147: writing smithi07185159-42 from 1564160 to 1988442 tid 2 2024-09-13T14:30:14.888 INFO:tasks.rados.rados.0.smithi071.stdout:2147: writing smithi07185159-42 from 2764607 to 3205085 tid 3 2024-09-13T14:30:14.888 INFO:tasks.rados.rados.0.smithi071.stdout:2148: delete oid 34 current snap is 284 2024-09-13T14:30:14.888 INFO:tasks.rados.rados.0.smithi071.stdout:2145: expect (ObjNum 608 snap 199 seq_num 608) 2024-09-13T14:30:14.980 INFO:tasks.rados.rados.0.smithi071.stdout:2146: expect (ObjNum 379 snap 120 seq_num 379) 2024-09-13T14:30:15.078 INFO:tasks.rados.rados.0.smithi071.stdout:2147: finishing write tid 1 to smithi07185159-42 2024-09-13T14:30:15.078 INFO:tasks.rados.rados.0.smithi071.stdout:2147: finishing write tid 2 to smithi07185159-42 2024-09-13T14:30:15.078 INFO:tasks.rados.rados.0.smithi071.stdout:2147: finishing write tid 3 to smithi07185159-42 2024-09-13T14:30:15.078 INFO:tasks.rados.rados.0.smithi071.stdout:2147: finishing write tid 4 to smithi07185159-42 2024-09-13T14:30:15.078 INFO:tasks.rados.rados.0.smithi071.stdout:2145: done (3 left) 2024-09-13T14:30:15.078 INFO:tasks.rados.rados.0.smithi071.stdout:2146: done (2 left) 2024-09-13T14:30:15.079 INFO:tasks.rados.rados.0.smithi071.stdout:2148: done (1 left) 2024-09-13T14:30:15.079 INFO:tasks.rados.rados.0.smithi071.stdout:2149: rollback oid 8 current snap is 284 2024-09-13T14:30:15.079 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 8 to 248 2024-09-13T14:30:15.079 INFO:tasks.rados.rados.0.smithi071.stdout:2147: finishing write tid 5 to smithi07185159-42 2024-09-13T14:30:15.079 INFO:tasks.rados.rados.0.smithi071.stdout:2147: oid 42 updating version 0 to 1192 2024-09-13T14:30:15.079 INFO:tasks.rados.rados.0.smithi071.stdout:2147: oid 42 version 1192 is already newer than 1191 2024-09-13T14:30:15.079 INFO:tasks.rados.rados.0.smithi071.stdout:2147: oid 42 updating version 1192 to 1194 2024-09-13T14:30:15.079 INFO:tasks.rados.rados.0.smithi071.stdout:2147: oid 42 version 1194 is already newer than 1193 2024-09-13T14:30:15.079 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 42 v 1194 (ObjNum 798 snap 284 seq_num 798) dirty exists 2024-09-13T14:30:15.079 INFO:tasks.rados.rados.0.smithi071.stdout:2147: left oid 42 (ObjNum 798 snap 284 seq_num 798) 2024-09-13T14:30:15.079 INFO:tasks.rados.rados.0.smithi071.stdout:2147: done (1 left) 2024-09-13T14:30:15.079 INFO:tasks.rados.rados.0.smithi071.stdout:2150: snap_remove snap 258 2024-09-13T14:30:15.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:14 smithi071 ceph-mon[107477]: osdmap e631: 8 total, 8 up, 8 in 2024-09-13T14:30:15.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:14 smithi071 ceph-mon[107477]: pgmap v398: 89 pgs: 89 active+clean; 190 MiB data, 726 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:30:15.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:14 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:30:15.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:14 smithi071 ceph-mon[112785]: osdmap e631: 8 total, 8 up, 8 in 2024-09-13T14:30:15.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:14 smithi071 ceph-mon[112785]: pgmap v398: 89 pgs: 89 active+clean; 190 MiB data, 726 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:30:15.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:14 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:30:15.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:14 smithi104 ceph-mon[105578]: osdmap e631: 8 total, 8 up, 8 in 2024-09-13T14:30:15.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:14 smithi104 ceph-mon[105578]: pgmap v398: 89 pgs: 89 active+clean; 190 MiB data, 726 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:30:15.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:14 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:30:15.872 INFO:tasks.rados.rados.0.smithi071.stdout:2149: finishing rollback tid 0 to smithi07185159-8 2024-09-13T14:30:15.873 INFO:tasks.rados.rados.0.smithi071.stdout:2149: finishing rollback tid 1 to smithi07185159-8 2024-09-13T14:30:15.873 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 8 v 581 (ObjNum 305 snap 0 seq_num 1) dirty dne 2024-09-13T14:30:15.873 INFO:tasks.rados.rados.0.smithi071.stdout:2149: done (1 left) 2024-09-13T14:30:15.873 INFO:tasks.rados.rados.0.smithi071.stdout:2150: done (0 left) 2024-09-13T14:30:15.873 INFO:tasks.rados.rados.0.smithi071.stdout:2151: read oid 28 snap -1 2024-09-13T14:30:15.873 INFO:tasks.rados.rados.0.smithi071.stdout:2151: expect deleted 2024-09-13T14:30:15.873 INFO:tasks.rados.rados.0.smithi071.stdout:2152: snap_create 2024-09-13T14:30:16.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:15 smithi071 ceph-mon[107477]: osdmap e632: 8 total, 8 up, 8 in 2024-09-13T14:30:16.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:15 smithi071 ceph-mon[112785]: osdmap e632: 8 total, 8 up, 8 in 2024-09-13T14:30:16.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:15 smithi104 ceph-mon[105578]: osdmap e632: 8 total, 8 up, 8 in 2024-09-13T14:30:16.883 INFO:tasks.rados.rados.0.smithi071.stdout:2151: done (1 left) 2024-09-13T14:30:16.884 INFO:tasks.rados.rados.0.smithi071.stdout:2152: done (0 left) 2024-09-13T14:30:16.884 INFO:tasks.rados.rados.0.smithi071.stdout:2153: delete oid 13 current snap is 285 2024-09-13T14:30:16.886 INFO:tasks.rados.rados.0.smithi071.stdout:2153: done (0 left) 2024-09-13T14:30:16.886 INFO:tasks.rados.rados.0.smithi071.stdout:2154: write oid 20 current snap is 285 2024-09-13T14:30:16.886 INFO:tasks.rados.rados.0.smithi071.stdout:2154: seq_num 801 ranges {662407=491514,1855959=571609,2846876=615531} 2024-09-13T14:30:16.893 INFO:tasks.rados.rados.0.smithi071.stdout:2154: writing smithi07185159-20 from 662407 to 1153921 tid 1 2024-09-13T14:30:16.900 INFO:tasks.rados.rados.0.smithi071.stdout:2154: writing smithi07185159-20 from 1855959 to 2427568 tid 2 2024-09-13T14:30:16.906 INFO:tasks.rados.rados.0.smithi071.stdout:2154: writing smithi07185159-20 from 2846876 to 3462407 tid 3 2024-09-13T14:30:16.907 INFO:tasks.rados.rados.0.smithi071.stdout:2155: rollback oid 43 current snap is 285 2024-09-13T14:30:16.907 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 43 to 283 2024-09-13T14:30:16.907 INFO:tasks.rados.rados.0.smithi071.stdout:2154: finishing write tid 1 to smithi07185159-20 2024-09-13T14:30:16.907 INFO:tasks.rados.rados.0.smithi071.stdout:2154: finishing write tid 2 to smithi07185159-20 2024-09-13T14:30:16.907 INFO:tasks.rados.rados.0.smithi071.stdout:2156: rollback oid 5 current snap is 285 2024-09-13T14:30:16.907 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 5 to 272 2024-09-13T14:30:16.907 INFO:tasks.rados.rados.0.smithi071.stdout:2157: write oid 16 current snap is 285 2024-09-13T14:30:16.907 INFO:tasks.rados.rados.0.smithi071.stdout:2157: seq_num 802 ranges {679214=566763,1798088=715267,3157946=321268} 2024-09-13T14:30:16.913 INFO:tasks.rados.rados.0.smithi071.stdout:2157: writing smithi07185159-16 from 679214 to 1245977 tid 1 2024-09-13T14:30:16.920 INFO:tasks.rados.rados.0.smithi071.stdout:2157: writing smithi07185159-16 from 1798088 to 2513355 tid 2 2024-09-13T14:30:16.927 INFO:tasks.rados.rados.0.smithi071.stdout:2157: writing smithi07185159-16 from 3157946 to 3479214 tid 3 2024-09-13T14:30:16.927 INFO:tasks.rados.rados.0.smithi071.stdout:2158: read oid 42 snap 272 2024-09-13T14:30:16.927 INFO:tasks.rados.rados.0.smithi071.stdout:2158: expect deleted 2024-09-13T14:30:16.927 INFO:tasks.rados.rados.0.smithi071.stdout:2159: write oid 17 current snap is 285 2024-09-13T14:30:16.927 INFO:tasks.rados.rados.0.smithi071.stdout:2155: finishing rollback tid 0 to smithi07185159-43 2024-09-13T14:30:16.927 INFO:tasks.rados.rados.0.smithi071.stdout:2155: finishing rollback tid 1 to smithi07185159-43 2024-09-13T14:30:16.927 INFO:tasks.rados.rados.0.smithi071.stdout:2155: finishing rollback tid 2 to smithi07185159-43 2024-09-13T14:30:16.927 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 43 v 589 (ObjNum 608 snap 199 seq_num 608) dirty exists 2024-09-13T14:30:16.928 INFO:tasks.rados.rados.0.smithi071.stdout:2156: finishing rollback tid 0 to smithi07185159-5 2024-09-13T14:30:16.928 INFO:tasks.rados.rados.0.smithi071.stdout:2154: finishing write tid 3 to smithi07185159-20 2024-09-13T14:30:16.928 INFO:tasks.rados.rados.0.smithi071.stdout:2154: finishing write tid 4 to smithi07185159-20 2024-09-13T14:30:16.928 INFO:tasks.rados.rados.0.smithi071.stdout:2154: finishing write tid 5 to smithi07185159-20 2024-09-13T14:30:16.928 INFO:tasks.rados.rados.0.smithi071.stdout:2154: oid 20 updating version 0 to 980 2024-09-13T14:30:16.928 INFO:tasks.rados.rados.0.smithi071.stdout:2154: oid 20 updating version 980 to 981 2024-09-13T14:30:16.928 INFO:tasks.rados.rados.0.smithi071.stdout:2154: oid 20 version 981 is already newer than 978 2024-09-13T14:30:16.928 INFO:tasks.rados.rados.0.smithi071.stdout:2154: oid 20 version 981 is already newer than 979 2024-09-13T14:30:16.928 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 20 v 981 (ObjNum 801 snap 285 seq_num 801) dirty exists 2024-09-13T14:30:16.928 INFO:tasks.rados.rados.0.smithi071.stdout:2154: left oid 20 (ObjNum 801 snap 285 seq_num 801) 2024-09-13T14:30:16.928 INFO:tasks.rados.rados.0.smithi071.stdout:2156: finishing rollback tid 1 to smithi07185159-5 2024-09-13T14:30:16.928 INFO:tasks.rados.rados.0.smithi071.stdout:2156: finishing rollback tid 2 to smithi07185159-5 2024-09-13T14:30:16.929 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 5 v 2108 (ObjNum 708 snap 243 seq_num 708) dirty exists 2024-09-13T14:30:16.929 INFO:tasks.rados.rados.0.smithi071.stdout:2157: finishing write tid 1 to smithi07185159-16 2024-09-13T14:30:16.929 INFO:tasks.rados.rados.0.smithi071.stdout:2159: seq_num 803 ranges {696021=642012,1856570=575278,3185369=310652} 2024-09-13T14:30:16.933 INFO:tasks.rados.rados.0.smithi071.stdout:2159: writing smithi07185159-17 from 696021 to 1338033 tid 1 2024-09-13T14:30:16.939 INFO:tasks.rados.rados.0.smithi071.stdout:2159: writing smithi07185159-17 from 1856570 to 2431848 tid 2 2024-09-13T14:30:16.945 INFO:tasks.rados.rados.0.smithi071.stdout:2159: writing smithi07185159-17 from 3185369 to 3496021 tid 3 2024-09-13T14:30:16.945 INFO:tasks.rados.rados.0.smithi071.stdout:2154: done (5 left) 2024-09-13T14:30:16.945 INFO:tasks.rados.rados.0.smithi071.stdout:2155: done (4 left) 2024-09-13T14:30:16.945 INFO:tasks.rados.rados.0.smithi071.stdout:2156: done (3 left) 2024-09-13T14:30:16.945 INFO:tasks.rados.rados.0.smithi071.stdout:2160: write oid 32 current snap is 285 2024-09-13T14:30:16.945 INFO:tasks.rados.rados.0.smithi071.stdout:2157: finishing write tid 2 to smithi07185159-16 2024-09-13T14:30:16.945 INFO:tasks.rados.rados.0.smithi071.stdout:2160: seq_num 804 ranges {712828=717261,1915052=718936,3212792=300036} 2024-09-13T14:30:16.953 INFO:tasks.rados.rados.0.smithi071.stdout:2160: writing smithi07185159-32 from 712828 to 1430089 tid 1 2024-09-13T14:30:16.959 INFO:tasks.rados.rados.0.smithi071.stdout:2160: writing smithi07185159-32 from 1915052 to 2633988 tid 2 2024-09-13T14:30:16.964 INFO:tasks.rados.rados.0.smithi071.stdout:2160: writing smithi07185159-32 from 3212792 to 3512828 tid 3 2024-09-13T14:30:16.964 INFO:tasks.rados.rados.0.smithi071.stdout:2161: write oid 20 current snap is 285 2024-09-13T14:30:16.964 INFO:tasks.rados.rados.0.smithi071.stdout:2161: seq_num 805 ranges {729635=792510,1973534=578947,3240215=289420} 2024-09-13T14:30:16.972 INFO:tasks.rados.rados.0.smithi071.stdout:2161: writing smithi07185159-20 from 729635 to 1522145 tid 1 2024-09-13T14:30:16.977 INFO:tasks.rados.rados.0.smithi071.stdout:2161: writing smithi07185159-20 from 1973534 to 2552481 tid 2 2024-09-13T14:30:16.983 INFO:tasks.rados.rados.0.smithi071.stdout:2161: writing smithi07185159-20 from 3240215 to 3529635 tid 3 2024-09-13T14:30:16.984 INFO:tasks.rados.rados.0.smithi071.stdout:2162: delete oid 5 current snap is 285 2024-09-13T14:30:16.984 INFO:tasks.rados.rados.0.smithi071.stdout:2157: finishing write tid 3 to smithi07185159-16 2024-09-13T14:30:16.984 INFO:tasks.rados.rados.0.smithi071.stdout:2157: finishing write tid 4 to smithi07185159-16 2024-09-13T14:30:16.984 INFO:tasks.rados.rados.0.smithi071.stdout:2157: finishing write tid 5 to smithi07185159-16 2024-09-13T14:30:16.984 INFO:tasks.rados.rados.0.smithi071.stdout:2157: oid 16 updating version 0 to 592 2024-09-13T14:30:16.984 INFO:tasks.rados.rados.0.smithi071.stdout:2157: oid 16 updating version 592 to 593 2024-09-13T14:30:16.984 INFO:tasks.rados.rados.0.smithi071.stdout:2157: oid 16 updating version 593 to 594 2024-09-13T14:30:16.984 INFO:tasks.rados.rados.0.smithi071.stdout:2157: oid 16 version 594 is already newer than 591 2024-09-13T14:30:16.984 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 16 v 594 (ObjNum 802 snap 285 seq_num 802) dirty exists 2024-09-13T14:30:16.984 INFO:tasks.rados.rados.0.smithi071.stdout:2157: left oid 16 (ObjNum 802 snap 285 seq_num 802) 2024-09-13T14:30:16.984 INFO:tasks.rados.rados.0.smithi071.stdout:2159: finishing write tid 1 to smithi07185159-17 2024-09-13T14:30:16.984 INFO:tasks.rados.rados.0.smithi071.stdout:2159: finishing write tid 2 to smithi07185159-17 2024-09-13T14:30:16.985 INFO:tasks.rados.rados.0.smithi071.stdout:2159: finishing write tid 3 to smithi07185159-17 2024-09-13T14:30:16.985 INFO:tasks.rados.rados.0.smithi071.stdout:2159: finishing write tid 4 to smithi07185159-17 2024-09-13T14:30:16.985 INFO:tasks.rados.rados.0.smithi071.stdout:2159: finishing write tid 5 to smithi07185159-17 2024-09-13T14:30:16.989 INFO:tasks.rados.rados.0.smithi071.stdout:2159: oid 17 updating version 0 to 689 2024-09-13T14:30:16.989 INFO:tasks.rados.rados.0.smithi071.stdout:2159: oid 17 version 689 is already newer than 687 2024-09-13T14:30:16.989 INFO:tasks.rados.rados.0.smithi071.stdout:2159: oid 17 version 689 is already newer than 688 2024-09-13T14:30:16.989 INFO:tasks.rados.rados.0.smithi071.stdout:2159: oid 17 updating version 689 to 690 2024-09-13T14:30:16.989 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 17 v 690 (ObjNum 803 snap 285 seq_num 803) dirty exists 2024-09-13T14:30:16.989 INFO:tasks.rados.rados.0.smithi071.stdout:2159: left oid 17 (ObjNum 803 snap 285 seq_num 803) 2024-09-13T14:30:16.989 INFO:tasks.rados.rados.0.smithi071.stdout:2160: finishing write tid 1 to smithi07185159-32 2024-09-13T14:30:16.989 INFO:tasks.rados.rados.0.smithi071.stdout:2160: finishing write tid 2 to smithi07185159-32 2024-09-13T14:30:16.989 INFO:tasks.rados.rados.0.smithi071.stdout:2160: finishing write tid 3 to smithi07185159-32 2024-09-13T14:30:16.989 INFO:tasks.rados.rados.0.smithi071.stdout:2160: finishing write tid 4 to smithi07185159-32 2024-09-13T14:30:16.989 INFO:tasks.rados.rados.0.smithi071.stdout:2160: finishing write tid 5 to smithi07185159-32 2024-09-13T14:30:16.989 INFO:tasks.rados.rados.0.smithi071.stdout:2160: oid 32 updating version 0 to 183 2024-09-13T14:30:16.990 INFO:tasks.rados.rados.0.smithi071.stdout:2160: oid 32 version 183 is already newer than 180 2024-09-13T14:30:16.990 INFO:tasks.rados.rados.0.smithi071.stdout:2160: oid 32 version 183 is already newer than 182 2024-09-13T14:30:16.990 INFO:tasks.rados.rados.0.smithi071.stdout:2160: oid 32 version 183 is already newer than 181 2024-09-13T14:30:16.990 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 32 v 183 (ObjNum 804 snap 285 seq_num 804) dirty exists 2024-09-13T14:30:16.990 INFO:tasks.rados.rados.0.smithi071.stdout:2160: left oid 32 (ObjNum 804 snap 285 seq_num 804) 2024-09-13T14:30:16.990 INFO:tasks.rados.rados.0.smithi071.stdout:2161: finishing write tid 1 to smithi07185159-20 2024-09-13T14:30:16.990 INFO:tasks.rados.rados.0.smithi071.stdout:2161: finishing write tid 2 to smithi07185159-20 2024-09-13T14:30:16.992 INFO:tasks.rados.rados.0.smithi071.stdout:2157: done (5 left) 2024-09-13T14:30:16.992 INFO:tasks.rados.rados.0.smithi071.stdout:2158: done (4 left) 2024-09-13T14:30:16.992 INFO:tasks.rados.rados.0.smithi071.stdout:2159: done (3 left) 2024-09-13T14:30:16.992 INFO:tasks.rados.rados.0.smithi071.stdout:2160: done (2 left) 2024-09-13T14:30:16.992 INFO:tasks.rados.rados.0.smithi071.stdout:2162: done (1 left) 2024-09-13T14:30:16.992 INFO:tasks.rados.rados.0.smithi071.stdout:2163: delete oid 9 current snap is 285 2024-09-13T14:30:16.992 INFO:tasks.rados.rados.0.smithi071.stdout:2161: finishing write tid 3 to smithi07185159-20 2024-09-13T14:30:16.992 INFO:tasks.rados.rados.0.smithi071.stdout:2161: finishing write tid 4 to smithi07185159-20 2024-09-13T14:30:16.992 INFO:tasks.rados.rados.0.smithi071.stdout:2161: finishing write tid 5 to smithi07185159-20 2024-09-13T14:30:16.992 INFO:tasks.rados.rados.0.smithi071.stdout:2161: oid 20 updating version 0 to 983 2024-09-13T14:30:16.992 INFO:tasks.rados.rados.0.smithi071.stdout:2161: oid 20 updating version 983 to 984 2024-09-13T14:30:16.993 INFO:tasks.rados.rados.0.smithi071.stdout:2161: oid 20 version 984 is already newer than 982 2024-09-13T14:30:16.993 INFO:tasks.rados.rados.0.smithi071.stdout:2161: oid 20 updating version 984 to 985 2024-09-13T14:30:16.993 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 20 v 985 (ObjNum 805 snap 285 seq_num 805) dirty exists 2024-09-13T14:30:16.993 INFO:tasks.rados.rados.0.smithi071.stdout:2161: left oid 20 (ObjNum 805 snap 285 seq_num 805) 2024-09-13T14:30:16.993 INFO:tasks.rados.rados.0.smithi071.stdout:2161: done (1 left) 2024-09-13T14:30:16.993 INFO:tasks.rados.rados.0.smithi071.stdout:2163: done (0 left) 2024-09-13T14:30:16.993 INFO:tasks.rados.rados.0.smithi071.stdout:2164: read oid 43 snap -1 2024-09-13T14:30:16.993 INFO:tasks.rados.rados.0.smithi071.stdout:2164: expect (ObjNum 608 snap 199 seq_num 608) 2024-09-13T14:30:16.993 INFO:tasks.rados.rados.0.smithi071.stdout:2165: read oid 19 snap -1 2024-09-13T14:30:16.993 INFO:tasks.rados.rados.0.smithi071.stdout:2165: expect (ObjNum 736 snap 256 seq_num 736) 2024-09-13T14:30:16.993 INFO:tasks.rados.rados.0.smithi071.stdout:2166: read oid 35 snap -1 2024-09-13T14:30:16.993 INFO:tasks.rados.rados.0.smithi071.stdout:2166: expect deleted 2024-09-13T14:30:16.993 INFO:tasks.rados.rados.0.smithi071.stdout:2167: rollback oid 22 current snap is 285 2024-09-13T14:30:16.994 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 22 to 272 2024-09-13T14:30:16.994 INFO:tasks.rados.rados.0.smithi071.stdout:2168: read oid 31 snap -1 2024-09-13T14:30:16.994 INFO:tasks.rados.rados.0.smithi071.stdout:2168: expect (ObjNum 794 snap 280 seq_num 794) 2024-09-13T14:30:16.994 INFO:tasks.rados.rados.0.smithi071.stdout:2169: snap_remove snap 281 2024-09-13T14:30:17.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:16 smithi071 ceph-mon[107477]: osdmap e633: 8 total, 8 up, 8 in 2024-09-13T14:30:17.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:16 smithi071 ceph-mon[107477]: pgmap v401: 89 pgs: 89 active+clean; 194 MiB data, 727 MiB used, 715 GiB / 715 GiB avail; 15 MiB/s rd, 1.5 MiB/s wr, 17 op/s 2024-09-13T14:30:17.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:16 smithi071 ceph-mon[112785]: osdmap e633: 8 total, 8 up, 8 in 2024-09-13T14:30:17.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:16 smithi071 ceph-mon[112785]: pgmap v401: 89 pgs: 89 active+clean; 194 MiB data, 727 MiB used, 715 GiB / 715 GiB avail; 15 MiB/s rd, 1.5 MiB/s wr, 17 op/s 2024-09-13T14:30:17.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:16 smithi104 ceph-mon[105578]: osdmap e633: 8 total, 8 up, 8 in 2024-09-13T14:30:17.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:16 smithi104 ceph-mon[105578]: pgmap v401: 89 pgs: 89 active+clean; 194 MiB data, 727 MiB used, 715 GiB / 715 GiB avail; 15 MiB/s rd, 1.5 MiB/s wr, 17 op/s 2024-09-13T14:30:17.836 INFO:tasks.rados.rados.0.smithi071.stdout:2169: done (5 left) 2024-09-13T14:30:17.836 INFO:tasks.rados.rados.0.smithi071.stdout:2170: read oid 17 snap -1 2024-09-13T14:30:17.836 INFO:tasks.rados.rados.0.smithi071.stdout:2170: expect (ObjNum 803 snap 285 seq_num 803) 2024-09-13T14:30:17.836 INFO:tasks.rados.rados.0.smithi071.stdout:2171: write oid 2 current snap is 285 2024-09-13T14:30:17.836 INFO:tasks.rados.rados.0.smithi071.stdout:2171: seq_num 808 ranges {780056=734610,2148980=726274,3322484=257572} 2024-09-13T14:30:17.844 INFO:tasks.rados.rados.0.smithi071.stdout:2171: writing smithi07185159-2 from 780056 to 1514666 tid 1 2024-09-13T14:30:17.854 INFO:tasks.rados.rados.0.smithi071.stdout:2171: writing smithi07185159-2 from 2148980 to 2875254 tid 2 2024-09-13T14:30:17.857 INFO:tasks.rados.rados.0.smithi071.stdout:2171: writing smithi07185159-2 from 3322484 to 3580056 tid 3 2024-09-13T14:30:17.857 INFO:tasks.rados.rados.0.smithi071.stdout:2172: snap_remove snap 277 2024-09-13T14:30:18.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:17 smithi071 ceph-mon[107477]: osdmap e634: 8 total, 8 up, 8 in 2024-09-13T14:30:18.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:17 smithi071 ceph-mon[107477]: osdmap e635: 8 total, 8 up, 8 in 2024-09-13T14:30:18.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:17 smithi071 ceph-mon[112785]: osdmap e634: 8 total, 8 up, 8 in 2024-09-13T14:30:18.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:17 smithi071 ceph-mon[112785]: osdmap e635: 8 total, 8 up, 8 in 2024-09-13T14:30:18.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:17 smithi104 ceph-mon[105578]: osdmap e634: 8 total, 8 up, 8 in 2024-09-13T14:30:18.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:17 smithi104 ceph-mon[105578]: osdmap e635: 8 total, 8 up, 8 in 2024-09-13T14:30:18.842 INFO:tasks.rados.rados.0.smithi071.stdout:2172: done (7 left) 2024-09-13T14:30:18.842 INFO:tasks.rados.rados.0.smithi071.stdout:2173: delete oid 24 current snap is 285 2024-09-13T14:30:18.842 INFO:tasks.rados.rados.0.smithi071.stdout:2164: expect (ObjNum 608 snap 199 seq_num 608) 2024-09-13T14:30:18.937 INFO:tasks.rados.rados.0.smithi071.stdout:2165: expect (ObjNum 736 snap 256 seq_num 736) 2024-09-13T14:30:19.047 INFO:tasks.rados.rados.0.smithi071.stdout:2167: finishing rollback tid 0 to smithi07185159-22 2024-09-13T14:30:19.047 INFO:tasks.rados.rados.0.smithi071.stdout:2167: finishing rollback tid 1 to smithi07185159-22 2024-09-13T14:30:19.047 INFO:tasks.rados.rados.0.smithi071.stdout:2167: finishing rollback tid 2 to smithi07185159-22 2024-09-13T14:30:19.047 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 22 v 694 (ObjNum 720 snap 251 seq_num 720) dirty exists 2024-09-13T14:30:19.047 INFO:tasks.rados.rados.0.smithi071.stdout:2168: expect (ObjNum 794 snap 280 seq_num 794) 2024-09-13T14:30:19.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:18 smithi071 ceph-mon[107477]: pgmap v404: 89 pgs: 89 active+clean; 194 MiB data, 727 MiB used, 715 GiB / 715 GiB avail; 15 MiB/s rd, 1.5 MiB/s wr, 17 op/s 2024-09-13T14:30:19.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:18 smithi071 ceph-mon[107477]: osdmap e636: 8 total, 8 up, 8 in 2024-09-13T14:30:19.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:18 smithi071 ceph-mon[112785]: pgmap v404: 89 pgs: 89 active+clean; 194 MiB data, 727 MiB used, 715 GiB / 715 GiB avail; 15 MiB/s rd, 1.5 MiB/s wr, 17 op/s 2024-09-13T14:30:19.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:18 smithi071 ceph-mon[112785]: osdmap e636: 8 total, 8 up, 8 in 2024-09-13T14:30:19.152 INFO:tasks.rados.rados.0.smithi071.stdout:2170: expect (ObjNum 803 snap 285 seq_num 803) 2024-09-13T14:30:19.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:18 smithi104 ceph-mon[105578]: pgmap v404: 89 pgs: 89 active+clean; 194 MiB data, 727 MiB used, 715 GiB / 715 GiB avail; 15 MiB/s rd, 1.5 MiB/s wr, 17 op/s 2024-09-13T14:30:19.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:18 smithi104 ceph-mon[105578]: osdmap e636: 8 total, 8 up, 8 in 2024-09-13T14:30:19.302 INFO:tasks.rados.rados.0.smithi071.stdout:2171: finishing write tid 1 to smithi07185159-2 2024-09-13T14:30:19.302 INFO:tasks.rados.rados.0.smithi071.stdout:2171: finishing write tid 2 to smithi07185159-2 2024-09-13T14:30:19.302 INFO:tasks.rados.rados.0.smithi071.stdout:2171: finishing write tid 3 to smithi07185159-2 2024-09-13T14:30:19.302 INFO:tasks.rados.rados.0.smithi071.stdout:2171: finishing write tid 4 to smithi07185159-2 2024-09-13T14:30:19.302 INFO:tasks.rados.rados.0.smithi071.stdout:2171: finishing write tid 5 to smithi07185159-2 2024-09-13T14:30:19.302 INFO:tasks.rados.rados.0.smithi071.stdout:2171: oid 2 updating version 0 to 360 2024-09-13T14:30:19.302 INFO:tasks.rados.rados.0.smithi071.stdout:2171: oid 2 updating version 360 to 361 2024-09-13T14:30:19.302 INFO:tasks.rados.rados.0.smithi071.stdout:2171: oid 2 version 361 is already newer than 358 2024-09-13T14:30:19.303 INFO:tasks.rados.rados.0.smithi071.stdout:2171: oid 2 version 361 is already newer than 359 2024-09-13T14:30:19.303 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 2 v 361 (ObjNum 808 snap 285 seq_num 808) dirty exists 2024-09-13T14:30:19.303 INFO:tasks.rados.rados.0.smithi071.stdout:2171: left oid 2 (ObjNum 808 snap 285 seq_num 808) 2024-09-13T14:30:19.303 INFO:tasks.rados.rados.0.smithi071.stdout:2164: done (7 left) 2024-09-13T14:30:19.304 INFO:tasks.rados.rados.0.smithi071.stdout:2165: done (6 left) 2024-09-13T14:30:19.304 INFO:tasks.rados.rados.0.smithi071.stdout:2166: done (5 left) 2024-09-13T14:30:19.304 INFO:tasks.rados.rados.0.smithi071.stdout:2167: done (4 left) 2024-09-13T14:30:19.304 INFO:tasks.rados.rados.0.smithi071.stdout:2168: done (3 left) 2024-09-13T14:30:19.304 INFO:tasks.rados.rados.0.smithi071.stdout:2170: done (2 left) 2024-09-13T14:30:19.304 INFO:tasks.rados.rados.0.smithi071.stdout:2171: done (1 left) 2024-09-13T14:30:19.304 INFO:tasks.rados.rados.0.smithi071.stdout:2173: done (0 left) 2024-09-13T14:30:19.304 INFO:tasks.rados.rados.0.smithi071.stdout:2174: rollback oid 13 current snap is 285 2024-09-13T14:30:19.304 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 13 to 248 2024-09-13T14:30:19.304 INFO:tasks.rados.rados.0.smithi071.stdout:2175: delete oid 33 current snap is 285 2024-09-13T14:30:19.305 INFO:tasks.rados.rados.0.smithi071.stdout:2175: done (1 left) 2024-09-13T14:30:19.305 INFO:tasks.rados.rados.0.smithi071.stdout:2176: snap_create 2024-09-13T14:30:19.305 INFO:tasks.rados.rados.0.smithi071.stdout:2174: finishing rollback tid 1 to smithi07185159-13 2024-09-13T14:30:19.305 INFO:tasks.rados.rados.0.smithi071.stdout:2174: finishing rollback tid 2 to smithi07185159-13 2024-09-13T14:30:19.306 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 13 v 1198 (ObjNum 691 snap 227 seq_num 691) dirty exists 2024-09-13T14:30:19.890 INFO:tasks.rados.rados.0.smithi071.stdout:2174: done (1 left) 2024-09-13T14:30:19.890 INFO:tasks.rados.rados.0.smithi071.stdout:2176: done (0 left) 2024-09-13T14:30:19.890 INFO:tasks.rados.rados.0.smithi071.stdout:2177: write oid 4 current snap is 286 2024-09-13T14:30:19.890 INFO:tasks.rados.rados.0.smithi071.stdout:2177: seq_num 811 ranges {430477=560357,1408073=473601,2488400=736073} 2024-09-13T14:30:19.895 INFO:tasks.rados.rados.0.smithi071.stdout:2177: writing smithi07185159-4 from 430477 to 990834 tid 1 2024-09-13T14:30:19.900 INFO:tasks.rados.rados.0.smithi071.stdout:2177: writing smithi07185159-4 from 1408073 to 1881674 tid 2 2024-09-13T14:30:19.907 INFO:tasks.rados.rados.0.smithi071.stdout:2177: writing smithi07185159-4 from 2488400 to 3224473 tid 3 2024-09-13T14:30:19.907 INFO:tasks.rados.rados.0.smithi071.stdout:2178: read oid 37 snap -1 2024-09-13T14:30:19.907 INFO:tasks.rados.rados.0.smithi071.stdout:2178: expect (ObjNum 682 snap 224 seq_num 682) 2024-09-13T14:30:19.907 INFO:tasks.rados.rados.0.smithi071.stdout:2179: snap_remove snap 272 2024-09-13T14:30:20.896 INFO:tasks.rados.rados.0.smithi071.stdout:2179: done (2 left) 2024-09-13T14:30:20.896 INFO:tasks.rados.rados.0.smithi071.stdout:2180: write oid 33 current snap is 286 2024-09-13T14:30:20.896 INFO:tasks.rados.rados.0.smithi071.stdout:2177: finishing write tid 1 to smithi07185159-4 2024-09-13T14:30:20.896 INFO:tasks.rados.rados.0.smithi071.stdout:2180: seq_num 812 ranges {447284=635606,1866555=733612,3315823=331461} 2024-09-13T14:30:20.902 INFO:tasks.rados.rados.0.smithi071.stdout:2180: writing smithi07185159-33 from 447284 to 1082890 tid 1 2024-09-13T14:30:20.911 INFO:tasks.rados.rados.0.smithi071.stdout:2180: writing smithi07185159-33 from 1866555 to 2600167 tid 2 2024-09-13T14:30:20.918 INFO:tasks.rados.rados.0.smithi071.stdout:2180: writing smithi07185159-33 from 3315823 to 3647284 tid 3 2024-09-13T14:30:20.918 INFO:tasks.rados.rados.0.smithi071.stdout:2181: rollback oid 32 current snap is 286 2024-09-13T14:30:20.918 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 32 to 285 2024-09-13T14:30:20.918 INFO:tasks.rados.rados.0.smithi071.stdout:2177: finishing write tid 2 to smithi07185159-4 2024-09-13T14:30:20.918 INFO:tasks.rados.rados.0.smithi071.stdout:2177: finishing write tid 3 to smithi07185159-4 2024-09-13T14:30:20.918 INFO:tasks.rados.rados.0.smithi071.stdout:2177: finishing write tid 4 to smithi07185159-4 2024-09-13T14:30:20.918 INFO:tasks.rados.rados.0.smithi071.stdout:2177: finishing write tid 5 to smithi07185159-4 2024-09-13T14:30:20.918 INFO:tasks.rados.rados.0.smithi071.stdout:2177: oid 4 updating version 0 to 1066 2024-09-13T14:30:20.918 INFO:tasks.rados.rados.0.smithi071.stdout:2177: oid 4 version 1066 is already newer than 1065 2024-09-13T14:30:20.918 INFO:tasks.rados.rados.0.smithi071.stdout:2177: oid 4 updating version 1066 to 1067 2024-09-13T14:30:20.918 INFO:tasks.rados.rados.0.smithi071.stdout:2177: oid 4 updating version 1067 to 1068 2024-09-13T14:30:20.919 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 4 v 1068 (ObjNum 811 snap 286 seq_num 811) dirty exists 2024-09-13T14:30:20.919 INFO:tasks.rados.rados.0.smithi071.stdout:2177: left oid 4 (ObjNum 811 snap 286 seq_num 811) 2024-09-13T14:30:20.919 INFO:tasks.rados.rados.0.smithi071.stdout:2178: expect (ObjNum 682 snap 224 seq_num 682) 2024-09-13T14:30:21.127 INFO:tasks.rados.rados.0.smithi071.stdout:2180: finishing write tid 1 to smithi07185159-33 2024-09-13T14:30:21.127 INFO:tasks.rados.rados.0.smithi071.stdout:2180: finishing write tid 2 to smithi07185159-33 2024-09-13T14:30:21.127 INFO:tasks.rados.rados.0.smithi071.stdout:2180: finishing write tid 3 to smithi07185159-33 2024-09-13T14:30:21.127 INFO:tasks.rados.rados.0.smithi071.stdout:2181: finishing rollback tid 0 to smithi07185159-32 2024-09-13T14:30:21.127 INFO:tasks.rados.rados.0.smithi071.stdout:2181: finishing rollback tid 1 to smithi07185159-32 2024-09-13T14:30:21.127 INFO:tasks.rados.rados.0.smithi071.stdout:2180: finishing write tid 4 to smithi07185159-33 2024-09-13T14:30:21.127 INFO:tasks.rados.rados.0.smithi071.stdout:2181: finishing rollback tid 2 to smithi07185159-32 2024-09-13T14:30:21.128 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 32 v 191 (ObjNum 804 snap 285 seq_num 804) dirty exists 2024-09-13T14:30:21.128 INFO:tasks.rados.rados.0.smithi071.stdout:2180: finishing write tid 5 to smithi07185159-33 2024-09-13T14:30:21.128 INFO:tasks.rados.rados.0.smithi071.stdout:2180: oid 33 updating version 0 to 996 2024-09-13T14:30:21.128 INFO:tasks.rados.rados.0.smithi071.stdout:2180: oid 33 updating version 996 to 998 2024-09-13T14:30:21.128 INFO:tasks.rados.rados.0.smithi071.stdout:2180: oid 33 updating version 998 to 999 2024-09-13T14:30:21.128 INFO:tasks.rados.rados.0.smithi071.stdout:2180: oid 33 version 999 is already newer than 997 2024-09-13T14:30:21.128 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 33 v 999 (ObjNum 812 snap 286 seq_num 812) dirty exists 2024-09-13T14:30:21.128 INFO:tasks.rados.rados.0.smithi071.stdout:2180: left oid 33 (ObjNum 812 snap 286 seq_num 812) 2024-09-13T14:30:21.128 INFO:tasks.rados.rados.0.smithi071.stdout:2177: done (3 left) 2024-09-13T14:30:21.128 INFO:tasks.rados.rados.0.smithi071.stdout:2178: done (2 left) 2024-09-13T14:30:21.128 INFO:tasks.rados.rados.0.smithi071.stdout:2180: done (1 left) 2024-09-13T14:30:21.128 INFO:tasks.rados.rados.0.smithi071.stdout:2181: done (0 left) 2024-09-13T14:30:21.128 INFO:tasks.rados.rados.0.smithi071.stdout:2182: snap_create 2024-09-13T14:30:21.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:20 smithi104 ceph-mon[105578]: osdmap e637: 8 total, 8 up, 8 in 2024-09-13T14:30:21.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:20 smithi104 ceph-mon[105578]: pgmap v407: 89 pgs: 89 active+clean; 211 MiB data, 757 MiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 2.8 MiB/s wr, 24 op/s 2024-09-13T14:30:21.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:20 smithi071 ceph-mon[107477]: osdmap e637: 8 total, 8 up, 8 in 2024-09-13T14:30:21.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:20 smithi071 ceph-mon[107477]: pgmap v407: 89 pgs: 89 active+clean; 211 MiB data, 757 MiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 2.8 MiB/s wr, 24 op/s 2024-09-13T14:30:21.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:20 smithi071 ceph-mon[112785]: osdmap e637: 8 total, 8 up, 8 in 2024-09-13T14:30:21.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:20 smithi071 ceph-mon[112785]: pgmap v407: 89 pgs: 89 active+clean; 211 MiB data, 757 MiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 2.8 MiB/s wr, 24 op/s 2024-09-13T14:30:21.904 INFO:tasks.rados.rados.0.smithi071.stdout:2182: done (0 left) 2024-09-13T14:30:21.904 INFO:tasks.rados.rados.0.smithi071.stdout:2183: write oid 29 current snap is 287 2024-09-13T14:30:21.904 INFO:tasks.rados.rados.0.smithi071.stdout:2183: seq_num 813 ranges {464091=710855,1925037=477270,2943246=474970} 2024-09-13T14:30:21.910 INFO:tasks.rados.rados.0.smithi071.stdout:2183: writing smithi07185159-29 from 464091 to 1174946 tid 1 2024-09-13T14:30:21.917 INFO:tasks.rados.rados.0.smithi071.stdout:2183: writing smithi07185159-29 from 1925037 to 2402307 tid 2 2024-09-13T14:30:21.923 INFO:tasks.rados.rados.0.smithi071.stdout:2183: writing smithi07185159-29 from 2943246 to 3418216 tid 3 2024-09-13T14:30:21.923 INFO:tasks.rados.rados.0.smithi071.stdout:2184: read oid 21 snap 252 2024-09-13T14:30:21.923 INFO:tasks.rados.rados.0.smithi071.stdout:2184: expect (ObjNum 705 snap 239 seq_num 705) 2024-09-13T14:30:21.923 INFO:tasks.rados.rados.0.smithi071.stdout:2185: rollback oid 46 current snap is 287 2024-09-13T14:30:21.924 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 46 to 278 2024-09-13T14:30:21.924 INFO:tasks.rados.rados.0.smithi071.stdout:2183: finishing write tid 1 to smithi07185159-29 2024-09-13T14:30:21.924 INFO:tasks.rados.rados.0.smithi071.stdout:2183: finishing write tid 2 to smithi07185159-29 2024-09-13T14:30:21.924 INFO:tasks.rados.rados.0.smithi071.stdout:2186: write oid 34 current snap is 287 2024-09-13T14:30:21.924 INFO:tasks.rados.rados.0.smithi071.stdout:2186: seq_num 814 ranges {480898=502457,1699872=737281,3087022=593876} 2024-09-13T14:30:21.928 INFO:tasks.rados.rados.0.smithi071.stdout:2186: writing smithi07185159-34 from 480898 to 983355 tid 1 2024-09-13T14:30:21.937 INFO:tasks.rados.rados.0.smithi071.stdout:2186: writing smithi07185159-34 from 1699872 to 2437153 tid 2 2024-09-13T14:30:21.944 INFO:tasks.rados.rados.0.smithi071.stdout:2186: writing smithi07185159-34 from 3087022 to 3680898 tid 3 2024-09-13T14:30:21.944 INFO:tasks.rados.rados.0.smithi071.stdout:2187: delete oid 28 current snap is 287 2024-09-13T14:30:21.944 INFO:tasks.rados.rados.0.smithi071.stdout:2185: finishing rollback tid 1 to smithi07185159-46 2024-09-13T14:30:21.944 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 46 v 1142 (ObjNum 81 snap 0 seq_num 0) dirty dne 2024-09-13T14:30:21.945 INFO:tasks.rados.rados.0.smithi071.stdout:2183: finishing write tid 3 to smithi07185159-29 2024-09-13T14:30:21.945 INFO:tasks.rados.rados.0.smithi071.stdout:2183: finishing write tid 4 to smithi07185159-29 2024-09-13T14:30:21.945 INFO:tasks.rados.rados.0.smithi071.stdout:2183: finishing write tid 5 to smithi07185159-29 2024-09-13T14:30:21.945 INFO:tasks.rados.rados.0.smithi071.stdout:2183: oid 29 updating version 0 to 1201 2024-09-13T14:30:21.945 INFO:tasks.rados.rados.0.smithi071.stdout:2183: oid 29 updating version 1201 to 1202 2024-09-13T14:30:21.945 INFO:tasks.rados.rados.0.smithi071.stdout:2183: oid 29 version 1202 is already newer than 1200 2024-09-13T14:30:21.945 INFO:tasks.rados.rados.0.smithi071.stdout:2183: oid 29 version 1202 is already newer than 1199 2024-09-13T14:30:21.945 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 29 v 1202 (ObjNum 813 snap 287 seq_num 813) dirty exists 2024-09-13T14:30:21.945 INFO:tasks.rados.rados.0.smithi071.stdout:2183: left oid 29 (ObjNum 813 snap 287 seq_num 813) 2024-09-13T14:30:21.945 INFO:tasks.rados.rados.0.smithi071.stdout:2186: finishing write tid 1 to smithi07185159-34 2024-09-13T14:30:21.945 INFO:tasks.rados.rados.0.smithi071.stdout:2184: expect (ObjNum 705 snap 239 seq_num 705) 2024-09-13T14:30:22.069 INFO:tasks.rados.rados.0.smithi071.stdout:2186: finishing write tid 2 to smithi07185159-34 2024-09-13T14:30:22.069 INFO:tasks.rados.rados.0.smithi071.stdout:2186: finishing write tid 3 to smithi07185159-34 2024-09-13T14:30:22.070 INFO:tasks.rados.rados.0.smithi071.stdout:2186: finishing write tid 4 to smithi07185159-34 2024-09-13T14:30:22.070 INFO:tasks.rados.rados.0.smithi071.stdout:2186: finishing write tid 5 to smithi07185159-34 2024-09-13T14:30:22.070 INFO:tasks.rados.rados.0.smithi071.stdout:2186: oid 34 updating version 0 to 365 2024-09-13T14:30:22.070 INFO:tasks.rados.rados.0.smithi071.stdout:2186: oid 34 version 365 is already newer than 364 2024-09-13T14:30:22.070 INFO:tasks.rados.rados.0.smithi071.stdout:2186: oid 34 updating version 365 to 366 2024-09-13T14:30:22.070 INFO:tasks.rados.rados.0.smithi071.stdout:2186: oid 34 updating version 366 to 367 2024-09-13T14:30:22.070 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 34 v 367 (ObjNum 814 snap 287 seq_num 814) dirty exists 2024-09-13T14:30:22.070 INFO:tasks.rados.rados.0.smithi071.stdout:2186: left oid 34 (ObjNum 814 snap 287 seq_num 814) 2024-09-13T14:30:22.070 INFO:tasks.rados.rados.0.smithi071.stdout:2183: done (4 left) 2024-09-13T14:30:22.070 INFO:tasks.rados.rados.0.smithi071.stdout:2184: done (3 left) 2024-09-13T14:30:22.070 INFO:tasks.rados.rados.0.smithi071.stdout:2185: done (2 left) 2024-09-13T14:30:22.070 INFO:tasks.rados.rados.0.smithi071.stdout:2186: done (1 left) 2024-09-13T14:30:22.070 INFO:tasks.rados.rados.0.smithi071.stdout:2187: done (0 left) 2024-09-13T14:30:22.071 INFO:tasks.rados.rados.0.smithi071.stdout:2188: snap_create 2024-09-13T14:30:22.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:21 smithi104 ceph-mon[105578]: osdmap e638: 8 total, 8 up, 8 in 2024-09-13T14:30:22.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:21 smithi071 ceph-mon[107477]: osdmap e638: 8 total, 8 up, 8 in 2024-09-13T14:30:22.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:21 smithi071 ceph-mon[112785]: osdmap e638: 8 total, 8 up, 8 in 2024-09-13T14:30:22.835 INFO:tasks.rados.rados.0.smithi071.stdout:2188: done (0 left) 2024-09-13T14:30:22.836 INFO:tasks.rados.rados.0.smithi071.stdout:2189: read oid 40 snap -1 2024-09-13T14:30:22.836 INFO:tasks.rados.rados.0.smithi071.stdout:2189: expect (ObjNum 740 snap 258 seq_num 740) 2024-09-13T14:30:22.836 INFO:tasks.rados.rados.0.smithi071.stdout:2190: delete oid 33 current snap is 288 2024-09-13T14:30:22.839 INFO:tasks.rados.rados.0.smithi071.stdout:2190: done (1 left) 2024-09-13T14:30:22.839 INFO:tasks.rados.rados.0.smithi071.stdout:2191: write oid 32 current snap is 288 2024-09-13T14:30:22.839 INFO:tasks.rados.rados.0.smithi071.stdout:2191: seq_num 817 ranges {531319=728204,1758965=484608,2652938=520058} 2024-09-13T14:30:22.845 INFO:tasks.rados.rados.0.smithi071.stdout:2191: writing smithi07185159-32 from 531319 to 1259523 tid 1 2024-09-13T14:30:22.850 INFO:tasks.rados.rados.0.smithi071.stdout:2191: writing smithi07185159-32 from 1758965 to 2243573 tid 2 2024-09-13T14:30:22.855 INFO:tasks.rados.rados.0.smithi071.stdout:2191: writing smithi07185159-32 from 2652938 to 3172996 tid 3 2024-09-13T14:30:22.855 INFO:tasks.rados.rados.0.smithi071.stdout:2192: snap_remove snap 279 2024-09-13T14:30:23.140 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:30:22 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:30:22] "GET /metrics HTTP/1.1" 200 36280 "" "Prometheus/2.51.0" 2024-09-13T14:30:23.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:22 smithi071 ceph-mon[107477]: osdmap e639: 8 total, 8 up, 8 in 2024-09-13T14:30:23.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:22 smithi071 ceph-mon[107477]: pgmap v410: 89 pgs: 89 active+clean; 211 MiB data, 757 MiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 2.8 MiB/s wr, 24 op/s 2024-09-13T14:30:23.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:22 smithi071 ceph-mon[107477]: osdmap e640: 8 total, 8 up, 8 in 2024-09-13T14:30:23.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:22 smithi071 ceph-mon[112785]: osdmap e639: 8 total, 8 up, 8 in 2024-09-13T14:30:23.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:22 smithi071 ceph-mon[112785]: pgmap v410: 89 pgs: 89 active+clean; 211 MiB data, 757 MiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 2.8 MiB/s wr, 24 op/s 2024-09-13T14:30:23.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:22 smithi071 ceph-mon[112785]: osdmap e640: 8 total, 8 up, 8 in 2024-09-13T14:30:23.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:22 smithi104 ceph-mon[105578]: osdmap e639: 8 total, 8 up, 8 in 2024-09-13T14:30:23.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:22 smithi104 ceph-mon[105578]: pgmap v410: 89 pgs: 89 active+clean; 211 MiB data, 757 MiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 2.8 MiB/s wr, 24 op/s 2024-09-13T14:30:23.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:22 smithi104 ceph-mon[105578]: osdmap e640: 8 total, 8 up, 8 in 2024-09-13T14:30:23.839 INFO:tasks.rados.rados.0.smithi071.stdout:2192: done (2 left) 2024-09-13T14:30:23.839 INFO:tasks.rados.rados.0.smithi071.stdout:2193: read oid 31 snap 285 2024-09-13T14:30:23.840 INFO:tasks.rados.rados.0.smithi071.stdout:2193: expect (ObjNum 794 snap 280 seq_num 794) 2024-09-13T14:30:23.840 INFO:tasks.rados.rados.0.smithi071.stdout:2194: write oid 15 current snap is 288 2024-09-13T14:30:23.840 INFO:tasks.rados.rados.0.smithi071.stdout:2194: seq_num 818 ranges {548126=403453,1417447=744619,2680361=447683,3680450=67676} 2024-09-13T14:30:23.845 INFO:tasks.rados.rados.0.smithi071.stdout:2194: writing smithi07185159-15 from 548126 to 951579 tid 1 2024-09-13T14:30:23.851 INFO:tasks.rados.rados.0.smithi071.stdout:2194: writing smithi07185159-15 from 1417447 to 2162066 tid 2 2024-09-13T14:30:23.857 INFO:tasks.rados.rados.0.smithi071.stdout:2194: writing smithi07185159-15 from 2680361 to 3128044 tid 3 2024-09-13T14:30:23.860 INFO:tasks.rados.rados.0.smithi071.stdout:2194: writing smithi07185159-15 from 3680450 to 3748126 tid 4 2024-09-13T14:30:23.860 INFO:tasks.rados.rados.0.smithi071.stdout:2195: read oid 35 snap -1 2024-09-13T14:30:23.861 INFO:tasks.rados.rados.0.smithi071.stdout:2195: expect deleted 2024-09-13T14:30:23.861 INFO:tasks.rados.rados.0.smithi071.stdout:2196: write oid 41 current snap is 288 2024-09-13T14:30:23.861 INFO:tasks.rados.rados.0.smithi071.stdout:2196: seq_num 819 ranges {564933=478702,1759576=488277,2991431=658955} 2024-09-13T14:30:23.866 INFO:tasks.rados.rados.0.smithi071.stdout:2196: writing smithi07185159-41 from 564933 to 1043635 tid 1 2024-09-13T14:30:23.873 INFO:tasks.rados.rados.0.smithi071.stdout:2196: writing smithi07185159-41 from 1759576 to 2247853 tid 2 2024-09-13T14:30:23.881 INFO:tasks.rados.rados.0.smithi071.stdout:2196: writing smithi07185159-41 from 2991431 to 3650386 tid 3 2024-09-13T14:30:23.881 INFO:tasks.rados.rados.0.smithi071.stdout:2197: delete oid 24 current snap is 288 2024-09-13T14:30:23.881 INFO:tasks.rados.rados.0.smithi071.stdout:2189: expect (ObjNum 740 snap 258 seq_num 740) 2024-09-13T14:30:23.988 INFO:tasks.rados.rados.0.smithi071.stdout:2191: finishing write tid 1 to smithi07185159-32 2024-09-13T14:30:23.989 INFO:tasks.rados.rados.0.smithi071.stdout:2191: finishing write tid 2 to smithi07185159-32 2024-09-13T14:30:23.989 INFO:tasks.rados.rados.0.smithi071.stdout:2191: finishing write tid 3 to smithi07185159-32 2024-09-13T14:30:23.989 INFO:tasks.rados.rados.0.smithi071.stdout:2191: finishing write tid 4 to smithi07185159-32 2024-09-13T14:30:23.989 INFO:tasks.rados.rados.0.smithi071.stdout:2189: done (6 left) 2024-09-13T14:30:23.989 INFO:tasks.rados.rados.0.smithi071.stdout:2197: done (5 left) 2024-09-13T14:30:23.990 INFO:tasks.rados.rados.0.smithi071.stdout:2198: snap_remove snap 248 2024-09-13T14:30:24.847 INFO:tasks.rados.rados.0.smithi071.stdout:2198: done (5 left) 2024-09-13T14:30:24.847 INFO:tasks.rados.rados.0.smithi071.stdout:2199: write oid 26 current snap is 288 2024-09-13T14:30:24.848 INFO:tasks.rados.rados.0.smithi071.stdout:2199: seq_num 821 ranges {598547=629200,1876540=491946,3046277=681499} 2024-09-13T14:30:24.854 INFO:tasks.rados.rados.0.smithi071.stdout:2199: writing smithi07185159-26 from 598547 to 1227747 tid 1 2024-09-13T14:30:24.862 INFO:tasks.rados.rados.0.smithi071.stdout:2199: writing smithi07185159-26 from 1876540 to 2368486 tid 2 2024-09-13T14:30:24.870 INFO:tasks.rados.rados.0.smithi071.stdout:2199: writing smithi07185159-26 from 3046277 to 3727776 tid 3 2024-09-13T14:30:24.870 INFO:tasks.rados.rados.0.smithi071.stdout:2200: read oid 44 snap -1 2024-09-13T14:30:24.870 INFO:tasks.rados.rados.0.smithi071.stdout:2200: expect deleted 2024-09-13T14:30:24.870 INFO:tasks.rados.rados.0.smithi071.stdout:2201: write oid 39 current snap is 288 2024-09-13T14:30:24.870 INFO:tasks.rados.rados.0.smithi071.stdout:2191: finishing write tid 5 to smithi07185159-32 2024-09-13T14:30:24.870 INFO:tasks.rados.rados.0.smithi071.stdout:2191: oid 32 updating version 0 to 194 2024-09-13T14:30:24.870 INFO:tasks.rados.rados.0.smithi071.stdout:2191: oid 32 version 194 is already newer than 193 2024-09-13T14:30:24.871 INFO:tasks.rados.rados.0.smithi071.stdout:2191: oid 32 updating version 194 to 196 2024-09-13T14:30:24.871 INFO:tasks.rados.rados.0.smithi071.stdout:2191: oid 32 version 196 is already newer than 195 2024-09-13T14:30:24.871 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 32 v 196 (ObjNum 817 snap 288 seq_num 817) dirty exists 2024-09-13T14:30:24.871 INFO:tasks.rados.rados.0.smithi071.stdout:2191: left oid 32 (ObjNum 817 snap 288 seq_num 817) 2024-09-13T14:30:24.871 INFO:tasks.rados.rados.0.smithi071.stdout:2193: expect (ObjNum 794 snap 280 seq_num 794) 2024-09-13T14:30:24.975 INFO:tasks.rados.rados.0.smithi071.stdout:2194: finishing write tid 1 to smithi07185159-15 2024-09-13T14:30:24.975 INFO:tasks.rados.rados.0.smithi071.stdout:2194: finishing write tid 2 to smithi07185159-15 2024-09-13T14:30:24.975 INFO:tasks.rados.rados.0.smithi071.stdout:2201: seq_num 822 ranges {615354=420802,1651375=751957,3190053=492771} 2024-09-13T14:30:24.980 INFO:tasks.rados.rados.0.smithi071.stdout:2201: writing smithi07185159-39 from 615354 to 1036156 tid 1 2024-09-13T14:30:24.988 INFO:tasks.rados.rados.0.smithi071.stdout:2201: writing smithi07185159-39 from 1651375 to 2403332 tid 2 2024-09-13T14:30:24.995 INFO:tasks.rados.rados.0.smithi071.stdout:2201: writing smithi07185159-39 from 3190053 to 3682824 tid 3 2024-09-13T14:30:24.995 INFO:tasks.rados.rados.0.smithi071.stdout:2191: done (7 left) 2024-09-13T14:30:24.995 INFO:tasks.rados.rados.0.smithi071.stdout:2193: done (6 left) 2024-09-13T14:30:24.995 INFO:tasks.rados.rados.0.smithi071.stdout:2202: delete oid 2 current snap is 288 2024-09-13T14:30:24.996 INFO:tasks.rados.rados.0.smithi071.stdout:2194: finishing write tid 3 to smithi07185159-15 2024-09-13T14:30:24.996 INFO:tasks.rados.rados.0.smithi071.stdout:2194: finishing write tid 4 to smithi07185159-15 2024-09-13T14:30:24.996 INFO:tasks.rados.rados.0.smithi071.stdout:2194: finishing write tid 5 to smithi07185159-15 2024-09-13T14:30:24.996 INFO:tasks.rados.rados.0.smithi071.stdout:2194: finishing write tid 6 to smithi07185159-15 2024-09-13T14:30:24.996 INFO:tasks.rados.rados.0.smithi071.stdout:2194: oid 15 updating version 0 to 2124 2024-09-13T14:30:24.996 INFO:tasks.rados.rados.0.smithi071.stdout:2194: oid 15 updating version 2124 to 2126 2024-09-13T14:30:24.996 INFO:tasks.rados.rados.0.smithi071.stdout:2194: oid 15 version 2126 is already newer than 2123 2024-09-13T14:30:24.996 INFO:tasks.rados.rados.0.smithi071.stdout:2194: oid 15 version 2126 is already newer than 2125 2024-09-13T14:30:24.996 INFO:tasks.rados.rados.0.smithi071.stdout:2194: oid 15 version 2126 is already newer than 2122 2024-09-13T14:30:24.996 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 15 v 2126 (ObjNum 818 snap 288 seq_num 818) dirty exists 2024-09-13T14:30:24.996 INFO:tasks.rados.rados.0.smithi071.stdout:2194: left oid 15 (ObjNum 818 snap 288 seq_num 818) 2024-09-13T14:30:24.996 INFO:tasks.rados.rados.0.smithi071.stdout:2196: finishing write tid 1 to smithi07185159-41 2024-09-13T14:30:24.997 INFO:tasks.rados.rados.0.smithi071.stdout:2196: finishing write tid 2 to smithi07185159-41 2024-09-13T14:30:24.997 INFO:tasks.rados.rados.0.smithi071.stdout:2196: finishing write tid 3 to smithi07185159-41 2024-09-13T14:30:24.997 INFO:tasks.rados.rados.0.smithi071.stdout:2196: finishing write tid 4 to smithi07185159-41 2024-09-13T14:30:24.997 INFO:tasks.rados.rados.0.smithi071.stdout:2196: finishing write tid 5 to smithi07185159-41 2024-09-13T14:30:24.997 INFO:tasks.rados.rados.0.smithi071.stdout:2196: oid 41 updating version 0 to 1205 2024-09-13T14:30:24.997 INFO:tasks.rados.rados.0.smithi071.stdout:2196: oid 41 version 1205 is already newer than 1203 2024-09-13T14:30:24.997 INFO:tasks.rados.rados.0.smithi071.stdout:2196: oid 41 updating version 1205 to 1206 2024-09-13T14:30:24.997 INFO:tasks.rados.rados.0.smithi071.stdout:2196: oid 41 version 1206 is already newer than 1204 2024-09-13T14:30:24.997 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 41 v 1206 (ObjNum 819 snap 288 seq_num 819) dirty exists 2024-09-13T14:30:24.997 INFO:tasks.rados.rados.0.smithi071.stdout:2196: left oid 41 (ObjNum 819 snap 288 seq_num 819) 2024-09-13T14:30:24.997 INFO:tasks.rados.rados.0.smithi071.stdout:2199: finishing write tid 1 to smithi07185159-26 2024-09-13T14:30:24.997 INFO:tasks.rados.rados.0.smithi071.stdout:2199: finishing write tid 2 to smithi07185159-26 2024-09-13T14:30:24.997 INFO:tasks.rados.rados.0.smithi071.stdout:2199: finishing write tid 3 to smithi07185159-26 2024-09-13T14:30:24.997 INFO:tasks.rados.rados.0.smithi071.stdout:2199: finishing write tid 4 to smithi07185159-26 2024-09-13T14:30:24.998 INFO:tasks.rados.rados.0.smithi071.stdout:2199: finishing write tid 5 to smithi07185159-26 2024-09-13T14:30:24.998 INFO:tasks.rados.rados.0.smithi071.stdout:2199: oid 26 updating version 0 to 613 2024-09-13T14:30:24.998 INFO:tasks.rados.rados.0.smithi071.stdout:2199: oid 26 updating version 613 to 615 2024-09-13T14:30:24.998 INFO:tasks.rados.rados.0.smithi071.stdout:2199: oid 26 version 615 is already newer than 612 2024-09-13T14:30:24.998 INFO:tasks.rados.rados.0.smithi071.stdout:2199: oid 26 version 615 is already newer than 614 2024-09-13T14:30:24.998 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 26 v 615 (ObjNum 821 snap 288 seq_num 821) dirty exists 2024-09-13T14:30:24.998 INFO:tasks.rados.rados.0.smithi071.stdout:2199: left oid 26 (ObjNum 821 snap 288 seq_num 821) 2024-09-13T14:30:24.998 INFO:tasks.rados.rados.0.smithi071.stdout:2201: finishing write tid 1 to smithi07185159-39 2024-09-13T14:30:24.998 INFO:tasks.rados.rados.0.smithi071.stdout:2201: finishing write tid 2 to smithi07185159-39 2024-09-13T14:30:24.999 INFO:tasks.rados.rados.0.smithi071.stdout:2194: done (6 left) 2024-09-13T14:30:24.999 INFO:tasks.rados.rados.0.smithi071.stdout:2195: done (5 left) 2024-09-13T14:30:24.999 INFO:tasks.rados.rados.0.smithi071.stdout:2196: done (4 left) 2024-09-13T14:30:24.999 INFO:tasks.rados.rados.0.smithi071.stdout:2199: done (3 left) 2024-09-13T14:30:24.999 INFO:tasks.rados.rados.0.smithi071.stdout:2200: done (2 left) 2024-09-13T14:30:24.999 INFO:tasks.rados.rados.0.smithi071.stdout:2202: done (1 left) 2024-09-13T14:30:24.999 INFO:tasks.rados.rados.0.smithi071.stdout:2203: write oid 6 current snap is 288 2024-09-13T14:30:24.999 INFO:tasks.rados.rados.0.smithi071.stdout:2203: seq_num 824 ranges {648968=571300,1651986=639273,2728546=631668} 2024-09-13T14:30:25.003 INFO:tasks.rados.rados.0.smithi071.stdout:2203: writing smithi07185159-6 from 648968 to 1220268 tid 1 2024-09-13T14:30:25.009 INFO:tasks.rados.rados.0.smithi071.stdout:2203: writing smithi07185159-6 from 1651986 to 2291259 tid 2 2024-09-13T14:30:25.016 INFO:tasks.rados.rados.0.smithi071.stdout:2203: writing smithi07185159-6 from 2728546 to 3360214 tid 3 2024-09-13T14:30:25.016 INFO:tasks.rados.rados.0.smithi071.stdout:2204: rollback oid 12 current snap is 288 2024-09-13T14:30:25.016 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 12 to 287 2024-09-13T14:30:25.016 INFO:tasks.rados.rados.0.smithi071.stdout:2201: finishing write tid 3 to smithi07185159-39 2024-09-13T14:30:25.016 INFO:tasks.rados.rados.0.smithi071.stdout:2201: finishing write tid 4 to smithi07185159-39 2024-09-13T14:30:25.016 INFO:tasks.rados.rados.0.smithi071.stdout:2201: finishing write tid 5 to smithi07185159-39 2024-09-13T14:30:25.016 INFO:tasks.rados.rados.0.smithi071.stdout:2201: oid 39 updating version 0 to 1085 2024-09-13T14:30:25.016 INFO:tasks.rados.rados.0.smithi071.stdout:2201: oid 39 version 1085 is already newer than 1084 2024-09-13T14:30:25.016 INFO:tasks.rados.rados.0.smithi071.stdout:2201: oid 39 version 1085 is already newer than 1083 2024-09-13T14:30:25.016 INFO:tasks.rados.rados.0.smithi071.stdout:2201: oid 39 version 1085 is already newer than 1082 2024-09-13T14:30:25.017 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 39 v 1085 (ObjNum 822 snap 288 seq_num 822) dirty exists 2024-09-13T14:30:25.017 INFO:tasks.rados.rados.0.smithi071.stdout:2201: left oid 39 (ObjNum 822 snap 288 seq_num 822) 2024-09-13T14:30:25.017 INFO:tasks.rados.rados.0.smithi071.stdout:2203: finishing write tid 1 to smithi07185159-6 2024-09-13T14:30:25.017 INFO:tasks.rados.rados.0.smithi071.stdout:2203: finishing write tid 2 to smithi07185159-6 2024-09-13T14:30:25.017 INFO:tasks.rados.rados.0.smithi071.stdout:2201: done (2 left) 2024-09-13T14:30:25.017 INFO:tasks.rados.rados.0.smithi071.stdout:2205: read oid 34 snap 283 2024-09-13T14:30:25.017 INFO:tasks.rados.rados.0.smithi071.stdout:2205: expect deleted 2024-09-13T14:30:25.017 INFO:tasks.rados.rados.0.smithi071.stdout:2206: snap_create 2024-09-13T14:30:25.018 INFO:tasks.rados.rados.0.smithi071.stdout:2204: finishing rollback tid 0 to smithi07185159-12 2024-09-13T14:30:25.018 INFO:tasks.rados.rados.0.smithi071.stdout:2204: finishing rollback tid 1 to smithi07185159-12 2024-09-13T14:30:25.018 INFO:tasks.rados.rados.0.smithi071.stdout:2204: finishing rollback tid 2 to smithi07185159-12 2024-09-13T14:30:25.018 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 12 v 297 (ObjNum 653 snap 214 seq_num 653) dirty exists 2024-09-13T14:30:25.019 INFO:tasks.rados.rados.0.smithi071.stdout:2203: finishing write tid 3 to smithi07185159-6 2024-09-13T14:30:25.020 INFO:tasks.rados.rados.0.smithi071.stdout:2203: finishing write tid 4 to smithi07185159-6 2024-09-13T14:30:25.020 INFO:tasks.rados.rados.0.smithi071.stdout:2203: finishing write tid 5 to smithi07185159-6 2024-09-13T14:30:25.020 INFO:tasks.rados.rados.0.smithi071.stdout:2203: oid 6 updating version 0 to 2143 2024-09-13T14:30:25.020 INFO:tasks.rados.rados.0.smithi071.stdout:2203: oid 6 version 2143 is already newer than 2141 2024-09-13T14:30:25.020 INFO:tasks.rados.rados.0.smithi071.stdout:2203: oid 6 version 2143 is already newer than 2140 2024-09-13T14:30:25.020 INFO:tasks.rados.rados.0.smithi071.stdout:2203: oid 6 version 2143 is already newer than 2142 2024-09-13T14:30:25.020 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 6 v 2143 (ObjNum 824 snap 288 seq_num 824) dirty exists 2024-09-13T14:30:25.020 INFO:tasks.rados.rados.0.smithi071.stdout:2203: left oid 6 (ObjNum 824 snap 288 seq_num 824) 2024-09-13T14:30:25.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:24 smithi071 ceph-mon[107477]: osdmap e641: 8 total, 8 up, 8 in 2024-09-13T14:30:25.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:24 smithi071 ceph-mon[107477]: pgmap v413: 89 pgs: 89 active+clean; 211 MiB data, 757 MiB used, 714 GiB / 715 GiB avail 2024-09-13T14:30:25.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:24 smithi071 ceph-mon[112785]: osdmap e641: 8 total, 8 up, 8 in 2024-09-13T14:30:25.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:24 smithi071 ceph-mon[112785]: pgmap v413: 89 pgs: 89 active+clean; 211 MiB data, 757 MiB used, 714 GiB / 715 GiB avail 2024-09-13T14:30:25.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:24 smithi104 ceph-mon[105578]: osdmap e641: 8 total, 8 up, 8 in 2024-09-13T14:30:25.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:24 smithi104 ceph-mon[105578]: pgmap v413: 89 pgs: 89 active+clean; 211 MiB data, 757 MiB used, 714 GiB / 715 GiB avail 2024-09-13T14:30:25.855 INFO:tasks.rados.rados.0.smithi071.stdout:2203: done (3 left) 2024-09-13T14:30:25.855 INFO:tasks.rados.rados.0.smithi071.stdout:2204: done (2 left) 2024-09-13T14:30:25.855 INFO:tasks.rados.rados.0.smithi071.stdout:2205: done (1 left) 2024-09-13T14:30:25.855 INFO:tasks.rados.rados.0.smithi071.stdout:2206: done (0 left) 2024-09-13T14:30:25.855 INFO:tasks.rados.rados.0.smithi071.stdout:2207: rollback oid 48 current snap is 289 2024-09-13T14:30:25.855 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 48 to 286 2024-09-13T14:30:25.855 INFO:tasks.rados.rados.0.smithi071.stdout:2208: snap_remove snap 280 2024-09-13T14:30:26.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:25 smithi071 ceph-mon[107477]: osdmap e642: 8 total, 8 up, 8 in 2024-09-13T14:30:26.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:25 smithi071 ceph-mon[112785]: osdmap e642: 8 total, 8 up, 8 in 2024-09-13T14:30:26.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:25 smithi104 ceph-mon[105578]: osdmap e642: 8 total, 8 up, 8 in 2024-09-13T14:30:26.859 INFO:tasks.rados.rados.0.smithi071.stdout:2208: done (1 left) 2024-09-13T14:30:26.859 INFO:tasks.rados.rados.0.smithi071.stdout:2209: delete oid 33 current snap is 289 2024-09-13T14:30:26.859 INFO:tasks.rados.rados.0.smithi071.stdout:2207: finishing rollback tid 0 to smithi07185159-48 2024-09-13T14:30:26.859 INFO:tasks.rados.rados.0.smithi071.stdout:2207: finishing rollback tid 1 to smithi07185159-48 2024-09-13T14:30:26.859 INFO:tasks.rados.rados.0.smithi071.stdout:2207: finishing rollback tid 2 to smithi07185159-48 2024-09-13T14:30:26.860 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 48 v 2147 (ObjNum 749 snap 261 seq_num 749) dirty exists 2024-09-13T14:30:26.862 INFO:tasks.rados.rados.0.smithi071.stdout:2207: done (1 left) 2024-09-13T14:30:26.862 INFO:tasks.rados.rados.0.smithi071.stdout:2209: done (0 left) 2024-09-13T14:30:26.863 INFO:tasks.rados.rados.0.smithi071.stdout:2210: read oid 35 snap -1 2024-09-13T14:30:26.863 INFO:tasks.rados.rados.0.smithi071.stdout:2210: expect deleted 2024-09-13T14:30:26.863 INFO:tasks.rados.rados.0.smithi071.stdout:2211: read oid 30 snap -1 2024-09-13T14:30:26.863 INFO:tasks.rados.rados.0.smithi071.stdout:2211: expect deleted 2024-09-13T14:30:26.863 INFO:tasks.rados.rados.0.smithi071.stdout:2212: snap_create 2024-09-13T14:30:27.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:26 smithi071 ceph-mon[107477]: osdmap e643: 8 total, 8 up, 8 in 2024-09-13T14:30:27.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:26 smithi071 ceph-mon[107477]: pgmap v416: 89 pgs: 89 active+clean; 209 MiB data, 790 MiB used, 714 GiB / 715 GiB avail; 9.5 MiB/s rd, 3.7 MiB/s wr, 21 op/s 2024-09-13T14:30:27.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:26 smithi071 ceph-mon[112785]: osdmap e643: 8 total, 8 up, 8 in 2024-09-13T14:30:27.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:26 smithi071 ceph-mon[112785]: pgmap v416: 89 pgs: 89 active+clean; 209 MiB data, 790 MiB used, 714 GiB / 715 GiB avail; 9.5 MiB/s rd, 3.7 MiB/s wr, 21 op/s 2024-09-13T14:30:27.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:26 smithi104 ceph-mon[105578]: osdmap e643: 8 total, 8 up, 8 in 2024-09-13T14:30:27.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:26 smithi104 ceph-mon[105578]: pgmap v416: 89 pgs: 89 active+clean; 209 MiB data, 790 MiB used, 714 GiB / 715 GiB avail; 9.5 MiB/s rd, 3.7 MiB/s wr, 21 op/s 2024-09-13T14:30:27.837 INFO:tasks.rados.rados.0.smithi071.stdout:2210: done (2 left) 2024-09-13T14:30:27.837 INFO:tasks.rados.rados.0.smithi071.stdout:2211: done (1 left) 2024-09-13T14:30:27.837 INFO:tasks.rados.rados.0.smithi071.stdout:2212: done (0 left) 2024-09-13T14:30:27.837 INFO:tasks.rados.rados.0.smithi071.stdout:2213: snap_create 2024-09-13T14:30:28.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:27 smithi071 ceph-mon[107477]: osdmap e644: 8 total, 8 up, 8 in 2024-09-13T14:30:28.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:27 smithi071 ceph-mon[107477]: osdmap e645: 8 total, 8 up, 8 in 2024-09-13T14:30:28.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:27 smithi071 ceph-mon[112785]: osdmap e644: 8 total, 8 up, 8 in 2024-09-13T14:30:28.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:27 smithi071 ceph-mon[112785]: osdmap e645: 8 total, 8 up, 8 in 2024-09-13T14:30:28.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:27 smithi104 ceph-mon[105578]: osdmap e644: 8 total, 8 up, 8 in 2024-09-13T14:30:28.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:27 smithi104 ceph-mon[105578]: osdmap e645: 8 total, 8 up, 8 in 2024-09-13T14:30:28.839 INFO:tasks.rados.rados.0.smithi071.stdout:2213: done (0 left) 2024-09-13T14:30:28.839 INFO:tasks.rados.rados.0.smithi071.stdout:2214: rollback oid 14 current snap is 291 2024-09-13T14:30:28.839 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 14 to 288 2024-09-13T14:30:28.839 INFO:tasks.rados.rados.0.smithi071.stdout:2215: snap_create 2024-09-13T14:30:28.843 INFO:tasks.rados.rados.0.smithi071.stdout:2214: finishing rollback tid 0 to smithi07185159-14 2024-09-13T14:30:28.843 INFO:tasks.rados.rados.0.smithi071.stdout:2214: finishing rollback tid 1 to smithi07185159-14 2024-09-13T14:30:28.843 INFO:tasks.rados.rados.0.smithi071.stdout:2214: finishing rollback tid 2 to smithi07185159-14 2024-09-13T14:30:28.843 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 14 v 1091 (ObjNum 716 snap 250 seq_num 716) dirty exists 2024-09-13T14:30:29.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:28 smithi071 ceph-mon[107477]: pgmap v419: 89 pgs: 89 active+clean; 209 MiB data, 790 MiB used, 714 GiB / 715 GiB avail; 9.5 MiB/s rd, 3.7 MiB/s wr, 21 op/s 2024-09-13T14:30:29.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:28 smithi071 ceph-mon[107477]: osdmap e646: 8 total, 8 up, 8 in 2024-09-13T14:30:29.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:28 smithi071 ceph-mon[112785]: pgmap v419: 89 pgs: 89 active+clean; 209 MiB data, 790 MiB used, 714 GiB / 715 GiB avail; 9.5 MiB/s rd, 3.7 MiB/s wr, 21 op/s 2024-09-13T14:30:29.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:28 smithi071 ceph-mon[112785]: osdmap e646: 8 total, 8 up, 8 in 2024-09-13T14:30:29.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:28 smithi104 ceph-mon[105578]: pgmap v419: 89 pgs: 89 active+clean; 209 MiB data, 790 MiB used, 714 GiB / 715 GiB avail; 9.5 MiB/s rd, 3.7 MiB/s wr, 21 op/s 2024-09-13T14:30:29.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:28 smithi104 ceph-mon[105578]: osdmap e646: 8 total, 8 up, 8 in 2024-09-13T14:30:29.841 INFO:tasks.rados.rados.0.smithi071.stdout:2214: done (1 left) 2024-09-13T14:30:29.841 INFO:tasks.rados.rados.0.smithi071.stdout:2215: done (0 left) 2024-09-13T14:30:29.841 INFO:tasks.rados.rados.0.smithi071.stdout:2216: rollback oid 41 current snap is 292 2024-09-13T14:30:29.841 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 41 to 287 2024-09-13T14:30:29.841 INFO:tasks.rados.rados.0.smithi071.stdout:2217: snap_remove snap 282 2024-09-13T14:30:30.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:30:30.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:29 smithi071 ceph-mon[107477]: osdmap e647: 8 total, 8 up, 8 in 2024-09-13T14:30:30.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:30:30.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:29 smithi071 ceph-mon[112785]: osdmap e647: 8 total, 8 up, 8 in 2024-09-13T14:30:30.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:30:30.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:29 smithi104 ceph-mon[105578]: osdmap e647: 8 total, 8 up, 8 in 2024-09-13T14:30:30.847 INFO:tasks.rados.rados.0.smithi071.stdout:2217: done (1 left) 2024-09-13T14:30:30.847 INFO:tasks.rados.rados.0.smithi071.stdout:2218: read oid 21 snap -1 2024-09-13T14:30:30.847 INFO:tasks.rados.rados.0.smithi071.stdout:2218: expect deleted 2024-09-13T14:30:30.847 INFO:tasks.rados.rados.0.smithi071.stdout:2219: write oid 44 current snap is 292 2024-09-13T14:30:30.847 INFO:tasks.rados.rados.0.smithi071.stdout:2219: seq_num 826 ranges {682582=721798,2168950=642942,3583392=299190} 2024-09-13T14:30:30.855 INFO:tasks.rados.rados.0.smithi071.stdout:2219: writing smithi07185159-44 from 682582 to 1404380 tid 1 2024-09-13T14:30:30.863 INFO:tasks.rados.rados.0.smithi071.stdout:2219: writing smithi07185159-44 from 2168950 to 2811892 tid 2 2024-09-13T14:30:30.870 INFO:tasks.rados.rados.0.smithi071.stdout:2219: writing smithi07185159-44 from 3583392 to 3882582 tid 3 2024-09-13T14:30:30.870 INFO:tasks.rados.rados.0.smithi071.stdout:2220: rollback oid 29 current snap is 292 2024-09-13T14:30:30.870 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 29 to 289 2024-09-13T14:30:30.870 INFO:tasks.rados.rados.0.smithi071.stdout:2216: finishing rollback tid 0 to smithi07185159-41 2024-09-13T14:30:30.870 INFO:tasks.rados.rados.0.smithi071.stdout:2216: finishing rollback tid 1 to smithi07185159-41 2024-09-13T14:30:30.870 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 41 v 1211 (ObjNum 177 snap 0 seq_num 1694977558) dirty dne 2024-09-13T14:30:30.870 INFO:tasks.rados.rados.0.smithi071.stdout:2219: finishing write tid 1 to smithi07185159-44 2024-09-13T14:30:30.870 INFO:tasks.rados.rados.0.smithi071.stdout:2219: finishing write tid 2 to smithi07185159-44 2024-09-13T14:30:30.870 INFO:tasks.rados.rados.0.smithi071.stdout:2216: done (3 left) 2024-09-13T14:30:30.870 INFO:tasks.rados.rados.0.smithi071.stdout:2218: done (2 left) 2024-09-13T14:30:30.870 INFO:tasks.rados.rados.0.smithi071.stdout:2221: write oid 43 current snap is 292 2024-09-13T14:30:30.870 INFO:tasks.rados.rados.0.smithi071.stdout:2221: seq_num 827 ranges {699389=797047,2111079=502953,3094462=581837} 2024-09-13T14:30:30.878 INFO:tasks.rados.rados.0.smithi071.stdout:2221: writing smithi07185159-43 from 699389 to 1496436 tid 1 2024-09-13T14:30:30.884 INFO:tasks.rados.rados.0.smithi071.stdout:2221: writing smithi07185159-43 from 2111079 to 2614032 tid 2 2024-09-13T14:30:30.890 INFO:tasks.rados.rados.0.smithi071.stdout:2221: writing smithi07185159-43 from 3094462 to 3676299 tid 3 2024-09-13T14:30:30.891 INFO:tasks.rados.rados.0.smithi071.stdout:2222: read oid 46 snap -1 2024-09-13T14:30:30.891 INFO:tasks.rados.rados.0.smithi071.stdout:2222: expect deleted 2024-09-13T14:30:30.891 INFO:tasks.rados.rados.0.smithi071.stdout:2223: snap_create 2024-09-13T14:30:30.891 INFO:tasks.rados.rados.0.smithi071.stdout:2219: finishing write tid 3 to smithi07185159-44 2024-09-13T14:30:30.891 INFO:tasks.rados.rados.0.smithi071.stdout:2219: finishing write tid 4 to smithi07185159-44 2024-09-13T14:30:30.891 INFO:tasks.rados.rados.0.smithi071.stdout:2219: finishing write tid 5 to smithi07185159-44 2024-09-13T14:30:30.891 INFO:tasks.rados.rados.0.smithi071.stdout:2219: oid 44 updating version 0 to 1076 2024-09-13T14:30:30.891 INFO:tasks.rados.rados.0.smithi071.stdout:2219: oid 44 version 1076 is already newer than 1075 2024-09-13T14:30:30.891 INFO:tasks.rados.rados.0.smithi071.stdout:2219: oid 44 updating version 1076 to 1077 2024-09-13T14:30:30.891 INFO:tasks.rados.rados.0.smithi071.stdout:2219: oid 44 updating version 1077 to 1078 2024-09-13T14:30:30.891 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 44 v 1078 (ObjNum 826 snap 292 seq_num 826) dirty exists 2024-09-13T14:30:30.891 INFO:tasks.rados.rados.0.smithi071.stdout:2219: left oid 44 (ObjNum 826 snap 292 seq_num 826) 2024-09-13T14:30:30.891 INFO:tasks.rados.rados.0.smithi071.stdout:2220: finishing rollback tid 0 to smithi07185159-29 2024-09-13T14:30:30.891 INFO:tasks.rados.rados.0.smithi071.stdout:2220: finishing rollback tid 1 to smithi07185159-29 2024-09-13T14:30:30.892 INFO:tasks.rados.rados.0.smithi071.stdout:2220: finishing rollback tid 2 to smithi07185159-29 2024-09-13T14:30:30.892 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 29 v 1215 (ObjNum 813 snap 287 seq_num 813) dirty exists 2024-09-13T14:30:30.892 INFO:tasks.rados.rados.0.smithi071.stdout:2221: finishing write tid 1 to smithi07185159-43 2024-09-13T14:30:30.892 INFO:tasks.rados.rados.0.smithi071.stdout:2221: finishing write tid 2 to smithi07185159-43 2024-09-13T14:30:30.893 INFO:tasks.rados.rados.0.smithi071.stdout:2221: finishing write tid 3 to smithi07185159-43 2024-09-13T14:30:30.893 INFO:tasks.rados.rados.0.smithi071.stdout:2221: finishing write tid 4 to smithi07185159-43 2024-09-13T14:30:30.893 INFO:tasks.rados.rados.0.smithi071.stdout:2221: finishing write tid 5 to smithi07185159-43 2024-09-13T14:30:30.893 INFO:tasks.rados.rados.0.smithi071.stdout:2221: oid 43 updating version 0 to 636 2024-09-13T14:30:30.893 INFO:tasks.rados.rados.0.smithi071.stdout:2221: oid 43 updating version 636 to 638 2024-09-13T14:30:30.893 INFO:tasks.rados.rados.0.smithi071.stdout:2221: oid 43 version 638 is already newer than 637 2024-09-13T14:30:30.893 INFO:tasks.rados.rados.0.smithi071.stdout:2221: oid 43 updating version 638 to 639 2024-09-13T14:30:30.893 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 43 v 639 (ObjNum 827 snap 292 seq_num 827) dirty exists 2024-09-13T14:30:30.893 INFO:tasks.rados.rados.0.smithi071.stdout:2221: left oid 43 (ObjNum 827 snap 292 seq_num 827) 2024-09-13T14:30:31.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:30 smithi071 ceph-mon[107477]: pgmap v422: 89 pgs: 89 active+clean; 209 MiB data, 785 MiB used, 714 GiB / 715 GiB avail; 0 B/s wr, 1 op/s 2024-09-13T14:30:31.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:30 smithi071 ceph-mon[107477]: osdmap e648: 8 total, 8 up, 8 in 2024-09-13T14:30:31.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:30 smithi071 ceph-mon[112785]: pgmap v422: 89 pgs: 89 active+clean; 209 MiB data, 785 MiB used, 714 GiB / 715 GiB avail; 0 B/s wr, 1 op/s 2024-09-13T14:30:31.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:30 smithi071 ceph-mon[112785]: osdmap e648: 8 total, 8 up, 8 in 2024-09-13T14:30:31.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:30 smithi104 ceph-mon[105578]: pgmap v422: 89 pgs: 89 active+clean; 209 MiB data, 785 MiB used, 714 GiB / 715 GiB avail; 0 B/s wr, 1 op/s 2024-09-13T14:30:31.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:30 smithi104 ceph-mon[105578]: osdmap e648: 8 total, 8 up, 8 in 2024-09-13T14:30:31.875 INFO:tasks.rados.rados.0.smithi071.stdout:2219: done (4 left) 2024-09-13T14:30:31.875 INFO:tasks.rados.rados.0.smithi071.stdout:2220: done (3 left) 2024-09-13T14:30:31.875 INFO:tasks.rados.rados.0.smithi071.stdout:2221: done (2 left) 2024-09-13T14:30:31.875 INFO:tasks.rados.rados.0.smithi071.stdout:2222: done (1 left) 2024-09-13T14:30:31.875 INFO:tasks.rados.rados.0.smithi071.stdout:2223: done (0 left) 2024-09-13T14:30:31.875 INFO:tasks.rados.rados.0.smithi071.stdout:2224: write oid 44 current snap is 293 2024-09-13T14:30:31.875 INFO:tasks.rados.rados.0.smithi071.stdout:2224: seq_num 828 ranges {716196=472296,1769561=646611,3121885=793109} 2024-09-13T14:30:31.881 INFO:tasks.rados.rados.0.smithi071.stdout:2224: writing smithi07185159-44 from 716196 to 1188492 tid 1 2024-09-13T14:30:31.887 INFO:tasks.rados.rados.0.smithi071.stdout:2224: writing smithi07185159-44 from 1769561 to 2416172 tid 2 2024-09-13T14:30:31.896 INFO:tasks.rados.rados.0.smithi071.stdout:2224: writing smithi07185159-44 from 3121885 to 3914994 tid 3 2024-09-13T14:30:31.896 INFO:tasks.rados.rados.0.smithi071.stdout:2225: delete oid 13 current snap is 293 2024-09-13T14:30:31.896 INFO:tasks.rados.rados.0.smithi071.stdout:2224: finishing write tid 1 to smithi07185159-44 2024-09-13T14:30:31.896 INFO:tasks.rados.rados.0.smithi071.stdout:2224: finishing write tid 2 to smithi07185159-44 2024-09-13T14:30:31.900 INFO:tasks.rados.rados.0.smithi071.stdout:2224: finishing write tid 3 to smithi07185159-44 2024-09-13T14:30:31.900 INFO:tasks.rados.rados.0.smithi071.stdout:2224: finishing write tid 4 to smithi07185159-44 2024-09-13T14:30:31.900 INFO:tasks.rados.rados.0.smithi071.stdout:2225: done (1 left) 2024-09-13T14:30:31.900 INFO:tasks.rados.rados.0.smithi071.stdout:2226: read oid 46 snap -1 2024-09-13T14:30:31.901 INFO:tasks.rados.rados.0.smithi071.stdout:2226: expect deleted 2024-09-13T14:30:31.901 INFO:tasks.rados.rados.0.smithi071.stdout:2227: read oid 4 snap -1 2024-09-13T14:30:31.901 INFO:tasks.rados.rados.0.smithi071.stdout:2227: expect (ObjNum 811 snap 286 seq_num 811) 2024-09-13T14:30:31.901 INFO:tasks.rados.rados.0.smithi071.stdout:2228: snap_remove snap 285 2024-09-13T14:30:32.847 INFO:tasks.rados.rados.0.smithi071.stdout:2224: finishing write tid 5 to smithi07185159-44 2024-09-13T14:30:32.847 INFO:tasks.rados.rados.0.smithi071.stdout:2224: oid 44 updating version 0 to 1081 2024-09-13T14:30:32.847 INFO:tasks.rados.rados.0.smithi071.stdout:2224: oid 44 updating version 1081 to 1083 2024-09-13T14:30:32.847 INFO:tasks.rados.rados.0.smithi071.stdout:2224: oid 44 version 1083 is already newer than 1082 2024-09-13T14:30:32.847 INFO:tasks.rados.rados.0.smithi071.stdout:2224: oid 44 version 1083 is already newer than 1080 2024-09-13T14:30:32.847 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 44 v 1083 (ObjNum 828 snap 293 seq_num 828) dirty exists 2024-09-13T14:30:32.848 INFO:tasks.rados.rados.0.smithi071.stdout:2224: left oid 44 (ObjNum 828 snap 293 seq_num 828) 2024-09-13T14:30:32.848 INFO:tasks.rados.rados.0.smithi071.stdout:2227: expect (ObjNum 811 snap 286 seq_num 811) 2024-09-13T14:30:32.966 INFO:tasks.rados.rados.0.smithi071.stdout:2224: done (3 left) 2024-09-13T14:30:32.966 INFO:tasks.rados.rados.0.smithi071.stdout:2226: done (2 left) 2024-09-13T14:30:32.966 INFO:tasks.rados.rados.0.smithi071.stdout:2227: done (1 left) 2024-09-13T14:30:32.966 INFO:tasks.rados.rados.0.smithi071.stdout:2228: done (0 left) 2024-09-13T14:30:32.966 INFO:tasks.rados.rados.0.smithi071.stdout:2229: snap_remove snap 252 2024-09-13T14:30:33.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:32 smithi071 ceph-mon[107477]: osdmap e649: 8 total, 8 up, 8 in 2024-09-13T14:30:33.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:32 smithi071 ceph-mon[107477]: pgmap v425: 89 pgs: 89 active+clean; 209 MiB data, 785 MiB used, 714 GiB / 715 GiB avail; 0 B/s wr, 1 op/s 2024-09-13T14:30:33.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:32 smithi071 ceph-mon[107477]: osdmap e650: 8 total, 8 up, 8 in 2024-09-13T14:30:33.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:30:32 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:30:32] "GET /metrics HTTP/1.1" 200 36277 "" "Prometheus/2.51.0" 2024-09-13T14:30:33.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:32 smithi071 ceph-mon[112785]: osdmap e649: 8 total, 8 up, 8 in 2024-09-13T14:30:33.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:32 smithi071 ceph-mon[112785]: pgmap v425: 89 pgs: 89 active+clean; 209 MiB data, 785 MiB used, 714 GiB / 715 GiB avail; 0 B/s wr, 1 op/s 2024-09-13T14:30:33.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:32 smithi071 ceph-mon[112785]: osdmap e650: 8 total, 8 up, 8 in 2024-09-13T14:30:33.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:32 smithi104 ceph-mon[105578]: osdmap e649: 8 total, 8 up, 8 in 2024-09-13T14:30:33.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:32 smithi104 ceph-mon[105578]: pgmap v425: 89 pgs: 89 active+clean; 209 MiB data, 785 MiB used, 714 GiB / 715 GiB avail; 0 B/s wr, 1 op/s 2024-09-13T14:30:33.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:32 smithi104 ceph-mon[105578]: osdmap e650: 8 total, 8 up, 8 in 2024-09-13T14:30:33.883 INFO:tasks.rados.rados.0.smithi071.stdout:2229: done (0 left) 2024-09-13T14:30:33.884 INFO:tasks.rados.rados.0.smithi071.stdout:2230: write oid 18 current snap is 293 2024-09-13T14:30:33.884 INFO:tasks.rados.rados.0.smithi071.stdout:2230: seq_num 830 ranges {749810=739147,2002878=650280,3293084=415653} 2024-09-13T14:30:33.892 INFO:tasks.rados.rados.0.smithi071.stdout:2230: writing smithi07185159-18 from 749810 to 1488957 tid 1 2024-09-13T14:30:33.899 INFO:tasks.rados.rados.0.smithi071.stdout:2230: writing smithi07185159-18 from 2002878 to 2653158 tid 2 2024-09-13T14:30:33.905 INFO:tasks.rados.rados.0.smithi071.stdout:2230: writing smithi07185159-18 from 3293084 to 3708737 tid 3 2024-09-13T14:30:33.906 INFO:tasks.rados.rados.0.smithi071.stdout:2231: snap_remove snap 283 2024-09-13T14:30:34.888 INFO:tasks.rados.rados.0.smithi071.stdout:2231: done (1 left) 2024-09-13T14:30:34.888 INFO:tasks.rados.rados.0.smithi071.stdout:2232: write oid 34 current snap is 293 2024-09-13T14:30:34.888 INFO:tasks.rados.rados.0.smithi071.stdout:2232: seq_num 831 ranges {766617=414396,1945007=510291,3204154=626925} 2024-09-13T14:30:34.895 INFO:tasks.rados.rados.0.smithi071.stdout:2232: writing smithi07185159-34 from 766617 to 1181013 tid 1 2024-09-13T14:30:34.902 INFO:tasks.rados.rados.0.smithi071.stdout:2232: writing smithi07185159-34 from 1945007 to 2455298 tid 2 2024-09-13T14:30:34.910 INFO:tasks.rados.rados.0.smithi071.stdout:2232: writing smithi07185159-34 from 3204154 to 3831079 tid 3 2024-09-13T14:30:34.910 INFO:tasks.rados.rados.0.smithi071.stdout:2233: delete oid 46 current snap is 293 2024-09-13T14:30:34.910 INFO:tasks.rados.rados.0.smithi071.stdout:2230: finishing write tid 1 to smithi07185159-18 2024-09-13T14:30:34.910 INFO:tasks.rados.rados.0.smithi071.stdout:2230: finishing write tid 2 to smithi07185159-18 2024-09-13T14:30:34.910 INFO:tasks.rados.rados.0.smithi071.stdout:2230: finishing write tid 3 to smithi07185159-18 2024-09-13T14:30:34.911 INFO:tasks.rados.rados.0.smithi071.stdout:2230: finishing write tid 4 to smithi07185159-18 2024-09-13T14:30:34.911 INFO:tasks.rados.rados.0.smithi071.stdout:2230: finishing write tid 5 to smithi07185159-18 2024-09-13T14:30:34.911 INFO:tasks.rados.rados.0.smithi071.stdout:2230: oid 18 updating version 0 to 2179 2024-09-13T14:30:34.911 INFO:tasks.rados.rados.0.smithi071.stdout:2230: oid 18 updating version 2179 to 2180 2024-09-13T14:30:34.911 INFO:tasks.rados.rados.0.smithi071.stdout:2230: oid 18 version 2180 is already newer than 2174 2024-09-13T14:30:34.911 INFO:tasks.rados.rados.0.smithi071.stdout:2230: oid 18 version 2180 is already newer than 2169 2024-09-13T14:30:34.911 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 18 v 2180 (ObjNum 830 snap 293 seq_num 830) dirty exists 2024-09-13T14:30:34.911 INFO:tasks.rados.rados.0.smithi071.stdout:2230: left oid 18 (ObjNum 830 snap 293 seq_num 830) 2024-09-13T14:30:34.911 INFO:tasks.rados.rados.0.smithi071.stdout:2232: finishing write tid 1 to smithi07185159-34 2024-09-13T14:30:34.911 INFO:tasks.rados.rados.0.smithi071.stdout:2232: finishing write tid 2 to smithi07185159-34 2024-09-13T14:30:34.913 INFO:tasks.rados.rados.0.smithi071.stdout:2230: done (2 left) 2024-09-13T14:30:34.913 INFO:tasks.rados.rados.0.smithi071.stdout:2233: done (1 left) 2024-09-13T14:30:34.913 INFO:tasks.rados.rados.0.smithi071.stdout:2234: read oid 22 snap -1 2024-09-13T14:30:34.913 INFO:tasks.rados.rados.0.smithi071.stdout:2234: expect (ObjNum 720 snap 251 seq_num 720) 2024-09-13T14:30:34.913 INFO:tasks.rados.rados.0.smithi071.stdout:2235: write oid 8 current snap is 293 2024-09-13T14:30:34.913 INFO:tasks.rados.rados.0.smithi071.stdout:2235: seq_num 833 ranges {400231=564894,1661971=338260} 2024-09-13T14:30:34.918 INFO:tasks.rados.rados.0.smithi071.stdout:2235: writing smithi07185159-8 from 400231 to 965125 tid 1 2024-09-13T14:30:34.924 INFO:tasks.rados.rados.0.smithi071.stdout:2235: writing smithi07185159-8 from 1661971 to 2000231 tid 2 2024-09-13T14:30:34.925 INFO:tasks.rados.rados.0.smithi071.stdout:2236: snap_create 2024-09-13T14:30:34.925 INFO:tasks.rados.rados.0.smithi071.stdout:2232: finishing write tid 3 to smithi07185159-34 2024-09-13T14:30:34.925 INFO:tasks.rados.rados.0.smithi071.stdout:2232: finishing write tid 4 to smithi07185159-34 2024-09-13T14:30:34.925 INFO:tasks.rados.rados.0.smithi071.stdout:2232: finishing write tid 5 to smithi07185159-34 2024-09-13T14:30:34.925 INFO:tasks.rados.rados.0.smithi071.stdout:2232: oid 34 updating version 0 to 383 2024-09-13T14:30:34.925 INFO:tasks.rados.rados.0.smithi071.stdout:2232: oid 34 version 383 is already newer than 382 2024-09-13T14:30:34.925 INFO:tasks.rados.rados.0.smithi071.stdout:2232: oid 34 version 383 is already newer than 381 2024-09-13T14:30:34.925 INFO:tasks.rados.rados.0.smithi071.stdout:2232: oid 34 updating version 383 to 384 2024-09-13T14:30:34.926 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 34 v 384 (ObjNum 831 snap 293 seq_num 831) dirty exists 2024-09-13T14:30:34.926 INFO:tasks.rados.rados.0.smithi071.stdout:2232: left oid 34 (ObjNum 831 snap 293 seq_num 831) 2024-09-13T14:30:34.926 INFO:tasks.rados.rados.0.smithi071.stdout:2234: expect (ObjNum 720 snap 251 seq_num 720) 2024-09-13T14:30:34.992 INFO:tasks.rados.rados.0.smithi071.stdout:2235: finishing write tid 1 to smithi07185159-8 2024-09-13T14:30:34.992 INFO:tasks.rados.rados.0.smithi071.stdout:2235: finishing write tid 2 to smithi07185159-8 2024-09-13T14:30:34.992 INFO:tasks.rados.rados.0.smithi071.stdout:2235: finishing write tid 3 to smithi07185159-8 2024-09-13T14:30:34.992 INFO:tasks.rados.rados.0.smithi071.stdout:2235: finishing write tid 4 to smithi07185159-8 2024-09-13T14:30:34.992 INFO:tasks.rados.rados.0.smithi071.stdout:2235: oid 8 updating version 0 to 655 2024-09-13T14:30:34.992 INFO:tasks.rados.rados.0.smithi071.stdout:2235: oid 8 updating version 655 to 656 2024-09-13T14:30:34.992 INFO:tasks.rados.rados.0.smithi071.stdout:2235: oid 8 version 656 is already newer than 654 2024-09-13T14:30:34.993 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 8 v 656 (ObjNum 833 snap 293 seq_num 833) dirty exists 2024-09-13T14:30:34.993 INFO:tasks.rados.rados.0.smithi071.stdout:2235: left oid 8 (ObjNum 833 snap 293 seq_num 833) 2024-09-13T14:30:35.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:34 smithi071 ceph-mon[107477]: osdmap e651: 8 total, 8 up, 8 in 2024-09-13T14:30:35.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:34 smithi071 ceph-mon[107477]: pgmap v428: 89 pgs: 89 active+clean; 209 MiB data, 785 MiB used, 714 GiB / 715 GiB avail 2024-09-13T14:30:35.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:34 smithi071 ceph-mon[112785]: osdmap e651: 8 total, 8 up, 8 in 2024-09-13T14:30:35.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:34 smithi071 ceph-mon[112785]: pgmap v428: 89 pgs: 89 active+clean; 209 MiB data, 785 MiB used, 714 GiB / 715 GiB avail 2024-09-13T14:30:35.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:34 smithi104 ceph-mon[105578]: osdmap e651: 8 total, 8 up, 8 in 2024-09-13T14:30:35.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:34 smithi104 ceph-mon[105578]: pgmap v428: 89 pgs: 89 active+clean; 209 MiB data, 785 MiB used, 714 GiB / 715 GiB avail 2024-09-13T14:30:35.893 INFO:tasks.rados.rados.0.smithi071.stdout:2232: done (3 left) 2024-09-13T14:30:35.893 INFO:tasks.rados.rados.0.smithi071.stdout:2234: done (2 left) 2024-09-13T14:30:35.893 INFO:tasks.rados.rados.0.smithi071.stdout:2235: done (1 left) 2024-09-13T14:30:35.893 INFO:tasks.rados.rados.0.smithi071.stdout:2236: done (0 left) 2024-09-13T14:30:35.893 INFO:tasks.rados.rados.0.smithi071.stdout:2237: write oid 12 current snap is 294 2024-09-13T14:30:35.893 INFO:tasks.rados.rados.0.smithi071.stdout:2237: seq_num 834 ranges {417038=640143,1720453=296585} 2024-09-13T14:30:35.898 INFO:tasks.rados.rados.0.smithi071.stdout:2237: writing smithi07185159-12 from 417038 to 1057181 tid 1 2024-09-13T14:30:35.904 INFO:tasks.rados.rados.0.smithi071.stdout:2237: writing smithi07185159-12 from 1720453 to 2017038 tid 2 2024-09-13T14:30:35.904 INFO:tasks.rados.rados.0.smithi071.stdout:2238: write oid 38 current snap is 294 2024-09-13T14:30:35.904 INFO:tasks.rados.rados.0.smithi071.stdout:2238: seq_num 835 ranges {433845=715392,1662582=371263} 2024-09-13T14:30:35.910 INFO:tasks.rados.rados.0.smithi071.stdout:2238: writing smithi07185159-38 from 433845 to 1149237 tid 1 2024-09-13T14:30:35.915 INFO:tasks.rados.rados.0.smithi071.stdout:2238: writing smithi07185159-38 from 1662582 to 2033845 tid 2 2024-09-13T14:30:35.915 INFO:tasks.rados.rados.0.smithi071.stdout:2239: delete oid 39 current snap is 294 2024-09-13T14:30:35.915 INFO:tasks.rados.rados.0.smithi071.stdout:2237: finishing write tid 1 to smithi07185159-12 2024-09-13T14:30:35.915 INFO:tasks.rados.rados.0.smithi071.stdout:2237: finishing write tid 2 to smithi07185159-12 2024-09-13T14:30:35.915 INFO:tasks.rados.rados.0.smithi071.stdout:2237: finishing write tid 3 to smithi07185159-12 2024-09-13T14:30:35.915 INFO:tasks.rados.rados.0.smithi071.stdout:2237: finishing write tid 4 to smithi07185159-12 2024-09-13T14:30:35.915 INFO:tasks.rados.rados.0.smithi071.stdout:2237: oid 12 updating version 0 to 311 2024-09-13T14:30:35.916 INFO:tasks.rados.rados.0.smithi071.stdout:2237: oid 12 version 311 is already newer than 310 2024-09-13T14:30:35.916 INFO:tasks.rados.rados.0.smithi071.stdout:2237: oid 12 version 311 is already newer than 309 2024-09-13T14:30:35.916 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 12 v 311 (ObjNum 834 snap 294 seq_num 834) dirty exists 2024-09-13T14:30:35.916 INFO:tasks.rados.rados.0.smithi071.stdout:2237: left oid 12 (ObjNum 834 snap 294 seq_num 834) 2024-09-13T14:30:35.918 INFO:tasks.rados.rados.0.smithi071.stdout:2238: finishing write tid 1 to smithi07185159-38 2024-09-13T14:30:35.919 INFO:tasks.rados.rados.0.smithi071.stdout:2238: finishing write tid 2 to smithi07185159-38 2024-09-13T14:30:35.919 INFO:tasks.rados.rados.0.smithi071.stdout:2238: finishing write tid 3 to smithi07185159-38 2024-09-13T14:30:35.919 INFO:tasks.rados.rados.0.smithi071.stdout:2238: finishing write tid 4 to smithi07185159-38 2024-09-13T14:30:35.920 INFO:tasks.rados.rados.0.smithi071.stdout:2238: oid 38 updating version 0 to 1087 2024-09-13T14:30:35.920 INFO:tasks.rados.rados.0.smithi071.stdout:2238: oid 38 version 1087 is already newer than 1086 2024-09-13T14:30:35.920 INFO:tasks.rados.rados.0.smithi071.stdout:2238: oid 38 updating version 1087 to 1088 2024-09-13T14:30:35.920 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 38 v 1088 (ObjNum 835 snap 294 seq_num 835) dirty exists 2024-09-13T14:30:35.920 INFO:tasks.rados.rados.0.smithi071.stdout:2238: left oid 38 (ObjNum 835 snap 294 seq_num 835) 2024-09-13T14:30:35.920 INFO:tasks.rados.rados.0.smithi071.stdout:2237: done (2 left) 2024-09-13T14:30:35.920 INFO:tasks.rados.rados.0.smithi071.stdout:2238: done (1 left) 2024-09-13T14:30:35.920 INFO:tasks.rados.rados.0.smithi071.stdout:2239: done (0 left) 2024-09-13T14:30:35.920 INFO:tasks.rados.rados.0.smithi071.stdout:2240: write oid 42 current snap is 294 2024-09-13T14:30:35.920 INFO:tasks.rados.rados.0.smithi071.stdout:2240: seq_num 837 ranges {467459=582243,1495899=404945} 2024-09-13T14:30:35.925 INFO:tasks.rados.rados.0.smithi071.stdout:2240: writing smithi07185159-42 from 467459 to 1049702 tid 1 2024-09-13T14:30:35.930 INFO:tasks.rados.rados.0.smithi071.stdout:2240: writing smithi07185159-42 from 1495899 to 1900844 tid 2 2024-09-13T14:30:35.930 INFO:tasks.rados.rados.0.smithi071.stdout:2241: snap_create 2024-09-13T14:30:35.930 INFO:tasks.rados.rados.0.smithi071.stdout:2240: finishing write tid 1 to smithi07185159-42 2024-09-13T14:30:35.933 INFO:tasks.rados.rados.0.smithi071.stdout:2240: finishing write tid 2 to smithi07185159-42 2024-09-13T14:30:35.933 INFO:tasks.rados.rados.0.smithi071.stdout:2240: finishing write tid 3 to smithi07185159-42 2024-09-13T14:30:35.933 INFO:tasks.rados.rados.0.smithi071.stdout:2240: finishing write tid 4 to smithi07185159-42 2024-09-13T14:30:35.934 INFO:tasks.rados.rados.0.smithi071.stdout:2240: oid 42 updating version 0 to 1223 2024-09-13T14:30:35.934 INFO:tasks.rados.rados.0.smithi071.stdout:2240: oid 42 version 1223 is already newer than 1222 2024-09-13T14:30:35.934 INFO:tasks.rados.rados.0.smithi071.stdout:2240: oid 42 version 1223 is already newer than 1221 2024-09-13T14:30:35.934 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 42 v 1223 (ObjNum 837 snap 294 seq_num 837) dirty exists 2024-09-13T14:30:35.934 INFO:tasks.rados.rados.0.smithi071.stdout:2240: left oid 42 (ObjNum 837 snap 294 seq_num 837) 2024-09-13T14:30:36.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:35 smithi071 ceph-mon[107477]: osdmap e652: 8 total, 8 up, 8 in 2024-09-13T14:30:36.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:35 smithi071 ceph-mon[112785]: osdmap e652: 8 total, 8 up, 8 in 2024-09-13T14:30:36.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:35 smithi104 ceph-mon[105578]: osdmap e652: 8 total, 8 up, 8 in 2024-09-13T14:30:36.900 INFO:tasks.rados.rados.0.smithi071.stdout:2240: done (1 left) 2024-09-13T14:30:36.900 INFO:tasks.rados.rados.0.smithi071.stdout:2241: done (0 left) 2024-09-13T14:30:36.900 INFO:tasks.rados.rados.0.smithi071.stdout:2242: read oid 46 snap -1 2024-09-13T14:30:36.900 INFO:tasks.rados.rados.0.smithi071.stdout:2242: expect deleted 2024-09-13T14:30:36.901 INFO:tasks.rados.rados.0.smithi071.stdout:2243: write oid 5 current snap is 295 2024-09-13T14:30:36.901 INFO:tasks.rados.rados.0.smithi071.stdout:2243: seq_num 838 ranges {484266=657492,1554381=529885} 2024-09-13T14:30:36.906 INFO:tasks.rados.rados.0.smithi071.stdout:2243: writing smithi07185159-5 from 484266 to 1141758 tid 1 2024-09-13T14:30:36.911 INFO:tasks.rados.rados.0.smithi071.stdout:2243: writing smithi07185159-5 from 1554381 to 2084266 tid 2 2024-09-13T14:30:36.912 INFO:tasks.rados.rados.0.smithi071.stdout:2244: write oid 37 current snap is 295 2024-09-13T14:30:36.912 INFO:tasks.rados.rados.0.smithi071.stdout:2244: seq_num 839 ranges {501073=732741,1896510=204563} 2024-09-13T14:30:36.918 INFO:tasks.rados.rados.0.smithi071.stdout:2244: writing smithi07185159-37 from 501073 to 1233814 tid 1 2024-09-13T14:30:36.923 INFO:tasks.rados.rados.0.smithi071.stdout:2244: writing smithi07185159-37 from 1896510 to 2101073 tid 2 2024-09-13T14:30:36.923 INFO:tasks.rados.rados.0.smithi071.stdout:2245: delete oid 16 current snap is 295 2024-09-13T14:30:36.923 INFO:tasks.rados.rados.0.smithi071.stdout:2243: finishing write tid 1 to smithi07185159-5 2024-09-13T14:30:36.924 INFO:tasks.rados.rados.0.smithi071.stdout:2243: finishing write tid 2 to smithi07185159-5 2024-09-13T14:30:36.924 INFO:tasks.rados.rados.0.smithi071.stdout:2243: finishing write tid 3 to smithi07185159-5 2024-09-13T14:30:36.924 INFO:tasks.rados.rados.0.smithi071.stdout:2243: finishing write tid 4 to smithi07185159-5 2024-09-13T14:30:36.924 INFO:tasks.rados.rados.0.smithi071.stdout:2243: oid 5 updating version 0 to 2190 2024-09-13T14:30:36.924 INFO:tasks.rados.rados.0.smithi071.stdout:2243: oid 5 version 2190 is already newer than 2189 2024-09-13T14:30:36.924 INFO:tasks.rados.rados.0.smithi071.stdout:2243: oid 5 updating version 2190 to 2191 2024-09-13T14:30:36.924 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 5 v 2191 (ObjNum 838 snap 295 seq_num 838) dirty exists 2024-09-13T14:30:36.924 INFO:tasks.rados.rados.0.smithi071.stdout:2243: left oid 5 (ObjNum 838 snap 295 seq_num 838) 2024-09-13T14:30:36.924 INFO:tasks.rados.rados.0.smithi071.stdout:2244: finishing write tid 1 to smithi07185159-37 2024-09-13T14:30:36.926 INFO:tasks.rados.rados.0.smithi071.stdout:2244: finishing write tid 2 to smithi07185159-37 2024-09-13T14:30:36.926 INFO:tasks.rados.rados.0.smithi071.stdout:2242: done (3 left) 2024-09-13T14:30:36.926 INFO:tasks.rados.rados.0.smithi071.stdout:2243: done (2 left) 2024-09-13T14:30:36.926 INFO:tasks.rados.rados.0.smithi071.stdout:2245: done (1 left) 2024-09-13T14:30:36.926 INFO:tasks.rados.rados.0.smithi071.stdout:2246: read oid 48 snap 257 2024-09-13T14:30:36.926 INFO:tasks.rados.rados.0.smithi071.stdout:2246: expect (ObjNum 726 snap 251 seq_num 726) 2024-09-13T14:30:36.926 INFO:tasks.rados.rados.0.smithi071.stdout:2247: snap_remove snap 262 2024-09-13T14:30:37.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:36 smithi104 ceph-mon[105578]: osdmap e653: 8 total, 8 up, 8 in 2024-09-13T14:30:37.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:36 smithi104 ceph-mon[105578]: pgmap v431: 89 pgs: 89 active+clean; 210 MiB data, 784 MiB used, 714 GiB / 715 GiB avail; 3.5 MiB/s rd, 2.3 MiB/s wr, 13 op/s 2024-09-13T14:30:37.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:36 smithi071 ceph-mon[107477]: osdmap e653: 8 total, 8 up, 8 in 2024-09-13T14:30:37.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:36 smithi071 ceph-mon[107477]: pgmap v431: 89 pgs: 89 active+clean; 210 MiB data, 784 MiB used, 714 GiB / 715 GiB avail; 3.5 MiB/s rd, 2.3 MiB/s wr, 13 op/s 2024-09-13T14:30:37.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:36 smithi071 ceph-mon[112785]: osdmap e653: 8 total, 8 up, 8 in 2024-09-13T14:30:37.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:36 smithi071 ceph-mon[112785]: pgmap v431: 89 pgs: 89 active+clean; 210 MiB data, 784 MiB used, 714 GiB / 715 GiB avail; 3.5 MiB/s rd, 2.3 MiB/s wr, 13 op/s 2024-09-13T14:30:37.844 INFO:tasks.rados.rados.0.smithi071.stdout:2247: done (2 left) 2024-09-13T14:30:37.844 INFO:tasks.rados.rados.0.smithi071.stdout:2248: delete oid 49 current snap is 295 2024-09-13T14:30:37.844 INFO:tasks.rados.rados.0.smithi071.stdout:2244: finishing write tid 3 to smithi07185159-37 2024-09-13T14:30:37.844 INFO:tasks.rados.rados.0.smithi071.stdout:2244: finishing write tid 4 to smithi07185159-37 2024-09-13T14:30:37.844 INFO:tasks.rados.rados.0.smithi071.stdout:2244: oid 37 updating version 0 to 629 2024-09-13T14:30:37.844 INFO:tasks.rados.rados.0.smithi071.stdout:2244: oid 37 version 629 is already newer than 628 2024-09-13T14:30:37.844 INFO:tasks.rados.rados.0.smithi071.stdout:2244: oid 37 version 629 is already newer than 627 2024-09-13T14:30:37.845 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 37 v 629 (ObjNum 839 snap 295 seq_num 839) dirty exists 2024-09-13T14:30:37.845 INFO:tasks.rados.rados.0.smithi071.stdout:2244: left oid 37 (ObjNum 839 snap 295 seq_num 839) 2024-09-13T14:30:37.845 INFO:tasks.rados.rados.0.smithi071.stdout:2246: expect (ObjNum 726 snap 251 seq_num 726) 2024-09-13T14:30:37.952 INFO:tasks.rados.rados.0.smithi071.stdout:2244: done (2 left) 2024-09-13T14:30:37.952 INFO:tasks.rados.rados.0.smithi071.stdout:2246: done (1 left) 2024-09-13T14:30:37.952 INFO:tasks.rados.rados.0.smithi071.stdout:2248: done (0 left) 2024-09-13T14:30:37.952 INFO:tasks.rados.rados.0.smithi071.stdout:2249: rollback oid 10 current snap is 295 2024-09-13T14:30:37.952 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 10 to 290 2024-09-13T14:30:37.952 INFO:tasks.rados.rados.0.smithi071.stdout:2250: read oid 16 snap 257 2024-09-13T14:30:37.952 INFO:tasks.rados.rados.0.smithi071.stdout:2250: expect (ObjNum 702 snap 234 seq_num 702) 2024-09-13T14:30:37.952 INFO:tasks.rados.rados.0.smithi071.stdout:2251: snap_remove snap 294 2024-09-13T14:30:38.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:37 smithi104 ceph-mon[105578]: osdmap e654: 8 total, 8 up, 8 in 2024-09-13T14:30:38.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:37 smithi104 ceph-mon[105578]: osdmap e655: 8 total, 8 up, 8 in 2024-09-13T14:30:38.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:37 smithi071 ceph-mon[107477]: osdmap e654: 8 total, 8 up, 8 in 2024-09-13T14:30:38.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:37 smithi071 ceph-mon[107477]: osdmap e655: 8 total, 8 up, 8 in 2024-09-13T14:30:38.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:37 smithi071 ceph-mon[112785]: osdmap e654: 8 total, 8 up, 8 in 2024-09-13T14:30:38.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:37 smithi071 ceph-mon[112785]: osdmap e655: 8 total, 8 up, 8 in 2024-09-13T14:30:38.906 INFO:tasks.rados.rados.0.smithi071.stdout:2251: done (2 left) 2024-09-13T14:30:38.906 INFO:tasks.rados.rados.0.smithi071.stdout:2252: delete oid 33 current snap is 295 2024-09-13T14:30:38.906 INFO:tasks.rados.rados.0.smithi071.stdout:2249: finishing rollback tid 1 to smithi07185159-10 2024-09-13T14:30:38.906 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 10 v 0 (ObjNum 129 snap 0 seq_num 1961049536) dirty dne 2024-09-13T14:30:38.906 INFO:tasks.rados.rados.0.smithi071.stdout:2250: expect (ObjNum 702 snap 234 seq_num 702) 2024-09-13T14:30:39.086 INFO:tasks.rados.rados.0.smithi071.stdout:2249: done (2 left) 2024-09-13T14:30:39.086 INFO:tasks.rados.rados.0.smithi071.stdout:2250: done (1 left) 2024-09-13T14:30:39.086 INFO:tasks.rados.rados.0.smithi071.stdout:2252: done (0 left) 2024-09-13T14:30:39.086 INFO:tasks.rados.rados.0.smithi071.stdout:2253: write oid 39 current snap is 295 2024-09-13T14:30:39.086 INFO:tasks.rados.rados.0.smithi071.stdout:2253: seq_num 843 ranges {568301=633737,1614085=415952} 2024-09-13T14:30:39.092 INFO:tasks.rados.rados.0.smithi071.stdout:2253: writing smithi07185159-39 from 568301 to 1202038 tid 1 2024-09-13T14:30:39.097 INFO:tasks.rados.rados.0.smithi071.stdout:2253: writing smithi07185159-39 from 1614085 to 2030037 tid 2 2024-09-13T14:30:39.097 INFO:tasks.rados.rados.0.smithi071.stdout:2254: rollback oid 17 current snap is 295 2024-09-13T14:30:39.097 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 17 to 293 2024-09-13T14:30:39.097 INFO:tasks.rados.rados.0.smithi071.stdout:2253: finishing write tid 1 to smithi07185159-39 2024-09-13T14:30:39.097 INFO:tasks.rados.rados.0.smithi071.stdout:2255: snap_remove snap 287 2024-09-13T14:30:39.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:38 smithi071 ceph-mon[107477]: pgmap v434: 89 pgs: 89 active+clean; 210 MiB data, 784 MiB used, 714 GiB / 715 GiB avail; 3.5 MiB/s rd, 2.3 MiB/s wr, 13 op/s 2024-09-13T14:30:39.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:38 smithi071 ceph-mon[112785]: pgmap v434: 89 pgs: 89 active+clean; 210 MiB data, 784 MiB used, 714 GiB / 715 GiB avail; 3.5 MiB/s rd, 2.3 MiB/s wr, 13 op/s 2024-09-13T14:30:39.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:38 smithi104 ceph-mon[105578]: pgmap v434: 89 pgs: 89 active+clean; 210 MiB data, 784 MiB used, 714 GiB / 715 GiB avail; 3.5 MiB/s rd, 2.3 MiB/s wr, 13 op/s 2024-09-13T14:30:39.911 INFO:tasks.rados.rados.0.smithi071.stdout:2255: done (2 left) 2024-09-13T14:30:39.911 INFO:tasks.rados.rados.0.smithi071.stdout:2256: read oid 2 snap -1 2024-09-13T14:30:39.911 INFO:tasks.rados.rados.0.smithi071.stdout:2256: expect deleted 2024-09-13T14:30:39.912 INFO:tasks.rados.rados.0.smithi071.stdout:2257: write oid 9 current snap is 295 2024-09-13T14:30:39.912 INFO:tasks.rados.rados.0.smithi071.stdout:2253: finishing write tid 2 to smithi07185159-39 2024-09-13T14:30:39.912 INFO:tasks.rados.rados.0.smithi071.stdout:2253: finishing write tid 3 to smithi07185159-39 2024-09-13T14:30:39.912 INFO:tasks.rados.rados.0.smithi071.stdout:2257: seq_num 844 ranges {585108=425339,1788920=396188} 2024-09-13T14:30:39.917 INFO:tasks.rados.rados.0.smithi071.stdout:2257: writing smithi07185159-9 from 585108 to 1010447 tid 1 2024-09-13T14:30:39.924 INFO:tasks.rados.rados.0.smithi071.stdout:2257: writing smithi07185159-9 from 1788920 to 2185108 tid 2 2024-09-13T14:30:39.925 INFO:tasks.rados.rados.0.smithi071.stdout:2258: write oid 35 current snap is 295 2024-09-13T14:30:39.925 INFO:tasks.rados.rados.0.smithi071.stdout:2254: finishing rollback tid 0 to smithi07185159-17 2024-09-13T14:30:39.925 INFO:tasks.rados.rados.0.smithi071.stdout:2254: finishing rollback tid 1 to smithi07185159-17 2024-09-13T14:30:39.925 INFO:tasks.rados.rados.0.smithi071.stdout:2253: finishing write tid 4 to smithi07185159-39 2024-09-13T14:30:39.925 INFO:tasks.rados.rados.0.smithi071.stdout:2253: oid 39 updating version 0 to 1118 2024-09-13T14:30:39.925 INFO:tasks.rados.rados.0.smithi071.stdout:2253: oid 39 updating version 1118 to 1119 2024-09-13T14:30:39.925 INFO:tasks.rados.rados.0.smithi071.stdout:2253: oid 39 updating version 1119 to 1120 2024-09-13T14:30:39.925 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 39 v 1120 (ObjNum 843 snap 295 seq_num 843) dirty exists 2024-09-13T14:30:39.925 INFO:tasks.rados.rados.0.smithi071.stdout:2253: left oid 39 (ObjNum 843 snap 295 seq_num 843) 2024-09-13T14:30:39.925 INFO:tasks.rados.rados.0.smithi071.stdout:2254: finishing rollback tid 2 to smithi07185159-17 2024-09-13T14:30:39.925 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 17 v 730 (ObjNum 803 snap 285 seq_num 803) dirty exists 2024-09-13T14:30:39.925 INFO:tasks.rados.rados.0.smithi071.stdout:2257: finishing write tid 1 to smithi07185159-9 2024-09-13T14:30:39.925 INFO:tasks.rados.rados.0.smithi071.stdout:2258: seq_num 845 ranges {601915=500588,1847402=354513} 2024-09-13T14:30:39.930 INFO:tasks.rados.rados.0.smithi071.stdout:2258: writing smithi07185159-35 from 601915 to 1102503 tid 1 2024-09-13T14:30:39.937 INFO:tasks.rados.rados.0.smithi071.stdout:2258: writing smithi07185159-35 from 1847402 to 2201915 tid 2 2024-09-13T14:30:39.937 INFO:tasks.rados.rados.0.smithi071.stdout:2253: done (4 left) 2024-09-13T14:30:39.937 INFO:tasks.rados.rados.0.smithi071.stdout:2254: done (3 left) 2024-09-13T14:30:39.937 INFO:tasks.rados.rados.0.smithi071.stdout:2256: done (2 left) 2024-09-13T14:30:39.938 INFO:tasks.rados.rados.0.smithi071.stdout:2259: read oid 2 snap 290 2024-09-13T14:30:39.938 INFO:tasks.rados.rados.0.smithi071.stdout:2259: expect deleted 2024-09-13T14:30:39.938 INFO:tasks.rados.rados.0.smithi071.stdout:2260: rollback oid 14 current snap is 295 2024-09-13T14:30:39.938 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 14 to 293 2024-09-13T14:30:39.938 INFO:tasks.rados.rados.0.smithi071.stdout:2257: finishing write tid 2 to smithi07185159-9 2024-09-13T14:30:39.938 INFO:tasks.rados.rados.0.smithi071.stdout:2257: finishing write tid 3 to smithi07185159-9 2024-09-13T14:30:39.938 INFO:tasks.rados.rados.0.smithi071.stdout:2257: finishing write tid 4 to smithi07185159-9 2024-09-13T14:30:39.938 INFO:tasks.rados.rados.0.smithi071.stdout:2257: oid 9 updating version 0 to 336 2024-09-13T14:30:39.938 INFO:tasks.rados.rados.0.smithi071.stdout:2257: oid 9 version 336 is already newer than 335 2024-09-13T14:30:39.938 INFO:tasks.rados.rados.0.smithi071.stdout:2257: oid 9 updating version 336 to 337 2024-09-13T14:30:39.938 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 9 v 337 (ObjNum 844 snap 295 seq_num 844) dirty exists 2024-09-13T14:30:39.938 INFO:tasks.rados.rados.0.smithi071.stdout:2257: left oid 9 (ObjNum 844 snap 295 seq_num 844) 2024-09-13T14:30:39.938 INFO:tasks.rados.rados.0.smithi071.stdout:2258: finishing write tid 1 to smithi07185159-35 2024-09-13T14:30:39.938 INFO:tasks.rados.rados.0.smithi071.stdout:2257: done (3 left) 2024-09-13T14:30:39.939 INFO:tasks.rados.rados.0.smithi071.stdout:2261: read oid 28 snap -1 2024-09-13T14:30:39.939 INFO:tasks.rados.rados.0.smithi071.stdout:2261: expect deleted 2024-09-13T14:30:39.939 INFO:tasks.rados.rados.0.smithi071.stdout:2262: read oid 37 snap -1 2024-09-13T14:30:39.939 INFO:tasks.rados.rados.0.smithi071.stdout:2262: expect (ObjNum 839 snap 295 seq_num 839) 2024-09-13T14:30:39.939 INFO:tasks.rados.rados.0.smithi071.stdout:2263: read oid 27 snap 278 2024-09-13T14:30:39.939 INFO:tasks.rados.rados.0.smithi071.stdout:2263: expect (ObjNum 754 snap 262 seq_num 754) 2024-09-13T14:30:39.939 INFO:tasks.rados.rados.0.smithi071.stdout:2264: rollback oid 9 current snap is 295 2024-09-13T14:30:39.939 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 9 to 288 2024-09-13T14:30:39.939 INFO:tasks.rados.rados.0.smithi071.stdout:2265: write oid 50 current snap is 295 2024-09-13T14:30:39.939 INFO:tasks.rados.rados.0.smithi071.stdout:2265: seq_num 846 ranges {618722=575837,1905884=312838} 2024-09-13T14:30:39.943 INFO:tasks.rados.rados.0.smithi071.stdout:2265: writing smithi07185159-50 from 618722 to 1194559 tid 1 2024-09-13T14:30:39.950 INFO:tasks.rados.rados.0.smithi071.stdout:2265: writing smithi07185159-50 from 1905884 to 2218722 tid 2 2024-09-13T14:30:39.950 INFO:tasks.rados.rados.0.smithi071.stdout:2266: read oid 29 snap 290 2024-09-13T14:30:39.950 INFO:tasks.rados.rados.0.smithi071.stdout:2266: expect (ObjNum 813 snap 287 seq_num 813) 2024-09-13T14:30:39.950 INFO:tasks.rados.rados.0.smithi071.stdout:2267: read oid 17 snap -1 2024-09-13T14:30:39.950 INFO:tasks.rados.rados.0.smithi071.stdout:2267: expect (ObjNum 803 snap 285 seq_num 803) 2024-09-13T14:30:39.950 INFO:tasks.rados.rados.0.smithi071.stdout:2268: delete oid 33 current snap is 295 2024-09-13T14:30:39.950 INFO:tasks.rados.rados.0.smithi071.stdout:2264: finishing rollback tid 0 to smithi07185159-9 2024-09-13T14:30:39.950 INFO:tasks.rados.rados.0.smithi071.stdout:2264: finishing rollback tid 1 to smithi07185159-9 2024-09-13T14:30:39.950 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 9 v 339 (ObjNum 129 snap 0 seq_num 1961328000) dirty dne 2024-09-13T14:30:39.950 INFO:tasks.rados.rados.0.smithi071.stdout:2258: finishing write tid 2 to smithi07185159-35 2024-09-13T14:30:39.951 INFO:tasks.rados.rados.0.smithi071.stdout:2258: finishing write tid 3 to smithi07185159-35 2024-09-13T14:30:39.951 INFO:tasks.rados.rados.0.smithi071.stdout:2258: finishing write tid 4 to smithi07185159-35 2024-09-13T14:30:39.951 INFO:tasks.rados.rados.0.smithi071.stdout:2258: oid 35 updating version 0 to 1128 2024-09-13T14:30:39.951 INFO:tasks.rados.rados.0.smithi071.stdout:2258: oid 35 updating version 1128 to 1129 2024-09-13T14:30:39.951 INFO:tasks.rados.rados.0.smithi071.stdout:2258: oid 35 version 1129 is already newer than 1127 2024-09-13T14:30:39.951 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 35 v 1129 (ObjNum 845 snap 295 seq_num 845) dirty exists 2024-09-13T14:30:39.951 INFO:tasks.rados.rados.0.smithi071.stdout:2258: left oid 35 (ObjNum 845 snap 295 seq_num 845) 2024-09-13T14:30:39.951 INFO:tasks.rados.rados.0.smithi071.stdout:2260: finishing rollback tid 0 to smithi07185159-14 2024-09-13T14:30:39.951 INFO:tasks.rados.rados.0.smithi071.stdout:2260: finishing rollback tid 1 to smithi07185159-14 2024-09-13T14:30:39.951 INFO:tasks.rados.rados.0.smithi071.stdout:2260: finishing rollback tid 2 to smithi07185159-14 2024-09-13T14:30:39.951 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 14 v 1133 (ObjNum 716 snap 250 seq_num 716) dirty exists 2024-09-13T14:30:39.951 INFO:tasks.rados.rados.0.smithi071.stdout:2263: expect (ObjNum 754 snap 262 seq_num 754) 2024-09-13T14:30:39.983 DEBUG:teuthology.orchestra.run.smithi071:> 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 18f8172c-71da-11ef-bceb-c7b262605968 -e sha1=d58f73069a8157a9ace12a0247ee3e8497707ea9 -- bash -c 'sleep 60' 2024-09-13T14:30:40.042 INFO:tasks.rados.rados.0.smithi071.stdout:2262: expect (ObjNum 839 snap 295 seq_num 839) 2024-09-13T14:30:40.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:39 smithi104 ceph-mon[105578]: osdmap e656: 8 total, 8 up, 8 in 2024-09-13T14:30:40.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:39 smithi104 ceph-mon[105578]: from='client.34290 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:30:40.206 INFO:tasks.rados.rados.0.smithi071.stdout:2265: finishing write tid 1 to smithi07185159-50 2024-09-13T14:30:40.206 INFO:tasks.rados.rados.0.smithi071.stdout:2258: done (10 left) 2024-09-13T14:30:40.206 INFO:tasks.rados.rados.0.smithi071.stdout:2259: done (9 left) 2024-09-13T14:30:40.206 INFO:tasks.rados.rados.0.smithi071.stdout:2260: done (8 left) 2024-09-13T14:30:40.206 INFO:tasks.rados.rados.0.smithi071.stdout:2261: done (7 left) 2024-09-13T14:30:40.206 INFO:tasks.rados.rados.0.smithi071.stdout:2262: done (6 left) 2024-09-13T14:30:40.207 INFO:tasks.rados.rados.0.smithi071.stdout:2263: done (5 left) 2024-09-13T14:30:40.207 INFO:tasks.rados.rados.0.smithi071.stdout:2264: done (4 left) 2024-09-13T14:30:40.207 INFO:tasks.rados.rados.0.smithi071.stdout:2268: done (3 left) 2024-09-13T14:30:40.207 INFO:tasks.rados.rados.0.smithi071.stdout:2269: write oid 35 current snap is 295 2024-09-13T14:30:40.207 INFO:tasks.rados.rados.0.smithi071.stdout:2267: expect (ObjNum 803 snap 285 seq_num 803) 2024-09-13T14:30:40.225 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:30:40.346 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:39 smithi071 ceph-mon[107477]: osdmap e656: 8 total, 8 up, 8 in 2024-09-13T14:30:40.346 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:39 smithi071 ceph-mon[107477]: from='client.34290 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:30:40.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:39 smithi071 ceph-mon[112785]: osdmap e656: 8 total, 8 up, 8 in 2024-09-13T14:30:40.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:39 smithi071 ceph-mon[112785]: from='client.34290 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:30:40.366 INFO:tasks.rados.rados.0.smithi071.stdout:2265: finishing write tid 2 to smithi07185159-50 2024-09-13T14:30:40.366 INFO:tasks.rados.rados.0.smithi071.stdout:2265: finishing write tid 3 to smithi07185159-50 2024-09-13T14:30:40.366 INFO:tasks.rados.rados.0.smithi071.stdout:2269: seq_num 848 ranges {652336=726335,1906495=345841} 2024-09-13T14:30:40.373 INFO:tasks.rados.rados.0.smithi071.stdout:2269: writing smithi07185159-35 from 652336 to 1378671 tid 1 2024-09-13T14:30:40.379 INFO:tasks.rados.rados.0.smithi071.stdout:2269: writing smithi07185159-35 from 1906495 to 2252336 tid 2 2024-09-13T14:30:40.379 INFO:tasks.rados.rados.0.smithi071.stdout:2267: done (3 left) 2024-09-13T14:30:40.379 INFO:tasks.rados.rados.0.smithi071.stdout:2270: delete oid 40 current snap is 295 2024-09-13T14:30:40.379 INFO:tasks.rados.rados.0.smithi071.stdout:2265: finishing write tid 4 to smithi07185159-50 2024-09-13T14:30:40.379 INFO:tasks.rados.rados.0.smithi071.stdout:2265: oid 50 updating version 0 to 2211 2024-09-13T14:30:40.379 INFO:tasks.rados.rados.0.smithi071.stdout:2265: oid 50 version 2211 is already newer than 2210 2024-09-13T14:30:40.379 INFO:tasks.rados.rados.0.smithi071.stdout:2265: oid 50 version 2211 is already newer than 2209 2024-09-13T14:30:40.379 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 50 v 2211 (ObjNum 846 snap 295 seq_num 846) dirty exists 2024-09-13T14:30:40.380 INFO:tasks.rados.rados.0.smithi071.stdout:2265: left oid 50 (ObjNum 846 snap 295 seq_num 846) 2024-09-13T14:30:40.380 INFO:tasks.rados.rados.0.smithi071.stdout:2266: expect (ObjNum 813 snap 287 seq_num 813) 2024-09-13T14:30:40.501 INFO:tasks.rados.rados.0.smithi071.stdout:2269: finishing write tid 1 to smithi07185159-35 2024-09-13T14:30:40.513 INFO:tasks.rados.rados.0.smithi071.stdout:2269: finishing write tid 2 to smithi07185159-35 2024-09-13T14:30:40.513 INFO:tasks.rados.rados.0.smithi071.stdout:2269: finishing write tid 3 to smithi07185159-35 2024-09-13T14:30:40.513 INFO:tasks.rados.rados.0.smithi071.stdout:2269: finishing write tid 4 to smithi07185159-35 2024-09-13T14:30:40.513 INFO:tasks.rados.rados.0.smithi071.stdout:2269: oid 35 updating version 0 to 1135 2024-09-13T14:30:40.514 INFO:tasks.rados.rados.0.smithi071.stdout:2269: oid 35 updating version 1135 to 1136 2024-09-13T14:30:40.514 INFO:tasks.rados.rados.0.smithi071.stdout:2269: oid 35 version 1136 is already newer than 1134 2024-09-13T14:30:40.514 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 35 v 1136 (ObjNum 848 snap 295 seq_num 848) dirty exists 2024-09-13T14:30:40.514 INFO:tasks.rados.rados.0.smithi071.stdout:2269: left oid 35 (ObjNum 848 snap 295 seq_num 848) 2024-09-13T14:30:40.514 INFO:tasks.rados.rados.0.smithi071.stdout:2265: done (3 left) 2024-09-13T14:30:40.514 INFO:tasks.rados.rados.0.smithi071.stdout:2266: done (2 left) 2024-09-13T14:30:40.514 INFO:tasks.rados.rados.0.smithi071.stdout:2269: done (1 left) 2024-09-13T14:30:40.514 INFO:tasks.rados.rados.0.smithi071.stdout:2270: done (0 left) 2024-09-13T14:30:40.514 INFO:tasks.rados.rados.0.smithi071.stdout:2271: read oid 28 snap -1 2024-09-13T14:30:40.514 INFO:tasks.rados.rados.0.smithi071.stdout:2271: expect deleted 2024-09-13T14:30:40.514 INFO:tasks.rados.rados.0.smithi071.stdout:2272: rollback oid 4 current snap is 295 2024-09-13T14:30:40.514 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 4 to 293 2024-09-13T14:30:40.514 INFO:tasks.rados.rados.0.smithi071.stdout:2273: read oid 1 snap 291 2024-09-13T14:30:40.514 INFO:tasks.rados.rados.0.smithi071.stdout:2273: expect (ObjNum 379 snap 120 seq_num 379) 2024-09-13T14:30:40.515 INFO:tasks.rados.rados.0.smithi071.stdout:2274: write oid 40 current snap is 295 2024-09-13T14:30:40.515 INFO:tasks.rados.rados.0.smithi071.stdout:2274: seq_num 850 ranges {685950=476833,1623459=570617} 2024-09-13T14:30:40.515 INFO:tasks.rados.rados.0.smithi071.stdout:2274: writing smithi07185159-40 from 685950 to 1162783 tid 1 2024-09-13T14:30:40.516 INFO:tasks.rados.rados.0.smithi071.stdout:2274: writing smithi07185159-40 from 1623459 to 2194076 tid 2 2024-09-13T14:30:40.516 INFO:tasks.rados.rados.0.smithi071.stdout:2275: write oid 9 current snap is 295 2024-09-13T14:30:40.516 INFO:tasks.rados.rados.0.smithi071.stdout:2275: seq_num 851 ranges {702757=552082,1681941=430628} 2024-09-13T14:30:40.519 INFO:tasks.rados.rados.0.smithi071.stdout:2275: writing smithi07185159-9 from 702757 to 1254839 tid 1 2024-09-13T14:30:40.528 INFO:tasks.rados.rados.0.smithi071.stdout:2275: writing smithi07185159-9 from 1681941 to 2112569 tid 2 2024-09-13T14:30:40.528 INFO:tasks.rados.rados.0.smithi071.stdout:2276: snap_create 2024-09-13T14:30:40.528 INFO:tasks.rados.rados.0.smithi071.stdout:2272: finishing rollback tid 0 to smithi07185159-4 2024-09-13T14:30:40.528 INFO:tasks.rados.rados.0.smithi071.stdout:2272: finishing rollback tid 1 to smithi07185159-4 2024-09-13T14:30:40.528 INFO:tasks.rados.rados.0.smithi071.stdout:2272: finishing rollback tid 2 to smithi07185159-4 2024-09-13T14:30:40.528 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 4 v 1094 (ObjNum 811 snap 286 seq_num 811) dirty exists 2024-09-13T14:30:40.529 INFO:tasks.rados.rados.0.smithi071.stdout:2273: expect (ObjNum 379 snap 120 seq_num 379) 2024-09-13T14:30:40.624 INFO:tasks.rados.rados.0.smithi071.stdout:2274: finishing write tid 1 to smithi07185159-40 2024-09-13T14:30:40.624 INFO:tasks.rados.rados.0.smithi071.stdout:2274: finishing write tid 2 to smithi07185159-40 2024-09-13T14:30:40.624 INFO:tasks.rados.rados.0.smithi071.stdout:2274: finishing write tid 3 to smithi07185159-40 2024-09-13T14:30:40.624 INFO:tasks.rados.rados.0.smithi071.stdout:2274: finishing write tid 4 to smithi07185159-40 2024-09-13T14:30:40.624 INFO:tasks.rados.rados.0.smithi071.stdout:2274: oid 40 updating version 0 to 482 2024-09-13T14:30:40.624 INFO:tasks.rados.rados.0.smithi071.stdout:2274: oid 40 version 482 is already newer than 481 2024-09-13T14:30:40.624 INFO:tasks.rados.rados.0.smithi071.stdout:2274: oid 40 updating version 482 to 483 2024-09-13T14:30:40.624 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 40 v 483 (ObjNum 850 snap 295 seq_num 850) dirty exists 2024-09-13T14:30:40.625 INFO:tasks.rados.rados.0.smithi071.stdout:2274: left oid 40 (ObjNum 850 snap 295 seq_num 850) 2024-09-13T14:30:40.625 INFO:tasks.rados.rados.0.smithi071.stdout:2275: finishing write tid 1 to smithi07185159-9 2024-09-13T14:30:40.625 INFO:tasks.rados.rados.0.smithi071.stdout:2275: finishing write tid 2 to smithi07185159-9 2024-09-13T14:30:40.625 INFO:tasks.rados.rados.0.smithi071.stdout:2275: finishing write tid 3 to smithi07185159-9 2024-09-13T14:30:40.625 INFO:tasks.rados.rados.0.smithi071.stdout:2275: finishing write tid 4 to smithi07185159-9 2024-09-13T14:30:40.625 INFO:tasks.rados.rados.0.smithi071.stdout:2275: oid 9 updating version 0 to 341 2024-09-13T14:30:40.625 INFO:tasks.rados.rados.0.smithi071.stdout:2275: oid 9 updating version 341 to 342 2024-09-13T14:30:40.625 INFO:tasks.rados.rados.0.smithi071.stdout:2275: oid 9 version 342 is already newer than 340 2024-09-13T14:30:40.625 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 9 v 342 (ObjNum 851 snap 295 seq_num 851) dirty exists 2024-09-13T14:30:40.625 INFO:tasks.rados.rados.0.smithi071.stdout:2275: left oid 9 (ObjNum 851 snap 295 seq_num 851) 2024-09-13T14:30:40.917 INFO:tasks.rados.rados.0.smithi071.stdout:2271: done (5 left) 2024-09-13T14:30:40.917 INFO:tasks.rados.rados.0.smithi071.stdout:2272: done (4 left) 2024-09-13T14:30:40.917 INFO:tasks.rados.rados.0.smithi071.stdout:2273: done (3 left) 2024-09-13T14:30:40.917 INFO:tasks.rados.rados.0.smithi071.stdout:2274: done (2 left) 2024-09-13T14:30:40.917 INFO:tasks.rados.rados.0.smithi071.stdout:2275: done (1 left) 2024-09-13T14:30:40.917 INFO:tasks.rados.rados.0.smithi071.stdout:2276: done (0 left) 2024-09-13T14:30:40.917 INFO:tasks.rados.rados.0.smithi071.stdout:2277: snap_create 2024-09-13T14:30:41.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:40 smithi104 ceph-mon[105578]: osdmap e657: 8 total, 8 up, 8 in 2024-09-13T14:30:41.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:40 smithi104 ceph-mon[105578]: pgmap v437: 89 pgs: 89 active+clean; 213 MiB data, 792 MiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 2.1 MiB/s wr, 26 op/s 2024-09-13T14:30:41.353 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:40 smithi071 ceph-mon[107477]: osdmap e657: 8 total, 8 up, 8 in 2024-09-13T14:30:41.353 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:40 smithi071 ceph-mon[107477]: pgmap v437: 89 pgs: 89 active+clean; 213 MiB data, 792 MiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 2.1 MiB/s wr, 26 op/s 2024-09-13T14:30:41.353 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:40 smithi071 ceph-mon[112785]: osdmap e657: 8 total, 8 up, 8 in 2024-09-13T14:30:41.353 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:40 smithi071 ceph-mon[112785]: pgmap v437: 89 pgs: 89 active+clean; 213 MiB data, 792 MiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 2.1 MiB/s wr, 26 op/s 2024-09-13T14:30:41.917 INFO:tasks.rados.rados.0.smithi071.stdout:2277: done (0 left) 2024-09-13T14:30:41.918 INFO:tasks.rados.rados.0.smithi071.stdout:2278: delete oid 9 current snap is 297 2024-09-13T14:30:41.924 INFO:tasks.rados.rados.0.smithi071.stdout:2278: done (0 left) 2024-09-13T14:30:41.924 INFO:tasks.rados.rados.0.smithi071.stdout:2279: write oid 48 current snap is 297 2024-09-13T14:30:41.924 INFO:tasks.rados.rados.0.smithi071.stdout:2279: seq_num 853 ranges {736371=418933,1798905=434297} 2024-09-13T14:30:41.929 INFO:tasks.rados.rados.0.smithi071.stdout:2279: writing smithi07185159-48 from 736371 to 1155304 tid 1 2024-09-13T14:30:41.935 INFO:tasks.rados.rados.0.smithi071.stdout:2279: writing smithi07185159-48 from 1798905 to 2233202 tid 2 2024-09-13T14:30:41.936 INFO:tasks.rados.rados.0.smithi071.stdout:2280: snap_remove snap 290 2024-09-13T14:30:42.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:41 smithi071 ceph-mon[107477]: osdmap e658: 8 total, 8 up, 8 in 2024-09-13T14:30:42.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:41 smithi071 ceph-mon[112785]: osdmap e658: 8 total, 8 up, 8 in 2024-09-13T14:30:42.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:41 smithi104 ceph-mon[105578]: osdmap e658: 8 total, 8 up, 8 in 2024-09-13T14:30:42.843 INFO:tasks.rados.rados.0.smithi071.stdout:2280: done (1 left) 2024-09-13T14:30:42.843 INFO:tasks.rados.rados.0.smithi071.stdout:2279: finishing write tid 1 to smithi07185159-48 2024-09-13T14:30:42.843 INFO:tasks.rados.rados.0.smithi071.stdout:2279: finishing write tid 2 to smithi07185159-48 2024-09-13T14:30:42.844 INFO:tasks.rados.rados.0.smithi071.stdout:2279: finishing write tid 3 to smithi07185159-48 2024-09-13T14:30:42.844 INFO:tasks.rados.rados.0.smithi071.stdout:2279: finishing write tid 4 to smithi07185159-48 2024-09-13T14:30:42.844 INFO:tasks.rados.rados.0.smithi071.stdout:2279: oid 48 updating version 0 to 2213 2024-09-13T14:30:42.844 INFO:tasks.rados.rados.0.smithi071.stdout:2279: oid 48 updating version 2213 to 2215 2024-09-13T14:30:42.844 INFO:tasks.rados.rados.0.smithi071.stdout:2279: oid 48 version 2215 is already newer than 2214 2024-09-13T14:30:42.844 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 48 v 2215 (ObjNum 853 snap 297 seq_num 853) dirty exists 2024-09-13T14:30:42.844 INFO:tasks.rados.rados.0.smithi071.stdout:2279: left oid 48 (ObjNum 853 snap 297 seq_num 853) 2024-09-13T14:30:42.844 INFO:tasks.rados.rados.0.smithi071.stdout:2281: read oid 34 snap -1 2024-09-13T14:30:42.844 INFO:tasks.rados.rados.0.smithi071.stdout:2281: expect (ObjNum 831 snap 293 seq_num 831) 2024-09-13T14:30:42.844 INFO:tasks.rados.rados.0.smithi071.stdout:2279: done (1 left) 2024-09-13T14:30:42.844 INFO:tasks.rados.rados.0.smithi071.stdout:2282: snap_remove snap 284 2024-09-13T14:30:43.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:42 smithi071 ceph-mon[107477]: osdmap e659: 8 total, 8 up, 8 in 2024-09-13T14:30:43.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:42 smithi071 ceph-mon[107477]: pgmap v440: 89 pgs: 89 active+clean; 213 MiB data, 792 MiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 2.1 MiB/s wr, 26 op/s 2024-09-13T14:30:43.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:42 smithi071 ceph-mon[107477]: osdmap e660: 8 total, 8 up, 8 in 2024-09-13T14:30:43.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:30:42 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:30:42] "GET /metrics HTTP/1.1" 200 36277 "" "Prometheus/2.51.0" 2024-09-13T14:30:43.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:42 smithi071 ceph-mon[112785]: osdmap e659: 8 total, 8 up, 8 in 2024-09-13T14:30:43.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:42 smithi071 ceph-mon[112785]: pgmap v440: 89 pgs: 89 active+clean; 213 MiB data, 792 MiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 2.1 MiB/s wr, 26 op/s 2024-09-13T14:30:43.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:42 smithi071 ceph-mon[112785]: osdmap e660: 8 total, 8 up, 8 in 2024-09-13T14:30:43.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:42 smithi104 ceph-mon[105578]: osdmap e659: 8 total, 8 up, 8 in 2024-09-13T14:30:43.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:42 smithi104 ceph-mon[105578]: pgmap v440: 89 pgs: 89 active+clean; 213 MiB data, 792 MiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 2.1 MiB/s wr, 26 op/s 2024-09-13T14:30:43.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:42 smithi104 ceph-mon[105578]: osdmap e660: 8 total, 8 up, 8 in 2024-09-13T14:30:43.844 INFO:tasks.rados.rados.0.smithi071.stdout:2282: done (1 left) 2024-09-13T14:30:43.845 INFO:tasks.rados.rados.0.smithi071.stdout:2283: snap_remove snap 289 2024-09-13T14:30:43.845 INFO:tasks.rados.rados.0.smithi071.stdout:2281: expect (ObjNum 831 snap 293 seq_num 831) 2024-09-13T14:30:44.849 INFO:tasks.rados.rados.0.smithi071.stdout:2281: done (1 left) 2024-09-13T14:30:44.849 INFO:tasks.rados.rados.0.smithi071.stdout:2283: done (0 left) 2024-09-13T14:30:44.850 INFO:tasks.rados.rados.0.smithi071.stdout:2284: write oid 25 current snap is 297 2024-09-13T14:30:44.850 INFO:tasks.rados.rados.0.smithi071.stdout:2284: seq_num 854 ranges {753178=494182,1857387=495791} 2024-09-13T14:30:44.856 INFO:tasks.rados.rados.0.smithi071.stdout:2284: writing smithi07185159-25 from 753178 to 1247360 tid 1 2024-09-13T14:30:44.863 INFO:tasks.rados.rados.0.smithi071.stdout:2284: writing smithi07185159-25 from 1857387 to 2353178 tid 2 2024-09-13T14:30:44.863 INFO:tasks.rados.rados.0.smithi071.stdout:2285: snap_remove snap 257 2024-09-13T14:30:45.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:44 smithi071 ceph-mon[107477]: osdmap e661: 8 total, 8 up, 8 in 2024-09-13T14:30:45.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:44 smithi071 ceph-mon[107477]: pgmap v443: 89 pgs: 89 active+clean; 213 MiB data, 792 MiB used, 714 GiB / 715 GiB avail 2024-09-13T14:30:45.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:44 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:30:45.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:44 smithi071 ceph-mon[112785]: osdmap e661: 8 total, 8 up, 8 in 2024-09-13T14:30:45.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:44 smithi071 ceph-mon[112785]: pgmap v443: 89 pgs: 89 active+clean; 213 MiB data, 792 MiB used, 714 GiB / 715 GiB avail 2024-09-13T14:30:45.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:44 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:30:45.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:44 smithi104 ceph-mon[105578]: osdmap e661: 8 total, 8 up, 8 in 2024-09-13T14:30:45.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:44 smithi104 ceph-mon[105578]: pgmap v443: 89 pgs: 89 active+clean; 213 MiB data, 792 MiB used, 714 GiB / 715 GiB avail 2024-09-13T14:30:45.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:44 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:30:45.860 INFO:tasks.rados.rados.0.smithi071.stdout:2285: done (1 left) 2024-09-13T14:30:45.860 INFO:tasks.rados.rados.0.smithi071.stdout:2286: write oid 17 current snap is 297 2024-09-13T14:30:45.860 INFO:tasks.rados.rados.0.smithi071.stdout:2286: seq_num 855 ranges {769985=569431,1915869=437966} 2024-09-13T14:30:45.867 INFO:tasks.rados.rados.0.smithi071.stdout:2286: writing smithi07185159-17 from 769985 to 1339416 tid 1 2024-09-13T14:30:45.874 INFO:tasks.rados.rados.0.smithi071.stdout:2286: writing smithi07185159-17 from 1915869 to 2353835 tid 2 2024-09-13T14:30:45.874 INFO:tasks.rados.rados.0.smithi071.stdout:2287: snap_create 2024-09-13T14:30:45.875 INFO:tasks.rados.rados.0.smithi071.stdout:2284: finishing write tid 1 to smithi07185159-25 2024-09-13T14:30:45.875 INFO:tasks.rados.rados.0.smithi071.stdout:2284: finishing write tid 2 to smithi07185159-25 2024-09-13T14:30:45.875 INFO:tasks.rados.rados.0.smithi071.stdout:2284: finishing write tid 3 to smithi07185159-25 2024-09-13T14:30:45.875 INFO:tasks.rados.rados.0.smithi071.stdout:2284: finishing write tid 4 to smithi07185159-25 2024-09-13T14:30:45.875 INFO:tasks.rados.rados.0.smithi071.stdout:2284: oid 25 updating version 0 to 1254 2024-09-13T14:30:45.875 INFO:tasks.rados.rados.0.smithi071.stdout:2284: oid 25 version 1254 is already newer than 1252 2024-09-13T14:30:45.875 INFO:tasks.rados.rados.0.smithi071.stdout:2284: oid 25 version 1254 is already newer than 1253 2024-09-13T14:30:45.875 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 25 v 1254 (ObjNum 854 snap 297 seq_num 854) dirty exists 2024-09-13T14:30:45.875 INFO:tasks.rados.rados.0.smithi071.stdout:2284: left oid 25 (ObjNum 854 snap 297 seq_num 854) 2024-09-13T14:30:45.876 INFO:tasks.rados.rados.0.smithi071.stdout:2286: finishing write tid 1 to smithi07185159-17 2024-09-13T14:30:45.878 INFO:tasks.rados.rados.0.smithi071.stdout:2286: finishing write tid 2 to smithi07185159-17 2024-09-13T14:30:45.878 INFO:tasks.rados.rados.0.smithi071.stdout:2286: finishing write tid 3 to smithi07185159-17 2024-09-13T14:30:45.879 INFO:tasks.rados.rados.0.smithi071.stdout:2286: finishing write tid 4 to smithi07185159-17 2024-09-13T14:30:45.879 INFO:tasks.rados.rados.0.smithi071.stdout:2286: oid 17 updating version 0 to 745 2024-09-13T14:30:45.879 INFO:tasks.rados.rados.0.smithi071.stdout:2286: oid 17 version 745 is already newer than 742 2024-09-13T14:30:45.879 INFO:tasks.rados.rados.0.smithi071.stdout:2286: oid 17 updating version 745 to 746 2024-09-13T14:30:45.879 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 17 v 746 (ObjNum 855 snap 297 seq_num 855) dirty exists 2024-09-13T14:30:45.879 INFO:tasks.rados.rados.0.smithi071.stdout:2286: left oid 17 (ObjNum 855 snap 297 seq_num 855) 2024-09-13T14:30:46.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:45 smithi071 ceph-mon[107477]: osdmap e662: 8 total, 8 up, 8 in 2024-09-13T14:30:46.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:45 smithi071 ceph-mon[112785]: osdmap e662: 8 total, 8 up, 8 in 2024-09-13T14:30:46.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:45 smithi104 ceph-mon[105578]: osdmap e662: 8 total, 8 up, 8 in 2024-09-13T14:30:46.864 INFO:tasks.rados.rados.0.smithi071.stdout:2284: done (2 left) 2024-09-13T14:30:46.865 INFO:tasks.rados.rados.0.smithi071.stdout:2286: done (1 left) 2024-09-13T14:30:46.865 INFO:tasks.rados.rados.0.smithi071.stdout:2287: done (0 left) 2024-09-13T14:30:46.865 INFO:tasks.rados.rados.0.smithi071.stdout:2288: delete oid 11 current snap is 298 2024-09-13T14:30:46.869 INFO:tasks.rados.rados.0.smithi071.stdout:2288: done (0 left) 2024-09-13T14:30:46.869 INFO:tasks.rados.rados.0.smithi071.stdout:2289: rollback oid 44 current snap is 298 2024-09-13T14:30:46.869 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 44 to 278 2024-09-13T14:30:46.869 INFO:tasks.rados.rados.0.smithi071.stdout:2290: write oid 45 current snap is 298 2024-09-13T14:30:46.870 INFO:tasks.rados.rados.0.smithi071.stdout:2290: seq_num 857 ranges {403599=719929,1916480=441635} 2024-09-13T14:30:46.874 INFO:tasks.rados.rados.0.smithi071.stdout:2290: writing smithi07185159-45 from 403599 to 1123528 tid 1 2024-09-13T14:30:46.882 INFO:tasks.rados.rados.0.smithi071.stdout:2290: writing smithi07185159-45 from 1916480 to 2358115 tid 2 2024-09-13T14:30:46.882 INFO:tasks.rados.rados.0.smithi071.stdout:2291: rollback oid 41 current snap is 298 2024-09-13T14:30:46.882 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 41 to 291 2024-09-13T14:30:46.882 INFO:tasks.rados.rados.0.smithi071.stdout:2289: finishing rollback tid 0 to smithi07185159-44 2024-09-13T14:30:46.882 INFO:tasks.rados.rados.0.smithi071.stdout:2289: finishing rollback tid 1 to smithi07185159-44 2024-09-13T14:30:46.882 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 44 v 1103 (ObjNum 593 snap 0 seq_num 1961292216) dirty dne 2024-09-13T14:30:46.882 INFO:tasks.rados.rados.0.smithi071.stdout:2290: finishing write tid 1 to smithi07185159-45 2024-09-13T14:30:46.882 INFO:tasks.rados.rados.0.smithi071.stdout:2289: done (2 left) 2024-09-13T14:30:46.882 INFO:tasks.rados.rados.0.smithi071.stdout:2292: delete oid 17 current snap is 298 2024-09-13T14:30:46.884 INFO:tasks.rados.rados.0.smithi071.stdout:2292: done (2 left) 2024-09-13T14:30:46.884 INFO:tasks.rados.rados.0.smithi071.stdout:2293: snap_create 2024-09-13T14:30:46.886 INFO:tasks.rados.rados.0.smithi071.stdout:2290: finishing write tid 2 to smithi07185159-45 2024-09-13T14:30:46.886 INFO:tasks.rados.rados.0.smithi071.stdout:2290: finishing write tid 3 to smithi07185159-45 2024-09-13T14:30:46.887 INFO:tasks.rados.rados.0.smithi071.stdout:2290: finishing write tid 4 to smithi07185159-45 2024-09-13T14:30:46.887 INFO:tasks.rados.rados.0.smithi071.stdout:2290: oid 45 updating version 0 to 1251 2024-09-13T14:30:46.887 INFO:tasks.rados.rados.0.smithi071.stdout:2290: oid 45 updating version 1251 to 1252 2024-09-13T14:30:46.887 INFO:tasks.rados.rados.0.smithi071.stdout:2290: oid 45 updating version 1252 to 1253 2024-09-13T14:30:46.887 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 45 v 1253 (ObjNum 857 snap 298 seq_num 857) dirty exists 2024-09-13T14:30:46.887 INFO:tasks.rados.rados.0.smithi071.stdout:2290: left oid 45 (ObjNum 857 snap 298 seq_num 857) 2024-09-13T14:30:46.887 INFO:tasks.rados.rados.0.smithi071.stdout:2291: finishing rollback tid 1 to smithi07185159-41 2024-09-13T14:30:46.887 INFO:tasks.rados.rados.0.smithi071.stdout:2291: finishing rollback tid 2 to smithi07185159-41 2024-09-13T14:30:46.888 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 41 v 1255 (ObjNum 819 snap 288 seq_num 819) dirty exists 2024-09-13T14:30:47.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:46 smithi071 ceph-mon[107477]: osdmap e663: 8 total, 8 up, 8 in 2024-09-13T14:30:47.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:46 smithi071 ceph-mon[107477]: pgmap v446: 89 pgs: 89 active+clean; 217 MiB data, 787 MiB used, 714 GiB / 715 GiB avail; 7.7 MiB/s rd, 1.2 MiB/s wr, 12 op/s 2024-09-13T14:30:47.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:46 smithi071 ceph-mon[112785]: osdmap e663: 8 total, 8 up, 8 in 2024-09-13T14:30:47.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:46 smithi071 ceph-mon[112785]: pgmap v446: 89 pgs: 89 active+clean; 217 MiB data, 787 MiB used, 714 GiB / 715 GiB avail; 7.7 MiB/s rd, 1.2 MiB/s wr, 12 op/s 2024-09-13T14:30:47.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:46 smithi104 ceph-mon[105578]: osdmap e663: 8 total, 8 up, 8 in 2024-09-13T14:30:47.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:46 smithi104 ceph-mon[105578]: pgmap v446: 89 pgs: 89 active+clean; 217 MiB data, 787 MiB used, 714 GiB / 715 GiB avail; 7.7 MiB/s rd, 1.2 MiB/s wr, 12 op/s 2024-09-13T14:30:47.847 INFO:tasks.rados.rados.0.smithi071.stdout:2290: done (2 left) 2024-09-13T14:30:47.847 INFO:tasks.rados.rados.0.smithi071.stdout:2291: done (1 left) 2024-09-13T14:30:47.847 INFO:tasks.rados.rados.0.smithi071.stdout:2293: done (0 left) 2024-09-13T14:30:47.847 INFO:tasks.rados.rados.0.smithi071.stdout:2294: write oid 22 current snap is 299 2024-09-13T14:30:47.847 INFO:tasks.rados.rados.0.smithi071.stdout:2294: seq_num 859 ranges {437213=470427,1633444=728951} 2024-09-13T14:30:47.851 INFO:tasks.rados.rados.0.smithi071.stdout:2294: writing smithi07185159-22 from 437213 to 907640 tid 1 2024-09-13T14:30:47.860 INFO:tasks.rados.rados.0.smithi071.stdout:2294: writing smithi07185159-22 from 1633444 to 2362395 tid 2 2024-09-13T14:30:47.860 INFO:tasks.rados.rados.0.smithi071.stdout:2295: rollback oid 4 current snap is 299 2024-09-13T14:30:47.860 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 4 to 278 2024-09-13T14:30:47.860 INFO:tasks.rados.rados.0.smithi071.stdout:2294: finishing write tid 1 to smithi07185159-22 2024-09-13T14:30:47.860 INFO:tasks.rados.rados.0.smithi071.stdout:2296: delete oid 42 current snap is 299 2024-09-13T14:30:47.865 INFO:tasks.rados.rados.0.smithi071.stdout:2296: done (2 left) 2024-09-13T14:30:47.865 INFO:tasks.rados.rados.0.smithi071.stdout:2297: write oid 18 current snap is 299 2024-09-13T14:30:47.866 INFO:tasks.rados.rados.0.smithi071.stdout:2297: seq_num 861 ranges {470827=737278,1750408=720419} 2024-09-13T14:30:47.873 INFO:tasks.rados.rados.0.smithi071.stdout:2297: writing smithi07185159-18 from 470827 to 1208105 tid 1 2024-09-13T14:30:47.880 INFO:tasks.rados.rados.0.smithi071.stdout:2297: writing smithi07185159-18 from 1750408 to 2470827 tid 2 2024-09-13T14:30:47.880 INFO:tasks.rados.rados.0.smithi071.stdout:2298: snap_create 2024-09-13T14:30:47.880 INFO:tasks.rados.rados.0.smithi071.stdout:2294: finishing write tid 2 to smithi07185159-22 2024-09-13T14:30:47.880 INFO:tasks.rados.rados.0.smithi071.stdout:2294: finishing write tid 3 to smithi07185159-22 2024-09-13T14:30:47.880 INFO:tasks.rados.rados.0.smithi071.stdout:2294: finishing write tid 4 to smithi07185159-22 2024-09-13T14:30:47.880 INFO:tasks.rados.rados.0.smithi071.stdout:2294: oid 22 updating version 0 to 750 2024-09-13T14:30:47.880 INFO:tasks.rados.rados.0.smithi071.stdout:2294: oid 22 updating version 750 to 752 2024-09-13T14:30:47.880 INFO:tasks.rados.rados.0.smithi071.stdout:2294: oid 22 version 752 is already newer than 751 2024-09-13T14:30:47.880 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 22 v 752 (ObjNum 859 snap 299 seq_num 859) dirty exists 2024-09-13T14:30:47.880 INFO:tasks.rados.rados.0.smithi071.stdout:2294: left oid 22 (ObjNum 859 snap 299 seq_num 859) 2024-09-13T14:30:47.881 INFO:tasks.rados.rados.0.smithi071.stdout:2295: finishing rollback tid 0 to smithi07185159-4 2024-09-13T14:30:47.881 INFO:tasks.rados.rados.0.smithi071.stdout:2295: finishing rollback tid 1 to smithi07185159-4 2024-09-13T14:30:47.881 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 4 v 1106 (ObjNum 161 snap 0 seq_num 299999006) dirty dne 2024-09-13T14:30:47.881 INFO:tasks.rados.rados.0.smithi071.stdout:2297: finishing write tid 1 to smithi07185159-18 2024-09-13T14:30:47.884 INFO:tasks.rados.rados.0.smithi071.stdout:2297: finishing write tid 2 to smithi07185159-18 2024-09-13T14:30:47.884 INFO:tasks.rados.rados.0.smithi071.stdout:2297: finishing write tid 3 to smithi07185159-18 2024-09-13T14:30:47.884 INFO:tasks.rados.rados.0.smithi071.stdout:2297: finishing write tid 4 to smithi07185159-18 2024-09-13T14:30:47.884 INFO:tasks.rados.rados.0.smithi071.stdout:2297: oid 18 updating version 0 to 2253 2024-09-13T14:30:47.884 INFO:tasks.rados.rados.0.smithi071.stdout:2297: oid 18 updating version 2253 to 2255 2024-09-13T14:30:47.884 INFO:tasks.rados.rados.0.smithi071.stdout:2297: oid 18 version 2255 is already newer than 2254 2024-09-13T14:30:47.884 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 18 v 2255 (ObjNum 861 snap 299 seq_num 861) dirty exists 2024-09-13T14:30:47.884 INFO:tasks.rados.rados.0.smithi071.stdout:2297: left oid 18 (ObjNum 861 snap 299 seq_num 861) 2024-09-13T14:30:48.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:47 smithi071 ceph-mon[107477]: osdmap e664: 8 total, 8 up, 8 in 2024-09-13T14:30:48.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:47 smithi071 ceph-mon[107477]: osdmap e665: 8 total, 8 up, 8 in 2024-09-13T14:30:48.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:47 smithi071 ceph-mon[112785]: osdmap e664: 8 total, 8 up, 8 in 2024-09-13T14:30:48.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:47 smithi071 ceph-mon[112785]: osdmap e665: 8 total, 8 up, 8 in 2024-09-13T14:30:48.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:47 smithi104 ceph-mon[105578]: osdmap e664: 8 total, 8 up, 8 in 2024-09-13T14:30:48.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:47 smithi104 ceph-mon[105578]: osdmap e665: 8 total, 8 up, 8 in 2024-09-13T14:30:48.878 INFO:tasks.rados.rados.0.smithi071.stdout:2294: done (3 left) 2024-09-13T14:30:48.878 INFO:tasks.rados.rados.0.smithi071.stdout:2295: done (2 left) 2024-09-13T14:30:48.878 INFO:tasks.rados.rados.0.smithi071.stdout:2297: done (1 left) 2024-09-13T14:30:48.878 INFO:tasks.rados.rados.0.smithi071.stdout:2298: done (0 left) 2024-09-13T14:30:48.878 INFO:tasks.rados.rados.0.smithi071.stdout:2299: read oid 3 snap -1 2024-09-13T14:30:48.879 INFO:tasks.rados.rados.0.smithi071.stdout:2299: expect (ObjNum 779 snap 275 seq_num 779) 2024-09-13T14:30:48.879 INFO:tasks.rados.rados.0.smithi071.stdout:2300: read oid 22 snap -1 2024-09-13T14:30:48.879 INFO:tasks.rados.rados.0.smithi071.stdout:2300: expect (ObjNum 859 snap 299 seq_num 859) 2024-09-13T14:30:48.879 INFO:tasks.rados.rados.0.smithi071.stdout:2301: rollback oid 35 current snap is 300 2024-09-13T14:30:48.879 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 35 to 292 2024-09-13T14:30:48.879 INFO:tasks.rados.rados.0.smithi071.stdout:2302: read oid 21 snap -1 2024-09-13T14:30:48.879 INFO:tasks.rados.rados.0.smithi071.stdout:2302: expect deleted 2024-09-13T14:30:48.879 INFO:tasks.rados.rados.0.smithi071.stdout:2303: read oid 8 snap 286 2024-09-13T14:30:48.879 INFO:tasks.rados.rados.0.smithi071.stdout:2303: expect deleted 2024-09-13T14:30:48.879 INFO:tasks.rados.rados.0.smithi071.stdout:2304: snap_create 2024-09-13T14:30:48.881 INFO:tasks.rados.rados.0.smithi071.stdout:2301: finishing rollback tid 0 to smithi07185159-35 2024-09-13T14:30:48.883 INFO:tasks.rados.rados.0.smithi071.stdout:2301: finishing rollback tid 1 to smithi07185159-35 2024-09-13T14:30:48.883 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 35 v 1163 (ObjNum 273 snap 0 seq_num 0) dirty dne 2024-09-13T14:30:48.883 INFO:tasks.rados.rados.0.smithi071.stdout:2300: expect (ObjNum 859 snap 299 seq_num 859) 2024-09-13T14:30:48.994 INFO:tasks.rados.rados.0.smithi071.stdout:2299: expect (ObjNum 779 snap 275 seq_num 779) 2024-09-13T14:30:49.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:48 smithi071 ceph-mon[107477]: pgmap v449: 89 pgs: 89 active+clean; 217 MiB data, 787 MiB used, 714 GiB / 715 GiB avail; 7.7 MiB/s rd, 1.2 MiB/s wr, 12 op/s 2024-09-13T14:30:49.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:48 smithi071 ceph-mon[112785]: pgmap v449: 89 pgs: 89 active+clean; 217 MiB data, 787 MiB used, 714 GiB / 715 GiB avail; 7.7 MiB/s rd, 1.2 MiB/s wr, 12 op/s 2024-09-13T14:30:49.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:48 smithi104 ceph-mon[105578]: pgmap v449: 89 pgs: 89 active+clean; 217 MiB data, 787 MiB used, 714 GiB / 715 GiB avail; 7.7 MiB/s rd, 1.2 MiB/s wr, 12 op/s 2024-09-13T14:30:49.881 INFO:tasks.rados.rados.0.smithi071.stdout:2299: done (5 left) 2024-09-13T14:30:49.882 INFO:tasks.rados.rados.0.smithi071.stdout:2300: done (4 left) 2024-09-13T14:30:49.882 INFO:tasks.rados.rados.0.smithi071.stdout:2301: done (3 left) 2024-09-13T14:30:49.882 INFO:tasks.rados.rados.0.smithi071.stdout:2302: done (2 left) 2024-09-13T14:30:49.882 INFO:tasks.rados.rados.0.smithi071.stdout:2303: done (1 left) 2024-09-13T14:30:49.882 INFO:tasks.rados.rados.0.smithi071.stdout:2304: done (0 left) 2024-09-13T14:30:49.882 INFO:tasks.rados.rados.0.smithi071.stdout:2305: read oid 48 snap 291 2024-09-13T14:30:49.882 INFO:tasks.rados.rados.0.smithi071.stdout:2305: expect (ObjNum 749 snap 261 seq_num 749) 2024-09-13T14:30:49.882 INFO:tasks.rados.rados.0.smithi071.stdout:2306: delete oid 12 current snap is 301 2024-09-13T14:30:49.885 INFO:tasks.rados.rados.0.smithi071.stdout:2306: done (1 left) 2024-09-13T14:30:49.885 INFO:tasks.rados.rados.0.smithi071.stdout:2307: snap_create 2024-09-13T14:30:49.894 INFO:tasks.rados.rados.0.smithi071.stdout:2305: expect (ObjNum 749 snap 261 seq_num 749) 2024-09-13T14:30:50.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:49 smithi071 ceph-mon[107477]: osdmap e666: 8 total, 8 up, 8 in 2024-09-13T14:30:50.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:49 smithi071 ceph-mon[112785]: osdmap e666: 8 total, 8 up, 8 in 2024-09-13T14:30:50.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:49 smithi104 ceph-mon[105578]: osdmap e666: 8 total, 8 up, 8 in 2024-09-13T14:30:50.889 INFO:tasks.rados.rados.0.smithi071.stdout:2305: done (1 left) 2024-09-13T14:30:50.889 INFO:tasks.rados.rados.0.smithi071.stdout:2307: done (0 left) 2024-09-13T14:30:50.889 INFO:tasks.rados.rados.0.smithi071.stdout:2308: read oid 45 snap 286 2024-09-13T14:30:50.889 INFO:tasks.rados.rados.0.smithi071.stdout:2308: expect deleted 2024-09-13T14:30:50.889 INFO:tasks.rados.rados.0.smithi071.stdout:2309: delete oid 47 current snap is 302 2024-09-13T14:30:50.893 INFO:tasks.rados.rados.0.smithi071.stdout:2308: done (1 left) 2024-09-13T14:30:50.894 INFO:tasks.rados.rados.0.smithi071.stdout:2309: done (0 left) 2024-09-13T14:30:50.894 INFO:tasks.rados.rados.0.smithi071.stdout:2310: snap_create 2024-09-13T14:30:51.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:50 smithi071 ceph-mon[107477]: osdmap e667: 8 total, 8 up, 8 in 2024-09-13T14:30:51.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:50 smithi071 ceph-mon[107477]: pgmap v452: 89 pgs: 89 active+clean; 175 MiB data, 724 MiB used, 715 GiB / 715 GiB avail; 8.9 MiB/s rd, 1.2 MiB/s wr, 14 op/s 2024-09-13T14:30:51.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:50 smithi071 ceph-mon[112785]: osdmap e667: 8 total, 8 up, 8 in 2024-09-13T14:30:51.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:50 smithi071 ceph-mon[112785]: pgmap v452: 89 pgs: 89 active+clean; 175 MiB data, 724 MiB used, 715 GiB / 715 GiB avail; 8.9 MiB/s rd, 1.2 MiB/s wr, 14 op/s 2024-09-13T14:30:51.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:50 smithi104 ceph-mon[105578]: osdmap e667: 8 total, 8 up, 8 in 2024-09-13T14:30:51.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:50 smithi104 ceph-mon[105578]: pgmap v452: 89 pgs: 89 active+clean; 175 MiB data, 724 MiB used, 715 GiB / 715 GiB avail; 8.9 MiB/s rd, 1.2 MiB/s wr, 14 op/s 2024-09-13T14:30:51.893 INFO:tasks.rados.rados.0.smithi071.stdout:2310: done (0 left) 2024-09-13T14:30:51.893 INFO:tasks.rados.rados.0.smithi071.stdout:2311: snap_create 2024-09-13T14:30:52.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:51 smithi104 ceph-mon[105578]: osdmap e668: 8 total, 8 up, 8 in 2024-09-13T14:30:52.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:51 smithi071 ceph-mon[107477]: osdmap e668: 8 total, 8 up, 8 in 2024-09-13T14:30:52.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:51 smithi071 ceph-mon[112785]: osdmap e668: 8 total, 8 up, 8 in 2024-09-13T14:30:52.847 INFO:tasks.rados.rados.0.smithi071.stdout:2311: done (0 left) 2024-09-13T14:30:52.847 INFO:tasks.rados.rados.0.smithi071.stdout:2312: read oid 34 snap -1 2024-09-13T14:30:52.847 INFO:tasks.rados.rados.0.smithi071.stdout:2312: expect (ObjNum 831 snap 293 seq_num 831) 2024-09-13T14:30:52.847 INFO:tasks.rados.rados.0.smithi071.stdout:2313: read oid 49 snap -1 2024-09-13T14:30:52.847 INFO:tasks.rados.rados.0.smithi071.stdout:2313: expect deleted 2024-09-13T14:30:52.847 INFO:tasks.rados.rados.0.smithi071.stdout:2314: snap_create 2024-09-13T14:30:52.863 INFO:tasks.rados.rados.0.smithi071.stdout:2312: expect (ObjNum 831 snap 293 seq_num 831) 2024-09-13T14:30:53.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:52 smithi071 ceph-mon[107477]: osdmap e669: 8 total, 8 up, 8 in 2024-09-13T14:30:53.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:52 smithi071 ceph-mon[107477]: pgmap v455: 89 pgs: 89 active+clean; 175 MiB data, 724 MiB used, 715 GiB / 715 GiB avail; 8.9 MiB/s rd, 1.2 MiB/s wr, 14 op/s 2024-09-13T14:30:53.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:52 smithi071 ceph-mon[107477]: osdmap e670: 8 total, 8 up, 8 in 2024-09-13T14:30:53.142 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:30:52 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:30:52] "GET /metrics HTTP/1.1" 200 36278 "" "Prometheus/2.51.0" 2024-09-13T14:30:53.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:52 smithi071 ceph-mon[112785]: osdmap e669: 8 total, 8 up, 8 in 2024-09-13T14:30:53.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:52 smithi071 ceph-mon[112785]: pgmap v455: 89 pgs: 89 active+clean; 175 MiB data, 724 MiB used, 715 GiB / 715 GiB avail; 8.9 MiB/s rd, 1.2 MiB/s wr, 14 op/s 2024-09-13T14:30:53.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:52 smithi071 ceph-mon[112785]: osdmap e670: 8 total, 8 up, 8 in 2024-09-13T14:30:53.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:52 smithi104 ceph-mon[105578]: osdmap e669: 8 total, 8 up, 8 in 2024-09-13T14:30:53.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:52 smithi104 ceph-mon[105578]: pgmap v455: 89 pgs: 89 active+clean; 175 MiB data, 724 MiB used, 715 GiB / 715 GiB avail; 8.9 MiB/s rd, 1.2 MiB/s wr, 14 op/s 2024-09-13T14:30:53.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:52 smithi104 ceph-mon[105578]: osdmap e670: 8 total, 8 up, 8 in 2024-09-13T14:30:53.850 INFO:tasks.rados.rados.0.smithi071.stdout:2312: done (2 left) 2024-09-13T14:30:53.850 INFO:tasks.rados.rados.0.smithi071.stdout:2313: done (1 left) 2024-09-13T14:30:53.851 INFO:tasks.rados.rados.0.smithi071.stdout:2314: done (0 left) 2024-09-13T14:30:53.851 INFO:tasks.rados.rados.0.smithi071.stdout:2315: read oid 40 snap 302 2024-09-13T14:30:53.851 INFO:tasks.rados.rados.0.smithi071.stdout:2315: expect (ObjNum 850 snap 295 seq_num 850) 2024-09-13T14:30:53.851 INFO:tasks.rados.rados.0.smithi071.stdout:2316: write oid 38 current snap is 305 2024-09-13T14:30:53.851 INFO:tasks.rados.rados.0.smithi071.stdout:2316: seq_num 864 ranges {521248=563025,1809501=596300} 2024-09-13T14:30:53.856 INFO:tasks.rados.rados.0.smithi071.stdout:2316: writing smithi07185159-38 from 521248 to 1084273 tid 1 2024-09-13T14:30:53.864 INFO:tasks.rados.rados.0.smithi071.stdout:2316: writing smithi07185159-38 from 1809501 to 2405801 tid 2 2024-09-13T14:30:53.864 INFO:tasks.rados.rados.0.smithi071.stdout:2317: read oid 44 snap 301 2024-09-13T14:30:53.864 INFO:tasks.rados.rados.0.smithi071.stdout:2317: expect deleted 2024-09-13T14:30:53.864 INFO:tasks.rados.rados.0.smithi071.stdout:2318: snap_create 2024-09-13T14:30:53.864 INFO:tasks.rados.rados.0.smithi071.stdout:2315: expect (ObjNum 850 snap 295 seq_num 850) 2024-09-13T14:30:53.936 INFO:tasks.rados.rados.0.smithi071.stdout:2316: finishing write tid 1 to smithi07185159-38 2024-09-13T14:30:53.936 INFO:tasks.rados.rados.0.smithi071.stdout:2316: finishing write tid 2 to smithi07185159-38 2024-09-13T14:30:53.937 INFO:tasks.rados.rados.0.smithi071.stdout:2316: finishing write tid 3 to smithi07185159-38 2024-09-13T14:30:53.937 INFO:tasks.rados.rados.0.smithi071.stdout:2316: finishing write tid 4 to smithi07185159-38 2024-09-13T14:30:53.937 INFO:tasks.rados.rados.0.smithi071.stdout:2316: oid 38 updating version 0 to 1110 2024-09-13T14:30:53.937 INFO:tasks.rados.rados.0.smithi071.stdout:2316: oid 38 version 1110 is already newer than 1109 2024-09-13T14:30:53.937 INFO:tasks.rados.rados.0.smithi071.stdout:2316: oid 38 version 1110 is already newer than 1108 2024-09-13T14:30:53.937 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 38 v 1110 (ObjNum 864 snap 305 seq_num 864) dirty exists 2024-09-13T14:30:53.937 INFO:tasks.rados.rados.0.smithi071.stdout:2316: left oid 38 (ObjNum 864 snap 305 seq_num 864) 2024-09-13T14:30:54.853 INFO:tasks.rados.rados.0.smithi071.stdout:2315: done (3 left) 2024-09-13T14:30:54.853 INFO:tasks.rados.rados.0.smithi071.stdout:2316: done (2 left) 2024-09-13T14:30:54.853 INFO:tasks.rados.rados.0.smithi071.stdout:2317: done (1 left) 2024-09-13T14:30:54.853 INFO:tasks.rados.rados.0.smithi071.stdout:2318: done (0 left) 2024-09-13T14:30:54.853 INFO:tasks.rados.rados.0.smithi071.stdout:2319: snap_create 2024-09-13T14:30:55.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:54 smithi071 ceph-mon[107477]: osdmap e671: 8 total, 8 up, 8 in 2024-09-13T14:30:55.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:54 smithi071 ceph-mon[107477]: pgmap v458: 89 pgs: 89 active+clean; 175 MiB data, 724 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:30:55.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:54 smithi071 ceph-mon[112785]: osdmap e671: 8 total, 8 up, 8 in 2024-09-13T14:30:55.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:54 smithi071 ceph-mon[112785]: pgmap v458: 89 pgs: 89 active+clean; 175 MiB data, 724 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:30:55.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:54 smithi104 ceph-mon[105578]: osdmap e671: 8 total, 8 up, 8 in 2024-09-13T14:30:55.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:54 smithi104 ceph-mon[105578]: pgmap v458: 89 pgs: 89 active+clean; 175 MiB data, 724 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:30:55.855 INFO:tasks.rados.rados.0.smithi071.stdout:2319: done (0 left) 2024-09-13T14:30:55.878 INFO:tasks.rados.rados.0.smithi071.stdout:2320: read oid 36 snap 300 2024-09-13T14:30:55.878 INFO:tasks.rados.rados.0.smithi071.stdout:2320: expect (ObjNum 763 snap 266 seq_num 763) 2024-09-13T14:30:55.879 INFO:tasks.rados.rados.0.smithi071.stdout:2321: write oid 21 current snap is 307 2024-09-13T14:30:55.879 INFO:tasks.rados.rados.0.smithi071.stdout:2321: seq_num 865 ranges {538055=638274,1867983=670072} 2024-09-13T14:30:55.879 INFO:tasks.rados.rados.0.smithi071.stdout:2321: writing smithi07185159-21 from 538055 to 1176329 tid 1 2024-09-13T14:30:55.879 INFO:tasks.rados.rados.0.smithi071.stdout:2321: writing smithi07185159-21 from 1867983 to 2538055 tid 2 2024-09-13T14:30:55.880 INFO:tasks.rados.rados.0.smithi071.stdout:2322: snap_create 2024-09-13T14:30:55.880 INFO:tasks.rados.rados.0.smithi071.stdout:2320: expect (ObjNum 763 snap 266 seq_num 763) 2024-09-13T14:30:56.010 INFO:tasks.rados.rados.0.smithi071.stdout:2321: finishing write tid 1 to smithi07185159-21 2024-09-13T14:30:56.010 INFO:tasks.rados.rados.0.smithi071.stdout:2321: finishing write tid 2 to smithi07185159-21 2024-09-13T14:30:56.010 INFO:tasks.rados.rados.0.smithi071.stdout:2321: finishing write tid 3 to smithi07185159-21 2024-09-13T14:30:56.010 INFO:tasks.rados.rados.0.smithi071.stdout:2321: finishing write tid 4 to smithi07185159-21 2024-09-13T14:30:56.010 INFO:tasks.rados.rados.0.smithi071.stdout:2321: oid 21 updating version 0 to 1051 2024-09-13T14:30:56.010 INFO:tasks.rados.rados.0.smithi071.stdout:2321: oid 21 updating version 1051 to 1052 2024-09-13T14:30:56.010 INFO:tasks.rados.rados.0.smithi071.stdout:2321: oid 21 updating version 1052 to 1053 2024-09-13T14:30:56.010 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 21 v 1053 (ObjNum 865 snap 307 seq_num 865) dirty exists 2024-09-13T14:30:56.010 INFO:tasks.rados.rados.0.smithi071.stdout:2321: left oid 21 (ObjNum 865 snap 307 seq_num 865) 2024-09-13T14:30:56.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:55 smithi071 ceph-mon[107477]: osdmap e672: 8 total, 8 up, 8 in 2024-09-13T14:30:56.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:55 smithi071 ceph-mon[112785]: osdmap e672: 8 total, 8 up, 8 in 2024-09-13T14:30:56.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:55 smithi104 ceph-mon[105578]: osdmap e672: 8 total, 8 up, 8 in 2024-09-13T14:30:56.871 INFO:tasks.rados.rados.0.smithi071.stdout:2320: done (2 left) 2024-09-13T14:30:56.871 INFO:tasks.rados.rados.0.smithi071.stdout:2321: done (1 left) 2024-09-13T14:30:56.872 INFO:tasks.rados.rados.0.smithi071.stdout:2322: done (0 left) 2024-09-13T14:30:56.872 INFO:tasks.rados.rados.0.smithi071.stdout:2323: snap_create 2024-09-13T14:30:57.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:56 smithi071 ceph-mon[107477]: osdmap e673: 8 total, 8 up, 8 in 2024-09-13T14:30:57.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:56 smithi071 ceph-mon[107477]: pgmap v461: 89 pgs: 89 active+clean; 177 MiB data, 728 MiB used, 715 GiB / 715 GiB avail; 8.1 MiB/s rd, 283 KiB/s wr, 5 op/s 2024-09-13T14:30:57.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:56 smithi071 ceph-mon[112785]: osdmap e673: 8 total, 8 up, 8 in 2024-09-13T14:30:57.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:56 smithi071 ceph-mon[112785]: pgmap v461: 89 pgs: 89 active+clean; 177 MiB data, 728 MiB used, 715 GiB / 715 GiB avail; 8.1 MiB/s rd, 283 KiB/s wr, 5 op/s 2024-09-13T14:30:57.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:56 smithi104 ceph-mon[105578]: osdmap e673: 8 total, 8 up, 8 in 2024-09-13T14:30:57.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:56 smithi104 ceph-mon[105578]: pgmap v461: 89 pgs: 89 active+clean; 177 MiB data, 728 MiB used, 715 GiB / 715 GiB avail; 8.1 MiB/s rd, 283 KiB/s wr, 5 op/s 2024-09-13T14:30:57.874 INFO:tasks.rados.rados.0.smithi071.stdout:2323: done (0 left) 2024-09-13T14:30:57.874 INFO:tasks.rados.rados.0.smithi071.stdout:2324: snap_remove snap 295 2024-09-13T14:30:58.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:57 smithi071 ceph-mon[107477]: osdmap e674: 8 total, 8 up, 8 in 2024-09-13T14:30:58.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:57 smithi071 ceph-mon[112785]: osdmap e674: 8 total, 8 up, 8 in 2024-09-13T14:30:58.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:57 smithi104 ceph-mon[105578]: osdmap e674: 8 total, 8 up, 8 in 2024-09-13T14:30:58.894 INFO:tasks.rados.rados.0.smithi071.stdout:2324: done (0 left) 2024-09-13T14:30:58.894 INFO:tasks.rados.rados.0.smithi071.stdout:2325: snap_remove snap 298 2024-09-13T14:30:59.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:58 smithi071 ceph-mon[107477]: osdmap e675: 8 total, 8 up, 8 in 2024-09-13T14:30:59.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:58 smithi071 ceph-mon[107477]: pgmap v464: 89 pgs: 89 active+clean; 177 MiB data, 728 MiB used, 715 GiB / 715 GiB avail; 8.1 MiB/s rd, 283 KiB/s wr, 5 op/s 2024-09-13T14:30:59.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:58 smithi071 ceph-mon[112785]: osdmap e675: 8 total, 8 up, 8 in 2024-09-13T14:30:59.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:58 smithi071 ceph-mon[112785]: pgmap v464: 89 pgs: 89 active+clean; 177 MiB data, 728 MiB used, 715 GiB / 715 GiB avail; 8.1 MiB/s rd, 283 KiB/s wr, 5 op/s 2024-09-13T14:30:59.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:58 smithi104 ceph-mon[105578]: osdmap e675: 8 total, 8 up, 8 in 2024-09-13T14:30:59.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:58 smithi104 ceph-mon[105578]: pgmap v464: 89 pgs: 89 active+clean; 177 MiB data, 728 MiB used, 715 GiB / 715 GiB avail; 8.1 MiB/s rd, 283 KiB/s wr, 5 op/s 2024-09-13T14:30:59.889 INFO:tasks.rados.rados.0.smithi071.stdout:2325: done (0 left) 2024-09-13T14:30:59.890 INFO:tasks.rados.rados.0.smithi071.stdout:2326: snap_create 2024-09-13T14:31:00.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:59 smithi104 ceph-mon[105578]: osdmap e676: 8 total, 8 up, 8 in 2024-09-13T14:31:00.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:30:59 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:31:00.256 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:59 smithi071 ceph-mon[107477]: osdmap e676: 8 total, 8 up, 8 in 2024-09-13T14:31:00.256 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:30:59 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:31:00.257 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:59 smithi071 ceph-mon[112785]: osdmap e676: 8 total, 8 up, 8 in 2024-09-13T14:31:00.257 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:30:59 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:31:00.901 INFO:tasks.rados.rados.0.smithi071.stdout:2326: done (0 left) 2024-09-13T14:31:00.901 INFO:tasks.rados.rados.0.smithi071.stdout:2327: snap_remove snap 293 2024-09-13T14:31:01.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:00 smithi104 ceph-mon[105578]: osdmap e677: 8 total, 8 up, 8 in 2024-09-13T14:31:01.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:00 smithi104 ceph-mon[105578]: pgmap v467: 89 pgs: 89 active+clean; 179 MiB data, 750 MiB used, 714 GiB / 715 GiB avail; 3.1 MiB/s rd, 320 KiB/s wr, 3 op/s 2024-09-13T14:31:01.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:00 smithi071 ceph-mon[107477]: osdmap e677: 8 total, 8 up, 8 in 2024-09-13T14:31:01.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:00 smithi071 ceph-mon[107477]: pgmap v467: 89 pgs: 89 active+clean; 179 MiB data, 750 MiB used, 714 GiB / 715 GiB avail; 3.1 MiB/s rd, 320 KiB/s wr, 3 op/s 2024-09-13T14:31:01.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:00 smithi071 ceph-mon[112785]: osdmap e677: 8 total, 8 up, 8 in 2024-09-13T14:31:01.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:00 smithi071 ceph-mon[112785]: pgmap v467: 89 pgs: 89 active+clean; 179 MiB data, 750 MiB used, 714 GiB / 715 GiB avail; 3.1 MiB/s rd, 320 KiB/s wr, 3 op/s 2024-09-13T14:31:01.904 INFO:tasks.rados.rados.0.smithi071.stdout:2327: done (0 left) 2024-09-13T14:31:01.904 INFO:tasks.rados.rados.0.smithi071.stdout:2328: write oid 50 current snap is 310 2024-09-13T14:31:01.904 INFO:tasks.rados.rados.0.smithi071.stdout:2328: seq_num 866 ranges {554862=713523,1926465=599969} 2024-09-13T14:31:01.911 INFO:tasks.rados.rados.0.smithi071.stdout:2328: writing smithi07185159-50 from 554862 to 1268385 tid 1 2024-09-13T14:31:01.919 INFO:tasks.rados.rados.0.smithi071.stdout:2328: writing smithi07185159-50 from 1926465 to 2526434 tid 2 2024-09-13T14:31:01.919 INFO:tasks.rados.rados.0.smithi071.stdout:2329: read oid 4 snap -1 2024-09-13T14:31:01.919 INFO:tasks.rados.rados.0.smithi071.stdout:2329: expect deleted 2024-09-13T14:31:01.919 INFO:tasks.rados.rados.0.smithi071.stdout:2330: delete oid 12 current snap is 310 2024-09-13T14:31:01.919 INFO:tasks.rados.rados.0.smithi071.stdout:2328: finishing write tid 1 to smithi07185159-50 2024-09-13T14:31:01.921 INFO:tasks.rados.rados.0.smithi071.stdout:2329: done (2 left) 2024-09-13T14:31:01.921 INFO:tasks.rados.rados.0.smithi071.stdout:2330: done (1 left) 2024-09-13T14:31:01.921 INFO:tasks.rados.rados.0.smithi071.stdout:2331: read oid 23 snap -1 2024-09-13T14:31:01.921 INFO:tasks.rados.rados.0.smithi071.stdout:2331: expect deleted 2024-09-13T14:31:01.921 INFO:tasks.rados.rados.0.smithi071.stdout:2332: read oid 49 snap -1 2024-09-13T14:31:01.921 INFO:tasks.rados.rados.0.smithi071.stdout:2332: expect deleted 2024-09-13T14:31:01.921 INFO:tasks.rados.rados.0.smithi071.stdout:2333: read oid 21 snap -1 2024-09-13T14:31:01.921 INFO:tasks.rados.rados.0.smithi071.stdout:2333: expect (ObjNum 865 snap 307 seq_num 865) 2024-09-13T14:31:01.921 INFO:tasks.rados.rados.0.smithi071.stdout:2334: write oid 8 current snap is 310 2024-09-13T14:31:01.921 INFO:tasks.rados.rados.0.smithi071.stdout:2334: seq_num 868 ranges {588476=580374,1643429=603638} 2024-09-13T14:31:01.927 INFO:tasks.rados.rados.0.smithi071.stdout:2334: writing smithi07185159-8 from 588476 to 1168850 tid 1 2024-09-13T14:31:01.933 INFO:tasks.rados.rados.0.smithi071.stdout:2334: writing smithi07185159-8 from 1643429 to 2247067 tid 2 2024-09-13T14:31:01.933 INFO:tasks.rados.rados.0.smithi071.stdout:2335: write oid 9 current snap is 310 2024-09-13T14:31:01.933 INFO:tasks.rados.rados.0.smithi071.stdout:2335: seq_num 869 ranges {605283=655623,1701911=747296} 2024-09-13T14:31:01.940 INFO:tasks.rados.rados.0.smithi071.stdout:2335: writing smithi07185159-9 from 605283 to 1260906 tid 1 2024-09-13T14:31:01.946 INFO:tasks.rados.rados.0.smithi071.stdout:2335: writing smithi07185159-9 from 1701911 to 2449207 tid 2 2024-09-13T14:31:01.947 INFO:tasks.rados.rados.0.smithi071.stdout:2336: snap_remove snap 308 2024-09-13T14:31:02.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:01 smithi104 ceph-mon[105578]: osdmap e678: 8 total, 8 up, 8 in 2024-09-13T14:31:02.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:01 smithi071 ceph-mon[107477]: osdmap e678: 8 total, 8 up, 8 in 2024-09-13T14:31:02.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:01 smithi071 ceph-mon[112785]: osdmap e678: 8 total, 8 up, 8 in 2024-09-13T14:31:02.851 INFO:tasks.rados.rados.0.smithi071.stdout:2336: done (6 left) 2024-09-13T14:31:02.851 INFO:tasks.rados.rados.0.smithi071.stdout:2337: rollback oid 16 current snap is 310 2024-09-13T14:31:02.851 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 16 to 296 2024-09-13T14:31:02.851 INFO:tasks.rados.rados.0.smithi071.stdout:2328: finishing write tid 2 to smithi07185159-50 2024-09-13T14:31:02.851 INFO:tasks.rados.rados.0.smithi071.stdout:2328: finishing write tid 3 to smithi07185159-50 2024-09-13T14:31:02.851 INFO:tasks.rados.rados.0.smithi071.stdout:2328: finishing write tid 4 to smithi07185159-50 2024-09-13T14:31:02.851 INFO:tasks.rados.rados.0.smithi071.stdout:2328: oid 50 updating version 0 to 2269 2024-09-13T14:31:02.851 INFO:tasks.rados.rados.0.smithi071.stdout:2328: oid 50 updating version 2269 to 2270 2024-09-13T14:31:02.851 INFO:tasks.rados.rados.0.smithi071.stdout:2328: oid 50 updating version 2270 to 2271 2024-09-13T14:31:02.852 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 50 v 2271 (ObjNum 866 snap 310 seq_num 866) dirty exists 2024-09-13T14:31:02.852 INFO:tasks.rados.rados.0.smithi071.stdout:2328: left oid 50 (ObjNum 866 snap 310 seq_num 866) 2024-09-13T14:31:02.852 INFO:tasks.rados.rados.0.smithi071.stdout:2333: expect (ObjNum 865 snap 307 seq_num 865) 2024-09-13T14:31:02.933 INFO:tasks.rados.rados.0.smithi071.stdout:2334: finishing write tid 1 to smithi07185159-8 2024-09-13T14:31:02.933 INFO:tasks.rados.rados.0.smithi071.stdout:2334: finishing write tid 2 to smithi07185159-8 2024-09-13T14:31:02.933 INFO:tasks.rados.rados.0.smithi071.stdout:2334: finishing write tid 3 to smithi07185159-8 2024-09-13T14:31:02.933 INFO:tasks.rados.rados.0.smithi071.stdout:2334: finishing write tid 4 to smithi07185159-8 2024-09-13T14:31:02.934 INFO:tasks.rados.rados.0.smithi071.stdout:2334: oid 8 updating version 0 to 694 2024-09-13T14:31:02.934 INFO:tasks.rados.rados.0.smithi071.stdout:2334: oid 8 version 694 is already newer than 692 2024-09-13T14:31:02.934 INFO:tasks.rados.rados.0.smithi071.stdout:2334: oid 8 version 694 is already newer than 693 2024-09-13T14:31:02.934 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 8 v 694 (ObjNum 868 snap 310 seq_num 868) dirty exists 2024-09-13T14:31:02.934 INFO:tasks.rados.rados.0.smithi071.stdout:2334: left oid 8 (ObjNum 868 snap 310 seq_num 868) 2024-09-13T14:31:02.934 INFO:tasks.rados.rados.0.smithi071.stdout:2335: finishing write tid 1 to smithi07185159-9 2024-09-13T14:31:02.934 INFO:tasks.rados.rados.0.smithi071.stdout:2328: done (6 left) 2024-09-13T14:31:02.934 INFO:tasks.rados.rados.0.smithi071.stdout:2331: done (5 left) 2024-09-13T14:31:02.934 INFO:tasks.rados.rados.0.smithi071.stdout:2332: done (4 left) 2024-09-13T14:31:02.934 INFO:tasks.rados.rados.0.smithi071.stdout:2333: done (3 left) 2024-09-13T14:31:02.934 INFO:tasks.rados.rados.0.smithi071.stdout:2334: done (2 left) 2024-09-13T14:31:02.934 INFO:tasks.rados.rados.0.smithi071.stdout:2338: rollback oid 23 current snap is 310 2024-09-13T14:31:02.935 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 23 to 307 2024-09-13T14:31:02.935 INFO:tasks.rados.rados.0.smithi071.stdout:2335: finishing write tid 2 to smithi07185159-9 2024-09-13T14:31:02.935 INFO:tasks.rados.rados.0.smithi071.stdout:2335: finishing write tid 3 to smithi07185159-9 2024-09-13T14:31:02.935 INFO:tasks.rados.rados.0.smithi071.stdout:2335: finishing write tid 4 to smithi07185159-9 2024-09-13T14:31:02.935 INFO:tasks.rados.rados.0.smithi071.stdout:2335: oid 9 updating version 0 to 351 2024-09-13T14:31:02.935 INFO:tasks.rados.rados.0.smithi071.stdout:2335: oid 9 updating version 351 to 353 2024-09-13T14:31:02.935 INFO:tasks.rados.rados.0.smithi071.stdout:2335: oid 9 version 353 is already newer than 352 2024-09-13T14:31:02.935 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 9 v 353 (ObjNum 869 snap 310 seq_num 869) dirty exists 2024-09-13T14:31:02.935 INFO:tasks.rados.rados.0.smithi071.stdout:2335: left oid 9 (ObjNum 869 snap 310 seq_num 869) 2024-09-13T14:31:02.935 INFO:tasks.rados.rados.0.smithi071.stdout:2337: finishing rollback tid 1 to smithi07185159-16 2024-09-13T14:31:02.935 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 16 v 658 (ObjNum 49 snap 0 seq_num 1961217136) dirty dne 2024-09-13T14:31:02.936 INFO:tasks.rados.rados.0.smithi071.stdout:2335: done (2 left) 2024-09-13T14:31:02.936 INFO:tasks.rados.rados.0.smithi071.stdout:2337: done (1 left) 2024-09-13T14:31:02.936 INFO:tasks.rados.rados.0.smithi071.stdout:2339: rollback oid 4 current snap is 310 2024-09-13T14:31:02.936 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 4 to 304 2024-09-13T14:31:02.936 INFO:tasks.rados.rados.0.smithi071.stdout:2340: read oid 48 snap 299 2024-09-13T14:31:02.936 INFO:tasks.rados.rados.0.smithi071.stdout:2340: expect (ObjNum 853 snap 297 seq_num 853) 2024-09-13T14:31:02.936 INFO:tasks.rados.rados.0.smithi071.stdout:2341: read oid 10 snap 297 2024-09-13T14:31:02.936 INFO:tasks.rados.rados.0.smithi071.stdout:2341: expect deleted 2024-09-13T14:31:02.936 INFO:tasks.rados.rados.0.smithi071.stdout:2342: rollback oid 16 current snap is 310 2024-09-13T14:31:02.936 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 16 to 296 2024-09-13T14:31:02.936 INFO:tasks.rados.rados.0.smithi071.stdout:2343: delete oid 18 current snap is 310 2024-09-13T14:31:02.936 INFO:tasks.rados.rados.0.smithi071.stdout:2338: finishing rollback tid 1 to smithi07185159-23 2024-09-13T14:31:02.936 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 23 v 0 (ObjNum 145 snap 0 seq_num 447) dirty dne 2024-09-13T14:31:02.937 INFO:tasks.rados.rados.0.smithi071.stdout:2342: finishing rollback tid 1 to smithi07185159-16 2024-09-13T14:31:02.937 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 16 v 658 (ObjNum 49 snap 0 seq_num 1960872496) dirty dne 2024-09-13T14:31:02.938 INFO:tasks.rados.rados.0.smithi071.stdout:2339: finishing rollback tid 1 to smithi07185159-4 2024-09-13T14:31:02.938 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 4 v 1106 (ObjNum 129 snap 0 seq_num 1960943168) dirty dne 2024-09-13T14:31:02.944 INFO:tasks.rados.rados.0.smithi071.stdout:2340: expect (ObjNum 853 snap 297 seq_num 853) 2024-09-13T14:31:03.099 INFO:tasks.rados.rados.0.smithi071.stdout:2338: done (5 left) 2024-09-13T14:31:03.099 INFO:tasks.rados.rados.0.smithi071.stdout:2339: done (4 left) 2024-09-13T14:31:03.099 INFO:tasks.rados.rados.0.smithi071.stdout:2340: done (3 left) 2024-09-13T14:31:03.099 INFO:tasks.rados.rados.0.smithi071.stdout:2341: done (2 left) 2024-09-13T14:31:03.099 INFO:tasks.rados.rados.0.smithi071.stdout:2342: done (1 left) 2024-09-13T14:31:03.099 INFO:tasks.rados.rados.0.smithi071.stdout:2343: done (0 left) 2024-09-13T14:31:03.099 INFO:tasks.rados.rados.0.smithi071.stdout:2344: write oid 6 current snap is 310 2024-09-13T14:31:03.099 INFO:tasks.rados.rados.0.smithi071.stdout:2344: seq_num 871 ranges {638897=406121,1818875=750965} 2024-09-13T14:31:03.104 INFO:tasks.rados.rados.0.smithi071.stdout:2344: writing smithi07185159-6 from 638897 to 1045018 tid 1 2024-09-13T14:31:03.112 INFO:tasks.rados.rados.0.smithi071.stdout:2344: writing smithi07185159-6 from 1818875 to 2569840 tid 2 2024-09-13T14:31:03.113 INFO:tasks.rados.rados.0.smithi071.stdout:2345: rollback oid 24 current snap is 310 2024-09-13T14:31:03.113 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 24 to 296 2024-09-13T14:31:03.113 INFO:tasks.rados.rados.0.smithi071.stdout:2344: finishing write tid 1 to smithi07185159-6 2024-09-13T14:31:03.113 INFO:tasks.rados.rados.0.smithi071.stdout:2346: snap_remove snap 303 2024-09-13T14:31:03.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:02 smithi071 ceph-mon[107477]: osdmap e679: 8 total, 8 up, 8 in 2024-09-13T14:31:03.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:02 smithi071 ceph-mon[107477]: pgmap v470: 89 pgs: 89 active+clean; 179 MiB data, 750 MiB used, 714 GiB / 715 GiB avail; 3.1 MiB/s rd, 320 KiB/s wr, 3 op/s 2024-09-13T14:31:03.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:02 smithi071 ceph-mon[107477]: osdmap e680: 8 total, 8 up, 8 in 2024-09-13T14:31:03.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:31:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:31:02] "GET /metrics HTTP/1.1" 200 36277 "" "Prometheus/2.51.0" 2024-09-13T14:31:03.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:02 smithi071 ceph-mon[112785]: osdmap e679: 8 total, 8 up, 8 in 2024-09-13T14:31:03.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:02 smithi071 ceph-mon[112785]: pgmap v470: 89 pgs: 89 active+clean; 179 MiB data, 750 MiB used, 714 GiB / 715 GiB avail; 3.1 MiB/s rd, 320 KiB/s wr, 3 op/s 2024-09-13T14:31:03.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:02 smithi071 ceph-mon[112785]: osdmap e680: 8 total, 8 up, 8 in 2024-09-13T14:31:03.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:02 smithi104 ceph-mon[105578]: osdmap e679: 8 total, 8 up, 8 in 2024-09-13T14:31:03.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:02 smithi104 ceph-mon[105578]: pgmap v470: 89 pgs: 89 active+clean; 179 MiB data, 750 MiB used, 714 GiB / 715 GiB avail; 3.1 MiB/s rd, 320 KiB/s wr, 3 op/s 2024-09-13T14:31:03.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:02 smithi104 ceph-mon[105578]: osdmap e680: 8 total, 8 up, 8 in 2024-09-13T14:31:03.921 INFO:tasks.rados.rados.0.smithi071.stdout:2346: done (2 left) 2024-09-13T14:31:03.921 INFO:tasks.rados.rados.0.smithi071.stdout:2347: write oid 50 current snap is 310 2024-09-13T14:31:03.921 INFO:tasks.rados.rados.0.smithi071.stdout:2345: finishing rollback tid 1 to smithi07185159-24 2024-09-13T14:31:03.921 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 24 v 596 (ObjNum 49 snap 0 seq_num 1953066355) dirty dne 2024-09-13T14:31:03.921 INFO:tasks.rados.rados.0.smithi071.stdout:2347: seq_num 872 ranges {655704=481370,1761004=494623} 2024-09-13T14:31:03.926 INFO:tasks.rados.rados.0.smithi071.stdout:2347: writing smithi07185159-50 from 655704 to 1137074 tid 1 2024-09-13T14:31:03.933 INFO:tasks.rados.rados.0.smithi071.stdout:2347: writing smithi07185159-50 from 1761004 to 2255627 tid 2 2024-09-13T14:31:03.933 INFO:tasks.rados.rados.0.smithi071.stdout:2345: done (2 left) 2024-09-13T14:31:03.933 INFO:tasks.rados.rados.0.smithi071.stdout:2348: snap_remove snap 302 2024-09-13T14:31:04.930 INFO:tasks.rados.rados.0.smithi071.stdout:2348: done (2 left) 2024-09-13T14:31:04.930 INFO:tasks.rados.rados.0.smithi071.stdout:2349: snap_create 2024-09-13T14:31:04.930 INFO:tasks.rados.rados.0.smithi071.stdout:2344: finishing write tid 2 to smithi07185159-6 2024-09-13T14:31:04.930 INFO:tasks.rados.rados.0.smithi071.stdout:2344: finishing write tid 3 to smithi07185159-6 2024-09-13T14:31:04.930 INFO:tasks.rados.rados.0.smithi071.stdout:2344: finishing write tid 4 to smithi07185159-6 2024-09-13T14:31:04.930 INFO:tasks.rados.rados.0.smithi071.stdout:2344: oid 6 updating version 0 to 2279 2024-09-13T14:31:04.930 INFO:tasks.rados.rados.0.smithi071.stdout:2344: oid 6 version 2279 is already newer than 2278 2024-09-13T14:31:04.931 INFO:tasks.rados.rados.0.smithi071.stdout:2344: oid 6 version 2279 is already newer than 2277 2024-09-13T14:31:04.931 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 6 v 2279 (ObjNum 871 snap 310 seq_num 871) dirty exists 2024-09-13T14:31:04.931 INFO:tasks.rados.rados.0.smithi071.stdout:2344: left oid 6 (ObjNum 871 snap 310 seq_num 871) 2024-09-13T14:31:04.931 INFO:tasks.rados.rados.0.smithi071.stdout:2347: finishing write tid 1 to smithi07185159-50 2024-09-13T14:31:04.931 INFO:tasks.rados.rados.0.smithi071.stdout:2347: finishing write tid 2 to smithi07185159-50 2024-09-13T14:31:04.931 INFO:tasks.rados.rados.0.smithi071.stdout:2347: finishing write tid 3 to smithi07185159-50 2024-09-13T14:31:04.931 INFO:tasks.rados.rados.0.smithi071.stdout:2347: finishing write tid 4 to smithi07185159-50 2024-09-13T14:31:04.931 INFO:tasks.rados.rados.0.smithi071.stdout:2347: oid 50 updating version 0 to 2285 2024-09-13T14:31:04.931 INFO:tasks.rados.rados.0.smithi071.stdout:2347: oid 50 version 2285 is already newer than 2280 2024-09-13T14:31:04.931 INFO:tasks.rados.rados.0.smithi071.stdout:2347: oid 50 updating version 2285 to 2286 2024-09-13T14:31:04.931 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 50 v 2286 (ObjNum 872 snap 310 seq_num 872) dirty exists 2024-09-13T14:31:04.931 INFO:tasks.rados.rados.0.smithi071.stdout:2347: left oid 50 (ObjNum 872 snap 310 seq_num 872) 2024-09-13T14:31:05.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:04 smithi071 ceph-mon[107477]: osdmap e681: 8 total, 8 up, 8 in 2024-09-13T14:31:05.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:04 smithi071 ceph-mon[107477]: pgmap v473: 89 pgs: 89 active+clean; 179 MiB data, 750 MiB used, 714 GiB / 715 GiB avail 2024-09-13T14:31:05.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:04 smithi071 ceph-mon[112785]: osdmap e681: 8 total, 8 up, 8 in 2024-09-13T14:31:05.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:04 smithi071 ceph-mon[112785]: pgmap v473: 89 pgs: 89 active+clean; 179 MiB data, 750 MiB used, 714 GiB / 715 GiB avail 2024-09-13T14:31:05.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:04 smithi104 ceph-mon[105578]: osdmap e681: 8 total, 8 up, 8 in 2024-09-13T14:31:05.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:04 smithi104 ceph-mon[105578]: pgmap v473: 89 pgs: 89 active+clean; 179 MiB data, 750 MiB used, 714 GiB / 715 GiB avail 2024-09-13T14:31:05.930 INFO:tasks.rados.rados.0.smithi071.stdout:2344: done (2 left) 2024-09-13T14:31:05.930 INFO:tasks.rados.rados.0.smithi071.stdout:2347: done (1 left) 2024-09-13T14:31:05.930 INFO:tasks.rados.rados.0.smithi071.stdout:2349: done (0 left) 2024-09-13T14:31:05.930 INFO:tasks.rados.rados.0.smithi071.stdout:2350: delete oid 31 current snap is 311 2024-09-13T14:31:05.936 INFO:tasks.rados.rados.0.smithi071.stdout:2350: done (0 left) 2024-09-13T14:31:05.936 INFO:tasks.rados.rados.0.smithi071.stdout:2351: write oid 40 current snap is 311 2024-09-13T14:31:05.936 INFO:tasks.rados.rados.0.smithi071.stdout:2351: seq_num 874 ranges {689318=631868,1877968=498292} 2024-09-13T14:31:05.944 INFO:tasks.rados.rados.0.smithi071.stdout:2351: writing smithi07185159-40 from 689318 to 1321186 tid 1 2024-09-13T14:31:05.950 INFO:tasks.rados.rados.0.smithi071.stdout:2351: writing smithi07185159-40 from 1877968 to 2376260 tid 2 2024-09-13T14:31:05.950 INFO:tasks.rados.rados.0.smithi071.stdout:2352: read oid 6 snap -1 2024-09-13T14:31:05.950 INFO:tasks.rados.rados.0.smithi071.stdout:2352: expect (ObjNum 871 snap 310 seq_num 871) 2024-09-13T14:31:05.950 INFO:tasks.rados.rados.0.smithi071.stdout:2353: write oid 34 current snap is 311 2024-09-13T14:31:05.950 INFO:tasks.rados.rados.0.smithi071.stdout:2351: finishing write tid 1 to smithi07185159-40 2024-09-13T14:31:05.950 INFO:tasks.rados.rados.0.smithi071.stdout:2353: seq_num 875 ranges {706125=423470,1652803=758303} 2024-09-13T14:31:05.956 INFO:tasks.rados.rados.0.smithi071.stdout:2353: writing smithi07185159-34 from 706125 to 1129595 tid 1 2024-09-13T14:31:05.964 INFO:tasks.rados.rados.0.smithi071.stdout:2353: writing smithi07185159-34 from 1652803 to 2411106 tid 2 2024-09-13T14:31:05.964 INFO:tasks.rados.rados.0.smithi071.stdout:2354: read oid 29 snap 297 2024-09-13T14:31:05.964 INFO:tasks.rados.rados.0.smithi071.stdout:2354: expect (ObjNum 813 snap 287 seq_num 813) 2024-09-13T14:31:05.964 INFO:tasks.rados.rados.0.smithi071.stdout:2355: rollback oid 30 current snap is 311 2024-09-13T14:31:05.964 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 30 to 307 2024-09-13T14:31:05.964 INFO:tasks.rados.rados.0.smithi071.stdout:2351: finishing write tid 2 to smithi07185159-40 2024-09-13T14:31:05.964 INFO:tasks.rados.rados.0.smithi071.stdout:2351: finishing write tid 3 to smithi07185159-40 2024-09-13T14:31:05.964 INFO:tasks.rados.rados.0.smithi071.stdout:2351: finishing write tid 4 to smithi07185159-40 2024-09-13T14:31:05.964 INFO:tasks.rados.rados.0.smithi071.stdout:2351: oid 40 updating version 0 to 497 2024-09-13T14:31:05.965 INFO:tasks.rados.rados.0.smithi071.stdout:2351: oid 40 updating version 497 to 499 2024-09-13T14:31:05.965 INFO:tasks.rados.rados.0.smithi071.stdout:2351: oid 40 version 499 is already newer than 498 2024-09-13T14:31:05.965 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 40 v 499 (ObjNum 874 snap 311 seq_num 874) dirty exists 2024-09-13T14:31:05.965 INFO:tasks.rados.rados.0.smithi071.stdout:2351: left oid 40 (ObjNum 874 snap 311 seq_num 874) 2024-09-13T14:31:05.965 INFO:tasks.rados.rados.0.smithi071.stdout:2352: expect (ObjNum 871 snap 310 seq_num 871) 2024-09-13T14:31:06.131 INFO:tasks.rados.rados.0.smithi071.stdout:2353: finishing write tid 1 to smithi07185159-34 2024-09-13T14:31:06.131 INFO:tasks.rados.rados.0.smithi071.stdout:2355: finishing rollback tid 1 to smithi07185159-30 2024-09-13T14:31:06.131 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 30 v 0 (ObjNum 33 snap 0 seq_num 1953522936) dirty dne 2024-09-13T14:31:06.131 INFO:tasks.rados.rados.0.smithi071.stdout:2354: expect (ObjNum 813 snap 287 seq_num 813) 2024-09-13T14:31:06.247 INFO:tasks.rados.rados.0.smithi071.stdout:2353: finishing write tid 2 to smithi07185159-34 2024-09-13T14:31:06.248 INFO:tasks.rados.rados.0.smithi071.stdout:2353: finishing write tid 3 to smithi07185159-34 2024-09-13T14:31:06.248 INFO:tasks.rados.rados.0.smithi071.stdout:2353: finishing write tid 4 to smithi07185159-34 2024-09-13T14:31:06.248 INFO:tasks.rados.rados.0.smithi071.stdout:2353: oid 34 updating version 0 to 402 2024-09-13T14:31:06.248 INFO:tasks.rados.rados.0.smithi071.stdout:2353: oid 34 updating version 402 to 404 2024-09-13T14:31:06.248 INFO:tasks.rados.rados.0.smithi071.stdout:2353: oid 34 version 404 is already newer than 403 2024-09-13T14:31:06.248 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 34 v 404 (ObjNum 875 snap 311 seq_num 875) dirty exists 2024-09-13T14:31:06.248 INFO:tasks.rados.rados.0.smithi071.stdout:2353: left oid 34 (ObjNum 875 snap 311 seq_num 875) 2024-09-13T14:31:06.248 INFO:tasks.rados.rados.0.smithi071.stdout:2351: done (4 left) 2024-09-13T14:31:06.248 INFO:tasks.rados.rados.0.smithi071.stdout:2352: done (3 left) 2024-09-13T14:31:06.248 INFO:tasks.rados.rados.0.smithi071.stdout:2353: done (2 left) 2024-09-13T14:31:06.248 INFO:tasks.rados.rados.0.smithi071.stdout:2354: done (1 left) 2024-09-13T14:31:06.249 INFO:tasks.rados.rados.0.smithi071.stdout:2355: done (0 left) 2024-09-13T14:31:06.249 INFO:tasks.rados.rados.0.smithi071.stdout:2356: delete oid 29 current snap is 311 2024-09-13T14:31:06.249 INFO:tasks.rados.rados.0.smithi071.stdout:2356: done (0 left) 2024-09-13T14:31:06.249 INFO:tasks.rados.rados.0.smithi071.stdout:2357: snap_create 2024-09-13T14:31:06.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:05 smithi071 ceph-mon[107477]: osdmap e682: 8 total, 8 up, 8 in 2024-09-13T14:31:06.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:05 smithi071 ceph-mon[112785]: osdmap e682: 8 total, 8 up, 8 in 2024-09-13T14:31:06.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:05 smithi104 ceph-mon[105578]: osdmap e682: 8 total, 8 up, 8 in 2024-09-13T14:31:06.940 INFO:tasks.rados.rados.0.smithi071.stdout:2357: done (0 left) 2024-09-13T14:31:06.941 INFO:tasks.rados.rados.0.smithi071.stdout:2358: read oid 3 snap -1 2024-09-13T14:31:06.941 INFO:tasks.rados.rados.0.smithi071.stdout:2358: expect (ObjNum 779 snap 275 seq_num 779) 2024-09-13T14:31:06.941 INFO:tasks.rados.rados.0.smithi071.stdout:2359: snap_remove snap 291 2024-09-13T14:31:07.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:06 smithi071 ceph-mon[107477]: osdmap e683: 8 total, 8 up, 8 in 2024-09-13T14:31:07.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:06 smithi071 ceph-mon[107477]: pgmap v476: 89 pgs: 89 active+clean; 186 MiB data, 768 MiB used, 714 GiB / 715 GiB avail; 3.6 MiB/s rd, 1.4 MiB/s wr, 10 op/s 2024-09-13T14:31:07.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:06 smithi071 ceph-mon[112785]: osdmap e683: 8 total, 8 up, 8 in 2024-09-13T14:31:07.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:06 smithi071 ceph-mon[112785]: pgmap v476: 89 pgs: 89 active+clean; 186 MiB data, 768 MiB used, 714 GiB / 715 GiB avail; 3.6 MiB/s rd, 1.4 MiB/s wr, 10 op/s 2024-09-13T14:31:07.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:06 smithi104 ceph-mon[105578]: osdmap e683: 8 total, 8 up, 8 in 2024-09-13T14:31:07.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:06 smithi104 ceph-mon[105578]: pgmap v476: 89 pgs: 89 active+clean; 186 MiB data, 768 MiB used, 714 GiB / 715 GiB avail; 3.6 MiB/s rd, 1.4 MiB/s wr, 10 op/s 2024-09-13T14:31:07.854 INFO:tasks.rados.rados.0.smithi071.stdout:2359: done (1 left) 2024-09-13T14:31:07.854 INFO:tasks.rados.rados.0.smithi071.stdout:2360: read oid 10 snap 311 2024-09-13T14:31:07.854 INFO:tasks.rados.rados.0.smithi071.stdout:2360: expect deleted 2024-09-13T14:31:07.854 INFO:tasks.rados.rados.0.smithi071.stdout:2361: snap_remove snap 297 2024-09-13T14:31:08.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:07 smithi071 ceph-mon[107477]: osdmap e684: 8 total, 8 up, 8 in 2024-09-13T14:31:08.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:07 smithi071 ceph-mon[107477]: osdmap e685: 8 total, 8 up, 8 in 2024-09-13T14:31:08.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:07 smithi071 ceph-mon[112785]: osdmap e684: 8 total, 8 up, 8 in 2024-09-13T14:31:08.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:07 smithi071 ceph-mon[112785]: osdmap e685: 8 total, 8 up, 8 in 2024-09-13T14:31:08.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:07 smithi104 ceph-mon[105578]: osdmap e684: 8 total, 8 up, 8 in 2024-09-13T14:31:08.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:07 smithi104 ceph-mon[105578]: osdmap e685: 8 total, 8 up, 8 in 2024-09-13T14:31:08.853 INFO:tasks.rados.rados.0.smithi071.stdout:2361: done (2 left) 2024-09-13T14:31:08.854 INFO:tasks.rados.rados.0.smithi071.stdout:2362: snap_remove snap 304 2024-09-13T14:31:09.210 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:08 smithi071 ceph-mon[107477]: pgmap v479: 89 pgs: 89 active+clean; 186 MiB data, 768 MiB used, 714 GiB / 715 GiB avail; 3.6 MiB/s rd, 1.4 MiB/s wr, 10 op/s 2024-09-13T14:31:09.210 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:08 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:31:09.210 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:08 smithi071 ceph-mon[107477]: osdmap e686: 8 total, 8 up, 8 in 2024-09-13T14:31:09.211 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:08 smithi071 ceph-mon[112785]: pgmap v479: 89 pgs: 89 active+clean; 186 MiB data, 768 MiB used, 714 GiB / 715 GiB avail; 3.6 MiB/s rd, 1.4 MiB/s wr, 10 op/s 2024-09-13T14:31:09.211 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:08 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:31:09.211 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:08 smithi071 ceph-mon[112785]: osdmap e686: 8 total, 8 up, 8 in 2024-09-13T14:31:09.323 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:08 smithi104 ceph-mon[105578]: pgmap v479: 89 pgs: 89 active+clean; 186 MiB data, 768 MiB used, 714 GiB / 715 GiB avail; 3.6 MiB/s rd, 1.4 MiB/s wr, 10 op/s 2024-09-13T14:31:09.323 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:08 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:31:09.323 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:08 smithi104 ceph-mon[105578]: osdmap e686: 8 total, 8 up, 8 in 2024-09-13T14:31:09.853 INFO:tasks.rados.rados.0.smithi071.stdout:2362: done (2 left) 2024-09-13T14:31:09.853 INFO:tasks.rados.rados.0.smithi071.stdout:2363: snap_create 2024-09-13T14:31:09.853 INFO:tasks.rados.rados.0.smithi071.stdout:2358: expect (ObjNum 779 snap 275 seq_num 779) 2024-09-13T14:31:10.859 INFO:tasks.rados.rados.0.smithi071.stdout:2358: done (2 left) 2024-09-13T14:31:10.859 INFO:tasks.rados.rados.0.smithi071.stdout:2360: done (1 left) 2024-09-13T14:31:10.859 INFO:tasks.rados.rados.0.smithi071.stdout:2363: done (0 left) 2024-09-13T14:31:10.859 INFO:tasks.rados.rados.0.smithi071.stdout:2364: write oid 41 current snap is 313 2024-09-13T14:31:10.859 INFO:tasks.rados.rados.0.smithi071.stdout:2364: seq_num 877 ranges {739739=573968,2053414=686325} 2024-09-13T14:31:10.866 INFO:tasks.rados.rados.0.smithi071.stdout:2364: writing smithi07185159-41 from 739739 to 1313707 tid 1 2024-09-13T14:31:10.874 INFO:tasks.rados.rados.0.smithi071.stdout:2364: writing smithi07185159-41 from 2053414 to 2739739 tid 2 2024-09-13T14:31:10.874 INFO:tasks.rados.rados.0.smithi071.stdout:2365: write oid 32 current snap is 313 2024-09-13T14:31:10.874 INFO:tasks.rados.rados.0.smithi071.stdout:2364: finishing write tid 1 to smithi07185159-41 2024-09-13T14:31:10.874 INFO:tasks.rados.rados.0.smithi071.stdout:2365: seq_num 878 ranges {756546=649217,2111896=505630} 2024-09-13T14:31:10.881 INFO:tasks.rados.rados.0.smithi071.stdout:2365: writing smithi07185159-32 from 756546 to 1405763 tid 1 2024-09-13T14:31:10.888 INFO:tasks.rados.rados.0.smithi071.stdout:2365: writing smithi07185159-32 from 2111896 to 2617526 tid 2 2024-09-13T14:31:10.888 INFO:tasks.rados.rados.0.smithi071.stdout:2366: write oid 15 current snap is 313 2024-09-13T14:31:10.889 INFO:tasks.rados.rados.0.smithi071.stdout:2364: finishing write tid 2 to smithi07185159-41 2024-09-13T14:31:10.889 INFO:tasks.rados.rados.0.smithi071.stdout:2364: finishing write tid 3 to smithi07185159-41 2024-09-13T14:31:10.889 INFO:tasks.rados.rados.0.smithi071.stdout:2364: finishing write tid 4 to smithi07185159-41 2024-09-13T14:31:10.889 INFO:tasks.rados.rados.0.smithi071.stdout:2364: oid 41 updating version 0 to 1279 2024-09-13T14:31:10.889 INFO:tasks.rados.rados.0.smithi071.stdout:2364: oid 41 updating version 1279 to 1280 2024-09-13T14:31:10.889 INFO:tasks.rados.rados.0.smithi071.stdout:2364: oid 41 updating version 1280 to 1281 2024-09-13T14:31:10.889 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 41 v 1281 (ObjNum 877 snap 313 seq_num 877) dirty exists 2024-09-13T14:31:10.889 INFO:tasks.rados.rados.0.smithi071.stdout:2364: left oid 41 (ObjNum 877 snap 313 seq_num 877) 2024-09-13T14:31:10.889 INFO:tasks.rados.rados.0.smithi071.stdout:2365: finishing write tid 1 to smithi07185159-32 2024-09-13T14:31:10.889 INFO:tasks.rados.rados.0.smithi071.stdout:2366: seq_num 879 ranges {773353=724466,2170378=602975} 2024-09-13T14:31:10.896 INFO:tasks.rados.rados.0.smithi071.stdout:2366: writing smithi07185159-15 from 773353 to 1497819 tid 1 2024-09-13T14:31:10.904 INFO:tasks.rados.rados.0.smithi071.stdout:2366: writing smithi07185159-15 from 2170378 to 2773353 tid 2 2024-09-13T14:31:10.904 INFO:tasks.rados.rados.0.smithi071.stdout:2364: done (2 left) 2024-09-13T14:31:10.904 INFO:tasks.rados.rados.0.smithi071.stdout:2367: read oid 5 snap -1 2024-09-13T14:31:10.904 INFO:tasks.rados.rados.0.smithi071.stdout:2367: expect (ObjNum 838 snap 295 seq_num 838) 2024-09-13T14:31:10.904 INFO:tasks.rados.rados.0.smithi071.stdout:2368: snap_create 2024-09-13T14:31:10.904 INFO:tasks.rados.rados.0.smithi071.stdout:2365: finishing write tid 2 to smithi07185159-32 2024-09-13T14:31:10.904 INFO:tasks.rados.rados.0.smithi071.stdout:2365: finishing write tid 3 to smithi07185159-32 2024-09-13T14:31:10.904 INFO:tasks.rados.rados.0.smithi071.stdout:2365: finishing write tid 4 to smithi07185159-32 2024-09-13T14:31:10.904 INFO:tasks.rados.rados.0.smithi071.stdout:2365: oid 32 updating version 0 to 212 2024-09-13T14:31:10.904 INFO:tasks.rados.rados.0.smithi071.stdout:2365: oid 32 updating version 212 to 214 2024-09-13T14:31:10.904 INFO:tasks.rados.rados.0.smithi071.stdout:2365: oid 32 version 214 is already newer than 213 2024-09-13T14:31:10.904 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 32 v 214 (ObjNum 878 snap 313 seq_num 878) dirty exists 2024-09-13T14:31:10.905 INFO:tasks.rados.rados.0.smithi071.stdout:2365: left oid 32 (ObjNum 878 snap 313 seq_num 878) 2024-09-13T14:31:10.905 INFO:tasks.rados.rados.0.smithi071.stdout:2366: finishing write tid 1 to smithi07185159-15 2024-09-13T14:31:10.908 INFO:tasks.rados.rados.0.smithi071.stdout:2366: finishing write tid 2 to smithi07185159-15 2024-09-13T14:31:10.908 INFO:tasks.rados.rados.0.smithi071.stdout:2366: finishing write tid 3 to smithi07185159-15 2024-09-13T14:31:10.908 INFO:tasks.rados.rados.0.smithi071.stdout:2366: finishing write tid 4 to smithi07185159-15 2024-09-13T14:31:10.908 INFO:tasks.rados.rados.0.smithi071.stdout:2366: oid 15 updating version 0 to 2317 2024-09-13T14:31:10.908 INFO:tasks.rados.rados.0.smithi071.stdout:2366: oid 15 updating version 2317 to 2318 2024-09-13T14:31:10.908 INFO:tasks.rados.rados.0.smithi071.stdout:2366: oid 15 version 2318 is already newer than 2316 2024-09-13T14:31:10.909 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 15 v 2318 (ObjNum 879 snap 313 seq_num 879) dirty exists 2024-09-13T14:31:10.909 INFO:tasks.rados.rados.0.smithi071.stdout:2366: left oid 15 (ObjNum 879 snap 313 seq_num 879) 2024-09-13T14:31:10.915 INFO:tasks.rados.rados.0.smithi071.stdout:2367: expect (ObjNum 838 snap 295 seq_num 838) 2024-09-13T14:31:11.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:10 smithi071 ceph-mon[107477]: osdmap e687: 8 total, 8 up, 8 in 2024-09-13T14:31:11.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:10 smithi071 ceph-mon[107477]: pgmap v482: 89 pgs: 89 active+clean; 187 MiB data, 769 MiB used, 714 GiB / 715 GiB avail; 8.1 MiB/s rd, 565 KiB/s wr, 9 op/s 2024-09-13T14:31:11.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:10 smithi071 ceph-mon[112785]: osdmap e687: 8 total, 8 up, 8 in 2024-09-13T14:31:11.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:10 smithi071 ceph-mon[112785]: pgmap v482: 89 pgs: 89 active+clean; 187 MiB data, 769 MiB used, 714 GiB / 715 GiB avail; 8.1 MiB/s rd, 565 KiB/s wr, 9 op/s 2024-09-13T14:31:11.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:10 smithi104 ceph-mon[105578]: osdmap e687: 8 total, 8 up, 8 in 2024-09-13T14:31:11.210 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:10 smithi104 ceph-mon[105578]: pgmap v482: 89 pgs: 89 active+clean; 187 MiB data, 769 MiB used, 714 GiB / 715 GiB avail; 8.1 MiB/s rd, 565 KiB/s wr, 9 op/s 2024-09-13T14:31:11.865 INFO:tasks.rados.rados.0.smithi071.stdout:2365: done (3 left) 2024-09-13T14:31:11.865 INFO:tasks.rados.rados.0.smithi071.stdout:2366: done (2 left) 2024-09-13T14:31:11.865 INFO:tasks.rados.rados.0.smithi071.stdout:2367: done (1 left) 2024-09-13T14:31:11.865 INFO:tasks.rados.rados.0.smithi071.stdout:2368: done (0 left) 2024-09-13T14:31:11.865 INFO:tasks.rados.rados.0.smithi071.stdout:2369: write oid 34 current snap is 314 2024-09-13T14:31:11.866 INFO:tasks.rados.rados.0.smithi071.stdout:2369: seq_num 880 ranges {790160=799715,2112507=509299} 2024-09-13T14:31:11.873 INFO:tasks.rados.rados.0.smithi071.stdout:2369: writing smithi07185159-34 from 790160 to 1589875 tid 1 2024-09-13T14:31:11.879 INFO:tasks.rados.rados.0.smithi071.stdout:2369: writing smithi07185159-34 from 2112507 to 2621806 tid 2 2024-09-13T14:31:11.879 INFO:tasks.rados.rados.0.smithi071.stdout:2370: write oid 13 current snap is 314 2024-09-13T14:31:11.879 INFO:tasks.rados.rados.0.smithi071.stdout:2370: seq_num 881 ranges {406967=474964,1370989=769310,2677186=129781} 2024-09-13T14:31:11.884 INFO:tasks.rados.rados.0.smithi071.stdout:2370: writing smithi07185159-13 from 406967 to 881931 tid 1 2024-09-13T14:31:11.891 INFO:tasks.rados.rados.0.smithi071.stdout:2370: writing smithi07185159-13 from 1370989 to 2140299 tid 2 2024-09-13T14:31:11.895 INFO:tasks.rados.rados.0.smithi071.stdout:2370: writing smithi07185159-13 from 2677186 to 2806967 tid 3 2024-09-13T14:31:11.895 INFO:tasks.rados.rados.0.smithi071.stdout:2371: write oid 36 current snap is 314 2024-09-13T14:31:11.895 INFO:tasks.rados.rados.0.smithi071.stdout:2369: finishing write tid 1 to smithi07185159-34 2024-09-13T14:31:11.895 INFO:tasks.rados.rados.0.smithi071.stdout:2371: seq_num 882 ranges {423774=666566,1545824=512968,2704609=119165} 2024-09-13T14:31:11.900 INFO:tasks.rados.rados.0.smithi071.stdout:2371: writing smithi07185159-36 from 423774 to 1090340 tid 1 2024-09-13T14:31:11.906 INFO:tasks.rados.rados.0.smithi071.stdout:2371: writing smithi07185159-36 from 1545824 to 2058792 tid 2 2024-09-13T14:31:11.910 INFO:tasks.rados.rados.0.smithi071.stdout:2371: writing smithi07185159-36 from 2704609 to 2823774 tid 3 2024-09-13T14:31:11.911 INFO:tasks.rados.rados.0.smithi071.stdout:2372: read oid 15 snap -1 2024-09-13T14:31:11.911 INFO:tasks.rados.rados.0.smithi071.stdout:2372: expect (ObjNum 879 snap 313 seq_num 879) 2024-09-13T14:31:11.911 INFO:tasks.rados.rados.0.smithi071.stdout:2373: write oid 17 current snap is 314 2024-09-13T14:31:11.911 INFO:tasks.rados.rados.0.smithi071.stdout:2369: finishing write tid 2 to smithi07185159-34 2024-09-13T14:31:11.911 INFO:tasks.rados.rados.0.smithi071.stdout:2369: finishing write tid 3 to smithi07185159-34 2024-09-13T14:31:11.911 INFO:tasks.rados.rados.0.smithi071.stdout:2373: seq_num 883 ranges {440581=741815,1604306=656626,2732032=108549} 2024-09-13T14:31:11.917 INFO:tasks.rados.rados.0.smithi071.stdout:2373: writing smithi07185159-17 from 440581 to 1182396 tid 1 2024-09-13T14:31:11.923 INFO:tasks.rados.rados.0.smithi071.stdout:2373: writing smithi07185159-17 from 1604306 to 2260932 tid 2 2024-09-13T14:31:11.926 INFO:tasks.rados.rados.0.smithi071.stdout:2373: writing smithi07185159-17 from 2732032 to 2840581 tid 3 2024-09-13T14:31:11.927 INFO:tasks.rados.rados.0.smithi071.stdout:2374: write oid 47 current snap is 314 2024-09-13T14:31:11.927 INFO:tasks.rados.rados.0.smithi071.stdout:2369: finishing write tid 4 to smithi07185159-34 2024-09-13T14:31:11.927 INFO:tasks.rados.rados.0.smithi071.stdout:2369: oid 34 updating version 0 to 413 2024-09-13T14:31:11.927 INFO:tasks.rados.rados.0.smithi071.stdout:2369: oid 34 updating version 413 to 414 2024-09-13T14:31:11.927 INFO:tasks.rados.rados.0.smithi071.stdout:2369: oid 34 version 414 is already newer than 412 2024-09-13T14:31:11.927 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 34 v 414 (ObjNum 880 snap 314 seq_num 880) dirty exists 2024-09-13T14:31:11.927 INFO:tasks.rados.rados.0.smithi071.stdout:2369: left oid 34 (ObjNum 880 snap 314 seq_num 880) 2024-09-13T14:31:11.927 INFO:tasks.rados.rados.0.smithi071.stdout:2370: finishing write tid 1 to smithi07185159-13 2024-09-13T14:31:11.928 INFO:tasks.rados.rados.0.smithi071.stdout:2374: seq_num 884 ranges {457388=417064,1546435=516637,2643102=214286} 2024-09-13T14:31:11.931 INFO:tasks.rados.rados.0.smithi071.stdout:2374: writing smithi07185159-47 from 457388 to 874452 tid 1 2024-09-13T14:31:11.937 INFO:tasks.rados.rados.0.smithi071.stdout:2374: writing smithi07185159-47 from 1546435 to 2063072 tid 2 2024-09-13T14:31:11.942 INFO:tasks.rados.rados.0.smithi071.stdout:2374: writing smithi07185159-47 from 2643102 to 2857388 tid 3 2024-09-13T14:31:11.942 INFO:tasks.rados.rados.0.smithi071.stdout:2369: done (5 left) 2024-09-13T14:31:11.943 INFO:tasks.rados.rados.0.smithi071.stdout:2375: snap_create 2024-09-13T14:31:11.943 INFO:tasks.rados.rados.0.smithi071.stdout:2370: finishing write tid 2 to smithi07185159-13 2024-09-13T14:31:11.943 INFO:tasks.rados.rados.0.smithi071.stdout:2370: finishing write tid 3 to smithi07185159-13 2024-09-13T14:31:11.943 INFO:tasks.rados.rados.0.smithi071.stdout:2370: finishing write tid 4 to smithi07185159-13 2024-09-13T14:31:11.943 INFO:tasks.rados.rados.0.smithi071.stdout:2370: finishing write tid 5 to smithi07185159-13 2024-09-13T14:31:11.943 INFO:tasks.rados.rados.0.smithi071.stdout:2370: oid 13 updating version 0 to 1272 2024-09-13T14:31:11.943 INFO:tasks.rados.rados.0.smithi071.stdout:2370: oid 13 version 1272 is already newer than 1271 2024-09-13T14:31:11.943 INFO:tasks.rados.rados.0.smithi071.stdout:2370: oid 13 updating version 1272 to 1274 2024-09-13T14:31:11.943 INFO:tasks.rados.rados.0.smithi071.stdout:2370: oid 13 version 1274 is already newer than 1273 2024-09-13T14:31:11.943 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 13 v 1274 (ObjNum 881 snap 314 seq_num 881) dirty exists 2024-09-13T14:31:11.943 INFO:tasks.rados.rados.0.smithi071.stdout:2370: left oid 13 (ObjNum 881 snap 314 seq_num 881) 2024-09-13T14:31:11.943 INFO:tasks.rados.rados.0.smithi071.stdout:2371: finishing write tid 1 to smithi07185159-36 2024-09-13T14:31:11.943 INFO:tasks.rados.rados.0.smithi071.stdout:2371: finishing write tid 2 to smithi07185159-36 2024-09-13T14:31:11.944 INFO:tasks.rados.rados.0.smithi071.stdout:2371: finishing write tid 3 to smithi07185159-36 2024-09-13T14:31:11.944 INFO:tasks.rados.rados.0.smithi071.stdout:2371: finishing write tid 4 to smithi07185159-36 2024-09-13T14:31:11.944 INFO:tasks.rados.rados.0.smithi071.stdout:2371: finishing write tid 5 to smithi07185159-36 2024-09-13T14:31:11.944 INFO:tasks.rados.rados.0.smithi071.stdout:2371: oid 36 updating version 0 to 509 2024-09-13T14:31:11.944 INFO:tasks.rados.rados.0.smithi071.stdout:2371: oid 36 version 509 is already newer than 507 2024-09-13T14:31:11.944 INFO:tasks.rados.rados.0.smithi071.stdout:2371: oid 36 version 509 is already newer than 508 2024-09-13T14:31:11.944 INFO:tasks.rados.rados.0.smithi071.stdout:2371: oid 36 updating version 509 to 510 2024-09-13T14:31:11.944 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 36 v 510 (ObjNum 882 snap 314 seq_num 882) dirty exists 2024-09-13T14:31:11.944 INFO:tasks.rados.rados.0.smithi071.stdout:2371: left oid 36 (ObjNum 882 snap 314 seq_num 882) 2024-09-13T14:31:11.944 INFO:tasks.rados.rados.0.smithi071.stdout:2373: finishing write tid 1 to smithi07185159-17 2024-09-13T14:31:11.944 INFO:tasks.rados.rados.0.smithi071.stdout:2372: expect (ObjNum 879 snap 313 seq_num 879) 2024-09-13T14:31:12.053 INFO:tasks.rados.rados.0.smithi071.stdout:2373: finishing write tid 2 to smithi07185159-17 2024-09-13T14:31:12.053 INFO:tasks.rados.rados.0.smithi071.stdout:2373: finishing write tid 3 to smithi07185159-17 2024-09-13T14:31:12.053 INFO:tasks.rados.rados.0.smithi071.stdout:2373: finishing write tid 4 to smithi07185159-17 2024-09-13T14:31:12.053 INFO:tasks.rados.rados.0.smithi071.stdout:2373: finishing write tid 5 to smithi07185159-17 2024-09-13T14:31:12.053 INFO:tasks.rados.rados.0.smithi071.stdout:2373: oid 17 updating version 0 to 774 2024-09-13T14:31:12.053 INFO:tasks.rados.rados.0.smithi071.stdout:2373: oid 17 version 774 is already newer than 771 2024-09-13T14:31:12.053 INFO:tasks.rados.rados.0.smithi071.stdout:2373: oid 17 version 774 is already newer than 772 2024-09-13T14:31:12.053 INFO:tasks.rados.rados.0.smithi071.stdout:2373: oid 17 version 774 is already newer than 773 2024-09-13T14:31:12.053 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 17 v 774 (ObjNum 883 snap 314 seq_num 883) dirty exists 2024-09-13T14:31:12.053 INFO:tasks.rados.rados.0.smithi071.stdout:2373: left oid 17 (ObjNum 883 snap 314 seq_num 883) 2024-09-13T14:31:12.054 INFO:tasks.rados.rados.0.smithi071.stdout:2374: finishing write tid 1 to smithi07185159-47 2024-09-13T14:31:12.054 INFO:tasks.rados.rados.0.smithi071.stdout:2374: finishing write tid 2 to smithi07185159-47 2024-09-13T14:31:12.054 INFO:tasks.rados.rados.0.smithi071.stdout:2374: finishing write tid 3 to smithi07185159-47 2024-09-13T14:31:12.054 INFO:tasks.rados.rados.0.smithi071.stdout:2374: finishing write tid 4 to smithi07185159-47 2024-09-13T14:31:12.054 INFO:tasks.rados.rados.0.smithi071.stdout:2374: finishing write tid 5 to smithi07185159-47 2024-09-13T14:31:12.054 INFO:tasks.rados.rados.0.smithi071.stdout:2374: oid 47 updating version 0 to 1056 2024-09-13T14:31:12.054 INFO:tasks.rados.rados.0.smithi071.stdout:2374: oid 47 version 1056 is already newer than 1054 2024-09-13T14:31:12.054 INFO:tasks.rados.rados.0.smithi071.stdout:2374: oid 47 version 1056 is already newer than 1055 2024-09-13T14:31:12.054 INFO:tasks.rados.rados.0.smithi071.stdout:2374: oid 47 updating version 1056 to 1057 2024-09-13T14:31:12.054 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 47 v 1057 (ObjNum 884 snap 314 seq_num 884) dirty exists 2024-09-13T14:31:12.054 INFO:tasks.rados.rados.0.smithi071.stdout:2374: left oid 47 (ObjNum 884 snap 314 seq_num 884) 2024-09-13T14:31:12.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:11 smithi071 ceph-mon[107477]: osdmap e688: 8 total, 8 up, 8 in 2024-09-13T14:31:12.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:11 smithi071 ceph-mon[112785]: osdmap e688: 8 total, 8 up, 8 in 2024-09-13T14:31:12.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:11 smithi104 ceph-mon[105578]: osdmap e688: 8 total, 8 up, 8 in 2024-09-13T14:31:12.856 INFO:tasks.rados.rados.0.smithi071.stdout:2370: done (5 left) 2024-09-13T14:31:12.856 INFO:tasks.rados.rados.0.smithi071.stdout:2371: done (4 left) 2024-09-13T14:31:12.856 INFO:tasks.rados.rados.0.smithi071.stdout:2372: done (3 left) 2024-09-13T14:31:12.856 INFO:tasks.rados.rados.0.smithi071.stdout:2373: done (2 left) 2024-09-13T14:31:12.857 INFO:tasks.rados.rados.0.smithi071.stdout:2374: done (1 left) 2024-09-13T14:31:12.857 INFO:tasks.rados.rados.0.smithi071.stdout:2375: done (0 left) 2024-09-13T14:31:12.857 INFO:tasks.rados.rados.0.smithi071.stdout:2376: read oid 25 snap 307 2024-09-13T14:31:12.857 INFO:tasks.rados.rados.0.smithi071.stdout:2376: expect (ObjNum 854 snap 297 seq_num 854) 2024-09-13T14:31:12.857 INFO:tasks.rados.rados.0.smithi071.stdout:2377: write oid 39 current snap is 315 2024-09-13T14:31:12.857 INFO:tasks.rados.rados.0.smithi071.stdout:2377: seq_num 885 ranges {474195=492313,1604917=660295,2670525=203670} 2024-09-13T14:31:12.861 INFO:tasks.rados.rados.0.smithi071.stdout:2377: writing smithi07185159-39 from 474195 to 966508 tid 1 2024-09-13T14:31:12.870 INFO:tasks.rados.rados.0.smithi071.stdout:2377: writing smithi07185159-39 from 1604917 to 2265212 tid 2 2024-09-13T14:31:12.874 INFO:tasks.rados.rados.0.smithi071.stdout:2377: writing smithi07185159-39 from 2670525 to 2874195 tid 3 2024-09-13T14:31:12.874 INFO:tasks.rados.rados.0.smithi071.stdout:2378: read oid 42 snap -1 2024-09-13T14:31:12.874 INFO:tasks.rados.rados.0.smithi071.stdout:2378: expect deleted 2024-09-13T14:31:12.874 INFO:tasks.rados.rados.0.smithi071.stdout:2379: write oid 33 current snap is 315 2024-09-13T14:31:12.874 INFO:tasks.rados.rados.0.smithi071.stdout:2379: seq_num 886 ranges {491002=567562,1663399=520306,2814301=76701} 2024-09-13T14:31:12.881 INFO:tasks.rados.rados.0.smithi071.stdout:2379: writing smithi07185159-33 from 491002 to 1058564 tid 1 2024-09-13T14:31:12.888 INFO:tasks.rados.rados.0.smithi071.stdout:2379: writing smithi07185159-33 from 1663399 to 2183705 tid 2 2024-09-13T14:31:12.893 INFO:tasks.rados.rados.0.smithi071.stdout:2379: writing smithi07185159-33 from 2814301 to 2891002 tid 3 2024-09-13T14:31:12.893 INFO:tasks.rados.rados.0.smithi071.stdout:2380: write oid 23 current snap is 315 2024-09-13T14:31:12.893 INFO:tasks.rados.rados.0.smithi071.stdout:2380: seq_num 887 ranges {507809=642811,1721881=663964} 2024-09-13T14:31:12.899 INFO:tasks.rados.rados.0.smithi071.stdout:2380: writing smithi07185159-23 from 507809 to 1150620 tid 1 2024-09-13T14:31:12.906 INFO:tasks.rados.rados.0.smithi071.stdout:2380: writing smithi07185159-23 from 1721881 to 2385845 tid 2 2024-09-13T14:31:12.906 INFO:tasks.rados.rados.0.smithi071.stdout:2381: read oid 8 snap -1 2024-09-13T14:31:12.906 INFO:tasks.rados.rados.0.smithi071.stdout:2381: expect (ObjNum 868 snap 310 seq_num 868) 2024-09-13T14:31:12.906 INFO:tasks.rados.rados.0.smithi071.stdout:2382: delete oid 21 current snap is 315 2024-09-13T14:31:12.906 INFO:tasks.rados.rados.0.smithi071.stdout:2376: expect (ObjNum 854 snap 297 seq_num 854) 2024-09-13T14:31:13.042 INFO:tasks.rados.rados.0.smithi071.stdout:2377: finishing write tid 1 to smithi07185159-39 2024-09-13T14:31:13.042 INFO:tasks.rados.rados.0.smithi071.stdout:2377: finishing write tid 2 to smithi07185159-39 2024-09-13T14:31:13.042 INFO:tasks.rados.rados.0.smithi071.stdout:2376: done (6 left) 2024-09-13T14:31:13.042 INFO:tasks.rados.rados.0.smithi071.stdout:2382: done (5 left) 2024-09-13T14:31:13.042 INFO:tasks.rados.rados.0.smithi071.stdout:2383: rollback oid 13 current snap is 315 2024-09-13T14:31:13.043 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 13 to 296 2024-09-13T14:31:13.043 INFO:tasks.rados.rados.0.smithi071.stdout:2377: finishing write tid 3 to smithi07185159-39 2024-09-13T14:31:13.043 INFO:tasks.rados.rados.0.smithi071.stdout:2377: finishing write tid 4 to smithi07185159-39 2024-09-13T14:31:13.043 INFO:tasks.rados.rados.0.smithi071.stdout:2377: finishing write tid 5 to smithi07185159-39 2024-09-13T14:31:13.043 INFO:tasks.rados.rados.0.smithi071.stdout:2377: oid 39 updating version 0 to 1186 2024-09-13T14:31:13.043 INFO:tasks.rados.rados.0.smithi071.stdout:2377: oid 39 version 1186 is already newer than 1184 2024-09-13T14:31:13.043 INFO:tasks.rados.rados.0.smithi071.stdout:2377: oid 39 version 1186 is already newer than 1185 2024-09-13T14:31:13.043 INFO:tasks.rados.rados.0.smithi071.stdout:2377: oid 39 version 1186 is already newer than 1183 2024-09-13T14:31:13.043 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 39 v 1186 (ObjNum 885 snap 315 seq_num 885) dirty exists 2024-09-13T14:31:13.043 INFO:tasks.rados.rados.0.smithi071.stdout:2377: left oid 39 (ObjNum 885 snap 315 seq_num 885) 2024-09-13T14:31:13.043 INFO:tasks.rados.rados.0.smithi071.stdout:2379: finishing write tid 1 to smithi07185159-33 2024-09-13T14:31:13.043 INFO:tasks.rados.rados.0.smithi071.stdout:2379: finishing write tid 2 to smithi07185159-33 2024-09-13T14:31:13.043 INFO:tasks.rados.rados.0.smithi071.stdout:2379: finishing write tid 3 to smithi07185159-33 2024-09-13T14:31:13.043 INFO:tasks.rados.rados.0.smithi071.stdout:2379: finishing write tid 4 to smithi07185159-33 2024-09-13T14:31:13.044 INFO:tasks.rados.rados.0.smithi071.stdout:2379: finishing write tid 5 to smithi07185159-33 2024-09-13T14:31:13.044 INFO:tasks.rados.rados.0.smithi071.stdout:2379: oid 33 updating version 0 to 1058 2024-09-13T14:31:13.044 INFO:tasks.rados.rados.0.smithi071.stdout:2379: oid 33 updating version 1058 to 1059 2024-09-13T14:31:13.044 INFO:tasks.rados.rados.0.smithi071.stdout:2379: oid 33 updating version 1059 to 1060 2024-09-13T14:31:13.044 INFO:tasks.rados.rados.0.smithi071.stdout:2379: oid 33 updating version 1060 to 1061 2024-09-13T14:31:13.044 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 33 v 1061 (ObjNum 886 snap 315 seq_num 886) dirty exists 2024-09-13T14:31:13.044 INFO:tasks.rados.rados.0.smithi071.stdout:2379: left oid 33 (ObjNum 886 snap 315 seq_num 886) 2024-09-13T14:31:13.044 INFO:tasks.rados.rados.0.smithi071.stdout:2380: finishing write tid 1 to smithi07185159-23 2024-09-13T14:31:13.044 INFO:tasks.rados.rados.0.smithi071.stdout:2380: finishing write tid 2 to smithi07185159-23 2024-09-13T14:31:13.044 INFO:tasks.rados.rados.0.smithi071.stdout:2380: finishing write tid 3 to smithi07185159-23 2024-09-13T14:31:13.044 INFO:tasks.rados.rados.0.smithi071.stdout:2380: finishing write tid 4 to smithi07185159-23 2024-09-13T14:31:13.044 INFO:tasks.rados.rados.0.smithi071.stdout:2380: oid 23 updating version 0 to 1275 2024-09-13T14:31:13.044 INFO:tasks.rados.rados.0.smithi071.stdout:2380: oid 23 updating version 1275 to 1277 2024-09-13T14:31:13.045 INFO:tasks.rados.rados.0.smithi071.stdout:2380: oid 23 version 1277 is already newer than 1276 2024-09-13T14:31:13.045 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 23 v 1277 (ObjNum 887 snap 315 seq_num 887) dirty exists 2024-09-13T14:31:13.045 INFO:tasks.rados.rados.0.smithi071.stdout:2380: left oid 23 (ObjNum 887 snap 315 seq_num 887) 2024-09-13T14:31:13.045 INFO:tasks.rados.rados.0.smithi071.stdout:2381: expect (ObjNum 868 snap 310 seq_num 868) 2024-09-13T14:31:13.140 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:31:12 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:31:12] "GET /metrics HTTP/1.1" 200 36277 "" "Prometheus/2.51.0" 2024-09-13T14:31:13.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:12 smithi071 ceph-mon[107477]: osdmap e689: 8 total, 8 up, 8 in 2024-09-13T14:31:13.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:12 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:31:13.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:12 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:31:13.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:12 smithi071 ceph-mon[107477]: pgmap v485: 89 pgs: 89 active+clean; 187 MiB data, 769 MiB used, 714 GiB / 715 GiB avail; 8.1 MiB/s rd, 565 KiB/s wr, 9 op/s 2024-09-13T14:31:13.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:12 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:31:13.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:12 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:31:13.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:12 smithi071 ceph-mon[107477]: osdmap e690: 8 total, 8 up, 8 in 2024-09-13T14:31:13.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:12 smithi071 ceph-mon[112785]: osdmap e689: 8 total, 8 up, 8 in 2024-09-13T14:31:13.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:12 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:31:13.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:12 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:31:13.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:12 smithi071 ceph-mon[112785]: pgmap v485: 89 pgs: 89 active+clean; 187 MiB data, 769 MiB used, 714 GiB / 715 GiB avail; 8.1 MiB/s rd, 565 KiB/s wr, 9 op/s 2024-09-13T14:31:13.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:12 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:31:13.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:12 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:31:13.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:12 smithi071 ceph-mon[112785]: osdmap e690: 8 total, 8 up, 8 in 2024-09-13T14:31:13.159 INFO:tasks.rados.rados.0.smithi071.stdout:2383: finishing rollback tid 0 to smithi07185159-13 2024-09-13T14:31:13.159 INFO:tasks.rados.rados.0.smithi071.stdout:2383: finishing rollback tid 1 to smithi07185159-13 2024-09-13T14:31:13.159 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 13 v 1280 (ObjNum 49 snap 0 seq_num 1959500912) dirty dne 2024-09-13T14:31:13.159 INFO:tasks.rados.rados.0.smithi071.stdout:2377: done (5 left) 2024-09-13T14:31:13.159 INFO:tasks.rados.rados.0.smithi071.stdout:2378: done (4 left) 2024-09-13T14:31:13.159 INFO:tasks.rados.rados.0.smithi071.stdout:2379: done (3 left) 2024-09-13T14:31:13.160 INFO:tasks.rados.rados.0.smithi071.stdout:2380: done (2 left) 2024-09-13T14:31:13.160 INFO:tasks.rados.rados.0.smithi071.stdout:2381: done (1 left) 2024-09-13T14:31:13.160 INFO:tasks.rados.rados.0.smithi071.stdout:2383: done (0 left) 2024-09-13T14:31:13.160 INFO:tasks.rados.rados.0.smithi071.stdout:2384: rollback oid 33 current snap is 315 2024-09-13T14:31:13.160 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 33 to 311 2024-09-13T14:31:13.160 INFO:tasks.rados.rados.0.smithi071.stdout:2385: write oid 10 current snap is 315 2024-09-13T14:31:13.160 INFO:tasks.rados.rados.0.smithi071.stdout:2385: seq_num 889 ranges {541423=793309,2122492=667633} 2024-09-13T14:31:13.166 INFO:tasks.rados.rados.0.smithi071.stdout:2385: writing smithi07185159-10 from 541423 to 1334732 tid 1 2024-09-13T14:31:13.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:12 smithi104 ceph-mon[105578]: osdmap e689: 8 total, 8 up, 8 in 2024-09-13T14:31:13.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:12 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:31:13.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:12 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:31:13.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:12 smithi104 ceph-mon[105578]: pgmap v485: 89 pgs: 89 active+clean; 187 MiB data, 769 MiB used, 714 GiB / 715 GiB avail; 8.1 MiB/s rd, 565 KiB/s wr, 9 op/s 2024-09-13T14:31:13.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:12 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:31:13.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:12 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:31:13.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:12 smithi104 ceph-mon[105578]: osdmap e690: 8 total, 8 up, 8 in 2024-09-13T14:31:13.174 INFO:tasks.rados.rados.0.smithi071.stdout:2385: writing smithi07185159-10 from 2122492 to 2790125 tid 2 2024-09-13T14:31:13.174 INFO:tasks.rados.rados.0.smithi071.stdout:2386: delete oid 16 current snap is 315 2024-09-13T14:31:13.174 INFO:tasks.rados.rados.0.smithi071.stdout:2384: finishing rollback tid 0 to smithi07185159-33 2024-09-13T14:31:13.174 INFO:tasks.rados.rados.0.smithi071.stdout:2384: finishing rollback tid 1 to smithi07185159-33 2024-09-13T14:31:13.174 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 33 v 1065 (ObjNum 544235886 snap 171455793 seq_num 304) dirty dne 2024-09-13T14:31:13.174 INFO:tasks.rados.rados.0.smithi071.stdout:2385: finishing write tid 1 to smithi07185159-10 2024-09-13T14:31:13.175 INFO:tasks.rados.rados.0.smithi071.stdout:2384: done (2 left) 2024-09-13T14:31:13.175 INFO:tasks.rados.rados.0.smithi071.stdout:2386: done (1 left) 2024-09-13T14:31:13.175 INFO:tasks.rados.rados.0.smithi071.stdout:2387: write oid 19 current snap is 315 2024-09-13T14:31:13.175 INFO:tasks.rados.rados.0.smithi071.stdout:2387: seq_num 891 ranges {575037=660160,1955809=671302} 2024-09-13T14:31:13.181 INFO:tasks.rados.rados.0.smithi071.stdout:2387: writing smithi07185159-19 from 575037 to 1235197 tid 1 2024-09-13T14:31:13.190 INFO:tasks.rados.rados.0.smithi071.stdout:2387: writing smithi07185159-19 from 1955809 to 2627111 tid 2 2024-09-13T14:31:13.190 INFO:tasks.rados.rados.0.smithi071.stdout:2388: read oid 41 snap -1 2024-09-13T14:31:13.190 INFO:tasks.rados.rados.0.smithi071.stdout:2388: expect (ObjNum 877 snap 313 seq_num 877) 2024-09-13T14:31:13.190 INFO:tasks.rados.rados.0.smithi071.stdout:2389: write oid 22 current snap is 315 2024-09-13T14:31:13.190 INFO:tasks.rados.rados.0.smithi071.stdout:2385: finishing write tid 2 to smithi07185159-10 2024-09-13T14:31:13.191 INFO:tasks.rados.rados.0.smithi071.stdout:2385: finishing write tid 3 to smithi07185159-10 2024-09-13T14:31:13.191 INFO:tasks.rados.rados.0.smithi071.stdout:2385: finishing write tid 4 to smithi07185159-10 2024-09-13T14:31:13.191 INFO:tasks.rados.rados.0.smithi071.stdout:2385: oid 10 updating version 0 to 1149 2024-09-13T14:31:13.191 INFO:tasks.rados.rados.0.smithi071.stdout:2385: oid 10 version 1149 is already newer than 1148 2024-09-13T14:31:13.191 INFO:tasks.rados.rados.0.smithi071.stdout:2385: oid 10 updating version 1149 to 1150 2024-09-13T14:31:13.191 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 10 v 1150 (ObjNum 889 snap 315 seq_num 889) dirty exists 2024-09-13T14:31:13.191 INFO:tasks.rados.rados.0.smithi071.stdout:2385: left oid 10 (ObjNum 889 snap 315 seq_num 889) 2024-09-13T14:31:13.191 INFO:tasks.rados.rados.0.smithi071.stdout:2387: finishing write tid 1 to smithi07185159-19 2024-09-13T14:31:13.191 INFO:tasks.rados.rados.0.smithi071.stdout:2389: seq_num 892 ranges {591844=735409,1897938=531313,2862486=129358} 2024-09-13T14:31:13.197 INFO:tasks.rados.rados.0.smithi071.stdout:2389: writing smithi07185159-22 from 591844 to 1327253 tid 1 2024-09-13T14:31:13.203 INFO:tasks.rados.rados.0.smithi071.stdout:2389: writing smithi07185159-22 from 1897938 to 2429251 tid 2 2024-09-13T14:31:13.206 INFO:tasks.rados.rados.0.smithi071.stdout:2389: writing smithi07185159-22 from 2862486 to 2991844 tid 3 2024-09-13T14:31:13.206 INFO:tasks.rados.rados.0.smithi071.stdout:2385: done (3 left) 2024-09-13T14:31:13.206 INFO:tasks.rados.rados.0.smithi071.stdout:2390: snap_create 2024-09-13T14:31:13.206 INFO:tasks.rados.rados.0.smithi071.stdout:2387: finishing write tid 2 to smithi07185159-19 2024-09-13T14:31:13.206 INFO:tasks.rados.rados.0.smithi071.stdout:2387: finishing write tid 3 to smithi07185159-19 2024-09-13T14:31:13.207 INFO:tasks.rados.rados.0.smithi071.stdout:2387: finishing write tid 4 to smithi07185159-19 2024-09-13T14:31:13.207 INFO:tasks.rados.rados.0.smithi071.stdout:2387: oid 19 updating version 0 to 778 2024-09-13T14:31:13.207 INFO:tasks.rados.rados.0.smithi071.stdout:2387: oid 19 version 778 is already newer than 777 2024-09-13T14:31:13.207 INFO:tasks.rados.rados.0.smithi071.stdout:2387: oid 19 version 778 is already newer than 776 2024-09-13T14:31:13.207 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 19 v 778 (ObjNum 891 snap 315 seq_num 891) dirty exists 2024-09-13T14:31:13.207 INFO:tasks.rados.rados.0.smithi071.stdout:2387: left oid 19 (ObjNum 891 snap 315 seq_num 891) 2024-09-13T14:31:13.207 INFO:tasks.rados.rados.0.smithi071.stdout:2388: expect (ObjNum 877 snap 313 seq_num 877) 2024-09-13T14:31:13.321 INFO:tasks.rados.rados.0.smithi071.stdout:2389: finishing write tid 1 to smithi07185159-22 2024-09-13T14:31:13.321 INFO:tasks.rados.rados.0.smithi071.stdout:2389: finishing write tid 2 to smithi07185159-22 2024-09-13T14:31:13.321 INFO:tasks.rados.rados.0.smithi071.stdout:2389: finishing write tid 3 to smithi07185159-22 2024-09-13T14:31:13.321 INFO:tasks.rados.rados.0.smithi071.stdout:2389: finishing write tid 4 to smithi07185159-22 2024-09-13T14:31:13.321 INFO:tasks.rados.rados.0.smithi071.stdout:2389: finishing write tid 5 to smithi07185159-22 2024-09-13T14:31:13.321 INFO:tasks.rados.rados.0.smithi071.stdout:2389: oid 22 updating version 0 to 781 2024-09-13T14:31:13.322 INFO:tasks.rados.rados.0.smithi071.stdout:2389: oid 22 updating version 781 to 783 2024-09-13T14:31:13.322 INFO:tasks.rados.rados.0.smithi071.stdout:2389: oid 22 version 783 is already newer than 782 2024-09-13T14:31:13.322 INFO:tasks.rados.rados.0.smithi071.stdout:2389: oid 22 version 783 is already newer than 780 2024-09-13T14:31:13.322 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 22 v 783 (ObjNum 892 snap 315 seq_num 892) dirty exists 2024-09-13T14:31:13.322 INFO:tasks.rados.rados.0.smithi071.stdout:2389: left oid 22 (ObjNum 892 snap 315 seq_num 892) 2024-09-13T14:31:13.984 INFO:tasks.rados.rados.0.smithi071.stdout:2387: done (3 left) 2024-09-13T14:31:13.984 INFO:tasks.rados.rados.0.smithi071.stdout:2388: done (2 left) 2024-09-13T14:31:13.984 INFO:tasks.rados.rados.0.smithi071.stdout:2389: done (1 left) 2024-09-13T14:31:13.984 INFO:tasks.rados.rados.0.smithi071.stdout:2390: done (0 left) 2024-09-13T14:31:13.984 INFO:tasks.rados.rados.0.smithi071.stdout:2391: write oid 9 current snap is 316 2024-09-13T14:31:13.984 INFO:tasks.rados.rados.0.smithi071.stdout:2391: seq_num 893 ranges {608651=410658,1556420=674971,2773556=235095} 2024-09-13T14:31:13.989 INFO:tasks.rados.rados.0.smithi071.stdout:2391: writing smithi07185159-9 from 608651 to 1019309 tid 1 2024-09-13T14:31:13.996 INFO:tasks.rados.rados.0.smithi071.stdout:2391: writing smithi07185159-9 from 1556420 to 2231391 tid 2 2024-09-13T14:31:14.001 INFO:tasks.rados.rados.0.smithi071.stdout:2391: writing smithi07185159-9 from 2773556 to 3008651 tid 3 2024-09-13T14:31:14.001 INFO:tasks.rados.rados.0.smithi071.stdout:2392: delete oid 25 current snap is 316 2024-09-13T14:31:14.001 INFO:tasks.rados.rados.0.smithi071.stdout:2391: finishing write tid 1 to smithi07185159-9 2024-09-13T14:31:14.001 INFO:tasks.rados.rados.0.smithi071.stdout:2391: finishing write tid 2 to smithi07185159-9 2024-09-13T14:31:14.003 INFO:tasks.rados.rados.0.smithi071.stdout:2391: finishing write tid 3 to smithi07185159-9 2024-09-13T14:31:14.003 INFO:tasks.rados.rados.0.smithi071.stdout:2391: finishing write tid 4 to smithi07185159-9 2024-09-13T14:31:14.003 INFO:tasks.rados.rados.0.smithi071.stdout:2391: finishing write tid 5 to smithi07185159-9 2024-09-13T14:31:14.003 INFO:tasks.rados.rados.0.smithi071.stdout:2391: oid 9 updating version 0 to 355 2024-09-13T14:31:14.004 INFO:tasks.rados.rados.0.smithi071.stdout:2391: oid 9 updating version 355 to 357 2024-09-13T14:31:14.004 INFO:tasks.rados.rados.0.smithi071.stdout:2391: oid 9 version 357 is already newer than 356 2024-09-13T14:31:14.004 INFO:tasks.rados.rados.0.smithi071.stdout:2391: oid 9 updating version 357 to 358 2024-09-13T14:31:14.004 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 9 v 358 (ObjNum 893 snap 316 seq_num 893) dirty exists 2024-09-13T14:31:14.004 INFO:tasks.rados.rados.0.smithi071.stdout:2391: left oid 9 (ObjNum 893 snap 316 seq_num 893) 2024-09-13T14:31:14.004 INFO:tasks.rados.rados.0.smithi071.stdout:2391: done (1 left) 2024-09-13T14:31:14.004 INFO:tasks.rados.rados.0.smithi071.stdout:2392: done (0 left) 2024-09-13T14:31:14.004 INFO:tasks.rados.rados.0.smithi071.stdout:2393: read oid 14 snap -1 2024-09-13T14:31:14.004 INFO:tasks.rados.rados.0.smithi071.stdout:2393: expect (ObjNum 716 snap 250 seq_num 716) 2024-09-13T14:31:14.004 INFO:tasks.rados.rados.0.smithi071.stdout:2394: write oid 2 current snap is 316 2024-09-13T14:31:14.004 INFO:tasks.rados.rados.0.smithi071.stdout:2394: seq_num 895 ranges {642265=561156,1673384=678640,2828402=213863} 2024-09-13T14:31:14.009 INFO:tasks.rados.rados.0.smithi071.stdout:2394: writing smithi07185159-2 from 642265 to 1203421 tid 1 2024-09-13T14:31:14.015 INFO:tasks.rados.rados.0.smithi071.stdout:2394: writing smithi07185159-2 from 1673384 to 2352024 tid 2 2024-09-13T14:31:14.019 INFO:tasks.rados.rados.0.smithi071.stdout:2394: writing smithi07185159-2 from 2828402 to 3042265 tid 3 2024-09-13T14:31:14.019 INFO:tasks.rados.rados.0.smithi071.stdout:2395: write oid 19 current snap is 316 2024-09-13T14:31:14.020 INFO:tasks.rados.rados.0.smithi071.stdout:2395: seq_num 896 ranges {659072=636405,1731866=422298,2855825=203247} 2024-09-13T14:31:14.026 INFO:tasks.rados.rados.0.smithi071.stdout:2395: writing smithi07185159-19 from 659072 to 1295477 tid 1 2024-09-13T14:31:14.031 INFO:tasks.rados.rados.0.smithi071.stdout:2395: writing smithi07185159-19 from 1731866 to 2154164 tid 2 2024-09-13T14:31:14.037 INFO:tasks.rados.rados.0.smithi071.stdout:2395: writing smithi07185159-19 from 2855825 to 3059072 tid 3 2024-09-13T14:31:14.037 INFO:tasks.rados.rados.0.smithi071.stdout:2396: read oid 46 snap -1 2024-09-13T14:31:14.037 INFO:tasks.rados.rados.0.smithi071.stdout:2396: expect deleted 2024-09-13T14:31:14.037 INFO:tasks.rados.rados.0.smithi071.stdout:2397: read oid 32 snap -1 2024-09-13T14:31:14.037 INFO:tasks.rados.rados.0.smithi071.stdout:2397: expect (ObjNum 878 snap 313 seq_num 878) 2024-09-13T14:31:14.037 INFO:tasks.rados.rados.0.smithi071.stdout:2398: read oid 45 snap -1 2024-09-13T14:31:14.037 INFO:tasks.rados.rados.0.smithi071.stdout:2398: expect (ObjNum 857 snap 298 seq_num 857) 2024-09-13T14:31:14.037 INFO:tasks.rados.rados.0.smithi071.stdout:2399: write oid 8 current snap is 316 2024-09-13T14:31:14.037 INFO:tasks.rados.rados.0.smithi071.stdout:2399: seq_num 897 ranges {675879=711654,2073995=682309} 2024-09-13T14:31:14.045 INFO:tasks.rados.rados.0.smithi071.stdout:2399: writing smithi07185159-8 from 675879 to 1387533 tid 1 2024-09-13T14:31:14.052 INFO:tasks.rados.rados.0.smithi071.stdout:2399: writing smithi07185159-8 from 2073995 to 2756304 tid 2 2024-09-13T14:31:14.052 INFO:tasks.rados.rados.0.smithi071.stdout:2400: delete oid 31 current snap is 316 2024-09-13T14:31:14.053 INFO:tasks.rados.rados.0.smithi071.stdout:2393: expect (ObjNum 716 snap 250 seq_num 716) 2024-09-13T14:31:14.119 INFO:tasks.rados.rados.0.smithi071.stdout:2394: finishing write tid 1 to smithi07185159-2 2024-09-13T14:31:14.119 INFO:tasks.rados.rados.0.smithi071.stdout:2394: finishing write tid 2 to smithi07185159-2 2024-09-13T14:31:14.120 INFO:tasks.rados.rados.0.smithi071.stdout:2394: finishing write tid 3 to smithi07185159-2 2024-09-13T14:31:14.120 INFO:tasks.rados.rados.0.smithi071.stdout:2394: finishing write tid 4 to smithi07185159-2 2024-09-13T14:31:14.120 INFO:tasks.rados.rados.0.smithi071.stdout:2394: finishing write tid 5 to smithi07185159-2 2024-09-13T14:31:14.120 INFO:tasks.rados.rados.0.smithi071.stdout:2394: oid 2 updating version 0 to 415 2024-09-13T14:31:14.120 INFO:tasks.rados.rados.0.smithi071.stdout:2394: oid 2 updating version 415 to 417 2024-09-13T14:31:14.120 INFO:tasks.rados.rados.0.smithi071.stdout:2394: oid 2 version 417 is already newer than 416 2024-09-13T14:31:14.120 INFO:tasks.rados.rados.0.smithi071.stdout:2394: oid 2 updating version 417 to 418 2024-09-13T14:31:14.120 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 2 v 418 (ObjNum 895 snap 316 seq_num 895) dirty exists 2024-09-13T14:31:14.120 INFO:tasks.rados.rados.0.smithi071.stdout:2394: left oid 2 (ObjNum 895 snap 316 seq_num 895) 2024-09-13T14:31:14.120 INFO:tasks.rados.rados.0.smithi071.stdout:2395: finishing write tid 1 to smithi07185159-19 2024-09-13T14:31:14.120 INFO:tasks.rados.rados.0.smithi071.stdout:2393: done (7 left) 2024-09-13T14:31:14.120 INFO:tasks.rados.rados.0.smithi071.stdout:2394: done (6 left) 2024-09-13T14:31:14.120 INFO:tasks.rados.rados.0.smithi071.stdout:2400: done (5 left) 2024-09-13T14:31:14.121 INFO:tasks.rados.rados.0.smithi071.stdout:2401: snap_remove snap 286 2024-09-13T14:31:14.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:31:14.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:31:14.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:31:14.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:31:14.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:31:14.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:31:14.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:13 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:31:14.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:13 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:31:14.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:13 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:31:14.996 INFO:tasks.rados.rados.0.smithi071.stdout:2401: done (5 left) 2024-09-13T14:31:14.996 INFO:tasks.rados.rados.0.smithi071.stdout:2402: read oid 26 snap -1 2024-09-13T14:31:14.996 INFO:tasks.rados.rados.0.smithi071.stdout:2402: expect (ObjNum 821 snap 288 seq_num 821) 2024-09-13T14:31:14.996 INFO:tasks.rados.rados.0.smithi071.stdout:2403: read oid 22 snap -1 2024-09-13T14:31:14.996 INFO:tasks.rados.rados.0.smithi071.stdout:2403: expect (ObjNum 892 snap 315 seq_num 892) 2024-09-13T14:31:14.996 INFO:tasks.rados.rados.0.smithi071.stdout:2404: read oid 20 snap 305 2024-09-13T14:31:14.996 INFO:tasks.rados.rados.0.smithi071.stdout:2404: expect (ObjNum 805 snap 285 seq_num 805) 2024-09-13T14:31:14.996 INFO:tasks.rados.rados.0.smithi071.stdout:2405: delete oid 41 current snap is 316 2024-09-13T14:31:14.996 INFO:tasks.rados.rados.0.smithi071.stdout:2395: finishing write tid 2 to smithi07185159-19 2024-09-13T14:31:14.996 INFO:tasks.rados.rados.0.smithi071.stdout:2395: finishing write tid 3 to smithi07185159-19 2024-09-13T14:31:14.997 INFO:tasks.rados.rados.0.smithi071.stdout:2395: finishing write tid 4 to smithi07185159-19 2024-09-13T14:31:14.997 INFO:tasks.rados.rados.0.smithi071.stdout:2395: finishing write tid 5 to smithi07185159-19 2024-09-13T14:31:14.997 INFO:tasks.rados.rados.0.smithi071.stdout:2395: oid 19 updating version 0 to 785 2024-09-13T14:31:14.997 INFO:tasks.rados.rados.0.smithi071.stdout:2395: oid 19 updating version 785 to 787 2024-09-13T14:31:14.997 INFO:tasks.rados.rados.0.smithi071.stdout:2395: oid 19 version 787 is already newer than 786 2024-09-13T14:31:14.997 INFO:tasks.rados.rados.0.smithi071.stdout:2395: oid 19 updating version 787 to 788 2024-09-13T14:31:14.997 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 19 v 788 (ObjNum 896 snap 316 seq_num 896) dirty exists 2024-09-13T14:31:14.997 INFO:tasks.rados.rados.0.smithi071.stdout:2395: left oid 19 (ObjNum 896 snap 316 seq_num 896) 2024-09-13T14:31:14.997 INFO:tasks.rados.rados.0.smithi071.stdout:2398: expect (ObjNum 857 snap 298 seq_num 857) 2024-09-13T14:31:15.079 INFO:tasks.rados.rados.0.smithi071.stdout:2397: expect (ObjNum 878 snap 313 seq_num 878) 2024-09-13T14:31:15.266 INFO:tasks.rados.rados.0.smithi071.stdout:2399: finishing write tid 1 to smithi07185159-8 2024-09-13T14:31:15.267 INFO:tasks.rados.rados.0.smithi071.stdout:2399: finishing write tid 2 to smithi07185159-8 2024-09-13T14:31:15.267 INFO:tasks.rados.rados.0.smithi071.stdout:2395: done (8 left) 2024-09-13T14:31:15.267 INFO:tasks.rados.rados.0.smithi071.stdout:2396: done (7 left) 2024-09-13T14:31:15.267 INFO:tasks.rados.rados.0.smithi071.stdout:2397: done (6 left) 2024-09-13T14:31:15.267 INFO:tasks.rados.rados.0.smithi071.stdout:2398: done (5 left) 2024-09-13T14:31:15.267 INFO:tasks.rados.rados.0.smithi071.stdout:2405: done (4 left) 2024-09-13T14:31:15.267 INFO:tasks.rados.rados.0.smithi071.stdout:2406: write oid 34 current snap is 316 2024-09-13T14:31:15.267 INFO:tasks.rados.rados.0.smithi071.stdout:2399: finishing write tid 3 to smithi07185159-8 2024-09-13T14:31:15.267 INFO:tasks.rados.rados.0.smithi071.stdout:2399: finishing write tid 4 to smithi07185159-8 2024-09-13T14:31:15.267 INFO:tasks.rados.rados.0.smithi071.stdout:2399: oid 8 updating version 0 to 713 2024-09-13T14:31:15.267 INFO:tasks.rados.rados.0.smithi071.stdout:2399: oid 8 updating version 713 to 714 2024-09-13T14:31:15.268 INFO:tasks.rados.rados.0.smithi071.stdout:2399: oid 8 updating version 714 to 715 2024-09-13T14:31:15.268 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 8 v 715 (ObjNum 897 snap 316 seq_num 897) dirty exists 2024-09-13T14:31:15.268 INFO:tasks.rados.rados.0.smithi071.stdout:2399: left oid 8 (ObjNum 897 snap 316 seq_num 897) 2024-09-13T14:31:15.268 INFO:tasks.rados.rados.0.smithi071.stdout:2406: seq_num 900 ranges {726300=653754,1965794=429636,2965517=160783} 2024-09-13T14:31:15.273 INFO:tasks.rados.rados.0.smithi071.stdout:2406: writing smithi07185159-34 from 726300 to 1380054 tid 1 2024-09-13T14:31:15.279 INFO:tasks.rados.rados.0.smithi071.stdout:2406: writing smithi07185159-34 from 1965794 to 2395430 tid 2 2024-09-13T14:31:15.283 INFO:tasks.rados.rados.0.smithi071.stdout:2406: writing smithi07185159-34 from 2965517 to 3126300 tid 3 2024-09-13T14:31:15.283 INFO:tasks.rados.rados.0.smithi071.stdout:2399: done (4 left) 2024-09-13T14:31:15.283 INFO:tasks.rados.rados.0.smithi071.stdout:2407: read oid 6 snap 309 2024-09-13T14:31:15.283 INFO:tasks.rados.rados.0.smithi071.stdout:2407: expect (ObjNum 824 snap 288 seq_num 824) 2024-09-13T14:31:15.284 INFO:tasks.rados.rados.0.smithi071.stdout:2408: write oid 25 current snap is 316 2024-09-13T14:31:15.284 INFO:tasks.rados.rados.0.smithi071.stdout:2408: seq_num 901 ranges {743107=729003,1907923=689647} 2024-09-13T14:31:15.291 INFO:tasks.rados.rados.0.smithi071.stdout:2408: writing smithi07185159-25 from 743107 to 1472110 tid 1 2024-09-13T14:31:15.297 INFO:tasks.rados.rados.0.smithi071.stdout:2408: writing smithi07185159-25 from 1907923 to 2597570 tid 2 2024-09-13T14:31:15.297 INFO:tasks.rados.rados.0.smithi071.stdout:2409: rollback oid 50 current snap is 316 2024-09-13T14:31:15.297 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 50 to 301 2024-09-13T14:31:15.297 INFO:tasks.rados.rados.0.smithi071.stdout:2403: expect (ObjNum 892 snap 315 seq_num 892) 2024-09-13T14:31:15.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:14 smithi071 ceph-mon[107477]: osdmap e691: 8 total, 8 up, 8 in 2024-09-13T14:31:15.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:14 smithi071 ceph-mon[107477]: pgmap v488: 89 pgs: 89 active+clean; 187 MiB data, 769 MiB used, 714 GiB / 715 GiB avail 2024-09-13T14:31:15.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:14 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:31:15.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:14 smithi071 ceph-mon[112785]: osdmap e691: 8 total, 8 up, 8 in 2024-09-13T14:31:15.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:14 smithi071 ceph-mon[112785]: pgmap v488: 89 pgs: 89 active+clean; 187 MiB data, 769 MiB used, 714 GiB / 715 GiB avail 2024-09-13T14:31:15.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:14 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:31:15.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:14 smithi104 ceph-mon[105578]: osdmap e691: 8 total, 8 up, 8 in 2024-09-13T14:31:15.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:14 smithi104 ceph-mon[105578]: pgmap v488: 89 pgs: 89 active+clean; 187 MiB data, 769 MiB used, 714 GiB / 715 GiB avail 2024-09-13T14:31:15.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:14 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:31:15.463 INFO:tasks.rados.rados.0.smithi071.stdout:2404: expect (ObjNum 805 snap 285 seq_num 805) 2024-09-13T14:31:15.646 INFO:tasks.rados.rados.0.smithi071.stdout:2402: expect (ObjNum 821 snap 288 seq_num 821) 2024-09-13T14:31:15.887 INFO:tasks.rados.rados.0.smithi071.stdout:2406: finishing write tid 1 to smithi07185159-34 2024-09-13T14:31:15.887 INFO:tasks.rados.rados.0.smithi071.stdout:2406: finishing write tid 2 to smithi07185159-34 2024-09-13T14:31:15.887 INFO:tasks.rados.rados.0.smithi071.stdout:2406: finishing write tid 3 to smithi07185159-34 2024-09-13T14:31:15.887 INFO:tasks.rados.rados.0.smithi071.stdout:2406: finishing write tid 4 to smithi07185159-34 2024-09-13T14:31:15.887 INFO:tasks.rados.rados.0.smithi071.stdout:2406: finishing write tid 5 to smithi07185159-34 2024-09-13T14:31:15.887 INFO:tasks.rados.rados.0.smithi071.stdout:2406: oid 34 updating version 0 to 425 2024-09-13T14:31:15.888 INFO:tasks.rados.rados.0.smithi071.stdout:2406: oid 34 version 425 is already newer than 422 2024-09-13T14:31:15.888 INFO:tasks.rados.rados.0.smithi071.stdout:2406: oid 34 version 425 is already newer than 423 2024-09-13T14:31:15.888 INFO:tasks.rados.rados.0.smithi071.stdout:2406: oid 34 version 425 is already newer than 424 2024-09-13T14:31:15.888 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 34 v 425 (ObjNum 900 snap 316 seq_num 900) dirty exists 2024-09-13T14:31:15.888 INFO:tasks.rados.rados.0.smithi071.stdout:2406: left oid 34 (ObjNum 900 snap 316 seq_num 900) 2024-09-13T14:31:15.888 INFO:tasks.rados.rados.0.smithi071.stdout:2408: finishing write tid 1 to smithi07185159-25 2024-09-13T14:31:15.888 INFO:tasks.rados.rados.0.smithi071.stdout:2408: finishing write tid 2 to smithi07185159-25 2024-09-13T14:31:15.888 INFO:tasks.rados.rados.0.smithi071.stdout:2402: done (6 left) 2024-09-13T14:31:15.888 INFO:tasks.rados.rados.0.smithi071.stdout:2403: done (5 left) 2024-09-13T14:31:15.888 INFO:tasks.rados.rados.0.smithi071.stdout:2404: done (4 left) 2024-09-13T14:31:15.888 INFO:tasks.rados.rados.0.smithi071.stdout:2406: done (3 left) 2024-09-13T14:31:15.888 INFO:tasks.rados.rados.0.smithi071.stdout:2410: read oid 13 snap -1 2024-09-13T14:31:15.888 INFO:tasks.rados.rados.0.smithi071.stdout:2410: expect deleted 2024-09-13T14:31:15.888 INFO:tasks.rados.rados.0.smithi071.stdout:2411: delete oid 23 current snap is 316 2024-09-13T14:31:15.889 INFO:tasks.rados.rados.0.smithi071.stdout:2408: finishing write tid 3 to smithi07185159-25 2024-09-13T14:31:15.889 INFO:tasks.rados.rados.0.smithi071.stdout:2408: finishing write tid 4 to smithi07185159-25 2024-09-13T14:31:15.889 INFO:tasks.rados.rados.0.smithi071.stdout:2408: oid 25 updating version 0 to 1289 2024-09-13T14:31:15.889 INFO:tasks.rados.rados.0.smithi071.stdout:2408: oid 25 version 1289 is already newer than 1288 2024-09-13T14:31:15.889 INFO:tasks.rados.rados.0.smithi071.stdout:2408: oid 25 version 1289 is already newer than 1287 2024-09-13T14:31:15.889 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 25 v 1289 (ObjNum 901 snap 316 seq_num 901) dirty exists 2024-09-13T14:31:15.889 INFO:tasks.rados.rados.0.smithi071.stdout:2408: left oid 25 (ObjNum 901 snap 316 seq_num 901) 2024-09-13T14:31:15.889 INFO:tasks.rados.rados.0.smithi071.stdout:2407: expect (ObjNum 824 snap 288 seq_num 824) 2024-09-13T14:31:16.116 INFO:tasks.rados.rados.0.smithi071.stdout:2409: finishing rollback tid 0 to smithi07185159-50 2024-09-13T14:31:16.116 INFO:tasks.rados.rados.0.smithi071.stdout:2409: finishing rollback tid 1 to smithi07185159-50 2024-09-13T14:31:16.116 INFO:tasks.rados.rados.0.smithi071.stdout:2409: finishing rollback tid 2 to smithi07185159-50 2024-09-13T14:31:16.116 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 50 v 2330 (ObjNum 846 snap 295 seq_num 846) dirty exists 2024-09-13T14:31:16.116 INFO:tasks.rados.rados.0.smithi071.stdout:2407: done (4 left) 2024-09-13T14:31:16.116 INFO:tasks.rados.rados.0.smithi071.stdout:2408: done (3 left) 2024-09-13T14:31:16.116 INFO:tasks.rados.rados.0.smithi071.stdout:2409: done (2 left) 2024-09-13T14:31:16.117 INFO:tasks.rados.rados.0.smithi071.stdout:2410: done (1 left) 2024-09-13T14:31:16.117 INFO:tasks.rados.rados.0.smithi071.stdout:2411: done (0 left) 2024-09-13T14:31:16.117 INFO:tasks.rados.rados.0.smithi071.stdout:2412: snap_remove snap 296 2024-09-13T14:31:16.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:15 smithi071 ceph-mon[107477]: osdmap e692: 8 total, 8 up, 8 in 2024-09-13T14:31:16.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:15 smithi071 ceph-mon[112785]: osdmap e692: 8 total, 8 up, 8 in 2024-09-13T14:31:16.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:15 smithi104 ceph-mon[105578]: osdmap e692: 8 total, 8 up, 8 in 2024-09-13T14:31:17.002 INFO:tasks.rados.rados.0.smithi071.stdout:2412: done (0 left) 2024-09-13T14:31:17.002 INFO:tasks.rados.rados.0.smithi071.stdout:2413: read oid 16 snap 314 2024-09-13T14:31:17.002 INFO:tasks.rados.rados.0.smithi071.stdout:2413: expect deleted 2024-09-13T14:31:17.002 INFO:tasks.rados.rados.0.smithi071.stdout:2414: delete oid 9 current snap is 316 2024-09-13T14:31:17.006 INFO:tasks.rados.rados.0.smithi071.stdout:2413: done (1 left) 2024-09-13T14:31:17.006 INFO:tasks.rados.rados.0.smithi071.stdout:2414: done (0 left) 2024-09-13T14:31:17.007 INFO:tasks.rados.rados.0.smithi071.stdout:2415: rollback oid 37 current snap is 316 2024-09-13T14:31:17.007 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 37 to 292 2024-09-13T14:31:17.007 INFO:tasks.rados.rados.0.smithi071.stdout:2416: rollback oid 34 current snap is 316 2024-09-13T14:31:17.007 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 34 to 315 2024-09-13T14:31:17.007 INFO:tasks.rados.rados.0.smithi071.stdout:2417: write oid 50 current snap is 316 2024-09-13T14:31:17.007 INFO:tasks.rados.rados.0.smithi071.stdout:2417: seq_num 904 ranges {793528=554750,2083369=436974,2958856=234672} 2024-09-13T14:31:17.015 INFO:tasks.rados.rados.0.smithi071.stdout:2417: writing smithi07185159-50 from 793528 to 1348278 tid 1 2024-09-13T14:31:17.021 INFO:tasks.rados.rados.0.smithi071.stdout:2417: writing smithi07185159-50 from 2083369 to 2520343 tid 2 2024-09-13T14:31:17.025 INFO:tasks.rados.rados.0.smithi071.stdout:2417: writing smithi07185159-50 from 2958856 to 3193528 tid 3 2024-09-13T14:31:17.025 INFO:tasks.rados.rados.0.smithi071.stdout:2418: snap_create 2024-09-13T14:31:17.025 INFO:tasks.rados.rados.0.smithi071.stdout:2415: finishing rollback tid 0 to smithi07185159-37 2024-09-13T14:31:17.025 INFO:tasks.rados.rados.0.smithi071.stdout:2416: finishing rollback tid 0 to smithi07185159-34 2024-09-13T14:31:17.026 INFO:tasks.rados.rados.0.smithi071.stdout:2416: finishing rollback tid 1 to smithi07185159-34 2024-09-13T14:31:17.026 INFO:tasks.rados.rados.0.smithi071.stdout:2416: finishing rollback tid 2 to smithi07185159-34 2024-09-13T14:31:17.026 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 34 v 430 (ObjNum 880 snap 314 seq_num 880) dirty exists 2024-09-13T14:31:17.026 INFO:tasks.rados.rados.0.smithi071.stdout:2415: finishing rollback tid 1 to smithi07185159-37 2024-09-13T14:31:17.026 INFO:tasks.rados.rados.0.smithi071.stdout:2415: finishing rollback tid 2 to smithi07185159-37 2024-09-13T14:31:17.026 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 37 v 663 (ObjNum 682 snap 224 seq_num 682) dirty exists 2024-09-13T14:31:17.026 INFO:tasks.rados.rados.0.smithi071.stdout:2417: finishing write tid 1 to smithi07185159-50 2024-09-13T14:31:17.026 INFO:tasks.rados.rados.0.smithi071.stdout:2417: finishing write tid 2 to smithi07185159-50 2024-09-13T14:31:17.028 INFO:tasks.rados.rados.0.smithi071.stdout:2417: finishing write tid 3 to smithi07185159-50 2024-09-13T14:31:17.028 INFO:tasks.rados.rados.0.smithi071.stdout:2417: finishing write tid 4 to smithi07185159-50 2024-09-13T14:31:17.028 INFO:tasks.rados.rados.0.smithi071.stdout:2417: finishing write tid 5 to smithi07185159-50 2024-09-13T14:31:17.028 INFO:tasks.rados.rados.0.smithi071.stdout:2417: oid 50 updating version 0 to 2343 2024-09-13T14:31:17.028 INFO:tasks.rados.rados.0.smithi071.stdout:2417: oid 50 version 2343 is already newer than 2341 2024-09-13T14:31:17.028 INFO:tasks.rados.rados.0.smithi071.stdout:2417: oid 50 updating version 2343 to 2344 2024-09-13T14:31:17.028 INFO:tasks.rados.rados.0.smithi071.stdout:2417: oid 50 version 2344 is already newer than 2342 2024-09-13T14:31:17.029 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 50 v 2344 (ObjNum 904 snap 316 seq_num 904) dirty exists 2024-09-13T14:31:17.029 INFO:tasks.rados.rados.0.smithi071.stdout:2417: left oid 50 (ObjNum 904 snap 316 seq_num 904) 2024-09-13T14:31:17.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:16 smithi071 ceph-mon[107477]: pgmap v490: 89 pgs: 89 active+clean; 210 MiB data, 834 MiB used, 714 GiB / 715 GiB avail; 25 MiB/s rd, 5.1 MiB/s wr, 45 op/s 2024-09-13T14:31:17.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:16 smithi071 ceph-mon[112785]: pgmap v490: 89 pgs: 89 active+clean; 210 MiB data, 834 MiB used, 714 GiB / 715 GiB avail; 25 MiB/s rd, 5.1 MiB/s wr, 45 op/s 2024-09-13T14:31:17.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:16 smithi104 ceph-mon[105578]: pgmap v490: 89 pgs: 89 active+clean; 210 MiB data, 834 MiB used, 714 GiB / 715 GiB avail; 25 MiB/s rd, 5.1 MiB/s wr, 45 op/s 2024-09-13T14:31:17.856 INFO:tasks.rados.rados.0.smithi071.stdout:2415: done (3 left) 2024-09-13T14:31:17.857 INFO:tasks.rados.rados.0.smithi071.stdout:2416: done (2 left) 2024-09-13T14:31:17.857 INFO:tasks.rados.rados.0.smithi071.stdout:2417: done (1 left) 2024-09-13T14:31:17.857 INFO:tasks.rados.rados.0.smithi071.stdout:2418: done (0 left) 2024-09-13T14:31:17.857 INFO:tasks.rados.rados.0.smithi071.stdout:2419: delete oid 24 current snap is 317 2024-09-13T14:31:17.861 INFO:tasks.rados.rados.0.smithi071.stdout:2419: done (0 left) 2024-09-13T14:31:17.861 INFO:tasks.rados.rados.0.smithi071.stdout:2420: rollback oid 18 current snap is 317 2024-09-13T14:31:17.862 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 18 to 313 2024-09-13T14:31:17.862 INFO:tasks.rados.rados.0.smithi071.stdout:2421: snap_remove snap 305 2024-09-13T14:31:18.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:17 smithi071 ceph-mon[107477]: osdmap e693: 8 total, 8 up, 8 in 2024-09-13T14:31:18.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:17 smithi071 ceph-mon[107477]: osdmap e694: 8 total, 8 up, 8 in 2024-09-13T14:31:18.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:17 smithi071 ceph-mon[112785]: osdmap e693: 8 total, 8 up, 8 in 2024-09-13T14:31:18.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:17 smithi071 ceph-mon[112785]: osdmap e694: 8 total, 8 up, 8 in 2024-09-13T14:31:18.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:17 smithi104 ceph-mon[105578]: osdmap e693: 8 total, 8 up, 8 in 2024-09-13T14:31:18.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:17 smithi104 ceph-mon[105578]: osdmap e694: 8 total, 8 up, 8 in 2024-09-13T14:31:18.855 INFO:tasks.rados.rados.0.smithi071.stdout:2421: done (1 left) 2024-09-13T14:31:18.855 INFO:tasks.rados.rados.0.smithi071.stdout:2422: write oid 19 current snap is 317 2024-09-13T14:31:18.856 INFO:tasks.rados.rados.0.smithi071.stdout:2420: finishing rollback tid 1 to smithi07185159-18 2024-09-13T14:31:18.856 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 18 v 2273 (ObjNum 129 snap 0 seq_num 1961171456) dirty dne 2024-09-13T14:31:18.856 INFO:tasks.rados.rados.0.smithi071.stdout:2422: seq_num 906 ranges {427142=421601,1400333=440643,2613702=450326} 2024-09-13T14:31:18.862 INFO:tasks.rados.rados.0.smithi071.stdout:2422: writing smithi07185159-19 from 427142 to 848743 tid 1 2024-09-13T14:31:18.867 INFO:tasks.rados.rados.0.smithi071.stdout:2422: writing smithi07185159-19 from 1400333 to 1840976 tid 2 2024-09-13T14:31:18.874 INFO:tasks.rados.rados.0.smithi071.stdout:2422: writing smithi07185159-19 from 2613702 to 3064028 tid 3 2024-09-13T14:31:18.874 INFO:tasks.rados.rados.0.smithi071.stdout:2420: done (1 left) 2024-09-13T14:31:18.874 INFO:tasks.rados.rados.0.smithi071.stdout:2423: write oid 14 current snap is 317 2024-09-13T14:31:18.874 INFO:tasks.rados.rados.0.smithi071.stdout:2423: seq_num 907 ranges {443949=496850,1458815=584301,2641125=602824} 2024-09-13T14:31:18.879 INFO:tasks.rados.rados.0.smithi071.stdout:2423: writing smithi07185159-14 from 443949 to 940799 tid 1 2024-09-13T14:31:18.885 INFO:tasks.rados.rados.0.smithi071.stdout:2423: writing smithi07185159-14 from 1458815 to 2043116 tid 2 2024-09-13T14:31:18.892 INFO:tasks.rados.rados.0.smithi071.stdout:2423: writing smithi07185159-14 from 2641125 to 3243949 tid 3 2024-09-13T14:31:18.892 INFO:tasks.rados.rados.0.smithi071.stdout:2424: read oid 10 snap 301 2024-09-13T14:31:18.892 INFO:tasks.rados.rados.0.smithi071.stdout:2424: expect deleted 2024-09-13T14:31:18.892 INFO:tasks.rados.rados.0.smithi071.stdout:2425: rollback oid 44 current snap is 317 2024-09-13T14:31:18.892 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 44 to 300 2024-09-13T14:31:18.893 INFO:tasks.rados.rados.0.smithi071.stdout:2422: finishing write tid 1 to smithi07185159-19 2024-09-13T14:31:18.893 INFO:tasks.rados.rados.0.smithi071.stdout:2426: snap_remove snap 307 2024-09-13T14:31:19.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:19 smithi071 ceph-mon[107477]: pgmap v493: 89 pgs: 89 active+clean; 210 MiB data, 834 MiB used, 714 GiB / 715 GiB avail; 25 MiB/s rd, 5.3 MiB/s wr, 47 op/s 2024-09-13T14:31:19.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:19 smithi071 ceph-mon[107477]: osdmap e695: 8 total, 8 up, 8 in 2024-09-13T14:31:19.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:19 smithi071 ceph-mon[112785]: pgmap v493: 89 pgs: 89 active+clean; 210 MiB data, 834 MiB used, 714 GiB / 715 GiB avail; 25 MiB/s rd, 5.3 MiB/s wr, 47 op/s 2024-09-13T14:31:19.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:19 smithi071 ceph-mon[112785]: osdmap e695: 8 total, 8 up, 8 in 2024-09-13T14:31:19.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:19 smithi104 ceph-mon[105578]: pgmap v493: 89 pgs: 89 active+clean; 210 MiB data, 834 MiB used, 714 GiB / 715 GiB avail; 25 MiB/s rd, 5.3 MiB/s wr, 47 op/s 2024-09-13T14:31:19.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:19 smithi104 ceph-mon[105578]: osdmap e695: 8 total, 8 up, 8 in 2024-09-13T14:31:19.859 INFO:tasks.rados.rados.0.smithi071.stdout:2426: done (4 left) 2024-09-13T14:31:19.859 INFO:tasks.rados.rados.0.smithi071.stdout:2427: snap_remove snap 314 2024-09-13T14:31:20.872 INFO:tasks.rados.rados.0.smithi071.stdout:2427: done (4 left) 2024-09-13T14:31:20.872 INFO:tasks.rados.rados.0.smithi071.stdout:2428: rollback oid 25 current snap is 317 2024-09-13T14:31:20.872 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 25 to 315 2024-09-13T14:31:20.872 INFO:tasks.rados.rados.0.smithi071.stdout:2422: finishing write tid 2 to smithi07185159-19 2024-09-13T14:31:20.872 INFO:tasks.rados.rados.0.smithi071.stdout:2422: finishing write tid 3 to smithi07185159-19 2024-09-13T14:31:20.872 INFO:tasks.rados.rados.0.smithi071.stdout:2422: finishing write tid 4 to smithi07185159-19 2024-09-13T14:31:20.872 INFO:tasks.rados.rados.0.smithi071.stdout:2422: finishing write tid 5 to smithi07185159-19 2024-09-13T14:31:20.872 INFO:tasks.rados.rados.0.smithi071.stdout:2422: oid 19 updating version 0 to 802 2024-09-13T14:31:20.872 INFO:tasks.rados.rados.0.smithi071.stdout:2422: oid 19 updating version 802 to 808 2024-09-13T14:31:20.872 INFO:tasks.rados.rados.0.smithi071.stdout:2422: oid 19 version 808 is already newer than 807 2024-09-13T14:31:20.872 INFO:tasks.rados.rados.0.smithi071.stdout:2422: oid 19 updating version 808 to 809 2024-09-13T14:31:20.873 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 19 v 809 (ObjNum 906 snap 317 seq_num 906) dirty exists 2024-09-13T14:31:20.873 INFO:tasks.rados.rados.0.smithi071.stdout:2422: left oid 19 (ObjNum 906 snap 317 seq_num 906) 2024-09-13T14:31:20.873 INFO:tasks.rados.rados.0.smithi071.stdout:2423: finishing write tid 1 to smithi07185159-14 2024-09-13T14:31:20.873 INFO:tasks.rados.rados.0.smithi071.stdout:2423: finishing write tid 2 to smithi07185159-14 2024-09-13T14:31:20.873 INFO:tasks.rados.rados.0.smithi071.stdout:2425: finishing rollback tid 1 to smithi07185159-44 2024-09-13T14:31:20.873 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 44 v 1103 (ObjNum 81 snap 0 seq_num 0) dirty dne 2024-09-13T14:31:20.873 INFO:tasks.rados.rados.0.smithi071.stdout:2423: finishing write tid 3 to smithi07185159-14 2024-09-13T14:31:20.873 INFO:tasks.rados.rados.0.smithi071.stdout:2423: finishing write tid 4 to smithi07185159-14 2024-09-13T14:31:20.873 INFO:tasks.rados.rados.0.smithi071.stdout:2423: finishing write tid 5 to smithi07185159-14 2024-09-13T14:31:20.873 INFO:tasks.rados.rados.0.smithi071.stdout:2423: oid 14 updating version 0 to 1201 2024-09-13T14:31:20.873 INFO:tasks.rados.rados.0.smithi071.stdout:2423: oid 14 updating version 1201 to 1202 2024-09-13T14:31:20.873 INFO:tasks.rados.rados.0.smithi071.stdout:2423: oid 14 version 1202 is already newer than 1200 2024-09-13T14:31:20.873 INFO:tasks.rados.rados.0.smithi071.stdout:2423: oid 14 updating version 1202 to 1203 2024-09-13T14:31:20.874 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 14 v 1203 (ObjNum 907 snap 317 seq_num 907) dirty exists 2024-09-13T14:31:20.874 INFO:tasks.rados.rados.0.smithi071.stdout:2423: left oid 14 (ObjNum 907 snap 317 seq_num 907) 2024-09-13T14:31:20.874 INFO:tasks.rados.rados.0.smithi071.stdout:2422: done (4 left) 2024-09-13T14:31:20.874 INFO:tasks.rados.rados.0.smithi071.stdout:2423: done (3 left) 2024-09-13T14:31:20.874 INFO:tasks.rados.rados.0.smithi071.stdout:2424: done (2 left) 2024-09-13T14:31:20.874 INFO:tasks.rados.rados.0.smithi071.stdout:2425: done (1 left) 2024-09-13T14:31:20.874 INFO:tasks.rados.rados.0.smithi071.stdout:2429: snap_create 2024-09-13T14:31:20.875 INFO:tasks.rados.rados.0.smithi071.stdout:2428: finishing rollback tid 0 to smithi07185159-25 2024-09-13T14:31:20.876 INFO:tasks.rados.rados.0.smithi071.stdout:2428: finishing rollback tid 1 to smithi07185159-25 2024-09-13T14:31:20.876 INFO:tasks.rados.rados.0.smithi071.stdout:2428: finishing rollback tid 2 to smithi07185159-25 2024-09-13T14:31:20.876 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 25 v 1305 (ObjNum 854 snap 297 seq_num 854) dirty exists 2024-09-13T14:31:21.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:20 smithi071 ceph-mon[107477]: osdmap e696: 8 total, 8 up, 8 in 2024-09-13T14:31:21.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:20 smithi071 ceph-mon[107477]: pgmap v496: 89 pgs: 89 active+clean; 214 MiB data, 818 MiB used, 714 GiB / 715 GiB avail; 5.5 MiB/s rd, 1.6 MiB/s wr, 11 op/s 2024-09-13T14:31:21.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:20 smithi071 ceph-mon[112785]: osdmap e696: 8 total, 8 up, 8 in 2024-09-13T14:31:21.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:20 smithi071 ceph-mon[112785]: pgmap v496: 89 pgs: 89 active+clean; 214 MiB data, 818 MiB used, 714 GiB / 715 GiB avail; 5.5 MiB/s rd, 1.6 MiB/s wr, 11 op/s 2024-09-13T14:31:21.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:20 smithi104 ceph-mon[105578]: osdmap e696: 8 total, 8 up, 8 in 2024-09-13T14:31:21.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:20 smithi104 ceph-mon[105578]: pgmap v496: 89 pgs: 89 active+clean; 214 MiB data, 818 MiB used, 714 GiB / 715 GiB avail; 5.5 MiB/s rd, 1.6 MiB/s wr, 11 op/s 2024-09-13T14:31:21.876 INFO:tasks.rados.rados.0.smithi071.stdout:2428: done (1 left) 2024-09-13T14:31:21.876 INFO:tasks.rados.rados.0.smithi071.stdout:2429: done (0 left) 2024-09-13T14:31:21.877 INFO:tasks.rados.rados.0.smithi071.stdout:2430: snap_create 2024-09-13T14:31:21.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:21 smithi104 ceph-mon[105578]: osdmap e697: 8 total, 8 up, 8 in 2024-09-13T14:31:22.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:21 smithi071 ceph-mon[107477]: osdmap e697: 8 total, 8 up, 8 in 2024-09-13T14:31:22.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:21 smithi071 ceph-mon[112785]: osdmap e697: 8 total, 8 up, 8 in 2024-09-13T14:31:22.860 INFO:tasks.rados.rados.0.smithi071.stdout:2430: done (0 left) 2024-09-13T14:31:22.861 INFO:tasks.rados.rados.0.smithi071.stdout:2431: read oid 23 snap -1 2024-09-13T14:31:22.861 INFO:tasks.rados.rados.0.smithi071.stdout:2431: expect deleted 2024-09-13T14:31:22.861 INFO:tasks.rados.rados.0.smithi071.stdout:2432: rollback oid 29 current snap is 319 2024-09-13T14:31:22.861 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 29 to 309 2024-09-13T14:31:22.861 INFO:tasks.rados.rados.0.smithi071.stdout:2433: write oid 33 current snap is 319 2024-09-13T14:31:22.861 INFO:tasks.rados.rados.0.smithi071.stdout:2433: seq_num 908 ranges {460756=572099,1517297=444312,2668548=472870} 2024-09-13T14:31:22.866 INFO:tasks.rados.rados.0.smithi071.stdout:2433: writing smithi07185159-33 from 460756 to 1032855 tid 1 2024-09-13T14:31:22.871 INFO:tasks.rados.rados.0.smithi071.stdout:2433: writing smithi07185159-33 from 1517297 to 1961609 tid 2 2024-09-13T14:31:22.879 INFO:tasks.rados.rados.0.smithi071.stdout:2433: writing smithi07185159-33 from 2668548 to 3141418 tid 3 2024-09-13T14:31:22.879 INFO:tasks.rados.rados.0.smithi071.stdout:2434: write oid 3 current snap is 319 2024-09-13T14:31:22.879 INFO:tasks.rados.rados.0.smithi071.stdout:2434: seq_num 909 ranges {477563=647348,1859426=587970,2979618=297945} 2024-09-13T14:31:22.885 INFO:tasks.rados.rados.0.smithi071.stdout:2434: writing smithi07185159-3 from 477563 to 1124911 tid 1 2024-09-13T14:31:22.892 INFO:tasks.rados.rados.0.smithi071.stdout:2434: writing smithi07185159-3 from 1859426 to 2447396 tid 2 2024-09-13T14:31:22.897 INFO:tasks.rados.rados.0.smithi071.stdout:2434: writing smithi07185159-3 from 2979618 to 3277563 tid 3 2024-09-13T14:31:22.897 INFO:tasks.rados.rados.0.smithi071.stdout:2435: rollback oid 36 current snap is 319 2024-09-13T14:31:22.898 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 36 to 315 2024-09-13T14:31:22.898 INFO:tasks.rados.rados.0.smithi071.stdout:2432: finishing rollback tid 1 to smithi07185159-29 2024-09-13T14:31:22.898 INFO:tasks.rados.rados.0.smithi071.stdout:2432: finishing rollback tid 2 to smithi07185159-29 2024-09-13T14:31:22.898 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 29 v 1301 (ObjNum 813 snap 287 seq_num 813) dirty exists 2024-09-13T14:31:22.898 INFO:tasks.rados.rados.0.smithi071.stdout:2433: finishing write tid 1 to smithi07185159-33 2024-09-13T14:31:22.898 INFO:tasks.rados.rados.0.smithi071.stdout:2433: finishing write tid 2 to smithi07185159-33 2024-09-13T14:31:22.898 INFO:tasks.rados.rados.0.smithi071.stdout:2433: finishing write tid 3 to smithi07185159-33 2024-09-13T14:31:22.898 INFO:tasks.rados.rados.0.smithi071.stdout:2433: finishing write tid 4 to smithi07185159-33 2024-09-13T14:31:22.898 INFO:tasks.rados.rados.0.smithi071.stdout:2433: finishing write tid 5 to smithi07185159-33 2024-09-13T14:31:22.898 INFO:tasks.rados.rados.0.smithi071.stdout:2433: oid 33 updating version 0 to 1072 2024-09-13T14:31:22.898 INFO:tasks.rados.rados.0.smithi071.stdout:2433: oid 33 updating version 1072 to 1074 2024-09-13T14:31:22.898 INFO:tasks.rados.rados.0.smithi071.stdout:2433: oid 33 version 1074 is already newer than 1073 2024-09-13T14:31:22.899 INFO:tasks.rados.rados.0.smithi071.stdout:2433: oid 33 updating version 1074 to 1075 2024-09-13T14:31:22.899 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 33 v 1075 (ObjNum 908 snap 319 seq_num 908) dirty exists 2024-09-13T14:31:22.899 INFO:tasks.rados.rados.0.smithi071.stdout:2433: left oid 33 (ObjNum 908 snap 319 seq_num 908) 2024-09-13T14:31:22.899 INFO:tasks.rados.rados.0.smithi071.stdout:2434: finishing write tid 1 to smithi07185159-3 2024-09-13T14:31:22.899 INFO:tasks.rados.rados.0.smithi071.stdout:2434: finishing write tid 2 to smithi07185159-3 2024-09-13T14:31:22.899 INFO:tasks.rados.rados.0.smithi071.stdout:2431: done (4 left) 2024-09-13T14:31:22.899 INFO:tasks.rados.rados.0.smithi071.stdout:2432: done (3 left) 2024-09-13T14:31:22.899 INFO:tasks.rados.rados.0.smithi071.stdout:2433: done (2 left) 2024-09-13T14:31:22.899 INFO:tasks.rados.rados.0.smithi071.stdout:2436: snap_create 2024-09-13T14:31:22.900 INFO:tasks.rados.rados.0.smithi071.stdout:2435: finishing rollback tid 0 to smithi07185159-36 2024-09-13T14:31:22.901 INFO:tasks.rados.rados.0.smithi071.stdout:2434: finishing write tid 3 to smithi07185159-3 2024-09-13T14:31:22.901 INFO:tasks.rados.rados.0.smithi071.stdout:2435: finishing rollback tid 1 to smithi07185159-36 2024-09-13T14:31:22.901 INFO:tasks.rados.rados.0.smithi071.stdout:2434: finishing write tid 4 to smithi07185159-3 2024-09-13T14:31:22.902 INFO:tasks.rados.rados.0.smithi071.stdout:2435: finishing rollback tid 2 to smithi07185159-36 2024-09-13T14:31:22.902 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 36 v 530 (ObjNum 882 snap 314 seq_num 882) dirty exists 2024-09-13T14:31:22.902 INFO:tasks.rados.rados.0.smithi071.stdout:2434: finishing write tid 5 to smithi07185159-3 2024-09-13T14:31:22.902 INFO:tasks.rados.rados.0.smithi071.stdout:2434: oid 3 updating version 0 to 2367 2024-09-13T14:31:22.902 INFO:tasks.rados.rados.0.smithi071.stdout:2434: oid 3 version 2367 is already newer than 2366 2024-09-13T14:31:22.902 INFO:tasks.rados.rados.0.smithi071.stdout:2434: oid 3 version 2367 is already newer than 2365 2024-09-13T14:31:22.902 INFO:tasks.rados.rados.0.smithi071.stdout:2434: oid 3 updating version 2367 to 2368 2024-09-13T14:31:22.902 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 3 v 2368 (ObjNum 909 snap 319 seq_num 909) dirty exists 2024-09-13T14:31:22.902 INFO:tasks.rados.rados.0.smithi071.stdout:2434: left oid 3 (ObjNum 909 snap 319 seq_num 909) 2024-09-13T14:31:23.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:22 smithi071 ceph-mon[107477]: osdmap e698: 8 total, 8 up, 8 in 2024-09-13T14:31:23.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:22 smithi071 ceph-mon[107477]: pgmap v499: 89 pgs: 89 active+clean; 214 MiB data, 818 MiB used, 714 GiB / 715 GiB avail; 5.5 MiB/s rd, 1.6 MiB/s wr, 11 op/s 2024-09-13T14:31:23.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:22 smithi071 ceph-mon[107477]: osdmap e699: 8 total, 8 up, 8 in 2024-09-13T14:31:23.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:22 smithi071 ceph-mon[112785]: osdmap e698: 8 total, 8 up, 8 in 2024-09-13T14:31:23.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:22 smithi071 ceph-mon[112785]: pgmap v499: 89 pgs: 89 active+clean; 214 MiB data, 818 MiB used, 714 GiB / 715 GiB avail; 5.5 MiB/s rd, 1.6 MiB/s wr, 11 op/s 2024-09-13T14:31:23.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:22 smithi071 ceph-mon[112785]: osdmap e699: 8 total, 8 up, 8 in 2024-09-13T14:31:23.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:31:22 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:31:22] "GET /metrics HTTP/1.1" 200 36280 "" "Prometheus/2.51.0" 2024-09-13T14:31:23.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:22 smithi104 ceph-mon[105578]: osdmap e698: 8 total, 8 up, 8 in 2024-09-13T14:31:23.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:22 smithi104 ceph-mon[105578]: pgmap v499: 89 pgs: 89 active+clean; 214 MiB data, 818 MiB used, 714 GiB / 715 GiB avail; 5.5 MiB/s rd, 1.6 MiB/s wr, 11 op/s 2024-09-13T14:31:23.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:22 smithi104 ceph-mon[105578]: osdmap e699: 8 total, 8 up, 8 in 2024-09-13T14:31:23.883 INFO:tasks.rados.rados.0.smithi071.stdout:2434: done (2 left) 2024-09-13T14:31:23.884 INFO:tasks.rados.rados.0.smithi071.stdout:2435: done (1 left) 2024-09-13T14:31:23.884 INFO:tasks.rados.rados.0.smithi071.stdout:2436: done (0 left) 2024-09-13T14:31:23.884 INFO:tasks.rados.rados.0.smithi071.stdout:2437: read oid 24 snap -1 2024-09-13T14:31:23.884 INFO:tasks.rados.rados.0.smithi071.stdout:2437: expect deleted 2024-09-13T14:31:23.884 INFO:tasks.rados.rados.0.smithi071.stdout:2438: delete oid 2 current snap is 320 2024-09-13T14:31:23.888 INFO:tasks.rados.rados.0.smithi071.stdout:2437: done (1 left) 2024-09-13T14:31:23.888 INFO:tasks.rados.rados.0.smithi071.stdout:2438: done (0 left) 2024-09-13T14:31:23.888 INFO:tasks.rados.rados.0.smithi071.stdout:2439: delete oid 40 current snap is 320 2024-09-13T14:31:23.891 INFO:tasks.rados.rados.0.smithi071.stdout:2439: done (0 left) 2024-09-13T14:31:23.891 INFO:tasks.rados.rados.0.smithi071.stdout:2440: read oid 48 snap -1 2024-09-13T14:31:23.891 INFO:tasks.rados.rados.0.smithi071.stdout:2440: expect (ObjNum 853 snap 297 seq_num 853) 2024-09-13T14:31:23.891 INFO:tasks.rados.rados.0.smithi071.stdout:2441: write oid 41 current snap is 320 2024-09-13T14:31:23.891 INFO:tasks.rados.rados.0.smithi071.stdout:2441: seq_num 912 ranges {527984=473095,1634872=451650,2661887=634311} 2024-09-13T14:31:23.896 INFO:tasks.rados.rados.0.smithi071.stdout:2441: writing smithi07185159-41 from 527984 to 1001079 tid 1 2024-09-13T14:31:23.902 INFO:tasks.rados.rados.0.smithi071.stdout:2441: writing smithi07185159-41 from 1634872 to 2086522 tid 2 2024-09-13T14:31:23.909 INFO:tasks.rados.rados.0.smithi071.stdout:2441: writing smithi07185159-41 from 2661887 to 3296198 tid 3 2024-09-13T14:31:23.909 INFO:tasks.rados.rados.0.smithi071.stdout:2442: write oid 3 current snap is 320 2024-09-13T14:31:23.909 INFO:tasks.rados.rados.0.smithi071.stdout:2442: seq_num 913 ranges {544791=664697,1693354=595308,2689310=445583} 2024-09-13T14:31:23.915 INFO:tasks.rados.rados.0.smithi071.stdout:2442: writing smithi07185159-3 from 544791 to 1209488 tid 1 2024-09-13T14:31:23.921 INFO:tasks.rados.rados.0.smithi071.stdout:2442: writing smithi07185159-3 from 1693354 to 2288662 tid 2 2024-09-13T14:31:23.926 INFO:tasks.rados.rados.0.smithi071.stdout:2442: writing smithi07185159-3 from 2689310 to 3134893 tid 3 2024-09-13T14:31:23.927 INFO:tasks.rados.rados.0.smithi071.stdout:2443: read oid 33 snap -1 2024-09-13T14:31:23.927 INFO:tasks.rados.rados.0.smithi071.stdout:2443: expect (ObjNum 908 snap 319 seq_num 908) 2024-09-13T14:31:23.927 INFO:tasks.rados.rados.0.smithi071.stdout:2444: read oid 32 snap -1 2024-09-13T14:31:23.927 INFO:tasks.rados.rados.0.smithi071.stdout:2444: expect (ObjNum 878 snap 313 seq_num 878) 2024-09-13T14:31:23.927 INFO:tasks.rados.rados.0.smithi071.stdout:2445: rollback oid 43 current snap is 320 2024-09-13T14:31:23.927 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 43 to 292 2024-09-13T14:31:23.927 INFO:tasks.rados.rados.0.smithi071.stdout:2440: expect (ObjNum 853 snap 297 seq_num 853) 2024-09-13T14:31:24.084 INFO:tasks.rados.rados.0.smithi071.stdout:2441: finishing write tid 1 to smithi07185159-41 2024-09-13T14:31:24.085 INFO:tasks.rados.rados.0.smithi071.stdout:2441: finishing write tid 2 to smithi07185159-41 2024-09-13T14:31:24.085 INFO:tasks.rados.rados.0.smithi071.stdout:2441: finishing write tid 3 to smithi07185159-41 2024-09-13T14:31:24.085 INFO:tasks.rados.rados.0.smithi071.stdout:2441: finishing write tid 4 to smithi07185159-41 2024-09-13T14:31:24.085 INFO:tasks.rados.rados.0.smithi071.stdout:2441: finishing write tid 5 to smithi07185159-41 2024-09-13T14:31:24.085 INFO:tasks.rados.rados.0.smithi071.stdout:2441: oid 41 updating version 0 to 1302 2024-09-13T14:31:24.085 INFO:tasks.rados.rados.0.smithi071.stdout:2441: oid 41 updating version 1302 to 1304 2024-09-13T14:31:24.085 INFO:tasks.rados.rados.0.smithi071.stdout:2441: oid 41 version 1304 is already newer than 1303 2024-09-13T14:31:24.085 INFO:tasks.rados.rados.0.smithi071.stdout:2441: oid 41 updating version 1304 to 1305 2024-09-13T14:31:24.085 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 41 v 1305 (ObjNum 912 snap 320 seq_num 912) dirty exists 2024-09-13T14:31:24.085 INFO:tasks.rados.rados.0.smithi071.stdout:2441: left oid 41 (ObjNum 912 snap 320 seq_num 912) 2024-09-13T14:31:24.085 INFO:tasks.rados.rados.0.smithi071.stdout:2442: finishing write tid 1 to smithi07185159-3 2024-09-13T14:31:24.086 INFO:tasks.rados.rados.0.smithi071.stdout:2442: finishing write tid 2 to smithi07185159-3 2024-09-13T14:31:24.086 INFO:tasks.rados.rados.0.smithi071.stdout:2442: finishing write tid 3 to smithi07185159-3 2024-09-13T14:31:24.086 INFO:tasks.rados.rados.0.smithi071.stdout:2440: done (5 left) 2024-09-13T14:31:24.086 INFO:tasks.rados.rados.0.smithi071.stdout:2441: done (4 left) 2024-09-13T14:31:24.086 INFO:tasks.rados.rados.0.smithi071.stdout:2446: delete oid 6 current snap is 320 2024-09-13T14:31:24.086 INFO:tasks.rados.rados.0.smithi071.stdout:2445: finishing rollback tid 0 to smithi07185159-43 2024-09-13T14:31:24.086 INFO:tasks.rados.rados.0.smithi071.stdout:2442: finishing write tid 4 to smithi07185159-3 2024-09-13T14:31:24.086 INFO:tasks.rados.rados.0.smithi071.stdout:2442: finishing write tid 5 to smithi07185159-3 2024-09-13T14:31:24.086 INFO:tasks.rados.rados.0.smithi071.stdout:2442: oid 3 updating version 0 to 2370 2024-09-13T14:31:24.086 INFO:tasks.rados.rados.0.smithi071.stdout:2442: oid 3 updating version 2370 to 2371 2024-09-13T14:31:24.086 INFO:tasks.rados.rados.0.smithi071.stdout:2442: oid 3 updating version 2371 to 2373 2024-09-13T14:31:24.086 INFO:tasks.rados.rados.0.smithi071.stdout:2442: oid 3 version 2373 is already newer than 2372 2024-09-13T14:31:24.086 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 3 v 2373 (ObjNum 913 snap 320 seq_num 913) dirty exists 2024-09-13T14:31:24.087 INFO:tasks.rados.rados.0.smithi071.stdout:2442: left oid 3 (ObjNum 913 snap 320 seq_num 913) 2024-09-13T14:31:24.087 INFO:tasks.rados.rados.0.smithi071.stdout:2445: finishing rollback tid 1 to smithi07185159-43 2024-09-13T14:31:24.087 INFO:tasks.rados.rados.0.smithi071.stdout:2445: finishing rollback tid 2 to smithi07185159-43 2024-09-13T14:31:24.087 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 43 v 731 (ObjNum 827 snap 292 seq_num 827) dirty exists 2024-09-13T14:31:24.087 INFO:tasks.rados.rados.0.smithi071.stdout:2443: expect (ObjNum 908 snap 319 seq_num 908) 2024-09-13T14:31:24.188 INFO:tasks.rados.rados.0.smithi071.stdout:2444: expect (ObjNum 878 snap 313 seq_num 878) 2024-09-13T14:31:24.375 INFO:tasks.rados.rados.0.smithi071.stdout:2442: done (4 left) 2024-09-13T14:31:24.376 INFO:tasks.rados.rados.0.smithi071.stdout:2443: done (3 left) 2024-09-13T14:31:24.376 INFO:tasks.rados.rados.0.smithi071.stdout:2444: done (2 left) 2024-09-13T14:31:24.376 INFO:tasks.rados.rados.0.smithi071.stdout:2445: done (1 left) 2024-09-13T14:31:24.376 INFO:tasks.rados.rados.0.smithi071.stdout:2446: done (0 left) 2024-09-13T14:31:24.376 INFO:tasks.rados.rados.0.smithi071.stdout:2447: read oid 42 snap -1 2024-09-13T14:31:24.376 INFO:tasks.rados.rados.0.smithi071.stdout:2447: expect deleted 2024-09-13T14:31:24.376 INFO:tasks.rados.rados.0.smithi071.stdout:2448: read oid 44 snap 319 2024-09-13T14:31:24.376 INFO:tasks.rados.rados.0.smithi071.stdout:2448: expect deleted 2024-09-13T14:31:24.376 INFO:tasks.rados.rados.0.smithi071.stdout:2449: snap_create 2024-09-13T14:31:24.893 INFO:tasks.rados.rados.0.smithi071.stdout:2447: done (2 left) 2024-09-13T14:31:24.893 INFO:tasks.rados.rados.0.smithi071.stdout:2448: done (1 left) 2024-09-13T14:31:24.893 INFO:tasks.rados.rados.0.smithi071.stdout:2449: done (0 left) 2024-09-13T14:31:24.893 INFO:tasks.rados.rados.0.smithi071.stdout:2450: write oid 17 current snap is 321 2024-09-13T14:31:24.893 INFO:tasks.rados.rados.0.smithi071.stdout:2450: seq_num 915 ranges {578405=415195,1410318=598977,2744156=584480} 2024-09-13T14:31:24.895 INFO:tasks.rados.rados.0.smithi071.stdout:2450: writing smithi07185159-17 from 578405 to 993600 tid 1 2024-09-13T14:31:24.901 INFO:tasks.rados.rados.0.smithi071.stdout:2450: writing smithi07185159-17 from 1410318 to 2009295 tid 2 2024-09-13T14:31:24.909 INFO:tasks.rados.rados.0.smithi071.stdout:2450: writing smithi07185159-17 from 2744156 to 3328636 tid 3 2024-09-13T14:31:24.909 INFO:tasks.rados.rados.0.smithi071.stdout:2451: read oid 39 snap -1 2024-09-13T14:31:24.909 INFO:tasks.rados.rados.0.smithi071.stdout:2451: expect (ObjNum 885 snap 315 seq_num 885) 2024-09-13T14:31:24.909 INFO:tasks.rados.rados.0.smithi071.stdout:2452: read oid 42 snap -1 2024-09-13T14:31:24.909 INFO:tasks.rados.rados.0.smithi071.stdout:2452: expect deleted 2024-09-13T14:31:24.909 INFO:tasks.rados.rados.0.smithi071.stdout:2453: delete oid 1 current snap is 321 2024-09-13T14:31:24.909 INFO:tasks.rados.rados.0.smithi071.stdout:2450: finishing write tid 1 to smithi07185159-17 2024-09-13T14:31:24.909 INFO:tasks.rados.rados.0.smithi071.stdout:2450: finishing write tid 2 to smithi07185159-17 2024-09-13T14:31:24.911 INFO:tasks.rados.rados.0.smithi071.stdout:2450: finishing write tid 3 to smithi07185159-17 2024-09-13T14:31:24.911 INFO:tasks.rados.rados.0.smithi071.stdout:2450: finishing write tid 4 to smithi07185159-17 2024-09-13T14:31:24.912 INFO:tasks.rados.rados.0.smithi071.stdout:2450: finishing write tid 5 to smithi07185159-17 2024-09-13T14:31:24.912 INFO:tasks.rados.rados.0.smithi071.stdout:2450: oid 17 updating version 0 to 821 2024-09-13T14:31:24.912 INFO:tasks.rados.rados.0.smithi071.stdout:2450: oid 17 version 821 is already newer than 820 2024-09-13T14:31:24.912 INFO:tasks.rados.rados.0.smithi071.stdout:2450: oid 17 version 821 is already newer than 819 2024-09-13T14:31:24.912 INFO:tasks.rados.rados.0.smithi071.stdout:2450: oid 17 updating version 821 to 822 2024-09-13T14:31:24.912 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 17 v 822 (ObjNum 915 snap 321 seq_num 915) dirty exists 2024-09-13T14:31:24.912 INFO:tasks.rados.rados.0.smithi071.stdout:2450: left oid 17 (ObjNum 915 snap 321 seq_num 915) 2024-09-13T14:31:24.914 INFO:tasks.rados.rados.0.smithi071.stdout:2450: done (3 left) 2024-09-13T14:31:24.914 INFO:tasks.rados.rados.0.smithi071.stdout:2452: done (2 left) 2024-09-13T14:31:24.914 INFO:tasks.rados.rados.0.smithi071.stdout:2453: done (1 left) 2024-09-13T14:31:24.914 INFO:tasks.rados.rados.0.smithi071.stdout:2454: delete oid 43 current snap is 321 2024-09-13T14:31:24.914 INFO:tasks.rados.rados.0.smithi071.stdout:2451: expect (ObjNum 885 snap 315 seq_num 885) 2024-09-13T14:31:25.039 INFO:tasks.rados.rados.0.smithi071.stdout:2451: done (1 left) 2024-09-13T14:31:25.039 INFO:tasks.rados.rados.0.smithi071.stdout:2454: done (0 left) 2024-09-13T14:31:25.039 INFO:tasks.rados.rados.0.smithi071.stdout:2455: snap_remove snap 288 2024-09-13T14:31:25.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:24 smithi071 ceph-mon[107477]: osdmap e700: 8 total, 8 up, 8 in 2024-09-13T14:31:25.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:24 smithi071 ceph-mon[107477]: pgmap v502: 89 pgs: 89 active+clean; 214 MiB data, 818 MiB used, 714 GiB / 715 GiB avail 2024-09-13T14:31:25.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:24 smithi071 ceph-mon[112785]: osdmap e700: 8 total, 8 up, 8 in 2024-09-13T14:31:25.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:24 smithi071 ceph-mon[112785]: pgmap v502: 89 pgs: 89 active+clean; 214 MiB data, 818 MiB used, 714 GiB / 715 GiB avail 2024-09-13T14:31:25.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:24 smithi104 ceph-mon[105578]: osdmap e700: 8 total, 8 up, 8 in 2024-09-13T14:31:25.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:24 smithi104 ceph-mon[105578]: pgmap v502: 89 pgs: 89 active+clean; 214 MiB data, 818 MiB used, 714 GiB / 715 GiB avail 2024-09-13T14:31:25.896 INFO:tasks.rados.rados.0.smithi071.stdout:2455: done (0 left) 2024-09-13T14:31:25.897 INFO:tasks.rados.rados.0.smithi071.stdout:2456: snap_remove snap 316 2024-09-13T14:31:26.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:25 smithi071 ceph-mon[107477]: osdmap e701: 8 total, 8 up, 8 in 2024-09-13T14:31:26.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:25 smithi071 ceph-mon[112785]: osdmap e701: 8 total, 8 up, 8 in 2024-09-13T14:31:26.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:25 smithi104 ceph-mon[105578]: osdmap e701: 8 total, 8 up, 8 in 2024-09-13T14:31:26.910 INFO:tasks.rados.rados.0.smithi071.stdout:2456: done (0 left) 2024-09-13T14:31:26.910 INFO:tasks.rados.rados.0.smithi071.stdout:2457: read oid 43 snap -1 2024-09-13T14:31:26.910 INFO:tasks.rados.rados.0.smithi071.stdout:2457: expect deleted 2024-09-13T14:31:26.910 INFO:tasks.rados.rados.0.smithi071.stdout:2458: read oid 19 snap -1 2024-09-13T14:31:26.910 INFO:tasks.rados.rados.0.smithi071.stdout:2458: expect (ObjNum 906 snap 317 seq_num 906) 2024-09-13T14:31:26.910 INFO:tasks.rados.rados.0.smithi071.stdout:2459: read oid 29 snap 315 2024-09-13T14:31:26.910 INFO:tasks.rados.rados.0.smithi071.stdout:2459: expect deleted 2024-09-13T14:31:26.911 INFO:tasks.rados.rados.0.smithi071.stdout:2460: write oid 14 current snap is 321 2024-09-13T14:31:26.911 INFO:tasks.rados.rados.0.smithi071.stdout:2460: seq_num 918 ranges {628826=640942,1869411=462657,2826425=534649} 2024-09-13T14:31:26.917 INFO:tasks.rados.rados.0.smithi071.stdout:2460: writing smithi07185159-14 from 628826 to 1269768 tid 1 2024-09-13T14:31:26.924 INFO:tasks.rados.rados.0.smithi071.stdout:2460: writing smithi07185159-14 from 1869411 to 2332068 tid 2 2024-09-13T14:31:26.929 INFO:tasks.rados.rados.0.smithi071.stdout:2460: writing smithi07185159-14 from 2826425 to 3361074 tid 3 2024-09-13T14:31:26.929 INFO:tasks.rados.rados.0.smithi071.stdout:2461: snap_remove snap 311 2024-09-13T14:31:27.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:26 smithi104 ceph-mon[105578]: osdmap e702: 8 total, 8 up, 8 in 2024-09-13T14:31:27.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:26 smithi104 ceph-mon[105578]: pgmap v505: 89 pgs: 89 active+clean; 228 MiB data, 839 MiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 1.9 MiB/s wr, 19 op/s 2024-09-13T14:31:27.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:26 smithi071 ceph-mon[107477]: osdmap e702: 8 total, 8 up, 8 in 2024-09-13T14:31:27.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:26 smithi071 ceph-mon[107477]: pgmap v505: 89 pgs: 89 active+clean; 228 MiB data, 839 MiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 1.9 MiB/s wr, 19 op/s 2024-09-13T14:31:27.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:26 smithi071 ceph-mon[112785]: osdmap e702: 8 total, 8 up, 8 in 2024-09-13T14:31:27.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:26 smithi071 ceph-mon[112785]: pgmap v505: 89 pgs: 89 active+clean; 228 MiB data, 839 MiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 1.9 MiB/s wr, 19 op/s 2024-09-13T14:31:27.858 INFO:tasks.rados.rados.0.smithi071.stdout:2461: done (4 left) 2024-09-13T14:31:27.858 INFO:tasks.rados.rados.0.smithi071.stdout:2462: delete oid 25 current snap is 321 2024-09-13T14:31:27.858 INFO:tasks.rados.rados.0.smithi071.stdout:2458: expect (ObjNum 906 snap 317 seq_num 906) 2024-09-13T14:31:28.061 INFO:tasks.rados.rados.0.smithi071.stdout:2460: finishing write tid 1 to smithi07185159-14 2024-09-13T14:31:28.062 INFO:tasks.rados.rados.0.smithi071.stdout:2460: finishing write tid 2 to smithi07185159-14 2024-09-13T14:31:28.062 INFO:tasks.rados.rados.0.smithi071.stdout:2457: done (4 left) 2024-09-13T14:31:28.062 INFO:tasks.rados.rados.0.smithi071.stdout:2458: done (3 left) 2024-09-13T14:31:28.062 INFO:tasks.rados.rados.0.smithi071.stdout:2459: done (2 left) 2024-09-13T14:31:28.062 INFO:tasks.rados.rados.0.smithi071.stdout:2462: done (1 left) 2024-09-13T14:31:28.062 INFO:tasks.rados.rados.0.smithi071.stdout:2463: write oid 19 current snap is 321 2024-09-13T14:31:28.062 INFO:tasks.rados.rados.0.smithi071.stdout:2460: finishing write tid 3 to smithi07185159-14 2024-09-13T14:31:28.062 INFO:tasks.rados.rados.0.smithi071.stdout:2460: finishing write tid 4 to smithi07185159-14 2024-09-13T14:31:28.062 INFO:tasks.rados.rados.0.smithi071.stdout:2463: seq_num 920 ranges {662440=507793,1702728=749973,2881271=557193} 2024-09-13T14:31:28.067 INFO:tasks.rados.rados.0.smithi071.stdout:2463: writing smithi07185159-19 from 662440 to 1170233 tid 1 2024-09-13T14:31:28.074 INFO:tasks.rados.rados.0.smithi071.stdout:2463: writing smithi07185159-19 from 1702728 to 2452701 tid 2 2024-09-13T14:31:28.080 INFO:tasks.rados.rados.0.smithi071.stdout:2463: writing smithi07185159-19 from 2881271 to 3438464 tid 3 2024-09-13T14:31:28.080 INFO:tasks.rados.rados.0.smithi071.stdout:2464: snap_remove snap 318 2024-09-13T14:31:28.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:27 smithi104 ceph-mon[105578]: osdmap e703: 8 total, 8 up, 8 in 2024-09-13T14:31:28.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:27 smithi104 ceph-mon[105578]: osdmap e704: 8 total, 8 up, 8 in 2024-09-13T14:31:28.292 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:27 smithi071 ceph-mon[107477]: osdmap e703: 8 total, 8 up, 8 in 2024-09-13T14:31:28.292 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:27 smithi071 ceph-mon[107477]: osdmap e704: 8 total, 8 up, 8 in 2024-09-13T14:31:28.292 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:27 smithi071 ceph-mon[112785]: osdmap e703: 8 total, 8 up, 8 in 2024-09-13T14:31:28.292 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:27 smithi071 ceph-mon[112785]: osdmap e704: 8 total, 8 up, 8 in 2024-09-13T14:31:28.914 INFO:tasks.rados.rados.0.smithi071.stdout:2464: done (2 left) 2024-09-13T14:31:28.914 INFO:tasks.rados.rados.0.smithi071.stdout:2465: read oid 2 snap -1 2024-09-13T14:31:28.914 INFO:tasks.rados.rados.0.smithi071.stdout:2465: expect deleted 2024-09-13T14:31:28.914 INFO:tasks.rados.rados.0.smithi071.stdout:2466: delete oid 49 current snap is 321 2024-09-13T14:31:28.914 INFO:tasks.rados.rados.0.smithi071.stdout:2460: finishing write tid 5 to smithi07185159-14 2024-09-13T14:31:28.914 INFO:tasks.rados.rados.0.smithi071.stdout:2460: oid 14 updating version 0 to 1222 2024-09-13T14:31:28.914 INFO:tasks.rados.rados.0.smithi071.stdout:2460: oid 14 version 1222 is already newer than 1221 2024-09-13T14:31:28.914 INFO:tasks.rados.rados.0.smithi071.stdout:2460: oid 14 updating version 1222 to 1223 2024-09-13T14:31:28.915 INFO:tasks.rados.rados.0.smithi071.stdout:2460: oid 14 updating version 1223 to 1224 2024-09-13T14:31:28.915 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 14 v 1224 (ObjNum 918 snap 321 seq_num 918) dirty exists 2024-09-13T14:31:28.915 INFO:tasks.rados.rados.0.smithi071.stdout:2460: left oid 14 (ObjNum 918 snap 321 seq_num 918) 2024-09-13T14:31:28.915 INFO:tasks.rados.rados.0.smithi071.stdout:2463: finishing write tid 1 to smithi07185159-19 2024-09-13T14:31:28.915 INFO:tasks.rados.rados.0.smithi071.stdout:2463: finishing write tid 2 to smithi07185159-19 2024-09-13T14:31:28.915 INFO:tasks.rados.rados.0.smithi071.stdout:2463: finishing write tid 3 to smithi07185159-19 2024-09-13T14:31:28.915 INFO:tasks.rados.rados.0.smithi071.stdout:2463: finishing write tid 4 to smithi07185159-19 2024-09-13T14:31:28.915 INFO:tasks.rados.rados.0.smithi071.stdout:2463: finishing write tid 5 to smithi07185159-19 2024-09-13T14:31:28.915 INFO:tasks.rados.rados.0.smithi071.stdout:2463: oid 19 updating version 0 to 841 2024-09-13T14:31:28.915 INFO:tasks.rados.rados.0.smithi071.stdout:2463: oid 19 version 841 is already newer than 839 2024-09-13T14:31:28.915 INFO:tasks.rados.rados.0.smithi071.stdout:2463: oid 19 version 841 is already newer than 838 2024-09-13T14:31:28.915 INFO:tasks.rados.rados.0.smithi071.stdout:2463: oid 19 version 841 is already newer than 840 2024-09-13T14:31:28.915 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 19 v 841 (ObjNum 920 snap 321 seq_num 920) dirty exists 2024-09-13T14:31:28.915 INFO:tasks.rados.rados.0.smithi071.stdout:2463: left oid 19 (ObjNum 920 snap 321 seq_num 920) 2024-09-13T14:31:28.917 INFO:tasks.rados.rados.0.smithi071.stdout:2460: done (3 left) 2024-09-13T14:31:28.918 INFO:tasks.rados.rados.0.smithi071.stdout:2463: done (2 left) 2024-09-13T14:31:28.918 INFO:tasks.rados.rados.0.smithi071.stdout:2465: done (1 left) 2024-09-13T14:31:28.918 INFO:tasks.rados.rados.0.smithi071.stdout:2466: done (0 left) 2024-09-13T14:31:28.918 INFO:tasks.rados.rados.0.smithi071.stdout:2467: write oid 2 current snap is 321 2024-09-13T14:31:28.918 INFO:tasks.rados.rados.0.smithi071.stdout:2467: seq_num 922 ranges {696054=658291,2103339=753642} 2024-09-13T14:31:28.926 INFO:tasks.rados.rados.0.smithi071.stdout:2467: writing smithi07185159-2 from 696054 to 1354345 tid 1 2024-09-13T14:31:28.936 INFO:tasks.rados.rados.0.smithi071.stdout:2467: writing smithi07185159-2 from 2103339 to 2856981 tid 2 2024-09-13T14:31:28.936 INFO:tasks.rados.rados.0.smithi071.stdout:2468: delete oid 4 current snap is 321 2024-09-13T14:31:28.936 INFO:tasks.rados.rados.0.smithi071.stdout:2467: finishing write tid 1 to smithi07185159-2 2024-09-13T14:31:28.939 INFO:tasks.rados.rados.0.smithi071.stdout:2468: done (1 left) 2024-09-13T14:31:28.939 INFO:tasks.rados.rados.0.smithi071.stdout:2469: read oid 38 snap -1 2024-09-13T14:31:28.939 INFO:tasks.rados.rados.0.smithi071.stdout:2469: expect (ObjNum 864 snap 305 seq_num 864) 2024-09-13T14:31:28.940 INFO:tasks.rados.rados.0.smithi071.stdout:2470: delete oid 33 current snap is 321 2024-09-13T14:31:28.940 INFO:tasks.rados.rados.0.smithi071.stdout:2467: finishing write tid 2 to smithi07185159-2 2024-09-13T14:31:28.940 INFO:tasks.rados.rados.0.smithi071.stdout:2467: finishing write tid 3 to smithi07185159-2 2024-09-13T14:31:28.941 INFO:tasks.rados.rados.0.smithi071.stdout:2467: finishing write tid 4 to smithi07185159-2 2024-09-13T14:31:28.941 INFO:tasks.rados.rados.0.smithi071.stdout:2467: oid 2 updating version 0 to 449 2024-09-13T14:31:28.941 INFO:tasks.rados.rados.0.smithi071.stdout:2467: oid 2 version 449 is already newer than 447 2024-09-13T14:31:28.941 INFO:tasks.rados.rados.0.smithi071.stdout:2467: oid 2 version 449 is already newer than 448 2024-09-13T14:31:28.941 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 2 v 449 (ObjNum 922 snap 321 seq_num 922) dirty exists 2024-09-13T14:31:28.941 INFO:tasks.rados.rados.0.smithi071.stdout:2467: left oid 2 (ObjNum 922 snap 321 seq_num 922) 2024-09-13T14:31:28.942 INFO:tasks.rados.rados.0.smithi071.stdout:2467: done (2 left) 2024-09-13T14:31:28.942 INFO:tasks.rados.rados.0.smithi071.stdout:2470: done (1 left) 2024-09-13T14:31:28.942 INFO:tasks.rados.rados.0.smithi071.stdout:2471: delete oid 45 current snap is 321 2024-09-13T14:31:28.944 INFO:tasks.rados.rados.0.smithi071.stdout:2471: done (1 left) 2024-09-13T14:31:28.944 INFO:tasks.rados.rados.0.smithi071.stdout:2472: rollback oid 5 current snap is 321 2024-09-13T14:31:28.944 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 5 to 301 2024-09-13T14:31:28.944 INFO:tasks.rados.rados.0.smithi071.stdout:2473: delete oid 29 current snap is 321 2024-09-13T14:31:28.946 INFO:tasks.rados.rados.0.smithi071.stdout:2473: done (2 left) 2024-09-13T14:31:28.946 INFO:tasks.rados.rados.0.smithi071.stdout:2474: write oid 27 current snap is 321 2024-09-13T14:31:28.946 INFO:tasks.rados.rados.0.smithi071.stdout:2474: seq_num 927 ranges {780089=634536,1879396=620991,3240526=339563} 2024-09-13T14:31:28.955 INFO:tasks.rados.rados.0.smithi071.stdout:2474: writing smithi07185159-27 from 780089 to 1414625 tid 1 2024-09-13T14:31:28.962 INFO:tasks.rados.rados.0.smithi071.stdout:2474: writing smithi07185159-27 from 1879396 to 2500387 tid 2 2024-09-13T14:31:28.969 INFO:tasks.rados.rados.0.smithi071.stdout:2474: writing smithi07185159-27 from 3240526 to 3580089 tid 3 2024-09-13T14:31:28.969 INFO:tasks.rados.rados.0.smithi071.stdout:2475: delete oid 48 current snap is 321 2024-09-13T14:31:28.969 INFO:tasks.rados.rados.0.smithi071.stdout:2469: expect (ObjNum 864 snap 305 seq_num 864) 2024-09-13T14:31:29.089 INFO:tasks.rados.rados.0.smithi071.stdout:2472: finishing rollback tid 0 to smithi07185159-5 2024-09-13T14:31:29.090 INFO:tasks.rados.rados.0.smithi071.stdout:2472: finishing rollback tid 1 to smithi07185159-5 2024-09-13T14:31:29.090 INFO:tasks.rados.rados.0.smithi071.stdout:2472: finishing rollback tid 2 to smithi07185159-5 2024-09-13T14:31:29.090 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 5 v 2417 (ObjNum 838 snap 295 seq_num 838) dirty exists 2024-09-13T14:31:29.090 INFO:tasks.rados.rados.0.smithi071.stdout:2474: finishing write tid 1 to smithi07185159-27 2024-09-13T14:31:29.090 INFO:tasks.rados.rados.0.smithi071.stdout:2469: done (3 left) 2024-09-13T14:31:29.090 INFO:tasks.rados.rados.0.smithi071.stdout:2472: done (2 left) 2024-09-13T14:31:29.090 INFO:tasks.rados.rados.0.smithi071.stdout:2475: done (1 left) 2024-09-13T14:31:29.090 INFO:tasks.rados.rados.0.smithi071.stdout:2476: rollback oid 21 current snap is 321 2024-09-13T14:31:29.090 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 21 to 312 2024-09-13T14:31:29.090 INFO:tasks.rados.rados.0.smithi071.stdout:2474: finishing write tid 2 to smithi07185159-27 2024-09-13T14:31:29.090 INFO:tasks.rados.rados.0.smithi071.stdout:2474: finishing write tid 3 to smithi07185159-27 2024-09-13T14:31:29.090 INFO:tasks.rados.rados.0.smithi071.stdout:2474: finishing write tid 4 to smithi07185159-27 2024-09-13T14:31:29.090 INFO:tasks.rados.rados.0.smithi071.stdout:2474: finishing write tid 5 to smithi07185159-27 2024-09-13T14:31:29.091 INFO:tasks.rados.rados.0.smithi071.stdout:2474: oid 27 updating version 0 to 1320 2024-09-13T14:31:29.091 INFO:tasks.rados.rados.0.smithi071.stdout:2474: oid 27 updating version 1320 to 1321 2024-09-13T14:31:29.091 INFO:tasks.rados.rados.0.smithi071.stdout:2474: oid 27 version 1321 is already newer than 1319 2024-09-13T14:31:29.091 INFO:tasks.rados.rados.0.smithi071.stdout:2474: oid 27 updating version 1321 to 1322 2024-09-13T14:31:29.091 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 27 v 1322 (ObjNum 927 snap 321 seq_num 927) dirty exists 2024-09-13T14:31:29.091 INFO:tasks.rados.rados.0.smithi071.stdout:2474: left oid 27 (ObjNum 927 snap 321 seq_num 927) 2024-09-13T14:31:29.091 INFO:tasks.rados.rados.0.smithi071.stdout:2474: done (1 left) 2024-09-13T14:31:29.091 INFO:tasks.rados.rados.0.smithi071.stdout:2477: read oid 45 snap 299 2024-09-13T14:31:29.091 INFO:tasks.rados.rados.0.smithi071.stdout:2477: expect (ObjNum 857 snap 298 seq_num 857) 2024-09-13T14:31:29.091 INFO:tasks.rados.rados.0.smithi071.stdout:2478: read oid 12 snap 301 2024-09-13T14:31:29.091 INFO:tasks.rados.rados.0.smithi071.stdout:2478: expect deleted 2024-09-13T14:31:29.091 INFO:tasks.rados.rados.0.smithi071.stdout:2479: write oid 42 current snap is 321 2024-09-13T14:31:29.091 INFO:tasks.rados.rados.0.smithi071.stdout:2479: seq_num 929 ranges {413703=501387,1596360=624660,2895372=691347} 2024-09-13T14:31:29.094 INFO:tasks.rados.rados.0.smithi071.stdout:2479: writing smithi07185159-42 from 413703 to 915090 tid 1 2024-09-13T14:31:29.101 INFO:tasks.rados.rados.0.smithi071.stdout:2479: writing smithi07185159-42 from 1596360 to 2221020 tid 2 2024-09-13T14:31:29.108 INFO:tasks.rados.rados.0.smithi071.stdout:2479: writing smithi07185159-42 from 2895372 to 3586719 tid 3 2024-09-13T14:31:29.109 INFO:tasks.rados.rados.0.smithi071.stdout:2480: snap_remove snap 300 2024-09-13T14:31:29.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:28 smithi104 ceph-mon[105578]: pgmap v508: 89 pgs: 89 active+clean; 228 MiB data, 839 MiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 1.9 MiB/s wr, 19 op/s 2024-09-13T14:31:29.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:28 smithi071 ceph-mon[107477]: pgmap v508: 89 pgs: 89 active+clean; 228 MiB data, 839 MiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 1.9 MiB/s wr, 19 op/s 2024-09-13T14:31:29.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:28 smithi071 ceph-mon[112785]: pgmap v508: 89 pgs: 89 active+clean; 228 MiB data, 839 MiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 1.9 MiB/s wr, 19 op/s 2024-09-13T14:31:29.917 INFO:tasks.rados.rados.0.smithi071.stdout:2476: finishing rollback tid 1 to smithi07185159-21 2024-09-13T14:31:29.917 INFO:tasks.rados.rados.0.smithi071.stdout:2476: finishing rollback tid 2 to smithi07185159-21 2024-09-13T14:31:29.917 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 21 v 1081 (ObjNum 865 snap 307 seq_num 865) dirty exists 2024-09-13T14:31:29.917 INFO:tasks.rados.rados.0.smithi071.stdout:2477: expect (ObjNum 857 snap 298 seq_num 857) 2024-09-13T14:31:29.999 INFO:tasks.rados.rados.0.smithi071.stdout:2479: finishing write tid 1 to smithi07185159-42 2024-09-13T14:31:29.999 INFO:tasks.rados.rados.0.smithi071.stdout:2479: finishing write tid 2 to smithi07185159-42 2024-09-13T14:31:29.999 INFO:tasks.rados.rados.0.smithi071.stdout:2479: finishing write tid 3 to smithi07185159-42 2024-09-13T14:31:29.999 INFO:tasks.rados.rados.0.smithi071.stdout:2479: finishing write tid 4 to smithi07185159-42 2024-09-13T14:31:29.999 INFO:tasks.rados.rados.0.smithi071.stdout:2479: finishing write tid 5 to smithi07185159-42 2024-09-13T14:31:29.999 INFO:tasks.rados.rados.0.smithi071.stdout:2479: oid 42 updating version 0 to 1319 2024-09-13T14:31:30.000 INFO:tasks.rados.rados.0.smithi071.stdout:2479: oid 42 version 1319 is already newer than 1318 2024-09-13T14:31:30.000 INFO:tasks.rados.rados.0.smithi071.stdout:2479: oid 42 updating version 1319 to 1321 2024-09-13T14:31:30.000 INFO:tasks.rados.rados.0.smithi071.stdout:2479: oid 42 version 1321 is already newer than 1320 2024-09-13T14:31:30.000 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 42 v 1321 (ObjNum 929 snap 321 seq_num 929) dirty exists 2024-09-13T14:31:30.000 INFO:tasks.rados.rados.0.smithi071.stdout:2479: left oid 42 (ObjNum 929 snap 321 seq_num 929) 2024-09-13T14:31:30.000 INFO:tasks.rados.rados.0.smithi071.stdout:2476: done (4 left) 2024-09-13T14:31:30.000 INFO:tasks.rados.rados.0.smithi071.stdout:2477: done (3 left) 2024-09-13T14:31:30.000 INFO:tasks.rados.rados.0.smithi071.stdout:2478: done (2 left) 2024-09-13T14:31:30.000 INFO:tasks.rados.rados.0.smithi071.stdout:2479: done (1 left) 2024-09-13T14:31:30.000 INFO:tasks.rados.rados.0.smithi071.stdout:2480: done (0 left) 2024-09-13T14:31:30.000 INFO:tasks.rados.rados.0.smithi071.stdout:2481: snap_create 2024-09-13T14:31:30.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:29 smithi104 ceph-mon[105578]: osdmap e705: 8 total, 8 up, 8 in 2024-09-13T14:31:30.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:31:30.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:29 smithi071 ceph-mon[107477]: osdmap e705: 8 total, 8 up, 8 in 2024-09-13T14:31:30.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:31:30.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:29 smithi071 ceph-mon[112785]: osdmap e705: 8 total, 8 up, 8 in 2024-09-13T14:31:30.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:31:30.922 INFO:tasks.rados.rados.0.smithi071.stdout:2481: done (0 left) 2024-09-13T14:31:30.922 INFO:tasks.rados.rados.0.smithi071.stdout:2482: read oid 7 snap -1 2024-09-13T14:31:30.922 INFO:tasks.rados.rados.0.smithi071.stdout:2482: expect (ObjNum 761 snap 265 seq_num 761) 2024-09-13T14:31:30.922 INFO:tasks.rados.rados.0.smithi071.stdout:2483: rollback oid 40 current snap is 322 2024-09-13T14:31:30.923 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 40 to 315 2024-09-13T14:31:30.923 INFO:tasks.rados.rados.0.smithi071.stdout:2484: snap_remove snap 301 2024-09-13T14:31:31.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:30 smithi104 ceph-mon[105578]: osdmap e706: 8 total, 8 up, 8 in 2024-09-13T14:31:31.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:30 smithi104 ceph-mon[105578]: pgmap v511: 89 pgs: 89 active+clean; 236 MiB data, 864 MiB used, 714 GiB / 715 GiB avail; 7.2 MiB/s rd, 2.0 MiB/s wr, 16 op/s 2024-09-13T14:31:31.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:30 smithi071 ceph-mon[107477]: osdmap e706: 8 total, 8 up, 8 in 2024-09-13T14:31:31.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:30 smithi071 ceph-mon[107477]: pgmap v511: 89 pgs: 89 active+clean; 236 MiB data, 864 MiB used, 714 GiB / 715 GiB avail; 7.2 MiB/s rd, 2.0 MiB/s wr, 16 op/s 2024-09-13T14:31:31.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:30 smithi071 ceph-mon[112785]: osdmap e706: 8 total, 8 up, 8 in 2024-09-13T14:31:31.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:30 smithi071 ceph-mon[112785]: pgmap v511: 89 pgs: 89 active+clean; 236 MiB data, 864 MiB used, 714 GiB / 715 GiB avail; 7.2 MiB/s rd, 2.0 MiB/s wr, 16 op/s 2024-09-13T14:31:31.926 INFO:tasks.rados.rados.0.smithi071.stdout:2484: done (2 left) 2024-09-13T14:31:31.927 INFO:tasks.rados.rados.0.smithi071.stdout:2485: snap_remove snap 292 2024-09-13T14:31:32.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:31 smithi071 ceph-mon[107477]: osdmap e707: 8 total, 8 up, 8 in 2024-09-13T14:31:32.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:31 smithi071 ceph-mon[112785]: osdmap e707: 8 total, 8 up, 8 in 2024-09-13T14:31:32.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:31 smithi104 ceph-mon[105578]: osdmap e707: 8 total, 8 up, 8 in 2024-09-13T14:31:32.864 INFO:tasks.rados.rados.0.smithi071.stdout:2485: done (2 left) 2024-09-13T14:31:32.865 INFO:tasks.rados.rados.0.smithi071.stdout:2486: rollback oid 41 current snap is 322 2024-09-13T14:31:32.865 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 41 to 317 2024-09-13T14:31:32.865 INFO:tasks.rados.rados.0.smithi071.stdout:2483: finishing rollback tid 1 to smithi07185159-40 2024-09-13T14:31:32.865 INFO:tasks.rados.rados.0.smithi071.stdout:2483: finishing rollback tid 2 to smithi07185159-40 2024-09-13T14:31:32.865 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 40 v 554 (ObjNum 874 snap 311 seq_num 874) dirty exists 2024-09-13T14:31:32.865 INFO:tasks.rados.rados.0.smithi071.stdout:2482: expect (ObjNum 761 snap 265 seq_num 761) 2024-09-13T14:31:33.014 INFO:tasks.rados.rados.0.smithi071.stdout:2486: finishing rollback tid 0 to smithi07185159-41 2024-09-13T14:31:33.015 INFO:tasks.rados.rados.0.smithi071.stdout:2486: finishing rollback tid 1 to smithi07185159-41 2024-09-13T14:31:33.015 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 41 v 1336 (ObjNum 1265 snap 0 seq_num 1961351760) dirty dne 2024-09-13T14:31:33.015 INFO:tasks.rados.rados.0.smithi071.stdout:2482: done (2 left) 2024-09-13T14:31:33.015 INFO:tasks.rados.rados.0.smithi071.stdout:2483: done (1 left) 2024-09-13T14:31:33.015 INFO:tasks.rados.rados.0.smithi071.stdout:2486: done (0 left) 2024-09-13T14:31:33.015 INFO:tasks.rados.rados.0.smithi071.stdout:2487: read oid 20 snap -1 2024-09-13T14:31:33.015 INFO:tasks.rados.rados.0.smithi071.stdout:2487: expect (ObjNum 805 snap 285 seq_num 805) 2024-09-13T14:31:33.015 INFO:tasks.rados.rados.0.smithi071.stdout:2488: snap_remove snap 313 2024-09-13T14:31:33.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:32 smithi071 ceph-mon[107477]: osdmap e708: 8 total, 8 up, 8 in 2024-09-13T14:31:33.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:32 smithi071 ceph-mon[107477]: pgmap v514: 89 pgs: 89 active+clean; 236 MiB data, 864 MiB used, 714 GiB / 715 GiB avail; 7.2 MiB/s rd, 2.0 MiB/s wr, 16 op/s 2024-09-13T14:31:33.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:32 smithi071 ceph-mon[107477]: osdmap e709: 8 total, 8 up, 8 in 2024-09-13T14:31:33.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:31:32 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:31:32] "GET /metrics HTTP/1.1" 200 36275 "" "Prometheus/2.51.0" 2024-09-13T14:31:33.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:32 smithi071 ceph-mon[112785]: osdmap e708: 8 total, 8 up, 8 in 2024-09-13T14:31:33.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:32 smithi071 ceph-mon[112785]: pgmap v514: 89 pgs: 89 active+clean; 236 MiB data, 864 MiB used, 714 GiB / 715 GiB avail; 7.2 MiB/s rd, 2.0 MiB/s wr, 16 op/s 2024-09-13T14:31:33.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:32 smithi071 ceph-mon[112785]: osdmap e709: 8 total, 8 up, 8 in 2024-09-13T14:31:33.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:32 smithi104 ceph-mon[105578]: osdmap e708: 8 total, 8 up, 8 in 2024-09-13T14:31:33.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:32 smithi104 ceph-mon[105578]: pgmap v514: 89 pgs: 89 active+clean; 236 MiB data, 864 MiB used, 714 GiB / 715 GiB avail; 7.2 MiB/s rd, 2.0 MiB/s wr, 16 op/s 2024-09-13T14:31:33.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:32 smithi104 ceph-mon[105578]: osdmap e709: 8 total, 8 up, 8 in 2024-09-13T14:31:33.945 INFO:tasks.rados.rados.0.smithi071.stdout:2487: expect (ObjNum 805 snap 285 seq_num 805) 2024-09-13T14:31:34.133 INFO:tasks.rados.rados.0.smithi071.stdout:2487: done (1 left) 2024-09-13T14:31:34.133 INFO:tasks.rados.rados.0.smithi071.stdout:2488: done (0 left) 2024-09-13T14:31:34.133 INFO:tasks.rados.rados.0.smithi071.stdout:2489: snap_create 2024-09-13T14:31:34.949 INFO:tasks.rados.rados.0.smithi071.stdout:2489: done (0 left) 2024-09-13T14:31:34.949 INFO:tasks.rados.rados.0.smithi071.stdout:2490: write oid 39 current snap is 323 2024-09-13T14:31:34.949 INFO:tasks.rados.rados.0.smithi071.stdout:2490: seq_num 930 ranges {430510=576636,1654842=768318,2922795=502619} 2024-09-13T14:31:34.954 INFO:tasks.rados.rados.0.smithi071.stdout:2490: writing smithi07185159-39 from 430510 to 1007146 tid 1 2024-09-13T14:31:34.962 INFO:tasks.rados.rados.0.smithi071.stdout:2490: writing smithi07185159-39 from 1654842 to 2423160 tid 2 2024-09-13T14:31:34.968 INFO:tasks.rados.rados.0.smithi071.stdout:2490: writing smithi07185159-39 from 2922795 to 3425414 tid 3 2024-09-13T14:31:34.968 INFO:tasks.rados.rados.0.smithi071.stdout:2491: snap_remove snap 315 2024-09-13T14:31:35.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:34 smithi071 ceph-mon[107477]: osdmap e710: 8 total, 8 up, 8 in 2024-09-13T14:31:35.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:34 smithi071 ceph-mon[107477]: pgmap v517: 89 pgs: 89 active+clean; 236 MiB data, 864 MiB used, 714 GiB / 715 GiB avail 2024-09-13T14:31:35.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:34 smithi071 ceph-mon[112785]: osdmap e710: 8 total, 8 up, 8 in 2024-09-13T14:31:35.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:34 smithi071 ceph-mon[112785]: pgmap v517: 89 pgs: 89 active+clean; 236 MiB data, 864 MiB used, 714 GiB / 715 GiB avail 2024-09-13T14:31:35.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:34 smithi104 ceph-mon[105578]: osdmap e710: 8 total, 8 up, 8 in 2024-09-13T14:31:35.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:34 smithi104 ceph-mon[105578]: pgmap v517: 89 pgs: 89 active+clean; 236 MiB data, 864 MiB used, 714 GiB / 715 GiB avail 2024-09-13T14:31:35.958 INFO:tasks.rados.rados.0.smithi071.stdout:2491: done (1 left) 2024-09-13T14:31:35.958 INFO:tasks.rados.rados.0.smithi071.stdout:2492: snap_create 2024-09-13T14:31:35.958 INFO:tasks.rados.rados.0.smithi071.stdout:2490: finishing write tid 1 to smithi07185159-39 2024-09-13T14:31:35.958 INFO:tasks.rados.rados.0.smithi071.stdout:2490: finishing write tid 2 to smithi07185159-39 2024-09-13T14:31:35.958 INFO:tasks.rados.rados.0.smithi071.stdout:2490: finishing write tid 3 to smithi07185159-39 2024-09-13T14:31:35.959 INFO:tasks.rados.rados.0.smithi071.stdout:2490: finishing write tid 4 to smithi07185159-39 2024-09-13T14:31:35.959 INFO:tasks.rados.rados.0.smithi071.stdout:2490: finishing write tid 5 to smithi07185159-39 2024-09-13T14:31:35.959 INFO:tasks.rados.rados.0.smithi071.stdout:2490: oid 39 updating version 0 to 1252 2024-09-13T14:31:35.959 INFO:tasks.rados.rados.0.smithi071.stdout:2490: oid 39 version 1252 is already newer than 1251 2024-09-13T14:31:35.959 INFO:tasks.rados.rados.0.smithi071.stdout:2490: oid 39 updating version 1252 to 1253 2024-09-13T14:31:35.959 INFO:tasks.rados.rados.0.smithi071.stdout:2490: oid 39 updating version 1253 to 1254 2024-09-13T14:31:35.959 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 39 v 1254 (ObjNum 930 snap 323 seq_num 930) dirty exists 2024-09-13T14:31:35.959 INFO:tasks.rados.rados.0.smithi071.stdout:2490: left oid 39 (ObjNum 930 snap 323 seq_num 930) 2024-09-13T14:31:36.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:35 smithi071 ceph-mon[107477]: osdmap e711: 8 total, 8 up, 8 in 2024-09-13T14:31:36.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:35 smithi071 ceph-mon[112785]: osdmap e711: 8 total, 8 up, 8 in 2024-09-13T14:31:36.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:35 smithi104 ceph-mon[105578]: osdmap e711: 8 total, 8 up, 8 in 2024-09-13T14:31:36.961 INFO:tasks.rados.rados.0.smithi071.stdout:2490: done (1 left) 2024-09-13T14:31:36.961 INFO:tasks.rados.rados.0.smithi071.stdout:2492: done (0 left) 2024-09-13T14:31:36.961 INFO:tasks.rados.rados.0.smithi071.stdout:2493: write oid 13 current snap is 324 2024-09-13T14:31:36.961 INFO:tasks.rados.rados.0.smithi071.stdout:2493: seq_num 931 ranges {447317=651885,1713324=628329,3066571=580746} 2024-09-13T14:31:36.966 INFO:tasks.rados.rados.0.smithi071.stdout:2493: writing smithi07185159-13 from 447317 to 1099202 tid 1 2024-09-13T14:31:36.973 INFO:tasks.rados.rados.0.smithi071.stdout:2493: writing smithi07185159-13 from 1713324 to 2341653 tid 2 2024-09-13T14:31:36.980 INFO:tasks.rados.rados.0.smithi071.stdout:2493: writing smithi07185159-13 from 3066571 to 3647317 tid 3 2024-09-13T14:31:36.980 INFO:tasks.rados.rados.0.smithi071.stdout:2494: delete oid 35 current snap is 324 2024-09-13T14:31:36.981 INFO:tasks.rados.rados.0.smithi071.stdout:2493: finishing write tid 1 to smithi07185159-13 2024-09-13T14:31:36.981 INFO:tasks.rados.rados.0.smithi071.stdout:2493: finishing write tid 2 to smithi07185159-13 2024-09-13T14:31:36.985 INFO:tasks.rados.rados.0.smithi071.stdout:2493: finishing write tid 3 to smithi07185159-13 2024-09-13T14:31:36.985 INFO:tasks.rados.rados.0.smithi071.stdout:2493: finishing write tid 4 to smithi07185159-13 2024-09-13T14:31:36.985 INFO:tasks.rados.rados.0.smithi071.stdout:2493: finishing write tid 5 to smithi07185159-13 2024-09-13T14:31:36.986 INFO:tasks.rados.rados.0.smithi071.stdout:2493: oid 13 updating version 0 to 1350 2024-09-13T14:31:36.986 INFO:tasks.rados.rados.0.smithi071.stdout:2493: oid 13 version 1350 is already newer than 1347 2024-09-13T14:31:36.986 INFO:tasks.rados.rados.0.smithi071.stdout:2493: oid 13 version 1350 is already newer than 1348 2024-09-13T14:31:36.986 INFO:tasks.rados.rados.0.smithi071.stdout:2493: oid 13 version 1350 is already newer than 1349 2024-09-13T14:31:36.986 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 13 v 1350 (ObjNum 931 snap 324 seq_num 931) dirty exists 2024-09-13T14:31:36.986 INFO:tasks.rados.rados.0.smithi071.stdout:2493: left oid 13 (ObjNum 931 snap 324 seq_num 931) 2024-09-13T14:31:36.986 INFO:tasks.rados.rados.0.smithi071.stdout:2493: done (1 left) 2024-09-13T14:31:36.986 INFO:tasks.rados.rados.0.smithi071.stdout:2494: done (0 left) 2024-09-13T14:31:36.986 INFO:tasks.rados.rados.0.smithi071.stdout:2495: snap_create 2024-09-13T14:31:37.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:36 smithi071 ceph-mon[107477]: osdmap e712: 8 total, 8 up, 8 in 2024-09-13T14:31:37.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:36 smithi071 ceph-mon[107477]: pgmap v520: 89 pgs: 89 active+clean; 220 MiB data, 833 MiB used, 714 GiB / 715 GiB avail; 7.2 MiB/s rd, 451 KiB/s wr, 6 op/s 2024-09-13T14:31:37.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:36 smithi071 ceph-mon[112785]: osdmap e712: 8 total, 8 up, 8 in 2024-09-13T14:31:37.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:36 smithi071 ceph-mon[112785]: pgmap v520: 89 pgs: 89 active+clean; 220 MiB data, 833 MiB used, 714 GiB / 715 GiB avail; 7.2 MiB/s rd, 451 KiB/s wr, 6 op/s 2024-09-13T14:31:37.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:36 smithi104 ceph-mon[105578]: osdmap e712: 8 total, 8 up, 8 in 2024-09-13T14:31:37.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:36 smithi104 ceph-mon[105578]: pgmap v520: 89 pgs: 89 active+clean; 220 MiB data, 833 MiB used, 714 GiB / 715 GiB avail; 7.2 MiB/s rd, 451 KiB/s wr, 6 op/s 2024-09-13T14:31:37.860 INFO:tasks.rados.rados.0.smithi071.stdout:2495: done (0 left) 2024-09-13T14:31:37.861 INFO:tasks.rados.rados.0.smithi071.stdout:2496: snap_remove snap 321 2024-09-13T14:31:38.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:37 smithi071 ceph-mon[107477]: osdmap e713: 8 total, 8 up, 8 in 2024-09-13T14:31:38.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:37 smithi071 ceph-mon[107477]: osdmap e714: 8 total, 8 up, 8 in 2024-09-13T14:31:38.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:37 smithi071 ceph-mon[112785]: osdmap e713: 8 total, 8 up, 8 in 2024-09-13T14:31:38.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:37 smithi071 ceph-mon[112785]: osdmap e714: 8 total, 8 up, 8 in 2024-09-13T14:31:38.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:37 smithi104 ceph-mon[105578]: osdmap e713: 8 total, 8 up, 8 in 2024-09-13T14:31:38.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:37 smithi104 ceph-mon[105578]: osdmap e714: 8 total, 8 up, 8 in 2024-09-13T14:31:38.864 INFO:tasks.rados.rados.0.smithi071.stdout:2496: done (0 left) 2024-09-13T14:31:38.865 INFO:tasks.rados.rados.0.smithi071.stdout:2497: read oid 30 snap -1 2024-09-13T14:31:38.865 INFO:tasks.rados.rados.0.smithi071.stdout:2497: expect deleted 2024-09-13T14:31:38.865 INFO:tasks.rados.rados.0.smithi071.stdout:2498: read oid 44 snap -1 2024-09-13T14:31:38.865 INFO:tasks.rados.rados.0.smithi071.stdout:2498: expect deleted 2024-09-13T14:31:38.865 INFO:tasks.rados.rados.0.smithi071.stdout:2499: rollback oid 20 current snap is 325 2024-09-13T14:31:38.865 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 20 to 306 2024-09-13T14:31:38.865 INFO:tasks.rados.rados.0.smithi071.stdout:2500: delete oid 23 current snap is 325 2024-09-13T14:31:38.869 INFO:tasks.rados.rados.0.smithi071.stdout:2497: done (3 left) 2024-09-13T14:31:38.869 INFO:tasks.rados.rados.0.smithi071.stdout:2498: done (2 left) 2024-09-13T14:31:38.869 INFO:tasks.rados.rados.0.smithi071.stdout:2500: done (1 left) 2024-09-13T14:31:38.869 INFO:tasks.rados.rados.0.smithi071.stdout:2501: read oid 26 snap 306 2024-09-13T14:31:38.869 INFO:tasks.rados.rados.0.smithi071.stdout:2501: expect (ObjNum 821 snap 288 seq_num 821) 2024-09-13T14:31:38.869 INFO:tasks.rados.rados.0.smithi071.stdout:2502: snap_create 2024-09-13T14:31:38.871 INFO:tasks.rados.rados.0.smithi071.stdout:2499: finishing rollback tid 0 to smithi07185159-20 2024-09-13T14:31:38.871 INFO:tasks.rados.rados.0.smithi071.stdout:2499: finishing rollback tid 1 to smithi07185159-20 2024-09-13T14:31:38.871 INFO:tasks.rados.rados.0.smithi071.stdout:2499: finishing rollback tid 2 to smithi07185159-20 2024-09-13T14:31:38.871 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 20 v 1087 (ObjNum 805 snap 285 seq_num 805) dirty exists 2024-09-13T14:31:38.882 INFO:tasks.rados.rados.0.smithi071.stdout:2501: expect (ObjNum 821 snap 288 seq_num 821) 2024-09-13T14:31:39.323 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:38 smithi104 ceph-mon[105578]: pgmap v523: 89 pgs: 89 active+clean; 220 MiB data, 833 MiB used, 714 GiB / 715 GiB avail; 7.2 MiB/s rd, 451 KiB/s wr, 6 op/s 2024-09-13T14:31:39.323 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:38 smithi104 ceph-mon[105578]: osdmap e715: 8 total, 8 up, 8 in 2024-09-13T14:31:39.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:38 smithi071 ceph-mon[107477]: pgmap v523: 89 pgs: 89 active+clean; 220 MiB data, 833 MiB used, 714 GiB / 715 GiB avail; 7.2 MiB/s rd, 451 KiB/s wr, 6 op/s 2024-09-13T14:31:39.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:38 smithi071 ceph-mon[107477]: osdmap e715: 8 total, 8 up, 8 in 2024-09-13T14:31:39.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:38 smithi071 ceph-mon[112785]: pgmap v523: 89 pgs: 89 active+clean; 220 MiB data, 833 MiB used, 714 GiB / 715 GiB avail; 7.2 MiB/s rd, 451 KiB/s wr, 6 op/s 2024-09-13T14:31:39.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:38 smithi071 ceph-mon[112785]: osdmap e715: 8 total, 8 up, 8 in 2024-09-13T14:31:39.865 INFO:tasks.rados.rados.0.smithi071.stdout:2499: done (2 left) 2024-09-13T14:31:39.865 INFO:tasks.rados.rados.0.smithi071.stdout:2501: done (1 left) 2024-09-13T14:31:39.865 INFO:tasks.rados.rados.0.smithi071.stdout:2502: done (0 left) 2024-09-13T14:31:39.865 INFO:tasks.rados.rados.0.smithi071.stdout:2503: write oid 21 current snap is 326 2024-09-13T14:31:39.865 INFO:tasks.rados.rados.0.smithi071.stdout:2503: seq_num 934 ranges {497738=477632,1772417=775656,3316134=381604} 2024-09-13T14:31:39.870 INFO:tasks.rados.rados.0.smithi071.stdout:2503: writing smithi07185159-21 from 497738 to 975370 tid 1 2024-09-13T14:31:39.879 INFO:tasks.rados.rados.0.smithi071.stdout:2503: writing smithi07185159-21 from 1772417 to 2548073 tid 2 2024-09-13T14:31:39.885 INFO:tasks.rados.rados.0.smithi071.stdout:2503: writing smithi07185159-21 from 3316134 to 3697738 tid 3 2024-09-13T14:31:39.885 INFO:tasks.rados.rados.0.smithi071.stdout:2504: write oid 30 current snap is 326 2024-09-13T14:31:39.885 INFO:tasks.rados.rados.0.smithi071.stdout:2503: finishing write tid 1 to smithi07185159-21 2024-09-13T14:31:39.885 INFO:tasks.rados.rados.0.smithi071.stdout:2503: finishing write tid 2 to smithi07185159-21 2024-09-13T14:31:39.885 INFO:tasks.rados.rados.0.smithi071.stdout:2504: seq_num 935 ranges {514545=552881,1830899=519314,2943557=475332} 2024-09-13T14:31:39.890 INFO:tasks.rados.rados.0.smithi071.stdout:2504: writing smithi07185159-30 from 514545 to 1067426 tid 1 2024-09-13T14:31:39.897 INFO:tasks.rados.rados.0.smithi071.stdout:2504: writing smithi07185159-30 from 1830899 to 2350213 tid 2 2024-09-13T14:31:39.903 INFO:tasks.rados.rados.0.smithi071.stdout:2504: writing smithi07185159-30 from 2943557 to 3418889 tid 3 2024-09-13T14:31:39.903 INFO:tasks.rados.rados.0.smithi071.stdout:2505: write oid 17 current snap is 326 2024-09-13T14:31:39.903 INFO:tasks.rados.rados.0.smithi071.stdout:2505: seq_num 936 ranges {531352=744483,2005734=779325,3487333=244019} 2024-09-13T14:31:39.910 INFO:tasks.rados.rados.0.smithi071.stdout:2505: writing smithi07185159-17 from 531352 to 1275835 tid 1 2024-09-13T14:31:39.918 INFO:tasks.rados.rados.0.smithi071.stdout:2505: writing smithi07185159-17 from 2005734 to 2785059 tid 2 2024-09-13T14:31:39.924 INFO:tasks.rados.rados.0.smithi071.stdout:2505: writing smithi07185159-17 from 3487333 to 3731352 tid 3 2024-09-13T14:31:39.924 INFO:tasks.rados.rados.0.smithi071.stdout:2506: rollback oid 46 current snap is 326 2024-09-13T14:31:39.924 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 46 to 319 2024-09-13T14:31:39.924 INFO:tasks.rados.rados.0.smithi071.stdout:2503: finishing write tid 3 to smithi07185159-21 2024-09-13T14:31:39.925 INFO:tasks.rados.rados.0.smithi071.stdout:2503: finishing write tid 4 to smithi07185159-21 2024-09-13T14:31:39.925 INFO:tasks.rados.rados.0.smithi071.stdout:2503: finishing write tid 5 to smithi07185159-21 2024-09-13T14:31:39.925 INFO:tasks.rados.rados.0.smithi071.stdout:2503: oid 21 updating version 0 to 1091 2024-09-13T14:31:39.925 INFO:tasks.rados.rados.0.smithi071.stdout:2503: oid 21 version 1091 is already newer than 1089 2024-09-13T14:31:39.925 INFO:tasks.rados.rados.0.smithi071.stdout:2503: oid 21 version 1091 is already newer than 1090 2024-09-13T14:31:39.925 INFO:tasks.rados.rados.0.smithi071.stdout:2503: oid 21 updating version 1091 to 1092 2024-09-13T14:31:39.925 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 21 v 1092 (ObjNum 934 snap 326 seq_num 934) dirty exists 2024-09-13T14:31:39.925 INFO:tasks.rados.rados.0.smithi071.stdout:2503: left oid 21 (ObjNum 934 snap 326 seq_num 934) 2024-09-13T14:31:39.925 INFO:tasks.rados.rados.0.smithi071.stdout:2504: finishing write tid 1 to smithi07185159-30 2024-09-13T14:31:39.925 INFO:tasks.rados.rados.0.smithi071.stdout:2504: finishing write tid 2 to smithi07185159-30 2024-09-13T14:31:39.925 INFO:tasks.rados.rados.0.smithi071.stdout:2503: done (3 left) 2024-09-13T14:31:39.925 INFO:tasks.rados.rados.0.smithi071.stdout:2507: snap_create 2024-09-13T14:31:39.925 INFO:tasks.rados.rados.0.smithi071.stdout:2504: finishing write tid 3 to smithi07185159-30 2024-09-13T14:31:39.925 INFO:tasks.rados.rados.0.smithi071.stdout:2504: finishing write tid 4 to smithi07185159-30 2024-09-13T14:31:39.926 INFO:tasks.rados.rados.0.smithi071.stdout:2504: finishing write tid 5 to smithi07185159-30 2024-09-13T14:31:39.926 INFO:tasks.rados.rados.0.smithi071.stdout:2504: oid 30 updating version 0 to 622 2024-09-13T14:31:39.926 INFO:tasks.rados.rados.0.smithi071.stdout:2504: oid 30 updating version 622 to 623 2024-09-13T14:31:39.926 INFO:tasks.rados.rados.0.smithi071.stdout:2504: oid 30 updating version 623 to 625 2024-09-13T14:31:39.926 INFO:tasks.rados.rados.0.smithi071.stdout:2504: oid 30 version 625 is already newer than 624 2024-09-13T14:31:39.926 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 30 v 625 (ObjNum 935 snap 326 seq_num 935) dirty exists 2024-09-13T14:31:39.926 INFO:tasks.rados.rados.0.smithi071.stdout:2504: left oid 30 (ObjNum 935 snap 326 seq_num 935) 2024-09-13T14:31:39.926 INFO:tasks.rados.rados.0.smithi071.stdout:2505: finishing write tid 1 to smithi07185159-17 2024-09-13T14:31:39.926 INFO:tasks.rados.rados.0.smithi071.stdout:2505: finishing write tid 2 to smithi07185159-17 2024-09-13T14:31:39.926 INFO:tasks.rados.rados.0.smithi071.stdout:2506: finishing rollback tid 1 to smithi07185159-46 2024-09-13T14:31:39.926 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 46 v 0 (ObjNum 33 snap 0 seq_num 300191135) dirty dne 2024-09-13T14:31:39.927 INFO:tasks.rados.rados.0.smithi071.stdout:2505: finishing write tid 3 to smithi07185159-17 2024-09-13T14:31:39.927 INFO:tasks.rados.rados.0.smithi071.stdout:2505: finishing write tid 4 to smithi07185159-17 2024-09-13T14:31:39.927 INFO:tasks.rados.rados.0.smithi071.stdout:2505: finishing write tid 5 to smithi07185159-17 2024-09-13T14:31:39.927 INFO:tasks.rados.rados.0.smithi071.stdout:2505: oid 17 updating version 0 to 869 2024-09-13T14:31:39.927 INFO:tasks.rados.rados.0.smithi071.stdout:2505: oid 17 updating version 869 to 871 2024-09-13T14:31:39.927 INFO:tasks.rados.rados.0.smithi071.stdout:2505: oid 17 updating version 871 to 872 2024-09-13T14:31:39.927 INFO:tasks.rados.rados.0.smithi071.stdout:2505: oid 17 version 872 is already newer than 870 2024-09-13T14:31:39.928 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 17 v 872 (ObjNum 936 snap 326 seq_num 936) dirty exists 2024-09-13T14:31:39.928 INFO:tasks.rados.rados.0.smithi071.stdout:2505: left oid 17 (ObjNum 936 snap 326 seq_num 936) 2024-09-13T14:31:40.871 INFO:tasks.rados.rados.0.smithi071.stdout:2504: done (3 left) 2024-09-13T14:31:40.871 INFO:tasks.rados.rados.0.smithi071.stdout:2505: done (2 left) 2024-09-13T14:31:40.871 INFO:tasks.rados.rados.0.smithi071.stdout:2506: done (1 left) 2024-09-13T14:31:40.872 INFO:tasks.rados.rados.0.smithi071.stdout:2507: done (0 left) 2024-09-13T14:31:40.872 INFO:tasks.rados.rados.0.smithi071.stdout:2508: snap_create 2024-09-13T14:31:41.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:40 smithi071 ceph-mon[107477]: osdmap e716: 8 total, 8 up, 8 in 2024-09-13T14:31:41.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:40 smithi071 ceph-mon[107477]: pgmap v526: 89 pgs: 89 active+clean; 225 MiB data, 834 MiB used, 714 GiB / 715 GiB avail; 3.2 MiB/s rd, 1.6 MiB/s wr, 8 op/s 2024-09-13T14:31:41.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:40 smithi071 ceph-mon[112785]: osdmap e716: 8 total, 8 up, 8 in 2024-09-13T14:31:41.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:40 smithi071 ceph-mon[112785]: pgmap v526: 89 pgs: 89 active+clean; 225 MiB data, 834 MiB used, 714 GiB / 715 GiB avail; 3.2 MiB/s rd, 1.6 MiB/s wr, 8 op/s 2024-09-13T14:31:41.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:40 smithi104 ceph-mon[105578]: osdmap e716: 8 total, 8 up, 8 in 2024-09-13T14:31:41.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:40 smithi104 ceph-mon[105578]: pgmap v526: 89 pgs: 89 active+clean; 225 MiB data, 834 MiB used, 714 GiB / 715 GiB avail; 3.2 MiB/s rd, 1.6 MiB/s wr, 8 op/s 2024-09-13T14:31:41.872 INFO:tasks.rados.rados.0.smithi071.stdout:2508: done (0 left) 2024-09-13T14:31:41.872 INFO:tasks.rados.rados.0.smithi071.stdout:2509: write oid 35 current snap is 328 2024-09-13T14:31:41.872 INFO:tasks.rados.rados.0.smithi071.stdout:2509: seq_num 937 ranges {548159=419732,1664216=522983,2714756=614229} 2024-09-13T14:31:41.877 INFO:tasks.rados.rados.0.smithi071.stdout:2509: writing smithi07185159-35 from 548159 to 967891 tid 1 2024-09-13T14:31:41.884 INFO:tasks.rados.rados.0.smithi071.stdout:2509: writing smithi07185159-35 from 1664216 to 2187199 tid 2 2024-09-13T14:31:41.891 INFO:tasks.rados.rados.0.smithi071.stdout:2509: writing smithi07185159-35 from 2714756 to 3328985 tid 3 2024-09-13T14:31:41.891 INFO:tasks.rados.rados.0.smithi071.stdout:2510: write oid 26 current snap is 328 2024-09-13T14:31:41.891 INFO:tasks.rados.rados.0.smithi071.stdout:2509: finishing write tid 1 to smithi07185159-35 2024-09-13T14:31:41.891 INFO:tasks.rados.rados.0.smithi071.stdout:2510: seq_num 938 ranges {564966=494981,1606345=782994,3025826=425501} 2024-09-13T14:31:41.896 INFO:tasks.rados.rados.0.smithi071.stdout:2510: writing smithi07185159-26 from 564966 to 1059947 tid 1 2024-09-13T14:31:41.905 INFO:tasks.rados.rados.0.smithi071.stdout:2510: writing smithi07185159-26 from 1606345 to 2389339 tid 2 2024-09-13T14:31:41.911 INFO:tasks.rados.rados.0.smithi071.stdout:2510: writing smithi07185159-26 from 3025826 to 3451327 tid 3 2024-09-13T14:31:41.911 INFO:tasks.rados.rados.0.smithi071.stdout:2509: finishing write tid 2 to smithi07185159-35 2024-09-13T14:31:41.911 INFO:tasks.rados.rados.0.smithi071.stdout:2511: read oid 34 snap 312 2024-09-13T14:31:41.911 INFO:tasks.rados.rados.0.smithi071.stdout:2511: expect (ObjNum 875 snap 311 seq_num 875) 2024-09-13T14:31:41.911 INFO:tasks.rados.rados.0.smithi071.stdout:2512: snap_remove snap 322 2024-09-13T14:31:42.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:41 smithi071 ceph-mon[107477]: osdmap e717: 8 total, 8 up, 8 in 2024-09-13T14:31:42.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:41 smithi071 ceph-mon[112785]: osdmap e717: 8 total, 8 up, 8 in 2024-09-13T14:31:42.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:41 smithi104 ceph-mon[105578]: osdmap e717: 8 total, 8 up, 8 in 2024-09-13T14:31:42.599 DEBUG:teuthology.orchestra.run.smithi071:> 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 18f8172c-71da-11ef-bceb-c7b262605968 -e sha1=d58f73069a8157a9ace12a0247ee3e8497707ea9 -- bash -c 'echo wait for half of osds to upgrade' 2024-09-13T14:31:42.844 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:31:42.861 INFO:tasks.rados.rados.0.smithi071.stdout:2512: done (3 left) 2024-09-13T14:31:42.862 INFO:tasks.rados.rados.0.smithi071.stdout:2513: rollback oid 14 current snap is 328 2024-09-13T14:31:42.862 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 14 to 320 2024-09-13T14:31:42.862 INFO:tasks.rados.rados.0.smithi071.stdout:2509: finishing write tid 3 to smithi07185159-35 2024-09-13T14:31:42.862 INFO:tasks.rados.rados.0.smithi071.stdout:2509: finishing write tid 4 to smithi07185159-35 2024-09-13T14:31:42.862 INFO:tasks.rados.rados.0.smithi071.stdout:2509: finishing write tid 5 to smithi07185159-35 2024-09-13T14:31:42.862 INFO:tasks.rados.rados.0.smithi071.stdout:2509: oid 35 updating version 0 to 1265 2024-09-13T14:31:42.862 INFO:tasks.rados.rados.0.smithi071.stdout:2509: oid 35 version 1265 is already newer than 1263 2024-09-13T14:31:42.862 INFO:tasks.rados.rados.0.smithi071.stdout:2509: oid 35 version 1265 is already newer than 1262 2024-09-13T14:31:42.862 INFO:tasks.rados.rados.0.smithi071.stdout:2509: oid 35 version 1265 is already newer than 1264 2024-09-13T14:31:42.862 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 35 v 1265 (ObjNum 937 snap 328 seq_num 937) dirty exists 2024-09-13T14:31:42.862 INFO:tasks.rados.rados.0.smithi071.stdout:2509: left oid 35 (ObjNum 937 snap 328 seq_num 937) 2024-09-13T14:31:42.862 INFO:tasks.rados.rados.0.smithi071.stdout:2510: finishing write tid 1 to smithi07185159-26 2024-09-13T14:31:42.862 INFO:tasks.rados.rados.0.smithi071.stdout:2510: finishing write tid 2 to smithi07185159-26 2024-09-13T14:31:42.863 INFO:tasks.rados.rados.0.smithi071.stdout:2510: finishing write tid 3 to smithi07185159-26 2024-09-13T14:31:42.863 INFO:tasks.rados.rados.0.smithi071.stdout:2510: finishing write tid 4 to smithi07185159-26 2024-09-13T14:31:42.863 INFO:tasks.rados.rados.0.smithi071.stdout:2510: finishing write tid 5 to smithi07185159-26 2024-09-13T14:31:42.863 INFO:tasks.rados.rados.0.smithi071.stdout:2510: oid 26 updating version 0 to 688 2024-09-13T14:31:42.863 INFO:tasks.rados.rados.0.smithi071.stdout:2510: oid 26 version 688 is already newer than 687 2024-09-13T14:31:42.863 INFO:tasks.rados.rados.0.smithi071.stdout:2510: oid 26 version 688 is already newer than 685 2024-09-13T14:31:42.863 INFO:tasks.rados.rados.0.smithi071.stdout:2510: oid 26 version 688 is already newer than 686 2024-09-13T14:31:42.863 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 26 v 688 (ObjNum 938 snap 328 seq_num 938) dirty exists 2024-09-13T14:31:42.863 INFO:tasks.rados.rados.0.smithi071.stdout:2510: left oid 26 (ObjNum 938 snap 328 seq_num 938) 2024-09-13T14:31:42.863 INFO:tasks.rados.rados.0.smithi071.stdout:2509: done (3 left) 2024-09-13T14:31:42.863 INFO:tasks.rados.rados.0.smithi071.stdout:2510: done (2 left) 2024-09-13T14:31:42.863 INFO:tasks.rados.rados.0.smithi071.stdout:2514: read oid 4 snap -1 2024-09-13T14:31:42.864 INFO:tasks.rados.rados.0.smithi071.stdout:2514: expect deleted 2024-09-13T14:31:42.864 INFO:tasks.rados.rados.0.smithi071.stdout:2515: rollback oid 10 current snap is 328 2024-09-13T14:31:42.864 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 10 to 324 2024-09-13T14:31:42.864 INFO:tasks.rados.rados.0.smithi071.stdout:2516: write oid 8 current snap is 328 2024-09-13T14:31:42.864 INFO:tasks.rados.rados.0.smithi071.stdout:2516: seq_num 939 ranges {581773=570230,1664827=526652,2653249=636773} 2024-09-13T14:31:42.870 INFO:tasks.rados.rados.0.smithi071.stdout:2516: writing smithi07185159-8 from 581773 to 1152003 tid 1 2024-09-13T14:31:42.876 INFO:tasks.rados.rados.0.smithi071.stdout:2516: writing smithi07185159-8 from 1664827 to 2191479 tid 2 2024-09-13T14:31:42.879 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:31:42 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:31:42] "GET /metrics HTTP/1.1" 200 36275 "" "Prometheus/2.51.0" 2024-09-13T14:31:42.883 INFO:tasks.rados.rados.0.smithi071.stdout:2516: writing smithi07185159-8 from 2653249 to 3290022 tid 3 2024-09-13T14:31:42.883 INFO:tasks.rados.rados.0.smithi071.stdout:2517: read oid 12 snap -1 2024-09-13T14:31:42.883 INFO:tasks.rados.rados.0.smithi071.stdout:2517: expect deleted 2024-09-13T14:31:42.883 INFO:tasks.rados.rados.0.smithi071.stdout:2518: read oid 38 snap -1 2024-09-13T14:31:42.884 INFO:tasks.rados.rados.0.smithi071.stdout:2518: expect (ObjNum 864 snap 305 seq_num 864) 2024-09-13T14:31:42.884 INFO:tasks.rados.rados.0.smithi071.stdout:2511: expect (ObjNum 875 snap 311 seq_num 875) 2024-09-13T14:31:43.017 INFO:tasks.rados.rados.0.smithi071.stdout:2511: done (6 left) 2024-09-13T14:31:43.017 INFO:tasks.rados.rados.0.smithi071.stdout:2519: delete oid 41 current snap is 328 2024-09-13T14:31:43.017 INFO:tasks.rados.rados.0.smithi071.stdout:2513: finishing rollback tid 0 to smithi07185159-14 2024-09-13T14:31:43.018 INFO:tasks.rados.rados.0.smithi071.stdout:2513: finishing rollback tid 1 to smithi07185159-14 2024-09-13T14:31:43.018 INFO:tasks.rados.rados.0.smithi071.stdout:2513: finishing rollback tid 2 to smithi07185159-14 2024-09-13T14:31:43.018 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 14 v 1269 (ObjNum 907 snap 317 seq_num 907) dirty exists 2024-09-13T14:31:43.018 INFO:tasks.rados.rados.0.smithi071.stdout:2515: finishing rollback tid 0 to smithi07185159-10 2024-09-13T14:31:43.018 INFO:tasks.rados.rados.0.smithi071.stdout:2515: finishing rollback tid 1 to smithi07185159-10 2024-09-13T14:31:43.018 INFO:tasks.rados.rados.0.smithi071.stdout:2515: finishing rollback tid 2 to smithi07185159-10 2024-09-13T14:31:43.018 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 10 v 1191 (ObjNum 889 snap 315 seq_num 889) dirty exists 2024-09-13T14:31:43.018 INFO:tasks.rados.rados.0.smithi071.stdout:2516: finishing write tid 1 to smithi07185159-8 2024-09-13T14:31:43.018 INFO:tasks.rados.rados.0.smithi071.stdout:2516: finishing write tid 2 to smithi07185159-8 2024-09-13T14:31:43.018 INFO:tasks.rados.rados.0.smithi071.stdout:2516: finishing write tid 3 to smithi07185159-8 2024-09-13T14:31:43.018 INFO:tasks.rados.rados.0.smithi071.stdout:2516: finishing write tid 4 to smithi07185159-8 2024-09-13T14:31:43.018 INFO:tasks.rados.rados.0.smithi071.stdout:2516: finishing write tid 5 to smithi07185159-8 2024-09-13T14:31:43.018 INFO:tasks.rados.rados.0.smithi071.stdout:2516: oid 8 updating version 0 to 768 2024-09-13T14:31:43.019 INFO:tasks.rados.rados.0.smithi071.stdout:2516: oid 8 updating version 768 to 770 2024-09-13T14:31:43.019 INFO:tasks.rados.rados.0.smithi071.stdout:2516: oid 8 version 770 is already newer than 769 2024-09-13T14:31:43.019 INFO:tasks.rados.rados.0.smithi071.stdout:2516: oid 8 version 770 is already newer than 767 2024-09-13T14:31:43.019 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 8 v 770 (ObjNum 939 snap 328 seq_num 939) dirty exists 2024-09-13T14:31:43.019 INFO:tasks.rados.rados.0.smithi071.stdout:2516: left oid 8 (ObjNum 939 snap 328 seq_num 939) 2024-09-13T14:31:43.019 INFO:tasks.rados.rados.0.smithi071.stdout:2513: done (6 left) 2024-09-13T14:31:43.019 INFO:tasks.rados.rados.0.smithi071.stdout:2514: done (5 left) 2024-09-13T14:31:43.020 INFO:tasks.rados.rados.0.smithi071.stdout:2515: done (4 left) 2024-09-13T14:31:43.020 INFO:tasks.rados.rados.0.smithi071.stdout:2516: done (3 left) 2024-09-13T14:31:43.020 INFO:tasks.rados.rados.0.smithi071.stdout:2517: done (2 left) 2024-09-13T14:31:43.020 INFO:tasks.rados.rados.0.smithi071.stdout:2519: done (1 left) 2024-09-13T14:31:43.020 INFO:tasks.rados.rados.0.smithi071.stdout:2520: write oid 25 current snap is 328 2024-09-13T14:31:43.020 INFO:tasks.rados.rados.0.smithi071.stdout:2520: seq_num 941 ranges {615387=720728,1781791=530321,3108095=707292} 2024-09-13T14:31:43.027 INFO:tasks.rados.rados.0.smithi071.stdout:2520: writing smithi07185159-25 from 615387 to 1336115 tid 1 2024-09-13T14:31:43.032 INFO:tasks.rados.rados.0.smithi071.stdout:2520: writing smithi07185159-25 from 1781791 to 2312112 tid 2 2024-09-13T14:31:43.040 INFO:tasks.rados.rados.0.smithi071.stdout:2520: writing smithi07185159-25 from 3108095 to 3815387 tid 3 2024-09-13T14:31:43.040 INFO:tasks.rados.rados.0.smithi071.stdout:2521: delete oid 37 current snap is 328 2024-09-13T14:31:43.041 INFO:tasks.rados.rados.0.smithi071.stdout:2518: expect (ObjNum 864 snap 305 seq_num 864) 2024-09-13T14:31:43.139 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:42 smithi071 ceph-mon[112785]: osdmap e718: 8 total, 8 up, 8 in 2024-09-13T14:31:43.139 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:42 smithi071 ceph-mon[112785]: pgmap v529: 89 pgs: 89 active+clean; 225 MiB data, 834 MiB used, 714 GiB / 715 GiB avail; 3.2 MiB/s rd, 1.6 MiB/s wr, 8 op/s 2024-09-13T14:31:43.139 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:42 smithi071 ceph-mon[112785]: osdmap e719: 8 total, 8 up, 8 in 2024-09-13T14:31:43.139 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:42 smithi071 ceph-mon[107477]: osdmap e718: 8 total, 8 up, 8 in 2024-09-13T14:31:43.139 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:42 smithi071 ceph-mon[107477]: pgmap v529: 89 pgs: 89 active+clean; 225 MiB data, 834 MiB used, 714 GiB / 715 GiB avail; 3.2 MiB/s rd, 1.6 MiB/s wr, 8 op/s 2024-09-13T14:31:43.139 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:42 smithi071 ceph-mon[107477]: osdmap e719: 8 total, 8 up, 8 in 2024-09-13T14:31:43.159 INFO:tasks.rados.rados.0.smithi071.stdout:2520: finishing write tid 1 to smithi07185159-25 2024-09-13T14:31:43.159 INFO:tasks.rados.rados.0.smithi071.stdout:2520: finishing write tid 2 to smithi07185159-25 2024-09-13T14:31:43.159 INFO:tasks.rados.rados.0.smithi071.stdout:2518: done (2 left) 2024-09-13T14:31:43.159 INFO:tasks.rados.rados.0.smithi071.stdout:2521: done (1 left) 2024-09-13T14:31:43.159 INFO:tasks.rados.rados.0.smithi071.stdout:2522: delete oid 50 current snap is 328 2024-09-13T14:31:43.159 INFO:tasks.rados.rados.0.smithi071.stdout:2520: finishing write tid 3 to smithi07185159-25 2024-09-13T14:31:43.159 INFO:tasks.rados.rados.0.smithi071.stdout:2520: finishing write tid 4 to smithi07185159-25 2024-09-13T14:31:43.159 INFO:tasks.rados.rados.0.smithi071.stdout:2520: finishing write tid 5 to smithi07185159-25 2024-09-13T14:31:43.160 INFO:tasks.rados.rados.0.smithi071.stdout:2520: oid 25 updating version 0 to 1354 2024-09-13T14:31:43.160 INFO:tasks.rados.rados.0.smithi071.stdout:2520: oid 25 updating version 1354 to 1355 2024-09-13T14:31:43.160 INFO:tasks.rados.rados.0.smithi071.stdout:2520: oid 25 version 1355 is already newer than 1353 2024-09-13T14:31:43.160 INFO:tasks.rados.rados.0.smithi071.stdout:2520: oid 25 version 1355 is already newer than 1352 2024-09-13T14:31:43.160 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 25 v 1355 (ObjNum 941 snap 328 seq_num 941) dirty exists 2024-09-13T14:31:43.160 INFO:tasks.rados.rados.0.smithi071.stdout:2520: left oid 25 (ObjNum 941 snap 328 seq_num 941) 2024-09-13T14:31:43.161 INFO:tasks.rados.rados.0.smithi071.stdout:2520: done (1 left) 2024-09-13T14:31:43.161 INFO:tasks.rados.rados.0.smithi071.stdout:2522: done (0 left) 2024-09-13T14:31:43.161 INFO:tasks.rados.rados.0.smithi071.stdout:2523: write oid 36 current snap is 328 2024-09-13T14:31:43.161 INFO:tasks.rados.rados.0.smithi071.stdout:2523: seq_num 944 ranges {665808=662828,1957237=677648,3074011=609486} 2024-09-13T14:31:43.169 INFO:tasks.rados.rados.0.smithi071.stdout:2523: writing smithi07185159-36 from 665808 to 1328636 tid 1 2024-09-13T14:31:43.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:42 smithi104 ceph-mon[105578]: osdmap e718: 8 total, 8 up, 8 in 2024-09-13T14:31:43.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:42 smithi104 ceph-mon[105578]: pgmap v529: 89 pgs: 89 active+clean; 225 MiB data, 834 MiB used, 714 GiB / 715 GiB avail; 3.2 MiB/s rd, 1.6 MiB/s wr, 8 op/s 2024-09-13T14:31:43.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:42 smithi104 ceph-mon[105578]: osdmap e719: 8 total, 8 up, 8 in 2024-09-13T14:31:43.176 INFO:tasks.rados.rados.0.smithi071.stdout:2523: writing smithi07185159-36 from 1957237 to 2634885 tid 2 2024-09-13T14:31:43.182 INFO:tasks.rados.rados.0.smithi071.stdout:2523: writing smithi07185159-36 from 3074011 to 3683497 tid 3 2024-09-13T14:31:43.183 INFO:tasks.rados.rados.0.smithi071.stdout:2524: delete oid 13 current snap is 328 2024-09-13T14:31:43.183 INFO:tasks.rados.rados.0.smithi071.stdout:2523: finishing write tid 1 to smithi07185159-36 2024-09-13T14:31:43.183 INFO:tasks.rados.rados.0.smithi071.stdout:2523: finishing write tid 2 to smithi07185159-36 2024-09-13T14:31:43.185 INFO:tasks.rados.rados.0.smithi071.stdout:2523: finishing write tid 3 to smithi07185159-36 2024-09-13T14:31:43.185 INFO:tasks.rados.rados.0.smithi071.stdout:2524: done (1 left) 2024-09-13T14:31:43.185 INFO:tasks.rados.rados.0.smithi071.stdout:2525: read oid 45 snap -1 2024-09-13T14:31:43.185 INFO:tasks.rados.rados.0.smithi071.stdout:2525: expect deleted 2024-09-13T14:31:43.185 INFO:tasks.rados.rados.0.smithi071.stdout:2526: snap_remove snap 306 2024-09-13T14:31:43.885 INFO:tasks.rados.rados.0.smithi071.stdout:2526: done (2 left) 2024-09-13T14:31:43.885 INFO:tasks.rados.rados.0.smithi071.stdout:2527: delete oid 34 current snap is 328 2024-09-13T14:31:43.886 INFO:tasks.rados.rados.0.smithi071.stdout:2523: finishing write tid 4 to smithi07185159-36 2024-09-13T14:31:43.886 INFO:tasks.rados.rados.0.smithi071.stdout:2523: finishing write tid 5 to smithi07185159-36 2024-09-13T14:31:43.886 INFO:tasks.rados.rados.0.smithi071.stdout:2523: oid 36 updating version 0 to 574 2024-09-13T14:31:43.886 INFO:tasks.rados.rados.0.smithi071.stdout:2523: oid 36 updating version 574 to 575 2024-09-13T14:31:43.886 INFO:tasks.rados.rados.0.smithi071.stdout:2523: oid 36 version 575 is already newer than 573 2024-09-13T14:31:43.886 INFO:tasks.rados.rados.0.smithi071.stdout:2523: oid 36 version 575 is already newer than 572 2024-09-13T14:31:43.886 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 36 v 575 (ObjNum 944 snap 328 seq_num 944) dirty exists 2024-09-13T14:31:43.886 INFO:tasks.rados.rados.0.smithi071.stdout:2523: left oid 36 (ObjNum 944 snap 328 seq_num 944) 2024-09-13T14:31:43.893 INFO:tasks.rados.rados.0.smithi071.stdout:2523: done (2 left) 2024-09-13T14:31:43.893 INFO:tasks.rados.rados.0.smithi071.stdout:2525: done (1 left) 2024-09-13T14:31:43.893 INFO:tasks.rados.rados.0.smithi071.stdout:2527: done (0 left) 2024-09-13T14:31:43.893 INFO:tasks.rados.rados.0.smithi071.stdout:2528: snap_create 2024-09-13T14:31:44.586 INFO:teuthology.orchestra.run.smithi071.stdout:wait for half of osds to upgrade 2024-09-13T14:31:44.890 INFO:tasks.rados.rados.0.smithi071.stdout:2528: done (0 left) 2024-09-13T14:31:44.891 INFO:tasks.rados.rados.0.smithi071.stdout:2529: delete oid 11 current snap is 329 2024-09-13T14:31:44.895 INFO:tasks.rados.rados.0.smithi071.stdout:2529: done (0 left) 2024-09-13T14:31:44.895 INFO:tasks.rados.rados.0.smithi071.stdout:2530: read oid 13 snap -1 2024-09-13T14:31:44.895 INFO:tasks.rados.rados.0.smithi071.stdout:2530: expect deleted 2024-09-13T14:31:44.895 INFO:tasks.rados.rados.0.smithi071.stdout:2531: snap_create 2024-09-13T14:31:45.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:44 smithi071 ceph-mon[107477]: osdmap e720: 8 total, 8 up, 8 in 2024-09-13T14:31:45.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:44 smithi071 ceph-mon[107477]: pgmap v532: 89 pgs: 89 active+clean; 225 MiB data, 834 MiB used, 714 GiB / 715 GiB avail 2024-09-13T14:31:45.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:44 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:31:45.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:44 smithi071 ceph-mon[112785]: osdmap e720: 8 total, 8 up, 8 in 2024-09-13T14:31:45.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:44 smithi071 ceph-mon[112785]: pgmap v532: 89 pgs: 89 active+clean; 225 MiB data, 834 MiB used, 714 GiB / 715 GiB avail 2024-09-13T14:31:45.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:44 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:31:45.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:44 smithi104 ceph-mon[105578]: osdmap e720: 8 total, 8 up, 8 in 2024-09-13T14:31:45.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:44 smithi104 ceph-mon[105578]: pgmap v532: 89 pgs: 89 active+clean; 225 MiB data, 834 MiB used, 714 GiB / 715 GiB avail 2024-09-13T14:31:45.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:44 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:31:45.280 DEBUG:teuthology.orchestra.run.smithi071:> 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 18f8172c-71da-11ef-bceb-c7b262605968 -e sha1=d58f73069a8157a9ace12a0247ee3e8497707ea9 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types osd --limit 4' 2024-09-13T14:31:45.475 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:31:45.892 INFO:tasks.rados.rados.0.smithi071.stdout:2530: done (1 left) 2024-09-13T14:31:45.892 INFO:tasks.rados.rados.0.smithi071.stdout:2531: done (0 left) 2024-09-13T14:31:45.892 INFO:tasks.rados.rados.0.smithi071.stdout:2532: write oid 7 current snap is 330 2024-09-13T14:31:45.892 INFO:tasks.rados.rados.0.smithi071.stdout:2532: seq_num 948 ranges {733036=563824,2074812=684986,3183703=749333} 2024-09-13T14:31:45.899 INFO:tasks.rados.rados.0.smithi071.stdout:2532: writing smithi07185159-7 from 733036 to 1296860 tid 1 2024-09-13T14:31:45.907 INFO:tasks.rados.rados.0.smithi071.stdout:2532: writing smithi07185159-7 from 2074812 to 2759798 tid 2 2024-09-13T14:31:45.913 INFO:tasks.rados.rados.0.smithi071.stdout:2532: writing smithi07185159-7 from 3183703 to 3933036 tid 3 2024-09-13T14:31:45.914 INFO:tasks.rados.rados.0.smithi071.stdout:2533: read oid 10 snap -1 2024-09-13T14:31:45.914 INFO:tasks.rados.rados.0.smithi071.stdout:2533: expect (ObjNum 889 snap 315 seq_num 889) 2024-09-13T14:31:45.914 INFO:tasks.rados.rados.0.smithi071.stdout:2534: snap_remove snap 327 2024-09-13T14:31:46.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:45 smithi071 ceph-mon[107477]: osdmap e721: 8 total, 8 up, 8 in 2024-09-13T14:31:46.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:45 smithi071 ceph-mon[112785]: osdmap e721: 8 total, 8 up, 8 in 2024-09-13T14:31:46.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:45 smithi104 ceph-mon[105578]: osdmap e721: 8 total, 8 up, 8 in 2024-09-13T14:31:46.902 INFO:tasks.rados.rados.0.smithi071.stdout:2534: done (2 left) 2024-09-13T14:31:46.902 INFO:tasks.rados.rados.0.smithi071.stdout:2535: snap_remove snap 278 2024-09-13T14:31:47.103 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:46 smithi071 ceph-mon[107477]: osdmap e722: 8 total, 8 up, 8 in 2024-09-13T14:31:47.103 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:46 smithi071 ceph-mon[107477]: pgmap v535: 89 pgs: 89 active+clean; 240 MiB data, 880 MiB used, 714 GiB / 715 GiB avail; 4.8 MiB/s rd, 2.1 MiB/s wr, 14 op/s 2024-09-13T14:31:47.103 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:46 smithi071 ceph-mon[112785]: osdmap e722: 8 total, 8 up, 8 in 2024-09-13T14:31:47.104 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:46 smithi071 ceph-mon[112785]: pgmap v535: 89 pgs: 89 active+clean; 240 MiB data, 880 MiB used, 714 GiB / 715 GiB avail; 4.8 MiB/s rd, 2.1 MiB/s wr, 14 op/s 2024-09-13T14:31:47.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:46 smithi104 ceph-mon[105578]: osdmap e722: 8 total, 8 up, 8 in 2024-09-13T14:31:47.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:46 smithi104 ceph-mon[105578]: pgmap v535: 89 pgs: 89 active+clean; 240 MiB data, 880 MiB used, 714 GiB / 715 GiB avail; 4.8 MiB/s rd, 2.1 MiB/s wr, 14 op/s 2024-09-13T14:31:47.861 INFO:tasks.rados.rados.0.smithi071.stdout:2535: done (2 left) 2024-09-13T14:31:47.862 INFO:tasks.rados.rados.0.smithi071.stdout:2536: write oid 34 current snap is 330 2024-09-13T14:31:47.862 INFO:tasks.rados.rados.0.smithi071.stdout:2532: finishing write tid 1 to smithi07185159-7 2024-09-13T14:31:47.862 INFO:tasks.rados.rados.0.smithi071.stdout:2532: finishing write tid 2 to smithi07185159-7 2024-09-13T14:31:47.862 INFO:tasks.rados.rados.0.smithi071.stdout:2532: finishing write tid 3 to smithi07185159-7 2024-09-13T14:31:47.862 INFO:tasks.rados.rados.0.smithi071.stdout:2532: finishing write tid 4 to smithi07185159-7 2024-09-13T14:31:47.862 INFO:tasks.rados.rados.0.smithi071.stdout:2532: finishing write tid 5 to smithi07185159-7 2024-09-13T14:31:47.862 INFO:tasks.rados.rados.0.smithi071.stdout:2532: oid 7 updating version 0 to 292 2024-09-13T14:31:47.862 INFO:tasks.rados.rados.0.smithi071.stdout:2532: oid 7 updating version 292 to 295 2024-09-13T14:31:47.862 INFO:tasks.rados.rados.0.smithi071.stdout:2532: oid 7 version 295 is already newer than 293 2024-09-13T14:31:47.862 INFO:tasks.rados.rados.0.smithi071.stdout:2532: oid 7 version 295 is already newer than 294 2024-09-13T14:31:47.862 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 7 v 295 (ObjNum 948 snap 330 seq_num 948) dirty exists 2024-09-13T14:31:47.862 INFO:tasks.rados.rados.0.smithi071.stdout:2532: left oid 7 (ObjNum 948 snap 330 seq_num 948) 2024-09-13T14:31:47.863 INFO:tasks.rados.rados.0.smithi071.stdout:2536: seq_num 949 ranges {749843=639073,2133294=544997,3211126=582199} 2024-09-13T14:31:47.869 INFO:tasks.rados.rados.0.smithi071.stdout:2536: writing smithi07185159-34 from 749843 to 1388916 tid 1 2024-09-13T14:31:47.878 INFO:tasks.rados.rados.0.smithi071.stdout:2536: writing smithi07185159-34 from 2133294 to 2678291 tid 2 2024-09-13T14:31:47.885 INFO:tasks.rados.rados.0.smithi071.stdout:2536: writing smithi07185159-34 from 3211126 to 3793325 tid 3 2024-09-13T14:31:47.885 INFO:tasks.rados.rados.0.smithi071.stdout:2532: done (2 left) 2024-09-13T14:31:47.885 INFO:tasks.rados.rados.0.smithi071.stdout:2537: write oid 20 current snap is 330 2024-09-13T14:31:47.885 INFO:tasks.rados.rados.0.smithi071.stdout:2533: expect (ObjNum 889 snap 315 seq_num 889) 2024-09-13T14:31:47.981 INFO:tasks.rados.rados.0.smithi071.stdout:2536: finishing write tid 1 to smithi07185159-34 2024-09-13T14:31:47.981 INFO:tasks.rados.rados.0.smithi071.stdout:2536: finishing write tid 2 to smithi07185159-34 2024-09-13T14:31:47.981 INFO:tasks.rados.rados.0.smithi071.stdout:2536: finishing write tid 3 to smithi07185159-34 2024-09-13T14:31:47.981 INFO:tasks.rados.rados.0.smithi071.stdout:2536: finishing write tid 4 to smithi07185159-34 2024-09-13T14:31:47.981 INFO:tasks.rados.rados.0.smithi071.stdout:2536: finishing write tid 5 to smithi07185159-34 2024-09-13T14:31:47.981 INFO:tasks.rados.rados.0.smithi071.stdout:2536: oid 34 updating version 0 to 469 2024-09-13T14:31:47.981 INFO:tasks.rados.rados.0.smithi071.stdout:2536: oid 34 version 469 is already newer than 466 2024-09-13T14:31:47.981 INFO:tasks.rados.rados.0.smithi071.stdout:2536: oid 34 version 469 is already newer than 468 2024-09-13T14:31:47.982 INFO:tasks.rados.rados.0.smithi071.stdout:2536: oid 34 version 469 is already newer than 467 2024-09-13T14:31:47.982 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 34 v 469 (ObjNum 949 snap 330 seq_num 949) dirty exists 2024-09-13T14:31:47.982 INFO:tasks.rados.rados.0.smithi071.stdout:2536: left oid 34 (ObjNum 949 snap 330 seq_num 949) 2024-09-13T14:31:47.982 INFO:tasks.rados.rados.0.smithi071.stdout:2537: seq_num 950 ranges {766650=714322,2075423=688655,3522196=444454} 2024-09-13T14:31:47.989 INFO:tasks.rados.rados.0.smithi071.stdout:2537: writing smithi07185159-20 from 766650 to 1480972 tid 1 2024-09-13T14:31:47.996 INFO:tasks.rados.rados.0.smithi071.stdout:2537: writing smithi07185159-20 from 2075423 to 2764078 tid 2 2024-09-13T14:31:48.003 INFO:tasks.rados.rados.0.smithi071.stdout:2537: writing smithi07185159-20 from 3522196 to 3966650 tid 3 2024-09-13T14:31:48.003 INFO:tasks.rados.rados.0.smithi071.stdout:2533: done (2 left) 2024-09-13T14:31:48.003 INFO:tasks.rados.rados.0.smithi071.stdout:2536: done (1 left) 2024-09-13T14:31:48.003 INFO:tasks.rados.rados.0.smithi071.stdout:2538: read oid 37 snap -1 2024-09-13T14:31:48.003 INFO:tasks.rados.rados.0.smithi071.stdout:2538: expect deleted 2024-09-13T14:31:48.003 INFO:tasks.rados.rados.0.smithi071.stdout:2539: snap_remove snap 317 2024-09-13T14:31:48.155 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:47 smithi071 ceph-mon[107477]: osdmap e723: 8 total, 8 up, 8 in 2024-09-13T14:31:48.155 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:47 smithi071 ceph-mon[107477]: from='client.34296 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d58f73069a8157a9ace12a0247ee3e8497707ea9", "daemon_types": "osd", "limit": 4, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:31:48.155 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:47 smithi071 ceph-mon[107477]: osdmap e724: 8 total, 8 up, 8 in 2024-09-13T14:31:48.155 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:47 smithi071 ceph-mon[112785]: osdmap e723: 8 total, 8 up, 8 in 2024-09-13T14:31:48.155 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:47 smithi071 ceph-mon[112785]: from='client.34296 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d58f73069a8157a9ace12a0247ee3e8497707ea9", "daemon_types": "osd", "limit": 4, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:31:48.155 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:47 smithi071 ceph-mon[112785]: osdmap e724: 8 total, 8 up, 8 in 2024-09-13T14:31:48.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:47 smithi104 ceph-mon[105578]: osdmap e723: 8 total, 8 up, 8 in 2024-09-13T14:31:48.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:47 smithi104 ceph-mon[105578]: from='client.34296 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d58f73069a8157a9ace12a0247ee3e8497707ea9", "daemon_types": "osd", "limit": 4, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:31:48.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:47 smithi104 ceph-mon[105578]: osdmap e724: 8 total, 8 up, 8 in 2024-09-13T14:31:48.910 INFO:tasks.rados.rados.0.smithi071.stdout:2539: done (2 left) 2024-09-13T14:31:48.911 INFO:tasks.rados.rados.0.smithi071.stdout:2540: write oid 12 current snap is 330 2024-09-13T14:31:48.911 INFO:tasks.rados.rados.0.smithi071.stdout:2540: seq_num 951 ranges {783457=505924,1850258=548666,2865972=721096} 2024-09-13T14:31:48.918 INFO:tasks.rados.rados.0.smithi071.stdout:2540: writing smithi07185159-12 from 783457 to 1289381 tid 1 2024-09-13T14:31:48.924 INFO:tasks.rados.rados.0.smithi071.stdout:2540: writing smithi07185159-12 from 1850258 to 2398924 tid 2 2024-09-13T14:31:48.931 INFO:tasks.rados.rados.0.smithi071.stdout:2540: writing smithi07185159-12 from 2865972 to 3587068 tid 3 2024-09-13T14:31:48.931 INFO:tasks.rados.rados.0.smithi071.stdout:2541: write oid 5 current snap is 330 2024-09-13T14:31:48.931 INFO:tasks.rados.rados.0.smithi071.stdout:2537: finishing write tid 1 to smithi07185159-20 2024-09-13T14:31:48.931 INFO:tasks.rados.rados.0.smithi071.stdout:2537: finishing write tid 2 to smithi07185159-20 2024-09-13T14:31:48.932 INFO:tasks.rados.rados.0.smithi071.stdout:2541: seq_num 952 ranges {400264=581173,1508740=491524} 2024-09-13T14:31:48.936 INFO:tasks.rados.rados.0.smithi071.stdout:2541: writing smithi07185159-5 from 400264 to 981437 tid 1 2024-09-13T14:31:48.942 INFO:tasks.rados.rados.0.smithi071.stdout:2541: writing smithi07185159-5 from 1508740 to 2000264 tid 2 2024-09-13T14:31:48.942 INFO:tasks.rados.rados.0.smithi071.stdout:2542: snap_remove snap 323 2024-09-13T14:31:49.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:48 smithi104 ceph-mon[105578]: pgmap v538: 89 pgs: 89 active+clean; 240 MiB data, 880 MiB used, 714 GiB / 715 GiB avail; 4.8 MiB/s rd, 2.1 MiB/s wr, 14 op/s 2024-09-13T14:31:49.241 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:48 smithi071 ceph-mon[107477]: pgmap v538: 89 pgs: 89 active+clean; 240 MiB data, 880 MiB used, 714 GiB / 715 GiB avail; 4.8 MiB/s rd, 2.1 MiB/s wr, 14 op/s 2024-09-13T14:31:49.241 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:48 smithi071 ceph-mon[112785]: pgmap v538: 89 pgs: 89 active+clean; 240 MiB data, 880 MiB used, 714 GiB / 715 GiB avail; 4.8 MiB/s rd, 2.1 MiB/s wr, 14 op/s 2024-09-13T14:31:49.272 INFO:teuthology.orchestra.run.smithi071.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:d58f73069a8157a9ace12a0247ee3e8497707ea9 2024-09-13T14:31:49.917 INFO:tasks.rados.rados.0.smithi071.stdout:2542: done (4 left) 2024-09-13T14:31:49.917 INFO:tasks.rados.rados.0.smithi071.stdout:2543: read oid 40 snap -1 2024-09-13T14:31:49.917 INFO:tasks.rados.rados.0.smithi071.stdout:2543: expect (ObjNum 874 snap 311 seq_num 874) 2024-09-13T14:31:49.917 INFO:tasks.rados.rados.0.smithi071.stdout:2544: read oid 7 snap 310 2024-09-13T14:31:49.917 INFO:tasks.rados.rados.0.smithi071.stdout:2544: expect (ObjNum 761 snap 265 seq_num 761) 2024-09-13T14:31:49.918 INFO:tasks.rados.rados.0.smithi071.stdout:2545: write oid 1 current snap is 330 2024-09-13T14:31:49.918 INFO:tasks.rados.rados.0.smithi071.stdout:2545: seq_num 953 ranges {417071=656422,1567222=449849} 2024-09-13T14:31:49.923 INFO:tasks.rados.rados.0.smithi071.stdout:2545: writing smithi07185159-1 from 417071 to 1073493 tid 1 2024-09-13T14:31:49.929 INFO:tasks.rados.rados.0.smithi071.stdout:2545: writing smithi07185159-1 from 1567222 to 2017071 tid 2 2024-09-13T14:31:49.929 INFO:tasks.rados.rados.0.smithi071.stdout:2546: write oid 17 current snap is 330 2024-09-13T14:31:49.929 INFO:tasks.rados.rados.0.smithi071.stdout:2546: seq_num 954 ranges {433878=731671,1909351=124527} 2024-09-13T14:31:49.935 INFO:tasks.rados.rados.0.smithi071.stdout:2546: writing smithi07185159-17 from 433878 to 1165549 tid 1 2024-09-13T14:31:49.940 INFO:tasks.rados.rados.0.smithi071.stdout:2546: writing smithi07185159-17 from 1909351 to 2033878 tid 2 2024-09-13T14:31:49.940 INFO:tasks.rados.rados.0.smithi071.stdout:2547: delete oid 33 current snap is 330 2024-09-13T14:31:49.940 INFO:tasks.rados.rados.0.smithi071.stdout:2537: finishing write tid 3 to smithi07185159-20 2024-09-13T14:31:49.940 INFO:tasks.rados.rados.0.smithi071.stdout:2537: finishing write tid 4 to smithi07185159-20 2024-09-13T14:31:49.941 INFO:tasks.rados.rados.0.smithi071.stdout:2537: finishing write tid 5 to smithi07185159-20 2024-09-13T14:31:49.941 INFO:tasks.rados.rados.0.smithi071.stdout:2537: oid 20 updating version 0 to 1106 2024-09-13T14:31:49.941 INFO:tasks.rados.rados.0.smithi071.stdout:2537: oid 20 version 1106 is already newer than 1105 2024-09-13T14:31:49.941 INFO:tasks.rados.rados.0.smithi071.stdout:2537: oid 20 version 1106 is already newer than 1104 2024-09-13T14:31:49.941 INFO:tasks.rados.rados.0.smithi071.stdout:2537: oid 20 updating version 1106 to 1107 2024-09-13T14:31:49.941 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 20 v 1107 (ObjNum 950 snap 330 seq_num 950) dirty exists 2024-09-13T14:31:49.941 INFO:tasks.rados.rados.0.smithi071.stdout:2537: left oid 20 (ObjNum 950 snap 330 seq_num 950) 2024-09-13T14:31:49.941 INFO:tasks.rados.rados.0.smithi071.stdout:2540: finishing write tid 1 to smithi07185159-12 2024-09-13T14:31:49.941 INFO:tasks.rados.rados.0.smithi071.stdout:2540: finishing write tid 2 to smithi07185159-12 2024-09-13T14:31:49.941 INFO:tasks.rados.rados.0.smithi071.stdout:2540: finishing write tid 3 to smithi07185159-12 2024-09-13T14:31:49.941 INFO:tasks.rados.rados.0.smithi071.stdout:2540: finishing write tid 4 to smithi07185159-12 2024-09-13T14:31:49.941 INFO:tasks.rados.rados.0.smithi071.stdout:2540: finishing write tid 5 to smithi07185159-12 2024-09-13T14:31:49.941 INFO:tasks.rados.rados.0.smithi071.stdout:2540: oid 12 updating version 0 to 349 2024-09-13T14:31:49.941 INFO:tasks.rados.rados.0.smithi071.stdout:2540: oid 12 updating version 349 to 352 2024-09-13T14:31:49.942 INFO:tasks.rados.rados.0.smithi071.stdout:2540: oid 12 version 352 is already newer than 350 2024-09-13T14:31:49.942 INFO:tasks.rados.rados.0.smithi071.stdout:2540: oid 12 version 352 is already newer than 351 2024-09-13T14:31:49.942 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 12 v 352 (ObjNum 951 snap 330 seq_num 951) dirty exists 2024-09-13T14:31:49.942 INFO:tasks.rados.rados.0.smithi071.stdout:2540: left oid 12 (ObjNum 951 snap 330 seq_num 951) 2024-09-13T14:31:49.942 INFO:tasks.rados.rados.0.smithi071.stdout:2541: finishing write tid 1 to smithi07185159-5 2024-09-13T14:31:49.942 INFO:tasks.rados.rados.0.smithi071.stdout:2541: finishing write tid 2 to smithi07185159-5 2024-09-13T14:31:49.942 INFO:tasks.rados.rados.0.smithi071.stdout:2541: finishing write tid 3 to smithi07185159-5 2024-09-13T14:31:49.942 INFO:tasks.rados.rados.0.smithi071.stdout:2541: finishing write tid 4 to smithi07185159-5 2024-09-13T14:31:49.942 INFO:tasks.rados.rados.0.smithi071.stdout:2541: oid 5 updating version 0 to 2538 2024-09-13T14:31:49.942 INFO:tasks.rados.rados.0.smithi071.stdout:2541: oid 5 version 2538 is already newer than 2537 2024-09-13T14:31:49.942 INFO:tasks.rados.rados.0.smithi071.stdout:2541: oid 5 updating version 2538 to 2539 2024-09-13T14:31:49.942 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 5 v 2539 (ObjNum 952 snap 330 seq_num 952) dirty exists 2024-09-13T14:31:49.942 INFO:tasks.rados.rados.0.smithi071.stdout:2541: left oid 5 (ObjNum 952 snap 330 seq_num 952) 2024-09-13T14:31:49.942 INFO:tasks.rados.rados.0.smithi071.stdout:2543: expect (ObjNum 874 snap 311 seq_num 874) 2024-09-13T14:31:50.032 DEBUG:teuthology.orchestra.run.smithi071:> 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 18f8172c-71da-11ef-bceb-c7b262605968 -e sha1=d58f73069a8157a9ace12a0247ee3e8497707ea9 -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true && ! ceph orch upgrade status | jq '"'"'.message'"'"' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done' 2024-09-13T14:31:50.065 INFO:tasks.rados.rados.0.smithi071.stdout:2544: expect (ObjNum 761 snap 265 seq_num 761) 2024-09-13T14:31:50.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:49 smithi104 ceph-mon[105578]: osdmap e725: 8 total, 8 up, 8 in 2024-09-13T14:31:50.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:49 smithi104 ceph-mon[105578]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d58f73069a8157a9ace12a0247ee3e8497707ea9 2024-09-13T14:31:50.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:49 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:31:50.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:49 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:31:50.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:49 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:31:50.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:49 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:31:50.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:49 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:31:50.222 INFO:tasks.rados.rados.0.smithi071.stdout:2545: finishing write tid 1 to smithi07185159-1 2024-09-13T14:31:50.222 INFO:tasks.rados.rados.0.smithi071.stdout:2545: finishing write tid 2 to smithi07185159-1 2024-09-13T14:31:50.222 INFO:tasks.rados.rados.0.smithi071.stdout:2537: done (8 left) 2024-09-13T14:31:50.222 INFO:tasks.rados.rados.0.smithi071.stdout:2538: done (7 left) 2024-09-13T14:31:50.222 INFO:tasks.rados.rados.0.smithi071.stdout:2540: done (6 left) 2024-09-13T14:31:50.222 INFO:tasks.rados.rados.0.smithi071.stdout:2541: done (5 left) 2024-09-13T14:31:50.222 INFO:tasks.rados.rados.0.smithi071.stdout:2543: done (4 left) 2024-09-13T14:31:50.222 INFO:tasks.rados.rados.0.smithi071.stdout:2544: done (3 left) 2024-09-13T14:31:50.222 INFO:tasks.rados.rados.0.smithi071.stdout:2547: done (2 left) 2024-09-13T14:31:50.222 INFO:tasks.rados.rados.0.smithi071.stdout:2548: read oid 48 snap 312 2024-09-13T14:31:50.222 INFO:tasks.rados.rados.0.smithi071.stdout:2548: expect (ObjNum 853 snap 297 seq_num 853) 2024-09-13T14:31:50.222 INFO:tasks.rados.rados.0.smithi071.stdout:2549: delete oid 42 current snap is 330 2024-09-13T14:31:50.223 INFO:tasks.rados.rados.0.smithi071.stdout:2545: finishing write tid 3 to smithi07185159-1 2024-09-13T14:31:50.223 INFO:tasks.rados.rados.0.smithi071.stdout:2545: finishing write tid 4 to smithi07185159-1 2024-09-13T14:31:50.223 INFO:tasks.rados.rados.0.smithi071.stdout:2545: oid 1 updating version 0 to 2545 2024-09-13T14:31:50.223 INFO:tasks.rados.rados.0.smithi071.stdout:2545: oid 1 version 2545 is already newer than 2544 2024-09-13T14:31:50.223 INFO:tasks.rados.rados.0.smithi071.stdout:2545: oid 1 updating version 2545 to 2546 2024-09-13T14:31:50.223 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 1 v 2546 (ObjNum 953 snap 330 seq_num 953) dirty exists 2024-09-13T14:31:50.223 INFO:tasks.rados.rados.0.smithi071.stdout:2545: left oid 1 (ObjNum 953 snap 330 seq_num 953) 2024-09-13T14:31:50.223 INFO:tasks.rados.rados.0.smithi071.stdout:2546: finishing write tid 1 to smithi07185159-17 2024-09-13T14:31:50.223 INFO:tasks.rados.rados.0.smithi071.stdout:2546: finishing write tid 2 to smithi07185159-17 2024-09-13T14:31:50.223 INFO:tasks.rados.rados.0.smithi071.stdout:2546: finishing write tid 3 to smithi07185159-17 2024-09-13T14:31:50.223 INFO:tasks.rados.rados.0.smithi071.stdout:2546: finishing write tid 4 to smithi07185159-17 2024-09-13T14:31:50.223 INFO:tasks.rados.rados.0.smithi071.stdout:2546: oid 17 updating version 0 to 893 2024-09-13T14:31:50.223 INFO:tasks.rados.rados.0.smithi071.stdout:2546: oid 17 updating version 893 to 894 2024-09-13T14:31:50.223 INFO:tasks.rados.rados.0.smithi071.stdout:2546: oid 17 version 894 is already newer than 892 2024-09-13T14:31:50.224 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 17 v 894 (ObjNum 954 snap 330 seq_num 954) dirty exists 2024-09-13T14:31:50.224 INFO:tasks.rados.rados.0.smithi071.stdout:2546: left oid 17 (ObjNum 954 snap 330 seq_num 954) 2024-09-13T14:31:50.224 INFO:tasks.rados.rados.0.smithi071.stdout:2545: done (3 left) 2024-09-13T14:31:50.224 INFO:tasks.rados.rados.0.smithi071.stdout:2546: done (2 left) 2024-09-13T14:31:50.224 INFO:tasks.rados.rados.0.smithi071.stdout:2549: done (1 left) 2024-09-13T14:31:50.224 INFO:tasks.rados.rados.0.smithi071.stdout:2550: read oid 25 snap 326 2024-09-13T14:31:50.225 INFO:tasks.rados.rados.0.smithi071.stdout:2550: expect deleted 2024-09-13T14:31:50.225 INFO:tasks.rados.rados.0.smithi071.stdout:2551: snap_remove snap 309 2024-09-13T14:31:50.236 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:31:50.357 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:49 smithi071 ceph-mon[107477]: osdmap e725: 8 total, 8 up, 8 in 2024-09-13T14:31:50.357 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:49 smithi071 ceph-mon[107477]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d58f73069a8157a9ace12a0247ee3e8497707ea9 2024-09-13T14:31:50.357 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:49 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:31:50.357 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:49 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:31:50.358 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:49 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:31:50.358 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:49 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:31:50.358 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:49 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:31:50.358 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:49 smithi071 ceph-mon[112785]: osdmap e725: 8 total, 8 up, 8 in 2024-09-13T14:31:50.358 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:49 smithi071 ceph-mon[112785]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d58f73069a8157a9ace12a0247ee3e8497707ea9 2024-09-13T14:31:50.358 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:49 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:31:50.358 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:49 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:31:50.358 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:49 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:31:50.358 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:49 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:31:50.358 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:49 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:31:50.922 INFO:tasks.rados.rados.0.smithi071.stdout:2551: done (2 left) 2024-09-13T14:31:50.922 INFO:tasks.rados.rados.0.smithi071.stdout:2552: snap_create 2024-09-13T14:31:50.922 INFO:tasks.rados.rados.0.smithi071.stdout:2548: expect (ObjNum 853 snap 297 seq_num 853) 2024-09-13T14:31:51.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:50 smithi104 ceph-mon[105578]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d58f73069a8157a9ace12a0247ee3e8497707ea9 2024-09-13T14:31:51.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:50 smithi104 ceph-mon[105578]: osdmap e726: 8 total, 8 up, 8 in 2024-09-13T14:31:51.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:50 smithi104 ceph-mon[105578]: pgmap v541: 89 pgs: 89 active+clean; 203 MiB data, 806 MiB used, 714 GiB / 715 GiB avail; 8.9 MiB/s rd, 2.5 MiB/s wr, 18 op/s 2024-09-13T14:31:51.300 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:50 smithi071 ceph-mon[107477]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d58f73069a8157a9ace12a0247ee3e8497707ea9 2024-09-13T14:31:51.301 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:50 smithi071 ceph-mon[107477]: osdmap e726: 8 total, 8 up, 8 in 2024-09-13T14:31:51.301 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:50 smithi071 ceph-mon[107477]: pgmap v541: 89 pgs: 89 active+clean; 203 MiB data, 806 MiB used, 714 GiB / 715 GiB avail; 8.9 MiB/s rd, 2.5 MiB/s wr, 18 op/s 2024-09-13T14:31:51.301 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:50 smithi071 ceph-mon[112785]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d58f73069a8157a9ace12a0247ee3e8497707ea9 2024-09-13T14:31:51.301 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:50 smithi071 ceph-mon[112785]: osdmap e726: 8 total, 8 up, 8 in 2024-09-13T14:31:51.301 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:50 smithi071 ceph-mon[112785]: pgmap v541: 89 pgs: 89 active+clean; 203 MiB data, 806 MiB used, 714 GiB / 715 GiB avail; 8.9 MiB/s rd, 2.5 MiB/s wr, 18 op/s 2024-09-13T14:31:51.920 INFO:tasks.rados.rados.0.smithi071.stdout:2548: done (2 left) 2024-09-13T14:31:51.920 INFO:tasks.rados.rados.0.smithi071.stdout:2550: done (1 left) 2024-09-13T14:31:51.920 INFO:tasks.rados.rados.0.smithi071.stdout:2552: done (0 left) 2024-09-13T14:31:51.920 INFO:tasks.rados.rados.0.smithi071.stdout:2553: snap_create 2024-09-13T14:31:52.124 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:51 smithi071 ceph-mon[107477]: osdmap e727: 8 total, 8 up, 8 in 2024-09-13T14:31:52.124 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:51 smithi071 ceph-mon[112785]: osdmap e727: 8 total, 8 up, 8 in 2024-09-13T14:31:52.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:51 smithi104 ceph-mon[105578]: osdmap e727: 8 total, 8 up, 8 in 2024-09-13T14:31:52.865 INFO:tasks.rados.rados.0.smithi071.stdout:2553: done (0 left) 2024-09-13T14:31:52.866 INFO:tasks.rados.rados.0.smithi071.stdout:2554: snap_remove snap 310 2024-09-13T14:31:53.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:52 smithi071 ceph-mon[107477]: osdmap e728: 8 total, 8 up, 8 in 2024-09-13T14:31:53.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:52 smithi071 ceph-mon[107477]: pgmap v544: 89 pgs: 89 active+clean; 203 MiB data, 806 MiB used, 714 GiB / 715 GiB avail; 8.9 MiB/s rd, 2.5 MiB/s wr, 18 op/s 2024-09-13T14:31:53.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:52 smithi071 ceph-mon[107477]: osdmap e729: 8 total, 8 up, 8 in 2024-09-13T14:31:53.095 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:31:52 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:31:52] "GET /metrics HTTP/1.1" 200 36276 "" "Prometheus/2.51.0" 2024-09-13T14:31:53.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:52 smithi071 ceph-mon[112785]: osdmap e728: 8 total, 8 up, 8 in 2024-09-13T14:31:53.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:52 smithi071 ceph-mon[112785]: pgmap v544: 89 pgs: 89 active+clean; 203 MiB data, 806 MiB used, 714 GiB / 715 GiB avail; 8.9 MiB/s rd, 2.5 MiB/s wr, 18 op/s 2024-09-13T14:31:53.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:52 smithi071 ceph-mon[112785]: osdmap e729: 8 total, 8 up, 8 in 2024-09-13T14:31:53.110 INFO:teuthology.orchestra.run.smithi071.stdout:true 2024-09-13T14:31:53.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:52 smithi104 ceph-mon[105578]: osdmap e728: 8 total, 8 up, 8 in 2024-09-13T14:31:53.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:52 smithi104 ceph-mon[105578]: pgmap v544: 89 pgs: 89 active+clean; 203 MiB data, 806 MiB used, 714 GiB / 715 GiB avail; 8.9 MiB/s rd, 2.5 MiB/s wr, 18 op/s 2024-09-13T14:31:53.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:52 smithi104 ceph-mon[105578]: osdmap e729: 8 total, 8 up, 8 in 2024-09-13T14:31:53.686 INFO:teuthology.orchestra.run.smithi071.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-13T14:31:53.686 INFO:teuthology.orchestra.run.smithi071.stdout:alertmanager.a smithi071 *:9093,9094 running (7m) 41s ago 13m 18.9M - 0.27.0 11f11916f8cd b9824fbee517 2024-09-13T14:31:53.686 INFO:teuthology.orchestra.run.smithi071.stdout:grafana.a smithi104 *:3000 running (7m) 41s ago 13m 79.7M - c8b91775d855 2b565abc8cf3 2024-09-13T14:31:53.687 INFO:teuthology.orchestra.run.smithi071.stdout:mds.foo.smithi071.awdchm smithi071 running (12m) 41s ago 12m 25.1M - 18.2.4-843-g2c01458a c129f5a2fd4e 3a46cf5b0e24 2024-09-13T14:31:53.687 INFO:teuthology.orchestra.run.smithi071.stdout:mds.foo.smithi104.uecrqj smithi104 running (12m) 41s ago 12m 16.9M - 18.2.4-843-g2c01458a c129f5a2fd4e 3d72a892eecb 2024-09-13T14:31:53.687 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.x smithi104 *:8443,9283,8765 running (8m) 41s ago 17m 455M - 19.3.0-4697-gd58f7306 fec07016a2b0 d080c1ba10a3 2024-09-13T14:31:53.687 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.y smithi071 *:8443,9283,8765 running (8m) 41s ago 19m 516M - 19.3.0-4697-gd58f7306 fec07016a2b0 f93807043c77 2024-09-13T14:31:53.687 INFO:teuthology.orchestra.run.smithi071.stdout:mon.a smithi071 running (6m) 41s ago 19m 64.4M 2048M 19.3.0-4697-gd58f7306 fec07016a2b0 f694be77a870 2024-09-13T14:31:53.687 INFO:teuthology.orchestra.run.smithi071.stdout:mon.b smithi104 running (3m) 41s ago 17m 43.0M 2048M 19.3.0-4697-gd58f7306 fec07016a2b0 15a56f2fc613 2024-09-13T14:31:53.687 INFO:teuthology.orchestra.run.smithi071.stdout:mon.c smithi071 running (5m) 41s ago 17m 53.8M 2048M 19.3.0-4697-gd58f7306 fec07016a2b0 1f937fa689f0 2024-09-13T14:31:53.687 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.a smithi071 *:9100 running (8m) 41s ago 13m 11.6M - 1.7.0 72c9c2088986 9dca7c61ba7c 2024-09-13T14:31:53.687 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.b smithi104 *:9100 running (8m) 41s ago 12m 11.8M - 1.7.0 72c9c2088986 378ebb14ddbd 2024-09-13T14:31:53.687 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0 smithi071 running (17m) 41s ago 17m 110M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 4620af289781 2024-09-13T14:31:53.687 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1 smithi071 running (16m) 41s ago 16m 87.5M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 6219ea84d5da 2024-09-13T14:31:53.687 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2 smithi071 running (16m) 41s ago 16m 122M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e dbb670583d0d 2024-09-13T14:31:53.687 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3 smithi071 running (15m) 41s ago 15m 85.2M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 3859c11423d8 2024-09-13T14:31:53.688 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4 smithi104 running (15m) 41s ago 15m 111M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 7641d6ca037c 2024-09-13T14:31:53.688 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5 smithi104 running (15m) 41s ago 15m 118M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e d171c1dc9aca 2024-09-13T14:31:53.688 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6 smithi104 running (14m) 41s ago 14m 102M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 7cd98596a2db 2024-09-13T14:31:53.688 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7 smithi104 running (14m) 41s ago 14m 103M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e c0657150d5d6 2024-09-13T14:31:53.688 INFO:teuthology.orchestra.run.smithi071.stdout:prometheus.a smithi104 *:9095 running (7m) 41s ago 13m 46.0M - 2.51.0 1d3b7f56885b 31487e669ce2 2024-09-13T14:31:53.871 INFO:tasks.rados.rados.0.smithi071.stdout:2554: done (0 left) 2024-09-13T14:31:53.871 INFO:tasks.rados.rados.0.smithi071.stdout:2555: delete oid 4 current snap is 332 2024-09-13T14:31:53.880 INFO:tasks.rados.rados.0.smithi071.stdout:2555: done (0 left) 2024-09-13T14:31:53.880 INFO:tasks.rados.rados.0.smithi071.stdout:2556: snap_remove snap 299 2024-09-13T14:31:54.022 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:53 smithi071 ceph-mon[107477]: from='client.44228 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:31:54.022 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:53 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:31:54.022 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:53 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:31:54.022 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:53 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:31:54.022 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:53 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:31:54.023 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:53 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:31:54.023 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:53 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:31:54.023 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:53 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:31:54.023 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:53 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:31:54.023 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:53 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16} : dispatch 2024-09-13T14:31:54.023 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:53 smithi071 ceph-mon[107477]: osdmap e730: 8 total, 8 up, 8 in 2024-09-13T14:31:54.023 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:53 smithi071 ceph-mon[112785]: from='client.44228 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:31:54.023 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:53 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:31:54.023 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:53 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:31:54.023 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:53 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:31:54.023 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:53 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:31:54.024 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:53 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:31:54.024 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:53 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:31:54.024 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:53 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:31:54.024 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:53 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:31:54.024 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:53 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16} : dispatch 2024-09-13T14:31:54.024 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:53 smithi071 ceph-mon[112785]: osdmap e730: 8 total, 8 up, 8 in 2024-09-13T14:31:54.048 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:31:54.049 INFO:teuthology.orchestra.run.smithi071.stdout: "mon": { 2024-09-13T14:31:54.049 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 19.3.0-4697-gd58f7306 (d58f73069a8157a9ace12a0247ee3e8497707ea9) squid (dev)": 3 2024-09-13T14:31:54.049 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:31:54.049 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr": { 2024-09-13T14:31:54.049 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 19.3.0-4697-gd58f7306 (d58f73069a8157a9ace12a0247ee3e8497707ea9) squid (dev)": 2 2024-09-13T14:31:54.049 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:31:54.049 INFO:teuthology.orchestra.run.smithi071.stdout: "osd": { 2024-09-13T14:31:54.049 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)": 8 2024-09-13T14:31:54.049 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:31:54.049 INFO:teuthology.orchestra.run.smithi071.stdout: "mds": { 2024-09-13T14:31:54.049 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)": 2 2024-09-13T14:31:54.049 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:31:54.049 INFO:teuthology.orchestra.run.smithi071.stdout: "overall": { 2024-09-13T14:31:54.050 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)": 10, 2024-09-13T14:31:54.050 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 19.3.0-4697-gd58f7306 (d58f73069a8157a9ace12a0247ee3e8497707ea9) squid (dev)": 5 2024-09-13T14:31:54.050 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:31:54.050 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:31:54.343 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:31:54.343 INFO:teuthology.orchestra.run.smithi071.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f", 2024-09-13T14:31:54.344 INFO:teuthology.orchestra.run.smithi071.stdout: "in_progress": true, 2024-09-13T14:31:54.344 INFO:teuthology.orchestra.run.smithi071.stdout: "which": "Upgrading daemons of type(s) osd. Upgrade limited to 4 daemons (4 remaining).", 2024-09-13T14:31:54.344 INFO:teuthology.orchestra.run.smithi071.stdout: "services_complete": [], 2024-09-13T14:31:54.344 INFO:teuthology.orchestra.run.smithi071.stdout: "progress": "0/8 daemons upgraded", 2024-09-13T14:31:54.344 INFO:teuthology.orchestra.run.smithi071.stdout: "message": "Currently upgrading osd daemons", 2024-09-13T14:31:54.344 INFO:teuthology.orchestra.run.smithi071.stdout: "is_paused": false 2024-09-13T14:31:54.344 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:31:54.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:53 smithi104 ceph-mon[105578]: from='client.44228 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:31:54.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:53 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:31:54.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:53 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:31:54.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:53 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:31:54.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:53 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:31:54.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:53 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:31:54.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:53 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:31:54.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:53 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:31:54.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:53 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:31:54.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:53 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16} : dispatch 2024-09-13T14:31:54.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:53 smithi104 ceph-mon[105578]: osdmap e730: 8 total, 8 up, 8 in 2024-09-13T14:31:54.870 INFO:tasks.rados.rados.0.smithi071.stdout:2556: done (0 left) 2024-09-13T14:31:54.871 INFO:tasks.rados.rados.0.smithi071.stdout:2557: rollback oid 35 current snap is 332 2024-09-13T14:31:54.871 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 35 to 329 2024-09-13T14:31:54.871 INFO:tasks.rados.rados.0.smithi071.stdout:2558: read oid 29 snap -1 2024-09-13T14:31:54.871 INFO:tasks.rados.rados.0.smithi071.stdout:2558: expect deleted 2024-09-13T14:31:54.871 INFO:tasks.rados.rados.0.smithi071.stdout:2559: write oid 44 current snap is 332 2024-09-13T14:31:54.871 INFO:tasks.rados.rados.0.smithi071.stdout:2559: seq_num 958 ranges {501106=749020,1743279=357827} 2024-09-13T14:31:54.878 INFO:tasks.rados.rados.0.smithi071.stdout:2559: writing smithi07185159-44 from 501106 to 1250126 tid 1 2024-09-13T14:31:54.884 INFO:tasks.rados.rados.0.smithi071.stdout:2559: writing smithi07185159-44 from 1743279 to 2101106 tid 2 2024-09-13T14:31:54.884 INFO:tasks.rados.rados.0.smithi071.stdout:2560: write oid 7 current snap is 332 2024-09-13T14:31:54.884 INFO:tasks.rados.rados.0.smithi071.stdout:2560: seq_num 959 ranges {517913=424269,1401761=446989} 2024-09-13T14:31:54.889 INFO:tasks.rados.rados.0.smithi071.stdout:2560: writing smithi07185159-7 from 517913 to 942182 tid 1 2024-09-13T14:31:54.895 INFO:tasks.rados.rados.0.smithi071.stdout:2560: writing smithi07185159-7 from 1401761 to 1848750 tid 2 2024-09-13T14:31:54.895 INFO:tasks.rados.rados.0.smithi071.stdout:2561: delete oid 15 current snap is 332 2024-09-13T14:31:54.895 INFO:tasks.rados.rados.0.smithi071.stdout:2557: finishing rollback tid 0 to smithi07185159-35 2024-09-13T14:31:54.895 INFO:tasks.rados.rados.0.smithi071.stdout:2557: finishing rollback tid 1 to smithi07185159-35 2024-09-13T14:31:54.895 INFO:tasks.rados.rados.0.smithi071.stdout:2557: finishing rollback tid 2 to smithi07185159-35 2024-09-13T14:31:54.895 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 35 v 1301 (ObjNum 937 snap 328 seq_num 937) dirty exists 2024-09-13T14:31:54.895 INFO:tasks.rados.rados.0.smithi071.stdout:2559: finishing write tid 1 to smithi07185159-44 2024-09-13T14:31:54.895 INFO:tasks.rados.rados.0.smithi071.stdout:2559: finishing write tid 2 to smithi07185159-44 2024-09-13T14:31:54.895 INFO:tasks.rados.rados.0.smithi071.stdout:2559: finishing write tid 3 to smithi07185159-44 2024-09-13T14:31:54.895 INFO:tasks.rados.rados.0.smithi071.stdout:2559: finishing write tid 4 to smithi07185159-44 2024-09-13T14:31:54.895 INFO:tasks.rados.rados.0.smithi071.stdout:2559: oid 44 updating version 0 to 1210 2024-09-13T14:31:54.895 INFO:tasks.rados.rados.0.smithi071.stdout:2559: oid 44 version 1210 is already newer than 1209 2024-09-13T14:31:54.896 INFO:tasks.rados.rados.0.smithi071.stdout:2559: oid 44 updating version 1210 to 1211 2024-09-13T14:31:54.896 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 44 v 1211 (ObjNum 958 snap 332 seq_num 958) dirty exists 2024-09-13T14:31:54.896 INFO:tasks.rados.rados.0.smithi071.stdout:2559: left oid 44 (ObjNum 958 snap 332 seq_num 958) 2024-09-13T14:31:54.896 INFO:tasks.rados.rados.0.smithi071.stdout:2560: finishing write tid 1 to smithi07185159-7 2024-09-13T14:31:54.897 INFO:tasks.rados.rados.0.smithi071.stdout:2560: finishing write tid 2 to smithi07185159-7 2024-09-13T14:31:54.897 INFO:tasks.rados.rados.0.smithi071.stdout:2560: finishing write tid 3 to smithi07185159-7 2024-09-13T14:31:54.897 INFO:tasks.rados.rados.0.smithi071.stdout:2557: done (4 left) 2024-09-13T14:31:54.897 INFO:tasks.rados.rados.0.smithi071.stdout:2558: done (3 left) 2024-09-13T14:31:54.897 INFO:tasks.rados.rados.0.smithi071.stdout:2559: done (2 left) 2024-09-13T14:31:54.898 INFO:tasks.rados.rados.0.smithi071.stdout:2561: done (1 left) 2024-09-13T14:31:54.898 INFO:tasks.rados.rados.0.smithi071.stdout:2562: snap_create 2024-09-13T14:31:54.898 INFO:tasks.rados.rados.0.smithi071.stdout:2560: finishing write tid 4 to smithi07185159-7 2024-09-13T14:31:54.898 INFO:tasks.rados.rados.0.smithi071.stdout:2560: oid 7 updating version 0 to 313 2024-09-13T14:31:54.898 INFO:tasks.rados.rados.0.smithi071.stdout:2560: oid 7 version 313 is already newer than 311 2024-09-13T14:31:54.898 INFO:tasks.rados.rados.0.smithi071.stdout:2560: oid 7 version 313 is already newer than 312 2024-09-13T14:31:54.898 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 7 v 313 (ObjNum 959 snap 332 seq_num 959) dirty exists 2024-09-13T14:31:54.898 INFO:tasks.rados.rados.0.smithi071.stdout:2560: left oid 7 (ObjNum 959 snap 332 seq_num 959) 2024-09-13T14:31:55.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:54 smithi071 ceph-mon[112785]: from='client.34308 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:31:55.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:54 smithi071 ceph-mon[112785]: Upgrade: Target is version 19.3.0-4697-gd58f7306 (squid) 2024-09-13T14:31:55.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:54 smithi071 ceph-mon[112785]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, digests ['quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f'] 2024-09-13T14:31:55.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:54 smithi071 ceph-mon[112785]: Upgrade: Setting container_image for all mgr 2024-09-13T14:31:55.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:54 smithi071 ceph-mon[112785]: Upgrade: Setting container_image for all mon 2024-09-13T14:31:55.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:54 smithi071 ceph-mon[112785]: Upgrade: Setting container_image for all crash 2024-09-13T14:31:55.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:54 smithi071 ceph-mon[112785]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-13T14:31:55.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:54 smithi071 ceph-mon[112785]: Upgrade: osd.0 is safe to restart 2024-09-13T14:31:55.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:54 smithi071 ceph-mon[112785]: from='client.44240 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:31:55.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:54 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3702329636' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:31:55.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:54 smithi071 ceph-mon[112785]: pgmap v547: 89 pgs: 89 active+clean; 203 MiB data, 806 MiB used, 714 GiB / 715 GiB avail 2024-09-13T14:31:55.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:54 smithi071 ceph-mon[112785]: osdmap e731: 8 total, 8 up, 8 in 2024-09-13T14:31:55.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:54 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:31:55.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:54 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-13T14:31:55.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:54 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:31:55.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:54 smithi071 ceph-mon[107477]: from='client.34308 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:31:55.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:54 smithi071 ceph-mon[107477]: Upgrade: Target is version 19.3.0-4697-gd58f7306 (squid) 2024-09-13T14:31:55.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:54 smithi071 ceph-mon[107477]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, digests ['quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f'] 2024-09-13T14:31:55.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:54 smithi071 ceph-mon[107477]: Upgrade: Setting container_image for all mgr 2024-09-13T14:31:55.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:54 smithi071 ceph-mon[107477]: Upgrade: Setting container_image for all mon 2024-09-13T14:31:55.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:54 smithi071 ceph-mon[107477]: Upgrade: Setting container_image for all crash 2024-09-13T14:31:55.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:54 smithi071 ceph-mon[107477]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-13T14:31:55.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:54 smithi071 ceph-mon[107477]: Upgrade: osd.0 is safe to restart 2024-09-13T14:31:55.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:54 smithi071 ceph-mon[107477]: from='client.44240 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:31:55.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:54 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3702329636' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:31:55.143 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:54 smithi071 ceph-mon[107477]: pgmap v547: 89 pgs: 89 active+clean; 203 MiB data, 806 MiB used, 714 GiB / 715 GiB avail 2024-09-13T14:31:55.143 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:54 smithi071 ceph-mon[107477]: osdmap e731: 8 total, 8 up, 8 in 2024-09-13T14:31:55.143 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:54 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:31:55.143 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:54 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-13T14:31:55.143 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:54 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:31:55.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:54 smithi104 ceph-mon[105578]: from='client.34308 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:31:55.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:54 smithi104 ceph-mon[105578]: Upgrade: Target is version 19.3.0-4697-gd58f7306 (squid) 2024-09-13T14:31:55.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:54 smithi104 ceph-mon[105578]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, digests ['quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f'] 2024-09-13T14:31:55.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:54 smithi104 ceph-mon[105578]: Upgrade: Setting container_image for all mgr 2024-09-13T14:31:55.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:54 smithi104 ceph-mon[105578]: Upgrade: Setting container_image for all mon 2024-09-13T14:31:55.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:54 smithi104 ceph-mon[105578]: Upgrade: Setting container_image for all crash 2024-09-13T14:31:55.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:54 smithi104 ceph-mon[105578]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-13T14:31:55.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:54 smithi104 ceph-mon[105578]: Upgrade: osd.0 is safe to restart 2024-09-13T14:31:55.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:54 smithi104 ceph-mon[105578]: from='client.44240 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:31:55.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:54 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3702329636' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:31:55.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:54 smithi104 ceph-mon[105578]: pgmap v547: 89 pgs: 89 active+clean; 203 MiB data, 806 MiB used, 714 GiB / 715 GiB avail 2024-09-13T14:31:55.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:54 smithi104 ceph-mon[105578]: osdmap e731: 8 total, 8 up, 8 in 2024-09-13T14:31:55.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:54 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:31:55.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:54 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-13T14:31:55.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:54 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:31:55.869 INFO:tasks.rados.rados.0.smithi071.stdout:2560: done (1 left) 2024-09-13T14:31:55.869 INFO:tasks.rados.rados.0.smithi071.stdout:2562: done (0 left) 2024-09-13T14:31:55.869 INFO:tasks.rados.rados.0.smithi071.stdout:2563: write oid 4 current snap is 333 2024-09-13T14:31:55.869 INFO:tasks.rados.rados.0.smithi071.stdout:2563: seq_num 961 ranges {551527=574767,1918725=232802} 2024-09-13T14:31:55.874 INFO:tasks.rados.rados.0.smithi071.stdout:2563: writing smithi07185159-4 from 551527 to 1126294 tid 1 2024-09-13T14:31:55.880 INFO:tasks.rados.rados.0.smithi071.stdout:2563: writing smithi07185159-4 from 1918725 to 2151527 tid 2 2024-09-13T14:31:55.880 INFO:tasks.rados.rados.0.smithi071.stdout:2564: snap_remove snap 329 2024-09-13T14:31:56.361 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:55 smithi071 ceph-mon[107477]: from='client.34326 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:31:56.361 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:55 smithi071 ceph-mon[107477]: Upgrade: Updating osd.0 2024-09-13T14:31:56.362 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:55 smithi071 ceph-mon[107477]: Deploying daemon osd.0 on smithi071 2024-09-13T14:31:56.362 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:55 smithi071 ceph-mon[107477]: osdmap e732: 8 total, 8 up, 8 in 2024-09-13T14:31:56.362 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:55 smithi071 ceph-mon[112785]: from='client.34326 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:31:56.362 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:55 smithi071 ceph-mon[112785]: Upgrade: Updating osd.0 2024-09-13T14:31:56.362 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:55 smithi071 ceph-mon[112785]: Deploying daemon osd.0 on smithi071 2024-09-13T14:31:56.362 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:55 smithi071 ceph-mon[112785]: osdmap e732: 8 total, 8 up, 8 in 2024-09-13T14:31:56.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:55 smithi104 ceph-mon[105578]: from='client.34326 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:31:56.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:55 smithi104 ceph-mon[105578]: Upgrade: Updating osd.0 2024-09-13T14:31:56.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:55 smithi104 ceph-mon[105578]: Deploying daemon osd.0 on smithi071 2024-09-13T14:31:56.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:55 smithi104 ceph-mon[105578]: osdmap e732: 8 total, 8 up, 8 in 2024-09-13T14:31:56.871 INFO:tasks.rados.rados.0.smithi071.stdout:2564: done (1 left) 2024-09-13T14:31:56.871 INFO:tasks.rados.rados.0.smithi071.stdout:2565: snap_remove snap 324 2024-09-13T14:31:57.244 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:56 smithi071 ceph-mon[107477]: pgmap v550: 89 pgs: 89 active+clean; 185 MiB data, 812 MiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 483 KiB/s wr, 3 op/s 2024-09-13T14:31:57.244 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:56 smithi071 ceph-mon[107477]: osdmap e733: 8 total, 8 up, 8 in 2024-09-13T14:31:57.244 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:56 smithi071 ceph-mon[112785]: pgmap v550: 89 pgs: 89 active+clean; 185 MiB data, 812 MiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 483 KiB/s wr, 3 op/s 2024-09-13T14:31:57.244 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:56 smithi071 ceph-mon[112785]: osdmap e733: 8 total, 8 up, 8 in 2024-09-13T14:31:57.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:56 smithi104 ceph-mon[105578]: pgmap v550: 89 pgs: 89 active+clean; 185 MiB data, 812 MiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 483 KiB/s wr, 3 op/s 2024-09-13T14:31:57.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:56 smithi104 ceph-mon[105578]: osdmap e733: 8 total, 8 up, 8 in 2024-09-13T14:31:57.869 INFO:tasks.rados.rados.0.smithi071.stdout:2565: done (1 left) 2024-09-13T14:31:57.869 INFO:tasks.rados.rados.0.smithi071.stdout:2566: snap_remove snap 319 2024-09-13T14:31:58.391 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:31:57 smithi071 systemd[1]: Stopping Ceph osd.0 for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T14:31:58.391 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:31:58 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-0[45470]: 2024-09-13T14:31:58.159+0000 7febdb84c640 -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-09-13T14:31:58.391 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:31:58 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-0[45470]: 2024-09-13T14:31:58.159+0000 7febdb84c640 -1 osd.0 734 *** Got signal Terminated *** 2024-09-13T14:31:58.391 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:31:58 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-0[45470]: 2024-09-13T14:31:58.159+0000 7febdb84c640 -1 osd.0 734 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-13T14:31:58.882 INFO:tasks.rados.rados.0.smithi071.stdout:2566: done (1 left) 2024-09-13T14:31:58.882 INFO:tasks.rados.rados.0.smithi071.stdout:2567: write oid 45 current snap is 333 2024-09-13T14:31:58.882 INFO:tasks.rados.rados.0.smithi071.stdout:2567: seq_num 962 ranges {568334=650016,1860854=307480} 2024-09-13T14:31:58.889 INFO:tasks.rados.rados.0.smithi071.stdout:2567: writing smithi07185159-45 from 568334 to 1218350 tid 1 2024-09-13T14:31:58.895 INFO:tasks.rados.rados.0.smithi071.stdout:2567: writing smithi07185159-45 from 1860854 to 2168334 tid 2 2024-09-13T14:31:58.895 INFO:tasks.rados.rados.0.smithi071.stdout:2568: snap_create 2024-09-13T14:31:58.895 INFO:tasks.rados.rados.0.smithi071.stdout:2563: finishing write tid 1 to smithi07185159-4 2024-09-13T14:31:58.895 INFO:tasks.rados.rados.0.smithi071.stdout:2563: finishing write tid 2 to smithi07185159-4 2024-09-13T14:31:58.895 INFO:tasks.rados.rados.0.smithi071.stdout:2563: finishing write tid 3 to smithi07185159-4 2024-09-13T14:31:58.895 INFO:tasks.rados.rados.0.smithi071.stdout:2563: finishing write tid 4 to smithi07185159-4 2024-09-13T14:31:58.895 INFO:tasks.rados.rados.0.smithi071.stdout:2563: oid 4 updating version 0 to 1214 2024-09-13T14:31:58.895 INFO:tasks.rados.rados.0.smithi071.stdout:2563: oid 4 version 1214 is already newer than 1213 2024-09-13T14:31:58.895 INFO:tasks.rados.rados.0.smithi071.stdout:2563: oid 4 version 1214 is already newer than 1212 2024-09-13T14:31:58.895 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 4 v 1214 (ObjNum 961 snap 333 seq_num 961) dirty exists 2024-09-13T14:31:58.896 INFO:tasks.rados.rados.0.smithi071.stdout:2563: left oid 4 (ObjNum 961 snap 333 seq_num 961) 2024-09-13T14:31:58.896 INFO:tasks.rados.rados.0.smithi071.stdout:2567: finishing write tid 1 to smithi07185159-45 2024-09-13T14:31:58.897 INFO:tasks.rados.rados.0.smithi071.stdout:2567: finishing write tid 2 to smithi07185159-45 2024-09-13T14:31:58.898 INFO:tasks.rados.rados.0.smithi071.stdout:2567: finishing write tid 3 to smithi07185159-45 2024-09-13T14:31:58.898 INFO:tasks.rados.rados.0.smithi071.stdout:2567: finishing write tid 4 to smithi07185159-45 2024-09-13T14:31:58.898 INFO:tasks.rados.rados.0.smithi071.stdout:2567: oid 45 updating version 0 to 1387 2024-09-13T14:31:58.898 INFO:tasks.rados.rados.0.smithi071.stdout:2567: oid 45 updating version 1387 to 1388 2024-09-13T14:31:58.898 INFO:tasks.rados.rados.0.smithi071.stdout:2567: oid 45 updating version 1388 to 1389 2024-09-13T14:31:58.898 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 45 v 1389 (ObjNum 962 snap 333 seq_num 962) dirty exists 2024-09-13T14:31:58.898 INFO:tasks.rados.rados.0.smithi071.stdout:2567: left oid 45 (ObjNum 962 snap 333 seq_num 962) 2024-09-13T14:31:59.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:58 smithi071 ceph-mon[107477]: osdmap e734: 8 total, 8 up, 8 in 2024-09-13T14:31:59.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:58 smithi071 ceph-mon[107477]: osd.0 marked itself down and dead 2024-09-13T14:31:59.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:58 smithi071 ceph-mon[107477]: pgmap v553: 89 pgs: 89 active+clean; 185 MiB data, 812 MiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 483 KiB/s wr, 3 op/s 2024-09-13T14:31:59.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:58 smithi071 ceph-mon[112785]: osdmap e734: 8 total, 8 up, 8 in 2024-09-13T14:31:59.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:58 smithi071 ceph-mon[112785]: osd.0 marked itself down and dead 2024-09-13T14:31:59.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:58 smithi071 ceph-mon[112785]: pgmap v553: 89 pgs: 89 active+clean; 185 MiB data, 812 MiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 483 KiB/s wr, 3 op/s 2024-09-13T14:31:59.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:58 smithi104 ceph-mon[105578]: osdmap e734: 8 total, 8 up, 8 in 2024-09-13T14:31:59.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:58 smithi104 ceph-mon[105578]: osd.0 marked itself down and dead 2024-09-13T14:31:59.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:58 smithi104 ceph-mon[105578]: pgmap v553: 89 pgs: 89 active+clean; 185 MiB data, 812 MiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 483 KiB/s wr, 3 op/s 2024-09-13T14:31:59.641 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:31:59 smithi071 podman[124818]: 2024-09-13 14:31:59.388899669 +0000 UTC m=+1.334664071 container died 4620af28978135360b99b0ca2e9b0739ad36f867ad879d92f0f23eaa48b846d4 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-0, GIT_CLEAN=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, RELEASE=reef-2c01458, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_BRANCH=HEAD) 2024-09-13T14:31:59.882 INFO:tasks.rados.rados.0.smithi071.stdout:2563: done (2 left) 2024-09-13T14:31:59.882 INFO:tasks.rados.rados.0.smithi071.stdout:2567: done (1 left) 2024-09-13T14:31:59.882 INFO:tasks.rados.rados.0.smithi071.stdout:2568: done (0 left) 2024-09-13T14:31:59.882 INFO:tasks.rados.rados.0.smithi071.stdout:2569: delete oid 44 current snap is 334 2024-09-13T14:31:59.894 INFO:tasks.rados.rados.0.smithi071.stdout:2569: done (0 left) 2024-09-13T14:31:59.895 INFO:tasks.rados.rados.0.smithi071.stdout:2570: write oid 25 current snap is 334 2024-09-13T14:31:59.896 INFO:tasks.rados.rados.0.smithi071.stdout:2570: seq_num 964 ranges {601948=400514,1577818=624130} 2024-09-13T14:31:59.900 INFO:tasks.rados.rados.0.smithi071.stdout:2570: writing smithi07185159-25 from 601948 to 1002462 tid 1 2024-09-13T14:31:59.907 INFO:tasks.rados.rados.0.smithi071.stdout:2570: writing smithi07185159-25 from 1577818 to 2201948 tid 2 2024-09-13T14:31:59.907 INFO:tasks.rados.rados.0.smithi071.stdout:2571: read oid 49 snap -1 2024-09-13T14:31:59.907 INFO:tasks.rados.rados.0.smithi071.stdout:2571: expect deleted 2024-09-13T14:31:59.907 INFO:tasks.rados.rados.0.smithi071.stdout:2572: snap_create 2024-09-13T14:31:59.907 INFO:tasks.rados.rados.0.smithi071.stdout:2570: finishing write tid 1 to smithi07185159-25 2024-09-13T14:31:59.910 INFO:tasks.rados.rados.0.smithi071.stdout:2570: finishing write tid 2 to smithi07185159-25 2024-09-13T14:31:59.910 INFO:tasks.rados.rados.0.smithi071.stdout:2570: finishing write tid 3 to smithi07185159-25 2024-09-13T14:31:59.910 INFO:tasks.rados.rados.0.smithi071.stdout:2570: finishing write tid 4 to smithi07185159-25 2024-09-13T14:31:59.910 INFO:tasks.rados.rados.0.smithi071.stdout:2570: oid 25 updating version 0 to 1393 2024-09-13T14:31:59.911 INFO:tasks.rados.rados.0.smithi071.stdout:2570: oid 25 updating version 1393 to 1394 2024-09-13T14:31:59.911 INFO:tasks.rados.rados.0.smithi071.stdout:2570: oid 25 updating version 1394 to 1395 2024-09-13T14:31:59.911 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 25 v 1395 (ObjNum 964 snap 334 seq_num 964) dirty exists 2024-09-13T14:31:59.911 INFO:tasks.rados.rados.0.smithi071.stdout:2570: left oid 25 (ObjNum 964 snap 334 seq_num 964) 2024-09-13T14:32:00.035 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:31:59 smithi071 podman[124818]: 2024-09-13 14:31:59.757907684 +0000 UTC m=+1.703672086 container cleanup 4620af28978135360b99b0ca2e9b0739ad36f867ad879d92f0f23eaa48b846d4 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-0, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_CLEAN=True, ceph=True, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=reef-2c01458, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS) 2024-09-13T14:32:00.035 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:31:59 smithi071 bash[124818]: ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-0 2024-09-13T14:32:00.035 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:59 smithi071 ceph-mon[107477]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-13T14:32:00.035 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:59 smithi071 ceph-mon[107477]: osdmap e735: 8 total, 7 up, 8 in 2024-09-13T14:32:00.036 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:59 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:00.036 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:31:59 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:32:00.036 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:59 smithi071 ceph-mon[112785]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-13T14:32:00.036 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:59 smithi071 ceph-mon[112785]: osdmap e735: 8 total, 7 up, 8 in 2024-09-13T14:32:00.036 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:59 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:00.036 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:31:59 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:32:00.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:59 smithi104 ceph-mon[105578]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-13T14:32:00.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:59 smithi104 ceph-mon[105578]: osdmap e735: 8 total, 7 up, 8 in 2024-09-13T14:32:00.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:59 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:00.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:31:59 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:32:00.365 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:32:00 smithi071 podman[124837]: 2024-09-13 14:32:00.03483326 +0000 UTC m=+0.646907183 container remove 4620af28978135360b99b0ca2e9b0739ad36f867ad879d92f0f23eaa48b846d4 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-0, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=reef-2c01458, GIT_CLEAN=True, org.label-schema.build-date=20240731, ceph=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0) 2024-09-13T14:32:00.640 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:32:00 smithi071 podman[124942]: 2024-09-13 14:32:00.268327803 +0000 UTC m=+0.016936674 image pull fec07016a2b0bf363d0b69240081049b65cf13f1c44f6a7196cf8309aeb428cd quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f 2024-09-13T14:32:00.640 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:32:00 smithi071 podman[124942]: 2024-09-13 14:32:00.394474385 +0000 UTC m=+0.143083243 container create cd34a6e099861c82b0e0adc1789eb5deabdb88b00f3d331ccf7d85bbad3de46f (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-0-deactivate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=wip-aclamk-cbt-combined-d58f730, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2) 2024-09-13T14:32:00.884 INFO:tasks.rados.rados.0.smithi071.stdout:2570: done (2 left) 2024-09-13T14:32:00.884 INFO:tasks.rados.rados.0.smithi071.stdout:2571: done (1 left) 2024-09-13T14:32:00.884 INFO:tasks.rados.rados.0.smithi071.stdout:2572: done (0 left) 2024-09-13T14:32:00.884 INFO:tasks.rados.rados.0.smithi071.stdout:2573: snap_create 2024-09-13T14:32:01.135 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:00 smithi071 ceph-mon[107477]: osdmap e736: 8 total, 7 up, 8 in 2024-09-13T14:32:01.136 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:00 smithi071 ceph-mon[107477]: pgmap v556: 89 pgs: 19 active+undersized, 15 active+undersized+degraded, 55 active+clean; 187 MiB data, 797 MiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 682 KiB/s wr, 3 op/s; 63/369 objects degraded (17.073%) 2024-09-13T14:32:01.136 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:00 smithi071 ceph-mon[112785]: osdmap e736: 8 total, 7 up, 8 in 2024-09-13T14:32:01.136 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:00 smithi071 ceph-mon[112785]: pgmap v556: 89 pgs: 19 active+undersized, 15 active+undersized+degraded, 55 active+clean; 187 MiB data, 797 MiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 682 KiB/s wr, 3 op/s; 63/369 objects degraded (17.073%) 2024-09-13T14:32:01.136 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:32:00 smithi071 podman[124942]: 2024-09-13 14:32:00.647422175 +0000 UTC m=+0.396031038 container init cd34a6e099861c82b0e0adc1789eb5deabdb88b00f3d331ccf7d85bbad3de46f (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-0-deactivate, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , RELEASE=wip-aclamk-cbt-combined-d58f730, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2) 2024-09-13T14:32:01.136 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:32:00 smithi071 podman[124942]: 2024-09-13 14:32:00.65220251 +0000 UTC m=+0.400811369 container start cd34a6e099861c82b0e0adc1789eb5deabdb88b00f3d331ccf7d85bbad3de46f (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-0-deactivate, CEPH_POINT_RELEASE=, GIT_CLEAN=True, ceph=True, org.label-schema.schema-version=1.0, RELEASE=wip-aclamk-cbt-combined-d58f730, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-13T14:32:01.136 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:32:00 smithi071 podman[124942]: 2024-09-13 14:32:00.755929618 +0000 UTC m=+0.504538474 container attach cd34a6e099861c82b0e0adc1789eb5deabdb88b00f3d331ccf7d85bbad3de46f (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-0-deactivate, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_CLEAN=True, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-aclamk-cbt-combined-d58f730, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD) 2024-09-13T14:32:01.137 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:32:00 smithi071 podman[124942]: 2024-09-13 14:32:00.840841899 +0000 UTC m=+0.589450764 container died cd34a6e099861c82b0e0adc1789eb5deabdb88b00f3d331ccf7d85bbad3de46f (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-0-deactivate, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, RELEASE=wip-aclamk-cbt-combined-d58f730, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-13T14:32:01.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:00 smithi104 ceph-mon[105578]: osdmap e736: 8 total, 7 up, 8 in 2024-09-13T14:32:01.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:00 smithi104 ceph-mon[105578]: pgmap v556: 89 pgs: 19 active+undersized, 15 active+undersized+degraded, 55 active+clean; 187 MiB data, 797 MiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 682 KiB/s wr, 3 op/s; 63/369 objects degraded (17.073%) 2024-09-13T14:32:01.879 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:32:01 smithi071 podman[124986]: 2024-09-13 14:32:01.443845375 +0000 UTC m=+0.597175954 container remove cd34a6e099861c82b0e0adc1789eb5deabdb88b00f3d331ccf7d85bbad3de46f (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-0-deactivate, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, RELEASE=wip-aclamk-cbt-combined-d58f730, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, CEPH_POINT_RELEASE=) 2024-09-13T14:32:01.879 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:32:01 smithi071 systemd[1]: ceph-18f8172c-71da-11ef-bceb-c7b262605968@osd.0.service: Deactivated successfully. 2024-09-13T14:32:01.879 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:32:01 smithi071 systemd[1]: Stopped Ceph osd.0 for 18f8172c-71da-11ef-bceb-c7b262605968. 2024-09-13T14:32:01.879 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:32:01 smithi071 systemd[1]: ceph-18f8172c-71da-11ef-bceb-c7b262605968@osd.0.service: Consumed 17.754s CPU time. 2024-09-13T14:32:01.880 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:32:01 smithi071 systemd[1]: Starting Ceph osd.0 for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T14:32:01.896 INFO:tasks.rados.rados.0.smithi071.stdout:2573: done (0 left) 2024-09-13T14:32:01.896 INFO:tasks.rados.rados.0.smithi071.stdout:2574: snap_create 2024-09-13T14:32:02.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:01 smithi071 ceph-mon[107477]: Health check failed: Degraded data redundancy: 63/369 objects degraded (17.073%), 15 pgs degraded (PG_DEGRADED) 2024-09-13T14:32:02.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:01 smithi071 ceph-mon[107477]: osdmap e737: 8 total, 7 up, 8 in 2024-09-13T14:32:02.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:01 smithi071 ceph-mon[112785]: Health check failed: Degraded data redundancy: 63/369 objects degraded (17.073%), 15 pgs degraded (PG_DEGRADED) 2024-09-13T14:32:02.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:01 smithi071 ceph-mon[112785]: osdmap e737: 8 total, 7 up, 8 in 2024-09-13T14:32:02.141 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:32:01 smithi071 podman[125091]: 2024-09-13 14:32:01.781227159 +0000 UTC m=+0.015740991 image pull fec07016a2b0bf363d0b69240081049b65cf13f1c44f6a7196cf8309aeb428cd quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f 2024-09-13T14:32:02.141 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:32:01 smithi071 podman[125091]: 2024-09-13 14:32:01.920806755 +0000 UTC m=+0.155320580 container create da251be5a1c5455b81b87f026e5c83406bfabb59a7eac1d866c9665a96f787c8 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-0-activate, RELEASE=wip-aclamk-cbt-combined-d58f730, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True) 2024-09-13T14:32:02.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:01 smithi104 ceph-mon[105578]: Health check failed: Degraded data redundancy: 63/369 objects degraded (17.073%), 15 pgs degraded (PG_DEGRADED) 2024-09-13T14:32:02.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:01 smithi104 ceph-mon[105578]: osdmap e737: 8 total, 7 up, 8 in 2024-09-13T14:32:02.641 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:32:02 smithi071 podman[125091]: 2024-09-13 14:32:02.152512978 +0000 UTC m=+0.387026803 container init da251be5a1c5455b81b87f026e5c83406bfabb59a7eac1d866c9665a96f787c8 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-0-activate, org.label-schema.license=GPLv2, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.schema-version=1.0, RELEASE=wip-aclamk-cbt-combined-d58f730, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=) 2024-09-13T14:32:02.641 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:32:02 smithi071 podman[125091]: 2024-09-13 14:32:02.157549522 +0000 UTC m=+0.392063356 container start da251be5a1c5455b81b87f026e5c83406bfabb59a7eac1d866c9665a96f787c8 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-0-activate, org.label-schema.schema-version=1.0, RELEASE=wip-aclamk-cbt-combined-d58f730, GIT_CLEAN=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, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, ceph=True) 2024-09-13T14:32:02.641 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:32:02 smithi071 podman[125091]: 2024-09-13 14:32:02.256792007 +0000 UTC m=+0.491305846 container attach da251be5a1c5455b81b87f026e5c83406bfabb59a7eac1d866c9665a96f787c8 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-0-activate, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.vendor=CentOS, RELEASE=wip-aclamk-cbt-combined-d58f730, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, ceph=True) 2024-09-13T14:32:02.642 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:32:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-0-activate[125107]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-13T14:32:02.642 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:32:02 smithi071 bash[125091]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-13T14:32:02.642 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:32:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-0-activate[125107]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-13T14:32:02.642 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:32:02 smithi071 bash[125091]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-13T14:32:02.642 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:32:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-0-activate[125107]: --> Failed to activate via raw: activate() takes 1 positional argument but 5 were given 2024-09-13T14:32:02.642 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:32:02 smithi071 bash[125091]: --> Failed to activate via raw: activate() takes 1 positional argument but 5 were given 2024-09-13T14:32:02.642 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:32:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-0-activate[125107]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-13T14:32:02.642 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:32:02 smithi071 bash[125091]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-13T14:32:02.642 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:32:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-0-activate[125107]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-13T14:32:02.642 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:32:02 smithi071 bash[125091]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-13T14:32:02.642 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:32:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-0-activate[125107]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-13T14:32:02.642 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:32:02 smithi071 bash[125091]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-13T14:32:02.643 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:32:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-0-activate[125107]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_4 --path /var/lib/ceph/osd/ceph-0 --no-mon-config 2024-09-13T14:32:02.643 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:32:02 smithi071 bash[125091]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_4 --path /var/lib/ceph/osd/ceph-0 --no-mon-config 2024-09-13T14:32:02.867 INFO:tasks.rados.rados.0.smithi071.stdout:2574: done (0 left) 2024-09-13T14:32:02.867 INFO:tasks.rados.rados.0.smithi071.stdout:2575: read oid 32 snap -1 2024-09-13T14:32:02.867 INFO:tasks.rados.rados.0.smithi071.stdout:2575: expect (ObjNum 878 snap 313 seq_num 878) 2024-09-13T14:32:02.867 INFO:tasks.rados.rados.0.smithi071.stdout:2576: write oid 41 current snap is 337 2024-09-13T14:32:02.867 INFO:tasks.rados.rados.0.smithi071.stdout:2576: seq_num 965 ranges {618755=475763,1636300=457996} 2024-09-13T14:32:02.872 INFO:tasks.rados.rados.0.smithi071.stdout:2576: writing smithi07185159-41 from 618755 to 1094518 tid 1 2024-09-13T14:32:02.878 INFO:tasks.rados.rados.0.smithi071.stdout:2576: writing smithi07185159-41 from 1636300 to 2094296 tid 2 2024-09-13T14:32:02.878 INFO:tasks.rados.rados.0.smithi071.stdout:2577: snap_create 2024-09-13T14:32:02.878 INFO:tasks.rados.rados.0.smithi071.stdout:2575: expect (ObjNum 878 snap 313 seq_num 878) 2024-09-13T14:32:03.028 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:02 smithi071 ceph-mon[107477]: osdmap e738: 8 total, 7 up, 8 in 2024-09-13T14:32:03.028 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:02 smithi071 ceph-mon[107477]: pgmap v559: 89 pgs: 19 active+undersized, 15 active+undersized+degraded, 55 active+clean; 187 MiB data, 797 MiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 682 KiB/s wr, 3 op/s; 63/369 objects degraded (17.073%) 2024-09-13T14:32:03.028 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:02 smithi071 ceph-mon[107477]: osdmap e739: 8 total, 7 up, 8 in 2024-09-13T14:32:03.028 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:32:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:32:02] "GET /metrics HTTP/1.1" 200 36342 "" "Prometheus/2.51.0" 2024-09-13T14:32:03.029 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:02 smithi071 ceph-mon[112785]: osdmap e738: 8 total, 7 up, 8 in 2024-09-13T14:32:03.029 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:02 smithi071 ceph-mon[112785]: pgmap v559: 89 pgs: 19 active+undersized, 15 active+undersized+degraded, 55 active+clean; 187 MiB data, 797 MiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 682 KiB/s wr, 3 op/s; 63/369 objects degraded (17.073%) 2024-09-13T14:32:03.029 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:02 smithi071 ceph-mon[112785]: osdmap e739: 8 total, 7 up, 8 in 2024-09-13T14:32:03.029 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:32:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-0-activate[125107]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-0/block 2024-09-13T14:32:03.029 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:32:02 smithi071 bash[125091]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-0/block 2024-09-13T14:32:03.029 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:32:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-0-activate[125107]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-0/block 2024-09-13T14:32:03.029 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:32:02 smithi071 bash[125091]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-0/block 2024-09-13T14:32:03.030 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:32:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-0-activate[125107]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-09-13T14:32:03.030 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:32:02 smithi071 bash[125091]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-09-13T14:32:03.030 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:32:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-0-activate[125107]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-13T14:32:03.030 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:32:02 smithi071 bash[125091]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-13T14:32:03.030 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:32:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-0-activate[125107]: --> ceph-volume lvm activate successful for osd ID: 0 2024-09-13T14:32:03.030 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:32:02 smithi071 bash[125091]: --> ceph-volume lvm activate successful for osd ID: 0 2024-09-13T14:32:03.030 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:32:02 smithi071 podman[125091]: 2024-09-13 14:32:02.712476254 +0000 UTC m=+0.946990093 container died da251be5a1c5455b81b87f026e5c83406bfabb59a7eac1d866c9665a96f787c8 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-0-activate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , RELEASE=wip-aclamk-cbt-combined-d58f730, ceph=True, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS) 2024-09-13T14:32:03.071 INFO:tasks.rados.rados.0.smithi071.stdout:2576: finishing write tid 1 to smithi07185159-41 2024-09-13T14:32:03.071 INFO:tasks.rados.rados.0.smithi071.stdout:2576: finishing write tid 2 to smithi07185159-41 2024-09-13T14:32:03.071 INFO:tasks.rados.rados.0.smithi071.stdout:2576: finishing write tid 3 to smithi07185159-41 2024-09-13T14:32:03.071 INFO:tasks.rados.rados.0.smithi071.stdout:2576: finishing write tid 4 to smithi07185159-41 2024-09-13T14:32:03.071 INFO:tasks.rados.rados.0.smithi071.stdout:2576: oid 41 updating version 0 to 1391 2024-09-13T14:32:03.071 INFO:tasks.rados.rados.0.smithi071.stdout:2576: oid 41 version 1391 is already newer than 1390 2024-09-13T14:32:03.071 INFO:tasks.rados.rados.0.smithi071.stdout:2576: oid 41 updating version 1391 to 1392 2024-09-13T14:32:03.071 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 41 v 1392 (ObjNum 965 snap 337 seq_num 965) dirty exists 2024-09-13T14:32:03.071 INFO:tasks.rados.rados.0.smithi071.stdout:2576: left oid 41 (ObjNum 965 snap 337 seq_num 965) 2024-09-13T14:32:03.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:02 smithi104 ceph-mon[105578]: osdmap e738: 8 total, 7 up, 8 in 2024-09-13T14:32:03.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:02 smithi104 ceph-mon[105578]: pgmap v559: 89 pgs: 19 active+undersized, 15 active+undersized+degraded, 55 active+clean; 187 MiB data, 797 MiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 682 KiB/s wr, 3 op/s; 63/369 objects degraded (17.073%) 2024-09-13T14:32:03.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:02 smithi104 ceph-mon[105578]: osdmap e739: 8 total, 7 up, 8 in 2024-09-13T14:32:03.640 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:32:03 smithi071 podman[125250]: 2024-09-13 14:32:03.319729892 +0000 UTC m=+0.596991784 container remove da251be5a1c5455b81b87f026e5c83406bfabb59a7eac1d866c9665a96f787c8 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-0-activate, RELEASE=wip-aclamk-cbt-combined-d58f730, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_CLEAN=True, ceph=True, GIT_BRANCH=HEAD) 2024-09-13T14:32:03.640 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:32:03 smithi071 podman[125313]: 2024-09-13 14:32:03.520839771 +0000 UTC m=+0.108489607 container create f0643a6465ffa30abc267b4a73978447faf8715618b3d053b2d3b4ce121b3319 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-0, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, RELEASE=wip-aclamk-cbt-combined-d58f730, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS) 2024-09-13T14:32:03.640 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:32:03 smithi071 podman[125313]: 2024-09-13 14:32:03.42793166 +0000 UTC m=+0.015581498 image pull fec07016a2b0bf363d0b69240081049b65cf13f1c44f6a7196cf8309aeb428cd quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f 2024-09-13T14:32:03.869 INFO:tasks.rados.rados.0.smithi071.stdout:2575: done (2 left) 2024-09-13T14:32:03.869 INFO:tasks.rados.rados.0.smithi071.stdout:2576: done (1 left) 2024-09-13T14:32:03.869 INFO:tasks.rados.rados.0.smithi071.stdout:2577: done (0 left) 2024-09-13T14:32:03.869 INFO:tasks.rados.rados.0.smithi071.stdout:2578: write oid 16 current snap is 338 2024-09-13T14:32:03.869 INFO:tasks.rados.rados.0.smithi071.stdout:2578: seq_num 966 ranges {635562=667365,2094782=140780} 2024-09-13T14:32:03.876 INFO:tasks.rados.rados.0.smithi071.stdout:2578: writing smithi07185159-16 from 635562 to 1302927 tid 1 2024-09-13T14:32:03.881 INFO:tasks.rados.rados.0.smithi071.stdout:2578: writing smithi07185159-16 from 2094782 to 2235562 tid 2 2024-09-13T14:32:03.881 INFO:tasks.rados.rados.0.smithi071.stdout:2579: read oid 5 snap -1 2024-09-13T14:32:03.881 INFO:tasks.rados.rados.0.smithi071.stdout:2579: expect (ObjNum 952 snap 330 seq_num 952) 2024-09-13T14:32:03.881 INFO:tasks.rados.rados.0.smithi071.stdout:2580: snap_remove snap 330 2024-09-13T14:32:04.140 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:32:03 smithi071 podman[125313]: 2024-09-13 14:32:03.7569544 +0000 UTC m=+0.344604236 container init f0643a6465ffa30abc267b4a73978447faf8715618b3d053b2d3b4ce121b3319 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-0, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, RELEASE=wip-aclamk-cbt-combined-d58f730, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-13T14:32:04.141 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:32:03 smithi071 podman[125313]: 2024-09-13 14:32:03.761888837 +0000 UTC m=+0.349538673 container start f0643a6465ffa30abc267b4a73978447faf8715618b3d053b2d3b4ce121b3319 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-0, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, RELEASE=wip-aclamk-cbt-combined-d58f730, org.label-schema.schema-version=1.0, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-13T14:32:04.141 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:32:03 smithi071 ceph-osd[125350]: -- 172.21.15.71:0/48796230 <== mon.0 v2:172.21.15.71:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x5618e3075a40 con 0x5618e3e42000 2024-09-13T14:32:04.141 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:32:03 smithi071 bash[125313]: f0643a6465ffa30abc267b4a73978447faf8715618b3d053b2d3b4ce121b3319 2024-09-13T14:32:04.141 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:32:03 smithi071 systemd[1]: Started Ceph osd.0 for 18f8172c-71da-11ef-bceb-c7b262605968. 2024-09-13T14:32:04.875 INFO:tasks.rados.rados.0.smithi071.stdout:2580: done (2 left) 2024-09-13T14:32:04.875 INFO:tasks.rados.rados.0.smithi071.stdout:2581: write oid 34 current snap is 338 2024-09-13T14:32:04.875 INFO:tasks.rados.rados.0.smithi071.stdout:2578: finishing write tid 1 to smithi07185159-16 2024-09-13T14:32:04.875 INFO:tasks.rados.rados.0.smithi071.stdout:2581: seq_num 967 ranges {652369=742614,2153264=99105} 2024-09-13T14:32:04.883 INFO:tasks.rados.rados.0.smithi071.stdout:2581: writing smithi07185159-34 from 652369 to 1394983 tid 1 2024-09-13T14:32:04.887 INFO:tasks.rados.rados.0.smithi071.stdout:2581: writing smithi07185159-34 from 2153264 to 2252369 tid 2 2024-09-13T14:32:04.888 INFO:tasks.rados.rados.0.smithi071.stdout:2582: snap_create 2024-09-13T14:32:04.888 INFO:tasks.rados.rados.0.smithi071.stdout:2578: finishing write tid 2 to smithi07185159-16 2024-09-13T14:32:04.888 INFO:tasks.rados.rados.0.smithi071.stdout:2578: finishing write tid 3 to smithi07185159-16 2024-09-13T14:32:04.888 INFO:tasks.rados.rados.0.smithi071.stdout:2578: finishing write tid 4 to smithi07185159-16 2024-09-13T14:32:04.888 INFO:tasks.rados.rados.0.smithi071.stdout:2578: oid 16 updating version 0 to 807 2024-09-13T14:32:04.888 INFO:tasks.rados.rados.0.smithi071.stdout:2578: oid 16 updating version 807 to 809 2024-09-13T14:32:04.888 INFO:tasks.rados.rados.0.smithi071.stdout:2578: oid 16 version 809 is already newer than 808 2024-09-13T14:32:04.888 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 16 v 809 (ObjNum 966 snap 338 seq_num 966) dirty exists 2024-09-13T14:32:04.888 INFO:tasks.rados.rados.0.smithi071.stdout:2578: left oid 16 (ObjNum 966 snap 338 seq_num 966) 2024-09-13T14:32:04.888 INFO:tasks.rados.rados.0.smithi071.stdout:2579: expect (ObjNum 952 snap 330 seq_num 952) 2024-09-13T14:32:04.968 INFO:tasks.rados.rados.0.smithi071.stdout:2581: finishing write tid 1 to smithi07185159-34 2024-09-13T14:32:04.969 INFO:tasks.rados.rados.0.smithi071.stdout:2581: finishing write tid 2 to smithi07185159-34 2024-09-13T14:32:04.969 INFO:tasks.rados.rados.0.smithi071.stdout:2581: finishing write tid 3 to smithi07185159-34 2024-09-13T14:32:04.969 INFO:tasks.rados.rados.0.smithi071.stdout:2581: finishing write tid 4 to smithi07185159-34 2024-09-13T14:32:04.969 INFO:tasks.rados.rados.0.smithi071.stdout:2581: oid 34 updating version 0 to 490 2024-09-13T14:32:04.969 INFO:tasks.rados.rados.0.smithi071.stdout:2581: oid 34 version 490 is already newer than 489 2024-09-13T14:32:04.969 INFO:tasks.rados.rados.0.smithi071.stdout:2581: oid 34 updating version 490 to 491 2024-09-13T14:32:04.969 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 34 v 491 (ObjNum 967 snap 338 seq_num 967) dirty exists 2024-09-13T14:32:04.969 INFO:tasks.rados.rados.0.smithi071.stdout:2581: left oid 34 (ObjNum 967 snap 338 seq_num 967) 2024-09-13T14:32:05.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:04 smithi071 ceph-mon[107477]: osdmap e740: 8 total, 7 up, 8 in 2024-09-13T14:32:05.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:04 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:05.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:04 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:05.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:04 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:05.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:04 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:32:05.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:04 smithi071 ceph-mon[107477]: pgmap v562: 89 pgs: 19 active+undersized, 15 active+undersized+degraded, 55 active+clean; 187 MiB data, 797 MiB used, 714 GiB / 715 GiB avail; 63/369 objects degraded (17.073%) 2024-09-13T14:32:05.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:04 smithi071 ceph-mon[112785]: osdmap e740: 8 total, 7 up, 8 in 2024-09-13T14:32:05.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:04 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:05.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:04 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:05.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:04 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:05.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:04 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:32:05.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:04 smithi071 ceph-mon[112785]: pgmap v562: 89 pgs: 19 active+undersized, 15 active+undersized+degraded, 55 active+clean; 187 MiB data, 797 MiB used, 714 GiB / 715 GiB avail; 63/369 objects degraded (17.073%) 2024-09-13T14:32:05.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:04 smithi104 ceph-mon[105578]: osdmap e740: 8 total, 7 up, 8 in 2024-09-13T14:32:05.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:04 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:05.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:04 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:05.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:04 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:05.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:04 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:32:05.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:04 smithi104 ceph-mon[105578]: pgmap v562: 89 pgs: 19 active+undersized, 15 active+undersized+degraded, 55 active+clean; 187 MiB data, 797 MiB used, 714 GiB / 715 GiB avail; 63/369 objects degraded (17.073%) 2024-09-13T14:32:05.489 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:32:05 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-0[125327]: 2024-09-13T14:32:05.151+0000 7fc1dac8f640 -1 Falling back to public interface 2024-09-13T14:32:05.877 INFO:tasks.rados.rados.0.smithi071.stdout:2578: done (3 left) 2024-09-13T14:32:05.878 INFO:tasks.rados.rados.0.smithi071.stdout:2579: done (2 left) 2024-09-13T14:32:05.878 INFO:tasks.rados.rados.0.smithi071.stdout:2581: done (1 left) 2024-09-13T14:32:05.878 INFO:tasks.rados.rados.0.smithi071.stdout:2582: done (0 left) 2024-09-13T14:32:05.878 INFO:tasks.rados.rados.0.smithi071.stdout:2583: write oid 33 current snap is 339 2024-09-13T14:32:05.878 INFO:tasks.rados.rados.0.smithi071.stdout:2583: seq_num 968 ranges {669176=417863,1811746=457430} 2024-09-13T14:32:05.883 INFO:tasks.rados.rados.0.smithi071.stdout:2583: writing smithi07185159-33 from 669176 to 1087039 tid 1 2024-09-13T14:32:05.890 INFO:tasks.rados.rados.0.smithi071.stdout:2583: writing smithi07185159-33 from 1811746 to 2269176 tid 2 2024-09-13T14:32:05.890 INFO:tasks.rados.rados.0.smithi071.stdout:2584: delete oid 20 current snap is 339 2024-09-13T14:32:05.890 INFO:tasks.rados.rados.0.smithi071.stdout:2583: finishing write tid 1 to smithi07185159-33 2024-09-13T14:32:05.893 INFO:tasks.rados.rados.0.smithi071.stdout:2583: finishing write tid 2 to smithi07185159-33 2024-09-13T14:32:05.893 INFO:tasks.rados.rados.0.smithi071.stdout:2583: finishing write tid 3 to smithi07185159-33 2024-09-13T14:32:05.894 INFO:tasks.rados.rados.0.smithi071.stdout:2583: finishing write tid 4 to smithi07185159-33 2024-09-13T14:32:05.895 INFO:tasks.rados.rados.0.smithi071.stdout:2583: oid 33 updating version 0 to 1133 2024-09-13T14:32:05.895 INFO:tasks.rados.rados.0.smithi071.stdout:2583: oid 33 version 1133 is already newer than 1132 2024-09-13T14:32:05.895 INFO:tasks.rados.rados.0.smithi071.stdout:2583: oid 33 version 1133 is already newer than 1131 2024-09-13T14:32:05.895 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 33 v 1133 (ObjNum 968 snap 339 seq_num 968) dirty exists 2024-09-13T14:32:05.895 INFO:tasks.rados.rados.0.smithi071.stdout:2583: left oid 33 (ObjNum 968 snap 339 seq_num 968) 2024-09-13T14:32:05.895 INFO:tasks.rados.rados.0.smithi071.stdout:2583: done (1 left) 2024-09-13T14:32:05.896 INFO:tasks.rados.rados.0.smithi071.stdout:2584: done (0 left) 2024-09-13T14:32:05.896 INFO:tasks.rados.rados.0.smithi071.stdout:2585: snap_create 2024-09-13T14:32:06.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:05 smithi071 ceph-mon[107477]: osdmap e741: 8 total, 7 up, 8 in 2024-09-13T14:32:06.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:05 smithi071 ceph-mon[112785]: osdmap e741: 8 total, 7 up, 8 in 2024-09-13T14:32:06.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:05 smithi104 ceph-mon[105578]: osdmap e741: 8 total, 7 up, 8 in 2024-09-13T14:32:06.889 INFO:tasks.rados.rados.0.smithi071.stdout:2585: done (0 left) 2024-09-13T14:32:06.889 INFO:tasks.rados.rados.0.smithi071.stdout:2586: rollback oid 15 current snap is 340 2024-09-13T14:32:06.889 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 15 to 339 2024-09-13T14:32:06.889 INFO:tasks.rados.rados.0.smithi071.stdout:2587: read oid 28 snap -1 2024-09-13T14:32:06.889 INFO:tasks.rados.rados.0.smithi071.stdout:2587: expect deleted 2024-09-13T14:32:06.889 INFO:tasks.rados.rados.0.smithi071.stdout:2588: read oid 11 snap -1 2024-09-13T14:32:06.890 INFO:tasks.rados.rados.0.smithi071.stdout:2588: expect deleted 2024-09-13T14:32:06.890 INFO:tasks.rados.rados.0.smithi071.stdout:2589: snap_create 2024-09-13T14:32:06.894 INFO:tasks.rados.rados.0.smithi071.stdout:2586: finishing rollback tid 1 to smithi07185159-15 2024-09-13T14:32:06.894 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 15 v 2594 (ObjNum 273 snap 0 seq_num 0) dirty dne 2024-09-13T14:32:07.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:06 smithi071 ceph-mon[107477]: osdmap e742: 8 total, 7 up, 8 in 2024-09-13T14:32:07.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:06 smithi071 ceph-mon[107477]: pgmap v565: 89 pgs: 19 active+undersized, 15 active+undersized+degraded, 55 active+clean; 192 MiB data, 806 MiB used, 714 GiB / 715 GiB avail; 4.4 MiB/s rd, 631 KiB/s wr, 7 op/s; 63/375 objects degraded (16.800%) 2024-09-13T14:32:07.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:06 smithi071 ceph-mon[112785]: osdmap e742: 8 total, 7 up, 8 in 2024-09-13T14:32:07.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:06 smithi071 ceph-mon[112785]: pgmap v565: 89 pgs: 19 active+undersized, 15 active+undersized+degraded, 55 active+clean; 192 MiB data, 806 MiB used, 714 GiB / 715 GiB avail; 4.4 MiB/s rd, 631 KiB/s wr, 7 op/s; 63/375 objects degraded (16.800%) 2024-09-13T14:32:07.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:06 smithi104 ceph-mon[105578]: osdmap e742: 8 total, 7 up, 8 in 2024-09-13T14:32:07.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:06 smithi104 ceph-mon[105578]: pgmap v565: 89 pgs: 19 active+undersized, 15 active+undersized+degraded, 55 active+clean; 192 MiB data, 806 MiB used, 714 GiB / 715 GiB avail; 4.4 MiB/s rd, 631 KiB/s wr, 7 op/s; 63/375 objects degraded (16.800%) 2024-09-13T14:32:07.889 INFO:tasks.rados.rados.0.smithi071.stdout:2586: done (3 left) 2024-09-13T14:32:07.889 INFO:tasks.rados.rados.0.smithi071.stdout:2587: done (2 left) 2024-09-13T14:32:07.890 INFO:tasks.rados.rados.0.smithi071.stdout:2588: done (1 left) 2024-09-13T14:32:07.890 INFO:tasks.rados.rados.0.smithi071.stdout:2589: done (0 left) 2024-09-13T14:32:07.890 INFO:tasks.rados.rados.0.smithi071.stdout:2590: snap_create 2024-09-13T14:32:08.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:07 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 63/375 objects degraded (16.800%), 15 pgs degraded (PG_DEGRADED) 2024-09-13T14:32:08.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:07 smithi071 ceph-mon[107477]: osdmap e743: 8 total, 7 up, 8 in 2024-09-13T14:32:08.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:07 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:08.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:07 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:08.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:07 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 63/375 objects degraded (16.800%), 15 pgs degraded (PG_DEGRADED) 2024-09-13T14:32:08.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:07 smithi071 ceph-mon[112785]: osdmap e743: 8 total, 7 up, 8 in 2024-09-13T14:32:08.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:07 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:08.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:07 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:08.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:07 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 63/375 objects degraded (16.800%), 15 pgs degraded (PG_DEGRADED) 2024-09-13T14:32:08.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:07 smithi104 ceph-mon[105578]: osdmap e743: 8 total, 7 up, 8 in 2024-09-13T14:32:08.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:07 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:08.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:07 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:08.895 INFO:tasks.rados.rados.0.smithi071.stdout:2590: done (0 left) 2024-09-13T14:32:08.895 INFO:tasks.rados.rados.0.smithi071.stdout:2591: read oid 7 snap -1 2024-09-13T14:32:08.895 INFO:tasks.rados.rados.0.smithi071.stdout:2591: expect (ObjNum 959 snap 332 seq_num 959) 2024-09-13T14:32:08.895 INFO:tasks.rados.rados.0.smithi071.stdout:2592: read oid 5 snap -1 2024-09-13T14:32:08.895 INFO:tasks.rados.rados.0.smithi071.stdout:2592: expect (ObjNum 952 snap 330 seq_num 952) 2024-09-13T14:32:08.895 INFO:tasks.rados.rados.0.smithi071.stdout:2593: write oid 35 current snap is 342 2024-09-13T14:32:08.895 INFO:tasks.rados.rados.0.smithi071.stdout:2593: seq_num 970 ranges {702790=568361,1812357=490433} 2024-09-13T14:32:08.904 INFO:tasks.rados.rados.0.smithi071.stdout:2593: writing smithi07185159-35 from 702790 to 1271151 tid 1 2024-09-13T14:32:08.908 INFO:tasks.rados.rados.0.smithi071.stdout:2593: writing smithi07185159-35 from 1812357 to 2302790 tid 2 2024-09-13T14:32:08.908 INFO:tasks.rados.rados.0.smithi071.stdout:2594: write oid 17 current snap is 342 2024-09-13T14:32:08.908 INFO:tasks.rados.rados.0.smithi071.stdout:2594: seq_num 971 ranges {719597=643610,1870839=448758} 2024-09-13T14:32:08.915 INFO:tasks.rados.rados.0.smithi071.stdout:2594: writing smithi07185159-17 from 719597 to 1363207 tid 1 2024-09-13T14:32:08.921 INFO:tasks.rados.rados.0.smithi071.stdout:2594: writing smithi07185159-17 from 1870839 to 2319597 tid 2 2024-09-13T14:32:08.921 INFO:tasks.rados.rados.0.smithi071.stdout:2595: delete oid 33 current snap is 342 2024-09-13T14:32:08.922 INFO:tasks.rados.rados.0.smithi071.stdout:2591: expect (ObjNum 959 snap 332 seq_num 959) 2024-09-13T14:32:08.963 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:32:08 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-0[125327]: 2024-09-13T14:32:08.855+0000 7fc1dac8f640 -1 osd.0 734 log_to_monitors true 2024-09-13T14:32:08.963 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:08 smithi071 ceph-mon[107477]: osdmap e744: 8 total, 7 up, 8 in 2024-09-13T14:32:08.964 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:08 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:08.964 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:08 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:08.964 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:08 smithi071 ceph-mon[107477]: pgmap v568: 89 pgs: 19 active+undersized, 15 active+undersized+degraded, 55 active+clean; 192 MiB data, 806 MiB used, 714 GiB / 715 GiB avail; 4.4 MiB/s rd, 631 KiB/s wr, 7 op/s; 63/375 objects degraded (16.800%) 2024-09-13T14:32:08.964 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:08 smithi071 ceph-mon[107477]: from='osd.0 [v2:172.21.15.71:6802/3344536173,v1:172.21.15.71:6803/3344536173]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-13T14:32:08.964 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:08 smithi071 ceph-mon[112785]: osdmap e744: 8 total, 7 up, 8 in 2024-09-13T14:32:08.964 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:08 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:08.964 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:08 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:08.964 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:08 smithi071 ceph-mon[112785]: pgmap v568: 89 pgs: 19 active+undersized, 15 active+undersized+degraded, 55 active+clean; 192 MiB data, 806 MiB used, 714 GiB / 715 GiB avail; 4.4 MiB/s rd, 631 KiB/s wr, 7 op/s; 63/375 objects degraded (16.800%) 2024-09-13T14:32:08.964 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:08 smithi071 ceph-mon[112785]: from='osd.0 [v2:172.21.15.71:6802/3344536173,v1:172.21.15.71:6803/3344536173]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-13T14:32:09.088 INFO:tasks.rados.rados.0.smithi071.stdout:2592: expect (ObjNum 952 snap 330 seq_num 952) 2024-09-13T14:32:09.170 INFO:tasks.rados.rados.0.smithi071.stdout:2593: finishing write tid 1 to smithi07185159-35 2024-09-13T14:32:09.170 INFO:tasks.rados.rados.0.smithi071.stdout:2593: finishing write tid 2 to smithi07185159-35 2024-09-13T14:32:09.171 INFO:tasks.rados.rados.0.smithi071.stdout:2591: done (4 left) 2024-09-13T14:32:09.171 INFO:tasks.rados.rados.0.smithi071.stdout:2592: done (3 left) 2024-09-13T14:32:09.171 INFO:tasks.rados.rados.0.smithi071.stdout:2595: done (2 left) 2024-09-13T14:32:09.171 INFO:tasks.rados.rados.0.smithi071.stdout:2596: read oid 1 snap -1 2024-09-13T14:32:09.171 INFO:tasks.rados.rados.0.smithi071.stdout:2596: expect (ObjNum 953 snap 330 seq_num 953) 2024-09-13T14:32:09.171 INFO:tasks.rados.rados.0.smithi071.stdout:2597: read oid 44 snap -1 2024-09-13T14:32:09.171 INFO:tasks.rados.rados.0.smithi071.stdout:2597: expect deleted 2024-09-13T14:32:09.171 INFO:tasks.rados.rados.0.smithi071.stdout:2598: read oid 15 snap -1 2024-09-13T14:32:09.171 INFO:tasks.rados.rados.0.smithi071.stdout:2598: expect deleted 2024-09-13T14:32:09.171 INFO:tasks.rados.rados.0.smithi071.stdout:2599: read oid 11 snap 328 2024-09-13T14:32:09.171 INFO:tasks.rados.rados.0.smithi071.stdout:2599: expect deleted 2024-09-13T14:32:09.171 INFO:tasks.rados.rados.0.smithi071.stdout:2600: read oid 32 snap 336 2024-09-13T14:32:09.171 INFO:tasks.rados.rados.0.smithi071.stdout:2600: expect (ObjNum 878 snap 313 seq_num 878) 2024-09-13T14:32:09.172 INFO:tasks.rados.rados.0.smithi071.stdout:2601: read oid 37 snap -1 2024-09-13T14:32:09.172 INFO:tasks.rados.rados.0.smithi071.stdout:2601: expect deleted 2024-09-13T14:32:09.172 INFO:tasks.rados.rados.0.smithi071.stdout:2602: snap_remove snap 335 2024-09-13T14:32:09.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:08 smithi104 ceph-mon[105578]: osdmap e744: 8 total, 7 up, 8 in 2024-09-13T14:32:09.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:08 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:09.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:08 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:09.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:08 smithi104 ceph-mon[105578]: pgmap v568: 89 pgs: 19 active+undersized, 15 active+undersized+degraded, 55 active+clean; 192 MiB data, 806 MiB used, 714 GiB / 715 GiB avail; 4.4 MiB/s rd, 631 KiB/s wr, 7 op/s; 63/375 objects degraded (16.800%) 2024-09-13T14:32:09.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:08 smithi104 ceph-mon[105578]: from='osd.0 [v2:172.21.15.71:6802/3344536173,v1:172.21.15.71:6803/3344536173]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-13T14:32:09.640 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:32:09 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-0[125327]: 2024-09-13T14:32:09.355+0000 7fc1cea31640 -1 osd.0 734 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-13T14:32:09.905 INFO:tasks.rados.rados.0.smithi071.stdout:2602: done (8 left) 2024-09-13T14:32:09.906 INFO:tasks.rados.rados.0.smithi071.stdout:2603: read oid 6 snap -1 2024-09-13T14:32:09.906 INFO:tasks.rados.rados.0.smithi071.stdout:2603: expect deleted 2024-09-13T14:32:09.906 INFO:tasks.rados.rados.0.smithi071.stdout:2604: write oid 7 current snap is 342 2024-09-13T14:32:09.906 INFO:tasks.rados.rados.0.smithi071.stdout:2604: seq_num 973 ranges {753211=794108,1987803=365408} 2024-09-13T14:32:09.914 INFO:tasks.rados.rados.0.smithi071.stdout:2604: writing smithi07185159-7 from 753211 to 1547319 tid 1 2024-09-13T14:32:09.919 INFO:tasks.rados.rados.0.smithi071.stdout:2604: writing smithi07185159-7 from 1987803 to 2353211 tid 2 2024-09-13T14:32:09.920 INFO:tasks.rados.rados.0.smithi071.stdout:2594: finishing write tid 1 to smithi07185159-17 2024-09-13T14:32:09.920 INFO:tasks.rados.rados.0.smithi071.stdout:2593: finishing write tid 3 to smithi07185159-35 2024-09-13T14:32:09.920 INFO:tasks.rados.rados.0.smithi071.stdout:2593: finishing write tid 4 to smithi07185159-35 2024-09-13T14:32:09.920 INFO:tasks.rados.rados.0.smithi071.stdout:2593: oid 35 updating version 0 to 1315 2024-09-13T14:32:09.920 INFO:tasks.rados.rados.0.smithi071.stdout:2593: oid 35 version 1315 is already newer than 1314 2024-09-13T14:32:09.920 INFO:tasks.rados.rados.0.smithi071.stdout:2593: oid 35 version 1315 is already newer than 1313 2024-09-13T14:32:09.921 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 35 v 1315 (ObjNum 970 snap 342 seq_num 970) dirty exists 2024-09-13T14:32:09.921 INFO:tasks.rados.rados.0.smithi071.stdout:2593: left oid 35 (ObjNum 970 snap 342 seq_num 970) 2024-09-13T14:32:09.921 INFO:tasks.rados.rados.0.smithi071.stdout:2594: finishing write tid 2 to smithi07185159-17 2024-09-13T14:32:09.921 INFO:tasks.rados.rados.0.smithi071.stdout:2594: finishing write tid 3 to smithi07185159-17 2024-09-13T14:32:09.921 INFO:tasks.rados.rados.0.smithi071.stdout:2594: finishing write tid 4 to smithi07185159-17 2024-09-13T14:32:09.921 INFO:tasks.rados.rados.0.smithi071.stdout:2594: oid 17 updating version 0 to 917 2024-09-13T14:32:09.921 INFO:tasks.rados.rados.0.smithi071.stdout:2594: oid 17 version 917 is already newer than 916 2024-09-13T14:32:09.921 INFO:tasks.rados.rados.0.smithi071.stdout:2594: oid 17 updating version 917 to 918 2024-09-13T14:32:09.921 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 17 v 918 (ObjNum 971 snap 342 seq_num 971) dirty exists 2024-09-13T14:32:09.921 INFO:tasks.rados.rados.0.smithi071.stdout:2594: left oid 17 (ObjNum 971 snap 342 seq_num 971) 2024-09-13T14:32:09.921 INFO:tasks.rados.rados.0.smithi071.stdout:2596: expect (ObjNum 953 snap 330 seq_num 953) 2024-09-13T14:32:09.988 INFO:tasks.rados.rados.0.smithi071.stdout:2600: expect (ObjNum 878 snap 313 seq_num 878) 2024-09-13T14:32:09.994 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:09 smithi071 ceph-mon[107477]: from='osd.0 [v2:172.21.15.71:6802/3344536173,v1:172.21.15.71:6803/3344536173]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-13T14:32:09.994 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:09 smithi071 ceph-mon[107477]: osdmap e745: 8 total, 7 up, 8 in 2024-09-13T14:32:09.994 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:09 smithi071 ceph-mon[107477]: from='osd.0 [v2:172.21.15.71:6802/3344536173,v1:172.21.15.71:6803/3344536173]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi071", "root=default"]} : dispatch 2024-09-13T14:32:09.994 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:09 smithi071 ceph-mon[107477]: from='osd.0 [v2:172.21.15.71:6802/3344536173,v1:172.21.15.71:6803/3344536173]' entity='osd.0' 2024-09-13T14:32:09.994 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:09 smithi071 ceph-mon[112785]: from='osd.0 [v2:172.21.15.71:6802/3344536173,v1:172.21.15.71:6803/3344536173]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-13T14:32:09.994 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:09 smithi071 ceph-mon[112785]: osdmap e745: 8 total, 7 up, 8 in 2024-09-13T14:32:09.995 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:09 smithi071 ceph-mon[112785]: from='osd.0 [v2:172.21.15.71:6802/3344536173,v1:172.21.15.71:6803/3344536173]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi071", "root=default"]} : dispatch 2024-09-13T14:32:09.995 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:09 smithi071 ceph-mon[112785]: from='osd.0 [v2:172.21.15.71:6802/3344536173,v1:172.21.15.71:6803/3344536173]' entity='osd.0' 2024-09-13T14:32:10.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:09 smithi104 ceph-mon[105578]: from='osd.0 [v2:172.21.15.71:6802/3344536173,v1:172.21.15.71:6803/3344536173]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-13T14:32:10.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:09 smithi104 ceph-mon[105578]: osdmap e745: 8 total, 7 up, 8 in 2024-09-13T14:32:10.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:09 smithi104 ceph-mon[105578]: from='osd.0 [v2:172.21.15.71:6802/3344536173,v1:172.21.15.71:6803/3344536173]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi071", "root=default"]} : dispatch 2024-09-13T14:32:10.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:09 smithi104 ceph-mon[105578]: from='osd.0 [v2:172.21.15.71:6802/3344536173,v1:172.21.15.71:6803/3344536173]' entity='osd.0' 2024-09-13T14:32:10.181 INFO:tasks.rados.rados.0.smithi071.stdout:2593: done (9 left) 2024-09-13T14:32:10.181 INFO:tasks.rados.rados.0.smithi071.stdout:2594: done (8 left) 2024-09-13T14:32:10.181 INFO:tasks.rados.rados.0.smithi071.stdout:2596: done (7 left) 2024-09-13T14:32:10.181 INFO:tasks.rados.rados.0.smithi071.stdout:2597: done (6 left) 2024-09-13T14:32:10.181 INFO:tasks.rados.rados.0.smithi071.stdout:2598: done (5 left) 2024-09-13T14:32:10.181 INFO:tasks.rados.rados.0.smithi071.stdout:2599: done (4 left) 2024-09-13T14:32:10.181 INFO:tasks.rados.rados.0.smithi071.stdout:2600: done (3 left) 2024-09-13T14:32:10.182 INFO:tasks.rados.rados.0.smithi071.stdout:2601: done (2 left) 2024-09-13T14:32:10.182 INFO:tasks.rados.rados.0.smithi071.stdout:2605: read oid 48 snap -1 2024-09-13T14:32:10.182 INFO:tasks.rados.rados.0.smithi071.stdout:2605: expect deleted 2024-09-13T14:32:10.182 INFO:tasks.rados.rados.0.smithi071.stdout:2606: rollback oid 45 current snap is 342 2024-09-13T14:32:10.182 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 45 to 328 2024-09-13T14:32:10.182 INFO:tasks.rados.rados.0.smithi071.stdout:2607: snap_remove snap 341 2024-09-13T14:32:10.917 INFO:tasks.rados.rados.0.smithi071.stdout:2606: finishing rollback tid 0 to smithi07185159-45 2024-09-13T14:32:10.917 INFO:tasks.rados.rados.0.smithi071.stdout:2606: finishing rollback tid 1 to smithi07185159-45 2024-09-13T14:32:10.918 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 45 v 1395 (ObjNum 273 snap 0 seq_num 0) dirty dne 2024-09-13T14:32:10.918 INFO:tasks.rados.rados.0.smithi071.stdout:2606: done (4 left) 2024-09-13T14:32:10.918 INFO:tasks.rados.rados.0.smithi071.stdout:2607: done (3 left) 2024-09-13T14:32:10.918 INFO:tasks.rados.rados.0.smithi071.stdout:2608: read oid 19 snap 326 2024-09-13T14:32:10.918 INFO:tasks.rados.rados.0.smithi071.stdout:2608: expect (ObjNum 920 snap 321 seq_num 920) 2024-09-13T14:32:10.918 INFO:tasks.rados.rados.0.smithi071.stdout:2609: rollback oid 28 current snap is 342 2024-09-13T14:32:10.918 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 28 to 336 2024-09-13T14:32:10.918 INFO:tasks.rados.rados.0.smithi071.stdout:2610: read oid 22 snap -1 2024-09-13T14:32:10.918 INFO:tasks.rados.rados.0.smithi071.stdout:2610: expect (ObjNum 892 snap 315 seq_num 892) 2024-09-13T14:32:10.918 INFO:tasks.rados.rados.0.smithi071.stdout:2611: read oid 11 snap -1 2024-09-13T14:32:10.918 INFO:tasks.rados.rados.0.smithi071.stdout:2611: expect deleted 2024-09-13T14:32:10.918 INFO:tasks.rados.rados.0.smithi071.stdout:2612: rollback oid 39 current snap is 342 2024-09-13T14:32:10.918 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 39 to 328 2024-09-13T14:32:10.919 INFO:tasks.rados.rados.0.smithi071.stdout:2613: write oid 38 current snap is 342 2024-09-13T14:32:10.919 INFO:tasks.rados.rados.0.smithi071.stdout:2613: seq_num 974 ranges {770018=585710,2046285=323733} 2024-09-13T14:32:10.926 INFO:tasks.rados.rados.0.smithi071.stdout:2613: writing smithi07185159-38 from 770018 to 1355728 tid 1 2024-09-13T14:32:10.932 INFO:tasks.rados.rados.0.smithi071.stdout:2613: writing smithi07185159-38 from 2046285 to 2370018 tid 2 2024-09-13T14:32:10.932 INFO:tasks.rados.rados.0.smithi071.stdout:2614: snap_create 2024-09-13T14:32:10.934 INFO:tasks.rados.rados.0.smithi071.stdout:2613: finishing write tid 1 to smithi07185159-38 2024-09-13T14:32:10.936 INFO:tasks.rados.rados.0.smithi071.stdout:2608: expect (ObjNum 920 snap 321 seq_num 920) 2024-09-13T14:32:11.060 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:10 smithi071 ceph-mon[107477]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-13T14:32:11.060 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:10 smithi071 ceph-mon[107477]: osd.0 [v2:172.21.15.71:6802/3344536173,v1:172.21.15.71:6803/3344536173] boot 2024-09-13T14:32:11.060 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:10 smithi071 ceph-mon[107477]: osdmap e746: 8 total, 8 up, 8 in 2024-09-13T14:32:11.060 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:10 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-13T14:32:11.060 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:10 smithi071 ceph-mon[107477]: pgmap v571: 89 pgs: 21 peering, 9 active+undersized, 4 active+undersized+degraded, 55 active+clean; 194 MiB data, 784 MiB used, 714 GiB / 715 GiB avail; 2.2 MiB/s rd, 526 KiB/s wr, 4 op/s; 15/384 objects degraded (3.906%) 2024-09-13T14:32:11.060 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:10 smithi071 ceph-mon[112785]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-13T14:32:11.061 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:10 smithi071 ceph-mon[112785]: osd.0 [v2:172.21.15.71:6802/3344536173,v1:172.21.15.71:6803/3344536173] boot 2024-09-13T14:32:11.061 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:10 smithi071 ceph-mon[112785]: osdmap e746: 8 total, 8 up, 8 in 2024-09-13T14:32:11.061 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:10 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-13T14:32:11.061 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:10 smithi071 ceph-mon[112785]: pgmap v571: 89 pgs: 21 peering, 9 active+undersized, 4 active+undersized+degraded, 55 active+clean; 194 MiB data, 784 MiB used, 714 GiB / 715 GiB avail; 2.2 MiB/s rd, 526 KiB/s wr, 4 op/s; 15/384 objects degraded (3.906%) 2024-09-13T14:32:11.061 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 14:32:10 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-0[125327]: 2024-09-13T14:32:10.945+0000 7fc1ba9ef640 -1 snap_mapper.get_next_objects_to_trim::New Clone-Objects were added to Snap 1c9 after trimming was started 2024-09-13T14:32:11.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:10 smithi104 ceph-mon[105578]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-13T14:32:11.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:10 smithi104 ceph-mon[105578]: osd.0 [v2:172.21.15.71:6802/3344536173,v1:172.21.15.71:6803/3344536173] boot 2024-09-13T14:32:11.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:10 smithi104 ceph-mon[105578]: osdmap e746: 8 total, 8 up, 8 in 2024-09-13T14:32:11.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:10 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-13T14:32:11.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:10 smithi104 ceph-mon[105578]: pgmap v571: 89 pgs: 21 peering, 9 active+undersized, 4 active+undersized+degraded, 55 active+clean; 194 MiB data, 784 MiB used, 714 GiB / 715 GiB avail; 2.2 MiB/s rd, 526 KiB/s wr, 4 op/s; 15/384 objects degraded (3.906%) 2024-09-13T14:32:11.177 INFO:tasks.rados.rados.0.smithi071.stdout:2613: finishing write tid 2 to smithi07185159-38 2024-09-13T14:32:11.177 INFO:tasks.rados.rados.0.smithi071.stdout:2613: finishing write tid 3 to smithi07185159-38 2024-09-13T14:32:11.177 INFO:tasks.rados.rados.0.smithi071.stdout:2613: finishing write tid 4 to smithi07185159-38 2024-09-13T14:32:11.177 INFO:tasks.rados.rados.0.smithi071.stdout:2613: oid 38 updating version 0 to 1222 2024-09-13T14:32:11.177 INFO:tasks.rados.rados.0.smithi071.stdout:2613: oid 38 updating version 1222 to 1223 2024-09-13T14:32:11.177 INFO:tasks.rados.rados.0.smithi071.stdout:2613: oid 38 updating version 1223 to 1224 2024-09-13T14:32:11.177 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 38 v 1224 (ObjNum 974 snap 342 seq_num 974) dirty exists 2024-09-13T14:32:11.177 INFO:tasks.rados.rados.0.smithi071.stdout:2613: left oid 38 (ObjNum 974 snap 342 seq_num 974) 2024-09-13T14:32:11.177 INFO:tasks.rados.rados.0.smithi071.stdout:2610: expect (ObjNum 892 snap 315 seq_num 892) 2024-09-13T14:32:11.345 INFO:tasks.rados.rados.0.smithi071.stdout:2612: finishing rollback tid 0 to smithi07185159-39 2024-09-13T14:32:11.345 INFO:tasks.rados.rados.0.smithi071.stdout:2604: finishing write tid 1 to smithi07185159-7 2024-09-13T14:32:11.345 INFO:tasks.rados.rados.0.smithi071.stdout:2604: finishing write tid 2 to smithi07185159-7 2024-09-13T14:32:11.345 INFO:tasks.rados.rados.0.smithi071.stdout:2609: finishing rollback tid 1 to smithi07185159-28 2024-09-13T14:32:11.345 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 28 v 0 (ObjNum 273 snap 0 seq_num 0) dirty dne 2024-09-13T14:32:11.345 INFO:tasks.rados.rados.0.smithi071.stdout:2604: finishing write tid 3 to smithi07185159-7 2024-09-13T14:32:11.345 INFO:tasks.rados.rados.0.smithi071.stdout:2604: finishing write tid 4 to smithi07185159-7 2024-09-13T14:32:11.346 INFO:tasks.rados.rados.0.smithi071.stdout:2604: oid 7 updating version 0 to 321 2024-09-13T14:32:11.346 INFO:tasks.rados.rados.0.smithi071.stdout:2604: oid 7 version 321 is already newer than 320 2024-09-13T14:32:11.346 INFO:tasks.rados.rados.0.smithi071.stdout:2604: oid 7 version 321 is already newer than 319 2024-09-13T14:32:11.346 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 7 v 321 (ObjNum 973 snap 342 seq_num 973) dirty exists 2024-09-13T14:32:11.346 INFO:tasks.rados.rados.0.smithi071.stdout:2604: left oid 7 (ObjNum 973 snap 342 seq_num 973) 2024-09-13T14:32:11.346 INFO:tasks.rados.rados.0.smithi071.stdout:2612: finishing rollback tid 1 to smithi07185159-39 2024-09-13T14:32:11.346 INFO:tasks.rados.rados.0.smithi071.stdout:2612: finishing rollback tid 2 to smithi07185159-39 2024-09-13T14:32:11.346 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 39 v 1319 (ObjNum 930 snap 323 seq_num 930) dirty exists 2024-09-13T14:32:11.640 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:32:11 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: 2024-09-13T14:32:11.492+0000 7f099fea3640 -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-09-13T14:32:11.916 INFO:tasks.rados.rados.0.smithi071.stdout:2603: done (9 left) 2024-09-13T14:32:11.916 INFO:tasks.rados.rados.0.smithi071.stdout:2604: done (8 left) 2024-09-13T14:32:11.916 INFO:tasks.rados.rados.0.smithi071.stdout:2605: done (7 left) 2024-09-13T14:32:11.916 INFO:tasks.rados.rados.0.smithi071.stdout:2608: done (6 left) 2024-09-13T14:32:11.916 INFO:tasks.rados.rados.0.smithi071.stdout:2609: done (5 left) 2024-09-13T14:32:11.917 INFO:tasks.rados.rados.0.smithi071.stdout:2610: done (4 left) 2024-09-13T14:32:11.917 INFO:tasks.rados.rados.0.smithi071.stdout:2611: done (3 left) 2024-09-13T14:32:11.917 INFO:tasks.rados.rados.0.smithi071.stdout:2612: done (2 left) 2024-09-13T14:32:11.917 INFO:tasks.rados.rados.0.smithi071.stdout:2613: done (1 left) 2024-09-13T14:32:11.917 INFO:tasks.rados.rados.0.smithi071.stdout:2614: done (0 left) 2024-09-13T14:32:11.917 INFO:tasks.rados.rados.0.smithi071.stdout:2615: write oid 10 current snap is 343 2024-09-13T14:32:11.917 INFO:tasks.rados.rados.0.smithi071.stdout:2615: seq_num 975 ranges {786825=660959,2104767=282058} 2024-09-13T14:32:11.924 INFO:tasks.rados.rados.0.smithi071.stdout:2615: writing smithi07185159-10 from 786825 to 1447784 tid 1 2024-09-13T14:32:11.929 INFO:tasks.rados.rados.0.smithi071.stdout:2615: writing smithi07185159-10 from 2104767 to 2386825 tid 2 2024-09-13T14:32:11.929 INFO:tasks.rados.rados.0.smithi071.stdout:2616: read oid 7 snap 336 2024-09-13T14:32:11.929 INFO:tasks.rados.rados.0.smithi071.stdout:2616: expect (ObjNum 959 snap 332 seq_num 959) 2024-09-13T14:32:11.930 INFO:tasks.rados.rados.0.smithi071.stdout:2617: rollback oid 15 current snap is 343 2024-09-13T14:32:11.930 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 15 to 336 2024-09-13T14:32:11.930 INFO:tasks.rados.rados.0.smithi071.stdout:2618: read oid 29 snap 326 2024-09-13T14:32:11.930 INFO:tasks.rados.rados.0.smithi071.stdout:2618: expect deleted 2024-09-13T14:32:11.930 INFO:tasks.rados.rados.0.smithi071.stdout:2619: read oid 35 snap 325 2024-09-13T14:32:11.930 INFO:tasks.rados.rados.0.smithi071.stdout:2619: expect deleted 2024-09-13T14:32:11.930 INFO:tasks.rados.rados.0.smithi071.stdout:2620: delete oid 13 current snap is 343 2024-09-13T14:32:11.934 INFO:tasks.rados.rados.0.smithi071.stdout:2615: finishing write tid 1 to smithi07185159-10 2024-09-13T14:32:11.934 INFO:tasks.rados.rados.0.smithi071.stdout:2615: finishing write tid 2 to smithi07185159-10 2024-09-13T14:32:11.934 INFO:tasks.rados.rados.0.smithi071.stdout:2615: finishing write tid 3 to smithi07185159-10 2024-09-13T14:32:11.934 INFO:tasks.rados.rados.0.smithi071.stdout:2615: finishing write tid 4 to smithi07185159-10 2024-09-13T14:32:11.934 INFO:tasks.rados.rados.0.smithi071.stdout:2615: oid 10 updating version 0 to 1227 2024-09-13T14:32:11.935 INFO:tasks.rados.rados.0.smithi071.stdout:2615: oid 10 updating version 1227 to 1228 2024-09-13T14:32:11.935 INFO:tasks.rados.rados.0.smithi071.stdout:2615: oid 10 version 1228 is already newer than 1226 2024-09-13T14:32:11.935 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 10 v 1228 (ObjNum 975 snap 343 seq_num 975) dirty exists 2024-09-13T14:32:11.935 INFO:tasks.rados.rados.0.smithi071.stdout:2615: left oid 10 (ObjNum 975 snap 343 seq_num 975) 2024-09-13T14:32:11.935 INFO:tasks.rados.rados.0.smithi071.stdout:2615: done (5 left) 2024-09-13T14:32:11.935 INFO:tasks.rados.rados.0.smithi071.stdout:2618: done (4 left) 2024-09-13T14:32:11.935 INFO:tasks.rados.rados.0.smithi071.stdout:2619: done (3 left) 2024-09-13T14:32:11.935 INFO:tasks.rados.rados.0.smithi071.stdout:2620: done (2 left) 2024-09-13T14:32:11.935 INFO:tasks.rados.rados.0.smithi071.stdout:2621: snap_remove snap 338 2024-09-13T14:32:12.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:11 smithi104 ceph-mon[105578]: osdmap e747: 8 total, 8 up, 8 in 2024-09-13T14:32:12.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:11 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:12.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:11 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:12.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:11 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:32:12.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:11 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:32:12.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:11 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:12.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:11 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:32:12.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:11 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:32:12.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:11 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:32:12.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:11 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:32:12.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:11 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16} : dispatch 2024-09-13T14:32:12.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:11 smithi071 ceph-mon[107477]: osdmap e747: 8 total, 8 up, 8 in 2024-09-13T14:32:12.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:11 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:12.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:11 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:12.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:11 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:32:12.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:11 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:32:12.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:11 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:12.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:11 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:32:12.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:11 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:32:12.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:11 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:32:12.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:11 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:32:12.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:11 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16} : dispatch 2024-09-13T14:32:12.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:11 smithi071 ceph-mon[112785]: osdmap e747: 8 total, 8 up, 8 in 2024-09-13T14:32:12.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:11 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:12.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:11 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:12.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:11 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:32:12.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:11 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:32:12.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:11 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:12.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:11 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:32:12.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:11 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:32:12.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:11 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:32:12.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:11 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:32:12.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:11 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16} : dispatch 2024-09-13T14:32:12.929 INFO:tasks.rados.rados.0.smithi071.stdout:2621: done (2 left) 2024-09-13T14:32:12.929 INFO:tasks.rados.rados.0.smithi071.stdout:2622: delete oid 29 current snap is 343 2024-09-13T14:32:12.929 INFO:tasks.rados.rados.0.smithi071.stdout:2617: finishing rollback tid 1 to smithi07185159-15 2024-09-13T14:32:12.929 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 15 v 2594 (ObjNum 129 snap 0 seq_num 1961216928) dirty dne 2024-09-13T14:32:12.929 INFO:tasks.rados.rados.0.smithi071.stdout:2616: expect (ObjNum 959 snap 332 seq_num 959) 2024-09-13T14:32:13.085 INFO:tasks.rados.rados.0.smithi071.stdout:2616: done (2 left) 2024-09-13T14:32:13.085 INFO:tasks.rados.rados.0.smithi071.stdout:2617: done (1 left) 2024-09-13T14:32:13.085 INFO:tasks.rados.rados.0.smithi071.stdout:2622: done (0 left) 2024-09-13T14:32:13.085 INFO:tasks.rados.rados.0.smithi071.stdout:2623: read oid 39 snap -1 2024-09-13T14:32:13.085 INFO:tasks.rados.rados.0.smithi071.stdout:2623: expect (ObjNum 930 snap 323 seq_num 930) 2024-09-13T14:32:13.085 INFO:tasks.rados.rados.0.smithi071.stdout:2624: delete oid 24 current snap is 343 2024-09-13T14:32:13.087 INFO:tasks.rados.rados.0.smithi071.stdout:2624: done (1 left) 2024-09-13T14:32:13.087 INFO:tasks.rados.rados.0.smithi071.stdout:2625: delete oid 28 current snap is 343 2024-09-13T14:32:13.089 INFO:tasks.rados.rados.0.smithi071.stdout:2625: done (1 left) 2024-09-13T14:32:13.089 INFO:tasks.rados.rados.0.smithi071.stdout:2626: snap_remove snap 326 2024-09-13T14:32:13.140 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:32:12 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:32:12] "GET /metrics HTTP/1.1" 200 36342 "" "Prometheus/2.51.0" 2024-09-13T14:32:13.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:12 smithi071 ceph-mon[107477]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-13T14:32:13.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:12 smithi071 ceph-mon[107477]: Upgrade: unsafe to stop osd(s) at this time (9 PGs are or would become offline) 2024-09-13T14:32:13.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:12 smithi071 ceph-mon[107477]: osdmap e748: 8 total, 8 up, 8 in 2024-09-13T14:32:13.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:12 smithi071 ceph-mon[107477]: pgmap v574: 89 pgs: 21 peering, 9 active+undersized, 4 active+undersized+degraded, 55 active+clean; 194 MiB data, 784 MiB used, 714 GiB / 715 GiB avail; 2.2 MiB/s rd, 526 KiB/s wr, 4 op/s; 15/384 objects degraded (3.906%) 2024-09-13T14:32:13.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:12 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 15/384 objects degraded (3.906%), 4 pgs degraded (PG_DEGRADED) 2024-09-13T14:32:13.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:12 smithi071 ceph-mon[112785]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-13T14:32:13.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:12 smithi071 ceph-mon[112785]: Upgrade: unsafe to stop osd(s) at this time (9 PGs are or would become offline) 2024-09-13T14:32:13.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:12 smithi071 ceph-mon[112785]: osdmap e748: 8 total, 8 up, 8 in 2024-09-13T14:32:13.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:12 smithi071 ceph-mon[112785]: pgmap v574: 89 pgs: 21 peering, 9 active+undersized, 4 active+undersized+degraded, 55 active+clean; 194 MiB data, 784 MiB used, 714 GiB / 715 GiB avail; 2.2 MiB/s rd, 526 KiB/s wr, 4 op/s; 15/384 objects degraded (3.906%) 2024-09-13T14:32:13.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:12 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 15/384 objects degraded (3.906%), 4 pgs degraded (PG_DEGRADED) 2024-09-13T14:32:13.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:12 smithi104 ceph-mon[105578]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-13T14:32:13.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:12 smithi104 ceph-mon[105578]: Upgrade: unsafe to stop osd(s) at this time (9 PGs are or would become offline) 2024-09-13T14:32:13.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:12 smithi104 ceph-mon[105578]: osdmap e748: 8 total, 8 up, 8 in 2024-09-13T14:32:13.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:12 smithi104 ceph-mon[105578]: pgmap v574: 89 pgs: 21 peering, 9 active+undersized, 4 active+undersized+degraded, 55 active+clean; 194 MiB data, 784 MiB used, 714 GiB / 715 GiB avail; 2.2 MiB/s rd, 526 KiB/s wr, 4 op/s; 15/384 objects degraded (3.906%) 2024-09-13T14:32:13.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:12 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 15/384 objects degraded (3.906%), 4 pgs degraded (PG_DEGRADED) 2024-09-13T14:32:13.933 INFO:tasks.rados.rados.0.smithi071.stdout:2623: expect (ObjNum 930 snap 323 seq_num 930) 2024-09-13T14:32:14.136 INFO:tasks.rados.rados.0.smithi071.stdout:2623: done (1 left) 2024-09-13T14:32:14.136 INFO:tasks.rados.rados.0.smithi071.stdout:2626: done (0 left) 2024-09-13T14:32:14.136 INFO:tasks.rados.rados.0.smithi071.stdout:2627: snap_create 2024-09-13T14:32:14.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:13 smithi071 ceph-mon[107477]: osdmap e749: 8 total, 8 up, 8 in 2024-09-13T14:32:14.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:13 smithi071 ceph-mon[112785]: osdmap e749: 8 total, 8 up, 8 in 2024-09-13T14:32:14.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:13 smithi104 ceph-mon[105578]: osdmap e749: 8 total, 8 up, 8 in 2024-09-13T14:32:14.940 INFO:tasks.rados.rados.0.smithi071.stdout:2627: done (0 left) 2024-09-13T14:32:14.940 INFO:tasks.rados.rados.0.smithi071.stdout:2628: snap_remove snap 331 2024-09-13T14:32:15.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:14 smithi071 ceph-mon[107477]: osdmap e750: 8 total, 8 up, 8 in 2024-09-13T14:32:15.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:14 smithi071 ceph-mon[107477]: pgmap v577: 89 pgs: 21 peering, 68 active+clean; 197 MiB data, 786 MiB used, 714 GiB / 715 GiB avail; 1.8 MiB/s rd, 497 KiB/s wr, 4 op/s; 665 KiB/s, 0 objects/s recovering 2024-09-13T14:32:15.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:14 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:15.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:14 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:32:15.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:14 smithi071 ceph-mon[112785]: osdmap e750: 8 total, 8 up, 8 in 2024-09-13T14:32:15.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:14 smithi071 ceph-mon[112785]: pgmap v577: 89 pgs: 21 peering, 68 active+clean; 197 MiB data, 786 MiB used, 714 GiB / 715 GiB avail; 1.8 MiB/s rd, 497 KiB/s wr, 4 op/s; 665 KiB/s, 0 objects/s recovering 2024-09-13T14:32:15.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:14 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:15.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:14 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:32:15.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:14 smithi104 ceph-mon[105578]: osdmap e750: 8 total, 8 up, 8 in 2024-09-13T14:32:15.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:14 smithi104 ceph-mon[105578]: pgmap v577: 89 pgs: 21 peering, 68 active+clean; 197 MiB data, 786 MiB used, 714 GiB / 715 GiB avail; 1.8 MiB/s rd, 497 KiB/s wr, 4 op/s; 665 KiB/s, 0 objects/s recovering 2024-09-13T14:32:15.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:14 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:15.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:14 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:32:15.942 INFO:tasks.rados.rados.0.smithi071.stdout:2628: done (0 left) 2024-09-13T14:32:15.942 INFO:tasks.rados.rados.0.smithi071.stdout:2629: rollback oid 42 current snap is 344 2024-09-13T14:32:15.943 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 42 to 312 2024-09-13T14:32:15.943 INFO:tasks.rados.rados.0.smithi071.stdout:2630: rollback oid 5 current snap is 344 2024-09-13T14:32:15.943 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 5 to 334 2024-09-13T14:32:15.943 INFO:tasks.rados.rados.0.smithi071.stdout:2631: delete oid 47 current snap is 344 2024-09-13T14:32:15.953 INFO:tasks.rados.rados.0.smithi071.stdout:2629: finishing rollback tid 1 to smithi07185159-42 2024-09-13T14:32:15.953 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 42 v 1362 (ObjNum 129 snap 0 seq_num 1961020944) dirty dne 2024-09-13T14:32:15.956 INFO:tasks.rados.rados.0.smithi071.stdout:2629: done (2 left) 2024-09-13T14:32:15.956 INFO:tasks.rados.rados.0.smithi071.stdout:2631: done (1 left) 2024-09-13T14:32:15.956 INFO:tasks.rados.rados.0.smithi071.stdout:2632: write oid 43 current snap is 344 2024-09-13T14:32:15.956 INFO:tasks.rados.rados.0.smithi071.stdout:2632: seq_num 981 ranges {487667=428806,1655659=770995} 2024-09-13T14:32:15.961 INFO:tasks.rados.rados.0.smithi071.stdout:2632: writing smithi07185159-43 from 487667 to 916473 tid 1 2024-09-13T14:32:15.969 INFO:tasks.rados.rados.0.smithi071.stdout:2632: writing smithi07185159-43 from 1655659 to 2426654 tid 2 2024-09-13T14:32:15.970 INFO:tasks.rados.rados.0.smithi071.stdout:2633: rollback oid 6 current snap is 344 2024-09-13T14:32:15.970 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 6 to 339 2024-09-13T14:32:15.970 INFO:tasks.rados.rados.0.smithi071.stdout:2630: finishing rollback tid 0 to smithi07185159-5 2024-09-13T14:32:15.970 INFO:tasks.rados.rados.0.smithi071.stdout:2630: finishing rollback tid 1 to smithi07185159-5 2024-09-13T14:32:15.970 INFO:tasks.rados.rados.0.smithi071.stdout:2630: finishing rollback tid 2 to smithi07185159-5 2024-09-13T14:32:15.970 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 5 v 2630 (ObjNum 952 snap 330 seq_num 952) dirty exists 2024-09-13T14:32:15.970 INFO:tasks.rados.rados.0.smithi071.stdout:2632: finishing write tid 1 to smithi07185159-43 2024-09-13T14:32:15.970 INFO:tasks.rados.rados.0.smithi071.stdout:2630: done (2 left) 2024-09-13T14:32:15.970 INFO:tasks.rados.rados.0.smithi071.stdout:2634: rollback oid 13 current snap is 344 2024-09-13T14:32:15.970 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 13 to 340 2024-09-13T14:32:15.970 INFO:tasks.rados.rados.0.smithi071.stdout:2635: delete oid 15 current snap is 344 2024-09-13T14:32:15.973 INFO:tasks.rados.rados.0.smithi071.stdout:2634: finishing rollback tid 1 to smithi07185159-13 2024-09-13T14:32:15.973 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 13 v 1357 (ObjNum 33 snap 0 seq_num 1960883392) dirty dne 2024-09-13T14:32:15.973 INFO:tasks.rados.rados.0.smithi071.stdout:2632: finishing write tid 2 to smithi07185159-43 2024-09-13T14:32:15.973 INFO:tasks.rados.rados.0.smithi071.stdout:2633: finishing rollback tid 1 to smithi07185159-6 2024-09-13T14:32:15.973 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 6 v 2375 (ObjNum 273 snap 0 seq_num 0) dirty dne 2024-09-13T14:32:15.973 INFO:tasks.rados.rados.0.smithi071.stdout:2632: finishing write tid 3 to smithi07185159-43 2024-09-13T14:32:15.974 INFO:tasks.rados.rados.0.smithi071.stdout:2633: done (3 left) 2024-09-13T14:32:15.974 INFO:tasks.rados.rados.0.smithi071.stdout:2634: done (2 left) 2024-09-13T14:32:15.974 INFO:tasks.rados.rados.0.smithi071.stdout:2635: done (1 left) 2024-09-13T14:32:15.974 INFO:tasks.rados.rados.0.smithi071.stdout:2636: read oid 37 snap -1 2024-09-13T14:32:15.974 INFO:tasks.rados.rados.0.smithi071.stdout:2636: expect deleted 2024-09-13T14:32:15.974 INFO:tasks.rados.rados.0.smithi071.stdout:2637: write oid 35 current snap is 344 2024-09-13T14:32:15.974 INFO:tasks.rados.rados.0.smithi071.stdout:2637: seq_num 983 ranges {521281=579304,1656270=774664} 2024-09-13T14:32:15.979 INFO:tasks.rados.rados.0.smithi071.stdout:2637: writing smithi07185159-35 from 521281 to 1100585 tid 1 2024-09-13T14:32:15.986 INFO:tasks.rados.rados.0.smithi071.stdout:2637: writing smithi07185159-35 from 1656270 to 2430934 tid 2 2024-09-13T14:32:15.987 INFO:tasks.rados.rados.0.smithi071.stdout:2638: read oid 39 snap -1 2024-09-13T14:32:15.987 INFO:tasks.rados.rados.0.smithi071.stdout:2638: expect (ObjNum 930 snap 323 seq_num 930) 2024-09-13T14:32:15.987 INFO:tasks.rados.rados.0.smithi071.stdout:2639: read oid 33 snap -1 2024-09-13T14:32:15.987 INFO:tasks.rados.rados.0.smithi071.stdout:2639: expect deleted 2024-09-13T14:32:15.987 INFO:tasks.rados.rados.0.smithi071.stdout:2640: snap_create 2024-09-13T14:32:15.987 INFO:tasks.rados.rados.0.smithi071.stdout:2632: finishing write tid 4 to smithi07185159-43 2024-09-13T14:32:15.987 INFO:tasks.rados.rados.0.smithi071.stdout:2632: oid 43 updating version 0 to 813 2024-09-13T14:32:15.987 INFO:tasks.rados.rados.0.smithi071.stdout:2632: oid 43 updating version 813 to 814 2024-09-13T14:32:15.987 INFO:tasks.rados.rados.0.smithi071.stdout:2632: oid 43 version 814 is already newer than 812 2024-09-13T14:32:15.987 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 43 v 814 (ObjNum 981 snap 344 seq_num 981) dirty exists 2024-09-13T14:32:15.987 INFO:tasks.rados.rados.0.smithi071.stdout:2632: left oid 43 (ObjNum 981 snap 344 seq_num 981) 2024-09-13T14:32:15.987 INFO:tasks.rados.rados.0.smithi071.stdout:2637: finishing write tid 1 to smithi07185159-35 2024-09-13T14:32:15.992 INFO:tasks.rados.rados.0.smithi071.stdout:2637: finishing write tid 2 to smithi07185159-35 2024-09-13T14:32:15.992 INFO:tasks.rados.rados.0.smithi071.stdout:2637: finishing write tid 3 to smithi07185159-35 2024-09-13T14:32:15.993 INFO:tasks.rados.rados.0.smithi071.stdout:2637: finishing write tid 4 to smithi07185159-35 2024-09-13T14:32:15.993 INFO:tasks.rados.rados.0.smithi071.stdout:2637: oid 35 updating version 0 to 1341 2024-09-13T14:32:15.993 INFO:tasks.rados.rados.0.smithi071.stdout:2637: oid 35 updating version 1341 to 1343 2024-09-13T14:32:15.993 INFO:tasks.rados.rados.0.smithi071.stdout:2637: oid 35 version 1343 is already newer than 1342 2024-09-13T14:32:15.993 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 35 v 1343 (ObjNum 983 snap 344 seq_num 983) dirty exists 2024-09-13T14:32:15.993 INFO:tasks.rados.rados.0.smithi071.stdout:2637: left oid 35 (ObjNum 983 snap 344 seq_num 983) 2024-09-13T14:32:15.995 INFO:tasks.rados.rados.0.smithi071.stdout:2638: expect (ObjNum 930 snap 323 seq_num 930) 2024-09-13T14:32:16.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:15 smithi071 ceph-mon[107477]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 15/384 objects degraded (3.906%), 4 pgs degraded) 2024-09-13T14:32:16.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:15 smithi071 ceph-mon[107477]: Cluster is now healthy 2024-09-13T14:32:16.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:15 smithi071 ceph-mon[107477]: osdmap e751: 8 total, 8 up, 8 in 2024-09-13T14:32:16.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:15 smithi071 ceph-mon[112785]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 15/384 objects degraded (3.906%), 4 pgs degraded) 2024-09-13T14:32:16.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:15 smithi071 ceph-mon[112785]: Cluster is now healthy 2024-09-13T14:32:16.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:15 smithi071 ceph-mon[112785]: osdmap e751: 8 total, 8 up, 8 in 2024-09-13T14:32:16.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:15 smithi104 ceph-mon[105578]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 15/384 objects degraded (3.906%), 4 pgs degraded) 2024-09-13T14:32:16.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:15 smithi104 ceph-mon[105578]: Cluster is now healthy 2024-09-13T14:32:16.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:15 smithi104 ceph-mon[105578]: osdmap e751: 8 total, 8 up, 8 in 2024-09-13T14:32:16.957 INFO:tasks.rados.rados.0.smithi071.stdout:2632: done (5 left) 2024-09-13T14:32:16.957 INFO:tasks.rados.rados.0.smithi071.stdout:2636: done (4 left) 2024-09-13T14:32:16.957 INFO:tasks.rados.rados.0.smithi071.stdout:2637: done (3 left) 2024-09-13T14:32:16.957 INFO:tasks.rados.rados.0.smithi071.stdout:2638: done (2 left) 2024-09-13T14:32:16.957 INFO:tasks.rados.rados.0.smithi071.stdout:2639: done (1 left) 2024-09-13T14:32:16.957 INFO:tasks.rados.rados.0.smithi071.stdout:2640: done (0 left) 2024-09-13T14:32:16.957 INFO:tasks.rados.rados.0.smithi071.stdout:2641: write oid 20 current snap is 345 2024-09-13T14:32:16.957 INFO:tasks.rados.rados.0.smithi071.stdout:2641: seq_num 984 ranges {538088=654553,1714752=634675} 2024-09-13T14:32:16.963 INFO:tasks.rados.rados.0.smithi071.stdout:2641: writing smithi07185159-20 from 538088 to 1192641 tid 1 2024-09-13T14:32:16.970 INFO:tasks.rados.rados.0.smithi071.stdout:2641: writing smithi07185159-20 from 1714752 to 2349427 tid 2 2024-09-13T14:32:16.970 INFO:tasks.rados.rados.0.smithi071.stdout:2642: rollback oid 39 current snap is 345 2024-09-13T14:32:16.970 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 39 to 343 2024-09-13T14:32:16.970 INFO:tasks.rados.rados.0.smithi071.stdout:2641: finishing write tid 1 to smithi07185159-20 2024-09-13T14:32:16.970 INFO:tasks.rados.rados.0.smithi071.stdout:2643: delete oid 9 current snap is 345 2024-09-13T14:32:16.973 INFO:tasks.rados.rados.0.smithi071.stdout:2641: finishing write tid 2 to smithi07185159-20 2024-09-13T14:32:16.973 INFO:tasks.rados.rados.0.smithi071.stdout:2643: done (2 left) 2024-09-13T14:32:16.973 INFO:tasks.rados.rados.0.smithi071.stdout:2644: read oid 25 snap -1 2024-09-13T14:32:16.974 INFO:tasks.rados.rados.0.smithi071.stdout:2644: expect (ObjNum 964 snap 334 seq_num 964) 2024-09-13T14:32:16.974 INFO:tasks.rados.rados.0.smithi071.stdout:2645: write oid 14 current snap is 345 2024-09-13T14:32:16.974 INFO:tasks.rados.rados.0.smithi071.stdout:2645: seq_num 986 ranges {571702=405051,1431716=638344,2560365=11337} 2024-09-13T14:32:16.978 INFO:tasks.rados.rados.0.smithi071.stdout:2645: writing smithi07185159-14 from 571702 to 976753 tid 1 2024-09-13T14:32:16.984 INFO:tasks.rados.rados.0.smithi071.stdout:2645: writing smithi07185159-14 from 1431716 to 2070060 tid 2 2024-09-13T14:32:16.987 INFO:tasks.rados.rados.0.smithi071.stdout:2645: writing smithi07185159-14 from 2560365 to 2571702 tid 3 2024-09-13T14:32:16.988 INFO:tasks.rados.rados.0.smithi071.stdout:2646: read oid 31 snap -1 2024-09-13T14:32:16.988 INFO:tasks.rados.rados.0.smithi071.stdout:2646: expect deleted 2024-09-13T14:32:16.988 INFO:tasks.rados.rados.0.smithi071.stdout:2647: snap_remove snap 332 2024-09-13T14:32:17.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:16 smithi071 ceph-mon[107477]: osdmap e752: 8 total, 8 up, 8 in 2024-09-13T14:32:17.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:16 smithi071 ceph-mon[107477]: pgmap v580: 89 pgs: 89 active+clean; 198 MiB data, 792 MiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 950 KiB/s wr, 13 op/s; 923 KiB/s, 1 objects/s recovering 2024-09-13T14:32:17.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:16 smithi071 ceph-mon[112785]: osdmap e752: 8 total, 8 up, 8 in 2024-09-13T14:32:17.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:16 smithi071 ceph-mon[112785]: pgmap v580: 89 pgs: 89 active+clean; 198 MiB data, 792 MiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 950 KiB/s wr, 13 op/s; 923 KiB/s, 1 objects/s recovering 2024-09-13T14:32:17.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:16 smithi104 ceph-mon[105578]: osdmap e752: 8 total, 8 up, 8 in 2024-09-13T14:32:17.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:16 smithi104 ceph-mon[105578]: pgmap v580: 89 pgs: 89 active+clean; 198 MiB data, 792 MiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 950 KiB/s wr, 13 op/s; 923 KiB/s, 1 objects/s recovering 2024-09-13T14:32:17.877 INFO:tasks.rados.rados.0.smithi071.stdout:2647: done (5 left) 2024-09-13T14:32:17.877 INFO:tasks.rados.rados.0.smithi071.stdout:2648: write oid 11 current snap is 345 2024-09-13T14:32:17.877 INFO:tasks.rados.rados.0.smithi071.stdout:2648: seq_num 987 ranges {588509=480300,1773845=782002} 2024-09-13T14:32:17.882 INFO:tasks.rados.rados.0.smithi071.stdout:2648: writing smithi07185159-11 from 588509 to 1068809 tid 1 2024-09-13T14:32:17.891 INFO:tasks.rados.rados.0.smithi071.stdout:2648: writing smithi07185159-11 from 1773845 to 2555847 tid 2 2024-09-13T14:32:17.891 INFO:tasks.rados.rados.0.smithi071.stdout:2649: write oid 36 current snap is 345 2024-09-13T14:32:17.891 INFO:tasks.rados.rados.0.smithi071.stdout:2649: seq_num 988 ranges {605316=555549,1832327=642013} 2024-09-13T14:32:17.897 INFO:tasks.rados.rados.0.smithi071.stdout:2649: writing smithi07185159-36 from 605316 to 1160865 tid 1 2024-09-13T14:32:17.904 INFO:tasks.rados.rados.0.smithi071.stdout:2649: writing smithi07185159-36 from 1832327 to 2474340 tid 2 2024-09-13T14:32:17.905 INFO:tasks.rados.rados.0.smithi071.stdout:2650: snap_create 2024-09-13T14:32:17.905 INFO:tasks.rados.rados.0.smithi071.stdout:2641: finishing write tid 3 to smithi07185159-20 2024-09-13T14:32:17.905 INFO:tasks.rados.rados.0.smithi071.stdout:2641: finishing write tid 4 to smithi07185159-20 2024-09-13T14:32:17.905 INFO:tasks.rados.rados.0.smithi071.stdout:2641: oid 20 updating version 0 to 1157 2024-09-13T14:32:17.905 INFO:tasks.rados.rados.0.smithi071.stdout:2641: oid 20 updating version 1157 to 1158 2024-09-13T14:32:17.905 INFO:tasks.rados.rados.0.smithi071.stdout:2641: oid 20 version 1158 is already newer than 1156 2024-09-13T14:32:17.905 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 20 v 1158 (ObjNum 984 snap 345 seq_num 984) dirty exists 2024-09-13T14:32:17.905 INFO:tasks.rados.rados.0.smithi071.stdout:2641: left oid 20 (ObjNum 984 snap 345 seq_num 984) 2024-09-13T14:32:17.905 INFO:tasks.rados.rados.0.smithi071.stdout:2642: finishing rollback tid 0 to smithi07185159-39 2024-09-13T14:32:17.905 INFO:tasks.rados.rados.0.smithi071.stdout:2642: finishing rollback tid 1 to smithi07185159-39 2024-09-13T14:32:17.906 INFO:tasks.rados.rados.0.smithi071.stdout:2642: finishing rollback tid 2 to smithi07185159-39 2024-09-13T14:32:17.906 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 39 v 1347 (ObjNum 930 snap 323 seq_num 930) dirty exists 2024-09-13T14:32:17.906 INFO:tasks.rados.rados.0.smithi071.stdout:2645: finishing write tid 1 to smithi07185159-14 2024-09-13T14:32:17.906 INFO:tasks.rados.rados.0.smithi071.stdout:2644: expect (ObjNum 964 snap 334 seq_num 964) 2024-09-13T14:32:17.993 INFO:tasks.rados.rados.0.smithi071.stdout:2645: finishing write tid 2 to smithi07185159-14 2024-09-13T14:32:17.993 INFO:tasks.rados.rados.0.smithi071.stdout:2645: finishing write tid 3 to smithi07185159-14 2024-09-13T14:32:17.993 INFO:tasks.rados.rados.0.smithi071.stdout:2645: finishing write tid 4 to smithi07185159-14 2024-09-13T14:32:17.993 INFO:tasks.rados.rados.0.smithi071.stdout:2645: finishing write tid 5 to smithi07185159-14 2024-09-13T14:32:17.994 INFO:tasks.rados.rados.0.smithi071.stdout:2645: oid 14 updating version 0 to 1351 2024-09-13T14:32:17.994 INFO:tasks.rados.rados.0.smithi071.stdout:2645: oid 14 version 1351 is already newer than 1349 2024-09-13T14:32:17.994 INFO:tasks.rados.rados.0.smithi071.stdout:2645: oid 14 updating version 1351 to 1352 2024-09-13T14:32:17.994 INFO:tasks.rados.rados.0.smithi071.stdout:2645: oid 14 version 1352 is already newer than 1350 2024-09-13T14:32:17.994 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 14 v 1352 (ObjNum 986 snap 345 seq_num 986) dirty exists 2024-09-13T14:32:17.994 INFO:tasks.rados.rados.0.smithi071.stdout:2645: left oid 14 (ObjNum 986 snap 345 seq_num 986) 2024-09-13T14:32:17.994 INFO:tasks.rados.rados.0.smithi071.stdout:2648: finishing write tid 1 to smithi07185159-11 2024-09-13T14:32:17.994 INFO:tasks.rados.rados.0.smithi071.stdout:2648: finishing write tid 2 to smithi07185159-11 2024-09-13T14:32:17.994 INFO:tasks.rados.rados.0.smithi071.stdout:2648: finishing write tid 3 to smithi07185159-11 2024-09-13T14:32:17.994 INFO:tasks.rados.rados.0.smithi071.stdout:2648: finishing write tid 4 to smithi07185159-11 2024-09-13T14:32:17.994 INFO:tasks.rados.rados.0.smithi071.stdout:2648: oid 11 updating version 0 to 1404 2024-09-13T14:32:17.994 INFO:tasks.rados.rados.0.smithi071.stdout:2648: oid 11 updating version 1404 to 1406 2024-09-13T14:32:17.994 INFO:tasks.rados.rados.0.smithi071.stdout:2648: oid 11 version 1406 is already newer than 1405 2024-09-13T14:32:17.995 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 11 v 1406 (ObjNum 987 snap 345 seq_num 987) dirty exists 2024-09-13T14:32:17.995 INFO:tasks.rados.rados.0.smithi071.stdout:2648: left oid 11 (ObjNum 987 snap 345 seq_num 987) 2024-09-13T14:32:17.995 INFO:tasks.rados.rados.0.smithi071.stdout:2649: finishing write tid 1 to smithi07185159-36 2024-09-13T14:32:17.995 INFO:tasks.rados.rados.0.smithi071.stdout:2649: finishing write tid 2 to smithi07185159-36 2024-09-13T14:32:17.995 INFO:tasks.rados.rados.0.smithi071.stdout:2649: finishing write tid 3 to smithi07185159-36 2024-09-13T14:32:17.995 INFO:tasks.rados.rados.0.smithi071.stdout:2649: finishing write tid 4 to smithi07185159-36 2024-09-13T14:32:17.995 INFO:tasks.rados.rados.0.smithi071.stdout:2649: oid 36 updating version 0 to 614 2024-09-13T14:32:17.995 INFO:tasks.rados.rados.0.smithi071.stdout:2649: oid 36 version 614 is already newer than 613 2024-09-13T14:32:17.995 INFO:tasks.rados.rados.0.smithi071.stdout:2649: oid 36 updating version 614 to 615 2024-09-13T14:32:17.995 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 36 v 615 (ObjNum 988 snap 345 seq_num 988) dirty exists 2024-09-13T14:32:17.995 INFO:tasks.rados.rados.0.smithi071.stdout:2649: left oid 36 (ObjNum 988 snap 345 seq_num 988) 2024-09-13T14:32:18.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:17 smithi071 ceph-mon[107477]: osdmap e753: 8 total, 8 up, 8 in 2024-09-13T14:32:18.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:17 smithi071 ceph-mon[107477]: osdmap e754: 8 total, 8 up, 8 in 2024-09-13T14:32:18.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:17 smithi071 ceph-mon[112785]: osdmap e753: 8 total, 8 up, 8 in 2024-09-13T14:32:18.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:17 smithi071 ceph-mon[112785]: osdmap e754: 8 total, 8 up, 8 in 2024-09-13T14:32:18.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:17 smithi104 ceph-mon[105578]: osdmap e753: 8 total, 8 up, 8 in 2024-09-13T14:32:18.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:17 smithi104 ceph-mon[105578]: osdmap e754: 8 total, 8 up, 8 in 2024-09-13T14:32:18.873 INFO:tasks.rados.rados.0.smithi071.stdout:2641: done (7 left) 2024-09-13T14:32:18.873 INFO:tasks.rados.rados.0.smithi071.stdout:2642: done (6 left) 2024-09-13T14:32:18.873 INFO:tasks.rados.rados.0.smithi071.stdout:2644: done (5 left) 2024-09-13T14:32:18.874 INFO:tasks.rados.rados.0.smithi071.stdout:2645: done (4 left) 2024-09-13T14:32:18.874 INFO:tasks.rados.rados.0.smithi071.stdout:2646: done (3 left) 2024-09-13T14:32:18.874 INFO:tasks.rados.rados.0.smithi071.stdout:2648: done (2 left) 2024-09-13T14:32:18.874 INFO:tasks.rados.rados.0.smithi071.stdout:2649: done (1 left) 2024-09-13T14:32:18.874 INFO:tasks.rados.rados.0.smithi071.stdout:2650: done (0 left) 2024-09-13T14:32:18.874 INFO:tasks.rados.rados.0.smithi071.stdout:2651: delete oid 37 current snap is 346 2024-09-13T14:32:18.877 INFO:tasks.rados.rados.0.smithi071.stdout:2651: done (0 left) 2024-09-13T14:32:18.877 INFO:tasks.rados.rados.0.smithi071.stdout:2652: snap_create 2024-09-13T14:32:19.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:18 smithi071 ceph-mon[107477]: pgmap v583: 89 pgs: 89 active+clean; 198 MiB data, 792 MiB used, 714 GiB / 715 GiB avail; 8.4 MiB/s rd, 453 KiB/s wr, 8 op/s; 258 KiB/s, 0 objects/s recovering 2024-09-13T14:32:19.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:18 smithi071 ceph-mon[107477]: osdmap e755: 8 total, 8 up, 8 in 2024-09-13T14:32:19.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:18 smithi071 ceph-mon[112785]: pgmap v583: 89 pgs: 89 active+clean; 198 MiB data, 792 MiB used, 714 GiB / 715 GiB avail; 8.4 MiB/s rd, 453 KiB/s wr, 8 op/s; 258 KiB/s, 0 objects/s recovering 2024-09-13T14:32:19.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:18 smithi071 ceph-mon[112785]: osdmap e755: 8 total, 8 up, 8 in 2024-09-13T14:32:19.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:18 smithi104 ceph-mon[105578]: pgmap v583: 89 pgs: 89 active+clean; 198 MiB data, 792 MiB used, 714 GiB / 715 GiB avail; 8.4 MiB/s rd, 453 KiB/s wr, 8 op/s; 258 KiB/s, 0 objects/s recovering 2024-09-13T14:32:19.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:18 smithi104 ceph-mon[105578]: osdmap e755: 8 total, 8 up, 8 in 2024-09-13T14:32:19.875 INFO:tasks.rados.rados.0.smithi071.stdout:2652: done (0 left) 2024-09-13T14:32:19.875 INFO:tasks.rados.rados.0.smithi071.stdout:2653: write oid 43 current snap is 347 2024-09-13T14:32:19.876 INFO:tasks.rados.rados.0.smithi071.stdout:2653: seq_num 990 ranges {638930=422400,1665644=645682} 2024-09-13T14:32:19.880 INFO:tasks.rados.rados.0.smithi071.stdout:2653: writing smithi07185159-43 from 638930 to 1061330 tid 1 2024-09-13T14:32:19.888 INFO:tasks.rados.rados.0.smithi071.stdout:2653: writing smithi07185159-43 from 1665644 to 2311326 tid 2 2024-09-13T14:32:19.888 INFO:tasks.rados.rados.0.smithi071.stdout:2654: delete oid 14 current snap is 347 2024-09-13T14:32:19.888 INFO:tasks.rados.rados.0.smithi071.stdout:2653: finishing write tid 1 to smithi07185159-43 2024-09-13T14:32:19.892 INFO:tasks.rados.rados.0.smithi071.stdout:2653: finishing write tid 2 to smithi07185159-43 2024-09-13T14:32:19.892 INFO:tasks.rados.rados.0.smithi071.stdout:2653: finishing write tid 3 to smithi07185159-43 2024-09-13T14:32:19.892 INFO:tasks.rados.rados.0.smithi071.stdout:2653: finishing write tid 4 to smithi07185159-43 2024-09-13T14:32:19.892 INFO:tasks.rados.rados.0.smithi071.stdout:2653: oid 43 updating version 0 to 817 2024-09-13T14:32:19.893 INFO:tasks.rados.rados.0.smithi071.stdout:2653: oid 43 updating version 817 to 818 2024-09-13T14:32:19.893 INFO:tasks.rados.rados.0.smithi071.stdout:2653: oid 43 version 818 is already newer than 816 2024-09-13T14:32:19.893 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 43 v 818 (ObjNum 990 snap 347 seq_num 990) dirty exists 2024-09-13T14:32:19.893 INFO:tasks.rados.rados.0.smithi071.stdout:2653: left oid 43 (ObjNum 990 snap 347 seq_num 990) 2024-09-13T14:32:19.894 INFO:tasks.rados.rados.0.smithi071.stdout:2653: done (1 left) 2024-09-13T14:32:19.894 INFO:tasks.rados.rados.0.smithi071.stdout:2654: done (0 left) 2024-09-13T14:32:19.894 INFO:tasks.rados.rados.0.smithi071.stdout:2655: read oid 2 snap -1 2024-09-13T14:32:19.894 INFO:tasks.rados.rados.0.smithi071.stdout:2655: expect (ObjNum 922 snap 321 seq_num 922) 2024-09-13T14:32:19.894 INFO:tasks.rados.rados.0.smithi071.stdout:2656: read oid 44 snap -1 2024-09-13T14:32:19.894 INFO:tasks.rados.rados.0.smithi071.stdout:2656: expect deleted 2024-09-13T14:32:19.894 INFO:tasks.rados.rados.0.smithi071.stdout:2657: write oid 20 current snap is 347 2024-09-13T14:32:19.894 INFO:tasks.rados.rados.0.smithi071.stdout:2657: seq_num 992 ranges {672544=572898,1666255=532998} 2024-09-13T14:32:19.900 INFO:tasks.rados.rados.0.smithi071.stdout:2657: writing smithi07185159-20 from 672544 to 1245442 tid 1 2024-09-13T14:32:19.905 INFO:tasks.rados.rados.0.smithi071.stdout:2657: writing smithi07185159-20 from 1666255 to 2199253 tid 2 2024-09-13T14:32:19.905 INFO:tasks.rados.rados.0.smithi071.stdout:2658: delete oid 5 current snap is 347 2024-09-13T14:32:19.905 INFO:tasks.rados.rados.0.smithi071.stdout:2655: expect (ObjNum 922 snap 321 seq_num 922) 2024-09-13T14:32:20.020 INFO:tasks.rados.rados.0.smithi071.stdout:2657: finishing write tid 1 to smithi07185159-20 2024-09-13T14:32:20.020 INFO:tasks.rados.rados.0.smithi071.stdout:2657: finishing write tid 2 to smithi07185159-20 2024-09-13T14:32:20.021 INFO:tasks.rados.rados.0.smithi071.stdout:2657: finishing write tid 3 to smithi07185159-20 2024-09-13T14:32:20.021 INFO:tasks.rados.rados.0.smithi071.stdout:2657: finishing write tid 4 to smithi07185159-20 2024-09-13T14:32:20.021 INFO:tasks.rados.rados.0.smithi071.stdout:2657: oid 20 updating version 0 to 1166 2024-09-13T14:32:20.021 INFO:tasks.rados.rados.0.smithi071.stdout:2657: oid 20 version 1166 is already newer than 1165 2024-09-13T14:32:20.021 INFO:tasks.rados.rados.0.smithi071.stdout:2657: oid 20 version 1166 is already newer than 1164 2024-09-13T14:32:20.021 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 20 v 1166 (ObjNum 992 snap 347 seq_num 992) dirty exists 2024-09-13T14:32:20.021 INFO:tasks.rados.rados.0.smithi071.stdout:2657: left oid 20 (ObjNum 992 snap 347 seq_num 992) 2024-09-13T14:32:20.021 INFO:tasks.rados.rados.0.smithi071.stdout:2655: done (3 left) 2024-09-13T14:32:20.021 INFO:tasks.rados.rados.0.smithi071.stdout:2656: done (2 left) 2024-09-13T14:32:20.021 INFO:tasks.rados.rados.0.smithi071.stdout:2657: done (1 left) 2024-09-13T14:32:20.021 INFO:tasks.rados.rados.0.smithi071.stdout:2658: done (0 left) 2024-09-13T14:32:20.021 INFO:tasks.rados.rados.0.smithi071.stdout:2659: rollback oid 5 current snap is 347 2024-09-13T14:32:20.021 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 5 to 328 2024-09-13T14:32:20.021 INFO:tasks.rados.rados.0.smithi071.stdout:2660: snap_create 2024-09-13T14:32:20.023 INFO:tasks.rados.rados.0.smithi071.stdout:2659: finishing rollback tid 1 to smithi07185159-5 2024-09-13T14:32:20.023 INFO:tasks.rados.rados.0.smithi071.stdout:2659: finishing rollback tid 2 to smithi07185159-5 2024-09-13T14:32:20.023 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 5 v 2640 (ObjNum 838 snap 295 seq_num 838) dirty exists 2024-09-13T14:32:20.887 INFO:tasks.rados.rados.0.smithi071.stdout:2659: done (1 left) 2024-09-13T14:32:20.887 INFO:tasks.rados.rados.0.smithi071.stdout:2660: done (0 left) 2024-09-13T14:32:20.887 INFO:tasks.rados.rados.0.smithi071.stdout:2661: read oid 46 snap -1 2024-09-13T14:32:20.887 INFO:tasks.rados.rados.0.smithi071.stdout:2661: expect deleted 2024-09-13T14:32:20.888 INFO:tasks.rados.rados.0.smithi071.stdout:2662: delete oid 17 current snap is 348 2024-09-13T14:32:20.891 INFO:tasks.rados.rados.0.smithi071.stdout:2661: done (1 left) 2024-09-13T14:32:20.891 INFO:tasks.rados.rados.0.smithi071.stdout:2662: done (0 left) 2024-09-13T14:32:20.891 INFO:tasks.rados.rados.0.smithi071.stdout:2663: write oid 38 current snap is 348 2024-09-13T14:32:20.891 INFO:tasks.rados.rados.0.smithi071.stdout:2663: seq_num 995 ranges {722965=798645,2125348=597617} 2024-09-13T14:32:20.899 INFO:tasks.rados.rados.0.smithi071.stdout:2663: writing smithi07185159-38 from 722965 to 1521610 tid 1 2024-09-13T14:32:20.906 INFO:tasks.rados.rados.0.smithi071.stdout:2663: writing smithi07185159-38 from 2125348 to 2722965 tid 2 2024-09-13T14:32:20.906 INFO:tasks.rados.rados.0.smithi071.stdout:2664: write oid 16 current snap is 348 2024-09-13T14:32:20.906 INFO:tasks.rados.rados.0.smithi071.stdout:2664: seq_num 996 ranges {739772=590247,1900183=540336} 2024-09-13T14:32:20.913 INFO:tasks.rados.rados.0.smithi071.stdout:2664: writing smithi07185159-16 from 739772 to 1330019 tid 1 2024-09-13T14:32:20.920 INFO:tasks.rados.rados.0.smithi071.stdout:2664: writing smithi07185159-16 from 1900183 to 2440519 tid 2 2024-09-13T14:32:20.920 INFO:tasks.rados.rados.0.smithi071.stdout:2665: rollback oid 4 current snap is 348 2024-09-13T14:32:20.920 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 4 to 333 2024-09-13T14:32:20.920 INFO:tasks.rados.rados.0.smithi071.stdout:2663: finishing write tid 1 to smithi07185159-38 2024-09-13T14:32:20.920 INFO:tasks.rados.rados.0.smithi071.stdout:2663: finishing write tid 2 to smithi07185159-38 2024-09-13T14:32:20.920 INFO:tasks.rados.rados.0.smithi071.stdout:2663: finishing write tid 3 to smithi07185159-38 2024-09-13T14:32:20.920 INFO:tasks.rados.rados.0.smithi071.stdout:2663: finishing write tid 4 to smithi07185159-38 2024-09-13T14:32:20.920 INFO:tasks.rados.rados.0.smithi071.stdout:2663: oid 38 updating version 0 to 1249 2024-09-13T14:32:20.920 INFO:tasks.rados.rados.0.smithi071.stdout:2663: oid 38 updating version 1249 to 1250 2024-09-13T14:32:20.920 INFO:tasks.rados.rados.0.smithi071.stdout:2663: oid 38 version 1250 is already newer than 1248 2024-09-13T14:32:20.920 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 38 v 1250 (ObjNum 995 snap 348 seq_num 995) dirty exists 2024-09-13T14:32:20.920 INFO:tasks.rados.rados.0.smithi071.stdout:2663: left oid 38 (ObjNum 995 snap 348 seq_num 995) 2024-09-13T14:32:20.921 INFO:tasks.rados.rados.0.smithi071.stdout:2664: finishing write tid 1 to smithi07185159-16 2024-09-13T14:32:20.921 INFO:tasks.rados.rados.0.smithi071.stdout:2663: done (2 left) 2024-09-13T14:32:20.921 INFO:tasks.rados.rados.0.smithi071.stdout:2666: read oid 27 snap 346 2024-09-13T14:32:20.921 INFO:tasks.rados.rados.0.smithi071.stdout:2666: expect (ObjNum 927 snap 321 seq_num 927) 2024-09-13T14:32:20.921 INFO:tasks.rados.rados.0.smithi071.stdout:2667: delete oid 1 current snap is 348 2024-09-13T14:32:20.924 INFO:tasks.rados.rados.0.smithi071.stdout:2667: done (3 left) 2024-09-13T14:32:20.924 INFO:tasks.rados.rados.0.smithi071.stdout:2668: read oid 20 snap -1 2024-09-13T14:32:20.924 INFO:tasks.rados.rados.0.smithi071.stdout:2668: expect (ObjNum 992 snap 347 seq_num 992) 2024-09-13T14:32:20.924 INFO:tasks.rados.rados.0.smithi071.stdout:2669: read oid 47 snap -1 2024-09-13T14:32:20.924 INFO:tasks.rados.rados.0.smithi071.stdout:2669: expect deleted 2024-09-13T14:32:20.924 INFO:tasks.rados.rados.0.smithi071.stdout:2670: write oid 41 current snap is 348 2024-09-13T14:32:20.924 INFO:tasks.rados.rados.0.smithi071.stdout:2664: finishing write tid 2 to smithi07185159-16 2024-09-13T14:32:20.925 INFO:tasks.rados.rados.0.smithi071.stdout:2670: seq_num 998 ranges {773386=740745,2017147=544005} 2024-09-13T14:32:20.934 INFO:tasks.rados.rados.0.smithi071.stdout:2670: writing smithi07185159-41 from 773386 to 1514131 tid 1 2024-09-13T14:32:20.941 INFO:tasks.rados.rados.0.smithi071.stdout:2670: writing smithi07185159-41 from 2017147 to 2561152 tid 2 2024-09-13T14:32:20.941 INFO:tasks.rados.rados.0.smithi071.stdout:2671: write oid 50 current snap is 348 2024-09-13T14:32:20.941 INFO:tasks.rados.rados.0.smithi071.stdout:2664: finishing write tid 3 to smithi07185159-16 2024-09-13T14:32:20.941 INFO:tasks.rados.rados.0.smithi071.stdout:2664: finishing write tid 4 to smithi07185159-16 2024-09-13T14:32:20.941 INFO:tasks.rados.rados.0.smithi071.stdout:2664: oid 16 updating version 0 to 822 2024-09-13T14:32:20.941 INFO:tasks.rados.rados.0.smithi071.stdout:2664: oid 16 version 822 is already newer than 821 2024-09-13T14:32:20.941 INFO:tasks.rados.rados.0.smithi071.stdout:2664: oid 16 version 822 is already newer than 820 2024-09-13T14:32:20.941 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 16 v 822 (ObjNum 996 snap 348 seq_num 996) dirty exists 2024-09-13T14:32:20.942 INFO:tasks.rados.rados.0.smithi071.stdout:2664: left oid 16 (ObjNum 996 snap 348 seq_num 996) 2024-09-13T14:32:20.942 INFO:tasks.rados.rados.0.smithi071.stdout:2665: finishing rollback tid 0 to smithi07185159-4 2024-09-13T14:32:20.942 INFO:tasks.rados.rados.0.smithi071.stdout:2665: finishing rollback tid 1 to smithi07185159-4 2024-09-13T14:32:20.942 INFO:tasks.rados.rados.0.smithi071.stdout:2671: seq_num 999 ranges {790193=415994,1959276=404016} 2024-09-13T14:32:20.947 INFO:tasks.rados.rados.0.smithi071.stdout:2671: writing smithi07185159-50 from 790193 to 1206187 tid 1 2024-09-13T14:32:20.953 INFO:tasks.rados.rados.0.smithi071.stdout:2671: writing smithi07185159-50 from 1959276 to 2363292 tid 2 2024-09-13T14:32:20.953 INFO:tasks.rados.rados.0.smithi071.stdout:2664: done (6 left) 2024-09-13T14:32:20.953 INFO:tasks.rados.rados.0.smithi071.stdout:2672: write oid 35 current snap is 348 2024-09-13T14:32:20.953 INFO:tasks.rados.rados.0.smithi071.stdout:2665: finishing rollback tid 2 to smithi07185159-4 2024-09-13T14:32:20.953 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 4 v 1254 (ObjNum 961 snap 333 seq_num 961) dirty exists 2024-09-13T14:32:20.954 INFO:tasks.rados.rados.0.smithi071.stdout:2668: expect (ObjNum 992 snap 347 seq_num 992) 2024-09-13T14:32:21.076 INFO:tasks.rados.rados.0.smithi071.stdout:2666: expect (ObjNum 927 snap 321 seq_num 927) 2024-09-13T14:32:21.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:20 smithi071 ceph-mon[107477]: osdmap e756: 8 total, 8 up, 8 in 2024-09-13T14:32:21.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:20 smithi071 ceph-mon[107477]: pgmap v586: 89 pgs: 89 active+clean; 210 MiB data, 809 MiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 2.0 MiB/s wr, 17 op/s 2024-09-13T14:32:21.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:20 smithi071 ceph-mon[112785]: osdmap e756: 8 total, 8 up, 8 in 2024-09-13T14:32:21.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:20 smithi071 ceph-mon[112785]: pgmap v586: 89 pgs: 89 active+clean; 210 MiB data, 809 MiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 2.0 MiB/s wr, 17 op/s 2024-09-13T14:32:21.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:20 smithi104 ceph-mon[105578]: osdmap e756: 8 total, 8 up, 8 in 2024-09-13T14:32:21.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:20 smithi104 ceph-mon[105578]: pgmap v586: 89 pgs: 89 active+clean; 210 MiB data, 809 MiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 2.0 MiB/s wr, 17 op/s 2024-09-13T14:32:21.230 INFO:tasks.rados.rados.0.smithi071.stdout:2670: finishing write tid 1 to smithi07185159-41 2024-09-13T14:32:21.230 INFO:tasks.rados.rados.0.smithi071.stdout:2670: finishing write tid 2 to smithi07185159-41 2024-09-13T14:32:21.230 INFO:tasks.rados.rados.0.smithi071.stdout:2670: finishing write tid 3 to smithi07185159-41 2024-09-13T14:32:21.230 INFO:tasks.rados.rados.0.smithi071.stdout:2670: finishing write tid 4 to smithi07185159-41 2024-09-13T14:32:21.230 INFO:tasks.rados.rados.0.smithi071.stdout:2670: oid 41 updating version 0 to 1410 2024-09-13T14:32:21.230 INFO:tasks.rados.rados.0.smithi071.stdout:2670: oid 41 version 1410 is already newer than 1408 2024-09-13T14:32:21.231 INFO:tasks.rados.rados.0.smithi071.stdout:2670: oid 41 version 1410 is already newer than 1409 2024-09-13T14:32:21.231 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 41 v 1410 (ObjNum 998 snap 348 seq_num 998) dirty exists 2024-09-13T14:32:21.231 INFO:tasks.rados.rados.0.smithi071.stdout:2670: left oid 41 (ObjNum 998 snap 348 seq_num 998) 2024-09-13T14:32:21.231 INFO:tasks.rados.rados.0.smithi071.stdout:2671: finishing write tid 1 to smithi07185159-50 2024-09-13T14:32:21.231 INFO:tasks.rados.rados.0.smithi071.stdout:2671: finishing write tid 2 to smithi07185159-50 2024-09-13T14:32:21.231 INFO:tasks.rados.rados.0.smithi071.stdout:2671: finishing write tid 3 to smithi07185159-50 2024-09-13T14:32:21.231 INFO:tasks.rados.rados.0.smithi071.stdout:2672: seq_num 1000 ranges {407000=491243,1617758=547674,2595228=211772} 2024-09-13T14:32:21.235 INFO:tasks.rados.rados.0.smithi071.stdout:2672: writing smithi07185159-35 from 407000 to 898243 tid 1 2024-09-13T14:32:21.241 INFO:tasks.rados.rados.0.smithi071.stdout:2672: writing smithi07185159-35 from 1617758 to 2165432 tid 2 2024-09-13T14:32:21.245 INFO:tasks.rados.rados.0.smithi071.stdout:2672: writing smithi07185159-35 from 2595228 to 2807000 tid 3 2024-09-13T14:32:21.245 INFO:tasks.rados.rados.0.smithi071.stdout:2665: done (6 left) 2024-09-13T14:32:21.245 INFO:tasks.rados.rados.0.smithi071.stdout:2666: done (5 left) 2024-09-13T14:32:21.245 INFO:tasks.rados.rados.0.smithi071.stdout:2668: done (4 left) 2024-09-13T14:32:21.245 INFO:tasks.rados.rados.0.smithi071.stdout:2669: done (3 left) 2024-09-13T14:32:21.246 INFO:tasks.rados.rados.0.smithi071.stdout:2670: done (2 left) 2024-09-13T14:32:21.246 INFO:tasks.rados.rados.0.smithi071.stdout:2673: snap_remove snap 339 2024-09-13T14:32:21.887 INFO:tasks.rados.rados.0.smithi071.stdout:2673: done (2 left) 2024-09-13T14:32:21.887 INFO:tasks.rados.rados.0.smithi071.stdout:2674: rollback oid 31 current snap is 348 2024-09-13T14:32:21.888 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 31 to 347 2024-09-13T14:32:21.888 INFO:tasks.rados.rados.0.smithi071.stdout:2671: finishing write tid 4 to smithi07185159-50 2024-09-13T14:32:21.888 INFO:tasks.rados.rados.0.smithi071.stdout:2671: oid 50 updating version 0 to 2643 2024-09-13T14:32:21.888 INFO:tasks.rados.rados.0.smithi071.stdout:2671: oid 50 updating version 2643 to 2644 2024-09-13T14:32:21.888 INFO:tasks.rados.rados.0.smithi071.stdout:2671: oid 50 updating version 2644 to 2645 2024-09-13T14:32:21.888 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 50 v 2645 (ObjNum 999 snap 348 seq_num 999) dirty exists 2024-09-13T14:32:21.888 INFO:tasks.rados.rados.0.smithi071.stdout:2671: left oid 50 (ObjNum 999 snap 348 seq_num 999) 2024-09-13T14:32:21.888 INFO:tasks.rados.rados.0.smithi071.stdout:2672: finishing write tid 1 to smithi07185159-35 2024-09-13T14:32:21.888 INFO:tasks.rados.rados.0.smithi071.stdout:2672: finishing write tid 2 to smithi07185159-35 2024-09-13T14:32:21.888 INFO:tasks.rados.rados.0.smithi071.stdout:2672: finishing write tid 3 to smithi07185159-35 2024-09-13T14:32:21.888 INFO:tasks.rados.rados.0.smithi071.stdout:2672: finishing write tid 4 to smithi07185159-35 2024-09-13T14:32:21.888 INFO:tasks.rados.rados.0.smithi071.stdout:2672: finishing write tid 5 to smithi07185159-35 2024-09-13T14:32:21.888 INFO:tasks.rados.rados.0.smithi071.stdout:2672: oid 35 updating version 0 to 1362 2024-09-13T14:32:21.889 INFO:tasks.rados.rados.0.smithi071.stdout:2672: oid 35 updating version 1362 to 1365 2024-09-13T14:32:21.889 INFO:tasks.rados.rados.0.smithi071.stdout:2672: oid 35 version 1365 is already newer than 1364 2024-09-13T14:32:21.889 INFO:tasks.rados.rados.0.smithi071.stdout:2672: oid 35 version 1365 is already newer than 1363 2024-09-13T14:32:21.889 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 35 v 1365 (ObjNum 1000 snap 348 seq_num 1000) dirty exists 2024-09-13T14:32:21.889 INFO:tasks.rados.rados.0.smithi071.stdout:2672: left oid 35 (ObjNum 1000 snap 348 seq_num 1000) 2024-09-13T14:32:21.889 INFO:tasks.rados.rados.0.smithi071.stdout:2671: done (2 left) 2024-09-13T14:32:21.889 INFO:tasks.rados.rados.0.smithi071.stdout:2672: done (1 left) 2024-09-13T14:32:21.889 INFO:tasks.rados.rados.0.smithi071.stdout:2675: write oid 36 current snap is 348 2024-09-13T14:32:21.889 INFO:tasks.rados.rados.0.smithi071.stdout:2675: seq_num 1001 ranges {423807=566492,1676240=407685,2739004=84803} 2024-09-13T14:32:21.892 INFO:tasks.rados.rados.0.smithi071.stdout:2675: writing smithi07185159-36 from 423807 to 990299 tid 1 2024-09-13T14:32:21.899 INFO:tasks.rados.rados.0.smithi071.stdout:2675: writing smithi07185159-36 from 1676240 to 2083925 tid 2 2024-09-13T14:32:21.903 INFO:tasks.rados.rados.0.smithi071.stdout:2675: writing smithi07185159-36 from 2739004 to 2823807 tid 3 2024-09-13T14:32:21.903 INFO:tasks.rados.rados.0.smithi071.stdout:2676: snap_remove snap 340 2024-09-13T14:32:22.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:21 smithi071 ceph-mon[107477]: osdmap e757: 8 total, 8 up, 8 in 2024-09-13T14:32:22.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:21 smithi071 ceph-mon[112785]: osdmap e757: 8 total, 8 up, 8 in 2024-09-13T14:32:22.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:21 smithi104 ceph-mon[105578]: osdmap e757: 8 total, 8 up, 8 in 2024-09-13T14:32:22.874 INFO:tasks.rados.rados.0.smithi071.stdout:2676: done (2 left) 2024-09-13T14:32:22.874 INFO:tasks.rados.rados.0.smithi071.stdout:2677: read oid 19 snap -1 2024-09-13T14:32:22.874 INFO:tasks.rados.rados.0.smithi071.stdout:2677: expect (ObjNum 920 snap 321 seq_num 920) 2024-09-13T14:32:22.874 INFO:tasks.rados.rados.0.smithi071.stdout:2678: write oid 25 current snap is 348 2024-09-13T14:32:22.874 INFO:tasks.rados.rados.0.smithi071.stdout:2674: finishing rollback tid 1 to smithi07185159-31 2024-09-13T14:32:22.875 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 31 v 0 (ObjNum 129 snap 0 seq_num 1961053904) dirty dne 2024-09-13T14:32:22.875 INFO:tasks.rados.rados.0.smithi071.stdout:2675: finishing write tid 1 to smithi07185159-36 2024-09-13T14:32:22.875 INFO:tasks.rados.rados.0.smithi071.stdout:2675: finishing write tid 2 to smithi07185159-36 2024-09-13T14:32:22.875 INFO:tasks.rados.rados.0.smithi071.stdout:2675: finishing write tid 3 to smithi07185159-36 2024-09-13T14:32:22.875 INFO:tasks.rados.rados.0.smithi071.stdout:2678: seq_num 1002 ranges {440614=641741,1734722=551343} 2024-09-13T14:32:22.880 INFO:tasks.rados.rados.0.smithi071.stdout:2678: writing smithi07185159-25 from 440614 to 1082355 tid 1 2024-09-13T14:32:22.888 INFO:tasks.rados.rados.0.smithi071.stdout:2678: writing smithi07185159-25 from 1734722 to 2286065 tid 2 2024-09-13T14:32:22.888 INFO:tasks.rados.rados.0.smithi071.stdout:2674: done (3 left) 2024-09-13T14:32:22.888 INFO:tasks.rados.rados.0.smithi071.stdout:2679: read oid 20 snap 345 2024-09-13T14:32:22.888 INFO:tasks.rados.rados.0.smithi071.stdout:2679: expect (ObjNum 984 snap 345 seq_num 984) 2024-09-13T14:32:22.888 INFO:tasks.rados.rados.0.smithi071.stdout:2680: write oid 30 current snap is 348 2024-09-13T14:32:22.888 INFO:tasks.rados.rados.0.smithi071.stdout:2680: seq_num 1003 ranges {457421=716990,1676851=411354,2677497=179924} 2024-09-13T14:32:22.894 INFO:tasks.rados.rados.0.smithi071.stdout:2680: writing smithi07185159-30 from 457421 to 1174411 tid 1 2024-09-13T14:32:22.900 INFO:tasks.rados.rados.0.smithi071.stdout:2680: writing smithi07185159-30 from 1676851 to 2088205 tid 2 2024-09-13T14:32:22.905 INFO:tasks.rados.rados.0.smithi071.stdout:2680: writing smithi07185159-30 from 2677497 to 2857421 tid 3 2024-09-13T14:32:22.905 INFO:tasks.rados.rados.0.smithi071.stdout:2681: snap_create 2024-09-13T14:32:22.906 INFO:tasks.rados.rados.0.smithi071.stdout:2675: finishing write tid 4 to smithi07185159-36 2024-09-13T14:32:22.906 INFO:tasks.rados.rados.0.smithi071.stdout:2675: finishing write tid 5 to smithi07185159-36 2024-09-13T14:32:22.906 INFO:tasks.rados.rados.0.smithi071.stdout:2675: oid 36 updating version 0 to 620 2024-09-13T14:32:22.906 INFO:tasks.rados.rados.0.smithi071.stdout:2675: oid 36 version 620 is already newer than 619 2024-09-13T14:32:22.906 INFO:tasks.rados.rados.0.smithi071.stdout:2675: oid 36 updating version 620 to 622 2024-09-13T14:32:22.906 INFO:tasks.rados.rados.0.smithi071.stdout:2675: oid 36 version 622 is already newer than 621 2024-09-13T14:32:22.906 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 36 v 622 (ObjNum 1001 snap 348 seq_num 1001) dirty exists 2024-09-13T14:32:22.906 INFO:tasks.rados.rados.0.smithi071.stdout:2675: left oid 36 (ObjNum 1001 snap 348 seq_num 1001) 2024-09-13T14:32:22.906 INFO:tasks.rados.rados.0.smithi071.stdout:2677: expect (ObjNum 920 snap 321 seq_num 920) 2024-09-13T14:32:23.133 INFO:tasks.rados.rados.0.smithi071.stdout:2678: finishing write tid 1 to smithi07185159-25 2024-09-13T14:32:23.133 INFO:tasks.rados.rados.0.smithi071.stdout:2678: finishing write tid 2 to smithi07185159-25 2024-09-13T14:32:23.133 INFO:tasks.rados.rados.0.smithi071.stdout:2678: finishing write tid 3 to smithi07185159-25 2024-09-13T14:32:23.133 INFO:tasks.rados.rados.0.smithi071.stdout:2678: finishing write tid 4 to smithi07185159-25 2024-09-13T14:32:23.133 INFO:tasks.rados.rados.0.smithi071.stdout:2678: oid 25 updating version 0 to 1407 2024-09-13T14:32:23.133 INFO:tasks.rados.rados.0.smithi071.stdout:2678: oid 25 updating version 1407 to 1408 2024-09-13T14:32:23.133 INFO:tasks.rados.rados.0.smithi071.stdout:2678: oid 25 updating version 1408 to 1409 2024-09-13T14:32:23.133 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 25 v 1409 (ObjNum 1002 snap 348 seq_num 1002) dirty exists 2024-09-13T14:32:23.134 INFO:tasks.rados.rados.0.smithi071.stdout:2678: left oid 25 (ObjNum 1002 snap 348 seq_num 1002) 2024-09-13T14:32:23.134 INFO:tasks.rados.rados.0.smithi071.stdout:2679: expect (ObjNum 984 snap 345 seq_num 984) 2024-09-13T14:32:23.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:22 smithi071 ceph-mon[107477]: osdmap e758: 8 total, 8 up, 8 in 2024-09-13T14:32:23.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:22 smithi071 ceph-mon[107477]: pgmap v589: 89 pgs: 89 active+clean; 210 MiB data, 809 MiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 2.0 MiB/s wr, 17 op/s 2024-09-13T14:32:23.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:22 smithi071 ceph-mon[107477]: osdmap e759: 8 total, 8 up, 8 in 2024-09-13T14:32:23.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:32:22 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:32:22] "GET /metrics HTTP/1.1" 200 36419 "" "Prometheus/2.51.0" 2024-09-13T14:32:23.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:22 smithi071 ceph-mon[112785]: osdmap e758: 8 total, 8 up, 8 in 2024-09-13T14:32:23.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:22 smithi071 ceph-mon[112785]: pgmap v589: 89 pgs: 89 active+clean; 210 MiB data, 809 MiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 2.0 MiB/s wr, 17 op/s 2024-09-13T14:32:23.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:22 smithi071 ceph-mon[112785]: osdmap e759: 8 total, 8 up, 8 in 2024-09-13T14:32:23.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:22 smithi104 ceph-mon[105578]: osdmap e758: 8 total, 8 up, 8 in 2024-09-13T14:32:23.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:22 smithi104 ceph-mon[105578]: pgmap v589: 89 pgs: 89 active+clean; 210 MiB data, 809 MiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 2.0 MiB/s wr, 17 op/s 2024-09-13T14:32:23.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:22 smithi104 ceph-mon[105578]: osdmap e759: 8 total, 8 up, 8 in 2024-09-13T14:32:23.212 INFO:tasks.rados.rados.0.smithi071.stdout:2680: finishing write tid 1 to smithi07185159-30 2024-09-13T14:32:23.212 INFO:tasks.rados.rados.0.smithi071.stdout:2680: finishing write tid 2 to smithi07185159-30 2024-09-13T14:32:23.212 INFO:tasks.rados.rados.0.smithi071.stdout:2680: finishing write tid 3 to smithi07185159-30 2024-09-13T14:32:23.212 INFO:tasks.rados.rados.0.smithi071.stdout:2680: finishing write tid 4 to smithi07185159-30 2024-09-13T14:32:23.212 INFO:tasks.rados.rados.0.smithi071.stdout:2680: finishing write tid 5 to smithi07185159-30 2024-09-13T14:32:23.212 INFO:tasks.rados.rados.0.smithi071.stdout:2680: oid 30 updating version 0 to 630 2024-09-13T14:32:23.212 INFO:tasks.rados.rados.0.smithi071.stdout:2680: oid 30 updating version 630 to 632 2024-09-13T14:32:23.212 INFO:tasks.rados.rados.0.smithi071.stdout:2680: oid 30 version 632 is already newer than 631 2024-09-13T14:32:23.212 INFO:tasks.rados.rados.0.smithi071.stdout:2680: oid 30 updating version 632 to 633 2024-09-13T14:32:23.212 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 30 v 633 (ObjNum 1003 snap 348 seq_num 1003) dirty exists 2024-09-13T14:32:23.212 INFO:tasks.rados.rados.0.smithi071.stdout:2680: left oid 30 (ObjNum 1003 snap 348 seq_num 1003) 2024-09-13T14:32:23.904 INFO:tasks.rados.rados.0.smithi071.stdout:2675: done (5 left) 2024-09-13T14:32:23.905 INFO:tasks.rados.rados.0.smithi071.stdout:2677: done (4 left) 2024-09-13T14:32:23.905 INFO:tasks.rados.rados.0.smithi071.stdout:2678: done (3 left) 2024-09-13T14:32:23.905 INFO:tasks.rados.rados.0.smithi071.stdout:2679: done (2 left) 2024-09-13T14:32:23.905 INFO:tasks.rados.rados.0.smithi071.stdout:2680: done (1 left) 2024-09-13T14:32:23.905 INFO:tasks.rados.rados.0.smithi071.stdout:2681: done (0 left) 2024-09-13T14:32:23.905 INFO:tasks.rados.rados.0.smithi071.stdout:2682: delete oid 4 current snap is 349 2024-09-13T14:32:23.909 INFO:tasks.rados.rados.0.smithi071.stdout:2682: done (0 left) 2024-09-13T14:32:23.909 INFO:tasks.rados.rados.0.smithi071.stdout:2683: rollback oid 2 current snap is 349 2024-09-13T14:32:23.909 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 2 to 342 2024-09-13T14:32:23.909 INFO:tasks.rados.rados.0.smithi071.stdout:2684: snap_create 2024-09-13T14:32:23.912 INFO:tasks.rados.rados.0.smithi071.stdout:2683: finishing rollback tid 0 to smithi07185159-2 2024-09-13T14:32:23.912 INFO:tasks.rados.rados.0.smithi071.stdout:2683: finishing rollback tid 1 to smithi07185159-2 2024-09-13T14:32:23.912 INFO:tasks.rados.rados.0.smithi071.stdout:2683: finishing rollback tid 2 to smithi07185159-2 2024-09-13T14:32:23.912 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 2 v 503 (ObjNum 922 snap 321 seq_num 922) dirty exists 2024-09-13T14:32:24.655 INFO:teuthology.orchestra.run.smithi071.stdout:true 2024-09-13T14:32:24.909 INFO:tasks.rados.rados.0.smithi071.stdout:2683: done (1 left) 2024-09-13T14:32:24.910 INFO:tasks.rados.rados.0.smithi071.stdout:2684: done (0 left) 2024-09-13T14:32:24.910 INFO:tasks.rados.rados.0.smithi071.stdout:2685: read oid 35 snap -1 2024-09-13T14:32:24.910 INFO:tasks.rados.rados.0.smithi071.stdout:2685: expect (ObjNum 1000 snap 348 seq_num 1000) 2024-09-13T14:32:24.910 INFO:tasks.rados.rados.0.smithi071.stdout:2686: write oid 26 current snap is 350 2024-09-13T14:32:24.910 INFO:tasks.rados.rados.0.smithi071.stdout:2686: seq_num 1005 ranges {491035=583841,1510168=698670,2732343=158692} 2024-09-13T14:32:24.915 INFO:tasks.rados.rados.0.smithi071.stdout:2686: writing smithi07185159-26 from 491035 to 1074876 tid 1 2024-09-13T14:32:24.922 INFO:tasks.rados.rados.0.smithi071.stdout:2686: writing smithi07185159-26 from 1510168 to 2208838 tid 2 2024-09-13T14:32:24.926 INFO:tasks.rados.rados.0.smithi071.stdout:2686: writing smithi07185159-26 from 2732343 to 2891035 tid 3 2024-09-13T14:32:24.926 INFO:tasks.rados.rados.0.smithi071.stdout:2687: write oid 41 current snap is 350 2024-09-13T14:32:24.926 INFO:tasks.rados.rados.0.smithi071.stdout:2687: seq_num 1006 ranges {507842=659090,1568650=558681,2759766=148076} 2024-09-13T14:32:24.932 INFO:tasks.rados.rados.0.smithi071.stdout:2687: writing smithi07185159-41 from 507842 to 1166932 tid 1 2024-09-13T14:32:24.938 INFO:tasks.rados.rados.0.smithi071.stdout:2687: writing smithi07185159-41 from 1568650 to 2127331 tid 2 2024-09-13T14:32:24.944 INFO:tasks.rados.rados.0.smithi071.stdout:2687: writing smithi07185159-41 from 2759766 to 2907842 tid 3 2024-09-13T14:32:24.944 INFO:tasks.rados.rados.0.smithi071.stdout:2688: read oid 32 snap 345 2024-09-13T14:32:24.944 INFO:tasks.rados.rados.0.smithi071.stdout:2688: expect (ObjNum 878 snap 313 seq_num 878) 2024-09-13T14:32:24.945 INFO:tasks.rados.rados.0.smithi071.stdout:2689: write oid 19 current snap is 350 2024-09-13T14:32:24.945 INFO:tasks.rados.rados.0.smithi071.stdout:2685: expect (ObjNum 1000 snap 348 seq_num 1000) 2024-09-13T14:32:25.110 INFO:tasks.rados.rados.0.smithi071.stdout:2686: finishing write tid 1 to smithi07185159-26 2024-09-13T14:32:25.110 INFO:tasks.rados.rados.0.smithi071.stdout:2686: finishing write tid 2 to smithi07185159-26 2024-09-13T14:32:25.110 INFO:tasks.rados.rados.0.smithi071.stdout:2686: finishing write tid 3 to smithi07185159-26 2024-09-13T14:32:25.110 INFO:tasks.rados.rados.0.smithi071.stdout:2689: seq_num 1007 ranges {524649=734339,1910779=702339} 2024-09-13T14:32:25.117 INFO:tasks.rados.rados.0.smithi071.stdout:2689: writing smithi07185159-19 from 524649 to 1258988 tid 1 2024-09-13T14:32:25.125 INFO:tasks.rados.rados.0.smithi071.stdout:2689: writing smithi07185159-19 from 1910779 to 2613118 tid 2 2024-09-13T14:32:25.125 INFO:tasks.rados.rados.0.smithi071.stdout:2685: done (4 left) 2024-09-13T14:32:25.126 INFO:tasks.rados.rados.0.smithi071.stdout:2690: read oid 48 snap -1 2024-09-13T14:32:25.126 INFO:tasks.rados.rados.0.smithi071.stdout:2690: expect deleted 2024-09-13T14:32:25.126 INFO:tasks.rados.rados.0.smithi071.stdout:2691: rollback oid 31 current snap is 350 2024-09-13T14:32:25.126 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 31 to 334 2024-09-13T14:32:25.126 INFO:tasks.rados.rados.0.smithi071.stdout:2686: finishing write tid 4 to smithi07185159-26 2024-09-13T14:32:25.126 INFO:tasks.rados.rados.0.smithi071.stdout:2692: read oid 39 snap -1 2024-09-13T14:32:25.126 INFO:tasks.rados.rados.0.smithi071.stdout:2692: expect (ObjNum 930 snap 323 seq_num 930) 2024-09-13T14:32:25.126 INFO:tasks.rados.rados.0.smithi071.stdout:2693: read oid 37 snap 334 2024-09-13T14:32:25.126 INFO:tasks.rados.rados.0.smithi071.stdout:2693: expect deleted 2024-09-13T14:32:25.126 INFO:tasks.rados.rados.0.smithi071.stdout:2694: read oid 23 snap -1 2024-09-13T14:32:25.126 INFO:tasks.rados.rados.0.smithi071.stdout:2694: expect deleted 2024-09-13T14:32:25.126 INFO:tasks.rados.rados.0.smithi071.stdout:2695: read oid 3 snap 328 2024-09-13T14:32:25.126 INFO:tasks.rados.rados.0.smithi071.stdout:2695: expect (ObjNum 913 snap 320 seq_num 913) 2024-09-13T14:32:25.126 INFO:tasks.rados.rados.0.smithi071.stdout:2696: write oid 30 current snap is 350 2024-09-13T14:32:25.127 INFO:tasks.rados.rados.0.smithi071.stdout:2686: finishing write tid 5 to smithi07185159-26 2024-09-13T14:32:25.127 INFO:tasks.rados.rados.0.smithi071.stdout:2686: oid 26 updating version 0 to 740 2024-09-13T14:32:25.127 INFO:tasks.rados.rados.0.smithi071.stdout:2686: oid 26 updating version 740 to 741 2024-09-13T14:32:25.127 INFO:tasks.rados.rados.0.smithi071.stdout:2686: oid 26 version 741 is already newer than 739 2024-09-13T14:32:25.127 INFO:tasks.rados.rados.0.smithi071.stdout:2686: oid 26 updating version 741 to 742 2024-09-13T14:32:25.127 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 26 v 742 (ObjNum 1005 snap 350 seq_num 1005) dirty exists 2024-09-13T14:32:25.127 INFO:tasks.rados.rados.0.smithi071.stdout:2686: left oid 26 (ObjNum 1005 snap 350 seq_num 1005) 2024-09-13T14:32:25.127 INFO:tasks.rados.rados.0.smithi071.stdout:2687: finishing write tid 1 to smithi07185159-41 2024-09-13T14:32:25.127 INFO:tasks.rados.rados.0.smithi071.stdout:2687: finishing write tid 2 to smithi07185159-41 2024-09-13T14:32:25.127 INFO:tasks.rados.rados.0.smithi071.stdout:2687: finishing write tid 3 to smithi07185159-41 2024-09-13T14:32:25.127 INFO:tasks.rados.rados.0.smithi071.stdout:2687: finishing write tid 4 to smithi07185159-41 2024-09-13T14:32:25.127 INFO:tasks.rados.rados.0.smithi071.stdout:2687: finishing write tid 5 to smithi07185159-41 2024-09-13T14:32:25.127 INFO:tasks.rados.rados.0.smithi071.stdout:2687: oid 41 updating version 0 to 1421 2024-09-13T14:32:25.127 INFO:tasks.rados.rados.0.smithi071.stdout:2687: oid 41 updating version 1421 to 1422 2024-09-13T14:32:25.127 INFO:tasks.rados.rados.0.smithi071.stdout:2687: oid 41 updating version 1422 to 1423 2024-09-13T14:32:25.128 INFO:tasks.rados.rados.0.smithi071.stdout:2687: oid 41 version 1423 is already newer than 1420 2024-09-13T14:32:25.128 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 41 v 1423 (ObjNum 1006 snap 350 seq_num 1006) dirty exists 2024-09-13T14:32:25.128 INFO:tasks.rados.rados.0.smithi071.stdout:2687: left oid 41 (ObjNum 1006 snap 350 seq_num 1006) 2024-09-13T14:32:25.128 INFO:tasks.rados.rados.0.smithi071.stdout:2688: expect (ObjNum 878 snap 313 seq_num 878) 2024-09-13T14:32:25.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:24 smithi104 ceph-mon[105578]: osdmap e760: 8 total, 8 up, 8 in 2024-09-13T14:32:25.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:24 smithi104 ceph-mon[105578]: pgmap v592: 89 pgs: 89 active+clean; 209 MiB data, 818 MiB used, 714 GiB / 715 GiB avail; 3.8 MiB/s rd, 270 KiB/s wr, 5 op/s 2024-09-13T14:32:25.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:24 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:25.230 INFO:teuthology.orchestra.run.smithi071.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-13T14:32:25.230 INFO:teuthology.orchestra.run.smithi071.stdout:alertmanager.a smithi071 *:9093,9094 running (7m) 17s ago 14m 18.9M - 0.27.0 11f11916f8cd b9824fbee517 2024-09-13T14:32:25.230 INFO:teuthology.orchestra.run.smithi071.stdout:grafana.a smithi104 *:3000 running (7m) 72s ago 13m 79.7M - c8b91775d855 2b565abc8cf3 2024-09-13T14:32:25.231 INFO:teuthology.orchestra.run.smithi071.stdout:mds.foo.smithi071.awdchm smithi071 running (12m) 17s ago 12m 25.7M - 18.2.4-843-g2c01458a c129f5a2fd4e 3a46cf5b0e24 2024-09-13T14:32:25.231 INFO:teuthology.orchestra.run.smithi071.stdout:mds.foo.smithi104.uecrqj smithi104 running (12m) 72s ago 12m 16.9M - 18.2.4-843-g2c01458a c129f5a2fd4e 3d72a892eecb 2024-09-13T14:32:25.231 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.x smithi104 *:8443,9283,8765 running (8m) 72s ago 17m 455M - 19.3.0-4697-gd58f7306 fec07016a2b0 d080c1ba10a3 2024-09-13T14:32:25.231 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.y smithi071 *:8443,9283,8765 running (9m) 17s ago 19m 517M - 19.3.0-4697-gd58f7306 fec07016a2b0 f93807043c77 2024-09-13T14:32:25.231 INFO:teuthology.orchestra.run.smithi071.stdout:mon.a smithi071 running (6m) 17s ago 19m 69.2M 2048M 19.3.0-4697-gd58f7306 fec07016a2b0 f694be77a870 2024-09-13T14:32:25.231 INFO:teuthology.orchestra.run.smithi071.stdout:mon.b smithi104 running (4m) 72s ago 18m 43.0M 2048M 19.3.0-4697-gd58f7306 fec07016a2b0 15a56f2fc613 2024-09-13T14:32:25.231 INFO:teuthology.orchestra.run.smithi071.stdout:mon.c smithi071 running (6m) 17s ago 18m 58.3M 2048M 19.3.0-4697-gd58f7306 fec07016a2b0 1f937fa689f0 2024-09-13T14:32:25.231 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.a smithi071 *:9100 running (8m) 17s ago 13m 11.5M - 1.7.0 72c9c2088986 9dca7c61ba7c 2024-09-13T14:32:25.231 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.b smithi104 *:9100 running (8m) 72s ago 13m 11.8M - 1.7.0 72c9c2088986 378ebb14ddbd 2024-09-13T14:32:25.231 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0 smithi071 running (21s) 17s ago 17m 11.9M 2480M 19.3.0-4697-gd58f7306 fec07016a2b0 f0643a6465ff 2024-09-13T14:32:25.231 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1 smithi071 running (17m) 17s ago 17m 87.8M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 6219ea84d5da 2024-09-13T14:32:25.231 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2 smithi071 running (16m) 17s ago 16m 126M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e dbb670583d0d 2024-09-13T14:32:25.231 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3 smithi071 running (16m) 17s ago 16m 87.7M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 3859c11423d8 2024-09-13T14:32:25.232 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4 smithi104 running (16m) 72s ago 16m 111M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 7641d6ca037c 2024-09-13T14:32:25.232 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5 smithi104 running (15m) 72s ago 15m 118M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e d171c1dc9aca 2024-09-13T14:32:25.232 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6 smithi104 running (15m) 72s ago 15m 102M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 7cd98596a2db 2024-09-13T14:32:25.232 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7 smithi104 running (14m) 72s ago 14m 103M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e c0657150d5d6 2024-09-13T14:32:25.232 INFO:teuthology.orchestra.run.smithi071.stdout:prometheus.a smithi104 *:9095 running (8m) 72s ago 14m 46.0M - 2.51.0 1d3b7f56885b 31487e669ce2 2024-09-13T14:32:25.232 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:24 smithi071 ceph-mon[107477]: osdmap e760: 8 total, 8 up, 8 in 2024-09-13T14:32:25.232 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:24 smithi071 ceph-mon[107477]: pgmap v592: 89 pgs: 89 active+clean; 209 MiB data, 818 MiB used, 714 GiB / 715 GiB avail; 3.8 MiB/s rd, 270 KiB/s wr, 5 op/s 2024-09-13T14:32:25.232 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:24 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:25.233 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:24 smithi071 ceph-mon[112785]: osdmap e760: 8 total, 8 up, 8 in 2024-09-13T14:32:25.233 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:24 smithi071 ceph-mon[112785]: pgmap v592: 89 pgs: 89 active+clean; 209 MiB data, 818 MiB used, 714 GiB / 715 GiB avail; 3.8 MiB/s rd, 270 KiB/s wr, 5 op/s 2024-09-13T14:32:25.233 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:24 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:25.320 INFO:tasks.rados.rados.0.smithi071.stdout:2689: finishing write tid 1 to smithi07185159-19 2024-09-13T14:32:25.321 INFO:tasks.rados.rados.0.smithi071.stdout:2696: seq_num 1008 ranges {541456=409588,1569261=562350,2814612=126844} 2024-09-13T14:32:25.325 INFO:tasks.rados.rados.0.smithi071.stdout:2696: writing smithi07185159-30 from 541456 to 951044 tid 1 2024-09-13T14:32:25.332 INFO:tasks.rados.rados.0.smithi071.stdout:2696: writing smithi07185159-30 from 1569261 to 2131611 tid 2 2024-09-13T14:32:25.336 INFO:tasks.rados.rados.0.smithi071.stdout:2696: writing smithi07185159-30 from 2814612 to 2941456 tid 3 2024-09-13T14:32:25.336 INFO:tasks.rados.rados.0.smithi071.stdout:2686: done (10 left) 2024-09-13T14:32:25.337 INFO:tasks.rados.rados.0.smithi071.stdout:2687: done (9 left) 2024-09-13T14:32:25.337 INFO:tasks.rados.rados.0.smithi071.stdout:2688: done (8 left) 2024-09-13T14:32:25.337 INFO:tasks.rados.rados.0.smithi071.stdout:2697: snap_remove snap 345 2024-09-13T14:32:25.568 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:32:25.568 INFO:teuthology.orchestra.run.smithi071.stdout: "mon": { 2024-09-13T14:32:25.568 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 19.3.0-4697-gd58f7306 (d58f73069a8157a9ace12a0247ee3e8497707ea9) squid (dev)": 3 2024-09-13T14:32:25.568 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:32:25.568 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr": { 2024-09-13T14:32:25.568 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 19.3.0-4697-gd58f7306 (d58f73069a8157a9ace12a0247ee3e8497707ea9) squid (dev)": 2 2024-09-13T14:32:25.569 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:32:25.569 INFO:teuthology.orchestra.run.smithi071.stdout: "osd": { 2024-09-13T14:32:25.569 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)": 7, 2024-09-13T14:32:25.569 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 19.3.0-4697-gd58f7306 (d58f73069a8157a9ace12a0247ee3e8497707ea9) squid (dev)": 1 2024-09-13T14:32:25.569 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:32:25.569 INFO:teuthology.orchestra.run.smithi071.stdout: "mds": { 2024-09-13T14:32:25.569 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)": 2 2024-09-13T14:32:25.569 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:32:25.569 INFO:teuthology.orchestra.run.smithi071.stdout: "overall": { 2024-09-13T14:32:25.569 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)": 9, 2024-09-13T14:32:25.569 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 19.3.0-4697-gd58f7306 (d58f73069a8157a9ace12a0247ee3e8497707ea9) squid (dev)": 6 2024-09-13T14:32:25.569 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:32:25.569 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:32:25.854 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:32:25.855 INFO:teuthology.orchestra.run.smithi071.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f", 2024-09-13T14:32:25.855 INFO:teuthology.orchestra.run.smithi071.stdout: "in_progress": true, 2024-09-13T14:32:25.855 INFO:teuthology.orchestra.run.smithi071.stdout: "which": "Upgrading daemons of type(s) osd. Upgrade limited to 4 daemons (3 remaining).", 2024-09-13T14:32:25.855 INFO:teuthology.orchestra.run.smithi071.stdout: "services_complete": [], 2024-09-13T14:32:25.855 INFO:teuthology.orchestra.run.smithi071.stdout: "progress": "1/8 daemons upgraded", 2024-09-13T14:32:25.855 INFO:teuthology.orchestra.run.smithi071.stdout: "message": "Currently upgrading osd daemons", 2024-09-13T14:32:25.855 INFO:teuthology.orchestra.run.smithi071.stdout: "is_paused": false 2024-09-13T14:32:25.855 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:32:25.920 INFO:tasks.rados.rados.0.smithi071.stdout:2697: done (8 left) 2024-09-13T14:32:25.920 INFO:tasks.rados.rados.0.smithi071.stdout:2698: read oid 18 snap -1 2024-09-13T14:32:25.920 INFO:tasks.rados.rados.0.smithi071.stdout:2698: expect deleted 2024-09-13T14:32:25.920 INFO:tasks.rados.rados.0.smithi071.stdout:2699: read oid 45 snap -1 2024-09-13T14:32:25.920 INFO:tasks.rados.rados.0.smithi071.stdout:2699: expect deleted 2024-09-13T14:32:25.920 INFO:tasks.rados.rados.0.smithi071.stdout:2700: snap_create 2024-09-13T14:32:25.920 INFO:tasks.rados.rados.0.smithi071.stdout:2691: finishing rollback tid 1 to smithi07185159-31 2024-09-13T14:32:25.920 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 31 v 0 (ObjNum 33 snap 0 seq_num 1953522936) dirty dne 2024-09-13T14:32:25.920 INFO:tasks.rados.rados.0.smithi071.stdout:2692: expect (ObjNum 930 snap 323 seq_num 930) 2024-09-13T14:32:26.119 INFO:tasks.rados.rados.0.smithi071.stdout:2689: finishing write tid 2 to smithi07185159-19 2024-09-13T14:32:26.119 INFO:tasks.rados.rados.0.smithi071.stdout:2689: finishing write tid 3 to smithi07185159-19 2024-09-13T14:32:26.119 INFO:tasks.rados.rados.0.smithi071.stdout:2689: finishing write tid 4 to smithi07185159-19 2024-09-13T14:32:26.119 INFO:tasks.rados.rados.0.smithi071.stdout:2689: oid 19 updating version 0 to 940 2024-09-13T14:32:26.119 INFO:tasks.rados.rados.0.smithi071.stdout:2689: oid 19 version 940 is already newer than 939 2024-09-13T14:32:26.120 INFO:tasks.rados.rados.0.smithi071.stdout:2689: oid 19 version 940 is already newer than 938 2024-09-13T14:32:26.120 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 19 v 940 (ObjNum 1007 snap 350 seq_num 1007) dirty exists 2024-09-13T14:32:26.120 INFO:tasks.rados.rados.0.smithi071.stdout:2689: left oid 19 (ObjNum 1007 snap 350 seq_num 1007) 2024-09-13T14:32:26.120 INFO:tasks.rados.rados.0.smithi071.stdout:2695: expect (ObjNum 913 snap 320 seq_num 913) 2024-09-13T14:32:26.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:25 smithi071 ceph-mon[107477]: from='client.44264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:32:26.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:25 smithi071 ceph-mon[107477]: osdmap e761: 8 total, 8 up, 8 in 2024-09-13T14:32:26.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:25 smithi071 ceph-mon[107477]: from='client.44270 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:32:26.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:25 smithi071 ceph-mon[107477]: from='client.44276 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:32:26.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:25 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/482789849' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:32:26.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:25 smithi071 ceph-mon[112785]: from='client.44264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:32:26.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:25 smithi071 ceph-mon[112785]: osdmap e761: 8 total, 8 up, 8 in 2024-09-13T14:32:26.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:25 smithi071 ceph-mon[112785]: from='client.44270 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:32:26.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:25 smithi071 ceph-mon[112785]: from='client.44276 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:32:26.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:25 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/482789849' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:32:26.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:25 smithi104 ceph-mon[105578]: from='client.44264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:32:26.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:25 smithi104 ceph-mon[105578]: osdmap e761: 8 total, 8 up, 8 in 2024-09-13T14:32:26.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:25 smithi104 ceph-mon[105578]: from='client.44270 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:32:26.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:25 smithi104 ceph-mon[105578]: from='client.44276 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:32:26.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:25 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/482789849' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:32:26.371 INFO:tasks.rados.rados.0.smithi071.stdout:2696: finishing write tid 1 to smithi07185159-30 2024-09-13T14:32:26.371 INFO:tasks.rados.rados.0.smithi071.stdout:2696: finishing write tid 2 to smithi07185159-30 2024-09-13T14:32:26.371 INFO:tasks.rados.rados.0.smithi071.stdout:2696: finishing write tid 3 to smithi07185159-30 2024-09-13T14:32:26.372 INFO:tasks.rados.rados.0.smithi071.stdout:2696: finishing write tid 4 to smithi07185159-30 2024-09-13T14:32:26.372 INFO:tasks.rados.rados.0.smithi071.stdout:2696: finishing write tid 5 to smithi07185159-30 2024-09-13T14:32:26.372 INFO:tasks.rados.rados.0.smithi071.stdout:2696: oid 30 updating version 0 to 635 2024-09-13T14:32:26.372 INFO:tasks.rados.rados.0.smithi071.stdout:2696: oid 30 updating version 635 to 636 2024-09-13T14:32:26.372 INFO:tasks.rados.rados.0.smithi071.stdout:2696: oid 30 updating version 636 to 637 2024-09-13T14:32:26.372 INFO:tasks.rados.rados.0.smithi071.stdout:2696: oid 30 updating version 637 to 638 2024-09-13T14:32:26.372 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 30 v 638 (ObjNum 1008 snap 350 seq_num 1008) dirty exists 2024-09-13T14:32:26.372 INFO:tasks.rados.rados.0.smithi071.stdout:2696: left oid 30 (ObjNum 1008 snap 350 seq_num 1008) 2024-09-13T14:32:26.927 INFO:tasks.rados.rados.0.smithi071.stdout:2689: done (10 left) 2024-09-13T14:32:26.927 INFO:tasks.rados.rados.0.smithi071.stdout:2690: done (9 left) 2024-09-13T14:32:26.927 INFO:tasks.rados.rados.0.smithi071.stdout:2691: done (8 left) 2024-09-13T14:32:26.927 INFO:tasks.rados.rados.0.smithi071.stdout:2692: done (7 left) 2024-09-13T14:32:26.928 INFO:tasks.rados.rados.0.smithi071.stdout:2693: done (6 left) 2024-09-13T14:32:26.928 INFO:tasks.rados.rados.0.smithi071.stdout:2694: done (5 left) 2024-09-13T14:32:26.928 INFO:tasks.rados.rados.0.smithi071.stdout:2695: done (4 left) 2024-09-13T14:32:26.928 INFO:tasks.rados.rados.0.smithi071.stdout:2696: done (3 left) 2024-09-13T14:32:26.928 INFO:tasks.rados.rados.0.smithi071.stdout:2698: done (2 left) 2024-09-13T14:32:26.928 INFO:tasks.rados.rados.0.smithi071.stdout:2699: done (1 left) 2024-09-13T14:32:26.928 INFO:tasks.rados.rados.0.smithi071.stdout:2700: done (0 left) 2024-09-13T14:32:26.928 INFO:tasks.rados.rados.0.smithi071.stdout:2701: write oid 44 current snap is 351 2024-09-13T14:32:26.928 INFO:tasks.rados.rados.0.smithi071.stdout:2701: seq_num 1009 ranges {558263=484837,1627743=706008} 2024-09-13T14:32:26.932 INFO:tasks.rados.rados.0.smithi071.stdout:2701: writing smithi07185159-44 from 558263 to 1043100 tid 1 2024-09-13T14:32:26.940 INFO:tasks.rados.rados.0.smithi071.stdout:2701: writing smithi07185159-44 from 1627743 to 2333751 tid 2 2024-09-13T14:32:26.940 INFO:tasks.rados.rados.0.smithi071.stdout:2702: write oid 47 current snap is 351 2024-09-13T14:32:26.940 INFO:tasks.rados.rados.0.smithi071.stdout:2701: finishing write tid 1 to smithi07185159-44 2024-09-13T14:32:26.940 INFO:tasks.rados.rados.0.smithi071.stdout:2702: seq_num 1010 ranges {575070=560086,1686225=566019,2869458=105612} 2024-09-13T14:32:26.945 INFO:tasks.rados.rados.0.smithi071.stdout:2702: writing smithi07185159-47 from 575070 to 1135156 tid 1 2024-09-13T14:32:26.952 INFO:tasks.rados.rados.0.smithi071.stdout:2702: writing smithi07185159-47 from 1686225 to 2252244 tid 2 2024-09-13T14:32:26.956 INFO:tasks.rados.rados.0.smithi071.stdout:2702: writing smithi07185159-47 from 2869458 to 2975070 tid 3 2024-09-13T14:32:26.956 INFO:tasks.rados.rados.0.smithi071.stdout:2703: read oid 12 snap -1 2024-09-13T14:32:26.956 INFO:tasks.rados.rados.0.smithi071.stdout:2703: expect (ObjNum 951 snap 330 seq_num 951) 2024-09-13T14:32:26.957 INFO:tasks.rados.rados.0.smithi071.stdout:2704: write oid 14 current snap is 351 2024-09-13T14:32:26.957 INFO:tasks.rados.rados.0.smithi071.stdout:2701: finishing write tid 2 to smithi07185159-44 2024-09-13T14:32:26.957 INFO:tasks.rados.rados.0.smithi071.stdout:2701: finishing write tid 3 to smithi07185159-44 2024-09-13T14:32:26.957 INFO:tasks.rados.rados.0.smithi071.stdout:2704: seq_num 1011 ranges {591877=635335,1628354=709677} 2024-09-13T14:32:26.963 INFO:tasks.rados.rados.0.smithi071.stdout:2704: writing smithi07185159-14 from 591877 to 1227212 tid 1 2024-09-13T14:32:26.970 INFO:tasks.rados.rados.0.smithi071.stdout:2704: writing smithi07185159-14 from 1628354 to 2338031 tid 2 2024-09-13T14:32:26.970 INFO:tasks.rados.rados.0.smithi071.stdout:2705: rollback oid 16 current snap is 351 2024-09-13T14:32:26.970 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 16 to 320 2024-09-13T14:32:26.970 INFO:tasks.rados.rados.0.smithi071.stdout:2701: finishing write tid 4 to smithi07185159-44 2024-09-13T14:32:26.971 INFO:tasks.rados.rados.0.smithi071.stdout:2701: oid 44 updating version 0 to 1275 2024-09-13T14:32:26.971 INFO:tasks.rados.rados.0.smithi071.stdout:2701: oid 44 updating version 1275 to 1276 2024-09-13T14:32:26.971 INFO:tasks.rados.rados.0.smithi071.stdout:2701: oid 44 version 1276 is already newer than 1274 2024-09-13T14:32:26.971 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 44 v 1276 (ObjNum 1009 snap 351 seq_num 1009) dirty exists 2024-09-13T14:32:26.971 INFO:tasks.rados.rados.0.smithi071.stdout:2701: left oid 44 (ObjNum 1009 snap 351 seq_num 1009) 2024-09-13T14:32:26.971 INFO:tasks.rados.rados.0.smithi071.stdout:2702: finishing write tid 1 to smithi07185159-47 2024-09-13T14:32:26.971 INFO:tasks.rados.rados.0.smithi071.stdout:2702: finishing write tid 2 to smithi07185159-47 2024-09-13T14:32:26.971 INFO:tasks.rados.rados.0.smithi071.stdout:2702: finishing write tid 3 to smithi07185159-47 2024-09-13T14:32:26.971 INFO:tasks.rados.rados.0.smithi071.stdout:2702: finishing write tid 4 to smithi07185159-47 2024-09-13T14:32:26.971 INFO:tasks.rados.rados.0.smithi071.stdout:2701: done (4 left) 2024-09-13T14:32:26.971 INFO:tasks.rados.rados.0.smithi071.stdout:2706: snap_remove snap 349 2024-09-13T14:32:27.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:26 smithi071 ceph-mon[107477]: from='client.34362 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:32:27.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:26 smithi071 ceph-mon[107477]: osdmap e762: 8 total, 8 up, 8 in 2024-09-13T14:32:27.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:26 smithi071 ceph-mon[107477]: pgmap v595: 89 pgs: 89 active+clean; 225 MiB data, 849 MiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 3.5 MiB/s wr, 34 op/s 2024-09-13T14:32:27.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:26 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16} : dispatch 2024-09-13T14:32:27.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:26 smithi071 ceph-mon[112785]: from='client.34362 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:32:27.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:26 smithi071 ceph-mon[112785]: osdmap e762: 8 total, 8 up, 8 in 2024-09-13T14:32:27.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:26 smithi071 ceph-mon[112785]: pgmap v595: 89 pgs: 89 active+clean; 225 MiB data, 849 MiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 3.5 MiB/s wr, 34 op/s 2024-09-13T14:32:27.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:26 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16} : dispatch 2024-09-13T14:32:27.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:26 smithi104 ceph-mon[105578]: from='client.34362 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:32:27.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:26 smithi104 ceph-mon[105578]: osdmap e762: 8 total, 8 up, 8 in 2024-09-13T14:32:27.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:26 smithi104 ceph-mon[105578]: pgmap v595: 89 pgs: 89 active+clean; 225 MiB data, 849 MiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 3.5 MiB/s wr, 34 op/s 2024-09-13T14:32:27.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:26 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16} : dispatch 2024-09-13T14:32:27.876 INFO:tasks.rados.rados.0.smithi071.stdout:2706: done (4 left) 2024-09-13T14:32:27.876 INFO:tasks.rados.rados.0.smithi071.stdout:2707: rollback oid 42 current snap is 351 2024-09-13T14:32:27.876 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 42 to 350 2024-09-13T14:32:27.876 INFO:tasks.rados.rados.0.smithi071.stdout:2702: finishing write tid 5 to smithi07185159-47 2024-09-13T14:32:27.877 INFO:tasks.rados.rados.0.smithi071.stdout:2702: oid 47 updating version 0 to 1179 2024-09-13T14:32:27.877 INFO:tasks.rados.rados.0.smithi071.stdout:2702: oid 47 updating version 1179 to 1180 2024-09-13T14:32:27.877 INFO:tasks.rados.rados.0.smithi071.stdout:2702: oid 47 version 1180 is already newer than 1178 2024-09-13T14:32:27.877 INFO:tasks.rados.rados.0.smithi071.stdout:2702: oid 47 version 1180 is already newer than 1177 2024-09-13T14:32:27.877 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 47 v 1180 (ObjNum 1010 snap 351 seq_num 1010) dirty exists 2024-09-13T14:32:27.877 INFO:tasks.rados.rados.0.smithi071.stdout:2702: left oid 47 (ObjNum 1010 snap 351 seq_num 1010) 2024-09-13T14:32:27.877 INFO:tasks.rados.rados.0.smithi071.stdout:2703: expect (ObjNum 951 snap 330 seq_num 951) 2024-09-13T14:32:28.001 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:27 smithi071 ceph-mon[107477]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-13T14:32:28.001 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:27 smithi071 ceph-mon[107477]: Upgrade: osd.1 is safe to restart 2024-09-13T14:32:28.001 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:27 smithi071 ceph-mon[107477]: osdmap e763: 8 total, 8 up, 8 in 2024-09-13T14:32:28.001 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:27 smithi071 ceph-mon[107477]: osdmap e764: 8 total, 8 up, 8 in 2024-09-13T14:32:28.002 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:27 smithi071 ceph-mon[112785]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-13T14:32:28.002 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:27 smithi071 ceph-mon[112785]: Upgrade: osd.1 is safe to restart 2024-09-13T14:32:28.002 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:27 smithi071 ceph-mon[112785]: osdmap e763: 8 total, 8 up, 8 in 2024-09-13T14:32:28.002 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:27 smithi071 ceph-mon[112785]: osdmap e764: 8 total, 8 up, 8 in 2024-09-13T14:32:28.009 INFO:tasks.rados.rados.0.smithi071.stdout:2704: finishing write tid 1 to smithi07185159-14 2024-09-13T14:32:28.010 INFO:tasks.rados.rados.0.smithi071.stdout:2702: done (4 left) 2024-09-13T14:32:28.010 INFO:tasks.rados.rados.0.smithi071.stdout:2703: done (3 left) 2024-09-13T14:32:28.010 INFO:tasks.rados.rados.0.smithi071.stdout:2708: read oid 2 snap -1 2024-09-13T14:32:28.010 INFO:tasks.rados.rados.0.smithi071.stdout:2708: expect (ObjNum 922 snap 321 seq_num 922) 2024-09-13T14:32:28.010 INFO:tasks.rados.rados.0.smithi071.stdout:2709: read oid 4 snap -1 2024-09-13T14:32:28.010 INFO:tasks.rados.rados.0.smithi071.stdout:2709: expect deleted 2024-09-13T14:32:28.010 INFO:tasks.rados.rados.0.smithi071.stdout:2710: rollback oid 21 current snap is 351 2024-09-13T14:32:28.010 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 21 to 333 2024-09-13T14:32:28.010 INFO:tasks.rados.rados.0.smithi071.stdout:2705: finishing rollback tid 0 to smithi07185159-16 2024-09-13T14:32:28.010 INFO:tasks.rados.rados.0.smithi071.stdout:2705: finishing rollback tid 1 to smithi07185159-16 2024-09-13T14:32:28.010 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 16 v 833 (ObjNum 257 snap 0 seq_num 3711933904) dirty dne 2024-09-13T14:32:28.011 INFO:tasks.rados.rados.0.smithi071.stdout:2705: done (5 left) 2024-09-13T14:32:28.011 INFO:tasks.rados.rados.0.smithi071.stdout:2711: snap_remove snap 348 2024-09-13T14:32:28.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:27 smithi104 ceph-mon[105578]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-13T14:32:28.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:27 smithi104 ceph-mon[105578]: Upgrade: osd.1 is safe to restart 2024-09-13T14:32:28.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:27 smithi104 ceph-mon[105578]: osdmap e763: 8 total, 8 up, 8 in 2024-09-13T14:32:28.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:27 smithi104 ceph-mon[105578]: osdmap e764: 8 total, 8 up, 8 in 2024-09-13T14:32:28.928 INFO:tasks.rados.rados.0.smithi071.stdout:2711: done (5 left) 2024-09-13T14:32:28.929 INFO:tasks.rados.rados.0.smithi071.stdout:2712: rollback oid 32 current snap is 351 2024-09-13T14:32:28.929 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 32 to 325 2024-09-13T14:32:28.929 INFO:tasks.rados.rados.0.smithi071.stdout:2704: finishing write tid 2 to smithi07185159-14 2024-09-13T14:32:28.929 INFO:tasks.rados.rados.0.smithi071.stdout:2704: finishing write tid 3 to smithi07185159-14 2024-09-13T14:32:28.929 INFO:tasks.rados.rados.0.smithi071.stdout:2704: finishing write tid 4 to smithi07185159-14 2024-09-13T14:32:28.929 INFO:tasks.rados.rados.0.smithi071.stdout:2704: oid 14 updating version 0 to 1383 2024-09-13T14:32:28.929 INFO:tasks.rados.rados.0.smithi071.stdout:2704: oid 14 version 1383 is already newer than 1382 2024-09-13T14:32:28.929 INFO:tasks.rados.rados.0.smithi071.stdout:2704: oid 14 updating version 1383 to 1384 2024-09-13T14:32:28.929 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 14 v 1384 (ObjNum 1011 snap 351 seq_num 1011) dirty exists 2024-09-13T14:32:28.929 INFO:tasks.rados.rados.0.smithi071.stdout:2704: left oid 14 (ObjNum 1011 snap 351 seq_num 1011) 2024-09-13T14:32:28.929 INFO:tasks.rados.rados.0.smithi071.stdout:2707: finishing rollback tid 1 to smithi07185159-42 2024-09-13T14:32:28.929 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 42 v 1362 (ObjNum 305 snap 0 seq_num 1) dirty dne 2024-09-13T14:32:28.930 INFO:tasks.rados.rados.0.smithi071.stdout:2710: finishing rollback tid 0 to smithi07185159-21 2024-09-13T14:32:28.930 INFO:tasks.rados.rados.0.smithi071.stdout:2710: finishing rollback tid 1 to smithi07185159-21 2024-09-13T14:32:28.930 INFO:tasks.rados.rados.0.smithi071.stdout:2710: finishing rollback tid 2 to smithi07185159-21 2024-09-13T14:32:28.930 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 21 v 1184 (ObjNum 934 snap 326 seq_num 934) dirty exists 2024-09-13T14:32:28.930 INFO:tasks.rados.rados.0.smithi071.stdout:2708: expect (ObjNum 922 snap 321 seq_num 922) 2024-09-13T14:32:29.052 INFO:tasks.rados.rados.0.smithi071.stdout:2712: finishing rollback tid 0 to smithi07185159-32 2024-09-13T14:32:29.052 INFO:tasks.rados.rados.0.smithi071.stdout:2712: finishing rollback tid 1 to smithi07185159-32 2024-09-13T14:32:29.052 INFO:tasks.rados.rados.0.smithi071.stdout:2712: finishing rollback tid 2 to smithi07185159-32 2024-09-13T14:32:29.052 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 32 v 246 (ObjNum 878 snap 313 seq_num 878) dirty exists 2024-09-13T14:32:29.052 INFO:tasks.rados.rados.0.smithi071.stdout:2704: done (5 left) 2024-09-13T14:32:29.052 INFO:tasks.rados.rados.0.smithi071.stdout:2707: done (4 left) 2024-09-13T14:32:29.053 INFO:tasks.rados.rados.0.smithi071.stdout:2708: done (3 left) 2024-09-13T14:32:29.053 INFO:tasks.rados.rados.0.smithi071.stdout:2709: done (2 left) 2024-09-13T14:32:29.053 INFO:tasks.rados.rados.0.smithi071.stdout:2710: done (1 left) 2024-09-13T14:32:29.053 INFO:tasks.rados.rados.0.smithi071.stdout:2712: done (0 left) 2024-09-13T14:32:29.053 INFO:tasks.rados.rados.0.smithi071.stdout:2713: read oid 23 snap -1 2024-09-13T14:32:29.053 INFO:tasks.rados.rados.0.smithi071.stdout:2713: expect deleted 2024-09-13T14:32:29.053 INFO:tasks.rados.rados.0.smithi071.stdout:2714: write oid 31 current snap is 351 2024-09-13T14:32:29.053 INFO:tasks.rados.rados.0.smithi071.stdout:2714: seq_num 1012 ranges {608684=426937,1803189=569688,2924304=84380} 2024-09-13T14:32:29.057 INFO:tasks.rados.rados.0.smithi071.stdout:2714: writing smithi07185159-31 from 608684 to 1035621 tid 1 2024-09-13T14:32:29.066 INFO:tasks.rados.rados.0.smithi071.stdout:2714: writing smithi07185159-31 from 1803189 to 2372877 tid 2 2024-09-13T14:32:29.069 INFO:tasks.rados.rados.0.smithi071.stdout:2714: writing smithi07185159-31 from 2924304 to 3008684 tid 3 2024-09-13T14:32:29.069 INFO:tasks.rados.rados.0.smithi071.stdout:2715: snap_remove snap 343 2024-09-13T14:32:29.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:29 smithi071 ceph-mon[107477]: Upgrade: Updating osd.1 2024-09-13T14:32:29.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:29.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-13T14:32:29.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:32:29.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:29 smithi071 ceph-mon[107477]: Deploying daemon osd.1 on smithi071 2024-09-13T14:32:29.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:29 smithi071 ceph-mon[107477]: pgmap v598: 89 pgs: 89 active+clean; 225 MiB data, 849 MiB used, 714 GiB / 715 GiB avail; 17 MiB/s rd, 3.3 MiB/s wr, 29 op/s 2024-09-13T14:32:29.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:29 smithi071 ceph-mon[107477]: osdmap e765: 8 total, 8 up, 8 in 2024-09-13T14:32:29.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:29 smithi071 ceph-mon[112785]: Upgrade: Updating osd.1 2024-09-13T14:32:29.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:29.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-13T14:32:29.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:32:29.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:29 smithi071 ceph-mon[112785]: Deploying daemon osd.1 on smithi071 2024-09-13T14:32:29.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:29 smithi071 ceph-mon[112785]: pgmap v598: 89 pgs: 89 active+clean; 225 MiB data, 849 MiB used, 714 GiB / 715 GiB avail; 17 MiB/s rd, 3.3 MiB/s wr, 29 op/s 2024-09-13T14:32:29.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:29 smithi071 ceph-mon[112785]: osdmap e765: 8 total, 8 up, 8 in 2024-09-13T14:32:29.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:29 smithi104 ceph-mon[105578]: Upgrade: Updating osd.1 2024-09-13T14:32:29.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:29.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-13T14:32:29.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:32:29.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:29 smithi104 ceph-mon[105578]: Deploying daemon osd.1 on smithi071 2024-09-13T14:32:29.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:29 smithi104 ceph-mon[105578]: pgmap v598: 89 pgs: 89 active+clean; 225 MiB data, 849 MiB used, 714 GiB / 715 GiB avail; 17 MiB/s rd, 3.3 MiB/s wr, 29 op/s 2024-09-13T14:32:29.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:29 smithi104 ceph-mon[105578]: osdmap e765: 8 total, 8 up, 8 in 2024-09-13T14:32:30.049 INFO:tasks.rados.rados.0.smithi071.stdout:2715: done (2 left) 2024-09-13T14:32:30.049 INFO:tasks.rados.rados.0.smithi071.stdout:2716: delete oid 50 current snap is 351 2024-09-13T14:32:30.049 INFO:tasks.rados.rados.0.smithi071.stdout:2714: finishing write tid 1 to smithi07185159-31 2024-09-13T14:32:30.049 INFO:tasks.rados.rados.0.smithi071.stdout:2714: finishing write tid 2 to smithi07185159-31 2024-09-13T14:32:30.049 INFO:tasks.rados.rados.0.smithi071.stdout:2714: finishing write tid 3 to smithi07185159-31 2024-09-13T14:32:30.049 INFO:tasks.rados.rados.0.smithi071.stdout:2714: finishing write tid 4 to smithi07185159-31 2024-09-13T14:32:30.049 INFO:tasks.rados.rados.0.smithi071.stdout:2714: finishing write tid 5 to smithi07185159-31 2024-09-13T14:32:30.050 INFO:tasks.rados.rados.0.smithi071.stdout:2714: oid 31 updating version 0 to 1277 2024-09-13T14:32:30.050 INFO:tasks.rados.rados.0.smithi071.stdout:2714: oid 31 updating version 1277 to 1280 2024-09-13T14:32:30.050 INFO:tasks.rados.rados.0.smithi071.stdout:2714: oid 31 updating version 1280 to 1282 2024-09-13T14:32:30.050 INFO:tasks.rados.rados.0.smithi071.stdout:2714: oid 31 version 1282 is already newer than 1281 2024-09-13T14:32:30.050 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 31 v 1282 (ObjNum 1012 snap 351 seq_num 1012) dirty exists 2024-09-13T14:32:30.050 INFO:tasks.rados.rados.0.smithi071.stdout:2714: left oid 31 (ObjNum 1012 snap 351 seq_num 1012) 2024-09-13T14:32:30.055 INFO:tasks.rados.rados.0.smithi071.stdout:2713: done (2 left) 2024-09-13T14:32:30.055 INFO:tasks.rados.rados.0.smithi071.stdout:2714: done (1 left) 2024-09-13T14:32:30.055 INFO:tasks.rados.rados.0.smithi071.stdout:2716: done (0 left) 2024-09-13T14:32:30.055 INFO:tasks.rados.rados.0.smithi071.stdout:2717: read oid 38 snap 336 2024-09-13T14:32:30.055 INFO:tasks.rados.rados.0.smithi071.stdout:2717: expect (ObjNum 864 snap 305 seq_num 864) 2024-09-13T14:32:30.055 INFO:tasks.rados.rados.0.smithi071.stdout:2718: write oid 26 current snap is 351 2024-09-13T14:32:30.055 INFO:tasks.rados.rados.0.smithi071.stdout:2718: seq_num 1014 ranges {642298=577435,1920153=573357,2979150=63148} 2024-09-13T14:32:30.061 INFO:tasks.rados.rados.0.smithi071.stdout:2718: writing smithi07185159-26 from 642298 to 1219733 tid 1 2024-09-13T14:32:30.068 INFO:tasks.rados.rados.0.smithi071.stdout:2718: writing smithi07185159-26 from 1920153 to 2493510 tid 2 2024-09-13T14:32:30.071 INFO:tasks.rados.rados.0.smithi071.stdout:2718: writing smithi07185159-26 from 2979150 to 3042298 tid 3 2024-09-13T14:32:30.071 INFO:tasks.rados.rados.0.smithi071.stdout:2719: read oid 36 snap -1 2024-09-13T14:32:30.072 INFO:tasks.rados.rados.0.smithi071.stdout:2719: expect (ObjNum 1001 snap 348 seq_num 1001) 2024-09-13T14:32:30.072 INFO:tasks.rados.rados.0.smithi071.stdout:2720: snap_create 2024-09-13T14:32:30.072 INFO:tasks.rados.rados.0.smithi071.stdout:2717: expect (ObjNum 864 snap 305 seq_num 864) 2024-09-13T14:32:30.193 INFO:tasks.rados.rados.0.smithi071.stdout:2718: finishing write tid 1 to smithi07185159-26 2024-09-13T14:32:30.193 INFO:tasks.rados.rados.0.smithi071.stdout:2718: finishing write tid 2 to smithi07185159-26 2024-09-13T14:32:30.193 INFO:tasks.rados.rados.0.smithi071.stdout:2718: finishing write tid 3 to smithi07185159-26 2024-09-13T14:32:30.193 INFO:tasks.rados.rados.0.smithi071.stdout:2718: finishing write tid 4 to smithi07185159-26 2024-09-13T14:32:30.193 INFO:tasks.rados.rados.0.smithi071.stdout:2718: finishing write tid 5 to smithi07185159-26 2024-09-13T14:32:30.193 INFO:tasks.rados.rados.0.smithi071.stdout:2718: oid 26 updating version 0 to 755 2024-09-13T14:32:30.193 INFO:tasks.rados.rados.0.smithi071.stdout:2718: oid 26 version 755 is already newer than 752 2024-09-13T14:32:30.193 INFO:tasks.rados.rados.0.smithi071.stdout:2718: oid 26 version 755 is already newer than 754 2024-09-13T14:32:30.193 INFO:tasks.rados.rados.0.smithi071.stdout:2718: oid 26 version 755 is already newer than 753 2024-09-13T14:32:30.193 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 26 v 755 (ObjNum 1014 snap 351 seq_num 1014) dirty exists 2024-09-13T14:32:30.194 INFO:tasks.rados.rados.0.smithi071.stdout:2718: left oid 26 (ObjNum 1014 snap 351 seq_num 1014) 2024-09-13T14:32:30.194 INFO:tasks.rados.rados.0.smithi071.stdout:2719: expect (ObjNum 1001 snap 348 seq_num 1001) 2024-09-13T14:32:30.696 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:30 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:30.697 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:30 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:32:30.697 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:30 smithi071 ceph-mon[107477]: osdmap e766: 8 total, 8 up, 8 in 2024-09-13T14:32:30.697 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:30 smithi071 ceph-mon[107477]: pgmap v601: 89 pgs: 89 active+clean; 238 MiB data, 855 MiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 1.7 MiB/s wr, 18 op/s 2024-09-13T14:32:30.697 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:30 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:30.698 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:30 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:32:30.698 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:30 smithi071 ceph-mon[112785]: osdmap e766: 8 total, 8 up, 8 in 2024-09-13T14:32:30.698 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:30 smithi071 ceph-mon[112785]: pgmap v601: 89 pgs: 89 active+clean; 238 MiB data, 855 MiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 1.7 MiB/s wr, 18 op/s 2024-09-13T14:32:30.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:30 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:30.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:30 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:32:30.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:30 smithi104 ceph-mon[105578]: osdmap e766: 8 total, 8 up, 8 in 2024-09-13T14:32:30.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:30 smithi104 ceph-mon[105578]: pgmap v601: 89 pgs: 89 active+clean; 238 MiB data, 855 MiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 1.7 MiB/s wr, 18 op/s 2024-09-13T14:32:31.050 INFO:tasks.rados.rados.0.smithi071.stdout:2717: done (3 left) 2024-09-13T14:32:31.050 INFO:tasks.rados.rados.0.smithi071.stdout:2718: done (2 left) 2024-09-13T14:32:31.050 INFO:tasks.rados.rados.0.smithi071.stdout:2719: done (1 left) 2024-09-13T14:32:31.050 INFO:tasks.rados.rados.0.smithi071.stdout:2720: done (0 left) 2024-09-13T14:32:31.050 INFO:tasks.rados.rados.0.smithi071.stdout:2721: read oid 4 snap -1 2024-09-13T14:32:31.050 INFO:tasks.rados.rados.0.smithi071.stdout:2721: expect deleted 2024-09-13T14:32:31.050 INFO:tasks.rados.rados.0.smithi071.stdout:2722: snap_remove snap 347 2024-09-13T14:32:31.302 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:32:31 smithi071 systemd[1]: Stopping Ceph osd.1 for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T14:32:31.640 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:32:31 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-1[51370]: 2024-09-13T14:32:31.299+0000 7f5acfa50640 -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-09-13T14:32:31.640 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:32:31 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-1[51370]: 2024-09-13T14:32:31.299+0000 7f5acfa50640 -1 osd.1 766 *** Got signal Terminated *** 2024-09-13T14:32:31.641 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:32:31 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-1[51370]: 2024-09-13T14:32:31.299+0000 7f5acfa50640 -1 osd.1 766 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-13T14:32:32.057 INFO:tasks.rados.rados.0.smithi071.stdout:2722: done (1 left) 2024-09-13T14:32:32.057 INFO:tasks.rados.rados.0.smithi071.stdout:2723: snap_remove snap 346 2024-09-13T14:32:32.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:32 smithi071 ceph-mon[107477]: osdmap e767: 8 total, 8 up, 8 in 2024-09-13T14:32:32.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:32 smithi071 ceph-mon[107477]: osd.1 marked itself down and dead 2024-09-13T14:32:32.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:32 smithi071 ceph-mon[112785]: osdmap e767: 8 total, 8 up, 8 in 2024-09-13T14:32:32.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:32 smithi071 ceph-mon[112785]: osd.1 marked itself down and dead 2024-09-13T14:32:32.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:32 smithi104 ceph-mon[105578]: osdmap e767: 8 total, 8 up, 8 in 2024-09-13T14:32:32.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:32 smithi104 ceph-mon[105578]: osd.1 marked itself down and dead 2024-09-13T14:32:32.860 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:32:32 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:32:32] "GET /metrics HTTP/1.1" 200 36406 "" "Prometheus/2.51.0" 2024-09-13T14:32:32.860 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:32:32 smithi071 podman[129651]: 2024-09-13 14:32:32.587383206 +0000 UTC m=+1.396731763 container died 6219ea84d5daada0adf6d3986a13f1b917c40c85a6f940d77a92abfb4fdaa781 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-1, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, ceph=True, GIT_BRANCH=HEAD, RELEASE=reef-2c01458, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-13T14:32:32.884 INFO:tasks.rados.rados.0.smithi071.stdout:2723: done (1 left) 2024-09-13T14:32:32.884 INFO:tasks.rados.rados.0.smithi071.stdout:2724: write oid 16 current snap is 352 2024-09-13T14:32:32.884 INFO:tasks.rados.rados.0.smithi071.stdout:2724: seq_num 1015 ranges {659105=652684,1862282=717015} 2024-09-13T14:32:32.890 INFO:tasks.rados.rados.0.smithi071.stdout:2724: writing smithi07185159-16 from 659105 to 1311789 tid 1 2024-09-13T14:32:32.898 INFO:tasks.rados.rados.0.smithi071.stdout:2724: writing smithi07185159-16 from 1862282 to 2579297 tid 2 2024-09-13T14:32:32.898 INFO:tasks.rados.rados.0.smithi071.stdout:2725: snap_create 2024-09-13T14:32:32.898 INFO:tasks.rados.rados.0.smithi071.stdout:2724: finishing write tid 1 to smithi07185159-16 2024-09-13T14:32:32.901 INFO:tasks.rados.rados.0.smithi071.stdout:2724: finishing write tid 2 to smithi07185159-16 2024-09-13T14:32:32.901 INFO:tasks.rados.rados.0.smithi071.stdout:2724: finishing write tid 3 to smithi07185159-16 2024-09-13T14:32:32.901 INFO:tasks.rados.rados.0.smithi071.stdout:2724: finishing write tid 4 to smithi07185159-16 2024-09-13T14:32:32.901 INFO:tasks.rados.rados.0.smithi071.stdout:2724: oid 16 updating version 0 to 841 2024-09-13T14:32:32.901 INFO:tasks.rados.rados.0.smithi071.stdout:2724: oid 16 updating version 841 to 842 2024-09-13T14:32:32.902 INFO:tasks.rados.rados.0.smithi071.stdout:2724: oid 16 version 842 is already newer than 840 2024-09-13T14:32:32.902 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 16 v 842 (ObjNum 1015 snap 352 seq_num 1015) dirty exists 2024-09-13T14:32:32.902 INFO:tasks.rados.rados.0.smithi071.stdout:2724: left oid 16 (ObjNum 1015 snap 352 seq_num 1015) 2024-09-13T14:32:33.141 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:32:32 smithi071 podman[129651]: 2024-09-13 14:32:32.957126168 +0000 UTC m=+1.766474725 container cleanup 6219ea84d5daada0adf6d3986a13f1b917c40c85a6f940d77a92abfb4fdaa781 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-1, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, RELEASE=reef-2c01458, GIT_CLEAN=True, ceph=True, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS) 2024-09-13T14:32:33.236 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:32:32 smithi071 bash[129651]: ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-1 2024-09-13T14:32:33.236 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:33 smithi071 ceph-mon[107477]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-13T14:32:33.236 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:33 smithi071 ceph-mon[107477]: osdmap e768: 8 total, 7 up, 8 in 2024-09-13T14:32:33.236 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:33 smithi071 ceph-mon[107477]: pgmap v604: 89 pgs: 11 stale+active+clean, 78 active+clean; 238 MiB data, 855 MiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 1.7 MiB/s wr, 18 op/s 2024-09-13T14:32:33.236 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:33 smithi071 ceph-mon[107477]: osdmap e769: 8 total, 7 up, 8 in 2024-09-13T14:32:33.237 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:33 smithi071 ceph-mon[112785]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-13T14:32:33.237 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:33 smithi071 ceph-mon[112785]: osdmap e768: 8 total, 7 up, 8 in 2024-09-13T14:32:33.237 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:33 smithi071 ceph-mon[112785]: pgmap v604: 89 pgs: 11 stale+active+clean, 78 active+clean; 238 MiB data, 855 MiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 1.7 MiB/s wr, 18 op/s 2024-09-13T14:32:33.237 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:33 smithi071 ceph-mon[112785]: osdmap e769: 8 total, 7 up, 8 in 2024-09-13T14:32:33.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:33 smithi104 ceph-mon[105578]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-13T14:32:33.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:33 smithi104 ceph-mon[105578]: osdmap e768: 8 total, 7 up, 8 in 2024-09-13T14:32:33.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:33 smithi104 ceph-mon[105578]: pgmap v604: 89 pgs: 11 stale+active+clean, 78 active+clean; 238 MiB data, 855 MiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 1.7 MiB/s wr, 18 op/s 2024-09-13T14:32:33.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:33 smithi104 ceph-mon[105578]: osdmap e769: 8 total, 7 up, 8 in 2024-09-13T14:32:33.583 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:32:33 smithi071 podman[129672]: 2024-09-13 14:32:33.259059822 +0000 UTC m=+0.669428915 container remove 6219ea84d5daada0adf6d3986a13f1b917c40c85a6f940d77a92abfb4fdaa781 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-1, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=reef-2c01458, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD) 2024-09-13T14:32:33.855 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:32:33 smithi071 podman[129767]: 2024-09-13 14:32:33.485643924 +0000 UTC m=+0.016175144 image pull fec07016a2b0bf363d0b69240081049b65cf13f1c44f6a7196cf8309aeb428cd quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f 2024-09-13T14:32:33.855 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:32:33 smithi071 podman[129767]: 2024-09-13 14:32:33.62687096 +0000 UTC m=+0.157402180 container create 23c9565c60a38118e98f75482f972f27ab52924feddf2656a207788c2baa140a (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-1-deactivate, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , RELEASE=wip-aclamk-cbt-combined-d58f730, CEPH_POINT_RELEASE=, ceph=True, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0) 2024-09-13T14:32:33.855 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:32:33 smithi071 podman[129767]: 2024-09-13 14:32:33.854407281 +0000 UTC m=+0.384938502 container init 23c9565c60a38118e98f75482f972f27ab52924feddf2656a207788c2baa140a (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-1-deactivate, RELEASE=wip-aclamk-cbt-combined-d58f730, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux ) 2024-09-13T14:32:33.878 INFO:tasks.rados.rados.0.smithi071.stdout:2721: done (2 left) 2024-09-13T14:32:33.878 INFO:tasks.rados.rados.0.smithi071.stdout:2724: done (1 left) 2024-09-13T14:32:33.878 INFO:tasks.rados.rados.0.smithi071.stdout:2725: done (0 left) 2024-09-13T14:32:33.878 INFO:tasks.rados.rados.0.smithi071.stdout:2726: read oid 27 snap 337 2024-09-13T14:32:33.878 INFO:tasks.rados.rados.0.smithi071.stdout:2726: expect (ObjNum 927 snap 321 seq_num 927) 2024-09-13T14:32:33.878 INFO:tasks.rados.rados.0.smithi071.stdout:2727: write oid 30 current snap is 353 2024-09-13T14:32:33.878 INFO:tasks.rados.rados.0.smithi071.stdout:2727: seq_num 1016 ranges {675912=727933,1920764=460673,2801290=274622} 2024-09-13T14:32:33.885 INFO:tasks.rados.rados.0.smithi071.stdout:2727: writing smithi07185159-30 from 675912 to 1403845 tid 1 2024-09-13T14:32:33.891 INFO:tasks.rados.rados.0.smithi071.stdout:2727: writing smithi07185159-30 from 1920764 to 2381437 tid 2 2024-09-13T14:32:33.895 INFO:tasks.rados.rados.0.smithi071.stdout:2727: writing smithi07185159-30 from 2801290 to 3075912 tid 3 2024-09-13T14:32:33.895 INFO:tasks.rados.rados.0.smithi071.stdout:2728: write oid 24 current snap is 353 2024-09-13T14:32:33.895 INFO:tasks.rados.rados.0.smithi071.stdout:2728: seq_num 1017 ranges {692719=403182,1579246=720684,2828713=264006} 2024-09-13T14:32:33.901 INFO:tasks.rados.rados.0.smithi071.stdout:2728: writing smithi07185159-24 from 692719 to 1095901 tid 1 2024-09-13T14:32:33.907 INFO:tasks.rados.rados.0.smithi071.stdout:2728: writing smithi07185159-24 from 1579246 to 2299930 tid 2 2024-09-13T14:32:33.912 INFO:tasks.rados.rados.0.smithi071.stdout:2728: writing smithi07185159-24 from 2828713 to 3092719 tid 3 2024-09-13T14:32:33.912 INFO:tasks.rados.rados.0.smithi071.stdout:2729: snap_remove snap 336 2024-09-13T14:32:34.141 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:32:33 smithi071 podman[129767]: 2024-09-13 14:32:33.86018868 +0000 UTC m=+0.390719901 container start 23c9565c60a38118e98f75482f972f27ab52924feddf2656a207788c2baa140a (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-1-deactivate, ceph=True, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, RELEASE=wip-aclamk-cbt-combined-d58f730, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=) 2024-09-13T14:32:34.141 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:32:33 smithi071 podman[129767]: 2024-09-13 14:32:33.962939781 +0000 UTC m=+0.493471002 container attach 23c9565c60a38118e98f75482f972f27ab52924feddf2656a207788c2baa140a (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-1-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, ceph=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, RELEASE=wip-aclamk-cbt-combined-d58f730, org.label-schema.build-date=20240731) 2024-09-13T14:32:34.141 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:32:34 smithi071 podman[129767]: 2024-09-13 14:32:34.055582029 +0000 UTC m=+0.586113254 container died 23c9565c60a38118e98f75482f972f27ab52924feddf2656a207788c2baa140a (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-1-deactivate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, ceph=True, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, RELEASE=wip-aclamk-cbt-combined-d58f730, GIT_CLEAN=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0) 2024-09-13T14:32:34.885 INFO:tasks.rados.rados.0.smithi071.stdout:2726: expect (ObjNum 927 snap 321 seq_num 927) 2024-09-13T14:32:35.051 INFO:tasks.rados.rados.0.smithi071.stdout:2727: finishing write tid 1 to smithi07185159-30 2024-09-13T14:32:35.052 INFO:tasks.rados.rados.0.smithi071.stdout:2727: finishing write tid 2 to smithi07185159-30 2024-09-13T14:32:35.052 INFO:tasks.rados.rados.0.smithi071.stdout:2726: done (3 left) 2024-09-13T14:32:35.052 INFO:tasks.rados.rados.0.smithi071.stdout:2729: done (2 left) 2024-09-13T14:32:35.052 INFO:tasks.rados.rados.0.smithi071.stdout:2730: read oid 29 snap -1 2024-09-13T14:32:35.052 INFO:tasks.rados.rados.0.smithi071.stdout:2730: expect deleted 2024-09-13T14:32:35.052 INFO:tasks.rados.rados.0.smithi071.stdout:2731: read oid 43 snap 320 2024-09-13T14:32:35.052 INFO:tasks.rados.rados.0.smithi071.stdout:2731: expect (ObjNum 827 snap 292 seq_num 827) 2024-09-13T14:32:35.052 INFO:tasks.rados.rados.0.smithi071.stdout:2732: rollback oid 16 current snap is 353 2024-09-13T14:32:35.052 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 16 to 342 2024-09-13T14:32:35.052 INFO:tasks.rados.rados.0.smithi071.stdout:2727: finishing write tid 3 to smithi07185159-30 2024-09-13T14:32:35.053 INFO:tasks.rados.rados.0.smithi071.stdout:2727: finishing write tid 4 to smithi07185159-30 2024-09-13T14:32:35.053 INFO:tasks.rados.rados.0.smithi071.stdout:2727: finishing write tid 5 to smithi07185159-30 2024-09-13T14:32:35.053 INFO:tasks.rados.rados.0.smithi071.stdout:2727: oid 30 updating version 0 to 654 2024-09-13T14:32:35.053 INFO:tasks.rados.rados.0.smithi071.stdout:2727: oid 30 version 654 is already newer than 653 2024-09-13T14:32:35.053 INFO:tasks.rados.rados.0.smithi071.stdout:2727: oid 30 version 654 is already newer than 652 2024-09-13T14:32:35.053 INFO:tasks.rados.rados.0.smithi071.stdout:2727: oid 30 updating version 654 to 655 2024-09-13T14:32:35.053 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 30 v 655 (ObjNum 1016 snap 353 seq_num 1016) dirty exists 2024-09-13T14:32:35.053 INFO:tasks.rados.rados.0.smithi071.stdout:2727: left oid 30 (ObjNum 1016 snap 353 seq_num 1016) 2024-09-13T14:32:35.053 INFO:tasks.rados.rados.0.smithi071.stdout:2728: finishing write tid 1 to smithi07185159-24 2024-09-13T14:32:35.053 INFO:tasks.rados.rados.0.smithi071.stdout:2727: done (4 left) 2024-09-13T14:32:35.053 INFO:tasks.rados.rados.0.smithi071.stdout:2733: snap_create 2024-09-13T14:32:35.053 INFO:tasks.rados.rados.0.smithi071.stdout:2728: finishing write tid 2 to smithi07185159-24 2024-09-13T14:32:35.053 INFO:tasks.rados.rados.0.smithi071.stdout:2728: finishing write tid 3 to smithi07185159-24 2024-09-13T14:32:35.054 INFO:tasks.rados.rados.0.smithi071.stdout:2728: finishing write tid 4 to smithi07185159-24 2024-09-13T14:32:35.054 INFO:tasks.rados.rados.0.smithi071.stdout:2728: finishing write tid 5 to smithi07185159-24 2024-09-13T14:32:35.054 INFO:tasks.rados.rados.0.smithi071.stdout:2728: oid 24 updating version 0 to 659 2024-09-13T14:32:35.054 INFO:tasks.rados.rados.0.smithi071.stdout:2728: oid 24 version 659 is already newer than 657 2024-09-13T14:32:35.054 INFO:tasks.rados.rados.0.smithi071.stdout:2728: oid 24 version 659 is already newer than 656 2024-09-13T14:32:35.054 INFO:tasks.rados.rados.0.smithi071.stdout:2728: oid 24 version 659 is already newer than 658 2024-09-13T14:32:35.054 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 24 v 659 (ObjNum 1017 snap 353 seq_num 1017) dirty exists 2024-09-13T14:32:35.054 INFO:tasks.rados.rados.0.smithi071.stdout:2728: left oid 24 (ObjNum 1017 snap 353 seq_num 1017) 2024-09-13T14:32:35.055 INFO:tasks.rados.rados.0.smithi071.stdout:2731: expect (ObjNum 827 snap 292 seq_num 827) 2024-09-13T14:32:35.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:34 smithi071 ceph-mon[107477]: osdmap e770: 8 total, 7 up, 8 in 2024-09-13T14:32:35.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:34 smithi071 ceph-mon[107477]: pgmap v607: 89 pgs: 1 active+undersized, 10 stale+active+clean, 2 active+undersized+degraded, 76 active+clean; 236 MiB data, 854 MiB used, 714 GiB / 715 GiB avail; 4/480 objects degraded (0.833%) 2024-09-13T14:32:35.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:34 smithi071 ceph-mon[112785]: osdmap e770: 8 total, 7 up, 8 in 2024-09-13T14:32:35.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:34 smithi071 ceph-mon[112785]: pgmap v607: 89 pgs: 1 active+undersized, 10 stale+active+clean, 2 active+undersized+degraded, 76 active+clean; 236 MiB data, 854 MiB used, 714 GiB / 715 GiB avail; 4/480 objects degraded (0.833%) 2024-09-13T14:32:35.141 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:32:34 smithi071 podman[129810]: 2024-09-13 14:32:34.692132837 +0000 UTC m=+0.630667657 container remove 23c9565c60a38118e98f75482f972f27ab52924feddf2656a207788c2baa140a (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-1-deactivate, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, RELEASE=wip-aclamk-cbt-combined-d58f730, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-13T14:32:35.141 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:32:34 smithi071 systemd[1]: ceph-18f8172c-71da-11ef-bceb-c7b262605968@osd.1.service: Deactivated successfully. 2024-09-13T14:32:35.141 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:32:34 smithi071 systemd[1]: Stopped Ceph osd.1 for 18f8172c-71da-11ef-bceb-c7b262605968. 2024-09-13T14:32:35.141 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:32:34 smithi071 systemd[1]: ceph-18f8172c-71da-11ef-bceb-c7b262605968@osd.1.service: Consumed 13.797s CPU time. 2024-09-13T14:32:35.141 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:32:34 smithi071 systemd[1]: Starting Ceph osd.1 for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T14:32:35.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:34 smithi104 ceph-mon[105578]: osdmap e770: 8 total, 7 up, 8 in 2024-09-13T14:32:35.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:34 smithi104 ceph-mon[105578]: pgmap v607: 89 pgs: 1 active+undersized, 10 stale+active+clean, 2 active+undersized+degraded, 76 active+clean; 236 MiB data, 854 MiB used, 714 GiB / 715 GiB avail; 4/480 objects degraded (0.833%) 2024-09-13T14:32:35.234 INFO:tasks.rados.rados.0.smithi071.stdout:2732: finishing rollback tid 0 to smithi07185159-16 2024-09-13T14:32:35.234 INFO:tasks.rados.rados.0.smithi071.stdout:2732: finishing rollback tid 1 to smithi07185159-16 2024-09-13T14:32:35.234 INFO:tasks.rados.rados.0.smithi071.stdout:2732: finishing rollback tid 2 to smithi07185159-16 2024-09-13T14:32:35.234 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 16 v 846 (ObjNum 966 snap 338 seq_num 966) dirty exists 2024-09-13T14:32:35.480 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:32:35 smithi071 podman[129912]: 2024-09-13 14:32:35.047452903 +0000 UTC m=+0.015910433 image pull fec07016a2b0bf363d0b69240081049b65cf13f1c44f6a7196cf8309aeb428cd quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f 2024-09-13T14:32:35.480 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:32:35 smithi071 podman[129912]: 2024-09-13 14:32:35.185455121 +0000 UTC m=+0.153912638 container create 37f31096a34c9cbac10ba6d6fd3b5e02509c44e6366270144ed53f4d4f8da7cf (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-1-activate, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, ceph=True, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, RELEASE=wip-aclamk-cbt-combined-d58f730, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-13T14:32:35.481 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:32:35 smithi071 podman[129912]: 2024-09-13 14:32:35.37986529 +0000 UTC m=+0.348322806 container init 37f31096a34c9cbac10ba6d6fd3b5e02509c44e6366270144ed53f4d4f8da7cf (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-1-activate, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-aclamk-cbt-combined-d58f730, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, ceph=True, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_BRANCH=HEAD) 2024-09-13T14:32:35.481 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:32:35 smithi071 podman[129912]: 2024-09-13 14:32:35.385054454 +0000 UTC m=+0.353511979 container start 37f31096a34c9cbac10ba6d6fd3b5e02509c44e6366270144ed53f4d4f8da7cf (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-1-activate, CEPH_POINT_RELEASE=, RELEASE=wip-aclamk-cbt-combined-d58f730, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, GIT_BRANCH=HEAD) 2024-09-13T14:32:35.481 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:32:35 smithi071 podman[129912]: 2024-09-13 14:32:35.479757928 +0000 UTC m=+0.448215447 container attach 37f31096a34c9cbac10ba6d6fd3b5e02509c44e6366270144ed53f4d4f8da7cf (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-1-activate, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-aclamk-cbt-combined-d58f730, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.license=GPLv2, ceph=True) 2024-09-13T14:32:35.880 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:32:35 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-1-activate[129926]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-13T14:32:35.880 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:32:35 smithi071 bash[129912]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-13T14:32:35.880 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:32:35 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-1-activate[129926]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-13T14:32:35.880 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:32:35 smithi071 bash[129912]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-13T14:32:35.880 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:32:35 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-1-activate[129926]: --> Failed to activate via raw: activate() takes 1 positional argument but 5 were given 2024-09-13T14:32:35.880 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:32:35 smithi071 bash[129912]: --> Failed to activate via raw: activate() takes 1 positional argument but 5 were given 2024-09-13T14:32:35.880 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:32:35 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-1-activate[129926]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-13T14:32:35.880 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:32:35 smithi071 bash[129912]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-13T14:32:35.880 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:32:35 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-1-activate[129926]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-13T14:32:35.881 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:32:35 smithi071 bash[129912]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-13T14:32:35.881 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:32:35 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-1-activate[129926]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-13T14:32:35.881 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:32:35 smithi071 bash[129912]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-13T14:32:35.881 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:32:35 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-1-activate[129926]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_3 --path /var/lib/ceph/osd/ceph-1 --no-mon-config 2024-09-13T14:32:35.881 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:32:35 smithi071 bash[129912]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_3 --path /var/lib/ceph/osd/ceph-1 --no-mon-config 2024-09-13T14:32:35.893 INFO:tasks.rados.rados.0.smithi071.stdout:2728: done (4 left) 2024-09-13T14:32:35.893 INFO:tasks.rados.rados.0.smithi071.stdout:2730: done (3 left) 2024-09-13T14:32:35.893 INFO:tasks.rados.rados.0.smithi071.stdout:2731: done (2 left) 2024-09-13T14:32:35.893 INFO:tasks.rados.rados.0.smithi071.stdout:2732: done (1 left) 2024-09-13T14:32:35.893 INFO:tasks.rados.rados.0.smithi071.stdout:2733: done (0 left) 2024-09-13T14:32:35.893 INFO:tasks.rados.rados.0.smithi071.stdout:2734: rollback oid 32 current snap is 354 2024-09-13T14:32:35.893 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 32 to 312 2024-09-13T14:32:35.894 INFO:tasks.rados.rados.0.smithi071.stdout:2735: delete oid 43 current snap is 354 2024-09-13T14:32:35.896 INFO:tasks.rados.rados.0.smithi071.stdout:2734: finishing rollback tid 0 to smithi07185159-32 2024-09-13T14:32:35.897 INFO:tasks.rados.rados.0.smithi071.stdout:2734: finishing rollback tid 1 to smithi07185159-32 2024-09-13T14:32:35.897 INFO:tasks.rados.rados.0.smithi071.stdout:2734: finishing rollback tid 2 to smithi07185159-32 2024-09-13T14:32:35.897 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 32 v 258 (ObjNum 817 snap 288 seq_num 817) dirty exists 2024-09-13T14:32:35.897 INFO:tasks.rados.rados.0.smithi071.stdout:2734: done (1 left) 2024-09-13T14:32:35.897 INFO:tasks.rados.rados.0.smithi071.stdout:2735: done (0 left) 2024-09-13T14:32:35.897 INFO:tasks.rados.rados.0.smithi071.stdout:2736: read oid 8 snap -1 2024-09-13T14:32:35.897 INFO:tasks.rados.rados.0.smithi071.stdout:2736: expect (ObjNum 939 snap 328 seq_num 939) 2024-09-13T14:32:35.897 INFO:tasks.rados.rados.0.smithi071.stdout:2737: snap_create 2024-09-13T14:32:35.901 INFO:tasks.rados.rados.0.smithi071.stdout:2736: expect (ObjNum 939 snap 328 seq_num 939) 2024-09-13T14:32:36.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:35 smithi071 ceph-mon[107477]: Health check failed: Degraded data redundancy: 4/480 objects degraded (0.833%), 2 pgs degraded (PG_DEGRADED) 2024-09-13T14:32:36.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:35 smithi071 ceph-mon[107477]: osdmap e771: 8 total, 7 up, 8 in 2024-09-13T14:32:36.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:35 smithi071 ceph-mon[112785]: Health check failed: Degraded data redundancy: 4/480 objects degraded (0.833%), 2 pgs degraded (PG_DEGRADED) 2024-09-13T14:32:36.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:35 smithi071 ceph-mon[112785]: osdmap e771: 8 total, 7 up, 8 in 2024-09-13T14:32:36.141 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:32:35 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-1-activate[129926]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-1/block 2024-09-13T14:32:36.141 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:32:35 smithi071 bash[129912]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-1/block 2024-09-13T14:32:36.141 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:32:35 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-1-activate[129926]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-1/block 2024-09-13T14:32:36.141 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:32:35 smithi071 bash[129912]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-1/block 2024-09-13T14:32:36.141 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:32:35 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-1-activate[129926]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-13T14:32:36.141 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:32:35 smithi071 bash[129912]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-13T14:32:36.141 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:32:35 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-1-activate[129926]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-13T14:32:36.142 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:32:35 smithi071 bash[129912]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-13T14:32:36.142 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:32:35 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-1-activate[129926]: --> ceph-volume lvm activate successful for osd ID: 1 2024-09-13T14:32:36.142 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:32:35 smithi071 bash[129912]: --> ceph-volume lvm activate successful for osd ID: 1 2024-09-13T14:32:36.142 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:32:35 smithi071 podman[129912]: 2024-09-13 14:32:35.942165057 +0000 UTC m=+0.910622590 container died 37f31096a34c9cbac10ba6d6fd3b5e02509c44e6366270144ed53f4d4f8da7cf (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-1-activate, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, RELEASE=wip-aclamk-cbt-combined-d58f730, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD) 2024-09-13T14:32:36.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:35 smithi104 ceph-mon[105578]: Health check failed: Degraded data redundancy: 4/480 objects degraded (0.833%), 2 pgs degraded (PG_DEGRADED) 2024-09-13T14:32:36.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:35 smithi104 ceph-mon[105578]: osdmap e771: 8 total, 7 up, 8 in 2024-09-13T14:32:36.899 INFO:tasks.rados.rados.0.smithi071.stdout:2736: done (1 left) 2024-09-13T14:32:36.899 INFO:tasks.rados.rados.0.smithi071.stdout:2737: done (0 left) 2024-09-13T14:32:36.900 INFO:tasks.rados.rados.0.smithi071.stdout:2738: read oid 7 snap 351 2024-09-13T14:32:36.900 INFO:tasks.rados.rados.0.smithi071.stdout:2738: expect (ObjNum 973 snap 342 seq_num 973) 2024-09-13T14:32:36.900 INFO:tasks.rados.rados.0.smithi071.stdout:2739: write oid 17 current snap is 355 2024-09-13T14:32:36.900 INFO:tasks.rados.rados.0.smithi071.stdout:2739: seq_num 1019 ranges {726333=670033,2096210=724353} 2024-09-13T14:32:36.908 INFO:tasks.rados.rados.0.smithi071.stdout:2739: writing smithi07185159-17 from 726333 to 1396366 tid 1 2024-09-13T14:32:36.916 INFO:tasks.rados.rados.0.smithi071.stdout:2739: writing smithi07185159-17 from 2096210 to 2820563 tid 2 2024-09-13T14:32:36.916 INFO:tasks.rados.rados.0.smithi071.stdout:2740: read oid 13 snap -1 2024-09-13T14:32:36.916 INFO:tasks.rados.rados.0.smithi071.stdout:2740: expect deleted 2024-09-13T14:32:36.916 INFO:tasks.rados.rados.0.smithi071.stdout:2741: read oid 40 snap -1 2024-09-13T14:32:36.916 INFO:tasks.rados.rados.0.smithi071.stdout:2741: expect (ObjNum 874 snap 311 seq_num 874) 2024-09-13T14:32:36.916 INFO:tasks.rados.rados.0.smithi071.stdout:2742: write oid 11 current snap is 355 2024-09-13T14:32:36.916 INFO:tasks.rados.rados.0.smithi071.stdout:2742: seq_num 1020 ranges {743140=745282,2154692=468011} 2024-09-13T14:32:36.923 INFO:tasks.rados.rados.0.smithi071.stdout:2742: writing smithi07185159-11 from 743140 to 1488422 tid 1 2024-09-13T14:32:36.930 INFO:tasks.rados.rados.0.smithi071.stdout:2742: writing smithi07185159-11 from 2154692 to 2622703 tid 2 2024-09-13T14:32:36.930 INFO:tasks.rados.rados.0.smithi071.stdout:2743: read oid 34 snap -1 2024-09-13T14:32:36.930 INFO:tasks.rados.rados.0.smithi071.stdout:2743: expect (ObjNum 967 snap 338 seq_num 967) 2024-09-13T14:32:36.931 INFO:tasks.rados.rados.0.smithi071.stdout:2744: read oid 35 snap 337 2024-09-13T14:32:36.931 INFO:tasks.rados.rados.0.smithi071.stdout:2744: expect (ObjNum 937 snap 328 seq_num 937) 2024-09-13T14:32:36.931 INFO:tasks.rados.rados.0.smithi071.stdout:2745: write oid 19 current snap is 355 2024-09-13T14:32:36.931 INFO:tasks.rados.rados.0.smithi071.stdout:2745: seq_num 1021 ranges {759947=420531,1813174=728022} 2024-09-13T14:32:36.937 INFO:tasks.rados.rados.0.smithi071.stdout:2745: writing smithi07185159-19 from 759947 to 1180478 tid 1 2024-09-13T14:32:36.945 INFO:tasks.rados.rados.0.smithi071.stdout:2745: writing smithi07185159-19 from 1813174 to 2541196 tid 2 2024-09-13T14:32:36.945 INFO:tasks.rados.rados.0.smithi071.stdout:2746: snap_remove snap 320 2024-09-13T14:32:37.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:36 smithi071 ceph-mon[107477]: osdmap e772: 8 total, 7 up, 8 in 2024-09-13T14:32:37.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:36 smithi071 ceph-mon[107477]: pgmap v610: 89 pgs: 28 active+undersized, 9 active+undersized+degraded, 52 active+clean; 245 MiB data, 859 MiB used, 714 GiB / 715 GiB avail; 2.7 MiB/s rd, 1.0 MiB/s wr, 6 op/s; 33/486 objects degraded (6.790%) 2024-09-13T14:32:37.053 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:36 smithi071 ceph-mon[112785]: osdmap e772: 8 total, 7 up, 8 in 2024-09-13T14:32:37.053 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:36 smithi071 ceph-mon[112785]: pgmap v610: 89 pgs: 28 active+undersized, 9 active+undersized+degraded, 52 active+clean; 245 MiB data, 859 MiB used, 714 GiB / 715 GiB avail; 2.7 MiB/s rd, 1.0 MiB/s wr, 6 op/s; 33/486 objects degraded (6.790%) 2024-09-13T14:32:37.054 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:32:36 smithi071 podman[130067]: 2024-09-13 14:32:36.667890526 +0000 UTC m=+0.720062299 container remove 37f31096a34c9cbac10ba6d6fd3b5e02509c44e6366270144ed53f4d4f8da7cf (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-1-activate, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-aclamk-cbt-combined-d58f730) 2024-09-13T14:32:37.054 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:32:36 smithi071 podman[130132]: 2024-09-13 14:32:36.774566025 +0000 UTC m=+0.015650176 image pull fec07016a2b0bf363d0b69240081049b65cf13f1c44f6a7196cf8309aeb428cd quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f 2024-09-13T14:32:37.054 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:32:36 smithi071 podman[130132]: 2024-09-13 14:32:36.90224221 +0000 UTC m=+0.143326362 container create a3b5d367100b234c942a50acb90316e9ad6c525d2dcb05a0a663d886fd2631ea (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-1, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, RELEASE=wip-aclamk-cbt-combined-d58f730, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=) 2024-09-13T14:32:37.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:36 smithi104 ceph-mon[105578]: osdmap e772: 8 total, 7 up, 8 in 2024-09-13T14:32:37.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:36 smithi104 ceph-mon[105578]: pgmap v610: 89 pgs: 28 active+undersized, 9 active+undersized+degraded, 52 active+clean; 245 MiB data, 859 MiB used, 714 GiB / 715 GiB avail; 2.7 MiB/s rd, 1.0 MiB/s wr, 6 op/s; 33/486 objects degraded (6.790%) 2024-09-13T14:32:37.640 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:32:37 smithi071 podman[130132]: 2024-09-13 14:32:37.163968413 +0000 UTC m=+0.405052564 container init a3b5d367100b234c942a50acb90316e9ad6c525d2dcb05a0a663d886fd2631ea (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-1, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, RELEASE=wip-aclamk-cbt-combined-d58f730, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0) 2024-09-13T14:32:37.641 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:32:37 smithi071 podman[130132]: 2024-09-13 14:32:37.168674666 +0000 UTC m=+0.409758816 container start a3b5d367100b234c942a50acb90316e9ad6c525d2dcb05a0a663d886fd2631ea (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-1, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.build-date=20240731, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, RELEASE=wip-aclamk-cbt-combined-d58f730, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=) 2024-09-13T14:32:37.641 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:32:37 smithi071 ceph-osd[130170]: -- 172.21.15.71:0/156473011 <== mon.2 v2:172.21.15.71:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x563ba2ad5a40 con 0x563ba2ab3c00 2024-09-13T14:32:37.641 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:32:37 smithi071 bash[130132]: a3b5d367100b234c942a50acb90316e9ad6c525d2dcb05a0a663d886fd2631ea 2024-09-13T14:32:37.641 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:32:37 smithi071 systemd[1]: Started Ceph osd.1 for 18f8172c-71da-11ef-bceb-c7b262605968. 2024-09-13T14:32:37.877 INFO:tasks.rados.rados.0.smithi071.stdout:2746: done (8 left) 2024-09-13T14:32:37.877 INFO:tasks.rados.rados.0.smithi071.stdout:2747: write oid 47 current snap is 355 2024-09-13T14:32:37.877 INFO:tasks.rados.rados.0.smithi071.stdout:2738: expect (ObjNum 973 snap 342 seq_num 973) 2024-09-13T14:32:38.021 INFO:tasks.rados.rados.0.smithi071.stdout:2739: finishing write tid 1 to smithi07185159-17 2024-09-13T14:32:38.021 INFO:tasks.rados.rados.0.smithi071.stdout:2747: seq_num 1022 ranges {776754=495780,1871656=471680,2965828=210926} 2024-09-13T14:32:38.027 INFO:tasks.rados.rados.0.smithi071.stdout:2747: writing smithi07185159-47 from 776754 to 1272534 tid 1 2024-09-13T14:32:38.033 INFO:tasks.rados.rados.0.smithi071.stdout:2747: writing smithi07185159-47 from 1871656 to 2343336 tid 2 2024-09-13T14:32:38.038 INFO:tasks.rados.rados.0.smithi071.stdout:2747: writing smithi07185159-47 from 2965828 to 3176754 tid 3 2024-09-13T14:32:38.038 INFO:tasks.rados.rados.0.smithi071.stdout:2738: done (8 left) 2024-09-13T14:32:38.038 INFO:tasks.rados.rados.0.smithi071.stdout:2748: rollback oid 2 current snap is 355 2024-09-13T14:32:38.039 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 2 to 354 2024-09-13T14:32:38.039 INFO:tasks.rados.rados.0.smithi071.stdout:2739: finishing write tid 2 to smithi07185159-17 2024-09-13T14:32:38.039 INFO:tasks.rados.rados.0.smithi071.stdout:2741: expect (ObjNum 874 snap 311 seq_num 874) 2024-09-13T14:32:38.163 INFO:tasks.rados.rados.0.smithi071.stdout:2739: finishing write tid 3 to smithi07185159-17 2024-09-13T14:32:38.164 INFO:tasks.rados.rados.0.smithi071.stdout:2739: finishing write tid 4 to smithi07185159-17 2024-09-13T14:32:38.164 INFO:tasks.rados.rados.0.smithi071.stdout:2739: oid 17 updating version 0 to 966 2024-09-13T14:32:38.164 INFO:tasks.rados.rados.0.smithi071.stdout:2739: oid 17 updating version 966 to 967 2024-09-13T14:32:38.164 INFO:tasks.rados.rados.0.smithi071.stdout:2739: oid 17 version 967 is already newer than 965 2024-09-13T14:32:38.164 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 17 v 967 (ObjNum 1019 snap 355 seq_num 1019) dirty exists 2024-09-13T14:32:38.164 INFO:tasks.rados.rados.0.smithi071.stdout:2739: left oid 17 (ObjNum 1019 snap 355 seq_num 1019) 2024-09-13T14:32:38.164 INFO:tasks.rados.rados.0.smithi071.stdout:2742: finishing write tid 1 to smithi07185159-11 2024-09-13T14:32:38.164 INFO:tasks.rados.rados.0.smithi071.stdout:2739: done (8 left) 2024-09-13T14:32:38.164 INFO:tasks.rados.rados.0.smithi071.stdout:2740: done (7 left) 2024-09-13T14:32:38.164 INFO:tasks.rados.rados.0.smithi071.stdout:2741: done (6 left) 2024-09-13T14:32:38.164 INFO:tasks.rados.rados.0.smithi071.stdout:2749: read oid 36 snap -1 2024-09-13T14:32:38.164 INFO:tasks.rados.rados.0.smithi071.stdout:2749: expect (ObjNum 1001 snap 348 seq_num 1001) 2024-09-13T14:32:38.165 INFO:tasks.rados.rados.0.smithi071.stdout:2750: snap_remove snap 351 2024-09-13T14:32:38.165 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:37 smithi104 ceph-mon[105578]: osdmap e773: 8 total, 7 up, 8 in 2024-09-13T14:32:38.165 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:37 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:38.165 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:37 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:38.165 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:37 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:38.166 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:37 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:32:38.166 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:37 smithi104 ceph-mon[105578]: osdmap e774: 8 total, 7 up, 8 in 2024-09-13T14:32:38.176 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:37 smithi071 ceph-mon[107477]: osdmap e773: 8 total, 7 up, 8 in 2024-09-13T14:32:38.176 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:37 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:38.176 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:37 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:38.177 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:37 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:38.177 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:37 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:32:38.177 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:37 smithi071 ceph-mon[107477]: osdmap e774: 8 total, 7 up, 8 in 2024-09-13T14:32:38.177 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:37 smithi071 ceph-mon[112785]: osdmap e773: 8 total, 7 up, 8 in 2024-09-13T14:32:38.177 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:37 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:38.177 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:37 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:38.177 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:37 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:38.177 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:37 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:32:38.177 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:37 smithi071 ceph-mon[112785]: osdmap e774: 8 total, 7 up, 8 in 2024-09-13T14:32:38.907 INFO:tasks.rados.rados.0.smithi071.stdout:2750: done (7 left) 2024-09-13T14:32:38.907 INFO:tasks.rados.rados.0.smithi071.stdout:2751: delete oid 31 current snap is 355 2024-09-13T14:32:38.907 INFO:tasks.rados.rados.0.smithi071.stdout:2744: expect (ObjNum 937 snap 328 seq_num 937) 2024-09-13T14:32:39.032 INFO:tasks.rados.rados.0.smithi071.stdout:2742: finishing write tid 2 to smithi07185159-11 2024-09-13T14:32:39.032 INFO:tasks.rados.rados.0.smithi071.stdout:2742: finishing write tid 3 to smithi07185159-11 2024-09-13T14:32:39.032 INFO:tasks.rados.rados.0.smithi071.stdout:2742: finishing write tid 4 to smithi07185159-11 2024-09-13T14:32:39.032 INFO:tasks.rados.rados.0.smithi071.stdout:2742: oid 11 updating version 0 to 1440 2024-09-13T14:32:39.032 INFO:tasks.rados.rados.0.smithi071.stdout:2742: oid 11 updating version 1440 to 1441 2024-09-13T14:32:39.033 INFO:tasks.rados.rados.0.smithi071.stdout:2742: oid 11 updating version 1441 to 1442 2024-09-13T14:32:39.033 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 11 v 1442 (ObjNum 1020 snap 355 seq_num 1020) dirty exists 2024-09-13T14:32:39.033 INFO:tasks.rados.rados.0.smithi071.stdout:2742: left oid 11 (ObjNum 1020 snap 355 seq_num 1020) 2024-09-13T14:32:39.033 INFO:tasks.rados.rados.0.smithi071.stdout:2743: expect (ObjNum 967 snap 338 seq_num 967) 2024-09-13T14:32:39.089 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:38 smithi071 ceph-mon[107477]: pgmap v613: 89 pgs: 28 active+undersized, 9 active+undersized+degraded, 52 active+clean; 245 MiB data, 859 MiB used, 714 GiB / 715 GiB avail; 2.7 MiB/s rd, 1.0 MiB/s wr, 6 op/s; 33/486 objects degraded (6.790%) 2024-09-13T14:32:39.089 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:32:38 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-1[130147]: 2024-09-13T14:32:38.789+0000 7fa513095640 -1 Falling back to public interface 2024-09-13T14:32:39.089 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:38 smithi071 ceph-mon[112785]: pgmap v613: 89 pgs: 28 active+undersized, 9 active+undersized+degraded, 52 active+clean; 245 MiB data, 859 MiB used, 714 GiB / 715 GiB avail; 2.7 MiB/s rd, 1.0 MiB/s wr, 6 op/s; 33/486 objects degraded (6.790%) 2024-09-13T14:32:39.143 INFO:tasks.rados.rados.0.smithi071.stdout:2745: finishing write tid 1 to smithi07185159-19 2024-09-13T14:32:39.143 INFO:tasks.rados.rados.0.smithi071.stdout:2745: finishing write tid 2 to smithi07185159-19 2024-09-13T14:32:39.143 INFO:tasks.rados.rados.0.smithi071.stdout:2745: finishing write tid 3 to smithi07185159-19 2024-09-13T14:32:39.143 INFO:tasks.rados.rados.0.smithi071.stdout:2745: finishing write tid 4 to smithi07185159-19 2024-09-13T14:32:39.143 INFO:tasks.rados.rados.0.smithi071.stdout:2745: oid 19 updating version 0 to 969 2024-09-13T14:32:39.144 INFO:tasks.rados.rados.0.smithi071.stdout:2745: oid 19 updating version 969 to 971 2024-09-13T14:32:39.144 INFO:tasks.rados.rados.0.smithi071.stdout:2745: oid 19 version 971 is already newer than 970 2024-09-13T14:32:39.144 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 19 v 971 (ObjNum 1021 snap 355 seq_num 1021) dirty exists 2024-09-13T14:32:39.144 INFO:tasks.rados.rados.0.smithi071.stdout:2745: left oid 19 (ObjNum 1021 snap 355 seq_num 1021) 2024-09-13T14:32:39.144 INFO:tasks.rados.rados.0.smithi071.stdout:2747: finishing write tid 1 to smithi07185159-47 2024-09-13T14:32:39.144 INFO:tasks.rados.rados.0.smithi071.stdout:2747: finishing write tid 2 to smithi07185159-47 2024-09-13T14:32:39.144 INFO:tasks.rados.rados.0.smithi071.stdout:2747: finishing write tid 3 to smithi07185159-47 2024-09-13T14:32:39.144 INFO:tasks.rados.rados.0.smithi071.stdout:2742: done (7 left) 2024-09-13T14:32:39.144 INFO:tasks.rados.rados.0.smithi071.stdout:2743: done (6 left) 2024-09-13T14:32:39.144 INFO:tasks.rados.rados.0.smithi071.stdout:2744: done (5 left) 2024-09-13T14:32:39.144 INFO:tasks.rados.rados.0.smithi071.stdout:2745: done (4 left) 2024-09-13T14:32:39.144 INFO:tasks.rados.rados.0.smithi071.stdout:2751: done (3 left) 2024-09-13T14:32:39.144 INFO:tasks.rados.rados.0.smithi071.stdout:2752: write oid 49 current snap is 355 2024-09-13T14:32:39.145 INFO:tasks.rados.rados.0.smithi071.stdout:2748: finishing rollback tid 0 to smithi07185159-2 2024-09-13T14:32:39.145 INFO:tasks.rados.rados.0.smithi071.stdout:2748: finishing rollback tid 1 to smithi07185159-2 2024-09-13T14:32:39.145 INFO:tasks.rados.rados.0.smithi071.stdout:2747: finishing write tid 4 to smithi07185159-47 2024-09-13T14:32:39.145 INFO:tasks.rados.rados.0.smithi071.stdout:2752: seq_num 1024 ranges {410368=646278,1472267=475349,2504321=405600} 2024-09-13T14:32:39.148 INFO:tasks.rados.rados.0.smithi071.stdout:2752: writing smithi07185159-49 from 410368 to 1056646 tid 1 2024-09-13T14:32:39.154 INFO:tasks.rados.rados.0.smithi071.stdout:2752: writing smithi07185159-49 from 1472267 to 1947616 tid 2 2024-09-13T14:32:39.159 INFO:tasks.rados.rados.0.smithi071.stdout:2752: writing smithi07185159-49 from 2504321 to 2909921 tid 3 2024-09-13T14:32:39.159 INFO:tasks.rados.rados.0.smithi071.stdout:2753: write oid 48 current snap is 355 2024-09-13T14:32:39.159 INFO:tasks.rados.rados.0.smithi071.stdout:2748: finishing rollback tid 2 to smithi07185159-2 2024-09-13T14:32:39.159 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 2 v 523 (ObjNum 922 snap 321 seq_num 922) dirty exists 2024-09-13T14:32:39.159 INFO:tasks.rados.rados.0.smithi071.stdout:2747: finishing write tid 5 to smithi07185159-47 2024-09-13T14:32:39.159 INFO:tasks.rados.rados.0.smithi071.stdout:2747: oid 47 updating version 0 to 1213 2024-09-13T14:32:39.159 INFO:tasks.rados.rados.0.smithi071.stdout:2747: oid 47 version 1213 is already newer than 1211 2024-09-13T14:32:39.160 INFO:tasks.rados.rados.0.smithi071.stdout:2747: oid 47 version 1213 is already newer than 1212 2024-09-13T14:32:39.160 INFO:tasks.rados.rados.0.smithi071.stdout:2747: oid 47 version 1213 is already newer than 1210 2024-09-13T14:32:39.160 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 47 v 1213 (ObjNum 1022 snap 355 seq_num 1022) dirty exists 2024-09-13T14:32:39.160 INFO:tasks.rados.rados.0.smithi071.stdout:2747: left oid 47 (ObjNum 1022 snap 355 seq_num 1022) 2024-09-13T14:32:39.160 INFO:tasks.rados.rados.0.smithi071.stdout:2753: seq_num 1025 ranges {427175=721527,1930749=735360} 2024-09-13T14:32:39.165 INFO:tasks.rados.rados.0.smithi071.stdout:2753: writing smithi07185159-48 from 427175 to 1148702 tid 1 2024-09-13T14:32:39.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:38 smithi104 ceph-mon[105578]: pgmap v613: 89 pgs: 28 active+undersized, 9 active+undersized+degraded, 52 active+clean; 245 MiB data, 859 MiB used, 714 GiB / 715 GiB avail; 2.7 MiB/s rd, 1.0 MiB/s wr, 6 op/s; 33/486 objects degraded (6.790%) 2024-09-13T14:32:39.173 INFO:tasks.rados.rados.0.smithi071.stdout:2753: writing smithi07185159-48 from 1930749 to 2666109 tid 2 2024-09-13T14:32:39.174 INFO:tasks.rados.rados.0.smithi071.stdout:2747: done (4 left) 2024-09-13T14:32:39.174 INFO:tasks.rados.rados.0.smithi071.stdout:2748: done (3 left) 2024-09-13T14:32:39.174 INFO:tasks.rados.rados.0.smithi071.stdout:2754: delete oid 28 current snap is 355 2024-09-13T14:32:39.174 INFO:tasks.rados.rados.0.smithi071.stdout:2749: expect (ObjNum 1001 snap 348 seq_num 1001) 2024-09-13T14:32:39.399 INFO:tasks.rados.rados.0.smithi071.stdout:2752: finishing write tid 1 to smithi07185159-49 2024-09-13T14:32:39.400 INFO:tasks.rados.rados.0.smithi071.stdout:2752: finishing write tid 2 to smithi07185159-49 2024-09-13T14:32:39.400 INFO:tasks.rados.rados.0.smithi071.stdout:2752: finishing write tid 3 to smithi07185159-49 2024-09-13T14:32:39.400 INFO:tasks.rados.rados.0.smithi071.stdout:2752: finishing write tid 4 to smithi07185159-49 2024-09-13T14:32:39.400 INFO:tasks.rados.rados.0.smithi071.stdout:2752: finishing write tid 5 to smithi07185159-49 2024-09-13T14:32:39.400 INFO:tasks.rados.rados.0.smithi071.stdout:2752: oid 49 updating version 0 to 1409 2024-09-13T14:32:39.400 INFO:tasks.rados.rados.0.smithi071.stdout:2752: oid 49 version 1409 is already newer than 1407 2024-09-13T14:32:39.400 INFO:tasks.rados.rados.0.smithi071.stdout:2752: oid 49 version 1409 is already newer than 1408 2024-09-13T14:32:39.400 INFO:tasks.rados.rados.0.smithi071.stdout:2752: oid 49 updating version 1409 to 1410 2024-09-13T14:32:39.400 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 49 v 1410 (ObjNum 1024 snap 355 seq_num 1024) dirty exists 2024-09-13T14:32:39.400 INFO:tasks.rados.rados.0.smithi071.stdout:2752: left oid 49 (ObjNum 1024 snap 355 seq_num 1024) 2024-09-13T14:32:39.400 INFO:tasks.rados.rados.0.smithi071.stdout:2753: finishing write tid 1 to smithi07185159-48 2024-09-13T14:32:39.400 INFO:tasks.rados.rados.0.smithi071.stdout:2749: done (3 left) 2024-09-13T14:32:39.401 INFO:tasks.rados.rados.0.smithi071.stdout:2752: done (2 left) 2024-09-13T14:32:39.401 INFO:tasks.rados.rados.0.smithi071.stdout:2754: done (1 left) 2024-09-13T14:32:39.401 INFO:tasks.rados.rados.0.smithi071.stdout:2755: delete oid 19 current snap is 355 2024-09-13T14:32:39.401 INFO:tasks.rados.rados.0.smithi071.stdout:2753: finishing write tid 2 to smithi07185159-48 2024-09-13T14:32:39.401 INFO:tasks.rados.rados.0.smithi071.stdout:2753: finishing write tid 3 to smithi07185159-48 2024-09-13T14:32:39.401 INFO:tasks.rados.rados.0.smithi071.stdout:2753: finishing write tid 4 to smithi07185159-48 2024-09-13T14:32:39.401 INFO:tasks.rados.rados.0.smithi071.stdout:2753: oid 48 updating version 0 to 2684 2024-09-13T14:32:39.401 INFO:tasks.rados.rados.0.smithi071.stdout:2753: oid 48 updating version 2684 to 2686 2024-09-13T14:32:39.401 INFO:tasks.rados.rados.0.smithi071.stdout:2753: oid 48 version 2686 is already newer than 2685 2024-09-13T14:32:39.401 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 48 v 2686 (ObjNum 1025 snap 355 seq_num 1025) dirty exists 2024-09-13T14:32:39.401 INFO:tasks.rados.rados.0.smithi071.stdout:2753: left oid 48 (ObjNum 1025 snap 355 seq_num 1025) 2024-09-13T14:32:39.402 INFO:tasks.rados.rados.0.smithi071.stdout:2753: done (1 left) 2024-09-13T14:32:39.402 INFO:tasks.rados.rados.0.smithi071.stdout:2755: done (0 left) 2024-09-13T14:32:39.402 INFO:tasks.rados.rados.0.smithi071.stdout:2756: snap_remove snap 350 2024-09-13T14:32:39.914 INFO:tasks.rados.rados.0.smithi071.stdout:2756: done (0 left) 2024-09-13T14:32:39.914 INFO:tasks.rados.rados.0.smithi071.stdout:2757: snap_remove snap 328 2024-09-13T14:32:40.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:39 smithi071 ceph-mon[107477]: osdmap e775: 8 total, 7 up, 8 in 2024-09-13T14:32:40.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:39 smithi071 ceph-mon[112785]: osdmap e775: 8 total, 7 up, 8 in 2024-09-13T14:32:40.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:39 smithi104 ceph-mon[105578]: osdmap e775: 8 total, 7 up, 8 in 2024-09-13T14:32:40.928 INFO:tasks.rados.rados.0.smithi071.stdout:2757: done (0 left) 2024-09-13T14:32:40.928 INFO:tasks.rados.rados.0.smithi071.stdout:2758: snap_create 2024-09-13T14:32:41.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:40 smithi104 ceph-mon[105578]: osdmap e776: 8 total, 7 up, 8 in 2024-09-13T14:32:41.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:40 smithi104 ceph-mon[105578]: pgmap v616: 89 pgs: 28 active+undersized, 9 active+undersized+degraded, 52 active+clean; 239 MiB data, 856 MiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 1.9 MiB/s wr, 22 op/s; 34/477 objects degraded (7.128%) 2024-09-13T14:32:41.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:40 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:41.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:40 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:41.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:40 smithi071 ceph-mon[107477]: osdmap e776: 8 total, 7 up, 8 in 2024-09-13T14:32:41.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:40 smithi071 ceph-mon[107477]: pgmap v616: 89 pgs: 28 active+undersized, 9 active+undersized+degraded, 52 active+clean; 239 MiB data, 856 MiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 1.9 MiB/s wr, 22 op/s; 34/477 objects degraded (7.128%) 2024-09-13T14:32:41.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:40 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:41.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:40 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:41.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:40 smithi071 ceph-mon[112785]: osdmap e776: 8 total, 7 up, 8 in 2024-09-13T14:32:41.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:40 smithi071 ceph-mon[112785]: pgmap v616: 89 pgs: 28 active+undersized, 9 active+undersized+degraded, 52 active+clean; 239 MiB data, 856 MiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 1.9 MiB/s wr, 22 op/s; 34/477 objects degraded (7.128%) 2024-09-13T14:32:41.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:40 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:41.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:40 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:41.925 INFO:tasks.rados.rados.0.smithi071.stdout:2758: done (0 left) 2024-09-13T14:32:41.925 INFO:tasks.rados.rados.0.smithi071.stdout:2759: read oid 24 snap -1 2024-09-13T14:32:41.925 INFO:tasks.rados.rados.0.smithi071.stdout:2759: expect (ObjNum 1017 snap 353 seq_num 1017) 2024-09-13T14:32:41.925 INFO:tasks.rados.rados.0.smithi071.stdout:2760: snap_remove snap 334 2024-09-13T14:32:42.178 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:41 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 34/477 objects degraded (7.128%), 9 pgs degraded (PG_DEGRADED) 2024-09-13T14:32:42.178 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:41 smithi071 ceph-mon[107477]: osdmap e777: 8 total, 7 up, 8 in 2024-09-13T14:32:42.178 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:41 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:42.178 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:41 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:42.178 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:41 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:42.178 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:41 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:42.179 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:41 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 34/477 objects degraded (7.128%), 9 pgs degraded (PG_DEGRADED) 2024-09-13T14:32:42.179 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:41 smithi071 ceph-mon[112785]: osdmap e777: 8 total, 7 up, 8 in 2024-09-13T14:32:42.179 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:41 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:42.179 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:41 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:42.179 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:41 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:42.179 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:41 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:42.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:41 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 34/477 objects degraded (7.128%), 9 pgs degraded (PG_DEGRADED) 2024-09-13T14:32:42.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:41 smithi104 ceph-mon[105578]: osdmap e777: 8 total, 7 up, 8 in 2024-09-13T14:32:42.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:41 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:42.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:41 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:42.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:41 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:42.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:41 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:42.641 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:32:42 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-1[130147]: 2024-09-13T14:32:42.415+0000 7fa513095640 -1 osd.1 767 log_to_monitors true 2024-09-13T14:32:42.936 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:32:42 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:32:42] "GET /metrics HTTP/1.1" 200 36406 "" "Prometheus/2.51.0" 2024-09-13T14:32:42.940 INFO:tasks.rados.rados.0.smithi071.stdout:2760: done (1 left) 2024-09-13T14:32:42.940 INFO:tasks.rados.rados.0.smithi071.stdout:2761: write oid 41 current snap is 356 2024-09-13T14:32:42.940 INFO:tasks.rados.rados.0.smithi071.stdout:2761: seq_num 1028 ranges {477596=663627,1706195=482687,2614013=567041} 2024-09-13T14:32:42.947 INFO:tasks.rados.rados.0.smithi071.stdout:2761: writing smithi07185159-41 from 477596 to 1141223 tid 1 2024-09-13T14:32:42.953 INFO:tasks.rados.rados.0.smithi071.stdout:2761: writing smithi07185159-41 from 1706195 to 2188882 tid 2 2024-09-13T14:32:42.959 INFO:tasks.rados.rados.0.smithi071.stdout:2761: writing smithi07185159-41 from 2614013 to 3181054 tid 3 2024-09-13T14:32:42.959 INFO:tasks.rados.rados.0.smithi071.stdout:2762: delete oid 8 current snap is 356 2024-09-13T14:32:42.959 INFO:tasks.rados.rados.0.smithi071.stdout:2759: expect (ObjNum 1017 snap 353 seq_num 1017) 2024-09-13T14:32:43.060 INFO:tasks.rados.rados.0.smithi071.stdout:2761: finishing write tid 1 to smithi07185159-41 2024-09-13T14:32:43.060 INFO:tasks.rados.rados.0.smithi071.stdout:2761: finishing write tid 2 to smithi07185159-41 2024-09-13T14:32:43.060 INFO:tasks.rados.rados.0.smithi071.stdout:2761: finishing write tid 3 to smithi07185159-41 2024-09-13T14:32:43.060 INFO:tasks.rados.rados.0.smithi071.stdout:2761: finishing write tid 4 to smithi07185159-41 2024-09-13T14:32:43.060 INFO:tasks.rados.rados.0.smithi071.stdout:2761: finishing write tid 5 to smithi07185159-41 2024-09-13T14:32:43.061 INFO:tasks.rados.rados.0.smithi071.stdout:2761: oid 41 updating version 0 to 1461 2024-09-13T14:32:43.061 INFO:tasks.rados.rados.0.smithi071.stdout:2761: oid 41 version 1461 is already newer than 1460 2024-09-13T14:32:43.061 INFO:tasks.rados.rados.0.smithi071.stdout:2761: oid 41 version 1461 is already newer than 1459 2024-09-13T14:32:43.061 INFO:tasks.rados.rados.0.smithi071.stdout:2761: oid 41 version 1461 is already newer than 1456 2024-09-13T14:32:43.061 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 41 v 1461 (ObjNum 1028 snap 356 seq_num 1028) dirty exists 2024-09-13T14:32:43.061 INFO:tasks.rados.rados.0.smithi071.stdout:2761: left oid 41 (ObjNum 1028 snap 356 seq_num 1028) 2024-09-13T14:32:43.061 INFO:tasks.rados.rados.0.smithi071.stdout:2759: done (2 left) 2024-09-13T14:32:43.061 INFO:tasks.rados.rados.0.smithi071.stdout:2761: done (1 left) 2024-09-13T14:32:43.061 INFO:tasks.rados.rados.0.smithi071.stdout:2762: done (0 left) 2024-09-13T14:32:43.061 INFO:tasks.rados.rados.0.smithi071.stdout:2763: read oid 41 snap -1 2024-09-13T14:32:43.061 INFO:tasks.rados.rados.0.smithi071.stdout:2763: expect (ObjNum 1028 snap 356 seq_num 1028) 2024-09-13T14:32:43.061 INFO:tasks.rados.rados.0.smithi071.stdout:2764: read oid 4 snap -1 2024-09-13T14:32:43.061 INFO:tasks.rados.rados.0.smithi071.stdout:2764: expect deleted 2024-09-13T14:32:43.062 INFO:tasks.rados.rados.0.smithi071.stdout:2765: rollback oid 45 current snap is 356 2024-09-13T14:32:43.062 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 45 to 354 2024-09-13T14:32:43.062 INFO:tasks.rados.rados.0.smithi071.stdout:2766: snap_create 2024-09-13T14:32:43.066 INFO:tasks.rados.rados.0.smithi071.stdout:2763: expect (ObjNum 1028 snap 356 seq_num 1028) 2024-09-13T14:32:43.246 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:42 smithi071 ceph-mon[107477]: osdmap e778: 8 total, 7 up, 8 in 2024-09-13T14:32:43.246 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:42 smithi071 ceph-mon[107477]: pgmap v619: 89 pgs: 28 active+undersized, 9 active+undersized+degraded, 52 active+clean; 239 MiB data, 856 MiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 1.9 MiB/s wr, 22 op/s; 34/477 objects degraded (7.128%) 2024-09-13T14:32:43.246 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:42 smithi071 ceph-mon[107477]: from='osd.1 [v2:172.21.15.71:6810/2439276550,v1:172.21.15.71:6811/2439276550]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-13T14:32:43.246 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 14:32:42 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-1[130147]: 2024-09-13T14:32:42.955+0000 7fa50ae3f640 -1 osd.1 767 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-13T14:32:43.247 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:42 smithi071 ceph-mon[112785]: osdmap e778: 8 total, 7 up, 8 in 2024-09-13T14:32:43.247 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:42 smithi071 ceph-mon[112785]: pgmap v619: 89 pgs: 28 active+undersized, 9 active+undersized+degraded, 52 active+clean; 239 MiB data, 856 MiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 1.9 MiB/s wr, 22 op/s; 34/477 objects degraded (7.128%) 2024-09-13T14:32:43.247 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:42 smithi071 ceph-mon[112785]: from='osd.1 [v2:172.21.15.71:6810/2439276550,v1:172.21.15.71:6811/2439276550]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-13T14:32:43.297 INFO:tasks.rados.rados.0.smithi071.stdout:2765: finishing rollback tid 1 to smithi07185159-45 2024-09-13T14:32:43.297 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 45 v 1395 (ObjNum 113 snap 0 seq_num 1961155936) dirty dne 2024-09-13T14:32:43.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:42 smithi104 ceph-mon[105578]: osdmap e778: 8 total, 7 up, 8 in 2024-09-13T14:32:43.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:42 smithi104 ceph-mon[105578]: pgmap v619: 89 pgs: 28 active+undersized, 9 active+undersized+degraded, 52 active+clean; 239 MiB data, 856 MiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 1.9 MiB/s wr, 22 op/s; 34/477 objects degraded (7.128%) 2024-09-13T14:32:43.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:42 smithi104 ceph-mon[105578]: from='osd.1 [v2:172.21.15.71:6810/2439276550,v1:172.21.15.71:6811/2439276550]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-13T14:32:43.941 INFO:tasks.rados.rados.0.smithi071.stdout:2763: done (3 left) 2024-09-13T14:32:43.942 INFO:tasks.rados.rados.0.smithi071.stdout:2764: done (2 left) 2024-09-13T14:32:43.942 INFO:tasks.rados.rados.0.smithi071.stdout:2765: done (1 left) 2024-09-13T14:32:43.942 INFO:tasks.rados.rados.0.smithi071.stdout:2766: done (0 left) 2024-09-13T14:32:43.942 INFO:tasks.rados.rados.0.smithi071.stdout:2767: read oid 42 snap -1 2024-09-13T14:32:43.942 INFO:tasks.rados.rados.0.smithi071.stdout:2767: expect deleted 2024-09-13T14:32:43.942 INFO:tasks.rados.rados.0.smithi071.stdout:2768: read oid 29 snap -1 2024-09-13T14:32:43.942 INFO:tasks.rados.rados.0.smithi071.stdout:2768: expect deleted 2024-09-13T14:32:43.942 INFO:tasks.rados.rados.0.smithi071.stdout:2769: read oid 21 snap -1 2024-09-13T14:32:43.942 INFO:tasks.rados.rados.0.smithi071.stdout:2769: expect (ObjNum 934 snap 326 seq_num 934) 2024-09-13T14:32:43.942 INFO:tasks.rados.rados.0.smithi071.stdout:2770: read oid 45 snap -1 2024-09-13T14:32:43.942 INFO:tasks.rados.rados.0.smithi071.stdout:2770: expect deleted 2024-09-13T14:32:43.942 INFO:tasks.rados.rados.0.smithi071.stdout:2771: rollback oid 34 current snap is 357 2024-09-13T14:32:43.942 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 34 to 353 2024-09-13T14:32:43.943 INFO:tasks.rados.rados.0.smithi071.stdout:2772: snap_remove snap 354 2024-09-13T14:32:44.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:43 smithi071 ceph-mon[107477]: from='osd.1 [v2:172.21.15.71:6810/2439276550,v1:172.21.15.71:6811/2439276550]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-13T14:32:44.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:43 smithi071 ceph-mon[107477]: osdmap e779: 8 total, 7 up, 8 in 2024-09-13T14:32:44.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:43 smithi071 ceph-mon[107477]: from='osd.1 [v2:172.21.15.71:6810/2439276550,v1:172.21.15.71:6811/2439276550]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]} : dispatch 2024-09-13T14:32:44.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:43 smithi071 ceph-mon[112785]: from='osd.1 [v2:172.21.15.71:6810/2439276550,v1:172.21.15.71:6811/2439276550]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-13T14:32:44.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:43 smithi071 ceph-mon[112785]: osdmap e779: 8 total, 7 up, 8 in 2024-09-13T14:32:44.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:43 smithi071 ceph-mon[112785]: from='osd.1 [v2:172.21.15.71:6810/2439276550,v1:172.21.15.71:6811/2439276550]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]} : dispatch 2024-09-13T14:32:44.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:43 smithi104 ceph-mon[105578]: from='osd.1 [v2:172.21.15.71:6810/2439276550,v1:172.21.15.71:6811/2439276550]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-13T14:32:44.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:43 smithi104 ceph-mon[105578]: osdmap e779: 8 total, 7 up, 8 in 2024-09-13T14:32:44.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:43 smithi104 ceph-mon[105578]: from='osd.1 [v2:172.21.15.71:6810/2439276550,v1:172.21.15.71:6811/2439276550]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]} : dispatch 2024-09-13T14:32:44.945 INFO:tasks.rados.rados.0.smithi071.stdout:2772: done (5 left) 2024-09-13T14:32:44.945 INFO:tasks.rados.rados.0.smithi071.stdout:2773: read oid 28 snap -1 2024-09-13T14:32:44.945 INFO:tasks.rados.rados.0.smithi071.stdout:2773: expect deleted 2024-09-13T14:32:44.945 INFO:tasks.rados.rados.0.smithi071.stdout:2774: write oid 41 current snap is 357 2024-09-13T14:32:44.945 INFO:tasks.rados.rados.0.smithi071.stdout:2774: seq_num 1030 ranges {511210=414125,1423159=486356,2668859=589585} 2024-09-13T14:32:44.951 INFO:tasks.rados.rados.0.smithi071.stdout:2774: writing smithi07185159-41 from 511210 to 925335 tid 1 2024-09-13T14:32:44.957 INFO:tasks.rados.rados.0.smithi071.stdout:2774: writing smithi07185159-41 from 1423159 to 1909515 tid 2 2024-09-13T14:32:44.965 INFO:tasks.rados.rados.0.smithi071.stdout:2774: writing smithi07185159-41 from 2668859 to 3258444 tid 3 2024-09-13T14:32:44.967 INFO:tasks.rados.rados.0.smithi071.stdout:2771: finishing rollback tid 0 to smithi07185159-34 2024-09-13T14:32:44.967 INFO:tasks.rados.rados.0.smithi071.stdout:2771: finishing rollback tid 1 to smithi07185159-34 2024-09-13T14:32:44.967 INFO:tasks.rados.rados.0.smithi071.stdout:2771: finishing rollback tid 2 to smithi07185159-34 2024-09-13T14:32:44.967 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 34 v 537 (ObjNum 967 snap 338 seq_num 967) dirty exists 2024-09-13T14:32:44.968 INFO:tasks.rados.rados.0.smithi071.stdout:2769: expect (ObjNum 934 snap 326 seq_num 934) 2024-09-13T14:32:45.137 INFO:tasks.rados.rados.0.smithi071.stdout:2774: finishing write tid 1 to smithi07185159-41 2024-09-13T14:32:45.137 INFO:tasks.rados.rados.0.smithi071.stdout:2774: finishing write tid 2 to smithi07185159-41 2024-09-13T14:32:45.137 INFO:tasks.rados.rados.0.smithi071.stdout:2774: finishing write tid 3 to smithi07185159-41 2024-09-13T14:32:45.137 INFO:tasks.rados.rados.0.smithi071.stdout:2774: finishing write tid 4 to smithi07185159-41 2024-09-13T14:32:45.137 INFO:tasks.rados.rados.0.smithi071.stdout:2774: finishing write tid 5 to smithi07185159-41 2024-09-13T14:32:45.137 INFO:tasks.rados.rados.0.smithi071.stdout:2774: oid 41 updating version 0 to 1471 2024-09-13T14:32:45.137 INFO:tasks.rados.rados.0.smithi071.stdout:2774: oid 41 version 1471 is already newer than 1469 2024-09-13T14:32:45.137 INFO:tasks.rados.rados.0.smithi071.stdout:2774: oid 41 version 1471 is already newer than 1468 2024-09-13T14:32:45.137 INFO:tasks.rados.rados.0.smithi071.stdout:2774: oid 41 version 1471 is already newer than 1470 2024-09-13T14:32:45.138 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 41 v 1471 (ObjNum 1030 snap 357 seq_num 1030) dirty exists 2024-09-13T14:32:45.138 INFO:tasks.rados.rados.0.smithi071.stdout:2774: left oid 41 (ObjNum 1030 snap 357 seq_num 1030) 2024-09-13T14:32:45.138 INFO:tasks.rados.rados.0.smithi071.stdout:2767: done (6 left) 2024-09-13T14:32:45.138 INFO:tasks.rados.rados.0.smithi071.stdout:2768: done (5 left) 2024-09-13T14:32:45.138 INFO:tasks.rados.rados.0.smithi071.stdout:2769: done (4 left) 2024-09-13T14:32:45.138 INFO:tasks.rados.rados.0.smithi071.stdout:2770: done (3 left) 2024-09-13T14:32:45.138 INFO:tasks.rados.rados.0.smithi071.stdout:2771: done (2 left) 2024-09-13T14:32:45.138 INFO:tasks.rados.rados.0.smithi071.stdout:2773: done (1 left) 2024-09-13T14:32:45.138 INFO:tasks.rados.rados.0.smithi071.stdout:2774: done (0 left) 2024-09-13T14:32:45.138 INFO:tasks.rados.rados.0.smithi071.stdout:2775: write oid 39 current snap is 357 2024-09-13T14:32:45.138 INFO:tasks.rados.rados.0.smithi071.stdout:2775: seq_num 1031 ranges {528017=489374,1481641=630014,2696282=400857} 2024-09-13T14:32:45.142 INFO:tasks.rados.rados.0.smithi071.stdout:2775: writing smithi07185159-39 from 528017 to 1017391 tid 1 2024-09-13T14:32:45.148 INFO:tasks.rados.rados.0.smithi071.stdout:2775: writing smithi07185159-39 from 1481641 to 2111655 tid 2 2024-09-13T14:32:45.154 INFO:tasks.rados.rados.0.smithi071.stdout:2775: writing smithi07185159-39 from 2696282 to 3097139 tid 3 2024-09-13T14:32:45.154 INFO:tasks.rados.rados.0.smithi071.stdout:2776: rollback oid 46 current snap is 357 2024-09-13T14:32:45.154 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 46 to 352 2024-09-13T14:32:45.154 INFO:tasks.rados.rados.0.smithi071.stdout:2775: finishing write tid 1 to smithi07185159-39 2024-09-13T14:32:45.154 INFO:tasks.rados.rados.0.smithi071.stdout:2775: finishing write tid 2 to smithi07185159-39 2024-09-13T14:32:45.155 INFO:tasks.rados.rados.0.smithi071.stdout:2777: rollback oid 6 current snap is 357 2024-09-13T14:32:45.155 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 6 to 344 2024-09-13T14:32:45.155 INFO:tasks.rados.rados.0.smithi071.stdout:2778: read oid 33 snap -1 2024-09-13T14:32:45.155 INFO:tasks.rados.rados.0.smithi071.stdout:2778: expect deleted 2024-09-13T14:32:45.155 INFO:tasks.rados.rados.0.smithi071.stdout:2779: write oid 42 current snap is 357 2024-09-13T14:32:45.155 INFO:tasks.rados.rados.0.smithi071.stdout:2779: seq_num 1032 ranges {544824=564623,1823770=490025,3007352=337472} 2024-09-13T14:32:45.159 INFO:tasks.rados.rados.0.smithi071.stdout:2779: writing smithi07185159-42 from 544824 to 1109447 tid 1 2024-09-13T14:32:45.166 INFO:tasks.rados.rados.0.smithi071.stdout:2779: writing smithi07185159-42 from 1823770 to 2313795 tid 2 2024-09-13T14:32:45.172 INFO:tasks.rados.rados.0.smithi071.stdout:2779: writing smithi07185159-42 from 3007352 to 3344824 tid 3 2024-09-13T14:32:45.172 INFO:tasks.rados.rados.0.smithi071.stdout:2780: read oid 34 snap -1 2024-09-13T14:32:45.172 INFO:tasks.rados.rados.0.smithi071.stdout:2780: expect (ObjNum 967 snap 338 seq_num 967) 2024-09-13T14:32:45.172 INFO:tasks.rados.rados.0.smithi071.stdout:2781: write oid 32 current snap is 357 2024-09-13T14:32:45.172 INFO:tasks.rados.rados.0.smithi071.stdout:2781: seq_num 1033 ranges {561631=639872,1882252=633683,3034775=326856} 2024-09-13T14:32:45.178 INFO:tasks.rados.rados.0.smithi071.stdout:2781: writing smithi07185159-32 from 561631 to 1201503 tid 1 2024-09-13T14:32:45.185 INFO:tasks.rados.rados.0.smithi071.stdout:2781: writing smithi07185159-32 from 1882252 to 2515935 tid 2 2024-09-13T14:32:45.190 INFO:tasks.rados.rados.0.smithi071.stdout:2781: writing smithi07185159-32 from 3034775 to 3361631 tid 3 2024-09-13T14:32:45.190 INFO:tasks.rados.rados.0.smithi071.stdout:2782: write oid 12 current snap is 357 2024-09-13T14:32:45.190 INFO:tasks.rados.rados.0.smithi071.stdout:2782: seq_num 1034 ranges {578438=431474,1657087=493694,2778551=599887} 2024-09-13T14:32:45.195 INFO:tasks.rados.rados.0.smithi071.stdout:2782: writing smithi07185159-12 from 578438 to 1009912 tid 1 2024-09-13T14:32:45.202 INFO:tasks.rados.rados.0.smithi071.stdout:2782: writing smithi07185159-12 from 1657087 to 2150781 tid 2 2024-09-13T14:32:45.209 INFO:tasks.rados.rados.0.smithi071.stdout:2782: writing smithi07185159-12 from 2778551 to 3378438 tid 3 2024-09-13T14:32:45.209 INFO:tasks.rados.rados.0.smithi071.stdout:2783: read oid 26 snap -1 2024-09-13T14:32:45.209 INFO:tasks.rados.rados.0.smithi071.stdout:2783: expect (ObjNum 1014 snap 351 seq_num 1014) 2024-09-13T14:32:45.209 INFO:tasks.rados.rados.0.smithi071.stdout:2784: rollback oid 15 current snap is 357 2024-09-13T14:32:45.209 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 15 to 355 2024-09-13T14:32:45.209 INFO:tasks.rados.rados.0.smithi071.stdout:2776: finishing rollback tid 1 to smithi07185159-46 2024-09-13T14:32:45.210 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 46 v 0 (ObjNum 49 snap 0 seq_num 1961157008) dirty dne 2024-09-13T14:32:45.210 INFO:tasks.rados.rados.0.smithi071.stdout:2775: finishing write tid 3 to smithi07185159-39 2024-09-13T14:32:45.210 INFO:tasks.rados.rados.0.smithi071.stdout:2775: finishing write tid 4 to smithi07185159-39 2024-09-13T14:32:45.210 INFO:tasks.rados.rados.0.smithi071.stdout:2775: finishing write tid 5 to smithi07185159-39 2024-09-13T14:32:45.210 INFO:tasks.rados.rados.0.smithi071.stdout:2775: oid 39 updating version 0 to 1425 2024-09-13T14:32:45.210 INFO:tasks.rados.rados.0.smithi071.stdout:2775: oid 39 updating version 1425 to 1427 2024-09-13T14:32:45.210 INFO:tasks.rados.rados.0.smithi071.stdout:2775: oid 39 version 1427 is already newer than 1426 2024-09-13T14:32:45.210 INFO:tasks.rados.rados.0.smithi071.stdout:2775: oid 39 version 1427 is already newer than 1424 2024-09-13T14:32:45.210 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 39 v 1427 (ObjNum 1031 snap 357 seq_num 1031) dirty exists 2024-09-13T14:32:45.210 INFO:tasks.rados.rados.0.smithi071.stdout:2775: left oid 39 (ObjNum 1031 snap 357 seq_num 1031) 2024-09-13T14:32:45.210 INFO:tasks.rados.rados.0.smithi071.stdout:2777: finishing rollback tid 1 to smithi07185159-6 2024-09-13T14:32:45.210 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 6 v 2375 (ObjNum 49 snap 0 seq_num 1953522672) dirty dne 2024-09-13T14:32:45.210 INFO:tasks.rados.rados.0.smithi071.stdout:2779: finishing write tid 1 to smithi07185159-42 2024-09-13T14:32:45.210 INFO:tasks.rados.rados.0.smithi071.stdout:2775: done (9 left) 2024-09-13T14:32:45.211 INFO:tasks.rados.rados.0.smithi071.stdout:2776: done (8 left) 2024-09-13T14:32:45.211 INFO:tasks.rados.rados.0.smithi071.stdout:2777: done (7 left) 2024-09-13T14:32:45.211 INFO:tasks.rados.rados.0.smithi071.stdout:2778: done (6 left) 2024-09-13T14:32:45.211 INFO:tasks.rados.rados.0.smithi071.stdout:2785: read oid 43 snap -1 2024-09-13T14:32:45.211 INFO:tasks.rados.rados.0.smithi071.stdout:2785: expect deleted 2024-09-13T14:32:45.211 INFO:tasks.rados.rados.0.smithi071.stdout:2786: snap_create 2024-09-13T14:32:45.211 INFO:tasks.rados.rados.0.smithi071.stdout:2779: finishing write tid 2 to smithi07185159-42 2024-09-13T14:32:45.211 INFO:tasks.rados.rados.0.smithi071.stdout:2779: finishing write tid 3 to smithi07185159-42 2024-09-13T14:32:45.211 INFO:tasks.rados.rados.0.smithi071.stdout:2779: finishing write tid 4 to smithi07185159-42 2024-09-13T14:32:45.211 INFO:tasks.rados.rados.0.smithi071.stdout:2779: finishing write tid 5 to smithi07185159-42 2024-09-13T14:32:45.211 INFO:tasks.rados.rados.0.smithi071.stdout:2779: oid 42 updating version 0 to 1472 2024-09-13T14:32:45.211 INFO:tasks.rados.rados.0.smithi071.stdout:2779: oid 42 updating version 1472 to 1474 2024-09-13T14:32:45.211 INFO:tasks.rados.rados.0.smithi071.stdout:2779: oid 42 updating version 1474 to 1475 2024-09-13T14:32:45.211 INFO:tasks.rados.rados.0.smithi071.stdout:2779: oid 42 version 1475 is already newer than 1473 2024-09-13T14:32:45.212 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 42 v 1475 (ObjNum 1032 snap 357 seq_num 1032) dirty exists 2024-09-13T14:32:45.212 INFO:tasks.rados.rados.0.smithi071.stdout:2779: left oid 42 (ObjNum 1032 snap 357 seq_num 1032) 2024-09-13T14:32:45.212 INFO:tasks.rados.rados.0.smithi071.stdout:2780: expect (ObjNum 967 snap 338 seq_num 967) 2024-09-13T14:32:45.317 INFO:tasks.rados.rados.0.smithi071.stdout:2781: finishing write tid 1 to smithi07185159-32 2024-09-13T14:32:45.317 INFO:tasks.rados.rados.0.smithi071.stdout:2781: finishing write tid 2 to smithi07185159-32 2024-09-13T14:32:45.318 INFO:tasks.rados.rados.0.smithi071.stdout:2781: finishing write tid 3 to smithi07185159-32 2024-09-13T14:32:45.318 INFO:tasks.rados.rados.0.smithi071.stdout:2781: finishing write tid 4 to smithi07185159-32 2024-09-13T14:32:45.318 INFO:tasks.rados.rados.0.smithi071.stdout:2781: finishing write tid 5 to smithi07185159-32 2024-09-13T14:32:45.318 INFO:tasks.rados.rados.0.smithi071.stdout:2781: oid 32 updating version 0 to 273 2024-09-13T14:32:45.318 INFO:tasks.rados.rados.0.smithi071.stdout:2781: oid 32 version 273 is already newer than 272 2024-09-13T14:32:45.318 INFO:tasks.rados.rados.0.smithi071.stdout:2781: oid 32 version 273 is already newer than 271 2024-09-13T14:32:45.318 INFO:tasks.rados.rados.0.smithi071.stdout:2781: oid 32 version 273 is already newer than 270 2024-09-13T14:32:45.318 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 32 v 273 (ObjNum 1033 snap 357 seq_num 1033) dirty exists 2024-09-13T14:32:45.318 INFO:tasks.rados.rados.0.smithi071.stdout:2781: left oid 32 (ObjNum 1033 snap 357 seq_num 1033) 2024-09-13T14:32:45.318 INFO:tasks.rados.rados.0.smithi071.stdout:2782: finishing write tid 1 to smithi07185159-12 2024-09-13T14:32:45.318 INFO:tasks.rados.rados.0.smithi071.stdout:2782: finishing write tid 2 to smithi07185159-12 2024-09-13T14:32:45.318 INFO:tasks.rados.rados.0.smithi071.stdout:2782: finishing write tid 3 to smithi07185159-12 2024-09-13T14:32:45.318 INFO:tasks.rados.rados.0.smithi071.stdout:2782: finishing write tid 4 to smithi07185159-12 2024-09-13T14:32:45.318 INFO:tasks.rados.rados.0.smithi071.stdout:2782: finishing write tid 5 to smithi07185159-12 2024-09-13T14:32:45.319 INFO:tasks.rados.rados.0.smithi071.stdout:2782: oid 12 updating version 0 to 357 2024-09-13T14:32:45.319 INFO:tasks.rados.rados.0.smithi071.stdout:2782: oid 12 updating version 357 to 359 2024-09-13T14:32:45.319 INFO:tasks.rados.rados.0.smithi071.stdout:2782: oid 12 version 359 is already newer than 358 2024-09-13T14:32:45.319 INFO:tasks.rados.rados.0.smithi071.stdout:2782: oid 12 version 359 is already newer than 356 2024-09-13T14:32:45.319 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 12 v 359 (ObjNum 1034 snap 357 seq_num 1034) dirty exists 2024-09-13T14:32:45.319 INFO:tasks.rados.rados.0.smithi071.stdout:2782: left oid 12 (ObjNum 1034 snap 357 seq_num 1034) 2024-09-13T14:32:45.319 INFO:tasks.rados.rados.0.smithi071.stdout:2784: finishing rollback tid 1 to smithi07185159-15 2024-09-13T14:32:45.319 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 15 v 2594 (ObjNum 33 snap 0 seq_num 1953522936) dirty dne 2024-09-13T14:32:45.319 INFO:tasks.rados.rados.0.smithi071.stdout:2783: expect (ObjNum 1014 snap 351 seq_num 1014) 2024-09-13T14:32:45.390 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:32:45 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: 2024-09-13T14:32:45.138+0000 7f099fea3640 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (8 PGs are or would become offline) 2024-09-13T14:32:45.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:44 smithi071 ceph-mon[112785]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-13T14:32:45.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:44 smithi071 ceph-mon[112785]: osd.1 [v2:172.21.15.71:6810/2439276550,v1:172.21.15.71:6811/2439276550] boot 2024-09-13T14:32:45.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:44 smithi071 ceph-mon[112785]: osdmap e780: 8 total, 8 up, 8 in 2024-09-13T14:32:45.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:44 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-13T14:32:45.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:44 smithi071 ceph-mon[112785]: pgmap v622: 89 pgs: 2 peering, 28 active+undersized, 7 active+undersized+degraded, 52 active+clean; 239 MiB data, 856 MiB used, 714 GiB / 715 GiB avail; 3.5 MiB/s rd, 1 op/s; 30/477 objects degraded (6.289%) 2024-09-13T14:32:45.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:44 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:45.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:44 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:32:45.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:44 smithi071 ceph-mon[107477]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-13T14:32:45.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:44 smithi071 ceph-mon[107477]: osd.1 [v2:172.21.15.71:6810/2439276550,v1:172.21.15.71:6811/2439276550] boot 2024-09-13T14:32:45.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:44 smithi071 ceph-mon[107477]: osdmap e780: 8 total, 8 up, 8 in 2024-09-13T14:32:45.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:44 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-13T14:32:45.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:44 smithi071 ceph-mon[107477]: pgmap v622: 89 pgs: 2 peering, 28 active+undersized, 7 active+undersized+degraded, 52 active+clean; 239 MiB data, 856 MiB used, 714 GiB / 715 GiB avail; 3.5 MiB/s rd, 1 op/s; 30/477 objects degraded (6.289%) 2024-09-13T14:32:45.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:44 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:45.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:44 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:32:45.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:44 smithi104 ceph-mon[105578]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-13T14:32:45.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:44 smithi104 ceph-mon[105578]: osd.1 [v2:172.21.15.71:6810/2439276550,v1:172.21.15.71:6811/2439276550] boot 2024-09-13T14:32:45.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:44 smithi104 ceph-mon[105578]: osdmap e780: 8 total, 8 up, 8 in 2024-09-13T14:32:45.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:44 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-13T14:32:45.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:44 smithi104 ceph-mon[105578]: pgmap v622: 89 pgs: 2 peering, 28 active+undersized, 7 active+undersized+degraded, 52 active+clean; 239 MiB data, 856 MiB used, 714 GiB / 715 GiB avail; 3.5 MiB/s rd, 1 op/s; 30/477 objects degraded (6.289%) 2024-09-13T14:32:45.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:44 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:45.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:44 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:32:46.029 INFO:tasks.rados.rados.0.smithi071.stdout:2779: done (7 left) 2024-09-13T14:32:46.029 INFO:tasks.rados.rados.0.smithi071.stdout:2780: done (6 left) 2024-09-13T14:32:46.029 INFO:tasks.rados.rados.0.smithi071.stdout:2781: done (5 left) 2024-09-13T14:32:46.029 INFO:tasks.rados.rados.0.smithi071.stdout:2782: done (4 left) 2024-09-13T14:32:46.029 INFO:tasks.rados.rados.0.smithi071.stdout:2783: done (3 left) 2024-09-13T14:32:46.030 INFO:tasks.rados.rados.0.smithi071.stdout:2784: done (2 left) 2024-09-13T14:32:46.030 INFO:tasks.rados.rados.0.smithi071.stdout:2785: done (1 left) 2024-09-13T14:32:46.030 INFO:tasks.rados.rados.0.smithi071.stdout:2786: done (0 left) 2024-09-13T14:32:46.030 INFO:tasks.rados.rados.0.smithi071.stdout:2787: delete oid 30 current snap is 358 2024-09-13T14:32:46.032 INFO:tasks.rados.rados.0.smithi071.stdout:2787: done (0 left) 2024-09-13T14:32:46.032 INFO:tasks.rados.rados.0.smithi071.stdout:2788: rollback oid 50 current snap is 358 2024-09-13T14:32:46.032 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 50 to 325 2024-09-13T14:32:46.032 INFO:tasks.rados.rados.0.smithi071.stdout:2789: read oid 9 snap -1 2024-09-13T14:32:46.032 INFO:tasks.rados.rados.0.smithi071.stdout:2789: expect deleted 2024-09-13T14:32:46.032 INFO:tasks.rados.rados.0.smithi071.stdout:2790: write oid 23 current snap is 358 2024-09-13T14:32:46.032 INFO:tasks.rados.rados.0.smithi071.stdout:2790: seq_num 1036 ranges {612052=581972,1657698=497363,2717044=695008} 2024-09-13T14:32:46.038 INFO:tasks.rados.rados.0.smithi071.stdout:2790: writing smithi07185159-23 from 612052 to 1194024 tid 1 2024-09-13T14:32:46.043 INFO:tasks.rados.rados.0.smithi071.stdout:2790: writing smithi07185159-23 from 1657698 to 2155061 tid 2 2024-09-13T14:32:46.051 INFO:tasks.rados.rados.0.smithi071.stdout:2790: writing smithi07185159-23 from 2717044 to 3412052 tid 3 2024-09-13T14:32:46.051 INFO:tasks.rados.rados.0.smithi071.stdout:2791: write oid 13 current snap is 358 2024-09-13T14:32:46.051 INFO:tasks.rados.rados.0.smithi071.stdout:2788: finishing rollback tid 1 to smithi07185159-50 2024-09-13T14:32:46.051 INFO:tasks.rados.rados.0.smithi071.stdout:2788: finishing rollback tid 2 to smithi07185159-50 2024-09-13T14:32:46.051 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 50 v 2700 (ObjNum 904 snap 316 seq_num 904) dirty exists 2024-09-13T14:32:46.051 INFO:tasks.rados.rados.0.smithi071.stdout:2790: finishing write tid 1 to smithi07185159-23 2024-09-13T14:32:46.051 INFO:tasks.rados.rados.0.smithi071.stdout:2790: finishing write tid 2 to smithi07185159-23 2024-09-13T14:32:46.051 INFO:tasks.rados.rados.0.smithi071.stdout:2791: seq_num 1037 ranges {628859=657221,1716180=641021,3144467=284392} 2024-09-13T14:32:46.057 INFO:tasks.rados.rados.0.smithi071.stdout:2791: writing smithi07185159-13 from 628859 to 1286080 tid 1 2024-09-13T14:32:46.063 INFO:tasks.rados.rados.0.smithi071.stdout:2791: writing smithi07185159-13 from 1716180 to 2357201 tid 2 2024-09-13T14:32:46.070 INFO:tasks.rados.rados.0.smithi071.stdout:2791: writing smithi07185159-13 from 3144467 to 3428859 tid 3 2024-09-13T14:32:46.070 INFO:tasks.rados.rados.0.smithi071.stdout:2788: done (3 left) 2024-09-13T14:32:46.070 INFO:tasks.rados.rados.0.smithi071.stdout:2789: done (2 left) 2024-09-13T14:32:46.070 INFO:tasks.rados.rados.0.smithi071.stdout:2792: rollback oid 50 current snap is 358 2024-09-13T14:32:46.070 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 50 to 355 2024-09-13T14:32:46.070 INFO:tasks.rados.rados.0.smithi071.stdout:2790: finishing write tid 3 to smithi07185159-23 2024-09-13T14:32:46.070 INFO:tasks.rados.rados.0.smithi071.stdout:2790: finishing write tid 4 to smithi07185159-23 2024-09-13T14:32:46.070 INFO:tasks.rados.rados.0.smithi071.stdout:2790: finishing write tid 5 to smithi07185159-23 2024-09-13T14:32:46.070 INFO:tasks.rados.rados.0.smithi071.stdout:2790: oid 23 updating version 0 to 1432 2024-09-13T14:32:46.070 INFO:tasks.rados.rados.0.smithi071.stdout:2790: oid 23 version 1432 is already newer than 1431 2024-09-13T14:32:46.071 INFO:tasks.rados.rados.0.smithi071.stdout:2790: oid 23 version 1432 is already newer than 1430 2024-09-13T14:32:46.071 INFO:tasks.rados.rados.0.smithi071.stdout:2790: oid 23 version 1432 is already newer than 1429 2024-09-13T14:32:46.071 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 23 v 1432 (ObjNum 1036 snap 358 seq_num 1036) dirty exists 2024-09-13T14:32:46.071 INFO:tasks.rados.rados.0.smithi071.stdout:2790: left oid 23 (ObjNum 1036 snap 358 seq_num 1036) 2024-09-13T14:32:46.071 INFO:tasks.rados.rados.0.smithi071.stdout:2791: finishing write tid 1 to smithi07185159-13 2024-09-13T14:32:46.071 INFO:tasks.rados.rados.0.smithi071.stdout:2791: finishing write tid 2 to smithi07185159-13 2024-09-13T14:32:46.071 INFO:tasks.rados.rados.0.smithi071.stdout:2790: done (2 left) 2024-09-13T14:32:46.071 INFO:tasks.rados.rados.0.smithi071.stdout:2793: write oid 41 current snap is 358 2024-09-13T14:32:46.071 INFO:tasks.rados.rados.0.smithi071.stdout:2793: seq_num 1038 ranges {645666=732470,2174662=501032,3288243=157423} 2024-09-13T14:32:46.076 INFO:tasks.rados.rados.0.smithi071.stdout:2793: writing smithi07185159-41 from 645666 to 1378136 tid 1 2024-09-13T14:32:46.084 INFO:tasks.rados.rados.0.smithi071.stdout:2793: writing smithi07185159-41 from 2174662 to 2675694 tid 2 2024-09-13T14:32:46.088 INFO:tasks.rados.rados.0.smithi071.stdout:2793: writing smithi07185159-41 from 3288243 to 3445666 tid 3 2024-09-13T14:32:46.088 INFO:tasks.rados.rados.0.smithi071.stdout:2794: snap_remove snap 325 2024-09-13T14:32:46.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:45 smithi071 ceph-mon[107477]: osdmap e781: 8 total, 8 up, 8 in 2024-09-13T14:32:46.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:46.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:46.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:32:46.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:32:46.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:46.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:32:46.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:32:46.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:32:46.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:32:46.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16} : dispatch 2024-09-13T14:32:46.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:45 smithi071 ceph-mon[107477]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-13T14:32:46.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:45 smithi071 ceph-mon[107477]: Upgrade: unsafe to stop osd(s) at this time (8 PGs are or would become offline) 2024-09-13T14:32:46.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:45 smithi071 ceph-mon[112785]: osdmap e781: 8 total, 8 up, 8 in 2024-09-13T14:32:46.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:46.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:46.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:32:46.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:32:46.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:46.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:32:46.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:32:46.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:32:46.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:32:46.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16} : dispatch 2024-09-13T14:32:46.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:45 smithi071 ceph-mon[112785]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-13T14:32:46.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:45 smithi071 ceph-mon[112785]: Upgrade: unsafe to stop osd(s) at this time (8 PGs are or would become offline) 2024-09-13T14:32:46.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:45 smithi104 ceph-mon[105578]: osdmap e781: 8 total, 8 up, 8 in 2024-09-13T14:32:46.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:46.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:46.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:32:46.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:32:46.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:46.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:32:46.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:32:46.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:32:46.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:32:46.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16} : dispatch 2024-09-13T14:32:46.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:45 smithi104 ceph-mon[105578]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-13T14:32:46.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:45 smithi104 ceph-mon[105578]: Upgrade: unsafe to stop osd(s) at this time (8 PGs are or would become offline) 2024-09-13T14:32:47.040 INFO:tasks.rados.rados.0.smithi071.stdout:2794: done (3 left) 2024-09-13T14:32:47.041 INFO:tasks.rados.rados.0.smithi071.stdout:2795: snap_remove snap 352 2024-09-13T14:32:47.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:47 smithi071 ceph-mon[107477]: osdmap e782: 8 total, 8 up, 8 in 2024-09-13T14:32:47.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:47 smithi071 ceph-mon[107477]: pgmap v625: 89 pgs: 2 peering, 10 active+undersized, 1 active+undersized+degraded, 76 active+clean; 244 MiB data, 855 MiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 1.8 MiB/s wr, 18 op/s; 1/477 objects degraded (0.210%); 1.2 MiB/s, 1 objects/s recovering 2024-09-13T14:32:47.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:47 smithi071 ceph-mon[112785]: osdmap e782: 8 total, 8 up, 8 in 2024-09-13T14:32:47.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:47 smithi071 ceph-mon[112785]: pgmap v625: 89 pgs: 2 peering, 10 active+undersized, 1 active+undersized+degraded, 76 active+clean; 244 MiB data, 855 MiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 1.8 MiB/s wr, 18 op/s; 1/477 objects degraded (0.210%); 1.2 MiB/s, 1 objects/s recovering 2024-09-13T14:32:47.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:47 smithi104 ceph-mon[105578]: osdmap e782: 8 total, 8 up, 8 in 2024-09-13T14:32:47.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:47 smithi104 ceph-mon[105578]: pgmap v625: 89 pgs: 2 peering, 10 active+undersized, 1 active+undersized+degraded, 76 active+clean; 244 MiB data, 855 MiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 1.8 MiB/s wr, 18 op/s; 1/477 objects degraded (0.210%); 1.2 MiB/s, 1 objects/s recovering 2024-09-13T14:32:48.044 INFO:tasks.rados.rados.0.smithi071.stdout:2795: done (3 left) 2024-09-13T14:32:48.045 INFO:tasks.rados.rados.0.smithi071.stdout:2796: write oid 14 current snap is 358 2024-09-13T14:32:48.045 INFO:tasks.rados.rados.0.smithi071.stdout:2791: finishing write tid 3 to smithi07185159-13 2024-09-13T14:32:48.045 INFO:tasks.rados.rados.0.smithi071.stdout:2796: seq_num 1039 ranges {662473=407719,1833144=644690,3199313=263160} 2024-09-13T14:32:48.051 INFO:tasks.rados.rados.0.smithi071.stdout:2796: writing smithi07185159-14 from 662473 to 1070192 tid 1 2024-09-13T14:32:48.059 INFO:tasks.rados.rados.0.smithi071.stdout:2796: writing smithi07185159-14 from 1833144 to 2477834 tid 2 2024-09-13T14:32:48.065 INFO:tasks.rados.rados.0.smithi071.stdout:2796: writing smithi07185159-14 from 3199313 to 3462473 tid 3 2024-09-13T14:32:48.065 INFO:tasks.rados.rados.0.smithi071.stdout:2797: snap_create 2024-09-13T14:32:48.065 INFO:tasks.rados.rados.0.smithi071.stdout:2791: finishing write tid 4 to smithi07185159-13 2024-09-13T14:32:48.065 INFO:tasks.rados.rados.0.smithi071.stdout:2791: finishing write tid 5 to smithi07185159-13 2024-09-13T14:32:48.066 INFO:tasks.rados.rados.0.smithi071.stdout:2791: oid 13 updating version 0 to 1434 2024-09-13T14:32:48.066 INFO:tasks.rados.rados.0.smithi071.stdout:2791: oid 13 version 1434 is already newer than 1433 2024-09-13T14:32:48.066 INFO:tasks.rados.rados.0.smithi071.stdout:2791: oid 13 updating version 1434 to 1435 2024-09-13T14:32:48.066 INFO:tasks.rados.rados.0.smithi071.stdout:2791: oid 13 updating version 1435 to 1436 2024-09-13T14:32:48.066 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 13 v 1436 (ObjNum 1037 snap 358 seq_num 1037) dirty exists 2024-09-13T14:32:48.066 INFO:tasks.rados.rados.0.smithi071.stdout:2791: left oid 13 (ObjNum 1037 snap 358 seq_num 1037) 2024-09-13T14:32:48.066 INFO:tasks.rados.rados.0.smithi071.stdout:2792: finishing rollback tid 0 to smithi07185159-50 2024-09-13T14:32:48.066 INFO:tasks.rados.rados.0.smithi071.stdout:2792: finishing rollback tid 1 to smithi07185159-50 2024-09-13T14:32:48.066 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 50 v 2702 (ObjNum 1041 snap 0 seq_num 1961349920) dirty dne 2024-09-13T14:32:48.066 INFO:tasks.rados.rados.0.smithi071.stdout:2793: finishing write tid 1 to smithi07185159-41 2024-09-13T14:32:48.066 INFO:tasks.rados.rados.0.smithi071.stdout:2793: finishing write tid 2 to smithi07185159-41 2024-09-13T14:32:48.066 INFO:tasks.rados.rados.0.smithi071.stdout:2793: finishing write tid 3 to smithi07185159-41 2024-09-13T14:32:48.066 INFO:tasks.rados.rados.0.smithi071.stdout:2793: finishing write tid 4 to smithi07185159-41 2024-09-13T14:32:48.066 INFO:tasks.rados.rados.0.smithi071.stdout:2793: finishing write tid 5 to smithi07185159-41 2024-09-13T14:32:48.067 INFO:tasks.rados.rados.0.smithi071.stdout:2793: oid 41 updating version 0 to 1479 2024-09-13T14:32:48.067 INFO:tasks.rados.rados.0.smithi071.stdout:2793: oid 41 version 1479 is already newer than 1477 2024-09-13T14:32:48.067 INFO:tasks.rados.rados.0.smithi071.stdout:2793: oid 41 version 1479 is already newer than 1478 2024-09-13T14:32:48.067 INFO:tasks.rados.rados.0.smithi071.stdout:2793: oid 41 updating version 1479 to 1480 2024-09-13T14:32:48.067 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 41 v 1480 (ObjNum 1038 snap 358 seq_num 1038) dirty exists 2024-09-13T14:32:48.067 INFO:tasks.rados.rados.0.smithi071.stdout:2793: left oid 41 (ObjNum 1038 snap 358 seq_num 1038) 2024-09-13T14:32:48.067 INFO:tasks.rados.rados.0.smithi071.stdout:2796: finishing write tid 1 to smithi07185159-14 2024-09-13T14:32:48.067 INFO:tasks.rados.rados.0.smithi071.stdout:2796: finishing write tid 2 to smithi07185159-14 2024-09-13T14:32:48.068 INFO:tasks.rados.rados.0.smithi071.stdout:2796: finishing write tid 3 to smithi07185159-14 2024-09-13T14:32:48.068 INFO:tasks.rados.rados.0.smithi071.stdout:2796: finishing write tid 4 to smithi07185159-14 2024-09-13T14:32:48.068 INFO:tasks.rados.rados.0.smithi071.stdout:2796: finishing write tid 5 to smithi07185159-14 2024-09-13T14:32:48.068 INFO:tasks.rados.rados.0.smithi071.stdout:2796: oid 14 updating version 0 to 1437 2024-09-13T14:32:48.068 INFO:tasks.rados.rados.0.smithi071.stdout:2796: oid 14 updating version 1437 to 1438 2024-09-13T14:32:48.068 INFO:tasks.rados.rados.0.smithi071.stdout:2796: oid 14 version 1438 is already newer than 1436 2024-09-13T14:32:48.069 INFO:tasks.rados.rados.0.smithi071.stdout:2796: oid 14 version 1438 is already newer than 1435 2024-09-13T14:32:48.069 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 14 v 1438 (ObjNum 1039 snap 358 seq_num 1039) dirty exists 2024-09-13T14:32:48.069 INFO:tasks.rados.rados.0.smithi071.stdout:2796: left oid 14 (ObjNum 1039 snap 358 seq_num 1039) 2024-09-13T14:32:48.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:48 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 1/477 objects degraded (0.210%), 1 pg degraded (PG_DEGRADED) 2024-09-13T14:32:48.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:48 smithi071 ceph-mon[107477]: osdmap e783: 8 total, 8 up, 8 in 2024-09-13T14:32:48.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:48 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 1/477 objects degraded (0.210%), 1 pg degraded (PG_DEGRADED) 2024-09-13T14:32:48.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:48 smithi071 ceph-mon[112785]: osdmap e783: 8 total, 8 up, 8 in 2024-09-13T14:32:48.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:48 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 1/477 objects degraded (0.210%), 1 pg degraded (PG_DEGRADED) 2024-09-13T14:32:48.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:48 smithi104 ceph-mon[105578]: osdmap e783: 8 total, 8 up, 8 in 2024-09-13T14:32:49.050 INFO:tasks.rados.rados.0.smithi071.stdout:2791: done (4 left) 2024-09-13T14:32:49.050 INFO:tasks.rados.rados.0.smithi071.stdout:2792: done (3 left) 2024-09-13T14:32:49.050 INFO:tasks.rados.rados.0.smithi071.stdout:2793: done (2 left) 2024-09-13T14:32:49.050 INFO:tasks.rados.rados.0.smithi071.stdout:2796: done (1 left) 2024-09-13T14:32:49.050 INFO:tasks.rados.rados.0.smithi071.stdout:2797: done (0 left) 2024-09-13T14:32:49.050 INFO:tasks.rados.rados.0.smithi071.stdout:2798: delete oid 8 current snap is 359 2024-09-13T14:32:49.054 INFO:tasks.rados.rados.0.smithi071.stdout:2798: done (0 left) 2024-09-13T14:32:49.054 INFO:tasks.rados.rados.0.smithi071.stdout:2799: read oid 29 snap -1 2024-09-13T14:32:49.054 INFO:tasks.rados.rados.0.smithi071.stdout:2799: expect deleted 2024-09-13T14:32:49.054 INFO:tasks.rados.rados.0.smithi071.stdout:2800: read oid 43 snap -1 2024-09-13T14:32:49.054 INFO:tasks.rados.rados.0.smithi071.stdout:2800: expect deleted 2024-09-13T14:32:49.055 INFO:tasks.rados.rados.0.smithi071.stdout:2801: rollback oid 3 current snap is 359 2024-09-13T14:32:49.055 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 3 to 312 2024-09-13T14:32:49.055 INFO:tasks.rados.rados.0.smithi071.stdout:2802: write oid 44 current snap is 359 2024-09-13T14:32:49.055 INFO:tasks.rados.rados.0.smithi071.stdout:2802: seq_num 1041 ranges {696087=558217,1833755=648359,3137806=358281} 2024-09-13T14:32:49.061 INFO:tasks.rados.rados.0.smithi071.stdout:2802: writing smithi07185159-44 from 696087 to 1254304 tid 1 2024-09-13T14:32:49.068 INFO:tasks.rados.rados.0.smithi071.stdout:2802: writing smithi07185159-44 from 1833755 to 2482114 tid 2 2024-09-13T14:32:49.074 INFO:tasks.rados.rados.0.smithi071.stdout:2802: writing smithi07185159-44 from 3137806 to 3496087 tid 3 2024-09-13T14:32:49.074 INFO:tasks.rados.rados.0.smithi071.stdout:2803: delete oid 37 current snap is 359 2024-09-13T14:32:49.074 INFO:tasks.rados.rados.0.smithi071.stdout:2801: finishing rollback tid 0 to smithi07185159-3 2024-09-13T14:32:49.074 INFO:tasks.rados.rados.0.smithi071.stdout:2801: finishing rollback tid 1 to smithi07185159-3 2024-09-13T14:32:49.074 INFO:tasks.rados.rados.0.smithi071.stdout:2801: finishing rollback tid 2 to smithi07185159-3 2024-09-13T14:32:49.074 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 3 v 2712 (ObjNum 779 snap 275 seq_num 779) dirty exists 2024-09-13T14:32:49.074 INFO:tasks.rados.rados.0.smithi071.stdout:2802: finishing write tid 1 to smithi07185159-44 2024-09-13T14:32:49.074 INFO:tasks.rados.rados.0.smithi071.stdout:2802: finishing write tid 2 to smithi07185159-44 2024-09-13T14:32:49.077 INFO:tasks.rados.rados.0.smithi071.stdout:2799: done (4 left) 2024-09-13T14:32:49.077 INFO:tasks.rados.rados.0.smithi071.stdout:2800: done (3 left) 2024-09-13T14:32:49.077 INFO:tasks.rados.rados.0.smithi071.stdout:2801: done (2 left) 2024-09-13T14:32:49.077 INFO:tasks.rados.rados.0.smithi071.stdout:2803: done (1 left) 2024-09-13T14:32:49.077 INFO:tasks.rados.rados.0.smithi071.stdout:2804: write oid 32 current snap is 359 2024-09-13T14:32:49.077 INFO:tasks.rados.rados.0.smithi071.stdout:2804: seq_num 1043 ranges {729701=425068,1667072=652028,2909005=485180} 2024-09-13T14:32:49.081 INFO:tasks.rados.rados.0.smithi071.stdout:2804: writing smithi07185159-32 from 729701 to 1154769 tid 1 2024-09-13T14:32:49.088 INFO:tasks.rados.rados.0.smithi071.stdout:2804: writing smithi07185159-32 from 1667072 to 2319100 tid 2 2024-09-13T14:32:49.093 INFO:tasks.rados.rados.0.smithi071.stdout:2804: writing smithi07185159-32 from 2909005 to 3394185 tid 3 2024-09-13T14:32:49.094 INFO:tasks.rados.rados.0.smithi071.stdout:2805: write oid 9 current snap is 359 2024-09-13T14:32:49.094 INFO:tasks.rados.rados.0.smithi071.stdout:2805: seq_num 1044 ranges {746508=500317,2009201=795686,3220075=326433} 2024-09-13T14:32:49.100 INFO:tasks.rados.rados.0.smithi071.stdout:2805: writing smithi07185159-9 from 746508 to 1246825 tid 1 2024-09-13T14:32:49.109 INFO:tasks.rados.rados.0.smithi071.stdout:2805: writing smithi07185159-9 from 2009201 to 2804887 tid 2 2024-09-13T14:32:49.113 INFO:tasks.rados.rados.0.smithi071.stdout:2805: writing smithi07185159-9 from 3220075 to 3546508 tid 3 2024-09-13T14:32:49.113 INFO:tasks.rados.rados.0.smithi071.stdout:2806: delete oid 19 current snap is 359 2024-09-13T14:32:49.113 INFO:tasks.rados.rados.0.smithi071.stdout:2802: finishing write tid 3 to smithi07185159-44 2024-09-13T14:32:49.114 INFO:tasks.rados.rados.0.smithi071.stdout:2802: finishing write tid 4 to smithi07185159-44 2024-09-13T14:32:49.114 INFO:tasks.rados.rados.0.smithi071.stdout:2802: finishing write tid 5 to smithi07185159-44 2024-09-13T14:32:49.114 INFO:tasks.rados.rados.0.smithi071.stdout:2802: oid 44 updating version 0 to 1329 2024-09-13T14:32:49.114 INFO:tasks.rados.rados.0.smithi071.stdout:2802: oid 44 version 1329 is already newer than 1328 2024-09-13T14:32:49.114 INFO:tasks.rados.rados.0.smithi071.stdout:2802: oid 44 version 1329 is already newer than 1327 2024-09-13T14:32:49.114 INFO:tasks.rados.rados.0.smithi071.stdout:2802: oid 44 version 1329 is already newer than 1326 2024-09-13T14:32:49.114 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 44 v 1329 (ObjNum 1041 snap 359 seq_num 1041) dirty exists 2024-09-13T14:32:49.114 INFO:tasks.rados.rados.0.smithi071.stdout:2802: left oid 44 (ObjNum 1041 snap 359 seq_num 1041) 2024-09-13T14:32:49.114 INFO:tasks.rados.rados.0.smithi071.stdout:2804: finishing write tid 1 to smithi07185159-32 2024-09-13T14:32:49.114 INFO:tasks.rados.rados.0.smithi071.stdout:2804: finishing write tid 2 to smithi07185159-32 2024-09-13T14:32:49.114 INFO:tasks.rados.rados.0.smithi071.stdout:2804: finishing write tid 3 to smithi07185159-32 2024-09-13T14:32:49.114 INFO:tasks.rados.rados.0.smithi071.stdout:2804: finishing write tid 4 to smithi07185159-32 2024-09-13T14:32:49.114 INFO:tasks.rados.rados.0.smithi071.stdout:2804: finishing write tid 5 to smithi07185159-32 2024-09-13T14:32:49.115 INFO:tasks.rados.rados.0.smithi071.stdout:2804: oid 32 updating version 0 to 279 2024-09-13T14:32:49.115 INFO:tasks.rados.rados.0.smithi071.stdout:2804: oid 32 updating version 279 to 280 2024-09-13T14:32:49.115 INFO:tasks.rados.rados.0.smithi071.stdout:2804: oid 32 updating version 280 to 282 2024-09-13T14:32:49.115 INFO:tasks.rados.rados.0.smithi071.stdout:2804: oid 32 version 282 is already newer than 281 2024-09-13T14:32:49.115 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 32 v 282 (ObjNum 1043 snap 359 seq_num 1043) dirty exists 2024-09-13T14:32:49.115 INFO:tasks.rados.rados.0.smithi071.stdout:2804: left oid 32 (ObjNum 1043 snap 359 seq_num 1043) 2024-09-13T14:32:49.115 INFO:tasks.rados.rados.0.smithi071.stdout:2805: finishing write tid 1 to smithi07185159-9 2024-09-13T14:32:49.115 INFO:tasks.rados.rados.0.smithi071.stdout:2805: finishing write tid 2 to smithi07185159-9 2024-09-13T14:32:49.116 INFO:tasks.rados.rados.0.smithi071.stdout:2805: finishing write tid 3 to smithi07185159-9 2024-09-13T14:32:49.116 INFO:tasks.rados.rados.0.smithi071.stdout:2805: finishing write tid 4 to smithi07185159-9 2024-09-13T14:32:49.116 INFO:tasks.rados.rados.0.smithi071.stdout:2802: done (3 left) 2024-09-13T14:32:49.116 INFO:tasks.rados.rados.0.smithi071.stdout:2804: done (2 left) 2024-09-13T14:32:49.117 INFO:tasks.rados.rados.0.smithi071.stdout:2806: done (1 left) 2024-09-13T14:32:49.117 INFO:tasks.rados.rados.0.smithi071.stdout:2807: read oid 47 snap -1 2024-09-13T14:32:49.117 INFO:tasks.rados.rados.0.smithi071.stdout:2807: expect (ObjNum 1022 snap 355 seq_num 1022) 2024-09-13T14:32:49.117 INFO:tasks.rados.rados.0.smithi071.stdout:2808: delete oid 34 current snap is 359 2024-09-13T14:32:49.117 INFO:tasks.rados.rados.0.smithi071.stdout:2805: finishing write tid 5 to smithi07185159-9 2024-09-13T14:32:49.117 INFO:tasks.rados.rados.0.smithi071.stdout:2805: oid 9 updating version 0 to 378 2024-09-13T14:32:49.117 INFO:tasks.rados.rados.0.smithi071.stdout:2805: oid 9 version 378 is already newer than 375 2024-09-13T14:32:49.117 INFO:tasks.rados.rados.0.smithi071.stdout:2805: oid 9 version 378 is already newer than 377 2024-09-13T14:32:49.117 INFO:tasks.rados.rados.0.smithi071.stdout:2805: oid 9 version 378 is already newer than 376 2024-09-13T14:32:49.117 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 9 v 378 (ObjNum 1044 snap 359 seq_num 1044) dirty exists 2024-09-13T14:32:49.117 INFO:tasks.rados.rados.0.smithi071.stdout:2805: left oid 9 (ObjNum 1044 snap 359 seq_num 1044) 2024-09-13T14:32:49.118 INFO:tasks.rados.rados.0.smithi071.stdout:2805: done (2 left) 2024-09-13T14:32:49.118 INFO:tasks.rados.rados.0.smithi071.stdout:2808: done (1 left) 2024-09-13T14:32:49.118 INFO:tasks.rados.rados.0.smithi071.stdout:2809: snap_create 2024-09-13T14:32:49.122 INFO:tasks.rados.rados.0.smithi071.stdout:2807: expect (ObjNum 1022 snap 355 seq_num 1022) 2024-09-13T14:32:49.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:49 smithi071 ceph-mon[107477]: osdmap e784: 8 total, 8 up, 8 in 2024-09-13T14:32:49.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:49 smithi071 ceph-mon[107477]: pgmap v628: 89 pgs: 2 peering, 87 active+clean; 246 MiB data, 853 MiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 2.2 MiB/s wr, 18 op/s; 1.2 MiB/s, 1 objects/s recovering 2024-09-13T14:32:49.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:49 smithi071 ceph-mon[112785]: osdmap e784: 8 total, 8 up, 8 in 2024-09-13T14:32:49.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:49 smithi071 ceph-mon[112785]: pgmap v628: 89 pgs: 2 peering, 87 active+clean; 246 MiB data, 853 MiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 2.2 MiB/s wr, 18 op/s; 1.2 MiB/s, 1 objects/s recovering 2024-09-13T14:32:49.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:49 smithi104 ceph-mon[105578]: osdmap e784: 8 total, 8 up, 8 in 2024-09-13T14:32:49.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:49 smithi104 ceph-mon[105578]: pgmap v628: 89 pgs: 2 peering, 87 active+clean; 246 MiB data, 853 MiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 2.2 MiB/s wr, 18 op/s; 1.2 MiB/s, 1 objects/s recovering 2024-09-13T14:32:50.054 INFO:tasks.rados.rados.0.smithi071.stdout:2807: done (1 left) 2024-09-13T14:32:50.054 INFO:tasks.rados.rados.0.smithi071.stdout:2809: done (0 left) 2024-09-13T14:32:50.055 INFO:tasks.rados.rados.0.smithi071.stdout:2810: snap_remove snap 355 2024-09-13T14:32:50.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:50 smithi071 ceph-mon[107477]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/477 objects degraded (0.210%), 1 pg degraded) 2024-09-13T14:32:50.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:50 smithi071 ceph-mon[107477]: Cluster is now healthy 2024-09-13T14:32:50.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:50 smithi071 ceph-mon[107477]: osdmap e785: 8 total, 8 up, 8 in 2024-09-13T14:32:50.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:50 smithi071 ceph-mon[112785]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/477 objects degraded (0.210%), 1 pg degraded) 2024-09-13T14:32:50.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:50 smithi071 ceph-mon[112785]: Cluster is now healthy 2024-09-13T14:32:50.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:50 smithi071 ceph-mon[112785]: osdmap e785: 8 total, 8 up, 8 in 2024-09-13T14:32:50.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:50 smithi104 ceph-mon[105578]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/477 objects degraded (0.210%), 1 pg degraded) 2024-09-13T14:32:50.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:50 smithi104 ceph-mon[105578]: Cluster is now healthy 2024-09-13T14:32:50.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:50 smithi104 ceph-mon[105578]: osdmap e785: 8 total, 8 up, 8 in 2024-09-13T14:32:51.061 INFO:tasks.rados.rados.0.smithi071.stdout:2810: done (0 left) 2024-09-13T14:32:51.061 INFO:tasks.rados.rados.0.smithi071.stdout:2811: write oid 4 current snap is 360 2024-09-13T14:32:51.061 INFO:tasks.rados.rados.0.smithi071.stdout:2811: seq_num 1047 ranges {796929=726064,2184647=659366,3302344=294585} 2024-09-13T14:32:51.069 INFO:tasks.rados.rados.0.smithi071.stdout:2811: writing smithi07185159-4 from 796929 to 1522993 tid 1 2024-09-13T14:32:51.076 INFO:tasks.rados.rados.0.smithi071.stdout:2811: writing smithi07185159-4 from 2184647 to 2844013 tid 2 2024-09-13T14:32:51.081 INFO:tasks.rados.rados.0.smithi071.stdout:2811: writing smithi07185159-4 from 3302344 to 3596929 tid 3 2024-09-13T14:32:51.081 INFO:tasks.rados.rados.0.smithi071.stdout:2812: write oid 11 current snap is 360 2024-09-13T14:32:51.081 INFO:tasks.rados.rados.0.smithi071.stdout:2811: finishing write tid 1 to smithi07185159-4 2024-09-13T14:32:51.081 INFO:tasks.rados.rados.0.smithi071.stdout:2812: seq_num 1048 ranges {413736=401313,1326776=403024,2413414=457893,3438716=175020} 2024-09-13T14:32:51.085 INFO:tasks.rados.rados.0.smithi071.stdout:2812: writing smithi07185159-11 from 413736 to 815049 tid 1 2024-09-13T14:32:51.090 INFO:tasks.rados.rados.0.smithi071.stdout:2812: writing smithi07185159-11 from 1326776 to 1729800 tid 2 2024-09-13T14:32:51.096 INFO:tasks.rados.rados.0.smithi071.stdout:2812: writing smithi07185159-11 from 2413414 to 2871307 tid 3 2024-09-13T14:32:51.100 INFO:tasks.rados.rados.0.smithi071.stdout:2812: writing smithi07185159-11 from 3438716 to 3613736 tid 4 2024-09-13T14:32:51.100 INFO:tasks.rados.rados.0.smithi071.stdout:2813: write oid 39 current snap is 360 2024-09-13T14:32:51.101 INFO:tasks.rados.rados.0.smithi071.stdout:2811: finishing write tid 2 to smithi07185159-4 2024-09-13T14:32:51.101 INFO:tasks.rados.rados.0.smithi071.stdout:2813: seq_num 1049 ranges {430543=476562,1385258=663035,2840837=669165} 2024-09-13T14:32:51.105 INFO:tasks.rados.rados.0.smithi071.stdout:2813: writing smithi07185159-39 from 430543 to 907105 tid 1 2024-09-13T14:32:51.111 INFO:tasks.rados.rados.0.smithi071.stdout:2813: writing smithi07185159-39 from 1385258 to 2048293 tid 2 2024-09-13T14:32:51.120 INFO:tasks.rados.rados.0.smithi071.stdout:2813: writing smithi07185159-39 from 2840837 to 3510002 tid 3 2024-09-13T14:32:51.120 INFO:tasks.rados.rados.0.smithi071.stdout:2814: delete oid 36 current snap is 360 2024-09-13T14:32:51.120 INFO:tasks.rados.rados.0.smithi071.stdout:2811: finishing write tid 3 to smithi07185159-4 2024-09-13T14:32:51.120 INFO:tasks.rados.rados.0.smithi071.stdout:2811: finishing write tid 4 to smithi07185159-4 2024-09-13T14:32:51.121 INFO:tasks.rados.rados.0.smithi071.stdout:2811: finishing write tid 5 to smithi07185159-4 2024-09-13T14:32:51.121 INFO:tasks.rados.rados.0.smithi071.stdout:2811: oid 4 updating version 0 to 1334 2024-09-13T14:32:51.121 INFO:tasks.rados.rados.0.smithi071.stdout:2811: oid 4 updating version 1334 to 1335 2024-09-13T14:32:51.121 INFO:tasks.rados.rados.0.smithi071.stdout:2811: oid 4 version 1335 is already newer than 1333 2024-09-13T14:32:51.121 INFO:tasks.rados.rados.0.smithi071.stdout:2811: oid 4 version 1335 is already newer than 1330 2024-09-13T14:32:51.121 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 4 v 1335 (ObjNum 1047 snap 360 seq_num 1047) dirty exists 2024-09-13T14:32:51.121 INFO:tasks.rados.rados.0.smithi071.stdout:2811: left oid 4 (ObjNum 1047 snap 360 seq_num 1047) 2024-09-13T14:32:51.121 INFO:tasks.rados.rados.0.smithi071.stdout:2812: finishing write tid 1 to smithi07185159-11 2024-09-13T14:32:51.121 INFO:tasks.rados.rados.0.smithi071.stdout:2812: finishing write tid 2 to smithi07185159-11 2024-09-13T14:32:51.121 INFO:tasks.rados.rados.0.smithi071.stdout:2812: finishing write tid 3 to smithi07185159-11 2024-09-13T14:32:51.121 INFO:tasks.rados.rados.0.smithi071.stdout:2812: finishing write tid 4 to smithi07185159-11 2024-09-13T14:32:51.121 INFO:tasks.rados.rados.0.smithi071.stdout:2812: finishing write tid 5 to smithi07185159-11 2024-09-13T14:32:51.121 INFO:tasks.rados.rados.0.smithi071.stdout:2812: finishing write tid 6 to smithi07185159-11 2024-09-13T14:32:51.121 INFO:tasks.rados.rados.0.smithi071.stdout:2812: oid 11 updating version 0 to 1491 2024-09-13T14:32:51.122 INFO:tasks.rados.rados.0.smithi071.stdout:2812: oid 11 updating version 1491 to 1493 2024-09-13T14:32:51.122 INFO:tasks.rados.rados.0.smithi071.stdout:2812: oid 11 version 1493 is already newer than 1492 2024-09-13T14:32:51.122 INFO:tasks.rados.rados.0.smithi071.stdout:2812: oid 11 version 1493 is already newer than 1490 2024-09-13T14:32:51.122 INFO:tasks.rados.rados.0.smithi071.stdout:2812: oid 11 updating version 1493 to 1494 2024-09-13T14:32:51.122 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 11 v 1494 (ObjNum 1048 snap 360 seq_num 1048) dirty exists 2024-09-13T14:32:51.122 INFO:tasks.rados.rados.0.smithi071.stdout:2812: left oid 11 (ObjNum 1048 snap 360 seq_num 1048) 2024-09-13T14:32:51.122 INFO:tasks.rados.rados.0.smithi071.stdout:2813: finishing write tid 1 to smithi07185159-39 2024-09-13T14:32:51.122 INFO:tasks.rados.rados.0.smithi071.stdout:2813: finishing write tid 2 to smithi07185159-39 2024-09-13T14:32:51.123 INFO:tasks.rados.rados.0.smithi071.stdout:2811: done (3 left) 2024-09-13T14:32:51.124 INFO:tasks.rados.rados.0.smithi071.stdout:2812: done (2 left) 2024-09-13T14:32:51.124 INFO:tasks.rados.rados.0.smithi071.stdout:2814: done (1 left) 2024-09-13T14:32:51.124 INFO:tasks.rados.rados.0.smithi071.stdout:2815: read oid 50 snap -1 2024-09-13T14:32:51.124 INFO:tasks.rados.rados.0.smithi071.stdout:2815: expect deleted 2024-09-13T14:32:51.124 INFO:tasks.rados.rados.0.smithi071.stdout:2816: write oid 24 current snap is 360 2024-09-13T14:32:51.124 INFO:tasks.rados.rados.0.smithi071.stdout:2816: seq_num 1051 ranges {464157=743413,1618575=666704,3012036=408062} 2024-09-13T14:32:51.130 INFO:tasks.rados.rados.0.smithi071.stdout:2816: writing smithi07185159-24 from 464157 to 1207570 tid 1 2024-09-13T14:32:51.136 INFO:tasks.rados.rados.0.smithi071.stdout:2816: writing smithi07185159-24 from 1618575 to 2285279 tid 2 2024-09-13T14:32:51.142 INFO:tasks.rados.rados.0.smithi071.stdout:2816: writing smithi07185159-24 from 3012036 to 3420098 tid 3 2024-09-13T14:32:51.142 INFO:tasks.rados.rados.0.smithi071.stdout:2817: write oid 33 current snap is 360 2024-09-13T14:32:51.142 INFO:tasks.rados.rados.0.smithi071.stdout:2813: finishing write tid 3 to smithi07185159-39 2024-09-13T14:32:51.142 INFO:tasks.rados.rados.0.smithi071.stdout:2817: seq_num 1052 ranges {480964=418662,1560704=410362,2523106=619334} 2024-09-13T14:32:51.147 INFO:tasks.rados.rados.0.smithi071.stdout:2817: writing smithi07185159-33 from 480964 to 899626 tid 1 2024-09-13T14:32:51.153 INFO:tasks.rados.rados.0.smithi071.stdout:2817: writing smithi07185159-33 from 1560704 to 1971066 tid 2 2024-09-13T14:32:51.160 INFO:tasks.rados.rados.0.smithi071.stdout:2817: writing smithi07185159-33 from 2523106 to 3142440 tid 3 2024-09-13T14:32:51.161 INFO:tasks.rados.rados.0.smithi071.stdout:2818: read oid 8 snap -1 2024-09-13T14:32:51.161 INFO:tasks.rados.rados.0.smithi071.stdout:2818: expect deleted 2024-09-13T14:32:51.161 INFO:tasks.rados.rados.0.smithi071.stdout:2819: rollback oid 32 current snap is 360 2024-09-13T14:32:51.161 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 32 to 344 2024-09-13T14:32:51.161 INFO:tasks.rados.rados.0.smithi071.stdout:2813: finishing write tid 4 to smithi07185159-39 2024-09-13T14:32:51.161 INFO:tasks.rados.rados.0.smithi071.stdout:2813: finishing write tid 5 to smithi07185159-39 2024-09-13T14:32:51.161 INFO:tasks.rados.rados.0.smithi071.stdout:2813: oid 39 updating version 0 to 1446 2024-09-13T14:32:51.161 INFO:tasks.rados.rados.0.smithi071.stdout:2813: oid 39 version 1446 is already newer than 1444 2024-09-13T14:32:51.161 INFO:tasks.rados.rados.0.smithi071.stdout:2813: oid 39 updating version 1446 to 1447 2024-09-13T14:32:51.161 INFO:tasks.rados.rados.0.smithi071.stdout:2813: oid 39 version 1447 is already newer than 1445 2024-09-13T14:32:51.161 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 39 v 1447 (ObjNum 1049 snap 360 seq_num 1049) dirty exists 2024-09-13T14:32:51.161 INFO:tasks.rados.rados.0.smithi071.stdout:2813: left oid 39 (ObjNum 1049 snap 360 seq_num 1049) 2024-09-13T14:32:51.162 INFO:tasks.rados.rados.0.smithi071.stdout:2816: finishing write tid 1 to smithi07185159-24 2024-09-13T14:32:51.162 INFO:tasks.rados.rados.0.smithi071.stdout:2816: finishing write tid 2 to smithi07185159-24 2024-09-13T14:32:51.162 INFO:tasks.rados.rados.0.smithi071.stdout:2816: finishing write tid 3 to smithi07185159-24 2024-09-13T14:32:51.162 INFO:tasks.rados.rados.0.smithi071.stdout:2816: finishing write tid 4 to smithi07185159-24 2024-09-13T14:32:51.162 INFO:tasks.rados.rados.0.smithi071.stdout:2816: finishing write tid 5 to smithi07185159-24 2024-09-13T14:32:51.162 INFO:tasks.rados.rados.0.smithi071.stdout:2816: oid 24 updating version 0 to 680 2024-09-13T14:32:51.162 INFO:tasks.rados.rados.0.smithi071.stdout:2816: oid 24 version 680 is already newer than 677 2024-09-13T14:32:51.162 INFO:tasks.rados.rados.0.smithi071.stdout:2816: oid 24 version 680 is already newer than 679 2024-09-13T14:32:51.162 INFO:tasks.rados.rados.0.smithi071.stdout:2816: oid 24 version 680 is already newer than 678 2024-09-13T14:32:51.162 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 24 v 680 (ObjNum 1051 snap 360 seq_num 1051) dirty exists 2024-09-13T14:32:51.162 INFO:tasks.rados.rados.0.smithi071.stdout:2816: left oid 24 (ObjNum 1051 snap 360 seq_num 1051) 2024-09-13T14:32:51.162 INFO:tasks.rados.rados.0.smithi071.stdout:2817: finishing write tid 1 to smithi07185159-33 2024-09-13T14:32:51.162 INFO:tasks.rados.rados.0.smithi071.stdout:2817: finishing write tid 2 to smithi07185159-33 2024-09-13T14:32:51.163 INFO:tasks.rados.rados.0.smithi071.stdout:2813: done (5 left) 2024-09-13T14:32:51.163 INFO:tasks.rados.rados.0.smithi071.stdout:2815: done (4 left) 2024-09-13T14:32:51.163 INFO:tasks.rados.rados.0.smithi071.stdout:2816: done (3 left) 2024-09-13T14:32:51.163 INFO:tasks.rados.rados.0.smithi071.stdout:2820: snap_create 2024-09-13T14:32:51.164 INFO:tasks.rados.rados.0.smithi071.stdout:2819: finishing rollback tid 0 to smithi07185159-32 2024-09-13T14:32:51.164 INFO:tasks.rados.rados.0.smithi071.stdout:2819: finishing rollback tid 1 to smithi07185159-32 2024-09-13T14:32:51.164 INFO:tasks.rados.rados.0.smithi071.stdout:2819: finishing rollback tid 2 to smithi07185159-32 2024-09-13T14:32:51.164 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 32 v 288 (ObjNum 878 snap 313 seq_num 878) dirty exists 2024-09-13T14:32:51.164 INFO:tasks.rados.rados.0.smithi071.stdout:2817: finishing write tid 3 to smithi07185159-33 2024-09-13T14:32:51.164 INFO:tasks.rados.rados.0.smithi071.stdout:2817: finishing write tid 4 to smithi07185159-33 2024-09-13T14:32:51.164 INFO:tasks.rados.rados.0.smithi071.stdout:2817: finishing write tid 5 to smithi07185159-33 2024-09-13T14:32:51.164 INFO:tasks.rados.rados.0.smithi071.stdout:2817: oid 33 updating version 0 to 1243 2024-09-13T14:32:51.164 INFO:tasks.rados.rados.0.smithi071.stdout:2817: oid 33 version 1243 is already newer than 1242 2024-09-13T14:32:51.164 INFO:tasks.rados.rados.0.smithi071.stdout:2817: oid 33 updating version 1243 to 1244 2024-09-13T14:32:51.165 INFO:tasks.rados.rados.0.smithi071.stdout:2817: oid 33 version 1244 is already newer than 1241 2024-09-13T14:32:51.165 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 33 v 1244 (ObjNum 1052 snap 360 seq_num 1052) dirty exists 2024-09-13T14:32:51.165 INFO:tasks.rados.rados.0.smithi071.stdout:2817: left oid 33 (ObjNum 1052 snap 360 seq_num 1052) 2024-09-13T14:32:51.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:51 smithi071 ceph-mon[107477]: osdmap e786: 8 total, 8 up, 8 in 2024-09-13T14:32:51.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:51 smithi071 ceph-mon[107477]: pgmap v631: 89 pgs: 89 active+clean; 239 MiB data, 844 MiB used, 714 GiB / 715 GiB avail; 450 KiB/s rd, 2.9 MiB/s wr, 13 op/s 2024-09-13T14:32:51.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:51 smithi071 ceph-mon[112785]: osdmap e786: 8 total, 8 up, 8 in 2024-09-13T14:32:51.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:51 smithi071 ceph-mon[112785]: pgmap v631: 89 pgs: 89 active+clean; 239 MiB data, 844 MiB used, 714 GiB / 715 GiB avail; 450 KiB/s rd, 2.9 MiB/s wr, 13 op/s 2024-09-13T14:32:51.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:51 smithi104 ceph-mon[105578]: osdmap e786: 8 total, 8 up, 8 in 2024-09-13T14:32:51.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:51 smithi104 ceph-mon[105578]: pgmap v631: 89 pgs: 89 active+clean; 239 MiB data, 844 MiB used, 714 GiB / 715 GiB avail; 450 KiB/s rd, 2.9 MiB/s wr, 13 op/s 2024-09-13T14:32:52.068 INFO:tasks.rados.rados.0.smithi071.stdout:2817: done (3 left) 2024-09-13T14:32:52.068 INFO:tasks.rados.rados.0.smithi071.stdout:2818: done (2 left) 2024-09-13T14:32:52.068 INFO:tasks.rados.rados.0.smithi071.stdout:2819: done (1 left) 2024-09-13T14:32:52.069 INFO:tasks.rados.rados.0.smithi071.stdout:2820: done (0 left) 2024-09-13T14:32:52.069 INFO:tasks.rados.rados.0.smithi071.stdout:2821: snap_remove snap 356 2024-09-13T14:32:52.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:52 smithi071 ceph-mon[107477]: osdmap e787: 8 total, 8 up, 8 in 2024-09-13T14:32:52.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:52 smithi071 ceph-mon[112785]: osdmap e787: 8 total, 8 up, 8 in 2024-09-13T14:32:52.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:52 smithi104 ceph-mon[105578]: osdmap e787: 8 total, 8 up, 8 in 2024-09-13T14:32:52.886 INFO:tasks.rados.rados.0.smithi071.stdout:2821: done (0 left) 2024-09-13T14:32:52.886 INFO:tasks.rados.rados.0.smithi071.stdout:2822: rollback oid 26 current snap is 361 2024-09-13T14:32:52.886 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 26 to 353 2024-09-13T14:32:52.886 INFO:tasks.rados.rados.0.smithi071.stdout:2823: delete oid 4 current snap is 361 2024-09-13T14:32:52.893 INFO:tasks.rados.rados.0.smithi071.stdout:2823: done (1 left) 2024-09-13T14:32:52.894 INFO:tasks.rados.rados.0.smithi071.stdout:2824: read oid 4 snap 353 2024-09-13T14:32:52.894 INFO:tasks.rados.rados.0.smithi071.stdout:2824: expect deleted 2024-09-13T14:32:52.894 INFO:tasks.rados.rados.0.smithi071.stdout:2825: write oid 29 current snap is 361 2024-09-13T14:32:52.894 INFO:tasks.rados.rados.0.smithi071.stdout:2825: seq_num 1054 ranges {514578=569160,1677668=414031,2577952=641878} 2024-09-13T14:32:52.900 INFO:tasks.rados.rados.0.smithi071.stdout:2825: writing smithi07185159-29 from 514578 to 1083738 tid 1 2024-09-13T14:32:52.905 INFO:tasks.rados.rados.0.smithi071.stdout:2825: writing smithi07185159-29 from 1677668 to 2091699 tid 2 2024-09-13T14:32:52.912 INFO:tasks.rados.rados.0.smithi071.stdout:2825: writing smithi07185159-29 from 2577952 to 3219830 tid 3 2024-09-13T14:32:52.912 INFO:tasks.rados.rados.0.smithi071.stdout:2826: snap_create 2024-09-13T14:32:52.912 INFO:tasks.rados.rados.0.smithi071.stdout:2822: finishing rollback tid 0 to smithi07185159-26 2024-09-13T14:32:52.912 INFO:tasks.rados.rados.0.smithi071.stdout:2822: finishing rollback tid 1 to smithi07185159-26 2024-09-13T14:32:52.912 INFO:tasks.rados.rados.0.smithi071.stdout:2822: finishing rollback tid 2 to smithi07185159-26 2024-09-13T14:32:52.912 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 26 v 772 (ObjNum 1014 snap 351 seq_num 1014) dirty exists 2024-09-13T14:32:52.913 INFO:tasks.rados.rados.0.smithi071.stdout:2825: finishing write tid 1 to smithi07185159-29 2024-09-13T14:32:52.913 INFO:tasks.rados.rados.0.smithi071.stdout:2825: finishing write tid 2 to smithi07185159-29 2024-09-13T14:32:52.915 INFO:tasks.rados.rados.0.smithi071.stdout:2825: finishing write tid 3 to smithi07185159-29 2024-09-13T14:32:52.916 INFO:tasks.rados.rados.0.smithi071.stdout:2825: finishing write tid 4 to smithi07185159-29 2024-09-13T14:32:52.916 INFO:tasks.rados.rados.0.smithi071.stdout:2825: finishing write tid 5 to smithi07185159-29 2024-09-13T14:32:52.916 INFO:tasks.rados.rados.0.smithi071.stdout:2825: oid 29 updating version 0 to 1500 2024-09-13T14:32:52.916 INFO:tasks.rados.rados.0.smithi071.stdout:2825: oid 29 version 1500 is already newer than 1499 2024-09-13T14:32:52.916 INFO:tasks.rados.rados.0.smithi071.stdout:2825: oid 29 updating version 1500 to 1502 2024-09-13T14:32:52.916 INFO:tasks.rados.rados.0.smithi071.stdout:2825: oid 29 version 1502 is already newer than 1501 2024-09-13T14:32:52.916 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 29 v 1502 (ObjNum 1054 snap 361 seq_num 1054) dirty exists 2024-09-13T14:32:52.916 INFO:tasks.rados.rados.0.smithi071.stdout:2825: left oid 29 (ObjNum 1054 snap 361 seq_num 1054) 2024-09-13T14:32:53.069 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:32:52 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:32:52] "GET /metrics HTTP/1.1" 200 36260 "" "Prometheus/2.51.0" 2024-09-13T14:32:53.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:53 smithi071 ceph-mon[107477]: osdmap e788: 8 total, 8 up, 8 in 2024-09-13T14:32:53.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:53 smithi071 ceph-mon[107477]: pgmap v634: 89 pgs: 89 active+clean; 239 MiB data, 844 MiB used, 714 GiB / 715 GiB avail; 450 KiB/s rd, 2.6 MiB/s wr, 12 op/s 2024-09-13T14:32:53.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:53 smithi071 ceph-mon[107477]: osdmap e789: 8 total, 8 up, 8 in 2024-09-13T14:32:53.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:53 smithi071 ceph-mon[112785]: osdmap e788: 8 total, 8 up, 8 in 2024-09-13T14:32:53.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:53 smithi071 ceph-mon[112785]: pgmap v634: 89 pgs: 89 active+clean; 239 MiB data, 844 MiB used, 714 GiB / 715 GiB avail; 450 KiB/s rd, 2.6 MiB/s wr, 12 op/s 2024-09-13T14:32:53.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:53 smithi071 ceph-mon[112785]: osdmap e789: 8 total, 8 up, 8 in 2024-09-13T14:32:53.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:53 smithi104 ceph-mon[105578]: osdmap e788: 8 total, 8 up, 8 in 2024-09-13T14:32:53.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:53 smithi104 ceph-mon[105578]: pgmap v634: 89 pgs: 89 active+clean; 239 MiB data, 844 MiB used, 714 GiB / 715 GiB avail; 450 KiB/s rd, 2.6 MiB/s wr, 12 op/s 2024-09-13T14:32:53.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:53 smithi104 ceph-mon[105578]: osdmap e789: 8 total, 8 up, 8 in 2024-09-13T14:32:53.887 INFO:tasks.rados.rados.0.smithi071.stdout:2822: done (3 left) 2024-09-13T14:32:53.887 INFO:tasks.rados.rados.0.smithi071.stdout:2824: done (2 left) 2024-09-13T14:32:53.888 INFO:tasks.rados.rados.0.smithi071.stdout:2825: done (1 left) 2024-09-13T14:32:53.888 INFO:tasks.rados.rados.0.smithi071.stdout:2826: done (0 left) 2024-09-13T14:32:53.888 INFO:tasks.rados.rados.0.smithi071.stdout:2827: delete oid 25 current snap is 362 2024-09-13T14:32:53.892 INFO:tasks.rados.rados.0.smithi071.stdout:2827: done (0 left) 2024-09-13T14:32:53.892 INFO:tasks.rados.rados.0.smithi071.stdout:2828: snap_create 2024-09-13T14:32:54.895 INFO:tasks.rados.rados.0.smithi071.stdout:2828: done (0 left) 2024-09-13T14:32:54.895 INFO:tasks.rados.rados.0.smithi071.stdout:2829: rollback oid 38 current snap is 363 2024-09-13T14:32:54.896 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 38 to 333 2024-09-13T14:32:54.896 INFO:tasks.rados.rados.0.smithi071.stdout:2830: read oid 16 snap 357 2024-09-13T14:32:54.896 INFO:tasks.rados.rados.0.smithi071.stdout:2830: expect (ObjNum 966 snap 338 seq_num 966) 2024-09-13T14:32:54.896 INFO:tasks.rados.rados.0.smithi071.stdout:2831: read oid 33 snap -1 2024-09-13T14:32:54.896 INFO:tasks.rados.rados.0.smithi071.stdout:2831: expect (ObjNum 1052 snap 360 seq_num 1052) 2024-09-13T14:32:54.896 INFO:tasks.rados.rados.0.smithi071.stdout:2832: rollback oid 34 current snap is 363 2024-09-13T14:32:54.896 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 34 to 353 2024-09-13T14:32:54.896 INFO:tasks.rados.rados.0.smithi071.stdout:2833: write oid 3 current snap is 363 2024-09-13T14:32:54.896 INFO:tasks.rados.rados.0.smithi071.stdout:2833: seq_num 1056 ranges {548192=719658,1678279=417700,2516445=780775} 2024-09-13T14:32:54.902 INFO:tasks.rados.rados.0.smithi071.stdout:2833: writing smithi07185159-3 from 548192 to 1267850 tid 1 2024-09-13T14:32:54.907 INFO:tasks.rados.rados.0.smithi071.stdout:2833: writing smithi07185159-3 from 1678279 to 2095979 tid 2 2024-09-13T14:32:54.914 INFO:tasks.rados.rados.0.smithi071.stdout:2833: writing smithi07185159-3 from 2516445 to 3297220 tid 3 2024-09-13T14:32:54.914 INFO:tasks.rados.rados.0.smithi071.stdout:2834: write oid 37 current snap is 363 2024-09-13T14:32:54.914 INFO:tasks.rados.rados.0.smithi071.stdout:2834: seq_num 1057 ranges {564999=511260,1853114=561358,3060221=592047} 2024-09-13T14:32:54.920 INFO:tasks.rados.rados.0.smithi071.stdout:2834: writing smithi07185159-37 from 564999 to 1076259 tid 1 2024-09-13T14:32:54.927 INFO:tasks.rados.rados.0.smithi071.stdout:2834: writing smithi07185159-37 from 1853114 to 2414472 tid 2 2024-09-13T14:32:54.934 INFO:tasks.rados.rados.0.smithi071.stdout:2834: writing smithi07185159-37 from 3060221 to 3652268 tid 3 2024-09-13T14:32:54.934 INFO:tasks.rados.rados.0.smithi071.stdout:2835: write oid 35 current snap is 363 2024-09-13T14:32:54.934 INFO:tasks.rados.rados.0.smithi071.stdout:2830: expect (ObjNum 966 snap 338 seq_num 966) 2024-09-13T14:32:55.010 INFO:tasks.rados.rados.0.smithi071.stdout:2832: finishing rollback tid 1 to smithi07185159-34 2024-09-13T14:32:55.010 INFO:tasks.rados.rados.0.smithi071.stdout:2832: finishing rollback tid 2 to smithi07185159-34 2024-09-13T14:32:55.010 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 34 v 557 (ObjNum 967 snap 338 seq_num 967) dirty exists 2024-09-13T14:32:55.010 INFO:tasks.rados.rados.0.smithi071.stdout:2829: finishing rollback tid 0 to smithi07185159-38 2024-09-13T14:32:55.010 INFO:tasks.rados.rados.0.smithi071.stdout:2829: finishing rollback tid 1 to smithi07185159-38 2024-09-13T14:32:55.010 INFO:tasks.rados.rados.0.smithi071.stdout:2829: finishing rollback tid 2 to smithi07185159-38 2024-09-13T14:32:55.010 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 38 v 1343 (ObjNum 864 snap 305 seq_num 864) dirty exists 2024-09-13T14:32:55.010 INFO:tasks.rados.rados.0.smithi071.stdout:2831: expect (ObjNum 1052 snap 360 seq_num 1052) 2024-09-13T14:32:55.130 INFO:tasks.rados.rados.0.smithi071.stdout:2833: finishing write tid 1 to smithi07185159-3 2024-09-13T14:32:55.131 INFO:tasks.rados.rados.0.smithi071.stdout:2833: finishing write tid 2 to smithi07185159-3 2024-09-13T14:32:55.131 INFO:tasks.rados.rados.0.smithi071.stdout:2833: finishing write tid 3 to smithi07185159-3 2024-09-13T14:32:55.131 INFO:tasks.rados.rados.0.smithi071.stdout:2833: finishing write tid 4 to smithi07185159-3 2024-09-13T14:32:55.131 INFO:tasks.rados.rados.0.smithi071.stdout:2833: finishing write tid 5 to smithi07185159-3 2024-09-13T14:32:55.131 INFO:tasks.rados.rados.0.smithi071.stdout:2833: oid 3 updating version 0 to 2719 2024-09-13T14:32:55.131 INFO:tasks.rados.rados.0.smithi071.stdout:2833: oid 3 updating version 2719 to 2721 2024-09-13T14:32:55.131 INFO:tasks.rados.rados.0.smithi071.stdout:2833: oid 3 version 2721 is already newer than 2720 2024-09-13T14:32:55.131 INFO:tasks.rados.rados.0.smithi071.stdout:2833: oid 3 version 2721 is already newer than 2718 2024-09-13T14:32:55.131 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 3 v 2721 (ObjNum 1056 snap 363 seq_num 1056) dirty exists 2024-09-13T14:32:55.131 INFO:tasks.rados.rados.0.smithi071.stdout:2833: left oid 3 (ObjNum 1056 snap 363 seq_num 1056) 2024-09-13T14:32:55.131 INFO:tasks.rados.rados.0.smithi071.stdout:2834: finishing write tid 1 to smithi07185159-37 2024-09-13T14:32:55.131 INFO:tasks.rados.rados.0.smithi071.stdout:2834: finishing write tid 2 to smithi07185159-37 2024-09-13T14:32:55.131 INFO:tasks.rados.rados.0.smithi071.stdout:2835: seq_num 1058 ranges {581806=586509,1911596=421369,3087644=403319} 2024-09-13T14:32:55.136 INFO:tasks.rados.rados.0.smithi071.stdout:2835: writing smithi07185159-35 from 581806 to 1168315 tid 1 2024-09-13T14:32:55.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:54 smithi071 ceph-mon[107477]: osdmap e790: 8 total, 8 up, 8 in 2024-09-13T14:32:55.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:54 smithi071 ceph-mon[107477]: pgmap v637: 89 pgs: 89 active+clean; 243 MiB data, 847 MiB used, 714 GiB / 715 GiB avail; 4.5 MiB/s rd, 354 KiB/s wr, 3 op/s 2024-09-13T14:32:55.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:54 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:55.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:54 smithi071 ceph-mon[112785]: osdmap e790: 8 total, 8 up, 8 in 2024-09-13T14:32:55.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:54 smithi071 ceph-mon[112785]: pgmap v637: 89 pgs: 89 active+clean; 243 MiB data, 847 MiB used, 714 GiB / 715 GiB avail; 4.5 MiB/s rd, 354 KiB/s wr, 3 op/s 2024-09-13T14:32:55.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:54 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:55.143 INFO:tasks.rados.rados.0.smithi071.stdout:2835: writing smithi07185159-35 from 1911596 to 2332965 tid 2 2024-09-13T14:32:55.150 INFO:tasks.rados.rados.0.smithi071.stdout:2835: writing smithi07185159-35 from 3087644 to 3490963 tid 3 2024-09-13T14:32:55.150 INFO:tasks.rados.rados.0.smithi071.stdout:2829: done (6 left) 2024-09-13T14:32:55.150 INFO:tasks.rados.rados.0.smithi071.stdout:2830: done (5 left) 2024-09-13T14:32:55.150 INFO:tasks.rados.rados.0.smithi071.stdout:2831: done (4 left) 2024-09-13T14:32:55.150 INFO:tasks.rados.rados.0.smithi071.stdout:2832: done (3 left) 2024-09-13T14:32:55.150 INFO:tasks.rados.rados.0.smithi071.stdout:2833: done (2 left) 2024-09-13T14:32:55.150 INFO:tasks.rados.rados.0.smithi071.stdout:2836: snap_create 2024-09-13T14:32:55.150 INFO:tasks.rados.rados.0.smithi071.stdout:2834: finishing write tid 3 to smithi07185159-37 2024-09-13T14:32:55.151 INFO:tasks.rados.rados.0.smithi071.stdout:2834: finishing write tid 4 to smithi07185159-37 2024-09-13T14:32:55.151 INFO:tasks.rados.rados.0.smithi071.stdout:2834: finishing write tid 5 to smithi07185159-37 2024-09-13T14:32:55.151 INFO:tasks.rados.rados.0.smithi071.stdout:2834: oid 37 updating version 0 to 776 2024-09-13T14:32:55.151 INFO:tasks.rados.rados.0.smithi071.stdout:2834: oid 37 version 776 is already newer than 774 2024-09-13T14:32:55.151 INFO:tasks.rados.rados.0.smithi071.stdout:2834: oid 37 version 776 is already newer than 773 2024-09-13T14:32:55.151 INFO:tasks.rados.rados.0.smithi071.stdout:2834: oid 37 version 776 is already newer than 775 2024-09-13T14:32:55.151 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 37 v 776 (ObjNum 1057 snap 363 seq_num 1057) dirty exists 2024-09-13T14:32:55.151 INFO:tasks.rados.rados.0.smithi071.stdout:2834: left oid 37 (ObjNum 1057 snap 363 seq_num 1057) 2024-09-13T14:32:55.151 INFO:tasks.rados.rados.0.smithi071.stdout:2835: finishing write tid 1 to smithi07185159-35 2024-09-13T14:32:55.151 INFO:tasks.rados.rados.0.smithi071.stdout:2835: finishing write tid 2 to smithi07185159-35 2024-09-13T14:32:55.152 INFO:tasks.rados.rados.0.smithi071.stdout:2835: finishing write tid 3 to smithi07185159-35 2024-09-13T14:32:55.153 INFO:tasks.rados.rados.0.smithi071.stdout:2835: finishing write tid 4 to smithi07185159-35 2024-09-13T14:32:55.153 INFO:tasks.rados.rados.0.smithi071.stdout:2835: finishing write tid 5 to smithi07185159-35 2024-09-13T14:32:55.153 INFO:tasks.rados.rados.0.smithi071.stdout:2835: oid 35 updating version 0 to 1453 2024-09-13T14:32:55.153 INFO:tasks.rados.rados.0.smithi071.stdout:2835: oid 35 updating version 1453 to 1456 2024-09-13T14:32:55.153 INFO:tasks.rados.rados.0.smithi071.stdout:2835: oid 35 version 1456 is already newer than 1454 2024-09-13T14:32:55.153 INFO:tasks.rados.rados.0.smithi071.stdout:2835: oid 35 version 1456 is already newer than 1455 2024-09-13T14:32:55.153 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 35 v 1456 (ObjNum 1058 snap 363 seq_num 1058) dirty exists 2024-09-13T14:32:55.153 INFO:tasks.rados.rados.0.smithi071.stdout:2835: left oid 35 (ObjNum 1058 snap 363 seq_num 1058) 2024-09-13T14:32:55.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:54 smithi104 ceph-mon[105578]: osdmap e790: 8 total, 8 up, 8 in 2024-09-13T14:32:55.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:54 smithi104 ceph-mon[105578]: pgmap v637: 89 pgs: 89 active+clean; 243 MiB data, 847 MiB used, 714 GiB / 715 GiB avail; 4.5 MiB/s rd, 354 KiB/s wr, 3 op/s 2024-09-13T14:32:55.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:54 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:32:55.901 INFO:tasks.rados.rados.0.smithi071.stdout:2834: done (2 left) 2024-09-13T14:32:55.904 INFO:tasks.rados.rados.0.smithi071.stdout:2835: done (1 left) 2024-09-13T14:32:55.904 INFO:tasks.rados.rados.0.smithi071.stdout:2836: done (0 left) 2024-09-13T14:32:55.904 INFO:tasks.rados.rados.0.smithi071.stdout:2837: read oid 45 snap -1 2024-09-13T14:32:55.904 INFO:tasks.rados.rados.0.smithi071.stdout:2837: expect deleted 2024-09-13T14:32:55.905 INFO:tasks.rados.rados.0.smithi071.stdout:2838: write oid 8 current snap is 364 2024-09-13T14:32:55.905 INFO:tasks.rados.rados.0.smithi071.stdout:2838: seq_num 1059 ranges {598613=661758,1970078=565027,3115067=614591} 2024-09-13T14:32:55.907 INFO:tasks.rados.rados.0.smithi071.stdout:2838: writing smithi07185159-8 from 598613 to 1260371 tid 1 2024-09-13T14:32:55.915 INFO:tasks.rados.rados.0.smithi071.stdout:2838: writing smithi07185159-8 from 1970078 to 2535105 tid 2 2024-09-13T14:32:55.922 INFO:tasks.rados.rados.0.smithi071.stdout:2838: writing smithi07185159-8 from 3115067 to 3729658 tid 3 2024-09-13T14:32:55.923 INFO:tasks.rados.rados.0.smithi071.stdout:2839: read oid 39 snap 344 2024-09-13T14:32:55.923 INFO:tasks.rados.rados.0.smithi071.stdout:2839: expect (ObjNum 930 snap 323 seq_num 930) 2024-09-13T14:32:55.923 INFO:tasks.rados.rados.0.smithi071.stdout:2840: rollback oid 40 current snap is 364 2024-09-13T14:32:55.923 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 40 to 359 2024-09-13T14:32:55.923 INFO:tasks.rados.rados.0.smithi071.stdout:2838: finishing write tid 1 to smithi07185159-8 2024-09-13T14:32:55.923 INFO:tasks.rados.rados.0.smithi071.stdout:2838: finishing write tid 2 to smithi07185159-8 2024-09-13T14:32:55.923 INFO:tasks.rados.rados.0.smithi071.stdout:2837: done (3 left) 2024-09-13T14:32:55.923 INFO:tasks.rados.rados.0.smithi071.stdout:2841: read oid 49 snap -1 2024-09-13T14:32:55.923 INFO:tasks.rados.rados.0.smithi071.stdout:2841: expect (ObjNum 1024 snap 355 seq_num 1024) 2024-09-13T14:32:55.923 INFO:tasks.rados.rados.0.smithi071.stdout:2842: read oid 4 snap -1 2024-09-13T14:32:55.923 INFO:tasks.rados.rados.0.smithi071.stdout:2842: expect deleted 2024-09-13T14:32:55.923 INFO:tasks.rados.rados.0.smithi071.stdout:2843: rollback oid 22 current snap is 364 2024-09-13T14:32:55.924 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 22 to 358 2024-09-13T14:32:55.924 INFO:tasks.rados.rados.0.smithi071.stdout:2844: read oid 41 snap 358 2024-09-13T14:32:55.924 INFO:tasks.rados.rados.0.smithi071.stdout:2844: expect (ObjNum 1038 snap 358 seq_num 1038) 2024-09-13T14:32:55.924 INFO:tasks.rados.rados.0.smithi071.stdout:2845: read oid 19 snap -1 2024-09-13T14:32:55.924 INFO:tasks.rados.rados.0.smithi071.stdout:2845: expect deleted 2024-09-13T14:32:55.924 INFO:tasks.rados.rados.0.smithi071.stdout:2846: snap_remove snap 353 2024-09-13T14:32:56.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:55 smithi104 ceph-mon[105578]: osdmap e791: 8 total, 8 up, 8 in 2024-09-13T14:32:56.176 INFO:teuthology.orchestra.run.smithi071.stdout:true 2024-09-13T14:32:56.176 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:55 smithi071 ceph-mon[107477]: osdmap e791: 8 total, 8 up, 8 in 2024-09-13T14:32:56.177 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:55 smithi071 ceph-mon[112785]: osdmap e791: 8 total, 8 up, 8 in 2024-09-13T14:32:56.734 INFO:teuthology.orchestra.run.smithi071.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-13T14:32:56.734 INFO:teuthology.orchestra.run.smithi071.stdout:alertmanager.a smithi071 *:9093,9094 running (8m) 15s ago 14m 19.0M - 0.27.0 11f11916f8cd b9824fbee517 2024-09-13T14:32:56.734 INFO:teuthology.orchestra.run.smithi071.stdout:grafana.a smithi104 *:3000 running (8m) 15s ago 14m 76.1M - c8b91775d855 2b565abc8cf3 2024-09-13T14:32:56.734 INFO:teuthology.orchestra.run.smithi071.stdout:mds.foo.smithi071.awdchm smithi071 running (13m) 15s ago 13m 26.0M - 18.2.4-843-g2c01458a c129f5a2fd4e 3a46cf5b0e24 2024-09-13T14:32:56.734 INFO:teuthology.orchestra.run.smithi071.stdout:mds.foo.smithi104.uecrqj smithi104 running (13m) 15s ago 13m 17.2M - 18.2.4-843-g2c01458a c129f5a2fd4e 3d72a892eecb 2024-09-13T14:32:56.734 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.x smithi104 *:8443,9283,8765 running (9m) 15s ago 18m 456M - 19.3.0-4697-gd58f7306 fec07016a2b0 d080c1ba10a3 2024-09-13T14:32:56.734 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.y smithi071 *:8443,9283,8765 running (9m) 15s ago 20m 518M - 19.3.0-4697-gd58f7306 fec07016a2b0 f93807043c77 2024-09-13T14:32:56.734 INFO:teuthology.orchestra.run.smithi071.stdout:mon.a smithi071 running (7m) 15s ago 20m 71.8M 2048M 19.3.0-4697-gd58f7306 fec07016a2b0 f694be77a870 2024-09-13T14:32:56.734 INFO:teuthology.orchestra.run.smithi071.stdout:mon.b smithi104 running (5m) 15s ago 18m 48.5M 2048M 19.3.0-4697-gd58f7306 fec07016a2b0 15a56f2fc613 2024-09-13T14:32:56.734 INFO:teuthology.orchestra.run.smithi071.stdout:mon.c smithi071 running (6m) 15s ago 18m 60.6M 2048M 19.3.0-4697-gd58f7306 fec07016a2b0 1f937fa689f0 2024-09-13T14:32:56.735 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.a smithi071 *:9100 running (9m) 15s ago 14m 11.3M - 1.7.0 72c9c2088986 9dca7c61ba7c 2024-09-13T14:32:56.735 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.b smithi104 *:9100 running (9m) 15s ago 13m 12.4M - 1.7.0 72c9c2088986 378ebb14ddbd 2024-09-13T14:32:56.735 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0 smithi071 running (53s) 15s ago 18m 72.5M 2480M 19.3.0-4697-gd58f7306 fec07016a2b0 f0643a6465ff 2024-09-13T14:32:56.735 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1 smithi071 running (19s) 15s ago 17m 11.4M 2480M 19.3.0-4697-gd58f7306 fec07016a2b0 a3b5d367100b 2024-09-13T14:32:56.735 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2 smithi071 running (17m) 15s ago 17m 141M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e dbb670583d0d 2024-09-13T14:32:56.735 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3 smithi071 running (16m) 15s ago 16m 91.6M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 3859c11423d8 2024-09-13T14:32:56.735 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4 smithi104 running (16m) 15s ago 16m 117M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 7641d6ca037c 2024-09-13T14:32:56.735 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5 smithi104 running (16m) 15s ago 16m 128M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e d171c1dc9aca 2024-09-13T14:32:56.735 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6 smithi104 running (15m) 15s ago 15m 110M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 7cd98596a2db 2024-09-13T14:32:56.735 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7 smithi104 running (15m) 15s ago 15m 107M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e c0657150d5d6 2024-09-13T14:32:56.735 INFO:teuthology.orchestra.run.smithi071.stdout:prometheus.a smithi104 *:9095 running (8m) 15s ago 14m 46.1M - 2.51.0 1d3b7f56885b 31487e669ce2 2024-09-13T14:32:56.905 INFO:tasks.rados.rados.0.smithi071.stdout:2846: done (8 left) 2024-09-13T14:32:56.905 INFO:tasks.rados.rados.0.smithi071.stdout:2847: snap_remove snap 363 2024-09-13T14:32:57.076 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:32:57.076 INFO:teuthology.orchestra.run.smithi071.stdout: "mon": { 2024-09-13T14:32:57.076 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 19.3.0-4697-gd58f7306 (d58f73069a8157a9ace12a0247ee3e8497707ea9) squid (dev)": 3 2024-09-13T14:32:57.076 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:32:57.076 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr": { 2024-09-13T14:32:57.076 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 19.3.0-4697-gd58f7306 (d58f73069a8157a9ace12a0247ee3e8497707ea9) squid (dev)": 2 2024-09-13T14:32:57.076 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:32:57.077 INFO:teuthology.orchestra.run.smithi071.stdout: "osd": { 2024-09-13T14:32:57.077 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)": 6, 2024-09-13T14:32:57.077 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 19.3.0-4697-gd58f7306 (d58f73069a8157a9ace12a0247ee3e8497707ea9) squid (dev)": 2 2024-09-13T14:32:57.077 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:32:57.077 INFO:teuthology.orchestra.run.smithi071.stdout: "mds": { 2024-09-13T14:32:57.077 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)": 2 2024-09-13T14:32:57.077 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:32:57.077 INFO:teuthology.orchestra.run.smithi071.stdout: "overall": { 2024-09-13T14:32:57.077 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)": 8, 2024-09-13T14:32:57.077 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 19.3.0-4697-gd58f7306 (d58f73069a8157a9ace12a0247ee3e8497707ea9) squid (dev)": 7 2024-09-13T14:32:57.077 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:32:57.077 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:32:57.078 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:56 smithi071 ceph-mon[107477]: osdmap e792: 8 total, 8 up, 8 in 2024-09-13T14:32:57.078 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:56 smithi071 ceph-mon[107477]: from='client.34374 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:32:57.078 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:56 smithi071 ceph-mon[107477]: pgmap v640: 89 pgs: 89 active+clean; 265 MiB data, 860 MiB used, 714 GiB / 715 GiB avail; 6.9 MiB/s rd, 3.5 MiB/s wr, 21 op/s 2024-09-13T14:32:57.078 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:56 smithi071 ceph-mon[112785]: osdmap e792: 8 total, 8 up, 8 in 2024-09-13T14:32:57.078 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:56 smithi071 ceph-mon[112785]: from='client.34374 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:32:57.078 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:56 smithi071 ceph-mon[112785]: pgmap v640: 89 pgs: 89 active+clean; 265 MiB data, 860 MiB used, 714 GiB / 715 GiB avail; 6.9 MiB/s rd, 3.5 MiB/s wr, 21 op/s 2024-09-13T14:32:57.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:56 smithi104 ceph-mon[105578]: osdmap e792: 8 total, 8 up, 8 in 2024-09-13T14:32:57.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:56 smithi104 ceph-mon[105578]: from='client.34374 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:32:57.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:56 smithi104 ceph-mon[105578]: pgmap v640: 89 pgs: 89 active+clean; 265 MiB data, 860 MiB used, 714 GiB / 715 GiB avail; 6.9 MiB/s rd, 3.5 MiB/s wr, 21 op/s 2024-09-13T14:32:57.359 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:32:57.360 INFO:teuthology.orchestra.run.smithi071.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f", 2024-09-13T14:32:57.360 INFO:teuthology.orchestra.run.smithi071.stdout: "in_progress": true, 2024-09-13T14:32:57.360 INFO:teuthology.orchestra.run.smithi071.stdout: "which": "Upgrading daemons of type(s) osd. Upgrade limited to 4 daemons (2 remaining).", 2024-09-13T14:32:57.360 INFO:teuthology.orchestra.run.smithi071.stdout: "services_complete": [], 2024-09-13T14:32:57.360 INFO:teuthology.orchestra.run.smithi071.stdout: "progress": "2/8 daemons upgraded", 2024-09-13T14:32:57.360 INFO:teuthology.orchestra.run.smithi071.stdout: "message": "Currently upgrading osd daemons", 2024-09-13T14:32:57.360 INFO:teuthology.orchestra.run.smithi071.stdout: "is_paused": false 2024-09-13T14:32:57.360 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:32:57.887 INFO:tasks.rados.rados.0.smithi071.stdout:2847: done (8 left) 2024-09-13T14:32:57.887 INFO:tasks.rados.rados.0.smithi071.stdout:2848: read oid 47 snap -1 2024-09-13T14:32:57.887 INFO:tasks.rados.rados.0.smithi071.stdout:2848: expect (ObjNum 1022 snap 355 seq_num 1022) 2024-09-13T14:32:57.887 INFO:tasks.rados.rados.0.smithi071.stdout:2849: write oid 26 current snap is 364 2024-09-13T14:32:57.888 INFO:tasks.rados.rados.0.smithi071.stdout:2838: finishing write tid 3 to smithi07185159-8 2024-09-13T14:32:57.888 INFO:tasks.rados.rados.0.smithi071.stdout:2838: finishing write tid 4 to smithi07185159-8 2024-09-13T14:32:57.888 INFO:tasks.rados.rados.0.smithi071.stdout:2838: finishing write tid 5 to smithi07185159-8 2024-09-13T14:32:57.888 INFO:tasks.rados.rados.0.smithi071.stdout:2838: oid 8 updating version 0 to 877 2024-09-13T14:32:57.888 INFO:tasks.rados.rados.0.smithi071.stdout:2838: oid 8 version 877 is already newer than 876 2024-09-13T14:32:57.888 INFO:tasks.rados.rados.0.smithi071.stdout:2838: oid 8 updating version 877 to 878 2024-09-13T14:32:57.888 INFO:tasks.rados.rados.0.smithi071.stdout:2838: oid 8 updating version 878 to 879 2024-09-13T14:32:57.888 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 8 v 879 (ObjNum 1059 snap 364 seq_num 1059) dirty exists 2024-09-13T14:32:57.888 INFO:tasks.rados.rados.0.smithi071.stdout:2838: left oid 8 (ObjNum 1059 snap 364 seq_num 1059) 2024-09-13T14:32:57.888 INFO:tasks.rados.rados.0.smithi071.stdout:2840: finishing rollback tid 0 to smithi07185159-40 2024-09-13T14:32:57.888 INFO:tasks.rados.rados.0.smithi071.stdout:2840: finishing rollback tid 1 to smithi07185159-40 2024-09-13T14:32:57.888 INFO:tasks.rados.rados.0.smithi071.stdout:2849: seq_num 1060 ranges {615420=737007,1912207=425038,3026137=542216} 2024-09-13T14:32:57.894 INFO:tasks.rados.rados.0.smithi071.stdout:2849: writing smithi07185159-26 from 615420 to 1352427 tid 1 2024-09-13T14:32:57.900 INFO:tasks.rados.rados.0.smithi071.stdout:2849: writing smithi07185159-26 from 1912207 to 2337245 tid 2 2024-09-13T14:32:57.908 INFO:tasks.rados.rados.0.smithi071.stdout:2849: writing smithi07185159-26 from 3026137 to 3568353 tid 3 2024-09-13T14:32:57.908 INFO:tasks.rados.rados.0.smithi071.stdout:2838: done (9 left) 2024-09-13T14:32:57.909 INFO:tasks.rados.rados.0.smithi071.stdout:2842: done (8 left) 2024-09-13T14:32:57.909 INFO:tasks.rados.rados.0.smithi071.stdout:2845: done (7 left) 2024-09-13T14:32:57.909 INFO:tasks.rados.rados.0.smithi071.stdout:2850: snap_create 2024-09-13T14:32:57.909 INFO:tasks.rados.rados.0.smithi071.stdout:2843: finishing rollback tid 0 to smithi07185159-22 2024-09-13T14:32:57.909 INFO:tasks.rados.rados.0.smithi071.stdout:2843: finishing rollback tid 1 to smithi07185159-22 2024-09-13T14:32:57.909 INFO:tasks.rados.rados.0.smithi071.stdout:2840: finishing rollback tid 2 to smithi07185159-40 2024-09-13T14:32:57.909 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 40 v 644 (ObjNum 874 snap 311 seq_num 874) dirty exists 2024-09-13T14:32:57.909 INFO:tasks.rados.rados.0.smithi071.stdout:2843: finishing rollback tid 2 to smithi07185159-22 2024-09-13T14:32:57.909 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 22 v 1001 (ObjNum 892 snap 315 seq_num 892) dirty exists 2024-09-13T14:32:57.910 INFO:tasks.rados.rados.0.smithi071.stdout:2839: expect (ObjNum 930 snap 323 seq_num 930) 2024-09-13T14:32:58.108 INFO:tasks.rados.rados.0.smithi071.stdout:2844: expect (ObjNum 1038 snap 358 seq_num 1038) 2024-09-13T14:32:58.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:57 smithi104 ceph-mon[105578]: from='client.44306 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:32:58.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:57 smithi104 ceph-mon[105578]: from='client.34386 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:32:58.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:57 smithi104 ceph-mon[105578]: osdmap e793: 8 total, 8 up, 8 in 2024-09-13T14:32:58.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:57 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1285025062' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:32:58.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:57 smithi104 ceph-mon[105578]: osdmap e794: 8 total, 8 up, 8 in 2024-09-13T14:32:58.374 INFO:tasks.rados.rados.0.smithi071.stdout:2841: expect (ObjNum 1024 snap 355 seq_num 1024) 2024-09-13T14:32:58.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:57 smithi071 ceph-mon[107477]: from='client.44306 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:32:58.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:57 smithi071 ceph-mon[107477]: from='client.34386 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:32:58.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:57 smithi071 ceph-mon[107477]: osdmap e793: 8 total, 8 up, 8 in 2024-09-13T14:32:58.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:57 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1285025062' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:32:58.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:57 smithi071 ceph-mon[107477]: osdmap e794: 8 total, 8 up, 8 in 2024-09-13T14:32:58.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:57 smithi071 ceph-mon[112785]: from='client.44306 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:32:58.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:57 smithi071 ceph-mon[112785]: from='client.34386 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:32:58.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:57 smithi071 ceph-mon[112785]: osdmap e793: 8 total, 8 up, 8 in 2024-09-13T14:32:58.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:57 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1285025062' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:32:58.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:57 smithi071 ceph-mon[112785]: osdmap e794: 8 total, 8 up, 8 in 2024-09-13T14:32:58.480 INFO:tasks.rados.rados.0.smithi071.stdout:2848: expect (ObjNum 1022 snap 355 seq_num 1022) 2024-09-13T14:32:58.631 INFO:tasks.rados.rados.0.smithi071.stdout:2849: finishing write tid 1 to smithi07185159-26 2024-09-13T14:32:58.631 INFO:tasks.rados.rados.0.smithi071.stdout:2849: finishing write tid 2 to smithi07185159-26 2024-09-13T14:32:58.631 INFO:tasks.rados.rados.0.smithi071.stdout:2849: finishing write tid 3 to smithi07185159-26 2024-09-13T14:32:58.631 INFO:tasks.rados.rados.0.smithi071.stdout:2849: finishing write tid 4 to smithi07185159-26 2024-09-13T14:32:58.631 INFO:tasks.rados.rados.0.smithi071.stdout:2849: finishing write tid 5 to smithi07185159-26 2024-09-13T14:32:58.631 INFO:tasks.rados.rados.0.smithi071.stdout:2849: oid 26 updating version 0 to 782 2024-09-13T14:32:58.631 INFO:tasks.rados.rados.0.smithi071.stdout:2849: oid 26 version 782 is already newer than 780 2024-09-13T14:32:58.631 INFO:tasks.rados.rados.0.smithi071.stdout:2849: oid 26 version 782 is already newer than 781 2024-09-13T14:32:58.631 INFO:tasks.rados.rados.0.smithi071.stdout:2849: oid 26 updating version 782 to 783 2024-09-13T14:32:58.631 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 26 v 783 (ObjNum 1060 snap 364 seq_num 1060) dirty exists 2024-09-13T14:32:58.632 INFO:tasks.rados.rados.0.smithi071.stdout:2849: left oid 26 (ObjNum 1060 snap 364 seq_num 1060) 2024-09-13T14:32:58.919 INFO:tasks.rados.rados.0.smithi071.stdout:2839: done (7 left) 2024-09-13T14:32:58.919 INFO:tasks.rados.rados.0.smithi071.stdout:2840: done (6 left) 2024-09-13T14:32:58.919 INFO:tasks.rados.rados.0.smithi071.stdout:2841: done (5 left) 2024-09-13T14:32:58.919 INFO:tasks.rados.rados.0.smithi071.stdout:2843: done (4 left) 2024-09-13T14:32:58.919 INFO:tasks.rados.rados.0.smithi071.stdout:2844: done (3 left) 2024-09-13T14:32:58.919 INFO:tasks.rados.rados.0.smithi071.stdout:2848: done (2 left) 2024-09-13T14:32:58.919 INFO:tasks.rados.rados.0.smithi071.stdout:2849: done (1 left) 2024-09-13T14:32:58.919 INFO:tasks.rados.rados.0.smithi071.stdout:2850: done (0 left) 2024-09-13T14:32:58.920 INFO:tasks.rados.rados.0.smithi071.stdout:2851: write oid 12 current snap is 365 2024-09-13T14:32:58.920 INFO:tasks.rados.rados.0.smithi071.stdout:2851: seq_num 1061 ranges {632227=412256,1570689=568696,2653560=753488} 2024-09-13T14:32:58.924 INFO:tasks.rados.rados.0.smithi071.stdout:2851: writing smithi07185159-12 from 632227 to 1044483 tid 1 2024-09-13T14:32:58.931 INFO:tasks.rados.rados.0.smithi071.stdout:2851: writing smithi07185159-12 from 1570689 to 2139385 tid 2 2024-09-13T14:32:58.938 INFO:tasks.rados.rados.0.smithi071.stdout:2851: writing smithi07185159-12 from 2653560 to 3407048 tid 3 2024-09-13T14:32:58.938 INFO:tasks.rados.rados.0.smithi071.stdout:2852: rollback oid 13 current snap is 365 2024-09-13T14:32:58.938 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 13 to 312 2024-09-13T14:32:58.938 INFO:tasks.rados.rados.0.smithi071.stdout:2851: finishing write tid 1 to smithi07185159-12 2024-09-13T14:32:58.938 INFO:tasks.rados.rados.0.smithi071.stdout:2851: finishing write tid 2 to smithi07185159-12 2024-09-13T14:32:58.939 INFO:tasks.rados.rados.0.smithi071.stdout:2853: delete oid 41 current snap is 365 2024-09-13T14:32:58.942 INFO:tasks.rados.rados.0.smithi071.stdout:2852: finishing rollback tid 0 to smithi07185159-13 2024-09-13T14:32:58.942 INFO:tasks.rados.rados.0.smithi071.stdout:2852: finishing rollback tid 1 to smithi07185159-13 2024-09-13T14:32:58.942 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 13 v 1445 (ObjNum 49 snap 0 seq_num 1953522672) dirty dne 2024-09-13T14:32:58.942 INFO:tasks.rados.rados.0.smithi071.stdout:2851: finishing write tid 3 to smithi07185159-12 2024-09-13T14:32:58.943 INFO:tasks.rados.rados.0.smithi071.stdout:2851: finishing write tid 4 to smithi07185159-12 2024-09-13T14:32:58.943 INFO:tasks.rados.rados.0.smithi071.stdout:2851: finishing write tid 5 to smithi07185159-12 2024-09-13T14:32:58.943 INFO:tasks.rados.rados.0.smithi071.stdout:2851: oid 12 updating version 0 to 372 2024-09-13T14:32:58.943 INFO:tasks.rados.rados.0.smithi071.stdout:2851: oid 12 version 372 is already newer than 371 2024-09-13T14:32:58.943 INFO:tasks.rados.rados.0.smithi071.stdout:2851: oid 12 version 372 is already newer than 369 2024-09-13T14:32:58.943 INFO:tasks.rados.rados.0.smithi071.stdout:2851: oid 12 version 372 is already newer than 370 2024-09-13T14:32:58.944 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 12 v 372 (ObjNum 1061 snap 365 seq_num 1061) dirty exists 2024-09-13T14:32:58.944 INFO:tasks.rados.rados.0.smithi071.stdout:2851: left oid 12 (ObjNum 1061 snap 365 seq_num 1061) 2024-09-13T14:32:58.944 INFO:tasks.rados.rados.0.smithi071.stdout:2851: done (2 left) 2024-09-13T14:32:58.944 INFO:tasks.rados.rados.0.smithi071.stdout:2852: done (1 left) 2024-09-13T14:32:58.944 INFO:tasks.rados.rados.0.smithi071.stdout:2853: done (0 left) 2024-09-13T14:32:58.944 INFO:tasks.rados.rados.0.smithi071.stdout:2854: snap_create 2024-09-13T14:32:59.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:58 smithi104 ceph-mon[105578]: from='client.34398 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:32:59.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:58 smithi104 ceph-mon[105578]: pgmap v643: 89 pgs: 89 active+clean; 265 MiB data, 861 MiB used, 714 GiB / 715 GiB avail; 2.3 MiB/s rd, 3.2 MiB/s wr, 17 op/s 2024-09-13T14:32:59.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:58 smithi071 ceph-mon[107477]: from='client.34398 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:32:59.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:58 smithi071 ceph-mon[107477]: pgmap v643: 89 pgs: 89 active+clean; 265 MiB data, 861 MiB used, 714 GiB / 715 GiB avail; 2.3 MiB/s rd, 3.2 MiB/s wr, 17 op/s 2024-09-13T14:32:59.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:58 smithi071 ceph-mon[112785]: from='client.34398 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:32:59.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:58 smithi071 ceph-mon[112785]: pgmap v643: 89 pgs: 89 active+clean; 265 MiB data, 861 MiB used, 714 GiB / 715 GiB avail; 2.3 MiB/s rd, 3.2 MiB/s wr, 17 op/s 2024-09-13T14:32:59.924 INFO:tasks.rados.rados.0.smithi071.stdout:2854: done (0 left) 2024-09-13T14:32:59.924 INFO:tasks.rados.rados.0.smithi071.stdout:2855: read oid 48 snap -1 2024-09-13T14:32:59.924 INFO:tasks.rados.rados.0.smithi071.stdout:2855: expect (ObjNum 1025 snap 355 seq_num 1025) 2024-09-13T14:32:59.924 INFO:tasks.rados.rados.0.smithi071.stdout:2856: delete oid 23 current snap is 366 2024-09-13T14:32:59.930 INFO:tasks.rados.rados.0.smithi071.stdout:2856: done (1 left) 2024-09-13T14:32:59.930 INFO:tasks.rados.rados.0.smithi071.stdout:2857: read oid 5 snap -1 2024-09-13T14:32:59.930 INFO:tasks.rados.rados.0.smithi071.stdout:2857: expect (ObjNum 838 snap 295 seq_num 838) 2024-09-13T14:32:59.930 INFO:tasks.rados.rados.0.smithi071.stdout:2858: read oid 23 snap 344 2024-09-13T14:32:59.930 INFO:tasks.rados.rados.0.smithi071.stdout:2858: expect deleted 2024-09-13T14:32:59.930 INFO:tasks.rados.rados.0.smithi071.stdout:2859: snap_remove snap 337 2024-09-13T14:33:00.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:59 smithi104 ceph-mon[105578]: osdmap e795: 8 total, 8 up, 8 in 2024-09-13T14:33:00.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:59 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:00.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:32:59 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:33:00.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:59 smithi071 ceph-mon[107477]: osdmap e795: 8 total, 8 up, 8 in 2024-09-13T14:33:00.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:59 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:00.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:32:59 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:33:00.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:59 smithi071 ceph-mon[112785]: osdmap e795: 8 total, 8 up, 8 in 2024-09-13T14:33:00.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:59 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:00.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:32:59 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:33:00.932 INFO:tasks.rados.rados.0.smithi071.stdout:2859: done (3 left) 2024-09-13T14:33:00.932 INFO:tasks.rados.rados.0.smithi071.stdout:2860: read oid 7 snap -1 2024-09-13T14:33:00.933 INFO:tasks.rados.rados.0.smithi071.stdout:2860: expect (ObjNum 973 snap 342 seq_num 973) 2024-09-13T14:33:00.933 INFO:tasks.rados.rados.0.smithi071.stdout:2861: write oid 47 current snap is 366 2024-09-13T14:33:00.933 INFO:tasks.rados.rados.0.smithi071.stdout:2861: seq_num 1064 ranges {682648=638003,2029782=432376,3019476=587304} 2024-09-13T14:33:00.939 INFO:tasks.rados.rados.0.smithi071.stdout:2861: writing smithi07185159-47 from 682648 to 1320651 tid 1 2024-09-13T14:33:00.945 INFO:tasks.rados.rados.0.smithi071.stdout:2861: writing smithi07185159-47 from 2029782 to 2462158 tid 2 2024-09-13T14:33:00.952 INFO:tasks.rados.rados.0.smithi071.stdout:2861: writing smithi07185159-47 from 3019476 to 3606780 tid 3 2024-09-13T14:33:00.952 INFO:tasks.rados.rados.0.smithi071.stdout:2862: read oid 46 snap -1 2024-09-13T14:33:00.952 INFO:tasks.rados.rados.0.smithi071.stdout:2862: expect deleted 2024-09-13T14:33:00.952 INFO:tasks.rados.rados.0.smithi071.stdout:2863: snap_remove snap 312 2024-09-13T14:33:01.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:00 smithi071 ceph-mon[107477]: osdmap e796: 8 total, 8 up, 8 in 2024-09-13T14:33:01.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:00 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16} : dispatch 2024-09-13T14:33:01.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:00 smithi071 ceph-mon[107477]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-13T14:33:01.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:00 smithi071 ceph-mon[107477]: Upgrade: osd.2 is safe to restart 2024-09-13T14:33:01.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:00 smithi071 ceph-mon[107477]: pgmap v646: 89 pgs: 89 active+clean; 262 MiB data, 867 MiB used, 714 GiB / 715 GiB avail; 20 MiB/s rd, 866 KiB/s wr, 19 op/s 2024-09-13T14:33:01.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:00 smithi071 ceph-mon[112785]: osdmap e796: 8 total, 8 up, 8 in 2024-09-13T14:33:01.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:00 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16} : dispatch 2024-09-13T14:33:01.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:00 smithi071 ceph-mon[112785]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-13T14:33:01.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:00 smithi071 ceph-mon[112785]: Upgrade: osd.2 is safe to restart 2024-09-13T14:33:01.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:00 smithi071 ceph-mon[112785]: pgmap v646: 89 pgs: 89 active+clean; 262 MiB data, 867 MiB used, 714 GiB / 715 GiB avail; 20 MiB/s rd, 866 KiB/s wr, 19 op/s 2024-09-13T14:33:01.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:00 smithi104 ceph-mon[105578]: osdmap e796: 8 total, 8 up, 8 in 2024-09-13T14:33:01.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:00 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16} : dispatch 2024-09-13T14:33:01.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:00 smithi104 ceph-mon[105578]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-13T14:33:01.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:00 smithi104 ceph-mon[105578]: Upgrade: osd.2 is safe to restart 2024-09-13T14:33:01.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:00 smithi104 ceph-mon[105578]: pgmap v646: 89 pgs: 89 active+clean; 262 MiB data, 867 MiB used, 714 GiB / 715 GiB avail; 20 MiB/s rd, 866 KiB/s wr, 19 op/s 2024-09-13T14:33:01.942 INFO:tasks.rados.rados.0.smithi071.stdout:2863: done (6 left) 2024-09-13T14:33:01.942 INFO:tasks.rados.rados.0.smithi071.stdout:2864: write oid 37 current snap is 366 2024-09-13T14:33:01.942 INFO:tasks.rados.rados.0.smithi071.stdout:2864: seq_num 1065 ranges {699455=429605,1804617=576034,3163252=514929} 2024-09-13T14:33:01.948 INFO:tasks.rados.rados.0.smithi071.stdout:2864: writing smithi07185159-37 from 699455 to 1129060 tid 1 2024-09-13T14:33:01.956 INFO:tasks.rados.rados.0.smithi071.stdout:2864: writing smithi07185159-37 from 1804617 to 2380651 tid 2 2024-09-13T14:33:01.963 INFO:tasks.rados.rados.0.smithi071.stdout:2864: writing smithi07185159-37 from 3163252 to 3678181 tid 3 2024-09-13T14:33:01.963 INFO:tasks.rados.rados.0.smithi071.stdout:2865: read oid 2 snap -1 2024-09-13T14:33:01.963 INFO:tasks.rados.rados.0.smithi071.stdout:2865: expect (ObjNum 922 snap 321 seq_num 922) 2024-09-13T14:33:01.963 INFO:tasks.rados.rados.0.smithi071.stdout:2866: snap_create 2024-09-13T14:33:01.964 INFO:tasks.rados.rados.0.smithi071.stdout:2855: expect (ObjNum 1025 snap 355 seq_num 1025) 2024-09-13T14:33:02.068 INFO:tasks.rados.rados.0.smithi071.stdout:2857: expect (ObjNum 838 snap 295 seq_num 838) 2024-09-13T14:33:02.136 INFO:tasks.rados.rados.0.smithi071.stdout:2860: expect (ObjNum 973 snap 342 seq_num 973) 2024-09-13T14:33:02.229 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:01 smithi071 ceph-mon[107477]: osdmap e797: 8 total, 8 up, 8 in 2024-09-13T14:33:02.229 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:01 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:02.229 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:01 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-13T14:33:02.229 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:01 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:33:02.229 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:01 smithi071 ceph-mon[112785]: osdmap e797: 8 total, 8 up, 8 in 2024-09-13T14:33:02.229 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:01 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:02.230 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:01 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-13T14:33:02.230 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:01 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:33:02.274 INFO:tasks.rados.rados.0.smithi071.stdout:2861: finishing write tid 1 to smithi07185159-47 2024-09-13T14:33:02.274 INFO:tasks.rados.rados.0.smithi071.stdout:2861: finishing write tid 2 to smithi07185159-47 2024-09-13T14:33:02.274 INFO:tasks.rados.rados.0.smithi071.stdout:2861: finishing write tid 3 to smithi07185159-47 2024-09-13T14:33:02.274 INFO:tasks.rados.rados.0.smithi071.stdout:2861: finishing write tid 4 to smithi07185159-47 2024-09-13T14:33:02.274 INFO:tasks.rados.rados.0.smithi071.stdout:2861: finishing write tid 5 to smithi07185159-47 2024-09-13T14:33:02.275 INFO:tasks.rados.rados.0.smithi071.stdout:2861: oid 47 updating version 0 to 1257 2024-09-13T14:33:02.275 INFO:tasks.rados.rados.0.smithi071.stdout:2861: oid 47 version 1257 is already newer than 1254 2024-09-13T14:33:02.275 INFO:tasks.rados.rados.0.smithi071.stdout:2861: oid 47 version 1257 is already newer than 1255 2024-09-13T14:33:02.275 INFO:tasks.rados.rados.0.smithi071.stdout:2861: oid 47 version 1257 is already newer than 1256 2024-09-13T14:33:02.275 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 47 v 1257 (ObjNum 1064 snap 366 seq_num 1064) dirty exists 2024-09-13T14:33:02.275 INFO:tasks.rados.rados.0.smithi071.stdout:2861: left oid 47 (ObjNum 1064 snap 366 seq_num 1064) 2024-09-13T14:33:02.275 INFO:tasks.rados.rados.0.smithi071.stdout:2864: finishing write tid 1 to smithi07185159-37 2024-09-13T14:33:02.275 INFO:tasks.rados.rados.0.smithi071.stdout:2864: finishing write tid 2 to smithi07185159-37 2024-09-13T14:33:02.275 INFO:tasks.rados.rados.0.smithi071.stdout:2864: finishing write tid 3 to smithi07185159-37 2024-09-13T14:33:02.275 INFO:tasks.rados.rados.0.smithi071.stdout:2864: finishing write tid 4 to smithi07185159-37 2024-09-13T14:33:02.275 INFO:tasks.rados.rados.0.smithi071.stdout:2864: finishing write tid 5 to smithi07185159-37 2024-09-13T14:33:02.275 INFO:tasks.rados.rados.0.smithi071.stdout:2864: oid 37 updating version 0 to 794 2024-09-13T14:33:02.275 INFO:tasks.rados.rados.0.smithi071.stdout:2864: oid 37 version 794 is already newer than 791 2024-09-13T14:33:02.276 INFO:tasks.rados.rados.0.smithi071.stdout:2864: oid 37 version 794 is already newer than 792 2024-09-13T14:33:02.276 INFO:tasks.rados.rados.0.smithi071.stdout:2864: oid 37 version 794 is already newer than 793 2024-09-13T14:33:02.276 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 37 v 794 (ObjNum 1065 snap 366 seq_num 1065) dirty exists 2024-09-13T14:33:02.276 INFO:tasks.rados.rados.0.smithi071.stdout:2864: left oid 37 (ObjNum 1065 snap 366 seq_num 1065) 2024-09-13T14:33:02.276 INFO:tasks.rados.rados.0.smithi071.stdout:2865: expect (ObjNum 922 snap 321 seq_num 922) 2024-09-13T14:33:02.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:01 smithi104 ceph-mon[105578]: osdmap e797: 8 total, 8 up, 8 in 2024-09-13T14:33:02.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:01 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:02.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:01 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-13T14:33:02.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:01 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:33:02.887 INFO:tasks.rados.rados.0.smithi071.stdout:2855: done (8 left) 2024-09-13T14:33:02.887 INFO:tasks.rados.rados.0.smithi071.stdout:2857: done (7 left) 2024-09-13T14:33:02.887 INFO:tasks.rados.rados.0.smithi071.stdout:2858: done (6 left) 2024-09-13T14:33:02.887 INFO:tasks.rados.rados.0.smithi071.stdout:2860: done (5 left) 2024-09-13T14:33:02.887 INFO:tasks.rados.rados.0.smithi071.stdout:2861: done (4 left) 2024-09-13T14:33:02.888 INFO:tasks.rados.rados.0.smithi071.stdout:2862: done (3 left) 2024-09-13T14:33:02.888 INFO:tasks.rados.rados.0.smithi071.stdout:2864: done (2 left) 2024-09-13T14:33:02.888 INFO:tasks.rados.rados.0.smithi071.stdout:2865: done (1 left) 2024-09-13T14:33:02.888 INFO:tasks.rados.rados.0.smithi071.stdout:2866: done (0 left) 2024-09-13T14:33:02.888 INFO:tasks.rados.rados.0.smithi071.stdout:2867: delete oid 12 current snap is 367 2024-09-13T14:33:02.891 INFO:tasks.rados.rados.0.smithi071.stdout:2867: done (0 left) 2024-09-13T14:33:02.891 INFO:tasks.rados.rados.0.smithi071.stdout:2868: write oid 33 current snap is 367 2024-09-13T14:33:02.891 INFO:tasks.rados.rados.0.smithi071.stdout:2868: seq_num 1067 ranges {733069=580103,1921581=579703,3218098=537473} 2024-09-13T14:33:02.898 INFO:tasks.rados.rados.0.smithi071.stdout:2868: writing smithi07185159-33 from 733069 to 1313172 tid 1 2024-09-13T14:33:02.904 INFO:tasks.rados.rados.0.smithi071.stdout:2868: writing smithi07185159-33 from 1921581 to 2501284 tid 2 2024-09-13T14:33:02.911 INFO:tasks.rados.rados.0.smithi071.stdout:2868: writing smithi07185159-33 from 3218098 to 3755571 tid 3 2024-09-13T14:33:02.912 INFO:tasks.rados.rados.0.smithi071.stdout:2869: read oid 21 snap -1 2024-09-13T14:33:02.912 INFO:tasks.rados.rados.0.smithi071.stdout:2869: expect (ObjNum 934 snap 326 seq_num 934) 2024-09-13T14:33:02.912 INFO:tasks.rados.rados.0.smithi071.stdout:2870: snap_remove snap 366 2024-09-13T14:33:02.983 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:33:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:33:02] "GET /metrics HTTP/1.1" 200 36399 "" "Prometheus/2.51.0" 2024-09-13T14:33:02.984 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:02 smithi071 ceph-mon[107477]: Upgrade: Updating osd.2 2024-09-13T14:33:02.984 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:02 smithi071 ceph-mon[107477]: Deploying daemon osd.2 on smithi071 2024-09-13T14:33:02.984 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:02 smithi071 ceph-mon[107477]: osdmap e798: 8 total, 8 up, 8 in 2024-09-13T14:33:02.984 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:02 smithi071 ceph-mon[107477]: pgmap v649: 89 pgs: 89 active+clean; 262 MiB data, 867 MiB used, 714 GiB / 715 GiB avail; 20 MiB/s rd, 866 KiB/s wr, 19 op/s 2024-09-13T14:33:02.984 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:02 smithi071 ceph-mon[107477]: osdmap e799: 8 total, 8 up, 8 in 2024-09-13T14:33:02.985 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:02 smithi071 ceph-mon[112785]: Upgrade: Updating osd.2 2024-09-13T14:33:02.985 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:02 smithi071 ceph-mon[112785]: Deploying daemon osd.2 on smithi071 2024-09-13T14:33:02.985 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:02 smithi071 ceph-mon[112785]: osdmap e798: 8 total, 8 up, 8 in 2024-09-13T14:33:02.985 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:02 smithi071 ceph-mon[112785]: pgmap v649: 89 pgs: 89 active+clean; 262 MiB data, 867 MiB used, 714 GiB / 715 GiB avail; 20 MiB/s rd, 866 KiB/s wr, 19 op/s 2024-09-13T14:33:02.985 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:02 smithi071 ceph-mon[112785]: osdmap e799: 8 total, 8 up, 8 in 2024-09-13T14:33:03.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:02 smithi104 ceph-mon[105578]: Upgrade: Updating osd.2 2024-09-13T14:33:03.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:02 smithi104 ceph-mon[105578]: Deploying daemon osd.2 on smithi071 2024-09-13T14:33:03.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:02 smithi104 ceph-mon[105578]: osdmap e798: 8 total, 8 up, 8 in 2024-09-13T14:33:03.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:02 smithi104 ceph-mon[105578]: pgmap v649: 89 pgs: 89 active+clean; 262 MiB data, 867 MiB used, 714 GiB / 715 GiB avail; 20 MiB/s rd, 866 KiB/s wr, 19 op/s 2024-09-13T14:33:03.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:02 smithi104 ceph-mon[105578]: osdmap e799: 8 total, 8 up, 8 in 2024-09-13T14:33:03.890 INFO:tasks.rados.rados.0.smithi071.stdout:2870: done (2 left) 2024-09-13T14:33:03.890 INFO:tasks.rados.rados.0.smithi071.stdout:2871: read oid 38 snap -1 2024-09-13T14:33:03.890 INFO:tasks.rados.rados.0.smithi071.stdout:2871: expect (ObjNum 864 snap 305 seq_num 864) 2024-09-13T14:33:03.890 INFO:tasks.rados.rados.0.smithi071.stdout:2872: write oid 27 current snap is 367 2024-09-13T14:33:03.890 INFO:tasks.rados.rados.0.smithi071.stdout:2868: finishing write tid 1 to smithi07185159-33 2024-09-13T14:33:03.890 INFO:tasks.rados.rados.0.smithi071.stdout:2872: seq_num 1068 ranges {749876=655352,1863710=723361,3012815=748745} 2024-09-13T14:33:03.897 INFO:tasks.rados.rados.0.smithi071.stdout:2872: writing smithi07185159-27 from 749876 to 1405228 tid 1 2024-09-13T14:33:03.903 INFO:tasks.rados.rados.0.smithi071.stdout:2872: writing smithi07185159-27 from 1863710 to 2587071 tid 2 2024-09-13T14:33:03.911 INFO:tasks.rados.rados.0.smithi071.stdout:2872: writing smithi07185159-27 from 3012815 to 3761560 tid 3 2024-09-13T14:33:03.911 INFO:tasks.rados.rados.0.smithi071.stdout:2873: read oid 49 snap 359 2024-09-13T14:33:03.911 INFO:tasks.rados.rados.0.smithi071.stdout:2873: expect (ObjNum 1024 snap 355 seq_num 1024) 2024-09-13T14:33:03.911 INFO:tasks.rados.rados.0.smithi071.stdout:2874: read oid 19 snap -1 2024-09-13T14:33:03.911 INFO:tasks.rados.rados.0.smithi071.stdout:2874: expect deleted 2024-09-13T14:33:03.912 INFO:tasks.rados.rados.0.smithi071.stdout:2875: rollback oid 35 current snap is 367 2024-09-13T14:33:03.912 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 35 to 361 2024-09-13T14:33:03.912 INFO:tasks.rados.rados.0.smithi071.stdout:2868: finishing write tid 2 to smithi07185159-33 2024-09-13T14:33:03.912 INFO:tasks.rados.rados.0.smithi071.stdout:2868: finishing write tid 3 to smithi07185159-33 2024-09-13T14:33:03.912 INFO:tasks.rados.rados.0.smithi071.stdout:2868: finishing write tid 4 to smithi07185159-33 2024-09-13T14:33:03.912 INFO:tasks.rados.rados.0.smithi071.stdout:2868: finishing write tid 5 to smithi07185159-33 2024-09-13T14:33:03.912 INFO:tasks.rados.rados.0.smithi071.stdout:2868: oid 33 updating version 0 to 1264 2024-09-13T14:33:03.912 INFO:tasks.rados.rados.0.smithi071.stdout:2868: oid 33 version 1264 is already newer than 1263 2024-09-13T14:33:03.912 INFO:tasks.rados.rados.0.smithi071.stdout:2868: oid 33 updating version 1264 to 1266 2024-09-13T14:33:03.912 INFO:tasks.rados.rados.0.smithi071.stdout:2868: oid 33 version 1266 is already newer than 1265 2024-09-13T14:33:03.912 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 33 v 1266 (ObjNum 1067 snap 367 seq_num 1067) dirty exists 2024-09-13T14:33:03.912 INFO:tasks.rados.rados.0.smithi071.stdout:2868: left oid 33 (ObjNum 1067 snap 367 seq_num 1067) 2024-09-13T14:33:03.912 INFO:tasks.rados.rados.0.smithi071.stdout:2869: expect (ObjNum 934 snap 326 seq_num 934) 2024-09-13T14:33:04.072 INFO:tasks.rados.rados.0.smithi071.stdout:2871: expect (ObjNum 864 snap 305 seq_num 864) 2024-09-13T14:33:04.188 INFO:tasks.rados.rados.0.smithi071.stdout:2872: finishing write tid 1 to smithi07185159-27 2024-09-13T14:33:04.188 INFO:tasks.rados.rados.0.smithi071.stdout:2872: finishing write tid 2 to smithi07185159-27 2024-09-13T14:33:04.189 INFO:tasks.rados.rados.0.smithi071.stdout:2868: done (6 left) 2024-09-13T14:33:04.189 INFO:tasks.rados.rados.0.smithi071.stdout:2869: done (5 left) 2024-09-13T14:33:04.189 INFO:tasks.rados.rados.0.smithi071.stdout:2871: done (4 left) 2024-09-13T14:33:04.189 INFO:tasks.rados.rados.0.smithi071.stdout:2876: write oid 18 current snap is 367 2024-09-13T14:33:04.189 INFO:tasks.rados.rados.0.smithi071.stdout:2872: finishing write tid 3 to smithi07185159-27 2024-09-13T14:33:04.189 INFO:tasks.rados.rados.0.smithi071.stdout:2872: finishing write tid 4 to smithi07185159-27 2024-09-13T14:33:04.189 INFO:tasks.rados.rados.0.smithi071.stdout:2876: seq_num 1069 ranges {766683=730601,1922192=583372,3156591=676370} 2024-09-13T14:33:04.196 INFO:tasks.rados.rados.0.smithi071.stdout:2876: writing smithi07185159-18 from 766683 to 1497284 tid 1 2024-09-13T14:33:04.202 INFO:tasks.rados.rados.0.smithi071.stdout:2876: writing smithi07185159-18 from 1922192 to 2505564 tid 2 2024-09-13T14:33:04.209 INFO:tasks.rados.rados.0.smithi071.stdout:2876: writing smithi07185159-18 from 3156591 to 3832961 tid 3 2024-09-13T14:33:04.209 INFO:tasks.rados.rados.0.smithi071.stdout:2874: done (4 left) 2024-09-13T14:33:04.210 INFO:tasks.rados.rados.0.smithi071.stdout:2877: read oid 48 snap -1 2024-09-13T14:33:04.210 INFO:tasks.rados.rados.0.smithi071.stdout:2877: expect (ObjNum 1025 snap 355 seq_num 1025) 2024-09-13T14:33:04.210 INFO:tasks.rados.rados.0.smithi071.stdout:2878: delete oid 10 current snap is 367 2024-09-13T14:33:04.210 INFO:tasks.rados.rados.0.smithi071.stdout:2872: finishing write tid 5 to smithi07185159-27 2024-09-13T14:33:04.210 INFO:tasks.rados.rados.0.smithi071.stdout:2872: oid 27 updating version 0 to 1457 2024-09-13T14:33:04.210 INFO:tasks.rados.rados.0.smithi071.stdout:2872: oid 27 updating version 1457 to 1458 2024-09-13T14:33:04.210 INFO:tasks.rados.rados.0.smithi071.stdout:2872: oid 27 version 1458 is already newer than 1456 2024-09-13T14:33:04.210 INFO:tasks.rados.rados.0.smithi071.stdout:2872: oid 27 version 1458 is already newer than 1455 2024-09-13T14:33:04.210 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 27 v 1458 (ObjNum 1068 snap 367 seq_num 1068) dirty exists 2024-09-13T14:33:04.210 INFO:tasks.rados.rados.0.smithi071.stdout:2872: left oid 27 (ObjNum 1068 snap 367 seq_num 1068) 2024-09-13T14:33:04.210 INFO:tasks.rados.rados.0.smithi071.stdout:2873: expect (ObjNum 1024 snap 355 seq_num 1024) 2024-09-13T14:33:04.315 INFO:tasks.rados.rados.0.smithi071.stdout:2875: finishing rollback tid 0 to smithi07185159-35 2024-09-13T14:33:04.315 INFO:tasks.rados.rados.0.smithi071.stdout:2875: finishing rollback tid 1 to smithi07185159-35 2024-09-13T14:33:04.315 INFO:tasks.rados.rados.0.smithi071.stdout:2875: finishing rollback tid 2 to smithi07185159-35 2024-09-13T14:33:04.315 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 35 v 1476 (ObjNum 1000 snap 348 seq_num 1000) dirty exists 2024-09-13T14:33:04.315 INFO:tasks.rados.rados.0.smithi071.stdout:2872: done (5 left) 2024-09-13T14:33:04.315 INFO:tasks.rados.rados.0.smithi071.stdout:2873: done (4 left) 2024-09-13T14:33:04.315 INFO:tasks.rados.rados.0.smithi071.stdout:2875: done (3 left) 2024-09-13T14:33:04.315 INFO:tasks.rados.rados.0.smithi071.stdout:2878: done (2 left) 2024-09-13T14:33:04.315 INFO:tasks.rados.rados.0.smithi071.stdout:2879: rollback oid 44 current snap is 367 2024-09-13T14:33:04.315 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 44 to 359 2024-09-13T14:33:04.316 INFO:tasks.rados.rados.0.smithi071.stdout:2876: finishing write tid 1 to smithi07185159-18 2024-09-13T14:33:04.316 INFO:tasks.rados.rados.0.smithi071.stdout:2876: finishing write tid 2 to smithi07185159-18 2024-09-13T14:33:04.316 INFO:tasks.rados.rados.0.smithi071.stdout:2876: finishing write tid 3 to smithi07185159-18 2024-09-13T14:33:04.316 INFO:tasks.rados.rados.0.smithi071.stdout:2876: finishing write tid 4 to smithi07185159-18 2024-09-13T14:33:04.316 INFO:tasks.rados.rados.0.smithi071.stdout:2876: finishing write tid 5 to smithi07185159-18 2024-09-13T14:33:04.316 INFO:tasks.rados.rados.0.smithi071.stdout:2876: oid 18 updating version 0 to 2745 2024-09-13T14:33:04.316 INFO:tasks.rados.rados.0.smithi071.stdout:2876: oid 18 version 2745 is already newer than 2744 2024-09-13T14:33:04.316 INFO:tasks.rados.rados.0.smithi071.stdout:2876: oid 18 updating version 2745 to 2747 2024-09-13T14:33:04.316 INFO:tasks.rados.rados.0.smithi071.stdout:2876: oid 18 version 2747 is already newer than 2746 2024-09-13T14:33:04.316 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 18 v 2747 (ObjNum 1069 snap 367 seq_num 1069) dirty exists 2024-09-13T14:33:04.316 INFO:tasks.rados.rados.0.smithi071.stdout:2876: left oid 18 (ObjNum 1069 snap 367 seq_num 1069) 2024-09-13T14:33:04.316 INFO:tasks.rados.rados.0.smithi071.stdout:2877: expect (ObjNum 1025 snap 355 seq_num 1025) 2024-09-13T14:33:04.426 INFO:tasks.rados.rados.0.smithi071.stdout:2879: finishing rollback tid 0 to smithi07185159-44 2024-09-13T14:33:04.426 INFO:tasks.rados.rados.0.smithi071.stdout:2879: finishing rollback tid 1 to smithi07185159-44 2024-09-13T14:33:04.426 INFO:tasks.rados.rados.0.smithi071.stdout:2876: done (2 left) 2024-09-13T14:33:04.426 INFO:tasks.rados.rados.0.smithi071.stdout:2877: done (1 left) 2024-09-13T14:33:04.426 INFO:tasks.rados.rados.0.smithi071.stdout:2880: write oid 1 current snap is 367 2024-09-13T14:33:04.426 INFO:tasks.rados.rados.0.smithi071.stdout:2879: finishing rollback tid 2 to smithi07185159-44 2024-09-13T14:33:04.426 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 44 v 1363 (ObjNum 1041 snap 359 seq_num 1041) dirty exists 2024-09-13T14:33:04.426 INFO:tasks.rados.rados.0.smithi071.stdout:2880: seq_num 1071 ranges {400297=481099,1639156=361141} 2024-09-13T14:33:04.430 INFO:tasks.rados.rados.0.smithi071.stdout:2880: writing smithi07185159-1 from 400297 to 881396 tid 1 2024-09-13T14:33:04.436 INFO:tasks.rados.rados.0.smithi071.stdout:2880: writing smithi07185159-1 from 1639156 to 2000297 tid 2 2024-09-13T14:33:04.436 INFO:tasks.rados.rados.0.smithi071.stdout:2879: done (1 left) 2024-09-13T14:33:04.436 INFO:tasks.rados.rados.0.smithi071.stdout:2881: snap_remove snap 359 2024-09-13T14:33:04.890 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:33:04 smithi071 systemd[1]: Stopping Ceph osd.2 for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T14:33:04.890 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:33:04 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-2[57332]: 2024-09-13T14:33:04.765+0000 7fc18a51f640 -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-09-13T14:33:04.891 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:33:04 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-2[57332]: 2024-09-13T14:33:04.765+0000 7fc18a51f640 -1 osd.2 800 *** Got signal Terminated *** 2024-09-13T14:33:04.891 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:33:04 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-2[57332]: 2024-09-13T14:33:04.765+0000 7fc18a51f640 -1 osd.2 800 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-13T14:33:04.903 INFO:tasks.rados.rados.0.smithi071.stdout:2880: finishing write tid 1 to smithi07185159-1 2024-09-13T14:33:04.904 INFO:tasks.rados.rados.0.smithi071.stdout:2880: finishing write tid 2 to smithi07185159-1 2024-09-13T14:33:04.904 INFO:tasks.rados.rados.0.smithi071.stdout:2880: finishing write tid 3 to smithi07185159-1 2024-09-13T14:33:04.904 INFO:tasks.rados.rados.0.smithi071.stdout:2880: finishing write tid 4 to smithi07185159-1 2024-09-13T14:33:04.904 INFO:tasks.rados.rados.0.smithi071.stdout:2880: oid 1 updating version 0 to 2748 2024-09-13T14:33:04.904 INFO:tasks.rados.rados.0.smithi071.stdout:2880: oid 1 updating version 2748 to 2749 2024-09-13T14:33:04.904 INFO:tasks.rados.rados.0.smithi071.stdout:2880: oid 1 updating version 2749 to 2750 2024-09-13T14:33:04.904 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 1 v 2750 (ObjNum 1071 snap 367 seq_num 1071) dirty exists 2024-09-13T14:33:04.904 INFO:tasks.rados.rados.0.smithi071.stdout:2880: left oid 1 (ObjNum 1071 snap 367 seq_num 1071) 2024-09-13T14:33:04.904 INFO:tasks.rados.rados.0.smithi071.stdout:2880: done (1 left) 2024-09-13T14:33:04.904 INFO:tasks.rados.rados.0.smithi071.stdout:2881: done (0 left) 2024-09-13T14:33:04.905 INFO:tasks.rados.rados.0.smithi071.stdout:2882: delete oid 44 current snap is 367 2024-09-13T14:33:04.913 INFO:tasks.rados.rados.0.smithi071.stdout:2882: done (0 left) 2024-09-13T14:33:04.913 INFO:tasks.rados.rados.0.smithi071.stdout:2883: snap_remove snap 360 2024-09-13T14:33:05.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:04 smithi104 ceph-mon[105578]: osdmap e800: 8 total, 8 up, 8 in 2024-09-13T14:33:05.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:04 smithi104 ceph-mon[105578]: pgmap v652: 89 pgs: 89 active+clean; 262 MiB data, 850 MiB used, 714 GiB / 715 GiB avail; 6.0 MiB/s rd, 1.2 MiB/s wr, 9 op/s 2024-09-13T14:33:05.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:04 smithi104 ceph-mon[105578]: osd.2 marked itself down and dead 2024-09-13T14:33:05.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:04 smithi071 ceph-mon[107477]: osdmap e800: 8 total, 8 up, 8 in 2024-09-13T14:33:05.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:04 smithi071 ceph-mon[107477]: pgmap v652: 89 pgs: 89 active+clean; 262 MiB data, 850 MiB used, 714 GiB / 715 GiB avail; 6.0 MiB/s rd, 1.2 MiB/s wr, 9 op/s 2024-09-13T14:33:05.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:04 smithi071 ceph-mon[107477]: osd.2 marked itself down and dead 2024-09-13T14:33:05.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:04 smithi071 ceph-mon[112785]: osdmap e800: 8 total, 8 up, 8 in 2024-09-13T14:33:05.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:04 smithi071 ceph-mon[112785]: pgmap v652: 89 pgs: 89 active+clean; 262 MiB data, 850 MiB used, 714 GiB / 715 GiB avail; 6.0 MiB/s rd, 1.2 MiB/s wr, 9 op/s 2024-09-13T14:33:05.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:04 smithi071 ceph-mon[112785]: osd.2 marked itself down and dead 2024-09-13T14:33:05.700 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:33:05 smithi071 podman[134597]: 2024-09-13 14:33:05.418376714 +0000 UTC m=+0.746447931 container died dbb670583d0de0b94d528044cea8c6da0fbcddd94eebb1cbc3f71f41b99ae21a (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, ceph=True, org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=reef-2c01458, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731) 2024-09-13T14:33:05.903 INFO:tasks.rados.rados.0.smithi071.stdout:2883: done (0 left) 2024-09-13T14:33:05.903 INFO:tasks.rados.rados.0.smithi071.stdout:2884: snap_remove snap 344 2024-09-13T14:33:06.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:05 smithi071 ceph-mon[107477]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-13T14:33:06.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:05 smithi071 ceph-mon[107477]: osdmap e801: 8 total, 7 up, 8 in 2024-09-13T14:33:06.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:05 smithi071 ceph-mon[112785]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-13T14:33:06.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:05 smithi071 ceph-mon[112785]: osdmap e801: 8 total, 7 up, 8 in 2024-09-13T14:33:06.141 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:33:05 smithi071 podman[134597]: 2024-09-13 14:33:05.873621907 +0000 UTC m=+1.201693120 container cleanup dbb670583d0de0b94d528044cea8c6da0fbcddd94eebb1cbc3f71f41b99ae21a (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, 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, RELEASE=reef-2c01458, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, GIT_CLEAN=True, ceph=True, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.license=GPLv2) 2024-09-13T14:33:06.141 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:33:05 smithi071 bash[134597]: ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-2 2024-09-13T14:33:06.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:05 smithi104 ceph-mon[105578]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-13T14:33:06.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:05 smithi104 ceph-mon[105578]: osdmap e801: 8 total, 7 up, 8 in 2024-09-13T14:33:06.476 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:33:06 smithi071 podman[134619]: 2024-09-13 14:33:06.167022452 +0000 UTC m=+0.747892019 container remove dbb670583d0de0b94d528044cea8c6da0fbcddd94eebb1cbc3f71f41b99ae21a (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-2, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=reef-2c01458, ceph=True, io.buildah.version=1.37.2, org.label-schema.schema-version=1.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_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2) 2024-09-13T14:33:06.796 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:33:06 smithi071 podman[134715]: 2024-09-13 14:33:06.476483455 +0000 UTC m=+0.094317527 container create 4e1c602657b37af3752fc291e2b868b24afd969766afb456d3f58be5592f5ebe (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-2-deactivate, org.label-schema.schema-version=1.0, RELEASE=wip-aclamk-cbt-combined-d58f730, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, 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=20240731) 2024-09-13T14:33:06.796 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:33:06 smithi071 podman[134715]: 2024-09-13 14:33:06.398306317 +0000 UTC m=+0.016140393 image pull fec07016a2b0bf363d0b69240081049b65cf13f1c44f6a7196cf8309aeb428cd quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f 2024-09-13T14:33:06.796 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:33:06 smithi071 podman[134715]: 2024-09-13 14:33:06.712549127 +0000 UTC m=+0.330383212 container init 4e1c602657b37af3752fc291e2b868b24afd969766afb456d3f58be5592f5ebe (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-2-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, RELEASE=wip-aclamk-cbt-combined-d58f730, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_CLEAN=True, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-13T14:33:06.797 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:33:06 smithi071 podman[134715]: 2024-09-13 14:33:06.717269452 +0000 UTC m=+0.335103523 container start 4e1c602657b37af3752fc291e2b868b24afd969766afb456d3f58be5592f5ebe (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-2-deactivate, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, ceph=True, RELEASE=wip-aclamk-cbt-combined-d58f730, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-13T14:33:06.797 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:33:06 smithi071 podman[134715]: 2024-09-13 14:33:06.795772461 +0000 UTC m=+0.413606543 container attach 4e1c602657b37af3752fc291e2b868b24afd969766afb456d3f58be5592f5ebe (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-2-deactivate, RELEASE=wip-aclamk-cbt-combined-d58f730, org.label-schema.license=GPLv2, 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, ceph=True, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-13T14:33:06.908 INFO:tasks.rados.rados.0.smithi071.stdout:2884: done (0 left) 2024-09-13T14:33:06.908 INFO:tasks.rados.rados.0.smithi071.stdout:2885: delete oid 43 current snap is 367 2024-09-13T14:33:06.913 INFO:tasks.rados.rados.0.smithi071.stdout:2885: done (0 left) 2024-09-13T14:33:06.913 INFO:tasks.rados.rados.0.smithi071.stdout:2886: write oid 30 current snap is 367 2024-09-13T14:33:06.913 INFO:tasks.rados.rados.0.smithi071.stdout:2886: seq_num 1074 ranges {450718=423199,1414602=636116} 2024-09-13T14:33:06.920 INFO:tasks.rados.rados.0.smithi071.stdout:2886: writing smithi07185159-30 from 450718 to 873917 tid 1 2024-09-13T14:33:06.926 INFO:tasks.rados.rados.0.smithi071.stdout:2886: writing smithi07185159-30 from 1414602 to 2050718 tid 2 2024-09-13T14:33:06.926 INFO:tasks.rados.rados.0.smithi071.stdout:2887: write oid 26 current snap is 367 2024-09-13T14:33:06.926 INFO:tasks.rados.rados.0.smithi071.stdout:2886: finishing write tid 1 to smithi07185159-30 2024-09-13T14:33:06.926 INFO:tasks.rados.rados.0.smithi071.stdout:2887: seq_num 1075 ranges {467525=498448,1473084=594379} 2024-09-13T14:33:06.931 INFO:tasks.rados.rados.0.smithi071.stdout:2887: writing smithi07185159-26 from 467525 to 965973 tid 1 2024-09-13T14:33:06.938 INFO:tasks.rados.rados.0.smithi071.stdout:2887: writing smithi07185159-26 from 1473084 to 2067463 tid 2 2024-09-13T14:33:06.939 INFO:tasks.rados.rados.0.smithi071.stdout:2888: snap_create 2024-09-13T14:33:06.939 INFO:tasks.rados.rados.0.smithi071.stdout:2886: finishing write tid 2 to smithi07185159-30 2024-09-13T14:33:06.939 INFO:tasks.rados.rados.0.smithi071.stdout:2886: finishing write tid 3 to smithi07185159-30 2024-09-13T14:33:06.939 INFO:tasks.rados.rados.0.smithi071.stdout:2886: finishing write tid 4 to smithi07185159-30 2024-09-13T14:33:06.939 INFO:tasks.rados.rados.0.smithi071.stdout:2886: oid 30 updating version 0 to 696 2024-09-13T14:33:06.939 INFO:tasks.rados.rados.0.smithi071.stdout:2886: oid 30 version 696 is already newer than 695 2024-09-13T14:33:06.939 INFO:tasks.rados.rados.0.smithi071.stdout:2886: oid 30 updating version 696 to 697 2024-09-13T14:33:06.939 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 30 v 697 (ObjNum 1074 snap 367 seq_num 1074) dirty exists 2024-09-13T14:33:06.939 INFO:tasks.rados.rados.0.smithi071.stdout:2886: left oid 30 (ObjNum 1074 snap 367 seq_num 1074) 2024-09-13T14:33:06.939 INFO:tasks.rados.rados.0.smithi071.stdout:2887: finishing write tid 1 to smithi07185159-26 2024-09-13T14:33:06.942 INFO:tasks.rados.rados.0.smithi071.stdout:2887: finishing write tid 2 to smithi07185159-26 2024-09-13T14:33:06.942 INFO:tasks.rados.rados.0.smithi071.stdout:2887: finishing write tid 3 to smithi07185159-26 2024-09-13T14:33:06.942 INFO:tasks.rados.rados.0.smithi071.stdout:2887: finishing write tid 4 to smithi07185159-26 2024-09-13T14:33:06.942 INFO:tasks.rados.rados.0.smithi071.stdout:2887: oid 26 updating version 0 to 804 2024-09-13T14:33:06.942 INFO:tasks.rados.rados.0.smithi071.stdout:2887: oid 26 version 804 is already newer than 802 2024-09-13T14:33:06.942 INFO:tasks.rados.rados.0.smithi071.stdout:2887: oid 26 version 804 is already newer than 803 2024-09-13T14:33:06.942 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 26 v 804 (ObjNum 1075 snap 367 seq_num 1075) dirty exists 2024-09-13T14:33:06.942 INFO:tasks.rados.rados.0.smithi071.stdout:2887: left oid 26 (ObjNum 1075 snap 367 seq_num 1075) 2024-09-13T14:33:07.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:06 smithi071 ceph-mon[107477]: osdmap e802: 8 total, 7 up, 8 in 2024-09-13T14:33:07.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:06 smithi071 ceph-mon[107477]: pgmap v655: 89 pgs: 15 peering, 3 stale+active+clean, 71 active+clean; 225 MiB data, 812 MiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 2.8 MiB/s wr, 21 op/s 2024-09-13T14:33:07.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:06 smithi071 ceph-mon[112785]: osdmap e802: 8 total, 7 up, 8 in 2024-09-13T14:33:07.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:06 smithi071 ceph-mon[112785]: pgmap v655: 89 pgs: 15 peering, 3 stale+active+clean, 71 active+clean; 225 MiB data, 812 MiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 2.8 MiB/s wr, 21 op/s 2024-09-13T14:33:07.141 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:33:06 smithi071 podman[134715]: 2024-09-13 14:33:06.912288988 +0000 UTC m=+0.530123068 container died 4e1c602657b37af3752fc291e2b868b24afd969766afb456d3f58be5592f5ebe (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-2-deactivate, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, RELEASE=wip-aclamk-cbt-combined-d58f730, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, ceph=True, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-13T14:33:07.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:06 smithi104 ceph-mon[105578]: osdmap e802: 8 total, 7 up, 8 in 2024-09-13T14:33:07.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:06 smithi104 ceph-mon[105578]: pgmap v655: 89 pgs: 15 peering, 3 stale+active+clean, 71 active+clean; 225 MiB data, 812 MiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 2.8 MiB/s wr, 21 op/s 2024-09-13T14:33:07.912 INFO:tasks.rados.rados.0.smithi071.stdout:2886: done (2 left) 2024-09-13T14:33:07.912 INFO:tasks.rados.rados.0.smithi071.stdout:2887: done (1 left) 2024-09-13T14:33:07.912 INFO:tasks.rados.rados.0.smithi071.stdout:2888: done (0 left) 2024-09-13T14:33:07.912 INFO:tasks.rados.rados.0.smithi071.stdout:2889: delete oid 34 current snap is 368 2024-09-13T14:33:07.914 INFO:tasks.rados.rados.0.smithi071.stdout:2889: done (0 left) 2024-09-13T14:33:07.914 INFO:tasks.rados.rados.0.smithi071.stdout:2890: read oid 43 snap -1 2024-09-13T14:33:07.914 INFO:tasks.rados.rados.0.smithi071.stdout:2890: expect deleted 2024-09-13T14:33:07.914 INFO:tasks.rados.rados.0.smithi071.stdout:2891: delete oid 36 current snap is 368 2024-09-13T14:33:07.919 INFO:tasks.rados.rados.0.smithi071.stdout:2890: done (1 left) 2024-09-13T14:33:07.919 INFO:tasks.rados.rados.0.smithi071.stdout:2891: done (0 left) 2024-09-13T14:33:07.919 INFO:tasks.rados.rados.0.smithi071.stdout:2892: rollback oid 17 current snap is 368 2024-09-13T14:33:07.919 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 17 to 367 2024-09-13T14:33:07.920 INFO:tasks.rados.rados.0.smithi071.stdout:2893: read oid 28 snap 358 2024-09-13T14:33:07.920 INFO:tasks.rados.rados.0.smithi071.stdout:2893: expect deleted 2024-09-13T14:33:07.920 INFO:tasks.rados.rados.0.smithi071.stdout:2894: rollback oid 31 current snap is 368 2024-09-13T14:33:07.920 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 31 to 333 2024-09-13T14:33:07.920 INFO:tasks.rados.rados.0.smithi071.stdout:2895: rollback oid 30 current snap is 368 2024-09-13T14:33:07.920 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 30 to 361 2024-09-13T14:33:07.920 INFO:tasks.rados.rados.0.smithi071.stdout:2896: write oid 42 current snap is 368 2024-09-13T14:33:07.920 INFO:tasks.rados.rados.0.smithi071.stdout:2896: seq_num 1078 ranges {517946=724195,1932177=185769} 2024-09-13T14:33:07.926 INFO:tasks.rados.rados.0.smithi071.stdout:2896: writing smithi07185159-42 from 517946 to 1242141 tid 1 2024-09-13T14:33:07.931 INFO:tasks.rados.rados.0.smithi071.stdout:2896: writing smithi07185159-42 from 1932177 to 2117946 tid 2 2024-09-13T14:33:07.932 INFO:tasks.rados.rados.0.smithi071.stdout:2897: read oid 18 snap -1 2024-09-13T14:33:07.932 INFO:tasks.rados.rados.0.smithi071.stdout:2897: expect (ObjNum 1069 snap 367 seq_num 1069) 2024-09-13T14:33:07.932 INFO:tasks.rados.rados.0.smithi071.stdout:2898: write oid 38 current snap is 368 2024-09-13T14:33:07.932 INFO:tasks.rados.rados.0.smithi071.stdout:2898: seq_num 1079 ranges {534753=799444,1990659=144094} 2024-09-13T14:33:07.940 INFO:tasks.rados.rados.0.smithi071.stdout:2898: writing smithi07185159-38 from 534753 to 1334197 tid 1 2024-09-13T14:33:07.944 INFO:tasks.rados.rados.0.smithi071.stdout:2898: writing smithi07185159-38 from 1990659 to 2134753 tid 2 2024-09-13T14:33:07.944 INFO:tasks.rados.rados.0.smithi071.stdout:2899: delete oid 27 current snap is 368 2024-09-13T14:33:07.944 INFO:tasks.rados.rados.0.smithi071.stdout:2895: finishing rollback tid 0 to smithi07185159-30 2024-09-13T14:33:07.944 INFO:tasks.rados.rados.0.smithi071.stdout:2895: finishing rollback tid 1 to smithi07185159-30 2024-09-13T14:33:07.944 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 30 v 700 (ObjNum 273 snap 0 seq_num 0) dirty dne 2024-09-13T14:33:07.945 INFO:tasks.rados.rados.0.smithi071.stdout:2892: finishing rollback tid 0 to smithi07185159-17 2024-09-13T14:33:07.945 INFO:tasks.rados.rados.0.smithi071.stdout:2894: finishing rollback tid 1 to smithi07185159-31 2024-09-13T14:33:07.945 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 31 v 0 (ObjNum 289 snap 0 seq_num 0) dirty dne 2024-09-13T14:33:07.945 INFO:tasks.rados.rados.0.smithi071.stdout:2892: finishing rollback tid 1 to smithi07185159-17 2024-09-13T14:33:07.945 INFO:tasks.rados.rados.0.smithi071.stdout:2892: finishing rollback tid 2 to smithi07185159-17 2024-09-13T14:33:07.945 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 17 v 1021 (ObjNum 1019 snap 355 seq_num 1019) dirty exists 2024-09-13T14:33:07.945 INFO:tasks.rados.rados.0.smithi071.stdout:2896: finishing write tid 1 to smithi07185159-42 2024-09-13T14:33:07.945 INFO:tasks.rados.rados.0.smithi071.stdout:2896: finishing write tid 2 to smithi07185159-42 2024-09-13T14:33:07.945 INFO:tasks.rados.rados.0.smithi071.stdout:2896: finishing write tid 3 to smithi07185159-42 2024-09-13T14:33:07.945 INFO:tasks.rados.rados.0.smithi071.stdout:2896: finishing write tid 4 to smithi07185159-42 2024-09-13T14:33:07.945 INFO:tasks.rados.rados.0.smithi071.stdout:2896: oid 42 updating version 0 to 1520 2024-09-13T14:33:07.945 INFO:tasks.rados.rados.0.smithi071.stdout:2896: oid 42 version 1520 is already newer than 1518 2024-09-13T14:33:07.946 INFO:tasks.rados.rados.0.smithi071.stdout:2896: oid 42 version 1520 is already newer than 1519 2024-09-13T14:33:07.946 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 42 v 1520 (ObjNum 1078 snap 368 seq_num 1078) dirty exists 2024-09-13T14:33:07.946 INFO:tasks.rados.rados.0.smithi071.stdout:2896: left oid 42 (ObjNum 1078 snap 368 seq_num 1078) 2024-09-13T14:33:07.946 INFO:tasks.rados.rados.0.smithi071.stdout:2898: finishing write tid 1 to smithi07185159-38 2024-09-13T14:33:07.946 INFO:tasks.rados.rados.0.smithi071.stdout:2897: expect (ObjNum 1069 snap 367 seq_num 1069) 2024-09-13T14:33:08.076 INFO:tasks.rados.rados.0.smithi071.stdout:2898: finishing write tid 2 to smithi07185159-38 2024-09-13T14:33:08.077 INFO:tasks.rados.rados.0.smithi071.stdout:2898: finishing write tid 3 to smithi07185159-38 2024-09-13T14:33:08.077 INFO:tasks.rados.rados.0.smithi071.stdout:2898: finishing write tid 4 to smithi07185159-38 2024-09-13T14:33:08.077 INFO:tasks.rados.rados.0.smithi071.stdout:2898: oid 38 updating version 0 to 1388 2024-09-13T14:33:08.077 INFO:tasks.rados.rados.0.smithi071.stdout:2898: oid 38 updating version 1388 to 1389 2024-09-13T14:33:08.077 INFO:tasks.rados.rados.0.smithi071.stdout:2898: oid 38 version 1389 is already newer than 1387 2024-09-13T14:33:08.077 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 38 v 1389 (ObjNum 1079 snap 368 seq_num 1079) dirty exists 2024-09-13T14:33:08.077 INFO:tasks.rados.rados.0.smithi071.stdout:2898: left oid 38 (ObjNum 1079 snap 368 seq_num 1079) 2024-09-13T14:33:08.077 INFO:tasks.rados.rados.0.smithi071.stdout:2892: done (7 left) 2024-09-13T14:33:08.077 INFO:tasks.rados.rados.0.smithi071.stdout:2893: done (6 left) 2024-09-13T14:33:08.077 INFO:tasks.rados.rados.0.smithi071.stdout:2894: done (5 left) 2024-09-13T14:33:08.077 INFO:tasks.rados.rados.0.smithi071.stdout:2895: done (4 left) 2024-09-13T14:33:08.077 INFO:tasks.rados.rados.0.smithi071.stdout:2896: done (3 left) 2024-09-13T14:33:08.078 INFO:tasks.rados.rados.0.smithi071.stdout:2897: done (2 left) 2024-09-13T14:33:08.078 INFO:tasks.rados.rados.0.smithi071.stdout:2898: done (1 left) 2024-09-13T14:33:08.078 INFO:tasks.rados.rados.0.smithi071.stdout:2899: done (0 left) 2024-09-13T14:33:08.078 INFO:tasks.rados.rados.0.smithi071.stdout:2900: write oid 21 current snap is 368 2024-09-13T14:33:08.078 INFO:tasks.rados.rados.0.smithi071.stdout:2900: seq_num 1081 ranges {568367=666295,1707623=460744} 2024-09-13T14:33:08.082 INFO:tasks.rados.rados.0.smithi071.stdout:2900: writing smithi07185159-21 from 568367 to 1234662 tid 1 2024-09-13T14:33:08.088 INFO:tasks.rados.rados.0.smithi071.stdout:2900: writing smithi07185159-21 from 1707623 to 2168367 tid 2 2024-09-13T14:33:08.088 INFO:tasks.rados.rados.0.smithi071.stdout:2901: read oid 35 snap -1 2024-09-13T14:33:08.088 INFO:tasks.rados.rados.0.smithi071.stdout:2901: expect (ObjNum 1000 snap 348 seq_num 1000) 2024-09-13T14:33:08.088 INFO:tasks.rados.rados.0.smithi071.stdout:2902: write oid 38 current snap is 368 2024-09-13T14:33:08.089 INFO:tasks.rados.rados.0.smithi071.stdout:2900: finishing write tid 1 to smithi07185159-21 2024-09-13T14:33:08.089 INFO:tasks.rados.rados.0.smithi071.stdout:2902: seq_num 1082 ranges {585174=741544,1766105=419069} 2024-09-13T14:33:08.095 INFO:tasks.rados.rados.0.smithi071.stdout:2902: writing smithi07185159-38 from 585174 to 1326718 tid 1 2024-09-13T14:33:08.100 INFO:tasks.rados.rados.0.smithi071.stdout:2902: writing smithi07185159-38 from 1766105 to 2185174 tid 2 2024-09-13T14:33:08.100 INFO:tasks.rados.rados.0.smithi071.stdout:2903: snap_remove snap 364 2024-09-13T14:33:08.118 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:07 smithi071 ceph-mon[107477]: osdmap e803: 8 total, 7 up, 8 in 2024-09-13T14:33:08.118 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:07 smithi071 ceph-mon[112785]: osdmap e803: 8 total, 7 up, 8 in 2024-09-13T14:33:08.118 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:33:07 smithi071 podman[134759]: 2024-09-13 14:33:07.667498661 +0000 UTC m=+0.748236470 container remove 4e1c602657b37af3752fc291e2b868b24afd969766afb456d3f58be5592f5ebe (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-2-deactivate, GIT_CLEAN=True, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, RELEASE=wip-aclamk-cbt-combined-d58f730, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0) 2024-09-13T14:33:08.118 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:33:07 smithi071 systemd[1]: ceph-18f8172c-71da-11ef-bceb-c7b262605968@osd.2.service: Deactivated successfully. 2024-09-13T14:33:08.119 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:33:07 smithi071 systemd[1]: Stopped Ceph osd.2 for 18f8172c-71da-11ef-bceb-c7b262605968. 2024-09-13T14:33:08.119 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:33:07 smithi071 systemd[1]: ceph-18f8172c-71da-11ef-bceb-c7b262605968@osd.2.service: Consumed 18.264s CPU time. 2024-09-13T14:33:08.119 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:33:07 smithi071 systemd[1]: Starting Ceph osd.2 for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T14:33:08.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:07 smithi104 ceph-mon[105578]: osdmap e803: 8 total, 7 up, 8 in 2024-09-13T14:33:08.390 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:33:08 smithi071 podman[134864]: 2024-09-13 14:33:08.020418365 +0000 UTC m=+0.015992619 image pull fec07016a2b0bf363d0b69240081049b65cf13f1c44f6a7196cf8309aeb428cd quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f 2024-09-13T14:33:08.391 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:33:08 smithi071 podman[134864]: 2024-09-13 14:33:08.127401514 +0000 UTC m=+0.122975795 container create a4babee1954ce3ca923365e1adfdbd647b132f2bc3265f6cace7f44eabba5efc (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-2-activate, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, RELEASE=wip-aclamk-cbt-combined-d58f730, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0) 2024-09-13T14:33:08.391 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:33:08 smithi071 podman[134864]: 2024-09-13 14:33:08.346887142 +0000 UTC m=+0.342461389 container init a4babee1954ce3ca923365e1adfdbd647b132f2bc3265f6cace7f44eabba5efc (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-2-activate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.license=GPLv2, ceph=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-aclamk-cbt-combined-d58f730, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux ) 2024-09-13T14:33:08.391 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:33:08 smithi071 podman[134864]: 2024-09-13 14:33:08.351975742 +0000 UTC m=+0.347549982 container start a4babee1954ce3ca923365e1adfdbd647b132f2bc3265f6cace7f44eabba5efc (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-2-activate, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, RELEASE=wip-aclamk-cbt-combined-d58f730, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux ) 2024-09-13T14:33:08.869 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:33:08 smithi071 podman[134864]: 2024-09-13 14:33:08.455497009 +0000 UTC m=+0.451071249 container attach a4babee1954ce3ca923365e1adfdbd647b132f2bc3265f6cace7f44eabba5efc (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-2-activate, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-aclamk-cbt-combined-d58f730, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , GIT_CLEAN=True) 2024-09-13T14:33:08.869 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:33:08 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-2-activate[134879]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-13T14:33:08.869 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:33:08 smithi071 bash[134864]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-13T14:33:08.869 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:33:08 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-2-activate[134879]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-13T14:33:08.869 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:33:08 smithi071 bash[134864]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-13T14:33:08.869 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:33:08 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-2-activate[134879]: --> Failed to activate via raw: activate() takes 1 positional argument but 5 were given 2024-09-13T14:33:08.870 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:33:08 smithi071 bash[134864]: --> Failed to activate via raw: activate() takes 1 positional argument but 5 were given 2024-09-13T14:33:08.870 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:33:08 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-2-activate[134879]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-13T14:33:08.870 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:33:08 smithi071 bash[134864]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-13T14:33:08.870 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:33:08 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-2-activate[134879]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-13T14:33:08.870 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:33:08 smithi071 bash[134864]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-13T14:33:08.870 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:33:08 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-2-activate[134879]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-13T14:33:08.870 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:33:08 smithi071 bash[134864]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-13T14:33:08.870 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:33:08 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-2-activate[134879]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_2 --path /var/lib/ceph/osd/ceph-2 --no-mon-config 2024-09-13T14:33:08.870 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:33:08 smithi071 bash[134864]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_2 --path /var/lib/ceph/osd/ceph-2 --no-mon-config 2024-09-13T14:33:08.870 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:33:08 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-2-activate[134879]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-2/block 2024-09-13T14:33:08.871 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:33:08 smithi071 bash[134864]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-2/block 2024-09-13T14:33:08.922 INFO:tasks.rados.rados.0.smithi071.stdout:2903: done (3 left) 2024-09-13T14:33:08.922 INFO:tasks.rados.rados.0.smithi071.stdout:2904: snap_remove snap 367 2024-09-13T14:33:09.129 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:08 smithi071 ceph-mon[107477]: osdmap e804: 8 total, 7 up, 8 in 2024-09-13T14:33:09.129 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:08 smithi071 ceph-mon[107477]: pgmap v658: 89 pgs: 5 active+undersized, 15 peering, 2 stale+active+clean, 67 active+clean; 225 MiB data, 812 MiB used, 714 GiB / 715 GiB avail; 7.1 MiB/s rd, 1.5 MiB/s wr, 12 op/s 2024-09-13T14:33:09.130 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:08 smithi071 ceph-mon[112785]: osdmap e804: 8 total, 7 up, 8 in 2024-09-13T14:33:09.130 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:08 smithi071 ceph-mon[112785]: pgmap v658: 89 pgs: 5 active+undersized, 15 peering, 2 stale+active+clean, 67 active+clean; 225 MiB data, 812 MiB used, 714 GiB / 715 GiB avail; 7.1 MiB/s rd, 1.5 MiB/s wr, 12 op/s 2024-09-13T14:33:09.130 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:33:08 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-2-activate[134879]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-2/block 2024-09-13T14:33:09.130 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:33:08 smithi071 bash[134864]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-2/block 2024-09-13T14:33:09.130 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:33:08 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-2-activate[134879]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-13T14:33:09.130 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:33:08 smithi071 bash[134864]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-13T14:33:09.130 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:33:08 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-2-activate[134879]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-13T14:33:09.130 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:33:08 smithi071 bash[134864]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-13T14:33:09.130 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:33:08 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-2-activate[134879]: --> ceph-volume lvm activate successful for osd ID: 2 2024-09-13T14:33:09.130 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:33:08 smithi071 bash[134864]: --> ceph-volume lvm activate successful for osd ID: 2 2024-09-13T14:33:09.131 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:33:08 smithi071 podman[134864]: 2024-09-13 14:33:08.896637244 +0000 UTC m=+0.892211493 container died a4babee1954ce3ca923365e1adfdbd647b132f2bc3265f6cace7f44eabba5efc (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-2-activate, org.label-schema.schema-version=1.0, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, RELEASE=wip-aclamk-cbt-combined-d58f730, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.license=GPLv2, io.buildah.version=1.37.2) 2024-09-13T14:33:09.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:08 smithi104 ceph-mon[105578]: osdmap e804: 8 total, 7 up, 8 in 2024-09-13T14:33:09.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:08 smithi104 ceph-mon[105578]: pgmap v658: 89 pgs: 5 active+undersized, 15 peering, 2 stale+active+clean, 67 active+clean; 225 MiB data, 812 MiB used, 714 GiB / 715 GiB avail; 7.1 MiB/s rd, 1.5 MiB/s wr, 12 op/s 2024-09-13T14:33:09.890 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:33:09 smithi071 podman[135004]: 2024-09-13 14:33:09.602283364 +0000 UTC m=+0.700013029 container remove a4babee1954ce3ca923365e1adfdbd647b132f2bc3265f6cace7f44eabba5efc (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-2-activate, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-aclamk-cbt-combined-d58f730, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731) 2024-09-13T14:33:09.891 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:33:09 smithi071 podman[135067]: 2024-09-13 14:33:09.714590266 +0000 UTC m=+0.016231574 image pull fec07016a2b0bf363d0b69240081049b65cf13f1c44f6a7196cf8309aeb428cd quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f 2024-09-13T14:33:09.891 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:33:09 smithi071 podman[135067]: 2024-09-13 14:33:09.845142654 +0000 UTC m=+0.146783954 container create 819684d80c964cdb5ee0686c0c57a04c0feed671bc5e3c61ca3bcffdea847548 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, RELEASE=wip-aclamk-cbt-combined-d58f730, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_CLEAN=True) 2024-09-13T14:33:09.925 INFO:tasks.rados.rados.0.smithi071.stdout:2904: done (3 left) 2024-09-13T14:33:09.925 INFO:tasks.rados.rados.0.smithi071.stdout:2905: delete oid 13 current snap is 368 2024-09-13T14:33:09.925 INFO:tasks.rados.rados.0.smithi071.stdout:2900: finishing write tid 2 to smithi07185159-21 2024-09-13T14:33:09.925 INFO:tasks.rados.rados.0.smithi071.stdout:2900: finishing write tid 3 to smithi07185159-21 2024-09-13T14:33:09.925 INFO:tasks.rados.rados.0.smithi071.stdout:2901: expect (ObjNum 1000 snap 348 seq_num 1000) 2024-09-13T14:33:10.090 INFO:tasks.rados.rados.0.smithi071.stdout:2900: finishing write tid 4 to smithi07185159-21 2024-09-13T14:33:10.091 INFO:tasks.rados.rados.0.smithi071.stdout:2900: oid 21 updating version 0 to 1278 2024-09-13T14:33:10.091 INFO:tasks.rados.rados.0.smithi071.stdout:2900: oid 21 updating version 1278 to 1280 2024-09-13T14:33:10.091 INFO:tasks.rados.rados.0.smithi071.stdout:2900: oid 21 version 1280 is already newer than 1279 2024-09-13T14:33:10.091 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 21 v 1280 (ObjNum 1081 snap 368 seq_num 1081) dirty exists 2024-09-13T14:33:10.091 INFO:tasks.rados.rados.0.smithi071.stdout:2900: left oid 21 (ObjNum 1081 snap 368 seq_num 1081) 2024-09-13T14:33:10.091 INFO:tasks.rados.rados.0.smithi071.stdout:2900: done (3 left) 2024-09-13T14:33:10.091 INFO:tasks.rados.rados.0.smithi071.stdout:2901: done (2 left) 2024-09-13T14:33:10.091 INFO:tasks.rados.rados.0.smithi071.stdout:2905: done (1 left) 2024-09-13T14:33:10.091 INFO:tasks.rados.rados.0.smithi071.stdout:2906: read oid 1 snap -1 2024-09-13T14:33:10.091 INFO:tasks.rados.rados.0.smithi071.stdout:2906: expect (ObjNum 1071 snap 367 seq_num 1071) 2024-09-13T14:33:10.091 INFO:tasks.rados.rados.0.smithi071.stdout:2907: read oid 45 snap -1 2024-09-13T14:33:10.091 INFO:tasks.rados.rados.0.smithi071.stdout:2907: expect deleted 2024-09-13T14:33:10.091 INFO:tasks.rados.rados.0.smithi071.stdout:2908: read oid 20 snap -1 2024-09-13T14:33:10.091 INFO:tasks.rados.rados.0.smithi071.stdout:2908: expect (ObjNum 992 snap 347 seq_num 992) 2024-09-13T14:33:10.092 INFO:tasks.rados.rados.0.smithi071.stdout:2909: write oid 50 current snap is 368 2024-09-13T14:33:10.092 INFO:tasks.rados.rados.0.smithi071.stdout:2902: finishing write tid 1 to smithi07185159-38 2024-09-13T14:33:10.092 INFO:tasks.rados.rados.0.smithi071.stdout:2902: finishing write tid 2 to smithi07185159-38 2024-09-13T14:33:10.092 INFO:tasks.rados.rados.0.smithi071.stdout:2902: finishing write tid 3 to smithi07185159-38 2024-09-13T14:33:10.092 INFO:tasks.rados.rados.0.smithi071.stdout:2909: seq_num 1084 ranges {618788=492042,1883069=335719} 2024-09-13T14:33:10.096 INFO:tasks.rados.rados.0.smithi071.stdout:2909: writing smithi07185159-50 from 618788 to 1110830 tid 1 2024-09-13T14:33:10.102 INFO:tasks.rados.rados.0.smithi071.stdout:2909: writing smithi07185159-50 from 1883069 to 2218788 tid 2 2024-09-13T14:33:10.102 INFO:tasks.rados.rados.0.smithi071.stdout:2910: delete oid 37 current snap is 368 2024-09-13T14:33:10.103 INFO:tasks.rados.rados.0.smithi071.stdout:2902: finishing write tid 4 to smithi07185159-38 2024-09-13T14:33:10.103 INFO:tasks.rados.rados.0.smithi071.stdout:2902: oid 38 updating version 0 to 1390 2024-09-13T14:33:10.103 INFO:tasks.rados.rados.0.smithi071.stdout:2902: oid 38 updating version 1390 to 1391 2024-09-13T14:33:10.103 INFO:tasks.rados.rados.0.smithi071.stdout:2902: oid 38 updating version 1391 to 1392 2024-09-13T14:33:10.103 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 38 v 1392 (ObjNum 1082 snap 368 seq_num 1082) dirty exists 2024-09-13T14:33:10.103 INFO:tasks.rados.rados.0.smithi071.stdout:2902: left oid 38 (ObjNum 1082 snap 368 seq_num 1082) 2024-09-13T14:33:10.103 INFO:tasks.rados.rados.0.smithi071.stdout:2908: expect (ObjNum 992 snap 347 seq_num 992) 2024-09-13T14:33:10.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:09 smithi104 ceph-mon[105578]: osdmap e805: 8 total, 7 up, 8 in 2024-09-13T14:33:10.206 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:09 smithi071 ceph-mon[107477]: osdmap e805: 8 total, 7 up, 8 in 2024-09-13T14:33:10.207 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:09 smithi071 ceph-mon[112785]: osdmap e805: 8 total, 7 up, 8 in 2024-09-13T14:33:10.207 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:33:10 smithi071 podman[135067]: 2024-09-13 14:33:10.098315685 +0000 UTC m=+0.399957001 container init 819684d80c964cdb5ee0686c0c57a04c0feed671bc5e3c61ca3bcffdea847548 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-2, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, RELEASE=wip-aclamk-cbt-combined-d58f730, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, ceph=True, maintainer=Guillaume Abrioux ) 2024-09-13T14:33:10.207 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:33:10 smithi071 podman[135067]: 2024-09-13 14:33:10.104718146 +0000 UTC m=+0.406359445 container start 819684d80c964cdb5ee0686c0c57a04c0feed671bc5e3c61ca3bcffdea847548 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, RELEASE=wip-aclamk-cbt-combined-d58f730, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True) 2024-09-13T14:33:10.207 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:33:10 smithi071 ceph-osd[135105]: -- 172.21.15.71:0/3832041650 <== mon.2 v2:172.21.15.71:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x555d94861a40 con 0x555d9483fc00 2024-09-13T14:33:10.229 INFO:tasks.rados.rados.0.smithi071.stdout:2906: expect (ObjNum 1071 snap 367 seq_num 1071) 2024-09-13T14:33:10.300 INFO:tasks.rados.rados.0.smithi071.stdout:2909: finishing write tid 1 to smithi07185159-50 2024-09-13T14:33:10.300 INFO:tasks.rados.rados.0.smithi071.stdout:2909: finishing write tid 2 to smithi07185159-50 2024-09-13T14:33:10.300 INFO:tasks.rados.rados.0.smithi071.stdout:2909: finishing write tid 3 to smithi07185159-50 2024-09-13T14:33:10.300 INFO:tasks.rados.rados.0.smithi071.stdout:2902: done (5 left) 2024-09-13T14:33:10.300 INFO:tasks.rados.rados.0.smithi071.stdout:2906: done (4 left) 2024-09-13T14:33:10.300 INFO:tasks.rados.rados.0.smithi071.stdout:2907: done (3 left) 2024-09-13T14:33:10.300 INFO:tasks.rados.rados.0.smithi071.stdout:2908: done (2 left) 2024-09-13T14:33:10.300 INFO:tasks.rados.rados.0.smithi071.stdout:2910: done (1 left) 2024-09-13T14:33:10.300 INFO:tasks.rados.rados.0.smithi071.stdout:2911: write oid 24 current snap is 368 2024-09-13T14:33:10.301 INFO:tasks.rados.rados.0.smithi071.stdout:2909: finishing write tid 4 to smithi07185159-50 2024-09-13T14:33:10.301 INFO:tasks.rados.rados.0.smithi071.stdout:2909: oid 50 updating version 0 to 2763 2024-09-13T14:33:10.301 INFO:tasks.rados.rados.0.smithi071.stdout:2909: oid 50 version 2763 is already newer than 2762 2024-09-13T14:33:10.301 INFO:tasks.rados.rados.0.smithi071.stdout:2909: oid 50 version 2763 is already newer than 2761 2024-09-13T14:33:10.301 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 50 v 2763 (ObjNum 1084 snap 368 seq_num 1084) dirty exists 2024-09-13T14:33:10.301 INFO:tasks.rados.rados.0.smithi071.stdout:2909: left oid 50 (ObjNum 1084 snap 368 seq_num 1084) 2024-09-13T14:33:10.301 INFO:tasks.rados.rados.0.smithi071.stdout:2911: seq_num 1086 ranges {652402=642540,1883680=368722} 2024-09-13T14:33:10.306 INFO:tasks.rados.rados.0.smithi071.stdout:2911: writing smithi07185159-24 from 652402 to 1294942 tid 1 2024-09-13T14:33:10.312 INFO:tasks.rados.rados.0.smithi071.stdout:2911: writing smithi07185159-24 from 1883680 to 2252402 tid 2 2024-09-13T14:33:10.312 INFO:tasks.rados.rados.0.smithi071.stdout:2909: done (1 left) 2024-09-13T14:33:10.312 INFO:tasks.rados.rados.0.smithi071.stdout:2912: write oid 41 current snap is 368 2024-09-13T14:33:10.312 INFO:tasks.rados.rados.0.smithi071.stdout:2911: finishing write tid 1 to smithi07185159-24 2024-09-13T14:33:10.312 INFO:tasks.rados.rados.0.smithi071.stdout:2912: seq_num 1087 ranges {669209=717789,1942162=327047} 2024-09-13T14:33:10.319 INFO:tasks.rados.rados.0.smithi071.stdout:2912: writing smithi07185159-41 from 669209 to 1386998 tid 1 2024-09-13T14:33:10.325 INFO:tasks.rados.rados.0.smithi071.stdout:2912: writing smithi07185159-41 from 1942162 to 2269209 tid 2 2024-09-13T14:33:10.326 INFO:tasks.rados.rados.0.smithi071.stdout:2913: rollback oid 12 current snap is 368 2024-09-13T14:33:10.326 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 12 to 361 2024-09-13T14:33:10.326 INFO:tasks.rados.rados.0.smithi071.stdout:2911: finishing write tid 2 to smithi07185159-24 2024-09-13T14:33:10.326 INFO:tasks.rados.rados.0.smithi071.stdout:2911: finishing write tid 3 to smithi07185159-24 2024-09-13T14:33:10.326 INFO:tasks.rados.rados.0.smithi071.stdout:2911: finishing write tid 4 to smithi07185159-24 2024-09-13T14:33:10.326 INFO:tasks.rados.rados.0.smithi071.stdout:2911: oid 24 updating version 0 to 704 2024-09-13T14:33:10.326 INFO:tasks.rados.rados.0.smithi071.stdout:2911: oid 24 updating version 704 to 705 2024-09-13T14:33:10.326 INFO:tasks.rados.rados.0.smithi071.stdout:2911: oid 24 updating version 705 to 706 2024-09-13T14:33:10.326 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 24 v 706 (ObjNum 1086 snap 368 seq_num 1086) dirty exists 2024-09-13T14:33:10.326 INFO:tasks.rados.rados.0.smithi071.stdout:2911: left oid 24 (ObjNum 1086 snap 368 seq_num 1086) 2024-09-13T14:33:10.326 INFO:tasks.rados.rados.0.smithi071.stdout:2912: finishing write tid 1 to smithi07185159-41 2024-09-13T14:33:10.326 INFO:tasks.rados.rados.0.smithi071.stdout:2911: done (2 left) 2024-09-13T14:33:10.326 INFO:tasks.rados.rados.0.smithi071.stdout:2914: read oid 37 snap -1 2024-09-13T14:33:10.327 INFO:tasks.rados.rados.0.smithi071.stdout:2914: expect deleted 2024-09-13T14:33:10.327 INFO:tasks.rados.rados.0.smithi071.stdout:2915: rollback oid 15 current snap is 368 2024-09-13T14:33:10.327 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 15 to 361 2024-09-13T14:33:10.327 INFO:tasks.rados.rados.0.smithi071.stdout:2916: write oid 39 current snap is 368 2024-09-13T14:33:10.327 INFO:tasks.rados.rados.0.smithi071.stdout:2916: seq_num 1088 ranges {686016=509391,1716997=569019} 2024-09-13T14:33:10.331 INFO:tasks.rados.rados.0.smithi071.stdout:2916: writing smithi07185159-39 from 686016 to 1195407 tid 1 2024-09-13T14:33:10.338 INFO:tasks.rados.rados.0.smithi071.stdout:2916: writing smithi07185159-39 from 1716997 to 2286016 tid 2 2024-09-13T14:33:10.338 INFO:tasks.rados.rados.0.smithi071.stdout:2917: rollback oid 24 current snap is 368 2024-09-13T14:33:10.338 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 24 to 357 2024-09-13T14:33:10.338 INFO:tasks.rados.rados.0.smithi071.stdout:2915: finishing rollback tid 1 to smithi07185159-15 2024-09-13T14:33:10.338 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 15 v 0 (ObjNum 289 snap 0 seq_num 1) dirty dne 2024-09-13T14:33:10.338 INFO:tasks.rados.rados.0.smithi071.stdout:2913: finishing rollback tid 1 to smithi07185159-12 2024-09-13T14:33:10.338 INFO:tasks.rados.rados.0.smithi071.stdout:2913: finishing rollback tid 2 to smithi07185159-12 2024-09-13T14:33:10.338 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 12 v 388 (ObjNum 1034 snap 357 seq_num 1034) dirty exists 2024-09-13T14:33:10.339 INFO:tasks.rados.rados.0.smithi071.stdout:2912: finishing write tid 2 to smithi07185159-41 2024-09-13T14:33:10.339 INFO:tasks.rados.rados.0.smithi071.stdout:2912: finishing write tid 3 to smithi07185159-41 2024-09-13T14:33:10.339 INFO:tasks.rados.rados.0.smithi071.stdout:2913: done (5 left) 2024-09-13T14:33:10.339 INFO:tasks.rados.rados.0.smithi071.stdout:2914: done (4 left) 2024-09-13T14:33:10.339 INFO:tasks.rados.rados.0.smithi071.stdout:2915: done (3 left) 2024-09-13T14:33:10.339 INFO:tasks.rados.rados.0.smithi071.stdout:2918: write oid 23 current snap is 368 2024-09-13T14:33:10.339 INFO:tasks.rados.rados.0.smithi071.stdout:2912: finishing write tid 4 to smithi07185159-41 2024-09-13T14:33:10.339 INFO:tasks.rados.rados.0.smithi071.stdout:2912: oid 41 updating version 0 to 1521 2024-09-13T14:33:10.339 INFO:tasks.rados.rados.0.smithi071.stdout:2912: oid 41 updating version 1521 to 1522 2024-09-13T14:33:10.339 INFO:tasks.rados.rados.0.smithi071.stdout:2912: oid 41 updating version 1522 to 1523 2024-09-13T14:33:10.339 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 41 v 1523 (ObjNum 1087 snap 368 seq_num 1087) dirty exists 2024-09-13T14:33:10.339 INFO:tasks.rados.rados.0.smithi071.stdout:2912: left oid 41 (ObjNum 1087 snap 368 seq_num 1087) 2024-09-13T14:33:10.339 INFO:tasks.rados.rados.0.smithi071.stdout:2916: finishing write tid 1 to smithi07185159-39 2024-09-13T14:33:10.339 INFO:tasks.rados.rados.0.smithi071.stdout:2918: seq_num 1089 ranges {702823=584640,2059126=243697} 2024-09-13T14:33:10.344 INFO:tasks.rados.rados.0.smithi071.stdout:2918: writing smithi07185159-23 from 702823 to 1287463 tid 1 2024-09-13T14:33:10.350 INFO:tasks.rados.rados.0.smithi071.stdout:2918: writing smithi07185159-23 from 2059126 to 2302823 tid 2 2024-09-13T14:33:10.350 INFO:tasks.rados.rados.0.smithi071.stdout:2912: done (3 left) 2024-09-13T14:33:10.350 INFO:tasks.rados.rados.0.smithi071.stdout:2919: write oid 8 current snap is 368 2024-09-13T14:33:10.350 INFO:tasks.rados.rados.0.smithi071.stdout:2916: finishing write tid 2 to smithi07185159-39 2024-09-13T14:33:10.350 INFO:tasks.rados.rados.0.smithi071.stdout:2919: seq_num 1090 ranges {719630=659889,2117608=202022} 2024-09-13T14:33:10.357 INFO:tasks.rados.rados.0.smithi071.stdout:2919: writing smithi07185159-8 from 719630 to 1379519 tid 1 2024-09-13T14:33:10.363 INFO:tasks.rados.rados.0.smithi071.stdout:2919: writing smithi07185159-8 from 2117608 to 2319630 tid 2 2024-09-13T14:33:10.363 INFO:tasks.rados.rados.0.smithi071.stdout:2920: rollback oid 20 current snap is 368 2024-09-13T14:33:10.363 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 20 to 342 2024-09-13T14:33:10.363 INFO:tasks.rados.rados.0.smithi071.stdout:2917: finishing rollback tid 0 to smithi07185159-24 2024-09-13T14:33:10.363 INFO:tasks.rados.rados.0.smithi071.stdout:2921: delete oid 6 current snap is 368 2024-09-13T14:33:10.363 INFO:tasks.rados.rados.0.smithi071.stdout:2916: finishing write tid 3 to smithi07185159-39 2024-09-13T14:33:10.363 INFO:tasks.rados.rados.0.smithi071.stdout:2917: finishing rollback tid 1 to smithi07185159-24 2024-09-13T14:33:10.364 INFO:tasks.rados.rados.0.smithi071.stdout:2917: finishing rollback tid 2 to smithi07185159-24 2024-09-13T14:33:10.364 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 24 v 709 (ObjNum 1017 snap 353 seq_num 1017) dirty exists 2024-09-13T14:33:10.364 INFO:tasks.rados.rados.0.smithi071.stdout:2916: finishing write tid 4 to smithi07185159-39 2024-09-13T14:33:10.364 INFO:tasks.rados.rados.0.smithi071.stdout:2916: oid 39 updating version 0 to 1479 2024-09-13T14:33:10.364 INFO:tasks.rados.rados.0.smithi071.stdout:2916: oid 39 updating version 1479 to 1480 2024-09-13T14:33:10.364 INFO:tasks.rados.rados.0.smithi071.stdout:2916: oid 39 version 1480 is already newer than 1478 2024-09-13T14:33:10.364 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 39 v 1480 (ObjNum 1088 snap 368 seq_num 1088) dirty exists 2024-09-13T14:33:10.364 INFO:tasks.rados.rados.0.smithi071.stdout:2916: left oid 39 (ObjNum 1088 snap 368 seq_num 1088) 2024-09-13T14:33:10.364 INFO:tasks.rados.rados.0.smithi071.stdout:2918: finishing write tid 1 to smithi07185159-23 2024-09-13T14:33:10.364 INFO:tasks.rados.rados.0.smithi071.stdout:2918: finishing write tid 2 to smithi07185159-23 2024-09-13T14:33:10.364 INFO:tasks.rados.rados.0.smithi071.stdout:2918: finishing write tid 3 to smithi07185159-23 2024-09-13T14:33:10.364 INFO:tasks.rados.rados.0.smithi071.stdout:2918: finishing write tid 4 to smithi07185159-23 2024-09-13T14:33:10.364 INFO:tasks.rados.rados.0.smithi071.stdout:2918: oid 23 updating version 0 to 1491 2024-09-13T14:33:10.364 INFO:tasks.rados.rados.0.smithi071.stdout:2918: oid 23 updating version 1491 to 1492 2024-09-13T14:33:10.365 INFO:tasks.rados.rados.0.smithi071.stdout:2918: oid 23 version 1492 is already newer than 1490 2024-09-13T14:33:10.365 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 23 v 1492 (ObjNum 1089 snap 368 seq_num 1089) dirty exists 2024-09-13T14:33:10.365 INFO:tasks.rados.rados.0.smithi071.stdout:2918: left oid 23 (ObjNum 1089 snap 368 seq_num 1089) 2024-09-13T14:33:10.365 INFO:tasks.rados.rados.0.smithi071.stdout:2919: finishing write tid 1 to smithi07185159-8 2024-09-13T14:33:10.365 INFO:tasks.rados.rados.0.smithi071.stdout:2919: finishing write tid 2 to smithi07185159-8 2024-09-13T14:33:10.366 INFO:tasks.rados.rados.0.smithi071.stdout:2919: finishing write tid 3 to smithi07185159-8 2024-09-13T14:33:10.366 INFO:tasks.rados.rados.0.smithi071.stdout:2919: finishing write tid 4 to smithi07185159-8 2024-09-13T14:33:10.366 INFO:tasks.rados.rados.0.smithi071.stdout:2919: oid 8 updating version 0 to 900 2024-09-13T14:33:10.366 INFO:tasks.rados.rados.0.smithi071.stdout:2919: oid 8 version 900 is already newer than 899 2024-09-13T14:33:10.366 INFO:tasks.rados.rados.0.smithi071.stdout:2919: oid 8 version 900 is already newer than 898 2024-09-13T14:33:10.366 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 8 v 900 (ObjNum 1090 snap 368 seq_num 1090) dirty exists 2024-09-13T14:33:10.366 INFO:tasks.rados.rados.0.smithi071.stdout:2919: left oid 8 (ObjNum 1090 snap 368 seq_num 1090) 2024-09-13T14:33:10.366 INFO:tasks.rados.rados.0.smithi071.stdout:2920: finishing rollback tid 0 to smithi07185159-20 2024-09-13T14:33:10.367 INFO:tasks.rados.rados.0.smithi071.stdout:2916: done (5 left) 2024-09-13T14:33:10.367 INFO:tasks.rados.rados.0.smithi071.stdout:2917: done (4 left) 2024-09-13T14:33:10.367 INFO:tasks.rados.rados.0.smithi071.stdout:2918: done (3 left) 2024-09-13T14:33:10.367 INFO:tasks.rados.rados.0.smithi071.stdout:2919: done (2 left) 2024-09-13T14:33:10.367 INFO:tasks.rados.rados.0.smithi071.stdout:2921: done (1 left) 2024-09-13T14:33:10.368 INFO:tasks.rados.rados.0.smithi071.stdout:2922: rollback oid 31 current snap is 368 2024-09-13T14:33:10.368 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 31 to 357 2024-09-13T14:33:10.368 INFO:tasks.rados.rados.0.smithi071.stdout:2923: read oid 27 snap -1 2024-09-13T14:33:10.368 INFO:tasks.rados.rados.0.smithi071.stdout:2923: expect deleted 2024-09-13T14:33:10.368 INFO:tasks.rados.rados.0.smithi071.stdout:2924: delete oid 38 current snap is 368 2024-09-13T14:33:10.368 INFO:tasks.rados.rados.0.smithi071.stdout:2920: finishing rollback tid 1 to smithi07185159-20 2024-09-13T14:33:10.368 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 20 v 1291 (ObjNum 49 snap 0 seq_num 1960779288) dirty dne 2024-09-13T14:33:10.368 INFO:tasks.rados.rados.0.smithi071.stdout:2922: finishing rollback tid 1 to smithi07185159-31 2024-09-13T14:33:10.368 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 31 v 0 (ObjNum 289 snap 0 seq_num 0) dirty dne 2024-09-13T14:33:10.369 INFO:tasks.rados.rados.0.smithi071.stdout:2920: done (3 left) 2024-09-13T14:33:10.369 INFO:tasks.rados.rados.0.smithi071.stdout:2922: done (2 left) 2024-09-13T14:33:10.369 INFO:tasks.rados.rados.0.smithi071.stdout:2923: done (1 left) 2024-09-13T14:33:10.369 INFO:tasks.rados.rados.0.smithi071.stdout:2924: done (0 left) 2024-09-13T14:33:10.369 INFO:tasks.rados.rados.0.smithi071.stdout:2925: snap_create 2024-09-13T14:33:10.640 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:33:10 smithi071 bash[135067]: 819684d80c964cdb5ee0686c0c57a04c0feed671bc5e3c61ca3bcffdea847548 2024-09-13T14:33:10.640 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:33:10 smithi071 systemd[1]: Started Ceph osd.2 for 18f8172c-71da-11ef-bceb-c7b262605968. 2024-09-13T14:33:11.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:10 smithi071 ceph-mon[107477]: osdmap e806: 8 total, 7 up, 8 in 2024-09-13T14:33:11.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:10 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:11.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:10 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:11.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:10 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:11.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:10 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:33:11.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:10 smithi071 ceph-mon[107477]: pgmap v661: 89 pgs: 16 active+undersized, 9 active+undersized+degraded, 64 active+clean; 216 MiB data, 819 MiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 1.7 MiB/s wr, 19 op/s; 51/423 objects degraded (12.057%) 2024-09-13T14:33:11.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:10 smithi071 ceph-mon[112785]: osdmap e806: 8 total, 7 up, 8 in 2024-09-13T14:33:11.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:10 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:11.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:10 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:11.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:10 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:11.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:10 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:33:11.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:10 smithi071 ceph-mon[112785]: pgmap v661: 89 pgs: 16 active+undersized, 9 active+undersized+degraded, 64 active+clean; 216 MiB data, 819 MiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 1.7 MiB/s wr, 19 op/s; 51/423 objects degraded (12.057%) 2024-09-13T14:33:11.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:10 smithi104 ceph-mon[105578]: osdmap e806: 8 total, 7 up, 8 in 2024-09-13T14:33:11.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:10 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:11.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:10 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:11.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:10 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:11.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:10 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:33:11.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:10 smithi104 ceph-mon[105578]: pgmap v661: 89 pgs: 16 active+undersized, 9 active+undersized+degraded, 64 active+clean; 216 MiB data, 819 MiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 1.7 MiB/s wr, 19 op/s; 51/423 objects degraded (12.057%) 2024-09-13T14:33:11.276 INFO:tasks.rados.rados.0.smithi071.stdout:2925: done (0 left) 2024-09-13T14:33:11.277 INFO:tasks.rados.rados.0.smithi071.stdout:2926: write oid 3 current snap is 369 2024-09-13T14:33:11.277 INFO:tasks.rados.rados.0.smithi071.stdout:2926: seq_num 1093 ranges {770051=485636,1776701=511047} 2024-09-13T14:33:11.283 INFO:tasks.rados.rados.0.smithi071.stdout:2926: writing smithi07185159-3 from 770051 to 1255687 tid 1 2024-09-13T14:33:11.290 INFO:tasks.rados.rados.0.smithi071.stdout:2926: writing smithi07185159-3 from 1776701 to 2287748 tid 2 2024-09-13T14:33:11.290 INFO:tasks.rados.rados.0.smithi071.stdout:2927: snap_create 2024-09-13T14:33:11.290 INFO:tasks.rados.rados.0.smithi071.stdout:2926: finishing write tid 1 to smithi07185159-3 2024-09-13T14:33:11.294 INFO:tasks.rados.rados.0.smithi071.stdout:2926: finishing write tid 2 to smithi07185159-3 2024-09-13T14:33:11.294 INFO:tasks.rados.rados.0.smithi071.stdout:2926: finishing write tid 3 to smithi07185159-3 2024-09-13T14:33:11.294 INFO:tasks.rados.rados.0.smithi071.stdout:2926: finishing write tid 4 to smithi07185159-3 2024-09-13T14:33:11.294 INFO:tasks.rados.rados.0.smithi071.stdout:2926: oid 3 updating version 0 to 2767 2024-09-13T14:33:11.294 INFO:tasks.rados.rados.0.smithi071.stdout:2926: oid 3 updating version 2767 to 2768 2024-09-13T14:33:11.294 INFO:tasks.rados.rados.0.smithi071.stdout:2926: oid 3 version 2768 is already newer than 2766 2024-09-13T14:33:11.294 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 3 v 2768 (ObjNum 1093 snap 369 seq_num 1093) dirty exists 2024-09-13T14:33:11.295 INFO:tasks.rados.rados.0.smithi071.stdout:2926: left oid 3 (ObjNum 1093 snap 369 seq_num 1093) 2024-09-13T14:33:12.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:11 smithi071 ceph-mon[107477]: Health check failed: Degraded data redundancy: 51/423 objects degraded (12.057%), 9 pgs degraded (PG_DEGRADED) 2024-09-13T14:33:12.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:11 smithi071 ceph-mon[107477]: osdmap e807: 8 total, 7 up, 8 in 2024-09-13T14:33:12.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:11 smithi071 ceph-mon[112785]: Health check failed: Degraded data redundancy: 51/423 objects degraded (12.057%), 9 pgs degraded (PG_DEGRADED) 2024-09-13T14:33:12.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:11 smithi071 ceph-mon[112785]: osdmap e807: 8 total, 7 up, 8 in 2024-09-13T14:33:12.141 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:33:11 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-2[135082]: 2024-09-13T14:33:11.993+0000 7fcd6d76b640 -1 Falling back to public interface 2024-09-13T14:33:12.282 INFO:tasks.rados.rados.0.smithi071.stdout:2926: done (1 left) 2024-09-13T14:33:12.282 INFO:tasks.rados.rados.0.smithi071.stdout:2927: done (0 left) 2024-09-13T14:33:12.283 INFO:tasks.rados.rados.0.smithi071.stdout:2928: delete oid 47 current snap is 370 2024-09-13T14:33:12.288 INFO:tasks.rados.rados.0.smithi071.stdout:2928: done (0 left) 2024-09-13T14:33:12.288 INFO:tasks.rados.rados.0.smithi071.stdout:2929: rollback oid 10 current snap is 370 2024-09-13T14:33:12.289 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 10 to 361 2024-09-13T14:33:12.289 INFO:tasks.rados.rados.0.smithi071.stdout:2930: snap_create 2024-09-13T14:33:12.293 INFO:tasks.rados.rados.0.smithi071.stdout:2929: finishing rollback tid 1 to smithi07185159-10 2024-09-13T14:33:12.293 INFO:tasks.rados.rados.0.smithi071.stdout:2929: finishing rollback tid 2 to smithi07185159-10 2024-09-13T14:33:12.293 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 10 v 1403 (ObjNum 975 snap 343 seq_num 975) dirty exists 2024-09-13T14:33:12.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:11 smithi104 ceph-mon[105578]: Health check failed: Degraded data redundancy: 51/423 objects degraded (12.057%), 9 pgs degraded (PG_DEGRADED) 2024-09-13T14:33:12.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:11 smithi104 ceph-mon[105578]: osdmap e807: 8 total, 7 up, 8 in 2024-09-13T14:33:12.890 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:33:12 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:33:12] "GET /metrics HTTP/1.1" 200 36399 "" "Prometheus/2.51.0" 2024-09-13T14:33:12.891 INFO:tasks.rados.rados.0.smithi071.stdout:2929: done (1 left) 2024-09-13T14:33:12.891 INFO:tasks.rados.rados.0.smithi071.stdout:2930: done (0 left) 2024-09-13T14:33:12.891 INFO:tasks.rados.rados.0.smithi071.stdout:2931: read oid 35 snap -1 2024-09-13T14:33:12.891 INFO:tasks.rados.rados.0.smithi071.stdout:2931: expect (ObjNum 1000 snap 348 seq_num 1000) 2024-09-13T14:33:12.892 INFO:tasks.rados.rados.0.smithi071.stdout:2932: read oid 48 snap 357 2024-09-13T14:33:12.892 INFO:tasks.rados.rados.0.smithi071.stdout:2932: expect (ObjNum 1025 snap 355 seq_num 1025) 2024-09-13T14:33:12.892 INFO:tasks.rados.rados.0.smithi071.stdout:2933: write oid 46 current snap is 371 2024-09-13T14:33:12.892 INFO:tasks.rados.rados.0.smithi071.stdout:2933: seq_num 1095 ranges {403665=752487,1610018=514716} 2024-09-13T14:33:12.898 INFO:tasks.rados.rados.0.smithi071.stdout:2933: writing smithi07185159-46 from 403665 to 1156152 tid 1 2024-09-13T14:33:12.903 INFO:tasks.rados.rados.0.smithi071.stdout:2933: writing smithi07185159-46 from 1610018 to 2124734 tid 2 2024-09-13T14:33:12.903 INFO:tasks.rados.rados.0.smithi071.stdout:2934: read oid 4 snap 357 2024-09-13T14:33:12.904 INFO:tasks.rados.rados.0.smithi071.stdout:2934: expect deleted 2024-09-13T14:33:12.904 INFO:tasks.rados.rados.0.smithi071.stdout:2935: write oid 22 current snap is 371 2024-09-13T14:33:12.904 INFO:tasks.rados.rados.0.smithi071.stdout:2935: seq_num 1096 ranges {420472=427736,1268500=658374,2347953=72519} 2024-09-13T14:33:12.908 INFO:tasks.rados.rados.0.smithi071.stdout:2935: writing smithi07185159-22 from 420472 to 848208 tid 1 2024-09-13T14:33:12.914 INFO:tasks.rados.rados.0.smithi071.stdout:2935: writing smithi07185159-22 from 1268500 to 1926874 tid 2 2024-09-13T14:33:12.917 INFO:tasks.rados.rados.0.smithi071.stdout:2935: writing smithi07185159-22 from 2347953 to 2420472 tid 3 2024-09-13T14:33:12.917 INFO:tasks.rados.rados.0.smithi071.stdout:2936: write oid 49 current snap is 371 2024-09-13T14:33:12.917 INFO:tasks.rados.rados.0.smithi071.stdout:2936: seq_num 1097 ranges {437279=502985,1610629=518385} 2024-09-13T14:33:12.922 INFO:tasks.rados.rados.0.smithi071.stdout:2936: writing smithi07185159-49 from 437279 to 940264 tid 1 2024-09-13T14:33:12.928 INFO:tasks.rados.rados.0.smithi071.stdout:2936: writing smithi07185159-49 from 1610629 to 2129014 tid 2 2024-09-13T14:33:12.929 INFO:tasks.rados.rados.0.smithi071.stdout:2937: read oid 44 snap -1 2024-09-13T14:33:12.929 INFO:tasks.rados.rados.0.smithi071.stdout:2937: expect deleted 2024-09-13T14:33:12.929 INFO:tasks.rados.rados.0.smithi071.stdout:2938: snap_remove snap 365 2024-09-13T14:33:13.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:13 smithi071 ceph-mon[107477]: osdmap e808: 8 total, 7 up, 8 in 2024-09-13T14:33:13.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:13 smithi071 ceph-mon[107477]: pgmap v664: 89 pgs: 16 active+undersized, 9 active+undersized+degraded, 64 active+clean; 216 MiB data, 819 MiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 1.7 MiB/s wr, 19 op/s; 51/423 objects degraded (12.057%) 2024-09-13T14:33:13.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:13 smithi071 ceph-mon[107477]: osdmap e809: 8 total, 7 up, 8 in 2024-09-13T14:33:13.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:13 smithi071 ceph-mon[112785]: osdmap e808: 8 total, 7 up, 8 in 2024-09-13T14:33:13.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:13 smithi071 ceph-mon[112785]: pgmap v664: 89 pgs: 16 active+undersized, 9 active+undersized+degraded, 64 active+clean; 216 MiB data, 819 MiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 1.7 MiB/s wr, 19 op/s; 51/423 objects degraded (12.057%) 2024-09-13T14:33:13.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:13 smithi071 ceph-mon[112785]: osdmap e809: 8 total, 7 up, 8 in 2024-09-13T14:33:13.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:13 smithi104 ceph-mon[105578]: osdmap e808: 8 total, 7 up, 8 in 2024-09-13T14:33:13.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:13 smithi104 ceph-mon[105578]: pgmap v664: 89 pgs: 16 active+undersized, 9 active+undersized+degraded, 64 active+clean; 216 MiB data, 819 MiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 1.7 MiB/s wr, 19 op/s; 51/423 objects degraded (12.057%) 2024-09-13T14:33:13.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:13 smithi104 ceph-mon[105578]: osdmap e809: 8 total, 7 up, 8 in 2024-09-13T14:33:13.892 INFO:tasks.rados.rados.0.smithi071.stdout:2938: done (7 left) 2024-09-13T14:33:13.892 INFO:tasks.rados.rados.0.smithi071.stdout:2939: read oid 15 snap -1 2024-09-13T14:33:13.892 INFO:tasks.rados.rados.0.smithi071.stdout:2939: expect deleted 2024-09-13T14:33:13.892 INFO:tasks.rados.rados.0.smithi071.stdout:2940: read oid 42 snap -1 2024-09-13T14:33:13.892 INFO:tasks.rados.rados.0.smithi071.stdout:2940: expect (ObjNum 1078 snap 368 seq_num 1078) 2024-09-13T14:33:13.893 INFO:tasks.rados.rados.0.smithi071.stdout:2941: delete oid 31 current snap is 371 2024-09-13T14:33:13.893 INFO:tasks.rados.rados.0.smithi071.stdout:2931: expect (ObjNum 1000 snap 348 seq_num 1000) 2024-09-13T14:33:14.061 INFO:tasks.rados.rados.0.smithi071.stdout:2932: expect (ObjNum 1025 snap 355 seq_num 1025) 2024-09-13T14:33:14.170 INFO:tasks.rados.rados.0.smithi071.stdout:2933: finishing write tid 1 to smithi07185159-46 2024-09-13T14:33:14.170 INFO:tasks.rados.rados.0.smithi071.stdout:2933: finishing write tid 2 to smithi07185159-46 2024-09-13T14:33:14.170 INFO:tasks.rados.rados.0.smithi071.stdout:2931: done (9 left) 2024-09-13T14:33:14.170 INFO:tasks.rados.rados.0.smithi071.stdout:2932: done (8 left) 2024-09-13T14:33:14.170 INFO:tasks.rados.rados.0.smithi071.stdout:2934: done (7 left) 2024-09-13T14:33:14.170 INFO:tasks.rados.rados.0.smithi071.stdout:2941: done (6 left) 2024-09-13T14:33:14.171 INFO:tasks.rados.rados.0.smithi071.stdout:2942: read oid 4 snap -1 2024-09-13T14:33:14.171 INFO:tasks.rados.rados.0.smithi071.stdout:2942: expect deleted 2024-09-13T14:33:14.171 INFO:tasks.rados.rados.0.smithi071.stdout:2943: write oid 13 current snap is 371 2024-09-13T14:33:14.171 INFO:tasks.rados.rados.0.smithi071.stdout:2933: finishing write tid 3 to smithi07185159-46 2024-09-13T14:33:14.171 INFO:tasks.rados.rados.0.smithi071.stdout:2933: finishing write tid 4 to smithi07185159-46 2024-09-13T14:33:14.171 INFO:tasks.rados.rados.0.smithi071.stdout:2933: oid 46 updating version 0 to 1495 2024-09-13T14:33:14.171 INFO:tasks.rados.rados.0.smithi071.stdout:2933: oid 46 version 1495 is already newer than 1493 2024-09-13T14:33:14.171 INFO:tasks.rados.rados.0.smithi071.stdout:2933: oid 46 version 1495 is already newer than 1494 2024-09-13T14:33:14.171 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 46 v 1495 (ObjNum 1095 snap 371 seq_num 1095) dirty exists 2024-09-13T14:33:14.171 INFO:tasks.rados.rados.0.smithi071.stdout:2933: left oid 46 (ObjNum 1095 snap 371 seq_num 1095) 2024-09-13T14:33:14.171 INFO:tasks.rados.rados.0.smithi071.stdout:2935: finishing write tid 1 to smithi07185159-22 2024-09-13T14:33:14.171 INFO:tasks.rados.rados.0.smithi071.stdout:2935: finishing write tid 2 to smithi07185159-22 2024-09-13T14:33:14.171 INFO:tasks.rados.rados.0.smithi071.stdout:2935: finishing write tid 3 to smithi07185159-22 2024-09-13T14:33:14.171 INFO:tasks.rados.rados.0.smithi071.stdout:2935: finishing write tid 4 to smithi07185159-22 2024-09-13T14:33:14.172 INFO:tasks.rados.rados.0.smithi071.stdout:2943: seq_num 1099 ranges {470893=653483,1727593=522054} 2024-09-13T14:33:14.176 INFO:tasks.rados.rados.0.smithi071.stdout:2943: writing smithi07185159-13 from 470893 to 1124376 tid 1 2024-09-13T14:33:14.182 INFO:tasks.rados.rados.0.smithi071.stdout:2943: writing smithi07185159-13 from 1727593 to 2249647 tid 2 2024-09-13T14:33:14.182 INFO:tasks.rados.rados.0.smithi071.stdout:2933: done (7 left) 2024-09-13T14:33:14.182 INFO:tasks.rados.rados.0.smithi071.stdout:2944: write oid 37 current snap is 371 2024-09-13T14:33:14.183 INFO:tasks.rados.rados.0.smithi071.stdout:2935: finishing write tid 5 to smithi07185159-22 2024-09-13T14:33:14.183 INFO:tasks.rados.rados.0.smithi071.stdout:2935: oid 22 updating version 0 to 1024 2024-09-13T14:33:14.183 INFO:tasks.rados.rados.0.smithi071.stdout:2935: oid 22 version 1024 is already newer than 1023 2024-09-13T14:33:14.183 INFO:tasks.rados.rados.0.smithi071.stdout:2935: oid 22 updating version 1024 to 1025 2024-09-13T14:33:14.183 INFO:tasks.rados.rados.0.smithi071.stdout:2935: oid 22 updating version 1025 to 1026 2024-09-13T14:33:14.183 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 22 v 1026 (ObjNum 1096 snap 371 seq_num 1096) dirty exists 2024-09-13T14:33:14.183 INFO:tasks.rados.rados.0.smithi071.stdout:2935: left oid 22 (ObjNum 1096 snap 371 seq_num 1096) 2024-09-13T14:33:14.183 INFO:tasks.rados.rados.0.smithi071.stdout:2936: finishing write tid 1 to smithi07185159-49 2024-09-13T14:33:14.183 INFO:tasks.rados.rados.0.smithi071.stdout:2944: seq_num 1100 ranges {487700=728732,1786075=665712} 2024-09-13T14:33:14.188 INFO:tasks.rados.rados.0.smithi071.stdout:2944: writing smithi07185159-37 from 487700 to 1216432 tid 1 2024-09-13T14:33:14.196 INFO:tasks.rados.rados.0.smithi071.stdout:2944: writing smithi07185159-37 from 1786075 to 2451787 tid 2 2024-09-13T14:33:14.196 INFO:tasks.rados.rados.0.smithi071.stdout:2935: done (7 left) 2024-09-13T14:33:14.196 INFO:tasks.rados.rados.0.smithi071.stdout:2945: delete oid 40 current snap is 371 2024-09-13T14:33:14.196 INFO:tasks.rados.rados.0.smithi071.stdout:2936: finishing write tid 2 to smithi07185159-49 2024-09-13T14:33:14.196 INFO:tasks.rados.rados.0.smithi071.stdout:2936: finishing write tid 3 to smithi07185159-49 2024-09-13T14:33:14.196 INFO:tasks.rados.rados.0.smithi071.stdout:2936: finishing write tid 4 to smithi07185159-49 2024-09-13T14:33:14.196 INFO:tasks.rados.rados.0.smithi071.stdout:2936: oid 49 updating version 0 to 1482 2024-09-13T14:33:14.196 INFO:tasks.rados.rados.0.smithi071.stdout:2936: oid 49 updating version 1482 to 1483 2024-09-13T14:33:14.196 INFO:tasks.rados.rados.0.smithi071.stdout:2936: oid 49 updating version 1483 to 1484 2024-09-13T14:33:14.196 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 49 v 1484 (ObjNum 1097 snap 371 seq_num 1097) dirty exists 2024-09-13T14:33:14.197 INFO:tasks.rados.rados.0.smithi071.stdout:2936: left oid 49 (ObjNum 1097 snap 371 seq_num 1097) 2024-09-13T14:33:14.197 INFO:tasks.rados.rados.0.smithi071.stdout:2940: expect (ObjNum 1078 snap 368 seq_num 1078) 2024-09-13T14:33:14.297 INFO:tasks.rados.rados.0.smithi071.stdout:2943: finishing write tid 1 to smithi07185159-13 2024-09-13T14:33:14.298 INFO:tasks.rados.rados.0.smithi071.stdout:2943: finishing write tid 2 to smithi07185159-13 2024-09-13T14:33:14.298 INFO:tasks.rados.rados.0.smithi071.stdout:2943: finishing write tid 3 to smithi07185159-13 2024-09-13T14:33:14.298 INFO:tasks.rados.rados.0.smithi071.stdout:2943: finishing write tid 4 to smithi07185159-13 2024-09-13T14:33:14.298 INFO:tasks.rados.rados.0.smithi071.stdout:2943: oid 13 updating version 0 to 1502 2024-09-13T14:33:14.298 INFO:tasks.rados.rados.0.smithi071.stdout:2943: oid 13 version 1502 is already newer than 1501 2024-09-13T14:33:14.298 INFO:tasks.rados.rados.0.smithi071.stdout:2943: oid 13 version 1502 is already newer than 1500 2024-09-13T14:33:14.298 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 13 v 1502 (ObjNum 1099 snap 371 seq_num 1099) dirty exists 2024-09-13T14:33:14.298 INFO:tasks.rados.rados.0.smithi071.stdout:2943: left oid 13 (ObjNum 1099 snap 371 seq_num 1099) 2024-09-13T14:33:14.298 INFO:tasks.rados.rados.0.smithi071.stdout:2944: finishing write tid 1 to smithi07185159-37 2024-09-13T14:33:14.298 INFO:tasks.rados.rados.0.smithi071.stdout:2936: done (7 left) 2024-09-13T14:33:14.298 INFO:tasks.rados.rados.0.smithi071.stdout:2937: done (6 left) 2024-09-13T14:33:14.298 INFO:tasks.rados.rados.0.smithi071.stdout:2939: done (5 left) 2024-09-13T14:33:14.298 INFO:tasks.rados.rados.0.smithi071.stdout:2940: done (4 left) 2024-09-13T14:33:14.298 INFO:tasks.rados.rados.0.smithi071.stdout:2942: done (3 left) 2024-09-13T14:33:14.299 INFO:tasks.rados.rados.0.smithi071.stdout:2943: done (2 left) 2024-09-13T14:33:14.299 INFO:tasks.rados.rados.0.smithi071.stdout:2945: done (1 left) 2024-09-13T14:33:14.299 INFO:tasks.rados.rados.0.smithi071.stdout:2946: write oid 4 current snap is 371 2024-09-13T14:33:14.299 INFO:tasks.rados.rados.0.smithi071.stdout:2944: finishing write tid 2 to smithi07185159-37 2024-09-13T14:33:14.299 INFO:tasks.rados.rados.0.smithi071.stdout:2944: finishing write tid 3 to smithi07185159-37 2024-09-13T14:33:14.299 INFO:tasks.rados.rados.0.smithi071.stdout:2944: finishing write tid 4 to smithi07185159-37 2024-09-13T14:33:14.299 INFO:tasks.rados.rados.0.smithi071.stdout:2944: oid 37 updating version 0 to 815 2024-09-13T14:33:14.299 INFO:tasks.rados.rados.0.smithi071.stdout:2944: oid 37 updating version 815 to 816 2024-09-13T14:33:14.299 INFO:tasks.rados.rados.0.smithi071.stdout:2944: oid 37 version 816 is already newer than 814 2024-09-13T14:33:14.299 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 37 v 816 (ObjNum 1100 snap 371 seq_num 1100) dirty exists 2024-09-13T14:33:14.299 INFO:tasks.rados.rados.0.smithi071.stdout:2944: left oid 37 (ObjNum 1100 snap 371 seq_num 1100) 2024-09-13T14:33:14.299 INFO:tasks.rados.rados.0.smithi071.stdout:2946: seq_num 1102 ranges {521314=479230,1786686=669381} 2024-09-13T14:33:14.302 INFO:tasks.rados.rados.0.smithi071.stdout:2946: writing smithi07185159-4 from 521314 to 1000544 tid 1 2024-09-13T14:33:14.310 INFO:tasks.rados.rados.0.smithi071.stdout:2946: writing smithi07185159-4 from 1786686 to 2456067 tid 2 2024-09-13T14:33:14.311 INFO:tasks.rados.rados.0.smithi071.stdout:2944: done (1 left) 2024-09-13T14:33:14.311 INFO:tasks.rados.rados.0.smithi071.stdout:2947: snap_create 2024-09-13T14:33:14.311 INFO:tasks.rados.rados.0.smithi071.stdout:2946: finishing write tid 1 to smithi07185159-4 2024-09-13T14:33:14.314 INFO:tasks.rados.rados.0.smithi071.stdout:2946: finishing write tid 2 to smithi07185159-4 2024-09-13T14:33:14.314 INFO:tasks.rados.rados.0.smithi071.stdout:2946: finishing write tid 3 to smithi07185159-4 2024-09-13T14:33:14.314 INFO:tasks.rados.rados.0.smithi071.stdout:2946: finishing write tid 4 to smithi07185159-4 2024-09-13T14:33:14.315 INFO:tasks.rados.rados.0.smithi071.stdout:2946: oid 4 updating version 0 to 1413 2024-09-13T14:33:14.315 INFO:tasks.rados.rados.0.smithi071.stdout:2946: oid 4 version 1413 is already newer than 1411 2024-09-13T14:33:14.315 INFO:tasks.rados.rados.0.smithi071.stdout:2946: oid 4 version 1413 is already newer than 1412 2024-09-13T14:33:14.315 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 4 v 1413 (ObjNum 1102 snap 371 seq_num 1102) dirty exists 2024-09-13T14:33:14.315 INFO:tasks.rados.rados.0.smithi071.stdout:2946: left oid 4 (ObjNum 1102 snap 371 seq_num 1102) 2024-09-13T14:33:14.896 INFO:tasks.rados.rados.0.smithi071.stdout:2946: done (1 left) 2024-09-13T14:33:14.897 INFO:tasks.rados.rados.0.smithi071.stdout:2947: done (0 left) 2024-09-13T14:33:14.897 INFO:tasks.rados.rados.0.smithi071.stdout:2948: write oid 23 current snap is 372 2024-09-13T14:33:14.897 INFO:tasks.rados.rados.0.smithi071.stdout:2948: seq_num 1103 ranges {538121=670832,1961521=413039} 2024-09-13T14:33:14.902 INFO:tasks.rados.rados.0.smithi071.stdout:2948: writing smithi07185159-23 from 538121 to 1208953 tid 1 2024-09-13T14:33:14.908 INFO:tasks.rados.rados.0.smithi071.stdout:2948: writing smithi07185159-23 from 1961521 to 2374560 tid 2 2024-09-13T14:33:14.909 INFO:tasks.rados.rados.0.smithi071.stdout:2949: snap_remove snap 333 2024-09-13T14:33:15.077 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:14 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:15.078 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:14 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:15.078 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:14 smithi071 ceph-mon[107477]: osdmap e810: 8 total, 7 up, 8 in 2024-09-13T14:33:15.078 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:14 smithi071 ceph-mon[107477]: pgmap v667: 89 pgs: 16 active+undersized, 9 active+undersized+degraded, 64 active+clean; 221 MiB data, 820 MiB used, 714 GiB / 715 GiB avail; 6.1 MiB/s rd, 513 KiB/s wr, 7 op/s; 53/435 objects degraded (12.184%) 2024-09-13T14:33:15.078 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:14 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:15.078 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:14 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:15.078 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:14 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:15.078 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:14 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:33:15.078 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:14 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:15.078 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:14 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:15.079 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:14 smithi071 ceph-mon[112785]: osdmap e810: 8 total, 7 up, 8 in 2024-09-13T14:33:15.079 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:14 smithi071 ceph-mon[112785]: pgmap v667: 89 pgs: 16 active+undersized, 9 active+undersized+degraded, 64 active+clean; 221 MiB data, 820 MiB used, 714 GiB / 715 GiB avail; 6.1 MiB/s rd, 513 KiB/s wr, 7 op/s; 53/435 objects degraded (12.184%) 2024-09-13T14:33:15.079 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:14 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:15.079 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:14 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:15.079 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:14 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:15.079 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:14 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:33:15.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:14 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:15.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:14 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:15.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:14 smithi104 ceph-mon[105578]: osdmap e810: 8 total, 7 up, 8 in 2024-09-13T14:33:15.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:14 smithi104 ceph-mon[105578]: pgmap v667: 89 pgs: 16 active+undersized, 9 active+undersized+degraded, 64 active+clean; 221 MiB data, 820 MiB used, 714 GiB / 715 GiB avail; 6.1 MiB/s rd, 513 KiB/s wr, 7 op/s; 53/435 objects degraded (12.184%) 2024-09-13T14:33:15.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:14 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:15.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:14 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:15.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:14 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:15.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:14 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:33:15.890 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:33:15 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-2[135082]: 2024-09-13T14:33:15.680+0000 7fcd6d76b640 -1 osd.2 800 log_to_monitors true 2024-09-13T14:33:15.903 INFO:tasks.rados.rados.0.smithi071.stdout:2949: done (1 left) 2024-09-13T14:33:15.903 INFO:tasks.rados.rados.0.smithi071.stdout:2950: snap_create 2024-09-13T14:33:15.903 INFO:tasks.rados.rados.0.smithi071.stdout:2948: finishing write tid 1 to smithi07185159-23 2024-09-13T14:33:15.903 INFO:tasks.rados.rados.0.smithi071.stdout:2948: finishing write tid 2 to smithi07185159-23 2024-09-13T14:33:15.903 INFO:tasks.rados.rados.0.smithi071.stdout:2948: finishing write tid 3 to smithi07185159-23 2024-09-13T14:33:15.904 INFO:tasks.rados.rados.0.smithi071.stdout:2948: finishing write tid 4 to smithi07185159-23 2024-09-13T14:33:15.904 INFO:tasks.rados.rados.0.smithi071.stdout:2948: oid 23 updating version 0 to 1504 2024-09-13T14:33:15.904 INFO:tasks.rados.rados.0.smithi071.stdout:2948: oid 23 updating version 1504 to 1505 2024-09-13T14:33:15.904 INFO:tasks.rados.rados.0.smithi071.stdout:2948: oid 23 updating version 1505 to 1506 2024-09-13T14:33:15.904 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 23 v 1506 (ObjNum 1103 snap 372 seq_num 1103) dirty exists 2024-09-13T14:33:15.904 INFO:tasks.rados.rados.0.smithi071.stdout:2948: left oid 23 (ObjNum 1103 snap 372 seq_num 1103) 2024-09-13T14:33:16.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:15 smithi104 ceph-mon[105578]: osdmap e811: 8 total, 7 up, 8 in 2024-09-13T14:33:16.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:15 smithi104 ceph-mon[105578]: from='osd.2 [v2:172.21.15.71:6818/2746539070,v1:172.21.15.71:6819/2746539070]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-13T14:33:16.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:15 smithi104 ceph-mon[105578]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-13T14:33:16.224 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:15 smithi071 ceph-mon[107477]: osdmap e811: 8 total, 7 up, 8 in 2024-09-13T14:33:16.224 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:15 smithi071 ceph-mon[107477]: from='osd.2 [v2:172.21.15.71:6818/2746539070,v1:172.21.15.71:6819/2746539070]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-13T14:33:16.224 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:15 smithi071 ceph-mon[107477]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-13T14:33:16.225 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 14:33:15 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-2[135082]: 2024-09-13T14:33:15.923+0000 7fcd6150d640 -1 osd.2 800 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-13T14:33:16.225 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:15 smithi071 ceph-mon[112785]: osdmap e811: 8 total, 7 up, 8 in 2024-09-13T14:33:16.225 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:15 smithi071 ceph-mon[112785]: from='osd.2 [v2:172.21.15.71:6818/2746539070,v1:172.21.15.71:6819/2746539070]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-13T14:33:16.225 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:15 smithi071 ceph-mon[112785]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-13T14:33:16.915 INFO:tasks.rados.rados.0.smithi071.stdout:2948: done (1 left) 2024-09-13T14:33:16.915 INFO:tasks.rados.rados.0.smithi071.stdout:2950: done (0 left) 2024-09-13T14:33:16.915 INFO:tasks.rados.rados.0.smithi071.stdout:2951: rollback oid 14 current snap is 373 2024-09-13T14:33:16.915 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 14 to 362 2024-09-13T14:33:16.915 INFO:tasks.rados.rados.0.smithi071.stdout:2952: read oid 17 snap -1 2024-09-13T14:33:16.916 INFO:tasks.rados.rados.0.smithi071.stdout:2952: expect (ObjNum 1019 snap 355 seq_num 1019) 2024-09-13T14:33:16.916 INFO:tasks.rados.rados.0.smithi071.stdout:2953: snap_remove snap 368 2024-09-13T14:33:17.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:16 smithi104 ceph-mon[105578]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-13T14:33:17.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:16 smithi104 ceph-mon[105578]: from='osd.2 [v2:172.21.15.71:6818/2746539070,v1:172.21.15.71:6819/2746539070]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi071", "root=default"]} : dispatch 2024-09-13T14:33:17.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:16 smithi104 ceph-mon[105578]: osdmap e812: 8 total, 7 up, 8 in 2024-09-13T14:33:17.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:16 smithi104 ceph-mon[105578]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi071", "root=default"]} : dispatch 2024-09-13T14:33:17.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:16 smithi104 ceph-mon[105578]: pgmap v670: 89 pgs: 16 active+undersized, 9 active+undersized+degraded, 64 active+clean; 234 MiB data, 789 MiB used, 714 GiB / 715 GiB avail; 9.4 MiB/s rd, 3.4 MiB/s wr, 27 op/s; 54/441 objects degraded (12.245%) 2024-09-13T14:33:17.316 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:16 smithi071 ceph-mon[107477]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-13T14:33:17.316 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:16 smithi071 ceph-mon[107477]: from='osd.2 [v2:172.21.15.71:6818/2746539070,v1:172.21.15.71:6819/2746539070]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi071", "root=default"]} : dispatch 2024-09-13T14:33:17.316 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:16 smithi071 ceph-mon[107477]: osdmap e812: 8 total, 7 up, 8 in 2024-09-13T14:33:17.316 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:16 smithi071 ceph-mon[107477]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi071", "root=default"]} : dispatch 2024-09-13T14:33:17.316 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:16 smithi071 ceph-mon[107477]: pgmap v670: 89 pgs: 16 active+undersized, 9 active+undersized+degraded, 64 active+clean; 234 MiB data, 789 MiB used, 714 GiB / 715 GiB avail; 9.4 MiB/s rd, 3.4 MiB/s wr, 27 op/s; 54/441 objects degraded (12.245%) 2024-09-13T14:33:17.316 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:16 smithi071 ceph-mon[112785]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-13T14:33:17.317 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:16 smithi071 ceph-mon[112785]: from='osd.2 [v2:172.21.15.71:6818/2746539070,v1:172.21.15.71:6819/2746539070]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi071", "root=default"]} : dispatch 2024-09-13T14:33:17.317 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:16 smithi071 ceph-mon[112785]: osdmap e812: 8 total, 7 up, 8 in 2024-09-13T14:33:17.317 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:16 smithi071 ceph-mon[112785]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi071", "root=default"]} : dispatch 2024-09-13T14:33:17.317 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:16 smithi071 ceph-mon[112785]: pgmap v670: 89 pgs: 16 active+undersized, 9 active+undersized+degraded, 64 active+clean; 234 MiB data, 789 MiB used, 714 GiB / 715 GiB avail; 9.4 MiB/s rd, 3.4 MiB/s wr, 27 op/s; 54/441 objects degraded (12.245%) 2024-09-13T14:33:17.915 INFO:tasks.rados.rados.0.smithi071.stdout:2953: done (2 left) 2024-09-13T14:33:17.916 INFO:tasks.rados.rados.0.smithi071.stdout:2954: delete oid 46 current snap is 373 2024-09-13T14:33:17.926 INFO:tasks.rados.rados.0.smithi071.stdout:2954: done (2 left) 2024-09-13T14:33:17.927 INFO:tasks.rados.rados.0.smithi071.stdout:2955: delete oid 3 current snap is 373 2024-09-13T14:33:17.930 INFO:tasks.rados.rados.0.smithi071.stdout:2955: done (2 left) 2024-09-13T14:33:17.930 INFO:tasks.rados.rados.0.smithi071.stdout:2956: delete oid 28 current snap is 373 2024-09-13T14:33:17.933 INFO:tasks.rados.rados.0.smithi071.stdout:2956: done (2 left) 2024-09-13T14:33:17.933 INFO:tasks.rados.rados.0.smithi071.stdout:2957: rollback oid 2 current snap is 373 2024-09-13T14:33:17.933 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 2 to 362 2024-09-13T14:33:17.933 INFO:tasks.rados.rados.0.smithi071.stdout:2958: write oid 47 current snap is 373 2024-09-13T14:33:17.933 INFO:tasks.rados.rados.0.smithi071.stdout:2958: seq_num 1107 ranges {605349=571828,1679096=420377} 2024-09-13T14:33:17.940 INFO:tasks.rados.rados.0.smithi071.stdout:2958: writing smithi07185159-47 from 605349 to 1177177 tid 1 2024-09-13T14:33:17.946 INFO:tasks.rados.rados.0.smithi071.stdout:2958: writing smithi07185159-47 from 1679096 to 2099473 tid 2 2024-09-13T14:33:17.946 INFO:tasks.rados.rados.0.smithi071.stdout:2959: write oid 23 current snap is 373 2024-09-13T14:33:17.946 INFO:tasks.rados.rados.0.smithi071.stdout:2951: finishing rollback tid 0 to smithi07185159-14 2024-09-13T14:33:17.947 INFO:tasks.rados.rados.0.smithi071.stdout:2951: finishing rollback tid 1 to smithi07185159-14 2024-09-13T14:33:17.947 INFO:tasks.rados.rados.0.smithi071.stdout:2951: finishing rollback tid 2 to smithi07185159-14 2024-09-13T14:33:17.947 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 14 v 1488 (ObjNum 1039 snap 358 seq_num 1039) dirty exists 2024-09-13T14:33:17.947 INFO:tasks.rados.rados.0.smithi071.stdout:2957: finishing rollback tid 0 to smithi07185159-2 2024-09-13T14:33:17.947 INFO:tasks.rados.rados.0.smithi071.stdout:2957: finishing rollback tid 1 to smithi07185159-2 2024-09-13T14:33:17.947 INFO:tasks.rados.rados.0.smithi071.stdout:2957: finishing rollback tid 2 to smithi07185159-2 2024-09-13T14:33:17.947 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 2 v 573 (ObjNum 922 snap 321 seq_num 922) dirty exists 2024-09-13T14:33:17.947 INFO:tasks.rados.rados.0.smithi071.stdout:2952: expect (ObjNum 1019 snap 355 seq_num 1019) 2024-09-13T14:33:18.057 INFO:tasks.rados.rados.0.smithi071.stdout:2958: finishing write tid 1 to smithi07185159-47 2024-09-13T14:33:18.057 INFO:tasks.rados.rados.0.smithi071.stdout:2958: finishing write tid 2 to smithi07185159-47 2024-09-13T14:33:18.058 INFO:tasks.rados.rados.0.smithi071.stdout:2958: finishing write tid 3 to smithi07185159-47 2024-09-13T14:33:18.058 INFO:tasks.rados.rados.0.smithi071.stdout:2958: finishing write tid 4 to smithi07185159-47 2024-09-13T14:33:18.058 INFO:tasks.rados.rados.0.smithi071.stdout:2958: oid 47 updating version 0 to 1312 2024-09-13T14:33:18.058 INFO:tasks.rados.rados.0.smithi071.stdout:2958: oid 47 updating version 1312 to 1313 2024-09-13T14:33:18.058 INFO:tasks.rados.rados.0.smithi071.stdout:2958: oid 47 version 1313 is already newer than 1311 2024-09-13T14:33:18.058 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 47 v 1313 (ObjNum 1107 snap 373 seq_num 1107) dirty exists 2024-09-13T14:33:18.058 INFO:tasks.rados.rados.0.smithi071.stdout:2958: left oid 47 (ObjNum 1107 snap 373 seq_num 1107) 2024-09-13T14:33:18.058 INFO:tasks.rados.rados.0.smithi071.stdout:2959: seq_num 1108 ranges {622156=647077,1737578=680388} 2024-09-13T14:33:18.063 INFO:tasks.rados.rados.0.smithi071.stdout:2959: writing smithi07185159-23 from 622156 to 1269233 tid 1 2024-09-13T14:33:18.070 INFO:tasks.rados.rados.0.smithi071.stdout:2959: writing smithi07185159-23 from 1737578 to 2417966 tid 2 2024-09-13T14:33:18.070 INFO:tasks.rados.rados.0.smithi071.stdout:2951: done (4 left) 2024-09-13T14:33:18.070 INFO:tasks.rados.rados.0.smithi071.stdout:2952: done (3 left) 2024-09-13T14:33:18.071 INFO:tasks.rados.rados.0.smithi071.stdout:2957: done (2 left) 2024-09-13T14:33:18.071 INFO:tasks.rados.rados.0.smithi071.stdout:2958: done (1 left) 2024-09-13T14:33:18.071 INFO:tasks.rados.rados.0.smithi071.stdout:2960: read oid 30 snap -1 2024-09-13T14:33:18.071 INFO:tasks.rados.rados.0.smithi071.stdout:2960: expect deleted 2024-09-13T14:33:18.071 INFO:tasks.rados.rados.0.smithi071.stdout:2961: snap_create 2024-09-13T14:33:18.071 INFO:tasks.rados.rados.0.smithi071.stdout:2959: finishing write tid 1 to smithi07185159-23 2024-09-13T14:33:18.074 INFO:tasks.rados.rados.0.smithi071.stdout:2959: finishing write tid 2 to smithi07185159-23 2024-09-13T14:33:18.074 INFO:tasks.rados.rados.0.smithi071.stdout:2959: finishing write tid 3 to smithi07185159-23 2024-09-13T14:33:18.074 INFO:tasks.rados.rados.0.smithi071.stdout:2959: finishing write tid 4 to smithi07185159-23 2024-09-13T14:33:18.074 INFO:tasks.rados.rados.0.smithi071.stdout:2959: oid 23 updating version 0 to 1518 2024-09-13T14:33:18.074 INFO:tasks.rados.rados.0.smithi071.stdout:2959: oid 23 version 1518 is already newer than 1516 2024-09-13T14:33:18.075 INFO:tasks.rados.rados.0.smithi071.stdout:2959: oid 23 version 1518 is already newer than 1517 2024-09-13T14:33:18.075 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 23 v 1518 (ObjNum 1108 snap 373 seq_num 1108) dirty exists 2024-09-13T14:33:18.075 INFO:tasks.rados.rados.0.smithi071.stdout:2959: left oid 23 (ObjNum 1108 snap 373 seq_num 1108) 2024-09-13T14:33:18.140 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:33:17 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: 2024-09-13T14:33:17.893+0000 7f099fea3640 -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-09-13T14:33:18.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:17 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 54/441 objects degraded (12.245%), 9 pgs degraded (PG_DEGRADED) 2024-09-13T14:33:18.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:17 smithi071 ceph-mon[107477]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-13T14:33:18.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:17 smithi071 ceph-mon[107477]: osd.2 [v2:172.21.15.71:6818/2746539070,v1:172.21.15.71:6819/2746539070] boot 2024-09-13T14:33:18.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:17 smithi071 ceph-mon[107477]: osdmap e813: 8 total, 8 up, 8 in 2024-09-13T14:33:18.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:17 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-13T14:33:18.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:17 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:18.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:17 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:18.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:17 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:33:18.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:17 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:33:18.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:17 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:18.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:17 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:33:18.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:17 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:33:18.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:17 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:33:18.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:17 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:33:18.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:17 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16} : dispatch 2024-09-13T14:33:18.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:17 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 54/441 objects degraded (12.245%), 9 pgs degraded (PG_DEGRADED) 2024-09-13T14:33:18.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:17 smithi071 ceph-mon[112785]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-13T14:33:18.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:17 smithi071 ceph-mon[112785]: osd.2 [v2:172.21.15.71:6818/2746539070,v1:172.21.15.71:6819/2746539070] boot 2024-09-13T14:33:18.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:17 smithi071 ceph-mon[112785]: osdmap e813: 8 total, 8 up, 8 in 2024-09-13T14:33:18.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:17 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-13T14:33:18.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:17 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:18.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:17 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:18.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:17 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:33:18.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:17 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:33:18.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:17 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:18.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:17 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:33:18.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:17 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:33:18.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:17 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:33:18.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:17 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:33:18.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:17 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16} : dispatch 2024-09-13T14:33:18.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:17 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 54/441 objects degraded (12.245%), 9 pgs degraded (PG_DEGRADED) 2024-09-13T14:33:18.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:17 smithi104 ceph-mon[105578]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-13T14:33:18.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:17 smithi104 ceph-mon[105578]: osd.2 [v2:172.21.15.71:6818/2746539070,v1:172.21.15.71:6819/2746539070] boot 2024-09-13T14:33:18.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:17 smithi104 ceph-mon[105578]: osdmap e813: 8 total, 8 up, 8 in 2024-09-13T14:33:18.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:17 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-13T14:33:18.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:17 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:18.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:17 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:18.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:17 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:33:18.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:17 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:33:18.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:17 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:18.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:17 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:33:18.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:17 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:33:18.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:17 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:33:18.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:17 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:33:18.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:17 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16} : dispatch 2024-09-13T14:33:18.923 INFO:tasks.rados.rados.0.smithi071.stdout:2959: done (2 left) 2024-09-13T14:33:18.924 INFO:tasks.rados.rados.0.smithi071.stdout:2960: done (1 left) 2024-09-13T14:33:18.924 INFO:tasks.rados.rados.0.smithi071.stdout:2961: done (0 left) 2024-09-13T14:33:18.924 INFO:tasks.rados.rados.0.smithi071.stdout:2962: write oid 45 current snap is 374 2024-09-13T14:33:18.924 INFO:tasks.rados.rados.0.smithi071.stdout:2962: seq_num 1109 ranges {638963=722326,2079707=424046} 2024-09-13T14:33:18.931 INFO:tasks.rados.rados.0.smithi071.stdout:2962: writing smithi07185159-45 from 638963 to 1361289 tid 1 2024-09-13T14:33:18.937 INFO:tasks.rados.rados.0.smithi071.stdout:2962: writing smithi07185159-45 from 2079707 to 2503753 tid 2 2024-09-13T14:33:18.937 INFO:tasks.rados.rados.0.smithi071.stdout:2963: write oid 4 current snap is 374 2024-09-13T14:33:18.938 INFO:tasks.rados.rados.0.smithi071.stdout:2963: seq_num 1110 ranges {655770=513928,1854542=684057} 2024-09-13T14:33:18.944 INFO:tasks.rados.rados.0.smithi071.stdout:2963: writing smithi07185159-4 from 655770 to 1169698 tid 1 2024-09-13T14:33:18.951 INFO:tasks.rados.rados.0.smithi071.stdout:2963: writing smithi07185159-4 from 1854542 to 2538599 tid 2 2024-09-13T14:33:18.952 INFO:tasks.rados.rados.0.smithi071.stdout:2964: read oid 26 snap -1 2024-09-13T14:33:18.952 INFO:tasks.rados.rados.0.smithi071.stdout:2964: expect (ObjNum 1075 snap 367 seq_num 1075) 2024-09-13T14:33:18.952 INFO:tasks.rados.rados.0.smithi071.stdout:2965: delete oid 13 current snap is 374 2024-09-13T14:33:18.952 INFO:tasks.rados.rados.0.smithi071.stdout:2962: finishing write tid 1 to smithi07185159-45 2024-09-13T14:33:18.952 INFO:tasks.rados.rados.0.smithi071.stdout:2962: finishing write tid 2 to smithi07185159-45 2024-09-13T14:33:18.952 INFO:tasks.rados.rados.0.smithi071.stdout:2962: finishing write tid 3 to smithi07185159-45 2024-09-13T14:33:18.952 INFO:tasks.rados.rados.0.smithi071.stdout:2962: finishing write tid 4 to smithi07185159-45 2024-09-13T14:33:18.952 INFO:tasks.rados.rados.0.smithi071.stdout:2962: oid 45 updating version 0 to 1535 2024-09-13T14:33:18.952 INFO:tasks.rados.rados.0.smithi071.stdout:2962: oid 45 updating version 1535 to 1536 2024-09-13T14:33:18.952 INFO:tasks.rados.rados.0.smithi071.stdout:2962: oid 45 version 1536 is already newer than 1534 2024-09-13T14:33:18.952 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 45 v 1536 (ObjNum 1109 snap 374 seq_num 1109) dirty exists 2024-09-13T14:33:18.952 INFO:tasks.rados.rados.0.smithi071.stdout:2962: left oid 45 (ObjNum 1109 snap 374 seq_num 1109) 2024-09-13T14:33:18.952 INFO:tasks.rados.rados.0.smithi071.stdout:2963: finishing write tid 1 to smithi07185159-4 2024-09-13T14:33:18.956 INFO:tasks.rados.rados.0.smithi071.stdout:2963: finishing write tid 2 to smithi07185159-4 2024-09-13T14:33:18.956 INFO:tasks.rados.rados.0.smithi071.stdout:2962: done (3 left) 2024-09-13T14:33:18.956 INFO:tasks.rados.rados.0.smithi071.stdout:2965: done (2 left) 2024-09-13T14:33:18.957 INFO:tasks.rados.rados.0.smithi071.stdout:2966: rollback oid 6 current snap is 374 2024-09-13T14:33:18.957 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 6 to 342 2024-09-13T14:33:18.957 INFO:tasks.rados.rados.0.smithi071.stdout:2967: delete oid 8 current snap is 374 2024-09-13T14:33:18.957 INFO:tasks.rados.rados.0.smithi071.stdout:2963: finishing write tid 3 to smithi07185159-4 2024-09-13T14:33:18.957 INFO:tasks.rados.rados.0.smithi071.stdout:2963: finishing write tid 4 to smithi07185159-4 2024-09-13T14:33:18.958 INFO:tasks.rados.rados.0.smithi071.stdout:2963: oid 4 updating version 0 to 1425 2024-09-13T14:33:18.958 INFO:tasks.rados.rados.0.smithi071.stdout:2963: oid 4 version 1425 is already newer than 1423 2024-09-13T14:33:18.958 INFO:tasks.rados.rados.0.smithi071.stdout:2963: oid 4 version 1425 is already newer than 1424 2024-09-13T14:33:18.958 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 4 v 1425 (ObjNum 1110 snap 374 seq_num 1110) dirty exists 2024-09-13T14:33:18.958 INFO:tasks.rados.rados.0.smithi071.stdout:2963: left oid 4 (ObjNum 1110 snap 374 seq_num 1110) 2024-09-13T14:33:18.958 INFO:tasks.rados.rados.0.smithi071.stdout:2966: finishing rollback tid 1 to smithi07185159-6 2024-09-13T14:33:18.958 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 6 v 0 (ObjNum 49 snap 0 seq_num 1953522672) dirty dne 2024-09-13T14:33:18.958 INFO:tasks.rados.rados.0.smithi071.stdout:2963: done (3 left) 2024-09-13T14:33:18.959 INFO:tasks.rados.rados.0.smithi071.stdout:2966: done (2 left) 2024-09-13T14:33:18.959 INFO:tasks.rados.rados.0.smithi071.stdout:2967: done (1 left) 2024-09-13T14:33:18.959 INFO:tasks.rados.rados.0.smithi071.stdout:2968: delete oid 1 current snap is 374 2024-09-13T14:33:18.959 INFO:tasks.rados.rados.0.smithi071.stdout:2964: expect (ObjNum 1075 snap 367 seq_num 1075) 2024-09-13T14:33:19.079 INFO:tasks.rados.rados.0.smithi071.stdout:2964: done (1 left) 2024-09-13T14:33:19.079 INFO:tasks.rados.rados.0.smithi071.stdout:2968: done (0 left) 2024-09-13T14:33:19.080 INFO:tasks.rados.rados.0.smithi071.stdout:2969: read oid 48 snap -1 2024-09-13T14:33:19.080 INFO:tasks.rados.rados.0.smithi071.stdout:2969: expect (ObjNum 1025 snap 355 seq_num 1025) 2024-09-13T14:33:19.080 INFO:tasks.rados.rados.0.smithi071.stdout:2970: write oid 22 current snap is 374 2024-09-13T14:33:19.080 INFO:tasks.rados.rados.0.smithi071.stdout:2970: seq_num 1114 ranges {722998=414924,1572117=575042} 2024-09-13T14:33:19.085 INFO:tasks.rados.rados.0.smithi071.stdout:2970: writing smithi07185159-22 from 722998 to 1137922 tid 1 2024-09-13T14:33:19.091 INFO:tasks.rados.rados.0.smithi071.stdout:2970: writing smithi07185159-22 from 1572117 to 2147159 tid 2 2024-09-13T14:33:19.091 INFO:tasks.rados.rados.0.smithi071.stdout:2971: snap_create 2024-09-13T14:33:19.091 INFO:tasks.rados.rados.0.smithi071.stdout:2969: expect (ObjNum 1025 snap 355 seq_num 1025) 2024-09-13T14:33:19.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:18 smithi104 ceph-mon[105578]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-13T14:33:19.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:18 smithi104 ceph-mon[105578]: Upgrade: unsafe to stop osd(s) at this time (7 PGs are or would become offline) 2024-09-13T14:33:19.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:18 smithi104 ceph-mon[105578]: osdmap e814: 8 total, 8 up, 8 in 2024-09-13T14:33:19.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:18 smithi104 ceph-mon[105578]: pgmap v673: 89 pgs: 12 active+undersized, 9 active+undersized+degraded, 68 active+clean; 232 MiB data, 783 MiB used, 714 GiB / 715 GiB avail; 3.3 MiB/s rd, 2.9 MiB/s wr, 19 op/s; 54/438 objects degraded (12.329%) 2024-09-13T14:33:19.196 INFO:tasks.rados.rados.0.smithi071.stdout:2970: finishing write tid 1 to smithi07185159-22 2024-09-13T14:33:19.196 INFO:tasks.rados.rados.0.smithi071.stdout:2970: finishing write tid 2 to smithi07185159-22 2024-09-13T14:33:19.196 INFO:tasks.rados.rados.0.smithi071.stdout:2970: finishing write tid 3 to smithi07185159-22 2024-09-13T14:33:19.196 INFO:tasks.rados.rados.0.smithi071.stdout:2970: finishing write tid 4 to smithi07185159-22 2024-09-13T14:33:19.196 INFO:tasks.rados.rados.0.smithi071.stdout:2970: oid 22 updating version 0 to 1041 2024-09-13T14:33:19.196 INFO:tasks.rados.rados.0.smithi071.stdout:2970: oid 22 updating version 1041 to 1042 2024-09-13T14:33:19.197 INFO:tasks.rados.rados.0.smithi071.stdout:2970: oid 22 version 1042 is already newer than 1040 2024-09-13T14:33:19.197 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 22 v 1042 (ObjNum 1114 snap 374 seq_num 1114) dirty exists 2024-09-13T14:33:19.197 INFO:tasks.rados.rados.0.smithi071.stdout:2970: left oid 22 (ObjNum 1114 snap 374 seq_num 1114) 2024-09-13T14:33:19.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:18 smithi071 ceph-mon[107477]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-13T14:33:19.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:18 smithi071 ceph-mon[107477]: Upgrade: unsafe to stop osd(s) at this time (7 PGs are or would become offline) 2024-09-13T14:33:19.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:18 smithi071 ceph-mon[107477]: osdmap e814: 8 total, 8 up, 8 in 2024-09-13T14:33:19.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:18 smithi071 ceph-mon[107477]: pgmap v673: 89 pgs: 12 active+undersized, 9 active+undersized+degraded, 68 active+clean; 232 MiB data, 783 MiB used, 714 GiB / 715 GiB avail; 3.3 MiB/s rd, 2.9 MiB/s wr, 19 op/s; 54/438 objects degraded (12.329%) 2024-09-13T14:33:19.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:18 smithi071 ceph-mon[112785]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-13T14:33:19.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:18 smithi071 ceph-mon[112785]: Upgrade: unsafe to stop osd(s) at this time (7 PGs are or would become offline) 2024-09-13T14:33:19.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:18 smithi071 ceph-mon[112785]: osdmap e814: 8 total, 8 up, 8 in 2024-09-13T14:33:19.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:18 smithi071 ceph-mon[112785]: pgmap v673: 89 pgs: 12 active+undersized, 9 active+undersized+degraded, 68 active+clean; 232 MiB data, 783 MiB used, 714 GiB / 715 GiB avail; 3.3 MiB/s rd, 2.9 MiB/s wr, 19 op/s; 54/438 objects degraded (12.329%) 2024-09-13T14:33:19.936 INFO:tasks.rados.rados.0.smithi071.stdout:2969: done (2 left) 2024-09-13T14:33:19.936 INFO:tasks.rados.rados.0.smithi071.stdout:2970: done (1 left) 2024-09-13T14:33:19.936 INFO:tasks.rados.rados.0.smithi071.stdout:2971: done (0 left) 2024-09-13T14:33:19.936 INFO:tasks.rados.rados.0.smithi071.stdout:2972: delete oid 36 current snap is 375 2024-09-13T14:33:19.939 INFO:tasks.rados.rados.0.smithi071.stdout:2972: done (0 left) 2024-09-13T14:33:19.939 INFO:tasks.rados.rados.0.smithi071.stdout:2973: delete oid 42 current snap is 375 2024-09-13T14:33:19.942 INFO:tasks.rados.rados.0.smithi071.stdout:2973: done (0 left) 2024-09-13T14:33:19.943 INFO:tasks.rados.rados.0.smithi071.stdout:2974: write oid 47 current snap is 375 2024-09-13T14:33:19.943 INFO:tasks.rados.rados.0.smithi071.stdout:2974: seq_num 1117 ranges {773419=640671,2147563=438722} 2024-09-13T14:33:19.950 INFO:tasks.rados.rados.0.smithi071.stdout:2974: writing smithi07185159-47 from 773419 to 1414090 tid 1 2024-09-13T14:33:19.957 INFO:tasks.rados.rados.0.smithi071.stdout:2974: writing smithi07185159-47 from 2147563 to 2586285 tid 2 2024-09-13T14:33:19.957 INFO:tasks.rados.rados.0.smithi071.stdout:2975: write oid 20 current snap is 375 2024-09-13T14:33:19.957 INFO:tasks.rados.rados.0.smithi071.stdout:2974: finishing write tid 1 to smithi07185159-47 2024-09-13T14:33:19.957 INFO:tasks.rados.rados.0.smithi071.stdout:2975: seq_num 1118 ranges {790226=432273,1806045=582380} 2024-09-13T14:33:19.963 INFO:tasks.rados.rados.0.smithi071.stdout:2975: writing smithi07185159-20 from 790226 to 1222499 tid 1 2024-09-13T14:33:19.970 INFO:tasks.rados.rados.0.smithi071.stdout:2975: writing smithi07185159-20 from 1806045 to 2388425 tid 2 2024-09-13T14:33:19.970 INFO:tasks.rados.rados.0.smithi071.stdout:2976: read oid 50 snap -1 2024-09-13T14:33:19.970 INFO:tasks.rados.rados.0.smithi071.stdout:2976: expect (ObjNum 1084 snap 368 seq_num 1084) 2024-09-13T14:33:19.970 INFO:tasks.rados.rados.0.smithi071.stdout:2977: write oid 46 current snap is 375 2024-09-13T14:33:19.971 INFO:tasks.rados.rados.0.smithi071.stdout:2974: finishing write tid 2 to smithi07185159-47 2024-09-13T14:33:19.971 INFO:tasks.rados.rados.0.smithi071.stdout:2974: finishing write tid 3 to smithi07185159-47 2024-09-13T14:33:19.971 INFO:tasks.rados.rados.0.smithi071.stdout:2974: finishing write tid 4 to smithi07185159-47 2024-09-13T14:33:19.971 INFO:tasks.rados.rados.0.smithi071.stdout:2974: oid 47 updating version 0 to 1317 2024-09-13T14:33:19.971 INFO:tasks.rados.rados.0.smithi071.stdout:2974: oid 47 version 1317 is already newer than 1315 2024-09-13T14:33:19.971 INFO:tasks.rados.rados.0.smithi071.stdout:2974: oid 47 version 1317 is already newer than 1316 2024-09-13T14:33:19.971 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 47 v 1317 (ObjNum 1117 snap 375 seq_num 1117) dirty exists 2024-09-13T14:33:19.971 INFO:tasks.rados.rados.0.smithi071.stdout:2974: left oid 47 (ObjNum 1117 snap 375 seq_num 1117) 2024-09-13T14:33:19.971 INFO:tasks.rados.rados.0.smithi071.stdout:2975: finishing write tid 1 to smithi07185159-20 2024-09-13T14:33:19.971 INFO:tasks.rados.rados.0.smithi071.stdout:2977: seq_num 1119 ranges {407033=507522,1464527=442391,2345976=461057} 2024-09-13T14:33:19.974 INFO:tasks.rados.rados.0.smithi071.stdout:2977: writing smithi07185159-46 from 407033 to 914555 tid 1 2024-09-13T14:33:19.980 INFO:tasks.rados.rados.0.smithi071.stdout:2977: writing smithi07185159-46 from 1464527 to 1906918 tid 2 2024-09-13T14:33:19.986 INFO:tasks.rados.rados.0.smithi071.stdout:2977: writing smithi07185159-46 from 2345976 to 2807033 tid 3 2024-09-13T14:33:19.986 INFO:tasks.rados.rados.0.smithi071.stdout:2974: done (3 left) 2024-09-13T14:33:19.986 INFO:tasks.rados.rados.0.smithi071.stdout:2978: snap_create 2024-09-13T14:33:19.986 INFO:tasks.rados.rados.0.smithi071.stdout:2975: finishing write tid 2 to smithi07185159-20 2024-09-13T14:33:19.986 INFO:tasks.rados.rados.0.smithi071.stdout:2975: finishing write tid 3 to smithi07185159-20 2024-09-13T14:33:19.986 INFO:tasks.rados.rados.0.smithi071.stdout:2975: finishing write tid 4 to smithi07185159-20 2024-09-13T14:33:19.987 INFO:tasks.rados.rados.0.smithi071.stdout:2975: oid 20 updating version 0 to 1319 2024-09-13T14:33:19.987 INFO:tasks.rados.rados.0.smithi071.stdout:2975: oid 20 updating version 1319 to 1320 2024-09-13T14:33:19.987 INFO:tasks.rados.rados.0.smithi071.stdout:2975: oid 20 version 1320 is already newer than 1318 2024-09-13T14:33:19.987 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 20 v 1320 (ObjNum 1118 snap 375 seq_num 1118) dirty exists 2024-09-13T14:33:19.987 INFO:tasks.rados.rados.0.smithi071.stdout:2975: left oid 20 (ObjNum 1118 snap 375 seq_num 1118) 2024-09-13T14:33:19.987 INFO:tasks.rados.rados.0.smithi071.stdout:2976: expect (ObjNum 1084 snap 368 seq_num 1084) 2024-09-13T14:33:20.058 INFO:tasks.rados.rados.0.smithi071.stdout:2977: finishing write tid 1 to smithi07185159-46 2024-09-13T14:33:20.058 INFO:tasks.rados.rados.0.smithi071.stdout:2977: finishing write tid 2 to smithi07185159-46 2024-09-13T14:33:20.059 INFO:tasks.rados.rados.0.smithi071.stdout:2977: finishing write tid 3 to smithi07185159-46 2024-09-13T14:33:20.059 INFO:tasks.rados.rados.0.smithi071.stdout:2977: finishing write tid 4 to smithi07185159-46 2024-09-13T14:33:20.059 INFO:tasks.rados.rados.0.smithi071.stdout:2977: finishing write tid 5 to smithi07185159-46 2024-09-13T14:33:20.059 INFO:tasks.rados.rados.0.smithi071.stdout:2977: oid 46 updating version 0 to 1524 2024-09-13T14:33:20.059 INFO:tasks.rados.rados.0.smithi071.stdout:2977: oid 46 version 1524 is already newer than 1523 2024-09-13T14:33:20.059 INFO:tasks.rados.rados.0.smithi071.stdout:2977: oid 46 version 1524 is already newer than 1522 2024-09-13T14:33:20.059 INFO:tasks.rados.rados.0.smithi071.stdout:2977: oid 46 version 1524 is already newer than 1521 2024-09-13T14:33:20.059 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 46 v 1524 (ObjNum 1119 snap 375 seq_num 1119) dirty exists 2024-09-13T14:33:20.059 INFO:tasks.rados.rados.0.smithi071.stdout:2977: left oid 46 (ObjNum 1119 snap 375 seq_num 1119) 2024-09-13T14:33:20.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:19 smithi104 ceph-mon[105578]: osdmap e815: 8 total, 8 up, 8 in 2024-09-13T14:33:20.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:19 smithi071 ceph-mon[107477]: osdmap e815: 8 total, 8 up, 8 in 2024-09-13T14:33:20.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:19 smithi071 ceph-mon[112785]: osdmap e815: 8 total, 8 up, 8 in 2024-09-13T14:33:20.936 INFO:tasks.rados.rados.0.smithi071.stdout:2975: done (3 left) 2024-09-13T14:33:20.937 INFO:tasks.rados.rados.0.smithi071.stdout:2976: done (2 left) 2024-09-13T14:33:20.937 INFO:tasks.rados.rados.0.smithi071.stdout:2977: done (1 left) 2024-09-13T14:33:20.937 INFO:tasks.rados.rados.0.smithi071.stdout:2978: done (0 left) 2024-09-13T14:33:20.937 INFO:tasks.rados.rados.0.smithi071.stdout:2979: snap_remove snap 370 2024-09-13T14:33:21.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:20 smithi071 ceph-mon[107477]: osdmap e816: 8 total, 8 up, 8 in 2024-09-13T14:33:21.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:20 smithi071 ceph-mon[107477]: pgmap v676: 89 pgs: 2 active+undersized, 5 active+undersized+degraded, 82 active+clean; 223 MiB data, 745 MiB used, 714 GiB / 715 GiB avail; 4.2 MiB/s rd, 1.2 MiB/s wr, 13 op/s; 42/438 objects degraded (9.589%); 210 KiB/s, 0 objects/s recovering 2024-09-13T14:33:21.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:20 smithi071 ceph-mon[112785]: osdmap e816: 8 total, 8 up, 8 in 2024-09-13T14:33:21.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:20 smithi071 ceph-mon[112785]: pgmap v676: 89 pgs: 2 active+undersized, 5 active+undersized+degraded, 82 active+clean; 223 MiB data, 745 MiB used, 714 GiB / 715 GiB avail; 4.2 MiB/s rd, 1.2 MiB/s wr, 13 op/s; 42/438 objects degraded (9.589%); 210 KiB/s, 0 objects/s recovering 2024-09-13T14:33:21.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:20 smithi104 ceph-mon[105578]: osdmap e816: 8 total, 8 up, 8 in 2024-09-13T14:33:21.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:20 smithi104 ceph-mon[105578]: pgmap v676: 89 pgs: 2 active+undersized, 5 active+undersized+degraded, 82 active+clean; 223 MiB data, 745 MiB used, 714 GiB / 715 GiB avail; 4.2 MiB/s rd, 1.2 MiB/s wr, 13 op/s; 42/438 objects degraded (9.589%); 210 KiB/s, 0 objects/s recovering 2024-09-13T14:33:21.940 INFO:tasks.rados.rados.0.smithi071.stdout:2979: done (0 left) 2024-09-13T14:33:21.940 INFO:tasks.rados.rados.0.smithi071.stdout:2980: read oid 11 snap -1 2024-09-13T14:33:21.940 INFO:tasks.rados.rados.0.smithi071.stdout:2980: expect (ObjNum 1048 snap 360 seq_num 1048) 2024-09-13T14:33:21.940 INFO:tasks.rados.rados.0.smithi071.stdout:2981: rollback oid 23 current snap is 376 2024-09-13T14:33:21.940 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 23 to 371 2024-09-13T14:33:21.941 INFO:tasks.rados.rados.0.smithi071.stdout:2982: snap_create 2024-09-13T14:33:21.950 INFO:tasks.rados.rados.0.smithi071.stdout:2981: finishing rollback tid 0 to smithi07185159-23 2024-09-13T14:33:21.950 INFO:tasks.rados.rados.0.smithi071.stdout:2980: expect (ObjNum 1048 snap 360 seq_num 1048) 2024-09-13T14:33:22.147 INFO:tasks.rados.rados.0.smithi071.stdout:2981: finishing rollback tid 1 to smithi07185159-23 2024-09-13T14:33:22.147 INFO:tasks.rados.rados.0.smithi071.stdout:2981: finishing rollback tid 2 to smithi07185159-23 2024-09-13T14:33:22.147 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 23 v 1528 (ObjNum 1089 snap 368 seq_num 1089) dirty exists 2024-09-13T14:33:22.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:21 smithi071 ceph-mon[107477]: osdmap e817: 8 total, 8 up, 8 in 2024-09-13T14:33:22.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:21 smithi071 ceph-mon[112785]: osdmap e817: 8 total, 8 up, 8 in 2024-09-13T14:33:22.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:21 smithi104 ceph-mon[105578]: osdmap e817: 8 total, 8 up, 8 in 2024-09-13T14:33:22.950 INFO:tasks.rados.rados.0.smithi071.stdout:2980: done (2 left) 2024-09-13T14:33:22.950 INFO:tasks.rados.rados.0.smithi071.stdout:2981: done (1 left) 2024-09-13T14:33:22.950 INFO:tasks.rados.rados.0.smithi071.stdout:2982: done (0 left) 2024-09-13T14:33:22.950 INFO:tasks.rados.rados.0.smithi071.stdout:2983: rollback oid 9 current snap is 377 2024-09-13T14:33:22.950 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 9 to 373 2024-09-13T14:33:22.950 INFO:tasks.rados.rados.0.smithi071.stdout:2984: write oid 29 current snap is 377 2024-09-13T14:33:22.950 INFO:tasks.rados.rados.0.smithi071.stdout:2984: seq_num 1120 ranges {423840=582771,1523009=586049,2657046=166794} 2024-09-13T14:33:22.955 INFO:tasks.rados.rados.0.smithi071.stdout:2984: writing smithi07185159-29 from 423840 to 1006611 tid 1 2024-09-13T14:33:22.961 INFO:tasks.rados.rados.0.smithi071.stdout:2984: writing smithi07185159-29 from 1523009 to 2109058 tid 2 2024-09-13T14:33:22.965 INFO:tasks.rados.rados.0.smithi071.stdout:2984: writing smithi07185159-29 from 2657046 to 2823840 tid 3 2024-09-13T14:33:22.966 INFO:tasks.rados.rados.0.smithi071.stdout:2985: write oid 44 current snap is 377 2024-09-13T14:33:22.966 INFO:tasks.rados.rados.0.smithi071.stdout:2983: finishing rollback tid 0 to smithi07185159-9 2024-09-13T14:33:22.966 INFO:tasks.rados.rados.0.smithi071.stdout:2985: seq_num 1121 ranges {440647=658020,1581491=446060,2800822=39825} 2024-09-13T14:33:22.971 INFO:tasks.rados.rados.0.smithi071.stdout:2985: writing smithi07185159-44 from 440647 to 1098667 tid 1 2024-09-13T14:33:22.976 INFO:tasks.rados.rados.0.smithi071.stdout:2985: writing smithi07185159-44 from 1581491 to 2027551 tid 2 2024-09-13T14:33:22.981 INFO:tasks.rados.rados.0.smithi071.stdout:2985: writing smithi07185159-44 from 2800822 to 2840647 tid 3 2024-09-13T14:33:22.981 INFO:tasks.rados.rados.0.smithi071.stdout:2986: snap_create 2024-09-13T14:33:22.981 INFO:tasks.rados.rados.0.smithi071.stdout:2983: finishing rollback tid 1 to smithi07185159-9 2024-09-13T14:33:22.981 INFO:tasks.rados.rados.0.smithi071.stdout:2983: finishing rollback tid 2 to smithi07185159-9 2024-09-13T14:33:22.981 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 9 v 384 (ObjNum 1044 snap 359 seq_num 1044) dirty exists 2024-09-13T14:33:22.981 INFO:tasks.rados.rados.0.smithi071.stdout:2984: finishing write tid 1 to smithi07185159-29 2024-09-13T14:33:22.981 INFO:tasks.rados.rados.0.smithi071.stdout:2984: finishing write tid 2 to smithi07185159-29 2024-09-13T14:33:22.982 INFO:tasks.rados.rados.0.smithi071.stdout:2984: finishing write tid 3 to smithi07185159-29 2024-09-13T14:33:22.982 INFO:tasks.rados.rados.0.smithi071.stdout:2984: finishing write tid 4 to smithi07185159-29 2024-09-13T14:33:22.982 INFO:tasks.rados.rados.0.smithi071.stdout:2984: finishing write tid 5 to smithi07185159-29 2024-09-13T14:33:22.982 INFO:tasks.rados.rados.0.smithi071.stdout:2984: oid 29 updating version 0 to 1543 2024-09-13T14:33:22.982 INFO:tasks.rados.rados.0.smithi071.stdout:2984: oid 29 version 1543 is already newer than 1542 2024-09-13T14:33:22.982 INFO:tasks.rados.rados.0.smithi071.stdout:2984: oid 29 updating version 1543 to 1545 2024-09-13T14:33:22.982 INFO:tasks.rados.rados.0.smithi071.stdout:2984: oid 29 version 1545 is already newer than 1544 2024-09-13T14:33:22.982 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 29 v 1545 (ObjNum 1120 snap 377 seq_num 1120) dirty exists 2024-09-13T14:33:22.982 INFO:tasks.rados.rados.0.smithi071.stdout:2984: left oid 29 (ObjNum 1120 snap 377 seq_num 1120) 2024-09-13T14:33:22.982 INFO:tasks.rados.rados.0.smithi071.stdout:2985: finishing write tid 1 to smithi07185159-44 2024-09-13T14:33:22.982 INFO:tasks.rados.rados.0.smithi071.stdout:2985: finishing write tid 2 to smithi07185159-44 2024-09-13T14:33:22.983 INFO:tasks.rados.rados.0.smithi071.stdout:2985: finishing write tid 3 to smithi07185159-44 2024-09-13T14:33:22.983 INFO:tasks.rados.rados.0.smithi071.stdout:2985: finishing write tid 4 to smithi07185159-44 2024-09-13T14:33:22.984 INFO:tasks.rados.rados.0.smithi071.stdout:2985: finishing write tid 5 to smithi07185159-44 2024-09-13T14:33:22.984 INFO:tasks.rados.rados.0.smithi071.stdout:2985: oid 44 updating version 0 to 1429 2024-09-13T14:33:22.984 INFO:tasks.rados.rados.0.smithi071.stdout:2985: oid 44 version 1429 is already newer than 1427 2024-09-13T14:33:22.984 INFO:tasks.rados.rados.0.smithi071.stdout:2985: oid 44 version 1429 is already newer than 1426 2024-09-13T14:33:22.984 INFO:tasks.rados.rados.0.smithi071.stdout:2985: oid 44 version 1429 is already newer than 1428 2024-09-13T14:33:22.984 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 44 v 1429 (ObjNum 1121 snap 377 seq_num 1121) dirty exists 2024-09-13T14:33:22.984 INFO:tasks.rados.rados.0.smithi071.stdout:2985: left oid 44 (ObjNum 1121 snap 377 seq_num 1121) 2024-09-13T14:33:23.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:22 smithi071 ceph-mon[107477]: osdmap e818: 8 total, 8 up, 8 in 2024-09-13T14:33:23.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:22 smithi071 ceph-mon[107477]: pgmap v679: 89 pgs: 89 active+clean; 219 MiB data, 748 MiB used, 714 GiB / 715 GiB avail; 4.1 MiB/s rd, 1.7 MiB/s wr, 15 op/s; 3.2 MiB/s, 3 objects/s recovering 2024-09-13T14:33:23.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:22 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 42/438 objects degraded (9.589%), 5 pgs degraded (PG_DEGRADED) 2024-09-13T14:33:23.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:33:22 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:33:22] "GET /metrics HTTP/1.1" 200 36406 "" "Prometheus/2.51.0" 2024-09-13T14:33:23.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:22 smithi071 ceph-mon[112785]: osdmap e818: 8 total, 8 up, 8 in 2024-09-13T14:33:23.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:22 smithi071 ceph-mon[112785]: pgmap v679: 89 pgs: 89 active+clean; 219 MiB data, 748 MiB used, 714 GiB / 715 GiB avail; 4.1 MiB/s rd, 1.7 MiB/s wr, 15 op/s; 3.2 MiB/s, 3 objects/s recovering 2024-09-13T14:33:23.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:22 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 42/438 objects degraded (9.589%), 5 pgs degraded (PG_DEGRADED) 2024-09-13T14:33:23.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:22 smithi104 ceph-mon[105578]: osdmap e818: 8 total, 8 up, 8 in 2024-09-13T14:33:23.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:22 smithi104 ceph-mon[105578]: pgmap v679: 89 pgs: 89 active+clean; 219 MiB data, 748 MiB used, 714 GiB / 715 GiB avail; 4.1 MiB/s rd, 1.7 MiB/s wr, 15 op/s; 3.2 MiB/s, 3 objects/s recovering 2024-09-13T14:33:23.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:22 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 42/438 objects degraded (9.589%), 5 pgs degraded (PG_DEGRADED) 2024-09-13T14:33:23.957 INFO:tasks.rados.rados.0.smithi071.stdout:2983: done (3 left) 2024-09-13T14:33:23.957 INFO:tasks.rados.rados.0.smithi071.stdout:2984: done (2 left) 2024-09-13T14:33:23.957 INFO:tasks.rados.rados.0.smithi071.stdout:2985: done (1 left) 2024-09-13T14:33:23.957 INFO:tasks.rados.rados.0.smithi071.stdout:2986: done (0 left) 2024-09-13T14:33:23.958 INFO:tasks.rados.rados.0.smithi071.stdout:2987: snap_remove snap 373 2024-09-13T14:33:24.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:23 smithi071 ceph-mon[107477]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 42/438 objects degraded (9.589%), 5 pgs degraded) 2024-09-13T14:33:24.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:23 smithi071 ceph-mon[107477]: Cluster is now healthy 2024-09-13T14:33:24.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:23 smithi071 ceph-mon[107477]: osdmap e819: 8 total, 8 up, 8 in 2024-09-13T14:33:24.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:23 smithi071 ceph-mon[112785]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 42/438 objects degraded (9.589%), 5 pgs degraded) 2024-09-13T14:33:24.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:23 smithi071 ceph-mon[112785]: Cluster is now healthy 2024-09-13T14:33:24.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:23 smithi071 ceph-mon[112785]: osdmap e819: 8 total, 8 up, 8 in 2024-09-13T14:33:24.426 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:23 smithi104 ceph-mon[105578]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 42/438 objects degraded (9.589%), 5 pgs degraded) 2024-09-13T14:33:24.426 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:23 smithi104 ceph-mon[105578]: Cluster is now healthy 2024-09-13T14:33:24.426 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:23 smithi104 ceph-mon[105578]: osdmap e819: 8 total, 8 up, 8 in 2024-09-13T14:33:24.967 INFO:tasks.rados.rados.0.smithi071.stdout:2987: done (0 left) 2024-09-13T14:33:24.968 INFO:tasks.rados.rados.0.smithi071.stdout:2988: snap_create 2024-09-13T14:33:25.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:24 smithi071 ceph-mon[107477]: osdmap e820: 8 total, 8 up, 8 in 2024-09-13T14:33:25.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:24 smithi071 ceph-mon[112785]: osdmap e820: 8 total, 8 up, 8 in 2024-09-13T14:33:25.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:24 smithi104 ceph-mon[105578]: osdmap e820: 8 total, 8 up, 8 in 2024-09-13T14:33:25.966 INFO:tasks.rados.rados.0.smithi071.stdout:2988: done (0 left) 2024-09-13T14:33:25.966 INFO:tasks.rados.rados.0.smithi071.stdout:2989: rollback oid 7 current snap is 379 2024-09-13T14:33:25.966 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 7 to 371 2024-09-13T14:33:25.966 INFO:tasks.rados.rados.0.smithi071.stdout:2990: write oid 14 current snap is 379 2024-09-13T14:33:25.966 INFO:tasks.rados.rados.0.smithi071.stdout:2990: seq_num 1122 ranges {457454=733269,1923620=589718} 2024-09-13T14:33:25.972 INFO:tasks.rados.rados.0.smithi071.stdout:2990: writing smithi07185159-14 from 457454 to 1190723 tid 1 2024-09-13T14:33:25.980 INFO:tasks.rados.rados.0.smithi071.stdout:2990: writing smithi07185159-14 from 1923620 to 2513338 tid 2 2024-09-13T14:33:25.981 INFO:tasks.rados.rados.0.smithi071.stdout:2991: read oid 39 snap -1 2024-09-13T14:33:25.981 INFO:tasks.rados.rados.0.smithi071.stdout:2991: expect (ObjNum 1088 snap 368 seq_num 1088) 2024-09-13T14:33:25.981 INFO:tasks.rados.rados.0.smithi071.stdout:2992: delete oid 41 current snap is 379 2024-09-13T14:33:25.981 INFO:tasks.rados.rados.0.smithi071.stdout:2989: finishing rollback tid 0 to smithi07185159-7 2024-09-13T14:33:25.981 INFO:tasks.rados.rados.0.smithi071.stdout:2989: finishing rollback tid 1 to smithi07185159-7 2024-09-13T14:33:25.981 INFO:tasks.rados.rados.0.smithi071.stdout:2989: finishing rollback tid 2 to smithi07185159-7 2024-09-13T14:33:25.981 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 7 v 353 (ObjNum 973 snap 342 seq_num 973) dirty exists 2024-09-13T14:33:25.981 INFO:tasks.rados.rados.0.smithi071.stdout:2990: finishing write tid 1 to smithi07185159-14 2024-09-13T14:33:25.984 INFO:tasks.rados.rados.0.smithi071.stdout:2989: done (3 left) 2024-09-13T14:33:25.984 INFO:tasks.rados.rados.0.smithi071.stdout:2992: done (2 left) 2024-09-13T14:33:25.984 INFO:tasks.rados.rados.0.smithi071.stdout:2993: write oid 7 current snap is 379 2024-09-13T14:33:25.984 INFO:tasks.rados.rados.0.smithi071.stdout:2993: seq_num 1124 ranges {491068=483767,1640584=593387,2650385=240683} 2024-09-13T14:33:25.989 INFO:tasks.rados.rados.0.smithi071.stdout:2993: writing smithi07185159-7 from 491068 to 974835 tid 1 2024-09-13T14:33:25.996 INFO:tasks.rados.rados.0.smithi071.stdout:2993: writing smithi07185159-7 from 1640584 to 2233971 tid 2 2024-09-13T14:33:26.000 INFO:tasks.rados.rados.0.smithi071.stdout:2993: writing smithi07185159-7 from 2650385 to 2891068 tid 3 2024-09-13T14:33:26.000 INFO:tasks.rados.rados.0.smithi071.stdout:2994: write oid 37 current snap is 379 2024-09-13T14:33:26.000 INFO:tasks.rados.rados.0.smithi071.stdout:2994: seq_num 1125 ranges {507875=559016,1699066=737045} 2024-09-13T14:33:26.006 INFO:tasks.rados.rados.0.smithi071.stdout:2994: writing smithi07185159-37 from 507875 to 1066891 tid 1 2024-09-13T14:33:26.014 INFO:tasks.rados.rados.0.smithi071.stdout:2994: writing smithi07185159-37 from 1699066 to 2436111 tid 2 2024-09-13T14:33:26.014 INFO:tasks.rados.rados.0.smithi071.stdout:2995: snap_create 2024-09-13T14:33:26.014 INFO:tasks.rados.rados.0.smithi071.stdout:2990: finishing write tid 2 to smithi07185159-14 2024-09-13T14:33:26.014 INFO:tasks.rados.rados.0.smithi071.stdout:2990: finishing write tid 3 to smithi07185159-14 2024-09-13T14:33:26.014 INFO:tasks.rados.rados.0.smithi071.stdout:2990: finishing write tid 4 to smithi07185159-14 2024-09-13T14:33:26.014 INFO:tasks.rados.rados.0.smithi071.stdout:2990: oid 14 updating version 0 to 1515 2024-09-13T14:33:26.014 INFO:tasks.rados.rados.0.smithi071.stdout:2990: oid 14 updating version 1515 to 1516 2024-09-13T14:33:26.014 INFO:tasks.rados.rados.0.smithi071.stdout:2990: oid 14 version 1516 is already newer than 1514 2024-09-13T14:33:26.014 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 14 v 1516 (ObjNum 1122 snap 379 seq_num 1122) dirty exists 2024-09-13T14:33:26.014 INFO:tasks.rados.rados.0.smithi071.stdout:2990: left oid 14 (ObjNum 1122 snap 379 seq_num 1122) 2024-09-13T14:33:26.015 INFO:tasks.rados.rados.0.smithi071.stdout:2991: expect (ObjNum 1088 snap 368 seq_num 1088) 2024-09-13T14:33:26.133 INFO:tasks.rados.rados.0.smithi071.stdout:2993: finishing write tid 1 to smithi07185159-7 2024-09-13T14:33:26.133 INFO:tasks.rados.rados.0.smithi071.stdout:2993: finishing write tid 2 to smithi07185159-7 2024-09-13T14:33:26.133 INFO:tasks.rados.rados.0.smithi071.stdout:2993: finishing write tid 3 to smithi07185159-7 2024-09-13T14:33:26.134 INFO:tasks.rados.rados.0.smithi071.stdout:2993: finishing write tid 4 to smithi07185159-7 2024-09-13T14:33:26.134 INFO:tasks.rados.rados.0.smithi071.stdout:2993: finishing write tid 5 to smithi07185159-7 2024-09-13T14:33:26.134 INFO:tasks.rados.rados.0.smithi071.stdout:2993: oid 7 updating version 0 to 354 2024-09-13T14:33:26.134 INFO:tasks.rados.rados.0.smithi071.stdout:2993: oid 7 updating version 354 to 355 2024-09-13T14:33:26.134 INFO:tasks.rados.rados.0.smithi071.stdout:2993: oid 7 updating version 355 to 357 2024-09-13T14:33:26.134 INFO:tasks.rados.rados.0.smithi071.stdout:2993: oid 7 version 357 is already newer than 356 2024-09-13T14:33:26.134 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 7 v 357 (ObjNum 1124 snap 379 seq_num 1124) dirty exists 2024-09-13T14:33:26.134 INFO:tasks.rados.rados.0.smithi071.stdout:2993: left oid 7 (ObjNum 1124 snap 379 seq_num 1124) 2024-09-13T14:33:26.134 INFO:tasks.rados.rados.0.smithi071.stdout:2994: finishing write tid 1 to smithi07185159-37 2024-09-13T14:33:26.134 INFO:tasks.rados.rados.0.smithi071.stdout:2994: finishing write tid 2 to smithi07185159-37 2024-09-13T14:33:26.135 INFO:tasks.rados.rados.0.smithi071.stdout:2994: finishing write tid 3 to smithi07185159-37 2024-09-13T14:33:26.135 INFO:tasks.rados.rados.0.smithi071.stdout:2994: finishing write tid 4 to smithi07185159-37 2024-09-13T14:33:26.135 INFO:tasks.rados.rados.0.smithi071.stdout:2994: oid 37 updating version 0 to 822 2024-09-13T14:33:26.135 INFO:tasks.rados.rados.0.smithi071.stdout:2994: oid 37 version 822 is already newer than 821 2024-09-13T14:33:26.135 INFO:tasks.rados.rados.0.smithi071.stdout:2994: oid 37 version 822 is already newer than 820 2024-09-13T14:33:26.135 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 37 v 822 (ObjNum 1125 snap 379 seq_num 1125) dirty exists 2024-09-13T14:33:26.136 INFO:tasks.rados.rados.0.smithi071.stdout:2994: left oid 37 (ObjNum 1125 snap 379 seq_num 1125) 2024-09-13T14:33:26.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:25 smithi071 ceph-mon[107477]: pgmap v682: 89 pgs: 89 active+clean; 222 MiB data, 750 MiB used, 714 GiB / 715 GiB avail; 0 B/s rd, 1.0 MiB/s wr, 5 op/s; 3.0 MiB/s, 3 objects/s recovering 2024-09-13T14:33:26.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:25 smithi071 ceph-mon[107477]: osdmap e821: 8 total, 8 up, 8 in 2024-09-13T14:33:26.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:25 smithi071 ceph-mon[112785]: pgmap v682: 89 pgs: 89 active+clean; 222 MiB data, 750 MiB used, 714 GiB / 715 GiB avail; 0 B/s rd, 1.0 MiB/s wr, 5 op/s; 3.0 MiB/s, 3 objects/s recovering 2024-09-13T14:33:26.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:25 smithi071 ceph-mon[112785]: osdmap e821: 8 total, 8 up, 8 in 2024-09-13T14:33:26.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:25 smithi104 ceph-mon[105578]: pgmap v682: 89 pgs: 89 active+clean; 222 MiB data, 750 MiB used, 714 GiB / 715 GiB avail; 0 B/s rd, 1.0 MiB/s wr, 5 op/s; 3.0 MiB/s, 3 objects/s recovering 2024-09-13T14:33:26.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:25 smithi104 ceph-mon[105578]: osdmap e821: 8 total, 8 up, 8 in 2024-09-13T14:33:26.978 INFO:tasks.rados.rados.0.smithi071.stdout:2990: done (4 left) 2024-09-13T14:33:26.978 INFO:tasks.rados.rados.0.smithi071.stdout:2991: done (3 left) 2024-09-13T14:33:26.978 INFO:tasks.rados.rados.0.smithi071.stdout:2993: done (2 left) 2024-09-13T14:33:26.978 INFO:tasks.rados.rados.0.smithi071.stdout:2994: done (1 left) 2024-09-13T14:33:26.978 INFO:tasks.rados.rados.0.smithi071.stdout:2995: done (0 left) 2024-09-13T14:33:26.978 INFO:tasks.rados.rados.0.smithi071.stdout:2996: rollback oid 7 current snap is 380 2024-09-13T14:33:26.978 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 7 to 378 2024-09-13T14:33:26.978 INFO:tasks.rados.rados.0.smithi071.stdout:2997: write oid 26 current snap is 380 2024-09-13T14:33:26.978 INFO:tasks.rados.rados.0.smithi071.stdout:2997: seq_num 1126 ranges {524682=750618,1757548=597056} 2024-09-13T14:33:26.985 INFO:tasks.rados.rados.0.smithi071.stdout:2997: writing smithi07185159-26 from 524682 to 1275300 tid 1 2024-09-13T14:33:26.991 INFO:tasks.rados.rados.0.smithi071.stdout:2997: writing smithi07185159-26 from 1757548 to 2354604 tid 2 2024-09-13T14:33:26.991 INFO:tasks.rados.rados.0.smithi071.stdout:2998: snap_create 2024-09-13T14:33:26.991 INFO:tasks.rados.rados.0.smithi071.stdout:2996: finishing rollback tid 0 to smithi07185159-7 2024-09-13T14:33:26.991 INFO:tasks.rados.rados.0.smithi071.stdout:2996: finishing rollback tid 1 to smithi07185159-7 2024-09-13T14:33:26.992 INFO:tasks.rados.rados.0.smithi071.stdout:2996: finishing rollback tid 2 to smithi07185159-7 2024-09-13T14:33:26.992 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 7 v 361 (ObjNum 973 snap 342 seq_num 973) dirty exists 2024-09-13T14:33:26.994 INFO:tasks.rados.rados.0.smithi071.stdout:2997: finishing write tid 1 to smithi07185159-26 2024-09-13T14:33:26.995 INFO:tasks.rados.rados.0.smithi071.stdout:2997: finishing write tid 2 to smithi07185159-26 2024-09-13T14:33:26.995 INFO:tasks.rados.rados.0.smithi071.stdout:2997: finishing write tid 3 to smithi07185159-26 2024-09-13T14:33:26.995 INFO:tasks.rados.rados.0.smithi071.stdout:2997: finishing write tid 4 to smithi07185159-26 2024-09-13T14:33:26.995 INFO:tasks.rados.rados.0.smithi071.stdout:2997: oid 26 updating version 0 to 825 2024-09-13T14:33:26.995 INFO:tasks.rados.rados.0.smithi071.stdout:2997: oid 26 version 825 is already newer than 824 2024-09-13T14:33:26.995 INFO:tasks.rados.rados.0.smithi071.stdout:2997: oid 26 updating version 825 to 826 2024-09-13T14:33:26.995 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 26 v 826 (ObjNum 1126 snap 380 seq_num 1126) dirty exists 2024-09-13T14:33:26.995 INFO:tasks.rados.rados.0.smithi071.stdout:2997: left oid 26 (ObjNum 1126 snap 380 seq_num 1126) 2024-09-13T14:33:27.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:26 smithi071 ceph-mon[107477]: osdmap e822: 8 total, 8 up, 8 in 2024-09-13T14:33:27.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:26 smithi071 ceph-mon[112785]: osdmap e822: 8 total, 8 up, 8 in 2024-09-13T14:33:27.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:26 smithi104 ceph-mon[105578]: osdmap e822: 8 total, 8 up, 8 in 2024-09-13T14:33:27.660 INFO:teuthology.orchestra.run.smithi071.stdout:true 2024-09-13T14:33:27.894 INFO:tasks.rados.rados.0.smithi071.stdout:2996: done (2 left) 2024-09-13T14:33:27.894 INFO:tasks.rados.rados.0.smithi071.stdout:2997: done (1 left) 2024-09-13T14:33:27.894 INFO:tasks.rados.rados.0.smithi071.stdout:2998: done (0 left) 2024-09-13T14:33:27.894 INFO:tasks.rados.rados.0.smithi071.stdout:2999: rollback oid 2 current snap is 381 2024-09-13T14:33:27.894 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 2 to 379 2024-09-13T14:33:27.894 INFO:tasks.rados.rados.0.smithi071.stdout:3000: snap_create 2024-09-13T14:33:27.899 INFO:tasks.rados.rados.0.smithi071.stdout:2999: finishing rollback tid 0 to smithi07185159-2 2024-09-13T14:33:27.904 INFO:tasks.rados.rados.0.smithi071.stdout:2999: finishing rollback tid 1 to smithi07185159-2 2024-09-13T14:33:27.904 INFO:tasks.rados.rados.0.smithi071.stdout:2999: finishing rollback tid 2 to smithi07185159-2 2024-09-13T14:33:27.904 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 2 v 587 (ObjNum 922 snap 321 seq_num 922) dirty exists 2024-09-13T14:33:28.223 INFO:teuthology.orchestra.run.smithi071.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-13T14:33:28.223 INFO:teuthology.orchestra.run.smithi071.stdout:alertmanager.a smithi071 *:9093,9094 running (8m) 14s ago 15m 19.0M - 0.27.0 11f11916f8cd b9824fbee517 2024-09-13T14:33:28.223 INFO:teuthology.orchestra.run.smithi071.stdout:grafana.a smithi104 *:3000 running (8m) 46s ago 14m 76.1M - c8b91775d855 2b565abc8cf3 2024-09-13T14:33:28.223 INFO:teuthology.orchestra.run.smithi071.stdout:mds.foo.smithi071.awdchm smithi071 running (13m) 14s ago 13m 26.4M - 18.2.4-843-g2c01458a c129f5a2fd4e 3a46cf5b0e24 2024-09-13T14:33:28.223 INFO:teuthology.orchestra.run.smithi071.stdout:mds.foo.smithi104.uecrqj smithi104 running (13m) 46s ago 13m 17.2M - 18.2.4-843-g2c01458a c129f5a2fd4e 3d72a892eecb 2024-09-13T14:33:28.223 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.x smithi104 *:8443,9283,8765 running (10m) 46s ago 18m 456M - 19.3.0-4697-gd58f7306 fec07016a2b0 d080c1ba10a3 2024-09-13T14:33:28.223 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.y smithi071 *:8443,9283,8765 running (10m) 14s ago 20m 518M - 19.3.0-4697-gd58f7306 fec07016a2b0 f93807043c77 2024-09-13T14:33:28.223 INFO:teuthology.orchestra.run.smithi071.stdout:mon.a smithi071 running (7m) 14s ago 20m 76.0M 2048M 19.3.0-4697-gd58f7306 fec07016a2b0 f694be77a870 2024-09-13T14:33:28.224 INFO:teuthology.orchestra.run.smithi071.stdout:mon.b smithi104 running (5m) 46s ago 19m 48.5M 2048M 19.3.0-4697-gd58f7306 fec07016a2b0 15a56f2fc613 2024-09-13T14:33:28.224 INFO:teuthology.orchestra.run.smithi071.stdout:mon.c smithi071 running (7m) 14s ago 19m 61.3M 2048M 19.3.0-4697-gd58f7306 fec07016a2b0 1f937fa689f0 2024-09-13T14:33:28.224 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.a smithi071 *:9100 running (9m) 14s ago 14m 10.8M - 1.7.0 72c9c2088986 9dca7c61ba7c 2024-09-13T14:33:28.224 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.b smithi104 *:9100 running (9m) 46s ago 14m 12.4M - 1.7.0 72c9c2088986 378ebb14ddbd 2024-09-13T14:33:28.224 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0 smithi071 running (84s) 14s ago 18m 86.2M 2480M 19.3.0-4697-gd58f7306 fec07016a2b0 f0643a6465ff 2024-09-13T14:33:28.224 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1 smithi071 running (51s) 14s ago 18m 50.8M 2480M 19.3.0-4697-gd58f7306 fec07016a2b0 a3b5d367100b 2024-09-13T14:33:28.224 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2 smithi071 running (18s) 14s ago 17m 11.9M 2480M 19.3.0-4697-gd58f7306 fec07016a2b0 819684d80c96 2024-09-13T14:33:28.224 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3 smithi071 running (17m) 14s ago 17m 92.3M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 3859c11423d8 2024-09-13T14:33:28.224 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4 smithi104 running (17m) 46s ago 17m 117M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 7641d6ca037c 2024-09-13T14:33:28.224 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5 smithi104 running (16m) 46s ago 16m 128M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e d171c1dc9aca 2024-09-13T14:33:28.224 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6 smithi104 running (16m) 46s ago 16m 110M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e 7cd98596a2db 2024-09-13T14:33:28.224 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7 smithi104 running (15m) 46s ago 15m 107M 2480M 18.2.4-843-g2c01458a c129f5a2fd4e c0657150d5d6 2024-09-13T14:33:28.224 INFO:teuthology.orchestra.run.smithi071.stdout:prometheus.a smithi104 *:9095 running (9m) 46s ago 15m 46.1M - 2.51.0 1d3b7f56885b 31487e669ce2 2024-09-13T14:33:28.225 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:27 smithi071 ceph-mon[107477]: pgmap v685: 89 pgs: 89 active+clean; 228 MiB data, 764 MiB used, 714 GiB / 715 GiB avail; 3.0 MiB/s rd, 1.1 MiB/s wr, 8 op/s 2024-09-13T14:33:28.225 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:27 smithi071 ceph-mon[107477]: osdmap e823: 8 total, 8 up, 8 in 2024-09-13T14:33:28.225 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:27 smithi071 ceph-mon[107477]: osdmap e824: 8 total, 8 up, 8 in 2024-09-13T14:33:28.225 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:27 smithi071 ceph-mon[112785]: pgmap v685: 89 pgs: 89 active+clean; 228 MiB data, 764 MiB used, 714 GiB / 715 GiB avail; 3.0 MiB/s rd, 1.1 MiB/s wr, 8 op/s 2024-09-13T14:33:28.225 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:27 smithi071 ceph-mon[112785]: osdmap e823: 8 total, 8 up, 8 in 2024-09-13T14:33:28.225 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:27 smithi071 ceph-mon[112785]: osdmap e824: 8 total, 8 up, 8 in 2024-09-13T14:33:28.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:27 smithi104 ceph-mon[105578]: pgmap v685: 89 pgs: 89 active+clean; 228 MiB data, 764 MiB used, 714 GiB / 715 GiB avail; 3.0 MiB/s rd, 1.1 MiB/s wr, 8 op/s 2024-09-13T14:33:28.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:27 smithi104 ceph-mon[105578]: osdmap e823: 8 total, 8 up, 8 in 2024-09-13T14:33:28.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:27 smithi104 ceph-mon[105578]: osdmap e824: 8 total, 8 up, 8 in 2024-09-13T14:33:28.561 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:33:28.562 INFO:teuthology.orchestra.run.smithi071.stdout: "mon": { 2024-09-13T14:33:28.562 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 19.3.0-4697-gd58f7306 (d58f73069a8157a9ace12a0247ee3e8497707ea9) squid (dev)": 3 2024-09-13T14:33:28.562 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:33:28.562 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr": { 2024-09-13T14:33:28.562 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 19.3.0-4697-gd58f7306 (d58f73069a8157a9ace12a0247ee3e8497707ea9) squid (dev)": 2 2024-09-13T14:33:28.562 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:33:28.562 INFO:teuthology.orchestra.run.smithi071.stdout: "osd": { 2024-09-13T14:33:28.562 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)": 5, 2024-09-13T14:33:28.562 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 19.3.0-4697-gd58f7306 (d58f73069a8157a9ace12a0247ee3e8497707ea9) squid (dev)": 3 2024-09-13T14:33:28.562 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:33:28.562 INFO:teuthology.orchestra.run.smithi071.stdout: "mds": { 2024-09-13T14:33:28.562 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)": 2 2024-09-13T14:33:28.563 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:33:28.563 INFO:teuthology.orchestra.run.smithi071.stdout: "overall": { 2024-09-13T14:33:28.563 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 18.2.4-843-g2c01458a (2c01458affee2b2435cd231b6e392435c1c21661) reef (stable)": 7, 2024-09-13T14:33:28.563 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 19.3.0-4697-gd58f7306 (d58f73069a8157a9ace12a0247ee3e8497707ea9) squid (dev)": 8 2024-09-13T14:33:28.563 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:33:28.563 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:33:28.859 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:33:28.860 INFO:teuthology.orchestra.run.smithi071.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f", 2024-09-13T14:33:28.860 INFO:teuthology.orchestra.run.smithi071.stdout: "in_progress": true, 2024-09-13T14:33:28.860 INFO:teuthology.orchestra.run.smithi071.stdout: "which": "Upgrading daemons of type(s) osd. Upgrade limited to 4 daemons (1 remaining).", 2024-09-13T14:33:28.860 INFO:teuthology.orchestra.run.smithi071.stdout: "services_complete": [], 2024-09-13T14:33:28.860 INFO:teuthology.orchestra.run.smithi071.stdout: "progress": "3/8 daemons upgraded", 2024-09-13T14:33:28.860 INFO:teuthology.orchestra.run.smithi071.stdout: "message": "Currently upgrading osd daemons", 2024-09-13T14:33:28.860 INFO:teuthology.orchestra.run.smithi071.stdout: "is_paused": false 2024-09-13T14:33:28.860 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:33:28.900 INFO:tasks.rados.rados.0.smithi071.stdout:2999: done (1 left) 2024-09-13T14:33:28.900 INFO:tasks.rados.rados.0.smithi071.stdout:3000: done (0 left) 2024-09-13T14:33:28.900 INFO:tasks.rados.rados.0.smithi071.stdout:3001: write oid 18 current snap is 382 2024-09-13T14:33:28.900 INFO:tasks.rados.rados.0.smithi071.stdout:3001: seq_num 1127 ranges {541489=425867,1416030=740714,2732654=208835} 2024-09-13T14:33:28.906 INFO:tasks.rados.rados.0.smithi071.stdout:3001: writing smithi07185159-18 from 541489 to 967356 tid 1 2024-09-13T14:33:28.914 INFO:tasks.rados.rados.0.smithi071.stdout:3001: writing smithi07185159-18 from 1416030 to 2156744 tid 2 2024-09-13T14:33:28.919 INFO:tasks.rados.rados.0.smithi071.stdout:3001: writing smithi07185159-18 from 2732654 to 2941489 tid 3 2024-09-13T14:33:28.919 INFO:tasks.rados.rados.0.smithi071.stdout:3002: delete oid 49 current snap is 382 2024-09-13T14:33:28.919 INFO:tasks.rados.rados.0.smithi071.stdout:3001: finishing write tid 1 to smithi07185159-18 2024-09-13T14:33:28.919 INFO:tasks.rados.rados.0.smithi071.stdout:3001: finishing write tid 2 to smithi07185159-18 2024-09-13T14:33:28.922 INFO:tasks.rados.rados.0.smithi071.stdout:3001: finishing write tid 3 to smithi07185159-18 2024-09-13T14:33:28.922 INFO:tasks.rados.rados.0.smithi071.stdout:3001: finishing write tid 4 to smithi07185159-18 2024-09-13T14:33:28.923 INFO:tasks.rados.rados.0.smithi071.stdout:3001: finishing write tid 5 to smithi07185159-18 2024-09-13T14:33:28.923 INFO:tasks.rados.rados.0.smithi071.stdout:3001: oid 18 updating version 0 to 2790 2024-09-13T14:33:28.923 INFO:tasks.rados.rados.0.smithi071.stdout:3001: oid 18 updating version 2790 to 2792 2024-09-13T14:33:28.923 INFO:tasks.rados.rados.0.smithi071.stdout:3001: oid 18 version 2792 is already newer than 2791 2024-09-13T14:33:28.923 INFO:tasks.rados.rados.0.smithi071.stdout:3001: oid 18 updating version 2792 to 2793 2024-09-13T14:33:28.923 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 18 v 2793 (ObjNum 1127 snap 382 seq_num 1127) dirty exists 2024-09-13T14:33:28.923 INFO:tasks.rados.rados.0.smithi071.stdout:3001: left oid 18 (ObjNum 1127 snap 382 seq_num 1127) 2024-09-13T14:33:28.923 INFO:tasks.rados.rados.0.smithi071.stdout:3001: done (1 left) 2024-09-13T14:33:28.923 INFO:tasks.rados.rados.0.smithi071.stdout:3002: done (0 left) 2024-09-13T14:33:28.923 INFO:tasks.rados.rados.0.smithi071.stdout:3003: snap_remove snap 375 2024-09-13T14:33:29.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:28 smithi071 ceph-mon[107477]: from='client.44336 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:33:29.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:28 smithi071 ceph-mon[107477]: from='client.34416 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:33:29.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:28 smithi071 ceph-mon[107477]: from='client.34422 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:33:29.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:28 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3487762837' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:33:29.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:28 smithi071 ceph-mon[107477]: osdmap e825: 8 total, 8 up, 8 in 2024-09-13T14:33:29.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:28 smithi071 ceph-mon[112785]: from='client.44336 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:33:29.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:28 smithi071 ceph-mon[112785]: from='client.34416 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:33:29.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:28 smithi071 ceph-mon[112785]: from='client.34422 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:33:29.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:28 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3487762837' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:33:29.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:28 smithi071 ceph-mon[112785]: osdmap e825: 8 total, 8 up, 8 in 2024-09-13T14:33:29.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:28 smithi104 ceph-mon[105578]: from='client.44336 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:33:29.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:28 smithi104 ceph-mon[105578]: from='client.34416 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:33:29.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:28 smithi104 ceph-mon[105578]: from='client.34422 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:33:29.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:28 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3487762837' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:33:29.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:28 smithi104 ceph-mon[105578]: osdmap e825: 8 total, 8 up, 8 in 2024-09-13T14:33:29.902 INFO:tasks.rados.rados.0.smithi071.stdout:3003: done (0 left) 2024-09-13T14:33:29.902 INFO:tasks.rados.rados.0.smithi071.stdout:3004: write oid 42 current snap is 382 2024-09-13T14:33:29.902 INFO:tasks.rados.rados.0.smithi071.stdout:3004: seq_num 1129 ranges {575103=576365,1932994=744383} 2024-09-13T14:33:29.908 INFO:tasks.rados.rados.0.smithi071.stdout:3004: writing smithi07185159-42 from 575103 to 1151468 tid 1 2024-09-13T14:33:29.917 INFO:tasks.rados.rados.0.smithi071.stdout:3004: writing smithi07185159-42 from 1932994 to 2677377 tid 2 2024-09-13T14:33:29.917 INFO:tasks.rados.rados.0.smithi071.stdout:3005: rollback oid 32 current snap is 382 2024-09-13T14:33:29.918 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 32 to 376 2024-09-13T14:33:29.918 INFO:tasks.rados.rados.0.smithi071.stdout:3004: finishing write tid 1 to smithi07185159-42 2024-09-13T14:33:29.918 INFO:tasks.rados.rados.0.smithi071.stdout:3006: delete oid 41 current snap is 382 2024-09-13T14:33:29.921 INFO:tasks.rados.rados.0.smithi071.stdout:3005: finishing rollback tid 0 to smithi07185159-32 2024-09-13T14:33:29.921 INFO:tasks.rados.rados.0.smithi071.stdout:3005: finishing rollback tid 1 to smithi07185159-32 2024-09-13T14:33:29.922 INFO:tasks.rados.rados.0.smithi071.stdout:3005: finishing rollback tid 2 to smithi07185159-32 2024-09-13T14:33:29.923 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 32 v 306 (ObjNum 878 snap 313 seq_num 878) dirty exists 2024-09-13T14:33:29.923 INFO:tasks.rados.rados.0.smithi071.stdout:3004: finishing write tid 2 to smithi07185159-42 2024-09-13T14:33:29.923 INFO:tasks.rados.rados.0.smithi071.stdout:3004: finishing write tid 3 to smithi07185159-42 2024-09-13T14:33:29.923 INFO:tasks.rados.rados.0.smithi071.stdout:3004: finishing write tid 4 to smithi07185159-42 2024-09-13T14:33:29.923 INFO:tasks.rados.rados.0.smithi071.stdout:3004: oid 42 updating version 0 to 1558 2024-09-13T14:33:29.923 INFO:tasks.rados.rados.0.smithi071.stdout:3004: oid 42 version 1558 is already newer than 1557 2024-09-13T14:33:29.923 INFO:tasks.rados.rados.0.smithi071.stdout:3004: oid 42 version 1558 is already newer than 1556 2024-09-13T14:33:29.923 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 42 v 1558 (ObjNum 1129 snap 382 seq_num 1129) dirty exists 2024-09-13T14:33:29.923 INFO:tasks.rados.rados.0.smithi071.stdout:3004: left oid 42 (ObjNum 1129 snap 382 seq_num 1129) 2024-09-13T14:33:29.923 INFO:tasks.rados.rados.0.smithi071.stdout:3004: done (2 left) 2024-09-13T14:33:29.923 INFO:tasks.rados.rados.0.smithi071.stdout:3005: done (1 left) 2024-09-13T14:33:29.923 INFO:tasks.rados.rados.0.smithi071.stdout:3006: done (0 left) 2024-09-13T14:33:29.923 INFO:tasks.rados.rados.0.smithi071.stdout:3007: read oid 9 snap -1 2024-09-13T14:33:29.924 INFO:tasks.rados.rados.0.smithi071.stdout:3007: expect (ObjNum 1044 snap 359 seq_num 1044) 2024-09-13T14:33:29.924 INFO:tasks.rados.rados.0.smithi071.stdout:3008: write oid 35 current snap is 382 2024-09-13T14:33:29.924 INFO:tasks.rados.rados.0.smithi071.stdout:3008: seq_num 1131 ranges {608717=726863,1933605=748052} 2024-09-13T14:33:29.930 INFO:tasks.rados.rados.0.smithi071.stdout:3008: writing smithi07185159-35 from 608717 to 1335580 tid 1 2024-09-13T14:33:29.937 INFO:tasks.rados.rados.0.smithi071.stdout:3008: writing smithi07185159-35 from 1933605 to 2681657 tid 2 2024-09-13T14:33:29.937 INFO:tasks.rados.rados.0.smithi071.stdout:3009: write oid 14 current snap is 382 2024-09-13T14:33:29.937 INFO:tasks.rados.rados.0.smithi071.stdout:3009: seq_num 1132 ranges {625524=402112,1592087=608063,2869769=155755} 2024-09-13T14:33:29.943 INFO:tasks.rados.rados.0.smithi071.stdout:3009: writing smithi07185159-14 from 625524 to 1027636 tid 1 2024-09-13T14:33:29.949 INFO:tasks.rados.rados.0.smithi071.stdout:3009: writing smithi07185159-14 from 1592087 to 2200150 tid 2 2024-09-13T14:33:29.954 INFO:tasks.rados.rados.0.smithi071.stdout:3009: writing smithi07185159-14 from 2869769 to 3025524 tid 3 2024-09-13T14:33:29.954 INFO:tasks.rados.rados.0.smithi071.stdout:3010: rollback oid 15 current snap is 382 2024-09-13T14:33:29.954 INFO:tasks.rados.rados.0.smithi071.stdout:3007: expect (ObjNum 1044 snap 359 seq_num 1044) 2024-09-13T14:33:30.069 INFO:tasks.rados.rados.0.smithi071.stdout:3008: finishing write tid 1 to smithi07185159-35 2024-09-13T14:33:30.069 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 15 to 381 2024-09-13T14:33:30.069 INFO:tasks.rados.rados.0.smithi071.stdout:3008: finishing write tid 2 to smithi07185159-35 2024-09-13T14:33:30.069 INFO:tasks.rados.rados.0.smithi071.stdout:3008: finishing write tid 3 to smithi07185159-35 2024-09-13T14:33:30.070 INFO:tasks.rados.rados.0.smithi071.stdout:3008: finishing write tid 4 to smithi07185159-35 2024-09-13T14:33:30.070 INFO:tasks.rados.rados.0.smithi071.stdout:3008: oid 35 updating version 0 to 1526 2024-09-13T14:33:30.070 INFO:tasks.rados.rados.0.smithi071.stdout:3008: oid 35 version 1526 is already newer than 1525 2024-09-13T14:33:30.070 INFO:tasks.rados.rados.0.smithi071.stdout:3008: oid 35 version 1526 is already newer than 1524 2024-09-13T14:33:30.070 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 35 v 1526 (ObjNum 1131 snap 382 seq_num 1131) dirty exists 2024-09-13T14:33:30.070 INFO:tasks.rados.rados.0.smithi071.stdout:3008: left oid 35 (ObjNum 1131 snap 382 seq_num 1131) 2024-09-13T14:33:30.070 INFO:tasks.rados.rados.0.smithi071.stdout:3009: finishing write tid 1 to smithi07185159-14 2024-09-13T14:33:30.070 INFO:tasks.rados.rados.0.smithi071.stdout:3009: finishing write tid 2 to smithi07185159-14 2024-09-13T14:33:30.070 INFO:tasks.rados.rados.0.smithi071.stdout:3009: finishing write tid 3 to smithi07185159-14 2024-09-13T14:33:30.070 INFO:tasks.rados.rados.0.smithi071.stdout:3009: finishing write tid 4 to smithi07185159-14 2024-09-13T14:33:30.070 INFO:tasks.rados.rados.0.smithi071.stdout:3009: finishing write tid 5 to smithi07185159-14 2024-09-13T14:33:30.070 INFO:tasks.rados.rados.0.smithi071.stdout:3009: oid 14 updating version 0 to 1528 2024-09-13T14:33:30.070 INFO:tasks.rados.rados.0.smithi071.stdout:3009: oid 14 updating version 1528 to 1531 2024-09-13T14:33:30.071 INFO:tasks.rados.rados.0.smithi071.stdout:3009: oid 14 version 1531 is already newer than 1530 2024-09-13T14:33:30.071 INFO:tasks.rados.rados.0.smithi071.stdout:3009: oid 14 version 1531 is already newer than 1529 2024-09-13T14:33:30.071 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 14 v 1531 (ObjNum 1132 snap 382 seq_num 1132) dirty exists 2024-09-13T14:33:30.071 INFO:tasks.rados.rados.0.smithi071.stdout:3009: left oid 14 (ObjNum 1132 snap 382 seq_num 1132) 2024-09-13T14:33:30.071 INFO:tasks.rados.rados.0.smithi071.stdout:3007: done (3 left) 2024-09-13T14:33:30.071 INFO:tasks.rados.rados.0.smithi071.stdout:3008: done (2 left) 2024-09-13T14:33:30.071 INFO:tasks.rados.rados.0.smithi071.stdout:3009: done (1 left) 2024-09-13T14:33:30.071 INFO:tasks.rados.rados.0.smithi071.stdout:3011: rollback oid 23 current snap is 382 2024-09-13T14:33:30.071 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 23 to 374 2024-09-13T14:33:30.071 INFO:tasks.rados.rados.0.smithi071.stdout:3012: read oid 48 snap -1 2024-09-13T14:33:30.071 INFO:tasks.rados.rados.0.smithi071.stdout:3012: expect (ObjNum 1025 snap 355 seq_num 1025) 2024-09-13T14:33:30.071 INFO:tasks.rados.rados.0.smithi071.stdout:3013: snap_remove snap 357 2024-09-13T14:33:30.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:29 smithi071 ceph-mon[107477]: pgmap v688: 89 pgs: 89 active+clean; 228 MiB data, 768 MiB used, 714 GiB / 715 GiB avail; 3.0 MiB/s rd, 606 KiB/s wr, 5 op/s 2024-09-13T14:33:30.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:29 smithi071 ceph-mon[107477]: from='client.34434 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:33:30.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:30.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:33:30.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:30.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:29 smithi071 ceph-mon[107477]: osdmap e826: 8 total, 8 up, 8 in 2024-09-13T14:33:30.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:29 smithi071 ceph-mon[112785]: pgmap v688: 89 pgs: 89 active+clean; 228 MiB data, 768 MiB used, 714 GiB / 715 GiB avail; 3.0 MiB/s rd, 606 KiB/s wr, 5 op/s 2024-09-13T14:33:30.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:29 smithi071 ceph-mon[112785]: from='client.34434 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:33:30.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:30.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:33:30.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:30.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:29 smithi071 ceph-mon[112785]: osdmap e826: 8 total, 8 up, 8 in 2024-09-13T14:33:30.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:29 smithi104 ceph-mon[105578]: pgmap v688: 89 pgs: 89 active+clean; 228 MiB data, 768 MiB used, 714 GiB / 715 GiB avail; 3.0 MiB/s rd, 606 KiB/s wr, 5 op/s 2024-09-13T14:33:30.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:29 smithi104 ceph-mon[105578]: from='client.34434 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:33:30.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:30.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:33:30.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:30.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:29 smithi104 ceph-mon[105578]: osdmap e826: 8 total, 8 up, 8 in 2024-09-13T14:33:30.988 INFO:tasks.rados.rados.0.smithi071.stdout:3013: done (3 left) 2024-09-13T14:33:30.988 INFO:tasks.rados.rados.0.smithi071.stdout:3011: finishing rollback tid 0 to smithi07185159-23 2024-09-13T14:33:30.988 INFO:tasks.rados.rados.0.smithi071.stdout:3011: finishing rollback tid 1 to smithi07185159-23 2024-09-13T14:33:30.988 INFO:tasks.rados.rados.0.smithi071.stdout:3011: finishing rollback tid 2 to smithi07185159-23 2024-09-13T14:33:30.988 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 23 v 1540 (ObjNum 1108 snap 373 seq_num 1108) dirty exists 2024-09-13T14:33:30.989 INFO:tasks.rados.rados.0.smithi071.stdout:3010: finishing rollback tid 1 to smithi07185159-15 2024-09-13T14:33:30.989 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 15 v 0 (ObjNum 97 snap 0 seq_num 3734170496) dirty dne 2024-09-13T14:33:30.989 INFO:tasks.rados.rados.0.smithi071.stdout:3012: expect (ObjNum 1025 snap 355 seq_num 1025) 2024-09-13T14:33:31.095 INFO:tasks.rados.rados.0.smithi071.stdout:3014: read oid 13 snap -1 2024-09-13T14:33:31.096 INFO:tasks.rados.rados.0.smithi071.stdout:3014: expect deleted 2024-09-13T14:33:31.096 INFO:tasks.rados.rados.0.smithi071.stdout:3010: done (3 left) 2024-09-13T14:33:31.096 INFO:tasks.rados.rados.0.smithi071.stdout:3011: done (2 left) 2024-09-13T14:33:31.096 INFO:tasks.rados.rados.0.smithi071.stdout:3012: done (1 left) 2024-09-13T14:33:31.096 INFO:tasks.rados.rados.0.smithi071.stdout:3015: read oid 28 snap -1 2024-09-13T14:33:31.096 INFO:tasks.rados.rados.0.smithi071.stdout:3015: expect deleted 2024-09-13T14:33:31.096 INFO:tasks.rados.rados.0.smithi071.stdout:3016: read oid 47 snap -1 2024-09-13T14:33:31.096 INFO:tasks.rados.rados.0.smithi071.stdout:3016: expect (ObjNum 1117 snap 375 seq_num 1117) 2024-09-13T14:33:31.096 INFO:tasks.rados.rados.0.smithi071.stdout:3017: delete oid 17 current snap is 382 2024-09-13T14:33:31.097 INFO:tasks.rados.rados.0.smithi071.stdout:3014: done (3 left) 2024-09-13T14:33:31.097 INFO:tasks.rados.rados.0.smithi071.stdout:3015: done (2 left) 2024-09-13T14:33:31.097 INFO:tasks.rados.rados.0.smithi071.stdout:3017: done (1 left) 2024-09-13T14:33:31.097 INFO:tasks.rados.rados.0.smithi071.stdout:3018: snap_create 2024-09-13T14:33:31.100 INFO:tasks.rados.rados.0.smithi071.stdout:3016: expect (ObjNum 1117 snap 375 seq_num 1117) 2024-09-13T14:33:31.992 INFO:tasks.rados.rados.0.smithi071.stdout:3016: done (1 left) 2024-09-13T14:33:31.993 INFO:tasks.rados.rados.0.smithi071.stdout:3018: done (0 left) 2024-09-13T14:33:31.993 INFO:tasks.rados.rados.0.smithi071.stdout:3019: rollback oid 13 current snap is 383 2024-09-13T14:33:31.993 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 13 to 369 2024-09-13T14:33:31.993 INFO:tasks.rados.rados.0.smithi071.stdout:3020: snap_create 2024-09-13T14:33:31.998 INFO:tasks.rados.rados.0.smithi071.stdout:3019: finishing rollback tid 1 to smithi07185159-13 2024-09-13T14:33:31.998 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 13 v 1520 (ObjNum 49 snap 0 seq_num 1953066355) dirty dne 2024-09-13T14:33:32.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:31 smithi071 ceph-mon[107477]: pgmap v691: 89 pgs: 89 active+clean; 237 MiB data, 781 MiB used, 714 GiB / 715 GiB avail; 2.2 MiB/s rd, 1.3 MiB/s wr, 9 op/s 2024-09-13T14:33:32.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:31 smithi071 ceph-mon[107477]: osdmap e827: 8 total, 8 up, 8 in 2024-09-13T14:33:32.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:31 smithi071 ceph-mon[112785]: pgmap v691: 89 pgs: 89 active+clean; 237 MiB data, 781 MiB used, 714 GiB / 715 GiB avail; 2.2 MiB/s rd, 1.3 MiB/s wr, 9 op/s 2024-09-13T14:33:32.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:31 smithi071 ceph-mon[112785]: osdmap e827: 8 total, 8 up, 8 in 2024-09-13T14:33:32.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:31 smithi104 ceph-mon[105578]: pgmap v691: 89 pgs: 89 active+clean; 237 MiB data, 781 MiB used, 714 GiB / 715 GiB avail; 2.2 MiB/s rd, 1.3 MiB/s wr, 9 op/s 2024-09-13T14:33:32.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:31 smithi104 ceph-mon[105578]: osdmap e827: 8 total, 8 up, 8 in 2024-09-13T14:33:32.897 INFO:tasks.rados.rados.0.smithi071.stdout:3019: done (1 left) 2024-09-13T14:33:32.898 INFO:tasks.rados.rados.0.smithi071.stdout:3020: done (0 left) 2024-09-13T14:33:32.898 INFO:tasks.rados.rados.0.smithi071.stdout:3021: read oid 9 snap -1 2024-09-13T14:33:32.898 INFO:tasks.rados.rados.0.smithi071.stdout:3021: expect (ObjNum 1044 snap 359 seq_num 1044) 2024-09-13T14:33:32.898 INFO:tasks.rados.rados.0.smithi071.stdout:3022: write oid 11 current snap is 384 2024-09-13T14:33:32.898 INFO:tasks.rados.rados.0.smithi071.stdout:3022: seq_num 1134 ranges {659138=668963,2109051=611732} 2024-09-13T14:33:32.904 INFO:tasks.rados.rados.0.smithi071.stdout:3022: writing smithi07185159-11 from 659138 to 1328101 tid 1 2024-09-13T14:33:32.913 INFO:tasks.rados.rados.0.smithi071.stdout:3022: writing smithi07185159-11 from 2109051 to 2720783 tid 2 2024-09-13T14:33:32.913 INFO:tasks.rados.rados.0.smithi071.stdout:3023: snap_remove snap 378 2024-09-13T14:33:32.999 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:33:32 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:33:32] "GET /metrics HTTP/1.1" 200 36404 "" "Prometheus/2.51.0" 2024-09-13T14:33:33.295 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:32 smithi071 ceph-mon[107477]: osdmap e828: 8 total, 8 up, 8 in 2024-09-13T14:33:33.295 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:32 smithi071 ceph-mon[107477]: osdmap e829: 8 total, 8 up, 8 in 2024-09-13T14:33:33.295 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:32 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16} : dispatch 2024-09-13T14:33:33.295 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:33 smithi071 ceph-mon[112785]: osdmap e828: 8 total, 8 up, 8 in 2024-09-13T14:33:33.296 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:33 smithi071 ceph-mon[112785]: osdmap e829: 8 total, 8 up, 8 in 2024-09-13T14:33:33.296 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:33 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16} : dispatch 2024-09-13T14:33:33.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:32 smithi104 ceph-mon[105578]: osdmap e828: 8 total, 8 up, 8 in 2024-09-13T14:33:33.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:32 smithi104 ceph-mon[105578]: osdmap e829: 8 total, 8 up, 8 in 2024-09-13T14:33:33.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:32 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16} : dispatch 2024-09-13T14:33:33.896 INFO:tasks.rados.rados.0.smithi071.stdout:3023: done (2 left) 2024-09-13T14:33:33.897 INFO:tasks.rados.rados.0.smithi071.stdout:3024: write oid 27 current snap is 384 2024-09-13T14:33:33.897 INFO:tasks.rados.rados.0.smithi071.stdout:3024: seq_num 1135 ranges {675945=744212,2167533=755390} 2024-09-13T14:33:33.905 INFO:tasks.rados.rados.0.smithi071.stdout:3024: writing smithi07185159-27 from 675945 to 1420157 tid 1 2024-09-13T14:33:33.914 INFO:tasks.rados.rados.0.smithi071.stdout:3024: writing smithi07185159-27 from 2167533 to 2922923 tid 2 2024-09-13T14:33:33.914 INFO:tasks.rados.rados.0.smithi071.stdout:3025: write oid 5 current snap is 384 2024-09-13T14:33:33.914 INFO:tasks.rados.rados.0.smithi071.stdout:3021: expect (ObjNum 1044 snap 359 seq_num 1044) 2024-09-13T14:33:34.032 INFO:tasks.rados.rados.0.smithi071.stdout:3022: finishing write tid 1 to smithi07185159-11 2024-09-13T14:33:34.032 INFO:tasks.rados.rados.0.smithi071.stdout:3022: finishing write tid 2 to smithi07185159-11 2024-09-13T14:33:34.032 INFO:tasks.rados.rados.0.smithi071.stdout:3022: finishing write tid 3 to smithi07185159-11 2024-09-13T14:33:34.032 INFO:tasks.rados.rados.0.smithi071.stdout:3022: finishing write tid 4 to smithi07185159-11 2024-09-13T14:33:34.032 INFO:tasks.rados.rados.0.smithi071.stdout:3022: oid 11 updating version 0 to 1567 2024-09-13T14:33:34.033 INFO:tasks.rados.rados.0.smithi071.stdout:3022: oid 11 updating version 1567 to 1568 2024-09-13T14:33:34.033 INFO:tasks.rados.rados.0.smithi071.stdout:3022: oid 11 updating version 1568 to 1569 2024-09-13T14:33:34.033 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 11 v 1569 (ObjNum 1134 snap 384 seq_num 1134) dirty exists 2024-09-13T14:33:34.033 INFO:tasks.rados.rados.0.smithi071.stdout:3022: left oid 11 (ObjNum 1134 snap 384 seq_num 1134) 2024-09-13T14:33:34.033 INFO:tasks.rados.rados.0.smithi071.stdout:3024: finishing write tid 1 to smithi07185159-27 2024-09-13T14:33:34.033 INFO:tasks.rados.rados.0.smithi071.stdout:3024: finishing write tid 2 to smithi07185159-27 2024-09-13T14:33:34.033 INFO:tasks.rados.rados.0.smithi071.stdout:3025: seq_num 1136 ranges {692752=419461,1826015=615401,2979461=113291} 2024-09-13T14:33:34.037 INFO:tasks.rados.rados.0.smithi071.stdout:3025: writing smithi07185159-5 from 692752 to 1112213 tid 1 2024-09-13T14:33:34.045 INFO:tasks.rados.rados.0.smithi071.stdout:3025: writing smithi07185159-5 from 1826015 to 2441416 tid 2 2024-09-13T14:33:34.049 INFO:tasks.rados.rados.0.smithi071.stdout:3025: writing smithi07185159-5 from 2979461 to 3092752 tid 3 2024-09-13T14:33:34.049 INFO:tasks.rados.rados.0.smithi071.stdout:3021: done (3 left) 2024-09-13T14:33:34.049 INFO:tasks.rados.rados.0.smithi071.stdout:3022: done (2 left) 2024-09-13T14:33:34.049 INFO:tasks.rados.rados.0.smithi071.stdout:3026: read oid 41 snap -1 2024-09-13T14:33:34.049 INFO:tasks.rados.rados.0.smithi071.stdout:3026: expect deleted 2024-09-13T14:33:34.049 INFO:tasks.rados.rados.0.smithi071.stdout:3027: snap_remove snap 381 2024-09-13T14:33:34.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:34 smithi071 ceph-mon[107477]: pgmap v694: 89 pgs: 89 active+clean; 243 MiB data, 786 MiB used, 714 GiB / 715 GiB avail; 7.9 MiB/s rd, 2.5 MiB/s wr, 19 op/s 2024-09-13T14:33:34.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:34 smithi071 ceph-mon[107477]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-13T14:33:34.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:34 smithi071 ceph-mon[107477]: Upgrade: osd.3 is safe to restart 2024-09-13T14:33:34.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:34 smithi071 ceph-mon[107477]: osdmap e830: 8 total, 8 up, 8 in 2024-09-13T14:33:34.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:34 smithi071 ceph-mon[112785]: pgmap v694: 89 pgs: 89 active+clean; 243 MiB data, 786 MiB used, 714 GiB / 715 GiB avail; 7.9 MiB/s rd, 2.5 MiB/s wr, 19 op/s 2024-09-13T14:33:34.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:34 smithi071 ceph-mon[112785]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-13T14:33:34.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:34 smithi071 ceph-mon[112785]: Upgrade: osd.3 is safe to restart 2024-09-13T14:33:34.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:34 smithi071 ceph-mon[112785]: osdmap e830: 8 total, 8 up, 8 in 2024-09-13T14:33:34.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:34 smithi104 ceph-mon[105578]: pgmap v694: 89 pgs: 89 active+clean; 243 MiB data, 786 MiB used, 714 GiB / 715 GiB avail; 7.9 MiB/s rd, 2.5 MiB/s wr, 19 op/s 2024-09-13T14:33:34.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:34 smithi104 ceph-mon[105578]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-13T14:33:34.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:34 smithi104 ceph-mon[105578]: Upgrade: osd.3 is safe to restart 2024-09-13T14:33:34.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:34 smithi104 ceph-mon[105578]: osdmap e830: 8 total, 8 up, 8 in 2024-09-13T14:33:35.013 INFO:tasks.rados.rados.0.smithi071.stdout:3027: done (3 left) 2024-09-13T14:33:35.013 INFO:tasks.rados.rados.0.smithi071.stdout:3028: snap_create 2024-09-13T14:33:35.013 INFO:tasks.rados.rados.0.smithi071.stdout:3024: finishing write tid 3 to smithi07185159-27 2024-09-13T14:33:35.013 INFO:tasks.rados.rados.0.smithi071.stdout:3024: finishing write tid 4 to smithi07185159-27 2024-09-13T14:33:35.013 INFO:tasks.rados.rados.0.smithi071.stdout:3024: oid 27 updating version 0 to 1550 2024-09-13T14:33:35.013 INFO:tasks.rados.rados.0.smithi071.stdout:3024: oid 27 version 1550 is already newer than 1549 2024-09-13T14:33:35.013 INFO:tasks.rados.rados.0.smithi071.stdout:3024: oid 27 version 1550 is already newer than 1548 2024-09-13T14:33:35.013 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 27 v 1550 (ObjNum 1135 snap 384 seq_num 1135) dirty exists 2024-09-13T14:33:35.013 INFO:tasks.rados.rados.0.smithi071.stdout:3024: left oid 27 (ObjNum 1135 snap 384 seq_num 1135) 2024-09-13T14:33:35.014 INFO:tasks.rados.rados.0.smithi071.stdout:3025: finishing write tid 1 to smithi07185159-5 2024-09-13T14:33:35.014 INFO:tasks.rados.rados.0.smithi071.stdout:3025: finishing write tid 2 to smithi07185159-5 2024-09-13T14:33:35.014 INFO:tasks.rados.rados.0.smithi071.stdout:3025: finishing write tid 3 to smithi07185159-5 2024-09-13T14:33:35.014 INFO:tasks.rados.rados.0.smithi071.stdout:3025: finishing write tid 4 to smithi07185159-5 2024-09-13T14:33:35.014 INFO:tasks.rados.rados.0.smithi071.stdout:3025: finishing write tid 5 to smithi07185159-5 2024-09-13T14:33:35.014 INFO:tasks.rados.rados.0.smithi071.stdout:3025: oid 5 updating version 0 to 2803 2024-09-13T14:33:35.014 INFO:tasks.rados.rados.0.smithi071.stdout:3025: oid 5 version 2803 is already newer than 2802 2024-09-13T14:33:35.014 INFO:tasks.rados.rados.0.smithi071.stdout:3025: oid 5 updating version 2803 to 2804 2024-09-13T14:33:35.014 INFO:tasks.rados.rados.0.smithi071.stdout:3025: oid 5 updating version 2804 to 2805 2024-09-13T14:33:35.014 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 5 v 2805 (ObjNum 1136 snap 384 seq_num 1136) dirty exists 2024-09-13T14:33:35.014 INFO:tasks.rados.rados.0.smithi071.stdout:3025: left oid 5 (ObjNum 1136 snap 384 seq_num 1136) 2024-09-13T14:33:35.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:35 smithi071 ceph-mon[107477]: pgmap v697: 89 pgs: 89 active+clean; 243 MiB data, 787 MiB used, 714 GiB / 715 GiB avail; 7.8 MiB/s rd, 1.3 MiB/s wr, 11 op/s 2024-09-13T14:33:35.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:35 smithi071 ceph-mon[107477]: Upgrade: Updating osd.3 2024-09-13T14:33:35.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:35 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:35.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:35 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-13T14:33:35.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:35 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:33:35.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:35 smithi071 ceph-mon[107477]: Deploying daemon osd.3 on smithi071 2024-09-13T14:33:35.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:35 smithi071 ceph-mon[107477]: osdmap e831: 8 total, 8 up, 8 in 2024-09-13T14:33:35.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:35 smithi071 ceph-mon[112785]: pgmap v697: 89 pgs: 89 active+clean; 243 MiB data, 787 MiB used, 714 GiB / 715 GiB avail; 7.8 MiB/s rd, 1.3 MiB/s wr, 11 op/s 2024-09-13T14:33:35.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:35 smithi071 ceph-mon[112785]: Upgrade: Updating osd.3 2024-09-13T14:33:35.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:35 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:35.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:35 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-13T14:33:35.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:35 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:33:35.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:35 smithi071 ceph-mon[112785]: Deploying daemon osd.3 on smithi071 2024-09-13T14:33:35.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:35 smithi071 ceph-mon[112785]: osdmap e831: 8 total, 8 up, 8 in 2024-09-13T14:33:35.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:35 smithi104 ceph-mon[105578]: pgmap v697: 89 pgs: 89 active+clean; 243 MiB data, 787 MiB used, 714 GiB / 715 GiB avail; 7.8 MiB/s rd, 1.3 MiB/s wr, 11 op/s 2024-09-13T14:33:35.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:35 smithi104 ceph-mon[105578]: Upgrade: Updating osd.3 2024-09-13T14:33:35.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:35 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:35.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:35 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-13T14:33:35.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:35 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:33:35.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:35 smithi104 ceph-mon[105578]: Deploying daemon osd.3 on smithi071 2024-09-13T14:33:35.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:35 smithi104 ceph-mon[105578]: osdmap e831: 8 total, 8 up, 8 in 2024-09-13T14:33:36.015 INFO:tasks.rados.rados.0.smithi071.stdout:3024: done (3 left) 2024-09-13T14:33:36.015 INFO:tasks.rados.rados.0.smithi071.stdout:3025: done (2 left) 2024-09-13T14:33:36.015 INFO:tasks.rados.rados.0.smithi071.stdout:3026: done (1 left) 2024-09-13T14:33:36.015 INFO:tasks.rados.rados.0.smithi071.stdout:3028: done (0 left) 2024-09-13T14:33:36.015 INFO:tasks.rados.rados.0.smithi071.stdout:3029: write oid 49 current snap is 385 2024-09-13T14:33:36.015 INFO:tasks.rados.rados.0.smithi071.stdout:3029: seq_num 1137 ranges {709559=494710,1884497=759059} 2024-09-13T14:33:36.020 INFO:tasks.rados.rados.0.smithi071.stdout:3029: writing smithi07185159-49 from 709559 to 1204269 tid 1 2024-09-13T14:33:36.029 INFO:tasks.rados.rados.0.smithi071.stdout:3029: writing smithi07185159-49 from 1884497 to 2643556 tid 2 2024-09-13T14:33:36.029 INFO:tasks.rados.rados.0.smithi071.stdout:3030: read oid 38 snap -1 2024-09-13T14:33:36.029 INFO:tasks.rados.rados.0.smithi071.stdout:3030: expect deleted 2024-09-13T14:33:36.029 INFO:tasks.rados.rados.0.smithi071.stdout:3031: rollback oid 21 current snap is 385 2024-09-13T14:33:36.029 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 21 to 372 2024-09-13T14:33:36.029 INFO:tasks.rados.rados.0.smithi071.stdout:3029: finishing write tid 1 to smithi07185159-49 2024-09-13T14:33:36.029 INFO:tasks.rados.rados.0.smithi071.stdout:3032: snap_create 2024-09-13T14:33:36.033 INFO:tasks.rados.rados.0.smithi071.stdout:3031: finishing rollback tid 0 to smithi07185159-21 2024-09-13T14:33:36.033 INFO:tasks.rados.rados.0.smithi071.stdout:3031: finishing rollback tid 1 to smithi07185159-21 2024-09-13T14:33:36.033 INFO:tasks.rados.rados.0.smithi071.stdout:3029: finishing write tid 2 to smithi07185159-49 2024-09-13T14:33:36.034 INFO:tasks.rados.rados.0.smithi071.stdout:3029: finishing write tid 3 to smithi07185159-49 2024-09-13T14:33:36.034 INFO:tasks.rados.rados.0.smithi071.stdout:3031: finishing rollback tid 2 to smithi07185159-21 2024-09-13T14:33:36.034 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 21 v 1332 (ObjNum 1081 snap 368 seq_num 1081) dirty exists 2024-09-13T14:33:36.034 INFO:tasks.rados.rados.0.smithi071.stdout:3029: finishing write tid 4 to smithi07185159-49 2024-09-13T14:33:36.034 INFO:tasks.rados.rados.0.smithi071.stdout:3029: oid 49 updating version 0 to 1554 2024-09-13T14:33:36.034 INFO:tasks.rados.rados.0.smithi071.stdout:3029: oid 49 version 1554 is already newer than 1553 2024-09-13T14:33:36.034 INFO:tasks.rados.rados.0.smithi071.stdout:3029: oid 49 version 1554 is already newer than 1552 2024-09-13T14:33:36.034 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 49 v 1554 (ObjNum 1137 snap 385 seq_num 1137) dirty exists 2024-09-13T14:33:36.034 INFO:tasks.rados.rados.0.smithi071.stdout:3029: left oid 49 (ObjNum 1137 snap 385 seq_num 1137) 2024-09-13T14:33:37.017 INFO:tasks.rados.rados.0.smithi071.stdout:3029: done (3 left) 2024-09-13T14:33:37.018 INFO:tasks.rados.rados.0.smithi071.stdout:3030: done (2 left) 2024-09-13T14:33:37.018 INFO:tasks.rados.rados.0.smithi071.stdout:3031: done (1 left) 2024-09-13T14:33:37.018 INFO:tasks.rados.rados.0.smithi071.stdout:3032: done (0 left) 2024-09-13T14:33:37.018 INFO:tasks.rados.rados.0.smithi071.stdout:3033: rollback oid 10 current snap is 386 2024-09-13T14:33:37.018 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 10 to 383 2024-09-13T14:33:37.018 INFO:tasks.rados.rados.0.smithi071.stdout:3034: snap_remove snap 380 2024-09-13T14:33:37.232 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:37 smithi071 ceph-mon[107477]: osdmap e832: 8 total, 8 up, 8 in 2024-09-13T14:33:37.232 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:37 smithi071 ceph-mon[112785]: osdmap e832: 8 total, 8 up, 8 in 2024-09-13T14:33:37.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:37 smithi104 ceph-mon[105578]: osdmap e832: 8 total, 8 up, 8 in 2024-09-13T14:33:37.891 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 14:33:37 smithi071 systemd[1]: Stopping Ceph osd.3 for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T14:33:37.891 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 14:33:37 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-3[63482]: 2024-09-13T14:33:37.861+0000 7f0cdce57640 -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-09-13T14:33:37.891 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 14:33:37 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-3[63482]: 2024-09-13T14:33:37.861+0000 7f0cdce57640 -1 osd.3 833 *** Got signal Terminated *** 2024-09-13T14:33:37.891 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 14:33:37 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-3[63482]: 2024-09-13T14:33:37.861+0000 7f0cdce57640 -1 osd.3 833 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-13T14:33:37.899 INFO:tasks.rados.rados.0.smithi071.stdout:3034: done (1 left) 2024-09-13T14:33:37.899 INFO:tasks.rados.rados.0.smithi071.stdout:3035: read oid 47 snap -1 2024-09-13T14:33:37.899 INFO:tasks.rados.rados.0.smithi071.stdout:3035: expect (ObjNum 1117 snap 375 seq_num 1117) 2024-09-13T14:33:37.899 INFO:tasks.rados.rados.0.smithi071.stdout:3036: read oid 31 snap 342 2024-09-13T14:33:37.900 INFO:tasks.rados.rados.0.smithi071.stdout:3036: expect deleted 2024-09-13T14:33:37.900 INFO:tasks.rados.rados.0.smithi071.stdout:3037: write oid 20 current snap is 386 2024-09-13T14:33:37.900 INFO:tasks.rados.rados.0.smithi071.stdout:3037: seq_num 1138 ranges {726366=569959,1826626=502717,2801601=324765} 2024-09-13T14:33:37.906 INFO:tasks.rados.rados.0.smithi071.stdout:3037: writing smithi07185159-20 from 726366 to 1296325 tid 1 2024-09-13T14:33:37.912 INFO:tasks.rados.rados.0.smithi071.stdout:3037: writing smithi07185159-20 from 1826626 to 2329343 tid 2 2024-09-13T14:33:37.917 INFO:tasks.rados.rados.0.smithi071.stdout:3037: writing smithi07185159-20 from 2801601 to 3126366 tid 3 2024-09-13T14:33:37.917 INFO:tasks.rados.rados.0.smithi071.stdout:3038: rollback oid 8 current snap is 386 2024-09-13T14:33:37.917 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 8 to 377 2024-09-13T14:33:37.917 INFO:tasks.rados.rados.0.smithi071.stdout:3033: finishing rollback tid 0 to smithi07185159-10 2024-09-13T14:33:37.917 INFO:tasks.rados.rados.0.smithi071.stdout:3033: finishing rollback tid 1 to smithi07185159-10 2024-09-13T14:33:37.917 INFO:tasks.rados.rados.0.smithi071.stdout:3033: finishing rollback tid 2 to smithi07185159-10 2024-09-13T14:33:37.918 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 10 v 1441 (ObjNum 975 snap 343 seq_num 975) dirty exists 2024-09-13T14:33:37.918 INFO:tasks.rados.rados.0.smithi071.stdout:3033: done (4 left) 2024-09-13T14:33:37.918 INFO:tasks.rados.rados.0.smithi071.stdout:3039: rollback oid 2 current snap is 386 2024-09-13T14:33:37.918 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 2 to 362 2024-09-13T14:33:37.918 INFO:tasks.rados.rados.0.smithi071.stdout:3035: expect (ObjNum 1117 snap 375 seq_num 1117) 2024-09-13T14:33:38.044 INFO:tasks.rados.rados.0.smithi071.stdout:3037: finishing write tid 1 to smithi07185159-20 2024-09-13T14:33:38.044 INFO:tasks.rados.rados.0.smithi071.stdout:3037: finishing write tid 2 to smithi07185159-20 2024-09-13T14:33:38.044 INFO:tasks.rados.rados.0.smithi071.stdout:3035: done (4 left) 2024-09-13T14:33:38.044 INFO:tasks.rados.rados.0.smithi071.stdout:3036: done (3 left) 2024-09-13T14:33:38.044 INFO:tasks.rados.rados.0.smithi071.stdout:3040: delete oid 42 current snap is 386 2024-09-13T14:33:38.044 INFO:tasks.rados.rados.0.smithi071.stdout:3037: finishing write tid 3 to smithi07185159-20 2024-09-13T14:33:38.045 INFO:tasks.rados.rados.0.smithi071.stdout:3039: finishing rollback tid 0 to smithi07185159-2 2024-09-13T14:33:38.045 INFO:tasks.rados.rados.0.smithi071.stdout:3037: finishing write tid 4 to smithi07185159-20 2024-09-13T14:33:38.045 INFO:tasks.rados.rados.0.smithi071.stdout:3039: finishing rollback tid 1 to smithi07185159-2 2024-09-13T14:33:38.045 INFO:tasks.rados.rados.0.smithi071.stdout:3037: finishing write tid 5 to smithi07185159-20 2024-09-13T14:33:38.045 INFO:tasks.rados.rados.0.smithi071.stdout:3037: oid 20 updating version 0 to 1339 2024-09-13T14:33:38.045 INFO:tasks.rados.rados.0.smithi071.stdout:3037: oid 20 version 1339 is already newer than 1337 2024-09-13T14:33:38.045 INFO:tasks.rados.rados.0.smithi071.stdout:3037: oid 20 version 1339 is already newer than 1336 2024-09-13T14:33:38.045 INFO:tasks.rados.rados.0.smithi071.stdout:3037: oid 20 version 1339 is already newer than 1338 2024-09-13T14:33:38.045 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 20 v 1339 (ObjNum 1138 snap 386 seq_num 1138) dirty exists 2024-09-13T14:33:38.045 INFO:tasks.rados.rados.0.smithi071.stdout:3037: left oid 20 (ObjNum 1138 snap 386 seq_num 1138) 2024-09-13T14:33:38.045 INFO:tasks.rados.rados.0.smithi071.stdout:3039: finishing rollback tid 2 to smithi07185159-2 2024-09-13T14:33:38.045 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 2 v 601 (ObjNum 922 snap 321 seq_num 922) dirty exists 2024-09-13T14:33:38.046 INFO:tasks.rados.rados.0.smithi071.stdout:3037: done (3 left) 2024-09-13T14:33:38.046 INFO:tasks.rados.rados.0.smithi071.stdout:3039: done (2 left) 2024-09-13T14:33:38.047 INFO:tasks.rados.rados.0.smithi071.stdout:3040: done (1 left) 2024-09-13T14:33:38.047 INFO:tasks.rados.rados.0.smithi071.stdout:3041: read oid 31 snap -1 2024-09-13T14:33:38.047 INFO:tasks.rados.rados.0.smithi071.stdout:3041: expect deleted 2024-09-13T14:33:38.047 INFO:tasks.rados.rados.0.smithi071.stdout:3042: write oid 47 current snap is 386 2024-09-13T14:33:38.047 INFO:tasks.rados.rados.0.smithi071.stdout:3042: seq_num 1140 ranges {759980=720457,1943590=506386,2856447=303533} 2024-09-13T14:33:38.054 INFO:tasks.rados.rados.0.smithi071.stdout:3042: writing smithi07185159-47 from 759980 to 1480437 tid 1 2024-09-13T14:33:38.059 INFO:tasks.rados.rados.0.smithi071.stdout:3042: writing smithi07185159-47 from 1943590 to 2449976 tid 2 2024-09-13T14:33:38.063 INFO:tasks.rados.rados.0.smithi071.stdout:3042: writing smithi07185159-47 from 2856447 to 3159980 tid 3 2024-09-13T14:33:38.063 INFO:tasks.rados.rados.0.smithi071.stdout:3043: read oid 48 snap -1 2024-09-13T14:33:38.064 INFO:tasks.rados.rados.0.smithi071.stdout:3043: expect (ObjNum 1025 snap 355 seq_num 1025) 2024-09-13T14:33:38.064 INFO:tasks.rados.rados.0.smithi071.stdout:3044: snap_create 2024-09-13T14:33:38.064 INFO:tasks.rados.rados.0.smithi071.stdout:3042: finishing write tid 1 to smithi07185159-47 2024-09-13T14:33:38.064 INFO:tasks.rados.rados.0.smithi071.stdout:3042: finishing write tid 2 to smithi07185159-47 2024-09-13T14:33:38.066 INFO:tasks.rados.rados.0.smithi071.stdout:3042: finishing write tid 3 to smithi07185159-47 2024-09-13T14:33:38.066 INFO:tasks.rados.rados.0.smithi071.stdout:3042: finishing write tid 4 to smithi07185159-47 2024-09-13T14:33:38.066 INFO:tasks.rados.rados.0.smithi071.stdout:3042: finishing write tid 5 to smithi07185159-47 2024-09-13T14:33:38.067 INFO:tasks.rados.rados.0.smithi071.stdout:3042: oid 47 updating version 0 to 1343 2024-09-13T14:33:38.067 INFO:tasks.rados.rados.0.smithi071.stdout:3042: oid 47 version 1343 is already newer than 1342 2024-09-13T14:33:38.067 INFO:tasks.rados.rados.0.smithi071.stdout:3042: oid 47 updating version 1343 to 1344 2024-09-13T14:33:38.067 INFO:tasks.rados.rados.0.smithi071.stdout:3042: oid 47 version 1344 is already newer than 1341 2024-09-13T14:33:38.067 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 47 v 1344 (ObjNum 1140 snap 386 seq_num 1140) dirty exists 2024-09-13T14:33:38.067 INFO:tasks.rados.rados.0.smithi071.stdout:3042: left oid 47 (ObjNum 1140 snap 386 seq_num 1140) 2024-09-13T14:33:38.073 INFO:tasks.rados.rados.0.smithi071.stdout:3043: expect (ObjNum 1025 snap 355 seq_num 1025) 2024-09-13T14:33:38.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:38 smithi071 ceph-mon[107477]: pgmap v700: 89 pgs: 89 active+clean; 245 MiB data, 793 MiB used, 714 GiB / 715 GiB avail; 4.6 MiB/s rd, 960 KiB/s wr, 8 op/s 2024-09-13T14:33:38.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:38 smithi071 ceph-mon[107477]: osdmap e833: 8 total, 8 up, 8 in 2024-09-13T14:33:38.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:38 smithi071 ceph-mon[107477]: osd.3 marked itself down and dead 2024-09-13T14:33:38.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:38 smithi071 ceph-mon[107477]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-13T14:33:38.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:38 smithi071 ceph-mon[107477]: osdmap e834: 8 total, 7 up, 8 in 2024-09-13T14:33:38.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:38 smithi071 ceph-mon[112785]: pgmap v700: 89 pgs: 89 active+clean; 245 MiB data, 793 MiB used, 714 GiB / 715 GiB avail; 4.6 MiB/s rd, 960 KiB/s wr, 8 op/s 2024-09-13T14:33:38.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:38 smithi071 ceph-mon[112785]: osdmap e833: 8 total, 8 up, 8 in 2024-09-13T14:33:38.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:38 smithi071 ceph-mon[112785]: osd.3 marked itself down and dead 2024-09-13T14:33:38.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:38 smithi071 ceph-mon[112785]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-13T14:33:38.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:38 smithi071 ceph-mon[112785]: osdmap e834: 8 total, 7 up, 8 in 2024-09-13T14:33:38.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:38 smithi104 ceph-mon[105578]: pgmap v700: 89 pgs: 89 active+clean; 245 MiB data, 793 MiB used, 714 GiB / 715 GiB avail; 4.6 MiB/s rd, 960 KiB/s wr, 8 op/s 2024-09-13T14:33:38.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:38 smithi104 ceph-mon[105578]: osdmap e833: 8 total, 8 up, 8 in 2024-09-13T14:33:38.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:38 smithi104 ceph-mon[105578]: osd.3 marked itself down and dead 2024-09-13T14:33:38.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:38 smithi104 ceph-mon[105578]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-13T14:33:38.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:38 smithi104 ceph-mon[105578]: osdmap e834: 8 total, 7 up, 8 in 2024-09-13T14:33:38.729 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 14:33:38 smithi071 podman[139853]: 2024-09-13 14:33:38.434694292 +0000 UTC m=+0.673726920 container died 3859c11423d813203ffff969c29833ffd9bffe0354d47df7e84e95628bc5b1ff (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-3, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, RELEASE=reef-2c01458, org.label-schema.license=GPLv2, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-13T14:33:38.900 INFO:tasks.rados.rados.0.smithi071.stdout:3041: done (4 left) 2024-09-13T14:33:38.900 INFO:tasks.rados.rados.0.smithi071.stdout:3042: done (3 left) 2024-09-13T14:33:38.901 INFO:tasks.rados.rados.0.smithi071.stdout:3043: done (2 left) 2024-09-13T14:33:38.901 INFO:tasks.rados.rados.0.smithi071.stdout:3044: done (1 left) 2024-09-13T14:33:38.901 INFO:tasks.rados.rados.0.smithi071.stdout:3045: snap_create 2024-09-13T14:33:38.909 INFO:tasks.rados.rados.0.smithi071.stdout:3038: finishing rollback tid 1 to smithi07185159-8 2024-09-13T14:33:38.909 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 8 v 906 (ObjNum 49 snap 0 seq_num 1953066355) dirty dne 2024-09-13T14:33:39.016 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 14:33:38 smithi071 podman[139853]: 2024-09-13 14:33:38.811565065 +0000 UTC m=+1.050597692 container cleanup 3859c11423d813203ffff969c29833ffd9bffe0354d47df7e84e95628bc5b1ff (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-3, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, RELEASE=reef-2c01458, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS) 2024-09-13T14:33:39.016 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 14:33:38 smithi071 bash[139853]: ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-3 2024-09-13T14:33:39.321 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 14:33:39 smithi071 podman[139874]: 2024-09-13 14:33:39.013491325 +0000 UTC m=+0.576664333 container remove 3859c11423d813203ffff969c29833ffd9bffe0354d47df7e84e95628bc5b1ff (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-3, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=reef-2c01458, ceph=True, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2) 2024-09-13T14:33:39.640 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 14:33:39 smithi071 podman[139965]: 2024-09-13 14:33:39.325405471 +0000 UTC m=+0.016948303 image pull fec07016a2b0bf363d0b69240081049b65cf13f1c44f6a7196cf8309aeb428cd quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f 2024-09-13T14:33:39.641 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 14:33:39 smithi071 podman[139965]: 2024-09-13 14:33:39.431177303 +0000 UTC m=+0.122720129 container create 599c536e5022c2b1ce2393a841499dc2557d9899914fe4b6c94708cbc1393300 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-3-deactivate, org.label-schema.build-date=20240731, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, RELEASE=wip-aclamk-cbt-combined-d58f730, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2) 2024-09-13T14:33:39.902 INFO:tasks.rados.rados.0.smithi071.stdout:3038: done (1 left) 2024-09-13T14:33:39.902 INFO:tasks.rados.rados.0.smithi071.stdout:3045: done (0 left) 2024-09-13T14:33:39.902 INFO:tasks.rados.rados.0.smithi071.stdout:3046: read oid 22 snap -1 2024-09-13T14:33:39.902 INFO:tasks.rados.rados.0.smithi071.stdout:3046: expect (ObjNum 1114 snap 374 seq_num 1114) 2024-09-13T14:33:39.902 INFO:tasks.rados.rados.0.smithi071.stdout:3047: snap_create 2024-09-13T14:33:39.908 INFO:tasks.rados.rados.0.smithi071.stdout:3046: expect (ObjNum 1114 snap 374 seq_num 1114) 2024-09-13T14:33:40.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:39 smithi071 ceph-mon[107477]: pgmap v703: 89 pgs: 8 peering, 9 stale+active+clean, 72 active+clean; 245 MiB data, 794 MiB used, 714 GiB / 715 GiB avail; 2.5 MiB/s rd, 959 KiB/s wr, 6 op/s 2024-09-13T14:33:40.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:39 smithi071 ceph-mon[107477]: osdmap e835: 8 total, 7 up, 8 in 2024-09-13T14:33:40.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:39 smithi071 ceph-mon[112785]: pgmap v703: 89 pgs: 8 peering, 9 stale+active+clean, 72 active+clean; 245 MiB data, 794 MiB used, 714 GiB / 715 GiB avail; 2.5 MiB/s rd, 959 KiB/s wr, 6 op/s 2024-09-13T14:33:40.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:39 smithi071 ceph-mon[112785]: osdmap e835: 8 total, 7 up, 8 in 2024-09-13T14:33:40.141 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 14:33:39 smithi071 podman[139965]: 2024-09-13 14:33:39.658945844 +0000 UTC m=+0.350488667 container init 599c536e5022c2b1ce2393a841499dc2557d9899914fe4b6c94708cbc1393300 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-3-deactivate, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, RELEASE=wip-aclamk-cbt-combined-d58f730, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, ceph=True, io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-13T14:33:40.141 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 14:33:39 smithi071 podman[139965]: 2024-09-13 14:33:39.664232615 +0000 UTC m=+0.355775445 container start 599c536e5022c2b1ce2393a841499dc2557d9899914fe4b6c94708cbc1393300 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-3-deactivate, org.label-schema.build-date=20240731, ceph=True, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-aclamk-cbt-combined-d58f730) 2024-09-13T14:33:40.142 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 14:33:39 smithi071 podman[139965]: 2024-09-13 14:33:39.75043497 +0000 UTC m=+0.441977811 container attach 599c536e5022c2b1ce2393a841499dc2557d9899914fe4b6c94708cbc1393300 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-3-deactivate, RELEASE=wip-aclamk-cbt-combined-d58f730, CEPH_POINT_RELEASE=, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-13T14:33:40.142 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 14:33:39 smithi071 podman[139965]: 2024-09-13 14:33:39.871807641 +0000 UTC m=+0.563350468 container died 599c536e5022c2b1ce2393a841499dc2557d9899914fe4b6c94708cbc1393300 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-3-deactivate, ceph=True, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, RELEASE=wip-aclamk-cbt-combined-d58f730, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, 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, GIT_CLEAN=True) 2024-09-13T14:33:40.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:39 smithi104 ceph-mon[105578]: pgmap v703: 89 pgs: 8 peering, 9 stale+active+clean, 72 active+clean; 245 MiB data, 794 MiB used, 714 GiB / 715 GiB avail; 2.5 MiB/s rd, 959 KiB/s wr, 6 op/s 2024-09-13T14:33:40.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:39 smithi104 ceph-mon[105578]: osdmap e835: 8 total, 7 up, 8 in 2024-09-13T14:33:40.891 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 14:33:40 smithi071 podman[140009]: 2024-09-13 14:33:40.471624577 +0000 UTC m=+0.593443624 container remove 599c536e5022c2b1ce2393a841499dc2557d9899914fe4b6c94708cbc1393300 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-3-deactivate, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, 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.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, maintainer=Guillaume Abrioux , RELEASE=wip-aclamk-cbt-combined-d58f730, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD) 2024-09-13T14:33:40.891 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 14:33:40 smithi071 systemd[1]: ceph-18f8172c-71da-11ef-bceb-c7b262605968@osd.3.service: Deactivated successfully. 2024-09-13T14:33:40.891 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 14:33:40 smithi071 systemd[1]: Stopped Ceph osd.3 for 18f8172c-71da-11ef-bceb-c7b262605968. 2024-09-13T14:33:40.891 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 14:33:40 smithi071 systemd[1]: ceph-18f8172c-71da-11ef-bceb-c7b262605968@osd.3.service: Consumed 14.008s CPU time. 2024-09-13T14:33:40.891 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 14:33:40 smithi071 systemd[1]: Starting Ceph osd.3 for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T14:33:40.907 INFO:tasks.rados.rados.0.smithi071.stdout:3046: done (1 left) 2024-09-13T14:33:40.907 INFO:tasks.rados.rados.0.smithi071.stdout:3047: done (0 left) 2024-09-13T14:33:40.907 INFO:tasks.rados.rados.0.smithi071.stdout:3048: read oid 29 snap -1 2024-09-13T14:33:40.908 INFO:tasks.rados.rados.0.smithi071.stdout:3048: expect (ObjNum 1120 snap 377 seq_num 1120) 2024-09-13T14:33:40.908 INFO:tasks.rados.rados.0.smithi071.stdout:3049: snap_create 2024-09-13T14:33:40.914 INFO:tasks.rados.rados.0.smithi071.stdout:3048: expect (ObjNum 1120 snap 377 seq_num 1120) 2024-09-13T14:33:41.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:40 smithi104 ceph-mon[105578]: osdmap e836: 8 total, 7 up, 8 in 2024-09-13T14:33:41.192 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:40 smithi071 ceph-mon[107477]: osdmap e836: 8 total, 7 up, 8 in 2024-09-13T14:33:41.193 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:40 smithi071 ceph-mon[112785]: osdmap e836: 8 total, 7 up, 8 in 2024-09-13T14:33:41.193 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 14:33:40 smithi071 podman[140110]: 2024-09-13 14:33:40.816141014 +0000 UTC m=+0.016040994 image pull fec07016a2b0bf363d0b69240081049b65cf13f1c44f6a7196cf8309aeb428cd quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f 2024-09-13T14:33:41.193 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 14:33:40 smithi071 podman[140110]: 2024-09-13 14:33:40.933246557 +0000 UTC m=+0.133146531 container create 36da6a9a13e0ad7b4e1648603e449373d6cc586996d46cb9aba2dd59631a3865 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-3-activate, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-aclamk-cbt-combined-d58f730) 2024-09-13T14:33:41.641 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 14:33:41 smithi071 podman[140110]: 2024-09-13 14:33:41.192764936 +0000 UTC m=+0.392664932 container init 36da6a9a13e0ad7b4e1648603e449373d6cc586996d46cb9aba2dd59631a3865 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-3-activate, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , ceph=True, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-aclamk-cbt-combined-d58f730, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_CLEAN=True) 2024-09-13T14:33:41.641 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 14:33:41 smithi071 podman[140110]: 2024-09-13 14:33:41.198122825 +0000 UTC m=+0.398022799 container start 36da6a9a13e0ad7b4e1648603e449373d6cc586996d46cb9aba2dd59631a3865 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-3-activate, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.build-date=20240731, RELEASE=wip-aclamk-cbt-combined-d58f730, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0) 2024-09-13T14:33:41.641 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 14:33:41 smithi071 podman[140110]: 2024-09-13 14:33:41.292925773 +0000 UTC m=+0.492825747 container attach 36da6a9a13e0ad7b4e1648603e449373d6cc586996d46cb9aba2dd59631a3865 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-3-activate, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, RELEASE=wip-aclamk-cbt-combined-d58f730, org.label-schema.build-date=20240731, ceph=True, org.label-schema.schema-version=1.0) 2024-09-13T14:33:41.641 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 14:33:41 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-3-activate[140124]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-13T14:33:41.641 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 14:33:41 smithi071 bash[140110]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-13T14:33:41.641 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 14:33:41 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-3-activate[140124]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-13T14:33:41.641 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 14:33:41 smithi071 bash[140110]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-13T14:33:41.641 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 14:33:41 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-3-activate[140124]: --> Failed to activate via raw: activate() takes 1 positional argument but 5 were given 2024-09-13T14:33:41.641 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 14:33:41 smithi071 bash[140110]: --> Failed to activate via raw: activate() takes 1 positional argument but 5 were given 2024-09-13T14:33:41.641 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 14:33:41 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-3-activate[140124]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-13T14:33:41.642 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 14:33:41 smithi071 bash[140110]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-13T14:33:41.642 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 14:33:41 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-3-activate[140124]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-13T14:33:41.642 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 14:33:41 smithi071 bash[140110]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-13T14:33:41.642 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 14:33:41 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-3-activate[140124]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-09-13T14:33:41.642 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 14:33:41 smithi071 bash[140110]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-09-13T14:33:41.642 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 14:33:41 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-3-activate[140124]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_1 --path /var/lib/ceph/osd/ceph-3 --no-mon-config 2024-09-13T14:33:41.642 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 14:33:41 smithi071 bash[140110]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_1 --path /var/lib/ceph/osd/ceph-3 --no-mon-config 2024-09-13T14:33:41.909 INFO:tasks.rados.rados.0.smithi071.stdout:3048: done (1 left) 2024-09-13T14:33:41.909 INFO:tasks.rados.rados.0.smithi071.stdout:3049: done (0 left) 2024-09-13T14:33:41.909 INFO:tasks.rados.rados.0.smithi071.stdout:3050: write oid 19 current snap is 390 2024-09-13T14:33:41.909 INFO:tasks.rados.rados.0.smithi071.stdout:3050: seq_num 1141 ranges {776787=512059,1718425=766397,3000223=176564} 2024-09-13T14:33:41.916 INFO:tasks.rados.rados.0.smithi071.stdout:3050: writing smithi07185159-19 from 776787 to 1288846 tid 1 2024-09-13T14:33:41.922 INFO:tasks.rados.rados.0.smithi071.stdout:3050: writing smithi07185159-19 from 1718425 to 2484822 tid 2 2024-09-13T14:33:41.927 INFO:tasks.rados.rados.0.smithi071.stdout:3050: writing smithi07185159-19 from 3000223 to 3176787 tid 3 2024-09-13T14:33:41.927 INFO:tasks.rados.rados.0.smithi071.stdout:3051: delete oid 35 current snap is 390 2024-09-13T14:33:41.927 INFO:tasks.rados.rados.0.smithi071.stdout:3050: finishing write tid 1 to smithi07185159-19 2024-09-13T14:33:41.927 INFO:tasks.rados.rados.0.smithi071.stdout:3050: finishing write tid 2 to smithi07185159-19 2024-09-13T14:33:41.929 INFO:tasks.rados.rados.0.smithi071.stdout:3050: finishing write tid 3 to smithi07185159-19 2024-09-13T14:33:41.929 INFO:tasks.rados.rados.0.smithi071.stdout:3050: finishing write tid 4 to smithi07185159-19 2024-09-13T14:33:41.930 INFO:tasks.rados.rados.0.smithi071.stdout:3050: finishing write tid 5 to smithi07185159-19 2024-09-13T14:33:41.930 INFO:tasks.rados.rados.0.smithi071.stdout:3050: oid 19 updating version 0 to 1057 2024-09-13T14:33:41.930 INFO:tasks.rados.rados.0.smithi071.stdout:3050: oid 19 updating version 1057 to 1060 2024-09-13T14:33:41.930 INFO:tasks.rados.rados.0.smithi071.stdout:3050: oid 19 version 1060 is already newer than 1059 2024-09-13T14:33:41.930 INFO:tasks.rados.rados.0.smithi071.stdout:3050: oid 19 version 1060 is already newer than 1058 2024-09-13T14:33:41.930 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 19 v 1060 (ObjNum 1141 snap 390 seq_num 1141) dirty exists 2024-09-13T14:33:41.930 INFO:tasks.rados.rados.0.smithi071.stdout:3050: left oid 19 (ObjNum 1141 snap 390 seq_num 1141) 2024-09-13T14:33:41.930 INFO:tasks.rados.rados.0.smithi071.stdout:3050: done (1 left) 2024-09-13T14:33:41.930 INFO:tasks.rados.rados.0.smithi071.stdout:3051: done (0 left) 2024-09-13T14:33:41.930 INFO:tasks.rados.rados.0.smithi071.stdout:3052: write oid 25 current snap is 390 2024-09-13T14:33:41.930 INFO:tasks.rados.rados.0.smithi071.stdout:3052: seq_num 1143 ranges {410401=662557,1719036=770066,2938716=271685} 2024-09-13T14:33:41.935 INFO:tasks.rados.rados.0.smithi071.stdout:3052: writing smithi07185159-25 from 410401 to 1072958 tid 1 2024-09-13T14:33:41.943 INFO:tasks.rados.rados.0.smithi071.stdout:3052: writing smithi07185159-25 from 1719036 to 2489102 tid 2 2024-09-13T14:33:41.947 INFO:tasks.rados.rados.0.smithi071.stdout:3052: writing smithi07185159-25 from 2938716 to 3210401 tid 3 2024-09-13T14:33:41.947 INFO:tasks.rados.rados.0.smithi071.stdout:3053: write oid 38 current snap is 390 2024-09-13T14:33:41.947 INFO:tasks.rados.rados.0.smithi071.stdout:3052: finishing write tid 1 to smithi07185159-25 2024-09-13T14:33:41.948 INFO:tasks.rados.rados.0.smithi071.stdout:3052: finishing write tid 2 to smithi07185159-25 2024-09-13T14:33:41.948 INFO:tasks.rados.rados.0.smithi071.stdout:3053: seq_num 1144 ranges {427208=737806,1777518=513724,2966139=261069} 2024-09-13T14:33:41.954 INFO:tasks.rados.rados.0.smithi071.stdout:3053: writing smithi07185159-38 from 427208 to 1165014 tid 1 2024-09-13T14:33:41.960 INFO:tasks.rados.rados.0.smithi071.stdout:3053: writing smithi07185159-38 from 1777518 to 2291242 tid 2 2024-09-13T14:33:41.965 INFO:tasks.rados.rados.0.smithi071.stdout:3053: writing smithi07185159-38 from 2966139 to 3227208 tid 3 2024-09-13T14:33:41.965 INFO:tasks.rados.rados.0.smithi071.stdout:3054: snap_create 2024-09-13T14:33:41.965 INFO:tasks.rados.rados.0.smithi071.stdout:3052: finishing write tid 3 to smithi07185159-25 2024-09-13T14:33:41.965 INFO:tasks.rados.rados.0.smithi071.stdout:3052: finishing write tid 4 to smithi07185159-25 2024-09-13T14:33:41.965 INFO:tasks.rados.rados.0.smithi071.stdout:3052: finishing write tid 5 to smithi07185159-25 2024-09-13T14:33:41.966 INFO:tasks.rados.rados.0.smithi071.stdout:3052: oid 25 updating version 0 to 1554 2024-09-13T14:33:41.966 INFO:tasks.rados.rados.0.smithi071.stdout:3052: oid 25 version 1554 is already newer than 1553 2024-09-13T14:33:41.966 INFO:tasks.rados.rados.0.smithi071.stdout:3052: oid 25 updating version 1554 to 1556 2024-09-13T14:33:41.966 INFO:tasks.rados.rados.0.smithi071.stdout:3052: oid 25 version 1556 is already newer than 1555 2024-09-13T14:33:41.966 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 25 v 1556 (ObjNum 1143 snap 390 seq_num 1143) dirty exists 2024-09-13T14:33:41.966 INFO:tasks.rados.rados.0.smithi071.stdout:3052: left oid 25 (ObjNum 1143 snap 390 seq_num 1143) 2024-09-13T14:33:41.966 INFO:tasks.rados.rados.0.smithi071.stdout:3053: finishing write tid 1 to smithi07185159-38 2024-09-13T14:33:41.966 INFO:tasks.rados.rados.0.smithi071.stdout:3053: finishing write tid 2 to smithi07185159-38 2024-09-13T14:33:41.968 INFO:tasks.rados.rados.0.smithi071.stdout:3053: finishing write tid 3 to smithi07185159-38 2024-09-13T14:33:41.968 INFO:tasks.rados.rados.0.smithi071.stdout:3053: finishing write tid 4 to smithi07185159-38 2024-09-13T14:33:41.968 INFO:tasks.rados.rados.0.smithi071.stdout:3053: finishing write tid 5 to smithi07185159-38 2024-09-13T14:33:41.968 INFO:tasks.rados.rados.0.smithi071.stdout:3053: oid 38 updating version 0 to 1447 2024-09-13T14:33:41.968 INFO:tasks.rados.rados.0.smithi071.stdout:3053: oid 38 version 1447 is already newer than 1445 2024-09-13T14:33:41.969 INFO:tasks.rados.rados.0.smithi071.stdout:3053: oid 38 version 1447 is already newer than 1446 2024-09-13T14:33:41.969 INFO:tasks.rados.rados.0.smithi071.stdout:3053: oid 38 version 1447 is already newer than 1444 2024-09-13T14:33:41.969 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 38 v 1447 (ObjNum 1144 snap 390 seq_num 1144) dirty exists 2024-09-13T14:33:41.969 INFO:tasks.rados.rados.0.smithi071.stdout:3053: left oid 38 (ObjNum 1144 snap 390 seq_num 1144) 2024-09-13T14:33:42.063 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:41 smithi071 ceph-mon[107477]: pgmap v706: 89 pgs: 18 active+undersized, 8 peering, 1 stale+active+clean, 4 active+undersized+degraded, 58 active+clean; 248 MiB data, 806 MiB used, 714 GiB / 715 GiB avail; 6.5 MiB/s rd, 715 KiB/s wr, 8 op/s; 20/498 objects degraded (4.016%) 2024-09-13T14:33:42.063 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:41 smithi071 ceph-mon[107477]: Health check failed: Degraded data redundancy: 20/498 objects degraded (4.016%), 4 pgs degraded (PG_DEGRADED) 2024-09-13T14:33:42.063 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:41 smithi071 ceph-mon[107477]: osdmap e837: 8 total, 7 up, 8 in 2024-09-13T14:33:42.064 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:41 smithi071 ceph-mon[112785]: pgmap v706: 89 pgs: 18 active+undersized, 8 peering, 1 stale+active+clean, 4 active+undersized+degraded, 58 active+clean; 248 MiB data, 806 MiB used, 714 GiB / 715 GiB avail; 6.5 MiB/s rd, 715 KiB/s wr, 8 op/s; 20/498 objects degraded (4.016%) 2024-09-13T14:33:42.064 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:41 smithi071 ceph-mon[112785]: Health check failed: Degraded data redundancy: 20/498 objects degraded (4.016%), 4 pgs degraded (PG_DEGRADED) 2024-09-13T14:33:42.064 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:41 smithi071 ceph-mon[112785]: osdmap e837: 8 total, 7 up, 8 in 2024-09-13T14:33:42.064 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 14:33:41 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-3-activate[140124]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-3/block 2024-09-13T14:33:42.064 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 14:33:41 smithi071 bash[140110]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-3/block 2024-09-13T14:33:42.064 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 14:33:41 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-3-activate[140124]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-3/block 2024-09-13T14:33:42.064 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 14:33:41 smithi071 bash[140110]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-3/block 2024-09-13T14:33:42.064 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 14:33:41 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-3-activate[140124]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-09-13T14:33:42.064 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 14:33:41 smithi071 bash[140110]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-09-13T14:33:42.064 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 14:33:41 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-3-activate[140124]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-09-13T14:33:42.065 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 14:33:41 smithi071 bash[140110]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-09-13T14:33:42.065 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 14:33:41 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-3-activate[140124]: --> ceph-volume lvm activate successful for osd ID: 3 2024-09-13T14:33:42.065 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 14:33:41 smithi071 bash[140110]: --> ceph-volume lvm activate successful for osd ID: 3 2024-09-13T14:33:42.065 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 14:33:41 smithi071 podman[140110]: 2024-09-13 14:33:41.745386809 +0000 UTC m=+0.945286786 container died 36da6a9a13e0ad7b4e1648603e449373d6cc586996d46cb9aba2dd59631a3865 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-3-activate, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, RELEASE=wip-aclamk-cbt-combined-d58f730) 2024-09-13T14:33:42.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:41 smithi104 ceph-mon[105578]: pgmap v706: 89 pgs: 18 active+undersized, 8 peering, 1 stale+active+clean, 4 active+undersized+degraded, 58 active+clean; 248 MiB data, 806 MiB used, 714 GiB / 715 GiB avail; 6.5 MiB/s rd, 715 KiB/s wr, 8 op/s; 20/498 objects degraded (4.016%) 2024-09-13T14:33:42.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:41 smithi104 ceph-mon[105578]: Health check failed: Degraded data redundancy: 20/498 objects degraded (4.016%), 4 pgs degraded (PG_DEGRADED) 2024-09-13T14:33:42.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:41 smithi104 ceph-mon[105578]: osdmap e837: 8 total, 7 up, 8 in 2024-09-13T14:33:42.640 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 14:33:42 smithi071 podman[140254]: 2024-09-13 14:33:42.363608152 +0000 UTC m=+0.612112839 container remove 36da6a9a13e0ad7b4e1648603e449373d6cc586996d46cb9aba2dd59631a3865 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-3-activate, org.label-schema.build-date=20240731, RELEASE=wip-aclamk-cbt-combined-d58f730, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, ceph=True) 2024-09-13T14:33:42.640 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 14:33:42 smithi071 podman[140317]: 2024-09-13 14:33:42.469675097 +0000 UTC m=+0.016193514 image pull fec07016a2b0bf363d0b69240081049b65cf13f1c44f6a7196cf8309aeb428cd quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f 2024-09-13T14:33:42.890 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:33:42 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:33:42] "GET /metrics HTTP/1.1" 200 36404 "" "Prometheus/2.51.0" 2024-09-13T14:33:42.890 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 14:33:42 smithi071 podman[140317]: 2024-09-13 14:33:42.639785525 +0000 UTC m=+0.186303937 container create 58a6926c01b75acb1055ee8716b65654e59c67190274d9bc3eac10dfd4bb6142 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-3, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_CLEAN=True, RELEASE=wip-aclamk-cbt-combined-d58f730, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD) 2024-09-13T14:33:42.891 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 14:33:42 smithi071 podman[140317]: 2024-09-13 14:33:42.842217618 +0000 UTC m=+0.388736035 container init 58a6926c01b75acb1055ee8716b65654e59c67190274d9bc3eac10dfd4bb6142 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-3, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-aclamk-cbt-combined-d58f730, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-13T14:33:42.891 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 14:33:42 smithi071 podman[140317]: 2024-09-13 14:33:42.8469169 +0000 UTC m=+0.393435311 container start 58a6926c01b75acb1055ee8716b65654e59c67190274d9bc3eac10dfd4bb6142 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-3, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, ceph=True, GIT_BRANCH=HEAD, RELEASE=wip-aclamk-cbt-combined-d58f730, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=) 2024-09-13T14:33:42.891 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 14:33:42 smithi071 ceph-osd[140355]: -- 172.21.15.71:0/2157467139 <== mon.0 v2:172.21.15.71:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x559430af5a40 con 0x5594318c2000 2024-09-13T14:33:42.898 INFO:tasks.rados.rados.0.smithi071.stdout:3052: done (2 left) 2024-09-13T14:33:42.898 INFO:tasks.rados.rados.0.smithi071.stdout:3053: done (1 left) 2024-09-13T14:33:42.898 INFO:tasks.rados.rados.0.smithi071.stdout:3054: done (0 left) 2024-09-13T14:33:42.898 INFO:tasks.rados.rados.0.smithi071.stdout:3055: snap_create 2024-09-13T14:33:43.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:42 smithi104 ceph-mon[105578]: osdmap e838: 8 total, 7 up, 8 in 2024-09-13T14:33:43.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:42 smithi104 ceph-mon[105578]: osdmap e839: 8 total, 7 up, 8 in 2024-09-13T14:33:43.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:42 smithi071 ceph-mon[107477]: osdmap e838: 8 total, 7 up, 8 in 2024-09-13T14:33:43.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:42 smithi071 ceph-mon[107477]: osdmap e839: 8 total, 7 up, 8 in 2024-09-13T14:33:43.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:42 smithi071 ceph-mon[112785]: osdmap e838: 8 total, 7 up, 8 in 2024-09-13T14:33:43.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:42 smithi071 ceph-mon[112785]: osdmap e839: 8 total, 7 up, 8 in 2024-09-13T14:33:43.391 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 14:33:42 smithi071 bash[140317]: 58a6926c01b75acb1055ee8716b65654e59c67190274d9bc3eac10dfd4bb6142 2024-09-13T14:33:43.391 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 14:33:42 smithi071 systemd[1]: Started Ceph osd.3 for 18f8172c-71da-11ef-bceb-c7b262605968. 2024-09-13T14:33:43.898 INFO:tasks.rados.rados.0.smithi071.stdout:3055: done (0 left) 2024-09-13T14:33:43.898 INFO:tasks.rados.rados.0.smithi071.stdout:3056: snap_create 2024-09-13T14:33:44.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:44 smithi104 ceph-mon[105578]: pgmap v709: 89 pgs: 21 active+undersized, 8 peering, 5 active+undersized+degraded, 55 active+clean; 251 MiB data, 807 MiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 1022 KiB/s wr, 15 op/s; 30/501 objects degraded (5.988%) 2024-09-13T14:33:44.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:44 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:44.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:44 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:44.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:44 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:44.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:44 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:33:44.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:44 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:44.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:44 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:44.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:44 smithi104 ceph-mon[105578]: osdmap e840: 8 total, 7 up, 8 in 2024-09-13T14:33:44.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:44 smithi071 ceph-mon[107477]: pgmap v709: 89 pgs: 21 active+undersized, 8 peering, 5 active+undersized+degraded, 55 active+clean; 251 MiB data, 807 MiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 1022 KiB/s wr, 15 op/s; 30/501 objects degraded (5.988%) 2024-09-13T14:33:44.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:44 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:44.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:44 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:44.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:44 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:44.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:44 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:33:44.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:44 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:44.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:44 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:44.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:44 smithi071 ceph-mon[107477]: osdmap e840: 8 total, 7 up, 8 in 2024-09-13T14:33:44.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:44 smithi071 ceph-mon[112785]: pgmap v709: 89 pgs: 21 active+undersized, 8 peering, 5 active+undersized+degraded, 55 active+clean; 251 MiB data, 807 MiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 1022 KiB/s wr, 15 op/s; 30/501 objects degraded (5.988%) 2024-09-13T14:33:44.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:44 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:44.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:44 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:44.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:44 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:44.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:44 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:33:44.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:44 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:44.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:44 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:44.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:44 smithi071 ceph-mon[112785]: osdmap e840: 8 total, 7 up, 8 in 2024-09-13T14:33:44.890 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 14:33:44 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-3[140332]: 2024-09-13T14:33:44.492+0000 7f8d38eaa640 -1 Falling back to public interface 2024-09-13T14:33:44.900 INFO:tasks.rados.rados.0.smithi071.stdout:3056: done (0 left) 2024-09-13T14:33:44.900 INFO:tasks.rados.rados.0.smithi071.stdout:3057: delete oid 36 current snap is 393 2024-09-13T14:33:44.905 INFO:tasks.rados.rados.0.smithi071.stdout:3057: done (0 left) 2024-09-13T14:33:44.905 INFO:tasks.rados.rados.0.smithi071.stdout:3058: read oid 20 snap -1 2024-09-13T14:33:44.905 INFO:tasks.rados.rados.0.smithi071.stdout:3058: expect (ObjNum 1138 snap 386 seq_num 1138) 2024-09-13T14:33:44.905 INFO:tasks.rados.rados.0.smithi071.stdout:3059: snap_remove snap 386 2024-09-13T14:33:45.807 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:45 smithi104 ceph-mon[105578]: pgmap v712: 89 pgs: 28 active+undersized, 6 active+undersized+degraded, 55 active+clean; 251 MiB data, 807 MiB used, 714 GiB / 715 GiB avail; 6.1 MiB/s rd, 306 KiB/s wr, 6 op/s; 35/501 objects degraded (6.986%) 2024-09-13T14:33:45.808 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:45.808 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:33:45.808 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:45 smithi104 ceph-mon[105578]: osdmap e841: 8 total, 7 up, 8 in 2024-09-13T14:33:45.848 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:45 smithi071 ceph-mon[107477]: pgmap v712: 89 pgs: 28 active+undersized, 6 active+undersized+degraded, 55 active+clean; 251 MiB data, 807 MiB used, 714 GiB / 715 GiB avail; 6.1 MiB/s rd, 306 KiB/s wr, 6 op/s; 35/501 objects degraded (6.986%) 2024-09-13T14:33:45.848 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:45.848 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:33:45.848 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:45 smithi071 ceph-mon[107477]: osdmap e841: 8 total, 7 up, 8 in 2024-09-13T14:33:45.848 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:45 smithi071 ceph-mon[112785]: pgmap v712: 89 pgs: 28 active+undersized, 6 active+undersized+degraded, 55 active+clean; 251 MiB data, 807 MiB used, 714 GiB / 715 GiB avail; 6.1 MiB/s rd, 306 KiB/s wr, 6 op/s; 35/501 objects degraded (6.986%) 2024-09-13T14:33:45.848 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:45.848 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:33:45.849 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:45 smithi071 ceph-mon[112785]: osdmap e841: 8 total, 7 up, 8 in 2024-09-13T14:33:45.902 INFO:tasks.rados.rados.0.smithi071.stdout:3059: done (1 left) 2024-09-13T14:33:45.902 INFO:tasks.rados.rados.0.smithi071.stdout:3060: snap_remove snap 387 2024-09-13T14:33:46.908 INFO:tasks.rados.rados.0.smithi071.stdout:3060: done (1 left) 2024-09-13T14:33:46.908 INFO:tasks.rados.rados.0.smithi071.stdout:3061: read oid 48 snap -1 2024-09-13T14:33:46.908 INFO:tasks.rados.rados.0.smithi071.stdout:3061: expect (ObjNum 1025 snap 355 seq_num 1025) 2024-09-13T14:33:46.908 INFO:tasks.rados.rados.0.smithi071.stdout:3062: write oid 11 current snap is 393 2024-09-13T14:33:46.908 INFO:tasks.rados.rados.0.smithi071.stdout:3062: seq_num 1146 ranges {460822=488304,1378129=517393,2504632=405962} 2024-09-13T14:33:46.913 INFO:tasks.rados.rados.0.smithi071.stdout:3062: writing smithi07185159-11 from 460822 to 949126 tid 1 2024-09-13T14:33:46.918 INFO:tasks.rados.rados.0.smithi071.stdout:3062: writing smithi07185159-11 from 1378129 to 1895522 tid 2 2024-09-13T14:33:46.925 INFO:tasks.rados.rados.0.smithi071.stdout:3062: writing smithi07185159-11 from 2504632 to 2910594 tid 3 2024-09-13T14:33:46.925 INFO:tasks.rados.rados.0.smithi071.stdout:3063: read oid 50 snap -1 2024-09-13T14:33:46.925 INFO:tasks.rados.rados.0.smithi071.stdout:3063: expect (ObjNum 1084 snap 368 seq_num 1084) 2024-09-13T14:33:46.925 INFO:tasks.rados.rados.0.smithi071.stdout:3064: delete oid 29 current snap is 393 2024-09-13T14:33:46.925 INFO:tasks.rados.rados.0.smithi071.stdout:3058: expect (ObjNum 1138 snap 386 seq_num 1138) 2024-09-13T14:33:47.082 INFO:tasks.rados.rados.0.smithi071.stdout:3061: expect (ObjNum 1025 snap 355 seq_num 1025) 2024-09-13T14:33:47.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:46 smithi071 ceph-mon[107477]: osdmap e842: 8 total, 7 up, 8 in 2024-09-13T14:33:47.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:46 smithi071 ceph-mon[112785]: osdmap e842: 8 total, 7 up, 8 in 2024-09-13T14:33:47.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:46 smithi104 ceph-mon[105578]: osdmap e842: 8 total, 7 up, 8 in 2024-09-13T14:33:47.189 INFO:tasks.rados.rados.0.smithi071.stdout:3062: finishing write tid 1 to smithi07185159-11 2024-09-13T14:33:47.189 INFO:tasks.rados.rados.0.smithi071.stdout:3058: done (4 left) 2024-09-13T14:33:47.189 INFO:tasks.rados.rados.0.smithi071.stdout:3061: done (3 left) 2024-09-13T14:33:47.189 INFO:tasks.rados.rados.0.smithi071.stdout:3064: done (2 left) 2024-09-13T14:33:47.189 INFO:tasks.rados.rados.0.smithi071.stdout:3065: read oid 31 snap -1 2024-09-13T14:33:47.189 INFO:tasks.rados.rados.0.smithi071.stdout:3065: expect deleted 2024-09-13T14:33:47.190 INFO:tasks.rados.rados.0.smithi071.stdout:3066: snap_create 2024-09-13T14:33:47.190 INFO:tasks.rados.rados.0.smithi071.stdout:3062: finishing write tid 2 to smithi07185159-11 2024-09-13T14:33:47.190 INFO:tasks.rados.rados.0.smithi071.stdout:3062: finishing write tid 3 to smithi07185159-11 2024-09-13T14:33:47.190 INFO:tasks.rados.rados.0.smithi071.stdout:3062: finishing write tid 4 to smithi07185159-11 2024-09-13T14:33:47.190 INFO:tasks.rados.rados.0.smithi071.stdout:3062: finishing write tid 5 to smithi07185159-11 2024-09-13T14:33:47.190 INFO:tasks.rados.rados.0.smithi071.stdout:3062: oid 11 updating version 0 to 1582 2024-09-13T14:33:47.190 INFO:tasks.rados.rados.0.smithi071.stdout:3062: oid 11 updating version 1582 to 1583 2024-09-13T14:33:47.190 INFO:tasks.rados.rados.0.smithi071.stdout:3062: oid 11 updating version 1583 to 1584 2024-09-13T14:33:47.190 INFO:tasks.rados.rados.0.smithi071.stdout:3062: oid 11 version 1584 is already newer than 1581 2024-09-13T14:33:47.190 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 11 v 1584 (ObjNum 1146 snap 393 seq_num 1146) dirty exists 2024-09-13T14:33:47.190 INFO:tasks.rados.rados.0.smithi071.stdout:3062: left oid 11 (ObjNum 1146 snap 393 seq_num 1146) 2024-09-13T14:33:47.190 INFO:tasks.rados.rados.0.smithi071.stdout:3063: expect (ObjNum 1084 snap 368 seq_num 1084) 2024-09-13T14:33:47.982 INFO:tasks.rados.rados.0.smithi071.stdout:3062: done (3 left) 2024-09-13T14:33:47.983 INFO:tasks.rados.rados.0.smithi071.stdout:3063: done (2 left) 2024-09-13T14:33:47.983 INFO:tasks.rados.rados.0.smithi071.stdout:3065: done (1 left) 2024-09-13T14:33:47.983 INFO:tasks.rados.rados.0.smithi071.stdout:3066: done (0 left) 2024-09-13T14:33:47.983 INFO:tasks.rados.rados.0.smithi071.stdout:3067: rollback oid 39 current snap is 394 2024-09-13T14:33:47.983 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 39 to 371 2024-09-13T14:33:47.983 INFO:tasks.rados.rados.0.smithi071.stdout:3068: delete oid 40 current snap is 394 2024-09-13T14:33:47.988 INFO:tasks.rados.rados.0.smithi071.stdout:3067: finishing rollback tid 0 to smithi07185159-39 2024-09-13T14:33:47.988 INFO:tasks.rados.rados.0.smithi071.stdout:3068: done (1 left) 2024-09-13T14:33:47.988 INFO:tasks.rados.rados.0.smithi071.stdout:3069: write oid 45 current snap is 394 2024-09-13T14:33:47.988 INFO:tasks.rados.rados.0.smithi071.stdout:3069: seq_num 1149 ranges {511243=430404,1669928=664720,3103254=207989} 2024-09-13T14:33:47.993 INFO:tasks.rados.rados.0.smithi071.stdout:3069: writing smithi07185159-45 from 511243 to 941647 tid 1 2024-09-13T14:33:48.001 INFO:tasks.rados.rados.0.smithi071.stdout:3069: writing smithi07185159-45 from 1669928 to 2334648 tid 2 2024-09-13T14:33:48.007 INFO:tasks.rados.rados.0.smithi071.stdout:3069: writing smithi07185159-45 from 3103254 to 3311243 tid 3 2024-09-13T14:33:48.007 INFO:tasks.rados.rados.0.smithi071.stdout:3070: read oid 47 snap -1 2024-09-13T14:33:48.007 INFO:tasks.rados.rados.0.smithi071.stdout:3070: expect (ObjNum 1140 snap 386 seq_num 1140) 2024-09-13T14:33:48.007 INFO:tasks.rados.rados.0.smithi071.stdout:3071: read oid 36 snap -1 2024-09-13T14:33:48.007 INFO:tasks.rados.rados.0.smithi071.stdout:3071: expect deleted 2024-09-13T14:33:48.007 INFO:tasks.rados.rados.0.smithi071.stdout:3072: write oid 8 current snap is 394 2024-09-13T14:33:48.007 INFO:tasks.rados.rados.0.smithi071.stdout:3067: finishing rollback tid 1 to smithi07185159-39 2024-09-13T14:33:48.007 INFO:tasks.rados.rados.0.smithi071.stdout:3072: seq_num 1150 ranges {528050=505653,1612057=524731,2614324=567403} 2024-09-13T14:33:48.012 INFO:tasks.rados.rados.0.smithi071.stdout:3072: writing smithi07185159-8 from 528050 to 1033703 tid 1 2024-09-13T14:33:48.019 INFO:tasks.rados.rados.0.smithi071.stdout:3072: writing smithi07185159-8 from 1612057 to 2136788 tid 2 2024-09-13T14:33:48.025 INFO:tasks.rados.rados.0.smithi071.stdout:3072: writing smithi07185159-8 from 2614324 to 3181727 tid 3 2024-09-13T14:33:48.025 INFO:tasks.rados.rados.0.smithi071.stdout:3073: write oid 16 current snap is 394 2024-09-13T14:33:48.025 INFO:tasks.rados.rados.0.smithi071.stdout:3073: seq_num 1151 ranges {544857=580902,1670539=668389,3041747=303110} 2024-09-13T14:33:48.030 INFO:tasks.rados.rados.0.smithi071.stdout:3073: writing smithi07185159-16 from 544857 to 1125759 tid 1 2024-09-13T14:33:48.037 INFO:tasks.rados.rados.0.smithi071.stdout:3073: writing smithi07185159-16 from 1670539 to 2338928 tid 2 2024-09-13T14:33:48.043 INFO:tasks.rados.rados.0.smithi071.stdout:3073: writing smithi07185159-16 from 3041747 to 3344857 tid 3 2024-09-13T14:33:48.043 INFO:tasks.rados.rados.0.smithi071.stdout:3074: snap_remove snap 390 2024-09-13T14:33:48.140 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 14:33:47 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-3[140332]: 2024-09-13T14:33:47.870+0000 7f8d38eaa640 -1 osd.3 833 log_to_monitors true 2024-09-13T14:33:48.140 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 14:33:48 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-3[140332]: 2024-09-13T14:33:48.003+0000 7f8d30c54640 -1 osd.3 833 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-13T14:33:48.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:47 smithi071 ceph-mon[107477]: pgmap v715: 89 pgs: 28 active+undersized, 6 active+undersized+degraded, 55 active+clean; 260 MiB data, 818 MiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 1.1 MiB/s wr, 4 op/s; 35/504 objects degraded (6.944%) 2024-09-13T14:33:48.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:47 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 35/504 objects degraded (6.944%), 6 pgs degraded (PG_DEGRADED) 2024-09-13T14:33:48.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:47 smithi071 ceph-mon[107477]: osdmap e843: 8 total, 7 up, 8 in 2024-09-13T14:33:48.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:47 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:48.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:47 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:48.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:47 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:48.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:47 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:48.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:47 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:48.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:47 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:48.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:47 smithi071 ceph-mon[107477]: from='osd.3 [v2:172.21.15.71:6826/1553051233,v1:172.21.15.71:6827/1553051233]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-13T14:33:48.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:47 smithi071 ceph-mon[107477]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-13T14:33:48.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:47 smithi071 ceph-mon[112785]: pgmap v715: 89 pgs: 28 active+undersized, 6 active+undersized+degraded, 55 active+clean; 260 MiB data, 818 MiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 1.1 MiB/s wr, 4 op/s; 35/504 objects degraded (6.944%) 2024-09-13T14:33:48.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:47 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 35/504 objects degraded (6.944%), 6 pgs degraded (PG_DEGRADED) 2024-09-13T14:33:48.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:47 smithi071 ceph-mon[112785]: osdmap e843: 8 total, 7 up, 8 in 2024-09-13T14:33:48.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:47 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:48.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:47 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:48.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:47 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:48.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:47 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:48.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:47 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:48.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:47 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:48.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:47 smithi071 ceph-mon[112785]: from='osd.3 [v2:172.21.15.71:6826/1553051233,v1:172.21.15.71:6827/1553051233]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-13T14:33:48.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:47 smithi071 ceph-mon[112785]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-13T14:33:48.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:47 smithi104 ceph-mon[105578]: pgmap v715: 89 pgs: 28 active+undersized, 6 active+undersized+degraded, 55 active+clean; 260 MiB data, 818 MiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 1.1 MiB/s wr, 4 op/s; 35/504 objects degraded (6.944%) 2024-09-13T14:33:48.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:47 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 35/504 objects degraded (6.944%), 6 pgs degraded (PG_DEGRADED) 2024-09-13T14:33:48.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:47 smithi104 ceph-mon[105578]: osdmap e843: 8 total, 7 up, 8 in 2024-09-13T14:33:48.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:47 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:48.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:47 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:48.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:47 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:48.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:47 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:48.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:47 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:48.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:47 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:48.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:47 smithi104 ceph-mon[105578]: from='osd.3 [v2:172.21.15.71:6826/1553051233,v1:172.21.15.71:6827/1553051233]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-13T14:33:48.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:47 smithi104 ceph-mon[105578]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-13T14:33:48.998 INFO:tasks.rados.rados.0.smithi071.stdout:3074: done (6 left) 2024-09-13T14:33:48.999 INFO:tasks.rados.rados.0.smithi071.stdout:3075: snap_create 2024-09-13T14:33:48.999 INFO:tasks.rados.rados.0.smithi071.stdout:3067: finishing rollback tid 2 to smithi07185159-39 2024-09-13T14:33:48.999 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 39 v 1570 (ObjNum 1088 snap 368 seq_num 1088) dirty exists 2024-09-13T14:33:48.999 INFO:tasks.rados.rados.0.smithi071.stdout:3069: finishing write tid 1 to smithi07185159-45 2024-09-13T14:33:48.999 INFO:tasks.rados.rados.0.smithi071.stdout:3069: finishing write tid 2 to smithi07185159-45 2024-09-13T14:33:49.000 INFO:tasks.rados.rados.0.smithi071.stdout:3069: finishing write tid 3 to smithi07185159-45 2024-09-13T14:33:49.000 INFO:tasks.rados.rados.0.smithi071.stdout:3069: finishing write tid 4 to smithi07185159-45 2024-09-13T14:33:49.000 INFO:tasks.rados.rados.0.smithi071.stdout:3069: finishing write tid 5 to smithi07185159-45 2024-09-13T14:33:49.000 INFO:tasks.rados.rados.0.smithi071.stdout:3069: oid 45 updating version 0 to 1588 2024-09-13T14:33:49.000 INFO:tasks.rados.rados.0.smithi071.stdout:3069: oid 45 updating version 1588 to 1590 2024-09-13T14:33:49.000 INFO:tasks.rados.rados.0.smithi071.stdout:3069: oid 45 version 1590 is already newer than 1589 2024-09-13T14:33:49.000 INFO:tasks.rados.rados.0.smithi071.stdout:3069: oid 45 updating version 1590 to 1591 2024-09-13T14:33:49.000 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 45 v 1591 (ObjNum 1149 snap 394 seq_num 1149) dirty exists 2024-09-13T14:33:49.000 INFO:tasks.rados.rados.0.smithi071.stdout:3069: left oid 45 (ObjNum 1149 snap 394 seq_num 1149) 2024-09-13T14:33:49.000 INFO:tasks.rados.rados.0.smithi071.stdout:3070: expect (ObjNum 1140 snap 386 seq_num 1140) 2024-09-13T14:33:49.051 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:48 smithi071 ceph-mon[107477]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-13T14:33:49.052 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:48 smithi071 ceph-mon[107477]: osdmap e844: 8 total, 7 up, 8 in 2024-09-13T14:33:49.052 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:48 smithi071 ceph-mon[107477]: from='osd.3 [v2:172.21.15.71:6826/1553051233,v1:172.21.15.71:6827/1553051233]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi071", "root=default"]} : dispatch 2024-09-13T14:33:49.052 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:48 smithi071 ceph-mon[107477]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi071", "root=default"]} : dispatch 2024-09-13T14:33:49.052 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:48 smithi071 ceph-mon[112785]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-13T14:33:49.052 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:48 smithi071 ceph-mon[112785]: osdmap e844: 8 total, 7 up, 8 in 2024-09-13T14:33:49.052 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:48 smithi071 ceph-mon[112785]: from='osd.3 [v2:172.21.15.71:6826/1553051233,v1:172.21.15.71:6827/1553051233]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi071", "root=default"]} : dispatch 2024-09-13T14:33:49.053 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:48 smithi071 ceph-mon[112785]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi071", "root=default"]} : dispatch 2024-09-13T14:33:49.188 INFO:tasks.rados.rados.0.smithi071.stdout:3072: finishing write tid 1 to smithi07185159-8 2024-09-13T14:33:49.188 INFO:tasks.rados.rados.0.smithi071.stdout:3072: finishing write tid 2 to smithi07185159-8 2024-09-13T14:33:49.188 INFO:tasks.rados.rados.0.smithi071.stdout:3072: finishing write tid 3 to smithi07185159-8 2024-09-13T14:33:49.188 INFO:tasks.rados.rados.0.smithi071.stdout:3072: finishing write tid 4 to smithi07185159-8 2024-09-13T14:33:49.188 INFO:tasks.rados.rados.0.smithi071.stdout:3072: finishing write tid 5 to smithi07185159-8 2024-09-13T14:33:49.188 INFO:tasks.rados.rados.0.smithi071.stdout:3072: oid 8 updating version 0 to 914 2024-09-13T14:33:49.189 INFO:tasks.rados.rados.0.smithi071.stdout:3072: oid 8 version 914 is already newer than 912 2024-09-13T14:33:49.189 INFO:tasks.rados.rados.0.smithi071.stdout:3072: oid 8 version 914 is already newer than 913 2024-09-13T14:33:49.189 INFO:tasks.rados.rados.0.smithi071.stdout:3072: oid 8 updating version 914 to 915 2024-09-13T14:33:49.189 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 8 v 915 (ObjNum 1150 snap 394 seq_num 1150) dirty exists 2024-09-13T14:33:49.189 INFO:tasks.rados.rados.0.smithi071.stdout:3072: left oid 8 (ObjNum 1150 snap 394 seq_num 1150) 2024-09-13T14:33:49.189 INFO:tasks.rados.rados.0.smithi071.stdout:3073: finishing write tid 1 to smithi07185159-16 2024-09-13T14:33:49.189 INFO:tasks.rados.rados.0.smithi071.stdout:3073: finishing write tid 2 to smithi07185159-16 2024-09-13T14:33:49.189 INFO:tasks.rados.rados.0.smithi071.stdout:3073: finishing write tid 3 to smithi07185159-16 2024-09-13T14:33:49.189 INFO:tasks.rados.rados.0.smithi071.stdout:3073: finishing write tid 4 to smithi07185159-16 2024-09-13T14:33:49.189 INFO:tasks.rados.rados.0.smithi071.stdout:3073: finishing write tid 5 to smithi07185159-16 2024-09-13T14:33:49.189 INFO:tasks.rados.rados.0.smithi071.stdout:3073: oid 16 updating version 0 to 920 2024-09-13T14:33:49.189 INFO:tasks.rados.rados.0.smithi071.stdout:3073: oid 16 version 920 is already newer than 918 2024-09-13T14:33:49.189 INFO:tasks.rados.rados.0.smithi071.stdout:3073: oid 16 version 920 is already newer than 919 2024-09-13T14:33:49.189 INFO:tasks.rados.rados.0.smithi071.stdout:3073: oid 16 version 920 is already newer than 917 2024-09-13T14:33:49.190 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 16 v 920 (ObjNum 1151 snap 394 seq_num 1151) dirty exists 2024-09-13T14:33:49.190 INFO:tasks.rados.rados.0.smithi071.stdout:3073: left oid 16 (ObjNum 1151 snap 394 seq_num 1151) 2024-09-13T14:33:49.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:48 smithi104 ceph-mon[105578]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-13T14:33:49.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:48 smithi104 ceph-mon[105578]: osdmap e844: 8 total, 7 up, 8 in 2024-09-13T14:33:49.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:48 smithi104 ceph-mon[105578]: from='osd.3 [v2:172.21.15.71:6826/1553051233,v1:172.21.15.71:6827/1553051233]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi071", "root=default"]} : dispatch 2024-09-13T14:33:49.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:48 smithi104 ceph-mon[105578]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi071", "root=default"]} : dispatch 2024-09-13T14:33:49.997 INFO:tasks.rados.rados.0.smithi071.stdout:3067: done (6 left) 2024-09-13T14:33:49.998 INFO:tasks.rados.rados.0.smithi071.stdout:3069: done (5 left) 2024-09-13T14:33:49.998 INFO:tasks.rados.rados.0.smithi071.stdout:3070: done (4 left) 2024-09-13T14:33:49.998 INFO:tasks.rados.rados.0.smithi071.stdout:3071: done (3 left) 2024-09-13T14:33:49.998 INFO:tasks.rados.rados.0.smithi071.stdout:3072: done (2 left) 2024-09-13T14:33:49.998 INFO:tasks.rados.rados.0.smithi071.stdout:3073: done (1 left) 2024-09-13T14:33:49.998 INFO:tasks.rados.rados.0.smithi071.stdout:3075: done (0 left) 2024-09-13T14:33:49.998 INFO:tasks.rados.rados.0.smithi071.stdout:3076: write oid 7 current snap is 395 2024-09-13T14:33:49.998 INFO:tasks.rados.rados.0.smithi071.stdout:3076: seq_num 1152 ranges {561664=656151,1729021=528400,2669170=692494} 2024-09-13T14:33:50.001 INFO:tasks.rados.rados.0.smithi071.stdout:3076: writing smithi07185159-7 from 561664 to 1217815 tid 1 2024-09-13T14:33:50.008 INFO:tasks.rados.rados.0.smithi071.stdout:3076: writing smithi07185159-7 from 1729021 to 2257421 tid 2 2024-09-13T14:33:50.016 INFO:tasks.rados.rados.0.smithi071.stdout:3076: writing smithi07185159-7 from 2669170 to 3361664 tid 3 2024-09-13T14:33:50.016 INFO:tasks.rados.rados.0.smithi071.stdout:3077: read oid 21 snap -1 2024-09-13T14:33:50.016 INFO:tasks.rados.rados.0.smithi071.stdout:3077: expect (ObjNum 1081 snap 368 seq_num 1081) 2024-09-13T14:33:50.016 INFO:tasks.rados.rados.0.smithi071.stdout:3078: rollback oid 17 current snap is 395 2024-09-13T14:33:50.016 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 17 to 374 2024-09-13T14:33:50.016 INFO:tasks.rados.rados.0.smithi071.stdout:3076: finishing write tid 1 to smithi07185159-7 2024-09-13T14:33:50.016 INFO:tasks.rados.rados.0.smithi071.stdout:3076: finishing write tid 2 to smithi07185159-7 2024-09-13T14:33:50.016 INFO:tasks.rados.rados.0.smithi071.stdout:3079: read oid 44 snap -1 2024-09-13T14:33:50.017 INFO:tasks.rados.rados.0.smithi071.stdout:3079: expect (ObjNum 1121 snap 377 seq_num 1121) 2024-09-13T14:33:50.017 INFO:tasks.rados.rados.0.smithi071.stdout:3080: snap_remove snap 385 2024-09-13T14:33:50.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:49 smithi071 ceph-mon[107477]: pgmap v718: 89 pgs: 28 active+undersized, 6 active+undersized+degraded, 55 active+clean; 260 MiB data, 819 MiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 1.1 MiB/s wr, 4 op/s; 35/504 objects degraded (6.944%) 2024-09-13T14:33:50.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:49 smithi071 ceph-mon[107477]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-13T14:33:50.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:49 smithi071 ceph-mon[107477]: osd.3 [v2:172.21.15.71:6826/1553051233,v1:172.21.15.71:6827/1553051233] boot 2024-09-13T14:33:50.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:49 smithi071 ceph-mon[107477]: osdmap e845: 8 total, 8 up, 8 in 2024-09-13T14:33:50.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:49 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-13T14:33:50.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:49 smithi071 ceph-mon[112785]: pgmap v718: 89 pgs: 28 active+undersized, 6 active+undersized+degraded, 55 active+clean; 260 MiB data, 819 MiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 1.1 MiB/s wr, 4 op/s; 35/504 objects degraded (6.944%) 2024-09-13T14:33:50.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:49 smithi071 ceph-mon[112785]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-13T14:33:50.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:49 smithi071 ceph-mon[112785]: osd.3 [v2:172.21.15.71:6826/1553051233,v1:172.21.15.71:6827/1553051233] boot 2024-09-13T14:33:50.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:49 smithi071 ceph-mon[112785]: osdmap e845: 8 total, 8 up, 8 in 2024-09-13T14:33:50.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:49 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-13T14:33:50.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:49 smithi104 ceph-mon[105578]: pgmap v718: 89 pgs: 28 active+undersized, 6 active+undersized+degraded, 55 active+clean; 260 MiB data, 819 MiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 1.1 MiB/s wr, 4 op/s; 35/504 objects degraded (6.944%) 2024-09-13T14:33:50.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:49 smithi104 ceph-mon[105578]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-13T14:33:50.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:49 smithi104 ceph-mon[105578]: osd.3 [v2:172.21.15.71:6826/1553051233,v1:172.21.15.71:6827/1553051233] boot 2024-09-13T14:33:50.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:49 smithi104 ceph-mon[105578]: osdmap e845: 8 total, 8 up, 8 in 2024-09-13T14:33:50.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:49 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-13T14:33:51.015 INFO:tasks.rados.rados.0.smithi071.stdout:3080: done (4 left) 2024-09-13T14:33:51.016 INFO:tasks.rados.rados.0.smithi071.stdout:3081: read oid 9 snap -1 2024-09-13T14:33:51.016 INFO:tasks.rados.rados.0.smithi071.stdout:3081: expect (ObjNum 1044 snap 359 seq_num 1044) 2024-09-13T14:33:51.016 INFO:tasks.rados.rados.0.smithi071.stdout:3082: rollback oid 6 current snap is 395 2024-09-13T14:33:51.016 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 6 to 392 2024-09-13T14:33:51.016 INFO:tasks.rados.rados.0.smithi071.stdout:3083: snap_create 2024-09-13T14:33:51.016 INFO:tasks.rados.rados.0.smithi071.stdout:3076: finishing write tid 3 to smithi07185159-7 2024-09-13T14:33:51.016 INFO:tasks.rados.rados.0.smithi071.stdout:3076: finishing write tid 4 to smithi07185159-7 2024-09-13T14:33:51.016 INFO:tasks.rados.rados.0.smithi071.stdout:3076: finishing write tid 5 to smithi07185159-7 2024-09-13T14:33:51.016 INFO:tasks.rados.rados.0.smithi071.stdout:3076: oid 7 updating version 0 to 371 2024-09-13T14:33:51.016 INFO:tasks.rados.rados.0.smithi071.stdout:3076: oid 7 version 371 is already newer than 370 2024-09-13T14:33:51.016 INFO:tasks.rados.rados.0.smithi071.stdout:3076: oid 7 version 371 is already newer than 369 2024-09-13T14:33:51.017 INFO:tasks.rados.rados.0.smithi071.stdout:3076: oid 7 updating version 371 to 372 2024-09-13T14:33:51.017 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 7 v 372 (ObjNum 1152 snap 395 seq_num 1152) dirty exists 2024-09-13T14:33:51.017 INFO:tasks.rados.rados.0.smithi071.stdout:3076: left oid 7 (ObjNum 1152 snap 395 seq_num 1152) 2024-09-13T14:33:51.017 INFO:tasks.rados.rados.0.smithi071.stdout:3077: expect (ObjNum 1081 snap 368 seq_num 1081) 2024-09-13T14:33:51.102 INFO:tasks.rados.rados.0.smithi071.stdout:3078: finishing rollback tid 1 to smithi07185159-17 2024-09-13T14:33:51.102 INFO:tasks.rados.rados.0.smithi071.stdout:3078: finishing rollback tid 2 to smithi07185159-17 2024-09-13T14:33:51.102 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 17 v 1062 (ObjNum 1019 snap 355 seq_num 1019) dirty exists 2024-09-13T14:33:51.102 INFO:tasks.rados.rados.0.smithi071.stdout:3079: expect (ObjNum 1121 snap 377 seq_num 1121) 2024-09-13T14:33:51.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[107477]: osdmap e846: 8 total, 8 up, 8 in 2024-09-13T14:33:51.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:51.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:51.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:33:51.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:33:51.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:51.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:33:51.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:33:51.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:33:51.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:51.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:33:51.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:33:51.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:33:51.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:33:51.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:33:51.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:33:51.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mgr"} : dispatch 2024-09-13T14:33:51.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-13T14:33:51.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:33:51.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-13T14:33:51.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.crash"} : dispatch 2024-09-13T14:33:51.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-13T14:33:51.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd"} : dispatch 2024-09-13T14:33:51.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds"} : dispatch 2024-09-13T14:33:51.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw"} : dispatch 2024-09-13T14:33:51.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"} : dispatch 2024-09-13T14:33:51.143 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:33:51.143 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"} : dispatch 2024-09-13T14:33:51.143 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.iscsi"} : dispatch 2024-09-13T14:33:51.143 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nfs"} : dispatch 2024-09-13T14:33:51.143 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"} : dispatch 2024-09-13T14:33:51.143 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-13T14:33:51.143 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:33:51.143 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:33:51.144 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:33:51.144 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:33:51.144 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:33:51.144 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:33:51.144 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"} : dispatch 2024-09-13T14:33:51.144 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-13T14:33:51.144 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:33:51.144 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:33:51.144 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:33:51.145 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[112785]: osdmap e846: 8 total, 8 up, 8 in 2024-09-13T14:33:51.145 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:51.145 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:51.145 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:33:51.145 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:33:51.145 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:51.145 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:33:51.145 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:33:51.145 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:33:51.145 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:51.146 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:33:51.146 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:33:51.146 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:33:51.146 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:33:51.146 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:33:51.146 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:33:51.146 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mgr"} : dispatch 2024-09-13T14:33:51.146 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-13T14:33:51.146 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:33:51.146 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-13T14:33:51.146 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.crash"} : dispatch 2024-09-13T14:33:51.146 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-13T14:33:51.147 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd"} : dispatch 2024-09-13T14:33:51.147 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds"} : dispatch 2024-09-13T14:33:51.147 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw"} : dispatch 2024-09-13T14:33:51.147 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"} : dispatch 2024-09-13T14:33:51.147 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:33:51.147 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"} : dispatch 2024-09-13T14:33:51.147 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.iscsi"} : dispatch 2024-09-13T14:33:51.147 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nfs"} : dispatch 2024-09-13T14:33:51.147 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"} : dispatch 2024-09-13T14:33:51.147 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-13T14:33:51.147 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:33:51.147 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:33:51.147 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:33:51.148 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:33:51.148 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:33:51.148 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:33:51.148 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"} : dispatch 2024-09-13T14:33:51.148 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-13T14:33:51.148 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:33:51.148 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:33:51.148 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:51 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:33:51.206 INFO:tasks.rados.rados.0.smithi071.stdout:3082: finishing rollback tid 1 to smithi07185159-6 2024-09-13T14:33:51.206 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 6 v 0 (ObjNum 2261809 snap 0 seq_num 2550380477) dirty dne 2024-09-13T14:33:51.206 INFO:tasks.rados.rados.0.smithi071.stdout:3081: expect (ObjNum 1044 snap 359 seq_num 1044) 2024-09-13T14:33:51.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:51 smithi104 ceph-mon[105578]: osdmap e846: 8 total, 8 up, 8 in 2024-09-13T14:33:51.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:51 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:51.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:51 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:51.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:51 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:33:51.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:51 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:33:51.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:51 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:51.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:51 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:33:51.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:51 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:33:51.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:51 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:33:51.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:51 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:51.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:51 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:33:51.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:51 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:33:51.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:51 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:33:51.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:51 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:33:51.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:51 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:33:51.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:51 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-13T14:33:51.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:51 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mgr"} : dispatch 2024-09-13T14:33:51.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:51 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-13T14:33:51.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:51 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:33:51.424 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:51 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-13T14:33:51.424 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:51 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.crash"} : dispatch 2024-09-13T14:33:51.424 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:51 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-13T14:33:51.424 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:51 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd"} : dispatch 2024-09-13T14:33:51.424 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:51 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds"} : dispatch 2024-09-13T14:33:51.424 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:51 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw"} : dispatch 2024-09-13T14:33:51.424 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:51 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"} : dispatch 2024-09-13T14:33:51.424 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:51 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:33:51.424 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:51 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"} : dispatch 2024-09-13T14:33:51.424 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:51 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.iscsi"} : dispatch 2024-09-13T14:33:51.424 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:51 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nfs"} : dispatch 2024-09-13T14:33:51.424 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:51 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"} : dispatch 2024-09-13T14:33:51.424 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:51 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-13T14:33:51.425 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:51 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:33:51.425 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:51 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:33:51.425 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:51 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:33:51.425 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:51 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:33:51.425 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:51 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:33:51.425 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:51 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-13T14:33:51.425 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:51 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"} : dispatch 2024-09-13T14:33:51.425 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:51 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-13T14:33:51.425 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:51 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:33:51.425 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:51 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:33:51.425 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:51 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:33:52.014 INFO:tasks.rados.rados.0.smithi071.stdout:3076: done (6 left) 2024-09-13T14:33:52.014 INFO:tasks.rados.rados.0.smithi071.stdout:3077: done (5 left) 2024-09-13T14:33:52.014 INFO:tasks.rados.rados.0.smithi071.stdout:3078: done (4 left) 2024-09-13T14:33:52.015 INFO:tasks.rados.rados.0.smithi071.stdout:3079: done (3 left) 2024-09-13T14:33:52.015 INFO:tasks.rados.rados.0.smithi071.stdout:3081: done (2 left) 2024-09-13T14:33:52.015 INFO:tasks.rados.rados.0.smithi071.stdout:3082: done (1 left) 2024-09-13T14:33:52.015 INFO:tasks.rados.rados.0.smithi071.stdout:3083: done (0 left) 2024-09-13T14:33:52.015 INFO:tasks.rados.rados.0.smithi071.stdout:3084: delete oid 11 current snap is 396 2024-09-13T14:33:52.022 INFO:tasks.rados.rados.0.smithi071.stdout:3084: done (0 left) 2024-09-13T14:33:52.022 INFO:tasks.rados.rados.0.smithi071.stdout:3085: snap_remove snap 374 2024-09-13T14:33:52.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:52 smithi071 ceph-mon[107477]: pgmap v721: 89 pgs: 21 active+undersized, 4 active+undersized+degraded, 64 active+clean; 260 MiB data, 827 MiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 9 op/s; 17/504 objects degraded (3.373%); 416 KiB/s, 0 objects/s recovering 2024-09-13T14:33:52.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:52 smithi071 ceph-mon[107477]: Upgrade: Setting container_image for all nvmeof 2024-09-13T14:33:52.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:52 smithi071 ceph-mon[107477]: Upgrade: Finalizing container_image settings 2024-09-13T14:33:52.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:52 smithi071 ceph-mon[107477]: Upgrade: Complete! 2024-09-13T14:33:52.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:52 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:52.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:52 smithi071 ceph-mon[107477]: osdmap e847: 8 total, 8 up, 8 in 2024-09-13T14:33:52.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:52 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:33:52.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:52 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:33:52.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:52 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:33:52.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:52 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:52.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:52 smithi071 ceph-mon[112785]: pgmap v721: 89 pgs: 21 active+undersized, 4 active+undersized+degraded, 64 active+clean; 260 MiB data, 827 MiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 9 op/s; 17/504 objects degraded (3.373%); 416 KiB/s, 0 objects/s recovering 2024-09-13T14:33:52.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:52 smithi071 ceph-mon[112785]: Upgrade: Setting container_image for all nvmeof 2024-09-13T14:33:52.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:52 smithi071 ceph-mon[112785]: Upgrade: Finalizing container_image settings 2024-09-13T14:33:52.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:52 smithi071 ceph-mon[112785]: Upgrade: Complete! 2024-09-13T14:33:52.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:52 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:52.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:52 smithi071 ceph-mon[112785]: osdmap e847: 8 total, 8 up, 8 in 2024-09-13T14:33:52.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:52 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:33:52.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:52 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:33:52.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:52 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:33:52.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:52 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:52.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:52 smithi104 ceph-mon[105578]: pgmap v721: 89 pgs: 21 active+undersized, 4 active+undersized+degraded, 64 active+clean; 260 MiB data, 827 MiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 9 op/s; 17/504 objects degraded (3.373%); 416 KiB/s, 0 objects/s recovering 2024-09-13T14:33:52.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:52 smithi104 ceph-mon[105578]: Upgrade: Setting container_image for all nvmeof 2024-09-13T14:33:52.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:52 smithi104 ceph-mon[105578]: Upgrade: Finalizing container_image settings 2024-09-13T14:33:52.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:52 smithi104 ceph-mon[105578]: Upgrade: Complete! 2024-09-13T14:33:52.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:52 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:52.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:52 smithi104 ceph-mon[105578]: osdmap e847: 8 total, 8 up, 8 in 2024-09-13T14:33:52.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:52 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:33:52.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:52 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:33:52.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:52 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:33:52.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:52 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:53.022 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:33:52 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:33:52] "GET /metrics HTTP/1.1" 200 36404 "" "Prometheus/2.51.0" 2024-09-13T14:33:53.027 INFO:tasks.rados.rados.0.smithi071.stdout:3085: done (0 left) 2024-09-13T14:33:53.027 INFO:tasks.rados.rados.0.smithi071.stdout:3086: rollback oid 30 current snap is 396 2024-09-13T14:33:53.027 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 30 to 358 2024-09-13T14:33:53.027 INFO:tasks.rados.rados.0.smithi071.stdout:3087: delete oid 35 current snap is 396 2024-09-13T14:33:53.031 INFO:tasks.rados.rados.0.smithi071.stdout:3086: finishing rollback tid 1 to smithi07185159-30 2024-09-13T14:33:53.031 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 30 v 700 (ObjNum 97 snap 0 seq_num 2701457540) dirty dne 2024-09-13T14:33:53.033 INFO:tasks.rados.rados.0.smithi071.stdout:3086: done (1 left) 2024-09-13T14:33:53.033 INFO:tasks.rados.rados.0.smithi071.stdout:3087: done (0 left) 2024-09-13T14:33:53.033 INFO:tasks.rados.rados.0.smithi071.stdout:3088: snap_create 2024-09-13T14:33:53.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:53 smithi071 ceph-mon[107477]: osdmap e848: 8 total, 8 up, 8 in 2024-09-13T14:33:53.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:53 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 17/504 objects degraded (3.373%), 4 pgs degraded (PG_DEGRADED) 2024-09-13T14:33:53.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:53 smithi071 ceph-mon[112785]: osdmap e848: 8 total, 8 up, 8 in 2024-09-13T14:33:53.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:53 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 17/504 objects degraded (3.373%), 4 pgs degraded (PG_DEGRADED) 2024-09-13T14:33:53.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:53 smithi104 ceph-mon[105578]: osdmap e848: 8 total, 8 up, 8 in 2024-09-13T14:33:53.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:53 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 17/504 objects degraded (3.373%), 4 pgs degraded (PG_DEGRADED) 2024-09-13T14:33:54.039 INFO:tasks.rados.rados.0.smithi071.stdout:3088: done (0 left) 2024-09-13T14:33:54.039 INFO:tasks.rados.rados.0.smithi071.stdout:3089: read oid 34 snap -1 2024-09-13T14:33:54.039 INFO:tasks.rados.rados.0.smithi071.stdout:3089: expect deleted 2024-09-13T14:33:54.039 INFO:tasks.rados.rados.0.smithi071.stdout:3090: write oid 10 current snap is 397 2024-09-13T14:33:54.039 INFO:tasks.rados.rados.0.smithi071.stdout:3090: seq_num 1155 ranges {612085=481898,1788114=675727,3035086=376999} 2024-09-13T14:33:54.044 INFO:tasks.rados.rados.0.smithi071.stdout:3090: writing smithi07185159-10 from 612085 to 1093983 tid 1 2024-09-13T14:33:54.052 INFO:tasks.rados.rados.0.smithi071.stdout:3090: writing smithi07185159-10 from 1788114 to 2463841 tid 2 2024-09-13T14:33:54.058 INFO:tasks.rados.rados.0.smithi071.stdout:3090: writing smithi07185159-10 from 3035086 to 3412085 tid 3 2024-09-13T14:33:54.058 INFO:tasks.rados.rados.0.smithi071.stdout:3091: rollback oid 26 current snap is 397 2024-09-13T14:33:54.058 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 26 to 369 2024-09-13T14:33:54.058 INFO:tasks.rados.rados.0.smithi071.stdout:3090: finishing write tid 1 to smithi07185159-10 2024-09-13T14:33:54.058 INFO:tasks.rados.rados.0.smithi071.stdout:3090: finishing write tid 2 to smithi07185159-10 2024-09-13T14:33:54.058 INFO:tasks.rados.rados.0.smithi071.stdout:3089: done (2 left) 2024-09-13T14:33:54.058 INFO:tasks.rados.rados.0.smithi071.stdout:3092: read oid 50 snap -1 2024-09-13T14:33:54.058 INFO:tasks.rados.rados.0.smithi071.stdout:3092: expect (ObjNum 1084 snap 368 seq_num 1084) 2024-09-13T14:33:54.058 INFO:tasks.rados.rados.0.smithi071.stdout:3093: write oid 25 current snap is 397 2024-09-13T14:33:54.058 INFO:tasks.rados.rados.0.smithi071.stdout:3093: seq_num 1156 ranges {628892=673500,1962949=535738,3178862=250030} 2024-09-13T14:33:54.065 INFO:tasks.rados.rados.0.smithi071.stdout:3093: writing smithi07185159-25 from 628892 to 1302392 tid 1 2024-09-13T14:33:54.071 INFO:tasks.rados.rados.0.smithi071.stdout:3093: writing smithi07185159-25 from 1962949 to 2498687 tid 2 2024-09-13T14:33:54.077 INFO:tasks.rados.rados.0.smithi071.stdout:3093: writing smithi07185159-25 from 3178862 to 3428892 tid 3 2024-09-13T14:33:54.077 INFO:tasks.rados.rados.0.smithi071.stdout:3094: read oid 43 snap -1 2024-09-13T14:33:54.077 INFO:tasks.rados.rados.0.smithi071.stdout:3094: expect deleted 2024-09-13T14:33:54.077 INFO:tasks.rados.rados.0.smithi071.stdout:3095: write oid 9 current snap is 397 2024-09-13T14:33:54.077 INFO:tasks.rados.rados.0.smithi071.stdout:3095: seq_num 1157 ranges {645699=748749,2021431=679396,3206285=239414} 2024-09-13T14:33:54.084 INFO:tasks.rados.rados.0.smithi071.stdout:3095: writing smithi07185159-9 from 645699 to 1394448 tid 1 2024-09-13T14:33:54.091 INFO:tasks.rados.rados.0.smithi071.stdout:3095: writing smithi07185159-9 from 2021431 to 2700827 tid 2 2024-09-13T14:33:54.095 INFO:tasks.rados.rados.0.smithi071.stdout:3095: writing smithi07185159-9 from 3206285 to 3445699 tid 3 2024-09-13T14:33:54.096 INFO:tasks.rados.rados.0.smithi071.stdout:3096: read oid 17 snap 361 2024-09-13T14:33:54.096 INFO:tasks.rados.rados.0.smithi071.stdout:3096: expect (ObjNum 1019 snap 355 seq_num 1019) 2024-09-13T14:33:54.096 INFO:tasks.rados.rados.0.smithi071.stdout:3097: rollback oid 49 current snap is 397 2024-09-13T14:33:54.096 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 49 to 362 2024-09-13T14:33:54.096 INFO:tasks.rados.rados.0.smithi071.stdout:3092: expect (ObjNum 1084 snap 368 seq_num 1084) 2024-09-13T14:33:54.171 INFO:tasks.rados.rados.0.smithi071.stdout:3090: finishing write tid 3 to smithi07185159-10 2024-09-13T14:33:54.172 INFO:tasks.rados.rados.0.smithi071.stdout:3090: finishing write tid 4 to smithi07185159-10 2024-09-13T14:33:54.172 INFO:tasks.rados.rados.0.smithi071.stdout:3090: finishing write tid 5 to smithi07185159-10 2024-09-13T14:33:54.172 INFO:tasks.rados.rados.0.smithi071.stdout:3090: oid 10 updating version 0 to 1454 2024-09-13T14:33:54.172 INFO:tasks.rados.rados.0.smithi071.stdout:3090: oid 10 updating version 1454 to 1456 2024-09-13T14:33:54.172 INFO:tasks.rados.rados.0.smithi071.stdout:3090: oid 10 version 1456 is already newer than 1455 2024-09-13T14:33:54.172 INFO:tasks.rados.rados.0.smithi071.stdout:3090: oid 10 version 1456 is already newer than 1453 2024-09-13T14:33:54.172 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 10 v 1456 (ObjNum 1155 snap 397 seq_num 1155) dirty exists 2024-09-13T14:33:54.172 INFO:tasks.rados.rados.0.smithi071.stdout:3090: left oid 10 (ObjNum 1155 snap 397 seq_num 1155) 2024-09-13T14:33:54.172 INFO:tasks.rados.rados.0.smithi071.stdout:3091: finishing rollback tid 0 to smithi07185159-26 2024-09-13T14:33:54.172 INFO:tasks.rados.rados.0.smithi071.stdout:3091: finishing rollback tid 1 to smithi07185159-26 2024-09-13T14:33:54.172 INFO:tasks.rados.rados.0.smithi071.stdout:3091: finishing rollback tid 2 to smithi07185159-26 2024-09-13T14:33:54.173 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 26 v 844 (ObjNum 1075 snap 367 seq_num 1075) dirty exists 2024-09-13T14:33:54.173 INFO:tasks.rados.rados.0.smithi071.stdout:3093: finishing write tid 1 to smithi07185159-25 2024-09-13T14:33:54.173 INFO:tasks.rados.rados.0.smithi071.stdout:3090: done (7 left) 2024-09-13T14:33:54.173 INFO:tasks.rados.rados.0.smithi071.stdout:3091: done (6 left) 2024-09-13T14:33:54.173 INFO:tasks.rados.rados.0.smithi071.stdout:3092: done (5 left) 2024-09-13T14:33:54.173 INFO:tasks.rados.rados.0.smithi071.stdout:3098: read oid 10 snap 384 2024-09-13T14:33:54.173 INFO:tasks.rados.rados.0.smithi071.stdout:3098: expect (ObjNum 975 snap 343 seq_num 975) 2024-09-13T14:33:54.173 INFO:tasks.rados.rados.0.smithi071.stdout:3099: write oid 50 current snap is 397 2024-09-13T14:33:54.173 INFO:tasks.rados.rados.0.smithi071.stdout:3093: finishing write tid 2 to smithi07185159-25 2024-09-13T14:33:54.173 INFO:tasks.rados.rados.0.smithi071.stdout:3099: seq_num 1158 ranges {662506=423998,1563560=539407,2717355=490285} 2024-09-13T14:33:54.178 INFO:tasks.rados.rados.0.smithi071.stdout:3099: writing smithi07185159-50 from 662506 to 1086504 tid 1 2024-09-13T14:33:54.183 INFO:tasks.rados.rados.0.smithi071.stdout:3099: writing smithi07185159-50 from 1563560 to 2102967 tid 2 2024-09-13T14:33:54.190 INFO:tasks.rados.rados.0.smithi071.stdout:3099: writing smithi07185159-50 from 2717355 to 3207640 tid 3 2024-09-13T14:33:54.190 INFO:tasks.rados.rados.0.smithi071.stdout:3100: rollback oid 4 current snap is 397 2024-09-13T14:33:54.190 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 4 to 362 2024-09-13T14:33:54.190 INFO:tasks.rados.rados.0.smithi071.stdout:3101: snap_remove snap 372 2024-09-13T14:33:54.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:54 smithi071 ceph-mon[107477]: pgmap v724: 89 pgs: 19 active+undersized, 3 active+undersized+degraded, 67 active+clean; 266 MiB data, 830 MiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 664 KiB/s wr, 13 op/s; 7/516 objects degraded (1.357%); 771 KiB/s, 0 objects/s recovering 2024-09-13T14:33:54.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:54 smithi071 ceph-mon[107477]: osdmap e849: 8 total, 8 up, 8 in 2024-09-13T14:33:54.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:54 smithi071 ceph-mon[112785]: pgmap v724: 89 pgs: 19 active+undersized, 3 active+undersized+degraded, 67 active+clean; 266 MiB data, 830 MiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 664 KiB/s wr, 13 op/s; 7/516 objects degraded (1.357%); 771 KiB/s, 0 objects/s recovering 2024-09-13T14:33:54.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:54 smithi071 ceph-mon[112785]: osdmap e849: 8 total, 8 up, 8 in 2024-09-13T14:33:54.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:54 smithi104 ceph-mon[105578]: pgmap v724: 89 pgs: 19 active+undersized, 3 active+undersized+degraded, 67 active+clean; 266 MiB data, 830 MiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 664 KiB/s wr, 13 op/s; 7/516 objects degraded (1.357%); 771 KiB/s, 0 objects/s recovering 2024-09-13T14:33:54.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:54 smithi104 ceph-mon[105578]: osdmap e849: 8 total, 8 up, 8 in 2024-09-13T14:33:55.045 INFO:tasks.rados.rados.0.smithi071.stdout:3101: done (8 left) 2024-09-13T14:33:55.045 INFO:tasks.rados.rados.0.smithi071.stdout:3102: write oid 15 current snap is 397 2024-09-13T14:33:55.045 INFO:tasks.rados.rados.0.smithi071.stdout:3102: seq_num 1159 ranges {679313=499247,1622042=683065,2744778=701557} 2024-09-13T14:33:55.052 INFO:tasks.rados.rados.0.smithi071.stdout:3102: writing smithi07185159-15 from 679313 to 1178560 tid 1 2024-09-13T14:33:55.058 INFO:tasks.rados.rados.0.smithi071.stdout:3102: writing smithi07185159-15 from 1622042 to 2305107 tid 2 2024-09-13T14:33:55.065 INFO:tasks.rados.rados.0.smithi071.stdout:3102: writing smithi07185159-15 from 2744778 to 3446335 tid 3 2024-09-13T14:33:55.065 INFO:tasks.rados.rados.0.smithi071.stdout:3103: write oid 39 current snap is 397 2024-09-13T14:33:55.065 INFO:tasks.rados.rados.0.smithi071.stdout:3103: seq_num 1160 ranges {696120=574496,1680524=543076,2888554=512829} 2024-09-13T14:33:55.072 INFO:tasks.rados.rados.0.smithi071.stdout:3103: writing smithi07185159-39 from 696120 to 1270616 tid 1 2024-09-13T14:33:55.077 INFO:tasks.rados.rados.0.smithi071.stdout:3103: writing smithi07185159-39 from 1680524 to 2223600 tid 2 2024-09-13T14:33:55.085 INFO:tasks.rados.rados.0.smithi071.stdout:3103: writing smithi07185159-39 from 2888554 to 3401383 tid 3 2024-09-13T14:33:55.085 INFO:tasks.rados.rados.0.smithi071.stdout:3093: finishing write tid 3 to smithi07185159-25 2024-09-13T14:33:55.085 INFO:tasks.rados.rados.0.smithi071.stdout:3093: finishing write tid 4 to smithi07185159-25 2024-09-13T14:33:55.085 INFO:tasks.rados.rados.0.smithi071.stdout:3093: finishing write tid 5 to smithi07185159-25 2024-09-13T14:33:55.085 INFO:tasks.rados.rados.0.smithi071.stdout:3093: oid 25 updating version 0 to 1564 2024-09-13T14:33:55.085 INFO:tasks.rados.rados.0.smithi071.stdout:3093: oid 25 updating version 1564 to 1565 2024-09-13T14:33:55.086 INFO:tasks.rados.rados.0.smithi071.stdout:3093: oid 25 version 1565 is already newer than 1563 2024-09-13T14:33:55.086 INFO:tasks.rados.rados.0.smithi071.stdout:3093: oid 25 version 1565 is already newer than 1562 2024-09-13T14:33:55.086 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 25 v 1565 (ObjNum 1156 snap 397 seq_num 1156) dirty exists 2024-09-13T14:33:55.086 INFO:tasks.rados.rados.0.smithi071.stdout:3093: left oid 25 (ObjNum 1156 snap 397 seq_num 1156) 2024-09-13T14:33:55.086 INFO:tasks.rados.rados.0.smithi071.stdout:3095: finishing write tid 1 to smithi07185159-9 2024-09-13T14:33:55.086 INFO:tasks.rados.rados.0.smithi071.stdout:3095: finishing write tid 2 to smithi07185159-9 2024-09-13T14:33:55.086 INFO:tasks.rados.rados.0.smithi071.stdout:3095: finishing write tid 3 to smithi07185159-9 2024-09-13T14:33:55.086 INFO:tasks.rados.rados.0.smithi071.stdout:3095: finishing write tid 4 to smithi07185159-9 2024-09-13T14:33:55.086 INFO:tasks.rados.rados.0.smithi071.stdout:3095: finishing write tid 5 to smithi07185159-9 2024-09-13T14:33:55.086 INFO:tasks.rados.rados.0.smithi071.stdout:3095: oid 9 updating version 0 to 393 2024-09-13T14:33:55.086 INFO:tasks.rados.rados.0.smithi071.stdout:3095: oid 9 version 393 is already newer than 392 2024-09-13T14:33:55.086 INFO:tasks.rados.rados.0.smithi071.stdout:3095: oid 9 updating version 393 to 394 2024-09-13T14:33:55.086 INFO:tasks.rados.rados.0.smithi071.stdout:3095: oid 9 updating version 394 to 395 2024-09-13T14:33:55.087 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 9 v 395 (ObjNum 1157 snap 397 seq_num 1157) dirty exists 2024-09-13T14:33:55.087 INFO:tasks.rados.rados.0.smithi071.stdout:3095: left oid 9 (ObjNum 1157 snap 397 seq_num 1157) 2024-09-13T14:33:55.087 INFO:tasks.rados.rados.0.smithi071.stdout:3104: read oid 11 snap -1 2024-09-13T14:33:55.087 INFO:tasks.rados.rados.0.smithi071.stdout:3104: expect deleted 2024-09-13T14:33:55.087 INFO:tasks.rados.rados.0.smithi071.stdout:3093: done (10 left) 2024-09-13T14:33:55.087 INFO:tasks.rados.rados.0.smithi071.stdout:3094: done (9 left) 2024-09-13T14:33:55.087 INFO:tasks.rados.rados.0.smithi071.stdout:3095: done (8 left) 2024-09-13T14:33:55.087 INFO:tasks.rados.rados.0.smithi071.stdout:3105: rollback oid 33 current snap is 397 2024-09-13T14:33:55.087 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 33 to 396 2024-09-13T14:33:55.087 INFO:tasks.rados.rados.0.smithi071.stdout:3097: finishing rollback tid 0 to smithi07185159-49 2024-09-13T14:33:55.087 INFO:tasks.rados.rados.0.smithi071.stdout:3097: finishing rollback tid 1 to smithi07185159-49 2024-09-13T14:33:55.087 INFO:tasks.rados.rados.0.smithi071.stdout:3097: finishing rollback tid 2 to smithi07185159-49 2024-09-13T14:33:55.087 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 49 v 1589 (ObjNum 1024 snap 355 seq_num 1024) dirty exists 2024-09-13T14:33:55.088 INFO:tasks.rados.rados.0.smithi071.stdout:3097: done (8 left) 2024-09-13T14:33:55.088 INFO:tasks.rados.rados.0.smithi071.stdout:3106: write oid 7 current snap is 397 2024-09-13T14:33:55.088 INFO:tasks.rados.rados.0.smithi071.stdout:3096: expect (ObjNum 1019 snap 355 seq_num 1019) 2024-09-13T14:33:55.185 INFO:tasks.rados.rados.0.smithi071.stdout:3098: expect (ObjNum 975 snap 343 seq_num 975) 2024-09-13T14:33:55.274 INFO:tasks.rados.rados.0.smithi071.stdout:3099: finishing write tid 1 to smithi07185159-50 2024-09-13T14:33:55.274 INFO:tasks.rados.rados.0.smithi071.stdout:3099: finishing write tid 2 to smithi07185159-50 2024-09-13T14:33:55.274 INFO:tasks.rados.rados.0.smithi071.stdout:3100: finishing rollback tid 0 to smithi07185159-4 2024-09-13T14:33:55.274 INFO:tasks.rados.rados.0.smithi071.stdout:3100: finishing rollback tid 1 to smithi07185159-4 2024-09-13T14:33:55.274 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 4 v 1459 (ObjNum 289 snap 0 seq_num 0) dirty dne 2024-09-13T14:33:55.274 INFO:tasks.rados.rados.0.smithi071.stdout:3099: finishing write tid 3 to smithi07185159-50 2024-09-13T14:33:55.275 INFO:tasks.rados.rados.0.smithi071.stdout:3099: finishing write tid 4 to smithi07185159-50 2024-09-13T14:33:55.275 INFO:tasks.rados.rados.0.smithi071.stdout:3099: finishing write tid 5 to smithi07185159-50 2024-09-13T14:33:55.275 INFO:tasks.rados.rados.0.smithi071.stdout:3099: oid 50 updating version 0 to 2822 2024-09-13T14:33:55.275 INFO:tasks.rados.rados.0.smithi071.stdout:3099: oid 50 updating version 2822 to 2823 2024-09-13T14:33:55.275 INFO:tasks.rados.rados.0.smithi071.stdout:3099: oid 50 version 2823 is already newer than 2821 2024-09-13T14:33:55.275 INFO:tasks.rados.rados.0.smithi071.stdout:3099: oid 50 version 2823 is already newer than 2820 2024-09-13T14:33:55.275 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 50 v 2823 (ObjNum 1158 snap 397 seq_num 1158) dirty exists 2024-09-13T14:33:55.275 INFO:tasks.rados.rados.0.smithi071.stdout:3099: left oid 50 (ObjNum 1158 snap 397 seq_num 1158) 2024-09-13T14:33:55.275 INFO:tasks.rados.rados.0.smithi071.stdout:3102: finishing write tid 1 to smithi07185159-15 2024-09-13T14:33:55.275 INFO:tasks.rados.rados.0.smithi071.stdout:3102: finishing write tid 2 to smithi07185159-15 2024-09-13T14:33:55.275 INFO:tasks.rados.rados.0.smithi071.stdout:3102: finishing write tid 3 to smithi07185159-15 2024-09-13T14:33:55.275 INFO:tasks.rados.rados.0.smithi071.stdout:3102: finishing write tid 4 to smithi07185159-15 2024-09-13T14:33:55.275 INFO:tasks.rados.rados.0.smithi071.stdout:3102: finishing write tid 5 to smithi07185159-15 2024-09-13T14:33:55.275 INFO:tasks.rados.rados.0.smithi071.stdout:3102: oid 15 updating version 0 to 2833 2024-09-13T14:33:55.276 INFO:tasks.rados.rados.0.smithi071.stdout:3102: oid 15 updating version 2833 to 2837 2024-09-13T14:33:55.276 INFO:tasks.rados.rados.0.smithi071.stdout:3102: oid 15 version 2837 is already newer than 2836 2024-09-13T14:33:55.276 INFO:tasks.rados.rados.0.smithi071.stdout:3102: oid 15 version 2837 is already newer than 2828 2024-09-13T14:33:55.276 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 15 v 2837 (ObjNum 1159 snap 397 seq_num 1159) dirty exists 2024-09-13T14:33:55.276 INFO:tasks.rados.rados.0.smithi071.stdout:3102: left oid 15 (ObjNum 1159 snap 397 seq_num 1159) 2024-09-13T14:33:55.276 INFO:tasks.rados.rados.0.smithi071.stdout:3103: finishing write tid 1 to smithi07185159-39 2024-09-13T14:33:55.276 INFO:tasks.rados.rados.0.smithi071.stdout:3103: finishing write tid 2 to smithi07185159-39 2024-09-13T14:33:55.276 INFO:tasks.rados.rados.0.smithi071.stdout:3106: seq_num 1161 ranges {712927=649745,2139006=686734} 2024-09-13T14:33:55.281 INFO:tasks.rados.rados.0.smithi071.stdout:3106: writing smithi07185159-7 from 712927 to 1362672 tid 1 2024-09-13T14:33:55.289 INFO:tasks.rados.rados.0.smithi071.stdout:3106: writing smithi07185159-7 from 2139006 to 2825740 tid 2 2024-09-13T14:33:55.289 INFO:tasks.rados.rados.0.smithi071.stdout:3096: done (8 left) 2024-09-13T14:33:55.289 INFO:tasks.rados.rados.0.smithi071.stdout:3098: done (7 left) 2024-09-13T14:33:55.290 INFO:tasks.rados.rados.0.smithi071.stdout:3099: done (6 left) 2024-09-13T14:33:55.290 INFO:tasks.rados.rados.0.smithi071.stdout:3100: done (5 left) 2024-09-13T14:33:55.290 INFO:tasks.rados.rados.0.smithi071.stdout:3102: done (4 left) 2024-09-13T14:33:55.290 INFO:tasks.rados.rados.0.smithi071.stdout:3107: write oid 13 current snap is 397 2024-09-13T14:33:55.290 INFO:tasks.rados.rados.0.smithi071.stdout:3107: seq_num 1162 ranges {729734=724994,2197488=430392,3227047=302687} 2024-09-13T14:33:55.297 INFO:tasks.rados.rados.0.smithi071.stdout:3107: writing smithi07185159-13 from 729734 to 1454728 tid 1 2024-09-13T14:33:55.303 INFO:tasks.rados.rados.0.smithi071.stdout:3107: writing smithi07185159-13 from 2197488 to 2627880 tid 2 2024-09-13T14:33:55.310 INFO:tasks.rados.rados.0.smithi071.stdout:3107: writing smithi07185159-13 from 3227047 to 3529734 tid 3 2024-09-13T14:33:55.310 INFO:tasks.rados.rados.0.smithi071.stdout:3108: read oid 24 snap -1 2024-09-13T14:33:55.310 INFO:tasks.rados.rados.0.smithi071.stdout:3108: expect (ObjNum 1017 snap 353 seq_num 1017) 2024-09-13T14:33:55.310 INFO:tasks.rados.rados.0.smithi071.stdout:3109: rollback oid 37 current snap is 397 2024-09-13T14:33:55.310 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 37 to 382 2024-09-13T14:33:55.310 INFO:tasks.rados.rados.0.smithi071.stdout:3105: finishing rollback tid 0 to smithi07185159-33 2024-09-13T14:33:55.310 INFO:tasks.rados.rados.0.smithi071.stdout:3105: finishing rollback tid 1 to smithi07185159-33 2024-09-13T14:33:55.310 INFO:tasks.rados.rados.0.smithi071.stdout:3103: finishing write tid 3 to smithi07185159-39 2024-09-13T14:33:55.310 INFO:tasks.rados.rados.0.smithi071.stdout:3104: done (6 left) 2024-09-13T14:33:55.310 INFO:tasks.rados.rados.0.smithi071.stdout:3110: rollback oid 11 current snap is 397 2024-09-13T14:33:55.310 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 11 to 369 2024-09-13T14:33:55.311 INFO:tasks.rados.rados.0.smithi071.stdout:3105: finishing rollback tid 2 to smithi07185159-33 2024-09-13T14:33:55.311 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 33 v 1358 (ObjNum 1067 snap 367 seq_num 1067) dirty exists 2024-09-13T14:33:55.311 INFO:tasks.rados.rados.0.smithi071.stdout:3103: finishing write tid 4 to smithi07185159-39 2024-09-13T14:33:55.311 INFO:tasks.rados.rados.0.smithi071.stdout:3103: finishing write tid 5 to smithi07185159-39 2024-09-13T14:33:55.311 INFO:tasks.rados.rados.0.smithi071.stdout:3103: oid 39 updating version 0 to 1602 2024-09-13T14:33:55.311 INFO:tasks.rados.rados.0.smithi071.stdout:3103: oid 39 version 1602 is already newer than 1600 2024-09-13T14:33:55.311 INFO:tasks.rados.rados.0.smithi071.stdout:3103: oid 39 version 1602 is already newer than 1601 2024-09-13T14:33:55.311 INFO:tasks.rados.rados.0.smithi071.stdout:3103: oid 39 version 1602 is already newer than 1599 2024-09-13T14:33:55.311 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 39 v 1602 (ObjNum 1160 snap 397 seq_num 1160) dirty exists 2024-09-13T14:33:55.311 INFO:tasks.rados.rados.0.smithi071.stdout:3103: left oid 39 (ObjNum 1160 snap 397 seq_num 1160) 2024-09-13T14:33:55.311 INFO:tasks.rados.rados.0.smithi071.stdout:3106: finishing write tid 1 to smithi07185159-7 2024-09-13T14:33:55.311 INFO:tasks.rados.rados.0.smithi071.stdout:3106: finishing write tid 2 to smithi07185159-7 2024-09-13T14:33:55.311 INFO:tasks.rados.rados.0.smithi071.stdout:3103: done (6 left) 2024-09-13T14:33:55.312 INFO:tasks.rados.rados.0.smithi071.stdout:3105: done (5 left) 2024-09-13T14:33:55.312 INFO:tasks.rados.rados.0.smithi071.stdout:3111: snap_create 2024-09-13T14:33:55.312 INFO:tasks.rados.rados.0.smithi071.stdout:3106: finishing write tid 3 to smithi07185159-7 2024-09-13T14:33:55.312 INFO:tasks.rados.rados.0.smithi071.stdout:3106: finishing write tid 4 to smithi07185159-7 2024-09-13T14:33:55.312 INFO:tasks.rados.rados.0.smithi071.stdout:3106: oid 7 updating version 0 to 382 2024-09-13T14:33:55.312 INFO:tasks.rados.rados.0.smithi071.stdout:3106: oid 7 version 382 is already newer than 380 2024-09-13T14:33:55.312 INFO:tasks.rados.rados.0.smithi071.stdout:3106: oid 7 version 382 is already newer than 381 2024-09-13T14:33:55.312 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 7 v 382 (ObjNum 1161 snap 397 seq_num 1161) dirty exists 2024-09-13T14:33:55.312 INFO:tasks.rados.rados.0.smithi071.stdout:3106: left oid 7 (ObjNum 1161 snap 397 seq_num 1161) 2024-09-13T14:33:55.312 INFO:tasks.rados.rados.0.smithi071.stdout:3107: finishing write tid 1 to smithi07185159-13 2024-09-13T14:33:55.312 INFO:tasks.rados.rados.0.smithi071.stdout:3107: finishing write tid 2 to smithi07185159-13 2024-09-13T14:33:55.313 INFO:tasks.rados.rados.0.smithi071.stdout:3109: finishing rollback tid 0 to smithi07185159-37 2024-09-13T14:33:55.313 INFO:tasks.rados.rados.0.smithi071.stdout:3110: finishing rollback tid 1 to smithi07185159-11 2024-09-13T14:33:55.314 INFO:tasks.rados.rados.0.smithi071.stdout:3110: finishing rollback tid 2 to smithi07185159-11 2024-09-13T14:33:55.314 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 11 v 1627 (ObjNum 1048 snap 360 seq_num 1048) dirty exists 2024-09-13T14:33:55.314 INFO:tasks.rados.rados.0.smithi071.stdout:3109: finishing rollback tid 1 to smithi07185159-37 2024-09-13T14:33:55.314 INFO:tasks.rados.rados.0.smithi071.stdout:3109: finishing rollback tid 2 to smithi07185159-37 2024-09-13T14:33:55.314 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 37 v 852 (ObjNum 1125 snap 379 seq_num 1125) dirty exists 2024-09-13T14:33:55.315 INFO:tasks.rados.rados.0.smithi071.stdout:3108: expect (ObjNum 1017 snap 353 seq_num 1017) 2024-09-13T14:33:55.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:55 smithi071 ceph-mon[107477]: osdmap e850: 8 total, 8 up, 8 in 2024-09-13T14:33:55.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:55 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:55.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:55 smithi071 ceph-mon[112785]: osdmap e850: 8 total, 8 up, 8 in 2024-09-13T14:33:55.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:55 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:55.414 INFO:tasks.rados.rados.0.smithi071.stdout:3107: finishing write tid 3 to smithi07185159-13 2024-09-13T14:33:55.414 INFO:tasks.rados.rados.0.smithi071.stdout:3107: finishing write tid 4 to smithi07185159-13 2024-09-13T14:33:55.415 INFO:tasks.rados.rados.0.smithi071.stdout:3107: finishing write tid 5 to smithi07185159-13 2024-09-13T14:33:55.415 INFO:tasks.rados.rados.0.smithi071.stdout:3107: oid 13 updating version 0 to 1572 2024-09-13T14:33:55.415 INFO:tasks.rados.rados.0.smithi071.stdout:3107: oid 13 updating version 1572 to 1573 2024-09-13T14:33:55.415 INFO:tasks.rados.rados.0.smithi071.stdout:3107: oid 13 updating version 1573 to 1575 2024-09-13T14:33:55.415 INFO:tasks.rados.rados.0.smithi071.stdout:3107: oid 13 version 1575 is already newer than 1574 2024-09-13T14:33:55.415 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 13 v 1575 (ObjNum 1162 snap 397 seq_num 1162) dirty exists 2024-09-13T14:33:55.415 INFO:tasks.rados.rados.0.smithi071.stdout:3107: left oid 13 (ObjNum 1162 snap 397 seq_num 1162) 2024-09-13T14:33:55.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:55 smithi104 ceph-mon[105578]: osdmap e850: 8 total, 8 up, 8 in 2024-09-13T14:33:55.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:55 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:33:56.048 INFO:tasks.rados.rados.0.smithi071.stdout:3106: done (5 left) 2024-09-13T14:33:56.048 INFO:tasks.rados.rados.0.smithi071.stdout:3107: done (4 left) 2024-09-13T14:33:56.048 INFO:tasks.rados.rados.0.smithi071.stdout:3108: done (3 left) 2024-09-13T14:33:56.049 INFO:tasks.rados.rados.0.smithi071.stdout:3109: done (2 left) 2024-09-13T14:33:56.049 INFO:tasks.rados.rados.0.smithi071.stdout:3110: done (1 left) 2024-09-13T14:33:56.049 INFO:tasks.rados.rados.0.smithi071.stdout:3111: done (0 left) 2024-09-13T14:33:56.049 INFO:tasks.rados.rados.0.smithi071.stdout:3112: snap_remove snap 361 2024-09-13T14:33:56.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:56 smithi071 ceph-mon[107477]: pgmap v727: 89 pgs: 89 active+clean; 272 MiB data, 847 MiB used, 714 GiB / 715 GiB avail; 1.6 MiB/s rd, 1.8 MiB/s wr, 10 op/s; 1.3 MiB/s, 0 objects/s recovering 2024-09-13T14:33:56.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:56 smithi071 ceph-mon[107477]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 7/516 objects degraded (1.357%), 3 pgs degraded) 2024-09-13T14:33:56.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:56 smithi071 ceph-mon[107477]: Cluster is now healthy 2024-09-13T14:33:56.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:56 smithi071 ceph-mon[107477]: osdmap e851: 8 total, 8 up, 8 in 2024-09-13T14:33:56.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:56 smithi071 ceph-mon[112785]: pgmap v727: 89 pgs: 89 active+clean; 272 MiB data, 847 MiB used, 714 GiB / 715 GiB avail; 1.6 MiB/s rd, 1.8 MiB/s wr, 10 op/s; 1.3 MiB/s, 0 objects/s recovering 2024-09-13T14:33:56.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:56 smithi071 ceph-mon[112785]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 7/516 objects degraded (1.357%), 3 pgs degraded) 2024-09-13T14:33:56.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:56 smithi071 ceph-mon[112785]: Cluster is now healthy 2024-09-13T14:33:56.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:56 smithi071 ceph-mon[112785]: osdmap e851: 8 total, 8 up, 8 in 2024-09-13T14:33:56.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:56 smithi104 ceph-mon[105578]: pgmap v727: 89 pgs: 89 active+clean; 272 MiB data, 847 MiB used, 714 GiB / 715 GiB avail; 1.6 MiB/s rd, 1.8 MiB/s wr, 10 op/s; 1.3 MiB/s, 0 objects/s recovering 2024-09-13T14:33:56.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:56 smithi104 ceph-mon[105578]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 7/516 objects degraded (1.357%), 3 pgs degraded) 2024-09-13T14:33:56.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:56 smithi104 ceph-mon[105578]: Cluster is now healthy 2024-09-13T14:33:56.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:56 smithi104 ceph-mon[105578]: osdmap e851: 8 total, 8 up, 8 in 2024-09-13T14:33:57.064 INFO:tasks.rados.rados.0.smithi071.stdout:3112: done (0 left) 2024-09-13T14:33:57.065 INFO:tasks.rados.rados.0.smithi071.stdout:3113: read oid 35 snap -1 2024-09-13T14:33:57.065 INFO:tasks.rados.rados.0.smithi071.stdout:3113: expect deleted 2024-09-13T14:33:57.065 INFO:tasks.rados.rados.0.smithi071.stdout:3114: read oid 15 snap 382 2024-09-13T14:33:57.065 INFO:tasks.rados.rados.0.smithi071.stdout:3114: expect deleted 2024-09-13T14:33:57.065 INFO:tasks.rados.rados.0.smithi071.stdout:3115: rollback oid 13 current snap is 398 2024-09-13T14:33:57.065 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 13 to 389 2024-09-13T14:33:57.066 INFO:tasks.rados.rados.0.smithi071.stdout:3116: rollback oid 37 current snap is 398 2024-09-13T14:33:57.066 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 37 to 358 2024-09-13T14:33:57.066 INFO:tasks.rados.rados.0.smithi071.stdout:3117: read oid 46 snap -1 2024-09-13T14:33:57.066 INFO:tasks.rados.rados.0.smithi071.stdout:3117: expect (ObjNum 1119 snap 375 seq_num 1119) 2024-09-13T14:33:57.066 INFO:tasks.rados.rados.0.smithi071.stdout:3118: rollback oid 8 current snap is 398 2024-09-13T14:33:57.067 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 8 to 371 2024-09-13T14:33:57.067 INFO:tasks.rados.rados.0.smithi071.stdout:3119: write oid 12 current snap is 398 2024-09-13T14:33:57.067 INFO:tasks.rados.rados.0.smithi071.stdout:3119: seq_num 1163 ranges {746541=400243,1739617=690403,3138117=408424} 2024-09-13T14:33:57.071 INFO:tasks.rados.rados.0.smithi071.stdout:3119: writing smithi07185159-12 from 746541 to 1146784 tid 1 2024-09-13T14:33:57.079 INFO:tasks.rados.rados.0.smithi071.stdout:3119: writing smithi07185159-12 from 1739617 to 2430020 tid 2 2024-09-13T14:33:57.085 INFO:tasks.rados.rados.0.smithi071.stdout:3119: writing smithi07185159-12 from 3138117 to 3546541 tid 3 2024-09-13T14:33:57.085 INFO:tasks.rados.rados.0.smithi071.stdout:3120: delete oid 3 current snap is 398 2024-09-13T14:33:57.086 INFO:tasks.rados.rados.0.smithi071.stdout:3116: finishing rollback tid 0 to smithi07185159-37 2024-09-13T14:33:57.086 INFO:tasks.rados.rados.0.smithi071.stdout:3116: finishing rollback tid 1 to smithi07185159-37 2024-09-13T14:33:57.086 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 37 v 857 (ObjNum 289 snap 0 seq_num 1) dirty dne 2024-09-13T14:33:57.086 INFO:tasks.rados.rados.0.smithi071.stdout:3118: finishing rollback tid 0 to smithi07185159-8 2024-09-13T14:33:57.086 INFO:tasks.rados.rados.0.smithi071.stdout:3118: finishing rollback tid 1 to smithi07185159-8 2024-09-13T14:33:57.086 INFO:tasks.rados.rados.0.smithi071.stdout:3118: finishing rollback tid 2 to smithi07185159-8 2024-09-13T14:33:57.086 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 8 v 936 (ObjNum 1090 snap 368 seq_num 1090) dirty exists 2024-09-13T14:33:57.086 INFO:tasks.rados.rados.0.smithi071.stdout:3115: finishing rollback tid 0 to smithi07185159-13 2024-09-13T14:33:57.086 INFO:tasks.rados.rados.0.smithi071.stdout:3119: finishing write tid 1 to smithi07185159-12 2024-09-13T14:33:57.086 INFO:tasks.rados.rados.0.smithi071.stdout:3115: finishing rollback tid 1 to smithi07185159-13 2024-09-13T14:33:57.086 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 13 v 1582 (ObjNum 33 snap 0 seq_num 1961127984) dirty dne 2024-09-13T14:33:57.087 INFO:tasks.rados.rados.0.smithi071.stdout:3117: expect (ObjNum 1119 snap 375 seq_num 1119) 2024-09-13T14:33:57.174 INFO:tasks.rados.rados.0.smithi071.stdout:3119: finishing write tid 2 to smithi07185159-12 2024-09-13T14:33:57.174 INFO:tasks.rados.rados.0.smithi071.stdout:3119: finishing write tid 3 to smithi07185159-12 2024-09-13T14:33:57.174 INFO:tasks.rados.rados.0.smithi071.stdout:3119: finishing write tid 4 to smithi07185159-12 2024-09-13T14:33:57.175 INFO:tasks.rados.rados.0.smithi071.stdout:3119: finishing write tid 5 to smithi07185159-12 2024-09-13T14:33:57.175 INFO:tasks.rados.rados.0.smithi071.stdout:3119: oid 12 updating version 0 to 401 2024-09-13T14:33:57.175 INFO:tasks.rados.rados.0.smithi071.stdout:3119: oid 12 version 401 is already newer than 400 2024-09-13T14:33:57.175 INFO:tasks.rados.rados.0.smithi071.stdout:3119: oid 12 version 401 is already newer than 398 2024-09-13T14:33:57.175 INFO:tasks.rados.rados.0.smithi071.stdout:3119: oid 12 version 401 is already newer than 399 2024-09-13T14:33:57.175 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 12 v 401 (ObjNum 1163 snap 398 seq_num 1163) dirty exists 2024-09-13T14:33:57.175 INFO:tasks.rados.rados.0.smithi071.stdout:3119: left oid 12 (ObjNum 1163 snap 398 seq_num 1163) 2024-09-13T14:33:57.175 INFO:tasks.rados.rados.0.smithi071.stdout:3113: done (7 left) 2024-09-13T14:33:57.175 INFO:tasks.rados.rados.0.smithi071.stdout:3114: done (6 left) 2024-09-13T14:33:57.175 INFO:tasks.rados.rados.0.smithi071.stdout:3115: done (5 left) 2024-09-13T14:33:57.175 INFO:tasks.rados.rados.0.smithi071.stdout:3116: done (4 left) 2024-09-13T14:33:57.175 INFO:tasks.rados.rados.0.smithi071.stdout:3117: done (3 left) 2024-09-13T14:33:57.175 INFO:tasks.rados.rados.0.smithi071.stdout:3118: done (2 left) 2024-09-13T14:33:57.176 INFO:tasks.rados.rados.0.smithi071.stdout:3119: done (1 left) 2024-09-13T14:33:57.176 INFO:tasks.rados.rados.0.smithi071.stdout:3120: done (0 left) 2024-09-13T14:33:57.176 INFO:tasks.rados.rados.0.smithi071.stdout:3121: snap_remove snap 369 2024-09-13T14:33:57.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:57 smithi071 ceph-mon[107477]: osdmap e852: 8 total, 8 up, 8 in 2024-09-13T14:33:57.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:57 smithi071 ceph-mon[112785]: osdmap e852: 8 total, 8 up, 8 in 2024-09-13T14:33:57.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:57 smithi104 ceph-mon[105578]: osdmap e852: 8 total, 8 up, 8 in 2024-09-13T14:33:57.907 INFO:tasks.rados.rados.0.smithi071.stdout:3121: done (0 left) 2024-09-13T14:33:57.907 INFO:tasks.rados.rados.0.smithi071.stdout:3122: read oid 42 snap 358 2024-09-13T14:33:57.907 INFO:tasks.rados.rados.0.smithi071.stdout:3122: expect (ObjNum 1032 snap 357 seq_num 1032) 2024-09-13T14:33:57.907 INFO:tasks.rados.rados.0.smithi071.stdout:3123: write oid 14 current snap is 398 2024-09-13T14:33:57.907 INFO:tasks.rados.rados.0.smithi071.stdout:3123: seq_num 1165 ranges {780155=667094,1972934=694072,3309316=270839} 2024-09-13T14:33:57.917 INFO:tasks.rados.rados.0.smithi071.stdout:3123: writing smithi07185159-14 from 780155 to 1447249 tid 1 2024-09-13T14:33:57.923 INFO:tasks.rados.rados.0.smithi071.stdout:3123: writing smithi07185159-14 from 1972934 to 2667006 tid 2 2024-09-13T14:33:57.929 INFO:tasks.rados.rados.0.smithi071.stdout:3123: writing smithi07185159-14 from 3309316 to 3580155 tid 3 2024-09-13T14:33:57.929 INFO:tasks.rados.rados.0.smithi071.stdout:3124: rollback oid 5 current snap is 398 2024-09-13T14:33:57.929 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 5 to 383 2024-09-13T14:33:57.929 INFO:tasks.rados.rados.0.smithi071.stdout:3122: expect (ObjNum 1032 snap 357 seq_num 1032) 2024-09-13T14:33:58.041 INFO:tasks.rados.rados.0.smithi071.stdout:3123: finishing write tid 1 to smithi07185159-14 2024-09-13T14:33:58.041 INFO:tasks.rados.rados.0.smithi071.stdout:3123: finishing write tid 2 to smithi07185159-14 2024-09-13T14:33:58.041 INFO:tasks.rados.rados.0.smithi071.stdout:3123: finishing write tid 3 to smithi07185159-14 2024-09-13T14:33:58.041 INFO:tasks.rados.rados.0.smithi071.stdout:3123: finishing write tid 4 to smithi07185159-14 2024-09-13T14:33:58.042 INFO:tasks.rados.rados.0.smithi071.stdout:3123: finishing write tid 5 to smithi07185159-14 2024-09-13T14:33:58.042 INFO:tasks.rados.rados.0.smithi071.stdout:3123: oid 14 updating version 0 to 1622 2024-09-13T14:33:58.042 INFO:tasks.rados.rados.0.smithi071.stdout:3123: oid 14 version 1622 is already newer than 1616 2024-09-13T14:33:58.042 INFO:tasks.rados.rados.0.smithi071.stdout:3123: oid 14 updating version 1622 to 1623 2024-09-13T14:33:58.042 INFO:tasks.rados.rados.0.smithi071.stdout:3123: oid 14 version 1623 is already newer than 1621 2024-09-13T14:33:58.042 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 14 v 1623 (ObjNum 1165 snap 398 seq_num 1165) dirty exists 2024-09-13T14:33:58.042 INFO:tasks.rados.rados.0.smithi071.stdout:3123: left oid 14 (ObjNum 1165 snap 398 seq_num 1165) 2024-09-13T14:33:58.042 INFO:tasks.rados.rados.0.smithi071.stdout:3124: finishing rollback tid 0 to smithi07185159-5 2024-09-13T14:33:58.042 INFO:tasks.rados.rados.0.smithi071.stdout:3124: finishing rollback tid 1 to smithi07185159-5 2024-09-13T14:33:58.042 INFO:tasks.rados.rados.0.smithi071.stdout:3122: done (2 left) 2024-09-13T14:33:58.042 INFO:tasks.rados.rados.0.smithi071.stdout:3123: done (1 left) 2024-09-13T14:33:58.042 INFO:tasks.rados.rados.0.smithi071.stdout:3125: snap_create 2024-09-13T14:33:58.042 INFO:tasks.rados.rados.0.smithi071.stdout:3124: finishing rollback tid 2 to smithi07185159-5 2024-09-13T14:33:58.043 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 5 v 2856 (ObjNum 838 snap 295 seq_num 838) dirty exists 2024-09-13T14:33:58.309 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:58 smithi071 ceph-mon[107477]: pgmap v730: 89 pgs: 89 active+clean; 290 MiB data, 871 MiB used, 714 GiB / 715 GiB avail; 9.7 MiB/s rd, 3.5 MiB/s wr, 25 op/s; 966 KiB/s, 0 objects/s recovering 2024-09-13T14:33:58.309 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:58 smithi071 ceph-mon[107477]: osdmap e853: 8 total, 8 up, 8 in 2024-09-13T14:33:58.309 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:58 smithi071 ceph-mon[107477]: osdmap e854: 8 total, 8 up, 8 in 2024-09-13T14:33:58.310 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:58 smithi071 ceph-mon[112785]: pgmap v730: 89 pgs: 89 active+clean; 290 MiB data, 871 MiB used, 714 GiB / 715 GiB avail; 9.7 MiB/s rd, 3.5 MiB/s wr, 25 op/s; 966 KiB/s, 0 objects/s recovering 2024-09-13T14:33:58.310 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:58 smithi071 ceph-mon[112785]: osdmap e853: 8 total, 8 up, 8 in 2024-09-13T14:33:58.310 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:58 smithi071 ceph-mon[112785]: osdmap e854: 8 total, 8 up, 8 in 2024-09-13T14:33:58.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:58 smithi104 ceph-mon[105578]: pgmap v730: 89 pgs: 89 active+clean; 290 MiB data, 871 MiB used, 714 GiB / 715 GiB avail; 9.7 MiB/s rd, 3.5 MiB/s wr, 25 op/s; 966 KiB/s, 0 objects/s recovering 2024-09-13T14:33:58.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:58 smithi104 ceph-mon[105578]: osdmap e853: 8 total, 8 up, 8 in 2024-09-13T14:33:58.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:58 smithi104 ceph-mon[105578]: osdmap e854: 8 total, 8 up, 8 in 2024-09-13T14:33:58.903 INFO:tasks.rados.rados.0.smithi071.stdout:3124: done (1 left) 2024-09-13T14:33:58.904 INFO:tasks.rados.rados.0.smithi071.stdout:3125: done (0 left) 2024-09-13T14:33:58.904 INFO:tasks.rados.rados.0.smithi071.stdout:3126: read oid 8 snap -1 2024-09-13T14:33:58.904 INFO:tasks.rados.rados.0.smithi071.stdout:3126: expect (ObjNum 1090 snap 368 seq_num 1090) 2024-09-13T14:33:58.904 INFO:tasks.rados.rados.0.smithi071.stdout:3127: write oid 31 current snap is 399 2024-09-13T14:33:58.904 INFO:tasks.rados.rados.0.smithi071.stdout:3127: seq_num 1166 ranges {796962=742343,2031416=437730,2936739=413167} 2024-09-13T14:33:58.912 INFO:tasks.rados.rados.0.smithi071.stdout:3127: writing smithi07185159-31 from 796962 to 1539305 tid 1 2024-09-13T14:33:58.917 INFO:tasks.rados.rados.0.smithi071.stdout:3127: writing smithi07185159-31 from 2031416 to 2469146 tid 2 2024-09-13T14:33:58.922 INFO:tasks.rados.rados.0.smithi071.stdout:3127: writing smithi07185159-31 from 2936739 to 3349906 tid 3 2024-09-13T14:33:58.922 INFO:tasks.rados.rados.0.smithi071.stdout:3128: snap_create 2024-09-13T14:33:58.922 INFO:tasks.rados.rados.0.smithi071.stdout:3126: expect (ObjNum 1090 snap 368 seq_num 1090) 2024-09-13T14:33:59.033 INFO:tasks.rados.rados.0.smithi071.stdout:3127: finishing write tid 1 to smithi07185159-31 2024-09-13T14:33:59.033 INFO:tasks.rados.rados.0.smithi071.stdout:3127: finishing write tid 2 to smithi07185159-31 2024-09-13T14:33:59.033 INFO:tasks.rados.rados.0.smithi071.stdout:3127: finishing write tid 3 to smithi07185159-31 2024-09-13T14:33:59.034 INFO:tasks.rados.rados.0.smithi071.stdout:3127: finishing write tid 4 to smithi07185159-31 2024-09-13T14:33:59.034 INFO:tasks.rados.rados.0.smithi071.stdout:3127: finishing write tid 5 to smithi07185159-31 2024-09-13T14:33:59.034 INFO:tasks.rados.rados.0.smithi071.stdout:3127: oid 31 updating version 0 to 1471 2024-09-13T14:33:59.034 INFO:tasks.rados.rados.0.smithi071.stdout:3127: oid 31 updating version 1471 to 1472 2024-09-13T14:33:59.034 INFO:tasks.rados.rados.0.smithi071.stdout:3127: oid 31 updating version 1472 to 1473 2024-09-13T14:33:59.034 INFO:tasks.rados.rados.0.smithi071.stdout:3127: oid 31 version 1473 is already newer than 1470 2024-09-13T14:33:59.034 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 31 v 1473 (ObjNum 1166 snap 399 seq_num 1166) dirty exists 2024-09-13T14:33:59.034 INFO:tasks.rados.rados.0.smithi071.stdout:3127: left oid 31 (ObjNum 1166 snap 399 seq_num 1166) 2024-09-13T14:33:59.907 INFO:tasks.rados.rados.0.smithi071.stdout:3126: done (2 left) 2024-09-13T14:33:59.907 INFO:tasks.rados.rados.0.smithi071.stdout:3127: done (1 left) 2024-09-13T14:33:59.908 INFO:tasks.rados.rados.0.smithi071.stdout:3128: done (0 left) 2024-09-13T14:33:59.908 INFO:tasks.rados.rados.0.smithi071.stdout:3129: snap_remove snap 394 2024-09-13T14:33:59.916 DEBUG:teuthology.parallel:result is None 2024-09-13T14:34:00.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:59 smithi104 ceph-mon[105578]: pgmap v733: 89 pgs: 89 active+clean; 294 MiB data, 876 MiB used, 714 GiB / 715 GiB avail; 8.1 MiB/s rd, 2.7 MiB/s wr, 20 op/s 2024-09-13T14:34:00.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:59 smithi104 ceph-mon[105578]: osdmap e855: 8 total, 8 up, 8 in 2024-09-13T14:34:00.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:59 smithi104 ceph-mon[105578]: from='client.34446 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:34:00.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:59 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:34:00.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:59 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:34:00.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:33:59 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:34:00.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:59 smithi071 ceph-mon[107477]: pgmap v733: 89 pgs: 89 active+clean; 294 MiB data, 876 MiB used, 714 GiB / 715 GiB avail; 8.1 MiB/s rd, 2.7 MiB/s wr, 20 op/s 2024-09-13T14:34:00.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:59 smithi071 ceph-mon[107477]: osdmap e855: 8 total, 8 up, 8 in 2024-09-13T14:34:00.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:59 smithi071 ceph-mon[107477]: from='client.34446 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:34:00.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:59 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:34:00.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:59 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:34:00.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:33:59 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:34:00.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:59 smithi071 ceph-mon[112785]: pgmap v733: 89 pgs: 89 active+clean; 294 MiB data, 876 MiB used, 714 GiB / 715 GiB avail; 8.1 MiB/s rd, 2.7 MiB/s wr, 20 op/s 2024-09-13T14:34:00.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:59 smithi071 ceph-mon[112785]: osdmap e855: 8 total, 8 up, 8 in 2024-09-13T14:34:00.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:59 smithi071 ceph-mon[112785]: from='client.34446 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:34:00.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:59 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:34:00.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:59 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:34:00.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:33:59 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:34:00.916 INFO:tasks.rados.rados.0.smithi071.stdout:3129: done (0 left) 2024-09-13T14:34:00.916 INFO:tasks.rados.rados.0.smithi071.stdout:3130: read oid 35 snap -1 2024-09-13T14:34:00.917 INFO:tasks.rados.rados.0.smithi071.stdout:3130: expect deleted 2024-09-13T14:34:00.917 INFO:tasks.rados.rados.0.smithi071.stdout:3131: snap_remove snap 389 2024-09-13T14:34:01.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:00 smithi104 ceph-mon[105578]: osdmap e856: 8 total, 8 up, 8 in 2024-09-13T14:34:01.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:00 smithi071 ceph-mon[107477]: osdmap e856: 8 total, 8 up, 8 in 2024-09-13T14:34:01.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:00 smithi071 ceph-mon[112785]: osdmap e856: 8 total, 8 up, 8 in 2024-09-13T14:34:01.928 INFO:tasks.rados.rados.0.smithi071.stdout:3130: done (1 left) 2024-09-13T14:34:01.928 INFO:tasks.rados.rados.0.smithi071.stdout:3131: done (0 left) 2024-09-13T14:34:01.928 INFO:tasks.rados.rados.0.smithi071.stdout:3132: write oid 38 current snap is 400 2024-09-13T14:34:01.928 INFO:tasks.rados.rados.0.smithi071.stdout:3132: seq_num 1167 ranges {413769=417592,1573545=697741,2847809=624439} 2024-09-13T14:34:01.933 INFO:tasks.rados.rados.0.smithi071.stdout:3132: writing smithi07185159-38 from 413769 to 831361 tid 1 2024-09-13T14:34:01.941 INFO:tasks.rados.rados.0.smithi071.stdout:3132: writing smithi07185159-38 from 1573545 to 2271286 tid 2 2024-09-13T14:34:01.948 INFO:tasks.rados.rados.0.smithi071.stdout:3132: writing smithi07185159-38 from 2847809 to 3472248 tid 3 2024-09-13T14:34:01.948 INFO:tasks.rados.rados.0.smithi071.stdout:3133: read oid 35 snap -1 2024-09-13T14:34:01.949 INFO:tasks.rados.rados.0.smithi071.stdout:3133: expect deleted 2024-09-13T14:34:01.949 INFO:tasks.rados.rados.0.smithi071.stdout:3134: read oid 22 snap -1 2024-09-13T14:34:01.949 INFO:tasks.rados.rados.0.smithi071.stdout:3134: expect (ObjNum 1114 snap 374 seq_num 1114) 2024-09-13T14:34:01.949 INFO:tasks.rados.rados.0.smithi071.stdout:3135: write oid 23 current snap is 400 2024-09-13T14:34:01.949 INFO:tasks.rados.rados.0.smithi071.stdout:3132: finishing write tid 1 to smithi07185159-38 2024-09-13T14:34:01.949 INFO:tasks.rados.rados.0.smithi071.stdout:3132: finishing write tid 2 to smithi07185159-38 2024-09-13T14:34:01.949 INFO:tasks.rados.rados.0.smithi071.stdout:3135: seq_num 1168 ranges {430576=492841,1632027=441399,2475232=435711,3365397=265179} 2024-09-13T14:34:01.953 INFO:tasks.rados.rados.0.smithi071.stdout:3135: writing smithi07185159-23 from 430576 to 923417 tid 1 2024-09-13T14:34:01.959 INFO:tasks.rados.rados.0.smithi071.stdout:3135: writing smithi07185159-23 from 1632027 to 2073426 tid 2 2024-09-13T14:34:01.964 INFO:tasks.rados.rados.0.smithi071.stdout:3135: writing smithi07185159-23 from 2475232 to 2910943 tid 3 2024-09-13T14:34:01.969 INFO:tasks.rados.rados.0.smithi071.stdout:3135: writing smithi07185159-23 from 3365397 to 3630576 tid 4 2024-09-13T14:34:01.969 INFO:tasks.rados.rados.0.smithi071.stdout:3136: read oid 45 snap 358 2024-09-13T14:34:01.969 INFO:tasks.rados.rados.0.smithi071.stdout:3136: expect deleted 2024-09-13T14:34:01.969 INFO:tasks.rados.rados.0.smithi071.stdout:3137: rollback oid 5 current snap is 400 2024-09-13T14:34:01.969 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 5 to 396 2024-09-13T14:34:01.969 INFO:tasks.rados.rados.0.smithi071.stdout:3132: finishing write tid 3 to smithi07185159-38 2024-09-13T14:34:01.969 INFO:tasks.rados.rados.0.smithi071.stdout:3133: done (5 left) 2024-09-13T14:34:01.969 INFO:tasks.rados.rados.0.smithi071.stdout:3138: read oid 42 snap 392 2024-09-13T14:34:01.969 INFO:tasks.rados.rados.0.smithi071.stdout:3138: expect deleted 2024-09-13T14:34:01.970 INFO:tasks.rados.rados.0.smithi071.stdout:3139: rollback oid 3 current snap is 400 2024-09-13T14:34:01.970 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 3 to 379 2024-09-13T14:34:01.970 INFO:tasks.rados.rados.0.smithi071.stdout:3132: finishing write tid 4 to smithi07185159-38 2024-09-13T14:34:01.970 INFO:tasks.rados.rados.0.smithi071.stdout:3132: finishing write tid 5 to smithi07185159-38 2024-09-13T14:34:01.970 INFO:tasks.rados.rados.0.smithi071.stdout:3132: oid 38 updating version 0 to 1485 2024-09-13T14:34:01.970 INFO:tasks.rados.rados.0.smithi071.stdout:3132: oid 38 updating version 1485 to 1486 2024-09-13T14:34:01.970 INFO:tasks.rados.rados.0.smithi071.stdout:3132: oid 38 version 1486 is already newer than 1484 2024-09-13T14:34:01.970 INFO:tasks.rados.rados.0.smithi071.stdout:3132: oid 38 version 1486 is already newer than 1483 2024-09-13T14:34:01.970 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 38 v 1486 (ObjNum 1167 snap 400 seq_num 1167) dirty exists 2024-09-13T14:34:01.970 INFO:tasks.rados.rados.0.smithi071.stdout:3132: left oid 38 (ObjNum 1167 snap 400 seq_num 1167) 2024-09-13T14:34:01.970 INFO:tasks.rados.rados.0.smithi071.stdout:3134: expect (ObjNum 1114 snap 374 seq_num 1114) 2024-09-13T14:34:02.122 INFO:tasks.rados.rados.0.smithi071.stdout:3135: finishing write tid 1 to smithi07185159-23 2024-09-13T14:34:02.122 INFO:tasks.rados.rados.0.smithi071.stdout:3135: finishing write tid 2 to smithi07185159-23 2024-09-13T14:34:02.122 INFO:tasks.rados.rados.0.smithi071.stdout:3132: done (6 left) 2024-09-13T14:34:02.122 INFO:tasks.rados.rados.0.smithi071.stdout:3134: done (5 left) 2024-09-13T14:34:02.122 INFO:tasks.rados.rados.0.smithi071.stdout:3140: read oid 10 snap -1 2024-09-13T14:34:02.123 INFO:tasks.rados.rados.0.smithi071.stdout:3140: expect (ObjNum 1155 snap 397 seq_num 1155) 2024-09-13T14:34:02.123 INFO:tasks.rados.rados.0.smithi071.stdout:3141: delete oid 2 current snap is 400 2024-09-13T14:34:02.123 INFO:tasks.rados.rados.0.smithi071.stdout:3135: finishing write tid 3 to smithi07185159-23 2024-09-13T14:34:02.123 INFO:tasks.rados.rados.0.smithi071.stdout:3135: finishing write tid 4 to smithi07185159-23 2024-09-13T14:34:02.123 INFO:tasks.rados.rados.0.smithi071.stdout:3135: finishing write tid 5 to smithi07185159-23 2024-09-13T14:34:02.123 INFO:tasks.rados.rados.0.smithi071.stdout:3135: finishing write tid 6 to smithi07185159-23 2024-09-13T14:34:02.123 INFO:tasks.rados.rados.0.smithi071.stdout:3135: oid 23 updating version 0 to 1596 2024-09-13T14:34:02.123 INFO:tasks.rados.rados.0.smithi071.stdout:3135: oid 23 version 1596 is already newer than 1595 2024-09-13T14:34:02.123 INFO:tasks.rados.rados.0.smithi071.stdout:3135: oid 23 version 1596 is already newer than 1594 2024-09-13T14:34:02.123 INFO:tasks.rados.rados.0.smithi071.stdout:3135: oid 23 version 1596 is already newer than 1593 2024-09-13T14:34:02.123 INFO:tasks.rados.rados.0.smithi071.stdout:3135: oid 23 version 1596 is already newer than 1592 2024-09-13T14:34:02.123 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 23 v 1596 (ObjNum 1168 snap 400 seq_num 1168) dirty exists 2024-09-13T14:34:02.123 INFO:tasks.rados.rados.0.smithi071.stdout:3135: left oid 23 (ObjNum 1168 snap 400 seq_num 1168) 2024-09-13T14:34:02.123 INFO:tasks.rados.rados.0.smithi071.stdout:3137: finishing rollback tid 0 to smithi07185159-5 2024-09-13T14:34:02.124 INFO:tasks.rados.rados.0.smithi071.stdout:3137: finishing rollback tid 1 to smithi07185159-5 2024-09-13T14:34:02.124 INFO:tasks.rados.rados.0.smithi071.stdout:3137: finishing rollback tid 2 to smithi07185159-5 2024-09-13T14:34:02.124 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 5 v 2868 (ObjNum 1136 snap 384 seq_num 1136) dirty exists 2024-09-13T14:34:02.124 INFO:tasks.rados.rados.0.smithi071.stdout:3139: finishing rollback tid 1 to smithi07185159-3 2024-09-13T14:34:02.124 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 3 v 2780 (ObjNum 289 snap 0 seq_num 0) dirty dne 2024-09-13T14:34:02.124 INFO:tasks.rados.rados.0.smithi071.stdout:3135: done (6 left) 2024-09-13T14:34:02.124 INFO:tasks.rados.rados.0.smithi071.stdout:3136: done (5 left) 2024-09-13T14:34:02.125 INFO:tasks.rados.rados.0.smithi071.stdout:3137: done (4 left) 2024-09-13T14:34:02.125 INFO:tasks.rados.rados.0.smithi071.stdout:3138: done (3 left) 2024-09-13T14:34:02.125 INFO:tasks.rados.rados.0.smithi071.stdout:3139: done (2 left) 2024-09-13T14:34:02.125 INFO:tasks.rados.rados.0.smithi071.stdout:3141: done (1 left) 2024-09-13T14:34:02.125 INFO:tasks.rados.rados.0.smithi071.stdout:3142: snap_remove snap 393 2024-09-13T14:34:02.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:01 smithi104 ceph-mon[105578]: pgmap v736: 89 pgs: 89 active+clean; 301 MiB data, 893 MiB used, 714 GiB / 715 GiB avail; 4.2 MiB/s rd, 1.4 MiB/s wr, 12 op/s 2024-09-13T14:34:02.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:01 smithi104 ceph-mon[105578]: osdmap e857: 8 total, 8 up, 8 in 2024-09-13T14:34:02.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:01 smithi071 ceph-mon[107477]: pgmap v736: 89 pgs: 89 active+clean; 301 MiB data, 893 MiB used, 714 GiB / 715 GiB avail; 4.2 MiB/s rd, 1.4 MiB/s wr, 12 op/s 2024-09-13T14:34:02.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:01 smithi071 ceph-mon[107477]: osdmap e857: 8 total, 8 up, 8 in 2024-09-13T14:34:02.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:01 smithi071 ceph-mon[112785]: pgmap v736: 89 pgs: 89 active+clean; 301 MiB data, 893 MiB used, 714 GiB / 715 GiB avail; 4.2 MiB/s rd, 1.4 MiB/s wr, 12 op/s 2024-09-13T14:34:02.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:01 smithi071 ceph-mon[112785]: osdmap e857: 8 total, 8 up, 8 in 2024-09-13T14:34:02.904 INFO:tasks.rados.rados.0.smithi071.stdout:3140: expect (ObjNum 1155 snap 397 seq_num 1155) 2024-09-13T14:34:03.060 INFO:tasks.rados.rados.0.smithi071.stdout:3140: done (1 left) 2024-09-13T14:34:03.061 INFO:tasks.rados.rados.0.smithi071.stdout:3142: done (0 left) 2024-09-13T14:34:03.061 INFO:tasks.rados.rados.0.smithi071.stdout:3143: snap_remove snap 384 2024-09-13T14:34:03.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:02 smithi071 ceph-mon[107477]: osdmap e858: 8 total, 8 up, 8 in 2024-09-13T14:34:03.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:02 smithi071 ceph-mon[107477]: osdmap e859: 8 total, 8 up, 8 in 2024-09-13T14:34:03.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:34:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:34:02] "GET /metrics HTTP/1.1" 200 36399 "" "Prometheus/2.51.0" 2024-09-13T14:34:03.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:02 smithi071 ceph-mon[112785]: osdmap e858: 8 total, 8 up, 8 in 2024-09-13T14:34:03.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:02 smithi071 ceph-mon[112785]: osdmap e859: 8 total, 8 up, 8 in 2024-09-13T14:34:03.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:02 smithi104 ceph-mon[105578]: osdmap e858: 8 total, 8 up, 8 in 2024-09-13T14:34:03.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:02 smithi104 ceph-mon[105578]: osdmap e859: 8 total, 8 up, 8 in 2024-09-13T14:34:03.943 INFO:tasks.rados.rados.0.smithi071.stdout:3143: done (0 left) 2024-09-13T14:34:03.943 INFO:tasks.rados.rados.0.smithi071.stdout:3144: write oid 40 current snap is 400 2024-09-13T14:34:03.944 INFO:tasks.rados.rados.0.smithi071.stdout:3144: seq_num 1170 ranges {464190=643339,1748991=445068,2930078=574608} 2024-09-13T14:34:03.950 INFO:tasks.rados.rados.0.smithi071.stdout:3144: writing smithi07185159-40 from 464190 to 1107529 tid 1 2024-09-13T14:34:03.957 INFO:tasks.rados.rados.0.smithi071.stdout:3144: writing smithi07185159-40 from 1748991 to 2194059 tid 2 2024-09-13T14:34:03.964 INFO:tasks.rados.rados.0.smithi071.stdout:3144: writing smithi07185159-40 from 2930078 to 3504686 tid 3 2024-09-13T14:34:03.964 INFO:tasks.rados.rados.0.smithi071.stdout:3145: delete oid 19 current snap is 400 2024-09-13T14:34:03.965 INFO:tasks.rados.rados.0.smithi071.stdout:3144: finishing write tid 1 to smithi07185159-40 2024-09-13T14:34:03.965 INFO:tasks.rados.rados.0.smithi071.stdout:3144: finishing write tid 2 to smithi07185159-40 2024-09-13T14:34:03.967 INFO:tasks.rados.rados.0.smithi071.stdout:3145: done (1 left) 2024-09-13T14:34:03.967 INFO:tasks.rados.rados.0.smithi071.stdout:3146: delete oid 33 current snap is 400 2024-09-13T14:34:03.968 INFO:tasks.rados.rados.0.smithi071.stdout:3144: finishing write tid 3 to smithi07185159-40 2024-09-13T14:34:03.968 INFO:tasks.rados.rados.0.smithi071.stdout:3144: finishing write tid 4 to smithi07185159-40 2024-09-13T14:34:03.968 INFO:tasks.rados.rados.0.smithi071.stdout:3144: finishing write tid 5 to smithi07185159-40 2024-09-13T14:34:03.968 INFO:tasks.rados.rados.0.smithi071.stdout:3144: oid 40 updating version 0 to 684 2024-09-13T14:34:03.968 INFO:tasks.rados.rados.0.smithi071.stdout:3144: oid 40 updating version 684 to 686 2024-09-13T14:34:03.968 INFO:tasks.rados.rados.0.smithi071.stdout:3144: oid 40 version 686 is already newer than 685 2024-09-13T14:34:03.968 INFO:tasks.rados.rados.0.smithi071.stdout:3144: oid 40 version 686 is already newer than 683 2024-09-13T14:34:03.968 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 40 v 686 (ObjNum 1170 snap 400 seq_num 1170) dirty exists 2024-09-13T14:34:03.968 INFO:tasks.rados.rados.0.smithi071.stdout:3144: left oid 40 (ObjNum 1170 snap 400 seq_num 1170) 2024-09-13T14:34:03.969 INFO:tasks.rados.rados.0.smithi071.stdout:3144: done (1 left) 2024-09-13T14:34:03.969 INFO:tasks.rados.rados.0.smithi071.stdout:3146: done (0 left) 2024-09-13T14:34:03.969 INFO:tasks.rados.rados.0.smithi071.stdout:3147: snap_create 2024-09-13T14:34:04.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:03 smithi071 ceph-mon[107477]: pgmap v739: 89 pgs: 2 active+clean+snaptrim, 1 active+clean+snaptrim_wait, 86 active+clean; 303 MiB data, 895 MiB used, 714 GiB / 715 GiB avail; 5.1 MiB/s rd, 1.4 MiB/s wr, 13 op/s 2024-09-13T14:34:04.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:03 smithi071 ceph-mon[112785]: pgmap v739: 89 pgs: 2 active+clean+snaptrim, 1 active+clean+snaptrim_wait, 86 active+clean; 303 MiB data, 895 MiB used, 714 GiB / 715 GiB avail; 5.1 MiB/s rd, 1.4 MiB/s wr, 13 op/s 2024-09-13T14:34:04.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:03 smithi104 ceph-mon[105578]: pgmap v739: 89 pgs: 2 active+clean+snaptrim, 1 active+clean+snaptrim_wait, 86 active+clean; 303 MiB data, 895 MiB used, 714 GiB / 715 GiB avail; 5.1 MiB/s rd, 1.4 MiB/s wr, 13 op/s 2024-09-13T14:34:04.951 INFO:tasks.rados.rados.0.smithi071.stdout:3147: done (0 left) 2024-09-13T14:34:04.951 INFO:tasks.rados.rados.0.smithi071.stdout:3148: rollback oid 4 current snap is 401 2024-09-13T14:34:04.951 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 4 to 399 2024-09-13T14:34:04.951 INFO:tasks.rados.rados.0.smithi071.stdout:3149: snap_create 2024-09-13T14:34:04.957 INFO:tasks.rados.rados.0.smithi071.stdout:3148: finishing rollback tid 1 to smithi07185159-4 2024-09-13T14:34:04.957 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 4 v 1459 (ObjNum 273 snap 0 seq_num 0) dirty dne 2024-09-13T14:34:05.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:04 smithi071 ceph-mon[107477]: osdmap e860: 8 total, 8 up, 8 in 2024-09-13T14:34:05.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:04 smithi071 ceph-mon[112785]: osdmap e860: 8 total, 8 up, 8 in 2024-09-13T14:34:05.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:04 smithi104 ceph-mon[105578]: osdmap e860: 8 total, 8 up, 8 in 2024-09-13T14:34:05.950 INFO:tasks.rados.rados.0.smithi071.stdout:3148: done (1 left) 2024-09-13T14:34:05.950 INFO:tasks.rados.rados.0.smithi071.stdout:3149: done (0 left) 2024-09-13T14:34:05.950 INFO:tasks.rados.rados.0.smithi071.stdout:3150: rollback oid 18 current snap is 402 2024-09-13T14:34:05.950 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 18 to 388 2024-09-13T14:34:05.950 INFO:tasks.rados.rados.0.smithi071.stdout:3151: read oid 29 snap 400 2024-09-13T14:34:05.950 INFO:tasks.rados.rados.0.smithi071.stdout:3151: expect deleted 2024-09-13T14:34:05.950 INFO:tasks.rados.rados.0.smithi071.stdout:3152: snap_create 2024-09-13T14:34:05.957 INFO:tasks.rados.rados.0.smithi071.stdout:3150: finishing rollback tid 0 to smithi07185159-18 2024-09-13T14:34:05.957 INFO:tasks.rados.rados.0.smithi071.stdout:3150: finishing rollback tid 1 to smithi07185159-18 2024-09-13T14:34:05.957 INFO:tasks.rados.rados.0.smithi071.stdout:3150: finishing rollback tid 2 to smithi07185159-18 2024-09-13T14:34:05.957 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 18 v 2881 (ObjNum 1127 snap 382 seq_num 1127) dirty exists 2024-09-13T14:34:06.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:05 smithi071 ceph-mon[107477]: pgmap v742: 89 pgs: 2 active+clean+snaptrim, 1 active+clean+snaptrim_wait, 86 active+clean; 303 MiB data, 901 MiB used, 714 GiB / 715 GiB avail; 2.6 MiB/s rd, 399 KiB/s wr, 5 op/s 2024-09-13T14:34:06.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:05 smithi071 ceph-mon[107477]: osdmap e861: 8 total, 8 up, 8 in 2024-09-13T14:34:06.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:05 smithi071 ceph-mon[112785]: pgmap v742: 89 pgs: 2 active+clean+snaptrim, 1 active+clean+snaptrim_wait, 86 active+clean; 303 MiB data, 901 MiB used, 714 GiB / 715 GiB avail; 2.6 MiB/s rd, 399 KiB/s wr, 5 op/s 2024-09-13T14:34:06.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:05 smithi071 ceph-mon[112785]: osdmap e861: 8 total, 8 up, 8 in 2024-09-13T14:34:06.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:05 smithi104 ceph-mon[105578]: pgmap v742: 89 pgs: 2 active+clean+snaptrim, 1 active+clean+snaptrim_wait, 86 active+clean; 303 MiB data, 901 MiB used, 714 GiB / 715 GiB avail; 2.6 MiB/s rd, 399 KiB/s wr, 5 op/s 2024-09-13T14:34:06.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:05 smithi104 ceph-mon[105578]: osdmap e861: 8 total, 8 up, 8 in 2024-09-13T14:34:06.963 INFO:tasks.rados.rados.0.smithi071.stdout:3150: done (2 left) 2024-09-13T14:34:06.963 INFO:tasks.rados.rados.0.smithi071.stdout:3151: done (1 left) 2024-09-13T14:34:06.963 INFO:tasks.rados.rados.0.smithi071.stdout:3152: done (0 left) 2024-09-13T14:34:06.963 INFO:tasks.rados.rados.0.smithi071.stdout:3153: read oid 26 snap -1 2024-09-13T14:34:06.963 INFO:tasks.rados.rados.0.smithi071.stdout:3153: expect (ObjNum 1075 snap 367 seq_num 1075) 2024-09-13T14:34:06.963 INFO:tasks.rados.rados.0.smithi071.stdout:3154: snap_remove snap 397 2024-09-13T14:34:07.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:06 smithi071 ceph-mon[107477]: osdmap e862: 8 total, 8 up, 8 in 2024-09-13T14:34:07.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:06 smithi071 ceph-mon[112785]: osdmap e862: 8 total, 8 up, 8 in 2024-09-13T14:34:07.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:06 smithi104 ceph-mon[105578]: osdmap e862: 8 total, 8 up, 8 in 2024-09-13T14:34:07.905 INFO:tasks.rados.rados.0.smithi071.stdout:3153: expect (ObjNum 1075 snap 367 seq_num 1075) 2024-09-13T14:34:08.028 INFO:tasks.rados.rados.0.smithi071.stdout:3153: done (1 left) 2024-09-13T14:34:08.028 INFO:tasks.rados.rados.0.smithi071.stdout:3154: done (0 left) 2024-09-13T14:34:08.028 INFO:tasks.rados.rados.0.smithi071.stdout:3155: write oid 1 current snap is 403 2024-09-13T14:34:08.028 INFO:tasks.rados.rados.0.smithi071.stdout:3155: seq_num 1173 ranges {514611=585439,1524437=592395,2895994=408424} 2024-09-13T14:34:08.034 INFO:tasks.rados.rados.0.smithi071.stdout:3155: writing smithi07185159-1 from 514611 to 1100050 tid 1 2024-09-13T14:34:08.039 INFO:tasks.rados.rados.0.smithi071.stdout:3155: writing smithi07185159-1 from 1524437 to 2116832 tid 2 2024-09-13T14:34:08.045 INFO:tasks.rados.rados.0.smithi071.stdout:3155: writing smithi07185159-1 from 2895994 to 3304418 tid 3 2024-09-13T14:34:08.046 INFO:tasks.rados.rados.0.smithi071.stdout:3156: snap_remove snap 396 2024-09-13T14:34:08.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:07 smithi071 ceph-mon[107477]: pgmap v745: 89 pgs: 89 active+clean; 311 MiB data, 911 MiB used, 714 GiB / 715 GiB avail; 8.4 MiB/s rd, 1.2 MiB/s wr, 12 op/s 2024-09-13T14:34:08.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:07 smithi071 ceph-mon[107477]: osdmap e863: 8 total, 8 up, 8 in 2024-09-13T14:34:08.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:07 smithi071 ceph-mon[107477]: osdmap e864: 8 total, 8 up, 8 in 2024-09-13T14:34:08.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:07 smithi071 ceph-mon[112785]: pgmap v745: 89 pgs: 89 active+clean; 311 MiB data, 911 MiB used, 714 GiB / 715 GiB avail; 8.4 MiB/s rd, 1.2 MiB/s wr, 12 op/s 2024-09-13T14:34:08.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:07 smithi071 ceph-mon[112785]: osdmap e863: 8 total, 8 up, 8 in 2024-09-13T14:34:08.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:07 smithi071 ceph-mon[112785]: osdmap e864: 8 total, 8 up, 8 in 2024-09-13T14:34:08.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:07 smithi104 ceph-mon[105578]: pgmap v745: 89 pgs: 89 active+clean; 311 MiB data, 911 MiB used, 714 GiB / 715 GiB avail; 8.4 MiB/s rd, 1.2 MiB/s wr, 12 op/s 2024-09-13T14:34:08.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:07 smithi104 ceph-mon[105578]: osdmap e863: 8 total, 8 up, 8 in 2024-09-13T14:34:08.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:07 smithi104 ceph-mon[105578]: osdmap e864: 8 total, 8 up, 8 in 2024-09-13T14:34:08.967 INFO:tasks.rados.rados.0.smithi071.stdout:3156: done (1 left) 2024-09-13T14:34:08.967 INFO:tasks.rados.rados.0.smithi071.stdout:3157: snap_remove snap 400 2024-09-13T14:34:09.972 INFO:tasks.rados.rados.0.smithi071.stdout:3157: done (1 left) 2024-09-13T14:34:09.972 INFO:tasks.rados.rados.0.smithi071.stdout:3158: delete oid 30 current snap is 403 2024-09-13T14:34:09.973 INFO:tasks.rados.rados.0.smithi071.stdout:3155: finishing write tid 1 to smithi07185159-1 2024-09-13T14:34:09.973 INFO:tasks.rados.rados.0.smithi071.stdout:3155: finishing write tid 2 to smithi07185159-1 2024-09-13T14:34:09.973 INFO:tasks.rados.rados.0.smithi071.stdout:3155: finishing write tid 3 to smithi07185159-1 2024-09-13T14:34:09.973 INFO:tasks.rados.rados.0.smithi071.stdout:3155: finishing write tid 4 to smithi07185159-1 2024-09-13T14:34:09.973 INFO:tasks.rados.rados.0.smithi071.stdout:3155: finishing write tid 5 to smithi07185159-1 2024-09-13T14:34:09.973 INFO:tasks.rados.rados.0.smithi071.stdout:3155: oid 1 updating version 0 to 2889 2024-09-13T14:34:09.973 INFO:tasks.rados.rados.0.smithi071.stdout:3155: oid 1 version 2889 is already newer than 2886 2024-09-13T14:34:09.973 INFO:tasks.rados.rados.0.smithi071.stdout:3155: oid 1 version 2889 is already newer than 2888 2024-09-13T14:34:09.973 INFO:tasks.rados.rados.0.smithi071.stdout:3155: oid 1 version 2889 is already newer than 2887 2024-09-13T14:34:09.973 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 1 v 2889 (ObjNum 1173 snap 403 seq_num 1173) dirty exists 2024-09-13T14:34:09.973 INFO:tasks.rados.rados.0.smithi071.stdout:3155: left oid 1 (ObjNum 1173 snap 403 seq_num 1173) 2024-09-13T14:34:09.975 INFO:tasks.rados.rados.0.smithi071.stdout:3155: done (1 left) 2024-09-13T14:34:09.975 INFO:tasks.rados.rados.0.smithi071.stdout:3158: done (0 left) 2024-09-13T14:34:09.975 INFO:tasks.rados.rados.0.smithi071.stdout:3159: rollback oid 49 current snap is 403 2024-09-13T14:34:09.975 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 49 to 377 2024-09-13T14:34:09.975 INFO:tasks.rados.rados.0.smithi071.stdout:3160: rollback oid 18 current snap is 403 2024-09-13T14:34:09.976 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 18 to 382 2024-09-13T14:34:09.976 INFO:tasks.rados.rados.0.smithi071.stdout:3161: rollback oid 41 current snap is 403 2024-09-13T14:34:09.976 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 41 to 383 2024-09-13T14:34:09.976 INFO:tasks.rados.rados.0.smithi071.stdout:3162: read oid 30 snap -1 2024-09-13T14:34:09.976 INFO:tasks.rados.rados.0.smithi071.stdout:3162: expect deleted 2024-09-13T14:34:09.976 INFO:tasks.rados.rados.0.smithi071.stdout:3163: read oid 25 snap -1 2024-09-13T14:34:09.976 INFO:tasks.rados.rados.0.smithi071.stdout:3163: expect (ObjNum 1156 snap 397 seq_num 1156) 2024-09-13T14:34:09.976 INFO:tasks.rados.rados.0.smithi071.stdout:3164: write oid 37 current snap is 403 2024-09-13T14:34:09.976 INFO:tasks.rados.rados.0.smithi071.stdout:3164: seq_num 1175 ranges {548225=735937,1925048=596064,2950840=547321} 2024-09-13T14:34:09.982 INFO:tasks.rados.rados.0.smithi071.stdout:3164: writing smithi07185159-37 from 548225 to 1284162 tid 1 2024-09-13T14:34:09.990 INFO:tasks.rados.rados.0.smithi071.stdout:3164: writing smithi07185159-37 from 1925048 to 2521112 tid 2 2024-09-13T14:34:09.995 INFO:tasks.rados.rados.0.smithi071.stdout:3164: writing smithi07185159-37 from 2950840 to 3498161 tid 3 2024-09-13T14:34:09.995 INFO:tasks.rados.rados.0.smithi071.stdout:3165: write oid 23 current snap is 403 2024-09-13T14:34:09.996 INFO:tasks.rados.rados.0.smithi071.stdout:3165: seq_num 1176 ranges {565032=411186,1583530=456075,2578263=758593} 2024-09-13T14:34:10.000 INFO:tasks.rados.rados.0.smithi071.stdout:3165: writing smithi07185159-23 from 565032 to 976218 tid 1 2024-09-13T14:34:10.006 INFO:tasks.rados.rados.0.smithi071.stdout:3165: writing smithi07185159-23 from 1583530 to 2039605 tid 2 2024-09-13T14:34:10.013 INFO:tasks.rados.rados.0.smithi071.stdout:3165: writing smithi07185159-23 from 2578263 to 3336856 tid 3 2024-09-13T14:34:10.014 INFO:tasks.rados.rados.0.smithi071.stdout:3166: write oid 7 current snap is 403 2024-09-13T14:34:10.014 INFO:tasks.rados.rados.0.smithi071.stdout:3166: seq_num 1177 ranges {581839=486435,1642012=599733,3005686=569865} 2024-09-13T14:34:10.019 INFO:tasks.rados.rados.0.smithi071.stdout:3166: writing smithi07185159-7 from 581839 to 1068274 tid 1 2024-09-13T14:34:10.026 INFO:tasks.rados.rados.0.smithi071.stdout:3166: writing smithi07185159-7 from 1642012 to 2241745 tid 2 2024-09-13T14:34:10.034 INFO:tasks.rados.rados.0.smithi071.stdout:3166: writing smithi07185159-7 from 3005686 to 3575551 tid 3 2024-09-13T14:34:10.034 INFO:tasks.rados.rados.0.smithi071.stdout:3167: read oid 38 snap 392 2024-09-13T14:34:10.034 INFO:tasks.rados.rados.0.smithi071.stdout:3167: expect (ObjNum 1144 snap 390 seq_num 1144) 2024-09-13T14:34:10.034 INFO:tasks.rados.rados.0.smithi071.stdout:3168: delete oid 2 current snap is 403 2024-09-13T14:34:10.034 INFO:tasks.rados.rados.0.smithi071.stdout:3161: finishing rollback tid 1 to smithi07185159-41 2024-09-13T14:34:10.035 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 41 v 1551 (ObjNum 161 snap 0 seq_num 1694977531) dirty dne 2024-09-13T14:34:10.035 INFO:tasks.rados.rados.0.smithi071.stdout:3159: finishing rollback tid 0 to smithi07185159-49 2024-09-13T14:34:10.035 INFO:tasks.rados.rados.0.smithi071.stdout:3160: finishing rollback tid 0 to smithi07185159-18 2024-09-13T14:34:10.035 INFO:tasks.rados.rados.0.smithi071.stdout:3163: expect (ObjNum 1156 snap 397 seq_num 1156) 2024-09-13T14:34:10.186 INFO:tasks.rados.rados.0.smithi071.stdout:3159: finishing rollback tid 1 to smithi07185159-49 2024-09-13T14:34:10.187 INFO:tasks.rados.rados.0.smithi071.stdout:3159: finishing rollback tid 2 to smithi07185159-49 2024-09-13T14:34:10.187 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 49 v 1661 (ObjNum 1097 snap 371 seq_num 1097) dirty exists 2024-09-13T14:34:10.187 INFO:tasks.rados.rados.0.smithi071.stdout:3160: finishing rollback tid 1 to smithi07185159-18 2024-09-13T14:34:10.187 INFO:tasks.rados.rados.0.smithi071.stdout:3160: finishing rollback tid 2 to smithi07185159-18 2024-09-13T14:34:10.187 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 18 v 2899 (ObjNum 1127 snap 382 seq_num 1127) dirty exists 2024-09-13T14:34:10.187 INFO:tasks.rados.rados.0.smithi071.stdout:3164: finishing write tid 1 to smithi07185159-37 2024-09-13T14:34:10.187 INFO:tasks.rados.rados.0.smithi071.stdout:3159: done (9 left) 2024-09-13T14:34:10.187 INFO:tasks.rados.rados.0.smithi071.stdout:3160: done (8 left) 2024-09-13T14:34:10.187 INFO:tasks.rados.rados.0.smithi071.stdout:3161: done (7 left) 2024-09-13T14:34:10.187 INFO:tasks.rados.rados.0.smithi071.stdout:3162: done (6 left) 2024-09-13T14:34:10.187 INFO:tasks.rados.rados.0.smithi071.stdout:3163: done (5 left) 2024-09-13T14:34:10.187 INFO:tasks.rados.rados.0.smithi071.stdout:3168: done (4 left) 2024-09-13T14:34:10.187 INFO:tasks.rados.rados.0.smithi071.stdout:3169: write oid 33 current snap is 403 2024-09-13T14:34:10.188 INFO:tasks.rados.rados.0.smithi071.stdout:3164: finishing write tid 2 to smithi07185159-37 2024-09-13T14:34:10.188 INFO:tasks.rados.rados.0.smithi071.stdout:3164: finishing write tid 3 to smithi07185159-37 2024-09-13T14:34:10.188 INFO:tasks.rados.rados.0.smithi071.stdout:3169: seq_num 1179 ranges {615453=753286,2158976=603402,3460532=354921} 2024-09-13T14:34:10.193 INFO:tasks.rados.rados.0.smithi071.stdout:3169: writing smithi07185159-33 from 615453 to 1368739 tid 1 2024-09-13T14:34:10.201 INFO:tasks.rados.rados.0.smithi071.stdout:3169: writing smithi07185159-33 from 2158976 to 2762378 tid 2 2024-09-13T14:34:10.208 INFO:tasks.rados.rados.0.smithi071.stdout:3169: writing smithi07185159-33 from 3460532 to 3815453 tid 3 2024-09-13T14:34:10.208 INFO:tasks.rados.rados.0.smithi071.stdout:3164: finishing write tid 4 to smithi07185159-37 2024-09-13T14:34:10.208 INFO:tasks.rados.rados.0.smithi071.stdout:3164: finishing write tid 5 to smithi07185159-37 2024-09-13T14:34:10.208 INFO:tasks.rados.rados.0.smithi071.stdout:3164: oid 37 updating version 0 to 885 2024-09-13T14:34:10.208 INFO:tasks.rados.rados.0.smithi071.stdout:3164: oid 37 version 885 is already newer than 883 2024-09-13T14:34:10.208 INFO:tasks.rados.rados.0.smithi071.stdout:3164: oid 37 version 885 is already newer than 884 2024-09-13T14:34:10.208 INFO:tasks.rados.rados.0.smithi071.stdout:3164: oid 37 version 885 is already newer than 882 2024-09-13T14:34:10.208 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 37 v 885 (ObjNum 1175 snap 403 seq_num 1175) dirty exists 2024-09-13T14:34:10.209 INFO:tasks.rados.rados.0.smithi071.stdout:3164: left oid 37 (ObjNum 1175 snap 403 seq_num 1175) 2024-09-13T14:34:10.209 INFO:tasks.rados.rados.0.smithi071.stdout:3170: read oid 40 snap 401 2024-09-13T14:34:10.209 INFO:tasks.rados.rados.0.smithi071.stdout:3170: expect (ObjNum 1170 snap 400 seq_num 1170) 2024-09-13T14:34:10.209 INFO:tasks.rados.rados.0.smithi071.stdout:3164: done (5 left) 2024-09-13T14:34:10.209 INFO:tasks.rados.rados.0.smithi071.stdout:3171: delete oid 22 current snap is 403 2024-09-13T14:34:10.209 INFO:tasks.rados.rados.0.smithi071.stdout:3165: finishing write tid 1 to smithi07185159-23 2024-09-13T14:34:10.209 INFO:tasks.rados.rados.0.smithi071.stdout:3165: finishing write tid 2 to smithi07185159-23 2024-09-13T14:34:10.209 INFO:tasks.rados.rados.0.smithi071.stdout:3165: finishing write tid 3 to smithi07185159-23 2024-09-13T14:34:10.209 INFO:tasks.rados.rados.0.smithi071.stdout:3165: finishing write tid 4 to smithi07185159-23 2024-09-13T14:34:10.209 INFO:tasks.rados.rados.0.smithi071.stdout:3165: finishing write tid 5 to smithi07185159-23 2024-09-13T14:34:10.209 INFO:tasks.rados.rados.0.smithi071.stdout:3165: oid 23 updating version 0 to 1614 2024-09-13T14:34:10.209 INFO:tasks.rados.rados.0.smithi071.stdout:3165: oid 23 version 1614 is already newer than 1612 2024-09-13T14:34:10.209 INFO:tasks.rados.rados.0.smithi071.stdout:3165: oid 23 updating version 1614 to 1615 2024-09-13T14:34:10.210 INFO:tasks.rados.rados.0.smithi071.stdout:3165: oid 23 version 1615 is already newer than 1613 2024-09-13T14:34:10.210 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 23 v 1615 (ObjNum 1176 snap 403 seq_num 1176) dirty exists 2024-09-13T14:34:10.210 INFO:tasks.rados.rados.0.smithi071.stdout:3165: left oid 23 (ObjNum 1176 snap 403 seq_num 1176) 2024-09-13T14:34:10.210 INFO:tasks.rados.rados.0.smithi071.stdout:3166: finishing write tid 1 to smithi07185159-7 2024-09-13T14:34:10.210 INFO:tasks.rados.rados.0.smithi071.stdout:3166: finishing write tid 2 to smithi07185159-7 2024-09-13T14:34:10.210 INFO:tasks.rados.rados.0.smithi071.stdout:3166: finishing write tid 3 to smithi07185159-7 2024-09-13T14:34:10.210 INFO:tasks.rados.rados.0.smithi071.stdout:3166: finishing write tid 4 to smithi07185159-7 2024-09-13T14:34:10.210 INFO:tasks.rados.rados.0.smithi071.stdout:3166: finishing write tid 5 to smithi07185159-7 2024-09-13T14:34:10.210 INFO:tasks.rados.rados.0.smithi071.stdout:3166: oid 7 updating version 0 to 398 2024-09-13T14:34:10.210 INFO:tasks.rados.rados.0.smithi071.stdout:3166: oid 7 updating version 398 to 399 2024-09-13T14:34:10.210 INFO:tasks.rados.rados.0.smithi071.stdout:3166: oid 7 updating version 399 to 400 2024-09-13T14:34:10.210 INFO:tasks.rados.rados.0.smithi071.stdout:3166: oid 7 updating version 400 to 401 2024-09-13T14:34:10.210 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 7 v 401 (ObjNum 1177 snap 403 seq_num 1177) dirty exists 2024-09-13T14:34:10.210 INFO:tasks.rados.rados.0.smithi071.stdout:3166: left oid 7 (ObjNum 1177 snap 403 seq_num 1177) 2024-09-13T14:34:10.211 INFO:tasks.rados.rados.0.smithi071.stdout:3167: expect (ObjNum 1144 snap 390 seq_num 1144) 2024-09-13T14:34:10.235 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:09 smithi104 ceph-mon[105578]: pgmap v748: 89 pgs: 89 active+clean; 311 MiB data, 913 MiB used, 714 GiB / 715 GiB avail; 6.8 MiB/s rd, 1.2 MiB/s wr, 10 op/s 2024-09-13T14:34:10.235 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:09 smithi104 ceph-mon[105578]: osdmap e865: 8 total, 8 up, 8 in 2024-09-13T14:34:10.312 INFO:tasks.rados.rados.0.smithi071.stdout:3169: finishing write tid 1 to smithi07185159-33 2024-09-13T14:34:10.312 INFO:tasks.rados.rados.0.smithi071.stdout:3169: finishing write tid 2 to smithi07185159-33 2024-09-13T14:34:10.312 INFO:tasks.rados.rados.0.smithi071.stdout:3169: finishing write tid 3 to smithi07185159-33 2024-09-13T14:34:10.312 INFO:tasks.rados.rados.0.smithi071.stdout:3169: finishing write tid 4 to smithi07185159-33 2024-09-13T14:34:10.312 INFO:tasks.rados.rados.0.smithi071.stdout:3169: finishing write tid 5 to smithi07185159-33 2024-09-13T14:34:10.312 INFO:tasks.rados.rados.0.smithi071.stdout:3169: oid 33 updating version 0 to 1394 2024-09-13T14:34:10.312 INFO:tasks.rados.rados.0.smithi071.stdout:3169: oid 33 updating version 1394 to 1396 2024-09-13T14:34:10.312 INFO:tasks.rados.rados.0.smithi071.stdout:3169: oid 33 version 1396 is already newer than 1395 2024-09-13T14:34:10.312 INFO:tasks.rados.rados.0.smithi071.stdout:3169: oid 33 version 1396 is already newer than 1393 2024-09-13T14:34:10.313 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 33 v 1396 (ObjNum 1179 snap 403 seq_num 1179) dirty exists 2024-09-13T14:34:10.313 INFO:tasks.rados.rados.0.smithi071.stdout:3169: left oid 33 (ObjNum 1179 snap 403 seq_num 1179) 2024-09-13T14:34:10.313 INFO:tasks.rados.rados.0.smithi071.stdout:3170: expect (ObjNum 1170 snap 400 seq_num 1170) 2024-09-13T14:34:10.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:09 smithi071 ceph-mon[107477]: pgmap v748: 89 pgs: 89 active+clean; 311 MiB data, 913 MiB used, 714 GiB / 715 GiB avail; 6.8 MiB/s rd, 1.2 MiB/s wr, 10 op/s 2024-09-13T14:34:10.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:09 smithi071 ceph-mon[107477]: osdmap e865: 8 total, 8 up, 8 in 2024-09-13T14:34:10.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:09 smithi071 ceph-mon[112785]: pgmap v748: 89 pgs: 89 active+clean; 311 MiB data, 913 MiB used, 714 GiB / 715 GiB avail; 6.8 MiB/s rd, 1.2 MiB/s wr, 10 op/s 2024-09-13T14:34:10.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:09 smithi071 ceph-mon[112785]: osdmap e865: 8 total, 8 up, 8 in 2024-09-13T14:34:10.430 INFO:tasks.rados.rados.0.smithi071.stdout:3165: done (5 left) 2024-09-13T14:34:10.430 INFO:tasks.rados.rados.0.smithi071.stdout:3166: done (4 left) 2024-09-13T14:34:10.431 INFO:tasks.rados.rados.0.smithi071.stdout:3167: done (3 left) 2024-09-13T14:34:10.431 INFO:tasks.rados.rados.0.smithi071.stdout:3169: done (2 left) 2024-09-13T14:34:10.431 INFO:tasks.rados.rados.0.smithi071.stdout:3170: done (1 left) 2024-09-13T14:34:10.431 INFO:tasks.rados.rados.0.smithi071.stdout:3171: done (0 left) 2024-09-13T14:34:10.431 INFO:tasks.rados.rados.0.smithi071.stdout:3172: read oid 7 snap -1 2024-09-13T14:34:10.432 INFO:tasks.rados.rados.0.smithi071.stdout:3172: expect (ObjNum 1177 snap 403 seq_num 1177) 2024-09-13T14:34:10.432 INFO:tasks.rados.rados.0.smithi071.stdout:3173: write oid 4 current snap is 403 2024-09-13T14:34:10.432 INFO:tasks.rados.rados.0.smithi071.stdout:3173: seq_num 1181 ranges {649067=503784,1875940=607071,3115378=731306} 2024-09-13T14:34:10.435 INFO:tasks.rados.rados.0.smithi071.stdout:3173: writing smithi07185159-4 from 649067 to 1152851 tid 1 2024-09-13T14:34:10.442 INFO:tasks.rados.rados.0.smithi071.stdout:3173: writing smithi07185159-4 from 1875940 to 2483011 tid 2 2024-09-13T14:34:10.450 INFO:tasks.rados.rados.0.smithi071.stdout:3173: writing smithi07185159-4 from 3115378 to 3846684 tid 3 2024-09-13T14:34:10.450 INFO:tasks.rados.rados.0.smithi071.stdout:3174: write oid 39 current snap is 403 2024-09-13T14:34:10.450 INFO:tasks.rados.rados.0.smithi071.stdout:3174: seq_num 1182 ranges {665874=579033,1934422=467082,3142801=542578} 2024-09-13T14:34:10.456 INFO:tasks.rados.rados.0.smithi071.stdout:3174: writing smithi07185159-39 from 665874 to 1244907 tid 1 2024-09-13T14:34:10.463 INFO:tasks.rados.rados.0.smithi071.stdout:3174: writing smithi07185159-39 from 1934422 to 2401504 tid 2 2024-09-13T14:34:10.470 INFO:tasks.rados.rados.0.smithi071.stdout:3174: writing smithi07185159-39 from 3142801 to 3685379 tid 3 2024-09-13T14:34:10.470 INFO:tasks.rados.rados.0.smithi071.stdout:3175: read oid 26 snap -1 2024-09-13T14:34:10.470 INFO:tasks.rados.rados.0.smithi071.stdout:3175: expect (ObjNum 1075 snap 367 seq_num 1075) 2024-09-13T14:34:10.470 INFO:tasks.rados.rados.0.smithi071.stdout:3176: write oid 2 current snap is 403 2024-09-13T14:34:10.470 INFO:tasks.rados.rados.0.smithi071.stdout:3176: seq_num 1183 ranges {682681=654282,1876551=610740,3053871=470203} 2024-09-13T14:34:10.477 INFO:tasks.rados.rados.0.smithi071.stdout:3176: writing smithi07185159-2 from 682681 to 1336963 tid 1 2024-09-13T14:34:10.483 INFO:tasks.rados.rados.0.smithi071.stdout:3176: writing smithi07185159-2 from 1876551 to 2487291 tid 2 2024-09-13T14:34:10.489 INFO:tasks.rados.rados.0.smithi071.stdout:3176: writing smithi07185159-2 from 3053871 to 3524074 tid 3 2024-09-13T14:34:10.489 INFO:tasks.rados.rados.0.smithi071.stdout:3177: read oid 18 snap 399 2024-09-13T14:34:10.489 INFO:tasks.rados.rados.0.smithi071.stdout:3177: expect (ObjNum 1127 snap 382 seq_num 1127) 2024-09-13T14:34:10.489 INFO:tasks.rados.rados.0.smithi071.stdout:3178: snap_create 2024-09-13T14:34:10.490 INFO:tasks.rados.rados.0.smithi071.stdout:3172: expect (ObjNum 1177 snap 403 seq_num 1177) 2024-09-13T14:34:10.756 INFO:tasks.rados.rados.0.smithi071.stdout:3173: finishing write tid 1 to smithi07185159-4 2024-09-13T14:34:10.756 INFO:tasks.rados.rados.0.smithi071.stdout:3173: finishing write tid 2 to smithi07185159-4 2024-09-13T14:34:10.756 INFO:tasks.rados.rados.0.smithi071.stdout:3173: finishing write tid 3 to smithi07185159-4 2024-09-13T14:34:10.756 INFO:tasks.rados.rados.0.smithi071.stdout:3173: finishing write tid 4 to smithi07185159-4 2024-09-13T14:34:10.757 INFO:tasks.rados.rados.0.smithi071.stdout:3173: finishing write tid 5 to smithi07185159-4 2024-09-13T14:34:10.757 INFO:tasks.rados.rados.0.smithi071.stdout:3173: oid 4 updating version 0 to 1509 2024-09-13T14:34:10.757 INFO:tasks.rados.rados.0.smithi071.stdout:3173: oid 4 version 1509 is already newer than 1508 2024-09-13T14:34:10.757 INFO:tasks.rados.rados.0.smithi071.stdout:3173: oid 4 version 1509 is already newer than 1507 2024-09-13T14:34:10.757 INFO:tasks.rados.rados.0.smithi071.stdout:3173: oid 4 version 1509 is already newer than 1506 2024-09-13T14:34:10.757 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 4 v 1509 (ObjNum 1181 snap 403 seq_num 1181) dirty exists 2024-09-13T14:34:10.757 INFO:tasks.rados.rados.0.smithi071.stdout:3173: left oid 4 (ObjNum 1181 snap 403 seq_num 1181) 2024-09-13T14:34:10.757 INFO:tasks.rados.rados.0.smithi071.stdout:3174: finishing write tid 1 to smithi07185159-39 2024-09-13T14:34:10.757 INFO:tasks.rados.rados.0.smithi071.stdout:3174: finishing write tid 2 to smithi07185159-39 2024-09-13T14:34:10.757 INFO:tasks.rados.rados.0.smithi071.stdout:3174: finishing write tid 3 to smithi07185159-39 2024-09-13T14:34:10.757 INFO:tasks.rados.rados.0.smithi071.stdout:3174: finishing write tid 4 to smithi07185159-39 2024-09-13T14:34:10.757 INFO:tasks.rados.rados.0.smithi071.stdout:3174: finishing write tid 5 to smithi07185159-39 2024-09-13T14:34:10.757 INFO:tasks.rados.rados.0.smithi071.stdout:3174: oid 39 updating version 0 to 1663 2024-09-13T14:34:10.758 INFO:tasks.rados.rados.0.smithi071.stdout:3174: oid 39 updating version 1663 to 1664 2024-09-13T14:34:10.758 INFO:tasks.rados.rados.0.smithi071.stdout:3174: oid 39 updating version 1664 to 1666 2024-09-13T14:34:10.758 INFO:tasks.rados.rados.0.smithi071.stdout:3174: oid 39 version 1666 is already newer than 1665 2024-09-13T14:34:10.758 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 39 v 1666 (ObjNum 1182 snap 403 seq_num 1182) dirty exists 2024-09-13T14:34:10.758 INFO:tasks.rados.rados.0.smithi071.stdout:3174: left oid 39 (ObjNum 1182 snap 403 seq_num 1182) 2024-09-13T14:34:10.758 INFO:tasks.rados.rados.0.smithi071.stdout:3175: expect (ObjNum 1075 snap 367 seq_num 1075) 2024-09-13T14:34:10.875 INFO:tasks.rados.rados.0.smithi071.stdout:3176: finishing write tid 1 to smithi07185159-2 2024-09-13T14:34:10.875 INFO:tasks.rados.rados.0.smithi071.stdout:3176: finishing write tid 2 to smithi07185159-2 2024-09-13T14:34:10.875 INFO:tasks.rados.rados.0.smithi071.stdout:3176: finishing write tid 3 to smithi07185159-2 2024-09-13T14:34:10.875 INFO:tasks.rados.rados.0.smithi071.stdout:3176: finishing write tid 4 to smithi07185159-2 2024-09-13T14:34:10.875 INFO:tasks.rados.rados.0.smithi071.stdout:3176: finishing write tid 5 to smithi07185159-2 2024-09-13T14:34:10.875 INFO:tasks.rados.rados.0.smithi071.stdout:3176: oid 2 updating version 0 to 625 2024-09-13T14:34:10.875 INFO:tasks.rados.rados.0.smithi071.stdout:3176: oid 2 version 625 is already newer than 624 2024-09-13T14:34:10.876 INFO:tasks.rados.rados.0.smithi071.stdout:3176: oid 2 updating version 625 to 626 2024-09-13T14:34:10.876 INFO:tasks.rados.rados.0.smithi071.stdout:3176: oid 2 version 626 is already newer than 623 2024-09-13T14:34:10.876 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 2 v 626 (ObjNum 1183 snap 403 seq_num 1183) dirty exists 2024-09-13T14:34:10.876 INFO:tasks.rados.rados.0.smithi071.stdout:3176: left oid 2 (ObjNum 1183 snap 403 seq_num 1183) 2024-09-13T14:34:10.876 INFO:tasks.rados.rados.0.smithi071.stdout:3177: expect (ObjNum 1127 snap 382 seq_num 1127) 2024-09-13T14:34:11.001 INFO:tasks.rados.rados.0.smithi071.stdout:3172: done (6 left) 2024-09-13T14:34:11.002 INFO:tasks.rados.rados.0.smithi071.stdout:3173: done (5 left) 2024-09-13T14:34:11.002 INFO:tasks.rados.rados.0.smithi071.stdout:3174: done (4 left) 2024-09-13T14:34:11.002 INFO:tasks.rados.rados.0.smithi071.stdout:3175: done (3 left) 2024-09-13T14:34:11.002 INFO:tasks.rados.rados.0.smithi071.stdout:3176: done (2 left) 2024-09-13T14:34:11.002 INFO:tasks.rados.rados.0.smithi071.stdout:3177: done (1 left) 2024-09-13T14:34:11.002 INFO:tasks.rados.rados.0.smithi071.stdout:3178: done (0 left) 2024-09-13T14:34:11.002 INFO:tasks.rados.rados.0.smithi071.stdout:3179: write oid 1 current snap is 404 2024-09-13T14:34:11.003 INFO:tasks.rados.rados.0.smithi071.stdout:3179: seq_num 1184 ranges {699488=729531,1935033=470751,3081294=681475} 2024-09-13T14:34:11.008 INFO:tasks.rados.rados.0.smithi071.stdout:3179: writing smithi07185159-1 from 699488 to 1429019 tid 1 2024-09-13T14:34:11.013 INFO:tasks.rados.rados.0.smithi071.stdout:3179: writing smithi07185159-1 from 1935033 to 2405784 tid 2 2024-09-13T14:34:11.021 INFO:tasks.rados.rados.0.smithi071.stdout:3179: writing smithi07185159-1 from 3081294 to 3762769 tid 3 2024-09-13T14:34:11.022 INFO:tasks.rados.rados.0.smithi071.stdout:3180: write oid 38 current snap is 404 2024-09-13T14:34:11.022 INFO:tasks.rados.rados.0.smithi071.stdout:3180: seq_num 1185 ranges {716295=404780,1593515=614409,2708717=492747,3640519=275776} 2024-09-13T14:34:11.027 INFO:tasks.rados.rados.0.smithi071.stdout:3180: writing smithi07185159-38 from 716295 to 1121075 tid 1 2024-09-13T14:34:11.033 INFO:tasks.rados.rados.0.smithi071.stdout:3180: writing smithi07185159-38 from 1593515 to 2207924 tid 2 2024-09-13T14:34:11.038 INFO:tasks.rados.rados.0.smithi071.stdout:3180: writing smithi07185159-38 from 2708717 to 3201464 tid 3 2024-09-13T14:34:11.042 INFO:tasks.rados.rados.0.smithi071.stdout:3180: writing smithi07185159-38 from 3640519 to 3916295 tid 4 2024-09-13T14:34:11.042 INFO:tasks.rados.rados.0.smithi071.stdout:3181: read oid 48 snap -1 2024-09-13T14:34:11.042 INFO:tasks.rados.rados.0.smithi071.stdout:3181: expect (ObjNum 1025 snap 355 seq_num 1025) 2024-09-13T14:34:11.042 INFO:tasks.rados.rados.0.smithi071.stdout:3182: write oid 13 current snap is 404 2024-09-13T14:34:11.042 INFO:tasks.rados.rados.0.smithi071.stdout:3179: finishing write tid 1 to smithi07185159-1 2024-09-13T14:34:11.043 INFO:tasks.rados.rados.0.smithi071.stdout:3179: finishing write tid 2 to smithi07185159-1 2024-09-13T14:34:11.043 INFO:tasks.rados.rados.0.smithi071.stdout:3182: seq_num 1186 ranges {733102=596382,1768350=758067,3136140=704019} 2024-09-13T14:34:11.048 INFO:tasks.rados.rados.0.smithi071.stdout:3182: writing smithi07185159-13 from 733102 to 1329484 tid 1 2024-09-13T14:34:11.055 INFO:tasks.rados.rados.0.smithi071.stdout:3182: writing smithi07185159-13 from 1768350 to 2526417 tid 2 2024-09-13T14:34:11.064 INFO:tasks.rados.rados.0.smithi071.stdout:3182: writing smithi07185159-13 from 3136140 to 3840159 tid 3 2024-09-13T14:34:11.064 INFO:tasks.rados.rados.0.smithi071.stdout:3183: read oid 33 snap -1 2024-09-13T14:34:11.064 INFO:tasks.rados.rados.0.smithi071.stdout:3183: expect (ObjNum 1179 snap 403 seq_num 1179) 2024-09-13T14:34:11.064 INFO:tasks.rados.rados.0.smithi071.stdout:3184: snap_create 2024-09-13T14:34:11.064 INFO:tasks.rados.rados.0.smithi071.stdout:3179: finishing write tid 3 to smithi07185159-1 2024-09-13T14:34:11.064 INFO:tasks.rados.rados.0.smithi071.stdout:3179: finishing write tid 4 to smithi07185159-1 2024-09-13T14:34:11.064 INFO:tasks.rados.rados.0.smithi071.stdout:3179: finishing write tid 5 to smithi07185159-1 2024-09-13T14:34:11.065 INFO:tasks.rados.rados.0.smithi071.stdout:3179: oid 1 updating version 0 to 2906 2024-09-13T14:34:11.065 INFO:tasks.rados.rados.0.smithi071.stdout:3179: oid 1 version 2906 is already newer than 2905 2024-09-13T14:34:11.065 INFO:tasks.rados.rados.0.smithi071.stdout:3179: oid 1 version 2906 is already newer than 2904 2024-09-13T14:34:11.065 INFO:tasks.rados.rados.0.smithi071.stdout:3179: oid 1 version 2906 is already newer than 2903 2024-09-13T14:34:11.065 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 1 v 2906 (ObjNum 1184 snap 404 seq_num 1184) dirty exists 2024-09-13T14:34:11.065 INFO:tasks.rados.rados.0.smithi071.stdout:3179: left oid 1 (ObjNum 1184 snap 404 seq_num 1184) 2024-09-13T14:34:11.065 INFO:tasks.rados.rados.0.smithi071.stdout:3180: finishing write tid 1 to smithi07185159-38 2024-09-13T14:34:11.065 INFO:tasks.rados.rados.0.smithi071.stdout:3180: finishing write tid 2 to smithi07185159-38 2024-09-13T14:34:11.065 INFO:tasks.rados.rados.0.smithi071.stdout:3180: finishing write tid 3 to smithi07185159-38 2024-09-13T14:34:11.065 INFO:tasks.rados.rados.0.smithi071.stdout:3180: finishing write tid 4 to smithi07185159-38 2024-09-13T14:34:11.065 INFO:tasks.rados.rados.0.smithi071.stdout:3180: finishing write tid 5 to smithi07185159-38 2024-09-13T14:34:11.065 INFO:tasks.rados.rados.0.smithi071.stdout:3180: finishing write tid 6 to smithi07185159-38 2024-09-13T14:34:11.065 INFO:tasks.rados.rados.0.smithi071.stdout:3180: oid 38 updating version 0 to 1514 2024-09-13T14:34:11.066 INFO:tasks.rados.rados.0.smithi071.stdout:3180: oid 38 version 1514 is already newer than 1511 2024-09-13T14:34:11.066 INFO:tasks.rados.rados.0.smithi071.stdout:3180: oid 38 version 1514 is already newer than 1513 2024-09-13T14:34:11.066 INFO:tasks.rados.rados.0.smithi071.stdout:3180: oid 38 updating version 1514 to 1515 2024-09-13T14:34:11.066 INFO:tasks.rados.rados.0.smithi071.stdout:3180: oid 38 version 1515 is already newer than 1512 2024-09-13T14:34:11.066 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 38 v 1515 (ObjNum 1185 snap 404 seq_num 1185) dirty exists 2024-09-13T14:34:11.066 INFO:tasks.rados.rados.0.smithi071.stdout:3180: left oid 38 (ObjNum 1185 snap 404 seq_num 1185) 2024-09-13T14:34:11.066 INFO:tasks.rados.rados.0.smithi071.stdout:3181: expect (ObjNum 1025 snap 355 seq_num 1025) 2024-09-13T14:34:11.167 INFO:tasks.rados.rados.0.smithi071.stdout:3182: finishing write tid 1 to smithi07185159-13 2024-09-13T14:34:11.167 INFO:tasks.rados.rados.0.smithi071.stdout:3182: finishing write tid 2 to smithi07185159-13 2024-09-13T14:34:11.167 INFO:tasks.rados.rados.0.smithi071.stdout:3182: finishing write tid 3 to smithi07185159-13 2024-09-13T14:34:11.167 INFO:tasks.rados.rados.0.smithi071.stdout:3182: finishing write tid 4 to smithi07185159-13 2024-09-13T14:34:11.167 INFO:tasks.rados.rados.0.smithi071.stdout:3182: finishing write tid 5 to smithi07185159-13 2024-09-13T14:34:11.167 INFO:tasks.rados.rados.0.smithi071.stdout:3182: oid 13 updating version 0 to 1616 2024-09-13T14:34:11.168 INFO:tasks.rados.rados.0.smithi071.stdout:3182: oid 13 updating version 1616 to 1617 2024-09-13T14:34:11.168 INFO:tasks.rados.rados.0.smithi071.stdout:3182: oid 13 updating version 1617 to 1618 2024-09-13T14:34:11.168 INFO:tasks.rados.rados.0.smithi071.stdout:3182: oid 13 updating version 1618 to 1619 2024-09-13T14:34:11.168 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 13 v 1619 (ObjNum 1186 snap 404 seq_num 1186) dirty exists 2024-09-13T14:34:11.168 INFO:tasks.rados.rados.0.smithi071.stdout:3182: left oid 13 (ObjNum 1186 snap 404 seq_num 1186) 2024-09-13T14:34:11.168 INFO:tasks.rados.rados.0.smithi071.stdout:3183: expect (ObjNum 1179 snap 403 seq_num 1179) 2024-09-13T14:34:11.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:10 smithi071 ceph-mon[107477]: osdmap e866: 8 total, 8 up, 8 in 2024-09-13T14:34:11.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:10 smithi071 ceph-mon[112785]: osdmap e866: 8 total, 8 up, 8 in 2024-09-13T14:34:11.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:10 smithi104 ceph-mon[105578]: osdmap e866: 8 total, 8 up, 8 in 2024-09-13T14:34:11.991 INFO:tasks.rados.rados.0.smithi071.stdout:3179: done (5 left) 2024-09-13T14:34:11.991 INFO:tasks.rados.rados.0.smithi071.stdout:3180: done (4 left) 2024-09-13T14:34:11.991 INFO:tasks.rados.rados.0.smithi071.stdout:3181: done (3 left) 2024-09-13T14:34:11.991 INFO:tasks.rados.rados.0.smithi071.stdout:3182: done (2 left) 2024-09-13T14:34:11.991 INFO:tasks.rados.rados.0.smithi071.stdout:3183: done (1 left) 2024-09-13T14:34:11.992 INFO:tasks.rados.rados.0.smithi071.stdout:3184: done (0 left) 2024-09-13T14:34:11.992 INFO:tasks.rados.rados.0.smithi071.stdout:3185: write oid 19 current snap is 405 2024-09-13T14:34:11.992 INFO:tasks.rados.rados.0.smithi071.stdout:3185: seq_num 1187 ranges {749909=671631,2110479=618078,3163563=515291} 2024-09-13T14:34:11.998 INFO:tasks.rados.rados.0.smithi071.stdout:3185: writing smithi07185159-19 from 749909 to 1421540 tid 1 2024-09-13T14:34:12.006 INFO:tasks.rados.rados.0.smithi071.stdout:3185: writing smithi07185159-19 from 2110479 to 2728557 tid 2 2024-09-13T14:34:12.011 INFO:tasks.rados.rados.0.smithi071.stdout:3185: writing smithi07185159-19 from 3163563 to 3678854 tid 3 2024-09-13T14:34:12.011 INFO:tasks.rados.rados.0.smithi071.stdout:3186: rollback oid 2 current snap is 405 2024-09-13T14:34:12.011 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 2 to 404 2024-09-13T14:34:12.011 INFO:tasks.rados.rados.0.smithi071.stdout:3185: finishing write tid 1 to smithi07185159-19 2024-09-13T14:34:12.011 INFO:tasks.rados.rados.0.smithi071.stdout:3185: finishing write tid 2 to smithi07185159-19 2024-09-13T14:34:12.012 INFO:tasks.rados.rados.0.smithi071.stdout:3187: delete oid 15 current snap is 405 2024-09-13T14:34:12.014 INFO:tasks.rados.rados.0.smithi071.stdout:3185: finishing write tid 3 to smithi07185159-19 2024-09-13T14:34:12.014 INFO:tasks.rados.rados.0.smithi071.stdout:3185: finishing write tid 4 to smithi07185159-19 2024-09-13T14:34:12.015 INFO:tasks.rados.rados.0.smithi071.stdout:3185: finishing write tid 5 to smithi07185159-19 2024-09-13T14:34:12.015 INFO:tasks.rados.rados.0.smithi071.stdout:3185: oid 19 updating version 0 to 1089 2024-09-13T14:34:12.015 INFO:tasks.rados.rados.0.smithi071.stdout:3185: oid 19 updating version 1089 to 1090 2024-09-13T14:34:12.015 INFO:tasks.rados.rados.0.smithi071.stdout:3185: oid 19 version 1090 is already newer than 1088 2024-09-13T14:34:12.015 INFO:tasks.rados.rados.0.smithi071.stdout:3185: oid 19 version 1090 is already newer than 1087 2024-09-13T14:34:12.015 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 19 v 1090 (ObjNum 1187 snap 405 seq_num 1187) dirty exists 2024-09-13T14:34:12.015 INFO:tasks.rados.rados.0.smithi071.stdout:3185: left oid 19 (ObjNum 1187 snap 405 seq_num 1187) 2024-09-13T14:34:12.016 INFO:tasks.rados.rados.0.smithi071.stdout:3185: done (2 left) 2024-09-13T14:34:12.016 INFO:tasks.rados.rados.0.smithi071.stdout:3187: done (1 left) 2024-09-13T14:34:12.016 INFO:tasks.rados.rados.0.smithi071.stdout:3188: delete oid 34 current snap is 405 2024-09-13T14:34:12.016 INFO:tasks.rados.rados.0.smithi071.stdout:3186: finishing rollback tid 0 to smithi07185159-2 2024-09-13T14:34:12.017 INFO:tasks.rados.rados.0.smithi071.stdout:3186: finishing rollback tid 1 to smithi07185159-2 2024-09-13T14:34:12.017 INFO:tasks.rados.rados.0.smithi071.stdout:3186: finishing rollback tid 2 to smithi07185159-2 2024-09-13T14:34:12.017 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 2 v 630 (ObjNum 1183 snap 403 seq_num 1183) dirty exists 2024-09-13T14:34:12.018 INFO:tasks.rados.rados.0.smithi071.stdout:3186: done (1 left) 2024-09-13T14:34:12.018 INFO:tasks.rados.rados.0.smithi071.stdout:3188: done (0 left) 2024-09-13T14:34:12.018 INFO:tasks.rados.rados.0.smithi071.stdout:3189: write oid 32 current snap is 405 2024-09-13T14:34:12.018 INFO:tasks.rados.rados.0.smithi071.stdout:3189: seq_num 1190 ranges {400330=497378,1485925=514405} 2024-09-13T14:34:12.022 INFO:tasks.rados.rados.0.smithi071.stdout:3189: writing smithi07185159-32 from 400330 to 897708 tid 1 2024-09-13T14:34:12.029 INFO:tasks.rados.rados.0.smithi071.stdout:3189: writing smithi07185159-32 from 1485925 to 2000330 tid 2 2024-09-13T14:34:12.029 INFO:tasks.rados.rados.0.smithi071.stdout:3190: rollback oid 35 current snap is 405 2024-09-13T14:34:12.029 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 35 to 388 2024-09-13T14:34:12.029 INFO:tasks.rados.rados.0.smithi071.stdout:3189: finishing write tid 1 to smithi07185159-32 2024-09-13T14:34:12.029 INFO:tasks.rados.rados.0.smithi071.stdout:3191: rollback oid 38 current snap is 405 2024-09-13T14:34:12.029 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 38 to 404 2024-09-13T14:34:12.029 INFO:tasks.rados.rados.0.smithi071.stdout:3192: snap_remove snap 371 2024-09-13T14:34:12.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:11 smithi071 ceph-mon[107477]: pgmap v751: 89 pgs: 1 active+clean+snaptrim, 1 active+clean+snaptrim_wait, 87 active+clean; 317 MiB data, 920 MiB used, 714 GiB / 715 GiB avail; 9.0 MiB/s rd, 1.2 MiB/s wr, 11 op/s 2024-09-13T14:34:12.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:11 smithi071 ceph-mon[107477]: osdmap e867: 8 total, 8 up, 8 in 2024-09-13T14:34:12.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:11 smithi071 ceph-mon[112785]: pgmap v751: 89 pgs: 1 active+clean+snaptrim, 1 active+clean+snaptrim_wait, 87 active+clean; 317 MiB data, 920 MiB used, 714 GiB / 715 GiB avail; 9.0 MiB/s rd, 1.2 MiB/s wr, 11 op/s 2024-09-13T14:34:12.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:11 smithi071 ceph-mon[112785]: osdmap e867: 8 total, 8 up, 8 in 2024-09-13T14:34:12.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:11 smithi104 ceph-mon[105578]: pgmap v751: 89 pgs: 1 active+clean+snaptrim, 1 active+clean+snaptrim_wait, 87 active+clean; 317 MiB data, 920 MiB used, 714 GiB / 715 GiB avail; 9.0 MiB/s rd, 1.2 MiB/s wr, 11 op/s 2024-09-13T14:34:12.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:11 smithi104 ceph-mon[105578]: osdmap e867: 8 total, 8 up, 8 in 2024-09-13T14:34:12.907 INFO:tasks.rados.rados.0.smithi071.stdout:3192: done (3 left) 2024-09-13T14:34:12.907 INFO:tasks.rados.rados.0.smithi071.stdout:3193: write oid 44 current snap is 405 2024-09-13T14:34:12.907 INFO:tasks.rados.rados.0.smithi071.stdout:3193: seq_num 1191 ranges {417137=572627,1428054=589083} 2024-09-13T14:34:12.913 INFO:tasks.rados.rados.0.smithi071.stdout:3193: writing smithi07185159-44 from 417137 to 989764 tid 1 2024-09-13T14:34:12.919 INFO:tasks.rados.rados.0.smithi071.stdout:3193: writing smithi07185159-44 from 1428054 to 2017137 tid 2 2024-09-13T14:34:12.919 INFO:tasks.rados.rados.0.smithi071.stdout:3194: snap_remove snap 402 2024-09-13T14:34:12.995 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:34:12 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:34:12] "GET /metrics HTTP/1.1" 200 36399 "" "Prometheus/2.51.0" 2024-09-13T14:34:13.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:12 smithi071 ceph-mon[107477]: osdmap e868: 8 total, 8 up, 8 in 2024-09-13T14:34:13.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:12 smithi071 ceph-mon[107477]: osdmap e869: 8 total, 8 up, 8 in 2024-09-13T14:34:13.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:12 smithi071 ceph-mon[112785]: osdmap e868: 8 total, 8 up, 8 in 2024-09-13T14:34:13.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:12 smithi071 ceph-mon[112785]: osdmap e869: 8 total, 8 up, 8 in 2024-09-13T14:34:13.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:12 smithi104 ceph-mon[105578]: osdmap e868: 8 total, 8 up, 8 in 2024-09-13T14:34:13.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:12 smithi104 ceph-mon[105578]: osdmap e869: 8 total, 8 up, 8 in 2024-09-13T14:34:13.912 INFO:tasks.rados.rados.0.smithi071.stdout:3190: finishing rollback tid 1 to smithi07185159-35 2024-09-13T14:34:13.912 INFO:tasks.rados.rados.0.smithi071.stdout:3190: finishing rollback tid 2 to smithi07185159-35 2024-09-13T14:34:13.912 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 35 v 1668 (ObjNum 1131 snap 382 seq_num 1131) dirty exists 2024-09-13T14:34:13.912 INFO:tasks.rados.rados.0.smithi071.stdout:3189: finishing write tid 2 to smithi07185159-32 2024-09-13T14:34:13.912 INFO:tasks.rados.rados.0.smithi071.stdout:3189: finishing write tid 3 to smithi07185159-32 2024-09-13T14:34:13.912 INFO:tasks.rados.rados.0.smithi071.stdout:3189: finishing write tid 4 to smithi07185159-32 2024-09-13T14:34:13.912 INFO:tasks.rados.rados.0.smithi071.stdout:3189: oid 32 updating version 0 to 325 2024-09-13T14:34:13.912 INFO:tasks.rados.rados.0.smithi071.stdout:3189: oid 32 version 325 is already newer than 324 2024-09-13T14:34:13.912 INFO:tasks.rados.rados.0.smithi071.stdout:3189: oid 32 updating version 325 to 326 2024-09-13T14:34:13.912 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 32 v 326 (ObjNum 1190 snap 405 seq_num 1190) dirty exists 2024-09-13T14:34:13.912 INFO:tasks.rados.rados.0.smithi071.stdout:3189: left oid 32 (ObjNum 1190 snap 405 seq_num 1190) 2024-09-13T14:34:13.913 INFO:tasks.rados.rados.0.smithi071.stdout:3191: finishing rollback tid 0 to smithi07185159-38 2024-09-13T14:34:13.913 INFO:tasks.rados.rados.0.smithi071.stdout:3191: finishing rollback tid 1 to smithi07185159-38 2024-09-13T14:34:13.913 INFO:tasks.rados.rados.0.smithi071.stdout:3191: finishing rollback tid 2 to smithi07185159-38 2024-09-13T14:34:13.913 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 38 v 1519 (ObjNum 1185 snap 404 seq_num 1185) dirty exists 2024-09-13T14:34:13.913 INFO:tasks.rados.rados.0.smithi071.stdout:3193: finishing write tid 1 to smithi07185159-44 2024-09-13T14:34:13.913 INFO:tasks.rados.rados.0.smithi071.stdout:3193: finishing write tid 2 to smithi07185159-44 2024-09-13T14:34:13.913 INFO:tasks.rados.rados.0.smithi071.stdout:3193: finishing write tid 3 to smithi07185159-44 2024-09-13T14:34:13.913 INFO:tasks.rados.rados.0.smithi071.stdout:3193: finishing write tid 4 to smithi07185159-44 2024-09-13T14:34:13.913 INFO:tasks.rados.rados.0.smithi071.stdout:3193: oid 44 updating version 0 to 1526 2024-09-13T14:34:13.913 INFO:tasks.rados.rados.0.smithi071.stdout:3193: oid 44 version 1526 is already newer than 1525 2024-09-13T14:34:13.913 INFO:tasks.rados.rados.0.smithi071.stdout:3193: oid 44 updating version 1526 to 1527 2024-09-13T14:34:13.913 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 44 v 1527 (ObjNum 1191 snap 405 seq_num 1191) dirty exists 2024-09-13T14:34:13.913 INFO:tasks.rados.rados.0.smithi071.stdout:3193: left oid 44 (ObjNum 1191 snap 405 seq_num 1191) 2024-09-13T14:34:13.914 INFO:tasks.rados.rados.0.smithi071.stdout:3189: done (4 left) 2024-09-13T14:34:13.914 INFO:tasks.rados.rados.0.smithi071.stdout:3190: done (3 left) 2024-09-13T14:34:13.914 INFO:tasks.rados.rados.0.smithi071.stdout:3191: done (2 left) 2024-09-13T14:34:13.914 INFO:tasks.rados.rados.0.smithi071.stdout:3193: done (1 left) 2024-09-13T14:34:13.914 INFO:tasks.rados.rados.0.smithi071.stdout:3194: done (0 left) 2024-09-13T14:34:13.914 INFO:tasks.rados.rados.0.smithi071.stdout:3195: snap_create 2024-09-13T14:34:14.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:13 smithi071 ceph-mon[107477]: pgmap v754: 89 pgs: 1 active+clean+snaptrim, 1 active+clean+snaptrim_wait, 87 active+clean; 321 MiB data, 921 MiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 1.6 MiB/s wr, 16 op/s 2024-09-13T14:34:14.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:13 smithi071 ceph-mon[107477]: osdmap e870: 8 total, 8 up, 8 in 2024-09-13T14:34:14.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:13 smithi071 ceph-mon[112785]: pgmap v754: 89 pgs: 1 active+clean+snaptrim, 1 active+clean+snaptrim_wait, 87 active+clean; 321 MiB data, 921 MiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 1.6 MiB/s wr, 16 op/s 2024-09-13T14:34:14.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:13 smithi071 ceph-mon[112785]: osdmap e870: 8 total, 8 up, 8 in 2024-09-13T14:34:14.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:13 smithi104 ceph-mon[105578]: pgmap v754: 89 pgs: 1 active+clean+snaptrim, 1 active+clean+snaptrim_wait, 87 active+clean; 321 MiB data, 921 MiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 1.6 MiB/s wr, 16 op/s 2024-09-13T14:34:14.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:13 smithi104 ceph-mon[105578]: osdmap e870: 8 total, 8 up, 8 in 2024-09-13T14:34:14.910 INFO:tasks.rados.rados.0.smithi071.stdout:3195: done (0 left) 2024-09-13T14:34:14.910 INFO:tasks.rados.rados.0.smithi071.stdout:3196: write oid 45 current snap is 406 2024-09-13T14:34:14.911 INFO:tasks.rados.rados.0.smithi071.stdout:3196: seq_num 1192 ranges {433944=647876,1486536=547408} 2024-09-13T14:34:14.916 INFO:tasks.rados.rados.0.smithi071.stdout:3196: writing smithi07185159-45 from 433944 to 1081820 tid 1 2024-09-13T14:34:14.921 INFO:tasks.rados.rados.0.smithi071.stdout:3196: writing smithi07185159-45 from 1486536 to 2033944 tid 2 2024-09-13T14:34:14.921 INFO:tasks.rados.rados.0.smithi071.stdout:3197: write oid 14 current snap is 406 2024-09-13T14:34:14.921 INFO:tasks.rados.rados.0.smithi071.stdout:3197: seq_num 1193 ranges {450751=723125,1945018=105733} 2024-09-13T14:34:14.928 INFO:tasks.rados.rados.0.smithi071.stdout:3197: writing smithi07185159-14 from 450751 to 1173876 tid 1 2024-09-13T14:34:14.933 INFO:tasks.rados.rados.0.smithi071.stdout:3197: writing smithi07185159-14 from 1945018 to 2050751 tid 2 2024-09-13T14:34:14.933 INFO:tasks.rados.rados.0.smithi071.stdout:3198: snap_create 2024-09-13T14:34:14.933 INFO:tasks.rados.rados.0.smithi071.stdout:3196: finishing write tid 1 to smithi07185159-45 2024-09-13T14:34:14.933 INFO:tasks.rados.rados.0.smithi071.stdout:3196: finishing write tid 2 to smithi07185159-45 2024-09-13T14:34:14.933 INFO:tasks.rados.rados.0.smithi071.stdout:3196: finishing write tid 3 to smithi07185159-45 2024-09-13T14:34:14.933 INFO:tasks.rados.rados.0.smithi071.stdout:3196: finishing write tid 4 to smithi07185159-45 2024-09-13T14:34:14.933 INFO:tasks.rados.rados.0.smithi071.stdout:3196: oid 45 updating version 0 to 1676 2024-09-13T14:34:14.933 INFO:tasks.rados.rados.0.smithi071.stdout:3196: oid 45 version 1676 is already newer than 1675 2024-09-13T14:34:14.934 INFO:tasks.rados.rados.0.smithi071.stdout:3196: oid 45 version 1676 is already newer than 1674 2024-09-13T14:34:14.934 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 45 v 1676 (ObjNum 1192 snap 406 seq_num 1192) dirty exists 2024-09-13T14:34:14.934 INFO:tasks.rados.rados.0.smithi071.stdout:3196: left oid 45 (ObjNum 1192 snap 406 seq_num 1192) 2024-09-13T14:34:14.934 INFO:tasks.rados.rados.0.smithi071.stdout:3197: finishing write tid 1 to smithi07185159-14 2024-09-13T14:34:14.935 INFO:tasks.rados.rados.0.smithi071.stdout:3197: finishing write tid 2 to smithi07185159-14 2024-09-13T14:34:14.936 INFO:tasks.rados.rados.0.smithi071.stdout:3197: finishing write tid 3 to smithi07185159-14 2024-09-13T14:34:14.936 INFO:tasks.rados.rados.0.smithi071.stdout:3197: finishing write tid 4 to smithi07185159-14 2024-09-13T14:34:14.936 INFO:tasks.rados.rados.0.smithi071.stdout:3197: oid 14 updating version 0 to 1682 2024-09-13T14:34:14.936 INFO:tasks.rados.rados.0.smithi071.stdout:3197: oid 14 updating version 1682 to 1684 2024-09-13T14:34:14.936 INFO:tasks.rados.rados.0.smithi071.stdout:3197: oid 14 version 1684 is already newer than 1683 2024-09-13T14:34:14.936 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 14 v 1684 (ObjNum 1193 snap 406 seq_num 1193) dirty exists 2024-09-13T14:34:14.936 INFO:tasks.rados.rados.0.smithi071.stdout:3197: left oid 14 (ObjNum 1193 snap 406 seq_num 1193) 2024-09-13T14:34:15.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:15 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:34:15.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:15 smithi071 ceph-mon[107477]: osdmap e871: 8 total, 8 up, 8 in 2024-09-13T14:34:15.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:15 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:34:15.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:15 smithi071 ceph-mon[112785]: osdmap e871: 8 total, 8 up, 8 in 2024-09-13T14:34:15.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:15 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:34:15.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:15 smithi104 ceph-mon[105578]: osdmap e871: 8 total, 8 up, 8 in 2024-09-13T14:34:15.912 INFO:tasks.rados.rados.0.smithi071.stdout:3196: done (2 left) 2024-09-13T14:34:15.912 INFO:tasks.rados.rados.0.smithi071.stdout:3197: done (1 left) 2024-09-13T14:34:15.912 INFO:tasks.rados.rados.0.smithi071.stdout:3198: done (0 left) 2024-09-13T14:34:15.912 INFO:tasks.rados.rados.0.smithi071.stdout:3199: write oid 31 current snap is 407 2024-09-13T14:34:15.912 INFO:tasks.rados.rados.0.smithi071.stdout:3199: seq_num 1194 ranges {467558=514727,1719853=347705} 2024-09-13T14:34:15.917 INFO:tasks.rados.rados.0.smithi071.stdout:3199: writing smithi07185159-31 from 467558 to 982285 tid 1 2024-09-13T14:34:15.923 INFO:tasks.rados.rados.0.smithi071.stdout:3199: writing smithi07185159-31 from 1719853 to 2067558 tid 2 2024-09-13T14:34:15.923 INFO:tasks.rados.rados.0.smithi071.stdout:3200: delete oid 2 current snap is 407 2024-09-13T14:34:15.923 INFO:tasks.rados.rados.0.smithi071.stdout:3199: finishing write tid 1 to smithi07185159-31 2024-09-13T14:34:15.926 INFO:tasks.rados.rados.0.smithi071.stdout:3200: done (1 left) 2024-09-13T14:34:15.926 INFO:tasks.rados.rados.0.smithi071.stdout:3201: snap_create 2024-09-13T14:34:15.926 INFO:tasks.rados.rados.0.smithi071.stdout:3199: finishing write tid 2 to smithi07185159-31 2024-09-13T14:34:15.927 INFO:tasks.rados.rados.0.smithi071.stdout:3199: finishing write tid 3 to smithi07185159-31 2024-09-13T14:34:15.927 INFO:tasks.rados.rados.0.smithi071.stdout:3199: finishing write tid 4 to smithi07185159-31 2024-09-13T14:34:15.927 INFO:tasks.rados.rados.0.smithi071.stdout:3199: oid 31 updating version 0 to 1535 2024-09-13T14:34:15.927 INFO:tasks.rados.rados.0.smithi071.stdout:3199: oid 31 version 1535 is already newer than 1533 2024-09-13T14:34:15.927 INFO:tasks.rados.rados.0.smithi071.stdout:3199: oid 31 version 1535 is already newer than 1534 2024-09-13T14:34:15.927 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 31 v 1535 (ObjNum 1194 snap 407 seq_num 1194) dirty exists 2024-09-13T14:34:15.927 INFO:tasks.rados.rados.0.smithi071.stdout:3199: left oid 31 (ObjNum 1194 snap 407 seq_num 1194) 2024-09-13T14:34:16.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:16 smithi071 ceph-mon[107477]: pgmap v757: 89 pgs: 89 active+clean; 324 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 8.8 MiB/s rd, 1.2 MiB/s wr, 11 op/s 2024-09-13T14:34:16.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:16 smithi071 ceph-mon[107477]: osdmap e872: 8 total, 8 up, 8 in 2024-09-13T14:34:16.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:16 smithi071 ceph-mon[112785]: pgmap v757: 89 pgs: 89 active+clean; 324 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 8.8 MiB/s rd, 1.2 MiB/s wr, 11 op/s 2024-09-13T14:34:16.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:16 smithi071 ceph-mon[112785]: osdmap e872: 8 total, 8 up, 8 in 2024-09-13T14:34:16.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:16 smithi104 ceph-mon[105578]: pgmap v757: 89 pgs: 89 active+clean; 324 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 8.8 MiB/s rd, 1.2 MiB/s wr, 11 op/s 2024-09-13T14:34:16.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:16 smithi104 ceph-mon[105578]: osdmap e872: 8 total, 8 up, 8 in 2024-09-13T14:34:16.916 INFO:tasks.rados.rados.0.smithi071.stdout:3199: done (1 left) 2024-09-13T14:34:16.916 INFO:tasks.rados.rados.0.smithi071.stdout:3201: done (0 left) 2024-09-13T14:34:16.916 INFO:tasks.rados.rados.0.smithi071.stdout:3202: write oid 13 current snap is 408 2024-09-13T14:34:16.916 INFO:tasks.rados.rados.0.smithi071.stdout:3202: seq_num 1196 ranges {501172=665225,1720464=380708} 2024-09-13T14:34:16.921 INFO:tasks.rados.rados.0.smithi071.stdout:3202: writing smithi07185159-13 from 501172 to 1166397 tid 1 2024-09-13T14:34:16.927 INFO:tasks.rados.rados.0.smithi071.stdout:3202: writing smithi07185159-13 from 1720464 to 2101172 tid 2 2024-09-13T14:34:16.927 INFO:tasks.rados.rados.0.smithi071.stdout:3203: snap_create 2024-09-13T14:34:16.928 INFO:tasks.rados.rados.0.smithi071.stdout:3202: finishing write tid 1 to smithi07185159-13 2024-09-13T14:34:16.931 INFO:tasks.rados.rados.0.smithi071.stdout:3202: finishing write tid 2 to smithi07185159-13 2024-09-13T14:34:16.931 INFO:tasks.rados.rados.0.smithi071.stdout:3202: finishing write tid 3 to smithi07185159-13 2024-09-13T14:34:16.931 INFO:tasks.rados.rados.0.smithi071.stdout:3202: finishing write tid 4 to smithi07185159-13 2024-09-13T14:34:16.931 INFO:tasks.rados.rados.0.smithi071.stdout:3202: oid 13 updating version 0 to 1631 2024-09-13T14:34:16.932 INFO:tasks.rados.rados.0.smithi071.stdout:3202: oid 13 version 1631 is already newer than 1630 2024-09-13T14:34:16.932 INFO:tasks.rados.rados.0.smithi071.stdout:3202: oid 13 version 1631 is already newer than 1629 2024-09-13T14:34:16.932 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 13 v 1631 (ObjNum 1196 snap 408 seq_num 1196) dirty exists 2024-09-13T14:34:16.932 INFO:tasks.rados.rados.0.smithi071.stdout:3202: left oid 13 (ObjNum 1196 snap 408 seq_num 1196) 2024-09-13T14:34:17.910 INFO:tasks.rados.rados.0.smithi071.stdout:3202: done (1 left) 2024-09-13T14:34:17.910 INFO:tasks.rados.rados.0.smithi071.stdout:3203: done (0 left) 2024-09-13T14:34:17.911 INFO:tasks.rados.rados.0.smithi071.stdout:3204: write oid 38 current snap is 409 2024-09-13T14:34:17.911 INFO:tasks.rados.rados.0.smithi071.stdout:3204: seq_num 1197 ranges {517979=740474,1778946=339033} 2024-09-13T14:34:17.917 INFO:tasks.rados.rados.0.smithi071.stdout:3204: writing smithi07185159-38 from 517979 to 1258453 tid 1 2024-09-13T14:34:17.922 INFO:tasks.rados.rados.0.smithi071.stdout:3204: writing smithi07185159-38 from 1778946 to 2117979 tid 2 2024-09-13T14:34:17.922 INFO:tasks.rados.rados.0.smithi071.stdout:3205: write oid 18 current snap is 409 2024-09-13T14:34:17.922 INFO:tasks.rados.rados.0.smithi071.stdout:3205: seq_num 1198 ranges {534786=415723,1437428=697358} 2024-09-13T14:34:17.927 INFO:tasks.rados.rados.0.smithi071.stdout:3205: writing smithi07185159-18 from 534786 to 950509 tid 1 2024-09-13T14:34:17.934 INFO:tasks.rados.rados.0.smithi071.stdout:3205: writing smithi07185159-18 from 1437428 to 2134786 tid 2 2024-09-13T14:34:17.934 INFO:tasks.rados.rados.0.smithi071.stdout:3206: rollback oid 40 current snap is 409 2024-09-13T14:34:17.935 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 40 to 383 2024-09-13T14:34:17.935 INFO:tasks.rados.rados.0.smithi071.stdout:3204: finishing write tid 1 to smithi07185159-38 2024-09-13T14:34:17.935 INFO:tasks.rados.rados.0.smithi071.stdout:3204: finishing write tid 2 to smithi07185159-38 2024-09-13T14:34:17.935 INFO:tasks.rados.rados.0.smithi071.stdout:3204: finishing write tid 3 to smithi07185159-38 2024-09-13T14:34:17.935 INFO:tasks.rados.rados.0.smithi071.stdout:3204: finishing write tid 4 to smithi07185159-38 2024-09-13T14:34:17.935 INFO:tasks.rados.rados.0.smithi071.stdout:3204: oid 38 updating version 0 to 1538 2024-09-13T14:34:17.935 INFO:tasks.rados.rados.0.smithi071.stdout:3204: oid 38 version 1538 is already newer than 1537 2024-09-13T14:34:17.935 INFO:tasks.rados.rados.0.smithi071.stdout:3204: oid 38 updating version 1538 to 1539 2024-09-13T14:34:17.935 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 38 v 1539 (ObjNum 1197 snap 409 seq_num 1197) dirty exists 2024-09-13T14:34:17.935 INFO:tasks.rados.rados.0.smithi071.stdout:3204: left oid 38 (ObjNum 1197 snap 409 seq_num 1197) 2024-09-13T14:34:17.935 INFO:tasks.rados.rados.0.smithi071.stdout:3204: done (2 left) 2024-09-13T14:34:17.935 INFO:tasks.rados.rados.0.smithi071.stdout:3207: read oid 7 snap 403 2024-09-13T14:34:17.935 INFO:tasks.rados.rados.0.smithi071.stdout:3207: expect (ObjNum 1177 snap 403 seq_num 1177) 2024-09-13T14:34:17.935 INFO:tasks.rados.rados.0.smithi071.stdout:3208: read oid 10 snap -1 2024-09-13T14:34:17.936 INFO:tasks.rados.rados.0.smithi071.stdout:3208: expect (ObjNum 1155 snap 397 seq_num 1155) 2024-09-13T14:34:17.936 INFO:tasks.rados.rados.0.smithi071.stdout:3209: rollback oid 15 current snap is 409 2024-09-13T14:34:17.936 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 15 to 377 2024-09-13T14:34:17.936 INFO:tasks.rados.rados.0.smithi071.stdout:3205: finishing write tid 1 to smithi07185159-18 2024-09-13T14:34:17.936 INFO:tasks.rados.rados.0.smithi071.stdout:3210: write oid 1 current snap is 409 2024-09-13T14:34:17.936 INFO:tasks.rados.rados.0.smithi071.stdout:3210: seq_num 1199 ranges {551593=490972,1779557=372036} 2024-09-13T14:34:17.940 INFO:tasks.rados.rados.0.smithi071.stdout:3210: writing smithi07185159-1 from 551593 to 1042565 tid 1 2024-09-13T14:34:17.947 INFO:tasks.rados.rados.0.smithi071.stdout:3210: writing smithi07185159-1 from 1779557 to 2151593 tid 2 2024-09-13T14:34:17.947 INFO:tasks.rados.rados.0.smithi071.stdout:3211: delete oid 19 current snap is 409 2024-09-13T14:34:17.947 INFO:tasks.rados.rados.0.smithi071.stdout:3207: expect (ObjNum 1177 snap 403 seq_num 1177) 2024-09-13T14:34:18.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:17 smithi104 ceph-mon[105578]: pgmap v760: 89 pgs: 89 active+clean; 338 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 4.5 MiB/s wr, 28 op/s 2024-09-13T14:34:18.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:17 smithi104 ceph-mon[105578]: osdmap e873: 8 total, 8 up, 8 in 2024-09-13T14:34:18.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:17 smithi104 ceph-mon[105578]: osdmap e874: 8 total, 8 up, 8 in 2024-09-13T14:34:18.211 INFO:tasks.rados.rados.0.smithi071.stdout:3206: finishing rollback tid 0 to smithi07185159-40 2024-09-13T14:34:18.211 INFO:tasks.rados.rados.0.smithi071.stdout:3208: expect (ObjNum 1155 snap 397 seq_num 1155) 2024-09-13T14:34:18.362 INFO:tasks.rados.rados.0.smithi071.stdout:3206: finishing rollback tid 1 to smithi07185159-40 2024-09-13T14:34:18.362 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 40 v 689 (ObjNum 305 snap 0 seq_num 300831170) dirty dne 2024-09-13T14:34:18.363 INFO:tasks.rados.rados.0.smithi071.stdout:3205: finishing write tid 2 to smithi07185159-18 2024-09-13T14:34:18.363 INFO:tasks.rados.rados.0.smithi071.stdout:3205: finishing write tid 3 to smithi07185159-18 2024-09-13T14:34:18.363 INFO:tasks.rados.rados.0.smithi071.stdout:3205: finishing write tid 4 to smithi07185159-18 2024-09-13T14:34:18.363 INFO:tasks.rados.rados.0.smithi071.stdout:3205: oid 18 updating version 0 to 2924 2024-09-13T14:34:18.363 INFO:tasks.rados.rados.0.smithi071.stdout:3205: oid 18 updating version 2924 to 2926 2024-09-13T14:34:18.363 INFO:tasks.rados.rados.0.smithi071.stdout:3205: oid 18 version 2926 is already newer than 2925 2024-09-13T14:34:18.363 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 18 v 2926 (ObjNum 1198 snap 409 seq_num 1198) dirty exists 2024-09-13T14:34:18.363 INFO:tasks.rados.rados.0.smithi071.stdout:3205: left oid 18 (ObjNum 1198 snap 409 seq_num 1198) 2024-09-13T14:34:18.363 INFO:tasks.rados.rados.0.smithi071.stdout:3209: finishing rollback tid 1 to smithi07185159-15 2024-09-13T14:34:18.363 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 15 v 2908 (ObjNum 129 snap 0 seq_num 1961351392) dirty dne 2024-09-13T14:34:18.363 INFO:tasks.rados.rados.0.smithi071.stdout:3210: finishing write tid 1 to smithi07185159-1 2024-09-13T14:34:18.363 INFO:tasks.rados.rados.0.smithi071.stdout:3205: done (6 left) 2024-09-13T14:34:18.363 INFO:tasks.rados.rados.0.smithi071.stdout:3206: done (5 left) 2024-09-13T14:34:18.363 INFO:tasks.rados.rados.0.smithi071.stdout:3207: done (4 left) 2024-09-13T14:34:18.364 INFO:tasks.rados.rados.0.smithi071.stdout:3208: done (3 left) 2024-09-13T14:34:18.364 INFO:tasks.rados.rados.0.smithi071.stdout:3209: done (2 left) 2024-09-13T14:34:18.364 INFO:tasks.rados.rados.0.smithi071.stdout:3211: done (1 left) 2024-09-13T14:34:18.364 INFO:tasks.rados.rados.0.smithi071.stdout:3212: snap_remove snap 379 2024-09-13T14:34:18.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:17 smithi071 ceph-mon[107477]: pgmap v760: 89 pgs: 89 active+clean; 338 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 4.5 MiB/s wr, 28 op/s 2024-09-13T14:34:18.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:17 smithi071 ceph-mon[107477]: osdmap e873: 8 total, 8 up, 8 in 2024-09-13T14:34:18.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:17 smithi071 ceph-mon[107477]: osdmap e874: 8 total, 8 up, 8 in 2024-09-13T14:34:18.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:17 smithi071 ceph-mon[112785]: pgmap v760: 89 pgs: 89 active+clean; 338 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 4.5 MiB/s wr, 28 op/s 2024-09-13T14:34:18.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:17 smithi071 ceph-mon[112785]: osdmap e873: 8 total, 8 up, 8 in 2024-09-13T14:34:18.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:17 smithi071 ceph-mon[112785]: osdmap e874: 8 total, 8 up, 8 in 2024-09-13T14:34:18.922 INFO:tasks.rados.rados.0.smithi071.stdout:3212: done (1 left) 2024-09-13T14:34:18.922 INFO:tasks.rados.rados.0.smithi071.stdout:3213: rollback oid 8 current snap is 409 2024-09-13T14:34:18.922 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 8 to 358 2024-09-13T14:34:18.922 INFO:tasks.rados.rados.0.smithi071.stdout:3210: finishing write tid 2 to smithi07185159-1 2024-09-13T14:34:18.922 INFO:tasks.rados.rados.0.smithi071.stdout:3210: finishing write tid 3 to smithi07185159-1 2024-09-13T14:34:18.922 INFO:tasks.rados.rados.0.smithi071.stdout:3210: finishing write tid 4 to smithi07185159-1 2024-09-13T14:34:18.922 INFO:tasks.rados.rados.0.smithi071.stdout:3210: oid 1 updating version 0 to 2931 2024-09-13T14:34:18.922 INFO:tasks.rados.rados.0.smithi071.stdout:3210: oid 1 version 2931 is already newer than 2930 2024-09-13T14:34:18.922 INFO:tasks.rados.rados.0.smithi071.stdout:3210: oid 1 version 2931 is already newer than 2929 2024-09-13T14:34:18.923 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 1 v 2931 (ObjNum 1199 snap 409 seq_num 1199) dirty exists 2024-09-13T14:34:18.923 INFO:tasks.rados.rados.0.smithi071.stdout:3210: left oid 1 (ObjNum 1199 snap 409 seq_num 1199) 2024-09-13T14:34:18.923 INFO:tasks.rados.rados.0.smithi071.stdout:3210: done (1 left) 2024-09-13T14:34:18.923 INFO:tasks.rados.rados.0.smithi071.stdout:3214: read oid 20 snap -1 2024-09-13T14:34:18.923 INFO:tasks.rados.rados.0.smithi071.stdout:3214: expect (ObjNum 1138 snap 386 seq_num 1138) 2024-09-13T14:34:18.923 INFO:tasks.rados.rados.0.smithi071.stdout:3215: delete oid 9 current snap is 409 2024-09-13T14:34:18.929 INFO:tasks.rados.rados.0.smithi071.stdout:3214: expect (ObjNum 1138 snap 386 seq_num 1138) 2024-09-13T14:34:19.074 INFO:tasks.rados.rados.0.smithi071.stdout:3213: finishing rollback tid 0 to smithi07185159-8 2024-09-13T14:34:19.075 INFO:tasks.rados.rados.0.smithi071.stdout:3213: finishing rollback tid 1 to smithi07185159-8 2024-09-13T14:34:19.075 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 8 v 959 (ObjNum 49 snap 0 seq_num 1953066355) dirty dne 2024-09-13T14:34:19.075 INFO:tasks.rados.rados.0.smithi071.stdout:3213: done (2 left) 2024-09-13T14:34:19.075 INFO:tasks.rados.rados.0.smithi071.stdout:3214: done (1 left) 2024-09-13T14:34:19.075 INFO:tasks.rados.rados.0.smithi071.stdout:3215: done (0 left) 2024-09-13T14:34:19.075 INFO:tasks.rados.rados.0.smithi071.stdout:3216: snap_remove snap 408 2024-09-13T14:34:19.931 INFO:tasks.rados.rados.0.smithi071.stdout:3216: done (0 left) 2024-09-13T14:34:19.932 INFO:tasks.rados.rados.0.smithi071.stdout:3217: read oid 21 snap -1 2024-09-13T14:34:19.932 INFO:tasks.rados.rados.0.smithi071.stdout:3217: expect (ObjNum 1081 snap 368 seq_num 1081) 2024-09-13T14:34:19.932 INFO:tasks.rados.rados.0.smithi071.stdout:3218: snap_remove snap 377 2024-09-13T14:34:20.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:19 smithi104 ceph-mon[105578]: pgmap v763: 89 pgs: 89 active+clean; 338 MiB data, 986 MiB used, 714 GiB / 715 GiB avail; 6.7 MiB/s rd, 3.7 MiB/s wr, 21 op/s 2024-09-13T14:34:20.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:19 smithi104 ceph-mon[105578]: osdmap e875: 8 total, 8 up, 8 in 2024-09-13T14:34:20.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:19 smithi071 ceph-mon[107477]: pgmap v763: 89 pgs: 89 active+clean; 338 MiB data, 986 MiB used, 714 GiB / 715 GiB avail; 6.7 MiB/s rd, 3.7 MiB/s wr, 21 op/s 2024-09-13T14:34:20.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:19 smithi071 ceph-mon[107477]: osdmap e875: 8 total, 8 up, 8 in 2024-09-13T14:34:20.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:19 smithi071 ceph-mon[112785]: pgmap v763: 89 pgs: 89 active+clean; 338 MiB data, 986 MiB used, 714 GiB / 715 GiB avail; 6.7 MiB/s rd, 3.7 MiB/s wr, 21 op/s 2024-09-13T14:34:20.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:19 smithi071 ceph-mon[112785]: osdmap e875: 8 total, 8 up, 8 in 2024-09-13T14:34:20.942 INFO:tasks.rados.rados.0.smithi071.stdout:3218: done (1 left) 2024-09-13T14:34:20.942 INFO:tasks.rados.rados.0.smithi071.stdout:3219: write oid 13 current snap is 409 2024-09-13T14:34:20.942 INFO:tasks.rados.rados.0.smithi071.stdout:3217: expect (ObjNum 1081 snap 368 seq_num 1081) 2024-09-13T14:34:21.023 INFO:tasks.rados.rados.0.smithi071.stdout:3219: seq_num 1202 ranges {602014=433072,1671356=530658} 2024-09-13T14:34:21.029 INFO:tasks.rados.rados.0.smithi071.stdout:3219: writing smithi07185159-13 from 602014 to 1035086 tid 1 2024-09-13T14:34:21.035 INFO:tasks.rados.rados.0.smithi071.stdout:3219: writing smithi07185159-13 from 1671356 to 2202014 tid 2 2024-09-13T14:34:21.035 INFO:tasks.rados.rados.0.smithi071.stdout:3217: done (1 left) 2024-09-13T14:34:21.036 INFO:tasks.rados.rados.0.smithi071.stdout:3220: delete oid 9 current snap is 409 2024-09-13T14:34:21.036 INFO:tasks.rados.rados.0.smithi071.stdout:3219: finishing write tid 1 to smithi07185159-13 2024-09-13T14:34:21.037 INFO:tasks.rados.rados.0.smithi071.stdout:3220: done (1 left) 2024-09-13T14:34:21.037 INFO:tasks.rados.rados.0.smithi071.stdout:3221: write oid 30 current snap is 409 2024-09-13T14:34:21.037 INFO:tasks.rados.rados.0.smithi071.stdout:3221: seq_num 1204 ranges {635628=583570,1671967=563661} 2024-09-13T14:34:21.043 INFO:tasks.rados.rados.0.smithi071.stdout:3221: writing smithi07185159-30 from 635628 to 1219198 tid 1 2024-09-13T14:34:21.049 INFO:tasks.rados.rados.0.smithi071.stdout:3221: writing smithi07185159-30 from 1671967 to 2235628 tid 2 2024-09-13T14:34:21.050 INFO:tasks.rados.rados.0.smithi071.stdout:3222: rollback oid 34 current snap is 409 2024-09-13T14:34:21.050 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 34 to 405 2024-09-13T14:34:21.050 INFO:tasks.rados.rados.0.smithi071.stdout:3219: finishing write tid 2 to smithi07185159-13 2024-09-13T14:34:21.050 INFO:tasks.rados.rados.0.smithi071.stdout:3219: finishing write tid 3 to smithi07185159-13 2024-09-13T14:34:21.050 INFO:tasks.rados.rados.0.smithi071.stdout:3219: finishing write tid 4 to smithi07185159-13 2024-09-13T14:34:21.050 INFO:tasks.rados.rados.0.smithi071.stdout:3219: oid 13 updating version 0 to 1638 2024-09-13T14:34:21.050 INFO:tasks.rados.rados.0.smithi071.stdout:3219: oid 13 version 1638 is already newer than 1637 2024-09-13T14:34:21.050 INFO:tasks.rados.rados.0.smithi071.stdout:3219: oid 13 version 1638 is already newer than 1636 2024-09-13T14:34:21.050 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 13 v 1638 (ObjNum 1202 snap 409 seq_num 1202) dirty exists 2024-09-13T14:34:21.050 INFO:tasks.rados.rados.0.smithi071.stdout:3219: left oid 13 (ObjNum 1202 snap 409 seq_num 1202) 2024-09-13T14:34:21.051 INFO:tasks.rados.rados.0.smithi071.stdout:3221: finishing write tid 1 to smithi07185159-30 2024-09-13T14:34:21.051 INFO:tasks.rados.rados.0.smithi071.stdout:3219: done (2 left) 2024-09-13T14:34:21.051 INFO:tasks.rados.rados.0.smithi071.stdout:3223: read oid 8 snap -1 2024-09-13T14:34:21.052 INFO:tasks.rados.rados.0.smithi071.stdout:3223: expect deleted 2024-09-13T14:34:21.052 INFO:tasks.rados.rados.0.smithi071.stdout:3224: write oid 31 current snap is 409 2024-09-13T14:34:21.052 INFO:tasks.rados.rados.0.smithi071.stdout:3224: seq_num 1205 ranges {652435=658819,1730449=521986} 2024-09-13T14:34:21.056 INFO:tasks.rados.rados.0.smithi071.stdout:3224: writing smithi07185159-31 from 652435 to 1311254 tid 1 2024-09-13T14:34:21.061 INFO:tasks.rados.rados.0.smithi071.stdout:3224: writing smithi07185159-31 from 1730449 to 2252435 tid 2 2024-09-13T14:34:21.061 INFO:tasks.rados.rados.0.smithi071.stdout:3225: read oid 41 snap -1 2024-09-13T14:34:21.062 INFO:tasks.rados.rados.0.smithi071.stdout:3225: expect deleted 2024-09-13T14:34:21.062 INFO:tasks.rados.rados.0.smithi071.stdout:3226: snap_remove snap 388 2024-09-13T14:34:21.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:20 smithi071 ceph-mon[107477]: osdmap e876: 8 total, 8 up, 8 in 2024-09-13T14:34:21.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:20 smithi071 ceph-mon[112785]: osdmap e876: 8 total, 8 up, 8 in 2024-09-13T14:34:21.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:20 smithi104 ceph-mon[105578]: osdmap e876: 8 total, 8 up, 8 in 2024-09-13T14:34:21.939 INFO:tasks.rados.rados.0.smithi071.stdout:3226: done (5 left) 2024-09-13T14:34:21.939 INFO:tasks.rados.rados.0.smithi071.stdout:3227: delete oid 29 current snap is 409 2024-09-13T14:34:21.940 INFO:tasks.rados.rados.0.smithi071.stdout:3222: finishing rollback tid 1 to smithi07185159-34 2024-09-13T14:34:21.940 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 34 v 569 (ObjNum 273 snap 0 seq_num 0) dirty dne 2024-09-13T14:34:21.940 INFO:tasks.rados.rados.0.smithi071.stdout:3221: finishing write tid 2 to smithi07185159-30 2024-09-13T14:34:21.940 INFO:tasks.rados.rados.0.smithi071.stdout:3221: finishing write tid 3 to smithi07185159-30 2024-09-13T14:34:21.940 INFO:tasks.rados.rados.0.smithi071.stdout:3221: finishing write tid 4 to smithi07185159-30 2024-09-13T14:34:21.940 INFO:tasks.rados.rados.0.smithi071.stdout:3221: oid 30 updating version 0 to 723 2024-09-13T14:34:21.940 INFO:tasks.rados.rados.0.smithi071.stdout:3221: oid 30 updating version 723 to 724 2024-09-13T14:34:21.940 INFO:tasks.rados.rados.0.smithi071.stdout:3221: oid 30 version 724 is already newer than 722 2024-09-13T14:34:21.940 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 30 v 724 (ObjNum 1204 snap 409 seq_num 1204) dirty exists 2024-09-13T14:34:21.940 INFO:tasks.rados.rados.0.smithi071.stdout:3221: left oid 30 (ObjNum 1204 snap 409 seq_num 1204) 2024-09-13T14:34:21.940 INFO:tasks.rados.rados.0.smithi071.stdout:3224: finishing write tid 1 to smithi07185159-31 2024-09-13T14:34:21.940 INFO:tasks.rados.rados.0.smithi071.stdout:3224: finishing write tid 2 to smithi07185159-31 2024-09-13T14:34:21.941 INFO:tasks.rados.rados.0.smithi071.stdout:3224: finishing write tid 3 to smithi07185159-31 2024-09-13T14:34:21.941 INFO:tasks.rados.rados.0.smithi071.stdout:3224: finishing write tid 4 to smithi07185159-31 2024-09-13T14:34:21.941 INFO:tasks.rados.rados.0.smithi071.stdout:3224: oid 31 updating version 0 to 1556 2024-09-13T14:34:21.941 INFO:tasks.rados.rados.0.smithi071.stdout:3224: oid 31 version 1556 is already newer than 1555 2024-09-13T14:34:21.941 INFO:tasks.rados.rados.0.smithi071.stdout:3224: oid 31 updating version 1556 to 1557 2024-09-13T14:34:21.941 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 31 v 1557 (ObjNum 1205 snap 409 seq_num 1205) dirty exists 2024-09-13T14:34:21.941 INFO:tasks.rados.rados.0.smithi071.stdout:3224: left oid 31 (ObjNum 1205 snap 409 seq_num 1205) 2024-09-13T14:34:21.949 INFO:tasks.rados.rados.0.smithi071.stdout:3221: done (5 left) 2024-09-13T14:34:21.949 INFO:tasks.rados.rados.0.smithi071.stdout:3222: done (4 left) 2024-09-13T14:34:21.950 INFO:tasks.rados.rados.0.smithi071.stdout:3223: done (3 left) 2024-09-13T14:34:21.950 INFO:tasks.rados.rados.0.smithi071.stdout:3224: done (2 left) 2024-09-13T14:34:21.950 INFO:tasks.rados.rados.0.smithi071.stdout:3225: done (1 left) 2024-09-13T14:34:21.950 INFO:tasks.rados.rados.0.smithi071.stdout:3227: done (0 left) 2024-09-13T14:34:21.950 INFO:tasks.rados.rados.0.smithi071.stdout:3228: write oid 50 current snap is 409 2024-09-13T14:34:21.950 INFO:tasks.rados.rados.0.smithi071.stdout:3228: seq_num 1207 ranges {686049=409317,1847413=438636} 2024-09-13T14:34:21.955 INFO:tasks.rados.rados.0.smithi071.stdout:3228: writing smithi07185159-50 from 686049 to 1095366 tid 1 2024-09-13T14:34:21.962 INFO:tasks.rados.rados.0.smithi071.stdout:3228: writing smithi07185159-50 from 1847413 to 2286049 tid 2 2024-09-13T14:34:21.962 INFO:tasks.rados.rados.0.smithi071.stdout:3229: snap_create 2024-09-13T14:34:21.962 INFO:tasks.rados.rados.0.smithi071.stdout:3228: finishing write tid 1 to smithi07185159-50 2024-09-13T14:34:21.966 INFO:tasks.rados.rados.0.smithi071.stdout:3228: finishing write tid 2 to smithi07185159-50 2024-09-13T14:34:21.966 INFO:tasks.rados.rados.0.smithi071.stdout:3228: finishing write tid 3 to smithi07185159-50 2024-09-13T14:34:21.966 INFO:tasks.rados.rados.0.smithi071.stdout:3228: finishing write tid 4 to smithi07185159-50 2024-09-13T14:34:21.966 INFO:tasks.rados.rados.0.smithi071.stdout:3228: oid 50 updating version 0 to 2955 2024-09-13T14:34:21.967 INFO:tasks.rados.rados.0.smithi071.stdout:3228: oid 50 updating version 2955 to 2957 2024-09-13T14:34:21.967 INFO:tasks.rados.rados.0.smithi071.stdout:3228: oid 50 version 2957 is already newer than 2956 2024-09-13T14:34:21.967 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 50 v 2957 (ObjNum 1207 snap 409 seq_num 1207) dirty exists 2024-09-13T14:34:21.967 INFO:tasks.rados.rados.0.smithi071.stdout:3228: left oid 50 (ObjNum 1207 snap 409 seq_num 1207) 2024-09-13T14:34:22.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:21 smithi071 ceph-mon[107477]: pgmap v766: 89 pgs: 89 active+clean; 341 MiB data, 1002 MiB used, 714 GiB / 715 GiB avail; 6.8 MiB/s rd, 1.2 MiB/s wr, 12 op/s 2024-09-13T14:34:22.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:21 smithi071 ceph-mon[107477]: osdmap e877: 8 total, 8 up, 8 in 2024-09-13T14:34:22.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:21 smithi071 ceph-mon[112785]: pgmap v766: 89 pgs: 89 active+clean; 341 MiB data, 1002 MiB used, 714 GiB / 715 GiB avail; 6.8 MiB/s rd, 1.2 MiB/s wr, 12 op/s 2024-09-13T14:34:22.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:21 smithi071 ceph-mon[112785]: osdmap e877: 8 total, 8 up, 8 in 2024-09-13T14:34:22.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:21 smithi104 ceph-mon[105578]: pgmap v766: 89 pgs: 89 active+clean; 341 MiB data, 1002 MiB used, 714 GiB / 715 GiB avail; 6.8 MiB/s rd, 1.2 MiB/s wr, 12 op/s 2024-09-13T14:34:22.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:21 smithi104 ceph-mon[105578]: osdmap e877: 8 total, 8 up, 8 in 2024-09-13T14:34:22.911 INFO:tasks.rados.rados.0.smithi071.stdout:3228: done (1 left) 2024-09-13T14:34:22.912 INFO:tasks.rados.rados.0.smithi071.stdout:3229: done (0 left) 2024-09-13T14:34:22.912 INFO:tasks.rados.rados.0.smithi071.stdout:3230: rollback oid 11 current snap is 410 2024-09-13T14:34:22.912 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 11 to 358 2024-09-13T14:34:22.912 INFO:tasks.rados.rados.0.smithi071.stdout:3231: read oid 22 snap 391 2024-09-13T14:34:22.912 INFO:tasks.rados.rados.0.smithi071.stdout:3231: expect (ObjNum 1114 snap 374 seq_num 1114) 2024-09-13T14:34:22.912 INFO:tasks.rados.rados.0.smithi071.stdout:3232: snap_remove snap 382 2024-09-13T14:34:23.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:22 smithi071 ceph-mon[107477]: osdmap e878: 8 total, 8 up, 8 in 2024-09-13T14:34:23.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:22 smithi071 ceph-mon[107477]: osdmap e879: 8 total, 8 up, 8 in 2024-09-13T14:34:23.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:34:22 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:34:22] "GET /metrics HTTP/1.1" 200 36402 "" "Prometheus/2.51.0" 2024-09-13T14:34:23.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:22 smithi071 ceph-mon[112785]: osdmap e878: 8 total, 8 up, 8 in 2024-09-13T14:34:23.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:22 smithi071 ceph-mon[112785]: osdmap e879: 8 total, 8 up, 8 in 2024-09-13T14:34:23.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:22 smithi104 ceph-mon[105578]: osdmap e878: 8 total, 8 up, 8 in 2024-09-13T14:34:23.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:22 smithi104 ceph-mon[105578]: osdmap e879: 8 total, 8 up, 8 in 2024-09-13T14:34:23.911 INFO:tasks.rados.rados.0.smithi071.stdout:3232: done (2 left) 2024-09-13T14:34:23.911 INFO:tasks.rados.rados.0.smithi071.stdout:3233: snap_remove snap 376 2024-09-13T14:34:24.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:23 smithi071 ceph-mon[107477]: pgmap v769: 89 pgs: 89 active+clean; 341 MiB data, 1006 MiB used, 714 GiB / 715 GiB avail; 6.8 MiB/s rd, 1.2 MiB/s wr, 13 op/s 2024-09-13T14:34:24.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:23 smithi071 ceph-mon[107477]: osdmap e880: 8 total, 8 up, 8 in 2024-09-13T14:34:24.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:23 smithi071 ceph-mon[112785]: pgmap v769: 89 pgs: 89 active+clean; 341 MiB data, 1006 MiB used, 714 GiB / 715 GiB avail; 6.8 MiB/s rd, 1.2 MiB/s wr, 13 op/s 2024-09-13T14:34:24.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:23 smithi071 ceph-mon[112785]: osdmap e880: 8 total, 8 up, 8 in 2024-09-13T14:34:24.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:23 smithi104 ceph-mon[105578]: pgmap v769: 89 pgs: 89 active+clean; 341 MiB data, 1006 MiB used, 714 GiB / 715 GiB avail; 6.8 MiB/s rd, 1.2 MiB/s wr, 13 op/s 2024-09-13T14:34:24.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:23 smithi104 ceph-mon[105578]: osdmap e880: 8 total, 8 up, 8 in 2024-09-13T14:34:24.912 INFO:tasks.rados.rados.0.smithi071.stdout:3233: done (2 left) 2024-09-13T14:34:24.913 INFO:tasks.rados.rados.0.smithi071.stdout:3234: write oid 10 current snap is 410 2024-09-13T14:34:24.913 INFO:tasks.rados.rados.0.smithi071.stdout:3230: finishing rollback tid 0 to smithi07185159-11 2024-09-13T14:34:24.913 INFO:tasks.rados.rados.0.smithi071.stdout:3230: finishing rollback tid 1 to smithi07185159-11 2024-09-13T14:34:24.913 INFO:tasks.rados.rados.0.smithi071.stdout:3230: finishing rollback tid 2 to smithi07185159-11 2024-09-13T14:34:24.913 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 11 v 1701 (ObjNum 1020 snap 355 seq_num 1020) dirty exists 2024-09-13T14:34:24.913 INFO:tasks.rados.rados.0.smithi071.stdout:3231: expect (ObjNum 1114 snap 374 seq_num 1114) 2024-09-13T14:34:25.069 INFO:tasks.rados.rados.0.smithi071.stdout:3234: seq_num 1208 ranges {702856=484566,1789542=513314} 2024-09-13T14:34:25.075 INFO:tasks.rados.rados.0.smithi071.stdout:3234: writing smithi07185159-10 from 702856 to 1187422 tid 1 2024-09-13T14:34:25.081 INFO:tasks.rados.rados.0.smithi071.stdout:3234: writing smithi07185159-10 from 1789542 to 2302856 tid 2 2024-09-13T14:34:25.081 INFO:tasks.rados.rados.0.smithi071.stdout:3230: done (2 left) 2024-09-13T14:34:25.081 INFO:tasks.rados.rados.0.smithi071.stdout:3231: done (1 left) 2024-09-13T14:34:25.082 INFO:tasks.rados.rados.0.smithi071.stdout:3235: snap_create 2024-09-13T14:34:25.082 INFO:tasks.rados.rados.0.smithi071.stdout:3234: finishing write tid 1 to smithi07185159-10 2024-09-13T14:34:25.086 INFO:tasks.rados.rados.0.smithi071.stdout:3234: finishing write tid 2 to smithi07185159-10 2024-09-13T14:34:25.086 INFO:tasks.rados.rados.0.smithi071.stdout:3234: finishing write tid 3 to smithi07185159-10 2024-09-13T14:34:25.086 INFO:tasks.rados.rados.0.smithi071.stdout:3234: finishing write tid 4 to smithi07185159-10 2024-09-13T14:34:25.086 INFO:tasks.rados.rados.0.smithi071.stdout:3234: oid 10 updating version 0 to 1576 2024-09-13T14:34:25.086 INFO:tasks.rados.rados.0.smithi071.stdout:3234: oid 10 version 1576 is already newer than 1575 2024-09-13T14:34:25.086 INFO:tasks.rados.rados.0.smithi071.stdout:3234: oid 10 updating version 1576 to 1577 2024-09-13T14:34:25.086 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 10 v 1577 (ObjNum 1208 snap 410 seq_num 1208) dirty exists 2024-09-13T14:34:25.086 INFO:tasks.rados.rados.0.smithi071.stdout:3234: left oid 10 (ObjNum 1208 snap 410 seq_num 1208) 2024-09-13T14:34:25.965 INFO:tasks.rados.rados.0.smithi071.stdout:3234: done (1 left) 2024-09-13T14:34:25.965 INFO:tasks.rados.rados.0.smithi071.stdout:3235: done (0 left) 2024-09-13T14:34:25.965 INFO:tasks.rados.rados.0.smithi071.stdout:3236: write oid 2 current snap is 411 2024-09-13T14:34:25.965 INFO:tasks.rados.rados.0.smithi071.stdout:3236: seq_num 1209 ranges {719663=676168,1964377=355286} 2024-09-13T14:34:25.972 INFO:tasks.rados.rados.0.smithi071.stdout:3236: writing smithi07185159-2 from 719663 to 1395831 tid 1 2024-09-13T14:34:25.977 INFO:tasks.rados.rados.0.smithi071.stdout:3236: writing smithi07185159-2 from 1964377 to 2319663 tid 2 2024-09-13T14:34:25.977 INFO:tasks.rados.rados.0.smithi071.stdout:3237: read oid 41 snap 403 2024-09-13T14:34:25.977 INFO:tasks.rados.rados.0.smithi071.stdout:3237: expect deleted 2024-09-13T14:34:25.977 INFO:tasks.rados.rados.0.smithi071.stdout:3238: read oid 12 snap -1 2024-09-13T14:34:25.978 INFO:tasks.rados.rados.0.smithi071.stdout:3238: expect (ObjNum 1163 snap 398 seq_num 1163) 2024-09-13T14:34:25.978 INFO:tasks.rados.rados.0.smithi071.stdout:3239: snap_remove snap 392 2024-09-13T14:34:26.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:25 smithi104 ceph-mon[105578]: pgmap v772: 89 pgs: 89 active+clean; 341 MiB data, 1005 MiB used, 714 GiB / 715 GiB avail; 2.4 MiB/s rd, 0 B/s wr, 3 op/s 2024-09-13T14:34:26.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:25 smithi104 ceph-mon[105578]: osdmap e881: 8 total, 8 up, 8 in 2024-09-13T14:34:26.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:25 smithi071 ceph-mon[107477]: pgmap v772: 89 pgs: 89 active+clean; 341 MiB data, 1005 MiB used, 714 GiB / 715 GiB avail; 2.4 MiB/s rd, 0 B/s wr, 3 op/s 2024-09-13T14:34:26.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:25 smithi071 ceph-mon[107477]: osdmap e881: 8 total, 8 up, 8 in 2024-09-13T14:34:26.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:25 smithi071 ceph-mon[112785]: pgmap v772: 89 pgs: 89 active+clean; 341 MiB data, 1005 MiB used, 714 GiB / 715 GiB avail; 2.4 MiB/s rd, 0 B/s wr, 3 op/s 2024-09-13T14:34:26.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:25 smithi071 ceph-mon[112785]: osdmap e881: 8 total, 8 up, 8 in 2024-09-13T14:34:26.973 INFO:tasks.rados.rados.0.smithi071.stdout:3239: done (3 left) 2024-09-13T14:34:26.973 INFO:tasks.rados.rados.0.smithi071.stdout:3240: write oid 23 current snap is 411 2024-09-13T14:34:26.973 INFO:tasks.rados.rados.0.smithi071.stdout:3240: seq_num 1210 ranges {736470=751417,2022859=313611} 2024-09-13T14:34:26.982 INFO:tasks.rados.rados.0.smithi071.stdout:3240: writing smithi07185159-23 from 736470 to 1487887 tid 1 2024-09-13T14:34:26.988 INFO:tasks.rados.rados.0.smithi071.stdout:3240: writing smithi07185159-23 from 2022859 to 2336470 tid 2 2024-09-13T14:34:26.988 INFO:tasks.rados.rados.0.smithi071.stdout:3241: delete oid 27 current snap is 411 2024-09-13T14:34:26.988 INFO:tasks.rados.rados.0.smithi071.stdout:3236: finishing write tid 1 to smithi07185159-2 2024-09-13T14:34:26.988 INFO:tasks.rados.rados.0.smithi071.stdout:3236: finishing write tid 2 to smithi07185159-2 2024-09-13T14:34:26.988 INFO:tasks.rados.rados.0.smithi071.stdout:3236: finishing write tid 3 to smithi07185159-2 2024-09-13T14:34:26.988 INFO:tasks.rados.rados.0.smithi071.stdout:3236: finishing write tid 4 to smithi07185159-2 2024-09-13T14:34:26.988 INFO:tasks.rados.rados.0.smithi071.stdout:3236: oid 2 updating version 0 to 648 2024-09-13T14:34:26.989 INFO:tasks.rados.rados.0.smithi071.stdout:3236: oid 2 updating version 648 to 649 2024-09-13T14:34:26.989 INFO:tasks.rados.rados.0.smithi071.stdout:3236: oid 2 version 649 is already newer than 647 2024-09-13T14:34:26.989 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 2 v 649 (ObjNum 1209 snap 411 seq_num 1209) dirty exists 2024-09-13T14:34:26.989 INFO:tasks.rados.rados.0.smithi071.stdout:3236: left oid 2 (ObjNum 1209 snap 411 seq_num 1209) 2024-09-13T14:34:26.989 INFO:tasks.rados.rados.0.smithi071.stdout:3238: expect (ObjNum 1163 snap 398 seq_num 1163) 2024-09-13T14:34:27.161 INFO:tasks.rados.rados.0.smithi071.stdout:3240: finishing write tid 1 to smithi07185159-23 2024-09-13T14:34:27.162 INFO:tasks.rados.rados.0.smithi071.stdout:3240: finishing write tid 2 to smithi07185159-23 2024-09-13T14:34:27.162 INFO:tasks.rados.rados.0.smithi071.stdout:3240: finishing write tid 3 to smithi07185159-23 2024-09-13T14:34:27.162 INFO:tasks.rados.rados.0.smithi071.stdout:3240: finishing write tid 4 to smithi07185159-23 2024-09-13T14:34:27.162 INFO:tasks.rados.rados.0.smithi071.stdout:3240: oid 23 updating version 0 to 1652 2024-09-13T14:34:27.162 INFO:tasks.rados.rados.0.smithi071.stdout:3240: oid 23 version 1652 is already newer than 1650 2024-09-13T14:34:27.162 INFO:tasks.rados.rados.0.smithi071.stdout:3240: oid 23 version 1652 is already newer than 1651 2024-09-13T14:34:27.162 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 23 v 1652 (ObjNum 1210 snap 411 seq_num 1210) dirty exists 2024-09-13T14:34:27.162 INFO:tasks.rados.rados.0.smithi071.stdout:3240: left oid 23 (ObjNum 1210 snap 411 seq_num 1210) 2024-09-13T14:34:27.162 INFO:tasks.rados.rados.0.smithi071.stdout:3236: done (4 left) 2024-09-13T14:34:27.162 INFO:tasks.rados.rados.0.smithi071.stdout:3237: done (3 left) 2024-09-13T14:34:27.162 INFO:tasks.rados.rados.0.smithi071.stdout:3238: done (2 left) 2024-09-13T14:34:27.162 INFO:tasks.rados.rados.0.smithi071.stdout:3240: done (1 left) 2024-09-13T14:34:27.162 INFO:tasks.rados.rados.0.smithi071.stdout:3241: done (0 left) 2024-09-13T14:34:27.162 INFO:tasks.rados.rados.0.smithi071.stdout:3242: snap_remove snap 395 2024-09-13T14:34:27.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:26 smithi071 ceph-mon[107477]: osdmap e882: 8 total, 8 up, 8 in 2024-09-13T14:34:27.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:26 smithi071 ceph-mon[112785]: osdmap e882: 8 total, 8 up, 8 in 2024-09-13T14:34:27.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:26 smithi104 ceph-mon[105578]: osdmap e882: 8 total, 8 up, 8 in 2024-09-13T14:34:27.912 INFO:tasks.rados.rados.0.smithi071.stdout:3242: done (0 left) 2024-09-13T14:34:27.912 INFO:tasks.rados.rados.0.smithi071.stdout:3243: snap_create 2024-09-13T14:34:28.292 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:27 smithi071 ceph-mon[107477]: pgmap v775: 89 pgs: 89 active+clean; 339 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 5.4 MiB/s rd, 1.2 MiB/s wr, 11 op/s 2024-09-13T14:34:28.292 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:27 smithi071 ceph-mon[107477]: osdmap e883: 8 total, 8 up, 8 in 2024-09-13T14:34:28.292 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:27 smithi071 ceph-mon[107477]: osdmap e884: 8 total, 8 up, 8 in 2024-09-13T14:34:28.292 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:27 smithi071 ceph-mon[112785]: pgmap v775: 89 pgs: 89 active+clean; 339 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 5.4 MiB/s rd, 1.2 MiB/s wr, 11 op/s 2024-09-13T14:34:28.292 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:27 smithi071 ceph-mon[112785]: osdmap e883: 8 total, 8 up, 8 in 2024-09-13T14:34:28.292 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:27 smithi071 ceph-mon[112785]: osdmap e884: 8 total, 8 up, 8 in 2024-09-13T14:34:28.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:27 smithi104 ceph-mon[105578]: pgmap v775: 89 pgs: 89 active+clean; 339 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 5.4 MiB/s rd, 1.2 MiB/s wr, 11 op/s 2024-09-13T14:34:28.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:27 smithi104 ceph-mon[105578]: osdmap e883: 8 total, 8 up, 8 in 2024-09-13T14:34:28.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:27 smithi104 ceph-mon[105578]: osdmap e884: 8 total, 8 up, 8 in 2024-09-13T14:34:28.912 INFO:tasks.rados.rados.0.smithi071.stdout:3243: done (0 left) 2024-09-13T14:34:28.912 INFO:tasks.rados.rados.0.smithi071.stdout:3244: write oid 30 current snap is 412 2024-09-13T14:34:28.913 INFO:tasks.rados.rados.0.smithi071.stdout:3244: seq_num 1212 ranges {770084=501915,2023470=346614} 2024-09-13T14:34:28.919 INFO:tasks.rados.rados.0.smithi071.stdout:3244: writing smithi07185159-30 from 770084 to 1271999 tid 1 2024-09-13T14:34:28.926 INFO:tasks.rados.rados.0.smithi071.stdout:3244: writing smithi07185159-30 from 2023470 to 2370084 tid 2 2024-09-13T14:34:28.926 INFO:tasks.rados.rados.0.smithi071.stdout:3245: read oid 44 snap 391 2024-09-13T14:34:28.926 INFO:tasks.rados.rados.0.smithi071.stdout:3245: expect (ObjNum 1121 snap 377 seq_num 1121) 2024-09-13T14:34:28.926 INFO:tasks.rados.rados.0.smithi071.stdout:3246: write oid 24 current snap is 412 2024-09-13T14:34:28.926 INFO:tasks.rados.rados.0.smithi071.stdout:3244: finishing write tid 1 to smithi07185159-30 2024-09-13T14:34:28.926 INFO:tasks.rados.rados.0.smithi071.stdout:3246: seq_num 1213 ranges {786891=577164,2081952=304939} 2024-09-13T14:34:28.932 INFO:tasks.rados.rados.0.smithi071.stdout:3246: writing smithi07185159-24 from 786891 to 1364055 tid 1 2024-09-13T14:34:28.939 INFO:tasks.rados.rados.0.smithi071.stdout:3246: writing smithi07185159-24 from 2081952 to 2386891 tid 2 2024-09-13T14:34:28.939 INFO:tasks.rados.rados.0.smithi071.stdout:3247: read oid 36 snap -1 2024-09-13T14:34:28.939 INFO:tasks.rados.rados.0.smithi071.stdout:3247: expect deleted 2024-09-13T14:34:28.939 INFO:tasks.rados.rados.0.smithi071.stdout:3248: delete oid 16 current snap is 412 2024-09-13T14:34:28.939 INFO:tasks.rados.rados.0.smithi071.stdout:3244: finishing write tid 2 to smithi07185159-30 2024-09-13T14:34:28.939 INFO:tasks.rados.rados.0.smithi071.stdout:3244: finishing write tid 3 to smithi07185159-30 2024-09-13T14:34:28.939 INFO:tasks.rados.rados.0.smithi071.stdout:3244: finishing write tid 4 to smithi07185159-30 2024-09-13T14:34:28.939 INFO:tasks.rados.rados.0.smithi071.stdout:3244: oid 30 updating version 0 to 727 2024-09-13T14:34:28.939 INFO:tasks.rados.rados.0.smithi071.stdout:3244: oid 30 version 727 is already newer than 726 2024-09-13T14:34:28.939 INFO:tasks.rados.rados.0.smithi071.stdout:3244: oid 30 updating version 727 to 728 2024-09-13T14:34:28.939 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 30 v 728 (ObjNum 1212 snap 412 seq_num 1212) dirty exists 2024-09-13T14:34:28.940 INFO:tasks.rados.rados.0.smithi071.stdout:3244: left oid 30 (ObjNum 1212 snap 412 seq_num 1212) 2024-09-13T14:34:28.940 INFO:tasks.rados.rados.0.smithi071.stdout:3246: finishing write tid 1 to smithi07185159-24 2024-09-13T14:34:28.940 INFO:tasks.rados.rados.0.smithi071.stdout:3245: expect (ObjNum 1121 snap 377 seq_num 1121) 2024-09-13T14:34:29.037 INFO:tasks.rados.rados.0.smithi071.stdout:3246: finishing write tid 2 to smithi07185159-24 2024-09-13T14:34:29.037 INFO:tasks.rados.rados.0.smithi071.stdout:3246: finishing write tid 3 to smithi07185159-24 2024-09-13T14:34:29.037 INFO:tasks.rados.rados.0.smithi071.stdout:3246: finishing write tid 4 to smithi07185159-24 2024-09-13T14:34:29.037 INFO:tasks.rados.rados.0.smithi071.stdout:3246: oid 24 updating version 0 to 731 2024-09-13T14:34:29.037 INFO:tasks.rados.rados.0.smithi071.stdout:3246: oid 24 version 731 is already newer than 730 2024-09-13T14:34:29.037 INFO:tasks.rados.rados.0.smithi071.stdout:3246: oid 24 updating version 731 to 732 2024-09-13T14:34:29.037 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 24 v 732 (ObjNum 1213 snap 412 seq_num 1213) dirty exists 2024-09-13T14:34:29.037 INFO:tasks.rados.rados.0.smithi071.stdout:3246: left oid 24 (ObjNum 1213 snap 412 seq_num 1213) 2024-09-13T14:34:29.037 INFO:tasks.rados.rados.0.smithi071.stdout:3244: done (4 left) 2024-09-13T14:34:29.037 INFO:tasks.rados.rados.0.smithi071.stdout:3245: done (3 left) 2024-09-13T14:34:29.038 INFO:tasks.rados.rados.0.smithi071.stdout:3246: done (2 left) 2024-09-13T14:34:29.038 INFO:tasks.rados.rados.0.smithi071.stdout:3247: done (1 left) 2024-09-13T14:34:29.038 INFO:tasks.rados.rados.0.smithi071.stdout:3248: done (0 left) 2024-09-13T14:34:29.038 INFO:tasks.rados.rados.0.smithi071.stdout:3249: snap_remove snap 362 2024-09-13T14:34:29.976 INFO:tasks.rados.rados.0.smithi071.stdout:3249: done (0 left) 2024-09-13T14:34:29.976 INFO:tasks.rados.rados.0.smithi071.stdout:3250: write oid 44 current snap is 412 2024-09-13T14:34:29.976 INFO:tasks.rados.rados.0.smithi071.stdout:3250: seq_num 1215 ranges {420505=727662,1798916=553091} 2024-09-13T14:34:29.983 INFO:tasks.rados.rados.0.smithi071.stdout:3250: writing smithi07185159-44 from 420505 to 1148167 tid 1 2024-09-13T14:34:29.990 INFO:tasks.rados.rados.0.smithi071.stdout:3250: writing smithi07185159-44 from 1798916 to 2352007 tid 2 2024-09-13T14:34:29.990 INFO:tasks.rados.rados.0.smithi071.stdout:3251: write oid 17 current snap is 412 2024-09-13T14:34:29.991 INFO:tasks.rados.rados.0.smithi071.stdout:3250: finishing write tid 1 to smithi07185159-44 2024-09-13T14:34:29.991 INFO:tasks.rados.rados.0.smithi071.stdout:3251: seq_num 1216 ranges {437312=402911,1341045=696749} 2024-09-13T14:34:29.995 INFO:tasks.rados.rados.0.smithi071.stdout:3251: writing smithi07185159-17 from 437312 to 840223 tid 1 2024-09-13T14:34:30.003 INFO:tasks.rados.rados.0.smithi071.stdout:3251: writing smithi07185159-17 from 1341045 to 2037794 tid 2 2024-09-13T14:34:30.003 INFO:tasks.rados.rados.0.smithi071.stdout:3252: read oid 28 snap -1 2024-09-13T14:34:30.003 INFO:tasks.rados.rados.0.smithi071.stdout:3252: expect deleted 2024-09-13T14:34:30.003 INFO:tasks.rados.rados.0.smithi071.stdout:3253: write oid 21 current snap is 412 2024-09-13T14:34:30.003 INFO:tasks.rados.rados.0.smithi071.stdout:3250: finishing write tid 2 to smithi07185159-44 2024-09-13T14:34:30.003 INFO:tasks.rados.rados.0.smithi071.stdout:3250: finishing write tid 3 to smithi07185159-44 2024-09-13T14:34:30.003 INFO:tasks.rados.rados.0.smithi071.stdout:3250: finishing write tid 4 to smithi07185159-44 2024-09-13T14:34:30.004 INFO:tasks.rados.rados.0.smithi071.stdout:3250: oid 44 updating version 0 to 1603 2024-09-13T14:34:30.004 INFO:tasks.rados.rados.0.smithi071.stdout:3250: oid 44 version 1603 is already newer than 1602 2024-09-13T14:34:30.004 INFO:tasks.rados.rados.0.smithi071.stdout:3250: oid 44 version 1603 is already newer than 1601 2024-09-13T14:34:30.004 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 44 v 1603 (ObjNum 1215 snap 412 seq_num 1215) dirty exists 2024-09-13T14:34:30.004 INFO:tasks.rados.rados.0.smithi071.stdout:3250: left oid 44 (ObjNum 1215 snap 412 seq_num 1215) 2024-09-13T14:34:30.004 INFO:tasks.rados.rados.0.smithi071.stdout:3251: finishing write tid 1 to smithi07185159-17 2024-09-13T14:34:30.004 INFO:tasks.rados.rados.0.smithi071.stdout:3253: seq_num 1217 ranges {454119=594513,1515880=556760} 2024-09-13T14:34:30.008 INFO:tasks.rados.rados.0.smithi071.stdout:3253: writing smithi07185159-21 from 454119 to 1048632 tid 1 2024-09-13T14:34:30.014 INFO:tasks.rados.rados.0.smithi071.stdout:3253: writing smithi07185159-21 from 1515880 to 2072640 tid 2 2024-09-13T14:34:30.014 INFO:tasks.rados.rados.0.smithi071.stdout:3250: done (3 left) 2024-09-13T14:34:30.014 INFO:tasks.rados.rados.0.smithi071.stdout:3254: write oid 32 current snap is 412 2024-09-13T14:34:30.014 INFO:tasks.rados.rados.0.smithi071.stdout:3254: seq_num 1218 ranges {470926=669762,1574362=700418} 2024-09-13T14:34:30.021 INFO:tasks.rados.rados.0.smithi071.stdout:3254: writing smithi07185159-32 from 470926 to 1140688 tid 1 2024-09-13T14:34:30.027 INFO:tasks.rados.rados.0.smithi071.stdout:3254: writing smithi07185159-32 from 1574362 to 2274780 tid 2 2024-09-13T14:34:30.028 INFO:tasks.rados.rados.0.smithi071.stdout:3255: delete oid 9 current snap is 412 2024-09-13T14:34:30.028 INFO:tasks.rados.rados.0.smithi071.stdout:3251: finishing write tid 2 to smithi07185159-17 2024-09-13T14:34:30.028 INFO:tasks.rados.rados.0.smithi071.stdout:3251: finishing write tid 3 to smithi07185159-17 2024-09-13T14:34:30.028 INFO:tasks.rados.rados.0.smithi071.stdout:3251: finishing write tid 4 to smithi07185159-17 2024-09-13T14:34:30.028 INFO:tasks.rados.rados.0.smithi071.stdout:3251: oid 17 updating version 0 to 1132 2024-09-13T14:34:30.028 INFO:tasks.rados.rados.0.smithi071.stdout:3251: oid 17 version 1132 is already newer than 1130 2024-09-13T14:34:30.028 INFO:tasks.rados.rados.0.smithi071.stdout:3251: oid 17 version 1132 is already newer than 1131 2024-09-13T14:34:30.028 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 17 v 1132 (ObjNum 1216 snap 412 seq_num 1216) dirty exists 2024-09-13T14:34:30.028 INFO:tasks.rados.rados.0.smithi071.stdout:3251: left oid 17 (ObjNum 1216 snap 412 seq_num 1216) 2024-09-13T14:34:30.028 INFO:tasks.rados.rados.0.smithi071.stdout:3253: finishing write tid 1 to smithi07185159-21 2024-09-13T14:34:30.028 INFO:tasks.rados.rados.0.smithi071.stdout:3253: finishing write tid 2 to smithi07185159-21 2024-09-13T14:34:30.028 INFO:tasks.rados.rados.0.smithi071.stdout:3253: finishing write tid 3 to smithi07185159-21 2024-09-13T14:34:30.028 INFO:tasks.rados.rados.0.smithi071.stdout:3253: finishing write tid 4 to smithi07185159-21 2024-09-13T14:34:30.029 INFO:tasks.rados.rados.0.smithi071.stdout:3253: oid 21 updating version 0 to 1449 2024-09-13T14:34:30.029 INFO:tasks.rados.rados.0.smithi071.stdout:3253: oid 21 updating version 1449 to 1450 2024-09-13T14:34:30.029 INFO:tasks.rados.rados.0.smithi071.stdout:3253: oid 21 version 1450 is already newer than 1448 2024-09-13T14:34:30.029 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 21 v 1450 (ObjNum 1217 snap 412 seq_num 1217) dirty exists 2024-09-13T14:34:30.029 INFO:tasks.rados.rados.0.smithi071.stdout:3253: left oid 21 (ObjNum 1217 snap 412 seq_num 1217) 2024-09-13T14:34:30.029 INFO:tasks.rados.rados.0.smithi071.stdout:3254: finishing write tid 1 to smithi07185159-32 2024-09-13T14:34:30.029 INFO:tasks.rados.rados.0.smithi071.stdout:3251: done (4 left) 2024-09-13T14:34:30.029 INFO:tasks.rados.rados.0.smithi071.stdout:3252: done (3 left) 2024-09-13T14:34:30.030 INFO:tasks.rados.rados.0.smithi071.stdout:3253: done (2 left) 2024-09-13T14:34:30.030 INFO:tasks.rados.rados.0.smithi071.stdout:3255: done (1 left) 2024-09-13T14:34:30.030 INFO:tasks.rados.rados.0.smithi071.stdout:3256: write oid 45 current snap is 412 2024-09-13T14:34:30.030 INFO:tasks.rados.rados.0.smithi071.stdout:3256: seq_num 1220 ranges {504540=420260,1574973=704087} 2024-09-13T14:34:30.033 INFO:tasks.rados.rados.0.smithi071.stdout:3256: writing smithi07185159-45 from 504540 to 924800 tid 1 2024-09-13T14:34:30.041 INFO:tasks.rados.rados.0.smithi071.stdout:3256: writing smithi07185159-45 from 1574973 to 2279060 tid 2 2024-09-13T14:34:30.041 INFO:tasks.rados.rados.0.smithi071.stdout:3257: snap_remove snap 406 2024-09-13T14:34:30.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:29 smithi104 ceph-mon[105578]: pgmap v778: 89 pgs: 89 active+clean; 336 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 5.8 MiB/s rd, 1.2 MiB/s wr, 10 op/s 2024-09-13T14:34:30.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:29 smithi104 ceph-mon[105578]: osdmap e885: 8 total, 8 up, 8 in 2024-09-13T14:34:30.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:34:30.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:29 smithi071 ceph-mon[107477]: pgmap v778: 89 pgs: 89 active+clean; 336 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 5.8 MiB/s rd, 1.2 MiB/s wr, 10 op/s 2024-09-13T14:34:30.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:29 smithi071 ceph-mon[107477]: osdmap e885: 8 total, 8 up, 8 in 2024-09-13T14:34:30.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:34:30.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:29 smithi071 ceph-mon[112785]: pgmap v778: 89 pgs: 89 active+clean; 336 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 5.8 MiB/s rd, 1.2 MiB/s wr, 10 op/s 2024-09-13T14:34:30.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:29 smithi071 ceph-mon[112785]: osdmap e885: 8 total, 8 up, 8 in 2024-09-13T14:34:30.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:34:30.992 INFO:tasks.rados.rados.0.smithi071.stdout:3257: done (2 left) 2024-09-13T14:34:30.992 INFO:tasks.rados.rados.0.smithi071.stdout:3258: write oid 41 current snap is 412 2024-09-13T14:34:30.992 INFO:tasks.rados.rados.0.smithi071.stdout:3254: finishing write tid 2 to smithi07185159-32 2024-09-13T14:34:30.992 INFO:tasks.rados.rados.0.smithi071.stdout:3254: finishing write tid 3 to smithi07185159-32 2024-09-13T14:34:30.992 INFO:tasks.rados.rados.0.smithi071.stdout:3254: finishing write tid 4 to smithi07185159-32 2024-09-13T14:34:30.992 INFO:tasks.rados.rados.0.smithi071.stdout:3254: oid 32 updating version 0 to 349 2024-09-13T14:34:30.992 INFO:tasks.rados.rados.0.smithi071.stdout:3254: oid 32 updating version 349 to 350 2024-09-13T14:34:30.992 INFO:tasks.rados.rados.0.smithi071.stdout:3254: oid 32 version 350 is already newer than 348 2024-09-13T14:34:30.992 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 32 v 350 (ObjNum 1218 snap 412 seq_num 1218) dirty exists 2024-09-13T14:34:30.992 INFO:tasks.rados.rados.0.smithi071.stdout:3254: left oid 32 (ObjNum 1218 snap 412 seq_num 1218) 2024-09-13T14:34:30.992 INFO:tasks.rados.rados.0.smithi071.stdout:3256: finishing write tid 1 to smithi07185159-45 2024-09-13T14:34:30.993 INFO:tasks.rados.rados.0.smithi071.stdout:3256: finishing write tid 2 to smithi07185159-45 2024-09-13T14:34:30.993 INFO:tasks.rados.rados.0.smithi071.stdout:3256: finishing write tid 3 to smithi07185159-45 2024-09-13T14:34:30.993 INFO:tasks.rados.rados.0.smithi071.stdout:3256: finishing write tid 4 to smithi07185159-45 2024-09-13T14:34:30.993 INFO:tasks.rados.rados.0.smithi071.stdout:3256: oid 45 updating version 0 to 1739 2024-09-13T14:34:30.993 INFO:tasks.rados.rados.0.smithi071.stdout:3256: oid 45 version 1739 is already newer than 1738 2024-09-13T14:34:30.993 INFO:tasks.rados.rados.0.smithi071.stdout:3256: oid 45 version 1739 is already newer than 1737 2024-09-13T14:34:30.993 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 45 v 1739 (ObjNum 1220 snap 412 seq_num 1220) dirty exists 2024-09-13T14:34:30.993 INFO:tasks.rados.rados.0.smithi071.stdout:3256: left oid 45 (ObjNum 1220 snap 412 seq_num 1220) 2024-09-13T14:34:30.993 INFO:tasks.rados.rados.0.smithi071.stdout:3258: seq_num 1221 ranges {521347=495509,1633455=564098} 2024-09-13T14:34:30.998 INFO:tasks.rados.rados.0.smithi071.stdout:3258: writing smithi07185159-41 from 521347 to 1016856 tid 1 2024-09-13T14:34:31.004 INFO:tasks.rados.rados.0.smithi071.stdout:3258: writing smithi07185159-41 from 1633455 to 2197553 tid 2 2024-09-13T14:34:31.004 INFO:tasks.rados.rados.0.smithi071.stdout:3254: done (2 left) 2024-09-13T14:34:31.004 INFO:tasks.rados.rados.0.smithi071.stdout:3256: done (1 left) 2024-09-13T14:34:31.005 INFO:tasks.rados.rados.0.smithi071.stdout:3259: snap_remove snap 410 2024-09-13T14:34:31.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:30 smithi071 ceph-mon[107477]: osdmap e886: 8 total, 8 up, 8 in 2024-09-13T14:34:31.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:30 smithi071 ceph-mon[112785]: osdmap e886: 8 total, 8 up, 8 in 2024-09-13T14:34:31.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:30 smithi104 ceph-mon[105578]: osdmap e886: 8 total, 8 up, 8 in 2024-09-13T14:34:31.987 INFO:tasks.rados.rados.0.smithi071.stdout:3259: done (1 left) 2024-09-13T14:34:31.988 INFO:tasks.rados.rados.0.smithi071.stdout:3260: read oid 10 snap -1 2024-09-13T14:34:31.988 INFO:tasks.rados.rados.0.smithi071.stdout:3260: expect (ObjNum 1208 snap 410 seq_num 1208) 2024-09-13T14:34:31.988 INFO:tasks.rados.rados.0.smithi071.stdout:3261: write oid 36 current snap is 412 2024-09-13T14:34:31.988 INFO:tasks.rados.rados.0.smithi071.stdout:3261: seq_num 1222 ranges {538154=570758,1691937=707756} 2024-09-13T14:34:31.995 INFO:tasks.rados.rados.0.smithi071.stdout:3261: writing smithi07185159-36 from 538154 to 1108912 tid 1 2024-09-13T14:34:32.002 INFO:tasks.rados.rados.0.smithi071.stdout:3261: writing smithi07185159-36 from 1691937 to 2399693 tid 2 2024-09-13T14:34:32.002 INFO:tasks.rados.rados.0.smithi071.stdout:3262: rollback oid 48 current snap is 412 2024-09-13T14:34:32.002 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 48 to 358 2024-09-13T14:34:32.003 INFO:tasks.rados.rados.0.smithi071.stdout:3258: finishing write tid 1 to smithi07185159-41 2024-09-13T14:34:32.003 INFO:tasks.rados.rados.0.smithi071.stdout:3258: finishing write tid 2 to smithi07185159-41 2024-09-13T14:34:32.003 INFO:tasks.rados.rados.0.smithi071.stdout:3258: finishing write tid 3 to smithi07185159-41 2024-09-13T14:34:32.003 INFO:tasks.rados.rados.0.smithi071.stdout:3258: finishing write tid 4 to smithi07185159-41 2024-09-13T14:34:32.003 INFO:tasks.rados.rados.0.smithi071.stdout:3258: oid 41 updating version 0 to 1744 2024-09-13T14:34:32.003 INFO:tasks.rados.rados.0.smithi071.stdout:3258: oid 41 updating version 1744 to 1745 2024-09-13T14:34:32.003 INFO:tasks.rados.rados.0.smithi071.stdout:3258: oid 41 updating version 1745 to 1746 2024-09-13T14:34:32.003 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 41 v 1746 (ObjNum 1221 snap 412 seq_num 1221) dirty exists 2024-09-13T14:34:32.003 INFO:tasks.rados.rados.0.smithi071.stdout:3258: left oid 41 (ObjNum 1221 snap 412 seq_num 1221) 2024-09-13T14:34:32.003 INFO:tasks.rados.rados.0.smithi071.stdout:3260: expect (ObjNum 1208 snap 410 seq_num 1208) 2024-09-13T14:34:32.132 INFO:tasks.rados.rados.0.smithi071.stdout:3261: finishing write tid 1 to smithi07185159-36 2024-09-13T14:34:32.132 INFO:tasks.rados.rados.0.smithi071.stdout:3261: finishing write tid 2 to smithi07185159-36 2024-09-13T14:34:32.133 INFO:tasks.rados.rados.0.smithi071.stdout:3261: finishing write tid 3 to smithi07185159-36 2024-09-13T14:34:32.133 INFO:tasks.rados.rados.0.smithi071.stdout:3261: finishing write tid 4 to smithi07185159-36 2024-09-13T14:34:32.133 INFO:tasks.rados.rados.0.smithi071.stdout:3261: oid 36 updating version 0 to 698 2024-09-13T14:34:32.133 INFO:tasks.rados.rados.0.smithi071.stdout:3261: oid 36 version 698 is already newer than 696 2024-09-13T14:34:32.133 INFO:tasks.rados.rados.0.smithi071.stdout:3261: oid 36 version 698 is already newer than 697 2024-09-13T14:34:32.133 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 36 v 698 (ObjNum 1222 snap 412 seq_num 1222) dirty exists 2024-09-13T14:34:32.133 INFO:tasks.rados.rados.0.smithi071.stdout:3261: left oid 36 (ObjNum 1222 snap 412 seq_num 1222) 2024-09-13T14:34:32.133 INFO:tasks.rados.rados.0.smithi071.stdout:3262: finishing rollback tid 0 to smithi07185159-48 2024-09-13T14:34:32.133 INFO:tasks.rados.rados.0.smithi071.stdout:3262: finishing rollback tid 1 to smithi07185159-48 2024-09-13T14:34:32.133 INFO:tasks.rados.rados.0.smithi071.stdout:3262: finishing rollback tid 2 to smithi07185159-48 2024-09-13T14:34:32.133 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 48 v 2995 (ObjNum 1025 snap 355 seq_num 1025) dirty exists 2024-09-13T14:34:32.133 INFO:tasks.rados.rados.0.smithi071.stdout:3258: done (3 left) 2024-09-13T14:34:32.134 INFO:tasks.rados.rados.0.smithi071.stdout:3260: done (2 left) 2024-09-13T14:34:32.134 INFO:tasks.rados.rados.0.smithi071.stdout:3261: done (1 left) 2024-09-13T14:34:32.134 INFO:tasks.rados.rados.0.smithi071.stdout:3262: done (0 left) 2024-09-13T14:34:32.134 INFO:tasks.rados.rados.0.smithi071.stdout:3263: read oid 46 snap -1 2024-09-13T14:34:32.134 INFO:tasks.rados.rados.0.smithi071.stdout:3263: expect (ObjNum 1119 snap 375 seq_num 1119) 2024-09-13T14:34:32.134 INFO:tasks.rados.rados.0.smithi071.stdout:3264: snap_create 2024-09-13T14:34:32.141 INFO:tasks.rados.rados.0.smithi071.stdout:3263: expect (ObjNum 1119 snap 375 seq_num 1119) 2024-09-13T14:34:32.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:31 smithi071 ceph-mon[107477]: pgmap v781: 89 pgs: 89 active+clean; 337 MiB data, 1007 MiB used, 714 GiB / 715 GiB avail; 5.8 MiB/s rd, 1.5 MiB/s wr, 11 op/s 2024-09-13T14:34:32.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:31 smithi071 ceph-mon[107477]: osdmap e887: 8 total, 8 up, 8 in 2024-09-13T14:34:32.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:31 smithi071 ceph-mon[112785]: pgmap v781: 89 pgs: 89 active+clean; 337 MiB data, 1007 MiB used, 714 GiB / 715 GiB avail; 5.8 MiB/s rd, 1.5 MiB/s wr, 11 op/s 2024-09-13T14:34:32.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:31 smithi071 ceph-mon[112785]: osdmap e887: 8 total, 8 up, 8 in 2024-09-13T14:34:32.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:31 smithi104 ceph-mon[105578]: pgmap v781: 89 pgs: 89 active+clean; 337 MiB data, 1007 MiB used, 714 GiB / 715 GiB avail; 5.8 MiB/s rd, 1.5 MiB/s wr, 11 op/s 2024-09-13T14:34:32.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:31 smithi104 ceph-mon[105578]: osdmap e887: 8 total, 8 up, 8 in 2024-09-13T14:34:32.914 INFO:tasks.rados.rados.0.smithi071.stdout:3263: done (1 left) 2024-09-13T14:34:32.914 INFO:tasks.rados.rados.0.smithi071.stdout:3264: done (0 left) 2024-09-13T14:34:32.914 INFO:tasks.rados.rados.0.smithi071.stdout:3265: snap_create 2024-09-13T14:34:32.986 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:34:32 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:34:32] "GET /metrics HTTP/1.1" 200 36405 "" "Prometheus/2.51.0" 2024-09-13T14:34:33.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:32 smithi071 ceph-mon[107477]: osdmap e888: 8 total, 8 up, 8 in 2024-09-13T14:34:33.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:32 smithi071 ceph-mon[107477]: osdmap e889: 8 total, 8 up, 8 in 2024-09-13T14:34:33.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:32 smithi071 ceph-mon[112785]: osdmap e888: 8 total, 8 up, 8 in 2024-09-13T14:34:33.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:32 smithi071 ceph-mon[112785]: osdmap e889: 8 total, 8 up, 8 in 2024-09-13T14:34:33.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:32 smithi104 ceph-mon[105578]: osdmap e888: 8 total, 8 up, 8 in 2024-09-13T14:34:33.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:33 smithi104 ceph-mon[105578]: osdmap e889: 8 total, 8 up, 8 in 2024-09-13T14:34:33.915 INFO:tasks.rados.rados.0.smithi071.stdout:3265: done (0 left) 2024-09-13T14:34:33.915 INFO:tasks.rados.rados.0.smithi071.stdout:3266: read oid 12 snap -1 2024-09-13T14:34:33.915 INFO:tasks.rados.rados.0.smithi071.stdout:3266: expect (ObjNum 1163 snap 398 seq_num 1163) 2024-09-13T14:34:33.915 INFO:tasks.rados.rados.0.smithi071.stdout:3267: write oid 27 current snap is 414 2024-09-13T14:34:33.915 INFO:tasks.rados.rados.0.smithi071.stdout:3267: seq_num 1223 ranges {554961=646007,1750419=451414} 2024-09-13T14:34:33.922 INFO:tasks.rados.rados.0.smithi071.stdout:3267: writing smithi07185159-27 from 554961 to 1200968 tid 1 2024-09-13T14:34:33.928 INFO:tasks.rados.rados.0.smithi071.stdout:3267: writing smithi07185159-27 from 1750419 to 2201833 tid 2 2024-09-13T14:34:33.928 INFO:tasks.rados.rados.0.smithi071.stdout:3268: rollback oid 3 current snap is 414 2024-09-13T14:34:33.928 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 3 to 398 2024-09-13T14:34:33.929 INFO:tasks.rados.rados.0.smithi071.stdout:3266: expect (ObjNum 1163 snap 398 seq_num 1163) 2024-09-13T14:34:34.106 INFO:tasks.rados.rados.0.smithi071.stdout:3267: finishing write tid 1 to smithi07185159-27 2024-09-13T14:34:34.106 INFO:tasks.rados.rados.0.smithi071.stdout:3267: finishing write tid 2 to smithi07185159-27 2024-09-13T14:34:34.106 INFO:tasks.rados.rados.0.smithi071.stdout:3267: finishing write tid 3 to smithi07185159-27 2024-09-13T14:34:34.106 INFO:tasks.rados.rados.0.smithi071.stdout:3266: done (2 left) 2024-09-13T14:34:34.106 INFO:tasks.rados.rados.0.smithi071.stdout:3269: rollback oid 26 current snap is 414 2024-09-13T14:34:34.106 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 26 to 404 2024-09-13T14:34:34.106 INFO:tasks.rados.rados.0.smithi071.stdout:3267: finishing write tid 4 to smithi07185159-27 2024-09-13T14:34:34.106 INFO:tasks.rados.rados.0.smithi071.stdout:3267: oid 27 updating version 0 to 1677 2024-09-13T14:34:34.107 INFO:tasks.rados.rados.0.smithi071.stdout:3267: oid 27 updating version 1677 to 1678 2024-09-13T14:34:34.107 INFO:tasks.rados.rados.0.smithi071.stdout:3267: oid 27 updating version 1678 to 1679 2024-09-13T14:34:34.107 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 27 v 1679 (ObjNum 1223 snap 414 seq_num 1223) dirty exists 2024-09-13T14:34:34.107 INFO:tasks.rados.rados.0.smithi071.stdout:3267: left oid 27 (ObjNum 1223 snap 414 seq_num 1223) 2024-09-13T14:34:34.107 INFO:tasks.rados.rados.0.smithi071.stdout:3268: finishing rollback tid 1 to smithi07185159-3 2024-09-13T14:34:34.107 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 3 v 2780 (ObjNum 81 snap 0 seq_num 2) dirty dne 2024-09-13T14:34:34.107 INFO:tasks.rados.rados.0.smithi071.stdout:3267: done (2 left) 2024-09-13T14:34:34.107 INFO:tasks.rados.rados.0.smithi071.stdout:3268: done (1 left) 2024-09-13T14:34:34.107 INFO:tasks.rados.rados.0.smithi071.stdout:3270: snap_remove snap 405 2024-09-13T14:34:34.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:34 smithi071 ceph-mon[107477]: pgmap v784: 89 pgs: 89 active+clean; 334 MiB data, 1006 MiB used, 714 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.1 MiB/s wr, 12 op/s 2024-09-13T14:34:34.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:34 smithi071 ceph-mon[107477]: osdmap e890: 8 total, 8 up, 8 in 2024-09-13T14:34:34.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:34 smithi071 ceph-mon[112785]: pgmap v784: 89 pgs: 89 active+clean; 334 MiB data, 1006 MiB used, 714 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.1 MiB/s wr, 12 op/s 2024-09-13T14:34:34.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:34 smithi071 ceph-mon[112785]: osdmap e890: 8 total, 8 up, 8 in 2024-09-13T14:34:34.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:34 smithi104 ceph-mon[105578]: pgmap v784: 89 pgs: 89 active+clean; 334 MiB data, 1006 MiB used, 714 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.1 MiB/s wr, 12 op/s 2024-09-13T14:34:34.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:34 smithi104 ceph-mon[105578]: osdmap e890: 8 total, 8 up, 8 in 2024-09-13T14:34:35.053 INFO:tasks.rados.rados.0.smithi071.stdout:3270: done (1 left) 2024-09-13T14:34:35.054 INFO:tasks.rados.rados.0.smithi071.stdout:3271: read oid 49 snap -1 2024-09-13T14:34:35.054 INFO:tasks.rados.rados.0.smithi071.stdout:3271: expect (ObjNum 1097 snap 371 seq_num 1097) 2024-09-13T14:34:35.054 INFO:tasks.rados.rados.0.smithi071.stdout:3272: read oid 27 snap -1 2024-09-13T14:34:35.054 INFO:tasks.rados.rados.0.smithi071.stdout:3272: expect (ObjNum 1223 snap 414 seq_num 1223) 2024-09-13T14:34:35.054 INFO:tasks.rados.rados.0.smithi071.stdout:3273: rollback oid 39 current snap is 414 2024-09-13T14:34:35.054 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 39 to 342 2024-09-13T14:34:35.054 INFO:tasks.rados.rados.0.smithi071.stdout:3274: read oid 10 snap 409 2024-09-13T14:34:35.054 INFO:tasks.rados.rados.0.smithi071.stdout:3274: expect (ObjNum 1155 snap 397 seq_num 1155) 2024-09-13T14:34:35.054 INFO:tasks.rados.rados.0.smithi071.stdout:3275: read oid 20 snap -1 2024-09-13T14:34:35.054 INFO:tasks.rados.rados.0.smithi071.stdout:3275: expect (ObjNum 1138 snap 386 seq_num 1138) 2024-09-13T14:34:35.054 INFO:tasks.rados.rados.0.smithi071.stdout:3276: snap_create 2024-09-13T14:34:35.054 INFO:tasks.rados.rados.0.smithi071.stdout:3269: finishing rollback tid 0 to smithi07185159-26 2024-09-13T14:34:35.055 INFO:tasks.rados.rados.0.smithi071.stdout:3269: finishing rollback tid 1 to smithi07185159-26 2024-09-13T14:34:35.055 INFO:tasks.rados.rados.0.smithi071.stdout:3269: finishing rollback tid 2 to smithi07185159-26 2024-09-13T14:34:35.055 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 26 v 923 (ObjNum 1075 snap 367 seq_num 1075) dirty exists 2024-09-13T14:34:35.064 INFO:tasks.rados.rados.0.smithi071.stdout:3275: expect (ObjNum 1138 snap 386 seq_num 1138) 2024-09-13T14:34:35.209 INFO:tasks.rados.rados.0.smithi071.stdout:3271: expect (ObjNum 1097 snap 371 seq_num 1097) 2024-09-13T14:34:35.310 INFO:tasks.rados.rados.0.smithi071.stdout:3273: finishing rollback tid 0 to smithi07185159-39 2024-09-13T14:34:35.310 INFO:tasks.rados.rados.0.smithi071.stdout:3274: expect (ObjNum 1155 snap 397 seq_num 1155) 2024-09-13T14:34:35.461 INFO:tasks.rados.rados.0.smithi071.stdout:3273: finishing rollback tid 1 to smithi07185159-39 2024-09-13T14:34:35.461 INFO:tasks.rados.rados.0.smithi071.stdout:3273: finishing rollback tid 2 to smithi07185159-39 2024-09-13T14:34:35.461 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 39 v 1746 (ObjNum 930 snap 323 seq_num 930) dirty exists 2024-09-13T14:34:35.461 INFO:tasks.rados.rados.0.smithi071.stdout:3272: expect (ObjNum 1223 snap 414 seq_num 1223) 2024-09-13T14:34:36.055 INFO:tasks.rados.rados.0.smithi071.stdout:3269: done (6 left) 2024-09-13T14:34:36.056 INFO:tasks.rados.rados.0.smithi071.stdout:3271: done (5 left) 2024-09-13T14:34:36.056 INFO:tasks.rados.rados.0.smithi071.stdout:3272: done (4 left) 2024-09-13T14:34:36.056 INFO:tasks.rados.rados.0.smithi071.stdout:3273: done (3 left) 2024-09-13T14:34:36.056 INFO:tasks.rados.rados.0.smithi071.stdout:3274: done (2 left) 2024-09-13T14:34:36.056 INFO:tasks.rados.rados.0.smithi071.stdout:3275: done (1 left) 2024-09-13T14:34:36.056 INFO:tasks.rados.rados.0.smithi071.stdout:3276: done (0 left) 2024-09-13T14:34:36.056 INFO:tasks.rados.rados.0.smithi071.stdout:3277: delete oid 47 current snap is 415 2024-09-13T14:34:36.062 INFO:tasks.rados.rados.0.smithi071.stdout:3277: done (0 left) 2024-09-13T14:34:36.062 INFO:tasks.rados.rados.0.smithi071.stdout:3278: rollback oid 17 current snap is 415 2024-09-13T14:34:36.062 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 17 to 412 2024-09-13T14:34:36.062 INFO:tasks.rados.rados.0.smithi071.stdout:3279: read oid 18 snap -1 2024-09-13T14:34:36.062 INFO:tasks.rados.rados.0.smithi071.stdout:3279: expect (ObjNum 1198 snap 409 seq_num 1198) 2024-09-13T14:34:36.062 INFO:tasks.rados.rados.0.smithi071.stdout:3280: read oid 19 snap -1 2024-09-13T14:34:36.062 INFO:tasks.rados.rados.0.smithi071.stdout:3280: expect deleted 2024-09-13T14:34:36.062 INFO:tasks.rados.rados.0.smithi071.stdout:3281: read oid 23 snap -1 2024-09-13T14:34:36.063 INFO:tasks.rados.rados.0.smithi071.stdout:3281: expect (ObjNum 1210 snap 411 seq_num 1210) 2024-09-13T14:34:36.063 INFO:tasks.rados.rados.0.smithi071.stdout:3282: rollback oid 40 current snap is 415 2024-09-13T14:34:36.063 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 40 to 401 2024-09-13T14:34:36.063 INFO:tasks.rados.rados.0.smithi071.stdout:3283: snap_create 2024-09-13T14:34:36.066 INFO:tasks.rados.rados.0.smithi071.stdout:3278: finishing rollback tid 0 to smithi07185159-17 2024-09-13T14:34:36.066 INFO:tasks.rados.rados.0.smithi071.stdout:3282: finishing rollback tid 1 to smithi07185159-40 2024-09-13T14:34:36.067 INFO:tasks.rados.rados.0.smithi071.stdout:3282: finishing rollback tid 2 to smithi07185159-40 2024-09-13T14:34:36.067 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 40 v 702 (ObjNum 1170 snap 400 seq_num 1170) dirty exists 2024-09-13T14:34:36.067 INFO:tasks.rados.rados.0.smithi071.stdout:3278: finishing rollback tid 1 to smithi07185159-17 2024-09-13T14:34:36.068 INFO:tasks.rados.rados.0.smithi071.stdout:3278: finishing rollback tid 2 to smithi07185159-17 2024-09-13T14:34:36.068 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 17 v 1146 (ObjNum 1216 snap 412 seq_num 1216) dirty exists 2024-09-13T14:34:36.073 INFO:tasks.rados.rados.0.smithi071.stdout:3279: expect (ObjNum 1198 snap 409 seq_num 1198) 2024-09-13T14:34:36.178 INFO:tasks.rados.rados.0.smithi071.stdout:3281: expect (ObjNum 1210 snap 411 seq_num 1210) 2024-09-13T14:34:36.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:36 smithi071 ceph-mon[107477]: pgmap v787: 89 pgs: 89 active+clean; 334 MiB data, 1004 MiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 825 KiB/s wr, 3 op/s 2024-09-13T14:34:36.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:36 smithi071 ceph-mon[107477]: osdmap e891: 8 total, 8 up, 8 in 2024-09-13T14:34:36.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:36 smithi071 ceph-mon[112785]: pgmap v787: 89 pgs: 89 active+clean; 334 MiB data, 1004 MiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 825 KiB/s wr, 3 op/s 2024-09-13T14:34:36.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:36 smithi071 ceph-mon[112785]: osdmap e891: 8 total, 8 up, 8 in 2024-09-13T14:34:36.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:36 smithi104 ceph-mon[105578]: pgmap v787: 89 pgs: 89 active+clean; 334 MiB data, 1004 MiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 825 KiB/s wr, 3 op/s 2024-09-13T14:34:36.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:36 smithi104 ceph-mon[105578]: osdmap e891: 8 total, 8 up, 8 in 2024-09-13T14:34:37.073 INFO:tasks.rados.rados.0.smithi071.stdout:3278: done (5 left) 2024-09-13T14:34:37.073 INFO:tasks.rados.rados.0.smithi071.stdout:3279: done (4 left) 2024-09-13T14:34:37.073 INFO:tasks.rados.rados.0.smithi071.stdout:3280: done (3 left) 2024-09-13T14:34:37.073 INFO:tasks.rados.rados.0.smithi071.stdout:3281: done (2 left) 2024-09-13T14:34:37.074 INFO:tasks.rados.rados.0.smithi071.stdout:3282: done (1 left) 2024-09-13T14:34:37.074 INFO:tasks.rados.rados.0.smithi071.stdout:3283: done (0 left) 2024-09-13T14:34:37.074 INFO:tasks.rados.rados.0.smithi071.stdout:3284: write oid 17 current snap is 416 2024-09-13T14:34:37.074 INFO:tasks.rados.rados.0.smithi071.stdout:3284: seq_num 1225 ranges {588575=512858,1867383=455083} 2024-09-13T14:34:37.079 INFO:tasks.rados.rados.0.smithi071.stdout:3284: writing smithi07185159-17 from 588575 to 1101433 tid 1 2024-09-13T14:34:37.086 INFO:tasks.rados.rados.0.smithi071.stdout:3284: writing smithi07185159-17 from 1867383 to 2322466 tid 2 2024-09-13T14:34:37.086 INFO:tasks.rados.rados.0.smithi071.stdout:3285: write oid 21 current snap is 416 2024-09-13T14:34:37.086 INFO:tasks.rados.rados.0.smithi071.stdout:3284: finishing write tid 1 to smithi07185159-17 2024-09-13T14:34:37.086 INFO:tasks.rados.rados.0.smithi071.stdout:3285: seq_num 1226 ranges {605382=588107,1925865=679517} 2024-09-13T14:34:37.092 INFO:tasks.rados.rados.0.smithi071.stdout:3285: writing smithi07185159-21 from 605382 to 1193489 tid 1 2024-09-13T14:34:37.101 INFO:tasks.rados.rados.0.smithi071.stdout:3285: writing smithi07185159-21 from 1925865 to 2605382 tid 2 2024-09-13T14:34:37.101 INFO:tasks.rados.rados.0.smithi071.stdout:3286: write oid 47 current snap is 416 2024-09-13T14:34:37.101 INFO:tasks.rados.rados.0.smithi071.stdout:3284: finishing write tid 2 to smithi07185159-17 2024-09-13T14:34:37.101 INFO:tasks.rados.rados.0.smithi071.stdout:3284: finishing write tid 3 to smithi07185159-17 2024-09-13T14:34:37.101 INFO:tasks.rados.rados.0.smithi071.stdout:3284: finishing write tid 4 to smithi07185159-17 2024-09-13T14:34:37.101 INFO:tasks.rados.rados.0.smithi071.stdout:3284: oid 17 updating version 0 to 1149 2024-09-13T14:34:37.102 INFO:tasks.rados.rados.0.smithi071.stdout:3284: oid 17 updating version 1149 to 1150 2024-09-13T14:34:37.102 INFO:tasks.rados.rados.0.smithi071.stdout:3284: oid 17 version 1150 is already newer than 1148 2024-09-13T14:34:37.102 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 17 v 1150 (ObjNum 1225 snap 416 seq_num 1225) dirty exists 2024-09-13T14:34:37.102 INFO:tasks.rados.rados.0.smithi071.stdout:3284: left oid 17 (ObjNum 1225 snap 416 seq_num 1225) 2024-09-13T14:34:37.102 INFO:tasks.rados.rados.0.smithi071.stdout:3285: finishing write tid 1 to smithi07185159-21 2024-09-13T14:34:37.102 INFO:tasks.rados.rados.0.smithi071.stdout:3286: seq_num 1227 ranges {622189=663356,1984347=458752} 2024-09-13T14:34:37.108 INFO:tasks.rados.rados.0.smithi071.stdout:3286: writing smithi07185159-47 from 622189 to 1285545 tid 1 2024-09-13T14:34:37.115 INFO:tasks.rados.rados.0.smithi071.stdout:3286: writing smithi07185159-47 from 1984347 to 2443099 tid 2 2024-09-13T14:34:37.115 INFO:tasks.rados.rados.0.smithi071.stdout:3284: done (2 left) 2024-09-13T14:34:37.115 INFO:tasks.rados.rados.0.smithi071.stdout:3287: delete oid 10 current snap is 416 2024-09-13T14:34:37.115 INFO:tasks.rados.rados.0.smithi071.stdout:3285: finishing write tid 2 to smithi07185159-21 2024-09-13T14:34:37.115 INFO:tasks.rados.rados.0.smithi071.stdout:3285: finishing write tid 3 to smithi07185159-21 2024-09-13T14:34:37.115 INFO:tasks.rados.rados.0.smithi071.stdout:3285: finishing write tid 4 to smithi07185159-21 2024-09-13T14:34:37.115 INFO:tasks.rados.rados.0.smithi071.stdout:3285: oid 21 updating version 0 to 1462 2024-09-13T14:34:37.115 INFO:tasks.rados.rados.0.smithi071.stdout:3285: oid 21 version 1462 is already newer than 1460 2024-09-13T14:34:37.115 INFO:tasks.rados.rados.0.smithi071.stdout:3285: oid 21 version 1462 is already newer than 1461 2024-09-13T14:34:37.115 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 21 v 1462 (ObjNum 1226 snap 416 seq_num 1226) dirty exists 2024-09-13T14:34:37.115 INFO:tasks.rados.rados.0.smithi071.stdout:3285: left oid 21 (ObjNum 1226 snap 416 seq_num 1226) 2024-09-13T14:34:37.116 INFO:tasks.rados.rados.0.smithi071.stdout:3286: finishing write tid 1 to smithi07185159-47 2024-09-13T14:34:37.118 INFO:tasks.rados.rados.0.smithi071.stdout:3286: finishing write tid 2 to smithi07185159-47 2024-09-13T14:34:37.118 INFO:tasks.rados.rados.0.smithi071.stdout:3286: finishing write tid 3 to smithi07185159-47 2024-09-13T14:34:37.118 INFO:tasks.rados.rados.0.smithi071.stdout:3286: finishing write tid 4 to smithi07185159-47 2024-09-13T14:34:37.118 INFO:tasks.rados.rados.0.smithi071.stdout:3286: oid 47 updating version 0 to 1463 2024-09-13T14:34:37.118 INFO:tasks.rados.rados.0.smithi071.stdout:3286: oid 47 updating version 1463 to 1464 2024-09-13T14:34:37.119 INFO:tasks.rados.rados.0.smithi071.stdout:3286: oid 47 updating version 1464 to 1465 2024-09-13T14:34:37.119 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 47 v 1465 (ObjNum 1227 snap 416 seq_num 1227) dirty exists 2024-09-13T14:34:37.119 INFO:tasks.rados.rados.0.smithi071.stdout:3286: left oid 47 (ObjNum 1227 snap 416 seq_num 1227) 2024-09-13T14:34:37.119 INFO:tasks.rados.rados.0.smithi071.stdout:3285: done (2 left) 2024-09-13T14:34:37.120 INFO:tasks.rados.rados.0.smithi071.stdout:3286: done (1 left) 2024-09-13T14:34:37.120 INFO:tasks.rados.rados.0.smithi071.stdout:3287: done (0 left) 2024-09-13T14:34:37.120 INFO:tasks.rados.rados.0.smithi071.stdout:3288: delete oid 11 current snap is 416 2024-09-13T14:34:37.122 INFO:tasks.rados.rados.0.smithi071.stdout:3288: done (0 left) 2024-09-13T14:34:37.122 INFO:tasks.rados.rados.0.smithi071.stdout:3289: snap_create 2024-09-13T14:34:37.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:37 smithi071 ceph-mon[107477]: osdmap e892: 8 total, 8 up, 8 in 2024-09-13T14:34:37.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:37 smithi071 ceph-mon[112785]: osdmap e892: 8 total, 8 up, 8 in 2024-09-13T14:34:37.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:37 smithi104 ceph-mon[105578]: osdmap e892: 8 total, 8 up, 8 in 2024-09-13T14:34:37.914 INFO:tasks.rados.rados.0.smithi071.stdout:3289: done (0 left) 2024-09-13T14:34:37.914 INFO:tasks.rados.rados.0.smithi071.stdout:3290: snap_create 2024-09-13T14:34:38.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:38 smithi071 ceph-mon[107477]: pgmap v790: 89 pgs: 89 active+clean; 344 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 1.1 MiB/s wr, 17 op/s 2024-09-13T14:34:38.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:38 smithi071 ceph-mon[107477]: osdmap e893: 8 total, 8 up, 8 in 2024-09-13T14:34:38.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:38 smithi071 ceph-mon[107477]: osdmap e894: 8 total, 8 up, 8 in 2024-09-13T14:34:38.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:38 smithi071 ceph-mon[112785]: pgmap v790: 89 pgs: 89 active+clean; 344 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 1.1 MiB/s wr, 17 op/s 2024-09-13T14:34:38.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:38 smithi071 ceph-mon[112785]: osdmap e893: 8 total, 8 up, 8 in 2024-09-13T14:34:38.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:38 smithi071 ceph-mon[112785]: osdmap e894: 8 total, 8 up, 8 in 2024-09-13T14:34:38.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:38 smithi104 ceph-mon[105578]: pgmap v790: 89 pgs: 89 active+clean; 344 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 1.1 MiB/s wr, 17 op/s 2024-09-13T14:34:38.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:38 smithi104 ceph-mon[105578]: osdmap e893: 8 total, 8 up, 8 in 2024-09-13T14:34:38.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:38 smithi104 ceph-mon[105578]: osdmap e894: 8 total, 8 up, 8 in 2024-09-13T14:34:38.920 INFO:tasks.rados.rados.0.smithi071.stdout:3290: done (0 left) 2024-09-13T14:34:38.920 INFO:tasks.rados.rados.0.smithi071.stdout:3291: read oid 26 snap -1 2024-09-13T14:34:38.920 INFO:tasks.rados.rados.0.smithi071.stdout:3291: expect (ObjNum 1075 snap 367 seq_num 1075) 2024-09-13T14:34:38.921 INFO:tasks.rados.rados.0.smithi071.stdout:3292: snap_remove snap 416 2024-09-13T14:34:39.923 INFO:tasks.rados.rados.0.smithi071.stdout:3292: done (1 left) 2024-09-13T14:34:39.923 INFO:tasks.rados.rados.0.smithi071.stdout:3293: write oid 35 current snap is 418 2024-09-13T14:34:39.924 INFO:tasks.rados.rados.0.smithi071.stdout:3293: seq_num 1230 ranges {672610=489103,1643440=722432} 2024-09-13T14:34:39.929 INFO:tasks.rados.rados.0.smithi071.stdout:3293: writing smithi07185159-35 from 672610 to 1161713 tid 1 2024-09-13T14:34:39.937 INFO:tasks.rados.rados.0.smithi071.stdout:3293: writing smithi07185159-35 from 1643440 to 2365872 tid 2 2024-09-13T14:34:39.937 INFO:tasks.rados.rados.0.smithi071.stdout:3294: rollback oid 46 current snap is 418 2024-09-13T14:34:39.937 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 46 to 391 2024-09-13T14:34:39.937 INFO:tasks.rados.rados.0.smithi071.stdout:3291: expect (ObjNum 1075 snap 367 seq_num 1075) 2024-09-13T14:34:40.059 INFO:tasks.rados.rados.0.smithi071.stdout:3293: finishing write tid 1 to smithi07185159-35 2024-09-13T14:34:40.059 INFO:tasks.rados.rados.0.smithi071.stdout:3293: finishing write tid 2 to smithi07185159-35 2024-09-13T14:34:40.059 INFO:tasks.rados.rados.0.smithi071.stdout:3293: finishing write tid 3 to smithi07185159-35 2024-09-13T14:34:40.059 INFO:tasks.rados.rados.0.smithi071.stdout:3294: finishing rollback tid 0 to smithi07185159-46 2024-09-13T14:34:40.059 INFO:tasks.rados.rados.0.smithi071.stdout:3293: finishing write tid 4 to smithi07185159-35 2024-09-13T14:34:40.059 INFO:tasks.rados.rados.0.smithi071.stdout:3293: oid 35 updating version 0 to 1751 2024-09-13T14:34:40.059 INFO:tasks.rados.rados.0.smithi071.stdout:3293: oid 35 version 1751 is already newer than 1750 2024-09-13T14:34:40.060 INFO:tasks.rados.rados.0.smithi071.stdout:3293: oid 35 updating version 1751 to 1752 2024-09-13T14:34:40.060 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 35 v 1752 (ObjNum 1230 snap 418 seq_num 1230) dirty exists 2024-09-13T14:34:40.060 INFO:tasks.rados.rados.0.smithi071.stdout:3293: left oid 35 (ObjNum 1230 snap 418 seq_num 1230) 2024-09-13T14:34:40.060 INFO:tasks.rados.rados.0.smithi071.stdout:3294: finishing rollback tid 1 to smithi07185159-46 2024-09-13T14:34:40.060 INFO:tasks.rados.rados.0.smithi071.stdout:3294: finishing rollback tid 2 to smithi07185159-46 2024-09-13T14:34:40.060 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 46 v 1689 (ObjNum 1119 snap 375 seq_num 1119) dirty exists 2024-09-13T14:34:40.060 INFO:tasks.rados.rados.0.smithi071.stdout:3291: done (2 left) 2024-09-13T14:34:40.060 INFO:tasks.rados.rados.0.smithi071.stdout:3293: done (1 left) 2024-09-13T14:34:40.060 INFO:tasks.rados.rados.0.smithi071.stdout:3294: done (0 left) 2024-09-13T14:34:40.060 INFO:tasks.rados.rados.0.smithi071.stdout:3295: rollback oid 46 current snap is 418 2024-09-13T14:34:40.060 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 46 to 399 2024-09-13T14:34:40.061 INFO:tasks.rados.rados.0.smithi071.stdout:3296: delete oid 8 current snap is 418 2024-09-13T14:34:40.061 INFO:tasks.rados.rados.0.smithi071.stdout:3296: done (1 left) 2024-09-13T14:34:40.061 INFO:tasks.rados.rados.0.smithi071.stdout:3297: snap_remove snap 383 2024-09-13T14:34:40.224 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:39 smithi104 ceph-mon[105578]: pgmap v793: 89 pgs: 89 active+clean; 344 MiB data, 1013 MiB used, 714 GiB / 715 GiB avail; 17 MiB/s rd, 839 KiB/s wr, 18 op/s 2024-09-13T14:34:40.224 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:39 smithi104 ceph-mon[105578]: osdmap e895: 8 total, 8 up, 8 in 2024-09-13T14:34:40.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:39 smithi071 ceph-mon[107477]: pgmap v793: 89 pgs: 89 active+clean; 344 MiB data, 1013 MiB used, 714 GiB / 715 GiB avail; 17 MiB/s rd, 839 KiB/s wr, 18 op/s 2024-09-13T14:34:40.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:39 smithi071 ceph-mon[107477]: osdmap e895: 8 total, 8 up, 8 in 2024-09-13T14:34:40.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:39 smithi071 ceph-mon[112785]: pgmap v793: 89 pgs: 89 active+clean; 344 MiB data, 1013 MiB used, 714 GiB / 715 GiB avail; 17 MiB/s rd, 839 KiB/s wr, 18 op/s 2024-09-13T14:34:40.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:39 smithi071 ceph-mon[112785]: osdmap e895: 8 total, 8 up, 8 in 2024-09-13T14:34:40.940 INFO:tasks.rados.rados.0.smithi071.stdout:3297: done (1 left) 2024-09-13T14:34:40.940 INFO:tasks.rados.rados.0.smithi071.stdout:3298: rollback oid 33 current snap is 418 2024-09-13T14:34:40.940 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 33 to 404 2024-09-13T14:34:40.940 INFO:tasks.rados.rados.0.smithi071.stdout:3295: finishing rollback tid 0 to smithi07185159-46 2024-09-13T14:34:40.940 INFO:tasks.rados.rados.0.smithi071.stdout:3295: finishing rollback tid 1 to smithi07185159-46 2024-09-13T14:34:40.940 INFO:tasks.rados.rados.0.smithi071.stdout:3295: finishing rollback tid 2 to smithi07185159-46 2024-09-13T14:34:40.940 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 46 v 1692 (ObjNum 1119 snap 375 seq_num 1119) dirty exists 2024-09-13T14:34:40.940 INFO:tasks.rados.rados.0.smithi071.stdout:3295: done (1 left) 2024-09-13T14:34:40.941 INFO:tasks.rados.rados.0.smithi071.stdout:3299: rollback oid 29 current snap is 418 2024-09-13T14:34:40.941 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 29 to 401 2024-09-13T14:34:40.941 INFO:tasks.rados.rados.0.smithi071.stdout:3300: rollback oid 20 current snap is 418 2024-09-13T14:34:40.941 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 20 to 342 2024-09-13T14:34:40.941 INFO:tasks.rados.rados.0.smithi071.stdout:3301: rollback oid 43 current snap is 418 2024-09-13T14:34:40.941 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 43 to 399 2024-09-13T14:34:40.941 INFO:tasks.rados.rados.0.smithi071.stdout:3302: snap_remove snap 415 2024-09-13T14:34:41.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:40 smithi071 ceph-mon[107477]: osdmap e896: 8 total, 8 up, 8 in 2024-09-13T14:34:41.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:40 smithi071 ceph-mon[112785]: osdmap e896: 8 total, 8 up, 8 in 2024-09-13T14:34:41.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:40 smithi104 ceph-mon[105578]: osdmap e896: 8 total, 8 up, 8 in 2024-09-13T14:34:41.937 INFO:tasks.rados.rados.0.smithi071.stdout:3302: done (4 left) 2024-09-13T14:34:41.937 INFO:tasks.rados.rados.0.smithi071.stdout:3303: delete oid 21 current snap is 418 2024-09-13T14:34:41.937 INFO:tasks.rados.rados.0.smithi071.stdout:3301: finishing rollback tid 1 to smithi07185159-43 2024-09-13T14:34:41.937 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 43 v 0 (ObjNum 289 snap 0 seq_num 0) dirty dne 2024-09-13T14:34:41.937 INFO:tasks.rados.rados.0.smithi071.stdout:3299: finishing rollback tid 1 to smithi07185159-29 2024-09-13T14:34:41.937 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 29 v 1586 (ObjNum 289 snap 0 seq_num 0) dirty dne 2024-09-13T14:34:41.937 INFO:tasks.rados.rados.0.smithi071.stdout:3298: finishing rollback tid 0 to smithi07185159-33 2024-09-13T14:34:41.937 INFO:tasks.rados.rados.0.smithi071.stdout:3298: finishing rollback tid 1 to smithi07185159-33 2024-09-13T14:34:41.938 INFO:tasks.rados.rados.0.smithi071.stdout:3298: finishing rollback tid 2 to smithi07185159-33 2024-09-13T14:34:41.938 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 33 v 1469 (ObjNum 1179 snap 403 seq_num 1179) dirty exists 2024-09-13T14:34:41.938 INFO:tasks.rados.rados.0.smithi071.stdout:3300: finishing rollback tid 0 to smithi07185159-20 2024-09-13T14:34:41.938 INFO:tasks.rados.rados.0.smithi071.stdout:3300: finishing rollback tid 1 to smithi07185159-20 2024-09-13T14:34:41.938 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 20 v 1472 (ObjNum 65 snap 0 seq_num 3036954107) dirty dne 2024-09-13T14:34:41.945 INFO:tasks.rados.rados.0.smithi071.stdout:3298: done (4 left) 2024-09-13T14:34:41.945 INFO:tasks.rados.rados.0.smithi071.stdout:3299: done (3 left) 2024-09-13T14:34:41.945 INFO:tasks.rados.rados.0.smithi071.stdout:3300: done (2 left) 2024-09-13T14:34:41.945 INFO:tasks.rados.rados.0.smithi071.stdout:3301: done (1 left) 2024-09-13T14:34:41.945 INFO:tasks.rados.rados.0.smithi071.stdout:3303: done (0 left) 2024-09-13T14:34:41.945 INFO:tasks.rados.rados.0.smithi071.stdout:3304: snap_remove snap 399 2024-09-13T14:34:42.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:41 smithi071 ceph-mon[107477]: pgmap v796: 89 pgs: 89 active+clean; 348 MiB data, 1021 MiB used, 714 GiB / 715 GiB avail; 14 MiB/s rd, 584 KiB/s wr, 14 op/s 2024-09-13T14:34:42.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:41 smithi071 ceph-mon[107477]: osdmap e897: 8 total, 8 up, 8 in 2024-09-13T14:34:42.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:41 smithi071 ceph-mon[112785]: pgmap v796: 89 pgs: 89 active+clean; 348 MiB data, 1021 MiB used, 714 GiB / 715 GiB avail; 14 MiB/s rd, 584 KiB/s wr, 14 op/s 2024-09-13T14:34:42.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:41 smithi071 ceph-mon[112785]: osdmap e897: 8 total, 8 up, 8 in 2024-09-13T14:34:42.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:41 smithi104 ceph-mon[105578]: pgmap v796: 89 pgs: 89 active+clean; 348 MiB data, 1021 MiB used, 714 GiB / 715 GiB avail; 14 MiB/s rd, 584 KiB/s wr, 14 op/s 2024-09-13T14:34:42.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:41 smithi104 ceph-mon[105578]: osdmap e897: 8 total, 8 up, 8 in 2024-09-13T14:34:42.919 INFO:tasks.rados.rados.0.smithi071.stdout:3304: done (0 left) 2024-09-13T14:34:42.919 INFO:tasks.rados.rados.0.smithi071.stdout:3305: rollback oid 4 current snap is 418 2024-09-13T14:34:42.919 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 4 to 407 2024-09-13T14:34:42.919 INFO:tasks.rados.rados.0.smithi071.stdout:3306: rollback oid 39 current snap is 418 2024-09-13T14:34:42.920 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 39 to 407 2024-09-13T14:34:42.920 INFO:tasks.rados.rados.0.smithi071.stdout:3307: write oid 29 current snap is 418 2024-09-13T14:34:42.920 INFO:tasks.rados.rados.0.smithi071.stdout:3307: seq_num 1233 ranges {723031=431203,1818886=469759} 2024-09-13T14:34:42.926 INFO:tasks.rados.rados.0.smithi071.stdout:3307: writing smithi07185159-29 from 723031 to 1154234 tid 1 2024-09-13T14:34:42.933 INFO:tasks.rados.rados.0.smithi071.stdout:3307: writing smithi07185159-29 from 1818886 to 2288645 tid 2 2024-09-13T14:34:42.933 INFO:tasks.rados.rados.0.smithi071.stdout:3308: delete oid 45 current snap is 418 2024-09-13T14:34:42.933 INFO:tasks.rados.rados.0.smithi071.stdout:3305: finishing rollback tid 0 to smithi07185159-4 2024-09-13T14:34:42.933 INFO:tasks.rados.rados.0.smithi071.stdout:3305: finishing rollback tid 1 to smithi07185159-4 2024-09-13T14:34:42.933 INFO:tasks.rados.rados.0.smithi071.stdout:3305: finishing rollback tid 2 to smithi07185159-4 2024-09-13T14:34:42.933 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 4 v 1635 (ObjNum 1181 snap 403 seq_num 1181) dirty exists 2024-09-13T14:34:42.934 INFO:tasks.rados.rados.0.smithi071.stdout:3306: finishing rollback tid 0 to smithi07185159-39 2024-09-13T14:34:42.934 INFO:tasks.rados.rados.0.smithi071.stdout:3306: finishing rollback tid 1 to smithi07185159-39 2024-09-13T14:34:42.936 INFO:tasks.rados.rados.0.smithi071.stdout:3306: finishing rollback tid 2 to smithi07185159-39 2024-09-13T14:34:42.936 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 39 v 1768 (ObjNum 1182 snap 403 seq_num 1182) dirty exists 2024-09-13T14:34:42.936 INFO:tasks.rados.rados.0.smithi071.stdout:3307: finishing write tid 1 to smithi07185159-29 2024-09-13T14:34:42.941 INFO:tasks.rados.rados.0.smithi071.stdout:3307: finishing write tid 2 to smithi07185159-29 2024-09-13T14:34:42.941 INFO:tasks.rados.rados.0.smithi071.stdout:3307: finishing write tid 3 to smithi07185159-29 2024-09-13T14:34:42.941 INFO:tasks.rados.rados.0.smithi071.stdout:3307: finishing write tid 4 to smithi07185159-29 2024-09-13T14:34:42.941 INFO:tasks.rados.rados.0.smithi071.stdout:3307: oid 29 updating version 0 to 1766 2024-09-13T14:34:42.941 INFO:tasks.rados.rados.0.smithi071.stdout:3307: oid 29 updating version 1766 to 1768 2024-09-13T14:34:42.942 INFO:tasks.rados.rados.0.smithi071.stdout:3307: oid 29 version 1768 is already newer than 1767 2024-09-13T14:34:42.942 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 29 v 1768 (ObjNum 1233 snap 418 seq_num 1233) dirty exists 2024-09-13T14:34:42.942 INFO:tasks.rados.rados.0.smithi071.stdout:3307: left oid 29 (ObjNum 1233 snap 418 seq_num 1233) 2024-09-13T14:34:42.942 INFO:tasks.rados.rados.0.smithi071.stdout:3305: done (3 left) 2024-09-13T14:34:42.942 INFO:tasks.rados.rados.0.smithi071.stdout:3306: done (2 left) 2024-09-13T14:34:42.942 INFO:tasks.rados.rados.0.smithi071.stdout:3307: done (1 left) 2024-09-13T14:34:42.943 INFO:tasks.rados.rados.0.smithi071.stdout:3308: done (0 left) 2024-09-13T14:34:42.943 INFO:tasks.rados.rados.0.smithi071.stdout:3309: write oid 33 current snap is 418 2024-09-13T14:34:42.943 INFO:tasks.rados.rados.0.smithi071.stdout:3309: seq_num 1235 ranges {756645=581701,1935850=473428} 2024-09-13T14:34:42.947 INFO:tasks.rados.rados.0.smithi071.stdout:3309: writing smithi07185159-33 from 756645 to 1338346 tid 1 2024-09-13T14:34:42.953 INFO:tasks.rados.rados.0.smithi071.stdout:3309: writing smithi07185159-33 from 1935850 to 2409278 tid 2 2024-09-13T14:34:42.954 INFO:tasks.rados.rados.0.smithi071.stdout:3310: delete oid 36 current snap is 418 2024-09-13T14:34:42.954 INFO:tasks.rados.rados.0.smithi071.stdout:3309: finishing write tid 1 to smithi07185159-33 2024-09-13T14:34:42.956 INFO:tasks.rados.rados.0.smithi071.stdout:3310: done (1 left) 2024-09-13T14:34:42.956 INFO:tasks.rados.rados.0.smithi071.stdout:3311: snap_remove snap 404 2024-09-13T14:34:43.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:42 smithi071 ceph-mon[107477]: osdmap e898: 8 total, 8 up, 8 in 2024-09-13T14:34:43.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:42 smithi071 ceph-mon[107477]: osdmap e899: 8 total, 8 up, 8 in 2024-09-13T14:34:43.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:34:42 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:34:42] "GET /metrics HTTP/1.1" 200 36405 "" "Prometheus/2.51.0" 2024-09-13T14:34:43.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:42 smithi071 ceph-mon[112785]: osdmap e898: 8 total, 8 up, 8 in 2024-09-13T14:34:43.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:42 smithi071 ceph-mon[112785]: osdmap e899: 8 total, 8 up, 8 in 2024-09-13T14:34:43.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:42 smithi104 ceph-mon[105578]: osdmap e898: 8 total, 8 up, 8 in 2024-09-13T14:34:43.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:42 smithi104 ceph-mon[105578]: osdmap e899: 8 total, 8 up, 8 in 2024-09-13T14:34:43.960 INFO:tasks.rados.rados.0.smithi071.stdout:3311: done (1 left) 2024-09-13T14:34:43.960 INFO:tasks.rados.rados.0.smithi071.stdout:3312: snap_remove snap 342 2024-09-13T14:34:44.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:43 smithi071 ceph-mon[107477]: pgmap v799: 89 pgs: 89 active+clean; 354 MiB data, 1024 MiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 1.1 MiB/s wr, 16 op/s 2024-09-13T14:34:44.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:43 smithi071 ceph-mon[112785]: pgmap v799: 89 pgs: 89 active+clean; 354 MiB data, 1024 MiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 1.1 MiB/s wr, 16 op/s 2024-09-13T14:34:44.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:43 smithi104 ceph-mon[105578]: pgmap v799: 89 pgs: 89 active+clean; 354 MiB data, 1024 MiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 1.1 MiB/s wr, 16 op/s 2024-09-13T14:34:44.970 INFO:tasks.rados.rados.0.smithi071.stdout:3312: done (1 left) 2024-09-13T14:34:44.970 INFO:tasks.rados.rados.0.smithi071.stdout:3313: snap_create 2024-09-13T14:34:44.970 INFO:tasks.rados.rados.0.smithi071.stdout:3309: finishing write tid 2 to smithi07185159-33 2024-09-13T14:34:44.970 INFO:tasks.rados.rados.0.smithi071.stdout:3309: finishing write tid 3 to smithi07185159-33 2024-09-13T14:34:44.970 INFO:tasks.rados.rados.0.smithi071.stdout:3309: finishing write tid 4 to smithi07185159-33 2024-09-13T14:34:44.970 INFO:tasks.rados.rados.0.smithi071.stdout:3309: oid 33 updating version 0 to 1498 2024-09-13T14:34:44.971 INFO:tasks.rados.rados.0.smithi071.stdout:3309: oid 33 updating version 1498 to 1499 2024-09-13T14:34:44.971 INFO:tasks.rados.rados.0.smithi071.stdout:3309: oid 33 version 1499 is already newer than 1497 2024-09-13T14:34:44.971 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 33 v 1499 (ObjNum 1235 snap 418 seq_num 1235) dirty exists 2024-09-13T14:34:44.971 INFO:tasks.rados.rados.0.smithi071.stdout:3309: left oid 33 (ObjNum 1235 snap 418 seq_num 1235) 2024-09-13T14:34:45.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:44 smithi071 ceph-mon[107477]: osdmap e900: 8 total, 8 up, 8 in 2024-09-13T14:34:45.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:44 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:34:45.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:44 smithi071 ceph-mon[112785]: osdmap e900: 8 total, 8 up, 8 in 2024-09-13T14:34:45.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:44 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:34:45.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:44 smithi104 ceph-mon[105578]: osdmap e900: 8 total, 8 up, 8 in 2024-09-13T14:34:45.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:44 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:34:45.971 INFO:tasks.rados.rados.0.smithi071.stdout:3309: done (1 left) 2024-09-13T14:34:45.971 INFO:tasks.rados.rados.0.smithi071.stdout:3313: done (0 left) 2024-09-13T14:34:45.972 INFO:tasks.rados.rados.0.smithi071.stdout:3314: snap_create 2024-09-13T14:34:46.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:45 smithi071 ceph-mon[107477]: pgmap v802: 89 pgs: 89 active+clean; 353 MiB data, 1024 MiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 790 KiB/s wr, 6 op/s 2024-09-13T14:34:46.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:45 smithi071 ceph-mon[107477]: osdmap e901: 8 total, 8 up, 8 in 2024-09-13T14:34:46.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:45 smithi071 ceph-mon[112785]: pgmap v802: 89 pgs: 89 active+clean; 353 MiB data, 1024 MiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 790 KiB/s wr, 6 op/s 2024-09-13T14:34:46.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:45 smithi071 ceph-mon[112785]: osdmap e901: 8 total, 8 up, 8 in 2024-09-13T14:34:46.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:45 smithi104 ceph-mon[105578]: pgmap v802: 89 pgs: 89 active+clean; 353 MiB data, 1024 MiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 790 KiB/s wr, 6 op/s 2024-09-13T14:34:46.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:45 smithi104 ceph-mon[105578]: osdmap e901: 8 total, 8 up, 8 in 2024-09-13T14:34:46.984 INFO:tasks.rados.rados.0.smithi071.stdout:3314: done (0 left) 2024-09-13T14:34:46.984 INFO:tasks.rados.rados.0.smithi071.stdout:3315: rollback oid 7 current snap is 420 2024-09-13T14:34:46.984 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 7 to 413 2024-09-13T14:34:46.984 INFO:tasks.rados.rados.0.smithi071.stdout:3316: read oid 21 snap -1 2024-09-13T14:34:46.984 INFO:tasks.rados.rados.0.smithi071.stdout:3316: expect deleted 2024-09-13T14:34:46.984 INFO:tasks.rados.rados.0.smithi071.stdout:3317: read oid 27 snap -1 2024-09-13T14:34:46.984 INFO:tasks.rados.rados.0.smithi071.stdout:3317: expect (ObjNum 1223 snap 414 seq_num 1223) 2024-09-13T14:34:46.984 INFO:tasks.rados.rados.0.smithi071.stdout:3318: write oid 15 current snap is 420 2024-09-13T14:34:46.985 INFO:tasks.rados.rados.0.smithi071.stdout:3318: seq_num 1237 ranges {790259=732199,1936461=477097} 2024-09-13T14:34:46.992 INFO:tasks.rados.rados.0.smithi071.stdout:3318: writing smithi07185159-15 from 790259 to 1522458 tid 1 2024-09-13T14:34:46.997 INFO:tasks.rados.rados.0.smithi071.stdout:3318: writing smithi07185159-15 from 1936461 to 2413558 tid 2 2024-09-13T14:34:46.997 INFO:tasks.rados.rados.0.smithi071.stdout:3319: snap_create 2024-09-13T14:34:46.997 INFO:tasks.rados.rados.0.smithi071.stdout:3315: finishing rollback tid 0 to smithi07185159-7 2024-09-13T14:34:46.998 INFO:tasks.rados.rados.0.smithi071.stdout:3315: finishing rollback tid 1 to smithi07185159-7 2024-09-13T14:34:46.998 INFO:tasks.rados.rados.0.smithi071.stdout:3315: finishing rollback tid 2 to smithi07185159-7 2024-09-13T14:34:46.998 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 7 v 431 (ObjNum 1177 snap 403 seq_num 1177) dirty exists 2024-09-13T14:34:46.998 INFO:tasks.rados.rados.0.smithi071.stdout:3317: expect (ObjNum 1223 snap 414 seq_num 1223) 2024-09-13T14:34:47.081 INFO:tasks.rados.rados.0.smithi071.stdout:3318: finishing write tid 1 to smithi07185159-15 2024-09-13T14:34:47.081 INFO:tasks.rados.rados.0.smithi071.stdout:3318: finishing write tid 2 to smithi07185159-15 2024-09-13T14:34:47.081 INFO:tasks.rados.rados.0.smithi071.stdout:3318: finishing write tid 3 to smithi07185159-15 2024-09-13T14:34:47.081 INFO:tasks.rados.rados.0.smithi071.stdout:3318: finishing write tid 4 to smithi07185159-15 2024-09-13T14:34:47.081 INFO:tasks.rados.rados.0.smithi071.stdout:3318: oid 15 updating version 0 to 3039 2024-09-13T14:34:47.081 INFO:tasks.rados.rados.0.smithi071.stdout:3318: oid 15 updating version 3039 to 3041 2024-09-13T14:34:47.081 INFO:tasks.rados.rados.0.smithi071.stdout:3318: oid 15 version 3041 is already newer than 3040 2024-09-13T14:34:47.081 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 15 v 3041 (ObjNum 1237 snap 420 seq_num 1237) dirty exists 2024-09-13T14:34:47.081 INFO:tasks.rados.rados.0.smithi071.stdout:3318: left oid 15 (ObjNum 1237 snap 420 seq_num 1237) 2024-09-13T14:34:47.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:46 smithi071 ceph-mon[107477]: osdmap e902: 8 total, 8 up, 8 in 2024-09-13T14:34:47.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:46 smithi071 ceph-mon[112785]: osdmap e902: 8 total, 8 up, 8 in 2024-09-13T14:34:47.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:46 smithi104 ceph-mon[105578]: osdmap e902: 8 total, 8 up, 8 in 2024-09-13T14:34:47.916 INFO:tasks.rados.rados.0.smithi071.stdout:3315: done (4 left) 2024-09-13T14:34:47.916 INFO:tasks.rados.rados.0.smithi071.stdout:3316: done (3 left) 2024-09-13T14:34:47.916 INFO:tasks.rados.rados.0.smithi071.stdout:3317: done (2 left) 2024-09-13T14:34:47.917 INFO:tasks.rados.rados.0.smithi071.stdout:3318: done (1 left) 2024-09-13T14:34:47.917 INFO:tasks.rados.rados.0.smithi071.stdout:3319: done (0 left) 2024-09-13T14:34:47.917 INFO:tasks.rados.rados.0.smithi071.stdout:3320: write oid 20 current snap is 421 2024-09-13T14:34:47.917 INFO:tasks.rados.rados.0.smithi071.stdout:3320: seq_num 1238 ranges {407066=407448,1594943=620755} 2024-09-13T14:34:47.920 INFO:tasks.rados.rados.0.smithi071.stdout:3320: writing smithi07185159-20 from 407066 to 814514 tid 1 2024-09-13T14:34:47.930 INFO:tasks.rados.rados.0.smithi071.stdout:3320: writing smithi07185159-20 from 1594943 to 2215698 tid 2 2024-09-13T14:34:47.930 INFO:tasks.rados.rados.0.smithi071.stdout:3321: read oid 32 snap -1 2024-09-13T14:34:47.930 INFO:tasks.rados.rados.0.smithi071.stdout:3321: expect (ObjNum 1218 snap 412 seq_num 1218) 2024-09-13T14:34:47.931 INFO:tasks.rados.rados.0.smithi071.stdout:3322: snap_create 2024-09-13T14:34:47.931 INFO:tasks.rados.rados.0.smithi071.stdout:3320: finishing write tid 1 to smithi07185159-20 2024-09-13T14:34:47.934 INFO:tasks.rados.rados.0.smithi071.stdout:3320: finishing write tid 2 to smithi07185159-20 2024-09-13T14:34:47.934 INFO:tasks.rados.rados.0.smithi071.stdout:3320: finishing write tid 3 to smithi07185159-20 2024-09-13T14:34:47.935 INFO:tasks.rados.rados.0.smithi071.stdout:3320: finishing write tid 4 to smithi07185159-20 2024-09-13T14:34:47.935 INFO:tasks.rados.rados.0.smithi071.stdout:3320: oid 20 updating version 0 to 1513 2024-09-13T14:34:47.935 INFO:tasks.rados.rados.0.smithi071.stdout:3320: oid 20 version 1513 is already newer than 1512 2024-09-13T14:34:47.935 INFO:tasks.rados.rados.0.smithi071.stdout:3320: oid 20 updating version 1513 to 1514 2024-09-13T14:34:47.935 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 20 v 1514 (ObjNum 1238 snap 421 seq_num 1238) dirty exists 2024-09-13T14:34:47.935 INFO:tasks.rados.rados.0.smithi071.stdout:3320: left oid 20 (ObjNum 1238 snap 421 seq_num 1238) 2024-09-13T14:34:47.938 INFO:tasks.rados.rados.0.smithi071.stdout:3321: expect (ObjNum 1218 snap 412 seq_num 1218) 2024-09-13T14:34:48.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:47 smithi071 ceph-mon[107477]: pgmap v805: 89 pgs: 89 active+clean; 320 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 478 KiB/s wr, 5 op/s 2024-09-13T14:34:48.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:47 smithi071 ceph-mon[107477]: osdmap e903: 8 total, 8 up, 8 in 2024-09-13T14:34:48.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:47 smithi071 ceph-mon[107477]: osdmap e904: 8 total, 8 up, 8 in 2024-09-13T14:34:48.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:47 smithi071 ceph-mon[112785]: pgmap v805: 89 pgs: 89 active+clean; 320 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 478 KiB/s wr, 5 op/s 2024-09-13T14:34:48.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:47 smithi071 ceph-mon[112785]: osdmap e903: 8 total, 8 up, 8 in 2024-09-13T14:34:48.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:47 smithi071 ceph-mon[112785]: osdmap e904: 8 total, 8 up, 8 in 2024-09-13T14:34:48.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:47 smithi104 ceph-mon[105578]: pgmap v805: 89 pgs: 89 active+clean; 320 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 478 KiB/s wr, 5 op/s 2024-09-13T14:34:48.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:47 smithi104 ceph-mon[105578]: osdmap e903: 8 total, 8 up, 8 in 2024-09-13T14:34:48.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:47 smithi104 ceph-mon[105578]: osdmap e904: 8 total, 8 up, 8 in 2024-09-13T14:34:48.918 INFO:tasks.rados.rados.0.smithi071.stdout:3320: done (2 left) 2024-09-13T14:34:48.918 INFO:tasks.rados.rados.0.smithi071.stdout:3321: done (1 left) 2024-09-13T14:34:48.918 INFO:tasks.rados.rados.0.smithi071.stdout:3322: done (0 left) 2024-09-13T14:34:48.919 INFO:tasks.rados.rados.0.smithi071.stdout:3323: rollback oid 49 current snap is 422 2024-09-13T14:34:48.919 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 49 to 421 2024-09-13T14:34:48.919 INFO:tasks.rados.rados.0.smithi071.stdout:3324: delete oid 35 current snap is 422 2024-09-13T14:34:48.924 INFO:tasks.rados.rados.0.smithi071.stdout:3323: finishing rollback tid 0 to smithi07185159-49 2024-09-13T14:34:48.925 INFO:tasks.rados.rados.0.smithi071.stdout:3323: finishing rollback tid 1 to smithi07185159-49 2024-09-13T14:34:48.925 INFO:tasks.rados.rados.0.smithi071.stdout:3323: finishing rollback tid 2 to smithi07185159-49 2024-09-13T14:34:48.925 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 49 v 1784 (ObjNum 1097 snap 371 seq_num 1097) dirty exists 2024-09-13T14:34:48.926 INFO:tasks.rados.rados.0.smithi071.stdout:3323: done (1 left) 2024-09-13T14:34:48.926 INFO:tasks.rados.rados.0.smithi071.stdout:3324: done (0 left) 2024-09-13T14:34:48.926 INFO:tasks.rados.rados.0.smithi071.stdout:3325: rollback oid 46 current snap is 422 2024-09-13T14:34:48.926 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 46 to 413 2024-09-13T14:34:48.926 INFO:tasks.rados.rados.0.smithi071.stdout:3326: snap_create 2024-09-13T14:34:48.930 INFO:tasks.rados.rados.0.smithi071.stdout:3325: finishing rollback tid 0 to smithi07185159-46 2024-09-13T14:34:48.930 INFO:tasks.rados.rados.0.smithi071.stdout:3325: finishing rollback tid 1 to smithi07185159-46 2024-09-13T14:34:48.930 INFO:tasks.rados.rados.0.smithi071.stdout:3325: finishing rollback tid 2 to smithi07185159-46 2024-09-13T14:34:48.930 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 46 v 1720 (ObjNum 1119 snap 375 seq_num 1119) dirty exists 2024-09-13T14:34:49.920 INFO:tasks.rados.rados.0.smithi071.stdout:3325: done (1 left) 2024-09-13T14:34:49.920 INFO:tasks.rados.rados.0.smithi071.stdout:3326: done (0 left) 2024-09-13T14:34:49.920 INFO:tasks.rados.rados.0.smithi071.stdout:3327: snap_create 2024-09-13T14:34:50.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:49 smithi071 ceph-mon[107477]: pgmap v808: 89 pgs: 89 active+clean; 312 MiB data, 994 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 220 KiB/s wr, 2 op/s 2024-09-13T14:34:50.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:49 smithi071 ceph-mon[107477]: osdmap e905: 8 total, 8 up, 8 in 2024-09-13T14:34:50.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:49 smithi071 ceph-mon[112785]: pgmap v808: 89 pgs: 89 active+clean; 312 MiB data, 994 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 220 KiB/s wr, 2 op/s 2024-09-13T14:34:50.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:49 smithi071 ceph-mon[112785]: osdmap e905: 8 total, 8 up, 8 in 2024-09-13T14:34:50.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:49 smithi104 ceph-mon[105578]: pgmap v808: 89 pgs: 89 active+clean; 312 MiB data, 994 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 220 KiB/s wr, 2 op/s 2024-09-13T14:34:50.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:49 smithi104 ceph-mon[105578]: osdmap e905: 8 total, 8 up, 8 in 2024-09-13T14:34:50.940 INFO:tasks.rados.rados.0.smithi071.stdout:3327: done (0 left) 2024-09-13T14:34:50.941 INFO:tasks.rados.rados.0.smithi071.stdout:3328: snap_remove snap 418 2024-09-13T14:34:51.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:50 smithi071 ceph-mon[107477]: osdmap e906: 8 total, 8 up, 8 in 2024-09-13T14:34:51.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:50 smithi071 ceph-mon[112785]: osdmap e906: 8 total, 8 up, 8 in 2024-09-13T14:34:51.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:50 smithi104 ceph-mon[105578]: osdmap e906: 8 total, 8 up, 8 in 2024-09-13T14:34:51.889 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:34:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=cleanup t=2024-09-13T14:34:51.615187412Z level=info msg="Completed cleanup jobs" duration=8.242232ms 2024-09-13T14:34:51.890 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:34:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=sqlstore.transactions t=2024-09-13T14:34:51.61822641Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=0 code="database is locked" 2024-09-13T14:34:51.890 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:34:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=grafana.update.checker t=2024-09-13T14:34:51.767728235Z level=info msg="Update check succeeded" duration=62.798267ms 2024-09-13T14:34:51.890 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:34:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=plugins.update.checker t=2024-09-13T14:34:51.889271819Z level=info msg="Update check succeeded" duration=191.482121ms 2024-09-13T14:34:51.948 INFO:tasks.rados.rados.0.smithi071.stdout:3328: done (0 left) 2024-09-13T14:34:51.949 INFO:tasks.rados.rados.0.smithi071.stdout:3329: snap_remove snap 409 2024-09-13T14:34:52.169 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:51 smithi104 ceph-mon[105578]: pgmap v811: 89 pgs: 89 active+clean; 315 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 4.5 MiB/s rd, 547 KiB/s wr, 7 op/s 2024-09-13T14:34:52.169 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:51 smithi104 ceph-mon[105578]: osdmap e907: 8 total, 8 up, 8 in 2024-09-13T14:34:52.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:51 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:34:52.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:51 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:34:52.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:51 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:34:52.249 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:51 smithi071 ceph-mon[107477]: pgmap v811: 89 pgs: 89 active+clean; 315 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 4.5 MiB/s rd, 547 KiB/s wr, 7 op/s 2024-09-13T14:34:52.249 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:51 smithi071 ceph-mon[107477]: osdmap e907: 8 total, 8 up, 8 in 2024-09-13T14:34:52.249 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:51 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:34:52.249 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:51 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:34:52.249 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:51 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:34:52.249 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:51 smithi071 ceph-mon[112785]: pgmap v811: 89 pgs: 89 active+clean; 315 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 4.5 MiB/s rd, 547 KiB/s wr, 7 op/s 2024-09-13T14:34:52.249 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:51 smithi071 ceph-mon[112785]: osdmap e907: 8 total, 8 up, 8 in 2024-09-13T14:34:52.249 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:51 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:34:52.250 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:51 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:34:52.250 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:51 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:34:52.921 INFO:tasks.rados.rados.0.smithi071.stdout:3329: done (0 left) 2024-09-13T14:34:52.921 INFO:tasks.rados.rados.0.smithi071.stdout:3330: rollback oid 50 current snap is 424 2024-09-13T14:34:52.921 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 50 to 423 2024-09-13T14:34:52.921 INFO:tasks.rados.rados.0.smithi071.stdout:3331: rollback oid 12 current snap is 424 2024-09-13T14:34:52.921 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 12 to 358 2024-09-13T14:34:52.922 INFO:tasks.rados.rados.0.smithi071.stdout:3332: delete oid 33 current snap is 424 2024-09-13T14:34:52.929 INFO:tasks.rados.rados.0.smithi071.stdout:3331: finishing rollback tid 0 to smithi07185159-12 2024-09-13T14:34:52.929 INFO:tasks.rados.rados.0.smithi071.stdout:3331: finishing rollback tid 1 to smithi07185159-12 2024-09-13T14:34:52.929 INFO:tasks.rados.rados.0.smithi071.stdout:3331: finishing rollback tid 2 to smithi07185159-12 2024-09-13T14:34:52.929 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 12 v 441 (ObjNum 1034 snap 357 seq_num 1034) dirty exists 2024-09-13T14:34:52.930 INFO:tasks.rados.rados.0.smithi071.stdout:3331: done (2 left) 2024-09-13T14:34:52.931 INFO:tasks.rados.rados.0.smithi071.stdout:3332: done (1 left) 2024-09-13T14:34:52.931 INFO:tasks.rados.rados.0.smithi071.stdout:3333: snap_create 2024-09-13T14:34:52.934 INFO:tasks.rados.rados.0.smithi071.stdout:3330: finishing rollback tid 0 to smithi07185159-50 2024-09-13T14:34:52.935 INFO:tasks.rados.rados.0.smithi071.stdout:3330: finishing rollback tid 1 to smithi07185159-50 2024-09-13T14:34:52.935 INFO:tasks.rados.rados.0.smithi071.stdout:3330: finishing rollback tid 2 to smithi07185159-50 2024-09-13T14:34:52.935 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 50 v 3045 (ObjNum 1207 snap 409 seq_num 1207) dirty exists 2024-09-13T14:34:53.052 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:52 smithi071 ceph-mon[107477]: osdmap e908: 8 total, 8 up, 8 in 2024-09-13T14:34:53.052 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:52 smithi071 ceph-mon[107477]: osdmap e909: 8 total, 8 up, 8 in 2024-09-13T14:34:53.052 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:34:52 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:34:52] "GET /metrics HTTP/1.1" 200 36406 "" "Prometheus/2.51.0" 2024-09-13T14:34:53.053 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:52 smithi071 ceph-mon[112785]: osdmap e908: 8 total, 8 up, 8 in 2024-09-13T14:34:53.053 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:52 smithi071 ceph-mon[112785]: osdmap e909: 8 total, 8 up, 8 in 2024-09-13T14:34:53.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:52 smithi104 ceph-mon[105578]: osdmap e908: 8 total, 8 up, 8 in 2024-09-13T14:34:53.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:52 smithi104 ceph-mon[105578]: osdmap e909: 8 total, 8 up, 8 in 2024-09-13T14:34:53.918 INFO:tasks.rados.rados.0.smithi071.stdout:3330: done (1 left) 2024-09-13T14:34:53.918 INFO:tasks.rados.rados.0.smithi071.stdout:3333: done (0 left) 2024-09-13T14:34:53.918 INFO:tasks.rados.rados.0.smithi071.stdout:3334: snap_create 2024-09-13T14:34:54.082 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:53 smithi071 ceph-mon[107477]: pgmap v814: 89 pgs: 89 active+clean; 315 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 4.5 MiB/s rd, 547 KiB/s wr, 8 op/s 2024-09-13T14:34:54.083 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:53 smithi071 ceph-mon[107477]: osdmap e910: 8 total, 8 up, 8 in 2024-09-13T14:34:54.083 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:53 smithi071 ceph-mon[112785]: pgmap v814: 89 pgs: 89 active+clean; 315 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 4.5 MiB/s rd, 547 KiB/s wr, 8 op/s 2024-09-13T14:34:54.083 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:53 smithi071 ceph-mon[112785]: osdmap e910: 8 total, 8 up, 8 in 2024-09-13T14:34:54.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:53 smithi104 ceph-mon[105578]: pgmap v814: 89 pgs: 89 active+clean; 315 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 4.5 MiB/s rd, 547 KiB/s wr, 8 op/s 2024-09-13T14:34:54.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:53 smithi104 ceph-mon[105578]: osdmap e910: 8 total, 8 up, 8 in 2024-09-13T14:34:54.920 INFO:tasks.rados.rados.0.smithi071.stdout:3334: done (0 left) 2024-09-13T14:34:54.920 INFO:tasks.rados.rados.0.smithi071.stdout:3335: snap_remove snap 425 2024-09-13T14:34:55.924 INFO:tasks.rados.rados.0.smithi071.stdout:3335: done (0 left) 2024-09-13T14:34:55.924 INFO:tasks.rados.rados.0.smithi071.stdout:3336: snap_remove snap 403 2024-09-13T14:34:56.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:55 smithi071 ceph-mon[107477]: pgmap v817: 89 pgs: 89 active+clean; 318 MiB data, 953 MiB used, 714 GiB / 715 GiB avail; 0 B/s wr, 1 op/s 2024-09-13T14:34:56.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:55 smithi071 ceph-mon[107477]: osdmap e911: 8 total, 8 up, 8 in 2024-09-13T14:34:56.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:55 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:34:56.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:55 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:34:56.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:55 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:34:56.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:55 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:34:56.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:55 smithi071 ceph-mon[112785]: pgmap v817: 89 pgs: 89 active+clean; 318 MiB data, 953 MiB used, 714 GiB / 715 GiB avail; 0 B/s wr, 1 op/s 2024-09-13T14:34:56.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:55 smithi071 ceph-mon[112785]: osdmap e911: 8 total, 8 up, 8 in 2024-09-13T14:34:56.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:55 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:34:56.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:55 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:34:56.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:55 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:34:56.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:55 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:34:56.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:55 smithi104 ceph-mon[105578]: pgmap v817: 89 pgs: 89 active+clean; 318 MiB data, 953 MiB used, 714 GiB / 715 GiB avail; 0 B/s wr, 1 op/s 2024-09-13T14:34:56.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:55 smithi104 ceph-mon[105578]: osdmap e911: 8 total, 8 up, 8 in 2024-09-13T14:34:56.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:55 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:34:56.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:55 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:34:56.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:55 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:34:56.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:55 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:34:56.941 INFO:tasks.rados.rados.0.smithi071.stdout:3336: done (0 left) 2024-09-13T14:34:56.941 INFO:tasks.rados.rados.0.smithi071.stdout:3337: snap_create 2024-09-13T14:34:57.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:56 smithi071 ceph-mon[107477]: osdmap e912: 8 total, 8 up, 8 in 2024-09-13T14:34:57.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:56 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:34:57.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:56 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:34:57.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:56 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:34:57.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:56 smithi071 ceph-mon[112785]: osdmap e912: 8 total, 8 up, 8 in 2024-09-13T14:34:57.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:56 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:34:57.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:56 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:34:57.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:56 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:34:57.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:56 smithi104 ceph-mon[105578]: osdmap e912: 8 total, 8 up, 8 in 2024-09-13T14:34:57.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:56 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:34:57.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:56 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:34:57.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:56 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:34:57.923 INFO:tasks.rados.rados.0.smithi071.stdout:3337: done (0 left) 2024-09-13T14:34:57.924 INFO:tasks.rados.rados.0.smithi071.stdout:3338: snap_remove snap 414 2024-09-13T14:34:58.291 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:57 smithi071 ceph-mon[107477]: pgmap v820: 89 pgs: 89 active+clean; 318 MiB data, 953 MiB used, 714 GiB / 715 GiB avail; 0 B/s wr, 1 op/s 2024-09-13T14:34:58.291 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:57 smithi071 ceph-mon[107477]: osdmap e913: 8 total, 8 up, 8 in 2024-09-13T14:34:58.291 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:57 smithi071 ceph-mon[107477]: osdmap e914: 8 total, 8 up, 8 in 2024-09-13T14:34:58.291 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:57 smithi071 ceph-mon[112785]: pgmap v820: 89 pgs: 89 active+clean; 318 MiB data, 953 MiB used, 714 GiB / 715 GiB avail; 0 B/s wr, 1 op/s 2024-09-13T14:34:58.292 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:57 smithi071 ceph-mon[112785]: osdmap e913: 8 total, 8 up, 8 in 2024-09-13T14:34:58.292 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:57 smithi071 ceph-mon[112785]: osdmap e914: 8 total, 8 up, 8 in 2024-09-13T14:34:58.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:57 smithi104 ceph-mon[105578]: pgmap v820: 89 pgs: 89 active+clean; 318 MiB data, 953 MiB used, 714 GiB / 715 GiB avail; 0 B/s wr, 1 op/s 2024-09-13T14:34:58.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:57 smithi104 ceph-mon[105578]: osdmap e913: 8 total, 8 up, 8 in 2024-09-13T14:34:58.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:57 smithi104 ceph-mon[105578]: osdmap e914: 8 total, 8 up, 8 in 2024-09-13T14:34:58.923 INFO:tasks.rados.rados.0.smithi071.stdout:3338: done (0 left) 2024-09-13T14:34:58.923 INFO:tasks.rados.rados.0.smithi071.stdout:3339: read oid 42 snap -1 2024-09-13T14:34:58.923 INFO:tasks.rados.rados.0.smithi071.stdout:3339: expect deleted 2024-09-13T14:34:58.923 INFO:tasks.rados.rados.0.smithi071.stdout:3340: rollback oid 23 current snap is 427 2024-09-13T14:34:58.923 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 23 to 419 2024-09-13T14:34:58.923 INFO:tasks.rados.rados.0.smithi071.stdout:3341: delete oid 41 current snap is 427 2024-09-13T14:34:58.930 INFO:tasks.rados.rados.0.smithi071.stdout:3340: finishing rollback tid 0 to smithi07185159-23 2024-09-13T14:34:58.932 INFO:tasks.rados.rados.0.smithi071.stdout:3340: finishing rollback tid 1 to smithi07185159-23 2024-09-13T14:34:58.932 INFO:tasks.rados.rados.0.smithi071.stdout:3340: finishing rollback tid 2 to smithi07185159-23 2024-09-13T14:34:58.933 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 23 v 1738 (ObjNum 1210 snap 411 seq_num 1210) dirty exists 2024-09-13T14:34:58.933 INFO:tasks.rados.rados.0.smithi071.stdout:3339: done (2 left) 2024-09-13T14:34:58.934 INFO:tasks.rados.rados.0.smithi071.stdout:3340: done (1 left) 2024-09-13T14:34:58.934 INFO:tasks.rados.rados.0.smithi071.stdout:3341: done (0 left) 2024-09-13T14:34:58.934 INFO:tasks.rados.rados.0.smithi071.stdout:3342: delete oid 46 current snap is 427 2024-09-13T14:34:58.936 INFO:tasks.rados.rados.0.smithi071.stdout:3342: done (0 left) 2024-09-13T14:34:58.936 INFO:tasks.rados.rados.0.smithi071.stdout:3343: read oid 31 snap 413 2024-09-13T14:34:58.936 INFO:tasks.rados.rados.0.smithi071.stdout:3343: expect (ObjNum 1205 snap 409 seq_num 1205) 2024-09-13T14:34:58.936 INFO:tasks.rados.rados.0.smithi071.stdout:3344: delete oid 8 current snap is 427 2024-09-13T14:34:58.938 INFO:tasks.rados.rados.0.smithi071.stdout:3344: done (1 left) 2024-09-13T14:34:58.938 INFO:tasks.rados.rados.0.smithi071.stdout:3345: write oid 40 current snap is 427 2024-09-13T14:34:58.938 INFO:tasks.rados.rados.0.smithi071.stdout:3345: seq_num 1244 ranges {507908=575295,1829482=631762} 2024-09-13T14:34:58.945 INFO:tasks.rados.rados.0.smithi071.stdout:3345: writing smithi07185159-40 from 507908 to 1083203 tid 1 2024-09-13T14:34:58.953 INFO:tasks.rados.rados.0.smithi071.stdout:3345: writing smithi07185159-40 from 1829482 to 2461244 tid 2 2024-09-13T14:34:58.953 INFO:tasks.rados.rados.0.smithi071.stdout:3346: snap_create 2024-09-13T14:34:58.953 INFO:tasks.rados.rados.0.smithi071.stdout:3343: expect (ObjNum 1205 snap 409 seq_num 1205) 2024-09-13T14:34:59.070 INFO:tasks.rados.rados.0.smithi071.stdout:3345: finishing write tid 1 to smithi07185159-40 2024-09-13T14:34:59.070 INFO:tasks.rados.rados.0.smithi071.stdout:3345: finishing write tid 2 to smithi07185159-40 2024-09-13T14:34:59.070 INFO:tasks.rados.rados.0.smithi071.stdout:3345: finishing write tid 3 to smithi07185159-40 2024-09-13T14:34:59.070 INFO:tasks.rados.rados.0.smithi071.stdout:3345: finishing write tid 4 to smithi07185159-40 2024-09-13T14:34:59.070 INFO:tasks.rados.rados.0.smithi071.stdout:3345: oid 40 updating version 0 to 718 2024-09-13T14:34:59.070 INFO:tasks.rados.rados.0.smithi071.stdout:3345: oid 40 version 718 is already newer than 716 2024-09-13T14:34:59.070 INFO:tasks.rados.rados.0.smithi071.stdout:3345: oid 40 version 718 is already newer than 717 2024-09-13T14:34:59.070 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 40 v 718 (ObjNum 1244 snap 427 seq_num 1244) dirty exists 2024-09-13T14:34:59.070 INFO:tasks.rados.rados.0.smithi071.stdout:3345: left oid 40 (ObjNum 1244 snap 427 seq_num 1244) 2024-09-13T14:34:59.952 INFO:tasks.rados.rados.0.smithi071.stdout:3343: done (2 left) 2024-09-13T14:34:59.952 INFO:tasks.rados.rados.0.smithi071.stdout:3345: done (1 left) 2024-09-13T14:34:59.952 INFO:tasks.rados.rados.0.smithi071.stdout:3346: done (0 left) 2024-09-13T14:34:59.952 INFO:tasks.rados.rados.0.smithi071.stdout:3347: read oid 33 snap 421 2024-09-13T14:34:59.953 INFO:tasks.rados.rados.0.smithi071.stdout:3347: expect (ObjNum 1235 snap 418 seq_num 1235) 2024-09-13T14:34:59.953 INFO:tasks.rados.rados.0.smithi071.stdout:3348: read oid 22 snap -1 2024-09-13T14:34:59.953 INFO:tasks.rados.rados.0.smithi071.stdout:3348: expect deleted 2024-09-13T14:34:59.953 INFO:tasks.rados.rados.0.smithi071.stdout:3349: write oid 8 current snap is 428 2024-09-13T14:34:59.953 INFO:tasks.rados.rados.0.smithi071.stdout:3349: seq_num 1245 ranges {524715=650544,1887964=491773} 2024-09-13T14:34:59.958 INFO:tasks.rados.rados.0.smithi071.stdout:3349: writing smithi07185159-8 from 524715 to 1175259 tid 1 2024-09-13T14:34:59.965 INFO:tasks.rados.rados.0.smithi071.stdout:3349: writing smithi07185159-8 from 1887964 to 2379737 tid 2 2024-09-13T14:34:59.965 INFO:tasks.rados.rados.0.smithi071.stdout:3350: rollback oid 42 current snap is 428 2024-09-13T14:34:59.965 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 42 to 398 2024-09-13T14:34:59.965 INFO:tasks.rados.rados.0.smithi071.stdout:3347: expect (ObjNum 1235 snap 418 seq_num 1235) 2024-09-13T14:35:00.109 INFO:tasks.rados.rados.0.smithi071.stdout:3349: finishing write tid 1 to smithi07185159-8 2024-09-13T14:35:00.109 INFO:tasks.rados.rados.0.smithi071.stdout:3349: finishing write tid 2 to smithi07185159-8 2024-09-13T14:35:00.109 INFO:tasks.rados.rados.0.smithi071.stdout:3347: done (3 left) 2024-09-13T14:35:00.109 INFO:tasks.rados.rados.0.smithi071.stdout:3348: done (2 left) 2024-09-13T14:35:00.109 INFO:tasks.rados.rados.0.smithi071.stdout:3351: read oid 38 snap -1 2024-09-13T14:35:00.109 INFO:tasks.rados.rados.0.smithi071.stdout:3351: expect (ObjNum 1197 snap 409 seq_num 1197) 2024-09-13T14:35:00.109 INFO:tasks.rados.rados.0.smithi071.stdout:3352: snap_remove snap 413 2024-09-13T14:35:00.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:59 smithi071 ceph-mon[107477]: pgmap v823: 89 pgs: 89 active+clean; 318 MiB data, 953 MiB used, 714 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-09-13T14:35:00.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:59 smithi071 ceph-mon[107477]: osdmap e915: 8 total, 8 up, 8 in 2024-09-13T14:35:00.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:34:59 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:35:00.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:59 smithi071 ceph-mon[112785]: pgmap v823: 89 pgs: 89 active+clean; 318 MiB data, 953 MiB used, 714 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-09-13T14:35:00.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:59 smithi071 ceph-mon[112785]: osdmap e915: 8 total, 8 up, 8 in 2024-09-13T14:35:00.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:34:59 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:35:00.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:59 smithi104 ceph-mon[105578]: pgmap v823: 89 pgs: 89 active+clean; 318 MiB data, 953 MiB used, 714 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-09-13T14:35:00.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:59 smithi104 ceph-mon[105578]: osdmap e915: 8 total, 8 up, 8 in 2024-09-13T14:35:00.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:34:59 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:35:00.955 INFO:tasks.rados.rados.0.smithi071.stdout:3352: done (3 left) 2024-09-13T14:35:00.955 INFO:tasks.rados.rados.0.smithi071.stdout:3353: rollback oid 11 current snap is 428 2024-09-13T14:35:00.955 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 11 to 419 2024-09-13T14:35:00.955 INFO:tasks.rados.rados.0.smithi071.stdout:3350: finishing rollback tid 1 to smithi07185159-42 2024-09-13T14:35:00.955 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 42 v 1579 (ObjNum 129 snap 0 seq_num 1961261776) dirty dne 2024-09-13T14:35:00.955 INFO:tasks.rados.rados.0.smithi071.stdout:3349: finishing write tid 3 to smithi07185159-8 2024-09-13T14:35:00.956 INFO:tasks.rados.rados.0.smithi071.stdout:3349: finishing write tid 4 to smithi07185159-8 2024-09-13T14:35:00.956 INFO:tasks.rados.rados.0.smithi071.stdout:3349: oid 8 updating version 0 to 1014 2024-09-13T14:35:00.956 INFO:tasks.rados.rados.0.smithi071.stdout:3349: oid 8 updating version 1014 to 1015 2024-09-13T14:35:00.956 INFO:tasks.rados.rados.0.smithi071.stdout:3349: oid 8 version 1015 is already newer than 1013 2024-09-13T14:35:00.956 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 8 v 1015 (ObjNum 1245 snap 428 seq_num 1245) dirty exists 2024-09-13T14:35:00.956 INFO:tasks.rados.rados.0.smithi071.stdout:3349: left oid 8 (ObjNum 1245 snap 428 seq_num 1245) 2024-09-13T14:35:00.956 INFO:tasks.rados.rados.0.smithi071.stdout:3351: expect (ObjNum 1197 snap 409 seq_num 1197) 2024-09-13T14:35:01.075 INFO:tasks.rados.rados.0.smithi071.stdout:3353: finishing rollback tid 1 to smithi07185159-11 2024-09-13T14:35:01.075 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 11 v 1754 (ObjNum 33 snap 0 seq_num 1960949856) dirty dne 2024-09-13T14:35:01.075 INFO:tasks.rados.rados.0.smithi071.stdout:3349: done (3 left) 2024-09-13T14:35:01.075 INFO:tasks.rados.rados.0.smithi071.stdout:3350: done (2 left) 2024-09-13T14:35:01.075 INFO:tasks.rados.rados.0.smithi071.stdout:3351: done (1 left) 2024-09-13T14:35:01.075 INFO:tasks.rados.rados.0.smithi071.stdout:3353: done (0 left) 2024-09-13T14:35:01.075 INFO:tasks.rados.rados.0.smithi071.stdout:3354: read oid 38 snap -1 2024-09-13T14:35:01.075 INFO:tasks.rados.rados.0.smithi071.stdout:3354: expect (ObjNum 1197 snap 409 seq_num 1197) 2024-09-13T14:35:01.075 INFO:tasks.rados.rados.0.smithi071.stdout:3355: rollback oid 28 current snap is 428 2024-09-13T14:35:01.076 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 28 to 411 2024-09-13T14:35:01.076 INFO:tasks.rados.rados.0.smithi071.stdout:3356: read oid 45 snap -1 2024-09-13T14:35:01.076 INFO:tasks.rados.rados.0.smithi071.stdout:3356: expect deleted 2024-09-13T14:35:01.076 INFO:tasks.rados.rados.0.smithi071.stdout:3357: read oid 34 snap -1 2024-09-13T14:35:01.076 INFO:tasks.rados.rados.0.smithi071.stdout:3357: expect deleted 2024-09-13T14:35:01.076 INFO:tasks.rados.rados.0.smithi071.stdout:3358: delete oid 31 current snap is 428 2024-09-13T14:35:01.077 INFO:tasks.rados.rados.0.smithi071.stdout:3355: finishing rollback tid 1 to smithi07185159-28 2024-09-13T14:35:01.077 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 28 v 0 (ObjNum 33 snap 0 seq_num 1961410560) dirty dne 2024-09-13T14:35:01.079 INFO:tasks.rados.rados.0.smithi071.stdout:3354: expect (ObjNum 1197 snap 409 seq_num 1197) 2024-09-13T14:35:01.194 INFO:tasks.rados.rados.0.smithi071.stdout:3354: done (4 left) 2024-09-13T14:35:01.194 INFO:tasks.rados.rados.0.smithi071.stdout:3355: done (3 left) 2024-09-13T14:35:01.194 INFO:tasks.rados.rados.0.smithi071.stdout:3356: done (2 left) 2024-09-13T14:35:01.194 INFO:tasks.rados.rados.0.smithi071.stdout:3357: done (1 left) 2024-09-13T14:35:01.194 INFO:tasks.rados.rados.0.smithi071.stdout:3358: done (0 left) 2024-09-13T14:35:01.194 INFO:tasks.rados.rados.0.smithi071.stdout:3359: delete oid 47 current snap is 428 2024-09-13T14:35:01.197 INFO:tasks.rados.rados.0.smithi071.stdout:3359: done (0 left) 2024-09-13T14:35:01.197 INFO:tasks.rados.rados.0.smithi071.stdout:3360: snap_remove snap 423 2024-09-13T14:35:01.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:00 smithi071 ceph-mon[107477]: osdmap e916: 8 total, 8 up, 8 in 2024-09-13T14:35:01.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:00 smithi071 ceph-mon[112785]: osdmap e916: 8 total, 8 up, 8 in 2024-09-13T14:35:01.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:00 smithi104 ceph-mon[105578]: osdmap e916: 8 total, 8 up, 8 in 2024-09-13T14:35:01.962 INFO:tasks.rados.rados.0.smithi071.stdout:3360: done (0 left) 2024-09-13T14:35:01.963 INFO:tasks.rados.rados.0.smithi071.stdout:3361: snap_remove snap 417 2024-09-13T14:35:02.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:01 smithi071 ceph-mon[107477]: pgmap v826: 89 pgs: 89 active+clean; 313 MiB data, 948 MiB used, 714 GiB / 715 GiB avail; 5.6 MiB/s rd, 0 B/s wr, 5 op/s 2024-09-13T14:35:02.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:01 smithi071 ceph-mon[107477]: osdmap e917: 8 total, 8 up, 8 in 2024-09-13T14:35:02.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:01 smithi071 ceph-mon[112785]: pgmap v826: 89 pgs: 89 active+clean; 313 MiB data, 948 MiB used, 714 GiB / 715 GiB avail; 5.6 MiB/s rd, 0 B/s wr, 5 op/s 2024-09-13T14:35:02.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:01 smithi071 ceph-mon[112785]: osdmap e917: 8 total, 8 up, 8 in 2024-09-13T14:35:02.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:01 smithi104 ceph-mon[105578]: pgmap v826: 89 pgs: 89 active+clean; 313 MiB data, 948 MiB used, 714 GiB / 715 GiB avail; 5.6 MiB/s rd, 0 B/s wr, 5 op/s 2024-09-13T14:35:02.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:01 smithi104 ceph-mon[105578]: osdmap e917: 8 total, 8 up, 8 in 2024-09-13T14:35:02.927 INFO:tasks.rados.rados.0.smithi071.stdout:3361: done (0 left) 2024-09-13T14:35:02.927 INFO:tasks.rados.rados.0.smithi071.stdout:3362: delete oid 3 current snap is 428 2024-09-13T14:35:02.933 INFO:tasks.rados.rados.0.smithi071.stdout:3362: done (0 left) 2024-09-13T14:35:02.934 INFO:tasks.rados.rados.0.smithi071.stdout:3363: write oid 22 current snap is 428 2024-09-13T14:35:02.934 INFO:tasks.rados.rados.0.smithi071.stdout:3363: seq_num 1249 ranges {591943=667893,1721892=782758} 2024-09-13T14:35:02.940 INFO:tasks.rados.rados.0.smithi071.stdout:3363: writing smithi07185159-22 from 591943 to 1259836 tid 1 2024-09-13T14:35:02.948 INFO:tasks.rados.rados.0.smithi071.stdout:3363: writing smithi07185159-22 from 1721892 to 2504650 tid 2 2024-09-13T14:35:02.948 INFO:tasks.rados.rados.0.smithi071.stdout:3364: write oid 45 current snap is 428 2024-09-13T14:35:02.949 INFO:tasks.rados.rados.0.smithi071.stdout:3363: finishing write tid 1 to smithi07185159-22 2024-09-13T14:35:02.949 INFO:tasks.rados.rados.0.smithi071.stdout:3364: seq_num 1250 ranges {608750=743142,1780374=642769} 2024-09-13T14:35:02.956 INFO:tasks.rados.rados.0.smithi071.stdout:3364: writing smithi07185159-45 from 608750 to 1351892 tid 1 2024-09-13T14:35:02.962 INFO:tasks.rados.rados.0.smithi071.stdout:3364: writing smithi07185159-45 from 1780374 to 2423143 tid 2 2024-09-13T14:35:02.962 INFO:tasks.rados.rados.0.smithi071.stdout:3365: write oid 10 current snap is 428 2024-09-13T14:35:02.962 INFO:tasks.rados.rados.0.smithi071.stdout:3363: finishing write tid 2 to smithi07185159-22 2024-09-13T14:35:02.962 INFO:tasks.rados.rados.0.smithi071.stdout:3365: seq_num 1251 ranges {625557=418391,1838856=786427} 2024-09-13T14:35:02.966 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:35:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:35:02] "GET /metrics HTTP/1.1" 200 36399 "" "Prometheus/2.51.0" 2024-09-13T14:35:02.967 INFO:tasks.rados.rados.0.smithi071.stdout:3365: writing smithi07185159-10 from 625557 to 1043948 tid 1 2024-09-13T14:35:02.977 INFO:tasks.rados.rados.0.smithi071.stdout:3365: writing smithi07185159-10 from 1838856 to 2625283 tid 2 2024-09-13T14:35:02.977 INFO:tasks.rados.rados.0.smithi071.stdout:3366: write oid 36 current snap is 428 2024-09-13T14:35:02.977 INFO:tasks.rados.rados.0.smithi071.stdout:3363: finishing write tid 3 to smithi07185159-22 2024-09-13T14:35:02.977 INFO:tasks.rados.rados.0.smithi071.stdout:3363: finishing write tid 4 to smithi07185159-22 2024-09-13T14:35:02.977 INFO:tasks.rados.rados.0.smithi071.stdout:3363: oid 22 updating version 0 to 1177 2024-09-13T14:35:02.977 INFO:tasks.rados.rados.0.smithi071.stdout:3363: oid 22 updating version 1177 to 1179 2024-09-13T14:35:02.977 INFO:tasks.rados.rados.0.smithi071.stdout:3363: oid 22 version 1179 is already newer than 1178 2024-09-13T14:35:02.977 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 22 v 1179 (ObjNum 1249 snap 428 seq_num 1249) dirty exists 2024-09-13T14:35:02.977 INFO:tasks.rados.rados.0.smithi071.stdout:3363: left oid 22 (ObjNum 1249 snap 428 seq_num 1249) 2024-09-13T14:35:02.978 INFO:tasks.rados.rados.0.smithi071.stdout:3364: finishing write tid 1 to smithi07185159-45 2024-09-13T14:35:02.978 INFO:tasks.rados.rados.0.smithi071.stdout:3366: seq_num 1252 ranges {642364=493640,1897338=646438} 2024-09-13T14:35:02.982 INFO:tasks.rados.rados.0.smithi071.stdout:3366: writing smithi07185159-36 from 642364 to 1136004 tid 1 2024-09-13T14:35:02.991 INFO:tasks.rados.rados.0.smithi071.stdout:3366: writing smithi07185159-36 from 1897338 to 2543776 tid 2 2024-09-13T14:35:02.991 INFO:tasks.rados.rados.0.smithi071.stdout:3363: done (3 left) 2024-09-13T14:35:02.991 INFO:tasks.rados.rados.0.smithi071.stdout:3367: read oid 34 snap 424 2024-09-13T14:35:02.991 INFO:tasks.rados.rados.0.smithi071.stdout:3367: expect deleted 2024-09-13T14:35:02.991 INFO:tasks.rados.rados.0.smithi071.stdout:3368: delete oid 28 current snap is 428 2024-09-13T14:35:02.991 INFO:tasks.rados.rados.0.smithi071.stdout:3364: finishing write tid 2 to smithi07185159-45 2024-09-13T14:35:02.991 INFO:tasks.rados.rados.0.smithi071.stdout:3364: finishing write tid 3 to smithi07185159-45 2024-09-13T14:35:02.991 INFO:tasks.rados.rados.0.smithi071.stdout:3364: finishing write tid 4 to smithi07185159-45 2024-09-13T14:35:02.992 INFO:tasks.rados.rados.0.smithi071.stdout:3364: oid 45 updating version 0 to 1810 2024-09-13T14:35:02.992 INFO:tasks.rados.rados.0.smithi071.stdout:3364: oid 45 version 1810 is already newer than 1809 2024-09-13T14:35:02.992 INFO:tasks.rados.rados.0.smithi071.stdout:3364: oid 45 updating version 1810 to 1811 2024-09-13T14:35:02.992 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 45 v 1811 (ObjNum 1250 snap 428 seq_num 1250) dirty exists 2024-09-13T14:35:02.992 INFO:tasks.rados.rados.0.smithi071.stdout:3364: left oid 45 (ObjNum 1250 snap 428 seq_num 1250) 2024-09-13T14:35:02.992 INFO:tasks.rados.rados.0.smithi071.stdout:3365: finishing write tid 1 to smithi07185159-10 2024-09-13T14:35:02.992 INFO:tasks.rados.rados.0.smithi071.stdout:3365: finishing write tid 2 to smithi07185159-10 2024-09-13T14:35:02.992 INFO:tasks.rados.rados.0.smithi071.stdout:3365: finishing write tid 3 to smithi07185159-10 2024-09-13T14:35:02.992 INFO:tasks.rados.rados.0.smithi071.stdout:3365: finishing write tid 4 to smithi07185159-10 2024-09-13T14:35:02.992 INFO:tasks.rados.rados.0.smithi071.stdout:3365: oid 10 updating version 0 to 1693 2024-09-13T14:35:02.992 INFO:tasks.rados.rados.0.smithi071.stdout:3365: oid 10 version 1693 is already newer than 1692 2024-09-13T14:35:02.992 INFO:tasks.rados.rados.0.smithi071.stdout:3365: oid 10 updating version 1693 to 1694 2024-09-13T14:35:02.992 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 10 v 1694 (ObjNum 1251 snap 428 seq_num 1251) dirty exists 2024-09-13T14:35:02.993 INFO:tasks.rados.rados.0.smithi071.stdout:3365: left oid 10 (ObjNum 1251 snap 428 seq_num 1251) 2024-09-13T14:35:02.993 INFO:tasks.rados.rados.0.smithi071.stdout:3366: finishing write tid 1 to smithi07185159-36 2024-09-13T14:35:02.997 INFO:tasks.rados.rados.0.smithi071.stdout:3364: done (4 left) 2024-09-13T14:35:02.997 INFO:tasks.rados.rados.0.smithi071.stdout:3365: done (3 left) 2024-09-13T14:35:02.997 INFO:tasks.rados.rados.0.smithi071.stdout:3367: done (2 left) 2024-09-13T14:35:02.997 INFO:tasks.rados.rados.0.smithi071.stdout:3368: done (1 left) 2024-09-13T14:35:02.997 INFO:tasks.rados.rados.0.smithi071.stdout:3369: read oid 50 snap 421 2024-09-13T14:35:02.997 INFO:tasks.rados.rados.0.smithi071.stdout:3369: expect (ObjNum 1207 snap 409 seq_num 1207) 2024-09-13T14:35:02.998 INFO:tasks.rados.rados.0.smithi071.stdout:3370: write oid 16 current snap is 428 2024-09-13T14:35:02.998 INFO:tasks.rados.rados.0.smithi071.stdout:3370: seq_num 1254 ranges {675978=644138,1897949=650107} 2024-09-13T14:35:03.000 INFO:tasks.rados.rados.0.smithi071.stdout:3370: writing smithi07185159-16 from 675978 to 1320116 tid 1 2024-09-13T14:35:03.007 INFO:tasks.rados.rados.0.smithi071.stdout:3370: writing smithi07185159-16 from 1897949 to 2548056 tid 2 2024-09-13T14:35:03.007 INFO:tasks.rados.rados.0.smithi071.stdout:3371: snap_create 2024-09-13T14:35:03.007 INFO:tasks.rados.rados.0.smithi071.stdout:3366: finishing write tid 2 to smithi07185159-36 2024-09-13T14:35:03.007 INFO:tasks.rados.rados.0.smithi071.stdout:3366: finishing write tid 3 to smithi07185159-36 2024-09-13T14:35:03.007 INFO:tasks.rados.rados.0.smithi071.stdout:3366: finishing write tid 4 to smithi07185159-36 2024-09-13T14:35:03.008 INFO:tasks.rados.rados.0.smithi071.stdout:3366: oid 36 updating version 0 to 728 2024-09-13T14:35:03.008 INFO:tasks.rados.rados.0.smithi071.stdout:3366: oid 36 updating version 728 to 729 2024-09-13T14:35:03.008 INFO:tasks.rados.rados.0.smithi071.stdout:3366: oid 36 version 729 is already newer than 727 2024-09-13T14:35:03.008 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 36 v 729 (ObjNum 1252 snap 428 seq_num 1252) dirty exists 2024-09-13T14:35:03.008 INFO:tasks.rados.rados.0.smithi071.stdout:3366: left oid 36 (ObjNum 1252 snap 428 seq_num 1252) 2024-09-13T14:35:03.008 INFO:tasks.rados.rados.0.smithi071.stdout:3369: expect (ObjNum 1207 snap 409 seq_num 1207) 2024-09-13T14:35:03.124 INFO:tasks.rados.rados.0.smithi071.stdout:3370: finishing write tid 1 to smithi07185159-16 2024-09-13T14:35:03.124 INFO:tasks.rados.rados.0.smithi071.stdout:3370: finishing write tid 2 to smithi07185159-16 2024-09-13T14:35:03.124 INFO:tasks.rados.rados.0.smithi071.stdout:3370: finishing write tid 3 to smithi07185159-16 2024-09-13T14:35:03.124 INFO:tasks.rados.rados.0.smithi071.stdout:3370: finishing write tid 4 to smithi07185159-16 2024-09-13T14:35:03.124 INFO:tasks.rados.rados.0.smithi071.stdout:3370: oid 16 updating version 0 to 1017 2024-09-13T14:35:03.124 INFO:tasks.rados.rados.0.smithi071.stdout:3370: oid 16 updating version 1017 to 1018 2024-09-13T14:35:03.124 INFO:tasks.rados.rados.0.smithi071.stdout:3370: oid 16 version 1018 is already newer than 1016 2024-09-13T14:35:03.124 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 16 v 1018 (ObjNum 1254 snap 428 seq_num 1254) dirty exists 2024-09-13T14:35:03.125 INFO:tasks.rados.rados.0.smithi071.stdout:3370: left oid 16 (ObjNum 1254 snap 428 seq_num 1254) 2024-09-13T14:35:03.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:02 smithi071 ceph-mon[107477]: osdmap e918: 8 total, 8 up, 8 in 2024-09-13T14:35:03.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:02 smithi071 ceph-mon[107477]: osdmap e919: 8 total, 8 up, 8 in 2024-09-13T14:35:03.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:02 smithi071 ceph-mon[112785]: osdmap e918: 8 total, 8 up, 8 in 2024-09-13T14:35:03.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:02 smithi071 ceph-mon[112785]: osdmap e919: 8 total, 8 up, 8 in 2024-09-13T14:35:03.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:02 smithi104 ceph-mon[105578]: osdmap e918: 8 total, 8 up, 8 in 2024-09-13T14:35:03.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:02 smithi104 ceph-mon[105578]: osdmap e919: 8 total, 8 up, 8 in 2024-09-13T14:35:03.982 INFO:tasks.rados.rados.0.smithi071.stdout:3366: done (3 left) 2024-09-13T14:35:03.982 INFO:tasks.rados.rados.0.smithi071.stdout:3369: done (2 left) 2024-09-13T14:35:03.982 INFO:tasks.rados.rados.0.smithi071.stdout:3370: done (1 left) 2024-09-13T14:35:03.982 INFO:tasks.rados.rados.0.smithi071.stdout:3371: done (0 left) 2024-09-13T14:35:03.982 INFO:tasks.rados.rados.0.smithi071.stdout:3372: snap_remove snap 422 2024-09-13T14:35:04.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:03 smithi071 ceph-mon[107477]: pgmap v829: 89 pgs: 89 active+clean; 314 MiB data, 947 MiB used, 714 GiB / 715 GiB avail; 5.6 MiB/s rd, 295 KiB/s wr, 7 op/s 2024-09-13T14:35:04.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:03 smithi071 ceph-mon[112785]: pgmap v829: 89 pgs: 89 active+clean; 314 MiB data, 947 MiB used, 714 GiB / 715 GiB avail; 5.6 MiB/s rd, 295 KiB/s wr, 7 op/s 2024-09-13T14:35:04.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:03 smithi104 ceph-mon[105578]: pgmap v829: 89 pgs: 89 active+clean; 314 MiB data, 947 MiB used, 714 GiB / 715 GiB avail; 5.6 MiB/s rd, 295 KiB/s wr, 7 op/s 2024-09-13T14:35:04.991 INFO:tasks.rados.rados.0.smithi071.stdout:3372: done (0 left) 2024-09-13T14:35:04.991 INFO:tasks.rados.rados.0.smithi071.stdout:3373: read oid 7 snap 426 2024-09-13T14:35:04.991 INFO:tasks.rados.rados.0.smithi071.stdout:3373: expect (ObjNum 1177 snap 403 seq_num 1177) 2024-09-13T14:35:04.991 INFO:tasks.rados.rados.0.smithi071.stdout:3374: snap_create 2024-09-13T14:35:05.001 INFO:tasks.rados.rados.0.smithi071.stdout:3373: expect (ObjNum 1177 snap 403 seq_num 1177) 2024-09-13T14:35:05.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:04 smithi071 ceph-mon[112785]: osdmap e920: 8 total, 8 up, 8 in 2024-09-13T14:35:05.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:04 smithi071 ceph-mon[107477]: osdmap e920: 8 total, 8 up, 8 in 2024-09-13T14:35:05.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:04 smithi104 ceph-mon[105578]: osdmap e920: 8 total, 8 up, 8 in 2024-09-13T14:35:05.987 INFO:tasks.rados.rados.0.smithi071.stdout:3373: done (1 left) 2024-09-13T14:35:05.988 INFO:tasks.rados.rados.0.smithi071.stdout:3374: done (0 left) 2024-09-13T14:35:05.988 INFO:tasks.rados.rados.0.smithi071.stdout:3375: read oid 18 snap -1 2024-09-13T14:35:05.988 INFO:tasks.rados.rados.0.smithi071.stdout:3375: expect (ObjNum 1198 snap 409 seq_num 1198) 2024-09-13T14:35:05.988 INFO:tasks.rados.rados.0.smithi071.stdout:3376: read oid 27 snap -1 2024-09-13T14:35:05.988 INFO:tasks.rados.rados.0.smithi071.stdout:3376: expect (ObjNum 1223 snap 414 seq_num 1223) 2024-09-13T14:35:05.988 INFO:tasks.rados.rados.0.smithi071.stdout:3377: read oid 38 snap -1 2024-09-13T14:35:05.988 INFO:tasks.rados.rados.0.smithi071.stdout:3377: expect (ObjNum 1197 snap 409 seq_num 1197) 2024-09-13T14:35:05.988 INFO:tasks.rados.rados.0.smithi071.stdout:3378: read oid 25 snap 428 2024-09-13T14:35:05.988 INFO:tasks.rados.rados.0.smithi071.stdout:3378: expect (ObjNum 1156 snap 397 seq_num 1156) 2024-09-13T14:35:05.988 INFO:tasks.rados.rados.0.smithi071.stdout:3379: read oid 49 snap 419 2024-09-13T14:35:05.988 INFO:tasks.rados.rados.0.smithi071.stdout:3379: expect (ObjNum 1097 snap 371 seq_num 1097) 2024-09-13T14:35:05.988 INFO:tasks.rados.rados.0.smithi071.stdout:3380: snap_remove snap 426 2024-09-13T14:35:06.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:05 smithi071 ceph-mon[107477]: pgmap v832: 89 pgs: 89 active+clean; 315 MiB data, 950 MiB used, 714 GiB / 715 GiB avail; 2.1 MiB/s rd, 574 KiB/s wr, 5 op/s 2024-09-13T14:35:06.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:05 smithi071 ceph-mon[107477]: osdmap e921: 8 total, 8 up, 8 in 2024-09-13T14:35:06.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:05 smithi071 ceph-mon[112785]: pgmap v832: 89 pgs: 89 active+clean; 315 MiB data, 950 MiB used, 714 GiB / 715 GiB avail; 2.1 MiB/s rd, 574 KiB/s wr, 5 op/s 2024-09-13T14:35:06.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:05 smithi071 ceph-mon[112785]: osdmap e921: 8 total, 8 up, 8 in 2024-09-13T14:35:06.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:05 smithi104 ceph-mon[105578]: pgmap v832: 89 pgs: 89 active+clean; 315 MiB data, 950 MiB used, 714 GiB / 715 GiB avail; 2.1 MiB/s rd, 574 KiB/s wr, 5 op/s 2024-09-13T14:35:06.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:05 smithi104 ceph-mon[105578]: osdmap e921: 8 total, 8 up, 8 in 2024-09-13T14:35:07.000 INFO:tasks.rados.rados.0.smithi071.stdout:3380: done (5 left) 2024-09-13T14:35:07.000 INFO:tasks.rados.rados.0.smithi071.stdout:3381: rollback oid 20 current snap is 430 2024-09-13T14:35:07.000 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 20 to 412 2024-09-13T14:35:07.000 INFO:tasks.rados.rados.0.smithi071.stdout:3376: expect (ObjNum 1223 snap 414 seq_num 1223) 2024-09-13T14:35:07.082 INFO:tasks.rados.rados.0.smithi071.stdout:3379: expect (ObjNum 1097 snap 371 seq_num 1097) 2024-09-13T14:35:07.181 INFO:tasks.rados.rados.0.smithi071.stdout:3378: expect (ObjNum 1156 snap 397 seq_num 1156) 2024-09-13T14:35:07.331 INFO:tasks.rados.rados.0.smithi071.stdout:3375: expect (ObjNum 1198 snap 409 seq_num 1198) 2024-09-13T14:35:07.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:06 smithi071 ceph-mon[107477]: osdmap e922: 8 total, 8 up, 8 in 2024-09-13T14:35:07.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:06 smithi071 ceph-mon[112785]: osdmap e922: 8 total, 8 up, 8 in 2024-09-13T14:35:07.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:06 smithi104 ceph-mon[105578]: osdmap e922: 8 total, 8 up, 8 in 2024-09-13T14:35:07.437 INFO:tasks.rados.rados.0.smithi071.stdout:3377: expect (ObjNum 1197 snap 409 seq_num 1197) 2024-09-13T14:35:07.550 INFO:tasks.rados.rados.0.smithi071.stdout:3381: finishing rollback tid 0 to smithi07185159-20 2024-09-13T14:35:07.551 INFO:tasks.rados.rados.0.smithi071.stdout:3381: finishing rollback tid 1 to smithi07185159-20 2024-09-13T14:35:07.551 INFO:tasks.rados.rados.0.smithi071.stdout:3381: finishing rollback tid 2 to smithi07185159-20 2024-09-13T14:35:07.551 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 20 v 1574 (ObjNum 1138 snap 386 seq_num 1138) dirty exists 2024-09-13T14:35:07.551 INFO:tasks.rados.rados.0.smithi071.stdout:3375: done (5 left) 2024-09-13T14:35:07.551 INFO:tasks.rados.rados.0.smithi071.stdout:3376: done (4 left) 2024-09-13T14:35:07.551 INFO:tasks.rados.rados.0.smithi071.stdout:3377: done (3 left) 2024-09-13T14:35:07.551 INFO:tasks.rados.rados.0.smithi071.stdout:3378: done (2 left) 2024-09-13T14:35:07.551 INFO:tasks.rados.rados.0.smithi071.stdout:3379: done (1 left) 2024-09-13T14:35:07.551 INFO:tasks.rados.rados.0.smithi071.stdout:3381: done (0 left) 2024-09-13T14:35:07.551 INFO:tasks.rados.rados.0.smithi071.stdout:3382: rollback oid 31 current snap is 430 2024-09-13T14:35:07.551 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 31 to 427 2024-09-13T14:35:07.552 INFO:tasks.rados.rados.0.smithi071.stdout:3383: snap_remove snap 391 2024-09-13T14:35:07.926 INFO:tasks.rados.rados.0.smithi071.stdout:3383: done (1 left) 2024-09-13T14:35:07.926 INFO:tasks.rados.rados.0.smithi071.stdout:3384: snap_remove snap 398 2024-09-13T14:35:08.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:07 smithi071 ceph-mon[107477]: pgmap v835: 89 pgs: 89 active+clean; 324 MiB data, 959 MiB used, 714 GiB / 715 GiB avail; 3.9 MiB/s rd, 1.5 MiB/s wr, 12 op/s 2024-09-13T14:35:08.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:07 smithi071 ceph-mon[107477]: osdmap e923: 8 total, 8 up, 8 in 2024-09-13T14:35:08.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:07 smithi071 ceph-mon[107477]: osdmap e924: 8 total, 8 up, 8 in 2024-09-13T14:35:08.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:07 smithi071 ceph-mon[112785]: pgmap v835: 89 pgs: 89 active+clean; 324 MiB data, 959 MiB used, 714 GiB / 715 GiB avail; 3.9 MiB/s rd, 1.5 MiB/s wr, 12 op/s 2024-09-13T14:35:08.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:07 smithi071 ceph-mon[112785]: osdmap e923: 8 total, 8 up, 8 in 2024-09-13T14:35:08.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:07 smithi071 ceph-mon[112785]: osdmap e924: 8 total, 8 up, 8 in 2024-09-13T14:35:08.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:07 smithi104 ceph-mon[105578]: pgmap v835: 89 pgs: 89 active+clean; 324 MiB data, 959 MiB used, 714 GiB / 715 GiB avail; 3.9 MiB/s rd, 1.5 MiB/s wr, 12 op/s 2024-09-13T14:35:08.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:07 smithi104 ceph-mon[105578]: osdmap e923: 8 total, 8 up, 8 in 2024-09-13T14:35:08.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:07 smithi104 ceph-mon[105578]: osdmap e924: 8 total, 8 up, 8 in 2024-09-13T14:35:08.924 INFO:tasks.rados.rados.0.smithi071.stdout:3384: done (1 left) 2024-09-13T14:35:08.924 INFO:tasks.rados.rados.0.smithi071.stdout:3385: read oid 28 snap -1 2024-09-13T14:35:08.925 INFO:tasks.rados.rados.0.smithi071.stdout:3385: expect deleted 2024-09-13T14:35:08.925 INFO:tasks.rados.rados.0.smithi071.stdout:3386: write oid 38 current snap is 430 2024-09-13T14:35:08.925 INFO:tasks.rados.rados.0.smithi071.stdout:3382: finishing rollback tid 1 to smithi07185159-31 2024-09-13T14:35:08.925 INFO:tasks.rados.rados.0.smithi071.stdout:3386: seq_num 1255 ranges {692785=435740,1672784=793765,2897503=195282} 2024-09-13T14:35:08.931 INFO:tasks.rados.rados.0.smithi071.stdout:3386: writing smithi07185159-38 from 692785 to 1128525 tid 1 2024-09-13T14:35:08.939 INFO:tasks.rados.rados.0.smithi071.stdout:3386: writing smithi07185159-38 from 1672784 to 2466549 tid 2 2024-09-13T14:35:08.943 INFO:tasks.rados.rados.0.smithi071.stdout:3386: writing smithi07185159-38 from 2897503 to 3092785 tid 3 2024-09-13T14:35:08.943 INFO:tasks.rados.rados.0.smithi071.stdout:3387: rollback oid 43 current snap is 430 2024-09-13T14:35:08.943 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 43 to 429 2024-09-13T14:35:08.943 INFO:tasks.rados.rados.0.smithi071.stdout:3382: finishing rollback tid 2 to smithi07185159-31 2024-09-13T14:35:08.943 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 31 v 1700 (ObjNum 1205 snap 409 seq_num 1205) dirty exists 2024-09-13T14:35:08.944 INFO:tasks.rados.rados.0.smithi071.stdout:3382: done (3 left) 2024-09-13T14:35:08.944 INFO:tasks.rados.rados.0.smithi071.stdout:3388: rollback oid 29 current snap is 430 2024-09-13T14:35:08.944 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 29 to 421 2024-09-13T14:35:08.944 INFO:tasks.rados.rados.0.smithi071.stdout:3385: done (3 left) 2024-09-13T14:35:08.944 INFO:tasks.rados.rados.0.smithi071.stdout:3389: snap_remove snap 419 2024-09-13T14:35:09.932 INFO:tasks.rados.rados.0.smithi071.stdout:3389: done (3 left) 2024-09-13T14:35:09.933 INFO:tasks.rados.rados.0.smithi071.stdout:3390: snap_remove snap 420 2024-09-13T14:35:10.224 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:09 smithi104 ceph-mon[105578]: pgmap v838: 89 pgs: 89 active+clean; 325 MiB data, 963 MiB used, 714 GiB / 715 GiB avail; 1.9 MiB/s rd, 1.5 MiB/s wr, 10 op/s 2024-09-13T14:35:10.224 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:09 smithi104 ceph-mon[105578]: osdmap e925: 8 total, 8 up, 8 in 2024-09-13T14:35:10.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:09 smithi071 ceph-mon[107477]: pgmap v838: 89 pgs: 89 active+clean; 325 MiB data, 963 MiB used, 714 GiB / 715 GiB avail; 1.9 MiB/s rd, 1.5 MiB/s wr, 10 op/s 2024-09-13T14:35:10.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:09 smithi071 ceph-mon[107477]: osdmap e925: 8 total, 8 up, 8 in 2024-09-13T14:35:10.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:09 smithi071 ceph-mon[112785]: pgmap v838: 89 pgs: 89 active+clean; 325 MiB data, 963 MiB used, 714 GiB / 715 GiB avail; 1.9 MiB/s rd, 1.5 MiB/s wr, 10 op/s 2024-09-13T14:35:10.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:09 smithi071 ceph-mon[112785]: osdmap e925: 8 total, 8 up, 8 in 2024-09-13T14:35:10.944 INFO:tasks.rados.rados.0.smithi071.stdout:3390: done (3 left) 2024-09-13T14:35:10.944 INFO:tasks.rados.rados.0.smithi071.stdout:3391: write oid 30 current snap is 430 2024-09-13T14:35:10.944 INFO:tasks.rados.rados.0.smithi071.stdout:3386: finishing write tid 1 to smithi07185159-38 2024-09-13T14:35:10.944 INFO:tasks.rados.rados.0.smithi071.stdout:3391: seq_num 1256 ranges {709592=510989,1731266=653776,3041279=68313} 2024-09-13T14:35:10.950 INFO:tasks.rados.rados.0.smithi071.stdout:3391: writing smithi07185159-30 from 709592 to 1220581 tid 1 2024-09-13T14:35:10.957 INFO:tasks.rados.rados.0.smithi071.stdout:3391: writing smithi07185159-30 from 1731266 to 2385042 tid 2 2024-09-13T14:35:10.962 INFO:tasks.rados.rados.0.smithi071.stdout:3391: writing smithi07185159-30 from 3041279 to 3109592 tid 3 2024-09-13T14:35:10.962 INFO:tasks.rados.rados.0.smithi071.stdout:3392: delete oid 21 current snap is 430 2024-09-13T14:35:10.962 INFO:tasks.rados.rados.0.smithi071.stdout:3387: finishing rollback tid 1 to smithi07185159-43 2024-09-13T14:35:10.962 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 43 v 0 (ObjNum 289 snap 0 seq_num 0) dirty dne 2024-09-13T14:35:10.963 INFO:tasks.rados.rados.0.smithi071.stdout:3386: finishing write tid 2 to smithi07185159-38 2024-09-13T14:35:10.963 INFO:tasks.rados.rados.0.smithi071.stdout:3386: finishing write tid 3 to smithi07185159-38 2024-09-13T14:35:10.963 INFO:tasks.rados.rados.0.smithi071.stdout:3388: finishing rollback tid 0 to smithi07185159-29 2024-09-13T14:35:10.963 INFO:tasks.rados.rados.0.smithi071.stdout:3386: finishing write tid 4 to smithi07185159-38 2024-09-13T14:35:10.963 INFO:tasks.rados.rados.0.smithi071.stdout:3388: finishing rollback tid 1 to smithi07185159-29 2024-09-13T14:35:10.963 INFO:tasks.rados.rados.0.smithi071.stdout:3388: finishing rollback tid 2 to smithi07185159-29 2024-09-13T14:35:10.963 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 29 v 1829 (ObjNum 1233 snap 418 seq_num 1233) dirty exists 2024-09-13T14:35:10.963 INFO:tasks.rados.rados.0.smithi071.stdout:3386: finishing write tid 5 to smithi07185159-38 2024-09-13T14:35:10.963 INFO:tasks.rados.rados.0.smithi071.stdout:3386: oid 38 updating version 0 to 1718 2024-09-13T14:35:10.963 INFO:tasks.rados.rados.0.smithi071.stdout:3386: oid 38 version 1718 is already newer than 1714 2024-09-13T14:35:10.963 INFO:tasks.rados.rados.0.smithi071.stdout:3386: oid 38 version 1718 is already newer than 1717 2024-09-13T14:35:10.963 INFO:tasks.rados.rados.0.smithi071.stdout:3386: oid 38 updating version 1718 to 1719 2024-09-13T14:35:10.964 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 38 v 1719 (ObjNum 1255 snap 430 seq_num 1255) dirty exists 2024-09-13T14:35:10.964 INFO:tasks.rados.rados.0.smithi071.stdout:3386: left oid 38 (ObjNum 1255 snap 430 seq_num 1255) 2024-09-13T14:35:10.964 INFO:tasks.rados.rados.0.smithi071.stdout:3391: finishing write tid 1 to smithi07185159-30 2024-09-13T14:35:10.964 INFO:tasks.rados.rados.0.smithi071.stdout:3391: finishing write tid 2 to smithi07185159-30 2024-09-13T14:35:10.965 INFO:tasks.rados.rados.0.smithi071.stdout:3391: finishing write tid 3 to smithi07185159-30 2024-09-13T14:35:10.965 INFO:tasks.rados.rados.0.smithi071.stdout:3391: finishing write tid 4 to smithi07185159-30 2024-09-13T14:35:10.965 INFO:tasks.rados.rados.0.smithi071.stdout:3386: done (4 left) 2024-09-13T14:35:10.965 INFO:tasks.rados.rados.0.smithi071.stdout:3387: done (3 left) 2024-09-13T14:35:10.965 INFO:tasks.rados.rados.0.smithi071.stdout:3388: done (2 left) 2024-09-13T14:35:10.965 INFO:tasks.rados.rados.0.smithi071.stdout:3392: done (1 left) 2024-09-13T14:35:10.965 INFO:tasks.rados.rados.0.smithi071.stdout:3393: snap_create 2024-09-13T14:35:10.965 INFO:tasks.rados.rados.0.smithi071.stdout:3391: finishing write tid 5 to smithi07185159-30 2024-09-13T14:35:10.965 INFO:tasks.rados.rados.0.smithi071.stdout:3391: oid 30 updating version 0 to 765 2024-09-13T14:35:10.965 INFO:tasks.rados.rados.0.smithi071.stdout:3391: oid 30 version 765 is already newer than 763 2024-09-13T14:35:10.965 INFO:tasks.rados.rados.0.smithi071.stdout:3391: oid 30 version 765 is already newer than 764 2024-09-13T14:35:10.965 INFO:tasks.rados.rados.0.smithi071.stdout:3391: oid 30 version 765 is already newer than 762 2024-09-13T14:35:10.966 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 30 v 765 (ObjNum 1256 snap 430 seq_num 1256) dirty exists 2024-09-13T14:35:10.966 INFO:tasks.rados.rados.0.smithi071.stdout:3391: left oid 30 (ObjNum 1256 snap 430 seq_num 1256) 2024-09-13T14:35:11.240 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:10 smithi104 ceph-mon[105578]: osdmap e926: 8 total, 8 up, 8 in 2024-09-13T14:35:11.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:10 smithi071 ceph-mon[107477]: osdmap e926: 8 total, 8 up, 8 in 2024-09-13T14:35:11.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:10 smithi071 ceph-mon[112785]: osdmap e926: 8 total, 8 up, 8 in 2024-09-13T14:35:11.949 INFO:tasks.rados.rados.0.smithi071.stdout:3391: done (1 left) 2024-09-13T14:35:11.949 INFO:tasks.rados.rados.0.smithi071.stdout:3393: done (0 left) 2024-09-13T14:35:11.949 INFO:tasks.rados.rados.0.smithi071.stdout:3394: write oid 4 current snap is 431 2024-09-13T14:35:11.949 INFO:tasks.rados.rados.0.smithi071.stdout:3394: seq_num 1258 ranges {743206=661487,2131877=541092} 2024-09-13T14:35:11.956 INFO:tasks.rados.rados.0.smithi071.stdout:3394: writing smithi07185159-4 from 743206 to 1404693 tid 1 2024-09-13T14:35:11.964 INFO:tasks.rados.rados.0.smithi071.stdout:3394: writing smithi07185159-4 from 2131877 to 2672969 tid 2 2024-09-13T14:35:11.964 INFO:tasks.rados.rados.0.smithi071.stdout:3395: read oid 29 snap -1 2024-09-13T14:35:11.964 INFO:tasks.rados.rados.0.smithi071.stdout:3395: expect (ObjNum 1233 snap 418 seq_num 1233) 2024-09-13T14:35:11.964 INFO:tasks.rados.rados.0.smithi071.stdout:3396: write oid 19 current snap is 431 2024-09-13T14:35:11.964 INFO:tasks.rados.rados.0.smithi071.stdout:3394: finishing write tid 1 to smithi07185159-4 2024-09-13T14:35:11.964 INFO:tasks.rados.rados.0.smithi071.stdout:3396: seq_num 1259 ranges {760013=736736,2190359=401103} 2024-09-13T14:35:11.971 INFO:tasks.rados.rados.0.smithi071.stdout:3396: writing smithi07185159-19 from 760013 to 1496749 tid 1 2024-09-13T14:35:11.978 INFO:tasks.rados.rados.0.smithi071.stdout:3396: writing smithi07185159-19 from 2190359 to 2591462 tid 2 2024-09-13T14:35:11.978 INFO:tasks.rados.rados.0.smithi071.stdout:3397: read oid 49 snap -1 2024-09-13T14:35:11.978 INFO:tasks.rados.rados.0.smithi071.stdout:3397: expect (ObjNum 1097 snap 371 seq_num 1097) 2024-09-13T14:35:11.979 INFO:tasks.rados.rados.0.smithi071.stdout:3398: rollback oid 30 current snap is 431 2024-09-13T14:35:11.979 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 30 to 421 2024-09-13T14:35:11.979 INFO:tasks.rados.rados.0.smithi071.stdout:3394: finishing write tid 2 to smithi07185159-4 2024-09-13T14:35:11.979 INFO:tasks.rados.rados.0.smithi071.stdout:3394: finishing write tid 3 to smithi07185159-4 2024-09-13T14:35:11.979 INFO:tasks.rados.rados.0.smithi071.stdout:3399: snap_create 2024-09-13T14:35:11.979 INFO:tasks.rados.rados.0.smithi071.stdout:3394: finishing write tid 4 to smithi07185159-4 2024-09-13T14:35:11.979 INFO:tasks.rados.rados.0.smithi071.stdout:3394: oid 4 updating version 0 to 1731 2024-09-13T14:35:11.979 INFO:tasks.rados.rados.0.smithi071.stdout:3394: oid 4 version 1731 is already newer than 1730 2024-09-13T14:35:11.979 INFO:tasks.rados.rados.0.smithi071.stdout:3394: oid 4 version 1731 is already newer than 1729 2024-09-13T14:35:11.979 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 4 v 1731 (ObjNum 1258 snap 431 seq_num 1258) dirty exists 2024-09-13T14:35:11.979 INFO:tasks.rados.rados.0.smithi071.stdout:3394: left oid 4 (ObjNum 1258 snap 431 seq_num 1258) 2024-09-13T14:35:11.979 INFO:tasks.rados.rados.0.smithi071.stdout:3395: expect (ObjNum 1233 snap 418 seq_num 1233) 2024-09-13T14:35:12.071 INFO:tasks.rados.rados.0.smithi071.stdout:3396: finishing write tid 1 to smithi07185159-19 2024-09-13T14:35:12.072 INFO:tasks.rados.rados.0.smithi071.stdout:3398: finishing rollback tid 0 to smithi07185159-30 2024-09-13T14:35:12.072 INFO:tasks.rados.rados.0.smithi071.stdout:3398: finishing rollback tid 1 to smithi07185159-30 2024-09-13T14:35:12.072 INFO:tasks.rados.rados.0.smithi071.stdout:3398: finishing rollback tid 2 to smithi07185159-30 2024-09-13T14:35:12.072 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 30 v 769 (ObjNum 1212 snap 412 seq_num 1212) dirty exists 2024-09-13T14:35:12.072 INFO:tasks.rados.rados.0.smithi071.stdout:3397: expect (ObjNum 1097 snap 371 seq_num 1097) 2024-09-13T14:35:12.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:11 smithi104 ceph-mon[105578]: pgmap v841: 89 pgs: 89 active+clean; 313 MiB data, 927 MiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 664 KiB/s wr, 13 op/s 2024-09-13T14:35:12.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:11 smithi104 ceph-mon[105578]: osdmap e927: 8 total, 8 up, 8 in 2024-09-13T14:35:12.172 INFO:tasks.rados.rados.0.smithi071.stdout:3396: finishing write tid 2 to smithi07185159-19 2024-09-13T14:35:12.172 INFO:tasks.rados.rados.0.smithi071.stdout:3396: finishing write tid 3 to smithi07185159-19 2024-09-13T14:35:12.172 INFO:tasks.rados.rados.0.smithi071.stdout:3396: finishing write tid 4 to smithi07185159-19 2024-09-13T14:35:12.172 INFO:tasks.rados.rados.0.smithi071.stdout:3396: oid 19 updating version 0 to 1191 2024-09-13T14:35:12.172 INFO:tasks.rados.rados.0.smithi071.stdout:3396: oid 19 updating version 1191 to 1192 2024-09-13T14:35:12.172 INFO:tasks.rados.rados.0.smithi071.stdout:3396: oid 19 version 1192 is already newer than 1190 2024-09-13T14:35:12.173 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 19 v 1192 (ObjNum 1259 snap 431 seq_num 1259) dirty exists 2024-09-13T14:35:12.173 INFO:tasks.rados.rados.0.smithi071.stdout:3396: left oid 19 (ObjNum 1259 snap 431 seq_num 1259) 2024-09-13T14:35:12.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:11 smithi071 ceph-mon[107477]: pgmap v841: 89 pgs: 89 active+clean; 313 MiB data, 927 MiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 664 KiB/s wr, 13 op/s 2024-09-13T14:35:12.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:11 smithi071 ceph-mon[107477]: osdmap e927: 8 total, 8 up, 8 in 2024-09-13T14:35:12.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:11 smithi071 ceph-mon[112785]: pgmap v841: 89 pgs: 89 active+clean; 313 MiB data, 927 MiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 664 KiB/s wr, 13 op/s 2024-09-13T14:35:12.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:11 smithi071 ceph-mon[112785]: osdmap e927: 8 total, 8 up, 8 in 2024-09-13T14:35:12.925 INFO:tasks.rados.rados.0.smithi071.stdout:3394: done (5 left) 2024-09-13T14:35:12.926 INFO:tasks.rados.rados.0.smithi071.stdout:3395: done (4 left) 2024-09-13T14:35:12.926 INFO:tasks.rados.rados.0.smithi071.stdout:3396: done (3 left) 2024-09-13T14:35:12.926 INFO:tasks.rados.rados.0.smithi071.stdout:3397: done (2 left) 2024-09-13T14:35:12.926 INFO:tasks.rados.rados.0.smithi071.stdout:3398: done (1 left) 2024-09-13T14:35:12.926 INFO:tasks.rados.rados.0.smithi071.stdout:3399: done (0 left) 2024-09-13T14:35:12.926 INFO:tasks.rados.rados.0.smithi071.stdout:3400: read oid 3 snap 427 2024-09-13T14:35:12.926 INFO:tasks.rados.rados.0.smithi071.stdout:3400: expect deleted 2024-09-13T14:35:12.926 INFO:tasks.rados.rados.0.smithi071.stdout:3401: snap_create 2024-09-13T14:35:12.953 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:35:12 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:35:12] "GET /metrics HTTP/1.1" 200 36399 "" "Prometheus/2.51.0" 2024-09-13T14:35:13.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:12 smithi071 ceph-mon[107477]: osdmap e928: 8 total, 8 up, 8 in 2024-09-13T14:35:13.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:12 smithi071 ceph-mon[107477]: osdmap e929: 8 total, 8 up, 8 in 2024-09-13T14:35:13.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:12 smithi071 ceph-mon[112785]: osdmap e928: 8 total, 8 up, 8 in 2024-09-13T14:35:13.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:12 smithi071 ceph-mon[112785]: osdmap e929: 8 total, 8 up, 8 in 2024-09-13T14:35:13.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:12 smithi104 ceph-mon[105578]: osdmap e928: 8 total, 8 up, 8 in 2024-09-13T14:35:13.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:12 smithi104 ceph-mon[105578]: osdmap e929: 8 total, 8 up, 8 in 2024-09-13T14:35:13.926 INFO:tasks.rados.rados.0.smithi071.stdout:3400: done (1 left) 2024-09-13T14:35:13.926 INFO:tasks.rados.rados.0.smithi071.stdout:3401: done (0 left) 2024-09-13T14:35:13.926 INFO:tasks.rados.rados.0.smithi071.stdout:3402: read oid 2 snap -1 2024-09-13T14:35:13.926 INFO:tasks.rados.rados.0.smithi071.stdout:3402: expect (ObjNum 1209 snap 411 seq_num 1209) 2024-09-13T14:35:13.926 INFO:tasks.rados.rados.0.smithi071.stdout:3403: delete oid 48 current snap is 433 2024-09-13T14:35:13.931 INFO:tasks.rados.rados.0.smithi071.stdout:3403: done (1 left) 2024-09-13T14:35:13.931 INFO:tasks.rados.rados.0.smithi071.stdout:3404: delete oid 12 current snap is 433 2024-09-13T14:35:13.931 INFO:tasks.rados.rados.0.smithi071.stdout:3402: expect (ObjNum 1209 snap 411 seq_num 1209) 2024-09-13T14:35:14.010 INFO:tasks.rados.rados.0.smithi071.stdout:3402: done (1 left) 2024-09-13T14:35:14.011 INFO:tasks.rados.rados.0.smithi071.stdout:3404: done (0 left) 2024-09-13T14:35:14.011 INFO:tasks.rados.rados.0.smithi071.stdout:3405: rollback oid 39 current snap is 433 2024-09-13T14:35:14.011 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 39 to 407 2024-09-13T14:35:14.011 INFO:tasks.rados.rados.0.smithi071.stdout:3406: write oid 5 current snap is 433 2024-09-13T14:35:14.011 INFO:tasks.rados.rados.0.smithi071.stdout:3406: seq_num 1262 ranges {410434=678836,1565805=548430,2573111=637323} 2024-09-13T14:35:14.015 INFO:tasks.rados.rados.0.smithi071.stdout:3406: writing smithi07185159-5 from 410434 to 1089270 tid 1 2024-09-13T14:35:14.021 INFO:tasks.rados.rados.0.smithi071.stdout:3406: writing smithi07185159-5 from 1565805 to 2114235 tid 2 2024-09-13T14:35:14.028 INFO:tasks.rados.rados.0.smithi071.stdout:3406: writing smithi07185159-5 from 2573111 to 3210434 tid 3 2024-09-13T14:35:14.028 INFO:tasks.rados.rados.0.smithi071.stdout:3407: snap_create 2024-09-13T14:35:14.028 INFO:tasks.rados.rados.0.smithi071.stdout:3405: finishing rollback tid 0 to smithi07185159-39 2024-09-13T14:35:14.028 INFO:tasks.rados.rados.0.smithi071.stdout:3405: finishing rollback tid 1 to smithi07185159-39 2024-09-13T14:35:14.029 INFO:tasks.rados.rados.0.smithi071.stdout:3405: finishing rollback tid 2 to smithi07185159-39 2024-09-13T14:35:14.029 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 39 v 1844 (ObjNum 1182 snap 403 seq_num 1182) dirty exists 2024-09-13T14:35:14.029 INFO:tasks.rados.rados.0.smithi071.stdout:3406: finishing write tid 1 to smithi07185159-5 2024-09-13T14:35:14.029 INFO:tasks.rados.rados.0.smithi071.stdout:3406: finishing write tid 2 to smithi07185159-5 2024-09-13T14:35:14.033 INFO:tasks.rados.rados.0.smithi071.stdout:3406: finishing write tid 3 to smithi07185159-5 2024-09-13T14:35:14.033 INFO:tasks.rados.rados.0.smithi071.stdout:3406: finishing write tid 4 to smithi07185159-5 2024-09-13T14:35:14.033 INFO:tasks.rados.rados.0.smithi071.stdout:3406: finishing write tid 5 to smithi07185159-5 2024-09-13T14:35:14.033 INFO:tasks.rados.rados.0.smithi071.stdout:3406: oid 5 updating version 0 to 3097 2024-09-13T14:35:14.033 INFO:tasks.rados.rados.0.smithi071.stdout:3406: oid 5 version 3097 is already newer than 3096 2024-09-13T14:35:14.034 INFO:tasks.rados.rados.0.smithi071.stdout:3406: oid 5 version 3097 is already newer than 3094 2024-09-13T14:35:14.034 INFO:tasks.rados.rados.0.smithi071.stdout:3406: oid 5 version 3097 is already newer than 3095 2024-09-13T14:35:14.034 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 5 v 3097 (ObjNum 1262 snap 433 seq_num 1262) dirty exists 2024-09-13T14:35:14.034 INFO:tasks.rados.rados.0.smithi071.stdout:3406: left oid 5 (ObjNum 1262 snap 433 seq_num 1262) 2024-09-13T14:35:14.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:13 smithi071 ceph-mon[107477]: pgmap v844: 89 pgs: 89 active+clean; 297 MiB data, 918 MiB used, 714 GiB / 715 GiB avail; 14 MiB/s rd, 348 KiB/s wr, 14 op/s 2024-09-13T14:35:14.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:13 smithi071 ceph-mon[107477]: osdmap e930: 8 total, 8 up, 8 in 2024-09-13T14:35:14.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:13 smithi071 ceph-mon[112785]: pgmap v844: 89 pgs: 89 active+clean; 297 MiB data, 918 MiB used, 714 GiB / 715 GiB avail; 14 MiB/s rd, 348 KiB/s wr, 14 op/s 2024-09-13T14:35:14.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:13 smithi071 ceph-mon[112785]: osdmap e930: 8 total, 8 up, 8 in 2024-09-13T14:35:14.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:13 smithi104 ceph-mon[105578]: pgmap v844: 89 pgs: 89 active+clean; 297 MiB data, 918 MiB used, 714 GiB / 715 GiB avail; 14 MiB/s rd, 348 KiB/s wr, 14 op/s 2024-09-13T14:35:14.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:13 smithi104 ceph-mon[105578]: osdmap e930: 8 total, 8 up, 8 in 2024-09-13T14:35:14.965 INFO:tasks.rados.rados.0.smithi071.stdout:3405: done (2 left) 2024-09-13T14:35:14.965 INFO:tasks.rados.rados.0.smithi071.stdout:3406: done (1 left) 2024-09-13T14:35:14.965 INFO:tasks.rados.rados.0.smithi071.stdout:3407: done (0 left) 2024-09-13T14:35:14.965 INFO:tasks.rados.rados.0.smithi071.stdout:3408: read oid 46 snap -1 2024-09-13T14:35:14.965 INFO:tasks.rados.rados.0.smithi071.stdout:3408: expect deleted 2024-09-13T14:35:14.965 INFO:tasks.rados.rados.0.smithi071.stdout:3409: snap_create 2024-09-13T14:35:15.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:14 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:35:15.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:14 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:35:15.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:14 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:35:15.968 INFO:tasks.rados.rados.0.smithi071.stdout:3408: done (1 left) 2024-09-13T14:35:15.968 INFO:tasks.rados.rados.0.smithi071.stdout:3409: done (0 left) 2024-09-13T14:35:15.968 INFO:tasks.rados.rados.0.smithi071.stdout:3410: rollback oid 32 current snap is 435 2024-09-13T14:35:15.969 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 32 to 434 2024-09-13T14:35:15.969 INFO:tasks.rados.rados.0.smithi071.stdout:3411: delete oid 6 current snap is 435 2024-09-13T14:35:15.972 INFO:tasks.rados.rados.0.smithi071.stdout:3410: finishing rollback tid 0 to smithi07185159-32 2024-09-13T14:35:15.972 INFO:tasks.rados.rados.0.smithi071.stdout:3410: finishing rollback tid 1 to smithi07185159-32 2024-09-13T14:35:15.973 INFO:tasks.rados.rados.0.smithi071.stdout:3410: finishing rollback tid 2 to smithi07185159-32 2024-09-13T14:35:15.973 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 32 v 376 (ObjNum 1218 snap 412 seq_num 1218) dirty exists 2024-09-13T14:35:15.975 INFO:tasks.rados.rados.0.smithi071.stdout:3410: done (1 left) 2024-09-13T14:35:15.975 INFO:tasks.rados.rados.0.smithi071.stdout:3411: done (0 left) 2024-09-13T14:35:15.975 INFO:tasks.rados.rados.0.smithi071.stdout:3412: snap_create 2024-09-13T14:35:16.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:15 smithi071 ceph-mon[107477]: pgmap v847: 89 pgs: 89 active+clean; 297 MiB data, 917 MiB used, 714 GiB / 715 GiB avail; 956 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-13T14:35:16.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:15 smithi071 ceph-mon[107477]: osdmap e931: 8 total, 8 up, 8 in 2024-09-13T14:35:16.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:15 smithi071 ceph-mon[112785]: pgmap v847: 89 pgs: 89 active+clean; 297 MiB data, 917 MiB used, 714 GiB / 715 GiB avail; 956 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-13T14:35:16.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:15 smithi071 ceph-mon[112785]: osdmap e931: 8 total, 8 up, 8 in 2024-09-13T14:35:16.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:15 smithi104 ceph-mon[105578]: pgmap v847: 89 pgs: 89 active+clean; 297 MiB data, 917 MiB used, 714 GiB / 715 GiB avail; 956 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-13T14:35:16.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:15 smithi104 ceph-mon[105578]: osdmap e931: 8 total, 8 up, 8 in 2024-09-13T14:35:16.987 INFO:tasks.rados.rados.0.smithi071.stdout:3412: done (0 left) 2024-09-13T14:35:16.987 INFO:tasks.rados.rados.0.smithi071.stdout:3413: read oid 2 snap -1 2024-09-13T14:35:16.987 INFO:tasks.rados.rados.0.smithi071.stdout:3413: expect (ObjNum 1209 snap 411 seq_num 1209) 2024-09-13T14:35:16.987 INFO:tasks.rados.rados.0.smithi071.stdout:3414: read oid 23 snap 421 2024-09-13T14:35:16.987 INFO:tasks.rados.rados.0.smithi071.stdout:3414: expect (ObjNum 1210 snap 411 seq_num 1210) 2024-09-13T14:35:16.987 INFO:tasks.rados.rados.0.smithi071.stdout:3415: delete oid 47 current snap is 436 2024-09-13T14:35:16.993 INFO:tasks.rados.rados.0.smithi071.stdout:3414: expect (ObjNum 1210 snap 411 seq_num 1210) 2024-09-13T14:35:17.100 INFO:tasks.rados.rados.0.smithi071.stdout:3414: done (2 left) 2024-09-13T14:35:17.100 INFO:tasks.rados.rados.0.smithi071.stdout:3415: done (1 left) 2024-09-13T14:35:17.100 INFO:tasks.rados.rados.0.smithi071.stdout:3416: read oid 48 snap 434 2024-09-13T14:35:17.100 INFO:tasks.rados.rados.0.smithi071.stdout:3416: expect deleted 2024-09-13T14:35:17.100 INFO:tasks.rados.rados.0.smithi071.stdout:3417: snap_remove snap 424 2024-09-13T14:35:17.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:16 smithi071 ceph-mon[107477]: osdmap e932: 8 total, 8 up, 8 in 2024-09-13T14:35:17.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:16 smithi071 ceph-mon[112785]: osdmap e932: 8 total, 8 up, 8 in 2024-09-13T14:35:17.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:16 smithi104 ceph-mon[105578]: osdmap e932: 8 total, 8 up, 8 in 2024-09-13T14:35:17.925 INFO:tasks.rados.rados.0.smithi071.stdout:3417: done (2 left) 2024-09-13T14:35:17.926 INFO:tasks.rados.rados.0.smithi071.stdout:3418: snap_remove snap 412 2024-09-13T14:35:18.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:17 smithi071 ceph-mon[107477]: pgmap v850: 89 pgs: 89 active+clean; 309 MiB data, 929 MiB used, 714 GiB / 715 GiB avail; 4.5 MiB/s rd, 1.3 MiB/s wr, 12 op/s 2024-09-13T14:35:18.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:17 smithi071 ceph-mon[107477]: osdmap e933: 8 total, 8 up, 8 in 2024-09-13T14:35:18.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:17 smithi071 ceph-mon[107477]: osdmap e934: 8 total, 8 up, 8 in 2024-09-13T14:35:18.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:17 smithi071 ceph-mon[112785]: pgmap v850: 89 pgs: 89 active+clean; 309 MiB data, 929 MiB used, 714 GiB / 715 GiB avail; 4.5 MiB/s rd, 1.3 MiB/s wr, 12 op/s 2024-09-13T14:35:18.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:17 smithi071 ceph-mon[112785]: osdmap e933: 8 total, 8 up, 8 in 2024-09-13T14:35:18.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:17 smithi071 ceph-mon[112785]: osdmap e934: 8 total, 8 up, 8 in 2024-09-13T14:35:18.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:17 smithi104 ceph-mon[105578]: pgmap v850: 89 pgs: 89 active+clean; 309 MiB data, 929 MiB used, 714 GiB / 715 GiB avail; 4.5 MiB/s rd, 1.3 MiB/s wr, 12 op/s 2024-09-13T14:35:18.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:17 smithi104 ceph-mon[105578]: osdmap e933: 8 total, 8 up, 8 in 2024-09-13T14:35:18.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:17 smithi104 ceph-mon[105578]: osdmap e934: 8 total, 8 up, 8 in 2024-09-13T14:35:18.928 INFO:tasks.rados.rados.0.smithi071.stdout:3418: done (2 left) 2024-09-13T14:35:18.928 INFO:tasks.rados.rados.0.smithi071.stdout:3419: read oid 18 snap -1 2024-09-13T14:35:18.928 INFO:tasks.rados.rados.0.smithi071.stdout:3419: expect (ObjNum 1198 snap 409 seq_num 1198) 2024-09-13T14:35:18.928 INFO:tasks.rados.rados.0.smithi071.stdout:3420: snap_create 2024-09-13T14:35:18.928 INFO:tasks.rados.rados.0.smithi071.stdout:3413: expect (ObjNum 1209 snap 411 seq_num 1209) 2024-09-13T14:35:19.006 INFO:tasks.rados.rados.0.smithi071.stdout:3419: expect (ObjNum 1198 snap 409 seq_num 1198) 2024-09-13T14:35:19.928 INFO:tasks.rados.rados.0.smithi071.stdout:3413: done (3 left) 2024-09-13T14:35:19.928 INFO:tasks.rados.rados.0.smithi071.stdout:3416: done (2 left) 2024-09-13T14:35:19.928 INFO:tasks.rados.rados.0.smithi071.stdout:3419: done (1 left) 2024-09-13T14:35:19.928 INFO:tasks.rados.rados.0.smithi071.stdout:3420: done (0 left) 2024-09-13T14:35:19.928 INFO:tasks.rados.rados.0.smithi071.stdout:3421: read oid 6 snap -1 2024-09-13T14:35:19.929 INFO:tasks.rados.rados.0.smithi071.stdout:3421: expect deleted 2024-09-13T14:35:19.929 INFO:tasks.rados.rados.0.smithi071.stdout:3422: delete oid 45 current snap is 437 2024-09-13T14:35:19.933 INFO:tasks.rados.rados.0.smithi071.stdout:3421: done (1 left) 2024-09-13T14:35:19.933 INFO:tasks.rados.rados.0.smithi071.stdout:3422: done (0 left) 2024-09-13T14:35:19.933 INFO:tasks.rados.rados.0.smithi071.stdout:3423: read oid 44 snap -1 2024-09-13T14:35:19.933 INFO:tasks.rados.rados.0.smithi071.stdout:3423: expect (ObjNum 1215 snap 412 seq_num 1215) 2024-09-13T14:35:19.933 INFO:tasks.rados.rados.0.smithi071.stdout:3424: snap_create 2024-09-13T14:35:19.940 INFO:tasks.rados.rados.0.smithi071.stdout:3423: expect (ObjNum 1215 snap 412 seq_num 1215) 2024-09-13T14:35:20.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:19 smithi071 ceph-mon[107477]: pgmap v853: 89 pgs: 89 active+clean; 309 MiB data, 929 MiB used, 714 GiB / 715 GiB avail; 4.5 MiB/s rd, 1.3 MiB/s wr, 12 op/s 2024-09-13T14:35:20.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:19 smithi071 ceph-mon[107477]: osdmap e935: 8 total, 8 up, 8 in 2024-09-13T14:35:20.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:19 smithi071 ceph-mon[112785]: pgmap v853: 89 pgs: 89 active+clean; 309 MiB data, 929 MiB used, 714 GiB / 715 GiB avail; 4.5 MiB/s rd, 1.3 MiB/s wr, 12 op/s 2024-09-13T14:35:20.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:19 smithi071 ceph-mon[112785]: osdmap e935: 8 total, 8 up, 8 in 2024-09-13T14:35:20.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:19 smithi104 ceph-mon[105578]: pgmap v853: 89 pgs: 89 active+clean; 309 MiB data, 929 MiB used, 714 GiB / 715 GiB avail; 4.5 MiB/s rd, 1.3 MiB/s wr, 12 op/s 2024-09-13T14:35:20.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:19 smithi104 ceph-mon[105578]: osdmap e935: 8 total, 8 up, 8 in 2024-09-13T14:35:20.941 INFO:tasks.rados.rados.0.smithi071.stdout:3423: done (1 left) 2024-09-13T14:35:20.941 INFO:tasks.rados.rados.0.smithi071.stdout:3424: done (0 left) 2024-09-13T14:35:20.941 INFO:tasks.rados.rados.0.smithi071.stdout:3425: delete oid 8 current snap is 438 2024-09-13T14:35:20.945 INFO:tasks.rados.rados.0.smithi071.stdout:3425: done (0 left) 2024-09-13T14:35:20.945 INFO:tasks.rados.rados.0.smithi071.stdout:3426: delete oid 35 current snap is 438 2024-09-13T14:35:20.948 INFO:tasks.rados.rados.0.smithi071.stdout:3426: done (0 left) 2024-09-13T14:35:20.948 INFO:tasks.rados.rados.0.smithi071.stdout:3427: write oid 45 current snap is 438 2024-09-13T14:35:20.948 INFO:tasks.rados.rados.0.smithi071.stdout:3427: seq_num 1268 ranges {511276=730330,1800344=559437,3021296=289980} 2024-09-13T14:35:20.955 INFO:tasks.rados.rados.0.smithi071.stdout:3427: writing smithi07185159-45 from 511276 to 1241606 tid 1 2024-09-13T14:35:20.961 INFO:tasks.rados.rados.0.smithi071.stdout:3427: writing smithi07185159-45 from 1800344 to 2359781 tid 2 2024-09-13T14:35:20.966 INFO:tasks.rados.rados.0.smithi071.stdout:3427: writing smithi07185159-45 from 3021296 to 3311276 tid 3 2024-09-13T14:35:20.967 INFO:tasks.rados.rados.0.smithi071.stdout:3428: snap_create 2024-09-13T14:35:20.967 INFO:tasks.rados.rados.0.smithi071.stdout:3427: finishing write tid 1 to smithi07185159-45 2024-09-13T14:35:20.967 INFO:tasks.rados.rados.0.smithi071.stdout:3427: finishing write tid 2 to smithi07185159-45 2024-09-13T14:35:20.970 INFO:tasks.rados.rados.0.smithi071.stdout:3427: finishing write tid 3 to smithi07185159-45 2024-09-13T14:35:20.970 INFO:tasks.rados.rados.0.smithi071.stdout:3427: finishing write tid 4 to smithi07185159-45 2024-09-13T14:35:20.970 INFO:tasks.rados.rados.0.smithi071.stdout:3427: finishing write tid 5 to smithi07185159-45 2024-09-13T14:35:20.970 INFO:tasks.rados.rados.0.smithi071.stdout:3427: oid 45 updating version 0 to 1851 2024-09-13T14:35:20.970 INFO:tasks.rados.rados.0.smithi071.stdout:3427: oid 45 updating version 1851 to 1853 2024-09-13T14:35:20.970 INFO:tasks.rados.rados.0.smithi071.stdout:3427: oid 45 version 1853 is already newer than 1852 2024-09-13T14:35:20.970 INFO:tasks.rados.rados.0.smithi071.stdout:3427: oid 45 version 1853 is already newer than 1850 2024-09-13T14:35:20.970 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 45 v 1853 (ObjNum 1268 snap 438 seq_num 1268) dirty exists 2024-09-13T14:35:20.971 INFO:tasks.rados.rados.0.smithi071.stdout:3427: left oid 45 (ObjNum 1268 snap 438 seq_num 1268) 2024-09-13T14:35:21.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:20 smithi071 ceph-mon[107477]: osdmap e936: 8 total, 8 up, 8 in 2024-09-13T14:35:21.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:20 smithi071 ceph-mon[112785]: osdmap e936: 8 total, 8 up, 8 in 2024-09-13T14:35:21.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:20 smithi104 ceph-mon[105578]: osdmap e936: 8 total, 8 up, 8 in 2024-09-13T14:35:21.946 INFO:tasks.rados.rados.0.smithi071.stdout:3427: done (1 left) 2024-09-13T14:35:21.946 INFO:tasks.rados.rados.0.smithi071.stdout:3428: done (0 left) 2024-09-13T14:35:21.946 INFO:tasks.rados.rados.0.smithi071.stdout:3429: write oid 37 current snap is 439 2024-09-13T14:35:21.946 INFO:tasks.rados.rados.0.smithi071.stdout:3429: seq_num 1269 ranges {528083=405579,1342473=419448,2248719=733949} 2024-09-13T14:35:21.951 INFO:tasks.rados.rados.0.smithi071.stdout:3429: writing smithi07185159-37 from 528083 to 933662 tid 1 2024-09-13T14:35:21.955 INFO:tasks.rados.rados.0.smithi071.stdout:3429: writing smithi07185159-37 from 1342473 to 1761921 tid 2 2024-09-13T14:35:21.962 INFO:tasks.rados.rados.0.smithi071.stdout:3429: writing smithi07185159-37 from 2248719 to 2982668 tid 3 2024-09-13T14:35:21.963 INFO:tasks.rados.rados.0.smithi071.stdout:3430: write oid 25 current snap is 439 2024-09-13T14:35:21.963 INFO:tasks.rados.rados.0.smithi071.stdout:3430: seq_num 1270 ranges {544890=597181,1917308=563106,3076142=268748} 2024-09-13T14:35:21.969 INFO:tasks.rados.rados.0.smithi071.stdout:3430: writing smithi07185159-25 from 544890 to 1142071 tid 1 2024-09-13T14:35:21.976 INFO:tasks.rados.rados.0.smithi071.stdout:3430: writing smithi07185159-25 from 1917308 to 2480414 tid 2 2024-09-13T14:35:21.982 INFO:tasks.rados.rados.0.smithi071.stdout:3430: writing smithi07185159-25 from 3076142 to 3344890 tid 3 2024-09-13T14:35:21.982 INFO:tasks.rados.rados.0.smithi071.stdout:3431: rollback oid 18 current snap is 439 2024-09-13T14:35:21.982 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 18 to 433 2024-09-13T14:35:21.982 INFO:tasks.rados.rados.0.smithi071.stdout:3429: finishing write tid 1 to smithi07185159-37 2024-09-13T14:35:21.982 INFO:tasks.rados.rados.0.smithi071.stdout:3429: finishing write tid 2 to smithi07185159-37 2024-09-13T14:35:21.982 INFO:tasks.rados.rados.0.smithi071.stdout:3429: finishing write tid 3 to smithi07185159-37 2024-09-13T14:35:21.982 INFO:tasks.rados.rados.0.smithi071.stdout:3429: finishing write tid 4 to smithi07185159-37 2024-09-13T14:35:21.982 INFO:tasks.rados.rados.0.smithi071.stdout:3429: finishing write tid 5 to smithi07185159-37 2024-09-13T14:35:21.982 INFO:tasks.rados.rados.0.smithi071.stdout:3429: oid 37 updating version 0 to 952 2024-09-13T14:35:21.983 INFO:tasks.rados.rados.0.smithi071.stdout:3429: oid 37 version 952 is already newer than 951 2024-09-13T14:35:21.983 INFO:tasks.rados.rados.0.smithi071.stdout:3429: oid 37 updating version 952 to 954 2024-09-13T14:35:21.983 INFO:tasks.rados.rados.0.smithi071.stdout:3429: oid 37 version 954 is already newer than 953 2024-09-13T14:35:21.983 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 37 v 954 (ObjNum 1269 snap 439 seq_num 1269) dirty exists 2024-09-13T14:35:21.983 INFO:tasks.rados.rados.0.smithi071.stdout:3429: left oid 37 (ObjNum 1269 snap 439 seq_num 1269) 2024-09-13T14:35:21.983 INFO:tasks.rados.rados.0.smithi071.stdout:3430: finishing write tid 1 to smithi07185159-25 2024-09-13T14:35:21.983 INFO:tasks.rados.rados.0.smithi071.stdout:3430: finishing write tid 2 to smithi07185159-25 2024-09-13T14:35:21.983 INFO:tasks.rados.rados.0.smithi071.stdout:3429: done (2 left) 2024-09-13T14:35:21.983 INFO:tasks.rados.rados.0.smithi071.stdout:3432: read oid 13 snap -1 2024-09-13T14:35:21.983 INFO:tasks.rados.rados.0.smithi071.stdout:3432: expect (ObjNum 1202 snap 409 seq_num 1202) 2024-09-13T14:35:21.983 INFO:tasks.rados.rados.0.smithi071.stdout:3433: write oid 3 current snap is 439 2024-09-13T14:35:21.983 INFO:tasks.rados.rados.0.smithi071.stdout:3433: seq_num 1271 ranges {561697=672430,1975790=706764,3103565=258132} 2024-09-13T14:35:21.989 INFO:tasks.rados.rados.0.smithi071.stdout:3433: writing smithi07185159-3 from 561697 to 1234127 tid 1 2024-09-13T14:35:21.997 INFO:tasks.rados.rados.0.smithi071.stdout:3433: writing smithi07185159-3 from 1975790 to 2682554 tid 2 2024-09-13T14:35:22.001 INFO:tasks.rados.rados.0.smithi071.stdout:3433: writing smithi07185159-3 from 3103565 to 3361697 tid 3 2024-09-13T14:35:22.001 INFO:tasks.rados.rados.0.smithi071.stdout:3434: write oid 5 current snap is 439 2024-09-13T14:35:22.001 INFO:tasks.rados.rados.0.smithi071.stdout:3430: finishing write tid 3 to smithi07185159-25 2024-09-13T14:35:22.001 INFO:tasks.rados.rados.0.smithi071.stdout:3434: seq_num 1272 ranges {578504=747679,2034272=566775,3130988=247516} 2024-09-13T14:35:22.008 INFO:tasks.rados.rados.0.smithi071.stdout:3434: writing smithi07185159-5 from 578504 to 1326183 tid 1 2024-09-13T14:35:22.015 INFO:tasks.rados.rados.0.smithi071.stdout:3434: writing smithi07185159-5 from 2034272 to 2601047 tid 2 2024-09-13T14:35:22.020 INFO:tasks.rados.rados.0.smithi071.stdout:3434: writing smithi07185159-5 from 3130988 to 3378504 tid 3 2024-09-13T14:35:22.020 INFO:tasks.rados.rados.0.smithi071.stdout:3435: rollback oid 38 current snap is 439 2024-09-13T14:35:22.020 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 38 to 358 2024-09-13T14:35:22.020 INFO:tasks.rados.rados.0.smithi071.stdout:3431: finishing rollback tid 0 to smithi07185159-18 2024-09-13T14:35:22.020 INFO:tasks.rados.rados.0.smithi071.stdout:3431: finishing rollback tid 1 to smithi07185159-18 2024-09-13T14:35:22.020 INFO:tasks.rados.rados.0.smithi071.stdout:3431: finishing rollback tid 2 to smithi07185159-18 2024-09-13T14:35:22.020 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 18 v 3112 (ObjNum 1198 snap 409 seq_num 1198) dirty exists 2024-09-13T14:35:22.020 INFO:tasks.rados.rados.0.smithi071.stdout:3430: finishing write tid 4 to smithi07185159-25 2024-09-13T14:35:22.020 INFO:tasks.rados.rados.0.smithi071.stdout:3430: finishing write tid 5 to smithi07185159-25 2024-09-13T14:35:22.021 INFO:tasks.rados.rados.0.smithi071.stdout:3430: oid 25 updating version 0 to 1794 2024-09-13T14:35:22.021 INFO:tasks.rados.rados.0.smithi071.stdout:3430: oid 25 updating version 1794 to 1797 2024-09-13T14:35:22.021 INFO:tasks.rados.rados.0.smithi071.stdout:3430: oid 25 version 1797 is already newer than 1795 2024-09-13T14:35:22.021 INFO:tasks.rados.rados.0.smithi071.stdout:3430: oid 25 version 1797 is already newer than 1796 2024-09-13T14:35:22.021 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 25 v 1797 (ObjNum 1270 snap 439 seq_num 1270) dirty exists 2024-09-13T14:35:22.021 INFO:tasks.rados.rados.0.smithi071.stdout:3430: left oid 25 (ObjNum 1270 snap 439 seq_num 1270) 2024-09-13T14:35:22.021 INFO:tasks.rados.rados.0.smithi071.stdout:3432: expect (ObjNum 1202 snap 409 seq_num 1202) 2024-09-13T14:35:22.124 INFO:tasks.rados.rados.0.smithi071.stdout:3433: finishing write tid 1 to smithi07185159-3 2024-09-13T14:35:22.124 INFO:tasks.rados.rados.0.smithi071.stdout:3433: finishing write tid 2 to smithi07185159-3 2024-09-13T14:35:22.124 INFO:tasks.rados.rados.0.smithi071.stdout:3430: done (5 left) 2024-09-13T14:35:22.124 INFO:tasks.rados.rados.0.smithi071.stdout:3431: done (4 left) 2024-09-13T14:35:22.124 INFO:tasks.rados.rados.0.smithi071.stdout:3432: done (3 left) 2024-09-13T14:35:22.125 INFO:tasks.rados.rados.0.smithi071.stdout:3436: read oid 12 snap -1 2024-09-13T14:35:22.125 INFO:tasks.rados.rados.0.smithi071.stdout:3436: expect deleted 2024-09-13T14:35:22.125 INFO:tasks.rados.rados.0.smithi071.stdout:3437: delete oid 42 current snap is 439 2024-09-13T14:35:22.125 INFO:tasks.rados.rados.0.smithi071.stdout:3433: finishing write tid 3 to smithi07185159-3 2024-09-13T14:35:22.125 INFO:tasks.rados.rados.0.smithi071.stdout:3433: finishing write tid 4 to smithi07185159-3 2024-09-13T14:35:22.125 INFO:tasks.rados.rados.0.smithi071.stdout:3433: finishing write tid 5 to smithi07185159-3 2024-09-13T14:35:22.125 INFO:tasks.rados.rados.0.smithi071.stdout:3433: oid 3 updating version 0 to 3114 2024-09-13T14:35:22.125 INFO:tasks.rados.rados.0.smithi071.stdout:3433: oid 3 updating version 3114 to 3116 2024-09-13T14:35:22.125 INFO:tasks.rados.rados.0.smithi071.stdout:3433: oid 3 version 3116 is already newer than 3115 2024-09-13T14:35:22.125 INFO:tasks.rados.rados.0.smithi071.stdout:3433: oid 3 version 3116 is already newer than 3113 2024-09-13T14:35:22.125 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 3 v 3116 (ObjNum 1271 snap 439 seq_num 1271) dirty exists 2024-09-13T14:35:22.125 INFO:tasks.rados.rados.0.smithi071.stdout:3433: left oid 3 (ObjNum 1271 snap 439 seq_num 1271) 2024-09-13T14:35:22.125 INFO:tasks.rados.rados.0.smithi071.stdout:3434: finishing write tid 1 to smithi07185159-5 2024-09-13T14:35:22.126 INFO:tasks.rados.rados.0.smithi071.stdout:3434: finishing write tid 2 to smithi07185159-5 2024-09-13T14:35:22.126 INFO:tasks.rados.rados.0.smithi071.stdout:3434: finishing write tid 3 to smithi07185159-5 2024-09-13T14:35:22.126 INFO:tasks.rados.rados.0.smithi071.stdout:3434: finishing write tid 4 to smithi07185159-5 2024-09-13T14:35:22.126 INFO:tasks.rados.rados.0.smithi071.stdout:3435: finishing rollback tid 0 to smithi07185159-38 2024-09-13T14:35:22.126 INFO:tasks.rados.rados.0.smithi071.stdout:3434: finishing write tid 5 to smithi07185159-5 2024-09-13T14:35:22.126 INFO:tasks.rados.rados.0.smithi071.stdout:3434: oid 5 updating version 0 to 3121 2024-09-13T14:35:22.126 INFO:tasks.rados.rados.0.smithi071.stdout:3434: oid 5 version 3121 is already newer than 3118 2024-09-13T14:35:22.126 INFO:tasks.rados.rados.0.smithi071.stdout:3434: oid 5 version 3121 is already newer than 3119 2024-09-13T14:35:22.126 INFO:tasks.rados.rados.0.smithi071.stdout:3434: oid 5 version 3121 is already newer than 3120 2024-09-13T14:35:22.126 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 5 v 3121 (ObjNum 1272 snap 439 seq_num 1272) dirty exists 2024-09-13T14:35:22.126 INFO:tasks.rados.rados.0.smithi071.stdout:3434: left oid 5 (ObjNum 1272 snap 439 seq_num 1272) 2024-09-13T14:35:22.126 INFO:tasks.rados.rados.0.smithi071.stdout:3435: finishing rollback tid 1 to smithi07185159-38 2024-09-13T14:35:22.126 INFO:tasks.rados.rados.0.smithi071.stdout:3435: finishing rollback tid 2 to smithi07185159-38 2024-09-13T14:35:22.126 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 38 v 1749 (ObjNum 995 snap 348 seq_num 995) dirty exists 2024-09-13T14:35:22.127 INFO:tasks.rados.rados.0.smithi071.stdout:3433: done (4 left) 2024-09-13T14:35:22.127 INFO:tasks.rados.rados.0.smithi071.stdout:3434: done (3 left) 2024-09-13T14:35:22.127 INFO:tasks.rados.rados.0.smithi071.stdout:3435: done (2 left) 2024-09-13T14:35:22.127 INFO:tasks.rados.rados.0.smithi071.stdout:3436: done (1 left) 2024-09-13T14:35:22.127 INFO:tasks.rados.rados.0.smithi071.stdout:3437: done (0 left) 2024-09-13T14:35:22.127 INFO:tasks.rados.rados.0.smithi071.stdout:3438: write oid 38 current snap is 439 2024-09-13T14:35:22.127 INFO:tasks.rados.rados.0.smithi071.stdout:3438: seq_num 1274 ranges {612118=498177,1634883=570444,2669481=706662} 2024-09-13T14:35:22.133 INFO:tasks.rados.rados.0.smithi071.stdout:3438: writing smithi07185159-38 from 612118 to 1110295 tid 1 2024-09-13T14:35:22.139 INFO:tasks.rados.rados.0.smithi071.stdout:3438: writing smithi07185159-38 from 1634883 to 2205327 tid 2 2024-09-13T14:35:22.146 INFO:tasks.rados.rados.0.smithi071.stdout:3438: writing smithi07185159-38 from 2669481 to 3376143 tid 3 2024-09-13T14:35:22.146 INFO:tasks.rados.rados.0.smithi071.stdout:3439: read oid 12 snap 358 2024-09-13T14:35:22.146 INFO:tasks.rados.rados.0.smithi071.stdout:3439: expect (ObjNum 1034 snap 357 seq_num 1034) 2024-09-13T14:35:22.146 INFO:tasks.rados.rados.0.smithi071.stdout:3440: write oid 37 current snap is 439 2024-09-13T14:35:22.146 INFO:tasks.rados.rados.0.smithi071.stdout:3438: finishing write tid 1 to smithi07185159-38 2024-09-13T14:35:22.146 INFO:tasks.rados.rados.0.smithi071.stdout:3438: finishing write tid 2 to smithi07185159-38 2024-09-13T14:35:22.146 INFO:tasks.rados.rados.0.smithi071.stdout:3440: seq_num 1275 ranges {628925=573426,1693365=714102,3096904=332021} 2024-09-13T14:35:22.152 INFO:tasks.rados.rados.0.smithi071.stdout:3440: writing smithi07185159-37 from 628925 to 1202351 tid 1 2024-09-13T14:35:22.158 INFO:tasks.rados.rados.0.smithi071.stdout:3440: writing smithi07185159-37 from 1693365 to 2407467 tid 2 2024-09-13T14:35:22.164 INFO:tasks.rados.rados.0.smithi071.stdout:3440: writing smithi07185159-37 from 3096904 to 3428925 tid 3 2024-09-13T14:35:22.164 INFO:tasks.rados.rados.0.smithi071.stdout:3441: snap_remove snap 430 2024-09-13T14:35:22.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:21 smithi071 ceph-mon[107477]: pgmap v856: 89 pgs: 89 active+clean; 308 MiB data, 926 MiB used, 714 GiB / 715 GiB avail; 9.6 MiB/s rd, 0 B/s wr, 9 op/s 2024-09-13T14:35:22.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:21 smithi071 ceph-mon[107477]: osdmap e937: 8 total, 8 up, 8 in 2024-09-13T14:35:22.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:21 smithi071 ceph-mon[112785]: pgmap v856: 89 pgs: 89 active+clean; 308 MiB data, 926 MiB used, 714 GiB / 715 GiB avail; 9.6 MiB/s rd, 0 B/s wr, 9 op/s 2024-09-13T14:35:22.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:21 smithi071 ceph-mon[112785]: osdmap e937: 8 total, 8 up, 8 in 2024-09-13T14:35:22.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:21 smithi104 ceph-mon[105578]: pgmap v856: 89 pgs: 89 active+clean; 308 MiB data, 926 MiB used, 714 GiB / 715 GiB avail; 9.6 MiB/s rd, 0 B/s wr, 9 op/s 2024-09-13T14:35:22.424 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:21 smithi104 ceph-mon[105578]: osdmap e937: 8 total, 8 up, 8 in 2024-09-13T14:35:22.952 INFO:tasks.rados.rados.0.smithi071.stdout:3441: done (3 left) 2024-09-13T14:35:22.952 INFO:tasks.rados.rados.0.smithi071.stdout:3442: write oid 7 current snap is 439 2024-09-13T14:35:22.952 INFO:tasks.rados.rados.0.smithi071.stdout:3442: seq_num 1276 ranges {645732=648675,1751847=574113,3124327=321405} 2024-09-13T14:35:22.959 INFO:tasks.rados.rados.0.smithi071.stdout:3442: writing smithi07185159-7 from 645732 to 1294407 tid 1 2024-09-13T14:35:22.965 INFO:tasks.rados.rados.0.smithi071.stdout:3442: writing smithi07185159-7 from 1751847 to 2325960 tid 2 2024-09-13T14:35:22.972 INFO:tasks.rados.rados.0.smithi071.stdout:3442: writing smithi07185159-7 from 3124327 to 3445732 tid 3 2024-09-13T14:35:22.972 INFO:tasks.rados.rados.0.smithi071.stdout:3443: snap_create 2024-09-13T14:35:22.972 INFO:tasks.rados.rados.0.smithi071.stdout:3438: finishing write tid 3 to smithi07185159-38 2024-09-13T14:35:22.972 INFO:tasks.rados.rados.0.smithi071.stdout:3438: finishing write tid 4 to smithi07185159-38 2024-09-13T14:35:22.972 INFO:tasks.rados.rados.0.smithi071.stdout:3438: finishing write tid 5 to smithi07185159-38 2024-09-13T14:35:22.972 INFO:tasks.rados.rados.0.smithi071.stdout:3438: oid 38 updating version 0 to 1752 2024-09-13T14:35:22.972 INFO:tasks.rados.rados.0.smithi071.stdout:3438: oid 38 version 1752 is already newer than 1750 2024-09-13T14:35:22.972 INFO:tasks.rados.rados.0.smithi071.stdout:3438: oid 38 version 1752 is already newer than 1751 2024-09-13T14:35:22.972 INFO:tasks.rados.rados.0.smithi071.stdout:3438: oid 38 updating version 1752 to 1753 2024-09-13T14:35:22.973 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 38 v 1753 (ObjNum 1274 snap 439 seq_num 1274) dirty exists 2024-09-13T14:35:22.973 INFO:tasks.rados.rados.0.smithi071.stdout:3438: left oid 38 (ObjNum 1274 snap 439 seq_num 1274) 2024-09-13T14:35:22.973 INFO:tasks.rados.rados.0.smithi071.stdout:3439: expect (ObjNum 1034 snap 357 seq_num 1034) 2024-09-13T14:35:23.110 INFO:tasks.rados.rados.0.smithi071.stdout:3440: finishing write tid 1 to smithi07185159-37 2024-09-13T14:35:23.111 INFO:tasks.rados.rados.0.smithi071.stdout:3440: finishing write tid 2 to smithi07185159-37 2024-09-13T14:35:23.111 INFO:tasks.rados.rados.0.smithi071.stdout:3440: finishing write tid 3 to smithi07185159-37 2024-09-13T14:35:23.111 INFO:tasks.rados.rados.0.smithi071.stdout:3440: finishing write tid 4 to smithi07185159-37 2024-09-13T14:35:23.111 INFO:tasks.rados.rados.0.smithi071.stdout:3440: finishing write tid 5 to smithi07185159-37 2024-09-13T14:35:23.111 INFO:tasks.rados.rados.0.smithi071.stdout:3440: oid 37 updating version 0 to 957 2024-09-13T14:35:23.111 INFO:tasks.rados.rados.0.smithi071.stdout:3440: oid 37 updating version 957 to 958 2024-09-13T14:35:23.111 INFO:tasks.rados.rados.0.smithi071.stdout:3440: oid 37 version 958 is already newer than 955 2024-09-13T14:35:23.111 INFO:tasks.rados.rados.0.smithi071.stdout:3440: oid 37 version 958 is already newer than 956 2024-09-13T14:35:23.111 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 37 v 958 (ObjNum 1275 snap 439 seq_num 1275) dirty exists 2024-09-13T14:35:23.111 INFO:tasks.rados.rados.0.smithi071.stdout:3440: left oid 37 (ObjNum 1275 snap 439 seq_num 1275) 2024-09-13T14:35:23.112 INFO:tasks.rados.rados.0.smithi071.stdout:3442: finishing write tid 1 to smithi07185159-7 2024-09-13T14:35:23.112 INFO:tasks.rados.rados.0.smithi071.stdout:3442: finishing write tid 2 to smithi07185159-7 2024-09-13T14:35:23.112 INFO:tasks.rados.rados.0.smithi071.stdout:3442: finishing write tid 3 to smithi07185159-7 2024-09-13T14:35:23.112 INFO:tasks.rados.rados.0.smithi071.stdout:3442: finishing write tid 4 to smithi07185159-7 2024-09-13T14:35:23.112 INFO:tasks.rados.rados.0.smithi071.stdout:3442: finishing write tid 5 to smithi07185159-7 2024-09-13T14:35:23.112 INFO:tasks.rados.rados.0.smithi071.stdout:3442: oid 7 updating version 0 to 455 2024-09-13T14:35:23.112 INFO:tasks.rados.rados.0.smithi071.stdout:3442: oid 7 version 455 is already newer than 454 2024-09-13T14:35:23.112 INFO:tasks.rados.rados.0.smithi071.stdout:3442: oid 7 version 455 is already newer than 453 2024-09-13T14:35:23.112 INFO:tasks.rados.rados.0.smithi071.stdout:3442: oid 7 updating version 455 to 456 2024-09-13T14:35:23.112 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 7 v 456 (ObjNum 1276 snap 439 seq_num 1276) dirty exists 2024-09-13T14:35:23.112 INFO:tasks.rados.rados.0.smithi071.stdout:3442: left oid 7 (ObjNum 1276 snap 439 seq_num 1276) 2024-09-13T14:35:23.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:22 smithi071 ceph-mon[107477]: osdmap e938: 8 total, 8 up, 8 in 2024-09-13T14:35:23.140 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:35:22 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:35:22] "GET /metrics HTTP/1.1" 200 36399 "" "Prometheus/2.51.0" 2024-09-13T14:35:23.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:22 smithi071 ceph-mon[112785]: osdmap e938: 8 total, 8 up, 8 in 2024-09-13T14:35:23.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:22 smithi104 ceph-mon[105578]: osdmap e938: 8 total, 8 up, 8 in 2024-09-13T14:35:23.957 INFO:tasks.rados.rados.0.smithi071.stdout:3438: done (4 left) 2024-09-13T14:35:23.957 INFO:tasks.rados.rados.0.smithi071.stdout:3439: done (3 left) 2024-09-13T14:35:23.957 INFO:tasks.rados.rados.0.smithi071.stdout:3440: done (2 left) 2024-09-13T14:35:23.957 INFO:tasks.rados.rados.0.smithi071.stdout:3442: done (1 left) 2024-09-13T14:35:23.958 INFO:tasks.rados.rados.0.smithi071.stdout:3443: done (0 left) 2024-09-13T14:35:23.958 INFO:tasks.rados.rados.0.smithi071.stdout:3444: write oid 16 current snap is 440 2024-09-13T14:35:23.958 INFO:tasks.rados.rados.0.smithi071.stdout:3444: seq_num 1277 ranges {662539=723924,2093976=717771,3435397=27142} 2024-09-13T14:35:23.965 INFO:tasks.rados.rados.0.smithi071.stdout:3444: writing smithi07185159-16 from 662539 to 1386463 tid 1 2024-09-13T14:35:23.973 INFO:tasks.rados.rados.0.smithi071.stdout:3444: writing smithi07185159-16 from 2093976 to 2811747 tid 2 2024-09-13T14:35:23.976 INFO:tasks.rados.rados.0.smithi071.stdout:3444: writing smithi07185159-16 from 3435397 to 3462539 tid 3 2024-09-13T14:35:23.977 INFO:tasks.rados.rados.0.smithi071.stdout:3445: write oid 24 current snap is 440 2024-09-13T14:35:23.977 INFO:tasks.rados.rados.0.smithi071.stdout:3444: finishing write tid 1 to smithi07185159-16 2024-09-13T14:35:23.977 INFO:tasks.rados.rados.0.smithi071.stdout:3444: finishing write tid 2 to smithi07185159-16 2024-09-13T14:35:23.977 INFO:tasks.rados.rados.0.smithi071.stdout:3445: seq_num 1278 ranges {679346=515526,1868811=577782,3179173=300173} 2024-09-13T14:35:23.983 INFO:tasks.rados.rados.0.smithi071.stdout:3445: writing smithi07185159-24 from 679346 to 1194872 tid 1 2024-09-13T14:35:23.990 INFO:tasks.rados.rados.0.smithi071.stdout:3445: writing smithi07185159-24 from 1868811 to 2446593 tid 2 2024-09-13T14:35:23.996 INFO:tasks.rados.rados.0.smithi071.stdout:3445: writing smithi07185159-24 from 3179173 to 3479346 tid 3 2024-09-13T14:35:23.996 INFO:tasks.rados.rados.0.smithi071.stdout:3446: rollback oid 35 current snap is 440 2024-09-13T14:35:23.996 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 35 to 432 2024-09-13T14:35:23.996 INFO:tasks.rados.rados.0.smithi071.stdout:3444: finishing write tid 3 to smithi07185159-16 2024-09-13T14:35:23.996 INFO:tasks.rados.rados.0.smithi071.stdout:3444: finishing write tid 4 to smithi07185159-16 2024-09-13T14:35:23.996 INFO:tasks.rados.rados.0.smithi071.stdout:3444: finishing write tid 5 to smithi07185159-16 2024-09-13T14:35:23.997 INFO:tasks.rados.rados.0.smithi071.stdout:3444: oid 16 updating version 0 to 1034 2024-09-13T14:35:23.997 INFO:tasks.rados.rados.0.smithi071.stdout:3444: oid 16 version 1034 is already newer than 1031 2024-09-13T14:35:23.997 INFO:tasks.rados.rados.0.smithi071.stdout:3444: oid 16 version 1034 is already newer than 1033 2024-09-13T14:35:23.997 INFO:tasks.rados.rados.0.smithi071.stdout:3444: oid 16 version 1034 is already newer than 1032 2024-09-13T14:35:23.997 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 16 v 1034 (ObjNum 1277 snap 440 seq_num 1277) dirty exists 2024-09-13T14:35:23.997 INFO:tasks.rados.rados.0.smithi071.stdout:3444: left oid 16 (ObjNum 1277 snap 440 seq_num 1277) 2024-09-13T14:35:23.997 INFO:tasks.rados.rados.0.smithi071.stdout:3445: finishing write tid 1 to smithi07185159-24 2024-09-13T14:35:23.997 INFO:tasks.rados.rados.0.smithi071.stdout:3445: finishing write tid 2 to smithi07185159-24 2024-09-13T14:35:23.997 INFO:tasks.rados.rados.0.smithi071.stdout:3444: done (2 left) 2024-09-13T14:35:23.997 INFO:tasks.rados.rados.0.smithi071.stdout:3447: write oid 45 current snap is 440 2024-09-13T14:35:23.997 INFO:tasks.rados.rados.0.smithi071.stdout:3447: seq_num 1279 ranges {696153=590775,1927293=721440,3206596=289557} 2024-09-13T14:35:24.002 INFO:tasks.rados.rados.0.smithi071.stdout:3447: writing smithi07185159-45 from 696153 to 1286928 tid 1 2024-09-13T14:35:24.010 INFO:tasks.rados.rados.0.smithi071.stdout:3447: writing smithi07185159-45 from 1927293 to 2648733 tid 2 2024-09-13T14:35:24.016 INFO:tasks.rados.rados.0.smithi071.stdout:3447: writing smithi07185159-45 from 3206596 to 3496153 tid 3 2024-09-13T14:35:24.016 INFO:tasks.rados.rados.0.smithi071.stdout:3448: snap_create 2024-09-13T14:35:24.016 INFO:tasks.rados.rados.0.smithi071.stdout:3445: finishing write tid 3 to smithi07185159-24 2024-09-13T14:35:24.016 INFO:tasks.rados.rados.0.smithi071.stdout:3445: finishing write tid 4 to smithi07185159-24 2024-09-13T14:35:24.016 INFO:tasks.rados.rados.0.smithi071.stdout:3445: finishing write tid 5 to smithi07185159-24 2024-09-13T14:35:24.016 INFO:tasks.rados.rados.0.smithi071.stdout:3445: oid 24 updating version 0 to 778 2024-09-13T14:35:24.016 INFO:tasks.rados.rados.0.smithi071.stdout:3445: oid 24 version 778 is already newer than 777 2024-09-13T14:35:24.016 INFO:tasks.rados.rados.0.smithi071.stdout:3445: oid 24 updating version 778 to 780 2024-09-13T14:35:24.016 INFO:tasks.rados.rados.0.smithi071.stdout:3445: oid 24 version 780 is already newer than 779 2024-09-13T14:35:24.017 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 24 v 780 (ObjNum 1278 snap 440 seq_num 1278) dirty exists 2024-09-13T14:35:24.017 INFO:tasks.rados.rados.0.smithi071.stdout:3445: left oid 24 (ObjNum 1278 snap 440 seq_num 1278) 2024-09-13T14:35:24.017 INFO:tasks.rados.rados.0.smithi071.stdout:3446: finishing rollback tid 1 to smithi07185159-35 2024-09-13T14:35:24.017 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 35 v 1786 (ObjNum 129 snap 0 seq_num 1961197672) dirty dne 2024-09-13T14:35:24.017 INFO:tasks.rados.rados.0.smithi071.stdout:3447: finishing write tid 1 to smithi07185159-45 2024-09-13T14:35:24.017 INFO:tasks.rados.rados.0.smithi071.stdout:3447: finishing write tid 2 to smithi07185159-45 2024-09-13T14:35:24.018 INFO:tasks.rados.rados.0.smithi071.stdout:3447: finishing write tid 3 to smithi07185159-45 2024-09-13T14:35:24.018 INFO:tasks.rados.rados.0.smithi071.stdout:3447: finishing write tid 4 to smithi07185159-45 2024-09-13T14:35:24.019 INFO:tasks.rados.rados.0.smithi071.stdout:3447: finishing write tid 5 to smithi07185159-45 2024-09-13T14:35:24.019 INFO:tasks.rados.rados.0.smithi071.stdout:3447: oid 45 updating version 0 to 1859 2024-09-13T14:35:24.019 INFO:tasks.rados.rados.0.smithi071.stdout:3447: oid 45 updating version 1859 to 1860 2024-09-13T14:35:24.019 INFO:tasks.rados.rados.0.smithi071.stdout:3447: oid 45 version 1860 is already newer than 1858 2024-09-13T14:35:24.019 INFO:tasks.rados.rados.0.smithi071.stdout:3447: oid 45 updating version 1860 to 1861 2024-09-13T14:35:24.019 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 45 v 1861 (ObjNum 1279 snap 440 seq_num 1279) dirty exists 2024-09-13T14:35:24.019 INFO:tasks.rados.rados.0.smithi071.stdout:3447: left oid 45 (ObjNum 1279 snap 440 seq_num 1279) 2024-09-13T14:35:24.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:23 smithi071 ceph-mon[107477]: pgmap v859: 89 pgs: 89 active+clean; 304 MiB data, 924 MiB used, 714 GiB / 715 GiB avail; 9.6 MiB/s rd, 0 B/s wr, 9 op/s 2024-09-13T14:35:24.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:23 smithi071 ceph-mon[107477]: osdmap e939: 8 total, 8 up, 8 in 2024-09-13T14:35:24.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:23 smithi071 ceph-mon[112785]: pgmap v859: 89 pgs: 89 active+clean; 304 MiB data, 924 MiB used, 714 GiB / 715 GiB avail; 9.6 MiB/s rd, 0 B/s wr, 9 op/s 2024-09-13T14:35:24.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:23 smithi071 ceph-mon[112785]: osdmap e939: 8 total, 8 up, 8 in 2024-09-13T14:35:24.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:23 smithi104 ceph-mon[105578]: pgmap v859: 89 pgs: 89 active+clean; 304 MiB data, 924 MiB used, 714 GiB / 715 GiB avail; 9.6 MiB/s rd, 0 B/s wr, 9 op/s 2024-09-13T14:35:24.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:23 smithi104 ceph-mon[105578]: osdmap e939: 8 total, 8 up, 8 in 2024-09-13T14:35:24.964 INFO:tasks.rados.rados.0.smithi071.stdout:3445: done (3 left) 2024-09-13T14:35:24.964 INFO:tasks.rados.rados.0.smithi071.stdout:3446: done (2 left) 2024-09-13T14:35:24.964 INFO:tasks.rados.rados.0.smithi071.stdout:3447: done (1 left) 2024-09-13T14:35:24.964 INFO:tasks.rados.rados.0.smithi071.stdout:3448: done (0 left) 2024-09-13T14:35:24.964 INFO:tasks.rados.rados.0.smithi071.stdout:3449: snap_remove snap 358 2024-09-13T14:35:25.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:24 smithi071 ceph-mon[107477]: osdmap e940: 8 total, 8 up, 8 in 2024-09-13T14:35:25.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:24 smithi071 ceph-mon[112785]: osdmap e940: 8 total, 8 up, 8 in 2024-09-13T14:35:25.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:24 smithi104 ceph-mon[105578]: osdmap e940: 8 total, 8 up, 8 in 2024-09-13T14:35:25.966 INFO:tasks.rados.rados.0.smithi071.stdout:3449: done (0 left) 2024-09-13T14:35:25.967 INFO:tasks.rados.rados.0.smithi071.stdout:3450: read oid 31 snap 432 2024-09-13T14:35:25.967 INFO:tasks.rados.rados.0.smithi071.stdout:3450: expect (ObjNum 1205 snap 409 seq_num 1205) 2024-09-13T14:35:25.971 INFO:tasks.rados.rados.0.smithi071.stdout:3451: write oid 25 current snap is 441 2024-09-13T14:35:25.971 INFO:tasks.rados.rados.0.smithi071.stdout:3451: seq_num 1280 ranges {712960=666024,1985775=581451,3234019=278941} 2024-09-13T14:35:25.975 INFO:tasks.rados.rados.0.smithi071.stdout:3451: writing smithi07185159-25 from 712960 to 1378984 tid 1 2024-09-13T14:35:25.983 INFO:tasks.rados.rados.0.smithi071.stdout:3451: writing smithi07185159-25 from 1985775 to 2567226 tid 2 2024-09-13T14:35:25.988 INFO:tasks.rados.rados.0.smithi071.stdout:3451: writing smithi07185159-25 from 3234019 to 3512960 tid 3 2024-09-13T14:35:25.989 INFO:tasks.rados.rados.0.smithi071.stdout:3452: snap_remove snap 434 2024-09-13T14:35:26.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:25 smithi071 ceph-mon[107477]: pgmap v862: 89 pgs: 89 active+clean; 305 MiB data, 931 MiB used, 714 GiB / 715 GiB avail; 3.7 MiB/s rd, 377 KiB/s wr, 4 op/s 2024-09-13T14:35:26.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:25 smithi071 ceph-mon[107477]: osdmap e941: 8 total, 8 up, 8 in 2024-09-13T14:35:26.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:25 smithi071 ceph-mon[112785]: pgmap v862: 89 pgs: 89 active+clean; 305 MiB data, 931 MiB used, 714 GiB / 715 GiB avail; 3.7 MiB/s rd, 377 KiB/s wr, 4 op/s 2024-09-13T14:35:26.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:25 smithi071 ceph-mon[112785]: osdmap e941: 8 total, 8 up, 8 in 2024-09-13T14:35:26.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:25 smithi104 ceph-mon[105578]: pgmap v862: 89 pgs: 89 active+clean; 305 MiB data, 931 MiB used, 714 GiB / 715 GiB avail; 3.7 MiB/s rd, 377 KiB/s wr, 4 op/s 2024-09-13T14:35:26.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:25 smithi104 ceph-mon[105578]: osdmap e941: 8 total, 8 up, 8 in 2024-09-13T14:35:26.978 INFO:tasks.rados.rados.0.smithi071.stdout:3452: done (2 left) 2024-09-13T14:35:26.978 INFO:tasks.rados.rados.0.smithi071.stdout:3453: read oid 21 snap -1 2024-09-13T14:35:26.979 INFO:tasks.rados.rados.0.smithi071.stdout:3453: expect deleted 2024-09-13T14:35:26.979 INFO:tasks.rados.rados.0.smithi071.stdout:3454: snap_create 2024-09-13T14:35:26.979 INFO:tasks.rados.rados.0.smithi071.stdout:3450: expect (ObjNum 1205 snap 409 seq_num 1205) 2024-09-13T14:35:27.096 INFO:tasks.rados.rados.0.smithi071.stdout:3451: finishing write tid 1 to smithi07185159-25 2024-09-13T14:35:27.096 INFO:tasks.rados.rados.0.smithi071.stdout:3451: finishing write tid 2 to smithi07185159-25 2024-09-13T14:35:27.096 INFO:tasks.rados.rados.0.smithi071.stdout:3451: finishing write tid 3 to smithi07185159-25 2024-09-13T14:35:27.096 INFO:tasks.rados.rados.0.smithi071.stdout:3451: finishing write tid 4 to smithi07185159-25 2024-09-13T14:35:27.096 INFO:tasks.rados.rados.0.smithi071.stdout:3451: finishing write tid 5 to smithi07185159-25 2024-09-13T14:35:27.096 INFO:tasks.rados.rados.0.smithi071.stdout:3451: oid 25 updating version 0 to 1812 2024-09-13T14:35:27.096 INFO:tasks.rados.rados.0.smithi071.stdout:3451: oid 25 version 1812 is already newer than 1810 2024-09-13T14:35:27.096 INFO:tasks.rados.rados.0.smithi071.stdout:3451: oid 25 version 1812 is already newer than 1811 2024-09-13T14:35:27.097 INFO:tasks.rados.rados.0.smithi071.stdout:3451: oid 25 version 1812 is already newer than 1805 2024-09-13T14:35:27.097 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 25 v 1812 (ObjNum 1280 snap 441 seq_num 1280) dirty exists 2024-09-13T14:35:27.097 INFO:tasks.rados.rados.0.smithi071.stdout:3451: left oid 25 (ObjNum 1280 snap 441 seq_num 1280) 2024-09-13T14:35:27.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:26 smithi071 ceph-mon[107477]: osdmap e942: 8 total, 8 up, 8 in 2024-09-13T14:35:27.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:26 smithi071 ceph-mon[112785]: osdmap e942: 8 total, 8 up, 8 in 2024-09-13T14:35:27.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:26 smithi104 ceph-mon[105578]: osdmap e942: 8 total, 8 up, 8 in 2024-09-13T14:35:27.928 INFO:tasks.rados.rados.0.smithi071.stdout:3450: done (3 left) 2024-09-13T14:35:27.928 INFO:tasks.rados.rados.0.smithi071.stdout:3451: done (2 left) 2024-09-13T14:35:27.928 INFO:tasks.rados.rados.0.smithi071.stdout:3453: done (1 left) 2024-09-13T14:35:27.928 INFO:tasks.rados.rados.0.smithi071.stdout:3454: done (0 left) 2024-09-13T14:35:27.928 INFO:tasks.rados.rados.0.smithi071.stdout:3455: snap_remove snap 429 2024-09-13T14:35:28.292 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:27 smithi071 ceph-mon[107477]: pgmap v865: 89 pgs: 89 active+clean; 322 MiB data, 960 MiB used, 714 GiB / 715 GiB avail; 5.4 MiB/s rd, 3.7 MiB/s wr, 20 op/s 2024-09-13T14:35:28.292 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:27 smithi071 ceph-mon[107477]: osdmap e943: 8 total, 8 up, 8 in 2024-09-13T14:35:28.292 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:27 smithi071 ceph-mon[107477]: osdmap e944: 8 total, 8 up, 8 in 2024-09-13T14:35:28.292 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:27 smithi071 ceph-mon[112785]: pgmap v865: 89 pgs: 89 active+clean; 322 MiB data, 960 MiB used, 714 GiB / 715 GiB avail; 5.4 MiB/s rd, 3.7 MiB/s wr, 20 op/s 2024-09-13T14:35:28.292 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:27 smithi071 ceph-mon[112785]: osdmap e943: 8 total, 8 up, 8 in 2024-09-13T14:35:28.292 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:27 smithi071 ceph-mon[112785]: osdmap e944: 8 total, 8 up, 8 in 2024-09-13T14:35:28.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:27 smithi104 ceph-mon[105578]: pgmap v865: 89 pgs: 89 active+clean; 322 MiB data, 960 MiB used, 714 GiB / 715 GiB avail; 5.4 MiB/s rd, 3.7 MiB/s wr, 20 op/s 2024-09-13T14:35:28.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:27 smithi104 ceph-mon[105578]: osdmap e943: 8 total, 8 up, 8 in 2024-09-13T14:35:28.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:27 smithi104 ceph-mon[105578]: osdmap e944: 8 total, 8 up, 8 in 2024-09-13T14:35:28.931 INFO:tasks.rados.rados.0.smithi071.stdout:3455: done (0 left) 2024-09-13T14:35:28.931 INFO:tasks.rados.rados.0.smithi071.stdout:3456: rollback oid 11 current snap is 442 2024-09-13T14:35:28.932 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 11 to 431 2024-09-13T14:35:28.932 INFO:tasks.rados.rados.0.smithi071.stdout:3457: snap_remove snap 401 2024-09-13T14:35:29.944 INFO:tasks.rados.rados.0.smithi071.stdout:3457: done (1 left) 2024-09-13T14:35:29.945 INFO:tasks.rados.rados.0.smithi071.stdout:3458: rollback oid 47 current snap is 442 2024-09-13T14:35:29.945 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 47 to 436 2024-09-13T14:35:29.945 INFO:tasks.rados.rados.0.smithi071.stdout:3459: delete oid 33 current snap is 442 2024-09-13T14:35:29.945 INFO:tasks.rados.rados.0.smithi071.stdout:3456: finishing rollback tid 1 to smithi07185159-11 2024-09-13T14:35:29.945 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 11 v 1754 (ObjNum 289 snap 0 seq_num 1) dirty dne 2024-09-13T14:35:29.951 INFO:tasks.rados.rados.0.smithi071.stdout:3458: finishing rollback tid 1 to smithi07185159-47 2024-09-13T14:35:29.951 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 47 v 1551 (ObjNum 177 snap 0 seq_num 1960911936) dirty dne 2024-09-13T14:35:29.951 INFO:tasks.rados.rados.0.smithi071.stdout:3456: done (2 left) 2024-09-13T14:35:29.952 INFO:tasks.rados.rados.0.smithi071.stdout:3458: done (1 left) 2024-09-13T14:35:29.952 INFO:tasks.rados.rados.0.smithi071.stdout:3459: done (0 left) 2024-09-13T14:35:29.952 INFO:tasks.rados.rados.0.smithi071.stdout:3460: snap_create 2024-09-13T14:35:30.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:29 smithi071 ceph-mon[107477]: pgmap v868: 89 pgs: 89 active+clean; 320 MiB data, 949 MiB used, 714 GiB / 715 GiB avail; 1.7 MiB/s rd, 3.7 MiB/s wr, 17 op/s 2024-09-13T14:35:30.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:29 smithi071 ceph-mon[107477]: osdmap e945: 8 total, 8 up, 8 in 2024-09-13T14:35:30.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:35:30.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:29 smithi071 ceph-mon[112785]: pgmap v868: 89 pgs: 89 active+clean; 320 MiB data, 949 MiB used, 714 GiB / 715 GiB avail; 1.7 MiB/s rd, 3.7 MiB/s wr, 17 op/s 2024-09-13T14:35:30.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:29 smithi071 ceph-mon[112785]: osdmap e945: 8 total, 8 up, 8 in 2024-09-13T14:35:30.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:35:30.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:29 smithi104 ceph-mon[105578]: pgmap v868: 89 pgs: 89 active+clean; 320 MiB data, 949 MiB used, 714 GiB / 715 GiB avail; 1.7 MiB/s rd, 3.7 MiB/s wr, 17 op/s 2024-09-13T14:35:30.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:29 smithi104 ceph-mon[105578]: osdmap e945: 8 total, 8 up, 8 in 2024-09-13T14:35:30.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:35:30.948 INFO:tasks.rados.rados.0.smithi071.stdout:3460: done (0 left) 2024-09-13T14:35:30.948 INFO:tasks.rados.rados.0.smithi071.stdout:3461: snap_remove snap 428 2024-09-13T14:35:31.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:30 smithi071 ceph-mon[107477]: osdmap e946: 8 total, 8 up, 8 in 2024-09-13T14:35:31.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:30 smithi071 ceph-mon[112785]: osdmap e946: 8 total, 8 up, 8 in 2024-09-13T14:35:31.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:30 smithi104 ceph-mon[105578]: osdmap e946: 8 total, 8 up, 8 in 2024-09-13T14:35:31.952 INFO:tasks.rados.rados.0.smithi071.stdout:3461: done (0 left) 2024-09-13T14:35:31.952 INFO:tasks.rados.rados.0.smithi071.stdout:3462: rollback oid 36 current snap is 443 2024-09-13T14:35:31.952 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 36 to 436 2024-09-13T14:35:31.952 INFO:tasks.rados.rados.0.smithi071.stdout:3463: snap_create 2024-09-13T14:35:31.962 INFO:tasks.rados.rados.0.smithi071.stdout:3462: finishing rollback tid 0 to smithi07185159-36 2024-09-13T14:35:31.962 INFO:tasks.rados.rados.0.smithi071.stdout:3462: finishing rollback tid 1 to smithi07185159-36 2024-09-13T14:35:31.962 INFO:tasks.rados.rados.0.smithi071.stdout:3462: finishing rollback tid 2 to smithi07185159-36 2024-09-13T14:35:31.962 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 36 v 751 (ObjNum 1252 snap 428 seq_num 1252) dirty exists 2024-09-13T14:35:32.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:31 smithi071 ceph-mon[107477]: pgmap v871: 89 pgs: 89 active+clean; 263 MiB data, 865 MiB used, 714 GiB / 715 GiB avail; 1.8 MiB/s rd, 732 KiB/s wr, 4 op/s 2024-09-13T14:35:32.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:31 smithi071 ceph-mon[107477]: osdmap e947: 8 total, 8 up, 8 in 2024-09-13T14:35:32.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:31 smithi071 ceph-mon[112785]: pgmap v871: 89 pgs: 89 active+clean; 263 MiB data, 865 MiB used, 714 GiB / 715 GiB avail; 1.8 MiB/s rd, 732 KiB/s wr, 4 op/s 2024-09-13T14:35:32.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:31 smithi071 ceph-mon[112785]: osdmap e947: 8 total, 8 up, 8 in 2024-09-13T14:35:32.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:31 smithi104 ceph-mon[105578]: pgmap v871: 89 pgs: 89 active+clean; 263 MiB data, 865 MiB used, 714 GiB / 715 GiB avail; 1.8 MiB/s rd, 732 KiB/s wr, 4 op/s 2024-09-13T14:35:32.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:31 smithi104 ceph-mon[105578]: osdmap e947: 8 total, 8 up, 8 in 2024-09-13T14:35:32.958 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:35:32 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:35:32] "GET /metrics HTTP/1.1" 200 36395 "" "Prometheus/2.51.0" 2024-09-13T14:35:32.963 INFO:tasks.rados.rados.0.smithi071.stdout:3462: done (1 left) 2024-09-13T14:35:32.963 INFO:tasks.rados.rados.0.smithi071.stdout:3463: done (0 left) 2024-09-13T14:35:32.963 INFO:tasks.rados.rados.0.smithi071.stdout:3464: rollback oid 33 current snap is 444 2024-09-13T14:35:32.963 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 33 to 411 2024-09-13T14:35:32.963 INFO:tasks.rados.rados.0.smithi071.stdout:3465: write oid 20 current snap is 444 2024-09-13T14:35:32.963 INFO:tasks.rados.rados.0.smithi071.stdout:3465: seq_num 1282 ranges {746574=416522,1586386=468767,2772512=629544} 2024-09-13T14:35:32.969 INFO:tasks.rados.rados.0.smithi071.stdout:3465: writing smithi07185159-20 from 746574 to 1163096 tid 1 2024-09-13T14:35:32.975 INFO:tasks.rados.rados.0.smithi071.stdout:3465: writing smithi07185159-20 from 1586386 to 2055153 tid 2 2024-09-13T14:35:32.982 INFO:tasks.rados.rados.0.smithi071.stdout:3465: writing smithi07185159-20 from 2772512 to 3402056 tid 3 2024-09-13T14:35:32.982 INFO:tasks.rados.rados.0.smithi071.stdout:3466: write oid 18 current snap is 444 2024-09-13T14:35:32.982 INFO:tasks.rados.rados.0.smithi071.stdout:3466: seq_num 1283 ranges {763381=491771,2044868=728778,3199935=363446} 2024-09-13T14:35:32.989 INFO:tasks.rados.rados.0.smithi071.stdout:3466: writing smithi07185159-18 from 763381 to 1255152 tid 1 2024-09-13T14:35:32.998 INFO:tasks.rados.rados.0.smithi071.stdout:3466: writing smithi07185159-18 from 2044868 to 2773646 tid 2 2024-09-13T14:35:33.002 INFO:tasks.rados.rados.0.smithi071.stdout:3466: writing smithi07185159-18 from 3199935 to 3563381 tid 3 2024-09-13T14:35:33.002 INFO:tasks.rados.rados.0.smithi071.stdout:3467: snap_create 2024-09-13T14:35:33.003 INFO:tasks.rados.rados.0.smithi071.stdout:3464: finishing rollback tid 1 to smithi07185159-33 2024-09-13T14:35:33.003 INFO:tasks.rados.rados.0.smithi071.stdout:3464: finishing rollback tid 2 to smithi07185159-33 2024-09-13T14:35:33.003 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 33 v 1632 (ObjNum 1179 snap 403 seq_num 1179) dirty exists 2024-09-13T14:35:33.003 INFO:tasks.rados.rados.0.smithi071.stdout:3465: finishing write tid 1 to smithi07185159-20 2024-09-13T14:35:33.003 INFO:tasks.rados.rados.0.smithi071.stdout:3465: finishing write tid 2 to smithi07185159-20 2024-09-13T14:35:33.003 INFO:tasks.rados.rados.0.smithi071.stdout:3465: finishing write tid 3 to smithi07185159-20 2024-09-13T14:35:33.003 INFO:tasks.rados.rados.0.smithi071.stdout:3465: finishing write tid 4 to smithi07185159-20 2024-09-13T14:35:33.003 INFO:tasks.rados.rados.0.smithi071.stdout:3465: finishing write tid 5 to smithi07185159-20 2024-09-13T14:35:33.003 INFO:tasks.rados.rados.0.smithi071.stdout:3465: oid 20 updating version 0 to 1635 2024-09-13T14:35:33.003 INFO:tasks.rados.rados.0.smithi071.stdout:3465: oid 20 version 1635 is already newer than 1634 2024-09-13T14:35:33.003 INFO:tasks.rados.rados.0.smithi071.stdout:3465: oid 20 updating version 1635 to 1637 2024-09-13T14:35:33.003 INFO:tasks.rados.rados.0.smithi071.stdout:3465: oid 20 version 1637 is already newer than 1636 2024-09-13T14:35:33.003 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 20 v 1637 (ObjNum 1282 snap 444 seq_num 1282) dirty exists 2024-09-13T14:35:33.003 INFO:tasks.rados.rados.0.smithi071.stdout:3465: left oid 20 (ObjNum 1282 snap 444 seq_num 1282) 2024-09-13T14:35:33.004 INFO:tasks.rados.rados.0.smithi071.stdout:3466: finishing write tid 1 to smithi07185159-18 2024-09-13T14:35:33.004 INFO:tasks.rados.rados.0.smithi071.stdout:3466: finishing write tid 2 to smithi07185159-18 2024-09-13T14:35:33.006 INFO:tasks.rados.rados.0.smithi071.stdout:3466: finishing write tid 3 to smithi07185159-18 2024-09-13T14:35:33.006 INFO:tasks.rados.rados.0.smithi071.stdout:3466: finishing write tid 4 to smithi07185159-18 2024-09-13T14:35:33.006 INFO:tasks.rados.rados.0.smithi071.stdout:3466: finishing write tid 5 to smithi07185159-18 2024-09-13T14:35:33.006 INFO:tasks.rados.rados.0.smithi071.stdout:3466: oid 18 updating version 0 to 3161 2024-09-13T14:35:33.007 INFO:tasks.rados.rados.0.smithi071.stdout:3466: oid 18 updating version 3161 to 3164 2024-09-13T14:35:33.007 INFO:tasks.rados.rados.0.smithi071.stdout:3466: oid 18 version 3164 is already newer than 3163 2024-09-13T14:35:33.007 INFO:tasks.rados.rados.0.smithi071.stdout:3466: oid 18 version 3164 is already newer than 3162 2024-09-13T14:35:33.007 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 18 v 3164 (ObjNum 1283 snap 444 seq_num 1283) dirty exists 2024-09-13T14:35:33.007 INFO:tasks.rados.rados.0.smithi071.stdout:3466: left oid 18 (ObjNum 1283 snap 444 seq_num 1283) 2024-09-13T14:35:33.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:32 smithi071 ceph-mon[107477]: osdmap e948: 8 total, 8 up, 8 in 2024-09-13T14:35:33.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:32 smithi071 ceph-mon[112785]: osdmap e948: 8 total, 8 up, 8 in 2024-09-13T14:35:33.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:32 smithi104 ceph-mon[105578]: osdmap e948: 8 total, 8 up, 8 in 2024-09-13T14:35:33.969 INFO:tasks.rados.rados.0.smithi071.stdout:3464: done (3 left) 2024-09-13T14:35:33.969 INFO:tasks.rados.rados.0.smithi071.stdout:3465: done (2 left) 2024-09-13T14:35:33.969 INFO:tasks.rados.rados.0.smithi071.stdout:3466: done (1 left) 2024-09-13T14:35:33.969 INFO:tasks.rados.rados.0.smithi071.stdout:3467: done (0 left) 2024-09-13T14:35:33.969 INFO:tasks.rados.rados.0.smithi071.stdout:3468: write oid 49 current snap is 445 2024-09-13T14:35:33.969 INFO:tasks.rados.rados.0.smithi071.stdout:3468: seq_num 1284 ranges {780188=567020,2103350=472436,3227358=352830} 2024-09-13T14:35:33.975 INFO:tasks.rados.rados.0.smithi071.stdout:3468: writing smithi07185159-49 from 780188 to 1347208 tid 1 2024-09-13T14:35:33.982 INFO:tasks.rados.rados.0.smithi071.stdout:3468: writing smithi07185159-49 from 2103350 to 2575786 tid 2 2024-09-13T14:35:33.988 INFO:tasks.rados.rados.0.smithi071.stdout:3468: writing smithi07185159-49 from 3227358 to 3580188 tid 3 2024-09-13T14:35:33.988 INFO:tasks.rados.rados.0.smithi071.stdout:3469: write oid 11 current snap is 445 2024-09-13T14:35:33.989 INFO:tasks.rados.rados.0.smithi071.stdout:3468: finishing write tid 1 to smithi07185159-49 2024-09-13T14:35:33.989 INFO:tasks.rados.rados.0.smithi071.stdout:3468: finishing write tid 2 to smithi07185159-49 2024-09-13T14:35:33.989 INFO:tasks.rados.rados.0.smithi071.stdout:3469: seq_num 1285 ranges {796995=758622,2161832=732447} 2024-09-13T14:35:33.997 INFO:tasks.rados.rados.0.smithi071.stdout:3469: writing smithi07185159-11 from 796995 to 1555617 tid 1 2024-09-13T14:35:34.005 INFO:tasks.rados.rados.0.smithi071.stdout:3469: writing smithi07185159-11 from 2161832 to 2894279 tid 2 2024-09-13T14:35:34.005 INFO:tasks.rados.rados.0.smithi071.stdout:3470: write oid 7 current snap is 445 2024-09-13T14:35:34.005 INFO:tasks.rados.rados.0.smithi071.stdout:3468: finishing write tid 3 to smithi07185159-49 2024-09-13T14:35:34.005 INFO:tasks.rados.rados.0.smithi071.stdout:3468: finishing write tid 4 to smithi07185159-49 2024-09-13T14:35:34.005 INFO:tasks.rados.rados.0.smithi071.stdout:3468: finishing write tid 5 to smithi07185159-49 2024-09-13T14:35:34.005 INFO:tasks.rados.rados.0.smithi071.stdout:3468: oid 49 updating version 0 to 1879 2024-09-13T14:35:34.005 INFO:tasks.rados.rados.0.smithi071.stdout:3468: oid 49 version 1879 is already newer than 1878 2024-09-13T14:35:34.005 INFO:tasks.rados.rados.0.smithi071.stdout:3468: oid 49 version 1879 is already newer than 1876 2024-09-13T14:35:34.005 INFO:tasks.rados.rados.0.smithi071.stdout:3468: oid 49 version 1879 is already newer than 1877 2024-09-13T14:35:34.005 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 49 v 1879 (ObjNum 1284 snap 445 seq_num 1284) dirty exists 2024-09-13T14:35:34.005 INFO:tasks.rados.rados.0.smithi071.stdout:3468: left oid 49 (ObjNum 1284 snap 445 seq_num 1284) 2024-09-13T14:35:34.006 INFO:tasks.rados.rados.0.smithi071.stdout:3469: finishing write tid 1 to smithi07185159-11 2024-09-13T14:35:34.006 INFO:tasks.rados.rados.0.smithi071.stdout:3470: seq_num 1286 ranges {413802=433871,1420314=476105,2482204=790985} 2024-09-13T14:35:34.009 INFO:tasks.rados.rados.0.smithi071.stdout:3470: writing smithi07185159-7 from 413802 to 847673 tid 1 2024-09-13T14:35:34.015 INFO:tasks.rados.rados.0.smithi071.stdout:3470: writing smithi07185159-7 from 1420314 to 1896419 tid 2 2024-09-13T14:35:34.023 INFO:tasks.rados.rados.0.smithi071.stdout:3470: writing smithi07185159-7 from 2482204 to 3273189 tid 3 2024-09-13T14:35:34.023 INFO:tasks.rados.rados.0.smithi071.stdout:3468: done (2 left) 2024-09-13T14:35:34.023 INFO:tasks.rados.rados.0.smithi071.stdout:3471: delete oid 45 current snap is 445 2024-09-13T14:35:34.023 INFO:tasks.rados.rados.0.smithi071.stdout:3469: finishing write tid 2 to smithi07185159-11 2024-09-13T14:35:34.023 INFO:tasks.rados.rados.0.smithi071.stdout:3469: finishing write tid 3 to smithi07185159-11 2024-09-13T14:35:34.024 INFO:tasks.rados.rados.0.smithi071.stdout:3469: finishing write tid 4 to smithi07185159-11 2024-09-13T14:35:34.024 INFO:tasks.rados.rados.0.smithi071.stdout:3469: oid 11 updating version 0 to 1884 2024-09-13T14:35:34.024 INFO:tasks.rados.rados.0.smithi071.stdout:3469: oid 11 updating version 1884 to 1885 2024-09-13T14:35:34.024 INFO:tasks.rados.rados.0.smithi071.stdout:3469: oid 11 version 1885 is already newer than 1883 2024-09-13T14:35:34.024 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 11 v 1885 (ObjNum 1285 snap 445 seq_num 1285) dirty exists 2024-09-13T14:35:34.024 INFO:tasks.rados.rados.0.smithi071.stdout:3469: left oid 11 (ObjNum 1285 snap 445 seq_num 1285) 2024-09-13T14:35:34.024 INFO:tasks.rados.rados.0.smithi071.stdout:3470: finishing write tid 1 to smithi07185159-7 2024-09-13T14:35:34.024 INFO:tasks.rados.rados.0.smithi071.stdout:3470: finishing write tid 2 to smithi07185159-7 2024-09-13T14:35:34.025 INFO:tasks.rados.rados.0.smithi071.stdout:3469: done (2 left) 2024-09-13T14:35:34.025 INFO:tasks.rados.rados.0.smithi071.stdout:3471: done (1 left) 2024-09-13T14:35:34.026 INFO:tasks.rados.rados.0.smithi071.stdout:3472: snap_create 2024-09-13T14:35:34.026 INFO:tasks.rados.rados.0.smithi071.stdout:3470: finishing write tid 3 to smithi07185159-7 2024-09-13T14:35:34.026 INFO:tasks.rados.rados.0.smithi071.stdout:3470: finishing write tid 4 to smithi07185159-7 2024-09-13T14:35:34.027 INFO:tasks.rados.rados.0.smithi071.stdout:3470: finishing write tid 5 to smithi07185159-7 2024-09-13T14:35:34.027 INFO:tasks.rados.rados.0.smithi071.stdout:3470: oid 7 updating version 0 to 468 2024-09-13T14:35:34.027 INFO:tasks.rados.rados.0.smithi071.stdout:3470: oid 7 updating version 468 to 471 2024-09-13T14:35:34.027 INFO:tasks.rados.rados.0.smithi071.stdout:3470: oid 7 version 471 is already newer than 469 2024-09-13T14:35:34.027 INFO:tasks.rados.rados.0.smithi071.stdout:3470: oid 7 version 471 is already newer than 470 2024-09-13T14:35:34.027 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 7 v 471 (ObjNum 1286 snap 445 seq_num 1286) dirty exists 2024-09-13T14:35:34.027 INFO:tasks.rados.rados.0.smithi071.stdout:3470: left oid 7 (ObjNum 1286 snap 445 seq_num 1286) 2024-09-13T14:35:34.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:33 smithi071 ceph-mon[107477]: pgmap v874: 89 pgs: 89 active+clean; 220 MiB data, 839 MiB used, 714 GiB / 715 GiB avail; 1.8 MiB/s rd, 373 KiB/s wr, 3 op/s 2024-09-13T14:35:34.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:33 smithi071 ceph-mon[107477]: osdmap e949: 8 total, 8 up, 8 in 2024-09-13T14:35:34.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:33 smithi071 ceph-mon[112785]: pgmap v874: 89 pgs: 89 active+clean; 220 MiB data, 839 MiB used, 714 GiB / 715 GiB avail; 1.8 MiB/s rd, 373 KiB/s wr, 3 op/s 2024-09-13T14:35:34.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:33 smithi071 ceph-mon[112785]: osdmap e949: 8 total, 8 up, 8 in 2024-09-13T14:35:34.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:33 smithi104 ceph-mon[105578]: pgmap v874: 89 pgs: 89 active+clean; 220 MiB data, 839 MiB used, 714 GiB / 715 GiB avail; 1.8 MiB/s rd, 373 KiB/s wr, 3 op/s 2024-09-13T14:35:34.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:33 smithi104 ceph-mon[105578]: osdmap e949: 8 total, 8 up, 8 in 2024-09-13T14:35:34.982 INFO:tasks.rados.rados.0.smithi071.stdout:3470: done (1 left) 2024-09-13T14:35:34.983 INFO:tasks.rados.rados.0.smithi071.stdout:3472: done (0 left) 2024-09-13T14:35:34.983 INFO:tasks.rados.rados.0.smithi071.stdout:3473: snap_remove snap 440 2024-09-13T14:35:35.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:34 smithi071 ceph-mon[107477]: osdmap e950: 8 total, 8 up, 8 in 2024-09-13T14:35:35.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:34 smithi071 ceph-mon[112785]: osdmap e950: 8 total, 8 up, 8 in 2024-09-13T14:35:35.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:34 smithi104 ceph-mon[105578]: osdmap e950: 8 total, 8 up, 8 in 2024-09-13T14:35:35.989 INFO:tasks.rados.rados.0.smithi071.stdout:3473: done (0 left) 2024-09-13T14:35:35.989 INFO:tasks.rados.rados.0.smithi071.stdout:3474: snap_remove snap 444 2024-09-13T14:35:36.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:35 smithi071 ceph-mon[107477]: pgmap v877: 89 pgs: 89 active+clean; 224 MiB data, 835 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 370 KiB/s wr, 1 op/s 2024-09-13T14:35:36.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:35 smithi071 ceph-mon[107477]: osdmap e951: 8 total, 8 up, 8 in 2024-09-13T14:35:36.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:35 smithi071 ceph-mon[112785]: pgmap v877: 89 pgs: 89 active+clean; 224 MiB data, 835 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 370 KiB/s wr, 1 op/s 2024-09-13T14:35:36.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:35 smithi071 ceph-mon[112785]: osdmap e951: 8 total, 8 up, 8 in 2024-09-13T14:35:36.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:35 smithi104 ceph-mon[105578]: pgmap v877: 89 pgs: 89 active+clean; 224 MiB data, 835 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 370 KiB/s wr, 1 op/s 2024-09-13T14:35:36.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:35 smithi104 ceph-mon[105578]: osdmap e951: 8 total, 8 up, 8 in 2024-09-13T14:35:36.992 INFO:tasks.rados.rados.0.smithi071.stdout:3474: done (0 left) 2024-09-13T14:35:36.992 INFO:tasks.rados.rados.0.smithi071.stdout:3475: delete oid 7 current snap is 446 2024-09-13T14:35:36.996 INFO:tasks.rados.rados.0.smithi071.stdout:3475: done (0 left) 2024-09-13T14:35:36.996 INFO:tasks.rados.rados.0.smithi071.stdout:3476: write oid 7 current snap is 446 2024-09-13T14:35:36.996 INFO:tasks.rados.rados.0.smithi071.stdout:3476: seq_num 1289 ranges {464223=659618,1879407=739785,3248120=416103} 2024-09-13T14:35:37.002 INFO:tasks.rados.rados.0.smithi071.stdout:3476: writing smithi07185159-7 from 464223 to 1123841 tid 1 2024-09-13T14:35:37.010 INFO:tasks.rados.rados.0.smithi071.stdout:3476: writing smithi07185159-7 from 1879407 to 2619192 tid 2 2024-09-13T14:35:37.016 INFO:tasks.rados.rados.0.smithi071.stdout:3476: writing smithi07185159-7 from 3248120 to 3664223 tid 3 2024-09-13T14:35:37.016 INFO:tasks.rados.rados.0.smithi071.stdout:3477: snap_remove snap 407 2024-09-13T14:35:37.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:36 smithi071 ceph-mon[107477]: osdmap e952: 8 total, 8 up, 8 in 2024-09-13T14:35:37.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:36 smithi071 ceph-mon[112785]: osdmap e952: 8 total, 8 up, 8 in 2024-09-13T14:35:37.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:36 smithi104 ceph-mon[105578]: osdmap e952: 8 total, 8 up, 8 in 2024-09-13T14:35:37.931 INFO:tasks.rados.rados.0.smithi071.stdout:3477: done (1 left) 2024-09-13T14:35:37.931 INFO:tasks.rados.rados.0.smithi071.stdout:3478: write oid 5 current snap is 446 2024-09-13T14:35:37.931 INFO:tasks.rados.rados.0.smithi071.stdout:3478: seq_num 1290 ranges {481030=734867,1937889=483443,2875543=552426} 2024-09-13T14:35:37.938 INFO:tasks.rados.rados.0.smithi071.stdout:3478: writing smithi07185159-5 from 481030 to 1215897 tid 1 2024-09-13T14:35:37.945 INFO:tasks.rados.rados.0.smithi071.stdout:3478: writing smithi07185159-5 from 1937889 to 2421332 tid 2 2024-09-13T14:35:37.950 INFO:tasks.rados.rados.0.smithi071.stdout:3478: writing smithi07185159-5 from 2875543 to 3427969 tid 3 2024-09-13T14:35:37.950 INFO:tasks.rados.rados.0.smithi071.stdout:3479: snap_remove snap 411 2024-09-13T14:35:38.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:37 smithi071 ceph-mon[107477]: pgmap v880: 89 pgs: 89 active+clean; 231 MiB data, 825 MiB used, 714 GiB / 715 GiB avail; 1023 B/s rd, 1.4 MiB/s wr, 6 op/s 2024-09-13T14:35:38.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:37 smithi071 ceph-mon[107477]: osdmap e953: 8 total, 8 up, 8 in 2024-09-13T14:35:38.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:37 smithi071 ceph-mon[107477]: osdmap e954: 8 total, 8 up, 8 in 2024-09-13T14:35:38.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:37 smithi071 ceph-mon[112785]: pgmap v880: 89 pgs: 89 active+clean; 231 MiB data, 825 MiB used, 714 GiB / 715 GiB avail; 1023 B/s rd, 1.4 MiB/s wr, 6 op/s 2024-09-13T14:35:38.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:37 smithi071 ceph-mon[112785]: osdmap e953: 8 total, 8 up, 8 in 2024-09-13T14:35:38.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:37 smithi071 ceph-mon[112785]: osdmap e954: 8 total, 8 up, 8 in 2024-09-13T14:35:38.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:37 smithi104 ceph-mon[105578]: pgmap v880: 89 pgs: 89 active+clean; 231 MiB data, 825 MiB used, 714 GiB / 715 GiB avail; 1023 B/s rd, 1.4 MiB/s wr, 6 op/s 2024-09-13T14:35:38.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:37 smithi104 ceph-mon[105578]: osdmap e953: 8 total, 8 up, 8 in 2024-09-13T14:35:38.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:37 smithi104 ceph-mon[105578]: osdmap e954: 8 total, 8 up, 8 in 2024-09-13T14:35:38.935 INFO:tasks.rados.rados.0.smithi071.stdout:3479: done (2 left) 2024-09-13T14:35:38.935 INFO:tasks.rados.rados.0.smithi071.stdout:3480: snap_create 2024-09-13T14:35:38.935 INFO:tasks.rados.rados.0.smithi071.stdout:3476: finishing write tid 1 to smithi07185159-7 2024-09-13T14:35:38.935 INFO:tasks.rados.rados.0.smithi071.stdout:3476: finishing write tid 2 to smithi07185159-7 2024-09-13T14:35:38.935 INFO:tasks.rados.rados.0.smithi071.stdout:3476: finishing write tid 3 to smithi07185159-7 2024-09-13T14:35:38.935 INFO:tasks.rados.rados.0.smithi071.stdout:3476: finishing write tid 4 to smithi07185159-7 2024-09-13T14:35:38.935 INFO:tasks.rados.rados.0.smithi071.stdout:3476: finishing write tid 5 to smithi07185159-7 2024-09-13T14:35:38.935 INFO:tasks.rados.rados.0.smithi071.stdout:3476: oid 7 updating version 0 to 480 2024-09-13T14:35:38.935 INFO:tasks.rados.rados.0.smithi071.stdout:3476: oid 7 version 480 is already newer than 479 2024-09-13T14:35:38.935 INFO:tasks.rados.rados.0.smithi071.stdout:3476: oid 7 updating version 480 to 481 2024-09-13T14:35:38.936 INFO:tasks.rados.rados.0.smithi071.stdout:3476: oid 7 version 481 is already newer than 478 2024-09-13T14:35:38.936 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 7 v 481 (ObjNum 1289 snap 446 seq_num 1289) dirty exists 2024-09-13T14:35:38.936 INFO:tasks.rados.rados.0.smithi071.stdout:3476: left oid 7 (ObjNum 1289 snap 446 seq_num 1289) 2024-09-13T14:35:38.936 INFO:tasks.rados.rados.0.smithi071.stdout:3478: finishing write tid 1 to smithi07185159-5 2024-09-13T14:35:38.936 INFO:tasks.rados.rados.0.smithi071.stdout:3478: finishing write tid 2 to smithi07185159-5 2024-09-13T14:35:38.936 INFO:tasks.rados.rados.0.smithi071.stdout:3478: finishing write tid 3 to smithi07185159-5 2024-09-13T14:35:38.936 INFO:tasks.rados.rados.0.smithi071.stdout:3478: finishing write tid 4 to smithi07185159-5 2024-09-13T14:35:38.936 INFO:tasks.rados.rados.0.smithi071.stdout:3478: finishing write tid 5 to smithi07185159-5 2024-09-13T14:35:38.936 INFO:tasks.rados.rados.0.smithi071.stdout:3478: oid 5 updating version 0 to 3172 2024-09-13T14:35:38.936 INFO:tasks.rados.rados.0.smithi071.stdout:3478: oid 5 updating version 3172 to 3177 2024-09-13T14:35:38.936 INFO:tasks.rados.rados.0.smithi071.stdout:3478: oid 5 updating version 3177 to 3178 2024-09-13T14:35:38.937 INFO:tasks.rados.rados.0.smithi071.stdout:3478: oid 5 updating version 3178 to 3179 2024-09-13T14:35:38.937 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 5 v 3179 (ObjNum 1290 snap 446 seq_num 1290) dirty exists 2024-09-13T14:35:38.937 INFO:tasks.rados.rados.0.smithi071.stdout:3478: left oid 5 (ObjNum 1290 snap 446 seq_num 1290) 2024-09-13T14:35:39.934 INFO:tasks.rados.rados.0.smithi071.stdout:3476: done (2 left) 2024-09-13T14:35:39.935 INFO:tasks.rados.rados.0.smithi071.stdout:3478: done (1 left) 2024-09-13T14:35:39.935 INFO:tasks.rados.rados.0.smithi071.stdout:3480: done (0 left) 2024-09-13T14:35:39.935 INFO:tasks.rados.rados.0.smithi071.stdout:3481: read oid 25 snap -1 2024-09-13T14:35:39.935 INFO:tasks.rados.rados.0.smithi071.stdout:3481: expect (ObjNum 1280 snap 441 seq_num 1280) 2024-09-13T14:35:39.935 INFO:tasks.rados.rados.0.smithi071.stdout:3482: read oid 23 snap -1 2024-09-13T14:35:39.935 INFO:tasks.rados.rados.0.smithi071.stdout:3482: expect (ObjNum 1210 snap 411 seq_num 1210) 2024-09-13T14:35:39.935 INFO:tasks.rados.rados.0.smithi071.stdout:3483: delete oid 45 current snap is 447 2024-09-13T14:35:39.940 INFO:tasks.rados.rados.0.smithi071.stdout:3483: done (2 left) 2024-09-13T14:35:39.940 INFO:tasks.rados.rados.0.smithi071.stdout:3484: write oid 43 current snap is 447 2024-09-13T14:35:39.940 INFO:tasks.rados.rados.0.smithi071.stdout:3484: seq_num 1292 ranges {514644=485365,1654853=487112,2930389=574970} 2024-09-13T14:35:39.946 INFO:tasks.rados.rados.0.smithi071.stdout:3484: writing smithi07185159-43 from 514644 to 1000009 tid 1 2024-09-13T14:35:39.953 INFO:tasks.rados.rados.0.smithi071.stdout:3484: writing smithi07185159-43 from 1654853 to 2141965 tid 2 2024-09-13T14:35:39.961 INFO:tasks.rados.rados.0.smithi071.stdout:3484: writing smithi07185159-43 from 2930389 to 3505359 tid 3 2024-09-13T14:35:39.961 INFO:tasks.rados.rados.0.smithi071.stdout:3485: read oid 33 snap -1 2024-09-13T14:35:39.961 INFO:tasks.rados.rados.0.smithi071.stdout:3485: expect (ObjNum 1179 snap 403 seq_num 1179) 2024-09-13T14:35:39.961 INFO:tasks.rados.rados.0.smithi071.stdout:3486: write oid 36 current snap is 447 2024-09-13T14:35:39.961 INFO:tasks.rados.rados.0.smithi071.stdout:3486: seq_num 1293 ranges {531451=676967,1713335=747123,2957812=502595} 2024-09-13T14:35:39.967 INFO:tasks.rados.rados.0.smithi071.stdout:3486: writing smithi07185159-36 from 531451 to 1208418 tid 1 2024-09-13T14:35:39.975 INFO:tasks.rados.rados.0.smithi071.stdout:3486: writing smithi07185159-36 from 1713335 to 2460458 tid 2 2024-09-13T14:35:39.980 INFO:tasks.rados.rados.0.smithi071.stdout:3486: writing smithi07185159-36 from 2957812 to 3460407 tid 3 2024-09-13T14:35:39.980 INFO:tasks.rados.rados.0.smithi071.stdout:3487: write oid 40 current snap is 447 2024-09-13T14:35:39.981 INFO:tasks.rados.rados.0.smithi071.stdout:3487: seq_num 1294 ranges {548258=752216,1771817=490781,2985235=713867} 2024-09-13T14:35:39.987 INFO:tasks.rados.rados.0.smithi071.stdout:3487: writing smithi07185159-40 from 548258 to 1300474 tid 1 2024-09-13T14:35:39.993 INFO:tasks.rados.rados.0.smithi071.stdout:3487: writing smithi07185159-40 from 1771817 to 2262598 tid 2 2024-09-13T14:35:40.001 INFO:tasks.rados.rados.0.smithi071.stdout:3487: writing smithi07185159-40 from 2985235 to 3699102 tid 3 2024-09-13T14:35:40.001 INFO:tasks.rados.rados.0.smithi071.stdout:3488: write oid 45 current snap is 447 2024-09-13T14:35:40.001 INFO:tasks.rados.rados.0.smithi071.stdout:3481: expect (ObjNum 1280 snap 441 seq_num 1280) 2024-09-13T14:35:40.201 INFO:tasks.rados.rados.0.smithi071.stdout:3484: finishing write tid 1 to smithi07185159-43 2024-09-13T14:35:40.201 INFO:tasks.rados.rados.0.smithi071.stdout:3482: expect (ObjNum 1210 snap 411 seq_num 1210) 2024-09-13T14:35:40.224 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:39 smithi104 ceph-mon[105578]: pgmap v883: 89 pgs: 89 active+clean; 229 MiB data, 829 MiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 1.1 MiB/s wr, 5 op/s 2024-09-13T14:35:40.224 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:39 smithi104 ceph-mon[105578]: osdmap e955: 8 total, 8 up, 8 in 2024-09-13T14:35:40.307 INFO:tasks.rados.rados.0.smithi071.stdout:3484: finishing write tid 2 to smithi07185159-43 2024-09-13T14:35:40.307 INFO:tasks.rados.rados.0.smithi071.stdout:3484: finishing write tid 3 to smithi07185159-43 2024-09-13T14:35:40.307 INFO:tasks.rados.rados.0.smithi071.stdout:3484: finishing write tid 4 to smithi07185159-43 2024-09-13T14:35:40.307 INFO:tasks.rados.rados.0.smithi071.stdout:3484: finishing write tid 5 to smithi07185159-43 2024-09-13T14:35:40.307 INFO:tasks.rados.rados.0.smithi071.stdout:3484: oid 43 updating version 0 to 1061 2024-09-13T14:35:40.307 INFO:tasks.rados.rados.0.smithi071.stdout:3484: oid 43 updating version 1061 to 1062 2024-09-13T14:35:40.307 INFO:tasks.rados.rados.0.smithi071.stdout:3484: oid 43 version 1062 is already newer than 1060 2024-09-13T14:35:40.307 INFO:tasks.rados.rados.0.smithi071.stdout:3484: oid 43 version 1062 is already newer than 1059 2024-09-13T14:35:40.307 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 43 v 1062 (ObjNum 1292 snap 447 seq_num 1292) dirty exists 2024-09-13T14:35:40.307 INFO:tasks.rados.rados.0.smithi071.stdout:3484: left oid 43 (ObjNum 1292 snap 447 seq_num 1292) 2024-09-13T14:35:40.308 INFO:tasks.rados.rados.0.smithi071.stdout:3486: finishing write tid 1 to smithi07185159-36 2024-09-13T14:35:40.308 INFO:tasks.rados.rados.0.smithi071.stdout:3485: expect (ObjNum 1179 snap 403 seq_num 1179) 2024-09-13T14:35:40.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:39 smithi071 ceph-mon[107477]: pgmap v883: 89 pgs: 89 active+clean; 229 MiB data, 829 MiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 1.1 MiB/s wr, 5 op/s 2024-09-13T14:35:40.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:39 smithi071 ceph-mon[107477]: osdmap e955: 8 total, 8 up, 8 in 2024-09-13T14:35:40.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:39 smithi071 ceph-mon[112785]: pgmap v883: 89 pgs: 89 active+clean; 229 MiB data, 829 MiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 1.1 MiB/s wr, 5 op/s 2024-09-13T14:35:40.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:39 smithi071 ceph-mon[112785]: osdmap e955: 8 total, 8 up, 8 in 2024-09-13T14:35:40.428 INFO:tasks.rados.rados.0.smithi071.stdout:3486: finishing write tid 2 to smithi07185159-36 2024-09-13T14:35:40.428 INFO:tasks.rados.rados.0.smithi071.stdout:3486: finishing write tid 3 to smithi07185159-36 2024-09-13T14:35:40.429 INFO:tasks.rados.rados.0.smithi071.stdout:3486: finishing write tid 4 to smithi07185159-36 2024-09-13T14:35:40.429 INFO:tasks.rados.rados.0.smithi071.stdout:3486: finishing write tid 5 to smithi07185159-36 2024-09-13T14:35:40.429 INFO:tasks.rados.rados.0.smithi071.stdout:3486: oid 36 updating version 0 to 757 2024-09-13T14:35:40.429 INFO:tasks.rados.rados.0.smithi071.stdout:3486: oid 36 updating version 757 to 759 2024-09-13T14:35:40.429 INFO:tasks.rados.rados.0.smithi071.stdout:3486: oid 36 updating version 759 to 760 2024-09-13T14:35:40.429 INFO:tasks.rados.rados.0.smithi071.stdout:3486: oid 36 version 760 is already newer than 758 2024-09-13T14:35:40.429 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 36 v 760 (ObjNum 1293 snap 447 seq_num 1293) dirty exists 2024-09-13T14:35:40.429 INFO:tasks.rados.rados.0.smithi071.stdout:3486: left oid 36 (ObjNum 1293 snap 447 seq_num 1293) 2024-09-13T14:35:40.429 INFO:tasks.rados.rados.0.smithi071.stdout:3487: finishing write tid 1 to smithi07185159-40 2024-09-13T14:35:40.429 INFO:tasks.rados.rados.0.smithi071.stdout:3487: finishing write tid 2 to smithi07185159-40 2024-09-13T14:35:40.429 INFO:tasks.rados.rados.0.smithi071.stdout:3488: seq_num 1295 ranges {565065=427465,1430299=634439,2496305=525139,3472104=292961} 2024-09-13T14:35:40.434 INFO:tasks.rados.rados.0.smithi071.stdout:3488: writing smithi07185159-45 from 565065 to 992530 tid 1 2024-09-13T14:35:40.439 INFO:tasks.rados.rados.0.smithi071.stdout:3488: writing smithi07185159-45 from 1430299 to 2064738 tid 2 2024-09-13T14:35:40.445 INFO:tasks.rados.rados.0.smithi071.stdout:3488: writing smithi07185159-45 from 2496305 to 3021444 tid 3 2024-09-13T14:35:40.449 INFO:tasks.rados.rados.0.smithi071.stdout:3488: writing smithi07185159-45 from 3472104 to 3765065 tid 4 2024-09-13T14:35:40.449 INFO:tasks.rados.rados.0.smithi071.stdout:3481: done (6 left) 2024-09-13T14:35:40.449 INFO:tasks.rados.rados.0.smithi071.stdout:3482: done (5 left) 2024-09-13T14:35:40.449 INFO:tasks.rados.rados.0.smithi071.stdout:3484: done (4 left) 2024-09-13T14:35:40.449 INFO:tasks.rados.rados.0.smithi071.stdout:3485: done (3 left) 2024-09-13T14:35:40.450 INFO:tasks.rados.rados.0.smithi071.stdout:3486: done (2 left) 2024-09-13T14:35:40.450 INFO:tasks.rados.rados.0.smithi071.stdout:3489: snap_remove snap 433 2024-09-13T14:35:40.948 INFO:tasks.rados.rados.0.smithi071.stdout:3489: done (2 left) 2024-09-13T14:35:40.948 INFO:tasks.rados.rados.0.smithi071.stdout:3490: read oid 32 snap -1 2024-09-13T14:35:40.948 INFO:tasks.rados.rados.0.smithi071.stdout:3490: expect (ObjNum 1218 snap 412 seq_num 1218) 2024-09-13T14:35:40.948 INFO:tasks.rados.rados.0.smithi071.stdout:3491: read oid 31 snap -1 2024-09-13T14:35:40.948 INFO:tasks.rados.rados.0.smithi071.stdout:3491: expect (ObjNum 1205 snap 409 seq_num 1205) 2024-09-13T14:35:40.948 INFO:tasks.rados.rados.0.smithi071.stdout:3492: read oid 37 snap -1 2024-09-13T14:35:40.948 INFO:tasks.rados.rados.0.smithi071.stdout:3492: expect (ObjNum 1275 snap 439 seq_num 1275) 2024-09-13T14:35:40.948 INFO:tasks.rados.rados.0.smithi071.stdout:3493: rollback oid 16 current snap is 447 2024-09-13T14:35:40.948 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 16 to 437 2024-09-13T14:35:40.948 INFO:tasks.rados.rados.0.smithi071.stdout:3494: read oid 49 snap -1 2024-09-13T14:35:40.948 INFO:tasks.rados.rados.0.smithi071.stdout:3494: expect (ObjNum 1284 snap 445 seq_num 1284) 2024-09-13T14:35:40.948 INFO:tasks.rados.rados.0.smithi071.stdout:3495: write oid 11 current snap is 447 2024-09-13T14:35:40.949 INFO:tasks.rados.rados.0.smithi071.stdout:3495: seq_num 1296 ranges {581872=502714,1488781=494450,2640081=736411} 2024-09-13T14:35:40.954 INFO:tasks.rados.rados.0.smithi071.stdout:3495: writing smithi07185159-11 from 581872 to 1084586 tid 1 2024-09-13T14:35:40.960 INFO:tasks.rados.rados.0.smithi071.stdout:3495: writing smithi07185159-11 from 1488781 to 1983231 tid 2 2024-09-13T14:35:40.968 INFO:tasks.rados.rados.0.smithi071.stdout:3495: writing smithi07185159-11 from 2640081 to 3376492 tid 3 2024-09-13T14:35:40.968 INFO:tasks.rados.rados.0.smithi071.stdout:3496: delete oid 1 current snap is 447 2024-09-13T14:35:40.968 INFO:tasks.rados.rados.0.smithi071.stdout:3487: finishing write tid 3 to smithi07185159-40 2024-09-13T14:35:40.968 INFO:tasks.rados.rados.0.smithi071.stdout:3487: finishing write tid 4 to smithi07185159-40 2024-09-13T14:35:40.969 INFO:tasks.rados.rados.0.smithi071.stdout:3487: finishing write tid 5 to smithi07185159-40 2024-09-13T14:35:40.969 INFO:tasks.rados.rados.0.smithi071.stdout:3487: oid 40 updating version 0 to 765 2024-09-13T14:35:40.969 INFO:tasks.rados.rados.0.smithi071.stdout:3487: oid 40 version 765 is already newer than 762 2024-09-13T14:35:40.969 INFO:tasks.rados.rados.0.smithi071.stdout:3487: oid 40 version 765 is already newer than 764 2024-09-13T14:35:40.969 INFO:tasks.rados.rados.0.smithi071.stdout:3487: oid 40 version 765 is already newer than 763 2024-09-13T14:35:40.969 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 40 v 765 (ObjNum 1294 snap 447 seq_num 1294) dirty exists 2024-09-13T14:35:40.969 INFO:tasks.rados.rados.0.smithi071.stdout:3487: left oid 40 (ObjNum 1294 snap 447 seq_num 1294) 2024-09-13T14:35:40.969 INFO:tasks.rados.rados.0.smithi071.stdout:3488: finishing write tid 1 to smithi07185159-45 2024-09-13T14:35:40.969 INFO:tasks.rados.rados.0.smithi071.stdout:3488: finishing write tid 2 to smithi07185159-45 2024-09-13T14:35:40.969 INFO:tasks.rados.rados.0.smithi071.stdout:3488: finishing write tid 3 to smithi07185159-45 2024-09-13T14:35:40.969 INFO:tasks.rados.rados.0.smithi071.stdout:3488: finishing write tid 4 to smithi07185159-45 2024-09-13T14:35:40.969 INFO:tasks.rados.rados.0.smithi071.stdout:3488: finishing write tid 5 to smithi07185159-45 2024-09-13T14:35:40.969 INFO:tasks.rados.rados.0.smithi071.stdout:3488: finishing write tid 6 to smithi07185159-45 2024-09-13T14:35:40.969 INFO:tasks.rados.rados.0.smithi071.stdout:3488: oid 45 updating version 0 to 1904 2024-09-13T14:35:40.970 INFO:tasks.rados.rados.0.smithi071.stdout:3488: oid 45 version 1904 is already newer than 1901 2024-09-13T14:35:40.970 INFO:tasks.rados.rados.0.smithi071.stdout:3488: oid 45 version 1904 is already newer than 1903 2024-09-13T14:35:40.970 INFO:tasks.rados.rados.0.smithi071.stdout:3488: oid 45 version 1904 is already newer than 1902 2024-09-13T14:35:40.970 INFO:tasks.rados.rados.0.smithi071.stdout:3488: oid 45 updating version 1904 to 1905 2024-09-13T14:35:40.970 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 45 v 1905 (ObjNum 1295 snap 447 seq_num 1295) dirty exists 2024-09-13T14:35:40.970 INFO:tasks.rados.rados.0.smithi071.stdout:3488: left oid 45 (ObjNum 1295 snap 447 seq_num 1295) 2024-09-13T14:35:40.970 INFO:tasks.rados.rados.0.smithi071.stdout:3493: finishing rollback tid 0 to smithi07185159-16 2024-09-13T14:35:40.970 INFO:tasks.rados.rados.0.smithi071.stdout:3493: finishing rollback tid 1 to smithi07185159-16 2024-09-13T14:35:40.970 INFO:tasks.rados.rados.0.smithi071.stdout:3493: finishing rollback tid 2 to smithi07185159-16 2024-09-13T14:35:40.970 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 16 v 1070 (ObjNum 1254 snap 428 seq_num 1254) dirty exists 2024-09-13T14:35:40.970 INFO:tasks.rados.rados.0.smithi071.stdout:3494: expect (ObjNum 1284 snap 445 seq_num 1284) 2024-09-13T14:35:41.139 INFO:tasks.rados.rados.0.smithi071.stdout:3495: finishing write tid 1 to smithi07185159-11 2024-09-13T14:35:41.139 INFO:tasks.rados.rados.0.smithi071.stdout:3491: expect (ObjNum 1205 snap 409 seq_num 1205) 2024-09-13T14:35:41.253 INFO:tasks.rados.rados.0.smithi071.stdout:3495: finishing write tid 2 to smithi07185159-11 2024-09-13T14:35:41.253 INFO:tasks.rados.rados.0.smithi071.stdout:3490: expect (ObjNum 1218 snap 412 seq_num 1218) 2024-09-13T14:35:41.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:40 smithi071 ceph-mon[107477]: osdmap e956: 8 total, 8 up, 8 in 2024-09-13T14:35:41.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:40 smithi071 ceph-mon[112785]: osdmap e956: 8 total, 8 up, 8 in 2024-09-13T14:35:41.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:40 smithi104 ceph-mon[105578]: osdmap e956: 8 total, 8 up, 8 in 2024-09-13T14:35:41.425 INFO:tasks.rados.rados.0.smithi071.stdout:3495: finishing write tid 3 to smithi07185159-11 2024-09-13T14:35:41.426 INFO:tasks.rados.rados.0.smithi071.stdout:3495: finishing write tid 4 to smithi07185159-11 2024-09-13T14:35:41.426 INFO:tasks.rados.rados.0.smithi071.stdout:3495: finishing write tid 5 to smithi07185159-11 2024-09-13T14:35:41.426 INFO:tasks.rados.rados.0.smithi071.stdout:3495: oid 11 updating version 0 to 1911 2024-09-13T14:35:41.426 INFO:tasks.rados.rados.0.smithi071.stdout:3495: oid 11 version 1911 is already newer than 1910 2024-09-13T14:35:41.426 INFO:tasks.rados.rados.0.smithi071.stdout:3495: oid 11 version 1911 is already newer than 1909 2024-09-13T14:35:41.426 INFO:tasks.rados.rados.0.smithi071.stdout:3495: oid 11 updating version 1911 to 1912 2024-09-13T14:35:41.426 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 11 v 1912 (ObjNum 1296 snap 447 seq_num 1296) dirty exists 2024-09-13T14:35:41.426 INFO:tasks.rados.rados.0.smithi071.stdout:3495: left oid 11 (ObjNum 1296 snap 447 seq_num 1296) 2024-09-13T14:35:41.426 INFO:tasks.rados.rados.0.smithi071.stdout:3492: expect (ObjNum 1275 snap 439 seq_num 1275) 2024-09-13T14:35:41.613 INFO:tasks.rados.rados.0.smithi071.stdout:3487: done (8 left) 2024-09-13T14:35:41.613 INFO:tasks.rados.rados.0.smithi071.stdout:3488: done (7 left) 2024-09-13T14:35:41.613 INFO:tasks.rados.rados.0.smithi071.stdout:3490: done (6 left) 2024-09-13T14:35:41.613 INFO:tasks.rados.rados.0.smithi071.stdout:3491: done (5 left) 2024-09-13T14:35:41.613 INFO:tasks.rados.rados.0.smithi071.stdout:3492: done (4 left) 2024-09-13T14:35:41.613 INFO:tasks.rados.rados.0.smithi071.stdout:3493: done (3 left) 2024-09-13T14:35:41.614 INFO:tasks.rados.rados.0.smithi071.stdout:3494: done (2 left) 2024-09-13T14:35:41.614 INFO:tasks.rados.rados.0.smithi071.stdout:3495: done (1 left) 2024-09-13T14:35:41.614 INFO:tasks.rados.rados.0.smithi071.stdout:3496: done (0 left) 2024-09-13T14:35:41.614 INFO:tasks.rados.rados.0.smithi071.stdout:3497: read oid 32 snap -1 2024-09-13T14:35:41.614 INFO:tasks.rados.rados.0.smithi071.stdout:3497: expect (ObjNum 1218 snap 412 seq_num 1218) 2024-09-13T14:35:41.614 INFO:tasks.rados.rados.0.smithi071.stdout:3498: write oid 6 current snap is 447 2024-09-13T14:35:41.614 INFO:tasks.rados.rados.0.smithi071.stdout:3498: seq_num 1298 ranges {615486=653212,1889392=498119,2978574=475308} 2024-09-13T14:35:41.620 INFO:tasks.rados.rados.0.smithi071.stdout:3498: writing smithi07185159-6 from 615486 to 1268698 tid 1 2024-09-13T14:35:41.626 INFO:tasks.rados.rados.0.smithi071.stdout:3498: writing smithi07185159-6 from 1889392 to 2387511 tid 2 2024-09-13T14:35:41.632 INFO:tasks.rados.rados.0.smithi071.stdout:3498: writing smithi07185159-6 from 2978574 to 3453882 tid 3 2024-09-13T14:35:41.632 INFO:tasks.rados.rados.0.smithi071.stdout:3499: write oid 44 current snap is 447 2024-09-13T14:35:41.632 INFO:tasks.rados.rados.0.smithi071.stdout:3499: seq_num 1299 ranges {632293=728461,1947874=641777,3005997=686580} 2024-09-13T14:35:41.639 INFO:tasks.rados.rados.0.smithi071.stdout:3499: writing smithi07185159-44 from 632293 to 1360754 tid 1 2024-09-13T14:35:41.646 INFO:tasks.rados.rados.0.smithi071.stdout:3499: writing smithi07185159-44 from 1947874 to 2589651 tid 2 2024-09-13T14:35:41.651 INFO:tasks.rados.rados.0.smithi071.stdout:3499: writing smithi07185159-44 from 3005997 to 3692577 tid 3 2024-09-13T14:35:41.651 INFO:tasks.rados.rados.0.smithi071.stdout:3500: write oid 29 current snap is 447 2024-09-13T14:35:41.652 INFO:tasks.rados.rados.0.smithi071.stdout:3500: seq_num 1300 ranges {649100=403710,1606356=501788,2633420=497852,3636005=213095} 2024-09-13T14:35:41.657 INFO:tasks.rados.rados.0.smithi071.stdout:3500: writing smithi07185159-29 from 649100 to 1052810 tid 1 2024-09-13T14:35:41.663 INFO:tasks.rados.rados.0.smithi071.stdout:3500: writing smithi07185159-29 from 1606356 to 2108144 tid 2 2024-09-13T14:35:41.668 INFO:tasks.rados.rados.0.smithi071.stdout:3500: writing smithi07185159-29 from 2633420 to 3131272 tid 3 2024-09-13T14:35:41.672 INFO:tasks.rados.rados.0.smithi071.stdout:3500: writing smithi07185159-29 from 3636005 to 3849100 tid 4 2024-09-13T14:35:41.672 INFO:tasks.rados.rados.0.smithi071.stdout:3501: read oid 8 snap -1 2024-09-13T14:35:41.673 INFO:tasks.rados.rados.0.smithi071.stdout:3501: expect deleted 2024-09-13T14:35:41.673 INFO:tasks.rados.rados.0.smithi071.stdout:3502: snap_create 2024-09-13T14:35:41.673 INFO:tasks.rados.rados.0.smithi071.stdout:3497: expect (ObjNum 1218 snap 412 seq_num 1218) 2024-09-13T14:35:41.845 INFO:tasks.rados.rados.0.smithi071.stdout:3498: finishing write tid 1 to smithi07185159-6 2024-09-13T14:35:41.845 INFO:tasks.rados.rados.0.smithi071.stdout:3498: finishing write tid 2 to smithi07185159-6 2024-09-13T14:35:41.845 INFO:tasks.rados.rados.0.smithi071.stdout:3498: finishing write tid 3 to smithi07185159-6 2024-09-13T14:35:41.845 INFO:tasks.rados.rados.0.smithi071.stdout:3498: finishing write tid 4 to smithi07185159-6 2024-09-13T14:35:41.845 INFO:tasks.rados.rados.0.smithi071.stdout:3498: finishing write tid 5 to smithi07185159-6 2024-09-13T14:35:41.846 INFO:tasks.rados.rados.0.smithi071.stdout:3498: oid 6 updating version 0 to 3197 2024-09-13T14:35:41.846 INFO:tasks.rados.rados.0.smithi071.stdout:3498: oid 6 updating version 3197 to 3198 2024-09-13T14:35:41.846 INFO:tasks.rados.rados.0.smithi071.stdout:3498: oid 6 updating version 3198 to 3199 2024-09-13T14:35:41.846 INFO:tasks.rados.rados.0.smithi071.stdout:3498: oid 6 version 3199 is already newer than 3196 2024-09-13T14:35:41.846 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 6 v 3199 (ObjNum 1298 snap 447 seq_num 1298) dirty exists 2024-09-13T14:35:41.846 INFO:tasks.rados.rados.0.smithi071.stdout:3498: left oid 6 (ObjNum 1298 snap 447 seq_num 1298) 2024-09-13T14:35:41.846 INFO:tasks.rados.rados.0.smithi071.stdout:3499: finishing write tid 1 to smithi07185159-44 2024-09-13T14:35:41.846 INFO:tasks.rados.rados.0.smithi071.stdout:3499: finishing write tid 2 to smithi07185159-44 2024-09-13T14:35:41.846 INFO:tasks.rados.rados.0.smithi071.stdout:3499: finishing write tid 3 to smithi07185159-44 2024-09-13T14:35:41.846 INFO:tasks.rados.rados.0.smithi071.stdout:3499: finishing write tid 4 to smithi07185159-44 2024-09-13T14:35:41.846 INFO:tasks.rados.rados.0.smithi071.stdout:3499: finishing write tid 5 to smithi07185159-44 2024-09-13T14:35:41.846 INFO:tasks.rados.rados.0.smithi071.stdout:3499: oid 44 updating version 0 to 1808 2024-09-13T14:35:41.846 INFO:tasks.rados.rados.0.smithi071.stdout:3499: oid 44 version 1808 is already newer than 1806 2024-09-13T14:35:41.846 INFO:tasks.rados.rados.0.smithi071.stdout:3499: oid 44 version 1808 is already newer than 1807 2024-09-13T14:35:41.846 INFO:tasks.rados.rados.0.smithi071.stdout:3499: oid 44 version 1808 is already newer than 1805 2024-09-13T14:35:41.847 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 44 v 1808 (ObjNum 1299 snap 447 seq_num 1299) dirty exists 2024-09-13T14:35:41.847 INFO:tasks.rados.rados.0.smithi071.stdout:3499: left oid 44 (ObjNum 1299 snap 447 seq_num 1299) 2024-09-13T14:35:41.847 INFO:tasks.rados.rados.0.smithi071.stdout:3500: finishing write tid 1 to smithi07185159-29 2024-09-13T14:35:41.847 INFO:tasks.rados.rados.0.smithi071.stdout:3500: finishing write tid 2 to smithi07185159-29 2024-09-13T14:35:41.847 INFO:tasks.rados.rados.0.smithi071.stdout:3500: finishing write tid 3 to smithi07185159-29 2024-09-13T14:35:41.847 INFO:tasks.rados.rados.0.smithi071.stdout:3500: finishing write tid 4 to smithi07185159-29 2024-09-13T14:35:41.847 INFO:tasks.rados.rados.0.smithi071.stdout:3500: finishing write tid 5 to smithi07185159-29 2024-09-13T14:35:41.847 INFO:tasks.rados.rados.0.smithi071.stdout:3500: finishing write tid 6 to smithi07185159-29 2024-09-13T14:35:41.847 INFO:tasks.rados.rados.0.smithi071.stdout:3500: oid 29 updating version 0 to 1915 2024-09-13T14:35:41.847 INFO:tasks.rados.rados.0.smithi071.stdout:3500: oid 29 version 1915 is already newer than 1914 2024-09-13T14:35:41.847 INFO:tasks.rados.rados.0.smithi071.stdout:3500: oid 29 updating version 1915 to 1916 2024-09-13T14:35:41.847 INFO:tasks.rados.rados.0.smithi071.stdout:3500: oid 29 updating version 1916 to 1918 2024-09-13T14:35:41.847 INFO:tasks.rados.rados.0.smithi071.stdout:3500: oid 29 version 1918 is already newer than 1917 2024-09-13T14:35:41.847 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 29 v 1918 (ObjNum 1300 snap 447 seq_num 1300) dirty exists 2024-09-13T14:35:41.848 INFO:tasks.rados.rados.0.smithi071.stdout:3500: left oid 29 (ObjNum 1300 snap 447 seq_num 1300) 2024-09-13T14:35:41.946 INFO:tasks.rados.rados.0.smithi071.stdout:3497: done (5 left) 2024-09-13T14:35:41.946 INFO:tasks.rados.rados.0.smithi071.stdout:3498: done (4 left) 2024-09-13T14:35:41.946 INFO:tasks.rados.rados.0.smithi071.stdout:3499: done (3 left) 2024-09-13T14:35:41.946 INFO:tasks.rados.rados.0.smithi071.stdout:3500: done (2 left) 2024-09-13T14:35:41.946 INFO:tasks.rados.rados.0.smithi071.stdout:3501: done (1 left) 2024-09-13T14:35:41.946 INFO:tasks.rados.rados.0.smithi071.stdout:3502: done (0 left) 2024-09-13T14:35:41.946 INFO:tasks.rados.rados.0.smithi071.stdout:3503: write oid 42 current snap is 448 2024-09-13T14:35:41.946 INFO:tasks.rados.rados.0.smithi071.stdout:3503: seq_num 1301 ranges {665907=595312,1781191=645446,3177196=688711} 2024-09-13T14:35:41.952 INFO:tasks.rados.rados.0.smithi071.stdout:3503: writing smithi07185159-42 from 665907 to 1261219 tid 1 2024-09-13T14:35:41.959 INFO:tasks.rados.rados.0.smithi071.stdout:3503: writing smithi07185159-42 from 1781191 to 2426637 tid 2 2024-09-13T14:35:41.967 INFO:tasks.rados.rados.0.smithi071.stdout:3503: writing smithi07185159-42 from 3177196 to 3865907 tid 3 2024-09-13T14:35:41.967 INFO:tasks.rados.rados.0.smithi071.stdout:3504: read oid 26 snap -1 2024-09-13T14:35:41.967 INFO:tasks.rados.rados.0.smithi071.stdout:3504: expect (ObjNum 1075 snap 367 seq_num 1075) 2024-09-13T14:35:41.967 INFO:tasks.rados.rados.0.smithi071.stdout:3505: write oid 2 current snap is 448 2024-09-13T14:35:41.967 INFO:tasks.rados.rados.0.smithi071.stdout:3503: finishing write tid 1 to smithi07185159-42 2024-09-13T14:35:41.967 INFO:tasks.rados.rados.0.smithi071.stdout:3503: finishing write tid 2 to smithi07185159-42 2024-09-13T14:35:41.967 INFO:tasks.rados.rados.0.smithi071.stdout:3505: seq_num 1302 ranges {682714=670561,2123320=505457,3088266=636749} 2024-09-13T14:35:41.975 INFO:tasks.rados.rados.0.smithi071.stdout:3505: writing smithi07185159-2 from 682714 to 1353275 tid 1 2024-09-13T14:35:41.982 INFO:tasks.rados.rados.0.smithi071.stdout:3505: writing smithi07185159-2 from 2123320 to 2628777 tid 2 2024-09-13T14:35:41.988 INFO:tasks.rados.rados.0.smithi071.stdout:3505: writing smithi07185159-2 from 3088266 to 3725015 tid 3 2024-09-13T14:35:41.988 INFO:tasks.rados.rados.0.smithi071.stdout:3506: write oid 36 current snap is 448 2024-09-13T14:35:41.988 INFO:tasks.rados.rados.0.smithi071.stdout:3506: seq_num 1303 ranges {699521=745810,2181802=649115,3515689=383832} 2024-09-13T14:35:41.996 INFO:tasks.rados.rados.0.smithi071.stdout:3506: writing smithi07185159-36 from 699521 to 1445331 tid 1 2024-09-13T14:35:42.003 INFO:tasks.rados.rados.0.smithi071.stdout:3506: writing smithi07185159-36 from 2181802 to 2830917 tid 2 2024-09-13T14:35:42.010 INFO:tasks.rados.rados.0.smithi071.stdout:3506: writing smithi07185159-36 from 3515689 to 3899521 tid 3 2024-09-13T14:35:42.010 INFO:tasks.rados.rados.0.smithi071.stdout:3507: read oid 14 snap -1 2024-09-13T14:35:42.010 INFO:tasks.rados.rados.0.smithi071.stdout:3507: expect (ObjNum 1193 snap 406 seq_num 1193) 2024-09-13T14:35:42.011 INFO:tasks.rados.rados.0.smithi071.stdout:3508: rollback oid 19 current snap is 448 2024-09-13T14:35:42.011 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 19 to 446 2024-09-13T14:35:42.011 INFO:tasks.rados.rados.0.smithi071.stdout:3503: finishing write tid 3 to smithi07185159-42 2024-09-13T14:35:42.011 INFO:tasks.rados.rados.0.smithi071.stdout:3503: finishing write tid 4 to smithi07185159-42 2024-09-13T14:35:42.011 INFO:tasks.rados.rados.0.smithi071.stdout:3503: finishing write tid 5 to smithi07185159-42 2024-09-13T14:35:42.011 INFO:tasks.rados.rados.0.smithi071.stdout:3503: oid 42 updating version 0 to 1922 2024-09-13T14:35:42.011 INFO:tasks.rados.rados.0.smithi071.stdout:3503: oid 42 version 1922 is already newer than 1920 2024-09-13T14:35:42.011 INFO:tasks.rados.rados.0.smithi071.stdout:3503: oid 42 version 1922 is already newer than 1921 2024-09-13T14:35:42.011 INFO:tasks.rados.rados.0.smithi071.stdout:3503: oid 42 version 1922 is already newer than 1919 2024-09-13T14:35:42.011 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 42 v 1922 (ObjNum 1301 snap 448 seq_num 1301) dirty exists 2024-09-13T14:35:42.011 INFO:tasks.rados.rados.0.smithi071.stdout:3503: left oid 42 (ObjNum 1301 snap 448 seq_num 1301) 2024-09-13T14:35:42.011 INFO:tasks.rados.rados.0.smithi071.stdout:3504: expect (ObjNum 1075 snap 367 seq_num 1075) 2024-09-13T14:35:42.132 INFO:tasks.rados.rados.0.smithi071.stdout:3505: finishing write tid 1 to smithi07185159-2 2024-09-13T14:35:42.133 INFO:tasks.rados.rados.0.smithi071.stdout:3505: finishing write tid 2 to smithi07185159-2 2024-09-13T14:35:42.133 INFO:tasks.rados.rados.0.smithi071.stdout:3505: finishing write tid 3 to smithi07185159-2 2024-09-13T14:35:42.133 INFO:tasks.rados.rados.0.smithi071.stdout:3505: finishing write tid 4 to smithi07185159-2 2024-09-13T14:35:42.133 INFO:tasks.rados.rados.0.smithi071.stdout:3505: finishing write tid 5 to smithi07185159-2 2024-09-13T14:35:42.133 INFO:tasks.rados.rados.0.smithi071.stdout:3505: oid 2 updating version 0 to 683 2024-09-13T14:35:42.133 INFO:tasks.rados.rados.0.smithi071.stdout:3505: oid 2 updating version 683 to 684 2024-09-13T14:35:42.133 INFO:tasks.rados.rados.0.smithi071.stdout:3505: oid 2 version 684 is already newer than 681 2024-09-13T14:35:42.133 INFO:tasks.rados.rados.0.smithi071.stdout:3505: oid 2 version 684 is already newer than 682 2024-09-13T14:35:42.133 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 2 v 684 (ObjNum 1302 snap 448 seq_num 1302) dirty exists 2024-09-13T14:35:42.133 INFO:tasks.rados.rados.0.smithi071.stdout:3505: left oid 2 (ObjNum 1302 snap 448 seq_num 1302) 2024-09-13T14:35:42.134 INFO:tasks.rados.rados.0.smithi071.stdout:3506: finishing write tid 1 to smithi07185159-36 2024-09-13T14:35:42.134 INFO:tasks.rados.rados.0.smithi071.stdout:3503: done (5 left) 2024-09-13T14:35:42.134 INFO:tasks.rados.rados.0.smithi071.stdout:3504: done (4 left) 2024-09-13T14:35:42.134 INFO:tasks.rados.rados.0.smithi071.stdout:3505: done (3 left) 2024-09-13T14:35:42.134 INFO:tasks.rados.rados.0.smithi071.stdout:3509: read oid 43 snap -1 2024-09-13T14:35:42.134 INFO:tasks.rados.rados.0.smithi071.stdout:3509: expect (ObjNum 1292 snap 447 seq_num 1292) 2024-09-13T14:35:42.134 INFO:tasks.rados.rados.0.smithi071.stdout:3510: write oid 41 current snap is 448 2024-09-13T14:35:42.134 INFO:tasks.rados.rados.0.smithi071.stdout:3506: finishing write tid 2 to smithi07185159-36 2024-09-13T14:35:42.134 INFO:tasks.rados.rados.0.smithi071.stdout:3507: expect (ObjNum 1193 snap 406 seq_num 1193) 2024-09-13T14:35:42.245 INFO:tasks.rados.rados.0.smithi071.stdout:3506: finishing write tid 3 to smithi07185159-36 2024-09-13T14:35:42.245 INFO:tasks.rados.rados.0.smithi071.stdout:3506: finishing write tid 4 to smithi07185159-36 2024-09-13T14:35:42.245 INFO:tasks.rados.rados.0.smithi071.stdout:3506: finishing write tid 5 to smithi07185159-36 2024-09-13T14:35:42.245 INFO:tasks.rados.rados.0.smithi071.stdout:3506: oid 36 updating version 0 to 774 2024-09-13T14:35:42.245 INFO:tasks.rados.rados.0.smithi071.stdout:3506: oid 36 version 774 is already newer than 771 2024-09-13T14:35:42.245 INFO:tasks.rados.rados.0.smithi071.stdout:3506: oid 36 version 774 is already newer than 773 2024-09-13T14:35:42.245 INFO:tasks.rados.rados.0.smithi071.stdout:3506: oid 36 version 774 is already newer than 772 2024-09-13T14:35:42.245 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 36 v 774 (ObjNum 1303 snap 448 seq_num 1303) dirty exists 2024-09-13T14:35:42.245 INFO:tasks.rados.rados.0.smithi071.stdout:3506: left oid 36 (ObjNum 1303 snap 448 seq_num 1303) 2024-09-13T14:35:42.245 INFO:tasks.rados.rados.0.smithi071.stdout:3508: finishing rollback tid 0 to smithi07185159-19 2024-09-13T14:35:42.245 INFO:tasks.rados.rados.0.smithi071.stdout:3508: finishing rollback tid 1 to smithi07185159-19 2024-09-13T14:35:42.246 INFO:tasks.rados.rados.0.smithi071.stdout:3508: finishing rollback tid 2 to smithi07185159-19 2024-09-13T14:35:42.246 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 19 v 1212 (ObjNum 1259 snap 431 seq_num 1259) dirty exists 2024-09-13T14:35:42.246 INFO:tasks.rados.rados.0.smithi071.stdout:3510: seq_num 1304 ranges {716328=421059,1840284=509126,3143112=659293} 2024-09-13T14:35:42.250 INFO:tasks.rados.rados.0.smithi071.stdout:3510: writing smithi07185159-41 from 716328 to 1137387 tid 1 2024-09-13T14:35:42.257 INFO:tasks.rados.rados.0.smithi071.stdout:3510: writing smithi07185159-41 from 1840284 to 2349410 tid 2 2024-09-13T14:35:42.265 INFO:tasks.rados.rados.0.smithi071.stdout:3510: writing smithi07185159-41 from 3143112 to 3802405 tid 3 2024-09-13T14:35:42.265 INFO:tasks.rados.rados.0.smithi071.stdout:3506: done (4 left) 2024-09-13T14:35:42.265 INFO:tasks.rados.rados.0.smithi071.stdout:3507: done (3 left) 2024-09-13T14:35:42.266 INFO:tasks.rados.rados.0.smithi071.stdout:3508: done (2 left) 2024-09-13T14:35:42.266 INFO:tasks.rados.rados.0.smithi071.stdout:3511: read oid 7 snap -1 2024-09-13T14:35:42.266 INFO:tasks.rados.rados.0.smithi071.stdout:3511: expect (ObjNum 1289 snap 446 seq_num 1289) 2024-09-13T14:35:42.266 INFO:tasks.rados.rados.0.smithi071.stdout:3512: snap_remove snap 447 2024-09-13T14:35:42.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:41 smithi071 ceph-mon[107477]: pgmap v886: 89 pgs: 89 active+clean; 200 MiB data, 762 MiB used, 714 GiB / 715 GiB avail; 5.2 MiB/s rd, 1.3 MiB/s wr, 8 op/s 2024-09-13T14:35:42.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:41 smithi071 ceph-mon[107477]: osdmap e957: 8 total, 8 up, 8 in 2024-09-13T14:35:42.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:41 smithi071 ceph-mon[112785]: pgmap v886: 89 pgs: 89 active+clean; 200 MiB data, 762 MiB used, 714 GiB / 715 GiB avail; 5.2 MiB/s rd, 1.3 MiB/s wr, 8 op/s 2024-09-13T14:35:42.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:41 smithi071 ceph-mon[112785]: osdmap e957: 8 total, 8 up, 8 in 2024-09-13T14:35:42.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:41 smithi104 ceph-mon[105578]: pgmap v886: 89 pgs: 89 active+clean; 200 MiB data, 762 MiB used, 714 GiB / 715 GiB avail; 5.2 MiB/s rd, 1.3 MiB/s wr, 8 op/s 2024-09-13T14:35:42.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:41 smithi104 ceph-mon[105578]: osdmap e957: 8 total, 8 up, 8 in 2024-09-13T14:35:42.957 INFO:tasks.rados.rados.0.smithi071.stdout:3512: done (3 left) 2024-09-13T14:35:42.957 INFO:tasks.rados.rados.0.smithi071.stdout:3513: write oid 8 current snap is 448 2024-09-13T14:35:42.957 INFO:tasks.rados.rados.0.smithi071.stdout:3513: seq_num 1305 ranges {733135=496308,1898766=652784,3170535=470565} 2024-09-13T14:35:42.964 INFO:tasks.rados.rados.0.smithi071.stdout:3513: writing smithi07185159-8 from 733135 to 1229443 tid 1 2024-09-13T14:35:42.971 INFO:tasks.rados.rados.0.smithi071.stdout:3513: writing smithi07185159-8 from 1898766 to 2551550 tid 2 2024-09-13T14:35:42.977 INFO:tasks.rados.rados.0.smithi071.stdout:3513: writing smithi07185159-8 from 3170535 to 3641100 tid 3 2024-09-13T14:35:42.978 INFO:tasks.rados.rados.0.smithi071.stdout:3514: write oid 46 current snap is 448 2024-09-13T14:35:42.978 INFO:tasks.rados.rados.0.smithi071.stdout:3509: expect (ObjNum 1292 snap 447 seq_num 1292) 2024-09-13T14:35:43.099 INFO:tasks.rados.rados.0.smithi071.stdout:3510: finishing write tid 1 to smithi07185159-41 2024-09-13T14:35:43.099 INFO:tasks.rados.rados.0.smithi071.stdout:3510: finishing write tid 2 to smithi07185159-41 2024-09-13T14:35:43.099 INFO:tasks.rados.rados.0.smithi071.stdout:3510: finishing write tid 3 to smithi07185159-41 2024-09-13T14:35:43.099 INFO:tasks.rados.rados.0.smithi071.stdout:3510: finishing write tid 4 to smithi07185159-41 2024-09-13T14:35:43.099 INFO:tasks.rados.rados.0.smithi071.stdout:3510: finishing write tid 5 to smithi07185159-41 2024-09-13T14:35:43.099 INFO:tasks.rados.rados.0.smithi071.stdout:3510: oid 41 updating version 0 to 1923 2024-09-13T14:35:43.099 INFO:tasks.rados.rados.0.smithi071.stdout:3510: oid 41 updating version 1923 to 1924 2024-09-13T14:35:43.100 INFO:tasks.rados.rados.0.smithi071.stdout:3510: oid 41 updating version 1924 to 1925 2024-09-13T14:35:43.100 INFO:tasks.rados.rados.0.smithi071.stdout:3510: oid 41 updating version 1925 to 1926 2024-09-13T14:35:43.100 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 41 v 1926 (ObjNum 1304 snap 448 seq_num 1304) dirty exists 2024-09-13T14:35:43.100 INFO:tasks.rados.rados.0.smithi071.stdout:3510: left oid 41 (ObjNum 1304 snap 448 seq_num 1304) 2024-09-13T14:35:43.100 INFO:tasks.rados.rados.0.smithi071.stdout:3511: expect (ObjNum 1289 snap 446 seq_num 1289) 2024-09-13T14:35:43.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:42 smithi071 ceph-mon[107477]: osdmap e958: 8 total, 8 up, 8 in 2024-09-13T14:35:43.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:42 smithi071 ceph-mon[112785]: osdmap e958: 8 total, 8 up, 8 in 2024-09-13T14:35:43.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:35:42 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:35:42] "GET /metrics HTTP/1.1" 200 36395 "" "Prometheus/2.51.0" 2024-09-13T14:35:43.214 INFO:tasks.rados.rados.0.smithi071.stdout:3513: finishing write tid 1 to smithi07185159-8 2024-09-13T14:35:43.214 INFO:tasks.rados.rados.0.smithi071.stdout:3513: finishing write tid 2 to smithi07185159-8 2024-09-13T14:35:43.214 INFO:tasks.rados.rados.0.smithi071.stdout:3513: finishing write tid 3 to smithi07185159-8 2024-09-13T14:35:43.214 INFO:tasks.rados.rados.0.smithi071.stdout:3513: finishing write tid 4 to smithi07185159-8 2024-09-13T14:35:43.214 INFO:tasks.rados.rados.0.smithi071.stdout:3513: finishing write tid 5 to smithi07185159-8 2024-09-13T14:35:43.214 INFO:tasks.rados.rados.0.smithi071.stdout:3513: oid 8 updating version 0 to 1072 2024-09-13T14:35:43.214 INFO:tasks.rados.rados.0.smithi071.stdout:3513: oid 8 updating version 1072 to 1073 2024-09-13T14:35:43.214 INFO:tasks.rados.rados.0.smithi071.stdout:3513: oid 8 version 1073 is already newer than 1071 2024-09-13T14:35:43.214 INFO:tasks.rados.rados.0.smithi071.stdout:3513: oid 8 updating version 1073 to 1074 2024-09-13T14:35:43.215 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 8 v 1074 (ObjNum 1305 snap 448 seq_num 1305) dirty exists 2024-09-13T14:35:43.215 INFO:tasks.rados.rados.0.smithi071.stdout:3513: left oid 8 (ObjNum 1305 snap 448 seq_num 1305) 2024-09-13T14:35:43.215 INFO:tasks.rados.rados.0.smithi071.stdout:3514: seq_num 1306 ranges {749942=571557,1840895=796442,3365252=584690} 2024-09-13T14:35:43.220 INFO:tasks.rados.rados.0.smithi071.stdout:3514: writing smithi07185159-46 from 749942 to 1321499 tid 1 2024-09-13T14:35:43.228 INFO:tasks.rados.rados.0.smithi071.stdout:3514: writing smithi07185159-46 from 1840895 to 2637337 tid 2 2024-09-13T14:35:43.235 INFO:tasks.rados.rados.0.smithi071.stdout:3514: writing smithi07185159-46 from 3365252 to 3949942 tid 3 2024-09-13T14:35:43.235 INFO:tasks.rados.rados.0.smithi071.stdout:3509: done (4 left) 2024-09-13T14:35:43.235 INFO:tasks.rados.rados.0.smithi071.stdout:3510: done (3 left) 2024-09-13T14:35:43.236 INFO:tasks.rados.rados.0.smithi071.stdout:3511: done (2 left) 2024-09-13T14:35:43.236 INFO:tasks.rados.rados.0.smithi071.stdout:3513: done (1 left) 2024-09-13T14:35:43.236 INFO:tasks.rados.rados.0.smithi071.stdout:3515: write oid 15 current snap is 448 2024-09-13T14:35:43.236 INFO:tasks.rados.rados.0.smithi071.stdout:3514: finishing write tid 1 to smithi07185159-46 2024-09-13T14:35:43.236 INFO:tasks.rados.rados.0.smithi071.stdout:3514: finishing write tid 2 to smithi07185159-46 2024-09-13T14:35:43.236 INFO:tasks.rados.rados.0.smithi071.stdout:3515: seq_num 1307 ranges {766749=646806,1899377=656453,3109028=609462} 2024-09-13T14:35:43.243 INFO:tasks.rados.rados.0.smithi071.stdout:3515: writing smithi07185159-15 from 766749 to 1413555 tid 1 2024-09-13T14:35:43.249 INFO:tasks.rados.rados.0.smithi071.stdout:3515: writing smithi07185159-15 from 1899377 to 2555830 tid 2 2024-09-13T14:35:43.256 INFO:tasks.rados.rados.0.smithi071.stdout:3515: writing smithi07185159-15 from 3109028 to 3718490 tid 3 2024-09-13T14:35:43.256 INFO:tasks.rados.rados.0.smithi071.stdout:3516: write oid 36 current snap is 448 2024-09-13T14:35:43.256 INFO:tasks.rados.rados.0.smithi071.stdout:3514: finishing write tid 3 to smithi07185159-46 2024-09-13T14:35:43.256 INFO:tasks.rados.rados.0.smithi071.stdout:3514: finishing write tid 4 to smithi07185159-46 2024-09-13T14:35:43.256 INFO:tasks.rados.rados.0.smithi071.stdout:3516: seq_num 1308 ranges {783556=438408,1674212=400111,2736451=420734,3882270=101286} 2024-09-13T14:35:43.262 INFO:tasks.rados.rados.0.smithi071.stdout:3516: writing smithi07185159-36 from 783556 to 1221964 tid 1 2024-09-13T14:35:43.267 INFO:tasks.rados.rados.0.smithi071.stdout:3516: writing smithi07185159-36 from 1674212 to 2074323 tid 2 2024-09-13T14:35:43.273 INFO:tasks.rados.rados.0.smithi071.stdout:3516: writing smithi07185159-36 from 2736451 to 3157185 tid 3 2024-09-13T14:35:43.278 INFO:tasks.rados.rados.0.smithi071.stdout:3516: writing smithi07185159-36 from 3882270 to 3983556 tid 4 2024-09-13T14:35:43.278 INFO:tasks.rados.rados.0.smithi071.stdout:3517: rollback oid 23 current snap is 448 2024-09-13T14:35:43.278 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 23 to 445 2024-09-13T14:35:43.279 INFO:tasks.rados.rados.0.smithi071.stdout:3514: finishing write tid 5 to smithi07185159-46 2024-09-13T14:35:43.279 INFO:tasks.rados.rados.0.smithi071.stdout:3514: oid 46 updating version 0 to 1847 2024-09-13T14:35:43.279 INFO:tasks.rados.rados.0.smithi071.stdout:3514: oid 46 updating version 1847 to 1849 2024-09-13T14:35:43.279 INFO:tasks.rados.rados.0.smithi071.stdout:3514: oid 46 updating version 1849 to 1850 2024-09-13T14:35:43.279 INFO:tasks.rados.rados.0.smithi071.stdout:3514: oid 46 version 1850 is already newer than 1848 2024-09-13T14:35:43.279 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 46 v 1850 (ObjNum 1306 snap 448 seq_num 1306) dirty exists 2024-09-13T14:35:43.279 INFO:tasks.rados.rados.0.smithi071.stdout:3514: left oid 46 (ObjNum 1306 snap 448 seq_num 1306) 2024-09-13T14:35:43.279 INFO:tasks.rados.rados.0.smithi071.stdout:3514: done (3 left) 2024-09-13T14:35:43.279 INFO:tasks.rados.rados.0.smithi071.stdout:3518: write oid 50 current snap is 448 2024-09-13T14:35:43.279 INFO:tasks.rados.rados.0.smithi071.stdout:3515: finishing write tid 1 to smithi07185159-15 2024-09-13T14:35:43.279 INFO:tasks.rados.rados.0.smithi071.stdout:3515: finishing write tid 2 to smithi07185159-15 2024-09-13T14:35:43.279 INFO:tasks.rados.rados.0.smithi071.stdout:3518: seq_num 1309 ranges {400363=513657,1332694=660122} 2024-09-13T14:35:43.283 INFO:tasks.rados.rados.0.smithi071.stdout:3518: writing smithi07185159-50 from 400363 to 914020 tid 1 2024-09-13T14:35:43.290 INFO:tasks.rados.rados.0.smithi071.stdout:3518: writing smithi07185159-50 from 1332694 to 1992816 tid 2 2024-09-13T14:35:43.290 INFO:tasks.rados.rados.0.smithi071.stdout:3519: rollback oid 20 current snap is 448 2024-09-13T14:35:43.290 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 20 to 435 2024-09-13T14:35:43.290 INFO:tasks.rados.rados.0.smithi071.stdout:3515: finishing write tid 3 to smithi07185159-15 2024-09-13T14:35:43.290 INFO:tasks.rados.rados.0.smithi071.stdout:3515: finishing write tid 4 to smithi07185159-15 2024-09-13T14:35:43.290 INFO:tasks.rados.rados.0.smithi071.stdout:3515: finishing write tid 5 to smithi07185159-15 2024-09-13T14:35:43.290 INFO:tasks.rados.rados.0.smithi071.stdout:3515: oid 15 updating version 0 to 3202 2024-09-13T14:35:43.290 INFO:tasks.rados.rados.0.smithi071.stdout:3515: oid 15 version 3202 is already newer than 3201 2024-09-13T14:35:43.290 INFO:tasks.rados.rados.0.smithi071.stdout:3515: oid 15 updating version 3202 to 3203 2024-09-13T14:35:43.290 INFO:tasks.rados.rados.0.smithi071.stdout:3515: oid 15 updating version 3203 to 3204 2024-09-13T14:35:43.290 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 15 v 3204 (ObjNum 1307 snap 448 seq_num 1307) dirty exists 2024-09-13T14:35:43.290 INFO:tasks.rados.rados.0.smithi071.stdout:3515: left oid 15 (ObjNum 1307 snap 448 seq_num 1307) 2024-09-13T14:35:43.290 INFO:tasks.rados.rados.0.smithi071.stdout:3516: finishing write tid 1 to smithi07185159-36 2024-09-13T14:35:43.290 INFO:tasks.rados.rados.0.smithi071.stdout:3516: finishing write tid 2 to smithi07185159-36 2024-09-13T14:35:43.291 INFO:tasks.rados.rados.0.smithi071.stdout:3516: finishing write tid 3 to smithi07185159-36 2024-09-13T14:35:43.291 INFO:tasks.rados.rados.0.smithi071.stdout:3515: done (4 left) 2024-09-13T14:35:43.291 INFO:tasks.rados.rados.0.smithi071.stdout:3520: read oid 11 snap -1 2024-09-13T14:35:43.291 INFO:tasks.rados.rados.0.smithi071.stdout:3520: expect (ObjNum 1296 snap 447 seq_num 1296) 2024-09-13T14:35:43.291 INFO:tasks.rados.rados.0.smithi071.stdout:3521: snap_create 2024-09-13T14:35:43.291 INFO:tasks.rados.rados.0.smithi071.stdout:3516: finishing write tid 4 to smithi07185159-36 2024-09-13T14:35:43.291 INFO:tasks.rados.rados.0.smithi071.stdout:3516: finishing write tid 5 to smithi07185159-36 2024-09-13T14:35:43.291 INFO:tasks.rados.rados.0.smithi071.stdout:3516: finishing write tid 6 to smithi07185159-36 2024-09-13T14:35:43.291 INFO:tasks.rados.rados.0.smithi071.stdout:3516: oid 36 updating version 0 to 780 2024-09-13T14:35:43.291 INFO:tasks.rados.rados.0.smithi071.stdout:3516: oid 36 updating version 780 to 781 2024-09-13T14:35:43.291 INFO:tasks.rados.rados.0.smithi071.stdout:3516: oid 36 version 781 is already newer than 777 2024-09-13T14:35:43.291 INFO:tasks.rados.rados.0.smithi071.stdout:3516: oid 36 version 781 is already newer than 778 2024-09-13T14:35:43.291 INFO:tasks.rados.rados.0.smithi071.stdout:3516: oid 36 version 781 is already newer than 779 2024-09-13T14:35:43.291 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 36 v 781 (ObjNum 1308 snap 448 seq_num 1308) dirty exists 2024-09-13T14:35:43.291 INFO:tasks.rados.rados.0.smithi071.stdout:3516: left oid 36 (ObjNum 1308 snap 448 seq_num 1308) 2024-09-13T14:35:43.292 INFO:tasks.rados.rados.0.smithi071.stdout:3517: finishing rollback tid 0 to smithi07185159-23 2024-09-13T14:35:43.292 INFO:tasks.rados.rados.0.smithi071.stdout:3517: finishing rollback tid 1 to smithi07185159-23 2024-09-13T14:35:43.292 INFO:tasks.rados.rados.0.smithi071.stdout:3517: finishing rollback tid 2 to smithi07185159-23 2024-09-13T14:35:43.292 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 23 v 1854 (ObjNum 1210 snap 411 seq_num 1210) dirty exists 2024-09-13T14:35:43.292 INFO:tasks.rados.rados.0.smithi071.stdout:3518: finishing write tid 1 to smithi07185159-50 2024-09-13T14:35:43.293 INFO:tasks.rados.rados.0.smithi071.stdout:3519: finishing rollback tid 0 to smithi07185159-20 2024-09-13T14:35:43.293 INFO:tasks.rados.rados.0.smithi071.stdout:3519: finishing rollback tid 1 to smithi07185159-20 2024-09-13T14:35:43.293 INFO:tasks.rados.rados.0.smithi071.stdout:3519: finishing rollback tid 2 to smithi07185159-20 2024-09-13T14:35:43.293 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 20 v 1661 (ObjNum 1138 snap 386 seq_num 1138) dirty exists 2024-09-13T14:35:43.294 INFO:tasks.rados.rados.0.smithi071.stdout:3518: finishing write tid 2 to smithi07185159-50 2024-09-13T14:35:43.294 INFO:tasks.rados.rados.0.smithi071.stdout:3518: finishing write tid 3 to smithi07185159-50 2024-09-13T14:35:43.294 INFO:tasks.rados.rados.0.smithi071.stdout:3518: finishing write tid 4 to smithi07185159-50 2024-09-13T14:35:43.294 INFO:tasks.rados.rados.0.smithi071.stdout:3518: oid 50 updating version 0 to 3206 2024-09-13T14:35:43.295 INFO:tasks.rados.rados.0.smithi071.stdout:3518: oid 50 updating version 3206 to 3207 2024-09-13T14:35:43.295 INFO:tasks.rados.rados.0.smithi071.stdout:3518: oid 50 updating version 3207 to 3208 2024-09-13T14:35:43.295 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 50 v 3208 (ObjNum 1309 snap 448 seq_num 1309) dirty exists 2024-09-13T14:35:43.295 INFO:tasks.rados.rados.0.smithi071.stdout:3518: left oid 50 (ObjNum 1309 snap 448 seq_num 1309) 2024-09-13T14:35:43.295 INFO:tasks.rados.rados.0.smithi071.stdout:3520: expect (ObjNum 1296 snap 447 seq_num 1296) 2024-09-13T14:35:43.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:42 smithi104 ceph-mon[105578]: osdmap e958: 8 total, 8 up, 8 in 2024-09-13T14:35:43.961 INFO:tasks.rados.rados.0.smithi071.stdout:3516: done (5 left) 2024-09-13T14:35:43.961 INFO:tasks.rados.rados.0.smithi071.stdout:3517: done (4 left) 2024-09-13T14:35:43.961 INFO:tasks.rados.rados.0.smithi071.stdout:3518: done (3 left) 2024-09-13T14:35:43.961 INFO:tasks.rados.rados.0.smithi071.stdout:3519: done (2 left) 2024-09-13T14:35:43.961 INFO:tasks.rados.rados.0.smithi071.stdout:3520: done (1 left) 2024-09-13T14:35:43.961 INFO:tasks.rados.rados.0.smithi071.stdout:3521: done (0 left) 2024-09-13T14:35:43.961 INFO:tasks.rados.rados.0.smithi071.stdout:3522: rollback oid 36 current snap is 449 2024-09-13T14:35:43.961 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 36 to 432 2024-09-13T14:35:43.961 INFO:tasks.rados.rados.0.smithi071.stdout:3523: rollback oid 29 current snap is 449 2024-09-13T14:35:43.962 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 29 to 443 2024-09-13T14:35:43.962 INFO:tasks.rados.rados.0.smithi071.stdout:3524: snap_create 2024-09-13T14:35:43.965 INFO:tasks.rados.rados.0.smithi071.stdout:3522: finishing rollback tid 0 to smithi07185159-36 2024-09-13T14:35:43.966 INFO:tasks.rados.rados.0.smithi071.stdout:3523: finishing rollback tid 0 to smithi07185159-29 2024-09-13T14:35:43.966 INFO:tasks.rados.rados.0.smithi071.stdout:3522: finishing rollback tid 1 to smithi07185159-36 2024-09-13T14:35:43.966 INFO:tasks.rados.rados.0.smithi071.stdout:3522: finishing rollback tid 2 to smithi07185159-36 2024-09-13T14:35:43.966 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 36 v 785 (ObjNum 1252 snap 428 seq_num 1252) dirty exists 2024-09-13T14:35:43.966 INFO:tasks.rados.rados.0.smithi071.stdout:3523: finishing rollback tid 1 to smithi07185159-29 2024-09-13T14:35:43.966 INFO:tasks.rados.rados.0.smithi071.stdout:3523: finishing rollback tid 2 to smithi07185159-29 2024-09-13T14:35:43.966 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 29 v 1930 (ObjNum 1233 snap 418 seq_num 1233) dirty exists 2024-09-13T14:35:44.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:43 smithi071 ceph-mon[107477]: pgmap v889: 89 pgs: 89 active+clean; 182 MiB data, 758 MiB used, 714 GiB / 715 GiB avail; 5.2 MiB/s rd, 2.6 MiB/s wr, 13 op/s 2024-09-13T14:35:44.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:43 smithi071 ceph-mon[107477]: osdmap e959: 8 total, 8 up, 8 in 2024-09-13T14:35:44.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:43 smithi071 ceph-mon[112785]: pgmap v889: 89 pgs: 89 active+clean; 182 MiB data, 758 MiB used, 714 GiB / 715 GiB avail; 5.2 MiB/s rd, 2.6 MiB/s wr, 13 op/s 2024-09-13T14:35:44.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:43 smithi071 ceph-mon[112785]: osdmap e959: 8 total, 8 up, 8 in 2024-09-13T14:35:44.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:43 smithi104 ceph-mon[105578]: pgmap v889: 89 pgs: 89 active+clean; 182 MiB data, 758 MiB used, 714 GiB / 715 GiB avail; 5.2 MiB/s rd, 2.6 MiB/s wr, 13 op/s 2024-09-13T14:35:44.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:43 smithi104 ceph-mon[105578]: osdmap e959: 8 total, 8 up, 8 in 2024-09-13T14:35:44.967 INFO:tasks.rados.rados.0.smithi071.stdout:3522: done (2 left) 2024-09-13T14:35:44.968 INFO:tasks.rados.rados.0.smithi071.stdout:3523: done (1 left) 2024-09-13T14:35:44.968 INFO:tasks.rados.rados.0.smithi071.stdout:3524: done (0 left) 2024-09-13T14:35:44.968 INFO:tasks.rados.rados.0.smithi071.stdout:3525: snap_create 2024-09-13T14:35:45.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:44 smithi071 ceph-mon[107477]: osdmap e960: 8 total, 8 up, 8 in 2024-09-13T14:35:45.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:44 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:35:45.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:44 smithi071 ceph-mon[112785]: osdmap e960: 8 total, 8 up, 8 in 2024-09-13T14:35:45.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:44 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:35:45.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:44 smithi104 ceph-mon[105578]: osdmap e960: 8 total, 8 up, 8 in 2024-09-13T14:35:45.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:44 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:35:45.969 INFO:tasks.rados.rados.0.smithi071.stdout:3525: done (0 left) 2024-09-13T14:35:45.969 INFO:tasks.rados.rados.0.smithi071.stdout:3526: delete oid 2 current snap is 451 2024-09-13T14:35:45.978 INFO:tasks.rados.rados.0.smithi071.stdout:3526: done (0 left) 2024-09-13T14:35:45.978 INFO:tasks.rados.rados.0.smithi071.stdout:3527: rollback oid 20 current snap is 451 2024-09-13T14:35:45.978 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 20 to 445 2024-09-13T14:35:45.978 INFO:tasks.rados.rados.0.smithi071.stdout:3528: write oid 39 current snap is 451 2024-09-13T14:35:45.978 INFO:tasks.rados.rados.0.smithi071.stdout:3528: seq_num 1311 ranges {433977=664155,1733305=300672} 2024-09-13T14:35:45.984 INFO:tasks.rados.rados.0.smithi071.stdout:3528: writing smithi07185159-39 from 433977 to 1098132 tid 1 2024-09-13T14:35:45.990 INFO:tasks.rados.rados.0.smithi071.stdout:3528: writing smithi07185159-39 from 1733305 to 2033977 tid 2 2024-09-13T14:35:45.990 INFO:tasks.rados.rados.0.smithi071.stdout:3529: snap_remove snap 450 2024-09-13T14:35:46.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:45 smithi071 ceph-mon[107477]: pgmap v892: 89 pgs: 89 active+clean; 188 MiB data, 763 MiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 2.1 MiB/s wr, 15 op/s 2024-09-13T14:35:46.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:45 smithi071 ceph-mon[107477]: osdmap e961: 8 total, 8 up, 8 in 2024-09-13T14:35:46.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:45 smithi071 ceph-mon[112785]: pgmap v892: 89 pgs: 89 active+clean; 188 MiB data, 763 MiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 2.1 MiB/s wr, 15 op/s 2024-09-13T14:35:46.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:45 smithi071 ceph-mon[112785]: osdmap e961: 8 total, 8 up, 8 in 2024-09-13T14:35:46.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:45 smithi104 ceph-mon[105578]: pgmap v892: 89 pgs: 89 active+clean; 188 MiB data, 763 MiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 2.1 MiB/s wr, 15 op/s 2024-09-13T14:35:46.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:45 smithi104 ceph-mon[105578]: osdmap e961: 8 total, 8 up, 8 in 2024-09-13T14:35:46.987 INFO:tasks.rados.rados.0.smithi071.stdout:3529: done (2 left) 2024-09-13T14:35:46.987 INFO:tasks.rados.rados.0.smithi071.stdout:3530: write oid 7 current snap is 451 2024-09-13T14:35:46.987 INFO:tasks.rados.rados.0.smithi071.stdout:3527: finishing rollback tid 0 to smithi07185159-20 2024-09-13T14:35:46.988 INFO:tasks.rados.rados.0.smithi071.stdout:3530: seq_num 1312 ranges {450784=739404,1791787=258997} 2024-09-13T14:35:46.993 INFO:tasks.rados.rados.0.smithi071.stdout:3530: writing smithi07185159-7 from 450784 to 1190188 tid 1 2024-09-13T14:35:46.999 INFO:tasks.rados.rados.0.smithi071.stdout:3530: writing smithi07185159-7 from 1791787 to 2050784 tid 2 2024-09-13T14:35:46.999 INFO:tasks.rados.rados.0.smithi071.stdout:3531: rollback oid 26 current snap is 451 2024-09-13T14:35:47.000 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 26 to 436 2024-09-13T14:35:47.000 INFO:tasks.rados.rados.0.smithi071.stdout:3527: finishing rollback tid 1 to smithi07185159-20 2024-09-13T14:35:47.000 INFO:tasks.rados.rados.0.smithi071.stdout:3527: finishing rollback tid 2 to smithi07185159-20 2024-09-13T14:35:47.000 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 20 v 1665 (ObjNum 1282 snap 444 seq_num 1282) dirty exists 2024-09-13T14:35:47.000 INFO:tasks.rados.rados.0.smithi071.stdout:3528: finishing write tid 1 to smithi07185159-39 2024-09-13T14:35:47.000 INFO:tasks.rados.rados.0.smithi071.stdout:3527: done (3 left) 2024-09-13T14:35:47.000 INFO:tasks.rados.rados.0.smithi071.stdout:3532: snap_create 2024-09-13T14:35:47.000 INFO:tasks.rados.rados.0.smithi071.stdout:3528: finishing write tid 2 to smithi07185159-39 2024-09-13T14:35:47.000 INFO:tasks.rados.rados.0.smithi071.stdout:3528: finishing write tid 3 to smithi07185159-39 2024-09-13T14:35:47.000 INFO:tasks.rados.rados.0.smithi071.stdout:3528: finishing write tid 4 to smithi07185159-39 2024-09-13T14:35:47.000 INFO:tasks.rados.rados.0.smithi071.stdout:3528: oid 39 updating version 0 to 1901 2024-09-13T14:35:47.000 INFO:tasks.rados.rados.0.smithi071.stdout:3528: oid 39 version 1901 is already newer than 1899 2024-09-13T14:35:47.000 INFO:tasks.rados.rados.0.smithi071.stdout:3528: oid 39 version 1901 is already newer than 1900 2024-09-13T14:35:47.001 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 39 v 1901 (ObjNum 1311 snap 451 seq_num 1311) dirty exists 2024-09-13T14:35:47.001 INFO:tasks.rados.rados.0.smithi071.stdout:3528: left oid 39 (ObjNum 1311 snap 451 seq_num 1311) 2024-09-13T14:35:47.001 INFO:tasks.rados.rados.0.smithi071.stdout:3530: finishing write tid 1 to smithi07185159-7 2024-09-13T14:35:47.002 INFO:tasks.rados.rados.0.smithi071.stdout:3530: finishing write tid 2 to smithi07185159-7 2024-09-13T14:35:47.002 INFO:tasks.rados.rados.0.smithi071.stdout:3530: finishing write tid 3 to smithi07185159-7 2024-09-13T14:35:47.003 INFO:tasks.rados.rados.0.smithi071.stdout:3531: finishing rollback tid 0 to smithi07185159-26 2024-09-13T14:35:47.003 INFO:tasks.rados.rados.0.smithi071.stdout:3530: finishing write tid 4 to smithi07185159-7 2024-09-13T14:35:47.003 INFO:tasks.rados.rados.0.smithi071.stdout:3530: oid 7 updating version 0 to 489 2024-09-13T14:35:47.003 INFO:tasks.rados.rados.0.smithi071.stdout:3530: oid 7 updating version 489 to 490 2024-09-13T14:35:47.003 INFO:tasks.rados.rados.0.smithi071.stdout:3530: oid 7 updating version 490 to 491 2024-09-13T14:35:47.003 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 7 v 491 (ObjNum 1312 snap 451 seq_num 1312) dirty exists 2024-09-13T14:35:47.003 INFO:tasks.rados.rados.0.smithi071.stdout:3530: left oid 7 (ObjNum 1312 snap 451 seq_num 1312) 2024-09-13T14:35:47.003 INFO:tasks.rados.rados.0.smithi071.stdout:3531: finishing rollback tid 1 to smithi07185159-26 2024-09-13T14:35:47.003 INFO:tasks.rados.rados.0.smithi071.stdout:3531: finishing rollback tid 2 to smithi07185159-26 2024-09-13T14:35:47.004 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 26 v 984 (ObjNum 1075 snap 367 seq_num 1075) dirty exists 2024-09-13T14:35:47.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:46 smithi071 ceph-mon[107477]: osdmap e962: 8 total, 8 up, 8 in 2024-09-13T14:35:47.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:46 smithi071 ceph-mon[112785]: osdmap e962: 8 total, 8 up, 8 in 2024-09-13T14:35:47.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:46 smithi104 ceph-mon[105578]: osdmap e962: 8 total, 8 up, 8 in 2024-09-13T14:35:47.934 INFO:tasks.rados.rados.0.smithi071.stdout:3528: done (3 left) 2024-09-13T14:35:47.934 INFO:tasks.rados.rados.0.smithi071.stdout:3530: done (2 left) 2024-09-13T14:35:47.934 INFO:tasks.rados.rados.0.smithi071.stdout:3531: done (1 left) 2024-09-13T14:35:47.934 INFO:tasks.rados.rados.0.smithi071.stdout:3532: done (0 left) 2024-09-13T14:35:47.934 INFO:tasks.rados.rados.0.smithi071.stdout:3533: delete oid 23 current snap is 452 2024-09-13T14:35:47.939 INFO:tasks.rados.rados.0.smithi071.stdout:3533: done (0 left) 2024-09-13T14:35:47.939 INFO:tasks.rados.rados.0.smithi071.stdout:3534: read oid 34 snap -1 2024-09-13T14:35:47.939 INFO:tasks.rados.rados.0.smithi071.stdout:3534: expect deleted 2024-09-13T14:35:47.939 INFO:tasks.rados.rados.0.smithi071.stdout:3535: snap_remove snap 442 2024-09-13T14:35:48.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:47 smithi071 ceph-mon[107477]: pgmap v895: 89 pgs: 89 active+clean; 220 MiB data, 800 MiB used, 714 GiB / 715 GiB avail; 36 MiB/s rd, 5.7 MiB/s wr, 48 op/s 2024-09-13T14:35:48.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:47 smithi071 ceph-mon[107477]: osdmap e963: 8 total, 8 up, 8 in 2024-09-13T14:35:48.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:47 smithi071 ceph-mon[107477]: osdmap e964: 8 total, 8 up, 8 in 2024-09-13T14:35:48.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:47 smithi071 ceph-mon[112785]: pgmap v895: 89 pgs: 89 active+clean; 220 MiB data, 800 MiB used, 714 GiB / 715 GiB avail; 36 MiB/s rd, 5.7 MiB/s wr, 48 op/s 2024-09-13T14:35:48.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:47 smithi071 ceph-mon[112785]: osdmap e963: 8 total, 8 up, 8 in 2024-09-13T14:35:48.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:47 smithi071 ceph-mon[112785]: osdmap e964: 8 total, 8 up, 8 in 2024-09-13T14:35:48.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:47 smithi104 ceph-mon[105578]: pgmap v895: 89 pgs: 89 active+clean; 220 MiB data, 800 MiB used, 714 GiB / 715 GiB avail; 36 MiB/s rd, 5.7 MiB/s wr, 48 op/s 2024-09-13T14:35:48.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:47 smithi104 ceph-mon[105578]: osdmap e963: 8 total, 8 up, 8 in 2024-09-13T14:35:48.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:47 smithi104 ceph-mon[105578]: osdmap e964: 8 total, 8 up, 8 in 2024-09-13T14:35:48.934 INFO:tasks.rados.rados.0.smithi071.stdout:3535: done (1 left) 2024-09-13T14:35:48.935 INFO:tasks.rados.rados.0.smithi071.stdout:3536: write oid 22 current snap is 452 2024-09-13T14:35:48.935 INFO:tasks.rados.rados.0.smithi071.stdout:3536: seq_num 1314 ranges {484398=489902,1392398=411118} 2024-09-13T14:35:48.940 INFO:tasks.rados.rados.0.smithi071.stdout:3536: writing smithi07185159-22 from 484398 to 974300 tid 1 2024-09-13T14:35:48.946 INFO:tasks.rados.rados.0.smithi071.stdout:3536: writing smithi07185159-22 from 1392398 to 1803516 tid 2 2024-09-13T14:35:48.946 INFO:tasks.rados.rados.0.smithi071.stdout:3537: delete oid 7 current snap is 452 2024-09-13T14:35:48.949 INFO:tasks.rados.rados.0.smithi071.stdout:3534: done (2 left) 2024-09-13T14:35:48.949 INFO:tasks.rados.rados.0.smithi071.stdout:3537: done (1 left) 2024-09-13T14:35:48.949 INFO:tasks.rados.rados.0.smithi071.stdout:3538: read oid 35 snap -1 2024-09-13T14:35:48.950 INFO:tasks.rados.rados.0.smithi071.stdout:3538: expect deleted 2024-09-13T14:35:48.950 INFO:tasks.rados.rados.0.smithi071.stdout:3539: write oid 31 current snap is 452 2024-09-13T14:35:48.950 INFO:tasks.rados.rados.0.smithi071.stdout:3539: seq_num 1316 ranges {518012=756753,2025715=92297} 2024-09-13T14:35:48.956 INFO:tasks.rados.rados.0.smithi071.stdout:3539: writing smithi07185159-31 from 518012 to 1274765 tid 1 2024-09-13T14:35:48.962 INFO:tasks.rados.rados.0.smithi071.stdout:3539: writing smithi07185159-31 from 2025715 to 2118012 tid 2 2024-09-13T14:35:48.962 INFO:tasks.rados.rados.0.smithi071.stdout:3540: delete oid 2 current snap is 452 2024-09-13T14:35:48.962 INFO:tasks.rados.rados.0.smithi071.stdout:3536: finishing write tid 1 to smithi07185159-22 2024-09-13T14:35:48.962 INFO:tasks.rados.rados.0.smithi071.stdout:3536: finishing write tid 2 to smithi07185159-22 2024-09-13T14:35:48.962 INFO:tasks.rados.rados.0.smithi071.stdout:3536: finishing write tid 3 to smithi07185159-22 2024-09-13T14:35:48.962 INFO:tasks.rados.rados.0.smithi071.stdout:3536: finishing write tid 4 to smithi07185159-22 2024-09-13T14:35:48.962 INFO:tasks.rados.rados.0.smithi071.stdout:3536: oid 22 updating version 0 to 1220 2024-09-13T14:35:48.962 INFO:tasks.rados.rados.0.smithi071.stdout:3536: oid 22 version 1220 is already newer than 1219 2024-09-13T14:35:48.962 INFO:tasks.rados.rados.0.smithi071.stdout:3536: oid 22 version 1220 is already newer than 1218 2024-09-13T14:35:48.962 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 22 v 1220 (ObjNum 1314 snap 452 seq_num 1314) dirty exists 2024-09-13T14:35:48.962 INFO:tasks.rados.rados.0.smithi071.stdout:3536: left oid 22 (ObjNum 1314 snap 452 seq_num 1314) 2024-09-13T14:35:48.962 INFO:tasks.rados.rados.0.smithi071.stdout:3539: finishing write tid 1 to smithi07185159-31 2024-09-13T14:35:48.963 INFO:tasks.rados.rados.0.smithi071.stdout:3536: done (3 left) 2024-09-13T14:35:48.963 INFO:tasks.rados.rados.0.smithi071.stdout:3538: done (2 left) 2024-09-13T14:35:48.963 INFO:tasks.rados.rados.0.smithi071.stdout:3540: done (1 left) 2024-09-13T14:35:48.963 INFO:tasks.rados.rados.0.smithi071.stdout:3541: write oid 42 current snap is 452 2024-09-13T14:35:48.963 INFO:tasks.rados.rados.0.smithi071.stdout:3541: seq_num 1318 ranges {551626=507251,1626326=418456} 2024-09-13T14:35:48.969 INFO:tasks.rados.rados.0.smithi071.stdout:3541: writing smithi07185159-42 from 551626 to 1058877 tid 1 2024-09-13T14:35:48.975 INFO:tasks.rados.rados.0.smithi071.stdout:3541: writing smithi07185159-42 from 1626326 to 2044782 tid 2 2024-09-13T14:35:48.975 INFO:tasks.rados.rados.0.smithi071.stdout:3542: read oid 26 snap 427 2024-09-13T14:35:48.975 INFO:tasks.rados.rados.0.smithi071.stdout:3542: expect (ObjNum 1075 snap 367 seq_num 1075) 2024-09-13T14:35:48.976 INFO:tasks.rados.rados.0.smithi071.stdout:3543: rollback oid 5 current snap is 452 2024-09-13T14:35:48.976 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 5 to 445 2024-09-13T14:35:48.976 INFO:tasks.rados.rados.0.smithi071.stdout:3539: finishing write tid 2 to smithi07185159-31 2024-09-13T14:35:48.976 INFO:tasks.rados.rados.0.smithi071.stdout:3539: finishing write tid 3 to smithi07185159-31 2024-09-13T14:35:48.976 INFO:tasks.rados.rados.0.smithi071.stdout:3539: finishing write tid 4 to smithi07185159-31 2024-09-13T14:35:48.976 INFO:tasks.rados.rados.0.smithi071.stdout:3539: oid 31 updating version 0 to 1812 2024-09-13T14:35:48.976 INFO:tasks.rados.rados.0.smithi071.stdout:3539: oid 31 updating version 1812 to 1813 2024-09-13T14:35:48.976 INFO:tasks.rados.rados.0.smithi071.stdout:3539: oid 31 updating version 1813 to 1814 2024-09-13T14:35:48.976 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 31 v 1814 (ObjNum 1316 snap 452 seq_num 1316) dirty exists 2024-09-13T14:35:48.976 INFO:tasks.rados.rados.0.smithi071.stdout:3539: left oid 31 (ObjNum 1316 snap 452 seq_num 1316) 2024-09-13T14:35:48.976 INFO:tasks.rados.rados.0.smithi071.stdout:3541: finishing write tid 1 to smithi07185159-42 2024-09-13T14:35:48.976 INFO:tasks.rados.rados.0.smithi071.stdout:3539: done (3 left) 2024-09-13T14:35:48.976 INFO:tasks.rados.rados.0.smithi071.stdout:3544: read oid 47 snap 432 2024-09-13T14:35:48.977 INFO:tasks.rados.rados.0.smithi071.stdout:3544: expect deleted 2024-09-13T14:35:48.977 INFO:tasks.rados.rados.0.smithi071.stdout:3545: rollback oid 12 current snap is 452 2024-09-13T14:35:48.977 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 12 to 449 2024-09-13T14:35:48.977 INFO:tasks.rados.rados.0.smithi071.stdout:3546: read oid 11 snap -1 2024-09-13T14:35:48.977 INFO:tasks.rados.rados.0.smithi071.stdout:3546: expect (ObjNum 1296 snap 447 seq_num 1296) 2024-09-13T14:35:48.977 INFO:tasks.rados.rados.0.smithi071.stdout:3547: rollback oid 29 current snap is 452 2024-09-13T14:35:48.977 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 29 to 431 2024-09-13T14:35:48.977 INFO:tasks.rados.rados.0.smithi071.stdout:3548: write oid 1 current snap is 452 2024-09-13T14:35:48.977 INFO:tasks.rados.rados.0.smithi071.stdout:3548: seq_num 1319 ranges {568433=582500,1684808=483625} 2024-09-13T14:35:48.982 INFO:tasks.rados.rados.0.smithi071.stdout:3548: writing smithi07185159-1 from 568433 to 1150933 tid 1 2024-09-13T14:35:48.989 INFO:tasks.rados.rados.0.smithi071.stdout:3548: writing smithi07185159-1 from 1684808 to 2168433 tid 2 2024-09-13T14:35:48.989 INFO:tasks.rados.rados.0.smithi071.stdout:3549: snap_remove snap 437 2024-09-13T14:35:49.996 INFO:tasks.rados.rados.0.smithi071.stdout:3545: finishing rollback tid 1 to smithi07185159-12 2024-09-13T14:35:49.996 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 12 v 463 (ObjNum 65 snap 0 seq_num 300362561) dirty dne 2024-09-13T14:35:49.996 INFO:tasks.rados.rados.0.smithi071.stdout:3543: finishing rollback tid 0 to smithi07185159-5 2024-09-13T14:35:49.996 INFO:tasks.rados.rados.0.smithi071.stdout:3541: finishing write tid 2 to smithi07185159-42 2024-09-13T14:35:49.996 INFO:tasks.rados.rados.0.smithi071.stdout:3543: finishing rollback tid 1 to smithi07185159-5 2024-09-13T14:35:49.997 INFO:tasks.rados.rados.0.smithi071.stdout:3543: finishing rollback tid 2 to smithi07185159-5 2024-09-13T14:35:49.997 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 5 v 3222 (ObjNum 1272 snap 439 seq_num 1272) dirty exists 2024-09-13T14:35:49.997 INFO:tasks.rados.rados.0.smithi071.stdout:3546: expect (ObjNum 1296 snap 447 seq_num 1296) 2024-09-13T14:35:50.167 INFO:tasks.rados.rados.0.smithi071.stdout:3541: finishing write tid 3 to smithi07185159-42 2024-09-13T14:35:50.167 INFO:tasks.rados.rados.0.smithi071.stdout:3541: finishing write tid 4 to smithi07185159-42 2024-09-13T14:35:50.167 INFO:tasks.rados.rados.0.smithi071.stdout:3541: oid 42 updating version 0 to 1936 2024-09-13T14:35:50.167 INFO:tasks.rados.rados.0.smithi071.stdout:3541: oid 42 updating version 1936 to 1938 2024-09-13T14:35:50.167 INFO:tasks.rados.rados.0.smithi071.stdout:3541: oid 42 version 1938 is already newer than 1937 2024-09-13T14:35:50.167 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 42 v 1938 (ObjNum 1318 snap 452 seq_num 1318) dirty exists 2024-09-13T14:35:50.167 INFO:tasks.rados.rados.0.smithi071.stdout:3541: left oid 42 (ObjNum 1318 snap 452 seq_num 1318) 2024-09-13T14:35:50.167 INFO:tasks.rados.rados.0.smithi071.stdout:3541: done (8 left) 2024-09-13T14:35:50.167 INFO:tasks.rados.rados.0.smithi071.stdout:3543: done (7 left) 2024-09-13T14:35:50.167 INFO:tasks.rados.rados.0.smithi071.stdout:3544: done (6 left) 2024-09-13T14:35:50.168 INFO:tasks.rados.rados.0.smithi071.stdout:3545: done (5 left) 2024-09-13T14:35:50.168 INFO:tasks.rados.rados.0.smithi071.stdout:3546: done (4 left) 2024-09-13T14:35:50.168 INFO:tasks.rados.rados.0.smithi071.stdout:3549: done (3 left) 2024-09-13T14:35:50.168 INFO:tasks.rados.rados.0.smithi071.stdout:3550: read oid 11 snap -1 2024-09-13T14:35:50.168 INFO:tasks.rados.rados.0.smithi071.stdout:3550: expect (ObjNum 1296 snap 447 seq_num 1296) 2024-09-13T14:35:50.168 INFO:tasks.rados.rados.0.smithi071.stdout:3551: snap_create 2024-09-13T14:35:50.168 INFO:tasks.rados.rados.0.smithi071.stdout:3542: expect (ObjNum 1075 snap 367 seq_num 1075) 2024-09-13T14:35:50.287 INFO:tasks.rados.rados.0.smithi071.stdout:3547: finishing rollback tid 0 to smithi07185159-29 2024-09-13T14:35:50.287 INFO:tasks.rados.rados.0.smithi071.stdout:3547: finishing rollback tid 1 to smithi07185159-29 2024-09-13T14:35:50.287 INFO:tasks.rados.rados.0.smithi071.stdout:3547: finishing rollback tid 2 to smithi07185159-29 2024-09-13T14:35:50.287 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 29 v 1942 (ObjNum 1233 snap 418 seq_num 1233) dirty exists 2024-09-13T14:35:50.287 INFO:tasks.rados.rados.0.smithi071.stdout:3548: finishing write tid 1 to smithi07185159-1 2024-09-13T14:35:50.287 INFO:tasks.rados.rados.0.smithi071.stdout:3548: finishing write tid 2 to smithi07185159-1 2024-09-13T14:35:50.288 INFO:tasks.rados.rados.0.smithi071.stdout:3548: finishing write tid 3 to smithi07185159-1 2024-09-13T14:35:50.288 INFO:tasks.rados.rados.0.smithi071.stdout:3548: finishing write tid 4 to smithi07185159-1 2024-09-13T14:35:50.288 INFO:tasks.rados.rados.0.smithi071.stdout:3548: oid 1 updating version 0 to 3225 2024-09-13T14:35:50.288 INFO:tasks.rados.rados.0.smithi071.stdout:3548: oid 1 version 3225 is already newer than 3224 2024-09-13T14:35:50.288 INFO:tasks.rados.rados.0.smithi071.stdout:3548: oid 1 version 3225 is already newer than 3223 2024-09-13T14:35:50.288 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 1 v 3225 (ObjNum 1319 snap 452 seq_num 1319) dirty exists 2024-09-13T14:35:50.288 INFO:tasks.rados.rados.0.smithi071.stdout:3548: left oid 1 (ObjNum 1319 snap 452 seq_num 1319) 2024-09-13T14:35:50.288 INFO:tasks.rados.rados.0.smithi071.stdout:3550: expect (ObjNum 1296 snap 447 seq_num 1296) 2024-09-13T14:35:50.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:49 smithi071 ceph-mon[107477]: pgmap v898: 89 pgs: 89 active+clean; 220 MiB data, 806 MiB used, 714 GiB / 715 GiB avail; 24 MiB/s rd, 4.9 MiB/s wr, 37 op/s 2024-09-13T14:35:50.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:49 smithi071 ceph-mon[107477]: osdmap e965: 8 total, 8 up, 8 in 2024-09-13T14:35:50.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:49 smithi071 ceph-mon[112785]: pgmap v898: 89 pgs: 89 active+clean; 220 MiB data, 806 MiB used, 714 GiB / 715 GiB avail; 24 MiB/s rd, 4.9 MiB/s wr, 37 op/s 2024-09-13T14:35:50.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:49 smithi071 ceph-mon[112785]: osdmap e965: 8 total, 8 up, 8 in 2024-09-13T14:35:50.424 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:49 smithi104 ceph-mon[105578]: pgmap v898: 89 pgs: 89 active+clean; 220 MiB data, 806 MiB used, 714 GiB / 715 GiB avail; 24 MiB/s rd, 4.9 MiB/s wr, 37 op/s 2024-09-13T14:35:50.425 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:49 smithi104 ceph-mon[105578]: osdmap e965: 8 total, 8 up, 8 in 2024-09-13T14:35:50.998 INFO:tasks.rados.rados.0.smithi071.stdout:3542: done (4 left) 2024-09-13T14:35:50.998 INFO:tasks.rados.rados.0.smithi071.stdout:3547: done (3 left) 2024-09-13T14:35:50.998 INFO:tasks.rados.rados.0.smithi071.stdout:3548: done (2 left) 2024-09-13T14:35:50.998 INFO:tasks.rados.rados.0.smithi071.stdout:3550: done (1 left) 2024-09-13T14:35:50.998 INFO:tasks.rados.rados.0.smithi071.stdout:3551: done (0 left) 2024-09-13T14:35:50.998 INFO:tasks.rados.rados.0.smithi071.stdout:3552: read oid 49 snap -1 2024-09-13T14:35:50.999 INFO:tasks.rados.rados.0.smithi071.stdout:3552: expect (ObjNum 1284 snap 445 seq_num 1284) 2024-09-13T14:35:50.999 INFO:tasks.rados.rados.0.smithi071.stdout:3553: snap_create 2024-09-13T14:35:51.003 INFO:tasks.rados.rados.0.smithi071.stdout:3552: expect (ObjNum 1284 snap 445 seq_num 1284) 2024-09-13T14:35:51.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:50 smithi071 ceph-mon[107477]: osdmap e966: 8 total, 8 up, 8 in 2024-09-13T14:35:51.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:50 smithi071 ceph-mon[112785]: osdmap e966: 8 total, 8 up, 8 in 2024-09-13T14:35:51.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:50 smithi104 ceph-mon[105578]: osdmap e966: 8 total, 8 up, 8 in 2024-09-13T14:35:52.000 INFO:tasks.rados.rados.0.smithi071.stdout:3552: done (1 left) 2024-09-13T14:35:52.001 INFO:tasks.rados.rados.0.smithi071.stdout:3553: done (0 left) 2024-09-13T14:35:52.001 INFO:tasks.rados.rados.0.smithi071.stdout:3554: write oid 33 current snap is 454 2024-09-13T14:35:52.001 INFO:tasks.rados.rados.0.smithi071.stdout:3554: seq_num 1320 ranges {585240=657749,1743290=422125} 2024-09-13T14:35:52.007 INFO:tasks.rados.rados.0.smithi071.stdout:3554: writing smithi07185159-33 from 585240 to 1242989 tid 1 2024-09-13T14:35:52.013 INFO:tasks.rados.rados.0.smithi071.stdout:3554: writing smithi07185159-33 from 1743290 to 2165415 tid 2 2024-09-13T14:35:52.013 INFO:tasks.rados.rados.0.smithi071.stdout:3555: write oid 11 current snap is 454 2024-09-13T14:35:52.013 INFO:tasks.rados.rados.0.smithi071.stdout:3555: seq_num 1321 ranges {602047=732998,1801772=400275} 2024-09-13T14:35:52.020 INFO:tasks.rados.rados.0.smithi071.stdout:3555: writing smithi07185159-11 from 602047 to 1335045 tid 1 2024-09-13T14:35:52.026 INFO:tasks.rados.rados.0.smithi071.stdout:3555: writing smithi07185159-11 from 1801772 to 2202047 tid 2 2024-09-13T14:35:52.026 INFO:tasks.rados.rados.0.smithi071.stdout:3556: rollback oid 15 current snap is 454 2024-09-13T14:35:52.026 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 15 to 449 2024-09-13T14:35:52.026 INFO:tasks.rados.rados.0.smithi071.stdout:3554: finishing write tid 1 to smithi07185159-33 2024-09-13T14:35:52.026 INFO:tasks.rados.rados.0.smithi071.stdout:3554: finishing write tid 2 to smithi07185159-33 2024-09-13T14:35:52.026 INFO:tasks.rados.rados.0.smithi071.stdout:3554: finishing write tid 3 to smithi07185159-33 2024-09-13T14:35:52.026 INFO:tasks.rados.rados.0.smithi071.stdout:3557: write oid 45 current snap is 454 2024-09-13T14:35:52.027 INFO:tasks.rados.rados.0.smithi071.stdout:3554: finishing write tid 4 to smithi07185159-33 2024-09-13T14:35:52.027 INFO:tasks.rados.rados.0.smithi071.stdout:3554: oid 33 updating version 0 to 1674 2024-09-13T14:35:52.027 INFO:tasks.rados.rados.0.smithi071.stdout:3554: oid 33 updating version 1674 to 1675 2024-09-13T14:35:52.027 INFO:tasks.rados.rados.0.smithi071.stdout:3554: oid 33 version 1675 is already newer than 1673 2024-09-13T14:35:52.027 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 33 v 1675 (ObjNum 1320 snap 454 seq_num 1320) dirty exists 2024-09-13T14:35:52.027 INFO:tasks.rados.rados.0.smithi071.stdout:3554: left oid 33 (ObjNum 1320 snap 454 seq_num 1320) 2024-09-13T14:35:52.027 INFO:tasks.rados.rados.0.smithi071.stdout:3557: seq_num 1322 ranges {618854=408247,1743901=425794} 2024-09-13T14:35:52.031 INFO:tasks.rados.rados.0.smithi071.stdout:3557: writing smithi07185159-45 from 618854 to 1027101 tid 1 2024-09-13T14:35:52.039 INFO:tasks.rados.rados.0.smithi071.stdout:3557: writing smithi07185159-45 from 1743901 to 2169695 tid 2 2024-09-13T14:35:52.039 INFO:tasks.rados.rados.0.smithi071.stdout:3554: done (3 left) 2024-09-13T14:35:52.039 INFO:tasks.rados.rados.0.smithi071.stdout:3558: rollback oid 6 current snap is 454 2024-09-13T14:35:52.039 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 6 to 451 2024-09-13T14:35:52.039 INFO:tasks.rados.rados.0.smithi071.stdout:3555: finishing write tid 1 to smithi07185159-11 2024-09-13T14:35:52.039 INFO:tasks.rados.rados.0.smithi071.stdout:3559: delete oid 23 current snap is 454 2024-09-13T14:35:52.039 INFO:tasks.rados.rados.0.smithi071.stdout:3555: finishing write tid 2 to smithi07185159-11 2024-09-13T14:35:52.039 INFO:tasks.rados.rados.0.smithi071.stdout:3555: finishing write tid 3 to smithi07185159-11 2024-09-13T14:35:52.039 INFO:tasks.rados.rados.0.smithi071.stdout:3555: finishing write tid 4 to smithi07185159-11 2024-09-13T14:35:52.039 INFO:tasks.rados.rados.0.smithi071.stdout:3555: oid 11 updating version 0 to 1948 2024-09-13T14:35:52.039 INFO:tasks.rados.rados.0.smithi071.stdout:3555: oid 11 version 1948 is already newer than 1946 2024-09-13T14:35:52.040 INFO:tasks.rados.rados.0.smithi071.stdout:3555: oid 11 version 1948 is already newer than 1947 2024-09-13T14:35:52.040 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 11 v 1948 (ObjNum 1321 snap 454 seq_num 1321) dirty exists 2024-09-13T14:35:52.040 INFO:tasks.rados.rados.0.smithi071.stdout:3555: left oid 11 (ObjNum 1321 snap 454 seq_num 1321) 2024-09-13T14:35:52.040 INFO:tasks.rados.rados.0.smithi071.stdout:3556: finishing rollback tid 0 to smithi07185159-15 2024-09-13T14:35:52.040 INFO:tasks.rados.rados.0.smithi071.stdout:3556: finishing rollback tid 1 to smithi07185159-15 2024-09-13T14:35:52.040 INFO:tasks.rados.rados.0.smithi071.stdout:3556: finishing rollback tid 2 to smithi07185159-15 2024-09-13T14:35:52.040 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 15 v 3239 (ObjNum 1307 snap 448 seq_num 1307) dirty exists 2024-09-13T14:35:52.040 INFO:tasks.rados.rados.0.smithi071.stdout:3557: finishing write tid 1 to smithi07185159-45 2024-09-13T14:35:52.042 INFO:tasks.rados.rados.0.smithi071.stdout:3555: done (4 left) 2024-09-13T14:35:52.042 INFO:tasks.rados.rados.0.smithi071.stdout:3556: done (3 left) 2024-09-13T14:35:52.042 INFO:tasks.rados.rados.0.smithi071.stdout:3559: done (2 left) 2024-09-13T14:35:52.042 INFO:tasks.rados.rados.0.smithi071.stdout:3560: write oid 8 current snap is 454 2024-09-13T14:35:52.042 INFO:tasks.rados.rados.0.smithi071.stdout:3560: seq_num 1324 ranges {652468=675098,1977218=275250} 2024-09-13T14:35:52.049 INFO:tasks.rados.rados.0.smithi071.stdout:3560: writing smithi07185159-8 from 652468 to 1327566 tid 1 2024-09-13T14:35:52.055 INFO:tasks.rados.rados.0.smithi071.stdout:3560: writing smithi07185159-8 from 1977218 to 2252468 tid 2 2024-09-13T14:35:52.055 INFO:tasks.rados.rados.0.smithi071.stdout:3561: write oid 4 current snap is 454 2024-09-13T14:35:52.055 INFO:tasks.rados.rados.0.smithi071.stdout:3557: finishing write tid 2 to smithi07185159-45 2024-09-13T14:35:52.055 INFO:tasks.rados.rados.0.smithi071.stdout:3557: finishing write tid 3 to smithi07185159-45 2024-09-13T14:35:52.055 INFO:tasks.rados.rados.0.smithi071.stdout:3557: finishing write tid 4 to smithi07185159-45 2024-09-13T14:35:52.055 INFO:tasks.rados.rados.0.smithi071.stdout:3557: oid 45 updating version 0 to 1951 2024-09-13T14:35:52.055 INFO:tasks.rados.rados.0.smithi071.stdout:3557: oid 45 updating version 1951 to 1952 2024-09-13T14:35:52.055 INFO:tasks.rados.rados.0.smithi071.stdout:3557: oid 45 version 1952 is already newer than 1950 2024-09-13T14:35:52.055 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 45 v 1952 (ObjNum 1322 snap 454 seq_num 1322) dirty exists 2024-09-13T14:35:52.055 INFO:tasks.rados.rados.0.smithi071.stdout:3557: left oid 45 (ObjNum 1322 snap 454 seq_num 1322) 2024-09-13T14:35:52.056 INFO:tasks.rados.rados.0.smithi071.stdout:3558: finishing rollback tid 0 to smithi07185159-6 2024-09-13T14:35:52.056 INFO:tasks.rados.rados.0.smithi071.stdout:3558: finishing rollback tid 1 to smithi07185159-6 2024-09-13T14:35:52.056 INFO:tasks.rados.rados.0.smithi071.stdout:3558: finishing rollback tid 2 to smithi07185159-6 2024-09-13T14:35:52.056 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 6 v 3243 (ObjNum 1298 snap 447 seq_num 1298) dirty exists 2024-09-13T14:35:52.056 INFO:tasks.rados.rados.0.smithi071.stdout:3560: finishing write tid 1 to smithi07185159-8 2024-09-13T14:35:52.056 INFO:tasks.rados.rados.0.smithi071.stdout:3561: seq_num 1325 ranges {669275=750347,2035700=233575} 2024-09-13T14:35:52.062 INFO:tasks.rados.rados.0.smithi071.stdout:3561: writing smithi07185159-4 from 669275 to 1419622 tid 1 2024-09-13T14:35:52.066 INFO:tasks.rados.rados.0.smithi071.stdout:3561: writing smithi07185159-4 from 2035700 to 2269275 tid 2 2024-09-13T14:35:52.067 INFO:tasks.rados.rados.0.smithi071.stdout:3557: done (3 left) 2024-09-13T14:35:52.067 INFO:tasks.rados.rados.0.smithi071.stdout:3558: done (2 left) 2024-09-13T14:35:52.067 INFO:tasks.rados.rados.0.smithi071.stdout:3562: read oid 14 snap -1 2024-09-13T14:35:52.067 INFO:tasks.rados.rados.0.smithi071.stdout:3562: expect (ObjNum 1193 snap 406 seq_num 1193) 2024-09-13T14:35:52.067 INFO:tasks.rados.rados.0.smithi071.stdout:3563: snap_remove snap 451 2024-09-13T14:35:52.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:52 smithi071 ceph-mon[107477]: pgmap v901: 89 pgs: 89 active+clean; 227 MiB data, 816 MiB used, 714 GiB / 715 GiB avail; 2.3 MiB/s rd, 712 KiB/s wr, 8 op/s 2024-09-13T14:35:52.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:52 smithi071 ceph-mon[107477]: osdmap e967: 8 total, 8 up, 8 in 2024-09-13T14:35:52.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:52 smithi071 ceph-mon[112785]: pgmap v901: 89 pgs: 89 active+clean; 227 MiB data, 816 MiB used, 714 GiB / 715 GiB avail; 2.3 MiB/s rd, 712 KiB/s wr, 8 op/s 2024-09-13T14:35:52.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:52 smithi071 ceph-mon[112785]: osdmap e967: 8 total, 8 up, 8 in 2024-09-13T14:35:52.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:52 smithi104 ceph-mon[105578]: pgmap v901: 89 pgs: 89 active+clean; 227 MiB data, 816 MiB used, 714 GiB / 715 GiB avail; 2.3 MiB/s rd, 712 KiB/s wr, 8 op/s 2024-09-13T14:35:52.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:52 smithi104 ceph-mon[105578]: osdmap e967: 8 total, 8 up, 8 in 2024-09-13T14:35:53.009 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:35:52 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:35:52] "GET /metrics HTTP/1.1" 200 36399 "" "Prometheus/2.51.0" 2024-09-13T14:35:53.013 INFO:tasks.rados.rados.0.smithi071.stdout:3560: finishing write tid 2 to smithi07185159-8 2024-09-13T14:35:53.013 INFO:tasks.rados.rados.0.smithi071.stdout:3560: finishing write tid 3 to smithi07185159-8 2024-09-13T14:35:53.013 INFO:tasks.rados.rados.0.smithi071.stdout:3560: finishing write tid 4 to smithi07185159-8 2024-09-13T14:35:53.013 INFO:tasks.rados.rados.0.smithi071.stdout:3560: oid 8 updating version 0 to 1083 2024-09-13T14:35:53.013 INFO:tasks.rados.rados.0.smithi071.stdout:3560: oid 8 updating version 1083 to 1084 2024-09-13T14:35:53.013 INFO:tasks.rados.rados.0.smithi071.stdout:3560: oid 8 version 1084 is already newer than 1082 2024-09-13T14:35:53.013 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 8 v 1084 (ObjNum 1324 snap 454 seq_num 1324) dirty exists 2024-09-13T14:35:53.013 INFO:tasks.rados.rados.0.smithi071.stdout:3560: left oid 8 (ObjNum 1324 snap 454 seq_num 1324) 2024-09-13T14:35:53.013 INFO:tasks.rados.rados.0.smithi071.stdout:3562: expect (ObjNum 1193 snap 406 seq_num 1193) 2024-09-13T14:35:53.126 INFO:tasks.rados.rados.0.smithi071.stdout:3561: finishing write tid 1 to smithi07185159-4 2024-09-13T14:35:53.126 INFO:tasks.rados.rados.0.smithi071.stdout:3561: finishing write tid 2 to smithi07185159-4 2024-09-13T14:35:53.126 INFO:tasks.rados.rados.0.smithi071.stdout:3561: finishing write tid 3 to smithi07185159-4 2024-09-13T14:35:53.126 INFO:tasks.rados.rados.0.smithi071.stdout:3561: finishing write tid 4 to smithi07185159-4 2024-09-13T14:35:53.126 INFO:tasks.rados.rados.0.smithi071.stdout:3561: oid 4 updating version 0 to 1822 2024-09-13T14:35:53.126 INFO:tasks.rados.rados.0.smithi071.stdout:3561: oid 4 updating version 1822 to 1824 2024-09-13T14:35:53.126 INFO:tasks.rados.rados.0.smithi071.stdout:3561: oid 4 version 1824 is already newer than 1823 2024-09-13T14:35:53.126 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 4 v 1824 (ObjNum 1325 snap 454 seq_num 1325) dirty exists 2024-09-13T14:35:53.126 INFO:tasks.rados.rados.0.smithi071.stdout:3561: left oid 4 (ObjNum 1325 snap 454 seq_num 1325) 2024-09-13T14:35:53.127 INFO:tasks.rados.rados.0.smithi071.stdout:3560: done (3 left) 2024-09-13T14:35:53.127 INFO:tasks.rados.rados.0.smithi071.stdout:3561: done (2 left) 2024-09-13T14:35:53.127 INFO:tasks.rados.rados.0.smithi071.stdout:3562: done (1 left) 2024-09-13T14:35:53.127 INFO:tasks.rados.rados.0.smithi071.stdout:3563: done (0 left) 2024-09-13T14:35:53.127 INFO:tasks.rados.rados.0.smithi071.stdout:3564: snap_remove snap 443 2024-09-13T14:35:53.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:53 smithi071 ceph-mon[107477]: osdmap e968: 8 total, 8 up, 8 in 2024-09-13T14:35:53.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:53 smithi071 ceph-mon[112785]: osdmap e968: 8 total, 8 up, 8 in 2024-09-13T14:35:53.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:53 smithi104 ceph-mon[105578]: osdmap e968: 8 total, 8 up, 8 in 2024-09-13T14:35:54.014 INFO:tasks.rados.rados.0.smithi071.stdout:3564: done (0 left) 2024-09-13T14:35:54.014 INFO:tasks.rados.rados.0.smithi071.stdout:3565: write oid 46 current snap is 454 2024-09-13T14:35:54.014 INFO:tasks.rados.rados.0.smithi071.stdout:3565: seq_num 1326 ranges {686082=425596,1577829=433132} 2024-09-13T14:35:54.021 INFO:tasks.rados.rados.0.smithi071.stdout:3565: writing smithi07185159-46 from 686082 to 1111678 tid 1 2024-09-13T14:35:54.026 INFO:tasks.rados.rados.0.smithi071.stdout:3565: writing smithi07185159-46 from 1577829 to 2010961 tid 2 2024-09-13T14:35:54.026 INFO:tasks.rados.rados.0.smithi071.stdout:3566: write oid 3 current snap is 454 2024-09-13T14:35:54.027 INFO:tasks.rados.rados.0.smithi071.stdout:3566: seq_num 1327 ranges {702889=500845,1636311=576790} 2024-09-13T14:35:54.033 INFO:tasks.rados.rados.0.smithi071.stdout:3566: writing smithi07185159-3 from 702889 to 1203734 tid 1 2024-09-13T14:35:54.039 INFO:tasks.rados.rados.0.smithi071.stdout:3566: writing smithi07185159-3 from 1636311 to 2213101 tid 2 2024-09-13T14:35:54.039 INFO:tasks.rados.rados.0.smithi071.stdout:3567: delete oid 10 current snap is 454 2024-09-13T14:35:54.039 INFO:tasks.rados.rados.0.smithi071.stdout:3565: finishing write tid 1 to smithi07185159-46 2024-09-13T14:35:54.039 INFO:tasks.rados.rados.0.smithi071.stdout:3565: finishing write tid 2 to smithi07185159-46 2024-09-13T14:35:54.039 INFO:tasks.rados.rados.0.smithi071.stdout:3565: finishing write tid 3 to smithi07185159-46 2024-09-13T14:35:54.039 INFO:tasks.rados.rados.0.smithi071.stdout:3565: finishing write tid 4 to smithi07185159-46 2024-09-13T14:35:54.039 INFO:tasks.rados.rados.0.smithi071.stdout:3565: oid 46 updating version 0 to 1871 2024-09-13T14:35:54.039 INFO:tasks.rados.rados.0.smithi071.stdout:3565: oid 46 version 1871 is already newer than 1869 2024-09-13T14:35:54.040 INFO:tasks.rados.rados.0.smithi071.stdout:3565: oid 46 version 1871 is already newer than 1870 2024-09-13T14:35:54.040 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 46 v 1871 (ObjNum 1326 snap 454 seq_num 1326) dirty exists 2024-09-13T14:35:54.040 INFO:tasks.rados.rados.0.smithi071.stdout:3565: left oid 46 (ObjNum 1326 snap 454 seq_num 1326) 2024-09-13T14:35:54.040 INFO:tasks.rados.rados.0.smithi071.stdout:3566: finishing write tid 1 to smithi07185159-3 2024-09-13T14:35:54.041 INFO:tasks.rados.rados.0.smithi071.stdout:3565: done (2 left) 2024-09-13T14:35:54.041 INFO:tasks.rados.rados.0.smithi071.stdout:3567: done (1 left) 2024-09-13T14:35:54.041 INFO:tasks.rados.rados.0.smithi071.stdout:3568: write oid 45 current snap is 454 2024-09-13T14:35:54.042 INFO:tasks.rados.rados.0.smithi071.stdout:3568: seq_num 1329 ranges {736503=651343,2153275=183228} 2024-09-13T14:35:54.049 INFO:tasks.rados.rados.0.smithi071.stdout:3568: writing smithi07185159-45 from 736503 to 1387846 tid 1 2024-09-13T14:35:54.054 INFO:tasks.rados.rados.0.smithi071.stdout:3568: writing smithi07185159-45 from 2153275 to 2336503 tid 2 2024-09-13T14:35:54.054 INFO:tasks.rados.rados.0.smithi071.stdout:3569: delete oid 5 current snap is 454 2024-09-13T14:35:54.054 INFO:tasks.rados.rados.0.smithi071.stdout:3566: finishing write tid 2 to smithi07185159-3 2024-09-13T14:35:54.055 INFO:tasks.rados.rados.0.smithi071.stdout:3566: finishing write tid 3 to smithi07185159-3 2024-09-13T14:35:54.055 INFO:tasks.rados.rados.0.smithi071.stdout:3566: finishing write tid 4 to smithi07185159-3 2024-09-13T14:35:54.055 INFO:tasks.rados.rados.0.smithi071.stdout:3566: oid 3 updating version 0 to 3261 2024-09-13T14:35:54.055 INFO:tasks.rados.rados.0.smithi071.stdout:3566: oid 3 updating version 3261 to 3263 2024-09-13T14:35:54.055 INFO:tasks.rados.rados.0.smithi071.stdout:3566: oid 3 version 3263 is already newer than 3262 2024-09-13T14:35:54.055 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 3 v 3263 (ObjNum 1327 snap 454 seq_num 1327) dirty exists 2024-09-13T14:35:54.055 INFO:tasks.rados.rados.0.smithi071.stdout:3566: left oid 3 (ObjNum 1327 snap 454 seq_num 1327) 2024-09-13T14:35:54.055 INFO:tasks.rados.rados.0.smithi071.stdout:3568: finishing write tid 1 to smithi07185159-45 2024-09-13T14:35:54.057 INFO:tasks.rados.rados.0.smithi071.stdout:3566: done (2 left) 2024-09-13T14:35:54.057 INFO:tasks.rados.rados.0.smithi071.stdout:3569: done (1 left) 2024-09-13T14:35:54.057 INFO:tasks.rados.rados.0.smithi071.stdout:3570: snap_create 2024-09-13T14:35:54.058 INFO:tasks.rados.rados.0.smithi071.stdout:3568: finishing write tid 2 to smithi07185159-45 2024-09-13T14:35:54.058 INFO:tasks.rados.rados.0.smithi071.stdout:3568: finishing write tid 3 to smithi07185159-45 2024-09-13T14:35:54.058 INFO:tasks.rados.rados.0.smithi071.stdout:3568: finishing write tid 4 to smithi07185159-45 2024-09-13T14:35:54.058 INFO:tasks.rados.rados.0.smithi071.stdout:3568: oid 45 updating version 0 to 1965 2024-09-13T14:35:54.058 INFO:tasks.rados.rados.0.smithi071.stdout:3568: oid 45 updating version 1965 to 1966 2024-09-13T14:35:54.058 INFO:tasks.rados.rados.0.smithi071.stdout:3568: oid 45 updating version 1966 to 1967 2024-09-13T14:35:54.058 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 45 v 1967 (ObjNum 1329 snap 454 seq_num 1329) dirty exists 2024-09-13T14:35:54.059 INFO:tasks.rados.rados.0.smithi071.stdout:3568: left oid 45 (ObjNum 1329 snap 454 seq_num 1329) 2024-09-13T14:35:54.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:54 smithi071 ceph-mon[107477]: pgmap v904: 89 pgs: 89 active+clean; 230 MiB data, 818 MiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 1.4 MiB/s wr, 17 op/s 2024-09-13T14:35:54.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:54 smithi071 ceph-mon[107477]: osdmap e969: 8 total, 8 up, 8 in 2024-09-13T14:35:54.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:54 smithi071 ceph-mon[112785]: pgmap v904: 89 pgs: 89 active+clean; 230 MiB data, 818 MiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 1.4 MiB/s wr, 17 op/s 2024-09-13T14:35:54.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:54 smithi071 ceph-mon[112785]: osdmap e969: 8 total, 8 up, 8 in 2024-09-13T14:35:54.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:54 smithi104 ceph-mon[105578]: pgmap v904: 89 pgs: 89 active+clean; 230 MiB data, 818 MiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 1.4 MiB/s wr, 17 op/s 2024-09-13T14:35:54.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:54 smithi104 ceph-mon[105578]: osdmap e969: 8 total, 8 up, 8 in 2024-09-13T14:35:55.026 INFO:tasks.rados.rados.0.smithi071.stdout:3568: done (1 left) 2024-09-13T14:35:55.026 INFO:tasks.rados.rados.0.smithi071.stdout:3570: done (0 left) 2024-09-13T14:35:55.026 INFO:tasks.rados.rados.0.smithi071.stdout:3571: snap_create 2024-09-13T14:35:55.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:55 smithi071 ceph-mon[107477]: osdmap e970: 8 total, 8 up, 8 in 2024-09-13T14:35:55.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:55 smithi071 ceph-mon[112785]: osdmap e970: 8 total, 8 up, 8 in 2024-09-13T14:35:55.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:55 smithi104 ceph-mon[105578]: osdmap e970: 8 total, 8 up, 8 in 2024-09-13T14:35:56.026 INFO:tasks.rados.rados.0.smithi071.stdout:3571: done (0 left) 2024-09-13T14:35:56.027 INFO:tasks.rados.rados.0.smithi071.stdout:3572: write oid 17 current snap is 456 2024-09-13T14:35:56.027 INFO:tasks.rados.rados.0.smithi071.stdout:3572: seq_num 1331 ranges {770117=518194,1870239=499878} 2024-09-13T14:35:56.033 INFO:tasks.rados.rados.0.smithi071.stdout:3572: writing smithi07185159-17 from 770117 to 1288311 tid 1 2024-09-13T14:35:56.040 INFO:tasks.rados.rados.0.smithi071.stdout:3572: writing smithi07185159-17 from 1870239 to 2370117 tid 2 2024-09-13T14:35:56.040 INFO:tasks.rados.rados.0.smithi071.stdout:3573: rollback oid 8 current snap is 456 2024-09-13T14:35:56.040 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 8 to 441 2024-09-13T14:35:56.040 INFO:tasks.rados.rados.0.smithi071.stdout:3572: finishing write tid 1 to smithi07185159-17 2024-09-13T14:35:56.040 INFO:tasks.rados.rados.0.smithi071.stdout:3574: write oid 34 current snap is 456 2024-09-13T14:35:56.041 INFO:tasks.rados.rados.0.smithi071.stdout:3574: seq_num 1332 ranges {786924=593443,1928721=458203} 2024-09-13T14:35:56.047 INFO:tasks.rados.rados.0.smithi071.stdout:3574: writing smithi07185159-34 from 786924 to 1380367 tid 1 2024-09-13T14:35:56.053 INFO:tasks.rados.rados.0.smithi071.stdout:3574: writing smithi07185159-34 from 1928721 to 2386924 tid 2 2024-09-13T14:35:56.053 INFO:tasks.rados.rados.0.smithi071.stdout:3575: delete oid 11 current snap is 456 2024-09-13T14:35:56.053 INFO:tasks.rados.rados.0.smithi071.stdout:3572: finishing write tid 2 to smithi07185159-17 2024-09-13T14:35:56.054 INFO:tasks.rados.rados.0.smithi071.stdout:3573: finishing rollback tid 0 to smithi07185159-8 2024-09-13T14:35:56.054 INFO:tasks.rados.rados.0.smithi071.stdout:3572: finishing write tid 3 to smithi07185159-17 2024-09-13T14:35:56.054 INFO:tasks.rados.rados.0.smithi071.stdout:3573: finishing rollback tid 1 to smithi07185159-8 2024-09-13T14:35:56.054 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 8 v 1091 (ObjNum 289 snap 0 seq_num 1) dirty dne 2024-09-13T14:35:56.054 INFO:tasks.rados.rados.0.smithi071.stdout:3572: finishing write tid 4 to smithi07185159-17 2024-09-13T14:35:56.054 INFO:tasks.rados.rados.0.smithi071.stdout:3572: oid 17 updating version 0 to 1234 2024-09-13T14:35:56.054 INFO:tasks.rados.rados.0.smithi071.stdout:3572: oid 17 version 1234 is already newer than 1232 2024-09-13T14:35:56.054 INFO:tasks.rados.rados.0.smithi071.stdout:3572: oid 17 version 1234 is already newer than 1233 2024-09-13T14:35:56.054 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 17 v 1234 (ObjNum 1331 snap 456 seq_num 1331) dirty exists 2024-09-13T14:35:56.054 INFO:tasks.rados.rados.0.smithi071.stdout:3572: left oid 17 (ObjNum 1331 snap 456 seq_num 1331) 2024-09-13T14:35:56.054 INFO:tasks.rados.rados.0.smithi071.stdout:3574: finishing write tid 1 to smithi07185159-34 2024-09-13T14:35:56.056 INFO:tasks.rados.rados.0.smithi071.stdout:3572: done (3 left) 2024-09-13T14:35:56.056 INFO:tasks.rados.rados.0.smithi071.stdout:3573: done (2 left) 2024-09-13T14:35:56.056 INFO:tasks.rados.rados.0.smithi071.stdout:3575: done (1 left) 2024-09-13T14:35:56.056 INFO:tasks.rados.rados.0.smithi071.stdout:3576: read oid 27 snap -1 2024-09-13T14:35:56.056 INFO:tasks.rados.rados.0.smithi071.stdout:3576: expect (ObjNum 1223 snap 414 seq_num 1223) 2024-09-13T14:35:56.056 INFO:tasks.rados.rados.0.smithi071.stdout:3577: snap_remove snap 439 2024-09-13T14:35:56.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:56 smithi071 ceph-mon[107477]: pgmap v907: 89 pgs: 89 active+clean; 231 MiB data, 822 MiB used, 714 GiB / 715 GiB avail; 8.5 MiB/s rd, 1.2 MiB/s wr, 11 op/s 2024-09-13T14:35:56.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:56 smithi071 ceph-mon[107477]: osdmap e971: 8 total, 8 up, 8 in 2024-09-13T14:35:56.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:56 smithi071 ceph-mon[112785]: pgmap v907: 89 pgs: 89 active+clean; 231 MiB data, 822 MiB used, 714 GiB / 715 GiB avail; 8.5 MiB/s rd, 1.2 MiB/s wr, 11 op/s 2024-09-13T14:35:56.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:56 smithi071 ceph-mon[112785]: osdmap e971: 8 total, 8 up, 8 in 2024-09-13T14:35:56.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:56 smithi104 ceph-mon[105578]: pgmap v907: 89 pgs: 89 active+clean; 231 MiB data, 822 MiB used, 714 GiB / 715 GiB avail; 8.5 MiB/s rd, 1.2 MiB/s wr, 11 op/s 2024-09-13T14:35:56.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:56 smithi104 ceph-mon[105578]: osdmap e971: 8 total, 8 up, 8 in 2024-09-13T14:35:57.045 INFO:tasks.rados.rados.0.smithi071.stdout:3577: done (2 left) 2024-09-13T14:35:57.045 INFO:tasks.rados.rados.0.smithi071.stdout:3578: delete oid 30 current snap is 456 2024-09-13T14:35:57.045 INFO:tasks.rados.rados.0.smithi071.stdout:3574: finishing write tid 2 to smithi07185159-34 2024-09-13T14:35:57.045 INFO:tasks.rados.rados.0.smithi071.stdout:3574: finishing write tid 3 to smithi07185159-34 2024-09-13T14:35:57.045 INFO:tasks.rados.rados.0.smithi071.stdout:3574: finishing write tid 4 to smithi07185159-34 2024-09-13T14:35:57.045 INFO:tasks.rados.rados.0.smithi071.stdout:3574: oid 34 updating version 0 to 700 2024-09-13T14:35:57.045 INFO:tasks.rados.rados.0.smithi071.stdout:3574: oid 34 version 700 is already newer than 698 2024-09-13T14:35:57.045 INFO:tasks.rados.rados.0.smithi071.stdout:3574: oid 34 version 700 is already newer than 699 2024-09-13T14:35:57.045 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 34 v 700 (ObjNum 1332 snap 456 seq_num 1332) dirty exists 2024-09-13T14:35:57.045 INFO:tasks.rados.rados.0.smithi071.stdout:3574: left oid 34 (ObjNum 1332 snap 456 seq_num 1332) 2024-09-13T14:35:57.046 INFO:tasks.rados.rados.0.smithi071.stdout:3576: expect (ObjNum 1223 snap 414 seq_num 1223) 2024-09-13T14:35:57.132 INFO:tasks.rados.rados.0.smithi071.stdout:3574: done (2 left) 2024-09-13T14:35:57.132 INFO:tasks.rados.rados.0.smithi071.stdout:3576: done (1 left) 2024-09-13T14:35:57.132 INFO:tasks.rados.rados.0.smithi071.stdout:3578: done (0 left) 2024-09-13T14:35:57.132 INFO:tasks.rados.rados.0.smithi071.stdout:3579: read oid 21 snap -1 2024-09-13T14:35:57.132 INFO:tasks.rados.rados.0.smithi071.stdout:3579: expect deleted 2024-09-13T14:35:57.133 INFO:tasks.rados.rados.0.smithi071.stdout:3580: delete oid 36 current snap is 456 2024-09-13T14:35:57.134 INFO:tasks.rados.rados.0.smithi071.stdout:3579: done (1 left) 2024-09-13T14:35:57.134 INFO:tasks.rados.rados.0.smithi071.stdout:3580: done (0 left) 2024-09-13T14:35:57.134 INFO:tasks.rados.rados.0.smithi071.stdout:3581: read oid 4 snap -1 2024-09-13T14:35:57.134 INFO:tasks.rados.rados.0.smithi071.stdout:3581: expect (ObjNum 1325 snap 454 seq_num 1325) 2024-09-13T14:35:57.134 INFO:tasks.rados.rados.0.smithi071.stdout:3582: write oid 10 current snap is 456 2024-09-13T14:35:57.134 INFO:tasks.rados.rados.0.smithi071.stdout:3582: seq_num 1336 ranges {454152=494439,1646296=735124} 2024-09-13T14:35:57.138 INFO:tasks.rados.rados.0.smithi071.stdout:3582: writing smithi07185159-10 from 454152 to 948591 tid 1 2024-09-13T14:35:57.147 INFO:tasks.rados.rados.0.smithi071.stdout:3582: writing smithi07185159-10 from 1646296 to 2381420 tid 2 2024-09-13T14:35:57.147 INFO:tasks.rados.rados.0.smithi071.stdout:3583: read oid 23 snap -1 2024-09-13T14:35:57.147 INFO:tasks.rados.rados.0.smithi071.stdout:3583: expect deleted 2024-09-13T14:35:57.147 INFO:tasks.rados.rados.0.smithi071.stdout:3584: read oid 39 snap -1 2024-09-13T14:35:57.147 INFO:tasks.rados.rados.0.smithi071.stdout:3584: expect (ObjNum 1311 snap 451 seq_num 1311) 2024-09-13T14:35:57.147 INFO:tasks.rados.rados.0.smithi071.stdout:3585: read oid 48 snap -1 2024-09-13T14:35:57.147 INFO:tasks.rados.rados.0.smithi071.stdout:3585: expect deleted 2024-09-13T14:35:57.147 INFO:tasks.rados.rados.0.smithi071.stdout:3586: read oid 31 snap -1 2024-09-13T14:35:57.147 INFO:tasks.rados.rados.0.smithi071.stdout:3586: expect (ObjNum 1316 snap 452 seq_num 1316) 2024-09-13T14:35:57.147 INFO:tasks.rados.rados.0.smithi071.stdout:3587: rollback oid 36 current snap is 456 2024-09-13T14:35:57.147 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 36 to 455 2024-09-13T14:35:57.147 INFO:tasks.rados.rados.0.smithi071.stdout:3581: expect (ObjNum 1325 snap 454 seq_num 1325) 2024-09-13T14:35:57.252 INFO:tasks.rados.rados.0.smithi071.stdout:3582: finishing write tid 1 to smithi07185159-10 2024-09-13T14:35:57.253 INFO:tasks.rados.rados.0.smithi071.stdout:3581: done (6 left) 2024-09-13T14:35:57.253 INFO:tasks.rados.rados.0.smithi071.stdout:3588: read oid 32 snap -1 2024-09-13T14:35:57.253 INFO:tasks.rados.rados.0.smithi071.stdout:3588: expect (ObjNum 1218 snap 412 seq_num 1218) 2024-09-13T14:35:57.253 INFO:tasks.rados.rados.0.smithi071.stdout:3589: snap_remove snap 432 2024-09-13T14:35:57.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:57 smithi071 ceph-mon[107477]: osdmap e972: 8 total, 8 up, 8 in 2024-09-13T14:35:57.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:57 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:35:57.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:57 smithi071 ceph-mon[112785]: osdmap e972: 8 total, 8 up, 8 in 2024-09-13T14:35:57.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:57 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:35:57.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:57 smithi104 ceph-mon[105578]: osdmap e972: 8 total, 8 up, 8 in 2024-09-13T14:35:57.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:57 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:35:57.936 INFO:tasks.rados.rados.0.smithi071.stdout:3589: done (7 left) 2024-09-13T14:35:57.936 INFO:tasks.rados.rados.0.smithi071.stdout:3590: write oid 3 current snap is 456 2024-09-13T14:35:57.936 INFO:tasks.rados.rados.0.smithi071.stdout:3587: finishing rollback tid 1 to smithi07185159-36 2024-09-13T14:35:57.936 INFO:tasks.rados.rados.0.smithi071.stdout:3587: finishing rollback tid 2 to smithi07185159-36 2024-09-13T14:35:57.936 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 36 v 805 (ObjNum 1252 snap 428 seq_num 1252) dirty exists 2024-09-13T14:35:57.936 INFO:tasks.rados.rados.0.smithi071.stdout:3584: expect (ObjNum 1311 snap 451 seq_num 1311) 2024-09-13T14:35:58.083 INFO:tasks.rados.rados.0.smithi071.stdout:3582: finishing write tid 2 to smithi07185159-10 2024-09-13T14:35:58.083 INFO:tasks.rados.rados.0.smithi071.stdout:3582: finishing write tid 3 to smithi07185159-10 2024-09-13T14:35:58.083 INFO:tasks.rados.rados.0.smithi071.stdout:3582: finishing write tid 4 to smithi07185159-10 2024-09-13T14:35:58.083 INFO:tasks.rados.rados.0.smithi071.stdout:3582: oid 10 updating version 0 to 1846 2024-09-13T14:35:58.083 INFO:tasks.rados.rados.0.smithi071.stdout:3582: oid 10 updating version 1846 to 1847 2024-09-13T14:35:58.083 INFO:tasks.rados.rados.0.smithi071.stdout:3582: oid 10 version 1847 is already newer than 1845 2024-09-13T14:35:58.083 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 10 v 1847 (ObjNum 1336 snap 456 seq_num 1336) dirty exists 2024-09-13T14:35:58.083 INFO:tasks.rados.rados.0.smithi071.stdout:3582: left oid 10 (ObjNum 1336 snap 456 seq_num 1336) 2024-09-13T14:35:58.083 INFO:tasks.rados.rados.0.smithi071.stdout:3586: expect (ObjNum 1316 snap 452 seq_num 1316) 2024-09-13T14:35:58.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:58 smithi104 ceph-mon[105578]: pgmap v910: 89 pgs: 89 active+clean; 236 MiB data, 839 MiB used, 714 GiB / 715 GiB avail; 4.5 MiB/s rd, 1.8 MiB/s wr, 15 op/s 2024-09-13T14:35:58.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:58 smithi104 ceph-mon[105578]: osdmap e973: 8 total, 8 up, 8 in 2024-09-13T14:35:58.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:35:58 smithi104 ceph-mon[105578]: osdmap e974: 8 total, 8 up, 8 in 2024-09-13T14:35:58.228 INFO:tasks.rados.rados.0.smithi071.stdout:3590: seq_num 1337 ranges {470959=569688,1704778=595135} 2024-09-13T14:35:58.233 INFO:tasks.rados.rados.0.smithi071.stdout:3590: writing smithi07185159-3 from 470959 to 1040647 tid 1 2024-09-13T14:35:58.241 INFO:tasks.rados.rados.0.smithi071.stdout:3590: writing smithi07185159-3 from 1704778 to 2299913 tid 2 2024-09-13T14:35:58.241 INFO:tasks.rados.rados.0.smithi071.stdout:3582: done (7 left) 2024-09-13T14:35:58.241 INFO:tasks.rados.rados.0.smithi071.stdout:3583: done (6 left) 2024-09-13T14:35:58.241 INFO:tasks.rados.rados.0.smithi071.stdout:3584: done (5 left) 2024-09-13T14:35:58.242 INFO:tasks.rados.rados.0.smithi071.stdout:3585: done (4 left) 2024-09-13T14:35:58.242 INFO:tasks.rados.rados.0.smithi071.stdout:3586: done (3 left) 2024-09-13T14:35:58.242 INFO:tasks.rados.rados.0.smithi071.stdout:3587: done (2 left) 2024-09-13T14:35:58.242 INFO:tasks.rados.rados.0.smithi071.stdout:3591: rollback oid 29 current snap is 456 2024-09-13T14:35:58.242 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 29 to 448 2024-09-13T14:35:58.242 INFO:tasks.rados.rados.0.smithi071.stdout:3588: expect (ObjNum 1218 snap 412 seq_num 1218) 2024-09-13T14:35:58.291 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:58 smithi071 ceph-mon[107477]: pgmap v910: 89 pgs: 89 active+clean; 236 MiB data, 839 MiB used, 714 GiB / 715 GiB avail; 4.5 MiB/s rd, 1.8 MiB/s wr, 15 op/s 2024-09-13T14:35:58.291 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:58 smithi071 ceph-mon[107477]: osdmap e973: 8 total, 8 up, 8 in 2024-09-13T14:35:58.292 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:35:58 smithi071 ceph-mon[107477]: osdmap e974: 8 total, 8 up, 8 in 2024-09-13T14:35:58.292 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:58 smithi071 ceph-mon[112785]: pgmap v910: 89 pgs: 89 active+clean; 236 MiB data, 839 MiB used, 714 GiB / 715 GiB avail; 4.5 MiB/s rd, 1.8 MiB/s wr, 15 op/s 2024-09-13T14:35:58.292 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:58 smithi071 ceph-mon[112785]: osdmap e973: 8 total, 8 up, 8 in 2024-09-13T14:35:58.292 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:35:58 smithi071 ceph-mon[112785]: osdmap e974: 8 total, 8 up, 8 in 2024-09-13T14:35:58.417 INFO:tasks.rados.rados.0.smithi071.stdout:3590: finishing write tid 1 to smithi07185159-3 2024-09-13T14:35:58.417 INFO:tasks.rados.rados.0.smithi071.stdout:3591: finishing rollback tid 0 to smithi07185159-29 2024-09-13T14:35:58.417 INFO:tasks.rados.rados.0.smithi071.stdout:3591: finishing rollback tid 1 to smithi07185159-29 2024-09-13T14:35:58.417 INFO:tasks.rados.rados.0.smithi071.stdout:3588: done (2 left) 2024-09-13T14:35:58.417 INFO:tasks.rados.rados.0.smithi071.stdout:3592: snap_remove snap 438 2024-09-13T14:35:59.052 INFO:tasks.rados.rados.0.smithi071.stdout:3592: done (2 left) 2024-09-13T14:35:59.053 INFO:tasks.rados.rados.0.smithi071.stdout:3593: write oid 27 current snap is 456 2024-09-13T14:35:59.053 INFO:tasks.rados.rados.0.smithi071.stdout:3593: seq_num 1338 ranges {487766=644937,1646907=738793} 2024-09-13T14:35:59.059 INFO:tasks.rados.rados.0.smithi071.stdout:3593: writing smithi07185159-27 from 487766 to 1132703 tid 1 2024-09-13T14:35:59.067 INFO:tasks.rados.rados.0.smithi071.stdout:3593: writing smithi07185159-27 from 1646907 to 2385700 tid 2 2024-09-13T14:35:59.067 INFO:tasks.rados.rados.0.smithi071.stdout:3594: snap_remove snap 455 2024-09-13T14:36:00.055 INFO:tasks.rados.rados.0.smithi071.stdout:3594: done (3 left) 2024-09-13T14:36:00.056 INFO:tasks.rados.rados.0.smithi071.stdout:3595: write oid 39 current snap is 456 2024-09-13T14:36:00.056 INFO:tasks.rados.rados.0.smithi071.stdout:3595: seq_num 1339 ranges {504573=436539,1421742=598804,2437505=67068} 2024-09-13T14:36:00.061 INFO:tasks.rados.rados.0.smithi071.stdout:3595: writing smithi07185159-39 from 504573 to 941112 tid 1 2024-09-13T14:36:00.068 INFO:tasks.rados.rados.0.smithi071.stdout:3595: writing smithi07185159-39 from 1421742 to 2020546 tid 2 2024-09-13T14:36:00.071 INFO:tasks.rados.rados.0.smithi071.stdout:3595: writing smithi07185159-39 from 2437505 to 2504573 tid 3 2024-09-13T14:36:00.072 INFO:tasks.rados.rados.0.smithi071.stdout:3596: read oid 31 snap -1 2024-09-13T14:36:00.072 INFO:tasks.rados.rados.0.smithi071.stdout:3596: expect (ObjNum 1316 snap 452 seq_num 1316) 2024-09-13T14:36:00.072 INFO:tasks.rados.rados.0.smithi071.stdout:3591: finishing rollback tid 2 to smithi07185159-29 2024-09-13T14:36:00.072 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 29 v 1981 (ObjNum 1300 snap 447 seq_num 1300) dirty exists 2024-09-13T14:36:00.072 INFO:tasks.rados.rados.0.smithi071.stdout:3590: finishing write tid 2 to smithi07185159-3 2024-09-13T14:36:00.072 INFO:tasks.rados.rados.0.smithi071.stdout:3590: finishing write tid 3 to smithi07185159-3 2024-09-13T14:36:00.072 INFO:tasks.rados.rados.0.smithi071.stdout:3590: finishing write tid 4 to smithi07185159-3 2024-09-13T14:36:00.072 INFO:tasks.rados.rados.0.smithi071.stdout:3590: oid 3 updating version 0 to 3292 2024-09-13T14:36:00.072 INFO:tasks.rados.rados.0.smithi071.stdout:3590: oid 3 updating version 3292 to 3293 2024-09-13T14:36:00.072 INFO:tasks.rados.rados.0.smithi071.stdout:3590: oid 3 version 3293 is already newer than 3291 2024-09-13T14:36:00.072 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 3 v 3293 (ObjNum 1337 snap 456 seq_num 1337) dirty exists 2024-09-13T14:36:00.072 INFO:tasks.rados.rados.0.smithi071.stdout:3590: left oid 3 (ObjNum 1337 snap 456 seq_num 1337) 2024-09-13T14:36:00.073 INFO:tasks.rados.rados.0.smithi071.stdout:3593: finishing write tid 1 to smithi07185159-27 2024-09-13T14:36:00.073 INFO:tasks.rados.rados.0.smithi071.stdout:3593: finishing write tid 2 to smithi07185159-27 2024-09-13T14:36:00.073 INFO:tasks.rados.rados.0.smithi071.stdout:3593: finishing write tid 3 to smithi07185159-27 2024-09-13T14:36:00.073 INFO:tasks.rados.rados.0.smithi071.stdout:3593: finishing write tid 4 to smithi07185159-27 2024-09-13T14:36:00.073 INFO:tasks.rados.rados.0.smithi071.stdout:3593: oid 27 updating version 0 to 1885 2024-09-13T14:36:00.073 INFO:tasks.rados.rados.0.smithi071.stdout:3593: oid 27 updating version 1885 to 1887 2024-09-13T14:36:00.073 INFO:tasks.rados.rados.0.smithi071.stdout:3593: oid 27 version 1887 is already newer than 1886 2024-09-13T14:36:00.073 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 27 v 1887 (ObjNum 1338 snap 456 seq_num 1338) dirty exists 2024-09-13T14:36:00.073 INFO:tasks.rados.rados.0.smithi071.stdout:3593: left oid 27 (ObjNum 1338 snap 456 seq_num 1338) 2024-09-13T14:36:00.073 INFO:tasks.rados.rados.0.smithi071.stdout:3595: finishing write tid 1 to smithi07185159-39 2024-09-13T14:36:00.073 INFO:tasks.rados.rados.0.smithi071.stdout:3590: done (4 left) 2024-09-13T14:36:00.073 INFO:tasks.rados.rados.0.smithi071.stdout:3591: done (3 left) 2024-09-13T14:36:00.073 INFO:tasks.rados.rados.0.smithi071.stdout:3593: done (2 left) 2024-09-13T14:36:00.074 INFO:tasks.rados.rados.0.smithi071.stdout:3597: write oid 38 current snap is 456 2024-09-13T14:36:00.074 INFO:tasks.rados.rados.0.smithi071.stdout:3597: seq_num 1340 ranges {521380=511788,1480224=742462} 2024-09-13T14:36:00.077 INFO:tasks.rados.rados.0.smithi071.stdout:3597: writing smithi07185159-38 from 521380 to 1033168 tid 1 2024-09-13T14:36:00.084 INFO:tasks.rados.rados.0.smithi071.stdout:3597: writing smithi07185159-38 from 1480224 to 2222686 tid 2 2024-09-13T14:36:00.084 INFO:tasks.rados.rados.0.smithi071.stdout:3598: write oid 26 current snap is 456 2024-09-13T14:36:00.084 INFO:tasks.rados.rados.0.smithi071.stdout:3595: finishing write tid 2 to smithi07185159-39 2024-09-13T14:36:00.084 INFO:tasks.rados.rados.0.smithi071.stdout:3598: seq_num 1341 ranges {538187=587037,1538706=602473} 2024-09-13T14:36:00.090 INFO:tasks.rados.rados.0.smithi071.stdout:3598: writing smithi07185159-26 from 538187 to 1125224 tid 1 2024-09-13T14:36:00.096 INFO:tasks.rados.rados.0.smithi071.stdout:3598: writing smithi07185159-26 from 1538706 to 2141179 tid 2 2024-09-13T14:36:00.097 INFO:tasks.rados.rados.0.smithi071.stdout:3599: delete oid 8 current snap is 456 2024-09-13T14:36:00.097 INFO:tasks.rados.rados.0.smithi071.stdout:3595: finishing write tid 3 to smithi07185159-39 2024-09-13T14:36:00.097 INFO:tasks.rados.rados.0.smithi071.stdout:3595: finishing write tid 4 to smithi07185159-39 2024-09-13T14:36:00.097 INFO:tasks.rados.rados.0.smithi071.stdout:3595: finishing write tid 5 to smithi07185159-39 2024-09-13T14:36:00.097 INFO:tasks.rados.rados.0.smithi071.stdout:3595: oid 39 updating version 0 to 1930 2024-09-13T14:36:00.097 INFO:tasks.rados.rados.0.smithi071.stdout:3595: oid 39 updating version 1930 to 1931 2024-09-13T14:36:00.097 INFO:tasks.rados.rados.0.smithi071.stdout:3595: oid 39 version 1931 is already newer than 1929 2024-09-13T14:36:00.097 INFO:tasks.rados.rados.0.smithi071.stdout:3595: oid 39 updating version 1931 to 1932 2024-09-13T14:36:00.097 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 39 v 1932 (ObjNum 1339 snap 456 seq_num 1339) dirty exists 2024-09-13T14:36:00.097 INFO:tasks.rados.rados.0.smithi071.stdout:3595: left oid 39 (ObjNum 1339 snap 456 seq_num 1339) 2024-09-13T14:36:00.097 INFO:tasks.rados.rados.0.smithi071.stdout:3596: expect (ObjNum 1316 snap 452 seq_num 1316) 2024-09-13T14:36:00.247 INFO:tasks.rados.rados.0.smithi071.stdout:3597: finishing write tid 1 to smithi07185159-38 2024-09-13T14:36:00.247 INFO:tasks.rados.rados.0.smithi071.stdout:3597: finishing write tid 2 to smithi07185159-38 2024-09-13T14:36:00.247 INFO:tasks.rados.rados.0.smithi071.stdout:3595: done (4 left) 2024-09-13T14:36:00.247 INFO:tasks.rados.rados.0.smithi071.stdout:3596: done (3 left) 2024-09-13T14:36:00.248 INFO:tasks.rados.rados.0.smithi071.stdout:3599: done (2 left) 2024-09-13T14:36:00.248 INFO:tasks.rados.rados.0.smithi071.stdout:3600: snap_create 2024-09-13T14:36:00.248 INFO:tasks.rados.rados.0.smithi071.stdout:3597: finishing write tid 3 to smithi07185159-38 2024-09-13T14:36:00.248 INFO:tasks.rados.rados.0.smithi071.stdout:3597: finishing write tid 4 to smithi07185159-38 2024-09-13T14:36:00.248 INFO:tasks.rados.rados.0.smithi071.stdout:3597: oid 38 updating version 0 to 1869 2024-09-13T14:36:00.248 INFO:tasks.rados.rados.0.smithi071.stdout:3597: oid 38 updating version 1869 to 1871 2024-09-13T14:36:00.248 INFO:tasks.rados.rados.0.smithi071.stdout:3597: oid 38 version 1871 is already newer than 1870 2024-09-13T14:36:00.248 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 38 v 1871 (ObjNum 1340 snap 456 seq_num 1340) dirty exists 2024-09-13T14:36:00.248 INFO:tasks.rados.rados.0.smithi071.stdout:3597: left oid 38 (ObjNum 1340 snap 456 seq_num 1340) 2024-09-13T14:36:00.248 INFO:tasks.rados.rados.0.smithi071.stdout:3598: finishing write tid 1 to smithi07185159-26 2024-09-13T14:36:00.248 INFO:tasks.rados.rados.0.smithi071.stdout:3598: finishing write tid 2 to smithi07185159-26 2024-09-13T14:36:00.248 INFO:tasks.rados.rados.0.smithi071.stdout:3598: finishing write tid 3 to smithi07185159-26 2024-09-13T14:36:00.248 INFO:tasks.rados.rados.0.smithi071.stdout:3598: finishing write tid 4 to smithi07185159-26 2024-09-13T14:36:00.249 INFO:tasks.rados.rados.0.smithi071.stdout:3598: oid 26 updating version 0 to 1006 2024-09-13T14:36:00.249 INFO:tasks.rados.rados.0.smithi071.stdout:3598: oid 26 version 1006 is already newer than 1005 2024-09-13T14:36:00.249 INFO:tasks.rados.rados.0.smithi071.stdout:3598: oid 26 version 1006 is already newer than 1004 2024-09-13T14:36:00.249 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 26 v 1006 (ObjNum 1341 snap 456 seq_num 1341) dirty exists 2024-09-13T14:36:00.249 INFO:tasks.rados.rados.0.smithi071.stdout:3598: left oid 26 (ObjNum 1341 snap 456 seq_num 1341) 2024-09-13T14:36:00.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:00 smithi071 ceph-mon[107477]: pgmap v913: 89 pgs: 89 active+clean; 236 MiB data, 839 MiB used, 714 GiB / 715 GiB avail; 4.5 MiB/s rd, 1.4 MiB/s wr, 13 op/s 2024-09-13T14:36:00.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:00 smithi071 ceph-mon[107477]: osdmap e975: 8 total, 8 up, 8 in 2024-09-13T14:36:00.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:00 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:36:00.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:00 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:36:00.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:00 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:36:00.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:00 smithi071 ceph-mon[112785]: pgmap v913: 89 pgs: 89 active+clean; 236 MiB data, 839 MiB used, 714 GiB / 715 GiB avail; 4.5 MiB/s rd, 1.4 MiB/s wr, 13 op/s 2024-09-13T14:36:00.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:00 smithi071 ceph-mon[112785]: osdmap e975: 8 total, 8 up, 8 in 2024-09-13T14:36:00.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:00 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:36:00.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:00 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:36:00.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:00 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:36:00.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:00 smithi104 ceph-mon[105578]: pgmap v913: 89 pgs: 89 active+clean; 236 MiB data, 839 MiB used, 714 GiB / 715 GiB avail; 4.5 MiB/s rd, 1.4 MiB/s wr, 13 op/s 2024-09-13T14:36:00.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:00 smithi104 ceph-mon[105578]: osdmap e975: 8 total, 8 up, 8 in 2024-09-13T14:36:00.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:00 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:36:00.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:00 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:36:00.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:00 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:36:01.064 INFO:tasks.rados.rados.0.smithi071.stdout:3597: done (2 left) 2024-09-13T14:36:01.064 INFO:tasks.rados.rados.0.smithi071.stdout:3598: done (1 left) 2024-09-13T14:36:01.064 INFO:tasks.rados.rados.0.smithi071.stdout:3600: done (0 left) 2024-09-13T14:36:01.064 INFO:tasks.rados.rados.0.smithi071.stdout:3601: read oid 9 snap -1 2024-09-13T14:36:01.064 INFO:tasks.rados.rados.0.smithi071.stdout:3601: expect deleted 2024-09-13T14:36:01.065 INFO:tasks.rados.rados.0.smithi071.stdout:3602: snap_create 2024-09-13T14:36:01.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:01 smithi071 ceph-mon[112785]: osdmap e976: 8 total, 8 up, 8 in 2024-09-13T14:36:01.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:01 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:36:01.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:01 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:36:01.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:01 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:36:01.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:01 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:36:01.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:01 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:36:01.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:01 smithi071 ceph-mon[107477]: osdmap e976: 8 total, 8 up, 8 in 2024-09-13T14:36:01.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:01 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:36:01.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:01 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:36:01.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:01 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:36:01.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:01 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:36:01.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:01 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:36:01.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:01 smithi104 ceph-mon[105578]: osdmap e976: 8 total, 8 up, 8 in 2024-09-13T14:36:01.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:01 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:36:01.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:01 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:36:01.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:01 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:36:01.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:01 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:36:01.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:01 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:36:02.064 INFO:tasks.rados.rados.0.smithi071.stdout:3601: done (1 left) 2024-09-13T14:36:02.064 INFO:tasks.rados.rados.0.smithi071.stdout:3602: done (0 left) 2024-09-13T14:36:02.065 INFO:tasks.rados.rados.0.smithi071.stdout:3603: snap_create 2024-09-13T14:36:02.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:02 smithi071 ceph-mon[107477]: pgmap v916: 89 pgs: 89 active+clean; 245 MiB data, 836 MiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 1.7 MiB/s wr, 18 op/s 2024-09-13T14:36:02.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:02 smithi071 ceph-mon[107477]: osdmap e977: 8 total, 8 up, 8 in 2024-09-13T14:36:02.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:02 smithi071 ceph-mon[112785]: pgmap v916: 89 pgs: 89 active+clean; 245 MiB data, 836 MiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 1.7 MiB/s wr, 18 op/s 2024-09-13T14:36:02.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:02 smithi071 ceph-mon[112785]: osdmap e977: 8 total, 8 up, 8 in 2024-09-13T14:36:02.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:02 smithi104 ceph-mon[105578]: pgmap v916: 89 pgs: 89 active+clean; 245 MiB data, 836 MiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 1.7 MiB/s wr, 18 op/s 2024-09-13T14:36:02.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:02 smithi104 ceph-mon[105578]: osdmap e977: 8 total, 8 up, 8 in 2024-09-13T14:36:02.936 INFO:tasks.rados.rados.0.smithi071.stdout:3603: done (0 left) 2024-09-13T14:36:02.936 INFO:tasks.rados.rados.0.smithi071.stdout:3604: snap_remove snap 454 2024-09-13T14:36:03.078 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:36:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:36:02] "GET /metrics HTTP/1.1" 200 36402 "" "Prometheus/2.51.0" 2024-09-13T14:36:03.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:03 smithi071 ceph-mon[107477]: osdmap e978: 8 total, 8 up, 8 in 2024-09-13T14:36:03.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:03 smithi071 ceph-mon[107477]: osdmap e979: 8 total, 8 up, 8 in 2024-09-13T14:36:03.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:03 smithi071 ceph-mon[112785]: osdmap e978: 8 total, 8 up, 8 in 2024-09-13T14:36:03.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:03 smithi071 ceph-mon[112785]: osdmap e979: 8 total, 8 up, 8 in 2024-09-13T14:36:03.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:03 smithi104 ceph-mon[105578]: osdmap e978: 8 total, 8 up, 8 in 2024-09-13T14:36:03.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:03 smithi104 ceph-mon[105578]: osdmap e979: 8 total, 8 up, 8 in 2024-09-13T14:36:03.942 INFO:tasks.rados.rados.0.smithi071.stdout:3604: done (0 left) 2024-09-13T14:36:03.942 INFO:tasks.rados.rados.0.smithi071.stdout:3605: write oid 1 current snap is 459 2024-09-13T14:36:03.942 INFO:tasks.rados.rados.0.smithi071.stdout:3605: seq_num 1343 ranges {571801=737535,1939317=489789} 2024-09-13T14:36:03.949 INFO:tasks.rados.rados.0.smithi071.stdout:3605: writing smithi07185159-1 from 571801 to 1309336 tid 1 2024-09-13T14:36:03.955 INFO:tasks.rados.rados.0.smithi071.stdout:3605: writing smithi07185159-1 from 1939317 to 2429106 tid 2 2024-09-13T14:36:03.955 INFO:tasks.rados.rados.0.smithi071.stdout:3606: read oid 2 snap -1 2024-09-13T14:36:03.956 INFO:tasks.rados.rados.0.smithi071.stdout:3606: expect deleted 2024-09-13T14:36:03.956 INFO:tasks.rados.rados.0.smithi071.stdout:3607: write oid 13 current snap is 459 2024-09-13T14:36:03.956 INFO:tasks.rados.rados.0.smithi071.stdout:3605: finishing write tid 1 to smithi07185159-1 2024-09-13T14:36:03.956 INFO:tasks.rados.rados.0.smithi071.stdout:3607: seq_num 1344 ranges {588608=412784,1597799=749800} 2024-09-13T14:36:03.960 INFO:tasks.rados.rados.0.smithi071.stdout:3607: writing smithi07185159-13 from 588608 to 1001392 tid 1 2024-09-13T14:36:03.968 INFO:tasks.rados.rados.0.smithi071.stdout:3607: writing smithi07185159-13 from 1597799 to 2347599 tid 2 2024-09-13T14:36:03.968 INFO:tasks.rados.rados.0.smithi071.stdout:3608: delete oid 34 current snap is 459 2024-09-13T14:36:03.968 INFO:tasks.rados.rados.0.smithi071.stdout:3605: finishing write tid 2 to smithi07185159-1 2024-09-13T14:36:03.968 INFO:tasks.rados.rados.0.smithi071.stdout:3605: finishing write tid 3 to smithi07185159-1 2024-09-13T14:36:03.968 INFO:tasks.rados.rados.0.smithi071.stdout:3605: finishing write tid 4 to smithi07185159-1 2024-09-13T14:36:03.968 INFO:tasks.rados.rados.0.smithi071.stdout:3605: oid 1 updating version 0 to 3310 2024-09-13T14:36:03.969 INFO:tasks.rados.rados.0.smithi071.stdout:3605: oid 1 updating version 3310 to 3311 2024-09-13T14:36:03.969 INFO:tasks.rados.rados.0.smithi071.stdout:3605: oid 1 version 3311 is already newer than 3309 2024-09-13T14:36:03.969 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 1 v 3311 (ObjNum 1343 snap 459 seq_num 1343) dirty exists 2024-09-13T14:36:03.969 INFO:tasks.rados.rados.0.smithi071.stdout:3605: left oid 1 (ObjNum 1343 snap 459 seq_num 1343) 2024-09-13T14:36:03.969 INFO:tasks.rados.rados.0.smithi071.stdout:3607: finishing write tid 1 to smithi07185159-13 2024-09-13T14:36:03.970 INFO:tasks.rados.rados.0.smithi071.stdout:3605: done (3 left) 2024-09-13T14:36:03.970 INFO:tasks.rados.rados.0.smithi071.stdout:3606: done (2 left) 2024-09-13T14:36:03.970 INFO:tasks.rados.rados.0.smithi071.stdout:3608: done (1 left) 2024-09-13T14:36:03.971 INFO:tasks.rados.rados.0.smithi071.stdout:3609: snap_remove snap 452 2024-09-13T14:36:04.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:04 smithi071 ceph-mon[107477]: pgmap v919: 89 pgs: 89 active+clean; 251 MiB data, 838 MiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 2.2 MiB/s wr, 24 op/s 2024-09-13T14:36:04.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:04 smithi071 ceph-mon[107477]: osdmap e980: 8 total, 8 up, 8 in 2024-09-13T14:36:04.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:04 smithi071 ceph-mon[112785]: pgmap v919: 89 pgs: 89 active+clean; 251 MiB data, 838 MiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 2.2 MiB/s wr, 24 op/s 2024-09-13T14:36:04.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:04 smithi071 ceph-mon[112785]: osdmap e980: 8 total, 8 up, 8 in 2024-09-13T14:36:04.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:04 smithi104 ceph-mon[105578]: pgmap v919: 89 pgs: 89 active+clean; 251 MiB data, 838 MiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 2.2 MiB/s wr, 24 op/s 2024-09-13T14:36:04.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:04 smithi104 ceph-mon[105578]: osdmap e980: 8 total, 8 up, 8 in 2024-09-13T14:36:04.940 INFO:tasks.rados.rados.0.smithi071.stdout:3607: finishing write tid 2 to smithi07185159-13 2024-09-13T14:36:04.940 INFO:tasks.rados.rados.0.smithi071.stdout:3607: finishing write tid 3 to smithi07185159-13 2024-09-13T14:36:04.941 INFO:tasks.rados.rados.0.smithi071.stdout:3607: finishing write tid 4 to smithi07185159-13 2024-09-13T14:36:04.941 INFO:tasks.rados.rados.0.smithi071.stdout:3607: oid 13 updating version 0 to 1894 2024-09-13T14:36:04.941 INFO:tasks.rados.rados.0.smithi071.stdout:3607: oid 13 version 1894 is already newer than 1893 2024-09-13T14:36:04.941 INFO:tasks.rados.rados.0.smithi071.stdout:3607: oid 13 updating version 1894 to 1895 2024-09-13T14:36:04.941 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 13 v 1895 (ObjNum 1344 snap 459 seq_num 1344) dirty exists 2024-09-13T14:36:04.941 INFO:tasks.rados.rados.0.smithi071.stdout:3607: left oid 13 (ObjNum 1344 snap 459 seq_num 1344) 2024-09-13T14:36:04.941 INFO:tasks.rados.rados.0.smithi071.stdout:3607: done (1 left) 2024-09-13T14:36:04.941 INFO:tasks.rados.rados.0.smithi071.stdout:3609: done (0 left) 2024-09-13T14:36:04.941 INFO:tasks.rados.rados.0.smithi071.stdout:3610: rollback oid 50 current snap is 459 2024-09-13T14:36:04.941 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 50 to 448 2024-09-13T14:36:04.942 INFO:tasks.rados.rados.0.smithi071.stdout:3611: write oid 16 current snap is 459 2024-09-13T14:36:04.942 INFO:tasks.rados.rados.0.smithi071.stdout:3611: seq_num 1346 ranges {622222=679635,1831116=753469} 2024-09-13T14:36:04.948 INFO:tasks.rados.rados.0.smithi071.stdout:3611: writing smithi07185159-16 from 622222 to 1301857 tid 1 2024-09-13T14:36:04.956 INFO:tasks.rados.rados.0.smithi071.stdout:3611: writing smithi07185159-16 from 1831116 to 2584585 tid 2 2024-09-13T14:36:04.956 INFO:tasks.rados.rados.0.smithi071.stdout:3612: delete oid 22 current snap is 459 2024-09-13T14:36:04.956 INFO:tasks.rados.rados.0.smithi071.stdout:3610: finishing rollback tid 0 to smithi07185159-50 2024-09-13T14:36:04.957 INFO:tasks.rados.rados.0.smithi071.stdout:3611: finishing write tid 1 to smithi07185159-16 2024-09-13T14:36:04.957 INFO:tasks.rados.rados.0.smithi071.stdout:3610: finishing rollback tid 1 to smithi07185159-50 2024-09-13T14:36:04.957 INFO:tasks.rados.rados.0.smithi071.stdout:3610: finishing rollback tid 2 to smithi07185159-50 2024-09-13T14:36:04.957 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 50 v 3315 (ObjNum 1309 snap 448 seq_num 1309) dirty exists 2024-09-13T14:36:04.960 INFO:tasks.rados.rados.0.smithi071.stdout:3611: finishing write tid 2 to smithi07185159-16 2024-09-13T14:36:04.960 INFO:tasks.rados.rados.0.smithi071.stdout:3611: finishing write tid 3 to smithi07185159-16 2024-09-13T14:36:04.961 INFO:tasks.rados.rados.0.smithi071.stdout:3611: finishing write tid 4 to smithi07185159-16 2024-09-13T14:36:04.961 INFO:tasks.rados.rados.0.smithi071.stdout:3611: oid 16 updating version 0 to 1108 2024-09-13T14:36:04.961 INFO:tasks.rados.rados.0.smithi071.stdout:3611: oid 16 updating version 1108 to 1110 2024-09-13T14:36:04.961 INFO:tasks.rados.rados.0.smithi071.stdout:3611: oid 16 version 1110 is already newer than 1109 2024-09-13T14:36:04.961 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 16 v 1110 (ObjNum 1346 snap 459 seq_num 1346) dirty exists 2024-09-13T14:36:04.961 INFO:tasks.rados.rados.0.smithi071.stdout:3611: left oid 16 (ObjNum 1346 snap 459 seq_num 1346) 2024-09-13T14:36:04.961 INFO:tasks.rados.rados.0.smithi071.stdout:3610: done (2 left) 2024-09-13T14:36:04.962 INFO:tasks.rados.rados.0.smithi071.stdout:3611: done (1 left) 2024-09-13T14:36:04.962 INFO:tasks.rados.rados.0.smithi071.stdout:3612: done (0 left) 2024-09-13T14:36:04.962 INFO:tasks.rados.rados.0.smithi071.stdout:3613: read oid 48 snap 446 2024-09-13T14:36:04.962 INFO:tasks.rados.rados.0.smithi071.stdout:3613: expect deleted 2024-09-13T14:36:04.962 INFO:tasks.rados.rados.0.smithi071.stdout:3614: snap_remove snap 456 2024-09-13T14:36:05.945 INFO:tasks.rados.rados.0.smithi071.stdout:3614: done (1 left) 2024-09-13T14:36:05.945 INFO:tasks.rados.rados.0.smithi071.stdout:3615: read oid 17 snap -1 2024-09-13T14:36:05.945 INFO:tasks.rados.rados.0.smithi071.stdout:3615: expect (ObjNum 1331 snap 456 seq_num 1331) 2024-09-13T14:36:05.945 INFO:tasks.rados.rados.0.smithi071.stdout:3616: read oid 2 snap -1 2024-09-13T14:36:05.945 INFO:tasks.rados.rados.0.smithi071.stdout:3616: expect deleted 2024-09-13T14:36:05.945 INFO:tasks.rados.rados.0.smithi071.stdout:3617: write oid 40 current snap is 459 2024-09-13T14:36:05.945 INFO:tasks.rados.rados.0.smithi071.stdout:3617: seq_num 1348 ranges {655836=430133,1831727=757138} 2024-09-13T14:36:05.951 INFO:tasks.rados.rados.0.smithi071.stdout:3617: writing smithi07185159-40 from 655836 to 1085969 tid 1 2024-09-13T14:36:05.960 INFO:tasks.rados.rados.0.smithi071.stdout:3617: writing smithi07185159-40 from 1831727 to 2588865 tid 2 2024-09-13T14:36:05.960 INFO:tasks.rados.rados.0.smithi071.stdout:3613: done (3 left) 2024-09-13T14:36:05.960 INFO:tasks.rados.rados.0.smithi071.stdout:3618: write oid 33 current snap is 459 2024-09-13T14:36:05.960 INFO:tasks.rados.rados.0.smithi071.stdout:3618: seq_num 1349 ranges {672643=505382,1890209=500796} 2024-09-13T14:36:05.966 INFO:tasks.rados.rados.0.smithi071.stdout:3618: writing smithi07185159-33 from 672643 to 1178025 tid 1 2024-09-13T14:36:05.973 INFO:tasks.rados.rados.0.smithi071.stdout:3618: writing smithi07185159-33 from 1890209 to 2391005 tid 2 2024-09-13T14:36:05.973 INFO:tasks.rados.rados.0.smithi071.stdout:3619: delete oid 27 current snap is 459 2024-09-13T14:36:05.973 INFO:tasks.rados.rados.0.smithi071.stdout:3615: expect (ObjNum 1331 snap 456 seq_num 1331) 2024-09-13T14:36:06.120 INFO:tasks.rados.rados.0.smithi071.stdout:3617: finishing write tid 1 to smithi07185159-40 2024-09-13T14:36:06.120 INFO:tasks.rados.rados.0.smithi071.stdout:3617: finishing write tid 2 to smithi07185159-40 2024-09-13T14:36:06.121 INFO:tasks.rados.rados.0.smithi071.stdout:3617: finishing write tid 3 to smithi07185159-40 2024-09-13T14:36:06.121 INFO:tasks.rados.rados.0.smithi071.stdout:3617: finishing write tid 4 to smithi07185159-40 2024-09-13T14:36:06.121 INFO:tasks.rados.rados.0.smithi071.stdout:3617: oid 40 updating version 0 to 823 2024-09-13T14:36:06.121 INFO:tasks.rados.rados.0.smithi071.stdout:3617: oid 40 version 823 is already newer than 822 2024-09-13T14:36:06.121 INFO:tasks.rados.rados.0.smithi071.stdout:3617: oid 40 version 823 is already newer than 821 2024-09-13T14:36:06.121 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 40 v 823 (ObjNum 1348 snap 459 seq_num 1348) dirty exists 2024-09-13T14:36:06.121 INFO:tasks.rados.rados.0.smithi071.stdout:3617: left oid 40 (ObjNum 1348 snap 459 seq_num 1348) 2024-09-13T14:36:06.121 INFO:tasks.rados.rados.0.smithi071.stdout:3618: finishing write tid 1 to smithi07185159-33 2024-09-13T14:36:06.121 INFO:tasks.rados.rados.0.smithi071.stdout:3615: done (4 left) 2024-09-13T14:36:06.121 INFO:tasks.rados.rados.0.smithi071.stdout:3616: done (3 left) 2024-09-13T14:36:06.121 INFO:tasks.rados.rados.0.smithi071.stdout:3617: done (2 left) 2024-09-13T14:36:06.121 INFO:tasks.rados.rados.0.smithi071.stdout:3619: done (1 left) 2024-09-13T14:36:06.121 INFO:tasks.rados.rados.0.smithi071.stdout:3620: read oid 10 snap -1 2024-09-13T14:36:06.122 INFO:tasks.rados.rados.0.smithi071.stdout:3620: expect (ObjNum 1336 snap 456 seq_num 1336) 2024-09-13T14:36:06.122 INFO:tasks.rados.rados.0.smithi071.stdout:3621: rollback oid 43 current snap is 459 2024-09-13T14:36:06.122 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 43 to 457 2024-09-13T14:36:06.122 INFO:tasks.rados.rados.0.smithi071.stdout:3618: finishing write tid 2 to smithi07185159-33 2024-09-13T14:36:06.122 INFO:tasks.rados.rados.0.smithi071.stdout:3618: finishing write tid 3 to smithi07185159-33 2024-09-13T14:36:06.122 INFO:tasks.rados.rados.0.smithi071.stdout:3618: finishing write tid 4 to smithi07185159-33 2024-09-13T14:36:06.122 INFO:tasks.rados.rados.0.smithi071.stdout:3618: oid 33 updating version 0 to 1691 2024-09-13T14:36:06.122 INFO:tasks.rados.rados.0.smithi071.stdout:3618: oid 33 version 1691 is already newer than 1690 2024-09-13T14:36:06.122 INFO:tasks.rados.rados.0.smithi071.stdout:3618: oid 33 version 1691 is already newer than 1689 2024-09-13T14:36:06.122 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 33 v 1691 (ObjNum 1349 snap 459 seq_num 1349) dirty exists 2024-09-13T14:36:06.122 INFO:tasks.rados.rados.0.smithi071.stdout:3618: left oid 33 (ObjNum 1349 snap 459 seq_num 1349) 2024-09-13T14:36:06.122 INFO:tasks.rados.rados.0.smithi071.stdout:3618: done (2 left) 2024-09-13T14:36:06.122 INFO:tasks.rados.rados.0.smithi071.stdout:3622: snap_create 2024-09-13T14:36:06.123 INFO:tasks.rados.rados.0.smithi071.stdout:3621: finishing rollback tid 0 to smithi07185159-43 2024-09-13T14:36:06.123 INFO:tasks.rados.rados.0.smithi071.stdout:3621: finishing rollback tid 1 to smithi07185159-43 2024-09-13T14:36:06.123 INFO:tasks.rados.rados.0.smithi071.stdout:3621: finishing rollback tid 2 to smithi07185159-43 2024-09-13T14:36:06.123 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 43 v 1116 (ObjNum 1292 snap 447 seq_num 1292) dirty exists 2024-09-13T14:36:06.126 INFO:tasks.rados.rados.0.smithi071.stdout:3620: expect (ObjNum 1336 snap 456 seq_num 1336) 2024-09-13T14:36:06.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:05 smithi071 ceph-mon[107477]: pgmap v922: 89 pgs: 89 active+clean; 251 MiB data, 842 MiB used, 714 GiB / 715 GiB avail; 1.7 MiB/s rd, 518 KiB/s wr, 6 op/s 2024-09-13T14:36:06.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:05 smithi071 ceph-mon[107477]: osdmap e981: 8 total, 8 up, 8 in 2024-09-13T14:36:06.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:05 smithi071 ceph-mon[112785]: pgmap v922: 89 pgs: 89 active+clean; 251 MiB data, 842 MiB used, 714 GiB / 715 GiB avail; 1.7 MiB/s rd, 518 KiB/s wr, 6 op/s 2024-09-13T14:36:06.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:05 smithi071 ceph-mon[112785]: osdmap e981: 8 total, 8 up, 8 in 2024-09-13T14:36:06.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:05 smithi104 ceph-mon[105578]: pgmap v922: 89 pgs: 89 active+clean; 251 MiB data, 842 MiB used, 714 GiB / 715 GiB avail; 1.7 MiB/s rd, 518 KiB/s wr, 6 op/s 2024-09-13T14:36:06.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:05 smithi104 ceph-mon[105578]: osdmap e981: 8 total, 8 up, 8 in 2024-09-13T14:36:06.952 INFO:tasks.rados.rados.0.smithi071.stdout:3620: done (2 left) 2024-09-13T14:36:06.952 INFO:tasks.rados.rados.0.smithi071.stdout:3621: done (1 left) 2024-09-13T14:36:06.952 INFO:tasks.rados.rados.0.smithi071.stdout:3622: done (0 left) 2024-09-13T14:36:06.952 INFO:tasks.rados.rados.0.smithi071.stdout:3623: read oid 2 snap -1 2024-09-13T14:36:06.953 INFO:tasks.rados.rados.0.smithi071.stdout:3623: expect deleted 2024-09-13T14:36:06.953 INFO:tasks.rados.rados.0.smithi071.stdout:3624: snap_remove snap 449 2024-09-13T14:36:07.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:06 smithi071 ceph-mon[107477]: osdmap e982: 8 total, 8 up, 8 in 2024-09-13T14:36:07.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:06 smithi071 ceph-mon[112785]: osdmap e982: 8 total, 8 up, 8 in 2024-09-13T14:36:07.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:06 smithi104 ceph-mon[105578]: osdmap e982: 8 total, 8 up, 8 in 2024-09-13T14:36:07.938 INFO:tasks.rados.rados.0.smithi071.stdout:3624: done (1 left) 2024-09-13T14:36:07.938 INFO:tasks.rados.rados.0.smithi071.stdout:3625: write oid 18 current snap is 460 2024-09-13T14:36:07.938 INFO:tasks.rados.rados.0.smithi071.stdout:3625: seq_num 1351 ranges {706257=655880,1890820=504465} 2024-09-13T14:36:07.946 INFO:tasks.rados.rados.0.smithi071.stdout:3625: writing smithi07185159-18 from 706257 to 1362137 tid 1 2024-09-13T14:36:07.953 INFO:tasks.rados.rados.0.smithi071.stdout:3625: writing smithi07185159-18 from 1890820 to 2395285 tid 2 2024-09-13T14:36:07.953 INFO:tasks.rados.rados.0.smithi071.stdout:3626: delete oid 32 current snap is 460 2024-09-13T14:36:07.958 INFO:tasks.rados.rados.0.smithi071.stdout:3623: done (2 left) 2024-09-13T14:36:07.958 INFO:tasks.rados.rados.0.smithi071.stdout:3626: done (1 left) 2024-09-13T14:36:07.958 INFO:tasks.rados.rados.0.smithi071.stdout:3627: read oid 1 snap -1 2024-09-13T14:36:07.958 INFO:tasks.rados.rados.0.smithi071.stdout:3627: expect (ObjNum 1343 snap 459 seq_num 1343) 2024-09-13T14:36:07.958 INFO:tasks.rados.rados.0.smithi071.stdout:3628: write oid 23 current snap is 460 2024-09-13T14:36:07.958 INFO:tasks.rados.rados.0.smithi071.stdout:3628: seq_num 1353 ranges {739871=406378,1607784=508134} 2024-09-13T14:36:07.964 INFO:tasks.rados.rados.0.smithi071.stdout:3628: writing smithi07185159-23 from 739871 to 1146249 tid 1 2024-09-13T14:36:07.970 INFO:tasks.rados.rados.0.smithi071.stdout:3628: writing smithi07185159-23 from 1607784 to 2115918 tid 2 2024-09-13T14:36:07.970 INFO:tasks.rados.rados.0.smithi071.stdout:3629: delete oid 27 current snap is 460 2024-09-13T14:36:07.971 INFO:tasks.rados.rados.0.smithi071.stdout:3625: finishing write tid 1 to smithi07185159-18 2024-09-13T14:36:07.971 INFO:tasks.rados.rados.0.smithi071.stdout:3625: finishing write tid 2 to smithi07185159-18 2024-09-13T14:36:07.971 INFO:tasks.rados.rados.0.smithi071.stdout:3625: finishing write tid 3 to smithi07185159-18 2024-09-13T14:36:07.971 INFO:tasks.rados.rados.0.smithi071.stdout:3625: finishing write tid 4 to smithi07185159-18 2024-09-13T14:36:07.971 INFO:tasks.rados.rados.0.smithi071.stdout:3625: oid 18 updating version 0 to 3336 2024-09-13T14:36:07.971 INFO:tasks.rados.rados.0.smithi071.stdout:3625: oid 18 updating version 3336 to 3337 2024-09-13T14:36:07.971 INFO:tasks.rados.rados.0.smithi071.stdout:3625: oid 18 version 3337 is already newer than 3335 2024-09-13T14:36:07.971 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 18 v 3337 (ObjNum 1351 snap 460 seq_num 1351) dirty exists 2024-09-13T14:36:07.971 INFO:tasks.rados.rados.0.smithi071.stdout:3625: left oid 18 (ObjNum 1351 snap 460 seq_num 1351) 2024-09-13T14:36:07.971 INFO:tasks.rados.rados.0.smithi071.stdout:3627: expect (ObjNum 1343 snap 459 seq_num 1343) 2024-09-13T14:36:08.087 INFO:tasks.rados.rados.0.smithi071.stdout:3628: finishing write tid 1 to smithi07185159-23 2024-09-13T14:36:08.088 INFO:tasks.rados.rados.0.smithi071.stdout:3628: finishing write tid 2 to smithi07185159-23 2024-09-13T14:36:08.088 INFO:tasks.rados.rados.0.smithi071.stdout:3628: finishing write tid 3 to smithi07185159-23 2024-09-13T14:36:08.088 INFO:tasks.rados.rados.0.smithi071.stdout:3628: finishing write tid 4 to smithi07185159-23 2024-09-13T14:36:08.088 INFO:tasks.rados.rados.0.smithi071.stdout:3628: oid 23 updating version 0 to 1916 2024-09-13T14:36:08.088 INFO:tasks.rados.rados.0.smithi071.stdout:3628: oid 23 version 1916 is already newer than 1915 2024-09-13T14:36:08.088 INFO:tasks.rados.rados.0.smithi071.stdout:3628: oid 23 version 1916 is already newer than 1914 2024-09-13T14:36:08.088 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 23 v 1916 (ObjNum 1353 snap 460 seq_num 1353) dirty exists 2024-09-13T14:36:08.088 INFO:tasks.rados.rados.0.smithi071.stdout:3628: left oid 23 (ObjNum 1353 snap 460 seq_num 1353) 2024-09-13T14:36:08.088 INFO:tasks.rados.rados.0.smithi071.stdout:3625: done (3 left) 2024-09-13T14:36:08.088 INFO:tasks.rados.rados.0.smithi071.stdout:3627: done (2 left) 2024-09-13T14:36:08.088 INFO:tasks.rados.rados.0.smithi071.stdout:3628: done (1 left) 2024-09-13T14:36:08.088 INFO:tasks.rados.rados.0.smithi071.stdout:3629: done (0 left) 2024-09-13T14:36:08.088 INFO:tasks.rados.rados.0.smithi071.stdout:3630: delete oid 5 current snap is 460 2024-09-13T14:36:08.091 INFO:tasks.rados.rados.0.smithi071.stdout:3630: done (0 left) 2024-09-13T14:36:08.091 INFO:tasks.rados.rados.0.smithi071.stdout:3631: write oid 32 current snap is 460 2024-09-13T14:36:08.091 INFO:tasks.rados.rados.0.smithi071.stdout:3631: seq_num 1356 ranges {790292=748478,2183230=607062} 2024-09-13T14:36:08.099 INFO:tasks.rados.rados.0.smithi071.stdout:3631: writing smithi07185159-32 from 790292 to 1538770 tid 1 2024-09-13T14:36:08.106 INFO:tasks.rados.rados.0.smithi071.stdout:3631: writing smithi07185159-32 from 2183230 to 2790292 tid 2 2024-09-13T14:36:08.106 INFO:tasks.rados.rados.0.smithi071.stdout:3632: write oid 41 current snap is 460 2024-09-13T14:36:08.106 INFO:tasks.rados.rados.0.smithi071.stdout:3632: seq_num 1357 ranges {407099=423727,1441712=515472,2582060=225039} 2024-09-13T14:36:08.110 INFO:tasks.rados.rados.0.smithi071.stdout:3632: writing smithi07185159-41 from 407099 to 830826 tid 1 2024-09-13T14:36:08.116 INFO:tasks.rados.rados.0.smithi071.stdout:3632: writing smithi07185159-41 from 1441712 to 1957184 tid 2 2024-09-13T14:36:08.121 INFO:tasks.rados.rados.0.smithi071.stdout:3632: writing smithi07185159-41 from 2582060 to 2807099 tid 3 2024-09-13T14:36:08.121 INFO:tasks.rados.rados.0.smithi071.stdout:3633: snap_remove snap 435 2024-09-13T14:36:08.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:07 smithi071 ceph-mon[107477]: pgmap v925: 89 pgs: 89 active+clean; 252 MiB data, 851 MiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 584 KiB/s wr, 3 op/s 2024-09-13T14:36:08.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:07 smithi071 ceph-mon[107477]: osdmap e983: 8 total, 8 up, 8 in 2024-09-13T14:36:08.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:07 smithi071 ceph-mon[107477]: osdmap e984: 8 total, 8 up, 8 in 2024-09-13T14:36:08.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:07 smithi071 ceph-mon[112785]: pgmap v925: 89 pgs: 89 active+clean; 252 MiB data, 851 MiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 584 KiB/s wr, 3 op/s 2024-09-13T14:36:08.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:07 smithi071 ceph-mon[112785]: osdmap e983: 8 total, 8 up, 8 in 2024-09-13T14:36:08.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:07 smithi071 ceph-mon[112785]: osdmap e984: 8 total, 8 up, 8 in 2024-09-13T14:36:08.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:07 smithi104 ceph-mon[105578]: pgmap v925: 89 pgs: 89 active+clean; 252 MiB data, 851 MiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 584 KiB/s wr, 3 op/s 2024-09-13T14:36:08.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:07 smithi104 ceph-mon[105578]: osdmap e983: 8 total, 8 up, 8 in 2024-09-13T14:36:08.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:07 smithi104 ceph-mon[105578]: osdmap e984: 8 total, 8 up, 8 in 2024-09-13T14:36:08.962 INFO:tasks.rados.rados.0.smithi071.stdout:3633: done (2 left) 2024-09-13T14:36:08.962 INFO:tasks.rados.rados.0.smithi071.stdout:3634: snap_create 2024-09-13T14:36:08.962 INFO:tasks.rados.rados.0.smithi071.stdout:3631: finishing write tid 1 to smithi07185159-32 2024-09-13T14:36:08.962 INFO:tasks.rados.rados.0.smithi071.stdout:3631: finishing write tid 2 to smithi07185159-32 2024-09-13T14:36:08.962 INFO:tasks.rados.rados.0.smithi071.stdout:3631: finishing write tid 3 to smithi07185159-32 2024-09-13T14:36:08.962 INFO:tasks.rados.rados.0.smithi071.stdout:3631: finishing write tid 4 to smithi07185159-32 2024-09-13T14:36:08.963 INFO:tasks.rados.rados.0.smithi071.stdout:3631: oid 32 updating version 0 to 404 2024-09-13T14:36:08.963 INFO:tasks.rados.rados.0.smithi071.stdout:3631: oid 32 updating version 404 to 405 2024-09-13T14:36:08.963 INFO:tasks.rados.rados.0.smithi071.stdout:3631: oid 32 version 405 is already newer than 403 2024-09-13T14:36:08.963 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 32 v 405 (ObjNum 1356 snap 460 seq_num 1356) dirty exists 2024-09-13T14:36:08.963 INFO:tasks.rados.rados.0.smithi071.stdout:3631: left oid 32 (ObjNum 1356 snap 460 seq_num 1356) 2024-09-13T14:36:08.963 INFO:tasks.rados.rados.0.smithi071.stdout:3632: finishing write tid 1 to smithi07185159-41 2024-09-13T14:36:08.963 INFO:tasks.rados.rados.0.smithi071.stdout:3632: finishing write tid 2 to smithi07185159-41 2024-09-13T14:36:08.963 INFO:tasks.rados.rados.0.smithi071.stdout:3632: finishing write tid 3 to smithi07185159-41 2024-09-13T14:36:08.963 INFO:tasks.rados.rados.0.smithi071.stdout:3632: finishing write tid 4 to smithi07185159-41 2024-09-13T14:36:08.963 INFO:tasks.rados.rados.0.smithi071.stdout:3632: finishing write tid 5 to smithi07185159-41 2024-09-13T14:36:08.963 INFO:tasks.rados.rados.0.smithi071.stdout:3632: oid 41 updating version 0 to 2011 2024-09-13T14:36:08.963 INFO:tasks.rados.rados.0.smithi071.stdout:3632: oid 41 version 2011 is already newer than 2009 2024-09-13T14:36:08.963 INFO:tasks.rados.rados.0.smithi071.stdout:3632: oid 41 updating version 2011 to 2012 2024-09-13T14:36:08.964 INFO:tasks.rados.rados.0.smithi071.stdout:3632: oid 41 version 2012 is already newer than 2010 2024-09-13T14:36:08.964 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 41 v 2012 (ObjNum 1357 snap 460 seq_num 1357) dirty exists 2024-09-13T14:36:08.964 INFO:tasks.rados.rados.0.smithi071.stdout:3632: left oid 41 (ObjNum 1357 snap 460 seq_num 1357) 2024-09-13T14:36:09.962 INFO:tasks.rados.rados.0.smithi071.stdout:3631: done (2 left) 2024-09-13T14:36:09.962 INFO:tasks.rados.rados.0.smithi071.stdout:3632: done (1 left) 2024-09-13T14:36:09.962 INFO:tasks.rados.rados.0.smithi071.stdout:3634: done (0 left) 2024-09-13T14:36:09.962 INFO:tasks.rados.rados.0.smithi071.stdout:3635: snap_create 2024-09-13T14:36:10.224 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:09 smithi104 ceph-mon[105578]: pgmap v928: 89 pgs: 89 active+clean; 253 MiB data, 855 MiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 934 KiB/s wr, 5 op/s 2024-09-13T14:36:10.224 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:09 smithi104 ceph-mon[105578]: osdmap e985: 8 total, 8 up, 8 in 2024-09-13T14:36:10.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:09 smithi071 ceph-mon[107477]: pgmap v928: 89 pgs: 89 active+clean; 253 MiB data, 855 MiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 934 KiB/s wr, 5 op/s 2024-09-13T14:36:10.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:09 smithi071 ceph-mon[107477]: osdmap e985: 8 total, 8 up, 8 in 2024-09-13T14:36:10.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:09 smithi071 ceph-mon[112785]: pgmap v928: 89 pgs: 89 active+clean; 253 MiB data, 855 MiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 934 KiB/s wr, 5 op/s 2024-09-13T14:36:10.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:09 smithi071 ceph-mon[112785]: osdmap e985: 8 total, 8 up, 8 in 2024-09-13T14:36:10.975 INFO:tasks.rados.rados.0.smithi071.stdout:3635: done (0 left) 2024-09-13T14:36:10.976 INFO:tasks.rados.rados.0.smithi071.stdout:3636: write oid 9 current snap is 462 2024-09-13T14:36:10.976 INFO:tasks.rados.rados.0.smithi071.stdout:3636: seq_num 1358 ranges {423906=498976,1500194=659130,2609483=214423} 2024-09-13T14:36:10.980 INFO:tasks.rados.rados.0.smithi071.stdout:3636: writing smithi07185159-9 from 423906 to 922882 tid 1 2024-09-13T14:36:10.987 INFO:tasks.rados.rados.0.smithi071.stdout:3636: writing smithi07185159-9 from 1500194 to 2159324 tid 2 2024-09-13T14:36:10.991 INFO:tasks.rados.rados.0.smithi071.stdout:3636: writing smithi07185159-9 from 2609483 to 2823906 tid 3 2024-09-13T14:36:10.991 INFO:tasks.rados.rados.0.smithi071.stdout:3637: write oid 7 current snap is 462 2024-09-13T14:36:10.991 INFO:tasks.rados.rados.0.smithi071.stdout:3636: finishing write tid 1 to smithi07185159-9 2024-09-13T14:36:10.991 INFO:tasks.rados.rados.0.smithi071.stdout:3636: finishing write tid 2 to smithi07185159-9 2024-09-13T14:36:10.991 INFO:tasks.rados.rados.0.smithi071.stdout:3637: seq_num 1359 ranges {440713=574225,1442323=519141,2636906=203807} 2024-09-13T14:36:10.997 INFO:tasks.rados.rados.0.smithi071.stdout:3637: writing smithi07185159-7 from 440713 to 1014938 tid 1 2024-09-13T14:36:11.002 INFO:tasks.rados.rados.0.smithi071.stdout:3637: writing smithi07185159-7 from 1442323 to 1961464 tid 2 2024-09-13T14:36:11.007 INFO:tasks.rados.rados.0.smithi071.stdout:3637: writing smithi07185159-7 from 2636906 to 2840713 tid 3 2024-09-13T14:36:11.007 INFO:tasks.rados.rados.0.smithi071.stdout:3638: delete oid 18 current snap is 462 2024-09-13T14:36:11.007 INFO:tasks.rados.rados.0.smithi071.stdout:3636: finishing write tid 3 to smithi07185159-9 2024-09-13T14:36:11.007 INFO:tasks.rados.rados.0.smithi071.stdout:3636: finishing write tid 4 to smithi07185159-9 2024-09-13T14:36:11.007 INFO:tasks.rados.rados.0.smithi071.stdout:3636: finishing write tid 5 to smithi07185159-9 2024-09-13T14:36:11.008 INFO:tasks.rados.rados.0.smithi071.stdout:3636: oid 9 updating version 0 to 458 2024-09-13T14:36:11.008 INFO:tasks.rados.rados.0.smithi071.stdout:3636: oid 9 version 458 is already newer than 457 2024-09-13T14:36:11.008 INFO:tasks.rados.rados.0.smithi071.stdout:3636: oid 9 updating version 458 to 459 2024-09-13T14:36:11.008 INFO:tasks.rados.rados.0.smithi071.stdout:3636: oid 9 version 459 is already newer than 456 2024-09-13T14:36:11.008 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 9 v 459 (ObjNum 1358 snap 462 seq_num 1358) dirty exists 2024-09-13T14:36:11.008 INFO:tasks.rados.rados.0.smithi071.stdout:3636: left oid 9 (ObjNum 1358 snap 462 seq_num 1358) 2024-09-13T14:36:11.008 INFO:tasks.rados.rados.0.smithi071.stdout:3637: finishing write tid 1 to smithi07185159-7 2024-09-13T14:36:11.008 INFO:tasks.rados.rados.0.smithi071.stdout:3637: finishing write tid 2 to smithi07185159-7 2024-09-13T14:36:11.009 INFO:tasks.rados.rados.0.smithi071.stdout:3637: finishing write tid 3 to smithi07185159-7 2024-09-13T14:36:11.009 INFO:tasks.rados.rados.0.smithi071.stdout:3637: finishing write tid 4 to smithi07185159-7 2024-09-13T14:36:11.010 INFO:tasks.rados.rados.0.smithi071.stdout:3637: finishing write tid 5 to smithi07185159-7 2024-09-13T14:36:11.010 INFO:tasks.rados.rados.0.smithi071.stdout:3637: oid 7 updating version 0 to 513 2024-09-13T14:36:11.010 INFO:tasks.rados.rados.0.smithi071.stdout:3637: oid 7 updating version 513 to 515 2024-09-13T14:36:11.010 INFO:tasks.rados.rados.0.smithi071.stdout:3637: oid 7 version 515 is already newer than 512 2024-09-13T14:36:11.010 INFO:tasks.rados.rados.0.smithi071.stdout:3637: oid 7 version 515 is already newer than 514 2024-09-13T14:36:11.010 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 7 v 515 (ObjNum 1359 snap 462 seq_num 1359) dirty exists 2024-09-13T14:36:11.010 INFO:tasks.rados.rados.0.smithi071.stdout:3637: left oid 7 (ObjNum 1359 snap 462 seq_num 1359) 2024-09-13T14:36:11.010 INFO:tasks.rados.rados.0.smithi071.stdout:3636: done (2 left) 2024-09-13T14:36:11.010 INFO:tasks.rados.rados.0.smithi071.stdout:3637: done (1 left) 2024-09-13T14:36:11.011 INFO:tasks.rados.rados.0.smithi071.stdout:3638: done (0 left) 2024-09-13T14:36:11.011 INFO:tasks.rados.rados.0.smithi071.stdout:3639: delete oid 35 current snap is 462 2024-09-13T14:36:11.012 INFO:tasks.rados.rados.0.smithi071.stdout:3639: done (0 left) 2024-09-13T14:36:11.012 INFO:tasks.rados.rados.0.smithi071.stdout:3640: snap_create 2024-09-13T14:36:11.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:10 smithi071 ceph-mon[107477]: osdmap e986: 8 total, 8 up, 8 in 2024-09-13T14:36:11.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:10 smithi071 ceph-mon[112785]: osdmap e986: 8 total, 8 up, 8 in 2024-09-13T14:36:11.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:10 smithi104 ceph-mon[105578]: osdmap e986: 8 total, 8 up, 8 in 2024-09-13T14:36:11.981 INFO:tasks.rados.rados.0.smithi071.stdout:3640: done (0 left) 2024-09-13T14:36:11.982 INFO:tasks.rados.rados.0.smithi071.stdout:3641: snap_remove snap 462 2024-09-13T14:36:12.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:11 smithi071 ceph-mon[107477]: pgmap v931: 89 pgs: 89 active+clean; 260 MiB data, 872 MiB used, 714 GiB / 715 GiB avail; 2.8 MiB/s rd, 1.4 MiB/s wr, 11 op/s 2024-09-13T14:36:12.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:11 smithi071 ceph-mon[107477]: osdmap e987: 8 total, 8 up, 8 in 2024-09-13T14:36:12.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:11 smithi071 ceph-mon[112785]: pgmap v931: 89 pgs: 89 active+clean; 260 MiB data, 872 MiB used, 714 GiB / 715 GiB avail; 2.8 MiB/s rd, 1.4 MiB/s wr, 11 op/s 2024-09-13T14:36:12.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:11 smithi071 ceph-mon[112785]: osdmap e987: 8 total, 8 up, 8 in 2024-09-13T14:36:12.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:11 smithi104 ceph-mon[105578]: pgmap v931: 89 pgs: 89 active+clean; 260 MiB data, 872 MiB used, 714 GiB / 715 GiB avail; 2.8 MiB/s rd, 1.4 MiB/s wr, 11 op/s 2024-09-13T14:36:12.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:11 smithi104 ceph-mon[105578]: osdmap e987: 8 total, 8 up, 8 in 2024-09-13T14:36:12.939 INFO:tasks.rados.rados.0.smithi071.stdout:3641: done (0 left) 2024-09-13T14:36:12.939 INFO:tasks.rados.rados.0.smithi071.stdout:3642: rollback oid 39 current snap is 463 2024-09-13T14:36:12.939 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 39 to 448 2024-09-13T14:36:12.939 INFO:tasks.rados.rados.0.smithi071.stdout:3643: delete oid 14 current snap is 463 2024-09-13T14:36:12.945 INFO:tasks.rados.rados.0.smithi071.stdout:3642: finishing rollback tid 0 to smithi07185159-39 2024-09-13T14:36:12.945 INFO:tasks.rados.rados.0.smithi071.stdout:3642: finishing rollback tid 1 to smithi07185159-39 2024-09-13T14:36:12.945 INFO:tasks.rados.rados.0.smithi071.stdout:3642: finishing rollback tid 2 to smithi07185159-39 2024-09-13T14:36:12.945 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 39 v 1947 (ObjNum 1182 snap 403 seq_num 1182) dirty exists 2024-09-13T14:36:12.947 INFO:tasks.rados.rados.0.smithi071.stdout:3642: done (1 left) 2024-09-13T14:36:12.947 INFO:tasks.rados.rados.0.smithi071.stdout:3643: done (0 left) 2024-09-13T14:36:12.947 INFO:tasks.rados.rados.0.smithi071.stdout:3644: snap_create 2024-09-13T14:36:12.986 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:36:12 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:36:12] "GET /metrics HTTP/1.1" 200 36402 "" "Prometheus/2.51.0" 2024-09-13T14:36:13.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:12 smithi071 ceph-mon[107477]: osdmap e988: 8 total, 8 up, 8 in 2024-09-13T14:36:13.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:12 smithi071 ceph-mon[107477]: osdmap e989: 8 total, 8 up, 8 in 2024-09-13T14:36:13.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:12 smithi071 ceph-mon[112785]: osdmap e988: 8 total, 8 up, 8 in 2024-09-13T14:36:13.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:12 smithi071 ceph-mon[112785]: osdmap e989: 8 total, 8 up, 8 in 2024-09-13T14:36:13.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:12 smithi104 ceph-mon[105578]: osdmap e988: 8 total, 8 up, 8 in 2024-09-13T14:36:13.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:12 smithi104 ceph-mon[105578]: osdmap e989: 8 total, 8 up, 8 in 2024-09-13T14:36:13.941 INFO:tasks.rados.rados.0.smithi071.stdout:3644: done (0 left) 2024-09-13T14:36:13.941 INFO:tasks.rados.rados.0.smithi071.stdout:3645: read oid 43 snap 459 2024-09-13T14:36:13.941 INFO:tasks.rados.rados.0.smithi071.stdout:3645: expect (ObjNum 1292 snap 447 seq_num 1292) 2024-09-13T14:36:13.941 INFO:tasks.rados.rados.0.smithi071.stdout:3646: read oid 9 snap -1 2024-09-13T14:36:13.941 INFO:tasks.rados.rados.0.smithi071.stdout:3646: expect (ObjNum 1358 snap 462 seq_num 1358) 2024-09-13T14:36:13.941 INFO:tasks.rados.rados.0.smithi071.stdout:3647: read oid 10 snap 436 2024-09-13T14:36:13.941 INFO:tasks.rados.rados.0.smithi071.stdout:3647: expect (ObjNum 1251 snap 428 seq_num 1251) 2024-09-13T14:36:13.941 INFO:tasks.rados.rados.0.smithi071.stdout:3648: snap_create 2024-09-13T14:36:13.946 INFO:tasks.rados.rados.0.smithi071.stdout:3646: expect (ObjNum 1358 snap 462 seq_num 1358) 2024-09-13T14:36:14.040 INFO:tasks.rados.rados.0.smithi071.stdout:3645: expect (ObjNum 1292 snap 447 seq_num 1292) 2024-09-13T14:36:14.160 INFO:tasks.rados.rados.0.smithi071.stdout:3647: expect (ObjNum 1251 snap 428 seq_num 1251) 2024-09-13T14:36:14.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:13 smithi071 ceph-mon[107477]: pgmap v934: 89 pgs: 89 active+clean; 261 MiB data, 878 MiB used, 714 GiB / 715 GiB avail; 6.2 MiB/s rd, 1.6 MiB/s wr, 14 op/s 2024-09-13T14:36:14.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:13 smithi071 ceph-mon[107477]: osdmap e990: 8 total, 8 up, 8 in 2024-09-13T14:36:14.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:13 smithi071 ceph-mon[112785]: pgmap v934: 89 pgs: 89 active+clean; 261 MiB data, 878 MiB used, 714 GiB / 715 GiB avail; 6.2 MiB/s rd, 1.6 MiB/s wr, 14 op/s 2024-09-13T14:36:14.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:13 smithi071 ceph-mon[112785]: osdmap e990: 8 total, 8 up, 8 in 2024-09-13T14:36:14.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:13 smithi104 ceph-mon[105578]: pgmap v934: 89 pgs: 89 active+clean; 261 MiB data, 878 MiB used, 714 GiB / 715 GiB avail; 6.2 MiB/s rd, 1.6 MiB/s wr, 14 op/s 2024-09-13T14:36:14.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:13 smithi104 ceph-mon[105578]: osdmap e990: 8 total, 8 up, 8 in 2024-09-13T14:36:14.941 INFO:tasks.rados.rados.0.smithi071.stdout:3645: done (3 left) 2024-09-13T14:36:14.941 INFO:tasks.rados.rados.0.smithi071.stdout:3646: done (2 left) 2024-09-13T14:36:14.941 INFO:tasks.rados.rados.0.smithi071.stdout:3647: done (1 left) 2024-09-13T14:36:14.941 INFO:tasks.rados.rados.0.smithi071.stdout:3648: done (0 left) 2024-09-13T14:36:14.941 INFO:tasks.rados.rados.0.smithi071.stdout:3649: read oid 34 snap -1 2024-09-13T14:36:14.942 INFO:tasks.rados.rados.0.smithi071.stdout:3649: expect deleted 2024-09-13T14:36:14.942 INFO:tasks.rados.rados.0.smithi071.stdout:3650: delete oid 28 current snap is 465 2024-09-13T14:36:14.946 INFO:tasks.rados.rados.0.smithi071.stdout:3649: done (1 left) 2024-09-13T14:36:14.946 INFO:tasks.rados.rados.0.smithi071.stdout:3650: done (0 left) 2024-09-13T14:36:14.946 INFO:tasks.rados.rados.0.smithi071.stdout:3651: write oid 5 current snap is 465 2024-09-13T14:36:14.946 INFO:tasks.rados.rados.0.smithi071.stdout:3651: seq_num 1364 ranges {524748=666823,1734733=670137} 2024-09-13T14:36:14.952 INFO:tasks.rados.rados.0.smithi071.stdout:3651: writing smithi07185159-5 from 524748 to 1191571 tid 1 2024-09-13T14:36:14.959 INFO:tasks.rados.rados.0.smithi071.stdout:3651: writing smithi07185159-5 from 1734733 to 2404870 tid 2 2024-09-13T14:36:14.959 INFO:tasks.rados.rados.0.smithi071.stdout:3652: read oid 15 snap -1 2024-09-13T14:36:14.959 INFO:tasks.rados.rados.0.smithi071.stdout:3652: expect (ObjNum 1307 snap 448 seq_num 1307) 2024-09-13T14:36:14.959 INFO:tasks.rados.rados.0.smithi071.stdout:3653: snap_remove snap 460 2024-09-13T14:36:15.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:14 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:36:15.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:14 smithi071 ceph-mon[107477]: osdmap e991: 8 total, 8 up, 8 in 2024-09-13T14:36:15.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:14 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:36:15.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:14 smithi071 ceph-mon[112785]: osdmap e991: 8 total, 8 up, 8 in 2024-09-13T14:36:15.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:14 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:36:15.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:14 smithi104 ceph-mon[105578]: osdmap e991: 8 total, 8 up, 8 in 2024-09-13T14:36:15.946 INFO:tasks.rados.rados.0.smithi071.stdout:3653: done (2 left) 2024-09-13T14:36:15.946 INFO:tasks.rados.rados.0.smithi071.stdout:3654: snap_create 2024-09-13T14:36:15.947 INFO:tasks.rados.rados.0.smithi071.stdout:3651: finishing write tid 1 to smithi07185159-5 2024-09-13T14:36:15.947 INFO:tasks.rados.rados.0.smithi071.stdout:3651: finishing write tid 2 to smithi07185159-5 2024-09-13T14:36:15.947 INFO:tasks.rados.rados.0.smithi071.stdout:3651: finishing write tid 3 to smithi07185159-5 2024-09-13T14:36:15.947 INFO:tasks.rados.rados.0.smithi071.stdout:3651: finishing write tid 4 to smithi07185159-5 2024-09-13T14:36:15.947 INFO:tasks.rados.rados.0.smithi071.stdout:3651: oid 5 updating version 0 to 3359 2024-09-13T14:36:15.947 INFO:tasks.rados.rados.0.smithi071.stdout:3651: oid 5 version 3359 is already newer than 3357 2024-09-13T14:36:15.947 INFO:tasks.rados.rados.0.smithi071.stdout:3651: oid 5 version 3359 is already newer than 3358 2024-09-13T14:36:15.947 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 5 v 3359 (ObjNum 1364 snap 465 seq_num 1364) dirty exists 2024-09-13T14:36:15.947 INFO:tasks.rados.rados.0.smithi071.stdout:3651: left oid 5 (ObjNum 1364 snap 465 seq_num 1364) 2024-09-13T14:36:15.947 INFO:tasks.rados.rados.0.smithi071.stdout:3652: expect (ObjNum 1307 snap 448 seq_num 1307) 2024-09-13T14:36:16.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:15 smithi071 ceph-mon[107477]: pgmap v937: 89 pgs: 89 active+clean; 264 MiB data, 882 MiB used, 714 GiB / 715 GiB avail; 3.4 MiB/s rd, 892 KiB/s wr, 6 op/s 2024-09-13T14:36:16.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:15 smithi071 ceph-mon[107477]: osdmap e992: 8 total, 8 up, 8 in 2024-09-13T14:36:16.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:15 smithi071 ceph-mon[112785]: pgmap v937: 89 pgs: 89 active+clean; 264 MiB data, 882 MiB used, 714 GiB / 715 GiB avail; 3.4 MiB/s rd, 892 KiB/s wr, 6 op/s 2024-09-13T14:36:16.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:15 smithi071 ceph-mon[112785]: osdmap e992: 8 total, 8 up, 8 in 2024-09-13T14:36:16.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:15 smithi104 ceph-mon[105578]: pgmap v937: 89 pgs: 89 active+clean; 264 MiB data, 882 MiB used, 714 GiB / 715 GiB avail; 3.4 MiB/s rd, 892 KiB/s wr, 6 op/s 2024-09-13T14:36:16.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:15 smithi104 ceph-mon[105578]: osdmap e992: 8 total, 8 up, 8 in 2024-09-13T14:36:16.947 INFO:tasks.rados.rados.0.smithi071.stdout:3651: done (2 left) 2024-09-13T14:36:16.948 INFO:tasks.rados.rados.0.smithi071.stdout:3652: done (1 left) 2024-09-13T14:36:16.948 INFO:tasks.rados.rados.0.smithi071.stdout:3654: done (0 left) 2024-09-13T14:36:16.948 INFO:tasks.rados.rados.0.smithi071.stdout:3655: delete oid 6 current snap is 466 2024-09-13T14:36:16.952 INFO:tasks.rados.rados.0.smithi071.stdout:3655: done (0 left) 2024-09-13T14:36:16.953 INFO:tasks.rados.rados.0.smithi071.stdout:3656: delete oid 32 current snap is 466 2024-09-13T14:36:16.955 INFO:tasks.rados.rados.0.smithi071.stdout:3656: done (0 left) 2024-09-13T14:36:16.955 INFO:tasks.rados.rados.0.smithi071.stdout:3657: read oid 33 snap -1 2024-09-13T14:36:16.955 INFO:tasks.rados.rados.0.smithi071.stdout:3657: expect (ObjNum 1349 snap 459 seq_num 1349) 2024-09-13T14:36:16.955 INFO:tasks.rados.rados.0.smithi071.stdout:3658: write oid 16 current snap is 466 2024-09-13T14:36:16.955 INFO:tasks.rados.rados.0.smithi071.stdout:3658: seq_num 1367 ranges {575169=492570,1793826=417464,2623584=351585} 2024-09-13T14:36:16.961 INFO:tasks.rados.rados.0.smithi071.stdout:3658: writing smithi07185159-16 from 575169 to 1067739 tid 1 2024-09-13T14:36:16.967 INFO:tasks.rados.rados.0.smithi071.stdout:3658: writing smithi07185159-16 from 1793826 to 2211290 tid 2 2024-09-13T14:36:16.971 INFO:tasks.rados.rados.0.smithi071.stdout:3658: writing smithi07185159-16 from 2623584 to 2975169 tid 3 2024-09-13T14:36:16.971 INFO:tasks.rados.rados.0.smithi071.stdout:3659: snap_remove snap 461 2024-09-13T14:36:17.941 INFO:tasks.rados.rados.0.smithi071.stdout:3659: done (2 left) 2024-09-13T14:36:17.941 INFO:tasks.rados.rados.0.smithi071.stdout:3660: snap_remove snap 448 2024-09-13T14:36:18.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:17 smithi071 ceph-mon[107477]: pgmap v940: 89 pgs: 89 active+clean; 273 MiB data, 887 MiB used, 714 GiB / 715 GiB avail; 5.6 MiB/s rd, 979 KiB/s wr, 11 op/s 2024-09-13T14:36:18.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:17 smithi071 ceph-mon[107477]: osdmap e993: 8 total, 8 up, 8 in 2024-09-13T14:36:18.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:17 smithi071 ceph-mon[107477]: osdmap e994: 8 total, 8 up, 8 in 2024-09-13T14:36:18.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:17 smithi071 ceph-mon[112785]: pgmap v940: 89 pgs: 89 active+clean; 273 MiB data, 887 MiB used, 714 GiB / 715 GiB avail; 5.6 MiB/s rd, 979 KiB/s wr, 11 op/s 2024-09-13T14:36:18.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:17 smithi071 ceph-mon[112785]: osdmap e993: 8 total, 8 up, 8 in 2024-09-13T14:36:18.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:17 smithi071 ceph-mon[112785]: osdmap e994: 8 total, 8 up, 8 in 2024-09-13T14:36:18.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:17 smithi104 ceph-mon[105578]: pgmap v940: 89 pgs: 89 active+clean; 273 MiB data, 887 MiB used, 714 GiB / 715 GiB avail; 5.6 MiB/s rd, 979 KiB/s wr, 11 op/s 2024-09-13T14:36:18.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:17 smithi104 ceph-mon[105578]: osdmap e993: 8 total, 8 up, 8 in 2024-09-13T14:36:18.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:17 smithi104 ceph-mon[105578]: osdmap e994: 8 total, 8 up, 8 in 2024-09-13T14:36:18.945 INFO:tasks.rados.rados.0.smithi071.stdout:3660: done (2 left) 2024-09-13T14:36:18.946 INFO:tasks.rados.rados.0.smithi071.stdout:3661: delete oid 48 current snap is 466 2024-09-13T14:36:18.946 INFO:tasks.rados.rados.0.smithi071.stdout:3657: expect (ObjNum 1349 snap 459 seq_num 1349) 2024-09-13T14:36:19.093 INFO:tasks.rados.rados.0.smithi071.stdout:3658: finishing write tid 1 to smithi07185159-16 2024-09-13T14:36:19.093 INFO:tasks.rados.rados.0.smithi071.stdout:3658: finishing write tid 2 to smithi07185159-16 2024-09-13T14:36:19.093 INFO:tasks.rados.rados.0.smithi071.stdout:3658: finishing write tid 3 to smithi07185159-16 2024-09-13T14:36:19.093 INFO:tasks.rados.rados.0.smithi071.stdout:3658: finishing write tid 4 to smithi07185159-16 2024-09-13T14:36:19.093 INFO:tasks.rados.rados.0.smithi071.stdout:3658: finishing write tid 5 to smithi07185159-16 2024-09-13T14:36:19.093 INFO:tasks.rados.rados.0.smithi071.stdout:3658: oid 16 updating version 0 to 1131 2024-09-13T14:36:19.094 INFO:tasks.rados.rados.0.smithi071.stdout:3658: oid 16 version 1131 is already newer than 1130 2024-09-13T14:36:19.094 INFO:tasks.rados.rados.0.smithi071.stdout:3658: oid 16 version 1131 is already newer than 1129 2024-09-13T14:36:19.094 INFO:tasks.rados.rados.0.smithi071.stdout:3658: oid 16 version 1131 is already newer than 1128 2024-09-13T14:36:19.094 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 16 v 1131 (ObjNum 1367 snap 466 seq_num 1367) dirty exists 2024-09-13T14:36:19.094 INFO:tasks.rados.rados.0.smithi071.stdout:3658: left oid 16 (ObjNum 1367 snap 466 seq_num 1367) 2024-09-13T14:36:19.094 INFO:tasks.rados.rados.0.smithi071.stdout:3657: done (2 left) 2024-09-13T14:36:19.094 INFO:tasks.rados.rados.0.smithi071.stdout:3658: done (1 left) 2024-09-13T14:36:19.094 INFO:tasks.rados.rados.0.smithi071.stdout:3661: done (0 left) 2024-09-13T14:36:19.094 INFO:tasks.rados.rados.0.smithi071.stdout:3662: snap_create 2024-09-13T14:36:19.960 INFO:tasks.rados.rados.0.smithi071.stdout:3662: done (0 left) 2024-09-13T14:36:19.961 INFO:tasks.rados.rados.0.smithi071.stdout:3663: read oid 47 snap -1 2024-09-13T14:36:19.961 INFO:tasks.rados.rados.0.smithi071.stdout:3663: expect deleted 2024-09-13T14:36:19.961 INFO:tasks.rados.rados.0.smithi071.stdout:3664: write oid 4 current snap is 467 2024-09-13T14:36:19.961 INFO:tasks.rados.rados.0.smithi071.stdout:3664: seq_num 1369 ranges {608783=759421,2027143=421133} 2024-09-13T14:36:19.967 INFO:tasks.rados.rados.0.smithi071.stdout:3664: writing smithi07185159-4 from 608783 to 1368204 tid 1 2024-09-13T14:36:19.973 INFO:tasks.rados.rados.0.smithi071.stdout:3664: writing smithi07185159-4 from 2027143 to 2448276 tid 2 2024-09-13T14:36:19.973 INFO:tasks.rados.rados.0.smithi071.stdout:3665: write oid 13 current snap is 467 2024-09-13T14:36:19.974 INFO:tasks.rados.rados.0.smithi071.stdout:3665: seq_num 1370 ranges {625590=434670,1685625=681144,2822206=203384} 2024-09-13T14:36:19.979 INFO:tasks.rados.rados.0.smithi071.stdout:3665: writing smithi07185159-13 from 625590 to 1060260 tid 1 2024-09-13T14:36:19.986 INFO:tasks.rados.rados.0.smithi071.stdout:3665: writing smithi07185159-13 from 1685625 to 2366769 tid 2 2024-09-13T14:36:19.990 INFO:tasks.rados.rados.0.smithi071.stdout:3665: writing smithi07185159-13 from 2822206 to 3025590 tid 3 2024-09-13T14:36:19.990 INFO:tasks.rados.rados.0.smithi071.stdout:3666: write oid 14 current snap is 467 2024-09-13T14:36:19.990 INFO:tasks.rados.rados.0.smithi071.stdout:3666: seq_num 1371 ranges {642397=509919,1627754=424802,2733276=309121} 2024-09-13T14:36:19.996 INFO:tasks.rados.rados.0.smithi071.stdout:3666: writing smithi07185159-14 from 642397 to 1152316 tid 1 2024-09-13T14:36:20.001 INFO:tasks.rados.rados.0.smithi071.stdout:3666: writing smithi07185159-14 from 1627754 to 2052556 tid 2 2024-09-13T14:36:20.006 INFO:tasks.rados.rados.0.smithi071.stdout:3666: writing smithi07185159-14 from 2733276 to 3042397 tid 3 2024-09-13T14:36:20.007 INFO:tasks.rados.rados.0.smithi071.stdout:3667: write oid 16 current snap is 467 2024-09-13T14:36:20.007 INFO:tasks.rados.rados.0.smithi071.stdout:3667: seq_num 1372 ranges {659204=585168,1686236=684813} 2024-09-13T14:36:20.013 INFO:tasks.rados.rados.0.smithi071.stdout:3667: writing smithi07185159-16 from 659204 to 1244372 tid 1 2024-09-13T14:36:20.020 INFO:tasks.rados.rados.0.smithi071.stdout:3667: writing smithi07185159-16 from 1686236 to 2371049 tid 2 2024-09-13T14:36:20.020 INFO:tasks.rados.rados.0.smithi071.stdout:3668: snap_create 2024-09-13T14:36:20.020 INFO:tasks.rados.rados.0.smithi071.stdout:3664: finishing write tid 1 to smithi07185159-4 2024-09-13T14:36:20.020 INFO:tasks.rados.rados.0.smithi071.stdout:3664: finishing write tid 2 to smithi07185159-4 2024-09-13T14:36:20.021 INFO:tasks.rados.rados.0.smithi071.stdout:3664: finishing write tid 3 to smithi07185159-4 2024-09-13T14:36:20.021 INFO:tasks.rados.rados.0.smithi071.stdout:3664: finishing write tid 4 to smithi07185159-4 2024-09-13T14:36:20.021 INFO:tasks.rados.rados.0.smithi071.stdout:3664: oid 4 updating version 0 to 1908 2024-09-13T14:36:20.021 INFO:tasks.rados.rados.0.smithi071.stdout:3664: oid 4 version 1908 is already newer than 1907 2024-09-13T14:36:20.021 INFO:tasks.rados.rados.0.smithi071.stdout:3664: oid 4 updating version 1908 to 1909 2024-09-13T14:36:20.021 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 4 v 1909 (ObjNum 1369 snap 467 seq_num 1369) dirty exists 2024-09-13T14:36:20.021 INFO:tasks.rados.rados.0.smithi071.stdout:3664: left oid 4 (ObjNum 1369 snap 467 seq_num 1369) 2024-09-13T14:36:20.021 INFO:tasks.rados.rados.0.smithi071.stdout:3665: finishing write tid 1 to smithi07185159-13 2024-09-13T14:36:20.021 INFO:tasks.rados.rados.0.smithi071.stdout:3665: finishing write tid 2 to smithi07185159-13 2024-09-13T14:36:20.021 INFO:tasks.rados.rados.0.smithi071.stdout:3665: finishing write tid 3 to smithi07185159-13 2024-09-13T14:36:20.021 INFO:tasks.rados.rados.0.smithi071.stdout:3665: finishing write tid 4 to smithi07185159-13 2024-09-13T14:36:20.021 INFO:tasks.rados.rados.0.smithi071.stdout:3665: finishing write tid 5 to smithi07185159-13 2024-09-13T14:36:20.021 INFO:tasks.rados.rados.0.smithi071.stdout:3665: oid 13 updating version 0 to 1937 2024-09-13T14:36:20.021 INFO:tasks.rados.rados.0.smithi071.stdout:3665: oid 13 version 1937 is already newer than 1936 2024-09-13T14:36:20.022 INFO:tasks.rados.rados.0.smithi071.stdout:3665: oid 13 version 1937 is already newer than 1935 2024-09-13T14:36:20.022 INFO:tasks.rados.rados.0.smithi071.stdout:3665: oid 13 updating version 1937 to 1938 2024-09-13T14:36:20.022 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 13 v 1938 (ObjNum 1370 snap 467 seq_num 1370) dirty exists 2024-09-13T14:36:20.022 INFO:tasks.rados.rados.0.smithi071.stdout:3665: left oid 13 (ObjNum 1370 snap 467 seq_num 1370) 2024-09-13T14:36:20.022 INFO:tasks.rados.rados.0.smithi071.stdout:3666: finishing write tid 1 to smithi07185159-14 2024-09-13T14:36:20.022 INFO:tasks.rados.rados.0.smithi071.stdout:3666: finishing write tid 2 to smithi07185159-14 2024-09-13T14:36:20.022 INFO:tasks.rados.rados.0.smithi071.stdout:3666: finishing write tid 3 to smithi07185159-14 2024-09-13T14:36:20.022 INFO:tasks.rados.rados.0.smithi071.stdout:3666: finishing write tid 4 to smithi07185159-14 2024-09-13T14:36:20.022 INFO:tasks.rados.rados.0.smithi071.stdout:3666: finishing write tid 5 to smithi07185159-14 2024-09-13T14:36:20.022 INFO:tasks.rados.rados.0.smithi071.stdout:3666: oid 14 updating version 0 to 1960 2024-09-13T14:36:20.022 INFO:tasks.rados.rados.0.smithi071.stdout:3666: oid 14 updating version 1960 to 1961 2024-09-13T14:36:20.022 INFO:tasks.rados.rados.0.smithi071.stdout:3666: oid 14 updating version 1961 to 1962 2024-09-13T14:36:20.023 INFO:tasks.rados.rados.0.smithi071.stdout:3666: oid 14 updating version 1962 to 1963 2024-09-13T14:36:20.023 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 14 v 1963 (ObjNum 1371 snap 467 seq_num 1371) dirty exists 2024-09-13T14:36:20.023 INFO:tasks.rados.rados.0.smithi071.stdout:3666: left oid 14 (ObjNum 1371 snap 467 seq_num 1371) 2024-09-13T14:36:20.023 INFO:tasks.rados.rados.0.smithi071.stdout:3667: finishing write tid 1 to smithi07185159-16 2024-09-13T14:36:20.023 INFO:tasks.rados.rados.0.smithi071.stdout:3667: finishing write tid 2 to smithi07185159-16 2024-09-13T14:36:20.024 INFO:tasks.rados.rados.0.smithi071.stdout:3667: finishing write tid 3 to smithi07185159-16 2024-09-13T14:36:20.024 INFO:tasks.rados.rados.0.smithi071.stdout:3667: finishing write tid 4 to smithi07185159-16 2024-09-13T14:36:20.024 INFO:tasks.rados.rados.0.smithi071.stdout:3667: oid 16 updating version 0 to 1142 2024-09-13T14:36:20.024 INFO:tasks.rados.rados.0.smithi071.stdout:3667: oid 16 version 1142 is already newer than 1141 2024-09-13T14:36:20.024 INFO:tasks.rados.rados.0.smithi071.stdout:3667: oid 16 updating version 1142 to 1143 2024-09-13T14:36:20.024 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 16 v 1143 (ObjNum 1372 snap 467 seq_num 1372) dirty exists 2024-09-13T14:36:20.024 INFO:tasks.rados.rados.0.smithi071.stdout:3667: left oid 16 (ObjNum 1372 snap 467 seq_num 1372) 2024-09-13T14:36:20.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:19 smithi071 ceph-mon[107477]: pgmap v943: 89 pgs: 89 active+clean; 274 MiB data, 890 MiB used, 714 GiB / 715 GiB avail; 8.1 MiB/s rd, 971 KiB/s wr, 13 op/s 2024-09-13T14:36:20.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:19 smithi071 ceph-mon[107477]: osdmap e995: 8 total, 8 up, 8 in 2024-09-13T14:36:20.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:19 smithi071 ceph-mon[112785]: pgmap v943: 89 pgs: 89 active+clean; 274 MiB data, 890 MiB used, 714 GiB / 715 GiB avail; 8.1 MiB/s rd, 971 KiB/s wr, 13 op/s 2024-09-13T14:36:20.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:19 smithi071 ceph-mon[112785]: osdmap e995: 8 total, 8 up, 8 in 2024-09-13T14:36:20.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:19 smithi104 ceph-mon[105578]: pgmap v943: 89 pgs: 89 active+clean; 274 MiB data, 890 MiB used, 714 GiB / 715 GiB avail; 8.1 MiB/s rd, 971 KiB/s wr, 13 op/s 2024-09-13T14:36:20.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:19 smithi104 ceph-mon[105578]: osdmap e995: 8 total, 8 up, 8 in 2024-09-13T14:36:20.972 INFO:tasks.rados.rados.0.smithi071.stdout:3663: done (5 left) 2024-09-13T14:36:20.972 INFO:tasks.rados.rados.0.smithi071.stdout:3664: done (4 left) 2024-09-13T14:36:20.972 INFO:tasks.rados.rados.0.smithi071.stdout:3665: done (3 left) 2024-09-13T14:36:20.972 INFO:tasks.rados.rados.0.smithi071.stdout:3666: done (2 left) 2024-09-13T14:36:20.972 INFO:tasks.rados.rados.0.smithi071.stdout:3667: done (1 left) 2024-09-13T14:36:20.972 INFO:tasks.rados.rados.0.smithi071.stdout:3668: done (0 left) 2024-09-13T14:36:20.972 INFO:tasks.rados.rados.0.smithi071.stdout:3669: delete oid 14 current snap is 468 2024-09-13T14:36:20.976 INFO:tasks.rados.rados.0.smithi071.stdout:3669: done (0 left) 2024-09-13T14:36:20.976 INFO:tasks.rados.rados.0.smithi071.stdout:3670: rollback oid 7 current snap is 468 2024-09-13T14:36:20.976 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 7 to 436 2024-09-13T14:36:20.977 INFO:tasks.rados.rados.0.smithi071.stdout:3671: write oid 20 current snap is 468 2024-09-13T14:36:20.977 INFO:tasks.rados.rados.0.smithi071.stdout:3671: seq_num 1374 ranges {692818=735666,2203200=688482} 2024-09-13T14:36:20.984 INFO:tasks.rados.rados.0.smithi071.stdout:3671: writing smithi07185159-20 from 692818 to 1428484 tid 1 2024-09-13T14:36:20.992 INFO:tasks.rados.rados.0.smithi071.stdout:3671: writing smithi07185159-20 from 2203200 to 2891682 tid 2 2024-09-13T14:36:20.992 INFO:tasks.rados.rados.0.smithi071.stdout:3672: snap_remove snap 464 2024-09-13T14:36:21.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:20 smithi071 ceph-mon[107477]: osdmap e996: 8 total, 8 up, 8 in 2024-09-13T14:36:21.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:20 smithi071 ceph-mon[112785]: osdmap e996: 8 total, 8 up, 8 in 2024-09-13T14:36:21.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:20 smithi104 ceph-mon[105578]: osdmap e996: 8 total, 8 up, 8 in 2024-09-13T14:36:21.981 INFO:tasks.rados.rados.0.smithi071.stdout:3672: done (2 left) 2024-09-13T14:36:21.981 INFO:tasks.rados.rados.0.smithi071.stdout:3673: write oid 18 current snap is 468 2024-09-13T14:36:21.981 INFO:tasks.rados.rados.0.smithi071.stdout:3670: finishing rollback tid 0 to smithi07185159-7 2024-09-13T14:36:21.981 INFO:tasks.rados.rados.0.smithi071.stdout:3670: finishing rollback tid 1 to smithi07185159-7 2024-09-13T14:36:21.981 INFO:tasks.rados.rados.0.smithi071.stdout:3673: seq_num 1375 ranges {709625=410915,1745329=432140,2726615=383010} 2024-09-13T14:36:21.986 INFO:tasks.rados.rados.0.smithi071.stdout:3673: writing smithi07185159-18 from 709625 to 1120540 tid 1 2024-09-13T14:36:21.992 INFO:tasks.rados.rados.0.smithi071.stdout:3673: writing smithi07185159-18 from 1745329 to 2177469 tid 2 2024-09-13T14:36:21.998 INFO:tasks.rados.rados.0.smithi071.stdout:3673: writing smithi07185159-18 from 2726615 to 3109625 tid 3 2024-09-13T14:36:21.998 INFO:tasks.rados.rados.0.smithi071.stdout:3674: delete oid 36 current snap is 468 2024-09-13T14:36:21.998 INFO:tasks.rados.rados.0.smithi071.stdout:3670: finishing rollback tid 2 to smithi07185159-7 2024-09-13T14:36:21.998 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 7 v 521 (ObjNum 1177 snap 403 seq_num 1177) dirty exists 2024-09-13T14:36:21.998 INFO:tasks.rados.rados.0.smithi071.stdout:3671: finishing write tid 1 to smithi07185159-20 2024-09-13T14:36:21.998 INFO:tasks.rados.rados.0.smithi071.stdout:3671: finishing write tid 2 to smithi07185159-20 2024-09-13T14:36:21.998 INFO:tasks.rados.rados.0.smithi071.stdout:3671: finishing write tid 3 to smithi07185159-20 2024-09-13T14:36:21.998 INFO:tasks.rados.rados.0.smithi071.stdout:3671: finishing write tid 4 to smithi07185159-20 2024-09-13T14:36:21.999 INFO:tasks.rados.rados.0.smithi071.stdout:3671: oid 20 updating version 0 to 1705 2024-09-13T14:36:21.999 INFO:tasks.rados.rados.0.smithi071.stdout:3671: oid 20 version 1705 is already newer than 1704 2024-09-13T14:36:21.999 INFO:tasks.rados.rados.0.smithi071.stdout:3671: oid 20 updating version 1705 to 1706 2024-09-13T14:36:21.999 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 20 v 1706 (ObjNum 1374 snap 468 seq_num 1374) dirty exists 2024-09-13T14:36:21.999 INFO:tasks.rados.rados.0.smithi071.stdout:3671: left oid 20 (ObjNum 1374 snap 468 seq_num 1374) 2024-09-13T14:36:21.999 INFO:tasks.rados.rados.0.smithi071.stdout:3673: finishing write tid 1 to smithi07185159-18 2024-09-13T14:36:21.999 INFO:tasks.rados.rados.0.smithi071.stdout:3673: finishing write tid 2 to smithi07185159-18 2024-09-13T14:36:22.001 INFO:tasks.rados.rados.0.smithi071.stdout:3670: done (3 left) 2024-09-13T14:36:22.002 INFO:tasks.rados.rados.0.smithi071.stdout:3671: done (2 left) 2024-09-13T14:36:22.002 INFO:tasks.rados.rados.0.smithi071.stdout:3674: done (1 left) 2024-09-13T14:36:22.002 INFO:tasks.rados.rados.0.smithi071.stdout:3675: write oid 22 current snap is 468 2024-09-13T14:36:22.002 INFO:tasks.rados.rados.0.smithi071.stdout:3675: seq_num 1377 ranges {743239=677766,1978646=435809,2897814=245425} 2024-09-13T14:36:22.009 INFO:tasks.rados.rados.0.smithi071.stdout:3675: writing smithi07185159-22 from 743239 to 1421005 tid 1 2024-09-13T14:36:22.015 INFO:tasks.rados.rados.0.smithi071.stdout:3675: writing smithi07185159-22 from 1978646 to 2414455 tid 2 2024-09-13T14:36:22.020 INFO:tasks.rados.rados.0.smithi071.stdout:3675: writing smithi07185159-22 from 2897814 to 3143239 tid 3 2024-09-13T14:36:22.020 INFO:tasks.rados.rados.0.smithi071.stdout:3676: read oid 33 snap 465 2024-09-13T14:36:22.020 INFO:tasks.rados.rados.0.smithi071.stdout:3676: expect (ObjNum 1349 snap 459 seq_num 1349) 2024-09-13T14:36:22.020 INFO:tasks.rados.rados.0.smithi071.stdout:3677: rollback oid 44 current snap is 468 2024-09-13T14:36:22.020 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 44 to 463 2024-09-13T14:36:22.020 INFO:tasks.rados.rados.0.smithi071.stdout:3673: finishing write tid 3 to smithi07185159-18 2024-09-13T14:36:22.020 INFO:tasks.rados.rados.0.smithi071.stdout:3673: finishing write tid 4 to smithi07185159-18 2024-09-13T14:36:22.020 INFO:tasks.rados.rados.0.smithi071.stdout:3673: finishing write tid 5 to smithi07185159-18 2024-09-13T14:36:22.021 INFO:tasks.rados.rados.0.smithi071.stdout:3673: oid 18 updating version 0 to 3383 2024-09-13T14:36:22.021 INFO:tasks.rados.rados.0.smithi071.stdout:3673: oid 18 updating version 3383 to 3385 2024-09-13T14:36:22.021 INFO:tasks.rados.rados.0.smithi071.stdout:3673: oid 18 version 3385 is already newer than 3384 2024-09-13T14:36:22.021 INFO:tasks.rados.rados.0.smithi071.stdout:3673: oid 18 updating version 3385 to 3386 2024-09-13T14:36:22.021 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 18 v 3386 (ObjNum 1375 snap 468 seq_num 1375) dirty exists 2024-09-13T14:36:22.021 INFO:tasks.rados.rados.0.smithi071.stdout:3673: left oid 18 (ObjNum 1375 snap 468 seq_num 1375) 2024-09-13T14:36:22.021 INFO:tasks.rados.rados.0.smithi071.stdout:3675: finishing write tid 1 to smithi07185159-22 2024-09-13T14:36:22.021 INFO:tasks.rados.rados.0.smithi071.stdout:3675: finishing write tid 2 to smithi07185159-22 2024-09-13T14:36:22.021 INFO:tasks.rados.rados.0.smithi071.stdout:3673: done (3 left) 2024-09-13T14:36:22.021 INFO:tasks.rados.rados.0.smithi071.stdout:3678: write oid 47 current snap is 468 2024-09-13T14:36:22.021 INFO:tasks.rados.rados.0.smithi071.stdout:3678: seq_num 1378 ranges {760046=753015,2037128=695820} 2024-09-13T14:36:22.028 INFO:tasks.rados.rados.0.smithi071.stdout:3678: writing smithi07185159-47 from 760046 to 1513061 tid 1 2024-09-13T14:36:22.035 INFO:tasks.rados.rados.0.smithi071.stdout:3678: writing smithi07185159-47 from 2037128 to 2732948 tid 2 2024-09-13T14:36:22.035 INFO:tasks.rados.rados.0.smithi071.stdout:3679: read oid 41 snap -1 2024-09-13T14:36:22.035 INFO:tasks.rados.rados.0.smithi071.stdout:3679: expect (ObjNum 1357 snap 460 seq_num 1357) 2024-09-13T14:36:22.035 INFO:tasks.rados.rados.0.smithi071.stdout:3680: write oid 9 current snap is 468 2024-09-13T14:36:22.035 INFO:tasks.rados.rados.0.smithi071.stdout:3675: finishing write tid 3 to smithi07185159-22 2024-09-13T14:36:22.035 INFO:tasks.rados.rados.0.smithi071.stdout:3680: seq_num 1379 ranges {776853=428264,1979257=439478,2836307=340546} 2024-09-13T14:36:22.041 INFO:tasks.rados.rados.0.smithi071.stdout:3680: writing smithi07185159-9 from 776853 to 1205117 tid 1 2024-09-13T14:36:22.048 INFO:tasks.rados.rados.0.smithi071.stdout:3680: writing smithi07185159-9 from 1979257 to 2418735 tid 2 2024-09-13T14:36:22.053 INFO:tasks.rados.rados.0.smithi071.stdout:3680: writing smithi07185159-9 from 2836307 to 3176853 tid 3 2024-09-13T14:36:22.053 INFO:tasks.rados.rados.0.smithi071.stdout:3681: read oid 40 snap -1 2024-09-13T14:36:22.053 INFO:tasks.rados.rados.0.smithi071.stdout:3681: expect (ObjNum 1348 snap 459 seq_num 1348) 2024-09-13T14:36:22.053 INFO:tasks.rados.rados.0.smithi071.stdout:3682: snap_create 2024-09-13T14:36:22.053 INFO:tasks.rados.rados.0.smithi071.stdout:3675: finishing write tid 4 to smithi07185159-22 2024-09-13T14:36:22.053 INFO:tasks.rados.rados.0.smithi071.stdout:3675: finishing write tid 5 to smithi07185159-22 2024-09-13T14:36:22.053 INFO:tasks.rados.rados.0.smithi071.stdout:3675: oid 22 updating version 0 to 1278 2024-09-13T14:36:22.053 INFO:tasks.rados.rados.0.smithi071.stdout:3675: oid 22 updating version 1278 to 1279 2024-09-13T14:36:22.053 INFO:tasks.rados.rados.0.smithi071.stdout:3675: oid 22 updating version 1279 to 1280 2024-09-13T14:36:22.053 INFO:tasks.rados.rados.0.smithi071.stdout:3675: oid 22 version 1280 is already newer than 1277 2024-09-13T14:36:22.053 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 22 v 1280 (ObjNum 1377 snap 468 seq_num 1377) dirty exists 2024-09-13T14:36:22.054 INFO:tasks.rados.rados.0.smithi071.stdout:3675: left oid 22 (ObjNum 1377 snap 468 seq_num 1377) 2024-09-13T14:36:22.054 INFO:tasks.rados.rados.0.smithi071.stdout:3677: finishing rollback tid 0 to smithi07185159-44 2024-09-13T14:36:22.054 INFO:tasks.rados.rados.0.smithi071.stdout:3677: finishing rollback tid 1 to smithi07185159-44 2024-09-13T14:36:22.054 INFO:tasks.rados.rados.0.smithi071.stdout:3677: finishing rollback tid 2 to smithi07185159-44 2024-09-13T14:36:22.054 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 44 v 1915 (ObjNum 1299 snap 447 seq_num 1299) dirty exists 2024-09-13T14:36:22.054 INFO:tasks.rados.rados.0.smithi071.stdout:3676: expect (ObjNum 1349 snap 459 seq_num 1349) 2024-09-13T14:36:22.194 INFO:tasks.rados.rados.0.smithi071.stdout:3678: finishing write tid 1 to smithi07185159-47 2024-09-13T14:36:22.194 INFO:tasks.rados.rados.0.smithi071.stdout:3678: finishing write tid 2 to smithi07185159-47 2024-09-13T14:36:22.194 INFO:tasks.rados.rados.0.smithi071.stdout:3678: finishing write tid 3 to smithi07185159-47 2024-09-13T14:36:22.195 INFO:tasks.rados.rados.0.smithi071.stdout:3678: finishing write tid 4 to smithi07185159-47 2024-09-13T14:36:22.195 INFO:tasks.rados.rados.0.smithi071.stdout:3678: oid 47 updating version 0 to 1709 2024-09-13T14:36:22.195 INFO:tasks.rados.rados.0.smithi071.stdout:3678: oid 47 updating version 1709 to 1710 2024-09-13T14:36:22.195 INFO:tasks.rados.rados.0.smithi071.stdout:3678: oid 47 updating version 1710 to 1711 2024-09-13T14:36:22.195 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 47 v 1711 (ObjNum 1378 snap 468 seq_num 1378) dirty exists 2024-09-13T14:36:22.195 INFO:tasks.rados.rados.0.smithi071.stdout:3678: left oid 47 (ObjNum 1378 snap 468 seq_num 1378) 2024-09-13T14:36:22.195 INFO:tasks.rados.rados.0.smithi071.stdout:3679: expect (ObjNum 1357 snap 460 seq_num 1357) 2024-09-13T14:36:22.312 INFO:tasks.rados.rados.0.smithi071.stdout:3680: finishing write tid 1 to smithi07185159-9 2024-09-13T14:36:22.312 INFO:tasks.rados.rados.0.smithi071.stdout:3680: finishing write tid 2 to smithi07185159-9 2024-09-13T14:36:22.312 INFO:tasks.rados.rados.0.smithi071.stdout:3680: finishing write tid 3 to smithi07185159-9 2024-09-13T14:36:22.312 INFO:tasks.rados.rados.0.smithi071.stdout:3680: finishing write tid 4 to smithi07185159-9 2024-09-13T14:36:22.312 INFO:tasks.rados.rados.0.smithi071.stdout:3680: finishing write tid 5 to smithi07185159-9 2024-09-13T14:36:22.312 INFO:tasks.rados.rados.0.smithi071.stdout:3680: oid 9 updating version 0 to 462 2024-09-13T14:36:22.312 INFO:tasks.rados.rados.0.smithi071.stdout:3680: oid 9 updating version 462 to 463 2024-09-13T14:36:22.313 INFO:tasks.rados.rados.0.smithi071.stdout:3680: oid 9 version 463 is already newer than 461 2024-09-13T14:36:22.313 INFO:tasks.rados.rados.0.smithi071.stdout:3680: oid 9 updating version 463 to 464 2024-09-13T14:36:22.313 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 9 v 464 (ObjNum 1379 snap 468 seq_num 1379) dirty exists 2024-09-13T14:36:22.313 INFO:tasks.rados.rados.0.smithi071.stdout:3680: left oid 9 (ObjNum 1379 snap 468 seq_num 1379) 2024-09-13T14:36:22.313 INFO:tasks.rados.rados.0.smithi071.stdout:3681: expect (ObjNum 1348 snap 459 seq_num 1348) 2024-09-13T14:36:22.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:21 smithi071 ceph-mon[107477]: pgmap v946: 89 pgs: 89 active+clean; 272 MiB data, 882 MiB used, 714 GiB / 715 GiB avail; 5.4 MiB/s rd, 919 KiB/s wr, 8 op/s 2024-09-13T14:36:22.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:21 smithi071 ceph-mon[107477]: osdmap e997: 8 total, 8 up, 8 in 2024-09-13T14:36:22.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:21 smithi071 ceph-mon[112785]: pgmap v946: 89 pgs: 89 active+clean; 272 MiB data, 882 MiB used, 714 GiB / 715 GiB avail; 5.4 MiB/s rd, 919 KiB/s wr, 8 op/s 2024-09-13T14:36:22.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:21 smithi071 ceph-mon[112785]: osdmap e997: 8 total, 8 up, 8 in 2024-09-13T14:36:22.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:21 smithi104 ceph-mon[105578]: pgmap v946: 89 pgs: 89 active+clean; 272 MiB data, 882 MiB used, 714 GiB / 715 GiB avail; 5.4 MiB/s rd, 919 KiB/s wr, 8 op/s 2024-09-13T14:36:22.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:21 smithi104 ceph-mon[105578]: osdmap e997: 8 total, 8 up, 8 in 2024-09-13T14:36:22.943 INFO:tasks.rados.rados.0.smithi071.stdout:3675: done (7 left) 2024-09-13T14:36:22.943 INFO:tasks.rados.rados.0.smithi071.stdout:3676: done (6 left) 2024-09-13T14:36:22.944 INFO:tasks.rados.rados.0.smithi071.stdout:3677: done (5 left) 2024-09-13T14:36:22.944 INFO:tasks.rados.rados.0.smithi071.stdout:3678: done (4 left) 2024-09-13T14:36:22.944 INFO:tasks.rados.rados.0.smithi071.stdout:3679: done (3 left) 2024-09-13T14:36:22.944 INFO:tasks.rados.rados.0.smithi071.stdout:3680: done (2 left) 2024-09-13T14:36:22.944 INFO:tasks.rados.rados.0.smithi071.stdout:3681: done (1 left) 2024-09-13T14:36:22.944 INFO:tasks.rados.rados.0.smithi071.stdout:3682: done (0 left) 2024-09-13T14:36:22.944 INFO:tasks.rados.rados.0.smithi071.stdout:3683: write oid 16 current snap is 469 2024-09-13T14:36:22.944 INFO:tasks.rados.rados.0.smithi071.stdout:3683: seq_num 1380 ranges {793660=503513,2037739=583136} 2024-09-13T14:36:22.950 INFO:tasks.rados.rados.0.smithi071.stdout:3683: writing smithi07185159-16 from 793660 to 1297173 tid 1 2024-09-13T14:36:22.957 INFO:tasks.rados.rados.0.smithi071.stdout:3683: writing smithi07185159-16 from 2037739 to 2620875 tid 2 2024-09-13T14:36:22.957 INFO:tasks.rados.rados.0.smithi071.stdout:3683: finishing write tid 1 to smithi07185159-16 2024-09-13T14:36:22.958 INFO:tasks.rados.rados.0.smithi071.stdout:3684: snap_remove snap 421 2024-09-13T14:36:22.978 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:36:22 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:36:22] "GET /metrics HTTP/1.1" 200 36403 "" "Prometheus/2.51.0" 2024-09-13T14:36:23.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:22 smithi071 ceph-mon[107477]: osdmap e998: 8 total, 8 up, 8 in 2024-09-13T14:36:23.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:22 smithi071 ceph-mon[107477]: osdmap e999: 8 total, 8 up, 8 in 2024-09-13T14:36:23.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:22 smithi071 ceph-mon[112785]: osdmap e998: 8 total, 8 up, 8 in 2024-09-13T14:36:23.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:22 smithi071 ceph-mon[112785]: osdmap e999: 8 total, 8 up, 8 in 2024-09-13T14:36:23.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:22 smithi104 ceph-mon[105578]: osdmap e998: 8 total, 8 up, 8 in 2024-09-13T14:36:23.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:22 smithi104 ceph-mon[105578]: osdmap e999: 8 total, 8 up, 8 in 2024-09-13T14:36:23.948 INFO:tasks.rados.rados.0.smithi071.stdout:3684: done (1 left) 2024-09-13T14:36:23.948 INFO:tasks.rados.rados.0.smithi071.stdout:3685: delete oid 28 current snap is 469 2024-09-13T14:36:23.948 INFO:tasks.rados.rados.0.smithi071.stdout:3683: finishing write tid 2 to smithi07185159-16 2024-09-13T14:36:23.949 INFO:tasks.rados.rados.0.smithi071.stdout:3683: finishing write tid 3 to smithi07185159-16 2024-09-13T14:36:23.949 INFO:tasks.rados.rados.0.smithi071.stdout:3683: finishing write tid 4 to smithi07185159-16 2024-09-13T14:36:23.949 INFO:tasks.rados.rados.0.smithi071.stdout:3683: oid 16 updating version 0 to 1148 2024-09-13T14:36:23.949 INFO:tasks.rados.rados.0.smithi071.stdout:3683: oid 16 updating version 1148 to 1149 2024-09-13T14:36:23.949 INFO:tasks.rados.rados.0.smithi071.stdout:3683: oid 16 version 1149 is already newer than 1147 2024-09-13T14:36:23.949 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 16 v 1149 (ObjNum 1380 snap 469 seq_num 1380) dirty exists 2024-09-13T14:36:23.949 INFO:tasks.rados.rados.0.smithi071.stdout:3683: left oid 16 (ObjNum 1380 snap 469 seq_num 1380) 2024-09-13T14:36:23.961 INFO:tasks.rados.rados.0.smithi071.stdout:3683: done (1 left) 2024-09-13T14:36:23.961 INFO:tasks.rados.rados.0.smithi071.stdout:3685: done (0 left) 2024-09-13T14:36:23.961 INFO:tasks.rados.rados.0.smithi071.stdout:3686: snap_create 2024-09-13T14:36:24.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:23 smithi071 ceph-mon[107477]: pgmap v949: 89 pgs: 89 active+clean; 268 MiB data, 877 MiB used, 714 GiB / 715 GiB avail; 2.9 MiB/s rd, 915 KiB/s wr, 6 op/s 2024-09-13T14:36:24.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:23 smithi071 ceph-mon[107477]: osdmap e1000: 8 total, 8 up, 8 in 2024-09-13T14:36:24.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:23 smithi071 ceph-mon[112785]: pgmap v949: 89 pgs: 89 active+clean; 268 MiB data, 877 MiB used, 714 GiB / 715 GiB avail; 2.9 MiB/s rd, 915 KiB/s wr, 6 op/s 2024-09-13T14:36:24.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:23 smithi071 ceph-mon[112785]: osdmap e1000: 8 total, 8 up, 8 in 2024-09-13T14:36:24.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:23 smithi104 ceph-mon[105578]: pgmap v949: 89 pgs: 89 active+clean; 268 MiB data, 877 MiB used, 714 GiB / 715 GiB avail; 2.9 MiB/s rd, 915 KiB/s wr, 6 op/s 2024-09-13T14:36:24.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:23 smithi104 ceph-mon[105578]: osdmap e1000: 8 total, 8 up, 8 in 2024-09-13T14:36:24.946 INFO:tasks.rados.rados.0.smithi071.stdout:3686: done (0 left) 2024-09-13T14:36:24.946 INFO:tasks.rados.rados.0.smithi071.stdout:3687: rollback oid 30 current snap is 470 2024-09-13T14:36:24.947 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 30 to 468 2024-09-13T14:36:24.947 INFO:tasks.rados.rados.0.smithi071.stdout:3688: snap_remove snap 463 2024-09-13T14:36:25.950 INFO:tasks.rados.rados.0.smithi071.stdout:3688: done (1 left) 2024-09-13T14:36:25.950 INFO:tasks.rados.rados.0.smithi071.stdout:3689: read oid 9 snap 431 2024-09-13T14:36:25.950 INFO:tasks.rados.rados.0.smithi071.stdout:3689: expect deleted 2024-09-13T14:36:25.951 INFO:tasks.rados.rados.0.smithi071.stdout:3690: rollback oid 3 current snap is 470 2024-09-13T14:36:25.951 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 3 to 441 2024-09-13T14:36:25.951 INFO:tasks.rados.rados.0.smithi071.stdout:3687: finishing rollback tid 1 to smithi07185159-30 2024-09-13T14:36:25.951 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 30 v 808 (ObjNum 49 snap 0 seq_num 1961090960) dirty dne 2024-09-13T14:36:25.951 INFO:tasks.rados.rados.0.smithi071.stdout:3687: done (2 left) 2024-09-13T14:36:25.951 INFO:tasks.rados.rados.0.smithi071.stdout:3691: rollback oid 33 current snap is 470 2024-09-13T14:36:25.951 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 33 to 427 2024-09-13T14:36:25.951 INFO:tasks.rados.rados.0.smithi071.stdout:3692: snap_remove snap 436 2024-09-13T14:36:26.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:25 smithi071 ceph-mon[107477]: pgmap v952: 89 pgs: 89 active+clean; 275 MiB data, 884 MiB used, 714 GiB / 715 GiB avail; 2.9 MiB/s rd, 1.5 MiB/s wr, 9 op/s 2024-09-13T14:36:26.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:25 smithi071 ceph-mon[107477]: osdmap e1001: 8 total, 8 up, 8 in 2024-09-13T14:36:26.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:25 smithi071 ceph-mon[112785]: pgmap v952: 89 pgs: 89 active+clean; 275 MiB data, 884 MiB used, 714 GiB / 715 GiB avail; 2.9 MiB/s rd, 1.5 MiB/s wr, 9 op/s 2024-09-13T14:36:26.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:25 smithi071 ceph-mon[112785]: osdmap e1001: 8 total, 8 up, 8 in 2024-09-13T14:36:26.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:25 smithi104 ceph-mon[105578]: pgmap v952: 89 pgs: 89 active+clean; 275 MiB data, 884 MiB used, 714 GiB / 715 GiB avail; 2.9 MiB/s rd, 1.5 MiB/s wr, 9 op/s 2024-09-13T14:36:26.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:25 smithi104 ceph-mon[105578]: osdmap e1001: 8 total, 8 up, 8 in 2024-09-13T14:36:26.970 INFO:tasks.rados.rados.0.smithi071.stdout:3692: done (3 left) 2024-09-13T14:36:26.970 INFO:tasks.rados.rados.0.smithi071.stdout:3693: rollback oid 48 current snap is 470 2024-09-13T14:36:26.971 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 48 to 453 2024-09-13T14:36:26.971 INFO:tasks.rados.rados.0.smithi071.stdout:3691: finishing rollback tid 0 to smithi07185159-33 2024-09-13T14:36:26.971 INFO:tasks.rados.rados.0.smithi071.stdout:3690: finishing rollback tid 0 to smithi07185159-3 2024-09-13T14:36:26.971 INFO:tasks.rados.rados.0.smithi071.stdout:3691: finishing rollback tid 1 to smithi07185159-33 2024-09-13T14:36:26.971 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 33 v 1723 (ObjNum 289 snap 0 seq_num 0) dirty dne 2024-09-13T14:36:26.971 INFO:tasks.rados.rados.0.smithi071.stdout:3690: finishing rollback tid 1 to smithi07185159-3 2024-09-13T14:36:26.971 INFO:tasks.rados.rados.0.smithi071.stdout:3690: finishing rollback tid 2 to smithi07185159-3 2024-09-13T14:36:26.971 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 3 v 3404 (ObjNum 1271 snap 439 seq_num 1271) dirty exists 2024-09-13T14:36:26.971 INFO:tasks.rados.rados.0.smithi071.stdout:3689: done (3 left) 2024-09-13T14:36:26.971 INFO:tasks.rados.rados.0.smithi071.stdout:3690: done (2 left) 2024-09-13T14:36:26.971 INFO:tasks.rados.rados.0.smithi071.stdout:3691: done (1 left) 2024-09-13T14:36:26.971 INFO:tasks.rados.rados.0.smithi071.stdout:3694: read oid 14 snap 453 2024-09-13T14:36:26.971 INFO:tasks.rados.rados.0.smithi071.stdout:3694: expect (ObjNum 1193 snap 406 seq_num 1193) 2024-09-13T14:36:26.972 INFO:tasks.rados.rados.0.smithi071.stdout:3695: write oid 35 current snap is 470 2024-09-13T14:36:26.972 INFO:tasks.rados.rados.0.smithi071.stdout:3695: seq_num 1382 ranges {427274=654011,1754703=586805,2918576=308698} 2024-09-13T14:36:26.976 INFO:tasks.rados.rados.0.smithi071.stdout:3695: writing smithi07185159-35 from 427274 to 1081285 tid 1 2024-09-13T14:36:26.984 INFO:tasks.rados.rados.0.smithi071.stdout:3695: writing smithi07185159-35 from 1754703 to 2341508 tid 2 2024-09-13T14:36:26.990 INFO:tasks.rados.rados.0.smithi071.stdout:3695: writing smithi07185159-35 from 2918576 to 3227274 tid 3 2024-09-13T14:36:26.990 INFO:tasks.rados.rados.0.smithi071.stdout:3696: write oid 11 current snap is 470 2024-09-13T14:36:26.990 INFO:tasks.rados.rados.0.smithi071.stdout:3696: seq_num 1383 ranges {444081=729260,1813185=446816,2945999=298082} 2024-09-13T14:36:26.997 INFO:tasks.rados.rados.0.smithi071.stdout:3696: writing smithi07185159-11 from 444081 to 1173341 tid 1 2024-09-13T14:36:27.003 INFO:tasks.rados.rados.0.smithi071.stdout:3696: writing smithi07185159-11 from 1813185 to 2260001 tid 2 2024-09-13T14:36:27.008 INFO:tasks.rados.rados.0.smithi071.stdout:3696: writing smithi07185159-11 from 2945999 to 3244081 tid 3 2024-09-13T14:36:27.009 INFO:tasks.rados.rados.0.smithi071.stdout:3697: write oid 26 current snap is 470 2024-09-13T14:36:27.009 INFO:tasks.rados.rados.0.smithi071.stdout:3697: seq_num 1384 ranges {460888=520862,1471667=590474,2573422=455407} 2024-09-13T14:36:27.014 INFO:tasks.rados.rados.0.smithi071.stdout:3697: writing smithi07185159-26 from 460888 to 981750 tid 1 2024-09-13T14:36:27.019 INFO:tasks.rados.rados.0.smithi071.stdout:3697: writing smithi07185159-26 from 1471667 to 2062141 tid 2 2024-09-13T14:36:27.025 INFO:tasks.rados.rados.0.smithi071.stdout:3697: writing smithi07185159-26 from 2573422 to 3028829 tid 3 2024-09-13T14:36:27.025 INFO:tasks.rados.rados.0.smithi071.stdout:3698: read oid 38 snap 465 2024-09-13T14:36:27.026 INFO:tasks.rados.rados.0.smithi071.stdout:3698: expect (ObjNum 1340 snap 456 seq_num 1340) 2024-09-13T14:36:27.026 INFO:tasks.rados.rados.0.smithi071.stdout:3699: snap_remove snap 431 2024-09-13T14:36:27.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:26 smithi071 ceph-mon[107477]: osdmap e1002: 8 total, 8 up, 8 in 2024-09-13T14:36:27.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:26 smithi071 ceph-mon[112785]: osdmap e1002: 8 total, 8 up, 8 in 2024-09-13T14:36:27.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:26 smithi104 ceph-mon[105578]: osdmap e1002: 8 total, 8 up, 8 in 2024-09-13T14:36:27.946 INFO:tasks.rados.rados.0.smithi071.stdout:3699: done (6 left) 2024-09-13T14:36:27.946 INFO:tasks.rados.rados.0.smithi071.stdout:3700: write oid 45 current snap is 470 2024-09-13T14:36:27.946 INFO:tasks.rados.rados.0.smithi071.stdout:3700: seq_num 1385 ranges {477695=596111,1530149=450485,2600845=666679} 2024-09-13T14:36:27.952 INFO:tasks.rados.rados.0.smithi071.stdout:3700: writing smithi07185159-45 from 477695 to 1073806 tid 1 2024-09-13T14:36:27.958 INFO:tasks.rados.rados.0.smithi071.stdout:3700: writing smithi07185159-45 from 1530149 to 1980634 tid 2 2024-09-13T14:36:27.966 INFO:tasks.rados.rados.0.smithi071.stdout:3700: writing smithi07185159-45 from 2600845 to 3267524 tid 3 2024-09-13T14:36:27.966 INFO:tasks.rados.rados.0.smithi071.stdout:3701: delete oid 34 current snap is 470 2024-09-13T14:36:27.966 INFO:tasks.rados.rados.0.smithi071.stdout:3694: expect (ObjNum 1193 snap 406 seq_num 1193) 2024-09-13T14:36:28.080 INFO:tasks.rados.rados.0.smithi071.stdout:3693: finishing rollback tid 1 to smithi07185159-48 2024-09-13T14:36:28.080 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 48 v 3092 (ObjNum 129 snap 0 seq_num 1960796592) dirty dne 2024-09-13T14:36:28.080 INFO:tasks.rados.rados.0.smithi071.stdout:3695: finishing write tid 1 to smithi07185159-35 2024-09-13T14:36:28.080 INFO:tasks.rados.rados.0.smithi071.stdout:3693: done (7 left) 2024-09-13T14:36:28.080 INFO:tasks.rados.rados.0.smithi071.stdout:3694: done (6 left) 2024-09-13T14:36:28.080 INFO:tasks.rados.rados.0.smithi071.stdout:3701: done (5 left) 2024-09-13T14:36:28.080 INFO:tasks.rados.rados.0.smithi071.stdout:3702: delete oid 3 current snap is 470 2024-09-13T14:36:28.081 INFO:tasks.rados.rados.0.smithi071.stdout:3695: finishing write tid 2 to smithi07185159-35 2024-09-13T14:36:28.081 INFO:tasks.rados.rados.0.smithi071.stdout:3695: finishing write tid 3 to smithi07185159-35 2024-09-13T14:36:28.081 INFO:tasks.rados.rados.0.smithi071.stdout:3695: finishing write tid 4 to smithi07185159-35 2024-09-13T14:36:28.081 INFO:tasks.rados.rados.0.smithi071.stdout:3695: finishing write tid 5 to smithi07185159-35 2024-09-13T14:36:28.081 INFO:tasks.rados.rados.0.smithi071.stdout:3695: oid 35 updating version 0 to 1979 2024-09-13T14:36:28.081 INFO:tasks.rados.rados.0.smithi071.stdout:3695: oid 35 updating version 1979 to 1980 2024-09-13T14:36:28.081 INFO:tasks.rados.rados.0.smithi071.stdout:3695: oid 35 updating version 1980 to 1981 2024-09-13T14:36:28.081 INFO:tasks.rados.rados.0.smithi071.stdout:3695: oid 35 version 1981 is already newer than 1974 2024-09-13T14:36:28.081 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 35 v 1981 (ObjNum 1382 snap 470 seq_num 1382) dirty exists 2024-09-13T14:36:28.081 INFO:tasks.rados.rados.0.smithi071.stdout:3695: left oid 35 (ObjNum 1382 snap 470 seq_num 1382) 2024-09-13T14:36:28.081 INFO:tasks.rados.rados.0.smithi071.stdout:3696: finishing write tid 1 to smithi07185159-11 2024-09-13T14:36:28.081 INFO:tasks.rados.rados.0.smithi071.stdout:3696: finishing write tid 2 to smithi07185159-11 2024-09-13T14:36:28.081 INFO:tasks.rados.rados.0.smithi071.stdout:3696: finishing write tid 3 to smithi07185159-11 2024-09-13T14:36:28.082 INFO:tasks.rados.rados.0.smithi071.stdout:3696: finishing write tid 4 to smithi07185159-11 2024-09-13T14:36:28.082 INFO:tasks.rados.rados.0.smithi071.stdout:3696: finishing write tid 5 to smithi07185159-11 2024-09-13T14:36:28.082 INFO:tasks.rados.rados.0.smithi071.stdout:3696: oid 11 updating version 0 to 2036 2024-09-13T14:36:28.082 INFO:tasks.rados.rados.0.smithi071.stdout:3696: oid 11 version 2036 is already newer than 2035 2024-09-13T14:36:28.082 INFO:tasks.rados.rados.0.smithi071.stdout:3696: oid 11 updating version 2036 to 2037 2024-09-13T14:36:28.082 INFO:tasks.rados.rados.0.smithi071.stdout:3696: oid 11 updating version 2037 to 2038 2024-09-13T14:36:28.082 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 11 v 2038 (ObjNum 1383 snap 470 seq_num 1383) dirty exists 2024-09-13T14:36:28.082 INFO:tasks.rados.rados.0.smithi071.stdout:3696: left oid 11 (ObjNum 1383 snap 470 seq_num 1383) 2024-09-13T14:36:28.082 INFO:tasks.rados.rados.0.smithi071.stdout:3698: expect (ObjNum 1340 snap 456 seq_num 1340) 2024-09-13T14:36:28.221 INFO:tasks.rados.rados.0.smithi071.stdout:3697: finishing write tid 1 to smithi07185159-26 2024-09-13T14:36:28.221 INFO:tasks.rados.rados.0.smithi071.stdout:3697: finishing write tid 2 to smithi07185159-26 2024-09-13T14:36:28.221 INFO:tasks.rados.rados.0.smithi071.stdout:3695: done (5 left) 2024-09-13T14:36:28.221 INFO:tasks.rados.rados.0.smithi071.stdout:3696: done (4 left) 2024-09-13T14:36:28.221 INFO:tasks.rados.rados.0.smithi071.stdout:3698: done (3 left) 2024-09-13T14:36:28.221 INFO:tasks.rados.rados.0.smithi071.stdout:3702: done (2 left) 2024-09-13T14:36:28.221 INFO:tasks.rados.rados.0.smithi071.stdout:3703: read oid 41 snap -1 2024-09-13T14:36:28.221 INFO:tasks.rados.rados.0.smithi071.stdout:3703: expect (ObjNum 1357 snap 460 seq_num 1357) 2024-09-13T14:36:28.221 INFO:tasks.rados.rados.0.smithi071.stdout:3704: write oid 9 current snap is 470 2024-09-13T14:36:28.221 INFO:tasks.rados.rados.0.smithi071.stdout:3697: finishing write tid 3 to smithi07185159-26 2024-09-13T14:36:28.222 INFO:tasks.rados.rados.0.smithi071.stdout:3697: finishing write tid 4 to smithi07185159-26 2024-09-13T14:36:28.222 INFO:tasks.rados.rados.0.smithi071.stdout:3697: finishing write tid 5 to smithi07185159-26 2024-09-13T14:36:28.222 INFO:tasks.rados.rados.0.smithi071.stdout:3697: oid 26 updating version 0 to 1028 2024-09-13T14:36:28.222 INFO:tasks.rados.rados.0.smithi071.stdout:3697: oid 26 updating version 1028 to 1031 2024-09-13T14:36:28.222 INFO:tasks.rados.rados.0.smithi071.stdout:3697: oid 26 version 1031 is already newer than 1030 2024-09-13T14:36:28.222 INFO:tasks.rados.rados.0.smithi071.stdout:3697: oid 26 version 1031 is already newer than 1029 2024-09-13T14:36:28.222 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 26 v 1031 (ObjNum 1384 snap 470 seq_num 1384) dirty exists 2024-09-13T14:36:28.222 INFO:tasks.rados.rados.0.smithi071.stdout:3697: left oid 26 (ObjNum 1384 snap 470 seq_num 1384) 2024-09-13T14:36:28.222 INFO:tasks.rados.rados.0.smithi071.stdout:3700: finishing write tid 1 to smithi07185159-45 2024-09-13T14:36:28.222 INFO:tasks.rados.rados.0.smithi071.stdout:3700: finishing write tid 2 to smithi07185159-45 2024-09-13T14:36:28.222 INFO:tasks.rados.rados.0.smithi071.stdout:3700: finishing write tid 3 to smithi07185159-45 2024-09-13T14:36:28.222 INFO:tasks.rados.rados.0.smithi071.stdout:3704: seq_num 1388 ranges {528116=421858,1589242=597812,2966761=361355} 2024-09-13T14:36:28.225 INFO:tasks.rados.rados.0.smithi071.stdout:3704: writing smithi07185159-9 from 528116 to 949974 tid 1 2024-09-13T14:36:28.232 INFO:tasks.rados.rados.0.smithi071.stdout:3704: writing smithi07185159-9 from 1589242 to 2187054 tid 2 2024-09-13T14:36:28.239 INFO:tasks.rados.rados.0.smithi071.stdout:3704: writing smithi07185159-9 from 2966761 to 3328116 tid 3 2024-09-13T14:36:28.239 INFO:tasks.rados.rados.0.smithi071.stdout:3697: done (3 left) 2024-09-13T14:36:28.239 INFO:tasks.rados.rados.0.smithi071.stdout:3705: delete oid 26 current snap is 470 2024-09-13T14:36:28.239 INFO:tasks.rados.rados.0.smithi071.stdout:3700: finishing write tid 4 to smithi07185159-45 2024-09-13T14:36:28.239 INFO:tasks.rados.rados.0.smithi071.stdout:3700: finishing write tid 5 to smithi07185159-45 2024-09-13T14:36:28.239 INFO:tasks.rados.rados.0.smithi071.stdout:3700: oid 45 updating version 0 to 2047 2024-09-13T14:36:28.239 INFO:tasks.rados.rados.0.smithi071.stdout:3700: oid 45 version 2047 is already newer than 2040 2024-09-13T14:36:28.239 INFO:tasks.rados.rados.0.smithi071.stdout:3700: oid 45 version 2047 is already newer than 2046 2024-09-13T14:36:28.239 INFO:tasks.rados.rados.0.smithi071.stdout:3700: oid 45 version 2047 is already newer than 2045 2024-09-13T14:36:28.240 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 45 v 2047 (ObjNum 1385 snap 470 seq_num 1385) dirty exists 2024-09-13T14:36:28.240 INFO:tasks.rados.rados.0.smithi071.stdout:3700: left oid 45 (ObjNum 1385 snap 470 seq_num 1385) 2024-09-13T14:36:28.240 INFO:tasks.rados.rados.0.smithi071.stdout:3703: expect (ObjNum 1357 snap 460 seq_num 1357) 2024-09-13T14:36:28.291 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:27 smithi071 ceph-mon[107477]: pgmap v955: 89 pgs: 89 active+clean; 273 MiB data, 894 MiB used, 714 GiB / 715 GiB avail; 8.9 MiB/s rd, 2.2 MiB/s wr, 17 op/s 2024-09-13T14:36:28.291 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:27 smithi071 ceph-mon[107477]: osdmap e1003: 8 total, 8 up, 8 in 2024-09-13T14:36:28.291 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:27 smithi071 ceph-mon[107477]: osdmap e1004: 8 total, 8 up, 8 in 2024-09-13T14:36:28.292 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:27 smithi071 ceph-mon[112785]: pgmap v955: 89 pgs: 89 active+clean; 273 MiB data, 894 MiB used, 714 GiB / 715 GiB avail; 8.9 MiB/s rd, 2.2 MiB/s wr, 17 op/s 2024-09-13T14:36:28.292 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:27 smithi071 ceph-mon[112785]: osdmap e1003: 8 total, 8 up, 8 in 2024-09-13T14:36:28.292 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:27 smithi071 ceph-mon[112785]: osdmap e1004: 8 total, 8 up, 8 in 2024-09-13T14:36:28.358 INFO:tasks.rados.rados.0.smithi071.stdout:3704: finishing write tid 1 to smithi07185159-9 2024-09-13T14:36:28.358 INFO:tasks.rados.rados.0.smithi071.stdout:3704: finishing write tid 2 to smithi07185159-9 2024-09-13T14:36:28.358 INFO:tasks.rados.rados.0.smithi071.stdout:3704: finishing write tid 3 to smithi07185159-9 2024-09-13T14:36:28.359 INFO:tasks.rados.rados.0.smithi071.stdout:3700: done (3 left) 2024-09-13T14:36:28.359 INFO:tasks.rados.rados.0.smithi071.stdout:3703: done (2 left) 2024-09-13T14:36:28.359 INFO:tasks.rados.rados.0.smithi071.stdout:3705: done (1 left) 2024-09-13T14:36:28.359 INFO:tasks.rados.rados.0.smithi071.stdout:3706: delete oid 25 current snap is 470 2024-09-13T14:36:28.359 INFO:tasks.rados.rados.0.smithi071.stdout:3704: finishing write tid 4 to smithi07185159-9 2024-09-13T14:36:28.359 INFO:tasks.rados.rados.0.smithi071.stdout:3704: finishing write tid 5 to smithi07185159-9 2024-09-13T14:36:28.359 INFO:tasks.rados.rados.0.smithi071.stdout:3704: oid 9 updating version 0 to 469 2024-09-13T14:36:28.359 INFO:tasks.rados.rados.0.smithi071.stdout:3704: oid 9 updating version 469 to 470 2024-09-13T14:36:28.359 INFO:tasks.rados.rados.0.smithi071.stdout:3704: oid 9 updating version 470 to 471 2024-09-13T14:36:28.359 INFO:tasks.rados.rados.0.smithi071.stdout:3704: oid 9 version 471 is already newer than 468 2024-09-13T14:36:28.359 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 9 v 471 (ObjNum 1388 snap 470 seq_num 1388) dirty exists 2024-09-13T14:36:28.359 INFO:tasks.rados.rados.0.smithi071.stdout:3704: left oid 9 (ObjNum 1388 snap 470 seq_num 1388) 2024-09-13T14:36:28.361 INFO:tasks.rados.rados.0.smithi071.stdout:3704: done (1 left) 2024-09-13T14:36:28.361 INFO:tasks.rados.rados.0.smithi071.stdout:3706: done (0 left) 2024-09-13T14:36:28.361 INFO:tasks.rados.rados.0.smithi071.stdout:3707: delete oid 40 current snap is 470 2024-09-13T14:36:28.362 INFO:tasks.rados.rados.0.smithi071.stdout:3707: done (0 left) 2024-09-13T14:36:28.362 INFO:tasks.rados.rados.0.smithi071.stdout:3708: snap_remove snap 457 2024-09-13T14:36:28.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:27 smithi104 ceph-mon[105578]: pgmap v955: 89 pgs: 89 active+clean; 273 MiB data, 894 MiB used, 714 GiB / 715 GiB avail; 8.9 MiB/s rd, 2.2 MiB/s wr, 17 op/s 2024-09-13T14:36:28.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:27 smithi104 ceph-mon[105578]: osdmap e1003: 8 total, 8 up, 8 in 2024-09-13T14:36:28.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:27 smithi104 ceph-mon[105578]: osdmap e1004: 8 total, 8 up, 8 in 2024-09-13T14:36:28.973 INFO:tasks.rados.rados.0.smithi071.stdout:3708: done (0 left) 2024-09-13T14:36:28.974 INFO:tasks.rados.rados.0.smithi071.stdout:3709: snap_remove snap 467 2024-09-13T14:36:29.982 INFO:tasks.rados.rados.0.smithi071.stdout:3709: done (0 left) 2024-09-13T14:36:29.983 INFO:tasks.rados.rados.0.smithi071.stdout:3710: write oid 31 current snap is 470 2024-09-13T14:36:29.983 INFO:tasks.rados.rados.0.smithi071.stdout:3710: seq_num 1392 ranges {595344=439207,1823170=605150,3076453=318891} 2024-09-13T14:36:29.988 INFO:tasks.rados.rados.0.smithi071.stdout:3710: writing smithi07185159-31 from 595344 to 1034551 tid 1 2024-09-13T14:36:29.995 INFO:tasks.rados.rados.0.smithi071.stdout:3710: writing smithi07185159-31 from 1823170 to 2428320 tid 2 2024-09-13T14:36:30.001 INFO:tasks.rados.rados.0.smithi071.stdout:3710: writing smithi07185159-31 from 3076453 to 3395344 tid 3 2024-09-13T14:36:30.001 INFO:tasks.rados.rados.0.smithi071.stdout:3711: snap_create 2024-09-13T14:36:30.001 INFO:tasks.rados.rados.0.smithi071.stdout:3710: finishing write tid 1 to smithi07185159-31 2024-09-13T14:36:30.001 INFO:tasks.rados.rados.0.smithi071.stdout:3710: finishing write tid 2 to smithi07185159-31 2024-09-13T14:36:30.004 INFO:tasks.rados.rados.0.smithi071.stdout:3710: finishing write tid 3 to smithi07185159-31 2024-09-13T14:36:30.004 INFO:tasks.rados.rados.0.smithi071.stdout:3710: finishing write tid 4 to smithi07185159-31 2024-09-13T14:36:30.005 INFO:tasks.rados.rados.0.smithi071.stdout:3710: finishing write tid 5 to smithi07185159-31 2024-09-13T14:36:30.005 INFO:tasks.rados.rados.0.smithi071.stdout:3710: oid 31 updating version 0 to 1956 2024-09-13T14:36:30.005 INFO:tasks.rados.rados.0.smithi071.stdout:3710: oid 31 updating version 1956 to 1958 2024-09-13T14:36:30.005 INFO:tasks.rados.rados.0.smithi071.stdout:3710: oid 31 version 1958 is already newer than 1955 2024-09-13T14:36:30.005 INFO:tasks.rados.rados.0.smithi071.stdout:3710: oid 31 version 1958 is already newer than 1957 2024-09-13T14:36:30.005 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 31 v 1958 (ObjNum 1392 snap 470 seq_num 1392) dirty exists 2024-09-13T14:36:30.005 INFO:tasks.rados.rados.0.smithi071.stdout:3710: left oid 31 (ObjNum 1392 snap 470 seq_num 1392) 2024-09-13T14:36:30.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:29 smithi071 ceph-mon[107477]: pgmap v958: 89 pgs: 89 active+clean; 265 MiB data, 892 MiB used, 714 GiB / 715 GiB avail; 6.0 MiB/s rd, 927 KiB/s wr, 10 op/s 2024-09-13T14:36:30.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:29 smithi071 ceph-mon[107477]: osdmap e1005: 8 total, 8 up, 8 in 2024-09-13T14:36:30.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:36:30.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:29 smithi071 ceph-mon[112785]: pgmap v958: 89 pgs: 89 active+clean; 265 MiB data, 892 MiB used, 714 GiB / 715 GiB avail; 6.0 MiB/s rd, 927 KiB/s wr, 10 op/s 2024-09-13T14:36:30.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:29 smithi071 ceph-mon[112785]: osdmap e1005: 8 total, 8 up, 8 in 2024-09-13T14:36:30.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:36:30.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:29 smithi104 ceph-mon[105578]: pgmap v958: 89 pgs: 89 active+clean; 265 MiB data, 892 MiB used, 714 GiB / 715 GiB avail; 6.0 MiB/s rd, 927 KiB/s wr, 10 op/s 2024-09-13T14:36:30.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:29 smithi104 ceph-mon[105578]: osdmap e1005: 8 total, 8 up, 8 in 2024-09-13T14:36:30.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:36:30.985 INFO:tasks.rados.rados.0.smithi071.stdout:3710: done (1 left) 2024-09-13T14:36:30.985 INFO:tasks.rados.rados.0.smithi071.stdout:3711: done (0 left) 2024-09-13T14:36:30.985 INFO:tasks.rados.rados.0.smithi071.stdout:3712: rollback oid 14 current snap is 471 2024-09-13T14:36:30.985 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 14 to 453 2024-09-13T14:36:30.985 INFO:tasks.rados.rados.0.smithi071.stdout:3713: write oid 3 current snap is 471 2024-09-13T14:36:30.985 INFO:tasks.rados.rados.0.smithi071.stdout:3713: seq_num 1393 ranges {612151=514456,1881652=748808,3103876=308275} 2024-09-13T14:36:30.990 INFO:tasks.rados.rados.0.smithi071.stdout:3713: writing smithi07185159-3 from 612151 to 1126607 tid 1 2024-09-13T14:36:30.999 INFO:tasks.rados.rados.0.smithi071.stdout:3713: writing smithi07185159-3 from 1881652 to 2630460 tid 2 2024-09-13T14:36:31.003 INFO:tasks.rados.rados.0.smithi071.stdout:3713: writing smithi07185159-3 from 3103876 to 3412151 tid 3 2024-09-13T14:36:31.003 INFO:tasks.rados.rados.0.smithi071.stdout:3714: delete oid 10 current snap is 471 2024-09-13T14:36:31.003 INFO:tasks.rados.rados.0.smithi071.stdout:3712: finishing rollback tid 1 to smithi07185159-14 2024-09-13T14:36:31.003 INFO:tasks.rados.rados.0.smithi071.stdout:3712: finishing rollback tid 2 to smithi07185159-14 2024-09-13T14:36:31.003 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 14 v 1997 (ObjNum 1193 snap 406 seq_num 1193) dirty exists 2024-09-13T14:36:31.003 INFO:tasks.rados.rados.0.smithi071.stdout:3713: finishing write tid 1 to smithi07185159-3 2024-09-13T14:36:31.008 INFO:tasks.rados.rados.0.smithi071.stdout:3713: finishing write tid 2 to smithi07185159-3 2024-09-13T14:36:31.008 INFO:tasks.rados.rados.0.smithi071.stdout:3712: done (2 left) 2024-09-13T14:36:31.008 INFO:tasks.rados.rados.0.smithi071.stdout:3714: done (1 left) 2024-09-13T14:36:31.008 INFO:tasks.rados.rados.0.smithi071.stdout:3715: snap_create 2024-09-13T14:36:31.009 INFO:tasks.rados.rados.0.smithi071.stdout:3713: finishing write tid 3 to smithi07185159-3 2024-09-13T14:36:31.009 INFO:tasks.rados.rados.0.smithi071.stdout:3713: finishing write tid 4 to smithi07185159-3 2024-09-13T14:36:31.009 INFO:tasks.rados.rados.0.smithi071.stdout:3713: finishing write tid 5 to smithi07185159-3 2024-09-13T14:36:31.009 INFO:tasks.rados.rados.0.smithi071.stdout:3713: oid 3 updating version 0 to 3441 2024-09-13T14:36:31.009 INFO:tasks.rados.rados.0.smithi071.stdout:3713: oid 3 updating version 3441 to 3442 2024-09-13T14:36:31.009 INFO:tasks.rados.rados.0.smithi071.stdout:3713: oid 3 updating version 3442 to 3444 2024-09-13T14:36:31.009 INFO:tasks.rados.rados.0.smithi071.stdout:3713: oid 3 version 3444 is already newer than 3443 2024-09-13T14:36:31.009 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 3 v 3444 (ObjNum 1393 snap 471 seq_num 1393) dirty exists 2024-09-13T14:36:31.009 INFO:tasks.rados.rados.0.smithi071.stdout:3713: left oid 3 (ObjNum 1393 snap 471 seq_num 1393) 2024-09-13T14:36:31.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:30 smithi071 ceph-mon[107477]: osdmap e1006: 8 total, 8 up, 8 in 2024-09-13T14:36:31.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:30 smithi071 ceph-mon[112785]: osdmap e1006: 8 total, 8 up, 8 in 2024-09-13T14:36:31.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:30 smithi104 ceph-mon[105578]: osdmap e1006: 8 total, 8 up, 8 in 2024-09-13T14:36:31.996 INFO:tasks.rados.rados.0.smithi071.stdout:3713: done (1 left) 2024-09-13T14:36:31.996 INFO:tasks.rados.rados.0.smithi071.stdout:3715: done (0 left) 2024-09-13T14:36:31.996 INFO:tasks.rados.rados.0.smithi071.stdout:3716: read oid 18 snap -1 2024-09-13T14:36:31.996 INFO:tasks.rados.rados.0.smithi071.stdout:3716: expect (ObjNum 1375 snap 468 seq_num 1375) 2024-09-13T14:36:31.996 INFO:tasks.rados.rados.0.smithi071.stdout:3717: rollback oid 32 current snap is 472 2024-09-13T14:36:31.996 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 32 to 445 2024-09-13T14:36:31.997 INFO:tasks.rados.rados.0.smithi071.stdout:3718: write oid 8 current snap is 472 2024-09-13T14:36:31.997 INFO:tasks.rados.rados.0.smithi071.stdout:3718: seq_num 1395 ranges {645765=664954,1998616=752477,3158722=287043} 2024-09-13T14:36:32.002 INFO:tasks.rados.rados.0.smithi071.stdout:3718: writing smithi07185159-8 from 645765 to 1310719 tid 1 2024-09-13T14:36:32.011 INFO:tasks.rados.rados.0.smithi071.stdout:3718: writing smithi07185159-8 from 1998616 to 2751093 tid 2 2024-09-13T14:36:32.015 INFO:tasks.rados.rados.0.smithi071.stdout:3718: writing smithi07185159-8 from 3158722 to 3445765 tid 3 2024-09-13T14:36:32.016 INFO:tasks.rados.rados.0.smithi071.stdout:3719: read oid 16 snap -1 2024-09-13T14:36:32.016 INFO:tasks.rados.rados.0.smithi071.stdout:3719: expect (ObjNum 1380 snap 469 seq_num 1380) 2024-09-13T14:36:32.016 INFO:tasks.rados.rados.0.smithi071.stdout:3720: delete oid 24 current snap is 472 2024-09-13T14:36:32.016 INFO:tasks.rados.rados.0.smithi071.stdout:3717: finishing rollback tid 1 to smithi07185159-32 2024-09-13T14:36:32.016 INFO:tasks.rados.rados.0.smithi071.stdout:3717: finishing rollback tid 2 to smithi07185159-32 2024-09-13T14:36:32.016 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 32 v 427 (ObjNum 1218 snap 412 seq_num 1218) dirty exists 2024-09-13T14:36:32.016 INFO:tasks.rados.rados.0.smithi071.stdout:3718: finishing write tid 1 to smithi07185159-8 2024-09-13T14:36:32.016 INFO:tasks.rados.rados.0.smithi071.stdout:3716: expect (ObjNum 1375 snap 468 seq_num 1375) 2024-09-13T14:36:32.118 INFO:tasks.rados.rados.0.smithi071.stdout:3718: finishing write tid 2 to smithi07185159-8 2024-09-13T14:36:32.119 INFO:tasks.rados.rados.0.smithi071.stdout:3718: finishing write tid 3 to smithi07185159-8 2024-09-13T14:36:32.119 INFO:tasks.rados.rados.0.smithi071.stdout:3718: finishing write tid 4 to smithi07185159-8 2024-09-13T14:36:32.119 INFO:tasks.rados.rados.0.smithi071.stdout:3718: finishing write tid 5 to smithi07185159-8 2024-09-13T14:36:32.119 INFO:tasks.rados.rados.0.smithi071.stdout:3718: oid 8 updating version 0 to 1168 2024-09-13T14:36:32.119 INFO:tasks.rados.rados.0.smithi071.stdout:3718: oid 8 version 1168 is already newer than 1166 2024-09-13T14:36:32.119 INFO:tasks.rados.rados.0.smithi071.stdout:3718: oid 8 version 1168 is already newer than 1167 2024-09-13T14:36:32.119 INFO:tasks.rados.rados.0.smithi071.stdout:3718: oid 8 updating version 1168 to 1169 2024-09-13T14:36:32.119 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 8 v 1169 (ObjNum 1395 snap 472 seq_num 1395) dirty exists 2024-09-13T14:36:32.119 INFO:tasks.rados.rados.0.smithi071.stdout:3718: left oid 8 (ObjNum 1395 snap 472 seq_num 1395) 2024-09-13T14:36:32.119 INFO:tasks.rados.rados.0.smithi071.stdout:3719: expect (ObjNum 1380 snap 469 seq_num 1380) 2024-09-13T14:36:32.368 INFO:tasks.rados.rados.0.smithi071.stdout:3716: done (4 left) 2024-09-13T14:36:32.368 INFO:tasks.rados.rados.0.smithi071.stdout:3717: done (3 left) 2024-09-13T14:36:32.368 INFO:tasks.rados.rados.0.smithi071.stdout:3718: done (2 left) 2024-09-13T14:36:32.368 INFO:tasks.rados.rados.0.smithi071.stdout:3719: done (1 left) 2024-09-13T14:36:32.368 INFO:tasks.rados.rados.0.smithi071.stdout:3720: done (0 left) 2024-09-13T14:36:32.368 INFO:tasks.rados.rados.0.smithi071.stdout:3721: rollback oid 5 current snap is 472 2024-09-13T14:36:32.368 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 5 to 459 2024-09-13T14:36:32.368 INFO:tasks.rados.rados.0.smithi071.stdout:3722: rollback oid 20 current snap is 472 2024-09-13T14:36:32.368 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 20 to 465 2024-09-13T14:36:32.368 INFO:tasks.rados.rados.0.smithi071.stdout:3723: write oid 23 current snap is 472 2024-09-13T14:36:32.369 INFO:tasks.rados.rados.0.smithi071.stdout:3723: seq_num 1397 ranges {679379=415452,1599227=756146,3097215=382164} 2024-09-13T14:36:32.373 INFO:tasks.rados.rados.0.smithi071.stdout:3723: writing smithi07185159-23 from 679379 to 1094831 tid 1 2024-09-13T14:36:32.380 INFO:tasks.rados.rados.0.smithi071.stdout:3723: writing smithi07185159-23 from 1599227 to 2355373 tid 2 2024-09-13T14:36:32.387 INFO:tasks.rados.rados.0.smithi071.stdout:3723: writing smithi07185159-23 from 3097215 to 3479379 tid 3 2024-09-13T14:36:32.387 INFO:tasks.rados.rados.0.smithi071.stdout:3724: read oid 34 snap -1 2024-09-13T14:36:32.387 INFO:tasks.rados.rados.0.smithi071.stdout:3724: expect deleted 2024-09-13T14:36:32.387 INFO:tasks.rados.rados.0.smithi071.stdout:3725: write oid 44 current snap is 472 2024-09-13T14:36:32.387 INFO:tasks.rados.rados.0.smithi071.stdout:3722: finishing rollback tid 0 to smithi07185159-20 2024-09-13T14:36:32.387 INFO:tasks.rados.rados.0.smithi071.stdout:3722: finishing rollback tid 1 to smithi07185159-20 2024-09-13T14:36:32.387 INFO:tasks.rados.rados.0.smithi071.stdout:3722: finishing rollback tid 2 to smithi07185159-20 2024-09-13T14:36:32.387 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 20 v 1739 (ObjNum 1282 snap 444 seq_num 1282) dirty exists 2024-09-13T14:36:32.387 INFO:tasks.rados.rados.0.smithi071.stdout:3725: seq_num 1398 ranges {696186=490701,1657709=616157,2724638=562274} 2024-09-13T14:36:32.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:31 smithi071 ceph-mon[107477]: pgmap v961: 89 pgs: 89 active+clean; 265 MiB data, 872 MiB used, 714 GiB / 715 GiB avail; 2.9 MiB/s rd, 716 KiB/s wr, 6 op/s 2024-09-13T14:36:32.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:31 smithi071 ceph-mon[107477]: osdmap e1007: 8 total, 8 up, 8 in 2024-09-13T14:36:32.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:31 smithi071 ceph-mon[112785]: pgmap v961: 89 pgs: 89 active+clean; 265 MiB data, 872 MiB used, 714 GiB / 715 GiB avail; 2.9 MiB/s rd, 716 KiB/s wr, 6 op/s 2024-09-13T14:36:32.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:31 smithi071 ceph-mon[112785]: osdmap e1007: 8 total, 8 up, 8 in 2024-09-13T14:36:32.393 INFO:tasks.rados.rados.0.smithi071.stdout:3725: writing smithi07185159-44 from 696186 to 1186887 tid 1 2024-09-13T14:36:32.399 INFO:tasks.rados.rados.0.smithi071.stdout:3725: writing smithi07185159-44 from 1657709 to 2273866 tid 2 2024-09-13T14:36:32.405 INFO:tasks.rados.rados.0.smithi071.stdout:3725: writing smithi07185159-44 from 2724638 to 3286912 tid 3 2024-09-13T14:36:32.405 INFO:tasks.rados.rados.0.smithi071.stdout:3722: done (4 left) 2024-09-13T14:36:32.405 INFO:tasks.rados.rados.0.smithi071.stdout:3726: delete oid 48 current snap is 472 2024-09-13T14:36:32.405 INFO:tasks.rados.rados.0.smithi071.stdout:3721: finishing rollback tid 0 to smithi07185159-5 2024-09-13T14:36:32.405 INFO:tasks.rados.rados.0.smithi071.stdout:3721: finishing rollback tid 1 to smithi07185159-5 2024-09-13T14:36:32.405 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 5 v 3447 (ObjNum 33 snap 0 seq_num 1960973424) dirty dne 2024-09-13T14:36:32.405 INFO:tasks.rados.rados.0.smithi071.stdout:3723: finishing write tid 1 to smithi07185159-23 2024-09-13T14:36:32.405 INFO:tasks.rados.rados.0.smithi071.stdout:3723: finishing write tid 2 to smithi07185159-23 2024-09-13T14:36:32.406 INFO:tasks.rados.rados.0.smithi071.stdout:3723: finishing write tid 3 to smithi07185159-23 2024-09-13T14:36:32.406 INFO:tasks.rados.rados.0.smithi071.stdout:3723: finishing write tid 4 to smithi07185159-23 2024-09-13T14:36:32.406 INFO:tasks.rados.rados.0.smithi071.stdout:3723: finishing write tid 5 to smithi07185159-23 2024-09-13T14:36:32.406 INFO:tasks.rados.rados.0.smithi071.stdout:3723: oid 23 updating version 0 to 1982 2024-09-13T14:36:32.406 INFO:tasks.rados.rados.0.smithi071.stdout:3723: oid 23 version 1982 is already newer than 1981 2024-09-13T14:36:32.406 INFO:tasks.rados.rados.0.smithi071.stdout:3723: oid 23 updating version 1982 to 1983 2024-09-13T14:36:32.406 INFO:tasks.rados.rados.0.smithi071.stdout:3723: oid 23 version 1983 is already newer than 1980 2024-09-13T14:36:32.406 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 23 v 1983 (ObjNum 1397 snap 472 seq_num 1397) dirty exists 2024-09-13T14:36:32.406 INFO:tasks.rados.rados.0.smithi071.stdout:3723: left oid 23 (ObjNum 1397 snap 472 seq_num 1397) 2024-09-13T14:36:32.406 INFO:tasks.rados.rados.0.smithi071.stdout:3725: finishing write tid 1 to smithi07185159-44 2024-09-13T14:36:32.406 INFO:tasks.rados.rados.0.smithi071.stdout:3725: finishing write tid 2 to smithi07185159-44 2024-09-13T14:36:32.408 INFO:tasks.rados.rados.0.smithi071.stdout:3721: done (4 left) 2024-09-13T14:36:32.409 INFO:tasks.rados.rados.0.smithi071.stdout:3723: done (3 left) 2024-09-13T14:36:32.409 INFO:tasks.rados.rados.0.smithi071.stdout:3724: done (2 left) 2024-09-13T14:36:32.409 INFO:tasks.rados.rados.0.smithi071.stdout:3726: done (1 left) 2024-09-13T14:36:32.409 INFO:tasks.rados.rados.0.smithi071.stdout:3727: rollback oid 17 current snap is 472 2024-09-13T14:36:32.409 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 17 to 466 2024-09-13T14:36:32.409 INFO:tasks.rados.rados.0.smithi071.stdout:3728: snap_remove snap 427 2024-09-13T14:36:32.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:31 smithi104 ceph-mon[105578]: pgmap v961: 89 pgs: 89 active+clean; 265 MiB data, 872 MiB used, 714 GiB / 715 GiB avail; 2.9 MiB/s rd, 716 KiB/s wr, 6 op/s 2024-09-13T14:36:32.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:31 smithi104 ceph-mon[105578]: osdmap e1007: 8 total, 8 up, 8 in 2024-09-13T14:36:32.947 INFO:tasks.rados.rados.0.smithi071.stdout:3728: done (2 left) 2024-09-13T14:36:32.947 INFO:tasks.rados.rados.0.smithi071.stdout:3729: read oid 46 snap -1 2024-09-13T14:36:32.947 INFO:tasks.rados.rados.0.smithi071.stdout:3729: expect (ObjNum 1326 snap 454 seq_num 1326) 2024-09-13T14:36:32.947 INFO:tasks.rados.rados.0.smithi071.stdout:3730: snap_remove snap 441 2024-09-13T14:36:32.992 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:36:32 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:36:32] "GET /metrics HTTP/1.1" 200 36397 "" "Prometheus/2.51.0" 2024-09-13T14:36:33.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:32 smithi071 ceph-mon[107477]: osdmap e1008: 8 total, 8 up, 8 in 2024-09-13T14:36:33.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:32 smithi071 ceph-mon[107477]: osdmap e1009: 8 total, 8 up, 8 in 2024-09-13T14:36:33.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:32 smithi071 ceph-mon[112785]: osdmap e1008: 8 total, 8 up, 8 in 2024-09-13T14:36:33.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:32 smithi071 ceph-mon[112785]: osdmap e1009: 8 total, 8 up, 8 in 2024-09-13T14:36:33.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:32 smithi104 ceph-mon[105578]: osdmap e1008: 8 total, 8 up, 8 in 2024-09-13T14:36:33.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:32 smithi104 ceph-mon[105578]: osdmap e1009: 8 total, 8 up, 8 in 2024-09-13T14:36:33.948 INFO:tasks.rados.rados.0.smithi071.stdout:3730: done (3 left) 2024-09-13T14:36:33.948 INFO:tasks.rados.rados.0.smithi071.stdout:3731: delete oid 21 current snap is 472 2024-09-13T14:36:33.948 INFO:tasks.rados.rados.0.smithi071.stdout:3725: finishing write tid 3 to smithi07185159-44 2024-09-13T14:36:33.948 INFO:tasks.rados.rados.0.smithi071.stdout:3725: finishing write tid 4 to smithi07185159-44 2024-09-13T14:36:33.948 INFO:tasks.rados.rados.0.smithi071.stdout:3725: finishing write tid 5 to smithi07185159-44 2024-09-13T14:36:33.948 INFO:tasks.rados.rados.0.smithi071.stdout:3725: oid 44 updating version 0 to 1962 2024-09-13T14:36:33.948 INFO:tasks.rados.rados.0.smithi071.stdout:3725: oid 44 updating version 1962 to 1964 2024-09-13T14:36:33.948 INFO:tasks.rados.rados.0.smithi071.stdout:3725: oid 44 version 1964 is already newer than 1963 2024-09-13T14:36:33.948 INFO:tasks.rados.rados.0.smithi071.stdout:3725: oid 44 updating version 1964 to 1965 2024-09-13T14:36:33.949 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 44 v 1965 (ObjNum 1398 snap 472 seq_num 1398) dirty exists 2024-09-13T14:36:33.949 INFO:tasks.rados.rados.0.smithi071.stdout:3725: left oid 44 (ObjNum 1398 snap 472 seq_num 1398) 2024-09-13T14:36:33.949 INFO:tasks.rados.rados.0.smithi071.stdout:3727: finishing rollback tid 0 to smithi07185159-17 2024-09-13T14:36:33.949 INFO:tasks.rados.rados.0.smithi071.stdout:3727: finishing rollback tid 1 to smithi07185159-17 2024-09-13T14:36:33.949 INFO:tasks.rados.rados.0.smithi071.stdout:3727: finishing rollback tid 2 to smithi07185159-17 2024-09-13T14:36:33.949 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 17 v 1300 (ObjNum 1331 snap 456 seq_num 1331) dirty exists 2024-09-13T14:36:33.949 INFO:tasks.rados.rados.0.smithi071.stdout:3729: expect (ObjNum 1326 snap 454 seq_num 1326) 2024-09-13T14:36:34.061 INFO:tasks.rados.rados.0.smithi071.stdout:3725: done (3 left) 2024-09-13T14:36:34.061 INFO:tasks.rados.rados.0.smithi071.stdout:3727: done (2 left) 2024-09-13T14:36:34.061 INFO:tasks.rados.rados.0.smithi071.stdout:3729: done (1 left) 2024-09-13T14:36:34.061 INFO:tasks.rados.rados.0.smithi071.stdout:3731: done (0 left) 2024-09-13T14:36:34.061 INFO:tasks.rados.rados.0.smithi071.stdout:3732: snap_create 2024-09-13T14:36:34.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:33 smithi071 ceph-mon[107477]: pgmap v964: 89 pgs: 89 active+clean; 269 MiB data, 876 MiB used, 714 GiB / 715 GiB avail; 9.2 MiB/s rd, 2.2 MiB/s wr, 17 op/s 2024-09-13T14:36:34.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:33 smithi071 ceph-mon[107477]: osdmap e1010: 8 total, 8 up, 8 in 2024-09-13T14:36:34.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:33 smithi071 ceph-mon[112785]: pgmap v964: 89 pgs: 89 active+clean; 269 MiB data, 876 MiB used, 714 GiB / 715 GiB avail; 9.2 MiB/s rd, 2.2 MiB/s wr, 17 op/s 2024-09-13T14:36:34.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:33 smithi071 ceph-mon[112785]: osdmap e1010: 8 total, 8 up, 8 in 2024-09-13T14:36:34.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:33 smithi104 ceph-mon[105578]: pgmap v964: 89 pgs: 89 active+clean; 269 MiB data, 876 MiB used, 714 GiB / 715 GiB avail; 9.2 MiB/s rd, 2.2 MiB/s wr, 17 op/s 2024-09-13T14:36:34.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:33 smithi104 ceph-mon[105578]: osdmap e1010: 8 total, 8 up, 8 in 2024-09-13T14:36:35.008 INFO:tasks.rados.rados.0.smithi071.stdout:3732: done (0 left) 2024-09-13T14:36:35.008 INFO:tasks.rados.rados.0.smithi071.stdout:3733: rollback oid 3 current snap is 473 2024-09-13T14:36:35.008 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 3 to 472 2024-09-13T14:36:35.008 INFO:tasks.rados.rados.0.smithi071.stdout:3734: rollback oid 16 current snap is 473 2024-09-13T14:36:35.008 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 16 to 470 2024-09-13T14:36:35.008 INFO:tasks.rados.rados.0.smithi071.stdout:3735: rollback oid 33 current snap is 473 2024-09-13T14:36:35.008 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 33 to 466 2024-09-13T14:36:35.009 INFO:tasks.rados.rados.0.smithi071.stdout:3736: write oid 27 current snap is 473 2024-09-13T14:36:35.009 INFO:tasks.rados.rados.0.smithi071.stdout:3736: seq_num 1401 ranges {746607=432801,1833155=763484,3206907=339700} 2024-09-13T14:36:35.014 INFO:tasks.rados.rados.0.smithi071.stdout:3736: writing smithi07185159-27 from 746607 to 1179408 tid 1 2024-09-13T14:36:35.022 INFO:tasks.rados.rados.0.smithi071.stdout:3736: writing smithi07185159-27 from 1833155 to 2596639 tid 2 2024-09-13T14:36:35.028 INFO:tasks.rados.rados.0.smithi071.stdout:3736: writing smithi07185159-27 from 3206907 to 3546607 tid 3 2024-09-13T14:36:35.028 INFO:tasks.rados.rados.0.smithi071.stdout:3737: snap_create 2024-09-13T14:36:35.028 INFO:tasks.rados.rados.0.smithi071.stdout:3734: finishing rollback tid 0 to smithi07185159-16 2024-09-13T14:36:35.028 INFO:tasks.rados.rados.0.smithi071.stdout:3734: finishing rollback tid 1 to smithi07185159-16 2024-09-13T14:36:35.028 INFO:tasks.rados.rados.0.smithi071.stdout:3734: finishing rollback tid 2 to smithi07185159-16 2024-09-13T14:36:35.029 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 16 v 1175 (ObjNum 1380 snap 469 seq_num 1380) dirty exists 2024-09-13T14:36:35.029 INFO:tasks.rados.rados.0.smithi071.stdout:3735: finishing rollback tid 1 to smithi07185159-33 2024-09-13T14:36:35.029 INFO:tasks.rados.rados.0.smithi071.stdout:3735: finishing rollback tid 2 to smithi07185159-33 2024-09-13T14:36:35.029 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 33 v 1748 (ObjNum 1349 snap 459 seq_num 1349) dirty exists 2024-09-13T14:36:35.029 INFO:tasks.rados.rados.0.smithi071.stdout:3733: finishing rollback tid 0 to smithi07185159-3 2024-09-13T14:36:35.029 INFO:tasks.rados.rados.0.smithi071.stdout:3733: finishing rollback tid 1 to smithi07185159-3 2024-09-13T14:36:35.029 INFO:tasks.rados.rados.0.smithi071.stdout:3733: finishing rollback tid 2 to smithi07185159-3 2024-09-13T14:36:35.029 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 3 v 3476 (ObjNum 1393 snap 471 seq_num 1393) dirty exists 2024-09-13T14:36:35.029 INFO:tasks.rados.rados.0.smithi071.stdout:3736: finishing write tid 1 to smithi07185159-27 2024-09-13T14:36:35.029 INFO:tasks.rados.rados.0.smithi071.stdout:3736: finishing write tid 2 to smithi07185159-27 2024-09-13T14:36:35.032 INFO:tasks.rados.rados.0.smithi071.stdout:3736: finishing write tid 3 to smithi07185159-27 2024-09-13T14:36:35.107 INFO:tasks.rados.rados.0.smithi071.stdout:3736: finishing write tid 4 to smithi07185159-27 2024-09-13T14:36:35.107 INFO:tasks.rados.rados.0.smithi071.stdout:3736: finishing write tid 5 to smithi07185159-27 2024-09-13T14:36:35.107 INFO:tasks.rados.rados.0.smithi071.stdout:3736: oid 27 updating version 0 to 2000 2024-09-13T14:36:35.107 INFO:tasks.rados.rados.0.smithi071.stdout:3736: oid 27 updating version 2000 to 2002 2024-09-13T14:36:35.108 INFO:tasks.rados.rados.0.smithi071.stdout:3736: oid 27 updating version 2002 to 2003 2024-09-13T14:36:35.108 INFO:tasks.rados.rados.0.smithi071.stdout:3736: oid 27 version 2003 is already newer than 2001 2024-09-13T14:36:35.108 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 27 v 2003 (ObjNum 1401 snap 473 seq_num 1401) dirty exists 2024-09-13T14:36:35.108 INFO:tasks.rados.rados.0.smithi071.stdout:3736: left oid 27 (ObjNum 1401 snap 473 seq_num 1401) 2024-09-13T14:36:36.010 INFO:tasks.rados.rados.0.smithi071.stdout:3733: done (4 left) 2024-09-13T14:36:36.010 INFO:tasks.rados.rados.0.smithi071.stdout:3734: done (3 left) 2024-09-13T14:36:36.010 INFO:tasks.rados.rados.0.smithi071.stdout:3735: done (2 left) 2024-09-13T14:36:36.010 INFO:tasks.rados.rados.0.smithi071.stdout:3736: done (1 left) 2024-09-13T14:36:36.010 INFO:tasks.rados.rados.0.smithi071.stdout:3737: done (0 left) 2024-09-13T14:36:36.010 INFO:tasks.rados.rados.0.smithi071.stdout:3738: snap_create 2024-09-13T14:36:36.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:36 smithi071 ceph-mon[107477]: pgmap v967: 89 pgs: 89 active+clean; 261 MiB data, 875 MiB used, 714 GiB / 715 GiB avail; 8.8 MiB/s rd, 1.9 MiB/s wr, 14 op/s 2024-09-13T14:36:36.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:36 smithi071 ceph-mon[107477]: osdmap e1011: 8 total, 8 up, 8 in 2024-09-13T14:36:36.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:36 smithi071 ceph-mon[112785]: pgmap v967: 89 pgs: 89 active+clean; 261 MiB data, 875 MiB used, 714 GiB / 715 GiB avail; 8.8 MiB/s rd, 1.9 MiB/s wr, 14 op/s 2024-09-13T14:36:36.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:36 smithi071 ceph-mon[112785]: osdmap e1011: 8 total, 8 up, 8 in 2024-09-13T14:36:36.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:36 smithi104 ceph-mon[105578]: pgmap v967: 89 pgs: 89 active+clean; 261 MiB data, 875 MiB used, 714 GiB / 715 GiB avail; 8.8 MiB/s rd, 1.9 MiB/s wr, 14 op/s 2024-09-13T14:36:36.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:36 smithi104 ceph-mon[105578]: osdmap e1011: 8 total, 8 up, 8 in 2024-09-13T14:36:37.018 INFO:tasks.rados.rados.0.smithi071.stdout:3738: done (0 left) 2024-09-13T14:36:37.018 INFO:tasks.rados.rados.0.smithi071.stdout:3739: write oid 6 current snap is 475 2024-09-13T14:36:37.018 INFO:tasks.rados.rados.0.smithi071.stdout:3739: seq_num 1402 ranges {763414=508050,1891637=623495,3234330=329084} 2024-09-13T14:36:37.025 INFO:tasks.rados.rados.0.smithi071.stdout:3739: writing smithi07185159-6 from 763414 to 1271464 tid 1 2024-09-13T14:36:37.032 INFO:tasks.rados.rados.0.smithi071.stdout:3739: writing smithi07185159-6 from 1891637 to 2515132 tid 2 2024-09-13T14:36:37.038 INFO:tasks.rados.rados.0.smithi071.stdout:3739: writing smithi07185159-6 from 3234330 to 3563414 tid 3 2024-09-13T14:36:37.038 INFO:tasks.rados.rados.0.smithi071.stdout:3740: read oid 23 snap -1 2024-09-13T14:36:37.038 INFO:tasks.rados.rados.0.smithi071.stdout:3740: expect (ObjNum 1397 snap 472 seq_num 1397) 2024-09-13T14:36:37.038 INFO:tasks.rados.rados.0.smithi071.stdout:3741: snap_remove snap 468 2024-09-13T14:36:37.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:37 smithi071 ceph-mon[107477]: osdmap e1012: 8 total, 8 up, 8 in 2024-09-13T14:36:37.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:37 smithi071 ceph-mon[112785]: osdmap e1012: 8 total, 8 up, 8 in 2024-09-13T14:36:37.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:37 smithi104 ceph-mon[105578]: osdmap e1012: 8 total, 8 up, 8 in 2024-09-13T14:36:37.947 INFO:tasks.rados.rados.0.smithi071.stdout:3741: done (2 left) 2024-09-13T14:36:37.947 INFO:tasks.rados.rados.0.smithi071.stdout:3742: rollback oid 48 current snap is 475 2024-09-13T14:36:37.947 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 48 to 453 2024-09-13T14:36:37.947 INFO:tasks.rados.rados.0.smithi071.stdout:3739: finishing write tid 1 to smithi07185159-6 2024-09-13T14:36:37.948 INFO:tasks.rados.rados.0.smithi071.stdout:3739: finishing write tid 2 to smithi07185159-6 2024-09-13T14:36:37.948 INFO:tasks.rados.rados.0.smithi071.stdout:3739: finishing write tid 3 to smithi07185159-6 2024-09-13T14:36:37.948 INFO:tasks.rados.rados.0.smithi071.stdout:3739: finishing write tid 4 to smithi07185159-6 2024-09-13T14:36:37.948 INFO:tasks.rados.rados.0.smithi071.stdout:3739: finishing write tid 5 to smithi07185159-6 2024-09-13T14:36:37.948 INFO:tasks.rados.rados.0.smithi071.stdout:3739: oid 6 updating version 0 to 3478 2024-09-13T14:36:37.948 INFO:tasks.rados.rados.0.smithi071.stdout:3739: oid 6 updating version 3478 to 3480 2024-09-13T14:36:37.948 INFO:tasks.rados.rados.0.smithi071.stdout:3739: oid 6 version 3480 is already newer than 3477 2024-09-13T14:36:37.948 INFO:tasks.rados.rados.0.smithi071.stdout:3739: oid 6 version 3480 is already newer than 3479 2024-09-13T14:36:37.948 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 6 v 3480 (ObjNum 1402 snap 475 seq_num 1402) dirty exists 2024-09-13T14:36:37.948 INFO:tasks.rados.rados.0.smithi071.stdout:3739: left oid 6 (ObjNum 1402 snap 475 seq_num 1402) 2024-09-13T14:36:37.948 INFO:tasks.rados.rados.0.smithi071.stdout:3740: expect (ObjNum 1397 snap 472 seq_num 1397) 2024-09-13T14:36:38.107 INFO:tasks.rados.rados.0.smithi071.stdout:3742: finishing rollback tid 1 to smithi07185159-48 2024-09-13T14:36:38.108 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 48 v 0 (ObjNum 49 snap 0 seq_num 1953522672) dirty dne 2024-09-13T14:36:38.108 INFO:tasks.rados.rados.0.smithi071.stdout:3739: done (2 left) 2024-09-13T14:36:38.108 INFO:tasks.rados.rados.0.smithi071.stdout:3740: done (1 left) 2024-09-13T14:36:38.108 INFO:tasks.rados.rados.0.smithi071.stdout:3742: done (0 left) 2024-09-13T14:36:38.108 INFO:tasks.rados.rados.0.smithi071.stdout:3743: snap_remove snap 453 2024-09-13T14:36:38.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:38 smithi071 ceph-mon[107477]: pgmap v970: 89 pgs: 89 active+clean; 249 MiB data, 854 MiB used, 714 GiB / 715 GiB avail; 7.5 MiB/s rd, 1.9 MiB/s wr, 16 op/s 2024-09-13T14:36:38.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:38 smithi071 ceph-mon[107477]: osdmap e1013: 8 total, 8 up, 8 in 2024-09-13T14:36:38.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:38 smithi071 ceph-mon[107477]: osdmap e1014: 8 total, 8 up, 8 in 2024-09-13T14:36:38.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:38 smithi071 ceph-mon[112785]: pgmap v970: 89 pgs: 89 active+clean; 249 MiB data, 854 MiB used, 714 GiB / 715 GiB avail; 7.5 MiB/s rd, 1.9 MiB/s wr, 16 op/s 2024-09-13T14:36:38.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:38 smithi071 ceph-mon[112785]: osdmap e1013: 8 total, 8 up, 8 in 2024-09-13T14:36:38.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:38 smithi071 ceph-mon[112785]: osdmap e1014: 8 total, 8 up, 8 in 2024-09-13T14:36:38.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:38 smithi104 ceph-mon[105578]: pgmap v970: 89 pgs: 89 active+clean; 249 MiB data, 854 MiB used, 714 GiB / 715 GiB avail; 7.5 MiB/s rd, 1.9 MiB/s wr, 16 op/s 2024-09-13T14:36:38.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:38 smithi104 ceph-mon[105578]: osdmap e1013: 8 total, 8 up, 8 in 2024-09-13T14:36:38.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:38 smithi104 ceph-mon[105578]: osdmap e1014: 8 total, 8 up, 8 in 2024-09-13T14:36:39.026 INFO:tasks.rados.rados.0.smithi071.stdout:3743: done (0 left) 2024-09-13T14:36:39.027 INFO:tasks.rados.rados.0.smithi071.stdout:3744: rollback oid 39 current snap is 475 2024-09-13T14:36:39.027 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 39 to 469 2024-09-13T14:36:39.027 INFO:tasks.rados.rados.0.smithi071.stdout:3745: snap_create 2024-09-13T14:36:39.037 INFO:tasks.rados.rados.0.smithi071.stdout:3744: finishing rollback tid 0 to smithi07185159-39 2024-09-13T14:36:39.037 INFO:tasks.rados.rados.0.smithi071.stdout:3744: finishing rollback tid 1 to smithi07185159-39 2024-09-13T14:36:39.038 INFO:tasks.rados.rados.0.smithi071.stdout:3744: finishing rollback tid 2 to smithi07185159-39 2024-09-13T14:36:39.038 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 39 v 2013 (ObjNum 1182 snap 403 seq_num 1182) dirty exists 2024-09-13T14:36:40.030 INFO:tasks.rados.rados.0.smithi071.stdout:3744: done (1 left) 2024-09-13T14:36:40.030 INFO:tasks.rados.rados.0.smithi071.stdout:3745: done (0 left) 2024-09-13T14:36:40.030 INFO:tasks.rados.rados.0.smithi071.stdout:3746: snap_remove snap 445 2024-09-13T14:36:40.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:40 smithi071 ceph-mon[107477]: pgmap v973: 89 pgs: 89 active+clean; 249 MiB data, 851 MiB used, 714 GiB / 715 GiB avail; 5.0 MiB/s rd, 1.5 MiB/s wr, 13 op/s 2024-09-13T14:36:40.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:40 smithi071 ceph-mon[107477]: osdmap e1015: 8 total, 8 up, 8 in 2024-09-13T14:36:40.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:40 smithi071 ceph-mon[112785]: pgmap v973: 89 pgs: 89 active+clean; 249 MiB data, 851 MiB used, 714 GiB / 715 GiB avail; 5.0 MiB/s rd, 1.5 MiB/s wr, 13 op/s 2024-09-13T14:36:40.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:40 smithi071 ceph-mon[112785]: osdmap e1015: 8 total, 8 up, 8 in 2024-09-13T14:36:40.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:40 smithi104 ceph-mon[105578]: pgmap v973: 89 pgs: 89 active+clean; 249 MiB data, 851 MiB used, 714 GiB / 715 GiB avail; 5.0 MiB/s rd, 1.5 MiB/s wr, 13 op/s 2024-09-13T14:36:40.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:40 smithi104 ceph-mon[105578]: osdmap e1015: 8 total, 8 up, 8 in 2024-09-13T14:36:41.042 INFO:tasks.rados.rados.0.smithi071.stdout:3746: done (0 left) 2024-09-13T14:36:41.043 INFO:tasks.rados.rados.0.smithi071.stdout:3747: delete oid 41 current snap is 476 2024-09-13T14:36:41.054 INFO:tasks.rados.rados.0.smithi071.stdout:3747: done (0 left) 2024-09-13T14:36:41.054 INFO:tasks.rados.rados.0.smithi071.stdout:3748: write oid 36 current snap is 476 2024-09-13T14:36:41.054 INFO:tasks.rados.rados.0.smithi071.stdout:3748: seq_num 1404 ranges {797028=658548,1892248=510811,3172823=424205} 2024-09-13T14:36:41.062 INFO:tasks.rados.rados.0.smithi071.stdout:3748: writing smithi07185159-36 from 797028 to 1455576 tid 1 2024-09-13T14:36:41.067 INFO:tasks.rados.rados.0.smithi071.stdout:3748: writing smithi07185159-36 from 1892248 to 2403059 tid 2 2024-09-13T14:36:41.074 INFO:tasks.rados.rados.0.smithi071.stdout:3748: writing smithi07185159-36 from 3172823 to 3597028 tid 3 2024-09-13T14:36:41.074 INFO:tasks.rados.rados.0.smithi071.stdout:3749: write oid 9 current snap is 476 2024-09-13T14:36:41.074 INFO:tasks.rados.rados.0.smithi071.stdout:3748: finishing write tid 1 to smithi07185159-36 2024-09-13T14:36:41.074 INFO:tasks.rados.rados.0.smithi071.stdout:3749: seq_num 1405 ranges {413835=733797,1550730=770822,2800246=557531} 2024-09-13T14:36:41.080 INFO:tasks.rados.rados.0.smithi071.stdout:3749: writing smithi07185159-9 from 413835 to 1147632 tid 1 2024-09-13T14:36:41.087 INFO:tasks.rados.rados.0.smithi071.stdout:3749: writing smithi07185159-9 from 1550730 to 2321552 tid 2 2024-09-13T14:36:41.093 INFO:tasks.rados.rados.0.smithi071.stdout:3749: writing smithi07185159-9 from 2800246 to 3357777 tid 3 2024-09-13T14:36:41.093 INFO:tasks.rados.rados.0.smithi071.stdout:3750: write oid 3 current snap is 476 2024-09-13T14:36:41.093 INFO:tasks.rados.rados.0.smithi071.stdout:3748: finishing write tid 2 to smithi07185159-36 2024-09-13T14:36:41.093 INFO:tasks.rados.rados.0.smithi071.stdout:3750: seq_num 1406 ranges {430642=409046,1609212=514480,2827669=768803} 2024-09-13T14:36:41.097 INFO:tasks.rados.rados.0.smithi071.stdout:3750: writing smithi07185159-3 from 430642 to 839688 tid 1 2024-09-13T14:36:41.104 INFO:tasks.rados.rados.0.smithi071.stdout:3750: writing smithi07185159-3 from 1609212 to 2123692 tid 2 2024-09-13T14:36:41.113 INFO:tasks.rados.rados.0.smithi071.stdout:3750: writing smithi07185159-3 from 2827669 to 3596472 tid 3 2024-09-13T14:36:41.113 INFO:tasks.rados.rados.0.smithi071.stdout:3751: write oid 27 current snap is 476 2024-09-13T14:36:41.113 INFO:tasks.rados.rados.0.smithi071.stdout:3748: finishing write tid 3 to smithi07185159-36 2024-09-13T14:36:41.113 INFO:tasks.rados.rados.0.smithi071.stdout:3748: finishing write tid 4 to smithi07185159-36 2024-09-13T14:36:41.113 INFO:tasks.rados.rados.0.smithi071.stdout:3748: finishing write tid 5 to smithi07185159-36 2024-09-13T14:36:41.114 INFO:tasks.rados.rados.0.smithi071.stdout:3748: oid 36 updating version 0 to 878 2024-09-13T14:36:41.114 INFO:tasks.rados.rados.0.smithi071.stdout:3748: oid 36 version 878 is already newer than 876 2024-09-13T14:36:41.114 INFO:tasks.rados.rados.0.smithi071.stdout:3748: oid 36 version 878 is already newer than 877 2024-09-13T14:36:41.114 INFO:tasks.rados.rados.0.smithi071.stdout:3748: oid 36 updating version 878 to 879 2024-09-13T14:36:41.114 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 36 v 879 (ObjNum 1404 snap 476 seq_num 1404) dirty exists 2024-09-13T14:36:41.114 INFO:tasks.rados.rados.0.smithi071.stdout:3748: left oid 36 (ObjNum 1404 snap 476 seq_num 1404) 2024-09-13T14:36:41.114 INFO:tasks.rados.rados.0.smithi071.stdout:3749: finishing write tid 1 to smithi07185159-9 2024-09-13T14:36:41.114 INFO:tasks.rados.rados.0.smithi071.stdout:3749: finishing write tid 2 to smithi07185159-9 2024-09-13T14:36:41.114 INFO:tasks.rados.rados.0.smithi071.stdout:3751: seq_num 1407 ranges {447449=600648,1784047=774491,2971445=676004} 2024-09-13T14:36:41.119 INFO:tasks.rados.rados.0.smithi071.stdout:3751: writing smithi07185159-27 from 447449 to 1048097 tid 1 2024-09-13T14:36:41.127 INFO:tasks.rados.rados.0.smithi071.stdout:3751: writing smithi07185159-27 from 1784047 to 2558538 tid 2 2024-09-13T14:36:41.133 INFO:tasks.rados.rados.0.smithi071.stdout:3751: writing smithi07185159-27 from 2971445 to 3647449 tid 3 2024-09-13T14:36:41.133 INFO:tasks.rados.rados.0.smithi071.stdout:3748: done (3 left) 2024-09-13T14:36:41.134 INFO:tasks.rados.rados.0.smithi071.stdout:3752: delete oid 18 current snap is 476 2024-09-13T14:36:41.134 INFO:tasks.rados.rados.0.smithi071.stdout:3749: finishing write tid 3 to smithi07185159-9 2024-09-13T14:36:41.134 INFO:tasks.rados.rados.0.smithi071.stdout:3749: finishing write tid 4 to smithi07185159-9 2024-09-13T14:36:41.134 INFO:tasks.rados.rados.0.smithi071.stdout:3749: finishing write tid 5 to smithi07185159-9 2024-09-13T14:36:41.134 INFO:tasks.rados.rados.0.smithi071.stdout:3749: oid 9 updating version 0 to 478 2024-09-13T14:36:41.134 INFO:tasks.rados.rados.0.smithi071.stdout:3749: oid 9 version 478 is already newer than 477 2024-09-13T14:36:41.134 INFO:tasks.rados.rados.0.smithi071.stdout:3749: oid 9 updating version 478 to 479 2024-09-13T14:36:41.134 INFO:tasks.rados.rados.0.smithi071.stdout:3749: oid 9 updating version 479 to 480 2024-09-13T14:36:41.134 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 9 v 480 (ObjNum 1405 snap 476 seq_num 1405) dirty exists 2024-09-13T14:36:41.134 INFO:tasks.rados.rados.0.smithi071.stdout:3749: left oid 9 (ObjNum 1405 snap 476 seq_num 1405) 2024-09-13T14:36:41.134 INFO:tasks.rados.rados.0.smithi071.stdout:3750: finishing write tid 1 to smithi07185159-3 2024-09-13T14:36:41.134 INFO:tasks.rados.rados.0.smithi071.stdout:3750: finishing write tid 2 to smithi07185159-3 2024-09-13T14:36:41.135 INFO:tasks.rados.rados.0.smithi071.stdout:3750: finishing write tid 3 to smithi07185159-3 2024-09-13T14:36:41.135 INFO:tasks.rados.rados.0.smithi071.stdout:3750: finishing write tid 4 to smithi07185159-3 2024-09-13T14:36:41.135 INFO:tasks.rados.rados.0.smithi071.stdout:3750: finishing write tid 5 to smithi07185159-3 2024-09-13T14:36:41.135 INFO:tasks.rados.rados.0.smithi071.stdout:3750: oid 3 updating version 0 to 3513 2024-09-13T14:36:41.135 INFO:tasks.rados.rados.0.smithi071.stdout:3750: oid 3 updating version 3513 to 3514 2024-09-13T14:36:41.135 INFO:tasks.rados.rados.0.smithi071.stdout:3750: oid 3 updating version 3514 to 3515 2024-09-13T14:36:41.135 INFO:tasks.rados.rados.0.smithi071.stdout:3750: oid 3 version 3515 is already newer than 3512 2024-09-13T14:36:41.135 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 3 v 3515 (ObjNum 1406 snap 476 seq_num 1406) dirty exists 2024-09-13T14:36:41.135 INFO:tasks.rados.rados.0.smithi071.stdout:3750: left oid 3 (ObjNum 1406 snap 476 seq_num 1406) 2024-09-13T14:36:41.135 INFO:tasks.rados.rados.0.smithi071.stdout:3751: finishing write tid 1 to smithi07185159-27 2024-09-13T14:36:41.135 INFO:tasks.rados.rados.0.smithi071.stdout:3751: finishing write tid 2 to smithi07185159-27 2024-09-13T14:36:41.136 INFO:tasks.rados.rados.0.smithi071.stdout:3749: done (3 left) 2024-09-13T14:36:41.136 INFO:tasks.rados.rados.0.smithi071.stdout:3750: done (2 left) 2024-09-13T14:36:41.136 INFO:tasks.rados.rados.0.smithi071.stdout:3752: done (1 left) 2024-09-13T14:36:41.136 INFO:tasks.rados.rados.0.smithi071.stdout:3753: snap_remove snap 458 2024-09-13T14:36:41.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:41 smithi071 ceph-mon[107477]: osdmap e1016: 8 total, 8 up, 8 in 2024-09-13T14:36:41.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:41 smithi071 ceph-mon[112785]: osdmap e1016: 8 total, 8 up, 8 in 2024-09-13T14:36:41.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:41 smithi104 ceph-mon[105578]: osdmap e1016: 8 total, 8 up, 8 in 2024-09-13T14:36:42.039 INFO:tasks.rados.rados.0.smithi071.stdout:3753: done (1 left) 2024-09-13T14:36:42.039 INFO:tasks.rados.rados.0.smithi071.stdout:3754: read oid 16 snap -1 2024-09-13T14:36:42.040 INFO:tasks.rados.rados.0.smithi071.stdout:3754: expect (ObjNum 1380 snap 469 seq_num 1380) 2024-09-13T14:36:42.040 INFO:tasks.rados.rados.0.smithi071.stdout:3755: read oid 25 snap -1 2024-09-13T14:36:42.040 INFO:tasks.rados.rados.0.smithi071.stdout:3755: expect deleted 2024-09-13T14:36:42.040 INFO:tasks.rados.rados.0.smithi071.stdout:3756: delete oid 42 current snap is 476 2024-09-13T14:36:42.040 INFO:tasks.rados.rados.0.smithi071.stdout:3751: finishing write tid 3 to smithi07185159-27 2024-09-13T14:36:42.040 INFO:tasks.rados.rados.0.smithi071.stdout:3751: finishing write tid 4 to smithi07185159-27 2024-09-13T14:36:42.040 INFO:tasks.rados.rados.0.smithi071.stdout:3751: finishing write tid 5 to smithi07185159-27 2024-09-13T14:36:42.040 INFO:tasks.rados.rados.0.smithi071.stdout:3751: oid 27 updating version 0 to 2028 2024-09-13T14:36:42.040 INFO:tasks.rados.rados.0.smithi071.stdout:3751: oid 27 version 2028 is already newer than 2025 2024-09-13T14:36:42.040 INFO:tasks.rados.rados.0.smithi071.stdout:3751: oid 27 version 2028 is already newer than 2027 2024-09-13T14:36:42.040 INFO:tasks.rados.rados.0.smithi071.stdout:3751: oid 27 version 2028 is already newer than 2026 2024-09-13T14:36:42.040 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 27 v 2028 (ObjNum 1407 snap 476 seq_num 1407) dirty exists 2024-09-13T14:36:42.040 INFO:tasks.rados.rados.0.smithi071.stdout:3751: left oid 27 (ObjNum 1407 snap 476 seq_num 1407) 2024-09-13T14:36:42.051 INFO:tasks.rados.rados.0.smithi071.stdout:3754: expect (ObjNum 1380 snap 469 seq_num 1380) 2024-09-13T14:36:42.302 INFO:tasks.rados.rados.0.smithi071.stdout:3751: done (3 left) 2024-09-13T14:36:42.303 INFO:tasks.rados.rados.0.smithi071.stdout:3754: done (2 left) 2024-09-13T14:36:42.303 INFO:tasks.rados.rados.0.smithi071.stdout:3755: done (1 left) 2024-09-13T14:36:42.303 INFO:tasks.rados.rados.0.smithi071.stdout:3756: done (0 left) 2024-09-13T14:36:42.303 INFO:tasks.rados.rados.0.smithi071.stdout:3757: read oid 33 snap -1 2024-09-13T14:36:42.303 INFO:tasks.rados.rados.0.smithi071.stdout:3757: expect (ObjNum 1349 snap 459 seq_num 1349) 2024-09-13T14:36:42.303 INFO:tasks.rados.rados.0.smithi071.stdout:3758: write oid 11 current snap is 476 2024-09-13T14:36:42.303 INFO:tasks.rados.rados.0.smithi071.stdout:3758: seq_num 1410 ranges {497870=426395,1443140=521818,2537361=530244,3583943=113927} 2024-09-13T14:36:42.307 INFO:tasks.rados.rados.0.smithi071.stdout:3758: writing smithi07185159-11 from 497870 to 924265 tid 1 2024-09-13T14:36:42.313 INFO:tasks.rados.rados.0.smithi071.stdout:3758: writing smithi07185159-11 from 1443140 to 1964958 tid 2 2024-09-13T14:36:42.319 INFO:tasks.rados.rados.0.smithi071.stdout:3758: writing smithi07185159-11 from 2537361 to 3067605 tid 3 2024-09-13T14:36:42.322 INFO:tasks.rados.rados.0.smithi071.stdout:3758: writing smithi07185159-11 from 3583943 to 3697870 tid 4 2024-09-13T14:36:42.322 INFO:tasks.rados.rados.0.smithi071.stdout:3759: delete oid 34 current snap is 476 2024-09-13T14:36:42.322 INFO:tasks.rados.rados.0.smithi071.stdout:3757: expect (ObjNum 1349 snap 459 seq_num 1349) 2024-09-13T14:36:42.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:42 smithi071 ceph-mon[107477]: pgmap v976: 89 pgs: 89 active+clean; 251 MiB data, 866 MiB used, 714 GiB / 715 GiB avail; 5.0 MiB/s rd, 357 KiB/s wr, 4 op/s 2024-09-13T14:36:42.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:42 smithi071 ceph-mon[107477]: osdmap e1017: 8 total, 8 up, 8 in 2024-09-13T14:36:42.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:42 smithi071 ceph-mon[112785]: pgmap v976: 89 pgs: 89 active+clean; 251 MiB data, 866 MiB used, 714 GiB / 715 GiB avail; 5.0 MiB/s rd, 357 KiB/s wr, 4 op/s 2024-09-13T14:36:42.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:42 smithi071 ceph-mon[112785]: osdmap e1017: 8 total, 8 up, 8 in 2024-09-13T14:36:42.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:42 smithi104 ceph-mon[105578]: pgmap v976: 89 pgs: 89 active+clean; 251 MiB data, 866 MiB used, 714 GiB / 715 GiB avail; 5.0 MiB/s rd, 357 KiB/s wr, 4 op/s 2024-09-13T14:36:42.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:42 smithi104 ceph-mon[105578]: osdmap e1017: 8 total, 8 up, 8 in 2024-09-13T14:36:42.466 INFO:tasks.rados.rados.0.smithi071.stdout:3758: finishing write tid 1 to smithi07185159-11 2024-09-13T14:36:42.466 INFO:tasks.rados.rados.0.smithi071.stdout:3758: finishing write tid 2 to smithi07185159-11 2024-09-13T14:36:42.466 INFO:tasks.rados.rados.0.smithi071.stdout:3758: finishing write tid 3 to smithi07185159-11 2024-09-13T14:36:42.466 INFO:tasks.rados.rados.0.smithi071.stdout:3758: finishing write tid 4 to smithi07185159-11 2024-09-13T14:36:42.466 INFO:tasks.rados.rados.0.smithi071.stdout:3757: done (2 left) 2024-09-13T14:36:42.466 INFO:tasks.rados.rados.0.smithi071.stdout:3759: done (1 left) 2024-09-13T14:36:42.466 INFO:tasks.rados.rados.0.smithi071.stdout:3760: read oid 44 snap -1 2024-09-13T14:36:42.466 INFO:tasks.rados.rados.0.smithi071.stdout:3760: expect (ObjNum 1398 snap 472 seq_num 1398) 2024-09-13T14:36:42.466 INFO:tasks.rados.rados.0.smithi071.stdout:3761: read oid 33 snap 474 2024-09-13T14:36:42.466 INFO:tasks.rados.rados.0.smithi071.stdout:3761: expect (ObjNum 1349 snap 459 seq_num 1349) 2024-09-13T14:36:42.466 INFO:tasks.rados.rados.0.smithi071.stdout:3762: snap_remove snap 472 2024-09-13T14:36:42.953 INFO:tasks.rados.rados.0.smithi071.stdout:3762: done (3 left) 2024-09-13T14:36:42.953 INFO:tasks.rados.rados.0.smithi071.stdout:3763: read oid 18 snap -1 2024-09-13T14:36:42.953 INFO:tasks.rados.rados.0.smithi071.stdout:3763: expect deleted 2024-09-13T14:36:42.953 INFO:tasks.rados.rados.0.smithi071.stdout:3764: write oid 29 current snap is 476 2024-09-13T14:36:42.953 INFO:tasks.rados.rados.0.smithi071.stdout:3758: finishing write tid 5 to smithi07185159-11 2024-09-13T14:36:42.953 INFO:tasks.rados.rados.0.smithi071.stdout:3758: finishing write tid 6 to smithi07185159-11 2024-09-13T14:36:42.954 INFO:tasks.rados.rados.0.smithi071.stdout:3758: oid 11 updating version 0 to 2083 2024-09-13T14:36:42.954 INFO:tasks.rados.rados.0.smithi071.stdout:3758: oid 11 updating version 2083 to 2085 2024-09-13T14:36:42.954 INFO:tasks.rados.rados.0.smithi071.stdout:3758: oid 11 updating version 2085 to 2086 2024-09-13T14:36:42.954 INFO:tasks.rados.rados.0.smithi071.stdout:3758: oid 11 version 2086 is already newer than 2084 2024-09-13T14:36:42.954 INFO:tasks.rados.rados.0.smithi071.stdout:3758: oid 11 updating version 2086 to 2087 2024-09-13T14:36:42.954 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 11 v 2087 (ObjNum 1410 snap 476 seq_num 1410) dirty exists 2024-09-13T14:36:42.954 INFO:tasks.rados.rados.0.smithi071.stdout:3758: left oid 11 (ObjNum 1410 snap 476 seq_num 1410) 2024-09-13T14:36:42.954 INFO:tasks.rados.rados.0.smithi071.stdout:3764: seq_num 1412 ranges {531484=576893,1843751=525487,2875854=669141} 2024-09-13T14:36:42.959 INFO:tasks.rados.rados.0.smithi071.stdout:3764: writing smithi07185159-29 from 531484 to 1108377 tid 1 2024-09-13T14:36:42.966 INFO:tasks.rados.rados.0.smithi071.stdout:3764: writing smithi07185159-29 from 1843751 to 2369238 tid 2 2024-09-13T14:36:42.973 INFO:tasks.rados.rados.0.smithi071.stdout:3764: writing smithi07185159-29 from 2875854 to 3544995 tid 3 2024-09-13T14:36:42.973 INFO:tasks.rados.rados.0.smithi071.stdout:3758: done (4 left) 2024-09-13T14:36:42.973 INFO:tasks.rados.rados.0.smithi071.stdout:3765: snap_remove snap 465 2024-09-13T14:36:43.044 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:36:42 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:36:42] "GET /metrics HTTP/1.1" 200 36397 "" "Prometheus/2.51.0" 2024-09-13T14:36:43.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:43 smithi071 ceph-mon[107477]: osdmap e1018: 8 total, 8 up, 8 in 2024-09-13T14:36:43.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:43 smithi071 ceph-mon[107477]: osdmap e1019: 8 total, 8 up, 8 in 2024-09-13T14:36:43.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:43 smithi071 ceph-mon[112785]: osdmap e1018: 8 total, 8 up, 8 in 2024-09-13T14:36:43.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:43 smithi071 ceph-mon[112785]: osdmap e1019: 8 total, 8 up, 8 in 2024-09-13T14:36:43.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:43 smithi104 ceph-mon[105578]: osdmap e1018: 8 total, 8 up, 8 in 2024-09-13T14:36:43.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:43 smithi104 ceph-mon[105578]: osdmap e1019: 8 total, 8 up, 8 in 2024-09-13T14:36:43.962 INFO:tasks.rados.rados.0.smithi071.stdout:3765: done (4 left) 2024-09-13T14:36:43.963 INFO:tasks.rados.rados.0.smithi071.stdout:3766: snap_create 2024-09-13T14:36:43.963 INFO:tasks.rados.rados.0.smithi071.stdout:3761: expect (ObjNum 1349 snap 459 seq_num 1349) 2024-09-13T14:36:44.109 INFO:tasks.rados.rados.0.smithi071.stdout:3760: expect (ObjNum 1398 snap 472 seq_num 1398) 2024-09-13T14:36:44.324 INFO:tasks.rados.rados.0.smithi071.stdout:3764: finishing write tid 1 to smithi07185159-29 2024-09-13T14:36:44.324 INFO:tasks.rados.rados.0.smithi071.stdout:3764: finishing write tid 2 to smithi07185159-29 2024-09-13T14:36:44.324 INFO:tasks.rados.rados.0.smithi071.stdout:3764: finishing write tid 3 to smithi07185159-29 2024-09-13T14:36:44.324 INFO:tasks.rados.rados.0.smithi071.stdout:3764: finishing write tid 4 to smithi07185159-29 2024-09-13T14:36:44.324 INFO:tasks.rados.rados.0.smithi071.stdout:3764: finishing write tid 5 to smithi07185159-29 2024-09-13T14:36:44.324 INFO:tasks.rados.rados.0.smithi071.stdout:3764: oid 29 updating version 0 to 2096 2024-09-13T14:36:44.324 INFO:tasks.rados.rados.0.smithi071.stdout:3764: oid 29 updating version 2096 to 2098 2024-09-13T14:36:44.324 INFO:tasks.rados.rados.0.smithi071.stdout:3764: oid 29 version 2098 is already newer than 2095 2024-09-13T14:36:44.324 INFO:tasks.rados.rados.0.smithi071.stdout:3764: oid 29 version 2098 is already newer than 2097 2024-09-13T14:36:44.325 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 29 v 2098 (ObjNum 1412 snap 476 seq_num 1412) dirty exists 2024-09-13T14:36:44.325 INFO:tasks.rados.rados.0.smithi071.stdout:3764: left oid 29 (ObjNum 1412 snap 476 seq_num 1412) 2024-09-13T14:36:44.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:44 smithi071 ceph-mon[107477]: pgmap v979: 89 pgs: 89 active+clean; 243 MiB data, 862 MiB used, 714 GiB / 715 GiB avail; 5.0 MiB/s rd, 357 KiB/s wr, 4 op/s 2024-09-13T14:36:44.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:44 smithi071 ceph-mon[107477]: osdmap e1020: 8 total, 8 up, 8 in 2024-09-13T14:36:44.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:44 smithi071 ceph-mon[112785]: pgmap v979: 89 pgs: 89 active+clean; 243 MiB data, 862 MiB used, 714 GiB / 715 GiB avail; 5.0 MiB/s rd, 357 KiB/s wr, 4 op/s 2024-09-13T14:36:44.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:44 smithi071 ceph-mon[112785]: osdmap e1020: 8 total, 8 up, 8 in 2024-09-13T14:36:44.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:44 smithi104 ceph-mon[105578]: pgmap v979: 89 pgs: 89 active+clean; 243 MiB data, 862 MiB used, 714 GiB / 715 GiB avail; 5.0 MiB/s rd, 357 KiB/s wr, 4 op/s 2024-09-13T14:36:44.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:44 smithi104 ceph-mon[105578]: osdmap e1020: 8 total, 8 up, 8 in 2024-09-13T14:36:44.965 INFO:tasks.rados.rados.0.smithi071.stdout:3760: done (4 left) 2024-09-13T14:36:44.965 INFO:tasks.rados.rados.0.smithi071.stdout:3761: done (3 left) 2024-09-13T14:36:44.965 INFO:tasks.rados.rados.0.smithi071.stdout:3763: done (2 left) 2024-09-13T14:36:44.965 INFO:tasks.rados.rados.0.smithi071.stdout:3764: done (1 left) 2024-09-13T14:36:44.965 INFO:tasks.rados.rados.0.smithi071.stdout:3766: done (0 left) 2024-09-13T14:36:44.965 INFO:tasks.rados.rados.0.smithi071.stdout:3767: read oid 2 snap -1 2024-09-13T14:36:44.965 INFO:tasks.rados.rados.0.smithi071.stdout:3767: expect deleted 2024-09-13T14:36:44.966 INFO:tasks.rados.rados.0.smithi071.stdout:3768: snap_create 2024-09-13T14:36:45.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:36:45.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:45 smithi071 ceph-mon[107477]: osdmap e1021: 8 total, 8 up, 8 in 2024-09-13T14:36:45.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:36:45.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:45 smithi071 ceph-mon[112785]: osdmap e1021: 8 total, 8 up, 8 in 2024-09-13T14:36:45.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:36:45.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:45 smithi104 ceph-mon[105578]: osdmap e1021: 8 total, 8 up, 8 in 2024-09-13T14:36:45.967 INFO:tasks.rados.rados.0.smithi071.stdout:3767: done (1 left) 2024-09-13T14:36:45.967 INFO:tasks.rados.rados.0.smithi071.stdout:3768: done (0 left) 2024-09-13T14:36:45.968 INFO:tasks.rados.rados.0.smithi071.stdout:3769: snap_create 2024-09-13T14:36:46.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:46 smithi071 ceph-mon[107477]: pgmap v982: 89 pgs: 89 active+clean; 233 MiB data, 847 MiB used, 714 GiB / 715 GiB avail; 6.4 MiB/s rd, 0 B/s wr, 6 op/s 2024-09-13T14:36:46.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:46 smithi071 ceph-mon[107477]: osdmap e1022: 8 total, 8 up, 8 in 2024-09-13T14:36:46.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:46 smithi071 ceph-mon[112785]: pgmap v982: 89 pgs: 89 active+clean; 233 MiB data, 847 MiB used, 714 GiB / 715 GiB avail; 6.4 MiB/s rd, 0 B/s wr, 6 op/s 2024-09-13T14:36:46.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:46 smithi071 ceph-mon[112785]: osdmap e1022: 8 total, 8 up, 8 in 2024-09-13T14:36:46.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:46 smithi104 ceph-mon[105578]: pgmap v982: 89 pgs: 89 active+clean; 233 MiB data, 847 MiB used, 714 GiB / 715 GiB avail; 6.4 MiB/s rd, 0 B/s wr, 6 op/s 2024-09-13T14:36:46.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:46 smithi104 ceph-mon[105578]: osdmap e1022: 8 total, 8 up, 8 in 2024-09-13T14:36:46.967 INFO:tasks.rados.rados.0.smithi071.stdout:3769: done (0 left) 2024-09-13T14:36:46.968 INFO:tasks.rados.rados.0.smithi071.stdout:3770: snap_remove snap 478 2024-09-13T14:36:47.950 INFO:tasks.rados.rados.0.smithi071.stdout:3770: done (0 left) 2024-09-13T14:36:47.950 INFO:tasks.rados.rados.0.smithi071.stdout:3771: snap_remove snap 466 2024-09-13T14:36:48.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:47 smithi071 ceph-mon[107477]: pgmap v985: 89 pgs: 89 active+clean; 234 MiB data, 848 MiB used, 714 GiB / 715 GiB avail; 8.5 MiB/s rd, 2.6 MiB/s wr, 18 op/s 2024-09-13T14:36:48.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:47 smithi071 ceph-mon[107477]: osdmap e1023: 8 total, 8 up, 8 in 2024-09-13T14:36:48.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:47 smithi071 ceph-mon[107477]: osdmap e1024: 8 total, 8 up, 8 in 2024-09-13T14:36:48.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:47 smithi071 ceph-mon[112785]: pgmap v985: 89 pgs: 89 active+clean; 234 MiB data, 848 MiB used, 714 GiB / 715 GiB avail; 8.5 MiB/s rd, 2.6 MiB/s wr, 18 op/s 2024-09-13T14:36:48.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:47 smithi071 ceph-mon[112785]: osdmap e1023: 8 total, 8 up, 8 in 2024-09-13T14:36:48.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:47 smithi071 ceph-mon[112785]: osdmap e1024: 8 total, 8 up, 8 in 2024-09-13T14:36:48.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:47 smithi104 ceph-mon[105578]: pgmap v985: 89 pgs: 89 active+clean; 234 MiB data, 848 MiB used, 714 GiB / 715 GiB avail; 8.5 MiB/s rd, 2.6 MiB/s wr, 18 op/s 2024-09-13T14:36:48.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:47 smithi104 ceph-mon[105578]: osdmap e1023: 8 total, 8 up, 8 in 2024-09-13T14:36:48.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:47 smithi104 ceph-mon[105578]: osdmap e1024: 8 total, 8 up, 8 in 2024-09-13T14:36:48.955 INFO:tasks.rados.rados.0.smithi071.stdout:3771: done (0 left) 2024-09-13T14:36:48.955 INFO:tasks.rados.rados.0.smithi071.stdout:3772: write oid 39 current snap is 479 2024-09-13T14:36:48.955 INFO:tasks.rados.rados.0.smithi071.stdout:3772: seq_num 1413 ranges {548291=652142,1902233=785498,3303277=445014} 2024-09-13T14:36:48.962 INFO:tasks.rados.rados.0.smithi071.stdout:3772: writing smithi07185159-39 from 548291 to 1200433 tid 1 2024-09-13T14:36:48.970 INFO:tasks.rados.rados.0.smithi071.stdout:3772: writing smithi07185159-39 from 1902233 to 2687731 tid 2 2024-09-13T14:36:48.977 INFO:tasks.rados.rados.0.smithi071.stdout:3772: writing smithi07185159-39 from 3303277 to 3748291 tid 3 2024-09-13T14:36:48.977 INFO:tasks.rados.rados.0.smithi071.stdout:3772: finishing write tid 1 to smithi07185159-39 2024-09-13T14:36:48.977 INFO:tasks.rados.rados.0.smithi071.stdout:3772: finishing write tid 2 to smithi07185159-39 2024-09-13T14:36:48.977 INFO:tasks.rados.rados.0.smithi071.stdout:3773: write oid 30 current snap is 479 2024-09-13T14:36:48.977 INFO:tasks.rados.rados.0.smithi071.stdout:3773: seq_num 1414 ranges {565098=727391,1960715=529156,2930700=691685} 2024-09-13T14:36:48.983 INFO:tasks.rados.rados.0.smithi071.stdout:3773: writing smithi07185159-30 from 565098 to 1292489 tid 1 2024-09-13T14:36:48.990 INFO:tasks.rados.rados.0.smithi071.stdout:3773: writing smithi07185159-30 from 1960715 to 2489871 tid 2 2024-09-13T14:36:48.996 INFO:tasks.rados.rados.0.smithi071.stdout:3773: writing smithi07185159-30 from 2930700 to 3622385 tid 3 2024-09-13T14:36:48.996 INFO:tasks.rados.rados.0.smithi071.stdout:3774: write oid 1 current snap is 479 2024-09-13T14:36:48.997 INFO:tasks.rados.rados.0.smithi071.stdout:3774: seq_num 1415 ranges {581905=518993,1735550=672814,2958123=502957} 2024-09-13T14:36:49.002 INFO:tasks.rados.rados.0.smithi071.stdout:3774: writing smithi07185159-1 from 581905 to 1100898 tid 1 2024-09-13T14:36:49.010 INFO:tasks.rados.rados.0.smithi071.stdout:3774: writing smithi07185159-1 from 1735550 to 2408364 tid 2 2024-09-13T14:36:49.015 INFO:tasks.rados.rados.0.smithi071.stdout:3774: writing smithi07185159-1 from 2958123 to 3461080 tid 3 2024-09-13T14:36:49.016 INFO:tasks.rados.rados.0.smithi071.stdout:3775: snap_remove snap 475 2024-09-13T14:36:49.973 INFO:tasks.rados.rados.0.smithi071.stdout:3775: done (3 left) 2024-09-13T14:36:49.973 INFO:tasks.rados.rados.0.smithi071.stdout:3776: snap_create 2024-09-13T14:36:49.974 INFO:tasks.rados.rados.0.smithi071.stdout:3772: finishing write tid 3 to smithi07185159-39 2024-09-13T14:36:49.974 INFO:tasks.rados.rados.0.smithi071.stdout:3772: finishing write tid 4 to smithi07185159-39 2024-09-13T14:36:49.974 INFO:tasks.rados.rados.0.smithi071.stdout:3772: finishing write tid 5 to smithi07185159-39 2024-09-13T14:36:49.974 INFO:tasks.rados.rados.0.smithi071.stdout:3772: oid 39 updating version 0 to 2035 2024-09-13T14:36:49.974 INFO:tasks.rados.rados.0.smithi071.stdout:3772: oid 39 version 2035 is already newer than 2034 2024-09-13T14:36:49.974 INFO:tasks.rados.rados.0.smithi071.stdout:3772: oid 39 version 2035 is already newer than 2033 2024-09-13T14:36:49.974 INFO:tasks.rados.rados.0.smithi071.stdout:3772: oid 39 updating version 2035 to 2036 2024-09-13T14:36:49.974 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 39 v 2036 (ObjNum 1413 snap 479 seq_num 1413) dirty exists 2024-09-13T14:36:49.974 INFO:tasks.rados.rados.0.smithi071.stdout:3772: left oid 39 (ObjNum 1413 snap 479 seq_num 1413) 2024-09-13T14:36:49.974 INFO:tasks.rados.rados.0.smithi071.stdout:3773: finishing write tid 1 to smithi07185159-30 2024-09-13T14:36:49.974 INFO:tasks.rados.rados.0.smithi071.stdout:3773: finishing write tid 2 to smithi07185159-30 2024-09-13T14:36:49.974 INFO:tasks.rados.rados.0.smithi071.stdout:3773: finishing write tid 3 to smithi07185159-30 2024-09-13T14:36:49.974 INFO:tasks.rados.rados.0.smithi071.stdout:3773: finishing write tid 4 to smithi07185159-30 2024-09-13T14:36:49.975 INFO:tasks.rados.rados.0.smithi071.stdout:3773: finishing write tid 5 to smithi07185159-30 2024-09-13T14:36:49.975 INFO:tasks.rados.rados.0.smithi071.stdout:3773: oid 30 updating version 0 to 870 2024-09-13T14:36:49.975 INFO:tasks.rados.rados.0.smithi071.stdout:3773: oid 30 updating version 870 to 873 2024-09-13T14:36:49.975 INFO:tasks.rados.rados.0.smithi071.stdout:3773: oid 30 version 873 is already newer than 871 2024-09-13T14:36:49.975 INFO:tasks.rados.rados.0.smithi071.stdout:3773: oid 30 version 873 is already newer than 872 2024-09-13T14:36:49.975 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 30 v 873 (ObjNum 1414 snap 479 seq_num 1414) dirty exists 2024-09-13T14:36:49.975 INFO:tasks.rados.rados.0.smithi071.stdout:3773: left oid 30 (ObjNum 1414 snap 479 seq_num 1414) 2024-09-13T14:36:49.975 INFO:tasks.rados.rados.0.smithi071.stdout:3774: finishing write tid 1 to smithi07185159-1 2024-09-13T14:36:49.975 INFO:tasks.rados.rados.0.smithi071.stdout:3774: finishing write tid 2 to smithi07185159-1 2024-09-13T14:36:49.975 INFO:tasks.rados.rados.0.smithi071.stdout:3774: finishing write tid 3 to smithi07185159-1 2024-09-13T14:36:49.975 INFO:tasks.rados.rados.0.smithi071.stdout:3774: finishing write tid 4 to smithi07185159-1 2024-09-13T14:36:49.975 INFO:tasks.rados.rados.0.smithi071.stdout:3774: finishing write tid 5 to smithi07185159-1 2024-09-13T14:36:49.975 INFO:tasks.rados.rados.0.smithi071.stdout:3774: oid 1 updating version 0 to 3544 2024-09-13T14:36:49.976 INFO:tasks.rados.rados.0.smithi071.stdout:3774: oid 1 updating version 3544 to 3545 2024-09-13T14:36:49.976 INFO:tasks.rados.rados.0.smithi071.stdout:3774: oid 1 version 3545 is already newer than 3543 2024-09-13T14:36:49.976 INFO:tasks.rados.rados.0.smithi071.stdout:3774: oid 1 updating version 3545 to 3546 2024-09-13T14:36:49.976 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 1 v 3546 (ObjNum 1415 snap 479 seq_num 1415) dirty exists 2024-09-13T14:36:49.976 INFO:tasks.rados.rados.0.smithi071.stdout:3774: left oid 1 (ObjNum 1415 snap 479 seq_num 1415) 2024-09-13T14:36:50.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:49 smithi071 ceph-mon[107477]: pgmap v988: 89 pgs: 89 active+clean; 234 MiB data, 849 MiB used, 714 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.6 MiB/s wr, 12 op/s 2024-09-13T14:36:50.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:49 smithi071 ceph-mon[107477]: osdmap e1025: 8 total, 8 up, 8 in 2024-09-13T14:36:50.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:49 smithi071 ceph-mon[112785]: pgmap v988: 89 pgs: 89 active+clean; 234 MiB data, 849 MiB used, 714 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.6 MiB/s wr, 12 op/s 2024-09-13T14:36:50.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:49 smithi071 ceph-mon[112785]: osdmap e1025: 8 total, 8 up, 8 in 2024-09-13T14:36:50.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:49 smithi104 ceph-mon[105578]: pgmap v988: 89 pgs: 89 active+clean; 234 MiB data, 849 MiB used, 714 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.6 MiB/s wr, 12 op/s 2024-09-13T14:36:50.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:49 smithi104 ceph-mon[105578]: osdmap e1025: 8 total, 8 up, 8 in 2024-09-13T14:36:50.985 INFO:tasks.rados.rados.0.smithi071.stdout:3772: done (3 left) 2024-09-13T14:36:50.985 INFO:tasks.rados.rados.0.smithi071.stdout:3773: done (2 left) 2024-09-13T14:36:50.985 INFO:tasks.rados.rados.0.smithi071.stdout:3774: done (1 left) 2024-09-13T14:36:50.985 INFO:tasks.rados.rados.0.smithi071.stdout:3776: done (0 left) 2024-09-13T14:36:50.985 INFO:tasks.rados.rados.0.smithi071.stdout:3777: write oid 24 current snap is 480 2024-09-13T14:36:50.985 INFO:tasks.rados.rados.0.smithi071.stdout:3777: seq_num 1416 ranges {598712=594242,1677679=532825,2985546=430582} 2024-09-13T14:36:50.991 INFO:tasks.rados.rados.0.smithi071.stdout:3777: writing smithi07185159-24 from 598712 to 1192954 tid 1 2024-09-13T14:36:50.997 INFO:tasks.rados.rados.0.smithi071.stdout:3777: writing smithi07185159-24 from 1677679 to 2210504 tid 2 2024-09-13T14:36:51.003 INFO:tasks.rados.rados.0.smithi071.stdout:3777: writing smithi07185159-24 from 2985546 to 3416128 tid 3 2024-09-13T14:36:51.003 INFO:tasks.rados.rados.0.smithi071.stdout:3778: rollback oid 4 current snap is 480 2024-09-13T14:36:51.004 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 4 to 471 2024-09-13T14:36:51.004 INFO:tasks.rados.rados.0.smithi071.stdout:3777: finishing write tid 1 to smithi07185159-24 2024-09-13T14:36:51.004 INFO:tasks.rados.rados.0.smithi071.stdout:3777: finishing write tid 2 to smithi07185159-24 2024-09-13T14:36:51.004 INFO:tasks.rados.rados.0.smithi071.stdout:3779: write oid 12 current snap is 480 2024-09-13T14:36:51.004 INFO:tasks.rados.rados.0.smithi071.stdout:3779: seq_num 1417 ranges {615519=669491,1736161=676483,2896616=641854} 2024-09-13T14:36:51.010 INFO:tasks.rados.rados.0.smithi071.stdout:3779: writing smithi07185159-12 from 615519 to 1285010 tid 1 2024-09-13T14:36:51.017 INFO:tasks.rados.rados.0.smithi071.stdout:3779: writing smithi07185159-12 from 1736161 to 2412644 tid 2 2024-09-13T14:36:51.023 INFO:tasks.rados.rados.0.smithi071.stdout:3779: writing smithi07185159-12 from 2896616 to 3538470 tid 3 2024-09-13T14:36:51.023 INFO:tasks.rados.rados.0.smithi071.stdout:3780: write oid 29 current snap is 480 2024-09-13T14:36:51.023 INFO:tasks.rados.rados.0.smithi071.stdout:3777: finishing write tid 3 to smithi07185159-24 2024-09-13T14:36:51.023 INFO:tasks.rados.rados.0.smithi071.stdout:3777: finishing write tid 4 to smithi07185159-24 2024-09-13T14:36:51.024 INFO:tasks.rados.rados.0.smithi071.stdout:3777: finishing write tid 5 to smithi07185159-24 2024-09-13T14:36:51.024 INFO:tasks.rados.rados.0.smithi071.stdout:3777: oid 24 updating version 0 to 876 2024-09-13T14:36:51.024 INFO:tasks.rados.rados.0.smithi071.stdout:3777: oid 24 version 876 is already newer than 875 2024-09-13T14:36:51.024 INFO:tasks.rados.rados.0.smithi071.stdout:3777: oid 24 updating version 876 to 877 2024-09-13T14:36:51.024 INFO:tasks.rados.rados.0.smithi071.stdout:3777: oid 24 version 877 is already newer than 874 2024-09-13T14:36:51.024 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 24 v 877 (ObjNum 1416 snap 480 seq_num 1416) dirty exists 2024-09-13T14:36:51.024 INFO:tasks.rados.rados.0.smithi071.stdout:3777: left oid 24 (ObjNum 1416 snap 480 seq_num 1416) 2024-09-13T14:36:51.024 INFO:tasks.rados.rados.0.smithi071.stdout:3778: finishing rollback tid 0 to smithi07185159-4 2024-09-13T14:36:51.024 INFO:tasks.rados.rados.0.smithi071.stdout:3780: seq_num 1418 ranges {632326=744740,1794643=536494,3040392=453126} 2024-09-13T14:36:51.031 INFO:tasks.rados.rados.0.smithi071.stdout:3780: writing smithi07185159-29 from 632326 to 1377066 tid 1 2024-09-13T14:36:51.036 INFO:tasks.rados.rados.0.smithi071.stdout:3780: writing smithi07185159-29 from 1794643 to 2331137 tid 2 2024-09-13T14:36:51.043 INFO:tasks.rados.rados.0.smithi071.stdout:3780: writing smithi07185159-29 from 3040392 to 3493518 tid 3 2024-09-13T14:36:51.043 INFO:tasks.rados.rados.0.smithi071.stdout:3777: done (3 left) 2024-09-13T14:36:51.043 INFO:tasks.rados.rados.0.smithi071.stdout:3781: write oid 10 current snap is 480 2024-09-13T14:36:51.043 INFO:tasks.rados.rados.0.smithi071.stdout:3778: finishing rollback tid 1 to smithi07185159-4 2024-09-13T14:36:51.043 INFO:tasks.rados.rados.0.smithi071.stdout:3778: finishing rollback tid 2 to smithi07185159-4 2024-09-13T14:36:51.043 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 4 v 2037 (ObjNum 1369 snap 467 seq_num 1369) dirty exists 2024-09-13T14:36:51.043 INFO:tasks.rados.rados.0.smithi071.stdout:3779: finishing write tid 1 to smithi07185159-12 2024-09-13T14:36:51.043 INFO:tasks.rados.rados.0.smithi071.stdout:3781: seq_num 1419 ranges {649133=419989,1853125=680152,2951462=664398} 2024-09-13T14:36:51.048 INFO:tasks.rados.rados.0.smithi071.stdout:3781: writing smithi07185159-10 from 649133 to 1069122 tid 1 2024-09-13T14:36:51.056 INFO:tasks.rados.rados.0.smithi071.stdout:3781: writing smithi07185159-10 from 1853125 to 2533277 tid 2 2024-09-13T14:36:51.062 INFO:tasks.rados.rados.0.smithi071.stdout:3781: writing smithi07185159-10 from 2951462 to 3615860 tid 3 2024-09-13T14:36:51.063 INFO:tasks.rados.rados.0.smithi071.stdout:3778: done (3 left) 2024-09-13T14:36:51.063 INFO:tasks.rados.rados.0.smithi071.stdout:3782: read oid 26 snap -1 2024-09-13T14:36:51.063 INFO:tasks.rados.rados.0.smithi071.stdout:3782: expect deleted 2024-09-13T14:36:51.063 INFO:tasks.rados.rados.0.smithi071.stdout:3783: write oid 47 current snap is 480 2024-09-13T14:36:51.063 INFO:tasks.rados.rados.0.smithi071.stdout:3779: finishing write tid 2 to smithi07185159-12 2024-09-13T14:36:51.063 INFO:tasks.rados.rados.0.smithi071.stdout:3779: finishing write tid 3 to smithi07185159-12 2024-09-13T14:36:51.063 INFO:tasks.rados.rados.0.smithi071.stdout:3779: finishing write tid 4 to smithi07185159-12 2024-09-13T14:36:51.063 INFO:tasks.rados.rados.0.smithi071.stdout:3779: finishing write tid 5 to smithi07185159-12 2024-09-13T14:36:51.063 INFO:tasks.rados.rados.0.smithi071.stdout:3779: oid 12 updating version 0 to 492 2024-09-13T14:36:51.064 INFO:tasks.rados.rados.0.smithi071.stdout:3779: oid 12 version 492 is already newer than 491 2024-09-13T14:36:51.064 INFO:tasks.rados.rados.0.smithi071.stdout:3779: oid 12 updating version 492 to 493 2024-09-13T14:36:51.064 INFO:tasks.rados.rados.0.smithi071.stdout:3779: oid 12 updating version 493 to 494 2024-09-13T14:36:51.064 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 12 v 494 (ObjNum 1417 snap 480 seq_num 1417) dirty exists 2024-09-13T14:36:51.064 INFO:tasks.rados.rados.0.smithi071.stdout:3779: left oid 12 (ObjNum 1417 snap 480 seq_num 1417) 2024-09-13T14:36:51.064 INFO:tasks.rados.rados.0.smithi071.stdout:3780: finishing write tid 1 to smithi07185159-29 2024-09-13T14:36:51.064 INFO:tasks.rados.rados.0.smithi071.stdout:3780: finishing write tid 2 to smithi07185159-29 2024-09-13T14:36:51.064 INFO:tasks.rados.rados.0.smithi071.stdout:3780: finishing write tid 3 to smithi07185159-29 2024-09-13T14:36:51.064 INFO:tasks.rados.rados.0.smithi071.stdout:3783: seq_num 1420 ranges {665940=495238,1795254=540163,2978885=475670} 2024-09-13T14:36:51.068 INFO:tasks.rados.rados.0.smithi071.stdout:3783: writing smithi07185159-47 from 665940 to 1161178 tid 1 2024-09-13T14:36:51.075 INFO:tasks.rados.rados.0.smithi071.stdout:3783: writing smithi07185159-47 from 1795254 to 2335417 tid 2 2024-09-13T14:36:51.081 INFO:tasks.rados.rados.0.smithi071.stdout:3783: writing smithi07185159-47 from 2978885 to 3454555 tid 3 2024-09-13T14:36:51.081 INFO:tasks.rados.rados.0.smithi071.stdout:3779: done (4 left) 2024-09-13T14:36:51.081 INFO:tasks.rados.rados.0.smithi071.stdout:3784: snap_create 2024-09-13T14:36:51.081 INFO:tasks.rados.rados.0.smithi071.stdout:3780: finishing write tid 4 to smithi07185159-29 2024-09-13T14:36:51.081 INFO:tasks.rados.rados.0.smithi071.stdout:3780: finishing write tid 5 to smithi07185159-29 2024-09-13T14:36:51.081 INFO:tasks.rados.rados.0.smithi071.stdout:3780: oid 29 updating version 0 to 2124 2024-09-13T14:36:51.082 INFO:tasks.rados.rados.0.smithi071.stdout:3780: oid 29 updating version 2124 to 2127 2024-09-13T14:36:51.082 INFO:tasks.rados.rados.0.smithi071.stdout:3780: oid 29 version 2127 is already newer than 2126 2024-09-13T14:36:51.082 INFO:tasks.rados.rados.0.smithi071.stdout:3780: oid 29 version 2127 is already newer than 2125 2024-09-13T14:36:51.082 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 29 v 2127 (ObjNum 1418 snap 480 seq_num 1418) dirty exists 2024-09-13T14:36:51.082 INFO:tasks.rados.rados.0.smithi071.stdout:3780: left oid 29 (ObjNum 1418 snap 480 seq_num 1418) 2024-09-13T14:36:51.082 INFO:tasks.rados.rados.0.smithi071.stdout:3781: finishing write tid 1 to smithi07185159-10 2024-09-13T14:36:51.082 INFO:tasks.rados.rados.0.smithi071.stdout:3781: finishing write tid 2 to smithi07185159-10 2024-09-13T14:36:51.082 INFO:tasks.rados.rados.0.smithi071.stdout:3781: finishing write tid 3 to smithi07185159-10 2024-09-13T14:36:51.082 INFO:tasks.rados.rados.0.smithi071.stdout:3781: finishing write tid 4 to smithi07185159-10 2024-09-13T14:36:51.082 INFO:tasks.rados.rados.0.smithi071.stdout:3781: finishing write tid 5 to smithi07185159-10 2024-09-13T14:36:51.082 INFO:tasks.rados.rados.0.smithi071.stdout:3781: oid 10 updating version 0 to 2039 2024-09-13T14:36:51.082 INFO:tasks.rados.rados.0.smithi071.stdout:3781: oid 10 updating version 2039 to 2041 2024-09-13T14:36:51.082 INFO:tasks.rados.rados.0.smithi071.stdout:3781: oid 10 version 2041 is already newer than 2040 2024-09-13T14:36:51.082 INFO:tasks.rados.rados.0.smithi071.stdout:3781: oid 10 version 2041 is already newer than 2038 2024-09-13T14:36:51.083 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 10 v 2041 (ObjNum 1419 snap 480 seq_num 1419) dirty exists 2024-09-13T14:36:51.083 INFO:tasks.rados.rados.0.smithi071.stdout:3781: left oid 10 (ObjNum 1419 snap 480 seq_num 1419) 2024-09-13T14:36:51.083 INFO:tasks.rados.rados.0.smithi071.stdout:3783: finishing write tid 1 to smithi07185159-47 2024-09-13T14:36:51.083 INFO:tasks.rados.rados.0.smithi071.stdout:3783: finishing write tid 2 to smithi07185159-47 2024-09-13T14:36:51.084 INFO:tasks.rados.rados.0.smithi071.stdout:3783: finishing write tid 3 to smithi07185159-47 2024-09-13T14:36:51.084 INFO:tasks.rados.rados.0.smithi071.stdout:3783: finishing write tid 4 to smithi07185159-47 2024-09-13T14:36:51.084 INFO:tasks.rados.rados.0.smithi071.stdout:3783: finishing write tid 5 to smithi07185159-47 2024-09-13T14:36:51.084 INFO:tasks.rados.rados.0.smithi071.stdout:3783: oid 47 updating version 0 to 1775 2024-09-13T14:36:51.084 INFO:tasks.rados.rados.0.smithi071.stdout:3783: oid 47 updating version 1775 to 1776 2024-09-13T14:36:51.085 INFO:tasks.rados.rados.0.smithi071.stdout:3783: oid 47 updating version 1776 to 1777 2024-09-13T14:36:51.085 INFO:tasks.rados.rados.0.smithi071.stdout:3783: oid 47 version 1777 is already newer than 1774 2024-09-13T14:36:51.085 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 47 v 1777 (ObjNum 1420 snap 480 seq_num 1420) dirty exists 2024-09-13T14:36:51.085 INFO:tasks.rados.rados.0.smithi071.stdout:3783: left oid 47 (ObjNum 1420 snap 480 seq_num 1420) 2024-09-13T14:36:51.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:50 smithi071 ceph-mon[107477]: osdmap e1026: 8 total, 8 up, 8 in 2024-09-13T14:36:51.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:50 smithi071 ceph-mon[112785]: osdmap e1026: 8 total, 8 up, 8 in 2024-09-13T14:36:51.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:50 smithi104 ceph-mon[105578]: osdmap e1026: 8 total, 8 up, 8 in 2024-09-13T14:36:51.990 INFO:tasks.rados.rados.0.smithi071.stdout:3780: done (4 left) 2024-09-13T14:36:51.990 INFO:tasks.rados.rados.0.smithi071.stdout:3781: done (3 left) 2024-09-13T14:36:51.991 INFO:tasks.rados.rados.0.smithi071.stdout:3782: done (2 left) 2024-09-13T14:36:51.991 INFO:tasks.rados.rados.0.smithi071.stdout:3783: done (1 left) 2024-09-13T14:36:51.991 INFO:tasks.rados.rados.0.smithi071.stdout:3784: done (0 left) 2024-09-13T14:36:51.991 INFO:tasks.rados.rados.0.smithi071.stdout:3785: read oid 33 snap -1 2024-09-13T14:36:51.991 INFO:tasks.rados.rados.0.smithi071.stdout:3785: expect (ObjNum 1349 snap 459 seq_num 1349) 2024-09-13T14:36:51.991 INFO:tasks.rados.rados.0.smithi071.stdout:3786: snap_remove snap 474 2024-09-13T14:36:52.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:51 smithi071 ceph-mon[107477]: pgmap v991: 89 pgs: 89 active+clean; 237 MiB data, 839 MiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 890 KiB/s wr, 2 op/s 2024-09-13T14:36:52.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:51 smithi071 ceph-mon[107477]: osdmap e1027: 8 total, 8 up, 8 in 2024-09-13T14:36:52.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:51 smithi071 ceph-mon[112785]: pgmap v991: 89 pgs: 89 active+clean; 237 MiB data, 839 MiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 890 KiB/s wr, 2 op/s 2024-09-13T14:36:52.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:51 smithi071 ceph-mon[112785]: osdmap e1027: 8 total, 8 up, 8 in 2024-09-13T14:36:52.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:51 smithi104 ceph-mon[105578]: pgmap v991: 89 pgs: 89 active+clean; 237 MiB data, 839 MiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 890 KiB/s wr, 2 op/s 2024-09-13T14:36:52.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:51 smithi104 ceph-mon[105578]: osdmap e1027: 8 total, 8 up, 8 in 2024-09-13T14:36:52.952 INFO:tasks.rados.rados.0.smithi071.stdout:3786: done (1 left) 2024-09-13T14:36:52.952 INFO:tasks.rados.rados.0.smithi071.stdout:3787: snap_remove snap 477 2024-09-13T14:36:52.990 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:36:52 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:36:52] "GET /metrics HTTP/1.1" 200 36398 "" "Prometheus/2.51.0" 2024-09-13T14:36:53.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:52 smithi071 ceph-mon[112785]: osdmap e1028: 8 total, 8 up, 8 in 2024-09-13T14:36:53.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:52 smithi071 ceph-mon[112785]: osdmap e1029: 8 total, 8 up, 8 in 2024-09-13T14:36:53.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:52 smithi071 ceph-mon[107477]: osdmap e1028: 8 total, 8 up, 8 in 2024-09-13T14:36:53.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:52 smithi071 ceph-mon[107477]: osdmap e1029: 8 total, 8 up, 8 in 2024-09-13T14:36:53.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:52 smithi104 ceph-mon[105578]: osdmap e1028: 8 total, 8 up, 8 in 2024-09-13T14:36:53.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:52 smithi104 ceph-mon[105578]: osdmap e1029: 8 total, 8 up, 8 in 2024-09-13T14:36:53.953 INFO:tasks.rados.rados.0.smithi071.stdout:3787: done (1 left) 2024-09-13T14:36:53.953 INFO:tasks.rados.rados.0.smithi071.stdout:3788: read oid 4 snap -1 2024-09-13T14:36:53.953 INFO:tasks.rados.rados.0.smithi071.stdout:3788: expect (ObjNum 1369 snap 467 seq_num 1369) 2024-09-13T14:36:53.953 INFO:tasks.rados.rados.0.smithi071.stdout:3789: write oid 1 current snap is 481 2024-09-13T14:36:53.954 INFO:tasks.rados.rados.0.smithi071.stdout:3789: seq_num 1421 ranges {682747=570487,1853736=683821,3006308=403295} 2024-09-13T14:36:53.960 INFO:tasks.rados.rados.0.smithi071.stdout:3789: writing smithi07185159-1 from 682747 to 1253234 tid 1 2024-09-13T14:36:53.967 INFO:tasks.rados.rados.0.smithi071.stdout:3789: writing smithi07185159-1 from 1853736 to 2537557 tid 2 2024-09-13T14:36:53.972 INFO:tasks.rados.rados.0.smithi071.stdout:3789: writing smithi07185159-1 from 3006308 to 3409603 tid 3 2024-09-13T14:36:53.972 INFO:tasks.rados.rados.0.smithi071.stdout:3790: rollback oid 44 current snap is 481 2024-09-13T14:36:53.972 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 44 to 471 2024-09-13T14:36:53.973 INFO:tasks.rados.rados.0.smithi071.stdout:3785: expect (ObjNum 1349 snap 459 seq_num 1349) 2024-09-13T14:36:54.117 INFO:tasks.rados.rados.0.smithi071.stdout:3788: expect (ObjNum 1369 snap 467 seq_num 1369) 2024-09-13T14:36:54.280 INFO:tasks.rados.rados.0.smithi071.stdout:3789: finishing write tid 1 to smithi07185159-1 2024-09-13T14:36:54.281 INFO:tasks.rados.rados.0.smithi071.stdout:3789: finishing write tid 2 to smithi07185159-1 2024-09-13T14:36:54.281 INFO:tasks.rados.rados.0.smithi071.stdout:3789: finishing write tid 3 to smithi07185159-1 2024-09-13T14:36:54.281 INFO:tasks.rados.rados.0.smithi071.stdout:3790: finishing rollback tid 0 to smithi07185159-44 2024-09-13T14:36:54.281 INFO:tasks.rados.rados.0.smithi071.stdout:3789: finishing write tid 4 to smithi07185159-1 2024-09-13T14:36:54.281 INFO:tasks.rados.rados.0.smithi071.stdout:3790: finishing rollback tid 1 to smithi07185159-44 2024-09-13T14:36:54.281 INFO:tasks.rados.rados.0.smithi071.stdout:3790: finishing rollback tid 2 to smithi07185159-44 2024-09-13T14:36:54.281 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 44 v 2049 (ObjNum 1299 snap 447 seq_num 1299) dirty exists 2024-09-13T14:36:54.281 INFO:tasks.rados.rados.0.smithi071.stdout:3789: finishing write tid 5 to smithi07185159-1 2024-09-13T14:36:54.281 INFO:tasks.rados.rados.0.smithi071.stdout:3789: oid 1 updating version 0 to 3560 2024-09-13T14:36:54.281 INFO:tasks.rados.rados.0.smithi071.stdout:3789: oid 1 updating version 3560 to 3564 2024-09-13T14:36:54.281 INFO:tasks.rados.rados.0.smithi071.stdout:3789: oid 1 updating version 3564 to 3565 2024-09-13T14:36:54.281 INFO:tasks.rados.rados.0.smithi071.stdout:3789: oid 1 version 3565 is already newer than 3563 2024-09-13T14:36:54.282 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 1 v 3565 (ObjNum 1421 snap 481 seq_num 1421) dirty exists 2024-09-13T14:36:54.282 INFO:tasks.rados.rados.0.smithi071.stdout:3789: left oid 1 (ObjNum 1421 snap 481 seq_num 1421) 2024-09-13T14:36:54.282 INFO:tasks.rados.rados.0.smithi071.stdout:3785: done (3 left) 2024-09-13T14:36:54.282 INFO:tasks.rados.rados.0.smithi071.stdout:3788: done (2 left) 2024-09-13T14:36:54.282 INFO:tasks.rados.rados.0.smithi071.stdout:3789: done (1 left) 2024-09-13T14:36:54.282 INFO:tasks.rados.rados.0.smithi071.stdout:3790: done (0 left) 2024-09-13T14:36:54.282 INFO:tasks.rados.rados.0.smithi071.stdout:3791: write oid 11 current snap is 481 2024-09-13T14:36:54.282 INFO:tasks.rados.rados.0.smithi071.stdout:3791: seq_num 1422 ranges {699554=762089,2028571=543832,3150084=614567} 2024-09-13T14:36:54.288 INFO:tasks.rados.rados.0.smithi071.stdout:3791: writing smithi07185159-11 from 699554 to 1461643 tid 1 2024-09-13T14:36:54.294 INFO:tasks.rados.rados.0.smithi071.stdout:3791: writing smithi07185159-11 from 2028571 to 2572403 tid 2 2024-09-13T14:36:54.301 INFO:tasks.rados.rados.0.smithi071.stdout:3791: writing smithi07185159-11 from 3150084 to 3764651 tid 3 2024-09-13T14:36:54.301 INFO:tasks.rados.rados.0.smithi071.stdout:3792: write oid 15 current snap is 481 2024-09-13T14:36:54.301 INFO:tasks.rados.rados.0.smithi071.stdout:3791: finishing write tid 1 to smithi07185159-11 2024-09-13T14:36:54.301 INFO:tasks.rados.rados.0.smithi071.stdout:3791: finishing write tid 2 to smithi07185159-11 2024-09-13T14:36:54.301 INFO:tasks.rados.rados.0.smithi071.stdout:3792: seq_num 1423 ranges {716361=437338,1687053=687490,2777507=425839,3877756=38605} 2024-09-13T14:36:54.307 INFO:tasks.rados.rados.0.smithi071.stdout:3792: writing smithi07185159-15 from 716361 to 1153699 tid 1 2024-09-13T14:36:54.314 INFO:tasks.rados.rados.0.smithi071.stdout:3792: writing smithi07185159-15 from 1687053 to 2374543 tid 2 2024-09-13T14:36:54.318 INFO:tasks.rados.rados.0.smithi071.stdout:3792: writing smithi07185159-15 from 2777507 to 3203346 tid 3 2024-09-13T14:36:54.323 INFO:tasks.rados.rados.0.smithi071.stdout:3792: writing smithi07185159-15 from 3877756 to 3916361 tid 4 2024-09-13T14:36:54.324 INFO:tasks.rados.rados.0.smithi071.stdout:3793: snap_create 2024-09-13T14:36:54.324 INFO:tasks.rados.rados.0.smithi071.stdout:3791: finishing write tid 3 to smithi07185159-11 2024-09-13T14:36:54.324 INFO:tasks.rados.rados.0.smithi071.stdout:3791: finishing write tid 4 to smithi07185159-11 2024-09-13T14:36:54.324 INFO:tasks.rados.rados.0.smithi071.stdout:3791: finishing write tid 5 to smithi07185159-11 2024-09-13T14:36:54.324 INFO:tasks.rados.rados.0.smithi071.stdout:3791: oid 11 updating version 0 to 2141 2024-09-13T14:36:54.324 INFO:tasks.rados.rados.0.smithi071.stdout:3791: oid 11 updating version 2141 to 2142 2024-09-13T14:36:54.325 INFO:tasks.rados.rados.0.smithi071.stdout:3791: oid 11 version 2142 is already newer than 2137 2024-09-13T14:36:54.325 INFO:tasks.rados.rados.0.smithi071.stdout:3791: oid 11 version 2142 is already newer than 2140 2024-09-13T14:36:54.325 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 11 v 2142 (ObjNum 1422 snap 481 seq_num 1422) dirty exists 2024-09-13T14:36:54.325 INFO:tasks.rados.rados.0.smithi071.stdout:3791: left oid 11 (ObjNum 1422 snap 481 seq_num 1422) 2024-09-13T14:36:54.325 INFO:tasks.rados.rados.0.smithi071.stdout:3792: finishing write tid 1 to smithi07185159-15 2024-09-13T14:36:54.326 INFO:tasks.rados.rados.0.smithi071.stdout:3792: finishing write tid 2 to smithi07185159-15 2024-09-13T14:36:54.326 INFO:tasks.rados.rados.0.smithi071.stdout:3792: finishing write tid 3 to smithi07185159-15 2024-09-13T14:36:54.327 INFO:tasks.rados.rados.0.smithi071.stdout:3792: finishing write tid 4 to smithi07185159-15 2024-09-13T14:36:54.327 INFO:tasks.rados.rados.0.smithi071.stdout:3792: finishing write tid 5 to smithi07185159-15 2024-09-13T14:36:54.328 INFO:tasks.rados.rados.0.smithi071.stdout:3792: finishing write tid 6 to smithi07185159-15 2024-09-13T14:36:54.328 INFO:tasks.rados.rados.0.smithi071.stdout:3792: oid 15 updating version 0 to 3571 2024-09-13T14:36:54.328 INFO:tasks.rados.rados.0.smithi071.stdout:3792: oid 15 version 3571 is already newer than 3570 2024-09-13T14:36:54.328 INFO:tasks.rados.rados.0.smithi071.stdout:3792: oid 15 version 3571 is already newer than 3569 2024-09-13T14:36:54.328 INFO:tasks.rados.rados.0.smithi071.stdout:3792: oid 15 version 3571 is already newer than 3568 2024-09-13T14:36:54.329 INFO:tasks.rados.rados.0.smithi071.stdout:3792: oid 15 version 3571 is already newer than 3567 2024-09-13T14:36:54.329 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 15 v 3571 (ObjNum 1423 snap 481 seq_num 1423) dirty exists 2024-09-13T14:36:54.329 INFO:tasks.rados.rados.0.smithi071.stdout:3792: left oid 15 (ObjNum 1423 snap 481 seq_num 1423) 2024-09-13T14:36:54.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:53 smithi071 ceph-mon[107477]: pgmap v994: 89 pgs: 89 active+clean; 238 MiB data, 840 MiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 1.3 MiB/s wr, 4 op/s 2024-09-13T14:36:54.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:53 smithi071 ceph-mon[107477]: osdmap e1030: 8 total, 8 up, 8 in 2024-09-13T14:36:54.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:53 smithi071 ceph-mon[112785]: pgmap v994: 89 pgs: 89 active+clean; 238 MiB data, 840 MiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 1.3 MiB/s wr, 4 op/s 2024-09-13T14:36:54.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:53 smithi071 ceph-mon[112785]: osdmap e1030: 8 total, 8 up, 8 in 2024-09-13T14:36:54.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:53 smithi104 ceph-mon[105578]: pgmap v994: 89 pgs: 89 active+clean; 238 MiB data, 840 MiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 1.3 MiB/s wr, 4 op/s 2024-09-13T14:36:54.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:53 smithi104 ceph-mon[105578]: osdmap e1030: 8 total, 8 up, 8 in 2024-09-13T14:36:55.003 INFO:tasks.rados.rados.0.smithi071.stdout:3791: done (2 left) 2024-09-13T14:36:55.003 INFO:tasks.rados.rados.0.smithi071.stdout:3792: done (1 left) 2024-09-13T14:36:55.003 INFO:tasks.rados.rados.0.smithi071.stdout:3793: done (0 left) 2024-09-13T14:36:55.003 INFO:tasks.rados.rados.0.smithi071.stdout:3794: read oid 30 snap 459 2024-09-13T14:36:55.003 INFO:tasks.rados.rados.0.smithi071.stdout:3794: expect deleted 2024-09-13T14:36:55.003 INFO:tasks.rados.rados.0.smithi071.stdout:3795: write oid 29 current snap is 482 2024-09-13T14:36:55.003 INFO:tasks.rados.rados.0.smithi071.stdout:3795: seq_num 1424 ranges {733168=512587,2029182=547501,3088577=637111} 2024-09-13T14:36:55.009 INFO:tasks.rados.rados.0.smithi071.stdout:3795: writing smithi07185159-29 from 733168 to 1245755 tid 1 2024-09-13T14:36:55.017 INFO:tasks.rados.rados.0.smithi071.stdout:3795: writing smithi07185159-29 from 2029182 to 2576683 tid 2 2024-09-13T14:36:55.023 INFO:tasks.rados.rados.0.smithi071.stdout:3795: writing smithi07185159-29 from 3088577 to 3725688 tid 3 2024-09-13T14:36:55.023 INFO:tasks.rados.rados.0.smithi071.stdout:3796: snap_remove snap 446 2024-09-13T14:36:56.015 INFO:tasks.rados.rados.0.smithi071.stdout:3795: finishing write tid 1 to smithi07185159-29 2024-09-13T14:36:56.015 INFO:tasks.rados.rados.0.smithi071.stdout:3795: finishing write tid 2 to smithi07185159-29 2024-09-13T14:36:56.015 INFO:tasks.rados.rados.0.smithi071.stdout:3795: finishing write tid 3 to smithi07185159-29 2024-09-13T14:36:56.015 INFO:tasks.rados.rados.0.smithi071.stdout:3795: finishing write tid 4 to smithi07185159-29 2024-09-13T14:36:56.015 INFO:tasks.rados.rados.0.smithi071.stdout:3795: finishing write tid 5 to smithi07185159-29 2024-09-13T14:36:56.015 INFO:tasks.rados.rados.0.smithi071.stdout:3795: oid 29 updating version 0 to 2145 2024-09-13T14:36:56.016 INFO:tasks.rados.rados.0.smithi071.stdout:3795: oid 29 version 2145 is already newer than 2144 2024-09-13T14:36:56.016 INFO:tasks.rados.rados.0.smithi071.stdout:3795: oid 29 updating version 2145 to 2146 2024-09-13T14:36:56.016 INFO:tasks.rados.rados.0.smithi071.stdout:3795: oid 29 updating version 2146 to 2147 2024-09-13T14:36:56.016 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 29 v 2147 (ObjNum 1424 snap 482 seq_num 1424) dirty exists 2024-09-13T14:36:56.016 INFO:tasks.rados.rados.0.smithi071.stdout:3795: left oid 29 (ObjNum 1424 snap 482 seq_num 1424) 2024-09-13T14:36:56.016 INFO:tasks.rados.rados.0.smithi071.stdout:3794: done (2 left) 2024-09-13T14:36:56.016 INFO:tasks.rados.rados.0.smithi071.stdout:3795: done (1 left) 2024-09-13T14:36:56.016 INFO:tasks.rados.rados.0.smithi071.stdout:3796: done (0 left) 2024-09-13T14:36:56.016 INFO:tasks.rados.rados.0.smithi071.stdout:3797: write oid 8 current snap is 482 2024-09-13T14:36:56.016 INFO:tasks.rados.rados.0.smithi071.stdout:3797: seq_num 1425 ranges {749975=587836,2087664=691159,3516000=433975} 2024-09-13T14:36:56.023 INFO:tasks.rados.rados.0.smithi071.stdout:3797: writing smithi07185159-8 from 749975 to 1337811 tid 1 2024-09-13T14:36:56.032 INFO:tasks.rados.rados.0.smithi071.stdout:3797: writing smithi07185159-8 from 2087664 to 2778823 tid 2 2024-09-13T14:36:56.039 INFO:tasks.rados.rados.0.smithi071.stdout:3797: writing smithi07185159-8 from 3516000 to 3949975 tid 3 2024-09-13T14:36:56.039 INFO:tasks.rados.rados.0.smithi071.stdout:3798: write oid 5 current snap is 482 2024-09-13T14:36:56.039 INFO:tasks.rados.rados.0.smithi071.stdout:3797: finishing write tid 1 to smithi07185159-8 2024-09-13T14:36:56.039 INFO:tasks.rados.rados.0.smithi071.stdout:3797: finishing write tid 2 to smithi07185159-8 2024-09-13T14:36:56.039 INFO:tasks.rados.rados.0.smithi071.stdout:3798: seq_num 1426 ranges {766782=663085,2146146=551170,3143423=776008} 2024-09-13T14:36:56.047 INFO:tasks.rados.rados.0.smithi071.stdout:3798: writing smithi07185159-5 from 766782 to 1429867 tid 1 2024-09-13T14:36:56.054 INFO:tasks.rados.rados.0.smithi071.stdout:3798: writing smithi07185159-5 from 2146146 to 2697316 tid 2 2024-09-13T14:36:56.061 INFO:tasks.rados.rados.0.smithi071.stdout:3798: writing smithi07185159-5 from 3143423 to 3919431 tid 3 2024-09-13T14:36:56.061 INFO:tasks.rados.rados.0.smithi071.stdout:3799: write oid 48 current snap is 482 2024-09-13T14:36:56.061 INFO:tasks.rados.rados.0.smithi071.stdout:3797: finishing write tid 3 to smithi07185159-8 2024-09-13T14:36:56.061 INFO:tasks.rados.rados.0.smithi071.stdout:3797: finishing write tid 4 to smithi07185159-8 2024-09-13T14:36:56.061 INFO:tasks.rados.rados.0.smithi071.stdout:3797: finishing write tid 5 to smithi07185159-8 2024-09-13T14:36:56.061 INFO:tasks.rados.rados.0.smithi071.stdout:3797: oid 8 updating version 0 to 1199 2024-09-13T14:36:56.061 INFO:tasks.rados.rados.0.smithi071.stdout:3797: oid 8 updating version 1199 to 1200 2024-09-13T14:36:56.061 INFO:tasks.rados.rados.0.smithi071.stdout:3797: oid 8 updating version 1200 to 1202 2024-09-13T14:36:56.061 INFO:tasks.rados.rados.0.smithi071.stdout:3797: oid 8 version 1202 is already newer than 1201 2024-09-13T14:36:56.061 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 8 v 1202 (ObjNum 1425 snap 482 seq_num 1425) dirty exists 2024-09-13T14:36:56.062 INFO:tasks.rados.rados.0.smithi071.stdout:3797: left oid 8 (ObjNum 1425 snap 482 seq_num 1425) 2024-09-13T14:36:56.062 INFO:tasks.rados.rados.0.smithi071.stdout:3798: finishing write tid 1 to smithi07185159-5 2024-09-13T14:36:56.062 INFO:tasks.rados.rados.0.smithi071.stdout:3798: finishing write tid 2 to smithi07185159-5 2024-09-13T14:36:56.062 INFO:tasks.rados.rados.0.smithi071.stdout:3799: seq_num 1427 ranges {783589=738334,2204628=694828,3570846=412743} 2024-09-13T14:36:56.069 INFO:tasks.rados.rados.0.smithi071.stdout:3799: writing smithi07185159-48 from 783589 to 1521923 tid 1 2024-09-13T14:36:56.076 INFO:tasks.rados.rados.0.smithi071.stdout:3799: writing smithi07185159-48 from 2204628 to 2899456 tid 2 2024-09-13T14:36:56.082 INFO:tasks.rados.rados.0.smithi071.stdout:3799: writing smithi07185159-48 from 3570846 to 3983589 tid 3 2024-09-13T14:36:56.083 INFO:tasks.rados.rados.0.smithi071.stdout:3797: done (2 left) 2024-09-13T14:36:56.083 INFO:tasks.rados.rados.0.smithi071.stdout:3800: rollback oid 37 current snap is 482 2024-09-13T14:36:56.083 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 37 to 473 2024-09-13T14:36:56.083 INFO:tasks.rados.rados.0.smithi071.stdout:3798: finishing write tid 3 to smithi07185159-5 2024-09-13T14:36:56.083 INFO:tasks.rados.rados.0.smithi071.stdout:3798: finishing write tid 4 to smithi07185159-5 2024-09-13T14:36:56.083 INFO:tasks.rados.rados.0.smithi071.stdout:3798: finishing write tid 5 to smithi07185159-5 2024-09-13T14:36:56.083 INFO:tasks.rados.rados.0.smithi071.stdout:3798: oid 5 updating version 0 to 3585 2024-09-13T14:36:56.083 INFO:tasks.rados.rados.0.smithi071.stdout:3798: oid 5 version 3585 is already newer than 3584 2024-09-13T14:36:56.083 INFO:tasks.rados.rados.0.smithi071.stdout:3798: oid 5 updating version 3585 to 3587 2024-09-13T14:36:56.083 INFO:tasks.rados.rados.0.smithi071.stdout:3798: oid 5 version 3587 is already newer than 3586 2024-09-13T14:36:56.083 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 5 v 3587 (ObjNum 1426 snap 482 seq_num 1426) dirty exists 2024-09-13T14:36:56.083 INFO:tasks.rados.rados.0.smithi071.stdout:3798: left oid 5 (ObjNum 1426 snap 482 seq_num 1426) 2024-09-13T14:36:56.083 INFO:tasks.rados.rados.0.smithi071.stdout:3799: finishing write tid 1 to smithi07185159-48 2024-09-13T14:36:56.083 INFO:tasks.rados.rados.0.smithi071.stdout:3799: finishing write tid 2 to smithi07185159-48 2024-09-13T14:36:56.083 INFO:tasks.rados.rados.0.smithi071.stdout:3798: done (2 left) 2024-09-13T14:36:56.084 INFO:tasks.rados.rados.0.smithi071.stdout:3801: delete oid 12 current snap is 482 2024-09-13T14:36:56.084 INFO:tasks.rados.rados.0.smithi071.stdout:3801: done (2 left) 2024-09-13T14:36:56.084 INFO:tasks.rados.rados.0.smithi071.stdout:3802: write oid 22 current snap is 482 2024-09-13T14:36:56.084 INFO:tasks.rados.rados.0.smithi071.stdout:3802: seq_num 1429 ranges {417203=488832,1405239=611964} 2024-09-13T14:36:56.089 INFO:tasks.rados.rados.0.smithi071.stdout:3802: writing smithi07185159-22 from 417203 to 906035 tid 1 2024-09-13T14:36:56.096 INFO:tasks.rados.rados.0.smithi071.stdout:3802: writing smithi07185159-22 from 1405239 to 2017203 tid 2 2024-09-13T14:36:56.097 INFO:tasks.rados.rados.0.smithi071.stdout:3803: rollback oid 50 current snap is 482 2024-09-13T14:36:56.097 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 50 to 480 2024-09-13T14:36:56.097 INFO:tasks.rados.rados.0.smithi071.stdout:3800: finishing rollback tid 0 to smithi07185159-37 2024-09-13T14:36:56.097 INFO:tasks.rados.rados.0.smithi071.stdout:3800: finishing rollback tid 1 to smithi07185159-37 2024-09-13T14:36:56.097 INFO:tasks.rados.rados.0.smithi071.stdout:3800: finishing rollback tid 2 to smithi07185159-37 2024-09-13T14:36:56.097 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 37 v 1064 (ObjNum 1275 snap 439 seq_num 1275) dirty exists 2024-09-13T14:36:56.097 INFO:tasks.rados.rados.0.smithi071.stdout:3800: done (3 left) 2024-09-13T14:36:56.097 INFO:tasks.rados.rados.0.smithi071.stdout:3804: read oid 11 snap 476 2024-09-13T14:36:56.097 INFO:tasks.rados.rados.0.smithi071.stdout:3804: expect (ObjNum 1410 snap 476 seq_num 1410) 2024-09-13T14:36:56.097 INFO:tasks.rados.rados.0.smithi071.stdout:3805: read oid 21 snap -1 2024-09-13T14:36:56.097 INFO:tasks.rados.rados.0.smithi071.stdout:3805: expect deleted 2024-09-13T14:36:56.097 INFO:tasks.rados.rados.0.smithi071.stdout:3806: rollback oid 3 current snap is 482 2024-09-13T14:36:56.097 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 3 to 469 2024-09-13T14:36:56.097 INFO:tasks.rados.rados.0.smithi071.stdout:3799: finishing write tid 3 to smithi07185159-48 2024-09-13T14:36:56.097 INFO:tasks.rados.rados.0.smithi071.stdout:3799: finishing write tid 4 to smithi07185159-48 2024-09-13T14:36:56.098 INFO:tasks.rados.rados.0.smithi071.stdout:3799: finishing write tid 5 to smithi07185159-48 2024-09-13T14:36:56.098 INFO:tasks.rados.rados.0.smithi071.stdout:3799: oid 48 updating version 0 to 3590 2024-09-13T14:36:56.098 INFO:tasks.rados.rados.0.smithi071.stdout:3799: oid 48 version 3590 is already newer than 3588 2024-09-13T14:36:56.098 INFO:tasks.rados.rados.0.smithi071.stdout:3799: oid 48 updating version 3590 to 3591 2024-09-13T14:36:56.098 INFO:tasks.rados.rados.0.smithi071.stdout:3799: oid 48 version 3591 is already newer than 3589 2024-09-13T14:36:56.098 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 48 v 3591 (ObjNum 1427 snap 482 seq_num 1427) dirty exists 2024-09-13T14:36:56.098 INFO:tasks.rados.rados.0.smithi071.stdout:3799: left oid 48 (ObjNum 1427 snap 482 seq_num 1427) 2024-09-13T14:36:56.098 INFO:tasks.rados.rados.0.smithi071.stdout:3802: finishing write tid 1 to smithi07185159-22 2024-09-13T14:36:56.098 INFO:tasks.rados.rados.0.smithi071.stdout:3799: done (5 left) 2024-09-13T14:36:56.098 INFO:tasks.rados.rados.0.smithi071.stdout:3807: read oid 9 snap 476 2024-09-13T14:36:56.098 INFO:tasks.rados.rados.0.smithi071.stdout:3807: expect (ObjNum 1405 snap 476 seq_num 1405) 2024-09-13T14:36:56.098 INFO:tasks.rados.rados.0.smithi071.stdout:3808: snap_create 2024-09-13T14:36:56.102 INFO:tasks.rados.rados.0.smithi071.stdout:3807: expect (ObjNum 1405 snap 476 seq_num 1405) 2024-09-13T14:36:56.339 INFO:tasks.rados.rados.0.smithi071.stdout:3802: finishing write tid 2 to smithi07185159-22 2024-09-13T14:36:56.339 INFO:tasks.rados.rados.0.smithi071.stdout:3803: finishing rollback tid 0 to smithi07185159-50 2024-09-13T14:36:56.339 INFO:tasks.rados.rados.0.smithi071.stdout:3803: finishing rollback tid 1 to smithi07185159-50 2024-09-13T14:36:56.339 INFO:tasks.rados.rados.0.smithi071.stdout:3802: finishing write tid 3 to smithi07185159-22 2024-09-13T14:36:56.339 INFO:tasks.rados.rados.0.smithi071.stdout:3802: finishing write tid 4 to smithi07185159-22 2024-09-13T14:36:56.339 INFO:tasks.rados.rados.0.smithi071.stdout:3802: oid 22 updating version 0 to 1336 2024-09-13T14:36:56.339 INFO:tasks.rados.rados.0.smithi071.stdout:3802: oid 22 updating version 1336 to 1337 2024-09-13T14:36:56.339 INFO:tasks.rados.rados.0.smithi071.stdout:3802: oid 22 updating version 1337 to 1338 2024-09-13T14:36:56.339 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 22 v 1338 (ObjNum 1429 snap 482 seq_num 1429) dirty exists 2024-09-13T14:36:56.340 INFO:tasks.rados.rados.0.smithi071.stdout:3802: left oid 22 (ObjNum 1429 snap 482 seq_num 1429) 2024-09-13T14:36:56.340 INFO:tasks.rados.rados.0.smithi071.stdout:3804: expect (ObjNum 1410 snap 476 seq_num 1410) 2024-09-13T14:36:56.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:55 smithi071 ceph-mon[107477]: pgmap v997: 89 pgs: 89 active+clean; 243 MiB data, 848 MiB used, 714 GiB / 715 GiB avail; 2.0 MiB/s rd, 1.3 MiB/s wr, 6 op/s 2024-09-13T14:36:56.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:55 smithi071 ceph-mon[107477]: osdmap e1031: 8 total, 8 up, 8 in 2024-09-13T14:36:56.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:56 smithi071 ceph-mon[112785]: pgmap v997: 89 pgs: 89 active+clean; 243 MiB data, 848 MiB used, 714 GiB / 715 GiB avail; 2.0 MiB/s rd, 1.3 MiB/s wr, 6 op/s 2024-09-13T14:36:56.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:56 smithi071 ceph-mon[112785]: osdmap e1031: 8 total, 8 up, 8 in 2024-09-13T14:36:56.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:55 smithi104 ceph-mon[105578]: pgmap v997: 89 pgs: 89 active+clean; 243 MiB data, 848 MiB used, 714 GiB / 715 GiB avail; 2.0 MiB/s rd, 1.3 MiB/s wr, 6 op/s 2024-09-13T14:36:56.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:55 smithi104 ceph-mon[105578]: osdmap e1031: 8 total, 8 up, 8 in 2024-09-13T14:36:56.498 INFO:tasks.rados.rados.0.smithi071.stdout:3803: finishing rollback tid 2 to smithi07185159-50 2024-09-13T14:36:56.498 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 50 v 3595 (ObjNum 1309 snap 448 seq_num 1309) dirty exists 2024-09-13T14:36:56.498 INFO:tasks.rados.rados.0.smithi071.stdout:3806: finishing rollback tid 0 to smithi07185159-3 2024-09-13T14:36:56.498 INFO:tasks.rados.rados.0.smithi071.stdout:3806: finishing rollback tid 1 to smithi07185159-3 2024-09-13T14:36:56.499 INFO:tasks.rados.rados.0.smithi071.stdout:3806: finishing rollback tid 2 to smithi07185159-3 2024-09-13T14:36:56.499 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 3 v 3599 (ObjNum 1337 snap 456 seq_num 1337) dirty exists 2024-09-13T14:36:57.016 INFO:tasks.rados.rados.0.smithi071.stdout:3802: done (6 left) 2024-09-13T14:36:57.016 INFO:tasks.rados.rados.0.smithi071.stdout:3803: done (5 left) 2024-09-13T14:36:57.016 INFO:tasks.rados.rados.0.smithi071.stdout:3804: done (4 left) 2024-09-13T14:36:57.017 INFO:tasks.rados.rados.0.smithi071.stdout:3805: done (3 left) 2024-09-13T14:36:57.017 INFO:tasks.rados.rados.0.smithi071.stdout:3806: done (2 left) 2024-09-13T14:36:57.017 INFO:tasks.rados.rados.0.smithi071.stdout:3807: done (1 left) 2024-09-13T14:36:57.017 INFO:tasks.rados.rados.0.smithi071.stdout:3808: done (0 left) 2024-09-13T14:36:57.017 INFO:tasks.rados.rados.0.smithi071.stdout:3809: snap_create 2024-09-13T14:36:57.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:57 smithi071 ceph-mon[107477]: osdmap e1032: 8 total, 8 up, 8 in 2024-09-13T14:36:57.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:57 smithi071 ceph-mon[112785]: osdmap e1032: 8 total, 8 up, 8 in 2024-09-13T14:36:57.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:57 smithi104 ceph-mon[105578]: osdmap e1032: 8 total, 8 up, 8 in 2024-09-13T14:36:57.958 INFO:tasks.rados.rados.0.smithi071.stdout:3809: done (0 left) 2024-09-13T14:36:57.958 INFO:tasks.rados.rados.0.smithi071.stdout:3810: delete oid 32 current snap is 484 2024-09-13T14:36:57.963 INFO:tasks.rados.rados.0.smithi071.stdout:3810: done (0 left) 2024-09-13T14:36:57.963 INFO:tasks.rados.rados.0.smithi071.stdout:3811: write oid 40 current snap is 484 2024-09-13T14:36:57.963 INFO:tasks.rados.rados.0.smithi071.stdout:3811: seq_num 1431 ranges {450817=755683,1638556=412261} 2024-09-13T14:36:57.970 INFO:tasks.rados.rados.0.smithi071.stdout:3811: writing smithi07185159-40 from 450817 to 1206500 tid 1 2024-09-13T14:36:57.975 INFO:tasks.rados.rados.0.smithi071.stdout:3811: writing smithi07185159-40 from 1638556 to 2050817 tid 2 2024-09-13T14:36:57.975 INFO:tasks.rados.rados.0.smithi071.stdout:3812: snap_create 2024-09-13T14:36:57.975 INFO:tasks.rados.rados.0.smithi071.stdout:3811: finishing write tid 1 to smithi07185159-40 2024-09-13T14:36:57.978 INFO:tasks.rados.rados.0.smithi071.stdout:3811: finishing write tid 2 to smithi07185159-40 2024-09-13T14:36:57.978 INFO:tasks.rados.rados.0.smithi071.stdout:3811: finishing write tid 3 to smithi07185159-40 2024-09-13T14:36:57.979 INFO:tasks.rados.rados.0.smithi071.stdout:3811: finishing write tid 4 to smithi07185159-40 2024-09-13T14:36:57.979 INFO:tasks.rados.rados.0.smithi071.stdout:3811: oid 40 updating version 0 to 896 2024-09-13T14:36:57.979 INFO:tasks.rados.rados.0.smithi071.stdout:3811: oid 40 updating version 896 to 898 2024-09-13T14:36:57.979 INFO:tasks.rados.rados.0.smithi071.stdout:3811: oid 40 version 898 is already newer than 897 2024-09-13T14:36:57.979 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 40 v 898 (ObjNum 1431 snap 484 seq_num 1431) dirty exists 2024-09-13T14:36:57.979 INFO:tasks.rados.rados.0.smithi071.stdout:3811: left oid 40 (ObjNum 1431 snap 484 seq_num 1431) 2024-09-13T14:36:58.292 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:58 smithi071 ceph-mon[107477]: pgmap v1000: 89 pgs: 89 active+clean; 261 MiB data, 882 MiB used, 714 GiB / 715 GiB avail; 5.2 MiB/s rd, 3.7 MiB/s wr, 18 op/s 2024-09-13T14:36:58.292 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:58 smithi071 ceph-mon[107477]: osdmap e1033: 8 total, 8 up, 8 in 2024-09-13T14:36:58.292 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:58 smithi071 ceph-mon[107477]: osdmap e1034: 8 total, 8 up, 8 in 2024-09-13T14:36:58.292 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:58 smithi071 ceph-mon[112785]: pgmap v1000: 89 pgs: 89 active+clean; 261 MiB data, 882 MiB used, 714 GiB / 715 GiB avail; 5.2 MiB/s rd, 3.7 MiB/s wr, 18 op/s 2024-09-13T14:36:58.292 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:58 smithi071 ceph-mon[112785]: osdmap e1033: 8 total, 8 up, 8 in 2024-09-13T14:36:58.292 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:58 smithi071 ceph-mon[112785]: osdmap e1034: 8 total, 8 up, 8 in 2024-09-13T14:36:58.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:58 smithi104 ceph-mon[105578]: pgmap v1000: 89 pgs: 89 active+clean; 261 MiB data, 882 MiB used, 714 GiB / 715 GiB avail; 5.2 MiB/s rd, 3.7 MiB/s wr, 18 op/s 2024-09-13T14:36:58.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:58 smithi104 ceph-mon[105578]: osdmap e1033: 8 total, 8 up, 8 in 2024-09-13T14:36:58.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:58 smithi104 ceph-mon[105578]: osdmap e1034: 8 total, 8 up, 8 in 2024-09-13T14:36:58.954 INFO:tasks.rados.rados.0.smithi071.stdout:3811: done (1 left) 2024-09-13T14:36:58.954 INFO:tasks.rados.rados.0.smithi071.stdout:3812: done (0 left) 2024-09-13T14:36:58.954 INFO:tasks.rados.rados.0.smithi071.stdout:3813: delete oid 17 current snap is 485 2024-09-13T14:36:58.958 INFO:tasks.rados.rados.0.smithi071.stdout:3813: done (0 left) 2024-09-13T14:36:58.958 INFO:tasks.rados.rados.0.smithi071.stdout:3814: delete oid 17 current snap is 485 2024-09-13T14:36:58.960 INFO:tasks.rados.rados.0.smithi071.stdout:3814: done (0 left) 2024-09-13T14:36:58.960 INFO:tasks.rados.rados.0.smithi071.stdout:3815: read oid 32 snap -1 2024-09-13T14:36:58.960 INFO:tasks.rados.rados.0.smithi071.stdout:3815: expect deleted 2024-09-13T14:36:58.960 INFO:tasks.rados.rados.0.smithi071.stdout:3816: rollback oid 27 current snap is 485 2024-09-13T14:36:58.960 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 27 to 484 2024-09-13T14:36:58.960 INFO:tasks.rados.rados.0.smithi071.stdout:3817: write oid 28 current snap is 485 2024-09-13T14:36:58.960 INFO:tasks.rados.rados.0.smithi071.stdout:3817: seq_num 1434 ranges {501238=581430,1697649=403589} 2024-09-13T14:36:58.965 INFO:tasks.rados.rados.0.smithi071.stdout:3817: writing smithi07185159-28 from 501238 to 1082668 tid 1 2024-09-13T14:36:58.971 INFO:tasks.rados.rados.0.smithi071.stdout:3817: writing smithi07185159-28 from 1697649 to 2101238 tid 2 2024-09-13T14:36:58.971 INFO:tasks.rados.rados.0.smithi071.stdout:3818: read oid 38 snap -1 2024-09-13T14:36:58.972 INFO:tasks.rados.rados.0.smithi071.stdout:3818: expect (ObjNum 1340 snap 456 seq_num 1340) 2024-09-13T14:36:58.972 INFO:tasks.rados.rados.0.smithi071.stdout:3819: snap_remove snap 470 2024-09-13T14:36:59.971 INFO:tasks.rados.rados.0.smithi071.stdout:3819: done (4 left) 2024-09-13T14:36:59.971 INFO:tasks.rados.rados.0.smithi071.stdout:3820: read oid 34 snap -1 2024-09-13T14:36:59.971 INFO:tasks.rados.rados.0.smithi071.stdout:3820: expect deleted 2024-09-13T14:36:59.971 INFO:tasks.rados.rados.0.smithi071.stdout:3821: read oid 44 snap 483 2024-09-13T14:36:59.971 INFO:tasks.rados.rados.0.smithi071.stdout:3821: expect (ObjNum 1299 snap 447 seq_num 1299) 2024-09-13T14:36:59.972 INFO:tasks.rados.rados.0.smithi071.stdout:3822: write oid 17 current snap is 485 2024-09-13T14:36:59.972 INFO:tasks.rados.rados.0.smithi071.stdout:3822: seq_num 1435 ranges {518045=656679,1756131=361914} 2024-09-13T14:36:59.977 INFO:tasks.rados.rados.0.smithi071.stdout:3822: writing smithi07185159-17 from 518045 to 1174724 tid 1 2024-09-13T14:36:59.983 INFO:tasks.rados.rados.0.smithi071.stdout:3822: writing smithi07185159-17 from 1756131 to 2118045 tid 2 2024-09-13T14:36:59.983 INFO:tasks.rados.rados.0.smithi071.stdout:3823: write oid 41 current snap is 485 2024-09-13T14:36:59.983 INFO:tasks.rados.rados.0.smithi071.stdout:3823: seq_num 1436 ranges {534852=731928,1814613=320239} 2024-09-13T14:36:59.990 INFO:tasks.rados.rados.0.smithi071.stdout:3823: writing smithi07185159-41 from 534852 to 1266780 tid 1 2024-09-13T14:36:59.995 INFO:tasks.rados.rados.0.smithi071.stdout:3823: writing smithi07185159-41 from 1814613 to 2134852 tid 2 2024-09-13T14:36:59.996 INFO:tasks.rados.rados.0.smithi071.stdout:3824: delete oid 14 current snap is 485 2024-09-13T14:36:59.996 INFO:tasks.rados.rados.0.smithi071.stdout:3816: finishing rollback tid 0 to smithi07185159-27 2024-09-13T14:36:59.996 INFO:tasks.rados.rados.0.smithi071.stdout:3816: finishing rollback tid 1 to smithi07185159-27 2024-09-13T14:36:59.996 INFO:tasks.rados.rados.0.smithi071.stdout:3816: finishing rollback tid 2 to smithi07185159-27 2024-09-13T14:36:59.996 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 27 v 2062 (ObjNum 1407 snap 476 seq_num 1407) dirty exists 2024-09-13T14:36:59.996 INFO:tasks.rados.rados.0.smithi071.stdout:3817: finishing write tid 1 to smithi07185159-28 2024-09-13T14:36:59.996 INFO:tasks.rados.rados.0.smithi071.stdout:3817: finishing write tid 2 to smithi07185159-28 2024-09-13T14:36:59.996 INFO:tasks.rados.rados.0.smithi071.stdout:3817: finishing write tid 3 to smithi07185159-28 2024-09-13T14:36:59.996 INFO:tasks.rados.rados.0.smithi071.stdout:3817: finishing write tid 4 to smithi07185159-28 2024-09-13T14:36:59.996 INFO:tasks.rados.rados.0.smithi071.stdout:3817: oid 28 updating version 0 to 1786 2024-09-13T14:36:59.996 INFO:tasks.rados.rados.0.smithi071.stdout:3817: oid 28 updating version 1786 to 1788 2024-09-13T14:36:59.997 INFO:tasks.rados.rados.0.smithi071.stdout:3817: oid 28 version 1788 is already newer than 1787 2024-09-13T14:36:59.997 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 28 v 1788 (ObjNum 1434 snap 485 seq_num 1434) dirty exists 2024-09-13T14:36:59.997 INFO:tasks.rados.rados.0.smithi071.stdout:3817: left oid 28 (ObjNum 1434 snap 485 seq_num 1434) 2024-09-13T14:36:59.997 INFO:tasks.rados.rados.0.smithi071.stdout:3818: expect (ObjNum 1340 snap 456 seq_num 1340) 2024-09-13T14:37:00.138 INFO:tasks.rados.rados.0.smithi071.stdout:3822: finishing write tid 1 to smithi07185159-17 2024-09-13T14:37:00.138 INFO:tasks.rados.rados.0.smithi071.stdout:3815: done (8 left) 2024-09-13T14:37:00.138 INFO:tasks.rados.rados.0.smithi071.stdout:3816: done (7 left) 2024-09-13T14:37:00.138 INFO:tasks.rados.rados.0.smithi071.stdout:3817: done (6 left) 2024-09-13T14:37:00.138 INFO:tasks.rados.rados.0.smithi071.stdout:3818: done (5 left) 2024-09-13T14:37:00.138 INFO:tasks.rados.rados.0.smithi071.stdout:3820: done (4 left) 2024-09-13T14:37:00.139 INFO:tasks.rados.rados.0.smithi071.stdout:3824: done (3 left) 2024-09-13T14:37:00.139 INFO:tasks.rados.rados.0.smithi071.stdout:3825: delete oid 33 current snap is 485 2024-09-13T14:37:00.139 INFO:tasks.rados.rados.0.smithi071.stdout:3822: finishing write tid 2 to smithi07185159-17 2024-09-13T14:37:00.139 INFO:tasks.rados.rados.0.smithi071.stdout:3822: finishing write tid 3 to smithi07185159-17 2024-09-13T14:37:00.139 INFO:tasks.rados.rados.0.smithi071.stdout:3822: finishing write tid 4 to smithi07185159-17 2024-09-13T14:37:00.139 INFO:tasks.rados.rados.0.smithi071.stdout:3822: oid 17 updating version 0 to 1347 2024-09-13T14:37:00.139 INFO:tasks.rados.rados.0.smithi071.stdout:3822: oid 17 updating version 1347 to 1348 2024-09-13T14:37:00.139 INFO:tasks.rados.rados.0.smithi071.stdout:3822: oid 17 version 1348 is already newer than 1346 2024-09-13T14:37:00.139 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 17 v 1348 (ObjNum 1435 snap 485 seq_num 1435) dirty exists 2024-09-13T14:37:00.139 INFO:tasks.rados.rados.0.smithi071.stdout:3822: left oid 17 (ObjNum 1435 snap 485 seq_num 1435) 2024-09-13T14:37:00.139 INFO:tasks.rados.rados.0.smithi071.stdout:3821: expect (ObjNum 1299 snap 447 seq_num 1299) 2024-09-13T14:37:00.333 INFO:tasks.rados.rados.0.smithi071.stdout:3823: finishing write tid 1 to smithi07185159-41 2024-09-13T14:37:00.333 INFO:tasks.rados.rados.0.smithi071.stdout:3823: finishing write tid 2 to smithi07185159-41 2024-09-13T14:37:00.333 INFO:tasks.rados.rados.0.smithi071.stdout:3821: done (3 left) 2024-09-13T14:37:00.333 INFO:tasks.rados.rados.0.smithi071.stdout:3822: done (2 left) 2024-09-13T14:37:00.334 INFO:tasks.rados.rados.0.smithi071.stdout:3825: done (1 left) 2024-09-13T14:37:00.334 INFO:tasks.rados.rados.0.smithi071.stdout:3826: snap_create 2024-09-13T14:37:00.334 INFO:tasks.rados.rados.0.smithi071.stdout:3823: finishing write tid 3 to smithi07185159-41 2024-09-13T14:37:00.334 INFO:tasks.rados.rados.0.smithi071.stdout:3823: finishing write tid 4 to smithi07185159-41 2024-09-13T14:37:00.334 INFO:tasks.rados.rados.0.smithi071.stdout:3823: oid 41 updating version 0 to 2160 2024-09-13T14:37:00.334 INFO:tasks.rados.rados.0.smithi071.stdout:3823: oid 41 updating version 2160 to 2161 2024-09-13T14:37:00.334 INFO:tasks.rados.rados.0.smithi071.stdout:3823: oid 41 updating version 2161 to 2162 2024-09-13T14:37:00.334 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 41 v 2162 (ObjNum 1436 snap 485 seq_num 1436) dirty exists 2024-09-13T14:37:00.334 INFO:tasks.rados.rados.0.smithi071.stdout:3823: left oid 41 (ObjNum 1436 snap 485 seq_num 1436) 2024-09-13T14:37:00.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:59 smithi071 ceph-mon[107477]: pgmap v1003: 89 pgs: 89 active+clean; 260 MiB data, 873 MiB used, 714 GiB / 715 GiB avail; 3.2 MiB/s rd, 3.3 MiB/s wr, 15 op/s 2024-09-13T14:37:00.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:59 smithi071 ceph-mon[107477]: osdmap e1035: 8 total, 8 up, 8 in 2024-09-13T14:37:00.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:36:59 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:37:00.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:59 smithi071 ceph-mon[112785]: pgmap v1003: 89 pgs: 89 active+clean; 260 MiB data, 873 MiB used, 714 GiB / 715 GiB avail; 3.2 MiB/s rd, 3.3 MiB/s wr, 15 op/s 2024-09-13T14:37:00.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:59 smithi071 ceph-mon[112785]: osdmap e1035: 8 total, 8 up, 8 in 2024-09-13T14:37:00.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:36:59 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:37:00.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:59 smithi104 ceph-mon[105578]: pgmap v1003: 89 pgs: 89 active+clean; 260 MiB data, 873 MiB used, 714 GiB / 715 GiB avail; 3.2 MiB/s rd, 3.3 MiB/s wr, 15 op/s 2024-09-13T14:37:00.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:59 smithi104 ceph-mon[105578]: osdmap e1035: 8 total, 8 up, 8 in 2024-09-13T14:37:00.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:36:59 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:37:00.968 INFO:tasks.rados.rados.0.smithi071.stdout:3823: done (1 left) 2024-09-13T14:37:00.969 INFO:tasks.rados.rados.0.smithi071.stdout:3826: done (0 left) 2024-09-13T14:37:00.969 INFO:tasks.rados.rados.0.smithi071.stdout:3827: snap_remove snap 473 2024-09-13T14:37:01.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:00 smithi071 ceph-mon[112785]: osdmap e1036: 8 total, 8 up, 8 in 2024-09-13T14:37:01.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:00 smithi071 ceph-mon[107477]: osdmap e1036: 8 total, 8 up, 8 in 2024-09-13T14:37:01.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:00 smithi104 ceph-mon[105578]: osdmap e1036: 8 total, 8 up, 8 in 2024-09-13T14:37:01.970 INFO:tasks.rados.rados.0.smithi071.stdout:3827: done (0 left) 2024-09-13T14:37:01.971 INFO:tasks.rados.rados.0.smithi071.stdout:3828: rollback oid 34 current snap is 486 2024-09-13T14:37:01.971 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 34 to 471 2024-09-13T14:37:01.971 INFO:tasks.rados.rados.0.smithi071.stdout:3829: delete oid 9 current snap is 486 2024-09-13T14:37:01.971 INFO:tasks.rados.rados.0.smithi071.stdout:3828: finishing rollback tid 1 to smithi07185159-34 2024-09-13T14:37:01.971 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 34 v 0 (ObjNum 129 snap 0 seq_num 1960886768) dirty dne 2024-09-13T14:37:01.979 INFO:tasks.rados.rados.0.smithi071.stdout:3828: done (1 left) 2024-09-13T14:37:01.980 INFO:tasks.rados.rados.0.smithi071.stdout:3829: done (0 left) 2024-09-13T14:37:01.980 INFO:tasks.rados.rados.0.smithi071.stdout:3830: write oid 15 current snap is 486 2024-09-13T14:37:01.980 INFO:tasks.rados.rados.0.smithi071.stdout:3830: seq_num 1440 ranges {602080=749277,2048541=153539} 2024-09-13T14:37:01.987 INFO:tasks.rados.rados.0.smithi071.stdout:3830: writing smithi07185159-15 from 602080 to 1351357 tid 1 2024-09-13T14:37:01.992 INFO:tasks.rados.rados.0.smithi071.stdout:3830: writing smithi07185159-15 from 2048541 to 2202080 tid 2 2024-09-13T14:37:01.992 INFO:tasks.rados.rados.0.smithi071.stdout:3831: delete oid 24 current snap is 486 2024-09-13T14:37:01.992 INFO:tasks.rados.rados.0.smithi071.stdout:3830: finishing write tid 1 to smithi07185159-15 2024-09-13T14:37:01.997 INFO:tasks.rados.rados.0.smithi071.stdout:3831: done (1 left) 2024-09-13T14:37:01.997 INFO:tasks.rados.rados.0.smithi071.stdout:3832: delete oid 3 current snap is 486 2024-09-13T14:37:01.997 INFO:tasks.rados.rados.0.smithi071.stdout:3830: finishing write tid 2 to smithi07185159-15 2024-09-13T14:37:01.997 INFO:tasks.rados.rados.0.smithi071.stdout:3830: finishing write tid 3 to smithi07185159-15 2024-09-13T14:37:01.997 INFO:tasks.rados.rados.0.smithi071.stdout:3830: finishing write tid 4 to smithi07185159-15 2024-09-13T14:37:01.997 INFO:tasks.rados.rados.0.smithi071.stdout:3830: oid 15 updating version 0 to 3622 2024-09-13T14:37:01.997 INFO:tasks.rados.rados.0.smithi071.stdout:3830: oid 15 updating version 3622 to 3623 2024-09-13T14:37:01.997 INFO:tasks.rados.rados.0.smithi071.stdout:3830: oid 15 version 3623 is already newer than 3621 2024-09-13T14:37:01.997 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 15 v 3623 (ObjNum 1440 snap 486 seq_num 1440) dirty exists 2024-09-13T14:37:01.997 INFO:tasks.rados.rados.0.smithi071.stdout:3830: left oid 15 (ObjNum 1440 snap 486 seq_num 1440) 2024-09-13T14:37:01.999 INFO:tasks.rados.rados.0.smithi071.stdout:3830: done (1 left) 2024-09-13T14:37:01.999 INFO:tasks.rados.rados.0.smithi071.stdout:3832: done (0 left) 2024-09-13T14:37:01.999 INFO:tasks.rados.rados.0.smithi071.stdout:3833: read oid 3 snap -1 2024-09-13T14:37:01.999 INFO:tasks.rados.rados.0.smithi071.stdout:3833: expect deleted 2024-09-13T14:37:01.999 INFO:tasks.rados.rados.0.smithi071.stdout:3834: read oid 8 snap 483 2024-09-13T14:37:01.999 INFO:tasks.rados.rados.0.smithi071.stdout:3834: expect (ObjNum 1425 snap 482 seq_num 1425) 2024-09-13T14:37:01.999 INFO:tasks.rados.rados.0.smithi071.stdout:3835: read oid 33 snap -1 2024-09-13T14:37:01.999 INFO:tasks.rados.rados.0.smithi071.stdout:3835: expect deleted 2024-09-13T14:37:01.999 INFO:tasks.rados.rados.0.smithi071.stdout:3836: write oid 19 current snap is 486 2024-09-13T14:37:02.000 INFO:tasks.rados.rados.0.smithi071.stdout:3836: seq_num 1443 ranges {652501=575024,1707634=544867} 2024-09-13T14:37:02.006 INFO:tasks.rados.rados.0.smithi071.stdout:3836: writing smithi07185159-19 from 652501 to 1227525 tid 1 2024-09-13T14:37:02.012 INFO:tasks.rados.rados.0.smithi071.stdout:3836: writing smithi07185159-19 from 1707634 to 2252501 tid 2 2024-09-13T14:37:02.012 INFO:tasks.rados.rados.0.smithi071.stdout:3837: snap_create 2024-09-13T14:37:02.012 INFO:tasks.rados.rados.0.smithi071.stdout:3834: expect (ObjNum 1425 snap 482 seq_num 1425) 2024-09-13T14:37:02.198 INFO:tasks.rados.rados.0.smithi071.stdout:3836: finishing write tid 1 to smithi07185159-19 2024-09-13T14:37:02.198 INFO:tasks.rados.rados.0.smithi071.stdout:3836: finishing write tid 2 to smithi07185159-19 2024-09-13T14:37:02.198 INFO:tasks.rados.rados.0.smithi071.stdout:3836: finishing write tid 3 to smithi07185159-19 2024-09-13T14:37:02.198 INFO:tasks.rados.rados.0.smithi071.stdout:3836: finishing write tid 4 to smithi07185159-19 2024-09-13T14:37:02.198 INFO:tasks.rados.rados.0.smithi071.stdout:3836: oid 19 updating version 0 to 1355 2024-09-13T14:37:02.199 INFO:tasks.rados.rados.0.smithi071.stdout:3836: oid 19 updating version 1355 to 1356 2024-09-13T14:37:02.199 INFO:tasks.rados.rados.0.smithi071.stdout:3836: oid 19 version 1356 is already newer than 1354 2024-09-13T14:37:02.199 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 19 v 1356 (ObjNum 1443 snap 486 seq_num 1443) dirty exists 2024-09-13T14:37:02.199 INFO:tasks.rados.rados.0.smithi071.stdout:3836: left oid 19 (ObjNum 1443 snap 486 seq_num 1443) 2024-09-13T14:37:02.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:01 smithi071 ceph-mon[107477]: pgmap v1006: 89 pgs: 89 active+clean; 234 MiB data, 821 MiB used, 714 GiB / 715 GiB avail; 5.4 MiB/s rd, 1.6 MiB/s wr, 12 op/s 2024-09-13T14:37:02.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:01 smithi071 ceph-mon[107477]: osdmap e1037: 8 total, 8 up, 8 in 2024-09-13T14:37:02.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:01 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:37:02.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:01 smithi071 ceph-mon[112785]: pgmap v1006: 89 pgs: 89 active+clean; 234 MiB data, 821 MiB used, 714 GiB / 715 GiB avail; 5.4 MiB/s rd, 1.6 MiB/s wr, 12 op/s 2024-09-13T14:37:02.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:01 smithi071 ceph-mon[112785]: osdmap e1037: 8 total, 8 up, 8 in 2024-09-13T14:37:02.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:01 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:37:02.420 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:01 smithi104 ceph-mon[105578]: pgmap v1006: 89 pgs: 89 active+clean; 234 MiB data, 821 MiB used, 714 GiB / 715 GiB avail; 5.4 MiB/s rd, 1.6 MiB/s wr, 12 op/s 2024-09-13T14:37:02.420 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:01 smithi104 ceph-mon[105578]: osdmap e1037: 8 total, 8 up, 8 in 2024-09-13T14:37:02.420 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:01 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:37:02.958 INFO:tasks.rados.rados.0.smithi071.stdout:3833: done (4 left) 2024-09-13T14:37:02.958 INFO:tasks.rados.rados.0.smithi071.stdout:3834: done (3 left) 2024-09-13T14:37:02.958 INFO:tasks.rados.rados.0.smithi071.stdout:3835: done (2 left) 2024-09-13T14:37:02.958 INFO:tasks.rados.rados.0.smithi071.stdout:3836: done (1 left) 2024-09-13T14:37:02.958 INFO:tasks.rados.rados.0.smithi071.stdout:3837: done (0 left) 2024-09-13T14:37:02.958 INFO:tasks.rados.rados.0.smithi071.stdout:3838: write oid 25 current snap is 487 2024-09-13T14:37:02.958 INFO:tasks.rados.rados.0.smithi071.stdout:3838: seq_num 1444 ranges {669308=650273,1766116=467838} 2024-09-13T14:37:02.965 INFO:tasks.rados.rados.0.smithi071.stdout:3838: writing smithi07185159-25 from 669308 to 1319581 tid 1 2024-09-13T14:37:02.970 INFO:tasks.rados.rados.0.smithi071.stdout:3838: writing smithi07185159-25 from 1766116 to 2233954 tid 2 2024-09-13T14:37:02.970 INFO:tasks.rados.rados.0.smithi071.stdout:3839: read oid 43 snap -1 2024-09-13T14:37:02.970 INFO:tasks.rados.rados.0.smithi071.stdout:3839: expect (ObjNum 1292 snap 447 seq_num 1292) 2024-09-13T14:37:02.970 INFO:tasks.rados.rados.0.smithi071.stdout:3840: snap_remove snap 484 2024-09-13T14:37:02.975 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:37:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:37:02] "GET /metrics HTTP/1.1" 200 36397 "" "Prometheus/2.51.0" 2024-09-13T14:37:03.341 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:02 smithi104 ceph-mon[105578]: osdmap e1038: 8 total, 8 up, 8 in 2024-09-13T14:37:03.341 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:02 smithi104 ceph-mon[105578]: osdmap e1039: 8 total, 8 up, 8 in 2024-09-13T14:37:03.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:02 smithi071 ceph-mon[107477]: osdmap e1038: 8 total, 8 up, 8 in 2024-09-13T14:37:03.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:02 smithi071 ceph-mon[107477]: osdmap e1039: 8 total, 8 up, 8 in 2024-09-13T14:37:03.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:02 smithi071 ceph-mon[112785]: osdmap e1038: 8 total, 8 up, 8 in 2024-09-13T14:37:03.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:02 smithi071 ceph-mon[112785]: osdmap e1039: 8 total, 8 up, 8 in 2024-09-13T14:37:03.979 INFO:tasks.rados.rados.0.smithi071.stdout:3840: done (2 left) 2024-09-13T14:37:03.979 INFO:tasks.rados.rados.0.smithi071.stdout:3841: read oid 15 snap -1 2024-09-13T14:37:03.979 INFO:tasks.rados.rados.0.smithi071.stdout:3841: expect (ObjNum 1440 snap 486 seq_num 1440) 2024-09-13T14:37:03.979 INFO:tasks.rados.rados.0.smithi071.stdout:3842: read oid 11 snap -1 2024-09-13T14:37:03.979 INFO:tasks.rados.rados.0.smithi071.stdout:3842: expect (ObjNum 1422 snap 481 seq_num 1422) 2024-09-13T14:37:03.979 INFO:tasks.rados.rados.0.smithi071.stdout:3843: delete oid 1 current snap is 487 2024-09-13T14:37:03.980 INFO:tasks.rados.rados.0.smithi071.stdout:3838: finishing write tid 1 to smithi07185159-25 2024-09-13T14:37:03.980 INFO:tasks.rados.rados.0.smithi071.stdout:3838: finishing write tid 2 to smithi07185159-25 2024-09-13T14:37:03.980 INFO:tasks.rados.rados.0.smithi071.stdout:3838: finishing write tid 3 to smithi07185159-25 2024-09-13T14:37:03.980 INFO:tasks.rados.rados.0.smithi071.stdout:3838: finishing write tid 4 to smithi07185159-25 2024-09-13T14:37:03.980 INFO:tasks.rados.rados.0.smithi071.stdout:3838: oid 25 updating version 0 to 2067 2024-09-13T14:37:03.980 INFO:tasks.rados.rados.0.smithi071.stdout:3838: oid 25 updating version 2067 to 2068 2024-09-13T14:37:03.980 INFO:tasks.rados.rados.0.smithi071.stdout:3838: oid 25 updating version 2068 to 2069 2024-09-13T14:37:03.980 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 25 v 2069 (ObjNum 1444 snap 487 seq_num 1444) dirty exists 2024-09-13T14:37:03.980 INFO:tasks.rados.rados.0.smithi071.stdout:3838: left oid 25 (ObjNum 1444 snap 487 seq_num 1444) 2024-09-13T14:37:03.981 INFO:tasks.rados.rados.0.smithi071.stdout:3839: expect (ObjNum 1292 snap 447 seq_num 1292) 2024-09-13T14:37:04.104 INFO:tasks.rados.rados.0.smithi071.stdout:3842: expect (ObjNum 1422 snap 481 seq_num 1422) 2024-09-13T14:37:04.252 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:03 smithi071 ceph-mon[107477]: pgmap v1009: 89 pgs: 89 active+clean; 225 MiB data, 819 MiB used, 714 GiB / 715 GiB avail; 8.8 MiB/s rd, 2.2 MiB/s wr, 19 op/s 2024-09-13T14:37:04.252 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:03 smithi071 ceph-mon[112785]: pgmap v1009: 89 pgs: 89 active+clean; 225 MiB data, 819 MiB used, 714 GiB / 715 GiB avail; 8.8 MiB/s rd, 2.2 MiB/s wr, 19 op/s 2024-09-13T14:37:04.293 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:03 smithi104 ceph-mon[105578]: pgmap v1009: 89 pgs: 89 active+clean; 225 MiB data, 819 MiB used, 714 GiB / 715 GiB avail; 8.8 MiB/s rd, 2.2 MiB/s wr, 19 op/s 2024-09-13T14:37:04.329 INFO:tasks.rados.rados.0.smithi071.stdout:3841: expect (ObjNum 1440 snap 486 seq_num 1440) 2024-09-13T14:37:04.476 INFO:tasks.rados.rados.0.smithi071.stdout:3838: done (4 left) 2024-09-13T14:37:04.476 INFO:tasks.rados.rados.0.smithi071.stdout:3839: done (3 left) 2024-09-13T14:37:04.476 INFO:tasks.rados.rados.0.smithi071.stdout:3841: done (2 left) 2024-09-13T14:37:04.476 INFO:tasks.rados.rados.0.smithi071.stdout:3842: done (1 left) 2024-09-13T14:37:04.476 INFO:tasks.rados.rados.0.smithi071.stdout:3843: done (0 left) 2024-09-13T14:37:04.476 INFO:tasks.rados.rados.0.smithi071.stdout:3844: write oid 38 current snap is 487 2024-09-13T14:37:04.476 INFO:tasks.rados.rados.0.smithi071.stdout:3844: seq_num 1446 ranges {702922=517124,1883080=419842} 2024-09-13T14:37:04.482 INFO:tasks.rados.rados.0.smithi071.stdout:3844: writing smithi07185159-38 from 702922 to 1220046 tid 1 2024-09-13T14:37:04.488 INFO:tasks.rados.rados.0.smithi071.stdout:3844: writing smithi07185159-38 from 1883080 to 2302922 tid 2 2024-09-13T14:37:04.488 INFO:tasks.rados.rados.0.smithi071.stdout:3845: snap_remove snap 481 2024-09-13T14:37:04.990 INFO:tasks.rados.rados.0.smithi071.stdout:3845: done (1 left) 2024-09-13T14:37:04.990 INFO:tasks.rados.rados.0.smithi071.stdout:3846: read oid 44 snap 476 2024-09-13T14:37:04.990 INFO:tasks.rados.rados.0.smithi071.stdout:3846: expect (ObjNum 1398 snap 472 seq_num 1398) 2024-09-13T14:37:04.990 INFO:tasks.rados.rados.0.smithi071.stdout:3847: snap_create 2024-09-13T14:37:04.991 INFO:tasks.rados.rados.0.smithi071.stdout:3844: finishing write tid 1 to smithi07185159-38 2024-09-13T14:37:04.991 INFO:tasks.rados.rados.0.smithi071.stdout:3844: finishing write tid 2 to smithi07185159-38 2024-09-13T14:37:04.991 INFO:tasks.rados.rados.0.smithi071.stdout:3844: finishing write tid 3 to smithi07185159-38 2024-09-13T14:37:04.991 INFO:tasks.rados.rados.0.smithi071.stdout:3844: finishing write tid 4 to smithi07185159-38 2024-09-13T14:37:04.991 INFO:tasks.rados.rados.0.smithi071.stdout:3844: oid 38 updating version 0 to 2073 2024-09-13T14:37:04.991 INFO:tasks.rados.rados.0.smithi071.stdout:3844: oid 38 version 2073 is already newer than 2072 2024-09-13T14:37:04.991 INFO:tasks.rados.rados.0.smithi071.stdout:3844: oid 38 version 2073 is already newer than 2071 2024-09-13T14:37:04.991 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 38 v 2073 (ObjNum 1446 snap 487 seq_num 1446) dirty exists 2024-09-13T14:37:04.991 INFO:tasks.rados.rados.0.smithi071.stdout:3844: left oid 38 (ObjNum 1446 snap 487 seq_num 1446) 2024-09-13T14:37:05.006 INFO:tasks.rados.rados.0.smithi071.stdout:3846: expect (ObjNum 1398 snap 472 seq_num 1398) 2024-09-13T14:37:05.207 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:04 smithi104 ceph-mon[105578]: osdmap e1040: 8 total, 8 up, 8 in 2024-09-13T14:37:05.207 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:04 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:37:05.208 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:04 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:37:05.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:04 smithi071 ceph-mon[107477]: osdmap e1040: 8 total, 8 up, 8 in 2024-09-13T14:37:05.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:04 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:37:05.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:04 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:37:05.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:04 smithi071 ceph-mon[112785]: osdmap e1040: 8 total, 8 up, 8 in 2024-09-13T14:37:05.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:04 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:37:05.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:04 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:37:05.993 INFO:tasks.rados.rados.0.smithi071.stdout:3844: done (2 left) 2024-09-13T14:37:05.993 INFO:tasks.rados.rados.0.smithi071.stdout:3846: done (1 left) 2024-09-13T14:37:05.993 INFO:tasks.rados.rados.0.smithi071.stdout:3847: done (0 left) 2024-09-13T14:37:05.993 INFO:tasks.rados.rados.0.smithi071.stdout:3848: read oid 18 snap -1 2024-09-13T14:37:05.993 INFO:tasks.rados.rados.0.smithi071.stdout:3848: expect deleted 2024-09-13T14:37:05.993 INFO:tasks.rados.rados.0.smithi071.stdout:3849: snap_create 2024-09-13T14:37:06.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:05 smithi071 ceph-mon[107477]: pgmap v1012: 89 pgs: 89 active+clean; 225 MiB data, 823 MiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 1.0 MiB/s wr, 14 op/s 2024-09-13T14:37:06.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:05 smithi071 ceph-mon[107477]: osdmap e1041: 8 total, 8 up, 8 in 2024-09-13T14:37:06.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:05 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:37:06.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:05 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:37:06.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:05 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:37:06.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:05 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:37:06.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:05 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:37:06.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:05 smithi071 ceph-mon[112785]: pgmap v1012: 89 pgs: 89 active+clean; 225 MiB data, 823 MiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 1.0 MiB/s wr, 14 op/s 2024-09-13T14:37:06.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:05 smithi071 ceph-mon[112785]: osdmap e1041: 8 total, 8 up, 8 in 2024-09-13T14:37:06.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:05 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:37:06.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:05 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:37:06.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:05 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:37:06.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:05 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:37:06.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:05 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:37:06.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:05 smithi104 ceph-mon[105578]: pgmap v1012: 89 pgs: 89 active+clean; 225 MiB data, 823 MiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 1.0 MiB/s wr, 14 op/s 2024-09-13T14:37:06.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:05 smithi104 ceph-mon[105578]: osdmap e1041: 8 total, 8 up, 8 in 2024-09-13T14:37:06.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:05 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:37:06.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:05 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:37:06.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:05 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:37:06.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:05 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:37:06.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:05 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:37:07.011 INFO:tasks.rados.rados.0.smithi071.stdout:3848: done (1 left) 2024-09-13T14:37:07.011 INFO:tasks.rados.rados.0.smithi071.stdout:3849: done (0 left) 2024-09-13T14:37:07.011 INFO:tasks.rados.rados.0.smithi071.stdout:3850: write oid 20 current snap is 489 2024-09-13T14:37:07.011 INFO:tasks.rados.rados.0.smithi071.stdout:3850: seq_num 1447 ranges {719729=592373,1941562=378167} 2024-09-13T14:37:07.018 INFO:tasks.rados.rados.0.smithi071.stdout:3850: writing smithi07185159-20 from 719729 to 1312102 tid 1 2024-09-13T14:37:07.024 INFO:tasks.rados.rados.0.smithi071.stdout:3850: writing smithi07185159-20 from 1941562 to 2319729 tid 2 2024-09-13T14:37:07.024 INFO:tasks.rados.rados.0.smithi071.stdout:3851: snap_create 2024-09-13T14:37:07.026 INFO:tasks.rados.rados.0.smithi071.stdout:3850: finishing write tid 1 to smithi07185159-20 2024-09-13T14:37:07.027 INFO:tasks.rados.rados.0.smithi071.stdout:3850: finishing write tid 2 to smithi07185159-20 2024-09-13T14:37:07.028 INFO:tasks.rados.rados.0.smithi071.stdout:3850: finishing write tid 3 to smithi07185159-20 2024-09-13T14:37:07.028 INFO:tasks.rados.rados.0.smithi071.stdout:3850: finishing write tid 4 to smithi07185159-20 2024-09-13T14:37:07.028 INFO:tasks.rados.rados.0.smithi071.stdout:3850: oid 20 updating version 0 to 1806 2024-09-13T14:37:07.028 INFO:tasks.rados.rados.0.smithi071.stdout:3850: oid 20 version 1806 is already newer than 1805 2024-09-13T14:37:07.028 INFO:tasks.rados.rados.0.smithi071.stdout:3850: oid 20 version 1806 is already newer than 1804 2024-09-13T14:37:07.028 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 20 v 1806 (ObjNum 1447 snap 489 seq_num 1447) dirty exists 2024-09-13T14:37:07.028 INFO:tasks.rados.rados.0.smithi071.stdout:3850: left oid 20 (ObjNum 1447 snap 489 seq_num 1447) 2024-09-13T14:37:07.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:07 smithi071 ceph-mon[107477]: osdmap e1042: 8 total, 8 up, 8 in 2024-09-13T14:37:07.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:07 smithi071 ceph-mon[112785]: osdmap e1042: 8 total, 8 up, 8 in 2024-09-13T14:37:07.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:07 smithi104 ceph-mon[105578]: osdmap e1042: 8 total, 8 up, 8 in 2024-09-13T14:37:07.956 INFO:tasks.rados.rados.0.smithi071.stdout:3850: done (1 left) 2024-09-13T14:37:07.956 INFO:tasks.rados.rados.0.smithi071.stdout:3851: done (0 left) 2024-09-13T14:37:07.956 INFO:tasks.rados.rados.0.smithi071.stdout:3852: write oid 43 current snap is 490 2024-09-13T14:37:07.957 INFO:tasks.rados.rados.0.smithi071.stdout:3852: seq_num 1448 ranges {736536=667622,2000044=336492} 2024-09-13T14:37:07.963 INFO:tasks.rados.rados.0.smithi071.stdout:3852: writing smithi07185159-43 from 736536 to 1404158 tid 1 2024-09-13T14:37:07.969 INFO:tasks.rados.rados.0.smithi071.stdout:3852: writing smithi07185159-43 from 2000044 to 2336536 tid 2 2024-09-13T14:37:07.970 INFO:tasks.rados.rados.0.smithi071.stdout:3853: rollback oid 16 current snap is 490 2024-09-13T14:37:07.970 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 16 to 488 2024-09-13T14:37:07.970 INFO:tasks.rados.rados.0.smithi071.stdout:3854: rollback oid 31 current snap is 490 2024-09-13T14:37:07.970 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 31 to 488 2024-09-13T14:37:07.970 INFO:tasks.rados.rados.0.smithi071.stdout:3855: read oid 4 snap -1 2024-09-13T14:37:07.970 INFO:tasks.rados.rados.0.smithi071.stdout:3855: expect (ObjNum 1369 snap 467 seq_num 1369) 2024-09-13T14:37:07.970 INFO:tasks.rados.rados.0.smithi071.stdout:3856: write oid 29 current snap is 490 2024-09-13T14:37:07.970 INFO:tasks.rados.rados.0.smithi071.stdout:3856: seq_num 1449 ranges {753343=742871,1942173=411170} 2024-09-13T14:37:07.978 INFO:tasks.rados.rados.0.smithi071.stdout:3856: writing smithi07185159-29 from 753343 to 1496214 tid 1 2024-09-13T14:37:07.983 INFO:tasks.rados.rados.0.smithi071.stdout:3856: writing smithi07185159-29 from 1942173 to 2353343 tid 2 2024-09-13T14:37:07.983 INFO:tasks.rados.rados.0.smithi071.stdout:3857: write oid 44 current snap is 490 2024-09-13T14:37:07.983 INFO:tasks.rados.rados.0.smithi071.stdout:3852: finishing write tid 1 to smithi07185159-43 2024-09-13T14:37:07.983 INFO:tasks.rados.rados.0.smithi071.stdout:3857: seq_num 1450 ranges {770150=418120,1600655=478845} 2024-09-13T14:37:07.989 INFO:tasks.rados.rados.0.smithi071.stdout:3857: writing smithi07185159-44 from 770150 to 1188270 tid 1 2024-09-13T14:37:07.995 INFO:tasks.rados.rados.0.smithi071.stdout:3857: writing smithi07185159-44 from 1600655 to 2079500 tid 2 2024-09-13T14:37:07.995 INFO:tasks.rados.rados.0.smithi071.stdout:3858: read oid 33 snap -1 2024-09-13T14:37:07.995 INFO:tasks.rados.rados.0.smithi071.stdout:3858: expect deleted 2024-09-13T14:37:07.995 INFO:tasks.rados.rados.0.smithi071.stdout:3859: snap_create 2024-09-13T14:37:07.995 INFO:tasks.rados.rados.0.smithi071.stdout:3852: finishing write tid 2 to smithi07185159-43 2024-09-13T14:37:07.995 INFO:tasks.rados.rados.0.smithi071.stdout:3852: finishing write tid 3 to smithi07185159-43 2024-09-13T14:37:07.995 INFO:tasks.rados.rados.0.smithi071.stdout:3852: finishing write tid 4 to smithi07185159-43 2024-09-13T14:37:07.995 INFO:tasks.rados.rados.0.smithi071.stdout:3852: oid 43 updating version 0 to 1212 2024-09-13T14:37:07.996 INFO:tasks.rados.rados.0.smithi071.stdout:3852: oid 43 version 1212 is already newer than 1210 2024-09-13T14:37:07.996 INFO:tasks.rados.rados.0.smithi071.stdout:3852: oid 43 version 1212 is already newer than 1211 2024-09-13T14:37:07.996 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 43 v 1212 (ObjNum 1448 snap 490 seq_num 1448) dirty exists 2024-09-13T14:37:07.996 INFO:tasks.rados.rados.0.smithi071.stdout:3852: left oid 43 (ObjNum 1448 snap 490 seq_num 1448) 2024-09-13T14:37:07.996 INFO:tasks.rados.rados.0.smithi071.stdout:3853: finishing rollback tid 0 to smithi07185159-16 2024-09-13T14:37:07.996 INFO:tasks.rados.rados.0.smithi071.stdout:3853: finishing rollback tid 1 to smithi07185159-16 2024-09-13T14:37:07.996 INFO:tasks.rados.rados.0.smithi071.stdout:3853: finishing rollback tid 2 to smithi07185159-16 2024-09-13T14:37:07.996 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 16 v 1216 (ObjNum 1380 snap 469 seq_num 1380) dirty exists 2024-09-13T14:37:07.996 INFO:tasks.rados.rados.0.smithi071.stdout:3854: finishing rollback tid 0 to smithi07185159-31 2024-09-13T14:37:07.996 INFO:tasks.rados.rados.0.smithi071.stdout:3854: finishing rollback tid 1 to smithi07185159-31 2024-09-13T14:37:07.996 INFO:tasks.rados.rados.0.smithi071.stdout:3854: finishing rollback tid 2 to smithi07185159-31 2024-09-13T14:37:07.996 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 31 v 2079 (ObjNum 1392 snap 470 seq_num 1392) dirty exists 2024-09-13T14:37:07.996 INFO:tasks.rados.rados.0.smithi071.stdout:3855: expect (ObjNum 1369 snap 467 seq_num 1369) 2024-09-13T14:37:08.160 INFO:tasks.rados.rados.0.smithi071.stdout:3856: finishing write tid 1 to smithi07185159-29 2024-09-13T14:37:08.160 INFO:tasks.rados.rados.0.smithi071.stdout:3856: finishing write tid 2 to smithi07185159-29 2024-09-13T14:37:08.161 INFO:tasks.rados.rados.0.smithi071.stdout:3856: finishing write tid 3 to smithi07185159-29 2024-09-13T14:37:08.161 INFO:tasks.rados.rados.0.smithi071.stdout:3856: finishing write tid 4 to smithi07185159-29 2024-09-13T14:37:08.161 INFO:tasks.rados.rados.0.smithi071.stdout:3856: oid 29 updating version 0 to 2175 2024-09-13T14:37:08.161 INFO:tasks.rados.rados.0.smithi071.stdout:3856: oid 29 version 2175 is already newer than 2174 2024-09-13T14:37:08.161 INFO:tasks.rados.rados.0.smithi071.stdout:3856: oid 29 updating version 2175 to 2176 2024-09-13T14:37:08.161 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 29 v 2176 (ObjNum 1449 snap 490 seq_num 1449) dirty exists 2024-09-13T14:37:08.161 INFO:tasks.rados.rados.0.smithi071.stdout:3856: left oid 29 (ObjNum 1449 snap 490 seq_num 1449) 2024-09-13T14:37:08.161 INFO:tasks.rados.rados.0.smithi071.stdout:3857: finishing write tid 1 to smithi07185159-44 2024-09-13T14:37:08.161 INFO:tasks.rados.rados.0.smithi071.stdout:3857: finishing write tid 2 to smithi07185159-44 2024-09-13T14:37:08.161 INFO:tasks.rados.rados.0.smithi071.stdout:3857: finishing write tid 3 to smithi07185159-44 2024-09-13T14:37:08.161 INFO:tasks.rados.rados.0.smithi071.stdout:3857: finishing write tid 4 to smithi07185159-44 2024-09-13T14:37:08.161 INFO:tasks.rados.rados.0.smithi071.stdout:3857: oid 44 updating version 0 to 2082 2024-09-13T14:37:08.162 INFO:tasks.rados.rados.0.smithi071.stdout:3857: oid 44 updating version 2082 to 2083 2024-09-13T14:37:08.162 INFO:tasks.rados.rados.0.smithi071.stdout:3857: oid 44 version 2083 is already newer than 2081 2024-09-13T14:37:08.162 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 44 v 2083 (ObjNum 1450 snap 490 seq_num 1450) dirty exists 2024-09-13T14:37:08.162 INFO:tasks.rados.rados.0.smithi071.stdout:3857: left oid 44 (ObjNum 1450 snap 490 seq_num 1450) 2024-09-13T14:37:08.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:08 smithi071 ceph-mon[107477]: pgmap v1015: 89 pgs: 89 active+clean; 228 MiB data, 831 MiB used, 714 GiB / 715 GiB avail; 18 MiB/s rd, 997 KiB/s wr, 17 op/s 2024-09-13T14:37:08.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:08 smithi071 ceph-mon[107477]: osdmap e1043: 8 total, 8 up, 8 in 2024-09-13T14:37:08.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:08 smithi071 ceph-mon[107477]: osdmap e1044: 8 total, 8 up, 8 in 2024-09-13T14:37:08.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:08 smithi071 ceph-mon[112785]: pgmap v1015: 89 pgs: 89 active+clean; 228 MiB data, 831 MiB used, 714 GiB / 715 GiB avail; 18 MiB/s rd, 997 KiB/s wr, 17 op/s 2024-09-13T14:37:08.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:08 smithi071 ceph-mon[112785]: osdmap e1043: 8 total, 8 up, 8 in 2024-09-13T14:37:08.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:08 smithi071 ceph-mon[112785]: osdmap e1044: 8 total, 8 up, 8 in 2024-09-13T14:37:08.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:08 smithi104 ceph-mon[105578]: pgmap v1015: 89 pgs: 89 active+clean; 228 MiB data, 831 MiB used, 714 GiB / 715 GiB avail; 18 MiB/s rd, 997 KiB/s wr, 17 op/s 2024-09-13T14:37:08.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:08 smithi104 ceph-mon[105578]: osdmap e1043: 8 total, 8 up, 8 in 2024-09-13T14:37:08.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:08 smithi104 ceph-mon[105578]: osdmap e1044: 8 total, 8 up, 8 in 2024-09-13T14:37:08.957 INFO:tasks.rados.rados.0.smithi071.stdout:3852: done (7 left) 2024-09-13T14:37:08.957 INFO:tasks.rados.rados.0.smithi071.stdout:3853: done (6 left) 2024-09-13T14:37:08.957 INFO:tasks.rados.rados.0.smithi071.stdout:3854: done (5 left) 2024-09-13T14:37:08.958 INFO:tasks.rados.rados.0.smithi071.stdout:3855: done (4 left) 2024-09-13T14:37:08.958 INFO:tasks.rados.rados.0.smithi071.stdout:3856: done (3 left) 2024-09-13T14:37:08.958 INFO:tasks.rados.rados.0.smithi071.stdout:3857: done (2 left) 2024-09-13T14:37:08.958 INFO:tasks.rados.rados.0.smithi071.stdout:3858: done (1 left) 2024-09-13T14:37:08.958 INFO:tasks.rados.rados.0.smithi071.stdout:3859: done (0 left) 2024-09-13T14:37:08.958 INFO:tasks.rados.rados.0.smithi071.stdout:3860: write oid 44 current snap is 491 2024-09-13T14:37:08.958 INFO:tasks.rados.rados.0.smithi071.stdout:3860: seq_num 1451 ranges {786957=493369,2059137=327820} 2024-09-13T14:37:08.964 INFO:tasks.rados.rados.0.smithi071.stdout:3860: writing smithi07185159-44 from 786957 to 1280326 tid 1 2024-09-13T14:37:08.970 INFO:tasks.rados.rados.0.smithi071.stdout:3860: writing smithi07185159-44 from 2059137 to 2386957 tid 2 2024-09-13T14:37:08.970 INFO:tasks.rados.rados.0.smithi071.stdout:3861: read oid 10 snap 485 2024-09-13T14:37:08.971 INFO:tasks.rados.rados.0.smithi071.stdout:3861: expect (ObjNum 1419 snap 480 seq_num 1419) 2024-09-13T14:37:08.971 INFO:tasks.rados.rados.0.smithi071.stdout:3862: write oid 41 current snap is 491 2024-09-13T14:37:08.971 INFO:tasks.rados.rados.0.smithi071.stdout:3862: seq_num 1452 ranges {403764=568618,1717619=686145} 2024-09-13T14:37:08.975 INFO:tasks.rados.rados.0.smithi071.stdout:3862: writing smithi07185159-41 from 403764 to 972382 tid 1 2024-09-13T14:37:08.984 INFO:tasks.rados.rados.0.smithi071.stdout:3862: writing smithi07185159-41 from 1717619 to 2403764 tid 2 2024-09-13T14:37:08.984 INFO:tasks.rados.rados.0.smithi071.stdout:3863: delete oid 37 current snap is 491 2024-09-13T14:37:08.984 INFO:tasks.rados.rados.0.smithi071.stdout:3860: finishing write tid 1 to smithi07185159-44 2024-09-13T14:37:08.985 INFO:tasks.rados.rados.0.smithi071.stdout:3862: finishing write tid 1 to smithi07185159-41 2024-09-13T14:37:08.985 INFO:tasks.rados.rados.0.smithi071.stdout:3860: finishing write tid 2 to smithi07185159-44 2024-09-13T14:37:08.985 INFO:tasks.rados.rados.0.smithi071.stdout:3860: finishing write tid 3 to smithi07185159-44 2024-09-13T14:37:08.985 INFO:tasks.rados.rados.0.smithi071.stdout:3860: finishing write tid 4 to smithi07185159-44 2024-09-13T14:37:08.985 INFO:tasks.rados.rados.0.smithi071.stdout:3860: oid 44 updating version 0 to 2087 2024-09-13T14:37:08.985 INFO:tasks.rados.rados.0.smithi071.stdout:3860: oid 44 version 2087 is already newer than 2086 2024-09-13T14:37:08.985 INFO:tasks.rados.rados.0.smithi071.stdout:3860: oid 44 version 2087 is already newer than 2085 2024-09-13T14:37:08.985 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 44 v 2087 (ObjNum 1451 snap 491 seq_num 1451) dirty exists 2024-09-13T14:37:08.985 INFO:tasks.rados.rados.0.smithi071.stdout:3860: left oid 44 (ObjNum 1451 snap 491 seq_num 1451) 2024-09-13T14:37:08.989 INFO:tasks.rados.rados.0.smithi071.stdout:3861: expect (ObjNum 1419 snap 480 seq_num 1419) 2024-09-13T14:37:09.112 INFO:tasks.rados.rados.0.smithi071.stdout:3862: finishing write tid 2 to smithi07185159-41 2024-09-13T14:37:09.112 INFO:tasks.rados.rados.0.smithi071.stdout:3862: finishing write tid 3 to smithi07185159-41 2024-09-13T14:37:09.112 INFO:tasks.rados.rados.0.smithi071.stdout:3862: finishing write tid 4 to smithi07185159-41 2024-09-13T14:37:09.113 INFO:tasks.rados.rados.0.smithi071.stdout:3862: oid 41 updating version 0 to 2179 2024-09-13T14:37:09.113 INFO:tasks.rados.rados.0.smithi071.stdout:3862: oid 41 version 2179 is already newer than 2178 2024-09-13T14:37:09.113 INFO:tasks.rados.rados.0.smithi071.stdout:3862: oid 41 updating version 2179 to 2180 2024-09-13T14:37:09.113 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 41 v 2180 (ObjNum 1452 snap 491 seq_num 1452) dirty exists 2024-09-13T14:37:09.113 INFO:tasks.rados.rados.0.smithi071.stdout:3862: left oid 41 (ObjNum 1452 snap 491 seq_num 1452) 2024-09-13T14:37:09.113 INFO:tasks.rados.rados.0.smithi071.stdout:3860: done (3 left) 2024-09-13T14:37:09.113 INFO:tasks.rados.rados.0.smithi071.stdout:3861: done (2 left) 2024-09-13T14:37:09.113 INFO:tasks.rados.rados.0.smithi071.stdout:3862: done (1 left) 2024-09-13T14:37:09.113 INFO:tasks.rados.rados.0.smithi071.stdout:3863: done (0 left) 2024-09-13T14:37:09.113 INFO:tasks.rados.rados.0.smithi071.stdout:3864: delete oid 18 current snap is 491 2024-09-13T14:37:09.116 INFO:tasks.rados.rados.0.smithi071.stdout:3864: done (0 left) 2024-09-13T14:37:09.116 INFO:tasks.rados.rados.0.smithi071.stdout:3865: delete oid 47 current snap is 491 2024-09-13T14:37:09.118 INFO:tasks.rados.rados.0.smithi071.stdout:3865: done (0 left) 2024-09-13T14:37:09.118 INFO:tasks.rados.rados.0.smithi071.stdout:3866: snap_remove snap 490 2024-09-13T14:37:10.020 INFO:tasks.rados.rados.0.smithi071.stdout:3866: done (0 left) 2024-09-13T14:37:10.020 INFO:tasks.rados.rados.0.smithi071.stdout:3867: write oid 30 current snap is 491 2024-09-13T14:37:10.021 INFO:tasks.rados.rados.0.smithi071.stdout:3867: seq_num 1456 ranges {470992=585967,1551547=773499} 2024-09-13T14:37:10.026 INFO:tasks.rados.rados.0.smithi071.stdout:3867: writing smithi07185159-30 from 470992 to 1056959 tid 1 2024-09-13T14:37:10.033 INFO:tasks.rados.rados.0.smithi071.stdout:3867: writing smithi07185159-30 from 1551547 to 2325046 tid 2 2024-09-13T14:37:10.033 INFO:tasks.rados.rados.0.smithi071.stdout:3868: snap_remove snap 483 2024-09-13T14:37:10.224 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:09 smithi104 ceph-mon[105578]: pgmap v1018: 89 pgs: 89 active+clean; 229 MiB data, 832 MiB used, 714 GiB / 715 GiB avail; 8.9 MiB/s rd, 1.2 MiB/s wr, 14 op/s 2024-09-13T14:37:10.224 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:09 smithi104 ceph-mon[105578]: osdmap e1045: 8 total, 8 up, 8 in 2024-09-13T14:37:10.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:09 smithi071 ceph-mon[107477]: pgmap v1018: 89 pgs: 89 active+clean; 229 MiB data, 832 MiB used, 714 GiB / 715 GiB avail; 8.9 MiB/s rd, 1.2 MiB/s wr, 14 op/s 2024-09-13T14:37:10.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:09 smithi071 ceph-mon[107477]: osdmap e1045: 8 total, 8 up, 8 in 2024-09-13T14:37:10.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:09 smithi071 ceph-mon[112785]: pgmap v1018: 89 pgs: 89 active+clean; 229 MiB data, 832 MiB used, 714 GiB / 715 GiB avail; 8.9 MiB/s rd, 1.2 MiB/s wr, 14 op/s 2024-09-13T14:37:10.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:09 smithi071 ceph-mon[112785]: osdmap e1045: 8 total, 8 up, 8 in 2024-09-13T14:37:11.024 INFO:tasks.rados.rados.0.smithi071.stdout:3868: done (1 left) 2024-09-13T14:37:11.024 INFO:tasks.rados.rados.0.smithi071.stdout:3869: rollback oid 43 current snap is 491 2024-09-13T14:37:11.024 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 43 to 471 2024-09-13T14:37:11.024 INFO:tasks.rados.rados.0.smithi071.stdout:3870: snap_create 2024-09-13T14:37:11.024 INFO:tasks.rados.rados.0.smithi071.stdout:3867: finishing write tid 1 to smithi07185159-30 2024-09-13T14:37:11.025 INFO:tasks.rados.rados.0.smithi071.stdout:3867: finishing write tid 2 to smithi07185159-30 2024-09-13T14:37:11.025 INFO:tasks.rados.rados.0.smithi071.stdout:3867: finishing write tid 3 to smithi07185159-30 2024-09-13T14:37:11.025 INFO:tasks.rados.rados.0.smithi071.stdout:3867: finishing write tid 4 to smithi07185159-30 2024-09-13T14:37:11.025 INFO:tasks.rados.rados.0.smithi071.stdout:3867: oid 30 updating version 0 to 892 2024-09-13T14:37:11.025 INFO:tasks.rados.rados.0.smithi071.stdout:3867: oid 30 version 892 is already newer than 891 2024-09-13T14:37:11.025 INFO:tasks.rados.rados.0.smithi071.stdout:3867: oid 30 updating version 892 to 893 2024-09-13T14:37:11.025 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 30 v 893 (ObjNum 1456 snap 491 seq_num 1456) dirty exists 2024-09-13T14:37:11.025 INFO:tasks.rados.rados.0.smithi071.stdout:3867: left oid 30 (ObjNum 1456 snap 491 seq_num 1456) 2024-09-13T14:37:11.029 INFO:tasks.rados.rados.0.smithi071.stdout:3869: finishing rollback tid 0 to smithi07185159-43 2024-09-13T14:37:11.031 INFO:tasks.rados.rados.0.smithi071.stdout:3869: finishing rollback tid 1 to smithi07185159-43 2024-09-13T14:37:11.032 INFO:tasks.rados.rados.0.smithi071.stdout:3869: finishing rollback tid 2 to smithi07185159-43 2024-09-13T14:37:11.032 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 43 v 1223 (ObjNum 1292 snap 447 seq_num 1292) dirty exists 2024-09-13T14:37:11.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:11 smithi071 ceph-mon[107477]: osdmap e1046: 8 total, 8 up, 8 in 2024-09-13T14:37:11.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:11 smithi071 ceph-mon[112785]: osdmap e1046: 8 total, 8 up, 8 in 2024-09-13T14:37:11.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:11 smithi104 ceph-mon[105578]: osdmap e1046: 8 total, 8 up, 8 in 2024-09-13T14:37:12.022 INFO:tasks.rados.rados.0.smithi071.stdout:3867: done (2 left) 2024-09-13T14:37:12.022 INFO:tasks.rados.rados.0.smithi071.stdout:3869: done (1 left) 2024-09-13T14:37:12.022 INFO:tasks.rados.rados.0.smithi071.stdout:3870: done (0 left) 2024-09-13T14:37:12.022 INFO:tasks.rados.rados.0.smithi071.stdout:3871: snap_create 2024-09-13T14:37:12.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:12 smithi071 ceph-mon[107477]: pgmap v1021: 89 pgs: 89 active+clean; 233 MiB data, 846 MiB used, 714 GiB / 715 GiB avail; 6.2 MiB/s rd, 1.2 MiB/s wr, 11 op/s 2024-09-13T14:37:12.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:12 smithi071 ceph-mon[107477]: osdmap e1047: 8 total, 8 up, 8 in 2024-09-13T14:37:12.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:12 smithi071 ceph-mon[112785]: pgmap v1021: 89 pgs: 89 active+clean; 233 MiB data, 846 MiB used, 714 GiB / 715 GiB avail; 6.2 MiB/s rd, 1.2 MiB/s wr, 11 op/s 2024-09-13T14:37:12.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:12 smithi071 ceph-mon[112785]: osdmap e1047: 8 total, 8 up, 8 in 2024-09-13T14:37:12.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:12 smithi104 ceph-mon[105578]: pgmap v1021: 89 pgs: 89 active+clean; 233 MiB data, 846 MiB used, 714 GiB / 715 GiB avail; 6.2 MiB/s rd, 1.2 MiB/s wr, 11 op/s 2024-09-13T14:37:12.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:12 smithi104 ceph-mon[105578]: osdmap e1047: 8 total, 8 up, 8 in 2024-09-13T14:37:12.958 INFO:tasks.rados.rados.0.smithi071.stdout:3871: done (0 left) 2024-09-13T14:37:12.958 INFO:tasks.rados.rados.0.smithi071.stdout:3872: write oid 3 current snap is 493 2024-09-13T14:37:12.958 INFO:tasks.rados.rados.0.smithi071.stdout:3872: seq_num 1457 ranges {487799=661216,1893676=594123} 2024-09-13T14:37:12.964 INFO:tasks.rados.rados.0.smithi071.stdout:3872: writing smithi07185159-3 from 487799 to 1149015 tid 1 2024-09-13T14:37:12.972 INFO:tasks.rados.rados.0.smithi071.stdout:3872: writing smithi07185159-3 from 1893676 to 2487799 tid 2 2024-09-13T14:37:12.972 INFO:tasks.rados.rados.0.smithi071.stdout:3873: snap_remove snap 469 2024-09-13T14:37:13.024 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:37:12 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:37:12] "GET /metrics HTTP/1.1" 200 36397 "" "Prometheus/2.51.0" 2024-09-13T14:37:13.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:13 smithi071 ceph-mon[107477]: osdmap e1048: 8 total, 8 up, 8 in 2024-09-13T14:37:13.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:13 smithi071 ceph-mon[107477]: osdmap e1049: 8 total, 8 up, 8 in 2024-09-13T14:37:13.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:13 smithi071 ceph-mon[112785]: osdmap e1048: 8 total, 8 up, 8 in 2024-09-13T14:37:13.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:13 smithi071 ceph-mon[112785]: osdmap e1049: 8 total, 8 up, 8 in 2024-09-13T14:37:13.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:13 smithi104 ceph-mon[105578]: osdmap e1048: 8 total, 8 up, 8 in 2024-09-13T14:37:13.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:13 smithi104 ceph-mon[105578]: osdmap e1049: 8 total, 8 up, 8 in 2024-09-13T14:37:13.959 INFO:tasks.rados.rados.0.smithi071.stdout:3873: done (1 left) 2024-09-13T14:37:13.959 INFO:tasks.rados.rados.0.smithi071.stdout:3874: snap_remove snap 488 2024-09-13T14:37:14.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:14 smithi071 ceph-mon[107477]: pgmap v1024: 89 pgs: 89 active+clean; 235 MiB data, 848 MiB used, 714 GiB / 715 GiB avail; 6.2 MiB/s rd, 1.5 MiB/s wr, 12 op/s 2024-09-13T14:37:14.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:14 smithi071 ceph-mon[107477]: osdmap e1050: 8 total, 8 up, 8 in 2024-09-13T14:37:14.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:14 smithi071 ceph-mon[112785]: pgmap v1024: 89 pgs: 89 active+clean; 235 MiB data, 848 MiB used, 714 GiB / 715 GiB avail; 6.2 MiB/s rd, 1.5 MiB/s wr, 12 op/s 2024-09-13T14:37:14.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:14 smithi071 ceph-mon[112785]: osdmap e1050: 8 total, 8 up, 8 in 2024-09-13T14:37:14.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:14 smithi104 ceph-mon[105578]: pgmap v1024: 89 pgs: 89 active+clean; 235 MiB data, 848 MiB used, 714 GiB / 715 GiB avail; 6.2 MiB/s rd, 1.5 MiB/s wr, 12 op/s 2024-09-13T14:37:14.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:14 smithi104 ceph-mon[105578]: osdmap e1050: 8 total, 8 up, 8 in 2024-09-13T14:37:14.964 INFO:tasks.rados.rados.0.smithi071.stdout:3874: done (1 left) 2024-09-13T14:37:14.964 INFO:tasks.rados.rados.0.smithi071.stdout:3875: delete oid 45 current snap is 493 2024-09-13T14:37:14.964 INFO:tasks.rados.rados.0.smithi071.stdout:3872: finishing write tid 1 to smithi07185159-3 2024-09-13T14:37:14.965 INFO:tasks.rados.rados.0.smithi071.stdout:3872: finishing write tid 2 to smithi07185159-3 2024-09-13T14:37:14.965 INFO:tasks.rados.rados.0.smithi071.stdout:3872: finishing write tid 3 to smithi07185159-3 2024-09-13T14:37:14.965 INFO:tasks.rados.rados.0.smithi071.stdout:3872: finishing write tid 4 to smithi07185159-3 2024-09-13T14:37:14.965 INFO:tasks.rados.rados.0.smithi071.stdout:3872: oid 3 updating version 0 to 3648 2024-09-13T14:37:14.965 INFO:tasks.rados.rados.0.smithi071.stdout:3872: oid 3 version 3648 is already newer than 3647 2024-09-13T14:37:14.965 INFO:tasks.rados.rados.0.smithi071.stdout:3872: oid 3 updating version 3648 to 3649 2024-09-13T14:37:14.965 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 3 v 3649 (ObjNum 1457 snap 493 seq_num 1457) dirty exists 2024-09-13T14:37:14.965 INFO:tasks.rados.rados.0.smithi071.stdout:3872: left oid 3 (ObjNum 1457 snap 493 seq_num 1457) 2024-09-13T14:37:14.971 INFO:tasks.rados.rados.0.smithi071.stdout:3872: done (1 left) 2024-09-13T14:37:14.971 INFO:tasks.rados.rados.0.smithi071.stdout:3875: done (0 left) 2024-09-13T14:37:14.971 INFO:tasks.rados.rados.0.smithi071.stdout:3876: rollback oid 39 current snap is 493 2024-09-13T14:37:14.971 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 39 to 479 2024-09-13T14:37:14.971 INFO:tasks.rados.rados.0.smithi071.stdout:3877: write oid 50 current snap is 493 2024-09-13T14:37:14.971 INFO:tasks.rados.rados.0.smithi071.stdout:3877: seq_num 1459 ranges {521413=411714,1610640=637179} 2024-09-13T14:37:14.976 INFO:tasks.rados.rados.0.smithi071.stdout:3877: writing smithi07185159-50 from 521413 to 933127 tid 1 2024-09-13T14:37:14.984 INFO:tasks.rados.rados.0.smithi071.stdout:3877: writing smithi07185159-50 from 1610640 to 2247819 tid 2 2024-09-13T14:37:14.984 INFO:tasks.rados.rados.0.smithi071.stdout:3878: write oid 37 current snap is 493 2024-09-13T14:37:14.984 INFO:tasks.rados.rados.0.smithi071.stdout:3878: seq_num 1460 ranges {538220=603316,1785475=752745} 2024-09-13T14:37:14.990 INFO:tasks.rados.rados.0.smithi071.stdout:3878: writing smithi07185159-37 from 538220 to 1141536 tid 1 2024-09-13T14:37:14.997 INFO:tasks.rados.rados.0.smithi071.stdout:3878: writing smithi07185159-37 from 1785475 to 2538220 tid 2 2024-09-13T14:37:14.998 INFO:tasks.rados.rados.0.smithi071.stdout:3879: snap_remove snap 471 2024-09-13T14:37:15.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:15 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:37:15.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:15 smithi071 ceph-mon[107477]: osdmap e1051: 8 total, 8 up, 8 in 2024-09-13T14:37:15.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:15 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:37:15.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:15 smithi071 ceph-mon[112785]: osdmap e1051: 8 total, 8 up, 8 in 2024-09-13T14:37:15.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:15 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:37:15.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:15 smithi104 ceph-mon[105578]: osdmap e1051: 8 total, 8 up, 8 in 2024-09-13T14:37:15.964 INFO:tasks.rados.rados.0.smithi071.stdout:3879: done (3 left) 2024-09-13T14:37:15.964 INFO:tasks.rados.rados.0.smithi071.stdout:3880: snap_create 2024-09-13T14:37:15.965 INFO:tasks.rados.rados.0.smithi071.stdout:3876: finishing rollback tid 0 to smithi07185159-39 2024-09-13T14:37:15.965 INFO:tasks.rados.rados.0.smithi071.stdout:3876: finishing rollback tid 1 to smithi07185159-39 2024-09-13T14:37:15.965 INFO:tasks.rados.rados.0.smithi071.stdout:3876: finishing rollback tid 2 to smithi07185159-39 2024-09-13T14:37:15.965 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 39 v 2066 (ObjNum 1413 snap 479 seq_num 1413) dirty exists 2024-09-13T14:37:15.965 INFO:tasks.rados.rados.0.smithi071.stdout:3877: finishing write tid 1 to smithi07185159-50 2024-09-13T14:37:15.965 INFO:tasks.rados.rados.0.smithi071.stdout:3877: finishing write tid 2 to smithi07185159-50 2024-09-13T14:37:15.965 INFO:tasks.rados.rados.0.smithi071.stdout:3877: finishing write tid 3 to smithi07185159-50 2024-09-13T14:37:15.965 INFO:tasks.rados.rados.0.smithi071.stdout:3877: finishing write tid 4 to smithi07185159-50 2024-09-13T14:37:15.966 INFO:tasks.rados.rados.0.smithi071.stdout:3877: oid 50 updating version 0 to 3664 2024-09-13T14:37:15.966 INFO:tasks.rados.rados.0.smithi071.stdout:3877: oid 50 version 3664 is already newer than 3663 2024-09-13T14:37:15.966 INFO:tasks.rados.rados.0.smithi071.stdout:3877: oid 50 updating version 3664 to 3665 2024-09-13T14:37:15.966 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 50 v 3665 (ObjNum 1459 snap 493 seq_num 1459) dirty exists 2024-09-13T14:37:15.966 INFO:tasks.rados.rados.0.smithi071.stdout:3877: left oid 50 (ObjNum 1459 snap 493 seq_num 1459) 2024-09-13T14:37:15.966 INFO:tasks.rados.rados.0.smithi071.stdout:3878: finishing write tid 1 to smithi07185159-37 2024-09-13T14:37:15.966 INFO:tasks.rados.rados.0.smithi071.stdout:3878: finishing write tid 2 to smithi07185159-37 2024-09-13T14:37:15.966 INFO:tasks.rados.rados.0.smithi071.stdout:3878: finishing write tid 3 to smithi07185159-37 2024-09-13T14:37:15.967 INFO:tasks.rados.rados.0.smithi071.stdout:3878: finishing write tid 4 to smithi07185159-37 2024-09-13T14:37:15.967 INFO:tasks.rados.rados.0.smithi071.stdout:3878: oid 37 updating version 0 to 1084 2024-09-13T14:37:15.967 INFO:tasks.rados.rados.0.smithi071.stdout:3878: oid 37 updating version 1084 to 1085 2024-09-13T14:37:15.967 INFO:tasks.rados.rados.0.smithi071.stdout:3878: oid 37 version 1085 is already newer than 1083 2024-09-13T14:37:15.967 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 37 v 1085 (ObjNum 1460 snap 493 seq_num 1460) dirty exists 2024-09-13T14:37:15.967 INFO:tasks.rados.rados.0.smithi071.stdout:3878: left oid 37 (ObjNum 1460 snap 493 seq_num 1460) 2024-09-13T14:37:16.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:16 smithi071 ceph-mon[107477]: pgmap v1027: 89 pgs: 89 active+clean; 236 MiB data, 851 MiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 589 KiB/s wr, 3 op/s 2024-09-13T14:37:16.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:16 smithi071 ceph-mon[107477]: osdmap e1052: 8 total, 8 up, 8 in 2024-09-13T14:37:16.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:16 smithi071 ceph-mon[112785]: pgmap v1027: 89 pgs: 89 active+clean; 236 MiB data, 851 MiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 589 KiB/s wr, 3 op/s 2024-09-13T14:37:16.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:16 smithi071 ceph-mon[112785]: osdmap e1052: 8 total, 8 up, 8 in 2024-09-13T14:37:16.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:16 smithi104 ceph-mon[105578]: pgmap v1027: 89 pgs: 89 active+clean; 236 MiB data, 851 MiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 589 KiB/s wr, 3 op/s 2024-09-13T14:37:16.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:16 smithi104 ceph-mon[105578]: osdmap e1052: 8 total, 8 up, 8 in 2024-09-13T14:37:16.964 INFO:tasks.rados.rados.0.smithi071.stdout:3876: done (3 left) 2024-09-13T14:37:16.964 INFO:tasks.rados.rados.0.smithi071.stdout:3877: done (2 left) 2024-09-13T14:37:16.964 INFO:tasks.rados.rados.0.smithi071.stdout:3878: done (1 left) 2024-09-13T14:37:16.964 INFO:tasks.rados.rados.0.smithi071.stdout:3880: done (0 left) 2024-09-13T14:37:16.964 INFO:tasks.rados.rados.0.smithi071.stdout:3881: snap_create 2024-09-13T14:37:17.959 INFO:tasks.rados.rados.0.smithi071.stdout:3881: done (0 left) 2024-09-13T14:37:17.959 INFO:tasks.rados.rados.0.smithi071.stdout:3882: snap_create 2024-09-13T14:37:18.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:17 smithi071 ceph-mon[107477]: pgmap v1030: 89 pgs: 89 active+clean; 241 MiB data, 851 MiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 894 KiB/s wr, 5 op/s 2024-09-13T14:37:18.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:17 smithi071 ceph-mon[107477]: osdmap e1053: 8 total, 8 up, 8 in 2024-09-13T14:37:18.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:17 smithi071 ceph-mon[107477]: osdmap e1054: 8 total, 8 up, 8 in 2024-09-13T14:37:18.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:17 smithi071 ceph-mon[112785]: pgmap v1030: 89 pgs: 89 active+clean; 241 MiB data, 851 MiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 894 KiB/s wr, 5 op/s 2024-09-13T14:37:18.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:17 smithi071 ceph-mon[112785]: osdmap e1053: 8 total, 8 up, 8 in 2024-09-13T14:37:18.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:17 smithi071 ceph-mon[112785]: osdmap e1054: 8 total, 8 up, 8 in 2024-09-13T14:37:18.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:17 smithi104 ceph-mon[105578]: pgmap v1030: 89 pgs: 89 active+clean; 241 MiB data, 851 MiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 894 KiB/s wr, 5 op/s 2024-09-13T14:37:18.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:17 smithi104 ceph-mon[105578]: osdmap e1053: 8 total, 8 up, 8 in 2024-09-13T14:37:18.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:17 smithi104 ceph-mon[105578]: osdmap e1054: 8 total, 8 up, 8 in 2024-09-13T14:37:18.964 INFO:tasks.rados.rados.0.smithi071.stdout:3882: done (0 left) 2024-09-13T14:37:18.964 INFO:tasks.rados.rados.0.smithi071.stdout:3883: write oid 5 current snap is 496 2024-09-13T14:37:18.964 INFO:tasks.rados.rados.0.smithi071.stdout:3883: seq_num 1461 ranges {555027=678565,1727604=640848} 2024-09-13T14:37:18.971 INFO:tasks.rados.rados.0.smithi071.stdout:3883: writing smithi07185159-5 from 555027 to 1233592 tid 1 2024-09-13T14:37:18.978 INFO:tasks.rados.rados.0.smithi071.stdout:3883: writing smithi07185159-5 from 1727604 to 2368452 tid 2 2024-09-13T14:37:18.978 INFO:tasks.rados.rados.0.smithi071.stdout:3884: write oid 16 current snap is 496 2024-09-13T14:37:18.978 INFO:tasks.rados.rados.0.smithi071.stdout:3883: finishing write tid 1 to smithi07185159-5 2024-09-13T14:37:18.978 INFO:tasks.rados.rados.0.smithi071.stdout:3884: seq_num 1462 ranges {571834=753814,1786086=784506} 2024-09-13T14:37:18.985 INFO:tasks.rados.rados.0.smithi071.stdout:3884: writing smithi07185159-16 from 571834 to 1325648 tid 1 2024-09-13T14:37:18.993 INFO:tasks.rados.rados.0.smithi071.stdout:3884: writing smithi07185159-16 from 1786086 to 2570592 tid 2 2024-09-13T14:37:18.993 INFO:tasks.rados.rados.0.smithi071.stdout:3885: write oid 46 current snap is 496 2024-09-13T14:37:18.993 INFO:tasks.rados.rados.0.smithi071.stdout:3883: finishing write tid 2 to smithi07185159-5 2024-09-13T14:37:18.993 INFO:tasks.rados.rados.0.smithi071.stdout:3883: finishing write tid 3 to smithi07185159-5 2024-09-13T14:37:18.993 INFO:tasks.rados.rados.0.smithi071.stdout:3883: finishing write tid 4 to smithi07185159-5 2024-09-13T14:37:18.993 INFO:tasks.rados.rados.0.smithi071.stdout:3883: oid 5 updating version 0 to 3681 2024-09-13T14:37:18.993 INFO:tasks.rados.rados.0.smithi071.stdout:3883: oid 5 version 3681 is already newer than 3680 2024-09-13T14:37:18.993 INFO:tasks.rados.rados.0.smithi071.stdout:3883: oid 5 version 3681 is already newer than 3679 2024-09-13T14:37:18.994 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 5 v 3681 (ObjNum 1461 snap 496 seq_num 1461) dirty exists 2024-09-13T14:37:18.994 INFO:tasks.rados.rados.0.smithi071.stdout:3883: left oid 5 (ObjNum 1461 snap 496 seq_num 1461) 2024-09-13T14:37:18.994 INFO:tasks.rados.rados.0.smithi071.stdout:3884: finishing write tid 1 to smithi07185159-16 2024-09-13T14:37:18.994 INFO:tasks.rados.rados.0.smithi071.stdout:3885: seq_num 1463 ranges {588641=429063,1444568=644517,2492662=95979} 2024-09-13T14:37:18.998 INFO:tasks.rados.rados.0.smithi071.stdout:3885: writing smithi07185159-46 from 588641 to 1017704 tid 1 2024-09-13T14:37:19.004 INFO:tasks.rados.rados.0.smithi071.stdout:3885: writing smithi07185159-46 from 1444568 to 2089085 tid 2 2024-09-13T14:37:19.007 INFO:tasks.rados.rados.0.smithi071.stdout:3885: writing smithi07185159-46 from 2492662 to 2588641 tid 3 2024-09-13T14:37:19.008 INFO:tasks.rados.rados.0.smithi071.stdout:3883: done (2 left) 2024-09-13T14:37:19.008 INFO:tasks.rados.rados.0.smithi071.stdout:3886: read oid 37 snap -1 2024-09-13T14:37:19.008 INFO:tasks.rados.rados.0.smithi071.stdout:3886: expect (ObjNum 1460 snap 493 seq_num 1460) 2024-09-13T14:37:19.008 INFO:tasks.rados.rados.0.smithi071.stdout:3887: delete oid 6 current snap is 496 2024-09-13T14:37:19.008 INFO:tasks.rados.rados.0.smithi071.stdout:3884: finishing write tid 2 to smithi07185159-16 2024-09-13T14:37:19.008 INFO:tasks.rados.rados.0.smithi071.stdout:3884: finishing write tid 3 to smithi07185159-16 2024-09-13T14:37:19.008 INFO:tasks.rados.rados.0.smithi071.stdout:3884: finishing write tid 4 to smithi07185159-16 2024-09-13T14:37:19.008 INFO:tasks.rados.rados.0.smithi071.stdout:3884: oid 16 updating version 0 to 1238 2024-09-13T14:37:19.008 INFO:tasks.rados.rados.0.smithi071.stdout:3884: oid 16 updating version 1238 to 1239 2024-09-13T14:37:19.008 INFO:tasks.rados.rados.0.smithi071.stdout:3884: oid 16 version 1239 is already newer than 1237 2024-09-13T14:37:19.008 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 16 v 1239 (ObjNum 1462 snap 496 seq_num 1462) dirty exists 2024-09-13T14:37:19.009 INFO:tasks.rados.rados.0.smithi071.stdout:3884: left oid 16 (ObjNum 1462 snap 496 seq_num 1462) 2024-09-13T14:37:19.009 INFO:tasks.rados.rados.0.smithi071.stdout:3885: finishing write tid 1 to smithi07185159-46 2024-09-13T14:37:19.011 INFO:tasks.rados.rados.0.smithi071.stdout:3884: done (3 left) 2024-09-13T14:37:19.011 INFO:tasks.rados.rados.0.smithi071.stdout:3887: done (2 left) 2024-09-13T14:37:19.011 INFO:tasks.rados.rados.0.smithi071.stdout:3888: read oid 3 snap -1 2024-09-13T14:37:19.011 INFO:tasks.rados.rados.0.smithi071.stdout:3888: expect (ObjNum 1457 snap 493 seq_num 1457) 2024-09-13T14:37:19.011 INFO:tasks.rados.rados.0.smithi071.stdout:3889: write oid 15 current snap is 496 2024-09-13T14:37:19.011 INFO:tasks.rados.rados.0.smithi071.stdout:3885: finishing write tid 2 to smithi07185159-46 2024-09-13T14:37:19.011 INFO:tasks.rados.rados.0.smithi071.stdout:3889: seq_num 1465 ranges {622255=579561,1845179=531833} 2024-09-13T14:37:19.017 INFO:tasks.rados.rados.0.smithi071.stdout:3889: writing smithi07185159-15 from 622255 to 1201816 tid 1 2024-09-13T14:37:19.024 INFO:tasks.rados.rados.0.smithi071.stdout:3889: writing smithi07185159-15 from 1845179 to 2377012 tid 2 2024-09-13T14:37:19.025 INFO:tasks.rados.rados.0.smithi071.stdout:3890: delete oid 5 current snap is 496 2024-09-13T14:37:19.025 INFO:tasks.rados.rados.0.smithi071.stdout:3885: finishing write tid 3 to smithi07185159-46 2024-09-13T14:37:19.025 INFO:tasks.rados.rados.0.smithi071.stdout:3885: finishing write tid 4 to smithi07185159-46 2024-09-13T14:37:19.025 INFO:tasks.rados.rados.0.smithi071.stdout:3885: finishing write tid 5 to smithi07185159-46 2024-09-13T14:37:19.025 INFO:tasks.rados.rados.0.smithi071.stdout:3885: oid 46 updating version 0 to 2086 2024-09-13T14:37:19.025 INFO:tasks.rados.rados.0.smithi071.stdout:3885: oid 46 version 2086 is already newer than 2085 2024-09-13T14:37:19.025 INFO:tasks.rados.rados.0.smithi071.stdout:3885: oid 46 version 2086 is already newer than 2083 2024-09-13T14:37:19.025 INFO:tasks.rados.rados.0.smithi071.stdout:3885: oid 46 version 2086 is already newer than 2084 2024-09-13T14:37:19.025 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 46 v 2086 (ObjNum 1463 snap 496 seq_num 1463) dirty exists 2024-09-13T14:37:19.025 INFO:tasks.rados.rados.0.smithi071.stdout:3885: left oid 46 (ObjNum 1463 snap 496 seq_num 1463) 2024-09-13T14:37:19.025 INFO:tasks.rados.rados.0.smithi071.stdout:3886: expect (ObjNum 1460 snap 493 seq_num 1460) 2024-09-13T14:37:19.104 INFO:tasks.rados.rados.0.smithi071.stdout:3888: expect (ObjNum 1457 snap 493 seq_num 1457) 2024-09-13T14:37:19.182 INFO:tasks.rados.rados.0.smithi071.stdout:3889: finishing write tid 1 to smithi07185159-15 2024-09-13T14:37:19.182 INFO:tasks.rados.rados.0.smithi071.stdout:3889: finishing write tid 2 to smithi07185159-15 2024-09-13T14:37:19.182 INFO:tasks.rados.rados.0.smithi071.stdout:3889: finishing write tid 3 to smithi07185159-15 2024-09-13T14:37:19.182 INFO:tasks.rados.rados.0.smithi071.stdout:3885: done (4 left) 2024-09-13T14:37:19.182 INFO:tasks.rados.rados.0.smithi071.stdout:3886: done (3 left) 2024-09-13T14:37:19.182 INFO:tasks.rados.rados.0.smithi071.stdout:3888: done (2 left) 2024-09-13T14:37:19.182 INFO:tasks.rados.rados.0.smithi071.stdout:3890: done (1 left) 2024-09-13T14:37:19.182 INFO:tasks.rados.rados.0.smithi071.stdout:3891: write oid 40 current snap is 496 2024-09-13T14:37:19.182 INFO:tasks.rados.rados.0.smithi071.stdout:3889: finishing write tid 4 to smithi07185159-15 2024-09-13T14:37:19.183 INFO:tasks.rados.rados.0.smithi071.stdout:3889: oid 15 updating version 0 to 3687 2024-09-13T14:37:19.183 INFO:tasks.rados.rados.0.smithi071.stdout:3889: oid 15 version 3687 is already newer than 3685 2024-09-13T14:37:19.183 INFO:tasks.rados.rados.0.smithi071.stdout:3889: oid 15 version 3687 is already newer than 3686 2024-09-13T14:37:19.183 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 15 v 3687 (ObjNum 1465 snap 496 seq_num 1465) dirty exists 2024-09-13T14:37:19.183 INFO:tasks.rados.rados.0.smithi071.stdout:3889: left oid 15 (ObjNum 1465 snap 496 seq_num 1465) 2024-09-13T14:37:19.183 INFO:tasks.rados.rados.0.smithi071.stdout:3891: seq_num 1467 ranges {655869=730059,1962143=535502} 2024-09-13T14:37:19.189 INFO:tasks.rados.rados.0.smithi071.stdout:3891: writing smithi07185159-40 from 655869 to 1385928 tid 1 2024-09-13T14:37:19.195 INFO:tasks.rados.rados.0.smithi071.stdout:3891: writing smithi07185159-40 from 1962143 to 2497645 tid 2 2024-09-13T14:37:19.196 INFO:tasks.rados.rados.0.smithi071.stdout:3889: done (1 left) 2024-09-13T14:37:19.196 INFO:tasks.rados.rados.0.smithi071.stdout:3892: read oid 49 snap -1 2024-09-13T14:37:19.196 INFO:tasks.rados.rados.0.smithi071.stdout:3892: expect (ObjNum 1284 snap 445 seq_num 1284) 2024-09-13T14:37:19.196 INFO:tasks.rados.rados.0.smithi071.stdout:3893: write oid 23 current snap is 496 2024-09-13T14:37:19.196 INFO:tasks.rados.rados.0.smithi071.stdout:3891: finishing write tid 1 to smithi07185159-40 2024-09-13T14:37:19.196 INFO:tasks.rados.rados.0.smithi071.stdout:3893: seq_num 1468 ranges {672676=521661,1736978=795513} 2024-09-13T14:37:19.202 INFO:tasks.rados.rados.0.smithi071.stdout:3893: writing smithi07185159-23 from 672676 to 1194337 tid 1 2024-09-13T14:37:19.209 INFO:tasks.rados.rados.0.smithi071.stdout:3893: writing smithi07185159-23 from 1736978 to 2532491 tid 2 2024-09-13T14:37:19.209 INFO:tasks.rados.rados.0.smithi071.stdout:3894: write oid 45 current snap is 496 2024-09-13T14:37:19.209 INFO:tasks.rados.rados.0.smithi071.stdout:3891: finishing write tid 2 to smithi07185159-40 2024-09-13T14:37:19.210 INFO:tasks.rados.rados.0.smithi071.stdout:3891: finishing write tid 3 to smithi07185159-40 2024-09-13T14:37:19.210 INFO:tasks.rados.rados.0.smithi071.stdout:3894: seq_num 1469 ranges {689483=596910,2079107=539171} 2024-09-13T14:37:19.216 INFO:tasks.rados.rados.0.smithi071.stdout:3894: writing smithi07185159-45 from 689483 to 1286393 tid 1 2024-09-13T14:37:19.224 INFO:tasks.rados.rados.0.smithi071.stdout:3894: writing smithi07185159-45 from 2079107 to 2618278 tid 2 2024-09-13T14:37:19.224 INFO:tasks.rados.rados.0.smithi071.stdout:3895: snap_create 2024-09-13T14:37:19.224 INFO:tasks.rados.rados.0.smithi071.stdout:3891: finishing write tid 4 to smithi07185159-40 2024-09-13T14:37:19.224 INFO:tasks.rados.rados.0.smithi071.stdout:3891: oid 40 updating version 0 to 904 2024-09-13T14:37:19.224 INFO:tasks.rados.rados.0.smithi071.stdout:3891: oid 40 version 904 is already newer than 902 2024-09-13T14:37:19.224 INFO:tasks.rados.rados.0.smithi071.stdout:3891: oid 40 version 904 is already newer than 903 2024-09-13T14:37:19.224 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 40 v 904 (ObjNum 1467 snap 496 seq_num 1467) dirty exists 2024-09-13T14:37:19.224 INFO:tasks.rados.rados.0.smithi071.stdout:3891: left oid 40 (ObjNum 1467 snap 496 seq_num 1467) 2024-09-13T14:37:19.224 INFO:tasks.rados.rados.0.smithi071.stdout:3892: expect (ObjNum 1284 snap 445 seq_num 1284) 2024-09-13T14:37:19.393 INFO:tasks.rados.rados.0.smithi071.stdout:3893: finishing write tid 1 to smithi07185159-23 2024-09-13T14:37:19.394 INFO:tasks.rados.rados.0.smithi071.stdout:3893: finishing write tid 2 to smithi07185159-23 2024-09-13T14:37:19.394 INFO:tasks.rados.rados.0.smithi071.stdout:3893: finishing write tid 3 to smithi07185159-23 2024-09-13T14:37:19.394 INFO:tasks.rados.rados.0.smithi071.stdout:3893: finishing write tid 4 to smithi07185159-23 2024-09-13T14:37:19.394 INFO:tasks.rados.rados.0.smithi071.stdout:3893: oid 23 updating version 0 to 2090 2024-09-13T14:37:19.394 INFO:tasks.rados.rados.0.smithi071.stdout:3893: oid 23 version 2090 is already newer than 2089 2024-09-13T14:37:19.394 INFO:tasks.rados.rados.0.smithi071.stdout:3893: oid 23 version 2090 is already newer than 2088 2024-09-13T14:37:19.394 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 23 v 2090 (ObjNum 1468 snap 496 seq_num 1468) dirty exists 2024-09-13T14:37:19.394 INFO:tasks.rados.rados.0.smithi071.stdout:3893: left oid 23 (ObjNum 1468 snap 496 seq_num 1468) 2024-09-13T14:37:19.394 INFO:tasks.rados.rados.0.smithi071.stdout:3894: finishing write tid 1 to smithi07185159-45 2024-09-13T14:37:19.394 INFO:tasks.rados.rados.0.smithi071.stdout:3894: finishing write tid 2 to smithi07185159-45 2024-09-13T14:37:19.394 INFO:tasks.rados.rados.0.smithi071.stdout:3894: finishing write tid 3 to smithi07185159-45 2024-09-13T14:37:19.395 INFO:tasks.rados.rados.0.smithi071.stdout:3894: finishing write tid 4 to smithi07185159-45 2024-09-13T14:37:19.395 INFO:tasks.rados.rados.0.smithi071.stdout:3894: oid 45 updating version 0 to 2210 2024-09-13T14:37:19.395 INFO:tasks.rados.rados.0.smithi071.stdout:3894: oid 45 version 2210 is already newer than 2209 2024-09-13T14:37:19.395 INFO:tasks.rados.rados.0.smithi071.stdout:3894: oid 45 updating version 2210 to 2211 2024-09-13T14:37:19.395 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 45 v 2211 (ObjNum 1469 snap 496 seq_num 1469) dirty exists 2024-09-13T14:37:19.395 INFO:tasks.rados.rados.0.smithi071.stdout:3894: left oid 45 (ObjNum 1469 snap 496 seq_num 1469) 2024-09-13T14:37:19.973 INFO:tasks.rados.rados.0.smithi071.stdout:3891: done (4 left) 2024-09-13T14:37:19.973 INFO:tasks.rados.rados.0.smithi071.stdout:3892: done (3 left) 2024-09-13T14:37:19.973 INFO:tasks.rados.rados.0.smithi071.stdout:3893: done (2 left) 2024-09-13T14:37:19.973 INFO:tasks.rados.rados.0.smithi071.stdout:3894: done (1 left) 2024-09-13T14:37:19.973 INFO:tasks.rados.rados.0.smithi071.stdout:3895: done (0 left) 2024-09-13T14:37:19.973 INFO:tasks.rados.rados.0.smithi071.stdout:3896: read oid 50 snap -1 2024-09-13T14:37:19.973 INFO:tasks.rados.rados.0.smithi071.stdout:3896: expect (ObjNum 1459 snap 493 seq_num 1459) 2024-09-13T14:37:19.973 INFO:tasks.rados.rados.0.smithi071.stdout:3897: write oid 13 current snap is 497 2024-09-13T14:37:19.973 INFO:tasks.rados.rados.0.smithi071.stdout:3897: seq_num 1470 ranges {706290=672159,2137589=568701} 2024-09-13T14:37:19.980 INFO:tasks.rados.rados.0.smithi071.stdout:3897: writing smithi07185159-13 from 706290 to 1378449 tid 1 2024-09-13T14:37:19.988 INFO:tasks.rados.rados.0.smithi071.stdout:3897: writing smithi07185159-13 from 2137589 to 2706290 tid 2 2024-09-13T14:37:19.988 INFO:tasks.rados.rados.0.smithi071.stdout:3898: read oid 30 snap 459 2024-09-13T14:37:19.988 INFO:tasks.rados.rados.0.smithi071.stdout:3898: expect deleted 2024-09-13T14:37:19.988 INFO:tasks.rados.rados.0.smithi071.stdout:3899: read oid 5 snap -1 2024-09-13T14:37:19.988 INFO:tasks.rados.rados.0.smithi071.stdout:3899: expect deleted 2024-09-13T14:37:19.988 INFO:tasks.rados.rados.0.smithi071.stdout:3900: delete oid 12 current snap is 497 2024-09-13T14:37:19.988 INFO:tasks.rados.rados.0.smithi071.stdout:3896: expect (ObjNum 1459 snap 493 seq_num 1459) 2024-09-13T14:37:20.133 INFO:tasks.rados.rados.0.smithi071.stdout:3897: finishing write tid 1 to smithi07185159-13 2024-09-13T14:37:20.133 INFO:tasks.rados.rados.0.smithi071.stdout:3897: finishing write tid 2 to smithi07185159-13 2024-09-13T14:37:20.133 INFO:tasks.rados.rados.0.smithi071.stdout:3897: finishing write tid 3 to smithi07185159-13 2024-09-13T14:37:20.133 INFO:tasks.rados.rados.0.smithi071.stdout:3897: finishing write tid 4 to smithi07185159-13 2024-09-13T14:37:20.133 INFO:tasks.rados.rados.0.smithi071.stdout:3897: oid 13 updating version 0 to 2093 2024-09-13T14:37:20.133 INFO:tasks.rados.rados.0.smithi071.stdout:3897: oid 13 version 2093 is already newer than 2092 2024-09-13T14:37:20.133 INFO:tasks.rados.rados.0.smithi071.stdout:3897: oid 13 updating version 2093 to 2094 2024-09-13T14:37:20.133 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 13 v 2094 (ObjNum 1470 snap 497 seq_num 1470) dirty exists 2024-09-13T14:37:20.134 INFO:tasks.rados.rados.0.smithi071.stdout:3897: left oid 13 (ObjNum 1470 snap 497 seq_num 1470) 2024-09-13T14:37:20.134 INFO:tasks.rados.rados.0.smithi071.stdout:3896: done (4 left) 2024-09-13T14:37:20.134 INFO:tasks.rados.rados.0.smithi071.stdout:3897: done (3 left) 2024-09-13T14:37:20.134 INFO:tasks.rados.rados.0.smithi071.stdout:3898: done (2 left) 2024-09-13T14:37:20.134 INFO:tasks.rados.rados.0.smithi071.stdout:3899: done (1 left) 2024-09-13T14:37:20.134 INFO:tasks.rados.rados.0.smithi071.stdout:3900: done (0 left) 2024-09-13T14:37:20.134 INFO:tasks.rados.rados.0.smithi071.stdout:3901: snap_create 2024-09-13T14:37:20.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:19 smithi071 ceph-mon[107477]: pgmap v1033: 89 pgs: 89 active+clean; 241 MiB data, 851 MiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 894 KiB/s wr, 4 op/s 2024-09-13T14:37:20.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:19 smithi071 ceph-mon[107477]: osdmap e1055: 8 total, 8 up, 8 in 2024-09-13T14:37:20.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:19 smithi071 ceph-mon[112785]: pgmap v1033: 89 pgs: 89 active+clean; 241 MiB data, 851 MiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 894 KiB/s wr, 4 op/s 2024-09-13T14:37:20.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:19 smithi071 ceph-mon[112785]: osdmap e1055: 8 total, 8 up, 8 in 2024-09-13T14:37:20.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:19 smithi104 ceph-mon[105578]: pgmap v1033: 89 pgs: 89 active+clean; 241 MiB data, 851 MiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 894 KiB/s wr, 4 op/s 2024-09-13T14:37:20.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:19 smithi104 ceph-mon[105578]: osdmap e1055: 8 total, 8 up, 8 in 2024-09-13T14:37:20.977 INFO:tasks.rados.rados.0.smithi071.stdout:3901: done (0 left) 2024-09-13T14:37:20.978 INFO:tasks.rados.rados.0.smithi071.stdout:3902: read oid 3 snap -1 2024-09-13T14:37:20.978 INFO:tasks.rados.rados.0.smithi071.stdout:3902: expect (ObjNum 1457 snap 493 seq_num 1457) 2024-09-13T14:37:20.978 INFO:tasks.rados.rados.0.smithi071.stdout:3903: delete oid 34 current snap is 498 2024-09-13T14:37:20.983 INFO:tasks.rados.rados.0.smithi071.stdout:3903: done (1 left) 2024-09-13T14:37:20.983 INFO:tasks.rados.rados.0.smithi071.stdout:3904: rollback oid 17 current snap is 498 2024-09-13T14:37:20.983 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 17 to 491 2024-09-13T14:37:20.983 INFO:tasks.rados.rados.0.smithi071.stdout:3905: write oid 38 current snap is 498 2024-09-13T14:37:20.983 INFO:tasks.rados.rados.0.smithi071.stdout:3905: seq_num 1473 ranges {756711=497906,1913035=546509} 2024-09-13T14:37:20.989 INFO:tasks.rados.rados.0.smithi071.stdout:3905: writing smithi07185159-38 from 756711 to 1254617 tid 1 2024-09-13T14:37:20.997 INFO:tasks.rados.rados.0.smithi071.stdout:3905: writing smithi07185159-38 from 1913035 to 2459544 tid 2 2024-09-13T14:37:20.997 INFO:tasks.rados.rados.0.smithi071.stdout:3906: read oid 35 snap -1 2024-09-13T14:37:20.997 INFO:tasks.rados.rados.0.smithi071.stdout:3906: expect (ObjNum 1382 snap 470 seq_num 1382) 2024-09-13T14:37:20.997 INFO:tasks.rados.rados.0.smithi071.stdout:3907: delete oid 30 current snap is 498 2024-09-13T14:37:20.997 INFO:tasks.rados.rados.0.smithi071.stdout:3902: expect (ObjNum 1457 snap 493 seq_num 1457) 2024-09-13T14:37:21.076 INFO:tasks.rados.rados.0.smithi071.stdout:3904: finishing rollback tid 0 to smithi07185159-17 2024-09-13T14:37:21.077 INFO:tasks.rados.rados.0.smithi071.stdout:3904: finishing rollback tid 1 to smithi07185159-17 2024-09-13T14:37:21.077 INFO:tasks.rados.rados.0.smithi071.stdout:3904: finishing rollback tid 2 to smithi07185159-17 2024-09-13T14:37:21.077 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 17 v 1386 (ObjNum 1435 snap 485 seq_num 1435) dirty exists 2024-09-13T14:37:21.077 INFO:tasks.rados.rados.0.smithi071.stdout:3905: finishing write tid 1 to smithi07185159-38 2024-09-13T14:37:21.077 INFO:tasks.rados.rados.0.smithi071.stdout:3905: finishing write tid 2 to smithi07185159-38 2024-09-13T14:37:21.077 INFO:tasks.rados.rados.0.smithi071.stdout:3905: finishing write tid 3 to smithi07185159-38 2024-09-13T14:37:21.077 INFO:tasks.rados.rados.0.smithi071.stdout:3905: finishing write tid 4 to smithi07185159-38 2024-09-13T14:37:21.077 INFO:tasks.rados.rados.0.smithi071.stdout:3905: oid 38 updating version 0 to 2121 2024-09-13T14:37:21.077 INFO:tasks.rados.rados.0.smithi071.stdout:3905: oid 38 version 2121 is already newer than 2119 2024-09-13T14:37:21.077 INFO:tasks.rados.rados.0.smithi071.stdout:3905: oid 38 version 2121 is already newer than 2120 2024-09-13T14:37:21.077 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 38 v 2121 (ObjNum 1473 snap 498 seq_num 1473) dirty exists 2024-09-13T14:37:21.077 INFO:tasks.rados.rados.0.smithi071.stdout:3905: left oid 38 (ObjNum 1473 snap 498 seq_num 1473) 2024-09-13T14:37:21.077 INFO:tasks.rados.rados.0.smithi071.stdout:3906: expect (ObjNum 1382 snap 470 seq_num 1382) 2024-09-13T14:37:21.178 INFO:tasks.rados.rados.0.smithi071.stdout:3902: done (4 left) 2024-09-13T14:37:21.178 INFO:tasks.rados.rados.0.smithi071.stdout:3904: done (3 left) 2024-09-13T14:37:21.178 INFO:tasks.rados.rados.0.smithi071.stdout:3905: done (2 left) 2024-09-13T14:37:21.178 INFO:tasks.rados.rados.0.smithi071.stdout:3906: done (1 left) 2024-09-13T14:37:21.178 INFO:tasks.rados.rados.0.smithi071.stdout:3907: done (0 left) 2024-09-13T14:37:21.178 INFO:tasks.rados.rados.0.smithi071.stdout:3908: write oid 42 current snap is 498 2024-09-13T14:37:21.178 INFO:tasks.rados.rados.0.smithi071.stdout:3908: seq_num 1475 ranges {790325=764757,2029999=550178} 2024-09-13T14:37:21.185 INFO:tasks.rados.rados.0.smithi071.stdout:3908: writing smithi07185159-42 from 790325 to 1555082 tid 1 2024-09-13T14:37:21.191 INFO:tasks.rados.rados.0.smithi071.stdout:3908: writing smithi07185159-42 from 2029999 to 2580177 tid 2 2024-09-13T14:37:21.191 INFO:tasks.rados.rados.0.smithi071.stdout:3909: delete oid 29 current snap is 498 2024-09-13T14:37:21.191 INFO:tasks.rados.rados.0.smithi071.stdout:3908: finishing write tid 1 to smithi07185159-42 2024-09-13T14:37:21.196 INFO:tasks.rados.rados.0.smithi071.stdout:3908: finishing write tid 2 to smithi07185159-42 2024-09-13T14:37:21.196 INFO:tasks.rados.rados.0.smithi071.stdout:3908: finishing write tid 3 to smithi07185159-42 2024-09-13T14:37:21.196 INFO:tasks.rados.rados.0.smithi071.stdout:3908: finishing write tid 4 to smithi07185159-42 2024-09-13T14:37:21.196 INFO:tasks.rados.rados.0.smithi071.stdout:3908: oid 42 updating version 0 to 2213 2024-09-13T14:37:21.196 INFO:tasks.rados.rados.0.smithi071.stdout:3908: oid 42 version 2213 is already newer than 2212 2024-09-13T14:37:21.196 INFO:tasks.rados.rados.0.smithi071.stdout:3908: oid 42 updating version 2213 to 2214 2024-09-13T14:37:21.196 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 42 v 2214 (ObjNum 1475 snap 498 seq_num 1475) dirty exists 2024-09-13T14:37:21.196 INFO:tasks.rados.rados.0.smithi071.stdout:3908: left oid 42 (ObjNum 1475 snap 498 seq_num 1475) 2024-09-13T14:37:21.197 INFO:tasks.rados.rados.0.smithi071.stdout:3908: done (1 left) 2024-09-13T14:37:21.197 INFO:tasks.rados.rados.0.smithi071.stdout:3909: done (0 left) 2024-09-13T14:37:21.197 INFO:tasks.rados.rados.0.smithi071.stdout:3910: write oid 13 current snap is 498 2024-09-13T14:37:21.197 INFO:tasks.rados.rados.0.smithi071.stdout:3910: seq_num 1477 ranges {423939=515255,1346963=553847,2643878=180061} 2024-09-13T14:37:21.201 INFO:tasks.rados.rados.0.smithi071.stdout:3910: writing smithi07185159-13 from 423939 to 939194 tid 1 2024-09-13T14:37:21.206 INFO:tasks.rados.rados.0.smithi071.stdout:3910: writing smithi07185159-13 from 1346963 to 1900810 tid 2 2024-09-13T14:37:21.211 INFO:tasks.rados.rados.0.smithi071.stdout:3910: writing smithi07185159-13 from 2643878 to 2823939 tid 3 2024-09-13T14:37:21.211 INFO:tasks.rados.rados.0.smithi071.stdout:3911: read oid 25 snap -1 2024-09-13T14:37:21.212 INFO:tasks.rados.rados.0.smithi071.stdout:3911: expect (ObjNum 1444 snap 487 seq_num 1444) 2024-09-13T14:37:21.212 INFO:tasks.rados.rados.0.smithi071.stdout:3912: write oid 33 current snap is 498 2024-09-13T14:37:21.212 INFO:tasks.rados.rados.0.smithi071.stdout:3910: finishing write tid 1 to smithi07185159-13 2024-09-13T14:37:21.212 INFO:tasks.rados.rados.0.smithi071.stdout:3910: finishing write tid 2 to smithi07185159-13 2024-09-13T14:37:21.212 INFO:tasks.rados.rados.0.smithi071.stdout:3912: seq_num 1478 ranges {440746=590504,1689092=697505} 2024-09-13T14:37:21.217 INFO:tasks.rados.rados.0.smithi071.stdout:3912: writing smithi07185159-33 from 440746 to 1031250 tid 1 2024-09-13T14:37:21.224 INFO:tasks.rados.rados.0.smithi071.stdout:3912: writing smithi07185159-33 from 1689092 to 2386597 tid 2 2024-09-13T14:37:21.224 INFO:tasks.rados.rados.0.smithi071.stdout:3913: delete oid 31 current snap is 498 2024-09-13T14:37:21.224 INFO:tasks.rados.rados.0.smithi071.stdout:3910: finishing write tid 3 to smithi07185159-13 2024-09-13T14:37:21.225 INFO:tasks.rados.rados.0.smithi071.stdout:3910: finishing write tid 4 to smithi07185159-13 2024-09-13T14:37:21.225 INFO:tasks.rados.rados.0.smithi071.stdout:3910: finishing write tid 5 to smithi07185159-13 2024-09-13T14:37:21.225 INFO:tasks.rados.rados.0.smithi071.stdout:3910: oid 13 updating version 0 to 2096 2024-09-13T14:37:21.225 INFO:tasks.rados.rados.0.smithi071.stdout:3910: oid 13 updating version 2096 to 2098 2024-09-13T14:37:21.225 INFO:tasks.rados.rados.0.smithi071.stdout:3910: oid 13 updating version 2098 to 2099 2024-09-13T14:37:21.225 INFO:tasks.rados.rados.0.smithi071.stdout:3910: oid 13 version 2099 is already newer than 2097 2024-09-13T14:37:21.225 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 13 v 2099 (ObjNum 1477 snap 498 seq_num 1477) dirty exists 2024-09-13T14:37:21.225 INFO:tasks.rados.rados.0.smithi071.stdout:3910: left oid 13 (ObjNum 1477 snap 498 seq_num 1477) 2024-09-13T14:37:21.225 INFO:tasks.rados.rados.0.smithi071.stdout:3911: expect (ObjNum 1444 snap 487 seq_num 1444) 2024-09-13T14:37:21.297 INFO:tasks.rados.rados.0.smithi071.stdout:3912: finishing write tid 1 to smithi07185159-33 2024-09-13T14:37:21.297 INFO:tasks.rados.rados.0.smithi071.stdout:3912: finishing write tid 2 to smithi07185159-33 2024-09-13T14:37:21.297 INFO:tasks.rados.rados.0.smithi071.stdout:3912: finishing write tid 3 to smithi07185159-33 2024-09-13T14:37:21.297 INFO:tasks.rados.rados.0.smithi071.stdout:3912: finishing write tid 4 to smithi07185159-33 2024-09-13T14:37:21.297 INFO:tasks.rados.rados.0.smithi071.stdout:3912: oid 33 updating version 0 to 1833 2024-09-13T14:37:21.297 INFO:tasks.rados.rados.0.smithi071.stdout:3912: oid 33 version 1833 is already newer than 1831 2024-09-13T14:37:21.297 INFO:tasks.rados.rados.0.smithi071.stdout:3912: oid 33 version 1833 is already newer than 1832 2024-09-13T14:37:21.297 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 33 v 1833 (ObjNum 1478 snap 498 seq_num 1478) dirty exists 2024-09-13T14:37:21.297 INFO:tasks.rados.rados.0.smithi071.stdout:3912: left oid 33 (ObjNum 1478 snap 498 seq_num 1478) 2024-09-13T14:37:21.298 INFO:tasks.rados.rados.0.smithi071.stdout:3910: done (3 left) 2024-09-13T14:37:21.298 INFO:tasks.rados.rados.0.smithi071.stdout:3911: done (2 left) 2024-09-13T14:37:21.298 INFO:tasks.rados.rados.0.smithi071.stdout:3912: done (1 left) 2024-09-13T14:37:21.298 INFO:tasks.rados.rados.0.smithi071.stdout:3913: done (0 left) 2024-09-13T14:37:21.298 INFO:tasks.rados.rados.0.smithi071.stdout:3914: snap_create 2024-09-13T14:37:21.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:20 smithi071 ceph-mon[107477]: osdmap e1056: 8 total, 8 up, 8 in 2024-09-13T14:37:21.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:20 smithi071 ceph-mon[112785]: osdmap e1056: 8 total, 8 up, 8 in 2024-09-13T14:37:21.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:20 smithi104 ceph-mon[105578]: osdmap e1056: 8 total, 8 up, 8 in 2024-09-13T14:37:21.981 INFO:tasks.rados.rados.0.smithi071.stdout:3914: done (0 left) 2024-09-13T14:37:21.981 INFO:tasks.rados.rados.0.smithi071.stdout:3915: read oid 41 snap 491 2024-09-13T14:37:21.981 INFO:tasks.rados.rados.0.smithi071.stdout:3915: expect (ObjNum 1452 snap 491 seq_num 1452) 2024-09-13T14:37:21.981 INFO:tasks.rados.rados.0.smithi071.stdout:3916: write oid 25 current snap is 499 2024-09-13T14:37:21.981 INFO:tasks.rados.rados.0.smithi071.stdout:3916: seq_num 1480 ranges {474360=741002,1806056=701174} 2024-09-13T14:37:21.987 INFO:tasks.rados.rados.0.smithi071.stdout:3916: writing smithi07185159-25 from 474360 to 1215362 tid 1 2024-09-13T14:37:21.995 INFO:tasks.rados.rados.0.smithi071.stdout:3916: writing smithi07185159-25 from 1806056 to 2507230 tid 2 2024-09-13T14:37:21.995 INFO:tasks.rados.rados.0.smithi071.stdout:3917: snap_remove snap 494 2024-09-13T14:37:22.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:21 smithi071 ceph-mon[112785]: pgmap v1036: 89 pgs: 89 active+clean; 236 MiB data, 850 MiB used, 714 GiB / 715 GiB avail; 5.6 MiB/s rd, 1.5 MiB/s wr, 13 op/s 2024-09-13T14:37:22.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:21 smithi071 ceph-mon[112785]: osdmap e1057: 8 total, 8 up, 8 in 2024-09-13T14:37:22.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:21 smithi071 ceph-mon[107477]: pgmap v1036: 89 pgs: 89 active+clean; 236 MiB data, 850 MiB used, 714 GiB / 715 GiB avail; 5.6 MiB/s rd, 1.5 MiB/s wr, 13 op/s 2024-09-13T14:37:22.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:21 smithi071 ceph-mon[107477]: osdmap e1057: 8 total, 8 up, 8 in 2024-09-13T14:37:22.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:21 smithi104 ceph-mon[105578]: pgmap v1036: 89 pgs: 89 active+clean; 236 MiB data, 850 MiB used, 714 GiB / 715 GiB avail; 5.6 MiB/s rd, 1.5 MiB/s wr, 13 op/s 2024-09-13T14:37:22.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:21 smithi104 ceph-mon[105578]: osdmap e1057: 8 total, 8 up, 8 in 2024-09-13T14:37:22.964 INFO:tasks.rados.rados.0.smithi071.stdout:3917: done (2 left) 2024-09-13T14:37:22.964 INFO:tasks.rados.rados.0.smithi071.stdout:3918: write oid 2 current snap is 499 2024-09-13T14:37:22.964 INFO:tasks.rados.rados.0.smithi071.stdout:3915: expect (ObjNum 1452 snap 491 seq_num 1452) 2024-09-13T14:37:22.987 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:37:22 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:37:22] "GET /metrics HTTP/1.1" 200 36403 "" "Prometheus/2.51.0" 2024-09-13T14:37:23.060 INFO:tasks.rados.rados.0.smithi071.stdout:3916: finishing write tid 1 to smithi07185159-25 2024-09-13T14:37:23.060 INFO:tasks.rados.rados.0.smithi071.stdout:3916: finishing write tid 2 to smithi07185159-25 2024-09-13T14:37:23.061 INFO:tasks.rados.rados.0.smithi071.stdout:3916: finishing write tid 3 to smithi07185159-25 2024-09-13T14:37:23.061 INFO:tasks.rados.rados.0.smithi071.stdout:3916: finishing write tid 4 to smithi07185159-25 2024-09-13T14:37:23.061 INFO:tasks.rados.rados.0.smithi071.stdout:3916: oid 25 updating version 0 to 2103 2024-09-13T14:37:23.061 INFO:tasks.rados.rados.0.smithi071.stdout:3916: oid 25 version 2103 is already newer than 2101 2024-09-13T14:37:23.061 INFO:tasks.rados.rados.0.smithi071.stdout:3916: oid 25 version 2103 is already newer than 2102 2024-09-13T14:37:23.061 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 25 v 2103 (ObjNum 1480 snap 499 seq_num 1480) dirty exists 2024-09-13T14:37:23.061 INFO:tasks.rados.rados.0.smithi071.stdout:3916: left oid 25 (ObjNum 1480 snap 499 seq_num 1480) 2024-09-13T14:37:23.061 INFO:tasks.rados.rados.0.smithi071.stdout:3918: seq_num 1481 ranges {491167=416251,1464538=561185,2753570=137597} 2024-09-13T14:37:23.065 INFO:tasks.rados.rados.0.smithi071.stdout:3918: writing smithi07185159-2 from 491167 to 907418 tid 1 2024-09-13T14:37:23.071 INFO:tasks.rados.rados.0.smithi071.stdout:3918: writing smithi07185159-2 from 1464538 to 2025723 tid 2 2024-09-13T14:37:23.076 INFO:tasks.rados.rados.0.smithi071.stdout:3918: writing smithi07185159-2 from 2753570 to 2891167 tid 3 2024-09-13T14:37:23.076 INFO:tasks.rados.rados.0.smithi071.stdout:3915: done (2 left) 2024-09-13T14:37:23.076 INFO:tasks.rados.rados.0.smithi071.stdout:3916: done (1 left) 2024-09-13T14:37:23.076 INFO:tasks.rados.rados.0.smithi071.stdout:3919: read oid 18 snap -1 2024-09-13T14:37:23.076 INFO:tasks.rados.rados.0.smithi071.stdout:3919: expect deleted 2024-09-13T14:37:23.076 INFO:tasks.rados.rados.0.smithi071.stdout:3920: snap_remove snap 459 2024-09-13T14:37:23.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:22 smithi071 ceph-mon[107477]: osdmap e1058: 8 total, 8 up, 8 in 2024-09-13T14:37:23.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:22 smithi071 ceph-mon[107477]: osdmap e1059: 8 total, 8 up, 8 in 2024-09-13T14:37:23.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:22 smithi071 ceph-mon[112785]: osdmap e1058: 8 total, 8 up, 8 in 2024-09-13T14:37:23.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:22 smithi071 ceph-mon[112785]: osdmap e1059: 8 total, 8 up, 8 in 2024-09-13T14:37:23.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:22 smithi104 ceph-mon[105578]: osdmap e1058: 8 total, 8 up, 8 in 2024-09-13T14:37:23.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:22 smithi104 ceph-mon[105578]: osdmap e1059: 8 total, 8 up, 8 in 2024-09-13T14:37:24.004 INFO:tasks.rados.rados.0.smithi071.stdout:3918: finishing write tid 1 to smithi07185159-2 2024-09-13T14:37:24.004 INFO:tasks.rados.rados.0.smithi071.stdout:3918: finishing write tid 2 to smithi07185159-2 2024-09-13T14:37:24.004 INFO:tasks.rados.rados.0.smithi071.stdout:3918: finishing write tid 3 to smithi07185159-2 2024-09-13T14:37:24.004 INFO:tasks.rados.rados.0.smithi071.stdout:3918: finishing write tid 4 to smithi07185159-2 2024-09-13T14:37:24.004 INFO:tasks.rados.rados.0.smithi071.stdout:3918: finishing write tid 5 to smithi07185159-2 2024-09-13T14:37:24.004 INFO:tasks.rados.rados.0.smithi071.stdout:3918: oid 2 updating version 0 to 740 2024-09-13T14:37:24.004 INFO:tasks.rados.rados.0.smithi071.stdout:3918: oid 2 version 740 is already newer than 738 2024-09-13T14:37:24.004 INFO:tasks.rados.rados.0.smithi071.stdout:3918: oid 2 updating version 740 to 741 2024-09-13T14:37:24.005 INFO:tasks.rados.rados.0.smithi071.stdout:3918: oid 2 version 741 is already newer than 739 2024-09-13T14:37:24.005 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 2 v 741 (ObjNum 1481 snap 499 seq_num 1481) dirty exists 2024-09-13T14:37:24.005 INFO:tasks.rados.rados.0.smithi071.stdout:3918: left oid 2 (ObjNum 1481 snap 499 seq_num 1481) 2024-09-13T14:37:24.005 INFO:tasks.rados.rados.0.smithi071.stdout:3918: done (2 left) 2024-09-13T14:37:24.005 INFO:tasks.rados.rados.0.smithi071.stdout:3919: done (1 left) 2024-09-13T14:37:24.005 INFO:tasks.rados.rados.0.smithi071.stdout:3920: done (0 left) 2024-09-13T14:37:24.005 INFO:tasks.rados.rados.0.smithi071.stdout:3921: read oid 11 snap 491 2024-09-13T14:37:24.005 INFO:tasks.rados.rados.0.smithi071.stdout:3921: expect (ObjNum 1422 snap 481 seq_num 1422) 2024-09-13T14:37:24.005 INFO:tasks.rados.rados.0.smithi071.stdout:3922: read oid 48 snap -1 2024-09-13T14:37:24.005 INFO:tasks.rados.rados.0.smithi071.stdout:3922: expect (ObjNum 1427 snap 482 seq_num 1427) 2024-09-13T14:37:24.005 INFO:tasks.rados.rados.0.smithi071.stdout:3923: write oid 22 current snap is 499 2024-09-13T14:37:24.005 INFO:tasks.rados.rados.0.smithi071.stdout:3923: seq_num 1482 ranges {507974=491500,1406667=704843,2548287=359687} 2024-09-13T14:37:24.010 INFO:tasks.rados.rados.0.smithi071.stdout:3923: writing smithi07185159-22 from 507974 to 999474 tid 1 2024-09-13T14:37:24.017 INFO:tasks.rados.rados.0.smithi071.stdout:3923: writing smithi07185159-22 from 1406667 to 2111510 tid 2 2024-09-13T14:37:24.022 INFO:tasks.rados.rados.0.smithi071.stdout:3923: writing smithi07185159-22 from 2548287 to 2907974 tid 3 2024-09-13T14:37:24.022 INFO:tasks.rados.rados.0.smithi071.stdout:3924: delete oid 2 current snap is 499 2024-09-13T14:37:24.023 INFO:tasks.rados.rados.0.smithi071.stdout:3921: expect (ObjNum 1422 snap 481 seq_num 1422) 2024-09-13T14:37:24.237 INFO:tasks.rados.rados.0.smithi071.stdout:3923: finishing write tid 1 to smithi07185159-22 2024-09-13T14:37:24.238 INFO:tasks.rados.rados.0.smithi071.stdout:3921: done (3 left) 2024-09-13T14:37:24.238 INFO:tasks.rados.rados.0.smithi071.stdout:3924: done (2 left) 2024-09-13T14:37:24.238 INFO:tasks.rados.rados.0.smithi071.stdout:3925: rollback oid 13 current snap is 499 2024-09-13T14:37:24.238 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 13 to 492 2024-09-13T14:37:24.238 INFO:tasks.rados.rados.0.smithi071.stdout:3922: expect (ObjNum 1427 snap 482 seq_num 1427) 2024-09-13T14:37:24.364 INFO:tasks.rados.rados.0.smithi071.stdout:3923: finishing write tid 2 to smithi07185159-22 2024-09-13T14:37:24.365 INFO:tasks.rados.rados.0.smithi071.stdout:3923: finishing write tid 3 to smithi07185159-22 2024-09-13T14:37:24.365 INFO:tasks.rados.rados.0.smithi071.stdout:3923: finishing write tid 4 to smithi07185159-22 2024-09-13T14:37:24.365 INFO:tasks.rados.rados.0.smithi071.stdout:3922: done (2 left) 2024-09-13T14:37:24.365 INFO:tasks.rados.rados.0.smithi071.stdout:3926: read oid 26 snap -1 2024-09-13T14:37:24.365 INFO:tasks.rados.rados.0.smithi071.stdout:3926: expect deleted 2024-09-13T14:37:24.365 INFO:tasks.rados.rados.0.smithi071.stdout:3927: snap_remove snap 493 2024-09-13T14:37:24.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:23 smithi071 ceph-mon[107477]: pgmap v1039: 89 pgs: 89 active+clean; 236 MiB data, 848 MiB used, 714 GiB / 715 GiB avail; 9.6 MiB/s rd, 2.0 MiB/s wr, 18 op/s 2024-09-13T14:37:24.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:23 smithi071 ceph-mon[112785]: pgmap v1039: 89 pgs: 89 active+clean; 236 MiB data, 848 MiB used, 714 GiB / 715 GiB avail; 9.6 MiB/s rd, 2.0 MiB/s wr, 18 op/s 2024-09-13T14:37:24.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:23 smithi104 ceph-mon[105578]: pgmap v1039: 89 pgs: 89 active+clean; 236 MiB data, 848 MiB used, 714 GiB / 715 GiB avail; 9.6 MiB/s rd, 2.0 MiB/s wr, 18 op/s 2024-09-13T14:37:25.006 INFO:tasks.rados.rados.0.smithi071.stdout:3927: done (3 left) 2024-09-13T14:37:25.006 INFO:tasks.rados.rados.0.smithi071.stdout:3928: snap_remove snap 491 2024-09-13T14:37:25.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:25 smithi071 ceph-mon[107477]: osdmap e1060: 8 total, 8 up, 8 in 2024-09-13T14:37:25.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:25 smithi071 ceph-mon[112785]: osdmap e1060: 8 total, 8 up, 8 in 2024-09-13T14:37:25.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:25 smithi104 ceph-mon[105578]: osdmap e1060: 8 total, 8 up, 8 in 2024-09-13T14:37:26.017 INFO:tasks.rados.rados.0.smithi071.stdout:3928: done (3 left) 2024-09-13T14:37:26.018 INFO:tasks.rados.rados.0.smithi071.stdout:3929: snap_remove snap 476 2024-09-13T14:37:26.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:26 smithi071 ceph-mon[107477]: pgmap v1042: 89 pgs: 89 active+clean; 240 MiB data, 863 MiB used, 714 GiB / 715 GiB avail; 4.0 MiB/s rd, 1.2 MiB/s wr, 7 op/s 2024-09-13T14:37:26.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:26 smithi071 ceph-mon[107477]: osdmap e1061: 8 total, 8 up, 8 in 2024-09-13T14:37:26.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:26 smithi071 ceph-mon[112785]: pgmap v1042: 89 pgs: 89 active+clean; 240 MiB data, 863 MiB used, 714 GiB / 715 GiB avail; 4.0 MiB/s rd, 1.2 MiB/s wr, 7 op/s 2024-09-13T14:37:26.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:26 smithi071 ceph-mon[112785]: osdmap e1061: 8 total, 8 up, 8 in 2024-09-13T14:37:26.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:26 smithi104 ceph-mon[105578]: pgmap v1042: 89 pgs: 89 active+clean; 240 MiB data, 863 MiB used, 714 GiB / 715 GiB avail; 4.0 MiB/s rd, 1.2 MiB/s wr, 7 op/s 2024-09-13T14:37:26.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:26 smithi104 ceph-mon[105578]: osdmap e1061: 8 total, 8 up, 8 in 2024-09-13T14:37:27.021 INFO:tasks.rados.rados.0.smithi071.stdout:3929: done (3 left) 2024-09-13T14:37:27.021 INFO:tasks.rados.rados.0.smithi071.stdout:3930: snap_remove snap 485 2024-09-13T14:37:27.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:27 smithi071 ceph-mon[107477]: osdmap e1062: 8 total, 8 up, 8 in 2024-09-13T14:37:27.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:27 smithi071 ceph-mon[112785]: osdmap e1062: 8 total, 8 up, 8 in 2024-09-13T14:37:27.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:27 smithi104 ceph-mon[105578]: osdmap e1062: 8 total, 8 up, 8 in 2024-09-13T14:37:27.962 INFO:tasks.rados.rados.0.smithi071.stdout:3930: done (3 left) 2024-09-13T14:37:27.962 INFO:tasks.rados.rados.0.smithi071.stdout:3931: snap_remove snap 486 2024-09-13T14:37:28.291 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:28 smithi071 ceph-mon[107477]: pgmap v1045: 89 pgs: 89 active+clean; 206 MiB data, 836 MiB used, 714 GiB / 715 GiB avail; 16 MiB/s rd, 2.5 MiB/s wr, 25 op/s 2024-09-13T14:37:28.291 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:28 smithi071 ceph-mon[107477]: osdmap e1063: 8 total, 8 up, 8 in 2024-09-13T14:37:28.291 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:28 smithi071 ceph-mon[107477]: osdmap e1064: 8 total, 8 up, 8 in 2024-09-13T14:37:28.291 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:28 smithi071 ceph-mon[112785]: pgmap v1045: 89 pgs: 89 active+clean; 206 MiB data, 836 MiB used, 714 GiB / 715 GiB avail; 16 MiB/s rd, 2.5 MiB/s wr, 25 op/s 2024-09-13T14:37:28.291 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:28 smithi071 ceph-mon[112785]: osdmap e1063: 8 total, 8 up, 8 in 2024-09-13T14:37:28.292 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:28 smithi071 ceph-mon[112785]: osdmap e1064: 8 total, 8 up, 8 in 2024-09-13T14:37:28.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:28 smithi104 ceph-mon[105578]: pgmap v1045: 89 pgs: 89 active+clean; 206 MiB data, 836 MiB used, 714 GiB / 715 GiB avail; 16 MiB/s rd, 2.5 MiB/s wr, 25 op/s 2024-09-13T14:37:28.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:28 smithi104 ceph-mon[105578]: osdmap e1063: 8 total, 8 up, 8 in 2024-09-13T14:37:28.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:28 smithi104 ceph-mon[105578]: osdmap e1064: 8 total, 8 up, 8 in 2024-09-13T14:37:28.965 INFO:tasks.rados.rados.0.smithi071.stdout:3931: done (3 left) 2024-09-13T14:37:28.965 INFO:tasks.rados.rados.0.smithi071.stdout:3932: read oid 3 snap 482 2024-09-13T14:37:28.966 INFO:tasks.rados.rados.0.smithi071.stdout:3932: expect (ObjNum 1337 snap 456 seq_num 1337) 2024-09-13T14:37:28.966 INFO:tasks.rados.rados.0.smithi071.stdout:3933: snap_create 2024-09-13T14:37:28.966 INFO:tasks.rados.rados.0.smithi071.stdout:3923: finishing write tid 5 to smithi07185159-22 2024-09-13T14:37:28.966 INFO:tasks.rados.rados.0.smithi071.stdout:3923: oid 22 updating version 0 to 1397 2024-09-13T14:37:28.966 INFO:tasks.rados.rados.0.smithi071.stdout:3923: oid 22 version 1397 is already newer than 1396 2024-09-13T14:37:28.966 INFO:tasks.rados.rados.0.smithi071.stdout:3923: oid 22 version 1397 is already newer than 1395 2024-09-13T14:37:28.966 INFO:tasks.rados.rados.0.smithi071.stdout:3923: oid 22 version 1397 is already newer than 1390 2024-09-13T14:37:28.966 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 22 v 1397 (ObjNum 1482 snap 499 seq_num 1482) dirty exists 2024-09-13T14:37:28.966 INFO:tasks.rados.rados.0.smithi071.stdout:3923: left oid 22 (ObjNum 1482 snap 499 seq_num 1482) 2024-09-13T14:37:28.966 INFO:tasks.rados.rados.0.smithi071.stdout:3925: finishing rollback tid 0 to smithi07185159-13 2024-09-13T14:37:28.966 INFO:tasks.rados.rados.0.smithi071.stdout:3925: finishing rollback tid 1 to smithi07185159-13 2024-09-13T14:37:28.966 INFO:tasks.rados.rados.0.smithi071.stdout:3925: finishing rollback tid 2 to smithi07185159-13 2024-09-13T14:37:28.966 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 13 v 2121 (ObjNum 1370 snap 467 seq_num 1370) dirty exists 2024-09-13T14:37:28.978 INFO:tasks.rados.rados.0.smithi071.stdout:3932: expect (ObjNum 1337 snap 456 seq_num 1337) 2024-09-13T14:37:29.964 INFO:tasks.rados.rados.0.smithi071.stdout:3923: done (4 left) 2024-09-13T14:37:29.965 INFO:tasks.rados.rados.0.smithi071.stdout:3925: done (3 left) 2024-09-13T14:37:29.965 INFO:tasks.rados.rados.0.smithi071.stdout:3926: done (2 left) 2024-09-13T14:37:29.965 INFO:tasks.rados.rados.0.smithi071.stdout:3932: done (1 left) 2024-09-13T14:37:29.965 INFO:tasks.rados.rados.0.smithi071.stdout:3933: done (0 left) 2024-09-13T14:37:29.965 INFO:tasks.rados.rados.0.smithi071.stdout:3934: snap_remove snap 492 2024-09-13T14:37:30.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:29 smithi071 ceph-mon[107477]: pgmap v1048: 89 pgs: 89 active+clean; 204 MiB data, 827 MiB used, 714 GiB / 715 GiB avail; 16 MiB/s rd, 1.8 MiB/s wr, 22 op/s 2024-09-13T14:37:30.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:29 smithi071 ceph-mon[107477]: osdmap e1065: 8 total, 8 up, 8 in 2024-09-13T14:37:30.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:37:30.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:29 smithi071 ceph-mon[112785]: pgmap v1048: 89 pgs: 89 active+clean; 204 MiB data, 827 MiB used, 714 GiB / 715 GiB avail; 16 MiB/s rd, 1.8 MiB/s wr, 22 op/s 2024-09-13T14:37:30.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:29 smithi071 ceph-mon[112785]: osdmap e1065: 8 total, 8 up, 8 in 2024-09-13T14:37:30.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:37:30.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:29 smithi104 ceph-mon[105578]: pgmap v1048: 89 pgs: 89 active+clean; 204 MiB data, 827 MiB used, 714 GiB / 715 GiB avail; 16 MiB/s rd, 1.8 MiB/s wr, 22 op/s 2024-09-13T14:37:30.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:29 smithi104 ceph-mon[105578]: osdmap e1065: 8 total, 8 up, 8 in 2024-09-13T14:37:30.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:37:30.977 INFO:tasks.rados.rados.0.smithi071.stdout:3934: done (0 left) 2024-09-13T14:37:30.977 INFO:tasks.rados.rados.0.smithi071.stdout:3935: write oid 9 current snap is 500 2024-09-13T14:37:30.977 INFO:tasks.rados.rados.0.smithi071.stdout:3935: seq_num 1484 ranges {541588=758351,2039984=708512} 2024-09-13T14:37:30.984 INFO:tasks.rados.rados.0.smithi071.stdout:3935: writing smithi07185159-9 from 541588 to 1299939 tid 1 2024-09-13T14:37:30.993 INFO:tasks.rados.rados.0.smithi071.stdout:3935: writing smithi07185159-9 from 2039984 to 2748496 tid 2 2024-09-13T14:37:30.993 INFO:tasks.rados.rados.0.smithi071.stdout:3936: rollback oid 5 current snap is 500 2024-09-13T14:37:30.993 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 5 to 489 2024-09-13T14:37:30.993 INFO:tasks.rados.rados.0.smithi071.stdout:3935: finishing write tid 1 to smithi07185159-9 2024-09-13T14:37:30.993 INFO:tasks.rados.rados.0.smithi071.stdout:3937: delete oid 39 current snap is 500 2024-09-13T14:37:30.997 INFO:tasks.rados.rados.0.smithi071.stdout:3935: finishing write tid 2 to smithi07185159-9 2024-09-13T14:37:30.997 INFO:tasks.rados.rados.0.smithi071.stdout:3935: finishing write tid 3 to smithi07185159-9 2024-09-13T14:37:30.997 INFO:tasks.rados.rados.0.smithi071.stdout:3935: finishing write tid 4 to smithi07185159-9 2024-09-13T14:37:30.997 INFO:tasks.rados.rados.0.smithi071.stdout:3935: oid 9 updating version 0 to 513 2024-09-13T14:37:30.997 INFO:tasks.rados.rados.0.smithi071.stdout:3935: oid 9 version 513 is already newer than 512 2024-09-13T14:37:30.997 INFO:tasks.rados.rados.0.smithi071.stdout:3935: oid 9 version 513 is already newer than 511 2024-09-13T14:37:30.997 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 9 v 513 (ObjNum 1484 snap 500 seq_num 1484) dirty exists 2024-09-13T14:37:30.997 INFO:tasks.rados.rados.0.smithi071.stdout:3935: left oid 9 (ObjNum 1484 snap 500 seq_num 1484) 2024-09-13T14:37:30.997 INFO:tasks.rados.rados.0.smithi071.stdout:3935: done (2 left) 2024-09-13T14:37:30.998 INFO:tasks.rados.rados.0.smithi071.stdout:3937: done (1 left) 2024-09-13T14:37:30.998 INFO:tasks.rados.rados.0.smithi071.stdout:3938: snap_remove snap 482 2024-09-13T14:37:31.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:30 smithi071 ceph-mon[107477]: osdmap e1066: 8 total, 8 up, 8 in 2024-09-13T14:37:31.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:30 smithi071 ceph-mon[112785]: osdmap e1066: 8 total, 8 up, 8 in 2024-09-13T14:37:31.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:30 smithi104 ceph-mon[105578]: osdmap e1066: 8 total, 8 up, 8 in 2024-09-13T14:37:31.984 INFO:tasks.rados.rados.0.smithi071.stdout:3936: finishing rollback tid 1 to smithi07185159-5 2024-09-13T14:37:31.985 INFO:tasks.rados.rados.0.smithi071.stdout:3936: finishing rollback tid 2 to smithi07185159-5 2024-09-13T14:37:31.985 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 5 v 3762 (ObjNum 1426 snap 482 seq_num 1426) dirty exists 2024-09-13T14:37:31.985 INFO:tasks.rados.rados.0.smithi071.stdout:3936: done (1 left) 2024-09-13T14:37:31.985 INFO:tasks.rados.rados.0.smithi071.stdout:3938: done (0 left) 2024-09-13T14:37:31.985 INFO:tasks.rados.rados.0.smithi071.stdout:3939: snap_create 2024-09-13T14:37:32.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:31 smithi071 ceph-mon[107477]: pgmap v1051: 89 pgs: 89 active+clean; 199 MiB data, 810 MiB used, 714 GiB / 715 GiB avail; 2.7 MiB/s rd, 2 op/s 2024-09-13T14:37:32.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:31 smithi071 ceph-mon[107477]: osdmap e1067: 8 total, 8 up, 8 in 2024-09-13T14:37:32.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:31 smithi071 ceph-mon[112785]: pgmap v1051: 89 pgs: 89 active+clean; 199 MiB data, 810 MiB used, 714 GiB / 715 GiB avail; 2.7 MiB/s rd, 2 op/s 2024-09-13T14:37:32.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:31 smithi071 ceph-mon[112785]: osdmap e1067: 8 total, 8 up, 8 in 2024-09-13T14:37:32.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:31 smithi104 ceph-mon[105578]: pgmap v1051: 89 pgs: 89 active+clean; 199 MiB data, 810 MiB used, 714 GiB / 715 GiB avail; 2.7 MiB/s rd, 2 op/s 2024-09-13T14:37:32.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:31 smithi104 ceph-mon[105578]: osdmap e1067: 8 total, 8 up, 8 in 2024-09-13T14:37:32.967 INFO:tasks.rados.rados.0.smithi071.stdout:3939: done (0 left) 2024-09-13T14:37:32.967 INFO:tasks.rados.rados.0.smithi071.stdout:3940: write oid 33 current snap is 501 2024-09-13T14:37:32.967 INFO:tasks.rados.rados.0.smithi071.stdout:3940: seq_num 1486 ranges {575202=508849,1640595=712181} 2024-09-13T14:37:32.973 INFO:tasks.rados.rados.0.smithi071.stdout:3940: writing smithi07185159-33 from 575202 to 1084051 tid 1 2024-09-13T14:37:32.980 INFO:tasks.rados.rados.0.smithi071.stdout:3940: writing smithi07185159-33 from 1640595 to 2352776 tid 2 2024-09-13T14:37:32.980 INFO:tasks.rados.rados.0.smithi071.stdout:3941: snap_create 2024-09-13T14:37:32.981 INFO:tasks.rados.rados.0.smithi071.stdout:3940: finishing write tid 1 to smithi07185159-33 2024-09-13T14:37:32.985 INFO:tasks.rados.rados.0.smithi071.stdout:3940: finishing write tid 2 to smithi07185159-33 2024-09-13T14:37:32.985 INFO:tasks.rados.rados.0.smithi071.stdout:3940: finishing write tid 3 to smithi07185159-33 2024-09-13T14:37:32.985 INFO:tasks.rados.rados.0.smithi071.stdout:3940: finishing write tid 4 to smithi07185159-33 2024-09-13T14:37:32.985 INFO:tasks.rados.rados.0.smithi071.stdout:3940: oid 33 updating version 0 to 1861 2024-09-13T14:37:32.985 INFO:tasks.rados.rados.0.smithi071.stdout:3940: oid 33 version 1861 is already newer than 1860 2024-09-13T14:37:32.985 INFO:tasks.rados.rados.0.smithi071.stdout:3940: oid 33 version 1861 is already newer than 1859 2024-09-13T14:37:32.985 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 33 v 1861 (ObjNum 1486 snap 501 seq_num 1486) dirty exists 2024-09-13T14:37:32.985 INFO:tasks.rados.rados.0.smithi071.stdout:3940: left oid 33 (ObjNum 1486 snap 501 seq_num 1486) 2024-09-13T14:37:32.990 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:37:32 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:37:32] "GET /metrics HTTP/1.1" 200 36403 "" "Prometheus/2.51.0" 2024-09-13T14:37:33.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:32 smithi071 ceph-mon[107477]: osdmap e1068: 8 total, 8 up, 8 in 2024-09-13T14:37:33.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:32 smithi071 ceph-mon[107477]: osdmap e1069: 8 total, 8 up, 8 in 2024-09-13T14:37:33.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:32 smithi071 ceph-mon[112785]: osdmap e1068: 8 total, 8 up, 8 in 2024-09-13T14:37:33.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:32 smithi071 ceph-mon[112785]: osdmap e1069: 8 total, 8 up, 8 in 2024-09-13T14:37:33.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:32 smithi104 ceph-mon[105578]: osdmap e1068: 8 total, 8 up, 8 in 2024-09-13T14:37:33.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:32 smithi104 ceph-mon[105578]: osdmap e1069: 8 total, 8 up, 8 in 2024-09-13T14:37:33.965 INFO:tasks.rados.rados.0.smithi071.stdout:3940: done (1 left) 2024-09-13T14:37:33.965 INFO:tasks.rados.rados.0.smithi071.stdout:3941: done (0 left) 2024-09-13T14:37:33.965 INFO:tasks.rados.rados.0.smithi071.stdout:3942: read oid 13 snap -1 2024-09-13T14:37:33.965 INFO:tasks.rados.rados.0.smithi071.stdout:3942: expect (ObjNum 1370 snap 467 seq_num 1370) 2024-09-13T14:37:33.965 INFO:tasks.rados.rados.0.smithi071.stdout:3943: write oid 45 current snap is 502 2024-09-13T14:37:33.965 INFO:tasks.rados.rados.0.smithi071.stdout:3943: seq_num 1487 ranges {592009=584098,1699077=572192,2801755=190254} 2024-09-13T14:37:33.971 INFO:tasks.rados.rados.0.smithi071.stdout:3943: writing smithi07185159-45 from 592009 to 1176107 tid 1 2024-09-13T14:37:33.977 INFO:tasks.rados.rados.0.smithi071.stdout:3943: writing smithi07185159-45 from 1699077 to 2271269 tid 2 2024-09-13T14:37:33.981 INFO:tasks.rados.rados.0.smithi071.stdout:3943: writing smithi07185159-45 from 2801755 to 2992009 tid 3 2024-09-13T14:37:33.981 INFO:tasks.rados.rados.0.smithi071.stdout:3944: snap_remove snap 489 2024-09-13T14:37:34.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:33 smithi071 ceph-mon[107477]: pgmap v1054: 89 pgs: 89 active+clean; 197 MiB data, 808 MiB used, 714 GiB / 715 GiB avail; 2.7 MiB/s rd, 2 op/s 2024-09-13T14:37:34.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:33 smithi071 ceph-mon[107477]: osdmap e1070: 8 total, 8 up, 8 in 2024-09-13T14:37:34.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:33 smithi071 ceph-mon[112785]: pgmap v1054: 89 pgs: 89 active+clean; 197 MiB data, 808 MiB used, 714 GiB / 715 GiB avail; 2.7 MiB/s rd, 2 op/s 2024-09-13T14:37:34.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:33 smithi071 ceph-mon[112785]: osdmap e1070: 8 total, 8 up, 8 in 2024-09-13T14:37:34.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:33 smithi104 ceph-mon[105578]: pgmap v1054: 89 pgs: 89 active+clean; 197 MiB data, 808 MiB used, 714 GiB / 715 GiB avail; 2.7 MiB/s rd, 2 op/s 2024-09-13T14:37:34.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:33 smithi104 ceph-mon[105578]: osdmap e1070: 8 total, 8 up, 8 in 2024-09-13T14:37:34.969 INFO:tasks.rados.rados.0.smithi071.stdout:3942: expect (ObjNum 1370 snap 467 seq_num 1370) 2024-09-13T14:37:35.180 INFO:tasks.rados.rados.0.smithi071.stdout:3943: finishing write tid 1 to smithi07185159-45 2024-09-13T14:37:35.180 INFO:tasks.rados.rados.0.smithi071.stdout:3943: finishing write tid 2 to smithi07185159-45 2024-09-13T14:37:35.180 INFO:tasks.rados.rados.0.smithi071.stdout:3943: finishing write tid 3 to smithi07185159-45 2024-09-13T14:37:35.180 INFO:tasks.rados.rados.0.smithi071.stdout:3943: finishing write tid 4 to smithi07185159-45 2024-09-13T14:37:35.180 INFO:tasks.rados.rados.0.smithi071.stdout:3943: finishing write tid 5 to smithi07185159-45 2024-09-13T14:37:35.180 INFO:tasks.rados.rados.0.smithi071.stdout:3943: oid 45 updating version 0 to 2263 2024-09-13T14:37:35.180 INFO:tasks.rados.rados.0.smithi071.stdout:3943: oid 45 version 2263 is already newer than 2260 2024-09-13T14:37:35.180 INFO:tasks.rados.rados.0.smithi071.stdout:3943: oid 45 version 2263 is already newer than 2262 2024-09-13T14:37:35.181 INFO:tasks.rados.rados.0.smithi071.stdout:3943: oid 45 version 2263 is already newer than 2261 2024-09-13T14:37:35.181 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 45 v 2263 (ObjNum 1487 snap 502 seq_num 1487) dirty exists 2024-09-13T14:37:35.181 INFO:tasks.rados.rados.0.smithi071.stdout:3943: left oid 45 (ObjNum 1487 snap 502 seq_num 1487) 2024-09-13T14:37:35.181 INFO:tasks.rados.rados.0.smithi071.stdout:3942: done (2 left) 2024-09-13T14:37:35.181 INFO:tasks.rados.rados.0.smithi071.stdout:3943: done (1 left) 2024-09-13T14:37:35.181 INFO:tasks.rados.rados.0.smithi071.stdout:3944: done (0 left) 2024-09-13T14:37:35.181 INFO:tasks.rados.rados.0.smithi071.stdout:3945: write oid 45 current snap is 502 2024-09-13T14:37:35.181 INFO:tasks.rados.rados.0.smithi071.stdout:3945: seq_num 1488 ranges {608816=659347,1757559=715850} 2024-09-13T14:37:35.186 INFO:tasks.rados.rados.0.smithi071.stdout:3945: writing smithi07185159-45 from 608816 to 1268163 tid 1 2024-09-13T14:37:35.193 INFO:tasks.rados.rados.0.smithi071.stdout:3945: writing smithi07185159-45 from 1757559 to 2473409 tid 2 2024-09-13T14:37:35.193 INFO:tasks.rados.rados.0.smithi071.stdout:3946: rollback oid 23 current snap is 502 2024-09-13T14:37:35.193 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 23 to 480 2024-09-13T14:37:35.193 INFO:tasks.rados.rados.0.smithi071.stdout:3945: finishing write tid 1 to smithi07185159-45 2024-09-13T14:37:35.193 INFO:tasks.rados.rados.0.smithi071.stdout:3947: snap_create 2024-09-13T14:37:35.197 INFO:tasks.rados.rados.0.smithi071.stdout:3946: finishing rollback tid 0 to smithi07185159-23 2024-09-13T14:37:35.198 INFO:tasks.rados.rados.0.smithi071.stdout:3945: finishing write tid 2 to smithi07185159-45 2024-09-13T14:37:35.198 INFO:tasks.rados.rados.0.smithi071.stdout:3945: finishing write tid 3 to smithi07185159-45 2024-09-13T14:37:35.198 INFO:tasks.rados.rados.0.smithi071.stdout:3945: finishing write tid 4 to smithi07185159-45 2024-09-13T14:37:35.198 INFO:tasks.rados.rados.0.smithi071.stdout:3945: oid 45 updating version 0 to 2271 2024-09-13T14:37:35.198 INFO:tasks.rados.rados.0.smithi071.stdout:3945: oid 45 updating version 2271 to 2272 2024-09-13T14:37:35.199 INFO:tasks.rados.rados.0.smithi071.stdout:3945: oid 45 version 2272 is already newer than 2270 2024-09-13T14:37:35.199 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 45 v 2272 (ObjNum 1488 snap 502 seq_num 1488) dirty exists 2024-09-13T14:37:35.199 INFO:tasks.rados.rados.0.smithi071.stdout:3945: left oid 45 (ObjNum 1488 snap 502 seq_num 1488) 2024-09-13T14:37:35.199 INFO:tasks.rados.rados.0.smithi071.stdout:3946: finishing rollback tid 1 to smithi07185159-23 2024-09-13T14:37:35.199 INFO:tasks.rados.rados.0.smithi071.stdout:3946: finishing rollback tid 2 to smithi07185159-23 2024-09-13T14:37:35.199 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 23 v 2185 (ObjNum 1397 snap 472 seq_num 1397) dirty exists 2024-09-13T14:37:36.001 INFO:tasks.rados.rados.0.smithi071.stdout:3945: done (2 left) 2024-09-13T14:37:36.001 INFO:tasks.rados.rados.0.smithi071.stdout:3946: done (1 left) 2024-09-13T14:37:36.001 INFO:tasks.rados.rados.0.smithi071.stdout:3947: done (0 left) 2024-09-13T14:37:36.001 INFO:tasks.rados.rados.0.smithi071.stdout:3948: write oid 20 current snap is 503 2024-09-13T14:37:36.001 INFO:tasks.rados.rados.0.smithi071.stdout:3948: seq_num 1489 ranges {625623=734596,1816041=459508,2740248=285375} 2024-09-13T14:37:36.008 INFO:tasks.rados.rados.0.smithi071.stdout:3948: writing smithi07185159-20 from 625623 to 1360219 tid 1 2024-09-13T14:37:36.013 INFO:tasks.rados.rados.0.smithi071.stdout:3948: writing smithi07185159-20 from 1816041 to 2275549 tid 2 2024-09-13T14:37:36.017 INFO:tasks.rados.rados.0.smithi071.stdout:3948: writing smithi07185159-20 from 2740248 to 3025623 tid 3 2024-09-13T14:37:36.017 INFO:tasks.rados.rados.0.smithi071.stdout:3949: write oid 34 current snap is 503 2024-09-13T14:37:36.018 INFO:tasks.rados.rados.0.smithi071.stdout:3948: finishing write tid 1 to smithi07185159-20 2024-09-13T14:37:36.018 INFO:tasks.rados.rados.0.smithi071.stdout:3948: finishing write tid 2 to smithi07185159-20 2024-09-13T14:37:36.018 INFO:tasks.rados.rados.0.smithi071.stdout:3949: seq_num 1490 ranges {642430=409845,1758170=719519} 2024-09-13T14:37:36.023 INFO:tasks.rados.rados.0.smithi071.stdout:3949: writing smithi07185159-34 from 642430 to 1052275 tid 1 2024-09-13T14:37:36.032 INFO:tasks.rados.rados.0.smithi071.stdout:3949: writing smithi07185159-34 from 1758170 to 2477689 tid 2 2024-09-13T14:37:36.032 INFO:tasks.rados.rados.0.smithi071.stdout:3950: read oid 46 snap -1 2024-09-13T14:37:36.032 INFO:tasks.rados.rados.0.smithi071.stdout:3950: expect (ObjNum 1463 snap 496 seq_num 1463) 2024-09-13T14:37:36.032 INFO:tasks.rados.rados.0.smithi071.stdout:3951: snap_create 2024-09-13T14:37:36.032 INFO:tasks.rados.rados.0.smithi071.stdout:3948: finishing write tid 3 to smithi07185159-20 2024-09-13T14:37:36.032 INFO:tasks.rados.rados.0.smithi071.stdout:3948: finishing write tid 4 to smithi07185159-20 2024-09-13T14:37:36.032 INFO:tasks.rados.rados.0.smithi071.stdout:3948: finishing write tid 5 to smithi07185159-20 2024-09-13T14:37:36.032 INFO:tasks.rados.rados.0.smithi071.stdout:3948: oid 20 updating version 0 to 1866 2024-09-13T14:37:36.032 INFO:tasks.rados.rados.0.smithi071.stdout:3948: oid 20 updating version 1866 to 1868 2024-09-13T14:37:36.032 INFO:tasks.rados.rados.0.smithi071.stdout:3948: oid 20 version 1868 is already newer than 1867 2024-09-13T14:37:36.032 INFO:tasks.rados.rados.0.smithi071.stdout:3948: oid 20 version 1868 is already newer than 1865 2024-09-13T14:37:36.032 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 20 v 1868 (ObjNum 1489 snap 503 seq_num 1489) dirty exists 2024-09-13T14:37:36.033 INFO:tasks.rados.rados.0.smithi071.stdout:3948: left oid 20 (ObjNum 1489 snap 503 seq_num 1489) 2024-09-13T14:37:36.033 INFO:tasks.rados.rados.0.smithi071.stdout:3949: finishing write tid 1 to smithi07185159-34 2024-09-13T14:37:36.035 INFO:tasks.rados.rados.0.smithi071.stdout:3949: finishing write tid 2 to smithi07185159-34 2024-09-13T14:37:36.035 INFO:tasks.rados.rados.0.smithi071.stdout:3949: finishing write tid 3 to smithi07185159-34 2024-09-13T14:37:36.035 INFO:tasks.rados.rados.0.smithi071.stdout:3949: finishing write tid 4 to smithi07185159-34 2024-09-13T14:37:36.036 INFO:tasks.rados.rados.0.smithi071.stdout:3949: oid 34 updating version 0 to 743 2024-09-13T14:37:36.036 INFO:tasks.rados.rados.0.smithi071.stdout:3949: oid 34 updating version 743 to 745 2024-09-13T14:37:36.036 INFO:tasks.rados.rados.0.smithi071.stdout:3949: oid 34 version 745 is already newer than 744 2024-09-13T14:37:36.036 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 34 v 745 (ObjNum 1490 snap 503 seq_num 1490) dirty exists 2024-09-13T14:37:36.036 INFO:tasks.rados.rados.0.smithi071.stdout:3949: left oid 34 (ObjNum 1490 snap 503 seq_num 1490) 2024-09-13T14:37:36.039 INFO:tasks.rados.rados.0.smithi071.stdout:3950: expect (ObjNum 1463 snap 496 seq_num 1463) 2024-09-13T14:37:36.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:35 smithi071 ceph-mon[112785]: pgmap v1057: 89 pgs: 89 active+clean; 198 MiB data, 805 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 298 KiB/s wr, 1 op/s 2024-09-13T14:37:36.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:35 smithi071 ceph-mon[112785]: osdmap e1071: 8 total, 8 up, 8 in 2024-09-13T14:37:36.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:35 smithi071 ceph-mon[107477]: pgmap v1057: 89 pgs: 89 active+clean; 198 MiB data, 805 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 298 KiB/s wr, 1 op/s 2024-09-13T14:37:36.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:35 smithi071 ceph-mon[107477]: osdmap e1071: 8 total, 8 up, 8 in 2024-09-13T14:37:36.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:35 smithi104 ceph-mon[105578]: pgmap v1057: 89 pgs: 89 active+clean; 198 MiB data, 805 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 298 KiB/s wr, 1 op/s 2024-09-13T14:37:36.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:35 smithi104 ceph-mon[105578]: osdmap e1071: 8 total, 8 up, 8 in 2024-09-13T14:37:37.011 INFO:tasks.rados.rados.0.smithi071.stdout:3948: done (3 left) 2024-09-13T14:37:37.012 INFO:tasks.rados.rados.0.smithi071.stdout:3949: done (2 left) 2024-09-13T14:37:37.012 INFO:tasks.rados.rados.0.smithi071.stdout:3950: done (1 left) 2024-09-13T14:37:37.012 INFO:tasks.rados.rados.0.smithi071.stdout:3951: done (0 left) 2024-09-13T14:37:37.012 INFO:tasks.rados.rados.0.smithi071.stdout:3952: snap_create 2024-09-13T14:37:37.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:37 smithi071 ceph-mon[107477]: osdmap e1072: 8 total, 8 up, 8 in 2024-09-13T14:37:37.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:37 smithi071 ceph-mon[112785]: osdmap e1072: 8 total, 8 up, 8 in 2024-09-13T14:37:37.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:37 smithi104 ceph-mon[105578]: osdmap e1072: 8 total, 8 up, 8 in 2024-09-13T14:37:37.966 INFO:tasks.rados.rados.0.smithi071.stdout:3952: done (0 left) 2024-09-13T14:37:37.966 INFO:tasks.rados.rados.0.smithi071.stdout:3953: snap_remove snap 504 2024-09-13T14:37:38.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:38 smithi071 ceph-mon[107477]: pgmap v1060: 89 pgs: 89 active+clean; 203 MiB data, 827 MiB used, 714 GiB / 715 GiB avail; 2.3 MiB/s rd, 1.3 MiB/s wr, 8 op/s 2024-09-13T14:37:38.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:38 smithi071 ceph-mon[107477]: osdmap e1073: 8 total, 8 up, 8 in 2024-09-13T14:37:38.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:38 smithi071 ceph-mon[107477]: osdmap e1074: 8 total, 8 up, 8 in 2024-09-13T14:37:38.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:38 smithi071 ceph-mon[112785]: pgmap v1060: 89 pgs: 89 active+clean; 203 MiB data, 827 MiB used, 714 GiB / 715 GiB avail; 2.3 MiB/s rd, 1.3 MiB/s wr, 8 op/s 2024-09-13T14:37:38.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:38 smithi071 ceph-mon[112785]: osdmap e1073: 8 total, 8 up, 8 in 2024-09-13T14:37:38.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:38 smithi071 ceph-mon[112785]: osdmap e1074: 8 total, 8 up, 8 in 2024-09-13T14:37:38.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:38 smithi104 ceph-mon[105578]: pgmap v1060: 89 pgs: 89 active+clean; 203 MiB data, 827 MiB used, 714 GiB / 715 GiB avail; 2.3 MiB/s rd, 1.3 MiB/s wr, 8 op/s 2024-09-13T14:37:38.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:38 smithi104 ceph-mon[105578]: osdmap e1073: 8 total, 8 up, 8 in 2024-09-13T14:37:38.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:38 smithi104 ceph-mon[105578]: osdmap e1074: 8 total, 8 up, 8 in 2024-09-13T14:37:38.968 INFO:tasks.rados.rados.0.smithi071.stdout:3953: done (0 left) 2024-09-13T14:37:38.968 INFO:tasks.rados.rados.0.smithi071.stdout:3954: write oid 6 current snap is 505 2024-09-13T14:37:38.968 INFO:tasks.rados.rados.0.smithi071.stdout:3954: seq_num 1491 ranges {659237=601447,1933005=463177} 2024-09-13T14:37:38.974 INFO:tasks.rados.rados.0.smithi071.stdout:3954: writing smithi07185159-6 from 659237 to 1260684 tid 1 2024-09-13T14:37:38.981 INFO:tasks.rados.rados.0.smithi071.stdout:3954: writing smithi07185159-6 from 1933005 to 2396182 tid 2 2024-09-13T14:37:38.981 INFO:tasks.rados.rados.0.smithi071.stdout:3955: write oid 2 current snap is 505 2024-09-13T14:37:38.981 INFO:tasks.rados.rados.0.smithi071.stdout:3955: seq_num 1492 ranges {676044=676696,1991487=723188} 2024-09-13T14:37:38.988 INFO:tasks.rados.rados.0.smithi071.stdout:3955: writing smithi07185159-2 from 676044 to 1352740 tid 1 2024-09-13T14:37:38.997 INFO:tasks.rados.rados.0.smithi071.stdout:3955: writing smithi07185159-2 from 1991487 to 2714675 tid 2 2024-09-13T14:37:38.997 INFO:tasks.rados.rados.0.smithi071.stdout:3956: snap_remove snap 503 2024-09-13T14:37:39.973 INFO:tasks.rados.rados.0.smithi071.stdout:3956: done (2 left) 2024-09-13T14:37:39.974 INFO:tasks.rados.rados.0.smithi071.stdout:3957: snap_remove snap 500 2024-09-13T14:37:40.224 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:39 smithi104 ceph-mon[105578]: pgmap v1063: 89 pgs: 89 active+clean; 203 MiB data, 827 MiB used, 714 GiB / 715 GiB avail; 2.3 MiB/s rd, 1023 KiB/s wr, 6 op/s 2024-09-13T14:37:40.224 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:39 smithi104 ceph-mon[105578]: osdmap e1075: 8 total, 8 up, 8 in 2024-09-13T14:37:40.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:39 smithi071 ceph-mon[107477]: pgmap v1063: 89 pgs: 89 active+clean; 203 MiB data, 827 MiB used, 714 GiB / 715 GiB avail; 2.3 MiB/s rd, 1023 KiB/s wr, 6 op/s 2024-09-13T14:37:40.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:39 smithi071 ceph-mon[107477]: osdmap e1075: 8 total, 8 up, 8 in 2024-09-13T14:37:40.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:39 smithi071 ceph-mon[112785]: pgmap v1063: 89 pgs: 89 active+clean; 203 MiB data, 827 MiB used, 714 GiB / 715 GiB avail; 2.3 MiB/s rd, 1023 KiB/s wr, 6 op/s 2024-09-13T14:37:40.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:39 smithi071 ceph-mon[112785]: osdmap e1075: 8 total, 8 up, 8 in 2024-09-13T14:37:40.980 INFO:tasks.rados.rados.0.smithi071.stdout:3957: done (2 left) 2024-09-13T14:37:40.980 INFO:tasks.rados.rados.0.smithi071.stdout:3958: snap_remove snap 479 2024-09-13T14:37:41.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:40 smithi071 ceph-mon[107477]: osdmap e1076: 8 total, 8 up, 8 in 2024-09-13T14:37:41.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:40 smithi071 ceph-mon[112785]: osdmap e1076: 8 total, 8 up, 8 in 2024-09-13T14:37:41.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:40 smithi104 ceph-mon[105578]: osdmap e1076: 8 total, 8 up, 8 in 2024-09-13T14:37:41.985 INFO:tasks.rados.rados.0.smithi071.stdout:3958: done (2 left) 2024-09-13T14:37:41.985 INFO:tasks.rados.rados.0.smithi071.stdout:3959: delete oid 16 current snap is 505 2024-09-13T14:37:41.985 INFO:tasks.rados.rados.0.smithi071.stdout:3954: finishing write tid 1 to smithi07185159-6 2024-09-13T14:37:41.986 INFO:tasks.rados.rados.0.smithi071.stdout:3954: finishing write tid 2 to smithi07185159-6 2024-09-13T14:37:41.986 INFO:tasks.rados.rados.0.smithi071.stdout:3954: finishing write tid 3 to smithi07185159-6 2024-09-13T14:37:41.986 INFO:tasks.rados.rados.0.smithi071.stdout:3954: finishing write tid 4 to smithi07185159-6 2024-09-13T14:37:41.986 INFO:tasks.rados.rados.0.smithi071.stdout:3954: oid 6 updating version 0 to 3784 2024-09-13T14:37:41.986 INFO:tasks.rados.rados.0.smithi071.stdout:3954: oid 6 updating version 3784 to 3785 2024-09-13T14:37:41.986 INFO:tasks.rados.rados.0.smithi071.stdout:3954: oid 6 version 3785 is already newer than 3783 2024-09-13T14:37:41.986 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 6 v 3785 (ObjNum 1491 snap 505 seq_num 1491) dirty exists 2024-09-13T14:37:41.986 INFO:tasks.rados.rados.0.smithi071.stdout:3954: left oid 6 (ObjNum 1491 snap 505 seq_num 1491) 2024-09-13T14:37:41.986 INFO:tasks.rados.rados.0.smithi071.stdout:3955: finishing write tid 1 to smithi07185159-2 2024-09-13T14:37:41.986 INFO:tasks.rados.rados.0.smithi071.stdout:3955: finishing write tid 2 to smithi07185159-2 2024-09-13T14:37:41.986 INFO:tasks.rados.rados.0.smithi071.stdout:3955: finishing write tid 3 to smithi07185159-2 2024-09-13T14:37:41.986 INFO:tasks.rados.rados.0.smithi071.stdout:3955: finishing write tid 4 to smithi07185159-2 2024-09-13T14:37:41.986 INFO:tasks.rados.rados.0.smithi071.stdout:3955: oid 2 updating version 0 to 746 2024-09-13T14:37:41.987 INFO:tasks.rados.rados.0.smithi071.stdout:3955: oid 2 updating version 746 to 747 2024-09-13T14:37:41.987 INFO:tasks.rados.rados.0.smithi071.stdout:3955: oid 2 updating version 747 to 748 2024-09-13T14:37:41.987 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 2 v 748 (ObjNum 1492 snap 505 seq_num 1492) dirty exists 2024-09-13T14:37:41.987 INFO:tasks.rados.rados.0.smithi071.stdout:3955: left oid 2 (ObjNum 1492 snap 505 seq_num 1492) 2024-09-13T14:37:41.994 INFO:tasks.rados.rados.0.smithi071.stdout:3954: done (2 left) 2024-09-13T14:37:41.994 INFO:tasks.rados.rados.0.smithi071.stdout:3955: done (1 left) 2024-09-13T14:37:41.994 INFO:tasks.rados.rados.0.smithi071.stdout:3959: done (0 left) 2024-09-13T14:37:41.994 INFO:tasks.rados.rados.0.smithi071.stdout:3960: write oid 40 current snap is 505 2024-09-13T14:37:41.995 INFO:tasks.rados.rados.0.smithi071.stdout:3960: seq_num 1494 ranges {709658=427194,1592098=726857,2761010=348648} 2024-09-13T14:37:42.000 INFO:tasks.rados.rados.0.smithi071.stdout:3960: writing smithi07185159-40 from 709658 to 1136852 tid 1 2024-09-13T14:37:42.008 INFO:tasks.rados.rados.0.smithi071.stdout:3960: writing smithi07185159-40 from 1592098 to 2318955 tid 2 2024-09-13T14:37:42.013 INFO:tasks.rados.rados.0.smithi071.stdout:3960: writing smithi07185159-40 from 2761010 to 3109658 tid 3 2024-09-13T14:37:42.014 INFO:tasks.rados.rados.0.smithi071.stdout:3961: read oid 20 snap -1 2024-09-13T14:37:42.014 INFO:tasks.rados.rados.0.smithi071.stdout:3961: expect (ObjNum 1489 snap 503 seq_num 1489) 2024-09-13T14:37:42.014 INFO:tasks.rados.rados.0.smithi071.stdout:3962: read oid 23 snap -1 2024-09-13T14:37:42.014 INFO:tasks.rados.rados.0.smithi071.stdout:3962: expect (ObjNum 1397 snap 472 seq_num 1397) 2024-09-13T14:37:42.014 INFO:tasks.rados.rados.0.smithi071.stdout:3963: read oid 8 snap -1 2024-09-13T14:37:42.014 INFO:tasks.rados.rados.0.smithi071.stdout:3963: expect (ObjNum 1425 snap 482 seq_num 1425) 2024-09-13T14:37:42.014 INFO:tasks.rados.rados.0.smithi071.stdout:3964: read oid 24 snap -1 2024-09-13T14:37:42.014 INFO:tasks.rados.rados.0.smithi071.stdout:3964: expect deleted 2024-09-13T14:37:42.014 INFO:tasks.rados.rados.0.smithi071.stdout:3965: snap_remove snap 502 2024-09-13T14:37:42.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:41 smithi071 ceph-mon[107477]: pgmap v1066: 89 pgs: 89 active+clean; 214 MiB data, 839 MiB used, 714 GiB / 715 GiB avail; 2.0 MiB/s rd, 1.2 MiB/s wr, 7 op/s 2024-09-13T14:37:42.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:41 smithi071 ceph-mon[107477]: osdmap e1077: 8 total, 8 up, 8 in 2024-09-13T14:37:42.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:41 smithi071 ceph-mon[112785]: pgmap v1066: 89 pgs: 89 active+clean; 214 MiB data, 839 MiB used, 714 GiB / 715 GiB avail; 2.0 MiB/s rd, 1.2 MiB/s wr, 7 op/s 2024-09-13T14:37:42.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:41 smithi071 ceph-mon[112785]: osdmap e1077: 8 total, 8 up, 8 in 2024-09-13T14:37:42.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:41 smithi104 ceph-mon[105578]: pgmap v1066: 89 pgs: 89 active+clean; 214 MiB data, 839 MiB used, 714 GiB / 715 GiB avail; 2.0 MiB/s rd, 1.2 MiB/s wr, 7 op/s 2024-09-13T14:37:42.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:41 smithi104 ceph-mon[105578]: osdmap e1077: 8 total, 8 up, 8 in 2024-09-13T14:37:42.969 INFO:tasks.rados.rados.0.smithi071.stdout:3960: finishing write tid 1 to smithi07185159-40 2024-09-13T14:37:42.969 INFO:tasks.rados.rados.0.smithi071.stdout:3965: done (5 left) 2024-09-13T14:37:42.969 INFO:tasks.rados.rados.0.smithi071.stdout:3966: read oid 2 snap -1 2024-09-13T14:37:42.969 INFO:tasks.rados.rados.0.smithi071.stdout:3966: expect (ObjNum 1492 snap 505 seq_num 1492) 2024-09-13T14:37:42.969 INFO:tasks.rados.rados.0.smithi071.stdout:3967: delete oid 12 current snap is 505 2024-09-13T14:37:42.969 INFO:tasks.rados.rados.0.smithi071.stdout:3960: finishing write tid 2 to smithi07185159-40 2024-09-13T14:37:42.969 INFO:tasks.rados.rados.0.smithi071.stdout:3960: finishing write tid 3 to smithi07185159-40 2024-09-13T14:37:42.969 INFO:tasks.rados.rados.0.smithi071.stdout:3960: finishing write tid 4 to smithi07185159-40 2024-09-13T14:37:42.969 INFO:tasks.rados.rados.0.smithi071.stdout:3960: finishing write tid 5 to smithi07185159-40 2024-09-13T14:37:42.969 INFO:tasks.rados.rados.0.smithi071.stdout:3960: oid 40 updating version 0 to 927 2024-09-13T14:37:42.970 INFO:tasks.rados.rados.0.smithi071.stdout:3960: oid 40 version 927 is already newer than 926 2024-09-13T14:37:42.970 INFO:tasks.rados.rados.0.smithi071.stdout:3960: oid 40 version 927 is already newer than 924 2024-09-13T14:37:42.970 INFO:tasks.rados.rados.0.smithi071.stdout:3960: oid 40 version 927 is already newer than 925 2024-09-13T14:37:42.970 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 40 v 927 (ObjNum 1494 snap 505 seq_num 1494) dirty exists 2024-09-13T14:37:42.970 INFO:tasks.rados.rados.0.smithi071.stdout:3960: left oid 40 (ObjNum 1494 snap 505 seq_num 1494) 2024-09-13T14:37:42.970 INFO:tasks.rados.rados.0.smithi071.stdout:3963: expect (ObjNum 1425 snap 482 seq_num 1425) 2024-09-13T14:37:42.994 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:37:42 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:37:42] "GET /metrics HTTP/1.1" 200 36403 "" "Prometheus/2.51.0" 2024-09-13T14:37:43.147 INFO:tasks.rados.rados.0.smithi071.stdout:3961: expect (ObjNum 1489 snap 503 seq_num 1489) 2024-09-13T14:37:43.302 INFO:tasks.rados.rados.0.smithi071.stdout:3962: expect (ObjNum 1397 snap 472 seq_num 1397) 2024-09-13T14:37:43.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:42 smithi071 ceph-mon[107477]: osdmap e1078: 8 total, 8 up, 8 in 2024-09-13T14:37:43.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:42 smithi071 ceph-mon[107477]: osdmap e1079: 8 total, 8 up, 8 in 2024-09-13T14:37:43.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:42 smithi071 ceph-mon[112785]: osdmap e1078: 8 total, 8 up, 8 in 2024-09-13T14:37:43.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:42 smithi071 ceph-mon[112785]: osdmap e1079: 8 total, 8 up, 8 in 2024-09-13T14:37:43.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:42 smithi104 ceph-mon[105578]: osdmap e1078: 8 total, 8 up, 8 in 2024-09-13T14:37:43.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:42 smithi104 ceph-mon[105578]: osdmap e1079: 8 total, 8 up, 8 in 2024-09-13T14:37:43.454 INFO:tasks.rados.rados.0.smithi071.stdout:3966: expect (ObjNum 1492 snap 505 seq_num 1492) 2024-09-13T14:37:43.556 INFO:tasks.rados.rados.0.smithi071.stdout:3960: done (6 left) 2024-09-13T14:37:43.556 INFO:tasks.rados.rados.0.smithi071.stdout:3961: done (5 left) 2024-09-13T14:37:43.556 INFO:tasks.rados.rados.0.smithi071.stdout:3962: done (4 left) 2024-09-13T14:37:43.556 INFO:tasks.rados.rados.0.smithi071.stdout:3963: done (3 left) 2024-09-13T14:37:43.556 INFO:tasks.rados.rados.0.smithi071.stdout:3964: done (2 left) 2024-09-13T14:37:43.556 INFO:tasks.rados.rados.0.smithi071.stdout:3966: done (1 left) 2024-09-13T14:37:43.556 INFO:tasks.rados.rados.0.smithi071.stdout:3967: done (0 left) 2024-09-13T14:37:43.556 INFO:tasks.rados.rados.0.smithi071.stdout:3968: rollback oid 43 current snap is 505 2024-09-13T14:37:43.556 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 43 to 501 2024-09-13T14:37:43.556 INFO:tasks.rados.rados.0.smithi071.stdout:3969: delete oid 7 current snap is 505 2024-09-13T14:37:43.558 INFO:tasks.rados.rados.0.smithi071.stdout:3969: done (1 left) 2024-09-13T14:37:43.558 INFO:tasks.rados.rados.0.smithi071.stdout:3970: read oid 19 snap -1 2024-09-13T14:37:43.558 INFO:tasks.rados.rados.0.smithi071.stdout:3970: expect (ObjNum 1443 snap 486 seq_num 1443) 2024-09-13T14:37:43.558 INFO:tasks.rados.rados.0.smithi071.stdout:3971: write oid 45 current snap is 505 2024-09-13T14:37:43.558 INFO:tasks.rados.rados.0.smithi071.stdout:3971: seq_num 1497 ranges {760079=652941,2167544=474184} 2024-09-13T14:37:43.565 INFO:tasks.rados.rados.0.smithi071.stdout:3971: writing smithi07185159-45 from 760079 to 1413020 tid 1 2024-09-13T14:37:43.573 INFO:tasks.rados.rados.0.smithi071.stdout:3971: writing smithi07185159-45 from 2167544 to 2641728 tid 2 2024-09-13T14:37:43.573 INFO:tasks.rados.rados.0.smithi071.stdout:3972: read oid 6 snap -1 2024-09-13T14:37:43.573 INFO:tasks.rados.rados.0.smithi071.stdout:3972: expect (ObjNum 1491 snap 505 seq_num 1491) 2024-09-13T14:37:43.573 INFO:tasks.rados.rados.0.smithi071.stdout:3973: snap_create 2024-09-13T14:37:43.573 INFO:tasks.rados.rados.0.smithi071.stdout:3968: finishing rollback tid 0 to smithi07185159-43 2024-09-13T14:37:43.573 INFO:tasks.rados.rados.0.smithi071.stdout:3968: finishing rollback tid 1 to smithi07185159-43 2024-09-13T14:37:43.573 INFO:tasks.rados.rados.0.smithi071.stdout:3968: finishing rollback tid 2 to smithi07185159-43 2024-09-13T14:37:43.573 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 43 v 1287 (ObjNum 1292 snap 447 seq_num 1292) dirty exists 2024-09-13T14:37:43.573 INFO:tasks.rados.rados.0.smithi071.stdout:3970: expect (ObjNum 1443 snap 486 seq_num 1443) 2024-09-13T14:37:43.664 INFO:tasks.rados.rados.0.smithi071.stdout:3971: finishing write tid 1 to smithi07185159-45 2024-09-13T14:37:43.664 INFO:tasks.rados.rados.0.smithi071.stdout:3971: finishing write tid 2 to smithi07185159-45 2024-09-13T14:37:43.664 INFO:tasks.rados.rados.0.smithi071.stdout:3971: finishing write tid 3 to smithi07185159-45 2024-09-13T14:37:43.664 INFO:tasks.rados.rados.0.smithi071.stdout:3971: finishing write tid 4 to smithi07185159-45 2024-09-13T14:37:43.664 INFO:tasks.rados.rados.0.smithi071.stdout:3971: oid 45 updating version 0 to 2283 2024-09-13T14:37:43.664 INFO:tasks.rados.rados.0.smithi071.stdout:3971: oid 45 version 2283 is already newer than 2282 2024-09-13T14:37:43.664 INFO:tasks.rados.rados.0.smithi071.stdout:3971: oid 45 version 2283 is already newer than 2281 2024-09-13T14:37:43.664 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 45 v 2283 (ObjNum 1497 snap 505 seq_num 1497) dirty exists 2024-09-13T14:37:43.665 INFO:tasks.rados.rados.0.smithi071.stdout:3971: left oid 45 (ObjNum 1497 snap 505 seq_num 1497) 2024-09-13T14:37:43.665 INFO:tasks.rados.rados.0.smithi071.stdout:3972: expect (ObjNum 1491 snap 505 seq_num 1491) 2024-09-13T14:37:44.009 INFO:tasks.rados.rados.0.smithi071.stdout:3968: done (4 left) 2024-09-13T14:37:44.009 INFO:tasks.rados.rados.0.smithi071.stdout:3970: done (3 left) 2024-09-13T14:37:44.010 INFO:tasks.rados.rados.0.smithi071.stdout:3971: done (2 left) 2024-09-13T14:37:44.010 INFO:tasks.rados.rados.0.smithi071.stdout:3972: done (1 left) 2024-09-13T14:37:44.010 INFO:tasks.rados.rados.0.smithi071.stdout:3973: done (0 left) 2024-09-13T14:37:44.010 INFO:tasks.rados.rados.0.smithi071.stdout:3974: write oid 43 current snap is 506 2024-09-13T14:37:44.010 INFO:tasks.rados.rados.0.smithi071.stdout:3974: seq_num 1498 ranges {776886=444543,1826026=734195,2987055=189831} 2024-09-13T14:37:44.015 INFO:tasks.rados.rados.0.smithi071.stdout:3974: writing smithi07185159-43 from 776886 to 1221429 tid 1 2024-09-13T14:37:44.023 INFO:tasks.rados.rados.0.smithi071.stdout:3974: writing smithi07185159-43 from 1826026 to 2560221 tid 2 2024-09-13T14:37:44.027 INFO:tasks.rados.rados.0.smithi071.stdout:3974: writing smithi07185159-43 from 2987055 to 3176886 tid 3 2024-09-13T14:37:44.027 INFO:tasks.rados.rados.0.smithi071.stdout:3975: write oid 18 current snap is 506 2024-09-13T14:37:44.027 INFO:tasks.rados.rados.0.smithi071.stdout:3974: finishing write tid 1 to smithi07185159-43 2024-09-13T14:37:44.027 INFO:tasks.rados.rados.0.smithi071.stdout:3974: finishing write tid 2 to smithi07185159-43 2024-09-13T14:37:44.027 INFO:tasks.rados.rados.0.smithi071.stdout:3975: seq_num 1499 ranges {793693=519792,1884508=477853,2898125=295568} 2024-09-13T14:37:44.034 INFO:tasks.rados.rados.0.smithi071.stdout:3975: writing smithi07185159-18 from 793693 to 1313485 tid 1 2024-09-13T14:37:44.039 INFO:tasks.rados.rados.0.smithi071.stdout:3975: writing smithi07185159-18 from 1884508 to 2362361 tid 2 2024-09-13T14:37:44.045 INFO:tasks.rados.rados.0.smithi071.stdout:3975: writing smithi07185159-18 from 2898125 to 3193693 tid 3 2024-09-13T14:37:44.045 INFO:tasks.rados.rados.0.smithi071.stdout:3976: write oid 3 current snap is 506 2024-09-13T14:37:44.045 INFO:tasks.rados.rados.0.smithi071.stdout:3974: finishing write tid 3 to smithi07185159-43 2024-09-13T14:37:44.045 INFO:tasks.rados.rados.0.smithi071.stdout:3974: finishing write tid 4 to smithi07185159-43 2024-09-13T14:37:44.045 INFO:tasks.rados.rados.0.smithi071.stdout:3974: finishing write tid 5 to smithi07185159-43 2024-09-13T14:37:44.045 INFO:tasks.rados.rados.0.smithi071.stdout:3974: oid 43 updating version 0 to 1292 2024-09-13T14:37:44.045 INFO:tasks.rados.rados.0.smithi071.stdout:3974: oid 43 version 1292 is already newer than 1290 2024-09-13T14:37:44.045 INFO:tasks.rados.rados.0.smithi071.stdout:3974: oid 43 version 1292 is already newer than 1289 2024-09-13T14:37:44.045 INFO:tasks.rados.rados.0.smithi071.stdout:3974: oid 43 version 1292 is already newer than 1291 2024-09-13T14:37:44.045 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 43 v 1292 (ObjNum 1498 snap 506 seq_num 1498) dirty exists 2024-09-13T14:37:44.045 INFO:tasks.rados.rados.0.smithi071.stdout:3974: left oid 43 (ObjNum 1498 snap 506 seq_num 1498) 2024-09-13T14:37:44.045 INFO:tasks.rados.rados.0.smithi071.stdout:3975: finishing write tid 1 to smithi07185159-18 2024-09-13T14:37:44.046 INFO:tasks.rados.rados.0.smithi071.stdout:3976: seq_num 1500 ranges {410500=595041,1542990=621511,2925548=284952} 2024-09-13T14:37:44.050 INFO:tasks.rados.rados.0.smithi071.stdout:3976: writing smithi07185159-3 from 410500 to 1005541 tid 1 2024-09-13T14:37:44.056 INFO:tasks.rados.rados.0.smithi071.stdout:3976: writing smithi07185159-3 from 1542990 to 2164501 tid 2 2024-09-13T14:37:44.062 INFO:tasks.rados.rados.0.smithi071.stdout:3976: writing smithi07185159-3 from 2925548 to 3210500 tid 3 2024-09-13T14:37:44.062 INFO:tasks.rados.rados.0.smithi071.stdout:3974: done (2 left) 2024-09-13T14:37:44.062 INFO:tasks.rados.rados.0.smithi071.stdout:3977: read oid 4 snap 495 2024-09-13T14:37:44.062 INFO:tasks.rados.rados.0.smithi071.stdout:3977: expect (ObjNum 1369 snap 467 seq_num 1369) 2024-09-13T14:37:44.062 INFO:tasks.rados.rados.0.smithi071.stdout:3978: read oid 20 snap 499 2024-09-13T14:37:44.062 INFO:tasks.rados.rados.0.smithi071.stdout:3978: expect (ObjNum 1447 snap 489 seq_num 1447) 2024-09-13T14:37:44.062 INFO:tasks.rados.rados.0.smithi071.stdout:3979: snap_remove snap 496 2024-09-13T14:37:44.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:43 smithi071 ceph-mon[107477]: pgmap v1069: 89 pgs: 89 active+clean; 214 MiB data, 840 MiB used, 714 GiB / 715 GiB avail; 2.0 MiB/s rd, 1.2 MiB/s wr, 7 op/s 2024-09-13T14:37:44.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:43 smithi071 ceph-mon[112785]: pgmap v1069: 89 pgs: 89 active+clean; 214 MiB data, 840 MiB used, 714 GiB / 715 GiB avail; 2.0 MiB/s rd, 1.2 MiB/s wr, 7 op/s 2024-09-13T14:37:44.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:43 smithi104 ceph-mon[105578]: pgmap v1069: 89 pgs: 89 active+clean; 214 MiB data, 840 MiB used, 714 GiB / 715 GiB avail; 2.0 MiB/s rd, 1.2 MiB/s wr, 7 op/s 2024-09-13T14:37:45.019 INFO:tasks.rados.rados.0.smithi071.stdout:3979: done (4 left) 2024-09-13T14:37:45.019 INFO:tasks.rados.rados.0.smithi071.stdout:3980: snap_create 2024-09-13T14:37:45.021 INFO:tasks.rados.rados.0.smithi071.stdout:3975: finishing write tid 2 to smithi07185159-18 2024-09-13T14:37:45.021 INFO:tasks.rados.rados.0.smithi071.stdout:3975: finishing write tid 3 to smithi07185159-18 2024-09-13T14:37:45.021 INFO:tasks.rados.rados.0.smithi071.stdout:3975: finishing write tid 4 to smithi07185159-18 2024-09-13T14:37:45.021 INFO:tasks.rados.rados.0.smithi071.stdout:3975: finishing write tid 5 to smithi07185159-18 2024-09-13T14:37:45.021 INFO:tasks.rados.rados.0.smithi071.stdout:3975: oid 18 updating version 0 to 3796 2024-09-13T14:37:45.021 INFO:tasks.rados.rados.0.smithi071.stdout:3975: oid 18 updating version 3796 to 3798 2024-09-13T14:37:45.022 INFO:tasks.rados.rados.0.smithi071.stdout:3975: oid 18 updating version 3798 to 3799 2024-09-13T14:37:45.022 INFO:tasks.rados.rados.0.smithi071.stdout:3975: oid 18 version 3799 is already newer than 3797 2024-09-13T14:37:45.022 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 18 v 3799 (ObjNum 1499 snap 506 seq_num 1499) dirty exists 2024-09-13T14:37:45.022 INFO:tasks.rados.rados.0.smithi071.stdout:3975: left oid 18 (ObjNum 1499 snap 506 seq_num 1499) 2024-09-13T14:37:45.022 INFO:tasks.rados.rados.0.smithi071.stdout:3976: finishing write tid 1 to smithi07185159-3 2024-09-13T14:37:45.022 INFO:tasks.rados.rados.0.smithi071.stdout:3976: finishing write tid 2 to smithi07185159-3 2024-09-13T14:37:45.022 INFO:tasks.rados.rados.0.smithi071.stdout:3978: expect (ObjNum 1447 snap 489 seq_num 1447) 2024-09-13T14:37:45.122 INFO:tasks.rados.rados.0.smithi071.stdout:3976: finishing write tid 3 to smithi07185159-3 2024-09-13T14:37:45.123 INFO:tasks.rados.rados.0.smithi071.stdout:3976: finishing write tid 4 to smithi07185159-3 2024-09-13T14:37:45.123 INFO:tasks.rados.rados.0.smithi071.stdout:3976: finishing write tid 5 to smithi07185159-3 2024-09-13T14:37:45.123 INFO:tasks.rados.rados.0.smithi071.stdout:3976: oid 3 updating version 0 to 3801 2024-09-13T14:37:45.123 INFO:tasks.rados.rados.0.smithi071.stdout:3976: oid 3 updating version 3801 to 3802 2024-09-13T14:37:45.123 INFO:tasks.rados.rados.0.smithi071.stdout:3976: oid 3 updating version 3802 to 3803 2024-09-13T14:37:45.123 INFO:tasks.rados.rados.0.smithi071.stdout:3976: oid 3 updating version 3803 to 3804 2024-09-13T14:37:45.123 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 3 v 3804 (ObjNum 1500 snap 506 seq_num 1500) dirty exists 2024-09-13T14:37:45.123 INFO:tasks.rados.rados.0.smithi071.stdout:3976: left oid 3 (ObjNum 1500 snap 506 seq_num 1500) 2024-09-13T14:37:45.123 INFO:tasks.rados.rados.0.smithi071.stdout:3977: expect (ObjNum 1369 snap 467 seq_num 1369) 2024-09-13T14:37:45.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:45 smithi071 ceph-mon[107477]: osdmap e1080: 8 total, 8 up, 8 in 2024-09-13T14:37:45.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:37:45.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:45 smithi071 ceph-mon[112785]: osdmap e1080: 8 total, 8 up, 8 in 2024-09-13T14:37:45.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:37:45.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:45 smithi104 ceph-mon[105578]: osdmap e1080: 8 total, 8 up, 8 in 2024-09-13T14:37:45.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:37:46.019 INFO:tasks.rados.rados.0.smithi071.stdout:3975: done (4 left) 2024-09-13T14:37:46.019 INFO:tasks.rados.rados.0.smithi071.stdout:3976: done (3 left) 2024-09-13T14:37:46.020 INFO:tasks.rados.rados.0.smithi071.stdout:3977: done (2 left) 2024-09-13T14:37:46.020 INFO:tasks.rados.rados.0.smithi071.stdout:3978: done (1 left) 2024-09-13T14:37:46.020 INFO:tasks.rados.rados.0.smithi071.stdout:3980: done (0 left) 2024-09-13T14:37:46.020 INFO:tasks.rados.rados.0.smithi071.stdout:3981: write oid 44 current snap is 507 2024-09-13T14:37:46.020 INFO:tasks.rados.rados.0.smithi071.stdout:3981: seq_num 1501 ranges {427307=670290,1601472=481522,2552971=483056} 2024-09-13T14:37:46.025 INFO:tasks.rados.rados.0.smithi071.stdout:3981: writing smithi07185159-44 from 427307 to 1097597 tid 1 2024-09-13T14:37:46.030 INFO:tasks.rados.rados.0.smithi071.stdout:3981: writing smithi07185159-44 from 1601472 to 2082994 tid 2 2024-09-13T14:37:46.035 INFO:tasks.rados.rados.0.smithi071.stdout:3981: writing smithi07185159-44 from 2552971 to 3036027 tid 3 2024-09-13T14:37:46.035 INFO:tasks.rados.rados.0.smithi071.stdout:3982: rollback oid 33 current snap is 507 2024-09-13T14:37:46.036 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 33 to 501 2024-09-13T14:37:46.036 INFO:tasks.rados.rados.0.smithi071.stdout:3981: finishing write tid 1 to smithi07185159-44 2024-09-13T14:37:46.036 INFO:tasks.rados.rados.0.smithi071.stdout:3983: snap_remove snap 505 2024-09-13T14:37:46.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:46 smithi071 ceph-mon[107477]: pgmap v1072: 89 pgs: 89 active+clean; 212 MiB data, 844 MiB used, 714 GiB / 715 GiB avail; 6.6 MiB/s rd, 0 B/s wr, 4 op/s 2024-09-13T14:37:46.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:46 smithi071 ceph-mon[107477]: osdmap e1081: 8 total, 8 up, 8 in 2024-09-13T14:37:46.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:46 smithi071 ceph-mon[112785]: pgmap v1072: 89 pgs: 89 active+clean; 212 MiB data, 844 MiB used, 714 GiB / 715 GiB avail; 6.6 MiB/s rd, 0 B/s wr, 4 op/s 2024-09-13T14:37:46.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:46 smithi071 ceph-mon[112785]: osdmap e1081: 8 total, 8 up, 8 in 2024-09-13T14:37:46.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:46 smithi104 ceph-mon[105578]: pgmap v1072: 89 pgs: 89 active+clean; 212 MiB data, 844 MiB used, 714 GiB / 715 GiB avail; 6.6 MiB/s rd, 0 B/s wr, 4 op/s 2024-09-13T14:37:46.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:46 smithi104 ceph-mon[105578]: osdmap e1081: 8 total, 8 up, 8 in 2024-09-13T14:37:47.027 INFO:tasks.rados.rados.0.smithi071.stdout:3983: done (2 left) 2024-09-13T14:37:47.027 INFO:tasks.rados.rados.0.smithi071.stdout:3984: read oid 5 snap -1 2024-09-13T14:37:47.027 INFO:tasks.rados.rados.0.smithi071.stdout:3984: expect (ObjNum 1426 snap 482 seq_num 1426) 2024-09-13T14:37:47.027 INFO:tasks.rados.rados.0.smithi071.stdout:3985: snap_create 2024-09-13T14:37:47.027 INFO:tasks.rados.rados.0.smithi071.stdout:3981: finishing write tid 2 to smithi07185159-44 2024-09-13T14:37:47.027 INFO:tasks.rados.rados.0.smithi071.stdout:3982: finishing rollback tid 0 to smithi07185159-33 2024-09-13T14:37:47.027 INFO:tasks.rados.rados.0.smithi071.stdout:3982: finishing rollback tid 1 to smithi07185159-33 2024-09-13T14:37:47.027 INFO:tasks.rados.rados.0.smithi071.stdout:3981: finishing write tid 3 to smithi07185159-44 2024-09-13T14:37:47.027 INFO:tasks.rados.rados.0.smithi071.stdout:3981: finishing write tid 4 to smithi07185159-44 2024-09-13T14:37:47.027 INFO:tasks.rados.rados.0.smithi071.stdout:3982: finishing rollback tid 2 to smithi07185159-33 2024-09-13T14:37:47.028 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 33 v 1886 (ObjNum 1486 snap 501 seq_num 1486) dirty exists 2024-09-13T14:37:47.028 INFO:tasks.rados.rados.0.smithi071.stdout:3981: finishing write tid 5 to smithi07185159-44 2024-09-13T14:37:47.028 INFO:tasks.rados.rados.0.smithi071.stdout:3981: oid 44 updating version 0 to 2198 2024-09-13T14:37:47.028 INFO:tasks.rados.rados.0.smithi071.stdout:3981: oid 44 version 2198 is already newer than 2196 2024-09-13T14:37:47.028 INFO:tasks.rados.rados.0.smithi071.stdout:3981: oid 44 version 2198 is already newer than 2197 2024-09-13T14:37:47.028 INFO:tasks.rados.rados.0.smithi071.stdout:3981: oid 44 version 2198 is already newer than 2195 2024-09-13T14:37:47.028 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 44 v 2198 (ObjNum 1501 snap 507 seq_num 1501) dirty exists 2024-09-13T14:37:47.028 INFO:tasks.rados.rados.0.smithi071.stdout:3981: left oid 44 (ObjNum 1501 snap 507 seq_num 1501) 2024-09-13T14:37:47.040 INFO:tasks.rados.rados.0.smithi071.stdout:3984: expect (ObjNum 1426 snap 482 seq_num 1426) 2024-09-13T14:37:47.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:47 smithi071 ceph-mon[107477]: osdmap e1082: 8 total, 8 up, 8 in 2024-09-13T14:37:47.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:47 smithi071 ceph-mon[112785]: osdmap e1082: 8 total, 8 up, 8 in 2024-09-13T14:37:47.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:47 smithi104 ceph-mon[105578]: osdmap e1082: 8 total, 8 up, 8 in 2024-09-13T14:37:47.970 INFO:tasks.rados.rados.0.smithi071.stdout:3981: done (3 left) 2024-09-13T14:37:47.970 INFO:tasks.rados.rados.0.smithi071.stdout:3982: done (2 left) 2024-09-13T14:37:47.970 INFO:tasks.rados.rados.0.smithi071.stdout:3984: done (1 left) 2024-09-13T14:37:47.970 INFO:tasks.rados.rados.0.smithi071.stdout:3985: done (0 left) 2024-09-13T14:37:47.970 INFO:tasks.rados.rados.0.smithi071.stdout:3986: write oid 29 current snap is 508 2024-09-13T14:37:47.970 INFO:tasks.rados.rados.0.smithi071.stdout:3986: seq_num 1502 ranges {444114=745539,1943601=625180} 2024-09-13T14:37:47.976 INFO:tasks.rados.rados.0.smithi071.stdout:3986: writing smithi07185159-29 from 444114 to 1189653 tid 1 2024-09-13T14:37:47.984 INFO:tasks.rados.rados.0.smithi071.stdout:3986: writing smithi07185159-29 from 1943601 to 2568781 tid 2 2024-09-13T14:37:47.984 INFO:tasks.rados.rados.0.smithi071.stdout:3987: snap_create 2024-09-13T14:37:47.984 INFO:tasks.rados.rados.0.smithi071.stdout:3986: finishing write tid 1 to smithi07185159-29 2024-09-13T14:37:47.988 INFO:tasks.rados.rados.0.smithi071.stdout:3986: finishing write tid 2 to smithi07185159-29 2024-09-13T14:37:47.988 INFO:tasks.rados.rados.0.smithi071.stdout:3986: finishing write tid 3 to smithi07185159-29 2024-09-13T14:37:47.988 INFO:tasks.rados.rados.0.smithi071.stdout:3986: finishing write tid 4 to smithi07185159-29 2024-09-13T14:37:47.989 INFO:tasks.rados.rados.0.smithi071.stdout:3986: oid 29 updating version 0 to 2289 2024-09-13T14:37:47.989 INFO:tasks.rados.rados.0.smithi071.stdout:3986: oid 29 updating version 2289 to 2290 2024-09-13T14:37:47.989 INFO:tasks.rados.rados.0.smithi071.stdout:3986: oid 29 version 2290 is already newer than 2288 2024-09-13T14:37:47.989 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 29 v 2290 (ObjNum 1502 snap 508 seq_num 1502) dirty exists 2024-09-13T14:37:47.989 INFO:tasks.rados.rados.0.smithi071.stdout:3986: left oid 29 (ObjNum 1502 snap 508 seq_num 1502) 2024-09-13T14:37:48.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:48 smithi071 ceph-mon[107477]: pgmap v1075: 89 pgs: 89 active+clean; 218 MiB data, 850 MiB used, 714 GiB / 715 GiB avail; 19 MiB/s rd, 1.3 MiB/s wr, 20 op/s 2024-09-13T14:37:48.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:48 smithi071 ceph-mon[107477]: osdmap e1083: 8 total, 8 up, 8 in 2024-09-13T14:37:48.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:48 smithi071 ceph-mon[107477]: osdmap e1084: 8 total, 8 up, 8 in 2024-09-13T14:37:48.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:48 smithi071 ceph-mon[112785]: pgmap v1075: 89 pgs: 89 active+clean; 218 MiB data, 850 MiB used, 714 GiB / 715 GiB avail; 19 MiB/s rd, 1.3 MiB/s wr, 20 op/s 2024-09-13T14:37:48.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:48 smithi071 ceph-mon[112785]: osdmap e1083: 8 total, 8 up, 8 in 2024-09-13T14:37:48.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:48 smithi071 ceph-mon[112785]: osdmap e1084: 8 total, 8 up, 8 in 2024-09-13T14:37:48.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:48 smithi104 ceph-mon[105578]: pgmap v1075: 89 pgs: 89 active+clean; 218 MiB data, 850 MiB used, 714 GiB / 715 GiB avail; 19 MiB/s rd, 1.3 MiB/s wr, 20 op/s 2024-09-13T14:37:48.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:48 smithi104 ceph-mon[105578]: osdmap e1083: 8 total, 8 up, 8 in 2024-09-13T14:37:48.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:48 smithi104 ceph-mon[105578]: osdmap e1084: 8 total, 8 up, 8 in 2024-09-13T14:37:48.971 INFO:tasks.rados.rados.0.smithi071.stdout:3986: done (1 left) 2024-09-13T14:37:48.971 INFO:tasks.rados.rados.0.smithi071.stdout:3987: done (0 left) 2024-09-13T14:37:48.971 INFO:tasks.rados.rados.0.smithi071.stdout:3988: snap_create 2024-09-13T14:37:49.971 INFO:tasks.rados.rados.0.smithi071.stdout:3988: done (0 left) 2024-09-13T14:37:49.972 INFO:tasks.rados.rados.0.smithi071.stdout:3989: read oid 8 snap -1 2024-09-13T14:37:49.972 INFO:tasks.rados.rados.0.smithi071.stdout:3989: expect (ObjNum 1425 snap 482 seq_num 1425) 2024-09-13T14:37:49.972 INFO:tasks.rados.rados.0.smithi071.stdout:3990: read oid 38 snap -1 2024-09-13T14:37:49.972 INFO:tasks.rados.rados.0.smithi071.stdout:3990: expect (ObjNum 1473 snap 498 seq_num 1473) 2024-09-13T14:37:49.972 INFO:tasks.rados.rados.0.smithi071.stdout:3991: rollback oid 26 current snap is 510 2024-09-13T14:37:49.972 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 26 to 506 2024-09-13T14:37:49.972 INFO:tasks.rados.rados.0.smithi071.stdout:3992: snap_create 2024-09-13T14:37:49.977 INFO:tasks.rados.rados.0.smithi071.stdout:3991: finishing rollback tid 1 to smithi07185159-26 2024-09-13T14:37:49.977 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 26 v 0 (ObjNum 113 snap 0 seq_num 300408053) dirty dne 2024-09-13T14:37:49.983 INFO:tasks.rados.rados.0.smithi071.stdout:3989: expect (ObjNum 1425 snap 482 seq_num 1425) 2024-09-13T14:37:50.161 INFO:tasks.rados.rados.0.smithi071.stdout:3990: expect (ObjNum 1473 snap 498 seq_num 1473) 2024-09-13T14:37:50.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:49 smithi071 ceph-mon[107477]: pgmap v1078: 89 pgs: 89 active+clean; 219 MiB data, 852 MiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 1.6 MiB/s wr, 18 op/s 2024-09-13T14:37:50.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:49 smithi071 ceph-mon[107477]: osdmap e1085: 8 total, 8 up, 8 in 2024-09-13T14:37:50.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:49 smithi071 ceph-mon[112785]: pgmap v1078: 89 pgs: 89 active+clean; 219 MiB data, 852 MiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 1.6 MiB/s wr, 18 op/s 2024-09-13T14:37:50.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:49 smithi071 ceph-mon[112785]: osdmap e1085: 8 total, 8 up, 8 in 2024-09-13T14:37:50.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:49 smithi104 ceph-mon[105578]: pgmap v1078: 89 pgs: 89 active+clean; 219 MiB data, 852 MiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 1.6 MiB/s wr, 18 op/s 2024-09-13T14:37:50.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:49 smithi104 ceph-mon[105578]: osdmap e1085: 8 total, 8 up, 8 in 2024-09-13T14:37:50.980 INFO:tasks.rados.rados.0.smithi071.stdout:3989: done (3 left) 2024-09-13T14:37:50.980 INFO:tasks.rados.rados.0.smithi071.stdout:3990: done (2 left) 2024-09-13T14:37:50.980 INFO:tasks.rados.rados.0.smithi071.stdout:3991: done (1 left) 2024-09-13T14:37:50.980 INFO:tasks.rados.rados.0.smithi071.stdout:3992: done (0 left) 2024-09-13T14:37:50.980 INFO:tasks.rados.rados.0.smithi071.stdout:3993: read oid 35 snap -1 2024-09-13T14:37:50.980 INFO:tasks.rados.rados.0.smithi071.stdout:3993: expect (ObjNum 1382 snap 470 seq_num 1382) 2024-09-13T14:37:50.980 INFO:tasks.rados.rados.0.smithi071.stdout:3994: read oid 28 snap -1 2024-09-13T14:37:50.980 INFO:tasks.rados.rados.0.smithi071.stdout:3994: expect (ObjNum 1434 snap 485 seq_num 1434) 2024-09-13T14:37:50.980 INFO:tasks.rados.rados.0.smithi071.stdout:3995: read oid 8 snap 510 2024-09-13T14:37:50.981 INFO:tasks.rados.rados.0.smithi071.stdout:3995: expect (ObjNum 1425 snap 482 seq_num 1425) 2024-09-13T14:37:50.981 INFO:tasks.rados.rados.0.smithi071.stdout:3996: write oid 36 current snap is 511 2024-09-13T14:37:50.981 INFO:tasks.rados.rados.0.smithi071.stdout:3996: seq_num 1503 ranges {460921=420788,1602083=485191,2491464=621953} 2024-09-13T14:37:50.985 INFO:tasks.rados.rados.0.smithi071.stdout:3996: writing smithi07185159-36 from 460921 to 881709 tid 1 2024-09-13T14:37:50.992 INFO:tasks.rados.rados.0.smithi071.stdout:3996: writing smithi07185159-36 from 1602083 to 2087274 tid 2 2024-09-13T14:37:50.998 INFO:tasks.rados.rados.0.smithi071.stdout:3996: writing smithi07185159-36 from 2491464 to 3113417 tid 3 2024-09-13T14:37:50.998 INFO:tasks.rados.rados.0.smithi071.stdout:3997: write oid 21 current snap is 511 2024-09-13T14:37:50.998 INFO:tasks.rados.rados.0.smithi071.stdout:3997: seq_num 1504 ranges {477728=496037,1660565=628849,2918887=358841} 2024-09-13T14:37:51.003 INFO:tasks.rados.rados.0.smithi071.stdout:3997: writing smithi07185159-21 from 477728 to 973765 tid 1 2024-09-13T14:37:51.010 INFO:tasks.rados.rados.0.smithi071.stdout:3997: writing smithi07185159-21 from 1660565 to 2289414 tid 2 2024-09-13T14:37:51.016 INFO:tasks.rados.rados.0.smithi071.stdout:3997: writing smithi07185159-21 from 2918887 to 3277728 tid 3 2024-09-13T14:37:51.016 INFO:tasks.rados.rados.0.smithi071.stdout:3998: rollback oid 41 current snap is 511 2024-09-13T14:37:51.016 INFO:tasks.rados.rados.0.smithi071.stdout:rollback oid 41 to 501 2024-09-13T14:37:51.016 INFO:tasks.rados.rados.0.smithi071.stdout:3995: expect (ObjNum 1425 snap 482 seq_num 1425) 2024-09-13T14:37:51.192 INFO:tasks.rados.rados.0.smithi071.stdout:3993: expect (ObjNum 1382 snap 470 seq_num 1382) 2024-09-13T14:37:51.293 INFO:tasks.rados.rados.0.smithi071.stdout:3994: expect (ObjNum 1434 snap 485 seq_num 1434) 2024-09-13T14:37:51.360 INFO:tasks.rados.rados.0.smithi071.stdout:3996: finishing write tid 1 to smithi07185159-36 2024-09-13T14:37:51.361 INFO:tasks.rados.rados.0.smithi071.stdout:3996: finishing write tid 2 to smithi07185159-36 2024-09-13T14:37:51.361 INFO:tasks.rados.rados.0.smithi071.stdout:3996: finishing write tid 3 to smithi07185159-36 2024-09-13T14:37:51.361 INFO:tasks.rados.rados.0.smithi071.stdout:3996: finishing write tid 4 to smithi07185159-36 2024-09-13T14:37:51.361 INFO:tasks.rados.rados.0.smithi071.stdout:3996: finishing write tid 5 to smithi07185159-36 2024-09-13T14:37:51.361 INFO:tasks.rados.rados.0.smithi071.stdout:3996: oid 36 updating version 0 to 935 2024-09-13T14:37:51.361 INFO:tasks.rados.rados.0.smithi071.stdout:3996: oid 36 updating version 935 to 936 2024-09-13T14:37:51.361 INFO:tasks.rados.rados.0.smithi071.stdout:3996: oid 36 version 936 is already newer than 934 2024-09-13T14:37:51.361 INFO:tasks.rados.rados.0.smithi071.stdout:3996: oid 36 version 936 is already newer than 933 2024-09-13T14:37:51.361 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 36 v 936 (ObjNum 1503 snap 511 seq_num 1503) dirty exists 2024-09-13T14:37:51.361 INFO:tasks.rados.rados.0.smithi071.stdout:3996: left oid 36 (ObjNum 1503 snap 511 seq_num 1503) 2024-09-13T14:37:51.361 INFO:tasks.rados.rados.0.smithi071.stdout:3997: finishing write tid 1 to smithi07185159-21 2024-09-13T14:37:51.361 INFO:tasks.rados.rados.0.smithi071.stdout:3993: done (5 left) 2024-09-13T14:37:51.361 INFO:tasks.rados.rados.0.smithi071.stdout:3994: done (4 left) 2024-09-13T14:37:51.362 INFO:tasks.rados.rados.0.smithi071.stdout:3995: done (3 left) 2024-09-13T14:37:51.362 INFO:tasks.rados.rados.0.smithi071.stdout:3996: done (2 left) 2024-09-13T14:37:51.362 INFO:tasks.rados.rados.0.smithi071.stdout:3999: write oid 47 current snap is 511 2024-09-13T14:37:51.362 INFO:tasks.rados.rados.0.smithi071.stdout:3999: seq_num 1505 ranges {494535=571286,1719047=488860,2946310=348225} 2024-09-13T14:37:51.365 INFO:tasks.rados.rados.0.smithi071.stdout:3999: writing smithi07185159-47 from 494535 to 1065821 tid 1 2024-09-13T14:37:51.372 INFO:tasks.rados.rados.0.smithi071.stdout:3999: writing smithi07185159-47 from 1719047 to 2207907 tid 2 2024-09-13T14:37:51.378 INFO:tasks.rados.rados.0.smithi071.stdout:3999: writing smithi07185159-47 from 2946310 to 3294535 tid 3 2024-09-13T14:37:51.378 INFO:tasks.rados.rados.0.smithi071.stdout: waiting on 3 2024-09-13T14:37:51.378 INFO:tasks.rados.rados.0.smithi071.stdout:3997: finishing write tid 2 to smithi07185159-21 2024-09-13T14:37:51.379 INFO:tasks.rados.rados.0.smithi071.stdout:3997: finishing write tid 3 to smithi07185159-21 2024-09-13T14:37:51.379 INFO:tasks.rados.rados.0.smithi071.stdout:3997: finishing write tid 4 to smithi07185159-21 2024-09-13T14:37:51.379 INFO:tasks.rados.rados.0.smithi071.stdout:3997: finishing write tid 5 to smithi07185159-21 2024-09-13T14:37:51.379 INFO:tasks.rados.rados.0.smithi071.stdout:3997: oid 21 updating version 0 to 1890 2024-09-13T14:37:51.379 INFO:tasks.rados.rados.0.smithi071.stdout:3997: oid 21 updating version 1890 to 1892 2024-09-13T14:37:51.379 INFO:tasks.rados.rados.0.smithi071.stdout:3997: oid 21 version 1892 is already newer than 1891 2024-09-13T14:37:51.379 INFO:tasks.rados.rados.0.smithi071.stdout:3997: oid 21 version 1892 is already newer than 1889 2024-09-13T14:37:51.379 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 21 v 1892 (ObjNum 1504 snap 511 seq_num 1504) dirty exists 2024-09-13T14:37:51.379 INFO:tasks.rados.rados.0.smithi071.stdout:3997: left oid 21 (ObjNum 1504 snap 511 seq_num 1504) 2024-09-13T14:37:51.379 INFO:tasks.rados.rados.0.smithi071.stdout:3998: finishing rollback tid 0 to smithi07185159-41 2024-09-13T14:37:51.379 INFO:tasks.rados.rados.0.smithi071.stdout:3997: done (2 left) 2024-09-13T14:37:51.379 INFO:tasks.rados.rados.0.smithi071.stdout: waiting on 2 2024-09-13T14:37:51.380 INFO:tasks.rados.rados.0.smithi071.stdout:3998: finishing rollback tid 1 to smithi07185159-41 2024-09-13T14:37:51.380 INFO:tasks.rados.rados.0.smithi071.stdout:3998: finishing rollback tid 2 to smithi07185159-41 2024-09-13T14:37:51.380 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 41 v 2294 (ObjNum 1452 snap 491 seq_num 1452) dirty exists 2024-09-13T14:37:51.380 INFO:tasks.rados.rados.0.smithi071.stdout:3999: finishing write tid 1 to smithi07185159-47 2024-09-13T14:37:51.380 INFO:tasks.rados.rados.0.smithi071.stdout:3999: finishing write tid 2 to smithi07185159-47 2024-09-13T14:37:51.380 INFO:tasks.rados.rados.0.smithi071.stdout:3998: done (1 left) 2024-09-13T14:37:51.380 INFO:tasks.rados.rados.0.smithi071.stdout: waiting on 1 2024-09-13T14:37:51.381 INFO:tasks.rados.rados.0.smithi071.stdout:3999: finishing write tid 3 to smithi07185159-47 2024-09-13T14:37:51.381 INFO:tasks.rados.rados.0.smithi071.stdout:3999: finishing write tid 4 to smithi07185159-47 2024-09-13T14:37:51.381 INFO:tasks.rados.rados.0.smithi071.stdout:3999: finishing write tid 5 to smithi07185159-47 2024-09-13T14:37:51.381 INFO:tasks.rados.rados.0.smithi071.stdout:3999: oid 47 updating version 0 to 1893 2024-09-13T14:37:51.382 INFO:tasks.rados.rados.0.smithi071.stdout:3999: oid 47 updating version 1893 to 1895 2024-09-13T14:37:51.382 INFO:tasks.rados.rados.0.smithi071.stdout:3999: oid 47 updating version 1895 to 1896 2024-09-13T14:37:51.382 INFO:tasks.rados.rados.0.smithi071.stdout:3999: oid 47 version 1896 is already newer than 1894 2024-09-13T14:37:51.382 INFO:tasks.rados.rados.0.smithi071.stdout:update_object_version oid 47 v 1896 (ObjNum 1505 snap 511 seq_num 1505) dirty exists 2024-09-13T14:37:51.382 INFO:tasks.rados.rados.0.smithi071.stdout:3999: left oid 47 (ObjNum 1505 snap 511 seq_num 1505) 2024-09-13T14:37:51.382 INFO:tasks.rados.rados.0.smithi071.stdout:3999: done (0 left) 2024-09-13T14:37:51.383 INFO:tasks.rados.rados.0.smithi071.stderr:0 errors. 2024-09-13T14:37:51.383 INFO:tasks.rados.rados.0.smithi071.stderr: 2024-09-13T14:37:51.386 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-13T14:37:51.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:50 smithi071 ceph-mon[107477]: osdmap e1086: 8 total, 8 up, 8 in 2024-09-13T14:37:51.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:50 smithi071 ceph-mon[112785]: osdmap e1086: 8 total, 8 up, 8 in 2024-09-13T14:37:51.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:50 smithi104 ceph-mon[105578]: osdmap e1086: 8 total, 8 up, 8 in 2024-09-13T14:37:51.583 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:37:52.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:51 smithi071 ceph-mon[107477]: pgmap v1081: 89 pgs: 89 active+clean; 221 MiB data, 865 MiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 734 KiB/s wr, 10 op/s 2024-09-13T14:37:52.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:51 smithi071 ceph-mon[107477]: osdmap e1087: 8 total, 8 up, 8 in 2024-09-13T14:37:52.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:51 smithi071 ceph-mon[112785]: pgmap v1081: 89 pgs: 89 active+clean; 221 MiB data, 865 MiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 734 KiB/s wr, 10 op/s 2024-09-13T14:37:52.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:51 smithi071 ceph-mon[112785]: osdmap e1087: 8 total, 8 up, 8 in 2024-09-13T14:37:52.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:51 smithi104 ceph-mon[105578]: pgmap v1081: 89 pgs: 89 active+clean; 221 MiB data, 865 MiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 734 KiB/s wr, 10 op/s 2024-09-13T14:37:52.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:51 smithi104 ceph-mon[105578]: osdmap e1087: 8 total, 8 up, 8 in 2024-09-13T14:37:52.967 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:37:52 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:37:52] "GET /metrics HTTP/1.1" 200 36399 "" "Prometheus/2.51.0" 2024-09-13T14:37:53.513 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:37:53.514 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":1088,"fsid":"18f8172c-71da-11ef-bceb-c7b262605968","created":"2024-09-13T14:12:34.413032+0000","modified":"2024-09-13T14:37:52.963154+0000","last_up_change":"2024-09-13T14:33:48.979292+0000","last_in_change":"2024-09-13T14:17:23.160503+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":22,"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":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-13T14:15:42.013153+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,"is_stretch_pool":false,"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":"21","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":"rbd","create_time":"2024-09-13T14:18:11.086718+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,"is_stretch_pool":false,"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":"65","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":65,"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":2,"score_stable":2,"optimal_score":1,"raw_score_acting":2,"raw_score_stable":2,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":3,"pool_name":"cephfs.foo.meta","create_time":"2024-09-13T14:19:28.631258+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,"is_stretch_pool":false,"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":"70","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":"foo"}},"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":4,"pool_name":"cephfs.foo.data","create_time":"2024-09-13T14:19:28.930459+0000","flags":131073,"flags_names":"hashpspool,bulk","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,"is_stretch_pool":false,"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":"70","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":{},"application_metadata":{"cephfs":{"data":"foo"}},"read_balance":{"score_type":"Fair distribution","score_acting":2.25,"score_stable":2.25,"optimal_score":1,"raw_score_acting":2.25,"raw_score_stable":2.25,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":5,"pool_name":"unique_pool_0","create_time":"2024-09-13T14:20:40.995030+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,"is_stretch_pool":false,"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":"1087","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":648,"snap_epoch":1087,"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":{"rados":{}},"read_balance":{"score_type":"Fair distribution","score_acting":2.5,"score_stable":2.5,"optimal_score":1,"raw_score_acting":2.5,"raw_score_stable":2.5,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"fd3f37eb-3ff9-4549-8e14-55ab9c6297a3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":8,"last_clean_end":734,"up_from":746,"up_thru":845,"down_at":735,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6802","nonce":3344536173},{"type":"v1","addr":"172.21.15.71:6803","nonce":3344536173}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6804","nonce":3344536173},{"type":"v1","addr":"172.21.15.71:6805","nonce":3344536173}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6808","nonce":3344536173},{"type":"v1","addr":"172.21.15.71:6809","nonce":3344536173}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6806","nonce":3344536173},{"type":"v1","addr":"172.21.15.71:6807","nonce":3344536173}]},"public_addr":"172.21.15.71:6803/3344536173","cluster_addr":"172.21.15.71:6805/3344536173","heartbeat_back_addr":"172.21.15.71:6809/3344536173","heartbeat_front_addr":"172.21.15.71:6807/3344536173","state":["exists","up"]},{"osd":1,"uuid":"b2b5fc6c-0aa1-4eed-9fcc-59816f01ba10","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":13,"last_clean_end":767,"up_from":780,"up_thru":845,"down_at":768,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6810","nonce":2439276550},{"type":"v1","addr":"172.21.15.71:6811","nonce":2439276550}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6812","nonce":2439276550},{"type":"v1","addr":"172.21.15.71:6813","nonce":2439276550}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6816","nonce":2439276550},{"type":"v1","addr":"172.21.15.71:6817","nonce":2439276550}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6814","nonce":2439276550},{"type":"v1","addr":"172.21.15.71:6815","nonce":2439276550}]},"public_addr":"172.21.15.71:6811/2439276550","cluster_addr":"172.21.15.71:6813/2439276550","heartbeat_back_addr":"172.21.15.71:6817/2439276550","heartbeat_front_addr":"172.21.15.71:6815/2439276550","state":["exists","up"]},{"osd":2,"uuid":"f9911633-19b2-4c10-bd42-bd6a5cc6a745","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":18,"last_clean_end":800,"up_from":813,"up_thru":845,"down_at":801,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6818","nonce":2746539070},{"type":"v1","addr":"172.21.15.71:6819","nonce":2746539070}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6820","nonce":2746539070},{"type":"v1","addr":"172.21.15.71:6821","nonce":2746539070}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6824","nonce":2746539070},{"type":"v1","addr":"172.21.15.71:6825","nonce":2746539070}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6822","nonce":2746539070},{"type":"v1","addr":"172.21.15.71:6823","nonce":2746539070}]},"public_addr":"172.21.15.71:6819/2746539070","cluster_addr":"172.21.15.71:6821/2746539070","heartbeat_back_addr":"172.21.15.71:6825/2746539070","heartbeat_front_addr":"172.21.15.71:6823/2746539070","state":["exists","up"]},{"osd":3,"uuid":"b6d04cea-113c-4b8b-b249-cb99a731ad2e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":25,"last_clean_end":833,"up_from":845,"up_thru":845,"down_at":834,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6826","nonce":1553051233},{"type":"v1","addr":"172.21.15.71:6827","nonce":1553051233}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6828","nonce":1553051233},{"type":"v1","addr":"172.21.15.71:6829","nonce":1553051233}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6832","nonce":1553051233},{"type":"v1","addr":"172.21.15.71:6833","nonce":1553051233}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6830","nonce":1553051233},{"type":"v1","addr":"172.21.15.71:6831","nonce":1553051233}]},"public_addr":"172.21.15.71:6827/1553051233","cluster_addr":"172.21.15.71:6829/1553051233","heartbeat_back_addr":"172.21.15.71:6833/1553051233","heartbeat_front_addr":"172.21.15.71:6831/1553051233","state":["exists","up"]},{"osd":4,"uuid":"eaa5fdfd-97b4-4d4e-8efe-138d03bc42db","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":845,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6800","nonce":2747742495},{"type":"v1","addr":"172.21.15.104:6801","nonce":2747742495}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6802","nonce":2747742495},{"type":"v1","addr":"172.21.15.104:6803","nonce":2747742495}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6806","nonce":2747742495},{"type":"v1","addr":"172.21.15.104:6807","nonce":2747742495}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6804","nonce":2747742495},{"type":"v1","addr":"172.21.15.104:6805","nonce":2747742495}]},"public_addr":"172.21.15.104:6801/2747742495","cluster_addr":"172.21.15.104:6803/2747742495","heartbeat_back_addr":"172.21.15.104:6807/2747742495","heartbeat_front_addr":"172.21.15.104:6805/2747742495","state":["exists","up"]},{"osd":5,"uuid":"327f32c8-3a34-41cd-9b28-8652bde403b8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":845,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6808","nonce":2156075125},{"type":"v1","addr":"172.21.15.104:6809","nonce":2156075125}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6810","nonce":2156075125},{"type":"v1","addr":"172.21.15.104:6811","nonce":2156075125}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6814","nonce":2156075125},{"type":"v1","addr":"172.21.15.104:6815","nonce":2156075125}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6812","nonce":2156075125},{"type":"v1","addr":"172.21.15.104:6813","nonce":2156075125}]},"public_addr":"172.21.15.104:6809/2156075125","cluster_addr":"172.21.15.104:6811/2156075125","heartbeat_back_addr":"172.21.15.104:6815/2156075125","heartbeat_front_addr":"172.21.15.104:6813/2156075125","state":["exists","up"]},{"osd":6,"uuid":"c8dc48f6-6da0-4cfc-8792-1802e110957c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":834,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6816","nonce":1475653343},{"type":"v1","addr":"172.21.15.104:6817","nonce":1475653343}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6818","nonce":1475653343},{"type":"v1","addr":"172.21.15.104:6819","nonce":1475653343}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6822","nonce":1475653343},{"type":"v1","addr":"172.21.15.104:6823","nonce":1475653343}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6820","nonce":1475653343},{"type":"v1","addr":"172.21.15.104:6821","nonce":1475653343}]},"public_addr":"172.21.15.104:6817/1475653343","cluster_addr":"172.21.15.104:6819/1475653343","heartbeat_back_addr":"172.21.15.104:6823/1475653343","heartbeat_front_addr":"172.21.15.104:6821/1475653343","state":["exists","up"]},{"osd":7,"uuid":"e5c8a041-aca0-4a18-a7ae-808831a44305","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":54,"up_thru":845,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6824","nonce":823786698},{"type":"v1","addr":"172.21.15.104:6825","nonce":823786698}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6826","nonce":823786698},{"type":"v1","addr":"172.21.15.104:6827","nonce":823786698}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6830","nonce":823786698},{"type":"v1","addr":"172.21.15.104:6831","nonce":823786698}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6828","nonce":823786698},{"type":"v1","addr":"172.21.15.104:6829","nonce":823786698}]},"public_addr":"172.21.15.104:6825/823786698","cluster_addr":"172.21.15.104:6827/823786698","heartbeat_back_addr":"172.21.15.104:6831/823786698","heartbeat_front_addr":"172.21.15.104:6829/823786698","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-13T14:14:51.235454+0000","dead_epoch":734},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-13T14:15:15.661769+0000","dead_epoch":766},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-13T14:15:39.445404+0000","dead_epoch":800},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-13T14:16:04.663298+0000","dead_epoch":833},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-13T14:16:26.742205+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-09-13T14:16:50.860887+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-09-13T14:17:14.362769+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-09-13T14:17:37.981239+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[{"pgid":"4.6","mappings":[{"from":1,"to":5}]},{"pgid":"4.b","mappings":[{"from":1,"to":2}]},{"pgid":"4.13","mappings":[{"from":1,"to":2}]}],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.71:0/1117165250":"2024-09-14T14:25:44.198063+0000","172.21.15.71:0/2875866556":"2024-09-14T14:25:44.198063+0000","172.21.15.71:0/2479738009":"2024-09-14T14:25:44.198063+0000","172.21.15.71:0/746739318":"2024-09-14T14:25:44.198063+0000","172.21.15.71:6800/1653172791":"2024-09-14T14:25:44.198063+0000","172.21.15.71:6800/264732740":"2024-09-14T14:22:34.572186+0000","172.21.15.71:6800/3448551475":"2024-09-14T14:13:06.258336+0000","172.21.15.71:0/433354922":"2024-09-14T14:22:34.572186+0000","172.21.15.104:0/1680645046":"2024-09-14T14:23:06.043542+0000","172.21.15.71:6801/1653172791":"2024-09-14T14:25:44.198063+0000","172.21.15.71:0/70220275":"2024-09-14T14:22:34.572186+0000","172.21.15.104:0/3885302818":"2024-09-14T14:23:06.043542+0000","172.21.15.71:6801/264732740":"2024-09-14T14:22:34.572186+0000","172.21.15.71:0/3698292050":"2024-09-14T14:18:09.429479+0000","172.21.15.71:0/2957393214":"2024-09-14T14:18:09.429479+0000","172.21.15.71:0/920424232":"2024-09-14T14:13:29.716958+0000","172.21.15.104:0/2700755661":"2024-09-14T14:23:06.043542+0000","172.21.15.104:6834/4267452369":"2024-09-14T14:23:06.043542+0000","172.21.15.71:0/2106557968":"2024-09-14T14:22:34.572186+0000","172.21.15.104:0/3146199134":"2024-09-14T14:23:06.043542+0000","172.21.15.71:6800/1578475249":"2024-09-14T14:18:09.429479+0000","172.21.15.71:0/1423310701":"2024-09-14T14:13:06.258336+0000","172.21.15.71:6801/3448551475":"2024-09-14T14:13:06.258336+0000","172.21.15.71:0/1970520876":"2024-09-14T14:13:06.258336+0000","172.21.15.71:6801/1578475249":"2024-09-14T14:18:09.429479+0000","172.21.15.71:0/781580":"2024-09-14T14:13:29.716958+0000","172.21.15.71:0/788315538":"2024-09-14T14:13:06.258336+0000","172.21.15.104:0/4055060788":"2024-09-14T14:23:06.043542+0000","172.21.15.104:0/1914236881":"2024-09-14T14:23:06.043542+0000","172.21.15.71:6800/1578233797":"2024-09-14T14:13:29.716958+0000","172.21.15.71:6801/1578233797":"2024-09-14T14:13:29.716958+0000","172.21.15.71:0/3436285126":"2024-09-14T14:13:29.716958+0000","172.21.15.71:0/1512142036":"2024-09-14T14:18:09.429479+0000","172.21.15.71:0/1285114295":"2024-09-14T14:18:09.429479+0000","172.21.15.104:6835/4267452369":"2024-09-14T14:23:06.043542+0000","172.21.15.71:0/1712032227":"2024-09-14T14:22:34.572186+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[{"pool":5,"snaps":[{"begin":643,"length":1}]}],"new_removed_snaps":[],"new_purged_snaps":[{"pool":5,"snaps":[{"begin":634,"length":1},{"begin":640,"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-09-13T14:37:54.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:53 smithi071 ceph-mon[107477]: pgmap v1083: 89 pgs: 89 active+clean; 224 MiB data, 866 MiB used, 714 GiB / 715 GiB avail; 9.7 MiB/s rd, 969 KiB/s wr, 11 op/s 2024-09-13T14:37:54.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:53 smithi071 ceph-mon[107477]: osdmap e1088: 8 total, 8 up, 8 in 2024-09-13T14:37:54.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:53 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3092374996' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-13T14:37:54.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:53 smithi071 ceph-mon[112785]: pgmap v1083: 89 pgs: 89 active+clean; 224 MiB data, 866 MiB used, 714 GiB / 715 GiB avail; 9.7 MiB/s rd, 969 KiB/s wr, 11 op/s 2024-09-13T14:37:54.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:53 smithi071 ceph-mon[112785]: osdmap e1088: 8 total, 8 up, 8 in 2024-09-13T14:37:54.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:53 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3092374996' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-13T14:37:54.188 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-13T14:37:54.385 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:37:54.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:53 smithi104 ceph-mon[105578]: pgmap v1083: 89 pgs: 89 active+clean; 224 MiB data, 866 MiB used, 714 GiB / 715 GiB avail; 9.7 MiB/s rd, 969 KiB/s wr, 11 op/s 2024-09-13T14:37:54.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:53 smithi104 ceph-mon[105578]: osdmap e1088: 8 total, 8 up, 8 in 2024-09-13T14:37:54.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:53 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3092374996' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-13T14:37:56.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:55 smithi071 ceph-mon[107477]: pgmap v1085: 89 pgs: 89 active+clean; 230 MiB data, 872 MiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 1.0 MiB/s wr, 14 op/s 2024-09-13T14:37:56.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:55 smithi071 ceph-mon[112785]: pgmap v1085: 89 pgs: 89 active+clean; 230 MiB data, 872 MiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 1.0 MiB/s wr, 14 op/s 2024-09-13T14:37:56.216 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:37:56.217 INFO:teuthology.orchestra.run.smithi071.stderr:dumped all 2024-09-13T14:37:56.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:55 smithi104 ceph-mon[105578]: pgmap v1085: 89 pgs: 89 active+clean; 230 MiB data, 872 MiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 1.0 MiB/s wr, 14 op/s 2024-09-13T14:37:56.973 INFO:teuthology.orchestra.run.smithi071.stdout:{"pg_ready":true,"pg_map":{"version":1085,"stamp":"2024-09-13T14:37:54.380395+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":241450485,"num_objects":137,"num_object_clones":62,"num_object_copies":411,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":137,"num_whiteouts":10,"num_read":6906,"num_read_kb":6820360,"num_write":5923,"num_write_kb":1352559,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":38,"num_bytes_recovered":31241643,"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":23182,"ondisk_log_size":23182,"up":267,"acting":267,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":267,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":8,"kb":749961216,"kb_used":892468,"kb_used_data":500708,"kb_used_omap":189,"kb_used_meta":391426,"kb_avail":749068748,"statfs":{"total":767960285184,"available":767046397952,"internally_reserved":0,"allocated":512724992,"data_stored":606979265,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":193988,"internal_metadata":400820796},"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":11808539,"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":-2,"num_read":58,"num_read_kb":85161,"num_write":21,"num_write_kb":5766,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":"5.412584"},"pg_stats":[{"pgid":"4.14","version":"0'0","reported_seq":1251,"reported_epoch":1088,"state":"active+clean","last_fresh":"2024-09-13T14:37:53.005760+0000","last_change":"2024-09-13T14:33:50.008770+0000","last_active":"2024-09-13T14:37:53.005760+0000","last_peered":"2024-09-13T14:37:53.005760+0000","last_clean":"2024-09-13T14:37:53.005760+0000","last_became_active":"2024-09-13T14:33:50.008458+0000","last_became_peered":"2024-09-13T14:33:50.008458+0000","last_unstale":"2024-09-13T14:37:53.005760+0000","last_undegraded":"2024-09-13T14:37:53.005760+0000","last_fullsized":"2024-09-13T14:37:53.005760+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:37:03.820546+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.13","version":"70'2","reported_seq":1011,"reported_epoch":1085,"state":"active+clean","last_fresh":"2024-09-13T14:37:48.977493+0000","last_change":"2024-09-13T14:33:17.924359+0000","last_active":"2024-09-13T14:37:48.977493+0000","last_peered":"2024-09-13T14:37:48.977493+0000","last_clean":"2024-09-13T14:37:48.977493+0000","last_became_active":"2024-09-13T14:33:17.923983+0000","last_became_peered":"2024-09-13T14:33:17.923983+0000","last_unstale":"2024-09-13T14:37:48.977493+0000","last_undegraded":"2024-09-13T14:37:48.977493+0000","last_fullsized":"2024-09-13T14:37:48.977493+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T19:42:27.641362+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":[7,4,2],"acting":[7,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.15","version":"0'0","reported_seq":1019,"reported_epoch":1085,"state":"active+clean","last_fresh":"2024-09-13T14:37:49.963812+0000","last_change":"2024-09-13T14:33:50.017856+0000","last_active":"2024-09-13T14:37:49.963812+0000","last_peered":"2024-09-13T14:37:49.963812+0000","last_clean":"2024-09-13T14:37:49.963812+0000","last_became_active":"2024-09-13T14:33:50.017494+0000","last_became_peered":"2024-09-13T14:33:50.017494+0000","last_unstale":"2024-09-13T14:37:49.963812+0000","last_undegraded":"2024-09-13T14:37:49.963812+0000","last_fullsized":"2024-09-13T14:37:49.963812+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:43:09.303887+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[5,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.12","version":"0'0","reported_seq":1350,"reported_epoch":1088,"state":"active+clean","last_fresh":"2024-09-13T14:37:53.404553+0000","last_change":"2024-09-13T14:33:50.008169+0000","last_active":"2024-09-13T14:37:53.404553+0000","last_peered":"2024-09-13T14:37:53.404553+0000","last_clean":"2024-09-13T14:37:53.404553+0000","last_became_active":"2024-09-13T14:33:50.007859+0000","last_became_peered":"2024-09-13T14:33:50.007859+0000","last_unstale":"2024-09-13T14:37:53.404553+0000","last_undegraded":"2024-09-13T14:37:53.404553+0000","last_fullsized":"2024-09-13T14:37:53.404553+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:07:59.877822+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.16","version":"0'0","reported_seq":1349,"reported_epoch":1088,"state":"active+clean","last_fresh":"2024-09-13T14:37:53.404838+0000","last_change":"2024-09-13T14:33:50.012976+0000","last_active":"2024-09-13T14:37:53.404838+0000","last_peered":"2024-09-13T14:37:53.404838+0000","last_clean":"2024-09-13T14:37:53.404838+0000","last_became_active":"2024-09-13T14:33:50.011994+0000","last_became_peered":"2024-09-13T14:33:50.011994+0000","last_unstale":"2024-09-13T14:37:53.404838+0000","last_undegraded":"2024-09-13T14:37:53.404838+0000","last_fullsized":"2024-09-13T14:37:53.404838+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:48:05.572330+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[0,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.11","version":"0'0","reported_seq":994,"reported_epoch":1085,"state":"active+clean","last_fresh":"2024-09-13T14:37:48.977444+0000","last_change":"2024-09-13T14:19:29.703360+0000","last_active":"2024-09-13T14:37:48.977444+0000","last_peered":"2024-09-13T14:37:48.977444+0000","last_clean":"2024-09-13T14:37:48.977444+0000","last_became_active":"2024-09-13T14:19:29.703116+0000","last_became_peered":"2024-09-13T14:19:29.703116+0000","last_unstale":"2024-09-13T14:37:48.977444+0000","last_undegraded":"2024-09-13T14:37:48.977444+0000","last_fullsized":"2024-09-13T14:37:48.977444+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:25:26.688209+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.17","version":"0'0","reported_seq":1251,"reported_epoch":1088,"state":"active+clean","last_fresh":"2024-09-13T14:37:53.005922+0000","last_change":"2024-09-13T14:33:50.010343+0000","last_active":"2024-09-13T14:37:53.005922+0000","last_peered":"2024-09-13T14:37:53.005922+0000","last_clean":"2024-09-13T14:37:53.005922+0000","last_became_active":"2024-09-13T14:33:50.010010+0000","last_became_peered":"2024-09-13T14:33:50.010010+0000","last_unstale":"2024-09-13T14:37:53.005922+0000","last_undegraded":"2024-09-13T14:37:53.005922+0000","last_fullsized":"2024-09-13T14:37:53.005922+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:27:22.130039+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[3,7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.10","version":"70'8","reported_seq":1015,"reported_epoch":1085,"state":"active+clean","last_fresh":"2024-09-13T14:37:48.969390+0000","last_change":"2024-09-13T14:32:10.923132+0000","last_active":"2024-09-13T14:37:48.969390+0000","last_peered":"2024-09-13T14:37:48.969390+0000","last_clean":"2024-09-13T14:37:48.969390+0000","last_became_active":"2024-09-13T14:32:10.922710+0000","last_became_peered":"2024-09-13T14:32:10.922710+0000","last_unstale":"2024-09-13T14:37:48.969390+0000","last_undegraded":"2024-09-13T14:37:48.969390+0000","last_fullsized":"2024-09-13T14:37:48.969390+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T19:47:11.104439+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":[6,0,5],"acting":[6,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"5.9","version":"1083'2200","reported_seq":5241,"reported_epoch":1086,"state":"active+clean","last_fresh":"2024-09-13T14:37:49.981105+0000","last_change":"2024-09-13T14:37:47.359669+0000","last_active":"2024-09-13T14:37:49.981105+0000","last_peered":"2024-09-13T14:37:49.981105+0000","last_clean":"2024-09-13T14:37:49.981105+0000","last_became_active":"2024-09-13T14:20:42.601845+0000","last_became_peered":"2024-09-13T14:20:42.601845+0000","last_unstale":"2024-09-13T14:37:49.981105+0000","last_undegraded":"2024-09-13T14:37:49.981105+0000","last_fullsized":"2024-09-13T14:37:49.981105+0000","mapping_epoch":73,"log_start":"0'0","ondisk_log_start":"0'0","created":73,"last_epoch_clean":74,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:20:41.574516+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:20:41.574516+0000","last_clean_scrub_stamp":"2024-09-13T14:20:41.574516+0000","objects_scrubbed":0,"log_size":2200,"log_dups_size":0,"ondisk_log_size":2200,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:45:13.655128+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0028443629999999999,"stat_sum":{"num_bytes":23843253,"num_objects":12,"num_object_clones":7,"num_object_copies":36,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":12,"num_whiteouts":1,"num_read":657,"num_read_kb":683878,"num_write":533,"num_write_kb":126756,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[7,6,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[{"start":"27a","length":"1"},{"start":"280","length":"1"},{"start":"283","length":"1"}]},{"pgid":"3.f","version":"70'1","reported_seq":1011,"reported_epoch":1085,"state":"active+clean","last_fresh":"2024-09-13T14:37:48.977877+0000","last_change":"2024-09-13T14:32:10.925838+0000","last_active":"2024-09-13T14:37:48.977877+0000","last_peered":"2024-09-13T14:37:48.977877+0000","last_clean":"2024-09-13T14:37:48.977877+0000","last_became_active":"2024-09-13T14:32:10.925469+0000","last_became_peered":"2024-09-13T14:32:10.925469+0000","last_unstale":"2024-09-13T14:37:48.977877+0000","last_undegraded":"2024-09-13T14:37:48.977877+0000","last_fullsized":"2024-09-13T14:37:48.977877+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T17:37:11.282892+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":[7,4,0],"acting":[7,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.8","version":"0'0","reported_seq":1005,"reported_epoch":1085,"state":"active+clean","last_fresh":"2024-09-13T14:37:49.963411+0000","last_change":"2024-09-13T14:19:29.737140+0000","last_active":"2024-09-13T14:37:49.963411+0000","last_peered":"2024-09-13T14:37:49.963411+0000","last_clean":"2024-09-13T14:37:49.963411+0000","last_became_active":"2024-09-13T14:19:29.736847+0000","last_became_peered":"2024-09-13T14:19:29.736847+0000","last_unstale":"2024-09-13T14:37:49.963411+0000","last_undegraded":"2024-09-13T14:37:49.963411+0000","last_fullsized":"2024-09-13T14:37:49.963411+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:38:08.956564+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"5.8","version":"1081'931","reported_seq":4566,"reported_epoch":1086,"state":"active+clean","last_fresh":"2024-09-13T14:37:49.969009+0000","last_change":"2024-09-13T14:37:47.450870+0000","last_active":"2024-09-13T14:37:49.969009+0000","last_peered":"2024-09-13T14:37:49.969009+0000","last_clean":"2024-09-13T14:37:49.969009+0000","last_became_active":"2024-09-13T14:33:17.925000+0000","last_became_peered":"2024-09-13T14:33:17.925000+0000","last_unstale":"2024-09-13T14:37:49.969009+0000","last_undegraded":"2024-09-13T14:37:49.969009+0000","last_fullsized":"2024-09-13T14:37:49.969009+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":73,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:20:41.574516+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:20:41.574516+0000","last_clean_scrub_stamp":"2024-09-13T14:20:41.574516+0000","objects_scrubbed":0,"log_size":931,"log_dups_size":0,"ondisk_log_size":931,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:05:15.336027+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00063260400000000004,"stat_sum":{"num_bytes":8679470,"num_objects":4,"num_object_clones":2,"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":238,"num_read_kb":241933,"num_write":227,"num_write_kb":54706,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"27a","length":"1"},{"start":"280","length":"1"},{"start":"283","length":"1"}]},{"pgid":"3.e","version":"70'2","reported_seq":1012,"reported_epoch":1085,"state":"active+clean","last_fresh":"2024-09-13T14:37:48.977874+0000","last_change":"2024-09-13T14:32:44.955178+0000","last_active":"2024-09-13T14:37:48.977874+0000","last_peered":"2024-09-13T14:37:48.977874+0000","last_clean":"2024-09-13T14:37:48.977874+0000","last_became_active":"2024-09-13T14:32:44.954792+0000","last_became_peered":"2024-09-13T14:32:44.954792+0000","last_unstale":"2024-09-13T14:37:48.977874+0000","last_undegraded":"2024-09-13T14:37:48.977874+0000","last_fullsized":"2024-09-13T14:37:48.977874+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T19:15:55.869971+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,4,1],"acting":[7,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.9","version":"0'0","reported_seq":1047,"reported_epoch":1084,"state":"active+clean","last_fresh":"2024-09-13T14:37:47.968166+0000","last_change":"2024-09-13T14:33:50.009790+0000","last_active":"2024-09-13T14:37:47.968166+0000","last_peered":"2024-09-13T14:37:47.968166+0000","last_clean":"2024-09-13T14:37:47.968166+0000","last_became_active":"2024-09-13T14:33:50.009577+0000","last_became_peered":"2024-09-13T14:33:50.009577+0000","last_unstale":"2024-09-13T14:37:47.968166+0000","last_undegraded":"2024-09-13T14:37:47.968166+0000","last_fullsized":"2024-09-13T14:37:47.968166+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:24:54.799730+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"5.b","version":"1081'2100","reported_seq":5620,"reported_epoch":1086,"state":"active+clean","last_fresh":"2024-09-13T14:37:49.969467+0000","last_change":"2024-09-13T14:37:47.451193+0000","last_active":"2024-09-13T14:37:49.969467+0000","last_peered":"2024-09-13T14:37:49.969467+0000","last_clean":"2024-09-13T14:37:49.969467+0000","last_became_active":"2024-09-13T14:33:17.929259+0000","last_became_peered":"2024-09-13T14:33:17.929259+0000","last_unstale":"2024-09-13T14:37:49.969467+0000","last_undegraded":"2024-09-13T14:37:49.969467+0000","last_fullsized":"2024-09-13T14:37:49.969467+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":73,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:20:41.574516+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:20:41.574516+0000","last_clean_scrub_stamp":"2024-09-13T14:20:41.574516+0000","objects_scrubbed":0,"log_size":2100,"log_dups_size":0,"ondisk_log_size":2100,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:19:25.932822+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00059749900000000003,"stat_sum":{"num_bytes":12606504,"num_objects":7,"num_object_clones":3,"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":2,"num_read":559,"num_read_kb":624902,"num_write":473,"num_write_kb":110441,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":6494563,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"27a","length":"1"},{"start":"280","length":"1"},{"start":"283","length":"1"}]},{"pgid":"3.d","version":"70'1","reported_seq":996,"reported_epoch":1085,"state":"active+clean","last_fresh":"2024-09-13T14:37:48.977816+0000","last_change":"2024-09-13T14:19:29.702716+0000","last_active":"2024-09-13T14:37:48.977816+0000","last_peered":"2024-09-13T14:37:48.977816+0000","last_clean":"2024-09-13T14:37:48.977816+0000","last_became_active":"2024-09-13T14:19:29.702205+0000","last_became_peered":"2024-09-13T14:19:29.702205+0000","last_unstale":"2024-09-13T14:37:48.977816+0000","last_undegraded":"2024-09-13T14:37:48.977816+0000","last_fullsized":"2024-09-13T14:37:48.977816+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T22:09:38.318232+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":[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.a","version":"0'0","reported_seq":1007,"reported_epoch":1085,"state":"active+clean","last_fresh":"2024-09-13T14:37:48.969985+0000","last_change":"2024-09-13T14:32:44.958584+0000","last_active":"2024-09-13T14:37:48.969985+0000","last_peered":"2024-09-13T14:37:48.969985+0000","last_clean":"2024-09-13T14:37:48.969985+0000","last_became_active":"2024-09-13T14:32:44.957835+0000","last_became_peered":"2024-09-13T14:32:44.957835+0000","last_unstale":"2024-09-13T14:37:48.969985+0000","last_undegraded":"2024-09-13T14:37:48.969985+0000","last_fullsized":"2024-09-13T14:37:48.969985+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:37:09.087325+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1,7],"acting":[6,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"5.a","version":"1081'1445","reported_seq":5025,"reported_epoch":1086,"state":"active+clean","last_fresh":"2024-09-13T14:37:49.969460+0000","last_change":"2024-09-13T14:37:47.451121+0000","last_active":"2024-09-13T14:37:49.969460+0000","last_peered":"2024-09-13T14:37:49.969460+0000","last_clean":"2024-09-13T14:37:49.969460+0000","last_became_active":"2024-09-13T14:33:50.000430+0000","last_became_peered":"2024-09-13T14:33:50.000430+0000","last_unstale":"2024-09-13T14:37:49.969460+0000","last_undegraded":"2024-09-13T14:37:49.969460+0000","last_fullsized":"2024-09-13T14:37:49.969460+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":73,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:20:41.574516+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:20:41.574516+0000","last_clean_scrub_stamp":"2024-09-13T14:20:41.574516+0000","objects_scrubbed":0,"log_size":1445,"log_dups_size":0,"ondisk_log_size":1445,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:21:54.084649+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00076390699999999998,"stat_sum":{"num_bytes":15004908,"num_objects":8,"num_object_clones":5,"num_object_copies":24,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":8,"num_whiteouts":0,"num_read":384,"num_read_kb":381110,"num_write":355,"num_write_kb":81498,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":5,"num_bytes_recovered":5402421,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"27a","length":"1"},{"start":"280","length":"1"},{"start":"283","length":"1"}]},{"pgid":"3.c","version":"0'0","reported_seq":1021,"reported_epoch":1085,"state":"active+clean","last_fresh":"2024-09-13T14:37:49.963808+0000","last_change":"2024-09-13T14:33:50.012948+0000","last_active":"2024-09-13T14:37:49.963808+0000","last_peered":"2024-09-13T14:37:49.963808+0000","last_clean":"2024-09-13T14:37:49.963808+0000","last_became_active":"2024-09-13T14:33:50.012635+0000","last_became_peered":"2024-09-13T14:33:50.012635+0000","last_unstale":"2024-09-13T14:37:49.963808+0000","last_undegraded":"2024-09-13T14:37:49.963808+0000","last_fullsized":"2024-09-13T14:37:49.963808+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:11:13.396587+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.b","version":"0'0","reported_seq":1362,"reported_epoch":1088,"state":"active+clean","last_fresh":"2024-09-13T14:37:53.404607+0000","last_change":"2024-09-13T14:33:17.924064+0000","last_active":"2024-09-13T14:37:53.404607+0000","last_peered":"2024-09-13T14:37:53.404607+0000","last_clean":"2024-09-13T14:37:53.404607+0000","last_became_active":"2024-09-13T14:33:17.923735+0000","last_became_peered":"2024-09-13T14:33:17.923735+0000","last_unstale":"2024-09-13T14:37:53.404607+0000","last_undegraded":"2024-09-13T14:37:53.404607+0000","last_fullsized":"2024-09-13T14:37:53.404607+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:22:09.908057+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[0,2,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"5.d","version":"1084'2290","reported_seq":5774,"reported_epoch":1086,"state":"active+clean","last_fresh":"2024-09-13T14:37:49.969715+0000","last_change":"2024-09-13T14:37:47.451538+0000","last_active":"2024-09-13T14:37:49.969715+0000","last_peered":"2024-09-13T14:37:49.969715+0000","last_clean":"2024-09-13T14:37:49.969715+0000","last_became_active":"2024-09-13T14:33:17.927917+0000","last_became_peered":"2024-09-13T14:33:17.927917+0000","last_unstale":"2024-09-13T14:37:49.969715+0000","last_undegraded":"2024-09-13T14:37:49.969715+0000","last_fullsized":"2024-09-13T14:37:49.969715+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":73,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:20:41.574516+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:20:41.574516+0000","last_clean_scrub_stamp":"2024-09-13T14:20:41.574516+0000","objects_scrubbed":0,"log_size":2290,"log_dups_size":0,"ondisk_log_size":2290,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:33:08.547762+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00091207899999999999,"stat_sum":{"num_bytes":30163159,"num_objects":12,"num_object_clones":7,"num_object_copies":36,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":12,"num_whiteouts":0,"num_read":569,"num_read_kb":562691,"num_write":651,"num_write_kb":157343,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":3,"num_bytes_recovered":3346920,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"27a","length":"1"},{"start":"280","length":"1"},{"start":"283","length":"1"}]},{"pgid":"3.b","version":"70'2","reported_seq":1262,"reported_epoch":1088,"state":"active+clean","last_fresh":"2024-09-13T14:37:53.005690+0000","last_change":"2024-09-13T14:33:50.002458+0000","last_active":"2024-09-13T14:37:53.005690+0000","last_peered":"2024-09-13T14:37:53.005690+0000","last_clean":"2024-09-13T14:37:53.005690+0000","last_became_active":"2024-09-13T14:33:50.000932+0000","last_became_peered":"2024-09-13T14:33:50.000932+0000","last_unstale":"2024-09-13T14:37:53.005690+0000","last_undegraded":"2024-09-13T14:37:53.005690+0000","last_fullsized":"2024-09-13T14:37:53.005690+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T16:10:41.510838+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":[3,0,4],"acting":[3,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.c","version":"0'0","reported_seq":1032,"reported_epoch":1084,"state":"active+clean","last_fresh":"2024-09-13T14:37:47.968444+0000","last_change":"2024-09-13T14:33:50.001045+0000","last_active":"2024-09-13T14:37:47.968444+0000","last_peered":"2024-09-13T14:37:47.968444+0000","last_clean":"2024-09-13T14:37:47.968444+0000","last_became_active":"2024-09-13T14:33:50.000727+0000","last_became_peered":"2024-09-13T14:33:50.000727+0000","last_unstale":"2024-09-13T14:37:47.968444+0000","last_undegraded":"2024-09-13T14:37:47.968444+0000","last_fullsized":"2024-09-13T14:37:47.968444+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:04:17.630105+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[4,3,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"5.c","version":"1079'500","reported_seq":4249,"reported_epoch":1087,"state":"active+clean","last_fresh":"2024-09-13T14:37:50.989655+0000","last_change":"2024-09-13T14:37:47.027331+0000","last_active":"2024-09-13T14:37:50.989655+0000","last_peered":"2024-09-13T14:37:50.989655+0000","last_clean":"2024-09-13T14:37:50.989655+0000","last_became_active":"2024-09-13T14:32:44.962695+0000","last_became_peered":"2024-09-13T14:32:44.962695+0000","last_unstale":"2024-09-13T14:37:50.989655+0000","last_undegraded":"2024-09-13T14:37:50.989655+0000","last_fullsized":"2024-09-13T14:37:50.989655+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":73,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:20:41.574516+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:20:41.574516+0000","last_clean_scrub_stamp":"2024-09-13T14:20:41.574516+0000","objects_scrubbed":0,"log_size":500,"log_dups_size":0,"ondisk_log_size":500,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:28:53.122005+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00049370100000000004,"stat_sum":{"num_bytes":3815519,"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":161,"num_read_kb":199199,"num_write":103,"num_write_kb":24801,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"27a","length":"1"},{"start":"280","length":"1"},{"start":"283","length":"1"}]},{"pgid":"3.a","version":"0'0","reported_seq":1008,"reported_epoch":1085,"state":"active+clean","last_fresh":"2024-09-13T14:37:48.970069+0000","last_change":"2024-09-13T14:32:44.958399+0000","last_active":"2024-09-13T14:37:48.970069+0000","last_peered":"2024-09-13T14:37:48.970069+0000","last_clean":"2024-09-13T14:37:48.970069+0000","last_became_active":"2024-09-13T14:32:44.957143+0000","last_became_peered":"2024-09-13T14:32:44.957143+0000","last_unstale":"2024-09-13T14:37:48.970069+0000","last_undegraded":"2024-09-13T14:37:48.970069+0000","last_fullsized":"2024-09-13T14:37:48.970069+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:38:34.798967+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.d","version":"0'0","reported_seq":1047,"reported_epoch":1084,"state":"active+clean","last_fresh":"2024-09-13T14:37:47.968642+0000","last_change":"2024-09-13T14:33:17.924971+0000","last_active":"2024-09-13T14:37:47.968642+0000","last_peered":"2024-09-13T14:37:47.968642+0000","last_clean":"2024-09-13T14:37:47.968642+0000","last_became_active":"2024-09-13T14:33:17.924648+0000","last_became_peered":"2024-09-13T14:33:17.924648+0000","last_unstale":"2024-09-13T14:37:47.968642+0000","last_undegraded":"2024-09-13T14:37:47.968642+0000","last_fullsized":"2024-09-13T14:37:47.968642+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:45:08.239283+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,1],"acting":[4,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"5.f","version":"1078'457","reported_seq":3641,"reported_epoch":1085,"state":"active+clean","last_fresh":"2024-09-13T14:37:49.964034+0000","last_change":"2024-09-13T14:37:47.037550+0000","last_active":"2024-09-13T14:37:49.964034+0000","last_peered":"2024-09-13T14:37:49.964034+0000","last_clean":"2024-09-13T14:37:49.964034+0000","last_became_active":"2024-09-13T14:20:42.602893+0000","last_became_peered":"2024-09-13T14:20:42.602893+0000","last_unstale":"2024-09-13T14:37:49.964034+0000","last_undegraded":"2024-09-13T14:37:49.964034+0000","last_fullsized":"2024-09-13T14:37:49.964034+0000","mapping_epoch":73,"log_start":"0'0","ondisk_log_start":"0'0","created":73,"last_epoch_clean":74,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:20:41.574516+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:20:41.574516+0000","last_clean_scrub_stamp":"2024-09-13T14:20:41.574516+0000","objects_scrubbed":0,"log_size":457,"log_dups_size":0,"ondisk_log_size":457,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:52:09.085873+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00055980799999999996,"stat_sum":{"num_bytes":2470926,"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":137,"num_read_kb":146724,"num_write":103,"num_write_kb":24033,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"27a","length":"1"},{"start":"280","length":"1"},{"start":"283","length":"1"}]},{"pgid":"3.9","version":"0'0","reported_seq":1033,"reported_epoch":1084,"state":"active+clean","last_fresh":"2024-09-13T14:37:47.968499+0000","last_change":"2024-09-13T14:33:17.926775+0000","last_active":"2024-09-13T14:37:47.968499+0000","last_peered":"2024-09-13T14:37:47.968499+0000","last_clean":"2024-09-13T14:37:47.968499+0000","last_became_active":"2024-09-13T14:33:17.926188+0000","last_became_peered":"2024-09-13T14:33:17.926188+0000","last_unstale":"2024-09-13T14:37:47.968499+0000","last_undegraded":"2024-09-13T14:37:47.968499+0000","last_fullsized":"2024-09-13T14:37:47.968499+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:03:12.922468+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,7],"acting":[4,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.e","version":"0'0","reported_seq":1032,"reported_epoch":1084,"state":"active+clean","last_fresh":"2024-09-13T14:37:47.968930+0000","last_change":"2024-09-13T14:32:44.957195+0000","last_active":"2024-09-13T14:37:47.968930+0000","last_peered":"2024-09-13T14:37:47.968930+0000","last_clean":"2024-09-13T14:37:47.968930+0000","last_became_active":"2024-09-13T14:32:44.956868+0000","last_became_peered":"2024-09-13T14:32:44.956868+0000","last_unstale":"2024-09-13T14:37:47.968930+0000","last_undegraded":"2024-09-13T14:37:47.968930+0000","last_fullsized":"2024-09-13T14:37:47.968930+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:42:34.097129+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"5.e","version":"1081'931","reported_seq":4082,"reported_epoch":1084,"state":"active+clean","last_fresh":"2024-09-13T14:37:47.968778+0000","last_change":"2024-09-13T14:37:47.024286+0000","last_active":"2024-09-13T14:37:47.968778+0000","last_peered":"2024-09-13T14:37:47.968778+0000","last_clean":"2024-09-13T14:37:47.968778+0000","last_became_active":"2024-09-13T14:32:10.926992+0000","last_became_peered":"2024-09-13T14:32:10.926992+0000","last_unstale":"2024-09-13T14:37:47.968778+0000","last_undegraded":"2024-09-13T14:37:47.968778+0000","last_fullsized":"2024-09-13T14:37:47.968778+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":73,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:20:41.574516+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:20:41.574516+0000","last_clean_scrub_stamp":"2024-09-13T14:20:41.574516+0000","objects_scrubbed":0,"log_size":931,"log_dups_size":0,"ondisk_log_size":931,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:35:56.888738+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00044573600000000002,"stat_sum":{"num_bytes":8923276,"num_objects":5,"num_object_clones":3,"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":2,"num_read":189,"num_read_kb":156012,"num_write":242,"num_write_kb":59448,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"27a","length":"1"},{"start":"280","length":"1"},{"start":"283","length":"1"}]},{"pgid":"3.8","version":"0'0","reported_seq":1253,"reported_epoch":1088,"state":"active+clean","last_fresh":"2024-09-13T14:37:53.005920+0000","last_change":"2024-09-13T14:33:50.016175+0000","last_active":"2024-09-13T14:37:53.005920+0000","last_peered":"2024-09-13T14:37:53.005920+0000","last_clean":"2024-09-13T14:37:53.005920+0000","last_became_active":"2024-09-13T14:33:50.015292+0000","last_became_peered":"2024-09-13T14:33:50.015292+0000","last_unstale":"2024-09-13T14:37:53.005920+0000","last_undegraded":"2024-09-13T14:37:53.005920+0000","last_fullsized":"2024-09-13T14:37:53.005920+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:51:12.143000+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.f","version":"0'0","reported_seq":1313,"reported_epoch":1087,"state":"active+clean","last_fresh":"2024-09-13T14:37:50.989541+0000","last_change":"2024-09-13T14:33:50.013628+0000","last_active":"2024-09-13T14:37:50.989541+0000","last_peered":"2024-09-13T14:37:50.989541+0000","last_clean":"2024-09-13T14:37:50.989541+0000","last_became_active":"2024-09-13T14:33:50.013363+0000","last_became_peered":"2024-09-13T14:33:50.013363+0000","last_unstale":"2024-09-13T14:37:50.989541+0000","last_undegraded":"2024-09-13T14:37:50.989541+0000","last_fullsized":"2024-09-13T14:37:50.989541+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:02:52.023431+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"5.4","version":"1075'748","reported_seq":3942,"reported_epoch":1085,"state":"active+clean","last_fresh":"2024-09-13T14:37:48.977549+0000","last_change":"2024-09-13T14:37:47.357499+0000","last_active":"2024-09-13T14:37:48.977549+0000","last_peered":"2024-09-13T14:37:48.977549+0000","last_clean":"2024-09-13T14:37:48.977549+0000","last_became_active":"2024-09-13T14:33:17.924611+0000","last_became_peered":"2024-09-13T14:33:17.924611+0000","last_unstale":"2024-09-13T14:37:48.977549+0000","last_undegraded":"2024-09-13T14:37:48.977549+0000","last_fullsized":"2024-09-13T14:37:48.977549+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":73,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:20:41.574516+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:20:41.574516+0000","last_clean_scrub_stamp":"2024-09-13T14:20:41.574516+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-09-14T19:17:24.020953+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00051835200000000003,"stat_sum":{"num_bytes":6118474,"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":232,"num_read_kb":269446,"num_write":202,"num_write_kb":46926,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":861689,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"27a","length":"1"},{"start":"280","length":"1"},{"start":"283","length":"1"}]},{"pgid":"1.0","version":"373'149","reported_seq":1341,"reported_epoch":1086,"state":"active+clean","last_fresh":"2024-09-13T14:37:49.976459+0000","last_change":"2024-09-13T14:32:10.924871+0000","last_active":"2024-09-13T14:37:49.976459+0000","last_peered":"2024-09-13T14:37:49.976459+0000","last_clean":"2024-09-13T14:37:49.976459+0000","last_became_active":"2024-09-13T14:32:10.924500+0000","last_became_peered":"2024-09-13T14:32:10.924500+0000","last_unstale":"2024-09-13T14:37:49.976459+0000","last_undegraded":"2024-09-13T14:37:49.976459+0000","last_fullsized":"2024-09-13T14:37:49.976459+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:15:42.548303+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:21:02.828762+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":392,"num_read_kb":834,"num_write":215,"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":"63'1","reported_seq":1035,"reported_epoch":1085,"state":"active+clean","last_fresh":"2024-09-13T14:37:49.963195+0000","last_change":"2024-09-13T14:33:17.925155+0000","last_active":"2024-09-13T14:37:49.963195+0000","last_peered":"2024-09-13T14:37:49.963195+0000","last_clean":"2024-09-13T14:37:49.963195+0000","last_became_active":"2024-09-13T14:33:17.924828+0000","last_became_peered":"2024-09-13T14:33:17.924828+0000","last_unstale":"2024-09-13T14:37:49.963195+0000","last_undegraded":"2024-09-13T14:37:49.963195+0000","last_fullsized":"2024-09-13T14:37:49.963195+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-14T16:07:59.858659+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029038399999999998,"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":[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":1224,"reported_epoch":1088,"state":"active+clean","last_fresh":"2024-09-13T14:37:53.005691+0000","last_change":"2024-09-13T14:33:50.013100+0000","last_active":"2024-09-13T14:37:53.005691+0000","last_peered":"2024-09-13T14:37:53.005691+0000","last_clean":"2024-09-13T14:37:53.005691+0000","last_became_active":"2024-09-13T14:33:50.012820+0000","last_became_peered":"2024-09-13T14:33:50.012820+0000","last_unstale":"2024-09-13T14:37:53.005691+0000","last_undegraded":"2024-09-13T14:37:53.005691+0000","last_fullsized":"2024-09-13T14:37:53.005691+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:49:13.320472+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.5","version":"0'0","reported_seq":992,"reported_epoch":1085,"state":"active+clean","last_fresh":"2024-09-13T14:37:48.969580+0000","last_change":"2024-09-13T14:19:29.739160+0000","last_active":"2024-09-13T14:37:48.969580+0000","last_peered":"2024-09-13T14:37:48.969580+0000","last_clean":"2024-09-13T14:37:48.969580+0000","last_became_active":"2024-09-13T14:19:29.738892+0000","last_became_peered":"2024-09-13T14:19:29.738892+0000","last_unstale":"2024-09-13T14:37:48.969580+0000","last_undegraded":"2024-09-13T14:37:48.969580+0000","last_fullsized":"2024-09-13T14:37:48.969580+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:04:33.496723+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"5.7","version":"1078'1103","reported_seq":4248,"reported_epoch":1086,"state":"active+clean","last_fresh":"2024-09-13T14:37:49.976586+0000","last_change":"2024-09-13T14:37:47.037606+0000","last_active":"2024-09-13T14:37:49.976586+0000","last_peered":"2024-09-13T14:37:49.976586+0000","last_clean":"2024-09-13T14:37:49.976586+0000","last_became_active":"2024-09-13T14:32:44.958734+0000","last_became_peered":"2024-09-13T14:32:44.958734+0000","last_unstale":"2024-09-13T14:37:49.976586+0000","last_undegraded":"2024-09-13T14:37:49.976586+0000","last_fullsized":"2024-09-13T14:37:49.976586+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":73,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:20:41.574516+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:20:41.574516+0000","last_clean_scrub_stamp":"2024-09-13T14:20:41.574516+0000","objects_scrubbed":0,"log_size":1103,"log_dups_size":0,"ondisk_log_size":1103,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:47:54.767732+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00032250099999999999,"stat_sum":{"num_bytes":5967145,"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":284,"num_read_kb":279764,"num_write":249,"num_write_kb":60159,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"27a","length":"1"},{"start":"280","length":"1"},{"start":"283","length":"1"}]},{"pgid":"2.0","version":"0'0","reported_seq":1038,"reported_epoch":1085,"state":"active+clean","last_fresh":"2024-09-13T14:37:48.977304+0000","last_change":"2024-09-13T14:32:44.959494+0000","last_active":"2024-09-13T14:37:48.977304+0000","last_peered":"2024-09-13T14:37:48.977304+0000","last_clean":"2024-09-13T14:37:48.977304+0000","last_became_active":"2024-09-13T14:32:44.959144+0000","last_became_peered":"2024-09-13T14:32:44.959144+0000","last_unstale":"2024-09-13T14:37:48.977304+0000","last_undegraded":"2024-09-13T14:37:48.977304+0000","last_fullsized":"2024-09-13T14:37:48.977304+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:16:38.736104+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000322109,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":1350,"reported_epoch":1088,"state":"active+clean","last_fresh":"2024-09-13T14:37:53.404459+0000","last_change":"2024-09-13T14:33:50.004411+0000","last_active":"2024-09-13T14:37:53.404459+0000","last_peered":"2024-09-13T14:37:53.404459+0000","last_clean":"2024-09-13T14:37:53.404459+0000","last_became_active":"2024-09-13T14:33:50.004158+0000","last_became_peered":"2024-09-13T14:33:50.004158+0000","last_unstale":"2024-09-13T14:37:53.404459+0000","last_undegraded":"2024-09-13T14:37:53.404459+0000","last_fullsized":"2024-09-13T14:37:53.404459+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:08:38.376285+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.6","version":"0'0","reported_seq":1362,"reported_epoch":1088,"state":"active+clean","last_fresh":"2024-09-13T14:37:53.404752+0000","last_change":"2024-09-13T14:33:17.927377+0000","last_active":"2024-09-13T14:37:53.404752+0000","last_peered":"2024-09-13T14:37:53.404752+0000","last_clean":"2024-09-13T14:37:53.404752+0000","last_became_active":"2024-09-13T14:33:17.926642+0000","last_became_peered":"2024-09-13T14:33:17.926642+0000","last_unstale":"2024-09-13T14:37:53.404752+0000","last_undegraded":"2024-09-13T14:37:53.404752+0000","last_fullsized":"2024-09-13T14:37:53.404752+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:56:30.839736+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"5.6","version":"1078'517","reported_seq":4192,"reported_epoch":1086,"state":"active+clean","last_fresh":"2024-09-13T14:37:49.969466+0000","last_change":"2024-09-13T14:37:47.451684+0000","last_active":"2024-09-13T14:37:49.969466+0000","last_peered":"2024-09-13T14:37:49.969466+0000","last_clean":"2024-09-13T14:37:49.969466+0000","last_became_active":"2024-09-13T14:33:17.928001+0000","last_became_peered":"2024-09-13T14:33:17.928001+0000","last_unstale":"2024-09-13T14:37:49.969466+0000","last_undegraded":"2024-09-13T14:37:49.969466+0000","last_fullsized":"2024-09-13T14:37:49.969466+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":73,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:20:41.574516+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:20:41.574516+0000","last_clean_scrub_stamp":"2024-09-13T14:20:41.574516+0000","objects_scrubbed":0,"log_size":517,"log_dups_size":0,"ondisk_log_size":517,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:30:06.435876+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00099622600000000001,"stat_sum":{"num_bytes":6555423,"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":136,"num_read_kb":123754,"num_write":137,"num_write_kb":35077,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[2,5,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[{"start":"27a","length":"1"},{"start":"280","length":"1"},{"start":"283","length":"1"}]},{"pgid":"2.1","version":"0'0","reported_seq":1306,"reported_epoch":1086,"state":"active+clean","last_fresh":"2024-09-13T14:37:49.969295+0000","last_change":"2024-09-13T14:33:50.003564+0000","last_active":"2024-09-13T14:37:49.969295+0000","last_peered":"2024-09-13T14:37:49.969295+0000","last_clean":"2024-09-13T14:37:49.969295+0000","last_became_active":"2024-09-13T14:33:50.003277+0000","last_became_peered":"2024-09-13T14:33:50.003277+0000","last_unstale":"2024-09-13T14:37:49.969295+0000","last_undegraded":"2024-09-13T14:37:49.969295+0000","last_fullsized":"2024-09-13T14:37:49.969295+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:56:13.675399+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00030931399999999999,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":1314,"reported_epoch":1087,"state":"active+clean","last_fresh":"2024-09-13T14:37:50.990879+0000","last_change":"2024-09-13T14:33:17.920978+0000","last_active":"2024-09-13T14:37:50.990879+0000","last_peered":"2024-09-13T14:37:50.990879+0000","last_clean":"2024-09-13T14:37:50.990879+0000","last_became_active":"2024-09-13T14:33:17.920696+0000","last_became_peered":"2024-09-13T14:33:17.920696+0000","last_unstale":"2024-09-13T14:37:50.990879+0000","last_undegraded":"2024-09-13T14:37:50.990879+0000","last_fullsized":"2024-09-13T14:37:50.990879+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:12:56.325230+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.7","version":"0'0","reported_seq":1297,"reported_epoch":1087,"state":"active+clean","last_fresh":"2024-09-13T14:37:50.989334+0000","last_change":"2024-09-13T14:32:44.964975+0000","last_active":"2024-09-13T14:37:50.989334+0000","last_peered":"2024-09-13T14:37:50.989334+0000","last_clean":"2024-09-13T14:37:50.989334+0000","last_became_active":"2024-09-13T14:32:44.963031+0000","last_became_peered":"2024-09-13T14:32:44.963031+0000","last_unstale":"2024-09-13T14:37:50.989334+0000","last_undegraded":"2024-09-13T14:37:50.989334+0000","last_fullsized":"2024-09-13T14:37:50.989334+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:15:43.709469+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"5.5","version":"1081'549","reported_seq":4355,"reported_epoch":1088,"state":"active+clean","last_fresh":"2024-09-13T14:37:53.404782+0000","last_change":"2024-09-13T14:37:47.037748+0000","last_active":"2024-09-13T14:37:53.404782+0000","last_peered":"2024-09-13T14:37:53.404782+0000","last_clean":"2024-09-13T14:37:53.404782+0000","last_became_active":"2024-09-13T14:32:44.964920+0000","last_became_peered":"2024-09-13T14:32:44.964920+0000","last_unstale":"2024-09-13T14:37:53.404782+0000","last_undegraded":"2024-09-13T14:37:53.404782+0000","last_fullsized":"2024-09-13T14:37:53.404782+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":73,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:20:41.574516+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:20:41.574516+0000","last_clean_scrub_stamp":"2024-09-13T14:20:41.574516+0000","objects_scrubbed":0,"log_size":549,"log_dups_size":0,"ondisk_log_size":549,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:24:51.454163+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000734678,"stat_sum":{"num_bytes":3781839,"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":137,"num_read_kb":151832,"num_write":134,"num_write_kb":33496,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"283","length":"1"}]},{"pgid":"2.2","version":"65'2","reported_seq":1036,"reported_epoch":1085,"state":"active+clean","last_fresh":"2024-09-13T14:37:49.963635+0000","last_change":"2024-09-13T14:32:44.954354+0000","last_active":"2024-09-13T14:37:49.963635+0000","last_peered":"2024-09-13T14:37:49.963635+0000","last_clean":"2024-09-13T14:37:49.963635+0000","last_became_active":"2024-09-13T14:32:44.953937+0000","last_became_peered":"2024-09-13T14:32:44.953937+0000","last_unstale":"2024-09-13T14:37:49.963635+0000","last_undegraded":"2024-09-13T14:37:49.963635+0000","last_fullsized":"2024-09-13T14:37:49.963635+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-14T22:00:15.492952+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00094368000000000002,"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":[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":1033,"reported_epoch":1084,"state":"active+clean","last_fresh":"2024-09-13T14:37:47.968432+0000","last_change":"2024-09-13T14:32:10.926314+0000","last_active":"2024-09-13T14:37:47.968432+0000","last_peered":"2024-09-13T14:37:47.968432+0000","last_clean":"2024-09-13T14:37:47.968432+0000","last_became_active":"2024-09-13T14:32:10.925869+0000","last_became_peered":"2024-09-13T14:32:10.925869+0000","last_unstale":"2024-09-13T14:37:47.968432+0000","last_undegraded":"2024-09-13T14:37:47.968432+0000","last_fullsized":"2024-09-13T14:37:47.968432+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:38:58.957447+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.4","version":"0'0","reported_seq":1325,"reported_epoch":1087,"state":"active+clean","last_fresh":"2024-09-13T14:37:50.989144+0000","last_change":"2024-09-13T14:33:50.013264+0000","last_active":"2024-09-13T14:37:50.989144+0000","last_peered":"2024-09-13T14:37:50.989144+0000","last_clean":"2024-09-13T14:37:50.989144+0000","last_became_active":"2024-09-13T14:33:50.012639+0000","last_became_peered":"2024-09-13T14:33:50.012639+0000","last_unstale":"2024-09-13T14:37:50.989144+0000","last_undegraded":"2024-09-13T14:37:50.989144+0000","last_fullsized":"2024-09-13T14:37:50.989144+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:30:52.561938+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"5.3","version":"1087'1896","reported_seq":5614,"reported_epoch":1088,"state":"active+clean","last_fresh":"2024-09-13T14:37:53.404671+0000","last_change":"2024-09-13T14:37:47.040032+0000","last_active":"2024-09-13T14:37:53.404671+0000","last_peered":"2024-09-13T14:37:53.404671+0000","last_clean":"2024-09-13T14:37:53.404671+0000","last_became_active":"2024-09-13T14:32:10.933857+0000","last_became_peered":"2024-09-13T14:32:10.933857+0000","last_unstale":"2024-09-13T14:37:53.404671+0000","last_undegraded":"2024-09-13T14:37:53.404671+0000","last_fullsized":"2024-09-13T14:37:53.404671+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":73,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:20:41.574516+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:20:41.574516+0000","last_clean_scrub_stamp":"2024-09-13T14:20:41.574516+0000","objects_scrubbed":0,"log_size":1896,"log_dups_size":0,"ondisk_log_size":1896,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:15:27.724908+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.003215561,"stat_sum":{"num_bytes":25825428,"num_objects":11,"num_object_clones":6,"num_object_copies":33,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":11,"num_whiteouts":0,"num_read":658,"num_read_kb":732877,"num_write":483,"num_write_kb":109773,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":4,"num_bytes_recovered":2722724,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6,5],"acting":[0,6,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[{"start":"283","length":"1"}]},{"pgid":"3.5","version":"0'0","reported_seq":1036,"reported_epoch":1085,"state":"active+clean","last_fresh":"2024-09-13T14:37:49.964048+0000","last_change":"2024-09-13T14:33:50.017811+0000","last_active":"2024-09-13T14:37:49.964048+0000","last_peered":"2024-09-13T14:37:49.964048+0000","last_clean":"2024-09-13T14:37:49.964048+0000","last_became_active":"2024-09-13T14:33:50.017485+0000","last_became_peered":"2024-09-13T14:33:50.017485+0000","last_unstale":"2024-09-13T14:37:49.964048+0000","last_undegraded":"2024-09-13T14:37:49.964048+0000","last_fullsized":"2024-09-13T14:37:49.964048+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:26:37.812712+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.4","version":"0'0","reported_seq":1311,"reported_epoch":1087,"state":"active+clean","last_fresh":"2024-09-13T14:37:50.989256+0000","last_change":"2024-09-13T14:32:44.965574+0000","last_active":"2024-09-13T14:37:50.989256+0000","last_peered":"2024-09-13T14:37:50.989256+0000","last_clean":"2024-09-13T14:37:50.989256+0000","last_became_active":"2024-09-13T14:32:44.963233+0000","last_became_peered":"2024-09-13T14:32:44.963233+0000","last_unstale":"2024-09-13T14:37:50.989256+0000","last_undegraded":"2024-09-13T14:37:50.989256+0000","last_fullsized":"2024-09-13T14:37:50.989256+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:40:28.561059+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00031535100000000001,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.2","version":"0'0","reported_seq":1303,"reported_epoch":1087,"state":"active+clean","last_fresh":"2024-09-13T14:37:50.989272+0000","last_change":"2024-09-13T14:32:44.952766+0000","last_active":"2024-09-13T14:37:50.989272+0000","last_peered":"2024-09-13T14:37:50.989272+0000","last_clean":"2024-09-13T14:37:50.989272+0000","last_became_active":"2024-09-13T14:32:44.952468+0000","last_became_peered":"2024-09-13T14:32:44.952468+0000","last_unstale":"2024-09-13T14:37:50.989272+0000","last_undegraded":"2024-09-13T14:37:50.989272+0000","last_fullsized":"2024-09-13T14:37:50.989272+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:27:19.239636+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"5.2","version":"1083'3808","reported_seq":6684,"reported_epoch":1085,"state":"active+clean","last_fresh":"2024-09-13T14:37:48.969821+0000","last_change":"2024-09-13T14:37:47.038759+0000","last_active":"2024-09-13T14:37:48.969821+0000","last_peered":"2024-09-13T14:37:48.969821+0000","last_clean":"2024-09-13T14:37:48.969821+0000","last_became_active":"2024-09-13T14:32:10.931943+0000","last_became_peered":"2024-09-13T14:32:10.931943+0000","last_unstale":"2024-09-13T14:37:48.969821+0000","last_undegraded":"2024-09-13T14:37:48.969821+0000","last_fullsized":"2024-09-13T14:37:48.969821+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":73,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:20:41.574516+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:20:41.574516+0000","last_clean_scrub_stamp":"2024-09-13T14:20:41.574516+0000","objects_scrubbed":0,"log_size":3808,"log_dups_size":0,"ondisk_log_size":3808,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:27:42.967006+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.010252918999999999,"stat_sum":{"num_bytes":43483636,"num_objects":17,"num_object_clones":9,"num_object_copies":51,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":17,"num_whiteouts":1,"num_read":1121,"num_read_kb":1159820,"num_write":874,"num_write_kb":210908,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"27a","length":"1"},{"start":"280","length":"1"},{"start":"283","length":"1"}]},{"pgid":"3.4","version":"0'0","reported_seq":1314,"reported_epoch":1087,"state":"active+clean","last_fresh":"2024-09-13T14:37:50.989155+0000","last_change":"2024-09-13T14:33:17.922486+0000","last_active":"2024-09-13T14:37:50.989155+0000","last_peered":"2024-09-13T14:37:50.989155+0000","last_clean":"2024-09-13T14:37:50.989155+0000","last_became_active":"2024-09-13T14:33:17.922130+0000","last_became_peered":"2024-09-13T14:33:17.922130+0000","last_unstale":"2024-09-13T14:37:50.989155+0000","last_undegraded":"2024-09-13T14:37:50.989155+0000","last_fullsized":"2024-09-13T14:37:50.989155+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:51:55.783052+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.5","version":"0'0","reported_seq":1023,"reported_epoch":1085,"state":"active+clean","last_fresh":"2024-09-13T14:37:48.977870+0000","last_change":"2024-09-13T14:32:10.925170+0000","last_active":"2024-09-13T14:37:48.977870+0000","last_peered":"2024-09-13T14:37:48.977870+0000","last_clean":"2024-09-13T14:37:48.977870+0000","last_became_active":"2024-09-13T14:32:10.924864+0000","last_became_peered":"2024-09-13T14:32:10.924864+0000","last_unstale":"2024-09-13T14:37:48.977870+0000","last_undegraded":"2024-09-13T14:37:48.977870+0000","last_fullsized":"2024-09-13T14:37:48.977870+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:23:13.266436+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000327091,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.3","version":"0'0","reported_seq":1338,"reported_epoch":1088,"state":"active+clean","last_fresh":"2024-09-13T14:37:53.404709+0000","last_change":"2024-09-13T14:32:10.935933+0000","last_active":"2024-09-13T14:37:53.404709+0000","last_peered":"2024-09-13T14:37:53.404709+0000","last_clean":"2024-09-13T14:37:53.404709+0000","last_became_active":"2024-09-13T14:32:10.935486+0000","last_became_peered":"2024-09-13T14:32:10.935486+0000","last_unstale":"2024-09-13T14:37:53.404709+0000","last_undegraded":"2024-09-13T14:37:53.404709+0000","last_fullsized":"2024-09-13T14:37:53.404709+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:49:31.318318+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"5.1","version":"1081'2201","reported_seq":5277,"reported_epoch":1084,"state":"active+clean","last_fresh":"2024-09-13T14:37:47.968143+0000","last_change":"2024-09-13T14:37:47.024200+0000","last_active":"2024-09-13T14:37:47.968143+0000","last_peered":"2024-09-13T14:37:47.968143+0000","last_clean":"2024-09-13T14:37:47.968143+0000","last_became_active":"2024-09-13T14:33:50.007822+0000","last_became_peered":"2024-09-13T14:33:50.007822+0000","last_unstale":"2024-09-13T14:37:47.968143+0000","last_undegraded":"2024-09-13T14:37:47.968143+0000","last_fullsized":"2024-09-13T14:37:47.968143+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":73,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:20:41.574516+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:20:41.574516+0000","last_clean_scrub_stamp":"2024-09-13T14:20:41.574516+0000","objects_scrubbed":0,"log_size":2201,"log_dups_size":0,"ondisk_log_size":2201,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:21:50.824753+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001003732,"stat_sum":{"num_bytes":26189199,"num_objects":13,"num_object_clones":8,"num_object_copies":39,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":13,"num_whiteouts":0,"num_read":644,"num_read_kb":645938,"num_write":545,"num_write_kb":136202,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":1,"num_bytes_recovered":1704308,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"27a","length":"1"},{"start":"280","length":"1"},{"start":"283","length":"1"}]},{"pgid":"3.7","version":"70'2","reported_seq":1262,"reported_epoch":1088,"state":"active+clean","last_fresh":"2024-09-13T14:37:53.006006+0000","last_change":"2024-09-13T14:33:50.007531+0000","last_active":"2024-09-13T14:37:53.006006+0000","last_peered":"2024-09-13T14:37:53.006006+0000","last_clean":"2024-09-13T14:37:53.006006+0000","last_became_active":"2024-09-13T14:33:50.006847+0000","last_became_peered":"2024-09-13T14:33:50.006847+0000","last_unstale":"2024-09-13T14:37:53.006006+0000","last_undegraded":"2024-09-13T14:37:53.006006+0000","last_fullsized":"2024-09-13T14:37:53.006006+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T15:17:21.238998+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":[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":"0'0","reported_seq":1315,"reported_epoch":1087,"state":"active+clean","last_fresh":"2024-09-13T14:37:50.989597+0000","last_change":"2024-09-13T14:32:44.954419+0000","last_active":"2024-09-13T14:37:50.989597+0000","last_peered":"2024-09-13T14:37:50.989597+0000","last_clean":"2024-09-13T14:37:50.989597+0000","last_became_active":"2024-09-13T14:32:44.953988+0000","last_became_peered":"2024-09-13T14:32:44.953988+0000","last_unstale":"2024-09-13T14:37:50.989597+0000","last_undegraded":"2024-09-13T14:37:50.989597+0000","last_fullsized":"2024-09-13T14:37:50.989597+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:16:31.544386+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.0","version":"0'0","reported_seq":1260,"reported_epoch":1088,"state":"active+clean","last_fresh":"2024-09-13T14:37:53.005602+0000","last_change":"2024-09-13T14:33:50.001625+0000","last_active":"2024-09-13T14:37:53.005602+0000","last_peered":"2024-09-13T14:37:53.005602+0000","last_clean":"2024-09-13T14:37:53.005602+0000","last_became_active":"2024-09-13T14:33:50.001243+0000","last_became_peered":"2024-09-13T14:33:50.001243+0000","last_unstale":"2024-09-13T14:37:53.005602+0000","last_undegraded":"2024-09-13T14:37:53.005602+0000","last_fullsized":"2024-09-13T14:37:53.005602+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:22:07.201745+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1083'1298","reported_seq":4885,"reported_epoch":1088,"state":"active+clean","last_fresh":"2024-09-13T14:37:53.005615+0000","last_change":"2024-09-13T14:37:47.026717+0000","last_active":"2024-09-13T14:37:53.005615+0000","last_peered":"2024-09-13T14:37:53.005615+0000","last_clean":"2024-09-13T14:37:53.005615+0000","last_became_active":"2024-09-13T14:33:50.013502+0000","last_became_peered":"2024-09-13T14:33:50.013502+0000","last_unstale":"2024-09-13T14:37:53.005615+0000","last_undegraded":"2024-09-13T14:37:53.005615+0000","last_fullsized":"2024-09-13T14:37:53.005615+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":73,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:20:41.574516+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:20:41.574516+0000","last_clean_scrub_stamp":"2024-09-13T14:20:41.574516+0000","objects_scrubbed":0,"log_size":1298,"log_dups_size":0,"ondisk_log_size":1298,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:27:29.218277+0000","scrub_duration":0,"objects_trimmed":1,"snaptrim_duration":0.0035473990000000001,"stat_sum":{"num_bytes":17426385,"num_objects":9,"num_object_clones":6,"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":408,"num_read_kb":459646,"num_write":333,"num_write_kb":78543,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":9,"num_bytes_recovered":8937914,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"283","length":"1"}]},{"pgid":"3.6","version":"70'1","reported_seq":1352,"reported_epoch":1088,"state":"active+clean","last_fresh":"2024-09-13T14:37:53.404911+0000","last_change":"2024-09-13T14:32:44.968175+0000","last_active":"2024-09-13T14:37:53.404911+0000","last_peered":"2024-09-13T14:37:53.404911+0000","last_clean":"2024-09-13T14:37:53.404911+0000","last_became_active":"2024-09-13T14:32:44.964527+0000","last_became_peered":"2024-09-13T14:32:44.964527+0000","last_unstale":"2024-09-13T14:37:53.404911+0000","last_undegraded":"2024-09-13T14:37:53.404911+0000","last_fullsized":"2024-09-13T14:37:53.404911+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T14:40:33.658595+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":[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.7","version":"0'0","reported_seq":1021,"reported_epoch":1085,"state":"active+clean","last_fresh":"2024-09-13T14:37:48.969638+0000","last_change":"2024-09-13T14:33:17.922456+0000","last_active":"2024-09-13T14:37:48.969638+0000","last_peered":"2024-09-13T14:37:48.969638+0000","last_clean":"2024-09-13T14:37:48.969638+0000","last_became_active":"2024-09-13T14:33:17.922068+0000","last_became_peered":"2024-09-13T14:33:17.922068+0000","last_unstale":"2024-09-13T14:37:48.969638+0000","last_undegraded":"2024-09-13T14:37:48.969638+0000","last_fullsized":"2024-09-13T14:37:48.969638+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:54:08.427589+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029877400000000002,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1","version":"0'0","reported_seq":1017,"reported_epoch":1084,"state":"active+clean","last_fresh":"2024-09-13T14:37:47.968307+0000","last_change":"2024-09-13T14:19:29.718951+0000","last_active":"2024-09-13T14:37:47.968307+0000","last_peered":"2024-09-13T14:37:47.968307+0000","last_clean":"2024-09-13T14:37:47.968307+0000","last_became_active":"2024-09-13T14:19:29.718589+0000","last_became_peered":"2024-09-13T14:19:29.718589+0000","last_unstale":"2024-09-13T14:37:47.968307+0000","last_undegraded":"2024-09-13T14:37:47.968307+0000","last_fullsized":"2024-09-13T14:37:47.968307+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:44:19.267895+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.13","version":"0'0","reported_seq":1040,"reported_epoch":1084,"state":"active+clean","last_fresh":"2024-09-13T14:37:47.968339+0000","last_change":"2024-09-13T14:33:17.924336+0000","last_active":"2024-09-13T14:37:47.968339+0000","last_peered":"2024-09-13T14:37:47.968339+0000","last_clean":"2024-09-13T14:37:47.968339+0000","last_became_active":"2024-09-13T14:33:17.924018+0000","last_became_peered":"2024-09-13T14:33:17.924018+0000","last_unstale":"2024-09-13T14:37:47.968339+0000","last_undegraded":"2024-09-13T14:37:47.968339+0000","last_fullsized":"2024-09-13T14:37:47.968339+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:37:24.279639+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[4,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.14","version":"455'23","reported_seq":1040,"reported_epoch":1084,"state":"active+clean","last_fresh":"2024-09-13T14:37:47.968674+0000","last_change":"2024-09-13T14:19:29.698825+0000","last_active":"2024-09-13T14:37:47.968674+0000","last_peered":"2024-09-13T14:37:47.968674+0000","last_clean":"2024-09-13T14:37:47.968674+0000","last_became_active":"2024-09-13T14:19:29.698348+0000","last_became_peered":"2024-09-13T14:19:29.698348+0000","last_unstale":"2024-09-13T14:37:47.968674+0000","last_undegraded":"2024-09-13T14:37:47.968674+0000","last_fullsized":"2024-09-13T14:37:47.968674+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":23,"log_dups_size":0,"ondisk_log_size":23,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:24:10.858859+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":4756,"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":23,"num_write_kb":20,"num_scrub_errors":0,"num_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":[4,7,6],"acting":[4,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.12","version":"0'0","reported_seq":1313,"reported_epoch":1087,"state":"active+clean","last_fresh":"2024-09-13T14:37:50.989108+0000","last_change":"2024-09-13T14:33:17.920871+0000","last_active":"2024-09-13T14:37:50.989108+0000","last_peered":"2024-09-13T14:37:50.989108+0000","last_clean":"2024-09-13T14:37:50.989108+0000","last_became_active":"2024-09-13T14:33:17.920540+0000","last_became_peered":"2024-09-13T14:33:17.920540+0000","last_unstale":"2024-09-13T14:37:50.989108+0000","last_undegraded":"2024-09-13T14:37:50.989108+0000","last_fullsized":"2024-09-13T14:37:50.989108+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:53:15.230821+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[1,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.15","version":"70'3","reported_seq":1012,"reported_epoch":1085,"state":"active+clean","last_fresh":"2024-09-13T14:37:48.977752+0000","last_change":"2024-09-13T14:33:50.005785+0000","last_active":"2024-09-13T14:37:48.977752+0000","last_peered":"2024-09-13T14:37:48.977752+0000","last_clean":"2024-09-13T14:37:48.977752+0000","last_became_active":"2024-09-13T14:33:50.004867+0000","last_became_peered":"2024-09-13T14:33:50.004867+0000","last_unstale":"2024-09-13T14:37:48.977752+0000","last_undegraded":"2024-09-13T14:37:48.977752+0000","last_fullsized":"2024-09-13T14:37:48.977752+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T01:07:00.670228+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":[7,3,4],"acting":[7,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.16","version":"0'0","reported_seq":1020,"reported_epoch":1085,"state":"active+clean","last_fresh":"2024-09-13T14:37:49.963972+0000","last_change":"2024-09-13T14:32:44.951631+0000","last_active":"2024-09-13T14:37:49.963972+0000","last_peered":"2024-09-13T14:37:49.963972+0000","last_clean":"2024-09-13T14:37:49.963972+0000","last_became_active":"2024-09-13T14:32:44.951318+0000","last_became_peered":"2024-09-13T14:32:44.951318+0000","last_unstale":"2024-09-13T14:37:49.963972+0000","last_undegraded":"2024-09-13T14:37:49.963972+0000","last_fullsized":"2024-09-13T14:37:49.963972+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:51:52.620505+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.11","version":"0'0","reported_seq":1222,"reported_epoch":1088,"state":"active+clean","last_fresh":"2024-09-13T14:37:53.005536+0000","last_change":"2024-09-13T14:33:50.016208+0000","last_active":"2024-09-13T14:37:53.005536+0000","last_peered":"2024-09-13T14:37:53.005536+0000","last_clean":"2024-09-13T14:37:53.005536+0000","last_became_active":"2024-09-13T14:33:50.015901+0000","last_became_peered":"2024-09-13T14:33:50.015901+0000","last_unstale":"2024-09-13T14:37:53.005536+0000","last_undegraded":"2024-09-13T14:37:53.005536+0000","last_fullsized":"2024-09-13T14:37:53.005536+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:35:14.110491+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.17","version":"0'0","reported_seq":1350,"reported_epoch":1088,"state":"active+clean","last_fresh":"2024-09-13T14:37:53.405054+0000","last_change":"2024-09-13T14:33:50.008202+0000","last_active":"2024-09-13T14:37:53.405054+0000","last_peered":"2024-09-13T14:37:53.405054+0000","last_clean":"2024-09-13T14:37:53.405054+0000","last_became_active":"2024-09-13T14:33:50.007915+0000","last_became_peered":"2024-09-13T14:33:50.007915+0000","last_unstale":"2024-09-13T14:37:53.405054+0000","last_undegraded":"2024-09-13T14:37:53.405054+0000","last_fullsized":"2024-09-13T14:37:53.405054+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:18:34.308988+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.10","version":"0'0","reported_seq":1252,"reported_epoch":1088,"state":"active+clean","last_fresh":"2024-09-13T14:37:53.005503+0000","last_change":"2024-09-13T14:33:50.015568+0000","last_active":"2024-09-13T14:37:53.005503+0000","last_peered":"2024-09-13T14:37:53.005503+0000","last_clean":"2024-09-13T14:37:53.005503+0000","last_became_active":"2024-09-13T14:33:50.013521+0000","last_became_peered":"2024-09-13T14:33:50.013521+0000","last_unstale":"2024-09-13T14:37:53.005503+0000","last_undegraded":"2024-09-13T14:37:53.005503+0000","last_fullsized":"2024-09-13T14:37:53.005503+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:31:49.771269+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[3,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.1f","version":"0'0","reported_seq":1007,"reported_epoch":1085,"state":"active+clean","last_fresh":"2024-09-13T14:37:48.969608+0000","last_change":"2024-09-13T14:32:44.957634+0000","last_active":"2024-09-13T14:37:48.969608+0000","last_peered":"2024-09-13T14:37:48.969608+0000","last_clean":"2024-09-13T14:37:48.969608+0000","last_became_active":"2024-09-13T14:32:44.957290+0000","last_became_peered":"2024-09-13T14:32:44.957290+0000","last_unstale":"2024-09-13T14:37:48.969608+0000","last_undegraded":"2024-09-13T14:37:48.969608+0000","last_fullsized":"2024-09-13T14:37:48.969608+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:26:22.264450+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.18","version":"0'0","reported_seq":1267,"reported_epoch":1088,"state":"active+clean","last_fresh":"2024-09-13T14:37:53.005691+0000","last_change":"2024-09-13T14:33:50.009292+0000","last_active":"2024-09-13T14:37:53.005691+0000","last_peered":"2024-09-13T14:37:53.005691+0000","last_clean":"2024-09-13T14:37:53.005691+0000","last_became_active":"2024-09-13T14:33:50.009027+0000","last_became_peered":"2024-09-13T14:33:50.009027+0000","last_unstale":"2024-09-13T14:37:53.005691+0000","last_undegraded":"2024-09-13T14:37:53.005691+0000","last_fullsized":"2024-09-13T14:37:53.005691+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:18:35.662905+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1e","version":"0'0","reported_seq":1350,"reported_epoch":1088,"state":"active+clean","last_fresh":"2024-09-13T14:37:53.404813+0000","last_change":"2024-09-13T14:33:50.011585+0000","last_active":"2024-09-13T14:37:53.404813+0000","last_peered":"2024-09-13T14:37:53.404813+0000","last_clean":"2024-09-13T14:37:53.404813+0000","last_became_active":"2024-09-13T14:33:50.011278+0000","last_became_peered":"2024-09-13T14:33:50.011278+0000","last_unstale":"2024-09-13T14:37:53.404813+0000","last_undegraded":"2024-09-13T14:37:53.404813+0000","last_fullsized":"2024-09-13T14:37:53.404813+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:06:52.960465+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.19","version":"0'0","reported_seq":1313,"reported_epoch":1087,"state":"active+clean","last_fresh":"2024-09-13T14:37:50.988776+0000","last_change":"2024-09-13T14:33:50.017071+0000","last_active":"2024-09-13T14:37:50.988776+0000","last_peered":"2024-09-13T14:37:50.988776+0000","last_clean":"2024-09-13T14:37:50.988776+0000","last_became_active":"2024-09-13T14:33:50.016794+0000","last_became_peered":"2024-09-13T14:33:50.016794+0000","last_unstale":"2024-09-13T14:37:50.988776+0000","last_undegraded":"2024-09-13T14:37:50.988776+0000","last_fullsized":"2024-09-13T14:37:50.988776+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:48:52.504699+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1d","version":"0'0","reported_seq":1251,"reported_epoch":1088,"state":"active+clean","last_fresh":"2024-09-13T14:37:53.005683+0000","last_change":"2024-09-13T14:33:50.008899+0000","last_active":"2024-09-13T14:37:53.005683+0000","last_peered":"2024-09-13T14:37:53.005683+0000","last_clean":"2024-09-13T14:37:53.005683+0000","last_became_active":"2024-09-13T14:33:50.008537+0000","last_became_peered":"2024-09-13T14:33:50.008537+0000","last_unstale":"2024-09-13T14:37:53.005683+0000","last_undegraded":"2024-09-13T14:37:53.005683+0000","last_fullsized":"2024-09-13T14:37:53.005683+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:22:58.523320+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"3.1a","version":"70'1","reported_seq":1048,"reported_epoch":1084,"state":"active+clean","last_fresh":"2024-09-13T14:37:47.968310+0000","last_change":"2024-09-13T14:33:17.923617+0000","last_active":"2024-09-13T14:37:47.968310+0000","last_peered":"2024-09-13T14:37:47.968310+0000","last_clean":"2024-09-13T14:37:47.968310+0000","last_became_active":"2024-09-13T14:33:17.923336+0000","last_became_peered":"2024-09-13T14:33:17.923336+0000","last_unstale":"2024-09-13T14:37:47.968310+0000","last_undegraded":"2024-09-13T14:37:47.968310+0000","last_fullsized":"2024-09-13T14:37:47.968310+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T15:55:13.594527+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1c","version":"0'0","reported_seq":1282,"reported_epoch":1086,"state":"active+clean","last_fresh":"2024-09-13T14:37:49.969071+0000","last_change":"2024-09-13T14:33:50.004145+0000","last_active":"2024-09-13T14:37:49.969071+0000","last_peered":"2024-09-13T14:37:49.969071+0000","last_clean":"2024-09-13T14:37:49.969071+0000","last_became_active":"2024-09-13T14:33:50.003589+0000","last_became_peered":"2024-09-13T14:33:50.003589+0000","last_unstale":"2024-09-13T14:37:49.969071+0000","last_undegraded":"2024-09-13T14:37:49.969071+0000","last_fullsized":"2024-09-13T14:37:49.969071+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:15:34.819491+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[2,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.1b","version":"70'1","reported_seq":1340,"reported_epoch":1088,"state":"active+clean","last_fresh":"2024-09-13T14:37:53.404863+0000","last_change":"2024-09-13T14:32:10.932053+0000","last_active":"2024-09-13T14:37:53.404863+0000","last_peered":"2024-09-13T14:37:53.404863+0000","last_clean":"2024-09-13T14:37:53.404863+0000","last_became_active":"2024-09-13T14:32:10.931382+0000","last_became_peered":"2024-09-13T14:32:10.931382+0000","last_unstale":"2024-09-13T14:37:53.404863+0000","last_undegraded":"2024-09-13T14:37:53.404863+0000","last_fullsized":"2024-09-13T14:37:53.404863+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T19:21:03.486287+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1b","version":"0'0","reported_seq":1046,"reported_epoch":1084,"state":"active+clean","last_fresh":"2024-09-13T14:37:47.968311+0000","last_change":"2024-09-13T14:33:49.999986+0000","last_active":"2024-09-13T14:37:47.968311+0000","last_peered":"2024-09-13T14:37:47.968311+0000","last_clean":"2024-09-13T14:37:47.968311+0000","last_became_active":"2024-09-13T14:33:49.999745+0000","last_became_peered":"2024-09-13T14:33:49.999745+0000","last_unstale":"2024-09-13T14:37:47.968311+0000","last_undegraded":"2024-09-13T14:37:47.968311+0000","last_fullsized":"2024-09-13T14:37:47.968311+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:32:11.265639+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,3,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1c","version":"70'2","reported_seq":1022,"reported_epoch":1085,"state":"active+clean","last_fresh":"2024-09-13T14:37:49.963875+0000","last_change":"2024-09-13T14:32:44.952627+0000","last_active":"2024-09-13T14:37:49.963875+0000","last_peered":"2024-09-13T14:37:49.963875+0000","last_clean":"2024-09-13T14:37:49.963875+0000","last_became_active":"2024-09-13T14:32:44.952336+0000","last_became_peered":"2024-09-13T14:32:44.952336+0000","last_unstale":"2024-09-13T14:37:49.963875+0000","last_undegraded":"2024-09-13T14:37:49.963875+0000","last_fullsized":"2024-09-13T14:37:49.963875+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T00:08:59.441392+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":[5,4,1],"acting":[5,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.1a","version":"0'0","reported_seq":1046,"reported_epoch":1084,"state":"active+clean","last_fresh":"2024-09-13T14:37:47.968179+0000","last_change":"2024-09-13T14:33:50.006204+0000","last_active":"2024-09-13T14:37:47.968179+0000","last_peered":"2024-09-13T14:37:47.968179+0000","last_clean":"2024-09-13T14:37:47.968179+0000","last_became_active":"2024-09-13T14:33:50.005755+0000","last_became_peered":"2024-09-13T14:33:50.005755+0000","last_unstale":"2024-09-13T14:37:47.968179+0000","last_undegraded":"2024-09-13T14:37:47.968179+0000","last_fullsized":"2024-09-13T14:37:47.968179+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:12:45.099773+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[4,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1d","version":"70'2","reported_seq":1007,"reported_epoch":1085,"state":"active+clean","last_fresh":"2024-09-13T14:37:49.963927+0000","last_change":"2024-09-13T14:19:29.699807+0000","last_active":"2024-09-13T14:37:49.963927+0000","last_peered":"2024-09-13T14:37:49.963927+0000","last_clean":"2024-09-13T14:37:49.963927+0000","last_became_active":"2024-09-13T14:19:29.698125+0000","last_became_peered":"2024-09-13T14:19:29.698125+0000","last_unstale":"2024-09-13T14:37:49.963927+0000","last_undegraded":"2024-09-13T14:37:49.963927+0000","last_fullsized":"2024-09-13T14:37:49.963927+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T21:12:45.446921+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":[5,4,6],"acting":[5,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.19","version":"0'0","reported_seq":1257,"reported_epoch":1088,"state":"active+clean","last_fresh":"2024-09-13T14:37:53.005769+0000","last_change":"2024-09-13T14:33:50.009082+0000","last_active":"2024-09-13T14:37:53.005769+0000","last_peered":"2024-09-13T14:37:53.005769+0000","last_clean":"2024-09-13T14:37:53.005769+0000","last_became_active":"2024-09-13T14:33:50.008318+0000","last_became_peered":"2024-09-13T14:33:50.008318+0000","last_unstale":"2024-09-13T14:37:53.005769+0000","last_undegraded":"2024-09-13T14:37:53.005769+0000","last_fullsized":"2024-09-13T14:37:53.005769+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:56:41.983614+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,0],"acting":[3,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1e","version":"70'1","reported_seq":1246,"reported_epoch":1088,"state":"active+clean","last_fresh":"2024-09-13T14:37:53.006010+0000","last_change":"2024-09-13T14:33:50.012127+0000","last_active":"2024-09-13T14:37:53.006010+0000","last_peered":"2024-09-13T14:37:53.006010+0000","last_clean":"2024-09-13T14:37:53.006010+0000","last_became_active":"2024-09-13T14:33:50.011307+0000","last_became_peered":"2024-09-13T14:33:50.011307+0000","last_unstale":"2024-09-13T14:37:53.006010+0000","last_undegraded":"2024-09-13T14:37:53.006010+0000","last_fullsized":"2024-09-13T14:37:53.006010+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T15:44:11.340867+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.18","version":"0'0","reported_seq":1031,"reported_epoch":1084,"state":"active+clean","last_fresh":"2024-09-13T14:37:47.967983+0000","last_change":"2024-09-13T14:32:44.953530+0000","last_active":"2024-09-13T14:37:47.967983+0000","last_peered":"2024-09-13T14:37:47.967983+0000","last_clean":"2024-09-13T14:37:47.967983+0000","last_became_active":"2024-09-13T14:32:44.953223+0000","last_became_peered":"2024-09-13T14:32:44.953223+0000","last_unstale":"2024-09-13T14:37:47.967983+0000","last_undegraded":"2024-09-13T14:37:47.967983+0000","last_fullsized":"2024-09-13T14:37:47.967983+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:08:35.049443+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1f","version":"70'4","reported_seq":1355,"reported_epoch":1088,"state":"active+clean","last_fresh":"2024-09-13T14:37:53.405153+0000","last_change":"2024-09-13T14:33:17.926914+0000","last_active":"2024-09-13T14:37:53.405153+0000","last_peered":"2024-09-13T14:37:53.405153+0000","last_clean":"2024-09-13T14:37:53.405153+0000","last_became_active":"2024-09-13T14:33:17.926517+0000","last_became_peered":"2024-09-13T14:33:17.926517+0000","last_unstale":"2024-09-13T14:37:53.405153+0000","last_undegraded":"2024-09-13T14:37:53.405153+0000","last_fullsized":"2024-09-13T14:37:53.405153+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T16:07:35.423857+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,5,2],"acting":[0,5,2],"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":240854544,"num_objects":111,"num_object_clones":62,"num_object_copies":333,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":111,"num_whiteouts":10,"num_read":6514,"num_read_kb":6819526,"num_write":5644,"num_write_kb":1350110,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":32,"num_bytes_recovered":29470539,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":431206400,"data_stored":549113986,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":22974,"ondisk_log_size":22974,"up":48,"acting":48,"num_store_stats":8},{"poolid":4,"num_pg":32,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":96,"acting":96,"num_store_stats":8},{"poolid":3,"num_pg":32,"stat_sum":{"num_bytes":5554,"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":62,"num_write_kb":31,"num_scrub_errors":0,"num_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":16662,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":11473,"internal_metadata":0},"log_size":56,"ondisk_log_size":56,"up":96,"acting":96,"num_store_stats":8},{"poolid":2,"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":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":392,"num_read_kb":834,"num_write":215,"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":149,"ondisk_log_size":149,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":7,"up_from":54,"seq":231928234229,"num_pgs":35,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":116668,"kb_used_data":67496,"kb_used_omap":1,"kb_used_meta":49150,"kb_avail":93628484,"statfs":{"total":95995035648,"available":95875567616,"internally_reserved":0,"allocated":69115904,"data_stored":83936024,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1588,"internal_metadata":50330060},"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":46,"seq":197568495867,"num_pgs":31,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":110664,"kb_used_data":61500,"kb_used_omap":1,"kb_used_meta":49150,"kb_avail":93634488,"statfs":{"total":95995035648,"available":95881715712,"internally_reserved":0,"allocated":62976000,"data_stored":73333821,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":50330055},"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":38,"seq":163208757503,"num_pgs":30,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":173220,"kb_used_data":88020,"kb_used_omap":1,"kb_used_meta":85182,"kb_avail":93571932,"statfs":{"total":95995035648,"available":95817658368,"internally_reserved":0,"allocated":90132480,"data_stored":103396250,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":87226822},"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":[]},{"osd":4,"up_from":30,"seq":128849019140,"num_pgs":41,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":146392,"kb_used_data":71040,"kb_used_omap":1,"kb_used_meta":75326,"kb_avail":93598760,"statfs":{"total":95995035648,"available":95845130240,"internally_reserved":0,"allocated":72744960,"data_stored":91362208,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":77134278},"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":845,"seq":3629247365170,"num_pgs":34,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":74840,"kb_used_data":42884,"kb_used_omap":34,"kb_used_meta":31901,"kb_avail":93670312,"statfs":{"total":95995035648,"available":95918399488,"internally_reserved":0,"allocated":43913216,"data_stored":55893350,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":35801,"internal_metadata":32666663},"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":813,"seq":3491808411704,"num_pgs":25,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":95348,"kb_used_data":58916,"kb_used_omap":50,"kb_used_meta":36365,"kb_avail":93649804,"statfs":{"total":95995035648,"available":95897399296,"internally_reserved":0,"allocated":60329984,"data_stored":66910541,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":52011,"internal_metadata":37237973},"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":780,"seq":3350074490943,"num_pgs":37,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":71720,"kb_used_data":35608,"kb_used_omap":30,"kb_used_meta":36065,"kb_avail":93673432,"statfs":{"total":95995035648,"available":95921594368,"internally_reserved":0,"allocated":36462592,"data_stored":42975957,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":31404,"internal_metadata":36930900},"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":[]},{"osd":0,"up_from":746,"seq":3204045602886,"num_pgs":34,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":103616,"kb_used_data":75244,"kb_used_omap":66,"kb_used_meta":28285,"kb_avail":93641536,"statfs":{"total":95995035648,"available":95888932864,"internally_reserved":0,"allocated":77049856,"data_stored":89171114,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":68403,"internal_metadata":28964045},"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":0,"data_stored":0,"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":4096,"data_stored":19,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":4096,"data_stored":19,"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":4096,"data_stored":19,"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":0,"data_stored":0,"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":8192,"data_stored":604,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3890,"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":3041,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":616,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1366,"internal_metadata":0},{"poolid":3,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":90,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3176,"internal_metadata":0},{"poolid":3,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":24576,"data_stored":4902,"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":8192,"data_stored":652,"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":16384,"data_stored":4826,"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":28672,"data_stored":4972,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":66482176,"data_stored":81561826,"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":26492928,"data_stored":35957622,"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":50368512,"data_stored":59900237,"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":33943552,"data_stored":48874944,"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":62779392,"data_stored":84356258,"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":80166912,"data_stored":96385903,"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":52420608,"data_stored":65737560,"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":58552320,"data_stored":76339636,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-13T14:37:56.978 INFO:tasks.cephadm.ceph_manager.ceph:removing pool_name unique_pool_0 2024-09-13T14:37:56.978 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd pool rm unique_pool_0 unique_pool_0 --yes-i-really-really-mean-it 2024-09-13T14:37:57.173 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:37:57.293 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:56 smithi071 ceph-mon[107477]: from='client.34458 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T14:37:57.294 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:56 smithi071 ceph-mon[112785]: from='client.34458 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T14:37:57.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:56 smithi104 ceph-mon[105578]: from='client.34458 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T14:37:58.376 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:57 smithi071 ceph-mon[107477]: pgmap v1086: 89 pgs: 89 active+clean; 232 MiB data, 879 MiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 1.1 MiB/s wr, 13 op/s 2024-09-13T14:37:58.376 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:57 smithi071 ceph-mon[107477]: osdmap e1089: 8 total, 8 up, 8 in 2024-09-13T14:37:58.376 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:57 smithi071 ceph-mon[112785]: pgmap v1086: 89 pgs: 89 active+clean; 232 MiB data, 879 MiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 1.1 MiB/s wr, 13 op/s 2024-09-13T14:37:58.376 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:57 smithi071 ceph-mon[112785]: osdmap e1089: 8 total, 8 up, 8 in 2024-09-13T14:37:58.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:57 smithi104 ceph-mon[105578]: pgmap v1086: 89 pgs: 89 active+clean; 232 MiB data, 879 MiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 1.1 MiB/s wr, 13 op/s 2024-09-13T14:37:58.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:57 smithi104 ceph-mon[105578]: osdmap e1089: 8 total, 8 up, 8 in 2024-09-13T14:37:59.989 INFO:teuthology.orchestra.run.smithi071.stderr:pool 'unique_pool_0' removed 2024-09-13T14:38:00.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:59 smithi071 ceph-mon[107477]: pgmap v1088: 89 pgs: 89 active+clean; 232 MiB data, 879 MiB used, 714 GiB / 715 GiB avail; 6.7 MiB/s rd, 584 KiB/s wr, 7 op/s 2024-09-13T14:38:00.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:59 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/159825362' 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-09-13T14:38:00.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:37:59 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:38:00.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:59 smithi071 ceph-mon[112785]: pgmap v1088: 89 pgs: 89 active+clean; 232 MiB data, 879 MiB used, 714 GiB / 715 GiB avail; 6.7 MiB/s rd, 584 KiB/s wr, 7 op/s 2024-09-13T14:38:00.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:59 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/159825362' 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-09-13T14:38:00.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:37:59 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:38:00.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:59 smithi104 ceph-mon[105578]: pgmap v1088: 89 pgs: 89 active+clean; 232 MiB data, 879 MiB used, 714 GiB / 715 GiB avail; 6.7 MiB/s rd, 584 KiB/s wr, 7 op/s 2024-09-13T14:38:00.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:59 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/159825362' 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-09-13T14:38:00.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:37:59 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:38:00.871 INFO:teuthology.task.sequential:In sequential, running task print... 2024-09-13T14:38:00.872 INFO:teuthology.task.print:**** done rados/snaps-few-objects 5-workload 2024-09-13T14:38:00.872 DEBUG:teuthology.parallel:result is None 2024-09-13T14:38:00.872 INFO:teuthology.run_tasks:Running task print... 2024-09-13T14:38:00.884 INFO:teuthology.task.print:**** done upgrading first half of cluster **** 2024-09-13T14:38:00.885 INFO:teuthology.run_tasks:Running task ceph.healthy... 2024-09-13T14:38:00.942 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-13T14:38:00.942 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-13T14:38:00.943 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph mgr dump --format=json 2024-09-13T14:38:01.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:38:00 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/159825362' 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-09-13T14:38:01.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:38:00 smithi071 ceph-mon[107477]: osdmap e1090: 8 total, 8 up, 8 in 2024-09-13T14:38:01.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:38:00 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/159825362' 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-09-13T14:38:01.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:38:00 smithi071 ceph-mon[112785]: osdmap e1090: 8 total, 8 up, 8 in 2024-09-13T14:38:01.143 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:38:01.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:38:00 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/159825362' 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-09-13T14:38:01.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:38:00 smithi104 ceph-mon[105578]: osdmap e1090: 8 total, 8 up, 8 in 2024-09-13T14:38:02.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:38:01 smithi071 ceph-mon[107477]: pgmap v1090: 73 pgs: 73 active+clean; 582 KiB data, 804 MiB used, 714 GiB / 715 GiB avail 2024-09-13T14:38:02.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:38:01 smithi071 ceph-mon[112785]: pgmap v1090: 73 pgs: 73 active+clean; 582 KiB data, 804 MiB used, 714 GiB / 715 GiB avail 2024-09-13T14:38:02.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:38:01 smithi104 ceph-mon[105578]: pgmap v1090: 73 pgs: 73 active+clean; 582 KiB data, 804 MiB used, 714 GiB / 715 GiB avail 2024-09-13T14:38:03.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:38:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:38:02] "GET /metrics HTTP/1.1" 200 36399 "" "Prometheus/2.51.0" 2024-09-13T14:38:03.184 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:38:03.991 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":39,"flags":0,"active_gid":25052,"active_name":"y","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6800","nonce":1386473424},{"type":"v1","addr":"172.21.15.71:6801","nonce":1386473424}]},"active_addr":"172.21.15.71:6801/1386473424","active_change":"2024-09-13T14:25:44.198264+0000","active_mgr_features":4540719139924082687,"available":true,"standbys":[{"gid":24847,"name":"x","mgr_features":4540719139924082687,"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, use commas to separate multiple","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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","read","upmap","upmap-read"],"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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","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.27.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/grafana:10.4.0","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:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:1.26.1","min":"","max":"","enum_allowed":[],"desc":"Nginx 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.7.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.2.17","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_oauth2_proxy":{"name":"container_image_oauth2_proxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/oauth2-proxy/oauth2-proxy:v7.6.0","min":"","max":"","enum_allowed":[],"desc":"oauth2-proxy 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.51.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:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB 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":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"max_requests":{"name":"max_requests","type":"int","level":"advanced","flags":0,"default_value":"500","min":"","max":"","enum_allowed":[],"desc":"Maximum number of requests to keep in memory. When new request comes in, the oldest request will be removed if the number of requests exceeds the max request number.if un-finished request is removed, error message will be logged in the ceph-mgr log.","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","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":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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, use commas to separate multiple","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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","read","upmap","upmap-read"],"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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","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.27.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/grafana:10.4.0","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:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:1.26.1","min":"","max":"","enum_allowed":[],"desc":"Nginx 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.7.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.2.17","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_oauth2_proxy":{"name":"container_image_oauth2_proxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/oauth2-proxy/oauth2-proxy:v7.6.0","min":"","max":"","enum_allowed":[],"desc":"oauth2-proxy 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.51.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:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB 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":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"max_requests":{"name":"max_requests","type":"int","level":"advanced","flags":0,"default_value":"500","min":"","max":"","enum_allowed":[],"desc":"Maximum number of requests to keep in memory. When new request comes in, the oldest request will be removed if the number of requests exceeds the max request number.if un-finished request is removed, error message will be logged in the ceph-mgr log.","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","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":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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.71:8443/","prometheus":"http://172.21.15.71: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"],"squid":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"last_failure_osd_epoch":371,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.71:0","nonce":2559961977}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.71:0","nonce":3425171029}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.71:0","nonce":3113556847}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.71:0","nonce":318894743}]}]} 2024-09-13T14:38:03.995 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-13T14:38:03.995 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-13T14:38:03.996 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-13T14:38:04.198 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:38:04.318 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:38:04 smithi071 ceph-mon[107477]: pgmap v1091: 73 pgs: 73 active+clean; 582 KiB data, 804 MiB used, 714 GiB / 715 GiB avail 2024-09-13T14:38:04.318 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:38:04 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/4046214930' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-13T14:38:04.318 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:38:04 smithi071 ceph-mon[112785]: pgmap v1091: 73 pgs: 73 active+clean; 582 KiB data, 804 MiB used, 714 GiB / 715 GiB avail 2024-09-13T14:38:04.318 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:38:04 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/4046214930' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-13T14:38:04.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:38:04 smithi104 ceph-mon[105578]: pgmap v1091: 73 pgs: 73 active+clean; 582 KiB data, 804 MiB used, 714 GiB / 715 GiB avail 2024-09-13T14:38:04.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:38:04 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/4046214930' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-13T14:38:06.157 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:38:06.157 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":1090,"fsid":"18f8172c-71da-11ef-bceb-c7b262605968","created":"2024-09-13T14:12:34.413032+0000","modified":"2024-09-13T14:37:59.978852+0000","last_up_change":"2024-09-13T14:33:48.979292+0000","last_in_change":"2024-09-13T14:17:23.160503+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":22,"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":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-13T14:15:42.013153+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,"is_stretch_pool":false,"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":"21","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":"rbd","create_time":"2024-09-13T14:18:11.086718+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,"is_stretch_pool":false,"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":"65","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":65,"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":2,"score_stable":2,"optimal_score":1,"raw_score_acting":2,"raw_score_stable":2,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":3,"pool_name":"cephfs.foo.meta","create_time":"2024-09-13T14:19:28.631258+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,"is_stretch_pool":false,"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":"70","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":"foo"}},"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":4,"pool_name":"cephfs.foo.data","create_time":"2024-09-13T14:19:28.930459+0000","flags":131073,"flags_names":"hashpspool,bulk","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,"is_stretch_pool":false,"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":"70","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":{},"application_metadata":{"cephfs":{"data":"foo"}},"read_balance":{"score_type":"Fair distribution","score_acting":2.25,"score_stable":2.25,"optimal_score":1,"raw_score_acting":2.25,"raw_score_stable":2.25,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"fd3f37eb-3ff9-4549-8e14-55ab9c6297a3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":8,"last_clean_end":734,"up_from":746,"up_thru":845,"down_at":735,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6802","nonce":3344536173},{"type":"v1","addr":"172.21.15.71:6803","nonce":3344536173}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6804","nonce":3344536173},{"type":"v1","addr":"172.21.15.71:6805","nonce":3344536173}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6808","nonce":3344536173},{"type":"v1","addr":"172.21.15.71:6809","nonce":3344536173}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6806","nonce":3344536173},{"type":"v1","addr":"172.21.15.71:6807","nonce":3344536173}]},"public_addr":"172.21.15.71:6803/3344536173","cluster_addr":"172.21.15.71:6805/3344536173","heartbeat_back_addr":"172.21.15.71:6809/3344536173","heartbeat_front_addr":"172.21.15.71:6807/3344536173","state":["exists","up"]},{"osd":1,"uuid":"b2b5fc6c-0aa1-4eed-9fcc-59816f01ba10","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":13,"last_clean_end":767,"up_from":780,"up_thru":845,"down_at":768,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6810","nonce":2439276550},{"type":"v1","addr":"172.21.15.71:6811","nonce":2439276550}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6812","nonce":2439276550},{"type":"v1","addr":"172.21.15.71:6813","nonce":2439276550}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6816","nonce":2439276550},{"type":"v1","addr":"172.21.15.71:6817","nonce":2439276550}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6814","nonce":2439276550},{"type":"v1","addr":"172.21.15.71:6815","nonce":2439276550}]},"public_addr":"172.21.15.71:6811/2439276550","cluster_addr":"172.21.15.71:6813/2439276550","heartbeat_back_addr":"172.21.15.71:6817/2439276550","heartbeat_front_addr":"172.21.15.71:6815/2439276550","state":["exists","up"]},{"osd":2,"uuid":"f9911633-19b2-4c10-bd42-bd6a5cc6a745","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":18,"last_clean_end":800,"up_from":813,"up_thru":845,"down_at":801,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6818","nonce":2746539070},{"type":"v1","addr":"172.21.15.71:6819","nonce":2746539070}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6820","nonce":2746539070},{"type":"v1","addr":"172.21.15.71:6821","nonce":2746539070}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6824","nonce":2746539070},{"type":"v1","addr":"172.21.15.71:6825","nonce":2746539070}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6822","nonce":2746539070},{"type":"v1","addr":"172.21.15.71:6823","nonce":2746539070}]},"public_addr":"172.21.15.71:6819/2746539070","cluster_addr":"172.21.15.71:6821/2746539070","heartbeat_back_addr":"172.21.15.71:6825/2746539070","heartbeat_front_addr":"172.21.15.71:6823/2746539070","state":["exists","up"]},{"osd":3,"uuid":"b6d04cea-113c-4b8b-b249-cb99a731ad2e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":25,"last_clean_end":833,"up_from":845,"up_thru":845,"down_at":834,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6826","nonce":1553051233},{"type":"v1","addr":"172.21.15.71:6827","nonce":1553051233}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6828","nonce":1553051233},{"type":"v1","addr":"172.21.15.71:6829","nonce":1553051233}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6832","nonce":1553051233},{"type":"v1","addr":"172.21.15.71:6833","nonce":1553051233}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6830","nonce":1553051233},{"type":"v1","addr":"172.21.15.71:6831","nonce":1553051233}]},"public_addr":"172.21.15.71:6827/1553051233","cluster_addr":"172.21.15.71:6829/1553051233","heartbeat_back_addr":"172.21.15.71:6833/1553051233","heartbeat_front_addr":"172.21.15.71:6831/1553051233","state":["exists","up"]},{"osd":4,"uuid":"eaa5fdfd-97b4-4d4e-8efe-138d03bc42db","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":845,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6800","nonce":2747742495},{"type":"v1","addr":"172.21.15.104:6801","nonce":2747742495}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6802","nonce":2747742495},{"type":"v1","addr":"172.21.15.104:6803","nonce":2747742495}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6806","nonce":2747742495},{"type":"v1","addr":"172.21.15.104:6807","nonce":2747742495}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6804","nonce":2747742495},{"type":"v1","addr":"172.21.15.104:6805","nonce":2747742495}]},"public_addr":"172.21.15.104:6801/2747742495","cluster_addr":"172.21.15.104:6803/2747742495","heartbeat_back_addr":"172.21.15.104:6807/2747742495","heartbeat_front_addr":"172.21.15.104:6805/2747742495","state":["exists","up"]},{"osd":5,"uuid":"327f32c8-3a34-41cd-9b28-8652bde403b8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":845,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6808","nonce":2156075125},{"type":"v1","addr":"172.21.15.104:6809","nonce":2156075125}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6810","nonce":2156075125},{"type":"v1","addr":"172.21.15.104:6811","nonce":2156075125}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6814","nonce":2156075125},{"type":"v1","addr":"172.21.15.104:6815","nonce":2156075125}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6812","nonce":2156075125},{"type":"v1","addr":"172.21.15.104:6813","nonce":2156075125}]},"public_addr":"172.21.15.104:6809/2156075125","cluster_addr":"172.21.15.104:6811/2156075125","heartbeat_back_addr":"172.21.15.104:6815/2156075125","heartbeat_front_addr":"172.21.15.104:6813/2156075125","state":["exists","up"]},{"osd":6,"uuid":"c8dc48f6-6da0-4cfc-8792-1802e110957c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":834,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6816","nonce":1475653343},{"type":"v1","addr":"172.21.15.104:6817","nonce":1475653343}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6818","nonce":1475653343},{"type":"v1","addr":"172.21.15.104:6819","nonce":1475653343}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6822","nonce":1475653343},{"type":"v1","addr":"172.21.15.104:6823","nonce":1475653343}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6820","nonce":1475653343},{"type":"v1","addr":"172.21.15.104:6821","nonce":1475653343}]},"public_addr":"172.21.15.104:6817/1475653343","cluster_addr":"172.21.15.104:6819/1475653343","heartbeat_back_addr":"172.21.15.104:6823/1475653343","heartbeat_front_addr":"172.21.15.104:6821/1475653343","state":["exists","up"]},{"osd":7,"uuid":"e5c8a041-aca0-4a18-a7ae-808831a44305","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":54,"up_thru":845,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6824","nonce":823786698},{"type":"v1","addr":"172.21.15.104:6825","nonce":823786698}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6826","nonce":823786698},{"type":"v1","addr":"172.21.15.104:6827","nonce":823786698}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6830","nonce":823786698},{"type":"v1","addr":"172.21.15.104:6831","nonce":823786698}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6828","nonce":823786698},{"type":"v1","addr":"172.21.15.104:6829","nonce":823786698}]},"public_addr":"172.21.15.104:6825/823786698","cluster_addr":"172.21.15.104:6827/823786698","heartbeat_back_addr":"172.21.15.104:6831/823786698","heartbeat_front_addr":"172.21.15.104:6829/823786698","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-13T14:14:51.235454+0000","dead_epoch":734},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-13T14:15:15.661769+0000","dead_epoch":766},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-13T14:15:39.445404+0000","dead_epoch":800},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-13T14:16:04.663298+0000","dead_epoch":833},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-13T14:16:26.742205+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-09-13T14:16:50.860887+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-09-13T14:17:14.362769+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-09-13T14:17:37.981239+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[{"pgid":"4.6","mappings":[{"from":1,"to":5}]},{"pgid":"4.b","mappings":[{"from":1,"to":2}]},{"pgid":"4.13","mappings":[{"from":1,"to":2}]}],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.71:0/1117165250":"2024-09-14T14:25:44.198063+0000","172.21.15.71:0/2875866556":"2024-09-14T14:25:44.198063+0000","172.21.15.71:0/2479738009":"2024-09-14T14:25:44.198063+0000","172.21.15.71:0/746739318":"2024-09-14T14:25:44.198063+0000","172.21.15.71:6800/1653172791":"2024-09-14T14:25:44.198063+0000","172.21.15.71:6800/264732740":"2024-09-14T14:22:34.572186+0000","172.21.15.71:6800/3448551475":"2024-09-14T14:13:06.258336+0000","172.21.15.71:0/433354922":"2024-09-14T14:22:34.572186+0000","172.21.15.104:0/1680645046":"2024-09-14T14:23:06.043542+0000","172.21.15.71:6801/1653172791":"2024-09-14T14:25:44.198063+0000","172.21.15.71:0/70220275":"2024-09-14T14:22:34.572186+0000","172.21.15.104:0/3885302818":"2024-09-14T14:23:06.043542+0000","172.21.15.71:6801/264732740":"2024-09-14T14:22:34.572186+0000","172.21.15.71:0/3698292050":"2024-09-14T14:18:09.429479+0000","172.21.15.71:0/2957393214":"2024-09-14T14:18:09.429479+0000","172.21.15.71:0/920424232":"2024-09-14T14:13:29.716958+0000","172.21.15.104:0/2700755661":"2024-09-14T14:23:06.043542+0000","172.21.15.104:6834/4267452369":"2024-09-14T14:23:06.043542+0000","172.21.15.71:0/2106557968":"2024-09-14T14:22:34.572186+0000","172.21.15.104:0/3146199134":"2024-09-14T14:23:06.043542+0000","172.21.15.71:6800/1578475249":"2024-09-14T14:18:09.429479+0000","172.21.15.71:0/1423310701":"2024-09-14T14:13:06.258336+0000","172.21.15.71:6801/3448551475":"2024-09-14T14:13:06.258336+0000","172.21.15.71:0/1970520876":"2024-09-14T14:13:06.258336+0000","172.21.15.71:6801/1578475249":"2024-09-14T14:18:09.429479+0000","172.21.15.71:0/781580":"2024-09-14T14:13:29.716958+0000","172.21.15.71:0/788315538":"2024-09-14T14:13:06.258336+0000","172.21.15.104:0/4055060788":"2024-09-14T14:23:06.043542+0000","172.21.15.104:0/1914236881":"2024-09-14T14:23:06.043542+0000","172.21.15.71:6800/1578233797":"2024-09-14T14:13:29.716958+0000","172.21.15.71:6801/1578233797":"2024-09-14T14:13:29.716958+0000","172.21.15.71:0/3436285126":"2024-09-14T14:13:29.716958+0000","172.21.15.71:0/1512142036":"2024-09-14T14:18:09.429479+0000","172.21.15.71:0/1285114295":"2024-09-14T14:18:09.429479+0000","172.21.15.104:6835/4267452369":"2024-09-14T14:23:06.043542+0000","172.21.15.71:0/1712032227":"2024-09-14T14:22:34.572186+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-09-13T14:38:06.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:38:06 smithi071 ceph-mon[112785]: pgmap v1092: 73 pgs: 73 active+clean; 582 KiB data, 683 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:06.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:38:06 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:38:06.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:38:06 smithi071 ceph-mon[107477]: pgmap v1092: 73 pgs: 73 active+clean; 582 KiB data, 683 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:06.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:38:06 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:38:06.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:38:06 smithi104 ceph-mon[105578]: pgmap v1092: 73 pgs: 73 active+clean; 582 KiB data, 683 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:06.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:38:06 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:38:06.887 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-13T14:38:06.887 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-13T14:38:07.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:38:07 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2018435457' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-13T14:38:07.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:38:07 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2018435457' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-13T14:38:07.308 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:38:07 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2018435457' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-13T14:38:07.397 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:38:08.247 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:38:08 smithi071 ceph-mon[107477]: pgmap v1093: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:08.248 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:38:08 smithi071 ceph-mon[112785]: pgmap v1093: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:08.320 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:38:08 smithi104 ceph-mon[105578]: pgmap v1093: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:09.803 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:38:09.803 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":1090,"fsid":"18f8172c-71da-11ef-bceb-c7b262605968","created":"2024-09-13T14:12:34.413032+0000","modified":"2024-09-13T14:37:59.978852+0000","last_up_change":"2024-09-13T14:33:48.979292+0000","last_in_change":"2024-09-13T14:17:23.160503+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":22,"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":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-13T14:15:42.013153+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,"is_stretch_pool":false,"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":"21","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":"rbd","create_time":"2024-09-13T14:18:11.086718+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,"is_stretch_pool":false,"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":"65","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":65,"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":2,"score_stable":2,"optimal_score":1,"raw_score_acting":2,"raw_score_stable":2,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":3,"pool_name":"cephfs.foo.meta","create_time":"2024-09-13T14:19:28.631258+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,"is_stretch_pool":false,"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":"70","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":"foo"}},"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":4,"pool_name":"cephfs.foo.data","create_time":"2024-09-13T14:19:28.930459+0000","flags":131073,"flags_names":"hashpspool,bulk","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,"is_stretch_pool":false,"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":"70","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":{},"application_metadata":{"cephfs":{"data":"foo"}},"read_balance":{"score_type":"Fair distribution","score_acting":2.25,"score_stable":2.25,"optimal_score":1,"raw_score_acting":2.25,"raw_score_stable":2.25,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"fd3f37eb-3ff9-4549-8e14-55ab9c6297a3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":8,"last_clean_end":734,"up_from":746,"up_thru":845,"down_at":735,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6802","nonce":3344536173},{"type":"v1","addr":"172.21.15.71:6803","nonce":3344536173}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6804","nonce":3344536173},{"type":"v1","addr":"172.21.15.71:6805","nonce":3344536173}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6808","nonce":3344536173},{"type":"v1","addr":"172.21.15.71:6809","nonce":3344536173}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6806","nonce":3344536173},{"type":"v1","addr":"172.21.15.71:6807","nonce":3344536173}]},"public_addr":"172.21.15.71:6803/3344536173","cluster_addr":"172.21.15.71:6805/3344536173","heartbeat_back_addr":"172.21.15.71:6809/3344536173","heartbeat_front_addr":"172.21.15.71:6807/3344536173","state":["exists","up"]},{"osd":1,"uuid":"b2b5fc6c-0aa1-4eed-9fcc-59816f01ba10","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":13,"last_clean_end":767,"up_from":780,"up_thru":845,"down_at":768,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6810","nonce":2439276550},{"type":"v1","addr":"172.21.15.71:6811","nonce":2439276550}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6812","nonce":2439276550},{"type":"v1","addr":"172.21.15.71:6813","nonce":2439276550}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6816","nonce":2439276550},{"type":"v1","addr":"172.21.15.71:6817","nonce":2439276550}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6814","nonce":2439276550},{"type":"v1","addr":"172.21.15.71:6815","nonce":2439276550}]},"public_addr":"172.21.15.71:6811/2439276550","cluster_addr":"172.21.15.71:6813/2439276550","heartbeat_back_addr":"172.21.15.71:6817/2439276550","heartbeat_front_addr":"172.21.15.71:6815/2439276550","state":["exists","up"]},{"osd":2,"uuid":"f9911633-19b2-4c10-bd42-bd6a5cc6a745","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":18,"last_clean_end":800,"up_from":813,"up_thru":845,"down_at":801,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6818","nonce":2746539070},{"type":"v1","addr":"172.21.15.71:6819","nonce":2746539070}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6820","nonce":2746539070},{"type":"v1","addr":"172.21.15.71:6821","nonce":2746539070}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6824","nonce":2746539070},{"type":"v1","addr":"172.21.15.71:6825","nonce":2746539070}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6822","nonce":2746539070},{"type":"v1","addr":"172.21.15.71:6823","nonce":2746539070}]},"public_addr":"172.21.15.71:6819/2746539070","cluster_addr":"172.21.15.71:6821/2746539070","heartbeat_back_addr":"172.21.15.71:6825/2746539070","heartbeat_front_addr":"172.21.15.71:6823/2746539070","state":["exists","up"]},{"osd":3,"uuid":"b6d04cea-113c-4b8b-b249-cb99a731ad2e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":25,"last_clean_end":833,"up_from":845,"up_thru":845,"down_at":834,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6826","nonce":1553051233},{"type":"v1","addr":"172.21.15.71:6827","nonce":1553051233}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6828","nonce":1553051233},{"type":"v1","addr":"172.21.15.71:6829","nonce":1553051233}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6832","nonce":1553051233},{"type":"v1","addr":"172.21.15.71:6833","nonce":1553051233}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6830","nonce":1553051233},{"type":"v1","addr":"172.21.15.71:6831","nonce":1553051233}]},"public_addr":"172.21.15.71:6827/1553051233","cluster_addr":"172.21.15.71:6829/1553051233","heartbeat_back_addr":"172.21.15.71:6833/1553051233","heartbeat_front_addr":"172.21.15.71:6831/1553051233","state":["exists","up"]},{"osd":4,"uuid":"eaa5fdfd-97b4-4d4e-8efe-138d03bc42db","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":845,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6800","nonce":2747742495},{"type":"v1","addr":"172.21.15.104:6801","nonce":2747742495}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6802","nonce":2747742495},{"type":"v1","addr":"172.21.15.104:6803","nonce":2747742495}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6806","nonce":2747742495},{"type":"v1","addr":"172.21.15.104:6807","nonce":2747742495}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6804","nonce":2747742495},{"type":"v1","addr":"172.21.15.104:6805","nonce":2747742495}]},"public_addr":"172.21.15.104:6801/2747742495","cluster_addr":"172.21.15.104:6803/2747742495","heartbeat_back_addr":"172.21.15.104:6807/2747742495","heartbeat_front_addr":"172.21.15.104:6805/2747742495","state":["exists","up"]},{"osd":5,"uuid":"327f32c8-3a34-41cd-9b28-8652bde403b8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":845,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6808","nonce":2156075125},{"type":"v1","addr":"172.21.15.104:6809","nonce":2156075125}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6810","nonce":2156075125},{"type":"v1","addr":"172.21.15.104:6811","nonce":2156075125}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6814","nonce":2156075125},{"type":"v1","addr":"172.21.15.104:6815","nonce":2156075125}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6812","nonce":2156075125},{"type":"v1","addr":"172.21.15.104:6813","nonce":2156075125}]},"public_addr":"172.21.15.104:6809/2156075125","cluster_addr":"172.21.15.104:6811/2156075125","heartbeat_back_addr":"172.21.15.104:6815/2156075125","heartbeat_front_addr":"172.21.15.104:6813/2156075125","state":["exists","up"]},{"osd":6,"uuid":"c8dc48f6-6da0-4cfc-8792-1802e110957c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":834,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6816","nonce":1475653343},{"type":"v1","addr":"172.21.15.104:6817","nonce":1475653343}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6818","nonce":1475653343},{"type":"v1","addr":"172.21.15.104:6819","nonce":1475653343}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6822","nonce":1475653343},{"type":"v1","addr":"172.21.15.104:6823","nonce":1475653343}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6820","nonce":1475653343},{"type":"v1","addr":"172.21.15.104:6821","nonce":1475653343}]},"public_addr":"172.21.15.104:6817/1475653343","cluster_addr":"172.21.15.104:6819/1475653343","heartbeat_back_addr":"172.21.15.104:6823/1475653343","heartbeat_front_addr":"172.21.15.104:6821/1475653343","state":["exists","up"]},{"osd":7,"uuid":"e5c8a041-aca0-4a18-a7ae-808831a44305","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":54,"up_thru":845,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6824","nonce":823786698},{"type":"v1","addr":"172.21.15.104:6825","nonce":823786698}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6826","nonce":823786698},{"type":"v1","addr":"172.21.15.104:6827","nonce":823786698}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6830","nonce":823786698},{"type":"v1","addr":"172.21.15.104:6831","nonce":823786698}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6828","nonce":823786698},{"type":"v1","addr":"172.21.15.104:6829","nonce":823786698}]},"public_addr":"172.21.15.104:6825/823786698","cluster_addr":"172.21.15.104:6827/823786698","heartbeat_back_addr":"172.21.15.104:6831/823786698","heartbeat_front_addr":"172.21.15.104:6829/823786698","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-13T14:14:51.235454+0000","dead_epoch":734},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-13T14:15:15.661769+0000","dead_epoch":766},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-13T14:15:39.445404+0000","dead_epoch":800},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-13T14:16:04.663298+0000","dead_epoch":833},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-13T14:16:26.742205+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-09-13T14:16:50.860887+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-09-13T14:17:14.362769+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-09-13T14:17:37.981239+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[{"pgid":"4.6","mappings":[{"from":1,"to":5}]},{"pgid":"4.b","mappings":[{"from":1,"to":2}]},{"pgid":"4.13","mappings":[{"from":1,"to":2}]}],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.71:0/1712032227":"2024-09-14T14:22:34.572186+0000","172.21.15.71:0/1512142036":"2024-09-14T14:18:09.429479+0000","172.21.15.71:6800/264732740":"2024-09-14T14:22:34.572186+0000","172.21.15.71:6800/3448551475":"2024-09-14T14:13:06.258336+0000","172.21.15.71:0/433354922":"2024-09-14T14:22:34.572186+0000","172.21.15.104:0/1914236881":"2024-09-14T14:23:06.043542+0000","172.21.15.104:0/4055060788":"2024-09-14T14:23:06.043542+0000","172.21.15.104:0/1680645046":"2024-09-14T14:23:06.043542+0000","172.21.15.71:6800/1653172791":"2024-09-14T14:25:44.198063+0000","172.21.15.71:0/70220275":"2024-09-14T14:22:34.572186+0000","172.21.15.71:6801/1653172791":"2024-09-14T14:25:44.198063+0000","172.21.15.104:0/3885302818":"2024-09-14T14:23:06.043542+0000","172.21.15.71:0/2957393214":"2024-09-14T14:18:09.429479+0000","172.21.15.71:0/920424232":"2024-09-14T14:13:29.716958+0000","172.21.15.104:0/2700755661":"2024-09-14T14:23:06.043542+0000","172.21.15.104:6834/4267452369":"2024-09-14T14:23:06.043542+0000","172.21.15.71:0/2106557968":"2024-09-14T14:22:34.572186+0000","172.21.15.104:0/3146199134":"2024-09-14T14:23:06.043542+0000","172.21.15.71:6800/1578475249":"2024-09-14T14:18:09.429479+0000","172.21.15.71:0/1423310701":"2024-09-14T14:13:06.258336+0000","172.21.15.71:6801/3448551475":"2024-09-14T14:13:06.258336+0000","172.21.15.71:6801/1578475249":"2024-09-14T14:18:09.429479+0000","172.21.15.71:0/1970520876":"2024-09-14T14:13:06.258336+0000","172.21.15.71:0/781580":"2024-09-14T14:13:29.716958+0000","172.21.15.71:6801/264732740":"2024-09-14T14:22:34.572186+0000","172.21.15.71:0/3698292050":"2024-09-14T14:18:09.429479+0000","172.21.15.71:0/746739318":"2024-09-14T14:25:44.198063+0000","172.21.15.71:0/788315538":"2024-09-14T14:13:06.258336+0000","172.21.15.71:0/2479738009":"2024-09-14T14:25:44.198063+0000","172.21.15.104:6835/4267452369":"2024-09-14T14:23:06.043542+0000","172.21.15.71:0/1285114295":"2024-09-14T14:18:09.429479+0000","172.21.15.71:6800/1578233797":"2024-09-14T14:13:29.716958+0000","172.21.15.71:0/2875866556":"2024-09-14T14:25:44.198063+0000","172.21.15.71:0/1117165250":"2024-09-14T14:25:44.198063+0000","172.21.15.71:6801/1578233797":"2024-09-14T14:13:29.716958+0000","172.21.15.71:0/3436285126":"2024-09-14T14:13:29.716958+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-09-13T14:38:10.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:38:10 smithi071 ceph-mon[107477]: pgmap v1094: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:10.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:38:10 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3216543004' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-13T14:38:10.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:38:10 smithi071 ceph-mon[112785]: pgmap v1094: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:10.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:38:10 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3216543004' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-13T14:38:10.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:38:10 smithi104 ceph-mon[105578]: pgmap v1094: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:10.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:38:10 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3216543004' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-13T14:38:10.657 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-09-13T14:38:10.658 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-09-13T14:38:10.658 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-09-13T14:38:10.659 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-09-13T14:38:10.659 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-09-13T14:38:10.659 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-09-13T14:38:10.660 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph tell osd.6 flush_pg_stats 2024-09-13T14:38:10.660 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph tell osd.7 flush_pg_stats 2024-09-13T14:38:11.215 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:38:11.235 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:38:11.237 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:38:11.241 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:38:11.241 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:38:11.249 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:38:11.348 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:38:11 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:38:11.348 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:38:11 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:38:11.348 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:38:11 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:38:11.348 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:38:11 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:38:11.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:38:11 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:38:11.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:38:11 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:38:12.299 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:38:12 smithi071 ceph-mon[107477]: pgmap v1095: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:12.299 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:38:12 smithi071 ceph-mon[112785]: pgmap v1095: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:12.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:38:12 smithi104 ceph-mon[105578]: pgmap v1095: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:12.889 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:38:12 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:38:12] "GET /metrics HTTP/1.1" 200 36399 "" "Prometheus/2.51.0" 2024-09-13T14:38:14.368 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:38:14 smithi071 ceph-mon[107477]: pgmap v1096: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:14.368 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:38:14 smithi071 ceph-mon[112785]: pgmap v1096: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:14.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:38:14 smithi104 ceph-mon[105578]: pgmap v1096: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:15.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:38:15 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:38:15.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:38:15 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:38:15.424 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:38:15 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:38:16.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:38:16 smithi071 ceph-mon[107477]: pgmap v1097: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:16.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:38:16 smithi071 ceph-mon[112785]: pgmap v1097: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:16.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:38:16 smithi104 ceph-mon[105578]: pgmap v1097: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:18.314 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:38:18 smithi071 ceph-mon[107477]: pgmap v1098: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:18.314 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:38:18 smithi071 ceph-mon[112785]: pgmap v1098: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:18.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:38:18 smithi104 ceph-mon[105578]: pgmap v1098: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:19.434 INFO:teuthology.orchestra.run.smithi071.stdout:197568495873 2024-09-13T14:38:19.435 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.6 2024-09-13T14:38:20.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:38:20 smithi071 ceph-mon[107477]: pgmap v1099: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:20.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:38:20 smithi071 ceph-mon[112785]: pgmap v1099: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:20.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:38:20 smithi104 ceph-mon[105578]: pgmap v1099: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:21.199 INFO:teuthology.orchestra.run.smithi071.stdout:3350074490949 2024-09-13T14:38:21.199 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-09-13T14:38:21.922 INFO:teuthology.orchestra.run.smithi071.stdout:3629247365176 2024-09-13T14:38:21.923 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-09-13T14:38:22.357 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:38:22 smithi071 ceph-mon[107477]: pgmap v1100: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:22.357 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:38:22 smithi071 ceph-mon[112785]: pgmap v1100: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:22.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:38:22 smithi104 ceph-mon[105578]: pgmap v1100: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:22.890 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:38:22 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:38:22] "GET /metrics HTTP/1.1" 200 34042 "" "Prometheus/2.51.0" 2024-09-13T14:38:23.639 INFO:teuthology.orchestra.run.smithi071.stdout:3491808411710 2024-09-13T14:38:23.640 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-09-13T14:38:24.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:38:24 smithi071 ceph-mon[107477]: pgmap v1101: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:24.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:38:24 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:38:24.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:38:24 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:38:24.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:38:24 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:38:24.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:38:24 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:38:24.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:38:24 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:38:24.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:38:24 smithi071 ceph-mon[112785]: pgmap v1101: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:24.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:38:24 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:38:24.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:38:24 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:38:24.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:38:24 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:38:24.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:38:24 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:38:24.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:38:24 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:38:24.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:38:24 smithi104 ceph-mon[105578]: pgmap v1101: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:24.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:38:24 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:38:24.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:38:24 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:38:24.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:38:24 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:38:24.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:38:24 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:38:24.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:38:24 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:38:24.759 INFO:teuthology.orchestra.run.smithi071.stdout:231928234236 2024-09-13T14:38:24.760 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.7 2024-09-13T14:38:24.984 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:38:24.989 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:38:24.989 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:38:24.994 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:38:26.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:38:26 smithi071 ceph-mon[107477]: pgmap v1102: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:26.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:38:26 smithi071 ceph-mon[112785]: pgmap v1102: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:26.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:38:26 smithi104 ceph-mon[105578]: pgmap v1102: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:26.643 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:38:26.643 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:38:26.647 INFO:teuthology.orchestra.run.smithi071.stdout:3204045602893 2024-09-13T14:38:26.648 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-09-13T14:38:28.337 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:38:28 smithi071 ceph-mon[107477]: pgmap v1103: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:28.337 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:38:28 smithi071 ceph-mon[112785]: pgmap v1103: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:28.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:38:28 smithi104 ceph-mon[105578]: pgmap v1103: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:30.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:38:30 smithi071 ceph-mon[107477]: pgmap v1104: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:30.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:38:30 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:38:30.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:38:30 smithi071 ceph-mon[112785]: pgmap v1104: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:30.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:38:30 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:38:30.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:38:30 smithi104 ceph-mon[105578]: pgmap v1104: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:30.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:38:30 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:38:30.572 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:38:32.319 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:38:32 smithi071 ceph-mon[107477]: pgmap v1105: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:32.319 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:38:32 smithi071 ceph-mon[112785]: pgmap v1105: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:32.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:38:32 smithi104 ceph-mon[105578]: pgmap v1105: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:32.851 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:38:32 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:38:32] "GET /metrics HTTP/1.1" 200 34044 "" "Prometheus/2.51.0" 2024-09-13T14:38:32.865 INFO:teuthology.orchestra.run.smithi071.stdout:197568495876 2024-09-13T14:38:33.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:38:33 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2980526097' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 6} : dispatch 2024-09-13T14:38:33.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:38:33 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2980526097' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 6} : dispatch 2024-09-13T14:38:33.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:38:33 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2980526097' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 6} : dispatch 2024-09-13T14:38:34.057 INFO:teuthology.orchestra.run.smithi071.stdout:128849019149 2024-09-13T14:38:34.057 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-09-13T14:38:34.307 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:38:34 smithi071 ceph-mon[107477]: pgmap v1106: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:34.307 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:38:34 smithi071 ceph-mon[112785]: pgmap v1106: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:34.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:38:34 smithi104 ceph-mon[105578]: pgmap v1106: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:34.802 INFO:teuthology.orchestra.run.smithi071.stdout:3350074490951 2024-09-13T14:38:35.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:38:35 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3441757837' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-13T14:38:35.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:38:35 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3441757837' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-13T14:38:35.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:38:35 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3441757837' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-13T14:38:35.770 INFO:tasks.cephadm.ceph_manager.ceph:need seq 3350074490949 got 3350074490951 for osd.1 2024-09-13T14:38:35.770 DEBUG:teuthology.parallel:result is None 2024-09-13T14:38:36.165 INFO:teuthology.orchestra.run.smithi071.stdout:3629247365179 2024-09-13T14:38:36.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:38:36 smithi071 ceph-mon[107477]: pgmap v1107: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:36.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:38:36 smithi071 ceph-mon[112785]: pgmap v1107: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:36.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:38:36 smithi104 ceph-mon[105578]: pgmap v1107: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:36.572 INFO:tasks.cephadm.ceph_manager.ceph:need seq 197568495873 got 197568495876 for osd.6 2024-09-13T14:38:36.572 DEBUG:teuthology.parallel:result is None 2024-09-13T14:38:37.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:38:37 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/556534871' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-13T14:38:37.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:38:37 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/556534871' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-13T14:38:37.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:38:37 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/556534871' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-13T14:38:37.853 INFO:tasks.cephadm.ceph_manager.ceph:need seq 3629247365176 got 3629247365179 for osd.3 2024-09-13T14:38:37.853 DEBUG:teuthology.parallel:result is None 2024-09-13T14:38:38.083 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:38:38 smithi071 ceph-mon[107477]: pgmap v1108: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:38.083 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:38:38 smithi071 ceph-mon[112785]: pgmap v1108: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:38.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:38:38 smithi104 ceph-mon[105578]: pgmap v1108: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:38.689 INFO:teuthology.orchestra.run.smithi071.stdout:231928234239 2024-09-13T14:38:38.791 INFO:teuthology.orchestra.run.smithi071.stdout:3491808411714 2024-09-13T14:38:39.322 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:38:39 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3890182337' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 7} : dispatch 2024-09-13T14:38:39.322 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:38:39 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1953684151' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-13T14:38:39.322 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:38:39 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3890182337' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 7} : dispatch 2024-09-13T14:38:39.322 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:38:39 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1953684151' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-13T14:38:39.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:38:39 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3890182337' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 7} : dispatch 2024-09-13T14:38:39.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:38:39 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1953684151' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-13T14:38:39.595 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:38:40.299 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:38:40 smithi071 ceph-mon[107477]: pgmap v1109: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:40.299 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:38:40 smithi071 ceph-mon[112785]: pgmap v1109: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:40.323 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:38:40 smithi104 ceph-mon[105578]: pgmap v1109: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:40.325 INFO:tasks.cephadm.ceph_manager.ceph:need seq 231928234236 got 231928234239 for osd.7 2024-09-13T14:38:40.326 DEBUG:teuthology.parallel:result is None 2024-09-13T14:38:41.719 INFO:teuthology.orchestra.run.smithi071.stdout:163208757513 2024-09-13T14:38:41.719 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-09-13T14:38:42.002 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:38:42.023 INFO:tasks.cephadm.ceph_manager.ceph:need seq 3491808411710 got 3491808411714 for osd.2 2024-09-13T14:38:42.024 DEBUG:teuthology.parallel:result is None 2024-09-13T14:38:42.251 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:38:42 smithi071 ceph-mon[107477]: pgmap v1110: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:42.251 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:38:42 smithi071 ceph-mon[112785]: pgmap v1110: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:42.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:38:42 smithi104 ceph-mon[105578]: pgmap v1110: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:42.890 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:38:42 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:38:42] "GET /metrics HTTP/1.1" 200 34044 "" "Prometheus/2.51.0" 2024-09-13T14:38:43.189 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:38:43.354 INFO:teuthology.orchestra.run.smithi071.stdout:3204045602896 2024-09-13T14:38:44.188 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:38:44 smithi071 ceph-mon[107477]: pgmap v1111: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:44.188 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:38:44 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3002338455' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-13T14:38:44.189 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:38:44 smithi071 ceph-mon[112785]: pgmap v1111: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:44.189 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:38:44 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3002338455' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-13T14:38:44.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:38:44 smithi104 ceph-mon[105578]: pgmap v1111: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:44.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:38:44 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3002338455' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-13T14:38:44.461 INFO:teuthology.orchestra.run.smithi071.stdout:128849019151 2024-09-13T14:38:45.198 INFO:tasks.cephadm.ceph_manager.ceph:need seq 3204045602893 got 3204045602896 for osd.0 2024-09-13T14:38:45.198 DEBUG:teuthology.parallel:result is None 2024-09-13T14:38:45.337 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:38:45 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3427146411' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-13T14:38:45.337 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:38:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:38:45.337 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:38:45 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3427146411' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-13T14:38:45.337 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:38:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:38:45.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:38:45 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3427146411' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-13T14:38:45.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:38:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:38:46.090 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849019149 got 128849019151 for osd.4 2024-09-13T14:38:46.090 DEBUG:teuthology.parallel:result is None 2024-09-13T14:38:46.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:38:46 smithi071 ceph-mon[107477]: pgmap v1112: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:46.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:38:46 smithi071 ceph-mon[112785]: pgmap v1112: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:46.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:38:46 smithi104 ceph-mon[105578]: pgmap v1112: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:47.134 INFO:teuthology.orchestra.run.smithi071.stdout:163208757515 2024-09-13T14:38:47.764 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757513 got 163208757515 for osd.5 2024-09-13T14:38:47.765 DEBUG:teuthology.parallel:result is None 2024-09-13T14:38:47.765 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-13T14:38:47.765 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-13T14:38:47.962 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:38:48.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:38:48 smithi071 ceph-mon[107477]: pgmap v1113: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:48.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:38:48 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/796743544' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-13T14:38:48.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:38:48 smithi071 ceph-mon[112785]: pgmap v1113: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:48.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:38:48 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/796743544' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-13T14:38:48.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:38:48 smithi104 ceph-mon[105578]: pgmap v1113: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:48.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:38:48 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/796743544' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-13T14:38:49.999 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:38:50.000 INFO:teuthology.orchestra.run.smithi071.stderr:dumped all 2024-09-13T14:38:50.307 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:38:50 smithi071 ceph-mon[107477]: pgmap v1114: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:50.307 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:38:50 smithi071 ceph-mon[112785]: pgmap v1114: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:50.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:38:50 smithi104 ceph-mon[105578]: pgmap v1114: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:50.631 INFO:teuthology.orchestra.run.smithi071.stdout:{"pg_ready":true,"pg_map":{"version":1114,"stamp":"2024-09-13T14:38:48.393408+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":595941,"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":392,"num_read_kb":834,"num_write":279,"num_write_kb":2449,"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":208,"ondisk_log_size":208,"up":219,"acting":219,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":219,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":8,"kb":749961216,"kb_used":475836,"kb_used_data":80024,"kb_used_omap":189,"kb_used_meta":395522,"kb_avail":749485380,"statfs":{"total":767960285184,"available":767473029120,"internally_reserved":0,"allocated":81944576,"data_stored":58133215,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":193988,"internal_metadata":405015100},"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.002669"},"pg_stats":[{"pgid":"4.14","version":"0'0","reported_seq":1256,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.449377+0000","last_change":"2024-09-13T14:33:50.008770+0000","last_active":"2024-09-13T14:38:01.449377+0000","last_peered":"2024-09-13T14:38:01.449377+0000","last_clean":"2024-09-13T14:38:01.449377+0000","last_became_active":"2024-09-13T14:33:50.008458+0000","last_became_peered":"2024-09-13T14:33:50.008458+0000","last_unstale":"2024-09-13T14:38:01.449377+0000","last_undegraded":"2024-09-13T14:38:01.449377+0000","last_fullsized":"2024-09-13T14:38:01.449377+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:37:03.820546+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.13","version":"70'2","reported_seq":1016,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.445950+0000","last_change":"2024-09-13T14:33:17.924359+0000","last_active":"2024-09-13T14:38:01.445950+0000","last_peered":"2024-09-13T14:38:01.445950+0000","last_clean":"2024-09-13T14:38:01.445950+0000","last_became_active":"2024-09-13T14:33:17.923983+0000","last_became_peered":"2024-09-13T14:33:17.923983+0000","last_unstale":"2024-09-13T14:38:01.445950+0000","last_undegraded":"2024-09-13T14:38:01.445950+0000","last_fullsized":"2024-09-13T14:38:01.445950+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T19:42:27.641362+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":[7,4,2],"acting":[7,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.15","version":"0'0","reported_seq":1024,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:37:59.992917+0000","last_change":"2024-09-13T14:33:50.017856+0000","last_active":"2024-09-13T14:37:59.992917+0000","last_peered":"2024-09-13T14:37:59.992917+0000","last_clean":"2024-09-13T14:37:59.992917+0000","last_became_active":"2024-09-13T14:33:50.017494+0000","last_became_peered":"2024-09-13T14:33:50.017494+0000","last_unstale":"2024-09-13T14:37:59.992917+0000","last_undegraded":"2024-09-13T14:37:59.992917+0000","last_fullsized":"2024-09-13T14:37:59.992917+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:43:09.303887+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[5,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.12","version":"0'0","reported_seq":1354,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.447038+0000","last_change":"2024-09-13T14:33:50.008169+0000","last_active":"2024-09-13T14:38:01.447038+0000","last_peered":"2024-09-13T14:38:01.447038+0000","last_clean":"2024-09-13T14:38:01.447038+0000","last_became_active":"2024-09-13T14:33:50.007859+0000","last_became_peered":"2024-09-13T14:33:50.007859+0000","last_unstale":"2024-09-13T14:38:01.447038+0000","last_undegraded":"2024-09-13T14:38:01.447038+0000","last_fullsized":"2024-09-13T14:38:01.447038+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:07:59.877822+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.16","version":"0'0","reported_seq":1353,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.446193+0000","last_change":"2024-09-13T14:33:50.012976+0000","last_active":"2024-09-13T14:38:01.446193+0000","last_peered":"2024-09-13T14:38:01.446193+0000","last_clean":"2024-09-13T14:38:01.446193+0000","last_became_active":"2024-09-13T14:33:50.011994+0000","last_became_peered":"2024-09-13T14:33:50.011994+0000","last_unstale":"2024-09-13T14:38:01.446193+0000","last_undegraded":"2024-09-13T14:38:01.446193+0000","last_fullsized":"2024-09-13T14:38:01.446193+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:48:05.572330+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[0,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.11","version":"0'0","reported_seq":999,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.446341+0000","last_change":"2024-09-13T14:19:29.703360+0000","last_active":"2024-09-13T14:38:01.446341+0000","last_peered":"2024-09-13T14:38:01.446341+0000","last_clean":"2024-09-13T14:38:01.446341+0000","last_became_active":"2024-09-13T14:19:29.703116+0000","last_became_peered":"2024-09-13T14:19:29.703116+0000","last_unstale":"2024-09-13T14:38:01.446341+0000","last_undegraded":"2024-09-13T14:38:01.446341+0000","last_fullsized":"2024-09-13T14:38:01.446341+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:25:26.688209+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.17","version":"0'0","reported_seq":1256,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.449031+0000","last_change":"2024-09-13T14:33:50.010343+0000","last_active":"2024-09-13T14:38:01.449031+0000","last_peered":"2024-09-13T14:38:01.449031+0000","last_clean":"2024-09-13T14:38:01.449031+0000","last_became_active":"2024-09-13T14:33:50.010010+0000","last_became_peered":"2024-09-13T14:33:50.010010+0000","last_unstale":"2024-09-13T14:38:01.449031+0000","last_undegraded":"2024-09-13T14:38:01.449031+0000","last_fullsized":"2024-09-13T14:38:01.449031+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:27:22.130039+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[3,7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.10","version":"70'8","reported_seq":1020,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.445853+0000","last_change":"2024-09-13T14:32:10.923132+0000","last_active":"2024-09-13T14:38:01.445853+0000","last_peered":"2024-09-13T14:38:01.445853+0000","last_clean":"2024-09-13T14:38:01.445853+0000","last_became_active":"2024-09-13T14:32:10.922710+0000","last_became_peered":"2024-09-13T14:32:10.922710+0000","last_unstale":"2024-09-13T14:38:01.445853+0000","last_undegraded":"2024-09-13T14:38:01.445853+0000","last_fullsized":"2024-09-13T14:38:01.445853+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T19:47:11.104439+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":[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.f","version":"70'1","reported_seq":1015,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:58.232194+0000","last_change":"2024-09-13T14:32:10.925838+0000","last_active":"2024-09-13T14:37:58.232194+0000","last_peered":"2024-09-13T14:37:58.232194+0000","last_clean":"2024-09-13T14:37:58.232194+0000","last_became_active":"2024-09-13T14:32:10.925469+0000","last_became_peered":"2024-09-13T14:32:10.925469+0000","last_unstale":"2024-09-13T14:37:58.232194+0000","last_undegraded":"2024-09-13T14:37:58.232194+0000","last_fullsized":"2024-09-13T14:37:58.232194+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T17:37:11.282892+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":[7,4,0],"acting":[7,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.8","version":"0'0","reported_seq":1009,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:58.078128+0000","last_change":"2024-09-13T14:19:29.737140+0000","last_active":"2024-09-13T14:37:58.078128+0000","last_peered":"2024-09-13T14:37:58.078128+0000","last_clean":"2024-09-13T14:37:58.078128+0000","last_became_active":"2024-09-13T14:19:29.736847+0000","last_became_peered":"2024-09-13T14:19:29.736847+0000","last_unstale":"2024-09-13T14:37:58.078128+0000","last_undegraded":"2024-09-13T14:37:58.078128+0000","last_fullsized":"2024-09-13T14:37:58.078128+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:38:08.956564+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.e","version":"70'2","reported_seq":1016,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:58.232121+0000","last_change":"2024-09-13T14:32:44.955178+0000","last_active":"2024-09-13T14:37:58.232121+0000","last_peered":"2024-09-13T14:37:58.232121+0000","last_clean":"2024-09-13T14:37:58.232121+0000","last_became_active":"2024-09-13T14:32:44.954792+0000","last_became_peered":"2024-09-13T14:32:44.954792+0000","last_unstale":"2024-09-13T14:37:58.232121+0000","last_undegraded":"2024-09-13T14:37:58.232121+0000","last_fullsized":"2024-09-13T14:37:58.232121+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T19:15:55.869971+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,4,1],"acting":[7,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.9","version":"0'0","reported_seq":1052,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:57.970344+0000","last_change":"2024-09-13T14:33:50.009790+0000","last_active":"2024-09-13T14:37:57.970344+0000","last_peered":"2024-09-13T14:37:57.970344+0000","last_clean":"2024-09-13T14:37:57.970344+0000","last_became_active":"2024-09-13T14:33:50.009577+0000","last_became_peered":"2024-09-13T14:33:50.009577+0000","last_unstale":"2024-09-13T14:37:57.970344+0000","last_undegraded":"2024-09-13T14:37:57.970344+0000","last_fullsized":"2024-09-13T14:37:57.970344+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:24:54.799730+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.d","version":"70'1","reported_seq":1000,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:58.232189+0000","last_change":"2024-09-13T14:19:29.702716+0000","last_active":"2024-09-13T14:37:58.232189+0000","last_peered":"2024-09-13T14:37:58.232189+0000","last_clean":"2024-09-13T14:37:58.232189+0000","last_became_active":"2024-09-13T14:19:29.702205+0000","last_became_peered":"2024-09-13T14:19:29.702205+0000","last_unstale":"2024-09-13T14:37:58.232189+0000","last_undegraded":"2024-09-13T14:37:58.232189+0000","last_fullsized":"2024-09-13T14:37:58.232189+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T22:09:38.318232+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":[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.a","version":"0'0","reported_seq":1011,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:58.720401+0000","last_change":"2024-09-13T14:32:44.958584+0000","last_active":"2024-09-13T14:37:58.720401+0000","last_peered":"2024-09-13T14:37:58.720401+0000","last_clean":"2024-09-13T14:37:58.720401+0000","last_became_active":"2024-09-13T14:32:44.957835+0000","last_became_peered":"2024-09-13T14:32:44.957835+0000","last_unstale":"2024-09-13T14:37:58.720401+0000","last_undegraded":"2024-09-13T14:37:58.720401+0000","last_fullsized":"2024-09-13T14:37:58.720401+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:37:09.087325+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1,7],"acting":[6,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.c","version":"0'0","reported_seq":1025,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:58.078442+0000","last_change":"2024-09-13T14:33:50.012948+0000","last_active":"2024-09-13T14:37:58.078442+0000","last_peered":"2024-09-13T14:37:58.078442+0000","last_clean":"2024-09-13T14:37:58.078442+0000","last_became_active":"2024-09-13T14:33:50.012635+0000","last_became_peered":"2024-09-13T14:33:50.012635+0000","last_unstale":"2024-09-13T14:37:58.078442+0000","last_undegraded":"2024-09-13T14:37:58.078442+0000","last_fullsized":"2024-09-13T14:37:58.078442+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:11:13.396587+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.b","version":"0'0","reported_seq":1366,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.446924+0000","last_change":"2024-09-13T14:33:17.924064+0000","last_active":"2024-09-13T14:38:01.446924+0000","last_peered":"2024-09-13T14:38:01.446924+0000","last_clean":"2024-09-13T14:38:01.446924+0000","last_became_active":"2024-09-13T14:33:17.923735+0000","last_became_peered":"2024-09-13T14:33:17.923735+0000","last_unstale":"2024-09-13T14:38:01.446924+0000","last_undegraded":"2024-09-13T14:38:01.446924+0000","last_fullsized":"2024-09-13T14:38:01.446924+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:22:09.908057+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[0,2,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.b","version":"70'2","reported_seq":1267,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.447741+0000","last_change":"2024-09-13T14:33:50.002458+0000","last_active":"2024-09-13T14:38:01.447741+0000","last_peered":"2024-09-13T14:38:01.447741+0000","last_clean":"2024-09-13T14:38:01.447741+0000","last_became_active":"2024-09-13T14:33:50.000932+0000","last_became_peered":"2024-09-13T14:33:50.000932+0000","last_unstale":"2024-09-13T14:38:01.447741+0000","last_undegraded":"2024-09-13T14:38:01.447741+0000","last_fullsized":"2024-09-13T14:38:01.447741+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T16:10:41.510838+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":[3,0,4],"acting":[3,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.c","version":"0'0","reported_seq":1037,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:57.970624+0000","last_change":"2024-09-13T14:33:50.001045+0000","last_active":"2024-09-13T14:37:57.970624+0000","last_peered":"2024-09-13T14:37:57.970624+0000","last_clean":"2024-09-13T14:37:57.970624+0000","last_became_active":"2024-09-13T14:33:50.000727+0000","last_became_peered":"2024-09-13T14:33:50.000727+0000","last_unstale":"2024-09-13T14:37:57.970624+0000","last_undegraded":"2024-09-13T14:37:57.970624+0000","last_fullsized":"2024-09-13T14:37:57.970624+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:04:17.630105+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[4,3,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.a","version":"0'0","reported_seq":1012,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:58.720598+0000","last_change":"2024-09-13T14:32:44.958399+0000","last_active":"2024-09-13T14:37:58.720598+0000","last_peered":"2024-09-13T14:37:58.720598+0000","last_clean":"2024-09-13T14:37:58.720598+0000","last_became_active":"2024-09-13T14:32:44.957143+0000","last_became_peered":"2024-09-13T14:32:44.957143+0000","last_unstale":"2024-09-13T14:37:58.720598+0000","last_undegraded":"2024-09-13T14:37:58.720598+0000","last_fullsized":"2024-09-13T14:37:58.720598+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:38:34.798967+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.d","version":"0'0","reported_seq":1052,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:57.970884+0000","last_change":"2024-09-13T14:33:17.924971+0000","last_active":"2024-09-13T14:37:57.970884+0000","last_peered":"2024-09-13T14:37:57.970884+0000","last_clean":"2024-09-13T14:37:57.970884+0000","last_became_active":"2024-09-13T14:33:17.924648+0000","last_became_peered":"2024-09-13T14:33:17.924648+0000","last_unstale":"2024-09-13T14:37:57.970884+0000","last_undegraded":"2024-09-13T14:37:57.970884+0000","last_fullsized":"2024-09-13T14:37:57.970884+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:45:08.239283+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,1],"acting":[4,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.9","version":"0'0","reported_seq":1038,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:57.970728+0000","last_change":"2024-09-13T14:33:17.926775+0000","last_active":"2024-09-13T14:37:57.970728+0000","last_peered":"2024-09-13T14:37:57.970728+0000","last_clean":"2024-09-13T14:37:57.970728+0000","last_became_active":"2024-09-13T14:33:17.926188+0000","last_became_peered":"2024-09-13T14:33:17.926188+0000","last_unstale":"2024-09-13T14:37:57.970728+0000","last_undegraded":"2024-09-13T14:37:57.970728+0000","last_fullsized":"2024-09-13T14:37:57.970728+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:03:12.922468+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,7],"acting":[4,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.e","version":"0'0","reported_seq":1037,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:57.971067+0000","last_change":"2024-09-13T14:32:44.957195+0000","last_active":"2024-09-13T14:37:57.971067+0000","last_peered":"2024-09-13T14:37:57.971067+0000","last_clean":"2024-09-13T14:37:57.971067+0000","last_became_active":"2024-09-13T14:32:44.956868+0000","last_became_peered":"2024-09-13T14:32:44.956868+0000","last_unstale":"2024-09-13T14:37:57.971067+0000","last_undegraded":"2024-09-13T14:37:57.971067+0000","last_fullsized":"2024-09-13T14:37:57.971067+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:42:34.097129+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.8","version":"0'0","reported_seq":1258,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.449189+0000","last_change":"2024-09-13T14:33:50.016175+0000","last_active":"2024-09-13T14:38:01.449189+0000","last_peered":"2024-09-13T14:38:01.449189+0000","last_clean":"2024-09-13T14:38:01.449189+0000","last_became_active":"2024-09-13T14:33:50.015292+0000","last_became_peered":"2024-09-13T14:33:50.015292+0000","last_unstale":"2024-09-13T14:38:01.449189+0000","last_undegraded":"2024-09-13T14:38:01.449189+0000","last_fullsized":"2024-09-13T14:38:01.449189+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:51:12.143000+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.f","version":"0'0","reported_seq":1319,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.447534+0000","last_change":"2024-09-13T14:33:50.013628+0000","last_active":"2024-09-13T14:38:01.447534+0000","last_peered":"2024-09-13T14:38:01.447534+0000","last_clean":"2024-09-13T14:38:01.447534+0000","last_became_active":"2024-09-13T14:33:50.013363+0000","last_became_peered":"2024-09-13T14:33:50.013363+0000","last_unstale":"2024-09-13T14:38:01.447534+0000","last_undegraded":"2024-09-13T14:38:01.447534+0000","last_fullsized":"2024-09-13T14:38:01.447534+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:02:52.023431+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.0","version":"373'149","reported_seq":1345,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:58.231161+0000","last_change":"2024-09-13T14:32:10.924871+0000","last_active":"2024-09-13T14:37:58.231161+0000","last_peered":"2024-09-13T14:37:58.231161+0000","last_clean":"2024-09-13T14:37:58.231161+0000","last_became_active":"2024-09-13T14:32:10.924500+0000","last_became_peered":"2024-09-13T14:32:10.924500+0000","last_unstale":"2024-09-13T14:37:58.231161+0000","last_undegraded":"2024-09-13T14:37:58.231161+0000","last_fullsized":"2024-09-13T14:37:58.231161+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:15:42.548303+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:21:02.828762+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":392,"num_read_kb":834,"num_write":215,"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":"63'1","reported_seq":1039,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:58.078369+0000","last_change":"2024-09-13T14:33:17.925155+0000","last_active":"2024-09-13T14:37:58.078369+0000","last_peered":"2024-09-13T14:37:58.078369+0000","last_clean":"2024-09-13T14:37:58.078369+0000","last_became_active":"2024-09-13T14:33:17.924828+0000","last_became_peered":"2024-09-13T14:33:17.924828+0000","last_unstale":"2024-09-13T14:37:58.078369+0000","last_undegraded":"2024-09-13T14:37:58.078369+0000","last_fullsized":"2024-09-13T14:37:58.078369+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-14T16:07:59.858659+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029038399999999998,"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":[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":1229,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.448771+0000","last_change":"2024-09-13T14:33:50.013100+0000","last_active":"2024-09-13T14:38:01.448771+0000","last_peered":"2024-09-13T14:38:01.448771+0000","last_clean":"2024-09-13T14:38:01.448771+0000","last_became_active":"2024-09-13T14:33:50.012820+0000","last_became_peered":"2024-09-13T14:33:50.012820+0000","last_unstale":"2024-09-13T14:38:01.448771+0000","last_undegraded":"2024-09-13T14:38:01.448771+0000","last_fullsized":"2024-09-13T14:38:01.448771+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:49:13.320472+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.5","version":"0'0","reported_seq":997,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.446396+0000","last_change":"2024-09-13T14:19:29.739160+0000","last_active":"2024-09-13T14:38:01.446396+0000","last_peered":"2024-09-13T14:38:01.446396+0000","last_clean":"2024-09-13T14:38:01.446396+0000","last_became_active":"2024-09-13T14:19:29.738892+0000","last_became_peered":"2024-09-13T14:19:29.738892+0000","last_unstale":"2024-09-13T14:38:01.446396+0000","last_undegraded":"2024-09-13T14:38:01.446396+0000","last_fullsized":"2024-09-13T14:38:01.446396+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:04:33.496723+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.0","version":"0'0","reported_seq":1043,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.445633+0000","last_change":"2024-09-13T14:32:44.959494+0000","last_active":"2024-09-13T14:38:01.445633+0000","last_peered":"2024-09-13T14:38:01.445633+0000","last_clean":"2024-09-13T14:38:01.445633+0000","last_became_active":"2024-09-13T14:32:44.959144+0000","last_became_peered":"2024-09-13T14:32:44.959144+0000","last_unstale":"2024-09-13T14:38:01.445633+0000","last_undegraded":"2024-09-13T14:38:01.445633+0000","last_fullsized":"2024-09-13T14:38:01.445633+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:16:38.736104+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000322109,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":1355,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.445749+0000","last_change":"2024-09-13T14:33:50.004411+0000","last_active":"2024-09-13T14:38:01.445749+0000","last_peered":"2024-09-13T14:38:01.445749+0000","last_clean":"2024-09-13T14:38:01.445749+0000","last_became_active":"2024-09-13T14:33:50.004158+0000","last_became_peered":"2024-09-13T14:33:50.004158+0000","last_unstale":"2024-09-13T14:38:01.445749+0000","last_undegraded":"2024-09-13T14:38:01.445749+0000","last_fullsized":"2024-09-13T14:38:01.445749+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:08:38.376285+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.6","version":"0'0","reported_seq":1367,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.446066+0000","last_change":"2024-09-13T14:33:17.927377+0000","last_active":"2024-09-13T14:38:01.446066+0000","last_peered":"2024-09-13T14:38:01.446066+0000","last_clean":"2024-09-13T14:38:01.446066+0000","last_became_active":"2024-09-13T14:33:17.926642+0000","last_became_peered":"2024-09-13T14:33:17.926642+0000","last_unstale":"2024-09-13T14:38:01.446066+0000","last_undegraded":"2024-09-13T14:38:01.446066+0000","last_fullsized":"2024-09-13T14:38:01.446066+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:56:30.839736+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.1","version":"0'0","reported_seq":1314,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.445509+0000","last_change":"2024-09-13T14:33:50.003564+0000","last_active":"2024-09-13T14:38:01.445509+0000","last_peered":"2024-09-13T14:38:01.445509+0000","last_clean":"2024-09-13T14:38:01.445509+0000","last_became_active":"2024-09-13T14:33:50.003277+0000","last_became_peered":"2024-09-13T14:33:50.003277+0000","last_unstale":"2024-09-13T14:38:01.445509+0000","last_undegraded":"2024-09-13T14:38:01.445509+0000","last_fullsized":"2024-09-13T14:38:01.445509+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:56:13.675399+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00030931399999999999,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":1321,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.446693+0000","last_change":"2024-09-13T14:33:17.920978+0000","last_active":"2024-09-13T14:38:01.446693+0000","last_peered":"2024-09-13T14:38:01.446693+0000","last_clean":"2024-09-13T14:38:01.446693+0000","last_became_active":"2024-09-13T14:33:17.920696+0000","last_became_peered":"2024-09-13T14:33:17.920696+0000","last_unstale":"2024-09-13T14:38:01.446693+0000","last_undegraded":"2024-09-13T14:38:01.446693+0000","last_fullsized":"2024-09-13T14:38:01.446693+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:12:56.325230+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.7","version":"0'0","reported_seq":1303,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.447335+0000","last_change":"2024-09-13T14:32:44.964975+0000","last_active":"2024-09-13T14:38:01.447335+0000","last_peered":"2024-09-13T14:38:01.447335+0000","last_clean":"2024-09-13T14:38:01.447335+0000","last_became_active":"2024-09-13T14:32:44.963031+0000","last_became_peered":"2024-09-13T14:32:44.963031+0000","last_unstale":"2024-09-13T14:38:01.447335+0000","last_undegraded":"2024-09-13T14:38:01.447335+0000","last_fullsized":"2024-09-13T14:38:01.447335+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:15:43.709469+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.2","version":"65'2","reported_seq":1040,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:58.078297+0000","last_change":"2024-09-13T14:32:44.954354+0000","last_active":"2024-09-13T14:37:58.078297+0000","last_peered":"2024-09-13T14:37:58.078297+0000","last_clean":"2024-09-13T14:37:58.078297+0000","last_became_active":"2024-09-13T14:32:44.953937+0000","last_became_peered":"2024-09-13T14:32:44.953937+0000","last_unstale":"2024-09-13T14:37:58.078297+0000","last_undegraded":"2024-09-13T14:37:58.078297+0000","last_fullsized":"2024-09-13T14:37:58.078297+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-14T22:00:15.492952+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00094368000000000002,"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":[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":1039,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:37:59.994339+0000","last_change":"2024-09-13T14:32:10.926314+0000","last_active":"2024-09-13T14:37:59.994339+0000","last_peered":"2024-09-13T14:37:59.994339+0000","last_clean":"2024-09-13T14:37:59.994339+0000","last_became_active":"2024-09-13T14:32:10.925869+0000","last_became_peered":"2024-09-13T14:32:10.925869+0000","last_unstale":"2024-09-13T14:37:59.994339+0000","last_undegraded":"2024-09-13T14:37:59.994339+0000","last_fullsized":"2024-09-13T14:37:59.994339+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:38:58.957447+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.4","version":"0'0","reported_seq":1331,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.447224+0000","last_change":"2024-09-13T14:33:50.013264+0000","last_active":"2024-09-13T14:38:01.447224+0000","last_peered":"2024-09-13T14:38:01.447224+0000","last_clean":"2024-09-13T14:38:01.447224+0000","last_became_active":"2024-09-13T14:33:50.012639+0000","last_became_peered":"2024-09-13T14:33:50.012639+0000","last_unstale":"2024-09-13T14:38:01.447224+0000","last_undegraded":"2024-09-13T14:38:01.447224+0000","last_fullsized":"2024-09-13T14:38:01.447224+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:30:52.561938+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.5","version":"0'0","reported_seq":1041,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:37:59.993705+0000","last_change":"2024-09-13T14:33:50.017811+0000","last_active":"2024-09-13T14:37:59.993705+0000","last_peered":"2024-09-13T14:37:59.993705+0000","last_clean":"2024-09-13T14:37:59.993705+0000","last_became_active":"2024-09-13T14:33:50.017485+0000","last_became_peered":"2024-09-13T14:33:50.017485+0000","last_unstale":"2024-09-13T14:37:59.993705+0000","last_undegraded":"2024-09-13T14:37:59.993705+0000","last_fullsized":"2024-09-13T14:37:59.993705+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:26:37.812712+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.4","version":"0'0","reported_seq":1317,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.447395+0000","last_change":"2024-09-13T14:32:44.965574+0000","last_active":"2024-09-13T14:38:01.447395+0000","last_peered":"2024-09-13T14:38:01.447395+0000","last_clean":"2024-09-13T14:38:01.447395+0000","last_became_active":"2024-09-13T14:32:44.963233+0000","last_became_peered":"2024-09-13T14:32:44.963233+0000","last_unstale":"2024-09-13T14:38:01.447395+0000","last_undegraded":"2024-09-13T14:38:01.447395+0000","last_fullsized":"2024-09-13T14:38:01.447395+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:40:28.561059+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00031535100000000001,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.2","version":"0'0","reported_seq":1309,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.446899+0000","last_change":"2024-09-13T14:32:44.952766+0000","last_active":"2024-09-13T14:38:01.446899+0000","last_peered":"2024-09-13T14:38:01.446899+0000","last_clean":"2024-09-13T14:38:01.446899+0000","last_became_active":"2024-09-13T14:32:44.952468+0000","last_became_peered":"2024-09-13T14:32:44.952468+0000","last_unstale":"2024-09-13T14:38:01.446899+0000","last_undegraded":"2024-09-13T14:38:01.446899+0000","last_fullsized":"2024-09-13T14:38:01.446899+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:27:19.239636+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.4","version":"0'0","reported_seq":1320,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.447307+0000","last_change":"2024-09-13T14:33:17.922486+0000","last_active":"2024-09-13T14:38:01.447307+0000","last_peered":"2024-09-13T14:38:01.447307+0000","last_clean":"2024-09-13T14:38:01.447307+0000","last_became_active":"2024-09-13T14:33:17.922130+0000","last_became_peered":"2024-09-13T14:33:17.922130+0000","last_unstale":"2024-09-13T14:38:01.447307+0000","last_undegraded":"2024-09-13T14:38:01.447307+0000","last_fullsized":"2024-09-13T14:38:01.447307+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:51:55.783052+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.5","version":"0'0","reported_seq":1027,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:58.232209+0000","last_change":"2024-09-13T14:32:10.925170+0000","last_active":"2024-09-13T14:37:58.232209+0000","last_peered":"2024-09-13T14:37:58.232209+0000","last_clean":"2024-09-13T14:37:58.232209+0000","last_became_active":"2024-09-13T14:32:10.924864+0000","last_became_peered":"2024-09-13T14:32:10.924864+0000","last_unstale":"2024-09-13T14:37:58.232209+0000","last_undegraded":"2024-09-13T14:37:58.232209+0000","last_fullsized":"2024-09-13T14:37:58.232209+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:23:13.266436+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000327091,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.3","version":"0'0","reported_seq":1343,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.447688+0000","last_change":"2024-09-13T14:32:10.935933+0000","last_active":"2024-09-13T14:38:01.447688+0000","last_peered":"2024-09-13T14:38:01.447688+0000","last_clean":"2024-09-13T14:38:01.447688+0000","last_became_active":"2024-09-13T14:32:10.935486+0000","last_became_peered":"2024-09-13T14:32:10.935486+0000","last_unstale":"2024-09-13T14:38:01.447688+0000","last_undegraded":"2024-09-13T14:38:01.447688+0000","last_fullsized":"2024-09-13T14:38:01.447688+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:49:31.318318+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.7","version":"70'2","reported_seq":1267,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.449246+0000","last_change":"2024-09-13T14:33:50.007531+0000","last_active":"2024-09-13T14:38:01.449246+0000","last_peered":"2024-09-13T14:38:01.449246+0000","last_clean":"2024-09-13T14:38:01.449246+0000","last_became_active":"2024-09-13T14:33:50.006847+0000","last_became_peered":"2024-09-13T14:33:50.006847+0000","last_unstale":"2024-09-13T14:38:01.449246+0000","last_undegraded":"2024-09-13T14:38:01.449246+0000","last_fullsized":"2024-09-13T14:38:01.449246+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T15:17:21.238998+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":[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":"0'0","reported_seq":1321,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.447754+0000","last_change":"2024-09-13T14:32:44.954419+0000","last_active":"2024-09-13T14:38:01.447754+0000","last_peered":"2024-09-13T14:38:01.447754+0000","last_clean":"2024-09-13T14:38:01.447754+0000","last_became_active":"2024-09-13T14:32:44.953988+0000","last_became_peered":"2024-09-13T14:32:44.953988+0000","last_unstale":"2024-09-13T14:38:01.447754+0000","last_undegraded":"2024-09-13T14:38:01.447754+0000","last_fullsized":"2024-09-13T14:38:01.447754+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:16:31.544386+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.0","version":"0'0","reported_seq":1264,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.448981+0000","last_change":"2024-09-13T14:33:50.001625+0000","last_active":"2024-09-13T14:38:01.448981+0000","last_peered":"2024-09-13T14:38:01.448981+0000","last_clean":"2024-09-13T14:38:01.448981+0000","last_became_active":"2024-09-13T14:33:50.001243+0000","last_became_peered":"2024-09-13T14:33:50.001243+0000","last_unstale":"2024-09-13T14:38:01.448981+0000","last_undegraded":"2024-09-13T14:38:01.448981+0000","last_fullsized":"2024-09-13T14:38:01.448981+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:22:07.201745+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.6","version":"70'1","reported_seq":1357,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.446319+0000","last_change":"2024-09-13T14:32:44.968175+0000","last_active":"2024-09-13T14:38:01.446319+0000","last_peered":"2024-09-13T14:38:01.446319+0000","last_clean":"2024-09-13T14:38:01.446319+0000","last_became_active":"2024-09-13T14:32:44.964527+0000","last_became_peered":"2024-09-13T14:32:44.964527+0000","last_unstale":"2024-09-13T14:38:01.446319+0000","last_undegraded":"2024-09-13T14:38:01.446319+0000","last_fullsized":"2024-09-13T14:38:01.446319+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T14:40:33.658595+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":[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.7","version":"0'0","reported_seq":1025,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:58.720818+0000","last_change":"2024-09-13T14:33:17.922456+0000","last_active":"2024-09-13T14:37:58.720818+0000","last_peered":"2024-09-13T14:37:58.720818+0000","last_clean":"2024-09-13T14:37:58.720818+0000","last_became_active":"2024-09-13T14:33:17.922068+0000","last_became_peered":"2024-09-13T14:33:17.922068+0000","last_unstale":"2024-09-13T14:37:58.720818+0000","last_undegraded":"2024-09-13T14:37:58.720818+0000","last_fullsized":"2024-09-13T14:37:58.720818+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:54:08.427589+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029877400000000002,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1","version":"0'0","reported_seq":1023,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:37:59.994603+0000","last_change":"2024-09-13T14:19:29.718951+0000","last_active":"2024-09-13T14:37:59.994603+0000","last_peered":"2024-09-13T14:37:59.994603+0000","last_clean":"2024-09-13T14:37:59.994603+0000","last_became_active":"2024-09-13T14:19:29.718589+0000","last_became_peered":"2024-09-13T14:19:29.718589+0000","last_unstale":"2024-09-13T14:37:59.994603+0000","last_undegraded":"2024-09-13T14:37:59.994603+0000","last_fullsized":"2024-09-13T14:37:59.994603+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:44:19.267895+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.13","version":"0'0","reported_seq":1046,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:37:59.994198+0000","last_change":"2024-09-13T14:33:17.924336+0000","last_active":"2024-09-13T14:37:59.994198+0000","last_peered":"2024-09-13T14:37:59.994198+0000","last_clean":"2024-09-13T14:37:59.994198+0000","last_became_active":"2024-09-13T14:33:17.924018+0000","last_became_peered":"2024-09-13T14:33:17.924018+0000","last_unstale":"2024-09-13T14:37:59.994198+0000","last_undegraded":"2024-09-13T14:37:59.994198+0000","last_fullsized":"2024-09-13T14:37:59.994198+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:37:24.279639+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[4,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.14","version":"455'23","reported_seq":1046,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:37:59.995101+0000","last_change":"2024-09-13T14:19:29.698825+0000","last_active":"2024-09-13T14:37:59.995101+0000","last_peered":"2024-09-13T14:37:59.995101+0000","last_clean":"2024-09-13T14:37:59.995101+0000","last_became_active":"2024-09-13T14:19:29.698348+0000","last_became_peered":"2024-09-13T14:19:29.698348+0000","last_unstale":"2024-09-13T14:37:59.995101+0000","last_undegraded":"2024-09-13T14:37:59.995101+0000","last_fullsized":"2024-09-13T14:37:59.995101+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":23,"log_dups_size":0,"ondisk_log_size":23,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:24:10.858859+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":4756,"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":23,"num_write_kb":20,"num_scrub_errors":0,"num_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":[4,7,6],"acting":[4,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.12","version":"0'0","reported_seq":1319,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.446695+0000","last_change":"2024-09-13T14:33:17.920871+0000","last_active":"2024-09-13T14:38:01.446695+0000","last_peered":"2024-09-13T14:38:01.446695+0000","last_clean":"2024-09-13T14:38:01.446695+0000","last_became_active":"2024-09-13T14:33:17.920540+0000","last_became_peered":"2024-09-13T14:33:17.920540+0000","last_unstale":"2024-09-13T14:38:01.446695+0000","last_undegraded":"2024-09-13T14:38:01.446695+0000","last_fullsized":"2024-09-13T14:38:01.446695+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:53:15.230821+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[1,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.15","version":"70'3","reported_seq":1017,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.447407+0000","last_change":"2024-09-13T14:33:50.005785+0000","last_active":"2024-09-13T14:38:01.447407+0000","last_peered":"2024-09-13T14:38:01.447407+0000","last_clean":"2024-09-13T14:38:01.447407+0000","last_became_active":"2024-09-13T14:33:50.004867+0000","last_became_peered":"2024-09-13T14:33:50.004867+0000","last_unstale":"2024-09-13T14:38:01.447407+0000","last_undegraded":"2024-09-13T14:38:01.447407+0000","last_fullsized":"2024-09-13T14:38:01.447407+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T01:07:00.670228+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":[7,3,4],"acting":[7,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.16","version":"0'0","reported_seq":1024,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:58.078575+0000","last_change":"2024-09-13T14:32:44.951631+0000","last_active":"2024-09-13T14:37:58.078575+0000","last_peered":"2024-09-13T14:37:58.078575+0000","last_clean":"2024-09-13T14:37:58.078575+0000","last_became_active":"2024-09-13T14:32:44.951318+0000","last_became_peered":"2024-09-13T14:32:44.951318+0000","last_unstale":"2024-09-13T14:37:58.078575+0000","last_undegraded":"2024-09-13T14:37:58.078575+0000","last_fullsized":"2024-09-13T14:37:58.078575+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:51:52.620505+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.11","version":"0'0","reported_seq":1227,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.448311+0000","last_change":"2024-09-13T14:33:50.016208+0000","last_active":"2024-09-13T14:38:01.448311+0000","last_peered":"2024-09-13T14:38:01.448311+0000","last_clean":"2024-09-13T14:38:01.448311+0000","last_became_active":"2024-09-13T14:33:50.015901+0000","last_became_peered":"2024-09-13T14:33:50.015901+0000","last_unstale":"2024-09-13T14:38:01.448311+0000","last_undegraded":"2024-09-13T14:38:01.448311+0000","last_fullsized":"2024-09-13T14:38:01.448311+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:35:14.110491+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.17","version":"0'0","reported_seq":1354,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.447363+0000","last_change":"2024-09-13T14:33:50.008202+0000","last_active":"2024-09-13T14:38:01.447363+0000","last_peered":"2024-09-13T14:38:01.447363+0000","last_clean":"2024-09-13T14:38:01.447363+0000","last_became_active":"2024-09-13T14:33:50.007915+0000","last_became_peered":"2024-09-13T14:33:50.007915+0000","last_unstale":"2024-09-13T14:38:01.447363+0000","last_undegraded":"2024-09-13T14:38:01.447363+0000","last_fullsized":"2024-09-13T14:38:01.447363+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:18:34.308988+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.10","version":"0'0","reported_seq":1257,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.448933+0000","last_change":"2024-09-13T14:33:50.015568+0000","last_active":"2024-09-13T14:38:01.448933+0000","last_peered":"2024-09-13T14:38:01.448933+0000","last_clean":"2024-09-13T14:38:01.448933+0000","last_became_active":"2024-09-13T14:33:50.013521+0000","last_became_peered":"2024-09-13T14:33:50.013521+0000","last_unstale":"2024-09-13T14:38:01.448933+0000","last_undegraded":"2024-09-13T14:38:01.448933+0000","last_fullsized":"2024-09-13T14:38:01.448933+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:31:49.771269+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[3,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.1f","version":"0'0","reported_seq":1012,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.446695+0000","last_change":"2024-09-13T14:32:44.957634+0000","last_active":"2024-09-13T14:38:01.446695+0000","last_peered":"2024-09-13T14:38:01.446695+0000","last_clean":"2024-09-13T14:38:01.446695+0000","last_became_active":"2024-09-13T14:32:44.957290+0000","last_became_peered":"2024-09-13T14:32:44.957290+0000","last_unstale":"2024-09-13T14:38:01.446695+0000","last_undegraded":"2024-09-13T14:38:01.446695+0000","last_fullsized":"2024-09-13T14:38:01.446695+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:26:22.264450+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.18","version":"0'0","reported_seq":1272,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.449102+0000","last_change":"2024-09-13T14:33:50.009292+0000","last_active":"2024-09-13T14:38:01.449102+0000","last_peered":"2024-09-13T14:38:01.449102+0000","last_clean":"2024-09-13T14:38:01.449102+0000","last_became_active":"2024-09-13T14:33:50.009027+0000","last_became_peered":"2024-09-13T14:33:50.009027+0000","last_unstale":"2024-09-13T14:38:01.449102+0000","last_undegraded":"2024-09-13T14:38:01.449102+0000","last_fullsized":"2024-09-13T14:38:01.449102+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:18:35.662905+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1e","version":"0'0","reported_seq":1355,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.446148+0000","last_change":"2024-09-13T14:33:50.011585+0000","last_active":"2024-09-13T14:38:01.446148+0000","last_peered":"2024-09-13T14:38:01.446148+0000","last_clean":"2024-09-13T14:38:01.446148+0000","last_became_active":"2024-09-13T14:33:50.011278+0000","last_became_peered":"2024-09-13T14:33:50.011278+0000","last_unstale":"2024-09-13T14:38:01.446148+0000","last_undegraded":"2024-09-13T14:38:01.446148+0000","last_fullsized":"2024-09-13T14:38:01.446148+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:06:52.960465+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.19","version":"0'0","reported_seq":1319,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.445523+0000","last_change":"2024-09-13T14:33:50.017071+0000","last_active":"2024-09-13T14:38:01.445523+0000","last_peered":"2024-09-13T14:38:01.445523+0000","last_clean":"2024-09-13T14:38:01.445523+0000","last_became_active":"2024-09-13T14:33:50.016794+0000","last_became_peered":"2024-09-13T14:33:50.016794+0000","last_unstale":"2024-09-13T14:38:01.445523+0000","last_undegraded":"2024-09-13T14:38:01.445523+0000","last_fullsized":"2024-09-13T14:38:01.445523+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:48:52.504699+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1d","version":"0'0","reported_seq":1256,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.447831+0000","last_change":"2024-09-13T14:33:50.008899+0000","last_active":"2024-09-13T14:38:01.447831+0000","last_peered":"2024-09-13T14:38:01.447831+0000","last_clean":"2024-09-13T14:38:01.447831+0000","last_became_active":"2024-09-13T14:33:50.008537+0000","last_became_peered":"2024-09-13T14:33:50.008537+0000","last_unstale":"2024-09-13T14:38:01.447831+0000","last_undegraded":"2024-09-13T14:38:01.447831+0000","last_fullsized":"2024-09-13T14:38:01.447831+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:22:58.523320+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"3.1a","version":"70'1","reported_seq":1053,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:57.970495+0000","last_change":"2024-09-13T14:33:17.923617+0000","last_active":"2024-09-13T14:37:57.970495+0000","last_peered":"2024-09-13T14:37:57.970495+0000","last_clean":"2024-09-13T14:37:57.970495+0000","last_became_active":"2024-09-13T14:33:17.923336+0000","last_became_peered":"2024-09-13T14:33:17.923336+0000","last_unstale":"2024-09-13T14:37:57.970495+0000","last_undegraded":"2024-09-13T14:37:57.970495+0000","last_fullsized":"2024-09-13T14:37:57.970495+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T15:55:13.594527+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1c","version":"0'0","reported_seq":1291,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.445724+0000","last_change":"2024-09-13T14:33:50.004145+0000","last_active":"2024-09-13T14:38:01.445724+0000","last_peered":"2024-09-13T14:38:01.445724+0000","last_clean":"2024-09-13T14:38:01.445724+0000","last_became_active":"2024-09-13T14:33:50.003589+0000","last_became_peered":"2024-09-13T14:33:50.003589+0000","last_unstale":"2024-09-13T14:38:01.445724+0000","last_undegraded":"2024-09-13T14:38:01.445724+0000","last_fullsized":"2024-09-13T14:38:01.445724+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:15:34.819491+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[2,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.1b","version":"70'1","reported_seq":1344,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.448164+0000","last_change":"2024-09-13T14:32:10.932053+0000","last_active":"2024-09-13T14:38:01.448164+0000","last_peered":"2024-09-13T14:38:01.448164+0000","last_clean":"2024-09-13T14:38:01.448164+0000","last_became_active":"2024-09-13T14:32:10.931382+0000","last_became_peered":"2024-09-13T14:32:10.931382+0000","last_unstale":"2024-09-13T14:38:01.448164+0000","last_undegraded":"2024-09-13T14:38:01.448164+0000","last_fullsized":"2024-09-13T14:38:01.448164+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T19:21:03.486287+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1b","version":"0'0","reported_seq":1051,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:57.970494+0000","last_change":"2024-09-13T14:33:49.999986+0000","last_active":"2024-09-13T14:37:57.970494+0000","last_peered":"2024-09-13T14:37:57.970494+0000","last_clean":"2024-09-13T14:37:57.970494+0000","last_became_active":"2024-09-13T14:33:49.999745+0000","last_became_peered":"2024-09-13T14:33:49.999745+0000","last_unstale":"2024-09-13T14:37:57.970494+0000","last_undegraded":"2024-09-13T14:37:57.970494+0000","last_fullsized":"2024-09-13T14:37:57.970494+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:32:11.265639+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,3,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1c","version":"70'2","reported_seq":1026,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:58.078437+0000","last_change":"2024-09-13T14:32:44.952627+0000","last_active":"2024-09-13T14:37:58.078437+0000","last_peered":"2024-09-13T14:37:58.078437+0000","last_clean":"2024-09-13T14:37:58.078437+0000","last_became_active":"2024-09-13T14:32:44.952336+0000","last_became_peered":"2024-09-13T14:32:44.952336+0000","last_unstale":"2024-09-13T14:37:58.078437+0000","last_undegraded":"2024-09-13T14:37:58.078437+0000","last_fullsized":"2024-09-13T14:37:58.078437+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T00:08:59.441392+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":[5,4,1],"acting":[5,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.1a","version":"0'0","reported_seq":1051,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:57.970346+0000","last_change":"2024-09-13T14:33:50.006204+0000","last_active":"2024-09-13T14:37:57.970346+0000","last_peered":"2024-09-13T14:37:57.970346+0000","last_clean":"2024-09-13T14:37:57.970346+0000","last_became_active":"2024-09-13T14:33:50.005755+0000","last_became_peered":"2024-09-13T14:33:50.005755+0000","last_unstale":"2024-09-13T14:37:57.970346+0000","last_undegraded":"2024-09-13T14:37:57.970346+0000","last_fullsized":"2024-09-13T14:37:57.970346+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:12:45.099773+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[4,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1d","version":"70'2","reported_seq":1011,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:58.078578+0000","last_change":"2024-09-13T14:19:29.699807+0000","last_active":"2024-09-13T14:37:58.078578+0000","last_peered":"2024-09-13T14:37:58.078578+0000","last_clean":"2024-09-13T14:37:58.078578+0000","last_became_active":"2024-09-13T14:19:29.698125+0000","last_became_peered":"2024-09-13T14:19:29.698125+0000","last_unstale":"2024-09-13T14:37:58.078578+0000","last_undegraded":"2024-09-13T14:37:58.078578+0000","last_fullsized":"2024-09-13T14:37:58.078578+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T21:12:45.446921+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":[5,4,6],"acting":[5,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.19","version":"0'0","reported_seq":1262,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.448614+0000","last_change":"2024-09-13T14:33:50.009082+0000","last_active":"2024-09-13T14:38:01.448614+0000","last_peered":"2024-09-13T14:38:01.448614+0000","last_clean":"2024-09-13T14:38:01.448614+0000","last_became_active":"2024-09-13T14:33:50.008318+0000","last_became_peered":"2024-09-13T14:33:50.008318+0000","last_unstale":"2024-09-13T14:38:01.448614+0000","last_undegraded":"2024-09-13T14:38:01.448614+0000","last_fullsized":"2024-09-13T14:38:01.448614+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:56:41.983614+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,0],"acting":[3,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1e","version":"70'1","reported_seq":1250,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.448165+0000","last_change":"2024-09-13T14:33:50.012127+0000","last_active":"2024-09-13T14:38:01.448165+0000","last_peered":"2024-09-13T14:38:01.448165+0000","last_clean":"2024-09-13T14:38:01.448165+0000","last_became_active":"2024-09-13T14:33:50.011307+0000","last_became_peered":"2024-09-13T14:33:50.011307+0000","last_unstale":"2024-09-13T14:38:01.448165+0000","last_undegraded":"2024-09-13T14:38:01.448165+0000","last_fullsized":"2024-09-13T14:38:01.448165+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T15:44:11.340867+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.18","version":"0'0","reported_seq":1036,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:57.970172+0000","last_change":"2024-09-13T14:32:44.953530+0000","last_active":"2024-09-13T14:37:57.970172+0000","last_peered":"2024-09-13T14:37:57.970172+0000","last_clean":"2024-09-13T14:37:57.970172+0000","last_became_active":"2024-09-13T14:32:44.953223+0000","last_became_peered":"2024-09-13T14:32:44.953223+0000","last_unstale":"2024-09-13T14:37:57.970172+0000","last_undegraded":"2024-09-13T14:37:57.970172+0000","last_fullsized":"2024-09-13T14:37:57.970172+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:08:35.049443+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1f","version":"70'4","reported_seq":1360,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.447500+0000","last_change":"2024-09-13T14:33:17.926914+0000","last_active":"2024-09-13T14:38:01.447500+0000","last_peered":"2024-09-13T14:38:01.447500+0000","last_clean":"2024-09-13T14:38:01.447500+0000","last_became_active":"2024-09-13T14:33:17.926517+0000","last_became_peered":"2024-09-13T14:33:17.926517+0000","last_unstale":"2024-09-13T14:38:01.447500+0000","last_undegraded":"2024-09-13T14:38:01.447500+0000","last_fullsized":"2024-09-13T14:38:01.447500+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T16:07:35.423857+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,5,2],"acting":[0,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]}],"pool_stats":[{"poolid":4,"num_pg":32,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":96,"acting":96,"num_store_stats":8},{"poolid":3,"num_pg":32,"stat_sum":{"num_bytes":5554,"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":62,"num_write_kb":31,"num_scrub_errors":0,"num_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":16662,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":11473,"internal_metadata":0},"log_size":56,"ondisk_log_size":56,"up":96,"acting":96,"num_store_stats":8},{"poolid":2,"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":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":392,"num_read_kb":834,"num_write":215,"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":149,"ondisk_log_size":149,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":7,"up_from":54,"seq":231928234241,"num_pgs":30,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":59544,"kb_used_data":10380,"kb_used_omap":1,"kb_used_meta":49150,"kb_avail":93685608,"statfs":{"total":95995035648,"available":95934062592,"internally_reserved":0,"allocated":10629120,"data_stored":7638508,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1588,"internal_metadata":50330060},"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":46,"seq":197568495879,"num_pgs":27,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":59536,"kb_used_data":10372,"kb_used_omap":1,"kb_used_meta":49150,"kb_avail":93685616,"statfs":{"total":95995035648,"available":95934070784,"internally_reserved":0,"allocated":10620928,"data_stored":7638381,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":50330055},"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":38,"seq":163208757515,"num_pgs":21,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":99080,"kb_used_data":9784,"kb_used_omap":1,"kb_used_meta":89278,"kb_avail":93646072,"statfs":{"total":95995035648,"available":95893577728,"internally_reserved":0,"allocated":10018816,"data_stored":7043839,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":91421126},"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":[]},{"osd":4,"up_from":30,"seq":128849019152,"num_pgs":33,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":85136,"kb_used_data":9796,"kb_used_omap":1,"kb_used_meta":75326,"kb_avail":93660016,"statfs":{"total":95995035648,"available":95907856384,"internally_reserved":0,"allocated":10031104,"data_stored":7048070,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":77134278},"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":845,"seq":3629247365182,"num_pgs":31,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":41724,"kb_used_data":9776,"kb_used_omap":34,"kb_used_meta":31901,"kb_avail":93703428,"statfs":{"total":95995035648,"available":95952310272,"internally_reserved":0,"allocated":10010624,"data_stored":7043270,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":35801,"internal_metadata":32666663},"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":813,"seq":3491808411716,"num_pgs":19,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":46208,"kb_used_data":9780,"kb_used_omap":50,"kb_used_meta":36365,"kb_avail":93698944,"statfs":{"total":95995035648,"available":95947718656,"internally_reserved":0,"allocated":10014720,"data_stored":7043796,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":52011,"internal_metadata":37237973},"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":780,"seq":3350074490955,"num_pgs":32,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":45884,"kb_used_data":9776,"kb_used_omap":30,"kb_used_meta":36065,"kb_avail":93699268,"statfs":{"total":95995035648,"available":95948050432,"internally_reserved":0,"allocated":10010624,"data_stored":7043199,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":31404,"internal_metadata":36930900},"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":[]},{"osd":0,"up_from":746,"seq":3204045602897,"num_pgs":26,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":38724,"kb_used_data":10360,"kb_used_omap":66,"kb_used_meta":28285,"kb_avail":93706428,"statfs":{"total":95995035648,"available":95955382272,"internally_reserved":0,"allocated":10608640,"data_stored":7634152,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":68403,"internal_metadata":28964045},"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":0,"data_stored":0,"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":4096,"data_stored":19,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":4096,"data_stored":19,"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":4096,"data_stored":19,"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":0,"data_stored":0,"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":8192,"data_stored":604,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3890,"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":3041,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":616,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1366,"internal_metadata":0},{"poolid":3,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":90,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3176,"internal_metadata":0},{"poolid":3,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":24576,"data_stored":4902,"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":8192,"data_stored":652,"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":16384,"data_stored":4826,"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":28672,"data_stored":4972,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":0,"data_stored":0,"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-09-13T14:38:50.635 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-13T14:38:50.833 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:38:51.242 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:38:51 smithi071 ceph-mon[107477]: from='client.34584 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T14:38:51.242 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:38:51 smithi071 ceph-mon[112785]: from='client.34584 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T14:38:51.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:38:51 smithi104 ceph-mon[105578]: from='client.34584 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T14:38:52.226 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:38:52 smithi071 ceph-mon[107477]: pgmap v1115: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:52.226 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:38:52 smithi071 ceph-mon[112785]: pgmap v1115: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:52.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:38:52 smithi104 ceph-mon[105578]: pgmap v1115: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:52.644 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:38:52.645 INFO:teuthology.orchestra.run.smithi071.stderr:dumped all 2024-09-13T14:38:52.890 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:38:52 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:38:52] "GET /metrics HTTP/1.1" 200 34043 "" "Prometheus/2.51.0" 2024-09-13T14:38:53.514 INFO:teuthology.orchestra.run.smithi071.stdout:{"pg_ready":true,"pg_map":{"version":1116,"stamp":"2024-09-13T14:38:52.394451+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":595941,"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":392,"num_read_kb":834,"num_write":279,"num_write_kb":2449,"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":208,"ondisk_log_size":208,"up":219,"acting":219,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":219,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":8,"kb":749961216,"kb_used":475836,"kb_used_data":80024,"kb_used_omap":189,"kb_used_meta":395522,"kb_avail":749485380,"statfs":{"total":767960285184,"available":767473029120,"internally_reserved":0,"allocated":81944576,"data_stored":58133215,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":193988,"internal_metadata":405015100},"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.002723"},"pg_stats":[{"pgid":"4.14","version":"0'0","reported_seq":1256,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.449377+0000","last_change":"2024-09-13T14:33:50.008770+0000","last_active":"2024-09-13T14:38:01.449377+0000","last_peered":"2024-09-13T14:38:01.449377+0000","last_clean":"2024-09-13T14:38:01.449377+0000","last_became_active":"2024-09-13T14:33:50.008458+0000","last_became_peered":"2024-09-13T14:33:50.008458+0000","last_unstale":"2024-09-13T14:38:01.449377+0000","last_undegraded":"2024-09-13T14:38:01.449377+0000","last_fullsized":"2024-09-13T14:38:01.449377+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:37:03.820546+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.13","version":"70'2","reported_seq":1016,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.445950+0000","last_change":"2024-09-13T14:33:17.924359+0000","last_active":"2024-09-13T14:38:01.445950+0000","last_peered":"2024-09-13T14:38:01.445950+0000","last_clean":"2024-09-13T14:38:01.445950+0000","last_became_active":"2024-09-13T14:33:17.923983+0000","last_became_peered":"2024-09-13T14:33:17.923983+0000","last_unstale":"2024-09-13T14:38:01.445950+0000","last_undegraded":"2024-09-13T14:38:01.445950+0000","last_fullsized":"2024-09-13T14:38:01.445950+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T19:42:27.641362+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":[7,4,2],"acting":[7,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.15","version":"0'0","reported_seq":1024,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:37:59.992917+0000","last_change":"2024-09-13T14:33:50.017856+0000","last_active":"2024-09-13T14:37:59.992917+0000","last_peered":"2024-09-13T14:37:59.992917+0000","last_clean":"2024-09-13T14:37:59.992917+0000","last_became_active":"2024-09-13T14:33:50.017494+0000","last_became_peered":"2024-09-13T14:33:50.017494+0000","last_unstale":"2024-09-13T14:37:59.992917+0000","last_undegraded":"2024-09-13T14:37:59.992917+0000","last_fullsized":"2024-09-13T14:37:59.992917+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:43:09.303887+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[5,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.12","version":"0'0","reported_seq":1354,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.447038+0000","last_change":"2024-09-13T14:33:50.008169+0000","last_active":"2024-09-13T14:38:01.447038+0000","last_peered":"2024-09-13T14:38:01.447038+0000","last_clean":"2024-09-13T14:38:01.447038+0000","last_became_active":"2024-09-13T14:33:50.007859+0000","last_became_peered":"2024-09-13T14:33:50.007859+0000","last_unstale":"2024-09-13T14:38:01.447038+0000","last_undegraded":"2024-09-13T14:38:01.447038+0000","last_fullsized":"2024-09-13T14:38:01.447038+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:07:59.877822+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.16","version":"0'0","reported_seq":1353,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.446193+0000","last_change":"2024-09-13T14:33:50.012976+0000","last_active":"2024-09-13T14:38:01.446193+0000","last_peered":"2024-09-13T14:38:01.446193+0000","last_clean":"2024-09-13T14:38:01.446193+0000","last_became_active":"2024-09-13T14:33:50.011994+0000","last_became_peered":"2024-09-13T14:33:50.011994+0000","last_unstale":"2024-09-13T14:38:01.446193+0000","last_undegraded":"2024-09-13T14:38:01.446193+0000","last_fullsized":"2024-09-13T14:38:01.446193+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:48:05.572330+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[0,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.11","version":"0'0","reported_seq":999,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.446341+0000","last_change":"2024-09-13T14:19:29.703360+0000","last_active":"2024-09-13T14:38:01.446341+0000","last_peered":"2024-09-13T14:38:01.446341+0000","last_clean":"2024-09-13T14:38:01.446341+0000","last_became_active":"2024-09-13T14:19:29.703116+0000","last_became_peered":"2024-09-13T14:19:29.703116+0000","last_unstale":"2024-09-13T14:38:01.446341+0000","last_undegraded":"2024-09-13T14:38:01.446341+0000","last_fullsized":"2024-09-13T14:38:01.446341+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:25:26.688209+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.17","version":"0'0","reported_seq":1256,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.449031+0000","last_change":"2024-09-13T14:33:50.010343+0000","last_active":"2024-09-13T14:38:01.449031+0000","last_peered":"2024-09-13T14:38:01.449031+0000","last_clean":"2024-09-13T14:38:01.449031+0000","last_became_active":"2024-09-13T14:33:50.010010+0000","last_became_peered":"2024-09-13T14:33:50.010010+0000","last_unstale":"2024-09-13T14:38:01.449031+0000","last_undegraded":"2024-09-13T14:38:01.449031+0000","last_fullsized":"2024-09-13T14:38:01.449031+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:27:22.130039+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[3,7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.10","version":"70'8","reported_seq":1020,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.445853+0000","last_change":"2024-09-13T14:32:10.923132+0000","last_active":"2024-09-13T14:38:01.445853+0000","last_peered":"2024-09-13T14:38:01.445853+0000","last_clean":"2024-09-13T14:38:01.445853+0000","last_became_active":"2024-09-13T14:32:10.922710+0000","last_became_peered":"2024-09-13T14:32:10.922710+0000","last_unstale":"2024-09-13T14:38:01.445853+0000","last_undegraded":"2024-09-13T14:38:01.445853+0000","last_fullsized":"2024-09-13T14:38:01.445853+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T19:47:11.104439+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":[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.f","version":"70'1","reported_seq":1015,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:58.232194+0000","last_change":"2024-09-13T14:32:10.925838+0000","last_active":"2024-09-13T14:37:58.232194+0000","last_peered":"2024-09-13T14:37:58.232194+0000","last_clean":"2024-09-13T14:37:58.232194+0000","last_became_active":"2024-09-13T14:32:10.925469+0000","last_became_peered":"2024-09-13T14:32:10.925469+0000","last_unstale":"2024-09-13T14:37:58.232194+0000","last_undegraded":"2024-09-13T14:37:58.232194+0000","last_fullsized":"2024-09-13T14:37:58.232194+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T17:37:11.282892+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":[7,4,0],"acting":[7,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.8","version":"0'0","reported_seq":1009,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:58.078128+0000","last_change":"2024-09-13T14:19:29.737140+0000","last_active":"2024-09-13T14:37:58.078128+0000","last_peered":"2024-09-13T14:37:58.078128+0000","last_clean":"2024-09-13T14:37:58.078128+0000","last_became_active":"2024-09-13T14:19:29.736847+0000","last_became_peered":"2024-09-13T14:19:29.736847+0000","last_unstale":"2024-09-13T14:37:58.078128+0000","last_undegraded":"2024-09-13T14:37:58.078128+0000","last_fullsized":"2024-09-13T14:37:58.078128+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:38:08.956564+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.e","version":"70'2","reported_seq":1016,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:58.232121+0000","last_change":"2024-09-13T14:32:44.955178+0000","last_active":"2024-09-13T14:37:58.232121+0000","last_peered":"2024-09-13T14:37:58.232121+0000","last_clean":"2024-09-13T14:37:58.232121+0000","last_became_active":"2024-09-13T14:32:44.954792+0000","last_became_peered":"2024-09-13T14:32:44.954792+0000","last_unstale":"2024-09-13T14:37:58.232121+0000","last_undegraded":"2024-09-13T14:37:58.232121+0000","last_fullsized":"2024-09-13T14:37:58.232121+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T19:15:55.869971+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,4,1],"acting":[7,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.9","version":"0'0","reported_seq":1052,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:57.970344+0000","last_change":"2024-09-13T14:33:50.009790+0000","last_active":"2024-09-13T14:37:57.970344+0000","last_peered":"2024-09-13T14:37:57.970344+0000","last_clean":"2024-09-13T14:37:57.970344+0000","last_became_active":"2024-09-13T14:33:50.009577+0000","last_became_peered":"2024-09-13T14:33:50.009577+0000","last_unstale":"2024-09-13T14:37:57.970344+0000","last_undegraded":"2024-09-13T14:37:57.970344+0000","last_fullsized":"2024-09-13T14:37:57.970344+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:24:54.799730+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.d","version":"70'1","reported_seq":1000,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:58.232189+0000","last_change":"2024-09-13T14:19:29.702716+0000","last_active":"2024-09-13T14:37:58.232189+0000","last_peered":"2024-09-13T14:37:58.232189+0000","last_clean":"2024-09-13T14:37:58.232189+0000","last_became_active":"2024-09-13T14:19:29.702205+0000","last_became_peered":"2024-09-13T14:19:29.702205+0000","last_unstale":"2024-09-13T14:37:58.232189+0000","last_undegraded":"2024-09-13T14:37:58.232189+0000","last_fullsized":"2024-09-13T14:37:58.232189+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T22:09:38.318232+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":[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.a","version":"0'0","reported_seq":1011,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:58.720401+0000","last_change":"2024-09-13T14:32:44.958584+0000","last_active":"2024-09-13T14:37:58.720401+0000","last_peered":"2024-09-13T14:37:58.720401+0000","last_clean":"2024-09-13T14:37:58.720401+0000","last_became_active":"2024-09-13T14:32:44.957835+0000","last_became_peered":"2024-09-13T14:32:44.957835+0000","last_unstale":"2024-09-13T14:37:58.720401+0000","last_undegraded":"2024-09-13T14:37:58.720401+0000","last_fullsized":"2024-09-13T14:37:58.720401+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:37:09.087325+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1,7],"acting":[6,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.c","version":"0'0","reported_seq":1025,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:58.078442+0000","last_change":"2024-09-13T14:33:50.012948+0000","last_active":"2024-09-13T14:37:58.078442+0000","last_peered":"2024-09-13T14:37:58.078442+0000","last_clean":"2024-09-13T14:37:58.078442+0000","last_became_active":"2024-09-13T14:33:50.012635+0000","last_became_peered":"2024-09-13T14:33:50.012635+0000","last_unstale":"2024-09-13T14:37:58.078442+0000","last_undegraded":"2024-09-13T14:37:58.078442+0000","last_fullsized":"2024-09-13T14:37:58.078442+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:11:13.396587+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.b","version":"0'0","reported_seq":1366,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.446924+0000","last_change":"2024-09-13T14:33:17.924064+0000","last_active":"2024-09-13T14:38:01.446924+0000","last_peered":"2024-09-13T14:38:01.446924+0000","last_clean":"2024-09-13T14:38:01.446924+0000","last_became_active":"2024-09-13T14:33:17.923735+0000","last_became_peered":"2024-09-13T14:33:17.923735+0000","last_unstale":"2024-09-13T14:38:01.446924+0000","last_undegraded":"2024-09-13T14:38:01.446924+0000","last_fullsized":"2024-09-13T14:38:01.446924+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:22:09.908057+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[0,2,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.b","version":"70'2","reported_seq":1267,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.447741+0000","last_change":"2024-09-13T14:33:50.002458+0000","last_active":"2024-09-13T14:38:01.447741+0000","last_peered":"2024-09-13T14:38:01.447741+0000","last_clean":"2024-09-13T14:38:01.447741+0000","last_became_active":"2024-09-13T14:33:50.000932+0000","last_became_peered":"2024-09-13T14:33:50.000932+0000","last_unstale":"2024-09-13T14:38:01.447741+0000","last_undegraded":"2024-09-13T14:38:01.447741+0000","last_fullsized":"2024-09-13T14:38:01.447741+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T16:10:41.510838+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":[3,0,4],"acting":[3,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.c","version":"0'0","reported_seq":1037,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:57.970624+0000","last_change":"2024-09-13T14:33:50.001045+0000","last_active":"2024-09-13T14:37:57.970624+0000","last_peered":"2024-09-13T14:37:57.970624+0000","last_clean":"2024-09-13T14:37:57.970624+0000","last_became_active":"2024-09-13T14:33:50.000727+0000","last_became_peered":"2024-09-13T14:33:50.000727+0000","last_unstale":"2024-09-13T14:37:57.970624+0000","last_undegraded":"2024-09-13T14:37:57.970624+0000","last_fullsized":"2024-09-13T14:37:57.970624+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:04:17.630105+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[4,3,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.a","version":"0'0","reported_seq":1012,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:58.720598+0000","last_change":"2024-09-13T14:32:44.958399+0000","last_active":"2024-09-13T14:37:58.720598+0000","last_peered":"2024-09-13T14:37:58.720598+0000","last_clean":"2024-09-13T14:37:58.720598+0000","last_became_active":"2024-09-13T14:32:44.957143+0000","last_became_peered":"2024-09-13T14:32:44.957143+0000","last_unstale":"2024-09-13T14:37:58.720598+0000","last_undegraded":"2024-09-13T14:37:58.720598+0000","last_fullsized":"2024-09-13T14:37:58.720598+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:38:34.798967+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.d","version":"0'0","reported_seq":1052,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:57.970884+0000","last_change":"2024-09-13T14:33:17.924971+0000","last_active":"2024-09-13T14:37:57.970884+0000","last_peered":"2024-09-13T14:37:57.970884+0000","last_clean":"2024-09-13T14:37:57.970884+0000","last_became_active":"2024-09-13T14:33:17.924648+0000","last_became_peered":"2024-09-13T14:33:17.924648+0000","last_unstale":"2024-09-13T14:37:57.970884+0000","last_undegraded":"2024-09-13T14:37:57.970884+0000","last_fullsized":"2024-09-13T14:37:57.970884+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:45:08.239283+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,1],"acting":[4,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.9","version":"0'0","reported_seq":1038,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:57.970728+0000","last_change":"2024-09-13T14:33:17.926775+0000","last_active":"2024-09-13T14:37:57.970728+0000","last_peered":"2024-09-13T14:37:57.970728+0000","last_clean":"2024-09-13T14:37:57.970728+0000","last_became_active":"2024-09-13T14:33:17.926188+0000","last_became_peered":"2024-09-13T14:33:17.926188+0000","last_unstale":"2024-09-13T14:37:57.970728+0000","last_undegraded":"2024-09-13T14:37:57.970728+0000","last_fullsized":"2024-09-13T14:37:57.970728+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:03:12.922468+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,7],"acting":[4,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.e","version":"0'0","reported_seq":1037,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:57.971067+0000","last_change":"2024-09-13T14:32:44.957195+0000","last_active":"2024-09-13T14:37:57.971067+0000","last_peered":"2024-09-13T14:37:57.971067+0000","last_clean":"2024-09-13T14:37:57.971067+0000","last_became_active":"2024-09-13T14:32:44.956868+0000","last_became_peered":"2024-09-13T14:32:44.956868+0000","last_unstale":"2024-09-13T14:37:57.971067+0000","last_undegraded":"2024-09-13T14:37:57.971067+0000","last_fullsized":"2024-09-13T14:37:57.971067+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:42:34.097129+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.8","version":"0'0","reported_seq":1258,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.449189+0000","last_change":"2024-09-13T14:33:50.016175+0000","last_active":"2024-09-13T14:38:01.449189+0000","last_peered":"2024-09-13T14:38:01.449189+0000","last_clean":"2024-09-13T14:38:01.449189+0000","last_became_active":"2024-09-13T14:33:50.015292+0000","last_became_peered":"2024-09-13T14:33:50.015292+0000","last_unstale":"2024-09-13T14:38:01.449189+0000","last_undegraded":"2024-09-13T14:38:01.449189+0000","last_fullsized":"2024-09-13T14:38:01.449189+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:51:12.143000+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.f","version":"0'0","reported_seq":1319,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.447534+0000","last_change":"2024-09-13T14:33:50.013628+0000","last_active":"2024-09-13T14:38:01.447534+0000","last_peered":"2024-09-13T14:38:01.447534+0000","last_clean":"2024-09-13T14:38:01.447534+0000","last_became_active":"2024-09-13T14:33:50.013363+0000","last_became_peered":"2024-09-13T14:33:50.013363+0000","last_unstale":"2024-09-13T14:38:01.447534+0000","last_undegraded":"2024-09-13T14:38:01.447534+0000","last_fullsized":"2024-09-13T14:38:01.447534+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:02:52.023431+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.0","version":"373'149","reported_seq":1345,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:58.231161+0000","last_change":"2024-09-13T14:32:10.924871+0000","last_active":"2024-09-13T14:37:58.231161+0000","last_peered":"2024-09-13T14:37:58.231161+0000","last_clean":"2024-09-13T14:37:58.231161+0000","last_became_active":"2024-09-13T14:32:10.924500+0000","last_became_peered":"2024-09-13T14:32:10.924500+0000","last_unstale":"2024-09-13T14:37:58.231161+0000","last_undegraded":"2024-09-13T14:37:58.231161+0000","last_fullsized":"2024-09-13T14:37:58.231161+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:15:42.548303+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:21:02.828762+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":392,"num_read_kb":834,"num_write":215,"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":"63'1","reported_seq":1039,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:58.078369+0000","last_change":"2024-09-13T14:33:17.925155+0000","last_active":"2024-09-13T14:37:58.078369+0000","last_peered":"2024-09-13T14:37:58.078369+0000","last_clean":"2024-09-13T14:37:58.078369+0000","last_became_active":"2024-09-13T14:33:17.924828+0000","last_became_peered":"2024-09-13T14:33:17.924828+0000","last_unstale":"2024-09-13T14:37:58.078369+0000","last_undegraded":"2024-09-13T14:37:58.078369+0000","last_fullsized":"2024-09-13T14:37:58.078369+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-14T16:07:59.858659+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029038399999999998,"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":[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":1229,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.448771+0000","last_change":"2024-09-13T14:33:50.013100+0000","last_active":"2024-09-13T14:38:01.448771+0000","last_peered":"2024-09-13T14:38:01.448771+0000","last_clean":"2024-09-13T14:38:01.448771+0000","last_became_active":"2024-09-13T14:33:50.012820+0000","last_became_peered":"2024-09-13T14:33:50.012820+0000","last_unstale":"2024-09-13T14:38:01.448771+0000","last_undegraded":"2024-09-13T14:38:01.448771+0000","last_fullsized":"2024-09-13T14:38:01.448771+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:49:13.320472+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.5","version":"0'0","reported_seq":997,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.446396+0000","last_change":"2024-09-13T14:19:29.739160+0000","last_active":"2024-09-13T14:38:01.446396+0000","last_peered":"2024-09-13T14:38:01.446396+0000","last_clean":"2024-09-13T14:38:01.446396+0000","last_became_active":"2024-09-13T14:19:29.738892+0000","last_became_peered":"2024-09-13T14:19:29.738892+0000","last_unstale":"2024-09-13T14:38:01.446396+0000","last_undegraded":"2024-09-13T14:38:01.446396+0000","last_fullsized":"2024-09-13T14:38:01.446396+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:04:33.496723+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.0","version":"0'0","reported_seq":1043,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.445633+0000","last_change":"2024-09-13T14:32:44.959494+0000","last_active":"2024-09-13T14:38:01.445633+0000","last_peered":"2024-09-13T14:38:01.445633+0000","last_clean":"2024-09-13T14:38:01.445633+0000","last_became_active":"2024-09-13T14:32:44.959144+0000","last_became_peered":"2024-09-13T14:32:44.959144+0000","last_unstale":"2024-09-13T14:38:01.445633+0000","last_undegraded":"2024-09-13T14:38:01.445633+0000","last_fullsized":"2024-09-13T14:38:01.445633+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:16:38.736104+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000322109,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":1355,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.445749+0000","last_change":"2024-09-13T14:33:50.004411+0000","last_active":"2024-09-13T14:38:01.445749+0000","last_peered":"2024-09-13T14:38:01.445749+0000","last_clean":"2024-09-13T14:38:01.445749+0000","last_became_active":"2024-09-13T14:33:50.004158+0000","last_became_peered":"2024-09-13T14:33:50.004158+0000","last_unstale":"2024-09-13T14:38:01.445749+0000","last_undegraded":"2024-09-13T14:38:01.445749+0000","last_fullsized":"2024-09-13T14:38:01.445749+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:08:38.376285+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.6","version":"0'0","reported_seq":1367,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.446066+0000","last_change":"2024-09-13T14:33:17.927377+0000","last_active":"2024-09-13T14:38:01.446066+0000","last_peered":"2024-09-13T14:38:01.446066+0000","last_clean":"2024-09-13T14:38:01.446066+0000","last_became_active":"2024-09-13T14:33:17.926642+0000","last_became_peered":"2024-09-13T14:33:17.926642+0000","last_unstale":"2024-09-13T14:38:01.446066+0000","last_undegraded":"2024-09-13T14:38:01.446066+0000","last_fullsized":"2024-09-13T14:38:01.446066+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:56:30.839736+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.1","version":"0'0","reported_seq":1314,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.445509+0000","last_change":"2024-09-13T14:33:50.003564+0000","last_active":"2024-09-13T14:38:01.445509+0000","last_peered":"2024-09-13T14:38:01.445509+0000","last_clean":"2024-09-13T14:38:01.445509+0000","last_became_active":"2024-09-13T14:33:50.003277+0000","last_became_peered":"2024-09-13T14:33:50.003277+0000","last_unstale":"2024-09-13T14:38:01.445509+0000","last_undegraded":"2024-09-13T14:38:01.445509+0000","last_fullsized":"2024-09-13T14:38:01.445509+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:56:13.675399+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00030931399999999999,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":1321,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.446693+0000","last_change":"2024-09-13T14:33:17.920978+0000","last_active":"2024-09-13T14:38:01.446693+0000","last_peered":"2024-09-13T14:38:01.446693+0000","last_clean":"2024-09-13T14:38:01.446693+0000","last_became_active":"2024-09-13T14:33:17.920696+0000","last_became_peered":"2024-09-13T14:33:17.920696+0000","last_unstale":"2024-09-13T14:38:01.446693+0000","last_undegraded":"2024-09-13T14:38:01.446693+0000","last_fullsized":"2024-09-13T14:38:01.446693+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:12:56.325230+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.7","version":"0'0","reported_seq":1303,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.447335+0000","last_change":"2024-09-13T14:32:44.964975+0000","last_active":"2024-09-13T14:38:01.447335+0000","last_peered":"2024-09-13T14:38:01.447335+0000","last_clean":"2024-09-13T14:38:01.447335+0000","last_became_active":"2024-09-13T14:32:44.963031+0000","last_became_peered":"2024-09-13T14:32:44.963031+0000","last_unstale":"2024-09-13T14:38:01.447335+0000","last_undegraded":"2024-09-13T14:38:01.447335+0000","last_fullsized":"2024-09-13T14:38:01.447335+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:15:43.709469+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.2","version":"65'2","reported_seq":1040,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:58.078297+0000","last_change":"2024-09-13T14:32:44.954354+0000","last_active":"2024-09-13T14:37:58.078297+0000","last_peered":"2024-09-13T14:37:58.078297+0000","last_clean":"2024-09-13T14:37:58.078297+0000","last_became_active":"2024-09-13T14:32:44.953937+0000","last_became_peered":"2024-09-13T14:32:44.953937+0000","last_unstale":"2024-09-13T14:37:58.078297+0000","last_undegraded":"2024-09-13T14:37:58.078297+0000","last_fullsized":"2024-09-13T14:37:58.078297+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-14T22:00:15.492952+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00094368000000000002,"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":[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":1039,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:37:59.994339+0000","last_change":"2024-09-13T14:32:10.926314+0000","last_active":"2024-09-13T14:37:59.994339+0000","last_peered":"2024-09-13T14:37:59.994339+0000","last_clean":"2024-09-13T14:37:59.994339+0000","last_became_active":"2024-09-13T14:32:10.925869+0000","last_became_peered":"2024-09-13T14:32:10.925869+0000","last_unstale":"2024-09-13T14:37:59.994339+0000","last_undegraded":"2024-09-13T14:37:59.994339+0000","last_fullsized":"2024-09-13T14:37:59.994339+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:38:58.957447+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.4","version":"0'0","reported_seq":1331,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.447224+0000","last_change":"2024-09-13T14:33:50.013264+0000","last_active":"2024-09-13T14:38:01.447224+0000","last_peered":"2024-09-13T14:38:01.447224+0000","last_clean":"2024-09-13T14:38:01.447224+0000","last_became_active":"2024-09-13T14:33:50.012639+0000","last_became_peered":"2024-09-13T14:33:50.012639+0000","last_unstale":"2024-09-13T14:38:01.447224+0000","last_undegraded":"2024-09-13T14:38:01.447224+0000","last_fullsized":"2024-09-13T14:38:01.447224+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:30:52.561938+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.5","version":"0'0","reported_seq":1041,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:37:59.993705+0000","last_change":"2024-09-13T14:33:50.017811+0000","last_active":"2024-09-13T14:37:59.993705+0000","last_peered":"2024-09-13T14:37:59.993705+0000","last_clean":"2024-09-13T14:37:59.993705+0000","last_became_active":"2024-09-13T14:33:50.017485+0000","last_became_peered":"2024-09-13T14:33:50.017485+0000","last_unstale":"2024-09-13T14:37:59.993705+0000","last_undegraded":"2024-09-13T14:37:59.993705+0000","last_fullsized":"2024-09-13T14:37:59.993705+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:26:37.812712+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.4","version":"0'0","reported_seq":1317,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.447395+0000","last_change":"2024-09-13T14:32:44.965574+0000","last_active":"2024-09-13T14:38:01.447395+0000","last_peered":"2024-09-13T14:38:01.447395+0000","last_clean":"2024-09-13T14:38:01.447395+0000","last_became_active":"2024-09-13T14:32:44.963233+0000","last_became_peered":"2024-09-13T14:32:44.963233+0000","last_unstale":"2024-09-13T14:38:01.447395+0000","last_undegraded":"2024-09-13T14:38:01.447395+0000","last_fullsized":"2024-09-13T14:38:01.447395+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:40:28.561059+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00031535100000000001,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.2","version":"0'0","reported_seq":1309,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.446899+0000","last_change":"2024-09-13T14:32:44.952766+0000","last_active":"2024-09-13T14:38:01.446899+0000","last_peered":"2024-09-13T14:38:01.446899+0000","last_clean":"2024-09-13T14:38:01.446899+0000","last_became_active":"2024-09-13T14:32:44.952468+0000","last_became_peered":"2024-09-13T14:32:44.952468+0000","last_unstale":"2024-09-13T14:38:01.446899+0000","last_undegraded":"2024-09-13T14:38:01.446899+0000","last_fullsized":"2024-09-13T14:38:01.446899+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:27:19.239636+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.4","version":"0'0","reported_seq":1320,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.447307+0000","last_change":"2024-09-13T14:33:17.922486+0000","last_active":"2024-09-13T14:38:01.447307+0000","last_peered":"2024-09-13T14:38:01.447307+0000","last_clean":"2024-09-13T14:38:01.447307+0000","last_became_active":"2024-09-13T14:33:17.922130+0000","last_became_peered":"2024-09-13T14:33:17.922130+0000","last_unstale":"2024-09-13T14:38:01.447307+0000","last_undegraded":"2024-09-13T14:38:01.447307+0000","last_fullsized":"2024-09-13T14:38:01.447307+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:51:55.783052+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.5","version":"0'0","reported_seq":1027,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:58.232209+0000","last_change":"2024-09-13T14:32:10.925170+0000","last_active":"2024-09-13T14:37:58.232209+0000","last_peered":"2024-09-13T14:37:58.232209+0000","last_clean":"2024-09-13T14:37:58.232209+0000","last_became_active":"2024-09-13T14:32:10.924864+0000","last_became_peered":"2024-09-13T14:32:10.924864+0000","last_unstale":"2024-09-13T14:37:58.232209+0000","last_undegraded":"2024-09-13T14:37:58.232209+0000","last_fullsized":"2024-09-13T14:37:58.232209+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:23:13.266436+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000327091,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.3","version":"0'0","reported_seq":1343,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.447688+0000","last_change":"2024-09-13T14:32:10.935933+0000","last_active":"2024-09-13T14:38:01.447688+0000","last_peered":"2024-09-13T14:38:01.447688+0000","last_clean":"2024-09-13T14:38:01.447688+0000","last_became_active":"2024-09-13T14:32:10.935486+0000","last_became_peered":"2024-09-13T14:32:10.935486+0000","last_unstale":"2024-09-13T14:38:01.447688+0000","last_undegraded":"2024-09-13T14:38:01.447688+0000","last_fullsized":"2024-09-13T14:38:01.447688+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:49:31.318318+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.7","version":"70'2","reported_seq":1267,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.449246+0000","last_change":"2024-09-13T14:33:50.007531+0000","last_active":"2024-09-13T14:38:01.449246+0000","last_peered":"2024-09-13T14:38:01.449246+0000","last_clean":"2024-09-13T14:38:01.449246+0000","last_became_active":"2024-09-13T14:33:50.006847+0000","last_became_peered":"2024-09-13T14:33:50.006847+0000","last_unstale":"2024-09-13T14:38:01.449246+0000","last_undegraded":"2024-09-13T14:38:01.449246+0000","last_fullsized":"2024-09-13T14:38:01.449246+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T15:17:21.238998+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":[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":"0'0","reported_seq":1321,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.447754+0000","last_change":"2024-09-13T14:32:44.954419+0000","last_active":"2024-09-13T14:38:01.447754+0000","last_peered":"2024-09-13T14:38:01.447754+0000","last_clean":"2024-09-13T14:38:01.447754+0000","last_became_active":"2024-09-13T14:32:44.953988+0000","last_became_peered":"2024-09-13T14:32:44.953988+0000","last_unstale":"2024-09-13T14:38:01.447754+0000","last_undegraded":"2024-09-13T14:38:01.447754+0000","last_fullsized":"2024-09-13T14:38:01.447754+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:16:31.544386+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.0","version":"0'0","reported_seq":1264,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.448981+0000","last_change":"2024-09-13T14:33:50.001625+0000","last_active":"2024-09-13T14:38:01.448981+0000","last_peered":"2024-09-13T14:38:01.448981+0000","last_clean":"2024-09-13T14:38:01.448981+0000","last_became_active":"2024-09-13T14:33:50.001243+0000","last_became_peered":"2024-09-13T14:33:50.001243+0000","last_unstale":"2024-09-13T14:38:01.448981+0000","last_undegraded":"2024-09-13T14:38:01.448981+0000","last_fullsized":"2024-09-13T14:38:01.448981+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:22:07.201745+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.6","version":"70'1","reported_seq":1357,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.446319+0000","last_change":"2024-09-13T14:32:44.968175+0000","last_active":"2024-09-13T14:38:01.446319+0000","last_peered":"2024-09-13T14:38:01.446319+0000","last_clean":"2024-09-13T14:38:01.446319+0000","last_became_active":"2024-09-13T14:32:44.964527+0000","last_became_peered":"2024-09-13T14:32:44.964527+0000","last_unstale":"2024-09-13T14:38:01.446319+0000","last_undegraded":"2024-09-13T14:38:01.446319+0000","last_fullsized":"2024-09-13T14:38:01.446319+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T14:40:33.658595+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":[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.7","version":"0'0","reported_seq":1025,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:58.720818+0000","last_change":"2024-09-13T14:33:17.922456+0000","last_active":"2024-09-13T14:37:58.720818+0000","last_peered":"2024-09-13T14:37:58.720818+0000","last_clean":"2024-09-13T14:37:58.720818+0000","last_became_active":"2024-09-13T14:33:17.922068+0000","last_became_peered":"2024-09-13T14:33:17.922068+0000","last_unstale":"2024-09-13T14:37:58.720818+0000","last_undegraded":"2024-09-13T14:37:58.720818+0000","last_fullsized":"2024-09-13T14:37:58.720818+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:54:08.427589+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029877400000000002,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1","version":"0'0","reported_seq":1023,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:37:59.994603+0000","last_change":"2024-09-13T14:19:29.718951+0000","last_active":"2024-09-13T14:37:59.994603+0000","last_peered":"2024-09-13T14:37:59.994603+0000","last_clean":"2024-09-13T14:37:59.994603+0000","last_became_active":"2024-09-13T14:19:29.718589+0000","last_became_peered":"2024-09-13T14:19:29.718589+0000","last_unstale":"2024-09-13T14:37:59.994603+0000","last_undegraded":"2024-09-13T14:37:59.994603+0000","last_fullsized":"2024-09-13T14:37:59.994603+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:44:19.267895+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.13","version":"0'0","reported_seq":1046,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:37:59.994198+0000","last_change":"2024-09-13T14:33:17.924336+0000","last_active":"2024-09-13T14:37:59.994198+0000","last_peered":"2024-09-13T14:37:59.994198+0000","last_clean":"2024-09-13T14:37:59.994198+0000","last_became_active":"2024-09-13T14:33:17.924018+0000","last_became_peered":"2024-09-13T14:33:17.924018+0000","last_unstale":"2024-09-13T14:37:59.994198+0000","last_undegraded":"2024-09-13T14:37:59.994198+0000","last_fullsized":"2024-09-13T14:37:59.994198+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:37:24.279639+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[4,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.14","version":"455'23","reported_seq":1046,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:37:59.995101+0000","last_change":"2024-09-13T14:19:29.698825+0000","last_active":"2024-09-13T14:37:59.995101+0000","last_peered":"2024-09-13T14:37:59.995101+0000","last_clean":"2024-09-13T14:37:59.995101+0000","last_became_active":"2024-09-13T14:19:29.698348+0000","last_became_peered":"2024-09-13T14:19:29.698348+0000","last_unstale":"2024-09-13T14:37:59.995101+0000","last_undegraded":"2024-09-13T14:37:59.995101+0000","last_fullsized":"2024-09-13T14:37:59.995101+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":23,"log_dups_size":0,"ondisk_log_size":23,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:24:10.858859+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":4756,"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":23,"num_write_kb":20,"num_scrub_errors":0,"num_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":[4,7,6],"acting":[4,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.12","version":"0'0","reported_seq":1319,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.446695+0000","last_change":"2024-09-13T14:33:17.920871+0000","last_active":"2024-09-13T14:38:01.446695+0000","last_peered":"2024-09-13T14:38:01.446695+0000","last_clean":"2024-09-13T14:38:01.446695+0000","last_became_active":"2024-09-13T14:33:17.920540+0000","last_became_peered":"2024-09-13T14:33:17.920540+0000","last_unstale":"2024-09-13T14:38:01.446695+0000","last_undegraded":"2024-09-13T14:38:01.446695+0000","last_fullsized":"2024-09-13T14:38:01.446695+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:53:15.230821+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[1,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.15","version":"70'3","reported_seq":1017,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.447407+0000","last_change":"2024-09-13T14:33:50.005785+0000","last_active":"2024-09-13T14:38:01.447407+0000","last_peered":"2024-09-13T14:38:01.447407+0000","last_clean":"2024-09-13T14:38:01.447407+0000","last_became_active":"2024-09-13T14:33:50.004867+0000","last_became_peered":"2024-09-13T14:33:50.004867+0000","last_unstale":"2024-09-13T14:38:01.447407+0000","last_undegraded":"2024-09-13T14:38:01.447407+0000","last_fullsized":"2024-09-13T14:38:01.447407+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T01:07:00.670228+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":[7,3,4],"acting":[7,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.16","version":"0'0","reported_seq":1025,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:37:59.993145+0000","last_change":"2024-09-13T14:32:44.951631+0000","last_active":"2024-09-13T14:37:59.993145+0000","last_peered":"2024-09-13T14:37:59.993145+0000","last_clean":"2024-09-13T14:37:59.993145+0000","last_became_active":"2024-09-13T14:32:44.951318+0000","last_became_peered":"2024-09-13T14:32:44.951318+0000","last_unstale":"2024-09-13T14:37:59.993145+0000","last_undegraded":"2024-09-13T14:37:59.993145+0000","last_fullsized":"2024-09-13T14:37:59.993145+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:51:52.620505+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.11","version":"0'0","reported_seq":1227,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.448311+0000","last_change":"2024-09-13T14:33:50.016208+0000","last_active":"2024-09-13T14:38:01.448311+0000","last_peered":"2024-09-13T14:38:01.448311+0000","last_clean":"2024-09-13T14:38:01.448311+0000","last_became_active":"2024-09-13T14:33:50.015901+0000","last_became_peered":"2024-09-13T14:33:50.015901+0000","last_unstale":"2024-09-13T14:38:01.448311+0000","last_undegraded":"2024-09-13T14:38:01.448311+0000","last_fullsized":"2024-09-13T14:38:01.448311+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:35:14.110491+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.17","version":"0'0","reported_seq":1354,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.447363+0000","last_change":"2024-09-13T14:33:50.008202+0000","last_active":"2024-09-13T14:38:01.447363+0000","last_peered":"2024-09-13T14:38:01.447363+0000","last_clean":"2024-09-13T14:38:01.447363+0000","last_became_active":"2024-09-13T14:33:50.007915+0000","last_became_peered":"2024-09-13T14:33:50.007915+0000","last_unstale":"2024-09-13T14:38:01.447363+0000","last_undegraded":"2024-09-13T14:38:01.447363+0000","last_fullsized":"2024-09-13T14:38:01.447363+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:18:34.308988+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.10","version":"0'0","reported_seq":1257,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.448933+0000","last_change":"2024-09-13T14:33:50.015568+0000","last_active":"2024-09-13T14:38:01.448933+0000","last_peered":"2024-09-13T14:38:01.448933+0000","last_clean":"2024-09-13T14:38:01.448933+0000","last_became_active":"2024-09-13T14:33:50.013521+0000","last_became_peered":"2024-09-13T14:33:50.013521+0000","last_unstale":"2024-09-13T14:38:01.448933+0000","last_undegraded":"2024-09-13T14:38:01.448933+0000","last_fullsized":"2024-09-13T14:38:01.448933+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:31:49.771269+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[3,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.1f","version":"0'0","reported_seq":1012,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.446695+0000","last_change":"2024-09-13T14:32:44.957634+0000","last_active":"2024-09-13T14:38:01.446695+0000","last_peered":"2024-09-13T14:38:01.446695+0000","last_clean":"2024-09-13T14:38:01.446695+0000","last_became_active":"2024-09-13T14:32:44.957290+0000","last_became_peered":"2024-09-13T14:32:44.957290+0000","last_unstale":"2024-09-13T14:38:01.446695+0000","last_undegraded":"2024-09-13T14:38:01.446695+0000","last_fullsized":"2024-09-13T14:38:01.446695+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:26:22.264450+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.18","version":"0'0","reported_seq":1272,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.449102+0000","last_change":"2024-09-13T14:33:50.009292+0000","last_active":"2024-09-13T14:38:01.449102+0000","last_peered":"2024-09-13T14:38:01.449102+0000","last_clean":"2024-09-13T14:38:01.449102+0000","last_became_active":"2024-09-13T14:33:50.009027+0000","last_became_peered":"2024-09-13T14:33:50.009027+0000","last_unstale":"2024-09-13T14:38:01.449102+0000","last_undegraded":"2024-09-13T14:38:01.449102+0000","last_fullsized":"2024-09-13T14:38:01.449102+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:18:35.662905+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1e","version":"0'0","reported_seq":1355,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.446148+0000","last_change":"2024-09-13T14:33:50.011585+0000","last_active":"2024-09-13T14:38:01.446148+0000","last_peered":"2024-09-13T14:38:01.446148+0000","last_clean":"2024-09-13T14:38:01.446148+0000","last_became_active":"2024-09-13T14:33:50.011278+0000","last_became_peered":"2024-09-13T14:33:50.011278+0000","last_unstale":"2024-09-13T14:38:01.446148+0000","last_undegraded":"2024-09-13T14:38:01.446148+0000","last_fullsized":"2024-09-13T14:38:01.446148+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:06:52.960465+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.19","version":"0'0","reported_seq":1319,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.445523+0000","last_change":"2024-09-13T14:33:50.017071+0000","last_active":"2024-09-13T14:38:01.445523+0000","last_peered":"2024-09-13T14:38:01.445523+0000","last_clean":"2024-09-13T14:38:01.445523+0000","last_became_active":"2024-09-13T14:33:50.016794+0000","last_became_peered":"2024-09-13T14:33:50.016794+0000","last_unstale":"2024-09-13T14:38:01.445523+0000","last_undegraded":"2024-09-13T14:38:01.445523+0000","last_fullsized":"2024-09-13T14:38:01.445523+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:48:52.504699+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1d","version":"0'0","reported_seq":1256,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.447831+0000","last_change":"2024-09-13T14:33:50.008899+0000","last_active":"2024-09-13T14:38:01.447831+0000","last_peered":"2024-09-13T14:38:01.447831+0000","last_clean":"2024-09-13T14:38:01.447831+0000","last_became_active":"2024-09-13T14:33:50.008537+0000","last_became_peered":"2024-09-13T14:33:50.008537+0000","last_unstale":"2024-09-13T14:38:01.447831+0000","last_undegraded":"2024-09-13T14:38:01.447831+0000","last_fullsized":"2024-09-13T14:38:01.447831+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:22:58.523320+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"3.1a","version":"70'1","reported_seq":1053,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:57.970495+0000","last_change":"2024-09-13T14:33:17.923617+0000","last_active":"2024-09-13T14:37:57.970495+0000","last_peered":"2024-09-13T14:37:57.970495+0000","last_clean":"2024-09-13T14:37:57.970495+0000","last_became_active":"2024-09-13T14:33:17.923336+0000","last_became_peered":"2024-09-13T14:33:17.923336+0000","last_unstale":"2024-09-13T14:37:57.970495+0000","last_undegraded":"2024-09-13T14:37:57.970495+0000","last_fullsized":"2024-09-13T14:37:57.970495+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T15:55:13.594527+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1c","version":"0'0","reported_seq":1291,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.445724+0000","last_change":"2024-09-13T14:33:50.004145+0000","last_active":"2024-09-13T14:38:01.445724+0000","last_peered":"2024-09-13T14:38:01.445724+0000","last_clean":"2024-09-13T14:38:01.445724+0000","last_became_active":"2024-09-13T14:33:50.003589+0000","last_became_peered":"2024-09-13T14:33:50.003589+0000","last_unstale":"2024-09-13T14:38:01.445724+0000","last_undegraded":"2024-09-13T14:38:01.445724+0000","last_fullsized":"2024-09-13T14:38:01.445724+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:15:34.819491+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[2,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.1b","version":"70'1","reported_seq":1344,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.448164+0000","last_change":"2024-09-13T14:32:10.932053+0000","last_active":"2024-09-13T14:38:01.448164+0000","last_peered":"2024-09-13T14:38:01.448164+0000","last_clean":"2024-09-13T14:38:01.448164+0000","last_became_active":"2024-09-13T14:32:10.931382+0000","last_became_peered":"2024-09-13T14:32:10.931382+0000","last_unstale":"2024-09-13T14:38:01.448164+0000","last_undegraded":"2024-09-13T14:38:01.448164+0000","last_fullsized":"2024-09-13T14:38:01.448164+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T19:21:03.486287+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1b","version":"0'0","reported_seq":1051,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:57.970494+0000","last_change":"2024-09-13T14:33:49.999986+0000","last_active":"2024-09-13T14:37:57.970494+0000","last_peered":"2024-09-13T14:37:57.970494+0000","last_clean":"2024-09-13T14:37:57.970494+0000","last_became_active":"2024-09-13T14:33:49.999745+0000","last_became_peered":"2024-09-13T14:33:49.999745+0000","last_unstale":"2024-09-13T14:37:57.970494+0000","last_undegraded":"2024-09-13T14:37:57.970494+0000","last_fullsized":"2024-09-13T14:37:57.970494+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:32:11.265639+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,3,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1c","version":"70'2","reported_seq":1026,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:58.078437+0000","last_change":"2024-09-13T14:32:44.952627+0000","last_active":"2024-09-13T14:37:58.078437+0000","last_peered":"2024-09-13T14:37:58.078437+0000","last_clean":"2024-09-13T14:37:58.078437+0000","last_became_active":"2024-09-13T14:32:44.952336+0000","last_became_peered":"2024-09-13T14:32:44.952336+0000","last_unstale":"2024-09-13T14:37:58.078437+0000","last_undegraded":"2024-09-13T14:37:58.078437+0000","last_fullsized":"2024-09-13T14:37:58.078437+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T00:08:59.441392+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":[5,4,1],"acting":[5,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.1a","version":"0'0","reported_seq":1051,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:57.970346+0000","last_change":"2024-09-13T14:33:50.006204+0000","last_active":"2024-09-13T14:37:57.970346+0000","last_peered":"2024-09-13T14:37:57.970346+0000","last_clean":"2024-09-13T14:37:57.970346+0000","last_became_active":"2024-09-13T14:33:50.005755+0000","last_became_peered":"2024-09-13T14:33:50.005755+0000","last_unstale":"2024-09-13T14:37:57.970346+0000","last_undegraded":"2024-09-13T14:37:57.970346+0000","last_fullsized":"2024-09-13T14:37:57.970346+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:12:45.099773+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[4,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1d","version":"70'2","reported_seq":1011,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:58.078578+0000","last_change":"2024-09-13T14:19:29.699807+0000","last_active":"2024-09-13T14:37:58.078578+0000","last_peered":"2024-09-13T14:37:58.078578+0000","last_clean":"2024-09-13T14:37:58.078578+0000","last_became_active":"2024-09-13T14:19:29.698125+0000","last_became_peered":"2024-09-13T14:19:29.698125+0000","last_unstale":"2024-09-13T14:37:58.078578+0000","last_undegraded":"2024-09-13T14:37:58.078578+0000","last_fullsized":"2024-09-13T14:37:58.078578+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T21:12:45.446921+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":[5,4,6],"acting":[5,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.19","version":"0'0","reported_seq":1262,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.448614+0000","last_change":"2024-09-13T14:33:50.009082+0000","last_active":"2024-09-13T14:38:01.448614+0000","last_peered":"2024-09-13T14:38:01.448614+0000","last_clean":"2024-09-13T14:38:01.448614+0000","last_became_active":"2024-09-13T14:33:50.008318+0000","last_became_peered":"2024-09-13T14:33:50.008318+0000","last_unstale":"2024-09-13T14:38:01.448614+0000","last_undegraded":"2024-09-13T14:38:01.448614+0000","last_fullsized":"2024-09-13T14:38:01.448614+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:56:41.983614+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,0],"acting":[3,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1e","version":"70'1","reported_seq":1250,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.448165+0000","last_change":"2024-09-13T14:33:50.012127+0000","last_active":"2024-09-13T14:38:01.448165+0000","last_peered":"2024-09-13T14:38:01.448165+0000","last_clean":"2024-09-13T14:38:01.448165+0000","last_became_active":"2024-09-13T14:33:50.011307+0000","last_became_peered":"2024-09-13T14:33:50.011307+0000","last_unstale":"2024-09-13T14:38:01.448165+0000","last_undegraded":"2024-09-13T14:38:01.448165+0000","last_fullsized":"2024-09-13T14:38:01.448165+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T15:44:11.340867+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.18","version":"0'0","reported_seq":1036,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:57.970172+0000","last_change":"2024-09-13T14:32:44.953530+0000","last_active":"2024-09-13T14:37:57.970172+0000","last_peered":"2024-09-13T14:37:57.970172+0000","last_clean":"2024-09-13T14:37:57.970172+0000","last_became_active":"2024-09-13T14:32:44.953223+0000","last_became_peered":"2024-09-13T14:32:44.953223+0000","last_unstale":"2024-09-13T14:37:57.970172+0000","last_undegraded":"2024-09-13T14:37:57.970172+0000","last_fullsized":"2024-09-13T14:37:57.970172+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:08:35.049443+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1f","version":"70'4","reported_seq":1360,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.447500+0000","last_change":"2024-09-13T14:33:17.926914+0000","last_active":"2024-09-13T14:38:01.447500+0000","last_peered":"2024-09-13T14:38:01.447500+0000","last_clean":"2024-09-13T14:38:01.447500+0000","last_became_active":"2024-09-13T14:33:17.926517+0000","last_became_peered":"2024-09-13T14:33:17.926517+0000","last_unstale":"2024-09-13T14:38:01.447500+0000","last_undegraded":"2024-09-13T14:38:01.447500+0000","last_fullsized":"2024-09-13T14:38:01.447500+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T16:07:35.423857+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,5,2],"acting":[0,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]}],"pool_stats":[{"poolid":4,"num_pg":32,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":96,"acting":96,"num_store_stats":8},{"poolid":3,"num_pg":32,"stat_sum":{"num_bytes":5554,"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":62,"num_write_kb":31,"num_scrub_errors":0,"num_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":16662,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":11473,"internal_metadata":0},"log_size":56,"ondisk_log_size":56,"up":96,"acting":96,"num_store_stats":8},{"poolid":2,"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":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":392,"num_read_kb":834,"num_write":215,"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":149,"ondisk_log_size":149,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":7,"up_from":54,"seq":231928234242,"num_pgs":30,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":59544,"kb_used_data":10380,"kb_used_omap":1,"kb_used_meta":49150,"kb_avail":93685608,"statfs":{"total":95995035648,"available":95934062592,"internally_reserved":0,"allocated":10629120,"data_stored":7638508,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1588,"internal_metadata":50330060},"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":46,"seq":197568495880,"num_pgs":27,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":59536,"kb_used_data":10372,"kb_used_omap":1,"kb_used_meta":49150,"kb_avail":93685616,"statfs":{"total":95995035648,"available":95934070784,"internally_reserved":0,"allocated":10620928,"data_stored":7638381,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":50330055},"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":38,"seq":163208757516,"num_pgs":21,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":99080,"kb_used_data":9784,"kb_used_omap":1,"kb_used_meta":89278,"kb_avail":93646072,"statfs":{"total":95995035648,"available":95893577728,"internally_reserved":0,"allocated":10018816,"data_stored":7043839,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":91421126},"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":[]},{"osd":4,"up_from":30,"seq":128849019153,"num_pgs":33,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":85136,"kb_used_data":9796,"kb_used_omap":1,"kb_used_meta":75326,"kb_avail":93660016,"statfs":{"total":95995035648,"available":95907856384,"internally_reserved":0,"allocated":10031104,"data_stored":7048070,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":77134278},"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":845,"seq":3629247365182,"num_pgs":31,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":41724,"kb_used_data":9776,"kb_used_omap":34,"kb_used_meta":31901,"kb_avail":93703428,"statfs":{"total":95995035648,"available":95952310272,"internally_reserved":0,"allocated":10010624,"data_stored":7043270,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":35801,"internal_metadata":32666663},"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":813,"seq":3491808411717,"num_pgs":19,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":46208,"kb_used_data":9780,"kb_used_omap":50,"kb_used_meta":36365,"kb_avail":93698944,"statfs":{"total":95995035648,"available":95947718656,"internally_reserved":0,"allocated":10014720,"data_stored":7043796,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":52011,"internal_metadata":37237973},"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":780,"seq":3350074490955,"num_pgs":32,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":45884,"kb_used_data":9776,"kb_used_omap":30,"kb_used_meta":36065,"kb_avail":93699268,"statfs":{"total":95995035648,"available":95948050432,"internally_reserved":0,"allocated":10010624,"data_stored":7043199,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":31404,"internal_metadata":36930900},"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":[]},{"osd":0,"up_from":746,"seq":3204045602898,"num_pgs":26,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":38724,"kb_used_data":10360,"kb_used_omap":66,"kb_used_meta":28285,"kb_avail":93706428,"statfs":{"total":95995035648,"available":95955382272,"internally_reserved":0,"allocated":10608640,"data_stored":7634152,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":68403,"internal_metadata":28964045},"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":0,"data_stored":0,"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":4096,"data_stored":19,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":4096,"data_stored":19,"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":4096,"data_stored":19,"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":0,"data_stored":0,"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":8192,"data_stored":604,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3890,"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":3041,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":616,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1366,"internal_metadata":0},{"poolid":3,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":90,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3176,"internal_metadata":0},{"poolid":3,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":24576,"data_stored":4902,"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":8192,"data_stored":652,"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":16384,"data_stored":4826,"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":28672,"data_stored":4972,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":0,"data_stored":0,"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-09-13T14:38:53.518 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-13T14:38:53.518 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-13T14:38:53.518 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-13T14:38:53.518 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph health --format=json 2024-09-13T14:38:53.717 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:38:54.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:38:54 smithi071 ceph-mon[107477]: pgmap v1116: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:54.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:38:54 smithi071 ceph-mon[107477]: from='client.44516 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T14:38:54.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:38:54 smithi071 ceph-mon[112785]: pgmap v1116: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:54.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:38:54 smithi071 ceph-mon[112785]: from='client.44516 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T14:38:54.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:38:54 smithi104 ceph-mon[105578]: pgmap v1116: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:54.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:38:54 smithi104 ceph-mon[105578]: from='client.44516 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T14:38:55.586 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:38:55.586 INFO:teuthology.orchestra.run.smithi071.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-13T14:38:56.237 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:38:56 smithi071 ceph-mon[107477]: pgmap v1117: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:56.237 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:38:56 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3315097506' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-13T14:38:56.237 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:38:56 smithi071 ceph-mon[112785]: pgmap v1117: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:56.237 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:38:56 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3315097506' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-13T14:38:56.257 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-09-13T14:38:56.258 INFO:teuthology.run_tasks:Running task print... 2024-09-13T14:38:56.267 INFO:teuthology.task.print:**** applying stress + thrashing to mixed-version cluster **** 2024-09-13T14:38:56.268 INFO:teuthology.run_tasks:Running task parallel... 2024-09-13T14:38:56.334 INFO:teuthology.task.parallel:starting parallel... 2024-09-13T14:38:56.334 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-09-13T14:38:56.334 INFO:teuthology.task.sequential:In sequential, running task thrashosds... 2024-09-13T14:38:56.337 INFO:tasks.thrashosds:config is {'aggressive_pg_num_changes': False, 'chance_force_recovery': 0, 'chance_pgnum_grow': 1, 'chance_pgpnum_fix': 1, 'chance_thrash_cluster_full': 0, 'chance_thrash_pg_upmap': 0, 'chance_thrash_pg_upmap_items': 0, 'disable_objectstore_tool_tests': True, 'timeout': 1200, 'sighup_delay': 0.1, 'optrack_toggle_delay': 2.0, 'dump_ops_enable': 'true', 'noscrub_toggle_delay': 2.0, 'random_eio': 0.0} 2024-09-13T14:38:56.337 INFO:tasks.thrashosds:overrides is {'admin_socket': {'branch': 'wip-aclamk-cbt-combined'}, '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', 'PG_AVAILABILITY'], 'sha1': 'd58f73069a8157a9ace12a0247ee3e8497707ea9'}, 'ceph-deploy': {'conf': {'client': {'log file': '/var/log/ceph/ceph-$name.$pid.log'}, 'mon': {}}}, 'install': {'ceph': {'flavor': 'default', 'sha1': 'd58f73069a8157a9ace12a0247ee3e8497707ea9'}}, 'selinux': {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']}, 'workunit': {'branch': 'wip-aclamk-cbt-combined', 'sha1': 'd58f73069a8157a9ace12a0247ee3e8497707ea9'}} 2024-09-13T14:38:56.337 INFO:tasks.thrashosds:config is {'aggressive_pg_num_changes': False, 'chance_force_recovery': 0, 'chance_pgnum_grow': 1, 'chance_pgpnum_fix': 1, 'chance_thrash_cluster_full': 0, 'chance_thrash_pg_upmap': 0, 'chance_thrash_pg_upmap_items': 0, 'disable_objectstore_tool_tests': True, 'timeout': 1200, 'sighup_delay': 0.1, 'optrack_toggle_delay': 2.0, 'dump_ops_enable': 'true', 'noscrub_toggle_delay': 2.0, 'random_eio': 0.0} 2024-09-13T14:38:56.337 INFO:tasks.thrashosds:Beginning thrashosds... 2024-09-13T14:38:56.337 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-13T14:38:56.338 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-13T14:38:56.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:38:56 smithi104 ceph-mon[105578]: pgmap v1117: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:56.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:38:56 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3315097506' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-13T14:38:56.533 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:38:58.378 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:38:58.472 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:38:58 smithi071 ceph-mon[107477]: pgmap v1118: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:58.473 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:38:58 smithi071 ceph-mon[112785]: pgmap v1118: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:58.474 INFO:teuthology.orchestra.run.smithi071.stderr:dumped all 2024-09-13T14:38:58.476 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:38:58 smithi104 ceph-mon[105578]: pgmap v1118: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:38:59.064 INFO:teuthology.orchestra.run.smithi071.stdout:{"pg_ready":true,"pg_map":{"version":1118,"stamp":"2024-09-13T14:38:56.395119+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":595941,"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":392,"num_read_kb":834,"num_write":279,"num_write_kb":2449,"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":208,"ondisk_log_size":208,"up":219,"acting":219,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":219,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":8,"kb":749961216,"kb_used":475836,"kb_used_data":80024,"kb_used_omap":189,"kb_used_meta":395522,"kb_avail":749485380,"statfs":{"total":767960285184,"available":767473029120,"internally_reserved":0,"allocated":81944576,"data_stored":58133215,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":193988,"internal_metadata":405015100},"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.002565"},"pg_stats":[{"pgid":"4.14","version":"0'0","reported_seq":1256,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.449377+0000","last_change":"2024-09-13T14:33:50.008770+0000","last_active":"2024-09-13T14:38:01.449377+0000","last_peered":"2024-09-13T14:38:01.449377+0000","last_clean":"2024-09-13T14:38:01.449377+0000","last_became_active":"2024-09-13T14:33:50.008458+0000","last_became_peered":"2024-09-13T14:33:50.008458+0000","last_unstale":"2024-09-13T14:38:01.449377+0000","last_undegraded":"2024-09-13T14:38:01.449377+0000","last_fullsized":"2024-09-13T14:38:01.449377+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:37:03.820546+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.13","version":"70'2","reported_seq":1016,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.445950+0000","last_change":"2024-09-13T14:33:17.924359+0000","last_active":"2024-09-13T14:38:01.445950+0000","last_peered":"2024-09-13T14:38:01.445950+0000","last_clean":"2024-09-13T14:38:01.445950+0000","last_became_active":"2024-09-13T14:33:17.923983+0000","last_became_peered":"2024-09-13T14:33:17.923983+0000","last_unstale":"2024-09-13T14:38:01.445950+0000","last_undegraded":"2024-09-13T14:38:01.445950+0000","last_fullsized":"2024-09-13T14:38:01.445950+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T19:42:27.641362+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":[7,4,2],"acting":[7,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.15","version":"0'0","reported_seq":1024,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:37:59.992917+0000","last_change":"2024-09-13T14:33:50.017856+0000","last_active":"2024-09-13T14:37:59.992917+0000","last_peered":"2024-09-13T14:37:59.992917+0000","last_clean":"2024-09-13T14:37:59.992917+0000","last_became_active":"2024-09-13T14:33:50.017494+0000","last_became_peered":"2024-09-13T14:33:50.017494+0000","last_unstale":"2024-09-13T14:37:59.992917+0000","last_undegraded":"2024-09-13T14:37:59.992917+0000","last_fullsized":"2024-09-13T14:37:59.992917+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:43:09.303887+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[5,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.12","version":"0'0","reported_seq":1354,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.447038+0000","last_change":"2024-09-13T14:33:50.008169+0000","last_active":"2024-09-13T14:38:01.447038+0000","last_peered":"2024-09-13T14:38:01.447038+0000","last_clean":"2024-09-13T14:38:01.447038+0000","last_became_active":"2024-09-13T14:33:50.007859+0000","last_became_peered":"2024-09-13T14:33:50.007859+0000","last_unstale":"2024-09-13T14:38:01.447038+0000","last_undegraded":"2024-09-13T14:38:01.447038+0000","last_fullsized":"2024-09-13T14:38:01.447038+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:07:59.877822+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.16","version":"0'0","reported_seq":1353,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.446193+0000","last_change":"2024-09-13T14:33:50.012976+0000","last_active":"2024-09-13T14:38:01.446193+0000","last_peered":"2024-09-13T14:38:01.446193+0000","last_clean":"2024-09-13T14:38:01.446193+0000","last_became_active":"2024-09-13T14:33:50.011994+0000","last_became_peered":"2024-09-13T14:33:50.011994+0000","last_unstale":"2024-09-13T14:38:01.446193+0000","last_undegraded":"2024-09-13T14:38:01.446193+0000","last_fullsized":"2024-09-13T14:38:01.446193+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:48:05.572330+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[0,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.11","version":"0'0","reported_seq":999,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.446341+0000","last_change":"2024-09-13T14:19:29.703360+0000","last_active":"2024-09-13T14:38:01.446341+0000","last_peered":"2024-09-13T14:38:01.446341+0000","last_clean":"2024-09-13T14:38:01.446341+0000","last_became_active":"2024-09-13T14:19:29.703116+0000","last_became_peered":"2024-09-13T14:19:29.703116+0000","last_unstale":"2024-09-13T14:38:01.446341+0000","last_undegraded":"2024-09-13T14:38:01.446341+0000","last_fullsized":"2024-09-13T14:38:01.446341+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:25:26.688209+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.17","version":"0'0","reported_seq":1256,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.449031+0000","last_change":"2024-09-13T14:33:50.010343+0000","last_active":"2024-09-13T14:38:01.449031+0000","last_peered":"2024-09-13T14:38:01.449031+0000","last_clean":"2024-09-13T14:38:01.449031+0000","last_became_active":"2024-09-13T14:33:50.010010+0000","last_became_peered":"2024-09-13T14:33:50.010010+0000","last_unstale":"2024-09-13T14:38:01.449031+0000","last_undegraded":"2024-09-13T14:38:01.449031+0000","last_fullsized":"2024-09-13T14:38:01.449031+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:27:22.130039+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[3,7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.10","version":"70'8","reported_seq":1020,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.445853+0000","last_change":"2024-09-13T14:32:10.923132+0000","last_active":"2024-09-13T14:38:01.445853+0000","last_peered":"2024-09-13T14:38:01.445853+0000","last_clean":"2024-09-13T14:38:01.445853+0000","last_became_active":"2024-09-13T14:32:10.922710+0000","last_became_peered":"2024-09-13T14:32:10.922710+0000","last_unstale":"2024-09-13T14:38:01.445853+0000","last_undegraded":"2024-09-13T14:38:01.445853+0000","last_fullsized":"2024-09-13T14:38:01.445853+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T19:47:11.104439+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":[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.f","version":"70'1","reported_seq":1015,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:58.232194+0000","last_change":"2024-09-13T14:32:10.925838+0000","last_active":"2024-09-13T14:37:58.232194+0000","last_peered":"2024-09-13T14:37:58.232194+0000","last_clean":"2024-09-13T14:37:58.232194+0000","last_became_active":"2024-09-13T14:32:10.925469+0000","last_became_peered":"2024-09-13T14:32:10.925469+0000","last_unstale":"2024-09-13T14:37:58.232194+0000","last_undegraded":"2024-09-13T14:37:58.232194+0000","last_fullsized":"2024-09-13T14:37:58.232194+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T17:37:11.282892+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":[7,4,0],"acting":[7,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.8","version":"0'0","reported_seq":1009,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:58.078128+0000","last_change":"2024-09-13T14:19:29.737140+0000","last_active":"2024-09-13T14:37:58.078128+0000","last_peered":"2024-09-13T14:37:58.078128+0000","last_clean":"2024-09-13T14:37:58.078128+0000","last_became_active":"2024-09-13T14:19:29.736847+0000","last_became_peered":"2024-09-13T14:19:29.736847+0000","last_unstale":"2024-09-13T14:37:58.078128+0000","last_undegraded":"2024-09-13T14:37:58.078128+0000","last_fullsized":"2024-09-13T14:37:58.078128+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:38:08.956564+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.e","version":"70'2","reported_seq":1016,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:58.232121+0000","last_change":"2024-09-13T14:32:44.955178+0000","last_active":"2024-09-13T14:37:58.232121+0000","last_peered":"2024-09-13T14:37:58.232121+0000","last_clean":"2024-09-13T14:37:58.232121+0000","last_became_active":"2024-09-13T14:32:44.954792+0000","last_became_peered":"2024-09-13T14:32:44.954792+0000","last_unstale":"2024-09-13T14:37:58.232121+0000","last_undegraded":"2024-09-13T14:37:58.232121+0000","last_fullsized":"2024-09-13T14:37:58.232121+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T19:15:55.869971+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,4,1],"acting":[7,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.9","version":"0'0","reported_seq":1052,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:57.970344+0000","last_change":"2024-09-13T14:33:50.009790+0000","last_active":"2024-09-13T14:37:57.970344+0000","last_peered":"2024-09-13T14:37:57.970344+0000","last_clean":"2024-09-13T14:37:57.970344+0000","last_became_active":"2024-09-13T14:33:50.009577+0000","last_became_peered":"2024-09-13T14:33:50.009577+0000","last_unstale":"2024-09-13T14:37:57.970344+0000","last_undegraded":"2024-09-13T14:37:57.970344+0000","last_fullsized":"2024-09-13T14:37:57.970344+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:24:54.799730+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.d","version":"70'1","reported_seq":1000,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:58.232189+0000","last_change":"2024-09-13T14:19:29.702716+0000","last_active":"2024-09-13T14:37:58.232189+0000","last_peered":"2024-09-13T14:37:58.232189+0000","last_clean":"2024-09-13T14:37:58.232189+0000","last_became_active":"2024-09-13T14:19:29.702205+0000","last_became_peered":"2024-09-13T14:19:29.702205+0000","last_unstale":"2024-09-13T14:37:58.232189+0000","last_undegraded":"2024-09-13T14:37:58.232189+0000","last_fullsized":"2024-09-13T14:37:58.232189+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T22:09:38.318232+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":[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.a","version":"0'0","reported_seq":1011,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:58.720401+0000","last_change":"2024-09-13T14:32:44.958584+0000","last_active":"2024-09-13T14:37:58.720401+0000","last_peered":"2024-09-13T14:37:58.720401+0000","last_clean":"2024-09-13T14:37:58.720401+0000","last_became_active":"2024-09-13T14:32:44.957835+0000","last_became_peered":"2024-09-13T14:32:44.957835+0000","last_unstale":"2024-09-13T14:37:58.720401+0000","last_undegraded":"2024-09-13T14:37:58.720401+0000","last_fullsized":"2024-09-13T14:37:58.720401+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:37:09.087325+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1,7],"acting":[6,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.c","version":"0'0","reported_seq":1025,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:58.078442+0000","last_change":"2024-09-13T14:33:50.012948+0000","last_active":"2024-09-13T14:37:58.078442+0000","last_peered":"2024-09-13T14:37:58.078442+0000","last_clean":"2024-09-13T14:37:58.078442+0000","last_became_active":"2024-09-13T14:33:50.012635+0000","last_became_peered":"2024-09-13T14:33:50.012635+0000","last_unstale":"2024-09-13T14:37:58.078442+0000","last_undegraded":"2024-09-13T14:37:58.078442+0000","last_fullsized":"2024-09-13T14:37:58.078442+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:11:13.396587+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.b","version":"0'0","reported_seq":1367,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.446966+0000","last_change":"2024-09-13T14:33:17.924064+0000","last_active":"2024-09-13T14:38:01.446966+0000","last_peered":"2024-09-13T14:38:01.446966+0000","last_clean":"2024-09-13T14:38:01.446966+0000","last_became_active":"2024-09-13T14:33:17.923735+0000","last_became_peered":"2024-09-13T14:33:17.923735+0000","last_unstale":"2024-09-13T14:38:01.446966+0000","last_undegraded":"2024-09-13T14:38:01.446966+0000","last_fullsized":"2024-09-13T14:38:01.446966+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:22:09.908057+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[0,2,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.b","version":"70'2","reported_seq":1267,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.447741+0000","last_change":"2024-09-13T14:33:50.002458+0000","last_active":"2024-09-13T14:38:01.447741+0000","last_peered":"2024-09-13T14:38:01.447741+0000","last_clean":"2024-09-13T14:38:01.447741+0000","last_became_active":"2024-09-13T14:33:50.000932+0000","last_became_peered":"2024-09-13T14:33:50.000932+0000","last_unstale":"2024-09-13T14:38:01.447741+0000","last_undegraded":"2024-09-13T14:38:01.447741+0000","last_fullsized":"2024-09-13T14:38:01.447741+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T16:10:41.510838+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":[3,0,4],"acting":[3,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.c","version":"0'0","reported_seq":1037,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:57.970624+0000","last_change":"2024-09-13T14:33:50.001045+0000","last_active":"2024-09-13T14:37:57.970624+0000","last_peered":"2024-09-13T14:37:57.970624+0000","last_clean":"2024-09-13T14:37:57.970624+0000","last_became_active":"2024-09-13T14:33:50.000727+0000","last_became_peered":"2024-09-13T14:33:50.000727+0000","last_unstale":"2024-09-13T14:37:57.970624+0000","last_undegraded":"2024-09-13T14:37:57.970624+0000","last_fullsized":"2024-09-13T14:37:57.970624+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:04:17.630105+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[4,3,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.a","version":"0'0","reported_seq":1012,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:58.720598+0000","last_change":"2024-09-13T14:32:44.958399+0000","last_active":"2024-09-13T14:37:58.720598+0000","last_peered":"2024-09-13T14:37:58.720598+0000","last_clean":"2024-09-13T14:37:58.720598+0000","last_became_active":"2024-09-13T14:32:44.957143+0000","last_became_peered":"2024-09-13T14:32:44.957143+0000","last_unstale":"2024-09-13T14:37:58.720598+0000","last_undegraded":"2024-09-13T14:37:58.720598+0000","last_fullsized":"2024-09-13T14:37:58.720598+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:38:34.798967+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.d","version":"0'0","reported_seq":1052,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:57.970884+0000","last_change":"2024-09-13T14:33:17.924971+0000","last_active":"2024-09-13T14:37:57.970884+0000","last_peered":"2024-09-13T14:37:57.970884+0000","last_clean":"2024-09-13T14:37:57.970884+0000","last_became_active":"2024-09-13T14:33:17.924648+0000","last_became_peered":"2024-09-13T14:33:17.924648+0000","last_unstale":"2024-09-13T14:37:57.970884+0000","last_undegraded":"2024-09-13T14:37:57.970884+0000","last_fullsized":"2024-09-13T14:37:57.970884+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:45:08.239283+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,1],"acting":[4,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.9","version":"0'0","reported_seq":1038,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:57.970728+0000","last_change":"2024-09-13T14:33:17.926775+0000","last_active":"2024-09-13T14:37:57.970728+0000","last_peered":"2024-09-13T14:37:57.970728+0000","last_clean":"2024-09-13T14:37:57.970728+0000","last_became_active":"2024-09-13T14:33:17.926188+0000","last_became_peered":"2024-09-13T14:33:17.926188+0000","last_unstale":"2024-09-13T14:37:57.970728+0000","last_undegraded":"2024-09-13T14:37:57.970728+0000","last_fullsized":"2024-09-13T14:37:57.970728+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:03:12.922468+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,7],"acting":[4,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.e","version":"0'0","reported_seq":1037,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:57.971067+0000","last_change":"2024-09-13T14:32:44.957195+0000","last_active":"2024-09-13T14:37:57.971067+0000","last_peered":"2024-09-13T14:37:57.971067+0000","last_clean":"2024-09-13T14:37:57.971067+0000","last_became_active":"2024-09-13T14:32:44.956868+0000","last_became_peered":"2024-09-13T14:32:44.956868+0000","last_unstale":"2024-09-13T14:37:57.971067+0000","last_undegraded":"2024-09-13T14:37:57.971067+0000","last_fullsized":"2024-09-13T14:37:57.971067+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:42:34.097129+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.8","version":"0'0","reported_seq":1258,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.449189+0000","last_change":"2024-09-13T14:33:50.016175+0000","last_active":"2024-09-13T14:38:01.449189+0000","last_peered":"2024-09-13T14:38:01.449189+0000","last_clean":"2024-09-13T14:38:01.449189+0000","last_became_active":"2024-09-13T14:33:50.015292+0000","last_became_peered":"2024-09-13T14:33:50.015292+0000","last_unstale":"2024-09-13T14:38:01.449189+0000","last_undegraded":"2024-09-13T14:38:01.449189+0000","last_fullsized":"2024-09-13T14:38:01.449189+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:51:12.143000+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.f","version":"0'0","reported_seq":1319,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.447534+0000","last_change":"2024-09-13T14:33:50.013628+0000","last_active":"2024-09-13T14:38:01.447534+0000","last_peered":"2024-09-13T14:38:01.447534+0000","last_clean":"2024-09-13T14:38:01.447534+0000","last_became_active":"2024-09-13T14:33:50.013363+0000","last_became_peered":"2024-09-13T14:33:50.013363+0000","last_unstale":"2024-09-13T14:38:01.447534+0000","last_undegraded":"2024-09-13T14:38:01.447534+0000","last_fullsized":"2024-09-13T14:38:01.447534+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:02:52.023431+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.0","version":"373'149","reported_seq":1345,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:58.231161+0000","last_change":"2024-09-13T14:32:10.924871+0000","last_active":"2024-09-13T14:37:58.231161+0000","last_peered":"2024-09-13T14:37:58.231161+0000","last_clean":"2024-09-13T14:37:58.231161+0000","last_became_active":"2024-09-13T14:32:10.924500+0000","last_became_peered":"2024-09-13T14:32:10.924500+0000","last_unstale":"2024-09-13T14:37:58.231161+0000","last_undegraded":"2024-09-13T14:37:58.231161+0000","last_fullsized":"2024-09-13T14:37:58.231161+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:15:42.548303+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:21:02.828762+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":392,"num_read_kb":834,"num_write":215,"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":"63'1","reported_seq":1039,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:58.078369+0000","last_change":"2024-09-13T14:33:17.925155+0000","last_active":"2024-09-13T14:37:58.078369+0000","last_peered":"2024-09-13T14:37:58.078369+0000","last_clean":"2024-09-13T14:37:58.078369+0000","last_became_active":"2024-09-13T14:33:17.924828+0000","last_became_peered":"2024-09-13T14:33:17.924828+0000","last_unstale":"2024-09-13T14:37:58.078369+0000","last_undegraded":"2024-09-13T14:37:58.078369+0000","last_fullsized":"2024-09-13T14:37:58.078369+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-14T16:07:59.858659+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029038399999999998,"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":[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":1229,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.448771+0000","last_change":"2024-09-13T14:33:50.013100+0000","last_active":"2024-09-13T14:38:01.448771+0000","last_peered":"2024-09-13T14:38:01.448771+0000","last_clean":"2024-09-13T14:38:01.448771+0000","last_became_active":"2024-09-13T14:33:50.012820+0000","last_became_peered":"2024-09-13T14:33:50.012820+0000","last_unstale":"2024-09-13T14:38:01.448771+0000","last_undegraded":"2024-09-13T14:38:01.448771+0000","last_fullsized":"2024-09-13T14:38:01.448771+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:49:13.320472+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.5","version":"0'0","reported_seq":997,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.446396+0000","last_change":"2024-09-13T14:19:29.739160+0000","last_active":"2024-09-13T14:38:01.446396+0000","last_peered":"2024-09-13T14:38:01.446396+0000","last_clean":"2024-09-13T14:38:01.446396+0000","last_became_active":"2024-09-13T14:19:29.738892+0000","last_became_peered":"2024-09-13T14:19:29.738892+0000","last_unstale":"2024-09-13T14:38:01.446396+0000","last_undegraded":"2024-09-13T14:38:01.446396+0000","last_fullsized":"2024-09-13T14:38:01.446396+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:04:33.496723+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.0","version":"0'0","reported_seq":1043,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.445633+0000","last_change":"2024-09-13T14:32:44.959494+0000","last_active":"2024-09-13T14:38:01.445633+0000","last_peered":"2024-09-13T14:38:01.445633+0000","last_clean":"2024-09-13T14:38:01.445633+0000","last_became_active":"2024-09-13T14:32:44.959144+0000","last_became_peered":"2024-09-13T14:32:44.959144+0000","last_unstale":"2024-09-13T14:38:01.445633+0000","last_undegraded":"2024-09-13T14:38:01.445633+0000","last_fullsized":"2024-09-13T14:38:01.445633+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:16:38.736104+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000322109,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":1355,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.445749+0000","last_change":"2024-09-13T14:33:50.004411+0000","last_active":"2024-09-13T14:38:01.445749+0000","last_peered":"2024-09-13T14:38:01.445749+0000","last_clean":"2024-09-13T14:38:01.445749+0000","last_became_active":"2024-09-13T14:33:50.004158+0000","last_became_peered":"2024-09-13T14:33:50.004158+0000","last_unstale":"2024-09-13T14:38:01.445749+0000","last_undegraded":"2024-09-13T14:38:01.445749+0000","last_fullsized":"2024-09-13T14:38:01.445749+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:08:38.376285+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.6","version":"0'0","reported_seq":1367,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.446066+0000","last_change":"2024-09-13T14:33:17.927377+0000","last_active":"2024-09-13T14:38:01.446066+0000","last_peered":"2024-09-13T14:38:01.446066+0000","last_clean":"2024-09-13T14:38:01.446066+0000","last_became_active":"2024-09-13T14:33:17.926642+0000","last_became_peered":"2024-09-13T14:33:17.926642+0000","last_unstale":"2024-09-13T14:38:01.446066+0000","last_undegraded":"2024-09-13T14:38:01.446066+0000","last_fullsized":"2024-09-13T14:38:01.446066+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:56:30.839736+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.1","version":"0'0","reported_seq":1314,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.445509+0000","last_change":"2024-09-13T14:33:50.003564+0000","last_active":"2024-09-13T14:38:01.445509+0000","last_peered":"2024-09-13T14:38:01.445509+0000","last_clean":"2024-09-13T14:38:01.445509+0000","last_became_active":"2024-09-13T14:33:50.003277+0000","last_became_peered":"2024-09-13T14:33:50.003277+0000","last_unstale":"2024-09-13T14:38:01.445509+0000","last_undegraded":"2024-09-13T14:38:01.445509+0000","last_fullsized":"2024-09-13T14:38:01.445509+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:56:13.675399+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00030931399999999999,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":1321,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.446693+0000","last_change":"2024-09-13T14:33:17.920978+0000","last_active":"2024-09-13T14:38:01.446693+0000","last_peered":"2024-09-13T14:38:01.446693+0000","last_clean":"2024-09-13T14:38:01.446693+0000","last_became_active":"2024-09-13T14:33:17.920696+0000","last_became_peered":"2024-09-13T14:33:17.920696+0000","last_unstale":"2024-09-13T14:38:01.446693+0000","last_undegraded":"2024-09-13T14:38:01.446693+0000","last_fullsized":"2024-09-13T14:38:01.446693+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:12:56.325230+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.7","version":"0'0","reported_seq":1303,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.447335+0000","last_change":"2024-09-13T14:32:44.964975+0000","last_active":"2024-09-13T14:38:01.447335+0000","last_peered":"2024-09-13T14:38:01.447335+0000","last_clean":"2024-09-13T14:38:01.447335+0000","last_became_active":"2024-09-13T14:32:44.963031+0000","last_became_peered":"2024-09-13T14:32:44.963031+0000","last_unstale":"2024-09-13T14:38:01.447335+0000","last_undegraded":"2024-09-13T14:38:01.447335+0000","last_fullsized":"2024-09-13T14:38:01.447335+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:15:43.709469+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.2","version":"65'2","reported_seq":1040,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:58.078297+0000","last_change":"2024-09-13T14:32:44.954354+0000","last_active":"2024-09-13T14:37:58.078297+0000","last_peered":"2024-09-13T14:37:58.078297+0000","last_clean":"2024-09-13T14:37:58.078297+0000","last_became_active":"2024-09-13T14:32:44.953937+0000","last_became_peered":"2024-09-13T14:32:44.953937+0000","last_unstale":"2024-09-13T14:37:58.078297+0000","last_undegraded":"2024-09-13T14:37:58.078297+0000","last_fullsized":"2024-09-13T14:37:58.078297+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-14T22:00:15.492952+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00094368000000000002,"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":[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":1039,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:37:59.994339+0000","last_change":"2024-09-13T14:32:10.926314+0000","last_active":"2024-09-13T14:37:59.994339+0000","last_peered":"2024-09-13T14:37:59.994339+0000","last_clean":"2024-09-13T14:37:59.994339+0000","last_became_active":"2024-09-13T14:32:10.925869+0000","last_became_peered":"2024-09-13T14:32:10.925869+0000","last_unstale":"2024-09-13T14:37:59.994339+0000","last_undegraded":"2024-09-13T14:37:59.994339+0000","last_fullsized":"2024-09-13T14:37:59.994339+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:38:58.957447+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.4","version":"0'0","reported_seq":1331,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.447224+0000","last_change":"2024-09-13T14:33:50.013264+0000","last_active":"2024-09-13T14:38:01.447224+0000","last_peered":"2024-09-13T14:38:01.447224+0000","last_clean":"2024-09-13T14:38:01.447224+0000","last_became_active":"2024-09-13T14:33:50.012639+0000","last_became_peered":"2024-09-13T14:33:50.012639+0000","last_unstale":"2024-09-13T14:38:01.447224+0000","last_undegraded":"2024-09-13T14:38:01.447224+0000","last_fullsized":"2024-09-13T14:38:01.447224+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:30:52.561938+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.5","version":"0'0","reported_seq":1041,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:37:59.993705+0000","last_change":"2024-09-13T14:33:50.017811+0000","last_active":"2024-09-13T14:37:59.993705+0000","last_peered":"2024-09-13T14:37:59.993705+0000","last_clean":"2024-09-13T14:37:59.993705+0000","last_became_active":"2024-09-13T14:33:50.017485+0000","last_became_peered":"2024-09-13T14:33:50.017485+0000","last_unstale":"2024-09-13T14:37:59.993705+0000","last_undegraded":"2024-09-13T14:37:59.993705+0000","last_fullsized":"2024-09-13T14:37:59.993705+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:26:37.812712+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.4","version":"0'0","reported_seq":1317,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.447395+0000","last_change":"2024-09-13T14:32:44.965574+0000","last_active":"2024-09-13T14:38:01.447395+0000","last_peered":"2024-09-13T14:38:01.447395+0000","last_clean":"2024-09-13T14:38:01.447395+0000","last_became_active":"2024-09-13T14:32:44.963233+0000","last_became_peered":"2024-09-13T14:32:44.963233+0000","last_unstale":"2024-09-13T14:38:01.447395+0000","last_undegraded":"2024-09-13T14:38:01.447395+0000","last_fullsized":"2024-09-13T14:38:01.447395+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:40:28.561059+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00031535100000000001,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.2","version":"0'0","reported_seq":1309,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.446899+0000","last_change":"2024-09-13T14:32:44.952766+0000","last_active":"2024-09-13T14:38:01.446899+0000","last_peered":"2024-09-13T14:38:01.446899+0000","last_clean":"2024-09-13T14:38:01.446899+0000","last_became_active":"2024-09-13T14:32:44.952468+0000","last_became_peered":"2024-09-13T14:32:44.952468+0000","last_unstale":"2024-09-13T14:38:01.446899+0000","last_undegraded":"2024-09-13T14:38:01.446899+0000","last_fullsized":"2024-09-13T14:38:01.446899+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:27:19.239636+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.4","version":"0'0","reported_seq":1320,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.447307+0000","last_change":"2024-09-13T14:33:17.922486+0000","last_active":"2024-09-13T14:38:01.447307+0000","last_peered":"2024-09-13T14:38:01.447307+0000","last_clean":"2024-09-13T14:38:01.447307+0000","last_became_active":"2024-09-13T14:33:17.922130+0000","last_became_peered":"2024-09-13T14:33:17.922130+0000","last_unstale":"2024-09-13T14:38:01.447307+0000","last_undegraded":"2024-09-13T14:38:01.447307+0000","last_fullsized":"2024-09-13T14:38:01.447307+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:51:55.783052+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.5","version":"0'0","reported_seq":1027,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:58.232209+0000","last_change":"2024-09-13T14:32:10.925170+0000","last_active":"2024-09-13T14:37:58.232209+0000","last_peered":"2024-09-13T14:37:58.232209+0000","last_clean":"2024-09-13T14:37:58.232209+0000","last_became_active":"2024-09-13T14:32:10.924864+0000","last_became_peered":"2024-09-13T14:32:10.924864+0000","last_unstale":"2024-09-13T14:37:58.232209+0000","last_undegraded":"2024-09-13T14:37:58.232209+0000","last_fullsized":"2024-09-13T14:37:58.232209+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:23:13.266436+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000327091,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.3","version":"0'0","reported_seq":1343,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.447688+0000","last_change":"2024-09-13T14:32:10.935933+0000","last_active":"2024-09-13T14:38:01.447688+0000","last_peered":"2024-09-13T14:38:01.447688+0000","last_clean":"2024-09-13T14:38:01.447688+0000","last_became_active":"2024-09-13T14:32:10.935486+0000","last_became_peered":"2024-09-13T14:32:10.935486+0000","last_unstale":"2024-09-13T14:38:01.447688+0000","last_undegraded":"2024-09-13T14:38:01.447688+0000","last_fullsized":"2024-09-13T14:38:01.447688+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:49:31.318318+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.7","version":"70'2","reported_seq":1267,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.449246+0000","last_change":"2024-09-13T14:33:50.007531+0000","last_active":"2024-09-13T14:38:01.449246+0000","last_peered":"2024-09-13T14:38:01.449246+0000","last_clean":"2024-09-13T14:38:01.449246+0000","last_became_active":"2024-09-13T14:33:50.006847+0000","last_became_peered":"2024-09-13T14:33:50.006847+0000","last_unstale":"2024-09-13T14:38:01.449246+0000","last_undegraded":"2024-09-13T14:38:01.449246+0000","last_fullsized":"2024-09-13T14:38:01.449246+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T15:17:21.238998+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":[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":"0'0","reported_seq":1321,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.447754+0000","last_change":"2024-09-13T14:32:44.954419+0000","last_active":"2024-09-13T14:38:01.447754+0000","last_peered":"2024-09-13T14:38:01.447754+0000","last_clean":"2024-09-13T14:38:01.447754+0000","last_became_active":"2024-09-13T14:32:44.953988+0000","last_became_peered":"2024-09-13T14:32:44.953988+0000","last_unstale":"2024-09-13T14:38:01.447754+0000","last_undegraded":"2024-09-13T14:38:01.447754+0000","last_fullsized":"2024-09-13T14:38:01.447754+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:16:31.544386+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.0","version":"0'0","reported_seq":1264,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.448981+0000","last_change":"2024-09-13T14:33:50.001625+0000","last_active":"2024-09-13T14:38:01.448981+0000","last_peered":"2024-09-13T14:38:01.448981+0000","last_clean":"2024-09-13T14:38:01.448981+0000","last_became_active":"2024-09-13T14:33:50.001243+0000","last_became_peered":"2024-09-13T14:33:50.001243+0000","last_unstale":"2024-09-13T14:38:01.448981+0000","last_undegraded":"2024-09-13T14:38:01.448981+0000","last_fullsized":"2024-09-13T14:38:01.448981+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:22:07.201745+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.6","version":"70'1","reported_seq":1357,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.446319+0000","last_change":"2024-09-13T14:32:44.968175+0000","last_active":"2024-09-13T14:38:01.446319+0000","last_peered":"2024-09-13T14:38:01.446319+0000","last_clean":"2024-09-13T14:38:01.446319+0000","last_became_active":"2024-09-13T14:32:44.964527+0000","last_became_peered":"2024-09-13T14:32:44.964527+0000","last_unstale":"2024-09-13T14:38:01.446319+0000","last_undegraded":"2024-09-13T14:38:01.446319+0000","last_fullsized":"2024-09-13T14:38:01.446319+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T14:40:33.658595+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":[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.7","version":"0'0","reported_seq":1025,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:58.720818+0000","last_change":"2024-09-13T14:33:17.922456+0000","last_active":"2024-09-13T14:37:58.720818+0000","last_peered":"2024-09-13T14:37:58.720818+0000","last_clean":"2024-09-13T14:37:58.720818+0000","last_became_active":"2024-09-13T14:33:17.922068+0000","last_became_peered":"2024-09-13T14:33:17.922068+0000","last_unstale":"2024-09-13T14:37:58.720818+0000","last_undegraded":"2024-09-13T14:37:58.720818+0000","last_fullsized":"2024-09-13T14:37:58.720818+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:54:08.427589+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029877400000000002,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1","version":"0'0","reported_seq":1023,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:37:59.994603+0000","last_change":"2024-09-13T14:19:29.718951+0000","last_active":"2024-09-13T14:37:59.994603+0000","last_peered":"2024-09-13T14:37:59.994603+0000","last_clean":"2024-09-13T14:37:59.994603+0000","last_became_active":"2024-09-13T14:19:29.718589+0000","last_became_peered":"2024-09-13T14:19:29.718589+0000","last_unstale":"2024-09-13T14:37:59.994603+0000","last_undegraded":"2024-09-13T14:37:59.994603+0000","last_fullsized":"2024-09-13T14:37:59.994603+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:44:19.267895+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.13","version":"0'0","reported_seq":1046,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:37:59.994198+0000","last_change":"2024-09-13T14:33:17.924336+0000","last_active":"2024-09-13T14:37:59.994198+0000","last_peered":"2024-09-13T14:37:59.994198+0000","last_clean":"2024-09-13T14:37:59.994198+0000","last_became_active":"2024-09-13T14:33:17.924018+0000","last_became_peered":"2024-09-13T14:33:17.924018+0000","last_unstale":"2024-09-13T14:37:59.994198+0000","last_undegraded":"2024-09-13T14:37:59.994198+0000","last_fullsized":"2024-09-13T14:37:59.994198+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:37:24.279639+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[4,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.14","version":"455'23","reported_seq":1046,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:37:59.995101+0000","last_change":"2024-09-13T14:19:29.698825+0000","last_active":"2024-09-13T14:37:59.995101+0000","last_peered":"2024-09-13T14:37:59.995101+0000","last_clean":"2024-09-13T14:37:59.995101+0000","last_became_active":"2024-09-13T14:19:29.698348+0000","last_became_peered":"2024-09-13T14:19:29.698348+0000","last_unstale":"2024-09-13T14:37:59.995101+0000","last_undegraded":"2024-09-13T14:37:59.995101+0000","last_fullsized":"2024-09-13T14:37:59.995101+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":23,"log_dups_size":0,"ondisk_log_size":23,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:24:10.858859+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":4756,"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":23,"num_write_kb":20,"num_scrub_errors":0,"num_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":[4,7,6],"acting":[4,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.12","version":"0'0","reported_seq":1319,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.446695+0000","last_change":"2024-09-13T14:33:17.920871+0000","last_active":"2024-09-13T14:38:01.446695+0000","last_peered":"2024-09-13T14:38:01.446695+0000","last_clean":"2024-09-13T14:38:01.446695+0000","last_became_active":"2024-09-13T14:33:17.920540+0000","last_became_peered":"2024-09-13T14:33:17.920540+0000","last_unstale":"2024-09-13T14:38:01.446695+0000","last_undegraded":"2024-09-13T14:38:01.446695+0000","last_fullsized":"2024-09-13T14:38:01.446695+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:53:15.230821+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[1,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.15","version":"70'3","reported_seq":1017,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.447407+0000","last_change":"2024-09-13T14:33:50.005785+0000","last_active":"2024-09-13T14:38:01.447407+0000","last_peered":"2024-09-13T14:38:01.447407+0000","last_clean":"2024-09-13T14:38:01.447407+0000","last_became_active":"2024-09-13T14:33:50.004867+0000","last_became_peered":"2024-09-13T14:33:50.004867+0000","last_unstale":"2024-09-13T14:38:01.447407+0000","last_undegraded":"2024-09-13T14:38:01.447407+0000","last_fullsized":"2024-09-13T14:38:01.447407+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T01:07:00.670228+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":[7,3,4],"acting":[7,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.16","version":"0'0","reported_seq":1025,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:37:59.993145+0000","last_change":"2024-09-13T14:32:44.951631+0000","last_active":"2024-09-13T14:37:59.993145+0000","last_peered":"2024-09-13T14:37:59.993145+0000","last_clean":"2024-09-13T14:37:59.993145+0000","last_became_active":"2024-09-13T14:32:44.951318+0000","last_became_peered":"2024-09-13T14:32:44.951318+0000","last_unstale":"2024-09-13T14:37:59.993145+0000","last_undegraded":"2024-09-13T14:37:59.993145+0000","last_fullsized":"2024-09-13T14:37:59.993145+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:51:52.620505+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.11","version":"0'0","reported_seq":1227,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.448311+0000","last_change":"2024-09-13T14:33:50.016208+0000","last_active":"2024-09-13T14:38:01.448311+0000","last_peered":"2024-09-13T14:38:01.448311+0000","last_clean":"2024-09-13T14:38:01.448311+0000","last_became_active":"2024-09-13T14:33:50.015901+0000","last_became_peered":"2024-09-13T14:33:50.015901+0000","last_unstale":"2024-09-13T14:38:01.448311+0000","last_undegraded":"2024-09-13T14:38:01.448311+0000","last_fullsized":"2024-09-13T14:38:01.448311+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:35:14.110491+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.17","version":"0'0","reported_seq":1354,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.447363+0000","last_change":"2024-09-13T14:33:50.008202+0000","last_active":"2024-09-13T14:38:01.447363+0000","last_peered":"2024-09-13T14:38:01.447363+0000","last_clean":"2024-09-13T14:38:01.447363+0000","last_became_active":"2024-09-13T14:33:50.007915+0000","last_became_peered":"2024-09-13T14:33:50.007915+0000","last_unstale":"2024-09-13T14:38:01.447363+0000","last_undegraded":"2024-09-13T14:38:01.447363+0000","last_fullsized":"2024-09-13T14:38:01.447363+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:18:34.308988+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.10","version":"0'0","reported_seq":1257,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.448933+0000","last_change":"2024-09-13T14:33:50.015568+0000","last_active":"2024-09-13T14:38:01.448933+0000","last_peered":"2024-09-13T14:38:01.448933+0000","last_clean":"2024-09-13T14:38:01.448933+0000","last_became_active":"2024-09-13T14:33:50.013521+0000","last_became_peered":"2024-09-13T14:33:50.013521+0000","last_unstale":"2024-09-13T14:38:01.448933+0000","last_undegraded":"2024-09-13T14:38:01.448933+0000","last_fullsized":"2024-09-13T14:38:01.448933+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:31:49.771269+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[3,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.1f","version":"0'0","reported_seq":1012,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.446695+0000","last_change":"2024-09-13T14:32:44.957634+0000","last_active":"2024-09-13T14:38:01.446695+0000","last_peered":"2024-09-13T14:38:01.446695+0000","last_clean":"2024-09-13T14:38:01.446695+0000","last_became_active":"2024-09-13T14:32:44.957290+0000","last_became_peered":"2024-09-13T14:32:44.957290+0000","last_unstale":"2024-09-13T14:38:01.446695+0000","last_undegraded":"2024-09-13T14:38:01.446695+0000","last_fullsized":"2024-09-13T14:38:01.446695+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:26:22.264450+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.18","version":"0'0","reported_seq":1272,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.449102+0000","last_change":"2024-09-13T14:33:50.009292+0000","last_active":"2024-09-13T14:38:01.449102+0000","last_peered":"2024-09-13T14:38:01.449102+0000","last_clean":"2024-09-13T14:38:01.449102+0000","last_became_active":"2024-09-13T14:33:50.009027+0000","last_became_peered":"2024-09-13T14:33:50.009027+0000","last_unstale":"2024-09-13T14:38:01.449102+0000","last_undegraded":"2024-09-13T14:38:01.449102+0000","last_fullsized":"2024-09-13T14:38:01.449102+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:18:35.662905+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1e","version":"0'0","reported_seq":1355,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.446148+0000","last_change":"2024-09-13T14:33:50.011585+0000","last_active":"2024-09-13T14:38:01.446148+0000","last_peered":"2024-09-13T14:38:01.446148+0000","last_clean":"2024-09-13T14:38:01.446148+0000","last_became_active":"2024-09-13T14:33:50.011278+0000","last_became_peered":"2024-09-13T14:33:50.011278+0000","last_unstale":"2024-09-13T14:38:01.446148+0000","last_undegraded":"2024-09-13T14:38:01.446148+0000","last_fullsized":"2024-09-13T14:38:01.446148+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:06:52.960465+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.19","version":"0'0","reported_seq":1319,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.445523+0000","last_change":"2024-09-13T14:33:50.017071+0000","last_active":"2024-09-13T14:38:01.445523+0000","last_peered":"2024-09-13T14:38:01.445523+0000","last_clean":"2024-09-13T14:38:01.445523+0000","last_became_active":"2024-09-13T14:33:50.016794+0000","last_became_peered":"2024-09-13T14:33:50.016794+0000","last_unstale":"2024-09-13T14:38:01.445523+0000","last_undegraded":"2024-09-13T14:38:01.445523+0000","last_fullsized":"2024-09-13T14:38:01.445523+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:48:52.504699+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1d","version":"0'0","reported_seq":1256,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.447831+0000","last_change":"2024-09-13T14:33:50.008899+0000","last_active":"2024-09-13T14:38:01.447831+0000","last_peered":"2024-09-13T14:38:01.447831+0000","last_clean":"2024-09-13T14:38:01.447831+0000","last_became_active":"2024-09-13T14:33:50.008537+0000","last_became_peered":"2024-09-13T14:33:50.008537+0000","last_unstale":"2024-09-13T14:38:01.447831+0000","last_undegraded":"2024-09-13T14:38:01.447831+0000","last_fullsized":"2024-09-13T14:38:01.447831+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:22:58.523320+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"3.1a","version":"70'1","reported_seq":1053,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:57.970495+0000","last_change":"2024-09-13T14:33:17.923617+0000","last_active":"2024-09-13T14:37:57.970495+0000","last_peered":"2024-09-13T14:37:57.970495+0000","last_clean":"2024-09-13T14:37:57.970495+0000","last_became_active":"2024-09-13T14:33:17.923336+0000","last_became_peered":"2024-09-13T14:33:17.923336+0000","last_unstale":"2024-09-13T14:37:57.970495+0000","last_undegraded":"2024-09-13T14:37:57.970495+0000","last_fullsized":"2024-09-13T14:37:57.970495+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T15:55:13.594527+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1c","version":"0'0","reported_seq":1291,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.445724+0000","last_change":"2024-09-13T14:33:50.004145+0000","last_active":"2024-09-13T14:38:01.445724+0000","last_peered":"2024-09-13T14:38:01.445724+0000","last_clean":"2024-09-13T14:38:01.445724+0000","last_became_active":"2024-09-13T14:33:50.003589+0000","last_became_peered":"2024-09-13T14:33:50.003589+0000","last_unstale":"2024-09-13T14:38:01.445724+0000","last_undegraded":"2024-09-13T14:38:01.445724+0000","last_fullsized":"2024-09-13T14:38:01.445724+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:15:34.819491+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[2,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.1b","version":"70'1","reported_seq":1344,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.448164+0000","last_change":"2024-09-13T14:32:10.932053+0000","last_active":"2024-09-13T14:38:01.448164+0000","last_peered":"2024-09-13T14:38:01.448164+0000","last_clean":"2024-09-13T14:38:01.448164+0000","last_became_active":"2024-09-13T14:32:10.931382+0000","last_became_peered":"2024-09-13T14:32:10.931382+0000","last_unstale":"2024-09-13T14:38:01.448164+0000","last_undegraded":"2024-09-13T14:38:01.448164+0000","last_fullsized":"2024-09-13T14:38:01.448164+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T19:21:03.486287+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1b","version":"0'0","reported_seq":1051,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:57.970494+0000","last_change":"2024-09-13T14:33:49.999986+0000","last_active":"2024-09-13T14:37:57.970494+0000","last_peered":"2024-09-13T14:37:57.970494+0000","last_clean":"2024-09-13T14:37:57.970494+0000","last_became_active":"2024-09-13T14:33:49.999745+0000","last_became_peered":"2024-09-13T14:33:49.999745+0000","last_unstale":"2024-09-13T14:37:57.970494+0000","last_undegraded":"2024-09-13T14:37:57.970494+0000","last_fullsized":"2024-09-13T14:37:57.970494+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:32:11.265639+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,3,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1c","version":"70'2","reported_seq":1026,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:58.078437+0000","last_change":"2024-09-13T14:32:44.952627+0000","last_active":"2024-09-13T14:37:58.078437+0000","last_peered":"2024-09-13T14:37:58.078437+0000","last_clean":"2024-09-13T14:37:58.078437+0000","last_became_active":"2024-09-13T14:32:44.952336+0000","last_became_peered":"2024-09-13T14:32:44.952336+0000","last_unstale":"2024-09-13T14:37:58.078437+0000","last_undegraded":"2024-09-13T14:37:58.078437+0000","last_fullsized":"2024-09-13T14:37:58.078437+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T00:08:59.441392+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":[5,4,1],"acting":[5,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.1a","version":"0'0","reported_seq":1051,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:57.970346+0000","last_change":"2024-09-13T14:33:50.006204+0000","last_active":"2024-09-13T14:37:57.970346+0000","last_peered":"2024-09-13T14:37:57.970346+0000","last_clean":"2024-09-13T14:37:57.970346+0000","last_became_active":"2024-09-13T14:33:50.005755+0000","last_became_peered":"2024-09-13T14:33:50.005755+0000","last_unstale":"2024-09-13T14:37:57.970346+0000","last_undegraded":"2024-09-13T14:37:57.970346+0000","last_fullsized":"2024-09-13T14:37:57.970346+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:12:45.099773+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[4,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1d","version":"70'2","reported_seq":1011,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:58.078578+0000","last_change":"2024-09-13T14:19:29.699807+0000","last_active":"2024-09-13T14:37:58.078578+0000","last_peered":"2024-09-13T14:37:58.078578+0000","last_clean":"2024-09-13T14:37:58.078578+0000","last_became_active":"2024-09-13T14:19:29.698125+0000","last_became_peered":"2024-09-13T14:19:29.698125+0000","last_unstale":"2024-09-13T14:37:58.078578+0000","last_undegraded":"2024-09-13T14:37:58.078578+0000","last_fullsized":"2024-09-13T14:37:58.078578+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T21:12:45.446921+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":[5,4,6],"acting":[5,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.19","version":"0'0","reported_seq":1262,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.448614+0000","last_change":"2024-09-13T14:33:50.009082+0000","last_active":"2024-09-13T14:38:01.448614+0000","last_peered":"2024-09-13T14:38:01.448614+0000","last_clean":"2024-09-13T14:38:01.448614+0000","last_became_active":"2024-09-13T14:33:50.008318+0000","last_became_peered":"2024-09-13T14:33:50.008318+0000","last_unstale":"2024-09-13T14:38:01.448614+0000","last_undegraded":"2024-09-13T14:38:01.448614+0000","last_fullsized":"2024-09-13T14:38:01.448614+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:56:41.983614+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,0],"acting":[3,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1e","version":"70'1","reported_seq":1250,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.448165+0000","last_change":"2024-09-13T14:33:50.012127+0000","last_active":"2024-09-13T14:38:01.448165+0000","last_peered":"2024-09-13T14:38:01.448165+0000","last_clean":"2024-09-13T14:38:01.448165+0000","last_became_active":"2024-09-13T14:33:50.011307+0000","last_became_peered":"2024-09-13T14:33:50.011307+0000","last_unstale":"2024-09-13T14:38:01.448165+0000","last_undegraded":"2024-09-13T14:38:01.448165+0000","last_fullsized":"2024-09-13T14:38:01.448165+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T15:44:11.340867+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.18","version":"0'0","reported_seq":1037,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:37:59.993644+0000","last_change":"2024-09-13T14:32:44.953530+0000","last_active":"2024-09-13T14:37:59.993644+0000","last_peered":"2024-09-13T14:37:59.993644+0000","last_clean":"2024-09-13T14:37:59.993644+0000","last_became_active":"2024-09-13T14:32:44.953223+0000","last_became_peered":"2024-09-13T14:32:44.953223+0000","last_unstale":"2024-09-13T14:37:59.993644+0000","last_undegraded":"2024-09-13T14:37:59.993644+0000","last_fullsized":"2024-09-13T14:37:59.993644+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:08:35.049443+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1f","version":"70'4","reported_seq":1360,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.447500+0000","last_change":"2024-09-13T14:33:17.926914+0000","last_active":"2024-09-13T14:38:01.447500+0000","last_peered":"2024-09-13T14:38:01.447500+0000","last_clean":"2024-09-13T14:38:01.447500+0000","last_became_active":"2024-09-13T14:33:17.926517+0000","last_became_peered":"2024-09-13T14:33:17.926517+0000","last_unstale":"2024-09-13T14:38:01.447500+0000","last_undegraded":"2024-09-13T14:38:01.447500+0000","last_fullsized":"2024-09-13T14:38:01.447500+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T16:07:35.423857+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,5,2],"acting":[0,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]}],"pool_stats":[{"poolid":4,"num_pg":32,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":96,"acting":96,"num_store_stats":8},{"poolid":3,"num_pg":32,"stat_sum":{"num_bytes":5554,"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":62,"num_write_kb":31,"num_scrub_errors":0,"num_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":16662,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":11473,"internal_metadata":0},"log_size":56,"ondisk_log_size":56,"up":96,"acting":96,"num_store_stats":8},{"poolid":2,"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":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":392,"num_read_kb":834,"num_write":215,"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":149,"ondisk_log_size":149,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":7,"up_from":54,"seq":231928234243,"num_pgs":30,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":59544,"kb_used_data":10380,"kb_used_omap":1,"kb_used_meta":49150,"kb_avail":93685608,"statfs":{"total":95995035648,"available":95934062592,"internally_reserved":0,"allocated":10629120,"data_stored":7638508,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1588,"internal_metadata":50330060},"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":46,"seq":197568495881,"num_pgs":27,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":59536,"kb_used_data":10372,"kb_used_omap":1,"kb_used_meta":49150,"kb_avail":93685616,"statfs":{"total":95995035648,"available":95934070784,"internally_reserved":0,"allocated":10620928,"data_stored":7638381,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":50330055},"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":38,"seq":163208757517,"num_pgs":21,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":99080,"kb_used_data":9784,"kb_used_omap":1,"kb_used_meta":89278,"kb_avail":93646072,"statfs":{"total":95995035648,"available":95893577728,"internally_reserved":0,"allocated":10018816,"data_stored":7043839,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":91421126},"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":[]},{"osd":4,"up_from":30,"seq":128849019154,"num_pgs":33,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":85136,"kb_used_data":9796,"kb_used_omap":1,"kb_used_meta":75326,"kb_avail":93660016,"statfs":{"total":95995035648,"available":95907856384,"internally_reserved":0,"allocated":10031104,"data_stored":7048070,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":77134278},"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":845,"seq":3629247365183,"num_pgs":31,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":41724,"kb_used_data":9776,"kb_used_omap":34,"kb_used_meta":31901,"kb_avail":93703428,"statfs":{"total":95995035648,"available":95952310272,"internally_reserved":0,"allocated":10010624,"data_stored":7043270,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":35801,"internal_metadata":32666663},"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":813,"seq":3491808411718,"num_pgs":19,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":46208,"kb_used_data":9780,"kb_used_omap":50,"kb_used_meta":36365,"kb_avail":93698944,"statfs":{"total":95995035648,"available":95947718656,"internally_reserved":0,"allocated":10014720,"data_stored":7043796,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":52011,"internal_metadata":37237973},"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":780,"seq":3350074490956,"num_pgs":32,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":45884,"kb_used_data":9776,"kb_used_omap":30,"kb_used_meta":36065,"kb_avail":93699268,"statfs":{"total":95995035648,"available":95948050432,"internally_reserved":0,"allocated":10010624,"data_stored":7043199,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":31404,"internal_metadata":36930900},"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":[]},{"osd":0,"up_from":746,"seq":3204045602899,"num_pgs":26,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":38724,"kb_used_data":10360,"kb_used_omap":66,"kb_used_meta":28285,"kb_avail":93706428,"statfs":{"total":95995035648,"available":95955382272,"internally_reserved":0,"allocated":10608640,"data_stored":7634152,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":68403,"internal_metadata":28964045},"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":0,"data_stored":0,"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":4096,"data_stored":19,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":4096,"data_stored":19,"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":4096,"data_stored":19,"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":0,"data_stored":0,"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":8192,"data_stored":604,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3890,"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":3041,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":616,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1366,"internal_metadata":0},{"poolid":3,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":90,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3176,"internal_metadata":0},{"poolid":3,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":24576,"data_stored":4902,"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":8192,"data_stored":652,"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":16384,"data_stored":4826,"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":28672,"data_stored":4972,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":0,"data_stored":0,"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-09-13T14:38:59.068 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-13T14:38:59.269 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:39:00.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:00 smithi071 ceph-mon[107477]: from='client.34602 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T14:39:00.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:00 smithi071 ceph-mon[107477]: pgmap v1119: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:39:00.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:00 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:39:00.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:00 smithi071 ceph-mon[112785]: from='client.34602 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T14:39:00.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:00 smithi071 ceph-mon[112785]: pgmap v1119: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:39:00.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:00 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:39:00.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:00 smithi104 ceph-mon[105578]: from='client.34602 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T14:39:00.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:00 smithi104 ceph-mon[105578]: pgmap v1119: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:39:00.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:00 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:39:01.270 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:39:01.270 INFO:teuthology.orchestra.run.smithi071.stderr:dumped all 2024-09-13T14:39:01.939 INFO:teuthology.orchestra.run.smithi071.stdout:{"pg_ready":true,"pg_map":{"version":1120,"stamp":"2024-09-13T14:39:00.396134+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":595941,"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":392,"num_read_kb":834,"num_write":279,"num_write_kb":2449,"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":208,"ondisk_log_size":208,"up":219,"acting":219,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":219,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":8,"kb":749961216,"kb_used":475836,"kb_used_data":80024,"kb_used_omap":189,"kb_used_meta":395522,"kb_avail":749485380,"statfs":{"total":767960285184,"available":767473029120,"internally_reserved":0,"allocated":81944576,"data_stored":58133215,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":193988,"internal_metadata":405015100},"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.002726"},"pg_stats":[{"pgid":"4.14","version":"0'0","reported_seq":1256,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.449377+0000","last_change":"2024-09-13T14:33:50.008770+0000","last_active":"2024-09-13T14:38:01.449377+0000","last_peered":"2024-09-13T14:38:01.449377+0000","last_clean":"2024-09-13T14:38:01.449377+0000","last_became_active":"2024-09-13T14:33:50.008458+0000","last_became_peered":"2024-09-13T14:33:50.008458+0000","last_unstale":"2024-09-13T14:38:01.449377+0000","last_undegraded":"2024-09-13T14:38:01.449377+0000","last_fullsized":"2024-09-13T14:38:01.449377+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:37:03.820546+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.13","version":"70'2","reported_seq":1016,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.445950+0000","last_change":"2024-09-13T14:33:17.924359+0000","last_active":"2024-09-13T14:38:01.445950+0000","last_peered":"2024-09-13T14:38:01.445950+0000","last_clean":"2024-09-13T14:38:01.445950+0000","last_became_active":"2024-09-13T14:33:17.923983+0000","last_became_peered":"2024-09-13T14:33:17.923983+0000","last_unstale":"2024-09-13T14:38:01.445950+0000","last_undegraded":"2024-09-13T14:38:01.445950+0000","last_fullsized":"2024-09-13T14:38:01.445950+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T19:42:27.641362+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":[7,4,2],"acting":[7,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.15","version":"0'0","reported_seq":1024,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:37:59.992917+0000","last_change":"2024-09-13T14:33:50.017856+0000","last_active":"2024-09-13T14:37:59.992917+0000","last_peered":"2024-09-13T14:37:59.992917+0000","last_clean":"2024-09-13T14:37:59.992917+0000","last_became_active":"2024-09-13T14:33:50.017494+0000","last_became_peered":"2024-09-13T14:33:50.017494+0000","last_unstale":"2024-09-13T14:37:59.992917+0000","last_undegraded":"2024-09-13T14:37:59.992917+0000","last_fullsized":"2024-09-13T14:37:59.992917+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:43:09.303887+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[5,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.12","version":"0'0","reported_seq":1354,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.447038+0000","last_change":"2024-09-13T14:33:50.008169+0000","last_active":"2024-09-13T14:38:01.447038+0000","last_peered":"2024-09-13T14:38:01.447038+0000","last_clean":"2024-09-13T14:38:01.447038+0000","last_became_active":"2024-09-13T14:33:50.007859+0000","last_became_peered":"2024-09-13T14:33:50.007859+0000","last_unstale":"2024-09-13T14:38:01.447038+0000","last_undegraded":"2024-09-13T14:38:01.447038+0000","last_fullsized":"2024-09-13T14:38:01.447038+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:07:59.877822+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.16","version":"0'0","reported_seq":1353,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.446193+0000","last_change":"2024-09-13T14:33:50.012976+0000","last_active":"2024-09-13T14:38:01.446193+0000","last_peered":"2024-09-13T14:38:01.446193+0000","last_clean":"2024-09-13T14:38:01.446193+0000","last_became_active":"2024-09-13T14:33:50.011994+0000","last_became_peered":"2024-09-13T14:33:50.011994+0000","last_unstale":"2024-09-13T14:38:01.446193+0000","last_undegraded":"2024-09-13T14:38:01.446193+0000","last_fullsized":"2024-09-13T14:38:01.446193+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:48:05.572330+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[0,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.11","version":"0'0","reported_seq":999,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.446341+0000","last_change":"2024-09-13T14:19:29.703360+0000","last_active":"2024-09-13T14:38:01.446341+0000","last_peered":"2024-09-13T14:38:01.446341+0000","last_clean":"2024-09-13T14:38:01.446341+0000","last_became_active":"2024-09-13T14:19:29.703116+0000","last_became_peered":"2024-09-13T14:19:29.703116+0000","last_unstale":"2024-09-13T14:38:01.446341+0000","last_undegraded":"2024-09-13T14:38:01.446341+0000","last_fullsized":"2024-09-13T14:38:01.446341+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:25:26.688209+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.17","version":"0'0","reported_seq":1256,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.449031+0000","last_change":"2024-09-13T14:33:50.010343+0000","last_active":"2024-09-13T14:38:01.449031+0000","last_peered":"2024-09-13T14:38:01.449031+0000","last_clean":"2024-09-13T14:38:01.449031+0000","last_became_active":"2024-09-13T14:33:50.010010+0000","last_became_peered":"2024-09-13T14:33:50.010010+0000","last_unstale":"2024-09-13T14:38:01.449031+0000","last_undegraded":"2024-09-13T14:38:01.449031+0000","last_fullsized":"2024-09-13T14:38:01.449031+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:27:22.130039+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[3,7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.10","version":"70'8","reported_seq":1020,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.445853+0000","last_change":"2024-09-13T14:32:10.923132+0000","last_active":"2024-09-13T14:38:01.445853+0000","last_peered":"2024-09-13T14:38:01.445853+0000","last_clean":"2024-09-13T14:38:01.445853+0000","last_became_active":"2024-09-13T14:32:10.922710+0000","last_became_peered":"2024-09-13T14:32:10.922710+0000","last_unstale":"2024-09-13T14:38:01.445853+0000","last_undegraded":"2024-09-13T14:38:01.445853+0000","last_fullsized":"2024-09-13T14:38:01.445853+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T19:47:11.104439+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":[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.f","version":"70'1","reported_seq":1015,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:58.232194+0000","last_change":"2024-09-13T14:32:10.925838+0000","last_active":"2024-09-13T14:37:58.232194+0000","last_peered":"2024-09-13T14:37:58.232194+0000","last_clean":"2024-09-13T14:37:58.232194+0000","last_became_active":"2024-09-13T14:32:10.925469+0000","last_became_peered":"2024-09-13T14:32:10.925469+0000","last_unstale":"2024-09-13T14:37:58.232194+0000","last_undegraded":"2024-09-13T14:37:58.232194+0000","last_fullsized":"2024-09-13T14:37:58.232194+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T17:37:11.282892+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":[7,4,0],"acting":[7,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.8","version":"0'0","reported_seq":1010,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:37:59.992076+0000","last_change":"2024-09-13T14:19:29.737140+0000","last_active":"2024-09-13T14:37:59.992076+0000","last_peered":"2024-09-13T14:37:59.992076+0000","last_clean":"2024-09-13T14:37:59.992076+0000","last_became_active":"2024-09-13T14:19:29.736847+0000","last_became_peered":"2024-09-13T14:19:29.736847+0000","last_unstale":"2024-09-13T14:37:59.992076+0000","last_undegraded":"2024-09-13T14:37:59.992076+0000","last_fullsized":"2024-09-13T14:37:59.992076+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:38:08.956564+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.e","version":"70'2","reported_seq":1016,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:58.232121+0000","last_change":"2024-09-13T14:32:44.955178+0000","last_active":"2024-09-13T14:37:58.232121+0000","last_peered":"2024-09-13T14:37:58.232121+0000","last_clean":"2024-09-13T14:37:58.232121+0000","last_became_active":"2024-09-13T14:32:44.954792+0000","last_became_peered":"2024-09-13T14:32:44.954792+0000","last_unstale":"2024-09-13T14:37:58.232121+0000","last_undegraded":"2024-09-13T14:37:58.232121+0000","last_fullsized":"2024-09-13T14:37:58.232121+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T19:15:55.869971+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,4,1],"acting":[7,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.9","version":"0'0","reported_seq":1052,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:57.970344+0000","last_change":"2024-09-13T14:33:50.009790+0000","last_active":"2024-09-13T14:37:57.970344+0000","last_peered":"2024-09-13T14:37:57.970344+0000","last_clean":"2024-09-13T14:37:57.970344+0000","last_became_active":"2024-09-13T14:33:50.009577+0000","last_became_peered":"2024-09-13T14:33:50.009577+0000","last_unstale":"2024-09-13T14:37:57.970344+0000","last_undegraded":"2024-09-13T14:37:57.970344+0000","last_fullsized":"2024-09-13T14:37:57.970344+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:24:54.799730+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.d","version":"70'1","reported_seq":1000,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:58.232189+0000","last_change":"2024-09-13T14:19:29.702716+0000","last_active":"2024-09-13T14:37:58.232189+0000","last_peered":"2024-09-13T14:37:58.232189+0000","last_clean":"2024-09-13T14:37:58.232189+0000","last_became_active":"2024-09-13T14:19:29.702205+0000","last_became_peered":"2024-09-13T14:19:29.702205+0000","last_unstale":"2024-09-13T14:37:58.232189+0000","last_undegraded":"2024-09-13T14:37:58.232189+0000","last_fullsized":"2024-09-13T14:37:58.232189+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T22:09:38.318232+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":[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.a","version":"0'0","reported_seq":1011,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:58.720401+0000","last_change":"2024-09-13T14:32:44.958584+0000","last_active":"2024-09-13T14:37:58.720401+0000","last_peered":"2024-09-13T14:37:58.720401+0000","last_clean":"2024-09-13T14:37:58.720401+0000","last_became_active":"2024-09-13T14:32:44.957835+0000","last_became_peered":"2024-09-13T14:32:44.957835+0000","last_unstale":"2024-09-13T14:37:58.720401+0000","last_undegraded":"2024-09-13T14:37:58.720401+0000","last_fullsized":"2024-09-13T14:37:58.720401+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:37:09.087325+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1,7],"acting":[6,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.c","version":"0'0","reported_seq":1025,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:58.078442+0000","last_change":"2024-09-13T14:33:50.012948+0000","last_active":"2024-09-13T14:37:58.078442+0000","last_peered":"2024-09-13T14:37:58.078442+0000","last_clean":"2024-09-13T14:37:58.078442+0000","last_became_active":"2024-09-13T14:33:50.012635+0000","last_became_peered":"2024-09-13T14:33:50.012635+0000","last_unstale":"2024-09-13T14:37:58.078442+0000","last_undegraded":"2024-09-13T14:37:58.078442+0000","last_fullsized":"2024-09-13T14:37:58.078442+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:11:13.396587+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.b","version":"0'0","reported_seq":1367,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.446966+0000","last_change":"2024-09-13T14:33:17.924064+0000","last_active":"2024-09-13T14:38:01.446966+0000","last_peered":"2024-09-13T14:38:01.446966+0000","last_clean":"2024-09-13T14:38:01.446966+0000","last_became_active":"2024-09-13T14:33:17.923735+0000","last_became_peered":"2024-09-13T14:33:17.923735+0000","last_unstale":"2024-09-13T14:38:01.446966+0000","last_undegraded":"2024-09-13T14:38:01.446966+0000","last_fullsized":"2024-09-13T14:38:01.446966+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:22:09.908057+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[0,2,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.b","version":"70'2","reported_seq":1267,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.447741+0000","last_change":"2024-09-13T14:33:50.002458+0000","last_active":"2024-09-13T14:38:01.447741+0000","last_peered":"2024-09-13T14:38:01.447741+0000","last_clean":"2024-09-13T14:38:01.447741+0000","last_became_active":"2024-09-13T14:33:50.000932+0000","last_became_peered":"2024-09-13T14:33:50.000932+0000","last_unstale":"2024-09-13T14:38:01.447741+0000","last_undegraded":"2024-09-13T14:38:01.447741+0000","last_fullsized":"2024-09-13T14:38:01.447741+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T16:10:41.510838+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":[3,0,4],"acting":[3,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.c","version":"0'0","reported_seq":1037,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:57.970624+0000","last_change":"2024-09-13T14:33:50.001045+0000","last_active":"2024-09-13T14:37:57.970624+0000","last_peered":"2024-09-13T14:37:57.970624+0000","last_clean":"2024-09-13T14:37:57.970624+0000","last_became_active":"2024-09-13T14:33:50.000727+0000","last_became_peered":"2024-09-13T14:33:50.000727+0000","last_unstale":"2024-09-13T14:37:57.970624+0000","last_undegraded":"2024-09-13T14:37:57.970624+0000","last_fullsized":"2024-09-13T14:37:57.970624+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:04:17.630105+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[4,3,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.a","version":"0'0","reported_seq":1012,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:58.720598+0000","last_change":"2024-09-13T14:32:44.958399+0000","last_active":"2024-09-13T14:37:58.720598+0000","last_peered":"2024-09-13T14:37:58.720598+0000","last_clean":"2024-09-13T14:37:58.720598+0000","last_became_active":"2024-09-13T14:32:44.957143+0000","last_became_peered":"2024-09-13T14:32:44.957143+0000","last_unstale":"2024-09-13T14:37:58.720598+0000","last_undegraded":"2024-09-13T14:37:58.720598+0000","last_fullsized":"2024-09-13T14:37:58.720598+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:38:34.798967+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.d","version":"0'0","reported_seq":1052,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:57.970884+0000","last_change":"2024-09-13T14:33:17.924971+0000","last_active":"2024-09-13T14:37:57.970884+0000","last_peered":"2024-09-13T14:37:57.970884+0000","last_clean":"2024-09-13T14:37:57.970884+0000","last_became_active":"2024-09-13T14:33:17.924648+0000","last_became_peered":"2024-09-13T14:33:17.924648+0000","last_unstale":"2024-09-13T14:37:57.970884+0000","last_undegraded":"2024-09-13T14:37:57.970884+0000","last_fullsized":"2024-09-13T14:37:57.970884+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:45:08.239283+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,1],"acting":[4,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.9","version":"0'0","reported_seq":1038,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:57.970728+0000","last_change":"2024-09-13T14:33:17.926775+0000","last_active":"2024-09-13T14:37:57.970728+0000","last_peered":"2024-09-13T14:37:57.970728+0000","last_clean":"2024-09-13T14:37:57.970728+0000","last_became_active":"2024-09-13T14:33:17.926188+0000","last_became_peered":"2024-09-13T14:33:17.926188+0000","last_unstale":"2024-09-13T14:37:57.970728+0000","last_undegraded":"2024-09-13T14:37:57.970728+0000","last_fullsized":"2024-09-13T14:37:57.970728+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:03:12.922468+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,7],"acting":[4,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.e","version":"0'0","reported_seq":1037,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:57.971067+0000","last_change":"2024-09-13T14:32:44.957195+0000","last_active":"2024-09-13T14:37:57.971067+0000","last_peered":"2024-09-13T14:37:57.971067+0000","last_clean":"2024-09-13T14:37:57.971067+0000","last_became_active":"2024-09-13T14:32:44.956868+0000","last_became_peered":"2024-09-13T14:32:44.956868+0000","last_unstale":"2024-09-13T14:37:57.971067+0000","last_undegraded":"2024-09-13T14:37:57.971067+0000","last_fullsized":"2024-09-13T14:37:57.971067+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:42:34.097129+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.8","version":"0'0","reported_seq":1258,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.449189+0000","last_change":"2024-09-13T14:33:50.016175+0000","last_active":"2024-09-13T14:38:01.449189+0000","last_peered":"2024-09-13T14:38:01.449189+0000","last_clean":"2024-09-13T14:38:01.449189+0000","last_became_active":"2024-09-13T14:33:50.015292+0000","last_became_peered":"2024-09-13T14:33:50.015292+0000","last_unstale":"2024-09-13T14:38:01.449189+0000","last_undegraded":"2024-09-13T14:38:01.449189+0000","last_fullsized":"2024-09-13T14:38:01.449189+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:51:12.143000+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.f","version":"0'0","reported_seq":1319,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.447534+0000","last_change":"2024-09-13T14:33:50.013628+0000","last_active":"2024-09-13T14:38:01.447534+0000","last_peered":"2024-09-13T14:38:01.447534+0000","last_clean":"2024-09-13T14:38:01.447534+0000","last_became_active":"2024-09-13T14:33:50.013363+0000","last_became_peered":"2024-09-13T14:33:50.013363+0000","last_unstale":"2024-09-13T14:38:01.447534+0000","last_undegraded":"2024-09-13T14:38:01.447534+0000","last_fullsized":"2024-09-13T14:38:01.447534+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:02:52.023431+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.0","version":"373'149","reported_seq":1345,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:58.231161+0000","last_change":"2024-09-13T14:32:10.924871+0000","last_active":"2024-09-13T14:37:58.231161+0000","last_peered":"2024-09-13T14:37:58.231161+0000","last_clean":"2024-09-13T14:37:58.231161+0000","last_became_active":"2024-09-13T14:32:10.924500+0000","last_became_peered":"2024-09-13T14:32:10.924500+0000","last_unstale":"2024-09-13T14:37:58.231161+0000","last_undegraded":"2024-09-13T14:37:58.231161+0000","last_fullsized":"2024-09-13T14:37:58.231161+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:15:42.548303+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:21:02.828762+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":392,"num_read_kb":834,"num_write":215,"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":"63'1","reported_seq":1039,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:58.078369+0000","last_change":"2024-09-13T14:33:17.925155+0000","last_active":"2024-09-13T14:37:58.078369+0000","last_peered":"2024-09-13T14:37:58.078369+0000","last_clean":"2024-09-13T14:37:58.078369+0000","last_became_active":"2024-09-13T14:33:17.924828+0000","last_became_peered":"2024-09-13T14:33:17.924828+0000","last_unstale":"2024-09-13T14:37:58.078369+0000","last_undegraded":"2024-09-13T14:37:58.078369+0000","last_fullsized":"2024-09-13T14:37:58.078369+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-14T16:07:59.858659+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029038399999999998,"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":[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":1229,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.448771+0000","last_change":"2024-09-13T14:33:50.013100+0000","last_active":"2024-09-13T14:38:01.448771+0000","last_peered":"2024-09-13T14:38:01.448771+0000","last_clean":"2024-09-13T14:38:01.448771+0000","last_became_active":"2024-09-13T14:33:50.012820+0000","last_became_peered":"2024-09-13T14:33:50.012820+0000","last_unstale":"2024-09-13T14:38:01.448771+0000","last_undegraded":"2024-09-13T14:38:01.448771+0000","last_fullsized":"2024-09-13T14:38:01.448771+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:49:13.320472+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.5","version":"0'0","reported_seq":997,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.446396+0000","last_change":"2024-09-13T14:19:29.739160+0000","last_active":"2024-09-13T14:38:01.446396+0000","last_peered":"2024-09-13T14:38:01.446396+0000","last_clean":"2024-09-13T14:38:01.446396+0000","last_became_active":"2024-09-13T14:19:29.738892+0000","last_became_peered":"2024-09-13T14:19:29.738892+0000","last_unstale":"2024-09-13T14:38:01.446396+0000","last_undegraded":"2024-09-13T14:38:01.446396+0000","last_fullsized":"2024-09-13T14:38:01.446396+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:04:33.496723+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.0","version":"0'0","reported_seq":1043,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.445633+0000","last_change":"2024-09-13T14:32:44.959494+0000","last_active":"2024-09-13T14:38:01.445633+0000","last_peered":"2024-09-13T14:38:01.445633+0000","last_clean":"2024-09-13T14:38:01.445633+0000","last_became_active":"2024-09-13T14:32:44.959144+0000","last_became_peered":"2024-09-13T14:32:44.959144+0000","last_unstale":"2024-09-13T14:38:01.445633+0000","last_undegraded":"2024-09-13T14:38:01.445633+0000","last_fullsized":"2024-09-13T14:38:01.445633+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:16:38.736104+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000322109,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":1355,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.445749+0000","last_change":"2024-09-13T14:33:50.004411+0000","last_active":"2024-09-13T14:38:01.445749+0000","last_peered":"2024-09-13T14:38:01.445749+0000","last_clean":"2024-09-13T14:38:01.445749+0000","last_became_active":"2024-09-13T14:33:50.004158+0000","last_became_peered":"2024-09-13T14:33:50.004158+0000","last_unstale":"2024-09-13T14:38:01.445749+0000","last_undegraded":"2024-09-13T14:38:01.445749+0000","last_fullsized":"2024-09-13T14:38:01.445749+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:08:38.376285+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.6","version":"0'0","reported_seq":1367,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.446066+0000","last_change":"2024-09-13T14:33:17.927377+0000","last_active":"2024-09-13T14:38:01.446066+0000","last_peered":"2024-09-13T14:38:01.446066+0000","last_clean":"2024-09-13T14:38:01.446066+0000","last_became_active":"2024-09-13T14:33:17.926642+0000","last_became_peered":"2024-09-13T14:33:17.926642+0000","last_unstale":"2024-09-13T14:38:01.446066+0000","last_undegraded":"2024-09-13T14:38:01.446066+0000","last_fullsized":"2024-09-13T14:38:01.446066+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:56:30.839736+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.1","version":"0'0","reported_seq":1314,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.445509+0000","last_change":"2024-09-13T14:33:50.003564+0000","last_active":"2024-09-13T14:38:01.445509+0000","last_peered":"2024-09-13T14:38:01.445509+0000","last_clean":"2024-09-13T14:38:01.445509+0000","last_became_active":"2024-09-13T14:33:50.003277+0000","last_became_peered":"2024-09-13T14:33:50.003277+0000","last_unstale":"2024-09-13T14:38:01.445509+0000","last_undegraded":"2024-09-13T14:38:01.445509+0000","last_fullsized":"2024-09-13T14:38:01.445509+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:56:13.675399+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00030931399999999999,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":1321,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.446693+0000","last_change":"2024-09-13T14:33:17.920978+0000","last_active":"2024-09-13T14:38:01.446693+0000","last_peered":"2024-09-13T14:38:01.446693+0000","last_clean":"2024-09-13T14:38:01.446693+0000","last_became_active":"2024-09-13T14:33:17.920696+0000","last_became_peered":"2024-09-13T14:33:17.920696+0000","last_unstale":"2024-09-13T14:38:01.446693+0000","last_undegraded":"2024-09-13T14:38:01.446693+0000","last_fullsized":"2024-09-13T14:38:01.446693+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:12:56.325230+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.7","version":"0'0","reported_seq":1303,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.447335+0000","last_change":"2024-09-13T14:32:44.964975+0000","last_active":"2024-09-13T14:38:01.447335+0000","last_peered":"2024-09-13T14:38:01.447335+0000","last_clean":"2024-09-13T14:38:01.447335+0000","last_became_active":"2024-09-13T14:32:44.963031+0000","last_became_peered":"2024-09-13T14:32:44.963031+0000","last_unstale":"2024-09-13T14:38:01.447335+0000","last_undegraded":"2024-09-13T14:38:01.447335+0000","last_fullsized":"2024-09-13T14:38:01.447335+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:15:43.709469+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.2","version":"65'2","reported_seq":1040,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:58.078297+0000","last_change":"2024-09-13T14:32:44.954354+0000","last_active":"2024-09-13T14:37:58.078297+0000","last_peered":"2024-09-13T14:37:58.078297+0000","last_clean":"2024-09-13T14:37:58.078297+0000","last_became_active":"2024-09-13T14:32:44.953937+0000","last_became_peered":"2024-09-13T14:32:44.953937+0000","last_unstale":"2024-09-13T14:37:58.078297+0000","last_undegraded":"2024-09-13T14:37:58.078297+0000","last_fullsized":"2024-09-13T14:37:58.078297+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-14T22:00:15.492952+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00094368000000000002,"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":[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":1039,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:37:59.994339+0000","last_change":"2024-09-13T14:32:10.926314+0000","last_active":"2024-09-13T14:37:59.994339+0000","last_peered":"2024-09-13T14:37:59.994339+0000","last_clean":"2024-09-13T14:37:59.994339+0000","last_became_active":"2024-09-13T14:32:10.925869+0000","last_became_peered":"2024-09-13T14:32:10.925869+0000","last_unstale":"2024-09-13T14:37:59.994339+0000","last_undegraded":"2024-09-13T14:37:59.994339+0000","last_fullsized":"2024-09-13T14:37:59.994339+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:38:58.957447+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.4","version":"0'0","reported_seq":1332,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.447262+0000","last_change":"2024-09-13T14:33:50.013264+0000","last_active":"2024-09-13T14:38:01.447262+0000","last_peered":"2024-09-13T14:38:01.447262+0000","last_clean":"2024-09-13T14:38:01.447262+0000","last_became_active":"2024-09-13T14:33:50.012639+0000","last_became_peered":"2024-09-13T14:33:50.012639+0000","last_unstale":"2024-09-13T14:38:01.447262+0000","last_undegraded":"2024-09-13T14:38:01.447262+0000","last_fullsized":"2024-09-13T14:38:01.447262+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:30:52.561938+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.5","version":"0'0","reported_seq":1041,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:37:59.993705+0000","last_change":"2024-09-13T14:33:50.017811+0000","last_active":"2024-09-13T14:37:59.993705+0000","last_peered":"2024-09-13T14:37:59.993705+0000","last_clean":"2024-09-13T14:37:59.993705+0000","last_became_active":"2024-09-13T14:33:50.017485+0000","last_became_peered":"2024-09-13T14:33:50.017485+0000","last_unstale":"2024-09-13T14:37:59.993705+0000","last_undegraded":"2024-09-13T14:37:59.993705+0000","last_fullsized":"2024-09-13T14:37:59.993705+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:26:37.812712+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.4","version":"0'0","reported_seq":1318,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.447433+0000","last_change":"2024-09-13T14:32:44.965574+0000","last_active":"2024-09-13T14:38:01.447433+0000","last_peered":"2024-09-13T14:38:01.447433+0000","last_clean":"2024-09-13T14:38:01.447433+0000","last_became_active":"2024-09-13T14:32:44.963233+0000","last_became_peered":"2024-09-13T14:32:44.963233+0000","last_unstale":"2024-09-13T14:38:01.447433+0000","last_undegraded":"2024-09-13T14:38:01.447433+0000","last_fullsized":"2024-09-13T14:38:01.447433+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:40:28.561059+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00031535100000000001,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.2","version":"0'0","reported_seq":1310,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.446938+0000","last_change":"2024-09-13T14:32:44.952766+0000","last_active":"2024-09-13T14:38:01.446938+0000","last_peered":"2024-09-13T14:38:01.446938+0000","last_clean":"2024-09-13T14:38:01.446938+0000","last_became_active":"2024-09-13T14:32:44.952468+0000","last_became_peered":"2024-09-13T14:32:44.952468+0000","last_unstale":"2024-09-13T14:38:01.446938+0000","last_undegraded":"2024-09-13T14:38:01.446938+0000","last_fullsized":"2024-09-13T14:38:01.446938+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:27:19.239636+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.4","version":"0'0","reported_seq":1321,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.447347+0000","last_change":"2024-09-13T14:33:17.922486+0000","last_active":"2024-09-13T14:38:01.447347+0000","last_peered":"2024-09-13T14:38:01.447347+0000","last_clean":"2024-09-13T14:38:01.447347+0000","last_became_active":"2024-09-13T14:33:17.922130+0000","last_became_peered":"2024-09-13T14:33:17.922130+0000","last_unstale":"2024-09-13T14:38:01.447347+0000","last_undegraded":"2024-09-13T14:38:01.447347+0000","last_fullsized":"2024-09-13T14:38:01.447347+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:51:55.783052+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.5","version":"0'0","reported_seq":1027,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:58.232209+0000","last_change":"2024-09-13T14:32:10.925170+0000","last_active":"2024-09-13T14:37:58.232209+0000","last_peered":"2024-09-13T14:37:58.232209+0000","last_clean":"2024-09-13T14:37:58.232209+0000","last_became_active":"2024-09-13T14:32:10.924864+0000","last_became_peered":"2024-09-13T14:32:10.924864+0000","last_unstale":"2024-09-13T14:37:58.232209+0000","last_undegraded":"2024-09-13T14:37:58.232209+0000","last_fullsized":"2024-09-13T14:37:58.232209+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:23:13.266436+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000327091,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.3","version":"0'0","reported_seq":1343,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.447688+0000","last_change":"2024-09-13T14:32:10.935933+0000","last_active":"2024-09-13T14:38:01.447688+0000","last_peered":"2024-09-13T14:38:01.447688+0000","last_clean":"2024-09-13T14:38:01.447688+0000","last_became_active":"2024-09-13T14:32:10.935486+0000","last_became_peered":"2024-09-13T14:32:10.935486+0000","last_unstale":"2024-09-13T14:38:01.447688+0000","last_undegraded":"2024-09-13T14:38:01.447688+0000","last_fullsized":"2024-09-13T14:38:01.447688+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:49:31.318318+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.7","version":"70'2","reported_seq":1267,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.449246+0000","last_change":"2024-09-13T14:33:50.007531+0000","last_active":"2024-09-13T14:38:01.449246+0000","last_peered":"2024-09-13T14:38:01.449246+0000","last_clean":"2024-09-13T14:38:01.449246+0000","last_became_active":"2024-09-13T14:33:50.006847+0000","last_became_peered":"2024-09-13T14:33:50.006847+0000","last_unstale":"2024-09-13T14:38:01.449246+0000","last_undegraded":"2024-09-13T14:38:01.449246+0000","last_fullsized":"2024-09-13T14:38:01.449246+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T15:17:21.238998+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":[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":"0'0","reported_seq":1321,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.447754+0000","last_change":"2024-09-13T14:32:44.954419+0000","last_active":"2024-09-13T14:38:01.447754+0000","last_peered":"2024-09-13T14:38:01.447754+0000","last_clean":"2024-09-13T14:38:01.447754+0000","last_became_active":"2024-09-13T14:32:44.953988+0000","last_became_peered":"2024-09-13T14:32:44.953988+0000","last_unstale":"2024-09-13T14:38:01.447754+0000","last_undegraded":"2024-09-13T14:38:01.447754+0000","last_fullsized":"2024-09-13T14:38:01.447754+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:16:31.544386+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.0","version":"0'0","reported_seq":1264,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.448981+0000","last_change":"2024-09-13T14:33:50.001625+0000","last_active":"2024-09-13T14:38:01.448981+0000","last_peered":"2024-09-13T14:38:01.448981+0000","last_clean":"2024-09-13T14:38:01.448981+0000","last_became_active":"2024-09-13T14:33:50.001243+0000","last_became_peered":"2024-09-13T14:33:50.001243+0000","last_unstale":"2024-09-13T14:38:01.448981+0000","last_undegraded":"2024-09-13T14:38:01.448981+0000","last_fullsized":"2024-09-13T14:38:01.448981+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:22:07.201745+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.6","version":"70'1","reported_seq":1357,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.446319+0000","last_change":"2024-09-13T14:32:44.968175+0000","last_active":"2024-09-13T14:38:01.446319+0000","last_peered":"2024-09-13T14:38:01.446319+0000","last_clean":"2024-09-13T14:38:01.446319+0000","last_became_active":"2024-09-13T14:32:44.964527+0000","last_became_peered":"2024-09-13T14:32:44.964527+0000","last_unstale":"2024-09-13T14:38:01.446319+0000","last_undegraded":"2024-09-13T14:38:01.446319+0000","last_fullsized":"2024-09-13T14:38:01.446319+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T14:40:33.658595+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":[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.7","version":"0'0","reported_seq":1025,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:58.720818+0000","last_change":"2024-09-13T14:33:17.922456+0000","last_active":"2024-09-13T14:37:58.720818+0000","last_peered":"2024-09-13T14:37:58.720818+0000","last_clean":"2024-09-13T14:37:58.720818+0000","last_became_active":"2024-09-13T14:33:17.922068+0000","last_became_peered":"2024-09-13T14:33:17.922068+0000","last_unstale":"2024-09-13T14:37:58.720818+0000","last_undegraded":"2024-09-13T14:37:58.720818+0000","last_fullsized":"2024-09-13T14:37:58.720818+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:54:08.427589+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029877400000000002,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1","version":"0'0","reported_seq":1023,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:37:59.994603+0000","last_change":"2024-09-13T14:19:29.718951+0000","last_active":"2024-09-13T14:37:59.994603+0000","last_peered":"2024-09-13T14:37:59.994603+0000","last_clean":"2024-09-13T14:37:59.994603+0000","last_became_active":"2024-09-13T14:19:29.718589+0000","last_became_peered":"2024-09-13T14:19:29.718589+0000","last_unstale":"2024-09-13T14:37:59.994603+0000","last_undegraded":"2024-09-13T14:37:59.994603+0000","last_fullsized":"2024-09-13T14:37:59.994603+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:44:19.267895+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.13","version":"0'0","reported_seq":1046,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:37:59.994198+0000","last_change":"2024-09-13T14:33:17.924336+0000","last_active":"2024-09-13T14:37:59.994198+0000","last_peered":"2024-09-13T14:37:59.994198+0000","last_clean":"2024-09-13T14:37:59.994198+0000","last_became_active":"2024-09-13T14:33:17.924018+0000","last_became_peered":"2024-09-13T14:33:17.924018+0000","last_unstale":"2024-09-13T14:37:59.994198+0000","last_undegraded":"2024-09-13T14:37:59.994198+0000","last_fullsized":"2024-09-13T14:37:59.994198+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:37:24.279639+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[4,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.14","version":"455'23","reported_seq":1046,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:37:59.995101+0000","last_change":"2024-09-13T14:19:29.698825+0000","last_active":"2024-09-13T14:37:59.995101+0000","last_peered":"2024-09-13T14:37:59.995101+0000","last_clean":"2024-09-13T14:37:59.995101+0000","last_became_active":"2024-09-13T14:19:29.698348+0000","last_became_peered":"2024-09-13T14:19:29.698348+0000","last_unstale":"2024-09-13T14:37:59.995101+0000","last_undegraded":"2024-09-13T14:37:59.995101+0000","last_fullsized":"2024-09-13T14:37:59.995101+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":23,"log_dups_size":0,"ondisk_log_size":23,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:24:10.858859+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":4756,"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":23,"num_write_kb":20,"num_scrub_errors":0,"num_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":[4,7,6],"acting":[4,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.12","version":"0'0","reported_seq":1319,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.446695+0000","last_change":"2024-09-13T14:33:17.920871+0000","last_active":"2024-09-13T14:38:01.446695+0000","last_peered":"2024-09-13T14:38:01.446695+0000","last_clean":"2024-09-13T14:38:01.446695+0000","last_became_active":"2024-09-13T14:33:17.920540+0000","last_became_peered":"2024-09-13T14:33:17.920540+0000","last_unstale":"2024-09-13T14:38:01.446695+0000","last_undegraded":"2024-09-13T14:38:01.446695+0000","last_fullsized":"2024-09-13T14:38:01.446695+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:53:15.230821+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[1,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.15","version":"70'3","reported_seq":1017,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.447407+0000","last_change":"2024-09-13T14:33:50.005785+0000","last_active":"2024-09-13T14:38:01.447407+0000","last_peered":"2024-09-13T14:38:01.447407+0000","last_clean":"2024-09-13T14:38:01.447407+0000","last_became_active":"2024-09-13T14:33:50.004867+0000","last_became_peered":"2024-09-13T14:33:50.004867+0000","last_unstale":"2024-09-13T14:38:01.447407+0000","last_undegraded":"2024-09-13T14:38:01.447407+0000","last_fullsized":"2024-09-13T14:38:01.447407+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T01:07:00.670228+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":[7,3,4],"acting":[7,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.16","version":"0'0","reported_seq":1025,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:37:59.993145+0000","last_change":"2024-09-13T14:32:44.951631+0000","last_active":"2024-09-13T14:37:59.993145+0000","last_peered":"2024-09-13T14:37:59.993145+0000","last_clean":"2024-09-13T14:37:59.993145+0000","last_became_active":"2024-09-13T14:32:44.951318+0000","last_became_peered":"2024-09-13T14:32:44.951318+0000","last_unstale":"2024-09-13T14:37:59.993145+0000","last_undegraded":"2024-09-13T14:37:59.993145+0000","last_fullsized":"2024-09-13T14:37:59.993145+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:51:52.620505+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.11","version":"0'0","reported_seq":1227,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.448311+0000","last_change":"2024-09-13T14:33:50.016208+0000","last_active":"2024-09-13T14:38:01.448311+0000","last_peered":"2024-09-13T14:38:01.448311+0000","last_clean":"2024-09-13T14:38:01.448311+0000","last_became_active":"2024-09-13T14:33:50.015901+0000","last_became_peered":"2024-09-13T14:33:50.015901+0000","last_unstale":"2024-09-13T14:38:01.448311+0000","last_undegraded":"2024-09-13T14:38:01.448311+0000","last_fullsized":"2024-09-13T14:38:01.448311+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:35:14.110491+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.17","version":"0'0","reported_seq":1354,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.447363+0000","last_change":"2024-09-13T14:33:50.008202+0000","last_active":"2024-09-13T14:38:01.447363+0000","last_peered":"2024-09-13T14:38:01.447363+0000","last_clean":"2024-09-13T14:38:01.447363+0000","last_became_active":"2024-09-13T14:33:50.007915+0000","last_became_peered":"2024-09-13T14:33:50.007915+0000","last_unstale":"2024-09-13T14:38:01.447363+0000","last_undegraded":"2024-09-13T14:38:01.447363+0000","last_fullsized":"2024-09-13T14:38:01.447363+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:18:34.308988+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.10","version":"0'0","reported_seq":1257,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.448933+0000","last_change":"2024-09-13T14:33:50.015568+0000","last_active":"2024-09-13T14:38:01.448933+0000","last_peered":"2024-09-13T14:38:01.448933+0000","last_clean":"2024-09-13T14:38:01.448933+0000","last_became_active":"2024-09-13T14:33:50.013521+0000","last_became_peered":"2024-09-13T14:33:50.013521+0000","last_unstale":"2024-09-13T14:38:01.448933+0000","last_undegraded":"2024-09-13T14:38:01.448933+0000","last_fullsized":"2024-09-13T14:38:01.448933+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:31:49.771269+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[3,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.1f","version":"0'0","reported_seq":1012,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.446695+0000","last_change":"2024-09-13T14:32:44.957634+0000","last_active":"2024-09-13T14:38:01.446695+0000","last_peered":"2024-09-13T14:38:01.446695+0000","last_clean":"2024-09-13T14:38:01.446695+0000","last_became_active":"2024-09-13T14:32:44.957290+0000","last_became_peered":"2024-09-13T14:32:44.957290+0000","last_unstale":"2024-09-13T14:38:01.446695+0000","last_undegraded":"2024-09-13T14:38:01.446695+0000","last_fullsized":"2024-09-13T14:38:01.446695+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:26:22.264450+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.18","version":"0'0","reported_seq":1272,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.449102+0000","last_change":"2024-09-13T14:33:50.009292+0000","last_active":"2024-09-13T14:38:01.449102+0000","last_peered":"2024-09-13T14:38:01.449102+0000","last_clean":"2024-09-13T14:38:01.449102+0000","last_became_active":"2024-09-13T14:33:50.009027+0000","last_became_peered":"2024-09-13T14:33:50.009027+0000","last_unstale":"2024-09-13T14:38:01.449102+0000","last_undegraded":"2024-09-13T14:38:01.449102+0000","last_fullsized":"2024-09-13T14:38:01.449102+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:18:35.662905+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1e","version":"0'0","reported_seq":1355,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.446148+0000","last_change":"2024-09-13T14:33:50.011585+0000","last_active":"2024-09-13T14:38:01.446148+0000","last_peered":"2024-09-13T14:38:01.446148+0000","last_clean":"2024-09-13T14:38:01.446148+0000","last_became_active":"2024-09-13T14:33:50.011278+0000","last_became_peered":"2024-09-13T14:33:50.011278+0000","last_unstale":"2024-09-13T14:38:01.446148+0000","last_undegraded":"2024-09-13T14:38:01.446148+0000","last_fullsized":"2024-09-13T14:38:01.446148+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:06:52.960465+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.19","version":"0'0","reported_seq":1319,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.445523+0000","last_change":"2024-09-13T14:33:50.017071+0000","last_active":"2024-09-13T14:38:01.445523+0000","last_peered":"2024-09-13T14:38:01.445523+0000","last_clean":"2024-09-13T14:38:01.445523+0000","last_became_active":"2024-09-13T14:33:50.016794+0000","last_became_peered":"2024-09-13T14:33:50.016794+0000","last_unstale":"2024-09-13T14:38:01.445523+0000","last_undegraded":"2024-09-13T14:38:01.445523+0000","last_fullsized":"2024-09-13T14:38:01.445523+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:48:52.504699+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1d","version":"0'0","reported_seq":1256,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.447831+0000","last_change":"2024-09-13T14:33:50.008899+0000","last_active":"2024-09-13T14:38:01.447831+0000","last_peered":"2024-09-13T14:38:01.447831+0000","last_clean":"2024-09-13T14:38:01.447831+0000","last_became_active":"2024-09-13T14:33:50.008537+0000","last_became_peered":"2024-09-13T14:33:50.008537+0000","last_unstale":"2024-09-13T14:38:01.447831+0000","last_undegraded":"2024-09-13T14:38:01.447831+0000","last_fullsized":"2024-09-13T14:38:01.447831+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:22:58.523320+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"3.1a","version":"70'1","reported_seq":1053,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:57.970495+0000","last_change":"2024-09-13T14:33:17.923617+0000","last_active":"2024-09-13T14:37:57.970495+0000","last_peered":"2024-09-13T14:37:57.970495+0000","last_clean":"2024-09-13T14:37:57.970495+0000","last_became_active":"2024-09-13T14:33:17.923336+0000","last_became_peered":"2024-09-13T14:33:17.923336+0000","last_unstale":"2024-09-13T14:37:57.970495+0000","last_undegraded":"2024-09-13T14:37:57.970495+0000","last_fullsized":"2024-09-13T14:37:57.970495+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T15:55:13.594527+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1c","version":"0'0","reported_seq":1291,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.445724+0000","last_change":"2024-09-13T14:33:50.004145+0000","last_active":"2024-09-13T14:38:01.445724+0000","last_peered":"2024-09-13T14:38:01.445724+0000","last_clean":"2024-09-13T14:38:01.445724+0000","last_became_active":"2024-09-13T14:33:50.003589+0000","last_became_peered":"2024-09-13T14:33:50.003589+0000","last_unstale":"2024-09-13T14:38:01.445724+0000","last_undegraded":"2024-09-13T14:38:01.445724+0000","last_fullsized":"2024-09-13T14:38:01.445724+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:15:34.819491+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[2,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.1b","version":"70'1","reported_seq":1344,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.448164+0000","last_change":"2024-09-13T14:32:10.932053+0000","last_active":"2024-09-13T14:38:01.448164+0000","last_peered":"2024-09-13T14:38:01.448164+0000","last_clean":"2024-09-13T14:38:01.448164+0000","last_became_active":"2024-09-13T14:32:10.931382+0000","last_became_peered":"2024-09-13T14:32:10.931382+0000","last_unstale":"2024-09-13T14:38:01.448164+0000","last_undegraded":"2024-09-13T14:38:01.448164+0000","last_fullsized":"2024-09-13T14:38:01.448164+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T19:21:03.486287+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1b","version":"0'0","reported_seq":1051,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:57.970494+0000","last_change":"2024-09-13T14:33:49.999986+0000","last_active":"2024-09-13T14:37:57.970494+0000","last_peered":"2024-09-13T14:37:57.970494+0000","last_clean":"2024-09-13T14:37:57.970494+0000","last_became_active":"2024-09-13T14:33:49.999745+0000","last_became_peered":"2024-09-13T14:33:49.999745+0000","last_unstale":"2024-09-13T14:37:57.970494+0000","last_undegraded":"2024-09-13T14:37:57.970494+0000","last_fullsized":"2024-09-13T14:37:57.970494+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:32:11.265639+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,3,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1c","version":"70'2","reported_seq":1026,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:58.078437+0000","last_change":"2024-09-13T14:32:44.952627+0000","last_active":"2024-09-13T14:37:58.078437+0000","last_peered":"2024-09-13T14:37:58.078437+0000","last_clean":"2024-09-13T14:37:58.078437+0000","last_became_active":"2024-09-13T14:32:44.952336+0000","last_became_peered":"2024-09-13T14:32:44.952336+0000","last_unstale":"2024-09-13T14:37:58.078437+0000","last_undegraded":"2024-09-13T14:37:58.078437+0000","last_fullsized":"2024-09-13T14:37:58.078437+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T00:08:59.441392+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":[5,4,1],"acting":[5,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.1a","version":"0'0","reported_seq":1051,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:57.970346+0000","last_change":"2024-09-13T14:33:50.006204+0000","last_active":"2024-09-13T14:37:57.970346+0000","last_peered":"2024-09-13T14:37:57.970346+0000","last_clean":"2024-09-13T14:37:57.970346+0000","last_became_active":"2024-09-13T14:33:50.005755+0000","last_became_peered":"2024-09-13T14:33:50.005755+0000","last_unstale":"2024-09-13T14:37:57.970346+0000","last_undegraded":"2024-09-13T14:37:57.970346+0000","last_fullsized":"2024-09-13T14:37:57.970346+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:12:45.099773+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[4,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1d","version":"70'2","reported_seq":1011,"reported_epoch":1089,"state":"active+clean","last_fresh":"2024-09-13T14:37:58.078578+0000","last_change":"2024-09-13T14:19:29.699807+0000","last_active":"2024-09-13T14:37:58.078578+0000","last_peered":"2024-09-13T14:37:58.078578+0000","last_clean":"2024-09-13T14:37:58.078578+0000","last_became_active":"2024-09-13T14:19:29.698125+0000","last_became_peered":"2024-09-13T14:19:29.698125+0000","last_unstale":"2024-09-13T14:37:58.078578+0000","last_undegraded":"2024-09-13T14:37:58.078578+0000","last_fullsized":"2024-09-13T14:37:58.078578+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T21:12:45.446921+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":[5,4,6],"acting":[5,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.19","version":"0'0","reported_seq":1262,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.448614+0000","last_change":"2024-09-13T14:33:50.009082+0000","last_active":"2024-09-13T14:38:01.448614+0000","last_peered":"2024-09-13T14:38:01.448614+0000","last_clean":"2024-09-13T14:38:01.448614+0000","last_became_active":"2024-09-13T14:33:50.008318+0000","last_became_peered":"2024-09-13T14:33:50.008318+0000","last_unstale":"2024-09-13T14:38:01.448614+0000","last_undegraded":"2024-09-13T14:38:01.448614+0000","last_fullsized":"2024-09-13T14:38:01.448614+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:56:41.983614+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,0],"acting":[3,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1e","version":"70'1","reported_seq":1250,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.448165+0000","last_change":"2024-09-13T14:33:50.012127+0000","last_active":"2024-09-13T14:38:01.448165+0000","last_peered":"2024-09-13T14:38:01.448165+0000","last_clean":"2024-09-13T14:38:01.448165+0000","last_became_active":"2024-09-13T14:33:50.011307+0000","last_became_peered":"2024-09-13T14:33:50.011307+0000","last_unstale":"2024-09-13T14:38:01.448165+0000","last_undegraded":"2024-09-13T14:38:01.448165+0000","last_fullsized":"2024-09-13T14:38:01.448165+0000","mapping_epoch":845,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":846,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T15:44:11.340867+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.18","version":"0'0","reported_seq":1037,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:37:59.993644+0000","last_change":"2024-09-13T14:32:44.953530+0000","last_active":"2024-09-13T14:37:59.993644+0000","last_peered":"2024-09-13T14:37:59.993644+0000","last_clean":"2024-09-13T14:37:59.993644+0000","last_became_active":"2024-09-13T14:32:44.953223+0000","last_became_peered":"2024-09-13T14:32:44.953223+0000","last_unstale":"2024-09-13T14:37:59.993644+0000","last_undegraded":"2024-09-13T14:37:59.993644+0000","last_fullsized":"2024-09-13T14:37:59.993644+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:08:35.049443+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1f","version":"70'4","reported_seq":1360,"reported_epoch":1090,"state":"active+clean","last_fresh":"2024-09-13T14:38:01.447500+0000","last_change":"2024-09-13T14:33:17.926914+0000","last_active":"2024-09-13T14:38:01.447500+0000","last_peered":"2024-09-13T14:38:01.447500+0000","last_clean":"2024-09-13T14:38:01.447500+0000","last_became_active":"2024-09-13T14:33:17.926517+0000","last_became_peered":"2024-09-13T14:33:17.926517+0000","last_unstale":"2024-09-13T14:38:01.447500+0000","last_undegraded":"2024-09-13T14:38:01.447500+0000","last_fullsized":"2024-09-13T14:38:01.447500+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T16:07:35.423857+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,5,2],"acting":[0,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]}],"pool_stats":[{"poolid":4,"num_pg":32,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":96,"acting":96,"num_store_stats":8},{"poolid":3,"num_pg":32,"stat_sum":{"num_bytes":5554,"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":62,"num_write_kb":31,"num_scrub_errors":0,"num_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":16662,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":11473,"internal_metadata":0},"log_size":56,"ondisk_log_size":56,"up":96,"acting":96,"num_store_stats":8},{"poolid":2,"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":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":392,"num_read_kb":834,"num_write":215,"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":149,"ondisk_log_size":149,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":7,"up_from":54,"seq":231928234244,"num_pgs":30,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":59544,"kb_used_data":10380,"kb_used_omap":1,"kb_used_meta":49150,"kb_avail":93685608,"statfs":{"total":95995035648,"available":95934062592,"internally_reserved":0,"allocated":10629120,"data_stored":7638508,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1588,"internal_metadata":50330060},"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":46,"seq":197568495882,"num_pgs":27,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":59536,"kb_used_data":10372,"kb_used_omap":1,"kb_used_meta":49150,"kb_avail":93685616,"statfs":{"total":95995035648,"available":95934070784,"internally_reserved":0,"allocated":10620928,"data_stored":7638381,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":50330055},"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":38,"seq":163208757518,"num_pgs":21,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":99080,"kb_used_data":9784,"kb_used_omap":1,"kb_used_meta":89278,"kb_avail":93646072,"statfs":{"total":95995035648,"available":95893577728,"internally_reserved":0,"allocated":10018816,"data_stored":7043839,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":91421126},"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":[]},{"osd":4,"up_from":30,"seq":128849019155,"num_pgs":33,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":85136,"kb_used_data":9796,"kb_used_omap":1,"kb_used_meta":75326,"kb_avail":93660016,"statfs":{"total":95995035648,"available":95907856384,"internally_reserved":0,"allocated":10031104,"data_stored":7048070,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":77134278},"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":845,"seq":3629247365184,"num_pgs":31,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":41724,"kb_used_data":9776,"kb_used_omap":34,"kb_used_meta":31901,"kb_avail":93703428,"statfs":{"total":95995035648,"available":95952310272,"internally_reserved":0,"allocated":10010624,"data_stored":7043270,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":35801,"internal_metadata":32666663},"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":813,"seq":3491808411718,"num_pgs":19,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":46208,"kb_used_data":9780,"kb_used_omap":50,"kb_used_meta":36365,"kb_avail":93698944,"statfs":{"total":95995035648,"available":95947718656,"internally_reserved":0,"allocated":10014720,"data_stored":7043796,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":52011,"internal_metadata":37237973},"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":780,"seq":3350074490957,"num_pgs":32,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":45884,"kb_used_data":9776,"kb_used_omap":30,"kb_used_meta":36065,"kb_avail":93699268,"statfs":{"total":95995035648,"available":95948050432,"internally_reserved":0,"allocated":10010624,"data_stored":7043199,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":31404,"internal_metadata":36930900},"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":[]},{"osd":0,"up_from":746,"seq":3204045602900,"num_pgs":26,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":38724,"kb_used_data":10360,"kb_used_omap":66,"kb_used_meta":28285,"kb_avail":93706428,"statfs":{"total":95995035648,"available":95955382272,"internally_reserved":0,"allocated":10608640,"data_stored":7634152,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":68403,"internal_metadata":28964045},"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":0,"data_stored":0,"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":4096,"data_stored":19,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":4096,"data_stored":19,"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":4096,"data_stored":19,"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":0,"data_stored":0,"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":8192,"data_stored":604,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3890,"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":3041,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":616,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1366,"internal_metadata":0},{"poolid":3,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":90,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3176,"internal_metadata":0},{"poolid":3,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":24576,"data_stored":4902,"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":8192,"data_stored":652,"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":16384,"data_stored":4826,"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":28672,"data_stored":4972,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":0,"data_stored":0,"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-09-13T14:39:01.942 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-13T14:39:01.943 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd dump 2024-09-13T14:39:02.145 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:39:02.265 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:02 smithi071 ceph-mon[107477]: pgmap v1120: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:39:02.266 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:02 smithi071 ceph-mon[107477]: from='client.44534 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T14:39:02.266 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:02 smithi071 ceph-mon[112785]: pgmap v1120: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:39:02.266 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:02 smithi071 ceph-mon[112785]: from='client.44534 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T14:39:02.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:02 smithi104 ceph-mon[105578]: pgmap v1120: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:39:02.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:02 smithi104 ceph-mon[105578]: from='client.44534 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T14:39:02.890 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:39:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:39:02] "GET /metrics HTTP/1.1" 200 34036 "" "Prometheus/2.51.0" 2024-09-13T14:39:03.988 INFO:teuthology.orchestra.run.smithi071.stdout:epoch 1090 2024-09-13T14:39:03.988 INFO:teuthology.orchestra.run.smithi071.stdout:fsid 18f8172c-71da-11ef-bceb-c7b262605968 2024-09-13T14:39:03.988 INFO:teuthology.orchestra.run.smithi071.stdout:created 2024-09-13T14:12:34.413032+0000 2024-09-13T14:39:03.988 INFO:teuthology.orchestra.run.smithi071.stdout:modified 2024-09-13T14:37:59.978852+0000 2024-09-13T14:39:03.988 INFO:teuthology.orchestra.run.smithi071.stdout:flags sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit 2024-09-13T14:39:03.988 INFO:teuthology.orchestra.run.smithi071.stdout:crush_version 22 2024-09-13T14:39:03.988 INFO:teuthology.orchestra.run.smithi071.stdout:full_ratio 0.95 2024-09-13T14:39:03.989 INFO:teuthology.orchestra.run.smithi071.stdout:backfillfull_ratio 0.9 2024-09-13T14:39:03.989 INFO:teuthology.orchestra.run.smithi071.stdout:nearfull_ratio 0.85 2024-09-13T14:39:03.989 INFO:teuthology.orchestra.run.smithi071.stdout:require_min_compat_client luminous 2024-09-13T14:39:03.989 INFO:teuthology.orchestra.run.smithi071.stdout:min_compat_client luminous 2024-09-13T14:39:03.989 INFO:teuthology.orchestra.run.smithi071.stdout:require_osd_release reef 2024-09-13T14:39:03.989 INFO:teuthology.orchestra.run.smithi071.stdout:stretch_mode_enabled false 2024-09-13T14:39:03.989 INFO:teuthology.orchestra.run.smithi071.stdout:pool 1 '.mgr' replicated size 3 min_size 2 crush_rule 0 object_hash rjenkins pg_num 1 pgp_num 1 autoscale_mode off last_change 21 flags hashpspool stripe_width 0 pg_num_max 32 pg_num_min 1 application mgr read_balance_score 7.89 2024-09-13T14:39:03.989 INFO:teuthology.orchestra.run.smithi071.stdout:pool 2 'rbd' replicated size 3 min_size 2 crush_rule 0 object_hash rjenkins pg_num 8 pgp_num 8 autoscale_mode off last_change 65 flags hashpspool,selfmanaged_snaps stripe_width 0 application rbd read_balance_score 2.00 2024-09-13T14:39:03.989 INFO:teuthology.orchestra.run.smithi071.stdout:pool 3 'cephfs.foo.meta' replicated size 3 min_size 2 crush_rule 0 object_hash rjenkins pg_num 32 pgp_num 32 autoscale_mode off last_change 70 flags hashpspool stripe_width 0 pg_autoscale_bias 4 pg_num_min 16 recovery_priority 5 application cephfs read_balance_score 1.50 2024-09-13T14:39:03.989 INFO:teuthology.orchestra.run.smithi071.stdout:pool 4 'cephfs.foo.data' replicated size 3 min_size 2 crush_rule 0 object_hash rjenkins pg_num 32 pgp_num 32 autoscale_mode off last_change 70 flags hashpspool,bulk stripe_width 0 application cephfs read_balance_score 2.25 2024-09-13T14:39:03.989 INFO:teuthology.orchestra.run.smithi071.stdout:max_osd 8 2024-09-13T14:39:03.989 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0 up in weight 1 up_from 746 up_thru 845 down_at 735 last_clean_interval [8,734) [v2:172.21.15.71:6802/3344536173,v1:172.21.15.71:6803/3344536173] [v2:172.21.15.71:6804/3344536173,v1:172.21.15.71:6805/3344536173] exists,up fd3f37eb-3ff9-4549-8e14-55ab9c6297a3 2024-09-13T14:39:03.990 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1 up in weight 1 up_from 780 up_thru 845 down_at 768 last_clean_interval [13,767) [v2:172.21.15.71:6810/2439276550,v1:172.21.15.71:6811/2439276550] [v2:172.21.15.71:6812/2439276550,v1:172.21.15.71:6813/2439276550] exists,up b2b5fc6c-0aa1-4eed-9fcc-59816f01ba10 2024-09-13T14:39:03.990 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2 up in weight 1 up_from 813 up_thru 845 down_at 801 last_clean_interval [18,800) [v2:172.21.15.71:6818/2746539070,v1:172.21.15.71:6819/2746539070] [v2:172.21.15.71:6820/2746539070,v1:172.21.15.71:6821/2746539070] exists,up f9911633-19b2-4c10-bd42-bd6a5cc6a745 2024-09-13T14:39:03.990 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3 up in weight 1 up_from 845 up_thru 845 down_at 834 last_clean_interval [25,833) [v2:172.21.15.71:6826/1553051233,v1:172.21.15.71:6827/1553051233] [v2:172.21.15.71:6828/1553051233,v1:172.21.15.71:6829/1553051233] exists,up b6d04cea-113c-4b8b-b249-cb99a731ad2e 2024-09-13T14:39:03.990 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4 up in weight 1 up_from 30 up_thru 845 down_at 0 last_clean_interval [0,0) [v2:172.21.15.104:6800/2747742495,v1:172.21.15.104:6801/2747742495] [v2:172.21.15.104:6802/2747742495,v1:172.21.15.104:6803/2747742495] exists,up eaa5fdfd-97b4-4d4e-8efe-138d03bc42db 2024-09-13T14:39:03.990 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5 up in weight 1 up_from 38 up_thru 845 down_at 0 last_clean_interval [0,0) [v2:172.21.15.104:6808/2156075125,v1:172.21.15.104:6809/2156075125] [v2:172.21.15.104:6810/2156075125,v1:172.21.15.104:6811/2156075125] exists,up 327f32c8-3a34-41cd-9b28-8652bde403b8 2024-09-13T14:39:03.990 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6 up in weight 1 up_from 46 up_thru 834 down_at 0 last_clean_interval [0,0) [v2:172.21.15.104:6816/1475653343,v1:172.21.15.104:6817/1475653343] [v2:172.21.15.104:6818/1475653343,v1:172.21.15.104:6819/1475653343] exists,up c8dc48f6-6da0-4cfc-8792-1802e110957c 2024-09-13T14:39:03.990 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7 up in weight 1 up_from 54 up_thru 845 down_at 0 last_clean_interval [0,0) [v2:172.21.15.104:6824/823786698,v1:172.21.15.104:6825/823786698] [v2:172.21.15.104:6826/823786698,v1:172.21.15.104:6827/823786698] exists,up e5c8a041-aca0-4a18-a7ae-808831a44305 2024-09-13T14:39:03.990 INFO:teuthology.orchestra.run.smithi071.stdout:pg_upmap_items 4.6 [1,5] 2024-09-13T14:39:03.990 INFO:teuthology.orchestra.run.smithi071.stdout:pg_upmap_items 4.b [1,2] 2024-09-13T14:39:03.990 INFO:teuthology.orchestra.run.smithi071.stdout:pg_upmap_items 4.13 [1,2] 2024-09-13T14:39:03.990 INFO:teuthology.orchestra.run.smithi071.stdout:blocklist 172.21.15.71:0/1712032227 expires 2024-09-14T14:22:34.572186+0000 2024-09-13T14:39:03.990 INFO:teuthology.orchestra.run.smithi071.stdout:blocklist 172.21.15.71:0/1512142036 expires 2024-09-14T14:18:09.429479+0000 2024-09-13T14:39:03.990 INFO:teuthology.orchestra.run.smithi071.stdout:blocklist 172.21.15.71:6800/264732740 expires 2024-09-14T14:22:34.572186+0000 2024-09-13T14:39:03.991 INFO:teuthology.orchestra.run.smithi071.stdout:blocklist 172.21.15.71:6800/3448551475 expires 2024-09-14T14:13:06.258336+0000 2024-09-13T14:39:03.991 INFO:teuthology.orchestra.run.smithi071.stdout:blocklist 172.21.15.71:0/433354922 expires 2024-09-14T14:22:34.572186+0000 2024-09-13T14:39:03.991 INFO:teuthology.orchestra.run.smithi071.stdout:blocklist 172.21.15.104:0/1914236881 expires 2024-09-14T14:23:06.043542+0000 2024-09-13T14:39:03.991 INFO:teuthology.orchestra.run.smithi071.stdout:blocklist 172.21.15.104:0/4055060788 expires 2024-09-14T14:23:06.043542+0000 2024-09-13T14:39:03.991 INFO:teuthology.orchestra.run.smithi071.stdout:blocklist 172.21.15.104:0/1680645046 expires 2024-09-14T14:23:06.043542+0000 2024-09-13T14:39:03.991 INFO:teuthology.orchestra.run.smithi071.stdout:blocklist 172.21.15.71:6800/1653172791 expires 2024-09-14T14:25:44.198063+0000 2024-09-13T14:39:03.991 INFO:teuthology.orchestra.run.smithi071.stdout:blocklist 172.21.15.71:0/70220275 expires 2024-09-14T14:22:34.572186+0000 2024-09-13T14:39:03.991 INFO:teuthology.orchestra.run.smithi071.stdout:blocklist 172.21.15.71:6801/1653172791 expires 2024-09-14T14:25:44.198063+0000 2024-09-13T14:39:03.991 INFO:teuthology.orchestra.run.smithi071.stdout:blocklist 172.21.15.104:0/3885302818 expires 2024-09-14T14:23:06.043542+0000 2024-09-13T14:39:03.991 INFO:teuthology.orchestra.run.smithi071.stdout:blocklist 172.21.15.71:0/2957393214 expires 2024-09-14T14:18:09.429479+0000 2024-09-13T14:39:03.991 INFO:teuthology.orchestra.run.smithi071.stdout:blocklist 172.21.15.71:0/920424232 expires 2024-09-14T14:13:29.716958+0000 2024-09-13T14:39:03.991 INFO:teuthology.orchestra.run.smithi071.stdout:blocklist 172.21.15.104:0/2700755661 expires 2024-09-14T14:23:06.043542+0000 2024-09-13T14:39:03.991 INFO:teuthology.orchestra.run.smithi071.stdout:blocklist 172.21.15.104:6834/4267452369 expires 2024-09-14T14:23:06.043542+0000 2024-09-13T14:39:03.991 INFO:teuthology.orchestra.run.smithi071.stdout:blocklist 172.21.15.71:0/2106557968 expires 2024-09-14T14:22:34.572186+0000 2024-09-13T14:39:03.992 INFO:teuthology.orchestra.run.smithi071.stdout:blocklist 172.21.15.104:0/3146199134 expires 2024-09-14T14:23:06.043542+0000 2024-09-13T14:39:03.992 INFO:teuthology.orchestra.run.smithi071.stdout:blocklist 172.21.15.71:6800/1578475249 expires 2024-09-14T14:18:09.429479+0000 2024-09-13T14:39:03.992 INFO:teuthology.orchestra.run.smithi071.stdout:blocklist 172.21.15.71:0/1423310701 expires 2024-09-14T14:13:06.258336+0000 2024-09-13T14:39:03.992 INFO:teuthology.orchestra.run.smithi071.stdout:blocklist 172.21.15.71:6801/3448551475 expires 2024-09-14T14:13:06.258336+0000 2024-09-13T14:39:03.992 INFO:teuthology.orchestra.run.smithi071.stdout:blocklist 172.21.15.71:6801/1578475249 expires 2024-09-14T14:18:09.429479+0000 2024-09-13T14:39:03.992 INFO:teuthology.orchestra.run.smithi071.stdout:blocklist 172.21.15.71:0/1970520876 expires 2024-09-14T14:13:06.258336+0000 2024-09-13T14:39:03.992 INFO:teuthology.orchestra.run.smithi071.stdout:blocklist 172.21.15.71:0/781580 expires 2024-09-14T14:13:29.716958+0000 2024-09-13T14:39:03.992 INFO:teuthology.orchestra.run.smithi071.stdout:blocklist 172.21.15.71:6801/264732740 expires 2024-09-14T14:22:34.572186+0000 2024-09-13T14:39:03.992 INFO:teuthology.orchestra.run.smithi071.stdout:blocklist 172.21.15.71:0/3698292050 expires 2024-09-14T14:18:09.429479+0000 2024-09-13T14:39:03.992 INFO:teuthology.orchestra.run.smithi071.stdout:blocklist 172.21.15.71:0/746739318 expires 2024-09-14T14:25:44.198063+0000 2024-09-13T14:39:03.992 INFO:teuthology.orchestra.run.smithi071.stdout:blocklist 172.21.15.71:0/788315538 expires 2024-09-14T14:13:06.258336+0000 2024-09-13T14:39:03.992 INFO:teuthology.orchestra.run.smithi071.stdout:blocklist 172.21.15.71:0/2479738009 expires 2024-09-14T14:25:44.198063+0000 2024-09-13T14:39:03.992 INFO:teuthology.orchestra.run.smithi071.stdout:blocklist 172.21.15.104:6835/4267452369 expires 2024-09-14T14:23:06.043542+0000 2024-09-13T14:39:03.993 INFO:teuthology.orchestra.run.smithi071.stdout:blocklist 172.21.15.71:0/1285114295 expires 2024-09-14T14:18:09.429479+0000 2024-09-13T14:39:03.993 INFO:teuthology.orchestra.run.smithi071.stdout:blocklist 172.21.15.71:6800/1578233797 expires 2024-09-14T14:13:29.716958+0000 2024-09-13T14:39:03.993 INFO:teuthology.orchestra.run.smithi071.stdout:blocklist 172.21.15.71:0/2875866556 expires 2024-09-14T14:25:44.198063+0000 2024-09-13T14:39:03.993 INFO:teuthology.orchestra.run.smithi071.stdout:blocklist 172.21.15.71:0/1117165250 expires 2024-09-14T14:25:44.198063+0000 2024-09-13T14:39:03.993 INFO:teuthology.orchestra.run.smithi071.stdout:blocklist 172.21.15.71:6801/1578233797 expires 2024-09-14T14:13:29.716958+0000 2024-09-13T14:39:03.993 INFO:teuthology.orchestra.run.smithi071.stdout:blocklist 172.21.15.71:0/3436285126 expires 2024-09-14T14:13:29.716958+0000 2024-09-13T14:39:04.288 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:04 smithi071 ceph-mon[107477]: pgmap v1121: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:39:04.289 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:04 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1164190278' entity='client.admin' cmd={"prefix": "osd dump"} : dispatch 2024-09-13T14:39:04.289 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:04 smithi071 ceph-mon[112785]: pgmap v1121: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:39:04.289 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:04 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1164190278' entity='client.admin' cmd={"prefix": "osd dump"} : dispatch 2024-09-13T14:39:04.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:04 smithi104 ceph-mon[105578]: pgmap v1121: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:39:04.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:04 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1164190278' entity='client.admin' cmd={"prefix": "osd dump"} : dispatch 2024-09-13T14:39:04.584 INFO:tasks.cephadm.ceph_manager.ceph:['osd.0 up in weight 1 up_from 746 up_thru 845 down_at 735 last_clean_interval [8,734) [v2:172.21.15.71:6802/3344536173,v1:172.21.15.71:6803/3344536173] [v2:172.21.15.71:6804/3344536173,v1:172.21.15.71:6805/3344536173] exists,up fd3f37eb-3ff9-4549-8e14-55ab9c6297a3', 'osd.1 up in weight 1 up_from 780 up_thru 845 down_at 768 last_clean_interval [13,767) [v2:172.21.15.71:6810/2439276550,v1:172.21.15.71:6811/2439276550] [v2:172.21.15.71:6812/2439276550,v1:172.21.15.71:6813/2439276550] exists,up b2b5fc6c-0aa1-4eed-9fcc-59816f01ba10', 'osd.2 up in weight 1 up_from 813 up_thru 845 down_at 801 last_clean_interval [18,800) [v2:172.21.15.71:6818/2746539070,v1:172.21.15.71:6819/2746539070] [v2:172.21.15.71:6820/2746539070,v1:172.21.15.71:6821/2746539070] exists,up f9911633-19b2-4c10-bd42-bd6a5cc6a745', 'osd.3 up in weight 1 up_from 845 up_thru 845 down_at 834 last_clean_interval [25,833) [v2:172.21.15.71:6826/1553051233,v1:172.21.15.71:6827/1553051233] [v2:172.21.15.71:6828/1553051233,v1:172.21.15.71:6829/1553051233] exists,up b6d04cea-113c-4b8b-b249-cb99a731ad2e', 'osd.4 up in weight 1 up_from 30 up_thru 845 down_at 0 last_clean_interval [0,0) [v2:172.21.15.104:6800/2747742495,v1:172.21.15.104:6801/2747742495] [v2:172.21.15.104:6802/2747742495,v1:172.21.15.104:6803/2747742495] exists,up eaa5fdfd-97b4-4d4e-8efe-138d03bc42db', 'osd.5 up in weight 1 up_from 38 up_thru 845 down_at 0 last_clean_interval [0,0) [v2:172.21.15.104:6808/2156075125,v1:172.21.15.104:6809/2156075125] [v2:172.21.15.104:6810/2156075125,v1:172.21.15.104:6811/2156075125] exists,up 327f32c8-3a34-41cd-9b28-8652bde403b8', 'osd.6 up in weight 1 up_from 46 up_thru 834 down_at 0 last_clean_interval [0,0) [v2:172.21.15.104:6816/1475653343,v1:172.21.15.104:6817/1475653343] [v2:172.21.15.104:6818/1475653343,v1:172.21.15.104:6819/1475653343] exists,up c8dc48f6-6da0-4cfc-8792-1802e110957c', 'osd.7 up in weight 1 up_from 54 up_thru 845 down_at 0 last_clean_interval [0,0) [v2:172.21.15.104:6824/823786698,v1:172.21.15.104:6825/823786698] [v2:172.21.15.104:6826/823786698,v1:172.21.15.104:6827/823786698] exists,up e5c8a041-aca0-4a18-a7ae-808831a44305'] 2024-09-13T14:39:04.585 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon mon.a config show 2024-09-13T14:39:04.782 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:39:06.316 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:06 smithi071 ceph-mon[107477]: pgmap v1122: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:39:06.316 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:06 smithi071 ceph-mon[112785]: pgmap v1122: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:39:06.409 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:39:06.410 INFO:teuthology.orchestra.run.smithi071.stdout: "name": "mon.a", 2024-09-13T14:39:06.410 INFO:teuthology.orchestra.run.smithi071.stdout: "cluster": "ceph", 2024-09-13T14:39:06.410 INFO:teuthology.orchestra.run.smithi071.stdout: "admin_socket": "/var/run/ceph/ceph-mon.a.asok", 2024-09-13T14:39:06.410 INFO:teuthology.orchestra.run.smithi071.stdout: "admin_socket_mode": "", 2024-09-13T14:39:06.410 INFO:teuthology.orchestra.run.smithi071.stdout: "auth_allow_insecure_global_id_reclaim": "false", 2024-09-13T14:39:06.410 INFO:teuthology.orchestra.run.smithi071.stdout: "auth_client_required": "cephx, none", 2024-09-13T14:39:06.410 INFO:teuthology.orchestra.run.smithi071.stdout: "auth_cluster_required": "cephx", 2024-09-13T14:39:06.410 INFO:teuthology.orchestra.run.smithi071.stdout: "auth_debug": "true", 2024-09-13T14:39:06.411 INFO:teuthology.orchestra.run.smithi071.stdout: "auth_expose_insecure_global_id_reclaim": "true", 2024-09-13T14:39:06.411 INFO:teuthology.orchestra.run.smithi071.stdout: "auth_mon_ticket_ttl": "660.000000", 2024-09-13T14:39:06.411 INFO:teuthology.orchestra.run.smithi071.stdout: "auth_service_required": "cephx", 2024-09-13T14:39:06.411 INFO:teuthology.orchestra.run.smithi071.stdout: "auth_service_ticket_ttl": "240.000000", 2024-09-13T14:39:06.411 INFO:teuthology.orchestra.run.smithi071.stdout: "auth_supported": "", 2024-09-13T14:39:06.411 INFO:teuthology.orchestra.run.smithi071.stdout: "bdev_aio": "true", 2024-09-13T14:39:06.411 INFO:teuthology.orchestra.run.smithi071.stdout: "bdev_aio_max_queue_depth": "1024", 2024-09-13T14:39:06.411 INFO:teuthology.orchestra.run.smithi071.stdout: "bdev_aio_poll_ms": "250", 2024-09-13T14:39:06.411 INFO:teuthology.orchestra.run.smithi071.stdout: "bdev_aio_reap_max": "16", 2024-09-13T14:39:06.411 INFO:teuthology.orchestra.run.smithi071.stdout: "bdev_async_discard_threads": "0", 2024-09-13T14:39:06.411 INFO:teuthology.orchestra.run.smithi071.stdout: "bdev_block_size": "4096", 2024-09-13T14:39:06.411 INFO:teuthology.orchestra.run.smithi071.stdout: "bdev_debug_aio": "false", 2024-09-13T14:39:06.412 INFO:teuthology.orchestra.run.smithi071.stdout: "bdev_debug_aio_log_age": "5.000000", 2024-09-13T14:39:06.412 INFO:teuthology.orchestra.run.smithi071.stdout: "bdev_debug_aio_suicide_timeout": "60.000000", 2024-09-13T14:39:06.412 INFO:teuthology.orchestra.run.smithi071.stdout: "bdev_debug_inflight_ios": "false", 2024-09-13T14:39:06.412 INFO:teuthology.orchestra.run.smithi071.stdout: "bdev_enable_discard": "false", 2024-09-13T14:39:06.412 INFO:teuthology.orchestra.run.smithi071.stdout: "bdev_flock_retry": "3", 2024-09-13T14:39:06.412 INFO:teuthology.orchestra.run.smithi071.stdout: "bdev_flock_retry_interval": "0.100000", 2024-09-13T14:39:06.412 INFO:teuthology.orchestra.run.smithi071.stdout: "bdev_inject_crash": "0", 2024-09-13T14:39:06.412 INFO:teuthology.orchestra.run.smithi071.stdout: "bdev_inject_crash_flush_delay": "2", 2024-09-13T14:39:06.412 INFO:teuthology.orchestra.run.smithi071.stdout: "bdev_ioring": "false", 2024-09-13T14:39:06.412 INFO:teuthology.orchestra.run.smithi071.stdout: "bdev_ioring_hipri": "false", 2024-09-13T14:39:06.413 INFO:teuthology.orchestra.run.smithi071.stdout: "bdev_ioring_sqthread_poll": "false", 2024-09-13T14:39:06.413 INFO:teuthology.orchestra.run.smithi071.stdout: "bdev_nvme_unbind_from_kernel": "false", 2024-09-13T14:39:06.413 INFO:teuthology.orchestra.run.smithi071.stdout: "bdev_read_buffer_alignment": "4096", 2024-09-13T14:39:06.413 INFO:teuthology.orchestra.run.smithi071.stdout: "bdev_read_preallocated_huge_buffers": "", 2024-09-13T14:39:06.413 INFO:teuthology.orchestra.run.smithi071.stdout: "bdev_stalled_read_warn_lifetime": "86400", 2024-09-13T14:39:06.413 INFO:teuthology.orchestra.run.smithi071.stdout: "bdev_stalled_read_warn_threshold": "1", 2024-09-13T14:39:06.413 INFO:teuthology.orchestra.run.smithi071.stdout: "bdev_type": "", 2024-09-13T14:39:06.413 INFO:teuthology.orchestra.run.smithi071.stdout: "bluefs_alloc_size": "1048576", 2024-09-13T14:39:06.413 INFO:teuthology.orchestra.run.smithi071.stdout: "bluefs_allocator": "hybrid", 2024-09-13T14:39:06.413 INFO:teuthology.orchestra.run.smithi071.stdout: "bluefs_buffered_io": "true", 2024-09-13T14:39:06.413 INFO:teuthology.orchestra.run.smithi071.stdout: "bluefs_check_for_zeros": "false", 2024-09-13T14:39:06.413 INFO:teuthology.orchestra.run.smithi071.stdout: "bluefs_check_volume_selector_often": "false", 2024-09-13T14:39:06.413 INFO:teuthology.orchestra.run.smithi071.stdout: "bluefs_check_volume_selector_on_umount": "false", 2024-09-13T14:39:06.414 INFO:teuthology.orchestra.run.smithi071.stdout: "bluefs_compact_log_sync": "false", 2024-09-13T14:39:06.414 INFO:teuthology.orchestra.run.smithi071.stdout: "bluefs_failed_shared_alloc_cooldown": "600.000000", 2024-09-13T14:39:06.414 INFO:teuthology.orchestra.run.smithi071.stdout: "bluefs_log_compact_min_ratio": "5.000000", 2024-09-13T14:39:06.414 INFO:teuthology.orchestra.run.smithi071.stdout: "bluefs_log_compact_min_size": "16777216", 2024-09-13T14:39:06.414 INFO:teuthology.orchestra.run.smithi071.stdout: "bluefs_log_replay_check_allocations": "true", 2024-09-13T14:39:06.414 INFO:teuthology.orchestra.run.smithi071.stdout: "bluefs_max_log_runway": "4194304", 2024-09-13T14:39:06.414 INFO:teuthology.orchestra.run.smithi071.stdout: "bluefs_max_prefetch": "1048576", 2024-09-13T14:39:06.414 INFO:teuthology.orchestra.run.smithi071.stdout: "bluefs_min_flush_size": "524288", 2024-09-13T14:39:06.414 INFO:teuthology.orchestra.run.smithi071.stdout: "bluefs_min_log_runway": "1048576", 2024-09-13T14:39:06.414 INFO:teuthology.orchestra.run.smithi071.stdout: "bluefs_replay_recovery": "false", 2024-09-13T14:39:06.414 INFO:teuthology.orchestra.run.smithi071.stdout: "bluefs_replay_recovery_disable_compact": "false", 2024-09-13T14:39:06.414 INFO:teuthology.orchestra.run.smithi071.stdout: "bluefs_shared_alloc_size": "65536", 2024-09-13T14:39:06.414 INFO:teuthology.orchestra.run.smithi071.stdout: "bluefs_sync_write": "false", 2024-09-13T14:39:06.414 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_2q_cache_kin_ratio": "0.500000", 2024-09-13T14:39:06.415 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_2q_cache_kout_ratio": "0.500000", 2024-09-13T14:39:06.415 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_alloc_stats_dump_interval": "86400.000000", 2024-09-13T14:39:06.415 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_allocation_from_file": "true", 2024-09-13T14:39:06.415 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_allocator": "hybrid", 2024-09-13T14:39:06.415 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_async_db_compaction": "true", 2024-09-13T14:39:06.415 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_avl_alloc_bf_free_pct": "4", 2024-09-13T14:39:06.415 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_avl_alloc_bf_threshold": "131072", 2024-09-13T14:39:06.415 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_avl_alloc_ff_max_search_bytes": "16777216", 2024-09-13T14:39:06.415 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_avl_alloc_ff_max_search_count": "100", 2024-09-13T14:39:06.415 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_bdev_label_multi": "true", 2024-09-13T14:39:06.415 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_bdev_label_multi_upgrade": "false", 2024-09-13T14:39:06.415 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_bdev_label_require_all": "true", 2024-09-13T14:39:06.416 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_bitmapallocator_blocks_per_zone": "1024", 2024-09-13T14:39:06.416 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_bitmapallocator_span_size": "1024", 2024-09-13T14:39:06.416 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_blobid_prealloc": "10240", 2024-09-13T14:39:06.416 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_block_create": "true", 2024-09-13T14:39:06.416 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_block_db_create": "false", 2024-09-13T14:39:06.416 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_block_db_path": "", 2024-09-13T14:39:06.416 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_block_db_size": "0", 2024-09-13T14:39:06.416 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_block_path": "", 2024-09-13T14:39:06.416 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_block_preallocate_file": "false", 2024-09-13T14:39:06.416 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_block_size": "107374182400", 2024-09-13T14:39:06.416 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_block_wal_create": "false", 2024-09-13T14:39:06.416 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_block_wal_path": "", 2024-09-13T14:39:06.416 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_block_wal_size": "100663296", 2024-09-13T14:39:06.417 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_bluefs": "true", 2024-09-13T14:39:06.417 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_bluefs_alloc_failure_dump_interval": "0.000000", 2024-09-13T14:39:06.417 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_bluefs_env_mirror": "false", 2024-09-13T14:39:06.417 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_bluefs_max_free": "10737418240", 2024-09-13T14:39:06.417 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_btree2_alloc_weight_factor": "2.000000", 2024-09-13T14:39:06.417 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_cache_age_bin_interval": "1.000000", 2024-09-13T14:39:06.417 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_cache_age_bins_data": "1 2 6 24 120 720 0 0 0 0", 2024-09-13T14:39:06.417 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_cache_age_bins_kv": "1 2 6 24 120 720 0 0 0 0", 2024-09-13T14:39:06.417 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_cache_age_bins_kv_onode": "0 0 0 0 0 0 0 0 0 720", 2024-09-13T14:39:06.417 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_cache_age_bins_meta": "1 2 6 24 120 720 0 0 0 0", 2024-09-13T14:39:06.417 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_cache_autotune": "true", 2024-09-13T14:39:06.417 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_cache_autotune_interval": "5.000000", 2024-09-13T14:39:06.417 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_cache_kv_onode_ratio": "0.040000", 2024-09-13T14:39:06.418 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_cache_kv_ratio": "0.450000", 2024-09-13T14:39:06.418 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_cache_meta_ratio": "0.450000", 2024-09-13T14:39:06.418 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_cache_size": "0", 2024-09-13T14:39:06.418 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_cache_size_hdd": "1073741824", 2024-09-13T14:39:06.418 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_cache_size_ssd": "3221225472", 2024-09-13T14:39:06.418 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_cache_trim_interval": "0.050000", 2024-09-13T14:39:06.418 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_cache_trim_max_skip_pinned": "1000", 2024-09-13T14:39:06.418 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_cache_type": "2q", 2024-09-13T14:39:06.418 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_cleaner_sleep_interval": "5.000000", 2024-09-13T14:39:06.418 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_clone_cow": "true", 2024-09-13T14:39:06.418 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_compression_algorithm": "snappy", 2024-09-13T14:39:06.418 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_compression_max_blob_size": "0", 2024-09-13T14:39:06.418 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_compression_max_blob_size_hdd": "65536", 2024-09-13T14:39:06.419 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_compression_max_blob_size_ssd": "65536", 2024-09-13T14:39:06.419 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_compression_min_blob_size": "0", 2024-09-13T14:39:06.419 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_compression_min_blob_size_hdd": "8192", 2024-09-13T14:39:06.419 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_compression_min_blob_size_ssd": "65536", 2024-09-13T14:39:06.419 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_compression_mode": "none", 2024-09-13T14:39:06.419 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_compression_required_ratio": "0.875000", 2024-09-13T14:39:06.419 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_csum_type": "crc32c", 2024-09-13T14:39:06.419 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_debug_enforce_min_alloc_size": "0", 2024-09-13T14:39:06.419 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_debug_enforce_settings": "default", 2024-09-13T14:39:06.419 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_debug_freelist": "false", 2024-09-13T14:39:06.419 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_debug_fsck_abort": "false", 2024-09-13T14:39:06.419 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_debug_inject_allocation_from_file_failure": "0.000000", 2024-09-13T14:39:06.419 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_debug_inject_csum_err_probability": "0.000000", 2024-09-13T14:39:06.419 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_debug_inject_read_err": "false", 2024-09-13T14:39:06.420 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_debug_legacy_omap": "false", 2024-09-13T14:39:06.420 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_debug_no_reuse_blocks": "false", 2024-09-13T14:39:06.420 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_debug_omit_block_device_write": "false", 2024-09-13T14:39:06.420 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_debug_omit_kv_commit": "false", 2024-09-13T14:39:06.420 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_debug_permit_any_bdev_label": "false", 2024-09-13T14:39:06.420 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_debug_prefragment_max": "1048576", 2024-09-13T14:39:06.420 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_debug_random_read_err": "0.000000", 2024-09-13T14:39:06.420 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_debug_randomize_serial_transaction": "0", 2024-09-13T14:39:06.420 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_debug_small_allocations": "0", 2024-09-13T14:39:06.420 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_debug_too_many_blobs_threshold": "24576", 2024-09-13T14:39:06.420 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_default_buffered_read": "true", 2024-09-13T14:39:06.420 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_default_buffered_write": "false", 2024-09-13T14:39:06.420 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_deferred_batch_ops": "0", 2024-09-13T14:39:06.421 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_deferred_batch_ops_hdd": "64", 2024-09-13T14:39:06.421 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_deferred_batch_ops_ssd": "16", 2024-09-13T14:39:06.421 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_elastic_shared_blobs": "true", 2024-09-13T14:39:06.421 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_extent_map_inline_shard_prealloc_size": "256", 2024-09-13T14:39:06.421 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_extent_map_shard_max_size": "1200", 2024-09-13T14:39:06.421 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_extent_map_shard_min_size": "150", 2024-09-13T14:39:06.421 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_extent_map_shard_target_size": "500", 2024-09-13T14:39:06.421 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_extent_map_shard_target_size_slop": "0.200000", 2024-09-13T14:39:06.421 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_fail_eio": "false", 2024-09-13T14:39:06.421 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_freelist_blocks_per_key": "128", 2024-09-13T14:39:06.421 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_fsck_error_on_no_per_pg_omap": "false", 2024-09-13T14:39:06.421 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_fsck_error_on_no_per_pool_omap": "false", 2024-09-13T14:39:06.421 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_fsck_error_on_no_per_pool_stats": "false", 2024-09-13T14:39:06.421 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_fsck_on_mkfs": "true", 2024-09-13T14:39:06.421 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_fsck_on_mkfs_deep": "false", 2024-09-13T14:39:06.422 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_fsck_on_mount": "false", 2024-09-13T14:39:06.422 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_fsck_on_mount_deep": "false", 2024-09-13T14:39:06.422 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_fsck_on_umount": "false", 2024-09-13T14:39:06.422 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_fsck_on_umount_deep": "false", 2024-09-13T14:39:06.422 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_fsck_quick_fix_on_mount": "false", 2024-09-13T14:39:06.422 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_fsck_quick_fix_threads": "2", 2024-09-13T14:39:06.422 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_fsck_read_bytes_cap": "67108864", 2024-09-13T14:39:06.422 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_fsck_shared_blob_tracker_size": "0.031250", 2024-09-13T14:39:06.422 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_gc_enable_blob_threshold": "0", 2024-09-13T14:39:06.422 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_gc_enable_total_threshold": "0", 2024-09-13T14:39:06.422 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_hybrid_alloc_mem_cap": "67108864", 2024-09-13T14:39:06.422 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_ignore_data_csum": "false", 2024-09-13T14:39:06.422 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_kv_sync_util_logging_s": "10.000000", 2024-09-13T14:39:06.422 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_kvbackend": "rocksdb", 2024-09-13T14:39:06.423 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_log_collection_list_age": "60.000000", 2024-09-13T14:39:06.423 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_log_omap_iterator_age": "5.000000", 2024-09-13T14:39:06.423 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_log_op_age": "5.000000", 2024-09-13T14:39:06.423 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_max_alloc_size": "0", 2024-09-13T14:39:06.424 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_max_blob_size": "0", 2024-09-13T14:39:06.424 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_max_blob_size_hdd": "65536", 2024-09-13T14:39:06.424 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_max_blob_size_ssd": "65536", 2024-09-13T14:39:06.424 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_max_defer_interval": "3.000000", 2024-09-13T14:39:06.425 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_max_deferred_txc": "32", 2024-09-13T14:39:06.425 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_min_alloc_size": "0", 2024-09-13T14:39:06.425 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_min_alloc_size_hdd": "4096", 2024-09-13T14:39:06.425 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_min_alloc_size_ssd": "4096", 2024-09-13T14:39:06.425 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_nid_prealloc": "1024", 2024-09-13T14:39:06.425 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_prefer_deferred_size": "0", 2024-09-13T14:39:06.425 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_prefer_deferred_size_hdd": "65536", 2024-09-13T14:39:06.425 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_prefer_deferred_size_ssd": "0", 2024-09-13T14:39:06.425 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_qfsck_on_mount": "true", 2024-09-13T14:39:06.425 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_retry_disk_reads": "3", 2024-09-13T14:39:06.425 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_rocksdb_cf": "true", 2024-09-13T14:39:06.425 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_rocksdb_cfs": "m(3) p(3,0-12) O(3,0-13)=block_cache={type=binned_lru} L=min_write_buffer_number_to_merge=32 P=min_write_buffer_number_to_merge=32", 2024-09-13T14:39:06.425 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_rocksdb_options": "compression=kLZ4Compression,max_write_buffer_number=64,min_write_buffer_number_to_merge=6,compaction_style=kCompactionStyleLevel,write_buffer_size=16777216,max_background_jobs=4,level0_file_num_compaction_trigger=8,max_bytes_for_level_base=1073741824,max_bytes_for_level_multiplier=8,compaction_readahead_size=2MB,max_total_wal_size=1073741824,writable_file_max_buffer_size=0", 2024-09-13T14:39:06.425 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_rocksdb_options_annex": "", 2024-09-13T14:39:06.426 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_slow_ops_warn_lifetime": "86400", 2024-09-13T14:39:06.426 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_slow_ops_warn_threshold": "1", 2024-09-13T14:39:06.426 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_spdk_coremask": "0x1", 2024-09-13T14:39:06.426 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_spdk_io_sleep": "5", 2024-09-13T14:39:06.426 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_spdk_max_io_completion": "0", 2024-09-13T14:39:06.426 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_spdk_mem": "512", 2024-09-13T14:39:06.426 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_sync_submit_transaction": "false", 2024-09-13T14:39:06.426 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_throttle_bytes": "67108864", 2024-09-13T14:39:06.426 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_throttle_cost_per_io": "0", 2024-09-13T14:39:06.426 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_throttle_cost_per_io_hdd": "670000", 2024-09-13T14:39:06.426 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_throttle_cost_per_io_ssd": "4000", 2024-09-13T14:39:06.426 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_throttle_deferred_bytes": "134217728", 2024-09-13T14:39:06.426 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_throttle_trace_rate": "0.000000", 2024-09-13T14:39:06.427 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_tracing": "false", 2024-09-13T14:39:06.427 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_use_optimal_io_size_for_min_alloc_size": "false", 2024-09-13T14:39:06.427 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_volume_selection_policy": "use_some_extra", 2024-09-13T14:39:06.427 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_volume_selection_reserved": "0", 2024-09-13T14:39:06.427 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_volume_selection_reserved_factor": "2.000000", 2024-09-13T14:39:06.427 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_warn_on_bluefs_spillover": "true", 2024-09-13T14:39:06.427 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_warn_on_legacy_statfs": "true", 2024-09-13T14:39:06.427 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_warn_on_no_per_pg_omap": "false", 2024-09-13T14:39:06.428 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_warn_on_no_per_pool_omap": "true", 2024-09-13T14:39:06.428 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_warn_on_spurious_read_errors": "true", 2024-09-13T14:39:06.428 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_write_v2": "false", 2024-09-13T14:39:06.428 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_write_v2_random": "false", 2024-09-13T14:39:06.428 INFO:teuthology.orchestra.run.smithi071.stdout: "bluestore_zero_block_detection": "false", 2024-09-13T14:39:06.428 INFO:teuthology.orchestra.run.smithi071.stdout: "cephadm_path": "/usr/sbin/cephadm", 2024-09-13T14:39:06.428 INFO:teuthology.orchestra.run.smithi071.stdout: "cephfs_mirror_action_update_interval": "2", 2024-09-13T14:39:06.428 INFO:teuthology.orchestra.run.smithi071.stdout: "cephfs_mirror_directory_scan_interval": "10", 2024-09-13T14:39:06.428 INFO:teuthology.orchestra.run.smithi071.stdout: "cephfs_mirror_max_concurrent_directory_syncs": "3", 2024-09-13T14:39:06.428 INFO:teuthology.orchestra.run.smithi071.stdout: "cephfs_mirror_max_consecutive_failures_per_directory": "10", 2024-09-13T14:39:06.428 INFO:teuthology.orchestra.run.smithi071.stdout: "cephfs_mirror_max_snapshot_sync_per_cycle": "3", 2024-09-13T14:39:06.429 INFO:teuthology.orchestra.run.smithi071.stdout: "cephfs_mirror_mount_timeout": "10", 2024-09-13T14:39:06.429 INFO:teuthology.orchestra.run.smithi071.stdout: "cephfs_mirror_perf_stats_prio": "5", 2024-09-13T14:39:06.429 INFO:teuthology.orchestra.run.smithi071.stdout: "cephfs_mirror_restart_mirror_on_blocklist_interval": "30", 2024-09-13T14:39:06.429 INFO:teuthology.orchestra.run.smithi071.stdout: "cephfs_mirror_restart_mirror_on_failure_interval": "20", 2024-09-13T14:39:06.429 INFO:teuthology.orchestra.run.smithi071.stdout: "cephfs_mirror_retry_failed_directories_interval": "60", 2024-09-13T14:39:06.429 INFO:teuthology.orchestra.run.smithi071.stdout: "cephsqlite_blocklist_dead_locker": "true", 2024-09-13T14:39:06.429 INFO:teuthology.orchestra.run.smithi071.stdout: "cephsqlite_lock_renewal_interval": "2000", 2024-09-13T14:39:06.429 INFO:teuthology.orchestra.run.smithi071.stdout: "cephsqlite_lock_renewal_timeout": "30000", 2024-09-13T14:39:06.429 INFO:teuthology.orchestra.run.smithi071.stdout: "cephx_cluster_require_signatures": "false", 2024-09-13T14:39:06.429 INFO:teuthology.orchestra.run.smithi071.stdout: "cephx_cluster_require_version": "2", 2024-09-13T14:39:06.430 INFO:teuthology.orchestra.run.smithi071.stdout: "cephx_require_signatures": "false", 2024-09-13T14:39:06.430 INFO:teuthology.orchestra.run.smithi071.stdout: "cephx_require_version": "2", 2024-09-13T14:39:06.430 INFO:teuthology.orchestra.run.smithi071.stdout: "cephx_service_require_signatures": "false", 2024-09-13T14:39:06.430 INFO:teuthology.orchestra.run.smithi071.stdout: "cephx_service_require_version": "2", 2024-09-13T14:39:06.430 INFO:teuthology.orchestra.run.smithi071.stdout: "cephx_sign_messages": "true", 2024-09-13T14:39:06.430 INFO:teuthology.orchestra.run.smithi071.stdout: "chdir": "", 2024-09-13T14:39:06.430 INFO:teuthology.orchestra.run.smithi071.stdout: "client_acl_type": "", 2024-09-13T14:39:06.430 INFO:teuthology.orchestra.run.smithi071.stdout: "client_asio_thread_count": "2", 2024-09-13T14:39:06.430 INFO:teuthology.orchestra.run.smithi071.stdout: "client_cache_mid": "0.750000", 2024-09-13T14:39:06.431 INFO:teuthology.orchestra.run.smithi071.stdout: "client_cache_size": "16384", 2024-09-13T14:39:06.431 INFO:teuthology.orchestra.run.smithi071.stdout: "client_caps_release_delay": "5", 2024-09-13T14:39:06.431 INFO:teuthology.orchestra.run.smithi071.stdout: "client_check_pool_perm": "true", 2024-09-13T14:39:06.431 INFO:teuthology.orchestra.run.smithi071.stdout: "client_collect_and_send_global_metrics": "false", 2024-09-13T14:39:06.431 INFO:teuthology.orchestra.run.smithi071.stdout: "client_debug_force_sync_read": "false", 2024-09-13T14:39:06.431 INFO:teuthology.orchestra.run.smithi071.stdout: "client_debug_getattr_caps": "false", 2024-09-13T14:39:06.431 INFO:teuthology.orchestra.run.smithi071.stdout: "client_debug_inject_features": "", 2024-09-13T14:39:06.431 INFO:teuthology.orchestra.run.smithi071.stdout: "client_debug_inject_tick_delay": "0", 2024-09-13T14:39:06.431 INFO:teuthology.orchestra.run.smithi071.stdout: "client_die_on_failed_dentry_invalidate": "true", 2024-09-13T14:39:06.431 INFO:teuthology.orchestra.run.smithi071.stdout: "client_die_on_failed_remount": "false", 2024-09-13T14:39:06.431 INFO:teuthology.orchestra.run.smithi071.stdout: "client_dirsize_rbytes": "true", 2024-09-13T14:39:06.431 INFO:teuthology.orchestra.run.smithi071.stdout: "client_force_lazyio": "false", 2024-09-13T14:39:06.431 INFO:teuthology.orchestra.run.smithi071.stdout: "client_fs": "", 2024-09-13T14:39:06.432 INFO:teuthology.orchestra.run.smithi071.stdout: "client_inject_fixed_oldest_tid": "false", 2024-09-13T14:39:06.432 INFO:teuthology.orchestra.run.smithi071.stdout: "client_inject_release_failure": "false", 2024-09-13T14:39:06.432 INFO:teuthology.orchestra.run.smithi071.stdout: "client_max_inline_size": "4096", 2024-09-13T14:39:06.432 INFO:teuthology.orchestra.run.smithi071.stdout: "client_max_retries_on_remount_failure": "5", 2024-09-13T14:39:06.432 INFO:teuthology.orchestra.run.smithi071.stdout: "client_mds_namespace": "", 2024-09-13T14:39:06.432 INFO:teuthology.orchestra.run.smithi071.stdout: "client_metadata": "", 2024-09-13T14:39:06.433 INFO:teuthology.orchestra.run.smithi071.stdout: "client_mount_gid": "-1", 2024-09-13T14:39:06.433 INFO:teuthology.orchestra.run.smithi071.stdout: "client_mount_timeout": "300", 2024-09-13T14:39:06.433 INFO:teuthology.orchestra.run.smithi071.stdout: "client_mount_uid": "-1", 2024-09-13T14:39:06.433 INFO:teuthology.orchestra.run.smithi071.stdout: "client_mountpoint": "/", 2024-09-13T14:39:06.433 INFO:teuthology.orchestra.run.smithi071.stdout: "client_notify_timeout": "10", 2024-09-13T14:39:06.433 INFO:teuthology.orchestra.run.smithi071.stdout: "client_oc": "true", 2024-09-13T14:39:06.433 INFO:teuthology.orchestra.run.smithi071.stdout: "client_oc_max_dirty": "104857600", 2024-09-13T14:39:06.433 INFO:teuthology.orchestra.run.smithi071.stdout: "client_oc_max_dirty_age": "5.000000", 2024-09-13T14:39:06.433 INFO:teuthology.orchestra.run.smithi071.stdout: "client_oc_max_objects": "1000", 2024-09-13T14:39:06.433 INFO:teuthology.orchestra.run.smithi071.stdout: "client_oc_size": "209715200", 2024-09-13T14:39:06.433 INFO:teuthology.orchestra.run.smithi071.stdout: "client_oc_target_dirty": "8388608", 2024-09-13T14:39:06.433 INFO:teuthology.orchestra.run.smithi071.stdout: "client_permissions": "true", 2024-09-13T14:39:06.433 INFO:teuthology.orchestra.run.smithi071.stdout: "client_quota": "true", 2024-09-13T14:39:06.434 INFO:teuthology.orchestra.run.smithi071.stdout: "client_quota_df": "true", 2024-09-13T14:39:06.434 INFO:teuthology.orchestra.run.smithi071.stdout: "client_readahead_max_bytes": "0", 2024-09-13T14:39:06.434 INFO:teuthology.orchestra.run.smithi071.stdout: "client_readahead_max_periods": "4", 2024-09-13T14:39:06.434 INFO:teuthology.orchestra.run.smithi071.stdout: "client_readahead_min": "131072", 2024-09-13T14:39:06.434 INFO:teuthology.orchestra.run.smithi071.stdout: "client_reconnect_stale": "false", 2024-09-13T14:39:06.434 INFO:teuthology.orchestra.run.smithi071.stdout: "client_shutdown_timeout": "30", 2024-09-13T14:39:06.434 INFO:teuthology.orchestra.run.smithi071.stdout: "client_snapdir": ".snap", 2024-09-13T14:39:06.435 INFO:teuthology.orchestra.run.smithi071.stdout: "client_tick_interval": "1", 2024-09-13T14:39:06.435 INFO:teuthology.orchestra.run.smithi071.stdout: "client_trace": "", 2024-09-13T14:39:06.435 INFO:teuthology.orchestra.run.smithi071.stdout: "client_try_dentry_invalidate": "false", 2024-09-13T14:39:06.435 INFO:teuthology.orchestra.run.smithi071.stdout: "client_use_faked_inos": "false", 2024-09-13T14:39:06.435 INFO:teuthology.orchestra.run.smithi071.stdout: "client_use_random_mds": "false", 2024-09-13T14:39:06.435 INFO:teuthology.orchestra.run.smithi071.stdout: "clog_to_graylog": "false", 2024-09-13T14:39:06.435 INFO:teuthology.orchestra.run.smithi071.stdout: "clog_to_graylog_host": "127.0.0.1", 2024-09-13T14:39:06.435 INFO:teuthology.orchestra.run.smithi071.stdout: "clog_to_graylog_port": "12201", 2024-09-13T14:39:06.435 INFO:teuthology.orchestra.run.smithi071.stdout: "clog_to_monitors": "default=true", 2024-09-13T14:39:06.436 INFO:teuthology.orchestra.run.smithi071.stdout: "clog_to_syslog": "false", 2024-09-13T14:39:06.436 INFO:teuthology.orchestra.run.smithi071.stdout: "clog_to_syslog_facility": "default=daemon audit=local0", 2024-09-13T14:39:06.436 INFO:teuthology.orchestra.run.smithi071.stdout: "clog_to_syslog_level": "info", 2024-09-13T14:39:06.436 INFO:teuthology.orchestra.run.smithi071.stdout: "cluster_addr": "-", 2024-09-13T14:39:06.436 INFO:teuthology.orchestra.run.smithi071.stdout: "cluster_network": "", 2024-09-13T14:39:06.436 INFO:teuthology.orchestra.run.smithi071.stdout: "cluster_network_interface": "", 2024-09-13T14:39:06.436 INFO:teuthology.orchestra.run.smithi071.stdout: "compressor_zlib_isal": "false", 2024-09-13T14:39:06.436 INFO:teuthology.orchestra.run.smithi071.stdout: "compressor_zlib_level": "5", 2024-09-13T14:39:06.436 INFO:teuthology.orchestra.run.smithi071.stdout: "compressor_zlib_winsize": "-15", 2024-09-13T14:39:06.436 INFO:teuthology.orchestra.run.smithi071.stdout: "compressor_zstd_level": "1", 2024-09-13T14:39:06.436 INFO:teuthology.orchestra.run.smithi071.stdout: "container_image": "quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f", 2024-09-13T14:39:06.437 INFO:teuthology.orchestra.run.smithi071.stdout: "crash_dir": "/var/lib/ceph/crash", 2024-09-13T14:39:06.437 INFO:teuthology.orchestra.run.smithi071.stdout: "crimson_alien_op_num_threads": "6", 2024-09-13T14:39:06.437 INFO:teuthology.orchestra.run.smithi071.stdout: "crimson_alien_thread_cpu_cores": "", 2024-09-13T14:39:06.437 INFO:teuthology.orchestra.run.smithi071.stdout: "crimson_osd_obc_lru_size": "512", 2024-09-13T14:39:06.437 INFO:teuthology.orchestra.run.smithi071.stdout: "crimson_osd_scheduler_concurrency": "0", 2024-09-13T14:39:06.437 INFO:teuthology.orchestra.run.smithi071.stdout: "crimson_osd_stat_interval": "0", 2024-09-13T14:39:06.437 INFO:teuthology.orchestra.run.smithi071.stdout: "crimson_seastar_cpu_cores": "", 2024-09-13T14:39:06.437 INFO:teuthology.orchestra.run.smithi071.stdout: "crimson_seastar_num_threads": "0", 2024-09-13T14:39:06.437 INFO:teuthology.orchestra.run.smithi071.stdout: "crush_location": "", 2024-09-13T14:39:06.437 INFO:teuthology.orchestra.run.smithi071.stdout: "crush_location_hook": "", 2024-09-13T14:39:06.437 INFO:teuthology.orchestra.run.smithi071.stdout: "crush_location_hook_timeout": "10", 2024-09-13T14:39:06.437 INFO:teuthology.orchestra.run.smithi071.stdout: "daemonize": "false", 2024-09-13T14:39:06.437 INFO:teuthology.orchestra.run.smithi071.stdout: "daos_pool": "tank", 2024-09-13T14:39:06.437 INFO:teuthology.orchestra.run.smithi071.stdout: "dbstore_config_uri": "file:/var/lib/ceph/radosgw/dbstore-config.db", 2024-09-13T14:39:06.438 INFO:teuthology.orchestra.run.smithi071.stdout: "dbstore_db_dir": "/var/lib/ceph/radosgw", 2024-09-13T14:39:06.438 INFO:teuthology.orchestra.run.smithi071.stdout: "dbstore_db_name_prefix": "dbstore", 2024-09-13T14:39:06.438 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_alienstore": "0/5", 2024-09-13T14:39:06.438 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_allow_any_pool_priority": "false", 2024-09-13T14:39:06.438 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_asok": "1/5", 2024-09-13T14:39:06.438 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_asok_assert_abort": "false", 2024-09-13T14:39:06.438 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_asserts_on_shutdown": "true", 2024-09-13T14:39:06.438 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_auth": "1/5", 2024-09-13T14:39:06.438 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_bdev": "1/3", 2024-09-13T14:39:06.438 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_bluefs": "1/5", 2024-09-13T14:39:06.438 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_bluestore": "1/5", 2024-09-13T14:39:06.438 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_buffer": "0/1", 2024-09-13T14:39:06.438 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_ceph_dedup": "0/5", 2024-09-13T14:39:06.438 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_ceph_exporter": "1/5", 2024-09-13T14:39:06.439 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_cephfs_mirror": "0/5", 2024-09-13T14:39:06.439 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_cephsqlite": "0/5", 2024-09-13T14:39:06.439 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_client": "0/5", 2024-09-13T14:39:06.439 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_compressor": "1/5", 2024-09-13T14:39:06.439 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_context": "0/1", 2024-09-13T14:39:06.439 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_crimson_interrupt": "0/5", 2024-09-13T14:39:06.439 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_crush": "1/1", 2024-09-13T14:39:06.439 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_crypto": "1/5", 2024-09-13T14:39:06.439 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_cyanstore": "0/5", 2024-09-13T14:39:06.439 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_deliberately_leak_memory": "false", 2024-09-13T14:39:06.439 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_disable_randomized_ping": "false", 2024-09-13T14:39:06.439 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_dpdk": "1/5", 2024-09-13T14:39:06.439 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_eventtrace": "1/5", 2024-09-13T14:39:06.439 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_filer": "0/1", 2024-09-13T14:39:06.440 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_filestore": "1/3", 2024-09-13T14:39:06.440 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_finisher": "1/1", 2024-09-13T14:39:06.440 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_fuse": "1/5", 2024-09-13T14:39:06.440 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_heartbeat_testing_span": "0", 2024-09-13T14:39:06.440 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_heartbeatmap": "1/5", 2024-09-13T14:39:06.440 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_immutable_obj_cache": "0/5", 2024-09-13T14:39:06.440 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_javaclient": "1/5", 2024-09-13T14:39:06.440 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_journal": "1/3", 2024-09-13T14:39:06.440 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_journaler": "0/5", 2024-09-13T14:39:06.440 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_kstore": "1/5", 2024-09-13T14:39:06.440 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_lockdep": "0/1", 2024-09-13T14:39:06.440 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_mclock": "1/5", 2024-09-13T14:39:06.440 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_mds": "1/5", 2024-09-13T14:39:06.440 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_mds_balancer": "1/5", 2024-09-13T14:39:06.441 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_mds_locker": "1/5", 2024-09-13T14:39:06.441 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_mds_log": "1/5", 2024-09-13T14:39:06.441 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_mds_log_expire": "1/5", 2024-09-13T14:39:06.441 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_mds_migrator": "1/5", 2024-09-13T14:39:06.441 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_mds_quiesce": "3/5", 2024-09-13T14:39:06.441 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_memstore": "1/5", 2024-09-13T14:39:06.441 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_mgr": "2/5", 2024-09-13T14:39:06.441 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_mgrc": "1/5", 2024-09-13T14:39:06.441 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_mon": "20/20", 2024-09-13T14:39:06.441 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_monc": "0/10", 2024-09-13T14:39:06.441 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_ms": "1/1", 2024-09-13T14:39:06.442 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_none": "0/5", 2024-09-13T14:39:06.442 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_objclass": "0/5", 2024-09-13T14:39:06.442 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_objectcacher": "0/5", 2024-09-13T14:39:06.442 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_objecter": "0/1", 2024-09-13T14:39:06.442 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_optracker": "0/5", 2024-09-13T14:39:06.442 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_osd": "1/5", 2024-09-13T14:39:06.442 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_paxos": "20/20", 2024-09-13T14:39:06.442 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_perfcounter": "1/5", 2024-09-13T14:39:06.442 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_prioritycache": "1/5", 2024-09-13T14:39:06.442 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_rados": "0/5", 2024-09-13T14:39:06.442 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_rbd": "0/5", 2024-09-13T14:39:06.442 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_rbd_mirror": "0/5", 2024-09-13T14:39:06.442 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_rbd_pwl": "0/5", 2024-09-13T14:39:06.442 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_rbd_replay": "0/5", 2024-09-13T14:39:06.443 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_refs": "0/0", 2024-09-13T14:39:06.443 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_reserver": "1/1", 2024-09-13T14:39:06.443 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_rgw": "1/5", 2024-09-13T14:39:06.443 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_rgw_access": "1/5", 2024-09-13T14:39:06.443 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_rgw_datacache": "1/5", 2024-09-13T14:39:06.443 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_rgw_dbstore": "1/5", 2024-09-13T14:39:06.443 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_rgw_flight": "1/5", 2024-09-13T14:39:06.443 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_rgw_lifecycle": "1/5", 2024-09-13T14:39:06.444 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:06 smithi104 ceph-mon[105578]: pgmap v1122: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:39:06.445 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_rgw_notification": "1/5", 2024-09-13T14:39:06.445 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_rgw_sync": "1/5", 2024-09-13T14:39:06.445 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_rocksdb": "4/5", 2024-09-13T14:39:06.446 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_seastore": "0/5", 2024-09-13T14:39:06.446 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_seastore_backref": "0/5", 2024-09-13T14:39:06.446 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_seastore_cache": "0/5", 2024-09-13T14:39:06.446 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_seastore_cleaner": "0/5", 2024-09-13T14:39:06.446 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_seastore_device": "0/5", 2024-09-13T14:39:06.446 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_seastore_epm": "0/5", 2024-09-13T14:39:06.446 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_seastore_fixedkv_tree": "0/5", 2024-09-13T14:39:06.446 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_seastore_journal": "0/5", 2024-09-13T14:39:06.447 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_seastore_lba": "0/5", 2024-09-13T14:39:06.447 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_seastore_odata": "0/5", 2024-09-13T14:39:06.447 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_seastore_omap": "0/5", 2024-09-13T14:39:06.447 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_seastore_onode": "0/5", 2024-09-13T14:39:06.447 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_seastore_t": "0/5", 2024-09-13T14:39:06.447 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_seastore_tm": "0/5", 2024-09-13T14:39:06.447 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_striper": "0/1", 2024-09-13T14:39:06.447 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_test": "0/5", 2024-09-13T14:39:06.447 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_throttle": "1/1", 2024-09-13T14:39:06.448 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_timer": "0/1", 2024-09-13T14:39:06.448 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_tp": "0/5", 2024-09-13T14:39:06.448 INFO:teuthology.orchestra.run.smithi071.stdout: "debug_trace": "1/5", 2024-09-13T14:39:06.448 INFO:teuthology.orchestra.run.smithi071.stdout: "defer_client_eviction_on_laggy_osds": "false", 2024-09-13T14:39:06.448 INFO:teuthology.orchestra.run.smithi071.stdout: "device_failure_prediction_mode": "none", 2024-09-13T14:39:06.448 INFO:teuthology.orchestra.run.smithi071.stdout: "enable_experimental_unrecoverable_data_corrupting_features": "", 2024-09-13T14:39:06.448 INFO:teuthology.orchestra.run.smithi071.stdout: "erasure_code_dir": "/usr/lib64/ceph/erasure-code", 2024-09-13T14:39:06.448 INFO:teuthology.orchestra.run.smithi071.stdout: "err_to_graylog": "false", 2024-09-13T14:39:06.448 INFO:teuthology.orchestra.run.smithi071.stdout: "err_to_journald": "false", 2024-09-13T14:39:06.448 INFO:teuthology.orchestra.run.smithi071.stdout: "err_to_stderr": "true", 2024-09-13T14:39:06.448 INFO:teuthology.orchestra.run.smithi071.stdout: "err_to_syslog": "false", 2024-09-13T14:39:06.448 INFO:teuthology.orchestra.run.smithi071.stdout: "event_tracing": "false", 2024-09-13T14:39:06.449 INFO:teuthology.orchestra.run.smithi071.stdout: "exporter_addr": "0.0.0.0", 2024-09-13T14:39:06.449 INFO:teuthology.orchestra.run.smithi071.stdout: "exporter_cert_file": "", 2024-09-13T14:39:06.449 INFO:teuthology.orchestra.run.smithi071.stdout: "exporter_http_port": "9926", 2024-09-13T14:39:06.449 INFO:teuthology.orchestra.run.smithi071.stdout: "exporter_key_file": "", 2024-09-13T14:39:06.449 INFO:teuthology.orchestra.run.smithi071.stdout: "exporter_prio_limit": "5", 2024-09-13T14:39:06.449 INFO:teuthology.orchestra.run.smithi071.stdout: "exporter_sock_dir": "/var/run/ceph/", 2024-09-13T14:39:06.449 INFO:teuthology.orchestra.run.smithi071.stdout: "exporter_sort_metrics": "true", 2024-09-13T14:39:06.449 INFO:teuthology.orchestra.run.smithi071.stdout: "exporter_stats_period": "5", 2024-09-13T14:39:06.449 INFO:teuthology.orchestra.run.smithi071.stdout: "fake_statfs_for_testing": "0", 2024-09-13T14:39:06.449 INFO:teuthology.orchestra.run.smithi071.stdout: "fatal_signal_handlers": "true", 2024-09-13T14:39:06.450 INFO:teuthology.orchestra.run.smithi071.stdout: "filer_max_purge_ops": "10", 2024-09-13T14:39:06.450 INFO:teuthology.orchestra.run.smithi071.stdout: "filer_max_truncate_ops": "128", 2024-09-13T14:39:06.450 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_apply_finisher_threads": "1", 2024-09-13T14:39:06.450 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_blackhole": "false", 2024-09-13T14:39:06.450 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_btrfs_clone_range": "true", 2024-09-13T14:39:06.450 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_btrfs_snap": "true", 2024-09-13T14:39:06.450 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_caller_concurrency": "10", 2024-09-13T14:39:06.450 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_collect_device_partition_information": "true", 2024-09-13T14:39:06.450 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_commit_timeout": "600.000000", 2024-09-13T14:39:06.450 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_debug_inject_read_err": "false", 2024-09-13T14:39:06.450 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_debug_omap_check": "false", 2024-09-13T14:39:06.450 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_debug_verify_split": "false", 2024-09-13T14:39:06.450 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_dump_file": "", 2024-09-13T14:39:06.451 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_expected_throughput_bytes": "209715200.000000", 2024-09-13T14:39:06.451 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_expected_throughput_ops": "200.000000", 2024-09-13T14:39:06.451 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_fadvise": "true", 2024-09-13T14:39:06.451 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_fail_eio": "true", 2024-09-13T14:39:06.451 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_fd_cache_shards": "16", 2024-09-13T14:39:06.451 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_fd_cache_size": "128", 2024-09-13T14:39:06.451 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_fiemap": "false", 2024-09-13T14:39:06.451 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_fiemap_threshold": "4096", 2024-09-13T14:39:06.451 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_fsync_flushes_journal_data": "false", 2024-09-13T14:39:06.451 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_index_retry_probability": "0.000000", 2024-09-13T14:39:06.451 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_inject_stall": "0", 2024-09-13T14:39:06.451 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_journal_parallel": "false", 2024-09-13T14:39:06.451 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_journal_trailing": "false", 2024-09-13T14:39:06.451 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_journal_writeahead": "false", 2024-09-13T14:39:06.452 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_kill_at": "0", 2024-09-13T14:39:06.452 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_max_alloc_hint_size": "1048576", 2024-09-13T14:39:06.452 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_max_inline_xattr_size": "0", 2024-09-13T14:39:06.452 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_max_inline_xattr_size_btrfs": "2048", 2024-09-13T14:39:06.452 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_max_inline_xattr_size_other": "512", 2024-09-13T14:39:06.452 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_max_inline_xattr_size_xfs": "65536", 2024-09-13T14:39:06.452 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_max_inline_xattrs": "0", 2024-09-13T14:39:06.452 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_max_inline_xattrs_btrfs": "10", 2024-09-13T14:39:06.452 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_max_inline_xattrs_other": "2", 2024-09-13T14:39:06.452 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_max_inline_xattrs_xfs": "10", 2024-09-13T14:39:06.452 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_max_sync_interval": "5.000000", 2024-09-13T14:39:06.452 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_max_xattr_value_size": "0", 2024-09-13T14:39:06.452 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_max_xattr_value_size_btrfs": "65536", 2024-09-13T14:39:06.453 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_max_xattr_value_size_other": "1024", 2024-09-13T14:39:06.453 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_max_xattr_value_size_xfs": "65536", 2024-09-13T14:39:06.453 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_merge_threshold": "-10", 2024-09-13T14:39:06.453 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_min_sync_interval": "0.010000", 2024-09-13T14:39:06.453 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_odsync_write": "false", 2024-09-13T14:39:06.453 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_omap_backend": "rocksdb", 2024-09-13T14:39:06.453 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_omap_backend_path": "", 2024-09-13T14:39:06.453 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_omap_header_cache_size": "1024", 2024-09-13T14:39:06.453 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_ondisk_finisher_threads": "1", 2024-09-13T14:39:06.453 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_op_thread_suicide_timeout": "180", 2024-09-13T14:39:06.453 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_op_thread_timeout": "60", 2024-09-13T14:39:06.453 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_op_threads": "2", 2024-09-13T14:39:06.454 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_punch_hole": "false", 2024-09-13T14:39:06.454 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_queue_high_delay_multiple": "0.000000", 2024-09-13T14:39:06.454 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_queue_high_delay_multiple_bytes": "0.000000", 2024-09-13T14:39:06.454 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_queue_high_delay_multiple_ops": "0.000000", 2024-09-13T14:39:06.454 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_queue_high_threshhold": "0.900000", 2024-09-13T14:39:06.454 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_queue_low_threshhold": "0.300000", 2024-09-13T14:39:06.454 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_queue_max_bytes": "104857600", 2024-09-13T14:39:06.454 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_queue_max_delay_multiple": "0.000000", 2024-09-13T14:39:06.454 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_queue_max_delay_multiple_bytes": "0.000000", 2024-09-13T14:39:06.454 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_queue_max_delay_multiple_ops": "0.000000", 2024-09-13T14:39:06.454 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_queue_max_ops": "50", 2024-09-13T14:39:06.454 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_rocksdb_options": "max_background_jobs=10,compaction_readahead_size=2097152,compression=kNoCompression", 2024-09-13T14:39:06.454 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_seek_data_hole": "false", 2024-09-13T14:39:06.454 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_sloppy_crc": "false", 2024-09-13T14:39:06.455 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_sloppy_crc_block_size": "65536", 2024-09-13T14:39:06.455 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_splice": "false", 2024-09-13T14:39:06.455 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_split_multiple": "2", 2024-09-13T14:39:06.455 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_split_rand_factor": "20", 2024-09-13T14:39:06.455 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_update_to": "1000", 2024-09-13T14:39:06.455 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_wbthrottle_btrfs_bytes_hard_limit": "419430400", 2024-09-13T14:39:06.455 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_wbthrottle_btrfs_bytes_start_flusher": "41943040", 2024-09-13T14:39:06.455 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_wbthrottle_btrfs_inodes_hard_limit": "5000", 2024-09-13T14:39:06.455 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_wbthrottle_btrfs_inodes_start_flusher": "500", 2024-09-13T14:39:06.455 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_wbthrottle_btrfs_ios_hard_limit": "5000", 2024-09-13T14:39:06.455 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_wbthrottle_btrfs_ios_start_flusher": "500", 2024-09-13T14:39:06.455 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_wbthrottle_enable": "true", 2024-09-13T14:39:06.455 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_wbthrottle_xfs_bytes_hard_limit": "419430400", 2024-09-13T14:39:06.456 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_wbthrottle_xfs_bytes_start_flusher": "41943040", 2024-09-13T14:39:06.456 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_wbthrottle_xfs_inodes_hard_limit": "5000", 2024-09-13T14:39:06.456 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_wbthrottle_xfs_inodes_start_flusher": "500", 2024-09-13T14:39:06.456 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_wbthrottle_xfs_ios_hard_limit": "5000", 2024-09-13T14:39:06.456 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_wbthrottle_xfs_ios_start_flusher": "500", 2024-09-13T14:39:06.456 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_xfs_extsize": "false", 2024-09-13T14:39:06.456 INFO:teuthology.orchestra.run.smithi071.stdout: "filestore_zfs_snap": "false", 2024-09-13T14:39:06.456 INFO:teuthology.orchestra.run.smithi071.stdout: "fio_dir": "/tmp/fio", 2024-09-13T14:39:06.456 INFO:teuthology.orchestra.run.smithi071.stdout: "fsid": "18f8172c-71da-11ef-bceb-c7b262605968", 2024-09-13T14:39:06.456 INFO:teuthology.orchestra.run.smithi071.stdout: "fuse_allow_other": "true", 2024-09-13T14:39:06.456 INFO:teuthology.orchestra.run.smithi071.stdout: "fuse_atomic_o_trunc": "true", 2024-09-13T14:39:06.456 INFO:teuthology.orchestra.run.smithi071.stdout: "fuse_big_writes": "true", 2024-09-13T14:39:06.456 INFO:teuthology.orchestra.run.smithi071.stdout: "fuse_debug": "false", 2024-09-13T14:39:06.456 INFO:teuthology.orchestra.run.smithi071.stdout: "fuse_default_permissions": "false", 2024-09-13T14:39:06.457 INFO:teuthology.orchestra.run.smithi071.stdout: "fuse_disable_pagecache": "false", 2024-09-13T14:39:06.457 INFO:teuthology.orchestra.run.smithi071.stdout: "fuse_max_write": "0", 2024-09-13T14:39:06.457 INFO:teuthology.orchestra.run.smithi071.stdout: "fuse_multithreaded": "true", 2024-09-13T14:39:06.457 INFO:teuthology.orchestra.run.smithi071.stdout: "fuse_require_active_mds": "true", 2024-09-13T14:39:06.457 INFO:teuthology.orchestra.run.smithi071.stdout: "fuse_set_user_groups": "true", 2024-09-13T14:39:06.457 INFO:teuthology.orchestra.run.smithi071.stdout: "fuse_splice_move": "true", 2024-09-13T14:39:06.457 INFO:teuthology.orchestra.run.smithi071.stdout: "fuse_splice_read": "true", 2024-09-13T14:39:06.457 INFO:teuthology.orchestra.run.smithi071.stdout: "fuse_splice_write": "true", 2024-09-13T14:39:06.457 INFO:teuthology.orchestra.run.smithi071.stdout: "fuse_syncfs_on_mksnap": "true", 2024-09-13T14:39:06.457 INFO:teuthology.orchestra.run.smithi071.stdout: "fuse_use_invalidate_cb": "true", 2024-09-13T14:39:06.457 INFO:teuthology.orchestra.run.smithi071.stdout: "gss_ktab_client_file": "/var/lib/ceph/mon.a/gss_client_mon.a.ktab", 2024-09-13T14:39:06.457 INFO:teuthology.orchestra.run.smithi071.stdout: "gss_target_name": "ceph", 2024-09-13T14:39:06.457 INFO:teuthology.orchestra.run.smithi071.stdout: "heartbeat_file": "", 2024-09-13T14:39:06.458 INFO:teuthology.orchestra.run.smithi071.stdout: "heartbeat_inject_failure": "0", 2024-09-13T14:39:06.458 INFO:teuthology.orchestra.run.smithi071.stdout: "heartbeat_interval": "5", 2024-09-13T14:39:06.458 INFO:teuthology.orchestra.run.smithi071.stdout: "host": "smithi071", 2024-09-13T14:39:06.458 INFO:teuthology.orchestra.run.smithi071.stdout: "immutable_object_cache_client_dedicated_thread_num": "2", 2024-09-13T14:39:06.458 INFO:teuthology.orchestra.run.smithi071.stdout: "immutable_object_cache_max_inflight_ops": "128", 2024-09-13T14:39:06.458 INFO:teuthology.orchestra.run.smithi071.stdout: "immutable_object_cache_max_size": "1073741824", 2024-09-13T14:39:06.458 INFO:teuthology.orchestra.run.smithi071.stdout: "immutable_object_cache_path": "/tmp/ceph_immutable_object_cache", 2024-09-13T14:39:06.458 INFO:teuthology.orchestra.run.smithi071.stdout: "immutable_object_cache_qos_bps_burst": "0", 2024-09-13T14:39:06.458 INFO:teuthology.orchestra.run.smithi071.stdout: "immutable_object_cache_qos_bps_burst_seconds": "1", 2024-09-13T14:39:06.458 INFO:teuthology.orchestra.run.smithi071.stdout: "immutable_object_cache_qos_bps_limit": "0", 2024-09-13T14:39:06.458 INFO:teuthology.orchestra.run.smithi071.stdout: "immutable_object_cache_qos_iops_burst": "0", 2024-09-13T14:39:06.458 INFO:teuthology.orchestra.run.smithi071.stdout: "immutable_object_cache_qos_iops_burst_seconds": "1", 2024-09-13T14:39:06.458 INFO:teuthology.orchestra.run.smithi071.stdout: "immutable_object_cache_qos_iops_limit": "0", 2024-09-13T14:39:06.459 INFO:teuthology.orchestra.run.smithi071.stdout: "immutable_object_cache_qos_schedule_tick_min": "50", 2024-09-13T14:39:06.459 INFO:teuthology.orchestra.run.smithi071.stdout: "immutable_object_cache_sock": "/var/run/ceph/immutable_object_cache_sock", 2024-09-13T14:39:06.459 INFO:teuthology.orchestra.run.smithi071.stdout: "immutable_object_cache_watermark": "0.900000", 2024-09-13T14:39:06.459 INFO:teuthology.orchestra.run.smithi071.stdout: "inject_early_sigterm": "false", 2024-09-13T14:39:06.459 INFO:teuthology.orchestra.run.smithi071.stdout: "jaeger_agent_port": "6799", 2024-09-13T14:39:06.459 INFO:teuthology.orchestra.run.smithi071.stdout: "jaeger_tracing_enable": "false", 2024-09-13T14:39:06.459 INFO:teuthology.orchestra.run.smithi071.stdout: "journal_aio": "true", 2024-09-13T14:39:06.459 INFO:teuthology.orchestra.run.smithi071.stdout: "journal_align_min_size": "65536", 2024-09-13T14:39:06.459 INFO:teuthology.orchestra.run.smithi071.stdout: "journal_block_align": "true", 2024-09-13T14:39:06.459 INFO:teuthology.orchestra.run.smithi071.stdout: "journal_block_size": "4096", 2024-09-13T14:39:06.459 INFO:teuthology.orchestra.run.smithi071.stdout: "journal_dio": "true", 2024-09-13T14:39:06.459 INFO:teuthology.orchestra.run.smithi071.stdout: "journal_discard": "false", 2024-09-13T14:39:06.459 INFO:teuthology.orchestra.run.smithi071.stdout: "journal_force_aio": "false", 2024-09-13T14:39:06.459 INFO:teuthology.orchestra.run.smithi071.stdout: "journal_ignore_corruption": "false", 2024-09-13T14:39:06.460 INFO:teuthology.orchestra.run.smithi071.stdout: "journal_max_write_bytes": "10485760", 2024-09-13T14:39:06.460 INFO:teuthology.orchestra.run.smithi071.stdout: "journal_max_write_entries": "100", 2024-09-13T14:39:06.460 INFO:teuthology.orchestra.run.smithi071.stdout: "journal_replay_from": "0", 2024-09-13T14:39:06.460 INFO:teuthology.orchestra.run.smithi071.stdout: "journal_throttle_high_multiple": "0.000000", 2024-09-13T14:39:06.460 INFO:teuthology.orchestra.run.smithi071.stdout: "journal_throttle_high_threshhold": "0.900000", 2024-09-13T14:39:06.460 INFO:teuthology.orchestra.run.smithi071.stdout: "journal_throttle_low_threshhold": "0.600000", 2024-09-13T14:39:06.460 INFO:teuthology.orchestra.run.smithi071.stdout: "journal_throttle_max_multiple": "0.000000", 2024-09-13T14:39:06.460 INFO:teuthology.orchestra.run.smithi071.stdout: "journal_write_header_frequency": "0", 2024-09-13T14:39:06.460 INFO:teuthology.orchestra.run.smithi071.stdout: "journal_zero_on_create": "false", 2024-09-13T14:39:06.460 INFO:teuthology.orchestra.run.smithi071.stdout: "journaler_prefetch_periods": "10", 2024-09-13T14:39:06.460 INFO:teuthology.orchestra.run.smithi071.stdout: "journaler_prezero_periods": "5", 2024-09-13T14:39:06.460 INFO:teuthology.orchestra.run.smithi071.stdout: "journaler_write_head_interval": "15", 2024-09-13T14:39:06.460 INFO:teuthology.orchestra.run.smithi071.stdout: "key": "", 2024-09-13T14:39:06.461 INFO:teuthology.orchestra.run.smithi071.stdout: "keyfile": "", 2024-09-13T14:39:06.461 INFO:teuthology.orchestra.run.smithi071.stdout: "keyring": "/var/lib/ceph/mon/ceph-a/keyring", 2024-09-13T14:39:06.461 INFO:teuthology.orchestra.run.smithi071.stdout: "kstore_backend": "rocksdb", 2024-09-13T14:39:06.461 INFO:teuthology.orchestra.run.smithi071.stdout: "kstore_default_stripe_size": "65536", 2024-09-13T14:39:06.461 INFO:teuthology.orchestra.run.smithi071.stdout: "kstore_fsck_on_mount": "false", 2024-09-13T14:39:06.461 INFO:teuthology.orchestra.run.smithi071.stdout: "kstore_fsck_on_mount_deep": "true", 2024-09-13T14:39:06.461 INFO:teuthology.orchestra.run.smithi071.stdout: "kstore_max_bytes": "67108864", 2024-09-13T14:39:06.461 INFO:teuthology.orchestra.run.smithi071.stdout: "kstore_max_ops": "512", 2024-09-13T14:39:06.461 INFO:teuthology.orchestra.run.smithi071.stdout: "kstore_nid_prealloc": "1024", 2024-09-13T14:39:06.461 INFO:teuthology.orchestra.run.smithi071.stdout: "kstore_onode_map_size": "1024", 2024-09-13T14:39:06.461 INFO:teuthology.orchestra.run.smithi071.stdout: "kstore_rocksdb_options": "compression=kNoCompression", 2024-09-13T14:39:06.462 INFO:teuthology.orchestra.run.smithi071.stdout: "kstore_sync_submit_transaction": "false", 2024-09-13T14:39:06.462 INFO:teuthology.orchestra.run.smithi071.stdout: "kstore_sync_transaction": "false", 2024-09-13T14:39:06.462 INFO:teuthology.orchestra.run.smithi071.stdout: "librados_thread_count": "2", 2024-09-13T14:39:06.462 INFO:teuthology.orchestra.run.smithi071.stdout: "lockdep": "false", 2024-09-13T14:39:06.462 INFO:teuthology.orchestra.run.smithi071.stdout: "lockdep_force_backtrace": "false", 2024-09-13T14:39:06.462 INFO:teuthology.orchestra.run.smithi071.stdout: "log_coarse_timestamps": "true", 2024-09-13T14:39:06.462 INFO:teuthology.orchestra.run.smithi071.stdout: "log_file": "/var/log/ceph/ceph-mon.a.log", 2024-09-13T14:39:06.462 INFO:teuthology.orchestra.run.smithi071.stdout: "log_flush_on_exit": "false", 2024-09-13T14:39:06.462 INFO:teuthology.orchestra.run.smithi071.stdout: "log_graylog_host": "127.0.0.1", 2024-09-13T14:39:06.462 INFO:teuthology.orchestra.run.smithi071.stdout: "log_graylog_port": "12201", 2024-09-13T14:39:06.462 INFO:teuthology.orchestra.run.smithi071.stdout: "log_max_new": "1000", 2024-09-13T14:39:06.462 INFO:teuthology.orchestra.run.smithi071.stdout: "log_max_recent": "10000", 2024-09-13T14:39:06.463 INFO:teuthology.orchestra.run.smithi071.stdout: "log_stderr_prefix": "", 2024-09-13T14:39:06.463 INFO:teuthology.orchestra.run.smithi071.stdout: "log_stop_at_utilization": "0.970000", 2024-09-13T14:39:06.463 INFO:teuthology.orchestra.run.smithi071.stdout: "log_to_file": "true", 2024-09-13T14:39:06.463 INFO:teuthology.orchestra.run.smithi071.stdout: "log_to_graylog": "false", 2024-09-13T14:39:06.463 INFO:teuthology.orchestra.run.smithi071.stdout: "log_to_journald": "false", 2024-09-13T14:39:06.463 INFO:teuthology.orchestra.run.smithi071.stdout: "log_to_stderr": "false", 2024-09-13T14:39:06.463 INFO:teuthology.orchestra.run.smithi071.stdout: "log_to_syslog": "false", 2024-09-13T14:39:06.463 INFO:teuthology.orchestra.run.smithi071.stdout: "max_rotating_auth_attempts": "10", 2024-09-13T14:39:06.463 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_abort_on_newly_corrupt_dentry": "true", 2024-09-13T14:39:06.463 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_action_on_write_error": "1", 2024-09-13T14:39:06.463 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_alternate_name_max": "8192", 2024-09-13T14:39:06.463 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_asio_thread_count": "2", 2024-09-13T14:39:06.464 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_bal_export_pin": "true", 2024-09-13T14:39:06.464 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_bal_fragment_dirs": "true", 2024-09-13T14:39:06.464 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_bal_fragment_fast_factor": "1.500000", 2024-09-13T14:39:06.464 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_bal_fragment_interval": "5", 2024-09-13T14:39:06.464 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_bal_fragment_size_max": "100000", 2024-09-13T14:39:06.464 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_bal_idle_threshold": "0.000000", 2024-09-13T14:39:06.464 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_bal_interval": "10", 2024-09-13T14:39:06.464 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_bal_max": "-1", 2024-09-13T14:39:06.464 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_bal_max_until": "-1", 2024-09-13T14:39:06.464 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_bal_merge_size": "50", 2024-09-13T14:39:06.465 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_bal_midchunk": "0.300000", 2024-09-13T14:39:06.465 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_bal_min_rebalance": "0.100000", 2024-09-13T14:39:06.465 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_bal_min_start": "0.200000", 2024-09-13T14:39:06.465 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_bal_minchunk": "0.001000", 2024-09-13T14:39:06.465 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_bal_mode": "0", 2024-09-13T14:39:06.465 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_bal_need_max": "1.200000", 2024-09-13T14:39:06.465 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_bal_need_min": "0.800000", 2024-09-13T14:39:06.465 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_bal_overload_epochs": "2", 2024-09-13T14:39:06.465 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_bal_replicate_threshold": "8000.000000", 2024-09-13T14:39:06.465 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_bal_sample_interval": "3.000000", 2024-09-13T14:39:06.465 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_bal_split_bits": "3", 2024-09-13T14:39:06.465 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_bal_split_rd": "25000.000000", 2024-09-13T14:39:06.466 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_bal_split_size": "10000", 2024-09-13T14:39:06.466 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_bal_split_wr": "10000.000000", 2024-09-13T14:39:06.466 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_bal_target_decay": "10.000000", 2024-09-13T14:39:06.466 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_bal_unreplicate_threshold": "0.000000", 2024-09-13T14:39:06.466 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_beacon_grace": "15.000000", 2024-09-13T14:39:06.466 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_beacon_interval": "4.000000", 2024-09-13T14:39:06.466 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_beacon_mon_down_grace": "60", 2024-09-13T14:39:06.466 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_cache_memory_limit": "4294967296", 2024-09-13T14:39:06.466 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_cache_mid": "0.700000", 2024-09-13T14:39:06.466 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_cache_quiesce_decay_rate": "1.000000", 2024-09-13T14:39:06.466 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_cache_quiesce_delay": "0", 2024-09-13T14:39:06.467 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_cache_quiesce_sleep": "200", 2024-09-13T14:39:06.467 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_cache_quiesce_splitauth": "true", 2024-09-13T14:39:06.467 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_cache_quiesce_threshold": "524288", 2024-09-13T14:39:06.467 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_cache_release_free_interval": "10", 2024-09-13T14:39:06.467 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_cache_reservation": "0.050000", 2024-09-13T14:39:06.467 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_cache_trim_decay_rate": "1.000000", 2024-09-13T14:39:06.467 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_cache_trim_interval": "1", 2024-09-13T14:39:06.467 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_cache_trim_threshold": "262144", 2024-09-13T14:39:06.467 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_cap_acquisition_throttle_retry_request_timeout": "0.500000", 2024-09-13T14:39:06.467 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_cap_revoke_eviction_timeout": "0.000000", 2024-09-13T14:39:06.467 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_client_delegate_inos_pct": "50", 2024-09-13T14:39:06.467 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_client_prealloc_inos": "1000", 2024-09-13T14:39:06.468 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_client_writeable_range_max_inc_objs": "1024", 2024-09-13T14:39:06.468 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_connect_bootstrapping": "false", 2024-09-13T14:39:06.468 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_damage_table_max_entries": "10000", 2024-09-13T14:39:06.468 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_data": "/var/lib/ceph/mds/ceph-a", 2024-09-13T14:39:06.468 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_debug_auth_pins": "false", 2024-09-13T14:39:06.468 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_debug_frag": "false", 2024-09-13T14:39:06.468 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_debug_scatterstat": "false", 2024-09-13T14:39:06.468 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_debug_subtrees": "false", 2024-09-13T14:39:06.468 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_decay_halflife": "5.000000", 2024-09-13T14:39:06.468 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_default_dir_hash": "2", 2024-09-13T14:39:06.468 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_defer_session_stale": "true", 2024-09-13T14:39:06.469 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_deny_all_reconnect": "false", 2024-09-13T14:39:06.469 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_dir_keys_per_op": "16384", 2024-09-13T14:39:06.469 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_dir_max_commit_size": "10", 2024-09-13T14:39:06.469 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_dir_max_entries": "0", 2024-09-13T14:39:06.469 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_dir_prefetch": "true", 2024-09-13T14:39:06.469 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_dirstat_min_interval": "1.000000", 2024-09-13T14:39:06.469 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_dump_cache_after_rejoin": "false", 2024-09-13T14:39:06.469 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_dump_cache_on_map": "false", 2024-09-13T14:39:06.469 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_dump_cache_threshold_file": "0", 2024-09-13T14:39:06.469 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_dump_cache_threshold_formatter": "1073741824", 2024-09-13T14:39:06.469 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_early_reply": "true", 2024-09-13T14:39:06.470 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_enable_op_tracker": "true", 2024-09-13T14:39:06.470 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_enforce_unique_name": "true", 2024-09-13T14:39:06.470 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_export_ephemeral_distributed": "true", 2024-09-13T14:39:06.470 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_export_ephemeral_distributed_factor": "2.000000", 2024-09-13T14:39:06.470 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_export_ephemeral_random": "true", 2024-09-13T14:39:06.470 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_export_ephemeral_random_max": "0.010000", 2024-09-13T14:39:06.470 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_extraordinary_events_dump_interval": "0", 2024-09-13T14:39:06.470 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_forward_all_requests_to_auth": "false", 2024-09-13T14:39:06.470 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_freeze_tree_timeout": "30.000000", 2024-09-13T14:39:06.470 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_fscrypt_last_block_max_size": "4096", 2024-09-13T14:39:06.470 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_go_bad_corrupt_dentry": "true", 2024-09-13T14:39:06.470 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_hack_allow_loading_invalid_metadata": "false", 2024-09-13T14:39:06.471 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_health_cache_threshold": "1.500000", 2024-09-13T14:39:06.471 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_health_summarize_threshold": "10", 2024-09-13T14:39:06.471 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_heartbeat_grace": "15.000000", 2024-09-13T14:39:06.471 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_heartbeat_reset_grace": "1000", 2024-09-13T14:39:06.471 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_inject_health_dummy": "false", 2024-09-13T14:39:06.471 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_inject_journal_corrupt_dentry_first": "0.000000", 2024-09-13T14:39:06.471 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_inject_migrator_session_race": "false", 2024-09-13T14:39:06.471 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_inject_rename_corrupt_dentry_first": "0.000000", 2024-09-13T14:39:06.471 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_inject_skip_replaying_inotable": "false", 2024-09-13T14:39:06.471 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_inject_traceless_reply_probability": "0.000000", 2024-09-13T14:39:06.471 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_join_fs": "", 2024-09-13T14:39:06.471 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_journal_format": "1", 2024-09-13T14:39:06.471 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_kill_after_journal_logs_flushed": "false", 2024-09-13T14:39:06.472 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_kill_create_at": "0", 2024-09-13T14:39:06.472 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_kill_dirfrag_at": "0", 2024-09-13T14:39:06.472 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_kill_export_at": "0", 2024-09-13T14:39:06.472 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_kill_import_at": "0", 2024-09-13T14:39:06.472 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_kill_journal_at": "0", 2024-09-13T14:39:06.472 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_kill_journal_expire_at": "0", 2024-09-13T14:39:06.472 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_kill_journal_replay_at": "0", 2024-09-13T14:39:06.472 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_kill_link_at": "0", 2024-09-13T14:39:06.472 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_kill_mdstable_at": "0", 2024-09-13T14:39:06.472 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_kill_openc_at": "0", 2024-09-13T14:39:06.472 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_kill_rename_at": "0", 2024-09-13T14:39:06.472 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_kill_shutdown_at": "0", 2024-09-13T14:39:06.472 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_log_event_large_threshold": "524288", 2024-09-13T14:39:06.472 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_log_events_per_segment": "1024", 2024-09-13T14:39:06.473 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_log_major_segment_event_ratio": "12", 2024-09-13T14:39:06.473 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_log_max_events": "-1", 2024-09-13T14:39:06.473 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_log_max_segments": "128", 2024-09-13T14:39:06.473 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_log_pause": "false", 2024-09-13T14:39:06.473 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_log_segment_size": "0", 2024-09-13T14:39:06.473 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_log_skip_corrupt_events": "false", 2024-09-13T14:39:06.473 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_log_skip_unbounded_events": "false", 2024-09-13T14:39:06.473 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_log_trim_decay_rate": "1.000000", 2024-09-13T14:39:06.473 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_log_trim_threshold": "128", 2024-09-13T14:39:06.473 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_log_trim_upkeep_interval": "1000", 2024-09-13T14:39:06.473 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_log_warn_factor": "2.000000", 2024-09-13T14:39:06.473 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_max_caps_per_client": "1048576", 2024-09-13T14:39:06.473 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_max_completed_flushes": "100000", 2024-09-13T14:39:06.473 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_max_completed_requests": "100000", 2024-09-13T14:39:06.474 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_max_export_size": "20971520", 2024-09-13T14:39:06.474 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_max_file_recover": "32", 2024-09-13T14:39:06.474 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_max_purge_files": "64", 2024-09-13T14:39:06.474 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_max_purge_ops": "8192", 2024-09-13T14:39:06.474 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_max_purge_ops_per_pg": "0.500000", 2024-09-13T14:39:06.474 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_max_scrub_ops_in_progress": "5", 2024-09-13T14:39:06.474 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_max_snaps_per_dir": "100", 2024-09-13T14:39:06.474 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_metrics_update_interval": "2", 2024-09-13T14:39:06.474 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_min_caps_per_client": "100", 2024-09-13T14:39:06.474 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_min_caps_working_set": "10000", 2024-09-13T14:39:06.474 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_mon_shutdown_timeout": "5.000000", 2024-09-13T14:39:06.474 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_numa_node": "-1", 2024-09-13T14:39:06.474 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_oft_prefetch_dirfrags": "false", 2024-09-13T14:39:06.474 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_op_complaint_time": "30.000000", 2024-09-13T14:39:06.475 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_op_history_duration": "600", 2024-09-13T14:39:06.475 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_op_history_size": "20", 2024-09-13T14:39:06.475 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_op_history_slow_op_size": "20", 2024-09-13T14:39:06.475 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_op_history_slow_op_threshold": "10", 2024-09-13T14:39:06.475 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_op_log_threshold": "5", 2024-09-13T14:39:06.475 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_ping_grace": "15", 2024-09-13T14:39:06.475 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_ping_interval": "5", 2024-09-13T14:39:06.475 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_purge_queue_busy_flush_period": "1.000000", 2024-09-13T14:39:06.475 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_recall_global_max_decay_threshold": "131072", 2024-09-13T14:39:06.475 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_recall_max_caps": "30000", 2024-09-13T14:39:06.475 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_recall_max_decay_rate": "1.500000", 2024-09-13T14:39:06.475 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_recall_max_decay_threshold": "131072", 2024-09-13T14:39:06.476 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_recall_warning_decay_rate": "60.000000", 2024-09-13T14:39:06.476 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_recall_warning_threshold": "262144", 2024-09-13T14:39:06.476 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_reconnect_timeout": "45.000000", 2024-09-13T14:39:06.476 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_replay_interval": "1.000000", 2024-09-13T14:39:06.476 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_replay_unsafe_with_closed_session": "false", 2024-09-13T14:39:06.476 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_request_load_average_decay_rate": "60.000000", 2024-09-13T14:39:06.476 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_root_ino_gid": "0", 2024-09-13T14:39:06.476 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_root_ino_uid": "0", 2024-09-13T14:39:06.476 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_scatter_nudge_interval": "5.000000", 2024-09-13T14:39:06.476 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_server_dispatch_client_request_delay": "0", 2024-09-13T14:39:06.476 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_server_dispatch_killpoint_random": "0.000000", 2024-09-13T14:39:06.476 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_session_blocklist_on_evict": "true", 2024-09-13T14:39:06.476 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_session_blocklist_on_timeout": "true", 2024-09-13T14:39:06.477 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_session_cache_liveness_decay_rate": "300.000000", 2024-09-13T14:39:06.477 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_session_cache_liveness_magnitude": "10", 2024-09-13T14:39:06.477 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_session_cap_acquisition_decay_rate": "30.000000", 2024-09-13T14:39:06.477 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_session_cap_acquisition_throttle": "100000", 2024-09-13T14:39:06.477 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_session_max_caps_throttle_ratio": "1.100000", 2024-09-13T14:39:06.477 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_session_metadata_threshold": "16777216", 2024-09-13T14:39:06.477 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_sessionmap_keys_per_op": "1024", 2024-09-13T14:39:06.477 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_shutdown_check": "0", 2024-09-13T14:39:06.477 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_skip_ino": "0", 2024-09-13T14:39:06.477 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_sleep_rank_change": "0.000000", 2024-09-13T14:39:06.477 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_snap_max_uid": "4294967294", 2024-09-13T14:39:06.477 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_snap_min_uid": "0", 2024-09-13T14:39:06.477 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_snap_rstat": "false", 2024-09-13T14:39:06.478 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_standby_replay_damaged": "false", 2024-09-13T14:39:06.478 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_symlink_recovery": "true", 2024-09-13T14:39:06.478 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_task_status_update_interval": "2.000000", 2024-09-13T14:39:06.478 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_thrash_exports": "0", 2024-09-13T14:39:06.478 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_thrash_fragments": "0", 2024-09-13T14:39:06.478 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_tick_interval": "5.000000", 2024-09-13T14:39:06.478 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_valgrind_exit": "false", 2024-09-13T14:39:06.478 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_verify_backtrace": "1", 2024-09-13T14:39:06.478 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_verify_scatter": "false", 2024-09-13T14:39:06.479 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_wipe_ino_prealloc": "false", 2024-09-13T14:39:06.479 INFO:teuthology.orchestra.run.smithi071.stdout: "mds_wipe_sessions": "false", 2024-09-13T14:39:06.479 INFO:teuthology.orchestra.run.smithi071.stdout: "mempool_debug": "false", 2024-09-13T14:39:06.479 INFO:teuthology.orchestra.run.smithi071.stdout: "memstore_debug_omit_block_device_write": "false", 2024-09-13T14:39:06.479 INFO:teuthology.orchestra.run.smithi071.stdout: "memstore_device_bytes": "1073741824", 2024-09-13T14:39:06.479 INFO:teuthology.orchestra.run.smithi071.stdout: "memstore_page_set": "false", 2024-09-13T14:39:06.479 INFO:teuthology.orchestra.run.smithi071.stdout: "memstore_page_size": "65536", 2024-09-13T14:39:06.479 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr_client_bytes": "134217728", 2024-09-13T14:39:06.479 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr_client_messages": "512", 2024-09-13T14:39:06.479 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr_client_service_daemon_unregister_timeout": "1.000000", 2024-09-13T14:39:06.479 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr_connect_retry_interval": "1.000000", 2024-09-13T14:39:06.479 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr_data": "/var/lib/ceph/mgr/ceph-a", 2024-09-13T14:39:06.479 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr_debug_aggressive_pg_num_changes": "false", 2024-09-13T14:39:06.480 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr_disabled_modules": "", 2024-09-13T14:39:06.480 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr_enable_op_tracker": "true", 2024-09-13T14:39:06.480 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr_initial_modules": "restful iostat nfs", 2024-09-13T14:39:06.480 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr_max_pg_creating": "1024", 2024-09-13T14:39:06.480 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr_max_pg_num_change": "128", 2024-09-13T14:39:06.480 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr_mds_bytes": "134217728", 2024-09-13T14:39:06.480 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr_mds_messages": "128", 2024-09-13T14:39:06.480 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr_module_path": "/usr/share/ceph/mgr", 2024-09-13T14:39:06.480 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr_mon_bytes": "134217728", 2024-09-13T14:39:06.480 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr_mon_messages": "128", 2024-09-13T14:39:06.480 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr_num_op_tracker_shard": "32", 2024-09-13T14:39:06.480 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr_op_complaint_time": "30.000000", 2024-09-13T14:39:06.481 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr_op_history_duration": "600", 2024-09-13T14:39:06.481 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr_op_history_size": "20", 2024-09-13T14:39:06.481 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr_op_history_slow_op_size": "20", 2024-09-13T14:39:06.481 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr_op_history_slow_op_threshold": "10.000000", 2024-09-13T14:39:06.481 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr_op_log_threshold": "5", 2024-09-13T14:39:06.481 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr_osd_bytes": "536870912", 2024-09-13T14:39:06.481 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr_osd_messages": "8192", 2024-09-13T14:39:06.481 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr_pool": "true", 2024-09-13T14:39:06.481 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr_service_beacon_grace": "60.000000", 2024-09-13T14:39:06.481 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr_standby_modules": "true", 2024-09-13T14:39:06.481 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr_stats_period": "5", 2024-09-13T14:39:06.482 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr_stats_threshold": "5", 2024-09-13T14:39:06.482 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr_tick_period": "2", 2024-09-13T14:39:06.482 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr_ttl_cache_expire_seconds": "0", 2024-09-13T14:39:06.482 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_accept_timeout_factor": "2.000000", 2024-09-13T14:39:06.482 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_allow_pool_delete": "true", 2024-09-13T14:39:06.482 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_allow_pool_size_one": "false", 2024-09-13T14:39:06.482 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_auth_validate_all_caps": "true", 2024-09-13T14:39:06.482 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_cache_target_full_warn_ratio": "0.660000", 2024-09-13T14:39:06.482 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_clean_pg_upmaps_per_chunk": "256", 2024-09-13T14:39:06.482 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_client_bytes": "104857600", 2024-09-13T14:39:06.482 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_client_directed_command_retry": "2", 2024-09-13T14:39:06.482 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_client_hunt_interval": "3.000000", 2024-09-13T14:39:06.482 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_client_hunt_interval_backoff": "1.500000", 2024-09-13T14:39:06.483 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_client_hunt_interval_max_multiple": "10.000000", 2024-09-13T14:39:06.483 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_client_hunt_interval_min_multiple": "1.000000", 2024-09-13T14:39:06.483 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_client_hunt_parallel": "3", 2024-09-13T14:39:06.483 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_client_log_interval": "1.000000", 2024-09-13T14:39:06.483 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_client_max_log_entries_per_message": "1000", 2024-09-13T14:39:06.483 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_client_ping_interval": "10.000000", 2024-09-13T14:39:06.483 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_client_ping_timeout": "30.000000", 2024-09-13T14:39:06.483 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_client_target_rank": "-1", 2024-09-13T14:39:06.483 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_clock_drift_allowed": "1.000000", 2024-09-13T14:39:06.483 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_clock_drift_warn_backoff": "5.000000", 2024-09-13T14:39:06.483 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_cluster_log_file": "default=/var/log/ceph/ceph.$channel.log cluster=/var/log/ceph/ceph.log", 2024-09-13T14:39:06.484 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_cluster_log_level": "debug", 2024-09-13T14:39:06.484 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_cluster_log_to_file": "true", 2024-09-13T14:39:06.484 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_cluster_log_to_graylog": "false", 2024-09-13T14:39:06.484 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_cluster_log_to_graylog_host": "127.0.0.1", 2024-09-13T14:39:06.484 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_cluster_log_to_graylog_port": "12201", 2024-09-13T14:39:06.484 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_cluster_log_to_journald": "true", 2024-09-13T14:39:06.484 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_cluster_log_to_stderr": "false", 2024-09-13T14:39:06.484 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_cluster_log_to_syslog": "default=false", 2024-09-13T14:39:06.484 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_cluster_log_to_syslog_facility": "daemon", 2024-09-13T14:39:06.484 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_compact_on_bootstrap": "false", 2024-09-13T14:39:06.484 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_compact_on_start": "false", 2024-09-13T14:39:06.484 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_compact_on_trim": "true", 2024-09-13T14:39:06.485 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_con_tracker_persist_interval": "10", 2024-09-13T14:39:06.485 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_con_tracker_score_halflife": "43200", 2024-09-13T14:39:06.485 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_config_key_max_entry_size": "65536", 2024-09-13T14:39:06.485 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_cpu_threads": "4", 2024-09-13T14:39:06.485 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_crush_min_required_version": "hammer", 2024-09-13T14:39:06.485 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_daemon_bytes": "419430400", 2024-09-13T14:39:06.485 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_data": "/var/lib/ceph/mon/ceph-a", 2024-09-13T14:39:06.485 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_data_avail_crit": "5", 2024-09-13T14:39:06.485 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_data_avail_warn": "5", 2024-09-13T14:39:06.485 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_data_size_warn": "16106127360", 2024-09-13T14:39:06.485 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_debug_block_osdmap_trim": "false", 2024-09-13T14:39:06.486 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_debug_deprecated_as_obsolete": "false", 2024-09-13T14:39:06.486 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_debug_dump_json": "false", 2024-09-13T14:39:06.486 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_debug_dump_location": "/var/log/ceph/ceph-mon.a.tdump", 2024-09-13T14:39:06.486 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_debug_dump_transactions": "false", 2024-09-13T14:39:06.486 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_debug_extra_checks": "false", 2024-09-13T14:39:06.486 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_debug_no_initial_persistent_features": "false", 2024-09-13T14:39:06.486 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_debug_no_require_bluestore_for_ec_overwrites": "false", 2024-09-13T14:39:06.486 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_debug_no_require_reef": "false", 2024-09-13T14:39:06.486 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_debug_no_require_squid": "false", 2024-09-13T14:39:06.486 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_debug_unsafe_allow_tier_with_nonempty_snaps": "false", 2024-09-13T14:39:06.486 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_delta_reset_interval": "10.000000", 2024-09-13T14:39:06.486 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_dns_srv_name": "ceph-mon", 2024-09-13T14:39:06.486 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_down_mkfs_grace": "60", 2024-09-13T14:39:06.486 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_down_uptime_grace": "60", 2024-09-13T14:39:06.487 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_election_default_strategy": "3", 2024-09-13T14:39:06.487 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_election_timeout": "5.000000", 2024-09-13T14:39:06.487 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_elector_ignore_propose_margin": "0.000500", 2024-09-13T14:39:06.487 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_elector_ping_divisor": "2", 2024-09-13T14:39:06.487 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_elector_ping_timeout": "2.000000", 2024-09-13T14:39:06.487 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_enable_op_tracker": "true", 2024-09-13T14:39:06.487 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_fake_pool_delete": "false", 2024-09-13T14:39:06.487 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_force_quorum_join": "false", 2024-09-13T14:39:06.487 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_fsmap_prune_threshold": "300", 2024-09-13T14:39:06.487 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_globalid_prealloc": "10000", 2024-09-13T14:39:06.487 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_health_detail_to_clog": "true", 2024-09-13T14:39:06.487 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_health_log_update_period": "5", 2024-09-13T14:39:06.487 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_health_max_detail": "50", 2024-09-13T14:39:06.488 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_health_to_clog": "true", 2024-09-13T14:39:06.488 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_health_to_clog_interval": "600", 2024-09-13T14:39:06.488 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_health_to_clog_tick_interval": "60.000000", 2024-09-13T14:39:06.488 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_host": "[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] [v2:172.21.15.104:3300/0,v1:172.21.15.104:6789/0] [v2:172.21.15.71:3301/0,v1:172.21.15.71:6790/0]", 2024-09-13T14:39:06.488 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_host_override": "", 2024-09-13T14:39:06.488 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_initial_members": "", 2024-09-13T14:39:06.488 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_inject_pg_merge_bounce_probability": "0.000000", 2024-09-13T14:39:06.488 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_inject_sync_get_chunk_delay": "0.000000", 2024-09-13T14:39:06.488 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_inject_transaction_delay_max": "10.000000", 2024-09-13T14:39:06.488 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_inject_transaction_delay_probability": "0.000000", 2024-09-13T14:39:06.488 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_keyvaluedb": "rocksdb", 2024-09-13T14:39:06.488 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_lease": "5.000000", 2024-09-13T14:39:06.488 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_lease_ack_timeout_factor": "2.000000", 2024-09-13T14:39:06.489 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_lease_renew_interval_factor": "0.600000", 2024-09-13T14:39:06.489 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_log_full_interval": "50", 2024-09-13T14:39:06.489 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_log_max": "10000", 2024-09-13T14:39:06.489 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_log_max_summary": "50", 2024-09-13T14:39:06.489 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_max_log_entries_per_event": "4096", 2024-09-13T14:39:06.489 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_max_log_epochs": "500", 2024-09-13T14:39:06.489 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_max_mdsmap_epochs": "500", 2024-09-13T14:39:06.489 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_max_mgrmap_epochs": "500", 2024-09-13T14:39:06.489 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_max_nvmeof_epochs": "500", 2024-09-13T14:39:06.489 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_max_osd": "10000", 2024-09-13T14:39:06.489 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_max_pg_per_osd": "10000", 2024-09-13T14:39:06.489 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_max_pool_pg_num": "65536", 2024-09-13T14:39:06.489 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_max_snap_prune_per_epoch": "100", 2024-09-13T14:39:06.490 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_mds_blocklist_interval": "86400.000000", 2024-09-13T14:39:06.490 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_mds_force_trim_to": "0", 2024-09-13T14:39:06.490 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_mds_skip_sanity": "true", 2024-09-13T14:39:06.490 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_memory_autotune": "true", 2024-09-13T14:39:06.490 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_memory_target": "2147483648", 2024-09-13T14:39:06.490 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_mgr_beacon_grace": "30", 2024-09-13T14:39:06.490 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_mgr_blocklist_interval": "86400.000000", 2024-09-13T14:39:06.490 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_mgr_digest_period": "5", 2024-09-13T14:39:06.490 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_mgr_inactive_grace": "60", 2024-09-13T14:39:06.490 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_mgr_mkfs_grace": "240", 2024-09-13T14:39:06.490 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_mgr_proxy_client_bytes_ratio": "0.300000", 2024-09-13T14:39:06.490 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_min_osdmap_epochs": "500", 2024-09-13T14:39:06.490 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_nvmeofgw_beacon_grace": "10", 2024-09-13T14:39:06.490 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_nvmeofgw_set_group_id_retry": "1000", 2024-09-13T14:39:06.491 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_op_complaint_time": "30", 2024-09-13T14:39:06.491 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_op_history_duration": "600", 2024-09-13T14:39:06.491 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_op_history_size": "20", 2024-09-13T14:39:06.491 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_op_history_slow_op_size": "20", 2024-09-13T14:39:06.491 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_op_history_slow_op_threshold": "10", 2024-09-13T14:39:06.491 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_op_log_threshold": "5", 2024-09-13T14:39:06.491 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_osd_adjust_down_out_interval": "true", 2024-09-13T14:39:06.491 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_osd_adjust_heartbeat_grace": "true", 2024-09-13T14:39:06.491 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_osd_auto_mark_auto_out_in": "true", 2024-09-13T14:39:06.491 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_osd_auto_mark_in": "false", 2024-09-13T14:39:06.491 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_osd_auto_mark_new_in": "true", 2024-09-13T14:39:06.491 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_osd_backfillfull_ratio": "0.900000", 2024-09-13T14:39:06.491 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_osd_blocklist_default_expire": "3600.000000", 2024-09-13T14:39:06.491 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_osd_cache_size": "500", 2024-09-13T14:39:06.492 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_osd_cache_size_min": "134217728", 2024-09-13T14:39:06.492 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_osd_crush_smoke_test": "true", 2024-09-13T14:39:06.492 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_osd_destroyed_out_interval": "600", 2024-09-13T14:39:06.492 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_osd_down_out_interval": "600", 2024-09-13T14:39:06.492 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_osd_down_out_subtree_limit": "rack", 2024-09-13T14:39:06.492 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_osd_err_op_age_ratio": "128.000000", 2024-09-13T14:39:06.492 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_osd_force_trim_to": "0", 2024-09-13T14:39:06.492 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_osd_full_ratio": "0.950000", 2024-09-13T14:39:06.492 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_osd_initial_require_min_compat_client": "luminous", 2024-09-13T14:39:06.492 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_osd_laggy_halflife": "3600", 2024-09-13T14:39:06.492 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_osd_laggy_max_interval": "300", 2024-09-13T14:39:06.492 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_osd_laggy_weight": "0.300000", 2024-09-13T14:39:06.492 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_osd_mapping_pgs_per_chunk": "4096", 2024-09-13T14:39:06.493 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_osd_max_initial_pgs": "1024", 2024-09-13T14:39:06.493 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_osd_min_down_reporters": "2", 2024-09-13T14:39:06.493 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_osd_min_in_ratio": "0.750000", 2024-09-13T14:39:06.493 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_osd_min_up_ratio": "0.300000", 2024-09-13T14:39:06.493 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_osd_nearfull_ratio": "0.850000", 2024-09-13T14:39:06.493 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_osd_prime_pg_temp": "true", 2024-09-13T14:39:06.493 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_osd_prime_pg_temp_max_estimate": "0.250000", 2024-09-13T14:39:06.493 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_osd_prime_pg_temp_max_time": "0.500000", 2024-09-13T14:39:06.493 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_osd_report_timeout": "900", 2024-09-13T14:39:06.493 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_osd_reporter_subtree_level": "osd", 2024-09-13T14:39:06.493 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_osd_snap_trim_queue_warn_on": "32768", 2024-09-13T14:39:06.493 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_osd_warn_num_repaired": "10", 2024-09-13T14:39:06.493 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_osd_warn_op_age": "32.000000", 2024-09-13T14:39:06.494 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_osdmap_full_prune_enabled": "true", 2024-09-13T14:39:06.494 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_osdmap_full_prune_interval": "10", 2024-09-13T14:39:06.494 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_osdmap_full_prune_min": "10000", 2024-09-13T14:39:06.494 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_osdmap_full_prune_txsize": "100", 2024-09-13T14:39:06.494 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_pg_check_down_all_threshold": "0.500000", 2024-09-13T14:39:06.494 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_pg_stuck_threshold": "60", 2024-09-13T14:39:06.494 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_pg_warn_max_object_skew": "0.000000", 2024-09-13T14:39:06.494 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_pg_warn_min_objects": "10000", 2024-09-13T14:39:06.494 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_pg_warn_min_per_osd": "0", 2024-09-13T14:39:06.494 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_pg_warn_min_pool_objects": "1000", 2024-09-13T14:39:06.494 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_pool_quota_crit_threshold": "0", 2024-09-13T14:39:06.494 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_pool_quota_warn_threshold": "0", 2024-09-13T14:39:06.494 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_probe_timeout": "2.000000", 2024-09-13T14:39:06.494 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_reweight_max_change": "0.050000", 2024-09-13T14:39:06.495 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_reweight_max_osds": "4", 2024-09-13T14:39:06.495 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_reweight_min_bytes_per_osd": "10", 2024-09-13T14:39:06.495 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_reweight_min_pgs_per_osd": "4", 2024-09-13T14:39:06.495 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_rocksdb_options": "write_buffer_size=33554432,compression=kNoCompression,level_compaction_dynamic_level_bytes=true", 2024-09-13T14:39:06.495 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_scrub_inject_crc_mismatch": "0.000000", 2024-09-13T14:39:06.495 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_scrub_inject_missing_keys": "0.000000", 2024-09-13T14:39:06.495 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_scrub_interval": "86400", 2024-09-13T14:39:06.495 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_scrub_max_keys": "100", 2024-09-13T14:39:06.495 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_scrub_timeout": "300", 2024-09-13T14:39:06.495 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_session_timeout": "300", 2024-09-13T14:39:06.495 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_smart_report_timeout": "5", 2024-09-13T14:39:06.495 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_stat_smooth_intervals": "6", 2024-09-13T14:39:06.495 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_stretch_cluster_recovery_ratio": "0.600000", 2024-09-13T14:39:06.496 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_stretch_pool_min_size": "2", 2024-09-13T14:39:06.496 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_stretch_pool_size": "4", 2024-09-13T14:39:06.496 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_stretch_recovery_min_wait": "15.000000", 2024-09-13T14:39:06.496 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_subscribe_interval": "86400.000000", 2024-09-13T14:39:06.496 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_sync_debug": "false", 2024-09-13T14:39:06.496 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_sync_max_payload_keys": "2000", 2024-09-13T14:39:06.496 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_sync_max_payload_size": "1048576", 2024-09-13T14:39:06.496 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_sync_provider_kill_at": "0", 2024-09-13T14:39:06.496 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_sync_requester_kill_at": "0", 2024-09-13T14:39:06.496 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_sync_timeout": "60.000000", 2024-09-13T14:39:06.496 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_target_pg_per_osd": "100", 2024-09-13T14:39:06.496 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_tick_interval": "5", 2024-09-13T14:39:06.496 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_timecheck_interval": "300.000000", 2024-09-13T14:39:06.497 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_timecheck_skew_interval": "30.000000", 2024-09-13T14:39:06.497 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_use_min_delay_socket": "false", 2024-09-13T14:39:06.497 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_warn_older_version_delay": "604800", 2024-09-13T14:39:06.497 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_warn_on_cache_pools_without_hit_sets": "true", 2024-09-13T14:39:06.497 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_warn_on_crush_straw_calc_version_zero": "false", 2024-09-13T14:39:06.497 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_warn_on_degraded_stretch_mode": "true", 2024-09-13T14:39:06.497 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_warn_on_filestore_osds": "true", 2024-09-13T14:39:06.497 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_warn_on_insecure_global_id_reclaim": "false", 2024-09-13T14:39:06.497 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_warn_on_insecure_global_id_reclaim_allowed": "false", 2024-09-13T14:39:06.497 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_warn_on_legacy_crush_tunables": "false", 2024-09-13T14:39:06.497 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_warn_on_misplaced": "false", 2024-09-13T14:39:06.497 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_warn_on_msgr2_not_enabled": "true", 2024-09-13T14:39:06.497 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_warn_on_older_version": "true", 2024-09-13T14:39:06.497 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_warn_on_osd_down_out_interval_zero": "false", 2024-09-13T14:39:06.498 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_warn_on_pool_no_app": "true", 2024-09-13T14:39:06.498 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_warn_on_pool_no_redundancy": "true", 2024-09-13T14:39:06.498 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_warn_on_pool_pg_num_not_power_of_two": "false", 2024-09-13T14:39:06.498 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_warn_on_slow_ping_ratio": "0.050000", 2024-09-13T14:39:06.498 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_warn_on_slow_ping_time": "0.000000", 2024-09-13T14:39:06.498 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_warn_on_too_few_osds": "false", 2024-09-13T14:39:06.498 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_warn_pg_not_deep_scrubbed_ratio": "0.750000", 2024-09-13T14:39:06.498 INFO:teuthology.orchestra.run.smithi071.stdout: "mon_warn_pg_not_scrubbed_ratio": "0.500000", 2024-09-13T14:39:06.498 INFO:teuthology.orchestra.run.smithi071.stdout: "monmap": "", 2024-09-13T14:39:06.498 INFO:teuthology.orchestra.run.smithi071.stdout: "motr_admin_endpoint": "192.168.180.182@tcp:12345:4:1", 2024-09-13T14:39:06.499 INFO:teuthology.orchestra.run.smithi071.stdout: "motr_admin_fid": "0x7200000000000001:0x0", 2024-09-13T14:39:06.499 INFO:teuthology.orchestra.run.smithi071.stdout: "motr_ha_endpoint": "192.168.180.182@tcp:12345:1:1", 2024-09-13T14:39:06.499 INFO:teuthology.orchestra.run.smithi071.stdout: "motr_my_endpoint": "192.168.180.182@tcp:12345:4:1", 2024-09-13T14:39:06.499 INFO:teuthology.orchestra.run.smithi071.stdout: "motr_my_fid": "0x7200000000000001:0x0", 2024-09-13T14:39:06.499 INFO:teuthology.orchestra.run.smithi071.stdout: "motr_profile_fid": "0x7000000000000001:0x0", 2024-09-13T14:39:06.499 INFO:teuthology.orchestra.run.smithi071.stdout: "motr_tracing_enabled": "false", 2024-09-13T14:39:06.499 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_async_op_threads": "3", 2024-09-13T14:39:06.499 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_async_rdma_buffer_size": "131072", 2024-09-13T14:39:06.499 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_async_rdma_cm": "false", 2024-09-13T14:39:06.499 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_async_rdma_device_name": "", 2024-09-13T14:39:06.499 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_async_rdma_dscp": "96", 2024-09-13T14:39:06.499 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_async_rdma_enable_hugepage": "false", 2024-09-13T14:39:06.499 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_async_rdma_gid_idx": "0", 2024-09-13T14:39:06.500 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_async_rdma_local_gid": "", 2024-09-13T14:39:06.500 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_async_rdma_polling_us": "1000", 2024-09-13T14:39:06.500 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_async_rdma_port_num": "1", 2024-09-13T14:39:06.500 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_async_rdma_receive_buffers": "32768", 2024-09-13T14:39:06.500 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_async_rdma_receive_queue_len": "4096", 2024-09-13T14:39:06.500 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_async_rdma_roce_ver": "1", 2024-09-13T14:39:06.500 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_async_rdma_send_buffers": "1024", 2024-09-13T14:39:06.500 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_async_rdma_sl": "3", 2024-09-13T14:39:06.500 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_async_rdma_support_srq": "true", 2024-09-13T14:39:06.500 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_async_rdma_type": "ib", 2024-09-13T14:39:06.500 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_async_reap_threshold": "5", 2024-09-13T14:39:06.500 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_bind_before_connect": "false", 2024-09-13T14:39:06.501 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_bind_ipv4": "true", 2024-09-13T14:39:06.501 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_bind_ipv6": "false", 2024-09-13T14:39:06.501 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_bind_msgr1": "true", 2024-09-13T14:39:06.501 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_bind_msgr2": "true", 2024-09-13T14:39:06.501 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_bind_port_max": "7568", 2024-09-13T14:39:06.501 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_bind_port_min": "6800", 2024-09-13T14:39:06.501 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_bind_prefer_ipv4": "false", 2024-09-13T14:39:06.501 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_bind_retry_count": "3", 2024-09-13T14:39:06.501 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_bind_retry_delay": "5", 2024-09-13T14:39:06.501 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_blackhole_client": "false", 2024-09-13T14:39:06.501 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_blackhole_mds": "false", 2024-09-13T14:39:06.502 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_blackhole_mgr": "false", 2024-09-13T14:39:06.502 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_blackhole_mon": "false", 2024-09-13T14:39:06.502 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_blackhole_osd": "false", 2024-09-13T14:39:06.502 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_client_mode": "crc secure", 2024-09-13T14:39:06.502 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_client_throttle_retry_time_interval": "5000", 2024-09-13T14:39:06.502 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_cluster_mode": "crc secure", 2024-09-13T14:39:06.502 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_cluster_type": "", 2024-09-13T14:39:06.502 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_compress_secure": "false", 2024-09-13T14:39:06.502 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_connection_idle_timeout": "900", 2024-09-13T14:39:06.502 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_connection_ready_timeout": "10", 2024-09-13T14:39:06.502 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_crc_data": "true", 2024-09-13T14:39:06.502 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_crc_header": "true", 2024-09-13T14:39:06.502 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_die_on_bad_msg": "false", 2024-09-13T14:39:06.503 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_die_on_bug": "true", 2024-09-13T14:39:06.503 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_die_on_old_message": "true", 2024-09-13T14:39:06.503 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_die_on_skipped_message": "false", 2024-09-13T14:39:06.503 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_die_on_unhandled_msg": "false", 2024-09-13T14:39:06.503 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_dispatch_throttle_bytes": "104857600", 2024-09-13T14:39:06.503 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_dpdk_coremask": "0xF", 2024-09-13T14:39:06.503 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_dpdk_debug_allow_loopback": "false", 2024-09-13T14:39:06.503 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_dpdk_devs_allowlist": "", 2024-09-13T14:39:06.503 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_dpdk_enable_tso": "true", 2024-09-13T14:39:06.503 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_dpdk_gateway_ipv4_addr": "", 2024-09-13T14:39:06.504 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_dpdk_host_ipv4_addr": "", 2024-09-13T14:39:06.504 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_dpdk_hugepages": "", 2024-09-13T14:39:06.504 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_dpdk_hw_flow_control": "true", 2024-09-13T14:39:06.504 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_dpdk_hw_queue_weight": "1.000000", 2024-09-13T14:39:06.504 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_dpdk_lro": "true", 2024-09-13T14:39:06.504 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_dpdk_memory_channel": "4", 2024-09-13T14:39:06.504 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_dpdk_netmask_ipv4_addr": "", 2024-09-13T14:39:06.504 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_dpdk_pmd": "", 2024-09-13T14:39:06.504 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_dpdk_port_id": "0", 2024-09-13T14:39:06.504 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_dpdk_rx_buffer_count_per_core": "8192", 2024-09-13T14:39:06.504 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_dump_corrupt_message_level": "1", 2024-09-13T14:39:06.504 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_dump_on_send": "false", 2024-09-13T14:39:06.504 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_initial_backoff": "0.200000", 2024-09-13T14:39:06.505 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_inject_delay_max": "1.000000", 2024-09-13T14:39:06.505 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_inject_delay_probability": "0.000000", 2024-09-13T14:39:06.505 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_inject_delay_type": "", 2024-09-13T14:39:06.505 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_inject_internal_delays": "0.000000", 2024-09-13T14:39:06.505 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_inject_network_congestion": "0", 2024-09-13T14:39:06.505 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_inject_socket_failures": "0", 2024-09-13T14:39:06.505 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_learn_addr_from_peer": "true", 2024-09-13T14:39:06.505 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_max_accept_failures": "4", 2024-09-13T14:39:06.505 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_max_backoff": "15.000000", 2024-09-13T14:39:06.506 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_mon_client_mode": "secure crc", 2024-09-13T14:39:06.506 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_mon_cluster_mode": "secure crc", 2024-09-13T14:39:06.506 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_mon_service_mode": "secure crc", 2024-09-13T14:39:06.506 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_osd_compress_min_size": "1024", 2024-09-13T14:39:06.506 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_osd_compress_mode": "none", 2024-09-13T14:39:06.506 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_osd_compression_algorithm": "snappy", 2024-09-13T14:39:06.506 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_pq_max_tokens_per_priority": "16777216", 2024-09-13T14:39:06.506 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_pq_min_cost": "65536", 2024-09-13T14:39:06.506 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_public_type": "", 2024-09-13T14:39:06.506 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_service_mode": "crc secure", 2024-09-13T14:39:06.506 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_tcp_listen_backlog": "512", 2024-09-13T14:39:06.506 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_tcp_nodelay": "true", 2024-09-13T14:39:06.506 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_tcp_prefetch_max_size": "4096", 2024-09-13T14:39:06.507 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_tcp_rcvbuf": "0", 2024-09-13T14:39:06.507 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_time_events_min_wait_interval": "1000", 2024-09-13T14:39:06.507 INFO:teuthology.orchestra.run.smithi071.stdout: "ms_type": "async+posix", 2024-09-13T14:39:06.507 INFO:teuthology.orchestra.run.smithi071.stdout: "no_config_file": "false", 2024-09-13T14:39:06.507 INFO:teuthology.orchestra.run.smithi071.stdout: "nvmeof_mon_client_disconnect_panic": "100", 2024-09-13T14:39:06.507 INFO:teuthology.orchestra.run.smithi071.stdout: "nvmeof_mon_client_tick_period": "2", 2024-09-13T14:39:06.507 INFO:teuthology.orchestra.run.smithi071.stdout: "objecter_completion_locks_per_session": "32", 2024-09-13T14:39:06.507 INFO:teuthology.orchestra.run.smithi071.stdout: "objecter_debug_inject_relock_delay": "false", 2024-09-13T14:39:06.507 INFO:teuthology.orchestra.run.smithi071.stdout: "objecter_inflight_op_bytes": "104857600", 2024-09-13T14:39:06.507 INFO:teuthology.orchestra.run.smithi071.stdout: "objecter_inflight_ops": "1024", 2024-09-13T14:39:06.507 INFO:teuthology.orchestra.run.smithi071.stdout: "objecter_inject_no_watch_ping": "false", 2024-09-13T14:39:06.507 INFO:teuthology.orchestra.run.smithi071.stdout: "objecter_retry_writes_after_first_reply": "false", 2024-09-13T14:39:06.507 INFO:teuthology.orchestra.run.smithi071.stdout: "objecter_tick_interval": "5.000000", 2024-09-13T14:39:06.508 INFO:teuthology.orchestra.run.smithi071.stdout: "objecter_timeout": "10.000000", 2024-09-13T14:39:06.508 INFO:teuthology.orchestra.run.smithi071.stdout: "objectstore_blackhole": "false", 2024-09-13T14:39:06.508 INFO:teuthology.orchestra.run.smithi071.stdout: "objectstore_debug_throw_on_failed_txc": "false", 2024-09-13T14:39:06.508 INFO:teuthology.orchestra.run.smithi071.stdout: "openssl_engine_opts": "", 2024-09-13T14:39:06.508 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_agent_delay_time": "5.000000", 2024-09-13T14:39:06.508 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_agent_hist_halflife": "1000", 2024-09-13T14:39:06.508 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_agent_max_low_ops": "2", 2024-09-13T14:39:06.508 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_agent_max_ops": "4", 2024-09-13T14:39:06.508 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_agent_min_evict_effort": "0.100000", 2024-09-13T14:39:06.508 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_agent_quantize_effort": "0.100000", 2024-09-13T14:39:06.508 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_agent_slop": "0.020000", 2024-09-13T14:39:06.508 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_aggregated_slow_ops_logging": "true", 2024-09-13T14:39:06.509 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_allow_recovery_below_min_size": "true", 2024-09-13T14:39:06.509 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_asio_thread_count": "2", 2024-09-13T14:39:06.509 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_async_recovery_min_cost": "100", 2024-09-13T14:39:06.509 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_auto_mark_unfound_lost": "false", 2024-09-13T14:39:06.509 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_backfill_retry_interval": "30.000000", 2024-09-13T14:39:06.509 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_backfill_scan_max": "512", 2024-09-13T14:39:06.509 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_backfill_scan_min": "64", 2024-09-13T14:39:06.509 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_backoff_on_degraded": "false", 2024-09-13T14:39:06.509 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_backoff_on_peering": "false", 2024-09-13T14:39:06.509 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_backoff_on_unfound": "true", 2024-09-13T14:39:06.509 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_beacon_report_interval": "300", 2024-09-13T14:39:06.509 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_bench_duration": "30", 2024-09-13T14:39:06.509 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_bench_large_size_max_throughput": "104857600", 2024-09-13T14:39:06.509 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_bench_max_block_size": "67108864", 2024-09-13T14:39:06.510 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_bench_small_size_max_iops": "100", 2024-09-13T14:39:06.510 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_blkin_trace_all": "false", 2024-09-13T14:39:06.510 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_blocked_scrub_grace_period": "120", 2024-09-13T14:39:06.510 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_calc_pg_upmaps_aggressively": "true", 2024-09-13T14:39:06.510 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_calc_pg_upmaps_aggressively_fast": "true", 2024-09-13T14:39:06.510 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_calc_pg_upmaps_local_fallback_retries": "100", 2024-09-13T14:39:06.510 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_check_for_log_corruption": "false", 2024-09-13T14:39:06.510 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_check_max_object_name_len_on_startup": "true", 2024-09-13T14:39:06.510 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_class_default_list": "cephfs hello journal lock log numops otp rbd refcount rgw rgw_gc timeindex user version cas cmpomap queue 2pc_queue fifo", 2024-09-13T14:39:06.510 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_class_dir": "/usr/lib64/rados-classes", 2024-09-13T14:39:06.510 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_class_load_list": "cephfs hello journal lock log numops otp rbd refcount rgw rgw_gc timeindex user version cas cmpomap queue 2pc_queue fifo", 2024-09-13T14:39:06.510 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_class_update_on_start": "true", 2024-09-13T14:39:06.510 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_client_message_cap": "256", 2024-09-13T14:39:06.511 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_client_message_size_cap": "524288000", 2024-09-13T14:39:06.511 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_client_op_priority": "63", 2024-09-13T14:39:06.511 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_client_watch_timeout": "30", 2024-09-13T14:39:06.511 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_command_max_records": "256", 2024-09-13T14:39:06.511 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_compact_on_start": "false", 2024-09-13T14:39:06.511 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_copyfrom_max_chunk": "8388608", 2024-09-13T14:39:06.511 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_crush_chooseleaf_type": "1", 2024-09-13T14:39:06.511 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_crush_initial_weight": "-1.000000", 2024-09-13T14:39:06.511 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_crush_update_on_start": "true", 2024-09-13T14:39:06.511 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_crush_update_weight_set": "true", 2024-09-13T14:39:06.511 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_data": "/var/lib/ceph/osd/ceph-a", 2024-09-13T14:39:06.511 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_debug_crash_on_ignored_backoff": "false", 2024-09-13T14:39:06.511 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_debug_deep_scrub_sleep": "0.000000", 2024-09-13T14:39:06.512 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_debug_drop_ping_duration": "0", 2024-09-13T14:39:06.512 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_debug_drop_ping_probability": "0.000000", 2024-09-13T14:39:06.512 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_debug_feed_pullee": "-1", 2024-09-13T14:39:06.512 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_debug_inject_copyfrom_error": "false", 2024-09-13T14:39:06.512 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_debug_inject_dispatch_delay_duration": "0.100000", 2024-09-13T14:39:06.512 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_debug_inject_dispatch_delay_probability": "0.000000", 2024-09-13T14:39:06.512 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_debug_misdirected_ops": "false", 2024-09-13T14:39:06.512 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_debug_no_acting_change": "false", 2024-09-13T14:39:06.512 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_debug_no_purge_strays": "false", 2024-09-13T14:39:06.512 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_debug_op_order": "false", 2024-09-13T14:39:06.512 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_debug_pg_log_writeout": "false", 2024-09-13T14:39:06.512 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_debug_pretend_recovery_active": "false", 2024-09-13T14:39:06.512 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_debug_random_push_read_error": "0.000000", 2024-09-13T14:39:06.513 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_debug_reject_backfill_probability": "0.000000", 2024-09-13T14:39:06.513 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_debug_shutdown": "false", 2024-09-13T14:39:06.513 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_debug_skip_full_check_in_backfill_reservation": "false", 2024-09-13T14:39:06.513 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_debug_skip_full_check_in_recovery": "false", 2024-09-13T14:39:06.513 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_debug_trim_objects": "false", 2024-09-13T14:39:06.513 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_debug_verify_cached_snaps": "false", 2024-09-13T14:39:06.513 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_debug_verify_missing_on_start": "false", 2024-09-13T14:39:06.513 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_debug_verify_snaps": "false", 2024-09-13T14:39:06.513 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_debug_verify_stray_on_activate": "false", 2024-09-13T14:39:06.513 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_deep_scrub_interval": "604800.000000", 2024-09-13T14:39:06.513 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_deep_scrub_keys": "1024", 2024-09-13T14:39:06.514 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_deep_scrub_large_omap_object_key_threshold": "200000", 2024-09-13T14:39:06.514 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_deep_scrub_large_omap_object_value_sum_threshold": "1073741824", 2024-09-13T14:39:06.514 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_deep_scrub_randomize_ratio": "0.150000", 2024-09-13T14:39:06.514 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_deep_scrub_stride": "524288", 2024-09-13T14:39:06.514 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_deep_scrub_update_digest_min_age": "7200", 2024-09-13T14:39:06.514 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_default_data_pool_replay_window": "45", 2024-09-13T14:39:06.514 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_default_notify_timeout": "30", 2024-09-13T14:39:06.514 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_delete_sleep": "0.000000", 2024-09-13T14:39:06.514 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_delete_sleep_hdd": "5.000000", 2024-09-13T14:39:06.514 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_delete_sleep_hybrid": "1.000000", 2024-09-13T14:39:06.514 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_delete_sleep_ssd": "1.000000", 2024-09-13T14:39:06.514 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_discard_disconnected_ops": "true", 2024-09-13T14:39:06.514 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_ec_partial_reads": "true", 2024-09-13T14:39:06.515 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_enable_op_tracker": "true", 2024-09-13T14:39:06.515 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_erasure_code_plugins": "jerasure lrc", 2024-09-13T14:39:06.515 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_extblkdev_plugins": "vdo", 2024-09-13T14:39:06.515 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_failsafe_full_ratio": "0.970000", 2024-09-13T14:39:06.515 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_fast_fail_on_connection_refused": "true", 2024-09-13T14:39:06.515 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_fast_info": "true", 2024-09-13T14:39:06.515 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_fast_shutdown": "true", 2024-09-13T14:39:06.515 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_fast_shutdown_notify_mon": "true", 2024-09-13T14:39:06.515 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_fast_shutdown_timeout": "15", 2024-09-13T14:39:06.515 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_find_best_info_ignore_history_les": "false", 2024-09-13T14:39:06.515 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_force_auth_primary_missing_objects": "100", 2024-09-13T14:39:06.515 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_force_recovery_pg_log_entries_factor": "1.300000", 2024-09-13T14:39:06.516 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_function_tracing": "false", 2024-09-13T14:39:06.516 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_heartbeat_grace": "20", 2024-09-13T14:39:06.516 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_heartbeat_interval": "6", 2024-09-13T14:39:06.516 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_heartbeat_min_healthy_ratio": "0.330000", 2024-09-13T14:39:06.516 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_heartbeat_min_peers": "10", 2024-09-13T14:39:06.516 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_heartbeat_min_size": "2000", 2024-09-13T14:39:06.516 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_heartbeat_stale": "600", 2024-09-13T14:39:06.516 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_heartbeat_use_min_delay_socket": "false", 2024-09-13T14:39:06.516 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_hit_set_max_size": "100000", 2024-09-13T14:39:06.516 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_hit_set_min_size": "1000", 2024-09-13T14:39:06.516 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_hit_set_namespace": ".ceph-internal", 2024-09-13T14:39:06.516 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_ignore_stale_divergent_priors": "false", 2024-09-13T14:39:06.516 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_inject_bad_map_crc_probability": "0.000000", 2024-09-13T14:39:06.517 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_inject_failure_on_pg_removal": "false", 2024-09-13T14:39:06.517 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_journal": "/var/lib/ceph/osd/ceph-a/journal", 2024-09-13T14:39:06.517 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_journal_flush_on_shutdown": "true", 2024-09-13T14:39:06.517 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_journal_size": "5120", 2024-09-13T14:39:06.517 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_kill_backfill_at": "0", 2024-09-13T14:39:06.517 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_loop_before_reset_tphandle": "64", 2024-09-13T14:39:06.517 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_map_cache_size": "50", 2024-09-13T14:39:06.517 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_map_dedup": "true", 2024-09-13T14:39:06.517 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_map_message_max": "40", 2024-09-13T14:39:06.517 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_map_message_max_bytes": "10485760", 2024-09-13T14:39:06.517 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_map_share_max_epochs": "40", 2024-09-13T14:39:06.517 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_max_attr_name_len": "100", 2024-09-13T14:39:06.518 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_max_attr_size": "0", 2024-09-13T14:39:06.518 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_max_backfills": "1", 2024-09-13T14:39:06.518 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_max_markdown_count": "5", 2024-09-13T14:39:06.518 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_max_markdown_period": "600", 2024-09-13T14:39:06.518 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_max_object_name_len": "2048", 2024-09-13T14:39:06.518 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_max_object_namespace_len": "256", 2024-09-13T14:39:06.518 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_max_object_size": "134217728", 2024-09-13T14:39:06.518 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_max_omap_bytes_per_request": "1073741824", 2024-09-13T14:39:06.518 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_max_omap_entries_per_request": "1024", 2024-09-13T14:39:06.518 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_max_pg_blocked_by": "16", 2024-09-13T14:39:06.518 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_max_pg_log_entries": "10000", 2024-09-13T14:39:06.518 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_max_pg_per_osd_hard_ratio": "3.000000", 2024-09-13T14:39:06.519 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_max_pgls": "1024", 2024-09-13T14:39:06.519 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_max_push_cost": "8388608", 2024-09-13T14:39:06.519 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_max_push_objects": "10", 2024-09-13T14:39:06.519 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_max_scrubs": "3", 2024-09-13T14:39:06.519 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_max_snap_prune_intervals_per_epoch": "512", 2024-09-13T14:39:06.519 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_max_trimming_pgs": "2", 2024-09-13T14:39:06.519 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_max_write_op_reply_len": "64", 2024-09-13T14:39:06.519 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_max_write_size": "90", 2024-09-13T14:39:06.519 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_mclock_force_run_benchmark_on_init": "false", 2024-09-13T14:39:06.519 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_mclock_iops_capacity_threshold_hdd": "500.000000", 2024-09-13T14:39:06.519 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_mclock_iops_capacity_threshold_ssd": "80000.000000", 2024-09-13T14:39:06.519 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_mclock_max_capacity_iops_hdd": "315.000000", 2024-09-13T14:39:06.520 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_mclock_max_capacity_iops_ssd": "21500.000000", 2024-09-13T14:39:06.520 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_mclock_max_sequential_bandwidth_hdd": "157286400", 2024-09-13T14:39:06.520 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_mclock_max_sequential_bandwidth_ssd": "1258291200", 2024-09-13T14:39:06.520 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_mclock_override_recovery_settings": "false", 2024-09-13T14:39:06.520 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_mclock_profile": "balanced", 2024-09-13T14:39:06.520 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_mclock_scheduler_anticipation_timeout": "0.000000", 2024-09-13T14:39:06.520 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_mclock_scheduler_background_best_effort_lim": "0.000000", 2024-09-13T14:39:06.520 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_mclock_scheduler_background_best_effort_res": "0.000000", 2024-09-13T14:39:06.520 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_mclock_scheduler_background_best_effort_wgt": "1", 2024-09-13T14:39:06.520 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_mclock_scheduler_background_recovery_lim": "0.000000", 2024-09-13T14:39:06.520 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_mclock_scheduler_background_recovery_res": "0.000000", 2024-09-13T14:39:06.521 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_mclock_scheduler_background_recovery_wgt": "1", 2024-09-13T14:39:06.521 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_mclock_scheduler_client_lim": "0.000000", 2024-09-13T14:39:06.521 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_mclock_scheduler_client_res": "0.000000", 2024-09-13T14:39:06.521 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_mclock_scheduler_client_wgt": "1", 2024-09-13T14:39:06.521 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_mclock_skip_benchmark": "false", 2024-09-13T14:39:06.521 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_memory_base": "805306368", 2024-09-13T14:39:06.521 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_memory_cache_min": "134217728", 2024-09-13T14:39:06.521 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_memory_cache_resize_interval": "1.000000", 2024-09-13T14:39:06.521 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_memory_expected_fragmentation": "0.150000", 2024-09-13T14:39:06.521 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_memory_target": "4294967296", 2024-09-13T14:39:06.521 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_memory_target_autotune": "false", 2024-09-13T14:39:06.521 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_memory_target_cgroup_limit_ratio": "0.800000", 2024-09-13T14:39:06.521 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_min_pg_log_entries": "250", 2024-09-13T14:39:06.521 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_min_recovery_priority": "0", 2024-09-13T14:39:06.522 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_mon_heartbeat_interval": "30", 2024-09-13T14:39:06.522 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_mon_heartbeat_stat_stale": "3600", 2024-09-13T14:39:06.522 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_mon_report_interval": "5", 2024-09-13T14:39:06.522 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_mon_report_max_in_flight": "2", 2024-09-13T14:39:06.522 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_mon_shutdown_timeout": "5.000000", 2024-09-13T14:39:06.522 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_num_cache_shards": "32", 2024-09-13T14:39:06.522 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_num_op_tracker_shard": "32", 2024-09-13T14:39:06.522 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_numa_auto_affinity": "true", 2024-09-13T14:39:06.522 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_numa_node": "-1", 2024-09-13T14:39:06.522 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_numa_prefer_iface": "true", 2024-09-13T14:39:06.522 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_object_clean_region_max_num_intervals": "10", 2024-09-13T14:39:06.522 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_objecter_finishers": "1", 2024-09-13T14:39:06.522 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_objectstore": "bluestore", 2024-09-13T14:39:06.523 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_objectstore_fuse": "false", 2024-09-13T14:39:06.523 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_objectstore_ideal_list_max": "64", 2024-09-13T14:39:06.523 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_objectstore_tracing": "false", 2024-09-13T14:39:06.523 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_op_complaint_time": "30.000000", 2024-09-13T14:39:06.523 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_op_history_duration": "600", 2024-09-13T14:39:06.523 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_op_history_size": "20", 2024-09-13T14:39:06.523 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_op_history_slow_op_size": "20", 2024-09-13T14:39:06.523 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_op_history_slow_op_threshold": "10.000000", 2024-09-13T14:39:06.523 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_op_log_threshold": "5", 2024-09-13T14:39:06.523 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_op_num_shards": "0", 2024-09-13T14:39:06.523 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_op_num_shards_hdd": "5", 2024-09-13T14:39:06.523 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_op_num_shards_ssd": "8", 2024-09-13T14:39:06.523 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_op_num_threads_per_shard": "0", 2024-09-13T14:39:06.524 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_op_num_threads_per_shard_hdd": "1", 2024-09-13T14:39:06.524 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_op_num_threads_per_shard_ssd": "2", 2024-09-13T14:39:06.524 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_op_pq_max_tokens_per_priority": "4194304", 2024-09-13T14:39:06.524 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_op_pq_min_cost": "65536", 2024-09-13T14:39:06.524 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_op_queue": "mclock_scheduler", 2024-09-13T14:39:06.524 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_op_queue_cut_off": "high", 2024-09-13T14:39:06.524 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_op_thread_suicide_timeout": "150", 2024-09-13T14:39:06.524 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_op_thread_timeout": "15", 2024-09-13T14:39:06.524 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_open_classes_on_start": "true", 2024-09-13T14:39:06.524 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_os_flags": "0", 2024-09-13T14:39:06.524 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_peering_op_priority": "255", 2024-09-13T14:39:06.524 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_pg_delete_cost": "1048576", 2024-09-13T14:39:06.524 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_pg_delete_priority": "5", 2024-09-13T14:39:06.525 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_pg_epoch_max_lag_factor": "2.000000", 2024-09-13T14:39:06.525 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_pg_epoch_persisted_max_stale": "40", 2024-09-13T14:39:06.525 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_pg_log_dups_tracked": "3000", 2024-09-13T14:39:06.525 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_pg_log_trim_max": "10000", 2024-09-13T14:39:06.525 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_pg_log_trim_min": "100", 2024-09-13T14:39:06.525 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_pg_max_concurrent_snap_trims": "2", 2024-09-13T14:39:06.525 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_pg_object_context_cache_count": "64", 2024-09-13T14:39:06.525 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_pg_stat_report_interval_max_epochs": "500", 2024-09-13T14:39:06.525 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_pg_stat_report_interval_max_seconds": "5", 2024-09-13T14:39:06.525 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_pool_default_cache_max_evict_check_size": "10", 2024-09-13T14:39:06.525 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_pool_default_cache_min_evict_age": "0", 2024-09-13T14:39:06.525 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_pool_default_cache_min_flush_age": "0", 2024-09-13T14:39:06.525 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_pool_default_cache_target_dirty_high_ratio": "0.600000", 2024-09-13T14:39:06.526 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_pool_default_cache_target_dirty_ratio": "0.400000", 2024-09-13T14:39:06.526 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_pool_default_cache_target_full_ratio": "0.800000", 2024-09-13T14:39:06.526 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_pool_default_crimson": "false", 2024-09-13T14:39:06.526 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_pool_default_crush_rule": "-1", 2024-09-13T14:39:06.526 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_pool_default_ec_fast_read": "false", 2024-09-13T14:39:06.526 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_pool_default_erasure_code_profile": "plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd", 2024-09-13T14:39:06.526 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_pool_default_flag_bulk": "false", 2024-09-13T14:39:06.526 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_pool_default_flag_hashpspool": "true", 2024-09-13T14:39:06.526 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_pool_default_flag_nodelete": "false", 2024-09-13T14:39:06.526 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_pool_default_flag_nopgchange": "false", 2024-09-13T14:39:06.526 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_pool_default_flag_nosizechange": "false", 2024-09-13T14:39:06.526 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_pool_default_flags": "0", 2024-09-13T14:39:06.527 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_pool_default_hit_set_bloom_fpp": "0.050000", 2024-09-13T14:39:06.527 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_pool_default_min_size": "0", 2024-09-13T14:39:06.527 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_pool_default_pg_autoscale_mode": "off", 2024-09-13T14:39:06.527 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_pool_default_pg_num": "32", 2024-09-13T14:39:06.527 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_pool_default_pgp_num": "0", 2024-09-13T14:39:06.527 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_pool_default_read_lease_ratio": "0.800000", 2024-09-13T14:39:06.527 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_pool_default_read_ratio": "70", 2024-09-13T14:39:06.527 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_pool_default_size": "3", 2024-09-13T14:39:06.527 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_pool_default_type": "replicated", 2024-09-13T14:39:06.527 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_pool_erasure_code_stripe_unit": "4096", 2024-09-13T14:39:06.527 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_pool_use_gmt_hitset": "true", 2024-09-13T14:39:06.527 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_push_per_object_cost": "1000", 2024-09-13T14:39:06.527 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_read_ec_check_for_errors": "false", 2024-09-13T14:39:06.528 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_recover_clone_overlap": "true", 2024-09-13T14:39:06.528 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_recover_clone_overlap_limit": "10", 2024-09-13T14:39:06.528 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_recovery_cost": "20971520", 2024-09-13T14:39:06.528 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_recovery_delay_start": "0.000000", 2024-09-13T14:39:06.528 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_recovery_max_active": "0", 2024-09-13T14:39:06.528 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_recovery_max_active_hdd": "3", 2024-09-13T14:39:06.528 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_recovery_max_active_ssd": "10", 2024-09-13T14:39:06.528 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_recovery_max_chunk": "8388608", 2024-09-13T14:39:06.528 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_recovery_max_omap_entries_per_chunk": "8096", 2024-09-13T14:39:06.528 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_recovery_max_single_start": "1", 2024-09-13T14:39:06.528 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_recovery_op_priority": "3", 2024-09-13T14:39:06.528 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_recovery_op_warn_multiple": "16", 2024-09-13T14:39:06.529 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_recovery_priority": "5", 2024-09-13T14:39:06.529 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_recovery_retry_interval": "30.000000", 2024-09-13T14:39:06.529 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_recovery_sleep": "0.000000", 2024-09-13T14:39:06.529 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_recovery_sleep_hdd": "0.100000", 2024-09-13T14:39:06.529 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_recovery_sleep_hybrid": "0.025000", 2024-09-13T14:39:06.529 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_recovery_sleep_ssd": "0.000000", 2024-09-13T14:39:06.529 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_repair_during_recovery": "false", 2024-09-13T14:39:06.529 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_requested_scrub_priority": "120", 2024-09-13T14:39:06.529 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_rocksdb_iterator_bounds_enabled": "true", 2024-09-13T14:39:06.529 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_rollback_to_cluster_snap": "", 2024-09-13T14:39:06.529 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_scrub_auto_repair": "false", 2024-09-13T14:39:06.529 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_scrub_auto_repair_num_errors": "5", 2024-09-13T14:39:06.529 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_scrub_backoff_ratio": "0.660000", 2024-09-13T14:39:06.530 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_scrub_begin_hour": "0", 2024-09-13T14:39:06.530 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_scrub_begin_week_day": "0", 2024-09-13T14:39:06.530 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_scrub_chunk_max": "25", 2024-09-13T14:39:06.530 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_scrub_chunk_min": "5", 2024-09-13T14:39:06.530 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_scrub_cost": "52428800", 2024-09-13T14:39:06.530 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_scrub_disable_reservation_queuing": "false", 2024-09-13T14:39:06.530 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_scrub_during_recovery": "false", 2024-09-13T14:39:06.530 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_scrub_end_hour": "0", 2024-09-13T14:39:06.530 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_scrub_end_week_day": "0", 2024-09-13T14:39:06.530 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_scrub_event_cost": "4096", 2024-09-13T14:39:06.530 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_scrub_extended_sleep": "0.000000", 2024-09-13T14:39:06.530 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_scrub_interval_randomize_ratio": "0.500000", 2024-09-13T14:39:06.530 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_scrub_invalid_stats": "true", 2024-09-13T14:39:06.531 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_scrub_load_threshold": "0.500000", 2024-09-13T14:39:06.531 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_scrub_max_interval": "604800.000000", 2024-09-13T14:39:06.531 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_scrub_max_preemptions": "5", 2024-09-13T14:39:06.531 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_scrub_min_interval": "86400.000000", 2024-09-13T14:39:06.531 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_scrub_priority": "5", 2024-09-13T14:39:06.531 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_scrub_sleep": "0.000000", 2024-09-13T14:39:06.531 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_shallow_scrub_chunk_max": "100", 2024-09-13T14:39:06.531 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_shallow_scrub_chunk_min": "50", 2024-09-13T14:39:06.531 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_shutdown_pgref_assert": "false", 2024-09-13T14:39:06.531 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_skip_check_past_interval_bounds": "false", 2024-09-13T14:39:06.531 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_skip_data_digest": "false", 2024-09-13T14:39:06.531 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_smart_report_timeout": "5", 2024-09-13T14:39:06.531 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_snap_trim_cost": "1048576", 2024-09-13T14:39:06.532 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_snap_trim_priority": "5", 2024-09-13T14:39:06.532 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_snap_trim_sleep": "0.000000", 2024-09-13T14:39:06.532 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_snap_trim_sleep_hdd": "5.000000", 2024-09-13T14:39:06.532 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_snap_trim_sleep_hybrid": "2.000000", 2024-09-13T14:39:06.532 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_snap_trim_sleep_ssd": "0.000000", 2024-09-13T14:39:06.532 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_stats_update_period_not_scrubbing": "120", 2024-09-13T14:39:06.532 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_stats_update_period_scrubbing": "15", 2024-09-13T14:39:06.532 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_target_pg_log_entries_per_osd": "300000", 2024-09-13T14:39:06.532 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_target_transaction_size": "30", 2024-09-13T14:39:06.532 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_tier_default_cache_hit_set_count": "4", 2024-09-13T14:39:06.532 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_tier_default_cache_hit_set_grade_decay_rate": "20", 2024-09-13T14:39:06.532 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_tier_default_cache_hit_set_period": "1200", 2024-09-13T14:39:06.532 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_tier_default_cache_hit_set_search_last_n": "1", 2024-09-13T14:39:06.533 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_tier_default_cache_hit_set_type": "bloom", 2024-09-13T14:39:06.533 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_tier_default_cache_min_read_recency_for_promote": "1", 2024-09-13T14:39:06.533 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_tier_default_cache_min_write_recency_for_promote": "1", 2024-09-13T14:39:06.533 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_tier_default_cache_mode": "writeback", 2024-09-13T14:39:06.533 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_tier_promote_max_bytes_sec": "5242880", 2024-09-13T14:39:06.533 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_tier_promote_max_objects_sec": "25", 2024-09-13T14:39:06.533 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_tracing": "false", 2024-09-13T14:39:06.533 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_use_stale_snap": "false", 2024-09-13T14:39:06.533 INFO:teuthology.orchestra.run.smithi071.stdout: "osd_uuid": "00000000-0000-0000-0000-000000000000", 2024-09-13T14:39:06.533 INFO:teuthology.orchestra.run.smithi071.stdout: "osdc_blkin_trace_all": "false", 2024-09-13T14:39:06.533 INFO:teuthology.orchestra.run.smithi071.stdout: "paxos_kill_at": "0", 2024-09-13T14:39:06.533 INFO:teuthology.orchestra.run.smithi071.stdout: "paxos_max_join_drift": "10", 2024-09-13T14:39:06.534 INFO:teuthology.orchestra.run.smithi071.stdout: "paxos_min": "500", 2024-09-13T14:39:06.534 INFO:teuthology.orchestra.run.smithi071.stdout: "paxos_min_wait": "0.050000", 2024-09-13T14:39:06.534 INFO:teuthology.orchestra.run.smithi071.stdout: "paxos_propose_interval": "1.000000", 2024-09-13T14:39:06.534 INFO:teuthology.orchestra.run.smithi071.stdout: "paxos_service_trim_max": "500", 2024-09-13T14:39:06.534 INFO:teuthology.orchestra.run.smithi071.stdout: "paxos_service_trim_max_multiplier": "20", 2024-09-13T14:39:06.534 INFO:teuthology.orchestra.run.smithi071.stdout: "paxos_service_trim_min": "250", 2024-09-13T14:39:06.534 INFO:teuthology.orchestra.run.smithi071.stdout: "paxos_stash_full_interval": "25", 2024-09-13T14:39:06.534 INFO:teuthology.orchestra.run.smithi071.stdout: "paxos_trim_max": "500", 2024-09-13T14:39:06.534 INFO:teuthology.orchestra.run.smithi071.stdout: "paxos_trim_min": "250", 2024-09-13T14:39:06.534 INFO:teuthology.orchestra.run.smithi071.stdout: "perf": "true", 2024-09-13T14:39:06.534 INFO:teuthology.orchestra.run.smithi071.stdout: "pid_file": "", 2024-09-13T14:39:06.534 INFO:teuthology.orchestra.run.smithi071.stdout: "plugin_crypto_accelerator": "crypto_isal", 2024-09-13T14:39:06.534 INFO:teuthology.orchestra.run.smithi071.stdout: "plugin_dir": "/usr/lib64/ceph", 2024-09-13T14:39:06.534 INFO:teuthology.orchestra.run.smithi071.stdout: "public_addr": "-", 2024-09-13T14:39:06.534 INFO:teuthology.orchestra.run.smithi071.stdout: "public_addrv": "", 2024-09-13T14:39:06.535 INFO:teuthology.orchestra.run.smithi071.stdout: "public_bind_addr": "-", 2024-09-13T14:39:06.535 INFO:teuthology.orchestra.run.smithi071.stdout: "public_network": "172.21.0.0/20", 2024-09-13T14:39:06.535 INFO:teuthology.orchestra.run.smithi071.stdout: "public_network_interface": "", 2024-09-13T14:39:06.535 INFO:teuthology.orchestra.run.smithi071.stdout: "qat_compressor_busy_polling": "false", 2024-09-13T14:39:06.535 INFO:teuthology.orchestra.run.smithi071.stdout: "qat_compressor_enabled": "false", 2024-09-13T14:39:06.535 INFO:teuthology.orchestra.run.smithi071.stdout: "qat_compressor_session_max_number": "256", 2024-09-13T14:39:06.535 INFO:teuthology.orchestra.run.smithi071.stdout: "rados_mon_op_timeout": "0", 2024-09-13T14:39:06.535 INFO:teuthology.orchestra.run.smithi071.stdout: "rados_osd_op_timeout": "0", 2024-09-13T14:39:06.535 INFO:teuthology.orchestra.run.smithi071.stdout: "rados_tracing": "false", 2024-09-13T14:39:06.535 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_atime_update_interval": "60", 2024-09-13T14:39:06.535 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_auto_exclusive_lock_until_manual_request": "true", 2024-09-13T14:39:06.536 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_balance_parent_reads": "false", 2024-09-13T14:39:06.536 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_balance_snap_reads": "false", 2024-09-13T14:39:06.536 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_blkin_trace_all": "false", 2024-09-13T14:39:06.536 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_blocklist_expire_seconds": "0", 2024-09-13T14:39:06.536 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_blocklist_on_break_lock": "true", 2024-09-13T14:39:06.536 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_cache": "true", 2024-09-13T14:39:06.536 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_cache_block_writes_upfront": "false", 2024-09-13T14:39:06.536 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_cache_max_dirty": "25165824", 2024-09-13T14:39:06.536 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_cache_max_dirty_age": "1.000000", 2024-09-13T14:39:06.536 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_cache_max_dirty_object": "0", 2024-09-13T14:39:06.536 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_cache_policy": "writearound", 2024-09-13T14:39:06.537 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_cache_size": "33554432", 2024-09-13T14:39:06.537 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_cache_target_dirty": "16777216", 2024-09-13T14:39:06.537 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_cache_writethrough_until_flush": "true", 2024-09-13T14:39:06.537 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_clone_copy_on_read": "false", 2024-09-13T14:39:06.537 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_compression_hint": "none", 2024-09-13T14:39:06.537 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_concurrent_management_ops": "10", 2024-09-13T14:39:06.537 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_config_pool_override_update_timestamp": "0", 2024-09-13T14:39:06.537 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_default_clone_format": "auto", 2024-09-13T14:39:06.537 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_default_data_pool": "", 2024-09-13T14:39:06.537 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_default_features": "61", 2024-09-13T14:39:06.537 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_default_format": "2", 2024-09-13T14:39:06.537 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_default_map_options": "", 2024-09-13T14:39:06.538 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_default_order": "22", 2024-09-13T14:39:06.538 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_default_pool": "rbd", 2024-09-13T14:39:06.538 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_default_snapshot_quiesce_mode": "required", 2024-09-13T14:39:06.538 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_default_stripe_count": "0", 2024-09-13T14:39:06.538 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_default_stripe_unit": "0", 2024-09-13T14:39:06.538 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_disable_zero_copy_writes": "true", 2024-09-13T14:39:06.538 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_discard_granularity_bytes": "65536", 2024-09-13T14:39:06.538 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_discard_on_zeroed_write_same": "true", 2024-09-13T14:39:06.538 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_enable_alloc_hint": "true", 2024-09-13T14:39:06.538 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_invalidate_object_map_on_timeout": "true", 2024-09-13T14:39:06.538 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_io_scheduler": "simple", 2024-09-13T14:39:06.538 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_io_scheduler_simple_max_delay": "0", 2024-09-13T14:39:06.539 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_journal_commit_age": "5.000000", 2024-09-13T14:39:06.539 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_journal_max_concurrent_object_sets": "0", 2024-09-13T14:39:06.539 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_journal_max_payload_bytes": "16384", 2024-09-13T14:39:06.539 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_journal_object_flush_age": "0.000000", 2024-09-13T14:39:06.539 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_journal_object_flush_bytes": "1048576", 2024-09-13T14:39:06.539 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_journal_object_flush_interval": "0", 2024-09-13T14:39:06.539 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_journal_object_max_in_flight_appends": "0", 2024-09-13T14:39:06.539 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_journal_object_writethrough_until_flush": "true", 2024-09-13T14:39:06.539 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_journal_order": "24", 2024-09-13T14:39:06.539 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_journal_pool": "", 2024-09-13T14:39:06.539 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_journal_splay_width": "4", 2024-09-13T14:39:06.539 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_localize_parent_reads": "false", 2024-09-13T14:39:06.540 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_localize_snap_reads": "false", 2024-09-13T14:39:06.540 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_mirror_concurrent_image_deletions": "1", 2024-09-13T14:39:06.540 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_mirror_concurrent_image_syncs": "5", 2024-09-13T14:39:06.540 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_mirror_delete_retry_interval": "30.000000", 2024-09-13T14:39:06.540 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_mirror_image_perf_stats_prio": "5", 2024-09-13T14:39:06.540 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_mirror_image_policy_migration_throttle": "300", 2024-09-13T14:39:06.540 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_mirror_image_policy_rebalance_timeout": "0.000000", 2024-09-13T14:39:06.540 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_mirror_image_policy_type": "simple", 2024-09-13T14:39:06.540 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_mirror_image_policy_update_throttle_interval": "1.000000", 2024-09-13T14:39:06.540 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_mirror_image_state_check_interval": "30", 2024-09-13T14:39:06.541 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_mirror_journal_commit_age": "5.000000", 2024-09-13T14:39:06.541 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_mirror_journal_poll_age": "5.000000", 2024-09-13T14:39:06.541 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_mirror_leader_heartbeat_interval": "5", 2024-09-13T14:39:06.541 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_mirror_leader_max_acquire_attempts_before_break": "3", 2024-09-13T14:39:06.541 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_mirror_leader_max_missed_heartbeats": "2", 2024-09-13T14:39:06.541 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_mirror_memory_autotune": "true", 2024-09-13T14:39:06.541 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_mirror_memory_base": "805306368", 2024-09-13T14:39:06.541 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_mirror_memory_cache_autotune_interval": "30.000000", 2024-09-13T14:39:06.541 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_mirror_memory_cache_min": "134217728", 2024-09-13T14:39:06.541 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_mirror_memory_cache_resize_interval": "5.000000", 2024-09-13T14:39:06.541 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_mirror_memory_expected_fragmentation": "0.150000", 2024-09-13T14:39:06.541 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_mirror_memory_target": "4294967296", 2024-09-13T14:39:06.542 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_mirror_perf_stats_prio": "5", 2024-09-13T14:39:06.542 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_mirror_pool_replayers_refresh_interval": "30", 2024-09-13T14:39:06.542 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_mirror_sync_point_update_age": "30.000000", 2024-09-13T14:39:06.542 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_mirroring_delete_delay": "0", 2024-09-13T14:39:06.542 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_mirroring_max_mirroring_snapshots": "5", 2024-09-13T14:39:06.542 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_mirroring_replay_delay": "0", 2024-09-13T14:39:06.542 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_mirroring_resync_after_disconnect": "false", 2024-09-13T14:39:06.542 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_move_parent_to_trash_on_remove": "false", 2024-09-13T14:39:06.542 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_move_to_trash_on_remove": "false", 2024-09-13T14:39:06.542 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_move_to_trash_on_remove_expire_seconds": "0", 2024-09-13T14:39:06.542 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_mtime_update_interval": "60", 2024-09-13T14:39:06.542 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_non_blocking_aio": "true", 2024-09-13T14:39:06.543 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_op_thread_timeout": "60", 2024-09-13T14:39:06.543 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_op_threads": "1", 2024-09-13T14:39:06.543 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_parent_cache_enabled": "false", 2024-09-13T14:39:06.543 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_persistent_cache_mode": "disabled", 2024-09-13T14:39:06.543 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_persistent_cache_path": "/tmp", 2024-09-13T14:39:06.543 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_persistent_cache_size": "1073741824", 2024-09-13T14:39:06.543 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_plugins": "", 2024-09-13T14:39:06.543 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_qos_bps_burst": "0", 2024-09-13T14:39:06.543 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_qos_bps_burst_seconds": "1", 2024-09-13T14:39:06.543 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_qos_bps_limit": "0", 2024-09-13T14:39:06.543 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_qos_exclude_ops": "0", 2024-09-13T14:39:06.543 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_qos_iops_burst": "0", 2024-09-13T14:39:06.543 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_qos_iops_burst_seconds": "1", 2024-09-13T14:39:06.544 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_qos_iops_limit": "0", 2024-09-13T14:39:06.544 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_qos_read_bps_burst": "0", 2024-09-13T14:39:06.544 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_qos_read_bps_burst_seconds": "1", 2024-09-13T14:39:06.544 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_qos_read_bps_limit": "0", 2024-09-13T14:39:06.544 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_qos_read_iops_burst": "0", 2024-09-13T14:39:06.544 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_qos_read_iops_burst_seconds": "1", 2024-09-13T14:39:06.544 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_qos_read_iops_limit": "0", 2024-09-13T14:39:06.544 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_qos_schedule_tick_min": "50", 2024-09-13T14:39:06.544 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_qos_write_bps_burst": "0", 2024-09-13T14:39:06.544 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_qos_write_bps_burst_seconds": "1", 2024-09-13T14:39:06.544 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_qos_write_bps_limit": "0", 2024-09-13T14:39:06.544 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_qos_write_iops_burst": "0", 2024-09-13T14:39:06.544 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_qos_write_iops_burst_seconds": "1", 2024-09-13T14:39:06.545 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_qos_write_iops_limit": "0", 2024-09-13T14:39:06.545 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_quiesce_notification_attempts": "10", 2024-09-13T14:39:06.545 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_read_from_replica_policy": "default", 2024-09-13T14:39:06.545 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_readahead_disable_after_bytes": "52428800", 2024-09-13T14:39:06.545 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_readahead_max_bytes": "524288", 2024-09-13T14:39:06.545 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_readahead_trigger_requests": "10", 2024-09-13T14:39:06.545 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_request_timed_out_seconds": "30", 2024-09-13T14:39:06.545 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_skip_partial_discard": "true", 2024-09-13T14:39:06.545 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_sparse_read_threshold_bytes": "65536", 2024-09-13T14:39:06.545 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_tracing": "false", 2024-09-13T14:39:06.545 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_validate_names": "true", 2024-09-13T14:39:06.545 INFO:teuthology.orchestra.run.smithi071.stdout: "rbd_validate_pool": "true", 2024-09-13T14:39:06.545 INFO:teuthology.orchestra.run.smithi071.stdout: "restapi_base_url": "", 2024-09-13T14:39:06.545 INFO:teuthology.orchestra.run.smithi071.stdout: "restapi_log_level": "", 2024-09-13T14:39:06.546 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_account_default_quota_max_objects": "-1", 2024-09-13T14:39:06.546 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_account_default_quota_max_size": "-1", 2024-09-13T14:39:06.546 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_acl_grants_max_num": "100", 2024-09-13T14:39:06.546 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_admin_entry": "admin", 2024-09-13T14:39:06.546 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_allow_notification_secrets_in_cleartext": "false", 2024-09-13T14:39:06.546 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_asio_assert_yielding": "false", 2024-09-13T14:39:06.546 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_backend_store": "rados", 2024-09-13T14:39:06.546 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_barbican_url": "", 2024-09-13T14:39:06.546 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_beast_enable_async": "true", 2024-09-13T14:39:06.546 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_bucket_counters_cache": "false", 2024-09-13T14:39:06.546 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_bucket_counters_cache_size": "10000", 2024-09-13T14:39:06.546 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_bucket_default_quota_max_objects": "-1", 2024-09-13T14:39:06.546 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_bucket_default_quota_max_size": "-1", 2024-09-13T14:39:06.547 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_bucket_index_max_aio": "128", 2024-09-13T14:39:06.547 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_bucket_index_transaction_instrumentation": "false", 2024-09-13T14:39:06.547 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_bucket_quota_cache_size": "10000", 2024-09-13T14:39:06.547 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_bucket_quota_ttl": "600", 2024-09-13T14:39:06.547 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_bucket_sync_spawn_window": "20", 2024-09-13T14:39:06.547 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_cache_enabled": "true", 2024-09-13T14:39:06.547 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_cache_expiry_interval": "900", 2024-09-13T14:39:06.547 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_cache_lru_size": "25000", 2024-09-13T14:39:06.547 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_config_store": "rados", 2024-09-13T14:39:06.547 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_content_length_compat": "false", 2024-09-13T14:39:06.547 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_copy_obj_progress": "true", 2024-09-13T14:39:06.547 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_copy_obj_progress_every_bytes": "1048576", 2024-09-13T14:39:06.547 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_cors_rules_max_num": "100", 2024-09-13T14:39:06.548 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_cross_domain_policy": "", 2024-09-13T14:39:06.548 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_crypt_default_encryption_key": "", 2024-09-13T14:39:06.548 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_crypt_kmip_addr": "", 2024-09-13T14:39:06.548 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_crypt_kmip_ca_path": "", 2024-09-13T14:39:06.548 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_crypt_kmip_client_cert": "", 2024-09-13T14:39:06.548 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_crypt_kmip_client_key": "", 2024-09-13T14:39:06.548 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_crypt_kmip_kms_key_template": "", 2024-09-13T14:39:06.548 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_crypt_kmip_password": "", 2024-09-13T14:39:06.548 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_crypt_kmip_s3_key_template": "$keyid", 2024-09-13T14:39:06.548 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_crypt_kmip_username": "", 2024-09-13T14:39:06.548 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_crypt_require_ssl": "true", 2024-09-13T14:39:06.548 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_crypt_s3_kms_backend": "barbican", 2024-09-13T14:39:06.548 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_crypt_s3_kms_encryption_keys": "", 2024-09-13T14:39:06.549 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_crypt_sse_s3_backend": "vault", 2024-09-13T14:39:06.549 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_crypt_sse_s3_key_template": "%bucket_id", 2024-09-13T14:39:06.549 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_crypt_sse_s3_vault_addr": "", 2024-09-13T14:39:06.549 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_crypt_sse_s3_vault_auth": "token", 2024-09-13T14:39:06.549 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_crypt_sse_s3_vault_namespace": "", 2024-09-13T14:39:06.549 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_crypt_sse_s3_vault_prefix": "", 2024-09-13T14:39:06.549 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_crypt_sse_s3_vault_secret_engine": "transit", 2024-09-13T14:39:06.549 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_crypt_sse_s3_vault_ssl_cacert": "", 2024-09-13T14:39:06.549 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_crypt_sse_s3_vault_ssl_clientcert": "", 2024-09-13T14:39:06.549 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_crypt_sse_s3_vault_ssl_clientkey": "", 2024-09-13T14:39:06.549 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_crypt_sse_s3_vault_token_file": "", 2024-09-13T14:39:06.549 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_crypt_sse_s3_vault_verify_ssl": "true", 2024-09-13T14:39:06.549 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_crypt_suppress_logs": "true", 2024-09-13T14:39:06.549 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_crypt_vault_addr": "", 2024-09-13T14:39:06.550 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_crypt_vault_auth": "token", 2024-09-13T14:39:06.550 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_crypt_vault_namespace": "", 2024-09-13T14:39:06.550 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_crypt_vault_prefix": "", 2024-09-13T14:39:06.550 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_crypt_vault_secret_engine": "transit", 2024-09-13T14:39:06.550 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_crypt_vault_ssl_cacert": "", 2024-09-13T14:39:06.550 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_crypt_vault_ssl_clientcert": "", 2024-09-13T14:39:06.550 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_crypt_vault_ssl_clientkey": "", 2024-09-13T14:39:06.550 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_crypt_vault_token_file": "", 2024-09-13T14:39:06.550 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_crypt_vault_verify_ssl": "true", 2024-09-13T14:39:06.550 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_curl_buffersize": "524288", 2024-09-13T14:39:06.551 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_curl_low_speed_limit": "1024", 2024-09-13T14:39:06.551 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_curl_low_speed_time": "300", 2024-09-13T14:39:06.551 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_curl_tcp_keepalive": "0", 2024-09-13T14:39:06.551 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_curl_wait_timeout_ms": "1000", 2024-09-13T14:39:06.551 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_d3n_l1_datacache_persistent_path": "/tmp/rgw_datacache/", 2024-09-13T14:39:06.551 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_d3n_l1_datacache_size": "1073741824", 2024-09-13T14:39:06.551 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_d3n_l1_evict_cache_on_start": "true", 2024-09-13T14:39:06.551 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_d3n_l1_eviction_policy": "lru", 2024-09-13T14:39:06.551 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_d3n_l1_fadvise": "4", 2024-09-13T14:39:06.551 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_d3n_l1_local_datacache_enabled": "false", 2024-09-13T14:39:06.551 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_d3n_libaio_aio_num": "64", 2024-09-13T14:39:06.551 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_d3n_libaio_aio_threads": "20", 2024-09-13T14:39:06.551 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_d4n_address": "127.0.0.1:6379", 2024-09-13T14:39:06.552 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_d4n_l1_datacache_address": "127.0.0.1:6379", 2024-09-13T14:39:06.552 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_d4n_l1_datacache_persistent_path": "/tmp/rgw_d4n_datacache/", 2024-09-13T14:39:06.552 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_d4n_l1_datacache_size": "1073741824", 2024-09-13T14:39:06.552 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_d4n_l1_evict_cache_on_start": "true", 2024-09-13T14:39:06.552 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_d4n_l1_fadvise": "4", 2024-09-13T14:39:06.552 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_d4n_libaio_aio_num": "64", 2024-09-13T14:39:06.552 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_d4n_libaio_aio_threads": "20", 2024-09-13T14:39:06.552 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_data": "/var/lib/ceph/radosgw/ceph-a", 2024-09-13T14:39:06.552 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_data_log_changes_size": "1000", 2024-09-13T14:39:06.552 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_data_log_num_shards": "128", 2024-09-13T14:39:06.552 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_data_log_obj_prefix": "data_log", 2024-09-13T14:39:06.552 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_data_log_window": "30", 2024-09-13T14:39:06.553 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_data_notify_interval_msec": "0", 2024-09-13T14:39:06.553 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_data_sync_poll_interval": "20", 2024-09-13T14:39:06.553 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_data_sync_spawn_window": "20", 2024-09-13T14:39:06.553 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_debug_inject_latency_bi_unlink": "0", 2024-09-13T14:39:06.553 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_debug_inject_olh_cancel_modification_err": "false", 2024-09-13T14:39:06.553 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_debug_inject_set_olh_err": "0", 2024-09-13T14:39:06.553 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_default_data_log_backing": "fifo", 2024-09-13T14:39:06.553 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_default_realm_info_oid": "default.realm", 2024-09-13T14:39:06.553 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_default_region_info_oid": "default.region", 2024-09-13T14:39:06.553 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_default_zone_info_oid": "default.zone", 2024-09-13T14:39:06.553 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_default_zonegroup_info_oid": "default.zonegroup", 2024-09-13T14:39:06.553 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_defer_to_bucket_acls": "", 2024-09-13T14:39:06.553 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_delete_multi_obj_max_num": "1000", 2024-09-13T14:39:06.553 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_disable_s3select": "false", 2024-09-13T14:39:06.554 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_dmclock_admin_lim": "0.000000", 2024-09-13T14:39:06.554 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_dmclock_admin_res": "100.000000", 2024-09-13T14:39:06.554 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_dmclock_admin_wgt": "100.000000", 2024-09-13T14:39:06.554 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_dmclock_auth_lim": "0.000000", 2024-09-13T14:39:06.554 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_dmclock_auth_res": "200.000000", 2024-09-13T14:39:06.554 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_dmclock_auth_wgt": "100.000000", 2024-09-13T14:39:06.554 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_dmclock_data_lim": "0.000000", 2024-09-13T14:39:06.554 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_dmclock_data_res": "500.000000", 2024-09-13T14:39:06.554 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_dmclock_data_wgt": "500.000000", 2024-09-13T14:39:06.554 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_dmclock_metadata_lim": "0.000000", 2024-09-13T14:39:06.554 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_dmclock_metadata_res": "500.000000", 2024-09-13T14:39:06.555 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_dmclock_metadata_wgt": "500.000000", 2024-09-13T14:39:06.555 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_dns_name": "", 2024-09-13T14:39:06.555 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_dns_s3website_name": "", 2024-09-13T14:39:06.555 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_dynamic_resharding": "true", 2024-09-13T14:39:06.555 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_dynamic_resharding_may_reduce": "true", 2024-09-13T14:39:06.555 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_dynamic_resharding_reduction_wait": "120", 2024-09-13T14:39:06.556 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_enable_apis": "s3, s3website, swift, swift_auth, admin, sts, iam, notifications", 2024-09-13T14:39:06.556 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_enable_gc_threads": "true", 2024-09-13T14:39:06.556 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_enable_lc_threads": "true", 2024-09-13T14:39:06.556 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_enable_mdsearch": "true", 2024-09-13T14:39:06.556 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_enable_ops_log": "false", 2024-09-13T14:39:06.556 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_enable_quota_threads": "true", 2024-09-13T14:39:06.556 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_enable_static_website": "false", 2024-09-13T14:39:06.556 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_enable_usage_log": "false", 2024-09-13T14:39:06.556 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_enforce_swift_acls": "true", 2024-09-13T14:39:06.556 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_exit_timeout_secs": "120", 2024-09-13T14:39:06.557 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_expose_bucket": "false", 2024-09-13T14:39:06.557 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_extended_http_attrs": "", 2024-09-13T14:39:06.557 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_filter": "none", 2024-09-13T14:39:06.557 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_frontend_defaults": "beast ssl_certificate=config://rgw/cert/$realm/$zone.crt ssl_private_key=config://rgw/cert/$realm/$zone.key", 2024-09-13T14:39:06.557 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_frontends": "beast port=7480", 2024-09-13T14:39:06.557 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_gc_max_concurrent_io": "10", 2024-09-13T14:39:06.557 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_gc_max_deferred": "50", 2024-09-13T14:39:06.557 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_gc_max_deferred_entries_size": "3072", 2024-09-13T14:39:06.557 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_gc_max_objs": "32", 2024-09-13T14:39:06.557 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_gc_max_queue_size": "134213632", 2024-09-13T14:39:06.557 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_gc_max_trim_chunk": "16", 2024-09-13T14:39:06.558 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_gc_obj_min_wait": "7200", 2024-09-13T14:39:06.558 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_gc_processor_max_time": "3600", 2024-09-13T14:39:06.558 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_gc_processor_period": "3600", 2024-09-13T14:39:06.558 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_get_obj_max_req_size": "4194304", 2024-09-13T14:39:06.558 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_get_obj_window_size": "16777216", 2024-09-13T14:39:06.558 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_healthcheck_disabling_path": "", 2024-09-13T14:39:06.558 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_ignore_get_invalid_range": "false", 2024-09-13T14:39:06.558 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_init_timeout": "300", 2024-09-13T14:39:06.558 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_inject_notify_timeout_probability": "0.000000", 2024-09-13T14:39:06.558 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_json_config": "/var/lib/ceph/radosgw/config.json", 2024-09-13T14:39:06.558 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_kafka_connection_idle": "300", 2024-09-13T14:39:06.559 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_kafka_message_timeout": "5000", 2024-09-13T14:39:06.559 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_kafka_sleep_timeout": "10", 2024-09-13T14:39:06.559 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_keystone_accepted_admin_roles": "", 2024-09-13T14:39:06.559 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_keystone_accepted_reader_roles": "", 2024-09-13T14:39:06.559 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_keystone_accepted_roles": "Member, admin", 2024-09-13T14:39:06.559 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_keystone_admin_domain": "", 2024-09-13T14:39:06.559 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_keystone_admin_password": "", 2024-09-13T14:39:06.559 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_keystone_admin_password_path": "", 2024-09-13T14:39:06.559 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_keystone_admin_project": "", 2024-09-13T14:39:06.559 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_keystone_admin_tenant": "", 2024-09-13T14:39:06.560 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_keystone_admin_token": "", 2024-09-13T14:39:06.560 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_keystone_admin_token_path": "", 2024-09-13T14:39:06.560 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_keystone_admin_user": "", 2024-09-13T14:39:06.560 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_keystone_barbican_domain": "", 2024-09-13T14:39:06.560 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_keystone_barbican_password": "", 2024-09-13T14:39:06.560 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_keystone_barbican_project": "", 2024-09-13T14:39:06.560 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_keystone_barbican_tenant": "", 2024-09-13T14:39:06.560 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_keystone_barbican_user": "", 2024-09-13T14:39:06.560 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_keystone_expired_token_cache_expiration": "3600", 2024-09-13T14:39:06.560 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_keystone_implicit_tenants": "false", 2024-09-13T14:39:06.560 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_keystone_service_token_accepted_roles": "admin", 2024-09-13T14:39:06.560 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_keystone_service_token_enabled": "false", 2024-09-13T14:39:06.560 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_keystone_token_cache_size": "10000", 2024-09-13T14:39:06.561 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_keystone_url": "", 2024-09-13T14:39:06.561 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_keystone_verify_ssl": "true", 2024-09-13T14:39:06.561 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_lc_debug_interval": "-1", 2024-09-13T14:39:06.561 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_lc_lock_max_time": "90", 2024-09-13T14:39:06.561 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_lc_max_objs": "32", 2024-09-13T14:39:06.561 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_lc_max_rules": "1000", 2024-09-13T14:39:06.561 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_lc_max_worker": "3", 2024-09-13T14:39:06.561 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_lc_max_wp_worker": "3", 2024-09-13T14:39:06.561 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_lc_thread_delay": "0", 2024-09-13T14:39:06.561 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_ldap_binddn": "uid=admin,cn=users,dc=example,dc=com", 2024-09-13T14:39:06.561 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_ldap_dnattr": "uid", 2024-09-13T14:39:06.561 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_ldap_searchdn": "cn=users,cn=accounts,dc=example,dc=com", 2024-09-13T14:39:06.561 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_ldap_searchfilter": "", 2024-09-13T14:39:06.562 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_ldap_secret": "/etc/openldap/secret", 2024-09-13T14:39:06.562 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_ldap_uri": "", 2024-09-13T14:39:06.562 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_lfuda_sync_frequency": "60", 2024-09-13T14:39:06.562 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_lifecycle_work_time": "00:00-06:00", 2024-09-13T14:39:06.562 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_list_bucket_min_readahead": "1000", 2024-09-13T14:39:06.562 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_list_buckets_max_chunk": "1000", 2024-09-13T14:39:06.562 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_log_http_headers": "", 2024-09-13T14:39:06.562 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_log_nonexistent_bucket": "false", 2024-09-13T14:39:06.562 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_log_object_name": "%Y-%m-%d-%H-%i-%n", 2024-09-13T14:39:06.562 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_log_object_name_utc": "false", 2024-09-13T14:39:06.562 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_lua_max_memory_per_state": "128000", 2024-09-13T14:39:06.562 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_luarocks_location": "/tmp/rgw_luarocks/mon.a", 2024-09-13T14:39:06.562 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_max_attr_name_len": "0", 2024-09-13T14:39:06.562 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_max_attr_size": "0", 2024-09-13T14:39:06.563 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_max_attrs_num_in_req": "0", 2024-09-13T14:39:06.563 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_max_chunk_size": "4194304", 2024-09-13T14:39:06.563 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_max_concurrent_requests": "1024", 2024-09-13T14:39:06.563 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_max_copy_obj_concurrent_io": "10", 2024-09-13T14:39:06.563 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_max_dynamic_shards": "1999", 2024-09-13T14:39:06.563 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_max_listing_results": "1000", 2024-09-13T14:39:06.563 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_max_notify_retries": "10", 2024-09-13T14:39:06.563 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_max_objs_per_shard": "100000", 2024-09-13T14:39:06.563 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_max_put_param_size": "1048576", 2024-09-13T14:39:06.563 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_max_put_size": "5368709120", 2024-09-13T14:39:06.563 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_max_slo_entries": "1000", 2024-09-13T14:39:06.563 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_md_log_max_shards": "64", 2024-09-13T14:39:06.563 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_md_notify_interval_msec": "200", 2024-09-13T14:39:06.563 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_meta_sync_poll_interval": "20", 2024-09-13T14:39:06.564 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_meta_sync_spawn_window": "20", 2024-09-13T14:39:06.564 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_mime_types_file": "/etc/mime.types", 2024-09-13T14:39:06.564 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_mp_lock_max_time": "600", 2024-09-13T14:39:06.564 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_multi_obj_del_max_aio": "16", 2024-09-13T14:39:06.564 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_multipart_min_part_size": "5242880", 2024-09-13T14:39:06.564 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_multipart_part_upload_limit": "10000", 2024-09-13T14:39:06.564 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_nfs_fhcache_partitions": "3", 2024-09-13T14:39:06.564 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_nfs_fhcache_size": "2017", 2024-09-13T14:39:06.564 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_nfs_frontends": "rgw-nfs", 2024-09-13T14:39:06.564 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_nfs_lru_lane_hiwat": "911", 2024-09-13T14:39:06.564 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_nfs_lru_lanes": "5", 2024-09-13T14:39:06.564 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_nfs_max_gc": "300", 2024-09-13T14:39:06.564 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_nfs_namespace_expire_secs": "300", 2024-09-13T14:39:06.565 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_nfs_run_gc_threads": "false", 2024-09-13T14:39:06.565 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_nfs_run_lc_threads": "false", 2024-09-13T14:39:06.565 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_nfs_run_quota_threads": "false", 2024-09-13T14:39:06.565 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_nfs_run_sync_thread": "false", 2024-09-13T14:39:06.565 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_nfs_s3_fast_attrs": "false", 2024-09-13T14:39:06.565 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_nfs_write_completion_interval_s": "10", 2024-09-13T14:39:06.565 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_num_async_rados_threads": "32", 2024-09-13T14:39:06.565 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_num_control_oids": "8", 2024-09-13T14:39:06.565 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_numa_node": "-1", 2024-09-13T14:39:06.565 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_obj_stripe_size": "4194304", 2024-09-13T14:39:06.565 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_obj_tombstone_cache_size": "1000", 2024-09-13T14:39:06.565 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_objexp_chunk_size": "100", 2024-09-13T14:39:06.565 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_objexp_gc_interval": "600", 2024-09-13T14:39:06.565 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_objexp_hints_num_shards": "127", 2024-09-13T14:39:06.566 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_olh_pending_timeout_sec": "3600", 2024-09-13T14:39:06.566 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_op_thread_suicide_timeout": "0", 2024-09-13T14:39:06.566 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_op_thread_timeout": "600", 2024-09-13T14:39:06.566 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_op_tracing": "false", 2024-09-13T14:39:06.566 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_opa_token": "", 2024-09-13T14:39:06.566 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_opa_url": "", 2024-09-13T14:39:06.566 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_opa_verify_ssl": "true", 2024-09-13T14:39:06.566 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_ops_log_data_backlog": "5242880", 2024-09-13T14:39:06.566 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_ops_log_file_path": "/var/log/ceph/ops-log-ceph-mon.a.log", 2024-09-13T14:39:06.566 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_ops_log_rados": "false", 2024-09-13T14:39:06.566 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_ops_log_socket_path": "", 2024-09-13T14:39:06.566 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_override_bucket_index_max_shards": "0", 2024-09-13T14:39:06.566 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_pending_bucket_index_op_expiration": "120", 2024-09-13T14:39:06.567 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_period_latest_epoch_info_oid": ".latest_epoch", 2024-09-13T14:39:06.567 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_period_push_interval": "2.000000", 2024-09-13T14:39:06.567 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_period_push_interval_max": "30.000000", 2024-09-13T14:39:06.567 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_period_root_pool": ".rgw.root", 2024-09-13T14:39:06.567 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_policy_reject_invalid_principals": "true", 2024-09-13T14:39:06.567 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_posix_base_path": "/tmp/rgw_posix_driver", 2024-09-13T14:39:06.567 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_posix_cache_lanes": "3", 2024-09-13T14:39:06.567 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_posix_cache_lmdb_count": "3", 2024-09-13T14:39:06.567 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_posix_cache_max_buckets": "100", 2024-09-13T14:39:06.567 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_posix_cache_partitions": "3", 2024-09-13T14:39:06.567 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_posix_database_root": "/var/lib/ceph/radosgw", 2024-09-13T14:39:06.567 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_print_continue": "true", 2024-09-13T14:39:06.567 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_print_prohibited_content_length": "false", 2024-09-13T14:39:06.567 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_put_obj_max_window_size": "67108864", 2024-09-13T14:39:06.568 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_put_obj_min_window_size": "16777216", 2024-09-13T14:39:06.568 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_rados_pool_autoscale_bias": "4.000000", 2024-09-13T14:39:06.568 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_rados_pool_recovery_priority": "5", 2024-09-13T14:39:06.568 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_rados_tracing": "false", 2024-09-13T14:39:06.568 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_realm": "", 2024-09-13T14:39:06.568 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_realm_id": "", 2024-09-13T14:39:06.568 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_realm_root_pool": ".rgw.root", 2024-09-13T14:39:06.568 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_region": "", 2024-09-13T14:39:06.568 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_region_root_pool": ".rgw.root", 2024-09-13T14:39:06.568 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_relaxed_region_enforcement": "false", 2024-09-13T14:39:06.568 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_relaxed_s3_bucket_names": "false", 2024-09-13T14:39:06.568 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_remote_addr_param": "REMOTE_ADDR", 2024-09-13T14:39:06.568 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_request_uri": "", 2024-09-13T14:39:06.569 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_reshard_batch_size": "64", 2024-09-13T14:39:06.569 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_reshard_bucket_lock_duration": "360", 2024-09-13T14:39:06.569 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_reshard_debug_interval": "-1", 2024-09-13T14:39:06.569 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_reshard_max_aio": "128", 2024-09-13T14:39:06.569 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_reshard_num_logs": "16", 2024-09-13T14:39:06.569 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_reshard_thread_interval": "600", 2024-09-13T14:39:06.569 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_resolve_cname": "false", 2024-09-13T14:39:06.570 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_rest_getusage_op_compat": "false", 2024-09-13T14:39:06.570 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_run_sync_thread": "true", 2024-09-13T14:39:06.570 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_s3_auth_disable_signature_url": "false", 2024-09-13T14:39:06.570 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_s3_auth_order": "sts, external, local", 2024-09-13T14:39:06.570 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_s3_auth_use_keystone": "false", 2024-09-13T14:39:06.570 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_s3_auth_use_ldap": "false", 2024-09-13T14:39:06.570 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_s3_auth_use_rados": "true", 2024-09-13T14:39:06.570 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_s3_auth_use_sts": "false", 2024-09-13T14:39:06.570 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_s3_client_max_sig_ver": "-1", 2024-09-13T14:39:06.570 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_s3_success_create_obj_status": "0", 2024-09-13T14:39:06.570 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_safe_max_objects_per_shard": "102400", 2024-09-13T14:39:06.570 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_scheduler_type": "throttler", 2024-09-13T14:39:06.570 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_script_uri": "", 2024-09-13T14:39:06.571 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_service_provider_name": "", 2024-09-13T14:39:06.571 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_shard_warning_threshold": "90.000000", 2024-09-13T14:39:06.571 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_sts_client_id": "", 2024-09-13T14:39:06.571 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_sts_client_secret": "", 2024-09-13T14:39:06.571 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_sts_entry": "sts", 2024-09-13T14:39:06.571 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_sts_key": "sts", 2024-09-13T14:39:06.571 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_sts_max_session_duration": "43200", 2024-09-13T14:39:06.571 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_sts_min_session_duration": "900", 2024-09-13T14:39:06.571 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_sts_token_introspection_url": "", 2024-09-13T14:39:06.571 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_swift_account_in_url": "false", 2024-09-13T14:39:06.571 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_swift_auth_entry": "auth", 2024-09-13T14:39:06.571 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_swift_auth_url": "", 2024-09-13T14:39:06.571 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_swift_custom_header": "", 2024-09-13T14:39:06.571 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_swift_enforce_content_length": "false", 2024-09-13T14:39:06.571 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_swift_need_stats": "true", 2024-09-13T14:39:06.572 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_swift_tenant_name": "", 2024-09-13T14:39:06.572 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_swift_token_expiration": "86400", 2024-09-13T14:39:06.572 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_swift_url": "", 2024-09-13T14:39:06.572 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_swift_url_prefix": "swift", 2024-09-13T14:39:06.572 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_swift_versioning_enabled": "false", 2024-09-13T14:39:06.572 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_sync_data_full_inject_err_probability": "0.000000", 2024-09-13T14:39:06.572 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_sync_data_inject_err_probability": "0.000000", 2024-09-13T14:39:06.572 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_sync_lease_period": "120", 2024-09-13T14:39:06.572 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_sync_log_trim_concurrent_buckets": "4", 2024-09-13T14:39:06.572 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_sync_log_trim_interval": "1200", 2024-09-13T14:39:06.572 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_sync_log_trim_max_buckets": "16", 2024-09-13T14:39:06.572 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_sync_log_trim_min_cold_buckets": "4", 2024-09-13T14:39:06.573 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_sync_meta_inject_err_probability": "0.000000", 2024-09-13T14:39:06.573 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_sync_obj_etag_verify": "false", 2024-09-13T14:39:06.573 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_sync_trace_history_size": "4096", 2024-09-13T14:39:06.573 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_sync_trace_per_node_log_size": "32", 2024-09-13T14:39:06.573 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_sync_trace_servicemap_update_interval": "10", 2024-09-13T14:39:06.573 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_thread_pool_size": "512", 2024-09-13T14:39:06.573 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_topic_persistency_max_retries": "0", 2024-09-13T14:39:06.573 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_topic_persistency_sleep_duration": "0", 2024-09-13T14:39:06.573 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_topic_persistency_time_to_live": "0", 2024-09-13T14:39:06.573 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_topic_require_publish_policy": "false", 2024-09-13T14:39:06.573 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_torrent_comment": "", 2024-09-13T14:39:06.573 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_torrent_createby": "", 2024-09-13T14:39:06.574 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_torrent_encoding": "", 2024-09-13T14:39:06.574 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_torrent_flag": "false", 2024-09-13T14:39:06.575 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_torrent_max_size": "5368709120", 2024-09-13T14:39:06.575 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_torrent_origin": "", 2024-09-13T14:39:06.575 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_torrent_sha_unit": "524288", 2024-09-13T14:39:06.575 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_torrent_tracker": "", 2024-09-13T14:39:06.575 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_trust_forwarded_https": "false", 2024-09-13T14:39:06.575 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_usage_log_flush_threshold": "1024", 2024-09-13T14:39:06.575 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_usage_log_tick_interval": "30", 2024-09-13T14:39:06.575 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_usage_max_shards": "32", 2024-09-13T14:39:06.575 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_usage_max_user_shards": "1", 2024-09-13T14:39:06.576 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_use_opa_authz": "false", 2024-09-13T14:39:06.576 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_user_counters_cache": "false", 2024-09-13T14:39:06.576 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_user_counters_cache_size": "10000", 2024-09-13T14:39:06.576 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_user_default_quota_max_objects": "-1", 2024-09-13T14:39:06.576 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_user_default_quota_max_size": "-1", 2024-09-13T14:39:06.576 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_user_max_buckets": "1000", 2024-09-13T14:39:06.576 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_user_policies_max_num": "100", 2024-09-13T14:39:06.576 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_user_quota_bucket_sync_interval": "180", 2024-09-13T14:39:06.576 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_user_quota_sync_idle_users": "false", 2024-09-13T14:39:06.576 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_user_quota_sync_interval": "86400", 2024-09-13T14:39:06.577 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_user_quota_sync_wait_time": "86400", 2024-09-13T14:39:06.577 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_user_unique_email": "true", 2024-09-13T14:39:06.577 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_verify_ssl": "true", 2024-09-13T14:39:06.577 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_website_routing_rules_max_num": "50", 2024-09-13T14:39:06.577 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_zone": "", 2024-09-13T14:39:06.577 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_zone_id": "", 2024-09-13T14:39:06.577 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_zone_root_pool": ".rgw.root", 2024-09-13T14:39:06.577 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_zonegroup": "", 2024-09-13T14:39:06.577 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_zonegroup_id": "", 2024-09-13T14:39:06.577 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw_zonegroup_root_pool": ".rgw.root", 2024-09-13T14:39:06.577 INFO:teuthology.orchestra.run.smithi071.stdout: "rgwlc_auto_session_clear": "true", 2024-09-13T14:39:06.577 INFO:teuthology.orchestra.run.smithi071.stdout: "rgwlc_skip_bucket_step": "false", 2024-09-13T14:39:06.578 INFO:teuthology.orchestra.run.smithi071.stdout: "rocksdb_block_size": "4096", 2024-09-13T14:39:06.578 INFO:teuthology.orchestra.run.smithi071.stdout: "rocksdb_bloom_bits_per_key": "20", 2024-09-13T14:39:06.578 INFO:teuthology.orchestra.run.smithi071.stdout: "rocksdb_cache_index_and_filter_blocks": "true", 2024-09-13T14:39:06.578 INFO:teuthology.orchestra.run.smithi071.stdout: "rocksdb_cache_index_and_filter_blocks_with_high_priority": "false", 2024-09-13T14:39:06.578 INFO:teuthology.orchestra.run.smithi071.stdout: "rocksdb_cache_row_ratio": "0.000000", 2024-09-13T14:39:06.578 INFO:teuthology.orchestra.run.smithi071.stdout: "rocksdb_cache_shard_bits": "4", 2024-09-13T14:39:06.578 INFO:teuthology.orchestra.run.smithi071.stdout: "rocksdb_cache_size": "536870912", 2024-09-13T14:39:06.578 INFO:teuthology.orchestra.run.smithi071.stdout: "rocksdb_cache_type": "binned_lru", 2024-09-13T14:39:06.578 INFO:teuthology.orchestra.run.smithi071.stdout: "rocksdb_cf_compact_on_deletion": "true", 2024-09-13T14:39:06.578 INFO:teuthology.orchestra.run.smithi071.stdout: "rocksdb_cf_compact_on_deletion_sliding_window": "32768", 2024-09-13T14:39:06.579 INFO:teuthology.orchestra.run.smithi071.stdout: "rocksdb_cf_compact_on_deletion_trigger": "16384", 2024-09-13T14:39:06.579 INFO:teuthology.orchestra.run.smithi071.stdout: "rocksdb_collect_compaction_stats": "false", 2024-09-13T14:39:06.579 INFO:teuthology.orchestra.run.smithi071.stdout: "rocksdb_collect_extended_stats": "false", 2024-09-13T14:39:06.579 INFO:teuthology.orchestra.run.smithi071.stdout: "rocksdb_collect_memory_stats": "false", 2024-09-13T14:39:06.579 INFO:teuthology.orchestra.run.smithi071.stdout: "rocksdb_delete_range_threshold": "1048576", 2024-09-13T14:39:06.579 INFO:teuthology.orchestra.run.smithi071.stdout: "rocksdb_index_type": "binary_search", 2024-09-13T14:39:06.579 INFO:teuthology.orchestra.run.smithi071.stdout: "rocksdb_log_to_ceph_log": "true", 2024-09-13T14:39:06.579 INFO:teuthology.orchestra.run.smithi071.stdout: "rocksdb_metadata_block_size": "4096", 2024-09-13T14:39:06.579 INFO:teuthology.orchestra.run.smithi071.stdout: "rocksdb_partition_filters": "false", 2024-09-13T14:39:06.579 INFO:teuthology.orchestra.run.smithi071.stdout: "rocksdb_perf": "false", 2024-09-13T14:39:06.579 INFO:teuthology.orchestra.run.smithi071.stdout: "rocksdb_pin_l0_filter_and_index_blocks_in_cache": "false", 2024-09-13T14:39:06.579 INFO:teuthology.orchestra.run.smithi071.stdout: "rotating_keys_bootstrap_timeout": "30", 2024-09-13T14:39:06.579 INFO:teuthology.orchestra.run.smithi071.stdout: "rotating_keys_renewal_timeout": "10", 2024-09-13T14:39:06.579 INFO:teuthology.orchestra.run.smithi071.stdout: "run_dir": "/var/run/ceph", 2024-09-13T14:39:06.580 INFO:teuthology.orchestra.run.smithi071.stdout: "seastore_block_create": "true", 2024-09-13T14:39:06.580 INFO:teuthology.orchestra.run.smithi071.stdout: "seastore_cache_lru_size": "67108864", 2024-09-13T14:39:06.580 INFO:teuthology.orchestra.run.smithi071.stdout: "seastore_cbjournal_size": "5368709120", 2024-09-13T14:39:06.580 INFO:teuthology.orchestra.run.smithi071.stdout: "seastore_data_delta_based_overwrite": "0", 2024-09-13T14:39:06.580 INFO:teuthology.orchestra.run.smithi071.stdout: "seastore_default_max_object_size": "16777216", 2024-09-13T14:39:06.580 INFO:teuthology.orchestra.run.smithi071.stdout: "seastore_default_object_metadata_reservation": "16777216", 2024-09-13T14:39:06.580 INFO:teuthology.orchestra.run.smithi071.stdout: "seastore_device_size": "53687091200", 2024-09-13T14:39:06.580 INFO:teuthology.orchestra.run.smithi071.stdout: "seastore_disable_end_to_end_data_protection": "true", 2024-09-13T14:39:06.580 INFO:teuthology.orchestra.run.smithi071.stdout: "seastore_full_integrity_check": "false", 2024-09-13T14:39:06.581 INFO:teuthology.orchestra.run.smithi071.stdout: "seastore_journal_batch_capacity": "16", 2024-09-13T14:39:06.581 INFO:teuthology.orchestra.run.smithi071.stdout: "seastore_journal_batch_flush_size": "16777216", 2024-09-13T14:39:06.581 INFO:teuthology.orchestra.run.smithi071.stdout: "seastore_journal_batch_preferred_fullness": "0.950000", 2024-09-13T14:39:06.581 INFO:teuthology.orchestra.run.smithi071.stdout: "seastore_journal_iodepth_limit": "5", 2024-09-13T14:39:06.581 INFO:teuthology.orchestra.run.smithi071.stdout: "seastore_main_device_type": "SSD", 2024-09-13T14:39:06.581 INFO:teuthology.orchestra.run.smithi071.stdout: "seastore_max_concurrent_transactions": "8", 2024-09-13T14:39:06.581 INFO:teuthology.orchestra.run.smithi071.stdout: "seastore_max_data_allocation_size": "32768", 2024-09-13T14:39:06.581 INFO:teuthology.orchestra.run.smithi071.stdout: "seastore_multiple_tiers_default_evict_ratio": "0.600000", 2024-09-13T14:39:06.581 INFO:teuthology.orchestra.run.smithi071.stdout: "seastore_multiple_tiers_fast_evict_ratio": "0.700000", 2024-09-13T14:39:06.581 INFO:teuthology.orchestra.run.smithi071.stdout: "seastore_multiple_tiers_stop_evict_ratio": "0.500000", 2024-09-13T14:39:06.581 INFO:teuthology.orchestra.run.smithi071.stdout: "seastore_obj_data_write_amplification": "1.250000", 2024-09-13T14:39:06.581 INFO:teuthology.orchestra.run.smithi071.stdout: "seastore_segment_size": "67108864", 2024-09-13T14:39:06.582 INFO:teuthology.orchestra.run.smithi071.stdout: "set_keepcaps": "false", 2024-09-13T14:39:06.582 INFO:teuthology.orchestra.run.smithi071.stdout: "setgroup": "ceph", 2024-09-13T14:39:06.582 INFO:teuthology.orchestra.run.smithi071.stdout: "setuser": "ceph", 2024-09-13T14:39:06.582 INFO:teuthology.orchestra.run.smithi071.stdout: "setuser_match_path": "", 2024-09-13T14:39:06.582 INFO:teuthology.orchestra.run.smithi071.stdout: "target_max_misplaced_ratio": "0.050000", 2024-09-13T14:39:06.582 INFO:teuthology.orchestra.run.smithi071.stdout: "thp": "false", 2024-09-13T14:39:06.582 INFO:teuthology.orchestra.run.smithi071.stdout: "threadpool_default_timeout": "60", 2024-09-13T14:39:06.582 INFO:teuthology.orchestra.run.smithi071.stdout: "threadpool_empty_queue_max_wait": "2", 2024-09-13T14:39:06.582 INFO:teuthology.orchestra.run.smithi071.stdout: "throttler_perf_counter": "true", 2024-09-13T14:39:06.582 INFO:teuthology.orchestra.run.smithi071.stdout: "tmp_dir": "/tmp", 2024-09-13T14:39:06.582 INFO:teuthology.orchestra.run.smithi071.stdout: "tmp_file_template": "/tmp/ceph-mon.a.XXXXXX", 2024-09-13T14:39:06.582 INFO:teuthology.orchestra.run.smithi071.stdout: "uadk_compressor_enabled": "false", 2024-09-13T14:39:06.582 INFO:teuthology.orchestra.run.smithi071.stdout: "uadk_wd_sync_ctx_num": "2" 2024-09-13T14:39:06.583 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:39:07.318 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'mon.*' injectargs --mon_osd_down_out_interval=0 2024-09-13T14:39:07.513 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:39:08.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:08 smithi071 ceph-mon[107477]: pgmap v1123: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:39:08.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:08 smithi071 ceph-mon[112785]: pgmap v1123: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:39:08.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:08 smithi104 ceph-mon[105578]: pgmap v1123: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:39:09.206 INFO:teuthology.orchestra.run.smithi071.stdout:mon.a: {} 2024-09-13T14:39:09.207 INFO:teuthology.orchestra.run.smithi071.stdout:mon.b: {} 2024-09-13T14:39:09.207 INFO:teuthology.orchestra.run.smithi071.stdout:mon.c: {} 2024-09-13T14:39:09.207 INFO:teuthology.orchestra.run.smithi071.stderr:mon.a: mon_osd_down_out_interval = '' (not observed, change may require restart) 2024-09-13T14:39:09.207 INFO:teuthology.orchestra.run.smithi071.stderr:mon.b: mon_osd_down_out_interval = '' (not observed, change may require restart) 2024-09-13T14:39:09.207 INFO:teuthology.orchestra.run.smithi071.stderr:mon.c: mon_osd_down_out_interval = '' (not observed, change may require restart) 2024-09-13T14:39:09.840 INFO:tasks.thrashosds.thrasher:Unable to test ceph-objectstore-tool, not available on all OSD nodes 2024-09-13T14:39:09.840 INFO:teuthology.task.sequential:In sequential, running task full_sequential... 2024-09-13T14:39:09.841 INFO:teuthology.task.full_sequential:In full_sequential, running task radosbench... 2024-09-13T14:39:09.843 INFO:tasks.radosbench:Beginning radosbench... 2024-09-13T14:39:09.843 INFO:tasks.cephadm.ceph_manager.ceph:creating pool_name unique_pool_1 2024-09-13T14:39:09.843 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd pool create unique_pool_1 16 2024-09-13T14:39:09.844 INFO:tasks.thrashosds.thrasher:starting do_thrash 2024-09-13T14:39:09.844 INFO:tasks.thrashosds.thrasher:in_osds: [0, 1, 2, 3, 4, 5, 6, 7] out_osds: [] dead_osds: [] live_osds: [0, 1, 2, 3, 4, 5, 6, 7] 2024-09-13T14:39:09.844 INFO:tasks.thrashosds.thrasher:choose_action: min_in 4 min_out 0 min_live 2 min_dead 0 chance_down 0.40 2024-09-13T14:39:09.845 INFO:tasks.thrashosds.thrasher:Removing osd 3, in_osds are: [0, 1, 2, 3, 4, 5, 6, 7] 2024-09-13T14:39:09.845 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd out 3 2024-09-13T14:39:09.845 INFO:tasks.thrashosds.thrasher:starting do_sighup with a delay of 0.1 2024-09-13T14:39:09.846 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:39:09.846 INFO:tasks.thrashosds.thrasher:starting do_optrack_toggle with a delay of 2.0 2024-09-13T14:39:09.846 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=false 2024-09-13T14:39:09.846 INFO:tasks.thrashosds.thrasher:starting do_dump_ops 2024-09-13T14:39:09.847 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.0 dump_ops_in_flight 2024-09-13T14:39:09.847 INFO:tasks.thrashosds.thrasher:starting do_noscrub_toggle with a delay of 2.0 2024-09-13T14:39:09.847 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd set noscrub 2024-09-13T14:39:09.876 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:09.877 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:09.877 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:39:09.978 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:39:10.009 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:10.010 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:10.010 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:39:10.096 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:39:10.107 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:39:10.108 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:39:10.111 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:39:10.151 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:10.151 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:10.152 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:39:10.253 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:39:10.273 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:10.274 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:10.274 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:39:10.375 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:39:10.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:10 smithi071 ceph-mon[107477]: pgmap v1124: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:39:10.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:10 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1115317121' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-13T14:39:10.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:10 smithi071 ceph-mon[112785]: pgmap v1124: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:39:10.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:10 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1115317121' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-13T14:39:10.403 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:10.403 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:10.405 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:39:10.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:10 smithi104 ceph-mon[105578]: pgmap v1124: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:39:10.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:10 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1115317121' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-13T14:39:10.507 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:39:10.532 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:10.533 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:10.533 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:39:10.634 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:39:10.660 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:10.661 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:10.661 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:39:10.762 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:39:10.785 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:10.786 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:10.786 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:39:10.887 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:39:10.909 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:10.909 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:10.910 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:39:11.011 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:39:11.033 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:11.034 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:11.034 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:39:11.135 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:39:11.156 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:11.157 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:11.157 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:39:11.258 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:39:11.284 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:11.285 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:11.285 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:39:11.386 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:39:11.408 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:11.409 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:11.409 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:39:11.510 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:39:11.539 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:11.540 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:11.540 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:39:11.641 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:39:11.667 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:11.668 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:11.668 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:39:11.769 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:39:11.786 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:39:11.794 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:11.795 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:11.795 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:39:11.896 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:39:11.918 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:11.919 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:11.919 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:39:12.020 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:39:12.043 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:12.044 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:12.044 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:39:12.145 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:39:12.173 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:12.173 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:12.174 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:39:12.275 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:39:12.297 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:12.298 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:12.298 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:39:12.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:12 smithi071 ceph-mon[107477]: pgmap v1125: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:39:12.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:12 smithi071 ceph-mon[112785]: pgmap v1125: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:39:12.399 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:39:12.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:12 smithi104 ceph-mon[105578]: pgmap v1125: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:39:12.425 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:12.425 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:12.426 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:39:12.526 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:39:12.548 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:12.549 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:12.549 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:39:12.650 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:39:12.669 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:39:12.675 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:12.676 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:12.677 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:39:12.777 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:39:12.800 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:12.800 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:12.801 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:39:12.901 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:39:12.925 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:12.925 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:12.926 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:39:13.019 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:39:12 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:39:12] "GET /metrics HTTP/1.1" 200 34036 "" "Prometheus/2.51.0" 2024-09-13T14:39:13.027 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:39:13.048 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:13.048 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:13.049 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:39:13.150 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:39:13.172 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:13.172 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:13.172 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:39:13.273 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:39:13.295 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:13.295 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:13.296 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:39:13.397 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:39:13.418 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:13.419 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:13.419 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:39:13.519 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:39:13.540 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:13.541 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:13.541 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:39:13.642 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:39:13.668 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:13.669 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:13.669 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:39:13.770 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:39:13.794 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:13.794 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:13.795 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:39:13.895 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:39:13.920 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:13.921 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:13.922 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:39:14.023 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:39:14.045 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:14.046 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:14.046 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:39:14.147 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:39:14.173 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:14.174 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:14.174 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:39:14.275 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:39:14.297 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:14.298 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:14.298 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:39:14.393 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:14 smithi071 ceph-mon[107477]: pgmap v1126: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:39:14.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:14 smithi071 ceph-mon[112785]: pgmap v1126: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:39:14.399 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:39:14.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:14 smithi104 ceph-mon[105578]: pgmap v1126: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:39:14.425 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:14.425 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:14.426 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:39:14.526 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:39:14.549 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:14.549 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:14.549 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:39:14.650 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:39:14.675 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:14.676 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:14.676 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:39:14.777 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:39:14.803 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:14.804 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:14.804 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:39:14.907 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:39:14.932 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:14.933 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:14.933 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:39:15.034 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:39:15.056 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:15.057 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:15.057 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:39:15.130 INFO:teuthology.orchestra.run.smithi071.stderr:pool 'unique_pool_1' created 2024-09-13T14:39:15.159 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:39:15.180 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:15.181 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:15.181 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:39:15.252 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:15 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1431929748' entity='client.admin' cmd={"prefix": "osd pool create", "pool": "unique_pool_1", "pg_num": 16} : dispatch 2024-09-13T14:39:15.253 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:15 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd pool create", "pool": "unique_pool_1", "pg_num": 16} : dispatch 2024-09-13T14:39:15.253 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:15 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:39:15.253 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:15 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1431929748' entity='client.admin' cmd={"prefix": "osd pool create", "pool": "unique_pool_1", "pg_num": 16} : dispatch 2024-09-13T14:39:15.253 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:15 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd pool create", "pool": "unique_pool_1", "pg_num": 16} : dispatch 2024-09-13T14:39:15.253 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:15 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:39:15.282 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:39:15.303 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:15.303 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:15.304 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:39:15.405 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:39:15.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:15 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1431929748' entity='client.admin' cmd={"prefix": "osd pool create", "pool": "unique_pool_1", "pg_num": 16} : dispatch 2024-09-13T14:39:15.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:15 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd pool create", "pool": "unique_pool_1", "pg_num": 16} : dispatch 2024-09-13T14:39:15.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:15 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:39:15.426 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:15.426 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:15.427 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:39:15.528 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:39:15.549 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:15.550 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:15.550 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:39:15.651 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:39:15.677 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:15.678 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:15.678 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:39:15.779 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:39:15.803 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:15.804 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:15.804 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:39:15.877 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd pool application enable unique_pool_1 rados --yes-i-really-mean-it || true 2024-09-13T14:39:15.905 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:39:15.942 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:15.942 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:15.943 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:39:16.044 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:39:16.069 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:16.070 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:16.072 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:39:16.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:16 smithi071 ceph-mon[107477]: pgmap v1127: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:39:16.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:16 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "unique_pool_1", "pg_num": 16}]': finished 2024-09-13T14:39:16.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:16 smithi071 ceph-mon[107477]: osdmap e1091: 8 total, 8 up, 8 in 2024-09-13T14:39:16.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:16 smithi071 ceph-mon[112785]: pgmap v1127: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:39:16.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:16 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "unique_pool_1", "pg_num": 16}]': finished 2024-09-13T14:39:16.173 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:39:16.194 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:16.195 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:16.195 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:39:16.296 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:39:16.323 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:16.324 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:16.325 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:39:16.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:16 smithi071 ceph-mon[112785]: osdmap e1091: 8 total, 8 up, 8 in 2024-09-13T14:39:16.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:16 smithi104 ceph-mon[105578]: pgmap v1127: 73 pgs: 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:39:16.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:16 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "unique_pool_1", "pg_num": 16}]': finished 2024-09-13T14:39:16.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:16 smithi104 ceph-mon[105578]: osdmap e1091: 8 total, 8 up, 8 in 2024-09-13T14:39:16.425 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:39:16.450 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:16.451 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:16.451 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:39:16.552 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:39:16.576 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:16.577 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:16.578 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:39:16.678 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:39:16.699 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:16.700 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:16.701 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:39:16.802 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:39:16.822 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:16.823 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:16.823 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:39:16.924 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:39:16.950 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:16.951 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:16.952 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:39:17.053 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:39:17.075 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:17.075 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:17.076 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:39:17.176 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:39:17.198 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:17.199 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:17.199 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:39:17.300 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:39:17.322 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:17.323 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:17.323 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:39:17.405 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:17 smithi071 ceph-mon[107477]: osdmap e1092: 8 total, 8 up, 8 in 2024-09-13T14:39:17.405 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:17 smithi071 ceph-mon[112785]: osdmap e1092: 8 total, 8 up, 8 in 2024-09-13T14:39:17.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:17 smithi104 ceph-mon[105578]: osdmap e1092: 8 total, 8 up, 8 in 2024-09-13T14:39:17.425 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:39:17.449 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:17.449 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:17.450 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:39:17.551 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:39:17.571 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:17.572 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:17.572 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:39:17.673 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:39:17.682 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:17 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-a[107454]: 2024-09-13T14:39:17.645+0000 7fa91586f640 -1 mon.a@0(leader).osd e1093 definitely_dead 0 2024-09-13T14:39:17.696 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:17.696 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:17.697 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:39:17.798 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:39:17.823 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:17.824 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:17.824 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:39:17.839 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:39:17.839 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:39:17.839 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:39:17.839 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:39:17.839 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:39:17.840 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:39:17.840 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:39:17.840 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_delete_sleep = '' osd_delete_sleep_hdd = '' osd_delete_sleep_hybrid = '' osd_delete_sleep_ssd = '' osd_enable_op_tracker = '' osd_max_backfills = '' osd_recovery_max_active = '' osd_recovery_max_active_hdd = '' osd_recovery_max_active_ssd = '' osd_recovery_sleep = '' osd_recovery_sleep_hdd = '' osd_recovery_sleep_hybrid = '' osd_recovery_sleep_ssd = '' osd_scrub_sleep = '' osd_snap_trim_sleep = '' osd_snap_trim_sleep_hdd = '' osd_snap_trim_sleep_hybrid = '' osd_snap_trim_sleep_ssd = '' 2024-09-13T14:39:17.840 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:39:17.840 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:39:17.840 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:39:17.840 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:39:17.840 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T14:39:17.841 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:39:17.841 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T14:39:17.841 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:39:17.925 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:39:17.947 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:17.947 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:17.948 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:39:18.049 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:39:18.073 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:18.073 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:18.073 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:39:18.162 INFO:teuthology.orchestra.run.smithi071.stderr:marked out osd.3. 2024-09-13T14:39:18.174 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:39:18.198 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:18.198 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:18.199 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:39:18.300 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:39:18.322 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:18.323 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:18.323 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:39:18.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:18 smithi104 ceph-mon[105578]: pgmap v1130: 89 pgs: 9 creating+peering, 7 unknown, 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:39:18.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:18 smithi104 ceph-mon[105578]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-13T14:39:18.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:18 smithi104 ceph-mon[105578]: osdmap e1093: 8 total, 8 up, 8 in 2024-09-13T14:39:18.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:18 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3453461380' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:39:18.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:18 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/670587336' entity='client.admin' cmd={"prefix": "osd out", "ids": ["3"]} : dispatch 2024-09-13T14:39:18.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:18 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd out", "ids": ["3"]} : dispatch 2024-09-13T14:39:18.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:18 smithi104 ceph-mon[105578]: Client client.admin marked osd.3 out, while it was still marked up 2024-09-13T14:39:18.424 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:39:18.446 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:18.446 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:18.447 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:39:18.485 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:18 smithi071 ceph-mon[107477]: pgmap v1130: 89 pgs: 9 creating+peering, 7 unknown, 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:39:18.485 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:18 smithi071 ceph-mon[107477]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-13T14:39:18.485 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:18 smithi071 ceph-mon[107477]: osdmap e1093: 8 total, 8 up, 8 in 2024-09-13T14:39:18.485 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:18 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3453461380' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:39:18.485 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:18 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/670587336' entity='client.admin' cmd={"prefix": "osd out", "ids": ["3"]} : dispatch 2024-09-13T14:39:18.485 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:18 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd out", "ids": ["3"]} : dispatch 2024-09-13T14:39:18.485 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:18 smithi071 ceph-mon[107477]: Client client.admin marked osd.3 out, while it was still marked up 2024-09-13T14:39:18.486 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:18 smithi071 ceph-mon[112785]: pgmap v1130: 89 pgs: 9 creating+peering, 7 unknown, 73 active+clean; 582 KiB data, 465 MiB used, 715 GiB / 715 GiB avail 2024-09-13T14:39:18.486 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:18 smithi071 ceph-mon[112785]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-13T14:39:18.486 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:18 smithi071 ceph-mon[112785]: osdmap e1093: 8 total, 8 up, 8 in 2024-09-13T14:39:18.486 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:18 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3453461380' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:39:18.486 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:18 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/670587336' entity='client.admin' cmd={"prefix": "osd out", "ids": ["3"]} : dispatch 2024-09-13T14:39:18.486 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:18 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd out", "ids": ["3"]} : dispatch 2024-09-13T14:39:18.486 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:18 smithi071 ceph-mon[112785]: Client client.admin marked osd.3 out, while it was still marked up 2024-09-13T14:39:18.548 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:39:18.574 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:18.575 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:18.575 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:39:18.676 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:39:18.701 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:18.701 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:18.702 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:39:18.803 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:39:18.806 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:39:18.828 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:18.829 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:18.829 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:39:18.930 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:39:18.955 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:18.956 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:18.957 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:39:19.029 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T14:39:19.029 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:39:19.058 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:39:19.079 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:19.080 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:19.080 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:39:19.163 INFO:teuthology.orchestra.run.smithi071.stderr:noscrub is set 2024-09-13T14:39:19.182 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:39:19.205 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:19.206 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:19.206 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:39:19.307 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:39:19.330 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:19.331 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:19.331 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:39:19.432 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:39:19.453 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:19.454 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:19.454 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:39:19.555 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:39:19.561 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:19 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd out", "ids": ["3"]}]': finished 2024-09-13T14:39:19.561 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:19 smithi071 ceph-mon[107477]: osdmap e1094: 8 total, 8 up, 7 in 2024-09-13T14:39:19.561 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:19 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/622058005' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:39:19.561 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:19 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:39:19.561 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:19 smithi071 ceph-mon[107477]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:39:19.561 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:19 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T14:39:19.561 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:19 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd out", "ids": ["3"]}]': finished 2024-09-13T14:39:19.562 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:19 smithi071 ceph-mon[112785]: osdmap e1094: 8 total, 8 up, 7 in 2024-09-13T14:39:19.562 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:19 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/622058005' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:39:19.562 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:19 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:39:19.562 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:19 smithi071 ceph-mon[112785]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:39:19.562 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:19 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T14:39:19.581 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:19.582 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:19.582 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:39:19.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:19 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd out", "ids": ["3"]}]': finished 2024-09-13T14:39:19.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:19 smithi104 ceph-mon[105578]: osdmap e1094: 8 total, 8 up, 7 in 2024-09-13T14:39:19.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:19 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/622058005' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:39:19.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:19 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:39:19.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:19 smithi104 ceph-mon[105578]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:39:19.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:19 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T14:39:19.683 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:39:19.707 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:19.708 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:19.709 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:39:19.810 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:39:19.835 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:19.836 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:19.836 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:39:19.937 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:39:19.961 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:19.962 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:19.962 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:39:20.063 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:39:20.085 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:20.086 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:20.086 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:39:20.187 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:39:20.209 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:20.210 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:20.210 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:39:20.311 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:39:20.335 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:20.335 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:20.336 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:39:20.436 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:39:20.458 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:20.459 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:20.459 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:39:20.466 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:20 smithi071 ceph-mon[107477]: pgmap v1133: 89 pgs: 9 creating+peering, 2 unknown, 78 active+clean; 582 KiB data, 424 MiB used, 625 GiB / 626 GiB avail 2024-09-13T14:39:20.466 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:20 smithi071 ceph-mon[107477]: osdmap e1095: 8 total, 8 up, 7 in 2024-09-13T14:39:20.466 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:20 smithi071 ceph-mon[112785]: pgmap v1133: 89 pgs: 9 creating+peering, 2 unknown, 78 active+clean; 582 KiB data, 424 MiB used, 625 GiB / 626 GiB avail 2024-09-13T14:39:20.466 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:20 smithi071 ceph-mon[112785]: osdmap e1095: 8 total, 8 up, 7 in 2024-09-13T14:39:20.560 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:39:20.582 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:20.583 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:20.583 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:39:20.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:20 smithi104 ceph-mon[105578]: pgmap v1133: 89 pgs: 9 creating+peering, 2 unknown, 78 active+clean; 582 KiB data, 424 MiB used, 625 GiB / 626 GiB avail 2024-09-13T14:39:20.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:20 smithi104 ceph-mon[105578]: osdmap e1095: 8 total, 8 up, 7 in 2024-09-13T14:39:20.684 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:39:20.710 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:20.711 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:20.711 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:39:20.812 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:39:20.837 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:20.838 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:20.838 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:39:20.939 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:39:20.961 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:20.962 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:20.962 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:39:21.063 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:39:21.084 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:21.085 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:21.085 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:39:21.186 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:39:21.211 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:21.212 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:21.212 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:39:21.313 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:39:21.337 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:21.337 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:21.337 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:39:21.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:21 smithi071 ceph-mon[107477]: Health check failed: Reduced data availability: 1 pg inactive, 2 pgs peering (PG_AVAILABILITY) 2024-09-13T14:39:21.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:21 smithi071 ceph-mon[112785]: Health check failed: Reduced data availability: 1 pg inactive, 2 pgs peering (PG_AVAILABILITY) 2024-09-13T14:39:21.438 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:39:21.464 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:21.465 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:21.465 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:39:21.487 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.0 dump_blocked_ops 2024-09-13T14:39:21.566 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:39:21.587 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:21.587 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:21.588 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:39:21.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:21 smithi104 ceph-mon[105578]: Health check failed: Reduced data availability: 1 pg inactive, 2 pgs peering (PG_AVAILABILITY) 2024-09-13T14:39:21.688 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:39:21.714 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:21.714 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:21.715 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:39:21.815 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:39:21.841 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:21.842 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:21.842 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:39:21.865 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd set nodeep-scrub 2024-09-13T14:39:21.943 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:39:21.964 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:21.964 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:21.965 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:39:22.065 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:39:22.086 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:22.087 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:22.087 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:39:22.188 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:39:22.214 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:22.215 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:22.215 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:39:22.260 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=true 2024-09-13T14:39:22.316 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:39:22.336 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:22.337 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:22.337 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:39:22.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:22 smithi071 ceph-mon[107477]: pgmap v1135: 89 pgs: 8 peering, 1 creating+peering, 80 active+clean; 582 KiB data, 424 MiB used, 625 GiB / 626 GiB avail; 21 B/s, 0 objects/s recovering 2024-09-13T14:39:22.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:22 smithi071 ceph-mon[112785]: pgmap v1135: 89 pgs: 8 peering, 1 creating+peering, 80 active+clean; 582 KiB data, 424 MiB used, 625 GiB / 626 GiB avail; 21 B/s, 0 objects/s recovering 2024-09-13T14:39:22.438 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:39:22.466 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:22.467 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:22.467 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:39:22.479 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:39:22.481 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:39:22.568 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:39:22.594 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:22.595 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:22.595 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:39:22.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:22 smithi104 ceph-mon[105578]: pgmap v1135: 89 pgs: 8 peering, 1 creating+peering, 80 active+clean; 582 KiB data, 424 MiB used, 625 GiB / 626 GiB avail; 21 B/s, 0 objects/s recovering 2024-09-13T14:39:22.696 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:39:22.722 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:22.722 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:22.723 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:39:22.823 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:39:22.845 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:22.846 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:22.846 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:39:22.948 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:39:22.975 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:22.975 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:22.976 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:39:23.059 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:39:22 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:39:22] "GET /metrics HTTP/1.1" 200 34039 "" "Prometheus/2.51.0" 2024-09-13T14:39:23.076 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:39:23.101 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:23.102 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:23.103 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:39:23.204 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:39:23.225 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:23.225 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:23.226 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:39:23.327 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:39:23.352 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:23.353 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:23.354 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:39:23.454 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:39:23.480 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:23.481 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:23.481 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:39:23.582 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:39:23.604 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:23.604 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:23.605 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:39:23.705 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:39:23.726 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:23.727 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:23.727 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:39:23.828 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:39:23.854 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:23.854 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:23.855 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:39:23.955 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:39:23.981 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:23.982 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:23.982 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:39:24.083 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:39:24.105 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:24.105 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:24.105 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:39:24.206 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:39:24.227 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:24.228 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:24.228 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:39:24.329 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:39:24.350 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:24.350 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:24.351 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:39:24.388 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:39:24.451 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:39:24.473 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:24.473 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:24.473 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:39:24.574 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:39:24.596 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:24.596 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:24.596 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:39:24.600 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:24 smithi071 ceph-mon[107477]: pgmap v1136: 89 pgs: 8 peering, 81 active+clean; 582 KiB data, 424 MiB used, 625 GiB / 626 GiB avail; 14 B/s, 0 objects/s recovering 2024-09-13T14:39:24.601 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:24 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:39:24.601 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:24 smithi071 ceph-mon[112785]: pgmap v1136: 89 pgs: 8 peering, 81 active+clean; 582 KiB data, 424 MiB used, 625 GiB / 626 GiB avail; 14 B/s, 0 objects/s recovering 2024-09-13T14:39:24.601 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:24 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:39:24.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:24 smithi104 ceph-mon[105578]: pgmap v1136: 89 pgs: 8 peering, 81 active+clean; 582 KiB data, 424 MiB used, 625 GiB / 626 GiB avail; 14 B/s, 0 objects/s recovering 2024-09-13T14:39:24.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:24 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:39:24.697 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:39:24.720 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:24.720 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:24.721 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:39:24.822 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:39:24.844 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:24.844 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:24.845 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:39:24.946 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:39:24.968 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:24.969 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:24.969 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:39:25.070 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:39:25.091 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:25.092 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:25.092 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:39:25.193 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:39:25.215 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:25.215 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:25.215 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:39:25.316 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:39:25.338 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:25.338 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:25.339 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:39:25.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:25 smithi071 ceph-mon[107477]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 2 pgs peering) 2024-09-13T14:39:25.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:25 smithi071 ceph-mon[112785]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 2 pgs peering) 2024-09-13T14:39:25.440 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:39:25.461 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:25.462 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:25.462 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:39:25.563 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:39:25.584 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:25.585 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:25.585 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:39:25.647 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:25 smithi104 ceph-mon[105578]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 2 pgs peering) 2024-09-13T14:39:25.686 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:39:25.707 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:25.707 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:25.708 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:39:25.809 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:39:25.830 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:25.831 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:25.831 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:39:25.932 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:39:25.953 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:25.954 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:25.955 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:39:26.021 INFO:tasks.thrashosds.thrasher:in_osds: [0, 1, 2, 4, 5, 6, 7] out_osds: [3] dead_osds: [] live_osds: [0, 1, 2, 3, 4, 5, 6, 7] 2024-09-13T14:39:26.021 INFO:tasks.thrashosds.thrasher:choose_action: min_in 4 min_out 0 min_live 2 min_dead 0 chance_down 0.40 2024-09-13T14:39:26.055 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:39:26.076 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:26.077 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:26.077 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:39:26.178 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:39:26.199 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:26.200 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:26.200 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:39:26.301 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:39:26.323 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:26.323 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:26.323 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:39:26.425 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:39:26.448 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:26.449 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:26.449 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:39:26.550 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:39:26.555 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:26 smithi104 ceph-mon[105578]: pgmap v1137: 89 pgs: 89 active+clean; 582 KiB data, 424 MiB used, 625 GiB / 626 GiB avail; 12 B/s, 0 objects/s recovering 2024-09-13T14:39:26.565 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:26 smithi071 ceph-mon[107477]: pgmap v1137: 89 pgs: 89 active+clean; 582 KiB data, 424 MiB used, 625 GiB / 626 GiB avail; 12 B/s, 0 objects/s recovering 2024-09-13T14:39:26.566 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:26 smithi071 ceph-mon[112785]: pgmap v1137: 89 pgs: 89 active+clean; 582 KiB data, 424 MiB used, 625 GiB / 626 GiB avail; 12 B/s, 0 objects/s recovering 2024-09-13T14:39:26.572 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:26.573 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:26.573 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:39:26.674 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:39:26.696 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:26.696 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:26.696 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:39:26.797 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:39:26.820 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:26.820 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:26.820 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:39:26.857 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T14:39:26.910 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:39:26.921 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:39:26.943 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:26.944 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:26.944 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:39:27.045 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:39:27.071 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:27.072 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:27.072 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:39:27.173 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:39:27.195 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:27.196 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:27.196 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:39:27.298 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:39:27.300 INFO:teuthology.orchestra.run.smithi071.stderr:enabled application 'rados' on pool 'unique_pool_1' 2024-09-13T14:39:27.300 INFO:teuthology.orchestra.run.smithi071.stderr:nodeep-scrub is set 2024-09-13T14:39:27.322 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:27.323 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:27.323 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:39:27.424 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:39:27.446 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:27.447 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:27.447 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:39:27.470 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:27 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/993698620' entity='client.admin' cmd={"prefix": "osd pool application enable", "pool": "unique_pool_1", "app": "rados", "yes_i_really_mean_it": true} : dispatch 2024-09-13T14:39:27.470 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:27 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd pool application enable", "pool": "unique_pool_1", "app": "rados", "yes_i_really_mean_it": true} : dispatch 2024-09-13T14:39:27.470 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:27 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2229754970' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:39:27.470 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:27 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:39:27.471 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:27 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/993698620' entity='client.admin' cmd={"prefix": "osd pool application enable", "pool": "unique_pool_1", "app": "rados", "yes_i_really_mean_it": true} : dispatch 2024-09-13T14:39:27.471 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:27 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd pool application enable", "pool": "unique_pool_1", "app": "rados", "yes_i_really_mean_it": true} : dispatch 2024-09-13T14:39:27.471 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:27 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2229754970' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:39:27.471 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:27 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:39:27.490 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.0 dump_historic_ops 2024-09-13T14:39:27.548 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:39:27.595 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:27.596 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:27.597 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:39:27.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:27 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/993698620' entity='client.admin' cmd={"prefix": "osd pool application enable", "pool": "unique_pool_1", "app": "rados", "yes_i_really_mean_it": true} : dispatch 2024-09-13T14:39:27.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:27 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd pool application enable", "pool": "unique_pool_1", "app": "rados", "yes_i_really_mean_it": true} : dispatch 2024-09-13T14:39:27.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:27 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2229754970' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:39:27.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:27 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:39:27.697 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:39:27.719 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:27.720 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:27.720 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:39:27.821 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:39:27.843 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:27.844 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:27.844 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:39:27.945 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:39:27.966 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:27.967 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:27.967 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:39:28.068 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:39:28.090 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:28.091 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:28.091 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:39:28.192 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:39:28.215 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:28.216 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:28.216 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:39:28.317 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:39:28.340 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:28.340 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:28.341 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:39:28.441 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:39:28.462 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:28.463 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:28.463 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:39:28.564 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:39:28.577 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:28 smithi071 ceph-mon[107477]: pgmap v1138: 89 pgs: 89 active+clean; 582 KiB data, 424 MiB used, 625 GiB / 626 GiB avail; 10 B/s, 0 objects/s recovering 2024-09-13T14:39:28.577 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:28 smithi071 ceph-mon[107477]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:39:28.577 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:28 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable", "pool": "unique_pool_1", "app": "rados", "yes_i_really_mean_it": true}]': finished 2024-09-13T14:39:28.577 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:28 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T14:39:28.577 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:28 smithi071 ceph-mon[107477]: osdmap e1096: 8 total, 8 up, 7 in 2024-09-13T14:39:28.578 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:28 smithi071 ceph-mon[112785]: pgmap v1138: 89 pgs: 89 active+clean; 582 KiB data, 424 MiB used, 625 GiB / 626 GiB avail; 10 B/s, 0 objects/s recovering 2024-09-13T14:39:28.578 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:28 smithi071 ceph-mon[112785]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:39:28.578 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:28 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable", "pool": "unique_pool_1", "app": "rados", "yes_i_really_mean_it": true}]': finished 2024-09-13T14:39:28.578 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:28 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T14:39:28.578 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:28 smithi071 ceph-mon[112785]: osdmap e1096: 8 total, 8 up, 7 in 2024-09-13T14:39:28.586 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:28.587 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:28.587 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:39:28.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:28 smithi104 ceph-mon[105578]: pgmap v1138: 89 pgs: 89 active+clean; 582 KiB data, 424 MiB used, 625 GiB / 626 GiB avail; 10 B/s, 0 objects/s recovering 2024-09-13T14:39:28.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:28 smithi104 ceph-mon[105578]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:39:28.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:28 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable", "pool": "unique_pool_1", "app": "rados", "yes_i_really_mean_it": true}]': finished 2024-09-13T14:39:28.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:28 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T14:39:28.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:28 smithi104 ceph-mon[105578]: osdmap e1096: 8 total, 8 up, 7 in 2024-09-13T14:39:28.688 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:39:28.710 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:28.710 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:28.711 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:39:28.811 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:39:28.833 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:28.834 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:28.834 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:39:28.935 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:39:28.957 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:28.958 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:28.959 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:39:29.060 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:39:29.083 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:29.083 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:29.083 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:39:29.185 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:39:29.206 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:29.207 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:29.207 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:39:29.308 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:39:29.333 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:29.333 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:29.334 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:39:29.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:39:29.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:39:29.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:39:29.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:39:29.435 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:39:29.458 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:29.458 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:29.459 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:39:29.559 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:39:29.586 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:29.586 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:29.587 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:39:29.598 DEBUG:teuthology.orchestra.run.smithi071:> /bin/sh -c 'adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage rados --no-log-to-stderr --name client.0 -b 65536 --object-size 65536 -p unique_pool_1 bench 90 write' 2024-09-13T14:39:29.599 INFO:tasks.thrashosds.thrasher:fixing pg num pool .mgr 2024-09-13T14:39:29.600 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-13T14:39:29.602 INFO:tasks.radosbench:joining radosbench (timing out after 3000s) 2024-09-13T14:39:29.602 INFO:teuthology.orchestra.run:waiting for 3000 2024-09-13T14:39:29.653 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:hints = 1 2024-09-13T14:39:29.654 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Maintaining 16 concurrent writes of 65536 bytes to objects of size 65536 for up to 90 seconds or 0 objects 2024-09-13T14:39:29.654 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Object prefix: benchmark_data_smithi071_156503 2024-09-13T14:39:29.654 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2024-09-13T14:39:29.654 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 0 0 0 0 0 0 - 0 2024-09-13T14:39:29.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:39:29.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:39:29.688 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:39:29.728 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:29.729 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:29.729 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:39:29.830 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:39:29.866 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:29.867 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:29.867 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:39:29.932 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:39:29.968 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:39:29.997 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:29.998 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:29.998 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:39:30.099 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:39:30.135 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:30.136 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:30.136 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:39:30.237 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:39:30.288 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:30.289 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:30.289 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:39:30.390 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:39:30.420 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:30.421 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:30.421 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:39:30.489 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:30 smithi071 ceph-mon[107477]: pgmap v1140: 89 pgs: 89 active+clean; 582 KiB data, 424 MiB used, 625 GiB / 626 GiB avail; 9 B/s, 0 objects/s recovering 2024-09-13T14:39:30.489 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:30 smithi071 ceph-mon[107477]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-13T14:39:30.489 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:30 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:39:30.489 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:30 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:39:30.490 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:30 smithi071 ceph-mon[112785]: pgmap v1140: 89 pgs: 89 active+clean; 582 KiB data, 424 MiB used, 625 GiB / 626 GiB avail; 9 B/s, 0 objects/s recovering 2024-09-13T14:39:30.490 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:30 smithi071 ceph-mon[112785]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-13T14:39:30.490 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:30 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:39:30.490 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:30 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:39:30.522 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:39:30.559 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:30.559 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:30.560 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:39:30.654 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 1 16 3833 3817 238.55 238.562 0.00348873 0.00418183 2024-09-13T14:39:30.660 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:39:30.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:30 smithi104 ceph-mon[105578]: pgmap v1140: 89 pgs: 89 active+clean; 582 KiB data, 424 MiB used, 625 GiB / 626 GiB avail; 9 B/s, 0 objects/s recovering 2024-09-13T14:39:30.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:30 smithi104 ceph-mon[105578]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-13T14:39:30.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:30 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:39:30.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:30 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:39:30.698 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:30.698 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:30.699 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:39:30.799 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:39:30.844 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:30.845 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:30.845 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:39:30.899 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:39:30.900 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:39:30.932 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:39:30.932 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:39:30.946 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:39:30.963 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:39:30.964 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:39:30.981 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:30.982 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:30.982 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:39:30.997 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:39:30.997 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:39:31.032 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:39:31.032 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:39:31.068 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:39:31.068 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:39:31.083 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:39:31.101 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T14:39:31.101 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T14:39:31.121 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:31.122 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:31.122 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:39:31.130 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:39:31.131 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:39:31.223 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:39:31.256 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:31.257 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:31.257 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:39:31.360 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:39:31.392 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:31.392 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:31.393 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:39:31.447 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd unset noscrub 2024-09-13T14:39:31.486 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:39:31.493 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:39:31.530 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:31.530 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:31.531 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:39:31.632 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:39:31.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:31 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3107593888' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:39:31.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:31 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3107593888' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:39:31.654 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 2 16 7615 7599 237.451 236.375 0.00495607 0.004205 2024-09-13T14:39:31.669 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:31.670 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:31.670 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:39:31.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:31 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3107593888' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:39:31.770 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:39:31.807 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:31.808 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:31.808 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:39:31.909 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:39:31.946 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:31.946 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:31.946 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:39:32.047 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:39:32.085 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:32.086 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:32.087 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:39:32.188 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:39:32.224 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:32.225 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:32.226 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:39:32.326 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:39:32.363 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:32.363 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:32.364 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:39:32.464 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:39:32.489 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:32 smithi071 ceph-mon[107477]: pgmap v1141: 89 pgs: 89 active+clean; 106 MiB data, 455 MiB used, 625 GiB / 626 GiB avail; 11 MiB/s wr, 169 op/s; 0 B/s, 0 objects/s recovering 2024-09-13T14:39:32.490 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:32 smithi071 ceph-mon[112785]: pgmap v1141: 89 pgs: 89 active+clean; 106 MiB data, 455 MiB used, 625 GiB / 626 GiB avail; 11 MiB/s wr, 169 op/s; 0 B/s, 0 objects/s recovering 2024-09-13T14:39:32.502 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:32.503 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:32.503 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:39:32.604 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:39:32.642 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:32.643 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:32.643 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:39:32.654 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 3 16 11174 11158 232.439 222.438 0.00298467 0.0042948 2024-09-13T14:39:32.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:32 smithi104 ceph-mon[105578]: pgmap v1141: 89 pgs: 89 active+clean; 106 MiB data, 455 MiB used, 625 GiB / 626 GiB avail; 11 MiB/s wr, 169 op/s; 0 B/s, 0 objects/s recovering 2024-09-13T14:39:32.744 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:39:32.779 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:32.779 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:32.779 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:39:32.827 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:39:32 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:39:32] "GET /metrics HTTP/1.1" 200 36402 "" "Prometheus/2.51.0" 2024-09-13T14:39:32.880 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:39:32.884 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:39:32.884 INFO:teuthology.orchestra.run.smithi071.stdout: "size": 20, 2024-09-13T14:39:32.884 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 600, 2024-09-13T14:39:32.884 INFO:teuthology.orchestra.run.smithi071.stdout: "ops": [ 2024-09-13T14:39:32.884 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.884 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.24701.0:6629 5.5 5:a237dd16:::smithi07185159-7:head [write 753211~794108] snapc 1df=[1df,1de,1dd,1dc,1db,1da,1d8,1d7,1d6,1d5,1d2,1d0,1cf,1ca,1c2] ondisk+write+known_if_redirected+supports_pool_eio e746)", 2024-09-13T14:39:32.884 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:32:09.915651+0000", 2024-09-13T14:39:32.884 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 442.963487977, 2024-09-13T14:39:32.884 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0277146989999999, 2024-09-13T14:39:32.884 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:39:32.885 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:39:32.885 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:39:32.885 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:39:32.885 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.24701", 2024-09-13T14:39:32.885 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/3140242613", 2024-09-13T14:39:32.885 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 6629 2024-09-13T14:39:32.885 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.885 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:39:32.885 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.885 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:39:32.885 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:09.915651+0000", 2024-09-13T14:39:32.885 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:39:32.885 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.886 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.886 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:39:32.886 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:09.915651+0000", 2024-09-13T14:39:32.886 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:39:32.886 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.886 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.886 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:39:32.886 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:09.915652+0000", 2024-09-13T14:39:32.886 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4339999999999999e-06 2024-09-13T14:39:32.887 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.887 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.887 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:39:32.887 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:09.916011+0000", 2024-09-13T14:39:32.887 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00035841399999999999 2024-09-13T14:39:32.887 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.887 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.887 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:39:32.887 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:09.916020+0000", 2024-09-13T14:39:32.887 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.9800000000000004e-06 2024-09-13T14:39:32.887 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.887 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.888 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:39:32.888 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:09.916029+0000", 2024-09-13T14:39:32.888 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.8820000000000007e-06 2024-09-13T14:39:32.888 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.888 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.888 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:39:32.888 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:09.921331+0000", 2024-09-13T14:39:32.888 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0053020539999999996 2024-09-13T14:39:32.888 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.888 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.888 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:39:32.888 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:09.921341+0000", 2024-09-13T14:39:32.889 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0606e-05 2024-09-13T14:39:32.889 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.889 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.889 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:39:32.889 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:10.924228+0000", 2024-09-13T14:39:32.889 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0028872550000001 2024-09-13T14:39:32.889 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.889 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.889 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:39:32.889 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:10.924417+0000", 2024-09-13T14:39:32.889 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00018849900000000001 2024-09-13T14:39:32.889 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.889 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.889 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,4", 2024-09-13T14:39:32.890 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:10.925123+0000", 2024-09-13T14:39:32.890 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00070613000000000002 2024-09-13T14:39:32.890 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.890 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.890 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:39:32.890 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:10.931687+0000", 2024-09-13T14:39:32.890 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0065635199999999998 2024-09-13T14:39:32.890 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.890 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.890 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:39:32.890 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:10.932474+0000", 2024-09-13T14:39:32.890 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00078729099999999997 2024-09-13T14:39:32.890 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.890 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.891 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:39:32.891 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:10.943252+0000", 2024-09-13T14:39:32.891 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.010778401 2024-09-13T14:39:32.891 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.891 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.891 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:39:32.891 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:10.943315+0000", 2024-09-13T14:39:32.891 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.3003999999999995e-05 2024-09-13T14:39:32.891 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.891 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.891 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:39:32.891 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:10.943366+0000", 2024-09-13T14:39:32.891 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.0229000000000003e-05 2024-09-13T14:39:32.891 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:39:32.892 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:39:32.892 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:39:32.892 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.892 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.892 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.24701.0:6630 5.5 5:a237dd16:::smithi07185159-7:head [write 1987803~365408] snapc 1df=[1df,1de,1dd,1dc,1db,1da,1d8,1d7,1d6,1d5,1d2,1d0,1cf,1ca,1c2] ondisk+write+known_if_redirected+supports_pool_eio e746)", 2024-09-13T14:39:32.892 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:32:09.921554+0000", 2024-09-13T14:39:32.892 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 442.95758452000001, 2024-09-13T14:39:32.892 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.022578269, 2024-09-13T14:39:32.892 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:39:32.892 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:39:32.893 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:39:32.893 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:39:32.893 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.24701", 2024-09-13T14:39:32.893 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/3140242613", 2024-09-13T14:39:32.893 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 6630 2024-09-13T14:39:32.893 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.893 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:39:32.893 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.893 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:39:32.893 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:09.921554+0000", 2024-09-13T14:39:32.893 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:39:32.893 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.893 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.894 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:39:32.894 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:09.921554+0000", 2024-09-13T14:39:32.894 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:39:32.894 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.894 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.894 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:39:32.894 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:09.921556+0000", 2024-09-13T14:39:32.894 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2890000000000001e-06 2024-09-13T14:39:32.894 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.894 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.894 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:39:32.894 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:09.921767+0000", 2024-09-13T14:39:32.894 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00021118499999999999 2024-09-13T14:39:32.894 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.895 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.895 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:39:32.895 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:09.921777+0000", 2024-09-13T14:39:32.895 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0104e-05 2024-09-13T14:39:32.895 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.895 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.895 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:39:32.895 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:09.921786+0000", 2024-09-13T14:39:32.895 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.5899999999999997e-06 2024-09-13T14:39:32.895 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.895 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.895 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:39:32.895 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:09.922501+0000", 2024-09-13T14:39:32.895 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00071446499999999996 2024-09-13T14:39:32.895 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.896 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.896 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:39:32.896 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:09.922510+0000", 2024-09-13T14:39:32.896 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.9500000000000007e-06 2024-09-13T14:39:32.896 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.896 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.896 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:39:32.896 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:10.929077+0000", 2024-09-13T14:39:32.896 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.006566603 2024-09-13T14:39:32.896 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.896 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.896 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:39:32.896 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:10.929585+0000", 2024-09-13T14:39:32.896 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00050872000000000005 2024-09-13T14:39:32.897 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.897 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.897 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,4", 2024-09-13T14:39:32.897 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:10.929729+0000", 2024-09-13T14:39:32.897 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00014400400000000001 2024-09-13T14:39:32.897 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.897 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.897 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:39:32.897 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:10.932987+0000", 2024-09-13T14:39:32.897 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0032581350000000001 2024-09-13T14:39:32.897 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.897 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.897 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:39:32.898 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:10.943462+0000", 2024-09-13T14:39:32.898 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.010474568 2024-09-13T14:39:32.898 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.898 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.898 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:39:32.898 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:10.943940+0000", 2024-09-13T14:39:32.898 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00047788300000000002 2024-09-13T14:39:32.898 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.898 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.898 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:39:32.898 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:10.944007+0000", 2024-09-13T14:39:32.898 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.6680000000000005e-05 2024-09-13T14:39:32.898 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.898 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.899 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:39:32.899 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:10.944133+0000", 2024-09-13T14:39:32.899 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000126093 2024-09-13T14:39:32.899 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:39:32.899 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:39:32.899 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:39:32.899 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.899 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.899 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.24701.0:6631 5.5 5:a237dd16:::smithi07185159-7:head [setxattr _header (57) in=7b,truncate 2353211] snapc 1df=[1df,1de,1dd,1dc,1db,1da,1d8,1d7,1d6,1d5,1d2,1d0,1cf,1ca,1c2] ondisk+write+known_if_redirected+supports_pool_eio e746)", 2024-09-13T14:39:32.899 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:32:09.922278+0000", 2024-09-13T14:39:32.899 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 442.956861, 2024-09-13T14:39:32.899 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0229806379999999, 2024-09-13T14:39:32.899 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:39:32.899 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:39:32.900 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:39:32.900 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:39:32.900 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.24701", 2024-09-13T14:39:32.900 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/3140242613", 2024-09-13T14:39:32.900 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 6631 2024-09-13T14:39:32.900 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.900 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:39:32.900 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.900 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:39:32.900 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:09.922278+0000", 2024-09-13T14:39:32.900 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:39:32.900 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.900 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.901 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:39:32.901 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:09.922278+0000", 2024-09-13T14:39:32.901 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:39:32.901 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.901 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.901 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:39:32.901 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:09.922279+0000", 2024-09-13T14:39:32.901 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.8599999999999998e-07 2024-09-13T14:39:32.901 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.901 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.901 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:39:32.901 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:09.922283+0000", 2024-09-13T14:39:32.901 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.4109999999999998e-06 2024-09-13T14:39:32.901 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.902 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.902 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:39:32.902 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:09.922485+0000", 2024-09-13T14:39:32.902 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00020155800000000001 2024-09-13T14:39:32.902 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.902 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.902 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:39:32.902 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:09.922497+0000", 2024-09-13T14:39:32.902 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2397e-05 2024-09-13T14:39:32.902 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.902 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.902 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:39:32.902 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:09.922539+0000", 2024-09-13T14:39:32.903 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.1919000000000003e-05 2024-09-13T14:39:32.903 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.903 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.903 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:39:32.903 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:09.922546+0000", 2024-09-13T14:39:32.903 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.5429999999999996e-06 2024-09-13T14:39:32.903 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.903 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.903 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:39:32.903 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:10.930694+0000", 2024-09-13T14:39:32.903 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.008147425 2024-09-13T14:39:32.903 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.903 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.903 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:39:32.904 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:10.930832+0000", 2024-09-13T14:39:32.904 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013847999999999999 2024-09-13T14:39:32.904 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.904 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.904 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,4", 2024-09-13T14:39:32.904 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:10.931003+0000", 2024-09-13T14:39:32.904 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000171008 2024-09-13T14:39:32.904 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.904 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.904 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:39:32.904 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:10.932994+0000", 2024-09-13T14:39:32.904 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.001990323 2024-09-13T14:39:32.904 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.905 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.905 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:39:32.905 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:10.943555+0000", 2024-09-13T14:39:32.905 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.010561243999999999 2024-09-13T14:39:32.905 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.905 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.905 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:39:32.905 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:10.945098+0000", 2024-09-13T14:39:32.905 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0015434419999999999 2024-09-13T14:39:32.905 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.905 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.905 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:39:32.905 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:10.945161+0000", 2024-09-13T14:39:32.905 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.2580000000000001e-05 2024-09-13T14:39:32.906 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.906 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.906 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:39:32.906 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:10.945258+0000", 2024-09-13T14:39:32.906 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.7621999999999995e-05 2024-09-13T14:39:32.906 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:39:32.906 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:39:32.906 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:39:32.906 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.906 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.906 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.24701.0:6632 5.5 5:a237dd16:::smithi07185159-7:head [read 0~1] snapc 0=[] ondisk+read+rwordered+known_if_redirected+supports_pool_eio e746)", 2024-09-13T14:39:32.906 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:32:09.922511+0000", 2024-09-13T14:39:32.906 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 442.956628276, 2024-09-13T14:39:32.907 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0230457150000001, 2024-09-13T14:39:32.907 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:39:32.907 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:39:32.907 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "started", 2024-09-13T14:39:32.907 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:39:32.907 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.24701", 2024-09-13T14:39:32.907 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/3140242613", 2024-09-13T14:39:32.907 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 6632 2024-09-13T14:39:32.907 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.907 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:39:32.907 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.907 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:39:32.907 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:09.922511+0000", 2024-09-13T14:39:32.907 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:39:32.908 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.908 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.908 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:39:32.908 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:09.922511+0000", 2024-09-13T14:39:32.908 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:39:32.908 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.908 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.908 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:39:32.908 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:09.922511+0000", 2024-09-13T14:39:32.908 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.3499999999999995e-07 2024-09-13T14:39:32.908 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.908 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.908 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:39:32.908 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:09.922515+0000", 2024-09-13T14:39:32.909 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.8659999999999999e-06 2024-09-13T14:39:32.909 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.909 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.909 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:39:32.909 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:09.922525+0000", 2024-09-13T14:39:32.909 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.4280000000000002e-06 2024-09-13T14:39:32.909 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.909 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.909 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:39:32.909 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:09.922530+0000", 2024-09-13T14:39:32.909 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.7219999999999996e-06 2024-09-13T14:39:32.909 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.909 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.909 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:39:32.910 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:09.922570+0000", 2024-09-13T14:39:32.910 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.9860000000000001e-05 2024-09-13T14:39:32.910 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.910 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.910 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:39:32.910 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:09.922577+0000", 2024-09-13T14:39:32.910 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.0690000000000004e-06 2024-09-13T14:39:32.910 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.910 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.910 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:39:32.910 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:10.931337+0000", 2024-09-13T14:39:32.910 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0087599490000001 2024-09-13T14:39:32.910 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.910 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.911 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for rw locks", 2024-09-13T14:39:32.911 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:10.931419+0000", 2024-09-13T14:39:32.911 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.1893999999999999e-05 2024-09-13T14:39:32.911 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.911 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.911 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:39:32.911 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:10.945293+0000", 2024-09-13T14:39:32.911 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.013873441 2024-09-13T14:39:32.911 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.911 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.911 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:39:32.912 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:10.945380+0000", 2024-09-13T14:39:32.912 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.7588000000000002e-05 2024-09-13T14:39:32.912 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.912 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.912 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:39:32.912 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:10.945556+0000", 2024-09-13T14:39:32.912 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00017616299999999999 2024-09-13T14:39:32.912 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:39:32.912 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:39:32.912 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:39:32.912 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.912 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.913 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.24701.0:6642 5.3 5:cc43a01a:::smithi07185159-28:head [rollback 1da] snapc 1df=[1de,1dd,1dc,1db,1da,1d8,1d7,1d6,1d5,1d2,1d0,1cf,1ca,1c2] ondisk+write+known_if_redirected+supports_pool_eio e747)", 2024-09-13T14:39:32.913 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:32:10.918194+0000", 2024-09-13T14:39:32.913 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 441.96094507100003, 2024-09-13T14:39:32.913 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.026338272999999999, 2024-09-13T14:39:32.913 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:39:32.913 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:39:32.913 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "started", 2024-09-13T14:39:32.914 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:39:32.914 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.24701", 2024-09-13T14:39:32.914 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/3140242613", 2024-09-13T14:39:32.914 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 6642 2024-09-13T14:39:32.914 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.914 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:39:32.914 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.914 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:39:32.914 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:10.918194+0000", 2024-09-13T14:39:32.914 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:39:32.914 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.914 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.914 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:39:32.914 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:10.918194+0000", 2024-09-13T14:39:32.915 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:39:32.915 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.915 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.915 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:39:32.915 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:10.918195+0000", 2024-09-13T14:39:32.915 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.7039999999999999e-06 2024-09-13T14:39:32.915 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.915 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.915 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:39:32.915 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:10.918202+0000", 2024-09-13T14:39:32.915 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.7839999999999998e-06 2024-09-13T14:39:32.915 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.915 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.915 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:39:32.916 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:10.918217+0000", 2024-09-13T14:39:32.916 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4255e-05 2024-09-13T14:39:32.916 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.916 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.916 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:39:32.916 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:10.918227+0000", 2024-09-13T14:39:32.916 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0295999999999999e-05 2024-09-13T14:39:32.916 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.916 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.916 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:39:32.916 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:10.919355+0000", 2024-09-13T14:39:32.916 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.001127926 2024-09-13T14:39:32.916 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.916 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.917 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:39:32.917 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:10.919368+0000", 2024-09-13T14:39:32.917 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.3455000000000001e-05 2024-09-13T14:39:32.917 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.917 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.917 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:39:32.917 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:10.936134+0000", 2024-09-13T14:39:32.917 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.016765690999999999 2024-09-13T14:39:32.917 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.917 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.917 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:39:32.917 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:10.936287+0000", 2024-09-13T14:39:32.917 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00015297999999999999 2024-09-13T14:39:32.918 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.918 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.918 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:39:32.918 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:10.944532+0000", 2024-09-13T14:39:32.918 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0082451820000000002 2024-09-13T14:39:32.918 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:39:32.918 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:39:32.918 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:39:32.918 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.918 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.918 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.24701.0:6686 5.3 5:cf1a1588:::smithi07185159-47:head [delete] snapc 1e1=[1e1,1e0,1de,1dd,1db,1da,1d8,1d7,1d6,1d2,1cf,1ca,1c2] ondisk+write+peerstat_old+known_if_redirected+supports_pool_eio e752)", 2024-09-13T14:39:32.918 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:32:15.942633+0000", 2024-09-13T14:39:32.918 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 436.93650565600001, 2024-09-13T14:39:32.918 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.013515605999999999, 2024-09-13T14:39:32.919 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:39:32.919 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:39:32.919 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:39:32.919 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:39:32.919 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.24701", 2024-09-13T14:39:32.919 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/3140242613", 2024-09-13T14:39:32.919 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 6686 2024-09-13T14:39:32.919 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.919 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:39:32.919 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.919 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:39:32.919 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:15.942633+0000", 2024-09-13T14:39:32.919 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:39:32.919 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.920 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.920 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:39:32.920 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:15.942633+0000", 2024-09-13T14:39:32.920 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:39:32.920 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.920 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.920 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:39:32.920 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:15.942636+0000", 2024-09-13T14:39:32.920 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.5170000000000002e-06 2024-09-13T14:39:32.920 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.920 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.920 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:39:32.920 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:15.942644+0000", 2024-09-13T14:39:32.920 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.2099999999999993e-06 2024-09-13T14:39:32.921 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.921 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.921 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:39:32.921 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:15.942663+0000", 2024-09-13T14:39:32.921 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.8864000000000001e-05 2024-09-13T14:39:32.921 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.921 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.921 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:39:32.921 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:15.942676+0000", 2024-09-13T14:39:32.921 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2954e-05 2024-09-13T14:39:32.921 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.921 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.921 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:39:32.921 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:15.942774+0000", 2024-09-13T14:39:32.922 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.8725000000000001e-05 2024-09-13T14:39:32.922 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.922 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.922 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op must wait for map", 2024-09-13T14:39:32.922 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:15.942784+0000", 2024-09-13T14:39:32.922 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.6989999999999998e-06 2024-09-13T14:39:32.922 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.922 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.922 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:39:32.922 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:15.950409+0000", 2024-09-13T14:39:32.922 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0076244370000000004 2024-09-13T14:39:32.922 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.922 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.922 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:39:32.923 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:15.951007+0000", 2024-09-13T14:39:32.923 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00059886399999999995 2024-09-13T14:39:32.923 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.923 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.923 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 5,6", 2024-09-13T14:39:32.923 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:15.951277+0000", 2024-09-13T14:39:32.923 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000269177 2024-09-13T14:39:32.923 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.923 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.923 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:39:32.923 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:15.955994+0000", 2024-09-13T14:39:32.923 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0047170600000000003 2024-09-13T14:39:32.923 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.924 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.924 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:39:32.924 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:15.956044+0000", 2024-09-13T14:39:32.924 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.0117999999999997e-05 2024-09-13T14:39:32.924 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.924 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.924 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:39:32.924 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:15.956068+0000", 2024-09-13T14:39:32.924 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.4598000000000001e-05 2024-09-13T14:39:32.924 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.924 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.924 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:39:32.924 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:15.956110+0000", 2024-09-13T14:39:32.924 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.1952000000000001e-05 2024-09-13T14:39:32.924 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.925 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.925 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:39:32.925 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:15.956149+0000", 2024-09-13T14:39:32.925 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.8430999999999998e-05 2024-09-13T14:39:32.925 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:39:32.925 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:39:32.925 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:39:32.925 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.925 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.925 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.24701.0:7050 5.3 5:cbb65dd1:::smithi07185159-21:head [read 0~3697738,checksum,omap-get-vals-by-keys,omap-get-keys,omap-get-vals,omap-get-header,getxattrs] snapc 0=[] ondisk+read+known_if_redirected+supports_pool_eio e780)", 2024-09-13T14:39:32.925 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:32:43.941463+0000", 2024-09-13T14:39:32.925 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 408.93767536399997, 2024-09-13T14:39:32.925 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.021623239999999998, 2024-09-13T14:39:32.925 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:39:32.926 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:39:32.926 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "started", 2024-09-13T14:39:32.926 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:39:32.926 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.24701", 2024-09-13T14:39:32.926 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/3140242613", 2024-09-13T14:39:32.926 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 7050 2024-09-13T14:39:32.926 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.926 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:39:32.926 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.926 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:39:32.926 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:43.941463+0000", 2024-09-13T14:39:32.926 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:39:32.926 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.926 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.927 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:39:32.927 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:43.941463+0000", 2024-09-13T14:39:32.927 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:39:32.927 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.927 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.927 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:39:32.927 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:43.941466+0000", 2024-09-13T14:39:32.927 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.351e-06 2024-09-13T14:39:32.927 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.927 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.927 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:39:32.927 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:43.941475+0000", 2024-09-13T14:39:32.927 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.5599999999999999e-06 2024-09-13T14:39:32.927 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.928 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.928 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:39:32.928 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:43.941500+0000", 2024-09-13T14:39:32.928 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.4719000000000002e-05 2024-09-13T14:39:32.928 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.928 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.928 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:39:32.928 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:43.941513+0000", 2024-09-13T14:39:32.928 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2632999999999999e-05 2024-09-13T14:39:32.928 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.928 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.928 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:39:32.928 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:43.941663+0000", 2024-09-13T14:39:32.929 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000149839 2024-09-13T14:39:32.929 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.929 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.929 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op must wait for map", 2024-09-13T14:39:32.929 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:43.941673+0000", 2024-09-13T14:39:32.929 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0265000000000001e-05 2024-09-13T14:39:32.929 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.929 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.929 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:39:32.929 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:43.956818+0000", 2024-09-13T14:39:32.929 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.015144888 2024-09-13T14:39:32.929 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.929 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.929 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:39:32.930 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:43.956912+0000", 2024-09-13T14:39:32.930 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.3919000000000007e-05 2024-09-13T14:39:32.930 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.930 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.930 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:39:32.930 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:43.963087+0000", 2024-09-13T14:39:32.930 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0061750659999999999 2024-09-13T14:39:32.930 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:39:32.930 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:39:32.930 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:39:32.930 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.930 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.930 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.24701.0:7051 5.3 5:cbb65dd1:::smithi07185159-21:head [read 0~3697738,checksum] snapc 0=[] ondisk+read+known_if_redirected+supports_pool_eio e780)", 2024-09-13T14:39:32.930 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:32:43.941546+0000", 2024-09-13T14:39:32.930 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 408.93759289600001, 2024-09-13T14:39:32.931 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0236279, 2024-09-13T14:39:32.931 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:39:32.931 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:39:32.931 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "started", 2024-09-13T14:39:32.931 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:39:32.931 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.24701", 2024-09-13T14:39:32.931 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/3140242613", 2024-09-13T14:39:32.931 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 7051 2024-09-13T14:39:32.931 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.931 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:39:32.931 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.931 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:39:32.931 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:43.941546+0000", 2024-09-13T14:39:32.931 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:39:32.932 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.932 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.932 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:39:32.932 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:43.941546+0000", 2024-09-13T14:39:32.932 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:39:32.932 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.932 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.932 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:39:32.932 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:43.941547+0000", 2024-09-13T14:39:32.932 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.99e-07 2024-09-13T14:39:32.932 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.932 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.933 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:39:32.933 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:43.941551+0000", 2024-09-13T14:39:32.933 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.245e-06 2024-09-13T14:39:32.933 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.933 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.933 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:39:32.933 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:43.941562+0000", 2024-09-13T14:39:32.933 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1552000000000001e-05 2024-09-13T14:39:32.933 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.933 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.933 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:39:32.933 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:43.941569+0000", 2024-09-13T14:39:32.933 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.2879999999999998e-06 2024-09-13T14:39:32.933 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.934 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.934 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:39:32.934 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:43.941741+0000", 2024-09-13T14:39:32.934 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00017232900000000001 2024-09-13T14:39:32.934 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.934 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.934 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting_for_map not empty", 2024-09-13T14:39:32.934 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:43.941747+0000", 2024-09-13T14:39:32.934 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.8860000000000001e-06 2024-09-13T14:39:32.934 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.934 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.934 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:39:32.934 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:43.963134+0000", 2024-09-13T14:39:32.934 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.021387389999999999 2024-09-13T14:39:32.935 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.935 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.935 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:39:32.935 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:43.963234+0000", 2024-09-13T14:39:32.935 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000100079 2024-09-13T14:39:32.935 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.935 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.935 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:39:32.935 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:43.965174+0000", 2024-09-13T14:39:32.935 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.001939432 2024-09-13T14:39:32.935 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:39:32.935 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:39:32.935 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:39:32.935 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.936 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.936 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.24701.0:7052 5.3 5:cbb65dd1:::smithi07185159-21:head [sparse-read 0~1835851] snapc 0=[] ondisk+read+known_if_redirected+supports_pool_eio e780)", 2024-09-13T14:39:32.936 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:32:43.941582+0000", 2024-09-13T14:39:32.936 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 408.93755688700003, 2024-09-13T14:39:32.936 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.024135782000000001, 2024-09-13T14:39:32.936 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:39:32.936 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:39:32.936 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "started", 2024-09-13T14:39:32.936 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:39:32.936 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.24701", 2024-09-13T14:39:32.936 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/3140242613", 2024-09-13T14:39:32.936 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 7052 2024-09-13T14:39:32.936 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.937 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:39:32.937 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.937 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:39:32.937 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:43.941582+0000", 2024-09-13T14:39:32.937 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:39:32.937 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.937 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.937 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:39:32.937 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:43.941582+0000", 2024-09-13T14:39:32.937 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:39:32.937 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.937 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.937 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:39:32.937 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:43.941583+0000", 2024-09-13T14:39:32.937 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.6100000000000001e-07 2024-09-13T14:39:32.938 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.938 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.938 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:39:32.938 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:43.941585+0000", 2024-09-13T14:39:32.938 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.8090000000000001e-06 2024-09-13T14:39:32.938 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.938 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.938 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:39:32.938 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:43.941594+0000", 2024-09-13T14:39:32.938 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.0829999999999993e-06 2024-09-13T14:39:32.938 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.938 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.938 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:39:32.938 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:43.941600+0000", 2024-09-13T14:39:32.939 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.8329999999999999e-06 2024-09-13T14:39:32.939 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.939 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.939 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:39:32.939 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:43.941777+0000", 2024-09-13T14:39:32.939 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00017665700000000001 2024-09-13T14:39:32.939 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.939 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.939 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting_for_map not empty", 2024-09-13T14:39:32.939 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:43.941785+0000", 2024-09-13T14:39:32.939 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.8930000000000005e-06 2024-09-13T14:39:32.939 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.939 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.939 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:39:32.940 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:43.965442+0000", 2024-09-13T14:39:32.940 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.023657366999999999 2024-09-13T14:39:32.940 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.940 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.940 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:39:32.940 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:43.965558+0000", 2024-09-13T14:39:32.940 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00011608900000000001 2024-09-13T14:39:32.940 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.940 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.940 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:39:32.940 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:32:43.965718+0000", 2024-09-13T14:39:32.940 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00015949000000000001 2024-09-13T14:39:32.940 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:39:32.940 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:39:32.941 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:39:32.941 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.941 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.941 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.24701.0:8436 5.3 5:cb255b39:::smithi07185159-33:head [rollback 21e] snapc 22b=[22b,229,228,227,226,225,223,221,21e,21d,21b,219,218,211,1f0,1e0] ondisk+write+known_if_redirected+supports_pool_eio e897)", 2024-09-13T14:39:32.941 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:34:40.940398+0000", 2024-09-13T14:39:32.941 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 291.93874037799998, 2024-09-13T14:39:32.941 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.013737197, 2024-09-13T14:39:32.941 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:39:32.941 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:39:32.941 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:39:32.941 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:39:32.941 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.24701", 2024-09-13T14:39:32.942 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/3140242613", 2024-09-13T14:39:32.942 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 8436 2024-09-13T14:39:32.942 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.942 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:39:32.942 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.942 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:39:32.942 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.940398+0000", 2024-09-13T14:39:32.942 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:39:32.942 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.942 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.943 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:39:32.943 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.940398+0000", 2024-09-13T14:39:32.943 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:39:32.943 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.943 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.943 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:39:32.943 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.940399+0000", 2024-09-13T14:39:32.943 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.5799999999999999e-07 2024-09-13T14:39:32.943 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.943 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.943 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:39:32.943 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.940403+0000", 2024-09-13T14:39:32.943 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.6669999999999998e-06 2024-09-13T14:39:32.943 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.944 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.944 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:39:32.944 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.940414+0000", 2024-09-13T14:39:32.944 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0808999999999999e-05 2024-09-13T14:39:32.944 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.944 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.944 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:39:32.944 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.940421+0000", 2024-09-13T14:39:32.944 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.1330000000000001e-06 2024-09-13T14:39:32.944 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.944 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.944 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:39:32.944 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.940636+0000", 2024-09-13T14:39:32.945 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000215746 2024-09-13T14:39:32.945 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.945 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.945 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting_for_map not empty", 2024-09-13T14:39:32.945 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.940642+0000", 2024-09-13T14:39:32.945 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.7980000000000002e-06 2024-09-13T14:39:32.945 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.945 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.945 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:39:32.945 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.946958+0000", 2024-09-13T14:39:32.945 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0063153280000000003 2024-09-13T14:39:32.945 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.945 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.946 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:39:32.946 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.947148+0000", 2024-09-13T14:39:32.946 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000190075 2024-09-13T14:39:32.946 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.946 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.946 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 5,6", 2024-09-13T14:39:32.946 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.947366+0000", 2024-09-13T14:39:32.946 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00021864700000000001 2024-09-13T14:39:32.946 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.946 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.946 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:39:32.946 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.951540+0000", 2024-09-13T14:39:32.946 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0041733580000000003 2024-09-13T14:39:32.946 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.947 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.947 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:39:32.947 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.951817+0000", 2024-09-13T14:39:32.947 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00027681500000000003 2024-09-13T14:39:32.947 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.947 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.947 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:39:32.947 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.954013+0000", 2024-09-13T14:39:32.947 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0021962980000000002 2024-09-13T14:39:32.947 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.947 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.947 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:39:32.947 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.954080+0000", 2024-09-13T14:39:32.947 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.6754999999999994e-05 2024-09-13T14:39:32.947 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.948 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.948 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:39:32.948 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.954136+0000", 2024-09-13T14:39:32.948 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.6110000000000003e-05 2024-09-13T14:39:32.948 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:39:32.948 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:39:32.948 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:39:32.948 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.948 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.948 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.24701.0:8437 5.3 5:cb255b39:::smithi07185159-33:head [append 0~0] snapc 22b=[22b,229,228,227,226,225,223,221,21e,21d,21b,219,218,211,1f0,1e0] ondisk+write+known_if_redirected+supports_pool_eio e897)", 2024-09-13T14:39:32.948 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:34:40.940526+0000", 2024-09-13T14:39:32.948 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 291.93861263999997, 2024-09-13T14:39:32.948 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.013780582, 2024-09-13T14:39:32.949 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:39:32.949 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:39:32.949 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:39:32.949 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:39:32.949 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.24701", 2024-09-13T14:39:32.949 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/3140242613", 2024-09-13T14:39:32.949 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 8437 2024-09-13T14:39:32.949 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.949 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:39:32.949 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.949 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:39:32.949 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.940526+0000", 2024-09-13T14:39:32.949 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:39:32.949 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.950 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.950 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:39:32.950 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.940526+0000", 2024-09-13T14:39:32.950 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:39:32.950 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.950 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.950 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:39:32.950 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.940527+0000", 2024-09-13T14:39:32.950 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.8899999999999998e-07 2024-09-13T14:39:32.950 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.950 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.950 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:39:32.950 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.940532+0000", 2024-09-13T14:39:32.951 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.9180000000000002e-06 2024-09-13T14:39:32.951 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.951 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.952 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:39:32.952 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.940543+0000", 2024-09-13T14:39:32.952 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0433e-05 2024-09-13T14:39:32.952 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.952 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.952 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:39:32.952 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.940550+0000", 2024-09-13T14:39:32.953 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.9140000000000008e-06 2024-09-13T14:39:32.953 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.953 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.953 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:39:32.953 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.940668+0000", 2024-09-13T14:39:32.953 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000117892 2024-09-13T14:39:32.953 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.953 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.953 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting_for_map not empty", 2024-09-13T14:39:32.953 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.940673+0000", 2024-09-13T14:39:32.953 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.425e-06 2024-09-13T14:39:32.953 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.953 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.954 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:39:32.954 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.948393+0000", 2024-09-13T14:39:32.954 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0077198620000000001 2024-09-13T14:39:32.954 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.954 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.954 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:39:32.954 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.948455+0000", 2024-09-13T14:39:32.954 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.2248000000000004e-05 2024-09-13T14:39:32.954 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.955 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.955 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 5,6", 2024-09-13T14:39:32.955 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.948588+0000", 2024-09-13T14:39:32.955 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013273199999999999 2024-09-13T14:39:32.955 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.955 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.955 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:39:32.955 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.951744+0000", 2024-09-13T14:39:32.955 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0031560719999999998 2024-09-13T14:39:32.955 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.955 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.955 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:39:32.955 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.951871+0000", 2024-09-13T14:39:32.955 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000127422 2024-09-13T14:39:32.955 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.956 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.956 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:39:32.956 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.954189+0000", 2024-09-13T14:39:32.956 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0023175000000000001 2024-09-13T14:39:32.956 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.956 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.956 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:39:32.956 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.954256+0000", 2024-09-13T14:39:32.956 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.7529999999999999e-05 2024-09-13T14:39:32.956 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.957 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.958 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:32.958 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:32.959 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:39:32.959 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:39:32.959 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.954307+0000", 2024-09-13T14:39:32.960 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.0645e-05 2024-09-13T14:39:32.960 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:39:32.960 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:39:32.960 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:39:32.960 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.960 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.960 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.24701.0:8439 5.3 5:c9532cd5:::smithi07185159-20:head [append 0~0] snapc 22b=[22b,229,228,227,226,225,223,221,21e,21d,21b,219,218,211,1f0,1e0] ondisk+write+known_if_redirected+supports_pool_eio e897)", 2024-09-13T14:39:32.960 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:34:40.940564+0000", 2024-09-13T14:39:32.960 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 291.93857454200003, 2024-09-13T14:39:32.960 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.014121323, 2024-09-13T14:39:32.960 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:39:32.960 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:39:32.960 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:39:32.960 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:39:32.961 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.24701", 2024-09-13T14:39:32.961 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/3140242613", 2024-09-13T14:39:32.961 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 8439 2024-09-13T14:39:32.961 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.961 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:39:32.961 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.961 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:39:32.961 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.940564+0000", 2024-09-13T14:39:32.961 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:39:32.961 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.961 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.961 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:39:32.961 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.940564+0000", 2024-09-13T14:39:32.962 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:39:32.962 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.962 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.962 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:39:32.962 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.940565+0000", 2024-09-13T14:39:32.962 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.6800000000000001e-07 2024-09-13T14:39:32.962 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.962 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.962 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:39:32.962 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.940568+0000", 2024-09-13T14:39:32.962 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.909e-06 2024-09-13T14:39:32.962 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.962 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.962 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:39:32.963 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.940574+0000", 2024-09-13T14:39:32.963 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.6209999999999998e-06 2024-09-13T14:39:32.963 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.963 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.963 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:39:32.963 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.940580+0000", 2024-09-13T14:39:32.963 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.3600000000000004e-06 2024-09-13T14:39:32.963 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.963 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.963 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:39:32.963 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.940782+0000", 2024-09-13T14:39:32.963 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000202568 2024-09-13T14:39:32.963 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.964 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.964 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting_for_map not empty", 2024-09-13T14:39:32.964 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.940787+0000", 2024-09-13T14:39:32.964 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.1959999999999999e-06 2024-09-13T14:39:32.964 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.964 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.964 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:39:32.964 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.949206+0000", 2024-09-13T14:39:32.964 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0084181210000000006 2024-09-13T14:39:32.964 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.964 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.964 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:39:32.964 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.949301+0000", 2024-09-13T14:39:32.964 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.5711999999999994e-05 2024-09-13T14:39:32.965 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.965 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.965 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 5,6", 2024-09-13T14:39:32.965 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.949492+0000", 2024-09-13T14:39:32.965 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00019087299999999999 2024-09-13T14:39:32.965 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.965 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.965 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:39:32.965 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.951775+0000", 2024-09-13T14:39:32.965 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.002282634 2024-09-13T14:39:32.965 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.965 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.965 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:39:32.965 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.954351+0000", 2024-09-13T14:39:32.966 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0025761030000000002 2024-09-13T14:39:32.966 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.966 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.966 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:39:32.966 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.954580+0000", 2024-09-13T14:39:32.966 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00022864700000000001 2024-09-13T14:39:32.966 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.966 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.966 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:39:32.966 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.954639+0000", 2024-09-13T14:39:32.966 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.9160000000000003e-05 2024-09-13T14:39:32.966 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.966 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.967 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:39:32.967 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.954686+0000", 2024-09-13T14:39:32.967 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.6950999999999998e-05 2024-09-13T14:39:32.967 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:39:32.967 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:39:32.967 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:39:32.967 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.967 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.967 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.24701.0:8440 5.3 5:c9532cd5:::smithi07185159-20:head [rollback 1e0] snapc 22b=[22b,229,228,227,226,225,223,221,21e,21d,21b,219,218,211,1f0,1e0] ondisk+write+known_if_redirected+supports_pool_eio e897)", 2024-09-13T14:39:32.967 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:34:40.940690+0000", 2024-09-13T14:39:32.967 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 291.93844886699998, 2024-09-13T14:39:32.967 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.014448542, 2024-09-13T14:39:32.967 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:39:32.967 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:39:32.968 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:39:32.968 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:39:32.968 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.24701", 2024-09-13T14:39:32.968 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/3140242613", 2024-09-13T14:39:32.968 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 8440 2024-09-13T14:39:32.968 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.968 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:39:32.968 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.968 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:39:32.968 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.940690+0000", 2024-09-13T14:39:32.968 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:39:32.968 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.968 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.968 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:39:32.969 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.940690+0000", 2024-09-13T14:39:32.969 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:39:32.969 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.969 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.969 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:39:32.969 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.940691+0000", 2024-09-13T14:39:32.969 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.75e-07 2024-09-13T14:39:32.969 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.969 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.969 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:39:32.969 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.940697+0000", 2024-09-13T14:39:32.969 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.7850000000000003e-06 2024-09-13T14:39:32.969 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.969 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.970 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:39:32.970 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.940717+0000", 2024-09-13T14:39:32.970 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.9388000000000001e-05 2024-09-13T14:39:32.970 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.970 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.970 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:39:32.970 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.940725+0000", 2024-09-13T14:39:32.970 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.6790000000000005e-06 2024-09-13T14:39:32.970 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.970 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.970 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:39:32.970 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.940813+0000", 2024-09-13T14:39:32.970 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.8372e-05 2024-09-13T14:39:32.970 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.971 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.971 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting_for_map not empty", 2024-09-13T14:39:32.971 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.940817+0000", 2024-09-13T14:39:32.971 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.4839999999999998e-06 2024-09-13T14:39:32.971 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.971 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.971 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:39:32.971 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.950412+0000", 2024-09-13T14:39:32.971 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0095942059999999992 2024-09-13T14:39:32.971 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.971 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.971 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:39:32.971 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.950517+0000", 2024-09-13T14:39:32.971 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00010536500000000001 2024-09-13T14:39:32.972 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.972 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.972 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 5,6", 2024-09-13T14:39:32.972 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.950744+0000", 2024-09-13T14:39:32.972 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00022725800000000001 2024-09-13T14:39:32.972 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.972 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.972 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:39:32.972 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.951838+0000", 2024-09-13T14:39:32.973 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.001093863 2024-09-13T14:39:32.973 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.973 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.973 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:39:32.973 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.954761+0000", 2024-09-13T14:39:32.973 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.002922736 2024-09-13T14:39:32.973 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.973 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.973 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:39:32.973 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.955048+0000", 2024-09-13T14:39:32.973 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00028731600000000003 2024-09-13T14:39:32.973 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.973 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.973 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:39:32.974 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.955109+0000", 2024-09-13T14:39:32.974 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.1339000000000003e-05 2024-09-13T14:39:32.974 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.974 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.974 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:39:32.974 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:34:40.955139+0000", 2024-09-13T14:39:32.974 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.9076000000000001e-05 2024-09-13T14:39:32.974 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:39:32.974 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:39:32.974 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:39:32.974 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.974 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.974 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.24701.0:9408 5.3 5:cc43a01a:::smithi07185159-28:head [delete] snapc 25e=[25e,25d,25c,25b,259,255,254,253,24f,248,247,243,23e,239,235] ondisk+write+peerstat_old+known_if_redirected+supports_pool_eio e1000)", 2024-09-13T14:39:32.975 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:36:23.949079+0000", 2024-09-13T14:39:32.975 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 188.93006002000001, 2024-09-13T14:39:32.975 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.011770859, 2024-09-13T14:39:32.975 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:39:32.975 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:39:32.975 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "started", 2024-09-13T14:39:32.975 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:39:32.975 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.24701", 2024-09-13T14:39:32.975 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/3140242613", 2024-09-13T14:39:32.975 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 9408 2024-09-13T14:39:32.975 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.975 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:39:32.975 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.975 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:39:32.976 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:23.949079+0000", 2024-09-13T14:39:32.976 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:39:32.976 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.976 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.976 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:39:32.976 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:23.949079+0000", 2024-09-13T14:39:32.976 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:39:32.976 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.976 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.976 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:39:32.976 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:23.949081+0000", 2024-09-13T14:39:32.976 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.9369999999999998e-06 2024-09-13T14:39:32.976 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.977 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.977 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:39:32.977 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:23.949086+0000", 2024-09-13T14:39:32.977 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.5799999999999999e-06 2024-09-13T14:39:32.977 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.977 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.977 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:39:32.977 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:23.949100+0000", 2024-09-13T14:39:32.977 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.3458000000000001e-05 2024-09-13T14:39:32.977 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.977 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.977 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:39:32.977 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:23.949108+0000", 2024-09-13T14:39:32.978 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.3569999999999998e-06 2024-09-13T14:39:32.978 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.978 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.978 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:39:32.978 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:23.952539+0000", 2024-09-13T14:39:32.978 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0034305770000000002 2024-09-13T14:39:32.978 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.978 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.978 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:39:32.978 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:23.952621+0000", 2024-09-13T14:39:32.978 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.1938000000000001e-05 2024-09-13T14:39:32.978 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.978 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.978 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:39:32.978 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:23.960850+0000", 2024-09-13T14:39:32.979 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0082290120000000008 2024-09-13T14:39:32.979 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:39:32.979 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:39:32.979 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:39:32.979 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.979 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.979 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(osd.5.0:844 5.7 e1003/780 5:efa11bc2:::smithi07185159-37:240 v 1003'1026, mlcod=1000'1020)", 2024-09-13T14:39:32.979 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:36:26.973647+0000", 2024-09-13T14:39:32.979 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 185.90549143300001, 2024-09-13T14:39:32.979 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.013705009000000001, 2024-09-13T14:39:32.979 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:39:32.980 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:39:32.980 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:39:32.980 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:39:32.980 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.980 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:39:32.980 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:26.973647+0000", 2024-09-13T14:39:32.980 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:39:32.980 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.980 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.980 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:39:32.980 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:26.973647+0000", 2024-09-13T14:39:32.980 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:39:32.981 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.981 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.981 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:39:32.981 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:26.973648+0000", 2024-09-13T14:39:32.981 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.2999999999999999e-07 2024-09-13T14:39:32.981 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.981 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.981 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:39:32.981 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:26.973655+0000", 2024-09-13T14:39:32.981 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.0570000000000004e-06 2024-09-13T14:39:32.981 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.981 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.981 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:39:32.981 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:26.973669+0000", 2024-09-13T14:39:32.982 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.3546e-05 2024-09-13T14:39:32.982 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.982 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.982 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:39:32.982 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:26.973677+0000", 2024-09-13T14:39:32.982 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.4190000000000002e-06 2024-09-13T14:39:32.982 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.982 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.982 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:39:32.982 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:26.974084+0000", 2024-09-13T14:39:32.982 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00040670099999999998 2024-09-13T14:39:32.983 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.983 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.983 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:39:32.983 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:26.974106+0000", 2024-09-13T14:39:32.983 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.1821e-05 2024-09-13T14:39:32.983 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.983 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.983 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:39:32.983 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:26.987290+0000", 2024-09-13T14:39:32.983 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.013183836000000001 2024-09-13T14:39:32.983 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.983 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.983 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:39:32.983 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:26.987352+0000", 2024-09-13T14:39:32.984 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.2799000000000006e-05 2024-09-13T14:39:32.984 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:39:32.984 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:39:32.984 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:39:32.984 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.984 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.984 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(osd.4.0:1675 5.e e1003/746 5:7668c60b:::smithi07185159-24:241 v 1003'837, mlcod=1000'834)", 2024-09-13T14:39:32.984 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:36:26.975849+0000", 2024-09-13T14:39:32.984 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 185.90329014700001, 2024-09-13T14:39:32.984 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.011575838999999999, 2024-09-13T14:39:32.984 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:39:32.984 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:39:32.984 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:39:32.984 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:39:32.985 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.985 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:39:32.985 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:26.975849+0000", 2024-09-13T14:39:32.985 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:39:32.985 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.985 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.985 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:39:32.985 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:26.975849+0000", 2024-09-13T14:39:32.985 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:39:32.985 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.985 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.985 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:39:32.985 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:26.975850+0000", 2024-09-13T14:39:32.986 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.5700000000000001e-07 2024-09-13T14:39:32.986 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.986 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.986 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:39:32.986 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:26.975858+0000", 2024-09-13T14:39:32.986 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.4929999999999998e-06 2024-09-13T14:39:32.986 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.986 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.986 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:39:32.986 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:26.975867+0000", 2024-09-13T14:39:32.986 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.2369999999999998e-06 2024-09-13T14:39:32.986 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.986 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.986 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:39:32.987 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:26.975874+0000", 2024-09-13T14:39:32.987 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.6200000000000001e-06 2024-09-13T14:39:32.987 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.987 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.987 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:39:32.987 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:26.975939+0000", 2024-09-13T14:39:32.987 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.4770000000000005e-05 2024-09-13T14:39:32.987 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.987 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.987 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:39:32.987 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:26.975963+0000", 2024-09-13T14:39:32.987 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.3952e-05 2024-09-13T14:39:32.987 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.987 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.988 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:39:32.988 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:26.987379+0000", 2024-09-13T14:39:32.988 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.011415943 2024-09-13T14:39:32.988 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.988 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.988 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:39:32.988 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:26.987425+0000", 2024-09-13T14:39:32.988 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.5967000000000002e-05 2024-09-13T14:39:32.988 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:39:32.988 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:39:32.988 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:39:32.988 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.988 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.988 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.24701.0:9435 5.7 e1003/780 5:e4905aed:::smithi07185159-26:head v 1003'1028, mlcod=1003'1024)", 2024-09-13T14:39:32.989 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:36:27.015587+0000", 2024-09-13T14:39:32.989 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 185.86355156100001, 2024-09-13T14:39:32.989 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.031548448999999999, 2024-09-13T14:39:32.989 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:39:32.989 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:39:32.989 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:39:32.989 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:39:32.989 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.989 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:39:32.989 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:27.015587+0000", 2024-09-13T14:39:32.989 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:39:32.989 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.989 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.989 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:39:32.990 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:27.015587+0000", 2024-09-13T14:39:32.990 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:39:32.990 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.990 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.990 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:39:32.990 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:27.015589+0000", 2024-09-13T14:39:32.990 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.9439999999999999e-06 2024-09-13T14:39:32.990 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.990 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.990 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:39:32.990 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:27.016806+0000", 2024-09-13T14:39:32.990 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.001216988 2024-09-13T14:39:32.990 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.990 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.991 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:39:32.991 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:27.016826+0000", 2024-09-13T14:39:32.991 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.9647999999999999e-05 2024-09-13T14:39:32.991 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.991 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.991 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:39:32.991 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:27.016835+0000", 2024-09-13T14:39:32.991 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.0189999999999995e-06 2024-09-13T14:39:32.991 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.991 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.991 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:39:32.991 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:27.016895+0000", 2024-09-13T14:39:32.991 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.0488000000000001e-05 2024-09-13T14:39:32.992 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.992 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.992 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:39:32.992 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:27.016913+0000", 2024-09-13T14:39:32.992 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.7634000000000001e-05 2024-09-13T14:39:32.992 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.992 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.992 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:39:32.992 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:27.047078+0000", 2024-09-13T14:39:32.992 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.030164896 2024-09-13T14:39:32.992 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.992 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.993 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:39:32.993 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:27.047136+0000", 2024-09-13T14:39:32.993 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.7831999999999998e-05 2024-09-13T14:39:32.993 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:39:32.993 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:39:32.993 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:39:32.993 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.993 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.993 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.24701.0:9436 5.7 e1003/780 5:e4905aed:::smithi07185159-26:head v 1003'1029, mlcod=1003'1024)", 2024-09-13T14:39:32.993 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:36:27.021331+0000", 2024-09-13T14:39:32.993 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 185.85780756, 2024-09-13T14:39:32.993 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.026416044999999999, 2024-09-13T14:39:32.993 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:39:32.994 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:39:32.994 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:39:32.994 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:39:32.994 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.994 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:39:32.994 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:27.021331+0000", 2024-09-13T14:39:32.994 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:39:32.994 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.994 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.994 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:39:32.994 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:27.021331+0000", 2024-09-13T14:39:32.994 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:39:32.994 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.994 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.995 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:39:32.995 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:27.021332+0000", 2024-09-13T14:39:32.995 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.5899999999999995e-07 2024-09-13T14:39:32.995 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.995 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.995 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:39:32.995 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:27.022230+0000", 2024-09-13T14:39:32.995 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00089743799999999997 2024-09-13T14:39:32.995 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.995 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.995 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:39:32.995 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:27.022243+0000", 2024-09-13T14:39:32.995 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.3834e-05 2024-09-13T14:39:32.996 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.996 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.996 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:39:32.996 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:27.022251+0000", 2024-09-13T14:39:32.996 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.5769999999999996e-06 2024-09-13T14:39:32.996 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.996 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.996 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:39:32.996 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:27.022309+0000", 2024-09-13T14:39:32.996 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.7810999999999999e-05 2024-09-13T14:39:32.996 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.996 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.996 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:39:32.997 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:27.022339+0000", 2024-09-13T14:39:32.997 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.0675e-05 2024-09-13T14:39:32.997 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.997 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.997 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:39:32.997 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:27.047694+0000", 2024-09-13T14:39:32.997 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.025354134 2024-09-13T14:39:32.997 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.997 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.997 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:39:32.997 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:27.047747+0000", 2024-09-13T14:39:32.997 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.3717000000000001e-05 2024-09-13T14:39:32.997 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:39:32.997 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:39:32.998 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:39:32.998 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:32.998 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:32.998 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.24701.0:9437 5.7 e1003/780 5:e4905aed:::smithi07185159-26:head v 1003'1030, mlcod=1003'1024)", 2024-09-13T14:39:32.998 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:36:27.026508+0000", 2024-09-13T14:39:32.998 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 185.85263070600001, 2024-09-13T14:39:32.998 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.021271745000000002, 2024-09-13T14:39:32.998 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:39:33.000 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:39:33.000 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:39:33.000 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:39:33.000 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:33.001 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:39:33.001 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:27.026508+0000", 2024-09-13T14:39:33.001 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:39:33.001 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:33.001 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:33.001 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:39:33.001 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:27.026508+0000", 2024-09-13T14:39:33.001 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:39:33.001 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:33.001 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:33.001 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:39:33.001 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:27.026509+0000", 2024-09-13T14:39:33.001 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.1900000000000001e-07 2024-09-13T14:39:33.002 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:33.002 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:33.002 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:39:33.002 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:27.027170+0000", 2024-09-13T14:39:33.002 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00066134099999999997 2024-09-13T14:39:33.002 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:33.002 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:33.002 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:39:33.002 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:27.027183+0000", 2024-09-13T14:39:33.002 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2612000000000001e-05 2024-09-13T14:39:33.002 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:33.002 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:33.002 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:39:33.002 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:27.027190+0000", 2024-09-13T14:39:33.003 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.4549999999999998e-06 2024-09-13T14:39:33.003 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:33.003 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:33.003 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:39:33.003 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:27.027249+0000", 2024-09-13T14:39:33.003 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.8131000000000003e-05 2024-09-13T14:39:33.003 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:33.003 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:33.003 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:39:33.003 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:27.027266+0000", 2024-09-13T14:39:33.003 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.7193e-05 2024-09-13T14:39:33.003 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:33.003 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:33.003 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:39:33.004 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:27.047751+0000", 2024-09-13T14:39:33.004 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.020485653999999999 2024-09-13T14:39:33.004 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:33.004 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:33.004 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:39:33.004 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:27.047780+0000", 2024-09-13T14:39:33.004 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.8439999999999999e-05 2024-09-13T14:39:33.004 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:39:33.004 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:39:33.004 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:39:33.004 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:33.004 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:33.004 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.24701.0:9438 5.7 e1003/780 5:e4905aed:::smithi07185159-26:head v 1003'1031, mlcod=1003'1024)", 2024-09-13T14:39:33.005 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:36:27.027590+0000", 2024-09-13T14:39:33.005 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 185.85154913599999, 2024-09-13T14:39:33.005 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.020219952999999999, 2024-09-13T14:39:33.005 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:39:33.005 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:39:33.005 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:39:33.005 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:39:33.005 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:33.005 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:39:33.005 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:27.027590+0000", 2024-09-13T14:39:33.005 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:39:33.005 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:33.005 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:33.005 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:39:33.006 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:27.027590+0000", 2024-09-13T14:39:33.006 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:39:33.006 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:33.006 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:33.006 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:39:33.006 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:27.027590+0000", 2024-09-13T14:39:33.006 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.06e-07 2024-09-13T14:39:33.006 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:33.006 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:33.006 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:39:33.006 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:27.027595+0000", 2024-09-13T14:39:33.006 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.3200000000000001e-06 2024-09-13T14:39:33.006 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:33.006 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:33.007 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:39:33.007 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:27.027603+0000", 2024-09-13T14:39:33.007 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.5390000000000007e-06 2024-09-13T14:39:33.007 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:33.007 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:33.007 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:39:33.007 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:27.027609+0000", 2024-09-13T14:39:33.007 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.9390000000000002e-06 2024-09-13T14:39:33.007 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:33.007 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:33.007 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:39:33.007 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:27.027863+0000", 2024-09-13T14:39:33.007 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00025367800000000002 2024-09-13T14:39:33.007 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:33.007 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:33.008 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:39:33.008 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:27.027886+0000", 2024-09-13T14:39:33.008 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.2736999999999999e-05 2024-09-13T14:39:33.008 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:33.008 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:33.008 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:39:33.008 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:27.047782+0000", 2024-09-13T14:39:33.008 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.019896166 2024-09-13T14:39:33.008 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:39:33.008 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:39:33.008 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:39:33.008 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:36:27.047810+0000", 2024-09-13T14:39:33.008 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.7968000000000001e-05 2024-09-13T14:39:33.009 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:39:33.009 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:39:33.009 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:39:33.009 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:39:33.009 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:39:33.009 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:39:33.059 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:39:33.097 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:33.098 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:33.098 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:39:33.199 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:39:33.236 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:33.237 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:33.237 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:39:33.338 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:39:33.369 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:33.370 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:33.371 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:39:33.472 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:39:33.503 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:33.504 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:33.504 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:39:33.605 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:39:33.641 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:33.641 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:33.642 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:39:33.654 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 4 16 14447 14431 225.465 204.562 0.00679249 0.00442967 2024-09-13T14:39:33.742 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:39:33.777 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:33.778 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:33.778 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:39:33.879 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:39:33.912 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:33.913 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:33.913 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:39:34.014 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:39:34.048 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:34.049 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:34.049 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:39:34.155 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:39:34.188 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:34.188 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:34.189 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:39:34.290 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:39:34.321 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:34.322 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:34.322 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:39:34.423 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:39:34.456 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:34.456 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:34.457 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:39:34.557 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:39:34.589 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:34.590 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:34.590 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:39:34.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:34 smithi071 ceph-mon[107477]: pgmap v1142: 89 pgs: 89 active+clean; 124 MiB data, 539 MiB used, 625 GiB / 626 GiB avail; 12 MiB/s wr, 198 op/s; 0 B/s, 0 objects/s recovering 2024-09-13T14:39:34.640 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:34 smithi071 ceph-mon[112785]: pgmap v1142: 89 pgs: 89 active+clean; 124 MiB data, 539 MiB used, 625 GiB / 626 GiB avail; 12 MiB/s wr, 198 op/s; 0 B/s, 0 objects/s recovering 2024-09-13T14:39:34.654 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 5 16 17622 17606 220.056 198.438 0.00365775 0.00453829 2024-09-13T14:39:34.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:34 smithi104 ceph-mon[105578]: pgmap v1142: 89 pgs: 89 active+clean; 124 MiB data, 539 MiB used, 625 GiB / 626 GiB avail; 12 MiB/s wr, 198 op/s; 0 B/s, 0 objects/s recovering 2024-09-13T14:39:34.691 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:39:34.724 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:34.725 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:34.725 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:39:34.826 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:39:34.874 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:34.875 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:34.875 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:39:34.976 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:39:35.007 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:35.007 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:35.007 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:39:35.108 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:39:35.141 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:35.142 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:35.142 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:39:35.243 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:39:35.262 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.1 dump_ops_in_flight 2024-09-13T14:39:35.282 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:35.282 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:35.283 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:39:35.384 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:39:35.419 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:35.420 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:35.420 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:39:35.469 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:39:35.521 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:39:35.531 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:35 smithi071 ceph-mon[107477]: pgmap v1143: 89 pgs: 89 active+clean; 346 MiB data, 1016 MiB used, 625 GiB / 626 GiB avail; 35 MiB/s wr, 553 op/s 2024-09-13T14:39:35.532 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:35 smithi071 ceph-mon[112785]: pgmap v1143: 89 pgs: 89 active+clean; 346 MiB data, 1016 MiB used, 625 GiB / 626 GiB avail; 35 MiB/s wr, 553 op/s 2024-09-13T14:39:35.555 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:35.556 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:35.556 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:39:35.654 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 6 16 20491 20475 213.263 179.312 0.00561743 0.00468272 2024-09-13T14:39:35.657 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:39:35.693 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:35.693 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:35.694 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:39:35.795 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:39:35.830 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:35.831 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:35.831 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:39:35.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:35 smithi104 ceph-mon[105578]: pgmap v1143: 89 pgs: 89 active+clean; 346 MiB data, 1016 MiB used, 625 GiB / 626 GiB avail; 35 MiB/s wr, 553 op/s 2024-09-13T14:39:35.932 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:39:35.965 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:35.966 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:35.967 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:39:36.068 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:39:36.104 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:36.105 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:36.106 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:39:36.207 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:39:36.238 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:36.238 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:36.239 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:39:36.340 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:39:36.373 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:36.374 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:36.374 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:39:36.475 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:39:36.502 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:36.503 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:36.503 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:39:36.604 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:39:36.636 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:36.637 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:36.637 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:39:36.654 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 7 16 23103 23087 206.117 163.25 0.00345876 0.00484587 2024-09-13T14:39:36.738 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:39:36.774 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:36.775 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:36.775 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:39:36.876 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:39:36.901 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:36.902 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:36.902 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:39:37.003 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:39:37.040 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:37.041 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:37.041 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:39:37.142 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:39:37.175 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:37.176 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:37.176 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:39:37.277 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:39:37.317 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:37.318 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:37.319 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:39:37.382 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=false 2024-09-13T14:39:37.420 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:39:37.463 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:37.464 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:37.465 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:39:37.565 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:39:37.606 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:37.606 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:37.606 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:39:37.654 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 8 16 25737 25721 200.927 164.625 0.00370912 0.00497251 2024-09-13T14:39:37.707 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:39:37.738 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:37.739 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:37.739 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:39:37.752 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:37 smithi071 ceph-mon[107477]: pgmap v1144: 89 pgs: 89 active+clean; 1.1 GiB data, 3.6 GiB used, 622 GiB / 626 GiB avail; 114 MiB/s wr, 1.82k op/s 2024-09-13T14:39:37.753 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:37 smithi071 ceph-mon[112785]: pgmap v1144: 89 pgs: 89 active+clean; 1.1 GiB data, 3.6 GiB used, 622 GiB / 626 GiB avail; 114 MiB/s wr, 1.82k op/s 2024-09-13T14:39:37.841 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:39:37.875 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:37.876 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:37.876 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:39:37.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:37 smithi104 ceph-mon[105578]: pgmap v1144: 89 pgs: 89 active+clean; 1.1 GiB data, 3.6 GiB used, 622 GiB / 626 GiB avail; 114 MiB/s wr, 1.82k op/s 2024-09-13T14:39:37.977 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:39:38.016 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:38.017 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:38.017 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:39:38.117 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:39:38.149 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:38.149 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:38.150 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:39:38.250 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:39:38.289 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:38.289 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:38.290 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:39:38.390 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:39:38.425 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:38.425 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:38.426 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:39:38.526 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:39:38.561 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:38.562 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:38.562 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:39:38.622 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:39:38.623 INFO:teuthology.orchestra.run.smithi071.stderr:dumped all 2024-09-13T14:39:38.654 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 9 16 28267 28251 196.169 158.125 0.00478738 0.00509238 2024-09-13T14:39:38.663 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:39:38.697 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:38.698 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:38.699 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:39:38.799 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:39:38.824 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:38.824 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:38.824 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:39:38.925 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:39:38.961 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:38.962 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:38.962 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:39:39.063 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:39:39.097 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:39.098 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:39.098 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:39:39.199 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:39:39.238 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:39.238 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:39.239 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:39:39.340 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:39:39.375 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:39.376 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:39.376 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:39:39.477 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:39:39.507 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:39.508 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:39.509 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:39:39.609 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:39:39.645 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:39.645 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:39.646 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:39:39.655 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 10 16 30455 30439 190.226 136.75 0.00409469 0.00525152 2024-09-13T14:39:39.747 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:39:39.778 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:39.778 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:39.779 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:39:39.879 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:39:39.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:39 smithi071 ceph-mon[107477]: pgmap v1145: 89 pgs: 89 active+clean; 1.2 GiB data, 3.9 GiB used, 622 GiB / 626 GiB avail; 113 MiB/s wr, 1.80k op/s 2024-09-13T14:39:39.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:39 smithi071 ceph-mon[107477]: from='client.44609 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T14:39:39.890 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:39 smithi071 ceph-mon[112785]: pgmap v1145: 89 pgs: 89 active+clean; 1.2 GiB data, 3.9 GiB used, 622 GiB / 626 GiB avail; 113 MiB/s wr, 1.80k op/s 2024-09-13T14:39:39.890 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:39 smithi071 ceph-mon[112785]: from='client.44609 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T14:39:39.907 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:39.908 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:39.909 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:39:39.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:39 smithi104 ceph-mon[105578]: pgmap v1145: 89 pgs: 89 active+clean; 1.2 GiB data, 3.9 GiB used, 622 GiB / 626 GiB avail; 113 MiB/s wr, 1.80k op/s 2024-09-13T14:39:39.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:39 smithi104 ceph-mon[105578]: from='client.44609 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T14:39:40.010 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:39:40.041 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:40.041 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:40.041 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:39:40.142 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:39:40.171 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:40.172 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:40.172 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:39:40.273 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:39:40.311 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:40.311 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:40.312 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:39:40.413 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:39:40.440 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:40.440 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:40.440 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:39:40.541 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:39:40.572 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:40.572 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:40.573 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:39:40.655 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 11 16 32207 32191 182.887 109.5 0.00728553 0.00546303 2024-09-13T14:39:40.673 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:39:40.705 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:40.706 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:40.707 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:39:40.808 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:39:40.835 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:40.836 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:40.836 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:39:40.937 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:39:40.969 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:40.970 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:40.970 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:39:41.071 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:39:41.107 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:41.107 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:41.107 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:39:41.208 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:39:41.248 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:41.248 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:41.249 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:39:41.349 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:39:41.380 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:41.381 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:41.381 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:39:41.482 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:39:41.515 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:41.515 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:41.516 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:39:41.616 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:39:41.649 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:41.649 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:41.650 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:39:41.654 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 12 16 34402 34386 179.078 137.188 0.00717356 0.00557964 2024-09-13T14:39:41.723 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:41 smithi104 ceph-mon[105578]: pgmap v1146: 89 pgs: 89 active+clean; 1.8 GiB data, 5.6 GiB used, 620 GiB / 626 GiB avail; 156 MiB/s wr, 2.50k op/s 2024-09-13T14:39:41.750 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:39:41.779 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:41.781 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:41.781 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:39:41.837 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:41 smithi071 ceph-mon[107477]: pgmap v1146: 89 pgs: 89 active+clean; 1.8 GiB data, 5.6 GiB used, 620 GiB / 626 GiB avail; 156 MiB/s wr, 2.50k op/s 2024-09-13T14:39:41.837 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:41 smithi071 ceph-mon[112785]: pgmap v1146: 89 pgs: 89 active+clean; 1.8 GiB data, 5.6 GiB used, 620 GiB / 626 GiB avail; 156 MiB/s wr, 2.50k op/s 2024-09-13T14:39:41.883 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:39:41.910 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:41.910 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:41.911 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:39:42.011 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:39:42.044 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:42.045 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:42.045 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:39:42.146 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:39:42.184 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:42.185 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:42.185 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:39:42.286 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:39:42.322 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:42.323 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:42.323 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:39:42.424 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:39:42.446 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:42.446 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:42.447 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:39:42.547 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:39:42.577 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:42.578 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:42.578 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:39:42.655 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 13 16 36123 36107 173.576 107.562 0.00379399 0.00575576 2024-09-13T14:39:42.679 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:39:42.718 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:42.718 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:42.719 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:39:42.820 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:39:42.857 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:42.858 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:42.859 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:39:42.959 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:39:42.990 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:42.990 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:42.991 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:39:43.023 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:39:42 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:39:42] "GET /metrics HTTP/1.1" 200 36402 "" "Prometheus/2.51.0" 2024-09-13T14:39:43.057 INFO:teuthology.orchestra.run.smithi071.stdout:{"pg_ready":true,"pg_map":{"version":1145,"stamp":"2024-09-13T14:39:38.404866+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":1312692197,"num_objects":20047,"num_object_clones":0,"num_object_copies":60141,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":20047,"num_whiteouts":0,"num_read":392,"num_read_kb":834,"num_write":20300,"num_write_kb":1283793,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":10,"num_bytes_recovered":1771194,"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":20229,"ondisk_log_size":20229,"up":267,"acting":267,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":267,"num_osds":7,"num_per_pool_osds":7,"num_per_pool_omap_osds":7,"kb":656216064,"kb_used":4117700,"kb_used_data":3596172,"kb_used_omap":154,"kb_used_meta":521253,"kb_avail":652098364,"statfs":{"total":671965249536,"available":667748724736,"internally_reserved":0,"allocated":3682480128,"data_stored":3664975830,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":158187,"internal_metadata":533763605},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[1,2,2,3],"upper_bound":16},"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":1312096256,"num_objects":20021,"num_object_clones":0,"num_object_copies":60063,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":20021,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":20021,"num_write_kb":1281344,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":"11.108949"},"pg_stats":[{"pgid":"4.14","version":"0'0","reported_seq":781,"reported_epoch":1096,"state":"active+clean","last_fresh":"2024-09-13T14:39:28.336642+0000","last_change":"2024-09-13T14:39:19.168345+0000","last_active":"2024-09-13T14:39:28.336642+0000","last_peered":"2024-09-13T14:39:28.336642+0000","last_clean":"2024-09-13T14:39:28.336642+0000","last_became_active":"2024-09-13T14:39:19.167954+0000","last_became_peered":"2024-09-13T14:39:19.167954+0000","last_unstale":"2024-09-13T14:39:28.336642+0000","last_undegraded":"2024-09-13T14:39:28.336642+0000","last_fullsized":"2024-09-13T14:39:28.336642+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:31:33.217904+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[1,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.13","version":"70'2","reported_seq":1022,"reported_epoch":1095,"state":"active+clean","last_fresh":"2024-09-13T14:39:19.158875+0000","last_change":"2024-09-13T14:33:17.924359+0000","last_active":"2024-09-13T14:39:19.158875+0000","last_peered":"2024-09-13T14:39:19.158875+0000","last_clean":"2024-09-13T14:39:19.158875+0000","last_became_active":"2024-09-13T14:33:17.923983+0000","last_became_peered":"2024-09-13T14:33:17.923983+0000","last_unstale":"2024-09-13T14:39:19.158875+0000","last_undegraded":"2024-09-13T14:39:19.158875+0000","last_fullsized":"2024-09-13T14:39:19.158875+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T19:42:27.641362+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":[7,4,2],"acting":[7,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.15","version":"0'0","reported_seq":1038,"reported_epoch":1095,"state":"active+clean","last_fresh":"2024-09-13T14:39:19.173596+0000","last_change":"2024-09-13T14:39:19.172822+0000","last_active":"2024-09-13T14:39:19.173596+0000","last_peered":"2024-09-13T14:39:19.173596+0000","last_clean":"2024-09-13T14:39:19.173596+0000","last_became_active":"2024-09-13T14:39:19.172521+0000","last_became_peered":"2024-09-13T14:39:19.172521+0000","last_unstale":"2024-09-13T14:39:19.173596+0000","last_undegraded":"2024-09-13T14:39:19.173596+0000","last_fullsized":"2024-09-13T14:39:19.173596+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:36:41.889858+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.12","version":"0'0","reported_seq":1374,"reported_epoch":1096,"state":"active+clean","last_fresh":"2024-09-13T14:39:28.115647+0000","last_change":"2024-09-13T14:39:19.170015+0000","last_active":"2024-09-13T14:39:28.115647+0000","last_peered":"2024-09-13T14:39:28.115647+0000","last_clean":"2024-09-13T14:39:28.115647+0000","last_became_active":"2024-09-13T14:39:19.169675+0000","last_became_peered":"2024-09-13T14:39:19.169675+0000","last_unstale":"2024-09-13T14:39:28.115647+0000","last_undegraded":"2024-09-13T14:39:28.115647+0000","last_fullsized":"2024-09-13T14:39:28.115647+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:54:38.725148+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.16","version":"0'0","reported_seq":1373,"reported_epoch":1096,"state":"active+clean","last_fresh":"2024-09-13T14:39:28.115974+0000","last_change":"2024-09-13T14:39:19.167842+0000","last_active":"2024-09-13T14:39:28.115974+0000","last_peered":"2024-09-13T14:39:28.115974+0000","last_clean":"2024-09-13T14:39:28.115974+0000","last_became_active":"2024-09-13T14:39:19.167223+0000","last_became_peered":"2024-09-13T14:39:19.167223+0000","last_unstale":"2024-09-13T14:39:28.115974+0000","last_undegraded":"2024-09-13T14:39:28.115974+0000","last_fullsized":"2024-09-13T14:39:28.115974+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:29:51.080670+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[0,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.11","version":"0'0","reported_seq":1005,"reported_epoch":1095,"state":"active+clean","last_fresh":"2024-09-13T14:39:19.158700+0000","last_change":"2024-09-13T14:19:29.703360+0000","last_active":"2024-09-13T14:39:19.158700+0000","last_peered":"2024-09-13T14:39:19.158700+0000","last_clean":"2024-09-13T14:39:19.158700+0000","last_became_active":"2024-09-13T14:19:29.703116+0000","last_became_peered":"2024-09-13T14:19:29.703116+0000","last_unstale":"2024-09-13T14:39:19.158700+0000","last_undegraded":"2024-09-13T14:39:19.158700+0000","last_fullsized":"2024-09-13T14:39:19.158700+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:25:26.688209+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.17","version":"0'0","reported_seq":779,"reported_epoch":1095,"state":"active+clean","last_fresh":"2024-09-13T14:39:20.315425+0000","last_change":"2024-09-13T14:39:19.167317+0000","last_active":"2024-09-13T14:39:20.315425+0000","last_peered":"2024-09-13T14:39:20.315425+0000","last_clean":"2024-09-13T14:39:20.315425+0000","last_became_active":"2024-09-13T14:39:19.166925+0000","last_became_peered":"2024-09-13T14:39:19.166925+0000","last_unstale":"2024-09-13T14:39:20.315425+0000","last_undegraded":"2024-09-13T14:39:20.315425+0000","last_fullsized":"2024-09-13T14:39:20.315425+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:52:45.404206+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[7,1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.10","version":"70'8","reported_seq":1026,"reported_epoch":1095,"state":"active+clean","last_fresh":"2024-09-13T14:39:19.166048+0000","last_change":"2024-09-13T14:32:10.923132+0000","last_active":"2024-09-13T14:39:19.166048+0000","last_peered":"2024-09-13T14:39:19.166048+0000","last_clean":"2024-09-13T14:39:19.166048+0000","last_became_active":"2024-09-13T14:32:10.922710+0000","last_became_peered":"2024-09-13T14:32:10.922710+0000","last_unstale":"2024-09-13T14:39:19.166048+0000","last_undegraded":"2024-09-13T14:39:19.166048+0000","last_fullsized":"2024-09-13T14:39:19.166048+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T19:47:11.104439+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":[6,0,5],"acting":[6,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"6.a","version":"1096'1221","reported_seq":1232,"reported_epoch":1096,"state":"active+clean","last_fresh":"2024-09-13T14:39:35.309862+0000","last_change":"2024-09-13T14:39:16.317780+0000","last_active":"2024-09-13T14:39:35.309862+0000","last_peered":"2024-09-13T14:39:35.309862+0000","last_clean":"2024-09-13T14:39:35.309862+0000","last_became_active":"2024-09-13T14:39:16.317336+0000","last_became_peered":"2024-09-13T14:39:16.317336+0000","last_unstale":"2024-09-13T14:39:35.309862+0000","last_undegraded":"2024-09-13T14:39:35.309862+0000","last_fullsized":"2024-09-13T14:39:35.309862+0000","mapping_epoch":1091,"log_start":"0'0","ondisk_log_start":"0'0","created":1091,"last_epoch_clean":1092,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":1221,"log_dups_size":0,"ondisk_log_size":1221,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:12:23.244753+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":80019456,"num_objects":1221,"num_object_clones":0,"num_object_copies":3663,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1221,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1221,"num_write_kb":78144,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[5,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.f","version":"70'1","reported_seq":1021,"reported_epoch":1095,"state":"active+clean","last_fresh":"2024-09-13T14:39:19.160193+0000","last_change":"2024-09-13T14:32:10.925838+0000","last_active":"2024-09-13T14:39:19.160193+0000","last_peered":"2024-09-13T14:39:19.160193+0000","last_clean":"2024-09-13T14:39:19.160193+0000","last_became_active":"2024-09-13T14:32:10.925469+0000","last_became_peered":"2024-09-13T14:32:10.925469+0000","last_unstale":"2024-09-13T14:39:19.160193+0000","last_undegraded":"2024-09-13T14:39:19.160193+0000","last_fullsized":"2024-09-13T14:39:19.160193+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T17:37:11.282892+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":[7,4,0],"acting":[7,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.8","version":"0'0","reported_seq":1015,"reported_epoch":1095,"state":"active+clean","last_fresh":"2024-09-13T14:39:19.158145+0000","last_change":"2024-09-13T14:19:29.737140+0000","last_active":"2024-09-13T14:39:19.158145+0000","last_peered":"2024-09-13T14:39:19.158145+0000","last_clean":"2024-09-13T14:39:19.158145+0000","last_became_active":"2024-09-13T14:19:29.736847+0000","last_became_peered":"2024-09-13T14:19:29.736847+0000","last_unstale":"2024-09-13T14:39:19.158145+0000","last_undegraded":"2024-09-13T14:39:19.158145+0000","last_fullsized":"2024-09-13T14:39:19.158145+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:38:08.956564+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"6.b","version":"1096'1229","reported_seq":1242,"reported_epoch":1096,"state":"active+clean","last_fresh":"2024-09-13T14:39:35.315349+0000","last_change":"2024-09-13T14:39:19.171178+0000","last_active":"2024-09-13T14:39:35.315349+0000","last_peered":"2024-09-13T14:39:35.315349+0000","last_clean":"2024-09-13T14:39:35.315349+0000","last_became_active":"2024-09-13T14:39:19.170843+0000","last_became_peered":"2024-09-13T14:39:19.170843+0000","last_unstale":"2024-09-13T14:39:35.315349+0000","last_undegraded":"2024-09-13T14:39:35.315349+0000","last_fullsized":"2024-09-13T14:39:35.315349+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":1091,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":1229,"log_dups_size":0,"ondisk_log_size":1229,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:44:43.950971+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":80543744,"num_objects":1229,"num_object_clones":0,"num_object_copies":3687,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1229,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1229,"num_write_kb":78656,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[7,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.e","version":"70'2","reported_seq":1022,"reported_epoch":1095,"state":"active+clean","last_fresh":"2024-09-13T14:39:19.159811+0000","last_change":"2024-09-13T14:32:44.955178+0000","last_active":"2024-09-13T14:39:19.159811+0000","last_peered":"2024-09-13T14:39:19.159811+0000","last_clean":"2024-09-13T14:39:19.159811+0000","last_became_active":"2024-09-13T14:32:44.954792+0000","last_became_peered":"2024-09-13T14:32:44.954792+0000","last_unstale":"2024-09-13T14:39:19.159811+0000","last_undegraded":"2024-09-13T14:39:19.159811+0000","last_fullsized":"2024-09-13T14:39:19.159811+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T19:15:55.869971+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,4,1],"acting":[7,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.9","version":"0'0","reported_seq":1068,"reported_epoch":1095,"state":"active+clean","last_fresh":"2024-09-13T14:39:19.173281+0000","last_change":"2024-09-13T14:39:19.172455+0000","last_active":"2024-09-13T14:39:19.173281+0000","last_peered":"2024-09-13T14:39:19.173281+0000","last_clean":"2024-09-13T14:39:19.173281+0000","last_became_active":"2024-09-13T14:39:19.171677+0000","last_became_peered":"2024-09-13T14:39:19.171677+0000","last_unstale":"2024-09-13T14:39:19.173281+0000","last_undegraded":"2024-09-13T14:39:19.173281+0000","last_fullsized":"2024-09-13T14:39:19.173281+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:04:49.599552+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[4,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"6.8","version":"1096'1188","reported_seq":1211,"reported_epoch":1096,"state":"active+clean","last_fresh":"2024-09-13T14:39:35.319636+0000","last_change":"2024-09-13T14:39:19.171874+0000","last_active":"2024-09-13T14:39:35.319636+0000","last_peered":"2024-09-13T14:39:35.319636+0000","last_clean":"2024-09-13T14:39:35.319636+0000","last_became_active":"2024-09-13T14:39:19.171572+0000","last_became_peered":"2024-09-13T14:39:19.171572+0000","last_unstale":"2024-09-13T14:39:35.319636+0000","last_undegraded":"2024-09-13T14:39:35.319636+0000","last_fullsized":"2024-09-13T14:39:35.319636+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":1091,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":1188,"log_dups_size":0,"ondisk_log_size":1188,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:52:17.315092+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":77856768,"num_objects":1188,"num_object_clones":0,"num_object_copies":3564,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1188,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1188,"num_write_kb":76032,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.d","version":"70'1","reported_seq":1006,"reported_epoch":1095,"state":"active+clean","last_fresh":"2024-09-13T14:39:19.159756+0000","last_change":"2024-09-13T14:19:29.702716+0000","last_active":"2024-09-13T14:39:19.159756+0000","last_peered":"2024-09-13T14:39:19.159756+0000","last_clean":"2024-09-13T14:39:19.159756+0000","last_became_active":"2024-09-13T14:19:29.702205+0000","last_became_peered":"2024-09-13T14:19:29.702205+0000","last_unstale":"2024-09-13T14:39:19.159756+0000","last_undegraded":"2024-09-13T14:39:19.159756+0000","last_fullsized":"2024-09-13T14:39:19.159756+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T22:09:38.318232+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":[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.a","version":"0'0","reported_seq":1018,"reported_epoch":1095,"state":"active+clean","last_fresh":"2024-09-13T14:39:19.166155+0000","last_change":"2024-09-13T14:32:44.958584+0000","last_active":"2024-09-13T14:39:19.166155+0000","last_peered":"2024-09-13T14:39:19.166155+0000","last_clean":"2024-09-13T14:39:19.166155+0000","last_became_active":"2024-09-13T14:32:44.957835+0000","last_became_peered":"2024-09-13T14:32:44.957835+0000","last_unstale":"2024-09-13T14:39:19.166155+0000","last_undegraded":"2024-09-13T14:39:19.166155+0000","last_fullsized":"2024-09-13T14:39:19.166155+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:37:09.087325+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1,7],"acting":[6,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"6.9","version":"1096'1020","reported_seq":1041,"reported_epoch":1096,"state":"active+clean","last_fresh":"2024-09-13T14:39:33.987151+0000","last_change":"2024-09-13T14:39:16.146555+0000","last_active":"2024-09-13T14:39:33.987151+0000","last_peered":"2024-09-13T14:39:33.987151+0000","last_clean":"2024-09-13T14:39:33.987151+0000","last_became_active":"2024-09-13T14:39:16.146227+0000","last_became_peered":"2024-09-13T14:39:16.146227+0000","last_unstale":"2024-09-13T14:39:33.987151+0000","last_undegraded":"2024-09-13T14:39:33.987151+0000","last_fullsized":"2024-09-13T14:39:33.987151+0000","mapping_epoch":1091,"log_start":"0'0","ondisk_log_start":"0'0","created":1091,"last_epoch_clean":1092,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":1020,"log_dups_size":0,"ondisk_log_size":1020,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:29:14.746504+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":66846720,"num_objects":1020,"num_object_clones":0,"num_object_copies":3060,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1020,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1020,"num_write_kb":65280,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[0,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.c","version":"0'0","reported_seq":1039,"reported_epoch":1095,"state":"active+clean","last_fresh":"2024-09-13T14:39:19.173169+0000","last_change":"2024-09-13T14:39:19.171529+0000","last_active":"2024-09-13T14:39:19.173169+0000","last_peered":"2024-09-13T14:39:19.173169+0000","last_clean":"2024-09-13T14:39:19.173169+0000","last_became_active":"2024-09-13T14:39:19.171270+0000","last_became_peered":"2024-09-13T14:39:19.171270+0000","last_unstale":"2024-09-13T14:39:19.173169+0000","last_undegraded":"2024-09-13T14:39:19.173169+0000","last_fullsized":"2024-09-13T14:39:19.173169+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:10:12.240151+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[5,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.b","version":"0'0","reported_seq":1379,"reported_epoch":1096,"state":"active+clean","last_fresh":"2024-09-13T14:39:28.115690+0000","last_change":"2024-09-13T14:33:17.924064+0000","last_active":"2024-09-13T14:39:28.115690+0000","last_peered":"2024-09-13T14:39:28.115690+0000","last_clean":"2024-09-13T14:39:28.115690+0000","last_became_active":"2024-09-13T14:33:17.923735+0000","last_became_peered":"2024-09-13T14:33:17.923735+0000","last_unstale":"2024-09-13T14:39:28.115690+0000","last_undegraded":"2024-09-13T14:39:28.115690+0000","last_fullsized":"2024-09-13T14:39:28.115690+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:22:09.908057+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[0,2,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"6.e","version":"1096'1232","reported_seq":1246,"reported_epoch":1096,"state":"active+clean","last_fresh":"2024-09-13T14:39:35.303820+0000","last_change":"2024-09-13T14:39:16.145287+0000","last_active":"2024-09-13T14:39:35.303820+0000","last_peered":"2024-09-13T14:39:35.303820+0000","last_clean":"2024-09-13T14:39:35.303820+0000","last_became_active":"2024-09-13T14:39:16.144981+0000","last_became_peered":"2024-09-13T14:39:16.144981+0000","last_unstale":"2024-09-13T14:39:35.303820+0000","last_undegraded":"2024-09-13T14:39:35.303820+0000","last_fullsized":"2024-09-13T14:39:35.303820+0000","mapping_epoch":1091,"log_start":"0'0","ondisk_log_start":"0'0","created":1091,"last_epoch_clean":1092,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":1232,"log_dups_size":0,"ondisk_log_size":1232,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:06:12.407699+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":80740352,"num_objects":1232,"num_object_clones":0,"num_object_copies":3696,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1232,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1232,"num_write_kb":78848,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.b","version":"70'2","reported_seq":57,"reported_epoch":1096,"state":"active+clean","last_fresh":"2024-09-13T14:39:28.115789+0000","last_change":"2024-09-13T14:39:19.186944+0000","last_active":"2024-09-13T14:39:28.115789+0000","last_peered":"2024-09-13T14:39:28.115789+0000","last_clean":"2024-09-13T14:39:28.115789+0000","last_became_active":"2024-09-13T14:39:19.169714+0000","last_became_peered":"2024-09-13T14:39:19.169714+0000","last_unstale":"2024-09-13T14:39:28.115789+0000","last_undegraded":"2024-09-13T14:39:28.115789+0000","last_fullsized":"2024-09-13T14:39:28.115789+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T01:13:27.382092+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":1,"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,1],"acting":[0,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"4.c","version":"0'0","reported_seq":1052,"reported_epoch":1095,"state":"active+clean","last_fresh":"2024-09-13T14:39:19.174694+0000","last_change":"2024-09-13T14:39:19.173138+0000","last_active":"2024-09-13T14:39:19.174694+0000","last_peered":"2024-09-13T14:39:19.174694+0000","last_clean":"2024-09-13T14:39:19.174694+0000","last_became_active":"2024-09-13T14:39:19.172817+0000","last_became_peered":"2024-09-13T14:39:19.172817+0000","last_unstale":"2024-09-13T14:39:19.174694+0000","last_undegraded":"2024-09-13T14:39:19.174694+0000","last_fullsized":"2024-09-13T14:39:19.174694+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:53:49.604574+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"6.f","version":"1096'1326","reported_seq":1352,"reported_epoch":1096,"state":"active+clean","last_fresh":"2024-09-13T14:39:35.937145+0000","last_change":"2024-09-13T14:39:19.172027+0000","last_active":"2024-09-13T14:39:35.937145+0000","last_peered":"2024-09-13T14:39:35.937145+0000","last_clean":"2024-09-13T14:39:35.937145+0000","last_became_active":"2024-09-13T14:39:19.171711+0000","last_became_peered":"2024-09-13T14:39:19.171711+0000","last_unstale":"2024-09-13T14:39:35.937145+0000","last_undegraded":"2024-09-13T14:39:35.937145+0000","last_fullsized":"2024-09-13T14:39:35.937145+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":1091,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":1326,"log_dups_size":0,"ondisk_log_size":1326,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:17:17.534925+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":86900736,"num_objects":1326,"num_object_clones":0,"num_object_copies":3978,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1326,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1326,"num_write_kb":84864,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.a","version":"0'0","reported_seq":1019,"reported_epoch":1095,"state":"active+clean","last_fresh":"2024-09-13T14:39:19.166273+0000","last_change":"2024-09-13T14:32:44.958399+0000","last_active":"2024-09-13T14:39:19.166273+0000","last_peered":"2024-09-13T14:39:19.166273+0000","last_clean":"2024-09-13T14:39:19.166273+0000","last_became_active":"2024-09-13T14:32:44.957143+0000","last_became_peered":"2024-09-13T14:32:44.957143+0000","last_unstale":"2024-09-13T14:39:19.166273+0000","last_undegraded":"2024-09-13T14:39:19.166273+0000","last_fullsized":"2024-09-13T14:39:19.166273+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:38:34.798967+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.d","version":"0'0","reported_seq":1058,"reported_epoch":1095,"state":"active+clean","last_fresh":"2024-09-13T14:39:19.155730+0000","last_change":"2024-09-13T14:33:17.924971+0000","last_active":"2024-09-13T14:39:19.155730+0000","last_peered":"2024-09-13T14:39:19.155730+0000","last_clean":"2024-09-13T14:39:19.155730+0000","last_became_active":"2024-09-13T14:33:17.924648+0000","last_became_peered":"2024-09-13T14:33:17.924648+0000","last_unstale":"2024-09-13T14:39:19.155730+0000","last_undegraded":"2024-09-13T14:39:19.155730+0000","last_fullsized":"2024-09-13T14:39:19.155730+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:45:08.239283+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,1],"acting":[4,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"6.c","version":"1096'1204","reported_seq":1217,"reported_epoch":1096,"state":"active+clean","last_fresh":"2024-09-13T14:39:35.294126+0000","last_change":"2024-09-13T14:39:19.177293+0000","last_active":"2024-09-13T14:39:35.294126+0000","last_peered":"2024-09-13T14:39:35.294126+0000","last_clean":"2024-09-13T14:39:35.294126+0000","last_became_active":"2024-09-13T14:39:19.177031+0000","last_became_peered":"2024-09-13T14:39:19.177031+0000","last_unstale":"2024-09-13T14:39:35.294126+0000","last_undegraded":"2024-09-13T14:39:35.294126+0000","last_fullsized":"2024-09-13T14:39:35.294126+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":1091,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":1204,"log_dups_size":0,"ondisk_log_size":1204,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:48:32.754436+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":78905344,"num_objects":1204,"num_object_clones":0,"num_object_copies":3612,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1204,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1204,"num_write_kb":77056,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[6,5,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.9","version":"0'0","reported_seq":1045,"reported_epoch":1095,"state":"active+clean","last_fresh":"2024-09-13T14:39:19.155447+0000","last_change":"2024-09-13T14:33:17.926775+0000","last_active":"2024-09-13T14:39:19.155447+0000","last_peered":"2024-09-13T14:39:19.155447+0000","last_clean":"2024-09-13T14:39:19.155447+0000","last_became_active":"2024-09-13T14:33:17.926188+0000","last_became_peered":"2024-09-13T14:33:17.926188+0000","last_unstale":"2024-09-13T14:39:19.155447+0000","last_undegraded":"2024-09-13T14:39:19.155447+0000","last_fullsized":"2024-09-13T14:39:19.155447+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:03:12.922468+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,7],"acting":[4,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.e","version":"0'0","reported_seq":1043,"reported_epoch":1095,"state":"active+clean","last_fresh":"2024-09-13T14:39:19.155450+0000","last_change":"2024-09-13T14:32:44.957195+0000","last_active":"2024-09-13T14:39:19.155450+0000","last_peered":"2024-09-13T14:39:19.155450+0000","last_clean":"2024-09-13T14:39:19.155450+0000","last_became_active":"2024-09-13T14:32:44.956868+0000","last_became_peered":"2024-09-13T14:32:44.956868+0000","last_unstale":"2024-09-13T14:39:19.155450+0000","last_undegraded":"2024-09-13T14:39:19.155450+0000","last_fullsized":"2024-09-13T14:39:19.155450+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:42:34.097129+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"6.d","version":"1096'1240","reported_seq":1253,"reported_epoch":1096,"state":"active+clean","last_fresh":"2024-09-13T14:39:35.312026+0000","last_change":"2024-09-13T14:39:16.141888+0000","last_active":"2024-09-13T14:39:35.312026+0000","last_peered":"2024-09-13T14:39:35.312026+0000","last_clean":"2024-09-13T14:39:35.312026+0000","last_became_active":"2024-09-13T14:39:16.141668+0000","last_became_peered":"2024-09-13T14:39:16.141668+0000","last_unstale":"2024-09-13T14:39:35.312026+0000","last_undegraded":"2024-09-13T14:39:35.312026+0000","last_fullsized":"2024-09-13T14:39:35.312026+0000","mapping_epoch":1091,"log_start":"0'0","ondisk_log_start":"0'0","created":1091,"last_epoch_clean":1092,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":1240,"log_dups_size":0,"ondisk_log_size":1240,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:50:13.635237+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":81264640,"num_objects":1240,"num_object_clones":0,"num_object_copies":3720,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1240,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1240,"num_write_kb":79360,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"3.8","version":"0'0","reported_seq":783,"reported_epoch":1096,"state":"active+clean","last_fresh":"2024-09-13T14:39:28.336114+0000","last_change":"2024-09-13T14:39:19.161607+0000","last_active":"2024-09-13T14:39:28.336114+0000","last_peered":"2024-09-13T14:39:28.336114+0000","last_clean":"2024-09-13T14:39:28.336114+0000","last_became_active":"2024-09-13T14:39:19.161300+0000","last_became_peered":"2024-09-13T14:39:19.161300+0000","last_unstale":"2024-09-13T14:39:28.336114+0000","last_undegraded":"2024-09-13T14:39:28.336114+0000","last_fullsized":"2024-09-13T14:39:28.336114+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:34:08.329843+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[1,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"4.f","version":"0'0","reported_seq":1338,"reported_epoch":1096,"state":"active+clean","last_fresh":"2024-09-13T14:39:28.336557+0000","last_change":"2024-09-13T14:39:19.161512+0000","last_active":"2024-09-13T14:39:28.336557+0000","last_peered":"2024-09-13T14:39:28.336557+0000","last_clean":"2024-09-13T14:39:28.336557+0000","last_became_active":"2024-09-13T14:39:19.161213+0000","last_became_peered":"2024-09-13T14:39:19.161213+0000","last_unstale":"2024-09-13T14:39:28.336557+0000","last_undegraded":"2024-09-13T14:39:28.336557+0000","last_fullsized":"2024-09-13T14:39:28.336557+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:39:47.725691+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[1,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"6.7","version":"1096'1249","reported_seq":1270,"reported_epoch":1096,"state":"active+clean","last_fresh":"2024-09-13T14:39:35.315256+0000","last_change":"2024-09-13T14:39:19.168410+0000","last_active":"2024-09-13T14:39:35.315256+0000","last_peered":"2024-09-13T14:39:35.315256+0000","last_clean":"2024-09-13T14:39:35.315256+0000","last_became_active":"2024-09-13T14:39:19.168063+0000","last_became_peered":"2024-09-13T14:39:19.168063+0000","last_unstale":"2024-09-13T14:39:35.315256+0000","last_undegraded":"2024-09-13T14:39:35.315256+0000","last_fullsized":"2024-09-13T14:39:35.315256+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":1091,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":1249,"log_dups_size":0,"ondisk_log_size":1249,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:38:13.174644+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":81854464,"num_objects":1249,"num_object_clones":0,"num_object_copies":3747,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1249,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1249,"num_write_kb":79936,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.0","version":"373'149","reported_seq":1351,"reported_epoch":1095,"state":"active+clean","last_fresh":"2024-09-13T14:39:19.159122+0000","last_change":"2024-09-13T14:32:10.924871+0000","last_active":"2024-09-13T14:39:19.159122+0000","last_peered":"2024-09-13T14:39:19.159122+0000","last_clean":"2024-09-13T14:39:19.159122+0000","last_became_active":"2024-09-13T14:32:10.924500+0000","last_became_peered":"2024-09-13T14:32:10.924500+0000","last_unstale":"2024-09-13T14:39:19.159122+0000","last_undegraded":"2024-09-13T14:39:19.159122+0000","last_fullsized":"2024-09-13T14:39:19.159122+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:15:42.548303+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:21:02.828762+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":392,"num_read_kb":834,"num_write":215,"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":"63'1","reported_seq":1045,"reported_epoch":1095,"state":"active+clean","last_fresh":"2024-09-13T14:39:19.159802+0000","last_change":"2024-09-13T14:33:17.925155+0000","last_active":"2024-09-13T14:39:19.159802+0000","last_peered":"2024-09-13T14:39:19.159802+0000","last_clean":"2024-09-13T14:39:19.159802+0000","last_became_active":"2024-09-13T14:33:17.924828+0000","last_became_peered":"2024-09-13T14:33:17.924828+0000","last_unstale":"2024-09-13T14:39:19.159802+0000","last_undegraded":"2024-09-13T14:39:19.159802+0000","last_fullsized":"2024-09-13T14:39:19.159802+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-14T16:07:59.858659+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029038399999999998,"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":[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":752,"reported_epoch":1095,"state":"active+clean","last_fresh":"2024-09-13T14:39:20.315052+0000","last_change":"2024-09-13T14:39:19.173357+0000","last_active":"2024-09-13T14:39:20.315052+0000","last_peered":"2024-09-13T14:39:20.315052+0000","last_clean":"2024-09-13T14:39:20.315052+0000","last_became_active":"2024-09-13T14:39:19.173046+0000","last_became_peered":"2024-09-13T14:39:19.173046+0000","last_unstale":"2024-09-13T14:39:20.315052+0000","last_undegraded":"2024-09-13T14:39:20.315052+0000","last_fullsized":"2024-09-13T14:39:20.315052+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:02:29.320019+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[5,6,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.5","version":"0'0","reported_seq":1003,"reported_epoch":1095,"state":"active+clean","last_fresh":"2024-09-13T14:39:19.169079+0000","last_change":"2024-09-13T14:19:29.739160+0000","last_active":"2024-09-13T14:39:19.169079+0000","last_peered":"2024-09-13T14:39:19.169079+0000","last_clean":"2024-09-13T14:39:19.169079+0000","last_became_active":"2024-09-13T14:19:29.738892+0000","last_became_peered":"2024-09-13T14:19:29.738892+0000","last_unstale":"2024-09-13T14:39:19.169079+0000","last_undegraded":"2024-09-13T14:39:19.169079+0000","last_fullsized":"2024-09-13T14:39:19.169079+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:04:33.496723+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"6.4","version":"1096'1739","reported_seq":1764,"reported_epoch":1096,"state":"active+clean","last_fresh":"2024-09-13T14:39:37.987969+0000","last_change":"2024-09-13T14:39:19.174926+0000","last_active":"2024-09-13T14:39:37.987969+0000","last_peered":"2024-09-13T14:39:37.987969+0000","last_clean":"2024-09-13T14:39:37.987969+0000","last_became_active":"2024-09-13T14:39:19.174302+0000","last_became_peered":"2024-09-13T14:39:19.174302+0000","last_unstale":"2024-09-13T14:39:37.987969+0000","last_undegraded":"2024-09-13T14:39:37.987969+0000","last_fullsized":"2024-09-13T14:39:37.987969+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":1091,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":1739,"log_dups_size":0,"ondisk_log_size":1739,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:29:44.750264+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":113967104,"num_objects":1739,"num_object_clones":0,"num_object_copies":5217,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1739,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1739,"num_write_kb":111296,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[1,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.0","version":"0'0","reported_seq":1049,"reported_epoch":1095,"state":"active+clean","last_fresh":"2024-09-13T14:39:19.158924+0000","last_change":"2024-09-13T14:32:44.959494+0000","last_active":"2024-09-13T14:39:19.158924+0000","last_peered":"2024-09-13T14:39:19.158924+0000","last_clean":"2024-09-13T14:39:19.158924+0000","last_became_active":"2024-09-13T14:32:44.959144+0000","last_became_peered":"2024-09-13T14:32:44.959144+0000","last_unstale":"2024-09-13T14:39:19.158924+0000","last_undegraded":"2024-09-13T14:39:19.158924+0000","last_fullsized":"2024-09-13T14:39:19.158924+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:16:38.736104+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000322109,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":1374,"reported_epoch":1096,"state":"active+clean","last_fresh":"2024-09-13T14:39:28.115516+0000","last_change":"2024-09-13T14:39:19.164325+0000","last_active":"2024-09-13T14:39:28.115516+0000","last_peered":"2024-09-13T14:39:28.115516+0000","last_clean":"2024-09-13T14:39:28.115516+0000","last_became_active":"2024-09-13T14:39:19.163951+0000","last_became_peered":"2024-09-13T14:39:19.163951+0000","last_unstale":"2024-09-13T14:39:28.115516+0000","last_undegraded":"2024-09-13T14:39:28.115516+0000","last_fullsized":"2024-09-13T14:39:28.115516+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:14:33.777041+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[0,4,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"4.6","version":"0'0","reported_seq":1379,"reported_epoch":1096,"state":"active+clean","last_fresh":"2024-09-13T14:39:28.115912+0000","last_change":"2024-09-13T14:33:17.927377+0000","last_active":"2024-09-13T14:39:28.115912+0000","last_peered":"2024-09-13T14:39:28.115912+0000","last_clean":"2024-09-13T14:39:28.115912+0000","last_became_active":"2024-09-13T14:33:17.926642+0000","last_became_peered":"2024-09-13T14:33:17.926642+0000","last_unstale":"2024-09-13T14:39:28.115912+0000","last_undegraded":"2024-09-13T14:39:28.115912+0000","last_fullsized":"2024-09-13T14:39:28.115912+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:56:30.839736+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"6.5","version":"1096'1211","reported_seq":1233,"reported_epoch":1096,"state":"active+clean","last_fresh":"2024-09-13T14:39:35.323845+0000","last_change":"2024-09-13T14:39:19.172757+0000","last_active":"2024-09-13T14:39:35.323845+0000","last_peered":"2024-09-13T14:39:35.323845+0000","last_clean":"2024-09-13T14:39:35.323845+0000","last_became_active":"2024-09-13T14:39:19.172458+0000","last_became_peered":"2024-09-13T14:39:19.172458+0000","last_unstale":"2024-09-13T14:39:35.323845+0000","last_undegraded":"2024-09-13T14:39:35.323845+0000","last_fullsized":"2024-09-13T14:39:35.323845+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":1091,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":1211,"log_dups_size":0,"ondisk_log_size":1211,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:59:57.920613+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":79364096,"num_objects":1211,"num_object_clones":0,"num_object_copies":3633,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1211,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1211,"num_write_kb":77504,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[7,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.1","version":"0'0","reported_seq":1333,"reported_epoch":1096,"state":"active+clean","last_fresh":"2024-09-13T14:39:27.298143+0000","last_change":"2024-09-13T14:39:19.177067+0000","last_active":"2024-09-13T14:39:27.298143+0000","last_peered":"2024-09-13T14:39:27.298143+0000","last_clean":"2024-09-13T14:39:27.298143+0000","last_became_active":"2024-09-13T14:39:19.176758+0000","last_became_peered":"2024-09-13T14:39:19.176758+0000","last_unstale":"2024-09-13T14:39:27.298143+0000","last_undegraded":"2024-09-13T14:39:27.298143+0000","last_fullsized":"2024-09-13T14:39:27.298143+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:01:47.450523+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00030931399999999999,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"3.0","version":"0'0","reported_seq":1332,"reported_epoch":1096,"state":"active+clean","last_fresh":"2024-09-13T14:39:28.336171+0000","last_change":"2024-09-13T14:33:17.920978+0000","last_active":"2024-09-13T14:39:28.336171+0000","last_peered":"2024-09-13T14:39:28.336171+0000","last_clean":"2024-09-13T14:39:28.336171+0000","last_became_active":"2024-09-13T14:33:17.920696+0000","last_became_peered":"2024-09-13T14:33:17.920696+0000","last_unstale":"2024-09-13T14:39:28.336171+0000","last_undegraded":"2024-09-13T14:39:28.336171+0000","last_fullsized":"2024-09-13T14:39:28.336171+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:12:56.325230+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.7","version":"0'0","reported_seq":1315,"reported_epoch":1096,"state":"active+clean","last_fresh":"2024-09-13T14:39:28.336409+0000","last_change":"2024-09-13T14:32:44.964975+0000","last_active":"2024-09-13T14:39:28.336409+0000","last_peered":"2024-09-13T14:39:28.336409+0000","last_clean":"2024-09-13T14:39:28.336409+0000","last_became_active":"2024-09-13T14:32:44.963031+0000","last_became_peered":"2024-09-13T14:32:44.963031+0000","last_unstale":"2024-09-13T14:39:28.336409+0000","last_undegraded":"2024-09-13T14:39:28.336409+0000","last_fullsized":"2024-09-13T14:39:28.336409+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:15:43.709469+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"6.6","version":"1096'1253","reported_seq":1264,"reported_epoch":1096,"state":"active+clean","last_fresh":"2024-09-13T14:39:35.307009+0000","last_change":"2024-09-13T14:39:19.171559+0000","last_active":"2024-09-13T14:39:35.307009+0000","last_peered":"2024-09-13T14:39:35.307009+0000","last_clean":"2024-09-13T14:39:35.307009+0000","last_became_active":"2024-09-13T14:39:19.171221+0000","last_became_peered":"2024-09-13T14:39:19.171221+0000","last_unstale":"2024-09-13T14:39:35.307009+0000","last_undegraded":"2024-09-13T14:39:35.307009+0000","last_fullsized":"2024-09-13T14:39:35.307009+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":1091,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":1253,"log_dups_size":0,"ondisk_log_size":1253,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:09:56.250598+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":82116608,"num_objects":1253,"num_object_clones":0,"num_object_copies":3759,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1253,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1253,"num_write_kb":80192,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7,6],"acting":[4,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.2","version":"65'2","reported_seq":1046,"reported_epoch":1095,"state":"active+clean","last_fresh":"2024-09-13T14:39:19.159787+0000","last_change":"2024-09-13T14:32:44.954354+0000","last_active":"2024-09-13T14:39:19.159787+0000","last_peered":"2024-09-13T14:39:19.159787+0000","last_clean":"2024-09-13T14:39:19.159787+0000","last_became_active":"2024-09-13T14:32:44.953937+0000","last_became_peered":"2024-09-13T14:32:44.953937+0000","last_unstale":"2024-09-13T14:39:19.159787+0000","last_undegraded":"2024-09-13T14:39:19.159787+0000","last_fullsized":"2024-09-13T14:39:19.159787+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-14T22:00:15.492952+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00094368000000000002,"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":[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":1045,"reported_epoch":1095,"state":"active+clean","last_fresh":"2024-09-13T14:39:19.155454+0000","last_change":"2024-09-13T14:32:10.926314+0000","last_active":"2024-09-13T14:39:19.155454+0000","last_peered":"2024-09-13T14:39:19.155454+0000","last_clean":"2024-09-13T14:39:19.155454+0000","last_became_active":"2024-09-13T14:32:10.925869+0000","last_became_peered":"2024-09-13T14:32:10.925869+0000","last_unstale":"2024-09-13T14:39:19.155454+0000","last_undegraded":"2024-09-13T14:39:19.155454+0000","last_fullsized":"2024-09-13T14:39:19.155454+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:38:58.957447+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.4","version":"0'0","reported_seq":1350,"reported_epoch":1096,"state":"active+clean","last_fresh":"2024-09-13T14:39:28.336521+0000","last_change":"2024-09-13T14:39:19.175256+0000","last_active":"2024-09-13T14:39:28.336521+0000","last_peered":"2024-09-13T14:39:28.336521+0000","last_clean":"2024-09-13T14:39:28.336521+0000","last_became_active":"2024-09-13T14:39:19.174953+0000","last_became_peered":"2024-09-13T14:39:19.174953+0000","last_unstale":"2024-09-13T14:39:28.336521+0000","last_undegraded":"2024-09-13T14:39:28.336521+0000","last_fullsized":"2024-09-13T14:39:28.336521+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:55:26.963281+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"6.0","version":"1096'963","reported_seq":991,"reported_epoch":1096,"state":"active+clean","last_fresh":"2024-09-13T14:39:33.990274+0000","last_change":"2024-09-13T14:39:19.169013+0000","last_active":"2024-09-13T14:39:33.990274+0000","last_peered":"2024-09-13T14:39:33.990274+0000","last_clean":"2024-09-13T14:39:33.990274+0000","last_became_active":"2024-09-13T14:39:19.168688+0000","last_became_peered":"2024-09-13T14:39:19.168688+0000","last_unstale":"2024-09-13T14:39:33.990274+0000","last_undegraded":"2024-09-13T14:39:33.990274+0000","last_fullsized":"2024-09-13T14:39:33.990274+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":1091,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":963,"log_dups_size":0,"ondisk_log_size":963,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:06:47.180643+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":63111168,"num_objects":963,"num_object_clones":0,"num_object_copies":2889,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":963,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":963,"num_write_kb":61632,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[0,2,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.5","version":"0'0","reported_seq":1055,"reported_epoch":1095,"state":"active+clean","last_fresh":"2024-09-13T14:39:19.173999+0000","last_change":"2024-09-13T14:39:19.173492+0000","last_active":"2024-09-13T14:39:19.173999+0000","last_peered":"2024-09-13T14:39:19.173999+0000","last_clean":"2024-09-13T14:39:19.173999+0000","last_became_active":"2024-09-13T14:39:19.173210+0000","last_became_peered":"2024-09-13T14:39:19.173210+0000","last_unstale":"2024-09-13T14:39:19.173999+0000","last_undegraded":"2024-09-13T14:39:19.173999+0000","last_fullsized":"2024-09-13T14:39:19.173999+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:59:06.522440+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[5,2,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.4","version":"0'0","reported_seq":1329,"reported_epoch":1096,"state":"active+clean","last_fresh":"2024-09-13T14:39:28.336625+0000","last_change":"2024-09-13T14:32:44.965574+0000","last_active":"2024-09-13T14:39:28.336625+0000","last_peered":"2024-09-13T14:39:28.336625+0000","last_clean":"2024-09-13T14:39:28.336625+0000","last_became_active":"2024-09-13T14:32:44.963233+0000","last_became_peered":"2024-09-13T14:32:44.963233+0000","last_unstale":"2024-09-13T14:39:28.336625+0000","last_undegraded":"2024-09-13T14:39:28.336625+0000","last_fullsized":"2024-09-13T14:39:28.336625+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:40:28.561059+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00031535100000000001,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.2","version":"0'0","reported_seq":1321,"reported_epoch":1096,"state":"active+clean","last_fresh":"2024-09-13T14:39:28.336321+0000","last_change":"2024-09-13T14:32:44.952766+0000","last_active":"2024-09-13T14:39:28.336321+0000","last_peered":"2024-09-13T14:39:28.336321+0000","last_clean":"2024-09-13T14:39:28.336321+0000","last_became_active":"2024-09-13T14:32:44.952468+0000","last_became_peered":"2024-09-13T14:32:44.952468+0000","last_unstale":"2024-09-13T14:39:28.336321+0000","last_undegraded":"2024-09-13T14:39:28.336321+0000","last_fullsized":"2024-09-13T14:39:28.336321+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:27:19.239636+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"6.1","version":"1096'1625","reported_seq":1645,"reported_epoch":1096,"state":"active+clean","last_fresh":"2024-09-13T14:39:37.963185+0000","last_change":"2024-09-13T14:39:16.317628+0000","last_active":"2024-09-13T14:39:37.963185+0000","last_peered":"2024-09-13T14:39:37.963185+0000","last_clean":"2024-09-13T14:39:37.963185+0000","last_became_active":"2024-09-13T14:39:16.317267+0000","last_became_peered":"2024-09-13T14:39:16.317267+0000","last_unstale":"2024-09-13T14:39:37.963185+0000","last_undegraded":"2024-09-13T14:39:37.963185+0000","last_fullsized":"2024-09-13T14:39:37.963185+0000","mapping_epoch":1091,"log_start":"0'0","ondisk_log_start":"0'0","created":1091,"last_epoch_clean":1092,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":1625,"log_dups_size":0,"ondisk_log_size":1625,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:55:23.326868+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":106496000,"num_objects":1625,"num_object_clones":0,"num_object_copies":4875,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1625,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1625,"num_write_kb":104000,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[1,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.4","version":"0'0","reported_seq":1332,"reported_epoch":1096,"state":"active+clean","last_fresh":"2024-09-13T14:39:28.336587+0000","last_change":"2024-09-13T14:33:17.922486+0000","last_active":"2024-09-13T14:39:28.336587+0000","last_peered":"2024-09-13T14:39:28.336587+0000","last_clean":"2024-09-13T14:39:28.336587+0000","last_became_active":"2024-09-13T14:33:17.922130+0000","last_became_peered":"2024-09-13T14:33:17.922130+0000","last_unstale":"2024-09-13T14:39:28.336587+0000","last_undegraded":"2024-09-13T14:39:28.336587+0000","last_fullsized":"2024-09-13T14:39:28.336587+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:51:55.783052+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.5","version":"0'0","reported_seq":1034,"reported_epoch":1095,"state":"active+clean","last_fresh":"2024-09-13T14:39:19.159844+0000","last_change":"2024-09-13T14:32:10.925170+0000","last_active":"2024-09-13T14:39:19.159844+0000","last_peered":"2024-09-13T14:39:19.159844+0000","last_clean":"2024-09-13T14:39:19.159844+0000","last_became_active":"2024-09-13T14:32:10.924864+0000","last_became_peered":"2024-09-13T14:32:10.924864+0000","last_unstale":"2024-09-13T14:39:19.159844+0000","last_undegraded":"2024-09-13T14:39:19.159844+0000","last_fullsized":"2024-09-13T14:39:19.159844+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:23:13.266436+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000327091,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.3","version":"0'0","reported_seq":1355,"reported_epoch":1096,"state":"active+clean","last_fresh":"2024-09-13T14:39:28.115664+0000","last_change":"2024-09-13T14:32:10.935933+0000","last_active":"2024-09-13T14:39:28.115664+0000","last_peered":"2024-09-13T14:39:28.115664+0000","last_clean":"2024-09-13T14:39:28.115664+0000","last_became_active":"2024-09-13T14:32:10.935486+0000","last_became_peered":"2024-09-13T14:32:10.935486+0000","last_unstale":"2024-09-13T14:39:28.115664+0000","last_undegraded":"2024-09-13T14:39:28.115664+0000","last_fullsized":"2024-09-13T14:39:28.115664+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:49:31.318318+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"6.2","version":"1096'1144","reported_seq":1167,"reported_epoch":1096,"state":"active+clean","last_fresh":"2024-09-13T14:39:35.298748+0000","last_change":"2024-09-13T14:39:19.172217+0000","last_active":"2024-09-13T14:39:35.298748+0000","last_peered":"2024-09-13T14:39:35.298748+0000","last_clean":"2024-09-13T14:39:35.298748+0000","last_became_active":"2024-09-13T14:39:19.171682+0000","last_became_peered":"2024-09-13T14:39:19.171682+0000","last_unstale":"2024-09-13T14:39:35.298748+0000","last_undegraded":"2024-09-13T14:39:35.298748+0000","last_fullsized":"2024-09-13T14:39:35.298748+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":1091,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":1144,"log_dups_size":0,"ondisk_log_size":1144,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:31:55.596996+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":74973184,"num_objects":1144,"num_object_clones":0,"num_object_copies":3432,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1144,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1144,"num_write_kb":73216,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,6],"acting":[4,2,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.7","version":"70'2","reported_seq":45,"reported_epoch":1095,"state":"active+clean","last_fresh":"2024-09-13T14:39:20.315436+0000","last_change":"2024-09-13T14:39:19.187526+0000","last_active":"2024-09-13T14:39:20.315436+0000","last_peered":"2024-09-13T14:39:20.315436+0000","last_clean":"2024-09-13T14:39:20.315436+0000","last_became_active":"2024-09-13T14:39:19.165097+0000","last_became_peered":"2024-09-13T14:39:19.165097+0000","last_unstale":"2024-09-13T14:39:20.315436+0000","last_undegraded":"2024-09-13T14:39:20.315436+0000","last_fullsized":"2024-09-13T14:39:20.315436+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T01:20:28.115537+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":1,"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,0,5],"acting":[7,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.6","version":"0'0","reported_seq":1333,"reported_epoch":1096,"state":"active+clean","last_fresh":"2024-09-13T14:39:28.336516+0000","last_change":"2024-09-13T14:32:44.954419+0000","last_active":"2024-09-13T14:39:28.336516+0000","last_peered":"2024-09-13T14:39:28.336516+0000","last_clean":"2024-09-13T14:39:28.336516+0000","last_became_active":"2024-09-13T14:32:44.953988+0000","last_became_peered":"2024-09-13T14:32:44.953988+0000","last_unstale":"2024-09-13T14:39:28.336516+0000","last_undegraded":"2024-09-13T14:39:28.336516+0000","last_fullsized":"2024-09-13T14:39:28.336516+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:16:31.544386+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.0","version":"0'0","reported_seq":787,"reported_epoch":1095,"state":"active+clean","last_fresh":"2024-09-13T14:39:20.315302+0000","last_change":"2024-09-13T14:39:19.167301+0000","last_active":"2024-09-13T14:39:20.315302+0000","last_peered":"2024-09-13T14:39:20.315302+0000","last_clean":"2024-09-13T14:39:20.315302+0000","last_became_active":"2024-09-13T14:39:19.166960+0000","last_became_peered":"2024-09-13T14:39:19.166960+0000","last_unstale":"2024-09-13T14:39:20.315302+0000","last_undegraded":"2024-09-13T14:39:20.315302+0000","last_fullsized":"2024-09-13T14:39:20.315302+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:13:32.279835+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"6.3","version":"1096'1177","reported_seq":1191,"reported_epoch":1096,"state":"active+clean","last_fresh":"2024-09-13T14:39:35.315939+0000","last_change":"2024-09-13T14:39:16.317782+0000","last_active":"2024-09-13T14:39:35.315939+0000","last_peered":"2024-09-13T14:39:35.315939+0000","last_clean":"2024-09-13T14:39:35.315939+0000","last_became_active":"2024-09-13T14:39:16.317479+0000","last_became_peered":"2024-09-13T14:39:16.317479+0000","last_unstale":"2024-09-13T14:39:35.315939+0000","last_undegraded":"2024-09-13T14:39:35.315939+0000","last_fullsized":"2024-09-13T14:39:35.315939+0000","mapping_epoch":1091,"log_start":"0'0","ondisk_log_start":"0'0","created":1091,"last_epoch_clean":1092,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":1177,"log_dups_size":0,"ondisk_log_size":1177,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:44:01.407035+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":77135872,"num_objects":1177,"num_object_clones":0,"num_object_copies":3531,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1177,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1177,"num_write_kb":75328,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[7,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.6","version":"70'1","reported_seq":1369,"reported_epoch":1096,"state":"active+clean","last_fresh":"2024-09-13T14:39:28.116010+0000","last_change":"2024-09-13T14:32:44.968175+0000","last_active":"2024-09-13T14:39:28.116010+0000","last_peered":"2024-09-13T14:39:28.116010+0000","last_clean":"2024-09-13T14:39:28.116010+0000","last_became_active":"2024-09-13T14:32:44.964527+0000","last_became_peered":"2024-09-13T14:32:44.964527+0000","last_unstale":"2024-09-13T14:39:28.116010+0000","last_undegraded":"2024-09-13T14:39:28.116010+0000","last_fullsized":"2024-09-13T14:39:28.116010+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T14:40:33.658595+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":[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.7","version":"0'0","reported_seq":1031,"reported_epoch":1095,"state":"active+clean","last_fresh":"2024-09-13T14:39:19.169154+0000","last_change":"2024-09-13T14:33:17.922456+0000","last_active":"2024-09-13T14:39:19.169154+0000","last_peered":"2024-09-13T14:39:19.169154+0000","last_clean":"2024-09-13T14:39:19.169154+0000","last_became_active":"2024-09-13T14:33:17.922068+0000","last_became_peered":"2024-09-13T14:33:17.922068+0000","last_unstale":"2024-09-13T14:39:19.169154+0000","last_undegraded":"2024-09-13T14:39:19.169154+0000","last_fullsized":"2024-09-13T14:39:19.169154+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:54:08.427589+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029877400000000002,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1","version":"0'0","reported_seq":1029,"reported_epoch":1095,"state":"active+clean","last_fresh":"2024-09-13T14:39:19.155223+0000","last_change":"2024-09-13T14:19:29.718951+0000","last_active":"2024-09-13T14:39:19.155223+0000","last_peered":"2024-09-13T14:39:19.155223+0000","last_clean":"2024-09-13T14:39:19.155223+0000","last_became_active":"2024-09-13T14:19:29.718589+0000","last_became_peered":"2024-09-13T14:19:29.718589+0000","last_unstale":"2024-09-13T14:39:19.155223+0000","last_undegraded":"2024-09-13T14:39:19.155223+0000","last_fullsized":"2024-09-13T14:39:19.155223+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:44:19.267895+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.13","version":"0'0","reported_seq":1052,"reported_epoch":1095,"state":"active+clean","last_fresh":"2024-09-13T14:39:19.154914+0000","last_change":"2024-09-13T14:33:17.924336+0000","last_active":"2024-09-13T14:39:19.154914+0000","last_peered":"2024-09-13T14:39:19.154914+0000","last_clean":"2024-09-13T14:39:19.154914+0000","last_became_active":"2024-09-13T14:33:17.924018+0000","last_became_peered":"2024-09-13T14:33:17.924018+0000","last_unstale":"2024-09-13T14:39:19.154914+0000","last_undegraded":"2024-09-13T14:39:19.154914+0000","last_fullsized":"2024-09-13T14:39:19.154914+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:37:24.279639+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[4,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.14","version":"455'23","reported_seq":1052,"reported_epoch":1095,"state":"active+clean","last_fresh":"2024-09-13T14:39:19.155446+0000","last_change":"2024-09-13T14:19:29.698825+0000","last_active":"2024-09-13T14:39:19.155446+0000","last_peered":"2024-09-13T14:39:19.155446+0000","last_clean":"2024-09-13T14:39:19.155446+0000","last_became_active":"2024-09-13T14:19:29.698348+0000","last_became_peered":"2024-09-13T14:19:29.698348+0000","last_unstale":"2024-09-13T14:39:19.155446+0000","last_undegraded":"2024-09-13T14:39:19.155446+0000","last_fullsized":"2024-09-13T14:39:19.155446+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":23,"log_dups_size":0,"ondisk_log_size":23,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:24:10.858859+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":4756,"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":23,"num_write_kb":20,"num_scrub_errors":0,"num_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":[4,7,6],"acting":[4,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.12","version":"0'0","reported_seq":1330,"reported_epoch":1096,"state":"active+clean","last_fresh":"2024-09-13T14:39:28.336189+0000","last_change":"2024-09-13T14:33:17.920871+0000","last_active":"2024-09-13T14:39:28.336189+0000","last_peered":"2024-09-13T14:39:28.336189+0000","last_clean":"2024-09-13T14:39:28.336189+0000","last_became_active":"2024-09-13T14:33:17.920540+0000","last_became_peered":"2024-09-13T14:33:17.920540+0000","last_unstale":"2024-09-13T14:39:28.336189+0000","last_undegraded":"2024-09-13T14:39:28.336189+0000","last_fullsized":"2024-09-13T14:39:28.336189+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:53:15.230821+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[1,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.15","version":"70'3","reported_seq":1038,"reported_epoch":1095,"state":"active+clean","last_fresh":"2024-09-13T14:39:19.185733+0000","last_change":"2024-09-13T14:39:19.185366+0000","last_active":"2024-09-13T14:39:19.185733+0000","last_peered":"2024-09-13T14:39:19.185733+0000","last_clean":"2024-09-13T14:39:19.185733+0000","last_became_active":"2024-09-13T14:39:19.163940+0000","last_became_peered":"2024-09-13T14:39:19.163940+0000","last_unstale":"2024-09-13T14:39:19.185733+0000","last_undegraded":"2024-09-13T14:39:19.185733+0000","last_fullsized":"2024-09-13T14:39:19.185733+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T21:41:02.038946+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":2,"num_bytes_recovered":90,"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,0],"acting":[7,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.16","version":"0'0","reported_seq":1030,"reported_epoch":1095,"state":"active+clean","last_fresh":"2024-09-13T14:39:19.161353+0000","last_change":"2024-09-13T14:32:44.951631+0000","last_active":"2024-09-13T14:39:19.161353+0000","last_peered":"2024-09-13T14:39:19.161353+0000","last_clean":"2024-09-13T14:39:19.161353+0000","last_became_active":"2024-09-13T14:32:44.951318+0000","last_became_peered":"2024-09-13T14:32:44.951318+0000","last_unstale":"2024-09-13T14:39:19.161353+0000","last_undegraded":"2024-09-13T14:39:19.161353+0000","last_fullsized":"2024-09-13T14:39:19.161353+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:51:52.620505+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.11","version":"0'0","reported_seq":750,"reported_epoch":1095,"state":"active+clean","last_fresh":"2024-09-13T14:39:20.315335+0000","last_change":"2024-09-13T14:39:19.170522+0000","last_active":"2024-09-13T14:39:20.315335+0000","last_peered":"2024-09-13T14:39:20.315335+0000","last_clean":"2024-09-13T14:39:20.315335+0000","last_became_active":"2024-09-13T14:39:19.169608+0000","last_became_peered":"2024-09-13T14:39:19.169608+0000","last_unstale":"2024-09-13T14:39:20.315335+0000","last_undegraded":"2024-09-13T14:39:20.315335+0000","last_fullsized":"2024-09-13T14:39:20.315335+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:57:15.170343+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[7,6,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.17","version":"0'0","reported_seq":1374,"reported_epoch":1096,"state":"active+clean","last_fresh":"2024-09-13T14:39:28.116027+0000","last_change":"2024-09-13T14:39:19.171986+0000","last_active":"2024-09-13T14:39:28.116027+0000","last_peered":"2024-09-13T14:39:28.116027+0000","last_clean":"2024-09-13T14:39:28.116027+0000","last_became_active":"2024-09-13T14:39:19.171643+0000","last_became_peered":"2024-09-13T14:39:19.171643+0000","last_unstale":"2024-09-13T14:39:28.116027+0000","last_undegraded":"2024-09-13T14:39:28.116027+0000","last_fullsized":"2024-09-13T14:39:28.116027+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:16:34.340603+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[0,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"4.10","version":"0'0","reported_seq":782,"reported_epoch":1096,"state":"active+clean","last_fresh":"2024-09-13T14:39:28.336000+0000","last_change":"2024-09-13T14:39:19.173787+0000","last_active":"2024-09-13T14:39:28.336000+0000","last_peered":"2024-09-13T14:39:28.336000+0000","last_clean":"2024-09-13T14:39:28.336000+0000","last_became_active":"2024-09-13T14:39:19.173334+0000","last_became_peered":"2024-09-13T14:39:19.173334+0000","last_unstale":"2024-09-13T14:39:28.336000+0000","last_undegraded":"2024-09-13T14:39:28.336000+0000","last_fullsized":"2024-09-13T14:39:28.336000+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:33:46.075883+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1f","version":"0'0","reported_seq":1018,"reported_epoch":1095,"state":"active+clean","last_fresh":"2024-09-13T14:39:19.169071+0000","last_change":"2024-09-13T14:32:44.957634+0000","last_active":"2024-09-13T14:39:19.169071+0000","last_peered":"2024-09-13T14:39:19.169071+0000","last_clean":"2024-09-13T14:39:19.169071+0000","last_became_active":"2024-09-13T14:32:44.957290+0000","last_became_peered":"2024-09-13T14:32:44.957290+0000","last_unstale":"2024-09-13T14:39:19.169071+0000","last_undegraded":"2024-09-13T14:39:19.169071+0000","last_fullsized":"2024-09-13T14:39:19.169071+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:26:22.264450+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.18","version":"0'0","reported_seq":797,"reported_epoch":1096,"state":"active+clean","last_fresh":"2024-09-13T14:39:28.115454+0000","last_change":"2024-09-13T14:39:19.171905+0000","last_active":"2024-09-13T14:39:28.115454+0000","last_peered":"2024-09-13T14:39:28.115454+0000","last_clean":"2024-09-13T14:39:28.115454+0000","last_became_active":"2024-09-13T14:39:19.169620+0000","last_became_peered":"2024-09-13T14:39:19.169620+0000","last_unstale":"2024-09-13T14:39:28.115454+0000","last_undegraded":"2024-09-13T14:39:28.115454+0000","last_fullsized":"2024-09-13T14:39:28.115454+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:57:14.142477+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1e","version":"0'0","reported_seq":1374,"reported_epoch":1096,"state":"active+clean","last_fresh":"2024-09-13T14:39:28.115937+0000","last_change":"2024-09-13T14:39:19.167530+0000","last_active":"2024-09-13T14:39:28.115937+0000","last_peered":"2024-09-13T14:39:28.115937+0000","last_clean":"2024-09-13T14:39:28.115937+0000","last_became_active":"2024-09-13T14:39:19.166791+0000","last_became_peered":"2024-09-13T14:39:19.166791+0000","last_unstale":"2024-09-13T14:39:28.115937+0000","last_undegraded":"2024-09-13T14:39:28.115937+0000","last_fullsized":"2024-09-13T14:39:28.115937+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:34:07.055980+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.19","version":"0'0","reported_seq":1337,"reported_epoch":1096,"state":"active+clean","last_fresh":"2024-09-13T14:39:28.336150+0000","last_change":"2024-09-13T14:39:19.173868+0000","last_active":"2024-09-13T14:39:28.336150+0000","last_peered":"2024-09-13T14:39:28.336150+0000","last_clean":"2024-09-13T14:39:28.336150+0000","last_became_active":"2024-09-13T14:39:19.173536+0000","last_became_peered":"2024-09-13T14:39:19.173536+0000","last_unstale":"2024-09-13T14:39:28.336150+0000","last_undegraded":"2024-09-13T14:39:28.336150+0000","last_fullsized":"2024-09-13T14:39:28.336150+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:19:08.468769+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[1,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"4.1d","version":"0'0","reported_seq":781,"reported_epoch":1096,"state":"active+clean","last_fresh":"2024-09-13T14:39:28.336380+0000","last_change":"2024-09-13T14:39:19.174679+0000","last_active":"2024-09-13T14:39:28.336380+0000","last_peered":"2024-09-13T14:39:28.336380+0000","last_clean":"2024-09-13T14:39:28.336380+0000","last_became_active":"2024-09-13T14:39:19.174343+0000","last_became_peered":"2024-09-13T14:39:19.174343+0000","last_unstale":"2024-09-13T14:39:28.336380+0000","last_undegraded":"2024-09-13T14:39:28.336380+0000","last_fullsized":"2024-09-13T14:39:28.336380+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:28:14.286357+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[1,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.1a","version":"70'1","reported_seq":1060,"reported_epoch":1095,"state":"active+clean","last_fresh":"2024-09-13T14:39:25.315966+0000","last_change":"2024-09-13T14:33:17.923617+0000","last_active":"2024-09-13T14:39:25.315966+0000","last_peered":"2024-09-13T14:39:25.315966+0000","last_clean":"2024-09-13T14:39:25.315966+0000","last_became_active":"2024-09-13T14:33:17.923336+0000","last_became_peered":"2024-09-13T14:33:17.923336+0000","last_unstale":"2024-09-13T14:39:25.315966+0000","last_undegraded":"2024-09-13T14:39:25.315966+0000","last_fullsized":"2024-09-13T14:39:25.315966+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T15:55:13.594527+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1c","version":"0'0","reported_seq":1309,"reported_epoch":1096,"state":"active+clean","last_fresh":"2024-09-13T14:39:27.298354+0000","last_change":"2024-09-13T14:39:19.172576+0000","last_active":"2024-09-13T14:39:27.298354+0000","last_peered":"2024-09-13T14:39:27.298354+0000","last_clean":"2024-09-13T14:39:27.298354+0000","last_became_active":"2024-09-13T14:39:19.172249+0000","last_became_peered":"2024-09-13T14:39:19.172249+0000","last_unstale":"2024-09-13T14:39:27.298354+0000","last_undegraded":"2024-09-13T14:39:27.298354+0000","last_fullsized":"2024-09-13T14:39:27.298354+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:40:23.015736+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.1b","version":"70'1","reported_seq":1356,"reported_epoch":1096,"state":"active+clean","last_fresh":"2024-09-13T14:39:28.115777+0000","last_change":"2024-09-13T14:32:10.932053+0000","last_active":"2024-09-13T14:39:28.115777+0000","last_peered":"2024-09-13T14:39:28.115777+0000","last_clean":"2024-09-13T14:39:28.115777+0000","last_became_active":"2024-09-13T14:32:10.931382+0000","last_became_peered":"2024-09-13T14:32:10.931382+0000","last_unstale":"2024-09-13T14:39:28.115777+0000","last_undegraded":"2024-09-13T14:39:28.115777+0000","last_fullsized":"2024-09-13T14:39:28.115777+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T19:21:03.486287+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1b","version":"0'0","reported_seq":1067,"reported_epoch":1096,"state":"active+clean","last_fresh":"2024-09-13T14:39:27.297380+0000","last_change":"2024-09-13T14:39:19.165973+0000","last_active":"2024-09-13T14:39:27.297380+0000","last_peered":"2024-09-13T14:39:27.297380+0000","last_clean":"2024-09-13T14:39:27.297380+0000","last_became_active":"2024-09-13T14:39:19.165638+0000","last_became_peered":"2024-09-13T14:39:19.165638+0000","last_unstale":"2024-09-13T14:39:27.297380+0000","last_undegraded":"2024-09-13T14:39:27.297380+0000","last_fullsized":"2024-09-13T14:39:27.297380+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:10:42.065203+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.1c","version":"70'2","reported_seq":1032,"reported_epoch":1096,"state":"active+clean","last_fresh":"2024-09-13T14:39:28.337371+0000","last_change":"2024-09-13T14:32:44.952627+0000","last_active":"2024-09-13T14:39:28.337371+0000","last_peered":"2024-09-13T14:39:28.337371+0000","last_clean":"2024-09-13T14:39:28.337371+0000","last_became_active":"2024-09-13T14:32:44.952336+0000","last_became_peered":"2024-09-13T14:32:44.952336+0000","last_unstale":"2024-09-13T14:39:28.337371+0000","last_undegraded":"2024-09-13T14:39:28.337371+0000","last_fullsized":"2024-09-13T14:39:28.337371+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T00:08:59.441392+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":[5,4,1],"acting":[5,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.1a","version":"0'0","reported_seq":1067,"reported_epoch":1095,"state":"active+clean","last_fresh":"2024-09-13T14:39:25.315951+0000","last_change":"2024-09-13T14:39:19.166296+0000","last_active":"2024-09-13T14:39:25.315951+0000","last_peered":"2024-09-13T14:39:25.315951+0000","last_clean":"2024-09-13T14:39:25.315951+0000","last_became_active":"2024-09-13T14:39:19.165645+0000","last_became_peered":"2024-09-13T14:39:19.165645+0000","last_unstale":"2024-09-13T14:39:25.315951+0000","last_undegraded":"2024-09-13T14:39:25.315951+0000","last_fullsized":"2024-09-13T14:39:25.315951+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:42:11.587611+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[4,0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1d","version":"70'2","reported_seq":1017,"reported_epoch":1096,"state":"active+clean","last_fresh":"2024-09-13T14:39:28.337627+0000","last_change":"2024-09-13T14:19:29.699807+0000","last_active":"2024-09-13T14:39:28.337627+0000","last_peered":"2024-09-13T14:39:28.337627+0000","last_clean":"2024-09-13T14:39:28.337627+0000","last_became_active":"2024-09-13T14:19:29.698125+0000","last_became_peered":"2024-09-13T14:19:29.698125+0000","last_unstale":"2024-09-13T14:39:28.337627+0000","last_undegraded":"2024-09-13T14:39:28.337627+0000","last_fullsized":"2024-09-13T14:39:28.337627+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T21:12:45.446921+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":[5,4,6],"acting":[5,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.19","version":"0'0","reported_seq":801,"reported_epoch":1096,"state":"active+clean","last_fresh":"2024-09-13T14:39:27.298035+0000","last_change":"2024-09-13T14:39:19.177022+0000","last_active":"2024-09-13T14:39:27.298035+0000","last_peered":"2024-09-13T14:39:27.298035+0000","last_clean":"2024-09-13T14:39:27.298035+0000","last_became_active":"2024-09-13T14:39:19.176626+0000","last_became_peered":"2024-09-13T14:39:19.176626+0000","last_unstale":"2024-09-13T14:39:27.298035+0000","last_undegraded":"2024-09-13T14:39:27.298035+0000","last_fullsized":"2024-09-13T14:39:27.298035+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:49:07.331150+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"3.1e","version":"70'1","reported_seq":30,"reported_epoch":1095,"state":"active+clean","last_fresh":"2024-09-13T14:39:20.315004+0000","last_change":"2024-09-13T14:39:19.175815+0000","last_active":"2024-09-13T14:39:20.315004+0000","last_peered":"2024-09-13T14:39:20.315004+0000","last_clean":"2024-09-13T14:39:20.315004+0000","last_became_active":"2024-09-13T14:39:19.175451+0000","last_became_peered":"2024-09-13T14:39:19.175451+0000","last_unstale":"2024-09-13T14:39:20.315004+0000","last_undegraded":"2024-09-13T14:39:20.315004+0000","last_fullsized":"2024-09-13T14:39:20.315004+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T17:26:49.910543+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,1],"acting":[6,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"4.18","version":"0'0","reported_seq":1043,"reported_epoch":1095,"state":"active+clean","last_fresh":"2024-09-13T14:39:19.154550+0000","last_change":"2024-09-13T14:32:44.953530+0000","last_active":"2024-09-13T14:39:19.154550+0000","last_peered":"2024-09-13T14:39:19.154550+0000","last_clean":"2024-09-13T14:39:19.154550+0000","last_became_active":"2024-09-13T14:32:44.953223+0000","last_became_peered":"2024-09-13T14:32:44.953223+0000","last_unstale":"2024-09-13T14:39:19.154550+0000","last_undegraded":"2024-09-13T14:39:19.154550+0000","last_fullsized":"2024-09-13T14:39:19.154550+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:08:35.049443+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1f","version":"70'4","reported_seq":1372,"reported_epoch":1096,"state":"active+clean","last_fresh":"2024-09-13T14:39:28.116066+0000","last_change":"2024-09-13T14:33:17.926914+0000","last_active":"2024-09-13T14:39:28.116066+0000","last_peered":"2024-09-13T14:39:28.116066+0000","last_clean":"2024-09-13T14:39:28.116066+0000","last_became_active":"2024-09-13T14:33:17.926517+0000","last_became_peered":"2024-09-13T14:33:17.926517+0000","last_unstale":"2024-09-13T14:39:28.116066+0000","last_undegraded":"2024-09-13T14:39:28.116066+0000","last_fullsized":"2024-09-13T14:39:28.116066+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T16:07:35.423857+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,5,2],"acting":[0,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]}],"pool_stats":[{"poolid":6,"num_pg":16,"stat_sum":{"num_bytes":1312096256,"num_objects":20021,"num_object_clones":0,"num_object_copies":60063,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":20021,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":20021,"num_write_kb":1281344,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":4017094656,"data_stored":4017094656,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":20021,"ondisk_log_size":20021,"up":48,"acting":48,"num_store_stats":8},{"poolid":4,"num_pg":32,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":96,"acting":96,"num_store_stats":8},{"poolid":3,"num_pg":32,"stat_sum":{"num_bytes":5554,"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":62,"num_write_kb":31,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":4,"num_bytes_recovered":90,"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":102400,"data_stored":16752,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":11473,"internal_metadata":0},"log_size":56,"ondisk_log_size":56,"up":96,"acting":96,"num_store_stats":8},{"poolid":2,"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":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":392,"num_read_kb":834,"num_write":215,"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":149,"ondisk_log_size":149,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":7,"up_from":54,"seq":231928234251,"num_pgs":38,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":601388,"kb_used_data":526052,"kb_used_omap":1,"kb_used_meta":75326,"kb_avail":93143764,"statfs":{"total":95995035648,"available":95379214336,"internally_reserved":0,"allocated":538677248,"data_stored":536335641,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1588,"internal_metadata":77134284},"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":[0,0,0,3],"upper_bound":16},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":6,"up_from":46,"seq":197568495889,"num_pgs":45,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":854244,"kb_used_data":756764,"kb_used_omap":1,"kb_used_meta":97470,"kb_avail":92890908,"statfs":{"total":95995035648,"available":95120289792,"internally_reserved":0,"allocated":774926336,"data_stored":772592794,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":99809735},"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":[1,1],"upper_bound":4},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":5,"up_from":38,"seq":163208757525,"num_pgs":31,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":508992,"kb_used_data":415608,"kb_used_omap":1,"kb_used_meta":93374,"kb_avail":93236160,"statfs":{"total":95995035648,"available":95473827840,"internally_reserved":0,"allocated":425582592,"data_stored":423148372,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":95615430},"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":[]},{"osd":4,"up_from":30,"seq":128849019162,"num_pgs":41,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":451620,"kb_used_data":354140,"kb_used_omap":1,"kb_used_meta":97470,"kb_avail":93293532,"statfs":{"total":95995035648,"available":95532576768,"internally_reserved":0,"allocated":362639360,"data_stored":360305331,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":99809734},"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":0,"seq":3629247365192,"num_pgs":0,"num_osds":0,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":0,"kb_used":0,"kb_used_data":0,"kb_used_omap":0,"kb_used_meta":0,"kb_avail":0,"statfs":{"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},"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":[]},{"osd":2,"up_from":813,"seq":3491808411726,"num_pgs":34,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":759552,"kb_used_data":700920,"kb_used_omap":50,"kb_used_meta":58573,"kb_avail":92985600,"statfs":{"total":95995035648,"available":95217254400,"internally_reserved":0,"allocated":717742080,"data_stored":715037131,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":52011,"internal_metadata":59978965},"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":780,"seq":3350074490965,"num_pgs":46,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":644220,"kb_used_data":608052,"kb_used_omap":30,"kb_used_meta":36065,"kb_avail":93100932,"statfs":{"total":95995035648,"available":95335354368,"internally_reserved":0,"allocated":622645248,"data_stored":619943798,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":31404,"internal_metadata":36930900},"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":[0,0,1],"upper_bound":8},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":746,"seq":3204045602907,"num_pgs":32,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":297684,"kb_used_data":234636,"kb_used_omap":66,"kb_used_meta":62973,"kb_avail":93447468,"statfs":{"total":95995035648,"available":95690207232,"internally_reserved":0,"allocated":240267264,"data_stored":237612763,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":68403,"internal_metadata":64484557},"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":[0,1,1],"upper_bound":8},"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":0,"data_stored":0,"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":4096,"data_stored":19,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":4096,"data_stored":19,"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":4096,"data_stored":19,"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":0,"data_stored":0,"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":12288,"data_stored":694,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3890,"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":3041,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":616,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1366,"internal_metadata":0},{"poolid":3,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":90,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3176,"internal_metadata":0},{"poolid":3,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":24576,"data_stored":4902,"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":8192,"data_stored":652,"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":16384,"data_stored":4826,"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":28672,"data_stored":4972,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":6,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":259653632,"data_stored":259653632,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":6,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":660930560,"data_stored":660930560,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":6,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":773390336,"data_stored":773390336,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":6,"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":6,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":400228352,"data_stored":400228352,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":6,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":487849984,"data_stored":487849984,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":6,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":876347392,"data_stored":876347392,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":6,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":558694400,"data_stored":558694400,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-13T14:39:43.062 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd pool set .mgr pgp_num 1 2024-09-13T14:39:43.066 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:39:43.066 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:39:43.091 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:39:43.155 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:43.156 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:43.157 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:39:43.257 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:39:43.291 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:43.292 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:43.293 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:39:43.394 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:39:43.429 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:43.432 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:43.432 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:39:43.451 INFO:teuthology.orchestra.run.smithi071.stderr:noscrub is unset 2024-09-13T14:39:43.533 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:39:43.563 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:43.563 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:43.564 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:39:43.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:43 smithi071 ceph-mon[107477]: pgmap v1147: 89 pgs: 89 active+clean; 1.9 GiB data, 6.0 GiB used, 620 GiB / 626 GiB avail; 151 MiB/s wr, 2.42k op/s 2024-09-13T14:39:43.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:43 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2016405496' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:39:43.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:43 smithi071 ceph-mon[112785]: pgmap v1147: 89 pgs: 89 active+clean; 1.9 GiB data, 6.0 GiB used, 620 GiB / 626 GiB avail; 151 MiB/s wr, 2.42k op/s 2024-09-13T14:39:43.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:43 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2016405496' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:39:43.655 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 14 16 37992 37976 169.521 116.812 0.00590561 0.00589449 2024-09-13T14:39:43.664 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:39:43.700 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:43.700 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:43.701 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:39:43.734 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:43 smithi104 ceph-mon[105578]: pgmap v1147: 89 pgs: 89 active+clean; 1.9 GiB data, 6.0 GiB used, 620 GiB / 626 GiB avail; 151 MiB/s wr, 2.42k op/s 2024-09-13T14:39:43.734 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:43 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2016405496' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:39:43.802 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:39:43.838 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:43.841 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:43.841 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:39:43.942 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:39:43.981 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:43.982 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:43.982 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:39:44.083 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:39:44.116 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:44.116 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:44.117 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:39:44.217 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:39:44.248 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:44.248 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:44.248 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:39:44.349 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:39:44.421 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:44.422 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:44.422 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:39:44.523 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:39:44.557 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:44.558 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:44.558 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:39:44.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:44 smithi071 ceph-mon[107477]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:39:44.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:44 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2016405496' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T14:39:44.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:44 smithi071 ceph-mon[107477]: osdmap e1097: 8 total, 8 up, 7 in 2024-09-13T14:39:44.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:44 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.11", "id": [4, 2]} : dispatch 2024-09-13T14:39:44.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:44 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]} : dispatch 2024-09-13T14:39:44.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:44 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 0]} : dispatch 2024-09-13T14:39:44.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:44 smithi071 ceph-mon[112785]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:39:44.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:44 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2016405496' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T14:39:44.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:44 smithi071 ceph-mon[112785]: osdmap e1097: 8 total, 8 up, 7 in 2024-09-13T14:39:44.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:44 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.11", "id": [4, 2]} : dispatch 2024-09-13T14:39:44.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:44 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]} : dispatch 2024-09-13T14:39:44.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:44 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 0]} : dispatch 2024-09-13T14:39:44.656 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 15 16 40069 40053 166.873 129.812 0.00482188 0.0059874 2024-09-13T14:39:44.659 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:39:44.699 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:44.700 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:44.700 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:39:44.801 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:39:44.833 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:44.834 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:44.835 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:39:44.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:44 smithi104 ceph-mon[105578]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:39:44.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:44 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2016405496' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T14:39:44.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:44 smithi104 ceph-mon[105578]: osdmap e1097: 8 total, 8 up, 7 in 2024-09-13T14:39:44.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:44 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.11", "id": [4, 2]} : dispatch 2024-09-13T14:39:44.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:44 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]} : dispatch 2024-09-13T14:39:44.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:44 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 0]} : dispatch 2024-09-13T14:39:44.936 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:39:44.967 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:44.968 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:44.968 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:39:45.069 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:39:45.098 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:45.099 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:45.099 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:39:45.200 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:39:45.230 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:45.231 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:45.231 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:39:45.332 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:39:45.370 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:45.371 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:45.371 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:39:45.472 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:39:45.513 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:45.514 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:45.514 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:39:45.615 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:39:45.645 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:45.646 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:45.646 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:39:45.655 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 16 16 42120 42104 164.454 128.188 0.00734803 0.00607589 2024-09-13T14:39:45.748 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:39:45.777 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:45.777 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:45.778 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:39:45.880 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:39:45.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:45 smithi071 ceph-mon[107477]: pgmap v1149: 89 pgs: 89 active+clean; 2.0 GiB data, 6.4 GiB used, 619 GiB / 626 GiB avail; 173 MiB/s wr, 2.76k op/s 2024-09-13T14:39:45.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.11", "id": [4, 2]}]': finished 2024-09-13T14:39:45.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]}]': finished 2024-09-13T14:39:45.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 0]}]': finished 2024-09-13T14:39:45.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:45 smithi071 ceph-mon[107477]: osdmap e1098: 8 total, 8 up, 7 in 2024-09-13T14:39:45.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:39:45.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:45 smithi071 ceph-mon[112785]: pgmap v1149: 89 pgs: 89 active+clean; 2.0 GiB data, 6.4 GiB used, 619 GiB / 626 GiB avail; 173 MiB/s wr, 2.76k op/s 2024-09-13T14:39:45.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.11", "id": [4, 2]}]': finished 2024-09-13T14:39:45.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]}]': finished 2024-09-13T14:39:45.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 0]}]': finished 2024-09-13T14:39:45.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:45 smithi071 ceph-mon[112785]: osdmap e1098: 8 total, 8 up, 7 in 2024-09-13T14:39:45.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:39:45.913 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:45.914 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:45.915 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:39:45.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:45 smithi104 ceph-mon[105578]: pgmap v1149: 89 pgs: 89 active+clean; 2.0 GiB data, 6.4 GiB used, 619 GiB / 626 GiB avail; 173 MiB/s wr, 2.76k op/s 2024-09-13T14:39:45.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.11", "id": [4, 2]}]': finished 2024-09-13T14:39:45.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]}]': finished 2024-09-13T14:39:45.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 0]}]': finished 2024-09-13T14:39:45.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:45 smithi104 ceph-mon[105578]: osdmap e1098: 8 total, 8 up, 7 in 2024-09-13T14:39:45.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:39:46.015 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:39:46.050 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:46.051 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:46.051 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:39:46.152 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:39:46.189 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:46.190 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:46.190 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:39:46.291 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:39:46.327 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:46.328 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:46.328 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:39:46.352 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd unset nodeep-scrub 2024-09-13T14:39:46.429 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:39:46.466 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:46.467 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:46.468 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:39:46.569 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:39:46.607 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:46.608 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:46.608 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:39:46.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:46 smithi071 ceph-mon[107477]: osdmap e1099: 8 total, 8 up, 7 in 2024-09-13T14:39:46.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:46 smithi071 ceph-mon[112785]: osdmap e1099: 8 total, 8 up, 7 in 2024-09-13T14:39:46.655 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 17 16 44131 44115 162.173 125.688 0.00654055 0.00616251 2024-09-13T14:39:46.708 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:39:46.743 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:46.744 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:46.744 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:39:46.845 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:39:46.882 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:46.883 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:46.883 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:39:46.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:46 smithi104 ceph-mon[105578]: osdmap e1099: 8 total, 8 up, 7 in 2024-09-13T14:39:46.984 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:39:47.022 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:47.023 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:47.023 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:39:47.123 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:39:47.175 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:47.176 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:47.176 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:39:47.277 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:39:47.316 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:47.316 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:47.317 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:39:47.418 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:39:47.449 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:47.449 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:47.450 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:39:47.550 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:39:47.580 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:47.580 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:47.581 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:39:47.655 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 18 16 46081 46065 159.934 121.875 0.00417807 0.00624814 2024-09-13T14:39:47.682 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:39:47.719 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:47.719 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:47.720 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:39:47.779 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:47 smithi071 ceph-mon[107477]: pgmap v1152: 89 pgs: 2 peering, 87 active+clean; 2.5 GiB data, 7.8 GiB used, 618 GiB / 626 GiB avail; 111 MiB/s wr, 1.77k op/s 2024-09-13T14:39:47.779 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:47 smithi071 ceph-mon[112785]: pgmap v1152: 89 pgs: 2 peering, 87 active+clean; 2.5 GiB data, 7.8 GiB used, 618 GiB / 626 GiB avail; 111 MiB/s wr, 1.77k op/s 2024-09-13T14:39:47.821 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:39:47.860 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:47.861 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:47.861 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:39:47.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:47 smithi104 ceph-mon[105578]: pgmap v1152: 89 pgs: 2 peering, 87 active+clean; 2.5 GiB data, 7.8 GiB used, 618 GiB / 626 GiB avail; 111 MiB/s wr, 1.77k op/s 2024-09-13T14:39:47.962 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:39:48.003 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:48.004 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:48.004 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:39:48.105 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:39:48.138 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:48.138 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:48.138 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:39:48.239 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:39:48.277 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:48.278 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:48.278 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:39:48.300 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:39:48.300 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:39:48.300 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:39:48.300 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:39:48.301 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:39:48.301 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:39:48.301 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T14:39:48.301 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:39:48.301 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:39:48.301 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:39:48.301 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:39:48.301 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:39:48.301 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:39:48.301 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:39:48.301 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T14:39:48.302 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:39:48.378 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:39:48.409 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:48.410 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:48.411 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:39:48.512 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:39:48.549 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:48.550 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:48.550 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:39:48.587 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:48 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1578588580' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:39:48.587 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:48 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1578588580' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:39:48.651 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:39:48.655 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 19 16 47970 47954 157.729 118.062 0.00724401 0.00633503 2024-09-13T14:39:48.682 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:48.683 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:48.683 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:39:48.744 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T14:39:48.744 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:39:48.785 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:39:48.812 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:48.813 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:48.813 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:39:48.914 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:39:48.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:48 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1578588580' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:39:48.954 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:48.955 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:48.955 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:39:49.056 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:39:49.095 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:49.096 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:49.096 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:39:49.198 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:39:49.233 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:49.234 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:49.235 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:39:49.335 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:39:49.366 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:49.366 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:49.367 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:39:49.431 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:39:49.442 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.1 dump_blocked_ops 2024-09-13T14:39:49.468 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:39:49.508 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:49.509 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:49.509 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:39:49.610 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:39:49.642 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:49.643 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:49.643 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:39:49.655 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:2024-09-13T14:39:49.655935+0000 min lat: 0.00112392 max lat: 0.126811 avg lat: 0.00642911 2024-09-13T14:39:49.655 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2024-09-13T14:39:49.656 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 20 16 49755 49739 155.42 111.562 0.00763524 0.00642911 2024-09-13T14:39:49.744 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:39:49.775 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:49.775 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:49.776 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:39:49.830 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:49 smithi071 ceph-mon[112785]: pgmap v1153: 89 pgs: 2 peering, 87 active+clean; 2.6 GiB data, 8.0 GiB used, 618 GiB / 626 GiB avail; 116 MiB/s wr, 1.86k op/s 2024-09-13T14:39:49.830 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:49 smithi071 ceph-mon[107477]: pgmap v1153: 89 pgs: 2 peering, 87 active+clean; 2.6 GiB data, 8.0 GiB used, 618 GiB / 626 GiB avail; 116 MiB/s wr, 1.86k op/s 2024-09-13T14:39:49.877 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:39:49.890 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:39:49.910 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:49.911 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:49.911 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:39:49.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:49 smithi104 ceph-mon[105578]: pgmap v1153: 89 pgs: 2 peering, 87 active+clean; 2.6 GiB data, 8.0 GiB used, 618 GiB / 626 GiB avail; 116 MiB/s wr, 1.86k op/s 2024-09-13T14:39:50.012 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:39:50.044 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:50.044 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:50.045 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:39:50.145 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:39:50.176 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:50.177 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:50.177 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:39:50.278 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:39:50.312 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:50.313 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:50.313 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:39:50.414 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:39:50.450 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:50.451 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:50.451 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:39:50.552 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:39:50.584 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:50.585 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:50.585 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:39:50.656 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 21 16 51568 51552 153.415 113.312 0.00683205 0.00651293 2024-09-13T14:39:50.686 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:39:50.723 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:50.724 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:50.724 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:39:50.734 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:39:50.825 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:39:50.863 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:50.864 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:50.864 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:39:50.965 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:39:51.010 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:51.011 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:51.011 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:39:51.112 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:39:51.148 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:51.148 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:51.149 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:39:51.250 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:39:51.290 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:51.291 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:51.291 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:39:51.392 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:39:51.423 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:51.423 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:51.424 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:39:51.524 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:39:51.562 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:51.563 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:51.563 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:39:51.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:51 smithi071 ceph-mon[107477]: pgmap v1154: 89 pgs: 89 active+clean; 3.0 GiB data, 9.3 GiB used, 617 GiB / 626 GiB avail; 159 MiB/s wr, 2.54k op/s 2024-09-13T14:39:51.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:51 smithi071 ceph-mon[112785]: pgmap v1154: 89 pgs: 89 active+clean; 3.0 GiB data, 9.3 GiB used, 617 GiB / 626 GiB avail; 159 MiB/s wr, 2.54k op/s 2024-09-13T14:39:51.656 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 22 16 53353 53337 151.512 111.562 0.0128673 0.0065953 2024-09-13T14:39:51.664 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:39:51.696 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:51.697 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:51.697 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:39:51.798 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:39:51.836 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:51.837 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:51.837 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:39:51.874 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=true 2024-09-13T14:39:51.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:51 smithi104 ceph-mon[105578]: pgmap v1154: 89 pgs: 89 active+clean; 3.0 GiB data, 9.3 GiB used, 617 GiB / 626 GiB avail; 159 MiB/s wr, 2.54k op/s 2024-09-13T14:39:51.922 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:39:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=sqlstore.transactions t=2024-09-13T14:39:51.577461873Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=0 code="database is locked" 2024-09-13T14:39:51.938 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:39:51.972 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:51.973 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:51.973 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:39:52.074 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:39:52.117 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:52.118 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:52.118 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:39:52.219 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:39:52.257 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:52.257 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:52.258 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:39:52.359 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:39:52.399 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:52.399 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:52.400 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:39:52.500 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:39:52.539 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:52.540 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:52.540 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:39:52.641 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:39:52.656 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 23 16 55079 55063 149.614 107.875 0.011037 0.00667886 2024-09-13T14:39:52.682 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:52.683 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:52.683 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:39:52.781 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:39:52 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:39:52] "GET /metrics HTTP/1.1" 200 36462 "" "Prometheus/2.51.0" 2024-09-13T14:39:52.784 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:39:52.819 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:52.819 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:52.820 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:39:52.921 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:39:52.952 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:52.952 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:52.953 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:39:53.054 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:39:53.085 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:53.086 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:53.087 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:39:53.188 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:39:53.217 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:53.218 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:53.218 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:39:53.319 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:39:53.350 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:53.350 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:53.351 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:39:53.451 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:39:53.492 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:53.492 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:53.493 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:39:53.593 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:39:53.619 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:53.620 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:53.620 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:39:53.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:53 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:39:53.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:53 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:39:53.640 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:53 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:39:53.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:53 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:39:53.656 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 24 16 56570 56554 147.263 93.1875 0.00482082 0.00677117 2024-09-13T14:39:53.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:53 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:39:53.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:53 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:39:53.721 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:39:53.751 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:53.752 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:53.752 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:39:53.853 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:39:53.893 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:53.893 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:53.894 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:39:53.994 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:39:54.032 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:54.033 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:54.033 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:39:54.134 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:39:54.165 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:54.165 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:54.166 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:39:54.267 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:39:54.302 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:54.303 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:54.303 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:39:54.404 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:39:54.431 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:54.432 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:54.432 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:39:54.533 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:39:54.572 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:54.573 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:54.573 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:39:54.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:54 smithi071 ceph-mon[107477]: pgmap v1155: 89 pgs: 89 active+clean; 3.1 GiB data, 9.6 GiB used, 616 GiB / 626 GiB avail; 133 MiB/s wr, 2.13k op/s 2024-09-13T14:39:54.640 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:54 smithi071 ceph-mon[112785]: pgmap v1155: 89 pgs: 89 active+clean; 3.1 GiB data, 9.6 GiB used, 616 GiB / 626 GiB avail; 133 MiB/s wr, 2.13k op/s 2024-09-13T14:39:54.656 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 25 16 58131 58115 145.274 97.5625 0.0127174 0.00687897 2024-09-13T14:39:54.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:54 smithi104 ceph-mon[105578]: pgmap v1155: 89 pgs: 89 active+clean; 3.1 GiB data, 9.6 GiB used, 616 GiB / 626 GiB avail; 133 MiB/s wr, 2.13k op/s 2024-09-13T14:39:54.674 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:39:54.710 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:54.710 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:54.711 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:39:54.812 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:39:54.844 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:54.845 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:54.845 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:39:54.946 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:39:54.985 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:54.986 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:54.986 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:39:55.088 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:39:55.121 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:55.122 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:55.122 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:39:55.223 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:39:55.270 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:55.270 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:55.270 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:39:55.371 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:39:55.403 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:55.403 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:55.404 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:39:55.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:55 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:39:55.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:55 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:39:55.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:55 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:39:55.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:55 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:39:55.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:55 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:39:55.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:55 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:39:55.505 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:39:55.541 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:55.542 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:55.542 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:39:55.643 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:39:55.656 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 26 16 59716 59700 143.497 99.0625 0.00975232 0.0069641 2024-09-13T14:39:55.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:55 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:39:55.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:55 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:39:55.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:55 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:39:55.673 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:55.674 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:55.674 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:39:55.775 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:39:55.805 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:55.806 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:55.806 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:39:55.907 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:39:55.942 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:55.942 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:55.943 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:39:56.043 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:39:56.082 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:56.083 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:56.083 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:39:56.184 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:39:56.224 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:56.225 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:56.225 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:39:56.326 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:39:56.359 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:56.359 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:56.360 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:39:56.386 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:56 smithi071 ceph-mon[112785]: pgmap v1156: 89 pgs: 89 active+clean; 3.2 GiB data, 10 GiB used, 616 GiB / 626 GiB avail; 121 MiB/s wr, 1.93k op/s 2024-09-13T14:39:56.386 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:56 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1391115792' entity='client.admin' cmd={"prefix": "osd pool set", "pool": ".mgr", "var": "pgp_num", "val": "1"} : dispatch 2024-09-13T14:39:56.399 INFO:teuthology.orchestra.run.smithi071.stderr:set pool 1 pgp_num to 1 2024-09-13T14:39:56.461 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:39:56.495 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:56.496 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:56.496 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:39:56.597 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:39:56.632 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:56.633 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:56.633 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:39:56.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:56 smithi071 ceph-mon[107477]: pgmap v1156: 89 pgs: 89 active+clean; 3.2 GiB data, 10 GiB used, 616 GiB / 626 GiB avail; 121 MiB/s wr, 1.93k op/s 2024-09-13T14:39:56.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:56 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1391115792' entity='client.admin' cmd={"prefix": "osd pool set", "pool": ".mgr", "var": "pgp_num", "val": "1"} : dispatch 2024-09-13T14:39:56.656 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 27 16 61341 61325 141.943 101.562 0.00521293 0.00703974 2024-09-13T14:39:56.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:56 smithi104 ceph-mon[105578]: pgmap v1156: 89 pgs: 89 active+clean; 3.2 GiB data, 10 GiB used, 616 GiB / 626 GiB avail; 121 MiB/s wr, 1.93k op/s 2024-09-13T14:39:56.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:56 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1391115792' entity='client.admin' cmd={"prefix": "osd pool set", "pool": ".mgr", "var": "pgp_num", "val": "1"} : dispatch 2024-09-13T14:39:56.734 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:39:56.764 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:56.765 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:56.766 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:39:56.867 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:39:56.901 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:56.902 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:56.903 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:39:57.004 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:39:57.034 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:57.034 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:57.035 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:39:57.135 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:39:57.167 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:57.168 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:57.169 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:39:57.269 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:39:57.306 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:57.306 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:57.307 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:39:57.408 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:39:57.441 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:57.442 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:57.442 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:39:57.501 INFO:teuthology.orchestra.run.smithi071.stderr:nodeep-scrub is unset 2024-09-13T14:39:57.543 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:39:57.576 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:57.576 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:57.577 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:39:57.656 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 28 16 62904 62888 140.362 97.6875 0.00598202 0.00711973 2024-09-13T14:39:57.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:57 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1391115792' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": ".mgr", "var": "pgp_num", "val": "1"}]': finished 2024-09-13T14:39:57.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:57 smithi104 ceph-mon[105578]: osdmap e1100: 8 total, 8 up, 7 in 2024-09-13T14:39:57.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:57 smithi104 ceph-mon[105578]: pgmap v1158: 89 pgs: 89 active+clean; 3.6 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 112 MiB/s wr, 1.80k op/s 2024-09-13T14:39:57.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:57 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2654449445' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:39:57.678 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:39:57.706 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:57.707 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:57.707 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:39:57.718 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:39:57.808 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:39:57.843 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:57.843 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:57.844 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:39:57.852 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:57 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1391115792' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": ".mgr", "var": "pgp_num", "val": "1"}]': finished 2024-09-13T14:39:57.852 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:57 smithi071 ceph-mon[107477]: osdmap e1100: 8 total, 8 up, 7 in 2024-09-13T14:39:57.852 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:57 smithi071 ceph-mon[107477]: pgmap v1158: 89 pgs: 89 active+clean; 3.6 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 112 MiB/s wr, 1.80k op/s 2024-09-13T14:39:57.852 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:57 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2654449445' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:39:57.852 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:57 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1391115792' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": ".mgr", "var": "pgp_num", "val": "1"}]': finished 2024-09-13T14:39:57.852 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:57 smithi071 ceph-mon[112785]: osdmap e1100: 8 total, 8 up, 7 in 2024-09-13T14:39:57.852 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:57 smithi071 ceph-mon[112785]: pgmap v1158: 89 pgs: 89 active+clean; 3.6 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 112 MiB/s wr, 1.80k op/s 2024-09-13T14:39:57.852 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:57 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2654449445' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:39:57.945 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:39:57.981 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:57.981 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:57.982 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:39:58.082 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:39:58.116 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:58.117 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:58.117 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:39:58.218 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:39:58.249 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:58.249 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:58.250 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:39:58.351 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:39:58.387 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:58.387 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:58.388 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:39:58.489 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:39:58.518 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:58.518 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:58.519 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:39:58.619 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:39:58.656 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 29 16 64477 64461 138.912 98.3125 0.00408168 0.00719319 2024-09-13T14:39:58.660 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:58.661 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:58.661 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:39:58.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:58 smithi104 ceph-mon[105578]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T14:39:58.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:58 smithi104 ceph-mon[105578]: Cluster is now healthy 2024-09-13T14:39:58.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:58 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2654449445' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T14:39:58.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:58 smithi104 ceph-mon[105578]: osdmap e1101: 8 total, 8 up, 7 in 2024-09-13T14:39:58.694 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:58 smithi071 ceph-mon[107477]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T14:39:58.695 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:58 smithi071 ceph-mon[107477]: Cluster is now healthy 2024-09-13T14:39:58.695 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:58 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2654449445' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T14:39:58.695 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:58 smithi071 ceph-mon[107477]: osdmap e1101: 8 total, 8 up, 7 in 2024-09-13T14:39:58.695 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:58 smithi071 ceph-mon[112785]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T14:39:58.695 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:58 smithi071 ceph-mon[112785]: Cluster is now healthy 2024-09-13T14:39:58.695 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:58 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2654449445' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T14:39:58.695 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:58 smithi071 ceph-mon[112785]: osdmap e1101: 8 total, 8 up, 7 in 2024-09-13T14:39:58.763 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:39:58.799 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:58.799 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:58.800 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:39:58.901 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:39:58.927 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:58.928 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:58.928 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:39:59.029 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:39:59.062 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:59.063 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:59.063 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:39:59.164 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:39:59.191 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:59.192 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:59.192 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:39:59.293 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:39:59.332 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:59.332 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:59.332 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:39:59.433 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:39:59.468 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:59.469 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:59.469 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:39:59.570 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:39:59.604 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:39:59.605 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:59.605 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:39:59.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:39:59 smithi071 ceph-mon[107477]: pgmap v1160: 89 pgs: 89 active+clean; 3.6 GiB data, 11 GiB used, 614 GiB / 626 GiB avail; 77 MiB/s wr, 1.24k op/s 2024-09-13T14:39:59.640 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:39:59 smithi071 ceph-mon[112785]: pgmap v1160: 89 pgs: 89 active+clean; 3.6 GiB data, 11 GiB used, 614 GiB / 626 GiB avail; 77 MiB/s wr, 1.24k op/s 2024-09-13T14:39:59.656 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 30 16 65806 65790 137.05 83.0625 0.00675369 0.00729239 2024-09-13T14:39:59.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:39:59 smithi104 ceph-mon[105578]: pgmap v1160: 89 pgs: 89 active+clean; 3.6 GiB data, 11 GiB used, 614 GiB / 626 GiB avail; 77 MiB/s wr, 1.24k op/s 2024-09-13T14:39:59.706 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:39:59.745 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:59.746 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:59.746 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:39:59.847 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:39:59.886 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:39:59.887 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:39:59.888 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:39:59.988 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:40:00.020 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:00.021 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:00.022 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:40:00.122 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:40:00.154 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:00.155 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:00.155 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:40:00.257 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:40:00.298 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:00.299 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:00.299 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:40:00.401 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:00.440 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:00.441 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:00.442 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:00.542 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:40:00.577 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:00.578 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:00.578 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:40:00.622 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T14:40:00.622 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:40:00.656 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 31 16 67297 67281 135.635 93.1875 0.00620419 0.00736702 2024-09-13T14:40:00.679 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:00.722 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:00.722 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:00.723 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:00.823 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:40:00.862 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:00.863 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:00.863 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:40:00.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:00 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:40:00.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:00 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:40:00.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:00 smithi071 ceph-mon[107477]: overall HEALTH_OK 2024-09-13T14:40:00.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:00 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:40:00.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:00 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:40:00.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:00 smithi071 ceph-mon[112785]: overall HEALTH_OK 2024-09-13T14:40:00.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:00 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:40:00.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:00 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:40:00.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:00 smithi104 ceph-mon[105578]: overall HEALTH_OK 2024-09-13T14:40:00.964 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:40:01.001 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:01.002 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:01.002 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:40:01.103 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:40:01.142 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:01.142 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:01.142 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:40:01.243 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:40:01.272 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:01.273 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:01.273 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:40:01.346 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.1 dump_historic_ops 2024-09-13T14:40:01.374 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:40:01.425 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:01.426 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:01.426 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:40:01.527 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:40:01.565 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:01.566 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:01.566 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:40:01.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:01 smithi071 ceph-mon[107477]: pgmap v1161: 89 pgs: 89 active+clean; 4.0 GiB data, 12 GiB used, 613 GiB / 626 GiB avail; 121 MiB/s wr, 1.94k op/s 2024-09-13T14:40:01.640 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:01 smithi071 ceph-mon[112785]: pgmap v1161: 89 pgs: 89 active+clean; 4.0 GiB data, 12 GiB used, 613 GiB / 626 GiB avail; 121 MiB/s wr, 1.94k op/s 2024-09-13T14:40:01.656 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 32 16 68727 68711 134.189 89.375 0.0160656 0.00744745 2024-09-13T14:40:01.667 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:40:01.702 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:01.702 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:01.703 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:40:01.804 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:40:01.843 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:01.844 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:01.844 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:40:01.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:01 smithi104 ceph-mon[105578]: pgmap v1161: 89 pgs: 89 active+clean; 4.0 GiB data, 12 GiB used, 613 GiB / 626 GiB avail; 121 MiB/s wr, 1.94k op/s 2024-09-13T14:40:01.948 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:40:01.979 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:01.980 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:01.980 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:40:02.081 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:40:02.121 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:02.122 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:02.122 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:40:02.223 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:40:02.258 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:02.258 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:02.258 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:40:02.359 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:40:02.397 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:02.398 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:02.398 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:40:02.444 INFO:tasks.thrashosds.thrasher:in_osds: [0, 1, 2, 4, 5, 6, 7] out_osds: [3] dead_osds: [] live_osds: [0, 1, 2, 3, 4, 5, 6, 7] 2024-09-13T14:40:02.444 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd reweight 0 1 2024-09-13T14:40:02.499 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:40:02.538 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:02.538 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:02.538 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:40:02.558 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd set noscrub 2024-09-13T14:40:02.640 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:40:02.657 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 33 16 70153 70137 132.824 89.125 0.00695051 0.00752393 2024-09-13T14:40:02.682 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:02.683 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:02.683 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:40:02.757 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:02 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1228227639' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:40:02.757 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:40:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:40:02] "GET /metrics HTTP/1.1" 200 36468 "" "Prometheus/2.51.0" 2024-09-13T14:40:02.758 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:02 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1228227639' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:40:02.784 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:02.826 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:02.827 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:02.827 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:02.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:02 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1228227639' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:40:02.928 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:40:02.938 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:40:02.938 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:40:02.939 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:40:02.939 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:40:02.939 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:40:02.939 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:40:02.939 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T14:40:02.939 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:40:02.939 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:40:02.939 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:40:02.940 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:40:02.940 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:40:02.940 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:40:02.940 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:40:02.940 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T14:40:02.940 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:40:02.957 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:02.957 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:02.958 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:40:03.059 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:40:03.096 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:03.097 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:03.097 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:40:03.198 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:03.237 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:03.237 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:03.238 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:03.339 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:40:03.369 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:03.370 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:03.370 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:40:03.471 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:40:03.499 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:03.500 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:03.501 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:40:03.601 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:40:03.630 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:03.630 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:03.631 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:40:03.657 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 34 16 71577 71561 131.534 89 0.0110037 0.00759775 2024-09-13T14:40:03.732 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:40:03.772 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:03.773 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:03.773 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:40:03.874 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:40:03.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:03 smithi071 ceph-mon[107477]: pgmap v1162: 89 pgs: 89 active+clean; 4.0 GiB data, 13 GiB used, 613 GiB / 626 GiB avail; 108 MiB/s wr, 1.73k op/s 2024-09-13T14:40:03.890 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:03 smithi071 ceph-mon[112785]: pgmap v1162: 89 pgs: 89 active+clean; 4.0 GiB data, 13 GiB used, 613 GiB / 626 GiB avail; 108 MiB/s wr, 1.73k op/s 2024-09-13T14:40:03.911 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:03.912 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:03.913 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:40:03.924 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:03 smithi104 ceph-mon[105578]: pgmap v1162: 89 pgs: 89 active+clean; 4.0 GiB data, 13 GiB used, 613 GiB / 626 GiB avail; 108 MiB/s wr, 1.73k op/s 2024-09-13T14:40:04.013 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:40:04.053 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:04.054 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:04.054 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:40:04.107 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:40:04.155 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:40:04.198 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:04.198 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:04.199 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:40:04.300 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:40:04.335 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:04.336 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:04.336 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:40:04.437 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:40:04.466 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:04.466 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:04.466 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:40:04.567 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:40:04.601 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:04.602 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:04.602 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:40:04.657 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 35 16 72985 72969 130.29 88 0.00930437 0.00767042 2024-09-13T14:40:04.703 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:40:04.741 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:04.742 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:04.742 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:40:04.843 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:40:04.873 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:04.873 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:04.874 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:40:04.975 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:05.008 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:05.009 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:05.009 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:05.110 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:40:05.144 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:05.145 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:05.145 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:40:05.246 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:40:05.271 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:05.272 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:05.272 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:40:05.373 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:40:05.402 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:05.402 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:05.403 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:40:05.504 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:40:05.534 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:05.535 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:05.535 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:40:05.636 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:40:05.657 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 36 16 74383 74367 129.098 87.375 0.0112687 0.00774124 2024-09-13T14:40:05.665 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:05.665 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:05.666 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:40:05.767 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:40:05.795 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:05.795 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:05.796 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:40:05.880 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:05 smithi071 ceph-mon[112785]: pgmap v1163: 89 pgs: 89 active+clean; 4.2 GiB data, 13 GiB used, 613 GiB / 626 GiB avail; 74 MiB/s wr, 1.18k op/s 2024-09-13T14:40:05.880 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:05 smithi071 ceph-mon[107477]: pgmap v1163: 89 pgs: 89 active+clean; 4.2 GiB data, 13 GiB used, 613 GiB / 626 GiB avail; 74 MiB/s wr, 1.18k op/s 2024-09-13T14:40:05.897 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:40:05.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:05 smithi104 ceph-mon[105578]: pgmap v1163: 89 pgs: 89 active+clean; 4.2 GiB data, 13 GiB used, 613 GiB / 626 GiB avail; 74 MiB/s wr, 1.18k op/s 2024-09-13T14:40:05.930 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:05.930 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:05.930 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:40:06.031 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:40:06.063 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:06.063 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:06.064 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:40:06.164 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:40:06.195 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:06.196 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:06.196 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:40:06.297 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:40:06.333 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:06.333 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:06.334 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:40:06.435 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:06.472 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:06.472 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:06.473 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:06.574 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:40:06.595 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:40:06.595 INFO:teuthology.orchestra.run.smithi071.stdout: "size": 20, 2024-09-13T14:40:06.596 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 600, 2024-09-13T14:40:06.596 INFO:teuthology.orchestra.run.smithi071.stdout: "ops": [ 2024-09-13T14:40:06.596 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.596 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.24701.0:7763 5.0 5:0aa743ae:::smithi07185159-8:head [rollback 203] snapc 20b=[20b,20a,209,208,205,203,202,200,1fe,1fd,1fb,1f4,1f3,1f0,1e0] ondisk+write+known_if_redirected+supports_pool_eio e834)", 2024-09-13T14:40:06.596 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:33:37.917530+0000", 2024-09-13T14:40:06.596 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 388.67576599799997, 2024-09-13T14:40:06.596 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.99165886000000003, 2024-09-13T14:40:06.596 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:40:06.596 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:40:06.596 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "started", 2024-09-13T14:40:06.596 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:40:06.596 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.24701", 2024-09-13T14:40:06.597 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/3140242613", 2024-09-13T14:40:06.597 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 7763 2024-09-13T14:40:06.597 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.597 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:40:06.597 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.597 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:40:06.597 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:37.917530+0000", 2024-09-13T14:40:06.597 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:06.597 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.597 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.597 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:40:06.597 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:37.917530+0000", 2024-09-13T14:40:06.597 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:06.598 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.598 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.598 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:40:06.598 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:37.917532+0000", 2024-09-13T14:40:06.598 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.8050000000000001e-06 2024-09-13T14:40:06.598 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.598 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.598 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:40:06.599 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:37.917537+0000", 2024-09-13T14:40:06.599 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.707e-06 2024-09-13T14:40:06.599 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.599 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.599 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:40:06.599 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:37.917550+0000", 2024-09-13T14:40:06.599 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.3168e-05 2024-09-13T14:40:06.599 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.599 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.599 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:40:06.599 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:37.917557+0000", 2024-09-13T14:40:06.599 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.3939999999999998e-06 2024-09-13T14:40:06.600 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.600 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.601 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:40:06.601 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:37.917619+0000", 2024-09-13T14:40:06.601 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.1988000000000003e-05 2024-09-13T14:40:06.601 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.601 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.601 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:40:06.601 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:37.917629+0000", 2024-09-13T14:40:06.601 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.9289999999999993e-06 2024-09-13T14:40:06.601 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.601 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.601 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:40:06.601 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:38.907271+0000", 2024-09-13T14:40:06.601 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.98964175799999998 2024-09-13T14:40:06.602 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.602 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.602 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:40:06.602 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:38.907428+0000", 2024-09-13T14:40:06.602 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000157171 2024-09-13T14:40:06.602 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.602 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.602 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:40:06.602 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:38.909189+0000", 2024-09-13T14:40:06.602 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0017609399999999999 2024-09-13T14:40:06.602 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:06.602 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:40:06.602 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:06.603 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.603 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.603 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:29892 6.1 6:89b90cd8:::benchmark_data_smithi071_156503_object29891:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1096)", 2024-09-13T14:40:06.603 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:39:39.374163+0000", 2024-09-13T14:40:06.603 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 27.219133150000001, 2024-09-13T14:40:06.603 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.059097733, 2024-09-13T14:40:06.603 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:40:06.603 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:40:06.603 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:40:06.603 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:40:06.603 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:40:06.603 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:40:06.603 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 29892 2024-09-13T14:40:06.603 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.604 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:40:06.604 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.604 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:40:06.604 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.374163+0000", 2024-09-13T14:40:06.604 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:06.604 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.604 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.604 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:40:06.604 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.374163+0000", 2024-09-13T14:40:06.604 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:06.604 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.604 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.605 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:40:06.605 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.374164+0000", 2024-09-13T14:40:06.605 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.7899999999999997e-07 2024-09-13T14:40:06.605 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.605 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.605 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:40:06.605 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.374185+0000", 2024-09-13T14:40:06.605 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.0514999999999999e-05 2024-09-13T14:40:06.605 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.605 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.605 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:40:06.605 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.374196+0000", 2024-09-13T14:40:06.605 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0964e-05 2024-09-13T14:40:06.605 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.606 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.606 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:40:06.606 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.374201+0000", 2024-09-13T14:40:06.606 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.2249999999999999e-06 2024-09-13T14:40:06.606 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.606 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.606 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:40:06.606 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.374240+0000", 2024-09-13T14:40:06.606 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.8825000000000002e-05 2024-09-13T14:40:06.606 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.606 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.606 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:40:06.606 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.374349+0000", 2024-09-13T14:40:06.607 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000109782 2024-09-13T14:40:06.607 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.607 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.607 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 2,6", 2024-09-13T14:40:06.607 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.374453+0000", 2024-09-13T14:40:06.607 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00010313 2024-09-13T14:40:06.607 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.607 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.607 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:40:06.607 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.375569+0000", 2024-09-13T14:40:06.607 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.001116414 2024-09-13T14:40:06.607 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.607 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.607 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:40:06.608 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.375978+0000", 2024-09-13T14:40:06.608 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00040912899999999999 2024-09-13T14:40:06.608 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.608 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.608 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:40:06.608 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.433166+0000", 2024-09-13T14:40:06.608 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.057187811999999998 2024-09-13T14:40:06.608 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.608 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.608 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:40:06.608 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.433218+0000", 2024-09-13T14:40:06.608 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.2417999999999999e-05 2024-09-13T14:40:06.608 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.608 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.609 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:40:06.609 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.433261+0000", 2024-09-13T14:40:06.609 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.2639999999999998e-05 2024-09-13T14:40:06.609 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:06.609 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:40:06.609 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:06.609 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.609 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.609 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.34671.0:31006 6.7 e1096/1094 6:e650ad65:::benchmark_data_smithi071_156503_object31005:head v 1096'1985, mlcod=1096'1983)", 2024-09-13T14:40:06.609 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:39:39.903776+0000", 2024-09-13T14:40:06.609 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 26.689520830999999, 2024-09-13T14:40:06.609 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.116253828, 2024-09-13T14:40:06.609 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:40:06.610 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:40:06.610 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:40:06.610 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:40:06.610 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.610 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:40:06.610 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.903776+0000", 2024-09-13T14:40:06.610 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:06.610 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.610 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.610 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:40:06.610 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.903776+0000", 2024-09-13T14:40:06.610 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:06.610 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.610 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.611 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:40:06.611 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.903776+0000", 2024-09-13T14:40:06.611 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.5700000000000002e-07 2024-09-13T14:40:06.611 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.611 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.611 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:40:06.611 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.903853+0000", 2024-09-13T14:40:06.611 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.6877000000000003e-05 2024-09-13T14:40:06.612 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.612 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.612 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:40:06.612 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.903863+0000", 2024-09-13T14:40:06.612 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.3600000000000002e-06 2024-09-13T14:40:06.612 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.612 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.612 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:40:06.613 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.903876+0000", 2024-09-13T14:40:06.613 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.3423e-05 2024-09-13T14:40:06.613 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.613 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.613 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:40:06.613 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.903923+0000", 2024-09-13T14:40:06.613 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.7246000000000001e-05 2024-09-13T14:40:06.613 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.613 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.613 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:40:06.613 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.903943+0000", 2024-09-13T14:40:06.613 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.0092e-05 2024-09-13T14:40:06.613 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.613 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.614 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:40:06.614 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.905179+0000", 2024-09-13T14:40:06.614 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0012352210000000001 2024-09-13T14:40:06.614 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.614 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.614 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:40:06.614 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.020029+0000", 2024-09-13T14:40:06.614 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.114850852 2024-09-13T14:40:06.614 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:06.614 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:40:06.614 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:06.614 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.614 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.614 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.34671.0:31001 6.d e1096/1091 6:b0e121ce:::benchmark_data_smithi071_156503_object31000:head v 1096'1948, mlcod=1096'1946)", 2024-09-13T14:40:06.615 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:39:39.903890+0000", 2024-09-13T14:40:06.615 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 26.689406214999998, 2024-09-13T14:40:06.615 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.11738003499999999, 2024-09-13T14:40:06.615 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:40:06.615 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:40:06.615 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:40:06.615 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:40:06.615 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.615 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:40:06.615 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.903890+0000", 2024-09-13T14:40:06.615 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:06.615 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.615 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.616 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:40:06.616 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.903890+0000", 2024-09-13T14:40:06.616 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:06.616 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.616 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.616 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:40:06.616 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.903890+0000", 2024-09-13T14:40:06.616 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.0699999999999998e-07 2024-09-13T14:40:06.616 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.616 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.616 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:40:06.616 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.903943+0000", 2024-09-13T14:40:06.616 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.2404000000000002e-05 2024-09-13T14:40:06.617 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.617 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.617 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:40:06.617 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.903949+0000", 2024-09-13T14:40:06.617 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.6509999999999998e-06 2024-09-13T14:40:06.617 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.617 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.617 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:40:06.617 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.903952+0000", 2024-09-13T14:40:06.617 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.7479999999999999e-06 2024-09-13T14:40:06.617 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.617 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.617 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:40:06.618 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.903993+0000", 2024-09-13T14:40:06.618 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.0571000000000002e-05 2024-09-13T14:40:06.618 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.618 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.618 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:40:06.618 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.904010+0000", 2024-09-13T14:40:06.618 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.6827999999999999e-05 2024-09-13T14:40:06.618 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.618 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.618 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:40:06.618 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.905075+0000", 2024-09-13T14:40:06.618 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.001065521 2024-09-13T14:40:06.618 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.618 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.619 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:40:06.619 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.021270+0000", 2024-09-13T14:40:06.619 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.116195005 2024-09-13T14:40:06.619 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:06.619 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:40:06.619 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:06.619 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.619 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.619 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.34671.0:31009 6.b e1096/1094 6:daa17b15:::benchmark_data_smithi071_156503_object31008:head v 1096'1931, mlcod=1096'1928)", 2024-09-13T14:40:06.619 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:39:39.905561+0000", 2024-09-13T14:40:06.619 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 26.687735016000001, 2024-09-13T14:40:06.619 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.11729999300000001, 2024-09-13T14:40:06.619 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:40:06.620 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:40:06.620 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:40:06.620 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:40:06.620 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.620 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:40:06.620 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.905561+0000", 2024-09-13T14:40:06.620 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:06.620 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.620 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.620 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:40:06.620 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.905561+0000", 2024-09-13T14:40:06.620 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:06.621 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.621 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.621 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:40:06.621 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.905562+0000", 2024-09-13T14:40:06.621 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.5900000000000002e-07 2024-09-13T14:40:06.621 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.621 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.621 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:40:06.621 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.905624+0000", 2024-09-13T14:40:06.621 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.2340000000000003e-05 2024-09-13T14:40:06.621 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.621 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.621 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:40:06.621 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.019933+0000", 2024-09-13T14:40:06.622 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.114308856 2024-09-13T14:40:06.622 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.622 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.622 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:40:06.622 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.019946+0000", 2024-09-13T14:40:06.622 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2707e-05 2024-09-13T14:40:06.622 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.622 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.622 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:40:06.622 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.020044+0000", 2024-09-13T14:40:06.622 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.7823000000000002e-05 2024-09-13T14:40:06.622 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.622 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.623 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:40:06.623 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.020070+0000", 2024-09-13T14:40:06.623 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.597e-05 2024-09-13T14:40:06.623 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.623 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.623 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:40:06.623 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.022778+0000", 2024-09-13T14:40:06.623 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.002708846 2024-09-13T14:40:06.623 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.623 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.623 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:40:06.623 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.022861+0000", 2024-09-13T14:40:06.623 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.2991999999999994e-05 2024-09-13T14:40:06.624 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:06.624 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:40:06.624 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:06.624 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.624 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.624 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.34671.0:31012 6.d e1096/1091 6:bd513ab3:::benchmark_data_smithi071_156503_object31011:head v 1096'1949, mlcod=1096'1946)", 2024-09-13T14:40:06.624 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:39:39.907175+0000", 2024-09-13T14:40:06.624 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 26.686121491000002, 2024-09-13T14:40:06.624 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.11572698300000001, 2024-09-13T14:40:06.624 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:40:06.624 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:40:06.624 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:40:06.624 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:40:06.625 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.625 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:40:06.625 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.907175+0000", 2024-09-13T14:40:06.625 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:06.625 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.625 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.625 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:40:06.625 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.907175+0000", 2024-09-13T14:40:06.625 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:06.625 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.625 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.625 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:40:06.625 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.907176+0000", 2024-09-13T14:40:06.626 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.8100000000000002e-07 2024-09-13T14:40:06.626 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.626 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.626 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:40:06.626 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.907220+0000", 2024-09-13T14:40:06.626 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.4557e-05 2024-09-13T14:40:06.626 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.626 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.626 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:40:06.626 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.020049+0000", 2024-09-13T14:40:06.626 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.112828453 2024-09-13T14:40:06.626 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.627 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.627 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:40:06.627 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.020056+0000", 2024-09-13T14:40:06.627 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.3350000000000001e-06 2024-09-13T14:40:06.627 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.627 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.627 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:40:06.627 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.021300+0000", 2024-09-13T14:40:06.627 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.001244092 2024-09-13T14:40:06.627 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.627 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.627 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:40:06.627 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.021318+0000", 2024-09-13T14:40:06.627 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.8031000000000001e-05 2024-09-13T14:40:06.628 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.628 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.628 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:40:06.628 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.022870+0000", 2024-09-13T14:40:06.628 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0015519209999999999 2024-09-13T14:40:06.628 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.628 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.628 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:40:06.628 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.022902+0000", 2024-09-13T14:40:06.628 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.1813000000000002e-05 2024-09-13T14:40:06.628 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:06.628 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:40:06.628 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:06.629 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.629 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.629 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:31704 6.1 6:8d832d9b:::benchmark_data_smithi071_156503_object31703:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1096)", 2024-09-13T14:40:06.629 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:39:40.392844+0000", 2024-09-13T14:40:06.629 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 26.200452163000001, 2024-09-13T14:40:06.629 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.068442025000000004, 2024-09-13T14:40:06.629 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:40:06.629 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:40:06.629 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:40:06.629 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:40:06.629 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:40:06.629 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:40:06.629 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 31704 2024-09-13T14:40:06.630 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.630 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:40:06.630 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.630 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:40:06.630 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.392844+0000", 2024-09-13T14:40:06.630 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:06.630 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.630 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.630 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:40:06.630 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.392844+0000", 2024-09-13T14:40:06.630 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:06.630 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.630 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.630 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:40:06.631 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.392845+0000", 2024-09-13T14:40:06.631 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.6400000000000001e-07 2024-09-13T14:40:06.631 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.631 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.631 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:40:06.631 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.392866+0000", 2024-09-13T14:40:06.631 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.103e-05 2024-09-13T14:40:06.631 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.631 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.631 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:40:06.631 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.392874+0000", 2024-09-13T14:40:06.631 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.1729999999999995e-06 2024-09-13T14:40:06.631 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.631 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.632 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:40:06.632 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.392879+0000", 2024-09-13T14:40:06.632 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.0010000000000001e-06 2024-09-13T14:40:06.632 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.632 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.632 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:40:06.632 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.392919+0000", 2024-09-13T14:40:06.632 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.9702e-05 2024-09-13T14:40:06.632 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.632 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.632 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:40:06.632 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.392998+0000", 2024-09-13T14:40:06.632 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.9431000000000006e-05 2024-09-13T14:40:06.633 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.633 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.633 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 2,6", 2024-09-13T14:40:06.633 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.393075+0000", 2024-09-13T14:40:06.633 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.6662999999999994e-05 2024-09-13T14:40:06.633 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.633 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.633 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:40:06.633 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.394199+0000", 2024-09-13T14:40:06.633 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.001123701 2024-09-13T14:40:06.633 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.633 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.633 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:40:06.634 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.395731+0000", 2024-09-13T14:40:06.634 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0015318339999999999 2024-09-13T14:40:06.634 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.634 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.634 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:40:06.634 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.461177+0000", 2024-09-13T14:40:06.634 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.065446651999999994 2024-09-13T14:40:06.634 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.634 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.634 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:40:06.634 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.461237+0000", 2024-09-13T14:40:06.634 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.0232999999999997e-05 2024-09-13T14:40:06.634 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.634 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.635 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:40:06.635 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.461286+0000", 2024-09-13T14:40:06.635 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.8741e-05 2024-09-13T14:40:06.635 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:06.635 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:40:06.635 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:06.635 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.635 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.635 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:31710 6.1 6:87ebda26:::benchmark_data_smithi071_156503_object31709:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1096)", 2024-09-13T14:40:06.635 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:39:40.394318+0000", 2024-09-13T14:40:06.635 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 26.198977925000001, 2024-09-13T14:40:06.635 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.067168879000000001, 2024-09-13T14:40:06.635 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:40:06.635 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:40:06.636 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:40:06.636 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:40:06.636 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:40:06.636 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:40:06.636 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 31710 2024-09-13T14:40:06.636 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.636 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:40:06.636 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.636 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:40:06.636 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.394318+0000", 2024-09-13T14:40:06.636 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:06.636 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.636 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.636 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:40:06.636 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.394318+0000", 2024-09-13T14:40:06.637 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:06.637 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.637 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.637 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:40:06.637 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.394319+0000", 2024-09-13T14:40:06.637 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.018e-06 2024-09-13T14:40:06.637 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.637 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.637 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:40:06.637 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.394341+0000", 2024-09-13T14:40:06.637 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.1937e-05 2024-09-13T14:40:06.637 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.637 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.637 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:40:06.638 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.394352+0000", 2024-09-13T14:40:06.638 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0400999999999999e-05 2024-09-13T14:40:06.638 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.638 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.638 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:40:06.638 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.394358+0000", 2024-09-13T14:40:06.638 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.6710000000000002e-06 2024-09-13T14:40:06.638 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.638 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.638 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:40:06.638 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.394404+0000", 2024-09-13T14:40:06.638 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.5148999999999998e-05 2024-09-13T14:40:06.638 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.638 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.639 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:40:06.639 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.394510+0000", 2024-09-13T14:40:06.639 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000106607 2024-09-13T14:40:06.639 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.639 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.639 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 2,6", 2024-09-13T14:40:06.639 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.394629+0000", 2024-09-13T14:40:06.639 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000118563 2024-09-13T14:40:06.639 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.639 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.639 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:40:06.639 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.395870+0000", 2024-09-13T14:40:06.639 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.001240744 2024-09-13T14:40:06.639 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.640 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.640 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:40:06.640 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.461130+0000", 2024-09-13T14:40:06.640 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.065260177000000003 2024-09-13T14:40:06.640 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.640 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.640 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:40:06.640 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.461348+0000", 2024-09-13T14:40:06.640 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00021872499999999999 2024-09-13T14:40:06.640 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.640 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.640 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:40:06.640 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.461445+0000", 2024-09-13T14:40:06.641 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.6390000000000004e-05 2024-09-13T14:40:06.641 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.641 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.641 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:40:06.641 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.461487+0000", 2024-09-13T14:40:06.641 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.2497000000000003e-05 2024-09-13T14:40:06.641 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:06.641 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:40:06.641 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:06.641 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.641 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.641 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:31717 6.1 6:8c65c1e8:::benchmark_data_smithi071_156503_object31716:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1096)", 2024-09-13T14:40:06.641 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:39:40.395852+0000", 2024-09-13T14:40:06.642 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 26.197444251, 2024-09-13T14:40:06.642 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.067571832999999998, 2024-09-13T14:40:06.642 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:40:06.642 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:40:06.642 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:40:06.642 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:40:06.642 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:40:06.642 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:40:06.642 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 31717 2024-09-13T14:40:06.642 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.642 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:40:06.642 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.642 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:40:06.643 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.395852+0000", 2024-09-13T14:40:06.643 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:06.643 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.643 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.643 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:40:06.643 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.395852+0000", 2024-09-13T14:40:06.643 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:06.643 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.643 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.643 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:40:06.644 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.395853+0000", 2024-09-13T14:40:06.644 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.234e-06 2024-09-13T14:40:06.644 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.644 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.644 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:40:06.644 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.395912+0000", 2024-09-13T14:40:06.644 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.8900000000000002e-05 2024-09-13T14:40:06.644 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.644 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.644 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:40:06.644 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.395924+0000", 2024-09-13T14:40:06.644 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1352000000000001e-05 2024-09-13T14:40:06.644 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.645 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.645 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:40:06.645 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.395931+0000", 2024-09-13T14:40:06.645 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.3289999999999996e-06 2024-09-13T14:40:06.645 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.645 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.645 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:40:06.645 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.395978+0000", 2024-09-13T14:40:06.645 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.6659000000000002e-05 2024-09-13T14:40:06.645 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.645 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.645 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:40:06.645 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.396106+0000", 2024-09-13T14:40:06.645 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012849000000000001 2024-09-13T14:40:06.646 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.646 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.646 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 2,6", 2024-09-13T14:40:06.646 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.396190+0000", 2024-09-13T14:40:06.646 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.4271999999999995e-05 2024-09-13T14:40:06.646 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.646 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.646 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:40:06.646 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.463185+0000", 2024-09-13T14:40:06.646 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.066994970000000001 2024-09-13T14:40:06.646 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.646 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.646 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:40:06.646 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.463219+0000", 2024-09-13T14:40:06.647 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.3849000000000001e-05 2024-09-13T14:40:06.647 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.647 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.647 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:40:06.647 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.463334+0000", 2024-09-13T14:40:06.647 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000115077 2024-09-13T14:40:06.647 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.647 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.647 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:40:06.647 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.463381+0000", 2024-09-13T14:40:06.647 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.6273000000000002e-05 2024-09-13T14:40:06.647 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.647 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.647 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:40:06.648 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.463424+0000", 2024-09-13T14:40:06.648 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.3427999999999998e-05 2024-09-13T14:40:06.648 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:06.648 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:40:06.648 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:06.648 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.648 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.648 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.34671.0:31711 6.d e1096/1091 6:b7301d51:::benchmark_data_smithi071_156503_object31710:head v 1096'1999, mlcod=1096'1997)", 2024-09-13T14:40:06.648 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:39:40.395950+0000", 2024-09-13T14:40:06.648 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 26.197346685999999, 2024-09-13T14:40:06.648 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.065083538999999996, 2024-09-13T14:40:06.648 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:40:06.648 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:40:06.649 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:40:06.649 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:40:06.649 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.649 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:40:06.649 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.395950+0000", 2024-09-13T14:40:06.649 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:06.649 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.649 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.649 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:40:06.649 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.395950+0000", 2024-09-13T14:40:06.649 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:06.649 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.649 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.650 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:40:06.650 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.395950+0000", 2024-09-13T14:40:06.650 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.7199999999999998e-07 2024-09-13T14:40:06.650 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.650 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.650 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:40:06.650 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.395998+0000", 2024-09-13T14:40:06.650 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.7207999999999999e-05 2024-09-13T14:40:06.650 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.650 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.650 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:40:06.650 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.396009+0000", 2024-09-13T14:40:06.650 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1177e-05 2024-09-13T14:40:06.650 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.651 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.651 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:40:06.651 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.396015+0000", 2024-09-13T14:40:06.651 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.3949999999999998e-06 2024-09-13T14:40:06.651 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.651 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.651 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:40:06.651 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.396080+0000", 2024-09-13T14:40:06.651 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.4375999999999995e-05 2024-09-13T14:40:06.651 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.651 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.651 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:40:06.651 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.396098+0000", 2024-09-13T14:40:06.651 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.7941999999999999e-05 2024-09-13T14:40:06.652 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.652 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.652 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:40:06.652 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.460981+0000", 2024-09-13T14:40:06.652 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.064883370999999995 2024-09-13T14:40:06.652 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.652 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.652 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:40:06.652 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.461033+0000", 2024-09-13T14:40:06.652 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.2298e-05 2024-09-13T14:40:06.652 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:06.652 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:40:06.652 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:06.653 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.653 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.653 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop_reply(client.34671.0:31710 6.1 e1096/1091 ondisk, result = 0)", 2024-09-13T14:40:06.653 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:39:40.396193+0000", 2024-09-13T14:40:06.653 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 26.197103526999999, 2024-09-13T14:40:06.653 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.064947227999999996, 2024-09-13T14:40:06.653 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:40:06.653 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:40:06.653 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "started", 2024-09-13T14:40:06.653 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:40:06.653 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.653 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:40:06.653 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.396193+0000", 2024-09-13T14:40:06.653 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:06.653 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.654 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.654 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:40:06.654 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.396193+0000", 2024-09-13T14:40:06.654 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:06.654 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.654 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.654 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:40:06.654 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.396193+0000", 2024-09-13T14:40:06.654 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.1600000000000001e-07 2024-09-13T14:40:06.654 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.654 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.654 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:40:06.654 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.396197+0000", 2024-09-13T14:40:06.654 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.8920000000000002e-06 2024-09-13T14:40:06.655 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.655 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.655 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:40:06.655 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.396207+0000", 2024-09-13T14:40:06.655 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.9429999999999995e-06 2024-09-13T14:40:06.655 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=false 2024-09-13T14:40:06.657 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.657 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.657 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:40:06.657 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.396214+0000", 2024-09-13T14:40:06.657 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.0530000000000001e-06 2024-09-13T14:40:06.657 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.657 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.658 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:40:06.658 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.461114+0000", 2024-09-13T14:40:06.658 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.064900037999999993 2024-09-13T14:40:06.658 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.658 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.658 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:40:06.658 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.461123+0000", 2024-09-13T14:40:06.658 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.8109999999999992e-06 2024-09-13T14:40:06.658 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.658 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.658 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:40:06.658 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.461140+0000", 2024-09-13T14:40:06.658 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.6875e-05 2024-09-13T14:40:06.658 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:06.659 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:40:06.659 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:06.659 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.659 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.659 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.34671.0:31712 6.e e1096/1091 6:7b996a91:::benchmark_data_smithi071_156503_object31711:head v 1096'2001, mlcod=1096'1999)", 2024-09-13T14:40:06.659 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:39:40.396261+0000", 2024-09-13T14:40:06.659 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 26.197034887000001, 2024-09-13T14:40:06.659 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.066326355000000004, 2024-09-13T14:40:06.659 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:40:06.659 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:40:06.659 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:40:06.659 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:40:06.659 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.660 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:40:06.660 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.396261+0000", 2024-09-13T14:40:06.660 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:06.660 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.660 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.660 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:40:06.660 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.396261+0000", 2024-09-13T14:40:06.660 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:06.660 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.660 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.660 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:40:06.660 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.396262+0000", 2024-09-13T14:40:06.660 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.9500000000000002e-07 2024-09-13T14:40:06.661 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.661 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.661 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:40:06.661 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.396332+0000", 2024-09-13T14:40:06.661 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.0061000000000006e-05 2024-09-13T14:40:06.661 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.661 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.661 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:40:06.661 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.459605+0000", 2024-09-13T14:40:06.661 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.063273161999999994 2024-09-13T14:40:06.661 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.661 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.661 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:40:06.661 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.459638+0000", 2024-09-13T14:40:06.662 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.3189999999999999e-05 2024-09-13T14:40:06.662 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.662 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.662 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:40:06.662 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.459811+0000", 2024-09-13T14:40:06.662 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00017259 2024-09-13T14:40:06.662 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.662 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.662 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:40:06.662 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.459881+0000", 2024-09-13T14:40:06.662 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.9762000000000001e-05 2024-09-13T14:40:06.662 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.662 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.663 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:40:06.663 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.462547+0000", 2024-09-13T14:40:06.663 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0026657970000000001 2024-09-13T14:40:06.663 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.663 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.663 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:40:06.663 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.462588+0000", 2024-09-13T14:40:06.663 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.1198000000000001e-05 2024-09-13T14:40:06.663 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:06.664 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:40:06.664 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:06.664 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.664 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.664 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:31729 6.1 6:8e66c83c:::benchmark_data_smithi071_156503_object31728:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1096)", 2024-09-13T14:40:06.664 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:39:40.405672+0000", 2024-09-13T14:40:06.664 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 26.187623996999999, 2024-09-13T14:40:06.664 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.058578845999999997, 2024-09-13T14:40:06.664 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:40:06.664 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:40:06.664 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:40:06.664 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:40:06.665 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:40:06.665 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:40:06.665 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 31729 2024-09-13T14:40:06.665 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.665 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:40:06.665 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.665 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:40:06.665 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.405672+0000", 2024-09-13T14:40:06.665 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:06.665 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.665 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.665 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:40:06.665 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.405672+0000", 2024-09-13T14:40:06.665 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:06.666 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.666 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.666 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:40:06.666 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.405674+0000", 2024-09-13T14:40:06.666 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.39e-06 2024-09-13T14:40:06.666 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.666 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.666 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:40:06.666 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.405693+0000", 2024-09-13T14:40:06.666 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.8896e-05 2024-09-13T14:40:06.666 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.666 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.666 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:40:06.667 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.459615+0000", 2024-09-13T14:40:06.667 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.053921985999999998 2024-09-13T14:40:06.667 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.667 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.667 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:40:06.667 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.459647+0000", 2024-09-13T14:40:06.667 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.2401999999999999e-05 2024-09-13T14:40:06.667 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.667 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.667 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:40:06.667 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.461536+0000", 2024-09-13T14:40:06.667 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0018886199999999999 2024-09-13T14:40:06.667 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.667 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.667 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:40:06.668 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.461673+0000", 2024-09-13T14:40:06.668 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013691500000000001 2024-09-13T14:40:06.668 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.668 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.668 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 2,6", 2024-09-13T14:40:06.668 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.461829+0000", 2024-09-13T14:40:06.668 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00015642 2024-09-13T14:40:06.668 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.668 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.668 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:40:06.668 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.463322+0000", 2024-09-13T14:40:06.668 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0014933150000000001 2024-09-13T14:40:06.668 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.669 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.669 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:40:06.669 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.463433+0000", 2024-09-13T14:40:06.669 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000111168 2024-09-13T14:40:06.669 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.669 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.669 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:40:06.669 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.464150+0000", 2024-09-13T14:40:06.669 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00071628499999999999 2024-09-13T14:40:06.669 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.669 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.669 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:40:06.669 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.464204+0000", 2024-09-13T14:40:06.669 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.4728000000000002e-05 2024-09-13T14:40:06.670 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.670 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.670 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:40:06.670 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.464251+0000", 2024-09-13T14:40:06.670 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.6721000000000002e-05 2024-09-13T14:40:06.670 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:06.670 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:40:06.670 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:06.670 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.670 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.670 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:33641 6.4 6:2ab71acf:::benchmark_data_smithi071_156503_object33640:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1096)", 2024-09-13T14:40:06.670 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:39:41.287323+0000", 2024-09-13T14:40:06.670 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 25.305973001000002, 2024-09-13T14:40:06.671 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.056864865000000001, 2024-09-13T14:40:06.671 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:40:06.671 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:40:06.671 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:40:06.671 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:40:06.671 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:40:06.671 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:40:06.671 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 33641 2024-09-13T14:40:06.671 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.671 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:40:06.671 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.671 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:40:06.671 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:41.287323+0000", 2024-09-13T14:40:06.671 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:06.672 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.672 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.672 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:40:06.672 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:41.287323+0000", 2024-09-13T14:40:06.672 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:06.672 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.672 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.672 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:40:06.672 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:41.287324+0000", 2024-09-13T14:40:06.672 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.0800000000000003e-07 2024-09-13T14:40:06.672 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.672 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.672 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:40:06.672 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:41.287346+0000", 2024-09-13T14:40:06.673 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.1365999999999998e-05 2024-09-13T14:40:06.673 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.673 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.673 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:40:06.673 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:41.287358+0000", 2024-09-13T14:40:06.673 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2026e-05 2024-09-13T14:40:06.673 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.673 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.673 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:40:06.673 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:41.287363+0000", 2024-09-13T14:40:06.673 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.2739999999999998e-06 2024-09-13T14:40:06.673 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.673 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.674 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:40:06.674 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:41.287552+0000", 2024-09-13T14:40:06.674 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00018907099999999999 2024-09-13T14:40:06.674 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.674 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.674 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:40:06.674 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:41.287657+0000", 2024-09-13T14:40:06.674 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000105039 2024-09-13T14:40:06.674 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.674 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.674 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 5,6", 2024-09-13T14:40:06.674 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:41.287785+0000", 2024-09-13T14:40:06.674 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012772799999999999 2024-09-13T14:40:06.675 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.675 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.675 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:40:06.675 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:41.289489+0000", 2024-09-13T14:40:06.675 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.001704037 2024-09-13T14:40:06.675 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.675 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.675 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:40:06.675 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:41.292093+0000", 2024-09-13T14:40:06.675 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0026044900000000001 2024-09-13T14:40:06.675 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.675 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.675 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:40:06.675 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:41.344080+0000", 2024-09-13T14:40:06.676 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.051986269000000002 2024-09-13T14:40:06.676 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.676 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.676 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:40:06.676 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:41.344141+0000", 2024-09-13T14:40:06.676 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.1109000000000001e-05 2024-09-13T14:40:06.676 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.676 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.676 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:40:06.677 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:41.344188+0000", 2024-09-13T14:40:06.677 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.7547999999999999e-05 2024-09-13T14:40:06.677 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:06.677 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:40:06.677 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:06.677 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.677 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.677 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:33644 6.4 6:207361e1:::benchmark_data_smithi071_156503_object33643:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1096)", 2024-09-13T14:40:06.677 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:39:41.287733+0000", 2024-09-13T14:40:06.677 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 25.305563766999999, 2024-09-13T14:40:06.677 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.058241041, 2024-09-13T14:40:06.677 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:40:06.677 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:40:06.678 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:40:06.678 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:40:06.678 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:40:06.678 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:40:06.678 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 33644 2024-09-13T14:40:06.678 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.678 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:40:06.678 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.678 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:40:06.678 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:41.287733+0000", 2024-09-13T14:40:06.678 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:06.679 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.679 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.679 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:40:06.679 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:41.287733+0000", 2024-09-13T14:40:06.679 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:06.679 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.679 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.679 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:40:06.679 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:41.287734+0000", 2024-09-13T14:40:06.679 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.0599999999999999e-07 2024-09-13T14:40:06.679 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.679 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.680 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:40:06.680 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:41.287755+0000", 2024-09-13T14:40:06.680 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.1259000000000001e-05 2024-09-13T14:40:06.680 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.680 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.680 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:40:06.680 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:41.287764+0000", 2024-09-13T14:40:06.680 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.0420000000000008e-06 2024-09-13T14:40:06.680 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.680 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.680 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:40:06.680 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:41.287771+0000", 2024-09-13T14:40:06.680 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.1380000000000001e-06 2024-09-13T14:40:06.681 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.681 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.681 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:40:06.681 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:41.288684+0000", 2024-09-13T14:40:06.681 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00091313600000000005 2024-09-13T14:40:06.681 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.681 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.681 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:40:06.681 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:41.288784+0000", 2024-09-13T14:40:06.681 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.9586999999999994e-05 2024-09-13T14:40:06.681 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.681 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.681 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 5,6", 2024-09-13T14:40:06.681 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:41.288876+0000", 2024-09-13T14:40:06.682 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.2656000000000002e-05 2024-09-13T14:40:06.682 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.682 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.682 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:40:06.682 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:41.290398+0000", 2024-09-13T14:40:06.682 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.001522088 2024-09-13T14:40:06.682 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.682 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.682 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:40:06.682 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:41.296197+0000", 2024-09-13T14:40:06.682 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0057985650000000003 2024-09-13T14:40:06.682 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.682 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.682 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:40:06.683 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:41.345880+0000", 2024-09-13T14:40:06.683 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.049683267000000003 2024-09-13T14:40:06.683 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.683 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.683 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:40:06.683 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:41.345932+0000", 2024-09-13T14:40:06.683 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.1631000000000001e-05 2024-09-13T14:40:06.683 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.683 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.683 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:40:06.683 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:41.345974+0000", 2024-09-13T14:40:06.683 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.1766e-05 2024-09-13T14:40:06.683 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:06.683 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:40:06.684 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:06.684 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.684 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.684 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:33645 6.4 6:2ff1bfff:::benchmark_data_smithi071_156503_object33644:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1096)", 2024-09-13T14:40:06.684 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:39:41.287997+0000", 2024-09-13T14:40:06.684 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 25.305299682000001, 2024-09-13T14:40:06.684 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.058157608999999999, 2024-09-13T14:40:06.684 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:40:06.684 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:40:06.684 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:40:06.684 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:40:06.684 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:40:06.684 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:40:06.685 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 33645 2024-09-13T14:40:06.685 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.685 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:40:06.685 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.685 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:40:06.685 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:41.287997+0000", 2024-09-13T14:40:06.685 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:06.685 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.685 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.685 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:40:06.685 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:41.287997+0000", 2024-09-13T14:40:06.685 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:06.685 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.685 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.686 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:40:06.686 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:41.287997+0000", 2024-09-13T14:40:06.686 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.8000000000000005e-07 2024-09-13T14:40:06.686 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.686 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.686 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:40:06.686 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:41.288018+0000", 2024-09-13T14:40:06.686 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.0259999999999999e-05 2024-09-13T14:40:06.687 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.687 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.687 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:40:06.687 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:41.288026+0000", 2024-09-13T14:40:06.687 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.6340000000000007e-06 2024-09-13T14:40:06.687 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.687 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.687 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:40:06.687 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:41.288032+0000", 2024-09-13T14:40:06.687 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.8529999999999997e-06 2024-09-13T14:40:06.687 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.687 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.688 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:40:06.688 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:41.289517+0000", 2024-09-13T14:40:06.688 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0014845539999999999 2024-09-13T14:40:06.688 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.688 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.688 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:40:06.688 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:41.289618+0000", 2024-09-13T14:40:06.688 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00010158999999999999 2024-09-13T14:40:06.688 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.688 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.688 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 5,6", 2024-09-13T14:40:06.688 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:41.289742+0000", 2024-09-13T14:40:06.688 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012406799999999999 2024-09-13T14:40:06.689 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.689 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.689 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:40:06.689 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:41.290507+0000", 2024-09-13T14:40:06.689 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000764948 2024-09-13T14:40:06.689 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.689 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.689 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:40:06.689 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:41.296240+0000", 2024-09-13T14:40:06.689 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0057322889999999998 2024-09-13T14:40:06.689 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.689 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.689 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:40:06.689 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:41.346016+0000", 2024-09-13T14:40:06.690 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.049776679999999997 2024-09-13T14:40:06.690 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.690 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.690 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:40:06.690 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:41.346100+0000", 2024-09-13T14:40:06.690 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.3555999999999998e-05 2024-09-13T14:40:06.690 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.690 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.690 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:40:06.690 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:41.346154+0000", 2024-09-13T14:40:06.690 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.4397000000000001e-05 2024-09-13T14:40:06.690 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:06.690 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:40:06.691 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:06.691 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.691 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.691 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:35698 6.4 6:279626d6:::benchmark_data_smithi071_156503_object35697:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1096)", 2024-09-13T14:40:06.691 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:39:42.316773+0000", 2024-09-13T14:40:06.691 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 24.276523232999999, 2024-09-13T14:40:06.691 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.060323472000000003, 2024-09-13T14:40:06.691 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:40:06.691 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:40:06.691 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:40:06.691 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:40:06.691 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:40:06.691 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:40:06.691 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 35698 2024-09-13T14:40:06.692 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.692 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:40:06.692 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.692 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:40:06.692 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:42.316773+0000", 2024-09-13T14:40:06.692 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:06.692 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.692 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.692 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:40:06.692 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:42.316773+0000", 2024-09-13T14:40:06.692 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:06.692 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.692 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.693 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:40:06.693 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:42.316775+0000", 2024-09-13T14:40:06.693 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.401e-06 2024-09-13T14:40:06.693 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.693 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.693 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:40:06.693 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:42.316794+0000", 2024-09-13T14:40:06.693 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.8964e-05 2024-09-13T14:40:06.693 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.693 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.693 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:40:06.693 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:42.316805+0000", 2024-09-13T14:40:06.693 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1970999999999999e-05 2024-09-13T14:40:06.694 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.694 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.694 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:40:06.694 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:42.316812+0000", 2024-09-13T14:40:06.694 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.105e-06 2024-09-13T14:40:06.694 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.694 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.694 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:40:06.694 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:42.316874+0000", 2024-09-13T14:40:06.694 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.2757999999999998e-05 2024-09-13T14:40:06.694 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.694 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.694 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:40:06.695 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:42.317001+0000", 2024-09-13T14:40:06.695 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000126811 2024-09-13T14:40:06.695 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.695 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.695 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 5,6", 2024-09-13T14:40:06.695 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:42.317138+0000", 2024-09-13T14:40:06.695 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013670699999999999 2024-09-13T14:40:06.695 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.695 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.695 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:40:06.695 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:42.318704+0000", 2024-09-13T14:40:06.695 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0015666040000000001 2024-09-13T14:40:06.695 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.695 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.696 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:40:06.696 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:42.320688+0000", 2024-09-13T14:40:06.696 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.001983088 2024-09-13T14:40:06.696 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.696 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.696 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:40:06.696 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:42.377015+0000", 2024-09-13T14:40:06.696 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.056327486000000003 2024-09-13T14:40:06.696 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.696 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.696 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:40:06.696 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:42.377060+0000", 2024-09-13T14:40:06.697 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.4830000000000003e-05 2024-09-13T14:40:06.697 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.697 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.697 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:40:06.697 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:42.377097+0000", 2024-09-13T14:40:06.697 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.6746999999999999e-05 2024-09-13T14:40:06.697 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:06.697 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:40:06.697 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:06.698 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.698 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.698 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:35701 6.1 6:848ce869:::benchmark_data_smithi071_156503_object35700:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1096)", 2024-09-13T14:40:06.698 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:39:42.320676+0000", 2024-09-13T14:40:06.698 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 24.272620034999999, 2024-09-13T14:40:06.698 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.057948128000000002, 2024-09-13T14:40:06.698 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:40:06.698 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:40:06.698 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:40:06.698 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:40:06.698 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:40:06.698 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:40:06.698 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 35701 2024-09-13T14:40:06.699 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.699 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:40:06.699 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.699 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:40:06.699 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:42.320676+0000", 2024-09-13T14:40:06.699 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:06.699 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.699 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.699 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:40:06.699 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:42.320676+0000", 2024-09-13T14:40:06.699 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:06.699 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.699 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.700 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:40:06.700 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:42.320677+0000", 2024-09-13T14:40:06.700 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0610000000000001e-06 2024-09-13T14:40:06.700 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.700 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.700 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:40:06.700 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:42.320695+0000", 2024-09-13T14:40:06.700 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.7589999999999999e-05 2024-09-13T14:40:06.700 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.700 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.700 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:40:06.700 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:42.320725+0000", 2024-09-13T14:40:06.700 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.9711000000000001e-05 2024-09-13T14:40:06.701 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.701 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.701 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:40:06.701 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:42.320731+0000", 2024-09-13T14:40:06.701 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.3230000000000003e-06 2024-09-13T14:40:06.701 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.701 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.701 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:40:06.701 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:42.320772+0000", 2024-09-13T14:40:06.701 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.0655999999999998e-05 2024-09-13T14:40:06.701 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.701 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.701 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:40:06.701 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:42.320860+0000", 2024-09-13T14:40:06.702 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.8075e-05 2024-09-13T14:40:06.702 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.702 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.702 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 2,6", 2024-09-13T14:40:06.702 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:42.321001+0000", 2024-09-13T14:40:06.702 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00014163399999999999 2024-09-13T14:40:06.702 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.702 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.702 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:40:06.702 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:42.322653+0000", 2024-09-13T14:40:06.702 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0016516530000000001 2024-09-13T14:40:06.702 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.702 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.703 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:40:06.703 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:42.323516+0000", 2024-09-13T14:40:06.703 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00086315700000000003 2024-09-13T14:40:06.703 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.703 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.703 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:40:06.703 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:42.378523+0000", 2024-09-13T14:40:06.703 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.055006752999999999 2024-09-13T14:40:06.703 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.703 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.703 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:40:06.703 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:42.378581+0000", 2024-09-13T14:40:06.703 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.8202999999999998e-05 2024-09-13T14:40:06.704 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.704 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.704 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:40:06.704 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:42.378624+0000", 2024-09-13T14:40:06.704 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.3312000000000001e-05 2024-09-13T14:40:06.704 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:06.704 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:40:06.704 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:06.704 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.704 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.704 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:35703 6.4 6:2eeb85a1:::benchmark_data_smithi071_156503_object35702:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1096)", 2024-09-13T14:40:06.704 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:39:42.320908+0000", 2024-09-13T14:40:06.704 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 24.272388341999999, 2024-09-13T14:40:06.704 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.060738826000000003, 2024-09-13T14:40:06.705 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:40:06.705 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:40:06.705 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:40:06.705 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:40:06.705 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:40:06.705 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:40:06.705 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 35703 2024-09-13T14:40:06.705 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.705 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:40:06.705 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.705 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:40:06.705 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:42.320908+0000", 2024-09-13T14:40:06.706 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:06.706 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.706 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.706 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:40:06.706 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:42.320908+0000", 2024-09-13T14:40:06.706 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:06.706 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.706 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.706 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:40:06.706 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:42.320909+0000", 2024-09-13T14:40:06.706 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.7300000000000005e-07 2024-09-13T14:40:06.706 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.706 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.706 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:40:06.707 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:42.320926+0000", 2024-09-13T14:40:06.707 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.7232e-05 2024-09-13T14:40:06.707 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.707 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.707 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:40:06.707 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:42.320933+0000", 2024-09-13T14:40:06.707 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.0949999999999998e-06 2024-09-13T14:40:06.708 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.708 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.708 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:40:06.708 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:42.320937+0000", 2024-09-13T14:40:06.708 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.2509999999999996e-06 2024-09-13T14:40:06.708 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.708 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.708 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:40:06.708 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:42.320978+0000", 2024-09-13T14:40:06.708 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.0680999999999999e-05 2024-09-13T14:40:06.708 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.708 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.708 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:40:06.708 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:42.321095+0000", 2024-09-13T14:40:06.709 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00011678 2024-09-13T14:40:06.709 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.709 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.709 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 5,6", 2024-09-13T14:40:06.709 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:42.321245+0000", 2024-09-13T14:40:06.709 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00015051100000000001 2024-09-13T14:40:06.709 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.709 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.709 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:40:06.709 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:42.322638+0000", 2024-09-13T14:40:06.709 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0013922629999999999 2024-09-13T14:40:06.709 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.709 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.710 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:40:06.710 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:42.324680+0000", 2024-09-13T14:40:06.710 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0020421409999999999 2024-09-13T14:40:06.710 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.710 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.710 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:40:06.710 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:42.381544+0000", 2024-09-13T14:40:06.710 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.056864060000000001 2024-09-13T14:40:06.710 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.710 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.710 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:40:06.710 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:42.381610+0000", 2024-09-13T14:40:06.710 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.6674000000000006e-05 2024-09-13T14:40:06.711 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.711 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.711 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:40:06.711 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:42.381647+0000", 2024-09-13T14:40:06.711 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.6365000000000002e-05 2024-09-13T14:40:06.711 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:06.711 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:40:06.711 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:06.711 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.711 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.711 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:35746 6.4 6:20068d2e:::benchmark_data_smithi071_156503_object35745:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1096)", 2024-09-13T14:40:06.711 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:39:42.392409+0000", 2024-09-13T14:40:06.711 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 24.200886871000002, 2024-09-13T14:40:06.712 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.078933512999999997, 2024-09-13T14:40:06.712 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:40:06.712 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:40:06.712 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:40:06.712 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:40:06.712 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:40:06.712 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:40:06.712 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 35746 2024-09-13T14:40:06.712 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.712 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:40:06.712 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.712 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:40:06.712 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:42.392409+0000", 2024-09-13T14:40:06.713 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:06.713 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.713 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.713 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:40:06.713 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:42.392409+0000", 2024-09-13T14:40:06.713 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:06.713 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.713 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.713 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:40:06.713 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:42.392411+0000", 2024-09-13T14:40:06.713 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.119e-06 2024-09-13T14:40:06.713 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.713 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.714 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:40:06.714 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:42.392430+0000", 2024-09-13T14:40:06.714 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.9533000000000001e-05 2024-09-13T14:40:06.714 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.714 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.714 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:40:06.714 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:42.392443+0000", 2024-09-13T14:40:06.714 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.3067e-05 2024-09-13T14:40:06.714 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.714 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.714 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:40:06.714 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:42.392449+0000", 2024-09-13T14:40:06.714 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.9510000000000003e-06 2024-09-13T14:40:06.715 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.715 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.715 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:40:06.715 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:42.392517+0000", 2024-09-13T14:40:06.715 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.7859000000000002e-05 2024-09-13T14:40:06.715 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.715 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.715 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:40:06.715 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:42.392603+0000", 2024-09-13T14:40:06.715 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.5711000000000007e-05 2024-09-13T14:40:06.715 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.715 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.715 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 5,6", 2024-09-13T14:40:06.716 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:42.392724+0000", 2024-09-13T14:40:06.716 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:40:06.716 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:06.717 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000121403 2024-09-13T14:40:06.717 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.718 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.718 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:40:06.718 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:42.393853+0000", 2024-09-13T14:40:06.718 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0011285119999999999 2024-09-13T14:40:06.718 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.718 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.718 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:40:06.718 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:42.394605+0000", 2024-09-13T14:40:06.718 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00075222099999999997 2024-09-13T14:40:06.718 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.718 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.718 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:40:06.719 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:42.471279+0000", 2024-09-13T14:40:06.719 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.076673639000000002 2024-09-13T14:40:06.719 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.719 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.719 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:40:06.719 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:42.471315+0000", 2024-09-13T14:40:06.719 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.6507999999999997e-05 2024-09-13T14:40:06.719 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:06.719 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:06.719 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:40:06.719 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:42.471343+0000", 2024-09-13T14:40:06.719 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.7990000000000001e-05 2024-09-13T14:40:06.719 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:06.719 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:40:06.720 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:06.720 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:06.720 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:40:06.720 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:40:06.720 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:06.720 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 37 16 75765 75749 127.943 86.375 0.0151919 0.00781054 2024-09-13T14:40:06.720 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:40:06.822 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:40:06.859 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:06.860 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:06.860 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:40:06.961 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:40:06.997 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:06.998 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:06.998 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:40:07.099 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:40:07.139 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:07.140 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:07.140 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:40:07.241 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:40:07.271 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:07.272 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:07.272 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:40:07.373 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:40:07.413 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:07.413 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:07.414 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:40:07.515 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:40:07.544 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:07.545 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:07.546 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:40:07.586 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:07 smithi071 ceph-mon[107477]: pgmap v1164: 89 pgs: 89 active+clean; 4.5 GiB data, 14 GiB used, 612 GiB / 626 GiB avail; 92 MiB/s wr, 1.48k op/s 2024-09-13T14:40:07.587 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:07 smithi071 ceph-mon[112785]: pgmap v1164: 89 pgs: 89 active+clean; 4.5 GiB data, 14 GiB used, 612 GiB / 626 GiB avail; 92 MiB/s wr, 1.48k op/s 2024-09-13T14:40:07.647 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:40:07.657 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 38 16 77141 77125 126.839 86 0.011744 0.00787934 2024-09-13T14:40:07.674 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:07.674 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:07.675 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:40:07.776 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:40:07.808 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:07.808 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:07.809 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:40:07.910 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:40:07.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:07 smithi104 ceph-mon[105578]: pgmap v1164: 89 pgs: 89 active+clean; 4.5 GiB data, 14 GiB used, 612 GiB / 626 GiB avail; 92 MiB/s wr, 1.48k op/s 2024-09-13T14:40:07.946 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.2 dump_ops_in_flight 2024-09-13T14:40:07.948 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:07.949 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:07.949 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:40:08.050 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:40:08.094 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:08.096 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:08.096 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:40:08.197 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:40:08.238 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:08.239 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:08.239 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:40:08.340 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:40:08.371 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:08.372 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:08.372 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:40:08.401 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:40:08.473 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:40:08.510 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:08.510 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:08.511 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:40:08.611 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:40:08.645 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:08.645 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:08.646 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:40:08.657 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 39 16 78466 78450 125.71 82.8125 0.0119545 0.00794968 2024-09-13T14:40:08.747 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:40:08.777 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:08.778 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:08.778 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:40:08.879 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:40:08.911 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:08.912 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:08.912 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:40:08.987 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:40:09.013 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:40:09.044 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:09.045 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:09.045 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:40:09.146 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:40:09.183 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:09.184 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:09.184 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:40:09.285 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:09.323 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:09.324 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:09.324 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:09.425 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:40:09.459 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:09.460 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:09.461 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:40:09.562 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:40:09.596 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:09.597 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:09.597 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:40:09.657 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:2024-09-13T14:40:09.657636+0000 min lat: 0.00112392 max lat: 0.126811 avg lat: 0.00801861 2024-09-13T14:40:09.658 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2024-09-13T14:40:09.658 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 40 16 79788 79772 124.633 82.625 0.00908662 0.00801861 2024-09-13T14:40:09.698 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:40:09.737 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:09.738 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:09.739 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:40:09.836 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:09 smithi071 ceph-mon[107477]: pgmap v1165: 89 pgs: 89 active+clean; 4.5 GiB data, 14 GiB used, 612 GiB / 626 GiB avail; 89 MiB/s wr, 1.42k op/s 2024-09-13T14:40:09.837 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:09 smithi071 ceph-mon[112785]: pgmap v1165: 89 pgs: 89 active+clean; 4.5 GiB data, 14 GiB used, 612 GiB / 626 GiB avail; 89 MiB/s wr, 1.42k op/s 2024-09-13T14:40:09.839 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:40:09.872 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:09.873 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:09.873 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:40:09.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:09 smithi104 ceph-mon[105578]: pgmap v1165: 89 pgs: 89 active+clean; 4.5 GiB data, 14 GiB used, 612 GiB / 626 GiB avail; 89 MiB/s wr, 1.42k op/s 2024-09-13T14:40:09.974 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:40:10.011 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:10.012 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:10.012 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:40:10.113 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:40:10.141 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:10.142 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:10.142 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:40:10.243 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:40:10.275 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:10.275 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:10.276 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:40:10.377 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:40:10.404 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:10.405 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:10.405 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:40:10.431 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:40:10.506 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:40:10.547 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:10.547 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:10.548 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:40:10.569 INFO:teuthology.orchestra.run.smithi071.stderr:reweighted osd.0 to 1 (10000) 2024-09-13T14:40:10.649 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:40:10.657 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 41 16 81064 81048 123.538 79.75 0.00593525 0.00808997 2024-09-13T14:40:10.684 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:10.685 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:10.685 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:40:10.786 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:10.822 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:10.822 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:10.822 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:10.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:10 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2781864171' entity='client.admin' cmd={"prefix": "osd reweight", "id": 0, "weight": 1.0} : dispatch 2024-09-13T14:40:10.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:10 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2781864171' entity='client.admin' cmd={"prefix": "osd reweight", "id": 0, "weight": 1.0} : dispatch 2024-09-13T14:40:10.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:10 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2781864171' entity='client.admin' cmd={"prefix": "osd reweight", "id": 0, "weight": 1.0} : dispatch 2024-09-13T14:40:10.924 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:10.961 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:10.962 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:10.963 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:11.064 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:40:11.101 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:11.102 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:11.103 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:40:11.204 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:40:11.239 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:11.240 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:11.240 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:40:11.341 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:40:11.369 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:11.369 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:11.370 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:40:11.470 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:40:11.509 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:11.510 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:11.510 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:40:11.611 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:11.644 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:11.644 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:11.645 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:11.657 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 42 16 82357 82341 122.521 80.8125 0.00909106 0.00815668 2024-09-13T14:40:11.745 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:40:11.783 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:11.783 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:11.784 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:40:11.822 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:11 smithi104 ceph-mon[105578]: pgmap v1166: 89 pgs: 89 active+clean; 4.9 GiB data, 15 GiB used, 611 GiB / 626 GiB avail; 105 MiB/s wr, 1.68k op/s 2024-09-13T14:40:11.823 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:11 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2781864171' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 0, "weight": 1.0}]': finished 2024-09-13T14:40:11.823 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:11 smithi104 ceph-mon[105578]: osdmap e1102: 8 total, 8 up, 7 in 2024-09-13T14:40:11.884 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:40:11.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:11 smithi071 ceph-mon[107477]: pgmap v1166: 89 pgs: 89 active+clean; 4.9 GiB data, 15 GiB used, 611 GiB / 626 GiB avail; 105 MiB/s wr, 1.68k op/s 2024-09-13T14:40:11.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:11 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2781864171' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 0, "weight": 1.0}]': finished 2024-09-13T14:40:11.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:11 smithi071 ceph-mon[107477]: osdmap e1102: 8 total, 8 up, 7 in 2024-09-13T14:40:11.890 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:11 smithi071 ceph-mon[112785]: pgmap v1166: 89 pgs: 89 active+clean; 4.9 GiB data, 15 GiB used, 611 GiB / 626 GiB avail; 105 MiB/s wr, 1.68k op/s 2024-09-13T14:40:11.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:11 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2781864171' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 0, "weight": 1.0}]': finished 2024-09-13T14:40:11.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:11 smithi071 ceph-mon[112785]: osdmap e1102: 8 total, 8 up, 7 in 2024-09-13T14:40:11.921 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:11.922 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:11.922 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:40:12.023 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:12.062 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:12.063 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:12.063 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:12.164 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:40:12.200 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:12.200 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:12.201 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:40:12.301 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:40:12.323 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd reweight 1 1 2024-09-13T14:40:12.335 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:12.335 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:12.336 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:40:12.437 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:40:12.476 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:12.477 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:12.477 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:40:12.578 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:12.618 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:12.619 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:12.619 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:12.657 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 43 16 83614 83598 121.498 78.5625 0.00545333 0.0082257 2024-09-13T14:40:12.720 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:40:12.754 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:12.755 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:12.755 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:40:12.856 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:40:12.887 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:12.888 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:12.888 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:40:12.890 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:40:12 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:40:12] "GET /metrics HTTP/1.1" 200 36468 "" "Prometheus/2.51.0" 2024-09-13T14:40:12.990 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:40:13.018 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:13.019 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:13.019 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:40:13.120 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:40:13.153 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:13.154 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:13.154 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:40:13.255 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:40:13.298 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:13.299 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:13.299 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:40:13.400 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:40:13.429 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:13.430 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:13.430 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:40:13.531 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:40:13.573 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:13.574 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:13.574 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:40:13.657 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 44 16 84878 84862 120.532 79 0.0171029 0.00829193 2024-09-13T14:40:13.675 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:13.710 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:13.710 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:13.711 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:13.773 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:13 smithi071 ceph-mon[107477]: pgmap v1168: 89 pgs: 89 active+clean; 4.9 GiB data, 15 GiB used, 611 GiB / 626 GiB avail; 87 MiB/s wr, 1.39k op/s 2024-09-13T14:40:13.773 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:13 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/814442451' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:40:13.773 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:13 smithi071 ceph-mon[112785]: pgmap v1168: 89 pgs: 89 active+clean; 4.9 GiB data, 15 GiB used, 611 GiB / 626 GiB avail; 87 MiB/s wr, 1.39k op/s 2024-09-13T14:40:13.774 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:13 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/814442451' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:40:13.811 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:13.845 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:13.845 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:13.845 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:13.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:13 smithi104 ceph-mon[105578]: pgmap v1168: 89 pgs: 89 active+clean; 4.9 GiB data, 15 GiB used, 611 GiB / 626 GiB avail; 87 MiB/s wr, 1.39k op/s 2024-09-13T14:40:13.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:13 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/814442451' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:40:13.947 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:40:13.984 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:13.985 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:13.985 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:40:14.086 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:40:14.112 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:14.113 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:14.113 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:40:14.214 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:40:14.244 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:14.245 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:14.245 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:40:14.346 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:40:14.377 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:14.378 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:14.379 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:40:14.479 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:40:14.520 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:14.521 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:14.521 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:40:14.609 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:40:14.609 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:40:14.609 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:40:14.609 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:40:14.610 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:40:14.610 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:40:14.610 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:40:14.610 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:40:14.610 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:40:14.610 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:40:14.611 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:40:14.611 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T14:40:14.611 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:40:14.611 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:40:14.611 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T14:40:14.611 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:40:14.622 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:40:14.650 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:14.651 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:14.651 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:40:14.657 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 45 16 86133 86117 119.597 78.4375 0.0183855 0.008357 2024-09-13T14:40:14.752 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:40:14.779 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:14.779 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:14.780 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:40:14.881 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:40:14.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:14 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:40:14.890 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:14 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:40:14.908 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:14.909 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:14.909 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:40:14.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:14 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:40:15.010 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:40:15.050 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:15.051 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:15.051 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:40:15.152 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:40:15.182 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:15.182 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:15.183 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:40:15.284 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:15.322 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:15.323 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:15.323 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:15.424 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:40:15.463 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:15.464 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:15.464 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:40:15.565 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:40:15.609 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:15.610 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:15.610 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:40:15.658 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 46 16 87344 87328 118.642 75.6875 0.0154231 0.00842404 2024-09-13T14:40:15.695 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:15 smithi071 ceph-mon[107477]: pgmap v1169: 89 pgs: 89 active+clean; 5.0 GiB data, 16 GiB used, 610 GiB / 626 GiB avail; 86 MiB/s wr, 1.38k op/s 2024-09-13T14:40:15.695 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:15 smithi071 ceph-mon[112785]: pgmap v1169: 89 pgs: 89 active+clean; 5.0 GiB data, 16 GiB used, 610 GiB / 626 GiB avail; 86 MiB/s wr, 1.38k op/s 2024-09-13T14:40:15.710 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:40:15.740 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:15.740 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:15.741 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:40:15.841 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:40:15.869 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:15.870 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:15.870 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:40:15.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:15 smithi104 ceph-mon[105578]: pgmap v1169: 89 pgs: 89 active+clean; 5.0 GiB data, 16 GiB used, 610 GiB / 626 GiB avail; 86 MiB/s wr, 1.38k op/s 2024-09-13T14:40:15.971 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:16.008 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:16.009 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:16.009 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:16.110 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:40:16.141 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:16.142 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:16.143 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:40:16.244 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:40:16.281 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:16.282 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:16.282 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:40:16.310 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T14:40:16.310 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:40:16.319 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:40:16.383 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:40:16.422 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:16.422 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:16.422 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:40:16.523 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:40:16.551 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:16.552 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:16.552 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:40:16.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:16 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/442356592' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:40:16.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:16 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:40:16.606 INFO:teuthology.orchestra.run.smithi071.stderr:noscrub is set 2024-09-13T14:40:16.654 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:40:16.658 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 47 16 88504 88488 117.66 72.5 0.0164648 0.0084943 2024-09-13T14:40:16.686 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:16.687 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:16.687 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:40:16.789 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:40:16.825 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:16.826 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:16.826 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:40:16.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:16 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/442356592' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:40:16.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:16 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:40:16.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:16 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/442356592' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:40:16.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:16 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:40:16.927 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:40:16.949 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:16.950 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:16.950 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:40:17.046 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.2 dump_blocked_ops 2024-09-13T14:40:17.051 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:40:17.119 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:17.119 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:17.120 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:40:17.221 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:40:17.254 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:17.254 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:17.254 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:40:17.355 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:40:17.391 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:17.392 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:17.392 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:40:17.459 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=true 2024-09-13T14:40:17.493 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:17.541 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:17.541 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:17.542 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:17.642 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:40:17.658 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 48 16 89670 89654 116.726 72.875 0.00755709 0.00856222 2024-09-13T14:40:17.677 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:17.678 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:17.678 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:40:17.779 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:40:17.807 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:17.808 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:17.808 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:40:17.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:17 smithi071 ceph-mon[107477]: pgmap v1170: 89 pgs: 89 active+clean; 5.3 GiB data, 16 GiB used, 609 GiB / 626 GiB avail; 82 MiB/s wr, 1.31k op/s 2024-09-13T14:40:17.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:17 smithi071 ceph-mon[107477]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:40:17.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:17 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T14:40:17.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:17 smithi071 ceph-mon[107477]: osdmap e1103: 8 total, 8 up, 7 in 2024-09-13T14:40:17.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:17 smithi071 ceph-mon[112785]: pgmap v1170: 89 pgs: 89 active+clean; 5.3 GiB data, 16 GiB used, 609 GiB / 626 GiB avail; 82 MiB/s wr, 1.31k op/s 2024-09-13T14:40:17.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:17 smithi071 ceph-mon[112785]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:40:17.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:17 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T14:40:17.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:17 smithi071 ceph-mon[112785]: osdmap e1103: 8 total, 8 up, 7 in 2024-09-13T14:40:17.909 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:40:17.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:17 smithi104 ceph-mon[105578]: pgmap v1170: 89 pgs: 89 active+clean; 5.3 GiB data, 16 GiB used, 609 GiB / 626 GiB avail; 82 MiB/s wr, 1.31k op/s 2024-09-13T14:40:17.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:17 smithi104 ceph-mon[105578]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:40:17.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:17 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T14:40:17.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:17 smithi104 ceph-mon[105578]: osdmap e1103: 8 total, 8 up, 7 in 2024-09-13T14:40:17.945 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:17.946 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:17.946 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:40:18.048 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:40:18.074 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:18.075 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:18.076 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:40:18.177 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:40:18.209 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:18.210 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:18.211 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:40:18.311 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:40:18.357 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:18.357 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:18.358 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:40:18.459 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:40:18.495 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:18.496 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:18.496 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:40:18.597 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:40:18.628 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:18.629 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:18.630 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:40:18.658 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 49 16 90869 90853 115.873 74.9375 0.00846949 0.00862514 2024-09-13T14:40:18.731 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:40:18.769 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:18.770 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:18.770 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:40:18.871 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:40:18.898 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:18.899 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:18.899 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:40:18.948 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:40:18.991 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:40:19.000 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:19.035 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:19.036 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:19.036 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:19.137 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:40:19.169 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:19.170 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:19.170 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:40:19.271 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:40:19.307 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:19.308 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:19.308 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:40:19.409 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:40:19.448 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:19.449 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:19.449 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:40:19.550 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:19.589 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:19.590 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:19.590 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:19.659 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 50 16 92038 92022 115.017 73.0625 0.00738598 0.00868901 2024-09-13T14:40:19.691 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:40:19.733 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:19.734 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:19.734 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:40:19.835 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:40:19.868 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:19.869 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:19.869 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:40:19.876 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:19 smithi071 ceph-mon[107477]: pgmap v1172: 89 pgs: 89 active+clean; 5.3 GiB data, 17 GiB used, 609 GiB / 626 GiB avail; 59 MiB/s wr, 940 op/s 2024-09-13T14:40:19.876 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:19 smithi071 ceph-mon[112785]: pgmap v1172: 89 pgs: 89 active+clean; 5.3 GiB data, 17 GiB used, 609 GiB / 626 GiB avail; 59 MiB/s wr, 940 op/s 2024-09-13T14:40:19.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:19 smithi104 ceph-mon[105578]: pgmap v1172: 89 pgs: 89 active+clean; 5.3 GiB data, 17 GiB used, 609 GiB / 626 GiB avail; 59 MiB/s wr, 940 op/s 2024-09-13T14:40:19.970 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:40:19.974 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd set nodeep-scrub 2024-09-13T14:40:20.011 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:20.012 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:20.012 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:40:20.113 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:40:20.152 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:20.153 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:20.153 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:40:20.254 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:40:20.297 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:20.298 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:20.298 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:40:20.399 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:40:20.438 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:20.438 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:20.438 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:40:20.539 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:40:20.578 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:20.578 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:20.579 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:40:20.609 INFO:teuthology.orchestra.run.smithi071.stderr:reweighted osd.1 to 1 (10000) 2024-09-13T14:40:20.659 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 51 16 93155 93139 114.13 69.8125 0.0493064 0.00875368 2024-09-13T14:40:20.680 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:40:20.709 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:20.710 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:20.710 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:40:20.811 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:40:20.847 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:20.848 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:20.848 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:40:20.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:20 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1223398656' entity='client.admin' cmd={"prefix": "osd reweight", "id": 1, "weight": 1.0} : dispatch 2024-09-13T14:40:20.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:20 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1223398656' entity='client.admin' cmd={"prefix": "osd reweight", "id": 1, "weight": 1.0} : dispatch 2024-09-13T14:40:20.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:20 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1223398656' entity='client.admin' cmd={"prefix": "osd reweight", "id": 1, "weight": 1.0} : dispatch 2024-09-13T14:40:20.950 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:40:20.977 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:20.978 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:20.979 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:40:21.080 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:40:21.115 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:21.115 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:21.116 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:40:21.217 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:40:21.248 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:21.249 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:21.249 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:40:21.350 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:21.385 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:21.386 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:21.386 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:21.487 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:40:21.516 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:21.517 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:21.517 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:40:21.619 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:40:21.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:21 smithi071 ceph-mon[107477]: pgmap v1173: 89 pgs: 89 active+clean; 5.6 GiB data, 17 GiB used, 609 GiB / 626 GiB avail; 78 MiB/s wr, 1.25k op/s 2024-09-13T14:40:21.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:21 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1223398656' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 1, "weight": 1.0}]': finished 2024-09-13T14:40:21.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:21 smithi071 ceph-mon[107477]: osdmap e1104: 8 total, 8 up, 7 in 2024-09-13T14:40:21.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:21 smithi071 ceph-mon[112785]: pgmap v1173: 89 pgs: 89 active+clean; 5.6 GiB data, 17 GiB used, 609 GiB / 626 GiB avail; 78 MiB/s wr, 1.25k op/s 2024-09-13T14:40:21.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:21 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1223398656' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 1, "weight": 1.0}]': finished 2024-09-13T14:40:21.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:21 smithi071 ceph-mon[112785]: osdmap e1104: 8 total, 8 up, 7 in 2024-09-13T14:40:21.646 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:21.647 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:21.647 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:40:21.658 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 52 16 94224 94208 113.22 66.8125 0.0146078 0.00882782 2024-09-13T14:40:21.748 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:40:21.782 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:21.782 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:21.783 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:40:21.884 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:40:21.909 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:21.910 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:21.910 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:40:21.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:21 smithi104 ceph-mon[105578]: pgmap v1173: 89 pgs: 89 active+clean; 5.6 GiB data, 17 GiB used, 609 GiB / 626 GiB avail; 78 MiB/s wr, 1.25k op/s 2024-09-13T14:40:21.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:21 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1223398656' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 1, "weight": 1.0}]': finished 2024-09-13T14:40:21.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:21 smithi104 ceph-mon[105578]: osdmap e1104: 8 total, 8 up, 7 in 2024-09-13T14:40:22.011 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:22.047 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:22.048 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:22.048 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:22.149 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:40:22.177 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:22.178 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:22.178 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:40:22.279 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:40:22.306 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:22.307 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:22.307 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:40:22.408 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:22.456 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:22.457 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:22.457 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:22.559 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:40:22.599 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:22.599 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:22.600 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:40:22.659 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 53 16 95365 95349 112.429 71.3125 0.0138663 0.00888932 2024-09-13T14:40:22.701 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:40:22.739 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:22.740 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:22.740 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:40:22.841 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:40:22.872 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:22.873 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:22.873 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:40:22.891 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:40:22 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:40:22] "GET /metrics HTTP/1.1" 200 36462 "" "Prometheus/2.51.0" 2024-09-13T14:40:22.975 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:40:23.007 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:23.008 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:23.009 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:40:23.110 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:40:23.137 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:23.138 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:23.138 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:40:23.239 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:40:23.282 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:23.282 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:23.282 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:40:23.335 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd reweight 2 1 2024-09-13T14:40:23.384 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:40:23.416 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:23.416 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:23.417 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:40:23.517 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:23.552 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:23.552 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:23.553 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:23.654 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:23.659 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 54 16 96476 96460 111.633 69.4375 0.0275083 0.00895274 2024-09-13T14:40:23.694 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:23.695 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:23.695 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:23.796 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:40:23.825 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:23.827 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:23.827 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:40:23.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:23 smithi071 ceph-mon[107477]: pgmap v1175: 89 pgs: 89 active+clean; 5.6 GiB data, 18 GiB used, 608 GiB / 626 GiB avail; 83 MiB/s wr, 1.32k op/s 2024-09-13T14:40:23.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:23 smithi071 ceph-mon[112785]: pgmap v1175: 89 pgs: 89 active+clean; 5.6 GiB data, 18 GiB used, 608 GiB / 626 GiB avail; 83 MiB/s wr, 1.32k op/s 2024-09-13T14:40:23.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:23 smithi104 ceph-mon[105578]: pgmap v1175: 89 pgs: 89 active+clean; 5.6 GiB data, 18 GiB used, 608 GiB / 626 GiB avail; 83 MiB/s wr, 1.32k op/s 2024-09-13T14:40:23.928 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:40:23.968 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:23.968 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:23.969 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:40:23.986 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:40:23.986 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:40:24.010 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:40:24.010 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:40:24.033 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:40:24.033 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:40:24.055 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:40:24.056 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:40:24.069 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:40:24.084 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:40:24.084 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:40:24.105 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:24.106 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:24.106 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:40:24.109 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:40:24.110 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:40:24.143 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T14:40:24.143 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T14:40:24.169 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:40:24.170 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:40:24.207 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:40:24.239 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:24.240 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:24.240 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:40:24.342 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:24.378 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:24.379 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:24.379 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:24.480 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:40:24.506 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:24.507 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:24.507 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:40:24.609 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:40:24.634 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:24.635 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:24.635 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:40:24.649 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:40:24.659 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 55 16 97594 97578 110.872 69.875 0.00764282 0.00901477 2024-09-13T14:40:24.736 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:40:24.765 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:24.766 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:24.766 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:40:24.867 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:40:24.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:24 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3039849965' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:40:24.890 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:24 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3039849965' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:40:24.893 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:24.893 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:24.894 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:40:24.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:24 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3039849965' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:40:24.995 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:40:25.027 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:25.028 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:25.028 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:40:25.129 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:40:25.170 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:25.171 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:25.172 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:40:25.273 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:40:25.303 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:25.304 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:25.304 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:40:25.405 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:40:25.433 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:25.433 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:25.434 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:40:25.534 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:40:25.571 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:25.572 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:25.573 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:40:25.660 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 56 16 98714 98698 110.142 70 0.0111885 0.00907469 2024-09-13T14:40:25.673 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:25.708 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:25.709 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:25.709 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:25.810 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:40:25.854 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:25.855 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:25.855 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:40:25.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:25 smithi071 ceph-mon[107477]: pgmap v1176: 89 pgs: 89 active+clean; 5.7 GiB data, 18 GiB used, 608 GiB / 626 GiB avail; 57 MiB/s wr, 909 op/s 2024-09-13T14:40:25.890 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:25 smithi071 ceph-mon[112785]: pgmap v1176: 89 pgs: 89 active+clean; 5.7 GiB data, 18 GiB used, 608 GiB / 626 GiB avail; 57 MiB/s wr, 909 op/s 2024-09-13T14:40:25.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:25 smithi104 ceph-mon[105578]: pgmap v1176: 89 pgs: 89 active+clean; 5.7 GiB data, 18 GiB used, 608 GiB / 626 GiB avail; 57 MiB/s wr, 909 op/s 2024-09-13T14:40:25.957 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:40:26.005 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:26.006 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:26.007 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:40:26.107 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:40:26.150 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:26.151 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:26.151 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:40:26.252 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:40:26.284 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:26.285 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:26.285 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:40:26.386 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:40:26.426 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:26.426 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:26.427 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:40:26.528 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:26.561 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:26.562 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:26.562 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:26.660 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 57 16 99788 99772 109.388 67.125 0.00645619 0.00913717 2024-09-13T14:40:26.663 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:40:26.692 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:26.693 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:26.693 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:40:26.794 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:40:26.818 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:26.819 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:26.819 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:40:26.920 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:40:26.949 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:26.950 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:26.950 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:40:27.051 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:40:27.085 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:27.086 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:27.086 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:40:27.188 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:40:27.218 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:27.218 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:27.219 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:40:27.320 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:40:27.342 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:27.342 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:27.342 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:40:27.443 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:40:27.461 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:40:27.462 INFO:teuthology.orchestra.run.smithi071.stdout: "ops": [], 2024-09-13T14:40:27.462 INFO:teuthology.orchestra.run.smithi071.stdout: "complaint_time": 30, 2024-09-13T14:40:27.462 INFO:teuthology.orchestra.run.smithi071.stdout: "num_blocked_ops": 0 2024-09-13T14:40:27.462 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:40:27.470 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:27.470 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:27.471 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:40:27.572 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:40:27.599 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:27.600 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:27.601 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:40:27.660 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 58 16 100861 100845 108.658 67.0625 0.0104516 0.0091987 2024-09-13T14:40:27.701 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:40:27.745 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:27.746 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:27.746 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:40:27.847 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:40:27.878 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:27.879 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:27.879 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:40:27.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:27 smithi071 ceph-mon[107477]: pgmap v1177: 89 pgs: 89 active+clean; 6.0 GiB data, 19 GiB used, 607 GiB / 626 GiB avail; 73 MiB/s wr, 1.16k op/s 2024-09-13T14:40:27.890 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:27 smithi071 ceph-mon[112785]: pgmap v1177: 89 pgs: 89 active+clean; 6.0 GiB data, 19 GiB used, 607 GiB / 626 GiB avail; 73 MiB/s wr, 1.16k op/s 2024-09-13T14:40:27.903 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:40:27.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:27 smithi104 ceph-mon[105578]: pgmap v1177: 89 pgs: 89 active+clean; 6.0 GiB data, 19 GiB used, 607 GiB / 626 GiB avail; 73 MiB/s wr, 1.16k op/s 2024-09-13T14:40:27.980 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:40:28.010 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:28.011 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:28.011 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:40:28.112 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:40:28.138 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:28.139 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:28.140 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:40:28.240 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:40:28.268 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:28.269 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:28.270 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:40:28.312 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=false 2024-09-13T14:40:28.371 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:40:28.413 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:28.414 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:28.414 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:40:28.515 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:40:28.555 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:28.556 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:28.557 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:40:28.657 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:40:28.660 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 59 16 101930 101914 107.948 66.8125 0.0160919 0.00925829 2024-09-13T14:40:28.685 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:28.686 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:28.686 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:40:28.787 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:40:28.823 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:28.824 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:28.824 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:40:28.925 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:40:28.953 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:28.954 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:28.954 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:40:29.055 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:40:29.093 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:29.093 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:29.094 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:40:29.195 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:40:29.222 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:29.222 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:29.223 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:40:29.324 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:40:29.348 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:29.349 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:29.349 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:40:29.450 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:40:29.481 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:29.481 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:29.482 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:40:29.583 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:29.626 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:29.626 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:29.627 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:29.660 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:2024-09-13T14:40:29.660652+0000 min lat: 0.00112392 max lat: 0.126811 avg lat: 0.00931739 2024-09-13T14:40:29.660 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2024-09-13T14:40:29.661 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 60 16 103012 102996 107.276 67.625 0.0120659 0.00931739 2024-09-13T14:40:29.683 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.2 dump_historic_ops 2024-09-13T14:40:29.727 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:40:29.763 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:29.764 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:29.764 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:40:29.865 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:29.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:29 smithi071 ceph-mon[107477]: pgmap v1178: 89 pgs: 89 active+clean; 6.0 GiB data, 19 GiB used, 607 GiB / 626 GiB avail; 71 MiB/s wr, 1.13k op/s 2024-09-13T14:40:29.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:40:29.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:40:29.890 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:29 smithi071 ceph-mon[112785]: pgmap v1178: 89 pgs: 89 active+clean; 6.0 GiB data, 19 GiB used, 607 GiB / 626 GiB avail; 71 MiB/s wr, 1.13k op/s 2024-09-13T14:40:29.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:40:29.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:40:29.902 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:29.903 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:29.903 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:29.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:29 smithi104 ceph-mon[105578]: pgmap v1178: 89 pgs: 89 active+clean; 6.0 GiB data, 19 GiB used, 607 GiB / 626 GiB avail; 71 MiB/s wr, 1.13k op/s 2024-09-13T14:40:29.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:40:29.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:40:30.004 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:30.047 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:30.047 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:30.048 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:30.149 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:40:30.190 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:30.191 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:30.191 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:40:30.292 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:40:30.331 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:30.331 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:30.332 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:40:30.432 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:40:30.466 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:30.467 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:30.467 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:40:30.568 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:30.605 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:30.607 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:30.607 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:30.662 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 61 16 104079 104063 106.61 66.6875 0.0188669 0.00937508 2024-09-13T14:40:30.708 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:30.751 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:30.752 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:30.752 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:30.854 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:40:30.895 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:30.896 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:30.896 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:40:30.997 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:31.040 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:31.040 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:31.041 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:31.141 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:40:31.178 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:31.179 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:31.179 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:40:31.280 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:40:31.309 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:31.310 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:31.310 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:40:31.411 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:40:31.454 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:31.455 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:31.455 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:40:31.556 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:40:31.592 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:31.592 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:31.593 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:40:31.661 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 62 16 105110 105094 105.93 64.4375 0.0132775 0.00943561 2024-09-13T14:40:31.693 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:40:31.704 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:31 smithi071 ceph-mon[107477]: pgmap v1179: 89 pgs: 89 active+clean; 6.3 GiB data, 19 GiB used, 606 GiB / 626 GiB avail; 68 MiB/s wr, 1.09k op/s 2024-09-13T14:40:31.705 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:31 smithi071 ceph-mon[112785]: pgmap v1179: 89 pgs: 89 active+clean; 6.3 GiB data, 19 GiB used, 606 GiB / 626 GiB avail; 68 MiB/s wr, 1.09k op/s 2024-09-13T14:40:31.729 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:31.729 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:31.730 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:40:31.830 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:40:31.871 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:31.871 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:31.872 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:40:31.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:31 smithi104 ceph-mon[105578]: pgmap v1179: 89 pgs: 89 active+clean; 6.3 GiB data, 19 GiB used, 606 GiB / 626 GiB avail; 68 MiB/s wr, 1.09k op/s 2024-09-13T14:40:31.972 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:40:32.014 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:32.014 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:32.015 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:40:32.115 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:40:32.154 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:32.155 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:32.155 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:40:32.256 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:40:32.299 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:32.300 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:32.300 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:40:32.401 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:32.442 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:32.443 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:32.443 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:32.502 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:40:32.528 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:40:32.544 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:40:32.597 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:32.597 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:32.597 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:40:32.658 INFO:teuthology.orchestra.run.smithi071.stderr:nodeep-scrub is set 2024-09-13T14:40:32.663 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 63 16 106137 106121 105.266 64.1875 0.0127605 0.00949506 2024-09-13T14:40:32.698 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:40:32.736 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:32.737 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:32.737 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:40:32.801 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:32 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3456776620' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:40:32.801 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:32 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:40:32.801 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:40:32 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:40:32] "GET /metrics HTTP/1.1" 200 36472 "" "Prometheus/2.51.0" 2024-09-13T14:40:32.802 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:32 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3456776620' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:40:32.802 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:32 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:40:32.838 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:40:32.871 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:32.872 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:32.872 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:40:32.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:32 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3456776620' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:40:32.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:32 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:40:32.973 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:33.009 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:33.009 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:33.009 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:33.110 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:40:33.189 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:33.190 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:33.191 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:40:33.292 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:33.325 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:33.326 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:33.327 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:33.427 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:40:33.454 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:33.454 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:33.455 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:40:33.556 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:40:33.582 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:33.583 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:33.583 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:40:33.661 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 64 16 107183 107167 104.643 65.375 0.00948207 0.00955138 2024-09-13T14:40:33.662 INFO:teuthology.orchestra.run.smithi071.stderr:reweighted osd.2 to 1 (10000) 2024-09-13T14:40:33.684 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:40:33.720 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:33.720 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:33.721 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:40:33.735 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:33 smithi071 ceph-mon[107477]: pgmap v1180: 89 pgs: 89 active+clean; 6.3 GiB data, 20 GiB used, 606 GiB / 626 GiB avail; 60 MiB/s wr, 954 op/s 2024-09-13T14:40:33.735 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:33 smithi071 ceph-mon[107477]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:40:33.736 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:33 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T14:40:33.736 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:33 smithi071 ceph-mon[107477]: osdmap e1105: 8 total, 8 up, 7 in 2024-09-13T14:40:33.736 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:33 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2237098848' entity='client.admin' cmd={"prefix": "osd reweight", "id": 2, "weight": 1.0} : dispatch 2024-09-13T14:40:33.736 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:33 smithi071 ceph-mon[112785]: pgmap v1180: 89 pgs: 89 active+clean; 6.3 GiB data, 20 GiB used, 606 GiB / 626 GiB avail; 60 MiB/s wr, 954 op/s 2024-09-13T14:40:33.736 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:33 smithi071 ceph-mon[112785]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:40:33.736 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:33 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T14:40:33.736 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:33 smithi071 ceph-mon[112785]: osdmap e1105: 8 total, 8 up, 7 in 2024-09-13T14:40:33.736 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:33 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2237098848' entity='client.admin' cmd={"prefix": "osd reweight", "id": 2, "weight": 1.0} : dispatch 2024-09-13T14:40:33.822 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:40:33.854 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:33.855 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:33.855 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:40:33.956 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:40:33.999 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:34.000 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:34.000 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:40:34.101 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:40:34.132 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:34.132 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:34.133 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:40:34.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:33 smithi104 ceph-mon[105578]: pgmap v1180: 89 pgs: 89 active+clean; 6.3 GiB data, 20 GiB used, 606 GiB / 626 GiB avail; 60 MiB/s wr, 954 op/s 2024-09-13T14:40:34.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:33 smithi104 ceph-mon[105578]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:40:34.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:33 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T14:40:34.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:33 smithi104 ceph-mon[105578]: osdmap e1105: 8 total, 8 up, 7 in 2024-09-13T14:40:34.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:33 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2237098848' entity='client.admin' cmd={"prefix": "osd reweight", "id": 2, "weight": 1.0} : dispatch 2024-09-13T14:40:34.238 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:34.274 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:34.274 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:34.274 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:34.375 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:40:34.421 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:34.422 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:34.423 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:40:34.524 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:40:34.568 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:34.569 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:34.569 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:40:34.662 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 65 16 108207 108191 104.017 64 0.0155199 0.0096085 2024-09-13T14:40:34.670 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:40:34.704 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:34.705 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:34.705 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:40:34.795 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:34 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2237098848' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 2, "weight": 1.0}]': finished 2024-09-13T14:40:34.795 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:34 smithi071 ceph-mon[107477]: osdmap e1106: 8 total, 8 up, 7 in 2024-09-13T14:40:34.796 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:34 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2237098848' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 2, "weight": 1.0}]': finished 2024-09-13T14:40:34.796 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:34 smithi071 ceph-mon[112785]: osdmap e1106: 8 total, 8 up, 7 in 2024-09-13T14:40:34.806 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:40:34.841 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:34.842 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:34.842 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:40:34.942 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:40:34.968 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:34.969 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:34.969 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:40:35.070 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:35.109 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:35.110 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:35.110 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:35.149 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd reweight 4 1 2024-09-13T14:40:35.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:34 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2237098848' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 2, "weight": 1.0}]': finished 2024-09-13T14:40:35.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:34 smithi104 ceph-mon[105578]: osdmap e1106: 8 total, 8 up, 7 in 2024-09-13T14:40:35.211 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:40:35.246 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:35.246 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:35.247 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:40:35.348 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:40:35.384 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:35.385 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:35.385 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:40:35.486 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:40:35.527 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:35.529 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:35.530 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:40:35.630 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:40:35.661 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 66 16 109216 109200 103.397 63.0625 0.00709624 0.00966558 2024-09-13T14:40:35.668 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:35.668 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:35.669 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:40:35.769 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:35.804 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:35.804 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:35.805 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:35.905 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:40:35.936 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:35.936 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:35.936 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:40:36.019 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:35 smithi071 ceph-mon[107477]: pgmap v1183: 89 pgs: 89 active+clean; 6.4 GiB data, 20 GiB used, 606 GiB / 626 GiB avail; 52 MiB/s wr, 839 op/s 2024-09-13T14:40:36.019 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:35 smithi071 ceph-mon[112785]: pgmap v1183: 89 pgs: 89 active+clean; 6.4 GiB data, 20 GiB used, 606 GiB / 626 GiB avail; 52 MiB/s wr, 839 op/s 2024-09-13T14:40:36.037 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:40:36.076 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:36.076 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:36.077 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:40:36.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:35 smithi104 ceph-mon[105578]: pgmap v1183: 89 pgs: 89 active+clean; 6.4 GiB data, 20 GiB used, 606 GiB / 626 GiB avail; 52 MiB/s wr, 839 op/s 2024-09-13T14:40:36.178 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:40:36.205 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:36.205 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:36.206 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:40:36.220 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd unset noscrub 2024-09-13T14:40:36.307 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:40:36.349 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:36.349 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:36.350 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:40:36.451 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:40:36.488 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:36.488 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:36.489 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:40:36.590 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:36.634 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:36.635 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:36.635 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:36.662 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 67 16 110223 110207 102.793 62.9375 0.0143282 0.00972355 2024-09-13T14:40:36.736 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:36.777 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:36.778 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:36.778 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:36.879 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:40:36.916 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:40:36.919 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:36.919 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:36.920 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:40:37.021 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:40:37.058 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:37.059 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:37.059 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:40:37.160 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:40:37.187 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:37.188 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:37.188 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:40:37.289 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:40:37.321 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:37.322 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:37.322 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:40:37.423 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:40:37.465 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:37.466 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:37.466 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:40:37.567 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:40:37.594 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:37.594 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:37.595 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:40:37.662 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 68 15 111230 111215 102.208 63 0.0136738 0.00977917 2024-09-13T14:40:37.696 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:40:37.740 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:37.741 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:37.741 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:40:37.747 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:37 smithi071 ceph-mon[107477]: pgmap v1184: 89 pgs: 89 active+clean; 6.6 GiB data, 21 GiB used, 605 GiB / 626 GiB avail; 78 MiB/s wr, 1.24k op/s 2024-09-13T14:40:37.748 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:37 smithi071 ceph-mon[112785]: pgmap v1184: 89 pgs: 89 active+clean; 6.6 GiB data, 21 GiB used, 605 GiB / 626 GiB avail; 78 MiB/s wr, 1.24k op/s 2024-09-13T14:40:37.836 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:40:37.836 INFO:teuthology.orchestra.run.smithi071.stdout: "size": 20, 2024-09-13T14:40:37.836 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 600, 2024-09-13T14:40:37.836 INFO:teuthology.orchestra.run.smithi071.stdout: "ops": [ 2024-09-13T14:40:37.836 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.836 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.24701.0:7543 5.b 5:d26439e0:::smithi07185159-14:head [append 0~0] snapc 1fe=[1fe,1fd,1fc,1fb,1fa,1f4,1f3,1f0,1ef,1e0] ondisk+write+known_if_redirected+supports_pool_eio e813)", 2024-09-13T14:40:37.836 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:33:16.919999+0000", 2024-09-13T14:40:37.837 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 440.81930842200001, 2024-09-13T14:40:37.837 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.015124999, 2024-09-13T14:40:37.837 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:40:37.837 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:40:37.837 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:40:37.837 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:40:37.837 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.24701", 2024-09-13T14:40:37.837 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/3140242613", 2024-09-13T14:40:37.837 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 7543 2024-09-13T14:40:37.837 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.837 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:40:37.837 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.837 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:40:37.838 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:16.919999+0000", 2024-09-13T14:40:37.838 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:37.838 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.838 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.838 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:40:37.838 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:16.919999+0000", 2024-09-13T14:40:37.838 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:37.838 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.838 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.838 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:40:37.838 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:16.920000+0000", 2024-09-13T14:40:37.838 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.359e-06 2024-09-13T14:40:37.838 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.839 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.839 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:40:37.839 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:16.920004+0000", 2024-09-13T14:40:37.839 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.5779999999999999e-06 2024-09-13T14:40:37.839 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.839 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.839 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:40:37.839 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:16.920012+0000", 2024-09-13T14:40:37.839 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.7209999999999994e-06 2024-09-13T14:40:37.839 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.839 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.839 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:40:37.839 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:16.920019+0000", 2024-09-13T14:40:37.840 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.4880000000000001e-06 2024-09-13T14:40:37.840 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.840 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.840 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:40:37.840 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:16.929691+0000", 2024-09-13T14:40:37.840 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0096723850000000004 2024-09-13T14:40:37.840 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.840 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.840 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:40:37.840 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:16.929712+0000", 2024-09-13T14:40:37.840 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.0579999999999999e-05 2024-09-13T14:40:37.840 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.840 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.841 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:40:37.841 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:17.931446+0000", 2024-09-13T14:40:37.841 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.00173388 2024-09-13T14:40:37.841 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.841 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.841 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:40:37.841 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:17.931571+0000", 2024-09-13T14:40:37.841 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012554100000000001 2024-09-13T14:40:37.841 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.841 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.841 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 0,5", 2024-09-13T14:40:37.841 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:17.931810+0000", 2024-09-13T14:40:37.841 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00023891599999999999 2024-09-13T14:40:37.841 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.842 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.842 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:40:37.842 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:17.934717+0000", 2024-09-13T14:40:37.842 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0029063309999999998 2024-09-13T14:40:37.842 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.842 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.842 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:40:37.842 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:17.934750+0000", 2024-09-13T14:40:37.842 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.2826e-05 2024-09-13T14:40:37.842 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.842 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.842 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:40:37.842 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:17.934933+0000", 2024-09-13T14:40:37.843 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00018353099999999999 2024-09-13T14:40:37.843 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.843 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.843 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:40:37.843 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:17.935000+0000", 2024-09-13T14:40:37.843 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.6587999999999993e-05 2024-09-13T14:40:37.843 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.843 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.843 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:40:37.843 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:17.935124+0000", 2024-09-13T14:40:37.843 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000124275 2024-09-13T14:40:37.843 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:37.843 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:40:37.843 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:37.844 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.844 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.844 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.24701.0:7544 5.b 5:d26439e0:::smithi07185159-14:head [rollback 1f4] snapc 1fe=[1fe,1fd,1fc,1fb,1fa,1f4,1f3,1f0,1ef,1e0] ondisk+write+known_if_redirected+supports_pool_eio e813)", 2024-09-13T14:40:37.844 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:33:16.920032+0000", 2024-09-13T14:40:37.844 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 440.81927487399997, 2024-09-13T14:40:37.844 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.015887582, 2024-09-13T14:40:37.844 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:40:37.844 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:40:37.845 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:40:37.845 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:40:37.845 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.24701", 2024-09-13T14:40:37.845 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/3140242613", 2024-09-13T14:40:37.845 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 7544 2024-09-13T14:40:37.845 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.845 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:40:37.845 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.845 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:40:37.845 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:16.920032+0000", 2024-09-13T14:40:37.845 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:37.845 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.845 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.845 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:40:37.846 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:16.920032+0000", 2024-09-13T14:40:37.846 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:37.846 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.846 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.846 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:40:37.846 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:16.920033+0000", 2024-09-13T14:40:37.846 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.3500000000000002e-07 2024-09-13T14:40:37.846 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.846 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.846 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:40:37.846 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:16.920035+0000", 2024-09-13T14:40:37.846 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.3819999999999998e-06 2024-09-13T14:40:37.846 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.847 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.847 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:40:37.847 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:16.920043+0000", 2024-09-13T14:40:37.847 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.7980000000000006e-06 2024-09-13T14:40:37.847 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.847 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.847 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:40:37.847 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:16.920049+0000", 2024-09-13T14:40:37.847 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.8250000000000001e-06 2024-09-13T14:40:37.847 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.847 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.847 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:40:37.847 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:16.929808+0000", 2024-09-13T14:40:37.847 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0097594110000000008 2024-09-13T14:40:37.848 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.848 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.848 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:40:37.848 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:16.929817+0000", 2024-09-13T14:40:37.848 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.3100000000000001e-06 2024-09-13T14:40:37.848 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.848 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.848 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:40:37.848 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:17.932893+0000", 2024-09-13T14:40:37.848 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0030761850000001 2024-09-13T14:40:37.848 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.848 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.848 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:40:37.849 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:17.932966+0000", 2024-09-13T14:40:37.849 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.3594e-05 2024-09-13T14:40:37.849 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.849 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.849 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 0,5", 2024-09-13T14:40:37.849 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:17.933203+0000", 2024-09-13T14:40:37.849 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00023683499999999999 2024-09-13T14:40:37.849 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.849 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.849 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:40:37.849 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:17.935356+0000", 2024-09-13T14:40:37.849 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0021530009999999999 2024-09-13T14:40:37.849 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.849 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.850 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:40:37.850 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:17.935404+0000", 2024-09-13T14:40:37.850 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.7490000000000001e-05 2024-09-13T14:40:37.850 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.850 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.850 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:40:37.850 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:17.935740+0000", 2024-09-13T14:40:37.850 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00033625199999999999 2024-09-13T14:40:37.850 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.850 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.850 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:40:37.850 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:17.935800+0000", 2024-09-13T14:40:37.850 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.0364e-05 2024-09-13T14:40:37.850 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.851 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.851 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:40:37.851 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:17.935920+0000", 2024-09-13T14:40:37.851 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0001197 2024-09-13T14:40:37.851 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:37.851 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:40:37.851 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:37.851 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.851 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.851 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.24701.0:7545 5.b 5:d26439e0:::smithi07185159-14:head [append 0~0] snapc 1fe=[1fe,1fd,1fc,1fb,1fa,1f4,1f3,1f0,1ef,1e0] ondisk+write+known_if_redirected+supports_pool_eio e813)", 2024-09-13T14:40:37.851 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:33:16.920055+0000", 2024-09-13T14:40:37.851 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 440.81925217399998, 2024-09-13T14:40:37.852 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0161390109999999, 2024-09-13T14:40:37.852 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:40:37.852 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:40:37.852 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:40:37.852 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:40:37.852 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.24701", 2024-09-13T14:40:37.852 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/3140242613", 2024-09-13T14:40:37.852 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 7545 2024-09-13T14:40:37.852 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.852 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:40:37.852 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.852 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:40:37.852 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:16.920055+0000", 2024-09-13T14:40:37.852 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:37.853 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.853 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.853 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:40:37.853 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:16.920055+0000", 2024-09-13T14:40:37.853 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:37.853 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.853 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.853 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:40:37.853 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:16.920055+0000", 2024-09-13T14:40:37.853 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.8700000000000002e-07 2024-09-13T14:40:37.853 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.853 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.854 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:40:37.854 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:16.920057+0000", 2024-09-13T14:40:37.854 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.6279999999999999e-06 2024-09-13T14:40:37.854 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.854 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.854 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:40:37.854 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:16.920061+0000", 2024-09-13T14:40:37.854 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.72e-06 2024-09-13T14:40:37.854 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.854 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.854 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:40:37.854 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:16.920064+0000", 2024-09-13T14:40:37.854 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.5549999999999998e-06 2024-09-13T14:40:37.854 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.855 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.855 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:40:37.855 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:16.929842+0000", 2024-09-13T14:40:37.855 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.009777516 2024-09-13T14:40:37.855 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.855 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.855 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:40:37.855 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:16.929849+0000", 2024-09-13T14:40:37.855 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.3939999999999998e-06 2024-09-13T14:40:37.855 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.855 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.855 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:40:37.855 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:17.933912+0000", 2024-09-13T14:40:37.855 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0040627390000001 2024-09-13T14:40:37.856 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.856 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.856 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:40:37.856 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:17.933999+0000", 2024-09-13T14:40:37.856 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.7134999999999998e-05 2024-09-13T14:40:37.856 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.856 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.856 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 0,5", 2024-09-13T14:40:37.856 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:17.934140+0000", 2024-09-13T14:40:37.856 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00014088300000000001 2024-09-13T14:40:37.856 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.856 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.856 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:40:37.856 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:17.935722+0000", 2024-09-13T14:40:37.857 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0015822049999999999 2024-09-13T14:40:37.857 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.857 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.857 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:40:37.857 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:17.935931+0000", 2024-09-13T14:40:37.857 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00020898800000000001 2024-09-13T14:40:37.857 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.857 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.857 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:40:37.857 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:17.936030+0000", 2024-09-13T14:40:37.857 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.9098999999999994e-05 2024-09-13T14:40:37.857 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.857 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.858 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:40:37.858 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:17.936084+0000", 2024-09-13T14:40:37.858 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.4160000000000003e-05 2024-09-13T14:40:37.858 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.858 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.858 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:40:37.858 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:17.936194+0000", 2024-09-13T14:40:37.858 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000109702 2024-09-13T14:40:37.858 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:37.858 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:40:37.858 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:37.858 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.858 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.858 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.24701.0:7546 5.a 5:5fc3c158:::smithi07185159-17:head [read 0~3126333,checksum,omap-get-vals-by-keys,omap-get-keys,omap-get-vals,omap-get-header,getxattrs] snapc 0=[] ondisk+read+known_if_redirected+supports_pool_eio e813)", 2024-09-13T14:40:37.859 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:33:16.920070+0000", 2024-09-13T14:40:37.859 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 440.81923723699998, 2024-09-13T14:40:37.859 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0209087590000001, 2024-09-13T14:40:37.859 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:40:37.859 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:40:37.859 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "started", 2024-09-13T14:40:37.859 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:40:37.859 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.24701", 2024-09-13T14:40:37.859 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/3140242613", 2024-09-13T14:40:37.859 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 7546 2024-09-13T14:40:37.859 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.859 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:40:37.859 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.860 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:40:37.860 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:16.920070+0000", 2024-09-13T14:40:37.860 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:37.860 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.860 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.860 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:40:37.860 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:16.920070+0000", 2024-09-13T14:40:37.860 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:37.860 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.860 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.860 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:40:37.860 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:16.920070+0000", 2024-09-13T14:40:37.860 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.1100000000000002e-07 2024-09-13T14:40:37.861 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.861 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.861 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:40:37.861 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:16.920072+0000", 2024-09-13T14:40:37.861 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.59e-06 2024-09-13T14:40:37.861 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.861 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.861 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:40:37.861 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:16.920077+0000", 2024-09-13T14:40:37.861 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.9110000000000001e-06 2024-09-13T14:40:37.861 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.861 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.861 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:40:37.862 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:16.920092+0000", 2024-09-13T14:40:37.862 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.5079000000000001e-05 2024-09-13T14:40:37.862 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.862 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.862 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:40:37.862 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:16.926270+0000", 2024-09-13T14:40:37.862 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0061776959999999999 2024-09-13T14:40:37.862 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.862 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.862 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:40:37.862 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:16.926281+0000", 2024-09-13T14:40:37.862 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1592e-05 2024-09-13T14:40:37.862 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.863 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.863 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:40:37.863 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:17.926557+0000", 2024-09-13T14:40:37.863 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.000275306 2024-09-13T14:40:37.863 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.863 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.863 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for missing object", 2024-09-13T14:40:37.863 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:17.926721+0000", 2024-09-13T14:40:37.863 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00016424199999999999 2024-09-13T14:40:37.863 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.863 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.863 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:40:37.863 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:17.934957+0000", 2024-09-13T14:40:37.863 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0082364239999999991 2024-09-13T14:40:37.864 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.864 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.864 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:40:37.864 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:17.935066+0000", 2024-09-13T14:40:37.864 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000108787 2024-09-13T14:40:37.864 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.864 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.864 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:40:37.864 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:17.940979+0000", 2024-09-13T14:40:37.864 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0059128210000000004 2024-09-13T14:40:37.864 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:37.864 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:40:37.864 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:37.865 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.865 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.865 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.24701.0:7547 5.a 5:5fc3c158:::smithi07185159-17:head [sparse-read 0~1394386] snapc 0=[] ondisk+read+known_if_redirected+supports_pool_eio e813)", 2024-09-13T14:40:37.865 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:33:16.920097+0000", 2024-09-13T14:40:37.865 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 440.81921001500001, 2024-09-13T14:40:37.865 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0213916089999999, 2024-09-13T14:40:37.865 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:40:37.865 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:40:37.865 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "started", 2024-09-13T14:40:37.865 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:40:37.865 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.24701", 2024-09-13T14:40:37.865 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/3140242613", 2024-09-13T14:40:37.865 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 7547 2024-09-13T14:40:37.866 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.866 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:40:37.866 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.866 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:40:37.866 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:16.920097+0000", 2024-09-13T14:40:37.866 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:37.866 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.866 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.866 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:40:37.866 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:16.920097+0000", 2024-09-13T14:40:37.866 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:37.866 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.866 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.867 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:40:37.867 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:16.920098+0000", 2024-09-13T14:40:37.867 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.6600000000000002e-07 2024-09-13T14:40:37.867 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.867 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.867 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:40:37.867 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:16.920099+0000", 2024-09-13T14:40:37.867 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.415e-06 2024-09-13T14:40:37.867 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.867 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.867 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:40:37.867 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:16.920103+0000", 2024-09-13T14:40:37.868 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.4259999999999999e-06 2024-09-13T14:40:37.868 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.868 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.868 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:40:37.868 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:16.920112+0000", 2024-09-13T14:40:37.868 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.6029999999999994e-06 2024-09-13T14:40:37.868 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.868 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.868 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:40:37.868 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:16.926309+0000", 2024-09-13T14:40:37.868 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.006196811 2024-09-13T14:40:37.868 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.869 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.869 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:40:37.869 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:16.926316+0000", 2024-09-13T14:40:37.869 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.9260000000000003e-06 2024-09-13T14:40:37.869 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.869 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.869 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:40:37.869 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:17.926888+0000", 2024-09-13T14:40:37.869 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.000571804 2024-09-13T14:40:37.869 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.869 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.869 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for missing object", 2024-09-13T14:40:37.869 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:17.926945+0000", 2024-09-13T14:40:37.869 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.7587999999999998e-05 2024-09-13T14:40:37.870 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.870 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.870 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:40:37.870 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:17.941178+0000", 2024-09-13T14:40:37.870 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.014232813 2024-09-13T14:40:37.870 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.870 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.870 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:40:37.870 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:17.941261+0000", 2024-09-13T14:40:37.870 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.2626999999999993e-05 2024-09-13T14:40:37.870 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.870 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.870 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:40:37.870 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:17.941489+0000", 2024-09-13T14:40:37.871 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00022823 2024-09-13T14:40:37.871 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:37.871 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:40:37.871 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:37.871 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.871 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.871 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.24701.0:7548 5.a 5:5fc3c158:::smithi07185159-17:head [sparse-read 0~1394386] snapc 0=[] ondisk+read+known_if_redirected+supports_pool_eio e813)", 2024-09-13T14:40:37.871 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:33:16.920116+0000", 2024-09-13T14:40:37.871 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 440.819191031, 2024-09-13T14:40:37.871 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0218453510000001, 2024-09-13T14:40:37.871 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:40:37.871 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:40:37.871 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "started", 2024-09-13T14:40:37.871 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:40:37.871 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.24701", 2024-09-13T14:40:37.872 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/3140242613", 2024-09-13T14:40:37.872 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 7548 2024-09-13T14:40:37.872 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.872 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:40:37.872 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.872 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:40:37.872 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:16.920116+0000", 2024-09-13T14:40:37.872 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:37.872 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.872 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.872 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:40:37.872 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:16.920116+0000", 2024-09-13T14:40:37.872 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:37.872 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.873 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.873 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:40:37.873 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:16.920117+0000", 2024-09-13T14:40:37.873 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.6199999999999999e-07 2024-09-13T14:40:37.873 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.873 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.873 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:40:37.873 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:16.920122+0000", 2024-09-13T14:40:37.873 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.4219999999999999e-06 2024-09-13T14:40:37.873 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.873 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.873 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:40:37.873 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:16.920129+0000", 2024-09-13T14:40:37.873 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.0319999999999998e-06 2024-09-13T14:40:37.874 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.874 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.874 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:40:37.874 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:16.920132+0000", 2024-09-13T14:40:37.874 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.7489999999999999e-06 2024-09-13T14:40:37.874 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.874 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.874 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:40:37.874 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:16.926341+0000", 2024-09-13T14:40:37.874 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0062092149999999997 2024-09-13T14:40:37.874 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.874 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.874 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:40:37.874 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:16.926348+0000", 2024-09-13T14:40:37.875 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.1300000000000003e-06 2024-09-13T14:40:37.875 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.875 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.875 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:40:37.875 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:17.926987+0000", 2024-09-13T14:40:37.875 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0006393389999999 2024-09-13T14:40:37.875 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.875 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.875 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for missing object", 2024-09-13T14:40:37.875 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:17.927120+0000", 2024-09-13T14:40:37.875 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013205399999999999 2024-09-13T14:40:37.875 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.876 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.876 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:40:37.876 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:17.941519+0000", 2024-09-13T14:40:37.876 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.014399608 2024-09-13T14:40:37.876 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.876 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.876 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:40:37.876 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:17.941640+0000", 2024-09-13T14:40:37.876 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012055199999999999 2024-09-13T14:40:37.876 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.876 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.876 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:40:37.877 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:33:17.941962+0000", 2024-09-13T14:40:37.877 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00032198799999999999 2024-09-13T14:40:37.877 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:37.877 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:40:37.877 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:37.877 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.877 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.877 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.34671.0:30999 6.9 e1096/1091 6:9427e6fb:::benchmark_data_smithi071_156503_object30998:head v 1096'1950, mlcod=1096'1948)", 2024-09-13T14:40:37.877 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:39:39.902008+0000", 2024-09-13T14:40:37.877 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 57.837299064, 2024-09-13T14:40:37.877 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.121723213, 2024-09-13T14:40:37.877 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:40:37.877 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:40:37.878 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:40:37.878 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:40:37.878 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.878 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:40:37.878 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.902008+0000", 2024-09-13T14:40:37.878 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:37.878 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.878 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.878 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:40:37.878 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.902008+0000", 2024-09-13T14:40:37.878 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:37.878 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.879 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.879 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:40:37.879 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.902009+0000", 2024-09-13T14:40:37.879 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.2900000000000002e-07 2024-09-13T14:40:37.879 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.879 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.879 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:40:37.879 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.902030+0000", 2024-09-13T14:40:37.879 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.1047e-05 2024-09-13T14:40:37.879 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.879 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.879 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:40:37.880 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.902041+0000", 2024-09-13T14:40:37.880 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0852e-05 2024-09-13T14:40:37.880 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.880 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.880 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:40:37.880 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.902048+0000", 2024-09-13T14:40:37.880 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.8990000000000004e-06 2024-09-13T14:40:37.880 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.880 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.880 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:40:37.880 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.902108+0000", 2024-09-13T14:40:37.880 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.9614999999999998e-05 2024-09-13T14:40:37.881 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.881 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.881 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:40:37.881 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.902128+0000", 2024-09-13T14:40:37.881 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.0183e-05 2024-09-13T14:40:37.881 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.881 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.881 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:40:37.881 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.023667+0000", 2024-09-13T14:40:37.881 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.121539485 2024-09-13T14:40:37.881 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.881 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.881 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:40:37.882 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.023732+0000", 2024-09-13T14:40:37.882 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.4202999999999995e-05 2024-09-13T14:40:37.882 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:37.882 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:40:37.882 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:37.882 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.882 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.882 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.34671.0:30998 6.5 e1096/1094 6:aa057fe8:::benchmark_data_smithi071_156503_object30997:head v 1096'1949, mlcod=1096'1947)", 2024-09-13T14:40:37.882 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:39:39.902075+0000", 2024-09-13T14:40:37.882 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 57.837232180000001, 2024-09-13T14:40:37.882 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.12134015500000001, 2024-09-13T14:40:37.882 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:40:37.882 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:40:37.883 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:40:37.883 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:40:37.883 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.883 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:40:37.883 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.902075+0000", 2024-09-13T14:40:37.883 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:37.883 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.883 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.883 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:40:37.883 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.902075+0000", 2024-09-13T14:40:37.883 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:37.883 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.883 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.883 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:40:37.884 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.902076+0000", 2024-09-13T14:40:37.884 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.1999999999999999e-07 2024-09-13T14:40:37.884 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.884 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.884 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:40:37.884 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.902108+0000", 2024-09-13T14:40:37.884 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.2508000000000001e-05 2024-09-13T14:40:37.884 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.884 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.884 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:40:37.884 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.902117+0000", 2024-09-13T14:40:37.884 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.7190000000000007e-06 2024-09-13T14:40:37.885 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.885 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.885 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:40:37.885 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.902123+0000", 2024-09-13T14:40:37.885 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.0120000000000002e-06 2024-09-13T14:40:37.885 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.885 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.885 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:40:37.885 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.020410+0000", 2024-09-13T14:40:37.885 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.11828715200000001 2024-09-13T14:40:37.885 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.885 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.885 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:40:37.886 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.020439+0000", 2024-09-13T14:40:37.886 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.8524999999999999e-05 2024-09-13T14:40:37.886 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.886 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.886 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:40:37.886 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.023370+0000", 2024-09-13T14:40:37.886 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0029311430000000002 2024-09-13T14:40:37.886 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.886 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.886 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:40:37.886 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.023415+0000", 2024-09-13T14:40:37.886 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.5376000000000001e-05 2024-09-13T14:40:37.886 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:37.887 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:40:37.887 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:37.887 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.887 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.887 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.34671.0:31000 6.e e1096/1091 6:7c636ff0:::benchmark_data_smithi071_156503_object30999:head v 1096'1954, mlcod=1096'1952)", 2024-09-13T14:40:37.887 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:39:39.902240+0000", 2024-09-13T14:40:37.887 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 57.837067103999999, 2024-09-13T14:40:37.887 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.122727773, 2024-09-13T14:40:37.887 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:40:37.887 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:40:37.887 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:40:37.887 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:40:37.887 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.888 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:40:37.888 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.902240+0000", 2024-09-13T14:40:37.888 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:37.888 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.888 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.888 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:40:37.888 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.902240+0000", 2024-09-13T14:40:37.888 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:37.888 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.888 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.888 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:40:37.888 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.902241+0000", 2024-09-13T14:40:37.889 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.4900000000000005e-07 2024-09-13T14:40:37.889 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.889 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.889 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:40:37.889 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.902302+0000", 2024-09-13T14:40:37.889 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.1359999999999995e-05 2024-09-13T14:40:37.889 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.889 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.889 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:40:37.889 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.020276+0000", 2024-09-13T14:40:37.889 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.117973549 2024-09-13T14:40:37.889 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.889 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.890 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:40:37.890 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.020289+0000", 2024-09-13T14:40:37.890 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2529e-05 2024-09-13T14:40:37.890 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.890 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.890 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:40:37.890 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.022604+0000", 2024-09-13T14:40:37.890 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0023150699999999998 2024-09-13T14:40:37.890 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.890 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.890 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:40:37.890 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.022629+0000", 2024-09-13T14:40:37.890 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.5168999999999999e-05 2024-09-13T14:40:37.890 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.891 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.891 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:40:37.891 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.024934+0000", 2024-09-13T14:40:37.891 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0023048819999999999 2024-09-13T14:40:37.891 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.891 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.891 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:40:37.891 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.024968+0000", 2024-09-13T14:40:37.891 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.4365e-05 2024-09-13T14:40:37.891 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:37.891 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:40:37.891 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:37.891 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.891 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.892 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:31358 6.f 6:fbc3e065:::benchmark_data_smithi071_156503_object31357:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1096)", 2024-09-13T14:40:37.892 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:39:40.165132+0000", 2024-09-13T14:40:37.892 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 57.574174919000001, 2024-09-13T14:40:37.892 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.093909839999999994, 2024-09-13T14:40:37.892 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:40:37.892 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:40:37.892 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:40:37.892 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:40:37.892 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:40:37.892 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:40:37.892 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 31358 2024-09-13T14:40:37.892 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.892 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:40:37.893 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.893 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:40:37.893 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.165132+0000", 2024-09-13T14:40:37.893 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:37.893 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.893 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.893 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:40:37.893 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.165132+0000", 2024-09-13T14:40:37.893 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:37.893 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.893 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.893 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:40:37.893 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.165134+0000", 2024-09-13T14:40:37.893 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.7439999999999999e-06 2024-09-13T14:40:37.894 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.894 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.894 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:40:37.894 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.165156+0000", 2024-09-13T14:40:37.894 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.2184999999999999e-05 2024-09-13T14:40:37.894 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.894 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.894 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:40:37.894 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.165168+0000", 2024-09-13T14:40:37.894 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1780000000000001e-05 2024-09-13T14:40:37.894 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.894 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.895 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:40:37.895 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.165175+0000", 2024-09-13T14:40:37.895 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.2110000000000001e-06 2024-09-13T14:40:37.895 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.895 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.895 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:40:37.895 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.165236+0000", 2024-09-13T14:40:37.895 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.0866000000000003e-05 2024-09-13T14:40:37.895 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.895 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.895 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:40:37.895 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.165365+0000", 2024-09-13T14:40:37.895 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012879800000000001 2024-09-13T14:40:37.896 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.896 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.896 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 4,6", 2024-09-13T14:40:37.896 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.165455+0000", 2024-09-13T14:40:37.896 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.0359999999999995e-05 2024-09-13T14:40:37.896 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.896 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.896 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:40:37.896 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.254015+0000", 2024-09-13T14:40:37.896 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.088559845999999998 2024-09-13T14:40:37.896 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.896 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.896 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:40:37.897 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.254090+0000", 2024-09-13T14:40:37.897 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.4424000000000004e-05 2024-09-13T14:40:37.897 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.897 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.897 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:40:37.897 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.258933+0000", 2024-09-13T14:40:37.897 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0048429149999999997 2024-09-13T14:40:37.897 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.897 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.897 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:40:37.897 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.259000+0000", 2024-09-13T14:40:37.897 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.7623e-05 2024-09-13T14:40:37.897 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.898 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.898 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:40:37.898 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.259042+0000", 2024-09-13T14:40:37.898 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.2088000000000001e-05 2024-09-13T14:40:37.898 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:37.898 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:40:37.898 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:37.898 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.898 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.898 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.34671.0:31355 6.2 e1096/1094 6:4c59df30:::benchmark_data_smithi071_156503_object31354:head v 1096'1889, mlcod=1096'1887)", 2024-09-13T14:40:37.898 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:39:40.165775+0000", 2024-09-13T14:40:37.898 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 57.573531924000001, 2024-09-13T14:40:37.898 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.087284081999999999, 2024-09-13T14:40:37.898 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:40:37.899 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:40:37.899 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:40:37.899 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:40:37.899 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.899 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:40:37.899 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.165775+0000", 2024-09-13T14:40:37.899 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:37.899 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.899 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.899 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:40:37.899 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.165775+0000", 2024-09-13T14:40:37.899 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:37.899 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.899 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.900 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:40:37.900 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.165776+0000", 2024-09-13T14:40:37.900 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.5000000000000002e-07 2024-09-13T14:40:37.900 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.900 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.900 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:40:37.900 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.165817+0000", 2024-09-13T14:40:37.900 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.1016999999999997e-05 2024-09-13T14:40:37.900 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.900 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.900 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:40:37.900 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.165826+0000", 2024-09-13T14:40:37.900 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.0450000000000006e-06 2024-09-13T14:40:37.901 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.901 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.901 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:40:37.901 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.165832+0000", 2024-09-13T14:40:37.901 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.9569999999999999e-06 2024-09-13T14:40:37.901 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.901 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.901 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:40:37.901 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.165887+0000", 2024-09-13T14:40:37.901 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.5062999999999998e-05 2024-09-13T14:40:37.901 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.901 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.901 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:40:37.901 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.165906+0000", 2024-09-13T14:40:37.902 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.8808e-05 2024-09-13T14:40:37.902 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.902 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.902 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:40:37.902 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.166900+0000", 2024-09-13T14:40:37.902 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00099419599999999993 2024-09-13T14:40:37.902 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.902 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.902 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:40:37.902 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.253060+0000", 2024-09-13T14:40:37.902 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.086159245999999995 2024-09-13T14:40:37.902 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:37.902 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:40:37.903 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:37.903 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.903 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.903 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:31363 6.f 6:ffaec3fb:::benchmark_data_smithi071_156503_object31362:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1096)", 2024-09-13T14:40:37.903 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:39:40.166363+0000", 2024-09-13T14:40:37.903 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 57.572943893999998, 2024-09-13T14:40:37.903 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.092826532000000003, 2024-09-13T14:40:37.903 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:40:37.903 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:40:37.903 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:40:37.903 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:40:37.903 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:40:37.903 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:40:37.903 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 31363 2024-09-13T14:40:37.903 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.904 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:40:37.904 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.904 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:40:37.904 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.166363+0000", 2024-09-13T14:40:37.904 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:37.904 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.904 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.904 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:40:37.904 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.166363+0000", 2024-09-13T14:40:37.904 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:37.904 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.904 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.904 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:40:37.904 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.166365+0000", 2024-09-13T14:40:37.905 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1200000000000001e-06 2024-09-13T14:40:37.905 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.905 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.905 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:40:37.905 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.166392+0000", 2024-09-13T14:40:37.905 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.7552999999999999e-05 2024-09-13T14:40:37.905 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.905 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.905 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:40:37.905 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.166400+0000", 2024-09-13T14:40:37.905 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.2989999999999997e-06 2024-09-13T14:40:37.905 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.905 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.905 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:40:37.906 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.166405+0000", 2024-09-13T14:40:37.906 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.6399999999999996e-06 2024-09-13T14:40:37.906 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.906 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.906 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:40:37.906 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.166455+0000", 2024-09-13T14:40:37.906 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.0065999999999998e-05 2024-09-13T14:40:37.906 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.906 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.906 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:40:37.906 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.166567+0000", 2024-09-13T14:40:37.906 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00011162699999999999 2024-09-13T14:40:37.906 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.907 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.907 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 4,6", 2024-09-13T14:40:37.907 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.166747+0000", 2024-09-13T14:40:37.907 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000180442 2024-09-13T14:40:37.907 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.907 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.907 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:40:37.907 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.254052+0000", 2024-09-13T14:40:37.907 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.087304589000000002 2024-09-13T14:40:37.907 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.907 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.907 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:40:37.907 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.254123+0000", 2024-09-13T14:40:37.907 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.1379999999999998e-05 2024-09-13T14:40:37.908 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.908 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.908 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:40:37.908 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.259107+0000", 2024-09-13T14:40:37.908 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.004983332 2024-09-13T14:40:37.908 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.908 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.908 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:40:37.908 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.259152+0000", 2024-09-13T14:40:37.908 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.5902999999999997e-05 2024-09-13T14:40:37.908 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.908 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.908 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:40:37.908 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.259190+0000", 2024-09-13T14:40:37.909 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.7580999999999998e-05 2024-09-13T14:40:37.909 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:37.909 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:40:37.909 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:37.909 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.909 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.909 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.34671.0:31361 6.e e1096/1091 6:77937646:::benchmark_data_smithi071_156503_object31360:head v 1096'1979, mlcod=1096'1977)", 2024-09-13T14:40:37.909 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:39:40.166731+0000", 2024-09-13T14:40:37.909 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 57.572576411, 2024-09-13T14:40:37.909 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.088664543999999998, 2024-09-13T14:40:37.909 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:40:37.909 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:40:37.909 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:40:37.910 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:40:37.910 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.910 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:40:37.910 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.166731+0000", 2024-09-13T14:40:37.910 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:37.910 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.910 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.910 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:40:37.910 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.166731+0000", 2024-09-13T14:40:37.910 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:37.910 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.910 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.910 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:40:37.910 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.166732+0000", 2024-09-13T14:40:37.911 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.0299999999999999e-07 2024-09-13T14:40:37.911 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.911 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.911 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:40:37.911 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.166775+0000", 2024-09-13T14:40:37.911 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.3197e-05 2024-09-13T14:40:37.911 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.911 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.911 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:40:37.911 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.166782+0000", 2024-09-13T14:40:37.911 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.2810000000000003e-06 2024-09-13T14:40:37.911 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.911 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.911 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:40:37.912 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.166786+0000", 2024-09-13T14:40:37.912 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.0589999999999996e-06 2024-09-13T14:40:37.912 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.912 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.912 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:40:37.912 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.166832+0000", 2024-09-13T14:40:37.912 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.6409999999999998e-05 2024-09-13T14:40:37.912 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.912 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.912 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:40:37.912 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.166851+0000", 2024-09-13T14:40:37.912 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.9008000000000002e-05 2024-09-13T14:40:37.913 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.913 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.913 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:40:37.913 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.255356+0000", 2024-09-13T14:40:37.913 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.088504342 2024-09-13T14:40:37.913 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.913 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.913 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:40:37.913 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.255395+0000", 2024-09-13T14:40:37.913 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.9644000000000002e-05 2024-09-13T14:40:37.913 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:37.913 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:40:37.913 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:37.913 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.914 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.914 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:31364 6.f 6:f96c9a66:::benchmark_data_smithi071_156503_object31363:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1096)", 2024-09-13T14:40:37.914 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:39:40.167594+0000", 2024-09-13T14:40:37.914 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 57.571713092000003, 2024-09-13T14:40:37.914 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.091675443999999995, 2024-09-13T14:40:37.914 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:40:37.914 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:40:37.914 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:40:37.914 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:40:37.914 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:40:37.914 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:40:37.914 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 31364 2024-09-13T14:40:37.914 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.915 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:40:37.915 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.915 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:40:37.915 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.167594+0000", 2024-09-13T14:40:37.915 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:37.915 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.915 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.915 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:40:37.915 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.167594+0000", 2024-09-13T14:40:37.915 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:37.915 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.915 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.915 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:40:37.915 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.167595+0000", 2024-09-13T14:40:37.916 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.102e-06 2024-09-13T14:40:37.916 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.916 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.916 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:40:37.916 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.167619+0000", 2024-09-13T14:40:37.916 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.3623999999999999e-05 2024-09-13T14:40:37.916 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.916 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.916 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:40:37.916 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.253213+0000", 2024-09-13T14:40:37.916 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.085593845000000002 2024-09-13T14:40:37.916 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.916 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.917 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:40:37.917 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.253222+0000", 2024-09-13T14:40:37.917 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.0599999999999997e-06 2024-09-13T14:40:37.917 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.917 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.917 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:40:37.917 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.254152+0000", 2024-09-13T14:40:37.917 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00093031600000000004 2024-09-13T14:40:37.917 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.917 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.917 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:40:37.917 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.254295+0000", 2024-09-13T14:40:37.917 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00014297299999999999 2024-09-13T14:40:37.917 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.918 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.918 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 4,6", 2024-09-13T14:40:37.918 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.254429+0000", 2024-09-13T14:40:37.918 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013388899999999999 2024-09-13T14:40:37.918 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.918 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.918 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:40:37.918 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.257551+0000", 2024-09-13T14:40:37.918 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0031214889999999999 2024-09-13T14:40:37.918 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.918 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.918 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:40:37.918 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.257585+0000", 2024-09-13T14:40:37.918 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.4585000000000002e-05 2024-09-13T14:40:37.919 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.919 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.919 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:40:37.919 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.259197+0000", 2024-09-13T14:40:37.919 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.001611672 2024-09-13T14:40:37.919 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.919 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.919 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:40:37.919 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.259237+0000", 2024-09-13T14:40:37.919 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.9969999999999998e-05 2024-09-13T14:40:37.919 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.919 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.919 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:40:37.919 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.259270+0000", 2024-09-13T14:40:37.920 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.2919000000000001e-05 2024-09-13T14:40:37.920 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:37.920 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:40:37.920 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:37.920 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.920 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.920 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop_reply(client.34671.0:31358 6.f e1096/1094 ondisk, result = 0)", 2024-09-13T14:40:37.920 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:39:40.169364+0000", 2024-09-13T14:40:37.920 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 57.569942945999998, 2024-09-13T14:40:37.920 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.084731145999999993, 2024-09-13T14:40:37.920 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:40:37.920 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:40:37.920 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "started", 2024-09-13T14:40:37.921 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:40:37.921 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.921 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:40:37.921 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.169364+0000", 2024-09-13T14:40:37.921 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:37.921 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.921 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.921 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:40:37.921 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.169364+0000", 2024-09-13T14:40:37.921 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:37.921 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.921 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.921 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:40:37.921 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.169365+0000", 2024-09-13T14:40:37.922 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.9400000000000004e-07 2024-09-13T14:40:37.922 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.922 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.922 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:40:37.922 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.169369+0000", 2024-09-13T14:40:37.922 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.6789999999999998e-06 2024-09-13T14:40:37.922 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.922 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.922 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:40:37.922 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.253877+0000", 2024-09-13T14:40:37.922 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.084508417000000002 2024-09-13T14:40:37.922 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.922 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.922 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:40:37.923 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.253887+0000", 2024-09-13T14:40:37.923 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0088999999999999e-05 2024-09-13T14:40:37.923 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.923 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.923 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:40:37.923 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.254079+0000", 2024-09-13T14:40:37.923 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000191497 2024-09-13T14:40:37.923 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.923 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.923 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:40:37.923 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.254085+0000", 2024-09-13T14:40:37.923 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.0820000000000004e-06 2024-09-13T14:40:37.923 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.923 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.924 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:40:37.924 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.254096+0000", 2024-09-13T14:40:37.924 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0587999999999999e-05 2024-09-13T14:40:37.924 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:37.924 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:40:37.924 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:37.924 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.924 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.925 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:31709 6.f 6:f44ae7db:::benchmark_data_smithi071_156503_object31708:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1096)", 2024-09-13T14:40:37.925 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:39:40.394280+0000", 2024-09-13T14:40:37.925 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 57.345027760000001, 2024-09-13T14:40:37.925 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.065351626999999995, 2024-09-13T14:40:37.925 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:40:37.925 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:40:37.925 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:40:37.925 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:40:37.925 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:40:37.925 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:40:37.926 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 31709 2024-09-13T14:40:37.926 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.926 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:40:37.926 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.926 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:40:37.926 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.394280+0000", 2024-09-13T14:40:37.926 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:37.926 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.926 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.926 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:40:37.926 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.394280+0000", 2024-09-13T14:40:37.926 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:37.926 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.927 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.927 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:40:37.927 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.394281+0000", 2024-09-13T14:40:37.927 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2580000000000001e-06 2024-09-13T14:40:37.927 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.927 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.927 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:40:37.927 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.394302+0000", 2024-09-13T14:40:37.927 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.0741e-05 2024-09-13T14:40:37.927 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.927 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.927 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:40:37.927 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.394311+0000", 2024-09-13T14:40:37.927 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.9609999999999994e-06 2024-09-13T14:40:37.928 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.928 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.928 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:40:37.928 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.394315+0000", 2024-09-13T14:40:37.928 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.8810000000000004e-06 2024-09-13T14:40:37.928 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.928 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.928 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:40:37.928 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.394360+0000", 2024-09-13T14:40:37.928 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.4079999999999998e-05 2024-09-13T14:40:37.928 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.928 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.928 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:40:37.929 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.394470+0000", 2024-09-13T14:40:37.929 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000110544 2024-09-13T14:40:37.929 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.929 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.929 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 4,6", 2024-09-13T14:40:37.929 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.394590+0000", 2024-09-13T14:40:37.929 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000119886 2024-09-13T14:40:37.929 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.929 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.929 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:40:37.929 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.395738+0000", 2024-09-13T14:40:37.929 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0011482020000000001 2024-09-13T14:40:37.929 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.929 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.930 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:40:37.930 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.396547+0000", 2024-09-13T14:40:37.930 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00080872699999999997 2024-09-13T14:40:37.930 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.930 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.930 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:40:37.930 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.397718+0000", 2024-09-13T14:40:37.930 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0011707989999999999 2024-09-13T14:40:37.930 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.930 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.930 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:40:37.930 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.397751+0000", 2024-09-13T14:40:37.930 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.3821e-05 2024-09-13T14:40:37.930 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.931 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.931 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:40:37.931 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.459631+0000", 2024-09-13T14:40:37.931 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.061879727000000002 2024-09-13T14:40:37.931 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:37.931 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:40:37.931 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:37.931 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.931 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.931 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.34671.0:31707 6.8 e1096/1094 6:10e76101:::benchmark_data_smithi071_156503_object31706:head v 1096'1956, mlcod=1096'1953)", 2024-09-13T14:40:37.931 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:39:40.397580+0000", 2024-09-13T14:40:37.931 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 57.341726905000002, 2024-09-13T14:40:37.931 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.068446350000000003, 2024-09-13T14:40:37.931 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:40:37.932 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:40:37.932 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:40:37.932 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:40:37.932 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.932 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:40:37.932 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.397580+0000", 2024-09-13T14:40:37.932 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:37.932 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.932 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.932 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:40:37.932 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.397580+0000", 2024-09-13T14:40:37.932 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:37.932 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.932 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.933 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:40:37.933 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.397581+0000", 2024-09-13T14:40:37.933 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.5499999999999997e-07 2024-09-13T14:40:37.933 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.933 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.933 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:40:37.933 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.397646+0000", 2024-09-13T14:40:37.933 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.4769000000000003e-05 2024-09-13T14:40:37.933 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.933 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.933 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:40:37.933 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.397659+0000", 2024-09-13T14:40:37.933 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.3122000000000001e-05 2024-09-13T14:40:37.933 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.934 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.934 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:40:37.934 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.397665+0000", 2024-09-13T14:40:37.934 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.1210000000000003e-06 2024-09-13T14:40:37.934 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.934 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.934 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:40:37.934 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.397725+0000", 2024-09-13T14:40:37.934 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.9290000000000003e-05 2024-09-13T14:40:37.934 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.934 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.934 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:40:37.934 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.397745+0000", 2024-09-13T14:40:37.934 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.0630000000000001e-05 2024-09-13T14:40:37.934 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.935 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.935 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:40:37.935 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.465989+0000", 2024-09-13T14:40:37.935 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.068243516000000004 2024-09-13T14:40:37.935 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.935 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.935 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:40:37.935 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.466027+0000", 2024-09-13T14:40:37.935 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.8146999999999999e-05 2024-09-13T14:40:37.935 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:37.935 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:40:37.935 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:37.935 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.935 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.936 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop_reply(client.34671.0:31709 6.f e1096/1094 ondisk, result = 0)", 2024-09-13T14:40:37.936 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:39:40.397644+0000", 2024-09-13T14:40:37.936 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 57.341662886000002, 2024-09-13T14:40:37.936 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.062008962000000001, 2024-09-13T14:40:37.936 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:40:37.936 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:40:37.936 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "started", 2024-09-13T14:40:37.936 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:40:37.936 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.936 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:40:37.936 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.397644+0000", 2024-09-13T14:40:37.936 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:37.936 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.936 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.937 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:40:37.937 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.397644+0000", 2024-09-13T14:40:37.937 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:37.937 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.937 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.937 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:40:37.937 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.397645+0000", 2024-09-13T14:40:37.937 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.3600000000000003e-07 2024-09-13T14:40:37.937 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.937 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.937 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:40:37.937 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.397651+0000", 2024-09-13T14:40:37.937 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.5729999999999998e-06 2024-09-13T14:40:37.938 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.938 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.938 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:40:37.938 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.397657+0000", 2024-09-13T14:40:37.938 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.1129999999999997e-06 2024-09-13T14:40:37.938 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.938 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.938 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:40:37.938 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.397662+0000", 2024-09-13T14:40:37.938 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.113e-06 2024-09-13T14:40:37.938 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.938 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.938 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:40:37.939 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.397710+0000", 2024-09-13T14:40:37.939 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.8194e-05 2024-09-13T14:40:37.939 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.939 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.939 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:40:37.939 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.397715+0000", 2024-09-13T14:40:37.939 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.6079999999999998e-06 2024-09-13T14:40:37.939 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.939 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.939 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:40:37.939 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.459653+0000", 2024-09-13T14:40:37.939 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.061938725 2024-09-13T14:40:37.939 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:37.939 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:40:37.940 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:37.940 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.940 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.940 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.34671.0:31721 6.0 e1096/1094 6:09f00573:::benchmark_data_smithi071_156503_object31720:head v 1096'2020, mlcod=1096'2018)", 2024-09-13T14:40:37.940 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:39:40.397652+0000", 2024-09-13T14:40:37.940 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 57.341655664000001, 2024-09-13T14:40:37.940 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.068334171999999999, 2024-09-13T14:40:37.940 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:40:37.940 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:40:37.940 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:40:37.940 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:40:37.940 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.940 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:40:37.940 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.397652+0000", 2024-09-13T14:40:37.941 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:37.941 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.941 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.941 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:40:37.941 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.397652+0000", 2024-09-13T14:40:37.941 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:37.941 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.941 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.941 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:40:37.941 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.397652+0000", 2024-09-13T14:40:37.941 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.6499999999999998e-07 2024-09-13T14:40:37.941 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.941 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.941 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:40:37.942 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.397673+0000", 2024-09-13T14:40:37.942 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.0449e-05 2024-09-13T14:40:37.942 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.942 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.942 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:40:37.942 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.397684+0000", 2024-09-13T14:40:37.942 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0805000000000001e-05 2024-09-13T14:40:37.942 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.942 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.942 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:40:37.942 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.397690+0000", 2024-09-13T14:40:37.942 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.7560000000000002e-06 2024-09-13T14:40:37.942 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.943 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.943 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:40:37.943 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.397739+0000", 2024-09-13T14:40:37.943 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.8707e-05 2024-09-13T14:40:37.943 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.943 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.943 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:40:37.943 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.397756+0000", 2024-09-13T14:40:37.943 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.7184999999999999e-05 2024-09-13T14:40:37.943 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.943 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.943 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:40:37.943 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.465940+0000", 2024-09-13T14:40:37.943 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.068183865999999996 2024-09-13T14:40:37.944 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.944 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.944 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:40:37.944 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.465986+0000", 2024-09-13T14:40:37.944 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.5639000000000001e-05 2024-09-13T14:40:37.944 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:37.944 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:40:37.944 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:37.944 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.944 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.944 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:31722 6.f 6:f2a98161:::benchmark_data_smithi071_156503_object31721:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1096)", 2024-09-13T14:40:37.944 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:39:40.397868+0000", 2024-09-13T14:40:37.944 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 57.341439489000003, 2024-09-13T14:40:37.944 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.066210928000000002, 2024-09-13T14:40:37.945 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:40:37.945 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:40:37.945 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:40:37.945 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:40:37.945 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:40:37.945 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:40:37.945 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 31722 2024-09-13T14:40:37.945 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.945 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:40:37.945 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.945 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:40:37.945 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.397868+0000", 2024-09-13T14:40:37.945 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:37.946 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.946 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.946 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:40:37.946 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.397868+0000", 2024-09-13T14:40:37.946 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:40:37.946 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.946 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.946 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:40:37.946 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.397869+0000", 2024-09-13T14:40:37.946 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.9000000000000005e-07 2024-09-13T14:40:37.946 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.946 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.946 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:40:37.946 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.397890+0000", 2024-09-13T14:40:37.946 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.1379999999999999e-05 2024-09-13T14:40:37.947 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.947 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.947 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:40:37.947 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.459955+0000", 2024-09-13T14:40:37.947 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.062064424999999999 2024-09-13T14:40:37.947 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.947 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.947 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:40:37.947 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.459975+0000", 2024-09-13T14:40:37.947 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.0588e-05 2024-09-13T14:40:37.947 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.947 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.947 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:40:37.948 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.460257+0000", 2024-09-13T14:40:37.948 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00028187500000000001 2024-09-13T14:40:37.948 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.948 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.948 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:40:37.948 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.460413+0000", 2024-09-13T14:40:37.948 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000156129 2024-09-13T14:40:37.948 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.948 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.948 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 4,6", 2024-09-13T14:40:37.948 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.460565+0000", 2024-09-13T14:40:37.948 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00015167300000000001 2024-09-13T14:40:37.948 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.949 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.949 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:40:37.949 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.463194+0000", 2024-09-13T14:40:37.949 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0026293029999999999 2024-09-13T14:40:37.949 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.949 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.949 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:40:37.949 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.463274+0000", 2024-09-13T14:40:37.949 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.9888000000000005e-05 2024-09-13T14:40:37.949 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.949 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.949 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:40:37.949 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.463992+0000", 2024-09-13T14:40:37.949 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00071801600000000003 2024-09-13T14:40:37.950 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.950 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.950 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:40:37.950 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.464037+0000", 2024-09-13T14:40:37.950 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.4867000000000003e-05 2024-09-13T14:40:37.950 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:40:37.950 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:40:37.950 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:40:37.950 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.464079+0000", 2024-09-13T14:40:37.950 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.1794e-05 2024-09-13T14:40:37.950 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:37.950 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:40:37.950 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:37.950 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:40:37.951 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:40:37.951 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:40:37.951 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:40:37.986 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:37.987 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:37.987 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:40:38.088 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:40:38.115 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:38.116 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:38.117 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:40:38.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:37 smithi104 ceph-mon[105578]: pgmap v1184: 89 pgs: 89 active+clean; 6.6 GiB data, 21 GiB used, 605 GiB / 626 GiB avail; 78 MiB/s wr, 1.24k op/s 2024-09-13T14:40:38.193 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:40:38.218 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:40:38.248 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:38.248 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:38.249 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:40:38.349 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:40:38.381 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:38.382 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:38.382 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:40:38.483 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:40:38.530 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:38.531 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:38.531 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:40:38.563 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:40:38.564 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:40:38.588 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:40:38.588 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:40:38.615 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:40:38.616 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:40:38.632 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:40:38.643 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:40:38.643 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:40:38.662 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 69 16 112262 112246 101.66 64.4375 0.0275353 0.00983185 2024-09-13T14:40:38.663 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:38.663 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:38.664 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:40:38.684 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:40:38.684 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:40:38.715 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:40:38.716 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:40:38.742 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T14:40:38.742 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T14:40:38.765 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:40:38.781 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:40:38.782 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:40:38.807 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:38.808 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:38.809 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:40:38.909 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:40:38.950 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:38.951 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:38.951 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:40:39.052 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:40:39.088 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:39.089 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:39.089 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:40:39.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:38 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/798501507' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:40:39.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:38 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/798501507' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:40:39.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:38 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/798501507' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:40:39.190 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:40:39.220 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:39.221 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:39.221 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:40:39.322 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:40:39.347 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:39.348 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:39.349 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:40:39.388 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.3 dump_ops_in_flight 2024-09-13T14:40:39.449 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:40:39.488 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:39.489 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:39.489 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:40:39.590 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:39.630 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:39.631 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:39.631 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:39.662 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 70 16 113246 113230 101.086 61.5 0.00966915 0.00988702 2024-09-13T14:40:39.732 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:40:39.758 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:39.759 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:39.759 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:40:39.860 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:40:39.888 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:39.889 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:39.889 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:40:39.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:39 smithi071 ceph-mon[107477]: pgmap v1185: 89 pgs: 89 active+clean; 6.7 GiB data, 21 GiB used, 605 GiB / 626 GiB avail; 48 MiB/s wr, 767 op/s 2024-09-13T14:40:39.890 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:39 smithi071 ceph-mon[112785]: pgmap v1185: 89 pgs: 89 active+clean; 6.7 GiB data, 21 GiB used, 605 GiB / 626 GiB avail; 48 MiB/s wr, 767 op/s 2024-09-13T14:40:39.991 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:40.028 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:40.028 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:40.029 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:40.130 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:40:40.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:39 smithi104 ceph-mon[105578]: pgmap v1185: 89 pgs: 89 active+clean; 6.7 GiB data, 21 GiB used, 605 GiB / 626 GiB avail; 48 MiB/s wr, 767 op/s 2024-09-13T14:40:40.172 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:40.173 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:40.173 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:40:40.274 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:40:40.306 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:40.307 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:40.307 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:40:40.408 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:40:40.447 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:40.448 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:40.448 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:40:40.549 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:40:40.585 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:40.586 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:40.586 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:40:40.662 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 71 16 114244 114228 100.541 62.375 0.00715065 0.0099413 2024-09-13T14:40:40.688 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:40.727 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:40.728 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:40.728 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:40.829 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:40:40.854 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:40.855 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:40.855 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:40:40.956 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:40:40.989 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:40.990 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:40.990 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:40:41.091 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:40:41.124 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:41.125 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:41.125 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:40:41.226 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:40:41.252 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:41.253 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:41.254 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:40:41.354 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:40:41.393 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:41.393 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:41.393 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:40:41.494 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:40:41.522 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:41.523 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:41.523 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:40:41.624 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:40:41.652 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:41.653 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:41.654 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:40:41.662 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 72 16 115251 115235 100.019 62.9375 0.0343286 0.00999379 2024-09-13T14:40:41.755 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:40:41.781 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:41.782 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:41.782 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:40:41.883 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:40:41.906 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:41.907 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:41.908 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:40:41.917 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:40:41.973 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:41 smithi104 ceph-mon[105578]: pgmap v1186: 89 pgs: 89 active+clean; 6.9 GiB data, 21 GiB used, 604 GiB / 626 GiB avail; 78 MiB/s wr, 1.25k op/s 2024-09-13T14:40:42.008 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:40:42.038 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:41 smithi071 ceph-mon[107477]: pgmap v1186: 89 pgs: 89 active+clean; 6.9 GiB data, 21 GiB used, 604 GiB / 626 GiB avail; 78 MiB/s wr, 1.25k op/s 2024-09-13T14:40:42.039 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:41 smithi071 ceph-mon[112785]: pgmap v1186: 89 pgs: 89 active+clean; 6.9 GiB data, 21 GiB used, 604 GiB / 626 GiB avail; 78 MiB/s wr, 1.25k op/s 2024-09-13T14:40:42.050 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:42.050 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:42.051 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:40:42.152 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:40:42.189 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:42.189 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:42.190 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:40:42.291 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:40:42.332 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:42.333 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:42.333 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:40:42.400 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=true 2024-09-13T14:40:42.434 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:40:42.479 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:42.480 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:42.480 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:40:42.581 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:40:42.612 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:42.613 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:42.613 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:40:42.662 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 73 16 116235 116219 99.4911 61.5 0.0146587 0.0100456 2024-09-13T14:40:42.714 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:42.763 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:42.763 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:42.764 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:42.865 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:40:42.890 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:40:42 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:40:42] "GET /metrics HTTP/1.1" 200 36472 "" "Prometheus/2.51.0" 2024-09-13T14:40:42.900 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:42.900 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:42.901 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:40:43.002 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:40:43.042 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:43.042 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:43.043 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:40:43.144 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:43.180 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:43.181 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:43.181 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:43.282 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:43.316 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:43.316 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:43.316 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:43.417 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:40:43.454 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:43.455 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:43.455 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:40:43.556 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:40:43.584 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:43.586 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:43.586 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:40:43.662 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 74 16 117204 117188 98.965 60.5625 0.0167593 0.0100997 2024-09-13T14:40:43.687 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:40:43.725 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:43.725 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:43.726 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:40:43.826 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:40:43.867 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:43.868 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:43.868 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:40:43.969 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:40:44.006 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:44.007 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:44.007 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:40:44.108 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:40:44.137 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:44.138 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:44.138 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:40:44.239 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:40:44.268 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:44.269 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:44.269 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:40:44.276 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:44 smithi071 ceph-mon[107477]: pgmap v1187: 89 pgs: 89 active+clean; 6.9 GiB data, 22 GiB used, 604 GiB / 626 GiB avail; 66 MiB/s wr, 1.05k op/s 2024-09-13T14:40:44.276 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:44 smithi071 ceph-mon[112785]: pgmap v1187: 89 pgs: 89 active+clean; 6.9 GiB data, 22 GiB used, 604 GiB / 626 GiB avail; 66 MiB/s wr, 1.05k op/s 2024-09-13T14:40:44.317 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:40:44.370 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:44.407 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:44.408 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:44.408 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:44.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:44 smithi104 ceph-mon[105578]: pgmap v1187: 89 pgs: 89 active+clean; 6.9 GiB data, 22 GiB used, 604 GiB / 626 GiB avail; 66 MiB/s wr, 1.05k op/s 2024-09-13T14:40:44.510 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:40:44.541 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:44.541 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:44.542 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:40:44.642 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:40:44.662 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 75 16 118155 118139 98.4379 59.4375 0.0124995 0.0101539 2024-09-13T14:40:44.678 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:44.679 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:44.679 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:40:44.780 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:40:44.824 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:44.825 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:44.825 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:40:44.926 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:40:44.968 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:44.969 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:44.969 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:40:45.034 INFO:teuthology.orchestra.run.smithi071.stderr:noscrub is unset 2024-09-13T14:40:45.070 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:40:45.096 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:45.097 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:45.097 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:40:45.198 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:45.235 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:45.236 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:45.236 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:45.337 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:40:45.364 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:45.365 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:45.365 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:40:45.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:45 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/4260821586' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:40:45.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:45 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:40:45.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:40:45.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:45 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/4260821586' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:40:45.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:45 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:40:45.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:40:45.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:45 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/4260821586' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:40:45.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:45 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:40:45.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:40:45.467 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:40:45.494 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:45.495 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:45.495 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:40:45.596 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:45.639 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:45.640 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:45.640 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:45.662 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 76 16 119128 119112 97.9428 60.8125 0.0345766 0.0102056 2024-09-13T14:40:45.741 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:40:45.780 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:45.780 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:45.781 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:40:45.881 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:40:45.916 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:45.917 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:45.917 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:40:46.018 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:40:46.047 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:46.047 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:46.048 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:40:46.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:46 smithi071 ceph-mon[107477]: pgmap v1188: 89 pgs: 89 active+clean; 7.0 GiB data, 22 GiB used, 604 GiB / 626 GiB avail; 63 MiB/s wr, 1.00k op/s 2024-09-13T14:40:46.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:46 smithi071 ceph-mon[107477]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:40:46.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:46 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T14:40:46.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:46 smithi071 ceph-mon[107477]: osdmap e1107: 8 total, 8 up, 7 in 2024-09-13T14:40:46.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:46 smithi071 ceph-mon[112785]: pgmap v1188: 89 pgs: 89 active+clean; 7.0 GiB data, 22 GiB used, 604 GiB / 626 GiB avail; 63 MiB/s wr, 1.00k op/s 2024-09-13T14:40:46.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:46 smithi071 ceph-mon[112785]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:40:46.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:46 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T14:40:46.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:46 smithi071 ceph-mon[112785]: osdmap e1107: 8 total, 8 up, 7 in 2024-09-13T14:40:46.149 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:40:46.182 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:46.183 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:46.183 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:40:46.284 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:40:46.314 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:46.314 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:46.315 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:40:46.415 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:40:46.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:46 smithi104 ceph-mon[105578]: pgmap v1188: 89 pgs: 89 active+clean; 7.0 GiB data, 22 GiB used, 604 GiB / 626 GiB avail; 63 MiB/s wr, 1.00k op/s 2024-09-13T14:40:46.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:46 smithi104 ceph-mon[105578]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:40:46.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:46 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T14:40:46.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:46 smithi104 ceph-mon[105578]: osdmap e1107: 8 total, 8 up, 7 in 2024-09-13T14:40:46.448 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:46.449 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:46.449 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:40:46.550 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:46.586 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:46.587 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:46.587 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:46.662 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 77 16 120078 120062 97.4418 59.375 0.0105798 0.0102573 2024-09-13T14:40:46.688 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:46.730 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:46.731 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:46.731 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:46.832 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:40:46.859 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:46.859 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:46.860 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:40:46.961 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:40:46.988 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:46.988 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:46.989 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:40:47.089 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:40:47.122 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:47.122 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:47.122 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:40:47.223 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:40:47.261 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:47.262 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:47.263 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:40:47.363 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:40:47.402 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:47.403 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:47.403 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:40:47.490 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T14:40:47.490 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:40:47.504 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:40:47.535 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:47.536 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:47.536 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:40:47.637 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:40:47.662 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 78 16 121029 121013 96.9545 59.4375 0.0137859 0.0103092 2024-09-13T14:40:47.673 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:47.673 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:47.674 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:40:47.774 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:40:47.802 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:47.803 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:47.803 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:40:47.904 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:40:47.938 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:47.938 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:47.939 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:40:48.028 INFO:teuthology.orchestra.run.smithi071.stderr:reweighted osd.4 to 1 (10000) 2024-09-13T14:40:48.039 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:40:48.076 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:48.076 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:48.077 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:40:48.121 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:48 smithi071 ceph-mon[107477]: pgmap v1190: 89 pgs: 89 active+clean; 7.2 GiB data, 23 GiB used, 603 GiB / 626 GiB avail; 62 MiB/s wr, 986 op/s 2024-09-13T14:40:48.121 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:48 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1352204507' entity='client.admin' cmd={"prefix": "osd reweight", "id": 4, "weight": 1.0} : dispatch 2024-09-13T14:40:48.121 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:48 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd reweight", "id": 4, "weight": 1.0} : dispatch 2024-09-13T14:40:48.121 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:48 smithi071 ceph-mon[112785]: pgmap v1190: 89 pgs: 89 active+clean; 7.2 GiB data, 23 GiB used, 603 GiB / 626 GiB avail; 62 MiB/s wr, 986 op/s 2024-09-13T14:40:48.121 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:48 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1352204507' entity='client.admin' cmd={"prefix": "osd reweight", "id": 4, "weight": 1.0} : dispatch 2024-09-13T14:40:48.121 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:48 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd reweight", "id": 4, "weight": 1.0} : dispatch 2024-09-13T14:40:48.158 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.3 dump_blocked_ops 2024-09-13T14:40:48.177 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:40:48.209 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:48.209 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:48.210 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:40:48.310 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:40:48.346 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:48.347 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:48.347 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:40:48.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:48 smithi104 ceph-mon[105578]: pgmap v1190: 89 pgs: 89 active+clean; 7.2 GiB data, 23 GiB used, 603 GiB / 626 GiB avail; 62 MiB/s wr, 986 op/s 2024-09-13T14:40:48.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:48 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1352204507' entity='client.admin' cmd={"prefix": "osd reweight", "id": 4, "weight": 1.0} : dispatch 2024-09-13T14:40:48.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:48 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd reweight", "id": 4, "weight": 1.0} : dispatch 2024-09-13T14:40:48.448 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:40:48.485 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:48.486 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:48.486 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:40:48.587 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:48.629 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:48.629 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:48.630 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:48.662 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 79 16 121989 121973 96.4867 60 0.0151003 0.0103592 2024-09-13T14:40:48.730 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:40:48.761 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:48.761 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:48.762 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:40:48.863 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:40:48.884 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd reweight 5 1 2024-09-13T14:40:48.892 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:48.893 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:48.893 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:40:48.916 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd unset nodeep-scrub 2024-09-13T14:40:48.995 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:40:49.036 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:49.036 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:49.037 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:40:49.138 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:40:49.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:49 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 4, "weight": 1.0}]': finished 2024-09-13T14:40:49.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:49 smithi071 ceph-mon[107477]: osdmap e1108: 8 total, 8 up, 7 in 2024-09-13T14:40:49.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:49 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 4, "weight": 1.0}]': finished 2024-09-13T14:40:49.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:49 smithi071 ceph-mon[112785]: osdmap e1108: 8 total, 8 up, 7 in 2024-09-13T14:40:49.175 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:49.175 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:49.175 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:40:49.276 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:40:49.309 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:49.310 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:49.310 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:40:49.411 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:40:49.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:49 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 4, "weight": 1.0}]': finished 2024-09-13T14:40:49.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:49 smithi104 ceph-mon[105578]: osdmap e1108: 8 total, 8 up, 7 in 2024-09-13T14:40:49.445 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:49.446 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:49.446 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:40:49.547 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:40:49.576 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:49.577 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:49.577 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:40:49.663 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:2024-09-13T14:40:49.663156+0000 min lat: 0.00112392 max lat: 0.126811 avg lat: 0.0104093 2024-09-13T14:40:49.663 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2024-09-13T14:40:49.663 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 80 16 122939 122923 96.0228 59.375 0.016565 0.0104093 2024-09-13T14:40:49.678 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:49.730 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:49.731 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:49.731 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:49.828 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:40:49.832 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:40:49.877 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:49.877 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:49.878 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:40:49.978 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:40:50.014 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:50.016 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:50.016 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:40:50.117 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:40:50.155 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:50.156 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:50.156 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:40:50.257 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:40:50.294 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:50.295 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:50.295 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:40:50.314 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:50 smithi071 ceph-mon[112785]: pgmap v1192: 89 pgs: 89 active+clean; 7.3 GiB data, 23 GiB used, 603 GiB / 626 GiB avail; 45 MiB/s wr, 725 op/s 2024-09-13T14:40:50.314 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:50 smithi071 ceph-mon[107477]: pgmap v1192: 89 pgs: 89 active+clean; 7.3 GiB data, 23 GiB used, 603 GiB / 626 GiB avail; 45 MiB/s wr, 725 op/s 2024-09-13T14:40:50.396 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:40:50.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:50 smithi104 ceph-mon[105578]: pgmap v1192: 89 pgs: 89 active+clean; 7.3 GiB data, 23 GiB used, 603 GiB / 626 GiB avail; 45 MiB/s wr, 725 op/s 2024-09-13T14:40:50.442 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:50.442 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:50.443 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:40:50.544 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:40:50.579 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:40:50.580 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:50.580 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:50.581 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:40:50.593 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:40:50.593 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:40:50.623 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:40:50.623 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:40:50.650 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:40:50.650 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:40:50.663 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 81 16 123889 123873 95.5701 59.375 0.0263595 0.0104586 2024-09-13T14:40:50.679 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:40:50.679 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:40:50.682 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:40:50.717 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:40:50.718 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:40:50.732 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:50.732 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:50.733 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:40:50.754 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:40:50.754 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:40:50.794 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T14:40:50.795 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T14:40:50.830 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:40:50.831 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:40:50.834 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:40:50.880 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:50.880 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:50.881 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:40:50.982 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:40:51.005 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:51.006 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:51.006 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:40:51.107 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:40:51.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:51 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2326171191' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:40:51.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:51 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2326171191' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:40:51.149 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:51.149 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:51.150 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:40:51.251 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:40:51.278 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:51.279 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:51.279 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:40:51.380 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:40:51.408 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:51.409 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:51.409 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:40:51.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:51 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2326171191' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:40:51.512 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:40:51.543 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:51.544 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:51.544 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:40:51.645 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:40:51.664 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 82 16 124857 124841 95.1408 60.5 0.0147643 0.0105055 2024-09-13T14:40:51.670 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:51.671 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:51.671 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:40:51.772 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:40:51.805 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:51.806 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:51.806 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:40:51.907 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:40:51.944 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:51.944 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:51.945 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:40:52.046 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:40:52.075 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:52.075 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:52.076 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:40:52.177 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:40:52.204 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:52.204 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:52.205 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:40:52.298 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:52 smithi071 ceph-mon[107477]: pgmap v1193: 89 pgs: 89 active+clean; 7.4 GiB data, 23 GiB used, 603 GiB / 626 GiB avail; 55 MiB/s wr, 878 op/s 2024-09-13T14:40:52.299 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:52 smithi071 ceph-mon[112785]: pgmap v1193: 89 pgs: 89 active+clean; 7.4 GiB data, 23 GiB used, 603 GiB / 626 GiB avail; 55 MiB/s wr, 878 op/s 2024-09-13T14:40:52.305 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:40:52.338 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:52.339 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:52.339 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:40:52.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:52 smithi104 ceph-mon[105578]: pgmap v1193: 89 pgs: 89 active+clean; 7.4 GiB data, 23 GiB used, 603 GiB / 626 GiB avail; 55 MiB/s wr, 878 op/s 2024-09-13T14:40:52.440 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:40:52.486 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:52.487 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:52.487 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:40:52.588 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:52.599 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:40:52.629 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:52.630 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:52.630 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:52.665 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 83 16 125803 125787 94.7061 59.125 0.0126686 0.0105539 2024-09-13T14:40:52.731 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:40:52.763 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:52.763 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:52.764 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:40:52.864 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:40:52.891 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:52.892 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:52.892 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:40:52.993 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:40:53.022 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:53.022 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:53.023 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:40:53.057 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:40:52 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:40:52] "GET /metrics HTTP/1.1" 200 36472 "" "Prometheus/2.51.0" 2024-09-13T14:40:53.124 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:53.169 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:53.169 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:53.170 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:53.271 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:53.315 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:53.315 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:53.316 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:53.417 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:40:53.448 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:53.449 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:53.449 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:40:53.550 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:53.591 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:53.592 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:53.592 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:53.665 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 84 16 126762 126746 94.2922 59.9375 0.00953927 0.0106009 2024-09-13T14:40:53.693 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:40:53.720 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:53.721 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:53.721 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:40:53.822 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:40:53.850 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:53.851 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:53.851 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:40:53.952 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:40:53.983 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:53.984 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:53.984 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:40:54.085 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:40:54.113 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:54.114 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:54.114 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:40:54.215 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:40:54.253 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:54.254 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:54.254 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:40:54.355 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:40:54.377 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:54 smithi071 ceph-mon[107477]: pgmap v1194: 89 pgs: 89 active+clean; 7.5 GiB data, 23 GiB used, 602 GiB / 626 GiB avail; 66 MiB/s wr, 1.05k op/s 2024-09-13T14:40:54.377 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:54 smithi071 ceph-mon[112785]: pgmap v1194: 89 pgs: 89 active+clean; 7.5 GiB data, 23 GiB used, 602 GiB / 626 GiB avail; 66 MiB/s wr, 1.05k op/s 2024-09-13T14:40:54.396 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:54.397 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:54.398 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:40:54.432 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:54 smithi104 ceph-mon[105578]: pgmap v1194: 89 pgs: 89 active+clean; 7.5 GiB data, 23 GiB used, 602 GiB / 626 GiB avail; 66 MiB/s wr, 1.05k op/s 2024-09-13T14:40:54.498 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:40:54.532 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:54.532 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:54.532 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:40:54.633 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:54.665 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 85 16 127703 127687 93.8747 58.8125 0.0170677 0.0106476 2024-09-13T14:40:54.673 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:54.674 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:54.674 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:54.775 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:40:54.813 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:54.813 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:54.814 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:40:54.914 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:54.951 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:54.951 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:54.951 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:55.053 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:40:55.068 INFO:teuthology.orchestra.run.smithi071.stderr:reweighted osd.5 to 1 (10000) 2024-09-13T14:40:55.083 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:55.084 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:55.085 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:40:55.085 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:55 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2758512159' entity='client.admin' cmd={"prefix": "osd reweight", "id": 5, "weight": 1.0} : dispatch 2024-09-13T14:40:55.085 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:55 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2758512159' entity='client.admin' cmd={"prefix": "osd reweight", "id": 5, "weight": 1.0} : dispatch 2024-09-13T14:40:55.097 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=false 2024-09-13T14:40:55.186 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:40:55.219 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:55.220 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:55.221 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:40:55.321 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:40:55.359 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:55.359 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:55.360 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:40:55.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:55 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2758512159' entity='client.admin' cmd={"prefix": "osd reweight", "id": 5, "weight": 1.0} : dispatch 2024-09-13T14:40:55.460 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:40:55.509 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:55.511 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:55.512 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:40:55.613 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:55.665 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 86 16 128621 128605 93.4503 57.375 0.00896029 0.0106956 2024-09-13T14:40:55.690 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:55.691 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:55.691 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:55.792 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:40:55.826 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:55.827 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:55.827 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:40:55.928 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:40:55.941 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd reweight 6 1 2024-09-13T14:40:55.975 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:55.976 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:55.976 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:40:56.077 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:40:56.110 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:56.110 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:56.111 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:40:56.203 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:56 smithi071 ceph-mon[107477]: pgmap v1195: 89 pgs: 89 active+clean; 7.6 GiB data, 24 GiB used, 602 GiB / 626 GiB avail; 64 MiB/s wr, 1.03k op/s 2024-09-13T14:40:56.203 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:56 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2758512159' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 5, "weight": 1.0}]': finished 2024-09-13T14:40:56.203 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:56 smithi071 ceph-mon[107477]: osdmap e1109: 8 total, 8 up, 7 in 2024-09-13T14:40:56.203 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:56 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:40:56.204 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:56 smithi071 ceph-mon[112785]: pgmap v1195: 89 pgs: 89 active+clean; 7.6 GiB data, 24 GiB used, 602 GiB / 626 GiB avail; 64 MiB/s wr, 1.03k op/s 2024-09-13T14:40:56.204 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:56 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2758512159' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 5, "weight": 1.0}]': finished 2024-09-13T14:40:56.204 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:56 smithi071 ceph-mon[112785]: osdmap e1109: 8 total, 8 up, 7 in 2024-09-13T14:40:56.204 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:56 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:40:56.212 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:56.253 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:56.254 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:56.255 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:56.355 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:56.393 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:56.394 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:56.395 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:56.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:56 smithi104 ceph-mon[105578]: pgmap v1195: 89 pgs: 89 active+clean; 7.6 GiB data, 24 GiB used, 602 GiB / 626 GiB avail; 64 MiB/s wr, 1.03k op/s 2024-09-13T14:40:56.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:56 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2758512159' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 5, "weight": 1.0}]': finished 2024-09-13T14:40:56.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:56 smithi104 ceph-mon[105578]: osdmap e1109: 8 total, 8 up, 7 in 2024-09-13T14:40:56.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:56 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:40:56.496 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:40:56.528 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:56.529 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:56.530 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:40:56.631 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:40:56.666 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 87 16 129451 129435 92.9724 51.875 0.016281 0.010751 2024-09-13T14:40:56.667 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:56.667 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:56.667 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:40:56.705 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:40:56.705 INFO:teuthology.orchestra.run.smithi071.stdout: "ops": [], 2024-09-13T14:40:56.705 INFO:teuthology.orchestra.run.smithi071.stdout: "complaint_time": 30, 2024-09-13T14:40:56.705 INFO:teuthology.orchestra.run.smithi071.stdout: "num_blocked_ops": 0 2024-09-13T14:40:56.705 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:40:56.768 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:40:56.807 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:56.808 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:56.808 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:40:56.909 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:40:56.972 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:56.972 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:56.973 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:40:57.073 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:40:57.101 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:57.102 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:57.102 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:40:57.203 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:40:57.249 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:57.249 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:57.250 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:40:57.351 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:40:57.376 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:57.376 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:57.377 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:40:57.478 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:40:57.508 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:57.509 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:57.509 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:40:57.610 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:40:57.648 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:57.649 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:57.649 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:40:57.666 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 88 16 130333 130317 92.542 55.125 0.029725 0.0108008 2024-09-13T14:40:57.666 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:40:57.750 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:40:57.780 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:57.780 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:57.781 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:40:57.882 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:40:57.907 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:57.908 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:57.908 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:40:58.009 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:40:58.073 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:58.073 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:58.073 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:40:58.171 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.3 dump_historic_ops 2024-09-13T14:40:58.174 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:40:58.190 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:40:58.217 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:58.217 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:58.217 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:40:58.318 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:40:58.326 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:40:58 smithi071 ceph-mon[107477]: pgmap v1197: 89 pgs: 89 active+clean; 7.8 GiB data, 24 GiB used, 602 GiB / 626 GiB avail; 71 MiB/s wr, 1.14k op/s 2024-09-13T14:40:58.327 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:40:58 smithi071 ceph-mon[112785]: pgmap v1197: 89 pgs: 89 active+clean; 7.8 GiB data, 24 GiB used, 602 GiB / 626 GiB avail; 71 MiB/s wr, 1.14k op/s 2024-09-13T14:40:58.349 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:58.350 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:58.350 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:40:58.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:40:58 smithi104 ceph-mon[105578]: pgmap v1197: 89 pgs: 89 active+clean; 7.8 GiB data, 24 GiB used, 602 GiB / 626 GiB avail; 71 MiB/s wr, 1.14k op/s 2024-09-13T14:40:58.451 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:40:58.507 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:58.508 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:58.509 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:40:58.609 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:40:58.656 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:58.657 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:58.657 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:40:58.666 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 89 16 131153 131137 92.0776 51.25 0.024942 0.0108553 2024-09-13T14:40:58.758 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:40:58.810 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:58.811 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:58.811 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:40:58.912 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:40:58.956 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:58.957 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:58.958 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:40:59.058 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:40:59.101 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:59.102 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:59.102 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:40:59.203 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:40:59.256 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:59.257 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:59.257 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:40:59.358 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:40:59.395 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:40:59.395 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:59.396 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:40:59.496 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:40:59.525 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:59.526 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:59.526 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:40:59.627 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:40:59.653 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:59.654 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:59.654 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:40:59.666 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Total time run: 90.0105 2024-09-13T14:40:59.666 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Total writes made: 131991 2024-09-13T14:40:59.666 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Write size: 65536 2024-09-13T14:40:59.667 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Object size: 65536 2024-09-13T14:40:59.667 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Bandwidth (MB/sec): 91.6497 2024-09-13T14:40:59.667 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Stddev Bandwidth: 42.0063 2024-09-13T14:40:59.667 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Max bandwidth (MB/sec): 238.562 2024-09-13T14:40:59.667 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Min bandwidth (MB/sec): 51.25 2024-09-13T14:40:59.667 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Average IOPS: 1466 2024-09-13T14:40:59.667 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Stddev IOPS: 672.101 2024-09-13T14:40:59.667 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Max IOPS: 3817 2024-09-13T14:40:59.667 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Min IOPS: 820 2024-09-13T14:40:59.667 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Average Latency(s): 0.010907 2024-09-13T14:40:59.667 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Stddev Latency(s): 0.00717037 2024-09-13T14:40:59.667 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Max latency(s): 0.126811 2024-09-13T14:40:59.667 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Min latency(s): 0.00112392 2024-09-13T14:40:59.671 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Cleaning up (deleting benchmark objects) 2024-09-13T14:40:59.698 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:40:59.755 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:40:59.792 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:59.793 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:59.794 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:40:59.894 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:40:59.918 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:40:59.919 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:40:59.919 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:41:00.020 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:41:00.048 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:00.049 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:00.049 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:41:00.103 INFO:teuthology.orchestra.run.smithi071.stderr:nodeep-scrub is unset 2024-09-13T14:41:00.150 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:00.185 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:00.186 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:00.186 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:00.287 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:00.316 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:00.316 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:00.317 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:00.339 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:00 smithi071 ceph-mon[107477]: pgmap v1198: 89 pgs: 89 active+clean; 7.8 GiB data, 24 GiB used, 601 GiB / 626 GiB avail; 60 MiB/s wr, 952 op/s 2024-09-13T14:41:00.339 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:00 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2816358652' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:41:00.339 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:00 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:41:00.339 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:00 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:41:00.339 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:00 smithi071 ceph-mon[112785]: pgmap v1198: 89 pgs: 89 active+clean; 7.8 GiB data, 24 GiB used, 601 GiB / 626 GiB avail; 60 MiB/s wr, 952 op/s 2024-09-13T14:41:00.339 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:00 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2816358652' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:41:00.339 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:00 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:41:00.339 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:00 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:41:00.418 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:41:00.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:00 smithi104 ceph-mon[105578]: pgmap v1198: 89 pgs: 89 active+clean; 7.8 GiB data, 24 GiB used, 601 GiB / 626 GiB avail; 60 MiB/s wr, 952 op/s 2024-09-13T14:41:00.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:00 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2816358652' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:41:00.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:00 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:41:00.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:00 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:41:00.453 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:00.454 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:00.454 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:41:00.555 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:41:00.591 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:00.591 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:00.592 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:41:00.693 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:41:00.731 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:00.732 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:00.732 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:41:00.833 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:41:00.862 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:00.863 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:00.863 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:41:00.964 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:41:01.008 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:01.008 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:01.008 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:41:01.112 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:01.142 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:01.143 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:01.143 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:01.244 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:41:01.283 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:01.284 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:01.284 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:41:01.340 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:01 smithi071 ceph-mon[107477]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T14:41:01.340 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:01 smithi071 ceph-mon[107477]: Cluster is now healthy 2024-09-13T14:41:01.340 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:01 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T14:41:01.340 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:01 smithi071 ceph-mon[107477]: osdmap e1110: 8 total, 8 up, 7 in 2024-09-13T14:41:01.340 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:01 smithi071 ceph-mon[112785]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T14:41:01.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:01 smithi071 ceph-mon[112785]: Cluster is now healthy 2024-09-13T14:41:01.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:01 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T14:41:01.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:01 smithi071 ceph-mon[112785]: osdmap e1110: 8 total, 8 up, 7 in 2024-09-13T14:41:01.384 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:41:01.412 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:01.412 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:01.413 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:41:01.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:01 smithi104 ceph-mon[105578]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T14:41:01.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:01 smithi104 ceph-mon[105578]: Cluster is now healthy 2024-09-13T14:41:01.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:01 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T14:41:01.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:01 smithi104 ceph-mon[105578]: osdmap e1110: 8 total, 8 up, 7 in 2024-09-13T14:41:01.514 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:41:01.539 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:01.540 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:01.540 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:41:01.641 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:41:01.664 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:01.665 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:01.665 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:41:01.766 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:41:01.802 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:01.802 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:01.803 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:41:01.903 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:41:01.942 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:01.943 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:01.943 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:41:02.044 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:41:02.077 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:02.077 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:02.078 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:41:02.179 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:41:02.215 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:02.216 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:02.216 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:41:02.317 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:41:02.355 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:02.355 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:02.356 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:41:02.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:02 smithi071 ceph-mon[107477]: pgmap v1200: 89 pgs: 89 active+clean; 7.9 GiB data, 24 GiB used, 601 GiB / 626 GiB avail; 46 MiB/s wr, 734 op/s 2024-09-13T14:41:02.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:02 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:41:02.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:02 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:41:02.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:02 smithi071 ceph-mon[112785]: pgmap v1200: 89 pgs: 89 active+clean; 7.9 GiB data, 24 GiB used, 601 GiB / 626 GiB avail; 46 MiB/s wr, 734 op/s 2024-09-13T14:41:02.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:02 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:41:02.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:02 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:41:02.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:02 smithi104 ceph-mon[105578]: pgmap v1200: 89 pgs: 89 active+clean; 7.9 GiB data, 24 GiB used, 601 GiB / 626 GiB avail; 46 MiB/s wr, 734 op/s 2024-09-13T14:41:02.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:02 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:41:02.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:02 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:41:02.457 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:02.503 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:02.503 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:02.503 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:02.604 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:41:02.637 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:02.637 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:02.637 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:41:02.738 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:41:02.776 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:02.777 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:02.777 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:41:02.878 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:41:02.911 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:02.912 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:02.912 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:41:03.013 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:03.043 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:03.043 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:03.044 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:03.140 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:41:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:41:02] "GET /metrics HTTP/1.1" 200 36470 "" "Prometheus/2.51.0" 2024-09-13T14:41:03.145 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:41:03.172 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:03.173 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:03.173 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:41:03.274 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:41:03.314 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:03.315 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:03.315 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:41:03.416 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:41:03.451 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:03.452 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:03.452 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:41:03.553 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:41:03.588 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:03.588 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:03.589 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:41:03.689 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:03.716 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:03.717 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:03.717 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:03.818 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:41:03.857 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:03.857 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:03.858 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:41:03.958 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:41:04.006 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:04.007 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:04.007 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:41:04.108 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:41:04.143 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:04.143 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:04.144 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:41:04.215 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:04 smithi071 ceph-mon[107477]: pgmap v1201: 89 pgs: 89 active+clean; 8.0 GiB data, 25 GiB used, 601 GiB / 626 GiB avail; 127 B/s rd, 57 MiB/s wr, 982 op/s 2024-09-13T14:41:04.215 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:04 smithi071 ceph-mon[112785]: pgmap v1201: 89 pgs: 89 active+clean; 8.0 GiB data, 25 GiB used, 601 GiB / 626 GiB avail; 127 B/s rd, 57 MiB/s wr, 982 op/s 2024-09-13T14:41:04.245 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:41:04.290 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:04.291 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:04.291 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:41:04.392 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:41:04.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:04 smithi104 ceph-mon[105578]: pgmap v1201: 89 pgs: 89 active+clean; 8.0 GiB data, 25 GiB used, 601 GiB / 626 GiB avail; 127 B/s rd, 57 MiB/s wr, 982 op/s 2024-09-13T14:41:04.424 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:04.425 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:04.425 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:41:04.526 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:41:04.563 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:04.564 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:04.564 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:41:04.665 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:41:04.695 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:04.695 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:04.696 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:41:04.796 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:41:04.829 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:04.830 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:04.830 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:41:04.931 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:41:04.971 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:04.972 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:04.972 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:41:05.073 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:41:05.099 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:05.099 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:05.100 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:41:05.139 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T14:41:05.139 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:41:05.201 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:41:05.228 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:05.228 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:05.229 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:41:05.329 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:41:05.363 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:05.364 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:05.364 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:41:05.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:05 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1053840417' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:41:05.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:05 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1053840417' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:41:05.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:05 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1053840417' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:41:05.466 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:41:05.508 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:05.508 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:05.509 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:41:05.551 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:41:05.551 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:41:05.551 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:41:05.551 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:41:05.551 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:41:05.551 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:41:05.552 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:41:05.552 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:41:05.552 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:41:05.552 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:41:05.552 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:41:05.552 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:41:05.552 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T14:41:05.553 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:41:05.553 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T14:41:05.553 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:41:05.609 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:41:05.636 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:05.637 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:05.637 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:41:05.738 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:41:05.780 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:05.781 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:05.781 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:41:05.882 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:05.910 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:05.910 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:05.910 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:06.011 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:06.043 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:06.043 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:06.044 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:06.144 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:41:06.184 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:06.184 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:06.185 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:41:06.286 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:41:06.315 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:06.316 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:06.316 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:41:06.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:06 smithi071 ceph-mon[107477]: pgmap v1202: 89 pgs: 89 active+clean; 8.0 GiB data, 25 GiB used, 601 GiB / 626 GiB avail; 109 B/s rd, 50 MiB/s wr, 963 op/s 2024-09-13T14:41:06.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:06 smithi071 ceph-mon[112785]: pgmap v1202: 89 pgs: 89 active+clean; 8.0 GiB data, 25 GiB used, 601 GiB / 626 GiB avail; 109 B/s rd, 50 MiB/s wr, 963 op/s 2024-09-13T14:41:06.417 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:41:06.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:06 smithi104 ceph-mon[105578]: pgmap v1202: 89 pgs: 89 active+clean; 8.0 GiB data, 25 GiB used, 601 GiB / 626 GiB avail; 109 B/s rd, 50 MiB/s wr, 963 op/s 2024-09-13T14:41:06.462 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:06.463 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:06.463 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:41:06.564 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:41:06.594 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:06.594 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:06.595 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:41:06.695 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:06.725 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:06.725 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:06.726 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:06.787 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd set noscrub 2024-09-13T14:41:06.826 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:41:06.873 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:06.873 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:06.873 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:41:06.974 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:41:07.012 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:07.013 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:07.013 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:41:07.114 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:41:07.146 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:07.147 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:07.147 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:41:07.248 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:07.275 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:07.275 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:07.276 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:07.377 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:41:07.401 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:07.402 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:07.402 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:41:07.503 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:41:07.549 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:07.550 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:07.550 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:41:07.651 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:41:07.679 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:07.680 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:07.680 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:41:07.781 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:41:07.813 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:07.813 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:07.814 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:41:07.915 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:41:07.944 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:07.945 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:07.945 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:41:08.046 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:41:08.077 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:08.078 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:08.078 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:41:08.179 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:08.206 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:08.206 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:08.207 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:08.308 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:41:08.350 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:08.351 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:08.351 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:41:08.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:08 smithi071 ceph-mon[107477]: pgmap v1203: 89 pgs: 89 active+clean; 7.8 GiB data, 24 GiB used, 602 GiB / 626 GiB avail; 102 B/s rd, 25 MiB/s wr, 889 op/s 2024-09-13T14:41:08.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:08 smithi071 ceph-mon[112785]: pgmap v1203: 89 pgs: 89 active+clean; 7.8 GiB data, 24 GiB used, 602 GiB / 626 GiB avail; 102 B/s rd, 25 MiB/s wr, 889 op/s 2024-09-13T14:41:08.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:08 smithi104 ceph-mon[105578]: pgmap v1203: 89 pgs: 89 active+clean; 7.8 GiB data, 24 GiB used, 602 GiB / 626 GiB avail; 102 B/s rd, 25 MiB/s wr, 889 op/s 2024-09-13T14:41:08.452 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:41:08.482 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:08.483 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:08.484 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:41:08.562 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.4 dump_ops_in_flight 2024-09-13T14:41:08.585 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:41:08.655 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:08.655 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:08.656 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:41:08.756 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:41:08.810 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:08.811 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:08.811 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:41:08.912 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:41:08.916 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:41:08.924 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:41:08.953 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:08.953 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:08.954 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:41:09.054 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:41:09.110 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:09.110 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:09.110 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:41:09.211 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:41:09.249 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:09.249 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:09.250 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:41:09.350 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:41:09.374 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:09.375 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:09.375 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:41:09.476 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:41:09.512 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:09.513 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:09.513 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:41:09.614 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:41:09.650 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:09.650 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:09.650 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:41:09.751 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:41:09.794 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:09.795 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:09.795 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:41:09.813 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=true 2024-09-13T14:41:09.896 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:41:09.933 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:09.934 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:09.934 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:41:10.035 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:41:10.063 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:10.064 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:10.065 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:41:10.145 INFO:teuthology.orchestra.run.smithi071.stderr:reweighted osd.6 to 1 (10000) 2024-09-13T14:41:10.165 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:41:10.211 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:10.212 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:10.212 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:41:10.313 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:41:10.343 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:10.344 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:10.344 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:41:10.383 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:10 smithi071 ceph-mon[107477]: pgmap v1204: 89 pgs: 89 active+clean; 7.7 GiB data, 24 GiB used, 602 GiB / 626 GiB avail; 102 B/s rd, 21 MiB/s wr, 895 op/s 2024-09-13T14:41:10.383 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:10 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2177196580' entity='client.admin' cmd={"prefix": "osd reweight", "id": 6, "weight": 1.0} : dispatch 2024-09-13T14:41:10.383 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:10 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd reweight", "id": 6, "weight": 1.0} : dispatch 2024-09-13T14:41:10.383 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:10 smithi071 ceph-mon[112785]: pgmap v1204: 89 pgs: 89 active+clean; 7.7 GiB data, 24 GiB used, 602 GiB / 626 GiB avail; 102 B/s rd, 21 MiB/s wr, 895 op/s 2024-09-13T14:41:10.383 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:10 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2177196580' entity='client.admin' cmd={"prefix": "osd reweight", "id": 6, "weight": 1.0} : dispatch 2024-09-13T14:41:10.384 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:10 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd reweight", "id": 6, "weight": 1.0} : dispatch 2024-09-13T14:41:10.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:10 smithi104 ceph-mon[105578]: pgmap v1204: 89 pgs: 89 active+clean; 7.7 GiB data, 24 GiB used, 602 GiB / 626 GiB avail; 102 B/s rd, 21 MiB/s wr, 895 op/s 2024-09-13T14:41:10.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:10 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2177196580' entity='client.admin' cmd={"prefix": "osd reweight", "id": 6, "weight": 1.0} : dispatch 2024-09-13T14:41:10.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:10 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd reweight", "id": 6, "weight": 1.0} : dispatch 2024-09-13T14:41:10.446 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:41:10.475 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:10.476 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:10.476 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:41:10.577 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:10.611 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:10.611 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:10.611 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:10.712 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:41:10.753 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:10.753 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:10.753 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:41:10.854 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:41:10.880 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:10.881 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:10.881 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:41:10.983 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:41:11.010 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:11.010 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:11.011 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:41:11.066 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd reweight 7 1 2024-09-13T14:41:11.111 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:11.157 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:11.160 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:11.161 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:11.261 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:41:11.295 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:11.296 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:11.296 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:41:11.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:11 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 6, "weight": 1.0}]': finished 2024-09-13T14:41:11.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:11 smithi071 ceph-mon[107477]: osdmap e1111: 8 total, 8 up, 7 in 2024-09-13T14:41:11.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:11 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 6, "weight": 1.0}]': finished 2024-09-13T14:41:11.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:11 smithi071 ceph-mon[112785]: osdmap e1111: 8 total, 8 up, 7 in 2024-09-13T14:41:11.397 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:41:11.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:11 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 6, "weight": 1.0}]': finished 2024-09-13T14:41:11.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:11 smithi104 ceph-mon[105578]: osdmap e1111: 8 total, 8 up, 7 in 2024-09-13T14:41:11.443 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:11.444 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:11.444 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:41:11.545 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:41:11.581 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:11.582 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:11.582 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:41:11.683 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:41:11.707 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:11.707 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:11.708 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:41:11.809 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:41:11.846 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:11.847 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:11.847 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:41:11.948 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:41:11.985 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:11.986 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:11.986 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:41:12.087 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:41:12.122 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:12.123 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:12.123 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:41:12.166 INFO:teuthology.orchestra.run.smithi071.stderr:noscrub is set 2024-09-13T14:41:12.224 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:41:12.244 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:12.245 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:12.245 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:41:12.261 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:12 smithi071 ceph-mon[107477]: pgmap v1206: 89 pgs: 89 active+clean; 7.7 GiB data, 24 GiB used, 602 GiB / 626 GiB avail; 102 B/s rd, 18 MiB/s wr, 899 op/s 2024-09-13T14:41:12.261 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:12 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3557026633' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:41:12.262 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:12 smithi071 ceph-mon[112785]: pgmap v1206: 89 pgs: 89 active+clean; 7.7 GiB data, 24 GiB used, 602 GiB / 626 GiB avail; 102 B/s rd, 18 MiB/s wr, 899 op/s 2024-09-13T14:41:12.262 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:12 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3557026633' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:41:12.346 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:41:12.383 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:12.384 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:12.384 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:41:12.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:12 smithi104 ceph-mon[105578]: pgmap v1206: 89 pgs: 89 active+clean; 7.7 GiB data, 24 GiB used, 602 GiB / 626 GiB avail; 102 B/s rd, 18 MiB/s wr, 899 op/s 2024-09-13T14:41:12.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:12 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3557026633' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:41:12.485 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:41:12.524 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:12.524 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:12.525 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:41:12.625 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:41:12.669 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:12.669 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:12.669 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:41:12.770 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:41:12.819 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:12.822 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:12.822 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:41:12.923 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:41:12.961 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:12.962 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:12.962 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:41:13.027 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:41:12 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:41:12] "GET /metrics HTTP/1.1" 200 36470 "" "Prometheus/2.51.0" 2024-09-13T14:41:13.063 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:13.088 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:13.088 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:13.089 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:13.150 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:41:13.154 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:41:13.190 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:41:13.234 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:13.235 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:13.235 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:41:13.282 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:13 smithi071 ceph-mon[107477]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:41:13.282 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:13 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3557026633' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T14:41:13.282 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:13 smithi071 ceph-mon[107477]: osdmap e1112: 8 total, 8 up, 7 in 2024-09-13T14:41:13.282 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:13 smithi071 ceph-mon[112785]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:41:13.282 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:13 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3557026633' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T14:41:13.282 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:13 smithi071 ceph-mon[112785]: osdmap e1112: 8 total, 8 up, 7 in 2024-09-13T14:41:13.336 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:41:13.357 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:13 smithi104 ceph-mon[105578]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:41:13.357 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:13 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3557026633' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T14:41:13.357 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:13 smithi104 ceph-mon[105578]: osdmap e1112: 8 total, 8 up, 7 in 2024-09-13T14:41:13.384 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:13.389 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:13.389 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:41:13.490 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:41:13.525 INFO:teuthology.orchestra.run.smithi104.stdout:ERROR: (22) Invalid argument 2024-09-13T14:41:13.525 INFO:teuthology.orchestra.run.smithi104.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:41:13.527 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:13.528 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:13.528 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:41:13.629 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:41:13.668 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:13.669 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:13.669 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:41:13.770 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:41:13.797 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:13.798 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:13.798 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:41:13.899 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:41:13.924 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:13.925 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:13.925 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:41:14.026 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:41:14.069 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:14.070 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:14.071 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:41:14.172 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:41:14.207 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:14.207 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:14.208 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:41:14.255 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.4 dump_blocked_ops 2024-09-13T14:41:14.309 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:41:14.351 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:14.352 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:14.352 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:41:14.453 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:14.478 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:14.478 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:14.479 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:14.487 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:14 smithi071 ceph-mon[107477]: pgmap v1208: 89 pgs: 89 active+clean; 7.5 GiB data, 23 GiB used, 602 GiB / 626 GiB avail; 0 B/s wr, 1.01k op/s 2024-09-13T14:41:14.488 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:14 smithi071 ceph-mon[112785]: pgmap v1208: 89 pgs: 89 active+clean; 7.5 GiB data, 23 GiB used, 602 GiB / 626 GiB avail; 0 B/s wr, 1.01k op/s 2024-09-13T14:41:14.579 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:14.607 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:14.609 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:14.609 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:14.622 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:41:14.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:14 smithi104 ceph-mon[105578]: pgmap v1208: 89 pgs: 89 active+clean; 7.5 GiB data, 23 GiB used, 602 GiB / 626 GiB avail; 0 B/s wr, 1.01k op/s 2024-09-13T14:41:14.710 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:41:14.756 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:14.757 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:14.757 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:41:14.858 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:41:14.895 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:14.896 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:14.896 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:41:14.997 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:41:15.039 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:15.039 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:15.040 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:41:15.057 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd set nodeep-scrub 2024-09-13T14:41:15.140 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:41:15.175 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:15.175 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:15.175 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:41:15.276 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:41:15.302 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:15.302 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:15.303 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:41:15.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:15 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:41:15.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:15 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:41:15.404 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:41:15.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:15 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:41:15.429 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:15.430 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:15.430 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:41:15.531 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:41:15.565 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:15.565 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:15.566 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:41:15.667 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:15.699 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:15.700 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:15.700 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:15.801 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:41:15.834 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:15.835 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:15.836 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:41:15.936 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:41:15.970 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:15.971 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:15.971 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:41:16.072 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:41:16.099 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:16.099 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:16.100 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:41:16.200 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:41:16.205 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:16 smithi104 ceph-mon[105578]: pgmap v1209: 89 pgs: 89 active+clean; 7.4 GiB data, 23 GiB used, 603 GiB / 626 GiB avail; 0 B/s wr, 709 op/s 2024-09-13T14:41:16.239 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:16.239 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:16.240 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:41:16.341 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:41:16.367 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:16.368 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:16.368 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:41:16.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:16 smithi071 ceph-mon[107477]: pgmap v1209: 89 pgs: 89 active+clean; 7.4 GiB data, 23 GiB used, 603 GiB / 626 GiB avail; 0 B/s wr, 709 op/s 2024-09-13T14:41:16.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:16 smithi071 ceph-mon[112785]: pgmap v1209: 89 pgs: 89 active+clean; 7.4 GiB data, 23 GiB used, 603 GiB / 626 GiB avail; 0 B/s wr, 709 op/s 2024-09-13T14:41:16.469 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:41:16.522 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:16.522 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:16.523 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:41:16.623 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:41:16.627 INFO:teuthology.orchestra.run.smithi104.stdout:ERROR: (22) Invalid argument 2024-09-13T14:41:16.627 INFO:teuthology.orchestra.run.smithi104.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:41:16.648 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:16.649 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:16.649 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:41:16.750 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:16.777 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:16.777 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:16.778 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:16.878 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:41:16.908 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:16.908 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:16.909 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:41:17.010 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:41:17.046 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:17.047 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:17.047 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:41:17.149 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:41:17.180 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:17.181 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:17.181 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:41:17.276 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:17 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/512453271' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:41:17.276 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:17 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/512453271' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:41:17.282 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:41:17.301 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:17 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/512453271' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:41:17.333 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:17.334 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:17.334 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:41:17.337 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.4 dump_historic_ops 2024-09-13T14:41:17.369 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:41:17.370 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:41:17.370 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:41:17.370 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:41:17.370 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:41:17.370 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:41:17.370 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T14:41:17.370 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:41:17.370 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:41:17.370 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:41:17.371 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:41:17.371 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:41:17.371 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:41:17.371 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:41:17.371 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T14:41:17.371 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:41:17.435 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:41:17.460 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:17.461 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:17.461 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:41:17.562 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:41:17.590 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:17.591 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:17.591 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:41:17.692 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:41:17.721 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:17.722 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:17.722 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:41:17.727 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:41:17.823 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:41:17.868 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:17.869 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:17.869 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:41:17.970 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:41:18.011 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:18.011 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:18.012 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:41:18.112 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:41:18.144 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:18.145 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:18.145 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:41:18.245 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:41:18.274 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:18.275 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:18.275 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:41:18.376 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:41:18.418 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:18.418 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:18.419 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:41:18.453 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:18 smithi071 ceph-mon[107477]: pgmap v1210: 89 pgs: 89 active+clean; 7.2 GiB data, 23 GiB used, 603 GiB / 626 GiB avail; 0 B/s wr, 1.02k op/s 2024-09-13T14:41:18.453 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:18 smithi071 ceph-mon[112785]: pgmap v1210: 89 pgs: 89 active+clean; 7.2 GiB data, 23 GiB used, 603 GiB / 626 GiB avail; 0 B/s wr, 1.02k op/s 2024-09-13T14:41:18.482 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:18 smithi104 ceph-mon[105578]: pgmap v1210: 89 pgs: 89 active+clean; 7.2 GiB data, 23 GiB used, 603 GiB / 626 GiB avail; 0 B/s wr, 1.02k op/s 2024-09-13T14:41:18.520 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:41:18.563 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:18.563 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:18.564 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:41:18.665 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:41:18.704 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:18.705 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:18.705 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:41:18.806 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:18.833 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:18.834 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:18.834 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:18.935 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:41:18.977 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:18.977 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:18.978 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:41:19.079 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:41:19.112 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:19.113 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:19.113 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:41:19.131 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:41:19.214 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:41:19.230 INFO:teuthology.orchestra.run.smithi071.stderr:reweighted osd.7 to 1 (10000) 2024-09-13T14:41:19.258 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:19.259 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:19.259 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:41:19.360 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:41:19.397 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:19.398 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:19.398 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:41:19.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:19 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/759531092' entity='client.admin' cmd={"prefix": "osd reweight", "id": 7, "weight": 1.0} : dispatch 2024-09-13T14:41:19.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:19 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:41:19.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:19 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:41:19.481 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:19 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/759531092' entity='client.admin' cmd={"prefix": "osd reweight", "id": 7, "weight": 1.0} : dispatch 2024-09-13T14:41:19.481 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:19 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:41:19.481 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:19 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:41:19.481 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:19 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/759531092' entity='client.admin' cmd={"prefix": "osd reweight", "id": 7, "weight": 1.0} : dispatch 2024-09-13T14:41:19.481 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:19 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:41:19.482 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:19 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:41:19.499 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:19.534 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:19.534 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:19.534 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:19.635 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:41:19.678 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:19.679 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:19.679 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:41:19.780 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:41:19.807 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:19.807 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:19.808 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:41:19.908 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:41:19.933 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:19.934 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:19.934 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:41:20.035 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:41:20.081 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:20.081 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:20.082 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:41:20.102 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2024-09-13T14:41:20.102 INFO:teuthology.orchestra.run.smithi104.stdout: "size": 20, 2024-09-13T14:41:20.102 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 600, 2024-09-13T14:41:20.102 INFO:teuthology.orchestra.run.smithi104.stdout: "ops": [ 2024-09-13T14:41:20.102 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.102 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:22669 6.e 6:7c91d378:::benchmark_data_smithi071_156503_object22668:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1096)", 2024-09-13T14:41:20.102 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:39:36.441669+0000", 2024-09-13T14:41:20.103 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 103.655393945, 2024-09-13T14:41:20.103 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.053379318000000002, 2024-09-13T14:41:20.103 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:41:20.103 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:41:20.103 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:41:20.103 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:41:20.103 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:41:20.103 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 22669 2024-09-13T14:41:20.103 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.103 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:41:20.103 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.103 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:41:20.103 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:36.441669+0000", 2024-09-13T14:41:20.104 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:20.104 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.104 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.104 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:41:20.104 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:36.441669+0000", 2024-09-13T14:41:20.104 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:20.104 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.104 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.104 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:41:20.104 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:36.441668+0000", 2024-09-13T14:41:20.104 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T14:41:20.104 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.105 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.105 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:41:20.105 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:36.441721+0000", 2024-09-13T14:41:20.105 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.3111e-05 2024-09-13T14:41:20.105 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.105 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.105 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:41:20.105 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:36.441728+0000", 2024-09-13T14:41:20.105 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.1339999999999998e-06 2024-09-13T14:41:20.105 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.105 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.105 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:41:20.105 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:36.441734+0000", 2024-09-13T14:41:20.106 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.3600000000000004e-06 2024-09-13T14:41:20.106 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.106 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.106 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:41:20.106 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:36.444528+0000", 2024-09-13T14:41:20.106 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0027941530000000002 2024-09-13T14:41:20.106 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.106 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.106 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:41:20.106 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:36.444640+0000", 2024-09-13T14:41:20.107 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000112435 2024-09-13T14:41:20.107 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.107 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.107 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,2", 2024-09-13T14:41:20.107 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:36.444772+0000", 2024-09-13T14:41:20.107 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000132063 2024-09-13T14:41:20.107 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.107 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.107 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:41:20.107 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:36.446258+0000", 2024-09-13T14:41:20.107 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001485955 2024-09-13T14:41:20.107 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.107 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.108 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:41:20.108 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:36.488972+0000", 2024-09-13T14:41:20.108 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.04271399 2024-09-13T14:41:20.108 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.108 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.108 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:41:20.108 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:36.494926+0000", 2024-09-13T14:41:20.108 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0059535430000000004 2024-09-13T14:41:20.108 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.108 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.108 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:41:20.108 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:36.495008+0000", 2024-09-13T14:41:20.108 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.1799999999999996e-05 2024-09-13T14:41:20.109 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.109 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.109 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:41:20.109 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:36.495048+0000", 2024-09-13T14:41:20.109 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.0410000000000001e-05 2024-09-13T14:41:20.109 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:20.109 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:41:20.109 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:20.109 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.109 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.109 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:31000 6.e 6:7c636ff0:::benchmark_data_smithi071_156503_object30999:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1096)", 2024-09-13T14:41:20.109 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:39:39.901602+0000", 2024-09-13T14:41:20.109 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 100.19546078800001, 2024-09-13T14:41:20.110 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.12551852899999999, 2024-09-13T14:41:20.110 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:41:20.110 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:41:20.110 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:41:20.110 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:41:20.110 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:41:20.110 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 31000 2024-09-13T14:41:20.110 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.110 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:41:20.110 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.110 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:41:20.110 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:39.901602+0000", 2024-09-13T14:41:20.110 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:20.110 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.111 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.111 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:41:20.111 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:39.901602+0000", 2024-09-13T14:41:20.111 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:20.111 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.111 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.111 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:41:20.111 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:39.901600+0000", 2024-09-13T14:41:20.111 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999981 2024-09-13T14:41:20.111 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.111 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.111 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:41:20.111 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:39.901646+0000", 2024-09-13T14:41:20.111 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.5617e-05 2024-09-13T14:41:20.112 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.112 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.112 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:41:20.112 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:39.901666+0000", 2024-09-13T14:41:20.112 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.0798999999999999e-05 2024-09-13T14:41:20.112 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.112 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.112 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:41:20.112 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:39.901676+0000", 2024-09-13T14:41:20.112 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.3440000000000007e-06 2024-09-13T14:41:20.112 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.112 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.112 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:41:20.112 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:39.901734+0000", 2024-09-13T14:41:20.112 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.8625999999999997e-05 2024-09-13T14:41:20.113 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.113 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.113 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:41:20.113 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:39.901858+0000", 2024-09-13T14:41:20.113 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000123769 2024-09-13T14:41:20.113 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.113 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.113 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,2", 2024-09-13T14:41:20.113 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:39.902007+0000", 2024-09-13T14:41:20.113 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00014848899999999999 2024-09-13T14:41:20.113 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.113 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.113 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:41:20.113 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:39.903436+0000", 2024-09-13T14:41:20.114 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001429282 2024-09-13T14:41:20.114 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.114 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.114 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:41:20.114 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:39.904422+0000", 2024-09-13T14:41:20.115 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00098581499999999991 2024-09-13T14:41:20.115 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.115 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.115 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:41:20.115 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:40.026765+0000", 2024-09-13T14:41:20.115 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.122342985 2024-09-13T14:41:20.115 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.115 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.115 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:41:20.115 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:40.027026+0000", 2024-09-13T14:41:20.115 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00026167900000000001 2024-09-13T14:41:20.115 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.116 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.116 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:41:20.116 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:40.027120+0000", 2024-09-13T14:41:20.116 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.4016000000000002e-05 2024-09-13T14:41:20.116 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:20.116 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:41:20.116 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:20.116 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.116 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.116 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:31355 6.2 6:4c59df30:::benchmark_data_smithi071_156503_object31354:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1096)", 2024-09-13T14:41:20.116 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:39:40.163594+0000", 2024-09-13T14:41:20.116 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 99.933468669999996, 2024-09-13T14:41:20.116 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.090189757999999995, 2024-09-13T14:41:20.117 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:41:20.117 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:41:20.117 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:41:20.117 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:41:20.117 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:41:20.117 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 31355 2024-09-13T14:41:20.117 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.117 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:41:20.117 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.117 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:41:20.117 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:40.163594+0000", 2024-09-13T14:41:20.117 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:20.118 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.118 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.118 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:41:20.118 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:40.163594+0000", 2024-09-13T14:41:20.118 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:20.118 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.118 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.118 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:41:20.118 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:40.163593+0000", 2024-09-13T14:41:20.118 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:41:20.118 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.118 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.118 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:41:20.118 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:40.163669+0000", 2024-09-13T14:41:20.119 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.6085000000000001e-05 2024-09-13T14:41:20.119 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.119 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.119 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:41:20.119 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:40.163680+0000", 2024-09-13T14:41:20.119 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0864e-05 2024-09-13T14:41:20.119 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.119 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.119 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:41:20.119 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:40.163692+0000", 2024-09-13T14:41:20.119 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1676e-05 2024-09-13T14:41:20.119 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.120 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.120 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:41:20.120 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:40.165114+0000", 2024-09-13T14:41:20.120 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001422665 2024-09-13T14:41:20.120 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.120 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.120 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:41:20.120 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:40.165280+0000", 2024-09-13T14:41:20.120 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000165489 2024-09-13T14:41:20.120 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.120 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.120 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 2,6", 2024-09-13T14:41:20.120 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:40.165402+0000", 2024-09-13T14:41:20.121 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00012233799999999999 2024-09-13T14:41:20.121 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.121 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.121 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:41:20.121 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:40.168874+0000", 2024-09-13T14:41:20.121 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0034717540000000001 2024-09-13T14:41:20.121 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.121 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.121 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:41:20.121 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:40.168937+0000", 2024-09-13T14:41:20.121 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.2704000000000001e-05 2024-09-13T14:41:20.121 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.121 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.121 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:41:20.122 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:40.253634+0000", 2024-09-13T14:41:20.122 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.084697379000000003 2024-09-13T14:41:20.122 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.122 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.122 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:41:20.122 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:40.253743+0000", 2024-09-13T14:41:20.122 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000109202 2024-09-13T14:41:20.122 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.122 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.122 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:41:20.123 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:40.253784+0000", 2024-09-13T14:41:20.123 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.0639000000000002e-05 2024-09-13T14:41:20.124 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:20.124 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:41:20.124 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:20.124 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.124 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.125 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:31361 6.e 6:77937646:::benchmark_data_smithi071_156503_object31360:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1096)", 2024-09-13T14:41:20.128 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:39:40.165967+0000", 2024-09-13T14:41:20.128 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 99.931095540000001, 2024-09-13T14:41:20.129 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.089605862999999994, 2024-09-13T14:41:20.129 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:41:20.129 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:41:20.129 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:41:20.129 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:41:20.129 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:41:20.130 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 31361 2024-09-13T14:41:20.130 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.130 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:41:20.130 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.130 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:41:20.130 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:40.165967+0000", 2024-09-13T14:41:20.130 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:20.131 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.131 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.131 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:41:20.131 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:40.165967+0000", 2024-09-13T14:41:20.131 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:20.131 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.131 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.132 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:41:20.132 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:40.165966+0000", 2024-09-13T14:41:20.132 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:41:20.132 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.132 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.132 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:41:20.132 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:40.166000+0000", 2024-09-13T14:41:20.133 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.4730000000000001e-05 2024-09-13T14:41:20.133 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.133 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.133 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:41:20.133 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:40.166013+0000", 2024-09-13T14:41:20.133 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2519e-05 2024-09-13T14:41:20.134 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.134 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.134 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:41:20.134 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:40.166020+0000", 2024-09-13T14:41:20.134 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.0570000000000004e-06 2024-09-13T14:41:20.134 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.135 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.135 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:41:20.135 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:40.166245+0000", 2024-09-13T14:41:20.135 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00022528399999999999 2024-09-13T14:41:20.135 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.135 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.135 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:41:20.136 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:40.166356+0000", 2024-09-13T14:41:20.136 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000110635 2024-09-13T14:41:20.136 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.136 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.136 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,2", 2024-09-13T14:41:20.136 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:40.166487+0000", 2024-09-13T14:41:20.136 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00013113099999999999 2024-09-13T14:41:20.137 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.137 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.137 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:41:20.137 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:40.168724+0000", 2024-09-13T14:41:20.137 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.002236596 2024-09-13T14:41:20.137 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.137 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.138 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:41:20.138 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:40.169049+0000", 2024-09-13T14:41:20.138 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00032567400000000003 2024-09-13T14:41:20.138 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.138 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.138 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:41:20.139 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:40.255482+0000", 2024-09-13T14:41:20.139 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.086432354000000003 2024-09-13T14:41:20.139 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.139 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.139 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:41:20.139 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:40.255527+0000", 2024-09-13T14:41:20.139 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.5723000000000003e-05 2024-09-13T14:41:20.140 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.140 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.140 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:41:20.140 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:40.255573+0000", 2024-09-13T14:41:20.140 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.5643999999999999e-05 2024-09-13T14:41:20.141 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:20.141 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:41:20.141 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:20.141 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.141 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.141 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:31712 6.e 6:7b996a91:::benchmark_data_smithi071_156503_object31711:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1096)", 2024-09-13T14:41:20.142 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:39:40.395161+0000", 2024-09-13T14:41:20.142 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 99.701901891000006, 2024-09-13T14:41:20.142 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.067585328, 2024-09-13T14:41:20.142 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:41:20.142 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:41:20.143 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:41:20.143 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:41:20.143 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:41:20.143 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 31712 2024-09-13T14:41:20.143 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.143 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:41:20.143 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.144 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:41:20.144 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:40.395161+0000", 2024-09-13T14:41:20.144 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:20.144 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.144 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.144 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:41:20.144 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:40.395161+0000", 2024-09-13T14:41:20.144 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:20.145 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.145 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.145 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:41:20.145 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:40.395159+0000", 2024-09-13T14:41:20.145 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:41:20.145 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.147 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.148 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:41:20.148 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:40.395245+0000", 2024-09-13T14:41:20.148 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.5550999999999995e-05 2024-09-13T14:41:20.148 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.148 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.149 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:41:20.149 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:40.395266+0000", 2024-09-13T14:41:20.149 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.1192e-05 2024-09-13T14:41:20.149 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.149 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.149 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:41:20.150 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:40.395273+0000", 2024-09-13T14:41:20.150 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.9709999999999998e-06 2024-09-13T14:41:20.150 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.150 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.150 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:41:20.150 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:40.395839+0000", 2024-09-13T14:41:20.151 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00056570100000000005 2024-09-13T14:41:20.151 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.151 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.151 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:41:20.151 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:40.395973+0000", 2024-09-13T14:41:20.151 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00013396799999999999 2024-09-13T14:41:20.152 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.152 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.152 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,2", 2024-09-13T14:41:20.152 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:40.396104+0000", 2024-09-13T14:41:20.152 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000131082 2024-09-13T14:41:20.153 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.153 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.153 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:41:20.153 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:40.398091+0000", 2024-09-13T14:41:20.153 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001987553 2024-09-13T14:41:20.153 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.154 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.154 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:41:20.154 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:40.398098+0000", 2024-09-13T14:41:20.154 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.3749999999999999e-06 2024-09-13T14:41:20.154 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.154 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.155 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:41:20.155 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:40.462655+0000", 2024-09-13T14:41:20.155 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.064557303999999996 2024-09-13T14:41:20.155 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.155 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.155 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:41:20.155 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:40.462708+0000", 2024-09-13T14:41:20.155 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.3019000000000002e-05 2024-09-13T14:41:20.155 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.155 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.156 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:41:20.156 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:40.462746+0000", 2024-09-13T14:41:20.156 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.8213000000000002e-05 2024-09-13T14:41:20.156 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:20.156 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:41:20.156 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:20.156 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.156 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.156 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:31727 6.2 6:4c190491:::benchmark_data_smithi071_156503_object31726:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1096)", 2024-09-13T14:41:20.156 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:39:40.401574+0000", 2024-09-13T14:41:20.156 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 99.695489198000004, 2024-09-13T14:41:20.156 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.062359311000000001, 2024-09-13T14:41:20.156 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:41:20.157 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:41:20.157 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:41:20.157 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:41:20.157 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:41:20.157 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 31727 2024-09-13T14:41:20.157 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.157 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:41:20.157 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.157 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:41:20.157 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:40.401574+0000", 2024-09-13T14:41:20.157 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:20.157 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.157 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.158 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:41:20.158 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:40.401574+0000", 2024-09-13T14:41:20.158 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:20.158 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.158 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.158 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:41:20.158 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:40.401572+0000", 2024-09-13T14:41:20.158 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:41:20.158 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.158 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.158 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:41:20.158 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:40.401633+0000", 2024-09-13T14:41:20.158 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.0653999999999999e-05 2024-09-13T14:41:20.158 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.159 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.159 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:41:20.159 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:40.401642+0000", 2024-09-13T14:41:20.159 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.3100000000000006e-06 2024-09-13T14:41:20.159 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.159 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.159 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:41:20.159 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:40.401649+0000", 2024-09-13T14:41:20.159 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.1800000000000001e-06 2024-09-13T14:41:20.159 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.159 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.159 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:41:20.159 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:40.401678+0000", 2024-09-13T14:41:20.160 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.9580000000000001e-05 2024-09-13T14:41:20.160 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.160 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.160 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:41:20.160 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:40.401755+0000", 2024-09-13T14:41:20.160 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.7155000000000002e-05 2024-09-13T14:41:20.160 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.160 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.160 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 2,6", 2024-09-13T14:41:20.160 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:40.401835+0000", 2024-09-13T14:41:20.160 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.0186999999999996e-05 2024-09-13T14:41:20.160 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.160 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.160 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:41:20.161 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:40.403078+0000", 2024-09-13T14:41:20.161 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0012429139999999999 2024-09-13T14:41:20.161 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.161 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.161 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:41:20.161 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:40.404180+0000", 2024-09-13T14:41:20.161 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001101734 2024-09-13T14:41:20.161 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.161 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.161 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:41:20.161 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:40.463799+0000", 2024-09-13T14:41:20.161 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.059618821000000002 2024-09-13T14:41:20.161 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.162 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.162 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:41:20.162 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:40.463891+0000", 2024-09-13T14:41:20.162 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.2275999999999995e-05 2024-09-13T14:41:20.162 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.162 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.162 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:41:20.162 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:40.463933+0000", 2024-09-13T14:41:20.162 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.1597999999999997e-05 2024-09-13T14:41:20.162 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:20.162 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:41:20.162 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:20.162 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.162 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.163 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:35699 6.6 6:64d15a4b:::benchmark_data_smithi071_156503_object35698:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1096)", 2024-09-13T14:41:20.163 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:39:42.320042+0000", 2024-09-13T14:41:20.163 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 97.777020594000007, 2024-09-13T14:41:20.163 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.061889302, 2024-09-13T14:41:20.163 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:41:20.163 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:41:20.163 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:41:20.163 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:41:20.163 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:41:20.163 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 35699 2024-09-13T14:41:20.163 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.163 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:41:20.163 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.163 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:41:20.164 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.320042+0000", 2024-09-13T14:41:20.164 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:20.164 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.164 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.164 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:41:20.164 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.320042+0000", 2024-09-13T14:41:20.164 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:20.164 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.164 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.164 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:41:20.164 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.320040+0000", 2024-09-13T14:41:20.164 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999976 2024-09-13T14:41:20.164 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.164 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.165 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:41:20.165 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.320074+0000", 2024-09-13T14:41:20.165 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.3779999999999998e-05 2024-09-13T14:41:20.165 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.165 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.165 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:41:20.165 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.320087+0000", 2024-09-13T14:41:20.165 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3346999999999999e-05 2024-09-13T14:41:20.165 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.166 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.166 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:41:20.166 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.320095+0000", 2024-09-13T14:41:20.166 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.5240000000000003e-06 2024-09-13T14:41:20.166 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.167 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.167 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:41:20.167 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.321590+0000", 2024-09-13T14:41:20.167 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001495094 2024-09-13T14:41:20.167 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.167 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.168 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:41:20.168 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.321707+0000", 2024-09-13T14:41:20.168 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000117509 2024-09-13T14:41:20.168 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.168 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.169 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 6,7", 2024-09-13T14:41:20.169 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.321844+0000", 2024-09-13T14:41:20.169 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000136973 2024-09-13T14:41:20.169 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.169 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.169 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:41:20.170 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.323665+0000", 2024-09-13T14:41:20.170 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0018211760000000001 2024-09-13T14:41:20.170 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.170 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.170 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:41:20.170 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.324757+0000", 2024-09-13T14:41:20.170 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001091201 2024-09-13T14:41:20.171 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.171 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.171 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:41:20.171 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.381850+0000", 2024-09-13T14:41:20.171 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.057093689000000003 2024-09-13T14:41:20.171 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.171 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.172 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:41:20.172 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.381893+0000", 2024-09-13T14:41:20.172 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.2636000000000003e-05 2024-09-13T14:41:20.172 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.172 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.172 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:41:20.172 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.381931+0000", 2024-09-13T14:41:20.173 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.8534000000000001e-05 2024-09-13T14:41:20.173 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:20.173 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:41:20.173 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:20.173 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.173 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.173 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:35708 6.2 6:4f1dfaa4:::benchmark_data_smithi071_156503_object35707:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1096)", 2024-09-13T14:41:20.173 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:39:42.323696+0000", 2024-09-13T14:41:20.173 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 97.773366440999993, 2024-09-13T14:41:20.173 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.057687154999999997, 2024-09-13T14:41:20.173 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:41:20.173 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:41:20.174 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:41:20.174 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:41:20.174 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:41:20.174 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 35708 2024-09-13T14:41:20.174 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.174 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:41:20.174 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.174 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:41:20.174 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.323696+0000", 2024-09-13T14:41:20.174 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:20.174 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.174 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.174 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:41:20.174 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.323696+0000", 2024-09-13T14:41:20.175 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:20.175 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.175 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.175 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:41:20.175 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.323695+0000", 2024-09-13T14:41:20.175 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999981 2024-09-13T14:41:20.175 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.175 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.175 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:41:20.175 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.323730+0000", 2024-09-13T14:41:20.175 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.5614999999999997e-05 2024-09-13T14:41:20.175 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.175 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.176 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:41:20.176 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.323741+0000", 2024-09-13T14:41:20.176 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1114999999999999e-05 2024-09-13T14:41:20.176 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.176 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.176 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:41:20.176 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.323748+0000", 2024-09-13T14:41:20.176 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.6259999999999997e-06 2024-09-13T14:41:20.176 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.176 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.176 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:41:20.176 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.323798+0000", 2024-09-13T14:41:20.176 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.9876000000000002e-05 2024-09-13T14:41:20.177 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.177 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.177 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:41:20.177 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.323971+0000", 2024-09-13T14:41:20.177 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00017294899999999999 2024-09-13T14:41:20.177 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.177 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.177 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 2,6", 2024-09-13T14:41:20.177 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.324131+0000", 2024-09-13T14:41:20.177 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00015998400000000001 2024-09-13T14:41:20.177 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.177 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.177 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:41:20.178 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.326885+0000", 2024-09-13T14:41:20.178 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.002753864 2024-09-13T14:41:20.178 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.178 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.178 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:41:20.178 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.326933+0000", 2024-09-13T14:41:20.178 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.7994000000000002e-05 2024-09-13T14:41:20.178 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.178 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.178 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:41:20.178 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.381251+0000", 2024-09-13T14:41:20.178 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.054318133999999997 2024-09-13T14:41:20.178 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.178 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.179 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:41:20.179 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.381344+0000", 2024-09-13T14:41:20.179 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.2944999999999999e-05 2024-09-13T14:41:20.179 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.179 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.179 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:41:20.179 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.381383+0000", 2024-09-13T14:41:20.179 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.9818999999999999e-05 2024-09-13T14:41:20.179 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:20.179 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:41:20.179 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:20.179 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.179 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.179 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:35709 6.2 6:44da3b65:::benchmark_data_smithi071_156503_object35708:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1096)", 2024-09-13T14:41:20.180 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:39:42.323764+0000", 2024-09-13T14:41:20.180 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 97.773299078999997, 2024-09-13T14:41:20.180 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.057737020999999999, 2024-09-13T14:41:20.180 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:41:20.180 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:41:20.180 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:41:20.180 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:41:20.180 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:41:20.180 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 35709 2024-09-13T14:41:20.180 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.180 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:41:20.180 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.180 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:41:20.180 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.323764+0000", 2024-09-13T14:41:20.181 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:20.181 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.181 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.181 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:41:20.181 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.323764+0000", 2024-09-13T14:41:20.181 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:20.181 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.181 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.181 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:41:20.181 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.323763+0000", 2024-09-13T14:41:20.181 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T14:41:20.181 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.181 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.181 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:41:20.182 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.323791+0000", 2024-09-13T14:41:20.182 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.8002000000000001e-05 2024-09-13T14:41:20.182 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.182 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.182 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:41:20.182 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.323798+0000", 2024-09-13T14:41:20.182 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.4540000000000004e-06 2024-09-13T14:41:20.182 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.182 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.182 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:41:20.182 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.323802+0000", 2024-09-13T14:41:20.182 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.6770000000000003e-06 2024-09-13T14:41:20.182 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.182 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.182 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:41:20.183 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.325404+0000", 2024-09-13T14:41:20.183 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001601877 2024-09-13T14:41:20.183 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.183 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.183 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:41:20.183 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.325516+0000", 2024-09-13T14:41:20.183 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00011226399999999999 2024-09-13T14:41:20.183 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.183 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.183 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 2,6", 2024-09-13T14:41:20.183 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.325646+0000", 2024-09-13T14:41:20.183 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00012941800000000001 2024-09-13T14:41:20.183 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.183 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.184 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:41:20.184 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.326922+0000", 2024-09-13T14:41:20.184 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0012764849999999999 2024-09-13T14:41:20.184 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.184 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.184 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:41:20.184 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.326938+0000", 2024-09-13T14:41:20.184 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.5580999999999999e-05 2024-09-13T14:41:20.184 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.184 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.184 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:41:20.184 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.381426+0000", 2024-09-13T14:41:20.184 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.054487612999999997 2024-09-13T14:41:20.185 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.185 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.185 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:41:20.185 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.381468+0000", 2024-09-13T14:41:20.185 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.2233e-05 2024-09-13T14:41:20.185 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.185 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.185 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:41:20.185 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.381501+0000", 2024-09-13T14:41:20.185 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.2909e-05 2024-09-13T14:41:20.185 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:20.185 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:41:20.185 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:20.186 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.186 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.186 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:35714 6.2 6:430f84d7:::benchmark_data_smithi071_156503_object35713:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1096)", 2024-09-13T14:41:20.186 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:39:42.327673+0000", 2024-09-13T14:41:20.186 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 97.769390044999994, 2024-09-13T14:41:20.186 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.05396513, 2024-09-13T14:41:20.186 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:41:20.186 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:41:20.186 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:41:20.186 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:41:20.187 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:41:20.187 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 35714 2024-09-13T14:41:20.187 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.187 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:41:20.187 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.187 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:41:20.187 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.327673+0000", 2024-09-13T14:41:20.187 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:20.187 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.187 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.187 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:41:20.187 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.327673+0000", 2024-09-13T14:41:20.187 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:20.188 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.188 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.188 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:41:20.188 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.327671+0000", 2024-09-13T14:41:20.188 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:41:20.188 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.188 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.188 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:41:20.188 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.327720+0000", 2024-09-13T14:41:20.188 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.8343000000000001e-05 2024-09-13T14:41:20.188 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.188 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.188 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:41:20.188 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.327731+0000", 2024-09-13T14:41:20.189 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1114999999999999e-05 2024-09-13T14:41:20.189 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.189 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.189 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:41:20.189 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.327738+0000", 2024-09-13T14:41:20.189 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.1189999999999999e-06 2024-09-13T14:41:20.189 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.189 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.189 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:41:20.189 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.327772+0000", 2024-09-13T14:41:20.189 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.4601000000000003e-05 2024-09-13T14:41:20.189 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.189 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.190 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:41:20.190 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.327854+0000", 2024-09-13T14:41:20.190 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.1390999999999994e-05 2024-09-13T14:41:20.190 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.190 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.190 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 2,6", 2024-09-13T14:41:20.190 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.328009+0000", 2024-09-13T14:41:20.190 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00015535899999999999 2024-09-13T14:41:20.190 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.190 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.190 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:41:20.190 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.328854+0000", 2024-09-13T14:41:20.190 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00084493000000000003 2024-09-13T14:41:20.190 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.191 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.191 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:41:20.191 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.329077+0000", 2024-09-13T14:41:20.191 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00022269 2024-09-13T14:41:20.191 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.191 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.191 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:41:20.191 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.381533+0000", 2024-09-13T14:41:20.191 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.052456442999999998 2024-09-13T14:41:20.191 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.191 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.191 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:41:20.191 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.381605+0000", 2024-09-13T14:41:20.192 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.1995000000000004e-05 2024-09-13T14:41:20.192 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.192 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.192 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:41:20.192 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.381638+0000", 2024-09-13T14:41:20.192 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.2521999999999998e-05 2024-09-13T14:41:20.192 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:20.192 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:41:20.192 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:20.192 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.192 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.192 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:35750 6.2 6:424c78a0:::benchmark_data_smithi071_156503_object35749:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1096)", 2024-09-13T14:41:20.192 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:39:42.394676+0000", 2024-09-13T14:41:20.192 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 97.702386847, 2024-09-13T14:41:20.193 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.077240031000000001, 2024-09-13T14:41:20.193 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:41:20.193 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:41:20.193 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:41:20.193 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:41:20.193 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:41:20.193 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 35750 2024-09-13T14:41:20.193 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.193 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:41:20.193 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.193 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:41:20.193 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.394676+0000", 2024-09-13T14:41:20.193 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:20.193 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.194 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.194 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:41:20.194 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.394676+0000", 2024-09-13T14:41:20.194 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:20.194 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.194 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.194 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:41:20.194 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.394674+0000", 2024-09-13T14:41:20.194 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:41:20.194 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.194 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.194 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:41:20.194 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.394755+0000", 2024-09-13T14:41:20.194 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.0710000000000005e-05 2024-09-13T14:41:20.195 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.195 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.195 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:41:20.195 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.394769+0000", 2024-09-13T14:41:20.195 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3451e-05 2024-09-13T14:41:20.195 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.195 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.195 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:41:20.195 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.394776+0000", 2024-09-13T14:41:20.195 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.4580000000000004e-06 2024-09-13T14:41:20.195 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.195 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.195 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:41:20.195 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.394811+0000", 2024-09-13T14:41:20.196 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.4570000000000003e-05 2024-09-13T14:41:20.196 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.196 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.196 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:41:20.196 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.394896+0000", 2024-09-13T14:41:20.196 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.5247999999999994e-05 2024-09-13T14:41:20.196 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.196 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.196 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 2,6", 2024-09-13T14:41:20.196 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.395040+0000", 2024-09-13T14:41:20.196 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000143848 2024-09-13T14:41:20.196 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.196 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.196 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:41:20.197 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.396819+0000", 2024-09-13T14:41:20.197 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0017791040000000001 2024-09-13T14:41:20.197 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.197 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.197 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:41:20.197 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.396852+0000", 2024-09-13T14:41:20.197 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.3476000000000003e-05 2024-09-13T14:41:20.197 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.197 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.197 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:41:20.197 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.471782+0000", 2024-09-13T14:41:20.197 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.074929995999999999 2024-09-13T14:41:20.197 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.197 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.198 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:41:20.198 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.471863+0000", 2024-09-13T14:41:20.198 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.1132999999999997e-05 2024-09-13T14:41:20.198 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.198 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.198 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:41:20.198 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.471916+0000", 2024-09-13T14:41:20.198 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.2491999999999998e-05 2024-09-13T14:41:20.198 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:20.198 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:41:20.198 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:20.198 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.198 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.198 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:35751 6.2 6:4c5107a1:::benchmark_data_smithi071_156503_object35750:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1096)", 2024-09-13T14:41:20.199 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:39:42.394787+0000", 2024-09-13T14:41:20.199 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 97.702275665000002, 2024-09-13T14:41:20.199 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.077277253000000004, 2024-09-13T14:41:20.199 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:41:20.199 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:41:20.199 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:41:20.199 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:41:20.199 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:41:20.199 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 35751 2024-09-13T14:41:20.199 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.199 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:41:20.199 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.199 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:41:20.200 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.394787+0000", 2024-09-13T14:41:20.200 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:20.200 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.200 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.200 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:41:20.200 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.394787+0000", 2024-09-13T14:41:20.200 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:20.200 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.200 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.200 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:41:20.200 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.394786+0000", 2024-09-13T14:41:20.200 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T14:41:20.200 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.200 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.201 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:41:20.201 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.394848+0000", 2024-09-13T14:41:20.201 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.1875e-05 2024-09-13T14:41:20.201 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.201 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.201 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:41:20.201 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.394857+0000", 2024-09-13T14:41:20.201 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.0159999999999997e-06 2024-09-13T14:41:20.201 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.201 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.201 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:41:20.201 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.394863+0000", 2024-09-13T14:41:20.201 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.8989999999999998e-06 2024-09-13T14:41:20.201 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.202 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.202 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:41:20.202 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.395950+0000", 2024-09-13T14:41:20.202 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001086371 2024-09-13T14:41:20.202 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.202 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.202 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:41:20.202 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.396065+0000", 2024-09-13T14:41:20.202 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00011558899999999999 2024-09-13T14:41:20.202 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.202 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.202 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 2,6", 2024-09-13T14:41:20.202 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.396184+0000", 2024-09-13T14:41:20.202 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00011914800000000001 2024-09-13T14:41:20.203 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.203 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.203 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:41:20.203 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.396937+0000", 2024-09-13T14:41:20.203 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00075277000000000004 2024-09-13T14:41:20.203 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.203 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.203 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:41:20.203 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.397549+0000", 2024-09-13T14:41:20.203 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00061220399999999998 2024-09-13T14:41:20.203 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.203 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.203 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:41:20.203 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.471961+0000", 2024-09-13T14:41:20.204 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.074411969999999994 2024-09-13T14:41:20.204 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.204 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.204 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:41:20.204 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.472015+0000", 2024-09-13T14:41:20.204 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.3919000000000003e-05 2024-09-13T14:41:20.204 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.204 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.204 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:41:20.204 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.472064+0000", 2024-09-13T14:41:20.204 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.9101000000000003e-05 2024-09-13T14:41:20.204 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:20.204 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:41:20.204 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:20.205 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.205 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.205 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:35754 6.6 6:6b6273aa:::benchmark_data_smithi071_156503_object35753:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1096)", 2024-09-13T14:41:20.205 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:39:42.396505+0000", 2024-09-13T14:41:20.205 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 97.700557771999996, 2024-09-13T14:41:20.205 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.074875820999999995, 2024-09-13T14:41:20.205 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:41:20.205 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:41:20.205 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:41:20.205 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:41:20.205 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:41:20.205 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 35754 2024-09-13T14:41:20.205 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.205 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:41:20.206 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.206 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:41:20.206 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.396505+0000", 2024-09-13T14:41:20.206 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:20.206 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.206 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.206 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:41:20.206 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.396505+0000", 2024-09-13T14:41:20.206 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:20.206 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.206 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.206 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:41:20.206 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.396504+0000", 2024-09-13T14:41:20.206 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:41:20.207 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.207 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.207 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:41:20.207 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.396566+0000", 2024-09-13T14:41:20.207 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.2526000000000004e-05 2024-09-13T14:41:20.207 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.207 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.207 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:41:20.207 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.396578+0000", 2024-09-13T14:41:20.207 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1779e-05 2024-09-13T14:41:20.207 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.207 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.207 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:41:20.207 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.396585+0000", 2024-09-13T14:41:20.207 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.9310000000000002e-06 2024-09-13T14:41:20.208 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.208 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.208 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:41:20.208 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.396634+0000", 2024-09-13T14:41:20.208 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.8547999999999997e-05 2024-09-13T14:41:20.208 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.208 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.208 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:41:20.208 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.396755+0000", 2024-09-13T14:41:20.208 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000121527 2024-09-13T14:41:20.208 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.208 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.208 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 6,7", 2024-09-13T14:41:20.208 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.396892+0000", 2024-09-13T14:41:20.209 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000136379 2024-09-13T14:41:20.209 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.209 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.209 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:41:20.209 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.398211+0000", 2024-09-13T14:41:20.209 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0013192259999999999 2024-09-13T14:41:20.209 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.209 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.209 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:41:20.209 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.463841+0000", 2024-09-13T14:41:20.209 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.065630223000000001 2024-09-13T14:41:20.209 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.209 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.209 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:41:20.210 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.471264+0000", 2024-09-13T14:41:20.210 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0074227499999999997 2024-09-13T14:41:20.210 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.210 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.210 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:41:20.210 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.471343+0000", 2024-09-13T14:41:20.210 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.9045e-05 2024-09-13T14:41:20.210 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.210 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.210 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:41:20.210 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.471381+0000", 2024-09-13T14:41:20.210 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.7982999999999999e-05 2024-09-13T14:41:20.210 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:20.210 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:41:20.210 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:20.211 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.211 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.211 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:100494 6.e 6:78697181:::benchmark_data_smithi071_156503_object100493:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1104)", 2024-09-13T14:41:20.211 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:40:27.314193+0000", 2024-09-13T14:41:20.211 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 52.782869918999999, 2024-09-13T14:41:20.211 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.059773829000000001, 2024-09-13T14:41:20.211 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:41:20.211 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:41:20.211 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:41:20.211 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:41:20.211 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:41:20.211 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 100494 2024-09-13T14:41:20.211 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.212 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:41:20.212 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.212 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:41:20.212 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:27.314193+0000", 2024-09-13T14:41:20.212 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:20.212 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.212 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.212 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:41:20.212 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:27.314193+0000", 2024-09-13T14:41:20.212 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:20.212 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.212 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.212 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:41:20.212 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:27.314191+0000", 2024-09-13T14:41:20.213 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:41:20.213 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.213 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.213 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:41:20.213 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:27.314229+0000", 2024-09-13T14:41:20.213 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.7311999999999998e-05 2024-09-13T14:41:20.213 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.213 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.213 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:41:20.213 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:27.314242+0000", 2024-09-13T14:41:20.213 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2828e-05 2024-09-13T14:41:20.213 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.213 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.213 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:41:20.214 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:27.314249+0000", 2024-09-13T14:41:20.214 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.3509999999999996e-06 2024-09-13T14:41:20.214 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.214 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.214 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:41:20.214 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:27.314308+0000", 2024-09-13T14:41:20.214 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.9179999999999999e-05 2024-09-13T14:41:20.214 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.214 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.214 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:41:20.214 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:27.314804+0000", 2024-09-13T14:41:20.214 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00049583299999999999 2024-09-13T14:41:20.214 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.214 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.215 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,2", 2024-09-13T14:41:20.215 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:27.314937+0000", 2024-09-13T14:41:20.215 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000133048 2024-09-13T14:41:20.215 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.215 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.215 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:41:20.215 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:27.318081+0000", 2024-09-13T14:41:20.215 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0031439720000000001 2024-09-13T14:41:20.215 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.215 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.215 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:41:20.215 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:27.318820+0000", 2024-09-13T14:41:20.215 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00073928700000000004 2024-09-13T14:41:20.215 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.216 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.216 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:41:20.216 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:27.373858+0000", 2024-09-13T14:41:20.216 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.055037645000000003 2024-09-13T14:41:20.216 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.216 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.216 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:41:20.216 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:27.373926+0000", 2024-09-13T14:41:20.216 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.8134999999999997e-05 2024-09-13T14:41:20.216 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.216 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.216 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:41:20.216 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:27.373967+0000", 2024-09-13T14:41:20.217 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.066e-05 2024-09-13T14:41:20.217 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:20.217 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:41:20.217 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:20.217 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.217 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.217 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:101031 6.2 6:44a53351:::benchmark_data_smithi071_156503_object101030:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1104)", 2024-09-13T14:41:20.217 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:40:27.820819+0000", 2024-09-13T14:41:20.217 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 52.276243499000003, 2024-09-13T14:41:20.217 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.053660380000000001, 2024-09-13T14:41:20.217 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:41:20.217 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:41:20.217 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:41:20.217 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:41:20.218 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:41:20.218 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 101031 2024-09-13T14:41:20.218 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.218 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:41:20.218 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.218 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:41:20.218 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:27.820819+0000", 2024-09-13T14:41:20.218 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:20.218 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.218 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.218 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:41:20.218 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:27.820819+0000", 2024-09-13T14:41:20.218 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:20.219 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.219 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.219 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:41:20.219 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:27.820819+0000", 2024-09-13T14:41:20.219 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T14:41:20.219 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.219 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.219 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:41:20.219 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:27.820850+0000", 2024-09-13T14:41:20.219 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.0849000000000002e-05 2024-09-13T14:41:20.219 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.219 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.219 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:41:20.219 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:27.820856+0000", 2024-09-13T14:41:20.220 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.6989999999999997e-06 2024-09-13T14:41:20.220 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.220 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.220 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:41:20.220 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:27.820861+0000", 2024-09-13T14:41:20.220 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.5979999999999999e-06 2024-09-13T14:41:20.220 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.220 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.220 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:41:20.220 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:27.826832+0000", 2024-09-13T14:41:20.220 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0059707390000000001 2024-09-13T14:41:20.220 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.220 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.220 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:41:20.221 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:27.826982+0000", 2024-09-13T14:41:20.221 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000150514 2024-09-13T14:41:20.221 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.221 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.221 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 2,6", 2024-09-13T14:41:20.221 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:27.827132+0000", 2024-09-13T14:41:20.221 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000149942 2024-09-13T14:41:20.221 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.221 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.221 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:41:20.221 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:27.834015+0000", 2024-09-13T14:41:20.221 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.006882984 2024-09-13T14:41:20.221 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.221 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.222 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:41:20.222 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:27.842293+0000", 2024-09-13T14:41:20.222 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0082782099999999994 2024-09-13T14:41:20.222 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.222 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.222 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:41:20.222 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:27.874165+0000", 2024-09-13T14:41:20.222 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.031871569000000002 2024-09-13T14:41:20.222 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.222 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.222 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:41:20.222 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:27.874337+0000", 2024-09-13T14:41:20.222 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00017232700000000001 2024-09-13T14:41:20.222 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.222 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.223 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:41:20.223 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:27.874480+0000", 2024-09-13T14:41:20.223 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000142433 2024-09-13T14:41:20.223 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:20.223 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:41:20.223 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:20.223 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.223 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.223 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:128806 6.e 6:7c6e53e2:::benchmark_data_smithi071_156503_object128805:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1109)", 2024-09-13T14:41:20.223 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:40:55.884579+0000", 2024-09-13T14:41:20.223 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 24.212483663, 2024-09-13T14:41:20.223 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.058607252999999998, 2024-09-13T14:41:20.223 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:41:20.224 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:41:20.224 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:41:20.224 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:41:20.224 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:41:20.224 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 128806 2024-09-13T14:41:20.224 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.224 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:41:20.224 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.224 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:41:20.224 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:55.884579+0000", 2024-09-13T14:41:20.224 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:41:20.225 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=false 2024-09-13T14:41:20.226 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:20.226 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.227 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.227 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:41:20.227 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:55.884579+0000", 2024-09-13T14:41:20.227 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:20.227 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.227 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.227 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:41:20.227 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:55.884577+0000", 2024-09-13T14:41:20.227 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:41:20.227 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.227 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.227 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:41:20.227 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:55.884607+0000", 2024-09-13T14:41:20.228 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.995e-05 2024-09-13T14:41:20.228 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.228 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.228 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:41:20.228 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:55.884625+0000", 2024-09-13T14:41:20.228 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.7268000000000001e-05 2024-09-13T14:41:20.228 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.228 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.228 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:41:20.228 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:55.884632+0000", 2024-09-13T14:41:20.228 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.5399999999999998e-06 2024-09-13T14:41:20.228 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.228 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.229 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:41:20.229 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:55.913008+0000", 2024-09-13T14:41:20.229 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.028375599000000001 2024-09-13T14:41:20.229 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.229 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.229 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:41:20.229 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:55.913138+0000", 2024-09-13T14:41:20.229 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00012994999999999999 2024-09-13T14:41:20.229 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.229 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.229 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,2", 2024-09-13T14:41:20.229 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:55.913284+0000", 2024-09-13T14:41:20.229 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000146277 2024-09-13T14:41:20.229 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.230 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.230 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:41:20.230 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:55.921922+0000", 2024-09-13T14:41:20.230 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0086379149999999995 2024-09-13T14:41:20.230 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.230 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.230 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:41:20.230 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:55.942204+0000", 2024-09-13T14:41:20.230 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.020281665000000001 2024-09-13T14:41:20.230 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.230 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.230 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:41:20.230 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:55.943007+0000", 2024-09-13T14:41:20.230 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00080303199999999996 2024-09-13T14:41:20.231 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.231 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.231 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:41:20.231 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:55.943141+0000", 2024-09-13T14:41:20.231 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000134358 2024-09-13T14:41:20.231 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.231 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.231 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:41:20.231 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:55.943186+0000", 2024-09-13T14:41:20.231 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.5271000000000001e-05 2024-09-13T14:41:20.231 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:20.231 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:41:20.231 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:20.232 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.232 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.232 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:128809 6.e 6:7f9df60a:::benchmark_data_smithi071_156503_object128808:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1109)", 2024-09-13T14:41:20.232 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:40:55.890598+0000", 2024-09-13T14:41:20.232 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 24.206465054999999, 2024-09-13T14:41:20.232 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.082510500000000001, 2024-09-13T14:41:20.232 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:41:20.232 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:41:20.232 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:41:20.232 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:41:20.232 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:41:20.232 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 128809 2024-09-13T14:41:20.232 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.232 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:41:20.233 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.233 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:41:20.233 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:55.890598+0000", 2024-09-13T14:41:20.233 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:20.233 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.233 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.233 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:41:20.233 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:55.890598+0000", 2024-09-13T14:41:20.233 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:20.233 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.233 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.233 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:41:20.233 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:55.890596+0000", 2024-09-13T14:41:20.233 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999981 2024-09-13T14:41:20.234 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.234 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.234 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:41:20.234 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:55.890653+0000", 2024-09-13T14:41:20.234 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.6860000000000001e-05 2024-09-13T14:41:20.234 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.234 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.234 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:41:20.234 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:55.890672+0000", 2024-09-13T14:41:20.234 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.9046e-05 2024-09-13T14:41:20.234 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.234 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.234 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:41:20.234 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:55.890681+0000", 2024-09-13T14:41:20.235 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.6789999999999994e-06 2024-09-13T14:41:20.235 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.235 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.235 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:41:20.235 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:55.931141+0000", 2024-09-13T14:41:20.235 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.040460007999999999 2024-09-13T14:41:20.235 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.235 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.235 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:41:20.235 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:55.931462+0000", 2024-09-13T14:41:20.235 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00032137300000000001 2024-09-13T14:41:20.235 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.235 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.235 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,2", 2024-09-13T14:41:20.236 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:55.935911+0000", 2024-09-13T14:41:20.236 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0044486940000000004 2024-09-13T14:41:20.236 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.236 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.236 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:41:20.236 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:55.943229+0000", 2024-09-13T14:41:20.236 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.007317924 2024-09-13T14:41:20.236 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.236 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.236 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:41:20.236 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:55.943397+0000", 2024-09-13T14:41:20.236 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000168698 2024-09-13T14:41:20.236 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.236 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.237 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:41:20.237 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:55.972402+0000", 2024-09-13T14:41:20.237 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.029004739000000002 2024-09-13T14:41:20.237 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.237 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.237 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:41:20.237 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:55.972785+0000", 2024-09-13T14:41:20.237 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00038255400000000001 2024-09-13T14:41:20.237 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.237 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.237 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:41:20.237 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:55.973108+0000", 2024-09-13T14:41:20.237 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00032365600000000002 2024-09-13T14:41:20.237 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:20.238 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:41:20.238 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:20.238 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.238 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.238 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:128842 6.e 6:7f89482f:::benchmark_data_smithi071_156503_object128841:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1109)", 2024-09-13T14:41:20.238 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:40:55.926777+0000", 2024-09-13T14:41:20.238 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 24.170285303, 2024-09-13T14:41:20.238 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.055944415999999997, 2024-09-13T14:41:20.238 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:41:20.238 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:41:20.238 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:41:20.238 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:41:20.238 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:41:20.238 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 128842 2024-09-13T14:41:20.239 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.239 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:41:20.239 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.239 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:41:20.239 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:55.926777+0000", 2024-09-13T14:41:20.239 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:20.239 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.239 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.239 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:41:20.239 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:55.926777+0000", 2024-09-13T14:41:20.239 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:20.239 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.239 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.239 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:41:20.239 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:55.926777+0000", 2024-09-13T14:41:20.240 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T14:41:20.240 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.240 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.240 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:41:20.240 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:55.926807+0000", 2024-09-13T14:41:20.240 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.9621999999999999e-05 2024-09-13T14:41:20.240 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.240 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.240 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:41:20.240 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:55.926813+0000", 2024-09-13T14:41:20.240 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.883e-06 2024-09-13T14:41:20.240 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.240 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.241 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:41:20.241 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:55.926819+0000", 2024-09-13T14:41:20.241 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.2140000000000004e-06 2024-09-13T14:41:20.241 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.241 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.241 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:41:20.241 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:55.952570+0000", 2024-09-13T14:41:20.241 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.025750933 2024-09-13T14:41:20.241 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.241 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.241 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:41:20.241 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:55.952741+0000", 2024-09-13T14:41:20.241 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000171791 2024-09-13T14:41:20.242 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.242 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.242 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,2", 2024-09-13T14:41:20.242 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:55.952992+0000", 2024-09-13T14:41:20.242 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00025066200000000002 2024-09-13T14:41:20.242 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.242 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.242 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:41:20.242 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:55.957660+0000", 2024-09-13T14:41:20.242 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0046680549999999999 2024-09-13T14:41:20.242 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.242 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.242 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:41:20.242 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:55.957685+0000", 2024-09-13T14:41:20.243 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.499e-05 2024-09-13T14:41:20.243 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.243 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.243 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:41:20.243 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:55.982596+0000", 2024-09-13T14:41:20.243 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.024910960999999999 2024-09-13T14:41:20.243 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.243 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.243 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:41:20.243 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:55.982681+0000", 2024-09-13T14:41:20.243 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.5383000000000006e-05 2024-09-13T14:41:20.243 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.243 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.243 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:41:20.244 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:40:55.982722+0000", 2024-09-13T14:41:20.244 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.0454000000000003e-05 2024-09-13T14:41:20.244 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:20.244 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:41:20.244 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:20.244 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.244 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.244 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:133330 6.6 6:66e93fce:::benchmark_data_smithi071_156503_object1336:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1110)", 2024-09-13T14:41:20.244 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:41:01.151746+0000", 2024-09-13T14:41:20.244 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 18.945316417000001, 2024-09-13T14:41:20.244 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.057418878, 2024-09-13T14:41:20.244 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:41:20.244 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:41:20.245 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:41:20.245 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:41:20.245 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:41:20.245 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 133330 2024-09-13T14:41:20.245 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.245 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:41:20.245 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.245 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:41:20.245 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:01.151746+0000", 2024-09-13T14:41:20.245 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:20.245 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.245 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.245 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:41:20.245 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:01.151746+0000", 2024-09-13T14:41:20.246 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:20.246 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.246 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.246 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:41:20.246 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:01.151745+0000", 2024-09-13T14:41:20.246 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:41:20.246 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.246 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.246 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:41:20.246 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:01.151750+0000", 2024-09-13T14:41:20.246 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.8029999999999996e-06 2024-09-13T14:41:20.247 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.247 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.247 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:41:20.247 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:01.151772+0000", 2024-09-13T14:41:20.247 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.1254999999999999e-05 2024-09-13T14:41:20.247 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.247 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.247 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:41:20.247 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:01.151778+0000", 2024-09-13T14:41:20.247 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.7349999999999999e-06 2024-09-13T14:41:20.247 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.247 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.248 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:41:20.248 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:01.175959+0000", 2024-09-13T14:41:20.248 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.024180465000000002 2024-09-13T14:41:20.248 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.248 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.248 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:41:20.248 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:01.176086+0000", 2024-09-13T14:41:20.248 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00012719900000000001 2024-09-13T14:41:20.248 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.248 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.248 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 6,7", 2024-09-13T14:41:20.248 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:01.176215+0000", 2024-09-13T14:41:20.248 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00012881899999999999 2024-09-13T14:41:20.249 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.249 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.249 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:41:20.249 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:01.188635+0000", 2024-09-13T14:41:20.249 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.012420097999999999 2024-09-13T14:41:20.249 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.249 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.249 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:41:20.249 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:01.193105+0000", 2024-09-13T14:41:20.249 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0044699470000000002 2024-09-13T14:41:20.249 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.249 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.249 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:41:20.249 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:01.209089+0000", 2024-09-13T14:41:20.250 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.015984614000000001 2024-09-13T14:41:20.250 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.250 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.250 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:41:20.250 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:01.209130+0000", 2024-09-13T14:41:20.250 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.1084999999999997e-05 2024-09-13T14:41:20.250 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.250 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.250 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:41:20.250 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:01.209165+0000", 2024-09-13T14:41:20.250 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.4721999999999997e-05 2024-09-13T14:41:20.250 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:20.250 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:41:20.250 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:20.251 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.251 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.251 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:133335 6.6 6:638b61d8:::benchmark_data_smithi071_156503_object1341:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1110)", 2024-09-13T14:41:20.251 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:41:01.154423+0000", 2024-09-13T14:41:20.251 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 18.942640065999999, 2024-09-13T14:41:20.251 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.054835623, 2024-09-13T14:41:20.251 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:41:20.251 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:41:20.251 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:41:20.251 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:41:20.251 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:41:20.251 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 133335 2024-09-13T14:41:20.251 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.252 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:41:20.252 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.252 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:41:20.252 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:01.154423+0000", 2024-09-13T14:41:20.252 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:20.252 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.252 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.252 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:41:20.252 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:01.154423+0000", 2024-09-13T14:41:20.252 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:20.252 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.252 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.252 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:41:20.253 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:01.154421+0000", 2024-09-13T14:41:20.253 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999981 2024-09-13T14:41:20.253 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.253 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.253 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:41:20.253 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:01.154428+0000", 2024-09-13T14:41:20.253 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.5349999999999999e-06 2024-09-13T14:41:20.253 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.253 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.253 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:41:20.253 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:01.154441+0000", 2024-09-13T14:41:20.253 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3029e-05 2024-09-13T14:41:20.253 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.253 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.254 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:41:20.254 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:01.154448+0000", 2024-09-13T14:41:20.254 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.9249999999999998e-06 2024-09-13T14:41:20.254 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.254 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.254 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:41:20.254 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:01.180135+0000", 2024-09-13T14:41:20.254 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.025687339 2024-09-13T14:41:20.254 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.254 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.254 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:41:20.254 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:01.180324+0000", 2024-09-13T14:41:20.254 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000188374 2024-09-13T14:41:20.254 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.255 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.255 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 6,7", 2024-09-13T14:41:20.255 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:01.180446+0000", 2024-09-13T14:41:20.255 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00012171999999999999 2024-09-13T14:41:20.255 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.255 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.255 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:41:20.255 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:01.188667+0000", 2024-09-13T14:41:20.255 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0082214039999999999 2024-09-13T14:41:20.255 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.255 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.255 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:41:20.255 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:01.197124+0000", 2024-09-13T14:41:20.256 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0084567210000000004 2024-09-13T14:41:20.256 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.256 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.256 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:41:20.256 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:01.209200+0000", 2024-09-13T14:41:20.256 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.012075918 2024-09-13T14:41:20.256 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.256 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.256 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:41:20.256 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:01.209230+0000", 2024-09-13T14:41:20.256 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.0851e-05 2024-09-13T14:41:20.256 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:20.256 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:20.256 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:41:20.257 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:01.209258+0000", 2024-09-13T14:41:20.257 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.7886e-05 2024-09-13T14:41:20.257 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:20.257 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:41:20.257 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:20.257 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:20.257 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:41:20.257 INFO:teuthology.orchestra.run.smithi104.stdout:} 2024-09-13T14:41:20.258 INFO:tasks.cephadm.ceph_manager.ceph:waiting for recovery to complete 2024-09-13T14:41:20.258 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-13T14:41:20.293 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:20.293 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:20.294 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:41:20.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:20 smithi071 ceph-mon[107477]: pgmap v1211: 89 pgs: 89 active+clean; 7.2 GiB data, 23 GiB used, 603 GiB / 626 GiB avail; 0 B/s wr, 980 op/s 2024-09-13T14:41:20.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:20 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/759531092' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 7, "weight": 1.0}]': finished 2024-09-13T14:41:20.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:20 smithi071 ceph-mon[107477]: osdmap e1113: 8 total, 8 up, 7 in 2024-09-13T14:41:20.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:20 smithi071 ceph-mon[112785]: pgmap v1211: 89 pgs: 89 active+clean; 7.2 GiB data, 23 GiB used, 603 GiB / 626 GiB avail; 0 B/s wr, 980 op/s 2024-09-13T14:41:20.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:20 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/759531092' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 7, "weight": 1.0}]': finished 2024-09-13T14:41:20.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:20 smithi071 ceph-mon[112785]: osdmap e1113: 8 total, 8 up, 7 in 2024-09-13T14:41:20.394 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:41:20.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:20 smithi104 ceph-mon[105578]: pgmap v1211: 89 pgs: 89 active+clean; 7.2 GiB data, 23 GiB used, 603 GiB / 626 GiB avail; 0 B/s wr, 980 op/s 2024-09-13T14:41:20.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:20 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/759531092' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 7, "weight": 1.0}]': finished 2024-09-13T14:41:20.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:20 smithi104 ceph-mon[105578]: osdmap e1113: 8 total, 8 up, 7 in 2024-09-13T14:41:20.428 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:20.429 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:20.429 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:41:20.530 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:20.563 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:20.564 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:20.565 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:20.665 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:41:20.692 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:20.693 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:20.693 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:41:20.794 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:41:20.820 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:20.821 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:20.821 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:41:20.922 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:41:20.960 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:20.961 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:20.961 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:41:21.062 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:41:21.071 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.5 dump_ops_in_flight 2024-09-13T14:41:21.098 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:21.098 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:21.098 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:41:21.199 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:41:21.240 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:21.241 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:21.241 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:41:21.342 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:41:21.412 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:21.412 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:21.412 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:41:21.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:21 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:41:21.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:21 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:41:21.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:21 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:41:21.471 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:41:21.513 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:41:21.562 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:21.563 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:21.563 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:41:21.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:21 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:41:21.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:21 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:41:21.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:21 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:41:21.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:21 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:41:21.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:21 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:41:21.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:21 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:41:21.664 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:41:21.702 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:21.703 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:21.703 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:41:21.804 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:21.826 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:21.827 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:21.827 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:21.928 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:41:21.955 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:21.956 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:21.956 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:41:22.057 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:41:22.094 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:22.095 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:22.095 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:41:22.196 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:41:22.228 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:22.228 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:22.229 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:41:22.330 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:41:22.337 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:22 smithi071 ceph-mon[112785]: pgmap v1213: 89 pgs: 89 active+clean; 7.2 GiB data, 23 GiB used, 603 GiB / 626 GiB avail; 0 B/s wr, 634 op/s 2024-09-13T14:41:22.339 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:22 smithi071 ceph-mon[107477]: pgmap v1213: 89 pgs: 89 active+clean; 7.2 GiB data, 23 GiB used, 603 GiB / 626 GiB avail; 0 B/s wr, 634 op/s 2024-09-13T14:41:22.366 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:22.367 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:22.367 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:41:22.468 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:41:22.503 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:22.504 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:22.504 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:41:22.605 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:22.630 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:41:22.630 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:41:22.654 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:22.654 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:22.654 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:22.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:22 smithi104 ceph-mon[105578]: pgmap v1213: 89 pgs: 89 active+clean; 7.2 GiB data, 23 GiB used, 603 GiB / 626 GiB avail; 0 B/s wr, 634 op/s 2024-09-13T14:41:22.755 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:22.783 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:22.783 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:22.784 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:22.884 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:41:22.891 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:41:22 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:41:22] "GET /metrics HTTP/1.1" 200 36471 "" "Prometheus/2.51.0" 2024-09-13T14:41:22.922 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:22.923 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:22.923 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:41:23.024 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:41:23.067 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:23.068 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:23.068 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:41:23.169 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:41:23.208 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:23.209 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:23.210 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:41:23.249 INFO:teuthology.orchestra.run.smithi071.stderr:nodeep-scrub is set 2024-09-13T14:41:23.281 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:23 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/493527986' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:41:23.281 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:23 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:41:23.311 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:41:23.354 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:23.355 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:23.355 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:41:23.456 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:41:23.495 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:23.495 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:23.495 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:41:23.596 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:41:23.620 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:23.621 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:23.621 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:41:23.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:23 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/493527986' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:41:23.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:23 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:41:23.640 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:23 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/493527986' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:41:23.640 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:23 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:41:23.722 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:41:23.750 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:23.750 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:23.750 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:41:23.757 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2024-09-13T14:41:23.758 INFO:teuthology.orchestra.run.smithi104.stdout: "ops": [ 2024-09-13T14:41:23.758 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.758 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.34671.0:153263 6.4 e1114/1094 6:2dad0e00:::benchmark_data_smithi071_156503_object21269:head v 1114'9732, mlcod=1114'9729)", 2024-09-13T14:41:23.758 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:41:23.750338+0000", 2024-09-13T14:41:23.758 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.0058062909999999999, 2024-09-13T14:41:23.758 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0058349750000000001, 2024-09-13T14:41:23.758 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:41:23.758 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "started", 2024-09-13T14:41:23.758 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:41:23.758 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.758 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:41:23.758 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.750338+0000", 2024-09-13T14:41:23.758 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:23.759 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.759 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.759 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:41:23.759 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.750338+0000", 2024-09-13T14:41:23.759 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:23.759 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.759 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.759 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:41:23.759 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.750337+0000", 2024-09-13T14:41:23.759 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T14:41:23.759 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.759 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.759 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:41:23.759 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.750344+0000", 2024-09-13T14:41:23.760 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.3990000000000001e-06 2024-09-13T14:41:23.760 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.760 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.760 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:41:23.760 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.750357+0000", 2024-09-13T14:41:23.760 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3261999999999999e-05 2024-09-13T14:41:23.760 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.760 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.760 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:41:23.760 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.750363+0000", 2024-09-13T14:41:23.760 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.9390000000000002e-06 2024-09-13T14:41:23.760 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.760 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.760 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:41:23.761 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.750489+0000", 2024-09-13T14:41:23.761 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00012561699999999999 2024-09-13T14:41:23.761 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.761 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.761 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:41:23.761 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.750543+0000", 2024-09-13T14:41:23.761 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.4808000000000001e-05 2024-09-13T14:41:23.761 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:23.761 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:41:23.761 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:23.761 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.761 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.761 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop_reply(client.34671.0:153245 6.7 e1114/1094)", 2024-09-13T14:41:23.761 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:41:23.753411+0000", 2024-09-13T14:41:23.762 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.0027334519999999999, 2024-09-13T14:41:23.762 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0028205309999999998, 2024-09-13T14:41:23.762 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:41:23.762 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "queued for pg", 2024-09-13T14:41:23.762 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:41:23.762 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.762 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:41:23.762 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.753411+0000", 2024-09-13T14:41:23.762 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:23.762 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.762 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.762 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:41:23.762 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.753411+0000", 2024-09-13T14:41:23.762 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:23.763 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.763 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.763 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:41:23.763 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.753410+0000", 2024-09-13T14:41:23.763 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:41:23.763 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.763 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.763 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:41:23.763 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.753417+0000", 2024-09-13T14:41:23.763 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.6989999999999997e-06 2024-09-13T14:41:23.763 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.763 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.763 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:41:23.763 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.753506+0000", 2024-09-13T14:41:23.764 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.9748999999999997e-05 2024-09-13T14:41:23.764 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.764 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.764 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:41:23.764 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.753515+0000", 2024-09-13T14:41:23.764 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.0739999999999999e-06 2024-09-13T14:41:23.764 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:23.764 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:41:23.764 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:23.764 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.764 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.764 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:153245 6.7 6:e38e5b17:::benchmark_data_smithi071_156503_object21251:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1114)", 2024-09-13T14:41:23.764 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:41:23.728826+0000", 2024-09-13T14:41:23.765 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.027318540999999998, 2024-09-13T14:41:23.765 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.027455726999999999, 2024-09-13T14:41:23.765 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:41:23.765 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "waiting for sub ops", 2024-09-13T14:41:23.765 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:41:23.765 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:41:23.765 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:41:23.765 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 153245 2024-09-13T14:41:23.765 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.765 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:41:23.765 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.765 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:41:23.765 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.728826+0000", 2024-09-13T14:41:23.765 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:23.765 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.766 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.766 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:41:23.766 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.728826+0000", 2024-09-13T14:41:23.766 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:23.766 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.766 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.766 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:41:23.766 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.728825+0000", 2024-09-13T14:41:23.766 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:41:23.766 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.766 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.766 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:41:23.766 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.728830+0000", 2024-09-13T14:41:23.766 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.6200000000000004e-06 2024-09-13T14:41:23.767 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.767 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.767 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:41:23.767 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.731603+0000", 2024-09-13T14:41:23.767 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0027724939999999999 2024-09-13T14:41:23.767 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.767 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.767 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:41:23.767 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.731614+0000", 2024-09-13T14:41:23.767 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1457000000000001e-05 2024-09-13T14:41:23.767 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.767 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.767 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:41:23.767 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.736738+0000", 2024-09-13T14:41:23.767 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0051233370000000004 2024-09-13T14:41:23.768 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.768 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.768 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:41:23.768 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.736832+0000", 2024-09-13T14:41:23.768 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.4798999999999998e-05 2024-09-13T14:41:23.768 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.768 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.768 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,4", 2024-09-13T14:41:23.768 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.736937+0000", 2024-09-13T14:41:23.768 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000105009 2024-09-13T14:41:23.768 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:23.768 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:41:23.768 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:23.768 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.769 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.769 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:153246 6.d 6:b579ea16:::benchmark_data_smithi071_156503_object21252:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1114)", 2024-09-13T14:41:23.769 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:41:23.734242+0000", 2024-09-13T14:41:23.769 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.021902188, 2024-09-13T14:41:23.769 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.022108149000000001, 2024-09-13T14:41:23.769 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:41:23.769 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "waiting for sub ops", 2024-09-13T14:41:23.769 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:41:23.769 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:41:23.769 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:41:23.769 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 153246 2024-09-13T14:41:23.769 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.769 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:41:23.769 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.770 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:41:23.770 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.734242+0000", 2024-09-13T14:41:23.770 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:23.770 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.770 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.770 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:41:23.770 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.734242+0000", 2024-09-13T14:41:23.770 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:23.770 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.770 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.770 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:41:23.770 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.734241+0000", 2024-09-13T14:41:23.770 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:41:23.770 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.770 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.771 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:41:23.771 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.734250+0000", 2024-09-13T14:41:23.771 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.3950000000000007e-06 2024-09-13T14:41:23.771 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.771 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.771 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:41:23.771 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.734267+0000", 2024-09-13T14:41:23.771 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.7266999999999999e-05 2024-09-13T14:41:23.771 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.771 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.772 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:41:23.772 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.734275+0000", 2024-09-13T14:41:23.772 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.1899999999999998e-06 2024-09-13T14:41:23.772 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.772 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.772 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:41:23.772 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.736432+0000", 2024-09-13T14:41:23.772 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0021572589999999999 2024-09-13T14:41:23.772 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.773 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.773 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:41:23.773 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.736537+0000", 2024-09-13T14:41:23.773 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00010513099999999999 2024-09-13T14:41:23.773 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.773 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.773 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1", 2024-09-13T14:41:23.773 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.736650+0000", 2024-09-13T14:41:23.773 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000113137 2024-09-13T14:41:23.773 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.773 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.773 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:41:23.773 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.744177+0000", 2024-09-13T14:41:23.773 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0075264379999999999 2024-09-13T14:41:23.773 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.774 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.774 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:41:23.774 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.749459+0000", 2024-09-13T14:41:23.774 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0052827819999999998 2024-09-13T14:41:23.774 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:23.774 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:41:23.774 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:23.774 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.774 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.774 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:153250 6.7 6:e9437ce5:::benchmark_data_smithi071_156503_object21256:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1114)", 2024-09-13T14:41:23.774 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:41:23.739729+0000", 2024-09-13T14:41:23.774 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.016415558, 2024-09-13T14:41:23.774 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.016697659, 2024-09-13T14:41:23.774 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:41:23.775 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "waiting for sub ops", 2024-09-13T14:41:23.775 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:41:23.775 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:41:23.775 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:41:23.775 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 153250 2024-09-13T14:41:23.775 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.775 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:41:23.775 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.775 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:41:23.775 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.739729+0000", 2024-09-13T14:41:23.775 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:23.775 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.775 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.776 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:41:23.776 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.739729+0000", 2024-09-13T14:41:23.776 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:23.776 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.776 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.776 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:41:23.776 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.739727+0000", 2024-09-13T14:41:23.776 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:41:23.776 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.776 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.776 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:41:23.776 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.739736+0000", 2024-09-13T14:41:23.776 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.1100000000000003e-06 2024-09-13T14:41:23.776 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.777 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.777 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:41:23.777 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.739751+0000", 2024-09-13T14:41:23.777 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.5690000000000001e-05 2024-09-13T14:41:23.777 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.777 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.777 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:41:23.777 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.739760+0000", 2024-09-13T14:41:23.777 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.3270000000000001e-06 2024-09-13T14:41:23.777 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.777 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.777 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:41:23.777 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.742277+0000", 2024-09-13T14:41:23.778 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0025179059999999999 2024-09-13T14:41:23.778 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.778 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.778 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:41:23.778 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.742541+0000", 2024-09-13T14:41:23.778 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00026376399999999999 2024-09-13T14:41:23.778 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.778 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.778 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,4", 2024-09-13T14:41:23.778 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.742876+0000", 2024-09-13T14:41:23.778 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000334982 2024-09-13T14:41:23.778 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:23.778 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:41:23.778 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:23.778 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.779 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.779 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.34671.0:153249 6.0 e1114/1094 6:0a83f6ef:::benchmark_data_smithi071_156503_object21255:head v 1114'9546, mlcod=1114'9544)", 2024-09-13T14:41:23.779 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:41:23.740098+0000", 2024-09-13T14:41:23.779 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.016046062, 2024-09-13T14:41:23.779 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.016392982, 2024-09-13T14:41:23.779 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:41:23.779 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "started", 2024-09-13T14:41:23.779 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:41:23.779 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.779 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:41:23.779 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.740098+0000", 2024-09-13T14:41:23.779 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:23.779 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.780 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.780 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:41:23.780 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.740098+0000", 2024-09-13T14:41:23.780 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:23.780 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.780 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.780 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:41:23.780 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.740098+0000", 2024-09-13T14:41:23.780 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967296 2024-09-13T14:41:23.780 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.780 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.780 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:41:23.780 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.740102+0000", 2024-09-13T14:41:23.780 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.9199999999999997e-06 2024-09-13T14:41:23.781 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.781 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.781 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:41:23.781 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.740108+0000", 2024-09-13T14:41:23.781 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.998e-06 2024-09-13T14:41:23.781 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.781 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.781 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:41:23.781 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.740112+0000", 2024-09-13T14:41:23.781 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.5750000000000001e-06 2024-09-13T14:41:23.781 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.781 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.781 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:41:23.781 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.741721+0000", 2024-09-13T14:41:23.781 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001609259 2024-09-13T14:41:23.782 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.782 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.782 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:41:23.782 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.741739+0000", 2024-09-13T14:41:23.782 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.7893e-05 2024-09-13T14:41:23.782 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:23.782 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:41:23.782 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:23.782 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.782 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.782 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:153257 6.7 6.e20a1ac7 (undecoded) ondisk+write+known_if_redirected+supports_pool_eio e1114)", 2024-09-13T14:41:23.782 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:41:23.745145+0000", 2024-09-13T14:41:23.782 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.010999188999999999, 2024-09-13T14:41:23.782 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.01139809, 2024-09-13T14:41:23.783 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:41:23.783 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "queued for pg", 2024-09-13T14:41:23.783 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:41:23.783 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:41:23.783 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:41:23.783 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 153257 2024-09-13T14:41:23.783 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.783 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:41:23.783 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.783 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:41:23.783 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.745145+0000", 2024-09-13T14:41:23.783 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:23.783 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.783 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.783 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:41:23.784 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.745145+0000", 2024-09-13T14:41:23.784 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:23.784 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.784 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.784 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:41:23.784 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.745144+0000", 2024-09-13T14:41:23.784 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:41:23.784 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.784 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.784 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:41:23.784 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.745149+0000", 2024-09-13T14:41:23.784 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.831e-06 2024-09-13T14:41:23.784 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.785 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.785 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:41:23.785 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.745160+0000", 2024-09-13T14:41:23.785 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1413999999999999e-05 2024-09-13T14:41:23.785 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.785 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.785 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:41:23.785 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.745171+0000", 2024-09-13T14:41:23.785 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0824e-05 2024-09-13T14:41:23.785 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:23.785 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:41:23.785 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:23.785 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.785 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.785 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.34671.0:153259 6.0 e1114/1094 6:043ef1b2:::benchmark_data_smithi071_156503_object21265:head v 1114'9547, mlcod=1114'9544)", 2024-09-13T14:41:23.786 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:41:23.749267+0000", 2024-09-13T14:41:23.786 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.0068777589999999998, 2024-09-13T14:41:23.786 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00732673, 2024-09-13T14:41:23.786 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:41:23.786 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "started", 2024-09-13T14:41:23.786 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:41:23.786 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.786 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:41:23.786 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.749267+0000", 2024-09-13T14:41:23.786 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:23.786 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.786 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.786 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:41:23.787 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.749267+0000", 2024-09-13T14:41:23.787 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:23.787 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.787 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.787 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:41:23.787 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.749266+0000", 2024-09-13T14:41:23.787 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T14:41:23.787 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.787 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.787 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:41:23.787 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.749271+0000", 2024-09-13T14:41:23.787 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.1939999999999997e-06 2024-09-13T14:41:23.787 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.787 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.787 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:41:23.788 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.749279+0000", 2024-09-13T14:41:23.788 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.5349999999999999e-06 2024-09-13T14:41:23.788 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.788 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.788 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:41:23.788 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.749284+0000", 2024-09-13T14:41:23.788 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.7829999999999998e-06 2024-09-13T14:41:23.788 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.788 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.788 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:41:23.788 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.753485+0000", 2024-09-13T14:41:23.788 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0042012990000000004 2024-09-13T14:41:23.788 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.788 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.789 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:41:23.789 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.753505+0000", 2024-09-13T14:41:23.789 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.9735e-05 2024-09-13T14:41:23.789 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:23.789 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:41:23.789 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:23.789 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.789 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.789 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:153261 6.7 6.67b4c597 (undecoded) ondisk+write+known_if_redirected+supports_pool_eio e1114)", 2024-09-13T14:41:23.789 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:41:23.749834+0000", 2024-09-13T14:41:23.789 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.0063102920000000003, 2024-09-13T14:41:23.789 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0068129139999999998, 2024-09-13T14:41:23.789 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:41:23.789 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "queued for pg", 2024-09-13T14:41:23.790 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:41:23.790 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:41:23.790 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:41:23.790 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 153261 2024-09-13T14:41:23.790 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.790 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:41:23.790 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.790 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:41:23.790 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.749834+0000", 2024-09-13T14:41:23.790 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:23.790 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.790 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.790 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:41:23.790 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.749834+0000", 2024-09-13T14:41:23.791 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:23.791 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.791 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.791 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:41:23.791 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.749833+0000", 2024-09-13T14:41:23.791 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:41:23.791 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.791 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.791 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:41:23.791 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.749837+0000", 2024-09-13T14:41:23.791 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.3159999999999998e-06 2024-09-13T14:41:23.791 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.791 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.791 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:41:23.791 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.749845+0000", 2024-09-13T14:41:23.792 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.8529999999999992e-06 2024-09-13T14:41:23.792 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:23.792 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:23.792 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:41:23.792 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:23.749851+0000", 2024-09-13T14:41:23.792 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.2589999999999997e-06 2024-09-13T14:41:23.792 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:23.792 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:41:23.792 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:23.792 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:23.792 INFO:teuthology.orchestra.run.smithi104.stdout: ], 2024-09-13T14:41:23.792 INFO:teuthology.orchestra.run.smithi104.stdout: "num_ops": 9 2024-09-13T14:41:23.792 INFO:teuthology.orchestra.run.smithi104.stdout:} 2024-09-13T14:41:23.851 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:41:23.893 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:23.894 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:23.894 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:41:23.995 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:24.021 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:24.022 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:24.022 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:24.123 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:41:24.158 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:24.158 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:24.158 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:41:24.259 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:41:24.296 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:24.297 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:24.297 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:41:24.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:24 smithi071 ceph-mon[107477]: pgmap v1214: 89 pgs: 89 active+clean; 7.0 GiB data, 22 GiB used, 604 GiB / 626 GiB avail; 0 B/s wr, 848 op/s 2024-09-13T14:41:24.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:24 smithi071 ceph-mon[107477]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:41:24.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:24 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T14:41:24.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:24 smithi071 ceph-mon[107477]: osdmap e1114: 8 total, 8 up, 7 in 2024-09-13T14:41:24.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:24 smithi071 ceph-mon[112785]: pgmap v1214: 89 pgs: 89 active+clean; 7.0 GiB data, 22 GiB used, 604 GiB / 626 GiB avail; 0 B/s wr, 848 op/s 2024-09-13T14:41:24.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:24 smithi071 ceph-mon[112785]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:41:24.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:24 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T14:41:24.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:24 smithi071 ceph-mon[112785]: osdmap e1114: 8 total, 8 up, 7 in 2024-09-13T14:41:24.398 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:41:24.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:24 smithi104 ceph-mon[105578]: pgmap v1214: 89 pgs: 89 active+clean; 7.0 GiB data, 22 GiB used, 604 GiB / 626 GiB avail; 0 B/s wr, 848 op/s 2024-09-13T14:41:24.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:24 smithi104 ceph-mon[105578]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:41:24.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:24 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T14:41:24.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:24 smithi104 ceph-mon[105578]: osdmap e1114: 8 total, 8 up, 7 in 2024-09-13T14:41:24.424 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:24.425 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:24.429 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:41:24.501 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.5 dump_blocked_ops 2024-09-13T14:41:24.529 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:41:24.557 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:24.558 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:24.559 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:41:24.659 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:41:24.722 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:24.722 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:24.723 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:41:24.824 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:41:24.873 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:41:24.884 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:24.885 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:24.885 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:41:24.986 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:41:25.019 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:25.019 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:25.020 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:41:25.121 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:41:25.146 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:25.147 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:25.147 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:41:25.248 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:41:25.296 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:25.297 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:25.297 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:41:25.398 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:41:25.436 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:25.437 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:25.437 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:41:25.538 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:41:25.575 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:25.576 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:25.576 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:41:25.678 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:41:25.706 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:25.707 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:25.707 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:41:25.808 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:41:25.853 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:25.853 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:25.854 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:41:25.955 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:41:25.987 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:25.987 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:25.988 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:41:26.088 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:41:26.122 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:26.123 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:26.123 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:41:26.224 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:26.250 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:26.251 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:26.252 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:26.352 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:26.380 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:26.380 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:26.381 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:26.481 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:41:26.508 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:26.509 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:26.509 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:41:26.571 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:26 smithi071 ceph-mon[107477]: pgmap v1216: 89 pgs: 89 active+clean; 6.9 GiB data, 22 GiB used, 604 GiB / 626 GiB avail; 0 B/s wr, 680 op/s 2024-09-13T14:41:26.571 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:26 smithi071 ceph-mon[112785]: pgmap v1216: 89 pgs: 89 active+clean; 6.9 GiB data, 22 GiB used, 604 GiB / 626 GiB avail; 0 B/s wr, 680 op/s 2024-09-13T14:41:26.609 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:26 smithi104 ceph-mon[105578]: pgmap v1216: 89 pgs: 89 active+clean; 6.9 GiB data, 22 GiB used, 604 GiB / 626 GiB avail; 0 B/s wr, 680 op/s 2024-09-13T14:41:26.611 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:41:26.657 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:26.658 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:26.658 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:41:26.759 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:26.790 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:26.791 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:26.791 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:26.892 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:41:26.926 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:26.926 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:26.927 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:41:26.928 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2024-09-13T14:41:26.928 INFO:teuthology.orchestra.run.smithi104.stdout: "ops": [], 2024-09-13T14:41:26.928 INFO:teuthology.orchestra.run.smithi104.stdout: "complaint_time": 30, 2024-09-13T14:41:26.928 INFO:teuthology.orchestra.run.smithi104.stdout: "num_blocked_ops": 0 2024-09-13T14:41:26.928 INFO:teuthology.orchestra.run.smithi104.stdout:} 2024-09-13T14:41:27.028 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:27.059 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:41:27.059 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:41:27.067 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:27.068 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:27.068 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:27.085 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:41:27.086 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:41:27.095 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:41:27.096 INFO:teuthology.orchestra.run.smithi071.stderr:dumped all 2024-09-13T14:41:27.107 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:41:27.107 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:41:27.138 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:41:27.138 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:41:27.159 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:41:27.160 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:41:27.169 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:41:27.196 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:41:27.196 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:41:27.202 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:27.202 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:27.203 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:41:27.234 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T14:41:27.234 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T14:41:27.264 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:41:27.264 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:41:27.304 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:41:27.341 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:27.342 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:27.342 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:41:27.443 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:41:27.469 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:27.470 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:27.470 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:41:27.544 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd unset noscrub 2024-09-13T14:41:27.571 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:41:27.574 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:27 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/833900784' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:41:27.574 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:27 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/833900784' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:41:27.592 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:27 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/833900784' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:41:27.621 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:27.622 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:27.622 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:41:27.623 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.5 dump_historic_ops 2024-09-13T14:41:27.723 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:41:27.756 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:27.757 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:27.757 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:41:27.858 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:41:27.917 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:27.918 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:27.919 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:41:28.019 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:41:28.024 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:41:28.049 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:28.049 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:28.050 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:41:28.151 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:28.177 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:28.178 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:28.179 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:28.279 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:41:28.305 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:28.306 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:28.306 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:41:28.407 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:41:28.430 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:28.431 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:28.431 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:41:28.532 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:28.563 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:28.563 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:28.564 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:28.575 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:28 smithi071 ceph-mon[107477]: pgmap v1217: 89 pgs: 89 active+clean; 6.7 GiB data, 21 GiB used, 605 GiB / 626 GiB avail; 0 B/s wr, 1.02k op/s 2024-09-13T14:41:28.575 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:28 smithi071 ceph-mon[107477]: from='client.54475 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T14:41:28.576 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:28 smithi071 ceph-mon[112785]: pgmap v1217: 89 pgs: 89 active+clean; 6.7 GiB data, 21 GiB used, 605 GiB / 626 GiB avail; 0 B/s wr, 1.02k op/s 2024-09-13T14:41:28.576 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:28 smithi071 ceph-mon[112785]: from='client.54475 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T14:41:28.598 INFO:teuthology.orchestra.run.smithi071.stdout:{"pg_ready":true,"pg_map":{"version":1217,"stamp":"2024-09-13T14:41:26.434814+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":7182620669,"num_objects":109616,"num_object_clones":0,"num_object_copies":328848,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":109616,"num_whiteouts":0,"num_read":393,"num_read_kb":835,"num_write":154673,"num_write_kb":8449874,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":10,"num_bytes_recovered":1771194,"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":130202,"ondisk_log_size":130202,"up":267,"acting":267,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":267,"num_osds":7,"num_per_pool_osds":7,"num_per_pool_omap_osds":7,"kb":656216064,"kb_used":22164588,"kb_used_data":21160876,"kb_used_omap":154,"kb_used_meta":1003365,"kb_avail":634051476,"statfs":{"total":671965249536,"available":649268711424,"internally_reserved":0,"allocated":21668737024,"data_stored":21655279663,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":158187,"internal_metadata":1027446293},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[4,2,0,7,13,3],"upper_bound":64},"perf_stat":{"commit_latency_ms":4,"apply_latency_ms":4,"commit_latency_ns":4000000,"apply_latency_ns":4000000},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":-534380544,"num_objects":-8154,"num_object_clones":0,"num_object_copies":-24462,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":-8154,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":8154,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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.002408"},"pg_stats":[{"pgid":"4.14","version":"0'0","reported_seq":815,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.242037+0000","last_change":"2024-09-13T14:39:19.168345+0000","last_active":"2024-09-13T14:41:19.242037+0000","last_peered":"2024-09-13T14:41:19.242037+0000","last_clean":"2024-09-13T14:41:19.242037+0000","last_became_active":"2024-09-13T14:39:19.167954+0000","last_became_peered":"2024-09-13T14:39:19.167954+0000","last_unstale":"2024-09-13T14:41:19.242037+0000","last_undegraded":"2024-09-13T14:41:19.242037+0000","last_fullsized":"2024-09-13T14:41:19.242037+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:31:33.217904+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[1,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.13","version":"70'2","reported_seq":1041,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.257593+0000","last_change":"2024-09-13T14:33:17.924359+0000","last_active":"2024-09-13T14:41:19.257593+0000","last_peered":"2024-09-13T14:41:19.257593+0000","last_clean":"2024-09-13T14:41:19.257593+0000","last_became_active":"2024-09-13T14:33:17.923983+0000","last_became_peered":"2024-09-13T14:33:17.923983+0000","last_unstale":"2024-09-13T14:41:19.257593+0000","last_undegraded":"2024-09-13T14:41:19.257593+0000","last_fullsized":"2024-09-13T14:41:19.257593+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T19:42:27.641362+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":[7,4,2],"acting":[7,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.15","version":"0'0","reported_seq":1057,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.241976+0000","last_change":"2024-09-13T14:39:19.172822+0000","last_active":"2024-09-13T14:41:19.241976+0000","last_peered":"2024-09-13T14:41:19.241976+0000","last_clean":"2024-09-13T14:41:19.241976+0000","last_became_active":"2024-09-13T14:39:19.172521+0000","last_became_peered":"2024-09-13T14:39:19.172521+0000","last_unstale":"2024-09-13T14:41:19.241976+0000","last_undegraded":"2024-09-13T14:41:19.241976+0000","last_fullsized":"2024-09-13T14:41:19.241976+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:36:41.889858+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.12","version":"0'0","reported_seq":1410,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:23.261543+0000","last_change":"2024-09-13T14:39:19.170015+0000","last_active":"2024-09-13T14:41:23.261543+0000","last_peered":"2024-09-13T14:41:23.261543+0000","last_clean":"2024-09-13T14:41:23.261543+0000","last_became_active":"2024-09-13T14:39:19.169675+0000","last_became_peered":"2024-09-13T14:39:19.169675+0000","last_unstale":"2024-09-13T14:41:23.261543+0000","last_undegraded":"2024-09-13T14:41:23.261543+0000","last_fullsized":"2024-09-13T14:41:23.261543+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:54:38.725148+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.16","version":"0'0","reported_seq":1409,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:23.261575+0000","last_change":"2024-09-13T14:39:19.167842+0000","last_active":"2024-09-13T14:41:23.261575+0000","last_peered":"2024-09-13T14:41:23.261575+0000","last_clean":"2024-09-13T14:41:23.261575+0000","last_became_active":"2024-09-13T14:39:19.167223+0000","last_became_peered":"2024-09-13T14:39:19.167223+0000","last_unstale":"2024-09-13T14:41:23.261575+0000","last_undegraded":"2024-09-13T14:41:23.261575+0000","last_fullsized":"2024-09-13T14:41:23.261575+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:29:51.080670+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[0,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.11","version":"0'0","reported_seq":1033,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.261020+0000","last_change":"2024-09-13T14:39:45.492063+0000","last_active":"2024-09-13T14:41:19.261020+0000","last_peered":"2024-09-13T14:41:19.261020+0000","last_clean":"2024-09-13T14:41:19.261020+0000","last_became_active":"2024-09-13T14:39:45.491427+0000","last_became_peered":"2024-09-13T14:39:45.491427+0000","last_unstale":"2024-09-13T14:41:19.261020+0000","last_undegraded":"2024-09-13T14:41:19.261020+0000","last_fullsized":"2024-09-13T14:41:19.261020+0000","mapping_epoch":1098,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1099,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:59:40.493837+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.17","version":"0'0","reported_seq":797,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.251081+0000","last_change":"2024-09-13T14:39:19.167317+0000","last_active":"2024-09-13T14:41:19.251081+0000","last_peered":"2024-09-13T14:41:19.251081+0000","last_clean":"2024-09-13T14:41:19.251081+0000","last_became_active":"2024-09-13T14:39:19.166925+0000","last_became_peered":"2024-09-13T14:39:19.166925+0000","last_unstale":"2024-09-13T14:41:19.251081+0000","last_undegraded":"2024-09-13T14:41:19.251081+0000","last_fullsized":"2024-09-13T14:41:19.251081+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:52:45.404206+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[7,1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.10","version":"70'8","reported_seq":1045,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.252085+0000","last_change":"2024-09-13T14:32:10.923132+0000","last_active":"2024-09-13T14:41:19.252085+0000","last_peered":"2024-09-13T14:41:19.252085+0000","last_clean":"2024-09-13T14:41:19.252085+0000","last_became_active":"2024-09-13T14:32:10.922710+0000","last_became_peered":"2024-09-13T14:32:10.922710+0000","last_unstale":"2024-09-13T14:41:19.252085+0000","last_undegraded":"2024-09-13T14:41:19.252085+0000","last_fullsized":"2024-09-13T14:41:19.252085+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T19:47:11.104439+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":[6,0,5],"acting":[6,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"6.a","version":"1114'9694","reported_seq":9725,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:25.525677+0000","last_change":"2024-09-13T14:39:16.317780+0000","last_active":"2024-09-13T14:41:25.525677+0000","last_peered":"2024-09-13T14:41:25.525677+0000","last_clean":"2024-09-13T14:41:25.525677+0000","last_became_active":"2024-09-13T14:39:16.317336+0000","last_became_peered":"2024-09-13T14:39:16.317336+0000","last_unstale":"2024-09-13T14:41:25.525677+0000","last_undegraded":"2024-09-13T14:41:25.525677+0000","last_fullsized":"2024-09-13T14:41:25.525677+0000","mapping_epoch":1091,"log_start":"1096'300","ondisk_log_start":"1096'300","created":1091,"last_epoch_clean":1092,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":9394,"log_dups_size":0,"ondisk_log_size":9394,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:12:23.244753+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":444727296,"num_objects":6786,"num_object_clones":0,"num_object_copies":20358,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6786,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":9694,"num_write_kb":527360,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[5,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.f","version":"70'1","reported_seq":1040,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.251256+0000","last_change":"2024-09-13T14:32:10.925838+0000","last_active":"2024-09-13T14:41:19.251256+0000","last_peered":"2024-09-13T14:41:19.251256+0000","last_clean":"2024-09-13T14:41:19.251256+0000","last_became_active":"2024-09-13T14:32:10.925469+0000","last_became_peered":"2024-09-13T14:32:10.925469+0000","last_unstale":"2024-09-13T14:41:19.251256+0000","last_undegraded":"2024-09-13T14:41:19.251256+0000","last_fullsized":"2024-09-13T14:41:19.251256+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T17:37:11.282892+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":[7,4,0],"acting":[7,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.8","version":"0'0","reported_seq":1034,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.242203+0000","last_change":"2024-09-13T14:19:29.737140+0000","last_active":"2024-09-13T14:41:19.242203+0000","last_peered":"2024-09-13T14:41:19.242203+0000","last_clean":"2024-09-13T14:41:19.242203+0000","last_became_active":"2024-09-13T14:19:29.736847+0000","last_became_peered":"2024-09-13T14:19:29.736847+0000","last_unstale":"2024-09-13T14:41:19.242203+0000","last_undegraded":"2024-09-13T14:41:19.242203+0000","last_fullsized":"2024-09-13T14:41:19.242203+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:38:08.956564+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"6.b","version":"1114'9572","reported_seq":9602,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:25.496781+0000","last_change":"2024-09-13T14:39:19.171178+0000","last_active":"2024-09-13T14:41:25.496781+0000","last_peered":"2024-09-13T14:41:25.496781+0000","last_clean":"2024-09-13T14:41:25.496781+0000","last_became_active":"2024-09-13T14:39:19.170843+0000","last_became_peered":"2024-09-13T14:39:19.170843+0000","last_unstale":"2024-09-13T14:41:25.496781+0000","last_undegraded":"2024-09-13T14:41:25.496781+0000","last_fullsized":"2024-09-13T14:41:25.496781+0000","mapping_epoch":1094,"log_start":"1096'1600","ondisk_log_start":"1096'1600","created":1091,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":7972,"log_dups_size":0,"ondisk_log_size":7972,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:44:43.950971+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":440926208,"num_objects":6728,"num_object_clones":0,"num_object_copies":20184,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6728,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":9572,"num_write_kb":521600,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[7,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.e","version":"70'2","reported_seq":1041,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.251772+0000","last_change":"2024-09-13T14:32:44.955178+0000","last_active":"2024-09-13T14:41:19.251772+0000","last_peered":"2024-09-13T14:41:19.251772+0000","last_clean":"2024-09-13T14:41:19.251772+0000","last_became_active":"2024-09-13T14:32:44.954792+0000","last_became_peered":"2024-09-13T14:32:44.954792+0000","last_unstale":"2024-09-13T14:41:19.251772+0000","last_undegraded":"2024-09-13T14:41:19.251772+0000","last_fullsized":"2024-09-13T14:41:19.251772+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T19:15:55.869971+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,4,1],"acting":[7,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.9","version":"0'0","reported_seq":1087,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.236284+0000","last_change":"2024-09-13T14:39:19.172455+0000","last_active":"2024-09-13T14:41:19.236284+0000","last_peered":"2024-09-13T14:41:19.236284+0000","last_clean":"2024-09-13T14:41:19.236284+0000","last_became_active":"2024-09-13T14:39:19.171677+0000","last_became_peered":"2024-09-13T14:39:19.171677+0000","last_unstale":"2024-09-13T14:41:19.236284+0000","last_undegraded":"2024-09-13T14:41:19.236284+0000","last_fullsized":"2024-09-13T14:41:19.236284+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:04:49.599552+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[4,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"6.8","version":"1114'9692","reported_seq":9734,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:25.398198+0000","last_change":"2024-09-13T14:39:19.171874+0000","last_active":"2024-09-13T14:41:25.398198+0000","last_peered":"2024-09-13T14:41:25.398198+0000","last_clean":"2024-09-13T14:41:25.398198+0000","last_became_active":"2024-09-13T14:39:19.171572+0000","last_became_peered":"2024-09-13T14:39:19.171572+0000","last_unstale":"2024-09-13T14:41:25.398198+0000","last_undegraded":"2024-09-13T14:41:25.398198+0000","last_fullsized":"2024-09-13T14:41:25.398198+0000","mapping_epoch":1094,"log_start":"1096'1700","ondisk_log_start":"1096'1700","created":1091,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":7992,"log_dups_size":0,"ondisk_log_size":7992,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:52:17.315092+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":455475200,"num_objects":6950,"num_object_clones":0,"num_object_copies":20850,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6950,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":9692,"num_write_kb":532544,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.d","version":"70'1","reported_seq":1025,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.251275+0000","last_change":"2024-09-13T14:19:29.702716+0000","last_active":"2024-09-13T14:41:19.251275+0000","last_peered":"2024-09-13T14:41:19.251275+0000","last_clean":"2024-09-13T14:41:19.251275+0000","last_became_active":"2024-09-13T14:19:29.702205+0000","last_became_peered":"2024-09-13T14:19:29.702205+0000","last_unstale":"2024-09-13T14:41:19.251275+0000","last_undegraded":"2024-09-13T14:41:19.251275+0000","last_fullsized":"2024-09-13T14:41:19.251275+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T22:09:38.318232+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":[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.a","version":"0'0","reported_seq":1046,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.254779+0000","last_change":"2024-09-13T14:39:45.494752+0000","last_active":"2024-09-13T14:41:19.254779+0000","last_peered":"2024-09-13T14:41:19.254779+0000","last_clean":"2024-09-13T14:41:19.254779+0000","last_became_active":"2024-09-13T14:39:45.494383+0000","last_became_peered":"2024-09-13T14:39:45.494383+0000","last_unstale":"2024-09-13T14:41:19.254779+0000","last_undegraded":"2024-09-13T14:41:19.254779+0000","last_fullsized":"2024-09-13T14:41:19.254779+0000","mapping_epoch":1098,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1099,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:35:15.781522+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[6,5,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"6.9","version":"1114'9624","reported_seq":9681,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:24.033952+0000","last_change":"2024-09-13T14:39:16.146555+0000","last_active":"2024-09-13T14:41:24.033952+0000","last_peered":"2024-09-13T14:41:24.033952+0000","last_clean":"2024-09-13T14:41:24.033952+0000","last_became_active":"2024-09-13T14:39:16.146227+0000","last_became_peered":"2024-09-13T14:39:16.146227+0000","last_unstale":"2024-09-13T14:41:24.033952+0000","last_undegraded":"2024-09-13T14:41:24.033952+0000","last_fullsized":"2024-09-13T14:41:24.033952+0000","mapping_epoch":1091,"log_start":"1096'500","ondisk_log_start":"1096'500","created":1091,"last_epoch_clean":1092,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":9124,"log_dups_size":0,"ondisk_log_size":9124,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:29:14.746504+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":449183744,"num_objects":6854,"num_object_clones":0,"num_object_copies":20562,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6854,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":9624,"num_write_kb":527296,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[0,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.c","version":"0'0","reported_seq":1058,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.241841+0000","last_change":"2024-09-13T14:39:19.171529+0000","last_active":"2024-09-13T14:41:19.241841+0000","last_peered":"2024-09-13T14:41:19.241841+0000","last_clean":"2024-09-13T14:41:19.241841+0000","last_became_active":"2024-09-13T14:39:19.171270+0000","last_became_peered":"2024-09-13T14:39:19.171270+0000","last_unstale":"2024-09-13T14:41:19.241841+0000","last_undegraded":"2024-09-13T14:41:19.241841+0000","last_fullsized":"2024-09-13T14:41:19.241841+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:10:12.240151+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[5,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.b","version":"0'0","reported_seq":1416,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:23.261437+0000","last_change":"2024-09-13T14:33:17.924064+0000","last_active":"2024-09-13T14:41:23.261437+0000","last_peered":"2024-09-13T14:41:23.261437+0000","last_clean":"2024-09-13T14:41:23.261437+0000","last_became_active":"2024-09-13T14:33:17.923735+0000","last_became_peered":"2024-09-13T14:33:17.923735+0000","last_unstale":"2024-09-13T14:41:23.261437+0000","last_undegraded":"2024-09-13T14:41:23.261437+0000","last_fullsized":"2024-09-13T14:41:23.261437+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:22:09.908057+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[0,2,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"6.e","version":"1114'9656","reported_seq":9688,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:25.467762+0000","last_change":"2024-09-13T14:39:16.145287+0000","last_active":"2024-09-13T14:41:25.467762+0000","last_peered":"2024-09-13T14:41:25.467762+0000","last_clean":"2024-09-13T14:41:25.467762+0000","last_became_active":"2024-09-13T14:39:16.144981+0000","last_became_peered":"2024-09-13T14:39:16.144981+0000","last_unstale":"2024-09-13T14:41:25.467762+0000","last_undegraded":"2024-09-13T14:41:25.467762+0000","last_fullsized":"2024-09-13T14:41:25.467762+0000","mapping_epoch":1091,"log_start":"1096'2100","ondisk_log_start":"1096'2100","created":1091,"last_epoch_clean":1092,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":7556,"log_dups_size":0,"ondisk_log_size":7556,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:06:12.407699+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":444334080,"num_objects":6780,"num_object_clones":0,"num_object_copies":20340,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6780,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":9656,"num_write_kb":525952,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.b","version":"70'2","reported_seq":93,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:23.261790+0000","last_change":"2024-09-13T14:39:19.186944+0000","last_active":"2024-09-13T14:41:23.261790+0000","last_peered":"2024-09-13T14:41:23.261790+0000","last_clean":"2024-09-13T14:41:23.261790+0000","last_became_active":"2024-09-13T14:39:19.169714+0000","last_became_peered":"2024-09-13T14:39:19.169714+0000","last_unstale":"2024-09-13T14:41:23.261790+0000","last_undegraded":"2024-09-13T14:41:23.261790+0000","last_fullsized":"2024-09-13T14:41:23.261790+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T01:13:27.382092+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":1,"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,1],"acting":[0,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"4.c","version":"0'0","reported_seq":1071,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.239368+0000","last_change":"2024-09-13T14:39:19.173138+0000","last_active":"2024-09-13T14:41:19.239368+0000","last_peered":"2024-09-13T14:41:19.239368+0000","last_clean":"2024-09-13T14:41:19.239368+0000","last_became_active":"2024-09-13T14:39:19.172817+0000","last_became_peered":"2024-09-13T14:39:19.172817+0000","last_unstale":"2024-09-13T14:41:19.239368+0000","last_undegraded":"2024-09-13T14:41:19.239368+0000","last_fullsized":"2024-09-13T14:41:19.239368+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:53:49.604574+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"6.f","version":"1114'9707","reported_seq":9769,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:26.031621+0000","last_change":"2024-09-13T14:39:19.172027+0000","last_active":"2024-09-13T14:41:26.031621+0000","last_peered":"2024-09-13T14:41:26.031621+0000","last_clean":"2024-09-13T14:41:26.031621+0000","last_became_active":"2024-09-13T14:39:19.171711+0000","last_became_peered":"2024-09-13T14:39:19.171711+0000","last_unstale":"2024-09-13T14:41:26.031621+0000","last_undegraded":"2024-09-13T14:41:26.031621+0000","last_fullsized":"2024-09-13T14:41:26.031621+0000","mapping_epoch":1094,"log_start":"1096'1100","ondisk_log_start":"1096'1100","created":1091,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":8607,"log_dups_size":0,"ondisk_log_size":8607,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:17:17.534925+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":443482112,"num_objects":6767,"num_object_clones":0,"num_object_copies":20301,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6767,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":9707,"num_write_kb":527168,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.a","version":"0'0","reported_seq":1038,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.254911+0000","last_change":"2024-09-13T14:32:44.958399+0000","last_active":"2024-09-13T14:41:19.254911+0000","last_peered":"2024-09-13T14:41:19.254911+0000","last_clean":"2024-09-13T14:41:19.254911+0000","last_became_active":"2024-09-13T14:32:44.957143+0000","last_became_peered":"2024-09-13T14:32:44.957143+0000","last_unstale":"2024-09-13T14:41:19.254911+0000","last_undegraded":"2024-09-13T14:41:19.254911+0000","last_fullsized":"2024-09-13T14:41:19.254911+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:38:34.798967+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.d","version":"0'0","reported_seq":1077,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.236838+0000","last_change":"2024-09-13T14:33:17.924971+0000","last_active":"2024-09-13T14:41:19.236838+0000","last_peered":"2024-09-13T14:41:19.236838+0000","last_clean":"2024-09-13T14:41:19.236838+0000","last_became_active":"2024-09-13T14:33:17.924648+0000","last_became_peered":"2024-09-13T14:33:17.924648+0000","last_unstale":"2024-09-13T14:41:19.236838+0000","last_undegraded":"2024-09-13T14:41:19.236838+0000","last_fullsized":"2024-09-13T14:41:19.236838+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:45:08.239283+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,1],"acting":[4,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"6.c","version":"1114'9611","reported_seq":9641,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:25.486244+0000","last_change":"2024-09-13T14:39:19.177293+0000","last_active":"2024-09-13T14:41:25.486244+0000","last_peered":"2024-09-13T14:41:25.486244+0000","last_clean":"2024-09-13T14:41:25.486244+0000","last_became_active":"2024-09-13T14:39:19.177031+0000","last_became_peered":"2024-09-13T14:39:19.177031+0000","last_unstale":"2024-09-13T14:41:25.486244+0000","last_undegraded":"2024-09-13T14:41:25.486244+0000","last_fullsized":"2024-09-13T14:41:25.486244+0000","mapping_epoch":1094,"log_start":"1099'2900","ondisk_log_start":"1099'2900","created":1091,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":6711,"log_dups_size":0,"ondisk_log_size":6711,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:48:32.754436+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":444006400,"num_objects":6775,"num_object_clones":0,"num_object_copies":20325,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6775,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":9611,"num_write_kb":524352,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[6,5,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.9","version":"0'0","reported_seq":1064,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.236466+0000","last_change":"2024-09-13T14:33:17.926775+0000","last_active":"2024-09-13T14:41:19.236466+0000","last_peered":"2024-09-13T14:41:19.236466+0000","last_clean":"2024-09-13T14:41:19.236466+0000","last_became_active":"2024-09-13T14:33:17.926188+0000","last_became_peered":"2024-09-13T14:33:17.926188+0000","last_unstale":"2024-09-13T14:41:19.236466+0000","last_undegraded":"2024-09-13T14:41:19.236466+0000","last_fullsized":"2024-09-13T14:41:19.236466+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:03:12.922468+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,7],"acting":[4,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.e","version":"0'0","reported_seq":1062,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.244010+0000","last_change":"2024-09-13T14:32:44.957195+0000","last_active":"2024-09-13T14:41:19.244010+0000","last_peered":"2024-09-13T14:41:19.244010+0000","last_clean":"2024-09-13T14:41:19.244010+0000","last_became_active":"2024-09-13T14:32:44.956868+0000","last_became_peered":"2024-09-13T14:32:44.956868+0000","last_unstale":"2024-09-13T14:41:19.244010+0000","last_undegraded":"2024-09-13T14:41:19.244010+0000","last_fullsized":"2024-09-13T14:41:19.244010+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:42:34.097129+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"6.d","version":"1114'9697","reported_seq":9729,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:25.498884+0000","last_change":"2024-09-13T14:39:16.141888+0000","last_active":"2024-09-13T14:41:25.498884+0000","last_peered":"2024-09-13T14:41:25.498884+0000","last_clean":"2024-09-13T14:41:25.498884+0000","last_became_active":"2024-09-13T14:39:16.141668+0000","last_became_peered":"2024-09-13T14:39:16.141668+0000","last_unstale":"2024-09-13T14:41:25.498884+0000","last_undegraded":"2024-09-13T14:41:25.498884+0000","last_fullsized":"2024-09-13T14:41:25.498884+0000","mapping_epoch":1091,"log_start":"1096'300","ondisk_log_start":"1096'300","created":1091,"last_epoch_clean":1092,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":9397,"log_dups_size":0,"ondisk_log_size":9397,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:50:13.635237+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":448921624,"num_objects":6851,"num_object_clones":0,"num_object_copies":20553,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6851,"num_whiteouts":0,"num_read":1,"num_read_kb":1,"num_write":9697,"num_write_kb":529473,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"3.8","version":"0'0","reported_seq":817,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.241187+0000","last_change":"2024-09-13T14:39:19.161607+0000","last_active":"2024-09-13T14:41:19.241187+0000","last_peered":"2024-09-13T14:41:19.241187+0000","last_clean":"2024-09-13T14:41:19.241187+0000","last_became_active":"2024-09-13T14:39:19.161300+0000","last_became_peered":"2024-09-13T14:39:19.161300+0000","last_unstale":"2024-09-13T14:41:19.241187+0000","last_undegraded":"2024-09-13T14:41:19.241187+0000","last_fullsized":"2024-09-13T14:41:19.241187+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:34:08.329843+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[1,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"4.f","version":"0'0","reported_seq":1372,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.242454+0000","last_change":"2024-09-13T14:39:19.161512+0000","last_active":"2024-09-13T14:41:19.242454+0000","last_peered":"2024-09-13T14:41:19.242454+0000","last_clean":"2024-09-13T14:41:19.242454+0000","last_became_active":"2024-09-13T14:39:19.161213+0000","last_became_peered":"2024-09-13T14:39:19.161213+0000","last_unstale":"2024-09-13T14:41:19.242454+0000","last_undegraded":"2024-09-13T14:41:19.242454+0000","last_fullsized":"2024-09-13T14:41:19.242454+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:39:47.725691+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[1,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"6.7","version":"1114'9877","reported_seq":9915,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:25.514685+0000","last_change":"2024-09-13T14:39:19.168410+0000","last_active":"2024-09-13T14:41:25.514685+0000","last_peered":"2024-09-13T14:41:25.514685+0000","last_clean":"2024-09-13T14:41:25.514685+0000","last_became_active":"2024-09-13T14:39:19.168063+0000","last_became_peered":"2024-09-13T14:39:19.168063+0000","last_unstale":"2024-09-13T14:41:25.514685+0000","last_undegraded":"2024-09-13T14:41:25.514685+0000","last_fullsized":"2024-09-13T14:41:25.514685+0000","mapping_epoch":1094,"log_start":"1096'500","ondisk_log_start":"1096'500","created":1091,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":9377,"log_dups_size":0,"ondisk_log_size":9377,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:38:13.174644+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":456196096,"num_objects":6961,"num_object_clones":0,"num_object_copies":20883,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6961,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":9877,"num_write_kb":538816,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.0","version":"373'149","reported_seq":1370,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.250811+0000","last_change":"2024-09-13T14:32:10.924871+0000","last_active":"2024-09-13T14:41:19.250811+0000","last_peered":"2024-09-13T14:41:19.250811+0000","last_clean":"2024-09-13T14:41:19.250811+0000","last_became_active":"2024-09-13T14:32:10.924500+0000","last_became_peered":"2024-09-13T14:32:10.924500+0000","last_unstale":"2024-09-13T14:41:19.250811+0000","last_undegraded":"2024-09-13T14:41:19.250811+0000","last_fullsized":"2024-09-13T14:41:19.250811+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:15:42.548303+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:21:02.828762+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":392,"num_read_kb":834,"num_write":215,"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":"63'1","reported_seq":1064,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.241570+0000","last_change":"2024-09-13T14:33:17.925155+0000","last_active":"2024-09-13T14:41:19.241570+0000","last_peered":"2024-09-13T14:41:19.241570+0000","last_clean":"2024-09-13T14:41:19.241570+0000","last_became_active":"2024-09-13T14:33:17.924828+0000","last_became_peered":"2024-09-13T14:33:17.924828+0000","last_unstale":"2024-09-13T14:41:19.241570+0000","last_undegraded":"2024-09-13T14:41:19.241570+0000","last_fullsized":"2024-09-13T14:41:19.241570+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-14T16:07:59.858659+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029038399999999998,"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":[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":771,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:23.261647+0000","last_change":"2024-09-13T14:39:19.173357+0000","last_active":"2024-09-13T14:41:23.261647+0000","last_peered":"2024-09-13T14:41:23.261647+0000","last_clean":"2024-09-13T14:41:23.261647+0000","last_became_active":"2024-09-13T14:39:19.173046+0000","last_became_peered":"2024-09-13T14:39:19.173046+0000","last_unstale":"2024-09-13T14:41:23.261647+0000","last_undegraded":"2024-09-13T14:41:23.261647+0000","last_fullsized":"2024-09-13T14:41:23.261647+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:02:29.320019+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[5,6,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.5","version":"0'0","reported_seq":1022,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.250605+0000","last_change":"2024-09-13T14:19:29.739160+0000","last_active":"2024-09-13T14:41:19.250605+0000","last_peered":"2024-09-13T14:41:19.250605+0000","last_clean":"2024-09-13T14:41:19.250605+0000","last_became_active":"2024-09-13T14:19:29.738892+0000","last_became_peered":"2024-09-13T14:19:29.738892+0000","last_unstale":"2024-09-13T14:41:19.250605+0000","last_undegraded":"2024-09-13T14:41:19.250605+0000","last_fullsized":"2024-09-13T14:41:19.250605+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:04:33.496723+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"6.4","version":"1113'9701","reported_seq":9760,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:22.995529+0000","last_change":"2024-09-13T14:39:19.174926+0000","last_active":"2024-09-13T14:41:22.995529+0000","last_peered":"2024-09-13T14:41:22.995529+0000","last_clean":"2024-09-13T14:41:22.995529+0000","last_became_active":"2024-09-13T14:39:19.174302+0000","last_became_peered":"2024-09-13T14:39:19.174302+0000","last_unstale":"2024-09-13T14:41:22.995529+0000","last_undegraded":"2024-09-13T14:41:22.995529+0000","last_fullsized":"2024-09-13T14:41:22.995529+0000","mapping_epoch":1094,"log_start":"1099'2800","ondisk_log_start":"1099'2800","created":1091,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":6901,"log_dups_size":0,"ondisk_log_size":6901,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:29:44.750264+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":455409664,"num_objects":6949,"num_object_clones":0,"num_object_copies":20847,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6949,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":9701,"num_write_kb":532800,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[1,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.0","version":"0'0","reported_seq":1068,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.250621+0000","last_change":"2024-09-13T14:32:44.959494+0000","last_active":"2024-09-13T14:41:19.250621+0000","last_peered":"2024-09-13T14:41:19.250621+0000","last_clean":"2024-09-13T14:41:19.250621+0000","last_became_active":"2024-09-13T14:32:44.959144+0000","last_became_peered":"2024-09-13T14:32:44.959144+0000","last_unstale":"2024-09-13T14:41:19.250621+0000","last_undegraded":"2024-09-13T14:41:19.250621+0000","last_fullsized":"2024-09-13T14:41:19.250621+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:16:38.736104+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000322109,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":1411,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:23.261869+0000","last_change":"2024-09-13T14:39:19.164325+0000","last_active":"2024-09-13T14:41:23.261869+0000","last_peered":"2024-09-13T14:41:23.261869+0000","last_clean":"2024-09-13T14:41:23.261869+0000","last_became_active":"2024-09-13T14:39:19.163951+0000","last_became_peered":"2024-09-13T14:39:19.163951+0000","last_unstale":"2024-09-13T14:41:23.261869+0000","last_undegraded":"2024-09-13T14:41:23.261869+0000","last_fullsized":"2024-09-13T14:41:23.261869+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:14:33.777041+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[0,4,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"4.6","version":"0'0","reported_seq":1416,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:23.261425+0000","last_change":"2024-09-13T14:33:17.927377+0000","last_active":"2024-09-13T14:41:23.261425+0000","last_peered":"2024-09-13T14:41:23.261425+0000","last_clean":"2024-09-13T14:41:23.261425+0000","last_became_active":"2024-09-13T14:33:17.926642+0000","last_became_peered":"2024-09-13T14:33:17.926642+0000","last_unstale":"2024-09-13T14:41:23.261425+0000","last_undegraded":"2024-09-13T14:41:23.261425+0000","last_fullsized":"2024-09-13T14:41:23.261425+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:56:30.839736+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"6.5","version":"1114'9560","reported_seq":9602,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:25.442141+0000","last_change":"2024-09-13T14:39:19.172757+0000","last_active":"2024-09-13T14:41:25.442141+0000","last_peered":"2024-09-13T14:41:25.442141+0000","last_clean":"2024-09-13T14:41:25.442141+0000","last_became_active":"2024-09-13T14:39:19.172458+0000","last_became_peered":"2024-09-13T14:39:19.172458+0000","last_unstale":"2024-09-13T14:41:25.442141+0000","last_undegraded":"2024-09-13T14:41:25.442141+0000","last_fullsized":"2024-09-13T14:41:25.442141+0000","mapping_epoch":1094,"log_start":"1096'1600","ondisk_log_start":"1096'1600","created":1091,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":7960,"log_dups_size":0,"ondisk_log_size":7960,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:59:57.920613+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":441188352,"num_objects":6732,"num_object_clones":0,"num_object_copies":20196,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6732,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":9560,"num_write_kb":521344,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[7,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.1","version":"0'0","reported_seq":1369,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:23.252641+0000","last_change":"2024-09-13T14:39:19.177067+0000","last_active":"2024-09-13T14:41:23.252641+0000","last_peered":"2024-09-13T14:41:23.252641+0000","last_clean":"2024-09-13T14:41:23.252641+0000","last_became_active":"2024-09-13T14:39:19.176758+0000","last_became_peered":"2024-09-13T14:39:19.176758+0000","last_unstale":"2024-09-13T14:41:23.252641+0000","last_undegraded":"2024-09-13T14:41:23.252641+0000","last_fullsized":"2024-09-13T14:41:23.252641+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:01:47.450523+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00030931399999999999,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"3.0","version":"0'0","reported_seq":1367,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.241273+0000","last_change":"2024-09-13T14:33:17.920978+0000","last_active":"2024-09-13T14:41:19.241273+0000","last_peered":"2024-09-13T14:41:19.241273+0000","last_clean":"2024-09-13T14:41:19.241273+0000","last_became_active":"2024-09-13T14:33:17.920696+0000","last_became_peered":"2024-09-13T14:33:17.920696+0000","last_unstale":"2024-09-13T14:41:19.241273+0000","last_undegraded":"2024-09-13T14:41:19.241273+0000","last_fullsized":"2024-09-13T14:41:19.241273+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:12:56.325230+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.7","version":"0'0","reported_seq":1350,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.242268+0000","last_change":"2024-09-13T14:32:44.964975+0000","last_active":"2024-09-13T14:41:19.242268+0000","last_peered":"2024-09-13T14:41:19.242268+0000","last_clean":"2024-09-13T14:41:19.242268+0000","last_became_active":"2024-09-13T14:32:44.963031+0000","last_became_peered":"2024-09-13T14:32:44.963031+0000","last_unstale":"2024-09-13T14:41:19.242268+0000","last_undegraded":"2024-09-13T14:41:19.242268+0000","last_fullsized":"2024-09-13T14:41:19.242268+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:15:43.709469+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"6.6","version":"1114'9729","reported_seq":9758,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:25.478740+0000","last_change":"2024-09-13T14:39:19.171559+0000","last_active":"2024-09-13T14:41:25.478740+0000","last_peered":"2024-09-13T14:41:25.478740+0000","last_clean":"2024-09-13T14:41:25.478740+0000","last_became_active":"2024-09-13T14:39:19.171221+0000","last_became_peered":"2024-09-13T14:39:19.171221+0000","last_unstale":"2024-09-13T14:41:25.478740+0000","last_undegraded":"2024-09-13T14:41:25.478740+0000","last_fullsized":"2024-09-13T14:41:25.478740+0000","mapping_epoch":1094,"log_start":"1096'2200","ondisk_log_start":"1096'2200","created":1091,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":7529,"log_dups_size":0,"ondisk_log_size":7529,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:09:56.250598+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":447807488,"num_objects":6833,"num_object_clones":0,"num_object_copies":20499,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6833,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":9729,"num_write_kb":529984,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7,6],"acting":[4,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.2","version":"65'2","reported_seq":1065,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.243736+0000","last_change":"2024-09-13T14:32:44.954354+0000","last_active":"2024-09-13T14:41:19.243736+0000","last_peered":"2024-09-13T14:41:19.243736+0000","last_clean":"2024-09-13T14:41:19.243736+0000","last_became_active":"2024-09-13T14:32:44.953937+0000","last_became_peered":"2024-09-13T14:32:44.953937+0000","last_unstale":"2024-09-13T14:41:19.243736+0000","last_undegraded":"2024-09-13T14:41:19.243736+0000","last_fullsized":"2024-09-13T14:41:19.243736+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-14T22:00:15.492952+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00094368000000000002,"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":[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":1064,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.236644+0000","last_change":"2024-09-13T14:32:10.926314+0000","last_active":"2024-09-13T14:41:19.236644+0000","last_peered":"2024-09-13T14:41:19.236644+0000","last_clean":"2024-09-13T14:41:19.236644+0000","last_became_active":"2024-09-13T14:32:10.925869+0000","last_became_peered":"2024-09-13T14:32:10.925869+0000","last_unstale":"2024-09-13T14:41:19.236644+0000","last_undegraded":"2024-09-13T14:41:19.236644+0000","last_fullsized":"2024-09-13T14:41:19.236644+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:38:58.957447+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.4","version":"0'0","reported_seq":1385,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.241862+0000","last_change":"2024-09-13T14:39:19.175256+0000","last_active":"2024-09-13T14:41:19.241862+0000","last_peered":"2024-09-13T14:41:19.241862+0000","last_clean":"2024-09-13T14:41:19.241862+0000","last_became_active":"2024-09-13T14:39:19.174953+0000","last_became_peered":"2024-09-13T14:39:19.174953+0000","last_unstale":"2024-09-13T14:41:19.241862+0000","last_undegraded":"2024-09-13T14:41:19.241862+0000","last_fullsized":"2024-09-13T14:41:19.241862+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:55:26.963281+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"6.0","version":"1114'9565","reported_seq":9630,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:24.045071+0000","last_change":"2024-09-13T14:39:19.169013+0000","last_active":"2024-09-13T14:41:24.045071+0000","last_peered":"2024-09-13T14:41:24.045071+0000","last_clean":"2024-09-13T14:41:24.045071+0000","last_became_active":"2024-09-13T14:39:19.168688+0000","last_became_peered":"2024-09-13T14:39:19.168688+0000","last_unstale":"2024-09-13T14:41:24.045071+0000","last_undegraded":"2024-09-13T14:41:24.045071+0000","last_fullsized":"2024-09-13T14:41:24.045071+0000","mapping_epoch":1094,"log_start":"1096'400","ondisk_log_start":"1096'400","created":1091,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":9165,"log_dups_size":0,"ondisk_log_size":9165,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:06:47.180643+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":451739648,"num_objects":6893,"num_object_clones":0,"num_object_copies":20679,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6893,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":9565,"num_write_kb":526656,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[0,2,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.5","version":"0'0","reported_seq":1074,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.242116+0000","last_change":"2024-09-13T14:39:19.173492+0000","last_active":"2024-09-13T14:41:19.242116+0000","last_peered":"2024-09-13T14:41:19.242116+0000","last_clean":"2024-09-13T14:41:19.242116+0000","last_became_active":"2024-09-13T14:39:19.173210+0000","last_became_peered":"2024-09-13T14:39:19.173210+0000","last_unstale":"2024-09-13T14:41:19.242116+0000","last_undegraded":"2024-09-13T14:41:19.242116+0000","last_fullsized":"2024-09-13T14:41:19.242116+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:59:06.522440+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[5,2,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.4","version":"0'0","reported_seq":1364,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.242222+0000","last_change":"2024-09-13T14:32:44.965574+0000","last_active":"2024-09-13T14:41:19.242222+0000","last_peered":"2024-09-13T14:41:19.242222+0000","last_clean":"2024-09-13T14:41:19.242222+0000","last_became_active":"2024-09-13T14:32:44.963233+0000","last_became_peered":"2024-09-13T14:32:44.963233+0000","last_unstale":"2024-09-13T14:41:19.242222+0000","last_undegraded":"2024-09-13T14:41:19.242222+0000","last_fullsized":"2024-09-13T14:41:19.242222+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:40:28.561059+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00031535100000000001,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.2","version":"0'0","reported_seq":1356,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.241385+0000","last_change":"2024-09-13T14:32:44.952766+0000","last_active":"2024-09-13T14:41:19.241385+0000","last_peered":"2024-09-13T14:41:19.241385+0000","last_clean":"2024-09-13T14:41:19.241385+0000","last_became_active":"2024-09-13T14:32:44.952468+0000","last_became_peered":"2024-09-13T14:32:44.952468+0000","last_unstale":"2024-09-13T14:41:19.241385+0000","last_undegraded":"2024-09-13T14:41:19.241385+0000","last_fullsized":"2024-09-13T14:41:19.241385+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:27:19.239636+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"6.1","version":"1113'9499","reported_seq":9554,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:23.047270+0000","last_change":"2024-09-13T14:39:16.317628+0000","last_active":"2024-09-13T14:41:23.047270+0000","last_peered":"2024-09-13T14:41:23.047270+0000","last_clean":"2024-09-13T14:41:23.047270+0000","last_became_active":"2024-09-13T14:39:16.317267+0000","last_became_peered":"2024-09-13T14:39:16.317267+0000","last_unstale":"2024-09-13T14:41:23.047270+0000","last_undegraded":"2024-09-13T14:41:23.047270+0000","last_fullsized":"2024-09-13T14:41:23.047270+0000","mapping_epoch":1091,"log_start":"1099'2600","ondisk_log_start":"1099'2600","created":1091,"last_epoch_clean":1092,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":6899,"log_dups_size":0,"ondisk_log_size":6899,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:55:23.326868+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":454492160,"num_objects":6935,"num_object_clones":0,"num_object_copies":20805,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6935,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":9499,"num_write_kb":525888,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[1,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.4","version":"0'0","reported_seq":1367,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.241951+0000","last_change":"2024-09-13T14:33:17.922486+0000","last_active":"2024-09-13T14:41:19.241951+0000","last_peered":"2024-09-13T14:41:19.241951+0000","last_clean":"2024-09-13T14:41:19.241951+0000","last_became_active":"2024-09-13T14:33:17.922130+0000","last_became_peered":"2024-09-13T14:33:17.922130+0000","last_unstale":"2024-09-13T14:41:19.241951+0000","last_undegraded":"2024-09-13T14:41:19.241951+0000","last_fullsized":"2024-09-13T14:41:19.241951+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:51:55.783052+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.5","version":"0'0","reported_seq":1053,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.251347+0000","last_change":"2024-09-13T14:32:10.925170+0000","last_active":"2024-09-13T14:41:19.251347+0000","last_peered":"2024-09-13T14:41:19.251347+0000","last_clean":"2024-09-13T14:41:19.251347+0000","last_became_active":"2024-09-13T14:32:10.924864+0000","last_became_peered":"2024-09-13T14:32:10.924864+0000","last_unstale":"2024-09-13T14:41:19.251347+0000","last_undegraded":"2024-09-13T14:41:19.251347+0000","last_fullsized":"2024-09-13T14:41:19.251347+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:23:13.266436+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000327091,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.3","version":"0'0","reported_seq":1392,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:23.261535+0000","last_change":"2024-09-13T14:32:10.935933+0000","last_active":"2024-09-13T14:41:23.261535+0000","last_peered":"2024-09-13T14:41:23.261535+0000","last_clean":"2024-09-13T14:41:23.261535+0000","last_became_active":"2024-09-13T14:32:10.935486+0000","last_became_peered":"2024-09-13T14:32:10.935486+0000","last_unstale":"2024-09-13T14:41:23.261535+0000","last_undegraded":"2024-09-13T14:41:23.261535+0000","last_fullsized":"2024-09-13T14:41:23.261535+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:49:31.318318+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"6.2","version":"1114'9614","reported_seq":9656,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:25.470940+0000","last_change":"2024-09-13T14:39:19.172217+0000","last_active":"2024-09-13T14:41:25.470940+0000","last_peered":"2024-09-13T14:41:25.470940+0000","last_clean":"2024-09-13T14:41:25.470940+0000","last_became_active":"2024-09-13T14:39:19.171682+0000","last_became_peered":"2024-09-13T14:39:19.171682+0000","last_unstale":"2024-09-13T14:41:25.470940+0000","last_undegraded":"2024-09-13T14:41:25.470940+0000","last_fullsized":"2024-09-13T14:41:25.470940+0000","mapping_epoch":1094,"log_start":"1096'2100","ondisk_log_start":"1096'2100","created":1091,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":7514,"log_dups_size":0,"ondisk_log_size":7514,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:31:55.596996+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":454557696,"num_objects":6936,"num_object_clones":0,"num_object_copies":20808,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6936,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":9614,"num_write_kb":529600,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,6],"acting":[4,2,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.7","version":"70'2","reported_seq":63,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.251170+0000","last_change":"2024-09-13T14:39:19.187526+0000","last_active":"2024-09-13T14:41:19.251170+0000","last_peered":"2024-09-13T14:41:19.251170+0000","last_clean":"2024-09-13T14:41:19.251170+0000","last_became_active":"2024-09-13T14:39:19.165097+0000","last_became_peered":"2024-09-13T14:39:19.165097+0000","last_unstale":"2024-09-13T14:41:19.251170+0000","last_undegraded":"2024-09-13T14:41:19.251170+0000","last_fullsized":"2024-09-13T14:41:19.251170+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T01:20:28.115537+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":1,"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,0,5],"acting":[7,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.6","version":"0'0","reported_seq":1368,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.242761+0000","last_change":"2024-09-13T14:32:44.954419+0000","last_active":"2024-09-13T14:41:19.242761+0000","last_peered":"2024-09-13T14:41:19.242761+0000","last_clean":"2024-09-13T14:41:19.242761+0000","last_became_active":"2024-09-13T14:32:44.953988+0000","last_became_peered":"2024-09-13T14:32:44.953988+0000","last_unstale":"2024-09-13T14:41:19.242761+0000","last_undegraded":"2024-09-13T14:41:19.242761+0000","last_fullsized":"2024-09-13T14:41:19.242761+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:16:31.544386+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.0","version":"0'0","reported_seq":806,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:20.475875+0000","last_change":"2024-09-13T14:39:19.167301+0000","last_active":"2024-09-13T14:41:20.475875+0000","last_peered":"2024-09-13T14:41:20.475875+0000","last_clean":"2024-09-13T14:41:20.475875+0000","last_became_active":"2024-09-13T14:39:19.166960+0000","last_became_peered":"2024-09-13T14:39:19.166960+0000","last_unstale":"2024-09-13T14:41:20.475875+0000","last_undegraded":"2024-09-13T14:41:20.475875+0000","last_fullsized":"2024-09-13T14:41:20.475875+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:13:32.279835+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"6.3","version":"1114'9596","reported_seq":9629,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:25.418848+0000","last_change":"2024-09-13T14:39:16.317782+0000","last_active":"2024-09-13T14:41:25.418848+0000","last_peered":"2024-09-13T14:41:25.418848+0000","last_clean":"2024-09-13T14:41:25.418848+0000","last_became_active":"2024-09-13T14:39:16.317479+0000","last_became_peered":"2024-09-13T14:39:16.317479+0000","last_unstale":"2024-09-13T14:41:25.418848+0000","last_undegraded":"2024-09-13T14:41:25.418848+0000","last_fullsized":"2024-09-13T14:41:25.418848+0000","mapping_epoch":1091,"log_start":"1096'1700","ondisk_log_start":"1096'1700","created":1091,"last_epoch_clean":1092,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":7896,"log_dups_size":0,"ondisk_log_size":7896,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:44:01.407035+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":449576960,"num_objects":6860,"num_object_clones":0,"num_object_copies":20580,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6860,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":9596,"num_write_kb":526592,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[7,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.6","version":"70'1","reported_seq":1406,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:23.262135+0000","last_change":"2024-09-13T14:32:44.968175+0000","last_active":"2024-09-13T14:41:23.262135+0000","last_peered":"2024-09-13T14:41:23.262135+0000","last_clean":"2024-09-13T14:41:23.262135+0000","last_became_active":"2024-09-13T14:32:44.964527+0000","last_became_peered":"2024-09-13T14:32:44.964527+0000","last_unstale":"2024-09-13T14:41:23.262135+0000","last_undegraded":"2024-09-13T14:41:23.262135+0000","last_fullsized":"2024-09-13T14:41:23.262135+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T14:40:33.658595+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":[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.7","version":"0'0","reported_seq":1050,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.252257+0000","last_change":"2024-09-13T14:33:17.922456+0000","last_active":"2024-09-13T14:41:19.252257+0000","last_peered":"2024-09-13T14:41:19.252257+0000","last_clean":"2024-09-13T14:41:19.252257+0000","last_became_active":"2024-09-13T14:33:17.922068+0000","last_became_peered":"2024-09-13T14:33:17.922068+0000","last_unstale":"2024-09-13T14:41:19.252257+0000","last_undegraded":"2024-09-13T14:41:19.252257+0000","last_fullsized":"2024-09-13T14:41:19.252257+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:54:08.427589+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029877400000000002,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1","version":"0'0","reported_seq":1048,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.236399+0000","last_change":"2024-09-13T14:19:29.718951+0000","last_active":"2024-09-13T14:41:19.236399+0000","last_peered":"2024-09-13T14:41:19.236399+0000","last_clean":"2024-09-13T14:41:19.236399+0000","last_became_active":"2024-09-13T14:19:29.718589+0000","last_became_peered":"2024-09-13T14:19:29.718589+0000","last_unstale":"2024-09-13T14:41:19.236399+0000","last_undegraded":"2024-09-13T14:41:19.236399+0000","last_fullsized":"2024-09-13T14:41:19.236399+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:44:19.267895+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.13","version":"0'0","reported_seq":1071,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.236479+0000","last_change":"2024-09-13T14:33:17.924336+0000","last_active":"2024-09-13T14:41:19.236479+0000","last_peered":"2024-09-13T14:41:19.236479+0000","last_clean":"2024-09-13T14:41:19.236479+0000","last_became_active":"2024-09-13T14:33:17.924018+0000","last_became_peered":"2024-09-13T14:33:17.924018+0000","last_unstale":"2024-09-13T14:41:19.236479+0000","last_undegraded":"2024-09-13T14:41:19.236479+0000","last_fullsized":"2024-09-13T14:41:19.236479+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:37:24.279639+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[4,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.14","version":"455'23","reported_seq":1071,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.239515+0000","last_change":"2024-09-13T14:19:29.698825+0000","last_active":"2024-09-13T14:41:19.239515+0000","last_peered":"2024-09-13T14:41:19.239515+0000","last_clean":"2024-09-13T14:41:19.239515+0000","last_became_active":"2024-09-13T14:19:29.698348+0000","last_became_peered":"2024-09-13T14:19:29.698348+0000","last_unstale":"2024-09-13T14:41:19.239515+0000","last_undegraded":"2024-09-13T14:41:19.239515+0000","last_fullsized":"2024-09-13T14:41:19.239515+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":23,"log_dups_size":0,"ondisk_log_size":23,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:24:10.858859+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":4756,"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":23,"num_write_kb":20,"num_scrub_errors":0,"num_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":[4,7,6],"acting":[4,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.12","version":"0'0","reported_seq":42,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:23.261324+0000","last_change":"2024-09-13T14:39:45.490294+0000","last_active":"2024-09-13T14:41:23.261324+0000","last_peered":"2024-09-13T14:41:23.261324+0000","last_clean":"2024-09-13T14:41:23.261324+0000","last_became_active":"2024-09-13T14:39:45.489949+0000","last_became_peered":"2024-09-13T14:39:45.489949+0000","last_unstale":"2024-09-13T14:41:23.261324+0000","last_undegraded":"2024-09-13T14:41:23.261324+0000","last_fullsized":"2024-09-13T14:41:23.261324+0000","mapping_epoch":1098,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1099,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:55:53.985040+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6,2],"acting":[0,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.15","version":"70'3","reported_seq":1057,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.251146+0000","last_change":"2024-09-13T14:39:19.185366+0000","last_active":"2024-09-13T14:41:19.251146+0000","last_peered":"2024-09-13T14:41:19.251146+0000","last_clean":"2024-09-13T14:41:19.251146+0000","last_became_active":"2024-09-13T14:39:19.163940+0000","last_became_peered":"2024-09-13T14:39:19.163940+0000","last_unstale":"2024-09-13T14:41:19.251146+0000","last_undegraded":"2024-09-13T14:41:19.251146+0000","last_fullsized":"2024-09-13T14:41:19.251146+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T21:41:02.038946+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":2,"num_bytes_recovered":90,"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,0],"acting":[7,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.16","version":"0'0","reported_seq":1049,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.241708+0000","last_change":"2024-09-13T14:32:44.951631+0000","last_active":"2024-09-13T14:41:19.241708+0000","last_peered":"2024-09-13T14:41:19.241708+0000","last_clean":"2024-09-13T14:41:19.241708+0000","last_became_active":"2024-09-13T14:32:44.951318+0000","last_became_peered":"2024-09-13T14:32:44.951318+0000","last_unstale":"2024-09-13T14:41:19.241708+0000","last_undegraded":"2024-09-13T14:41:19.241708+0000","last_fullsized":"2024-09-13T14:41:19.241708+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:51:52.620505+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.11","version":"0'0","reported_seq":768,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.260945+0000","last_change":"2024-09-13T14:39:19.170522+0000","last_active":"2024-09-13T14:41:19.260945+0000","last_peered":"2024-09-13T14:41:19.260945+0000","last_clean":"2024-09-13T14:41:19.260945+0000","last_became_active":"2024-09-13T14:39:19.169608+0000","last_became_peered":"2024-09-13T14:39:19.169608+0000","last_unstale":"2024-09-13T14:41:19.260945+0000","last_undegraded":"2024-09-13T14:41:19.260945+0000","last_fullsized":"2024-09-13T14:41:19.260945+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:57:15.170343+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[7,6,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.17","version":"0'0","reported_seq":1410,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:23.261953+0000","last_change":"2024-09-13T14:39:19.171986+0000","last_active":"2024-09-13T14:41:23.261953+0000","last_peered":"2024-09-13T14:41:23.261953+0000","last_clean":"2024-09-13T14:41:23.261953+0000","last_became_active":"2024-09-13T14:39:19.171643+0000","last_became_peered":"2024-09-13T14:39:19.171643+0000","last_unstale":"2024-09-13T14:41:23.261953+0000","last_undegraded":"2024-09-13T14:41:23.261953+0000","last_fullsized":"2024-09-13T14:41:23.261953+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:16:34.340603+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[0,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"4.10","version":"0'0","reported_seq":816,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.241019+0000","last_change":"2024-09-13T14:39:19.173787+0000","last_active":"2024-09-13T14:41:19.241019+0000","last_peered":"2024-09-13T14:41:19.241019+0000","last_clean":"2024-09-13T14:41:19.241019+0000","last_became_active":"2024-09-13T14:39:19.173334+0000","last_became_peered":"2024-09-13T14:39:19.173334+0000","last_unstale":"2024-09-13T14:41:19.241019+0000","last_undegraded":"2024-09-13T14:41:19.241019+0000","last_fullsized":"2024-09-13T14:41:19.241019+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:33:46.075883+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1f","version":"0'0","reported_seq":1037,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.252182+0000","last_change":"2024-09-13T14:32:44.957634+0000","last_active":"2024-09-13T14:41:19.252182+0000","last_peered":"2024-09-13T14:41:19.252182+0000","last_clean":"2024-09-13T14:41:19.252182+0000","last_became_active":"2024-09-13T14:32:44.957290+0000","last_became_peered":"2024-09-13T14:32:44.957290+0000","last_unstale":"2024-09-13T14:41:19.252182+0000","last_undegraded":"2024-09-13T14:41:19.252182+0000","last_fullsized":"2024-09-13T14:41:19.252182+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:26:22.264450+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.18","version":"0'0","reported_seq":833,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:23.261228+0000","last_change":"2024-09-13T14:39:19.171905+0000","last_active":"2024-09-13T14:41:23.261228+0000","last_peered":"2024-09-13T14:41:23.261228+0000","last_clean":"2024-09-13T14:41:23.261228+0000","last_became_active":"2024-09-13T14:39:19.169620+0000","last_became_peered":"2024-09-13T14:39:19.169620+0000","last_unstale":"2024-09-13T14:41:23.261228+0000","last_undegraded":"2024-09-13T14:41:23.261228+0000","last_fullsized":"2024-09-13T14:41:23.261228+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:57:14.142477+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1e","version":"0'0","reported_seq":1411,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:23.261505+0000","last_change":"2024-09-13T14:39:19.167530+0000","last_active":"2024-09-13T14:41:23.261505+0000","last_peered":"2024-09-13T14:41:23.261505+0000","last_clean":"2024-09-13T14:41:23.261505+0000","last_became_active":"2024-09-13T14:39:19.166791+0000","last_became_peered":"2024-09-13T14:39:19.166791+0000","last_unstale":"2024-09-13T14:41:23.261505+0000","last_undegraded":"2024-09-13T14:41:23.261505+0000","last_fullsized":"2024-09-13T14:41:23.261505+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:34:07.055980+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.19","version":"0'0","reported_seq":1372,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.241822+0000","last_change":"2024-09-13T14:39:19.173868+0000","last_active":"2024-09-13T14:41:19.241822+0000","last_peered":"2024-09-13T14:41:19.241822+0000","last_clean":"2024-09-13T14:41:19.241822+0000","last_became_active":"2024-09-13T14:39:19.173536+0000","last_became_peered":"2024-09-13T14:39:19.173536+0000","last_unstale":"2024-09-13T14:41:19.241822+0000","last_undegraded":"2024-09-13T14:41:19.241822+0000","last_fullsized":"2024-09-13T14:41:19.241822+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:19:08.468769+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[1,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"4.1d","version":"0'0","reported_seq":815,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.241724+0000","last_change":"2024-09-13T14:39:19.174679+0000","last_active":"2024-09-13T14:41:19.241724+0000","last_peered":"2024-09-13T14:41:19.241724+0000","last_clean":"2024-09-13T14:41:19.241724+0000","last_became_active":"2024-09-13T14:39:19.174343+0000","last_became_peered":"2024-09-13T14:39:19.174343+0000","last_unstale":"2024-09-13T14:41:19.241724+0000","last_undegraded":"2024-09-13T14:41:19.241724+0000","last_fullsized":"2024-09-13T14:41:19.241724+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:28:14.286357+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[1,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.1a","version":"70'1","reported_seq":1078,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.240383+0000","last_change":"2024-09-13T14:33:17.923617+0000","last_active":"2024-09-13T14:41:19.240383+0000","last_peered":"2024-09-13T14:41:19.240383+0000","last_clean":"2024-09-13T14:41:19.240383+0000","last_became_active":"2024-09-13T14:33:17.923336+0000","last_became_peered":"2024-09-13T14:33:17.923336+0000","last_unstale":"2024-09-13T14:41:19.240383+0000","last_undegraded":"2024-09-13T14:41:19.240383+0000","last_fullsized":"2024-09-13T14:41:19.240383+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T15:55:13.594527+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1c","version":"0'0","reported_seq":1346,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:23.253855+0000","last_change":"2024-09-13T14:39:19.172576+0000","last_active":"2024-09-13T14:41:23.253855+0000","last_peered":"2024-09-13T14:41:23.253855+0000","last_clean":"2024-09-13T14:41:23.253855+0000","last_became_active":"2024-09-13T14:39:19.172249+0000","last_became_peered":"2024-09-13T14:39:19.172249+0000","last_unstale":"2024-09-13T14:41:23.253855+0000","last_undegraded":"2024-09-13T14:41:23.253855+0000","last_fullsized":"2024-09-13T14:41:23.253855+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:40:23.015736+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.1b","version":"70'1","reported_seq":1393,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:23.261638+0000","last_change":"2024-09-13T14:32:10.932053+0000","last_active":"2024-09-13T14:41:23.261638+0000","last_peered":"2024-09-13T14:41:23.261638+0000","last_clean":"2024-09-13T14:41:23.261638+0000","last_became_active":"2024-09-13T14:32:10.931382+0000","last_became_peered":"2024-09-13T14:32:10.931382+0000","last_unstale":"2024-09-13T14:41:23.261638+0000","last_undegraded":"2024-09-13T14:41:23.261638+0000","last_fullsized":"2024-09-13T14:41:23.261638+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T19:21:03.486287+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1b","version":"0'0","reported_seq":1085,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.236391+0000","last_change":"2024-09-13T14:39:19.165973+0000","last_active":"2024-09-13T14:41:19.236391+0000","last_peered":"2024-09-13T14:41:19.236391+0000","last_clean":"2024-09-13T14:41:19.236391+0000","last_became_active":"2024-09-13T14:39:19.165638+0000","last_became_peered":"2024-09-13T14:39:19.165638+0000","last_unstale":"2024-09-13T14:41:19.236391+0000","last_undegraded":"2024-09-13T14:41:19.236391+0000","last_fullsized":"2024-09-13T14:41:19.236391+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:10:42.065203+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.1c","version":"70'2","reported_seq":1050,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.241700+0000","last_change":"2024-09-13T14:32:44.952627+0000","last_active":"2024-09-13T14:41:19.241700+0000","last_peered":"2024-09-13T14:41:19.241700+0000","last_clean":"2024-09-13T14:41:19.241700+0000","last_became_active":"2024-09-13T14:32:44.952336+0000","last_became_peered":"2024-09-13T14:32:44.952336+0000","last_unstale":"2024-09-13T14:41:19.241700+0000","last_undegraded":"2024-09-13T14:41:19.241700+0000","last_fullsized":"2024-09-13T14:41:19.241700+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T00:08:59.441392+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":[5,4,1],"acting":[5,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.1a","version":"0'0","reported_seq":1085,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.240243+0000","last_change":"2024-09-13T14:39:19.166296+0000","last_active":"2024-09-13T14:41:19.240243+0000","last_peered":"2024-09-13T14:41:19.240243+0000","last_clean":"2024-09-13T14:41:19.240243+0000","last_became_active":"2024-09-13T14:39:19.165645+0000","last_became_peered":"2024-09-13T14:39:19.165645+0000","last_unstale":"2024-09-13T14:41:19.240243+0000","last_undegraded":"2024-09-13T14:41:19.240243+0000","last_fullsized":"2024-09-13T14:41:19.240243+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:42:11.587611+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[4,0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1d","version":"70'2","reported_seq":1035,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.242047+0000","last_change":"2024-09-13T14:19:29.699807+0000","last_active":"2024-09-13T14:41:19.242047+0000","last_peered":"2024-09-13T14:41:19.242047+0000","last_clean":"2024-09-13T14:41:19.242047+0000","last_became_active":"2024-09-13T14:19:29.698125+0000","last_became_peered":"2024-09-13T14:19:29.698125+0000","last_unstale":"2024-09-13T14:41:19.242047+0000","last_undegraded":"2024-09-13T14:41:19.242047+0000","last_fullsized":"2024-09-13T14:41:19.242047+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T21:12:45.446921+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":[5,4,6],"acting":[5,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.19","version":"0'0","reported_seq":837,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:23.252642+0000","last_change":"2024-09-13T14:39:19.177022+0000","last_active":"2024-09-13T14:41:23.252642+0000","last_peered":"2024-09-13T14:41:23.252642+0000","last_clean":"2024-09-13T14:41:23.252642+0000","last_became_active":"2024-09-13T14:39:19.176626+0000","last_became_peered":"2024-09-13T14:39:19.176626+0000","last_unstale":"2024-09-13T14:41:23.252642+0000","last_undegraded":"2024-09-13T14:41:23.252642+0000","last_fullsized":"2024-09-13T14:41:23.252642+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:49:07.331150+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"3.1e","version":"70'1","reported_seq":49,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:20.490109+0000","last_change":"2024-09-13T14:39:19.175815+0000","last_active":"2024-09-13T14:41:20.490109+0000","last_peered":"2024-09-13T14:41:20.490109+0000","last_clean":"2024-09-13T14:41:20.490109+0000","last_became_active":"2024-09-13T14:39:19.175451+0000","last_became_peered":"2024-09-13T14:39:19.175451+0000","last_unstale":"2024-09-13T14:41:20.490109+0000","last_undegraded":"2024-09-13T14:41:20.490109+0000","last_fullsized":"2024-09-13T14:41:20.490109+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T17:26:49.910543+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,1],"acting":[6,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"4.18","version":"0'0","reported_seq":1062,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:20.495675+0000","last_change":"2024-09-13T14:32:44.953530+0000","last_active":"2024-09-13T14:41:20.495675+0000","last_peered":"2024-09-13T14:41:20.495675+0000","last_clean":"2024-09-13T14:41:20.495675+0000","last_became_active":"2024-09-13T14:32:44.953223+0000","last_became_peered":"2024-09-13T14:32:44.953223+0000","last_unstale":"2024-09-13T14:41:20.495675+0000","last_undegraded":"2024-09-13T14:41:20.495675+0000","last_fullsized":"2024-09-13T14:41:20.495675+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:08:35.049443+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1f","version":"70'4","reported_seq":1409,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:23.262036+0000","last_change":"2024-09-13T14:33:17.926914+0000","last_active":"2024-09-13T14:41:23.262036+0000","last_peered":"2024-09-13T14:41:23.262036+0000","last_clean":"2024-09-13T14:41:23.262036+0000","last_became_active":"2024-09-13T14:33:17.926517+0000","last_became_peered":"2024-09-13T14:33:17.926517+0000","last_unstale":"2024-09-13T14:41:23.262036+0000","last_undegraded":"2024-09-13T14:41:23.262036+0000","last_fullsized":"2024-09-13T14:41:23.262036+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T16:07:35.423857+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,5,2],"acting":[0,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]}],"pool_stats":[{"poolid":6,"num_pg":16,"stat_sum":{"num_bytes":7182024728,"num_objects":109590,"num_object_clones":0,"num_object_copies":328770,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":109590,"num_whiteouts":0,"num_read":1,"num_read_kb":1,"num_write":154394,"num_write_kb":8447425,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":21525835776,"data_stored":21525823560,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":129994,"ondisk_log_size":129994,"up":48,"acting":48,"num_store_stats":8},{"poolid":4,"num_pg":32,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":96,"acting":96,"num_store_stats":8},{"poolid":3,"num_pg":32,"stat_sum":{"num_bytes":5554,"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":62,"num_write_kb":31,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":4,"num_bytes_recovered":90,"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":102400,"data_stored":16752,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":11473,"internal_metadata":0},"log_size":56,"ondisk_log_size":56,"up":96,"acting":96,"num_store_stats":8},{"poolid":2,"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":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":392,"num_read_kb":834,"num_write":215,"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":149,"ondisk_log_size":149,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":7,"up_from":54,"seq":231928234273,"num_pgs":38,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":3226772,"kb_used_data":3079180,"kb_used_omap":1,"kb_used_meta":147518,"kb_avail":90518380,"statfs":{"total":95995035648,"available":92690821120,"internally_reserved":0,"allocated":3153080320,"data_stored":3151146693,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1588,"internal_metadata":151058892},"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":[3,2,0,0,2],"upper_bound":32},"perf_stat":{"commit_latency_ms":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[]},{"osd":6,"up_from":46,"seq":197568495911,"num_pgs":45,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5086860,"kb_used_data":4835140,"kb_used_omap":1,"kb_used_meta":251710,"kb_avail":88658292,"statfs":{"total":95995035648,"available":90786091008,"internally_reserved":0,"allocated":4951183360,"data_stored":4949257798,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":257751495},"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":[0,0,0,2,8],"upper_bound":32},"perf_stat":{"commit_latency_ms":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[]},{"osd":5,"up_from":38,"seq":163208757547,"num_pgs":32,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":2801028,"kb_used_data":2635388,"kb_used_omap":1,"kb_used_meta":165566,"kb_avail":90944124,"statfs":{"total":95995035648,"available":93126782976,"internally_reserved":0,"allocated":2698637312,"data_stored":2696715248,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":169540038},"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":[0,0,0,0,1,1],"upper_bound":64},"perf_stat":{"commit_latency_ms":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[]},{"osd":4,"up_from":30,"seq":128849019184,"num_pgs":40,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":2335436,"kb_used_data":2214148,"kb_used_omap":1,"kb_used_meta":121278,"kb_avail":91409716,"statfs":{"total":95995035648,"available":93603549184,"internally_reserved":0,"allocated":2267287552,"data_stored":2265361503,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":124189126},"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":[0,0,0,1,2,2],"upper_bound":64},"perf_stat":{"commit_latency_ms":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[]},{"osd":3,"up_from":0,"seq":3629247365213,"num_pgs":0,"num_osds":0,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":0,"kb_used":0,"kb_used_data":0,"kb_used_omap":0,"kb_used_meta":0,"kb_avail":0,"statfs":{"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},"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":[]},{"osd":2,"up_from":813,"seq":3491808411748,"num_pgs":35,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":4064384,"kb_used_data":3927988,"kb_used_omap":50,"kb_used_meta":136333,"kb_avail":89680768,"statfs":{"total":95995035648,"available":91833106432,"internally_reserved":0,"allocated":4022259712,"data_stored":4020345773,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":52011,"internal_metadata":139605205},"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":[1,0,0,2],"upper_bound":16},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":780,"seq":3350074490986,"num_pgs":44,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":2802736,"kb_used_data":2690280,"kb_used_omap":30,"kb_used_meta":112417,"kb_avail":90942416,"statfs":{"total":95995035648,"available":93125033984,"internally_reserved":0,"allocated":2754846720,"data_stored":2752936181,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":31404,"internal_metadata":115115348},"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":[]},{"osd":0,"up_from":746,"seq":3204045602929,"num_pgs":33,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1847372,"kb_used_data":1778752,"kb_used_omap":66,"kb_used_meta":68541,"kb_avail":91897780,"statfs":{"total":95995035648,"available":94103326720,"internally_reserved":0,"allocated":1821442048,"data_stored":1819516467,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":68403,"internal_metadata":70186189},"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":[0,0,0,2],"upper_bound":16},"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":0,"data_stored":0,"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":4096,"data_stored":19,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":4096,"data_stored":19,"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":4096,"data_stored":19,"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":0,"data_stored":0,"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":12288,"data_stored":694,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3890,"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":3041,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":616,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1366,"internal_metadata":0},{"poolid":3,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":90,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3176,"internal_metadata":0},{"poolid":3,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":24576,"data_stored":4902,"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":8192,"data_stored":652,"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":16384,"data_stored":4826,"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":28672,"data_stored":4972,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":6,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":1805324288,"data_stored":1805320216,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":6,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":2733641728,"data_stored":2733637656,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":6,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":4010475520,"data_stored":4010475520,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":6,"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":6,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":2249129984,"data_stored":2249129984,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":6,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":2686849024,"data_stored":2686844952,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":6,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":4917166080,"data_stored":4917166080,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":6,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":3123249152,"data_stored":3123249152,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-13T14:41:28.603 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-13T14:41:28.665 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:41:28.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:28 smithi104 ceph-mon[105578]: pgmap v1217: 89 pgs: 89 active+clean; 6.7 GiB data, 21 GiB used, 605 GiB / 626 GiB avail; 0 B/s wr, 1.02k op/s 2024-09-13T14:41:28.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:28 smithi104 ceph-mon[105578]: from='client.54475 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T14:41:28.714 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:28.715 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:28.715 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:41:28.816 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:41:28.854 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:28.854 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:28.855 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:41:28.955 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:41:28.984 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:28.985 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:28.985 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:41:29.086 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:41:29.127 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:29.128 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:29.128 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:41:29.182 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:41:29.229 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:41:29.265 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:29.266 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:29.267 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:41:29.367 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:41:29.404 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:29.405 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:29.405 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:41:29.506 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:41:29.546 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:29.547 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:29.547 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:41:29.648 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:41:29.690 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:29.691 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:29.691 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:41:29.792 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:41:29.826 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:29.826 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:29.827 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:41:29.927 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:41:29.974 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:29.975 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:29.975 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:41:29.985 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:41:30.076 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:41:30.120 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:30.120 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:30.121 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:41:30.222 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:41:30.266 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:30.267 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:30.267 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:41:30.368 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:41:30.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:30 smithi071 ceph-mon[107477]: pgmap v1218: 89 pgs: 89 active+clean; 6.7 GiB data, 21 GiB used, 605 GiB / 626 GiB avail; 0 B/s wr, 883 op/s 2024-09-13T14:41:30.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:30 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:41:30.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:30 smithi071 ceph-mon[112785]: pgmap v1218: 89 pgs: 89 active+clean; 6.7 GiB data, 21 GiB used, 605 GiB / 626 GiB avail; 0 B/s wr, 883 op/s 2024-09-13T14:41:30.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:30 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:41:30.413 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:30.414 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:30.414 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:41:30.515 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:41:30.564 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:30.565 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:30.565 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:41:30.626 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:30 smithi104 ceph-mon[105578]: pgmap v1218: 89 pgs: 89 active+clean; 6.7 GiB data, 21 GiB used, 605 GiB / 626 GiB avail; 0 B/s wr, 883 op/s 2024-09-13T14:41:30.626 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:30 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:41:30.666 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:41:30.703 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:30.704 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:30.705 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:41:30.805 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:41:30.854 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:30.854 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:30.854 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:41:30.955 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:41:30.971 INFO:teuthology.orchestra.run.smithi104.stdout:ERROR: (22) Invalid argument 2024-09-13T14:41:30.971 INFO:teuthology.orchestra.run.smithi104.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:41:30.992 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:30.993 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:30.994 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:41:31.094 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:41:31.097 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=true 2024-09-13T14:41:31.130 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:31.131 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:31.131 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:41:31.232 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:41:31.264 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:31.265 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:31.265 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:41:31.366 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:41:31.402 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:31.402 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:31.403 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:41:31.504 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:31.536 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:31.537 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:31.537 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:31.638 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:41:31.680 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.6 dump_ops_in_flight 2024-09-13T14:41:31.686 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:31.687 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:31.687 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:41:31.788 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:41:31.813 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:31.814 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:31.814 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:41:31.915 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:41:31.989 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:31.990 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:31.990 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:41:32.062 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:41:32.092 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:32.116 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:32.116 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:32.117 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:32.217 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:41:32.246 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:32.247 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:32.247 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:41:32.348 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:41:32.374 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:32.375 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:32.375 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:41:32.476 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:41:32.499 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:32.499 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:32.500 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:41:32.561 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:32 smithi104 ceph-mon[105578]: pgmap v1219: 89 pgs: 89 active+clean; 6.6 GiB data, 21 GiB used, 605 GiB / 626 GiB avail; 0 B/s wr, 867 op/s 2024-09-13T14:41:32.564 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:32 smithi071 ceph-mon[107477]: pgmap v1219: 89 pgs: 89 active+clean; 6.6 GiB data, 21 GiB used, 605 GiB / 626 GiB avail; 0 B/s wr, 867 op/s 2024-09-13T14:41:32.564 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:32 smithi071 ceph-mon[112785]: pgmap v1219: 89 pgs: 89 active+clean; 6.6 GiB data, 21 GiB used, 605 GiB / 626 GiB avail; 0 B/s wr, 867 op/s 2024-09-13T14:41:32.601 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:41:32.633 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:32.633 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:32.634 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:41:32.734 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:41:32.773 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:32.774 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:32.774 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:41:32.875 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:41:32.890 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:41:32 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:41:32] "GET /metrics HTTP/1.1" 200 36474 "" "Prometheus/2.51.0" 2024-09-13T14:41:32.914 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:32.914 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:32.915 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:41:33.016 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:41:33.049 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:33.050 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:33.050 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:41:33.151 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:41:33.180 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:33.181 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:33.181 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:41:33.282 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:41:33.315 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:33.315 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:33.316 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:41:33.416 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:41:33.454 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:33.455 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:33.455 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:41:33.556 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:41:33.588 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:33.588 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:33.589 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:41:33.619 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:41:33.690 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:41:33.723 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:33.724 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:33.724 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:41:33.825 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:41:33.856 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:33.856 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:33.857 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:41:33.957 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:33.993 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:33.993 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:33.994 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:34.094 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:41:34.136 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:34.136 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:34.136 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:41:34.237 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:41:34.278 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:34.278 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:34.279 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:41:34.304 INFO:teuthology.orchestra.run.smithi071.stderr:noscrub is unset 2024-09-13T14:41:34.379 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:41:34.414 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:34.414 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:34.415 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:41:34.463 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:34 smithi104 ceph-mon[105578]: pgmap v1220: 89 pgs: 89 active+clean; 6.4 GiB data, 20 GiB used, 605 GiB / 626 GiB avail; 0 B/s wr, 873 op/s 2024-09-13T14:41:34.463 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:34 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/171676465' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:41:34.463 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:34 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:41:34.516 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:34.557 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:34.557 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:34.558 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:34.622 INFO:teuthology.orchestra.run.smithi104.stdout:ERROR: (22) Invalid argument 2024-09-13T14:41:34.622 INFO:teuthology.orchestra.run.smithi104.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:41:34.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:34 smithi071 ceph-mon[107477]: pgmap v1220: 89 pgs: 89 active+clean; 6.4 GiB data, 20 GiB used, 605 GiB / 626 GiB avail; 0 B/s wr, 873 op/s 2024-09-13T14:41:34.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:34 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/171676465' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:41:34.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:34 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:41:34.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:34 smithi071 ceph-mon[112785]: pgmap v1220: 89 pgs: 89 active+clean; 6.4 GiB data, 20 GiB used, 605 GiB / 626 GiB avail; 0 B/s wr, 873 op/s 2024-09-13T14:41:34.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:34 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/171676465' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:41:34.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:34 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:41:34.659 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:41:34.680 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:41:34.682 INFO:teuthology.orchestra.run.smithi071.stderr:dumped all 2024-09-13T14:41:34.695 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:34.696 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:34.697 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:41:34.798 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:41:34.836 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:34.836 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:34.837 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:41:34.938 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:41:34.976 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:34.977 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:34.977 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:41:35.078 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:41:35.104 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:35.105 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:35.105 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:41:35.206 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:35.239 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:35.240 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:35.240 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:35.301 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.6 dump_blocked_ops 2024-09-13T14:41:35.341 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:41:35.373 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:35.374 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:35.374 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:41:35.395 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:35 smithi071 ceph-mon[107477]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:41:35.395 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:35 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T14:41:35.395 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:35 smithi071 ceph-mon[107477]: osdmap e1115: 8 total, 8 up, 7 in 2024-09-13T14:41:35.396 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:35 smithi071 ceph-mon[112785]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:41:35.396 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:35 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T14:41:35.396 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:35 smithi071 ceph-mon[112785]: osdmap e1115: 8 total, 8 up, 7 in 2024-09-13T14:41:35.475 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:41:35.520 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:35.520 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:35.521 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:41:35.621 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:41:35.710 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:41:35.710 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:35 smithi104 ceph-mon[105578]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:41:35.710 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:35 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T14:41:35.710 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:35 smithi104 ceph-mon[105578]: osdmap e1115: 8 total, 8 up, 7 in 2024-09-13T14:41:35.739 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:35.740 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:35.740 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:41:35.841 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:41:35.868 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:35.869 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:35.869 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:41:35.970 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:41:36.009 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:36.009 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:36.010 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:41:36.110 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:41:36.153 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:36.154 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:36.154 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:41:36.241 INFO:teuthology.orchestra.run.smithi071.stdout:{"pg_ready":true,"pg_map":{"version":1222,"stamp":"2024-09-13T14:41:34.437017+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":6825121789,"num_objects":104161,"num_object_clones":0,"num_object_copies":312483,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":104161,"num_whiteouts":0,"num_read":393,"num_read_kb":835,"num_write":160128,"num_write_kb":8449874,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":10,"num_bytes_recovered":1771194,"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":130257,"ondisk_log_size":130257,"up":267,"acting":267,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":267,"num_osds":7,"num_per_pool_osds":7,"num_per_pool_omap_osds":7,"kb":656216064,"kb_used":21141488,"kb_used_data":20123576,"kb_used_omap":154,"kb_used_meta":1017509,"kb_avail":635074576,"statfs":{"total":671965249536,"available":650316365824,"internally_reserved":0,"allocated":20606541824,"data_stored":20593080490,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":158187,"internal_metadata":1041929749},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[0,0,0,4,10,2],"upper_bound":64},"perf_stat":{"commit_latency_ms":4,"apply_latency_ms":4,"commit_latency_ns":4000000,"apply_latency_ns":4000000},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":-572260352,"num_objects":-8732,"num_object_clones":0,"num_object_copies":-26196,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":-8732,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":8732,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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.002661"},"pg_stats":[{"pgid":"4.14","version":"0'0","reported_seq":817,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:23.256173+0000","last_change":"2024-09-13T14:39:19.168345+0000","last_active":"2024-09-13T14:41:23.256173+0000","last_peered":"2024-09-13T14:41:23.256173+0000","last_clean":"2024-09-13T14:41:23.256173+0000","last_became_active":"2024-09-13T14:39:19.167954+0000","last_became_peered":"2024-09-13T14:39:19.167954+0000","last_unstale":"2024-09-13T14:41:23.256173+0000","last_undegraded":"2024-09-13T14:41:23.256173+0000","last_fullsized":"2024-09-13T14:41:23.256173+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:31:33.217904+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[1,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.13","version":"70'2","reported_seq":1041,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.257593+0000","last_change":"2024-09-13T14:33:17.924359+0000","last_active":"2024-09-13T14:41:19.257593+0000","last_peered":"2024-09-13T14:41:19.257593+0000","last_clean":"2024-09-13T14:41:19.257593+0000","last_became_active":"2024-09-13T14:33:17.923983+0000","last_became_peered":"2024-09-13T14:33:17.923983+0000","last_unstale":"2024-09-13T14:41:19.257593+0000","last_undegraded":"2024-09-13T14:41:19.257593+0000","last_fullsized":"2024-09-13T14:41:19.257593+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T19:42:27.641362+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":[7,4,2],"acting":[7,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.15","version":"0'0","reported_seq":1057,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.241976+0000","last_change":"2024-09-13T14:39:19.172822+0000","last_active":"2024-09-13T14:41:19.241976+0000","last_peered":"2024-09-13T14:41:19.241976+0000","last_clean":"2024-09-13T14:41:19.241976+0000","last_became_active":"2024-09-13T14:39:19.172521+0000","last_became_peered":"2024-09-13T14:39:19.172521+0000","last_unstale":"2024-09-13T14:41:19.241976+0000","last_undegraded":"2024-09-13T14:41:19.241976+0000","last_fullsized":"2024-09-13T14:41:19.241976+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:36:41.889858+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.12","version":"0'0","reported_seq":1411,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:23.261592+0000","last_change":"2024-09-13T14:39:19.170015+0000","last_active":"2024-09-13T14:41:23.261592+0000","last_peered":"2024-09-13T14:41:23.261592+0000","last_clean":"2024-09-13T14:41:23.261592+0000","last_became_active":"2024-09-13T14:39:19.169675+0000","last_became_peered":"2024-09-13T14:39:19.169675+0000","last_unstale":"2024-09-13T14:41:23.261592+0000","last_undegraded":"2024-09-13T14:41:23.261592+0000","last_fullsized":"2024-09-13T14:41:23.261592+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:54:38.725148+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.16","version":"0'0","reported_seq":1409,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:23.261575+0000","last_change":"2024-09-13T14:39:19.167842+0000","last_active":"2024-09-13T14:41:23.261575+0000","last_peered":"2024-09-13T14:41:23.261575+0000","last_clean":"2024-09-13T14:41:23.261575+0000","last_became_active":"2024-09-13T14:39:19.167223+0000","last_became_peered":"2024-09-13T14:39:19.167223+0000","last_unstale":"2024-09-13T14:41:23.261575+0000","last_undegraded":"2024-09-13T14:41:23.261575+0000","last_fullsized":"2024-09-13T14:41:23.261575+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:29:51.080670+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[0,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.11","version":"0'0","reported_seq":1033,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.261020+0000","last_change":"2024-09-13T14:39:45.492063+0000","last_active":"2024-09-13T14:41:19.261020+0000","last_peered":"2024-09-13T14:41:19.261020+0000","last_clean":"2024-09-13T14:41:19.261020+0000","last_became_active":"2024-09-13T14:39:45.491427+0000","last_became_peered":"2024-09-13T14:39:45.491427+0000","last_unstale":"2024-09-13T14:41:19.261020+0000","last_undegraded":"2024-09-13T14:41:19.261020+0000","last_fullsized":"2024-09-13T14:41:19.261020+0000","mapping_epoch":1098,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1099,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:59:40.493837+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.17","version":"0'0","reported_seq":797,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.251081+0000","last_change":"2024-09-13T14:39:19.167317+0000","last_active":"2024-09-13T14:41:19.251081+0000","last_peered":"2024-09-13T14:41:19.251081+0000","last_clean":"2024-09-13T14:41:19.251081+0000","last_became_active":"2024-09-13T14:39:19.166925+0000","last_became_peered":"2024-09-13T14:39:19.166925+0000","last_unstale":"2024-09-13T14:41:19.251081+0000","last_undegraded":"2024-09-13T14:41:19.251081+0000","last_fullsized":"2024-09-13T14:41:19.251081+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:52:45.404206+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[7,1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.10","version":"70'8","reported_seq":1045,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.252085+0000","last_change":"2024-09-13T14:32:10.923132+0000","last_active":"2024-09-13T14:41:19.252085+0000","last_peered":"2024-09-13T14:41:19.252085+0000","last_clean":"2024-09-13T14:41:19.252085+0000","last_became_active":"2024-09-13T14:32:10.922710+0000","last_became_peered":"2024-09-13T14:32:10.922710+0000","last_unstale":"2024-09-13T14:41:19.252085+0000","last_undegraded":"2024-09-13T14:41:19.252085+0000","last_fullsized":"2024-09-13T14:41:19.252085+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T19:47:11.104439+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":[6,0,5],"acting":[6,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"6.a","version":"1114'9977","reported_seq":10007,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:30.538989+0000","last_change":"2024-09-13T14:39:16.317780+0000","last_active":"2024-09-13T14:41:30.538989+0000","last_peered":"2024-09-13T14:41:30.538989+0000","last_clean":"2024-09-13T14:41:30.538989+0000","last_became_active":"2024-09-13T14:39:16.317336+0000","last_became_peered":"2024-09-13T14:39:16.317336+0000","last_unstale":"2024-09-13T14:41:30.538989+0000","last_undegraded":"2024-09-13T14:41:30.538989+0000","last_fullsized":"2024-09-13T14:41:30.538989+0000","mapping_epoch":1091,"log_start":"1096'600","ondisk_log_start":"1096'600","created":1091,"last_epoch_clean":1092,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":9377,"log_dups_size":0,"ondisk_log_size":9377,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:12:23.244753+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":426180608,"num_objects":6503,"num_object_clones":0,"num_object_copies":19509,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6503,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":9977,"num_write_kb":527360,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[5,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.f","version":"70'1","reported_seq":1040,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.251256+0000","last_change":"2024-09-13T14:32:10.925838+0000","last_active":"2024-09-13T14:41:19.251256+0000","last_peered":"2024-09-13T14:41:19.251256+0000","last_clean":"2024-09-13T14:41:19.251256+0000","last_became_active":"2024-09-13T14:32:10.925469+0000","last_became_peered":"2024-09-13T14:32:10.925469+0000","last_unstale":"2024-09-13T14:41:19.251256+0000","last_undegraded":"2024-09-13T14:41:19.251256+0000","last_fullsized":"2024-09-13T14:41:19.251256+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T17:37:11.282892+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":[7,4,0],"acting":[7,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.8","version":"0'0","reported_seq":1034,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.242203+0000","last_change":"2024-09-13T14:19:29.737140+0000","last_active":"2024-09-13T14:41:19.242203+0000","last_peered":"2024-09-13T14:41:19.242203+0000","last_clean":"2024-09-13T14:41:19.242203+0000","last_became_active":"2024-09-13T14:19:29.736847+0000","last_became_peered":"2024-09-13T14:19:29.736847+0000","last_unstale":"2024-09-13T14:41:19.242203+0000","last_undegraded":"2024-09-13T14:41:19.242203+0000","last_fullsized":"2024-09-13T14:41:19.242203+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:38:08.956564+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"6.b","version":"1114'9846","reported_seq":9877,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:30.511226+0000","last_change":"2024-09-13T14:39:19.171178+0000","last_active":"2024-09-13T14:41:30.511226+0000","last_peered":"2024-09-13T14:41:30.511226+0000","last_clean":"2024-09-13T14:41:30.511226+0000","last_became_active":"2024-09-13T14:39:19.170843+0000","last_became_peered":"2024-09-13T14:39:19.170843+0000","last_unstale":"2024-09-13T14:41:30.511226+0000","last_undegraded":"2024-09-13T14:41:30.511226+0000","last_fullsized":"2024-09-13T14:41:30.511226+0000","mapping_epoch":1094,"log_start":"1096'1900","ondisk_log_start":"1096'1900","created":1091,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":7946,"log_dups_size":0,"ondisk_log_size":7946,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:44:43.950971+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":422969344,"num_objects":6454,"num_object_clones":0,"num_object_copies":19362,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6454,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":9846,"num_write_kb":521600,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[7,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.e","version":"70'2","reported_seq":1041,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.251772+0000","last_change":"2024-09-13T14:32:44.955178+0000","last_active":"2024-09-13T14:41:19.251772+0000","last_peered":"2024-09-13T14:41:19.251772+0000","last_clean":"2024-09-13T14:41:19.251772+0000","last_became_active":"2024-09-13T14:32:44.954792+0000","last_became_peered":"2024-09-13T14:32:44.954792+0000","last_unstale":"2024-09-13T14:41:19.251772+0000","last_undegraded":"2024-09-13T14:41:19.251772+0000","last_fullsized":"2024-09-13T14:41:19.251772+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T19:15:55.869971+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,4,1],"acting":[7,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.9","version":"0'0","reported_seq":1087,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.236284+0000","last_change":"2024-09-13T14:39:19.172455+0000","last_active":"2024-09-13T14:41:19.236284+0000","last_peered":"2024-09-13T14:41:19.236284+0000","last_clean":"2024-09-13T14:41:19.236284+0000","last_became_active":"2024-09-13T14:39:19.171677+0000","last_became_peered":"2024-09-13T14:39:19.171677+0000","last_unstale":"2024-09-13T14:41:19.236284+0000","last_undegraded":"2024-09-13T14:41:19.236284+0000","last_fullsized":"2024-09-13T14:41:19.236284+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:04:49.599552+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[4,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"6.8","version":"1114'9983","reported_seq":10023,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:30.482116+0000","last_change":"2024-09-13T14:39:19.171874+0000","last_active":"2024-09-13T14:41:30.482116+0000","last_peered":"2024-09-13T14:41:30.482116+0000","last_clean":"2024-09-13T14:41:30.482116+0000","last_became_active":"2024-09-13T14:39:19.171572+0000","last_became_peered":"2024-09-13T14:39:19.171572+0000","last_unstale":"2024-09-13T14:41:30.482116+0000","last_undegraded":"2024-09-13T14:41:30.482116+0000","last_fullsized":"2024-09-13T14:41:30.482116+0000","mapping_epoch":1094,"log_start":"1096'2000","ondisk_log_start":"1096'2000","created":1091,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":7983,"log_dups_size":0,"ondisk_log_size":7983,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:52:17.315092+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":436404224,"num_objects":6659,"num_object_clones":0,"num_object_copies":19977,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6659,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":9983,"num_write_kb":532544,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.d","version":"70'1","reported_seq":1025,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.251275+0000","last_change":"2024-09-13T14:19:29.702716+0000","last_active":"2024-09-13T14:41:19.251275+0000","last_peered":"2024-09-13T14:41:19.251275+0000","last_clean":"2024-09-13T14:41:19.251275+0000","last_became_active":"2024-09-13T14:19:29.702205+0000","last_became_peered":"2024-09-13T14:19:29.702205+0000","last_unstale":"2024-09-13T14:41:19.251275+0000","last_undegraded":"2024-09-13T14:41:19.251275+0000","last_fullsized":"2024-09-13T14:41:19.251275+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T22:09:38.318232+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":[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.a","version":"0'0","reported_seq":1046,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.254779+0000","last_change":"2024-09-13T14:39:45.494752+0000","last_active":"2024-09-13T14:41:19.254779+0000","last_peered":"2024-09-13T14:41:19.254779+0000","last_clean":"2024-09-13T14:41:19.254779+0000","last_became_active":"2024-09-13T14:39:45.494383+0000","last_became_peered":"2024-09-13T14:39:45.494383+0000","last_unstale":"2024-09-13T14:41:19.254779+0000","last_undegraded":"2024-09-13T14:41:19.254779+0000","last_fullsized":"2024-09-13T14:41:19.254779+0000","mapping_epoch":1098,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1099,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:35:15.781522+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[6,5,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"6.9","version":"1114'10148","reported_seq":10206,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:34.054615+0000","last_change":"2024-09-13T14:39:16.146555+0000","last_active":"2024-09-13T14:41:34.054615+0000","last_peered":"2024-09-13T14:41:34.054615+0000","last_clean":"2024-09-13T14:41:34.054615+0000","last_became_active":"2024-09-13T14:39:16.146227+0000","last_became_peered":"2024-09-13T14:39:16.146227+0000","last_unstale":"2024-09-13T14:41:34.054615+0000","last_undegraded":"2024-09-13T14:41:34.054615+0000","last_fullsized":"2024-09-13T14:41:34.054615+0000","mapping_epoch":1091,"log_start":"1096'1000","ondisk_log_start":"1096'1000","created":1091,"last_epoch_clean":1092,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":9148,"log_dups_size":0,"ondisk_log_size":9148,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:29:14.746504+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":414842880,"num_objects":6330,"num_object_clones":0,"num_object_copies":18990,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6330,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":10148,"num_write_kb":527296,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[0,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.c","version":"0'0","reported_seq":1058,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.241841+0000","last_change":"2024-09-13T14:39:19.171529+0000","last_active":"2024-09-13T14:41:19.241841+0000","last_peered":"2024-09-13T14:41:19.241841+0000","last_clean":"2024-09-13T14:41:19.241841+0000","last_became_active":"2024-09-13T14:39:19.171270+0000","last_became_peered":"2024-09-13T14:39:19.171270+0000","last_unstale":"2024-09-13T14:41:19.241841+0000","last_undegraded":"2024-09-13T14:41:19.241841+0000","last_fullsized":"2024-09-13T14:41:19.241841+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:10:12.240151+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[5,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.b","version":"0'0","reported_seq":1416,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:23.261437+0000","last_change":"2024-09-13T14:33:17.924064+0000","last_active":"2024-09-13T14:41:23.261437+0000","last_peered":"2024-09-13T14:41:23.261437+0000","last_clean":"2024-09-13T14:41:23.261437+0000","last_became_active":"2024-09-13T14:33:17.923735+0000","last_became_peered":"2024-09-13T14:33:17.923735+0000","last_unstale":"2024-09-13T14:41:23.261437+0000","last_undegraded":"2024-09-13T14:41:23.261437+0000","last_fullsized":"2024-09-13T14:41:23.261437+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:22:09.908057+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[0,2,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"6.e","version":"1114'9922","reported_seq":9955,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:30.468888+0000","last_change":"2024-09-13T14:39:16.145287+0000","last_active":"2024-09-13T14:41:30.468888+0000","last_peered":"2024-09-13T14:41:30.468888+0000","last_clean":"2024-09-13T14:41:30.468888+0000","last_became_active":"2024-09-13T14:39:16.144981+0000","last_became_peered":"2024-09-13T14:39:16.144981+0000","last_unstale":"2024-09-13T14:41:30.468888+0000","last_undegraded":"2024-09-13T14:41:30.468888+0000","last_fullsized":"2024-09-13T14:41:30.468888+0000","mapping_epoch":1091,"log_start":"1097'2400","ondisk_log_start":"1097'2400","created":1091,"last_epoch_clean":1092,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":7522,"log_dups_size":0,"ondisk_log_size":7522,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:06:12.407699+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":426901504,"num_objects":6514,"num_object_clones":0,"num_object_copies":19542,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6514,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":9922,"num_write_kb":525952,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.b","version":"70'2","reported_seq":94,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:23.261843+0000","last_change":"2024-09-13T14:39:19.186944+0000","last_active":"2024-09-13T14:41:23.261843+0000","last_peered":"2024-09-13T14:41:23.261843+0000","last_clean":"2024-09-13T14:41:23.261843+0000","last_became_active":"2024-09-13T14:39:19.169714+0000","last_became_peered":"2024-09-13T14:39:19.169714+0000","last_unstale":"2024-09-13T14:41:23.261843+0000","last_undegraded":"2024-09-13T14:41:23.261843+0000","last_fullsized":"2024-09-13T14:41:23.261843+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T01:13:27.382092+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":1,"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,1],"acting":[0,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"4.c","version":"0'0","reported_seq":1071,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.239368+0000","last_change":"2024-09-13T14:39:19.173138+0000","last_active":"2024-09-13T14:41:19.239368+0000","last_peered":"2024-09-13T14:41:19.239368+0000","last_clean":"2024-09-13T14:41:19.239368+0000","last_became_active":"2024-09-13T14:39:19.172817+0000","last_became_peered":"2024-09-13T14:39:19.172817+0000","last_unstale":"2024-09-13T14:41:19.239368+0000","last_undegraded":"2024-09-13T14:41:19.239368+0000","last_fullsized":"2024-09-13T14:41:19.239368+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:53:49.604574+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"6.f","version":"1114'9967","reported_seq":10029,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:31.017780+0000","last_change":"2024-09-13T14:39:19.172027+0000","last_active":"2024-09-13T14:41:31.017780+0000","last_peered":"2024-09-13T14:41:31.017780+0000","last_clean":"2024-09-13T14:41:31.017780+0000","last_became_active":"2024-09-13T14:39:19.171711+0000","last_became_peered":"2024-09-13T14:39:19.171711+0000","last_unstale":"2024-09-13T14:41:31.017780+0000","last_undegraded":"2024-09-13T14:41:31.017780+0000","last_fullsized":"2024-09-13T14:41:31.017780+0000","mapping_epoch":1094,"log_start":"1096'1300","ondisk_log_start":"1096'1300","created":1091,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":8667,"log_dups_size":0,"ondisk_log_size":8667,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:17:17.534925+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":426442752,"num_objects":6507,"num_object_clones":0,"num_object_copies":19521,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6507,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":9967,"num_write_kb":527168,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.a","version":"0'0","reported_seq":1038,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.254911+0000","last_change":"2024-09-13T14:32:44.958399+0000","last_active":"2024-09-13T14:41:19.254911+0000","last_peered":"2024-09-13T14:41:19.254911+0000","last_clean":"2024-09-13T14:41:19.254911+0000","last_became_active":"2024-09-13T14:32:44.957143+0000","last_became_peered":"2024-09-13T14:32:44.957143+0000","last_unstale":"2024-09-13T14:41:19.254911+0000","last_undegraded":"2024-09-13T14:41:19.254911+0000","last_fullsized":"2024-09-13T14:41:19.254911+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:38:34.798967+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.d","version":"0'0","reported_seq":1077,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.236838+0000","last_change":"2024-09-13T14:33:17.924971+0000","last_active":"2024-09-13T14:41:19.236838+0000","last_peered":"2024-09-13T14:41:19.236838+0000","last_clean":"2024-09-13T14:41:19.236838+0000","last_became_active":"2024-09-13T14:33:17.924648+0000","last_became_peered":"2024-09-13T14:33:17.924648+0000","last_unstale":"2024-09-13T14:41:19.236838+0000","last_undegraded":"2024-09-13T14:41:19.236838+0000","last_fullsized":"2024-09-13T14:41:19.236838+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:45:08.239283+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,1],"acting":[4,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"6.c","version":"1114'9885","reported_seq":9916,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:30.456363+0000","last_change":"2024-09-13T14:39:19.177293+0000","last_active":"2024-09-13T14:41:30.456363+0000","last_peered":"2024-09-13T14:41:30.456363+0000","last_clean":"2024-09-13T14:41:30.456363+0000","last_became_active":"2024-09-13T14:39:19.177031+0000","last_became_peered":"2024-09-13T14:39:19.177031+0000","last_unstale":"2024-09-13T14:41:30.456363+0000","last_undegraded":"2024-09-13T14:41:30.456363+0000","last_fullsized":"2024-09-13T14:41:30.456363+0000","mapping_epoch":1094,"log_start":"1099'3200","ondisk_log_start":"1099'3200","created":1091,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":6685,"log_dups_size":0,"ondisk_log_size":6685,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:48:32.754436+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":426049536,"num_objects":6501,"num_object_clones":0,"num_object_copies":19503,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6501,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":9885,"num_write_kb":524352,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[6,5,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.9","version":"0'0","reported_seq":1064,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.236466+0000","last_change":"2024-09-13T14:33:17.926775+0000","last_active":"2024-09-13T14:41:19.236466+0000","last_peered":"2024-09-13T14:41:19.236466+0000","last_clean":"2024-09-13T14:41:19.236466+0000","last_became_active":"2024-09-13T14:33:17.926188+0000","last_became_peered":"2024-09-13T14:33:17.926188+0000","last_unstale":"2024-09-13T14:41:19.236466+0000","last_undegraded":"2024-09-13T14:41:19.236466+0000","last_fullsized":"2024-09-13T14:41:19.236466+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:03:12.922468+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,7],"acting":[4,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.e","version":"0'0","reported_seq":1062,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.244010+0000","last_change":"2024-09-13T14:32:44.957195+0000","last_active":"2024-09-13T14:41:19.244010+0000","last_peered":"2024-09-13T14:41:19.244010+0000","last_clean":"2024-09-13T14:41:19.244010+0000","last_became_active":"2024-09-13T14:32:44.956868+0000","last_became_peered":"2024-09-13T14:32:44.956868+0000","last_unstale":"2024-09-13T14:41:19.244010+0000","last_undegraded":"2024-09-13T14:41:19.244010+0000","last_fullsized":"2024-09-13T14:41:19.244010+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:42:34.097129+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"6.d","version":"1114'10001","reported_seq":10033,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:30.518536+0000","last_change":"2024-09-13T14:39:16.141888+0000","last_active":"2024-09-13T14:41:30.518536+0000","last_peered":"2024-09-13T14:41:30.518536+0000","last_clean":"2024-09-13T14:41:30.518536+0000","last_became_active":"2024-09-13T14:39:16.141668+0000","last_became_peered":"2024-09-13T14:39:16.141668+0000","last_unstale":"2024-09-13T14:41:30.518536+0000","last_undegraded":"2024-09-13T14:41:30.518536+0000","last_fullsized":"2024-09-13T14:41:30.518536+0000","mapping_epoch":1091,"log_start":"1096'600","ondisk_log_start":"1096'600","created":1091,"last_epoch_clean":1092,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":9401,"log_dups_size":0,"ondisk_log_size":9401,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:50:13.635237+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":428998680,"num_objects":6547,"num_object_clones":0,"num_object_copies":19641,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6547,"num_whiteouts":0,"num_read":1,"num_read_kb":1,"num_write":10001,"num_write_kb":529473,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"3.8","version":"0'0","reported_seq":820,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:23.255012+0000","last_change":"2024-09-13T14:39:19.161607+0000","last_active":"2024-09-13T14:41:23.255012+0000","last_peered":"2024-09-13T14:41:23.255012+0000","last_clean":"2024-09-13T14:41:23.255012+0000","last_became_active":"2024-09-13T14:39:19.161300+0000","last_became_peered":"2024-09-13T14:39:19.161300+0000","last_unstale":"2024-09-13T14:41:23.255012+0000","last_undegraded":"2024-09-13T14:41:23.255012+0000","last_fullsized":"2024-09-13T14:41:23.255012+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:34:08.329843+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[1,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"4.f","version":"0'0","reported_seq":1374,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:23.259813+0000","last_change":"2024-09-13T14:39:19.161512+0000","last_active":"2024-09-13T14:41:23.259813+0000","last_peered":"2024-09-13T14:41:23.259813+0000","last_clean":"2024-09-13T14:41:23.259813+0000","last_became_active":"2024-09-13T14:39:19.161213+0000","last_became_peered":"2024-09-13T14:39:19.161213+0000","last_unstale":"2024-09-13T14:41:23.259813+0000","last_undegraded":"2024-09-13T14:41:23.259813+0000","last_fullsized":"2024-09-13T14:41:23.259813+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:39:47.725691+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[1,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"6.7","version":"1114'10150","reported_seq":10191,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:30.492355+0000","last_change":"2024-09-13T14:39:19.168410+0000","last_active":"2024-09-13T14:41:30.492355+0000","last_peered":"2024-09-13T14:41:30.492355+0000","last_clean":"2024-09-13T14:41:30.492355+0000","last_became_active":"2024-09-13T14:39:19.168063+0000","last_became_peered":"2024-09-13T14:39:19.168063+0000","last_unstale":"2024-09-13T14:41:30.492355+0000","last_undegraded":"2024-09-13T14:41:30.492355+0000","last_fullsized":"2024-09-13T14:41:30.492355+0000","mapping_epoch":1094,"log_start":"1096'700","ondisk_log_start":"1096'700","created":1091,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":9450,"log_dups_size":0,"ondisk_log_size":9450,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:38:13.174644+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":438304768,"num_objects":6688,"num_object_clones":0,"num_object_copies":20064,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6688,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":10150,"num_write_kb":538816,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.0","version":"373'149","reported_seq":1370,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.250811+0000","last_change":"2024-09-13T14:32:10.924871+0000","last_active":"2024-09-13T14:41:19.250811+0000","last_peered":"2024-09-13T14:41:19.250811+0000","last_clean":"2024-09-13T14:41:19.250811+0000","last_became_active":"2024-09-13T14:32:10.924500+0000","last_became_peered":"2024-09-13T14:32:10.924500+0000","last_unstale":"2024-09-13T14:41:19.250811+0000","last_undegraded":"2024-09-13T14:41:19.250811+0000","last_fullsized":"2024-09-13T14:41:19.250811+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:15:42.548303+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:21:02.828762+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":392,"num_read_kb":834,"num_write":215,"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":"63'1","reported_seq":1064,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.241570+0000","last_change":"2024-09-13T14:33:17.925155+0000","last_active":"2024-09-13T14:41:19.241570+0000","last_peered":"2024-09-13T14:41:19.241570+0000","last_clean":"2024-09-13T14:41:19.241570+0000","last_became_active":"2024-09-13T14:33:17.924828+0000","last_became_peered":"2024-09-13T14:33:17.924828+0000","last_unstale":"2024-09-13T14:41:19.241570+0000","last_undegraded":"2024-09-13T14:41:19.241570+0000","last_fullsized":"2024-09-13T14:41:19.241570+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-14T16:07:59.858659+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029038399999999998,"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":[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":771,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:23.261647+0000","last_change":"2024-09-13T14:39:19.173357+0000","last_active":"2024-09-13T14:41:23.261647+0000","last_peered":"2024-09-13T14:41:23.261647+0000","last_clean":"2024-09-13T14:41:23.261647+0000","last_became_active":"2024-09-13T14:39:19.173046+0000","last_became_peered":"2024-09-13T14:39:19.173046+0000","last_unstale":"2024-09-13T14:41:23.261647+0000","last_undegraded":"2024-09-13T14:41:23.261647+0000","last_fullsized":"2024-09-13T14:41:23.261647+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:02:29.320019+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[5,6,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.5","version":"0'0","reported_seq":1022,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.250605+0000","last_change":"2024-09-13T14:19:29.739160+0000","last_active":"2024-09-13T14:41:19.250605+0000","last_peered":"2024-09-13T14:41:19.250605+0000","last_clean":"2024-09-13T14:41:19.250605+0000","last_became_active":"2024-09-13T14:19:29.738892+0000","last_became_peered":"2024-09-13T14:19:29.738892+0000","last_unstale":"2024-09-13T14:41:19.250605+0000","last_undegraded":"2024-09-13T14:41:19.250605+0000","last_fullsized":"2024-09-13T14:41:19.250605+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:04:33.496723+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"6.4","version":"1114'10227","reported_seq":10290,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:32.968265+0000","last_change":"2024-09-13T14:39:19.174926+0000","last_active":"2024-09-13T14:41:32.968265+0000","last_peered":"2024-09-13T14:41:32.968265+0000","last_clean":"2024-09-13T14:41:32.968265+0000","last_became_active":"2024-09-13T14:39:19.174302+0000","last_became_peered":"2024-09-13T14:39:19.174302+0000","last_unstale":"2024-09-13T14:41:32.968265+0000","last_undegraded":"2024-09-13T14:41:32.968265+0000","last_fullsized":"2024-09-13T14:41:32.968265+0000","mapping_epoch":1094,"log_start":"1099'3400","ondisk_log_start":"1099'3400","created":1091,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":6827,"log_dups_size":0,"ondisk_log_size":6827,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:29:44.750264+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":420937728,"num_objects":6423,"num_object_clones":0,"num_object_copies":19269,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6423,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":10227,"num_write_kb":532800,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[1,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.0","version":"0'0","reported_seq":1068,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.250621+0000","last_change":"2024-09-13T14:32:44.959494+0000","last_active":"2024-09-13T14:41:19.250621+0000","last_peered":"2024-09-13T14:41:19.250621+0000","last_clean":"2024-09-13T14:41:19.250621+0000","last_became_active":"2024-09-13T14:32:44.959144+0000","last_became_peered":"2024-09-13T14:32:44.959144+0000","last_unstale":"2024-09-13T14:41:19.250621+0000","last_undegraded":"2024-09-13T14:41:19.250621+0000","last_fullsized":"2024-09-13T14:41:19.250621+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:16:38.736104+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000322109,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":1411,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:23.261869+0000","last_change":"2024-09-13T14:39:19.164325+0000","last_active":"2024-09-13T14:41:23.261869+0000","last_peered":"2024-09-13T14:41:23.261869+0000","last_clean":"2024-09-13T14:41:23.261869+0000","last_became_active":"2024-09-13T14:39:19.163951+0000","last_became_peered":"2024-09-13T14:39:19.163951+0000","last_unstale":"2024-09-13T14:41:23.261869+0000","last_undegraded":"2024-09-13T14:41:23.261869+0000","last_fullsized":"2024-09-13T14:41:23.261869+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:14:33.777041+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[0,4,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"4.6","version":"0'0","reported_seq":1416,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:23.261425+0000","last_change":"2024-09-13T14:33:17.927377+0000","last_active":"2024-09-13T14:41:23.261425+0000","last_peered":"2024-09-13T14:41:23.261425+0000","last_clean":"2024-09-13T14:41:23.261425+0000","last_became_active":"2024-09-13T14:33:17.926642+0000","last_became_peered":"2024-09-13T14:33:17.926642+0000","last_unstale":"2024-09-13T14:41:23.261425+0000","last_undegraded":"2024-09-13T14:41:23.261425+0000","last_fullsized":"2024-09-13T14:41:23.261425+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:56:30.839736+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"6.5","version":"1114'9843","reported_seq":9885,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:30.515827+0000","last_change":"2024-09-13T14:39:19.172757+0000","last_active":"2024-09-13T14:41:30.515827+0000","last_peered":"2024-09-13T14:41:30.515827+0000","last_clean":"2024-09-13T14:41:30.515827+0000","last_became_active":"2024-09-13T14:39:19.172458+0000","last_became_peered":"2024-09-13T14:39:19.172458+0000","last_unstale":"2024-09-13T14:41:30.515827+0000","last_undegraded":"2024-09-13T14:41:30.515827+0000","last_fullsized":"2024-09-13T14:41:30.515827+0000","mapping_epoch":1094,"log_start":"1096'1900","ondisk_log_start":"1096'1900","created":1091,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":7943,"log_dups_size":0,"ondisk_log_size":7943,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:59:57.920613+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":422641664,"num_objects":6449,"num_object_clones":0,"num_object_copies":19347,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6449,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":9843,"num_write_kb":521344,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[7,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.1","version":"0'0","reported_seq":1369,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:23.252641+0000","last_change":"2024-09-13T14:39:19.177067+0000","last_active":"2024-09-13T14:41:23.252641+0000","last_peered":"2024-09-13T14:41:23.252641+0000","last_clean":"2024-09-13T14:41:23.252641+0000","last_became_active":"2024-09-13T14:39:19.176758+0000","last_became_peered":"2024-09-13T14:39:19.176758+0000","last_unstale":"2024-09-13T14:41:23.252641+0000","last_undegraded":"2024-09-13T14:41:23.252641+0000","last_fullsized":"2024-09-13T14:41:23.252641+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:01:47.450523+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00030931399999999999,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"3.0","version":"0'0","reported_seq":1369,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:23.255057+0000","last_change":"2024-09-13T14:33:17.920978+0000","last_active":"2024-09-13T14:41:23.255057+0000","last_peered":"2024-09-13T14:41:23.255057+0000","last_clean":"2024-09-13T14:41:23.255057+0000","last_became_active":"2024-09-13T14:33:17.920696+0000","last_became_peered":"2024-09-13T14:33:17.920696+0000","last_unstale":"2024-09-13T14:41:23.255057+0000","last_undegraded":"2024-09-13T14:41:23.255057+0000","last_fullsized":"2024-09-13T14:41:23.255057+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:12:56.325230+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.7","version":"0'0","reported_seq":1352,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:23.256105+0000","last_change":"2024-09-13T14:32:44.964975+0000","last_active":"2024-09-13T14:41:23.256105+0000","last_peered":"2024-09-13T14:41:23.256105+0000","last_clean":"2024-09-13T14:41:23.256105+0000","last_became_active":"2024-09-13T14:32:44.963031+0000","last_became_peered":"2024-09-13T14:32:44.963031+0000","last_unstale":"2024-09-13T14:41:23.256105+0000","last_undegraded":"2024-09-13T14:41:23.256105+0000","last_fullsized":"2024-09-13T14:41:23.256105+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:15:43.709469+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"6.6","version":"1114'9983","reported_seq":10015,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:30.479523+0000","last_change":"2024-09-13T14:39:19.171559+0000","last_active":"2024-09-13T14:41:30.479523+0000","last_peered":"2024-09-13T14:41:30.479523+0000","last_clean":"2024-09-13T14:41:30.479523+0000","last_became_active":"2024-09-13T14:39:19.171221+0000","last_became_peered":"2024-09-13T14:39:19.171221+0000","last_unstale":"2024-09-13T14:41:30.479523+0000","last_undegraded":"2024-09-13T14:41:30.479523+0000","last_fullsized":"2024-09-13T14:41:30.479523+0000","mapping_epoch":1094,"log_start":"1097'2400","ondisk_log_start":"1097'2400","created":1091,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":7583,"log_dups_size":0,"ondisk_log_size":7583,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:09:56.250598+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":431161344,"num_objects":6579,"num_object_clones":0,"num_object_copies":19737,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6579,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":9983,"num_write_kb":529984,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7,6],"acting":[4,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.2","version":"65'2","reported_seq":1065,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.243736+0000","last_change":"2024-09-13T14:32:44.954354+0000","last_active":"2024-09-13T14:41:19.243736+0000","last_peered":"2024-09-13T14:41:19.243736+0000","last_clean":"2024-09-13T14:41:19.243736+0000","last_became_active":"2024-09-13T14:32:44.953937+0000","last_became_peered":"2024-09-13T14:32:44.953937+0000","last_unstale":"2024-09-13T14:41:19.243736+0000","last_undegraded":"2024-09-13T14:41:19.243736+0000","last_fullsized":"2024-09-13T14:41:19.243736+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-14T22:00:15.492952+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00094368000000000002,"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":[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":1064,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.236644+0000","last_change":"2024-09-13T14:32:10.926314+0000","last_active":"2024-09-13T14:41:19.236644+0000","last_peered":"2024-09-13T14:41:19.236644+0000","last_clean":"2024-09-13T14:41:19.236644+0000","last_became_active":"2024-09-13T14:32:10.925869+0000","last_became_peered":"2024-09-13T14:32:10.925869+0000","last_unstale":"2024-09-13T14:41:19.236644+0000","last_undegraded":"2024-09-13T14:41:19.236644+0000","last_fullsized":"2024-09-13T14:41:19.236644+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:38:58.957447+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.4","version":"0'0","reported_seq":1387,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:23.256014+0000","last_change":"2024-09-13T14:39:19.175256+0000","last_active":"2024-09-13T14:41:23.256014+0000","last_peered":"2024-09-13T14:41:23.256014+0000","last_clean":"2024-09-13T14:41:23.256014+0000","last_became_active":"2024-09-13T14:39:19.174953+0000","last_became_peered":"2024-09-13T14:39:19.174953+0000","last_unstale":"2024-09-13T14:41:23.256014+0000","last_undegraded":"2024-09-13T14:41:23.256014+0000","last_fullsized":"2024-09-13T14:41:23.256014+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:55:26.963281+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"6.0","version":"1114'10146","reported_seq":10211,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:34.007088+0000","last_change":"2024-09-13T14:39:19.169013+0000","last_active":"2024-09-13T14:41:34.007088+0000","last_peered":"2024-09-13T14:41:34.007088+0000","last_clean":"2024-09-13T14:41:34.007088+0000","last_became_active":"2024-09-13T14:39:19.168688+0000","last_became_peered":"2024-09-13T14:39:19.168688+0000","last_unstale":"2024-09-13T14:41:34.007088+0000","last_undegraded":"2024-09-13T14:41:34.007088+0000","last_fullsized":"2024-09-13T14:41:34.007088+0000","mapping_epoch":1094,"log_start":"1096'1000","ondisk_log_start":"1096'1000","created":1091,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":9146,"log_dups_size":0,"ondisk_log_size":9146,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:06:47.180643+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":413663232,"num_objects":6312,"num_object_clones":0,"num_object_copies":18936,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6312,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":10146,"num_write_kb":526656,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[0,2,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.5","version":"0'0","reported_seq":1074,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.242116+0000","last_change":"2024-09-13T14:39:19.173492+0000","last_active":"2024-09-13T14:41:19.242116+0000","last_peered":"2024-09-13T14:41:19.242116+0000","last_clean":"2024-09-13T14:41:19.242116+0000","last_became_active":"2024-09-13T14:39:19.173210+0000","last_became_peered":"2024-09-13T14:39:19.173210+0000","last_unstale":"2024-09-13T14:41:19.242116+0000","last_undegraded":"2024-09-13T14:41:19.242116+0000","last_fullsized":"2024-09-13T14:41:19.242116+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:59:06.522440+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[5,2,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.4","version":"0'0","reported_seq":1366,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:23.256097+0000","last_change":"2024-09-13T14:32:44.965574+0000","last_active":"2024-09-13T14:41:23.256097+0000","last_peered":"2024-09-13T14:41:23.256097+0000","last_clean":"2024-09-13T14:41:23.256097+0000","last_became_active":"2024-09-13T14:32:44.963233+0000","last_became_peered":"2024-09-13T14:32:44.963233+0000","last_unstale":"2024-09-13T14:41:23.256097+0000","last_undegraded":"2024-09-13T14:41:23.256097+0000","last_fullsized":"2024-09-13T14:41:23.256097+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:40:28.561059+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00031535100000000001,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.2","version":"0'0","reported_seq":1358,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:23.255677+0000","last_change":"2024-09-13T14:32:44.952766+0000","last_active":"2024-09-13T14:41:23.255677+0000","last_peered":"2024-09-13T14:41:23.255677+0000","last_clean":"2024-09-13T14:41:23.255677+0000","last_became_active":"2024-09-13T14:32:44.952468+0000","last_became_peered":"2024-09-13T14:32:44.952468+0000","last_unstale":"2024-09-13T14:41:23.255677+0000","last_undegraded":"2024-09-13T14:41:23.255677+0000","last_fullsized":"2024-09-13T14:41:23.255677+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:27:19.239636+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"6.1","version":"1114'10024","reported_seq":10081,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:33.052565+0000","last_change":"2024-09-13T14:39:16.317628+0000","last_active":"2024-09-13T14:41:33.052565+0000","last_peered":"2024-09-13T14:41:33.052565+0000","last_clean":"2024-09-13T14:41:33.052565+0000","last_became_active":"2024-09-13T14:39:16.317267+0000","last_became_peered":"2024-09-13T14:39:16.317267+0000","last_unstale":"2024-09-13T14:41:33.052565+0000","last_undegraded":"2024-09-13T14:41:33.052565+0000","last_fullsized":"2024-09-13T14:41:33.052565+0000","mapping_epoch":1091,"log_start":"1099'3200","ondisk_log_start":"1099'3200","created":1091,"last_epoch_clean":1092,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":6824,"log_dups_size":0,"ondisk_log_size":6824,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:55:23.326868+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":420085760,"num_objects":6410,"num_object_clones":0,"num_object_copies":19230,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6410,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":10024,"num_write_kb":525888,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[1,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.4","version":"0'0","reported_seq":1369,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:23.256018+0000","last_change":"2024-09-13T14:33:17.922486+0000","last_active":"2024-09-13T14:41:23.256018+0000","last_peered":"2024-09-13T14:41:23.256018+0000","last_clean":"2024-09-13T14:41:23.256018+0000","last_became_active":"2024-09-13T14:33:17.922130+0000","last_became_peered":"2024-09-13T14:33:17.922130+0000","last_unstale":"2024-09-13T14:41:23.256018+0000","last_undegraded":"2024-09-13T14:41:23.256018+0000","last_fullsized":"2024-09-13T14:41:23.256018+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:51:55.783052+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.5","version":"0'0","reported_seq":1053,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.251347+0000","last_change":"2024-09-13T14:32:10.925170+0000","last_active":"2024-09-13T14:41:19.251347+0000","last_peered":"2024-09-13T14:41:19.251347+0000","last_clean":"2024-09-13T14:41:19.251347+0000","last_became_active":"2024-09-13T14:32:10.924864+0000","last_became_peered":"2024-09-13T14:32:10.924864+0000","last_unstale":"2024-09-13T14:41:19.251347+0000","last_undegraded":"2024-09-13T14:41:19.251347+0000","last_fullsized":"2024-09-13T14:41:19.251347+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:23:13.266436+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000327091,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.3","version":"0'0","reported_seq":1392,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:23.261535+0000","last_change":"2024-09-13T14:32:10.935933+0000","last_active":"2024-09-13T14:41:23.261535+0000","last_peered":"2024-09-13T14:41:23.261535+0000","last_clean":"2024-09-13T14:41:23.261535+0000","last_became_active":"2024-09-13T14:32:10.935486+0000","last_became_peered":"2024-09-13T14:32:10.935486+0000","last_unstale":"2024-09-13T14:41:23.261535+0000","last_undegraded":"2024-09-13T14:41:23.261535+0000","last_fullsized":"2024-09-13T14:41:23.261535+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:49:31.318318+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"6.2","version":"1114'9890","reported_seq":9932,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:30.474606+0000","last_change":"2024-09-13T14:39:19.172217+0000","last_active":"2024-09-13T14:41:30.474606+0000","last_peered":"2024-09-13T14:41:30.474606+0000","last_clean":"2024-09-13T14:41:30.474606+0000","last_became_active":"2024-09-13T14:39:19.171682+0000","last_became_peered":"2024-09-13T14:39:19.171682+0000","last_unstale":"2024-09-13T14:41:30.474606+0000","last_undegraded":"2024-09-13T14:41:30.474606+0000","last_fullsized":"2024-09-13T14:41:30.474606+0000","mapping_epoch":1094,"log_start":"1097'2300","ondisk_log_start":"1097'2300","created":1091,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":7590,"log_dups_size":0,"ondisk_log_size":7590,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:31:55.596996+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":436469760,"num_objects":6660,"num_object_clones":0,"num_object_copies":19980,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6660,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":9890,"num_write_kb":529600,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,6],"acting":[4,2,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.7","version":"70'2","reported_seq":64,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:23.258499+0000","last_change":"2024-09-13T14:39:19.187526+0000","last_active":"2024-09-13T14:41:23.258499+0000","last_peered":"2024-09-13T14:41:23.258499+0000","last_clean":"2024-09-13T14:41:23.258499+0000","last_became_active":"2024-09-13T14:39:19.165097+0000","last_became_peered":"2024-09-13T14:39:19.165097+0000","last_unstale":"2024-09-13T14:41:23.258499+0000","last_undegraded":"2024-09-13T14:41:23.258499+0000","last_fullsized":"2024-09-13T14:41:23.258499+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T01:20:28.115537+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":1,"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,0,5],"acting":[7,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.6","version":"0'0","reported_seq":1370,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:23.256582+0000","last_change":"2024-09-13T14:32:44.954419+0000","last_active":"2024-09-13T14:41:23.256582+0000","last_peered":"2024-09-13T14:41:23.256582+0000","last_clean":"2024-09-13T14:41:23.256582+0000","last_became_active":"2024-09-13T14:32:44.953988+0000","last_became_peered":"2024-09-13T14:32:44.953988+0000","last_unstale":"2024-09-13T14:41:23.256582+0000","last_undegraded":"2024-09-13T14:41:23.256582+0000","last_fullsized":"2024-09-13T14:41:23.256582+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:16:31.544386+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.0","version":"0'0","reported_seq":806,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:20.475875+0000","last_change":"2024-09-13T14:39:19.167301+0000","last_active":"2024-09-13T14:41:20.475875+0000","last_peered":"2024-09-13T14:41:20.475875+0000","last_clean":"2024-09-13T14:41:20.475875+0000","last_became_active":"2024-09-13T14:39:19.166960+0000","last_became_peered":"2024-09-13T14:39:19.166960+0000","last_unstale":"2024-09-13T14:41:20.475875+0000","last_undegraded":"2024-09-13T14:41:20.475875+0000","last_fullsized":"2024-09-13T14:41:20.475875+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:13:32.279835+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"6.3","version":"1114'9857","reported_seq":9890,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:30.496029+0000","last_change":"2024-09-13T14:39:16.317782+0000","last_active":"2024-09-13T14:41:30.496029+0000","last_peered":"2024-09-13T14:41:30.496029+0000","last_clean":"2024-09-13T14:41:30.496029+0000","last_became_active":"2024-09-13T14:39:16.317479+0000","last_became_peered":"2024-09-13T14:39:16.317479+0000","last_unstale":"2024-09-13T14:41:30.496029+0000","last_undegraded":"2024-09-13T14:41:30.496029+0000","last_fullsized":"2024-09-13T14:41:30.496029+0000","mapping_epoch":1091,"log_start":"1096'1900","ondisk_log_start":"1096'1900","created":1091,"last_epoch_clean":1092,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":7957,"log_dups_size":0,"ondisk_log_size":7957,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:44:01.407035+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":432472064,"num_objects":6599,"num_object_clones":0,"num_object_copies":19797,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6599,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":9857,"num_write_kb":526592,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[7,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.6","version":"70'1","reported_seq":1406,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:23.262135+0000","last_change":"2024-09-13T14:32:44.968175+0000","last_active":"2024-09-13T14:41:23.262135+0000","last_peered":"2024-09-13T14:41:23.262135+0000","last_clean":"2024-09-13T14:41:23.262135+0000","last_became_active":"2024-09-13T14:32:44.964527+0000","last_became_peered":"2024-09-13T14:32:44.964527+0000","last_unstale":"2024-09-13T14:41:23.262135+0000","last_undegraded":"2024-09-13T14:41:23.262135+0000","last_fullsized":"2024-09-13T14:41:23.262135+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T14:40:33.658595+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":[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.7","version":"0'0","reported_seq":1050,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.252257+0000","last_change":"2024-09-13T14:33:17.922456+0000","last_active":"2024-09-13T14:41:19.252257+0000","last_peered":"2024-09-13T14:41:19.252257+0000","last_clean":"2024-09-13T14:41:19.252257+0000","last_became_active":"2024-09-13T14:33:17.922068+0000","last_became_peered":"2024-09-13T14:33:17.922068+0000","last_unstale":"2024-09-13T14:41:19.252257+0000","last_undegraded":"2024-09-13T14:41:19.252257+0000","last_fullsized":"2024-09-13T14:41:19.252257+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:54:08.427589+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029877400000000002,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1","version":"0'0","reported_seq":1048,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.236399+0000","last_change":"2024-09-13T14:19:29.718951+0000","last_active":"2024-09-13T14:41:19.236399+0000","last_peered":"2024-09-13T14:41:19.236399+0000","last_clean":"2024-09-13T14:41:19.236399+0000","last_became_active":"2024-09-13T14:19:29.718589+0000","last_became_peered":"2024-09-13T14:19:29.718589+0000","last_unstale":"2024-09-13T14:41:19.236399+0000","last_undegraded":"2024-09-13T14:41:19.236399+0000","last_fullsized":"2024-09-13T14:41:19.236399+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:44:19.267895+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.13","version":"0'0","reported_seq":1071,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.236479+0000","last_change":"2024-09-13T14:33:17.924336+0000","last_active":"2024-09-13T14:41:19.236479+0000","last_peered":"2024-09-13T14:41:19.236479+0000","last_clean":"2024-09-13T14:41:19.236479+0000","last_became_active":"2024-09-13T14:33:17.924018+0000","last_became_peered":"2024-09-13T14:33:17.924018+0000","last_unstale":"2024-09-13T14:41:19.236479+0000","last_undegraded":"2024-09-13T14:41:19.236479+0000","last_fullsized":"2024-09-13T14:41:19.236479+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:37:24.279639+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[4,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.14","version":"455'23","reported_seq":1071,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.239515+0000","last_change":"2024-09-13T14:19:29.698825+0000","last_active":"2024-09-13T14:41:19.239515+0000","last_peered":"2024-09-13T14:41:19.239515+0000","last_clean":"2024-09-13T14:41:19.239515+0000","last_became_active":"2024-09-13T14:19:29.698348+0000","last_became_peered":"2024-09-13T14:19:29.698348+0000","last_unstale":"2024-09-13T14:41:19.239515+0000","last_undegraded":"2024-09-13T14:41:19.239515+0000","last_fullsized":"2024-09-13T14:41:19.239515+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":23,"log_dups_size":0,"ondisk_log_size":23,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:24:10.858859+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":4756,"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":23,"num_write_kb":20,"num_scrub_errors":0,"num_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":[4,7,6],"acting":[4,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.12","version":"0'0","reported_seq":42,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:23.261324+0000","last_change":"2024-09-13T14:39:45.490294+0000","last_active":"2024-09-13T14:41:23.261324+0000","last_peered":"2024-09-13T14:41:23.261324+0000","last_clean":"2024-09-13T14:41:23.261324+0000","last_became_active":"2024-09-13T14:39:45.489949+0000","last_became_peered":"2024-09-13T14:39:45.489949+0000","last_unstale":"2024-09-13T14:41:23.261324+0000","last_undegraded":"2024-09-13T14:41:23.261324+0000","last_fullsized":"2024-09-13T14:41:23.261324+0000","mapping_epoch":1098,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1099,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:55:53.985040+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6,2],"acting":[0,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.15","version":"70'3","reported_seq":1057,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.251146+0000","last_change":"2024-09-13T14:39:19.185366+0000","last_active":"2024-09-13T14:41:19.251146+0000","last_peered":"2024-09-13T14:41:19.251146+0000","last_clean":"2024-09-13T14:41:19.251146+0000","last_became_active":"2024-09-13T14:39:19.163940+0000","last_became_peered":"2024-09-13T14:39:19.163940+0000","last_unstale":"2024-09-13T14:41:19.251146+0000","last_undegraded":"2024-09-13T14:41:19.251146+0000","last_fullsized":"2024-09-13T14:41:19.251146+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T21:41:02.038946+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":2,"num_bytes_recovered":90,"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,0],"acting":[7,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.16","version":"0'0","reported_seq":1049,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.241708+0000","last_change":"2024-09-13T14:32:44.951631+0000","last_active":"2024-09-13T14:41:19.241708+0000","last_peered":"2024-09-13T14:41:19.241708+0000","last_clean":"2024-09-13T14:41:19.241708+0000","last_became_active":"2024-09-13T14:32:44.951318+0000","last_became_peered":"2024-09-13T14:32:44.951318+0000","last_unstale":"2024-09-13T14:41:19.241708+0000","last_undegraded":"2024-09-13T14:41:19.241708+0000","last_fullsized":"2024-09-13T14:41:19.241708+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:51:52.620505+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.11","version":"0'0","reported_seq":768,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.260945+0000","last_change":"2024-09-13T14:39:19.170522+0000","last_active":"2024-09-13T14:41:19.260945+0000","last_peered":"2024-09-13T14:41:19.260945+0000","last_clean":"2024-09-13T14:41:19.260945+0000","last_became_active":"2024-09-13T14:39:19.169608+0000","last_became_peered":"2024-09-13T14:39:19.169608+0000","last_unstale":"2024-09-13T14:41:19.260945+0000","last_undegraded":"2024-09-13T14:41:19.260945+0000","last_fullsized":"2024-09-13T14:41:19.260945+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:57:15.170343+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[7,6,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.17","version":"0'0","reported_seq":1410,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:23.261953+0000","last_change":"2024-09-13T14:39:19.171986+0000","last_active":"2024-09-13T14:41:23.261953+0000","last_peered":"2024-09-13T14:41:23.261953+0000","last_clean":"2024-09-13T14:41:23.261953+0000","last_became_active":"2024-09-13T14:39:19.171643+0000","last_became_peered":"2024-09-13T14:39:19.171643+0000","last_unstale":"2024-09-13T14:41:23.261953+0000","last_undegraded":"2024-09-13T14:41:23.261953+0000","last_fullsized":"2024-09-13T14:41:23.261953+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:16:34.340603+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[0,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"4.10","version":"0'0","reported_seq":818,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:23.254429+0000","last_change":"2024-09-13T14:39:19.173787+0000","last_active":"2024-09-13T14:41:23.254429+0000","last_peered":"2024-09-13T14:41:23.254429+0000","last_clean":"2024-09-13T14:41:23.254429+0000","last_became_active":"2024-09-13T14:39:19.173334+0000","last_became_peered":"2024-09-13T14:39:19.173334+0000","last_unstale":"2024-09-13T14:41:23.254429+0000","last_undegraded":"2024-09-13T14:41:23.254429+0000","last_fullsized":"2024-09-13T14:41:23.254429+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:33:46.075883+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1f","version":"0'0","reported_seq":1037,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.252182+0000","last_change":"2024-09-13T14:32:44.957634+0000","last_active":"2024-09-13T14:41:19.252182+0000","last_peered":"2024-09-13T14:41:19.252182+0000","last_clean":"2024-09-13T14:41:19.252182+0000","last_became_active":"2024-09-13T14:32:44.957290+0000","last_became_peered":"2024-09-13T14:32:44.957290+0000","last_unstale":"2024-09-13T14:41:19.252182+0000","last_undegraded":"2024-09-13T14:41:19.252182+0000","last_fullsized":"2024-09-13T14:41:19.252182+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:26:22.264450+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.18","version":"0'0","reported_seq":833,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:23.261228+0000","last_change":"2024-09-13T14:39:19.171905+0000","last_active":"2024-09-13T14:41:23.261228+0000","last_peered":"2024-09-13T14:41:23.261228+0000","last_clean":"2024-09-13T14:41:23.261228+0000","last_became_active":"2024-09-13T14:39:19.169620+0000","last_became_peered":"2024-09-13T14:39:19.169620+0000","last_unstale":"2024-09-13T14:41:23.261228+0000","last_undegraded":"2024-09-13T14:41:23.261228+0000","last_fullsized":"2024-09-13T14:41:23.261228+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:57:14.142477+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1e","version":"0'0","reported_seq":1411,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:23.261505+0000","last_change":"2024-09-13T14:39:19.167530+0000","last_active":"2024-09-13T14:41:23.261505+0000","last_peered":"2024-09-13T14:41:23.261505+0000","last_clean":"2024-09-13T14:41:23.261505+0000","last_became_active":"2024-09-13T14:39:19.166791+0000","last_became_peered":"2024-09-13T14:39:19.166791+0000","last_unstale":"2024-09-13T14:41:23.261505+0000","last_undegraded":"2024-09-13T14:41:23.261505+0000","last_fullsized":"2024-09-13T14:41:23.261505+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:34:07.055980+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.19","version":"0'0","reported_seq":1374,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:23.255540+0000","last_change":"2024-09-13T14:39:19.173868+0000","last_active":"2024-09-13T14:41:23.255540+0000","last_peered":"2024-09-13T14:41:23.255540+0000","last_clean":"2024-09-13T14:41:23.255540+0000","last_became_active":"2024-09-13T14:39:19.173536+0000","last_became_peered":"2024-09-13T14:39:19.173536+0000","last_unstale":"2024-09-13T14:41:23.255540+0000","last_undegraded":"2024-09-13T14:41:23.255540+0000","last_fullsized":"2024-09-13T14:41:23.255540+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:19:08.468769+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[1,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"4.1d","version":"0'0","reported_seq":817,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:23.258321+0000","last_change":"2024-09-13T14:39:19.174679+0000","last_active":"2024-09-13T14:41:23.258321+0000","last_peered":"2024-09-13T14:41:23.258321+0000","last_clean":"2024-09-13T14:41:23.258321+0000","last_became_active":"2024-09-13T14:39:19.174343+0000","last_became_peered":"2024-09-13T14:39:19.174343+0000","last_unstale":"2024-09-13T14:41:23.258321+0000","last_undegraded":"2024-09-13T14:41:23.258321+0000","last_fullsized":"2024-09-13T14:41:23.258321+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:28:14.286357+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[1,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.1a","version":"70'1","reported_seq":1078,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.240383+0000","last_change":"2024-09-13T14:33:17.923617+0000","last_active":"2024-09-13T14:41:19.240383+0000","last_peered":"2024-09-13T14:41:19.240383+0000","last_clean":"2024-09-13T14:41:19.240383+0000","last_became_active":"2024-09-13T14:33:17.923336+0000","last_became_peered":"2024-09-13T14:33:17.923336+0000","last_unstale":"2024-09-13T14:41:19.240383+0000","last_undegraded":"2024-09-13T14:41:19.240383+0000","last_fullsized":"2024-09-13T14:41:19.240383+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T15:55:13.594527+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1c","version":"0'0","reported_seq":1346,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:23.253855+0000","last_change":"2024-09-13T14:39:19.172576+0000","last_active":"2024-09-13T14:41:23.253855+0000","last_peered":"2024-09-13T14:41:23.253855+0000","last_clean":"2024-09-13T14:41:23.253855+0000","last_became_active":"2024-09-13T14:39:19.172249+0000","last_became_peered":"2024-09-13T14:39:19.172249+0000","last_unstale":"2024-09-13T14:41:23.253855+0000","last_undegraded":"2024-09-13T14:41:23.253855+0000","last_fullsized":"2024-09-13T14:41:23.253855+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:40:23.015736+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.1b","version":"70'1","reported_seq":1393,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:23.261638+0000","last_change":"2024-09-13T14:32:10.932053+0000","last_active":"2024-09-13T14:41:23.261638+0000","last_peered":"2024-09-13T14:41:23.261638+0000","last_clean":"2024-09-13T14:41:23.261638+0000","last_became_active":"2024-09-13T14:32:10.931382+0000","last_became_peered":"2024-09-13T14:32:10.931382+0000","last_unstale":"2024-09-13T14:41:23.261638+0000","last_undegraded":"2024-09-13T14:41:23.261638+0000","last_fullsized":"2024-09-13T14:41:23.261638+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T19:21:03.486287+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1b","version":"0'0","reported_seq":1085,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.236391+0000","last_change":"2024-09-13T14:39:19.165973+0000","last_active":"2024-09-13T14:41:19.236391+0000","last_peered":"2024-09-13T14:41:19.236391+0000","last_clean":"2024-09-13T14:41:19.236391+0000","last_became_active":"2024-09-13T14:39:19.165638+0000","last_became_peered":"2024-09-13T14:39:19.165638+0000","last_unstale":"2024-09-13T14:41:19.236391+0000","last_undegraded":"2024-09-13T14:41:19.236391+0000","last_fullsized":"2024-09-13T14:41:19.236391+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:10:42.065203+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.1c","version":"70'2","reported_seq":1050,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.241700+0000","last_change":"2024-09-13T14:32:44.952627+0000","last_active":"2024-09-13T14:41:19.241700+0000","last_peered":"2024-09-13T14:41:19.241700+0000","last_clean":"2024-09-13T14:41:19.241700+0000","last_became_active":"2024-09-13T14:32:44.952336+0000","last_became_peered":"2024-09-13T14:32:44.952336+0000","last_unstale":"2024-09-13T14:41:19.241700+0000","last_undegraded":"2024-09-13T14:41:19.241700+0000","last_fullsized":"2024-09-13T14:41:19.241700+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T00:08:59.441392+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":[5,4,1],"acting":[5,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.1a","version":"0'0","reported_seq":1085,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.240243+0000","last_change":"2024-09-13T14:39:19.166296+0000","last_active":"2024-09-13T14:41:19.240243+0000","last_peered":"2024-09-13T14:41:19.240243+0000","last_clean":"2024-09-13T14:41:19.240243+0000","last_became_active":"2024-09-13T14:39:19.165645+0000","last_became_peered":"2024-09-13T14:39:19.165645+0000","last_unstale":"2024-09-13T14:41:19.240243+0000","last_undegraded":"2024-09-13T14:41:19.240243+0000","last_fullsized":"2024-09-13T14:41:19.240243+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:42:11.587611+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[4,0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1d","version":"70'2","reported_seq":1035,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:19.242047+0000","last_change":"2024-09-13T14:19:29.699807+0000","last_active":"2024-09-13T14:41:19.242047+0000","last_peered":"2024-09-13T14:41:19.242047+0000","last_clean":"2024-09-13T14:41:19.242047+0000","last_became_active":"2024-09-13T14:19:29.698125+0000","last_became_peered":"2024-09-13T14:19:29.698125+0000","last_unstale":"2024-09-13T14:41:19.242047+0000","last_undegraded":"2024-09-13T14:41:19.242047+0000","last_fullsized":"2024-09-13T14:41:19.242047+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T21:12:45.446921+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":[5,4,6],"acting":[5,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.19","version":"0'0","reported_seq":837,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:23.252642+0000","last_change":"2024-09-13T14:39:19.177022+0000","last_active":"2024-09-13T14:41:23.252642+0000","last_peered":"2024-09-13T14:41:23.252642+0000","last_clean":"2024-09-13T14:41:23.252642+0000","last_became_active":"2024-09-13T14:39:19.176626+0000","last_became_peered":"2024-09-13T14:39:19.176626+0000","last_unstale":"2024-09-13T14:41:23.252642+0000","last_undegraded":"2024-09-13T14:41:23.252642+0000","last_fullsized":"2024-09-13T14:41:23.252642+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:49:07.331150+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"3.1e","version":"70'1","reported_seq":49,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:20.490109+0000","last_change":"2024-09-13T14:39:19.175815+0000","last_active":"2024-09-13T14:41:20.490109+0000","last_peered":"2024-09-13T14:41:20.490109+0000","last_clean":"2024-09-13T14:41:20.490109+0000","last_became_active":"2024-09-13T14:39:19.175451+0000","last_became_peered":"2024-09-13T14:39:19.175451+0000","last_unstale":"2024-09-13T14:41:20.490109+0000","last_undegraded":"2024-09-13T14:41:20.490109+0000","last_fullsized":"2024-09-13T14:41:20.490109+0000","mapping_epoch":1094,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1095,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T17:26:49.910543+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,1],"acting":[6,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"4.18","version":"0'0","reported_seq":1062,"reported_epoch":1113,"state":"active+clean","last_fresh":"2024-09-13T14:41:20.495675+0000","last_change":"2024-09-13T14:32:44.953530+0000","last_active":"2024-09-13T14:41:20.495675+0000","last_peered":"2024-09-13T14:41:20.495675+0000","last_clean":"2024-09-13T14:41:20.495675+0000","last_became_active":"2024-09-13T14:32:44.953223+0000","last_became_peered":"2024-09-13T14:32:44.953223+0000","last_unstale":"2024-09-13T14:41:20.495675+0000","last_undegraded":"2024-09-13T14:41:20.495675+0000","last_fullsized":"2024-09-13T14:41:20.495675+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:08:35.049443+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1f","version":"70'4","reported_seq":1409,"reported_epoch":1114,"state":"active+clean","last_fresh":"2024-09-13T14:41:23.262036+0000","last_change":"2024-09-13T14:33:17.926914+0000","last_active":"2024-09-13T14:41:23.262036+0000","last_peered":"2024-09-13T14:41:23.262036+0000","last_clean":"2024-09-13T14:41:23.262036+0000","last_became_active":"2024-09-13T14:33:17.926517+0000","last_became_peered":"2024-09-13T14:33:17.926517+0000","last_unstale":"2024-09-13T14:41:23.262036+0000","last_undegraded":"2024-09-13T14:41:23.262036+0000","last_fullsized":"2024-09-13T14:41:23.262036+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T16:07:35.423857+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,5,2],"acting":[0,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]}],"pool_stats":[{"poolid":6,"num_pg":16,"stat_sum":{"num_bytes":6824525848,"num_objects":104135,"num_object_clones":0,"num_object_copies":312405,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":104135,"num_whiteouts":0,"num_read":1,"num_read_kb":1,"num_write":159849,"num_write_kb":8447425,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":20486631424,"data_stored":20486619208,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":130049,"ondisk_log_size":130049,"up":48,"acting":48,"num_store_stats":8},{"poolid":4,"num_pg":32,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":96,"acting":96,"num_store_stats":8},{"poolid":3,"num_pg":32,"stat_sum":{"num_bytes":5554,"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":62,"num_write_kb":31,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":4,"num_bytes_recovered":90,"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":102400,"data_stored":16752,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":11473,"internal_metadata":0},"log_size":56,"ondisk_log_size":56,"up":96,"acting":96,"num_store_stats":8},{"poolid":2,"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":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":392,"num_read_kb":834,"num_write":215,"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":149,"ondisk_log_size":149,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":7,"up_from":54,"seq":231928234274,"num_pgs":38,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":3076948,"kb_used_data":2937420,"kb_used_omap":1,"kb_used_meta":139326,"kb_avail":90668204,"statfs":{"total":95995035648,"available":92844240896,"internally_reserved":0,"allocated":3007918080,"data_stored":3005984453,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1588,"internal_metadata":142670284},"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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[]},{"osd":6,"up_from":46,"seq":197568495912,"num_pgs":45,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":4891468,"kb_used_data":4643844,"kb_used_omap":1,"kb_used_meta":247614,"kb_avail":88853684,"statfs":{"total":95995035648,"available":90986172416,"internally_reserved":0,"allocated":4755296256,"data_stored":4753370694,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":253557191},"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":[0,0,0,2,8],"upper_bound":32},"perf_stat":{"commit_latency_ms":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[]},{"osd":5,"up_from":38,"seq":163208757548,"num_pgs":32,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":2685700,"kb_used_data":2528316,"kb_used_omap":1,"kb_used_meta":157374,"kb_avail":91059452,"statfs":{"total":95995035648,"available":93244878848,"internally_reserved":0,"allocated":2588995584,"data_stored":2587073520,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":161151430},"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":30,"seq":128849019185,"num_pgs":40,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":2253068,"kb_used_data":2127684,"kb_used_omap":1,"kb_used_meta":125374,"kb_avail":91492084,"statfs":{"total":95995035648,"available":93687894016,"internally_reserved":0,"allocated":2178748416,"data_stored":2176822367,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":128383430},"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":[0,0,0,1,2,2],"upper_bound":64},"perf_stat":{"commit_latency_ms":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[]},{"osd":3,"up_from":0,"seq":3629247365215,"num_pgs":0,"num_osds":0,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":0,"kb_used":0,"kb_used_data":0,"kb_used_omap":0,"kb_used_meta":0,"kb_avail":0,"statfs":{"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},"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":[]},{"osd":2,"up_from":813,"seq":3491808411749,"num_pgs":35,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":3915324,"kb_used_data":3770612,"kb_used_omap":50,"kb_used_meta":144653,"kb_avail":89829828,"statfs":{"total":95995035648,"available":91985743872,"internally_reserved":0,"allocated":3861106688,"data_stored":3859192749,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":52011,"internal_metadata":148124885},"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":[0,0,0,1],"upper_bound":16},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":780,"seq":3350074490988,"num_pgs":44,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":2590524,"kb_used_data":2482228,"kb_used_omap":30,"kb_used_meta":108257,"kb_avail":91154628,"statfs":{"total":95995035648,"available":93342339072,"internally_reserved":0,"allocated":2541801472,"data_stored":2539886960,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":31404,"internal_metadata":110855508},"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":[]},{"osd":0,"up_from":746,"seq":3204045602931,"num_pgs":33,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1728456,"kb_used_data":1633472,"kb_used_omap":66,"kb_used_meta":94909,"kb_avail":92016696,"statfs":{"total":95995035648,"available":94225096704,"internally_reserved":0,"allocated":1672675328,"data_stored":1670749747,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":68403,"internal_metadata":97187021},"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":0,"data_stored":0,"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":4096,"data_stored":19,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":4096,"data_stored":19,"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":4096,"data_stored":19,"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":0,"data_stored":0,"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":12288,"data_stored":694,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3890,"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":3041,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":616,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1366,"internal_metadata":0},{"poolid":3,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":90,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3176,"internal_metadata":0},{"poolid":3,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":24576,"data_stored":4902,"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":8192,"data_stored":652,"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":16384,"data_stored":4826,"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":28672,"data_stored":4972,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":6,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":1657475072,"data_stored":1657471000,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":6,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":2523533312,"data_stored":2523529240,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":6,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":3848929280,"data_stored":3848929280,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":6,"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":6,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":2160852992,"data_stored":2160852992,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":6,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":2575372288,"data_stored":2575368216,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":6,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":4721475584,"data_stored":4721475584,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":6,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":2998992896,"data_stored":2998992896,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-13T14:41:36.248 INFO:tasks.cephadm.ceph_manager.ceph:recovered! 2024-09-13T14:41:36.248 INFO:tasks.thrashosds.thrasher:choose_action: min_in 4 min_out 0 min_live 2 min_dead 0 chance_down 0.40 2024-09-13T14:41:36.248 INFO:tasks.thrashosds.thrasher:Adding osd 3 2024-09-13T14:41:36.249 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd in 3 2024-09-13T14:41:36.254 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:41:36.292 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:36.293 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:36.294 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:41:36.394 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:36.439 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:36.440 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:36.440 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:36.541 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:41:36.570 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:36.570 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:36.571 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:41:36.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:36 smithi071 ceph-mon[107477]: pgmap v1222: 89 pgs: 89 active+clean; 6.4 GiB data, 20 GiB used, 606 GiB / 626 GiB avail; 0 B/s wr, 872 op/s 2024-09-13T14:41:36.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:36 smithi071 ceph-mon[107477]: from='client.34830 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T14:41:36.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:36 smithi071 ceph-mon[112785]: pgmap v1222: 89 pgs: 89 active+clean; 6.4 GiB data, 20 GiB used, 606 GiB / 626 GiB avail; 0 B/s wr, 872 op/s 2024-09-13T14:41:36.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:36 smithi071 ceph-mon[112785]: from='client.34830 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T14:41:36.671 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:36.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:36 smithi104 ceph-mon[105578]: pgmap v1222: 89 pgs: 89 active+clean; 6.4 GiB data, 20 GiB used, 606 GiB / 626 GiB avail; 0 B/s wr, 872 op/s 2024-09-13T14:41:36.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:36 smithi104 ceph-mon[105578]: from='client.34830 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T14:41:36.702 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:36.702 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:36.702 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:36.803 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:41:36.848 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:36.848 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:36.848 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:41:36.949 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:41:36.987 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:36.988 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:36.988 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:41:37.089 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:41:37.104 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:41:37.125 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:37.126 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:37.126 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:41:37.227 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:41:37.265 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:37.265 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:37.266 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:41:37.321 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd unset nodeep-scrub 2024-09-13T14:41:37.367 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:41:37.401 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:37.402 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:37.402 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:41:37.504 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:41:37.539 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:37.540 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:37.540 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:41:37.596 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:41:37.597 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:41:37.597 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:41:37.597 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:41:37.597 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:41:37.597 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:41:37.597 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:41:37.597 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:41:37.597 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:41:37.597 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:41:37.607 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:41:37.608 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:41:37.640 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T14:41:37.641 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T14:41:37.641 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:41:37.672 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:37.673 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:37.673 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:41:37.674 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:41:37.674 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:41:37.774 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:41:37.801 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:37.802 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:37.802 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:41:37.903 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:41:37.933 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:37.934 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:37.934 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:41:38.035 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:41:38.080 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:38.081 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:38.081 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:41:38.182 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:41:38.227 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:38.228 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:38.229 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:41:38.330 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:41:38.352 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:38 smithi104 ceph-mon[105578]: pgmap v1223: 89 pgs: 89 active+clean; 6.2 GiB data, 20 GiB used, 606 GiB / 626 GiB avail; 0 B/s wr, 878 op/s 2024-09-13T14:41:38.352 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:38 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3634386088' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:41:38.378 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:38.378 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:38.378 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:41:38.398 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2024-09-13T14:41:38.398 INFO:teuthology.orchestra.run.smithi104.stdout: "ops": [], 2024-09-13T14:41:38.399 INFO:teuthology.orchestra.run.smithi104.stdout: "complaint_time": 30, 2024-09-13T14:41:38.399 INFO:teuthology.orchestra.run.smithi104.stdout: "num_blocked_ops": 0 2024-09-13T14:41:38.399 INFO:teuthology.orchestra.run.smithi104.stdout:} 2024-09-13T14:41:38.479 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:41:38.517 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:38.518 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:38.518 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:41:38.619 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:41:38.638 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:38 smithi071 ceph-mon[107477]: pgmap v1223: 89 pgs: 89 active+clean; 6.2 GiB data, 20 GiB used, 606 GiB / 626 GiB avail; 0 B/s wr, 878 op/s 2024-09-13T14:41:38.639 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:38 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3634386088' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:41:38.639 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:38 smithi071 ceph-mon[112785]: pgmap v1223: 89 pgs: 89 active+clean; 6.2 GiB data, 20 GiB used, 606 GiB / 626 GiB avail; 0 B/s wr, 878 op/s 2024-09-13T14:41:38.639 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:38 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3634386088' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:41:38.653 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:38.654 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:38.655 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:41:38.756 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:41:38.788 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:38.789 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:38.789 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:41:38.890 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:38.920 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:38.921 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:38.921 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:39.022 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:41:39.042 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:39.043 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:39.044 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:41:39.144 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:39.183 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:39.183 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:39.184 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:39.284 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:41:39.321 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:39.321 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:39.321 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:41:39.422 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:41:39.458 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:39.459 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:39.459 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:41:39.561 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:41:39.602 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:39.603 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:39.603 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:41:39.704 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:41:39.740 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:39.740 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:39.741 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:41:39.762 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:41:39.841 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:41:39.871 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:39.871 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:39.872 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:41:39.972 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:41:40.003 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:40.003 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:40.004 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:41:40.104 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:40.139 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:40.140 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:40.140 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:40.157 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:40 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-a[107454]: 2024-09-13T14:41:40.027+0000 7fa91586f640 -1 mon.a@0(leader).osd e1115 definitely_dead 0 2024-09-13T14:41:40.241 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:40.276 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:40.276 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:40.277 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:40.319 INFO:teuthology.orchestra.run.smithi071.stderr:marked in osd.3. 2024-09-13T14:41:40.377 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:41:40.398 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:40.399 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:40.399 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:41:40.443 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.6 dump_historic_ops 2024-09-13T14:41:40.492 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:40 smithi071 ceph-mon[107477]: pgmap v1224: 89 pgs: 89 active+clean; 6.1 GiB data, 19 GiB used, 606 GiB / 626 GiB avail; 0 B/s wr, 885 op/s 2024-09-13T14:41:40.492 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:40 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/211985915' entity='client.admin' cmd={"prefix": "osd in", "ids": ["3"]} : dispatch 2024-09-13T14:41:40.492 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:40 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd in", "ids": ["3"]} : dispatch 2024-09-13T14:41:40.492 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:40 smithi071 ceph-mon[112785]: pgmap v1224: 89 pgs: 89 active+clean; 6.1 GiB data, 19 GiB used, 606 GiB / 626 GiB avail; 0 B/s wr, 885 op/s 2024-09-13T14:41:40.493 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:40 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/211985915' entity='client.admin' cmd={"prefix": "osd in", "ids": ["3"]} : dispatch 2024-09-13T14:41:40.493 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:40 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd in", "ids": ["3"]} : dispatch 2024-09-13T14:41:40.500 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:40.523 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:40.523 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:40.523 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:40.624 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:41:40.646 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:40.647 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:40.647 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:41:40.648 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:41:40.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:40 smithi104 ceph-mon[105578]: pgmap v1224: 89 pgs: 89 active+clean; 6.1 GiB data, 19 GiB used, 606 GiB / 626 GiB avail; 0 B/s wr, 885 op/s 2024-09-13T14:41:40.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:40 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/211985915' entity='client.admin' cmd={"prefix": "osd in", "ids": ["3"]} : dispatch 2024-09-13T14:41:40.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:40 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd in", "ids": ["3"]} : dispatch 2024-09-13T14:41:40.748 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:41:40.773 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:40.773 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:40.774 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:41:40.874 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:41:40.897 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:40.897 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:40.898 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:41:40.999 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:41:41.020 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:41.021 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:41.021 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:41:41.122 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:41:41.143 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:41.144 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:41.144 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:41:41.245 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:41.266 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:41.267 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:41.267 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:41.368 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:41:41.391 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:41.391 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:41.392 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:41:41.488 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:41 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd in", "ids": ["3"]}]': finished 2024-09-13T14:41:41.488 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:41 smithi071 ceph-mon[107477]: osdmap e1116: 8 total, 8 up, 8 in 2024-09-13T14:41:41.488 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:41 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd in", "ids": ["3"]}]': finished 2024-09-13T14:41:41.488 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:41 smithi071 ceph-mon[112785]: osdmap e1116: 8 total, 8 up, 8 in 2024-09-13T14:41:41.493 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:41:41.514 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:41.515 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:41.515 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:41:41.616 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:41:41.623 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:41 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd in", "ids": ["3"]}]': finished 2024-09-13T14:41:41.623 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:41 smithi104 ceph-mon[105578]: osdmap e1116: 8 total, 8 up, 8 in 2024-09-13T14:41:41.637 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:41.638 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:41.638 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:41:41.721 INFO:tasks.thrashosds.thrasher:Added osd 3 2024-09-13T14:41:41.739 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:41:41.759 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:41.760 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:41.760 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:41:41.861 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:41.882 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:41.882 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:41.883 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:41.984 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:41:42.004 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:42.005 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:42.005 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:41:42.106 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:42.129 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:42.130 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:42.130 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:42.231 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:41:42.253 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=false 2024-09-13T14:41:42.254 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:42.254 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:42.255 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:41:42.355 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:41:42.380 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:42.381 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:42.381 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:41:42.452 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:42 smithi104 ceph-mon[105578]: pgmap v1226: 89 pgs: 89 active+clean; 6.1 GiB data, 19 GiB used, 606 GiB / 626 GiB avail; 0 B/s wr, 695 op/s 2024-09-13T14:41:42.453 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:42 smithi104 ceph-mon[105578]: osdmap e1117: 8 total, 8 up, 8 in 2024-09-13T14:41:42.453 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2024-09-13T14:41:42.453 INFO:teuthology.orchestra.run.smithi104.stdout: "size": 20, 2024-09-13T14:41:42.453 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 600, 2024-09-13T14:41:42.453 INFO:teuthology.orchestra.run.smithi104.stdout: "ops": [ 2024-09-13T14:41:42.453 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.453 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.24701.0:6626 5.2 5:4280a116:::smithi07185159-6:head [read 0~0,checksum,omap-get-vals-by-keys,omap-get-keys,omap-get-vals,omap-get-header,getxattrs] snapc 0=[] ondisk+read+known_if_redirected+supports_pool_eio e746)", 2024-09-13T14:41:42.454 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:32:09.906811+0000", 2024-09-13T14:41:42.454 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 572.54418276900003, 2024-09-13T14:41:42.454 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0276411489999999, 2024-09-13T14:41:42.454 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:41:42.454 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T14:41:42.454 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:41:42.454 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.24701", 2024-09-13T14:41:42.454 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/3140242613", 2024-09-13T14:41:42.454 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 6626 2024-09-13T14:41:42.454 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.454 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:41:42.454 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.454 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:41:42.455 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:32:09.906811+0000", 2024-09-13T14:41:42.455 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:42.455 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.455 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.455 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:41:42.455 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:32:09.906811+0000", 2024-09-13T14:41:42.455 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:42.455 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.455 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.456 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:41:42.456 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:32:09.906809+0000", 2024-09-13T14:41:42.456 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999976 2024-09-13T14:41:42.456 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.456 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.456 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:41:42.456 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:32:09.906819+0000", 2024-09-13T14:41:42.456 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0314e-05 2024-09-13T14:41:42.456 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.456 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.456 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:41:42.456 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:32:09.906839+0000", 2024-09-13T14:41:42.456 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.9205999999999999e-05 2024-09-13T14:41:42.457 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.457 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.457 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:41:42.457 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:32:09.906851+0000", 2024-09-13T14:41:42.457 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2602000000000001e-05 2024-09-13T14:41:42.457 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.457 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.457 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:41:42.457 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:32:09.909435+0000", 2024-09-13T14:41:42.457 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0025840339999999998 2024-09-13T14:41:42.457 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.457 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.457 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:41:42.458 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:32:09.909446+0000", 2024-09-13T14:41:42.458 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.116e-05 2024-09-13T14:41:42.458 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.458 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.458 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:41:42.458 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:32:10.934288+0000", 2024-09-13T14:41:42.458 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0248415820000001 2024-09-13T14:41:42.458 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.458 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.458 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:41:42.459 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:32:10.934453+0000", 2024-09-13T14:41:42.459 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00016447200000000001 2024-09-13T14:41:42.459 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:42.459 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:41:42.459 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:42.459 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.459 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.459 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.24701.0:6627 5.2 5:4280a116:::smithi07185159-6:head [read 0~0,checksum] snapc 0=[] ondisk+read+known_if_redirected+supports_pool_eio e746)", 2024-09-13T14:41:42.459 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:32:09.906863+0000", 2024-09-13T14:41:42.459 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 572.54413154600002, 2024-09-13T14:41:42.459 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0283262369999999, 2024-09-13T14:41:42.459 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:41:42.459 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T14:41:42.460 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:41:42.460 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.24701", 2024-09-13T14:41:42.460 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/3140242613", 2024-09-13T14:41:42.460 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 6627 2024-09-13T14:41:42.460 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.460 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:41:42.460 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.460 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:41:42.460 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:32:09.906863+0000", 2024-09-13T14:41:42.460 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:42.460 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.460 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.461 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:41:42.461 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:32:09.906863+0000", 2024-09-13T14:41:42.461 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:42.461 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.461 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.461 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:41:42.461 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:32:09.906862+0000", 2024-09-13T14:41:42.461 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T14:41:42.461 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.461 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.461 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:41:42.461 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:32:09.906867+0000", 2024-09-13T14:41:42.462 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.31e-06 2024-09-13T14:41:42.462 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.462 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.462 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:41:42.462 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:32:09.906876+0000", 2024-09-13T14:41:42.462 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.4230000000000005e-06 2024-09-13T14:41:42.462 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.462 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.462 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:41:42.462 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:32:09.906882+0000", 2024-09-13T14:41:42.462 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.8379999999999996e-06 2024-09-13T14:41:42.462 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.462 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.463 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:41:42.463 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:32:09.909468+0000", 2024-09-13T14:41:42.463 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.002585595 2024-09-13T14:41:42.463 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.463 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.463 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:41:42.463 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:32:09.909475+0000", 2024-09-13T14:41:42.463 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.7889999999999997e-06 2024-09-13T14:41:42.463 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.463 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.463 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:41:42.463 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:32:10.934947+0000", 2024-09-13T14:41:42.464 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.025472487 2024-09-13T14:41:42.464 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.464 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.464 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:41:42.464 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:32:10.935189+0000", 2024-09-13T14:41:42.464 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000241497 2024-09-13T14:41:42.464 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:42.464 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:41:42.464 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:42.464 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.464 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.464 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.24701.0:6628 5.2 5:4280a116:::smithi07185159-6:head [sparse-read 0~0] snapc 0=[] ondisk+read+known_if_redirected+supports_pool_eio e746)", 2024-09-13T14:41:42.464 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:32:09.906889+0000", 2024-09-13T14:41:42.464 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 572.54410553499997, 2024-09-13T14:41:42.465 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0283706269999999, 2024-09-13T14:41:42.465 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:41:42.465 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T14:41:42.465 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:41:42.465 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.24701", 2024-09-13T14:41:42.465 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/3140242613", 2024-09-13T14:41:42.465 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 6628 2024-09-13T14:41:42.465 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.465 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:41:42.465 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.465 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:41:42.465 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:32:09.906889+0000", 2024-09-13T14:41:42.465 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:42.466 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.466 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.466 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:41:42.466 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:32:09.906889+0000", 2024-09-13T14:41:42.466 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:42.466 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.466 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.466 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:41:42.466 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:32:09.906888+0000", 2024-09-13T14:41:42.466 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T14:41:42.466 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.466 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.466 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:41:42.466 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:32:09.906891+0000", 2024-09-13T14:41:42.467 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.0790000000000001e-06 2024-09-13T14:41:42.467 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.467 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.467 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:41:42.467 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:32:09.906898+0000", 2024-09-13T14:41:42.467 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.5919999999999997e-06 2024-09-13T14:41:42.467 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.467 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.467 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:41:42.467 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:32:09.906910+0000", 2024-09-13T14:41:42.467 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2092999999999999e-05 2024-09-13T14:41:42.467 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.468 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.468 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:41:42.468 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:32:09.909497+0000", 2024-09-13T14:41:42.468 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0025867289999999999 2024-09-13T14:41:42.468 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.468 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.468 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:41:42.468 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:32:09.909504+0000", 2024-09-13T14:41:42.468 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.4159999999999998e-06 2024-09-13T14:41:42.468 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.468 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.468 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:41:42.468 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:32:10.935158+0000", 2024-09-13T14:41:42.469 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0256543899999999 2024-09-13T14:41:42.470 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.470 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.470 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:41:42.470 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:32:10.935259+0000", 2024-09-13T14:41:42.470 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00010082900000000001 2024-09-13T14:41:42.470 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:42.470 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:41:42.470 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:42.470 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.470 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.470 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.24701.0:6633 5.2 5:43c141ca:::smithi07185159-48:head [sparse-read 0~0,omap-get-vals-by-keys,omap-get-keys,omap-get-vals,omap-get-header,getxattrs] snapc 0=[] ondisk+read+known_if_redirected+supports_pool_eio e746)", 2024-09-13T14:41:42.470 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:32:10.181561+0000", 2024-09-13T14:41:42.471 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 572.26943271100004, 2024-09-13T14:41:42.471 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.753891855, 2024-09-13T14:41:42.471 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:41:42.471 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T14:41:42.471 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:41:42.471 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.24701", 2024-09-13T14:41:42.471 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/3140242613", 2024-09-13T14:41:42.471 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 6633 2024-09-13T14:41:42.471 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.471 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:41:42.471 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.471 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:41:42.471 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:32:10.181561+0000", 2024-09-13T14:41:42.471 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:42.472 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.472 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.472 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:41:42.472 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:32:10.181561+0000", 2024-09-13T14:41:42.472 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:42.472 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.472 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.472 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:41:42.472 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:32:10.181559+0000", 2024-09-13T14:41:42.472 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999971 2024-09-13T14:41:42.472 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.472 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.472 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:41:42.473 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:32:10.181573+0000", 2024-09-13T14:41:42.473 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3926e-05 2024-09-13T14:41:42.473 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.473 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.473 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:41:42.473 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:32:10.181605+0000", 2024-09-13T14:41:42.473 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.2026000000000001e-05 2024-09-13T14:41:42.473 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.473 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.473 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:41:42.473 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:32:10.181624+0000", 2024-09-13T14:41:42.473 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.9029999999999999e-05 2024-09-13T14:41:42.474 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.474 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.474 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:41:42.474 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:32:10.181777+0000", 2024-09-13T14:41:42.474 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000153738 2024-09-13T14:41:42.474 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.474 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.474 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:41:42.474 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:32:10.181808+0000", 2024-09-13T14:41:42.474 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.0783e-05 2024-09-13T14:41:42.474 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.474 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.474 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:41:42.475 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:32:10.935297+0000", 2024-09-13T14:41:42.475 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.75348900100000005 2024-09-13T14:41:42.475 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.475 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.475 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:41:42.475 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:32:10.935453+0000", 2024-09-13T14:41:42.475 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000156117 2024-09-13T14:41:42.475 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:42.475 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:41:42.475 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:42.475 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.475 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.475 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.24701.0:6634 5.2 5:43c141ca:::smithi07185159-48:head [sparse-read 0~0] snapc 0=[] ondisk+read+known_if_redirected+supports_pool_eio e746)", 2024-09-13T14:41:42.476 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:32:10.181645+0000", 2024-09-13T14:41:42.476 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 572.26934893199996, 2024-09-13T14:41:42.476 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.75393741400000003, 2024-09-13T14:41:42.476 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:41:42.476 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T14:41:42.476 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:41:42.476 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.24701", 2024-09-13T14:41:42.476 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/3140242613", 2024-09-13T14:41:42.476 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 6634 2024-09-13T14:41:42.476 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.476 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:41:42.476 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.477 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:41:42.477 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:32:10.181645+0000", 2024-09-13T14:41:42.477 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:42.477 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.477 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.477 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:41:42.477 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:32:10.181645+0000", 2024-09-13T14:41:42.477 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:42.477 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.477 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.477 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:41:42.477 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:32:10.181644+0000", 2024-09-13T14:41:42.477 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:41:42.478 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.478 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.478 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:41:42.478 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:32:10.181651+0000", 2024-09-13T14:41:42.478 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.7469999999999999e-06 2024-09-13T14:41:42.478 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.478 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.478 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:41:42.478 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:32:10.181669+0000", 2024-09-13T14:41:42.478 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.7713000000000001e-05 2024-09-13T14:41:42.478 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.478 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.478 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:41:42.479 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:32:10.181682+0000", 2024-09-13T14:41:42.479 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3890000000000001e-05 2024-09-13T14:41:42.479 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.479 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.479 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:41:42.479 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:32:10.181847+0000", 2024-09-13T14:41:42.479 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00016493500000000001 2024-09-13T14:41:42.479 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.479 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.479 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:41:42.479 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:32:10.181856+0000", 2024-09-13T14:41:42.479 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.2730000000000002e-06 2024-09-13T14:41:42.479 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.479 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.480 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:41:42.480 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:32:10.935480+0000", 2024-09-13T14:41:42.480 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.75362464200000001 2024-09-13T14:41:42.480 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.480 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.480 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:41:42.480 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:32:10.935583+0000", 2024-09-13T14:41:42.480 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000102354 2024-09-13T14:41:42.480 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:42.480 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:41:42.480 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:42.480 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.480 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.481 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.24701.0:6635 5.2 5:43c141ca:::smithi07185159-48:head [sparse-read 0~0] snapc 0=[] ondisk+read+known_if_redirected+supports_pool_eio e746)", 2024-09-13T14:41:42.481 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:32:10.181733+0000", 2024-09-13T14:41:42.481 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 572.26926092300005, 2024-09-13T14:41:42.481 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.75398185500000003, 2024-09-13T14:41:42.481 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:41:42.481 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T14:41:42.481 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:41:42.481 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.24701", 2024-09-13T14:41:42.481 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/3140242613", 2024-09-13T14:41:42.481 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 6635 2024-09-13T14:41:42.481 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.481 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:41:42.481 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.482 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:41:42.482 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:32:10.181733+0000", 2024-09-13T14:41:42.482 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:42.482 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.482 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.482 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:41:42.482 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:32:10.181733+0000", 2024-09-13T14:41:42.482 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:42.482 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.482 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.482 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:41:42.482 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:32:10.181732+0000", 2024-09-13T14:41:42.482 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:41:42.483 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.483 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.483 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:41:42.483 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:32:10.181738+0000", 2024-09-13T14:41:42.483 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.1369999999999999e-06 2024-09-13T14:41:42.483 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.483 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.483 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:41:42.483 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:32:10.181755+0000", 2024-09-13T14:41:42.483 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.7113e-05 2024-09-13T14:41:42.483 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.483 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.483 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:41:42.484 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:32:10.181777+0000", 2024-09-13T14:41:42.484 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.1846000000000001e-05 2024-09-13T14:41:42.484 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.484 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.484 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:41:42.484 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:32:10.181881+0000", 2024-09-13T14:41:42.484 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00010419799999999999 2024-09-13T14:41:42.484 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.484 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.484 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:41:42.484 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:32:10.181889+0000", 2024-09-13T14:41:42.484 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.8590000000000005e-06 2024-09-13T14:41:42.484 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.485 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.485 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:41:42.485 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:32:10.935612+0000", 2024-09-13T14:41:42.485 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.75372251400000001 2024-09-13T14:41:42.485 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.485 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.485 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:41:42.485 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:32:10.935715+0000", 2024-09-13T14:41:42.485 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00010333800000000001 2024-09-13T14:41:42.485 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:42.485 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:41:42.485 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:42.485 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.485 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.486 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:35692 6.c 6:38c8d28c:::benchmark_data_smithi071_156503_object35691:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1096)", 2024-09-13T14:41:42.486 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:39:42.317022+0000", 2024-09-13T14:41:42.486 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 120.133972142, 2024-09-13T14:41:42.486 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.064093565000000005, 2024-09-13T14:41:42.486 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:41:42.486 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:41:42.486 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:41:42.486 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:41:42.486 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:41:42.486 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 35692 2024-09-13T14:41:42.486 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.486 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:41:42.486 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.487 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:41:42.487 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.317022+0000", 2024-09-13T14:41:42.487 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:42.487 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.487 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.487 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:41:42.487 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.317022+0000", 2024-09-13T14:41:42.487 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:42.487 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.487 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.487 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:41:42.487 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.317020+0000", 2024-09-13T14:41:42.487 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999981 2024-09-13T14:41:42.488 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.488 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.488 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:41:42.488 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.317058+0000", 2024-09-13T14:41:42.488 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.8232000000000003e-05 2024-09-13T14:41:42.488 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.488 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.488 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:41:42.488 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.317075+0000", 2024-09-13T14:41:42.488 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.7108999999999998e-05 2024-09-13T14:41:42.488 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.488 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.488 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:41:42.489 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.317085+0000", 2024-09-13T14:41:42.489 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.9380000000000004e-06 2024-09-13T14:41:42.489 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.489 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.489 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:41:42.489 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.318404+0000", 2024-09-13T14:41:42.489 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0013187380000000001 2024-09-13T14:41:42.489 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.489 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.489 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:41:42.489 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.320026+0000", 2024-09-13T14:41:42.489 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0016222980000000001 2024-09-13T14:41:42.489 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.489 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.490 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 5,7", 2024-09-13T14:41:42.490 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.320188+0000", 2024-09-13T14:41:42.490 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000161111 2024-09-13T14:41:42.490 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.490 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.490 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:41:42.490 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.379328+0000", 2024-09-13T14:41:42.490 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.059140176000000003 2024-09-13T14:41:42.490 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.490 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.490 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:41:42.490 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.379357+0000", 2024-09-13T14:41:42.490 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.9288000000000001e-05 2024-09-13T14:41:42.491 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.491 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.491 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:41:42.491 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.381025+0000", 2024-09-13T14:41:42.491 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001668255 2024-09-13T14:41:42.491 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.491 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.491 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:41:42.491 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.381074+0000", 2024-09-13T14:41:42.491 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.8782000000000002e-05 2024-09-13T14:41:42.491 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.491 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.491 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:41:42.492 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.381116+0000", 2024-09-13T14:41:42.492 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.1505999999999999e-05 2024-09-13T14:41:42.492 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:42.492 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:41:42.492 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:42.492 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.492 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.492 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:35735 6.c 6:392467b0:::benchmark_data_smithi071_156503_object35734:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1096)", 2024-09-13T14:41:42.492 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:39:42.387871+0000", 2024-09-13T14:41:42.492 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 120.06312341500001, 2024-09-13T14:41:42.492 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.077535655999999994, 2024-09-13T14:41:42.493 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:41:42.493 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:41:42.493 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:41:42.493 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:41:42.493 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:41:42.493 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 35735 2024-09-13T14:41:42.493 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.493 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:41:42.493 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.493 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:41:42.493 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.387871+0000", 2024-09-13T14:41:42.494 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:42.494 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.494 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.494 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:41:42.494 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.387871+0000", 2024-09-13T14:41:42.494 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:42.494 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.494 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.494 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:41:42.494 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.387869+0000", 2024-09-13T14:41:42.494 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999981 2024-09-13T14:41:42.494 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.494 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.495 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:41:42.495 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.387909+0000", 2024-09-13T14:41:42.495 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.0122e-05 2024-09-13T14:41:42.495 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.495 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.495 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:41:42.495 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.387920+0000", 2024-09-13T14:41:42.495 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0701e-05 2024-09-13T14:41:42.495 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.495 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.495 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:41:42.495 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.387928+0000", 2024-09-13T14:41:42.495 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.3960000000000006e-06 2024-09-13T14:41:42.495 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.496 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.496 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:41:42.496 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.387975+0000", 2024-09-13T14:41:42.496 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.6388999999999999e-05 2024-09-13T14:41:42.496 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.496 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.496 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:41:42.496 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.388090+0000", 2024-09-13T14:41:42.496 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00011542199999999999 2024-09-13T14:41:42.496 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.496 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.496 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 5,7", 2024-09-13T14:41:42.496 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.388215+0000", 2024-09-13T14:41:42.497 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000124974 2024-09-13T14:41:42.497 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.497 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.497 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:41:42.497 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.389640+0000", 2024-09-13T14:41:42.497 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0014255310000000001 2024-09-13T14:41:42.497 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.497 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.497 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:41:42.497 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.393355+0000", 2024-09-13T14:41:42.497 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.003714696 2024-09-13T14:41:42.497 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.497 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.497 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:41:42.498 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.394363+0000", 2024-09-13T14:41:42.498 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0010078800000000001 2024-09-13T14:41:42.498 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.498 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.498 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:41:42.498 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.394410+0000", 2024-09-13T14:41:42.498 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.6641999999999998e-05 2024-09-13T14:41:42.498 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.498 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.498 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:41:42.498 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.465406+0000", 2024-09-13T14:41:42.498 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.070996717000000001 2024-09-13T14:41:42.498 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:42.499 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:41:42.499 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:42.499 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.499 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.499 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.34671.0:35742 6.5 e1096/1094 6:a3ea9df8:::benchmark_data_smithi071_156503_object35741:head v 1096'2214, mlcod=1096'2211)", 2024-09-13T14:41:42.499 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:39:42.393036+0000", 2024-09-13T14:41:42.499 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 120.057958071, 2024-09-13T14:41:42.499 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.072396344000000001, 2024-09-13T14:41:42.499 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:41:42.499 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:41:42.499 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:41:42.499 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.499 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:41:42.500 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.393036+0000", 2024-09-13T14:41:42.500 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:42.500 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.500 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.500 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:41:42.500 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.393036+0000", 2024-09-13T14:41:42.500 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:42.500 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.500 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.501 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:41:42.501 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.393036+0000", 2024-09-13T14:41:42.501 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T14:41:42.501 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.501 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.501 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:41:42.501 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.393056+0000", 2024-09-13T14:41:42.501 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.9967e-05 2024-09-13T14:41:42.501 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.501 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.501 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:41:42.501 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.393062+0000", 2024-09-13T14:41:42.501 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.2570000000000004e-06 2024-09-13T14:41:42.502 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.502 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.502 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:41:42.502 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.393066+0000", 2024-09-13T14:41:42.502 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.1359999999999999e-06 2024-09-13T14:41:42.502 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.502 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.502 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:41:42.502 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.393110+0000", 2024-09-13T14:41:42.502 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.4054999999999997e-05 2024-09-13T14:41:42.502 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.502 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.502 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:41:42.503 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.393127+0000", 2024-09-13T14:41:42.503 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.7054e-05 2024-09-13T14:41:42.503 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.503 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.503 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:41:42.503 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.465402+0000", 2024-09-13T14:41:42.503 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.072275064999999999 2024-09-13T14:41:42.503 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.503 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.503 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:41:42.503 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.465432+0000", 2024-09-13T14:41:42.503 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.012e-05 2024-09-13T14:41:42.503 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:42.504 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:41:42.504 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:42.504 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.504 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.504 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.34671.0:35746 6.4 e1096/1094 6:20068d2e:::benchmark_data_smithi071_156503_object35745:head v 1096'2307, mlcod=1096'2304)", 2024-09-13T14:41:42.504 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:39:42.393644+0000", 2024-09-13T14:41:42.504 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 120.05735056, 2024-09-13T14:41:42.504 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.077123343999999996, 2024-09-13T14:41:42.504 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:41:42.504 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:41:42.504 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:41:42.504 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.504 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:41:42.504 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.393644+0000", 2024-09-13T14:41:42.505 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:42.505 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.505 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.505 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:41:42.505 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.393644+0000", 2024-09-13T14:41:42.505 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:42.505 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.505 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.505 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:41:42.505 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.393643+0000", 2024-09-13T14:41:42.505 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T14:41:42.505 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.505 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.506 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:41:42.506 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.393681+0000", 2024-09-13T14:41:42.506 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.7910999999999997e-05 2024-09-13T14:41:42.506 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.506 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.506 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:41:42.506 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.393691+0000", 2024-09-13T14:41:42.506 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.8199999999999992e-06 2024-09-13T14:41:42.506 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.506 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.506 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:41:42.506 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.393697+0000", 2024-09-13T14:41:42.506 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.1290000000000001e-06 2024-09-13T14:41:42.507 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.507 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.507 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:41:42.507 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.393745+0000", 2024-09-13T14:41:42.507 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.7781999999999998e-05 2024-09-13T14:41:42.507 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.507 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.507 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:41:42.507 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.393762+0000", 2024-09-13T14:41:42.507 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.7842999999999998e-05 2024-09-13T14:41:42.507 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.507 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.507 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:41:42.508 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.470720+0000", 2024-09-13T14:41:42.508 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.076957366999999999 2024-09-13T14:41:42.508 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.508 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.508 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:41:42.508 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.470767+0000", 2024-09-13T14:41:42.508 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.7082000000000001e-05 2024-09-13T14:41:42.508 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:42.508 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:41:42.508 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:42.508 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.508 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.508 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop_reply(client.34671.0:35735 6.c e1096/1094 ondisk, result = 0)", 2024-09-13T14:41:42.508 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:39:42.394263+0000", 2024-09-13T14:41:42.509 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 120.056731275, 2024-09-13T14:41:42.509 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.071151527000000006, 2024-09-13T14:41:42.509 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:41:42.509 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "started", 2024-09-13T14:41:42.509 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:41:42.509 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.509 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:41:42.509 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.394263+0000", 2024-09-13T14:41:42.509 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:42.509 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.509 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.509 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:41:42.509 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.394263+0000", 2024-09-13T14:41:42.510 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:42.510 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.510 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.510 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:41:42.510 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.394262+0000", 2024-09-13T14:41:42.510 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:41:42.510 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.510 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.510 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:41:42.510 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.394267+0000", 2024-09-13T14:41:42.510 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.1100000000000002e-06 2024-09-13T14:41:42.510 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.510 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.511 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:41:42.511 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.394277+0000", 2024-09-13T14:41:42.511 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.9170000000000001e-06 2024-09-13T14:41:42.511 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.511 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.511 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:41:42.511 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.394284+0000", 2024-09-13T14:41:42.511 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.6420000000000001e-06 2024-09-13T14:41:42.511 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.511 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.511 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:41:42.511 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.394349+0000", 2024-09-13T14:41:42.511 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.5035000000000003e-05 2024-09-13T14:41:42.511 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.512 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.512 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:41:42.512 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.394357+0000", 2024-09-13T14:41:42.512 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.9119999999999998e-06 2024-09-13T14:41:42.512 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.512 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.512 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:41:42.512 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.465414+0000", 2024-09-13T14:41:42.512 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.071057659999999995 2024-09-13T14:41:42.512 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:42.512 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:41:42.512 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:42.512 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.513 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.513 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.34671.0:35750 6.2 e1096/1094 6:424c78a0:::benchmark_data_smithi071_156503_object35749:head v 1096'2139, mlcod=1096'2137)", 2024-09-13T14:41:42.513 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:39:42.395146+0000", 2024-09-13T14:41:42.513 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 120.055848063, 2024-09-13T14:41:42.513 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.076320108999999997, 2024-09-13T14:41:42.513 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:41:42.513 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:41:42.513 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:41:42.513 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.513 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:41:42.513 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.395146+0000", 2024-09-13T14:41:42.513 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:42.513 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.514 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.514 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:41:42.514 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.395146+0000", 2024-09-13T14:41:42.514 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:42.514 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.514 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.514 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:41:42.514 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.395145+0000", 2024-09-13T14:41:42.514 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:41:42.514 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.514 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.514 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:41:42.514 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.395180+0000", 2024-09-13T14:41:42.515 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.4919000000000002e-05 2024-09-13T14:41:42.515 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.515 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.515 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:41:42.515 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.464434+0000", 2024-09-13T14:41:42.515 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.069253292999999994 2024-09-13T14:41:42.515 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.515 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.515 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:41:42.515 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.464445+0000", 2024-09-13T14:41:42.515 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1701e-05 2024-09-13T14:41:42.515 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.516 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.516 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:41:42.516 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.464782+0000", 2024-09-13T14:41:42.516 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000337206 2024-09-13T14:41:42.516 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.516 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.516 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:41:42.516 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.464803+0000", 2024-09-13T14:41:42.516 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.1021000000000001e-05 2024-09-13T14:41:42.516 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.516 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.516 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:41:42.516 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.471443+0000", 2024-09-13T14:41:42.516 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0066395309999999997 2024-09-13T14:41:42.517 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.517 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.517 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:41:42.517 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:39:42.471466+0000", 2024-09-13T14:41:42.517 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.3209000000000001e-05 2024-09-13T14:41:42.517 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:42.517 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:41:42.517 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:42.517 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.517 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.517 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.34671.0:166675 6.1 e1115/1091 6:8103d99c:::benchmark_data_smithi071_156503_object34681:head v 1115'10379, mlcod=1115'10377)", 2024-09-13T14:41:42.517 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:41:38.983563+0000", 2024-09-13T14:41:42.517 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 3.467430963, 2024-09-13T14:41:42.518 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.068354427999999995, 2024-09-13T14:41:42.518 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:41:42.518 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:41:42.518 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:41:42.518 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.518 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:41:42.518 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:38.983563+0000", 2024-09-13T14:41:42.518 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:42.518 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.518 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.518 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:41:42.518 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:38.983563+0000", 2024-09-13T14:41:42.518 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:42.519 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.519 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.519 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:41:42.519 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:38.983562+0000", 2024-09-13T14:41:42.519 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:41:42.519 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.519 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.519 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:41:42.519 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:38.983569+0000", 2024-09-13T14:41:42.519 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.4540000000000004e-06 2024-09-13T14:41:42.519 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.519 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.519 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:41:42.520 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:38.983580+0000", 2024-09-13T14:41:42.520 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0825999999999999e-05 2024-09-13T14:41:42.520 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.520 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.520 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:41:42.520 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:38.983598+0000", 2024-09-13T14:41:42.520 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.7929000000000001e-05 2024-09-13T14:41:42.520 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.520 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.520 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:41:42.520 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:38.983717+0000", 2024-09-13T14:41:42.520 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000119974 2024-09-13T14:41:42.520 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.520 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.521 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:41:42.521 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:38.983735+0000", 2024-09-13T14:41:42.521 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.7980999999999999e-05 2024-09-13T14:41:42.521 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.521 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.521 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:41:42.521 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:39.051882+0000", 2024-09-13T14:41:42.521 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.068146038000000006 2024-09-13T14:41:42.521 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.521 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.521 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:41:42.521 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:39.051918+0000", 2024-09-13T14:41:42.521 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.6090999999999997e-05 2024-09-13T14:41:42.522 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:42.522 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:41:42.522 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:42.522 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.522 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.522 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.34671.0:166677 6.4 e1115/1094 6:2bfa1bc6:::benchmark_data_smithi071_156503_object34683:head v 1115'10565, mlcod=1115'10563)", 2024-09-13T14:41:42.522 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:41:38.983611+0000", 2024-09-13T14:41:42.522 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 3.4673831330000002, 2024-09-13T14:41:42.522 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.068252425000000005, 2024-09-13T14:41:42.522 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:41:42.522 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:41:42.522 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:41:42.522 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.522 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:41:42.523 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:38.983611+0000", 2024-09-13T14:41:42.523 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:42.523 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.523 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.523 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:41:42.523 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:38.983611+0000", 2024-09-13T14:41:42.523 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:42.523 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.523 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.523 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:41:42.523 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:38.983611+0000", 2024-09-13T14:41:42.523 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T14:41:42.523 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.524 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.524 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:41:42.524 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:38.983614+0000", 2024-09-13T14:41:42.524 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.766e-06 2024-09-13T14:41:42.524 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.524 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.524 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:41:42.524 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:38.983620+0000", 2024-09-13T14:41:42.524 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.7679999999999997e-06 2024-09-13T14:41:42.524 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.524 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.524 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:41:42.525 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:38.983624+0000", 2024-09-13T14:41:42.525 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.9149999999999998e-06 2024-09-13T14:41:42.525 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.525 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.525 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:41:42.525 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:38.983671+0000", 2024-09-13T14:41:42.525 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.6619000000000002e-05 2024-09-13T14:41:42.525 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.525 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.525 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:41:42.525 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:38.983689+0000", 2024-09-13T14:41:42.525 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.7926000000000001e-05 2024-09-13T14:41:42.525 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.525 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.526 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:41:42.526 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:39.051821+0000", 2024-09-13T14:41:42.526 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.068132161999999996 2024-09-13T14:41:42.526 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.526 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.526 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:41:42.526 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:39.051863+0000", 2024-09-13T14:41:42.526 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.2574000000000003e-05 2024-09-13T14:41:42.526 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:42.526 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:41:42.526 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:42.526 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.526 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.527 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.34671.0:166679 6.f e1115/1094 6:f4676b9a:::benchmark_data_smithi071_156503_object34685:head v 1115'10413, mlcod=1115'10410)", 2024-09-13T14:41:42.527 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:41:38.984032+0000", 2024-09-13T14:41:42.527 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 3.4669618519999998, 2024-09-13T14:41:42.527 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.069786501000000001, 2024-09-13T14:41:42.527 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:41:42.527 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:41:42.527 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:41:42.527 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.527 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:41:42.527 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:38.984032+0000", 2024-09-13T14:41:42.527 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:42.527 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.527 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.528 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:41:42.528 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:38.984032+0000", 2024-09-13T14:41:42.528 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:42.528 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.528 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.528 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:41:42.528 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:38.984032+0000", 2024-09-13T14:41:42.528 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T14:41:42.528 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.528 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.528 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:41:42.528 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:38.984037+0000", 2024-09-13T14:41:42.528 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.2279999999999998e-06 2024-09-13T14:41:42.529 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.529 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.529 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:41:42.530 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:41:42.530 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:38.984047+0000", 2024-09-13T14:41:42.530 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0009e-05 2024-09-13T14:41:42.530 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.530 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.530 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:41:42.530 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:38.984052+0000", 2024-09-13T14:41:42.531 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.3820000000000003e-06 2024-09-13T14:41:42.531 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.531 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.531 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:41:42.531 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:38.984100+0000", 2024-09-13T14:41:42.531 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.7732999999999999e-05 2024-09-13T14:41:42.531 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.531 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.531 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:41:42.531 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:38.984117+0000", 2024-09-13T14:41:42.531 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.6864999999999999e-05 2024-09-13T14:41:42.531 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.531 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.532 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:41:42.532 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:38.990392+0000", 2024-09-13T14:41:42.532 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0062748420000000001 2024-09-13T14:41:42.532 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.532 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.532 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:41:42.532 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:39.053819+0000", 2024-09-13T14:41:42.532 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.063427115000000006 2024-09-13T14:41:42.532 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:42.532 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:41:42.532 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:42.532 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.533 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.533 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.34671.0:166683 6.6 e1115/1094 6:60adfdfc:::benchmark_data_smithi071_156503_object34689:head v 1115'10464, mlcod=1115'10459)", 2024-09-13T14:41:42.533 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:41:38.987167+0000", 2024-09-13T14:41:42.533 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 3.463827583, 2024-09-13T14:41:42.533 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.064698143999999999, 2024-09-13T14:41:42.533 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:41:42.533 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:41:42.533 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:41:42.533 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.533 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:41:42.533 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:38.987167+0000", 2024-09-13T14:41:42.533 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:42.533 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.534 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.534 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:41:42.534 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:38.987167+0000", 2024-09-13T14:41:42.534 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:42.534 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.534 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.534 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:41:42.534 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:38.987166+0000", 2024-09-13T14:41:42.534 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:41:42.534 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.534 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.534 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:41:42.534 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:38.987173+0000", 2024-09-13T14:41:42.535 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.4420000000000001e-06 2024-09-13T14:41:42.535 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.535 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.535 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:41:42.535 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:38.987184+0000", 2024-09-13T14:41:42.535 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0501e-05 2024-09-13T14:41:42.535 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.535 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.535 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:41:42.535 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:38.987190+0000", 2024-09-13T14:41:42.535 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.6329999999999999e-06 2024-09-13T14:41:42.535 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.535 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.535 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:41:42.536 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:38.987299+0000", 2024-09-13T14:41:42.536 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000109193 2024-09-13T14:41:42.536 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.536 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.536 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:41:42.536 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:38.987316+0000", 2024-09-13T14:41:42.536 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.7062e-05 2024-09-13T14:41:42.536 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.536 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.537 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:41:42.537 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:39.051818+0000", 2024-09-13T14:41:42.537 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.064501376999999999 2024-09-13T14:41:42.537 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.537 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.537 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:41:42.537 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:39.051865+0000", 2024-09-13T14:41:42.537 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.6901999999999999e-05 2024-09-13T14:41:42.537 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:42.537 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:41:42.537 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:42.537 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.537 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.538 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.34671.0:166678 6.4 e1115/1094 6:28ab04bc:::benchmark_data_smithi071_156503_object34684:head v 1115'10566, mlcod=1115'10563)", 2024-09-13T14:41:42.538 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:41:38.987277+0000", 2024-09-13T14:41:42.538 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 3.4637171009999999, 2024-09-13T14:41:42.538 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.064608125000000002, 2024-09-13T14:41:42.538 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:41:42.538 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:41:42.538 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:41:42.538 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.538 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:41:42.538 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:38.987277+0000", 2024-09-13T14:41:42.538 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:42.538 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.538 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.538 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:41:42.539 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:38.987277+0000", 2024-09-13T14:41:42.539 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:42.539 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.539 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.539 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:41:42.539 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:38.987276+0000", 2024-09-13T14:41:42.539 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T14:41:42.539 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.539 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.539 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:41:42.539 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:38.987283+0000", 2024-09-13T14:41:42.539 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.6440000000000003e-06 2024-09-13T14:41:42.539 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.540 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.540 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:41:42.540 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:38.987293+0000", 2024-09-13T14:41:42.540 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.7489999999999993e-06 2024-09-13T14:41:42.540 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.540 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.540 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:41:42.540 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:38.987299+0000", 2024-09-13T14:41:42.540 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.0270000000000001e-06 2024-09-13T14:41:42.540 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.540 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.540 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:41:42.540 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:38.987349+0000", 2024-09-13T14:41:42.541 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.0599000000000001e-05 2024-09-13T14:41:42.541 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.541 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.541 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:41:42.541 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:38.987367+0000", 2024-09-13T14:41:42.541 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.8063e-05 2024-09-13T14:41:42.541 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.541 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.541 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:41:42.541 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:39.051867+0000", 2024-09-13T14:41:42.541 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.064499572000000005 2024-09-13T14:41:42.541 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.541 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.541 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:41:42.542 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:39.051885+0000", 2024-09-13T14:41:42.542 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.8182999999999999e-05 2024-09-13T14:41:42.542 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:42.542 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:41:42.542 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:42.542 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.542 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.542 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.34671.0:166680 6.4 e1115/1094 6:22c87d1e:::benchmark_data_smithi071_156503_object34686:head v 1115'10567, mlcod=1115'10563)", 2024-09-13T14:41:42.542 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:41:38.989729+0000", 2024-09-13T14:41:42.542 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 3.461264994, 2024-09-13T14:41:42.542 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.081875840000000005, 2024-09-13T14:41:42.542 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:41:42.542 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:41:42.543 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:41:42.543 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.543 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:41:42.543 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:38.989729+0000", 2024-09-13T14:41:42.543 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:42.543 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.543 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.543 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:41:42.543 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:38.989729+0000", 2024-09-13T14:41:42.543 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:42.543 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.543 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.543 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:41:42.543 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:38.989729+0000", 2024-09-13T14:41:42.544 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T14:41:42.544 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.544 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.544 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:41:42.544 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:38.989734+0000", 2024-09-13T14:41:42.544 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.9420000000000003e-06 2024-09-13T14:41:42.544 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.544 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.544 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:41:42.544 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:38.989741+0000", 2024-09-13T14:41:42.544 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.5889999999999997e-06 2024-09-13T14:41:42.544 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.544 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.545 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:41:42.545 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:38.989746+0000", 2024-09-13T14:41:42.545 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.8860000000000003e-06 2024-09-13T14:41:42.545 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.545 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.545 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:41:42.545 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:39.051926+0000", 2024-09-13T14:41:42.545 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.062180167000000001 2024-09-13T14:41:42.545 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.545 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.545 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:41:42.545 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:39.051946+0000", 2024-09-13T14:41:42.545 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.9828000000000001e-05 2024-09-13T14:41:42.546 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.546 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.546 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:41:42.546 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:39.071576+0000", 2024-09-13T14:41:42.546 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.019629997 2024-09-13T14:41:42.546 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.546 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.546 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:41:42.546 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:39.071605+0000", 2024-09-13T14:41:42.546 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.8962000000000002e-05 2024-09-13T14:41:42.546 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:42.546 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:41:42.546 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:42.547 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.547 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.547 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:166687 6.c 6:36947aba:::benchmark_data_smithi071_156503_object34693:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1115)", 2024-09-13T14:41:42.547 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:41:38.990816+0000", 2024-09-13T14:41:42.547 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 3.4601777079999998, 2024-09-13T14:41:42.547 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.081968684999999999, 2024-09-13T14:41:42.547 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:41:42.547 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:41:42.547 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:41:42.547 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:41:42.547 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:41:42.547 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 166687 2024-09-13T14:41:42.547 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.547 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:41:42.548 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.548 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:41:42.548 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:38.990816+0000", 2024-09-13T14:41:42.548 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:42.548 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.548 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.548 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:41:42.548 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:38.990816+0000", 2024-09-13T14:41:42.548 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:42.548 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.548 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.548 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:41:42.548 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:38.990815+0000", 2024-09-13T14:41:42.549 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:41:42.549 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.549 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.549 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:41:42.549 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:38.990821+0000", 2024-09-13T14:41:42.549 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.5019999999999998e-06 2024-09-13T14:41:42.549 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.549 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.549 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:41:42.549 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:39.052763+0000", 2024-09-13T14:41:42.549 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.061941834000000001 2024-09-13T14:41:42.549 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.549 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.550 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:41:42.550 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:39.052776+0000", 2024-09-13T14:41:42.550 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2938e-05 2024-09-13T14:41:42.550 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.550 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.550 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:41:42.550 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:39.057427+0000", 2024-09-13T14:41:42.550 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0046504650000000003 2024-09-13T14:41:42.550 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.550 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.550 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:41:42.550 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:39.057566+0000", 2024-09-13T14:41:42.550 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00013938899999999999 2024-09-13T14:41:42.550 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.551 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.551 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 5,7", 2024-09-13T14:41:42.551 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:39.057699+0000", 2024-09-13T14:41:42.551 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00013279399999999999 2024-09-13T14:41:42.551 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.551 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.551 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:41:42.551 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:39.071539+0000", 2024-09-13T14:41:42.551 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.013840346999999999 2024-09-13T14:41:42.551 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.551 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.551 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:41:42.551 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:39.071630+0000", 2024-09-13T14:41:42.551 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.1303000000000003e-05 2024-09-13T14:41:42.552 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.552 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.552 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:41:42.552 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:39.072669+0000", 2024-09-13T14:41:42.552 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0010381699999999999 2024-09-13T14:41:42.552 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.552 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.552 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:41:42.552 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:39.072745+0000", 2024-09-13T14:41:42.552 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.6872000000000005e-05 2024-09-13T14:41:42.552 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.552 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.552 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:41:42.553 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:39.072785+0000", 2024-09-13T14:41:42.553 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.9691000000000003e-05 2024-09-13T14:41:42.553 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:42.553 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:41:42.553 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:42.553 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.553 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.553 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.34671.0:166685 6.1 e1115/1091 6:825522a6:::benchmark_data_smithi071_156503_object34691:head v 1115'10381, mlcod=1115'10377)", 2024-09-13T14:41:42.553 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:41:38.993024+0000", 2024-09-13T14:41:42.553 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 3.4579698240000001, 2024-09-13T14:41:42.553 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.068952867000000001, 2024-09-13T14:41:42.553 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:41:42.553 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:41:42.554 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:41:42.554 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.554 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:41:42.554 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:38.993024+0000", 2024-09-13T14:41:42.554 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:42.554 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.554 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.554 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:41:42.554 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:38.993024+0000", 2024-09-13T14:41:42.554 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:42.554 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.554 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.554 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:41:42.554 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:38.993023+0000", 2024-09-13T14:41:42.555 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:41:42.555 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.555 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.555 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:41:42.555 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:38.993030+0000", 2024-09-13T14:41:42.555 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.071e-06 2024-09-13T14:41:42.555 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.555 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.555 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:41:42.555 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:39.051802+0000", 2024-09-13T14:41:42.556 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.058772111000000002 2024-09-13T14:41:42.556 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.556 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.556 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:41:42.556 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:39.051821+0000", 2024-09-13T14:41:42.556 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.9369e-05 2024-09-13T14:41:42.556 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.556 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.556 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:41:42.556 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:39.051963+0000", 2024-09-13T14:41:42.556 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000142223 2024-09-13T14:41:42.556 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.556 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.557 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:41:42.557 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:39.051980+0000", 2024-09-13T14:41:42.557 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.7159999999999998e-05 2024-09-13T14:41:42.557 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.557 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.557 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:41:42.557 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:39.061943+0000", 2024-09-13T14:41:42.557 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0099629799999999998 2024-09-13T14:41:42.557 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:42.557 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:42.557 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:41:42.557 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:39.061977+0000", 2024-09-13T14:41:42.557 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.3769000000000001e-05 2024-09-13T14:41:42.558 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:42.558 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:41:42.558 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:42.558 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:42.558 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:41:42.558 INFO:teuthology.orchestra.run.smithi104.stdout:} 2024-09-13T14:41:42.561 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:42 smithi071 ceph-mon[107477]: pgmap v1226: 89 pgs: 89 active+clean; 6.1 GiB data, 19 GiB used, 606 GiB / 626 GiB avail; 0 B/s wr, 695 op/s 2024-09-13T14:41:42.561 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:42 smithi071 ceph-mon[107477]: osdmap e1117: 8 total, 8 up, 8 in 2024-09-13T14:41:42.561 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:42 smithi071 ceph-mon[112785]: pgmap v1226: 89 pgs: 89 active+clean; 6.1 GiB data, 19 GiB used, 606 GiB / 626 GiB avail; 0 B/s wr, 695 op/s 2024-09-13T14:41:42.561 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:42 smithi071 ceph-mon[112785]: osdmap e1117: 8 total, 8 up, 8 in 2024-09-13T14:41:42.581 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:42.581 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:42.581 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:41:42.682 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:42.704 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:42.704 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:42.705 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:42.806 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:41:42.827 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:42.828 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:42.828 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:41:42.852 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:41:42 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:41:42] "GET /metrics HTTP/1.1" 200 36474 "" "Prometheus/2.51.0" 2024-09-13T14:41:42.929 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:41:42.951 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:42.952 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:42.952 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:41:43.053 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:43.083 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:43.084 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:43.084 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:43.140 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:41:43.185 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:41:43.222 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:43.222 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:43.223 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:41:43.293 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.7 dump_ops_in_flight 2024-09-13T14:41:43.324 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:41:43.382 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:43.383 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:43.383 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:41:43.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:43 smithi071 ceph-mon[107477]: 6.8 starting backfill to osd.3 from (0'0,0'0] MAX to 1115'10522 2024-09-13T14:41:43.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:43 smithi071 ceph-mon[107477]: 6.4 starting backfill to osd.3 from (0'0,0'0] MAX to 1115'10633 2024-09-13T14:41:43.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:43 smithi071 ceph-mon[107477]: 6.b starting backfill to osd.3 from (0'0,0'0] MAX to 1115'10343 2024-09-13T14:41:43.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:43 smithi071 ceph-mon[107477]: 6.5 starting backfill to osd.3 from (0'0,0'0] MAX to 1115'10363 2024-09-13T14:41:43.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:43 smithi071 ceph-mon[107477]: 6.c starting backfill to osd.3 from (0'0,0'0] MAX to 1115'10418 2024-09-13T14:41:43.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:43 smithi071 ceph-mon[107477]: 6.7 starting backfill to osd.3 from (0'0,0'0] MAX to 1115'10713 2024-09-13T14:41:43.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:43 smithi071 ceph-mon[107477]: osdmap e1118: 8 total, 8 up, 8 in 2024-09-13T14:41:43.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:43 smithi071 ceph-mon[107477]: 6.6 starting backfill to osd.3 from (0'0,0'0] MAX to 1115'10542 2024-09-13T14:41:43.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:43 smithi071 ceph-mon[107477]: 6.2 starting backfill to osd.3 from (0'0,0'0] MAX to 1115'10417 2024-09-13T14:41:43.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:43 smithi071 ceph-mon[107477]: 6.f starting backfill to osd.3 from (0'0,0'0] MAX to 1115'10484 2024-09-13T14:41:43.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:43 smithi071 ceph-mon[107477]: 6.0 starting backfill to osd.3 from (0'0,0'0] MAX to 1115'10515 2024-09-13T14:41:43.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:43 smithi071 ceph-mon[112785]: 6.8 starting backfill to osd.3 from (0'0,0'0] MAX to 1115'10522 2024-09-13T14:41:43.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:43 smithi071 ceph-mon[112785]: 6.4 starting backfill to osd.3 from (0'0,0'0] MAX to 1115'10633 2024-09-13T14:41:43.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:43 smithi071 ceph-mon[112785]: 6.b starting backfill to osd.3 from (0'0,0'0] MAX to 1115'10343 2024-09-13T14:41:43.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:43 smithi071 ceph-mon[112785]: 6.5 starting backfill to osd.3 from (0'0,0'0] MAX to 1115'10363 2024-09-13T14:41:43.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:43 smithi071 ceph-mon[112785]: 6.c starting backfill to osd.3 from (0'0,0'0] MAX to 1115'10418 2024-09-13T14:41:43.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:43 smithi071 ceph-mon[112785]: 6.7 starting backfill to osd.3 from (0'0,0'0] MAX to 1115'10713 2024-09-13T14:41:43.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:43 smithi071 ceph-mon[112785]: osdmap e1118: 8 total, 8 up, 8 in 2024-09-13T14:41:43.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:43 smithi071 ceph-mon[112785]: 6.6 starting backfill to osd.3 from (0'0,0'0] MAX to 1115'10542 2024-09-13T14:41:43.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:43 smithi071 ceph-mon[112785]: 6.2 starting backfill to osd.3 from (0'0,0'0] MAX to 1115'10417 2024-09-13T14:41:43.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:43 smithi071 ceph-mon[112785]: 6.f starting backfill to osd.3 from (0'0,0'0] MAX to 1115'10484 2024-09-13T14:41:43.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:43 smithi071 ceph-mon[112785]: 6.0 starting backfill to osd.3 from (0'0,0'0] MAX to 1115'10515 2024-09-13T14:41:43.484 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:41:43.529 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:43.530 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:43.530 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:41:43.631 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:41:43.653 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:41:43.661 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:43.662 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:43.662 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:41:43.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:43 smithi104 ceph-mon[105578]: 6.8 starting backfill to osd.3 from (0'0,0'0] MAX to 1115'10522 2024-09-13T14:41:43.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:43 smithi104 ceph-mon[105578]: 6.4 starting backfill to osd.3 from (0'0,0'0] MAX to 1115'10633 2024-09-13T14:41:43.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:43 smithi104 ceph-mon[105578]: 6.b starting backfill to osd.3 from (0'0,0'0] MAX to 1115'10343 2024-09-13T14:41:43.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:43 smithi104 ceph-mon[105578]: 6.5 starting backfill to osd.3 from (0'0,0'0] MAX to 1115'10363 2024-09-13T14:41:43.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:43 smithi104 ceph-mon[105578]: 6.c starting backfill to osd.3 from (0'0,0'0] MAX to 1115'10418 2024-09-13T14:41:43.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:43 smithi104 ceph-mon[105578]: 6.7 starting backfill to osd.3 from (0'0,0'0] MAX to 1115'10713 2024-09-13T14:41:43.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:43 smithi104 ceph-mon[105578]: osdmap e1118: 8 total, 8 up, 8 in 2024-09-13T14:41:43.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:43 smithi104 ceph-mon[105578]: 6.6 starting backfill to osd.3 from (0'0,0'0] MAX to 1115'10542 2024-09-13T14:41:43.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:43 smithi104 ceph-mon[105578]: 6.2 starting backfill to osd.3 from (0'0,0'0] MAX to 1115'10417 2024-09-13T14:41:43.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:43 smithi104 ceph-mon[105578]: 6.f starting backfill to osd.3 from (0'0,0'0] MAX to 1115'10484 2024-09-13T14:41:43.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:43 smithi104 ceph-mon[105578]: 6.0 starting backfill to osd.3 from (0'0,0'0] MAX to 1115'10515 2024-09-13T14:41:43.763 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:41:43.804 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:43.805 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:43.805 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:41:43.906 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:41:43.949 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:43.950 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:43.950 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:41:44.051 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:41:44.096 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:44.097 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:44.097 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:41:44.198 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:44.220 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:44.221 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:44.221 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:44.322 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:44.336 INFO:teuthology.orchestra.run.smithi071.stderr:nodeep-scrub is unset 2024-09-13T14:41:44.366 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:44.367 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:44.368 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:44.468 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:41:44.500 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:44.500 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:44.501 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:41:44.542 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:44 smithi071 ceph-mon[107477]: pgmap v1229: 89 pgs: 15 peering, 74 active+clean; 5.9 GiB data, 19 GiB used, 607 GiB / 626 GiB avail; 0 B/s wr, 573 op/s 2024-09-13T14:41:44.542 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:44 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/246765644' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:41:44.542 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:44 smithi071 ceph-mon[112785]: pgmap v1229: 89 pgs: 15 peering, 74 active+clean; 5.9 GiB data, 19 GiB used, 607 GiB / 626 GiB avail; 0 B/s wr, 573 op/s 2024-09-13T14:41:44.542 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:44 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/246765644' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:41:44.602 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:41:44.648 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:44.648 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:44.649 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:41:44.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:44 smithi104 ceph-mon[105578]: pgmap v1229: 89 pgs: 15 peering, 74 active+clean; 5.9 GiB data, 19 GiB used, 607 GiB / 626 GiB avail; 0 B/s wr, 573 op/s 2024-09-13T14:41:44.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:44 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/246765644' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:41:44.749 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:41:44.783 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:44.784 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:44.784 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:41:44.885 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:41:44.920 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:44.921 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:44.921 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:41:45.022 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:41:45.058 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:45.058 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:45.059 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:41:45.160 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:41:45.197 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:45.198 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:45.198 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:41:45.299 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:41:45.351 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:45.352 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:45.352 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:41:45.453 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:41:45.496 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:45.497 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:45.497 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:41:45.517 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:45 smithi104 ceph-mon[105578]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T14:41:45.518 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:45 smithi104 ceph-mon[105578]: Cluster is now healthy 2024-09-13T14:41:45.518 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:45 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/246765644' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T14:41:45.518 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:45 smithi104 ceph-mon[105578]: osdmap e1119: 8 total, 8 up, 8 in 2024-09-13T14:41:45.518 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:41:45.518 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:41:45.549 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:45 smithi071 ceph-mon[107477]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T14:41:45.549 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:45 smithi071 ceph-mon[107477]: Cluster is now healthy 2024-09-13T14:41:45.549 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:45 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/246765644' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T14:41:45.549 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:45 smithi071 ceph-mon[107477]: osdmap e1119: 8 total, 8 up, 8 in 2024-09-13T14:41:45.549 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:41:45.549 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:41:45.550 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:45 smithi071 ceph-mon[112785]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T14:41:45.550 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:45 smithi071 ceph-mon[112785]: Cluster is now healthy 2024-09-13T14:41:45.550 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:45 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/246765644' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T14:41:45.550 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:45 smithi071 ceph-mon[112785]: osdmap e1119: 8 total, 8 up, 8 in 2024-09-13T14:41:45.550 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:41:45.550 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:41:45.599 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:45.630 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:45.631 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:45.631 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:45.732 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:41:45.773 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:45.773 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:45.773 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:41:45.874 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:41:45.884 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:41:45.885 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:41:45.904 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:45.904 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:45.905 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:41:45.911 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:41:45.911 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:41:45.941 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:41:45.942 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:41:45.971 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:41:45.971 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:41:46.000 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:41:46.000 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:41:46.005 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:41:46.023 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2024-09-13T14:41:46.023 INFO:teuthology.orchestra.run.smithi104.stdout: "ops": [ 2024-09-13T14:41:46.023 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:46.023 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:170080 6.8 6:1ccaa316:::benchmark_data_smithi071_156503_object38086:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1119)", 2024-09-13T14:41:46.023 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:41:46.014030+0000", 2024-09-13T14:41:46.023 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.0058842570000000004, 2024-09-13T14:41:46.023 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0059150979999999997, 2024-09-13T14:41:46.023 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:41:46.023 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "waiting for sub ops", 2024-09-13T14:41:46.023 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:41:46.024 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:41:46.024 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:41:46.024 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 170080 2024-09-13T14:41:46.024 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:46.024 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:41:46.024 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:46.024 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:41:46.024 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:46.014030+0000", 2024-09-13T14:41:46.024 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:46.024 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:46.024 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:46.024 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:41:46.025 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:46.014030+0000", 2024-09-13T14:41:46.025 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:46.025 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:46.025 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:46.025 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:41:46.025 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:46.014028+0000", 2024-09-13T14:41:46.025 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:41:46.025 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:46.025 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:46.025 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:41:46.025 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:46.014035+0000", 2024-09-13T14:41:46.025 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.0609999999999998e-06 2024-09-13T14:41:46.025 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:46.026 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:46.026 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:41:46.026 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:46.014047+0000", 2024-09-13T14:41:46.026 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1972e-05 2024-09-13T14:41:46.026 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:46.026 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:46.026 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:41:46.026 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:46.014055+0000", 2024-09-13T14:41:46.026 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.1300000000000003e-06 2024-09-13T14:41:46.026 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:46.026 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:46.026 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:41:46.027 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:46.014295+0000", 2024-09-13T14:41:46.027 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000240628 2024-09-13T14:41:46.027 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:46.027 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:46.027 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:41:46.027 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:46.014406+0000", 2024-09-13T14:41:46.027 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000110809 2024-09-13T14:41:46.027 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:46.027 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:46.027 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 2,3,6", 2024-09-13T14:41:46.027 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:46.014512+0000", 2024-09-13T14:41:46.027 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00010628099999999999 2024-09-13T14:41:46.027 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:46.028 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:46.028 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:41:46.028 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:46.019291+0000", 2024-09-13T14:41:46.028 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0047791329999999996 2024-09-13T14:41:46.028 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:46.028 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:41:46.028 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:46.028 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:46.028 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:46.028 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:170081 6.3 6:ce4ba9ae:::benchmark_data_smithi071_156503_object38087:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1119)", 2024-09-13T14:41:46.028 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:41:46.014103+0000", 2024-09-13T14:41:46.028 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.0058109870000000001, 2024-09-13T14:41:46.028 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0059225900000000001, 2024-09-13T14:41:46.029 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:41:46.029 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "waiting for sub ops", 2024-09-13T14:41:46.029 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:41:46.029 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:41:46.029 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:41:46.029 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 170081 2024-09-13T14:41:46.029 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:46.029 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:41:46.029 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:46.029 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:41:46.029 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:46.014103+0000", 2024-09-13T14:41:46.029 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:46.030 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:46.030 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:46.030 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:41:46.030 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:46.014103+0000", 2024-09-13T14:41:46.030 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:46.030 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:46.030 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:46.030 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:41:46.030 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:46.014103+0000", 2024-09-13T14:41:46.030 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T14:41:46.030 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:46.030 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:46.030 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:41:46.031 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:46.014107+0000", 2024-09-13T14:41:46.031 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.6460000000000001e-06 2024-09-13T14:41:46.031 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:46.031 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:46.031 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:41:46.031 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:46.014115+0000", 2024-09-13T14:41:46.031 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.5939999999999996e-06 2024-09-13T14:41:46.031 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:46.031 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:46.031 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:41:46.031 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:46.014120+0000", 2024-09-13T14:41:46.031 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.3680000000000001e-06 2024-09-13T14:41:46.031 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:46.031 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:46.032 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:41:46.032 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:46.014185+0000", 2024-09-13T14:41:46.032 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.5007999999999998e-05 2024-09-13T14:41:46.032 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:46.032 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:46.032 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:41:46.032 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:46.014309+0000", 2024-09-13T14:41:46.032 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000123981 2024-09-13T14:41:46.032 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:46.032 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:46.032 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 2,6", 2024-09-13T14:41:46.032 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:46.014430+0000", 2024-09-13T14:41:46.033 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00012117600000000001 2024-09-13T14:41:46.033 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:46.033 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:41:46.033 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:46.033 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:46.033 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:46.033 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.34671.0:170083 6.b e1119/1117 6:d92f24ac:::benchmark_data_smithi071_156503_object38089:head v 1119'10470, mlcod=1119'10467)", 2024-09-13T14:41:46.033 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:41:46.015182+0000", 2024-09-13T14:41:46.033 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.0047320950000000004, 2024-09-13T14:41:46.034 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0049092370000000003, 2024-09-13T14:41:46.034 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:41:46.034 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "started", 2024-09-13T14:41:46.034 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:41:46.034 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:46.034 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:41:46.034 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:46.015182+0000", 2024-09-13T14:41:46.034 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:46.034 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:46.034 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:46.034 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:41:46.034 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:46.015182+0000", 2024-09-13T14:41:46.035 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:46.035 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:46.035 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:46.035 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:41:46.035 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:46.015181+0000", 2024-09-13T14:41:46.035 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:41:46.035 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:46.035 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:46.035 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:41:46.035 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:46.015189+0000", 2024-09-13T14:41:46.035 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.0669999999999992e-06 2024-09-13T14:41:46.035 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:46.035 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:46.035 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:41:46.035 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:46.015202+0000", 2024-09-13T14:41:46.036 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2541000000000001e-05 2024-09-13T14:41:46.036 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:46.036 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:46.036 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:41:46.036 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:46.015208+0000", 2024-09-13T14:41:46.036 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.2439999999999998e-06 2024-09-13T14:41:46.036 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:46.036 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:46.036 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:41:46.036 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:46.015292+0000", 2024-09-13T14:41:46.036 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.3934e-05 2024-09-13T14:41:46.036 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:46.036 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:46.037 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:41:46.037 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:46.015316+0000", 2024-09-13T14:41:46.037 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.4363999999999999e-05 2024-09-13T14:41:46.037 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:46.037 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:41:46.037 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:46.037 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:46.037 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:46.037 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:170085 6.3 6:cedbba8b:::benchmark_data_smithi071_156503_object38091:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1119)", 2024-09-13T14:41:46.037 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:41:46.015219+0000", 2024-09-13T14:41:46.037 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.0046951730000000004, 2024-09-13T14:41:46.037 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0049254299999999997, 2024-09-13T14:41:46.037 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:41:46.037 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "waiting for sub ops", 2024-09-13T14:41:46.038 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:41:46.038 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:41:46.038 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:41:46.038 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 170085 2024-09-13T14:41:46.038 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:46.038 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:41:46.038 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:46.038 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:41:46.038 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:46.015219+0000", 2024-09-13T14:41:46.038 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:46.038 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:46.038 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:46.038 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:41:46.038 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:46.015219+0000", 2024-09-13T14:41:46.039 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:46.039 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:46.039 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:46.039 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:41:46.039 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:46.015218+0000", 2024-09-13T14:41:46.039 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T14:41:46.039 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:46.039 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:46.039 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:41:46.039 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:46.015222+0000", 2024-09-13T14:41:46.039 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.1099999999999999e-06 2024-09-13T14:41:46.039 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:46.039 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:46.040 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:41:46.040 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:46.015230+0000", 2024-09-13T14:41:46.040 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.6119999999999999e-06 2024-09-13T14:41:46.040 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:46.040 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:46.040 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:41:46.040 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:46.015235+0000", 2024-09-13T14:41:46.040 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.9699999999999998e-06 2024-09-13T14:41:46.040 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:46.040 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:46.040 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:41:46.040 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:46.019382+0000", 2024-09-13T14:41:46.041 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.004146589 2024-09-13T14:41:46.041 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:46.041 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:46.041 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:41:46.041 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:46.019670+0000", 2024-09-13T14:41:46.041 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000288351 2024-09-13T14:41:46.041 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:46.041 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:46.041 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 2,6", 2024-09-13T14:41:46.041 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:46.020028+0000", 2024-09-13T14:41:46.041 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00035834099999999998 2024-09-13T14:41:46.041 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:46.042 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:41:46.042 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:46.042 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:46.042 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:46.042 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:170076 6.5 6:a404ba71:::benchmark_data_smithi071_156503_object38082:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1119)", 2024-09-13T14:41:46.042 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:41:46.004223+0000", 2024-09-13T14:41:46.042 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.015691169000000001, 2024-09-13T14:41:46.042 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.015989875000000001, 2024-09-13T14:41:46.042 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:41:46.042 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "waiting for sub ops", 2024-09-13T14:41:46.042 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:41:46.042 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:41:46.042 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:41:46.042 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 170076 2024-09-13T14:41:46.043 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:46.043 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:41:46.043 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:46.043 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:41:46.043 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:46.004223+0000", 2024-09-13T14:41:46.043 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:46.043 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:46.043 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:46.043 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:41:46.043 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:46.004223+0000", 2024-09-13T14:41:46.043 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:41:46.043 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:46.043 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:46.043 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:41:46.044 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:46.004221+0000", 2024-09-13T14:41:46.044 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:41:46.044 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:46.044 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:46.044 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:41:46.044 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:46.004227+0000", 2024-09-13T14:41:46.044 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.7420000000000003e-06 2024-09-13T14:41:46.044 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:46.044 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:46.044 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:41:46.044 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:46.004237+0000", 2024-09-13T14:41:46.044 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0030000000000001e-05 2024-09-13T14:41:46.044 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:46.044 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:46.045 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:41:46.045 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:46.004243+0000", 2024-09-13T14:41:46.045 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.1770000000000003e-06 2024-09-13T14:41:46.045 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:46.045 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:46.045 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:41:46.045 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:46.004288+0000", 2024-09-13T14:41:46.045 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.4799000000000003e-05 2024-09-13T14:41:46.045 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:46.045 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:46.045 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:41:46.045 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:46.004411+0000", 2024-09-13T14:41:46.045 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00012268399999999999 2024-09-13T14:41:46.046 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:46.046 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:46.046 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 2,3,6", 2024-09-13T14:41:46.046 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:46.004539+0000", 2024-09-13T14:41:46.046 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00012868299999999999 2024-09-13T14:41:46.046 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:46.046 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:46.046 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:41:46.046 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:46.014914+0000", 2024-09-13T14:41:46.046 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.010374237999999999 2024-09-13T14:41:46.046 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:46.046 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:46.046 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:41:46.046 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:46.014922+0000", 2024-09-13T14:41:46.047 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.1550000000000007e-06 2024-09-13T14:41:46.047 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:41:46.047 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:41:46.047 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:41:46.047 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:46.014973+0000", 2024-09-13T14:41:46.047 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.0747e-05 2024-09-13T14:41:46.047 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:46.047 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:41:46.047 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:46.047 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:41:46.047 INFO:teuthology.orchestra.run.smithi104.stdout: ], 2024-09-13T14:41:46.047 INFO:teuthology.orchestra.run.smithi104.stdout: "num_ops": 5 2024-09-13T14:41:46.047 INFO:teuthology.orchestra.run.smithi104.stdout:} 2024-09-13T14:41:46.048 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:41:46.048 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:41:46.055 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:46.056 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:46.056 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:41:46.069 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T14:41:46.069 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T14:41:46.115 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:41:46.115 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:41:46.157 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:41:46.195 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:46.196 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:46.196 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:41:46.297 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:41:46.326 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:46.327 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:46.327 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:41:46.428 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:41:46.464 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:46.464 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:46.464 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:41:46.565 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:41:46.599 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:46.600 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:46.601 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:41:46.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:46 smithi071 ceph-mon[107477]: pgmap v1231: 89 pgs: 3 active+remapped+backfill_wait, 15 peering, 71 active+clean; 5.9 GiB data, 19 GiB used, 697 GiB / 715 GiB avail; 0 B/s wr, 727 op/s; 17860/290049 objects misplaced (6.158%); 0 B/s, 0 objects/s recovering 2024-09-13T14:41:46.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:46 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2003556283' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:41:46.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:46 smithi071 ceph-mon[112785]: pgmap v1231: 89 pgs: 3 active+remapped+backfill_wait, 15 peering, 71 active+clean; 5.9 GiB data, 19 GiB used, 697 GiB / 715 GiB avail; 0 B/s wr, 727 op/s; 17860/290049 objects misplaced (6.158%); 0 B/s, 0 objects/s recovering 2024-09-13T14:41:46.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:46 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2003556283' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:41:46.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:46 smithi104 ceph-mon[105578]: pgmap v1231: 89 pgs: 3 active+remapped+backfill_wait, 15 peering, 71 active+clean; 5.9 GiB data, 19 GiB used, 697 GiB / 715 GiB avail; 0 B/s wr, 727 op/s; 17860/290049 objects misplaced (6.158%); 0 B/s, 0 objects/s recovering 2024-09-13T14:41:46.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:46 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2003556283' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:41:46.701 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:41:46.722 INFO:tasks.thrashosds.thrasher:in_osds: [0, 1, 2, 4, 5, 6, 7, 3] out_osds: [] dead_osds: [] live_osds: [0, 1, 2, 3, 4, 5, 6, 7] 2024-09-13T14:41:46.722 INFO:tasks.thrashosds.thrasher:choose_action: min_in 4 min_out 0 min_live 2 min_dead 0 chance_down 0.40 2024-09-13T14:41:46.722 INFO:tasks.thrashosds.thrasher:primary_affinity 2024-09-13T14:41:46.722 INFO:tasks.thrashosds.thrasher:Setting osd 1 primary_affinity to 0.802782 2024-09-13T14:41:46.723 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd primary-affinity 1 0.80278203585202 2024-09-13T14:41:46.755 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.7 dump_blocked_ops 2024-09-13T14:41:46.756 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:46.756 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:46.756 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:41:46.857 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:41:46.905 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:46.906 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:46.906 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:41:47.007 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:41:47.047 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:47.048 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:47.048 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:41:47.059 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:41:47.149 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:41:47.159 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:41:47.190 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:47.190 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:47.191 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:41:47.242 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd set noscrub 2024-09-13T14:41:47.291 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:41:47.321 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:47.322 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:47.322 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:41:47.423 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:41:47.472 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:47.472 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:47.473 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:41:47.574 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:41:47.609 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:47.610 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:47.611 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:41:47.712 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:41:47.750 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:47.750 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:47.750 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:41:47.851 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:41:47.892 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:47.893 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:47.893 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:41:47.994 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:41:48.017 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:48.017 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:48.018 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:41:48.119 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:41:48.152 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:48.153 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:48.153 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:41:48.254 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:41:48.296 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:48.297 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:48.297 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:41:48.398 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:41:48.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:48 smithi104 ceph-mon[105578]: pgmap v1232: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 5.8 GiB data, 18 GiB used, 697 GiB / 715 GiB avail; 0 B/s wr, 823 op/s; 58969/284220 objects misplaced (20.748%); 2.7 MiB/s, 44 objects/s recovering 2024-09-13T14:41:48.433 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:48.434 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:48.434 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:41:48.535 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:48.570 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:48.570 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:48.570 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:48.585 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:48 smithi071 ceph-mon[107477]: pgmap v1232: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 5.8 GiB data, 18 GiB used, 697 GiB / 715 GiB avail; 0 B/s wr, 823 op/s; 58969/284220 objects misplaced (20.748%); 2.7 MiB/s, 44 objects/s recovering 2024-09-13T14:41:48.586 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:48 smithi071 ceph-mon[112785]: pgmap v1232: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 5.8 GiB data, 18 GiB used, 697 GiB / 715 GiB avail; 0 B/s wr, 823 op/s; 58969/284220 objects misplaced (20.748%); 2.7 MiB/s, 44 objects/s recovering 2024-09-13T14:41:48.672 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:41:48.698 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:48.699 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:48.699 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:41:48.800 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:41:48.833 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:48.834 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:48.834 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:41:48.868 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=true 2024-09-13T14:41:48.935 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:41:48.968 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:48.968 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:48.969 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:41:49.070 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:49.104 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:41:49.121 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:49.123 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:49.124 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:49.169 INFO:teuthology.orchestra.run.smithi104.stdout:ERROR: (22) Invalid argument 2024-09-13T14:41:49.170 INFO:teuthology.orchestra.run.smithi104.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:41:49.224 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:41:49.261 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:49.262 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:49.262 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:41:49.363 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:41:49.399 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:49.400 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:49.400 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:41:49.501 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:41:49.552 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:49.552 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:49.553 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:41:49.654 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:41:49.693 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:49.693 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:49.694 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:41:49.795 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:41:49.855 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:49.855 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:49.856 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:41:49.957 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:41:49.989 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:49.990 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:49.990 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:41:50.091 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:50.124 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:50.125 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:50.125 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:50.195 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:41:50.226 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:41:50.276 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:50.277 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:50.277 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:41:50.380 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:41:50.382 INFO:teuthology.orchestra.run.smithi071.stderr:set osd.1 primary-affinity to 0.802782 (8526112) 2024-09-13T14:41:50.418 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:50.418 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:50.419 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:41:50.519 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:41:50.555 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:50.555 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:50.555 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:41:50.625 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.7 dump_historic_ops 2024-09-13T14:41:50.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:50 smithi071 ceph-mon[107477]: pgmap v1233: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 5.7 GiB data, 18 GiB used, 697 GiB / 715 GiB avail; 0 B/s wr, 473 op/s; 58481/282048 objects misplaced (20.734%); 2.3 MiB/s, 37 objects/s recovering 2024-09-13T14:41:50.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:50 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2943708180' entity='client.admin' cmd={"prefix": "osd primary-affinity", "id": 1, "weight": 0.80278203585202} : dispatch 2024-09-13T14:41:50.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:50 smithi071 ceph-mon[112785]: pgmap v1233: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 5.7 GiB data, 18 GiB used, 697 GiB / 715 GiB avail; 0 B/s wr, 473 op/s; 58481/282048 objects misplaced (20.734%); 2.3 MiB/s, 37 objects/s recovering 2024-09-13T14:41:50.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:50 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2943708180' entity='client.admin' cmd={"prefix": "osd primary-affinity", "id": 1, "weight": 0.80278203585202} : dispatch 2024-09-13T14:41:50.657 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:41:50.666 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:50 smithi104 ceph-mon[105578]: pgmap v1233: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 5.7 GiB data, 18 GiB used, 697 GiB / 715 GiB avail; 0 B/s wr, 473 op/s; 58481/282048 objects misplaced (20.734%); 2.3 MiB/s, 37 objects/s recovering 2024-09-13T14:41:50.667 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:50 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2943708180' entity='client.admin' cmd={"prefix": "osd primary-affinity", "id": 1, "weight": 0.80278203585202} : dispatch 2024-09-13T14:41:50.691 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:50.691 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:50.692 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:41:50.793 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:41:50.821 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:50.821 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:50.822 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:41:50.922 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:41:50.950 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:50.951 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:50.951 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:41:50.984 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:41:51.052 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:51.086 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:51.087 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:51.087 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:51.188 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:41:51.240 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:51.241 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:51.241 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:41:51.342 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:41:51.379 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:51.380 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:51.381 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:41:51.481 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:41:51.524 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:51.525 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:51.526 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:41:51.563 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:51 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2943708180' entity='client.admin' cmd='[{"prefix": "osd primary-affinity", "id": 1, "weight": 0.80278203585202}]': finished 2024-09-13T14:41:51.563 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:51 smithi071 ceph-mon[107477]: osdmap e1120: 8 total, 8 up, 8 in 2024-09-13T14:41:51.563 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:51 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2943708180' entity='client.admin' cmd='[{"prefix": "osd primary-affinity", "id": 1, "weight": 0.80278203585202}]': finished 2024-09-13T14:41:51.563 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:51 smithi071 ceph-mon[112785]: osdmap e1120: 8 total, 8 up, 8 in 2024-09-13T14:41:51.626 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:41:51.663 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:51.663 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:51.664 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:41:51.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:51 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2943708180' entity='client.admin' cmd='[{"prefix": "osd primary-affinity", "id": 1, "weight": 0.80278203585202}]': finished 2024-09-13T14:41:51.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:51 smithi104 ceph-mon[105578]: osdmap e1120: 8 total, 8 up, 8 in 2024-09-13T14:41:51.765 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:41:51.804 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:51.805 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:51.805 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:41:51.906 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:41:51.941 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:51.942 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:51.942 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:41:52.043 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:41:52.075 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:52.076 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:52.076 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:41:52.177 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:41:52.223 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:52.224 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:52.224 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:41:52.325 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:52.369 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:52.370 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:52.370 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:52.471 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:41:52.507 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:52.507 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:52.508 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:41:52.609 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:41:52.641 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:52.642 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:52.642 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:41:52.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:52 smithi104 ceph-mon[105578]: pgmap v1235: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 5.7 GiB data, 18 GiB used, 697 GiB / 715 GiB avail; 0 B/s wr, 480 op/s; 58256/280641 objects misplaced (20.758%); 2.0 MiB/s, 33 objects/s recovering 2024-09-13T14:41:52.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:52 smithi104 ceph-mon[105578]: osdmap e1121: 8 total, 8 up, 8 in 2024-09-13T14:41:52.704 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:52 smithi071 ceph-mon[107477]: pgmap v1235: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 5.7 GiB data, 18 GiB used, 697 GiB / 715 GiB avail; 0 B/s wr, 480 op/s; 58256/280641 objects misplaced (20.758%); 2.0 MiB/s, 33 objects/s recovering 2024-09-13T14:41:52.704 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:52 smithi071 ceph-mon[107477]: osdmap e1121: 8 total, 8 up, 8 in 2024-09-13T14:41:52.704 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:52 smithi071 ceph-mon[112785]: pgmap v1235: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 5.7 GiB data, 18 GiB used, 697 GiB / 715 GiB avail; 0 B/s wr, 480 op/s; 58256/280641 objects misplaced (20.758%); 2.0 MiB/s, 33 objects/s recovering 2024-09-13T14:41:52.705 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:52 smithi071 ceph-mon[112785]: osdmap e1121: 8 total, 8 up, 8 in 2024-09-13T14:41:52.743 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:41:52.778 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:52.779 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:52.779 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:41:52.880 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:41:52.915 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:52.915 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:52.915 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:41:53.017 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:41:53.052 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:53.053 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:53.053 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:41:53.140 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:41:52 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:41:52] "GET /metrics HTTP/1.1" 200 36475 "" "Prometheus/2.51.0" 2024-09-13T14:41:53.154 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:53.199 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:53.200 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:53.200 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:53.300 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:41:53.337 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:53.338 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:53.338 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:41:53.431 INFO:teuthology.orchestra.run.smithi071.stderr:noscrub is set 2024-09-13T14:41:53.439 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:53.462 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:53 smithi104 ceph-mon[105578]: pgmap v1237: 89 pgs: 1 active+remapped+backfilling, 1 peering, 9 active+remapped+backfill_wait, 78 active+clean; 5.5 GiB data, 18 GiB used, 697 GiB / 715 GiB avail; 0 B/s wr, 730 op/s; 56008/272514 objects misplaced (20.552%); 6.3 MiB/s, 100 objects/s recovering 2024-09-13T14:41:53.463 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:53 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/273682686' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:41:53.463 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:53 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:41:53.491 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:53.491 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:53.492 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:53.593 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:41:53.619 INFO:teuthology.orchestra.run.smithi104.stdout:ERROR: (22) Invalid argument 2024-09-13T14:41:53.619 INFO:teuthology.orchestra.run.smithi104.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:41:53.626 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:53.628 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:53.628 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:41:53.729 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:41:53.765 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:53.765 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:53.766 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:41:53.867 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:41:53.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:53 smithi071 ceph-mon[107477]: pgmap v1237: 89 pgs: 1 active+remapped+backfilling, 1 peering, 9 active+remapped+backfill_wait, 78 active+clean; 5.5 GiB data, 18 GiB used, 697 GiB / 715 GiB avail; 0 B/s wr, 730 op/s; 56008/272514 objects misplaced (20.552%); 6.3 MiB/s, 100 objects/s recovering 2024-09-13T14:41:53.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:53 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/273682686' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:41:53.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:53 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:41:53.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:53 smithi071 ceph-mon[112785]: pgmap v1237: 89 pgs: 1 active+remapped+backfilling, 1 peering, 9 active+remapped+backfill_wait, 78 active+clean; 5.5 GiB data, 18 GiB used, 697 GiB / 715 GiB avail; 0 B/s wr, 730 op/s; 56008/272514 objects misplaced (20.552%); 6.3 MiB/s, 100 objects/s recovering 2024-09-13T14:41:53.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:53 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/273682686' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:41:53.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:53 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:41:53.911 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:53.912 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:53.912 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:41:54.013 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:54.040 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:54.041 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:54.041 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:54.142 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:54.174 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:54.175 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:54.175 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:54.276 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:54.302 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:54.302 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:54.303 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:54.358 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.0 dump_ops_in_flight 2024-09-13T14:41:54.404 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:54.427 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:54.428 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:54.428 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:54.529 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:41:54.569 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:54.570 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:54.570 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:41:54.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:54 smithi071 ceph-mon[107477]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:41:54.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:54 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T14:41:54.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:54 smithi071 ceph-mon[107477]: osdmap e1122: 8 total, 8 up, 8 in 2024-09-13T14:41:54.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:54 smithi071 ceph-mon[112785]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:41:54.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:54 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T14:41:54.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:54 smithi071 ceph-mon[112785]: osdmap e1122: 8 total, 8 up, 8 in 2024-09-13T14:41:54.671 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:41:54.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:54 smithi104 ceph-mon[105578]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:41:54.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:54 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T14:41:54.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:54 smithi104 ceph-mon[105578]: osdmap e1122: 8 total, 8 up, 8 in 2024-09-13T14:41:54.711 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:54.713 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:54.714 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:41:54.814 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:41:54.854 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:54.855 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:54.855 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:41:54.956 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:41:54.992 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:54.993 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:54.993 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:41:55.094 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:41:55.126 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:55.127 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:55.127 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:41:55.229 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:41:55.261 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:55.261 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:55.262 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:41:55.362 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:41:55.401 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:55.401 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:55.402 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:41:55.503 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:41:55.533 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:55.534 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:55.534 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:41:55.635 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:41:55.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:55 smithi071 ceph-mon[107477]: pgmap v1239: 89 pgs: 1 active+remapped+backfilling, 1 peering, 9 active+remapped+backfill_wait, 78 active+clean; 5.5 GiB data, 18 GiB used, 698 GiB / 715 GiB avail; 0 B/s wr, 729 op/s; 55285/268914 objects misplaced (20.559%); 5.6 MiB/s, 89 objects/s recovering 2024-09-13T14:41:55.640 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:55 smithi071 ceph-mon[112785]: pgmap v1239: 89 pgs: 1 active+remapped+backfilling, 1 peering, 9 active+remapped+backfill_wait, 78 active+clean; 5.5 GiB data, 18 GiB used, 698 GiB / 715 GiB avail; 0 B/s wr, 729 op/s; 55285/268914 objects misplaced (20.559%); 5.6 MiB/s, 89 objects/s recovering 2024-09-13T14:41:55.676 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:55.676 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:55.676 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:41:55.777 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:41:55.823 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:55.823 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:55.824 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:41:55.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:55 smithi104 ceph-mon[105578]: pgmap v1239: 89 pgs: 1 active+remapped+backfilling, 1 peering, 9 active+remapped+backfill_wait, 78 active+clean; 5.5 GiB data, 18 GiB used, 698 GiB / 715 GiB avail; 0 B/s wr, 729 op/s; 55285/268914 objects misplaced (20.559%); 5.6 MiB/s, 89 objects/s recovering 2024-09-13T14:41:55.924 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:41:55.963 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:55.963 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:55.963 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:41:56.064 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:41:56.099 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:56.100 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:56.101 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:41:56.202 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:41:56.238 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:56.239 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:56.239 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:41:56.340 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:56.366 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:41:56.381 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:41:56.381 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:41:56.386 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:56.386 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:56.386 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:56.418 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:41:56.418 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:41:56.458 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:41:56.458 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:41:56.487 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:41:56.489 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:41:56.489 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:41:56.524 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:41:56.525 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:41:56.533 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:56.533 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:56.534 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:41:56.555 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:41:56.556 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:41:56.556 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:56 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3367729686' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:41:56.556 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:56 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3367729686' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:41:56.594 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T14:41:56.594 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T14:41:56.625 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:41:56.625 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:41:56.635 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:41:56.666 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:56.667 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:56.667 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:41:56.768 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:41:56.802 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:56.803 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:56.803 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:41:56.904 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:41:56.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:56 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3367729686' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:41:56.932 INFO:tasks.thrashosds.thrasher:in_osds: [0, 1, 2, 4, 5, 6, 7, 3] out_osds: [] dead_osds: [] live_osds: [0, 1, 2, 3, 4, 5, 6, 7] 2024-09-13T14:41:56.932 INFO:tasks.thrashosds.thrasher:choose_action: min_in 4 min_out 0 min_live 2 min_dead 0 chance_down 0.40 2024-09-13T14:41:56.932 INFO:tasks.thrashosds.thrasher:inject_pause on osd.3 2024-09-13T14:41:56.932 INFO:tasks.thrashosds.thrasher:Testing filestore_inject_stall pause injection for duration 3 2024-09-13T14:41:56.932 INFO:tasks.thrashosds.thrasher:Checking after 0, should_be_down=False 2024-09-13T14:41:56.933 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.3 config set filestore_inject_stall 3 2024-09-13T14:41:56.943 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:56.943 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:56.944 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:41:57.045 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:57.100 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:57.101 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:57.101 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:57.202 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:41:57.238 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:57.239 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:57.240 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:41:57.341 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:41:57.382 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:57.382 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:57.382 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:41:57.483 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:41:57.524 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:57.525 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:57.525 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:41:57.626 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:41:57.662 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:57.663 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:57.663 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:41:57.745 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd set nodeep-scrub 2024-09-13T14:41:57.764 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:41:57.777 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:57 smithi071 ceph-mon[107477]: pgmap v1240: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 5.3 GiB data, 17 GiB used, 698 GiB / 715 GiB avail; 0 B/s wr, 1.08k op/s; 52994/260937 objects misplaced (20.309%); 12 MiB/s, 197 objects/s recovering 2024-09-13T14:41:57.778 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:57 smithi071 ceph-mon[112785]: pgmap v1240: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 5.3 GiB data, 17 GiB used, 698 GiB / 715 GiB avail; 0 B/s wr, 1.08k op/s; 52994/260937 objects misplaced (20.309%); 12 MiB/s, 197 objects/s recovering 2024-09-13T14:41:57.815 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:57.815 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:57.816 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:41:57.917 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:41:57.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:57 smithi104 ceph-mon[105578]: pgmap v1240: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 5.3 GiB data, 17 GiB used, 698 GiB / 715 GiB avail; 0 B/s wr, 1.08k op/s; 52994/260937 objects misplaced (20.309%); 12 MiB/s, 197 objects/s recovering 2024-09-13T14:41:57.971 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:57.971 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:57.972 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:41:58.072 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:41:58.114 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:58.115 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:58.115 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:41:58.217 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:41:58.255 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:58.256 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:58.256 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:41:58.357 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:41:58.396 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:58.397 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:58.397 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:41:58.498 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:41:58.537 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:58.538 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:58.539 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:41:58.639 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:41:58.673 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:58.674 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:41:58.674 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:58.675 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:41:58.688 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:41:58.776 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:58.818 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:58.819 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:58.819 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:58.920 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:41:58.961 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:58.962 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:58.962 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:41:59.063 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:59.116 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:59.117 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:59.117 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:59.218 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:41:59.279 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:59.279 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:41:59.280 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:41:59.380 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:41:59.408 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:59.409 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:59.409 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:41:59.510 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:41:59.544 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:59.545 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:59.545 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:41:59.646 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:41:59.676 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:59.677 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:59.677 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:41:59.760 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:41:59 smithi071 ceph-mon[107477]: pgmap v1241: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 5.3 GiB data, 17 GiB used, 698 GiB / 715 GiB avail; 0 B/s wr, 909 op/s; 52522/258807 objects misplaced (20.294%); 9.3 MiB/s, 149 objects/s recovering 2024-09-13T14:41:59.761 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:41:59 smithi071 ceph-mon[112785]: pgmap v1241: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 5.3 GiB data, 17 GiB used, 698 GiB / 715 GiB avail; 0 B/s wr, 909 op/s; 52522/258807 objects misplaced (20.294%); 9.3 MiB/s, 149 objects/s recovering 2024-09-13T14:41:59.778 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:41:59.808 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:59.809 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:59.809 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:41:59.910 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:41:59.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:41:59 smithi104 ceph-mon[105578]: pgmap v1241: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 5.3 GiB data, 17 GiB used, 698 GiB / 715 GiB avail; 0 B/s wr, 909 op/s; 52522/258807 objects misplaced (20.294%); 9.3 MiB/s, 149 objects/s recovering 2024-09-13T14:41:59.941 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:41:59.941 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:41:59.942 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:42:00.043 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:42:00.074 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:00.074 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:00.075 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:42:00.138 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=false 2024-09-13T14:42:00.176 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:42:00.224 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:00.224 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:00.225 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:42:00.326 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:42:00.355 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:00.356 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:00.356 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:42:00.457 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:42:00.490 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:00.490 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:00.491 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:42:00.591 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:42:00.640 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:00.641 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:00.641 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:42:00.742 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:42:00.774 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:42:00.774 INFO:teuthology.orchestra.run.smithi071.stdout: "ops": [ 2024-09-13T14:42:00.774 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:00.774 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.34671.0:181418 6.a e1122/1091)", 2024-09-13T14:42:00.774 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:42:00.753320+0000", 2024-09-13T14:42:00.774 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.014469539, 2024-09-13T14:42:00.774 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.014491502, 2024-09-13T14:42:00.774 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:42:00.774 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:42:00.774 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T14:42:00.775 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:42:00.775 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:00.775 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:42:00.775 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:00.753320+0000", 2024-09-13T14:42:00.775 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:42:00.775 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:00.775 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:00.775 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:42:00.775 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:00.753320+0000", 2024-09-13T14:42:00.775 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:42:00.775 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:00.775 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:00.775 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:42:00.776 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:00.753321+0000", 2024-09-13T14:42:00.776 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.6099999999999999e-07 2024-09-13T14:42:00.776 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:00.776 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:00.776 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:42:00.776 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:00.753329+0000", 2024-09-13T14:42:00.776 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.7419999999999997e-06 2024-09-13T14:42:00.776 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:00.776 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:00.776 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:42:00.776 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:00.753343+0000", 2024-09-13T14:42:00.777 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.3987e-05 2024-09-13T14:42:00.777 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:00.777 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:00.777 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:42:00.777 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:00.753351+0000", 2024-09-13T14:42:00.777 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.5310000000000004e-06 2024-09-13T14:42:00.777 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:00.777 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:00.777 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:42:00.777 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:00.767786+0000", 2024-09-13T14:42:00.777 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.014435922 2024-09-13T14:42:00.777 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:42:00.777 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:42:00.778 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:42:00.778 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:00.778 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:00.778 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:181423 6.9 6:99b6afe6:::benchmark_data_smithi071_156503_object49429:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1122)", 2024-09-13T14:42:00.778 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:42:00.755615+0000", 2024-09-13T14:42:00.778 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.012175096, 2024-09-13T14:42:00.778 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.012256466000000001, 2024-09-13T14:42:00.778 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:42:00.778 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:42:00.778 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "waiting for sub ops", 2024-09-13T14:42:00.778 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:42:00.778 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:42:00.779 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:42:00.779 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 181423 2024-09-13T14:42:00.779 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:00.779 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:42:00.779 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:00.779 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:42:00.779 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:00.755615+0000", 2024-09-13T14:42:00.779 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:42:00.779 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:00.779 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:00.779 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:42:00.779 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:00.755615+0000", 2024-09-13T14:42:00.779 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:42:00.780 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:00.780 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:00.780 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:42:00.780 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:00.755617+0000", 2024-09-13T14:42:00.780 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.638e-06 2024-09-13T14:42:00.780 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:00.780 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:00.780 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:42:00.780 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:00.755628+0000", 2024-09-13T14:42:00.780 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1222e-05 2024-09-13T14:42:00.780 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:00.780 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:00.780 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:42:00.781 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:00.755652+0000", 2024-09-13T14:42:00.781 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.474e-05 2024-09-13T14:42:00.781 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:00.781 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:00.781 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:42:00.781 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:00.755660+0000", 2024-09-13T14:42:00.781 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.5240000000000003e-06 2024-09-13T14:42:00.781 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:00.781 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:00.781 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:42:00.781 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:00.755820+0000", 2024-09-13T14:42:00.781 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00016013400000000001 2024-09-13T14:42:00.781 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:00.782 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:00.782 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:42:00.782 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:00.756103+0000", 2024-09-13T14:42:00.782 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00028330299999999999 2024-09-13T14:42:00.782 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:00.782 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:00.782 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 2,7", 2024-09-13T14:42:00.782 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:00.756436+0000", 2024-09-13T14:42:00.782 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00033236399999999998 2024-09-13T14:42:00.782 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:00.782 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:00.782 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:42:00.782 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:00.763434+0000", 2024-09-13T14:42:00.782 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0069981430000000001 2024-09-13T14:42:00.783 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:00.783 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:00.783 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:42:00.783 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:00.763859+0000", 2024-09-13T14:42:00.783 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00042480600000000001 2024-09-13T14:42:00.783 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:42:00.783 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:42:00.783 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:42:00.783 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:00.783 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:00.783 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:181427 6.0 6:04cb8546:::benchmark_data_smithi071_156503_object49433:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1122)", 2024-09-13T14:42:00.783 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:42:00.758458+0000", 2024-09-13T14:42:00.783 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.0093316590000000008, 2024-09-13T14:42:00.784 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0095036860000000008, 2024-09-13T14:42:00.784 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:42:00.784 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:42:00.784 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "waiting for sub ops", 2024-09-13T14:42:00.784 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:42:00.784 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:42:00.784 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:42:00.784 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 181427 2024-09-13T14:42:00.784 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:00.784 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:42:00.784 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:00.784 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:42:00.784 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:00.758458+0000", 2024-09-13T14:42:00.785 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:42:00.785 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:00.785 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:00.785 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:42:00.785 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:00.758458+0000", 2024-09-13T14:42:00.785 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:42:00.785 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:00.785 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:00.785 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:42:00.785 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:00.758460+0000", 2024-09-13T14:42:00.785 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2899999999999999e-06 2024-09-13T14:42:00.785 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:00.785 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:00.786 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:42:00.786 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:00.758464+0000", 2024-09-13T14:42:00.786 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.454e-06 2024-09-13T14:42:00.786 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:00.786 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:00.786 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:42:00.786 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:00.758474+0000", 2024-09-13T14:42:00.786 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.7450000000000007e-06 2024-09-13T14:42:00.786 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:00.786 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:00.786 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:42:00.786 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:00.758479+0000", 2024-09-13T14:42:00.786 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.4550000000000003e-06 2024-09-13T14:42:00.786 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:00.787 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:00.787 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:42:00.787 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:00.766041+0000", 2024-09-13T14:42:00.787 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0075614150000000002 2024-09-13T14:42:00.787 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:00.787 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:00.787 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:42:00.787 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:00.766184+0000", 2024-09-13T14:42:00.787 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00014342900000000001 2024-09-13T14:42:00.787 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:00.787 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:00.787 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 2,3,5", 2024-09-13T14:42:00.787 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:00.766328+0000", 2024-09-13T14:42:00.788 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00014368599999999999 2024-09-13T14:42:00.788 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:42:00.788 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:42:00.788 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:42:00.788 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:00.788 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:00.788 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:181417 6.0 6:0bee8cd0:::benchmark_data_smithi071_156503_object49423:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1122)", 2024-09-13T14:42:00.788 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:42:00.741872+0000", 2024-09-13T14:42:00.788 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.025917882, 2024-09-13T14:42:00.788 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.026151628999999999, 2024-09-13T14:42:00.788 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:42:00.788 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:42:00.788 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "waiting for sub ops", 2024-09-13T14:42:00.789 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:42:00.789 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:42:00.789 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:42:00.789 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 181417 2024-09-13T14:42:00.789 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:00.789 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:42:00.789 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:00.789 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:42:00.789 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:00.741872+0000", 2024-09-13T14:42:00.789 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:42:00.789 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:00.789 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:00.789 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:42:00.790 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:00.741872+0000", 2024-09-13T14:42:00.790 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:42:00.790 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:00.790 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:00.790 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:42:00.790 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:00.741873+0000", 2024-09-13T14:42:00.790 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1990000000000001e-06 2024-09-13T14:42:00.790 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:00.790 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:00.790 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:42:00.790 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:00.741879+0000", 2024-09-13T14:42:00.790 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.3979999999999998e-06 2024-09-13T14:42:00.790 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:00.790 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:00.790 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:42:00.791 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:00.741891+0000", 2024-09-13T14:42:00.791 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2486999999999999e-05 2024-09-13T14:42:00.791 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:00.791 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:00.791 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:42:00.791 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:00.741899+0000", 2024-09-13T14:42:00.791 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.9699999999999999e-06 2024-09-13T14:42:00.791 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:00.791 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:00.791 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:42:00.791 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:00.747452+0000", 2024-09-13T14:42:00.791 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0055530240000000002 2024-09-13T14:42:00.791 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:00.792 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:00.792 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:42:00.792 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:00.747827+0000", 2024-09-13T14:42:00.792 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00037488300000000001 2024-09-13T14:42:00.792 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:00.792 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:00.792 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 2,3,5", 2024-09-13T14:42:00.792 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:00.748252+0000", 2024-09-13T14:42:00.792 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00042467299999999998 2024-09-13T14:42:00.792 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:00.793 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:00.793 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:42:00.793 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:00.765455+0000", 2024-09-13T14:42:00.793 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.017202786000000001 2024-09-13T14:42:00.793 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:00.793 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:00.793 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:42:00.793 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:00.765504+0000", 2024-09-13T14:42:00.793 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.9727e-05 2024-09-13T14:42:00.793 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:00.793 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:00.793 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:42:00.794 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:00.766008+0000", 2024-09-13T14:42:00.794 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00050386400000000003 2024-09-13T14:42:00.794 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:42:00.794 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:42:00.794 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:42:00.794 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:00.794 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:00.794 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.34671.0:181412 6.a e1122/1091 6:51cb2767:::benchmark_data_smithi071_156503_object49418:head v 1122'11396, mlcod=1122'11393)", 2024-09-13T14:42:00.794 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:42:00.743369+0000", 2024-09-13T14:42:00.794 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.024420821999999998, 2024-09-13T14:42:00.794 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.024729649999999999, 2024-09-13T14:42:00.794 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:42:00.795 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:42:00.795 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "started", 2024-09-13T14:42:00.795 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:42:00.795 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:00.795 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:42:00.795 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:00.743369+0000", 2024-09-13T14:42:00.795 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:42:00.795 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:00.795 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:00.796 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:42:00.796 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:00.743369+0000", 2024-09-13T14:42:00.796 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:42:00.796 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:00.796 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:00.796 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:42:00.796 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:00.743370+0000", 2024-09-13T14:42:00.796 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.1699999999999997e-07 2024-09-13T14:42:00.796 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:00.796 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:00.796 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:42:00.796 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:00.743376+0000", 2024-09-13T14:42:00.797 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.0530000000000003e-06 2024-09-13T14:42:00.797 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:00.797 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:00.797 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:42:00.797 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:00.743394+0000", 2024-09-13T14:42:00.797 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.7812000000000002e-05 2024-09-13T14:42:00.797 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:00.797 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:00.797 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:42:00.797 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:00.743402+0000", 2024-09-13T14:42:00.797 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.6170000000000001e-06 2024-09-13T14:42:00.797 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:00.797 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:00.798 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:42:00.798 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:00.746916+0000", 2024-09-13T14:42:00.798 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.003514306 2024-09-13T14:42:00.798 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:00.798 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:00.798 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:42:00.798 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:00.746935+0000", 2024-09-13T14:42:00.798 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.8770000000000002e-05 2024-09-13T14:42:00.798 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:42:00.798 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:42:00.798 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:42:00.798 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:00.798 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:00.799 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.34671.0:181414 6.a e1122/1091 6:5006bce8:::benchmark_data_smithi071_156503_object49420:head v 1122'11397, mlcod=1122'11393)", 2024-09-13T14:42:00.799 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:42:00.749500+0000", 2024-09-13T14:42:00.799 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.018290293999999999, 2024-09-13T14:42:00.799 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.018649991000000001, 2024-09-13T14:42:00.799 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:42:00.799 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:42:00.799 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "started", 2024-09-13T14:42:00.799 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:42:00.799 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:00.799 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:42:00.799 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:00.749500+0000", 2024-09-13T14:42:00.799 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:42:00.799 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:00.800 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:00.800 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:42:00.800 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:00.749500+0000", 2024-09-13T14:42:00.800 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:42:00.800 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:00.800 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:00.800 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:42:00.800 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:00.749500+0000", 2024-09-13T14:42:00.800 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.7500000000000001e-07 2024-09-13T14:42:00.800 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:00.800 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:00.800 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:42:00.800 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:00.749505+0000", 2024-09-13T14:42:00.801 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.6140000000000002e-06 2024-09-13T14:42:00.801 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:00.801 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:00.801 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:42:00.801 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:00.749512+0000", 2024-09-13T14:42:00.801 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.9290000000000001e-06 2024-09-13T14:42:00.801 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:00.801 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:00.801 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:42:00.801 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:00.749516+0000", 2024-09-13T14:42:00.801 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.7119999999999999e-06 2024-09-13T14:42:00.801 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:00.801 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:00.802 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:42:00.802 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:00.753060+0000", 2024-09-13T14:42:00.802 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.003543483 2024-09-13T14:42:00.802 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:00.802 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:00.802 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:42:00.802 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:00.753082+0000", 2024-09-13T14:42:00.802 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.1829999999999999e-05 2024-09-13T14:42:00.802 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:42:00.802 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:42:00.803 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:42:00.803 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:42:00.803 INFO:teuthology.orchestra.run.smithi071.stdout: ], 2024-09-13T14:42:00.803 INFO:teuthology.orchestra.run.smithi071.stdout: "num_ops": 6 2024-09-13T14:42:00.803 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:42:00.804 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:00 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:42:00.804 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:00 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:42:00.804 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:00 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:42:00.804 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:00 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:42:00.805 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:00.805 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:00.806 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:42:00.907 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:42:00.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:00 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:42:00.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:00 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:42:00.944 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:00.944 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:00.945 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:42:01.046 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:42:01.089 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:01.089 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:01.089 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:42:01.190 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:42:01.229 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:01.230 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:01.230 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:42:01.331 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:42:01.379 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:01.379 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:01.380 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:42:01.480 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:42:01.521 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:01.522 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:01.522 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:42:01.623 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:42:01.656 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:01.657 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:01.657 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:42:01.758 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:01.791 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:01.792 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:01.792 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:01.839 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:01 smithi071 ceph-mon[107477]: pgmap v1242: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 5.2 GiB data, 17 GiB used, 698 GiB / 715 GiB avail; 0 B/s wr, 557 op/s; 52297/257391 objects misplaced (20.318%); 4.5 MiB/s, 72 objects/s recovering 2024-09-13T14:42:01.839 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:01 smithi071 ceph-mon[112785]: pgmap v1242: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 5.2 GiB data, 17 GiB used, 698 GiB / 715 GiB avail; 0 B/s wr, 557 op/s; 52297/257391 objects misplaced (20.318%); 4.5 MiB/s, 72 objects/s recovering 2024-09-13T14:42:01.871 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.0 dump_blocked_ops 2024-09-13T14:42:01.893 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:42:01.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:01 smithi104 ceph-mon[105578]: pgmap v1242: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 5.2 GiB data, 17 GiB used, 698 GiB / 715 GiB avail; 0 B/s wr, 557 op/s; 52297/257391 objects misplaced (20.318%); 4.5 MiB/s, 72 objects/s recovering 2024-09-13T14:42:01.965 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:01.965 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:01.966 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:42:02.066 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:42:02.117 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:02.118 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:02.118 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:42:02.219 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:42:02.272 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:02.272 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:02.272 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:42:02.373 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:42:02.407 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:02.408 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:02.409 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:42:02.509 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:42:02.548 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:02.548 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:02.549 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:42:02.649 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:42:02.699 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:02.700 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:02.701 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:42:02.801 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:42:02.812 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:42:02.821 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:42:02.826 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:02.827 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:02.827 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:42:02.928 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:42:02.963 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:02.964 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:02.964 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:42:03.065 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:03.084 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:42:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:42:02] "GET /metrics HTTP/1.1" 200 36489 "" "Prometheus/2.51.0" 2024-09-13T14:42:03.107 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:03.108 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:03.108 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:03.209 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:03.250 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:03.251 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:03.251 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:03.352 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:42:03.382 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:03.383 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:03.383 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:42:03.484 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:42:03.528 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:03.529 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:03.529 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:42:03.630 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:03.657 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:03.658 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:03.658 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:03.759 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:42:03.794 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:03.795 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:03.795 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:42:03.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:03 smithi071 ceph-mon[107477]: pgmap v1243: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 5.1 GiB data, 16 GiB used, 699 GiB / 715 GiB avail; 0 B/s wr, 768 op/s; 50221/249447 objects misplaced (20.133%); 7.0 MiB/s, 112 objects/s recovering 2024-09-13T14:42:03.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:03 smithi071 ceph-mon[112785]: pgmap v1243: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 5.1 GiB data, 16 GiB used, 699 GiB / 715 GiB avail; 0 B/s wr, 768 op/s; 50221/249447 objects misplaced (20.133%); 7.0 MiB/s, 112 objects/s recovering 2024-09-13T14:42:03.896 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:42:03.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:03 smithi104 ceph-mon[105578]: pgmap v1243: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 5.1 GiB data, 16 GiB used, 699 GiB / 715 GiB avail; 0 B/s wr, 768 op/s; 50221/249447 objects misplaced (20.133%); 7.0 MiB/s, 112 objects/s recovering 2024-09-13T14:42:03.934 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:03.935 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:03.935 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:42:04.036 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:42:04.076 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:04.077 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:04.077 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:42:04.178 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:42:04.211 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:04.212 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:04.212 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:42:04.313 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:42:04.347 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:04.347 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:04.348 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:42:04.449 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:42:04.485 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:04.485 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:04.485 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:42:04.586 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:42:04.617 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:04.618 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:04.618 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:42:04.719 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:42:04.757 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:04.758 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:04.758 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:42:04.859 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:42:04.895 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:04.896 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:04.896 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:42:04.997 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:05.024 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:05.025 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:05.026 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:05.126 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:42:05.158 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:05.159 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:05.159 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:42:05.260 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:42:05.298 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:05.299 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:05.299 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:42:05.400 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:42:05.437 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:05.438 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:05.438 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:42:05.539 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:42:05.556 INFO:teuthology.orchestra.run.smithi071.stderr:nodeep-scrub is set 2024-09-13T14:42:05.572 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:05.573 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:05.573 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:42:05.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:05 smithi071 ceph-mon[107477]: pgmap v1244: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 5.0 GiB data, 16 GiB used, 699 GiB / 715 GiB avail; 0 B/s wr, 737 op/s; 49499/245931 objects misplaced (20.127%); 6.4 MiB/s, 102 objects/s recovering 2024-09-13T14:42:05.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:05 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/22175157' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:42:05.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:05 smithi071 ceph-mon[112785]: pgmap v1244: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 5.0 GiB data, 16 GiB used, 699 GiB / 715 GiB avail; 0 B/s wr, 737 op/s; 49499/245931 objects misplaced (20.127%); 6.4 MiB/s, 102 objects/s recovering 2024-09-13T14:42:05.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:05 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/22175157' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:42:05.674 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:42:05.712 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:05.713 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:05.713 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:42:05.814 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:42:05.868 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:05.868 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:05.869 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:42:05.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:05 smithi104 ceph-mon[105578]: pgmap v1244: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 5.0 GiB data, 16 GiB used, 699 GiB / 715 GiB avail; 0 B/s wr, 737 op/s; 49499/245931 objects misplaced (20.127%); 6.4 MiB/s, 102 objects/s recovering 2024-09-13T14:42:05.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:05 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/22175157' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:42:05.969 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:42:06.004 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:06.004 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:06.004 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:42:06.105 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:42:06.147 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:06.147 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:06.148 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:42:06.249 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:42:06.286 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:06.287 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:06.287 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:42:06.388 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:42:06.434 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:06.434 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:06.435 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:42:06.535 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:06.684 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:42:06.685 INFO:teuthology.orchestra.run.smithi071.stdout: "success": "filestore_inject_stall = '' (not observed, change may require restart) " 2024-09-13T14:42:06.685 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:42:06.685 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:06 smithi071 ceph-mon[107477]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:42:06.685 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:06 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/22175157' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T14:42:06.685 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:06 smithi071 ceph-mon[107477]: osdmap e1123: 8 total, 8 up, 8 in 2024-09-13T14:42:06.686 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:06 smithi071 ceph-mon[112785]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:42:06.686 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:06 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/22175157' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T14:42:06.686 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:06 smithi071 ceph-mon[112785]: osdmap e1123: 8 total, 8 up, 8 in 2024-09-13T14:42:06.727 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:06.727 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:06.727 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:06.828 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:42:06.864 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:06.864 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:06.864 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:42:06.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:06 smithi104 ceph-mon[105578]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:42:06.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:06 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/22175157' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T14:42:06.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:06 smithi104 ceph-mon[105578]: osdmap e1123: 8 total, 8 up, 8 in 2024-09-13T14:42:06.966 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:42:07.001 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:07.002 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:07.002 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:42:07.103 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:07.137 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:07.138 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:07.138 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:07.239 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:42:07.277 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:07.277 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:07.278 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:42:07.378 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:42:07.417 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:07.418 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:07.418 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:42:07.519 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:42:07.559 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:07.560 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:07.560 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:42:07.661 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:07.717 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:07.718 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:07.718 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:07.819 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:07.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:07 smithi071 ceph-mon[107477]: pgmap v1246: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 4.8 GiB data, 16 GiB used, 699 GiB / 715 GiB avail; 0 B/s wr, 771 op/s; 47296/237783 objects misplaced (19.890%); 6.5 MiB/s, 104 objects/s recovering 2024-09-13T14:42:07.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:07 smithi071 ceph-mon[112785]: pgmap v1246: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 4.8 GiB data, 16 GiB used, 699 GiB / 715 GiB avail; 0 B/s wr, 771 op/s; 47296/237783 objects misplaced (19.890%); 6.5 MiB/s, 104 objects/s recovering 2024-09-13T14:42:07.862 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:07.863 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:07.863 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:07.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:07 smithi104 ceph-mon[105578]: pgmap v1246: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 4.8 GiB data, 16 GiB used, 699 GiB / 715 GiB avail; 0 B/s wr, 771 op/s; 47296/237783 objects misplaced (19.890%); 6.5 MiB/s, 104 objects/s recovering 2024-09-13T14:42:07.964 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:42:08.005 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:08.006 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:08.006 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:42:08.107 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:08.154 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:08.154 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:08.155 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:08.256 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:08.289 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:08.290 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:08.290 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:08.391 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:42:08.427 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:08.427 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:08.428 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:42:08.528 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:42:08.565 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:08.565 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:08.569 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:42:08.588 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:42:08.588 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:42:08.588 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:42:08.588 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:42:08.589 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:42:08.589 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:42:08.589 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T14:42:08.589 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:42:08.589 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:42:08.589 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:42:08.589 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:42:08.589 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:42:08.589 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:42:08.589 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:42:08.589 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T14:42:08.590 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:42:08.669 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:42:08.687 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd unset noscrub 2024-09-13T14:42:08.702 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:08.703 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:08.703 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:42:08.725 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:08 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1984074172' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:42:08.725 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:08 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1984074172' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:42:08.804 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:42:08.832 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:08.832 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:08.833 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:42:08.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:08 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1984074172' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:42:08.934 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:42:08.987 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:08.987 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:08.988 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:42:09.089 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:42:09.124 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:09.125 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:09.125 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:42:09.226 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:42:09.264 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:09.265 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:09.265 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:42:09.366 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:42:09.395 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:09.396 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:09.396 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:42:09.497 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:09.536 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:09.537 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:09.537 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:09.638 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:42:09.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:09 smithi071 ceph-mon[107477]: pgmap v1247: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 4.8 GiB data, 16 GiB used, 699 GiB / 715 GiB avail; 0 B/s wr, 774 op/s; 46830/235569 objects misplaced (19.880%); 6.5 MiB/s, 104 objects/s recovering 2024-09-13T14:42:09.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:09 smithi071 ceph-mon[112785]: pgmap v1247: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 4.8 GiB data, 16 GiB used, 699 GiB / 715 GiB avail; 0 B/s wr, 774 op/s; 46830/235569 objects misplaced (19.880%); 6.5 MiB/s, 104 objects/s recovering 2024-09-13T14:42:09.668 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:09.668 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:09.669 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:42:09.769 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:42:09.809 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:09.809 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:09.810 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:42:09.910 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:42:09.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:09 smithi104 ceph-mon[105578]: pgmap v1247: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 4.8 GiB data, 16 GiB used, 699 GiB / 715 GiB avail; 0 B/s wr, 774 op/s; 46830/235569 objects misplaced (19.880%); 6.5 MiB/s, 104 objects/s recovering 2024-09-13T14:42:09.946 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:09.947 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:09.947 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:42:10.048 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:42:10.086 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:10.087 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:10.087 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:42:10.187 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:42:10.225 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:10.226 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:10.226 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:42:10.327 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:42:10.357 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:10.358 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:10.358 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:42:10.459 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:42:10.498 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:10.498 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:10.499 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:42:10.571 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:42:10.600 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:42:10.628 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T14:42:10.629 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:42:10.640 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:10.640 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:10.641 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:42:10.741 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:10.773 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:10.774 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:10.774 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:10.875 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:42:10.913 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:10.914 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:10.914 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:42:11.016 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:42:11.058 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:11.059 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:11.060 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:42:11.160 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:42:11.199 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:11.199 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:11.200 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:42:11.301 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:42:11.333 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:11.333 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:11.334 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:42:11.435 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:42:11.470 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:11.471 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:11.471 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:42:11.572 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:42:11.608 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:11.608 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:11.608 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:42:11.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:11 smithi071 ceph-mon[107477]: pgmap v1248: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 4.8 GiB data, 16 GiB used, 699 GiB / 715 GiB avail; 0 B/s wr, 775 op/s; 46582/234126 objects misplaced (19.896%); 6.5 MiB/s, 104 objects/s recovering 2024-09-13T14:42:11.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:11 smithi071 ceph-mon[112785]: pgmap v1248: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 4.8 GiB data, 16 GiB used, 699 GiB / 715 GiB avail; 0 B/s wr, 775 op/s; 46582/234126 objects misplaced (19.896%); 6.5 MiB/s, 104 objects/s recovering 2024-09-13T14:42:11.709 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:11.749 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:11.750 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:11.750 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:11.831 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.0 dump_historic_ops 2024-09-13T14:42:11.851 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:42:11.906 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:11.907 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:11.907 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:42:11.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:11 smithi104 ceph-mon[105578]: pgmap v1248: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 4.8 GiB data, 16 GiB used, 699 GiB / 715 GiB avail; 0 B/s wr, 775 op/s; 46582/234126 objects misplaced (19.896%); 6.5 MiB/s, 104 objects/s recovering 2024-09-13T14:42:12.008 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:42:12.056 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:12.057 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:12.057 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:42:12.158 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:42:12.186 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:12.187 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:12.187 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:42:12.288 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:42:12.296 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=true 2024-09-13T14:42:12.335 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:12.335 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:12.335 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:42:12.436 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:42:12.477 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:12.478 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:12.478 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:42:12.579 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:42:12.632 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:12.633 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:12.633 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:42:12.734 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:42:12.759 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:42:12.807 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:12.807 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:12.808 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:42:12.894 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:42:12 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:42:12] "GET /metrics HTTP/1.1" 200 36489 "" "Prometheus/2.51.0" 2024-09-13T14:42:12.909 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:12.940 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:12.941 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:12.941 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:13.042 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:13.085 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:13.086 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:13.087 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:13.187 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:42:13.230 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:13.231 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:13.231 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:42:13.332 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:42:13.337 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:42:13.399 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:13.399 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:13.399 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:42:13.500 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:42:13.552 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:13.553 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:13.553 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:42:13.654 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:42:13.687 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:13.687 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:13.688 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:42:13.732 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:13 smithi071 ceph-mon[107477]: pgmap v1249: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 4.6 GiB data, 15 GiB used, 700 GiB / 715 GiB avail; 0 B/s wr, 781 op/s; 44457/225981 objects misplaced (19.673%); 7.0 MiB/s, 112 objects/s recovering 2024-09-13T14:42:13.733 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:13 smithi071 ceph-mon[112785]: pgmap v1249: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 4.6 GiB data, 15 GiB used, 700 GiB / 715 GiB avail; 0 B/s wr, 781 op/s; 44457/225981 objects misplaced (19.673%); 7.0 MiB/s, 112 objects/s recovering 2024-09-13T14:42:13.788 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:42:13.823 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:13.824 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:13.824 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:42:13.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:13 smithi104 ceph-mon[105578]: pgmap v1249: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 4.6 GiB data, 15 GiB used, 700 GiB / 715 GiB avail; 0 B/s wr, 781 op/s; 44457/225981 objects misplaced (19.673%); 7.0 MiB/s, 112 objects/s recovering 2024-09-13T14:42:13.926 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:42:13.962 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:13.963 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:13.964 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:42:14.064 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:42:14.093 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:14.093 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:14.094 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:42:14.194 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:14.231 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:14.232 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:14.232 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:14.333 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:42:14.366 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:14.367 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:14.367 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:42:14.387 INFO:tasks.thrashosds.thrasher:in_osds: [0, 1, 2, 4, 5, 6, 7, 3] out_osds: [] dead_osds: [] live_osds: [0, 1, 2, 3, 4, 5, 6, 7] 2024-09-13T14:42:14.387 INFO:tasks.thrashosds.thrasher:choose_action: min_in 4 min_out 0 min_live 2 min_dead 0 chance_down 0.40 2024-09-13T14:42:14.388 INFO:tasks.thrashosds.thrasher:trim_stale_osdmaps 2024-09-13T14:42:14.388 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph tell osd.0 'trim stale osdmaps' 2024-09-13T14:42:14.468 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:42:14.499 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:14.499 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:14.500 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:42:14.600 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:42:14.611 INFO:teuthology.orchestra.run.smithi071.stderr:noscrub is unset 2024-09-13T14:42:14.661 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:14.661 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:14.662 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:42:14.763 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:42:14.808 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:14.808 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:14.808 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:42:14.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:14 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1893479842' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:42:14.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:14 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:42:14.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:14 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1893479842' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:42:14.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:14 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:42:14.909 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:42:14.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:14 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1893479842' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:42:14.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:14 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:42:14.947 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:14.948 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:14.948 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:42:15.049 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:15.085 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:15.086 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:15.086 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:15.186 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:42:15.225 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:15.226 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:15.226 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:42:15.327 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:42:15.364 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:15.365 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:15.365 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:42:15.466 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:42:15.500 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:15.501 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:15.501 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:42:15.602 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:42:15.630 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:15.630 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:15.631 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:42:15.731 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:42:15.776 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:15.777 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:15.778 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:42:15.879 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:42:15.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:15 smithi071 ceph-mon[107477]: pgmap v1250: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 4.5 GiB data, 15 GiB used, 700 GiB / 715 GiB avail; 0 B/s wr, 783 op/s; 43750/222426 objects misplaced (19.669%); 7.0 MiB/s, 112 objects/s recovering 2024-09-13T14:42:15.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:15 smithi071 ceph-mon[107477]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:42:15.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:15 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1893479842' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T14:42:15.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:15 smithi071 ceph-mon[107477]: osdmap e1124: 8 total, 8 up, 8 in 2024-09-13T14:42:15.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:15 smithi071 ceph-mon[112785]: pgmap v1250: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 4.5 GiB data, 15 GiB used, 700 GiB / 715 GiB avail; 0 B/s wr, 783 op/s; 43750/222426 objects misplaced (19.669%); 7.0 MiB/s, 112 objects/s recovering 2024-09-13T14:42:15.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:15 smithi071 ceph-mon[112785]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:42:15.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:15 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1893479842' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T14:42:15.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:15 smithi071 ceph-mon[112785]: osdmap e1124: 8 total, 8 up, 8 in 2024-09-13T14:42:15.909 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:15.909 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:15.910 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:42:15.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:15 smithi104 ceph-mon[105578]: pgmap v1250: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 4.5 GiB data, 15 GiB used, 700 GiB / 715 GiB avail; 0 B/s wr, 783 op/s; 43750/222426 objects misplaced (19.669%); 7.0 MiB/s, 112 objects/s recovering 2024-09-13T14:42:15.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:15 smithi104 ceph-mon[105578]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:42:15.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:15 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1893479842' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T14:42:15.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:15 smithi104 ceph-mon[105578]: osdmap e1124: 8 total, 8 up, 8 in 2024-09-13T14:42:16.010 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:42:16.041 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:16.042 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:16.042 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:42:16.143 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:42:16.181 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:16.181 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:16.181 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:42:16.282 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:42:16.321 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:16.322 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:16.322 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:42:16.423 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:42:16.459 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:16.460 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:16.460 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:42:16.561 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:42:16.603 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:16.604 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:16.604 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:42:16.706 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:16.749 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:16.750 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:16.750 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:16.850 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:42:16.871 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:16.872 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:16.872 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:42:16.973 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:42:17.015 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:17.016 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:17.016 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:42:17.117 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:17.144 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:17.144 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:17.145 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:17.245 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:17.278 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:17.278 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:17.279 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:17.380 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:17.419 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:17.420 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:17.420 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:17.521 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:42:17.553 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:17.554 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:17.554 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:42:17.655 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:42:17.688 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:17.689 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:17.689 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:42:17.790 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:42:17.822 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:17.822 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:17.823 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:42:17.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:17 smithi071 ceph-mon[107477]: pgmap v1252: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 4.4 GiB data, 15 GiB used, 701 GiB / 715 GiB avail; 0 B/s wr, 767 op/s; 41707/214746 objects misplaced (19.422%); 7.0 MiB/s, 111 objects/s recovering 2024-09-13T14:42:17.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:17 smithi071 ceph-mon[112785]: pgmap v1252: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 4.4 GiB data, 15 GiB used, 701 GiB / 715 GiB avail; 0 B/s wr, 767 op/s; 41707/214746 objects misplaced (19.422%); 7.0 MiB/s, 111 objects/s recovering 2024-09-13T14:42:17.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:17 smithi104 ceph-mon[105578]: pgmap v1252: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 4.4 GiB data, 15 GiB used, 701 GiB / 715 GiB avail; 0 B/s wr, 767 op/s; 41707/214746 objects misplaced (19.422%); 7.0 MiB/s, 111 objects/s recovering 2024-09-13T14:42:17.924 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:42:17.967 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:17.967 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:17.968 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:42:18.069 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:42:18.108 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:18.108 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:18.109 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:42:18.210 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:42:18.239 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:18.240 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:18.240 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:42:18.341 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:42:18.373 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:18.374 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:18.374 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:42:18.475 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:42:18.522 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:18.523 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:18.523 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:42:18.624 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:18.665 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:18.666 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:18.667 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:18.767 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:42:18.808 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:18.809 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:18.809 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:42:18.910 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:42:18.944 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:18.945 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:18.945 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:42:19.046 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:42:19.085 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:19.086 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:19.086 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:42:19.187 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:42:19.225 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:19.226 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:19.226 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:42:19.277 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T14:42:19.277 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:42:19.328 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:42:19.370 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:19.371 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:19.371 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:42:19.472 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:42:19.507 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:19.508 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:19.508 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:42:19.609 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:19.645 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:19.646 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:19.646 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:19.747 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:42:19.765 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd unset nodeep-scrub 2024-09-13T14:42:19.773 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:19.774 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:19.774 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:42:19.806 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:19 smithi071 ceph-mon[107477]: pgmap v1253: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 4.3 GiB data, 14 GiB used, 701 GiB / 715 GiB avail; 0 B/s wr, 766 op/s; 41228/212553 objects misplaced (19.397%); 7.0 MiB/s, 111 objects/s recovering 2024-09-13T14:42:19.806 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:19 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2380327584' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:42:19.806 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:19 smithi071 ceph-mon[112785]: pgmap v1253: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 4.3 GiB data, 14 GiB used, 701 GiB / 715 GiB avail; 0 B/s wr, 766 op/s; 41228/212553 objects misplaced (19.397%); 7.0 MiB/s, 111 objects/s recovering 2024-09-13T14:42:19.806 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:19 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2380327584' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:42:19.875 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:42:19.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:19 smithi104 ceph-mon[105578]: pgmap v1253: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 4.3 GiB data, 14 GiB used, 701 GiB / 715 GiB avail; 0 B/s wr, 766 op/s; 41228/212553 objects misplaced (19.397%); 7.0 MiB/s, 111 objects/s recovering 2024-09-13T14:42:19.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:19 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2380327584' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:42:19.951 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:19.951 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:19.952 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:42:20.023 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:42:20.023 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:42:20.023 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:42:20.024 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:42:20.024 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:42:20.024 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:42:20.024 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T14:42:20.024 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:42:20.024 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:42:20.024 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:42:20.024 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:42:20.024 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:42:20.024 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:42:20.024 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:42:20.025 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T14:42:20.025 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:42:20.053 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:42:20.084 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:20.085 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:20.085 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:42:20.186 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:42:20.228 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:20.229 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:20.230 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:42:20.330 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:20.368 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:20.369 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:20.370 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:20.470 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:42:20.506 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:20.507 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:20.507 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:42:20.608 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:42:20.654 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:20.655 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:20.655 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:42:20.663 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:42:20.697 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.1 dump_ops_in_flight 2024-09-13T14:42:20.756 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:42:20.789 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:20.790 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:20.790 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:42:20.891 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:42:20.965 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:20.966 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:20.966 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:42:21.067 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:42:21.110 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:21.110 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:21.110 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:42:21.211 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:42:21.240 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:21.241 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:21.241 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:42:21.342 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:21.346 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:42:21.422 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:21.423 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:21.423 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:21.524 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:21.571 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:21.571 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:21.572 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:21.673 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:42:21.706 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:21.707 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:21.707 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:42:21.808 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:42:21.858 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:21.858 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:21.859 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:42:21.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:21 smithi071 ceph-mon[107477]: pgmap v1254: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 4.3 GiB data, 14 GiB used, 701 GiB / 715 GiB avail; 0 B/s wr, 765 op/s; 40985/211152 objects misplaced (19.410%); 7.0 MiB/s, 111 objects/s recovering 2024-09-13T14:42:21.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:21 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:42:21.890 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:21 smithi071 ceph-mon[112785]: pgmap v1254: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 4.3 GiB data, 14 GiB used, 701 GiB / 715 GiB avail; 0 B/s wr, 765 op/s; 40985/211152 objects misplaced (19.410%); 7.0 MiB/s, 111 objects/s recovering 2024-09-13T14:42:21.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:21 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:42:21.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:21 smithi104 ceph-mon[105578]: pgmap v1254: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 4.3 GiB data, 14 GiB used, 701 GiB / 715 GiB avail; 0 B/s wr, 765 op/s; 40985/211152 objects misplaced (19.410%); 7.0 MiB/s, 111 objects/s recovering 2024-09-13T14:42:21.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:21 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:42:21.960 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:42:21.987 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:21.988 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:21.989 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:42:22.089 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:42:22.129 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:22.130 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:22.130 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:42:22.232 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:42:22.309 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:22.310 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:22.310 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:42:22.411 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:42:22.476 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:22.477 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:22.477 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:42:22.542 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:42:22.578 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:42:22.619 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:22.619 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:22.620 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:42:22.721 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:42:22.754 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:22.755 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:22.755 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:42:22.857 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:42:22.895 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:22.896 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:22.897 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:42:22.944 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:42:22 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:42:22] "GET /metrics HTTP/1.1" 200 36495 "" "Prometheus/2.51.0" 2024-09-13T14:42:22.997 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:42:23.046 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:23.047 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:23.047 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:42:23.148 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:42:23.177 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:23.177 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:23.178 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:42:23.273 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=false 2024-09-13T14:42:23.279 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:42:23.362 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:23.363 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:23.363 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:42:23.464 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:42:23.518 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:23.519 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:23.519 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:42:23.620 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:42:23.630 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:23 smithi071 ceph-mon[107477]: pgmap v1255: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 4.1 GiB data, 14 GiB used, 701 GiB / 715 GiB avail; 0 B/s wr, 762 op/s; 38912/203106 objects misplaced (19.158%); 6.9 MiB/s, 110 objects/s recovering 2024-09-13T14:42:23.653 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:23.654 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:23.654 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:42:23.755 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:42:23.786 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:23.787 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:23.787 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:42:23.888 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:42:23.890 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:23 smithi071 ceph-mon[112785]: pgmap v1255: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 4.1 GiB data, 14 GiB used, 701 GiB / 715 GiB avail; 0 B/s wr, 762 op/s; 38912/203106 objects misplaced (19.158%); 6.9 MiB/s, 110 objects/s recovering 2024-09-13T14:42:23.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:23 smithi104 ceph-mon[105578]: pgmap v1255: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 4.1 GiB data, 14 GiB used, 701 GiB / 715 GiB avail; 0 B/s wr, 762 op/s; 38912/203106 objects misplaced (19.158%); 6.9 MiB/s, 110 objects/s recovering 2024-09-13T14:42:23.924 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:23.927 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:23.927 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:42:24.028 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:42:24.077 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:24.078 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:24.078 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:42:24.179 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:42:24.237 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:24.238 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:24.238 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:42:24.339 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:42:24.375 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:24.376 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:24.376 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:42:24.477 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:42:24.514 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:24.515 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:24.515 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:42:24.616 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:42:24.652 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:24.653 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:24.653 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:42:24.753 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:42:24.802 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:24.803 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:24.803 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:42:24.904 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:42:24.959 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:24.959 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:24.960 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:42:25.061 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:42:25.096 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:25.101 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:25.101 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:42:25.202 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:42:25.239 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:25.240 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:25.240 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:42:25.341 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:25.377 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:25.378 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:25.378 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:25.479 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:25.511 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:25.512 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:25.512 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:25.613 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:42:25.670 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:25.671 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:25.671 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:42:25.772 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:42:25.795 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:25.796 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:25.796 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:42:25.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:25 smithi071 ceph-mon[107477]: pgmap v1256: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 4.1 GiB data, 14 GiB used, 701 GiB / 715 GiB avail; 0 B/s wr, 758 op/s; 38208/199674 objects misplaced (19.135%); 6.9 MiB/s, 110 objects/s recovering 2024-09-13T14:42:25.890 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:25 smithi071 ceph-mon[112785]: pgmap v1256: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 4.1 GiB data, 14 GiB used, 701 GiB / 715 GiB avail; 0 B/s wr, 758 op/s; 38208/199674 objects misplaced (19.135%); 6.9 MiB/s, 110 objects/s recovering 2024-09-13T14:42:25.897 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:42:25.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:25 smithi104 ceph-mon[105578]: pgmap v1256: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 4.1 GiB data, 14 GiB used, 701 GiB / 715 GiB avail; 0 B/s wr, 758 op/s; 38208/199674 objects misplaced (19.135%); 6.9 MiB/s, 110 objects/s recovering 2024-09-13T14:42:25.932 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:25.932 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:25.933 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:42:26.033 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:42:26.083 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:26.083 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:26.083 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:42:26.184 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:42:26.224 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:26.224 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:26.225 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:42:26.329 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:42:26.373 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:26.374 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:26.374 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:42:26.475 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:26.508 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:26.509 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:26.509 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:26.611 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:42:26.654 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:26.655 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:26.655 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:42:26.728 INFO:teuthology.orchestra.run.smithi071.stderr:no valid command found; 10 closest matches: 2024-09-13T14:42:26.728 INFO:teuthology.orchestra.run.smithi071.stderr:0 2024-09-13T14:42:26.728 INFO:teuthology.orchestra.run.smithi071.stderr:1 2024-09-13T14:42:26.728 INFO:teuthology.orchestra.run.smithi071.stderr:2 2024-09-13T14:42:26.728 INFO:teuthology.orchestra.run.smithi071.stderr:abort 2024-09-13T14:42:26.728 INFO:teuthology.orchestra.run.smithi071.stderr:assert 2024-09-13T14:42:26.728 INFO:teuthology.orchestra.run.smithi071.stderr:bench [] [] [] [] 2024-09-13T14:42:26.728 INFO:teuthology.orchestra.run.smithi071.stderr:bluefs debug_inject_read_zeros 2024-09-13T14:42:26.729 INFO:teuthology.orchestra.run.smithi071.stderr:bluefs files list 2024-09-13T14:42:26.729 INFO:teuthology.orchestra.run.smithi071.stderr:bluefs stats 2024-09-13T14:42:26.729 INFO:teuthology.orchestra.run.smithi071.stderr:bluestore allocator dump block 2024-09-13T14:42:26.729 INFO:teuthology.orchestra.run.smithi071.stderr:Error EINVAL: invalid command 2024-09-13T14:42:26.756 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:42:26.802 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:26.802 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:26.803 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:42:26.903 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:42:26.955 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:26.955 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:26.956 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:42:27.056 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:42:27.093 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:27.094 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:27.094 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:42:27.195 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:42:27.233 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:27.234 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:27.234 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:42:27.335 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:42:27.371 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:27.371 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:27.372 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:42:27.472 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:42:27.514 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:27.515 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:27.515 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:42:27.616 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:42:27.663 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:27.663 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:27.663 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:42:27.764 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:42:27.808 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:27.808 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:27.809 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:42:27.825 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:27 smithi071 ceph-mon[107477]: pgmap v1257: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 3.9 GiB data, 13 GiB used, 702 GiB / 715 GiB avail; 0 B/s wr, 846 op/s; 36278/192366 objects misplaced (18.859%); 8.7 MiB/s, 139 objects/s recovering 2024-09-13T14:42:27.825 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:27 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:42:27.826 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:27 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:42:27.826 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:27 smithi071 ceph-mon[112785]: pgmap v1257: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 3.9 GiB data, 13 GiB used, 702 GiB / 715 GiB avail; 0 B/s wr, 846 op/s; 36278/192366 objects misplaced (18.859%); 8.7 MiB/s, 139 objects/s recovering 2024-09-13T14:42:27.826 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:27 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:42:27.826 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:27 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:42:27.859 DEBUG:teuthology.orchestra.run:got remote process result: 22 2024-09-13T14:42:27.860 INFO:tasks.thrashosds.thrasher:Failed to trim stale osdmaps, ignoring 2024-09-13T14:42:27.861 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph tell osd.1 'trim stale osdmaps' 2024-09-13T14:42:27.910 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:42:27.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:27 smithi104 ceph-mon[105578]: pgmap v1257: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 3.9 GiB data, 13 GiB used, 702 GiB / 715 GiB avail; 0 B/s wr, 846 op/s; 36278/192366 objects misplaced (18.859%); 8.7 MiB/s, 139 objects/s recovering 2024-09-13T14:42:27.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:27 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:42:27.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:27 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:42:27.943 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:27.943 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:27.943 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:42:28.044 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:42:28.090 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:28.091 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:28.092 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:42:28.192 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:28.235 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:28.235 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:28.236 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:28.336 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:42:28.374 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:28.375 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:28.375 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:42:28.476 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:42:28.551 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:28.552 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:28.552 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:42:28.653 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:42:28.698 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:28.699 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:28.699 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:42:28.800 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:42:28.833 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:28.833 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:28.834 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:42:28.920 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:42:28.935 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:42:28.998 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:28.999 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:28.999 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:42:29.100 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:42:29.122 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:29.122 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:29.123 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:42:29.224 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:29.250 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:29.251 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:29.251 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:29.352 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:42:29.375 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:29.376 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:29.377 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:42:29.477 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:42:29.500 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:29.501 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:29.501 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:42:29.602 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:42:29.625 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:29.626 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:29.626 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:42:29.727 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:42:29.771 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:29.772 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:29.772 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:42:29.776 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:29 smithi071 ceph-mon[107477]: pgmap v1258: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 3.9 GiB data, 13 GiB used, 702 GiB / 715 GiB avail; 0 B/s wr, 679 op/s; 35809/190287 objects misplaced (18.818%); 5.6 MiB/s, 90 objects/s recovering 2024-09-13T14:42:29.776 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:29 smithi071 ceph-mon[107477]: osdmap e1125: 8 total, 8 up, 8 in 2024-09-13T14:42:29.776 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:42:29.776 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:29 smithi071 ceph-mon[112785]: pgmap v1258: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 3.9 GiB data, 13 GiB used, 702 GiB / 715 GiB avail; 0 B/s wr, 679 op/s; 35809/190287 objects misplaced (18.818%); 5.6 MiB/s, 90 objects/s recovering 2024-09-13T14:42:29.777 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:29 smithi071 ceph-mon[112785]: osdmap e1125: 8 total, 8 up, 8 in 2024-09-13T14:42:29.777 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:42:29.874 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:42:29.909 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:29.910 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:29.910 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:42:29.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:29 smithi104 ceph-mon[105578]: pgmap v1258: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 3.9 GiB data, 13 GiB used, 702 GiB / 715 GiB avail; 0 B/s wr, 679 op/s; 35809/190287 objects misplaced (18.818%); 5.6 MiB/s, 90 objects/s recovering 2024-09-13T14:42:29.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:29 smithi104 ceph-mon[105578]: osdmap e1125: 8 total, 8 up, 8 in 2024-09-13T14:42:29.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:42:30.011 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:42:30.047 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:30.047 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:30.047 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:42:30.149 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:42:30.177 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:30.177 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:30.177 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:42:30.278 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:42:30.289 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:42:30.289 INFO:teuthology.orchestra.run.smithi071.stdout: "ops": [ 2024-09-13T14:42:30.289 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:30.289 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:203085 6.b 6:d6a5b7be:::benchmark_data_smithi071_156503_object71091:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1126)", 2024-09-13T14:42:30.289 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:42:30.269330+0000", 2024-09-13T14:42:30.290 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.016035252, 2024-09-13T14:42:30.290 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.016078242, 2024-09-13T14:42:30.290 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:42:30.290 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:42:30.290 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "waiting for sub ops", 2024-09-13T14:42:30.290 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:42:30.290 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:42:30.290 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:42:30.290 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 203085 2024-09-13T14:42:30.291 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:30.291 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:42:30.291 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:30.291 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:42:30.291 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:30.269330+0000", 2024-09-13T14:42:30.291 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:42:30.291 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:30.291 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:30.291 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:42:30.291 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:30.269330+0000", 2024-09-13T14:42:30.292 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:42:30.292 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:30.292 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:30.292 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:42:30.293 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:30.269331+0000", 2024-09-13T14:42:30.293 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4190000000000001e-06 2024-09-13T14:42:30.293 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:30.293 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:30.293 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:42:30.293 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:30.269336+0000", 2024-09-13T14:42:30.293 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.1139999999999997e-06 2024-09-13T14:42:30.293 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:30.293 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:30.294 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:42:30.294 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:30.269352+0000", 2024-09-13T14:42:30.294 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.5688e-05 2024-09-13T14:42:30.294 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:30.294 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:30.294 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:42:30.294 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:30.269360+0000", 2024-09-13T14:42:30.294 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.3599999999999998e-06 2024-09-13T14:42:30.295 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:30.295 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:30.295 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:42:30.295 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:30.271089+0000", 2024-09-13T14:42:30.295 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0017291470000000001 2024-09-13T14:42:30.295 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:30.295 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:30.295 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:42:30.295 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:30.271198+0000", 2024-09-13T14:42:30.296 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000108885 2024-09-13T14:42:30.296 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:30.296 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:30.296 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 3,6,7", 2024-09-13T14:42:30.296 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:30.271311+0000", 2024-09-13T14:42:30.296 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000112983 2024-09-13T14:42:30.296 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:42:30.296 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:42:30.296 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:42:30.296 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:30.297 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:30.297 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:203088 6.1 6:8e402e96:::benchmark_data_smithi071_156503_object71094:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1126)", 2024-09-13T14:42:30.297 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:42:30.270939+0000", 2024-09-13T14:42:30.297 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.014426547, 2024-09-13T14:42:30.297 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.014538100999999999, 2024-09-13T14:42:30.297 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:42:30.297 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:42:30.297 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "waiting for sub ops", 2024-09-13T14:42:30.297 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:42:30.298 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:42:30.298 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:42:30.298 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 203088 2024-09-13T14:42:30.298 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:30.298 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:42:30.298 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:30.298 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:42:30.298 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:30.270939+0000", 2024-09-13T14:42:30.298 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:42:30.298 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:30.299 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:30.299 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:42:30.299 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:30.270939+0000", 2024-09-13T14:42:30.299 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:42:30.299 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:30.299 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:30.299 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:42:30.299 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:30.270940+0000", 2024-09-13T14:42:30.299 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.3699999999999999e-07 2024-09-13T14:42:30.299 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:30.300 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:30.300 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:42:30.300 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:30.270944+0000", 2024-09-13T14:42:30.300 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.216e-06 2024-09-13T14:42:30.300 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:30.300 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:30.301 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:42:30.301 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:30.270955+0000", 2024-09-13T14:42:30.301 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1523e-05 2024-09-13T14:42:30.301 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:30.301 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:30.301 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:42:30.301 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:30.270962+0000", 2024-09-13T14:42:30.301 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.063e-06 2024-09-13T14:42:30.301 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:30.302 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:30.302 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:42:30.302 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:30.271038+0000", 2024-09-13T14:42:30.302 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.5230999999999999e-05 2024-09-13T14:42:30.302 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:30.302 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:30.302 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:42:30.302 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:30.271156+0000", 2024-09-13T14:42:30.302 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00011794300000000001 2024-09-13T14:42:30.302 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:30.302 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:30.303 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 2,6", 2024-09-13T14:42:30.303 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:30.271269+0000", 2024-09-13T14:42:30.303 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000113484 2024-09-13T14:42:30.303 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:42:30.303 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:42:30.303 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:42:30.303 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:30.303 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:30.304 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.34671.0:203081 6.d e1126/1091 6:b4b8ab6e:::benchmark_data_smithi071_156503_object71087:head v 1126'12750, mlcod=1126'12747)", 2024-09-13T14:42:30.304 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:42:30.271878+0000", 2024-09-13T14:42:30.304 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.013487067, 2024-09-13T14:42:30.304 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.013657280000000001, 2024-09-13T14:42:30.304 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:42:30.304 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:42:30.304 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "started", 2024-09-13T14:42:30.304 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:42:30.304 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:30.304 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:42:30.305 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:30.271878+0000", 2024-09-13T14:42:30.305 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:42:30.305 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:30.305 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:30.305 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:42:30.305 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:30.271878+0000", 2024-09-13T14:42:30.306 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:42:30.306 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:30.306 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:30.306 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:42:30.306 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:30.271879+0000", 2024-09-13T14:42:30.306 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.1600000000000001e-07 2024-09-13T14:42:30.307 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:30.307 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:30.307 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:42:30.307 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:30.271884+0000", 2024-09-13T14:42:30.307 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.4310000000000002e-06 2024-09-13T14:42:30.308 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:30.308 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:30.308 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:42:30.308 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:30.271894+0000", 2024-09-13T14:42:30.308 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.8490000000000001e-06 2024-09-13T14:42:30.308 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:30.309 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:30.309 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:42:30.309 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:30.271901+0000", 2024-09-13T14:42:30.309 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.6290000000000004e-06 2024-09-13T14:42:30.309 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:30.309 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:30.310 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:42:30.310 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:30.273239+0000", 2024-09-13T14:42:30.310 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0013380320000000001 2024-09-13T14:42:30.310 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:30.310 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:30.311 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:42:30.311 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:30.273264+0000", 2024-09-13T14:42:30.311 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.4966000000000001e-05 2024-09-13T14:42:30.311 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:42:30.311 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:42:30.312 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:42:30.312 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:30.312 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:30.312 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop_reply(client.34671.0:203088 6.1 e1126/1091)", 2024-09-13T14:42:30.312 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:42:30.279061+0000", 2024-09-13T14:42:30.312 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.006303945, 2024-09-13T14:42:30.313 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0065165309999999999, 2024-09-13T14:42:30.313 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:42:30.313 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:42:30.313 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "queued for pg", 2024-09-13T14:42:30.313 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:42:30.313 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:30.313 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:42:30.313 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:30.279061+0000", 2024-09-13T14:42:30.313 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:42:30.313 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:30.313 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:30.314 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:42:30.314 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:30.279061+0000", 2024-09-13T14:42:30.314 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:42:30.314 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:30.314 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:30.314 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:42:30.314 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:30.279062+0000", 2024-09-13T14:42:30.314 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1209999999999999e-06 2024-09-13T14:42:30.314 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:30.315 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:30.315 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:42:30.315 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:30.279071+0000", 2024-09-13T14:42:30.315 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.6899999999999998e-06 2024-09-13T14:42:30.315 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:30.315 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:30.315 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:42:30.315 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:30.279085+0000", 2024-09-13T14:42:30.315 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4333e-05 2024-09-13T14:42:30.315 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:30.316 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:30.316 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:42:30.316 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:30.279093+0000", 2024-09-13T14:42:30.316 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.0760000000000003e-06 2024-09-13T14:42:30.316 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:42:30.316 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:42:30.316 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:42:30.316 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:30.317 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:30.317 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop_reply(client.34671.0:203085 6.b e1126/1117)", 2024-09-13T14:42:30.317 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:42:30.280737+0000", 2024-09-13T14:42:30.317 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.0046282839999999999, 2024-09-13T14:42:30.317 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0048766820000000002, 2024-09-13T14:42:30.317 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:42:30.317 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:42:30.317 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "queued for pg", 2024-09-13T14:42:30.317 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:42:30.317 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:30.318 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:42:30.318 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:30.280737+0000", 2024-09-13T14:42:30.318 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:42:30.318 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:30.318 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:30.318 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:42:30.318 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:30.280737+0000", 2024-09-13T14:42:30.318 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:42:30.318 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:30.319 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:30.319 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:42:30.319 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:30.280738+0000", 2024-09-13T14:42:30.319 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.7199999999999997e-07 2024-09-13T14:42:30.319 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:30.319 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:30.319 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:42:30.320 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:30.280741+0000", 2024-09-13T14:42:30.320 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.6890000000000002e-06 2024-09-13T14:42:30.320 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:30.320 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:30.320 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:42:30.321 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:30.280754+0000", 2024-09-13T14:42:30.321 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2838e-05 2024-09-13T14:42:30.321 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:30.321 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:30.322 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:42:30.322 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:30.280762+0000", 2024-09-13T14:42:30.322 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.3039999999999999e-06 2024-09-13T14:42:30.322 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:42:30.322 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:42:30.322 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:42:30.322 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:30.323 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:30.323 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop_reply(client.34671.0:203085 6.b e1126/1117)", 2024-09-13T14:42:30.323 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:42:30.283725+0000", 2024-09-13T14:42:30.323 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.0016405460000000001, 2024-09-13T14:42:30.323 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.001922347, 2024-09-13T14:42:30.323 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:42:30.323 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:42:30.324 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "queued for pg", 2024-09-13T14:42:30.324 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:42:30.324 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:30.324 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:42:30.324 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:30.283725+0000", 2024-09-13T14:42:30.324 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:42:30.324 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:30.325 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:30.325 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:42:30.325 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:30.283725+0000", 2024-09-13T14:42:30.325 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:42:30.325 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:30.325 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:30.325 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:42:30.325 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:30.283726+0000", 2024-09-13T14:42:30.326 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.5200000000000001e-06 2024-09-13T14:42:30.326 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:30.326 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:30.326 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:42:30.326 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:30.283733+0000", 2024-09-13T14:42:30.326 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.3759999999999996e-06 2024-09-13T14:42:30.326 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:30.327 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:30.327 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:42:30.327 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:30.283752+0000", 2024-09-13T14:42:30.327 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.9043999999999999e-05 2024-09-13T14:42:30.327 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:30.327 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:30.327 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:42:30.328 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:30.283760+0000", 2024-09-13T14:42:30.328 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.1019999999999997e-06 2024-09-13T14:42:30.328 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:42:30.328 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:42:30.328 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:42:30.328 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:30.328 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:30.328 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.34671.0:203080 6.d e1126/1091 6:b84c5595:::benchmark_data_smithi071_156503_object71086:head v 1126'12749, mlcod=1126'12747)", 2024-09-13T14:42:30.329 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:42:30.267549+0000", 2024-09-13T14:42:30.329 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.017815718000000001, 2024-09-13T14:42:30.329 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.018135800000000001, 2024-09-13T14:42:30.329 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:42:30.329 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:42:30.329 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "started", 2024-09-13T14:42:30.329 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:42:30.329 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:30.329 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:42:30.330 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:30.267549+0000", 2024-09-13T14:42:30.330 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:42:30.330 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:30.330 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:30.330 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:42:30.330 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:30.267549+0000", 2024-09-13T14:42:30.331 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:42:30.331 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:30.331 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:30.331 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:42:30.331 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:30.267550+0000", 2024-09-13T14:42:30.331 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.6800000000000009e-07 2024-09-13T14:42:30.332 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:30.332 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:30.332 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:42:30.332 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:30.267558+0000", 2024-09-13T14:42:30.332 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.7800000000000001e-06 2024-09-13T14:42:30.332 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:30.332 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:30.333 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:42:30.333 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:30.267574+0000", 2024-09-13T14:42:30.333 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.5911999999999999e-05 2024-09-13T14:42:30.333 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:30.333 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:30.333 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:42:30.333 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:30.267583+0000", 2024-09-13T14:42:30.333 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.3899999999999993e-06 2024-09-13T14:42:30.333 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:30.334 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:30.334 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:42:30.334 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:30.267643+0000", 2024-09-13T14:42:30.334 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.0024e-05 2024-09-13T14:42:30.334 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:42:30.334 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:42:30.334 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:42:30.334 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:30.267721+0000", 2024-09-13T14:42:30.334 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.8572000000000006e-05 2024-09-13T14:42:30.334 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:42:30.335 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:42:30.335 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:42:30.335 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:42:30.335 INFO:teuthology.orchestra.run.smithi071.stdout: ], 2024-09-13T14:42:30.335 INFO:teuthology.orchestra.run.smithi071.stdout: "num_ops": 7 2024-09-13T14:42:30.335 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:42:30.344 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:30.345 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:30.345 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:42:30.446 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:30.484 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:30.485 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:30.485 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:30.586 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:42:30.620 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:30.621 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:30.622 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:42:30.670 INFO:teuthology.orchestra.run.smithi071.stderr:nodeep-scrub is unset 2024-09-13T14:42:30.722 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:42:30.753 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:30.754 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:30.754 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:42:30.855 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:30.884 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:30.885 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:30.885 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:30.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:30 smithi104 ceph-mon[105578]: osdmap e1126: 8 total, 8 up, 8 in 2024-09-13T14:42:30.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:30 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1488438433' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:42:30.986 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:42:31.027 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:31.027 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:31.028 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:42:31.127 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:30 smithi071 ceph-mon[107477]: osdmap e1126: 8 total, 8 up, 8 in 2024-09-13T14:42:31.127 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:30 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1488438433' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:42:31.128 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:30 smithi071 ceph-mon[112785]: osdmap e1126: 8 total, 8 up, 8 in 2024-09-13T14:42:31.128 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:30 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1488438433' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:42:31.129 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:42:31.149 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.1 dump_blocked_ops 2024-09-13T14:42:31.150 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:31.151 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:31.151 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:42:31.252 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:42:31.283 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:31.284 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:31.285 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:42:31.386 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:42:31.425 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:31.426 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:31.426 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:42:31.527 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:31.567 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:31.568 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:31.568 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:31.669 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:42:31.710 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:31.711 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:31.711 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:42:31.808 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:31 smithi071 ceph-mon[112785]: pgmap v1261: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 3.8 GiB data, 13 GiB used, 702 GiB / 715 GiB avail; 0 B/s wr, 588 op/s; 35589/188982 objects misplaced (18.832%); 4.2 MiB/s, 67 objects/s recovering 2024-09-13T14:42:31.808 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:31 smithi071 ceph-mon[112785]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T14:42:31.809 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:31 smithi071 ceph-mon[112785]: Cluster is now healthy 2024-09-13T14:42:31.809 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:31 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1488438433' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T14:42:31.809 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:31 smithi071 ceph-mon[112785]: osdmap e1127: 8 total, 8 up, 8 in 2024-09-13T14:42:31.809 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:31 smithi071 ceph-mon[107477]: pgmap v1261: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 3.8 GiB data, 13 GiB used, 702 GiB / 715 GiB avail; 0 B/s wr, 588 op/s; 35589/188982 objects misplaced (18.832%); 4.2 MiB/s, 67 objects/s recovering 2024-09-13T14:42:31.809 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:31 smithi071 ceph-mon[107477]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T14:42:31.809 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:31 smithi071 ceph-mon[107477]: Cluster is now healthy 2024-09-13T14:42:31.809 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:31 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1488438433' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T14:42:31.809 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:31 smithi071 ceph-mon[107477]: osdmap e1127: 8 total, 8 up, 8 in 2024-09-13T14:42:31.812 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:42:31.865 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:31.866 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:31.866 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:42:31.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:31 smithi104 ceph-mon[105578]: pgmap v1261: 89 pgs: 1 active+remapped+backfilling, 9 active+remapped+backfill_wait, 79 active+clean; 3.8 GiB data, 13 GiB used, 702 GiB / 715 GiB avail; 0 B/s wr, 588 op/s; 35589/188982 objects misplaced (18.832%); 4.2 MiB/s, 67 objects/s recovering 2024-09-13T14:42:31.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:31 smithi104 ceph-mon[105578]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T14:42:31.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:31 smithi104 ceph-mon[105578]: Cluster is now healthy 2024-09-13T14:42:31.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:31 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1488438433' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T14:42:31.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:31 smithi104 ceph-mon[105578]: osdmap e1127: 8 total, 8 up, 8 in 2024-09-13T14:42:31.967 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:32.013 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:32.014 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:32.015 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:32.115 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:42:32.159 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:32.160 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:32.160 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:42:32.261 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:42:32.297 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:32.298 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:32.298 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:42:32.344 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:42:32.400 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:42:32.405 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:42:32.431 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:32.431 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:32.431 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:42:32.532 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:42:32.580 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:32.581 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:32.581 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:42:32.682 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:42:32.703 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:32.703 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:32.704 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:42:32.805 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:42:32.842 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:32.843 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:32.843 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:42:32.891 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:42:32 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:42:32] "GET /metrics HTTP/1.1" 200 36496 "" "Prometheus/2.51.0" 2024-09-13T14:42:32.944 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:32.977 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:32.978 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:32.978 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:33.079 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:42:33.119 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:33.120 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:33.120 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:42:33.220 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:42:33.255 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:33.256 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:33.257 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:42:33.357 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:42:33.407 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:33.408 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:33.408 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:42:33.509 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:42:33.546 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:33.547 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:33.547 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:42:33.648 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:42:33.684 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:33.685 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:33.685 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:42:33.786 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:42:33.813 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:33.814 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:33.814 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:42:33.847 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd set noscrub 2024-09-13T14:42:33.915 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:42:33.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:33 smithi104 ceph-mon[105578]: pgmap v1263: 89 pgs: 1 active+remapped+backfilling, 8 active+remapped+backfill_wait, 80 active+clean; 3.7 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 0 B/s wr, 536 op/s; 33552/182709 objects misplaced (18.364%); 9.4 MiB/s, 150 objects/s recovering 2024-09-13T14:42:33.930 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:33 smithi071 ceph-mon[107477]: pgmap v1263: 89 pgs: 1 active+remapped+backfilling, 8 active+remapped+backfill_wait, 80 active+clean; 3.7 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 0 B/s wr, 536 op/s; 33552/182709 objects misplaced (18.364%); 9.4 MiB/s, 150 objects/s recovering 2024-09-13T14:42:33.931 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:33 smithi071 ceph-mon[112785]: pgmap v1263: 89 pgs: 1 active+remapped+backfilling, 8 active+remapped+backfill_wait, 80 active+clean; 3.7 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 0 B/s wr, 536 op/s; 33552/182709 objects misplaced (18.364%); 9.4 MiB/s, 150 objects/s recovering 2024-09-13T14:42:33.945 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:33.946 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:33.946 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:42:34.047 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:42:34.103 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:34.103 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:34.104 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:42:34.205 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:42:34.248 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:34.248 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:34.249 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:42:34.350 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:34.391 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:34.392 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:34.393 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:34.493 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:42:34.530 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:34.530 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:34.531 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:42:34.631 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:42:34.670 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:34.670 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:34.671 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:42:34.772 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:42:34.813 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:34.814 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:34.815 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:42:34.916 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:42:34.964 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:34.965 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:34.965 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:42:35.066 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:42:35.107 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:35.108 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:35.108 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:42:35.209 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:42:35.258 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:35.258 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:35.259 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:42:35.360 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:42:35.395 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:35.396 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:35.396 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:42:35.497 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:42:35.536 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:35.537 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:35.537 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:42:35.638 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:42:35.680 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:35.681 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:35.681 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:42:35.782 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:42:35.822 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:35.822 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:35.823 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:42:35.923 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:35.941 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:35 smithi071 ceph-mon[107477]: pgmap v1264: 89 pgs: 1 active+remapped+backfilling, 8 active+remapped+backfill_wait, 80 active+clean; 3.7 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 0 B/s wr, 579 op/s; 32994/179850 objects misplaced (18.345%); 9.4 MiB/s, 150 objects/s recovering 2024-09-13T14:42:35.941 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:35 smithi071 ceph-mon[112785]: pgmap v1264: 89 pgs: 1 active+remapped+backfilling, 8 active+remapped+backfill_wait, 80 active+clean; 3.7 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 0 B/s wr, 579 op/s; 32994/179850 objects misplaced (18.345%); 9.4 MiB/s, 150 objects/s recovering 2024-09-13T14:42:35.970 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:35.971 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:35.971 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:36.072 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:36.114 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:36.115 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:36.115 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:36.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:35 smithi104 ceph-mon[105578]: pgmap v1264: 89 pgs: 1 active+remapped+backfilling, 8 active+remapped+backfill_wait, 80 active+clean; 3.7 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 0 B/s wr, 579 op/s; 32994/179850 objects misplaced (18.345%); 9.4 MiB/s, 150 objects/s recovering 2024-09-13T14:42:36.216 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:42:36.252 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:36.252 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:36.253 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:42:36.353 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:36.414 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:36.415 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:36.415 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:36.516 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:42:36.552 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:36.553 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:36.553 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:42:36.654 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:42:36.682 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:36.682 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:36.683 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:42:36.784 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:42:36.829 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:36.830 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:36.830 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:42:36.931 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:36.967 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:36.968 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:36.968 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:37.069 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:37.111 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:37.111 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:37.112 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:37.212 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:42:37.269 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:37.270 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:37.270 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:42:37.371 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:37.438 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:37.439 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:37.439 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:37.507 INFO:teuthology.orchestra.run.smithi071.stderr:no valid command found; 10 closest matches: 2024-09-13T14:42:37.507 INFO:teuthology.orchestra.run.smithi071.stderr:0 2024-09-13T14:42:37.507 INFO:teuthology.orchestra.run.smithi071.stderr:1 2024-09-13T14:42:37.507 INFO:teuthology.orchestra.run.smithi071.stderr:2 2024-09-13T14:42:37.507 INFO:teuthology.orchestra.run.smithi071.stderr:abort 2024-09-13T14:42:37.507 INFO:teuthology.orchestra.run.smithi071.stderr:assert 2024-09-13T14:42:37.508 INFO:teuthology.orchestra.run.smithi071.stderr:bench [] [] [] [] 2024-09-13T14:42:37.508 INFO:teuthology.orchestra.run.smithi071.stderr:bluefs debug_inject_read_zeros 2024-09-13T14:42:37.508 INFO:teuthology.orchestra.run.smithi071.stderr:bluefs files list 2024-09-13T14:42:37.508 INFO:teuthology.orchestra.run.smithi071.stderr:bluefs stats 2024-09-13T14:42:37.508 INFO:teuthology.orchestra.run.smithi071.stderr:bluestore allocator dump block 2024-09-13T14:42:37.508 INFO:teuthology.orchestra.run.smithi071.stderr:Error EINVAL: invalid command 2024-09-13T14:42:37.540 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:42:37.603 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:37.603 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:37.604 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:42:37.704 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:42:37.735 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:37.736 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:37.736 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:42:37.743 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:42:37.744 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:42:37.782 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:42:37.877 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:42:37.878 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:42:37.878 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:42:37.878 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:42:37.878 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:42:37.879 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:42:37.894 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:42:37.895 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:42:37.926 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:42:37.926 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:42:37.932 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:37.933 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:37.933 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:42:37.966 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T14:42:37.966 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T14:42:37.966 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:37 smithi071 ceph-mon[107477]: pgmap v1265: 89 pgs: 1 active+remapped+backfilling, 8 active+remapped+backfill_wait, 80 active+clean; 3.5 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 0 B/s wr, 775 op/s; 31187/172143 objects misplaced (18.117%); 11 MiB/s, 175 objects/s recovering 2024-09-13T14:42:37.967 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:37 smithi071 ceph-mon[112785]: pgmap v1265: 89 pgs: 1 active+remapped+backfilling, 8 active+remapped+backfill_wait, 80 active+clean; 3.5 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 0 B/s wr, 775 op/s; 31187/172143 objects misplaced (18.117%); 11 MiB/s, 175 objects/s recovering 2024-09-13T14:42:37.999 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:42:37.999 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:42:38.034 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:38.074 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:38.075 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:38.075 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:38.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:37 smithi104 ceph-mon[105578]: pgmap v1265: 89 pgs: 1 active+remapped+backfilling, 8 active+remapped+backfill_wait, 80 active+clean; 3.5 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 0 B/s wr, 775 op/s; 31187/172143 objects misplaced (18.117%); 11 MiB/s, 175 objects/s recovering 2024-09-13T14:42:38.176 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:42:38.211 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:38.211 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:38.212 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:42:38.313 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:42:38.348 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:38.348 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:38.349 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:42:38.450 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:38.484 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:38.485 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:38.485 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:38.586 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:42:38.625 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:38.626 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:38.626 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:42:38.727 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:42:38.758 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:38.758 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:38.759 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:42:38.859 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:42:38.911 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:38.912 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:38.913 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:42:39.013 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:42:39.052 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:39.053 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:39.053 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:42:39.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:38 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/214523215' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:42:39.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:38 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/214523215' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:42:39.154 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:42:39.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:38 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/214523215' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:42:39.181 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:39.182 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:39.182 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:42:39.282 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:42:39.321 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:39.321 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:39.321 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:42:39.422 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:42:39.454 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:39.455 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:39.455 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:42:39.556 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:42:39.592 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:39.592 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:39.593 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:42:39.693 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:42:39.735 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:39.735 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:39.736 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:42:39.837 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:42:39.868 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:39.869 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:39.869 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:42:39.970 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:42:40.000 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:40.000 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:40.001 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:42:40.102 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:42:40.109 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:39 smithi071 ceph-mon[107477]: pgmap v1266: 89 pgs: 1 active+remapped+backfilling, 8 active+remapped+backfill_wait, 80 active+clean; 3.5 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 0 B/s wr, 712 op/s; 30769/170169 objects misplaced (18.081%); 9.7 MiB/s, 155 objects/s recovering 2024-09-13T14:42:40.109 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:39 smithi071 ceph-mon[112785]: pgmap v1266: 89 pgs: 1 active+remapped+backfilling, 8 active+remapped+backfill_wait, 80 active+clean; 3.5 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 0 B/s wr, 712 op/s; 30769/170169 objects misplaced (18.081%); 9.7 MiB/s, 155 objects/s recovering 2024-09-13T14:42:40.132 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:40.133 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:40.133 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:42:40.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:39 smithi104 ceph-mon[105578]: pgmap v1266: 89 pgs: 1 active+remapped+backfilling, 8 active+remapped+backfill_wait, 80 active+clean; 3.5 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 0 B/s wr, 712 op/s; 30769/170169 objects misplaced (18.081%); 9.7 MiB/s, 155 objects/s recovering 2024-09-13T14:42:40.234 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:40.268 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:40.269 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:40.269 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:40.370 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:40.404 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:40.405 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:40.405 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:40.506 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:42:40.534 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:40.535 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:40.535 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:42:40.636 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:42:40.670 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:40.670 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:40.671 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:42:40.772 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:42:40.805 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:40.806 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:40.806 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:42:40.907 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:42:40.939 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:40.940 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:40.941 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:42:41.024 DEBUG:teuthology.orchestra.run:got remote process result: 22 2024-09-13T14:42:41.025 INFO:tasks.thrashosds.thrasher:Failed to trim stale osdmaps, ignoring 2024-09-13T14:42:41.025 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph tell osd.2 'trim stale osdmaps' 2024-09-13T14:42:41.042 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:42:41.081 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:41.082 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:41.082 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:42:41.183 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:42:41.239 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:41.240 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:41.240 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:42:41.341 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:42:41.372 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:41.372 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:41.373 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:42:41.474 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:42:41.520 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:41.520 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:41.520 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:42:41.621 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:42:41.649 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:41.650 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T14:42:41.650 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:42:41.650 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:41.651 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:42:41.752 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:42:41.785 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:41.786 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:41.786 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:42:41.887 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:42:41.918 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:41.919 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:41.919 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:42:41.973 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:41 smithi104 ceph-mon[105578]: pgmap v1267: 89 pgs: 1 active+remapped+backfilling, 8 active+remapped+backfill_wait, 80 active+clean; 3.4 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 0 B/s wr, 673 op/s; 30531/168777 objects misplaced (18.090%); 8.5 MiB/s, 136 objects/s recovering 2024-09-13T14:42:42.020 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:42:42.039 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:41 smithi071 ceph-mon[107477]: pgmap v1267: 89 pgs: 1 active+remapped+backfilling, 8 active+remapped+backfill_wait, 80 active+clean; 3.4 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 0 B/s wr, 673 op/s; 30531/168777 objects misplaced (18.090%); 8.5 MiB/s, 136 objects/s recovering 2024-09-13T14:42:42.039 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:41 smithi071 ceph-mon[112785]: pgmap v1267: 89 pgs: 1 active+remapped+backfilling, 8 active+remapped+backfill_wait, 80 active+clean; 3.4 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 0 B/s wr, 673 op/s; 30531/168777 objects misplaced (18.090%); 8.5 MiB/s, 136 objects/s recovering 2024-09-13T14:42:42.051 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:42.052 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:42.052 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:42:42.153 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:42:42.200 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:42.201 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:42.201 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:42:42.302 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:42:42.333 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:42.334 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:42.334 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:42:42.435 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:42:42.466 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:42.467 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:42.467 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:42:42.553 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=true 2024-09-13T14:42:42.568 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:42:42.608 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:42.609 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:42.609 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:42:42.678 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.1 dump_historic_ops 2024-09-13T14:42:42.710 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:42.780 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:42.781 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:42.782 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:42.843 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:42:42 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:42:42] "GET /metrics HTTP/1.1" 200 36496 "" "Prometheus/2.51.0" 2024-09-13T14:42:42.882 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:42:42.927 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:42.928 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:42.928 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:42:43.029 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:43.083 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:43.083 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:43.084 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:43.139 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:42:43.145 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:42:43.185 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:42:43.222 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:43.223 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:43.224 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:42:43.325 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:42:43.366 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:43.368 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:43.368 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:42:43.469 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:42:43.502 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:43.503 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:43.503 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:42:43.604 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:42:43.641 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:43.641 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:43.642 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:42:43.744 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:42:43.778 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:43.779 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:43.779 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:42:43.880 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:42:43.911 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:43.911 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:43.912 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:42:43.992 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:43 smithi071 ceph-mon[107477]: pgmap v1268: 89 pgs: 1 active+remapped+backfilling, 8 active+remapped+backfill_wait, 80 active+clean; 3.3 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 0 B/s wr, 701 op/s; 28735/160800 objects misplaced (17.870%); 7.9 MiB/s, 126 objects/s recovering 2024-09-13T14:42:43.993 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:43 smithi071 ceph-mon[112785]: pgmap v1268: 89 pgs: 1 active+remapped+backfilling, 8 active+remapped+backfill_wait, 80 active+clean; 3.3 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 0 B/s wr, 701 op/s; 28735/160800 objects misplaced (17.870%); 7.9 MiB/s, 126 objects/s recovering 2024-09-13T14:42:44.012 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:42:44.045 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:44.045 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:44.046 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:42:44.147 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:42:44.174 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:43 smithi104 ceph-mon[105578]: pgmap v1268: 89 pgs: 1 active+remapped+backfilling, 8 active+remapped+backfill_wait, 80 active+clean; 3.3 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 0 B/s wr, 701 op/s; 28735/160800 objects misplaced (17.870%); 7.9 MiB/s, 126 objects/s recovering 2024-09-13T14:42:44.185 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:44.186 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:44.186 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:42:44.288 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:44.325 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:44.326 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:44.327 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:44.427 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:42:44.459 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:44.460 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:44.460 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:42:44.561 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:44.594 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:44.595 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:44.595 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:44.696 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:42:44.740 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:44.743 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:44.743 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:42:44.844 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:42:44.877 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:44.878 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:44.878 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:42:44.980 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:42:45.023 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:45.023 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:45.024 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:42:45.125 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:42:45.155 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:45.156 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:45.156 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:42:45.257 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:42:45.296 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:45.296 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:45.296 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:42:45.397 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:45.451 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:45.452 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:45.452 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:45.553 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:42:45.614 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:45.615 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:45.616 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:42:45.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:45 smithi071 ceph-mon[107477]: pgmap v1269: 89 pgs: 1 active+remapped+backfilling, 8 active+remapped+backfill_wait, 80 active+clean; 3.2 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 0 B/s wr, 706 op/s; 28057/157251 objects misplaced (17.842%); 4.7 MiB/s, 74 objects/s recovering 2024-09-13T14:42:45.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:42:45.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:42:45.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:42:45.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:42:45.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:45 smithi071 ceph-mon[112785]: pgmap v1269: 89 pgs: 1 active+remapped+backfilling, 8 active+remapped+backfill_wait, 80 active+clean; 3.2 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 0 B/s wr, 706 op/s; 28057/157251 objects misplaced (17.842%); 4.7 MiB/s, 74 objects/s recovering 2024-09-13T14:42:45.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:42:45.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:42:45.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:42:45.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:42:45.717 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:42:45.762 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:45.763 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:45.763 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:42:45.864 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:42:45.898 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:45.898 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:45.899 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:42:45.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:45 smithi104 ceph-mon[105578]: pgmap v1269: 89 pgs: 1 active+remapped+backfilling, 8 active+remapped+backfill_wait, 80 active+clean; 3.2 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 0 B/s wr, 706 op/s; 28057/157251 objects misplaced (17.842%); 4.7 MiB/s, 74 objects/s recovering 2024-09-13T14:42:45.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:42:45.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:42:45.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:42:45.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:42:46.000 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:42:46.016 INFO:teuthology.orchestra.run.smithi071.stderr:no valid command found; 10 closest matches: 2024-09-13T14:42:46.016 INFO:teuthology.orchestra.run.smithi071.stderr:0 2024-09-13T14:42:46.017 INFO:teuthology.orchestra.run.smithi071.stderr:1 2024-09-13T14:42:46.017 INFO:teuthology.orchestra.run.smithi071.stderr:2 2024-09-13T14:42:46.017 INFO:teuthology.orchestra.run.smithi071.stderr:abort 2024-09-13T14:42:46.017 INFO:teuthology.orchestra.run.smithi071.stderr:assert 2024-09-13T14:42:46.017 INFO:teuthology.orchestra.run.smithi071.stderr:bench [] [] [] [] 2024-09-13T14:42:46.017 INFO:teuthology.orchestra.run.smithi071.stderr:bluefs debug_inject_read_zeros 2024-09-13T14:42:46.017 INFO:teuthology.orchestra.run.smithi071.stderr:bluefs files list 2024-09-13T14:42:46.017 INFO:teuthology.orchestra.run.smithi071.stderr:bluefs stats 2024-09-13T14:42:46.017 INFO:teuthology.orchestra.run.smithi071.stderr:bluestore allocator dump block 2024-09-13T14:42:46.017 INFO:teuthology.orchestra.run.smithi071.stderr:Error EINVAL: invalid command 2024-09-13T14:42:46.036 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:46.037 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:46.037 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:42:46.138 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:42:46.179 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:46.180 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:46.180 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:42:46.281 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:42:46.315 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:46.316 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:46.317 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:42:46.417 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:42:46.450 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:46.451 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:46.451 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:42:46.552 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:42:46.580 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:42:46.587 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:46.587 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:46.587 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:42:46.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:46 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:42:46.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:46 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:42:46.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:46 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:42:46.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:46 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:42:46.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:46 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:42:46.643 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:46 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:42:46.688 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:42:46.743 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:46.744 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:46.744 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:42:46.845 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:46.883 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:46.884 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:46.884 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:46.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:46 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:42:46.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:46 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:42:46.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:46 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:42:46.985 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:42:47.028 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:47.029 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:47.029 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:42:47.130 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:42:47.162 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:47.162 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:47.163 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:42:47.263 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:47.302 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:47.303 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:47.303 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:47.404 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:42:47.439 DEBUG:teuthology.orchestra.run:got remote process result: 22 2024-09-13T14:42:47.440 INFO:tasks.thrashosds.thrasher:Failed to trim stale osdmaps, ignoring 2024-09-13T14:42:47.440 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph tell osd.4 'trim stale osdmaps' 2024-09-13T14:42:47.442 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:47.443 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:47.443 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:42:47.544 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:42:47.575 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:47.576 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:47.576 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:42:47.677 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:42:47.708 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:47.709 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:47.709 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:42:47.810 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:42:47.853 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:47.854 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:47.854 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:42:47.870 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:42:47.955 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:42:47.992 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:47.993 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:47.993 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:42:48.094 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:42:48.132 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:48.133 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:48.133 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:42:48.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:47 smithi071 ceph-mon[107477]: pgmap v1270: 89 pgs: 1 active+remapped+backfilling, 8 active+remapped+backfill_wait, 80 active+clean; 3.0 GiB data, 11 GiB used, 705 GiB / 715 GiB avail; 0 B/s wr, 836 op/s; 26412/149724 objects misplaced (17.640%); 6.6 MiB/s, 106 objects/s recovering 2024-09-13T14:42:48.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:47 smithi071 ceph-mon[112785]: pgmap v1270: 89 pgs: 1 active+remapped+backfilling, 8 active+remapped+backfill_wait, 80 active+clean; 3.0 GiB data, 11 GiB used, 705 GiB / 715 GiB avail; 0 B/s wr, 836 op/s; 26412/149724 objects misplaced (17.640%); 6.6 MiB/s, 106 objects/s recovering 2024-09-13T14:42:48.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:47 smithi104 ceph-mon[105578]: pgmap v1270: 89 pgs: 1 active+remapped+backfilling, 8 active+remapped+backfill_wait, 80 active+clean; 3.0 GiB data, 11 GiB used, 705 GiB / 715 GiB avail; 0 B/s wr, 836 op/s; 26412/149724 objects misplaced (17.640%); 6.6 MiB/s, 106 objects/s recovering 2024-09-13T14:42:48.234 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:42:48.280 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:48.281 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:48.281 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:42:48.382 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:42:48.417 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:48.418 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:48.418 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:42:48.518 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:42:48.562 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:48.562 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:48.563 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:42:48.663 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:42:48.701 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:48.702 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:48.702 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:42:48.803 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:42:48.858 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:48.861 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:48.861 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:42:48.962 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:42:48.999 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:49.000 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:49.000 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:42:49.101 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:42:49.134 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:49.135 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:49.136 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:42:49.237 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:42:49.275 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:49.276 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:49.276 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:42:49.358 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:42:49.377 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:49.442 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:49.443 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:49.443 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:49.544 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:42:49.585 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:49.585 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:49.585 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:42:49.686 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:49.742 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:49.743 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:49.743 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:49.844 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:42:49.879 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:49.880 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:49.880 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:42:49.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:49 smithi071 ceph-mon[107477]: pgmap v1271: 89 pgs: 1 active+remapped+backfilling, 8 active+remapped+backfill_wait, 80 active+clean; 3.0 GiB data, 11 GiB used, 705 GiB / 715 GiB avail; 0 B/s wr, 682 op/s; 25900/147546 objects misplaced (17.554%); 4.3 MiB/s, 68 objects/s recovering 2024-09-13T14:42:49.890 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:49 smithi071 ceph-mon[112785]: pgmap v1271: 89 pgs: 1 active+remapped+backfilling, 8 active+remapped+backfill_wait, 80 active+clean; 3.0 GiB data, 11 GiB used, 705 GiB / 715 GiB avail; 0 B/s wr, 682 op/s; 25900/147546 objects misplaced (17.554%); 4.3 MiB/s, 68 objects/s recovering 2024-09-13T14:42:49.981 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:42:50.014 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:50.014 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:50.014 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:42:50.115 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:42:50.152 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:50.152 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:50.153 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:42:50.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:49 smithi104 ceph-mon[105578]: pgmap v1271: 89 pgs: 1 active+remapped+backfilling, 8 active+remapped+backfill_wait, 80 active+clean; 3.0 GiB data, 11 GiB used, 705 GiB / 715 GiB avail; 0 B/s wr, 682 op/s; 25900/147546 objects misplaced (17.554%); 4.3 MiB/s, 68 objects/s recovering 2024-09-13T14:42:50.254 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:42:50.289 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:50.289 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:50.290 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:42:50.391 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:42:50.434 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:50.435 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:50.435 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:42:50.536 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:50.573 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:50.574 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:50.574 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:50.675 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:42:50.734 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:50.734 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:50.735 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:42:50.835 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:42:50.866 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:50.866 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:50.867 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:42:50.968 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:42:51.012 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:51.013 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:51.013 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:42:51.114 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:42:51.152 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:51.153 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:51.153 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:42:51.254 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:42:51.296 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:51.297 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:51.297 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:42:51.398 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:42:51.443 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:51.444 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:51.444 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:42:51.545 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:51.578 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:51.578 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:51.579 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:51.680 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:42:51.710 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:51.711 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:51.712 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:42:51.733 INFO:teuthology.orchestra.run.smithi071.stderr:noscrub is set 2024-09-13T14:42:51.750 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:51 smithi071 ceph-mon[107477]: pgmap v1272: 89 pgs: 1 active+remapped+backfilling, 8 active+remapped+backfill_wait, 80 active+clean; 3.0 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 0 B/s wr, 670 op/s; 25634/146004 objects misplaced (17.557%); 4.3 MiB/s, 68 objects/s recovering 2024-09-13T14:42:51.750 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:51 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/819070199' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:42:51.750 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:51 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:42:51.751 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:51 smithi071 ceph-mon[112785]: pgmap v1272: 89 pgs: 1 active+remapped+backfilling, 8 active+remapped+backfill_wait, 80 active+clean; 3.0 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 0 B/s wr, 670 op/s; 25634/146004 objects misplaced (17.557%); 4.3 MiB/s, 68 objects/s recovering 2024-09-13T14:42:51.751 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:51 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/819070199' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:42:51.751 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:51 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:42:51.784 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T14:42:51.784 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:42:51.812 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:42:51.844 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:51.845 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:51.845 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:42:51.946 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:42:51.988 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:51.989 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:51.989 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:42:52.090 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:52.127 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:52.128 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:52.128 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:52.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:51 smithi104 ceph-mon[105578]: pgmap v1272: 89 pgs: 1 active+remapped+backfilling, 8 active+remapped+backfill_wait, 80 active+clean; 3.0 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 0 B/s wr, 670 op/s; 25634/146004 objects misplaced (17.557%); 4.3 MiB/s, 68 objects/s recovering 2024-09-13T14:42:52.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:51 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/819070199' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:42:52.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:51 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:42:52.229 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:42:52.269 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:52.270 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:52.270 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:42:52.371 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:42:52.404 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:52.405 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:52.405 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:42:52.506 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:42:52.558 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:52.559 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:52.559 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:42:52.660 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:42:52.695 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:52.696 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:52.696 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:42:52.797 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:42:52.822 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:52 smithi071 ceph-mon[107477]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:42:52.822 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:52 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T14:42:52.822 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:52 smithi071 ceph-mon[107477]: osdmap e1128: 8 total, 8 up, 8 in 2024-09-13T14:42:52.823 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:42:52 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:42:52] "GET /metrics HTTP/1.1" 200 36491 "" "Prometheus/2.51.0" 2024-09-13T14:42:52.823 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:52 smithi071 ceph-mon[112785]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:42:52.823 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:52 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T14:42:52.823 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:52 smithi071 ceph-mon[112785]: osdmap e1128: 8 total, 8 up, 8 in 2024-09-13T14:42:52.843 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:52.843 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:52.844 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:42:52.944 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:52.980 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:52.981 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:52.981 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:53.082 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:42:53.104 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:52 smithi104 ceph-mon[105578]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:42:53.104 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:52 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T14:42:53.104 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:52 smithi104 ceph-mon[105578]: osdmap e1128: 8 total, 8 up, 8 in 2024-09-13T14:42:53.123 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:53.124 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:53.124 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:42:53.225 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:42:53.262 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:53.263 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:53.263 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:42:53.315 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.2 dump_ops_in_flight 2024-09-13T14:42:53.364 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:42:53.395 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:53.396 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:53.396 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:42:53.497 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:42:53.549 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:53.550 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:53.550 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:42:53.651 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:42:53.687 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:53.688 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:53.688 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:42:53.789 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:42:53.830 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:53.831 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:53.831 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:42:53.932 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:42:53.986 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:53.986 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:53.987 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:42:53.996 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:53 smithi104 ceph-mon[105578]: pgmap v1274: 89 pgs: 1 active+remapped+backfilling, 8 active+remapped+backfill_wait, 80 active+clean; 2.8 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 0 B/s wr, 754 op/s; 23922/138165 objects misplaced (17.314%); 5.0 MiB/s, 80 objects/s recovering 2024-09-13T14:42:54.087 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:42:54.119 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:54.119 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:54.120 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:42:54.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:53 smithi071 ceph-mon[107477]: pgmap v1274: 89 pgs: 1 active+remapped+backfilling, 8 active+remapped+backfill_wait, 80 active+clean; 2.8 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 0 B/s wr, 754 op/s; 23922/138165 objects misplaced (17.314%); 5.0 MiB/s, 80 objects/s recovering 2024-09-13T14:42:54.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:53 smithi071 ceph-mon[112785]: pgmap v1274: 89 pgs: 1 active+remapped+backfilling, 8 active+remapped+backfill_wait, 80 active+clean; 2.8 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 0 B/s wr, 754 op/s; 23922/138165 objects misplaced (17.314%); 5.0 MiB/s, 80 objects/s recovering 2024-09-13T14:42:54.221 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:42:54.246 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:54.247 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:54.247 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:42:54.348 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:42:54.389 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:54.390 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:54.390 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:42:54.491 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:42:54.528 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:54.528 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:54.528 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:42:54.629 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:42:54.661 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:54.662 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:54.662 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:42:54.763 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:42:54.796 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:54.797 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:54.797 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:42:54.898 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:42:54.933 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:54.934 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:54.934 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:42:55.035 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:42:55.070 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:55.071 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:55.071 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:42:55.172 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:42:55.209 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:55.209 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:55.209 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:42:55.310 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:42:55.347 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:55.349 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:55.349 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:42:55.450 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:42:55.493 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:55.494 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:55.494 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:42:55.595 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:42:55.632 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:55.633 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:55.633 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:42:55.734 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:42:55.774 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:55.775 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:55.775 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:42:55.876 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:42:55.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:55 smithi071 ceph-mon[107477]: pgmap v1275: 89 pgs: 1 active+remapped+backfilling, 8 active+remapped+backfill_wait, 80 active+clean; 2.7 GiB data, 9.8 GiB used, 705 GiB / 715 GiB avail; 0 B/s wr, 752 op/s; 23222/134670 objects misplaced (17.244%); 5.0 MiB/s, 80 objects/s recovering 2024-09-13T14:42:55.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:55 smithi071 ceph-mon[112785]: pgmap v1275: 89 pgs: 1 active+remapped+backfilling, 8 active+remapped+backfill_wait, 80 active+clean; 2.7 GiB data, 9.8 GiB used, 705 GiB / 715 GiB avail; 0 B/s wr, 752 op/s; 23222/134670 objects misplaced (17.244%); 5.0 MiB/s, 80 objects/s recovering 2024-09-13T14:42:55.905 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:55.905 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:55.906 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:42:56.007 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:42:56.049 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:56.050 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:56.050 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:42:56.151 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:42:56.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:55 smithi104 ceph-mon[105578]: pgmap v1275: 89 pgs: 1 active+remapped+backfilling, 8 active+remapped+backfill_wait, 80 active+clean; 2.7 GiB data, 9.8 GiB used, 705 GiB / 715 GiB avail; 0 B/s wr, 752 op/s; 23222/134670 objects misplaced (17.244%); 5.0 MiB/s, 80 objects/s recovering 2024-09-13T14:42:56.185 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:56.185 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:56.185 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:42:56.286 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:42:56.322 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:56.323 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:56.323 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:42:56.424 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:42:56.465 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:56.465 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:56.465 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:42:56.567 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:42:56.603 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:56.604 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:56.604 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:42:56.706 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:42:56.733 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:56.734 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:56.735 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:42:56.788 INFO:teuthology.orchestra.run.smithi071.stderr:no valid command found; 10 closest matches: 2024-09-13T14:42:56.788 INFO:teuthology.orchestra.run.smithi071.stderr:0 2024-09-13T14:42:56.788 INFO:teuthology.orchestra.run.smithi071.stderr:1 2024-09-13T14:42:56.788 INFO:teuthology.orchestra.run.smithi071.stderr:2 2024-09-13T14:42:56.788 INFO:teuthology.orchestra.run.smithi071.stderr:abort 2024-09-13T14:42:56.788 INFO:teuthology.orchestra.run.smithi071.stderr:assert 2024-09-13T14:42:56.788 INFO:teuthology.orchestra.run.smithi071.stderr:bench [] [] [] [] 2024-09-13T14:42:56.789 INFO:teuthology.orchestra.run.smithi071.stderr:bluefs debug_inject_read_zeros 2024-09-13T14:42:56.789 INFO:teuthology.orchestra.run.smithi071.stderr:bluefs files list 2024-09-13T14:42:56.789 INFO:teuthology.orchestra.run.smithi071.stderr:bluefs stats 2024-09-13T14:42:56.789 INFO:teuthology.orchestra.run.smithi071.stderr:bluestore allocator dump block 2024-09-13T14:42:56.789 INFO:teuthology.orchestra.run.smithi071.stderr:Error EINVAL: invalid command 2024-09-13T14:42:56.795 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:42:56.836 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:42:56.872 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:56.873 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:56.873 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:42:56.974 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:42:57.006 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd set nodeep-scrub 2024-09-13T14:42:57.016 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:57.017 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:57.017 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:42:57.118 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:42:57.157 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:57.158 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:57.158 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:42:57.259 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:42:57.296 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:57.297 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:57.297 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:42:57.398 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:42:57.432 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:57.433 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:57.433 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:42:57.534 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:42:57.566 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:57.567 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:57.567 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:42:57.668 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:42:57.717 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:57.718 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:57.719 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:42:57.770 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:42:57.770 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:42:57.787 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:42:57.787 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:42:57.819 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:42:57.822 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:42:57.823 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:42:57.823 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:57 smithi071 ceph-mon[107477]: pgmap v1276: 89 pgs: 1 active+remapped+backfilling, 8 active+remapped+backfill_wait, 80 active+clean; 2.6 GiB data, 9.3 GiB used, 706 GiB / 715 GiB avail; 0 B/s wr, 769 op/s; 21549/126624 objects misplaced (17.018%); 5.1 MiB/s, 81 objects/s recovering 2024-09-13T14:42:57.823 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:57 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/4158478481' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:42:57.823 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:57 smithi071 ceph-mon[112785]: pgmap v1276: 89 pgs: 1 active+remapped+backfilling, 8 active+remapped+backfill_wait, 80 active+clean; 2.6 GiB data, 9.3 GiB used, 706 GiB / 715 GiB avail; 0 B/s wr, 769 op/s; 21549/126624 objects misplaced (17.018%); 5.1 MiB/s, 81 objects/s recovering 2024-09-13T14:42:57.823 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:57 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/4158478481' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:42:57.848 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:57.849 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:57.849 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:42:57.858 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:42:57.858 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:42:57.893 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:42:57.894 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:42:57.930 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:42:57.930 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:42:57.949 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:42:57.981 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:57.982 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:57.982 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:42:57.986 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T14:42:57.986 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T14:42:58.038 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:42:58.038 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:42:58.083 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:42:58.125 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:58.126 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:58.126 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:42:58.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:57 smithi104 ceph-mon[105578]: pgmap v1276: 89 pgs: 1 active+remapped+backfilling, 8 active+remapped+backfill_wait, 80 active+clean; 2.6 GiB data, 9.3 GiB used, 706 GiB / 715 GiB avail; 0 B/s wr, 769 op/s; 21549/126624 objects misplaced (17.018%); 5.1 MiB/s, 81 objects/s recovering 2024-09-13T14:42:58.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:57 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/4158478481' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:42:58.227 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:42:58.263 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:58.264 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:58.264 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:42:58.365 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:42:58.408 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:58.408 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:58.409 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:42:58.463 DEBUG:teuthology.orchestra.run:got remote process result: 22 2024-09-13T14:42:58.463 INFO:tasks.thrashosds.thrasher:Failed to trim stale osdmaps, ignoring 2024-09-13T14:42:58.464 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph tell osd.5 'trim stale osdmaps' 2024-09-13T14:42:58.509 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:58.553 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:58.554 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:58.554 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:58.655 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:42:58.702 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:58.704 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:58.704 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:42:58.805 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:42:58.841 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:58.842 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:58.842 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:42:58.943 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:42:58.987 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:58.988 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:58.988 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:42:59.089 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:42:59.121 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:59.122 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:59.123 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:42:59.223 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:42:59.257 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:59.257 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:59.258 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:42:59.358 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:42:59.386 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:59.386 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:59.387 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:42:59.487 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:42:59.528 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:59.529 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:59.529 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:42:59.630 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:42:59.672 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:59.672 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:42:59.672 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:42:59.773 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:42:59.808 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:59.809 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:59.809 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:42:59.910 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:42:59.951 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:42:59.951 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:42:59.952 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:43:00.052 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:43:00.082 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:59 smithi071 ceph-mon[107477]: pgmap v1277: 89 pgs: 1 active+remapped+backfilling, 8 active+remapped+backfill_wait, 80 active+clean; 2.5 GiB data, 9.2 GiB used, 706 GiB / 715 GiB avail; 0 B/s wr, 766 op/s; 21109/124533 objects misplaced (16.951%); 5.1 MiB/s, 81 objects/s recovering 2024-09-13T14:43:00.082 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:59 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:43:00.082 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:42:59 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:43:00.083 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:59 smithi071 ceph-mon[112785]: pgmap v1277: 89 pgs: 1 active+remapped+backfilling, 8 active+remapped+backfill_wait, 80 active+clean; 2.5 GiB data, 9.2 GiB used, 706 GiB / 715 GiB avail; 0 B/s wr, 766 op/s; 21109/124533 objects misplaced (16.951%); 5.1 MiB/s, 81 objects/s recovering 2024-09-13T14:43:00.083 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:59 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:43:00.083 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:42:59 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:43:00.084 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:00.084 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:00.084 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:43:00.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:59 smithi104 ceph-mon[105578]: pgmap v1277: 89 pgs: 1 active+remapped+backfilling, 8 active+remapped+backfill_wait, 80 active+clean; 2.5 GiB data, 9.2 GiB used, 706 GiB / 715 GiB avail; 0 B/s wr, 766 op/s; 21109/124533 objects misplaced (16.951%); 5.1 MiB/s, 81 objects/s recovering 2024-09-13T14:43:00.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:59 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:43:00.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:42:59 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:43:00.185 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:43:00.219 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:00.219 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:00.219 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:43:00.320 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:00.368 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:00.369 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:00.369 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:00.470 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:43:00.500 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:00.500 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:00.501 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:43:00.602 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:43:00.645 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:00.646 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:00.646 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:43:00.747 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:00.764 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:43:00.773 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:00.774 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:00.774 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:00.875 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:43:00.921 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:00.921 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:00.921 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:43:01.022 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:43:01.053 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:01.054 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:01.054 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:43:01.155 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:01.189 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:01.190 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:01.190 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:01.291 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:43:01.324 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:01.325 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:01.325 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:43:01.426 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:43:01.469 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:01.469 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:01.470 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:43:01.571 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:43:01.609 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:01.609 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:01.610 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:43:01.711 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:43:01.767 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:01.768 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:01.768 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:43:01.779 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:01 smithi071 ceph-mon[107477]: pgmap v1278: 89 pgs: 1 active+remapped+backfilling, 8 active+remapped+backfill_wait, 80 active+clean; 2.5 GiB data, 9.1 GiB used, 706 GiB / 715 GiB avail; 0 B/s wr, 761 op/s; 20887/123156 objects misplaced (16.960%); 5.1 MiB/s, 81 objects/s recovering 2024-09-13T14:43:01.782 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=false 2024-09-13T14:43:01.870 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:01.896 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:01.896 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:01.897 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:01.899 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:43:01.899 INFO:teuthology.orchestra.run.smithi071.stdout: "ops": [ 2024-09-13T14:43:01.899 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.899 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.34671.0:226766 6.2 e1129/1125 6:46bac226:::benchmark_data_smithi071_156503_object94772:head v 1129'14116, mlcod=1129'14114)", 2024-09-13T14:43:01.899 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:43:01.869427+0000", 2024-09-13T14:43:01.899 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.028024734999999999, 2024-09-13T14:43:01.899 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.028054094000000002, 2024-09-13T14:43:01.900 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:43:01.900 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:43:01.900 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "started", 2024-09-13T14:43:01.900 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:43:01.900 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.900 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:43:01.900 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.869427+0000", 2024-09-13T14:43:01.900 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:01.900 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.900 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.900 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:43:01.901 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.869427+0000", 2024-09-13T14:43:01.901 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:01.901 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.901 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.901 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:43:01.901 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.869427+0000", 2024-09-13T14:43:01.901 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.9500000000000002e-07 2024-09-13T14:43:01.901 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.901 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.901 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:43:01.901 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.869433+0000", 2024-09-13T14:43:01.901 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.4219999999999999e-06 2024-09-13T14:43:01.902 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.902 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.902 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:43:01.902 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.869441+0000", 2024-09-13T14:43:01.902 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.507e-06 2024-09-13T14:43:01.902 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.902 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.902 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:43:01.902 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.869447+0000", 2024-09-13T14:43:01.902 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.6930000000000004e-06 2024-09-13T14:43:01.902 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.902 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.902 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:43:01.903 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.882806+0000", 2024-09-13T14:43:01.903 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.013358666 2024-09-13T14:43:01.903 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.903 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.903 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:43:01.903 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.882829+0000", 2024-09-13T14:43:01.903 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.3731e-05 2024-09-13T14:43:01.903 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:01.903 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:43:01.903 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:01.903 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.903 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.903 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.34671.0:226767 6.e e1129/1091 6:79b84cec:::benchmark_data_smithi071_156503_object94773:head v 1129'14162, mlcod=1129'14159)", 2024-09-13T14:43:01.904 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:43:01.869464+0000", 2024-09-13T14:43:01.904 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.027987608000000001, 2024-09-13T14:43:01.904 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.028070411, 2024-09-13T14:43:01.904 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:43:01.904 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:43:01.904 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:43:01.904 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:43:01.904 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.904 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:43:01.904 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.869464+0000", 2024-09-13T14:43:01.904 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:01.904 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.905 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.905 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:43:01.905 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.869464+0000", 2024-09-13T14:43:01.905 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:01.905 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.905 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.905 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:43:01.905 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.869464+0000", 2024-09-13T14:43:01.905 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.7599999999999998e-07 2024-09-13T14:43:01.905 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.905 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.905 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:43:01.906 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.869467+0000", 2024-09-13T14:43:01.906 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.3730000000000001e-06 2024-09-13T14:43:01.906 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.906 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.906 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:43:01.906 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.869474+0000", 2024-09-13T14:43:01.906 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.3210000000000001e-06 2024-09-13T14:43:01.906 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.906 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.906 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:43:01.906 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.869478+0000", 2024-09-13T14:43:01.906 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.3980000000000001e-06 2024-09-13T14:43:01.907 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.907 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.907 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:43:01.907 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.872819+0000", 2024-09-13T14:43:01.907 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0033411420000000001 2024-09-13T14:43:01.907 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.907 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.907 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:43:01.907 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.872841+0000", 2024-09-13T14:43:01.907 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.1733999999999999e-05 2024-09-13T14:43:01.907 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.907 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.907 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:43:01.908 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.889544+0000", 2024-09-13T14:43:01.908 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.01670255 2024-09-13T14:43:01.908 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:01.908 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:43:01.908 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:01.908 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.908 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.908 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.34671.0:226768 6.2 e1129/1125)", 2024-09-13T14:43:01.908 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:43:01.869490+0000", 2024-09-13T14:43:01.908 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.027961362999999999, 2024-09-13T14:43:01.908 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.028092451000000001, 2024-09-13T14:43:01.908 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:43:01.908 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:43:01.909 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "queued for pg", 2024-09-13T14:43:01.909 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:43:01.909 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.909 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:43:01.909 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.869490+0000", 2024-09-13T14:43:01.909 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:01.909 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.909 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.909 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:43:01.909 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.869490+0000", 2024-09-13T14:43:01.909 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:01.909 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.909 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.909 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:43:01.910 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.869490+0000", 2024-09-13T14:43:01.910 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.8199999999999999e-07 2024-09-13T14:43:01.910 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.910 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.910 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:43:01.910 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.869498+0000", 2024-09-13T14:43:01.910 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.2699999999999999e-06 2024-09-13T14:43:01.910 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.910 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.910 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:43:01.910 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.872755+0000", 2024-09-13T14:43:01.910 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0032578469999999999 2024-09-13T14:43:01.910 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.910 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.911 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:43:01.911 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.872768+0000", 2024-09-13T14:43:01.911 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2437e-05 2024-09-13T14:43:01.911 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:01.911 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:43:01.911 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:01.911 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.911 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.911 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.34671.0:226771 6.2 e1129/1125)", 2024-09-13T14:43:01.911 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:43:01.882673+0000", 2024-09-13T14:43:01.911 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.014778704, 2024-09-13T14:43:01.911 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.014944713, 2024-09-13T14:43:01.911 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:43:01.911 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:43:01.912 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "queued for pg", 2024-09-13T14:43:01.912 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:43:01.912 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.912 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:43:01.912 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.882673+0000", 2024-09-13T14:43:01.912 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:01.912 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.912 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.912 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:43:01.912 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.882673+0000", 2024-09-13T14:43:01.912 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:01.912 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.912 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.912 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:43:01.913 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.882673+0000", 2024-09-13T14:43:01.913 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.6100000000000001e-07 2024-09-13T14:43:01.913 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.913 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.913 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:43:01.913 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.882680+0000", 2024-09-13T14:43:01.913 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.3149999999999997e-06 2024-09-13T14:43:01.913 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.913 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.913 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:43:01.913 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.882689+0000", 2024-09-13T14:43:01.913 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.1439999999999992e-06 2024-09-13T14:43:01.913 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.913 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.914 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:43:01.914 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.882695+0000", 2024-09-13T14:43:01.914 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.3300000000000004e-06 2024-09-13T14:43:01.914 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:01.914 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:43:01.914 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:01.914 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.914 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.914 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.34671.0:226775 6.5 e1129/1117 6:a20621b9:::benchmark_data_smithi071_156503_object94781:head v 1129'14028, mlcod=1129'14026)", 2024-09-13T14:43:01.914 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:43:01.889041+0000", 2024-09-13T14:43:01.915 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.0084108889999999995, 2024-09-13T14:43:01.915 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.008616126, 2024-09-13T14:43:01.915 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:43:01.915 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:43:01.915 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "started", 2024-09-13T14:43:01.915 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:43:01.915 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.915 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:43:01.915 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.889041+0000", 2024-09-13T14:43:01.916 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:01.916 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.916 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.916 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:43:01.916 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.889041+0000", 2024-09-13T14:43:01.916 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:01.916 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.916 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.916 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:43:01.916 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.889042+0000", 2024-09-13T14:43:01.916 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0449999999999999e-06 2024-09-13T14:43:01.916 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.916 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.917 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:43:01.917 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.889049+0000", 2024-09-13T14:43:01.917 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.8949999999999998e-06 2024-09-13T14:43:01.917 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.917 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.917 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:43:01.917 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.889075+0000", 2024-09-13T14:43:01.917 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.5534e-05 2024-09-13T14:43:01.917 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.917 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.917 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:43:01.917 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.889083+0000", 2024-09-13T14:43:01.917 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.9670000000000001e-06 2024-09-13T14:43:01.918 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.918 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.918 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:43:01.918 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.894733+0000", 2024-09-13T14:43:01.918 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0056501779999999996 2024-09-13T14:43:01.918 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.918 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.918 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:43:01.918 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.894835+0000", 2024-09-13T14:43:01.918 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00010146500000000001 2024-09-13T14:43:01.918 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:01.918 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:43:01.918 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:01.919 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.919 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.919 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.34671.0:226776 6.8 e1129/1117 6:15ff0686:::benchmark_data_smithi071_156503_object94782:head v 1129'14300, mlcod=1129'14298)", 2024-09-13T14:43:01.919 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:43:01.889106+0000", 2024-09-13T14:43:01.919 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.0083454180000000003, 2024-09-13T14:43:01.919 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0086040960000000003, 2024-09-13T14:43:01.919 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:43:01.919 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:43:01.919 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "started", 2024-09-13T14:43:01.919 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:43:01.919 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.919 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:43:01.919 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.889106+0000", 2024-09-13T14:43:01.920 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:01.920 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.920 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.920 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:43:01.920 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.889106+0000", 2024-09-13T14:43:01.920 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:01.920 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.920 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.920 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:43:01.920 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.889106+0000", 2024-09-13T14:43:01.920 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.2800000000000003e-07 2024-09-13T14:43:01.920 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.920 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.921 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:43:01.921 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.889110+0000", 2024-09-13T14:43:01.921 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.8e-06 2024-09-13T14:43:01.921 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.921 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.921 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:43:01.921 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.889117+0000", 2024-09-13T14:43:01.921 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.5740000000000001e-06 2024-09-13T14:43:01.921 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.921 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.921 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:43:01.921 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.889122+0000", 2024-09-13T14:43:01.922 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.865e-06 2024-09-13T14:43:01.922 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.922 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.922 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:43:01.922 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.889481+0000", 2024-09-13T14:43:01.922 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00035933900000000002 2024-09-13T14:43:01.922 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.922 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.922 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:43:01.922 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.889523+0000", 2024-09-13T14:43:01.922 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.2525999999999999e-05 2024-09-13T14:43:01.922 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:01.922 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:43:01.922 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:01.923 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.923 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.923 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.34671.0:226769 6.0 e1129/1117 6:01f0da54:::benchmark_data_smithi071_156503_object94775:head v 1129'14187, mlcod=1128'14183)", 2024-09-13T14:43:01.923 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:43:01.889240+0000", 2024-09-13T14:43:01.923 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.0082113930000000009, 2024-09-13T14:43:01.923 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0085167030000000005, 2024-09-13T14:43:01.923 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:43:01.923 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:43:01.923 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "started", 2024-09-13T14:43:01.923 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:43:01.923 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.923 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:43:01.923 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.889240+0000", 2024-09-13T14:43:01.924 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:01.924 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.924 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.924 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:43:01.924 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.889240+0000", 2024-09-13T14:43:01.924 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:01.924 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.924 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.924 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:43:01.924 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.889241+0000", 2024-09-13T14:43:01.924 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.9999999999999996e-07 2024-09-13T14:43:01.924 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.925 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.925 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:43:01.925 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.889247+0000", 2024-09-13T14:43:01.925 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.2600000000000002e-06 2024-09-13T14:43:01.925 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.925 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.925 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:43:01.925 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.889258+0000", 2024-09-13T14:43:01.925 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1253999999999999e-05 2024-09-13T14:43:01.925 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.925 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.925 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:43:01.925 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.889266+0000", 2024-09-13T14:43:01.926 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.2570000000000001e-06 2024-09-13T14:43:01.926 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.926 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.926 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:43:01.926 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.889597+0000", 2024-09-13T14:43:01.926 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00033175400000000002 2024-09-13T14:43:01.926 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.926 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.926 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:43:01.926 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.889619+0000", 2024-09-13T14:43:01.926 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.1203e-05 2024-09-13T14:43:01.926 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:01.926 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:43:01.926 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:01.927 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.927 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.927 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:226781 6.f 6.606a9c9f (undecoded) ondisk+write+known_if_redirected+supports_pool_eio e1129)", 2024-09-13T14:43:01.927 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:43:01.894744+0000", 2024-09-13T14:43:01.927 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.0027078760000000001, 2024-09-13T14:43:01.927 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0030595330000000001, 2024-09-13T14:43:01.927 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:43:01.927 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:43:01.927 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "queued for pg", 2024-09-13T14:43:01.927 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:43:01.927 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:43:01.927 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:43:01.927 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 226781 2024-09-13T14:43:01.928 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.928 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:43:01.928 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.928 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:43:01.928 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.894744+0000", 2024-09-13T14:43:01.928 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:01.928 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.928 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.928 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:43:01.928 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.894744+0000", 2024-09-13T14:43:01.928 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:01.928 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.928 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.929 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:43:01.929 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.894745+0000", 2024-09-13T14:43:01.929 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.939e-06 2024-09-13T14:43:01.929 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.929 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.929 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:43:01.929 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.894751+0000", 2024-09-13T14:43:01.929 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.8270000000000003e-06 2024-09-13T14:43:01.929 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.929 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.929 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:43:01.929 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.894763+0000", 2024-09-13T14:43:01.930 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1499e-05 2024-09-13T14:43:01.930 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.930 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.930 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:43:01.930 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.894772+0000", 2024-09-13T14:43:01.930 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.2769999999999994e-06 2024-09-13T14:43:01.930 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:01.930 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:43:01.930 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:01.930 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.930 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.930 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.34671.0:226783 6.2 e1129/1125)", 2024-09-13T14:43:01.930 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:43:01.895663+0000", 2024-09-13T14:43:01.931 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.001788577, 2024-09-13T14:43:01.931 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0021848089999999998, 2024-09-13T14:43:01.931 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:43:01.931 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:43:01.931 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "queued for pg", 2024-09-13T14:43:01.931 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:43:01.931 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.931 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:43:01.931 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.895663+0000", 2024-09-13T14:43:01.931 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:01.931 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.931 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.931 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:43:01.931 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.895663+0000", 2024-09-13T14:43:01.932 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:01.932 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.932 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.932 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:43:01.932 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.895664+0000", 2024-09-13T14:43:01.932 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.0999999999999997e-07 2024-09-13T14:43:01.932 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.932 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.932 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:43:01.932 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.895669+0000", 2024-09-13T14:43:01.932 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.4909999999999996e-06 2024-09-13T14:43:01.932 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.932 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.933 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:43:01.933 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.895680+0000", 2024-09-13T14:43:01.933 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0518e-05 2024-09-13T14:43:01.933 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:01.933 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:01.933 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:43:01.933 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.895687+0000", 2024-09-13T14:43:01.933 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.8519999999999998e-06 2024-09-13T14:43:01.933 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:01.933 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:43:01.933 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:01.933 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:01.933 INFO:teuthology.orchestra.run.smithi071.stdout: ], 2024-09-13T14:43:01.933 INFO:teuthology.orchestra.run.smithi071.stdout: "num_ops": 9 2024-09-13T14:43:01.934 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:43:01.998 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:02.026 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:02.027 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:02.027 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:02.063 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:01 smithi071 ceph-mon[112785]: pgmap v1278: 89 pgs: 1 active+remapped+backfilling, 8 active+remapped+backfill_wait, 80 active+clean; 2.5 GiB data, 9.1 GiB used, 706 GiB / 715 GiB avail; 0 B/s wr, 761 op/s; 20887/123156 objects misplaced (16.960%); 5.1 MiB/s, 81 objects/s recovering 2024-09-13T14:43:02.128 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:43:02.155 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:02.156 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:02.156 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:43:02.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:01 smithi104 ceph-mon[105578]: pgmap v1278: 89 pgs: 1 active+remapped+backfilling, 8 active+remapped+backfill_wait, 80 active+clean; 2.5 GiB data, 9.1 GiB used, 706 GiB / 715 GiB avail; 0 B/s wr, 761 op/s; 20887/123156 objects misplaced (16.960%); 5.1 MiB/s, 81 objects/s recovering 2024-09-13T14:43:02.257 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:02.281 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:02.281 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:02.281 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:02.382 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:43:02.405 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:02.406 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:02.406 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:43:02.507 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:43:02.529 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:02.530 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:02.530 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:43:02.631 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:43:02.654 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:02.654 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:02.655 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:43:02.755 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:43:02.779 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:02.779 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:02.780 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:43:02.881 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:43:02.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:02 smithi071 ceph-mon[107477]: osdmap e1129: 8 total, 8 up, 8 in 2024-09-13T14:43:02.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:02 smithi071 ceph-mon[112785]: osdmap e1129: 8 total, 8 up, 8 in 2024-09-13T14:43:02.891 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:43:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:43:02] "GET /metrics HTTP/1.1" 200 36483 "" "Prometheus/2.51.0" 2024-09-13T14:43:02.916 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:02.916 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:02.917 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:43:03.018 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:03.057 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:03.058 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:03.058 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:03.066 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.2 dump_blocked_ops 2024-09-13T14:43:03.159 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:03.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:02 smithi104 ceph-mon[105578]: osdmap e1129: 8 total, 8 up, 8 in 2024-09-13T14:43:03.205 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:03.205 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:03.205 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:03.306 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:03.347 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:03.348 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:03.348 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:03.449 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:03.485 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:03.485 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:03.486 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:03.587 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:43:03.632 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:03.632 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:03.632 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:43:03.733 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:43:03.760 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:03.761 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:03.761 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:43:03.828 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:43:03.843 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:43:03.862 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:43:03.896 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:03.897 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:03.897 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:43:03.906 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:03 smithi071 ceph-mon[107477]: pgmap v1280: 89 pgs: 1 active+remapped+backfilling, 8 active+remapped+backfill_wait, 80 active+clean; 2.3 GiB data, 8.6 GiB used, 707 GiB / 715 GiB avail; 0 B/s wr, 757 op/s; 19239/115419 objects misplaced (16.669%); 5.1 MiB/s, 82 objects/s recovering 2024-09-13T14:43:03.906 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:03 smithi071 ceph-mon[107477]: osdmap e1130: 8 total, 8 up, 8 in 2024-09-13T14:43:03.906 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:03 smithi071 ceph-mon[112785]: pgmap v1280: 89 pgs: 1 active+remapped+backfilling, 8 active+remapped+backfill_wait, 80 active+clean; 2.3 GiB data, 8.6 GiB used, 707 GiB / 715 GiB avail; 0 B/s wr, 757 op/s; 19239/115419 objects misplaced (16.669%); 5.1 MiB/s, 82 objects/s recovering 2024-09-13T14:43:03.906 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:03 smithi071 ceph-mon[112785]: osdmap e1130: 8 total, 8 up, 8 in 2024-09-13T14:43:03.998 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:43:04.031 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:04.032 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:04.032 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:43:04.081 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:43:04.132 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:04.157 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:04.158 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:04.158 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:04.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:03 smithi104 ceph-mon[105578]: pgmap v1280: 89 pgs: 1 active+remapped+backfilling, 8 active+remapped+backfill_wait, 80 active+clean; 2.3 GiB data, 8.6 GiB used, 707 GiB / 715 GiB avail; 0 B/s wr, 757 op/s; 19239/115419 objects misplaced (16.669%); 5.1 MiB/s, 82 objects/s recovering 2024-09-13T14:43:04.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:03 smithi104 ceph-mon[105578]: osdmap e1130: 8 total, 8 up, 8 in 2024-09-13T14:43:04.259 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:43:04.306 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:04.306 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:04.306 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:43:04.407 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:04.437 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:04.437 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:04.437 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:04.538 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:43:04.578 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:04.579 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:04.579 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:43:04.680 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:04.721 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:04.722 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:04.722 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:04.823 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:43:04.860 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:04.860 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:04.861 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:43:04.961 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:43:05.004 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:05.004 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:05.005 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:43:05.105 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:43:05.140 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:05.140 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:05.141 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:43:05.242 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:43:05.271 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:05.272 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:05.273 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:43:05.373 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:43:05.421 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:05.422 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:05.422 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:43:05.523 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:43:05.563 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:05.564 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:05.564 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:43:05.665 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:43:05.702 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:05.703 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:05.703 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:43:05.804 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:43:05.816 INFO:teuthology.orchestra.run.smithi071.stderr:nodeep-scrub is set 2024-09-13T14:43:05.850 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:05.850 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:05.850 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:43:05.951 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:43:05.991 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:05.992 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:05.992 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:43:06.053 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:05 smithi071 ceph-mon[112785]: pgmap v1282: 89 pgs: 1 active+remapped+backfilling, 7 active+remapped+backfill_wait, 81 active+clean; 2.3 GiB data, 8.5 GiB used, 707 GiB / 715 GiB avail; 0 B/s wr, 597 op/s; 18141/112269 objects misplaced (16.159%); 7.5 MiB/s, 119 objects/s recovering 2024-09-13T14:43:06.053 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:05 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2029996431' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:43:06.053 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:05 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:43:06.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:05 smithi071 ceph-mon[107477]: pgmap v1282: 89 pgs: 1 active+remapped+backfilling, 7 active+remapped+backfill_wait, 81 active+clean; 2.3 GiB data, 8.5 GiB used, 707 GiB / 715 GiB avail; 0 B/s wr, 597 op/s; 18141/112269 objects misplaced (16.159%); 7.5 MiB/s, 119 objects/s recovering 2024-09-13T14:43:06.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:05 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2029996431' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:43:06.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:05 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:43:06.093 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:06.132 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:06.132 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:06.133 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:06.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:05 smithi104 ceph-mon[105578]: pgmap v1282: 89 pgs: 1 active+remapped+backfilling, 7 active+remapped+backfill_wait, 81 active+clean; 2.3 GiB data, 8.5 GiB used, 707 GiB / 715 GiB avail; 0 B/s wr, 597 op/s; 18141/112269 objects misplaced (16.159%); 7.5 MiB/s, 119 objects/s recovering 2024-09-13T14:43:06.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:05 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2029996431' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:43:06.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:05 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:43:06.233 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:43:06.271 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:06.271 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:06.272 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:43:06.374 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:43:06.412 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:06.413 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:06.413 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:43:06.514 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:43:06.555 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:06.556 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:06.556 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:43:06.657 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:06.694 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:06.695 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:06.695 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:06.796 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:06.841 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:06.842 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:06.842 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:06.943 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:43:06.979 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:06.980 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:06.981 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:43:07.075 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:06 smithi071 ceph-mon[112785]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:43:07.075 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:06 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T14:43:07.075 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:06 smithi071 ceph-mon[112785]: osdmap e1131: 8 total, 8 up, 8 in 2024-09-13T14:43:07.075 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:06 smithi071 ceph-mon[107477]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:43:07.075 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:06 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T14:43:07.075 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:06 smithi071 ceph-mon[107477]: osdmap e1131: 8 total, 8 up, 8 in 2024-09-13T14:43:07.082 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:43:07.125 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:07.126 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:07.126 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:43:07.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:06 smithi104 ceph-mon[105578]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:43:07.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:06 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T14:43:07.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:06 smithi104 ceph-mon[105578]: osdmap e1131: 8 total, 8 up, 8 in 2024-09-13T14:43:07.226 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:43:07.261 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:07.262 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:07.262 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:43:07.363 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:43:07.395 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:07.396 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:07.397 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:43:07.497 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:07.530 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:07.531 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:07.532 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:07.632 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:43:07.674 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:07.675 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:07.675 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:43:07.776 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:43:07.811 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:07.811 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:07.812 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:43:07.913 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:43:07.948 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:07.949 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:07.949 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:43:08.050 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:43:08.085 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:08.086 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:08.086 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:43:08.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:07 smithi071 ceph-mon[107477]: pgmap v1284: 89 pgs: 1 active+remapped+backfilling, 7 active+remapped+backfill_wait, 81 active+clean; 2.2 GiB data, 7.9 GiB used, 707 GiB / 715 GiB avail; 0 B/s wr, 927 op/s; 17185/106455 objects misplaced (16.143%); 10 MiB/s, 159 objects/s recovering 2024-09-13T14:43:08.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:07 smithi071 ceph-mon[112785]: pgmap v1284: 89 pgs: 1 active+remapped+backfilling, 7 active+remapped+backfill_wait, 81 active+clean; 2.2 GiB data, 7.9 GiB used, 707 GiB / 715 GiB avail; 0 B/s wr, 927 op/s; 17185/106455 objects misplaced (16.143%); 10 MiB/s, 159 objects/s recovering 2024-09-13T14:43:08.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:07 smithi104 ceph-mon[105578]: pgmap v1284: 89 pgs: 1 active+remapped+backfilling, 7 active+remapped+backfill_wait, 81 active+clean; 2.2 GiB data, 7.9 GiB used, 707 GiB / 715 GiB avail; 0 B/s wr, 927 op/s; 17185/106455 objects misplaced (16.143%); 10 MiB/s, 159 objects/s recovering 2024-09-13T14:43:08.187 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:08.216 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:08.217 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:08.217 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:08.318 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:43:08.357 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:08.357 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:08.357 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:43:08.458 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:08.498 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:08.499 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:08.499 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:08.600 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:43:08.638 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:08.639 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:08.639 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:43:08.740 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:08.823 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:08.823 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:08.824 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:08.854 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd unset noscrub 2024-09-13T14:43:08.925 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:43:08.958 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:08.959 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:08.959 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:43:09.060 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:43:09.107 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:09.107 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:09.107 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:43:09.208 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:43:09.249 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:09.249 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:09.249 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:43:09.350 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:43:09.385 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:09.386 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:09.386 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:43:09.487 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:43:09.527 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:09.528 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:09.528 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:43:09.629 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:43:09.670 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:09.670 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:09.670 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:43:09.771 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:09.797 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:09.798 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:09.799 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:09.900 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:43:09.947 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:09.948 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:09.948 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:43:10.030 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:09 smithi071 ceph-mon[107477]: pgmap v1285: 89 pgs: 1 active+remapped+backfilling, 7 active+remapped+backfill_wait, 81 active+clean; 2.1 GiB data, 7.8 GiB used, 707 GiB / 715 GiB avail; 0 B/s wr, 595 op/s; 16443/103455 objects misplaced (15.894%); 8.1 MiB/s, 129 objects/s recovering 2024-09-13T14:43:10.031 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:09 smithi071 ceph-mon[112785]: pgmap v1285: 89 pgs: 1 active+remapped+backfilling, 7 active+remapped+backfill_wait, 81 active+clean; 2.1 GiB data, 7.8 GiB used, 707 GiB / 715 GiB avail; 0 B/s wr, 595 op/s; 16443/103455 objects misplaced (15.894%); 8.1 MiB/s, 129 objects/s recovering 2024-09-13T14:43:10.049 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:10.093 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:10.093 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:10.094 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:10.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:09 smithi104 ceph-mon[105578]: pgmap v1285: 89 pgs: 1 active+remapped+backfilling, 7 active+remapped+backfill_wait, 81 active+clean; 2.1 GiB data, 7.8 GiB used, 707 GiB / 715 GiB avail; 0 B/s wr, 595 op/s; 16443/103455 objects misplaced (15.894%); 8.1 MiB/s, 129 objects/s recovering 2024-09-13T14:43:10.195 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:43:10.232 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:10.233 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:10.233 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:43:10.334 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:43:10.360 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:10.361 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:10.361 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:43:10.462 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:43:10.486 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:10.487 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:10.487 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:43:10.497 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:43:10.497 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:43:10.521 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:43:10.521 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:43:10.563 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:43:10.563 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:43:10.588 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:43:10.595 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:43:10.595 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:43:10.630 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:43:10.631 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:43:10.632 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:10.633 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:10.633 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:43:10.672 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:43:10.672 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:43:10.710 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T14:43:10.710 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T14:43:10.734 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:43:10.748 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:43:10.748 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:43:10.759 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:10.759 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:10.760 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:43:10.788 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T14:43:10.788 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:43:10.861 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:43:10.914 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:10.915 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:10.915 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:43:11.016 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:11.057 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:11.058 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:11.058 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:11.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:10 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2082109829' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:43:11.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:10 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2082109829' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:43:11.159 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:11.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:10 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2082109829' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:43:11.193 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:11.193 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:11.194 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:11.294 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:43:11.328 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:11.328 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:11.329 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:43:11.429 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:11.450 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:11.451 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:11.452 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:11.552 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:43:11.590 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:11.591 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:11.591 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:43:11.692 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:43:11.731 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:11.731 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:11.731 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:43:11.832 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:43:11.873 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:11.874 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:11.874 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:43:11.975 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:43:12.005 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:12.006 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:12.006 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:43:12.107 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:43:12.130 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:12.131 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:12.131 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:43:12.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:11 smithi071 ceph-mon[107477]: pgmap v1286: 89 pgs: 1 active+remapped+backfilling, 7 active+remapped+backfill_wait, 81 active+clean; 2.1 GiB data, 7.8 GiB used, 707 GiB / 715 GiB avail; 0 B/s wr, 556 op/s; 16179/102057 objects misplaced (15.853%); 6.8 MiB/s, 108 objects/s recovering 2024-09-13T14:43:12.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:11 smithi071 ceph-mon[112785]: pgmap v1286: 89 pgs: 1 active+remapped+backfilling, 7 active+remapped+backfill_wait, 81 active+clean; 2.1 GiB data, 7.8 GiB used, 707 GiB / 715 GiB avail; 0 B/s wr, 556 op/s; 16179/102057 objects misplaced (15.853%); 6.8 MiB/s, 108 objects/s recovering 2024-09-13T14:43:12.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:11 smithi104 ceph-mon[105578]: pgmap v1286: 89 pgs: 1 active+remapped+backfilling, 7 active+remapped+backfill_wait, 81 active+clean; 2.1 GiB data, 7.8 GiB used, 707 GiB / 715 GiB avail; 0 B/s wr, 556 op/s; 16179/102057 objects misplaced (15.853%); 6.8 MiB/s, 108 objects/s recovering 2024-09-13T14:43:12.233 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:43:12.266 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:12.267 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:12.268 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:43:12.368 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:12.410 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:12.410 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:12.411 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:12.511 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:43:12.548 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:12.549 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:12.549 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:43:12.650 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:43:12.687 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:12.688 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:12.688 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:43:12.789 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:43:12.827 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:12.828 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:12.828 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:43:12.929 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:43:12.970 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:12.971 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:12.971 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:43:13.072 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:13.113 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:13.114 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:13.114 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:13.140 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:43:12 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:43:12] "GET /metrics HTTP/1.1" 200 36483 "" "Prometheus/2.51.0" 2024-09-13T14:43:13.215 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:13.249 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:13.250 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:13.251 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:13.324 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.2 dump_historic_ops 2024-09-13T14:43:13.352 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:43:13.375 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:43:13.380 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:13.381 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:13.381 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:43:13.482 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:43:13.508 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:13.508 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:13.509 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:43:13.610 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:43:13.642 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:13.643 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:13.644 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:43:13.744 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:43:13.773 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:13.774 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:13.774 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:43:13.875 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:13.916 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:13.917 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:13.917 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:14.018 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:14.052 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:14.053 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:14.053 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:14.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:13 smithi071 ceph-mon[112785]: pgmap v1287: 89 pgs: 1 active+remapped+backfilling, 7 active+remapped+backfill_wait, 81 active+clean; 1.9 GiB data, 7.3 GiB used, 708 GiB / 715 GiB avail; 0 B/s wr, 712 op/s; 14943/94707 objects misplaced (15.778%); 5.6 MiB/s, 89 objects/s recovering 2024-09-13T14:43:14.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:13 smithi071 ceph-mon[107477]: pgmap v1287: 89 pgs: 1 active+remapped+backfilling, 7 active+remapped+backfill_wait, 81 active+clean; 1.9 GiB data, 7.3 GiB used, 708 GiB / 715 GiB avail; 0 B/s wr, 712 op/s; 14943/94707 objects misplaced (15.778%); 5.6 MiB/s, 89 objects/s recovering 2024-09-13T14:43:14.154 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:43:14.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:13 smithi104 ceph-mon[105578]: pgmap v1287: 89 pgs: 1 active+remapped+backfilling, 7 active+remapped+backfill_wait, 81 active+clean; 1.9 GiB data, 7.3 GiB used, 708 GiB / 715 GiB avail; 0 B/s wr, 712 op/s; 14943/94707 objects misplaced (15.778%); 5.6 MiB/s, 89 objects/s recovering 2024-09-13T14:43:14.208 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:14.209 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:14.209 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:43:14.255 INFO:teuthology.orchestra.run.smithi071.stderr:no valid command found; 10 closest matches: 2024-09-13T14:43:14.255 INFO:teuthology.orchestra.run.smithi071.stderr:0 2024-09-13T14:43:14.256 INFO:teuthology.orchestra.run.smithi071.stderr:1 2024-09-13T14:43:14.256 INFO:teuthology.orchestra.run.smithi071.stderr:2 2024-09-13T14:43:14.256 INFO:teuthology.orchestra.run.smithi071.stderr:abort 2024-09-13T14:43:14.256 INFO:teuthology.orchestra.run.smithi071.stderr:assert 2024-09-13T14:43:14.256 INFO:teuthology.orchestra.run.smithi071.stderr:bench [] [] [] [] 2024-09-13T14:43:14.256 INFO:teuthology.orchestra.run.smithi071.stderr:bluefs debug_inject_read_zeros 2024-09-13T14:43:14.256 INFO:teuthology.orchestra.run.smithi071.stderr:bluefs files list 2024-09-13T14:43:14.256 INFO:teuthology.orchestra.run.smithi071.stderr:bluefs stats 2024-09-13T14:43:14.256 INFO:teuthology.orchestra.run.smithi071.stderr:bluestore allocator dump block 2024-09-13T14:43:14.256 INFO:teuthology.orchestra.run.smithi071.stderr:Error EINVAL: invalid command 2024-09-13T14:43:14.310 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:43:14.348 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:14.349 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:14.349 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:43:14.451 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:43:14.481 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:14.481 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:14.482 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:43:14.583 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:43:14.622 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:14.622 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:14.623 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:43:14.723 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:43:14.754 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:14.755 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:14.755 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:43:14.856 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:43:14.900 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:14.901 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:14.901 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:43:15.002 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:15.036 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:15.036 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:15.037 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:15.137 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:15.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:14 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:43:15.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:14 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:43:15.171 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:15.172 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:15.172 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:15.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:14 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:43:15.273 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:43:15.317 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:15.317 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:15.317 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:43:15.419 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:43:15.451 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:15.451 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:15.452 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:43:15.553 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:43:15.574 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:15.575 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:15.576 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:43:15.677 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:43:15.719 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:15.719 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:15.720 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:43:15.820 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:43:15.857 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:15.858 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:15.858 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:43:15.959 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:15.995 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:15.996 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:15.996 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:16.086 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=true 2024-09-13T14:43:16.097 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:43:16.117 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:15 smithi071 ceph-mon[107477]: pgmap v1288: 89 pgs: 1 active+remapped+backfilling, 7 active+remapped+backfill_wait, 81 active+clean; 1.8 GiB data, 7.1 GiB used, 708 GiB / 715 GiB avail; 0 B/s wr, 727 op/s; 14005/90426 objects misplaced (15.488%); 4.2 MiB/s, 67 objects/s recovering 2024-09-13T14:43:16.118 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:15 smithi071 ceph-mon[112785]: pgmap v1288: 89 pgs: 1 active+remapped+backfilling, 7 active+remapped+backfill_wait, 81 active+clean; 1.8 GiB data, 7.1 GiB used, 708 GiB / 715 GiB avail; 0 B/s wr, 727 op/s; 14005/90426 objects misplaced (15.488%); 4.2 MiB/s, 67 objects/s recovering 2024-09-13T14:43:16.123 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:16.124 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:16.125 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:43:16.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:15 smithi104 ceph-mon[105578]: pgmap v1288: 89 pgs: 1 active+remapped+backfilling, 7 active+remapped+backfill_wait, 81 active+clean; 1.8 GiB data, 7.1 GiB used, 708 GiB / 715 GiB avail; 0 B/s wr, 727 op/s; 14005/90426 objects misplaced (15.488%); 4.2 MiB/s, 67 objects/s recovering 2024-09-13T14:43:16.225 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:43:16.264 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:16.265 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:16.265 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:43:16.366 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:43:16.397 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:16.398 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:16.398 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:43:16.499 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:43:16.538 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:16.539 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:16.539 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:43:16.640 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:43:16.674 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:16.675 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:16.675 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:43:16.776 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:43:16.822 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:16.822 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:16.823 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:43:16.923 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:43:16.957 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:16.958 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:16.958 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:43:17.059 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:17.088 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:17.089 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:17.089 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:17.147 DEBUG:teuthology.orchestra.run:got remote process result: 22 2024-09-13T14:43:17.148 INFO:tasks.thrashosds.thrasher:Failed to trim stale osdmaps, ignoring 2024-09-13T14:43:17.148 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph tell osd.6 'trim stale osdmaps' 2024-09-13T14:43:17.190 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:43:17.235 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:17.235 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:17.236 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:43:17.336 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:43:17.397 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:17.397 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:17.397 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:43:17.498 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:43:17.528 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:17.529 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:17.529 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:43:17.630 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:43:17.662 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:17.662 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:17.663 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:43:17.764 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:43:17.796 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:17.796 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:17.797 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:43:17.897 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:17.932 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:17.933 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:17.933 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:18.034 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:43:18.076 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:18.076 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:18.076 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:43:18.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:17 smithi071 ceph-mon[107477]: pgmap v1289: 89 pgs: 1 active+remapped+backfilling, 7 active+remapped+backfill_wait, 81 active+clean; 1.7 GiB data, 6.6 GiB used, 709 GiB / 715 GiB avail; 0 B/s wr, 741 op/s; 12794/83343 objects misplaced (15.351%); 3.9 MiB/s, 63 objects/s recovering 2024-09-13T14:43:18.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:17 smithi071 ceph-mon[112785]: pgmap v1289: 89 pgs: 1 active+remapped+backfilling, 7 active+remapped+backfill_wait, 81 active+clean; 1.7 GiB data, 6.6 GiB used, 709 GiB / 715 GiB avail; 0 B/s wr, 741 op/s; 12794/83343 objects misplaced (15.351%); 3.9 MiB/s, 63 objects/s recovering 2024-09-13T14:43:18.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:17 smithi104 ceph-mon[105578]: pgmap v1289: 89 pgs: 1 active+remapped+backfilling, 7 active+remapped+backfill_wait, 81 active+clean; 1.7 GiB data, 6.6 GiB used, 709 GiB / 715 GiB avail; 0 B/s wr, 741 op/s; 12794/83343 objects misplaced (15.351%); 3.9 MiB/s, 63 objects/s recovering 2024-09-13T14:43:18.178 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:43:18.217 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:18.217 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:18.218 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:43:18.319 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:43:18.346 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:18.347 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:18.347 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:43:18.448 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:43:18.461 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:43:18.476 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:18.476 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:18.477 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:43:18.506 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:43:18.521 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:43:18.578 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:43:18.633 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:18.633 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:18.634 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:43:18.734 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:43:18.768 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:18.768 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:18.768 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:43:18.869 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:43:18.915 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:18.916 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:18.916 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:43:19.017 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:43:19.057 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:19.058 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:19.058 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:43:19.160 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:43:19.201 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:19.201 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:19.202 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:43:19.302 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:43:19.337 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:19.337 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:19.338 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:43:19.439 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:43:19.478 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:19.478 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:19.478 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:43:19.579 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:19.614 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:19.614 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:19.615 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:19.716 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:19.756 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:19.756 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:19.756 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:19.857 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:43:19.884 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:19.885 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:19.885 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:43:19.888 INFO:teuthology.orchestra.run.smithi071.stderr:noscrub is unset 2024-09-13T14:43:19.986 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:43:20.012 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:20.013 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:20.013 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:43:20.114 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:43:20.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:19 smithi071 ceph-mon[112785]: pgmap v1290: 89 pgs: 1 active+remapped+backfilling, 7 active+remapped+backfill_wait, 81 active+clean; 1.6 GiB data, 6.5 GiB used, 709 GiB / 715 GiB avail; 0 B/s wr, 719 op/s; 12161/80526 objects misplaced (15.102%); 5.1 MiB/s, 81 objects/s recovering 2024-09-13T14:43:20.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:19 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3787378523' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:43:20.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:19 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:43:20.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:19 smithi071 ceph-mon[107477]: pgmap v1290: 89 pgs: 1 active+remapped+backfilling, 7 active+remapped+backfill_wait, 81 active+clean; 1.6 GiB data, 6.5 GiB used, 709 GiB / 715 GiB avail; 0 B/s wr, 719 op/s; 12161/80526 objects misplaced (15.102%); 5.1 MiB/s, 81 objects/s recovering 2024-09-13T14:43:20.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:19 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3787378523' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:43:20.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:19 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:43:20.143 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:20.144 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:20.144 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:43:20.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:19 smithi104 ceph-mon[105578]: pgmap v1290: 89 pgs: 1 active+remapped+backfilling, 7 active+remapped+backfill_wait, 81 active+clean; 1.6 GiB data, 6.5 GiB used, 709 GiB / 715 GiB avail; 0 B/s wr, 719 op/s; 12161/80526 objects misplaced (15.102%); 5.1 MiB/s, 81 objects/s recovering 2024-09-13T14:43:20.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:19 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3787378523' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:43:20.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:19 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:43:20.245 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:43:20.279 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:20.280 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:20.280 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:43:20.381 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:20.414 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:20.414 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:20.415 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:20.516 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:43:20.550 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:20.551 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:20.551 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:43:20.652 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:20.693 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:20.694 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:20.694 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:20.795 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:43:20.835 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:20.835 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:20.835 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:43:20.936 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:43:20.979 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:20.979 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:20.979 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:43:21.080 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:43:21.115 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:21.115 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:21.115 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:43:21.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:20 smithi071 ceph-mon[107477]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:43:21.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:20 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T14:43:21.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:20 smithi071 ceph-mon[107477]: osdmap e1132: 8 total, 8 up, 8 in 2024-09-13T14:43:21.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:20 smithi071 ceph-mon[112785]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:43:21.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:20 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T14:43:21.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:20 smithi071 ceph-mon[112785]: osdmap e1132: 8 total, 8 up, 8 in 2024-09-13T14:43:21.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:20 smithi104 ceph-mon[105578]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:43:21.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:20 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T14:43:21.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:20 smithi104 ceph-mon[105578]: osdmap e1132: 8 total, 8 up, 8 in 2024-09-13T14:43:21.216 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:21.243 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:21.244 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:21.244 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:21.345 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:21.383 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:21.383 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:21.384 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:21.485 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:21.518 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:21.519 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:21.519 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:21.620 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:43:21.655 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:21.655 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:21.655 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:43:21.756 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:43:21.785 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:21.786 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:21.787 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:43:21.887 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:21.910 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:21.910 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:21.911 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:22.011 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:43:22.047 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:22.047 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:22.048 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:43:22.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:21 smithi071 ceph-mon[107477]: pgmap v1292: 89 pgs: 1 active+remapped+backfilling, 7 active+remapped+backfill_wait, 81 active+clean; 1.6 GiB data, 6.4 GiB used, 709 GiB / 715 GiB avail; 0 B/s wr, 763 op/s; 11922/79137 objects misplaced (15.065%); 4.0 MiB/s, 64 objects/s recovering 2024-09-13T14:43:22.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:21 smithi071 ceph-mon[112785]: pgmap v1292: 89 pgs: 1 active+remapped+backfilling, 7 active+remapped+backfill_wait, 81 active+clean; 1.6 GiB data, 6.4 GiB used, 709 GiB / 715 GiB avail; 0 B/s wr, 763 op/s; 11922/79137 objects misplaced (15.065%); 4.0 MiB/s, 64 objects/s recovering 2024-09-13T14:43:22.148 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:22.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:21 smithi104 ceph-mon[105578]: pgmap v1292: 89 pgs: 1 active+remapped+backfilling, 7 active+remapped+backfill_wait, 81 active+clean; 1.6 GiB data, 6.4 GiB used, 709 GiB / 715 GiB avail; 0 B/s wr, 763 op/s; 11922/79137 objects misplaced (15.065%); 4.0 MiB/s, 64 objects/s recovering 2024-09-13T14:43:22.178 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:22.178 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:22.179 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:22.280 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:43:22.318 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:22.319 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:22.320 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:43:22.420 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:43:22.452 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:22.452 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:22.453 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:43:22.554 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:43:22.592 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:22.593 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:22.593 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:43:22.694 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:43:22.737 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:22.738 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:22.738 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:43:22.839 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:43:22.879 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:22.879 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:22.880 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:43:22.981 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:23.015 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:23.015 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:23.016 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:23.116 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:43:23.140 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:43:22 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:43:22] "GET /metrics HTTP/1.1" 200 36487 "" "Prometheus/2.51.0" 2024-09-13T14:43:23.148 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:23.149 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:23.149 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:43:23.250 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:43:23.279 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:23.280 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:23.280 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:43:23.381 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:43:23.411 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:23.411 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:23.412 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:43:23.512 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:43:23.546 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:23.547 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:23.547 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:43:23.648 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:23.685 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:23.685 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:23.686 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:23.787 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:43:23.818 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:23.819 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:23.819 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:43:23.920 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:23.965 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:23.966 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:23.966 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:24.067 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:43:24.100 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:24.101 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:24.101 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:43:24.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:23 smithi071 ceph-mon[107477]: pgmap v1293: 89 pgs: 1 active+remapped+backfilling, 7 active+remapped+backfill_wait, 81 active+clean; 1.5 GiB data, 5.9 GiB used, 709 GiB / 715 GiB avail; 0 B/s wr, 756 op/s; 10721/72012 objects misplaced (14.888%); 4.0 MiB/s, 64 objects/s recovering 2024-09-13T14:43:24.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:23 smithi071 ceph-mon[112785]: pgmap v1293: 89 pgs: 1 active+remapped+backfilling, 7 active+remapped+backfill_wait, 81 active+clean; 1.5 GiB data, 5.9 GiB used, 709 GiB / 715 GiB avail; 0 B/s wr, 756 op/s; 10721/72012 objects misplaced (14.888%); 4.0 MiB/s, 64 objects/s recovering 2024-09-13T14:43:24.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:23 smithi104 ceph-mon[105578]: pgmap v1293: 89 pgs: 1 active+remapped+backfilling, 7 active+remapped+backfill_wait, 81 active+clean; 1.5 GiB data, 5.9 GiB used, 709 GiB / 715 GiB avail; 0 B/s wr, 756 op/s; 10721/72012 objects misplaced (14.888%); 4.0 MiB/s, 64 objects/s recovering 2024-09-13T14:43:24.202 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:43:24.246 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:24.247 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:24.247 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:43:24.348 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:43:24.361 INFO:teuthology.orchestra.run.smithi071.stderr:no valid command found; 10 closest matches: 2024-09-13T14:43:24.361 INFO:teuthology.orchestra.run.smithi071.stderr:0 2024-09-13T14:43:24.361 INFO:teuthology.orchestra.run.smithi071.stderr:1 2024-09-13T14:43:24.361 INFO:teuthology.orchestra.run.smithi071.stderr:2 2024-09-13T14:43:24.361 INFO:teuthology.orchestra.run.smithi071.stderr:abort 2024-09-13T14:43:24.361 INFO:teuthology.orchestra.run.smithi071.stderr:assert 2024-09-13T14:43:24.361 INFO:teuthology.orchestra.run.smithi071.stderr:bench [] [] [] [] 2024-09-13T14:43:24.361 INFO:teuthology.orchestra.run.smithi071.stderr:bluefs debug_inject_read_zeros 2024-09-13T14:43:24.362 INFO:teuthology.orchestra.run.smithi071.stderr:bluefs files list 2024-09-13T14:43:24.362 INFO:teuthology.orchestra.run.smithi071.stderr:bluefs stats 2024-09-13T14:43:24.362 INFO:teuthology.orchestra.run.smithi071.stderr:bluestore allocator dump block 2024-09-13T14:43:24.362 INFO:teuthology.orchestra.run.smithi071.stderr:Error EINVAL: invalid command 2024-09-13T14:43:24.375 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:24.375 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:24.376 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:43:24.477 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:43:24.517 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:24.520 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:24.521 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:43:24.621 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:43:24.659 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:24.660 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:24.660 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:43:24.750 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd unset nodeep-scrub 2024-09-13T14:43:24.762 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:43:24.839 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:24.839 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:24.840 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:43:24.940 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:24.967 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:24.968 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:24.968 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:25.069 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:25.097 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:25.098 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:25.098 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:25.199 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:43:25.224 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:25.225 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:25.226 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:43:25.327 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:43:25.349 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:25.349 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:25.350 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:43:25.450 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:43:25.473 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:25.473 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:25.474 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:43:25.575 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:43:25.597 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:25.598 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:25.598 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:43:25.662 DEBUG:teuthology.orchestra.run:got remote process result: 22 2024-09-13T14:43:25.662 INFO:tasks.thrashosds.thrasher:Failed to trim stale osdmaps, ignoring 2024-09-13T14:43:25.662 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph tell osd.7 'trim stale osdmaps' 2024-09-13T14:43:25.699 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:43:25.721 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:25.722 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:25.722 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:43:25.823 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:43:25.846 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:25.847 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:25.847 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:43:25.948 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:43:25.972 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:25.973 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:25.974 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:43:26.074 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:43:26.106 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:26.107 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:26.107 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:43:26.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:25 smithi104 ceph-mon[105578]: pgmap v1294: 89 pgs: 1 active+remapped+backfilling, 7 active+remapped+backfill_wait, 81 active+clean; 1.4 GiB data, 5.8 GiB used, 709 GiB / 715 GiB avail; 0 B/s wr, 755 op/s; 9820/67746 objects misplaced (14.495%); 4.1 MiB/s, 66 objects/s recovering 2024-09-13T14:43:26.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:25 smithi104 ceph-mon[105578]: osdmap e1133: 8 total, 8 up, 8 in 2024-09-13T14:43:26.208 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:26.255 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:26.255 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:26.255 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:25 smithi071 ceph-mon[107477]: pgmap v1294: 89 pgs: 1 active+remapped+backfilling, 7 active+remapped+backfill_wait, 81 active+clean; 1.4 GiB data, 5.8 GiB used, 709 GiB / 715 GiB avail; 0 B/s wr, 755 op/s; 9820/67746 objects misplaced (14.495%); 4.1 MiB/s, 66 objects/s recovering 2024-09-13T14:43:26.256 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:25 smithi071 ceph-mon[107477]: osdmap e1133: 8 total, 8 up, 8 in 2024-09-13T14:43:26.256 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:26.256 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:25 smithi071 ceph-mon[112785]: pgmap v1294: 89 pgs: 1 active+remapped+backfilling, 7 active+remapped+backfill_wait, 81 active+clean; 1.4 GiB data, 5.8 GiB used, 709 GiB / 715 GiB avail; 0 B/s wr, 755 op/s; 9820/67746 objects misplaced (14.495%); 4.1 MiB/s, 66 objects/s recovering 2024-09-13T14:43:26.257 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:25 smithi071 ceph-mon[112785]: osdmap e1133: 8 total, 8 up, 8 in 2024-09-13T14:43:26.357 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:26.398 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:26.399 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:26.399 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:26.500 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:26.552 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:26.553 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:26.553 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:26.562 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:43:26.563 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:43:26.597 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:43:26.597 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:43:26.653 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:43:26.653 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:43:26.654 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:26.683 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:26.684 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:26.684 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:26.688 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:43:26.688 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:43:26.722 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:43:26.722 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:43:26.758 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:43:26.758 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:43:26.785 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:26.789 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T14:43:26.789 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T14:43:26.812 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:26.812 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:26.813 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:26.835 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:43:26.835 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:43:26.914 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:43:26.953 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:26.953 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:26.954 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:43:27.054 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:27.094 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:27.095 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:27.097 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:27.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:26 smithi071 ceph-mon[107477]: osdmap e1134: 8 total, 8 up, 8 in 2024-09-13T14:43:27.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:26 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2472451482' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:43:27.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:26 smithi071 ceph-mon[112785]: osdmap e1134: 8 total, 8 up, 8 in 2024-09-13T14:43:27.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:26 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2472451482' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:43:27.168 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:43:27.168 INFO:teuthology.orchestra.run.smithi071.stdout: "size": 20, 2024-09-13T14:43:27.168 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 600, 2024-09-13T14:43:27.168 INFO:teuthology.orchestra.run.smithi071.stdout: "ops": [ 2024-09-13T14:43:27.168 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.168 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.34671.0:30999 6.9 e1096/1091 6:9427e6fb:::benchmark_data_smithi071_156503_object30998:head v 1096'1950, mlcod=1096'1948)", 2024-09-13T14:43:27.169 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:39:39.902008+0000", 2024-09-13T14:43:27.169 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 226.882187509, 2024-09-13T14:43:27.169 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.121723213, 2024-09-13T14:43:27.169 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:43:27.169 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:43:27.169 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:43:27.169 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:43:27.169 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.169 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:43:27.169 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.902008+0000", 2024-09-13T14:43:27.169 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:27.169 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.170 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.170 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:43:27.170 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.902008+0000", 2024-09-13T14:43:27.170 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:27.170 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.170 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.170 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:43:27.170 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.902009+0000", 2024-09-13T14:43:27.170 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.2900000000000002e-07 2024-09-13T14:43:27.170 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.170 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.170 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:43:27.170 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.902030+0000", 2024-09-13T14:43:27.171 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.1047e-05 2024-09-13T14:43:27.171 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.171 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.171 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:43:27.171 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.902041+0000", 2024-09-13T14:43:27.171 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0852e-05 2024-09-13T14:43:27.171 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.171 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.171 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:43:27.171 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.902048+0000", 2024-09-13T14:43:27.171 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.8990000000000004e-06 2024-09-13T14:43:27.171 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.171 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.172 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:43:27.172 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.902108+0000", 2024-09-13T14:43:27.172 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.9614999999999998e-05 2024-09-13T14:43:27.172 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.172 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.172 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:43:27.172 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.902128+0000", 2024-09-13T14:43:27.172 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.0183e-05 2024-09-13T14:43:27.172 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.172 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.172 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:43:27.172 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.023667+0000", 2024-09-13T14:43:27.172 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.121539485 2024-09-13T14:43:27.173 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.173 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.173 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:43:27.173 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.023732+0000", 2024-09-13T14:43:27.173 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.4202999999999995e-05 2024-09-13T14:43:27.173 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:27.173 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:43:27.173 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:27.173 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.173 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.173 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.34671.0:30998 6.5 e1096/1094 6:aa057fe8:::benchmark_data_smithi071_156503_object30997:head v 1096'1949, mlcod=1096'1947)", 2024-09-13T14:43:27.173 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:39:39.902075+0000", 2024-09-13T14:43:27.173 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 226.882120625, 2024-09-13T14:43:27.174 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.12134015500000001, 2024-09-13T14:43:27.174 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:43:27.174 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:43:27.174 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:43:27.174 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:43:27.174 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.174 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:43:27.174 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.902075+0000", 2024-09-13T14:43:27.174 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:27.174 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.174 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.174 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:43:27.174 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.902075+0000", 2024-09-13T14:43:27.175 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:27.175 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.175 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.175 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:43:27.175 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.902076+0000", 2024-09-13T14:43:27.175 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.1999999999999999e-07 2024-09-13T14:43:27.175 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.175 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.175 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:43:27.175 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.902108+0000", 2024-09-13T14:43:27.175 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.2508000000000001e-05 2024-09-13T14:43:27.175 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.175 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.176 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:43:27.176 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.902117+0000", 2024-09-13T14:43:27.176 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.7190000000000007e-06 2024-09-13T14:43:27.176 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.176 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.176 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:43:27.176 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.902123+0000", 2024-09-13T14:43:27.176 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.0120000000000002e-06 2024-09-13T14:43:27.176 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.176 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.176 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:43:27.176 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.020410+0000", 2024-09-13T14:43:27.176 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.11828715200000001 2024-09-13T14:43:27.177 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.177 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.177 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:43:27.177 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.020439+0000", 2024-09-13T14:43:27.177 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.8524999999999999e-05 2024-09-13T14:43:27.177 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.177 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.177 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:43:27.177 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.023370+0000", 2024-09-13T14:43:27.177 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0029311430000000002 2024-09-13T14:43:27.177 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.177 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.177 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:43:27.177 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.023415+0000", 2024-09-13T14:43:27.178 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.5376000000000001e-05 2024-09-13T14:43:27.178 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:27.178 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:43:27.178 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:27.178 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.178 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.178 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.34671.0:31000 6.e e1096/1091 6:7c636ff0:::benchmark_data_smithi071_156503_object30999:head v 1096'1954, mlcod=1096'1952)", 2024-09-13T14:43:27.178 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:39:39.902240+0000", 2024-09-13T14:43:27.178 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 226.881955549, 2024-09-13T14:43:27.178 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.122727773, 2024-09-13T14:43:27.178 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:43:27.178 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:43:27.178 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:43:27.179 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:43:27.179 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.179 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:43:27.179 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.902240+0000", 2024-09-13T14:43:27.179 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:27.179 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.179 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.179 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:43:27.179 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.902240+0000", 2024-09-13T14:43:27.179 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:27.179 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.179 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.179 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:43:27.179 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.902241+0000", 2024-09-13T14:43:27.180 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.4900000000000005e-07 2024-09-13T14:43:27.180 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.180 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.180 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:43:27.180 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.902302+0000", 2024-09-13T14:43:27.180 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.1359999999999995e-05 2024-09-13T14:43:27.180 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.180 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.180 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:43:27.180 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.020276+0000", 2024-09-13T14:43:27.180 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.117973549 2024-09-13T14:43:27.180 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.180 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.180 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:43:27.181 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.020289+0000", 2024-09-13T14:43:27.181 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2529e-05 2024-09-13T14:43:27.181 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.181 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.181 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:43:27.181 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.022604+0000", 2024-09-13T14:43:27.181 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0023150699999999998 2024-09-13T14:43:27.181 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.181 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.181 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:43:27.181 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.022629+0000", 2024-09-13T14:43:27.181 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.5168999999999999e-05 2024-09-13T14:43:27.181 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.182 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.182 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:43:27.182 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.024934+0000", 2024-09-13T14:43:27.182 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0023048819999999999 2024-09-13T14:43:27.182 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.182 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.182 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:43:27.182 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.024968+0000", 2024-09-13T14:43:27.182 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.4365e-05 2024-09-13T14:43:27.182 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:27.182 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:43:27.182 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:27.182 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.182 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.183 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:31358 6.f 6:fbc3e065:::benchmark_data_smithi071_156503_object31357:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1096)", 2024-09-13T14:43:27.183 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:39:40.165132+0000", 2024-09-13T14:43:27.183 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 226.619063364, 2024-09-13T14:43:27.183 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.093909839999999994, 2024-09-13T14:43:27.183 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:43:27.183 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:43:27.183 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:43:27.183 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:43:27.183 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:43:27.183 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:43:27.183 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 31358 2024-09-13T14:43:27.183 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.183 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:43:27.184 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.184 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:43:27.184 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.165132+0000", 2024-09-13T14:43:27.184 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:27.184 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.184 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.184 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:43:27.184 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.165132+0000", 2024-09-13T14:43:27.184 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:27.184 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.184 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.184 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:43:27.184 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.165134+0000", 2024-09-13T14:43:27.184 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.7439999999999999e-06 2024-09-13T14:43:27.185 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.185 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.185 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:43:27.185 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.165156+0000", 2024-09-13T14:43:27.185 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.2184999999999999e-05 2024-09-13T14:43:27.185 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.185 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.185 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:43:27.185 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.165168+0000", 2024-09-13T14:43:27.185 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1780000000000001e-05 2024-09-13T14:43:27.185 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.185 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.185 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:43:27.186 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.165175+0000", 2024-09-13T14:43:27.186 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.2110000000000001e-06 2024-09-13T14:43:27.186 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.186 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.186 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:43:27.186 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.165236+0000", 2024-09-13T14:43:27.186 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.0866000000000003e-05 2024-09-13T14:43:27.186 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.186 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.186 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:43:27.186 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.165365+0000", 2024-09-13T14:43:27.186 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012879800000000001 2024-09-13T14:43:27.186 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.186 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.187 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 4,6", 2024-09-13T14:43:27.187 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.165455+0000", 2024-09-13T14:43:27.187 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.0359999999999995e-05 2024-09-13T14:43:27.187 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.187 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.187 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:43:27.187 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.254015+0000", 2024-09-13T14:43:27.187 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.088559845999999998 2024-09-13T14:43:27.187 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.187 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.187 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:43:27.187 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.254090+0000", 2024-09-13T14:43:27.187 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.4424000000000004e-05 2024-09-13T14:43:27.188 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.188 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.188 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:43:27.188 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.258933+0000", 2024-09-13T14:43:27.188 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0048429149999999997 2024-09-13T14:43:27.188 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.188 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.188 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:43:27.188 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.259000+0000", 2024-09-13T14:43:27.188 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.7623e-05 2024-09-13T14:43:27.188 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.188 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.188 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:43:27.189 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.259042+0000", 2024-09-13T14:43:27.189 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.2088000000000001e-05 2024-09-13T14:43:27.189 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:27.189 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:43:27.189 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:27.189 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.189 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.189 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.34671.0:31355 6.2 e1096/1094 6:4c59df30:::benchmark_data_smithi071_156503_object31354:head v 1096'1889, mlcod=1096'1887)", 2024-09-13T14:43:27.189 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:39:40.165775+0000", 2024-09-13T14:43:27.189 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 226.61842036900001, 2024-09-13T14:43:27.189 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.087284081999999999, 2024-09-13T14:43:27.189 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:43:27.189 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:43:27.189 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:43:27.190 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:43:27.190 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.190 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:43:27.190 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.165775+0000", 2024-09-13T14:43:27.190 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:27.190 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.190 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.190 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:43:27.190 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.165775+0000", 2024-09-13T14:43:27.190 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:27.190 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.190 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.190 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:43:27.190 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.165776+0000", 2024-09-13T14:43:27.191 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.5000000000000002e-07 2024-09-13T14:43:27.191 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.191 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.191 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:43:27.191 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.165817+0000", 2024-09-13T14:43:27.191 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.1016999999999997e-05 2024-09-13T14:43:27.191 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.191 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.191 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:43:27.191 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.165826+0000", 2024-09-13T14:43:27.191 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.0450000000000006e-06 2024-09-13T14:43:27.191 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.191 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.192 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:43:27.192 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.165832+0000", 2024-09-13T14:43:27.192 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.9569999999999999e-06 2024-09-13T14:43:27.192 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.192 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.192 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:43:27.192 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.165887+0000", 2024-09-13T14:43:27.192 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.5062999999999998e-05 2024-09-13T14:43:27.192 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.192 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.192 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:43:27.192 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.165906+0000", 2024-09-13T14:43:27.192 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.8808e-05 2024-09-13T14:43:27.192 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.193 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.193 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:43:27.193 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.166900+0000", 2024-09-13T14:43:27.193 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00099419599999999993 2024-09-13T14:43:27.193 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.193 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.193 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:43:27.193 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.253060+0000", 2024-09-13T14:43:27.193 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.086159245999999995 2024-09-13T14:43:27.193 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:27.193 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:43:27.193 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:27.193 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.194 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.194 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:31363 6.f 6:ffaec3fb:::benchmark_data_smithi071_156503_object31362:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1096)", 2024-09-13T14:43:27.194 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:39:40.166363+0000", 2024-09-13T14:43:27.194 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 226.61783233899999, 2024-09-13T14:43:27.194 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.092826532000000003, 2024-09-13T14:43:27.194 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:43:27.194 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:43:27.194 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:43:27.194 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:43:27.194 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:43:27.194 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:43:27.194 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 31363 2024-09-13T14:43:27.194 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.194 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:43:27.195 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.195 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:43:27.195 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.166363+0000", 2024-09-13T14:43:27.195 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:27.195 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.195 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.195 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:43:27.195 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.166363+0000", 2024-09-13T14:43:27.195 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:27.195 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.195 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.195 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:43:27.195 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.166365+0000", 2024-09-13T14:43:27.195 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1200000000000001e-06 2024-09-13T14:43:27.196 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.196 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.196 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:43:27.196 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.166392+0000", 2024-09-13T14:43:27.196 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.7552999999999999e-05 2024-09-13T14:43:27.196 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.196 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.196 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:43:27.196 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.166400+0000", 2024-09-13T14:43:27.196 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.2989999999999997e-06 2024-09-13T14:43:27.196 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.196 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.196 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:43:27.196 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.166405+0000", 2024-09-13T14:43:27.197 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.6399999999999996e-06 2024-09-13T14:43:27.197 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.197 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.197 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:43:27.197 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.166455+0000", 2024-09-13T14:43:27.197 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.0065999999999998e-05 2024-09-13T14:43:27.197 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.197 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.197 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:43:27.197 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.166567+0000", 2024-09-13T14:43:27.197 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00011162699999999999 2024-09-13T14:43:27.197 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.198 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.198 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 4,6", 2024-09-13T14:43:27.198 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.166747+0000", 2024-09-13T14:43:27.198 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000180442 2024-09-13T14:43:27.198 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.198 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.198 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:43:27.198 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.254052+0000", 2024-09-13T14:43:27.198 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.087304589000000002 2024-09-13T14:43:27.198 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.198 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.198 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:43:27.198 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.254123+0000", 2024-09-13T14:43:27.198 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.1379999999999998e-05 2024-09-13T14:43:27.199 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.199 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.199 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:43:27.199 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.259107+0000", 2024-09-13T14:43:27.199 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.004983332 2024-09-13T14:43:27.199 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.199 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.199 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:43:27.199 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.259152+0000", 2024-09-13T14:43:27.199 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.5902999999999997e-05 2024-09-13T14:43:27.199 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.199 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.199 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:43:27.199 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.259190+0000", 2024-09-13T14:43:27.200 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.7580999999999998e-05 2024-09-13T14:43:27.200 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:27.200 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:43:27.200 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:27.200 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.200 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.200 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.34671.0:31361 6.e e1096/1091 6:77937646:::benchmark_data_smithi071_156503_object31360:head v 1096'1979, mlcod=1096'1977)", 2024-09-13T14:43:27.200 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:39:40.166731+0000", 2024-09-13T14:43:27.200 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 226.617464856, 2024-09-13T14:43:27.200 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.088664543999999998, 2024-09-13T14:43:27.200 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:43:27.200 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:43:27.200 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:43:27.201 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:43:27.201 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.201 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:43:27.201 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.166731+0000", 2024-09-13T14:43:27.201 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:27.201 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.201 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.201 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:43:27.201 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.166731+0000", 2024-09-13T14:43:27.201 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:27.201 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.201 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.201 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:43:27.201 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.166732+0000", 2024-09-13T14:43:27.202 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.0299999999999999e-07 2024-09-13T14:43:27.202 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.202 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.202 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:43:27.202 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.166775+0000", 2024-09-13T14:43:27.202 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.3197e-05 2024-09-13T14:43:27.202 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.202 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.202 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:43:27.202 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.166782+0000", 2024-09-13T14:43:27.202 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.2810000000000003e-06 2024-09-13T14:43:27.202 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.202 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.203 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:43:27.203 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.166786+0000", 2024-09-13T14:43:27.203 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.0589999999999996e-06 2024-09-13T14:43:27.203 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.203 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.203 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:43:27.205 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.166832+0000", 2024-09-13T14:43:27.205 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.6409999999999998e-05 2024-09-13T14:43:27.205 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.205 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.205 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:43:27.205 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.166851+0000", 2024-09-13T14:43:27.205 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.9008000000000002e-05 2024-09-13T14:43:27.205 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.205 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.205 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:43:27.205 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.255356+0000", 2024-09-13T14:43:27.205 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.088504342 2024-09-13T14:43:27.206 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.206 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.206 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:43:27.206 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.255395+0000", 2024-09-13T14:43:27.206 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.9644000000000002e-05 2024-09-13T14:43:27.206 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:27.206 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:43:27.206 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:27.206 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.206 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.206 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:31364 6.f 6:f96c9a66:::benchmark_data_smithi071_156503_object31363:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1096)", 2024-09-13T14:43:27.206 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:39:40.167594+0000", 2024-09-13T14:43:27.206 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 226.61660153700001, 2024-09-13T14:43:27.207 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.091675443999999995, 2024-09-13T14:43:27.207 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:43:27.207 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:43:27.207 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:43:27.207 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:43:27.207 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:43:27.207 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:43:27.207 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 31364 2024-09-13T14:43:27.207 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.207 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:43:27.207 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.207 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:43:27.207 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.167594+0000", 2024-09-13T14:43:27.207 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:27.207 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.208 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.208 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:43:27.208 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.167594+0000", 2024-09-13T14:43:27.208 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:27.208 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.208 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.208 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:43:27.208 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.167595+0000", 2024-09-13T14:43:27.208 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.102e-06 2024-09-13T14:43:27.208 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.208 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.208 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:43:27.208 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.167619+0000", 2024-09-13T14:43:27.209 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.3623999999999999e-05 2024-09-13T14:43:27.209 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.209 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.209 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:43:27.209 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.253213+0000", 2024-09-13T14:43:27.209 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.085593845000000002 2024-09-13T14:43:27.209 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.209 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.209 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:43:27.209 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.253222+0000", 2024-09-13T14:43:27.209 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.0599999999999997e-06 2024-09-13T14:43:27.209 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.209 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.209 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:43:27.210 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.254152+0000", 2024-09-13T14:43:27.210 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00093031600000000004 2024-09-13T14:43:27.210 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.210 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.210 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:43:27.210 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.254295+0000", 2024-09-13T14:43:27.210 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00014297299999999999 2024-09-13T14:43:27.210 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.210 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.210 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 4,6", 2024-09-13T14:43:27.210 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.254429+0000", 2024-09-13T14:43:27.210 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013388899999999999 2024-09-13T14:43:27.210 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.210 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.210 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:43:27.211 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.257551+0000", 2024-09-13T14:43:27.211 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0031214889999999999 2024-09-13T14:43:27.211 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.211 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.211 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:43:27.211 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.257585+0000", 2024-09-13T14:43:27.211 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.4585000000000002e-05 2024-09-13T14:43:27.211 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.211 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.211 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:43:27.211 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.259197+0000", 2024-09-13T14:43:27.211 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.001611672 2024-09-13T14:43:27.211 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.211 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.212 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:43:27.212 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.259237+0000", 2024-09-13T14:43:27.212 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.9969999999999998e-05 2024-09-13T14:43:27.212 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.212 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.212 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:43:27.212 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.259270+0000", 2024-09-13T14:43:27.212 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.2919000000000001e-05 2024-09-13T14:43:27.212 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:27.212 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:43:27.212 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:27.212 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.212 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.213 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:167385 6.f 6:f92e0323:::benchmark_data_smithi071_156503_object35391:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1115)", 2024-09-13T14:43:27.213 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:41:39.827648+0000", 2024-09-13T14:43:27.213 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 106.95654773299999, 2024-09-13T14:43:27.213 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.10408355599999999, 2024-09-13T14:43:27.213 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:43:27.213 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:43:27.213 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:43:27.213 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:43:27.213 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:43:27.213 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:43:27.213 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 167385 2024-09-13T14:43:27.213 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.213 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:43:27.213 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.214 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:43:27.214 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:39.827648+0000", 2024-09-13T14:43:27.214 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:27.214 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.214 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.214 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:43:27.214 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:39.827648+0000", 2024-09-13T14:43:27.214 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:27.214 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.214 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.214 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:43:27.214 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:39.827649+0000", 2024-09-13T14:43:27.214 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.1799999999999995e-07 2024-09-13T14:43:27.215 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.215 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.215 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:43:27.215 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:39.827652+0000", 2024-09-13T14:43:27.215 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.9780000000000001e-06 2024-09-13T14:43:27.215 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.215 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.215 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:43:27.215 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:39.827672+0000", 2024-09-13T14:43:27.215 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.0581000000000002e-05 2024-09-13T14:43:27.215 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.215 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.215 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:43:27.215 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:39.827678+0000", 2024-09-13T14:43:27.216 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.088e-06 2024-09-13T14:43:27.216 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.216 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.216 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:43:27.216 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:39.831816+0000", 2024-09-13T14:43:27.216 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0041377690000000003 2024-09-13T14:43:27.216 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.216 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.216 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:43:27.216 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:39.831998+0000", 2024-09-13T14:43:27.216 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00018195200000000001 2024-09-13T14:43:27.216 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.216 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.217 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 4,6", 2024-09-13T14:43:27.217 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:39.832121+0000", 2024-09-13T14:43:27.217 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012348799999999999 2024-09-13T14:43:27.217 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.217 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.217 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:43:27.217 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:39.838574+0000", 2024-09-13T14:43:27.217 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0064524659999999996 2024-09-13T14:43:27.217 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.217 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.217 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:43:27.217 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:39.846776+0000", 2024-09-13T14:43:27.217 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0082020630000000008 2024-09-13T14:43:27.217 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.218 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.218 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:43:27.218 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:39.931482+0000", 2024-09-13T14:43:27.218 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.084705553000000003 2024-09-13T14:43:27.218 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.218 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.218 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:43:27.218 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:39.931676+0000", 2024-09-13T14:43:27.218 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00019424199999999999 2024-09-13T14:43:27.218 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.218 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.218 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:43:27.218 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:39.931732+0000", 2024-09-13T14:43:27.218 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.5858e-05 2024-09-13T14:43:27.219 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:27.219 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:43:27.219 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:27.219 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.219 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.219 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:167394 6.f 6:f35ff337:::benchmark_data_smithi071_156503_object35400:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1115)", 2024-09-13T14:43:27.219 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:41:39.834228+0000", 2024-09-13T14:43:27.219 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 106.94996786599999, 2024-09-13T14:43:27.219 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.10880097499999999, 2024-09-13T14:43:27.219 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:43:27.219 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:43:27.219 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:43:27.219 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:43:27.219 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:43:27.220 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:43:27.220 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 167394 2024-09-13T14:43:27.220 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.220 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:43:27.220 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.220 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:43:27.220 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:39.834228+0000", 2024-09-13T14:43:27.220 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:27.220 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.220 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.220 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:43:27.220 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:39.834228+0000", 2024-09-13T14:43:27.220 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:27.220 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.221 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.221 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:43:27.221 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:39.834229+0000", 2024-09-13T14:43:27.221 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.3489999999999999e-06 2024-09-13T14:43:27.221 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.221 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.221 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:43:27.221 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:39.834234+0000", 2024-09-13T14:43:27.221 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.9690000000000002e-06 2024-09-13T14:43:27.221 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.221 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.221 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:43:27.221 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:39.834247+0000", 2024-09-13T14:43:27.221 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.296e-05 2024-09-13T14:43:27.222 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.222 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.222 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:43:27.222 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:39.834255+0000", 2024-09-13T14:43:27.222 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.0320000000000003e-06 2024-09-13T14:43:27.222 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.222 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.222 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:43:27.222 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:39.835713+0000", 2024-09-13T14:43:27.222 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.001458116 2024-09-13T14:43:27.222 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.222 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.222 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:43:27.223 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:39.835802+0000", 2024-09-13T14:43:27.223 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.8497000000000003e-05 2024-09-13T14:43:27.223 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.223 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.223 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 4,6", 2024-09-13T14:43:27.223 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:39.835879+0000", 2024-09-13T14:43:27.223 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.7538000000000002e-05 2024-09-13T14:43:27.223 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.223 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.223 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:43:27.223 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:39.842411+0000", 2024-09-13T14:43:27.223 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0065317020000000003 2024-09-13T14:43:27.223 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.223 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.223 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:43:27.224 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:39.846824+0000", 2024-09-13T14:43:27.224 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0044131800000000001 2024-09-13T14:43:27.224 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.224 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.224 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:43:27.224 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:39.942930+0000", 2024-09-13T14:43:27.224 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.096105452999999993 2024-09-13T14:43:27.224 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.224 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.224 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:43:27.224 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:39.942985+0000", 2024-09-13T14:43:27.224 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.5587000000000002e-05 2024-09-13T14:43:27.224 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.225 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.225 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:43:27.225 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:39.943029+0000", 2024-09-13T14:43:27.225 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.3591999999999999e-05 2024-09-13T14:43:27.225 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:27.225 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:43:27.225 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:27.225 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.225 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.225 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:167397 6.f 6:f214f4f0:::benchmark_data_smithi071_156503_object35403:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1115)", 2024-09-13T14:43:27.225 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:41:39.834984+0000", 2024-09-13T14:43:27.225 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 106.94921189900001, 2024-09-13T14:43:27.225 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.108278821, 2024-09-13T14:43:27.225 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:43:27.226 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:43:27.226 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:43:27.226 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:43:27.226 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:43:27.226 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:43:27.226 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 167397 2024-09-13T14:43:27.226 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.226 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:43:27.226 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.226 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:43:27.226 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:39.834984+0000", 2024-09-13T14:43:27.226 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:27.226 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.227 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.227 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:43:27.227 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:39.834984+0000", 2024-09-13T14:43:27.227 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:27.227 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.227 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.227 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:43:27.227 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:39.834985+0000", 2024-09-13T14:43:27.227 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.7000000000000004e-07 2024-09-13T14:43:27.227 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.227 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.227 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:43:27.227 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:39.834988+0000", 2024-09-13T14:43:27.227 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.0180000000000002e-06 2024-09-13T14:43:27.228 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.228 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.228 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:43:27.228 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:39.834997+0000", 2024-09-13T14:43:27.228 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.5019999999999998e-06 2024-09-13T14:43:27.228 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.228 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.228 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:43:27.228 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:39.835003+0000", 2024-09-13T14:43:27.228 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.0480000000000004e-06 2024-09-13T14:43:27.228 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.228 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.228 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:43:27.229 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:39.838599+0000", 2024-09-13T14:43:27.229 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0035958299999999999 2024-09-13T14:43:27.229 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.229 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.229 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:43:27.229 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:39.838679+0000", 2024-09-13T14:43:27.229 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.0395999999999994e-05 2024-09-13T14:43:27.229 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.229 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.229 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 4,6", 2024-09-13T14:43:27.229 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:39.838759+0000", 2024-09-13T14:43:27.229 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.9385e-05 2024-09-13T14:43:27.229 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.229 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.230 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:43:27.230 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:39.842619+0000", 2024-09-13T14:43:27.230 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0038605380000000002 2024-09-13T14:43:27.230 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.230 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.230 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:43:27.230 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:39.852205+0000", 2024-09-13T14:43:27.230 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0095858639999999995 2024-09-13T14:43:27.230 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.230 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.230 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:43:27.230 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:39.943151+0000", 2024-09-13T14:43:27.230 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.090945460000000006 2024-09-13T14:43:27.230 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.231 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.231 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:43:27.231 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:39.943221+0000", 2024-09-13T14:43:27.231 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.0092000000000006e-05 2024-09-13T14:43:27.231 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.231 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.231 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:43:27.231 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:39.943263+0000", 2024-09-13T14:43:27.231 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.2018000000000003e-05 2024-09-13T14:43:27.231 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:27.231 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:43:27.231 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:27.231 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.231 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.232 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:183675 6.f 6:ff2dfbf6:::benchmark_data_smithi071_156503_object51681:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1122)", 2024-09-13T14:43:27.232 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:42:03.638810+0000", 2024-09-13T14:43:27.232 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 83.145385982999997, 2024-09-13T14:43:27.232 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.087722262999999995, 2024-09-13T14:43:27.232 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:43:27.232 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:43:27.232 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:43:27.232 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:43:27.232 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:43:27.232 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:43:27.232 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 183675 2024-09-13T14:43:27.232 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.232 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:43:27.232 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.233 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:43:27.233 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:03.638810+0000", 2024-09-13T14:43:27.233 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:27.233 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.233 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.233 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:43:27.233 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:03.638810+0000", 2024-09-13T14:43:27.233 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:27.233 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.233 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.233 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:43:27.233 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:03.638811+0000", 2024-09-13T14:43:27.233 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.71e-07 2024-09-13T14:43:27.233 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.234 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.234 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:43:27.234 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:03.638815+0000", 2024-09-13T14:43:27.234 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.002e-06 2024-09-13T14:43:27.234 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.234 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.234 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:43:27.234 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:03.638832+0000", 2024-09-13T14:43:27.234 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.7056000000000001e-05 2024-09-13T14:43:27.234 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.234 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.234 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:43:27.234 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:03.638839+0000", 2024-09-13T14:43:27.234 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.3030000000000002e-06 2024-09-13T14:43:27.235 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.235 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.235 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:43:27.235 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:03.647943+0000", 2024-09-13T14:43:27.235 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0091040849999999996 2024-09-13T14:43:27.235 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.235 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.235 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:43:27.235 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:03.648098+0000", 2024-09-13T14:43:27.235 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00015505299999999999 2024-09-13T14:43:27.235 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.235 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.235 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 3,4,6", 2024-09-13T14:43:27.235 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:03.648232+0000", 2024-09-13T14:43:27.236 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013384200000000001 2024-09-13T14:43:27.236 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.236 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.236 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:43:27.236 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:03.707774+0000", 2024-09-13T14:43:27.236 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.059541577999999998 2024-09-13T14:43:27.236 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.236 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.236 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:43:27.236 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:03.707817+0000", 2024-09-13T14:43:27.236 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.2997000000000002e-05 2024-09-13T14:43:27.236 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.236 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.236 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:43:27.237 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:03.726195+0000", 2024-09-13T14:43:27.237 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.018377945999999999 2024-09-13T14:43:27.237 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.237 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.237 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:43:27.237 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:03.726310+0000", 2024-09-13T14:43:27.237 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000115312 2024-09-13T14:43:27.237 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.237 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.237 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:43:27.237 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:03.726413+0000", 2024-09-13T14:43:27.237 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000102723 2024-09-13T14:43:27.237 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.238 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.238 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:43:27.238 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:03.726532+0000", 2024-09-13T14:43:27.238 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00011949499999999999 2024-09-13T14:43:27.238 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:27.238 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:43:27.238 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:27.238 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.238 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.238 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:201428 6.f 6:f26b4750:::benchmark_data_smithi071_156503_object69434:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1124)", 2024-09-13T14:43:27.238 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:42:27.095136+0000", 2024-09-13T14:43:27.238 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 59.689059493000002, 2024-09-13T14:43:27.238 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.087189656000000004, 2024-09-13T14:43:27.238 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:43:27.238 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:43:27.239 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:43:27.239 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:43:27.239 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:43:27.239 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:43:27.239 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 201428 2024-09-13T14:43:27.239 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.239 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:43:27.239 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.239 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:43:27.239 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:27.095136+0000", 2024-09-13T14:43:27.239 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:27.239 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.239 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.239 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:43:27.240 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:27.095136+0000", 2024-09-13T14:43:27.240 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:27.240 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.240 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.240 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:43:27.240 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:27.095138+0000", 2024-09-13T14:43:27.240 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2559999999999999e-06 2024-09-13T14:43:27.240 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.240 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.240 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:43:27.240 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:27.095142+0000", 2024-09-13T14:43:27.240 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.0210000000000001e-06 2024-09-13T14:43:27.240 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.241 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.241 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:43:27.241 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:27.095151+0000", 2024-09-13T14:43:27.241 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.7720000000000006e-06 2024-09-13T14:43:27.241 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.241 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.241 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:43:27.241 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:27.095158+0000", 2024-09-13T14:43:27.241 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.7819999999999996e-06 2024-09-13T14:43:27.241 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.241 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.241 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:43:27.241 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:27.095317+0000", 2024-09-13T14:43:27.241 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00015840599999999999 2024-09-13T14:43:27.242 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.242 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.242 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:43:27.242 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:27.095441+0000", 2024-09-13T14:43:27.242 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012492699999999999 2024-09-13T14:43:27.242 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.242 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.242 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 3,4,6", 2024-09-13T14:43:27.242 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:27.095567+0000", 2024-09-13T14:43:27.242 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012576500000000001 2024-09-13T14:43:27.242 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.242 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.242 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:43:27.242 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:27.102388+0000", 2024-09-13T14:43:27.243 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0068207199999999997 2024-09-13T14:43:27.243 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.243 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.243 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:43:27.243 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:27.107354+0000", 2024-09-13T14:43:27.243 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0049660729999999997 2024-09-13T14:43:27.243 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.243 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.243 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:43:27.243 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:27.182080+0000", 2024-09-13T14:43:27.243 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.074725938000000006 2024-09-13T14:43:27.243 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.243 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.244 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:43:27.244 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:27.182138+0000", 2024-09-13T14:43:27.244 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.7834999999999998e-05 2024-09-13T14:43:27.244 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.244 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.244 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:43:27.244 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:27.182200+0000", 2024-09-13T14:43:27.244 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.2361999999999997e-05 2024-09-13T14:43:27.244 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.244 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.244 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:43:27.244 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:27.182326+0000", 2024-09-13T14:43:27.244 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012579900000000001 2024-09-13T14:43:27.244 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:27.245 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:43:27.245 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:27.245 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.245 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.245 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:203684 6.f 6:f13d6782:::benchmark_data_smithi071_156503_object71690:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1127)", 2024-09-13T14:43:27.245 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:42:31.071767+0000", 2024-09-13T14:43:27.245 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 55.712428920999997, 2024-09-13T14:43:27.245 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.13180720900000001, 2024-09-13T14:43:27.245 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:43:27.245 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:43:27.245 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:43:27.245 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:43:27.245 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:43:27.245 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:43:27.246 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 203684 2024-09-13T14:43:27.246 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.246 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:43:27.246 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.246 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:43:27.246 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:31.071767+0000", 2024-09-13T14:43:27.246 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:27.246 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.246 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.246 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:43:27.246 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:31.071767+0000", 2024-09-13T14:43:27.246 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:27.246 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.246 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.247 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:43:27.247 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:31.071768+0000", 2024-09-13T14:43:27.247 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4190000000000001e-06 2024-09-13T14:43:27.247 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.247 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.247 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:43:27.247 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:31.071774+0000", 2024-09-13T14:43:27.247 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.5609999999999998e-06 2024-09-13T14:43:27.247 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.247 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.247 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:43:27.247 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:31.071783+0000", 2024-09-13T14:43:27.247 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.5980000000000003e-06 2024-09-13T14:43:27.247 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.247 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.248 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:43:27.248 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:31.071790+0000", 2024-09-13T14:43:27.248 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.691e-06 2024-09-13T14:43:27.248 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.248 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.248 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:43:27.248 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:31.071947+0000", 2024-09-13T14:43:27.248 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000156649 2024-09-13T14:43:27.248 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.248 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.248 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:43:27.248 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:31.072098+0000", 2024-09-13T14:43:27.248 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00015153500000000001 2024-09-13T14:43:27.249 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.249 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.249 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 3,4,6", 2024-09-13T14:43:27.249 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:31.072292+0000", 2024-09-13T14:43:27.249 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00019372000000000001 2024-09-13T14:43:27.249 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.249 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.249 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:43:27.249 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:31.078314+0000", 2024-09-13T14:43:27.249 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0060217530000000003 2024-09-13T14:43:27.249 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.249 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.249 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:43:27.249 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:31.078376+0000", 2024-09-13T14:43:27.249 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.2310999999999993e-05 2024-09-13T14:43:27.250 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.250 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.250 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:43:27.250 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:31.078516+0000", 2024-09-13T14:43:27.250 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00014016699999999999 2024-09-13T14:43:27.250 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.250 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.250 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:43:27.250 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:31.203319+0000", 2024-09-13T14:43:27.250 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.124802264 2024-09-13T14:43:27.250 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.250 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.250 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:43:27.250 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:31.203393+0000", 2024-09-13T14:43:27.251 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.4284999999999998e-05 2024-09-13T14:43:27.251 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:27.251 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:27.251 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:43:27.251 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:31.203574+0000", 2024-09-13T14:43:27.251 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000181256 2024-09-13T14:43:27.251 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:27.251 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:43:27.251 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:27.251 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:27.251 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:43:27.251 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:43:27.252 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:43:27.252 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:26 smithi104 ceph-mon[105578]: osdmap e1134: 8 total, 8 up, 8 in 2024-09-13T14:43:27.252 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:26 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2472451482' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:43:27.283 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:27.283 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:27.284 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:43:27.385 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:43:27.415 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:27.415 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:27.416 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:43:27.517 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:43:27.558 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:27.559 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:27.559 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:43:27.660 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:27.693 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:27.693 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:27.694 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:27.794 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:43:27.826 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:27.827 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:27.827 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:43:27.928 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:43:27.956 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:27.957 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:27.957 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:43:28.058 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:43:28.089 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:28.090 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:28.090 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:43:28.191 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:43:28.221 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:28.221 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:28.222 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:43:28.323 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:43:28.358 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:28.358 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:28.359 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:43:28.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:27 smithi071 ceph-mon[107477]: pgmap v1297: 89 pgs: 2 active+remapped+backfilling, 6 active+remapped+backfill_wait, 81 active+clean; 1.2 GiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 0 B/s wr, 908 op/s; 8194/61140 objects misplaced (13.402%); 8.7 MiB/s, 138 objects/s recovering 2024-09-13T14:43:28.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:27 smithi071 ceph-mon[112785]: pgmap v1297: 89 pgs: 2 active+remapped+backfilling, 6 active+remapped+backfill_wait, 81 active+clean; 1.2 GiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 0 B/s wr, 908 op/s; 8194/61140 objects misplaced (13.402%); 8.7 MiB/s, 138 objects/s recovering 2024-09-13T14:43:28.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:27 smithi104 ceph-mon[105578]: pgmap v1297: 89 pgs: 2 active+remapped+backfilling, 6 active+remapped+backfill_wait, 81 active+clean; 1.2 GiB data, 5.3 GiB used, 710 GiB / 715 GiB avail; 0 B/s wr, 908 op/s; 8194/61140 objects misplaced (13.402%); 8.7 MiB/s, 138 objects/s recovering 2024-09-13T14:43:28.460 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:28.499 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:28.500 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:28.500 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:28.601 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:43:28.643 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:28.644 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:28.644 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:43:28.730 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:43:28.746 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:28.795 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:28.796 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:28.796 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:28.897 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:28.927 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:28.927 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:28.928 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:29.028 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:29.063 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:29.064 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:29.064 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:29.065 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:43:29.165 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:29.216 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:29.217 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:29.217 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:29.318 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:43:29.356 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:29.357 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:29.357 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:43:29.458 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:43:29.504 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:29.504 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:29.505 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:43:29.606 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:43:29.642 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:29.642 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:29.642 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:43:29.744 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:43:29.789 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:29.790 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:29.790 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:43:29.891 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:43:29.921 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:29.922 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:29.923 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:43:30.023 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:43:30.065 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:30.066 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:30.066 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:43:30.167 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:43:30.204 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:30.205 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:30.205 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:43:30.213 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:29 smithi071 ceph-mon[107477]: pgmap v1298: 89 pgs: 1 active+remapped+backfilling, 6 active+remapped+backfill_wait, 82 active+clean; 1.2 GiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 0 B/s wr, 851 op/s; 7923/58680 objects misplaced (13.502%); 7.6 MiB/s, 121 objects/s recovering 2024-09-13T14:43:30.214 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:43:30.214 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:29 smithi071 ceph-mon[112785]: pgmap v1298: 89 pgs: 1 active+remapped+backfilling, 6 active+remapped+backfill_wait, 82 active+clean; 1.2 GiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 0 B/s wr, 851 op/s; 7923/58680 objects misplaced (13.502%); 7.6 MiB/s, 121 objects/s recovering 2024-09-13T14:43:30.214 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:43:30.306 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:43:30.340 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:30.340 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:30.341 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:43:30.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:29 smithi104 ceph-mon[105578]: pgmap v1298: 89 pgs: 1 active+remapped+backfilling, 6 active+remapped+backfill_wait, 82 active+clean; 1.2 GiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 0 B/s wr, 851 op/s; 7923/58680 objects misplaced (13.502%); 7.6 MiB/s, 121 objects/s recovering 2024-09-13T14:43:30.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:43:30.442 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:43:30.476 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:30.477 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:30.477 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:43:30.578 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:43:30.617 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:30.618 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:30.618 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:43:30.719 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:30.749 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:30.750 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:30.750 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:30.851 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:43:30.890 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:30.891 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:30.892 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:43:30.992 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:43:31.020 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:31.021 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:31.022 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:43:31.123 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:43:31.152 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:31.152 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:31.153 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:43:31.254 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:43:31.295 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:31.296 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:31.296 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:43:31.397 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:43:31.427 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:31.427 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:31.428 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:43:31.528 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:43:31.559 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:31.560 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:31.560 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:43:31.661 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:43:31.702 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:31.703 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:31.703 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:43:31.709 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=false 2024-09-13T14:43:31.804 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:31.839 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:31.840 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:31.840 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:31.941 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:31.958 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.3 dump_ops_in_flight 2024-09-13T14:43:32.005 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:32.006 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:32.006 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:32.107 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:32.132 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:32.133 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:32.133 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:32.234 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:43:32.281 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:32.283 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:32.284 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:43:32.385 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:32.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:31 smithi071 ceph-mon[107477]: pgmap v1299: 89 pgs: 1 active+remapped+backfilling, 6 active+remapped+backfill_wait, 82 active+clean; 1.2 GiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 0 B/s wr, 603 op/s; 7734/57501 objects misplaced (13.450%); 7.6 MiB/s, 121 objects/s recovering 2024-09-13T14:43:32.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:31 smithi071 ceph-mon[112785]: pgmap v1299: 89 pgs: 1 active+remapped+backfilling, 6 active+remapped+backfill_wait, 82 active+clean; 1.2 GiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 0 B/s wr, 603 op/s; 7734/57501 objects misplaced (13.450%); 7.6 MiB/s, 121 objects/s recovering 2024-09-13T14:43:32.410 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:32.411 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:32.412 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:32.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:31 smithi104 ceph-mon[105578]: pgmap v1299: 89 pgs: 1 active+remapped+backfilling, 6 active+remapped+backfill_wait, 82 active+clean; 1.2 GiB data, 5.2 GiB used, 710 GiB / 715 GiB avail; 0 B/s wr, 603 op/s; 7734/57501 objects misplaced (13.450%); 7.6 MiB/s, 121 objects/s recovering 2024-09-13T14:43:32.513 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:43:32.566 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:32.566 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:32.567 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:43:32.667 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:43:32.696 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:32.696 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:32.697 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:43:32.765 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:43:32 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:43:32] "GET /metrics HTTP/1.1" 200 36486 "" "Prometheus/2.51.0" 2024-09-13T14:43:32.797 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:43:32.834 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:32.835 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:32.835 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:43:32.936 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:43:32.968 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:32.969 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:32.969 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:43:33.070 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:43:33.103 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:33.104 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:33.104 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:43:33.205 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:33.234 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:33.235 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:33.235 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:33.336 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:33.366 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:33.367 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:33.367 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:33.468 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:43:33.489 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:33.490 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:33.490 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:43:33.591 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:33.627 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:33.628 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:33.628 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:33.729 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:43:33.764 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:33.765 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:33.765 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:43:33.866 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:43:33.912 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:33.913 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:33.913 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:43:34.014 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:43:34.049 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:34.049 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:34.049 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:43:34.150 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:43:34.194 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:34.194 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:34.194 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:43:34.210 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:33 smithi071 ceph-mon[112785]: pgmap v1300: 89 pgs: 1 active+remapped+backfilling, 6 active+remapped+backfill_wait, 82 active+clean; 1.0 GiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 0 B/s wr, 689 op/s; 6528/51189 objects misplaced (12.753%); 7.0 MiB/s, 112 objects/s recovering 2024-09-13T14:43:34.211 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:33 smithi071 ceph-mon[107477]: pgmap v1300: 89 pgs: 1 active+remapped+backfilling, 6 active+remapped+backfill_wait, 82 active+clean; 1.0 GiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 0 B/s wr, 689 op/s; 6528/51189 objects misplaced (12.753%); 7.0 MiB/s, 112 objects/s recovering 2024-09-13T14:43:34.230 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:43:34.296 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:34.338 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:34.338 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:34.339 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:34.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:33 smithi104 ceph-mon[105578]: pgmap v1300: 89 pgs: 1 active+remapped+backfilling, 6 active+remapped+backfill_wait, 82 active+clean; 1.0 GiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 0 B/s wr, 689 op/s; 6528/51189 objects misplaced (12.753%); 7.0 MiB/s, 112 objects/s recovering 2024-09-13T14:43:34.439 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:34.490 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:34.490 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:34.490 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:34.591 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:34.627 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:34.632 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:34.632 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:34.733 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:43:34.790 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:34.791 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:34.791 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:43:34.862 INFO:teuthology.orchestra.run.smithi071.stderr:no valid command found; 10 closest matches: 2024-09-13T14:43:34.863 INFO:teuthology.orchestra.run.smithi071.stderr:0 2024-09-13T14:43:34.863 INFO:teuthology.orchestra.run.smithi071.stderr:1 2024-09-13T14:43:34.863 INFO:teuthology.orchestra.run.smithi071.stderr:2 2024-09-13T14:43:34.863 INFO:teuthology.orchestra.run.smithi071.stderr:abort 2024-09-13T14:43:34.863 INFO:teuthology.orchestra.run.smithi071.stderr:assert 2024-09-13T14:43:34.863 INFO:teuthology.orchestra.run.smithi071.stderr:bench [] [] [] [] 2024-09-13T14:43:34.863 INFO:teuthology.orchestra.run.smithi071.stderr:bluefs debug_inject_read_zeros 2024-09-13T14:43:34.863 INFO:teuthology.orchestra.run.smithi071.stderr:bluefs files list 2024-09-13T14:43:34.863 INFO:teuthology.orchestra.run.smithi071.stderr:bluefs stats 2024-09-13T14:43:34.863 INFO:teuthology.orchestra.run.smithi071.stderr:bluestore allocator dump block 2024-09-13T14:43:34.863 INFO:teuthology.orchestra.run.smithi071.stderr:Error EINVAL: invalid command 2024-09-13T14:43:34.893 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:43:34.935 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:34.936 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:34.936 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:43:35.037 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:35.077 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:35.078 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:35.078 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:35.180 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:35.209 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:35.210 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:35.210 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:35.311 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:43:35.333 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:35.333 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:35.334 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:43:35.434 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:35.457 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:35.458 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:35.458 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:35.559 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:43:35.581 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:35.581 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:35.582 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:43:35.682 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:43:35.705 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:35.706 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:35.706 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:43:35.717 DEBUG:teuthology.orchestra.run:got remote process result: 22 2024-09-13T14:43:35.717 INFO:tasks.thrashosds.thrasher:Failed to trim stale osdmaps, ignoring 2024-09-13T14:43:35.718 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph tell osd.3 'trim stale osdmaps' 2024-09-13T14:43:35.807 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:43:35.829 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:35.830 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:35.830 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:43:35.896 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:43:35.932 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:43:35.954 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:35.954 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:35.955 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:43:35.973 INFO:teuthology.orchestra.run.smithi071.stderr:nodeep-scrub is unset 2024-09-13T14:43:36.055 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:43:36.090 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:36.091 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:36.091 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:43:36.192 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:36.235 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:36.235 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:36.235 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:36.249 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:35 smithi071 ceph-mon[112785]: pgmap v1301: 89 pgs: 1 active+remapped+backfilling, 6 active+remapped+backfill_wait, 82 active+clean; 977 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 0 B/s wr, 723 op/s; 6058/46956 objects misplaced (12.901%); 5.9 MiB/s, 94 objects/s recovering 2024-09-13T14:43:36.249 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:35 smithi071 ceph-mon[112785]: osdmap e1135: 8 total, 8 up, 8 in 2024-09-13T14:43:36.249 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:35 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1329271946' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:43:36.250 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:35 smithi071 ceph-mon[107477]: pgmap v1301: 89 pgs: 1 active+remapped+backfilling, 6 active+remapped+backfill_wait, 82 active+clean; 977 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 0 B/s wr, 723 op/s; 6058/46956 objects misplaced (12.901%); 5.9 MiB/s, 94 objects/s recovering 2024-09-13T14:43:36.250 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:35 smithi071 ceph-mon[107477]: osdmap e1135: 8 total, 8 up, 8 in 2024-09-13T14:43:36.250 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:35 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1329271946' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:43:36.336 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:43:36.379 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:36.379 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:36.380 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:43:36.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:35 smithi104 ceph-mon[105578]: pgmap v1301: 89 pgs: 1 active+remapped+backfilling, 6 active+remapped+backfill_wait, 82 active+clean; 977 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 0 B/s wr, 723 op/s; 6058/46956 objects misplaced (12.901%); 5.9 MiB/s, 94 objects/s recovering 2024-09-13T14:43:36.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:35 smithi104 ceph-mon[105578]: osdmap e1135: 8 total, 8 up, 8 in 2024-09-13T14:43:36.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:35 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1329271946' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:43:36.480 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:43:36.518 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:36.519 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:36.519 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:43:36.620 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:43:36.657 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:36.658 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:36.658 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:43:36.759 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:36.803 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:36.803 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:36.804 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:36.905 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:43:36.951 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:36.952 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:36.952 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:43:37.053 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:43:37.094 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:37.094 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:37.094 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:43:37.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:36 smithi071 ceph-mon[107477]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T14:43:37.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:36 smithi071 ceph-mon[107477]: Cluster is now healthy 2024-09-13T14:43:37.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:36 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1329271946' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T14:43:37.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:36 smithi071 ceph-mon[107477]: osdmap e1136: 8 total, 8 up, 8 in 2024-09-13T14:43:37.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:36 smithi071 ceph-mon[112785]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T14:43:37.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:36 smithi071 ceph-mon[112785]: Cluster is now healthy 2024-09-13T14:43:37.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:36 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1329271946' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T14:43:37.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:36 smithi071 ceph-mon[112785]: osdmap e1136: 8 total, 8 up, 8 in 2024-09-13T14:43:37.195 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:43:37.221 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:37.222 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:37.222 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:43:37.323 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:37.348 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:37.348 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:37.349 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:37.424 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:36 smithi104 ceph-mon[105578]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T14:43:37.424 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:36 smithi104 ceph-mon[105578]: Cluster is now healthy 2024-09-13T14:43:37.424 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:36 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1329271946' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T14:43:37.424 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:36 smithi104 ceph-mon[105578]: osdmap e1136: 8 total, 8 up, 8 in 2024-09-13T14:43:37.450 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:43:37.478 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:37.478 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:37.479 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:43:37.579 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:43:37.612 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:37.612 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:37.613 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:43:37.713 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:37.751 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:37.751 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:37.752 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:37.852 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:37.884 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:37.885 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:37.885 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:37.986 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:43:38.018 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:38.018 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:38.019 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:43:38.119 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:43:38.145 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:38.146 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:38.146 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:43:38.247 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:43:38.252 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:38 smithi071 ceph-mon[107477]: pgmap v1304: 89 pgs: 1 active+remapped+backfilling, 5 active+remapped+backfill_wait, 83 active+clean; 849 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 0 B/s wr, 744 op/s; 4566/40815 objects misplaced (11.187%); 7.1 MiB/s, 113 objects/s recovering 2024-09-13T14:43:38.253 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:38 smithi071 ceph-mon[112785]: pgmap v1304: 89 pgs: 1 active+remapped+backfilling, 5 active+remapped+backfill_wait, 83 active+clean; 849 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 0 B/s wr, 744 op/s; 4566/40815 objects misplaced (11.187%); 7.1 MiB/s, 113 objects/s recovering 2024-09-13T14:43:38.281 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:38.282 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:38.283 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:43:38.383 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:43:38.404 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:38.405 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:38.405 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:43:38.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:38 smithi104 ceph-mon[105578]: pgmap v1304: 89 pgs: 1 active+remapped+backfilling, 5 active+remapped+backfill_wait, 83 active+clean; 849 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 0 B/s wr, 744 op/s; 4566/40815 objects misplaced (11.187%); 7.1 MiB/s, 113 objects/s recovering 2024-09-13T14:43:38.506 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:38.527 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:38.528 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:38.528 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:38.629 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:43:38.650 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:38.651 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:38.651 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:43:38.752 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:43:38.774 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:38.774 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:38.775 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:43:38.876 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:43:38.899 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:38.899 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:38.900 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:43:39.000 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:43:39.009 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:39 smithi071 ceph-mon[112785]: osdmap e1137: 8 total, 8 up, 8 in 2024-09-13T14:43:39.022 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:39.023 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:39.023 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:43:39.124 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:43:39.156 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:39.157 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:39.157 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:43:39.258 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:43:39.295 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:39.296 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:39.297 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:43:39.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:39 smithi071 ceph-mon[107477]: osdmap e1137: 8 total, 8 up, 8 in 2024-09-13T14:43:39.398 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:43:39.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:39 smithi104 ceph-mon[105578]: osdmap e1137: 8 total, 8 up, 8 in 2024-09-13T14:43:39.441 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:39.442 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:39.442 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:43:39.543 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:39.576 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:39.576 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:39.577 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:39.677 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:43:39.725 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:39.726 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:39.726 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:43:39.827 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:39.855 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:39.856 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:39.856 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:39.957 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:39.983 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:40.008 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:40.009 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:40.110 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:43:40.136 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:40.136 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:40.137 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:43:40.238 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:43:40.265 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:40.266 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:40.266 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:43:40.266 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:40 smithi071 ceph-mon[107477]: pgmap v1306: 89 pgs: 1 active+remapped+backfilling, 5 active+remapped+backfill_wait, 83 active+clean; 800 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 0 B/s wr, 707 op/s; 4373/38451 objects misplaced (11.373%); 6.6 MiB/s, 105 objects/s recovering 2024-09-13T14:43:40.266 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:40 smithi071 ceph-mon[107477]: osdmap e1138: 8 total, 8 up, 8 in 2024-09-13T14:43:40.267 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:40 smithi071 ceph-mon[112785]: pgmap v1306: 89 pgs: 1 active+remapped+backfilling, 5 active+remapped+backfill_wait, 83 active+clean; 800 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 0 B/s wr, 707 op/s; 4373/38451 objects misplaced (11.373%); 6.6 MiB/s, 105 objects/s recovering 2024-09-13T14:43:40.267 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:40 smithi071 ceph-mon[112785]: osdmap e1138: 8 total, 8 up, 8 in 2024-09-13T14:43:40.366 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:43:40.394 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:40.394 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:40.395 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:43:40.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:40 smithi104 ceph-mon[105578]: pgmap v1306: 89 pgs: 1 active+remapped+backfilling, 5 active+remapped+backfill_wait, 83 active+clean; 800 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 0 B/s wr, 707 op/s; 4373/38451 objects misplaced (11.373%); 6.6 MiB/s, 105 objects/s recovering 2024-09-13T14:43:40.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:40 smithi104 ceph-mon[105578]: osdmap e1138: 8 total, 8 up, 8 in 2024-09-13T14:43:40.496 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:43:40.540 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:40.541 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:40.541 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:43:40.642 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:40.693 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:40.693 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:40.693 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:40.794 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:43:40.821 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:40.822 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:40.822 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:43:40.923 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:40.949 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:40.950 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:40.951 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:40.977 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:43:40.977 INFO:teuthology.orchestra.run.smithi071.stdout: "ops": [ 2024-09-13T14:43:40.977 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:40.977 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.34671.0:254021 6.7 e1138/1117 6:e6a33abc:::benchmark_data_smithi071_156503_object122027:head v 1138'16196, mlcod=1138'16194)", 2024-09-13T14:43:40.977 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:43:40.936075+0000", 2024-09-13T14:43:40.978 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.038640872, 2024-09-13T14:43:40.978 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.038659652000000003, 2024-09-13T14:43:40.978 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:43:40.978 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:43:40.978 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "started", 2024-09-13T14:43:40.978 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:43:40.978 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:40.978 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:43:40.978 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.936075+0000", 2024-09-13T14:43:40.978 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:40.978 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:40.978 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:40.978 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:43:40.978 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.936075+0000", 2024-09-13T14:43:40.979 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:40.979 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:40.979 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:40.979 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:43:40.979 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.936076+0000", 2024-09-13T14:43:40.979 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.0399999999999996e-07 2024-09-13T14:43:40.979 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:40.979 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:40.979 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:43:40.979 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.936083+0000", 2024-09-13T14:43:40.979 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.9920000000000001e-06 2024-09-13T14:43:40.979 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:40.979 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:40.979 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:43:40.980 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.936094+0000", 2024-09-13T14:43:40.980 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1005000000000001e-05 2024-09-13T14:43:40.980 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:40.980 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:40.980 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:43:40.980 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.936100+0000", 2024-09-13T14:43:40.980 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.4019999999999999e-06 2024-09-13T14:43:40.980 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:40.980 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:40.980 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:43:40.980 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.938192+0000", 2024-09-13T14:43:40.980 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.002091627 2024-09-13T14:43:40.980 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:40.980 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:40.981 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:43:40.981 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.938236+0000", 2024-09-13T14:43:40.981 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.3992999999999997e-05 2024-09-13T14:43:40.981 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:40.981 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:43:40.981 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:40.981 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:40.981 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:40.981 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.34671.0:254040 6.4 e1138/1133)", 2024-09-13T14:43:40.981 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:43:40.971755+0000", 2024-09-13T14:43:40.981 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.00296072, 2024-09-13T14:43:40.981 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0030140800000000001, 2024-09-13T14:43:40.981 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:43:40.982 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:43:40.982 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "queued for pg", 2024-09-13T14:43:40.982 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:43:40.982 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:40.982 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:43:40.982 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.971755+0000", 2024-09-13T14:43:40.982 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:40.982 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:40.982 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:40.982 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:43:40.982 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.971755+0000", 2024-09-13T14:43:40.982 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:40.983 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:40.983 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:40.983 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:43:40.983 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.971757+0000", 2024-09-13T14:43:40.983 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4360000000000001e-06 2024-09-13T14:43:40.983 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:40.983 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:40.983 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:43:40.983 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.971764+0000", 2024-09-13T14:43:40.983 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.1339999999999998e-06 2024-09-13T14:43:40.983 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:40.983 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:40.983 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:43:40.984 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.971782+0000", 2024-09-13T14:43:40.984 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.8031000000000001e-05 2024-09-13T14:43:40.984 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:40.984 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:40.984 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:43:40.984 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.971793+0000", 2024-09-13T14:43:40.984 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1293e-05 2024-09-13T14:43:40.984 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:40.984 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:43:40.984 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:40.984 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:40.984 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:40.984 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.34671.0:254042 6.b e1138/1117 6:d82239d9:::benchmark_data_smithi071_156503_object122048:head v 1138'15685, mlcod=1138'15682)", 2024-09-13T14:43:40.985 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:43:40.971809+0000", 2024-09-13T14:43:40.985 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.0029073179999999999, 2024-09-13T14:43:40.985 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0039272869999999998, 2024-09-13T14:43:40.985 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:43:40.985 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:43:40.985 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "started", 2024-09-13T14:43:40.985 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:43:40.985 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:40.985 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:43:40.985 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.971809+0000", 2024-09-13T14:43:40.985 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:40.985 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:40.985 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:40.985 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:43:40.985 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.971809+0000", 2024-09-13T14:43:40.986 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:40.986 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:40.986 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:40.986 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:43:40.986 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.971809+0000", 2024-09-13T14:43:40.986 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.5899999999999998e-07 2024-09-13T14:43:40.986 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:40.986 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:40.986 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:43:40.986 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.971812+0000", 2024-09-13T14:43:40.986 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.2940000000000001e-06 2024-09-13T14:43:40.986 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:40.986 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:40.987 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:43:40.987 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.971818+0000", 2024-09-13T14:43:40.987 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.7470000000000002e-06 2024-09-13T14:43:40.987 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:40.987 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:40.987 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:43:40.987 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.971823+0000", 2024-09-13T14:43:40.988 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.361e-06 2024-09-13T14:43:40.988 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:40.988 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:40.988 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:43:40.988 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.972336+0000", 2024-09-13T14:43:40.989 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00051288899999999999 2024-09-13T14:43:40.989 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:40.989 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:40.989 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:43:40.989 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.972390+0000", 2024-09-13T14:43:40.989 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.3816000000000001e-05 2024-09-13T14:43:40.989 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:40.989 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:43:40.989 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:40.989 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:40.989 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:40.990 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.34671.0:254044 6.2 e1138/1125 6:43d77d26:::benchmark_data_smithi071_156503_object122050:head v 1138'15896, mlcod=1138'15894)", 2024-09-13T14:43:40.990 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:43:40.974310+0000", 2024-09-13T14:43:40.990 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.00040614699999999999, 2024-09-13T14:43:40.990 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0014741019999999999, 2024-09-13T14:43:40.990 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:43:40.990 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:43:40.990 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "started", 2024-09-13T14:43:40.990 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:43:40.990 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:40.990 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:43:40.990 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.974310+0000", 2024-09-13T14:43:40.991 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:40.991 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:40.991 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:40.991 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:43:40.991 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.974310+0000", 2024-09-13T14:43:40.991 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:40.991 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:40.991 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:40.991 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:43:40.992 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.974311+0000", 2024-09-13T14:43:40.992 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.9600000000000008e-07 2024-09-13T14:43:40.992 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:40.992 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:40.992 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:43:40.992 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.974317+0000", 2024-09-13T14:43:40.992 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.8390000000000003e-06 2024-09-13T14:43:40.992 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:40.992 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:40.992 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:43:40.992 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.974328+0000", 2024-09-13T14:43:40.992 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1065e-05 2024-09-13T14:43:40.992 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:40.993 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:40.993 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:43:40.993 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.974335+0000", 2024-09-13T14:43:40.993 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.8189999999999992e-06 2024-09-13T14:43:40.993 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:40.993 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:40.993 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:43:40.994 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.974418+0000", 2024-09-13T14:43:40.994 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.2225999999999995e-05 2024-09-13T14:43:40.994 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:40.994 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:40.994 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:43:40.994 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.974435+0000", 2024-09-13T14:43:40.994 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.7496e-05 2024-09-13T14:43:40.994 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:40.995 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:43:40.995 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:40.995 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:40.995 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:40.995 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.34671.0:254043 6.7 e1138/1117)", 2024-09-13T14:43:40.995 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:43:40.974438+0000", 2024-09-13T14:43:40.995 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.00027842299999999997, 2024-09-13T14:43:40.995 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.001389756, 2024-09-13T14:43:40.995 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:43:40.996 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:43:40.996 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "queued for pg", 2024-09-13T14:43:40.996 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:43:40.996 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:40.996 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:43:40.996 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.974438+0000", 2024-09-13T14:43:40.996 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:40.996 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:40.996 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:40.996 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:43:40.996 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.974438+0000", 2024-09-13T14:43:40.996 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:40.996 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:40.997 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:40.997 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:43:40.997 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.974438+0000", 2024-09-13T14:43:40.997 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.44e-07 2024-09-13T14:43:40.997 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:40.997 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:40.997 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:43:40.997 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.974443+0000", 2024-09-13T14:43:40.997 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.0640000000000001e-06 2024-09-13T14:43:40.997 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:40.998 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:40.998 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:43:40.998 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.974454+0000", 2024-09-13T14:43:40.998 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0369e-05 2024-09-13T14:43:40.998 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:40.998 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:40.998 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:43:40.999 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.974460+0000", 2024-09-13T14:43:40.999 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.3960000000000003e-06 2024-09-13T14:43:40.999 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:40.999 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:43:40.999 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:40.999 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:40.999 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:40.999 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.34671.0:254027 6.7 e1138/1117 6:e3c8fe48:::benchmark_data_smithi071_156503_object122033:head v 1138'16197, mlcod=1138'16194)", 2024-09-13T14:43:40.999 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:43:40.948942+0000", 2024-09-13T14:43:40.999 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.025774326, 2024-09-13T14:43:40.999 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.026923978000000001, 2024-09-13T14:43:40.999 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:43:41.000 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:43:41.000 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "started", 2024-09-13T14:43:41.000 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:43:41.000 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.000 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:43:41.000 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.948942+0000", 2024-09-13T14:43:41.000 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:41.000 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.000 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.000 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:43:41.000 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.948942+0000", 2024-09-13T14:43:41.000 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:41.000 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.000 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.001 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:43:41.001 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.948942+0000", 2024-09-13T14:43:41.001 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.7999999999999995e-07 2024-09-13T14:43:41.001 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.001 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.001 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:43:41.001 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.948947+0000", 2024-09-13T14:43:41.001 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.8339999999999998e-06 2024-09-13T14:43:41.001 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.001 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.001 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:43:41.001 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.948954+0000", 2024-09-13T14:43:41.001 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.1930000000000004e-06 2024-09-13T14:43:41.002 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.002 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.002 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:43:41.002 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.948959+0000", 2024-09-13T14:43:41.002 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.5539999999999999e-06 2024-09-13T14:43:41.002 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.002 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.002 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:43:41.002 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.954799+0000", 2024-09-13T14:43:41.002 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0058399130000000004 2024-09-13T14:43:41.002 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.002 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.002 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:43:41.003 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.954819+0000", 2024-09-13T14:43:41.003 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.0219000000000001e-05 2024-09-13T14:43:41.003 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:41.003 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:43:41.003 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:41.003 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.003 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.003 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.34671.0:254029 6.7 e1138/1117 6:e2404247:::benchmark_data_smithi071_156503_object122035:head v 1138'16198, mlcod=1138'16194)", 2024-09-13T14:43:41.003 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:43:40.951257+0000", 2024-09-13T14:43:41.003 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.023458811999999999, 2024-09-13T14:43:41.003 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.024653894999999999, 2024-09-13T14:43:41.003 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:43:41.003 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:43:41.003 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "started", 2024-09-13T14:43:41.004 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:43:41.004 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.004 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:43:41.004 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.951257+0000", 2024-09-13T14:43:41.004 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:41.004 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.004 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.004 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:43:41.004 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.951257+0000", 2024-09-13T14:43:41.004 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:41.005 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.005 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.005 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:43:41.005 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.951259+0000", 2024-09-13T14:43:41.005 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.3960000000000001e-06 2024-09-13T14:43:41.005 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.005 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.005 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:43:41.005 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.951265+0000", 2024-09-13T14:43:41.005 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.1840000000000004e-06 2024-09-13T14:43:41.005 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.005 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.006 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:43:41.006 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.951274+0000", 2024-09-13T14:43:41.006 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.4080000000000004e-06 2024-09-13T14:43:41.006 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.006 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.006 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:43:41.006 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.951281+0000", 2024-09-13T14:43:41.006 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.7730000000000002e-06 2024-09-13T14:43:41.006 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.006 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.006 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:43:41.006 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.964252+0000", 2024-09-13T14:43:41.006 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.012971467 2024-09-13T14:43:41.007 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.007 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.007 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:43:41.007 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.964281+0000", 2024-09-13T14:43:41.007 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.8912e-05 2024-09-13T14:43:41.007 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:41.007 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:43:41.007 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:41.007 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.007 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.007 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:254033 6.c 6:3e48d70e:::benchmark_data_smithi071_156503_object122039:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1138)", 2024-09-13T14:43:41.007 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:43:40.953458+0000", 2024-09-13T14:43:41.007 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.021258170999999999, 2024-09-13T14:43:41.007 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.022501315000000001, 2024-09-13T14:43:41.007 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:43:41.008 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:43:41.008 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:43:41.008 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:43:41.008 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:43:41.008 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:43:41.008 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 254033 2024-09-13T14:43:41.008 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.008 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:43:41.008 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.008 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:43:41.008 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.953458+0000", 2024-09-13T14:43:41.008 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:41.008 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.009 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.009 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:43:41.009 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.953458+0000", 2024-09-13T14:43:41.009 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:41.009 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.009 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.009 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:43:41.009 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.953460+0000", 2024-09-13T14:43:41.009 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.8369999999999999e-06 2024-09-13T14:43:41.009 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.009 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.009 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:43:41.009 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.953465+0000", 2024-09-13T14:43:41.010 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.2129999999999999e-06 2024-09-13T14:43:41.010 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.010 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.010 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:43:41.010 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.953482+0000", 2024-09-13T14:43:41.010 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.7577000000000001e-05 2024-09-13T14:43:41.010 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.010 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.010 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:43:41.010 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.953491+0000", 2024-09-13T14:43:41.010 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.8019999999999998e-06 2024-09-13T14:43:41.010 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.010 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.011 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:43:41.011 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.958414+0000", 2024-09-13T14:43:41.011 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0049231259999999999 2024-09-13T14:43:41.011 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.011 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.011 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:43:41.012 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.958520+0000", 2024-09-13T14:43:41.012 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000106179 2024-09-13T14:43:41.012 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.012 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.012 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 5,6", 2024-09-13T14:43:41.012 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.958630+0000", 2024-09-13T14:43:41.012 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00010919100000000001 2024-09-13T14:43:41.012 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.012 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.012 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:43:41.012 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.967179+0000", 2024-09-13T14:43:41.013 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0085493549999999998 2024-09-13T14:43:41.013 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.013 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.013 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:43:41.013 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.973866+0000", 2024-09-13T14:43:41.013 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0066873380000000001 2024-09-13T14:43:41.013 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.013 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.013 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:43:41.013 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.974069+0000", 2024-09-13T14:43:41.013 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000202847 2024-09-13T14:43:41.013 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.014 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.014 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:43:41.014 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.974272+0000", 2024-09-13T14:43:41.014 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00020266300000000001 2024-09-13T14:43:41.014 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:41.014 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:43:41.014 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:41.014 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.015 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.015 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.34671.0:254035 6.f e1138/1135 6:fe135c37:::benchmark_data_smithi071_156503_object122041:head v 1138'15845, mlcod=1138'15843)", 2024-09-13T14:43:41.015 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:43:40.955297+0000", 2024-09-13T14:43:41.015 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.019418812000000001, 2024-09-13T14:43:41.015 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.020739542, 2024-09-13T14:43:41.015 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:43:41.016 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:43:41.016 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "started", 2024-09-13T14:43:41.016 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:43:41.016 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.016 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:43:41.017 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.955297+0000", 2024-09-13T14:43:41.017 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:41.017 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.017 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.017 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:43:41.018 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.955297+0000", 2024-09-13T14:43:41.018 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:41.018 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.018 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.018 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:43:41.019 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.955298+0000", 2024-09-13T14:43:41.019 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.3699999999999999e-07 2024-09-13T14:43:41.019 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.019 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.019 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:43:41.019 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.955303+0000", 2024-09-13T14:43:41.020 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.4609999999999999e-06 2024-09-13T14:43:41.020 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.020 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.020 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:43:41.020 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.955315+0000", 2024-09-13T14:43:41.020 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1749000000000001e-05 2024-09-13T14:43:41.020 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.021 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.021 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:43:41.021 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.955322+0000", 2024-09-13T14:43:41.021 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.5289999999999997e-06 2024-09-13T14:43:41.021 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.021 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.022 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:43:41.022 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.968450+0000", 2024-09-13T14:43:41.022 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.013128156 2024-09-13T14:43:41.022 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.022 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.022 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:43:41.022 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.968483+0000", 2024-09-13T14:43:41.022 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.3556000000000002e-05 2024-09-13T14:43:41.022 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:41.022 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:43:41.023 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:41.023 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.023 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.023 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.34671.0:254031 6.7 e1138/1117 6:e6cc387f:::benchmark_data_smithi071_156503_object122037:head v 1138'16199, mlcod=1138'16194)", 2024-09-13T14:43:41.023 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:43:40.961591+0000", 2024-09-13T14:43:41.023 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.013124581, 2024-09-13T14:43:41.023 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.014490741, 2024-09-13T14:43:41.023 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:43:41.023 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:43:41.023 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "started", 2024-09-13T14:43:41.023 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:43:41.023 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.023 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:43:41.023 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.961591+0000", 2024-09-13T14:43:41.024 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:41.024 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.024 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.024 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:43:41.024 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.961591+0000", 2024-09-13T14:43:41.024 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:41.024 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.024 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.024 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:43:41.024 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.961592+0000", 2024-09-13T14:43:41.024 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.8099999999999998e-07 2024-09-13T14:43:41.025 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.025 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.025 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:43:41.025 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.961596+0000", 2024-09-13T14:43:41.025 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.7509999999999999e-06 2024-09-13T14:43:41.025 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.025 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.025 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:43:41.025 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.961604+0000", 2024-09-13T14:43:41.025 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.7589999999999997e-06 2024-09-13T14:43:41.025 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.025 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.025 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:43:41.026 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.961610+0000", 2024-09-13T14:43:41.026 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.541e-06 2024-09-13T14:43:41.026 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.026 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.026 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:43:41.026 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.972545+0000", 2024-09-13T14:43:41.026 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.010935528 2024-09-13T14:43:41.026 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.026 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.026 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:43:41.026 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.972695+0000", 2024-09-13T14:43:41.026 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000149698 2024-09-13T14:43:41.026 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:41.027 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:43:41.027 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:41.027 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.027 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.027 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.34671.0:254036 6.f e1138/1135 6:f17e9bae:::benchmark_data_smithi071_156503_object122042:head v 1138'15846, mlcod=1138'15843)", 2024-09-13T14:43:41.027 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:43:40.964756+0000", 2024-09-13T14:43:41.027 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.0099600090000000006, 2024-09-13T14:43:41.027 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.011371475000000001, 2024-09-13T14:43:41.027 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:43:41.028 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:43:41.028 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "started", 2024-09-13T14:43:41.028 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:43:41.028 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.028 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:43:41.028 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.964756+0000", 2024-09-13T14:43:41.028 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:41.028 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.028 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.028 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:43:41.028 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.964756+0000", 2024-09-13T14:43:41.028 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:41.029 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.029 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.029 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:43:41.029 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.964757+0000", 2024-09-13T14:43:41.029 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2100000000000001e-06 2024-09-13T14:43:41.029 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.029 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.029 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:43:41.029 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.964765+0000", 2024-09-13T14:43:41.029 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.7689999999999996e-06 2024-09-13T14:43:41.030 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.030 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.030 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:43:41.030 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.964776+0000", 2024-09-13T14:43:41.030 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1048e-05 2024-09-13T14:43:41.031 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.031 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.031 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:43:41.031 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.964784+0000", 2024-09-13T14:43:41.031 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.0029999999999994e-06 2024-09-13T14:43:41.031 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.032 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.032 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:43:41.032 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.973267+0000", 2024-09-13T14:43:41.032 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0084833519999999996 2024-09-13T14:43:41.032 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.032 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.032 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:43:41.032 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.973283+0000", 2024-09-13T14:43:41.033 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.6133999999999998e-05 2024-09-13T14:43:41.033 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:41.033 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:43:41.033 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:41.033 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.033 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.033 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.34671.0:254041 6.7 e1138/1117)", 2024-09-13T14:43:41.033 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:43:40.967427+0000", 2024-09-13T14:43:41.033 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.0072887450000000001, 2024-09-13T14:43:41.033 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0087420750000000002, 2024-09-13T14:43:41.033 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:43:41.033 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:43:41.034 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "queued for pg", 2024-09-13T14:43:41.034 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:43:41.034 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.034 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:43:41.034 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.967427+0000", 2024-09-13T14:43:41.034 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:41.034 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.034 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.034 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:43:41.035 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.967427+0000", 2024-09-13T14:43:41.035 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:41.035 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.035 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.035 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:43:41.035 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.967428+0000", 2024-09-13T14:43:41.035 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.1699999999999997e-07 2024-09-13T14:43:41.035 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.035 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.035 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:43:41.035 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.967433+0000", 2024-09-13T14:43:41.035 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.2950000000000001e-06 2024-09-13T14:43:41.035 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.036 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.036 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:43:41.036 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.967444+0000", 2024-09-13T14:43:41.036 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1158000000000001e-05 2024-09-13T14:43:41.036 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.036 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.036 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:43:41.036 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.967452+0000", 2024-09-13T14:43:41.036 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.3429999999999998e-06 2024-09-13T14:43:41.036 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:41.036 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:43:41.036 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:41.036 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.037 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.037 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.34671.0:254032 6.b e1138/1117 6:d7d4873e:::benchmark_data_smithi071_156503_object122038:head v 1138'15684, mlcod=1138'15682)", 2024-09-13T14:43:41.037 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:43:40.967482+0000", 2024-09-13T14:43:41.037 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.007233817, 2024-09-13T14:43:41.037 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0087243760000000007, 2024-09-13T14:43:41.037 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:43:41.037 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:43:41.037 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "started", 2024-09-13T14:43:41.037 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:43:41.037 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.037 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:43:41.037 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.967482+0000", 2024-09-13T14:43:41.037 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:41.037 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.038 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.038 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:43:41.038 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.967482+0000", 2024-09-13T14:43:41.038 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:41.038 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.038 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.038 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:43:41.038 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.967482+0000", 2024-09-13T14:43:41.038 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.6300000000000001e-07 2024-09-13T14:43:41.038 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.038 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.039 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:43:41.039 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.967486+0000", 2024-09-13T14:43:41.039 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.0860000000000002e-06 2024-09-13T14:43:41.039 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.039 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.039 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:43:41.039 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.967492+0000", 2024-09-13T14:43:41.039 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.703e-06 2024-09-13T14:43:41.039 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.039 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.039 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:43:41.039 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.967497+0000", 2024-09-13T14:43:41.039 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.5959999999999997e-06 2024-09-13T14:43:41.040 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.040 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.040 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:43:41.040 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.967582+0000", 2024-09-13T14:43:41.040 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.5289000000000003e-05 2024-09-13T14:43:41.040 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.040 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.040 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:43:41.040 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.967606+0000", 2024-09-13T14:43:41.040 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.3584e-05 2024-09-13T14:43:41.040 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:41.040 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:43:41.041 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:41.041 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.041 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.041 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop_reply(client.34671.0:254033 6.c e1138/1129 ondisk, result = 0)", 2024-09-13T14:43:41.041 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:43:40.968112+0000", 2024-09-13T14:43:41.041 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.0066043250000000003, 2024-09-13T14:43:41.041 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0081379239999999995, 2024-09-13T14:43:41.041 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:43:41.041 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:43:41.041 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "started", 2024-09-13T14:43:41.041 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:43:41.041 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.041 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:43:41.042 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.968112+0000", 2024-09-13T14:43:41.042 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:41.042 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.042 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.042 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:43:41.042 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.968112+0000", 2024-09-13T14:43:41.042 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:43:41.042 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.042 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.042 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:43:41.042 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.968112+0000", 2024-09-13T14:43:41.042 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.3500000000000002e-07 2024-09-13T14:43:41.042 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.043 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.043 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:43:41.043 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.968115+0000", 2024-09-13T14:43:41.043 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.8399999999999999e-06 2024-09-13T14:43:41.043 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.043 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.043 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:43:41.043 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.968124+0000", 2024-09-13T14:43:41.044 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.2439999999999999e-06 2024-09-13T14:43:41.044 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.044 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.044 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:43:41.044 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.968130+0000", 2024-09-13T14:43:41.044 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.4330000000000003e-06 2024-09-13T14:43:41.044 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.044 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.044 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:43:41.044 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.974027+0000", 2024-09-13T14:43:41.044 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0058973480000000002 2024-09-13T14:43:41.044 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:43:41.045 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:43:41.045 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:43:41.045 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:40.974051+0000", 2024-09-13T14:43:41.045 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.4389999999999999e-05 2024-09-13T14:43:41.045 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:41.045 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:43:41.045 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:41.045 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:43:41.045 INFO:teuthology.orchestra.run.smithi071.stdout: ], 2024-09-13T14:43:41.045 INFO:teuthology.orchestra.run.smithi071.stdout: "num_ops": 14 2024-09-13T14:43:41.045 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:43:41.052 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:41.081 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:41.081 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:41.082 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:41.090 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:41 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3712111530' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:43:41.091 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:41 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3712111530' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:43:41.182 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:43:41.208 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:41.208 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:41.209 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:43:41.310 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:43:41.322 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:41 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3712111530' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:43:41.341 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:41.342 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:41.343 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:43:41.443 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:41.461 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:43:41.461 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:43:41.461 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:43:41.461 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:43:41.462 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:43:41.462 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:43:41.462 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T14:43:41.462 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:43:41.462 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:43:41.462 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:43:41.462 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:43:41.462 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:43:41.462 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:43:41.462 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:43:41.462 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T14:43:41.462 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:43:41.469 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:41.470 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:41.470 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:41.571 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:43:41.622 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:41.622 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:41.623 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:43:41.718 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd set noscrub 2024-09-13T14:43:41.723 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:43:41.741 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:43:41.753 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:41.754 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:41.754 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:43:41.855 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:43:41.897 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:41.898 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:41.898 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:43:41.999 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:42.031 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:42 smithi071 ceph-mon[107477]: pgmap v1308: 89 pgs: 2 active+remapped+backfilling, 4 active+remapped+backfill_wait, 83 active+clean; 780 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 0 B/s wr, 572 op/s; 3687/37479 objects misplaced (9.838%); 13 MiB/s, 212 objects/s recovering 2024-09-13T14:43:42.032 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:42 smithi071 ceph-mon[112785]: pgmap v1308: 89 pgs: 2 active+remapped+backfilling, 4 active+remapped+backfill_wait, 83 active+clean; 780 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 0 B/s wr, 572 op/s; 3687/37479 objects misplaced (9.838%); 13 MiB/s, 212 objects/s recovering 2024-09-13T14:43:42.042 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:42.043 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:42.043 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:42.144 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:43:42.176 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:42.177 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:42.177 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:43:42.278 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:43:42.326 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:42.327 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:42.327 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:43:42.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:42 smithi104 ceph-mon[105578]: pgmap v1308: 89 pgs: 2 active+remapped+backfilling, 4 active+remapped+backfill_wait, 83 active+clean; 780 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 0 B/s wr, 572 op/s; 3687/37479 objects misplaced (9.838%); 13 MiB/s, 212 objects/s recovering 2024-09-13T14:43:42.428 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:43:42.452 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:42.453 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:42.453 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:43:42.554 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:42.576 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:42.577 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:42.578 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:42.678 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:43:42.699 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:42.700 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:42.700 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:43:42.801 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:42.823 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:42.824 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:42.824 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:42.890 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:43:42 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:43:42] "GET /metrics HTTP/1.1" 200 36486 "" "Prometheus/2.51.0" 2024-09-13T14:43:42.925 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:43:42.946 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:42.947 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:42.947 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:43:43.048 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:43:43.071 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:43.072 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:43.072 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:43:43.173 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:43:43.201 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:43.202 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:43.202 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:43:43.303 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:43.341 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:43.342 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:43.342 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:43.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:43 smithi071 ceph-mon[107477]: osdmap e1139: 8 total, 8 up, 8 in 2024-09-13T14:43:43.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:43 smithi071 ceph-mon[112785]: osdmap e1139: 8 total, 8 up, 8 in 2024-09-13T14:43:43.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:43 smithi104 ceph-mon[105578]: osdmap e1139: 8 total, 8 up, 8 in 2024-09-13T14:43:43.444 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:43:43.470 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:43.471 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:43.471 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:43:43.572 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:43:43.595 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:43.595 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:43.596 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:43:43.656 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.3 dump_blocked_ops 2024-09-13T14:43:43.696 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:43:43.717 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:43.718 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:43.718 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:43:43.819 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:43:43.840 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:43.841 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:43.841 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:43:43.942 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:43.962 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:43.963 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:43.964 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:44.065 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:44.089 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:44.090 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:44.090 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:44.191 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:44.228 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:44.229 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:44.229 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:44.316 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=true 2024-09-13T14:43:44.330 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:43:44.357 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:44 smithi071 ceph-mon[112785]: pgmap v1310: 89 pgs: 1 active+remapped+backfilling, 4 active+remapped+backfill_wait, 84 active+clean; 660 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 0 B/s wr, 505 op/s; 2696/31722 objects misplaced (8.499%); 9.7 MiB/s, 154 objects/s recovering 2024-09-13T14:43:44.357 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:44 smithi071 ceph-mon[112785]: osdmap e1140: 8 total, 8 up, 8 in 2024-09-13T14:43:44.359 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:44 smithi071 ceph-mon[107477]: pgmap v1310: 89 pgs: 1 active+remapped+backfilling, 4 active+remapped+backfill_wait, 84 active+clean; 660 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 0 B/s wr, 505 op/s; 2696/31722 objects misplaced (8.499%); 9.7 MiB/s, 154 objects/s recovering 2024-09-13T14:43:44.359 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:44 smithi071 ceph-mon[107477]: osdmap e1140: 8 total, 8 up, 8 in 2024-09-13T14:43:44.362 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:44.363 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:44.363 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:43:44.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:44 smithi104 ceph-mon[105578]: pgmap v1310: 89 pgs: 1 active+remapped+backfilling, 4 active+remapped+backfill_wait, 84 active+clean; 660 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 0 B/s wr, 505 op/s; 2696/31722 objects misplaced (8.499%); 9.7 MiB/s, 154 objects/s recovering 2024-09-13T14:43:44.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:44 smithi104 ceph-mon[105578]: osdmap e1140: 8 total, 8 up, 8 in 2024-09-13T14:43:44.464 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:44.507 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:44.508 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:44.508 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:44.608 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:43:44.637 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:44.638 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:44.638 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:43:44.739 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:43:44.769 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:44.770 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:44.770 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:43:44.871 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:44.927 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:44.928 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:44.928 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:45.029 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:43:45.050 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:45.051 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:45.051 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:43:45.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:45 smithi071 ceph-mon[107477]: osdmap e1141: 8 total, 8 up, 8 in 2024-09-13T14:43:45.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:43:45.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:43:45.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:45 smithi071 ceph-mon[112785]: osdmap e1141: 8 total, 8 up, 8 in 2024-09-13T14:43:45.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:43:45.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:43:45.151 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:45.179 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:45.179 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:45.180 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:45.281 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:45.301 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:45.302 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:45.302 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:45.403 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:43:45.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:45 smithi104 ceph-mon[105578]: osdmap e1141: 8 total, 8 up, 8 in 2024-09-13T14:43:45.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:43:45.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:43:45.428 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:45.429 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:45.429 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:43:45.530 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:43:45.555 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:45.556 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:45.556 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:43:45.657 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:43:45.698 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:45.699 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:45.699 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:43:45.800 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:45.830 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:45.831 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:45.831 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:45.932 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:45.954 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:45.954 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:45.955 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:46.056 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:43:46.080 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:46.081 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:46.081 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:43:46.182 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:43:46.206 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:46.207 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:46.207 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:43:46.270 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:43:46.308 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:43:46.330 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:46.331 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:46.331 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:43:46.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:46 smithi071 ceph-mon[107477]: pgmap v1313: 89 pgs: 1 peering, 3 active+remapped+backfill_wait, 85 active+clean; 591 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 0 B/s wr, 610 op/s; 1793/28410 objects misplaced (6.311%); 18 MiB/s, 287 objects/s recovering 2024-09-13T14:43:46.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:46 smithi071 ceph-mon[107477]: osdmap e1142: 8 total, 8 up, 8 in 2024-09-13T14:43:46.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:46 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:43:46.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:46 smithi071 ceph-mon[112785]: pgmap v1313: 89 pgs: 1 peering, 3 active+remapped+backfill_wait, 85 active+clean; 591 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 0 B/s wr, 610 op/s; 1793/28410 objects misplaced (6.311%); 18 MiB/s, 287 objects/s recovering 2024-09-13T14:43:46.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:46 smithi071 ceph-mon[112785]: osdmap e1142: 8 total, 8 up, 8 in 2024-09-13T14:43:46.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:46 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:43:46.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:46 smithi104 ceph-mon[105578]: pgmap v1313: 89 pgs: 1 peering, 3 active+remapped+backfill_wait, 85 active+clean; 591 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 0 B/s wr, 610 op/s; 1793/28410 objects misplaced (6.311%); 18 MiB/s, 287 objects/s recovering 2024-09-13T14:43:46.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:46 smithi104 ceph-mon[105578]: osdmap e1142: 8 total, 8 up, 8 in 2024-09-13T14:43:46.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:46 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:43:46.432 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:46.454 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:46.455 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:46.455 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:46.556 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:43:46.580 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:46.581 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:46.581 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:43:46.682 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:43:46.724 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:46.725 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:46.725 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:43:46.826 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:43:46.871 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:46.872 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:46.872 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:43:46.973 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:43:47.000 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:47.001 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:47.001 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:43:47.102 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:47.137 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:47.138 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:47.138 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:47.239 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:47.283 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:47.283 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:47.284 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:47.384 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:43:47.430 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:47.431 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:47.431 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:43:47.532 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:43:47.559 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:47 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:43:47.559 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:47 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:43:47.560 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:47 smithi071 ceph-mon[107477]: osdmap e1143: 8 total, 8 up, 8 in 2024-09-13T14:43:47.560 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:47 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:43:47.560 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:47 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:43:47.560 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:47 smithi071 ceph-mon[112785]: osdmap e1143: 8 total, 8 up, 8 in 2024-09-13T14:43:47.569 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:47.570 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:47.570 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:43:47.671 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:47.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:47 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:43:47.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:47 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:43:47.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:47 smithi104 ceph-mon[105578]: osdmap e1143: 8 total, 8 up, 8 in 2024-09-13T14:43:47.698 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:47.699 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:47.699 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:47.800 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:43:47.811 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:43:47.824 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:47.824 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:47.825 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:43:47.926 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:47.948 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:47.949 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:47.949 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:48.050 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:43:48.072 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:48.073 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:48.073 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:43:48.174 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:43:48.196 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:48.196 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:48.197 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:43:48.298 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:43:48.319 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:48.320 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:48.320 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:43:48.421 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:43:48.442 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:48.443 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:48.443 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:43:48.544 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:43:48.571 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:48.571 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:48.572 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:43:48.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:48 smithi071 ceph-mon[107477]: pgmap v1315: 89 pgs: 2 peering, 2 active+remapped+backfill_wait, 85 active+clean; 502 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 0 B/s wr, 568 op/s; 945/24126 objects misplaced (3.917%); 17 MiB/s, 279 objects/s recovering 2024-09-13T14:43:48.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:48 smithi071 ceph-mon[107477]: osdmap e1144: 8 total, 8 up, 8 in 2024-09-13T14:43:48.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:48 smithi071 ceph-mon[112785]: pgmap v1315: 89 pgs: 2 peering, 2 active+remapped+backfill_wait, 85 active+clean; 502 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 0 B/s wr, 568 op/s; 945/24126 objects misplaced (3.917%); 17 MiB/s, 279 objects/s recovering 2024-09-13T14:43:48.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:48 smithi071 ceph-mon[112785]: osdmap e1144: 8 total, 8 up, 8 in 2024-09-13T14:43:48.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:48 smithi104 ceph-mon[105578]: pgmap v1315: 89 pgs: 2 peering, 2 active+remapped+backfill_wait, 85 active+clean; 502 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 0 B/s wr, 568 op/s; 945/24126 objects misplaced (3.917%); 17 MiB/s, 279 objects/s recovering 2024-09-13T14:43:48.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:48 smithi104 ceph-mon[105578]: osdmap e1144: 8 total, 8 up, 8 in 2024-09-13T14:43:48.673 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:48.697 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:48.697 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:48.698 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:48.799 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:43:48.823 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:48.824 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:48.825 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:43:48.925 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:48.951 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:48.952 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:48.952 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:48.962 INFO:teuthology.orchestra.run.smithi071.stderr:no valid command found; 10 closest matches: 2024-09-13T14:43:48.962 INFO:teuthology.orchestra.run.smithi071.stderr:0 2024-09-13T14:43:48.962 INFO:teuthology.orchestra.run.smithi071.stderr:1 2024-09-13T14:43:48.962 INFO:teuthology.orchestra.run.smithi071.stderr:2 2024-09-13T14:43:48.962 INFO:teuthology.orchestra.run.smithi071.stderr:abort 2024-09-13T14:43:48.962 INFO:teuthology.orchestra.run.smithi071.stderr:assert 2024-09-13T14:43:48.963 INFO:teuthology.orchestra.run.smithi071.stderr:bench [] [] [] [] 2024-09-13T14:43:48.963 INFO:teuthology.orchestra.run.smithi071.stderr:bluefs debug_inject_read_zeros 2024-09-13T14:43:48.963 INFO:teuthology.orchestra.run.smithi071.stderr:bluefs files list 2024-09-13T14:43:48.963 INFO:teuthology.orchestra.run.smithi071.stderr:bluefs stats 2024-09-13T14:43:48.963 INFO:teuthology.orchestra.run.smithi071.stderr:bluestore allocator dump block 2024-09-13T14:43:48.963 INFO:teuthology.orchestra.run.smithi071.stderr:Error EINVAL: invalid command 2024-09-13T14:43:49.053 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:43:49.074 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:49.075 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:49.075 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:43:49.176 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:43:49.196 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:49.197 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:49.197 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:43:49.298 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:43:49.319 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:49.320 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:49.320 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:43:49.362 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:43:49.421 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:43:49.442 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:49.443 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:49.443 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:43:49.544 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:49.568 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:49.568 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:49.568 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:49.669 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:43:49.705 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:49.706 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:49.706 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:43:49.807 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:49.881 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:49.881 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:49.882 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:49.893 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:49 smithi071 ceph-mon[107477]: pgmap v1318: 89 pgs: 2 peering, 1 active+remapped+backfill_wait, 86 active+clean; 458 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 0 B/s wr, 561 op/s; 407/22026 objects misplaced (1.848%); 17 MiB/s, 270 objects/s recovering 2024-09-13T14:43:49.893 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:49 smithi071 ceph-mon[107477]: osdmap e1145: 8 total, 8 up, 8 in 2024-09-13T14:43:49.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:49 smithi071 ceph-mon[112785]: pgmap v1318: 89 pgs: 2 peering, 1 active+remapped+backfill_wait, 86 active+clean; 458 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 0 B/s wr, 561 op/s; 407/22026 objects misplaced (1.848%); 17 MiB/s, 270 objects/s recovering 2024-09-13T14:43:49.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:49 smithi071 ceph-mon[112785]: osdmap e1145: 8 total, 8 up, 8 in 2024-09-13T14:43:49.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:49 smithi104 ceph-mon[105578]: pgmap v1318: 89 pgs: 2 peering, 1 active+remapped+backfill_wait, 86 active+clean; 458 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 0 B/s wr, 561 op/s; 407/22026 objects misplaced (1.848%); 17 MiB/s, 270 objects/s recovering 2024-09-13T14:43:49.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:49 smithi104 ceph-mon[105578]: osdmap e1145: 8 total, 8 up, 8 in 2024-09-13T14:43:49.983 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:43:50.021 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:50.021 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:50.022 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:43:50.122 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:43:50.171 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:50.172 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:50.172 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:43:50.273 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:50.307 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:50.308 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:50.308 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:50.409 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:43:50.437 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:50.437 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:50.438 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:43:50.539 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:43:50.562 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:50.562 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:50.563 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:43:50.663 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:50.711 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:50.711 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:50.712 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:50.795 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:50 smithi071 ceph-mon[107477]: osdmap e1146: 8 total, 8 up, 8 in 2024-09-13T14:43:50.795 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:50 smithi071 ceph-mon[112785]: osdmap e1146: 8 total, 8 up, 8 in 2024-09-13T14:43:50.813 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:43:50.851 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:50.852 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:50.852 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:43:50.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:50 smithi104 ceph-mon[105578]: osdmap e1146: 8 total, 8 up, 8 in 2024-09-13T14:43:50.953 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:43:50.984 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:50.985 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:50.985 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:43:51.086 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:43:51.122 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:51.122 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:51.123 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:43:51.223 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:43:51.272 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:51.273 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:51.274 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:43:51.278 DEBUG:teuthology.orchestra.run:got remote process result: 22 2024-09-13T14:43:51.279 INFO:tasks.thrashosds.thrasher:Failed to trim stale osdmaps, ignoring 2024-09-13T14:43:51.375 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:43:51.406 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:51.406 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:51.407 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:43:51.508 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:43:51.538 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:51.539 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:51.539 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:43:51.641 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:43:51.677 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:51.678 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:51.678 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:43:51.779 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:43:51.809 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:51.810 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:51.810 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:43:51.890 INFO:teuthology.orchestra.run.smithi071.stderr:noscrub is set 2024-09-13T14:43:51.911 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:43:51.939 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:51.939 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:51.940 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:43:51.957 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:51 smithi071 ceph-mon[107477]: pgmap v1321: 89 pgs: 2 peering, 1 active+remapped+backfill_wait, 86 active+clean; 441 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 0 B/s wr, 243 op/s; 407/21198 objects misplaced (1.920%); 7.4 MiB/s, 117 objects/s recovering 2024-09-13T14:43:51.957 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:51 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:43:51.957 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:51 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:43:51.957 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:51 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/162582555' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:43:51.957 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:51 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:43:51.957 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:51 smithi071 ceph-mon[112785]: pgmap v1321: 89 pgs: 2 peering, 1 active+remapped+backfill_wait, 86 active+clean; 441 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 0 B/s wr, 243 op/s; 407/21198 objects misplaced (1.920%); 7.4 MiB/s, 117 objects/s recovering 2024-09-13T14:43:51.957 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:51 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:43:51.957 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:51 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:43:51.957 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:51 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/162582555' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:43:51.958 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:51 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:43:52.041 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:43:52.073 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:52.074 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:52.074 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:43:52.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:51 smithi104 ceph-mon[105578]: pgmap v1321: 89 pgs: 2 peering, 1 active+remapped+backfill_wait, 86 active+clean; 441 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 0 B/s wr, 243 op/s; 407/21198 objects misplaced (1.920%); 7.4 MiB/s, 117 objects/s recovering 2024-09-13T14:43:52.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:51 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:43:52.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:51 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:43:52.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:51 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/162582555' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:43:52.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:51 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:43:52.176 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:43:52.216 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:52.216 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:52.216 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:43:52.317 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:52.343 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:52.343 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:52.344 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:52.445 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:43:52.477 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:52.478 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:52.478 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:43:52.579 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:43:52.606 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:52.606 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:52.607 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:43:52.707 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:43:52.734 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:52.734 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:52.735 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:43:52.836 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:43:52.868 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:52.868 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:52.868 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:43:52.969 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:52.984 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:52 smithi071 ceph-mon[107477]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:43:52.984 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:52 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T14:43:52.984 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:52 smithi071 ceph-mon[107477]: osdmap e1147: 8 total, 8 up, 8 in 2024-09-13T14:43:52.984 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:43:52 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:43:52] "GET /metrics HTTP/1.1" 200 36488 "" "Prometheus/2.51.0" 2024-09-13T14:43:52.984 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:52 smithi071 ceph-mon[112785]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:43:52.985 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:52 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T14:43:52.985 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:52 smithi071 ceph-mon[112785]: osdmap e1147: 8 total, 8 up, 8 in 2024-09-13T14:43:52.993 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:52.994 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:52.994 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:53.095 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:43:53.138 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:53.138 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:53.138 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:43:53.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:52 smithi104 ceph-mon[105578]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:43:53.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:52 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T14:43:53.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:52 smithi104 ceph-mon[105578]: osdmap e1147: 8 total, 8 up, 8 in 2024-09-13T14:43:53.239 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:43:53.284 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:53.285 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:53.285 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:43:53.386 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:53.423 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:53.424 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:53.424 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:53.525 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:43:53.552 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:53.553 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:53.553 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:43:53.654 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:43:53.683 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:53.683 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:53.684 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:43:53.784 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:43:53.817 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:53.817 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:53.818 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:43:53.918 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:53.957 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:53.957 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:53.958 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:54.059 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:54.085 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:54.086 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:54.086 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:54.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:53 smithi071 ceph-mon[107477]: pgmap v1323: 89 pgs: 1 peering, 88 active+clean; 363 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 0 B/s wr, 447 op/s; 10 MiB/s, 165 objects/s recovering 2024-09-13T14:43:54.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:53 smithi071 ceph-mon[112785]: pgmap v1323: 89 pgs: 1 peering, 88 active+clean; 363 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 0 B/s wr, 447 op/s; 10 MiB/s, 165 objects/s recovering 2024-09-13T14:43:54.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:53 smithi104 ceph-mon[105578]: pgmap v1323: 89 pgs: 1 peering, 88 active+clean; 363 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 0 B/s wr, 447 op/s; 10 MiB/s, 165 objects/s recovering 2024-09-13T14:43:54.187 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:43:54.220 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:54.220 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:54.221 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:43:54.321 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:43:54.360 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:54.361 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:54.361 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:43:54.462 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:43:54.512 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:54.512 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:54.513 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:43:54.613 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:43:54.641 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:54.642 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:54.642 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:43:54.743 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:54.778 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:54.779 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:54.780 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:54.881 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:54.919 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:54.919 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:54.920 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:55.020 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:43:55.068 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:55.068 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:55.069 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:43:55.169 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:55.205 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:55.206 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:55.206 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:55.307 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:55.358 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:55.358 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:55.358 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:55.459 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:43:55.478 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:43:55.479 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:43:55.499 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T14:43:55.499 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:43:55.504 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:55.505 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:55.505 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:43:55.516 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:43:55.516 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:43:55.553 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:43:55.553 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:43:55.585 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:43:55.586 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:43:55.606 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:43:55.620 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:43:55.620 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:43:55.630 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:55.631 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:55.631 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:43:55.659 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:43:55.659 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:43:55.687 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T14:43:55.688 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T14:43:55.724 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:43:55.724 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:43:55.731 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:43:55.756 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:55.757 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:55.757 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:43:55.858 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:43:55.898 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:55.899 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:55.899 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:43:56.000 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:43:56.034 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:56.035 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:56.035 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:43:56.136 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:43:56.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:55 smithi071 ceph-mon[112785]: pgmap v1324: 89 pgs: 89 active+clean; 270 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 0 B/s wr, 500 op/s; 3.6 MiB/s, 57 objects/s recovering 2024-09-13T14:43:56.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:55 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/105961128' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:43:56.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:55 smithi071 ceph-mon[107477]: pgmap v1324: 89 pgs: 89 active+clean; 270 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 0 B/s wr, 500 op/s; 3.6 MiB/s, 57 objects/s recovering 2024-09-13T14:43:56.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:55 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/105961128' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:43:56.169 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:56.170 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:56.170 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:43:56.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:55 smithi104 ceph-mon[105578]: pgmap v1324: 89 pgs: 89 active+clean; 270 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 0 B/s wr, 500 op/s; 3.6 MiB/s, 57 objects/s recovering 2024-09-13T14:43:56.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:55 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/105961128' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:43:56.271 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:43:56.280 INFO:tasks.thrashosds.thrasher:in_osds: [0, 1, 2, 4, 5, 6, 7, 3] out_osds: [] dead_osds: [] live_osds: [0, 1, 2, 3, 4, 5, 6, 7] 2024-09-13T14:43:56.280 INFO:tasks.thrashosds.thrasher:choose_action: min_in 4 min_out 0 min_live 2 min_dead 0 chance_down 0.40 2024-09-13T14:43:56.281 INFO:tasks.thrashosds.thrasher:fixing pg num pool unique_pool_1 2024-09-13T14:43:56.281 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-13T14:43:56.301 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:56.301 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:56.302 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:43:56.303 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.3 dump_historic_ops 2024-09-13T14:43:56.402 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:43:56.428 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:56.429 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:56.429 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:43:56.491 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd set nodeep-scrub 2024-09-13T14:43:56.530 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:43:56.623 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:56.624 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:56.624 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:43:56.725 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:43:56.750 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:56.751 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:56.751 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:43:56.852 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:56.877 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:56.877 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:56.878 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:56.978 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:43:57.010 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:57.010 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:57.011 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:43:57.111 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:43:57.141 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:57.142 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:57.142 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:43:57.145 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Removed 131991 objects 2024-09-13T14:43:57.145 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Clean up completed and total clean up time :177.474 2024-09-13T14:43:57.243 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:57.264 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:57.264 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:57.265 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:57.366 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:43:57.388 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:57.389 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:57.389 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:43:57.481 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:43:57.491 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:43:57.513 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:57.513 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:57.513 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:43:57.525 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:43:57.614 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:57.635 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:57.636 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:57.636 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:57.737 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:57.758 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:57.759 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:57.759 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:57.766 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:43:57.860 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:43:57.881 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:57.881 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:57.882 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:43:57.983 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:43:58.005 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:58.005 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:58.006 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:43:58.007 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:57 smithi071 ceph-mon[107477]: pgmap v1325: 89 pgs: 89 active+clean; 119 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 0 B/s wr, 682 op/s; 2.7 MiB/s, 43 objects/s recovering 2024-09-13T14:43:58.008 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:57 smithi071 ceph-mon[112785]: pgmap v1325: 89 pgs: 89 active+clean; 119 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 0 B/s wr, 682 op/s; 2.7 MiB/s, 43 objects/s recovering 2024-09-13T14:43:58.106 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:43:58.129 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:58.129 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:58.129 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:43:58.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:57 smithi104 ceph-mon[105578]: pgmap v1325: 89 pgs: 89 active+clean; 119 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 0 B/s wr, 682 op/s; 2.7 MiB/s, 43 objects/s recovering 2024-09-13T14:43:58.230 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:43:58.251 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:58.252 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:58.252 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:43:58.353 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:43:58.374 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:58.375 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:58.375 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:43:58.476 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:58.498 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:58.499 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:58.499 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:58.600 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:43:58.621 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:58.622 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:58.622 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:43:58.723 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:43:58.745 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:58.745 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:58.746 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:43:58.846 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:58.868 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:58.868 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:58.869 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:58.970 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:43:58.991 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:58.992 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:58.992 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:43:59.093 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:43:59.115 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:59.116 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:59.117 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:43:59.217 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:43:59.238 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:59.239 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:59.239 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:43:59.340 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:43:59.366 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:43:59.367 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:59.367 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:43:59.403 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=false 2024-09-13T14:43:59.469 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:43:59.495 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:59.495 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:59.496 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:43:59.596 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:59.621 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:59.622 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:59.622 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:59.723 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:43:59.748 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:59.748 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:59.749 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:43:59.849 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:43:59.873 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:43:59.874 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:43:59.874 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:43:59.975 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:43:59.999 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:00.000 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:00.000 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:00.101 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:00.125 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:00.126 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:00.126 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:00.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:59 smithi071 ceph-mon[107477]: pgmap v1326: 89 pgs: 89 active+clean; 57 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 0 B/s wr, 687 op/s; 2.4 MiB/s, 38 objects/s recovering 2024-09-13T14:44:00.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:59 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:44:00.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:43:59 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:44:00.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:59 smithi071 ceph-mon[112785]: pgmap v1326: 89 pgs: 89 active+clean; 57 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 0 B/s wr, 687 op/s; 2.4 MiB/s, 38 objects/s recovering 2024-09-13T14:44:00.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:59 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:44:00.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:43:59 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:44:00.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:59 smithi104 ceph-mon[105578]: pgmap v1326: 89 pgs: 89 active+clean; 57 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 0 B/s wr, 687 op/s; 2.4 MiB/s, 38 objects/s recovering 2024-09-13T14:44:00.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:59 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:44:00.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:43:59 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:44:00.227 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:44:00.251 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:00.252 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:00.252 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:44:00.353 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:44:00.377 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:00.378 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:00.378 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:44:00.479 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:00.503 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:00.504 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:00.504 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:00.605 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:00.629 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:00.629 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:00.630 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:00.731 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:44:00.754 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:00.754 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:00.755 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:44:00.856 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:00.881 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:00.881 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:00.881 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:00.982 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:44:01.003 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:01.004 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:01.004 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:44:01.105 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:01.131 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:01.131 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:01.131 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:01.232 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:01.256 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:01.256 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:01.257 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:01.357 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:44:01.379 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:01.380 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:01.380 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:44:01.481 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:01.502 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:01.503 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:01.503 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:01.604 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:44:01.630 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:01.630 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:01.631 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:44:01.732 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:44:01.754 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:01.754 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:01.755 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:44:01.856 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:44:01.879 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:01.879 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:01.880 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:44:01.904 INFO:teuthology.orchestra.run.smithi071.stderr:nodeep-scrub is set 2024-09-13T14:44:01.981 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:44:02.003 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:02.004 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:02.004 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:44:02.105 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:44:02.127 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:02.128 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:02.128 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:44:02.135 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:01 smithi071 ceph-mon[107477]: pgmap v1327: 89 pgs: 89 active+clean; 40 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 0 B/s wr, 640 op/s; 2.2 MiB/s, 34 objects/s recovering 2024-09-13T14:44:02.135 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:01 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/542665585' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:44:02.135 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:01 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:44:02.135 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:01 smithi071 ceph-mon[112785]: pgmap v1327: 89 pgs: 89 active+clean; 40 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 0 B/s wr, 640 op/s; 2.2 MiB/s, 34 objects/s recovering 2024-09-13T14:44:02.135 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:01 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/542665585' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:44:02.135 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:01 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:44:02.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:01 smithi104 ceph-mon[105578]: pgmap v1327: 89 pgs: 89 active+clean; 40 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 0 B/s wr, 640 op/s; 2.2 MiB/s, 34 objects/s recovering 2024-09-13T14:44:02.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:01 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/542665585' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:44:02.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:01 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:44:02.229 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:02.255 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:02.256 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:02.256 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:02.300 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:44:02.301 INFO:teuthology.orchestra.run.smithi071.stderr:dumped all 2024-09-13T14:44:02.356 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:02.382 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:02.383 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:02.383 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:02.484 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:44:02.505 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:02.506 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:02.506 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:44:02.607 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:02.628 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:02.629 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:02.629 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:02.730 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:02.756 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:02.756 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:02.757 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:02.858 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:44:02.879 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:02.879 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:02.880 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:44:02.981 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:03.007 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:03.007 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:03.007 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:03.027 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:02 smithi071 ceph-mon[107477]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:44:03.027 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:02 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T14:44:03.027 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:02 smithi071 ceph-mon[107477]: osdmap e1148: 8 total, 8 up, 8 in 2024-09-13T14:44:03.027 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:02 smithi071 ceph-mon[107477]: from='client.44903 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T14:44:03.027 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:02 smithi071 ceph-mon[112785]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:44:03.027 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:02 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T14:44:03.027 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:02 smithi071 ceph-mon[112785]: osdmap e1148: 8 total, 8 up, 8 in 2024-09-13T14:44:03.027 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:02 smithi071 ceph-mon[112785]: from='client.44903 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T14:44:03.028 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:44:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:44:02] "GET /metrics HTTP/1.1" 200 36477 "" "Prometheus/2.51.0" 2024-09-13T14:44:03.108 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:03.133 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:03.134 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:03.135 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:03.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:02 smithi104 ceph-mon[105578]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:44:03.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:02 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T14:44:03.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:02 smithi104 ceph-mon[105578]: osdmap e1148: 8 total, 8 up, 8 in 2024-09-13T14:44:03.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:02 smithi104 ceph-mon[105578]: from='client.44903 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T14:44:03.235 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:44:03.261 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:03.262 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:03.262 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:44:03.363 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:03.387 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:03.388 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:03.389 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:03.489 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:44:03.516 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:03.516 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:03.516 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:44:03.617 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:44:03.640 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:03.641 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:03.641 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:44:03.727 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:44:03.728 INFO:teuthology.orchestra.run.smithi071.stdout: "size": 20, 2024-09-13T14:44:03.728 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 600, 2024-09-13T14:44:03.728 INFO:teuthology.orchestra.run.smithi071.stdout: "ops": [ 2024-09-13T14:44:03.728 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.728 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:167760 6.c 6.1a86ae1c (undecoded) ondisk+retry+write+known_if_redirected+supports_pool_eio e1116)", 2024-09-13T14:44:03.728 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:41:40.345383+0000", 2024-09-13T14:44:03.728 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 143.38011857800001, 2024-09-13T14:44:03.728 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.97411293399999999, 2024-09-13T14:44:03.728 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:44:03.728 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:44:03.728 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T14:44:03.729 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:44:03.729 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:44:03.729 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:44:03.729 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 167760 2024-09-13T14:44:03.729 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.729 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:44:03.729 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.729 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:44:03.729 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345383+0000", 2024-09-13T14:44:03.729 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:44:03.729 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.729 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.730 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:44:03.730 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345383+0000", 2024-09-13T14:44:03.730 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:44:03.730 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.730 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.730 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:44:03.730 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345385+0000", 2024-09-13T14:44:03.730 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4789999999999999e-06 2024-09-13T14:44:03.730 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.730 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.730 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:44:03.730 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345390+0000", 2024-09-13T14:44:03.731 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.2299999999999999e-06 2024-09-13T14:44:03.731 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.731 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.731 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:44:03.731 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345400+0000", 2024-09-13T14:44:03.731 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.5060000000000001e-06 2024-09-13T14:44:03.731 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.731 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.731 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:44:03.731 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345409+0000", 2024-09-13T14:44:03.731 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.2660000000000007e-06 2024-09-13T14:44:03.731 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.731 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.732 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:44:03.732 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345456+0000", 2024-09-13T14:44:03.732 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.6882999999999998e-05 2024-09-13T14:44:03.732 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.732 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.732 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:44:03.732 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345464+0000", 2024-09-13T14:44:03.732 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.4370000000000007e-06 2024-09-13T14:44:03.732 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.732 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.732 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:44:03.733 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:41.319486+0000", 2024-09-13T14:44:03.733 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.974022108 2024-09-13T14:44:03.733 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.733 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.733 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:44:03.733 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:41.319496+0000", 2024-09-13T14:44:03.733 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0025e-05 2024-09-13T14:44:03.733 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:44:03.733 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:44:03.733 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:44:03.733 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.733 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.734 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:167765 6.c 6.c0cf7bbc (undecoded) ondisk+retry+write+known_if_redirected+supports_pool_eio e1116)", 2024-09-13T14:44:03.734 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:41:40.345473+0000", 2024-09-13T14:44:03.734 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 143.38002882699999, 2024-09-13T14:44:03.734 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.97405604000000001, 2024-09-13T14:44:03.734 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:44:03.734 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:44:03.734 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T14:44:03.734 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:44:03.734 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:44:03.734 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:44:03.734 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 167765 2024-09-13T14:44:03.734 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.734 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:44:03.735 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.735 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:44:03.735 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345473+0000", 2024-09-13T14:44:03.735 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:44:03.735 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.735 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.735 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:44:03.735 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345473+0000", 2024-09-13T14:44:03.735 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:44:03.735 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.735 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.735 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:44:03.735 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345474+0000", 2024-09-13T14:44:03.736 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.8400000000000005e-07 2024-09-13T14:44:03.736 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.736 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.736 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:44:03.736 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345477+0000", 2024-09-13T14:44:03.736 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.123e-06 2024-09-13T14:44:03.736 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.736 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.736 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:44:03.736 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345482+0000", 2024-09-13T14:44:03.736 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.6699999999999999e-06 2024-09-13T14:44:03.736 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.737 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.737 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:44:03.737 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345487+0000", 2024-09-13T14:44:03.737 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.9679999999999997e-06 2024-09-13T14:44:03.737 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.737 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.737 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:44:03.737 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345697+0000", 2024-09-13T14:44:03.737 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000210044 2024-09-13T14:44:03.737 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.737 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.737 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:44:03.737 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345710+0000", 2024-09-13T14:44:03.737 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2994e-05 2024-09-13T14:44:03.738 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.738 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.738 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:44:03.738 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:41.319522+0000", 2024-09-13T14:44:03.738 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.97381141800000004 2024-09-13T14:44:03.738 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.738 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.738 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:44:03.738 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:41.319529+0000", 2024-09-13T14:44:03.738 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.3390000000000004e-06 2024-09-13T14:44:03.738 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:44:03.738 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:44:03.738 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:44:03.738 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.739 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.739 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:167772 6.c 6.89f4e51c (undecoded) ondisk+retry+write+known_if_redirected+supports_pool_eio e1116)", 2024-09-13T14:44:03.739 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:41:40.345722+0000", 2024-09-13T14:44:03.739 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 143.379779603, 2024-09-13T14:44:03.739 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.97383408000000005, 2024-09-13T14:44:03.739 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:44:03.739 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:44:03.739 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T14:44:03.739 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:44:03.739 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:44:03.739 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:44:03.739 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 167772 2024-09-13T14:44:03.739 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.739 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:44:03.740 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.740 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:44:03.740 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345722+0000", 2024-09-13T14:44:03.740 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:44:03.740 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.740 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.740 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:44:03.740 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345722+0000", 2024-09-13T14:44:03.740 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:44:03.740 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.740 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.740 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:44:03.740 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345723+0000", 2024-09-13T14:44:03.740 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.2399999999999998e-07 2024-09-13T14:44:03.741 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.741 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.741 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:44:03.741 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345726+0000", 2024-09-13T14:44:03.741 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.3069999999999998e-06 2024-09-13T14:44:03.741 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.741 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.741 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:44:03.741 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345733+0000", 2024-09-13T14:44:03.741 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.7449999999999998e-06 2024-09-13T14:44:03.741 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.741 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.741 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:44:03.742 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345738+0000", 2024-09-13T14:44:03.742 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.463e-06 2024-09-13T14:44:03.742 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.742 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.742 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:44:03.742 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345776+0000", 2024-09-13T14:44:03.742 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.782e-05 2024-09-13T14:44:03.742 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.742 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.742 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:44:03.742 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345781+0000", 2024-09-13T14:44:03.742 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.2599999999999996e-06 2024-09-13T14:44:03.742 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.742 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.743 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:44:03.743 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:41.319549+0000", 2024-09-13T14:44:03.743 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.97376806000000005 2024-09-13T14:44:03.743 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.743 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.743 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:44:03.744 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:44:03.744 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:41.319556+0000", 2024-09-13T14:44:03.745 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.9009999999999997e-06 2024-09-13T14:44:03.745 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:44:03.745 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:44:03.745 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:44:03.745 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.745 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.745 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:167777 6.c 6.e90057fc (undecoded) ondisk+retry+write+known_if_redirected+supports_pool_eio e1116)", 2024-09-13T14:44:03.745 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:41:40.345792+0000", 2024-09-13T14:44:03.745 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 143.37971010000001, 2024-09-13T14:44:03.745 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.973790618, 2024-09-13T14:44:03.745 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:44:03.745 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:44:03.745 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T14:44:03.745 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:44:03.746 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:44:03.746 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:44:03.746 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 167777 2024-09-13T14:44:03.746 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.746 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:44:03.746 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.746 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:44:03.746 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345792+0000", 2024-09-13T14:44:03.746 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:44:03.746 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.746 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.746 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:44:03.746 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345792+0000", 2024-09-13T14:44:03.746 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:44:03.747 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.747 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.747 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:44:03.747 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345792+0000", 2024-09-13T14:44:03.747 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.6199999999999998e-07 2024-09-13T14:44:03.747 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.747 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.747 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:44:03.747 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345795+0000", 2024-09-13T14:44:03.747 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.543e-06 2024-09-13T14:44:03.747 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.747 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.747 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:44:03.747 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345801+0000", 2024-09-13T14:44:03.748 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.2099999999999998e-06 2024-09-13T14:44:03.748 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.748 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.748 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:44:03.748 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345806+0000", 2024-09-13T14:44:03.748 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.9089999999999999e-06 2024-09-13T14:44:03.748 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.748 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.748 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:44:03.748 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345841+0000", 2024-09-13T14:44:03.748 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.5071999999999999e-05 2024-09-13T14:44:03.748 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.748 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.749 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:44:03.749 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345846+0000", 2024-09-13T14:44:03.749 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.9790000000000001e-06 2024-09-13T14:44:03.749 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.749 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.749 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:44:03.749 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:41.319575+0000", 2024-09-13T14:44:03.749 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.97372929699999999 2024-09-13T14:44:03.749 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.749 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.749 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:44:03.749 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:41.319582+0000", 2024-09-13T14:44:03.750 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.1459999999999999e-06 2024-09-13T14:44:03.750 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:44:03.750 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:44:03.750 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:44:03.750 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.750 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.750 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:167784 6.6 6.e68da136 (undecoded) ondisk+retry+write+known_if_redirected+supports_pool_eio e1116)", 2024-09-13T14:44:03.750 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:41:40.345858+0000", 2024-09-13T14:44:03.750 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 143.379644106, 2024-09-13T14:44:03.750 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.97380509699999995, 2024-09-13T14:44:03.750 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:44:03.750 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:44:03.751 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T14:44:03.751 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:44:03.751 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:44:03.751 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:44:03.751 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 167784 2024-09-13T14:44:03.751 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.751 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:44:03.751 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.751 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:44:03.751 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345858+0000", 2024-09-13T14:44:03.751 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:44:03.751 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.751 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.751 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:44:03.752 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345858+0000", 2024-09-13T14:44:03.752 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:44:03.752 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.752 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.752 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:44:03.752 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345858+0000", 2024-09-13T14:44:03.752 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.7800000000000002e-07 2024-09-13T14:44:03.752 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.752 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.752 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:44:03.752 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345861+0000", 2024-09-13T14:44:03.753 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.5189999999999999e-06 2024-09-13T14:44:03.753 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.753 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.753 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:44:03.753 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345867+0000", 2024-09-13T14:44:03.753 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.4790000000000001e-06 2024-09-13T14:44:03.753 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.753 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.753 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:44:03.753 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345872+0000", 2024-09-13T14:44:03.753 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.0019999999999997e-06 2024-09-13T14:44:03.753 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.753 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.753 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:44:03.754 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.348357+0000", 2024-09-13T14:44:03.754 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0024851270000000002 2024-09-13T14:44:03.754 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.754 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.754 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:44:03.754 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.348368+0000", 2024-09-13T14:44:03.754 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0189e-05 2024-09-13T14:44:03.754 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.754 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.754 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:44:03.754 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:41.319656+0000", 2024-09-13T14:44:03.754 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.97128802000000003 2024-09-13T14:44:03.754 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.755 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.755 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:44:03.755 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:41.319663+0000", 2024-09-13T14:44:03.755 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.2830000000000004e-06 2024-09-13T14:44:03.755 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:44:03.755 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:44:03.755 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:44:03.755 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.755 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.755 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:167786 6.6 6.9422a026 (undecoded) ondisk+write+known_if_redirected+supports_pool_eio e1116)", 2024-09-13T14:44:03.755 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:41:40.348490+0000", 2024-09-13T14:44:03.755 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 143.377012412, 2024-09-13T14:44:03.755 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.97120303500000005, 2024-09-13T14:44:03.755 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:44:03.756 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:44:03.756 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T14:44:03.756 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:44:03.756 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:44:03.756 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:44:03.756 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 167786 2024-09-13T14:44:03.756 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.756 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:44:03.756 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.756 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:44:03.756 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.348490+0000", 2024-09-13T14:44:03.756 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:44:03.756 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.757 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.757 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:44:03.757 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.348490+0000", 2024-09-13T14:44:03.757 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:44:03.757 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.757 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.757 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:44:03.757 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.348491+0000", 2024-09-13T14:44:03.757 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.471e-06 2024-09-13T14:44:03.757 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.757 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.757 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:44:03.757 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.348496+0000", 2024-09-13T14:44:03.757 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.2460000000000003e-06 2024-09-13T14:44:03.758 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.758 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.758 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:44:03.758 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.348584+0000", 2024-09-13T14:44:03.758 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.7288999999999997e-05 2024-09-13T14:44:03.758 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.758 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.758 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:44:03.758 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.348593+0000", 2024-09-13T14:44:03.758 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.0550000000000005e-06 2024-09-13T14:44:03.758 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.758 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.758 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:44:03.758 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.348640+0000", 2024-09-13T14:44:03.759 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.7190000000000001e-05 2024-09-13T14:44:03.759 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.759 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.759 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:44:03.759 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.348646+0000", 2024-09-13T14:44:03.759 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.6270000000000002e-06 2024-09-13T14:44:03.759 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.759 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.759 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:44:03.759 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:41.319686+0000", 2024-09-13T14:44:03.759 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.97103951899999996 2024-09-13T14:44:03.759 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.759 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.759 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:44:03.760 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:41.319693+0000", 2024-09-13T14:44:03.760 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.6379999999999998e-06 2024-09-13T14:44:03.760 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:44:03.760 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:44:03.760 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:44:03.760 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.760 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.760 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:167787 6.c 6.5ba27ebc (undecoded) ondisk+write+known_if_redirected+supports_pool_eio e1116)", 2024-09-13T14:44:03.760 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:41:40.348658+0000", 2024-09-13T14:44:03.760 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 143.37684379199999, 2024-09-13T14:44:03.760 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.97095047000000001, 2024-09-13T14:44:03.760 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:44:03.760 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:44:03.761 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T14:44:03.761 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:44:03.761 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:44:03.761 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:44:03.761 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 167787 2024-09-13T14:44:03.761 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.761 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:44:03.761 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.761 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:44:03.761 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.348658+0000", 2024-09-13T14:44:03.761 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:44:03.761 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.761 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.761 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:44:03.762 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.348658+0000", 2024-09-13T14:44:03.762 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:44:03.762 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.762 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.762 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:44:03.762 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.348659+0000", 2024-09-13T14:44:03.762 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.2600000000000002e-07 2024-09-13T14:44:03.762 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.762 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.762 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:44:03.762 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.348662+0000", 2024-09-13T14:44:03.762 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.4699999999999998e-06 2024-09-13T14:44:03.762 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.762 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.763 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:44:03.763 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.348669+0000", 2024-09-13T14:44:03.763 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.7190000000000004e-06 2024-09-13T14:44:03.763 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.763 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.763 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:44:03.763 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.348675+0000", 2024-09-13T14:44:03.763 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.5829999999999997e-06 2024-09-13T14:44:03.763 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.763 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.763 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:44:03.763 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.348722+0000", 2024-09-13T14:44:03.763 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.7531999999999998e-05 2024-09-13T14:44:03.764 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.764 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.764 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:44:03.764 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.348727+0000", 2024-09-13T14:44:03.764 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.3290000000000001e-06 2024-09-13T14:44:03.764 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.764 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.764 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:44:03.764 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:41.319601+0000", 2024-09-13T14:44:03.764 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.97087380599999995 2024-09-13T14:44:03.764 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.764 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.764 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:44:03.764 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:41.319609+0000", 2024-09-13T14:44:03.765 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.4050000000000003e-06 2024-09-13T14:44:03.765 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:44:03.765 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:44:03.765 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:44:03.765 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.765 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.765 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:167790 6.b 6.ff50a5cb (undecoded) ondisk+write+known_if_redirected+supports_pool_eio e1116)", 2024-09-13T14:44:03.765 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:41:40.352118+0000", 2024-09-13T14:44:03.765 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 143.37338350300001, 2024-09-13T14:44:03.765 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.97259759599999995, 2024-09-13T14:44:03.765 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:44:03.765 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:44:03.765 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T14:44:03.765 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:44:03.766 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:44:03.766 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:44:03.766 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 167790 2024-09-13T14:44:03.766 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.766 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:44:03.766 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.766 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:44:03.766 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.352118+0000", 2024-09-13T14:44:03.766 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:44:03.766 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.766 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.766 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:44:03.766 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.352118+0000", 2024-09-13T14:44:03.767 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:44:03.767 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.767 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.767 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:44:03.767 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.352120+0000", 2024-09-13T14:44:03.767 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.7710000000000001e-06 2024-09-13T14:44:03.767 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.767 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.767 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:44:03.767 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.352124+0000", 2024-09-13T14:44:03.767 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.5379999999999998e-06 2024-09-13T14:44:03.767 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.767 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.767 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:44:03.768 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.352137+0000", 2024-09-13T14:44:03.768 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2962999999999999e-05 2024-09-13T14:44:03.768 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.768 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.768 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:44:03.768 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.352144+0000", 2024-09-13T14:44:03.768 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.7170000000000008e-06 2024-09-13T14:44:03.768 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.768 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.768 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:44:03.768 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.352194+0000", 2024-09-13T14:44:03.768 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.0059999999999998e-05 2024-09-13T14:44:03.768 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.768 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.769 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:44:03.769 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.352202+0000", 2024-09-13T14:44:03.769 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.058e-06 2024-09-13T14:44:03.769 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.769 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.769 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:44:03.769 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:41.324697+0000", 2024-09-13T14:44:03.769 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.97249521699999997 2024-09-13T14:44:03.769 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.769 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.769 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:44:03.769 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:41.324716+0000", 2024-09-13T14:44:03.769 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.9272000000000001e-05 2024-09-13T14:44:03.770 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:44:03.770 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:44:03.770 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:44:03.770 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.770 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.770 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:167792 6.c 6.9c77c7bc (undecoded) ondisk+write+known_if_redirected+supports_pool_eio e1116)", 2024-09-13T14:44:03.770 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:41:40.376391+0000", 2024-09-13T14:44:03.770 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 143.34911112399999, 2024-09-13T14:44:03.770 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.94324596699999996, 2024-09-13T14:44:03.770 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:44:03.770 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:44:03.770 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T14:44:03.770 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:44:03.770 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:44:03.771 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:44:03.771 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 167792 2024-09-13T14:44:03.771 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.771 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:44:03.771 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.771 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:44:03.771 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.376391+0000", 2024-09-13T14:44:03.771 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:44:03.771 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.771 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.771 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:44:03.771 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.376391+0000", 2024-09-13T14:44:03.771 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:44:03.771 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.772 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.772 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:44:03.772 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.376393+0000", 2024-09-13T14:44:03.772 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.7579999999999999e-06 2024-09-13T14:44:03.772 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.772 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.772 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:44:03.772 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.376399+0000", 2024-09-13T14:44:03.772 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.0329999999999997e-06 2024-09-13T14:44:03.772 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.772 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.772 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:44:03.772 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.376414+0000", 2024-09-13T14:44:03.772 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.5113000000000001e-05 2024-09-13T14:44:03.773 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.773 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.773 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:44:03.773 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.376421+0000", 2024-09-13T14:44:03.773 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.3780000000000003e-06 2024-09-13T14:44:03.773 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.773 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.773 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:44:03.773 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.376470+0000", 2024-09-13T14:44:03.773 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.8829999999999998e-05 2024-09-13T14:44:03.773 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.773 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.773 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:44:03.773 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.376477+0000", 2024-09-13T14:44:03.774 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.9990000000000002e-06 2024-09-13T14:44:03.774 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.774 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.774 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:44:03.774 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:41.319630+0000", 2024-09-13T14:44:03.774 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.94315313099999998 2024-09-13T14:44:03.774 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.774 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.774 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:44:03.774 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:41.319637+0000", 2024-09-13T14:44:03.774 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.725e-06 2024-09-13T14:44:03.774 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:44:03.774 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:44:03.774 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:44:03.775 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.775 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.775 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:226751 6.c 6:33110f4d:::benchmark_data_smithi071_156503_object94757:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1129)", 2024-09-13T14:44:03.775 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:43:01.839984+0000", 2024-09-13T14:44:03.775 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 61.885517911000001, 2024-09-13T14:44:03.775 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.015265554, 2024-09-13T14:44:03.775 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:44:03.775 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:44:03.775 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:44:03.775 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:44:03.775 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:44:03.775 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:44:03.775 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 226751 2024-09-13T14:44:03.775 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.776 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:44:03.776 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.776 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:44:03.776 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.839984+0000", 2024-09-13T14:44:03.776 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:44:03.776 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.776 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.776 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:44:03.776 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.839984+0000", 2024-09-13T14:44:03.776 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:44:03.776 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.776 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.776 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:44:03.777 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.839986+0000", 2024-09-13T14:44:03.777 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.0509999999999999e-06 2024-09-13T14:44:03.777 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.777 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.777 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:44:03.777 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.839993+0000", 2024-09-13T14:44:03.777 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.0099999999999998e-06 2024-09-13T14:44:03.777 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.777 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.777 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:44:03.777 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.840014+0000", 2024-09-13T14:44:03.777 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.0530000000000002e-05 2024-09-13T14:44:03.777 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.778 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.778 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:44:03.778 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.840024+0000", 2024-09-13T14:44:03.778 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0482999999999999e-05 2024-09-13T14:44:03.778 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.778 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.778 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:44:03.778 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.840226+0000", 2024-09-13T14:44:03.778 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000202198 2024-09-13T14:44:03.778 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.778 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.778 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:44:03.778 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.840254+0000", 2024-09-13T14:44:03.778 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.8e-05 2024-09-13T14:44:03.778 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.779 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.779 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:44:03.779 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.824353+0000", 2024-09-13T14:44:03.779 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.98409878900000003 2024-09-13T14:44:03.779 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.779 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.779 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:44:03.779 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.824459+0000", 2024-09-13T14:44:03.779 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00010560000000000001 2024-09-13T14:44:03.779 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.779 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.779 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 5,6", 2024-09-13T14:44:03.779 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.824942+0000", 2024-09-13T14:44:03.779 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00048289300000000003 2024-09-13T14:44:03.780 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.780 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.780 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:44:03.780 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.851926+0000", 2024-09-13T14:44:03.780 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.026984101999999999 2024-09-13T14:44:03.780 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.780 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.780 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:44:03.780 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.851957+0000", 2024-09-13T14:44:03.780 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.1241000000000001e-05 2024-09-13T14:44:03.780 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.780 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.780 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:44:03.780 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.855178+0000", 2024-09-13T14:44:03.781 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.003221078 2024-09-13T14:44:03.781 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.781 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.781 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:44:03.781 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.855211+0000", 2024-09-13T14:44:03.781 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.3271e-05 2024-09-13T14:44:03.781 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.781 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.781 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:44:03.781 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.855250+0000", 2024-09-13T14:44:03.781 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.8308e-05 2024-09-13T14:44:03.781 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:44:03.781 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:44:03.781 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:44:03.782 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.782 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.782 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:226757 6.c 6:3c7d78c2:::benchmark_data_smithi071_156503_object94763:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1129)", 2024-09-13T14:44:03.782 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:43:01.848524+0000", 2024-09-13T14:44:03.782 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 61.876978041999998, 2024-09-13T14:44:03.782 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0113736390000001, 2024-09-13T14:44:03.782 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:44:03.782 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:44:03.782 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:44:03.782 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:44:03.782 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:44:03.782 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:44:03.782 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 226757 2024-09-13T14:44:03.782 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.783 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:44:03.783 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.783 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:44:03.783 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.848524+0000", 2024-09-13T14:44:03.783 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:44:03.783 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.783 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.783 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:44:03.783 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.848524+0000", 2024-09-13T14:44:03.783 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:44:03.783 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.783 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.783 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:44:03.783 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.848526+0000", 2024-09-13T14:44:03.783 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.7740000000000001e-06 2024-09-13T14:44:03.784 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.784 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.784 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:44:03.784 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.848532+0000", 2024-09-13T14:44:03.784 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.3770000000000001e-06 2024-09-13T14:44:03.784 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.784 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.784 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:44:03.784 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.848546+0000", 2024-09-13T14:44:03.784 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.3859999999999999e-05 2024-09-13T14:44:03.784 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.784 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.784 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:44:03.784 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.848554+0000", 2024-09-13T14:44:03.785 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.2009999999999999e-06 2024-09-13T14:44:03.785 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.785 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.785 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:44:03.785 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.848616+0000", 2024-09-13T14:44:03.785 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.1746000000000001e-05 2024-09-13T14:44:03.785 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.785 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.785 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:44:03.785 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.848626+0000", 2024-09-13T14:44:03.785 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.9599999999999995e-06 2024-09-13T14:44:03.785 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.785 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.785 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:44:03.786 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.838124+0000", 2024-09-13T14:44:03.786 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.98949859399999995 2024-09-13T14:44:03.786 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.786 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.786 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:44:03.786 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.838204+0000", 2024-09-13T14:44:03.786 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.9766999999999997e-05 2024-09-13T14:44:03.786 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.786 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.786 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 5,6", 2024-09-13T14:44:03.786 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.838281+0000", 2024-09-13T14:44:03.786 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.6723000000000004e-05 2024-09-13T14:44:03.786 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.786 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.786 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:44:03.787 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.852025+0000", 2024-09-13T14:44:03.787 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.013744434 2024-09-13T14:44:03.787 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.787 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.787 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:44:03.787 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.852069+0000", 2024-09-13T14:44:03.787 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.32e-05 2024-09-13T14:44:03.787 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.787 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.787 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:44:03.787 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.859799+0000", 2024-09-13T14:44:03.787 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0077300520000000003 2024-09-13T14:44:03.787 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.788 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.788 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:44:03.788 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.859854+0000", 2024-09-13T14:44:03.788 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.5010999999999999e-05 2024-09-13T14:44:03.788 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.788 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.788 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:44:03.788 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.859898+0000", 2024-09-13T14:44:03.788 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.3940000000000003e-05 2024-09-13T14:44:03.788 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:44:03.788 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:44:03.788 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:44:03.789 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.789 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.789 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:226779 6.c 6:3d90bc84:::benchmark_data_smithi071_156503_object94785:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1129)", 2024-09-13T14:44:03.789 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:43:01.889838+0000", 2024-09-13T14:44:03.789 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 61.835664326, 2024-09-13T14:44:03.789 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.97025484500000003, 2024-09-13T14:44:03.789 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:44:03.789 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:44:03.789 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:44:03.789 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:44:03.789 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:44:03.789 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:44:03.789 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 226779 2024-09-13T14:44:03.789 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.790 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:44:03.790 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.790 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:44:03.790 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.889838+0000", 2024-09-13T14:44:03.790 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:44:03.790 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.790 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.790 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:44:03.790 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.889838+0000", 2024-09-13T14:44:03.790 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:44:03.790 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.790 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.790 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:44:03.790 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.889839+0000", 2024-09-13T14:44:03.791 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.8700000000000001e-06 2024-09-13T14:44:03.791 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.791 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.791 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:44:03.791 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.889845+0000", 2024-09-13T14:44:03.791 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.1250000000000001e-06 2024-09-13T14:44:03.791 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.791 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.791 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:44:03.791 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.889856+0000", 2024-09-13T14:44:03.791 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1425e-05 2024-09-13T14:44:03.791 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.791 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.792 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:44:03.792 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.889863+0000", 2024-09-13T14:44:03.792 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.72e-06 2024-09-13T14:44:03.792 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.792 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.792 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:44:03.792 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.889912+0000", 2024-09-13T14:44:03.792 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.9533000000000002e-05 2024-09-13T14:44:03.792 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.792 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.792 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:44:03.792 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.889920+0000", 2024-09-13T14:44:03.793 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.0690000000000002e-06 2024-09-13T14:44:03.793 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.793 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.793 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:44:03.793 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.839884+0000", 2024-09-13T14:44:03.793 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.94996367999999998 2024-09-13T14:44:03.793 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.793 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.793 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:44:03.793 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.839944+0000", 2024-09-13T14:44:03.793 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.0069999999999999e-05 2024-09-13T14:44:03.793 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.793 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.794 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 5,6", 2024-09-13T14:44:03.794 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.840004+0000", 2024-09-13T14:44:03.794 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.0210999999999997e-05 2024-09-13T14:44:03.794 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.794 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.794 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:44:03.794 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.852028+0000", 2024-09-13T14:44:03.794 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.012024026 2024-09-13T14:44:03.794 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.794 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.794 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:44:03.794 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.859955+0000", 2024-09-13T14:44:03.794 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0079264580000000008 2024-09-13T14:44:03.795 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.795 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.795 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:44:03.795 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.860013+0000", 2024-09-13T14:44:03.795 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.7954000000000001e-05 2024-09-13T14:44:03.795 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.795 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.795 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:44:03.795 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.860058+0000", 2024-09-13T14:44:03.795 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.5677999999999999e-05 2024-09-13T14:44:03.795 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.795 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.795 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:44:03.795 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.860092+0000", 2024-09-13T14:44:03.796 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.4026000000000003e-05 2024-09-13T14:44:03.796 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:44:03.796 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:44:03.796 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:44:03.796 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.796 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.796 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:226789 6.c 6:3ea7f21f:::benchmark_data_smithi071_156503_object94795:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1129)", 2024-09-13T14:44:03.796 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:43:01.915385+0000", 2024-09-13T14:44:03.796 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 61.810117265000002, 2024-09-13T14:44:03.796 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.944882204, 2024-09-13T14:44:03.796 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:44:03.796 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:44:03.796 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:44:03.796 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:44:03.797 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:44:03.797 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:44:03.797 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 226789 2024-09-13T14:44:03.797 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.797 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:44:03.797 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.797 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:44:03.797 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.915385+0000", 2024-09-13T14:44:03.797 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:44:03.797 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.797 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.797 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:44:03.797 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.915385+0000", 2024-09-13T14:44:03.798 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:44:03.798 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.798 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.798 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:44:03.798 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.915386+0000", 2024-09-13T14:44:03.798 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.3549999999999999e-06 2024-09-13T14:44:03.798 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.798 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.798 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:44:03.798 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.915390+0000", 2024-09-13T14:44:03.798 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.9910000000000004e-06 2024-09-13T14:44:03.798 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.798 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.799 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:44:03.799 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.915400+0000", 2024-09-13T14:44:03.799 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0045e-05 2024-09-13T14:44:03.799 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.799 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.799 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:44:03.799 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.915407+0000", 2024-09-13T14:44:03.799 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.861e-06 2024-09-13T14:44:03.799 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.799 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.799 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:44:03.799 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.919822+0000", 2024-09-13T14:44:03.799 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0044152169999999999 2024-09-13T14:44:03.800 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.800 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.800 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:44:03.800 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.919837+0000", 2024-09-13T14:44:03.800 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4528e-05 2024-09-13T14:44:03.800 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.800 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.800 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:44:03.800 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.841174+0000", 2024-09-13T14:44:03.800 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.92133777299999997 2024-09-13T14:44:03.800 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.800 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.800 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:44:03.801 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.841231+0000", 2024-09-13T14:44:03.801 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.6959000000000001e-05 2024-09-13T14:44:03.801 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.801 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.801 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 5,6", 2024-09-13T14:44:03.801 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.841292+0000", 2024-09-13T14:44:03.801 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.0424000000000003e-05 2024-09-13T14:44:03.801 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.801 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.801 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:44:03.801 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.852081+0000", 2024-09-13T14:44:03.801 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.010788918 2024-09-13T14:44:03.801 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.801 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.803 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:44:03.803 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.860132+0000", 2024-09-13T14:44:03.803 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0080514929999999998 2024-09-13T14:44:03.803 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.803 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.803 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:44:03.803 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.860178+0000", 2024-09-13T14:44:03.803 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.5507999999999999e-05 2024-09-13T14:44:03.803 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.803 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.803 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:44:03.803 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.860225+0000", 2024-09-13T14:44:03.803 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.7392000000000003e-05 2024-09-13T14:44:03.804 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.804 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.804 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:44:03.804 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.860267+0000", 2024-09-13T14:44:03.804 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.1739999999999997e-05 2024-09-13T14:44:03.804 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:44:03.804 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:44:03.804 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:44:03.804 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.804 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.804 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:226798 6.c 6:3822450b:::benchmark_data_smithi071_156503_object94804:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1129)", 2024-09-13T14:44:03.804 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:43:01.931082+0000", 2024-09-13T14:44:03.804 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 61.794420066000001, 2024-09-13T14:44:03.805 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.93517571200000005, 2024-09-13T14:44:03.805 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:44:03.805 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:44:03.805 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:44:03.805 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:44:03.805 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:44:03.805 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:44:03.805 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 226798 2024-09-13T14:44:03.805 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.805 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:44:03.805 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.805 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:44:03.805 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.931082+0000", 2024-09-13T14:44:03.806 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:44:03.806 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.806 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.806 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:44:03.806 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.931082+0000", 2024-09-13T14:44:03.806 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:44:03.806 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.806 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.806 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:44:03.806 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.931084+0000", 2024-09-13T14:44:03.806 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.782e-06 2024-09-13T14:44:03.806 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.806 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.807 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:44:03.807 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.931092+0000", 2024-09-13T14:44:03.807 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.5699999999999993e-06 2024-09-13T14:44:03.807 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.807 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.807 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:44:03.807 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.931107+0000", 2024-09-13T14:44:03.807 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4362000000000001e-05 2024-09-13T14:44:03.807 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.807 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.807 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:44:03.807 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.931115+0000", 2024-09-13T14:44:03.807 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.3329999999999997e-06 2024-09-13T14:44:03.807 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.808 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.808 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:44:03.808 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.931258+0000", 2024-09-13T14:44:03.808 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00014334699999999999 2024-09-13T14:44:03.808 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.808 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.808 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:44:03.808 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.931280+0000", 2024-09-13T14:44:03.808 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.1993000000000001e-05 2024-09-13T14:44:03.808 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.808 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.808 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:44:03.808 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.842438+0000", 2024-09-13T14:44:03.809 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.91115758599999996 2024-09-13T14:44:03.809 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.809 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.809 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:44:03.809 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.842496+0000", 2024-09-13T14:44:03.809 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.8125999999999999e-05 2024-09-13T14:44:03.809 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.809 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.809 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 5,6", 2024-09-13T14:44:03.809 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.842556+0000", 2024-09-13T14:44:03.809 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.0278000000000001e-05 2024-09-13T14:44:03.809 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.809 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.809 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:44:03.810 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.852084+0000", 2024-09-13T14:44:03.810 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0095278659999999994 2024-09-13T14:44:03.810 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.810 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.810 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:44:03.810 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.860323+0000", 2024-09-13T14:44:03.810 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0082386219999999993 2024-09-13T14:44:03.810 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.810 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.810 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:44:03.810 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.866161+0000", 2024-09-13T14:44:03.810 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0058381120000000003 2024-09-13T14:44:03.810 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.810 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.811 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:44:03.811 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.866204+0000", 2024-09-13T14:44:03.811 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.3408000000000002e-05 2024-09-13T14:44:03.811 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.811 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.811 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:44:03.811 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.866258+0000", 2024-09-13T14:44:03.811 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.3327e-05 2024-09-13T14:44:03.811 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:44:03.811 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:44:03.811 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:44:03.811 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.811 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.812 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:226808 6.c 6:3dcce95f:::benchmark_data_smithi071_156503_object94814:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1129)", 2024-09-13T14:44:03.812 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:43:01.954512+0000", 2024-09-13T14:44:03.812 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 61.770989511000003, 2024-09-13T14:44:03.812 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.92571297299999999, 2024-09-13T14:44:03.812 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:44:03.812 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:44:03.812 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:44:03.812 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:44:03.812 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:44:03.812 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:44:03.812 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 226808 2024-09-13T14:44:03.812 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.813 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:44:03.813 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.813 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:44:03.813 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.954512+0000", 2024-09-13T14:44:03.813 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:44:03.813 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.813 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.813 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:44:03.813 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.954512+0000", 2024-09-13T14:44:03.813 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:44:03.813 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.813 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.813 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:44:03.813 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.954514+0000", 2024-09-13T14:44:03.813 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.871e-06 2024-09-13T14:44:03.814 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.814 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.814 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:44:03.814 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.954521+0000", 2024-09-13T14:44:03.814 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.8340000000000001e-06 2024-09-13T14:44:03.814 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.814 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.814 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:44:03.814 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.954542+0000", 2024-09-13T14:44:03.814 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.0835e-05 2024-09-13T14:44:03.814 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.814 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.814 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:44:03.814 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.954551+0000", 2024-09-13T14:44:03.815 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.2799999999999992e-06 2024-09-13T14:44:03.815 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.815 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.815 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:44:03.815 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.954971+0000", 2024-09-13T14:44:03.815 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000419644 2024-09-13T14:44:03.815 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.815 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.815 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:44:03.815 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.954992+0000", 2024-09-13T14:44:03.815 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.1219000000000001e-05 2024-09-13T14:44:03.815 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.815 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.815 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:44:03.816 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.843711+0000", 2024-09-13T14:44:03.816 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.88871887100000002 2024-09-13T14:44:03.816 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.816 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.816 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:44:03.816 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.843769+0000", 2024-09-13T14:44:03.816 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.7902000000000002e-05 2024-09-13T14:44:03.816 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.816 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.816 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 5,6", 2024-09-13T14:44:03.816 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.843828+0000", 2024-09-13T14:44:03.816 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.9379000000000002e-05 2024-09-13T14:44:03.816 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.816 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.817 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:44:03.817 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.852087+0000", 2024-09-13T14:44:03.817 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0082592440000000007 2024-09-13T14:44:03.817 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.817 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.817 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:44:03.817 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.866122+0000", 2024-09-13T14:44:03.817 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.014034158999999999 2024-09-13T14:44:03.817 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.817 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.817 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:44:03.817 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.880126+0000", 2024-09-13T14:44:03.817 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.014004216999999999 2024-09-13T14:44:03.817 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.818 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.818 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:44:03.818 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.880181+0000", 2024-09-13T14:44:03.818 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.5316999999999999e-05 2024-09-13T14:44:03.818 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.818 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.818 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:44:03.818 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.880225+0000", 2024-09-13T14:44:03.818 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.4200999999999999e-05 2024-09-13T14:44:03.818 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:44:03.818 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:44:03.818 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:44:03.818 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.819 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.819 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:226820 6.c 6:39458532:::benchmark_data_smithi071_156503_object94826:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1129)", 2024-09-13T14:44:03.819 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:43:01.970395+0000", 2024-09-13T14:44:03.819 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 61.755107031000001, 2024-09-13T14:44:03.819 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.90996906499999997, 2024-09-13T14:44:03.819 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:44:03.819 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:44:03.819 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:44:03.819 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:44:03.819 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:44:03.819 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:44:03.819 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 226820 2024-09-13T14:44:03.819 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.819 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:44:03.820 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.820 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:44:03.820 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.970395+0000", 2024-09-13T14:44:03.820 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:44:03.820 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.820 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.820 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:44:03.820 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.970395+0000", 2024-09-13T14:44:03.820 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:44:03.820 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.820 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.820 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:44:03.820 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.970397+0000", 2024-09-13T14:44:03.821 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.874e-06 2024-09-13T14:44:03.821 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.821 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.821 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:44:03.821 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.970402+0000", 2024-09-13T14:44:03.821 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.5389999999999998e-06 2024-09-13T14:44:03.821 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.821 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.821 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:44:03.821 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.970420+0000", 2024-09-13T14:44:03.821 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.7793000000000001e-05 2024-09-13T14:44:03.821 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.821 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.821 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:44:03.821 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.970429+0000", 2024-09-13T14:44:03.822 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.9679999999999995e-06 2024-09-13T14:44:03.822 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.822 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.822 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:44:03.822 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.970640+0000", 2024-09-13T14:44:03.822 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00021126000000000001 2024-09-13T14:44:03.822 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.822 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.822 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:44:03.822 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.970668+0000", 2024-09-13T14:44:03.822 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.7725e-05 2024-09-13T14:44:03.822 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.822 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.822 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:44:03.823 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.844998+0000", 2024-09-13T14:44:03.823 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.874329562 2024-09-13T14:44:03.823 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.823 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.823 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:44:03.823 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.845059+0000", 2024-09-13T14:44:03.823 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.0995999999999997e-05 2024-09-13T14:44:03.823 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.823 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.823 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 5,6", 2024-09-13T14:44:03.823 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.845118+0000", 2024-09-13T14:44:03.823 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.9515000000000002e-05 2024-09-13T14:44:03.823 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.823 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.824 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:44:03.824 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.852092+0000", 2024-09-13T14:44:03.824 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0069735120000000003 2024-09-13T14:44:03.824 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.824 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.824 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:44:03.824 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.866323+0000", 2024-09-13T14:44:03.824 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.014231247000000001 2024-09-13T14:44:03.824 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.824 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.824 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:44:03.824 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.880272+0000", 2024-09-13T14:44:03.824 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.013949309999999999 2024-09-13T14:44:03.824 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.825 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.825 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:44:03.825 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.880323+0000", 2024-09-13T14:44:03.825 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.1301999999999998e-05 2024-09-13T14:44:03.825 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.825 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.825 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:44:03.825 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.880364+0000", 2024-09-13T14:44:03.825 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.0462e-05 2024-09-13T14:44:03.825 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:44:03.825 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:44:03.825 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:44:03.825 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.825 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.825 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:226835 6.c 6:3742ff13:::benchmark_data_smithi071_156503_object94841:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1129)", 2024-09-13T14:44:03.826 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:43:02.000301+0000", 2024-09-13T14:44:03.826 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 61.725200518999998, 2024-09-13T14:44:03.826 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.886567522, 2024-09-13T14:44:03.826 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:44:03.826 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:44:03.826 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:44:03.826 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:44:03.826 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:44:03.826 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:44:03.826 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 226835 2024-09-13T14:44:03.826 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.826 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:44:03.826 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.826 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:44:03.827 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.000301+0000", 2024-09-13T14:44:03.827 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:44:03.827 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.827 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.827 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:44:03.827 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.000301+0000", 2024-09-13T14:44:03.827 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:44:03.827 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.827 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.827 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:44:03.827 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.000303+0000", 2024-09-13T14:44:03.827 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.767e-06 2024-09-13T14:44:03.827 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.827 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.827 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:44:03.828 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.000309+0000", 2024-09-13T14:44:03.828 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.5639999999999996e-06 2024-09-13T14:44:03.828 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.828 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.828 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:44:03.828 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.000322+0000", 2024-09-13T14:44:03.828 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2909e-05 2024-09-13T14:44:03.828 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.828 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.828 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:44:03.828 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.000330+0000", 2024-09-13T14:44:03.828 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.8900000000000007e-06 2024-09-13T14:44:03.828 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.829 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.829 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:44:03.829 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.000587+0000", 2024-09-13T14:44:03.829 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000257488 2024-09-13T14:44:03.829 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.829 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.829 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:44:03.829 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.000611+0000", 2024-09-13T14:44:03.829 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.3910999999999999e-05 2024-09-13T14:44:03.829 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.829 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.829 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:44:03.829 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.846298+0000", 2024-09-13T14:44:03.829 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.84568726900000002 2024-09-13T14:44:03.829 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.830 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.830 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:44:03.830 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.846356+0000", 2024-09-13T14:44:03.830 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.7312999999999998e-05 2024-09-13T14:44:03.830 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.830 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.830 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 5,6", 2024-09-13T14:44:03.830 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.846417+0000", 2024-09-13T14:44:03.830 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.1289000000000002e-05 2024-09-13T14:44:03.830 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.830 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.830 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:44:03.830 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.852095+0000", 2024-09-13T14:44:03.830 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0056784239999999996 2024-09-13T14:44:03.831 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.831 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.831 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:44:03.831 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.869270+0000", 2024-09-13T14:44:03.831 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.017174723999999999 2024-09-13T14:44:03.831 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.831 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.831 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:44:03.831 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.886782+0000", 2024-09-13T14:44:03.831 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.017511803999999999 2024-09-13T14:44:03.831 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.831 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.831 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:44:03.831 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.886834+0000", 2024-09-13T14:44:03.832 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.1897999999999997e-05 2024-09-13T14:44:03.832 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.832 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.832 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:44:03.832 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.886869+0000", 2024-09-13T14:44:03.832 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.5271999999999997e-05 2024-09-13T14:44:03.832 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:44:03.832 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:44:03.832 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:44:03.832 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.832 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.832 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:226859 6.c 6:38a27fe9:::benchmark_data_smithi071_156503_object94865:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1129)", 2024-09-13T14:44:03.832 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:43:02.037134+0000", 2024-09-13T14:44:03.832 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 61.688368210999997, 2024-09-13T14:44:03.833 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.86254867800000001, 2024-09-13T14:44:03.833 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:44:03.833 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:44:03.833 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:44:03.833 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:44:03.833 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:44:03.833 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:44:03.833 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 226859 2024-09-13T14:44:03.833 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.833 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:44:03.833 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.833 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:44:03.833 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.037134+0000", 2024-09-13T14:44:03.833 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:44:03.834 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.834 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.834 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:44:03.834 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.037134+0000", 2024-09-13T14:44:03.834 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:44:03.834 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.834 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.834 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:44:03.834 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.037135+0000", 2024-09-13T14:44:03.834 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.6700000000000001e-06 2024-09-13T14:44:03.834 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.834 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.834 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:44:03.834 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.037141+0000", 2024-09-13T14:44:03.835 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.7350000000000001e-06 2024-09-13T14:44:03.835 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.835 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.835 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:44:03.835 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.037154+0000", 2024-09-13T14:44:03.835 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2986000000000001e-05 2024-09-13T14:44:03.835 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.835 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.835 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:44:03.835 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.037163+0000", 2024-09-13T14:44:03.835 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.6759999999999996e-06 2024-09-13T14:44:03.835 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.835 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.835 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:44:03.835 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.037300+0000", 2024-09-13T14:44:03.836 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013735 2024-09-13T14:44:03.836 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.836 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.836 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:44:03.836 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.037331+0000", 2024-09-13T14:44:03.836 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.0917000000000002e-05 2024-09-13T14:44:03.836 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.836 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.836 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:44:03.836 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.847589+0000", 2024-09-13T14:44:03.836 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.81025826700000003 2024-09-13T14:44:03.836 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.836 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.837 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:44:03.837 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.847648+0000", 2024-09-13T14:44:03.837 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.9009999999999999e-05 2024-09-13T14:44:03.837 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.837 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.837 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 5,6", 2024-09-13T14:44:03.837 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.847713+0000", 2024-09-13T14:44:03.837 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.4639000000000002e-05 2024-09-13T14:44:03.837 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.837 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.837 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:44:03.837 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.852098+0000", 2024-09-13T14:44:03.837 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0043846759999999997 2024-09-13T14:44:03.837 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.837 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.838 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:44:03.838 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.873495+0000", 2024-09-13T14:44:03.838 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.021397770999999999 2024-09-13T14:44:03.838 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.838 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.838 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:44:03.838 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.899575+0000", 2024-09-13T14:44:03.838 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.026079182999999999 2024-09-13T14:44:03.838 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.838 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.838 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:44:03.838 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.899634+0000", 2024-09-13T14:44:03.838 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.9210999999999999e-05 2024-09-13T14:44:03.838 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.839 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.839 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:44:03.839 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.899682+0000", 2024-09-13T14:44:03.839 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.8587000000000001e-05 2024-09-13T14:44:03.839 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:44:03.839 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:44:03.839 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:44:03.839 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.839 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.839 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:226860 6.c 6:383e43ea:::benchmark_data_smithi071_156503_object94866:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1129)", 2024-09-13T14:44:03.839 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:43:02.037428+0000", 2024-09-13T14:44:03.839 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 61.688073648, 2024-09-13T14:44:03.839 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.86239711299999999, 2024-09-13T14:44:03.839 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:44:03.839 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:44:03.840 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:44:03.840 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:44:03.840 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:44:03.840 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:44:03.840 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 226860 2024-09-13T14:44:03.840 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.840 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:44:03.840 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.840 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:44:03.840 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.037428+0000", 2024-09-13T14:44:03.840 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:44:03.840 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.840 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.840 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:44:03.841 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.037428+0000", 2024-09-13T14:44:03.841 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:44:03.841 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.841 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.841 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:44:03.841 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.037429+0000", 2024-09-13T14:44:03.841 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.4300000000000002e-07 2024-09-13T14:44:03.841 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.841 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.841 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:44:03.841 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.037433+0000", 2024-09-13T14:44:03.841 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.0049999999999998e-06 2024-09-13T14:44:03.841 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.841 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.841 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:44:03.842 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.037446+0000", 2024-09-13T14:44:03.842 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2534999999999999e-05 2024-09-13T14:44:03.842 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.842 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.842 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:44:03.842 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.037455+0000", 2024-09-13T14:44:03.842 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.5659999999999996e-06 2024-09-13T14:44:03.842 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.842 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.842 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:44:03.842 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.037537+0000", 2024-09-13T14:44:03.842 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.1819999999999999e-05 2024-09-13T14:44:03.842 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.842 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.843 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:44:03.843 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.037550+0000", 2024-09-13T14:44:03.843 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2687000000000001e-05 2024-09-13T14:44:03.843 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.843 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.843 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:44:03.843 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.848907+0000", 2024-09-13T14:44:03.843 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.81135703199999998 2024-09-13T14:44:03.843 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.843 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.843 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:44:03.843 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.848976+0000", 2024-09-13T14:44:03.843 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.8757000000000006e-05 2024-09-13T14:44:03.843 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.843 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.844 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 5,6", 2024-09-13T14:44:03.844 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.849042+0000", 2024-09-13T14:44:03.844 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.6866999999999995e-05 2024-09-13T14:44:03.844 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.844 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.844 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:44:03.844 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.855124+0000", 2024-09-13T14:44:03.844 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0060818069999999998 2024-09-13T14:44:03.844 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.844 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.844 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:44:03.844 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.878293+0000", 2024-09-13T14:44:03.844 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.023169143 2024-09-13T14:44:03.844 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.845 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.845 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:44:03.845 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.899732+0000", 2024-09-13T14:44:03.845 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.021438459999999999 2024-09-13T14:44:03.845 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.845 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.845 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:44:03.845 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.899783+0000", 2024-09-13T14:44:03.845 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.126e-05 2024-09-13T14:44:03.845 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.845 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.845 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:44:03.845 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.899825+0000", 2024-09-13T14:44:03.846 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.2330999999999998e-05 2024-09-13T14:44:03.846 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:44:03.846 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:44:03.846 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:44:03.846 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.846 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.846 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:226882 6.c 6:3b020d30:::benchmark_data_smithi071_156503_object94888:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1129)", 2024-09-13T14:44:03.846 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:43:02.076426+0000", 2024-09-13T14:44:03.846 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 61.649076063999999, 2024-09-13T14:44:03.846 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.82360081399999996, 2024-09-13T14:44:03.846 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:44:03.846 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:44:03.847 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:44:03.847 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:44:03.847 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:44:03.847 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:44:03.847 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 226882 2024-09-13T14:44:03.847 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.847 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:44:03.847 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.847 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:44:03.847 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.076426+0000", 2024-09-13T14:44:03.847 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:44:03.847 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.847 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.847 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:44:03.847 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.076426+0000", 2024-09-13T14:44:03.848 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:44:03.848 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.848 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.848 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:44:03.848 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.076428+0000", 2024-09-13T14:44:03.848 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.81e-06 2024-09-13T14:44:03.848 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.848 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.848 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:44:03.848 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.076433+0000", 2024-09-13T14:44:03.848 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.0329999999999999e-06 2024-09-13T14:44:03.848 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.848 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.848 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:44:03.849 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.076444+0000", 2024-09-13T14:44:03.849 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1246999999999999e-05 2024-09-13T14:44:03.849 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.849 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.849 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:44:03.849 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.076451+0000", 2024-09-13T14:44:03.849 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.7830000000000001e-06 2024-09-13T14:44:03.849 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.849 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.849 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:44:03.849 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.080103+0000", 2024-09-13T14:44:03.849 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.003652027 2024-09-13T14:44:03.849 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.849 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.850 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:44:03.850 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.080113+0000", 2024-09-13T14:44:03.850 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0387000000000001e-05 2024-09-13T14:44:03.850 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.850 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.850 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:44:03.850 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.850581+0000", 2024-09-13T14:44:03.850 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.77046743900000003 2024-09-13T14:44:03.850 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.850 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.851 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:44:03.851 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.850642+0000", 2024-09-13T14:44:03.851 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.1495999999999995e-05 2024-09-13T14:44:03.851 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.851 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.851 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 5,6", 2024-09-13T14:44:03.851 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.850713+0000", 2024-09-13T14:44:03.851 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.1153000000000001e-05 2024-09-13T14:44:03.851 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.851 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.851 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:44:03.851 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.855127+0000", 2024-09-13T14:44:03.851 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0044137730000000002 2024-09-13T14:44:03.851 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.852 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.852 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:44:03.852 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.893075+0000", 2024-09-13T14:44:03.852 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.037947559999999998 2024-09-13T14:44:03.852 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.852 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.852 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:44:03.852 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.899870+0000", 2024-09-13T14:44:03.852 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0067950299999999996 2024-09-13T14:44:03.852 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.852 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.852 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:44:03.852 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.899976+0000", 2024-09-13T14:44:03.853 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00010686799999999999 2024-09-13T14:44:03.853 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:03.853 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:03.853 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:44:03.853 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.900027+0000", 2024-09-13T14:44:03.853 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.0207999999999998e-05 2024-09-13T14:44:03.853 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:44:03.853 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:44:03.853 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:44:03.853 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:44:03.853 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:44:03.853 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:44:03.855 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:03.855 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:03.855 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:44:03.956 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:03.982 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:03.983 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:03.984 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:04.084 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:04.105 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:04.106 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:04.106 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:04.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:03 smithi071 ceph-mon[107477]: pgmap v1329: 89 pgs: 89 active+clean; 582 KiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 0 B/s wr, 580 op/s 2024-09-13T14:44:04.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:03 smithi071 ceph-mon[112785]: pgmap v1329: 89 pgs: 89 active+clean; 582 KiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 0 B/s wr, 580 op/s 2024-09-13T14:44:04.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:03 smithi104 ceph-mon[105578]: pgmap v1329: 89 pgs: 89 active+clean; 582 KiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 0 B/s wr, 580 op/s 2024-09-13T14:44:04.207 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:44:04.228 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:04.229 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:04.229 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:44:04.330 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:04.356 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:04.357 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:04.357 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:04.458 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:44:04.480 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:04.481 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:04.481 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:44:04.582 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:04.609 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:04.609 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:04.610 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:04.710 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:04.736 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:04.737 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:04.737 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:04.838 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:04.859 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:04.860 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:04.860 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:04.903 INFO:teuthology.orchestra.run.smithi071.stdout:{"pg_ready":true,"pg_map":{"version":1328,"stamp":"2024-09-13T14:44:01.900197+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":595941,"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":393,"num_read_kb":835,"num_write":264263,"num_write_kb":8449874,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":14532,"num_bytes_recovered":953288468,"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":139968,"ondisk_log_size":139968,"up":267,"acting":267,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":268,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":8,"kb":749961216,"kb_used":1680280,"kb_used_data":65432,"kb_used_omap":189,"kb_used_meta":1614594,"kb_avail":748280936,"statfs":{"total":767960285184,"available":766239678464,"internally_reserved":0,"allocated":67002368,"data_stored":49852431,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":193988,"internal_metadata":1653344828},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[1,1,0,1,7],"upper_bound":32},"perf_stat":{"commit_latency_ms":4,"apply_latency_ms":4,"commit_latency_ns":4000000,"apply_latency_ns":4000000},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":-380502040,"num_objects":-5807,"num_object_clones":0,"num_object_copies":-17421,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":-5807,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":5807,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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.020320"},"pg_stats":[{"pgid":"4.14","version":"0'0","reported_seq":72,"reported_epoch":1147,"state":"active+clean","last_fresh":"2024-09-13T14:43:51.897889+0000","last_change":"2024-09-13T14:41:41.330674+0000","last_active":"2024-09-13T14:43:51.897889+0000","last_peered":"2024-09-13T14:43:51.897889+0000","last_clean":"2024-09-13T14:43:51.897889+0000","last_became_active":"2024-09-13T14:41:41.330383+0000","last_became_peered":"2024-09-13T14:41:41.330383+0000","last_unstale":"2024-09-13T14:43:51.897889+0000","last_undegraded":"2024-09-13T14:43:51.897889+0000","last_fullsized":"2024-09-13T14:43:51.897889+0000","mapping_epoch":1116,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:10:13.672547+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.13","version":"70'2","reported_seq":1075,"reported_epoch":1146,"state":"active+clean","last_fresh":"2024-09-13T14:43:49.620513+0000","last_change":"2024-09-13T14:33:17.924359+0000","last_active":"2024-09-13T14:43:49.620513+0000","last_peered":"2024-09-13T14:43:49.620513+0000","last_clean":"2024-09-13T14:43:49.620513+0000","last_became_active":"2024-09-13T14:33:17.923983+0000","last_became_peered":"2024-09-13T14:33:17.923983+0000","last_unstale":"2024-09-13T14:43:49.620513+0000","last_undegraded":"2024-09-13T14:43:49.620513+0000","last_fullsized":"2024-09-13T14:43:49.620513+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T19:42:27.641362+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":[7,4,2],"acting":[7,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.15","version":"0'0","reported_seq":1100,"reported_epoch":1146,"state":"active+clean","last_fresh":"2024-09-13T14:43:49.562081+0000","last_change":"2024-09-13T14:41:41.337162+0000","last_active":"2024-09-13T14:43:49.562081+0000","last_peered":"2024-09-13T14:43:49.562081+0000","last_clean":"2024-09-13T14:43:49.562081+0000","last_became_active":"2024-09-13T14:41:41.336816+0000","last_became_peered":"2024-09-13T14:41:41.336816+0000","last_unstale":"2024-09-13T14:43:49.562081+0000","last_undegraded":"2024-09-13T14:43:49.562081+0000","last_fullsized":"2024-09-13T14:43:49.562081+0000","mapping_epoch":1116,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:28:33.370073+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[5,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.12","version":"0'0","reported_seq":1485,"reported_epoch":1147,"state":"active+clean","last_fresh":"2024-09-13T14:43:51.906167+0000","last_change":"2024-09-13T14:41:41.335267+0000","last_active":"2024-09-13T14:43:51.906167+0000","last_peered":"2024-09-13T14:43:51.906167+0000","last_clean":"2024-09-13T14:43:51.906167+0000","last_became_active":"2024-09-13T14:41:41.334948+0000","last_became_peered":"2024-09-13T14:41:41.334948+0000","last_unstale":"2024-09-13T14:43:51.906167+0000","last_undegraded":"2024-09-13T14:43:51.906167+0000","last_fullsized":"2024-09-13T14:43:51.906167+0000","mapping_epoch":1116,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:37:46.852769+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.16","version":"0'0","reported_seq":1483,"reported_epoch":1147,"state":"active+clean","last_fresh":"2024-09-13T14:43:51.904604+0000","last_change":"2024-09-13T14:41:41.334808+0000","last_active":"2024-09-13T14:43:51.904604+0000","last_peered":"2024-09-13T14:43:51.904604+0000","last_clean":"2024-09-13T14:43:51.904604+0000","last_became_active":"2024-09-13T14:41:41.334249+0000","last_became_peered":"2024-09-13T14:41:41.334249+0000","last_unstale":"2024-09-13T14:43:51.904604+0000","last_undegraded":"2024-09-13T14:43:51.904604+0000","last_fullsized":"2024-09-13T14:43:51.904604+0000","mapping_epoch":1116,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:16:03.860433+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[0,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.11","version":"0'0","reported_seq":1067,"reported_epoch":1146,"state":"active+clean","last_fresh":"2024-09-13T14:43:49.620430+0000","last_change":"2024-09-13T14:39:45.492063+0000","last_active":"2024-09-13T14:43:49.620430+0000","last_peered":"2024-09-13T14:43:49.620430+0000","last_clean":"2024-09-13T14:43:49.620430+0000","last_became_active":"2024-09-13T14:39:45.491427+0000","last_became_peered":"2024-09-13T14:39:45.491427+0000","last_unstale":"2024-09-13T14:43:49.620430+0000","last_undegraded":"2024-09-13T14:43:49.620430+0000","last_fullsized":"2024-09-13T14:43:49.620430+0000","mapping_epoch":1098,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1099,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:59:40.493837+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.17","version":"0'0","reported_seq":72,"reported_epoch":1147,"state":"active+clean","last_fresh":"2024-09-13T14:43:51.898125+0000","last_change":"2024-09-13T14:41:41.326762+0000","last_active":"2024-09-13T14:43:51.898125+0000","last_peered":"2024-09-13T14:43:51.898125+0000","last_clean":"2024-09-13T14:43:51.898125+0000","last_became_active":"2024-09-13T14:41:41.326421+0000","last_became_peered":"2024-09-13T14:41:41.326421+0000","last_unstale":"2024-09-13T14:43:51.898125+0000","last_undegraded":"2024-09-13T14:43:51.898125+0000","last_fullsized":"2024-09-13T14:43:51.898125+0000","mapping_epoch":1116,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:13:09.309174+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[3,7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.10","version":"70'8","reported_seq":1079,"reported_epoch":1146,"state":"active+clean","last_fresh":"2024-09-13T14:43:49.622842+0000","last_change":"2024-09-13T14:32:10.923132+0000","last_active":"2024-09-13T14:43:49.622842+0000","last_peered":"2024-09-13T14:43:49.622842+0000","last_clean":"2024-09-13T14:43:49.622842+0000","last_became_active":"2024-09-13T14:32:10.922710+0000","last_became_peered":"2024-09-13T14:32:10.922710+0000","last_unstale":"2024-09-13T14:43:49.622842+0000","last_undegraded":"2024-09-13T14:43:49.622842+0000","last_fullsized":"2024-09-13T14:43:49.622842+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T19:47:11.104439+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":[6,0,5],"acting":[6,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"6.a","version":"1147'16480","reported_seq":16546,"reported_epoch":1147,"state":"active+clean","last_fresh":"2024-09-13T14:43:57.107795+0000","last_change":"2024-09-13T14:39:16.317780+0000","last_active":"2024-09-13T14:43:57.107795+0000","last_peered":"2024-09-13T14:43:57.107795+0000","last_clean":"2024-09-13T14:43:57.107795+0000","last_became_active":"2024-09-13T14:39:16.317336+0000","last_became_peered":"2024-09-13T14:39:16.317336+0000","last_unstale":"2024-09-13T14:43:57.107795+0000","last_undegraded":"2024-09-13T14:43:57.107795+0000","last_fullsized":"2024-09-13T14:43:57.107795+0000","mapping_epoch":1091,"log_start":"1104'6400","ondisk_log_start":"1104'6400","created":1091,"last_epoch_clean":1092,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":10080,"log_dups_size":0,"ondisk_log_size":10080,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:12:23.244753+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":16480,"num_write_kb":527360,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[5,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.f","version":"70'1","reported_seq":1074,"reported_epoch":1146,"state":"active+clean","last_fresh":"2024-09-13T14:43:49.620399+0000","last_change":"2024-09-13T14:32:10.925838+0000","last_active":"2024-09-13T14:43:49.620399+0000","last_peered":"2024-09-13T14:43:49.620399+0000","last_clean":"2024-09-13T14:43:49.620399+0000","last_became_active":"2024-09-13T14:32:10.925469+0000","last_became_peered":"2024-09-13T14:32:10.925469+0000","last_unstale":"2024-09-13T14:43:49.620399+0000","last_undegraded":"2024-09-13T14:43:49.620399+0000","last_fullsized":"2024-09-13T14:43:49.620399+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T17:37:11.282892+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":[7,4,0],"acting":[7,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.8","version":"0'0","reported_seq":1068,"reported_epoch":1146,"state":"active+clean","last_fresh":"2024-09-13T14:43:49.561785+0000","last_change":"2024-09-13T14:19:29.737140+0000","last_active":"2024-09-13T14:43:49.561785+0000","last_peered":"2024-09-13T14:43:49.561785+0000","last_clean":"2024-09-13T14:43:49.561785+0000","last_became_active":"2024-09-13T14:19:29.736847+0000","last_became_peered":"2024-09-13T14:19:29.736847+0000","last_unstale":"2024-09-13T14:43:49.561785+0000","last_undegraded":"2024-09-13T14:43:49.561785+0000","last_fullsized":"2024-09-13T14:43:49.561785+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:38:08.956564+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"6.b","version":"1147'16300","reported_seq":17354,"reported_epoch":1147,"state":"active+clean","last_fresh":"2024-09-13T14:43:57.052945+0000","last_change":"2024-09-13T14:43:48.608826+0000","last_active":"2024-09-13T14:43:57.052945+0000","last_peered":"2024-09-13T14:43:57.052945+0000","last_clean":"2024-09-13T14:43:57.052945+0000","last_became_active":"2024-09-13T14:43:48.561839+0000","last_became_peered":"2024-09-13T14:43:48.561839+0000","last_unstale":"2024-09-13T14:43:57.052945+0000","last_undegraded":"2024-09-13T14:43:57.052945+0000","last_fullsized":"2024-09-13T14:43:57.052945+0000","mapping_epoch":1144,"log_start":"1112'8964","ondisk_log_start":"1112'8964","created":1091,"last_epoch_clean":1145,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":7336,"log_dups_size":0,"ondisk_log_size":7336,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:08:20.318150+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":16300,"num_write_kb":521600,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":471,"num_bytes_recovered":30867456,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[3,7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.e","version":"70'2","reported_seq":1075,"reported_epoch":1146,"state":"active+clean","last_fresh":"2024-09-13T14:43:49.620789+0000","last_change":"2024-09-13T14:32:44.955178+0000","last_active":"2024-09-13T14:43:49.620789+0000","last_peered":"2024-09-13T14:43:49.620789+0000","last_clean":"2024-09-13T14:43:49.620789+0000","last_became_active":"2024-09-13T14:32:44.954792+0000","last_became_peered":"2024-09-13T14:32:44.954792+0000","last_unstale":"2024-09-13T14:43:49.620789+0000","last_undegraded":"2024-09-13T14:43:49.620789+0000","last_fullsized":"2024-09-13T14:43:49.620789+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T19:15:55.869971+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,4,1],"acting":[7,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.9","version":"0'0","reported_seq":1130,"reported_epoch":1146,"state":"active+clean","last_fresh":"2024-09-13T14:43:49.563120+0000","last_change":"2024-09-13T14:41:41.329907+0000","last_active":"2024-09-13T14:43:49.563120+0000","last_peered":"2024-09-13T14:43:49.563120+0000","last_clean":"2024-09-13T14:43:49.563120+0000","last_became_active":"2024-09-13T14:41:41.329494+0000","last_became_peered":"2024-09-13T14:41:41.329494+0000","last_unstale":"2024-09-13T14:43:49.563120+0000","last_undegraded":"2024-09-13T14:43:49.563120+0000","last_fullsized":"2024-09-13T14:43:49.563120+0000","mapping_epoch":1116,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:19:46.656636+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"6.8","version":"1147'16642","reported_seq":18301,"reported_epoch":1147,"state":"active+clean","last_fresh":"2024-09-13T14:43:57.015588+0000","last_change":"2024-09-13T14:43:39.052756+0000","last_active":"2024-09-13T14:43:57.015588+0000","last_peered":"2024-09-13T14:43:57.015588+0000","last_clean":"2024-09-13T14:43:57.015588+0000","last_became_active":"2024-09-13T14:43:39.013520+0000","last_became_peered":"2024-09-13T14:43:39.013520+0000","last_unstale":"2024-09-13T14:43:57.015588+0000","last_undegraded":"2024-09-13T14:43:57.015588+0000","last_fullsized":"2024-09-13T14:43:57.015588+0000","mapping_epoch":1137,"log_start":"1109'8300","ondisk_log_start":"1109'8300","created":1091,"last_epoch_clean":1138,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":8342,"log_dups_size":0,"ondisk_log_size":8342,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:10:48.859294+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":16642,"num_write_kb":532544,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":780,"num_bytes_recovered":51118080,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[7,2,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.d","version":"70'1","reported_seq":1059,"reported_epoch":1146,"state":"active+clean","last_fresh":"2024-09-13T14:43:49.620931+0000","last_change":"2024-09-13T14:19:29.702716+0000","last_active":"2024-09-13T14:43:49.620931+0000","last_peered":"2024-09-13T14:43:49.620931+0000","last_clean":"2024-09-13T14:43:49.620931+0000","last_became_active":"2024-09-13T14:19:29.702205+0000","last_became_peered":"2024-09-13T14:19:29.702205+0000","last_unstale":"2024-09-13T14:43:49.620931+0000","last_undegraded":"2024-09-13T14:43:49.620931+0000","last_fullsized":"2024-09-13T14:43:49.620931+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T22:09:38.318232+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":[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.a","version":"0'0","reported_seq":1080,"reported_epoch":1146,"state":"active+clean","last_fresh":"2024-09-13T14:43:49.622889+0000","last_change":"2024-09-13T14:39:45.494752+0000","last_active":"2024-09-13T14:43:49.622889+0000","last_peered":"2024-09-13T14:43:49.622889+0000","last_clean":"2024-09-13T14:43:49.622889+0000","last_became_active":"2024-09-13T14:39:45.494383+0000","last_became_peered":"2024-09-13T14:39:45.494383+0000","last_unstale":"2024-09-13T14:43:49.622889+0000","last_undegraded":"2024-09-13T14:43:49.622889+0000","last_fullsized":"2024-09-13T14:43:49.622889+0000","mapping_epoch":1098,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1099,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:35:15.781522+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[6,5,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"6.9","version":"1147'16478","reported_seq":16603,"reported_epoch":1147,"state":"active+clean","last_fresh":"2024-09-13T14:43:57.088386+0000","last_change":"2024-09-13T14:39:16.146555+0000","last_active":"2024-09-13T14:43:57.088386+0000","last_peered":"2024-09-13T14:43:57.088386+0000","last_clean":"2024-09-13T14:43:57.088386+0000","last_became_active":"2024-09-13T14:39:16.146227+0000","last_became_peered":"2024-09-13T14:39:16.146227+0000","last_unstale":"2024-09-13T14:43:57.088386+0000","last_undegraded":"2024-09-13T14:43:57.088386+0000","last_fullsized":"2024-09-13T14:43:57.088386+0000","mapping_epoch":1091,"log_start":"1106'6800","ondisk_log_start":"1106'6800","created":1091,"last_epoch_clean":1092,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":9678,"log_dups_size":0,"ondisk_log_size":9678,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:29:14.746504+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":16478,"num_write_kb":527296,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[0,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.c","version":"0'0","reported_seq":1101,"reported_epoch":1146,"state":"active+clean","last_fresh":"2024-09-13T14:43:49.562048+0000","last_change":"2024-09-13T14:41:41.330300+0000","last_active":"2024-09-13T14:43:49.562048+0000","last_peered":"2024-09-13T14:43:49.562048+0000","last_clean":"2024-09-13T14:43:49.562048+0000","last_became_active":"2024-09-13T14:41:41.329864+0000","last_became_peered":"2024-09-13T14:41:41.329864+0000","last_unstale":"2024-09-13T14:43:49.562048+0000","last_undegraded":"2024-09-13T14:43:49.562048+0000","last_fullsized":"2024-09-13T14:43:49.562048+0000","mapping_epoch":1116,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:02:29.307204+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.b","version":"0'0","reported_seq":1483,"reported_epoch":1147,"state":"active+clean","last_fresh":"2024-09-13T14:43:51.904013+0000","last_change":"2024-09-13T14:33:17.924064+0000","last_active":"2024-09-13T14:43:51.904013+0000","last_peered":"2024-09-13T14:43:51.904013+0000","last_clean":"2024-09-13T14:43:51.904013+0000","last_became_active":"2024-09-13T14:33:17.923735+0000","last_became_peered":"2024-09-13T14:33:17.923735+0000","last_unstale":"2024-09-13T14:43:51.904013+0000","last_undegraded":"2024-09-13T14:43:51.904013+0000","last_fullsized":"2024-09-13T14:43:51.904013+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:22:09.908057+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[0,2,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"6.e","version":"1147'16436","reported_seq":16503,"reported_epoch":1147,"state":"active+clean","last_fresh":"2024-09-13T14:43:57.117795+0000","last_change":"2024-09-13T14:39:16.145287+0000","last_active":"2024-09-13T14:43:57.117795+0000","last_peered":"2024-09-13T14:43:57.117795+0000","last_clean":"2024-09-13T14:43:57.117795+0000","last_became_active":"2024-09-13T14:39:16.144981+0000","last_became_peered":"2024-09-13T14:39:16.144981+0000","last_unstale":"2024-09-13T14:43:57.117795+0000","last_undegraded":"2024-09-13T14:43:57.117795+0000","last_fullsized":"2024-09-13T14:43:57.117795+0000","mapping_epoch":1091,"log_start":"1110'8300","ondisk_log_start":"1110'8300","created":1091,"last_epoch_clean":1092,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":8136,"log_dups_size":0,"ondisk_log_size":8136,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:06:12.407699+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":16436,"num_write_kb":525952,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.b","version":"70'2","reported_seq":77,"reported_epoch":1147,"state":"active+clean","last_fresh":"2024-09-13T14:43:51.895812+0000","last_change":"2024-09-13T14:41:41.342841+0000","last_active":"2024-09-13T14:43:51.895812+0000","last_peered":"2024-09-13T14:43:51.895812+0000","last_clean":"2024-09-13T14:43:51.895812+0000","last_became_active":"2024-09-13T14:41:41.329553+0000","last_became_peered":"2024-09-13T14:41:41.329553+0000","last_unstale":"2024-09-13T14:43:51.895812+0000","last_undegraded":"2024-09-13T14:43:51.895812+0000","last_fullsized":"2024-09-13T14:43:51.895812+0000","mapping_epoch":1116,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T20:28:19.880589+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":2,"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":[3,0,4],"acting":[3,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.c","version":"0'0","reported_seq":1114,"reported_epoch":1146,"state":"active+clean","last_fresh":"2024-09-13T14:43:49.563688+0000","last_change":"2024-09-13T14:41:41.329831+0000","last_active":"2024-09-13T14:43:49.563688+0000","last_peered":"2024-09-13T14:43:49.563688+0000","last_clean":"2024-09-13T14:43:49.563688+0000","last_became_active":"2024-09-13T14:41:41.329528+0000","last_became_peered":"2024-09-13T14:41:41.329528+0000","last_unstale":"2024-09-13T14:43:49.563688+0000","last_undegraded":"2024-09-13T14:43:49.563688+0000","last_fullsized":"2024-09-13T14:43:49.563688+0000","mapping_epoch":1116,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:05:43.613908+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[4,3,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"6.f","version":"1147'16474","reported_seq":18783,"reported_epoch":1147,"state":"active+clean","last_fresh":"2024-09-13T14:43:57.126275+0000","last_change":"2024-09-13T14:43:36.027634+0000","last_active":"2024-09-13T14:43:57.126275+0000","last_peered":"2024-09-13T14:43:57.126275+0000","last_clean":"2024-09-13T14:43:57.126275+0000","last_became_active":"2024-09-13T14:43:35.983891+0000","last_became_peered":"2024-09-13T14:43:35.983891+0000","last_unstale":"2024-09-13T14:43:57.126275+0000","last_undegraded":"2024-09-13T14:43:57.126275+0000","last_fullsized":"2024-09-13T14:43:57.126275+0000","mapping_epoch":1135,"log_start":"1104'6400","ondisk_log_start":"1104'6400","created":1091,"last_epoch_clean":1136,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":10074,"log_dups_size":0,"ondisk_log_size":10074,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:41:16.507392+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":16474,"num_write_kb":527168,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":1081,"num_bytes_recovered":70844416,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[2,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.a","version":"0'0","reported_seq":1072,"reported_epoch":1146,"state":"active+clean","last_fresh":"2024-09-13T14:43:49.623017+0000","last_change":"2024-09-13T14:32:44.958399+0000","last_active":"2024-09-13T14:43:49.623017+0000","last_peered":"2024-09-13T14:43:49.623017+0000","last_clean":"2024-09-13T14:43:49.623017+0000","last_became_active":"2024-09-13T14:32:44.957143+0000","last_became_peered":"2024-09-13T14:32:44.957143+0000","last_unstale":"2024-09-13T14:43:49.623017+0000","last_undegraded":"2024-09-13T14:43:49.623017+0000","last_fullsized":"2024-09-13T14:43:49.623017+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:38:34.798967+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.d","version":"0'0","reported_seq":1111,"reported_epoch":1146,"state":"active+clean","last_fresh":"2024-09-13T14:43:49.563490+0000","last_change":"2024-09-13T14:33:17.924971+0000","last_active":"2024-09-13T14:43:49.563490+0000","last_peered":"2024-09-13T14:43:49.563490+0000","last_clean":"2024-09-13T14:43:49.563490+0000","last_became_active":"2024-09-13T14:33:17.924648+0000","last_became_peered":"2024-09-13T14:33:17.924648+0000","last_unstale":"2024-09-13T14:43:49.563490+0000","last_undegraded":"2024-09-13T14:43:49.563490+0000","last_fullsized":"2024-09-13T14:43:49.563490+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:45:08.239283+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,1],"acting":[4,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"6.c","version":"1147'16386","reported_seq":22799,"reported_epoch":1147,"state":"active+clean","last_fresh":"2024-09-13T14:43:57.137140+0000","last_change":"2024-09-13T14:43:02.837979+0000","last_active":"2024-09-13T14:43:57.137140+0000","last_peered":"2024-09-13T14:43:57.137140+0000","last_clean":"2024-09-13T14:43:57.137140+0000","last_became_active":"2024-09-13T14:43:02.788288+0000","last_became_peered":"2024-09-13T14:43:02.788288+0000","last_unstale":"2024-09-13T14:43:57.137140+0000","last_undegraded":"2024-09-13T14:43:57.137140+0000","last_fullsized":"2024-09-13T14:43:57.137140+0000","mapping_epoch":1129,"log_start":"1112'9025","ondisk_log_start":"1112'9025","created":1091,"last_epoch_clean":1130,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":7361,"log_dups_size":0,"ondisk_log_size":7361,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:57:02.507575+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":16386,"num_write_kb":524352,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":3157,"num_bytes_recovered":206897152,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[3,6,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.9","version":"0'0","reported_seq":1098,"reported_epoch":1146,"state":"active+clean","last_fresh":"2024-09-13T14:43:49.563226+0000","last_change":"2024-09-13T14:33:17.926775+0000","last_active":"2024-09-13T14:43:49.563226+0000","last_peered":"2024-09-13T14:43:49.563226+0000","last_clean":"2024-09-13T14:43:49.563226+0000","last_became_active":"2024-09-13T14:33:17.926188+0000","last_became_peered":"2024-09-13T14:33:17.926188+0000","last_unstale":"2024-09-13T14:43:49.563226+0000","last_undegraded":"2024-09-13T14:43:49.563226+0000","last_fullsized":"2024-09-13T14:43:49.563226+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:03:12.922468+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,7],"acting":[4,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.e","version":"0'0","reported_seq":1096,"reported_epoch":1146,"state":"active+clean","last_fresh":"2024-09-13T14:43:49.563661+0000","last_change":"2024-09-13T14:32:44.957195+0000","last_active":"2024-09-13T14:43:49.563661+0000","last_peered":"2024-09-13T14:43:49.563661+0000","last_clean":"2024-09-13T14:43:49.563661+0000","last_became_active":"2024-09-13T14:32:44.956868+0000","last_became_peered":"2024-09-13T14:32:44.956868+0000","last_unstale":"2024-09-13T14:43:49.563661+0000","last_undegraded":"2024-09-13T14:43:49.563661+0000","last_fullsized":"2024-09-13T14:43:49.563661+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:42:34.097129+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"6.d","version":"1147'16548","reported_seq":16615,"reported_epoch":1147,"state":"active+clean","last_fresh":"2024-09-13T14:43:57.142436+0000","last_change":"2024-09-13T14:39:16.141888+0000","last_active":"2024-09-13T14:43:57.142436+0000","last_peered":"2024-09-13T14:43:57.142436+0000","last_clean":"2024-09-13T14:43:57.142436+0000","last_became_active":"2024-09-13T14:39:16.141668+0000","last_became_peered":"2024-09-13T14:39:16.141668+0000","last_unstale":"2024-09-13T14:43:57.142436+0000","last_undegraded":"2024-09-13T14:43:57.142436+0000","last_fullsized":"2024-09-13T14:43:57.142436+0000","mapping_epoch":1091,"log_start":"1104'6500","ondisk_log_start":"1104'6500","created":1091,"last_epoch_clean":1092,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":10048,"log_dups_size":0,"ondisk_log_size":10048,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:50:13.635237+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":1,"num_read_kb":1,"num_write":16548,"num_write_kb":529473,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"3.8","version":"0'0","reported_seq":73,"reported_epoch":1147,"state":"active+clean","last_fresh":"2024-09-13T14:43:51.897490+0000","last_change":"2024-09-13T14:41:41.332061+0000","last_active":"2024-09-13T14:43:51.897490+0000","last_peered":"2024-09-13T14:43:51.897490+0000","last_clean":"2024-09-13T14:43:51.897490+0000","last_became_active":"2024-09-13T14:41:41.331181+0000","last_became_peered":"2024-09-13T14:41:41.331181+0000","last_unstale":"2024-09-13T14:43:51.897490+0000","last_undegraded":"2024-09-13T14:43:51.897490+0000","last_fullsized":"2024-09-13T14:43:51.897490+0000","mapping_epoch":1116,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:44:23.263224+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.f","version":"0'0","reported_seq":1449,"reported_epoch":1147,"state":"active+clean","last_fresh":"2024-09-13T14:43:51.887478+0000","last_change":"2024-09-13T14:41:41.332349+0000","last_active":"2024-09-13T14:43:51.887478+0000","last_peered":"2024-09-13T14:43:51.887478+0000","last_clean":"2024-09-13T14:43:51.887478+0000","last_became_active":"2024-09-13T14:41:41.331539+0000","last_became_peered":"2024-09-13T14:41:41.331539+0000","last_unstale":"2024-09-13T14:43:51.887478+0000","last_undegraded":"2024-09-13T14:43:51.887478+0000","last_fullsized":"2024-09-13T14:43:51.887478+0000","mapping_epoch":1116,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:08:39.921929+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"6.7","version":"1147'16838","reported_seq":17802,"reported_epoch":1147,"state":"active+clean","last_fresh":"2024-09-13T14:43:57.141654+0000","last_change":"2024-09-13T14:43:49.611170+0000","last_active":"2024-09-13T14:43:57.141654+0000","last_peered":"2024-09-13T14:43:57.141654+0000","last_clean":"2024-09-13T14:43:57.141654+0000","last_became_active":"2024-09-13T14:43:49.564198+0000","last_became_peered":"2024-09-13T14:43:49.564198+0000","last_unstale":"2024-09-13T14:43:57.141654+0000","last_undegraded":"2024-09-13T14:43:57.141654+0000","last_fullsized":"2024-09-13T14:43:57.141654+0000","mapping_epoch":1145,"log_start":"1105'6800","ondisk_log_start":"1105'6800","created":1091,"last_epoch_clean":1146,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":10038,"log_dups_size":0,"ondisk_log_size":10038,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:18:59.897988+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":16838,"num_write_kb":538816,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":432,"num_bytes_recovered":28311552,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[5,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"1.0","version":"373'149","reported_seq":1405,"reported_epoch":1146,"state":"active+clean","last_fresh":"2024-09-13T14:43:50.737392+0000","last_change":"2024-09-13T14:32:10.924871+0000","last_active":"2024-09-13T14:43:50.737392+0000","last_peered":"2024-09-13T14:43:50.737392+0000","last_clean":"2024-09-13T14:43:50.737392+0000","last_became_active":"2024-09-13T14:32:10.924500+0000","last_became_peered":"2024-09-13T14:32:10.924500+0000","last_unstale":"2024-09-13T14:43:50.737392+0000","last_undegraded":"2024-09-13T14:43:50.737392+0000","last_fullsized":"2024-09-13T14:43:50.737392+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:15:42.548303+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:21:02.828762+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":392,"num_read_kb":834,"num_write":215,"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":"63'1","reported_seq":1098,"reported_epoch":1146,"state":"active+clean","last_fresh":"2024-09-13T14:43:49.561828+0000","last_change":"2024-09-13T14:33:17.925155+0000","last_active":"2024-09-13T14:43:49.561828+0000","last_peered":"2024-09-13T14:43:49.561828+0000","last_clean":"2024-09-13T14:43:49.561828+0000","last_became_active":"2024-09-13T14:33:17.924828+0000","last_became_peered":"2024-09-13T14:33:17.924828+0000","last_unstale":"2024-09-13T14:43:49.561828+0000","last_undegraded":"2024-09-13T14:43:49.561828+0000","last_fullsized":"2024-09-13T14:43:49.561828+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-14T16:07:59.858659+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029038399999999998,"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":[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":73,"reported_epoch":1147,"state":"active+clean","last_fresh":"2024-09-13T14:43:51.895561+0000","last_change":"2024-09-13T14:41:41.336823+0000","last_active":"2024-09-13T14:43:51.895561+0000","last_peered":"2024-09-13T14:43:51.895561+0000","last_clean":"2024-09-13T14:43:51.895561+0000","last_became_active":"2024-09-13T14:41:41.336220+0000","last_became_peered":"2024-09-13T14:41:41.336220+0000","last_unstale":"2024-09-13T14:43:51.895561+0000","last_undegraded":"2024-09-13T14:43:51.895561+0000","last_fullsized":"2024-09-13T14:43:51.895561+0000","mapping_epoch":1116,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:19:21.461869+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.5","version":"0'0","reported_seq":1056,"reported_epoch":1146,"state":"active+clean","last_fresh":"2024-09-13T14:43:49.625333+0000","last_change":"2024-09-13T14:19:29.739160+0000","last_active":"2024-09-13T14:43:49.625333+0000","last_peered":"2024-09-13T14:43:49.625333+0000","last_clean":"2024-09-13T14:43:49.625333+0000","last_became_active":"2024-09-13T14:19:29.738892+0000","last_became_peered":"2024-09-13T14:19:29.738892+0000","last_unstale":"2024-09-13T14:43:49.625333+0000","last_undegraded":"2024-09-13T14:43:49.625333+0000","last_fullsized":"2024-09-13T14:43:49.625333+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:04:33.496723+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"6.4","version":"1147'16650","reported_seq":20560,"reported_epoch":1147,"state":"active+clean","last_fresh":"2024-09-13T14:43:57.137348+0000","last_change":"2024-09-13T14:43:25.960390+0000","last_active":"2024-09-13T14:43:57.137348+0000","last_peered":"2024-09-13T14:43:57.137348+0000","last_clean":"2024-09-13T14:43:57.137348+0000","last_became_active":"2024-09-13T14:43:25.916816+0000","last_became_peered":"2024-09-13T14:43:25.916816+0000","last_unstale":"2024-09-13T14:43:57.137348+0000","last_undegraded":"2024-09-13T14:43:57.137348+0000","last_fullsized":"2024-09-13T14:43:57.137348+0000","mapping_epoch":1133,"log_start":"1109'8300","ondisk_log_start":"1109'8300","created":1091,"last_epoch_clean":1134,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":8350,"log_dups_size":0,"ondisk_log_size":8350,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:22:48.688103+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":16650,"num_write_kb":532800,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":1882,"num_bytes_recovered":123338752,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[1,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.0","version":"0'0","reported_seq":1102,"reported_epoch":1146,"state":"active+clean","last_fresh":"2024-09-13T14:43:49.620169+0000","last_change":"2024-09-13T14:32:44.959494+0000","last_active":"2024-09-13T14:43:49.620169+0000","last_peered":"2024-09-13T14:43:49.620169+0000","last_clean":"2024-09-13T14:43:49.620169+0000","last_became_active":"2024-09-13T14:32:44.959144+0000","last_became_peered":"2024-09-13T14:32:44.959144+0000","last_unstale":"2024-09-13T14:43:49.620169+0000","last_undegraded":"2024-09-13T14:43:49.620169+0000","last_fullsized":"2024-09-13T14:43:49.620169+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:16:38.736104+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000322109,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":1485,"reported_epoch":1147,"state":"active+clean","last_fresh":"2024-09-13T14:43:51.908324+0000","last_change":"2024-09-13T14:41:41.335104+0000","last_active":"2024-09-13T14:43:51.908324+0000","last_peered":"2024-09-13T14:43:51.908324+0000","last_clean":"2024-09-13T14:43:51.908324+0000","last_became_active":"2024-09-13T14:41:41.334758+0000","last_became_peered":"2024-09-13T14:41:41.334758+0000","last_unstale":"2024-09-13T14:43:51.908324+0000","last_undegraded":"2024-09-13T14:43:51.908324+0000","last_fullsized":"2024-09-13T14:43:51.908324+0000","mapping_epoch":1116,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:39:47.709969+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.6","version":"0'0","reported_seq":1483,"reported_epoch":1147,"state":"active+clean","last_fresh":"2024-09-13T14:43:51.904463+0000","last_change":"2024-09-13T14:33:17.927377+0000","last_active":"2024-09-13T14:43:51.904463+0000","last_peered":"2024-09-13T14:43:51.904463+0000","last_clean":"2024-09-13T14:43:51.904463+0000","last_became_active":"2024-09-13T14:33:17.926642+0000","last_became_peered":"2024-09-13T14:33:17.926642+0000","last_unstale":"2024-09-13T14:43:51.904463+0000","last_undegraded":"2024-09-13T14:43:51.904463+0000","last_fullsized":"2024-09-13T14:43:51.904463+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:56:30.839736+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"6.5","version":"1147'16292","reported_seq":17409,"reported_epoch":1147,"state":"active+clean","last_fresh":"2024-09-13T14:43:57.118829+0000","last_change":"2024-09-13T14:43:46.588541+0000","last_active":"2024-09-13T14:43:57.118829+0000","last_peered":"2024-09-13T14:43:57.118829+0000","last_clean":"2024-09-13T14:43:57.118829+0000","last_became_active":"2024-09-13T14:43:46.551081+0000","last_became_peered":"2024-09-13T14:43:46.551081+0000","last_unstale":"2024-09-13T14:43:57.118829+0000","last_undegraded":"2024-09-13T14:43:57.118829+0000","last_fullsized":"2024-09-13T14:43:57.118829+0000","mapping_epoch":1142,"log_start":"1108'7900","ondisk_log_start":"1108'7900","created":1091,"last_epoch_clean":1143,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":8392,"log_dups_size":0,"ondisk_log_size":8392,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:01:41.000937+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":16292,"num_write_kb":521344,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":510,"num_bytes_recovered":33423360,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[7,6,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.1","version":"0'0","reported_seq":1444,"reported_epoch":1147,"state":"active+clean","last_fresh":"2024-09-13T14:43:51.898417+0000","last_change":"2024-09-13T14:41:41.330167+0000","last_active":"2024-09-13T14:43:51.898417+0000","last_peered":"2024-09-13T14:43:51.898417+0000","last_clean":"2024-09-13T14:43:51.898417+0000","last_became_active":"2024-09-13T14:41:41.329787+0000","last_became_peered":"2024-09-13T14:41:41.329787+0000","last_unstale":"2024-09-13T14:43:51.898417+0000","last_undegraded":"2024-09-13T14:43:51.898417+0000","last_fullsized":"2024-09-13T14:43:51.898417+0000","mapping_epoch":1116,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:53:12.941348+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00030931399999999999,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":1436,"reported_epoch":1147,"state":"active+clean","last_fresh":"2024-09-13T14:43:51.886892+0000","last_change":"2024-09-13T14:33:17.920978+0000","last_active":"2024-09-13T14:43:51.886892+0000","last_peered":"2024-09-13T14:43:51.886892+0000","last_clean":"2024-09-13T14:43:51.886892+0000","last_became_active":"2024-09-13T14:33:17.920696+0000","last_became_peered":"2024-09-13T14:33:17.920696+0000","last_unstale":"2024-09-13T14:43:51.886892+0000","last_undegraded":"2024-09-13T14:43:51.886892+0000","last_fullsized":"2024-09-13T14:43:51.886892+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:12:56.325230+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.7","version":"0'0","reported_seq":1419,"reported_epoch":1147,"state":"active+clean","last_fresh":"2024-09-13T14:43:51.887227+0000","last_change":"2024-09-13T14:32:44.964975+0000","last_active":"2024-09-13T14:43:51.887227+0000","last_peered":"2024-09-13T14:43:51.887227+0000","last_clean":"2024-09-13T14:43:51.887227+0000","last_became_active":"2024-09-13T14:32:44.963031+0000","last_became_peered":"2024-09-13T14:32:44.963031+0000","last_unstale":"2024-09-13T14:43:51.887227+0000","last_undegraded":"2024-09-13T14:43:51.887227+0000","last_fullsized":"2024-09-13T14:43:51.887227+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:15:43.709469+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"6.6","version":"1147'16562","reported_seq":17694,"reported_epoch":1147,"state":"active+clean","last_fresh":"2024-09-13T14:43:57.137204+0000","last_change":"2024-09-13T14:43:44.142274+0000","last_active":"2024-09-13T14:43:57.137204+0000","last_peered":"2024-09-13T14:43:57.137204+0000","last_clean":"2024-09-13T14:43:57.137204+0000","last_became_active":"2024-09-13T14:43:44.083080+0000","last_became_peered":"2024-09-13T14:43:44.083080+0000","last_unstale":"2024-09-13T14:43:57.137204+0000","last_undegraded":"2024-09-13T14:43:57.137204+0000","last_fullsized":"2024-09-13T14:43:57.137204+0000","mapping_epoch":1140,"log_start":"1112'9235","ondisk_log_start":"1112'9235","created":1091,"last_epoch_clean":1141,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":7327,"log_dups_size":0,"ondisk_log_size":7327,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:32:58.574920+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":16562,"num_write_kb":529984,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":521,"num_bytes_recovered":34144256,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[3,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.2","version":"65'2","reported_seq":1099,"reported_epoch":1146,"state":"active+clean","last_fresh":"2024-09-13T14:43:49.562229+0000","last_change":"2024-09-13T14:32:44.954354+0000","last_active":"2024-09-13T14:43:49.562229+0000","last_peered":"2024-09-13T14:43:49.562229+0000","last_clean":"2024-09-13T14:43:49.562229+0000","last_became_active":"2024-09-13T14:32:44.953937+0000","last_became_peered":"2024-09-13T14:32:44.953937+0000","last_unstale":"2024-09-13T14:43:49.562229+0000","last_undegraded":"2024-09-13T14:43:49.562229+0000","last_fullsized":"2024-09-13T14:43:49.562229+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-14T22:00:15.492952+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00094368000000000002,"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":[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":1098,"reported_epoch":1146,"state":"active+clean","last_fresh":"2024-09-13T14:43:49.563488+0000","last_change":"2024-09-13T14:32:10.926314+0000","last_active":"2024-09-13T14:43:49.563488+0000","last_peered":"2024-09-13T14:43:49.563488+0000","last_clean":"2024-09-13T14:43:49.563488+0000","last_became_active":"2024-09-13T14:32:10.925869+0000","last_became_peered":"2024-09-13T14:32:10.925869+0000","last_unstale":"2024-09-13T14:43:49.563488+0000","last_undegraded":"2024-09-13T14:43:49.563488+0000","last_fullsized":"2024-09-13T14:43:49.563488+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:38:58.957447+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.4","version":"0'0","reported_seq":1456,"reported_epoch":1147,"state":"active+clean","last_fresh":"2024-09-13T14:43:51.893104+0000","last_change":"2024-09-13T14:41:51.431591+0000","last_active":"2024-09-13T14:43:51.893104+0000","last_peered":"2024-09-13T14:43:51.893104+0000","last_clean":"2024-09-13T14:43:51.893104+0000","last_became_active":"2024-09-13T14:41:51.431306+0000","last_became_peered":"2024-09-13T14:41:51.431306+0000","last_unstale":"2024-09-13T14:43:51.893104+0000","last_undegraded":"2024-09-13T14:43:51.893104+0000","last_fullsized":"2024-09-13T14:43:51.893104+0000","mapping_epoch":1120,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1121,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:49:27.959201+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[2,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"6.0","version":"1147'16458","reported_seq":17950,"reported_epoch":1147,"state":"active+clean","last_fresh":"2024-09-13T14:43:57.127210+0000","last_change":"2024-09-13T14:43:43.091565+0000","last_active":"2024-09-13T14:43:57.127210+0000","last_peered":"2024-09-13T14:43:57.127210+0000","last_clean":"2024-09-13T14:43:57.127210+0000","last_became_active":"2024-09-13T14:43:43.047605+0000","last_became_peered":"2024-09-13T14:43:43.047605+0000","last_unstale":"2024-09-13T14:43:57.127210+0000","last_undegraded":"2024-09-13T14:43:57.127210+0000","last_fullsized":"2024-09-13T14:43:57.127210+0000","mapping_epoch":1139,"log_start":"1105'6700","ondisk_log_start":"1105'6700","created":1091,"last_epoch_clean":1140,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":9758,"log_dups_size":0,"ondisk_log_size":9758,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:15:07.183757+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":16458,"num_write_kb":526656,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":672,"num_bytes_recovered":44040192,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[0,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.5","version":"0'0","reported_seq":1117,"reported_epoch":1146,"state":"active+clean","last_fresh":"2024-09-13T14:43:49.562183+0000","last_change":"2024-09-13T14:41:41.337553+0000","last_active":"2024-09-13T14:43:49.562183+0000","last_peered":"2024-09-13T14:43:49.562183+0000","last_clean":"2024-09-13T14:43:49.562183+0000","last_became_active":"2024-09-13T14:41:41.337171+0000","last_became_peered":"2024-09-13T14:41:41.337171+0000","last_unstale":"2024-09-13T14:43:49.562183+0000","last_undegraded":"2024-09-13T14:43:49.562183+0000","last_fullsized":"2024-09-13T14:43:49.562183+0000","mapping_epoch":1116,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:48:04.312127+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.4","version":"0'0","reported_seq":1433,"reported_epoch":1147,"state":"active+clean","last_fresh":"2024-09-13T14:43:51.888566+0000","last_change":"2024-09-13T14:32:44.965574+0000","last_active":"2024-09-13T14:43:51.888566+0000","last_peered":"2024-09-13T14:43:51.888566+0000","last_clean":"2024-09-13T14:43:51.888566+0000","last_became_active":"2024-09-13T14:32:44.963233+0000","last_became_peered":"2024-09-13T14:32:44.963233+0000","last_unstale":"2024-09-13T14:43:51.888566+0000","last_undegraded":"2024-09-13T14:43:51.888566+0000","last_fullsized":"2024-09-13T14:43:51.888566+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:40:28.561059+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00031535100000000001,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.2","version":"0'0","reported_seq":1425,"reported_epoch":1147,"state":"active+clean","last_fresh":"2024-09-13T14:43:51.887085+0000","last_change":"2024-09-13T14:32:44.952766+0000","last_active":"2024-09-13T14:43:51.887085+0000","last_peered":"2024-09-13T14:43:51.887085+0000","last_clean":"2024-09-13T14:43:51.887085+0000","last_became_active":"2024-09-13T14:32:44.952468+0000","last_became_peered":"2024-09-13T14:32:44.952468+0000","last_unstale":"2024-09-13T14:43:51.887085+0000","last_undegraded":"2024-09-13T14:43:51.887085+0000","last_fullsized":"2024-09-13T14:43:51.887085+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:27:19.239636+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"6.1","version":"1147'16434","reported_seq":16558,"reported_epoch":1147,"state":"active+clean","last_fresh":"2024-09-13T14:43:57.125910+0000","last_change":"2024-09-13T14:39:16.317628+0000","last_active":"2024-09-13T14:43:57.125910+0000","last_peered":"2024-09-13T14:43:57.125910+0000","last_clean":"2024-09-13T14:43:57.125910+0000","last_became_active":"2024-09-13T14:39:16.317267+0000","last_became_peered":"2024-09-13T14:39:16.317267+0000","last_unstale":"2024-09-13T14:43:57.125910+0000","last_undegraded":"2024-09-13T14:43:57.125910+0000","last_fullsized":"2024-09-13T14:43:57.125910+0000","mapping_epoch":1091,"log_start":"1109'8100","ondisk_log_start":"1109'8100","created":1091,"last_epoch_clean":1092,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":8334,"log_dups_size":0,"ondisk_log_size":8334,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:55:23.326868+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":16434,"num_write_kb":525888,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[1,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.4","version":"0'0","reported_seq":1436,"reported_epoch":1147,"state":"active+clean","last_fresh":"2024-09-13T14:43:51.888558+0000","last_change":"2024-09-13T14:33:17.922486+0000","last_active":"2024-09-13T14:43:51.888558+0000","last_peered":"2024-09-13T14:43:51.888558+0000","last_clean":"2024-09-13T14:43:51.888558+0000","last_became_active":"2024-09-13T14:33:17.922130+0000","last_became_peered":"2024-09-13T14:33:17.922130+0000","last_unstale":"2024-09-13T14:43:51.888558+0000","last_undegraded":"2024-09-13T14:43:51.888558+0000","last_fullsized":"2024-09-13T14:43:51.888558+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:51:55.783052+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.5","version":"0'0","reported_seq":1087,"reported_epoch":1146,"state":"active+clean","last_fresh":"2024-09-13T14:43:49.620930+0000","last_change":"2024-09-13T14:32:10.925170+0000","last_active":"2024-09-13T14:43:49.620930+0000","last_peered":"2024-09-13T14:43:49.620930+0000","last_clean":"2024-09-13T14:43:49.620930+0000","last_became_active":"2024-09-13T14:32:10.924864+0000","last_became_peered":"2024-09-13T14:32:10.924864+0000","last_unstale":"2024-09-13T14:43:49.620930+0000","last_undegraded":"2024-09-13T14:43:49.620930+0000","last_fullsized":"2024-09-13T14:43:49.620930+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:23:13.266436+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000327091,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.3","version":"0'0","reported_seq":1459,"reported_epoch":1147,"state":"active+clean","last_fresh":"2024-09-13T14:43:51.904109+0000","last_change":"2024-09-13T14:32:10.935933+0000","last_active":"2024-09-13T14:43:51.904109+0000","last_peered":"2024-09-13T14:43:51.904109+0000","last_clean":"2024-09-13T14:43:51.904109+0000","last_became_active":"2024-09-13T14:32:10.935486+0000","last_became_peered":"2024-09-13T14:32:10.935486+0000","last_unstale":"2024-09-13T14:43:51.904109+0000","last_undegraded":"2024-09-13T14:43:51.904109+0000","last_fullsized":"2024-09-13T14:43:51.904109+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:49:31.318318+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"6.2","version":"1147'16550","reported_seq":26675,"reported_epoch":1147,"state":"active+clean","last_fresh":"2024-09-13T14:43:57.089606+0000","last_change":"2024-09-13T14:42:29.691032+0000","last_active":"2024-09-13T14:43:57.089606+0000","last_peered":"2024-09-13T14:43:57.089606+0000","last_clean":"2024-09-13T14:43:57.089606+0000","last_became_active":"2024-09-13T14:42:29.666319+0000","last_became_peered":"2024-09-13T14:42:29.666319+0000","last_unstale":"2024-09-13T14:43:57.089606+0000","last_undegraded":"2024-09-13T14:43:57.089606+0000","last_fullsized":"2024-09-13T14:43:57.089606+0000","mapping_epoch":1125,"log_start":"1110'8400","ondisk_log_start":"1110'8400","created":1091,"last_epoch_clean":1126,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":8150,"log_dups_size":0,"ondisk_log_size":8150,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:20:08.056131+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":16550,"num_write_kb":529600,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":5013,"num_bytes_recovered":328531968,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[4,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.7","version":"70'2","reported_seq":77,"reported_epoch":1147,"state":"active+clean","last_fresh":"2024-09-13T14:43:51.898254+0000","last_change":"2024-09-13T14:41:41.344422+0000","last_active":"2024-09-13T14:43:51.898254+0000","last_peered":"2024-09-13T14:43:51.898254+0000","last_clean":"2024-09-13T14:43:51.898254+0000","last_became_active":"2024-09-13T14:41:41.336895+0000","last_became_peered":"2024-09-13T14:41:41.336895+0000","last_unstale":"2024-09-13T14:43:51.898254+0000","last_undegraded":"2024-09-13T14:43:51.898254+0000","last_fullsized":"2024-09-13T14:43:51.898254+0000","mapping_epoch":1116,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T23:01:28.777322+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":1,"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":[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":"0'0","reported_seq":1437,"reported_epoch":1147,"state":"active+clean","last_fresh":"2024-09-13T14:43:51.888950+0000","last_change":"2024-09-13T14:32:44.954419+0000","last_active":"2024-09-13T14:43:51.888950+0000","last_peered":"2024-09-13T14:43:51.888950+0000","last_clean":"2024-09-13T14:43:51.888950+0000","last_became_active":"2024-09-13T14:32:44.953988+0000","last_became_peered":"2024-09-13T14:32:44.953988+0000","last_unstale":"2024-09-13T14:43:51.888950+0000","last_undegraded":"2024-09-13T14:43:51.888950+0000","last_fullsized":"2024-09-13T14:43:51.888950+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:16:31.544386+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.0","version":"0'0","reported_seq":73,"reported_epoch":1147,"state":"active+clean","last_fresh":"2024-09-13T14:43:51.897615+0000","last_change":"2024-09-13T14:41:41.329925+0000","last_active":"2024-09-13T14:43:51.897615+0000","last_peered":"2024-09-13T14:43:51.897615+0000","last_clean":"2024-09-13T14:43:51.897615+0000","last_became_active":"2024-09-13T14:41:41.329583+0000","last_became_peered":"2024-09-13T14:41:41.329583+0000","last_unstale":"2024-09-13T14:43:51.897615+0000","last_undegraded":"2024-09-13T14:43:51.897615+0000","last_fullsized":"2024-09-13T14:43:51.897615+0000","mapping_epoch":1116,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:29:15.910588+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"6.3","version":"1147'16456","reported_seq":16523,"reported_epoch":1147,"state":"active+clean","last_fresh":"2024-09-13T14:43:57.143300+0000","last_change":"2024-09-13T14:39:16.317782+0000","last_active":"2024-09-13T14:43:57.143300+0000","last_peered":"2024-09-13T14:43:57.143300+0000","last_clean":"2024-09-13T14:43:57.143300+0000","last_became_active":"2024-09-13T14:39:16.317479+0000","last_became_peered":"2024-09-13T14:39:16.317479+0000","last_unstale":"2024-09-13T14:43:57.143300+0000","last_undegraded":"2024-09-13T14:43:57.143300+0000","last_fullsized":"2024-09-13T14:43:57.143300+0000","mapping_epoch":1091,"log_start":"1109'8100","ondisk_log_start":"1109'8100","created":1091,"last_epoch_clean":1092,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:39:15.118568+0000","last_clean_scrub_stamp":"2024-09-13T14:39:15.118568+0000","objects_scrubbed":0,"log_size":8356,"log_dups_size":0,"ondisk_log_size":8356,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:44:01.407035+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":16456,"num_write_kb":526592,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[7,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.6","version":"70'1","reported_seq":1473,"reported_epoch":1147,"state":"active+clean","last_fresh":"2024-09-13T14:43:51.904675+0000","last_change":"2024-09-13T14:32:44.968175+0000","last_active":"2024-09-13T14:43:51.904675+0000","last_peered":"2024-09-13T14:43:51.904675+0000","last_clean":"2024-09-13T14:43:51.904675+0000","last_became_active":"2024-09-13T14:32:44.964527+0000","last_became_peered":"2024-09-13T14:32:44.964527+0000","last_unstale":"2024-09-13T14:43:51.904675+0000","last_undegraded":"2024-09-13T14:43:51.904675+0000","last_fullsized":"2024-09-13T14:43:51.904675+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T14:40:33.658595+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":[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.7","version":"0'0","reported_seq":1084,"reported_epoch":1146,"state":"active+clean","last_fresh":"2024-09-13T14:43:49.622566+0000","last_change":"2024-09-13T14:33:17.922456+0000","last_active":"2024-09-13T14:43:49.622566+0000","last_peered":"2024-09-13T14:43:49.622566+0000","last_clean":"2024-09-13T14:43:49.622566+0000","last_became_active":"2024-09-13T14:33:17.922068+0000","last_became_peered":"2024-09-13T14:33:17.922068+0000","last_unstale":"2024-09-13T14:43:49.622566+0000","last_undegraded":"2024-09-13T14:43:49.622566+0000","last_fullsized":"2024-09-13T14:43:49.622566+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:54:08.427589+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029877400000000002,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1","version":"0'0","reported_seq":1082,"reported_epoch":1146,"state":"active+clean","last_fresh":"2024-09-13T14:43:49.563236+0000","last_change":"2024-09-13T14:19:29.718951+0000","last_active":"2024-09-13T14:43:49.563236+0000","last_peered":"2024-09-13T14:43:49.563236+0000","last_clean":"2024-09-13T14:43:49.563236+0000","last_became_active":"2024-09-13T14:19:29.718589+0000","last_became_peered":"2024-09-13T14:19:29.718589+0000","last_unstale":"2024-09-13T14:43:49.563236+0000","last_undegraded":"2024-09-13T14:43:49.563236+0000","last_fullsized":"2024-09-13T14:43:49.563236+0000","mapping_epoch":68,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:44:19.267895+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.13","version":"0'0","reported_seq":1105,"reported_epoch":1146,"state":"active+clean","last_fresh":"2024-09-13T14:43:49.563418+0000","last_change":"2024-09-13T14:33:17.924336+0000","last_active":"2024-09-13T14:43:49.563418+0000","last_peered":"2024-09-13T14:43:49.563418+0000","last_clean":"2024-09-13T14:43:49.563418+0000","last_became_active":"2024-09-13T14:33:17.924018+0000","last_became_peered":"2024-09-13T14:33:17.924018+0000","last_unstale":"2024-09-13T14:43:49.563418+0000","last_undegraded":"2024-09-13T14:43:49.563418+0000","last_fullsized":"2024-09-13T14:43:49.563418+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:37:24.279639+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[4,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.14","version":"455'23","reported_seq":1105,"reported_epoch":1146,"state":"active+clean","last_fresh":"2024-09-13T14:43:49.563787+0000","last_change":"2024-09-13T14:19:29.698825+0000","last_active":"2024-09-13T14:43:49.563787+0000","last_peered":"2024-09-13T14:43:49.563787+0000","last_clean":"2024-09-13T14:43:49.563787+0000","last_became_active":"2024-09-13T14:19:29.698348+0000","last_became_peered":"2024-09-13T14:19:29.698348+0000","last_unstale":"2024-09-13T14:43:49.563787+0000","last_undegraded":"2024-09-13T14:43:49.563787+0000","last_fullsized":"2024-09-13T14:43:49.563787+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":23,"log_dups_size":0,"ondisk_log_size":23,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:24:10.858859+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":4756,"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":23,"num_write_kb":20,"num_scrub_errors":0,"num_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":[4,7,6],"acting":[4,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.12","version":"0'0","reported_seq":109,"reported_epoch":1147,"state":"active+clean","last_fresh":"2024-09-13T14:43:51.904287+0000","last_change":"2024-09-13T14:39:45.490294+0000","last_active":"2024-09-13T14:43:51.904287+0000","last_peered":"2024-09-13T14:43:51.904287+0000","last_clean":"2024-09-13T14:43:51.904287+0000","last_became_active":"2024-09-13T14:39:45.489949+0000","last_became_peered":"2024-09-13T14:39:45.489949+0000","last_unstale":"2024-09-13T14:43:51.904287+0000","last_undegraded":"2024-09-13T14:43:51.904287+0000","last_fullsized":"2024-09-13T14:43:51.904287+0000","mapping_epoch":1098,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1099,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:55:53.985040+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6,2],"acting":[0,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.15","version":"70'3","reported_seq":1106,"reported_epoch":1146,"state":"active+clean","last_fresh":"2024-09-13T14:43:49.620849+0000","last_change":"2024-09-13T14:41:41.341429+0000","last_active":"2024-09-13T14:43:49.620849+0000","last_peered":"2024-09-13T14:43:49.620849+0000","last_clean":"2024-09-13T14:43:49.620849+0000","last_became_active":"2024-09-13T14:41:41.334247+0000","last_became_peered":"2024-09-13T14:41:41.334247+0000","last_unstale":"2024-09-13T14:43:49.620849+0000","last_undegraded":"2024-09-13T14:43:49.620849+0000","last_fullsized":"2024-09-13T14:43:49.620849+0000","mapping_epoch":1116,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T18:10:04.200174+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":4,"num_bytes_recovered":180,"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,3,4],"acting":[7,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.16","version":"0'0","reported_seq":1083,"reported_epoch":1146,"state":"active+clean","last_fresh":"2024-09-13T14:43:49.561994+0000","last_change":"2024-09-13T14:32:44.951631+0000","last_active":"2024-09-13T14:43:49.561994+0000","last_peered":"2024-09-13T14:43:49.561994+0000","last_clean":"2024-09-13T14:43:49.561994+0000","last_became_active":"2024-09-13T14:32:44.951318+0000","last_became_peered":"2024-09-13T14:32:44.951318+0000","last_unstale":"2024-09-13T14:43:49.561994+0000","last_undegraded":"2024-09-13T14:43:49.561994+0000","last_fullsized":"2024-09-13T14:43:49.561994+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:51:52.620505+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.11","version":"0'0","reported_seq":72,"reported_epoch":1147,"state":"active+clean","last_fresh":"2024-09-13T14:43:51.895336+0000","last_change":"2024-09-13T14:41:41.334570+0000","last_active":"2024-09-13T14:43:51.895336+0000","last_peered":"2024-09-13T14:43:51.895336+0000","last_clean":"2024-09-13T14:43:51.895336+0000","last_became_active":"2024-09-13T14:41:41.334299+0000","last_became_peered":"2024-09-13T14:41:41.334299+0000","last_unstale":"2024-09-13T14:43:51.895336+0000","last_undegraded":"2024-09-13T14:43:51.895336+0000","last_fullsized":"2024-09-13T14:43:51.895336+0000","mapping_epoch":1116,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:18:33.508136+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.17","version":"0'0","reported_seq":1484,"reported_epoch":1147,"state":"active+clean","last_fresh":"2024-09-13T14:43:51.904897+0000","last_change":"2024-09-13T14:41:41.335259+0000","last_active":"2024-09-13T14:43:51.904897+0000","last_peered":"2024-09-13T14:43:51.904897+0000","last_clean":"2024-09-13T14:43:51.904897+0000","last_became_active":"2024-09-13T14:41:41.334947+0000","last_became_peered":"2024-09-13T14:41:41.334947+0000","last_unstale":"2024-09-13T14:43:51.904897+0000","last_undegraded":"2024-09-13T14:43:51.904897+0000","last_fullsized":"2024-09-13T14:43:51.904897+0000","mapping_epoch":1116,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:13:58.295756+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.10","version":"0'0","reported_seq":72,"reported_epoch":1147,"state":"active+clean","last_fresh":"2024-09-13T14:43:51.897536+0000","last_change":"2024-09-13T14:41:41.334175+0000","last_active":"2024-09-13T14:43:51.897536+0000","last_peered":"2024-09-13T14:43:51.897536+0000","last_clean":"2024-09-13T14:43:51.897536+0000","last_became_active":"2024-09-13T14:41:41.333861+0000","last_became_peered":"2024-09-13T14:41:41.333861+0000","last_unstale":"2024-09-13T14:43:51.897536+0000","last_undegraded":"2024-09-13T14:43:51.897536+0000","last_fullsized":"2024-09-13T14:43:51.897536+0000","mapping_epoch":1116,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:08:53.094177+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[3,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.1f","version":"0'0","reported_seq":1071,"reported_epoch":1146,"state":"active+clean","last_fresh":"2024-09-13T14:43:49.622480+0000","last_change":"2024-09-13T14:32:44.957634+0000","last_active":"2024-09-13T14:43:49.622480+0000","last_peered":"2024-09-13T14:43:49.622480+0000","last_clean":"2024-09-13T14:43:49.622480+0000","last_became_active":"2024-09-13T14:32:44.957290+0000","last_became_peered":"2024-09-13T14:32:44.957290+0000","last_unstale":"2024-09-13T14:43:49.622480+0000","last_undegraded":"2024-09-13T14:43:49.622480+0000","last_fullsized":"2024-09-13T14:43:49.622480+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:26:22.264450+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.18","version":"0'0","reported_seq":72,"reported_epoch":1147,"state":"active+clean","last_fresh":"2024-09-13T14:43:51.897363+0000","last_change":"2024-09-13T14:41:41.333776+0000","last_active":"2024-09-13T14:43:51.897363+0000","last_peered":"2024-09-13T14:43:51.897363+0000","last_clean":"2024-09-13T14:43:51.897363+0000","last_became_active":"2024-09-13T14:41:41.333459+0000","last_became_peered":"2024-09-13T14:41:41.333459+0000","last_unstale":"2024-09-13T14:43:51.897363+0000","last_undegraded":"2024-09-13T14:43:51.897363+0000","last_fullsized":"2024-09-13T14:43:51.897363+0000","mapping_epoch":1116,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:03:37.095593+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1e","version":"0'0","reported_seq":1485,"reported_epoch":1147,"state":"active+clean","last_fresh":"2024-09-13T14:43:51.904534+0000","last_change":"2024-09-13T14:41:41.335818+0000","last_active":"2024-09-13T14:43:51.904534+0000","last_peered":"2024-09-13T14:43:51.904534+0000","last_clean":"2024-09-13T14:43:51.904534+0000","last_became_active":"2024-09-13T14:41:41.335476+0000","last_became_peered":"2024-09-13T14:41:41.335476+0000","last_unstale":"2024-09-13T14:43:51.904534+0000","last_undegraded":"2024-09-13T14:43:51.904534+0000","last_fullsized":"2024-09-13T14:43:51.904534+0000","mapping_epoch":1116,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:09:14.620004+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.19","version":"0'0","reported_seq":1448,"reported_epoch":1147,"state":"active+clean","last_fresh":"2024-09-13T14:43:51.888915+0000","last_change":"2024-09-13T14:41:41.330948+0000","last_active":"2024-09-13T14:43:51.888915+0000","last_peered":"2024-09-13T14:43:51.888915+0000","last_clean":"2024-09-13T14:43:51.888915+0000","last_became_active":"2024-09-13T14:41:41.329983+0000","last_became_peered":"2024-09-13T14:41:41.329983+0000","last_unstale":"2024-09-13T14:43:51.888915+0000","last_undegraded":"2024-09-13T14:43:51.888915+0000","last_fullsized":"2024-09-13T14:43:51.888915+0000","mapping_epoch":1116,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:17:17.391200+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1d","version":"0'0","reported_seq":72,"reported_epoch":1147,"state":"active+clean","last_fresh":"2024-09-13T14:43:51.895855+0000","last_change":"2024-09-13T14:41:41.331003+0000","last_active":"2024-09-13T14:43:51.895855+0000","last_peered":"2024-09-13T14:43:51.895855+0000","last_clean":"2024-09-13T14:43:51.895855+0000","last_became_active":"2024-09-13T14:41:41.330672+0000","last_became_peered":"2024-09-13T14:41:41.330672+0000","last_unstale":"2024-09-13T14:43:51.895855+0000","last_undegraded":"2024-09-13T14:43:51.895855+0000","last_fullsized":"2024-09-13T14:43:51.895855+0000","mapping_epoch":1116,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:59:20.215382+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"3.1a","version":"70'1","reported_seq":1112,"reported_epoch":1146,"state":"active+clean","last_fresh":"2024-09-13T14:43:49.563413+0000","last_change":"2024-09-13T14:33:17.923617+0000","last_active":"2024-09-13T14:43:49.563413+0000","last_peered":"2024-09-13T14:43:49.563413+0000","last_clean":"2024-09-13T14:43:49.563413+0000","last_became_active":"2024-09-13T14:33:17.923336+0000","last_became_peered":"2024-09-13T14:33:17.923336+0000","last_unstale":"2024-09-13T14:43:49.563413+0000","last_undegraded":"2024-09-13T14:43:49.563413+0000","last_fullsized":"2024-09-13T14:43:49.563413+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T15:55:13.594527+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1c","version":"0'0","reported_seq":1420,"reported_epoch":1147,"state":"active+clean","last_fresh":"2024-09-13T14:43:51.892978+0000","last_change":"2024-09-13T14:41:41.329900+0000","last_active":"2024-09-13T14:43:51.892978+0000","last_peered":"2024-09-13T14:43:51.892978+0000","last_clean":"2024-09-13T14:43:51.892978+0000","last_became_active":"2024-09-13T14:41:41.329552+0000","last_became_peered":"2024-09-13T14:41:41.329552+0000","last_unstale":"2024-09-13T14:43:51.892978+0000","last_undegraded":"2024-09-13T14:43:51.892978+0000","last_fullsized":"2024-09-13T14:43:51.892978+0000","mapping_epoch":1116,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:25:20.337142+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[2,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.1b","version":"70'1","reported_seq":1460,"reported_epoch":1147,"state":"active+clean","last_fresh":"2024-09-13T14:43:51.904189+0000","last_change":"2024-09-13T14:32:10.932053+0000","last_active":"2024-09-13T14:43:51.904189+0000","last_peered":"2024-09-13T14:43:51.904189+0000","last_clean":"2024-09-13T14:43:51.904189+0000","last_became_active":"2024-09-13T14:32:10.931382+0000","last_became_peered":"2024-09-13T14:32:10.931382+0000","last_unstale":"2024-09-13T14:43:51.904189+0000","last_undegraded":"2024-09-13T14:43:51.904189+0000","last_fullsized":"2024-09-13T14:43:51.904189+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T19:21:03.486287+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1b","version":"0'0","reported_seq":1128,"reported_epoch":1146,"state":"active+clean","last_fresh":"2024-09-13T14:43:49.563343+0000","last_change":"2024-09-13T14:41:41.329910+0000","last_active":"2024-09-13T14:43:49.563343+0000","last_peered":"2024-09-13T14:43:49.563343+0000","last_clean":"2024-09-13T14:43:49.563343+0000","last_became_active":"2024-09-13T14:41:41.329596+0000","last_became_peered":"2024-09-13T14:41:41.329596+0000","last_unstale":"2024-09-13T14:43:49.563343+0000","last_undegraded":"2024-09-13T14:43:49.563343+0000","last_fullsized":"2024-09-13T14:43:49.563343+0000","mapping_epoch":1116,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:52:27.667132+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,3,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1c","version":"70'2","reported_seq":1084,"reported_epoch":1146,"state":"active+clean","last_fresh":"2024-09-13T14:43:49.561981+0000","last_change":"2024-09-13T14:32:44.952627+0000","last_active":"2024-09-13T14:43:49.561981+0000","last_peered":"2024-09-13T14:43:49.561981+0000","last_clean":"2024-09-13T14:43:49.561981+0000","last_became_active":"2024-09-13T14:32:44.952336+0000","last_became_peered":"2024-09-13T14:32:44.952336+0000","last_unstale":"2024-09-13T14:43:49.561981+0000","last_undegraded":"2024-09-13T14:43:49.561981+0000","last_fullsized":"2024-09-13T14:43:49.561981+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T00:08:59.441392+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":[5,4,1],"acting":[5,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.1a","version":"0'0","reported_seq":1128,"reported_epoch":1146,"state":"active+clean","last_fresh":"2024-09-13T14:43:49.563222+0000","last_change":"2024-09-13T14:41:41.330732+0000","last_active":"2024-09-13T14:43:49.563222+0000","last_peered":"2024-09-13T14:43:49.563222+0000","last_clean":"2024-09-13T14:43:49.563222+0000","last_became_active":"2024-09-13T14:41:41.329609+0000","last_became_peered":"2024-09-13T14:41:41.329609+0000","last_unstale":"2024-09-13T14:43:49.563222+0000","last_undegraded":"2024-09-13T14:43:49.563222+0000","last_fullsized":"2024-09-13T14:43:49.563222+0000","mapping_epoch":1116,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:41:13.873636+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[4,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1d","version":"70'2","reported_seq":1069,"reported_epoch":1146,"state":"active+clean","last_fresh":"2024-09-13T14:43:49.562172+0000","last_change":"2024-09-13T14:19:29.699807+0000","last_active":"2024-09-13T14:43:49.562172+0000","last_peered":"2024-09-13T14:43:49.562172+0000","last_clean":"2024-09-13T14:43:49.562172+0000","last_became_active":"2024-09-13T14:19:29.698125+0000","last_became_peered":"2024-09-13T14:19:29.698125+0000","last_unstale":"2024-09-13T14:43:49.562172+0000","last_undegraded":"2024-09-13T14:43:49.562172+0000","last_fullsized":"2024-09-13T14:43:49.562172+0000","mapping_epoch":67,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T21:12:45.446921+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":[5,4,6],"acting":[5,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.19","version":"0'0","reported_seq":72,"reported_epoch":1147,"state":"active+clean","last_fresh":"2024-09-13T14:43:51.895398+0000","last_change":"2024-09-13T14:41:41.333900+0000","last_active":"2024-09-13T14:43:51.895398+0000","last_peered":"2024-09-13T14:43:51.895398+0000","last_clean":"2024-09-13T14:43:51.895398+0000","last_became_active":"2024-09-13T14:41:41.333568+0000","last_became_peered":"2024-09-13T14:41:41.333568+0000","last_unstale":"2024-09-13T14:43:51.895398+0000","last_undegraded":"2024-09-13T14:43:51.895398+0000","last_fullsized":"2024-09-13T14:43:51.895398+0000","mapping_epoch":1116,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:34:34.631248+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,0],"acting":[3,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1e","version":"70'1","reported_seq":73,"reported_epoch":1147,"state":"active+clean","last_fresh":"2024-09-13T14:43:51.897495+0000","last_change":"2024-09-13T14:41:41.335365+0000","last_active":"2024-09-13T14:43:51.897495+0000","last_peered":"2024-09-13T14:43:51.897495+0000","last_clean":"2024-09-13T14:43:51.897495+0000","last_became_active":"2024-09-13T14:41:41.334018+0000","last_became_peered":"2024-09-13T14:41:41.334018+0000","last_unstale":"2024-09-13T14:43:51.897495+0000","last_undegraded":"2024-09-13T14:43:51.897495+0000","last_fullsized":"2024-09-13T14:43:51.897495+0000","mapping_epoch":1116,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T01:03:26.504039+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.18","version":"0'0","reported_seq":1096,"reported_epoch":1146,"state":"active+clean","last_fresh":"2024-09-13T14:43:49.563086+0000","last_change":"2024-09-13T14:32:44.953530+0000","last_active":"2024-09-13T14:43:49.563086+0000","last_peered":"2024-09-13T14:43:49.563086+0000","last_clean":"2024-09-13T14:43:49.563086+0000","last_became_active":"2024-09-13T14:32:44.953223+0000","last_became_peered":"2024-09-13T14:32:44.953223+0000","last_unstale":"2024-09-13T14:43:49.563086+0000","last_undegraded":"2024-09-13T14:43:49.563086+0000","last_fullsized":"2024-09-13T14:43:49.563086+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:08:35.049443+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1f","version":"70'4","reported_seq":1476,"reported_epoch":1147,"state":"active+clean","last_fresh":"2024-09-13T14:43:51.904974+0000","last_change":"2024-09-13T14:33:17.926914+0000","last_active":"2024-09-13T14:43:51.904974+0000","last_peered":"2024-09-13T14:43:51.904974+0000","last_clean":"2024-09-13T14:43:51.904974+0000","last_became_active":"2024-09-13T14:33:17.926517+0000","last_became_peered":"2024-09-13T14:33:17.926517+0000","last_unstale":"2024-09-13T14:43:51.904974+0000","last_undegraded":"2024-09-13T14:43:51.904974+0000","last_fullsized":"2024-09-13T14:43:51.904974+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T16:07:35.423857+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,5,2],"acting":[0,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]}],"pool_stats":[{"poolid":6,"num_pg":16,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":1,"num_read_kb":1,"num_write":263984,"num_write_kb":8447425,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":14519,"num_bytes_recovered":951517184,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":9306112,"data_stored":9306112,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":139760,"ondisk_log_size":139760,"up":48,"acting":48,"num_store_stats":8},{"poolid":4,"num_pg":32,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":96,"acting":96,"num_store_stats":8},{"poolid":3,"num_pg":32,"stat_sum":{"num_bytes":5554,"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":62,"num_write_kb":31,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":7,"num_bytes_recovered":180,"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":16662,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":11473,"internal_metadata":0},"log_size":56,"ondisk_log_size":56,"up":96,"acting":96,"num_store_stats":8},{"poolid":2,"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":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":392,"num_read_kb":834,"num_write":215,"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":149,"ondisk_log_size":149,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":7,"up_from":54,"seq":231928234304,"num_pgs":36,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":214852,"kb_used_data":7420,"kb_used_omap":1,"kb_used_meta":207422,"kb_avail":93530300,"statfs":{"total":95995035648,"available":95775027200,"internally_reserved":0,"allocated":7598080,"data_stored":5440146,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1588,"internal_metadata":212400588},"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":46,"seq":197568495942,"num_pgs":32,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":327228,"kb_used_data":7412,"kb_used_omap":1,"kb_used_meta":319806,"kb_avail":93417924,"statfs":{"total":95995035648,"available":95659954176,"internally_reserved":0,"allocated":7589888,"data_stored":5440019,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":327481799},"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":38,"seq":163208757578,"num_pgs":27,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":254448,"kb_used_data":6824,"kb_used_omap":1,"kb_used_meta":247614,"kb_avail":93490704,"statfs":{"total":95995035648,"available":95734480896,"internally_reserved":0,"allocated":6987776,"data_stored":4845477,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":253557190},"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":[0,0,0,0,3],"upper_bound":32},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":4,"up_from":30,"seq":128849019215,"num_pgs":37,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":182268,"kb_used_data":6836,"kb_used_omap":1,"kb_used_meta":175422,"kb_avail":93562884,"statfs":{"total":95995035648,"available":95808393216,"internally_reserved":0,"allocated":7000064,"data_stored":4849708,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":179632582},"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":845,"seq":3629247365244,"num_pgs":41,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":205352,"kb_used_data":6816,"kb_used_omap":34,"kb_used_meta":198493,"kb_avail":93539800,"statfs":{"total":95995035648,"available":95784755200,"internally_reserved":0,"allocated":6979584,"data_stored":4844908,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":35801,"internal_metadata":203256871},"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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[]},{"osd":2,"up_from":813,"seq":3491808411779,"num_pgs":28,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":219564,"kb_used_data":6820,"kb_used_omap":50,"kb_used_meta":212685,"kb_avail":93525588,"statfs":{"total":95995035648,"available":95770202112,"internally_reserved":0,"allocated":6983680,"data_stored":4845434,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":52011,"internal_metadata":217789653},"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":[1,1,0,1,4],"upper_bound":32},"perf_stat":{"commit_latency_ms":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[]},{"osd":1,"up_from":780,"seq":3350074491017,"num_pgs":36,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":156136,"kb_used_data":15904,"kb_used_omap":30,"kb_used_meta":140193,"kb_avail":93589016,"statfs":{"total":95995035648,"available":95835152384,"internally_reserved":0,"allocated":16285696,"data_stored":14150949,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":31404,"internal_metadata":143557972},"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":746,"seq":3204045602960,"num_pgs":31,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":120432,"kb_used_data":7400,"kb_used_omap":66,"kb_used_meta":112957,"kb_avail":93624720,"statfs":{"total":95995035648,"available":95871713280,"internally_reserved":0,"allocated":7577600,"data_stored":5435790,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":68403,"internal_metadata":115668173},"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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"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":0,"data_stored":0,"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":4096,"data_stored":19,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":4096,"data_stored":19,"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":4096,"data_stored":19,"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":0,"data_stored":0,"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":8192,"data_stored":604,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3890,"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":3041,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":616,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1366,"internal_metadata":0},{"poolid":3,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":90,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3176,"internal_metadata":0},{"poolid":3,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":24576,"data_stored":4902,"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":8192,"data_stored":652,"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":16384,"data_stored":4826,"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":28672,"data_stored":4972,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":6,"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":6,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":9306112,"data_stored":9306112,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":6,"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":6,"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":6,"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":6,"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":6,"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":6,"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-09-13T14:44:04.908 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd pool set unique_pool_1 pgp_num 16 2024-09-13T14:44:04.961 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:04.987 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:04.988 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:04.988 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:05.089 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:05.110 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:05.111 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:05.111 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:05.197 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:44:05.212 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:05.238 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:05.239 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:05.239 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:05.340 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:44:05.365 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:05.366 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:05.367 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:44:05.467 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:05.493 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:05.494 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:05.494 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:05.520 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd unset noscrub 2024-09-13T14:44:05.594 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:44:05.616 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:05.616 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:05.617 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:44:05.717 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:44:05.743 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:05.744 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:05.744 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:44:05.845 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:05.871 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:05.871 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:05.872 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:05.972 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:44:05.994 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:05.995 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:05.995 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:44:06.046 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.4 dump_ops_in_flight 2024-09-13T14:44:06.096 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:06.120 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:06.121 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:06.121 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:06.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:05 smithi104 ceph-mon[105578]: pgmap v1330: 89 pgs: 89 active+clean; 582 KiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 0 B/s wr, 431 op/s 2024-09-13T14:44:06.222 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:06.243 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:06.244 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:06.244 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:06.259 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:44:06.346 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:06.361 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:05 smithi071 ceph-mon[107477]: pgmap v1330: 89 pgs: 89 active+clean; 582 KiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 0 B/s wr, 431 op/s 2024-09-13T14:44:06.361 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:05 smithi071 ceph-mon[112785]: pgmap v1330: 89 pgs: 89 active+clean; 582 KiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 0 B/s wr, 431 op/s 2024-09-13T14:44:06.367 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:06.367 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:06.367 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:06.468 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:44:06.494 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:06.494 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:06.495 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:44:06.596 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:44:06.617 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:06.617 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:06.618 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:44:06.718 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:06.740 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:06.741 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:06.741 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:06.823 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:44:06.841 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:44:06.864 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:06.865 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:06.866 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:44:06.967 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:44:06.989 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:06.989 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:06.990 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:44:07.090 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:07.112 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:07.113 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:07.113 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:07.214 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:44:07.235 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:07.235 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:07.236 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:44:07.337 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:07.358 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:07.359 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:07.359 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:07.388 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:44:07.460 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:44:07.481 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:07.482 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:07.482 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:44:07.583 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:07.605 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:07.605 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:07.606 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:07.706 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:07.728 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:07.728 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:07.729 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:07.829 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:07.851 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:07.851 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:07.851 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:07.952 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:07.975 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:07.975 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:07.975 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:08.076 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:08.077 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:07 smithi104 ceph-mon[105578]: pgmap v1331: 89 pgs: 89 active+clean; 582 KiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 0 B/s wr, 190 op/s 2024-09-13T14:44:08.100 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:08.100 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2024-09-13T14:44:08.100 INFO:teuthology.orchestra.run.smithi104.stdout: "ops": [], 2024-09-13T14:44:08.100 INFO:teuthology.orchestra.run.smithi104.stdout: "num_ops": 0 2024-09-13T14:44:08.101 INFO:teuthology.orchestra.run.smithi104.stdout:} 2024-09-13T14:44:08.101 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:08.101 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:08.157 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:07 smithi071 ceph-mon[107477]: pgmap v1331: 89 pgs: 89 active+clean; 582 KiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 0 B/s wr, 190 op/s 2024-09-13T14:44:08.157 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:07 smithi071 ceph-mon[112785]: pgmap v1331: 89 pgs: 89 active+clean; 582 KiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 0 B/s wr, 190 op/s 2024-09-13T14:44:08.163 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:44:08.163 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:44:08.174 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:44:08.174 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:44:08.191 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:44:08.191 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:44:08.202 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:08.206 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:44:08.207 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:44:08.224 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:44:08.225 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:44:08.225 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:08.226 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:08.226 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:08.238 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:44:08.239 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:44:08.254 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T14:44:08.254 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T14:44:08.270 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:44:08.271 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:44:08.326 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:44:08.347 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:08.348 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:08.349 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:44:08.449 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:08.471 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:08.472 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:08.472 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:08.573 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:08.594 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:08.595 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:08.595 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:08.692 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.4 dump_blocked_ops 2024-09-13T14:44:08.696 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:44:08.718 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:08.719 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:08.719 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:44:08.820 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:08.842 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:08.842 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:08.842 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:08.891 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:44:08.943 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:44:08.965 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:08.966 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:08.966 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:44:09.013 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:08 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/647865997' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:44:09.067 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:09.088 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:09.089 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:09.089 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:09.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:08 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/647865997' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:44:09.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:08 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/647865997' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:44:09.190 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:09.211 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:09.212 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:09.212 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:09.313 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:09.336 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:09.337 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:09.337 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:09.438 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:09.459 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:09.460 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:09.460 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:09.561 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:09.582 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:09.582 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:09.583 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:09.684 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:09.705 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:09.705 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:09.706 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:09.806 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:09.827 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:09.827 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:09.828 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:09.929 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:09.949 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:09.950 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:09.950 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:10.010 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:09 smithi071 ceph-mon[107477]: pgmap v1332: 89 pgs: 89 active+clean; 582 KiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 0 B/s wr, 90 op/s 2024-09-13T14:44:10.010 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:09 smithi071 ceph-mon[112785]: pgmap v1332: 89 pgs: 89 active+clean; 582 KiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 0 B/s wr, 90 op/s 2024-09-13T14:44:10.051 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:44:10.072 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:10.073 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:10.073 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:44:10.097 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:09 smithi104 ceph-mon[105578]: pgmap v1332: 89 pgs: 89 active+clean; 582 KiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 0 B/s wr, 90 op/s 2024-09-13T14:44:10.174 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:44:10.196 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:10.196 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:10.196 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:44:10.297 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:44:10.319 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:10.319 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:10.319 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:44:10.420 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:10.442 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:10.442 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:10.443 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:10.543 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:10.565 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:10.565 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:10.566 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:10.609 INFO:teuthology.orchestra.run.smithi104.stdout:ERROR: (22) Invalid argument 2024-09-13T14:44:10.609 INFO:teuthology.orchestra.run.smithi104.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:44:10.667 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:44:10.688 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:10.689 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:10.689 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:44:10.790 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:10.811 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:10.812 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:10.812 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:10.913 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:10.934 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:10.935 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:10.935 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:11.036 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:11.057 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:11.058 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:11.058 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:11.159 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:44:11.183 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:11.184 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:11.185 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:44:11.258 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.4 dump_historic_ops 2024-09-13T14:44:11.285 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:44:11.321 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:11.322 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:11.322 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:44:11.423 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:11.447 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:11.448 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:11.448 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:11.456 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:44:11.548 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:44:11.570 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:11.571 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:11.571 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:44:11.672 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:11.696 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:11.697 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:11.697 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:11.798 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:44:11.823 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:11.823 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:11.824 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:44:11.925 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:44:11.950 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:11.950 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:11.951 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:44:12.052 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:12.077 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:12.078 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:12.078 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:12.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:11 smithi104 ceph-mon[105578]: pgmap v1333: 89 pgs: 89 active+clean; 582 KiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 0 B/s wr, 63 op/s 2024-09-13T14:44:12.179 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:12.201 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:12.201 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:12.202 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:12.303 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:44:12.325 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:12.326 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:12.326 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:44:12.372 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:11 smithi071 ceph-mon[107477]: pgmap v1333: 89 pgs: 89 active+clean; 582 KiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 0 B/s wr, 63 op/s 2024-09-13T14:44:12.373 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:11 smithi071 ceph-mon[112785]: pgmap v1333: 89 pgs: 89 active+clean; 582 KiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 0 B/s wr, 63 op/s 2024-09-13T14:44:12.427 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:44:12.449 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:12.450 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:12.450 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:44:12.551 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:12.574 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:12.577 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:12.577 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:12.678 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:44:12.700 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:12.700 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:12.701 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:44:12.802 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:44:12.823 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:12.824 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:12.824 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:44:12.925 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:12.947 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:12.948 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:12.948 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:13.023 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:44:12 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:44:12] "GET /metrics HTTP/1.1" 200 36477 "" "Prometheus/2.51.0" 2024-09-13T14:44:13.049 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:13.071 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:13.072 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:13.072 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:13.172 INFO:teuthology.orchestra.run.smithi104.stdout:ERROR: (22) Invalid argument 2024-09-13T14:44:13.173 INFO:teuthology.orchestra.run.smithi104.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:44:13.173 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:13.199 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:13.200 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:13.200 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:13.301 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:13.322 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:13.322 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:13.323 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:13.338 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=true 2024-09-13T14:44:13.424 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:44:13.445 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:13.446 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:13.446 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:44:13.547 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:13.569 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:13.569 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:13.570 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:13.671 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:44:13.691 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:13.692 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:13.692 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:44:13.793 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:13.817 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:13.817 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:13.818 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:13.826 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.5 dump_ops_in_flight 2024-09-13T14:44:13.918 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:13.940 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:13.940 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:13.941 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:14.026 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:44:14.041 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:44:14.063 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:14.064 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:14.064 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:44:14.147 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:13 smithi104 ceph-mon[105578]: pgmap v1334: 89 pgs: 89 active+clean; 582 KiB data, 1.6 GiB used, 714 GiB / 715 GiB avail 2024-09-13T14:44:14.147 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:13 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:44:14.147 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:13 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:44:14.165 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:14.171 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:13 smithi071 ceph-mon[107477]: pgmap v1334: 89 pgs: 89 active+clean; 582 KiB data, 1.6 GiB used, 714 GiB / 715 GiB avail 2024-09-13T14:44:14.171 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:44:14.171 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:44:14.172 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:13 smithi071 ceph-mon[112785]: pgmap v1334: 89 pgs: 89 active+clean; 582 KiB data, 1.6 GiB used, 714 GiB / 715 GiB avail 2024-09-13T14:44:14.172 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:44:14.172 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:44:14.186 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:14.187 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:14.187 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:14.288 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:14.309 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:14.310 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:14.310 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:14.317 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:44:14.411 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:44:14.432 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:14.433 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:14.433 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:44:14.534 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:14.555 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:14.556 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:14.556 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:14.657 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:14.678 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:14.679 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:14.679 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:14.780 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:44:14.802 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:14.802 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:14.803 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:44:14.903 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:44:14.925 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:14.926 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:14.926 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:44:15.027 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:15.048 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:15.048 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:15.049 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:15.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:14 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:44:15.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:14 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:44:15.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:14 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:44:15.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:14 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3389895454' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:44:15.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:14 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1683222416' entity='client.admin' cmd={"prefix": "osd pool set", "pool": "unique_pool_1", "var": "pgp_num", "val": "16"} : dispatch 2024-09-13T14:44:15.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:14 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd pool set", "pool": "unique_pool_1", "var": "pgp_num", "val": "16"} : dispatch 2024-09-13T14:44:15.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:14 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:44:15.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:14 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:44:15.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:14 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:44:15.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:14 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:44:15.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:14 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3389895454' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:44:15.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:14 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1683222416' entity='client.admin' cmd={"prefix": "osd pool set", "pool": "unique_pool_1", "var": "pgp_num", "val": "16"} : dispatch 2024-09-13T14:44:15.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:14 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd pool set", "pool": "unique_pool_1", "var": "pgp_num", "val": "16"} : dispatch 2024-09-13T14:44:15.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:14 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:44:15.149 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:44:15.170 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:15.171 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:15.171 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:44:15.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:14 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:44:15.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:14 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:44:15.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:14 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:44:15.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:14 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3389895454' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:44:15.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:14 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1683222416' entity='client.admin' cmd={"prefix": "osd pool set", "pool": "unique_pool_1", "var": "pgp_num", "val": "16"} : dispatch 2024-09-13T14:44:15.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:14 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd pool set", "pool": "unique_pool_1", "var": "pgp_num", "val": "16"} : dispatch 2024-09-13T14:44:15.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:14 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:44:15.214 INFO:teuthology.orchestra.run.smithi071.stderr:noscrub is unset 2024-09-13T14:44:15.218 INFO:teuthology.orchestra.run.smithi071.stderr:set pool 6 pgp_num to 16 2024-09-13T14:44:15.272 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:15.293 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:15.294 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:15.294 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:15.395 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:44:15.416 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:15.417 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:15.417 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:44:15.518 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:44:15.540 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:15.540 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:15.540 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:44:15.641 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:15.663 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:15.664 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:15.664 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:15.737 INFO:teuthology.orchestra.run.smithi104.stdout:ERROR: (22) Invalid argument 2024-09-13T14:44:15.737 INFO:teuthology.orchestra.run.smithi104.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:44:15.765 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:44:15.786 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:15.787 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:15.787 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:44:15.888 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:15.910 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:15.910 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:15.910 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:16.011 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:16.033 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:16.034 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:16.034 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:16.135 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:44:16.164 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:16.165 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:16.165 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:44:16.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:15 smithi104 ceph-mon[105578]: pgmap v1335: 89 pgs: 89 active+clean; 582 KiB data, 1.6 GiB used, 714 GiB / 715 GiB avail 2024-09-13T14:44:16.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:15 smithi104 ceph-mon[105578]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:44:16.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:15 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3389895454' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T14:44:16.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:15 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "unique_pool_1", "var": "pgp_num", "val": "16"}]': finished 2024-09-13T14:44:16.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:15 smithi104 ceph-mon[105578]: osdmap e1149: 8 total, 8 up, 8 in 2024-09-13T14:44:16.265 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:16.269 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:15 smithi071 ceph-mon[107477]: pgmap v1335: 89 pgs: 89 active+clean; 582 KiB data, 1.6 GiB used, 714 GiB / 715 GiB avail 2024-09-13T14:44:16.269 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:15 smithi071 ceph-mon[107477]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:44:16.269 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:15 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3389895454' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T14:44:16.269 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:15 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "unique_pool_1", "var": "pgp_num", "val": "16"}]': finished 2024-09-13T14:44:16.269 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:15 smithi071 ceph-mon[107477]: osdmap e1149: 8 total, 8 up, 8 in 2024-09-13T14:44:16.270 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:15 smithi071 ceph-mon[112785]: pgmap v1335: 89 pgs: 89 active+clean; 582 KiB data, 1.6 GiB used, 714 GiB / 715 GiB avail 2024-09-13T14:44:16.270 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:15 smithi071 ceph-mon[112785]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:44:16.270 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:15 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3389895454' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T14:44:16.270 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:15 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "unique_pool_1", "var": "pgp_num", "val": "16"}]': finished 2024-09-13T14:44:16.270 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:15 smithi071 ceph-mon[112785]: osdmap e1149: 8 total, 8 up, 8 in 2024-09-13T14:44:16.301 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:16.302 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:16.302 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:16.403 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:44:16.436 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:16.437 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:16.437 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:44:16.538 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:44:16.561 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:16.561 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:16.561 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:44:16.662 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:16.687 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:16.687 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:16.688 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:16.759 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:44:16.759 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:44:16.774 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.5 dump_blocked_ops 2024-09-13T14:44:16.775 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:44:16.775 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:44:16.789 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:16.791 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:44:16.791 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:44:16.807 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:44:16.807 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:44:16.824 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:44:16.825 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:44:16.838 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:16.839 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:16.839 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:16.840 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:44:16.841 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:44:16.857 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T14:44:16.857 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T14:44:16.873 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:44:16.873 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:44:16.940 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:16.962 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:16.963 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:16.963 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:16.976 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:44:17.065 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:44:17.087 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:17.088 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:17.088 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:44:17.097 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:16 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1727435728' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:44:17.189 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:17.211 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:17.212 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:17.212 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:17.227 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:16 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1727435728' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:44:17.227 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:16 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1727435728' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:44:17.313 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:44:17.334 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:17.335 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:17.335 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:44:17.436 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:17.458 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:17.459 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:17.459 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:17.560 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:17.581 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:17.582 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:17.582 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:17.683 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:17.704 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:17.705 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:17.705 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:17.806 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:44:17.828 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:17.829 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:17.829 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:44:17.930 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:17.952 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:17.953 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:17.953 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:18.054 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:18.076 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:18.077 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:18.077 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:18.116 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:17 smithi104 ceph-mon[105578]: pgmap v1337: 89 pgs: 89 active+clean; 582 KiB data, 1.6 GiB used, 714 GiB / 715 GiB avail 2024-09-13T14:44:18.177 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:18.199 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:18.200 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:18.200 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:18.301 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:44:18.323 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:18.323 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:18.324 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:44:18.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:17 smithi071 ceph-mon[107477]: pgmap v1337: 89 pgs: 89 active+clean; 582 KiB data, 1.6 GiB used, 714 GiB / 715 GiB avail 2024-09-13T14:44:18.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:17 smithi071 ceph-mon[112785]: pgmap v1337: 89 pgs: 89 active+clean; 582 KiB data, 1.6 GiB used, 714 GiB / 715 GiB avail 2024-09-13T14:44:18.424 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:44:18.446 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:18.446 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:18.447 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:44:18.547 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:44:18.562 INFO:tasks.cephadm.ceph_manager.ceph:removing pool_name unique_pool_1 2024-09-13T14:44:18.562 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd pool rm unique_pool_1 unique_pool_1 --yes-i-really-really-mean-it 2024-09-13T14:44:18.568 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:18.569 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:18.569 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:44:18.593 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2024-09-13T14:44:18.593 INFO:teuthology.orchestra.run.smithi104.stdout: "ops": [], 2024-09-13T14:44:18.593 INFO:teuthology.orchestra.run.smithi104.stdout: "complaint_time": 30, 2024-09-13T14:44:18.593 INFO:teuthology.orchestra.run.smithi104.stdout: "num_blocked_ops": 0 2024-09-13T14:44:18.593 INFO:teuthology.orchestra.run.smithi104.stdout:} 2024-09-13T14:44:18.671 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:44:18.692 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:18.692 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:18.692 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:44:18.758 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:44:18.793 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:18.813 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:18.814 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:18.814 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:18.915 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:18.936 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:18.937 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:18.937 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:19.038 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:19.061 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:19.061 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:19.061 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:19.162 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:44:19.185 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:19.186 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:19.186 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:44:19.286 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:44:19.308 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:19.309 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:19.309 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:44:19.328 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.5 dump_historic_ops 2024-09-13T14:44:19.410 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:44:19.431 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:19.432 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:19.432 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:44:19.533 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:44:19.554 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:19.554 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:19.555 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:44:19.563 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:44:19.641 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=false 2024-09-13T14:44:19.655 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:44:19.704 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:19.705 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:19.705 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:44:19.806 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:19.828 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:19.828 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:19.829 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:19.929 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:19.950 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:19.951 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:19.951 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:19.961 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd unset nodeep-scrub 2024-09-13T14:44:20.052 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:20.073 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:20.074 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:20.074 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:20.175 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:20.196 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:20.197 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:20.197 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:20.249 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:20 smithi071 ceph-mon[107477]: pgmap v1338: 89 pgs: 89 active+clean; 582 KiB data, 1.6 GiB used, 714 GiB / 715 GiB avail 2024-09-13T14:44:20.249 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:20 smithi071 ceph-mon[112785]: pgmap v1338: 89 pgs: 89 active+clean; 582 KiB data, 1.6 GiB used, 714 GiB / 715 GiB avail 2024-09-13T14:44:20.298 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:20.313 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:20 smithi104 ceph-mon[105578]: pgmap v1338: 89 pgs: 89 active+clean; 582 KiB data, 1.6 GiB used, 714 GiB / 715 GiB avail 2024-09-13T14:44:20.320 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:20.321 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:20.322 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:20.396 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:44:20.422 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:44:20.444 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:20.445 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:20.445 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:44:20.546 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:44:20.567 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:20.568 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:20.568 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:44:20.666 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:44:20.669 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:44:20.691 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:20.692 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:20.692 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:44:20.793 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:44:20.814 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:20.815 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:20.815 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:44:20.917 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:44:20.938 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:20.939 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:20.939 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:44:21.040 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:44:21.062 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:21.063 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:21.063 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:44:21.072 INFO:teuthology.orchestra.run.smithi071.stderr:pool 'unique_pool_1' removed 2024-09-13T14:44:21.127 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2024-09-13T14:44:21.127 INFO:teuthology.orchestra.run.smithi104.stdout: "size": 20, 2024-09-13T14:44:21.127 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 600, 2024-09-13T14:44:21.127 INFO:teuthology.orchestra.run.smithi104.stdout: "ops": [ 2024-09-13T14:44:21.127 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.127 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:167771 6.7 6:e365b15b:::benchmark_data_smithi071_156503_object35777:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1115)", 2024-09-13T14:44:21.127 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:41:40.304015+0000", 2024-09-13T14:44:21.127 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 160.82001301099999, 2024-09-13T14:44:21.127 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.841375298, 2024-09-13T14:44:21.128 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:44:21.128 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T14:44:21.128 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:44:21.128 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:44:21.128 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:44:21.128 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 167771 2024-09-13T14:44:21.128 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.128 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:44:21.128 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.128 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:44:21.128 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.304015+0000", 2024-09-13T14:44:21.128 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:44:21.128 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.129 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.129 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:44:21.129 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.304015+0000", 2024-09-13T14:44:21.129 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:44:21.129 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.129 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.129 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:44:21.129 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.304013+0000", 2024-09-13T14:44:21.129 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999981 2024-09-13T14:44:21.129 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.129 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.129 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:44:21.129 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.304021+0000", 2024-09-13T14:44:21.129 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.5439999999999999e-06 2024-09-13T14:44:21.130 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.130 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.130 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:44:21.130 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.304042+0000", 2024-09-13T14:44:21.130 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.0951999999999999e-05 2024-09-13T14:44:21.130 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.130 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.130 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:44:21.130 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.304051+0000", 2024-09-13T14:44:21.130 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.4239999999999993e-06 2024-09-13T14:44:21.130 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.130 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.130 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:44:21.131 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.304114+0000", 2024-09-13T14:44:21.131 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.3614000000000005e-05 2024-09-13T14:44:21.131 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.131 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.131 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:44:21.131 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.304229+0000", 2024-09-13T14:44:21.131 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000114447 2024-09-13T14:44:21.131 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.131 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.131 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,4", 2024-09-13T14:44:21.131 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.304338+0000", 2024-09-13T14:44:21.131 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000109307 2024-09-13T14:44:21.131 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.131 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.131 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:44:21.132 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.315052+0000", 2024-09-13T14:44:21.132 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.010714319999999999 2024-09-13T14:44:21.132 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.132 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.132 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:44:21.132 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.321431+0000", 2024-09-13T14:44:21.132 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.006378402 2024-09-13T14:44:21.132 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.132 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.132 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:44:21.133 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.337168+0000", 2024-09-13T14:44:21.133 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0157378 2024-09-13T14:44:21.133 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.133 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.133 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:44:21.133 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.337180+0000", 2024-09-13T14:44:21.133 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1855000000000001e-05 2024-09-13T14:44:21.133 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.133 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.133 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:44:21.133 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.321670+0000", 2024-09-13T14:44:21.133 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.98448956899999995 2024-09-13T14:44:21.133 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.134 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.134 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:44:21.134 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.321682+0000", 2024-09-13T14:44:21.134 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2599000000000001e-05 2024-09-13T14:44:21.134 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.134 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.134 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:44:21.134 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.145312+0000", 2024-09-13T14:44:21.134 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.8236293109999999 2024-09-13T14:44:21.134 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.134 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.134 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:44:21.134 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.145390+0000", 2024-09-13T14:44:21.134 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.8114999999999993e-05 2024-09-13T14:44:21.135 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:44:21.135 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:44:21.135 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:44:21.135 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.135 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.135 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:167773 6.7 6:e7f2e995:::benchmark_data_smithi071_156503_object35779:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1115)", 2024-09-13T14:44:21.135 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:41:40.304063+0000", 2024-09-13T14:44:21.135 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 160.81996426699999, 2024-09-13T14:44:21.135 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.8416442669999999, 2024-09-13T14:44:21.135 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:44:21.135 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T14:44:21.135 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:44:21.135 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:44:21.135 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:44:21.136 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 167773 2024-09-13T14:44:21.136 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.136 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:44:21.136 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.136 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:44:21.136 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.304063+0000", 2024-09-13T14:44:21.136 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:44:21.136 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.136 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.136 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:44:21.136 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.304063+0000", 2024-09-13T14:44:21.137 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:44:21.137 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.137 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.137 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:44:21.137 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.304063+0000", 2024-09-13T14:44:21.137 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T14:44:21.137 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.137 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.137 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:44:21.137 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.304066+0000", 2024-09-13T14:44:21.137 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.056e-06 2024-09-13T14:44:21.137 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.137 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.138 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:44:21.138 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.304072+0000", 2024-09-13T14:44:21.138 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.8950000000000003e-06 2024-09-13T14:44:21.138 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.138 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.138 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:44:21.138 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.304077+0000", 2024-09-13T14:44:21.138 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.6430000000000003e-06 2024-09-13T14:44:21.138 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.138 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.138 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:44:21.138 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.309330+0000", 2024-09-13T14:44:21.139 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0052536680000000004 2024-09-13T14:44:21.139 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.139 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.139 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:44:21.139 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.309535+0000", 2024-09-13T14:44:21.139 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000204527 2024-09-13T14:44:21.139 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.139 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.139 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,4", 2024-09-13T14:44:21.139 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.309788+0000", 2024-09-13T14:44:21.139 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00025313000000000001 2024-09-13T14:44:21.139 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.139 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.140 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:44:21.140 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.317838+0000", 2024-09-13T14:44:21.140 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0080504099999999992 2024-09-13T14:44:21.140 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.140 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.140 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:44:21.140 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.321462+0000", 2024-09-13T14:44:21.140 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0036236829999999999 2024-09-13T14:44:21.140 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.140 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.140 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:44:21.140 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.337936+0000", 2024-09-13T14:44:21.140 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.016474005999999999 2024-09-13T14:44:21.140 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.141 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.141 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:44:21.141 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.337946+0000", 2024-09-13T14:44:21.141 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.7799999999999995e-06 2024-09-13T14:44:21.141 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.141 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.141 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:44:21.141 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.321713+0000", 2024-09-13T14:44:21.141 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.98376739800000002 2024-09-13T14:44:21.141 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.141 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.141 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:44:21.142 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.321723+0000", 2024-09-13T14:44:21.142 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.3889999999999994e-06 2024-09-13T14:44:21.142 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.142 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.142 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:44:21.142 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.145601+0000", 2024-09-13T14:44:21.142 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.82387864 2024-09-13T14:44:21.142 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.142 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.142 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:44:21.142 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.145708+0000", 2024-09-13T14:44:21.142 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000106452 2024-09-13T14:44:21.142 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:44:21.142 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:44:21.143 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:44:21.143 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.143 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.143 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:167782 6.7 6:e2985bb6:::benchmark_data_smithi071_156503_object35788:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1115)", 2024-09-13T14:44:21.143 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:41:40.328930+0000", 2024-09-13T14:44:21.143 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 160.79509768700001, 2024-09-13T14:44:21.143 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.8535978589999997, 2024-09-13T14:44:21.143 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:44:21.143 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:44:21.143 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:44:21.143 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:44:21.143 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:44:21.143 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 167782 2024-09-13T14:44:21.143 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.144 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:44:21.144 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.144 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:44:21.144 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.328930+0000", 2024-09-13T14:44:21.144 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:44:21.144 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.144 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.144 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:44:21.144 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.328930+0000", 2024-09-13T14:44:21.144 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:44:21.144 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.144 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.144 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:44:21.145 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.328928+0000", 2024-09-13T14:44:21.145 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:44:21.145 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.145 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.145 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:44:21.145 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.328935+0000", 2024-09-13T14:44:21.145 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.7100000000000001e-06 2024-09-13T14:44:21.145 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.145 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.145 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:44:21.145 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.329296+0000", 2024-09-13T14:44:21.145 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00036121900000000003 2024-09-13T14:44:21.145 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.146 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.146 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:44:21.146 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.329307+0000", 2024-09-13T14:44:21.146 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0767999999999999e-05 2024-09-13T14:44:21.146 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.146 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.146 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:44:21.146 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.337976+0000", 2024-09-13T14:44:21.146 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0086690780000000002 2024-09-13T14:44:21.146 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.146 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.146 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:44:21.147 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.337984+0000", 2024-09-13T14:44:21.147 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.9549999999999992e-06 2024-09-13T14:44:21.147 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.147 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.147 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:44:21.147 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.321754+0000", 2024-09-13T14:44:21.147 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.98376943800000005 2024-09-13T14:44:21.147 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.147 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.147 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:44:21.147 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.321765+0000", 2024-09-13T14:44:21.147 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1175999999999999e-05 2024-09-13T14:44:21.148 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.148 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.148 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:44:21.148 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.145730+0000", 2024-09-13T14:44:21.148 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.823965515 2024-09-13T14:44:21.148 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.148 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.148 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:44:21.148 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.145828+0000", 2024-09-13T14:44:21.148 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.8239999999999995e-05 2024-09-13T14:44:21.148 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.148 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.149 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,3,4", 2024-09-13T14:44:21.149 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.145944+0000", 2024-09-13T14:44:21.149 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000115963 2024-09-13T14:44:21.149 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.149 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.149 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:44:21.149 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.159127+0000", 2024-09-13T14:44:21.149 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.013182968999999999 2024-09-13T14:44:21.149 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.149 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.149 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:44:21.149 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.167079+0000", 2024-09-13T14:44:21.149 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0079519259999999998 2024-09-13T14:44:21.149 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.150 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.150 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:44:21.150 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.180441+0000", 2024-09-13T14:44:21.150 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.01336179 2024-09-13T14:44:21.150 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.150 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.150 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:44:21.150 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.182339+0000", 2024-09-13T14:44:21.150 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001897911 2024-09-13T14:44:21.150 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.150 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.150 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:44:21.150 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.182417+0000", 2024-09-13T14:44:21.151 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.7688000000000006e-05 2024-09-13T14:44:21.151 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.151 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.151 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:44:21.151 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.182528+0000", 2024-09-13T14:44:21.151 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000111062 2024-09-13T14:44:21.151 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:44:21.151 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:44:21.151 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:44:21.151 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.151 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.151 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:167785 6.7 6:e185d723:::benchmark_data_smithi071_156503_object35791:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1115)", 2024-09-13T14:44:21.151 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:41:40.329319+0000", 2024-09-13T14:44:21.151 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 160.79470826900001, 2024-09-13T14:44:21.152 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.8534157110000002, 2024-09-13T14:44:21.152 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:44:21.152 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:44:21.152 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:44:21.152 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:44:21.152 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:44:21.152 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 167785 2024-09-13T14:44:21.152 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.152 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:44:21.152 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.152 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:44:21.153 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.329319+0000", 2024-09-13T14:44:21.153 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:44:21.153 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.153 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.153 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:44:21.153 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.329319+0000", 2024-09-13T14:44:21.153 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:44:21.153 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.153 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.153 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:44:21.153 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.329319+0000", 2024-09-13T14:44:21.153 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T14:44:21.153 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.153 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.154 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:44:21.154 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.329323+0000", 2024-09-13T14:44:21.154 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.2189999999999998e-06 2024-09-13T14:44:21.154 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.154 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.154 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:44:21.154 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.329331+0000", 2024-09-13T14:44:21.154 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.1370000000000002e-06 2024-09-13T14:44:21.154 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.154 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.154 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:44:21.154 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.329336+0000", 2024-09-13T14:44:21.154 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.5449999999999997e-06 2024-09-13T14:44:21.154 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.155 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.156 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:44:21.156 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.338012+0000", 2024-09-13T14:44:21.156 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0086761630000000006 2024-09-13T14:44:21.156 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.156 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.156 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:44:21.157 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.338020+0000", 2024-09-13T14:44:21.157 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.7980000000000006e-06 2024-09-13T14:44:21.157 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.157 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.157 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:44:21.157 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323777+0000", 2024-09-13T14:44:21.157 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.98575782999999995 2024-09-13T14:44:21.157 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.157 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.157 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:44:21.157 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323810+0000", 2024-09-13T14:44:21.157 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.3099000000000003e-05 2024-09-13T14:44:21.158 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.158 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.158 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:44:21.159 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.150647+0000", 2024-09-13T14:44:21.159 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.8268366280000001 2024-09-13T14:44:21.159 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.159 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.159 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:44:21.159 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.150779+0000", 2024-09-13T14:44:21.159 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00013190000000000001 2024-09-13T14:44:21.159 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.159 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.159 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,3,4", 2024-09-13T14:44:21.159 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.150916+0000", 2024-09-13T14:44:21.159 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00013744399999999999 2024-09-13T14:44:21.159 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.160 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.160 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:44:21.160 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.159134+0000", 2024-09-13T14:44:21.160 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0082176490000000005 2024-09-13T14:44:21.160 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.160 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.160 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:44:21.160 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.167209+0000", 2024-09-13T14:44:21.160 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0080744270000000003 2024-09-13T14:44:21.160 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.160 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.160 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:44:21.160 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.180471+0000", 2024-09-13T14:44:21.161 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.013262861000000001 2024-09-13T14:44:21.161 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.161 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.161 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:44:21.161 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.182573+0000", 2024-09-13T14:44:21.161 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.002101239 2024-09-13T14:44:21.161 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.161 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.161 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:44:21.161 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.182623+0000", 2024-09-13T14:44:21.161 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.0637999999999999e-05 2024-09-13T14:44:21.161 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.161 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.162 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:44:21.162 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.182735+0000", 2024-09-13T14:44:21.162 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000111784 2024-09-13T14:44:21.162 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:44:21.162 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:44:21.162 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:44:21.162 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.162 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.162 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:167760 6.c 6:38756158:::benchmark_data_smithi071_156503_object35766:head [delete] snapc 0=[] RETRY=2 ondisk+retry+write+known_if_redirected+supports_pool_eio e1117)", 2024-09-13T14:44:21.162 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:41:41.323481+0000", 2024-09-13T14:44:21.162 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 159.800546975, 2024-09-13T14:44:21.162 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.723722569, 2024-09-13T14:44:21.162 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:44:21.162 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T14:44:21.162 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:44:21.163 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:44:21.163 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:44:21.163 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 167760 2024-09-13T14:44:21.163 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.163 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:44:21.163 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.163 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:44:21.163 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323481+0000", 2024-09-13T14:44:21.163 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:44:21.163 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.163 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.163 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:44:21.164 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323481+0000", 2024-09-13T14:44:21.164 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:44:21.164 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.164 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.164 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:44:21.164 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323479+0000", 2024-09-13T14:44:21.164 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999981 2024-09-13T14:44:21.164 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.164 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.164 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:44:21.164 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323486+0000", 2024-09-13T14:44:21.164 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.7839999999999998e-06 2024-09-13T14:44:21.164 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.165 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.165 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:44:21.165 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323499+0000", 2024-09-13T14:44:21.165 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.365e-05 2024-09-13T14:44:21.165 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.165 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.165 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:44:21.165 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323509+0000", 2024-09-13T14:44:21.165 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.5980000000000003e-06 2024-09-13T14:44:21.165 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.165 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.165 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:44:21.165 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.324059+0000", 2024-09-13T14:44:21.166 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00055015299999999995 2024-09-13T14:44:21.166 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.166 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.166 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:44:21.166 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.324067+0000", 2024-09-13T14:44:21.166 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.9209999999999992e-06 2024-09-13T14:44:21.166 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.166 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.166 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:44:21.166 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.045300+0000", 2024-09-13T14:44:21.166 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.7212329280000001 2024-09-13T14:44:21.166 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.167 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.167 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:44:21.167 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.047203+0000", 2024-09-13T14:44:21.167 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0019032610000000001 2024-09-13T14:44:21.167 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:44:21.167 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:44:21.167 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:44:21.167 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.167 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.167 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:167765 6.c 6:3ddef303:::benchmark_data_smithi071_156503_object35771:head [delete] snapc 0=[] RETRY=2 ondisk+retry+write+known_if_redirected+supports_pool_eio e1117)", 2024-09-13T14:44:21.167 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:41:41.323519+0000", 2024-09-13T14:44:21.168 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 159.800508536, 2024-09-13T14:44:21.168 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.724039914, 2024-09-13T14:44:21.168 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:44:21.168 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T14:44:21.168 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:44:21.168 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:44:21.168 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:44:21.168 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 167765 2024-09-13T14:44:21.168 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.168 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:44:21.168 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.168 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:44:21.168 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323519+0000", 2024-09-13T14:44:21.168 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:44:21.169 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.169 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.169 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:44:21.169 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323519+0000", 2024-09-13T14:44:21.169 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:44:21.169 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.169 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.169 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:44:21.169 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323519+0000", 2024-09-13T14:44:21.169 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T14:44:21.169 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.169 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.169 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:44:21.170 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323522+0000", 2024-09-13T14:44:21.170 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.1379999999999999e-06 2024-09-13T14:44:21.170 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.170 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.170 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:44:21.170 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323529+0000", 2024-09-13T14:44:21.170 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.0770000000000002e-06 2024-09-13T14:44:21.170 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.170 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.170 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:44:21.170 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323534+0000", 2024-09-13T14:44:21.170 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.1059999999999999e-06 2024-09-13T14:44:21.170 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.170 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.170 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:44:21.171 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.324089+0000", 2024-09-13T14:44:21.171 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00055544899999999996 2024-09-13T14:44:21.171 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.171 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.171 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:44:21.171 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.324096+0000", 2024-09-13T14:44:21.171 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.5529999999999998e-06 2024-09-13T14:44:21.171 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.171 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.171 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:44:21.171 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.047492+0000", 2024-09-13T14:44:21.171 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.723395918 2024-09-13T14:44:21.171 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.171 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.171 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:44:21.172 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.047559+0000", 2024-09-13T14:44:21.172 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.7203e-05 2024-09-13T14:44:21.172 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:44:21.172 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:44:21.172 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:44:21.172 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.172 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.172 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:167772 6.c 6:38a72f91:::benchmark_data_smithi071_156503_object35778:head [delete] snapc 0=[] RETRY=2 ondisk+retry+write+known_if_redirected+supports_pool_eio e1117)", 2024-09-13T14:44:21.172 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:41:41.323539+0000", 2024-09-13T14:44:21.172 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 159.80048872200001, 2024-09-13T14:44:21.172 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.72411527, 2024-09-13T14:44:21.172 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:44:21.172 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T14:44:21.172 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:44:21.172 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:44:21.173 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:44:21.173 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 167772 2024-09-13T14:44:21.173 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.173 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:44:21.173 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.173 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:44:21.173 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323539+0000", 2024-09-13T14:44:21.173 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:44:21.173 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.173 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.173 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:44:21.173 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323539+0000", 2024-09-13T14:44:21.173 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:44:21.174 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.174 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.174 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:44:21.174 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323538+0000", 2024-09-13T14:44:21.174 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T14:44:21.174 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.174 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.174 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:44:21.174 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323541+0000", 2024-09-13T14:44:21.174 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.4370000000000001e-06 2024-09-13T14:44:21.174 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.174 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.174 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:44:21.174 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323549+0000", 2024-09-13T14:44:21.175 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.6979999999999998e-06 2024-09-13T14:44:21.175 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.175 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.175 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:44:21.175 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323554+0000", 2024-09-13T14:44:21.175 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.1440000000000002e-06 2024-09-13T14:44:21.175 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.175 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.175 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:44:21.175 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.324592+0000", 2024-09-13T14:44:21.175 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001038579 2024-09-13T14:44:21.175 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.175 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.175 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:44:21.176 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.324600+0000", 2024-09-13T14:44:21.176 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.6669999999999996e-06 2024-09-13T14:44:21.176 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.176 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.176 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:44:21.176 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.047598+0000", 2024-09-13T14:44:21.176 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.7229977540000001 2024-09-13T14:44:21.176 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.176 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.176 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:44:21.176 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.047654+0000", 2024-09-13T14:44:21.176 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.6464e-05 2024-09-13T14:44:21.176 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:44:21.176 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:44:21.177 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:44:21.177 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.177 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.177 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:167777 6.c 6:3fea0097:::benchmark_data_smithi071_156503_object35783:head [delete] snapc 0=[] RETRY=2 ondisk+retry+write+known_if_redirected+supports_pool_eio e1117)", 2024-09-13T14:44:21.177 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:41:41.323559+0000", 2024-09-13T14:44:21.177 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 159.80046903799999, 2024-09-13T14:44:21.177 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.724157905, 2024-09-13T14:44:21.177 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:44:21.177 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T14:44:21.177 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:44:21.177 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:44:21.177 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:44:21.177 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 167777 2024-09-13T14:44:21.177 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.178 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:44:21.178 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.178 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:44:21.178 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323559+0000", 2024-09-13T14:44:21.178 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:44:21.178 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.178 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.178 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:44:21.178 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323559+0000", 2024-09-13T14:44:21.178 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:44:21.178 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.178 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.179 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:44:21.179 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323558+0000", 2024-09-13T14:44:21.179 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T14:44:21.179 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.179 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.179 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:44:21.179 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323561+0000", 2024-09-13T14:44:21.179 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.8660000000000002e-06 2024-09-13T14:44:21.179 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.179 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.179 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:44:21.179 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323568+0000", 2024-09-13T14:44:21.179 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.5610000000000004e-06 2024-09-13T14:44:21.180 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.180 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.180 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:44:21.180 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323573+0000", 2024-09-13T14:44:21.180 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.75e-06 2024-09-13T14:44:21.180 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.180 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.180 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:44:21.180 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.324641+0000", 2024-09-13T14:44:21.180 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0010678090000000001 2024-09-13T14:44:21.180 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.181 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.181 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:44:21.181 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.324648+0000", 2024-09-13T14:44:21.181 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.3320000000000003e-06 2024-09-13T14:44:21.181 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.181 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.181 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:44:21.181 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.047678+0000", 2024-09-13T14:44:21.181 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.723029433 2024-09-13T14:44:21.181 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.181 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.181 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:44:21.181 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.047716+0000", 2024-09-13T14:44:21.182 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.8571000000000001e-05 2024-09-13T14:44:21.182 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:44:21.182 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:44:21.182 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:44:21.182 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.182 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.182 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:167787 6.c 6:3d7e45da:::benchmark_data_smithi071_156503_object35793:head [delete] snapc 0=[] RETRY=1 ondisk+retry+write+known_if_redirected+supports_pool_eio e1117)", 2024-09-13T14:44:21.182 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:41:41.323578+0000", 2024-09-13T14:44:21.182 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 159.800449722, 2024-09-13T14:44:21.182 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.793471405, 2024-09-13T14:44:21.182 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:44:21.182 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:44:21.183 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:44:21.183 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:44:21.183 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:44:21.183 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 167787 2024-09-13T14:44:21.183 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.183 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:44:21.183 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.183 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:44:21.183 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323578+0000", 2024-09-13T14:44:21.183 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:44:21.183 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.183 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.183 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:44:21.183 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323578+0000", 2024-09-13T14:44:21.184 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:44:21.184 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.184 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.184 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:44:21.184 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323578+0000", 2024-09-13T14:44:21.184 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T14:44:21.184 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.184 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.184 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:44:21.184 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323580+0000", 2024-09-13T14:44:21.184 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.6570000000000001e-06 2024-09-13T14:44:21.184 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.184 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.185 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:44:21.185 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323587+0000", 2024-09-13T14:44:21.185 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.3550000000000001e-06 2024-09-13T14:44:21.185 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.185 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.185 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:44:21.185 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323592+0000", 2024-09-13T14:44:21.185 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.0860000000000001e-06 2024-09-13T14:44:21.185 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.185 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.185 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:44:21.185 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.324673+0000", 2024-09-13T14:44:21.185 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0010814589999999999 2024-09-13T14:44:21.185 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.186 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.186 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:44:21.186 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.324679+0000", 2024-09-13T14:44:21.186 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.8819999999999998e-06 2024-09-13T14:44:21.186 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.186 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.186 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:44:21.186 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.047856+0000", 2024-09-13T14:44:21.186 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.723177205 2024-09-13T14:44:21.186 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.186 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.186 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:44:21.186 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.048404+0000", 2024-09-13T14:44:21.186 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00054788099999999995 2024-09-13T14:44:21.186 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.186 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.187 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 3,6,7", 2024-09-13T14:44:21.187 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.048534+0000", 2024-09-13T14:44:21.187 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00012999100000000001 2024-09-13T14:44:21.187 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.187 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.187 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:44:21.187 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.054200+0000", 2024-09-13T14:44:21.187 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0056655000000000004 2024-09-13T14:44:21.187 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.187 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.187 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:44:21.187 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.054849+0000", 2024-09-13T14:44:21.187 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000649272 2024-09-13T14:44:21.187 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.188 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.188 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:44:21.188 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.055371+0000", 2024-09-13T14:44:21.188 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00052201099999999996 2024-09-13T14:44:21.188 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.188 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.188 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:44:21.188 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.116831+0000", 2024-09-13T14:44:21.188 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.061460533999999997 2024-09-13T14:44:21.188 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.188 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.188 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:44:21.188 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.116932+0000", 2024-09-13T14:44:21.188 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000100573 2024-09-13T14:44:21.189 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.189 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.189 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:44:21.189 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.117049+0000", 2024-09-13T14:44:21.189 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000117345 2024-09-13T14:44:21.189 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:44:21.189 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:44:21.189 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:44:21.189 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.189 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.189 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:167792 6.c 6:3de3ee39:::benchmark_data_smithi071_156503_object35798:head [delete] snapc 0=[] RETRY=1 ondisk+retry+write+known_if_redirected+supports_pool_eio e1117)", 2024-09-13T14:44:21.189 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:41:41.323596+0000", 2024-09-13T14:44:21.189 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 159.80043138600001, 2024-09-13T14:44:21.189 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.794685689, 2024-09-13T14:44:21.190 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:44:21.190 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:44:21.190 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:44:21.190 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:44:21.190 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:44:21.190 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 167792 2024-09-13T14:44:21.190 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.190 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:44:21.190 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.190 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:44:21.190 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323596+0000", 2024-09-13T14:44:21.190 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:44:21.190 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.191 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.191 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:44:21.191 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323596+0000", 2024-09-13T14:44:21.191 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:44:21.191 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.191 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.191 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:44:21.191 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323596+0000", 2024-09-13T14:44:21.191 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T14:44:21.191 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.191 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.192 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:44:21.192 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323598+0000", 2024-09-13T14:44:21.192 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.3879999999999998e-06 2024-09-13T14:44:21.192 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.192 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.192 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:44:21.192 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323604+0000", 2024-09-13T14:44:21.192 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.9320000000000001e-06 2024-09-13T14:44:21.192 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.192 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.192 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:44:21.192 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323609+0000", 2024-09-13T14:44:21.192 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.95e-06 2024-09-13T14:44:21.193 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.193 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.193 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:44:21.193 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.324701+0000", 2024-09-13T14:44:21.193 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001091446 2024-09-13T14:44:21.193 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.193 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.193 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:44:21.193 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.324711+0000", 2024-09-13T14:44:21.193 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.004e-05 2024-09-13T14:44:21.193 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.193 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.193 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:44:21.194 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.051156+0000", 2024-09-13T14:44:21.194 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.72644507 2024-09-13T14:44:21.194 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.194 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.194 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:44:21.194 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.051301+0000", 2024-09-13T14:44:21.194 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000145804 2024-09-13T14:44:21.194 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.194 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.194 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 3,6,7", 2024-09-13T14:44:21.194 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.051427+0000", 2024-09-13T14:44:21.195 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00012576899999999999 2024-09-13T14:44:21.195 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.195 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.195 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:44:21.195 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.054352+0000", 2024-09-13T14:44:21.195 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.002924982 2024-09-13T14:44:21.195 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.195 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.195 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:44:21.195 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.055407+0000", 2024-09-13T14:44:21.195 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0010549050000000001 2024-09-13T14:44:21.195 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.195 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.196 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:44:21.196 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.055439+0000", 2024-09-13T14:44:21.196 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.1846e-05 2024-09-13T14:44:21.196 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.196 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.196 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:44:21.196 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.117860+0000", 2024-09-13T14:44:21.196 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.062421095000000003 2024-09-13T14:44:21.196 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.196 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.196 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:44:21.196 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.117914+0000", 2024-09-13T14:44:21.196 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.3656999999999998e-05 2024-09-13T14:44:21.197 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.197 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.197 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:44:21.197 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.118282+0000", 2024-09-13T14:44:21.197 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00036819899999999999 2024-09-13T14:44:21.197 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:44:21.197 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:44:21.197 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:44:21.197 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.197 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.197 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:167795 6.7 6:e22fdd57:::benchmark_data_smithi071_156503_object35801:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1118)", 2024-09-13T14:44:21.197 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:41:43.047828+0000", 2024-09-13T14:44:21.197 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 158.07619926300001, 2024-09-13T14:44:21.198 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.135109964, 2024-09-13T14:44:21.198 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:44:21.198 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:44:21.198 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:44:21.198 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:44:21.198 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:44:21.198 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 167795 2024-09-13T14:44:21.198 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.198 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:44:21.198 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.198 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:44:21.198 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.047828+0000", 2024-09-13T14:44:21.198 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:44:21.199 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.199 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.199 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:44:21.199 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.047828+0000", 2024-09-13T14:44:21.199 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:44:21.199 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.199 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.199 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:44:21.199 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.047827+0000", 2024-09-13T14:44:21.199 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:44:21.199 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.199 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.199 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:44:21.200 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.047833+0000", 2024-09-13T14:44:21.200 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.801e-06 2024-09-13T14:44:21.200 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.200 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.200 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:44:21.200 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.047849+0000", 2024-09-13T14:44:21.200 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.6154000000000002e-05 2024-09-13T14:44:21.200 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.200 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.200 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:44:21.200 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.047855+0000", 2024-09-13T14:44:21.200 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.3040000000000001e-06 2024-09-13T14:44:21.200 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.200 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.201 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:44:21.201 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.047919+0000", 2024-09-13T14:44:21.201 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.3702999999999996e-05 2024-09-13T14:44:21.201 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.201 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.201 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:44:21.201 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.047928+0000", 2024-09-13T14:44:21.201 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.5650000000000002e-06 2024-09-13T14:44:21.201 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.201 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.201 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:44:21.201 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.155264+0000", 2024-09-13T14:44:21.201 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.107336116 2024-09-13T14:44:21.202 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.202 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.202 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:44:21.202 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:21 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2386996447' entity='client.admin' cmd={"prefix": "osd pool rm", "pool": "unique_pool_1", "pool2": "unique_pool_1", "yes_i_really_really_mean_it": true} : dispatch 2024-09-13T14:44:21.202 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:21 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd pool rm", "pool": "unique_pool_1", "pool2": "unique_pool_1", "yes_i_really_really_mean_it": true} : dispatch 2024-09-13T14:44:21.203 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.155384+0000", 2024-09-13T14:44:21.203 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00012014 2024-09-13T14:44:21.203 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.203 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.203 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,3,4", 2024-09-13T14:44:21.203 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.155507+0000", 2024-09-13T14:44:21.203 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00012327400000000001 2024-09-13T14:44:21.203 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.203 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.204 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:44:21.204 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.162832+0000", 2024-09-13T14:44:21.204 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0073251430000000001 2024-09-13T14:44:21.204 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.204 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.204 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:44:21.204 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.167254+0000", 2024-09-13T14:44:21.204 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0044214399999999996 2024-09-13T14:44:21.204 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.204 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.204 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:44:21.204 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.181363+0000", 2024-09-13T14:44:21.204 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.014109261 2024-09-13T14:44:21.205 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.205 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.205 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:44:21.205 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.182777+0000", 2024-09-13T14:44:21.205 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0014142849999999999 2024-09-13T14:44:21.205 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.205 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.205 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:44:21.205 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.182824+0000", 2024-09-13T14:44:21.205 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.6501000000000001e-05 2024-09-13T14:44:21.205 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.205 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.205 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:44:21.206 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.182938+0000", 2024-09-13T14:44:21.206 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000114511 2024-09-13T14:44:21.206 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:44:21.206 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:44:21.206 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:44:21.206 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.206 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.206 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:203680 6.c 6:30d16cef:::benchmark_data_smithi071_156503_object71686:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1127)", 2024-09-13T14:44:21.206 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:42:31.066876+0000", 2024-09-13T14:44:21.206 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 110.057151167, 2024-09-13T14:44:21.206 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.13374069799999999, 2024-09-13T14:44:21.206 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:44:21.206 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:44:21.207 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:44:21.207 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:44:21.207 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:44:21.207 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 203680 2024-09-13T14:44:21.207 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.207 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:44:21.207 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.207 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:44:21.207 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.066876+0000", 2024-09-13T14:44:21.207 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:44:21.207 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.207 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.207 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:44:21.208 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.066876+0000", 2024-09-13T14:44:21.208 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:44:21.208 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.208 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.208 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:44:21.208 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.066875+0000", 2024-09-13T14:44:21.208 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:44:21.208 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.208 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.208 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:44:21.208 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.066883+0000", 2024-09-13T14:44:21.208 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.3520000000000007e-06 2024-09-13T14:44:21.209 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.209 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.209 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:44:21.209 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.066906+0000", 2024-09-13T14:44:21.209 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.2646e-05 2024-09-13T14:44:21.209 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.209 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.209 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:44:21.209 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.066913+0000", 2024-09-13T14:44:21.209 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.3420000000000002e-06 2024-09-13T14:44:21.209 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.209 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.209 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:44:21.210 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.066994+0000", 2024-09-13T14:44:21.210 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.0311999999999999e-05 2024-09-13T14:44:21.210 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.210 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.210 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:44:21.210 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.067112+0000", 2024-09-13T14:44:21.210 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00011876500000000001 2024-09-13T14:44:21.210 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.210 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.210 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 3,6,7", 2024-09-13T14:44:21.210 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.067435+0000", 2024-09-13T14:44:21.210 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000323021 2024-09-13T14:44:21.210 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.211 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.211 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:44:21.211 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.072924+0000", 2024-09-13T14:44:21.211 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0054884759999999999 2024-09-13T14:44:21.211 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.211 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.211 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:44:21.211 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.072934+0000", 2024-09-13T14:44:21.211 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0369e-05 2024-09-13T14:44:21.211 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.211 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.211 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:44:21.211 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.073061+0000", 2024-09-13T14:44:21.211 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00012712499999999999 2024-09-13T14:44:21.212 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.212 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.212 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:44:21.212 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.200416+0000", 2024-09-13T14:44:21.212 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.127354405 2024-09-13T14:44:21.212 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.212 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.212 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:44:21.212 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.200489+0000", 2024-09-13T14:44:21.212 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.3177999999999996e-05 2024-09-13T14:44:21.212 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.212 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.212 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:44:21.212 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.200617+0000", 2024-09-13T14:44:21.213 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000128186 2024-09-13T14:44:21.213 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:44:21.213 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:44:21.213 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:44:21.213 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.213 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.213 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:203691 6.c 6:3368d88f:::benchmark_data_smithi071_156503_object71697:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1127)", 2024-09-13T14:44:21.213 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:42:31.077944+0000", 2024-09-13T14:44:21.213 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 110.046083157, 2024-09-13T14:44:21.213 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.13702831800000001, 2024-09-13T14:44:21.213 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:44:21.213 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:44:21.213 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:44:21.213 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:44:21.213 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:44:21.214 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 203691 2024-09-13T14:44:21.214 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.214 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:44:21.214 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.214 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:44:21.214 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.077944+0000", 2024-09-13T14:44:21.214 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:44:21.214 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.214 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.214 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:44:21.214 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.077944+0000", 2024-09-13T14:44:21.214 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:44:21.214 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.215 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.215 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:44:21.215 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.077943+0000", 2024-09-13T14:44:21.215 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:44:21.215 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.215 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.215 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:44:21.215 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.077949+0000", 2024-09-13T14:44:21.215 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.8459999999999996e-06 2024-09-13T14:44:21.215 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.215 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.215 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:44:21.215 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.077963+0000", 2024-09-13T14:44:21.215 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3804e-05 2024-09-13T14:44:21.216 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.216 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.216 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:44:21.216 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.077970+0000", 2024-09-13T14:44:21.216 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.0149999999999998e-06 2024-09-13T14:44:21.216 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.216 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.216 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:44:21.216 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.078020+0000", 2024-09-13T14:44:21.216 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.0549e-05 2024-09-13T14:44:21.216 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.216 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.216 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:44:21.216 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.078149+0000", 2024-09-13T14:44:21.217 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00012858100000000001 2024-09-13T14:44:21.217 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.217 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.217 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 3,6,7", 2024-09-13T14:44:21.217 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.078271+0000", 2024-09-13T14:44:21.217 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00012203500000000001 2024-09-13T14:44:21.217 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.217 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.217 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:44:21.217 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.082409+0000", 2024-09-13T14:44:21.217 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0041381289999999999 2024-09-13T14:44:21.217 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.217 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.217 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:44:21.218 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.082488+0000", 2024-09-13T14:44:21.218 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.8486999999999996e-05 2024-09-13T14:44:21.218 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.218 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.218 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:44:21.218 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.090712+0000", 2024-09-13T14:44:21.218 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0082243430000000003 2024-09-13T14:44:21.218 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.218 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.218 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:44:21.218 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.214770+0000", 2024-09-13T14:44:21.218 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.124057838 2024-09-13T14:44:21.218 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.219 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.219 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:44:21.219 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.214849+0000", 2024-09-13T14:44:21.219 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.8969999999999998e-05 2024-09-13T14:44:21.219 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.219 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.219 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:44:21.219 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.214973+0000", 2024-09-13T14:44:21.219 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00012396099999999999 2024-09-13T14:44:21.219 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:44:21.219 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:44:21.219 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:44:21.220 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.220 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.220 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:203693 6.c 6:3be052bf:::benchmark_data_smithi071_156503_object71699:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1127)", 2024-09-13T14:44:21.220 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:42:31.083420+0000", 2024-09-13T14:44:21.220 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 110.040607205, 2024-09-13T14:44:21.220 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.13173884299999999, 2024-09-13T14:44:21.220 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:44:21.220 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:44:21.220 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:44:21.220 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:44:21.220 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:44:21.220 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 203693 2024-09-13T14:44:21.220 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.221 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:44:21.221 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.221 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:44:21.221 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.083420+0000", 2024-09-13T14:44:21.221 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:44:21.221 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.221 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.221 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:44:21.221 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.083420+0000", 2024-09-13T14:44:21.221 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:44:21.221 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.221 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.221 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:44:21.221 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.083419+0000", 2024-09-13T14:44:21.222 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:44:21.222 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.222 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.222 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:44:21.222 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.083426+0000", 2024-09-13T14:44:21.222 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.7259999999999996e-06 2024-09-13T14:44:21.222 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.222 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.222 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:44:21.222 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.083440+0000", 2024-09-13T14:44:21.222 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.4629e-05 2024-09-13T14:44:21.222 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.222 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.222 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:44:21.223 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.083447+0000", 2024-09-13T14:44:21.223 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.985e-06 2024-09-13T14:44:21.223 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.223 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.223 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:44:21.223 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.083494+0000", 2024-09-13T14:44:21.223 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.6255999999999999e-05 2024-09-13T14:44:21.223 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.223 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.223 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:44:21.223 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.083633+0000", 2024-09-13T14:44:21.223 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00013932199999999999 2024-09-13T14:44:21.223 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.223 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.224 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 3,6,7", 2024-09-13T14:44:21.224 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.083773+0000", 2024-09-13T14:44:21.224 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00014019999999999999 2024-09-13T14:44:21.224 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.224 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.224 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:44:21.224 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.088192+0000", 2024-09-13T14:44:21.224 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0044187790000000003 2024-09-13T14:44:21.224 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.224 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.224 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:44:21.224 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.089929+0000", 2024-09-13T14:44:21.224 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001737459 2024-09-13T14:44:21.224 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.224 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.225 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:44:21.225 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.090867+0000", 2024-09-13T14:44:21.225 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00093793700000000002 2024-09-13T14:44:21.225 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.225 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.225 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:44:21.225 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.215012+0000", 2024-09-13T14:44:21.225 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.124145009 2024-09-13T14:44:21.225 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.225 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.225 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:44:21.225 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.215058+0000", 2024-09-13T14:44:21.225 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.5525999999999997e-05 2024-09-13T14:44:21.225 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.226 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.226 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:44:21.226 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.215159+0000", 2024-09-13T14:44:21.226 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000101381 2024-09-13T14:44:21.226 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:44:21.226 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:44:21.226 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:44:21.226 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.226 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.226 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:203698 6.c 6:37d57779:::benchmark_data_smithi071_156503_object71704:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1127)", 2024-09-13T14:44:21.226 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:42:31.091390+0000", 2024-09-13T14:44:21.226 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 110.03263777700001, 2024-09-13T14:44:21.226 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.123960261, 2024-09-13T14:44:21.227 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:44:21.227 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:44:21.227 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:44:21.227 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:44:21.227 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:44:21.227 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 203698 2024-09-13T14:44:21.227 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.227 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:44:21.227 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.227 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:44:21.227 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.091390+0000", 2024-09-13T14:44:21.227 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:44:21.227 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.228 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.228 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:44:21.228 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.091390+0000", 2024-09-13T14:44:21.228 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:44:21.228 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.228 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.228 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:44:21.228 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.091389+0000", 2024-09-13T14:44:21.228 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:44:21.228 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.228 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.228 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:44:21.229 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.091395+0000", 2024-09-13T14:44:21.229 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.942e-06 2024-09-13T14:44:21.229 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.229 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.229 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:44:21.229 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.091405+0000", 2024-09-13T14:44:21.229 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0387999999999999e-05 2024-09-13T14:44:21.229 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.229 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.229 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:44:21.229 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.091410+0000", 2024-09-13T14:44:21.229 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.899e-06 2024-09-13T14:44:21.229 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.230 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.230 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:44:21.230 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.091451+0000", 2024-09-13T14:44:21.230 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.1480000000000003e-05 2024-09-13T14:44:21.230 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.230 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.230 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:44:21.230 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.091592+0000", 2024-09-13T14:44:21.230 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00014039599999999999 2024-09-13T14:44:21.230 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.230 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.230 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 3,6,7", 2024-09-13T14:44:21.230 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.091739+0000", 2024-09-13T14:44:21.230 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00014718000000000001 2024-09-13T14:44:21.231 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.231 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.231 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:44:21.231 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.096165+0000", 2024-09-13T14:44:21.231 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0044257480000000002 2024-09-13T14:44:21.231 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.231 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.231 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:44:21.231 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.096423+0000", 2024-09-13T14:44:21.231 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000257901 2024-09-13T14:44:21.231 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.231 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.231 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:44:21.232 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.099061+0000", 2024-09-13T14:44:21.232 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0026379670000000002 2024-09-13T14:44:21.232 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.232 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.232 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:44:21.232 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.215191+0000", 2024-09-13T14:44:21.232 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.11613079 2024-09-13T14:44:21.232 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.232 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.232 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:44:21.232 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.215243+0000", 2024-09-13T14:44:21.232 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.1561000000000003e-05 2024-09-13T14:44:21.232 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.232 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.233 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:44:21.233 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.215350+0000", 2024-09-13T14:44:21.233 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00010713 2024-09-13T14:44:21.233 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:44:21.233 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:44:21.233 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:44:21.233 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.233 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.233 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:204765 6.d 6:b63d0dcf:::benchmark_data_smithi071_156503_object72771:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1127)", 2024-09-13T14:44:21.233 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:42:32.560397+0000", 2024-09-13T14:44:21.233 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 108.563630872, 2024-09-13T14:44:21.233 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.14904144799999999, 2024-09-13T14:44:21.233 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:44:21.234 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:44:21.234 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:44:21.234 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:44:21.234 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:44:21.234 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 204765 2024-09-13T14:44:21.234 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.234 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:44:21.234 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.234 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:44:21.234 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.560397+0000", 2024-09-13T14:44:21.234 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:44:21.234 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.234 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.235 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:44:21.235 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.560397+0000", 2024-09-13T14:44:21.235 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:44:21.235 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.235 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.235 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:44:21.235 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.560395+0000", 2024-09-13T14:44:21.235 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999981 2024-09-13T14:44:21.235 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.235 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.235 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:44:21.235 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.560402+0000", 2024-09-13T14:44:21.235 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.1969999999999999e-06 2024-09-13T14:44:21.235 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.235 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.236 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:44:21.236 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.560417+0000", 2024-09-13T14:44:21.236 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.4783000000000001e-05 2024-09-13T14:44:21.236 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.236 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.236 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:44:21.236 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.560425+0000", 2024-09-13T14:44:21.236 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.1850000000000004e-06 2024-09-13T14:44:21.236 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.236 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.236 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:44:21.236 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.560474+0000", 2024-09-13T14:44:21.236 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.8942e-05 2024-09-13T14:44:21.236 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.237 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.237 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:44:21.237 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.560581+0000", 2024-09-13T14:44:21.237 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000106568 2024-09-13T14:44:21.237 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.237 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.237 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1", 2024-09-13T14:44:21.237 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.560683+0000", 2024-09-13T14:44:21.237 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00010255399999999999 2024-09-13T14:44:21.237 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.237 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.237 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:44:21.237 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.564602+0000", 2024-09-13T14:44:21.238 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0039189630000000001 2024-09-13T14:44:21.238 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.238 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.238 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:44:21.238 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.566727+0000", 2024-09-13T14:44:21.238 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.002124333 2024-09-13T14:44:21.238 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.238 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.238 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:44:21.238 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.709358+0000", 2024-09-13T14:44:21.238 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.142631646 2024-09-13T14:44:21.238 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.238 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.238 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:44:21.239 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.709401+0000", 2024-09-13T14:44:21.239 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.2583000000000002e-05 2024-09-13T14:44:21.239 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.239 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.239 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:44:21.239 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.709438+0000", 2024-09-13T14:44:21.239 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.7401000000000003e-05 2024-09-13T14:44:21.239 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:44:21.239 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:44:21.239 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:44:21.239 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.239 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.239 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "MOSDPGPushReply(6.c 1127/1117 [PushReplyOp(6:33742715:::benchmark_data_smithi071_156503_object129335:head)])", 2024-09-13T14:44:21.239 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:42:32.567178+0000", 2024-09-13T14:44:21.239 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 108.556850056, 2024-09-13T14:44:21.240 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.14204387800000001, 2024-09-13T14:44:21.240 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:44:21.240 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T14:44:21.240 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:44:21.240 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.240 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:44:21.240 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.567178+0000", 2024-09-13T14:44:21.240 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:44:21.240 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.240 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.240 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:44:21.240 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.567178+0000", 2024-09-13T14:44:21.240 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:44:21.240 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.241 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.241 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:44:21.241 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.567177+0000", 2024-09-13T14:44:21.241 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967296 2024-09-13T14:44:21.241 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.241 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.241 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:44:21.241 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.567180+0000", 2024-09-13T14:44:21.241 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.706e-06 2024-09-13T14:44:21.241 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.241 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.241 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:44:21.241 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.567184+0000", 2024-09-13T14:44:21.241 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.2209999999999999e-06 2024-09-13T14:44:21.241 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.242 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.242 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:44:21.242 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.567188+0000", 2024-09-13T14:44:21.242 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.9519999999999996e-06 2024-09-13T14:44:21.242 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.242 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.242 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:44:21.242 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.567225+0000", 2024-09-13T14:44:21.242 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.6884999999999997e-05 2024-09-13T14:44:21.242 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.242 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.242 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:44:21.242 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.709221+0000", 2024-09-13T14:44:21.242 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.141996288 2024-09-13T14:44:21.243 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:44:21.243 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:44:21.243 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:44:21.243 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.243 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.243 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:204771 6.c 6:374fc9ed:::benchmark_data_smithi071_156503_object72777:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1127)", 2024-09-13T14:44:21.243 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:42:32.568456+0000", 2024-09-13T14:44:21.243 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 108.555571305, 2024-09-13T14:44:21.243 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.16543867400000001, 2024-09-13T14:44:21.243 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:44:21.243 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:44:21.243 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:44:21.243 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:44:21.243 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:44:21.243 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 204771 2024-09-13T14:44:21.244 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.244 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:44:21.244 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.244 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:44:21.244 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.568456+0000", 2024-09-13T14:44:21.244 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:44:21.244 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.244 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.244 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:44:21.244 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.568456+0000", 2024-09-13T14:44:21.244 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:44:21.245 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.245 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.245 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:44:21.245 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.568455+0000", 2024-09-13T14:44:21.245 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:44:21.245 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.245 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.245 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:44:21.245 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.568461+0000", 2024-09-13T14:44:21.245 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.5769999999999999e-06 2024-09-13T14:44:21.246 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.246 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.246 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:44:21.246 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.709004+0000", 2024-09-13T14:44:21.246 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.14054219400000001 2024-09-13T14:44:21.246 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.246 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.246 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:44:21.246 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.709018+0000", 2024-09-13T14:44:21.246 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.4834000000000001e-05 2024-09-13T14:44:21.246 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.246 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.246 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:44:21.247 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.709252+0000", 2024-09-13T14:44:21.247 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00023316100000000001 2024-09-13T14:44:21.247 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.247 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.247 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:44:21.247 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.709334+0000", 2024-09-13T14:44:21.247 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.2736000000000002e-05 2024-09-13T14:44:21.247 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.247 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.247 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 3,6,7", 2024-09-13T14:44:21.247 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.709405+0000", 2024-09-13T14:44:21.247 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.0643999999999997e-05 2024-09-13T14:44:21.247 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.248 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.248 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:44:21.248 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.723022+0000", 2024-09-13T14:44:21.248 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.013616809000000001 2024-09-13T14:44:21.248 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.248 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.248 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:44:21.248 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.723184+0000", 2024-09-13T14:44:21.248 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000162719 2024-09-13T14:44:21.248 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.248 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.248 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:44:21.248 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.725387+0000", 2024-09-13T14:44:21.249 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.002202486 2024-09-13T14:44:21.249 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.249 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.249 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:44:21.249 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.730666+0000", 2024-09-13T14:44:21.249 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0052792589999999997 2024-09-13T14:44:21.249 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.249 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.249 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:44:21.249 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.733776+0000", 2024-09-13T14:44:21.249 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0031097859999999998 2024-09-13T14:44:21.249 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.249 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.250 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:44:21.250 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.733895+0000", 2024-09-13T14:44:21.250 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000118954 2024-09-13T14:44:21.250 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:44:21.250 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:44:21.250 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:44:21.250 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.250 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.250 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.34671.0:204770 6.0 e1127/1117 6:087269ec:::benchmark_data_smithi071_156503_object72776:head v 1127'12841, mlcod=1127'12839)", 2024-09-13T14:44:21.250 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:42:32.569604+0000", 2024-09-13T14:44:21.250 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 108.554423176, 2024-09-13T14:44:21.250 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.15444007400000001, 2024-09-13T14:44:21.250 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:44:21.250 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:44:21.251 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:44:21.251 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.251 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:44:21.251 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.569604+0000", 2024-09-13T14:44:21.251 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:44:21.251 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.251 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.251 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:44:21.251 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.569604+0000", 2024-09-13T14:44:21.251 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:44:21.251 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.251 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.252 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:44:21.252 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.569604+0000", 2024-09-13T14:44:21.252 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:44:21.252 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.252 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.252 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:44:21.252 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.569610+0000", 2024-09-13T14:44:21.252 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.0090000000000004e-06 2024-09-13T14:44:21.252 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.252 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.252 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:44:21.252 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.709195+0000", 2024-09-13T14:44:21.253 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.139585511 2024-09-13T14:44:21.253 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.253 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.253 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:44:21.253 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.709202+0000", 2024-09-13T14:44:21.253 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.1899999999999998e-06 2024-09-13T14:44:21.253 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.253 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.253 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:44:21.253 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.709250+0000", 2024-09-13T14:44:21.253 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.7896999999999999e-05 2024-09-13T14:44:21.254 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.254 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.254 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:44:21.254 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.709269+0000", 2024-09-13T14:44:21.254 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.8433000000000001e-05 2024-09-13T14:44:21.254 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.254 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.254 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:44:21.254 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.723950+0000", 2024-09-13T14:44:21.254 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.014680851999999999 2024-09-13T14:44:21.254 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.254 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.254 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:44:21.255 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.724045+0000", 2024-09-13T14:44:21.255 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.4996999999999999e-05 2024-09-13T14:44:21.255 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:44:21.255 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:44:21.255 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:44:21.255 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.255 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.255 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:249537 6.7 6:e2022513:::benchmark_data_smithi071_156503_object117543:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1134)", 2024-09-13T14:44:21.255 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:43:33.385392+0000", 2024-09-13T14:44:21.255 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 47.738635825000003, 2024-09-13T14:44:21.255 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.122463655, 2024-09-13T14:44:21.255 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:44:21.255 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:44:21.255 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:44:21.255 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:44:21.256 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:44:21.256 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 249537 2024-09-13T14:44:21.256 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.256 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:44:21.256 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.256 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:44:21.256 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:43:33.385392+0000", 2024-09-13T14:44:21.256 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:44:21.256 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.256 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.256 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:44:21.256 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:43:33.385392+0000", 2024-09-13T14:44:21.256 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:44:21.256 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.257 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.257 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:44:21.257 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:43:33.385390+0000", 2024-09-13T14:44:21.257 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:44:21.257 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.257 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.257 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:44:21.257 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:43:33.385397+0000", 2024-09-13T14:44:21.257 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.7410000000000003e-06 2024-09-13T14:44:21.257 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.257 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.257 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:44:21.257 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:43:33.385409+0000", 2024-09-13T14:44:21.257 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2068e-05 2024-09-13T14:44:21.258 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.258 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.258 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:44:21.258 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:43:33.385417+0000", 2024-09-13T14:44:21.258 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.0399999999999993e-06 2024-09-13T14:44:21.258 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.258 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.258 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:44:21.258 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:43:33.385471+0000", 2024-09-13T14:44:21.258 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.3393000000000002e-05 2024-09-13T14:44:21.258 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.258 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.258 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:44:21.259 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:43:33.385616+0000", 2024-09-13T14:44:21.259 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000145845 2024-09-13T14:44:21.259 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.259 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.259 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,3,4", 2024-09-13T14:44:21.259 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:43:33.385766+0000", 2024-09-13T14:44:21.259 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00014937899999999999 2024-09-13T14:44:21.259 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.259 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.259 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:44:21.259 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:43:33.389876+0000", 2024-09-13T14:44:21.259 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0041099250000000004 2024-09-13T14:44:21.259 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.260 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.260 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:44:21.260 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:43:33.390632+0000", 2024-09-13T14:44:21.260 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00075602099999999995 2024-09-13T14:44:21.260 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.260 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.260 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:44:21.260 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:43:33.397676+0000", 2024-09-13T14:44:21.260 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.007044486 2024-09-13T14:44:21.260 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.260 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.260 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:44:21.260 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:43:33.507744+0000", 2024-09-13T14:44:21.260 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.110068106 2024-09-13T14:44:21.260 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.261 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.261 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:44:21.261 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:43:33.507787+0000", 2024-09-13T14:44:21.261 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.3087999999999998e-05 2024-09-13T14:44:21.261 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:44:21.261 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:44:21.261 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:44:21.261 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:43:33.507855+0000", 2024-09-13T14:44:21.261 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.7982000000000001e-05 2024-09-13T14:44:21.261 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:44:21.261 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:44:21.261 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:44:21.261 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:44:21.262 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:44:21.262 INFO:teuthology.orchestra.run.smithi104.stdout:} 2024-09-13T14:44:21.262 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:21.263 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:21 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2386996447' entity='client.admin' cmd={"prefix": "osd pool rm", "pool": "unique_pool_1", "pool2": "unique_pool_1", "yes_i_really_really_mean_it": true} : dispatch 2024-09-13T14:44:21.263 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:21 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd pool rm", "pool": "unique_pool_1", "pool2": "unique_pool_1", "yes_i_really_really_mean_it": true} : dispatch 2024-09-13T14:44:21.263 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:21 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2386996447' entity='client.admin' cmd={"prefix": "osd pool rm", "pool": "unique_pool_1", "pool2": "unique_pool_1", "yes_i_really_really_mean_it": true} : dispatch 2024-09-13T14:44:21.263 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:21 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd pool rm", "pool": "unique_pool_1", "pool2": "unique_pool_1", "yes_i_really_really_mean_it": true} : dispatch 2024-09-13T14:44:21.283 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:21.284 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:21.284 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:21.385 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:21.406 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:21.406 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:21.407 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:21.508 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:44:21.529 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:21.529 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:21.531 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:44:21.632 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:21.652 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:21.653 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:21.653 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:21.754 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:44:21.776 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:21.776 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:21.776 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:44:21.877 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:21.905 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:21.905 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:21.905 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:22.006 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:22.027 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:22.027 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:22.028 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:22.052 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.6 dump_ops_in_flight 2024-09-13T14:44:22.128 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:22.150 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:22.150 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:22.151 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:22.250 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:44:22.252 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:44:22.254 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:22 smithi071 ceph-mon[107477]: pgmap v1339: 89 pgs: 89 active+clean; 582 KiB data, 1.6 GiB used, 714 GiB / 715 GiB avail 2024-09-13T14:44:22.254 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:22 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool rm", "pool": "unique_pool_1", "pool2": "unique_pool_1", "yes_i_really_really_mean_it": true}]': finished 2024-09-13T14:44:22.254 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:22 smithi071 ceph-mon[107477]: osdmap e1150: 8 total, 8 up, 8 in 2024-09-13T14:44:22.254 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:22 smithi071 ceph-mon[112785]: pgmap v1339: 89 pgs: 89 active+clean; 582 KiB data, 1.6 GiB used, 714 GiB / 715 GiB avail 2024-09-13T14:44:22.254 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:22 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool rm", "pool": "unique_pool_1", "pool2": "unique_pool_1", "yes_i_really_really_mean_it": true}]': finished 2024-09-13T14:44:22.255 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:22 smithi071 ceph-mon[112785]: osdmap e1150: 8 total, 8 up, 8 in 2024-09-13T14:44:22.275 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:22.276 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:22.276 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:44:22.370 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:22 smithi104 ceph-mon[105578]: pgmap v1339: 89 pgs: 89 active+clean; 582 KiB data, 1.6 GiB used, 714 GiB / 715 GiB avail 2024-09-13T14:44:22.370 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:22 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool rm", "pool": "unique_pool_1", "pool2": "unique_pool_1", "yes_i_really_really_mean_it": true}]': finished 2024-09-13T14:44:22.370 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:22 smithi104 ceph-mon[105578]: osdmap e1150: 8 total, 8 up, 8 in 2024-09-13T14:44:22.377 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:44:22.398 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:22.398 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:22.399 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:44:22.480 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:44:22.480 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:44:22.497 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:44:22.497 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:44:22.499 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:22.513 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:44:22.513 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:44:22.520 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:22.521 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:22.521 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:22.530 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:44:22.530 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:44:22.546 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:44:22.546 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:44:22.562 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:44:22.562 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:44:22.578 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T14:44:22.578 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T14:44:22.594 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:44:22.595 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:44:22.622 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:22.644 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:22.645 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:22.645 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:22.746 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:22.768 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:22.769 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:22.769 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:22.819 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:44:22 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:44:22] "GET /metrics HTTP/1.1" 200 36415 "" "Prometheus/2.51.0" 2024-09-13T14:44:22.870 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:22.890 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:22.891 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:22.891 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:22.992 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:23.013 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:23.014 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:23.014 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:23.115 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:44:23.136 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:23.137 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:23.137 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:44:23.148 INFO:teuthology.task.full_sequential:In full_sequential, running task radosbench... 2024-09-13T14:44:23.149 INFO:tasks.radosbench:Beginning radosbench... 2024-09-13T14:44:23.150 INFO:tasks.cephadm.ceph_manager.ceph:creating pool_name unique_pool_2 2024-09-13T14:44:23.150 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd pool create unique_pool_2 16 2024-09-13T14:44:23.237 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:23.258 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:23.259 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:23.259 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:23.360 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:23.381 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:23.382 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:23.382 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:23.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:23 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/482580998' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:44:23.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:23 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/482580998' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:44:23.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:23 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/482580998' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:44:23.483 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:23.504 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:23.505 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:23.505 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:23.563 INFO:tasks.thrashosds.thrasher:in_osds: [0, 1, 2, 4, 5, 6, 7, 3] out_osds: [] dead_osds: [] live_osds: [0, 1, 2, 3, 4, 5, 6, 7] 2024-09-13T14:44:23.563 INFO:tasks.thrashosds.thrasher:choose_action: min_in 4 min_out 0 min_live 2 min_dead 0 chance_down 0.40 2024-09-13T14:44:23.563 INFO:tasks.thrashosds.thrasher:Killing osd 6, live_osds are [0, 1, 2, 3, 4, 5, 6, 7] 2024-09-13T14:44:23.563 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2024-09-13T14:44:23.563 DEBUG:teuthology.orchestra.run.smithi104:> sudo systemctl stop ceph-18f8172c-71da-11ef-bceb-c7b262605968@osd.6 2024-09-13T14:44:23.606 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:44:23.628 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:23.628 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:23.629 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:44:23.699 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 14:44:23 smithi104 systemd[1]: Stopping Ceph osd.6 for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T14:44:23.730 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:23.750 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:23.751 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:23.751 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:23.852 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:23.877 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:23.878 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:23.878 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:23.913 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:44:23.959 INFO:teuthology.orchestra.run.smithi104.stdout:ERROR: (22) Invalid argument 2024-09-13T14:44:23.959 INFO:teuthology.orchestra.run.smithi104.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:44:23.979 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:24.000 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:24.001 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:24.001 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:24.102 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:24.123 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:24.124 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:24.124 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:24.127 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:24 smithi071 ceph-mon[107477]: pgmap v1341: 73 pgs: 73 active+clean; 582 KiB data, 1.6 GiB used, 714 GiB / 715 GiB avail 2024-09-13T14:44:24.127 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:24 smithi071 ceph-mon[112785]: pgmap v1341: 73 pgs: 73 active+clean; 582 KiB data, 1.6 GiB used, 714 GiB / 715 GiB avail 2024-09-13T14:44:24.225 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:24.246 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:24.247 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:24.247 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:24.321 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:24 smithi104 ceph-mon[105578]: pgmap v1341: 73 pgs: 73 active+clean; 582 KiB data, 1.6 GiB used, 714 GiB / 715 GiB avail 2024-09-13T14:44:24.348 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:24.369 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:24.370 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:24.370 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:24.471 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:44:24.492 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:24.493 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:24.493 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:44:24.594 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:44:24.615 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:24.615 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:24.616 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:44:24.651 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.6 dump_blocked_ops 2024-09-13T14:44:24.716 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:24.737 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:24.737 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:24.738 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:24.839 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:24.864 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:24.865 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:24.865 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:24.866 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:44:24.922 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 14:44:24 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[50869]: 2024-09-13T14:44:24.801+0000 7fe30b4c5640 -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-09-13T14:44:24.922 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 14:44:24 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[50869]: 2024-09-13T14:44:24.801+0000 7fe30b4c5640 -1 osd.6 1150 *** Got signal Terminated *** 2024-09-13T14:44:24.922 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 14:44:24 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[50869]: 2024-09-13T14:44:24.801+0000 7fe30b4c5640 -1 osd.6 1150 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-13T14:44:24.966 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:24.988 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:24.988 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:24.988 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:25.089 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:44:25.111 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:25.112 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:25.112 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:44:25.213 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:25.235 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:25.236 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:25.236 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:25.250 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:25 smithi104 ceph-mon[105578]: osd.6 marked itself down and dead 2024-09-13T14:44:25.336 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:44:25.358 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:25.358 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:25.359 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:44:25.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:25 smithi071 ceph-mon[107477]: osd.6 marked itself down and dead 2024-09-13T14:44:25.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:25 smithi071 ceph-mon[112785]: osd.6 marked itself down and dead 2024-09-13T14:44:25.460 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:44:25.481 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:25.482 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:25.482 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:44:25.583 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:44:25.604 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:25.605 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:25.605 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:44:25.706 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:25.729 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:25.730 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:25.730 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:25.831 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:25.852 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:25.853 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:25.853 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:25.862 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=true 2024-09-13T14:44:25.921 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 14:44:25 smithi104 podman[142963]: 2024-09-13 14:44:25.662443938 +0000 UTC m=+0.985382812 container died 7cd98596a2dbd97f3e18669022547ae5ef3a9e01e09e3e9fbcb3b15e70cd7758 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, RELEASE=reef-2c01458, io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0) 2024-09-13T14:44:25.954 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:25.975 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:25.975 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:25.976 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:26.076 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:44:26.102 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:26.103 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:26.103 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:44:26.204 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:26.226 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:26.227 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:26.227 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:26.281 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:26 smithi071 ceph-mon[107477]: pgmap v1342: 73 pgs: 73 active+clean; 582 KiB data, 1.6 GiB used, 714 GiB / 715 GiB avail 2024-09-13T14:44:26.281 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:26 smithi071 ceph-mon[107477]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-13T14:44:26.281 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:26 smithi071 ceph-mon[107477]: osdmap e1151: 8 total, 7 up, 8 in 2024-09-13T14:44:26.281 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:26 smithi071 ceph-mon[112785]: pgmap v1342: 73 pgs: 73 active+clean; 582 KiB data, 1.6 GiB used, 714 GiB / 715 GiB avail 2024-09-13T14:44:26.282 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:26 smithi071 ceph-mon[112785]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-13T14:44:26.282 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:26 smithi071 ceph-mon[112785]: osdmap e1151: 8 total, 7 up, 8 in 2024-09-13T14:44:26.328 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:44:26.349 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:26.349 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:26.350 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:44:26.421 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 14:44:26 smithi104 podman[142963]: 2024-09-13 14:44:26.062211344 +0000 UTC m=+1.385150259 container cleanup 7cd98596a2dbd97f3e18669022547ae5ef3a9e01e09e3e9fbcb3b15e70cd7758 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6, RELEASE=reef-2c01458, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, ceph=True, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-13T14:44:26.422 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 14:44:26 smithi104 bash[142963]: ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6 2024-09-13T14:44:26.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:26 smithi104 ceph-mon[105578]: pgmap v1342: 73 pgs: 73 active+clean; 582 KiB data, 1.6 GiB used, 714 GiB / 715 GiB avail 2024-09-13T14:44:26.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:26 smithi104 ceph-mon[105578]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-13T14:44:26.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:26 smithi104 ceph-mon[105578]: osdmap e1151: 8 total, 7 up, 8 in 2024-09-13T14:44:26.450 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:26.472 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:26.473 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:26.473 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:26.574 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:26.595 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:26.596 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:26.596 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:26.697 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:26.718 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:26.719 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:26.719 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:26.820 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:44:26.841 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:26.842 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:26.842 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:44:26.851 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 14:44:26 smithi104 podman[143146]: 2024-09-13 14:44:26.749619694 +0000 UTC m=+1.266310794 container remove 7cd98596a2dbd97f3e18669022547ae5ef3a9e01e09e3e9fbcb3b15e70cd7758 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6, org.label-schema.license=GPLv2, GIT_CLEAN=True, RELEASE=reef-2c01458, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, ceph=True, io.buildah.version=1.37.2) 2024-09-13T14:44:26.872 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:44:26.943 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:44:26.965 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:26.965 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:26.965 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:44:27.066 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:44:27.089 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:27.090 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:27.090 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:44:27.091 INFO:teuthology.orchestra.run.smithi071.stderr:nodeep-scrub is unset 2024-09-13T14:44:27.103 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:27 smithi104 ceph-mon[105578]: osdmap e1152: 8 total, 7 up, 8 in 2024-09-13T14:44:27.103 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:27 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3060419191' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:44:27.191 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:27.217 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:27.218 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:27.218 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:27.237 INFO:teuthology.orchestra.run.smithi104.stderr:admin_socket: exception getting command descriptions: [Errno 111] Connection refused 2024-09-13T14:44:27.319 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:27.341 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:27.341 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:27.342 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:27.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:27 smithi071 ceph-mon[107477]: osdmap e1152: 8 total, 7 up, 8 in 2024-09-13T14:44:27.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:27 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3060419191' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:44:27.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:27 smithi071 ceph-mon[112785]: osdmap e1152: 8 total, 7 up, 8 in 2024-09-13T14:44:27.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:27 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3060419191' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:44:27.442 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:27.463 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:27.464 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:27.464 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:27.565 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:27.587 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:27.588 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:27.588 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:27.689 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:44:27.711 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:27.712 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:27.712 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:44:27.813 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:27.834 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:27.835 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:27.835 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:27.928 DEBUG:teuthology.orchestra.run:got remote process result: 22 2024-09-13T14:44:27.929 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.6 dump_historic_ops 2024-09-13T14:44:27.936 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:44:27.957 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:27.958 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:27.958 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:44:28.059 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:28.081 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:28.082 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:28.082 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:28.102 INFO:teuthology.orchestra.run.smithi071.stderr:pool 'unique_pool_2' created 2024-09-13T14:44:28.171 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 14:44:28 smithi104 podman[143472]: 2024-09-13 14:44:28.014318015 +0000 UTC m=+0.019630089 image pull c129f5a2fd4eccce3e6eec43830eff1929af98bc48f3b850cf144ce5b326e8b5 quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11 2024-09-13T14:44:28.172 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 14:44:28 smithi104 podman[143472]: 2024-09-13 14:44:28.149497544 +0000 UTC m=+0.154809608 container create 2acd8cdd5923a1700b25e752fa703d51077551e98997fac30aff73be668dc6a5 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6-deactivate, ceph=True, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=reef-2c01458, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731) 2024-09-13T14:44:28.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:28 smithi104 ceph-mon[105578]: pgmap v1345: 73 pgs: 19 peering, 1 stale+active+clean, 53 active+clean; 582 KiB data, 1.6 GiB used, 714 GiB / 715 GiB avail 2024-09-13T14:44:28.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:28 smithi104 ceph-mon[105578]: Health check failed: Reduced data availability: 5 pgs inactive, 5 pgs peering (PG_AVAILABILITY) 2024-09-13T14:44:28.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:28 smithi104 ceph-mon[105578]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T14:44:28.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:28 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3060419191' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T14:44:28.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:28 smithi104 ceph-mon[105578]: osdmap e1153: 8 total, 7 up, 8 in 2024-09-13T14:44:28.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:28 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/4123573492' entity='client.admin' cmd={"prefix": "osd pool create", "pool": "unique_pool_2", "pg_num": 16} : dispatch 2024-09-13T14:44:28.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:28 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd pool create", "pool": "unique_pool_2", "pg_num": 16} : dispatch 2024-09-13T14:44:28.184 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:44:28.205 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:28.205 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:28.206 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:44:28.306 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:44:28.328 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:28.329 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:28.329 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:44:28.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:28 smithi071 ceph-mon[107477]: pgmap v1345: 73 pgs: 19 peering, 1 stale+active+clean, 53 active+clean; 582 KiB data, 1.6 GiB used, 714 GiB / 715 GiB avail 2024-09-13T14:44:28.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:28 smithi071 ceph-mon[107477]: Health check failed: Reduced data availability: 5 pgs inactive, 5 pgs peering (PG_AVAILABILITY) 2024-09-13T14:44:28.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:28 smithi071 ceph-mon[107477]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T14:44:28.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:28 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3060419191' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T14:44:28.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:28 smithi071 ceph-mon[107477]: osdmap e1153: 8 total, 7 up, 8 in 2024-09-13T14:44:28.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:28 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/4123573492' entity='client.admin' cmd={"prefix": "osd pool create", "pool": "unique_pool_2", "pg_num": 16} : dispatch 2024-09-13T14:44:28.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:28 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd pool create", "pool": "unique_pool_2", "pg_num": 16} : dispatch 2024-09-13T14:44:28.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:28 smithi071 ceph-mon[112785]: pgmap v1345: 73 pgs: 19 peering, 1 stale+active+clean, 53 active+clean; 582 KiB data, 1.6 GiB used, 714 GiB / 715 GiB avail 2024-09-13T14:44:28.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:28 smithi071 ceph-mon[112785]: Health check failed: Reduced data availability: 5 pgs inactive, 5 pgs peering (PG_AVAILABILITY) 2024-09-13T14:44:28.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:28 smithi071 ceph-mon[112785]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T14:44:28.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:28 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3060419191' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T14:44:28.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:28 smithi071 ceph-mon[112785]: osdmap e1153: 8 total, 7 up, 8 in 2024-09-13T14:44:28.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:28 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/4123573492' entity='client.admin' cmd={"prefix": "osd pool create", "pool": "unique_pool_2", "pg_num": 16} : dispatch 2024-09-13T14:44:28.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:28 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd pool create", "pool": "unique_pool_2", "pg_num": 16} : dispatch 2024-09-13T14:44:28.430 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:28.451 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:28.452 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:28.452 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:28.553 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:28.564 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:44:28.574 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:28.575 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:28.575 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:28.587 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 14:44:28 smithi104 podman[143472]: 2024-09-13 14:44:28.385465579 +0000 UTC m=+0.390777643 container init 2acd8cdd5923a1700b25e752fa703d51077551e98997fac30aff73be668dc6a5 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6-deactivate, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_CLEAN=True, ceph=True, org.label-schema.license=GPLv2, RELEASE=reef-2c01458) 2024-09-13T14:44:28.587 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 14:44:28 smithi104 podman[143472]: 2024-09-13 14:44:28.39066223 +0000 UTC m=+0.395974296 container start 2acd8cdd5923a1700b25e752fa703d51077551e98997fac30aff73be668dc6a5 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6-deactivate, org.label-schema.vendor=CentOS, ceph=True, io.buildah.version=1.37.2, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, RELEASE=reef-2c01458, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-13T14:44:28.587 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 14:44:28 smithi104 podman[143472]: 2024-09-13 14:44:28.493770583 +0000 UTC m=+0.499082660 container attach 2acd8cdd5923a1700b25e752fa703d51077551e98997fac30aff73be668dc6a5 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6-deactivate, org.label-schema.build-date=20240731, ceph=True, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=reef-2c01458, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2) 2024-09-13T14:44:28.675 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:28.697 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:28.698 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:28.698 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:28.799 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:28.822 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:28.822 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:28.822 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:28.920 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 14:44:28 smithi104 podman[143472]: 2024-09-13 14:44:28.587128419 +0000 UTC m=+0.592440499 container died 2acd8cdd5923a1700b25e752fa703d51077551e98997fac30aff73be668dc6a5 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6-deactivate, org.label-schema.license=GPLv2, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=reef-2c01458, org.label-schema.vendor=CentOS) 2024-09-13T14:44:28.924 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:28.945 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:28.946 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:28.946 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:29.047 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:44:29.069 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:29.069 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:29.070 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:44:29.170 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:29.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:29 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "unique_pool_2", "pg_num": 16}]': finished 2024-09-13T14:44:29.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:29 smithi104 ceph-mon[105578]: osdmap e1154: 8 total, 7 up, 8 in 2024-09-13T14:44:29.192 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:29.192 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:29.193 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:29.294 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:29.316 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:29.317 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:29.317 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:29.319 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:29 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "unique_pool_2", "pg_num": 16}]': finished 2024-09-13T14:44:29.319 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:29 smithi071 ceph-mon[107477]: osdmap e1154: 8 total, 7 up, 8 in 2024-09-13T14:44:29.319 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:29 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "unique_pool_2", "pg_num": 16}]': finished 2024-09-13T14:44:29.319 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:29 smithi071 ceph-mon[112785]: osdmap e1154: 8 total, 7 up, 8 in 2024-09-13T14:44:29.418 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:44:29.439 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:29.440 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:29.440 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:44:29.474 DEBUG:teuthology.orchestra.run.smithi104:> sudo pkill -f 'journalctl -f -n 0 -u ceph-18f8172c-71da-11ef-bceb-c7b262605968@osd.6.service' 2024-09-13T14:44:29.521 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-13T14:44:29.521 INFO:tasks.cephadm.osd.6:Stopped osd.6 2024-09-13T14:44:29.541 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:44:29.561 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:29.562 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:29.562 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:44:29.663 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:29.685 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:29.686 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:29.686 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:29.787 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:44:29.807 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:29.808 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:29.808 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:44:29.909 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:29.930 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:29.931 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:29.931 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:30.032 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:30.053 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:30.054 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:30.054 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:30.067 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd pool application enable unique_pool_2 rados --yes-i-really-mean-it || true 2024-09-13T14:44:30.154 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:30.175 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:30.176 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:30.176 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:30.277 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:44:30.299 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:30.299 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:30.300 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:44:30.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:30 smithi071 ceph-mon[107477]: pgmap v1348: 89 pgs: 6 creating+peering, 6 active+undersized, 10 unknown, 19 peering, 1 stale+active+clean, 47 active+clean; 582 KiB data, 1.6 GiB used, 714 GiB / 715 GiB avail 2024-09-13T14:44:30.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:30 smithi071 ceph-mon[107477]: osdmap e1155: 8 total, 7 up, 8 in 2024-09-13T14:44:30.305 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:30 smithi071 ceph-mon[107477]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-13T14:44:30.305 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:30 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:44:30.305 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:30 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:44:30.305 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:30 smithi071 ceph-mon[107477]: osdmap e1156: 8 total, 7 up, 8 in 2024-09-13T14:44:30.305 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:30 smithi071 ceph-mon[112785]: pgmap v1348: 89 pgs: 6 creating+peering, 6 active+undersized, 10 unknown, 19 peering, 1 stale+active+clean, 47 active+clean; 582 KiB data, 1.6 GiB used, 714 GiB / 715 GiB avail 2024-09-13T14:44:30.305 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:30 smithi071 ceph-mon[112785]: osdmap e1155: 8 total, 7 up, 8 in 2024-09-13T14:44:30.305 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:30 smithi071 ceph-mon[112785]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-13T14:44:30.305 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:30 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:44:30.305 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:30 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:44:30.305 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:30 smithi071 ceph-mon[112785]: osdmap e1156: 8 total, 7 up, 8 in 2024-09-13T14:44:30.380 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:30 smithi104 ceph-mon[105578]: pgmap v1348: 89 pgs: 6 creating+peering, 6 active+undersized, 10 unknown, 19 peering, 1 stale+active+clean, 47 active+clean; 582 KiB data, 1.6 GiB used, 714 GiB / 715 GiB avail 2024-09-13T14:44:30.380 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:30 smithi104 ceph-mon[105578]: osdmap e1155: 8 total, 7 up, 8 in 2024-09-13T14:44:30.380 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:30 smithi104 ceph-mon[105578]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-13T14:44:30.380 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:30 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:44:30.380 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:30 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:44:30.380 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:30 smithi104 ceph-mon[105578]: osdmap e1156: 8 total, 7 up, 8 in 2024-09-13T14:44:30.401 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:30.423 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:30.423 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:30.423 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:30.524 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:30.546 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:30.546 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:30.546 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:30.626 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:44:30.626 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:44:30.643 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:44:30.644 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:44:30.647 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:44:30.661 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:44:30.662 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:44:30.669 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:30.670 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:30.670 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:44:30.679 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:44:30.679 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:44:30.679 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:44:30.704 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:44:30.704 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:44:30.721 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:44:30.721 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:44:30.721 INFO:teuthology.orchestra.run.smithi071.stderr:Error ENXIO: problem getting command descriptions from osd.6 2024-09-13T14:44:30.737 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:44:30.737 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:44:30.771 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:30.792 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:30.793 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:30.793 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:30.888 INFO:teuthology.orchestra.run.smithi104.stderr:admin_socket: exception getting command descriptions: [Errno 111] Connection refused 2024-09-13T14:44:30.894 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:44:30.914 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:30.915 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:30.915 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:44:31.016 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:31.039 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:31.040 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:31.040 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:31.141 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:44:31.162 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:31.163 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:31.163 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:44:31.219 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd set noscrub 2024-09-13T14:44:31.240 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:31 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/903391224' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:44:31.241 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:31 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/903391224' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:44:31.264 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:31.286 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:31.287 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:31.287 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:31.388 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:31.409 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:31.410 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:31.410 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:31.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:31 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/903391224' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:44:31.511 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:44:31.531 DEBUG:teuthology.orchestra.run:got remote process result: 22 2024-09-13T14:44:31.532 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.0 dump_ops_in_flight 2024-09-13T14:44:31.533 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:31.533 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:31.534 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:44:31.634 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:31.655 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:31.656 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:31.656 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:31.757 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:31.778 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:31.779 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:31.779 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:31.880 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:44:31.901 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:31.901 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:31.902 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:44:32.002 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:32.024 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:32.024 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:32.025 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:32.125 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:32.147 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:32.148 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:32.148 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:32.249 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:32.270 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:32.271 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:32.271 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:32.372 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:32.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:32 smithi071 ceph-mon[107477]: pgmap v1351: 89 pgs: 6 creating+peering, 8 active+undersized, 5 unknown, 19 peering, 1 active+undersized+degraded, 50 active+clean; 582 KiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 4/78 objects degraded (5.128%) 2024-09-13T14:44:32.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:32 smithi071 ceph-mon[107477]: Health check failed: Degraded data redundancy: 4/78 objects degraded (5.128%), 1 pg degraded (PG_DEGRADED) 2024-09-13T14:44:32.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:32 smithi071 ceph-mon[112785]: pgmap v1351: 89 pgs: 6 creating+peering, 8 active+undersized, 5 unknown, 19 peering, 1 active+undersized+degraded, 50 active+clean; 582 KiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 4/78 objects degraded (5.128%) 2024-09-13T14:44:32.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:32 smithi071 ceph-mon[112785]: Health check failed: Degraded data redundancy: 4/78 objects degraded (5.128%), 1 pg degraded (PG_DEGRADED) 2024-09-13T14:44:32.393 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:32.394 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:32.394 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:32.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:32 smithi104 ceph-mon[105578]: pgmap v1351: 89 pgs: 6 creating+peering, 8 active+undersized, 5 unknown, 19 peering, 1 active+undersized+degraded, 50 active+clean; 582 KiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 4/78 objects degraded (5.128%) 2024-09-13T14:44:32.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:32 smithi104 ceph-mon[105578]: Health check failed: Degraded data redundancy: 4/78 objects degraded (5.128%), 1 pg degraded (PG_DEGRADED) 2024-09-13T14:44:32.495 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:32.517 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:32.517 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:32.518 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:32.618 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:32.640 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:32.640 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:32.641 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:32.741 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:32.764 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:32.764 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:32.765 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:32.779 DEBUG:teuthology.orchestra.run:got remote process result: 6 2024-09-13T14:44:32.779 INFO:tasks.thrashosds.thrasher:Failed to tell all osds, ignoring 2024-09-13T14:44:32.790 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:44:32.865 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:44:32.887 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:32.887 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:32.888 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:44:32.988 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:44:33.009 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:33.010 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:33.010 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:44:33.033 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:44:32 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:44:32] "GET /metrics HTTP/1.1" 200 36544 "" "Prometheus/2.51.0" 2024-09-13T14:44:33.111 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:44:33.133 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:33.133 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:33.134 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:44:33.234 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:44:33.256 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:33.257 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:33.257 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:44:33.317 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:33 smithi071 ceph-mon[107477]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 5 pgs inactive, 5 pgs peering) 2024-09-13T14:44:33.318 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:33 smithi071 ceph-mon[112785]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 5 pgs inactive, 5 pgs peering) 2024-09-13T14:44:33.354 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:44:33.358 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:44:33.380 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:33.381 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:33.381 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:44:33.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:33 smithi104 ceph-mon[105578]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 5 pgs inactive, 5 pgs peering) 2024-09-13T14:44:33.482 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:33.508 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:33.509 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:33.509 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:33.610 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:33.636 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:33.637 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:33.637 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:33.738 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:44:33.759 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:33.760 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:33.760 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:44:33.861 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:33.885 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:33.886 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:33.886 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:33.987 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:44:34.008 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:34.009 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:34.009 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:44:34.110 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:44:34.130 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:34.131 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:34.131 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:44:34.169 INFO:teuthology.orchestra.run.smithi071.stderr:enabled application 'rados' on pool 'unique_pool_2' 2024-09-13T14:44:34.232 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:34.253 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:34.254 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:34.254 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:34.355 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:34.381 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:34.382 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:34.382 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:34.483 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:34.508 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:34.509 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:34.509 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:34.522 INFO:tasks.thrashosds.thrasher:in_osds: [0, 1, 2, 4, 5, 6, 7, 3] out_osds: [] dead_osds: [6] live_osds: [0, 1, 2, 3, 4, 5, 7] 2024-09-13T14:44:34.522 INFO:tasks.thrashosds.thrasher:choose_action: min_in 4 min_out 0 min_live 2 min_dead 0 chance_down 0.40 2024-09-13T14:44:34.522 INFO:tasks.thrashosds.thrasher:primary_affinity 2024-09-13T14:44:34.522 INFO:tasks.thrashosds.thrasher:Setting osd 5 primary_affinity to 1.000000 2024-09-13T14:44:34.522 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd primary-affinity 5 1 2024-09-13T14:44:34.545 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:34 smithi071 ceph-mon[107477]: pgmap v1352: 89 pgs: 6 creating+peering, 23 active+undersized, 6 active+undersized+degraded, 54 active+clean; 582 KiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 13/78 objects degraded (16.667%) 2024-09-13T14:44:34.545 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:34 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/904823220' entity='client.admin' cmd={"prefix": "osd pool application enable", "pool": "unique_pool_2", "app": "rados", "yes_i_really_mean_it": true} : dispatch 2024-09-13T14:44:34.545 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:34 smithi071 ceph-mon[112785]: pgmap v1352: 89 pgs: 6 creating+peering, 23 active+undersized, 6 active+undersized+degraded, 54 active+clean; 582 KiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 13/78 objects degraded (16.667%) 2024-09-13T14:44:34.545 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:34 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/904823220' entity='client.admin' cmd={"prefix": "osd pool application enable", "pool": "unique_pool_2", "app": "rados", "yes_i_really_mean_it": true} : dispatch 2024-09-13T14:44:34.610 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:34.634 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:34.635 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:34.635 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:34.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:34 smithi104 ceph-mon[105578]: pgmap v1352: 89 pgs: 6 creating+peering, 23 active+undersized, 6 active+undersized+degraded, 54 active+clean; 582 KiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 13/78 objects degraded (16.667%) 2024-09-13T14:44:34.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:34 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/904823220' entity='client.admin' cmd={"prefix": "osd pool application enable", "pool": "unique_pool_2", "app": "rados", "yes_i_really_mean_it": true} : dispatch 2024-09-13T14:44:34.736 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:34.761 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:34.761 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:34.762 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:34.780 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=false 2024-09-13T14:44:34.862 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:34.887 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:34.888 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:34.888 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:34.989 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:35.009 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:35.010 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:35.010 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:35.111 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:44:35.134 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:35.135 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:35.135 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:44:35.236 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:35.261 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:35.262 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:35.262 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:35.363 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:35.389 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:35.390 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:35.390 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:35.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:35 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/904823220' entity='client.admin' cmd='[{"prefix": "osd pool application enable", "pool": "unique_pool_2", "app": "rados", "yes_i_really_mean_it": true}]': finished 2024-09-13T14:44:35.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:35 smithi071 ceph-mon[107477]: osdmap e1157: 8 total, 7 up, 8 in 2024-09-13T14:44:35.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:35 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/904823220' entity='client.admin' cmd='[{"prefix": "osd pool application enable", "pool": "unique_pool_2", "app": "rados", "yes_i_really_mean_it": true}]': finished 2024-09-13T14:44:35.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:35 smithi071 ceph-mon[112785]: osdmap e1157: 8 total, 7 up, 8 in 2024-09-13T14:44:35.491 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:44:35.514 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:35.514 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:35.514 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:44:35.615 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:44:35.637 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:35.637 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:35.638 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:44:35.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:35 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/904823220' entity='client.admin' cmd='[{"prefix": "osd pool application enable", "pool": "unique_pool_2", "app": "rados", "yes_i_really_mean_it": true}]': finished 2024-09-13T14:44:35.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:35 smithi104 ceph-mon[105578]: osdmap e1157: 8 total, 7 up, 8 in 2024-09-13T14:44:35.738 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:35.764 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:35.765 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:35.765 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:35.866 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:44:35.887 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:35.888 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:35.888 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:44:35.989 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:44:36.010 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:36.011 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:36.011 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:44:36.112 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:36.138 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:36.139 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:36.139 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:36.186 INFO:teuthology.orchestra.run.smithi071.stderr:noscrub is set 2024-09-13T14:44:36.240 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:44:36.261 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:36.261 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:36.262 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:44:36.363 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:36.388 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:36.389 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:36.389 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:36.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:36 smithi071 ceph-mon[107477]: pgmap v1354: 89 pgs: 26 active+undersized, 6 active+undersized+degraded, 57 active+clean; 582 KiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 13/78 objects degraded (16.667%) 2024-09-13T14:44:36.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:36 smithi071 ceph-mon[107477]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-13T14:44:36.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:36 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1262983122' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:44:36.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:36 smithi071 ceph-mon[112785]: pgmap v1354: 89 pgs: 26 active+undersized, 6 active+undersized+degraded, 57 active+clean; 582 KiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 13/78 objects degraded (16.667%) 2024-09-13T14:44:36.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:36 smithi071 ceph-mon[112785]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-13T14:44:36.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:36 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1262983122' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:44:36.490 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:36.516 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:36.517 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:36.517 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:36.618 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:44:36.640 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:36.640 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:36.641 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:44:36.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:36 smithi104 ceph-mon[105578]: pgmap v1354: 89 pgs: 26 active+undersized, 6 active+undersized+degraded, 57 active+clean; 582 KiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 13/78 objects degraded (16.667%) 2024-09-13T14:44:36.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:36 smithi104 ceph-mon[105578]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-13T14:44:36.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:36 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1262983122' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:44:36.741 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:36.766 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:36.767 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:36.767 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:36.782 DEBUG:teuthology.orchestra.run.smithi071:> /bin/sh -c 'adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage rados --no-log-to-stderr --name client.0 -b 65536 --object-size 65536 -p unique_pool_2 bench 90 write' 2024-09-13T14:44:36.785 INFO:tasks.radosbench:joining radosbench (timing out after 3000s) 2024-09-13T14:44:36.785 INFO:teuthology.orchestra.run:waiting for 3000 2024-09-13T14:44:36.834 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:hints = 1 2024-09-13T14:44:36.834 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Maintaining 16 concurrent writes of 65536 bytes to objects of size 65536 for up to 90 seconds or 0 objects 2024-09-13T14:44:36.834 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Object prefix: benchmark_data_smithi071_196541 2024-09-13T14:44:36.834 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2024-09-13T14:44:36.834 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 0 0 0 0 0 0 - 0 2024-09-13T14:44:36.867 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:36.911 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:36.912 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:36.912 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:37.013 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:37.039 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:37.039 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:37.040 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:37.140 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:37.167 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:37.168 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:37.168 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:37.258 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:44:37.269 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:37.293 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:37.294 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:37.294 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:37.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:37 smithi071 ceph-mon[107477]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:44:37.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:37 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1262983122' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T14:44:37.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:37 smithi071 ceph-mon[107477]: osdmap e1158: 8 total, 7 up, 8 in 2024-09-13T14:44:37.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:37 smithi071 ceph-mon[112785]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:44:37.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:37 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1262983122' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T14:44:37.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:37 smithi071 ceph-mon[112785]: osdmap e1158: 8 total, 7 up, 8 in 2024-09-13T14:44:37.395 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:44:37.435 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:37.436 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:37.437 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:44:37.537 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:44:37.572 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:37.573 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:37.573 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:44:37.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:37 smithi104 ceph-mon[105578]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:44:37.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:37 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1262983122' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T14:44:37.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:37 smithi104 ceph-mon[105578]: osdmap e1158: 8 total, 7 up, 8 in 2024-09-13T14:44:37.674 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:44:37.710 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:37.710 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:37.711 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:44:37.812 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:37.834 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 1 15 3460 3445 215.302 215.312 0.00498349 0.00462162 2024-09-13T14:44:37.848 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:37.849 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:37.849 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:37.950 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:37.976 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:37.976 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:37.977 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:38.077 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:44:38.113 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:38.114 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:38.115 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:44:38.215 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:38.241 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:38.242 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:38.242 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:38.337 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:44:38.343 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:44:38.385 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:38.385 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:38.386 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:44:38.486 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:38.512 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:38.513 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:38.513 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:38.614 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:38.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:38 smithi071 ceph-mon[107477]: pgmap v1356: 89 pgs: 26 active+undersized, 6 active+undersized+degraded, 57 active+clean; 582 KiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 13/78 objects degraded (16.667%) 2024-09-13T14:44:38.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:38 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 13/78 objects degraded (16.667%), 6 pgs degraded (PG_DEGRADED) 2024-09-13T14:44:38.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:38 smithi071 ceph-mon[112785]: pgmap v1356: 89 pgs: 26 active+undersized, 6 active+undersized+degraded, 57 active+clean; 582 KiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 13/78 objects degraded (16.667%) 2024-09-13T14:44:38.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:38 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 13/78 objects degraded (16.667%), 6 pgs degraded (PG_DEGRADED) 2024-09-13T14:44:38.653 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:38.653 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:38.654 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:38.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:38 smithi104 ceph-mon[105578]: pgmap v1356: 89 pgs: 26 active+undersized, 6 active+undersized+degraded, 57 active+clean; 582 KiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 13/78 objects degraded (16.667%) 2024-09-13T14:44:38.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:38 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 13/78 objects degraded (16.667%), 6 pgs degraded (PG_DEGRADED) 2024-09-13T14:44:38.755 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:38.780 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:38.780 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:38.781 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:38.834 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 2 16 6621 6605 206.392 197.5 0.00428512 0.00483509 2024-09-13T14:44:38.881 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:44:38.916 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:38.917 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:38.917 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:44:39.018 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:39.044 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:39.045 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:39.045 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:39.146 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:44:39.190 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:39.191 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:39.191 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:44:39.292 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:39.318 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:39.318 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:39.319 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:39.419 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:44:39.458 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:39.458 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:39.459 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:44:39.559 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:39.587 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:39.587 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:39.588 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:39.689 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:44:39.727 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:39.728 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:39.728 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:44:39.829 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:39.834 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 3 16 9683 9667 201.381 191.375 0.00321604 0.00495869 2024-09-13T14:44:39.855 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:39.856 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:39.856 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:39.957 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:39.982 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:39.982 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:39.983 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:40.084 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:40.109 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:40.109 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:40.110 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:40.211 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:44:40.252 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:40.253 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:40.253 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:44:40.322 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd set nodeep-scrub 2024-09-13T14:44:40.355 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:44:40.409 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:40.409 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:40.409 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:44:40.445 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:40 smithi071 ceph-mon[112785]: pgmap v1357: 89 pgs: 23 active+undersized, 9 active+undersized+degraded, 57 active+clean; 119 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 15 MiB/s wr, 237 op/s; 992/5784 objects degraded (17.151%) 2024-09-13T14:44:40.445 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:40 smithi071 ceph-mon[107477]: pgmap v1357: 89 pgs: 23 active+undersized, 9 active+undersized+degraded, 57 active+clean; 119 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 15 MiB/s wr, 237 op/s; 992/5784 objects degraded (17.151%) 2024-09-13T14:44:40.511 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:44:40.565 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:40.566 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:40.566 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:44:40.667 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:40.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:40 smithi104 ceph-mon[105578]: pgmap v1357: 89 pgs: 23 active+undersized, 9 active+undersized+degraded, 57 active+clean; 119 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 15 MiB/s wr, 237 op/s; 992/5784 objects degraded (17.151%) 2024-09-13T14:44:40.692 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:40.693 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:40.693 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:40.693 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:44:40.694 INFO:teuthology.orchestra.run.smithi071.stdout: "ops": [ 2024-09-13T14:44:40.694 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:40.694 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:11752 7.4 7:27a94e71:::benchmark_data_smithi071_196541_object11751:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536 in=65536b] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1158)", 2024-09-13T14:44:40.694 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:44:40.619394+0000", 2024-09-13T14:44:40.694 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.0037490980000000002, 2024-09-13T14:44:40.694 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0037808199999999998, 2024-09-13T14:44:40.694 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:44:40.694 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:44:40.694 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "waiting for sub ops", 2024-09-13T14:44:40.694 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:44:40.694 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:44:40.694 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:44:40.695 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 11752 2024-09-13T14:44:40.695 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:40.695 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:44:40.695 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:40.695 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:44:40.695 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:44:40.619394+0000", 2024-09-13T14:44:40.695 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:44:40.695 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:40.695 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:40.695 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:44:40.695 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:44:40.619394+0000", 2024-09-13T14:44:40.695 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:44:40.695 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:40.696 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:40.696 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:44:40.696 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:44:40.619395+0000", 2024-09-13T14:44:40.696 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0559999999999999e-06 2024-09-13T14:44:40.696 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:40.696 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:40.696 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:44:40.696 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:44:40.619418+0000", 2024-09-13T14:44:40.696 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.2588000000000001e-05 2024-09-13T14:44:40.696 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:40.696 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:40.696 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:44:40.697 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:44:40.619434+0000", 2024-09-13T14:44:40.697 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.6195e-05 2024-09-13T14:44:40.697 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:40.697 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:40.697 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:44:40.697 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:44:40.619442+0000", 2024-09-13T14:44:40.697 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.5590000000000006e-06 2024-09-13T14:44:40.697 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:40.697 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:40.697 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:44:40.697 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:44:40.619961+0000", 2024-09-13T14:44:40.697 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000518412 2024-09-13T14:44:40.697 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:40.698 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:40.698 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:44:40.698 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:44:40.620089+0000", 2024-09-13T14:44:40.698 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012810400000000001 2024-09-13T14:44:40.698 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:40.698 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:40.698 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,4", 2024-09-13T14:44:40.698 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:44:40.620229+0000", 2024-09-13T14:44:40.698 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00014029799999999999 2024-09-13T14:44:40.698 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:40.698 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:40.698 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:44:40.699 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:44:40.620925+0000", 2024-09-13T14:44:40.699 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00069614799999999995 2024-09-13T14:44:40.699 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:44:40.699 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:44:40.699 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:44:40.699 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:40.699 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:40.699 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.44978.0:11745 7.d e1158/1154 7:b88e134f:::benchmark_data_smithi071_196541_object11744:head v 1158'773, mlcod=1158'769)", 2024-09-13T14:44:40.699 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:44:40.621853+0000", 2024-09-13T14:44:40.699 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.001290509, 2024-09-13T14:44:40.699 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0013991400000000001, 2024-09-13T14:44:40.699 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:44:40.700 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:44:40.700 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "started", 2024-09-13T14:44:40.700 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:44:40.700 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:40.700 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:44:40.700 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:44:40.621853+0000", 2024-09-13T14:44:40.700 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:44:40.700 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:40.700 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:40.700 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:44:40.700 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:44:40.621853+0000", 2024-09-13T14:44:40.700 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:44:40.700 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:40.701 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:40.701 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:44:40.701 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:44:40.621853+0000", 2024-09-13T14:44:40.701 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.84e-07 2024-09-13T14:44:40.701 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:40.701 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:40.701 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:44:40.701 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:44:40.621881+0000", 2024-09-13T14:44:40.701 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.7667000000000001e-05 2024-09-13T14:44:40.701 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:40.701 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:40.701 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:44:40.701 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:44:40.621889+0000", 2024-09-13T14:44:40.702 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.9009999999999994e-06 2024-09-13T14:44:40.702 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:40.702 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:40.702 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:44:40.702 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:44:40.621894+0000", 2024-09-13T14:44:40.702 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.8619999999999999e-06 2024-09-13T14:44:40.702 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:40.702 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:40.702 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:44:40.702 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:44:40.622042+0000", 2024-09-13T14:44:40.702 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00014787900000000001 2024-09-13T14:44:40.702 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:40.702 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:40.702 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:44:40.702 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:44:40.622069+0000", 2024-09-13T14:44:40.703 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.6293000000000001e-05 2024-09-13T14:44:40.703 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:44:40.703 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:44:40.703 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:44:40.703 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:40.703 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:40.703 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.44978.0:11750 7.d e1158/1154 7:b58a8420:::benchmark_data_smithi071_196541_object11749:head v 1158'774, mlcod=1158'769)", 2024-09-13T14:44:40.703 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:44:40.621944+0000", 2024-09-13T14:44:40.703 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.001199061, 2024-09-13T14:44:40.703 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.001357013, 2024-09-13T14:44:40.703 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:44:40.703 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:44:40.703 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "started", 2024-09-13T14:44:40.703 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:44:40.704 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:40.704 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:44:40.704 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:44:40.621944+0000", 2024-09-13T14:44:40.704 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:44:40.704 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:40.704 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:40.704 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:44:40.704 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:44:40.621944+0000", 2024-09-13T14:44:40.704 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:44:40.704 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:40.704 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:40.704 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:44:40.704 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:44:40.621944+0000", 2024-09-13T14:44:40.705 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.7500000000000001e-07 2024-09-13T14:44:40.705 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:40.705 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:40.705 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:44:40.705 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:44:40.621969+0000", 2024-09-13T14:44:40.705 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.4888e-05 2024-09-13T14:44:40.705 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:40.705 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:40.705 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:44:40.705 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:44:40.621978+0000", 2024-09-13T14:44:40.705 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.2970000000000004e-06 2024-09-13T14:44:40.705 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:40.705 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:40.706 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:44:40.706 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:44:40.622077+0000", 2024-09-13T14:44:40.706 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.9136999999999996e-05 2024-09-13T14:44:40.706 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:40.706 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:40.706 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:44:40.706 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:44:40.622665+0000", 2024-09-13T14:44:40.706 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00058785499999999997 2024-09-13T14:44:40.706 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:40.706 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:40.706 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:44:40.706 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:44:40.622682+0000", 2024-09-13T14:44:40.706 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.7088e-05 2024-09-13T14:44:40.706 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:44:40.707 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:44:40.707 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:44:40.707 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:40.707 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:40.707 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.44978.0:11754 7.d e1158/1154 7:b2c4e532:::benchmark_data_smithi071_196541_object11753:head v 1158'775, mlcod=1158'769)", 2024-09-13T14:44:40.707 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:44:40.622091+0000", 2024-09-13T14:44:40.707 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.0010518669999999999, 2024-09-13T14:44:40.707 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.001256477, 2024-09-13T14:44:40.707 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:44:40.707 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:44:40.707 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "started", 2024-09-13T14:44:40.707 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:44:40.707 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:40.708 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:44:40.708 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:44:40.622091+0000", 2024-09-13T14:44:40.708 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:44:40.708 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:40.708 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:40.708 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:44:40.708 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:44:40.622091+0000", 2024-09-13T14:44:40.708 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:44:40.708 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:40.708 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:40.708 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:44:40.708 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:44:40.622092+0000", 2024-09-13T14:44:40.709 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.5900000000000002e-07 2024-09-13T14:44:40.709 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:40.709 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:40.709 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:44:40.709 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:44:40.622130+0000", 2024-09-13T14:44:40.709 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.8189999999999999e-05 2024-09-13T14:44:40.709 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:40.709 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:40.709 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:44:40.709 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:44:40.622139+0000", 2024-09-13T14:44:40.710 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.867e-06 2024-09-13T14:44:40.710 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:40.710 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:40.710 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:44:40.710 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:44:40.622146+0000", 2024-09-13T14:44:40.710 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.6930000000000001e-06 2024-09-13T14:44:40.710 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:40.710 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:40.710 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:44:40.710 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:44:40.623097+0000", 2024-09-13T14:44:40.710 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00095135399999999996 2024-09-13T14:44:40.710 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:40.710 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:40.711 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:44:40.711 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:44:40.623123+0000", 2024-09-13T14:44:40.711 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.5726999999999999e-05 2024-09-13T14:44:40.711 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:44:40.711 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:44:40.711 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:44:40.711 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:40.711 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:40.711 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.44978.0:11756 7.5 e1158/1154)", 2024-09-13T14:44:40.711 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:44:40.622452+0000", 2024-09-13T14:44:40.711 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.00069092600000000002, 2024-09-13T14:44:40.711 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00094320600000000004, 2024-09-13T14:44:40.711 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:44:40.712 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:44:40.712 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "queued for pg", 2024-09-13T14:44:40.712 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:44:40.712 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:40.712 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:44:40.712 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:44:40.622452+0000", 2024-09-13T14:44:40.712 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:44:40.712 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:40.712 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:40.712 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:44:40.712 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:44:40.622452+0000", 2024-09-13T14:44:40.712 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:44:40.712 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:40.713 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:40.713 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:44:40.713 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:44:40.622455+0000", 2024-09-13T14:44:40.713 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.8930000000000001e-06 2024-09-13T14:44:40.713 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:40.713 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:40.713 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:44:40.713 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:44:40.622484+0000", 2024-09-13T14:44:40.713 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.8377999999999998e-05 2024-09-13T14:44:40.713 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:40.713 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:40.713 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:44:40.713 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:44:40.622498+0000", 2024-09-13T14:44:40.714 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4646e-05 2024-09-13T14:44:40.714 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:44:40.714 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:44:40.714 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:44:40.714 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:44:40.622505+0000", 2024-09-13T14:44:40.714 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.153e-06 2024-09-13T14:44:40.714 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:44:40.714 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:44:40.714 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:44:40.714 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:44:40.714 INFO:teuthology.orchestra.run.smithi071.stdout: ], 2024-09-13T14:44:40.714 INFO:teuthology.orchestra.run.smithi071.stdout: "num_ops": 5 2024-09-13T14:44:40.714 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:44:40.794 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:44:40.832 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:40.833 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:40.834 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:44:40.834 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 4 16 12360 12344 192.858 167.312 0.00335165 0.00517687 2024-09-13T14:44:40.935 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:44:40.974 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:40.975 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:40.975 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:44:41.076 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:41.112 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:41.113 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:41.113 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:41.214 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:41.239 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:41.240 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:41.240 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:41.341 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:41.366 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:41.366 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:41.367 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:41.467 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:41.492 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:41.492 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:41.493 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:41.593 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:41.618 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:41.619 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:41.620 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:41.720 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:41.746 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:41.746 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:41.747 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:41.829 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.0 dump_blocked_ops 2024-09-13T14:44:41.835 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 5 16 15185 15169 189.556 176.562 0.00346188 0.0052694 2024-09-13T14:44:41.848 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:41.897 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:41.899 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:41.899 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:42.000 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:44:42.120 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:44:42.151 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:42.152 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:42.152 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:44:42.253 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:44:42.299 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:42.299 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:42.299 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:44:42.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:42 smithi071 ceph-mon[107477]: pgmap v1358: 89 pgs: 22 active+undersized, 10 active+undersized+degraded, 57 active+clean; 281 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 35 MiB/s wr, 560 op/s; 1515/13539 objects degraded (11.190%) 2024-09-13T14:44:42.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:42 smithi071 ceph-mon[112785]: pgmap v1358: 89 pgs: 22 active+undersized, 10 active+undersized+degraded, 57 active+clean; 281 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 35 MiB/s wr, 560 op/s; 1515/13539 objects degraded (11.190%) 2024-09-13T14:44:42.400 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:44:42.439 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:42.440 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:42.440 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:44:42.473 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:42 smithi104 ceph-mon[105578]: pgmap v1358: 89 pgs: 22 active+undersized, 10 active+undersized+degraded, 57 active+clean; 281 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 35 MiB/s wr, 560 op/s; 1515/13539 objects degraded (11.190%) 2024-09-13T14:44:42.542 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:42.577 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:42.578 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:42.578 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:42.679 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:42.705 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:42.706 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:42.706 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:42.808 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:42.833 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:42.834 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:42.835 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:42.837 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 6 16 17631 17615 183.404 152.875 0.00276204 0.00544506 2024-09-13T14:44:42.935 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:44:42.975 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:42.976 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:42.976 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:44:43.071 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:44:42 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:44:42] "GET /metrics HTTP/1.1" 200 36544 "" "Prometheus/2.51.0" 2024-09-13T14:44:43.077 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:43.103 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:43.104 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:43.104 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:43.205 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:43.231 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:43.231 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:43.232 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:43.282 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:43 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 1515/13539 objects degraded (11.190%), 10 pgs degraded (PG_DEGRADED) 2024-09-13T14:44:43.333 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:44:43.371 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:43.372 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:43.372 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:44:43.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:43 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 1515/13539 objects degraded (11.190%), 10 pgs degraded (PG_DEGRADED) 2024-09-13T14:44:43.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:43 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 1515/13539 objects degraded (11.190%), 10 pgs degraded (PG_DEGRADED) 2024-09-13T14:44:43.473 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:43.498 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:43.499 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:43.499 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:43.600 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:43.626 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:43.626 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:43.626 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:43.724 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:44:43.724 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:44:43.725 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:44:43.725 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:44:43.725 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:44:43.725 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:44:43.725 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:44:43.725 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:44:43.725 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:44:43.726 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:44:43.727 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:43.732 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:44:43.732 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:44:43.734 INFO:teuthology.orchestra.run.smithi071.stderr:Error ENXIO: problem getting command descriptions from osd.6 2024-09-13T14:44:43.753 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:43.754 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:43.754 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:43.767 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:44:43.767 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:44:43.837 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 7 16 19748 19732 176.106 132.312 0.00695492 0.00566995 2024-09-13T14:44:43.855 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:43.883 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:43.883 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:43.884 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:43.984 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:44.007 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:44.007 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:44.008 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:44.108 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:44:44.144 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:44.146 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:44.146 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:44:44.222 INFO:teuthology.orchestra.run.smithi071.stderr:set osd.5 primary-affinity to 1 (8655362) 2024-09-13T14:44:44.247 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:44:44.282 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:44.282 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:44.283 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:44:44.384 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:44.409 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:44.410 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:44.410 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:44.511 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:44.537 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:44.537 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:44.538 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:44.638 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:44.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:44 smithi071 ceph-mon[107477]: pgmap v1359: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 531 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 64 MiB/s wr, 1.02k op/s; 2238/25539 objects degraded (8.763%) 2024-09-13T14:44:44.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:44 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2339440557' entity='client.admin' cmd={"prefix": "osd primary-affinity", "id": 5, "weight": 1.0} : dispatch 2024-09-13T14:44:44.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:44 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd primary-affinity", "id": 5, "weight": 1.0} : dispatch 2024-09-13T14:44:44.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:44 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1100601649' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:44:44.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:44 smithi071 ceph-mon[112785]: pgmap v1359: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 531 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 64 MiB/s wr, 1.02k op/s; 2238/25539 objects degraded (8.763%) 2024-09-13T14:44:44.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:44 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2339440557' entity='client.admin' cmd={"prefix": "osd primary-affinity", "id": 5, "weight": 1.0} : dispatch 2024-09-13T14:44:44.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:44 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd primary-affinity", "id": 5, "weight": 1.0} : dispatch 2024-09-13T14:44:44.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:44 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1100601649' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:44:44.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:44 smithi104 ceph-mon[105578]: pgmap v1359: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 531 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 64 MiB/s wr, 1.02k op/s; 2238/25539 objects degraded (8.763%) 2024-09-13T14:44:44.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:44 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2339440557' entity='client.admin' cmd={"prefix": "osd primary-affinity", "id": 5, "weight": 1.0} : dispatch 2024-09-13T14:44:44.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:44 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd primary-affinity", "id": 5, "weight": 1.0} : dispatch 2024-09-13T14:44:44.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:44 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1100601649' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:44:44.676 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:44.677 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:44.678 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:44.779 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:44:44.814 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:44.814 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:44.815 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:44:44.837 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 8 16 21863 21847 170.616 132.188 0.00539155 0.00585555 2024-09-13T14:44:44.916 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:44.942 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:44.943 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:44.943 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:45.044 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:45.069 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:45.069 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:45.070 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:45.171 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:45.195 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:45.195 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:45.196 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:45.296 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:45.336 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:45.336 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:45.337 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:45.438 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:44:45.474 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:45.475 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:45.475 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:44:45.576 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:45.600 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:45.601 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:45.601 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:45.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:45 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd primary-affinity", "id": 5, "weight": 1.0}]': finished 2024-09-13T14:44:45.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:45 smithi071 ceph-mon[107477]: osdmap e1159: 8 total, 7 up, 8 in 2024-09-13T14:44:45.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:44:45.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:44:45.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:45 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd primary-affinity", "id": 5, "weight": 1.0}]': finished 2024-09-13T14:44:45.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:45 smithi071 ceph-mon[112785]: osdmap e1159: 8 total, 7 up, 8 in 2024-09-13T14:44:45.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:44:45.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:44:45.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:45 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd primary-affinity", "id": 5, "weight": 1.0}]': finished 2024-09-13T14:44:45.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:45 smithi104 ceph-mon[105578]: osdmap e1159: 8 total, 7 up, 8 in 2024-09-13T14:44:45.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:44:45.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:44:45.702 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:45.740 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:45.740 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:45.740 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:45.837 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 9 16 24152 24136 167.554 143.062 0.00296708 0.00596084 2024-09-13T14:44:45.841 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:45.868 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:45.869 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:45.869 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:45.970 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:44:46.006 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:46.007 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:46.007 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:44:46.108 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:46.146 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:46.147 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:46.147 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:46.248 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:46.284 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:46.285 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:46.285 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:46.386 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:46.420 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:46.420 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:46.421 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:46.522 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:46.547 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:46.547 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:46.548 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:46.597 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:46 smithi071 ceph-mon[107477]: pgmap v1361: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 1.1 GiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 132 MiB/s wr, 2.11k op/s; 5566/52773 objects degraded (10.547%) 2024-09-13T14:44:46.597 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:46 smithi071 ceph-mon[112785]: pgmap v1361: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 1.1 GiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 132 MiB/s wr, 2.11k op/s; 5566/52773 objects degraded (10.547%) 2024-09-13T14:44:46.648 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:44:46.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:46 smithi104 ceph-mon[105578]: pgmap v1361: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 1.1 GiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 132 MiB/s wr, 2.11k op/s; 5566/52773 objects degraded (10.547%) 2024-09-13T14:44:46.688 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:46.689 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:46.689 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:44:46.790 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:44:46.827 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:46.828 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:46.828 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:44:46.837 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 10 16 26448 26432 165.148 143.5 0.00837464 0.00604854 2024-09-13T14:44:46.930 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:44:46.967 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:46.968 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:46.968 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:44:47.069 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:47.078 DEBUG:teuthology.orchestra.run:got remote process result: 6 2024-09-13T14:44:47.079 INFO:tasks.thrashosds.thrasher:Failed to tell all osds, ignoring 2024-09-13T14:44:47.111 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:47.111 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:47.112 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:47.212 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:44:47.252 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:47.253 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:47.253 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:44:47.354 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:47.380 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:47.380 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:47.381 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:47.482 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:44:47.521 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:47.522 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:47.522 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:44:47.623 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:47.658 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:47.659 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:47.659 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:47.760 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:47.786 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:47.787 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:47.787 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:47.837 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 11 16 28687 28671 162.855 139.938 0.00522083 0.0061349 2024-09-13T14:44:47.888 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:47.913 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:47.913 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:47.914 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:48.015 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:48.038 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:48.039 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:48.039 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:48.140 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:48.177 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:48.178 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:48.178 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:48.279 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:48.304 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:48.305 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:48.305 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:48.406 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:48.431 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:48.431 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:48.432 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:48.533 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:48.569 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:48.570 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:48.570 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:48.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:48 smithi071 ceph-mon[107477]: pgmap v1362: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 1.3 GiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 132 MiB/s wr, 2.11k op/s; 6277/63510 objects degraded (9.883%) 2024-09-13T14:44:48.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:48 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 6277/63510 objects degraded (9.883%), 11 pgs degraded (PG_DEGRADED) 2024-09-13T14:44:48.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:48 smithi071 ceph-mon[112785]: pgmap v1362: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 1.3 GiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 132 MiB/s wr, 2.11k op/s; 6277/63510 objects degraded (9.883%) 2024-09-13T14:44:48.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:48 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 6277/63510 objects degraded (9.883%), 11 pgs degraded (PG_DEGRADED) 2024-09-13T14:44:48.671 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:48.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:48 smithi104 ceph-mon[105578]: pgmap v1362: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 1.3 GiB data, 5.1 GiB used, 710 GiB / 715 GiB avail; 132 MiB/s wr, 2.11k op/s; 6277/63510 objects degraded (9.883%) 2024-09-13T14:44:48.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:48 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 6277/63510 objects degraded (9.883%), 11 pgs degraded (PG_DEGRADED) 2024-09-13T14:44:48.697 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:48.698 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:48.698 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:48.799 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:44:48.835 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:48.836 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:48.836 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:44:48.837 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 12 16 30784 30768 160.205 131.062 0.00348016 0.00623623 2024-09-13T14:44:48.937 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:48.962 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:48.963 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:48.964 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:49.065 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:49.080 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=true 2024-09-13T14:44:49.090 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:49.090 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:49.091 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:49.192 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:44:49.235 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:49.236 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:49.236 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:44:49.296 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:44:49.337 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:49.359 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:49.360 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:49.360 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:49.461 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:44:49.504 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:49.505 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:49.505 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:44:49.606 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:49.644 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:49.644 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:49.644 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:49.745 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:49.771 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:49.772 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:49.772 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:49.837 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 13 16 32771 32755 157.435 124.188 0.0098657 0.00634652 2024-09-13T14:44:49.873 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:49.898 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:49.898 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:49.899 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:49.999 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:50.024 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:50.025 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:50.025 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:50.126 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:44:50.162 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:50.163 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:50.163 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:44:50.264 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:50.288 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:50.289 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:50.289 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:50.390 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:44:50.433 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:50.433 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:50.434 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:44:50.517 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:50 smithi071 ceph-mon[107477]: pgmap v1363: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 1.5 GiB data, 5.8 GiB used, 709 GiB / 715 GiB avail; 146 MiB/s wr, 2.34k op/s; 8392/76026 objects degraded (11.038%) 2024-09-13T14:44:50.517 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:50 smithi071 ceph-mon[112785]: pgmap v1363: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 1.5 GiB data, 5.8 GiB used, 709 GiB / 715 GiB avail; 146 MiB/s wr, 2.34k op/s; 8392/76026 objects degraded (11.038%) 2024-09-13T14:44:50.535 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:44:50.573 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:50.574 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:50.574 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:44:50.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:50 smithi104 ceph-mon[105578]: pgmap v1363: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 1.5 GiB data, 5.8 GiB used, 709 GiB / 715 GiB avail; 146 MiB/s wr, 2.34k op/s; 8392/76026 objects degraded (11.038%) 2024-09-13T14:44:50.675 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:50.698 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:50.699 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:50.700 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:50.800 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:50.825 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:50.826 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:50.826 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:50.838 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 14 16 34640 34624 154.533 116.812 0.0099842 0.00646505 2024-09-13T14:44:50.927 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:50.952 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:50.953 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:50.953 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:51.054 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:51.078 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:51.078 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:51.078 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:51.179 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:44:51.221 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:51.221 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:51.222 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:44:51.280 INFO:teuthology.orchestra.run.smithi071.stderr:nodeep-scrub is set 2024-09-13T14:44:51.322 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:51.363 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:51.363 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:51.364 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:51.465 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:51.491 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:51.491 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:51.492 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:51.593 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:51.620 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:51.621 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:51.621 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:51.622 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:51 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3900268202' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:44:51.622 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:51 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:44:51.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:51 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3900268202' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:44:51.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:51 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:44:51.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:51 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3900268202' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:44:51.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:51 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:44:51.722 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:51.755 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:51.756 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:51.756 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:51.838 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 15 16 36549 36533 152.184 119.312 0.00839399 0.00656551 2024-09-13T14:44:51.857 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:51.886 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:51.886 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:51.887 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:51.921 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:44:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=cleanup t=2024-09-13T14:44:51.620505333Z level=info msg="Completed cleanup jobs" duration=13.801572ms 2024-09-13T14:44:51.922 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:44:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=plugins.update.checker t=2024-09-13T14:44:51.75753339Z level=info msg="Update check succeeded" duration=60.074254ms 2024-09-13T14:44:51.922 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:44:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=grafana.update.checker t=2024-09-13T14:44:51.76960512Z level=info msg="Update check succeeded" duration=64.932724ms 2024-09-13T14:44:51.948 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:44:51.988 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:44:52.031 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:52.032 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:52.032 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:44:52.133 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:52.157 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:52.158 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:52.158 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:52.259 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:44:52.268 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:52 smithi071 ceph-mon[112785]: pgmap v1364: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 1.8 GiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 152 MiB/s wr, 2.42k op/s; 9068/86337 objects degraded (10.503%) 2024-09-13T14:44:52.269 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:52 smithi071 ceph-mon[112785]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:44:52.269 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:52 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T14:44:52.269 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:52 smithi071 ceph-mon[112785]: osdmap e1160: 8 total, 7 up, 8 in 2024-09-13T14:44:52.297 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:52.297 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:52.298 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:44:52.398 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:52.423 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:52.423 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:52.424 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:52.524 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:44:52.563 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:52.564 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:52.564 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:44:52.568 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:52 smithi071 ceph-mon[107477]: pgmap v1364: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 1.8 GiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 152 MiB/s wr, 2.42k op/s; 9068/86337 objects degraded (10.503%) 2024-09-13T14:44:52.569 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:52 smithi071 ceph-mon[107477]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:44:52.569 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:52 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T14:44:52.569 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:52 smithi071 ceph-mon[107477]: osdmap e1160: 8 total, 7 up, 8 in 2024-09-13T14:44:52.665 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:52.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:52 smithi104 ceph-mon[105578]: pgmap v1364: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 1.8 GiB data, 6.1 GiB used, 709 GiB / 715 GiB avail; 152 MiB/s wr, 2.42k op/s; 9068/86337 objects degraded (10.503%) 2024-09-13T14:44:52.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:52 smithi104 ceph-mon[105578]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:44:52.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:52 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T14:44:52.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:52 smithi104 ceph-mon[105578]: osdmap e1160: 8 total, 7 up, 8 in 2024-09-13T14:44:52.690 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:52.691 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:52.691 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:52.720 INFO:tasks.thrashosds.thrasher:in_osds: [0, 1, 2, 4, 5, 6, 7, 3] out_osds: [] dead_osds: [6] live_osds: [0, 1, 2, 3, 4, 5, 7] 2024-09-13T14:44:52.720 INFO:tasks.thrashosds.thrasher:choose_action: min_in 4 min_out 0 min_live 2 min_dead 0 chance_down 0.40 2024-09-13T14:44:52.720 INFO:tasks.thrashosds.thrasher:fixing pg num pool .mgr 2024-09-13T14:44:52.720 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-13T14:44:52.792 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:44:52.835 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:52.836 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:52.836 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:44:52.838 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 16 16 38403 38387 149.915 115.875 0.00861083 0.00666535 2024-09-13T14:44:52.871 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:44:52 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:44:52] "GET /metrics HTTP/1.1" 200 36615 "" "Prometheus/2.51.0" 2024-09-13T14:44:52.937 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:52.996 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:52.997 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:52.997 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:53.098 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:53.148 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:53.149 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:53.149 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:53.250 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:53.252 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T14:44:53.253 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:44:53.304 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:53.305 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:53.305 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:53.406 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:53.430 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:53.430 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:53.431 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:53.532 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:44:53.566 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:53.566 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:53.567 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:44:53.611 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:53 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 9068/86337 objects degraded (10.503%), 11 pgs degraded (PG_DEGRADED) 2024-09-13T14:44:53.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:53 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 9068/86337 objects degraded (10.503%), 11 pgs degraded (PG_DEGRADED) 2024-09-13T14:44:53.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:53 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 9068/86337 objects degraded (10.503%), 11 pgs degraded (PG_DEGRADED) 2024-09-13T14:44:53.668 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:44:53.706 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:53.707 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:53.707 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:44:53.808 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:44:53.835 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:53.836 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:53.837 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:44:53.838 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 17 16 40111 40095 147.375 106.75 0.00230045 0.00677517 2024-09-13T14:44:53.938 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:53.975 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:53.976 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:53.976 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:54.077 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:54.101 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:54.102 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:54.102 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:54.203 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:44:54.234 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:54.235 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:54.235 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:44:54.336 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:54.375 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:54.375 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:54.376 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:54.477 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:44:54.518 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:54.518 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:54.519 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:44:54.609 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd unset noscrub 2024-09-13T14:44:54.619 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:44:54.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:54 smithi071 ceph-mon[107477]: pgmap v1366: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 2.0 GiB data, 7.0 GiB used, 708 GiB / 715 GiB avail; 139 MiB/s wr, 2.23k op/s; 9758/96171 objects degraded (10.147%) 2024-09-13T14:44:54.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:54 smithi071 ceph-mon[112785]: pgmap v1366: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 2.0 GiB data, 7.0 GiB used, 708 GiB / 715 GiB avail; 139 MiB/s wr, 2.23k op/s; 9758/96171 objects degraded (10.147%) 2024-09-13T14:44:54.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:54 smithi104 ceph-mon[105578]: pgmap v1366: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 2.0 GiB data, 7.0 GiB used, 708 GiB / 715 GiB avail; 139 MiB/s wr, 2.23k op/s; 9758/96171 objects degraded (10.147%) 2024-09-13T14:44:54.680 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:54.681 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:54.681 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:44:54.782 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:54.806 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:54.806 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:54.807 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:54.838 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 18 16 41751 41735 144.881 102.5 0.00642943 0.00689589 2024-09-13T14:44:54.907 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:54.932 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:54.932 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:54.933 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:55.033 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:44:55.072 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:55.073 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:55.073 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:44:55.174 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:55.209 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:55.210 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:55.210 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:55.311 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:44:55.349 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:55.349 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:55.350 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:44:55.450 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:44:55.481 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:55.481 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:55.482 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:44:55.582 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:44:55.621 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:55.621 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:55.622 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:44:55.722 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:55.748 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:55.748 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:55.749 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:55.838 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 19 16 43422 43406 142.752 104.438 0.00842597 0.00700011 2024-09-13T14:44:55.849 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:55.874 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:55.875 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:55.875 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:55.976 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:55.999 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:56.000 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:56.001 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:56.101 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:44:56.136 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:56.136 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:56.137 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:44:56.237 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:56.258 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:56.259 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:56.260 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:56.361 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:56.386 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:56.386 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:56.387 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:56.488 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:44:56.527 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:56.527 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:56.528 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:44:56.629 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:44:56.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:56 smithi071 ceph-mon[107477]: pgmap v1367: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 2.4 GiB data, 7.9 GiB used, 707 GiB / 715 GiB avail; 131 MiB/s wr, 2.09k op/s; 12101/115569 objects degraded (10.471%) 2024-09-13T14:44:56.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:56 smithi071 ceph-mon[112785]: pgmap v1367: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 2.4 GiB data, 7.9 GiB used, 707 GiB / 715 GiB avail; 131 MiB/s wr, 2.09k op/s; 12101/115569 objects degraded (10.471%) 2024-09-13T14:44:56.649 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:56.650 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:56.650 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:44:56.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:56 smithi104 ceph-mon[105578]: pgmap v1367: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 2.4 GiB data, 7.9 GiB used, 707 GiB / 715 GiB avail; 131 MiB/s wr, 2.09k op/s; 12101/115569 objects degraded (10.471%) 2024-09-13T14:44:56.751 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:56.772 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:56.773 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:56.773 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:56.838 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:2024-09-13T14:44:56.838410+0000 min lat: 0.000956766 max lat: 0.18798 avg lat: 0.00713751 2024-09-13T14:44:56.838 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2024-09-13T14:44:56.838 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 20 16 44828 44812 140.008 87.875 0.00495684 0.00713751 2024-09-13T14:44:56.874 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:56.898 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:56.899 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:56.899 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:57.000 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:57.021 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:57.022 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:57.022 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:57.123 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:44:57.159 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:57.160 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:57.160 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:44:57.261 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:57.285 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:57.286 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:57.286 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:57.387 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:57.408 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:57.409 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:57.409 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:57.510 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:57.536 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:57.537 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:57.537 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:57.638 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:57.663 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:57.664 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:57.664 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:57.765 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:57.790 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:57.791 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:57.791 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:57.838 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 21 16 46325 46309 137.796 93.5625 0.00461662 0.00725209 2024-09-13T14:44:57.892 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:44:57.918 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:57.919 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:57.919 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:44:58.020 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:44:58.049 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:58.049 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:58.050 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:44:58.150 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:58.175 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:58.175 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:58.176 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:58.277 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:58.298 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:58.298 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:58.299 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:58.400 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:44:58.433 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:58.434 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:58.434 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:44:58.535 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:58.569 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:58.570 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:58.570 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:58.573 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:58 smithi071 ceph-mon[107477]: pgmap v1368: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 2.5 GiB data, 8.5 GiB used, 707 GiB / 715 GiB avail; 125 MiB/s wr, 2.00k op/s; 12637/123633 objects degraded (10.221%) 2024-09-13T14:44:58.573 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:44:58 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 12637/123633 objects degraded (10.221%), 11 pgs degraded (PG_DEGRADED) 2024-09-13T14:44:58.573 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:58 smithi071 ceph-mon[112785]: pgmap v1368: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 2.5 GiB data, 8.5 GiB used, 707 GiB / 715 GiB avail; 125 MiB/s wr, 2.00k op/s; 12637/123633 objects degraded (10.221%) 2024-09-13T14:44:58.573 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:44:58 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 12637/123633 objects degraded (10.221%), 11 pgs degraded (PG_DEGRADED) 2024-09-13T14:44:58.671 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:44:58.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:58 smithi104 ceph-mon[105578]: pgmap v1368: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 2.5 GiB data, 8.5 GiB used, 707 GiB / 715 GiB avail; 125 MiB/s wr, 2.00k op/s; 12637/123633 objects degraded (10.221%) 2024-09-13T14:44:58.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:44:58 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 12637/123633 objects degraded (10.221%), 11 pgs degraded (PG_DEGRADED) 2024-09-13T14:44:58.711 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:58.712 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:58.712 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:44:58.813 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:58.834 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:58.835 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:58.835 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:58.838 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 22 16 47639 47623 135.266 82.125 0.045723 0.00738376 2024-09-13T14:44:58.936 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:44:58.979 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:58.980 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:58.980 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:44:59.082 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:44:59.118 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:59.119 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:59.119 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:44:59.220 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:44:59.251 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:59.252 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:59.252 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:44:59.353 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:44:59.377 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:59.377 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:59.378 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:44:59.479 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:44:59.513 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:59.514 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:59.515 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:44:59.615 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:59.636 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:59.637 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:59.637 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:59.738 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:44:59.762 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:44:59.762 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:59.763 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:44:59.838 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 23 16 48721 48705 132.325 67.625 0.00627529 0.00753857 2024-09-13T14:44:59.863 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:44:59.900 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:44:59.900 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:44:59.901 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:45:00.001 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:00.037 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:00.038 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:00.038 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:00.085 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:45:00.111 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.0 dump_historic_ops 2024-09-13T14:45:00.139 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:45:00.199 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:00.201 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:00.202 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:45:00.302 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:45:00.325 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:00.326 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:00.326 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:45:00.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:00 smithi071 ceph-mon[107477]: pgmap v1369: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 2.7 GiB data, 9.0 GiB used, 706 GiB / 715 GiB avail; 118 MiB/s wr, 1.88k op/s; 14081/132453 objects degraded (10.631%) 2024-09-13T14:45:00.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:00 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:45:00.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:00 smithi071 ceph-mon[112785]: pgmap v1369: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 2.7 GiB data, 9.0 GiB used, 706 GiB / 715 GiB avail; 118 MiB/s wr, 1.88k op/s; 14081/132453 objects degraded (10.631%) 2024-09-13T14:45:00.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:00 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:45:00.427 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:00.464 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:00.465 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:00.465 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:00.566 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:45:00.587 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:00.588 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:00.588 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:45:00.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:00 smithi104 ceph-mon[105578]: pgmap v1369: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 2.7 GiB data, 9.0 GiB used, 706 GiB / 715 GiB avail; 118 MiB/s wr, 1.88k op/s; 14081/132453 objects degraded (10.631%) 2024-09-13T14:45:00.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:00 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:45:00.689 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:00.723 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:00.723 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:00.724 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:00.824 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:00.838 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 24 16 50080 50064 130.35 84.9375 0.00673393 0.00766638 2024-09-13T14:45:00.848 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:00.848 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:00.849 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:00.949 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:00.997 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:01.001 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:01.001 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:01.102 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:01.144 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:01.145 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:01.145 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:01.246 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:45:01.281 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:01.282 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:01.282 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:45:01.383 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:45:01.420 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:01.420 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:01.421 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:45:01.525 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:01.578 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:45:01.586 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:01.587 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:01.588 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:01.689 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:01.713 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:01.714 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:01.714 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:01.815 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:01.839 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 25 16 51626 51610 129.001 96.625 0.00696767 0.00774432 2024-09-13T14:45:01.873 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:01.874 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:01.874 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:01.975 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:01.999 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:02.000 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:02.001 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:02.102 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:02.143 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:02.144 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:02.144 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:02.245 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:02.285 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:02.286 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:02.286 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:02.387 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:02.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:02 smithi071 ceph-mon[107477]: pgmap v1370: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 2.8 GiB data, 9.2 GiB used, 706 GiB / 715 GiB avail; 110 MiB/s wr, 1.77k op/s; 14524/139341 objects degraded (10.423%) 2024-09-13T14:45:02.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:02 smithi071 ceph-mon[112785]: pgmap v1370: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 2.8 GiB data, 9.2 GiB used, 706 GiB / 715 GiB avail; 110 MiB/s wr, 1.77k op/s; 14524/139341 objects degraded (10.423%) 2024-09-13T14:45:02.426 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:02.426 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:02.427 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:02.527 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:45:02.566 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:02.567 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:02.567 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:45:02.668 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:45:02.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:02 smithi104 ceph-mon[105578]: pgmap v1370: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 2.8 GiB data, 9.2 GiB used, 706 GiB / 715 GiB avail; 110 MiB/s wr, 1.77k op/s; 14524/139341 objects degraded (10.423%) 2024-09-13T14:45:02.692 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:02.693 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:02.693 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:45:02.794 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:45:02.819 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:02.820 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:02.820 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:45:02.839 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 26 16 53154 53138 127.713 95.5 0.0072587 0.00782496 2024-09-13T14:45:02.891 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:45:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:45:02] "GET /metrics HTTP/1.1" 200 36615 "" "Prometheus/2.51.0" 2024-09-13T14:45:02.921 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:02.944 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:02.945 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:02.945 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:03.046 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:45:03.071 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:03.072 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:03.072 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:45:03.173 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:45:03.198 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:03.199 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:03.199 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:45:03.300 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:45:03.336 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:03.337 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:03.337 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:45:03.438 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:45:03.463 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:03.463 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:03.464 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:45:03.565 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:45:03.601 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:03.601 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:03.601 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:45:03.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:03 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 14524/139341 objects degraded (10.423%), 11 pgs degraded (PG_DEGRADED) 2024-09-13T14:45:03.640 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:03 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 14524/139341 objects degraded (10.423%), 11 pgs degraded (PG_DEGRADED) 2024-09-13T14:45:03.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:03 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 14524/139341 objects degraded (10.423%), 11 pgs degraded (PG_DEGRADED) 2024-09-13T14:45:03.703 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:45:03.743 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:03.743 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:03.744 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:45:03.839 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 27 16 54582 54566 126.288 89.25 0.0021153 0.0079061 2024-09-13T14:45:03.844 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:03.874 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:03.875 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:03.875 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:03.976 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:45:03.998 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:03.999 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:03.999 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:45:04.100 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:04.125 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:04.126 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:04.126 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:04.227 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:04.265 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:04.266 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:04.266 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:04.367 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:04.405 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:04.405 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:04.406 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:04.507 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:04.532 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:04.532 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:04.533 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:04.634 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:45:04.640 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:04 smithi071 ceph-mon[112785]: pgmap v1371: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 3.0 GiB data, 9.8 GiB used, 705 GiB / 715 GiB avail; 99 MiB/s wr, 1.58k op/s; 14951/145494 objects degraded (10.276%) 2024-09-13T14:45:04.643 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:04 smithi071 ceph-mon[107477]: pgmap v1371: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 3.0 GiB data, 9.8 GiB used, 705 GiB / 715 GiB avail; 99 MiB/s wr, 1.58k op/s; 14951/145494 objects degraded (10.276%) 2024-09-13T14:45:04.667 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:04.668 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:04.668 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:45:04.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:04 smithi104 ceph-mon[105578]: pgmap v1371: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 3.0 GiB data, 9.8 GiB used, 705 GiB / 715 GiB avail; 99 MiB/s wr, 1.58k op/s; 14951/145494 objects degraded (10.276%) 2024-09-13T14:45:04.769 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:45:04.792 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:04.793 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:04.793 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:45:04.839 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 28 16 56063 56047 125.083 92.5625 0.00963283 0.00798878 2024-09-13T14:45:04.895 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:45:04.918 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:04.919 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:04.919 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:45:05.020 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:45:05.057 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:05.057 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:05.058 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:45:05.158 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:05.181 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:05.181 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:05.182 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:05.283 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:05.310 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:05.310 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:05.311 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:05.411 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:45:05.437 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:05.437 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:05.438 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:45:05.538 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:45:05.577 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:05.577 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:05.578 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:45:05.679 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:45:05.702 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:05.703 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:05.703 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:45:05.804 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:05.839 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 29 16 57595 57579 124.071 95.75 0.0110581 0.00805423 2024-09-13T14:45:05.848 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:05.849 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:05.849 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:05.950 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:06.000 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:06.001 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:06.001 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:06.102 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:06.114 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:45:06.115 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:45:06.135 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:45:06.135 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:45:06.143 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:06.143 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:06.144 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:06.171 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:45:06.171 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:45:06.211 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:45:06.212 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:45:06.243 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:45:06.243 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:45:06.244 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:06.275 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:45:06.275 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:45:06.275 INFO:teuthology.orchestra.run.smithi071.stderr:Error ENXIO: problem getting command descriptions from osd.6 2024-09-13T14:45:06.279 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:06.279 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:06.280 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:06.291 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:45:06.291 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:45:06.381 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:06.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:06 smithi071 ceph-mon[107477]: pgmap v1372: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 3.2 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 110 MiB/s wr, 1.76k op/s; 16676/159705 objects degraded (10.442%) 2024-09-13T14:45:06.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:06 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2260225423' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:45:06.390 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:06 smithi071 ceph-mon[112785]: pgmap v1372: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 3.2 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 110 MiB/s wr, 1.76k op/s; 16676/159705 objects degraded (10.442%) 2024-09-13T14:45:06.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:06 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2260225423' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:45:06.405 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:06.406 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:06.406 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:06.507 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:45:06.546 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:06.547 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:06.547 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:45:06.648 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:06.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:06 smithi104 ceph-mon[105578]: pgmap v1372: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 3.2 GiB data, 10 GiB used, 705 GiB / 715 GiB avail; 110 MiB/s wr, 1.76k op/s; 16676/159705 objects degraded (10.442%) 2024-09-13T14:45:06.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:06 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2260225423' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:45:06.672 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:06.673 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:06.673 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:06.774 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:45:06.811 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:06.812 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:06.812 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:45:06.839 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 30 16 58842 58826 122.533 77.9375 0.00632213 0.00815545 2024-09-13T14:45:06.914 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:45:06.952 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:06.952 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:06.953 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:45:07.054 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:07.079 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:07.079 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:07.080 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:07.181 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:45:07.216 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:07.217 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:07.217 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:45:07.318 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:07.356 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:07.357 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:07.358 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:07.458 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:07.515 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:07.516 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:07.517 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:07.618 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:45:07.641 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:07.642 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:07.643 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:45:07.743 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:07.787 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:07.788 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:07.789 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:07.839 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 31 16 60271 60255 121.462 89.3125 0.00775038 0.00822813 2024-09-13T14:45:07.890 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:07.923 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:07.923 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:07.924 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:07.934 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:45:08.025 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:45:08.050 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:08.051 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:08.051 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:45:08.152 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:45:08.190 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:08.191 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:08.192 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:45:08.293 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:08.318 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:08.318 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:08.319 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:08.419 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:08.457 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:08.457 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:08.457 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:08.558 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:45:08.597 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:08.597 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:08.598 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:45:08.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:08 smithi071 ceph-mon[107477]: pgmap v1373: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 3.4 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 89 MiB/s wr, 1.42k op/s; 17155/166698 objects degraded (10.291%) 2024-09-13T14:45:08.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:08 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 17155/166698 objects degraded (10.291%), 11 pgs degraded (PG_DEGRADED) 2024-09-13T14:45:08.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:08 smithi071 ceph-mon[112785]: pgmap v1373: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 3.4 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 89 MiB/s wr, 1.42k op/s; 17155/166698 objects degraded (10.291%) 2024-09-13T14:45:08.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:08 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 17155/166698 objects degraded (10.291%), 11 pgs degraded (PG_DEGRADED) 2024-09-13T14:45:08.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:08 smithi104 ceph-mon[105578]: pgmap v1373: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 3.4 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 89 MiB/s wr, 1.42k op/s; 17155/166698 objects degraded (10.291%) 2024-09-13T14:45:08.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:08 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 17155/166698 objects degraded (10.291%), 11 pgs degraded (PG_DEGRADED) 2024-09-13T14:45:08.699 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:45:08.723 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:08.723 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:08.724 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:45:08.824 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:08.831 DEBUG:teuthology.orchestra.run:got remote process result: 6 2024-09-13T14:45:08.831 INFO:tasks.thrashosds.thrasher:Failed to tell all osds, ignoring 2024-09-13T14:45:08.840 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 32 16 61680 61664 120.415 88.0625 0.02182 0.00829954 2024-09-13T14:45:08.858 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:08.859 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:08.859 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:08.960 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:09.003 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:09.004 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:09.004 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:09.105 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:45:09.149 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:09.150 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:09.150 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:45:09.251 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:09.274 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:09.275 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:09.275 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:09.376 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:45:09.401 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:09.401 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:09.402 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:45:09.502 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:09.536 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:09.537 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:09.537 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:09.638 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:45:09.688 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:09.688 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:09.688 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:45:09.723 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:45:09.724 INFO:teuthology.orchestra.run.smithi071.stderr:dumped all 2024-09-13T14:45:09.789 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:45:09.814 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:09.814 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:09.815 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:45:09.840 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 33 16 62862 62846 119.005 73.875 0.0127891 0.00839797 2024-09-13T14:45:09.915 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:09.952 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:09.953 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:09.953 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:10.054 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:45:10.077 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:10.078 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:10.079 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:45:10.179 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:10.218 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:10.218 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:10.218 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:10.319 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:10.340 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:10.340 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:10.341 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:10.362 INFO:teuthology.orchestra.run.smithi071.stderr:noscrub is unset 2024-09-13T14:45:10.442 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:45:10.483 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:10.484 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:10.485 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:45:10.586 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:45:10.616 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:10.617 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:10.617 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:45:10.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:10 smithi071 ceph-mon[107477]: pgmap v1374: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 3.6 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 89 MiB/s wr, 1.42k op/s; 18510/174675 objects degraded (10.597%) 2024-09-13T14:45:10.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:10 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/975503525' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:45:10.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:10 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:45:10.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:10 smithi071 ceph-mon[112785]: pgmap v1374: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 3.6 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 89 MiB/s wr, 1.42k op/s; 18510/174675 objects degraded (10.597%) 2024-09-13T14:45:10.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:10 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/975503525' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:45:10.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:10 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:45:10.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:10 smithi104 ceph-mon[105578]: pgmap v1374: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 3.6 GiB data, 11 GiB used, 704 GiB / 715 GiB avail; 89 MiB/s wr, 1.42k op/s; 18510/174675 objects degraded (10.597%) 2024-09-13T14:45:10.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:10 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/975503525' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:45:10.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:10 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:45:10.718 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:45:10.741 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:10.742 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:10.742 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:45:10.832 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=false 2024-09-13T14:45:10.840 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 34 16 63996 63980 117.588 70.875 0.011335 0.00849972 2024-09-13T14:45:10.843 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:10.887 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:10.887 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:10.888 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:10.988 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:45:11.029 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:11.030 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:11.030 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:45:11.131 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:45:11.169 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:11.170 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:11.171 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:45:11.271 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:11.307 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:11.308 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:11.308 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:11.409 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:11.432 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:11.433 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:11.433 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:11.534 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:45:11.573 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:11.574 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:11.574 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:45:11.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:11 smithi071 ceph-mon[107477]: from='client.45008 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T14:45:11.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:11 smithi071 ceph-mon[107477]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:45:11.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:11 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T14:45:11.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:11 smithi071 ceph-mon[107477]: osdmap e1161: 8 total, 7 up, 8 in 2024-09-13T14:45:11.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:11 smithi071 ceph-mon[112785]: from='client.45008 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T14:45:11.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:11 smithi071 ceph-mon[112785]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:45:11.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:11 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T14:45:11.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:11 smithi071 ceph-mon[112785]: osdmap e1161: 8 total, 7 up, 8 in 2024-09-13T14:45:11.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:11 smithi104 ceph-mon[105578]: from='client.45008 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T14:45:11.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:11 smithi104 ceph-mon[105578]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:45:11.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:11 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T14:45:11.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:11 smithi104 ceph-mon[105578]: osdmap e1161: 8 total, 7 up, 8 in 2024-09-13T14:45:11.675 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:45:11.700 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:11.700 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:11.701 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:45:11.802 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:45:11.826 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:11.827 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:11.827 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:45:11.840 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 35 16 65238 65222 116.446 77.625 0.0162762 0.00858257 2024-09-13T14:45:11.928 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:45:11.971 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:11.972 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:11.972 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:45:12.073 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:45:12.098 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:12.099 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:12.099 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:45:12.200 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:12.241 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:12.241 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:12.242 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:12.343 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:12.390 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:12.391 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:12.392 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:12.493 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:12.526 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:12.527 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:12.527 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:12.628 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:45:12.640 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:12 smithi071 ceph-mon[112785]: pgmap v1376: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 3.7 GiB data, 12 GiB used, 704 GiB / 715 GiB avail; 88 MiB/s wr, 1.40k op/s; 18954/181368 objects degraded (10.451%) 2024-09-13T14:45:12.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:12 smithi071 ceph-mon[107477]: pgmap v1376: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 3.7 GiB data, 12 GiB used, 704 GiB / 715 GiB avail; 88 MiB/s wr, 1.40k op/s; 18954/181368 objects degraded (10.451%) 2024-09-13T14:45:12.641 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:12 smithi104 ceph-mon[105578]: pgmap v1376: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 3.7 GiB data, 12 GiB used, 704 GiB / 715 GiB avail; 88 MiB/s wr, 1.40k op/s; 18954/181368 objects degraded (10.451%) 2024-09-13T14:45:12.653 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:12.654 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:12.654 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:45:12.755 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:45:12.840 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 36 16 66613 66597 115.599 85.9375 0.0106863 0.00864429 2024-09-13T14:45:12.842 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:12.842 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:12.843 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:45:12.944 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:12.973 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:45:12 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:45:12] "GET /metrics HTTP/1.1" 200 36615 "" "Prometheus/2.51.0" 2024-09-13T14:45:12.985 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:12.986 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:12.986 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:13.087 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:13.124 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:13.125 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:13.125 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:13.226 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:45:13.261 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:13.261 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:13.261 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:45:13.362 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:13.415 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:13.416 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:13.416 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:13.517 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:13.542 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:13.543 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:13.543 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:13.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:13 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 18954/181368 objects degraded (10.451%), 11 pgs degraded (PG_DEGRADED) 2024-09-13T14:45:13.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:13 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 18954/181368 objects degraded (10.451%), 11 pgs degraded (PG_DEGRADED) 2024-09-13T14:45:13.644 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:13.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:13 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 18954/181368 objects degraded (10.451%), 11 pgs degraded (PG_DEGRADED) 2024-09-13T14:45:13.680 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:13.681 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:13.681 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:13.782 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:13.808 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:13.808 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:13.809 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:13.840 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 37 16 67848 67832 114.561 77.1875 0.011335 0.00872341 2024-09-13T14:45:13.909 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:13.934 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:13.935 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:13.935 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:14.022 INFO:teuthology.orchestra.run.smithi071.stdout:{"pg_ready":true,"pg_map":{"version":1374,"stamp":"2024-09-13T14:45:08.511517+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":3814725605,"num_objects":58225,"num_object_clones":0,"num_object_copies":174675,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":18510,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":58225,"num_whiteouts":0,"num_read":392,"num_read_kb":834,"num_write":58478,"num_write_kb":3727185,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":13,"num_bytes_recovered":1771284,"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":58407,"ondisk_log_size":58407,"up":235,"acting":235,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":267,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":8,"kb":749961216,"kb_used":11994324,"kb_used_data":10011920,"kb_used_omap":189,"kb_used_meta":1982146,"kb_avail":737966892,"statfs":{"total":767960285184,"available":755678097408,"internally_reserved":0,"allocated":10252206080,"data_stored":10234668228,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":193988,"internal_metadata":2029718076},"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":4,"apply_latency_ms":4,"commit_latency_ns":4000000,"apply_latency_ns":4000000},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":1115029504,"num_objects":17014,"num_object_clones":0,"num_object_copies":51042,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":5873,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":17014,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":17014,"num_write_kb":1088896,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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.004372"},"pg_stats":[{"pgid":"4.14","version":"0'0","reported_seq":98,"reported_epoch":1160,"state":"active+clean","last_fresh":"2024-09-13T14:44:51.291153+0000","last_change":"2024-09-13T14:41:41.330674+0000","last_active":"2024-09-13T14:44:51.291153+0000","last_peered":"2024-09-13T14:44:51.291153+0000","last_clean":"2024-09-13T14:44:51.291153+0000","last_became_active":"2024-09-13T14:41:41.330383+0000","last_became_peered":"2024-09-13T14:41:41.330383+0000","last_unstale":"2024-09-13T14:44:51.291153+0000","last_undegraded":"2024-09-13T14:44:51.291153+0000","last_fullsized":"2024-09-13T14:44:51.291153+0000","mapping_epoch":1116,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:10:13.672547+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.13","version":"70'2","reported_seq":1088,"reported_epoch":1159,"state":"active+clean","last_fresh":"2024-09-13T14:44:44.264622+0000","last_change":"2024-09-13T14:33:17.924359+0000","last_active":"2024-09-13T14:44:44.264622+0000","last_peered":"2024-09-13T14:44:44.264622+0000","last_clean":"2024-09-13T14:44:44.264622+0000","last_became_active":"2024-09-13T14:33:17.923983+0000","last_became_peered":"2024-09-13T14:33:17.923983+0000","last_unstale":"2024-09-13T14:44:44.264622+0000","last_undegraded":"2024-09-13T14:44:44.264622+0000","last_fullsized":"2024-09-13T14:44:44.264622+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T19:42:27.641362+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":[7,4,2],"acting":[7,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.15","version":"0'0","reported_seq":1113,"reported_epoch":1159,"state":"active+clean","last_fresh":"2024-09-13T14:44:44.250406+0000","last_change":"2024-09-13T14:41:41.337162+0000","last_active":"2024-09-13T14:44:44.250406+0000","last_peered":"2024-09-13T14:44:44.250406+0000","last_clean":"2024-09-13T14:44:44.250406+0000","last_became_active":"2024-09-13T14:41:41.336816+0000","last_became_peered":"2024-09-13T14:41:41.336816+0000","last_unstale":"2024-09-13T14:44:44.250406+0000","last_undegraded":"2024-09-13T14:44:44.250406+0000","last_fullsized":"2024-09-13T14:44:44.250406+0000","mapping_epoch":1116,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:28:33.370073+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[5,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.12","version":"0'0","reported_seq":1510,"reported_epoch":1160,"state":"active+clean","last_fresh":"2024-09-13T14:44:51.293212+0000","last_change":"2024-09-13T14:41:41.335267+0000","last_active":"2024-09-13T14:44:51.293212+0000","last_peered":"2024-09-13T14:44:51.293212+0000","last_clean":"2024-09-13T14:44:51.293212+0000","last_became_active":"2024-09-13T14:41:41.334948+0000","last_became_peered":"2024-09-13T14:41:41.334948+0000","last_unstale":"2024-09-13T14:44:51.293212+0000","last_undegraded":"2024-09-13T14:44:51.293212+0000","last_fullsized":"2024-09-13T14:44:51.293212+0000","mapping_epoch":1116,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:37:46.852769+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.16","version":"0'0","reported_seq":1509,"reported_epoch":1160,"state":"active+clean","last_fresh":"2024-09-13T14:44:51.292871+0000","last_change":"2024-09-13T14:41:41.334808+0000","last_active":"2024-09-13T14:44:51.292871+0000","last_peered":"2024-09-13T14:44:51.292871+0000","last_clean":"2024-09-13T14:44:51.292871+0000","last_became_active":"2024-09-13T14:41:41.334249+0000","last_became_peered":"2024-09-13T14:41:41.334249+0000","last_unstale":"2024-09-13T14:44:51.292871+0000","last_undegraded":"2024-09-13T14:44:51.292871+0000","last_fullsized":"2024-09-13T14:44:51.292871+0000","mapping_epoch":1116,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:16:03.860433+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[0,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.11","version":"0'0","reported_seq":1086,"reported_epoch":1159,"state":"active+undersized","last_fresh":"2024-09-13T14:44:44.264792+0000","last_change":"2024-09-13T14:44:26.096660+0000","last_active":"2024-09-13T14:44:44.264792+0000","last_peered":"2024-09-13T14:44:44.264792+0000","last_clean":"2024-09-13T14:44:21.842342+0000","last_became_active":"2024-09-13T14:44:26.096660+0000","last_became_peered":"2024-09-13T14:44:26.096660+0000","last_unstale":"2024-09-13T14:44:44.264792+0000","last_undegraded":"2024-09-13T14:44:44.264792+0000","last_fullsized":"2024-09-13T14:44:26.092224+0000","mapping_epoch":1151,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1099,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:07:35.483325+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[7,2],"avail_no_missing":["7","2"],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.17","version":"0'0","reported_seq":98,"reported_epoch":1160,"state":"active+clean","last_fresh":"2024-09-13T14:44:51.281353+0000","last_change":"2024-09-13T14:41:41.326762+0000","last_active":"2024-09-13T14:44:51.281353+0000","last_peered":"2024-09-13T14:44:51.281353+0000","last_clean":"2024-09-13T14:44:51.281353+0000","last_became_active":"2024-09-13T14:41:41.326421+0000","last_became_peered":"2024-09-13T14:41:41.326421+0000","last_unstale":"2024-09-13T14:44:51.281353+0000","last_undegraded":"2024-09-13T14:44:51.281353+0000","last_fullsized":"2024-09-13T14:44:51.281353+0000","mapping_epoch":1116,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:13:09.309174+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[3,7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.10","version":"70'8","reported_seq":36,"reported_epoch":1160,"state":"active+undersized+degraded","last_fresh":"2024-09-13T14:44:51.292539+0000","last_change":"2024-09-13T14:44:26.095214+0000","last_active":"2024-09-13T14:44:51.292539+0000","last_peered":"2024-09-13T14:44:51.292539+0000","last_clean":"2024-09-13T14:19:30.916748+0000","last_became_active":"2024-09-13T14:44:26.095214+0000","last_became_peered":"2024-09-13T14:44:26.095214+0000","last_unstale":"2024-09-13T14:44:51.292539+0000","last_undegraded":"2024-09-13T14:44:26.092553+0000","last_fullsized":"2024-09-13T14:44:26.092445+0000","mapping_epoch":1151,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T02:05:28.252754+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":4,"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":[0,5],"acting":[0,5],"avail_no_missing":["0","5"],"object_location_counts":[{"shards":"0,5","objects":4}],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"7.b","version":"1160'3824","reported_seq":3844,"reported_epoch":1160,"state":"active+undersized+degraded","last_fresh":"2024-09-13T14:45:08.361823+0000","last_change":"2024-09-13T14:44:36.841245+0000","last_active":"2024-09-13T14:45:08.361823+0000","last_peered":"2024-09-13T14:45:08.361823+0000","last_clean":"2024-09-13T14:44:28.090651+0000","last_became_active":"2024-09-13T14:44:29.108840+0000","last_became_peered":"2024-09-13T14:44:29.108840+0000","last_unstale":"2024-09-13T14:45:08.361823+0000","last_undegraded":"2024-09-13T14:44:36.841143+0000","last_fullsized":"2024-09-13T14:44:29.104139+0000","mapping_epoch":1154,"log_start":"0'0","ondisk_log_start":"0'0","created":1154,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:44:28.090651+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:44:28.090651+0000","last_clean_scrub_stamp":"2024-09-13T14:44:28.090651+0000","objects_scrubbed":0,"log_size":3824,"log_dups_size":0,"ondisk_log_size":3824,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:30:48.848147+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":250609664,"num_objects":3824,"num_object_clones":0,"num_object_copies":11472,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":3824,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":3824,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3824,"num_write_kb":244736,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[1,5],"avail_no_missing":["1","5"],"object_location_counts":[{"shards":"1,5","objects":3824}],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.f","version":"70'1","reported_seq":1088,"reported_epoch":1159,"state":"active+clean","last_fresh":"2024-09-13T14:44:44.264981+0000","last_change":"2024-09-13T14:32:10.925838+0000","last_active":"2024-09-13T14:44:44.264981+0000","last_peered":"2024-09-13T14:44:44.264981+0000","last_clean":"2024-09-13T14:44:44.264981+0000","last_became_active":"2024-09-13T14:32:10.925469+0000","last_became_peered":"2024-09-13T14:32:10.925469+0000","last_unstale":"2024-09-13T14:44:44.264981+0000","last_undegraded":"2024-09-13T14:44:44.264981+0000","last_fullsized":"2024-09-13T14:44:44.264981+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T17:37:11.282892+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":[7,4,0],"acting":[7,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.8","version":"0'0","reported_seq":1087,"reported_epoch":1159,"state":"active+undersized","last_fresh":"2024-09-13T14:44:44.250231+0000","last_change":"2024-09-13T14:44:26.094366+0000","last_active":"2024-09-13T14:44:44.250231+0000","last_peered":"2024-09-13T14:44:44.250231+0000","last_clean":"2024-09-13T14:44:21.890550+0000","last_became_active":"2024-09-13T14:44:26.094366+0000","last_became_peered":"2024-09-13T14:44:26.094366+0000","last_unstale":"2024-09-13T14:44:44.250231+0000","last_undegraded":"2024-09-13T14:44:44.250231+0000","last_fullsized":"2024-09-13T14:44:26.091854+0000","mapping_epoch":1151,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:06:30.988369+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[5,7],"avail_no_missing":["5","7"],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"7.a","version":"1160'3707","reported_seq":3730,"reported_epoch":1160,"state":"active+clean","last_fresh":"2024-09-13T14:45:08.395383+0000","last_change":"2024-09-13T14:44:29.116597+0000","last_active":"2024-09-13T14:45:08.395383+0000","last_peered":"2024-09-13T14:45:08.395383+0000","last_clean":"2024-09-13T14:45:08.395383+0000","last_became_active":"2024-09-13T14:44:29.116315+0000","last_became_peered":"2024-09-13T14:44:29.116315+0000","last_unstale":"2024-09-13T14:45:08.395383+0000","last_undegraded":"2024-09-13T14:45:08.395383+0000","last_fullsized":"2024-09-13T14:45:08.395383+0000","mapping_epoch":1154,"log_start":"0'0","ondisk_log_start":"0'0","created":1154,"last_epoch_clean":1155,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:44:28.090651+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:44:28.090651+0000","last_clean_scrub_stamp":"2024-09-13T14:44:28.090651+0000","objects_scrubbed":0,"log_size":3707,"log_dups_size":0,"ondisk_log_size":3707,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:00:25.723690+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":242941952,"num_objects":3707,"num_object_clones":0,"num_object_copies":11121,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":3707,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3707,"num_write_kb":237248,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,5],"acting":[3,2,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.e","version":"70'2","reported_seq":1089,"reported_epoch":1159,"state":"active+clean","last_fresh":"2024-09-13T14:44:44.264977+0000","last_change":"2024-09-13T14:32:44.955178+0000","last_active":"2024-09-13T14:44:44.264977+0000","last_peered":"2024-09-13T14:44:44.264977+0000","last_clean":"2024-09-13T14:44:44.264977+0000","last_became_active":"2024-09-13T14:32:44.954792+0000","last_became_peered":"2024-09-13T14:32:44.954792+0000","last_unstale":"2024-09-13T14:44:44.264977+0000","last_undegraded":"2024-09-13T14:44:44.264977+0000","last_fullsized":"2024-09-13T14:44:44.264977+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T19:15:55.869971+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,4,1],"acting":[7,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.9","version":"0'0","reported_seq":1143,"reported_epoch":1159,"state":"active+clean","last_fresh":"2024-09-13T14:44:44.251050+0000","last_change":"2024-09-13T14:41:41.329907+0000","last_active":"2024-09-13T14:44:44.251050+0000","last_peered":"2024-09-13T14:44:44.251050+0000","last_clean":"2024-09-13T14:44:44.251050+0000","last_became_active":"2024-09-13T14:41:41.329494+0000","last_became_peered":"2024-09-13T14:41:41.329494+0000","last_unstale":"2024-09-13T14:44:44.251050+0000","last_undegraded":"2024-09-13T14:44:44.251050+0000","last_fullsized":"2024-09-13T14:44:44.251050+0000","mapping_epoch":1116,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:19:46.656636+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"7.9","version":"1160'3502","reported_seq":3525,"reported_epoch":1160,"state":"active+clean","last_fresh":"2024-09-13T14:45:04.362045+0000","last_change":"2024-09-13T14:44:29.109134+0000","last_active":"2024-09-13T14:45:04.362045+0000","last_peered":"2024-09-13T14:45:04.362045+0000","last_clean":"2024-09-13T14:45:04.362045+0000","last_became_active":"2024-09-13T14:44:29.108466+0000","last_became_peered":"2024-09-13T14:44:29.108466+0000","last_unstale":"2024-09-13T14:45:04.362045+0000","last_undegraded":"2024-09-13T14:45:04.362045+0000","last_fullsized":"2024-09-13T14:45:04.362045+0000","mapping_epoch":1154,"log_start":"0'0","ondisk_log_start":"0'0","created":1154,"last_epoch_clean":1155,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:44:28.090651+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:44:28.090651+0000","last_clean_scrub_stamp":"2024-09-13T14:44:28.090651+0000","objects_scrubbed":0,"log_size":3502,"log_dups_size":0,"ondisk_log_size":3502,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:02:01.850678+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":229507072,"num_objects":3502,"num_object_clones":0,"num_object_copies":10506,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":3502,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3502,"num_write_kb":224128,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.d","version":"70'1","reported_seq":1079,"reported_epoch":1159,"state":"active+undersized+degraded","last_fresh":"2024-09-13T14:44:44.265024+0000","last_change":"2024-09-13T14:44:26.095602+0000","last_active":"2024-09-13T14:44:44.265024+0000","last_peered":"2024-09-13T14:44:44.265024+0000","last_clean":"2024-09-13T14:44:21.843385+0000","last_became_active":"2024-09-13T14:44:26.095602+0000","last_became_peered":"2024-09-13T14:44:26.095602+0000","last_unstale":"2024-09-13T14:44:44.265024+0000","last_undegraded":"2024-09-13T14:44:26.092257+0000","last_fullsized":"2024-09-13T14:44:26.092146+0000","mapping_epoch":1151,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T18:02:20.305808+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":1,"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":[7,5],"acting":[7,5],"avail_no_missing":["7","5"],"object_location_counts":[{"shards":"5,7","objects":1}],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.a","version":"0'0","reported_seq":1038,"reported_epoch":1159,"state":"active+undersized","last_fresh":"2024-09-13T14:44:44.250221+0000","last_change":"2024-09-13T14:44:26.095180+0000","last_active":"2024-09-13T14:44:44.250221+0000","last_peered":"2024-09-13T14:44:44.250221+0000","last_clean":"2024-09-13T14:39:43.463651+0000","last_became_active":"2024-09-13T14:44:26.095180+0000","last_became_peered":"2024-09-13T14:44:26.095180+0000","last_unstale":"2024-09-13T14:44:44.250221+0000","last_undegraded":"2024-09-13T14:44:44.250221+0000","last_fullsized":"2024-09-13T14:44:26.092849+0000","mapping_epoch":1151,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1099,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:33:19.717730+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[5,7],"avail_no_missing":["5","7"],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"7.8","version":"1160'3649","reported_seq":3672,"reported_epoch":1160,"state":"active+clean","last_fresh":"2024-09-13T14:45:06.398600+0000","last_change":"2024-09-13T14:44:29.115298+0000","last_active":"2024-09-13T14:45:06.398600+0000","last_peered":"2024-09-13T14:45:06.398600+0000","last_clean":"2024-09-13T14:45:06.398600+0000","last_became_active":"2024-09-13T14:44:29.115046+0000","last_became_peered":"2024-09-13T14:44:29.115046+0000","last_unstale":"2024-09-13T14:45:06.398600+0000","last_undegraded":"2024-09-13T14:45:06.398600+0000","last_fullsized":"2024-09-13T14:45:06.398600+0000","mapping_epoch":1154,"log_start":"0'0","ondisk_log_start":"0'0","created":1154,"last_epoch_clean":1155,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:44:28.090651+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:44:28.090651+0000","last_clean_scrub_stamp":"2024-09-13T14:44:28.090651+0000","objects_scrubbed":0,"log_size":3649,"log_dups_size":0,"ondisk_log_size":3649,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:32:40.483957+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":239140864,"num_objects":3649,"num_object_clones":0,"num_object_copies":10947,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":3649,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3649,"num_write_kb":233536,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[2,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.c","version":"0'0","reported_seq":1121,"reported_epoch":1159,"state":"active+undersized","last_fresh":"2024-09-13T14:44:44.250445+0000","last_change":"2024-09-13T14:44:26.094373+0000","last_active":"2024-09-13T14:44:44.250445+0000","last_peered":"2024-09-13T14:44:44.250445+0000","last_clean":"2024-09-13T14:44:21.892526+0000","last_became_active":"2024-09-13T14:44:26.094373+0000","last_became_peered":"2024-09-13T14:44:26.094373+0000","last_unstale":"2024-09-13T14:44:44.250445+0000","last_undegraded":"2024-09-13T14:44:44.250445+0000","last_fullsized":"2024-09-13T14:44:26.091204+0000","mapping_epoch":1151,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:59:38.008863+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[5,3],"avail_no_missing":["5","3"],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.b","version":"0'0","reported_seq":1508,"reported_epoch":1160,"state":"active+clean","last_fresh":"2024-09-13T14:44:51.293340+0000","last_change":"2024-09-13T14:33:17.924064+0000","last_active":"2024-09-13T14:44:51.293340+0000","last_peered":"2024-09-13T14:44:51.293340+0000","last_clean":"2024-09-13T14:44:51.293340+0000","last_became_active":"2024-09-13T14:33:17.923735+0000","last_became_peered":"2024-09-13T14:33:17.923735+0000","last_unstale":"2024-09-13T14:44:51.293340+0000","last_undegraded":"2024-09-13T14:44:51.293340+0000","last_fullsized":"2024-09-13T14:44:51.293340+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:22:09.908057+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[0,2,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"7.f","version":"1160'3505","reported_seq":3528,"reported_epoch":1160,"state":"active+clean","last_fresh":"2024-09-13T14:45:04.395751+0000","last_change":"2024-09-13T14:44:29.115941+0000","last_active":"2024-09-13T14:45:04.395751+0000","last_peered":"2024-09-13T14:45:04.395751+0000","last_clean":"2024-09-13T14:45:04.395751+0000","last_became_active":"2024-09-13T14:44:29.115665+0000","last_became_peered":"2024-09-13T14:44:29.115665+0000","last_unstale":"2024-09-13T14:45:04.395751+0000","last_undegraded":"2024-09-13T14:45:04.395751+0000","last_fullsized":"2024-09-13T14:45:04.395751+0000","mapping_epoch":1154,"log_start":"0'0","ondisk_log_start":"0'0","created":1154,"last_epoch_clean":1155,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:44:28.090651+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:44:28.090651+0000","last_clean_scrub_stamp":"2024-09-13T14:44:28.090651+0000","objects_scrubbed":0,"log_size":3505,"log_dups_size":0,"ondisk_log_size":3505,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:42:21.770307+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":229703680,"num_objects":3505,"num_object_clones":0,"num_object_copies":10515,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":3505,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3505,"num_write_kb":224320,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[0,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.b","version":"70'2","reported_seq":102,"reported_epoch":1160,"state":"active+clean","last_fresh":"2024-09-13T14:44:51.286254+0000","last_change":"2024-09-13T14:41:41.342841+0000","last_active":"2024-09-13T14:44:51.286254+0000","last_peered":"2024-09-13T14:44:51.286254+0000","last_clean":"2024-09-13T14:44:51.286254+0000","last_became_active":"2024-09-13T14:41:41.329553+0000","last_became_peered":"2024-09-13T14:41:41.329553+0000","last_unstale":"2024-09-13T14:44:51.286254+0000","last_undegraded":"2024-09-13T14:44:51.286254+0000","last_fullsized":"2024-09-13T14:44:51.286254+0000","mapping_epoch":1116,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T20:28:19.880589+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":2,"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":[3,0,4],"acting":[3,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.c","version":"0'0","reported_seq":1134,"reported_epoch":1159,"state":"active+undersized","last_fresh":"2024-09-13T14:44:44.251146+0000","last_change":"2024-09-13T14:44:26.091626+0000","last_active":"2024-09-13T14:44:44.251146+0000","last_peered":"2024-09-13T14:44:44.251146+0000","last_clean":"2024-09-13T14:44:21.067256+0000","last_became_active":"2024-09-13T14:44:26.091626+0000","last_became_peered":"2024-09-13T14:44:26.091626+0000","last_unstale":"2024-09-13T14:44:44.251146+0000","last_undegraded":"2024-09-13T14:44:44.251146+0000","last_fullsized":"2024-09-13T14:44:26.089184+0000","mapping_epoch":1151,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:00:45.058940+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[4,3],"avail_no_missing":["4","3"],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"7.e","version":"1160'3619","reported_seq":3640,"reported_epoch":1160,"state":"active+clean","last_fresh":"2024-09-13T14:45:06.393536+0000","last_change":"2024-09-13T14:44:29.118363+0000","last_active":"2024-09-13T14:45:06.393536+0000","last_peered":"2024-09-13T14:45:06.393536+0000","last_clean":"2024-09-13T14:45:06.393536+0000","last_became_active":"2024-09-13T14:44:29.118078+0000","last_became_peered":"2024-09-13T14:44:29.118078+0000","last_unstale":"2024-09-13T14:45:06.393536+0000","last_undegraded":"2024-09-13T14:45:06.393536+0000","last_fullsized":"2024-09-13T14:45:06.393536+0000","mapping_epoch":1154,"log_start":"0'0","ondisk_log_start":"0'0","created":1154,"last_epoch_clean":1155,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:44:28.090651+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:44:28.090651+0000","last_clean_scrub_stamp":"2024-09-13T14:44:28.090651+0000","objects_scrubbed":0,"log_size":3619,"log_dups_size":0,"ondisk_log_size":3619,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:05:49.526023+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":237174784,"num_objects":3619,"num_object_clones":0,"num_object_copies":10857,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":3619,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3619,"num_write_kb":231616,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.a","version":"0'0","reported_seq":717,"reported_epoch":1159,"state":"active+undersized","last_fresh":"2024-09-13T14:44:44.251039+0000","last_change":"2024-09-13T14:44:26.096069+0000","last_active":"2024-09-13T14:44:44.251039+0000","last_peered":"2024-09-13T14:44:44.251039+0000","last_clean":"2024-09-13T14:32:31.478722+0000","last_became_active":"2024-09-13T14:44:26.096069+0000","last_became_peered":"2024-09-13T14:44:26.096069+0000","last_unstale":"2024-09-13T14:44:44.251039+0000","last_undegraded":"2024-09-13T14:44:44.251039+0000","last_fullsized":"2024-09-13T14:44:26.089043+0000","mapping_epoch":1151,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:17:31.391724+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[4,1],"avail_no_missing":["4","1"],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.d","version":"0'0","reported_seq":1125,"reported_epoch":1159,"state":"active+clean","last_fresh":"2024-09-13T14:44:44.251354+0000","last_change":"2024-09-13T14:33:17.924971+0000","last_active":"2024-09-13T14:44:44.251354+0000","last_peered":"2024-09-13T14:44:44.251354+0000","last_clean":"2024-09-13T14:44:44.251354+0000","last_became_active":"2024-09-13T14:33:17.924648+0000","last_became_peered":"2024-09-13T14:33:17.924648+0000","last_unstale":"2024-09-13T14:44:44.251354+0000","last_undegraded":"2024-09-13T14:44:44.251354+0000","last_fullsized":"2024-09-13T14:44:44.251354+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:45:08.239283+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,1],"acting":[4,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"7.d","version":"1160'3852","reported_seq":3872,"reported_epoch":1160,"state":"active+undersized+degraded","last_fresh":"2024-09-13T14:45:08.356974+0000","last_change":"2024-09-13T14:44:36.842918+0000","last_active":"2024-09-13T14:45:08.356974+0000","last_peered":"2024-09-13T14:45:08.356974+0000","last_clean":"2024-09-13T14:44:28.090651+0000","last_became_active":"2024-09-13T14:44:29.109918+0000","last_became_peered":"2024-09-13T14:44:29.109918+0000","last_unstale":"2024-09-13T14:45:08.356974+0000","last_undegraded":"2024-09-13T14:44:36.842444+0000","last_fullsized":"2024-09-13T14:44:29.104194+0000","mapping_epoch":1154,"log_start":"0'0","ondisk_log_start":"0'0","created":1154,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:44:28.090651+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:44:28.090651+0000","last_clean_scrub_stamp":"2024-09-13T14:44:28.090651+0000","objects_scrubbed":0,"log_size":3852,"log_dups_size":0,"ondisk_log_size":3852,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:33:57.024136+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":252444672,"num_objects":3852,"num_object_clones":0,"num_object_copies":11556,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":3852,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":3852,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3852,"num_write_kb":246528,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[1,0],"avail_no_missing":["1","0"],"object_location_counts":[{"shards":"0,1","objects":3852}],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.9","version":"0'0","reported_seq":1111,"reported_epoch":1159,"state":"active+clean","last_fresh":"2024-09-13T14:44:44.251161+0000","last_change":"2024-09-13T14:33:17.926775+0000","last_active":"2024-09-13T14:44:44.251161+0000","last_peered":"2024-09-13T14:44:44.251161+0000","last_clean":"2024-09-13T14:44:44.251161+0000","last_became_active":"2024-09-13T14:33:17.926188+0000","last_became_peered":"2024-09-13T14:33:17.926188+0000","last_unstale":"2024-09-13T14:44:44.251161+0000","last_undegraded":"2024-09-13T14:44:44.251161+0000","last_fullsized":"2024-09-13T14:44:44.251161+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:03:12.922468+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,7],"acting":[4,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.e","version":"0'0","reported_seq":1116,"reported_epoch":1159,"state":"active+undersized","last_fresh":"2024-09-13T14:44:44.251417+0000","last_change":"2024-09-13T14:44:26.097288+0000","last_active":"2024-09-13T14:44:44.251417+0000","last_peered":"2024-09-13T14:44:44.251417+0000","last_clean":"2024-09-13T14:44:21.067826+0000","last_became_active":"2024-09-13T14:44:26.097288+0000","last_became_peered":"2024-09-13T14:44:26.097288+0000","last_unstale":"2024-09-13T14:44:44.251417+0000","last_undegraded":"2024-09-13T14:44:44.251417+0000","last_fullsized":"2024-09-13T14:44:26.089332+0000","mapping_epoch":1151,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:30:16.506342+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[4,1],"avail_no_missing":["4","1"],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"7.c","version":"1160'3856","reported_seq":3876,"reported_epoch":1160,"state":"active+undersized+degraded","last_fresh":"2024-09-13T14:45:08.418047+0000","last_change":"2024-09-13T14:44:36.852076+0000","last_active":"2024-09-13T14:45:08.418047+0000","last_peered":"2024-09-13T14:45:08.418047+0000","last_clean":"2024-09-13T14:44:28.090651+0000","last_became_active":"2024-09-13T14:44:29.115067+0000","last_became_peered":"2024-09-13T14:44:29.115067+0000","last_unstale":"2024-09-13T14:45:08.418047+0000","last_undegraded":"2024-09-13T14:44:36.842080+0000","last_fullsized":"2024-09-13T14:44:29.110573+0000","mapping_epoch":1154,"log_start":"0'0","ondisk_log_start":"0'0","created":1154,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:44:28.090651+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:44:28.090651+0000","last_clean_scrub_stamp":"2024-09-13T14:44:28.090651+0000","objects_scrubbed":0,"log_size":3856,"log_dups_size":0,"ondisk_log_size":3856,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:32:17.083861+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":252706816,"num_objects":3856,"num_object_clones":0,"num_object_copies":11568,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":3856,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":3856,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3856,"num_write_kb":246784,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[3,7],"avail_no_missing":["3","7"],"object_location_counts":[{"shards":"3,7","objects":3856}],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.8","version":"0'0","reported_seq":98,"reported_epoch":1160,"state":"active+clean","last_fresh":"2024-09-13T14:44:51.279994+0000","last_change":"2024-09-13T14:41:41.332061+0000","last_active":"2024-09-13T14:44:51.279994+0000","last_peered":"2024-09-13T14:44:51.279994+0000","last_clean":"2024-09-13T14:44:51.279994+0000","last_became_active":"2024-09-13T14:41:41.331181+0000","last_became_peered":"2024-09-13T14:41:41.331181+0000","last_unstale":"2024-09-13T14:44:51.279994+0000","last_undegraded":"2024-09-13T14:44:51.279994+0000","last_fullsized":"2024-09-13T14:44:51.279994+0000","mapping_epoch":1116,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:44:23.263224+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.f","version":"0'0","reported_seq":1475,"reported_epoch":1160,"state":"active+clean","last_fresh":"2024-09-13T14:44:51.287371+0000","last_change":"2024-09-13T14:41:41.332349+0000","last_active":"2024-09-13T14:44:51.287371+0000","last_peered":"2024-09-13T14:44:51.287371+0000","last_clean":"2024-09-13T14:44:51.287371+0000","last_became_active":"2024-09-13T14:41:41.331539+0000","last_became_peered":"2024-09-13T14:41:41.331539+0000","last_unstale":"2024-09-13T14:44:51.287371+0000","last_undegraded":"2024-09-13T14:44:51.287371+0000","last_fullsized":"2024-09-13T14:44:51.287371+0000","mapping_epoch":1116,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:08:39.921929+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"7.6","version":"1160'3505","reported_seq":3528,"reported_epoch":1160,"state":"active+clean","last_fresh":"2024-09-13T14:45:04.397851+0000","last_change":"2024-09-13T14:44:29.113116+0000","last_active":"2024-09-13T14:45:04.397851+0000","last_peered":"2024-09-13T14:45:04.397851+0000","last_clean":"2024-09-13T14:45:04.397851+0000","last_became_active":"2024-09-13T14:44:29.112821+0000","last_became_peered":"2024-09-13T14:44:29.112821+0000","last_unstale":"2024-09-13T14:45:04.397851+0000","last_undegraded":"2024-09-13T14:45:04.397851+0000","last_fullsized":"2024-09-13T14:45:04.397851+0000","mapping_epoch":1154,"log_start":"0'0","ondisk_log_start":"0'0","created":1154,"last_epoch_clean":1155,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:44:28.090651+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:44:28.090651+0000","last_clean_scrub_stamp":"2024-09-13T14:44:28.090651+0000","objects_scrubbed":0,"log_size":3505,"log_dups_size":0,"ondisk_log_size":3505,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:37:10.711238+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":229703680,"num_objects":3505,"num_object_clones":0,"num_object_copies":10515,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":3505,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3505,"num_write_kb":224320,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.0","version":"373'149","reported_seq":1424,"reported_epoch":1159,"state":"active+undersized+degraded","last_fresh":"2024-09-13T14:44:44.264581+0000","last_change":"2024-09-13T14:44:26.095254+0000","last_active":"2024-09-13T14:44:44.264581+0000","last_peered":"2024-09-13T14:44:44.264581+0000","last_clean":"2024-09-13T14:44:21.842313+0000","last_became_active":"2024-09-13T14:44:26.095254+0000","last_became_peered":"2024-09-13T14:44:26.095254+0000","last_unstale":"2024-09-13T14:44:44.264581+0000","last_undegraded":"2024-09-13T14:44:26.091659+0000","last_fullsized":"2024-09-13T14:44:26.091561+0000","mapping_epoch":1151,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:15:42.548303+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:22:07.980070+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":2,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":392,"num_read_kb":834,"num_write":215,"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],"acting":[7,0],"avail_no_missing":["7","0"],"object_location_counts":[{"shards":"0,7","objects":2}],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.3","version":"63'1","reported_seq":1111,"reported_epoch":1159,"state":"active+clean","last_fresh":"2024-09-13T14:44:44.250499+0000","last_change":"2024-09-13T14:33:17.925155+0000","last_active":"2024-09-13T14:44:44.250499+0000","last_peered":"2024-09-13T14:44:44.250499+0000","last_clean":"2024-09-13T14:44:44.250499+0000","last_became_active":"2024-09-13T14:33:17.924828+0000","last_became_peered":"2024-09-13T14:33:17.924828+0000","last_unstale":"2024-09-13T14:44:44.250499+0000","last_undegraded":"2024-09-13T14:44:44.250499+0000","last_fullsized":"2024-09-13T14:44:44.250499+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-14T16:07:59.858659+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029038399999999998,"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":[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":102,"reported_epoch":1160,"state":"active+undersized","last_fresh":"2024-09-13T14:44:51.289642+0000","last_change":"2024-09-13T14:44:26.094472+0000","last_active":"2024-09-13T14:44:51.289642+0000","last_peered":"2024-09-13T14:44:51.289642+0000","last_clean":"2024-09-13T14:44:21.891944+0000","last_became_active":"2024-09-13T14:44:26.094472+0000","last_became_peered":"2024-09-13T14:44:26.094472+0000","last_unstale":"2024-09-13T14:44:51.289642+0000","last_undegraded":"2024-09-13T14:44:51.289642+0000","last_fullsized":"2024-09-13T14:44:26.089354+0000","mapping_epoch":1151,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:46:10.960502+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[3,5],"avail_no_missing":["3","5"],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.5","version":"0'0","reported_seq":17,"reported_epoch":1159,"state":"active+undersized","last_fresh":"2024-09-13T14:44:44.251280+0000","last_change":"2024-09-13T14:44:26.093496+0000","last_active":"2024-09-13T14:44:44.251280+0000","last_peered":"2024-09-13T14:44:44.251280+0000","last_clean":"2024-09-13T14:19:29.684763+0000","last_became_active":"2024-09-13T14:44:26.093496+0000","last_became_peered":"2024-09-13T14:44:26.093496+0000","last_unstale":"2024-09-13T14:44:44.251280+0000","last_undegraded":"2024-09-13T14:44:44.251280+0000","last_fullsized":"2024-09-13T14:44:26.089601+0000","mapping_epoch":1151,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:35:11.141616+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[4,7],"avail_no_missing":["4","7"],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"7.5","version":"1160'3570","reported_seq":3585,"reported_epoch":1160,"state":"active+clean","last_fresh":"2024-09-13T14:45:05.741536+0000","last_change":"2024-09-13T14:44:29.116498+0000","last_active":"2024-09-13T14:45:05.741536+0000","last_peered":"2024-09-13T14:45:05.741536+0000","last_clean":"2024-09-13T14:45:05.741536+0000","last_became_active":"2024-09-13T14:44:29.116310+0000","last_became_peered":"2024-09-13T14:44:29.116310+0000","last_unstale":"2024-09-13T14:45:05.741536+0000","last_undegraded":"2024-09-13T14:45:05.741536+0000","last_fullsized":"2024-09-13T14:45:05.741536+0000","mapping_epoch":1154,"log_start":"0'0","ondisk_log_start":"0'0","created":1154,"last_epoch_clean":1155,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:44:28.090651+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:44:28.090651+0000","last_clean_scrub_stamp":"2024-09-13T14:44:28.090651+0000","objects_scrubbed":0,"log_size":3570,"log_dups_size":0,"ondisk_log_size":3570,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:16:16.403772+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":233963520,"num_objects":3570,"num_object_clones":0,"num_object_copies":10710,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":3570,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3570,"num_write_kb":228480,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[7,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.0","version":"0'0","reported_seq":1116,"reported_epoch":1159,"state":"active+clean","last_fresh":"2024-09-13T14:44:44.264563+0000","last_change":"2024-09-13T14:32:44.959494+0000","last_active":"2024-09-13T14:44:44.264563+0000","last_peered":"2024-09-13T14:44:44.264563+0000","last_clean":"2024-09-13T14:44:44.264563+0000","last_became_active":"2024-09-13T14:32:44.959144+0000","last_became_peered":"2024-09-13T14:32:44.959144+0000","last_unstale":"2024-09-13T14:44:44.264563+0000","last_undegraded":"2024-09-13T14:44:44.264563+0000","last_fullsized":"2024-09-13T14:44:44.264563+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:16:38.736104+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000322109,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":1511,"reported_epoch":1160,"state":"active+clean","last_fresh":"2024-09-13T14:44:51.293463+0000","last_change":"2024-09-13T14:41:41.335104+0000","last_active":"2024-09-13T14:44:51.293463+0000","last_peered":"2024-09-13T14:44:51.293463+0000","last_clean":"2024-09-13T14:44:51.293463+0000","last_became_active":"2024-09-13T14:41:41.334758+0000","last_became_peered":"2024-09-13T14:41:41.334758+0000","last_unstale":"2024-09-13T14:44:51.293463+0000","last_undegraded":"2024-09-13T14:44:51.293463+0000","last_fullsized":"2024-09-13T14:44:51.293463+0000","mapping_epoch":1116,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:39:47.709969+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.6","version":"0'0","reported_seq":1508,"reported_epoch":1160,"state":"active+clean","last_fresh":"2024-09-13T14:44:51.292681+0000","last_change":"2024-09-13T14:33:17.927377+0000","last_active":"2024-09-13T14:44:51.292681+0000","last_peered":"2024-09-13T14:44:51.292681+0000","last_clean":"2024-09-13T14:44:51.292681+0000","last_became_active":"2024-09-13T14:33:17.926642+0000","last_became_peered":"2024-09-13T14:33:17.926642+0000","last_unstale":"2024-09-13T14:44:51.292681+0000","last_undegraded":"2024-09-13T14:44:51.292681+0000","last_fullsized":"2024-09-13T14:44:51.292681+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:56:30.839736+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"7.4","version":"1160'3487","reported_seq":3510,"reported_epoch":1160,"state":"active+clean","last_fresh":"2024-09-13T14:45:04.358383+0000","last_change":"2024-09-13T14:44:29.108570+0000","last_active":"2024-09-13T14:45:04.358383+0000","last_peered":"2024-09-13T14:45:04.358383+0000","last_clean":"2024-09-13T14:45:04.358383+0000","last_became_active":"2024-09-13T14:44:29.108285+0000","last_became_peered":"2024-09-13T14:44:29.108285+0000","last_unstale":"2024-09-13T14:45:04.358383+0000","last_undegraded":"2024-09-13T14:45:04.358383+0000","last_fullsized":"2024-09-13T14:45:04.358383+0000","mapping_epoch":1154,"log_start":"0'0","ondisk_log_start":"0'0","created":1154,"last_epoch_clean":1155,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:44:28.090651+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:44:28.090651+0000","last_clean_scrub_stamp":"2024-09-13T14:44:28.090651+0000","objects_scrubbed":0,"log_size":3487,"log_dups_size":0,"ondisk_log_size":3487,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:37:46.854870+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":228524032,"num_objects":3487,"num_object_clones":0,"num_object_copies":10461,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":3487,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3487,"num_write_kb":223168,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[0,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.1","version":"0'0","reported_seq":1470,"reported_epoch":1160,"state":"active+clean","last_fresh":"2024-09-13T14:44:51.283925+0000","last_change":"2024-09-13T14:41:41.330167+0000","last_active":"2024-09-13T14:44:51.283925+0000","last_peered":"2024-09-13T14:44:51.283925+0000","last_clean":"2024-09-13T14:44:51.283925+0000","last_became_active":"2024-09-13T14:41:41.329787+0000","last_became_peered":"2024-09-13T14:41:41.329787+0000","last_unstale":"2024-09-13T14:44:51.283925+0000","last_undegraded":"2024-09-13T14:44:51.283925+0000","last_fullsized":"2024-09-13T14:44:51.283925+0000","mapping_epoch":1116,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:53:12.941348+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00030931399999999999,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":1467,"reported_epoch":1160,"state":"active+undersized","last_fresh":"2024-09-13T14:44:51.284552+0000","last_change":"2024-09-13T14:44:26.096448+0000","last_active":"2024-09-13T14:44:51.284552+0000","last_peered":"2024-09-13T14:44:51.284552+0000","last_clean":"2024-09-13T14:44:21.891353+0000","last_became_active":"2024-09-13T14:44:26.096448+0000","last_became_peered":"2024-09-13T14:44:26.096448+0000","last_unstale":"2024-09-13T14:44:51.284552+0000","last_undegraded":"2024-09-13T14:44:51.284552+0000","last_fullsized":"2024-09-13T14:44:26.092770+0000","mapping_epoch":1151,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:26:00.823446+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[1,2],"avail_no_missing":["1","2"],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"4.7","version":"0'0","reported_seq":1445,"reported_epoch":1160,"state":"active+clean","last_fresh":"2024-09-13T14:44:51.287181+0000","last_change":"2024-09-13T14:32:44.964975+0000","last_active":"2024-09-13T14:44:51.287181+0000","last_peered":"2024-09-13T14:44:51.287181+0000","last_clean":"2024-09-13T14:44:51.287181+0000","last_became_active":"2024-09-13T14:32:44.963031+0000","last_became_peered":"2024-09-13T14:32:44.963031+0000","last_unstale":"2024-09-13T14:44:51.287181+0000","last_undegraded":"2024-09-13T14:44:51.287181+0000","last_fullsized":"2024-09-13T14:44:51.287181+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:15:43.709469+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"7.7","version":"1160'3399","reported_seq":3419,"reported_epoch":1160,"state":"active+undersized+degraded","last_fresh":"2024-09-13T14:45:04.405953+0000","last_change":"2024-09-13T14:44:36.849845+0000","last_active":"2024-09-13T14:45:04.405953+0000","last_peered":"2024-09-13T14:45:04.405953+0000","last_clean":"2024-09-13T14:44:28.090651+0000","last_became_active":"2024-09-13T14:44:29.116198+0000","last_became_peered":"2024-09-13T14:44:29.116198+0000","last_unstale":"2024-09-13T14:45:04.405953+0000","last_undegraded":"2024-09-13T14:44:36.844524+0000","last_fullsized":"2024-09-13T14:44:29.105666+0000","mapping_epoch":1154,"log_start":"0'0","ondisk_log_start":"0'0","created":1154,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:44:28.090651+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:44:28.090651+0000","last_clean_scrub_stamp":"2024-09-13T14:44:28.090651+0000","objects_scrubbed":0,"log_size":3399,"log_dups_size":0,"ondisk_log_size":3399,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:49:37.801525+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":222756864,"num_objects":3399,"num_object_clones":0,"num_object_copies":10197,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":3399,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":3399,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3399,"num_write_kb":217536,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[0,3],"avail_no_missing":["0","3"],"object_location_counts":[{"shards":"0,3","objects":3399}],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.2","version":"65'2","reported_seq":1118,"reported_epoch":1159,"state":"active+undersized+degraded","last_fresh":"2024-09-13T14:44:44.250422+0000","last_change":"2024-09-13T14:44:26.096426+0000","last_active":"2024-09-13T14:44:44.250422+0000","last_peered":"2024-09-13T14:44:44.250422+0000","last_clean":"2024-09-13T14:44:21.892114+0000","last_became_active":"2024-09-13T14:44:26.096426+0000","last_became_peered":"2024-09-13T14:44:26.096426+0000","last_unstale":"2024-09-13T14:44:44.250422+0000","last_undegraded":"2024-09-13T14:44:26.093268+0000","last_fullsized":"2024-09-13T14:44:26.093165+0000","mapping_epoch":1151,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-14T16:22:09.425144+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00094368000000000002,"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":1,"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":[5,1],"acting":[5,1],"avail_no_missing":["5","1"],"object_location_counts":[{"shards":"1,5","objects":1}],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.3","version":"0'0","reported_seq":1118,"reported_epoch":1159,"state":"active+undersized","last_fresh":"2024-09-13T14:44:44.251509+0000","last_change":"2024-09-13T14:44:26.097161+0000","last_active":"2024-09-13T14:44:44.251509+0000","last_peered":"2024-09-13T14:44:44.251509+0000","last_clean":"2024-09-13T14:44:21.067510+0000","last_became_active":"2024-09-13T14:44:26.097161+0000","last_became_peered":"2024-09-13T14:44:26.097161+0000","last_unstale":"2024-09-13T14:44:44.251509+0000","last_undegraded":"2024-09-13T14:44:44.251509+0000","last_fullsized":"2024-09-13T14:44:26.089626+0000","mapping_epoch":1151,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:29:56.518122+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[4,0],"avail_no_missing":["4","0"],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.4","version":"0'0","reported_seq":1482,"reported_epoch":1160,"state":"active+clean","last_fresh":"2024-09-13T14:44:51.283884+0000","last_change":"2024-09-13T14:41:51.431591+0000","last_active":"2024-09-13T14:44:51.283884+0000","last_peered":"2024-09-13T14:44:51.283884+0000","last_clean":"2024-09-13T14:44:51.283884+0000","last_became_active":"2024-09-13T14:41:51.431306+0000","last_became_peered":"2024-09-13T14:41:51.431306+0000","last_unstale":"2024-09-13T14:44:51.283884+0000","last_undegraded":"2024-09-13T14:44:51.283884+0000","last_fullsized":"2024-09-13T14:44:51.283884+0000","mapping_epoch":1120,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1121,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:49:27.959201+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[2,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"7.1","version":"1160'3566","reported_seq":3578,"reported_epoch":1160,"state":"active+undersized+degraded","last_fresh":"2024-09-13T14:45:05.635193+0000","last_change":"2024-09-13T14:44:36.846507+0000","last_active":"2024-09-13T14:45:05.635193+0000","last_peered":"2024-09-13T14:45:05.635193+0000","last_clean":"2024-09-13T14:44:28.090651+0000","last_became_active":"2024-09-13T14:44:29.112876+0000","last_became_peered":"2024-09-13T14:44:29.112876+0000","last_unstale":"2024-09-13T14:45:05.635193+0000","last_undegraded":"2024-09-13T14:44:36.841060+0000","last_fullsized":"2024-09-13T14:44:29.103958+0000","mapping_epoch":1154,"log_start":"0'0","ondisk_log_start":"0'0","created":1154,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:44:28.090651+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:44:28.090651+0000","last_clean_scrub_stamp":"2024-09-13T14:44:28.090651+0000","objects_scrubbed":0,"log_size":3566,"log_dups_size":0,"ondisk_log_size":3566,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:46:31.392981+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":233701376,"num_objects":3566,"num_object_clones":0,"num_object_copies":10698,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":3566,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":3566,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3566,"num_write_kb":228224,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[4,3],"avail_no_missing":["4","3"],"object_location_counts":[{"shards":"3,4","objects":3566}],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.5","version":"0'0","reported_seq":1131,"reported_epoch":1159,"state":"active+clean","last_fresh":"2024-09-13T14:44:44.250503+0000","last_change":"2024-09-13T14:41:41.337553+0000","last_active":"2024-09-13T14:44:44.250503+0000","last_peered":"2024-09-13T14:44:44.250503+0000","last_clean":"2024-09-13T14:44:44.250503+0000","last_became_active":"2024-09-13T14:41:41.337171+0000","last_became_peered":"2024-09-13T14:41:41.337171+0000","last_unstale":"2024-09-13T14:44:44.250503+0000","last_undegraded":"2024-09-13T14:44:44.250503+0000","last_fullsized":"2024-09-13T14:44:44.250503+0000","mapping_epoch":1116,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:48:04.312127+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.4","version":"0'0","reported_seq":1459,"reported_epoch":1160,"state":"active+clean","last_fresh":"2024-09-13T14:44:51.284848+0000","last_change":"2024-09-13T14:32:44.965574+0000","last_active":"2024-09-13T14:44:51.284848+0000","last_peered":"2024-09-13T14:44:51.284848+0000","last_clean":"2024-09-13T14:44:51.284848+0000","last_became_active":"2024-09-13T14:32:44.963233+0000","last_became_peered":"2024-09-13T14:32:44.963233+0000","last_unstale":"2024-09-13T14:44:51.284848+0000","last_undegraded":"2024-09-13T14:44:51.284848+0000","last_fullsized":"2024-09-13T14:44:51.284848+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:40:28.561059+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00031535100000000001,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.2","version":"0'0","reported_seq":1451,"reported_epoch":1160,"state":"active+clean","last_fresh":"2024-09-13T14:44:51.284947+0000","last_change":"2024-09-13T14:32:44.952766+0000","last_active":"2024-09-13T14:44:51.284947+0000","last_peered":"2024-09-13T14:44:51.284947+0000","last_clean":"2024-09-13T14:44:51.284947+0000","last_became_active":"2024-09-13T14:32:44.952468+0000","last_became_peered":"2024-09-13T14:32:44.952468+0000","last_unstale":"2024-09-13T14:44:51.284947+0000","last_undegraded":"2024-09-13T14:44:51.284947+0000","last_fullsized":"2024-09-13T14:44:51.284947+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:27:19.239636+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"7.0","version":"1160'3523","reported_seq":3538,"reported_epoch":1160,"state":"active+clean","last_fresh":"2024-09-13T14:45:05.784023+0000","last_change":"2024-09-13T14:44:29.113217+0000","last_active":"2024-09-13T14:45:05.784023+0000","last_peered":"2024-09-13T14:45:05.784023+0000","last_clean":"2024-09-13T14:45:05.784023+0000","last_became_active":"2024-09-13T14:44:29.112918+0000","last_became_peered":"2024-09-13T14:44:29.112918+0000","last_unstale":"2024-09-13T14:45:05.784023+0000","last_undegraded":"2024-09-13T14:45:05.784023+0000","last_fullsized":"2024-09-13T14:45:05.784023+0000","mapping_epoch":1154,"log_start":"0'0","ondisk_log_start":"0'0","created":1154,"last_epoch_clean":1155,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:44:28.090651+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:44:28.090651+0000","last_clean_scrub_stamp":"2024-09-13T14:44:28.090651+0000","objects_scrubbed":0,"log_size":3523,"log_dups_size":0,"ondisk_log_size":3523,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:25:40.703585+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":230883328,"num_objects":3523,"num_object_clones":0,"num_object_copies":10569,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":3523,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3523,"num_write_kb":225472,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[5,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.4","version":"0'0","reported_seq":1462,"reported_epoch":1160,"state":"active+clean","last_fresh":"2024-09-13T14:44:51.284849+0000","last_change":"2024-09-13T14:33:17.922486+0000","last_active":"2024-09-13T14:44:51.284849+0000","last_peered":"2024-09-13T14:44:51.284849+0000","last_clean":"2024-09-13T14:44:51.284849+0000","last_became_active":"2024-09-13T14:33:17.922130+0000","last_became_peered":"2024-09-13T14:33:17.922130+0000","last_unstale":"2024-09-13T14:44:51.284849+0000","last_undegraded":"2024-09-13T14:44:51.284849+0000","last_fullsized":"2024-09-13T14:44:51.284849+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:51:55.783052+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.5","version":"0'0","reported_seq":1100,"reported_epoch":1159,"state":"active+clean","last_fresh":"2024-09-13T14:44:44.265016+0000","last_change":"2024-09-13T14:32:10.925170+0000","last_active":"2024-09-13T14:44:44.265016+0000","last_peered":"2024-09-13T14:44:44.265016+0000","last_clean":"2024-09-13T14:44:44.265016+0000","last_became_active":"2024-09-13T14:32:10.924864+0000","last_became_peered":"2024-09-13T14:32:10.924864+0000","last_unstale":"2024-09-13T14:44:44.265016+0000","last_undegraded":"2024-09-13T14:44:44.265016+0000","last_fullsized":"2024-09-13T14:44:44.265016+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:23:13.266436+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000327091,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.3","version":"0'0","reported_seq":1485,"reported_epoch":1160,"state":"active+clean","last_fresh":"2024-09-13T14:44:51.293402+0000","last_change":"2024-09-13T14:32:10.935933+0000","last_active":"2024-09-13T14:44:51.293402+0000","last_peered":"2024-09-13T14:44:51.293402+0000","last_clean":"2024-09-13T14:44:51.293402+0000","last_became_active":"2024-09-13T14:32:10.935486+0000","last_became_peered":"2024-09-13T14:32:10.935486+0000","last_unstale":"2024-09-13T14:44:51.293402+0000","last_undegraded":"2024-09-13T14:44:51.293402+0000","last_fullsized":"2024-09-13T14:44:51.293402+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:49:31.318318+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"7.3","version":"1160'3803","reported_seq":3824,"reported_epoch":1160,"state":"active+clean","last_fresh":"2024-09-13T14:45:08.395200+0000","last_change":"2024-09-13T14:44:29.116506+0000","last_active":"2024-09-13T14:45:08.395200+0000","last_peered":"2024-09-13T14:45:08.395200+0000","last_clean":"2024-09-13T14:45:08.395200+0000","last_became_active":"2024-09-13T14:44:29.116219+0000","last_became_peered":"2024-09-13T14:44:29.116219+0000","last_unstale":"2024-09-13T14:45:08.395200+0000","last_undegraded":"2024-09-13T14:45:08.395200+0000","last_fullsized":"2024-09-13T14:45:08.395200+0000","mapping_epoch":1154,"log_start":"0'0","ondisk_log_start":"0'0","created":1154,"last_epoch_clean":1155,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:44:28.090651+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:44:28.090651+0000","last_clean_scrub_stamp":"2024-09-13T14:44:28.090651+0000","objects_scrubbed":0,"log_size":3803,"log_dups_size":0,"ondisk_log_size":3803,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:05:30.266439+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":249233408,"num_objects":3803,"num_object_clones":0,"num_object_copies":11409,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":3803,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3803,"num_write_kb":243392,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,4],"acting":[3,2,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.7","version":"70'2","reported_seq":102,"reported_epoch":1160,"state":"active+clean","last_fresh":"2024-09-13T14:44:51.281441+0000","last_change":"2024-09-13T14:41:41.344422+0000","last_active":"2024-09-13T14:44:51.281441+0000","last_peered":"2024-09-13T14:44:51.281441+0000","last_clean":"2024-09-13T14:44:51.281441+0000","last_became_active":"2024-09-13T14:41:41.336895+0000","last_became_peered":"2024-09-13T14:41:41.336895+0000","last_unstale":"2024-09-13T14:44:51.281441+0000","last_undegraded":"2024-09-13T14:44:51.281441+0000","last_fullsized":"2024-09-13T14:44:51.281441+0000","mapping_epoch":1116,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T23:01:28.777322+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":1,"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":[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":"0'0","reported_seq":1467,"reported_epoch":1160,"state":"active+undersized","last_fresh":"2024-09-13T14:44:51.284722+0000","last_change":"2024-09-13T14:44:26.096020+0000","last_active":"2024-09-13T14:44:51.284722+0000","last_peered":"2024-09-13T14:44:51.284722+0000","last_clean":"2024-09-13T14:44:21.892606+0000","last_became_active":"2024-09-13T14:44:26.096020+0000","last_became_peered":"2024-09-13T14:44:26.096020+0000","last_unstale":"2024-09-13T14:44:51.284722+0000","last_undegraded":"2024-09-13T14:44:51.284722+0000","last_fullsized":"2024-09-13T14:44:26.091451+0000","mapping_epoch":1151,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:41:31.517332+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[1,4],"avail_no_missing":["1","4"],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"4.0","version":"0'0","reported_seq":98,"reported_epoch":1160,"state":"active+clean","last_fresh":"2024-09-13T14:44:51.280254+0000","last_change":"2024-09-13T14:41:41.329925+0000","last_active":"2024-09-13T14:44:51.280254+0000","last_peered":"2024-09-13T14:44:51.280254+0000","last_clean":"2024-09-13T14:44:51.280254+0000","last_became_active":"2024-09-13T14:41:41.329583+0000","last_became_peered":"2024-09-13T14:41:41.329583+0000","last_unstale":"2024-09-13T14:44:51.280254+0000","last_undegraded":"2024-09-13T14:44:51.280254+0000","last_fullsized":"2024-09-13T14:44:51.280254+0000","mapping_epoch":1116,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:29:15.910588+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"7.2","version":"1160'3832","reported_seq":3855,"reported_epoch":1160,"state":"active+clean","last_fresh":"2024-09-13T14:45:08.362714+0000","last_change":"2024-09-13T14:44:29.116590+0000","last_active":"2024-09-13T14:45:08.362714+0000","last_peered":"2024-09-13T14:45:08.362714+0000","last_clean":"2024-09-13T14:45:08.362714+0000","last_became_active":"2024-09-13T14:44:29.116302+0000","last_became_peered":"2024-09-13T14:44:29.116302+0000","last_unstale":"2024-09-13T14:45:08.362714+0000","last_undegraded":"2024-09-13T14:45:08.362714+0000","last_fullsized":"2024-09-13T14:45:08.362714+0000","mapping_epoch":1154,"log_start":"0'0","ondisk_log_start":"0'0","created":1154,"last_epoch_clean":1155,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:44:28.090651+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:44:28.090651+0000","last_clean_scrub_stamp":"2024-09-13T14:44:28.090651+0000","objects_scrubbed":0,"log_size":3832,"log_dups_size":0,"ondisk_log_size":3832,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:47:14.044664+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":251133952,"num_objects":3832,"num_object_clones":0,"num_object_copies":11496,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":3832,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3832,"num_write_kb":245248,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[3,1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.6","version":"70'1","reported_seq":1498,"reported_epoch":1160,"state":"active+clean","last_fresh":"2024-09-13T14:44:51.292958+0000","last_change":"2024-09-13T14:32:44.968175+0000","last_active":"2024-09-13T14:44:51.292958+0000","last_peered":"2024-09-13T14:44:51.292958+0000","last_clean":"2024-09-13T14:44:51.292958+0000","last_became_active":"2024-09-13T14:32:44.964527+0000","last_became_peered":"2024-09-13T14:32:44.964527+0000","last_unstale":"2024-09-13T14:44:51.292958+0000","last_undegraded":"2024-09-13T14:44:51.292958+0000","last_fullsized":"2024-09-13T14:44:51.292958+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T14:40:33.658595+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":[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.7","version":"0'0","reported_seq":762,"reported_epoch":1159,"state":"active+undersized","last_fresh":"2024-09-13T14:44:44.264999+0000","last_change":"2024-09-13T14:44:26.096042+0000","last_active":"2024-09-13T14:44:44.264999+0000","last_peered":"2024-09-13T14:44:44.264999+0000","last_clean":"2024-09-13T14:33:03.890081+0000","last_became_active":"2024-09-13T14:44:26.096042+0000","last_became_peered":"2024-09-13T14:44:26.096042+0000","last_unstale":"2024-09-13T14:44:44.264999+0000","last_undegraded":"2024-09-13T14:44:44.264999+0000","last_fullsized":"2024-09-13T14:44:26.091493+0000","mapping_epoch":1151,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:41:07.944495+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029877400000000002,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[7,2],"avail_no_missing":["7","2"],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.1","version":"0'0","reported_seq":1102,"reported_epoch":1159,"state":"active+undersized","last_fresh":"2024-09-13T14:44:44.251121+0000","last_change":"2024-09-13T14:44:26.094166+0000","last_active":"2024-09-13T14:44:44.251121+0000","last_peered":"2024-09-13T14:44:44.251121+0000","last_clean":"2024-09-13T14:44:21.067074+0000","last_became_active":"2024-09-13T14:44:26.094166+0000","last_became_peered":"2024-09-13T14:44:26.094166+0000","last_unstale":"2024-09-13T14:44:44.251121+0000","last_undegraded":"2024-09-13T14:44:44.251121+0000","last_fullsized":"2024-09-13T14:44:26.089036+0000","mapping_epoch":1151,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":69,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:00:50.748638+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[4,5],"avail_no_missing":["4","5"],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.13","version":"0'0","reported_seq":1124,"reported_epoch":1159,"state":"active+undersized","last_fresh":"2024-09-13T14:44:44.251377+0000","last_change":"2024-09-13T14:44:26.096521+0000","last_active":"2024-09-13T14:44:44.251377+0000","last_peered":"2024-09-13T14:44:44.251377+0000","last_clean":"2024-09-13T14:44:21.067420+0000","last_became_active":"2024-09-13T14:44:26.096521+0000","last_became_peered":"2024-09-13T14:44:26.096521+0000","last_unstale":"2024-09-13T14:44:44.251377+0000","last_undegraded":"2024-09-13T14:44:44.251377+0000","last_fullsized":"2024-09-13T14:44:26.089448+0000","mapping_epoch":1151,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:44:26.967181+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[4,2],"avail_no_missing":["4","2"],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.14","version":"455'23","reported_seq":1124,"reported_epoch":1159,"state":"active+undersized+degraded","last_fresh":"2024-09-13T14:44:44.251260+0000","last_change":"2024-09-13T14:44:26.092867+0000","last_active":"2024-09-13T14:44:44.251260+0000","last_peered":"2024-09-13T14:44:44.251260+0000","last_clean":"2024-09-13T14:44:21.067331+0000","last_became_active":"2024-09-13T14:44:26.092867+0000","last_became_peered":"2024-09-13T14:44:26.092867+0000","last_unstale":"2024-09-13T14:44:44.251260+0000","last_undegraded":"2024-09-13T14:44:26.089527+0000","last_fullsized":"2024-09-13T14:44:26.089417+0000","mapping_epoch":1151,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":23,"log_dups_size":0,"ondisk_log_size":23,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:16:29.810050+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":4756,"num_objects":4,"num_object_clones":0,"num_object_copies":12,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":4,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":4,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":23,"num_write_kb":20,"num_scrub_errors":0,"num_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":[4,7],"acting":[4,7],"avail_no_missing":["4","7"],"object_location_counts":[{"shards":"4,7","objects":4}],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.12","version":"0'0","reported_seq":139,"reported_epoch":1160,"state":"active+undersized","last_fresh":"2024-09-13T14:44:51.292987+0000","last_change":"2024-09-13T14:44:26.096154+0000","last_active":"2024-09-13T14:44:51.292987+0000","last_peered":"2024-09-13T14:44:51.292987+0000","last_clean":"2024-09-13T14:44:21.106787+0000","last_became_active":"2024-09-13T14:44:26.096154+0000","last_became_peered":"2024-09-13T14:44:26.096154+0000","last_unstale":"2024-09-13T14:44:51.292987+0000","last_undegraded":"2024-09-13T14:44:51.292987+0000","last_fullsized":"2024-09-13T14:44:26.092854+0000","mapping_epoch":1151,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1099,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:57:23.377527+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[0,2],"avail_no_missing":["0","2"],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.15","version":"70'3","reported_seq":1119,"reported_epoch":1159,"state":"active+clean","last_fresh":"2024-09-13T14:44:44.264844+0000","last_change":"2024-09-13T14:41:41.341429+0000","last_active":"2024-09-13T14:44:44.264844+0000","last_peered":"2024-09-13T14:44:44.264844+0000","last_clean":"2024-09-13T14:44:44.264844+0000","last_became_active":"2024-09-13T14:41:41.334247+0000","last_became_peered":"2024-09-13T14:41:41.334247+0000","last_unstale":"2024-09-13T14:44:44.264844+0000","last_undegraded":"2024-09-13T14:44:44.264844+0000","last_fullsized":"2024-09-13T14:44:44.264844+0000","mapping_epoch":1116,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T18:10:04.200174+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":4,"num_bytes_recovered":180,"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,3,4],"acting":[7,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.16","version":"0'0","reported_seq":1096,"reported_epoch":1159,"state":"active+clean","last_fresh":"2024-09-13T14:44:44.250505+0000","last_change":"2024-09-13T14:32:44.951631+0000","last_active":"2024-09-13T14:44:44.250505+0000","last_peered":"2024-09-13T14:44:44.250505+0000","last_clean":"2024-09-13T14:44:44.250505+0000","last_became_active":"2024-09-13T14:32:44.951318+0000","last_became_peered":"2024-09-13T14:32:44.951318+0000","last_unstale":"2024-09-13T14:44:44.250505+0000","last_undegraded":"2024-09-13T14:44:44.250505+0000","last_fullsized":"2024-09-13T14:44:44.250505+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:51:52.620505+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.11","version":"0'0","reported_seq":102,"reported_epoch":1160,"state":"active+undersized","last_fresh":"2024-09-13T14:44:51.281579+0000","last_change":"2024-09-13T14:44:26.093808+0000","last_active":"2024-09-13T14:44:51.281579+0000","last_peered":"2024-09-13T14:44:51.281579+0000","last_clean":"2024-09-13T14:44:21.891031+0000","last_became_active":"2024-09-13T14:44:26.093808+0000","last_became_peered":"2024-09-13T14:44:26.093808+0000","last_unstale":"2024-09-13T14:44:51.281579+0000","last_undegraded":"2024-09-13T14:44:51.281579+0000","last_fullsized":"2024-09-13T14:44:26.089247+0000","mapping_epoch":1151,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:14:33.642313+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[3,7],"avail_no_missing":["3","7"],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.17","version":"0'0","reported_seq":1510,"reported_epoch":1160,"state":"active+clean","last_fresh":"2024-09-13T14:44:51.292851+0000","last_change":"2024-09-13T14:41:41.335259+0000","last_active":"2024-09-13T14:44:51.292851+0000","last_peered":"2024-09-13T14:44:51.292851+0000","last_clean":"2024-09-13T14:44:51.292851+0000","last_became_active":"2024-09-13T14:41:41.334947+0000","last_became_peered":"2024-09-13T14:41:41.334947+0000","last_unstale":"2024-09-13T14:44:51.292851+0000","last_undegraded":"2024-09-13T14:44:51.292851+0000","last_fullsized":"2024-09-13T14:44:51.292851+0000","mapping_epoch":1116,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:13:58.295756+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.10","version":"0'0","reported_seq":102,"reported_epoch":1160,"state":"active+undersized","last_fresh":"2024-09-13T14:44:51.280152+0000","last_change":"2024-09-13T14:44:26.095277+0000","last_active":"2024-09-13T14:44:51.280152+0000","last_peered":"2024-09-13T14:44:51.280152+0000","last_clean":"2024-09-13T14:44:21.891519+0000","last_became_active":"2024-09-13T14:44:26.095277+0000","last_became_peered":"2024-09-13T14:44:26.095277+0000","last_unstale":"2024-09-13T14:44:51.280152+0000","last_undegraded":"2024-09-13T14:44:51.280152+0000","last_fullsized":"2024-09-13T14:44:26.089642+0000","mapping_epoch":1151,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:32:02.595410+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[3,1],"avail_no_missing":["3","1"],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.1f","version":"0'0","reported_seq":716,"reported_epoch":1159,"state":"active+undersized","last_fresh":"2024-09-13T14:44:44.250655+0000","last_change":"2024-09-13T14:44:26.095882+0000","last_active":"2024-09-13T14:44:44.250655+0000","last_peered":"2024-09-13T14:44:44.250655+0000","last_clean":"2024-09-13T14:32:31.478909+0000","last_became_active":"2024-09-13T14:44:26.095882+0000","last_became_peered":"2024-09-13T14:44:26.095882+0000","last_unstale":"2024-09-13T14:44:44.250655+0000","last_undegraded":"2024-09-13T14:44:44.250655+0000","last_fullsized":"2024-09-13T14:44:26.092620+0000","mapping_epoch":1151,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:32:40.425830+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[5,1],"avail_no_missing":["5","1"],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.18","version":"0'0","reported_seq":98,"reported_epoch":1160,"state":"active+clean","last_fresh":"2024-09-13T14:44:51.279840+0000","last_change":"2024-09-13T14:41:41.333776+0000","last_active":"2024-09-13T14:44:51.279840+0000","last_peered":"2024-09-13T14:44:51.279840+0000","last_clean":"2024-09-13T14:44:51.279840+0000","last_became_active":"2024-09-13T14:41:41.333459+0000","last_became_peered":"2024-09-13T14:41:41.333459+0000","last_unstale":"2024-09-13T14:44:51.279840+0000","last_undegraded":"2024-09-13T14:44:51.279840+0000","last_fullsized":"2024-09-13T14:44:51.279840+0000","mapping_epoch":1116,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:03:37.095593+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1e","version":"0'0","reported_seq":1511,"reported_epoch":1160,"state":"active+clean","last_fresh":"2024-09-13T14:44:51.292780+0000","last_change":"2024-09-13T14:41:41.335818+0000","last_active":"2024-09-13T14:44:51.292780+0000","last_peered":"2024-09-13T14:44:51.292780+0000","last_clean":"2024-09-13T14:44:51.292780+0000","last_became_active":"2024-09-13T14:41:41.335476+0000","last_became_peered":"2024-09-13T14:41:41.335476+0000","last_unstale":"2024-09-13T14:44:51.292780+0000","last_undegraded":"2024-09-13T14:44:51.292780+0000","last_fullsized":"2024-09-13T14:44:51.292780+0000","mapping_epoch":1116,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:09:14.620004+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.19","version":"0'0","reported_seq":1475,"reported_epoch":1160,"state":"active+clean","last_fresh":"2024-09-13T14:44:51.284895+0000","last_change":"2024-09-13T14:41:41.330948+0000","last_active":"2024-09-13T14:44:51.284895+0000","last_peered":"2024-09-13T14:44:51.284895+0000","last_clean":"2024-09-13T14:44:51.284895+0000","last_became_active":"2024-09-13T14:41:41.329983+0000","last_became_peered":"2024-09-13T14:41:41.329983+0000","last_unstale":"2024-09-13T14:44:51.284895+0000","last_undegraded":"2024-09-13T14:44:51.284895+0000","last_fullsized":"2024-09-13T14:44:51.284895+0000","mapping_epoch":1116,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:17:17.391200+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1d","version":"0'0","reported_seq":98,"reported_epoch":1160,"state":"active+clean","last_fresh":"2024-09-13T14:44:51.281211+0000","last_change":"2024-09-13T14:41:41.331003+0000","last_active":"2024-09-13T14:44:51.281211+0000","last_peered":"2024-09-13T14:44:51.281211+0000","last_clean":"2024-09-13T14:44:51.281211+0000","last_became_active":"2024-09-13T14:41:41.330672+0000","last_became_peered":"2024-09-13T14:41:41.330672+0000","last_unstale":"2024-09-13T14:44:51.281211+0000","last_undegraded":"2024-09-13T14:44:51.281211+0000","last_fullsized":"2024-09-13T14:44:51.281211+0000","mapping_epoch":1116,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:59:20.215382+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"3.1a","version":"70'1","reported_seq":1126,"reported_epoch":1159,"state":"active+clean","last_fresh":"2024-09-13T14:44:44.251070+0000","last_change":"2024-09-13T14:33:17.923617+0000","last_active":"2024-09-13T14:44:44.251070+0000","last_peered":"2024-09-13T14:44:44.251070+0000","last_clean":"2024-09-13T14:44:44.251070+0000","last_became_active":"2024-09-13T14:33:17.923336+0000","last_became_peered":"2024-09-13T14:33:17.923336+0000","last_unstale":"2024-09-13T14:44:44.251070+0000","last_undegraded":"2024-09-13T14:44:44.251070+0000","last_fullsized":"2024-09-13T14:44:44.251070+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T15:55:13.594527+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1c","version":"0'0","reported_seq":1446,"reported_epoch":1160,"state":"active+clean","last_fresh":"2024-09-13T14:44:51.283427+0000","last_change":"2024-09-13T14:41:41.329900+0000","last_active":"2024-09-13T14:44:51.283427+0000","last_peered":"2024-09-13T14:44:51.283427+0000","last_clean":"2024-09-13T14:44:51.283427+0000","last_became_active":"2024-09-13T14:41:41.329552+0000","last_became_peered":"2024-09-13T14:41:41.329552+0000","last_unstale":"2024-09-13T14:44:51.283427+0000","last_undegraded":"2024-09-13T14:44:51.283427+0000","last_fullsized":"2024-09-13T14:44:51.283427+0000","mapping_epoch":1116,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:25:20.337142+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[2,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.1b","version":"70'1","reported_seq":1486,"reported_epoch":1160,"state":"active+clean","last_fresh":"2024-09-13T14:44:51.293486+0000","last_change":"2024-09-13T14:32:10.932053+0000","last_active":"2024-09-13T14:44:51.293486+0000","last_peered":"2024-09-13T14:44:51.293486+0000","last_clean":"2024-09-13T14:44:51.293486+0000","last_became_active":"2024-09-13T14:32:10.931382+0000","last_became_peered":"2024-09-13T14:32:10.931382+0000","last_unstale":"2024-09-13T14:44:51.293486+0000","last_undegraded":"2024-09-13T14:44:51.293486+0000","last_fullsized":"2024-09-13T14:44:51.293486+0000","mapping_epoch":746,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":747,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T19:21:03.486287+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1b","version":"0'0","reported_seq":1142,"reported_epoch":1159,"state":"active+clean","last_fresh":"2024-09-13T14:44:44.251277+0000","last_change":"2024-09-13T14:41:41.329910+0000","last_active":"2024-09-13T14:44:44.251277+0000","last_peered":"2024-09-13T14:44:44.251277+0000","last_clean":"2024-09-13T14:44:44.251277+0000","last_became_active":"2024-09-13T14:41:41.329596+0000","last_became_peered":"2024-09-13T14:41:41.329596+0000","last_unstale":"2024-09-13T14:44:44.251277+0000","last_undegraded":"2024-09-13T14:44:44.251277+0000","last_fullsized":"2024-09-13T14:44:44.251277+0000","mapping_epoch":1116,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:52:27.667132+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,3,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1c","version":"70'2","reported_seq":1098,"reported_epoch":1159,"state":"active+clean","last_fresh":"2024-09-13T14:44:44.250376+0000","last_change":"2024-09-13T14:32:44.952627+0000","last_active":"2024-09-13T14:44:44.250376+0000","last_peered":"2024-09-13T14:44:44.250376+0000","last_clean":"2024-09-13T14:44:44.250376+0000","last_became_active":"2024-09-13T14:32:44.952336+0000","last_became_peered":"2024-09-13T14:32:44.952336+0000","last_unstale":"2024-09-13T14:44:44.250376+0000","last_undegraded":"2024-09-13T14:44:44.250376+0000","last_fullsized":"2024-09-13T14:44:44.250376+0000","mapping_epoch":780,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T00:08:59.441392+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":[5,4,1],"acting":[5,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.1a","version":"0'0","reported_seq":1142,"reported_epoch":1159,"state":"active+clean","last_fresh":"2024-09-13T14:44:44.250975+0000","last_change":"2024-09-13T14:41:41.330732+0000","last_active":"2024-09-13T14:44:44.250975+0000","last_peered":"2024-09-13T14:44:44.250975+0000","last_clean":"2024-09-13T14:44:44.250975+0000","last_became_active":"2024-09-13T14:41:41.329609+0000","last_became_peered":"2024-09-13T14:41:41.329609+0000","last_unstale":"2024-09-13T14:44:44.250975+0000","last_undegraded":"2024-09-13T14:44:44.250975+0000","last_fullsized":"2024-09-13T14:44:44.250975+0000","mapping_epoch":1116,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:41:13.873636+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[4,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1d","version":"70'2","reported_seq":1089,"reported_epoch":1159,"state":"active+undersized+degraded","last_fresh":"2024-09-13T14:44:44.250543+0000","last_change":"2024-09-13T14:44:26.094188+0000","last_active":"2024-09-13T14:44:44.250543+0000","last_peered":"2024-09-13T14:44:44.250543+0000","last_clean":"2024-09-13T14:44:21.896029+0000","last_became_active":"2024-09-13T14:44:26.094188+0000","last_became_peered":"2024-09-13T14:44:26.094188+0000","last_unstale":"2024-09-13T14:44:44.250543+0000","last_undegraded":"2024-09-13T14:44:26.091321+0000","last_fullsized":"2024-09-13T14:44:26.091208+0000","mapping_epoch":1151,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":68,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T20:30:32.210972+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":1,"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":[5,4],"acting":[5,4],"avail_no_missing":["5","4"],"object_location_counts":[{"shards":"4,5","objects":1}],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.19","version":"0'0","reported_seq":98,"reported_epoch":1160,"state":"active+clean","last_fresh":"2024-09-13T14:44:51.285344+0000","last_change":"2024-09-13T14:41:41.333900+0000","last_active":"2024-09-13T14:44:51.285344+0000","last_peered":"2024-09-13T14:44:51.285344+0000","last_clean":"2024-09-13T14:44:51.285344+0000","last_became_active":"2024-09-13T14:41:41.333568+0000","last_became_peered":"2024-09-13T14:41:41.333568+0000","last_unstale":"2024-09-13T14:44:51.285344+0000","last_undegraded":"2024-09-13T14:44:51.285344+0000","last_fullsized":"2024-09-13T14:44:51.285344+0000","mapping_epoch":1116,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:34:34.631248+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,0],"acting":[3,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1e","version":"70'1","reported_seq":102,"reported_epoch":1160,"state":"active+undersized","last_fresh":"2024-09-13T14:44:51.285531+0000","last_change":"2024-09-13T14:44:26.095010+0000","last_active":"2024-09-13T14:44:51.285531+0000","last_peered":"2024-09-13T14:44:51.285531+0000","last_clean":"2024-09-13T14:44:21.890748+0000","last_became_active":"2024-09-13T14:44:26.095010+0000","last_became_peered":"2024-09-13T14:44:26.095010+0000","last_unstale":"2024-09-13T14:44:51.285531+0000","last_undegraded":"2024-09-13T14:44:51.285531+0000","last_fullsized":"2024-09-13T14:44:26.090101+0000","mapping_epoch":1151,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T01:58:52.674895+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[3,2],"avail_no_missing":["3","2"],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.18","version":"0'0","reported_seq":1115,"reported_epoch":1159,"state":"active+undersized","last_fresh":"2024-09-13T14:44:44.250874+0000","last_change":"2024-09-13T14:44:26.097263+0000","last_active":"2024-09-13T14:44:44.250874+0000","last_peered":"2024-09-13T14:44:44.250874+0000","last_clean":"2024-09-13T14:44:21.066895+0000","last_became_active":"2024-09-13T14:44:26.097263+0000","last_became_peered":"2024-09-13T14:44:26.097263+0000","last_unstale":"2024-09-13T14:44:44.250874+0000","last_undegraded":"2024-09-13T14:44:44.250874+0000","last_fullsized":"2024-09-13T14:44:26.088924+0000","mapping_epoch":1151,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:46:38.908633+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[4,1],"avail_no_missing":["4","1"],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1f","version":"70'4","reported_seq":1502,"reported_epoch":1160,"state":"active+clean","last_fresh":"2024-09-13T14:44:51.292948+0000","last_change":"2024-09-13T14:33:17.926914+0000","last_active":"2024-09-13T14:44:51.292948+0000","last_peered":"2024-09-13T14:44:51.292948+0000","last_clean":"2024-09-13T14:44:51.292948+0000","last_became_active":"2024-09-13T14:33:17.926517+0000","last_became_peered":"2024-09-13T14:33:17.926517+0000","last_unstale":"2024-09-13T14:44:51.292948+0000","last_undegraded":"2024-09-13T14:44:51.292948+0000","last_fullsized":"2024-09-13T14:44:51.292948+0000","mapping_epoch":813,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":814,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T16:07:35.423857+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,5,2],"acting":[0,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]}],"pool_stats":[{"poolid":7,"num_pg":16,"stat_sum":{"num_bytes":3814129664,"num_objects":58199,"num_object_clones":0,"num_object_copies":174597,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":18497,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":58199,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":58199,"num_write_kb":3724736,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":10287054848,"data_stored":10287054848,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":58199,"ondisk_log_size":58199,"up":43,"acting":43,"num_store_stats":7},{"poolid":4,"num_pg":32,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":84,"acting":84,"num_store_stats":8},{"poolid":3,"num_pg":32,"stat_sum":{"num_bytes":5554,"num_objects":22,"num_object_clones":0,"num_object_copies":66,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":10,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":22,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":62,"num_write_kb":31,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":7,"num_bytes_recovered":180,"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":16662,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":11473,"internal_metadata":0},"log_size":56,"ondisk_log_size":56,"up":85,"acting":85,"num_store_stats":8},{"poolid":2,"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":1,"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":21,"acting":21,"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":2,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":392,"num_read_kb":834,"num_write":215,"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":149,"ondisk_log_size":149,"up":2,"acting":2,"num_store_stats":3}],"osd_stats":[{"osd":7,"up_from":54,"seq":231928234317,"num_pgs":35,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1427428,"kb_used_data":1157660,"kb_used_omap":1,"kb_used_meta":269758,"kb_avail":92317724,"statfs":{"total":95995035648,"available":94533349376,"internally_reserved":0,"allocated":1185443840,"data_stored":1183231567,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1588,"internal_metadata":276232652},"hb_peers":[0,1,2,3,4,5],"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":46,"seq":197568495946,"num_pgs":32,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":327256,"kb_used_data":7436,"kb_used_omap":1,"kb_used_meta":319806,"kb_avail":93417896,"statfs":{"total":95995035648,"available":95659925504,"internally_reserved":0,"allocated":7614464,"data_stored":5457053,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":327481799},"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":38,"seq":163208757591,"num_pgs":26,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1188112,"kb_used_data":914248,"kb_used_omap":1,"kb_used_meta":273854,"kb_avail":92557040,"statfs":{"total":95995035648,"available":94778408960,"internally_reserved":0,"allocated":936189952,"data_stored":933993314,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":280426950},"hb_peers":[0,1,2,3,4,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":4,"up_from":30,"seq":128849019228,"num_pgs":37,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1388444,"kb_used_data":1136724,"kb_used_omap":1,"kb_used_meta":251710,"kb_avail":92356708,"statfs":{"total":95995035648,"available":94573268992,"internally_reserved":0,"allocated":1164005376,"data_stored":1161800681,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":257751494},"hb_peers":[0,1,2,3,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":3,"up_from":845,"seq":3629247365258,"num_pgs":40,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":2427272,"kb_used_data":2174592,"kb_used_omap":34,"kb_used_meta":252637,"kb_avail":91317880,"statfs":{"total":95995035648,"available":93509509120,"internally_reserved":0,"allocated":2226782208,"data_stored":2224593193,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":35801,"internal_metadata":258700327},"hb_peers":[0,1,2,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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[]},{"osd":2,"up_from":813,"seq":3491808411792,"num_pgs":26,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1667788,"kb_used_data":1392580,"kb_used_omap":50,"kb_used_meta":275149,"kb_avail":92077364,"statfs":{"total":95995035648,"available":94287220736,"internally_reserved":0,"allocated":1426001920,"data_stored":1423809335,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":52011,"internal_metadata":281752789},"hb_peers":[0,1,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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[]},{"osd":1,"up_from":780,"seq":3350074491031,"num_pgs":36,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1647880,"kb_used_data":1475712,"kb_used_omap":30,"kb_used_meta":172129,"kb_avail":92097272,"statfs":{"total":95995035648,"available":94307606528,"internally_reserved":0,"allocated":1511129088,"data_stored":1508940002,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":31404,"internal_metadata":176260436},"hb_peers":[0,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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[]},{"osd":0,"up_from":746,"seq":3204045602973,"num_pgs":35,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1920144,"kb_used_data":1752968,"kb_used_omap":66,"kb_used_meta":167101,"kb_avail":91825008,"statfs":{"total":95995035648,"available":94028808192,"internally_reserved":0,"allocated":1795039232,"data_stored":1792843083,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":68403,"internal_metadata":171111629},"hb_peers":[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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"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":0,"data_stored":0,"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":4096,"data_stored":19,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":4096,"data_stored":19,"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":4096,"data_stored":19,"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":0,"data_stored":0,"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":8192,"data_stored":604,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3890,"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":3041,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":616,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1366,"internal_metadata":0},{"poolid":3,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":90,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3176,"internal_metadata":0},{"poolid":3,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":24576,"data_stored":4902,"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":8192,"data_stored":652,"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":16384,"data_stored":4826,"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":28672,"data_stored":4972,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":7,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":1820786688,"data_stored":1820786688,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":7,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":1504903168,"data_stored":1504903168,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":7,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":1422917632,"data_stored":1422917632,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":7,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":2243100672,"data_stored":2243100672,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":7,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":1177354240,"data_stored":1177354240,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":7,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":931528704,"data_stored":931528704,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":7,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":1186463744,"data_stored":1186463744,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-13T14:45:14.027 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd pool set .mgr pgp_num 1 2024-09-13T14:45:14.036 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:14.120 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:14.120 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:14.121 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:14.221 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:14.267 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:14.268 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:14.269 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:14.369 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:45:14.383 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:14 smithi104 ceph-mon[105578]: pgmap v1377: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 3.8 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 87 MiB/s wr, 1.40k op/s; 19350/187464 objects degraded (10.322%) 2024-09-13T14:45:14.383 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:14 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:45:14.395 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:14.395 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:14.396 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:45:14.496 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:14.552 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:14.553 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:14.554 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:14.565 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:14 smithi071 ceph-mon[107477]: pgmap v1377: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 3.8 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 87 MiB/s wr, 1.40k op/s; 19350/187464 objects degraded (10.322%) 2024-09-13T14:45:14.565 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:14 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:45:14.570 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:14 smithi071 ceph-mon[112785]: pgmap v1377: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 3.8 GiB data, 12 GiB used, 703 GiB / 715 GiB avail; 87 MiB/s wr, 1.40k op/s; 19350/187464 objects degraded (10.322%) 2024-09-13T14:45:14.570 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:14 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:45:14.626 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:45:14.626 INFO:teuthology.orchestra.run.smithi071.stdout: "size": 20, 2024-09-13T14:45:14.626 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 600, 2024-09-13T14:45:14.626 INFO:teuthology.orchestra.run.smithi071.stdout: "ops": [ 2024-09-13T14:45:14.626 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.627 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:30992 6.0 6:0edbcb6e:::benchmark_data_smithi071_156503_object30991:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1096)", 2024-09-13T14:45:14.627 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:39:39.897063+0000", 2024-09-13T14:45:14.627 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 334.724591154, 2024-09-13T14:45:14.627 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.124543348, 2024-09-13T14:45:14.627 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:45:14.627 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:45:14.627 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:45:14.627 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:45:14.627 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:45:14.627 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:45:14.627 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 30992 2024-09-13T14:45:14.628 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.628 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:45:14.628 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.628 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:45:14.628 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.897063+0000", 2024-09-13T14:45:14.628 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:45:14.628 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.628 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.628 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:45:14.628 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.897063+0000", 2024-09-13T14:45:14.628 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:45:14.628 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.629 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.629 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:45:14.629 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.897065+0000", 2024-09-13T14:45:14.629 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.547e-06 2024-09-13T14:45:14.629 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.629 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.629 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:45:14.629 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.897088+0000", 2024-09-13T14:45:14.629 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.3549000000000001e-05 2024-09-13T14:45:14.629 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.629 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.629 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:45:14.630 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.897101+0000", 2024-09-13T14:45:14.630 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.3343000000000001e-05 2024-09-13T14:45:14.630 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.630 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.630 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:45:14.630 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.897109+0000", 2024-09-13T14:45:14.630 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.7270000000000007e-06 2024-09-13T14:45:14.630 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.630 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.630 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:45:14.630 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.897171+0000", 2024-09-13T14:45:14.630 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.1855999999999999e-05 2024-09-13T14:45:14.631 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.631 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.631 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:45:14.631 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.897283+0000", 2024-09-13T14:45:14.631 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000112166 2024-09-13T14:45:14.631 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.631 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.631 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 2,5", 2024-09-13T14:45:14.631 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.897375+0000", 2024-09-13T14:45:14.631 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.1644999999999994e-05 2024-09-13T14:45:14.631 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.631 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.631 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:45:14.632 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.898807+0000", 2024-09-13T14:45:14.632 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0014322600000000001 2024-09-13T14:45:14.632 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.632 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.632 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:45:14.632 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.901503+0000", 2024-09-13T14:45:14.632 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.002696033 2024-09-13T14:45:14.632 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.632 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.632 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:45:14.632 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.021451+0000", 2024-09-13T14:45:14.633 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.119948021 2024-09-13T14:45:14.633 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.633 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.633 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:45:14.633 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.021557+0000", 2024-09-13T14:45:14.633 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000105596 2024-09-13T14:45:14.633 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.633 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.633 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:45:14.633 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.021606+0000", 2024-09-13T14:45:14.633 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.9604999999999997e-05 2024-09-13T14:45:14.634 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:45:14.634 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:45:14.634 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:45:14.634 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.634 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.634 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:30995 6.0 6:0c5826aa:::benchmark_data_smithi071_156503_object30994:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1096)", 2024-09-13T14:45:14.634 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:39:39.899127+0000", 2024-09-13T14:45:14.634 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 334.72252698599999, 2024-09-13T14:45:14.634 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.12280827900000001, 2024-09-13T14:45:14.634 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:45:14.634 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:45:14.634 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:45:14.634 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:45:14.635 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:45:14.635 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:45:14.635 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 30995 2024-09-13T14:45:14.635 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.635 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:45:14.635 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.635 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:45:14.635 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.899127+0000", 2024-09-13T14:45:14.635 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:45:14.635 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.635 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.635 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:45:14.635 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.899127+0000", 2024-09-13T14:45:14.636 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:45:14.636 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.636 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.636 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:45:14.636 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.899129+0000", 2024-09-13T14:45:14.636 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4649999999999999e-06 2024-09-13T14:45:14.636 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.636 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.636 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:45:14.636 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.899150+0000", 2024-09-13T14:45:14.636 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.0981000000000001e-05 2024-09-13T14:45:14.636 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.636 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.637 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:45:14.637 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.899160+0000", 2024-09-13T14:45:14.637 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.8570000000000007e-06 2024-09-13T14:45:14.637 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.637 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.637 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:45:14.637 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.899165+0000", 2024-09-13T14:45:14.637 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.5770000000000001e-06 2024-09-13T14:45:14.637 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.637 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.637 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:45:14.637 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.899204+0000", 2024-09-13T14:45:14.637 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.9198e-05 2024-09-13T14:45:14.637 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.638 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.638 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:45:14.638 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.899342+0000", 2024-09-13T14:45:14.638 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000137816 2024-09-13T14:45:14.638 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.638 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.638 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 2,5", 2024-09-13T14:45:14.638 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.899474+0000", 2024-09-13T14:45:14.638 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000132218 2024-09-13T14:45:14.638 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.638 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.638 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:45:14.638 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.900636+0000", 2024-09-13T14:45:14.639 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.001161832 2024-09-13T14:45:14.639 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.639 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.639 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:45:14.639 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.021414+0000", 2024-09-13T14:45:14.639 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.12077771299999999 2024-09-13T14:45:14.639 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.639 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.639 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:45:14.639 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.021654+0000", 2024-09-13T14:45:14.639 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00024062399999999999 2024-09-13T14:45:14.639 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.639 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.640 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:45:14.640 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.021817+0000", 2024-09-13T14:45:14.640 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00016261800000000001 2024-09-13T14:45:14.640 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.640 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.640 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:45:14.640 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.021935+0000", 2024-09-13T14:45:14.640 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00011838 2024-09-13T14:45:14.640 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:45:14.640 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:45:14.640 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:45:14.641 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.641 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.641 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:30999 6.9 6:9427e6fb:::benchmark_data_smithi071_156503_object30998:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1096)", 2024-09-13T14:45:14.641 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:39:39.901273+0000", 2024-09-13T14:45:14.641 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 334.72038100200001, 2024-09-13T14:45:14.641 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.12280036, 2024-09-13T14:45:14.641 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:45:14.641 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:45:14.641 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:45:14.641 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:45:14.641 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:45:14.641 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:45:14.641 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 30999 2024-09-13T14:45:14.641 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.642 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:45:14.642 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.642 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:45:14.642 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.901273+0000", 2024-09-13T14:45:14.642 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:45:14.642 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.642 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.642 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:45:14.642 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.901273+0000", 2024-09-13T14:45:14.642 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:45:14.642 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.642 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.643 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:45:14.643 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.901275+0000", 2024-09-13T14:45:14.643 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.426e-06 2024-09-13T14:45:14.643 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.643 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.643 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:45:14.643 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.901300+0000", 2024-09-13T14:45:14.643 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.5117999999999999e-05 2024-09-13T14:45:14.643 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.643 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.644 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:45:14.644 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.901312+0000", 2024-09-13T14:45:14.644 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2345e-05 2024-09-13T14:45:14.644 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.644 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.644 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:45:14.644 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.901320+0000", 2024-09-13T14:45:14.644 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.7430000000000002e-06 2024-09-13T14:45:14.644 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.644 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.644 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:45:14.644 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.901376+0000", 2024-09-13T14:45:14.645 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.6351999999999999e-05 2024-09-13T14:45:14.645 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.645 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.645 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:45:14.645 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.901658+0000", 2024-09-13T14:45:14.645 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00028217800000000001 2024-09-13T14:45:14.645 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.645 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.645 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 2,7", 2024-09-13T14:45:14.645 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.901838+0000", 2024-09-13T14:45:14.645 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000179285 2024-09-13T14:45:14.645 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.645 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.646 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:45:14.646 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.020356+0000", 2024-09-13T14:45:14.646 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.11851793100000001 2024-09-13T14:45:14.646 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.646 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.646 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:45:14.646 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.020374+0000", 2024-09-13T14:45:14.646 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.8026e-05 2024-09-13T14:45:14.646 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.646 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.646 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:45:14.646 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.023925+0000", 2024-09-13T14:45:14.646 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0035510429999999998 2024-09-13T14:45:14.647 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.647 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.647 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:45:14.647 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.024024+0000", 2024-09-13T14:45:14.647 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.8855000000000001e-05 2024-09-13T14:45:14.647 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.647 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.647 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:45:14.647 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.024074+0000", 2024-09-13T14:45:14.647 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.0058000000000001e-05 2024-09-13T14:45:14.647 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:45:14.647 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:45:14.647 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:45:14.648 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.648 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.648 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:31002 6.0 6:01b82fac:::benchmark_data_smithi071_156503_object31001:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1096)", 2024-09-13T14:45:14.648 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:39:39.901756+0000", 2024-09-13T14:45:14.648 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 334.71989787500002, 2024-09-13T14:45:14.648 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.123413815, 2024-09-13T14:45:14.648 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:45:14.648 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:45:14.648 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:45:14.648 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:45:14.648 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:45:14.648 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:45:14.648 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 31002 2024-09-13T14:45:14.649 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.649 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:45:14.649 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.649 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:45:14.649 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.901756+0000", 2024-09-13T14:45:14.649 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:45:14.649 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.649 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.649 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:45:14.649 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.901756+0000", 2024-09-13T14:45:14.649 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:45:14.649 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.649 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.650 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:45:14.650 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.901757+0000", 2024-09-13T14:45:14.650 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.0100000000000003e-07 2024-09-13T14:45:14.650 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.650 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.650 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:45:14.650 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.901777+0000", 2024-09-13T14:45:14.650 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.9881000000000002e-05 2024-09-13T14:45:14.650 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.650 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.650 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:45:14.650 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.901798+0000", 2024-09-13T14:45:14.650 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.1165000000000001e-05 2024-09-13T14:45:14.651 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.651 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.651 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:45:14.651 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.901806+0000", 2024-09-13T14:45:14.651 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.4440000000000002e-06 2024-09-13T14:45:14.651 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.651 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.651 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:45:14.651 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.901858+0000", 2024-09-13T14:45:14.651 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.24e-05 2024-09-13T14:45:14.651 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.651 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.651 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:45:14.652 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.901976+0000", 2024-09-13T14:45:14.652 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000117688 2024-09-13T14:45:14.652 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.652 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.652 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 2,5", 2024-09-13T14:45:14.652 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.020069+0000", 2024-09-13T14:45:14.652 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.118092972 2024-09-13T14:45:14.652 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.652 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.652 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:45:14.652 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.023552+0000", 2024-09-13T14:45:14.652 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0034836260000000001 2024-09-13T14:45:14.652 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.653 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.653 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:45:14.653 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.023612+0000", 2024-09-13T14:45:14.653 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.9540000000000003e-05 2024-09-13T14:45:14.653 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.653 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.653 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:45:14.653 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.025073+0000", 2024-09-13T14:45:14.653 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0014609149999999999 2024-09-13T14:45:14.653 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.653 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.653 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:45:14.654 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.025129+0000", 2024-09-13T14:45:14.654 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.6570999999999998e-05 2024-09-13T14:45:14.654 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.654 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.654 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:45:14.654 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.025170+0000", 2024-09-13T14:45:14.654 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.0711999999999999e-05 2024-09-13T14:45:14.654 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:45:14.654 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:45:14.654 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:45:14.654 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.654 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.654 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop_reply(client.34671.0:30995 6.0 e1096/1094 ondisk, result = 0)", 2024-09-13T14:45:14.655 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:39:39.901827+0000", 2024-09-13T14:45:14.655 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 334.71982702700001, 2024-09-13T14:45:14.655 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.119593351, 2024-09-13T14:45:14.655 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:45:14.655 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:45:14.655 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "started", 2024-09-13T14:45:14.655 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:45:14.655 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.655 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:45:14.655 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.901827+0000", 2024-09-13T14:45:14.655 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:45:14.655 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.656 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.656 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:45:14.656 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.901827+0000", 2024-09-13T14:45:14.656 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:45:14.656 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.656 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.656 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:45:14.656 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.901828+0000", 2024-09-13T14:45:14.656 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.0599999999999999e-07 2024-09-13T14:45:14.656 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.656 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.656 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:45:14.656 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.901832+0000", 2024-09-13T14:45:14.657 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.206e-06 2024-09-13T14:45:14.657 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.657 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.657 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:45:14.658 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:45:14.658 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.901844+0000", 2024-09-13T14:45:14.658 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1412e-05 2024-09-13T14:45:14.658 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.658 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.658 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:45:14.659 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.901850+0000", 2024-09-13T14:45:14.659 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.8460000000000002e-06 2024-09-13T14:45:14.659 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.659 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.659 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:45:14.659 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.021400+0000", 2024-09-13T14:45:14.659 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.119549826 2024-09-13T14:45:14.659 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.659 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.659 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:45:14.659 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.021408+0000", 2024-09-13T14:45:14.659 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.6729999999999992e-06 2024-09-13T14:45:14.660 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.660 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.660 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:45:14.660 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.021421+0000", 2024-09-13T14:45:14.660 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2582000000000001e-05 2024-09-13T14:45:14.660 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:45:14.660 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:45:14.660 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:45:14.660 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.660 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.660 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop_reply(client.34671.0:30992 6.0 e1096/1094 ondisk, result = 0)", 2024-09-13T14:45:14.660 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:39:39.901860+0000", 2024-09-13T14:45:14.661 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 334.71979434399998, 2024-09-13T14:45:14.661 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.119755919, 2024-09-13T14:45:14.661 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:45:14.661 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:45:14.661 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "started", 2024-09-13T14:45:14.661 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:45:14.661 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.661 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:45:14.661 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.901860+0000", 2024-09-13T14:45:14.661 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:45:14.661 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.661 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.661 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:45:14.662 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.901860+0000", 2024-09-13T14:45:14.662 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:45:14.662 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.662 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.662 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:45:14.662 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.901861+0000", 2024-09-13T14:45:14.662 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.5199999999999996e-07 2024-09-13T14:45:14.662 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.662 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.662 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:45:14.662 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.901865+0000", 2024-09-13T14:45:14.662 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.3499999999999999e-06 2024-09-13T14:45:14.662 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.663 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.663 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:45:14.663 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.901876+0000", 2024-09-13T14:45:14.663 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0706e-05 2024-09-13T14:45:14.663 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.663 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.663 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:45:14.663 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.901882+0000", 2024-09-13T14:45:14.663 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.4239999999999998e-06 2024-09-13T14:45:14.663 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.663 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.663 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:45:14.664 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.021441+0000", 2024-09-13T14:45:14.664 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.11955897 2024-09-13T14:45:14.664 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.664 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.664 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:45:14.664 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.021447+0000", 2024-09-13T14:45:14.664 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.4809999999999997e-06 2024-09-13T14:45:14.664 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.664 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.664 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:45:14.664 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.021616+0000", 2024-09-13T14:45:14.664 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00016923599999999999 2024-09-13T14:45:14.664 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:45:14.665 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:45:14.665 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:45:14.665 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.665 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.665 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop_reply(client.34671.0:30995 6.0 e1096/1094 ondisk, result = 0)", 2024-09-13T14:45:14.665 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:39:39.901895+0000", 2024-09-13T14:45:14.665 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 334.71975884699998, 2024-09-13T14:45:14.665 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.12005001799999999, 2024-09-13T14:45:14.665 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:45:14.665 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:45:14.665 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "started", 2024-09-13T14:45:14.665 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:45:14.666 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.666 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:45:14.666 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.901895+0000", 2024-09-13T14:45:14.666 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:45:14.666 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.666 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.666 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:45:14.666 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.901895+0000", 2024-09-13T14:45:14.666 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:45:14.666 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.666 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.666 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:45:14.666 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.901896+0000", 2024-09-13T14:45:14.666 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.0899999999999997e-07 2024-09-13T14:45:14.667 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.667 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.667 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:45:14.667 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.901898+0000", 2024-09-13T14:45:14.667 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.3099999999999999e-06 2024-09-13T14:45:14.667 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.667 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.667 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:45:14.667 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.901905+0000", 2024-09-13T14:45:14.667 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.5549999999999999e-06 2024-09-13T14:45:14.667 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.667 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.667 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:45:14.667 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.901909+0000", 2024-09-13T14:45:14.668 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.8489999999999997e-06 2024-09-13T14:45:14.668 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.668 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.668 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:45:14.668 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.021643+0000", 2024-09-13T14:45:14.668 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.119733518 2024-09-13T14:45:14.668 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.668 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.668 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:45:14.668 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.021650+0000", 2024-09-13T14:45:14.668 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.6839999999999999e-06 2024-09-13T14:45:14.668 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.668 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.669 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:45:14.669 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.021945+0000", 2024-09-13T14:45:14.669 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00029579299999999998 2024-09-13T14:45:14.669 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:45:14.669 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:45:14.669 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:45:14.669 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.669 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.669 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:31004 6.0 6:08d1cf8c:::benchmark_data_smithi071_156503_object31003:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1096)", 2024-09-13T14:45:14.669 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:39:39.902035+0000", 2024-09-13T14:45:14.669 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 334.71961929100001, 2024-09-13T14:45:14.669 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.123374783, 2024-09-13T14:45:14.669 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:45:14.670 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:45:14.670 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:45:14.670 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:45:14.670 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:45:14.670 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:45:14.670 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 31004 2024-09-13T14:45:14.670 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.670 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:45:14.670 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.670 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:45:14.670 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.902035+0000", 2024-09-13T14:45:14.670 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:45:14.670 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.671 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.671 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:45:14.671 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.902035+0000", 2024-09-13T14:45:14.671 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:45:14.671 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.671 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.671 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:45:14.671 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.902036+0000", 2024-09-13T14:45:14.671 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.4900000000000005e-07 2024-09-13T14:45:14.671 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.671 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.671 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:45:14.672 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.902057+0000", 2024-09-13T14:45:14.672 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.1052000000000001e-05 2024-09-13T14:45:14.672 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.672 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.672 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:45:14.672 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.020111+0000", 2024-09-13T14:45:14.672 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.118054044 2024-09-13T14:45:14.672 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.672 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.672 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:45:14.672 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.020123+0000", 2024-09-13T14:45:14.672 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2438e-05 2024-09-13T14:45:14.673 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.673 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.673 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:45:14.673 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.021976+0000", 2024-09-13T14:45:14.673 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0018527509999999999 2024-09-13T14:45:14.673 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.673 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.673 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:45:14.673 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.022101+0000", 2024-09-13T14:45:14.673 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000124776 2024-09-13T14:45:14.673 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.673 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.673 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 2,5", 2024-09-13T14:45:14.674 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.022234+0000", 2024-09-13T14:45:14.674 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013311200000000001 2024-09-13T14:45:14.674 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.674 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.674 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:45:14.674 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.023679+0000", 2024-09-13T14:45:14.674 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.001445088 2024-09-13T14:45:14.674 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.674 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.674 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:45:14.674 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.024279+0000", 2024-09-13T14:45:14.674 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00060000600000000004 2024-09-13T14:45:14.674 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.675 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.675 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:45:14.675 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.025279+0000", 2024-09-13T14:45:14.675 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00099995899999999992 2024-09-13T14:45:14.675 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.675 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.675 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:45:14.675 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.025366+0000", 2024-09-13T14:45:14.675 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.742e-05 2024-09-13T14:45:14.675 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.675 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.675 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:45:14.676 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.025410+0000", 2024-09-13T14:45:14.676 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.3288000000000003e-05 2024-09-13T14:45:14.676 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:45:14.676 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:45:14.676 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:45:14.676 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.676 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.676 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop_reply(client.34671.0:30999 6.9 e1096/1091 ondisk, result = 0)", 2024-09-13T14:45:14.676 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:39:39.903498+0000", 2024-09-13T14:45:14.676 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 334.71815573100002, 2024-09-13T14:45:14.676 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.11687599, 2024-09-13T14:45:14.677 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:45:14.677 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:45:14.677 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "started", 2024-09-13T14:45:14.677 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:45:14.677 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.677 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:45:14.677 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.903498+0000", 2024-09-13T14:45:14.677 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:45:14.677 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.677 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.677 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:45:14.677 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.903498+0000", 2024-09-13T14:45:14.677 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:45:14.678 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.678 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.678 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:45:14.678 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.903499+0000", 2024-09-13T14:45:14.678 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.8100000000000002e-07 2024-09-13T14:45:14.678 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.678 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.678 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:45:14.678 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:39.903503+0000", 2024-09-13T14:45:14.678 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.5439999999999999e-06 2024-09-13T14:45:14.678 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.678 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.678 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:45:14.679 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.019933+0000", 2024-09-13T14:45:14.679 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.116430483 2024-09-13T14:45:14.679 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.679 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.679 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:45:14.679 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.019949+0000", 2024-09-13T14:45:14.679 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.5560999999999999e-05 2024-09-13T14:45:14.679 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.679 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.679 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:45:14.679 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.020340+0000", 2024-09-13T14:45:14.679 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00039153000000000001 2024-09-13T14:45:14.679 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.679 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.680 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:45:14.680 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.020349+0000", 2024-09-13T14:45:14.680 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.8789999999999992e-06 2024-09-13T14:45:14.680 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.680 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.680 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:45:14.680 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:39:40.020374+0000", 2024-09-13T14:45:14.680 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.5312000000000001e-05 2024-09-13T14:45:14.680 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:45:14.680 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:45:14.680 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:45:14.680 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.681 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.681 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:167780 6.0 6:0cbd787a:::benchmark_data_smithi071_156503_object35786:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1115)", 2024-09-13T14:45:14.681 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:41:40.315880+0000", 2024-09-13T14:45:14.681 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 214.30577459099999, 2024-09-13T14:45:14.681 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.8256959560000001, 2024-09-13T14:45:14.681 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:45:14.681 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:45:14.681 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T14:45:14.681 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:45:14.681 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:45:14.681 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:45:14.681 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 167780 2024-09-13T14:45:14.681 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.682 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:45:14.682 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.682 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:45:14.682 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.315880+0000", 2024-09-13T14:45:14.682 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:45:14.682 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.682 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.682 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:45:14.682 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.315880+0000", 2024-09-13T14:45:14.682 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:45:14.682 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.682 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.682 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:45:14.682 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.315881+0000", 2024-09-13T14:45:14.682 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.745e-06 2024-09-13T14:45:14.683 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.683 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.683 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:45:14.683 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.315888+0000", 2024-09-13T14:45:14.683 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.0509999999999999e-06 2024-09-13T14:45:14.683 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.683 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.683 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:45:14.683 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.315907+0000", 2024-09-13T14:45:14.683 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.8791e-05 2024-09-13T14:45:14.683 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.683 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.683 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:45:14.683 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.315917+0000", 2024-09-13T14:45:14.684 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0243e-05 2024-09-13T14:45:14.684 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.684 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.684 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:45:14.684 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.315985+0000", 2024-09-13T14:45:14.684 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.7152999999999999e-05 2024-09-13T14:45:14.684 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.684 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.684 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:45:14.684 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.316131+0000", 2024-09-13T14:45:14.684 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00014684799999999999 2024-09-13T14:45:14.684 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.684 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.685 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 2,5", 2024-09-13T14:45:14.685 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.316267+0000", 2024-09-13T14:45:14.685 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013588200000000001 2024-09-13T14:45:14.685 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.685 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.685 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:45:14.685 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.321864+0000", 2024-09-13T14:45:14.685 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0055968049999999998 2024-09-13T14:45:14.685 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.686 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.686 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:45:14.686 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.333257+0000", 2024-09-13T14:45:14.686 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.01139303 2024-09-13T14:45:14.686 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.686 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.686 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:45:14.686 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.333271+0000", 2024-09-13T14:45:14.686 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.3471e-05 2024-09-13T14:45:14.686 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.686 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.686 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:45:14.686 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:41.327398+0000", 2024-09-13T14:45:14.686 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.99412754199999998 2024-09-13T14:45:14.687 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.687 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.687 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:45:14.687 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:41.327414+0000", 2024-09-13T14:45:14.687 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.5580999999999999e-05 2024-09-13T14:45:14.687 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.687 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.687 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:45:14.687 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:43.141483+0000", 2024-09-13T14:45:14.687 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.8140688659999999 2024-09-13T14:45:14.687 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.687 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.687 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:45:14.688 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:43.141576+0000", 2024-09-13T14:45:14.688 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.2948000000000005e-05 2024-09-13T14:45:14.688 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:45:14.688 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:45:14.688 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:45:14.688 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.688 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.688 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:204770 6.0 6:087269ec:::benchmark_data_smithi071_156503_object72776:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1127)", 2024-09-13T14:45:14.688 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:42:32.569105+0000", 2024-09-13T14:45:14.688 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 162.052549505, 2024-09-13T14:45:14.688 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.157771989, 2024-09-13T14:45:14.688 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:45:14.689 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:45:14.689 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:45:14.689 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:45:14.690 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:45:14.690 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:45:14.690 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:45:14.690 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 204770 2024-09-13T14:45:14.690 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.690 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:45:14.690 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.690 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:45:14.690 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:32.569105+0000", 2024-09-13T14:45:14.690 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:45:14.690 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.690 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.691 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:45:14.691 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:32.569105+0000", 2024-09-13T14:45:14.691 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:45:14.691 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.691 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.691 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:45:14.691 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:32.569106+0000", 2024-09-13T14:45:14.691 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.313e-06 2024-09-13T14:45:14.691 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.691 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.691 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:45:14.691 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:32.569111+0000", 2024-09-13T14:45:14.691 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.4820000000000002e-06 2024-09-13T14:45:14.691 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.692 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.692 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:45:14.692 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:32.569123+0000", 2024-09-13T14:45:14.692 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1446e-05 2024-09-13T14:45:14.692 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.692 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.692 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:45:14.692 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:32.569130+0000", 2024-09-13T14:45:14.692 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.2790000000000001e-06 2024-09-13T14:45:14.692 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.692 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.692 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:45:14.692 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:32.569183+0000", 2024-09-13T14:45:14.693 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.2448000000000003e-05 2024-09-13T14:45:14.693 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.693 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.693 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:45:14.693 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:32.569269+0000", 2024-09-13T14:45:14.693 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.6594999999999993e-05 2024-09-13T14:45:14.693 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.693 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.693 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 2,3,5", 2024-09-13T14:45:14.693 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:32.569389+0000", 2024-09-13T14:45:14.693 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000119436 2024-09-13T14:45:14.693 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.693 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.693 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:45:14.694 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:32.574866+0000", 2024-09-13T14:45:14.694 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00547774 2024-09-13T14:45:14.694 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.694 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.694 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:45:14.694 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:32.575210+0000", 2024-09-13T14:45:14.694 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00034376799999999999 2024-09-13T14:45:14.694 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.694 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.694 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:45:14.694 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:32.577091+0000", 2024-09-13T14:45:14.694 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00188075 2024-09-13T14:45:14.694 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.695 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.695 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:45:14.695 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:32.726638+0000", 2024-09-13T14:45:14.695 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.14954731800000001 2024-09-13T14:45:14.695 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.695 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.695 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:45:14.695 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:32.726730+0000", 2024-09-13T14:45:14.695 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.1364000000000001e-05 2024-09-13T14:45:14.695 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.695 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.695 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:45:14.695 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:32.726877+0000", 2024-09-13T14:45:14.696 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00014705 2024-09-13T14:45:14.696 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:45:14.696 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:45:14.696 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:45:14.696 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.696 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.696 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:204780 6.0 6:059de290:::benchmark_data_smithi071_156503_object72786:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1127)", 2024-09-13T14:45:14.696 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:42:32.582818+0000", 2024-09-13T14:45:14.696 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 162.03883650500001, 2024-09-13T14:45:14.696 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.14427865400000001, 2024-09-13T14:45:14.696 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:45:14.696 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:45:14.696 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:45:14.697 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:45:14.697 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:45:14.697 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:45:14.697 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 204780 2024-09-13T14:45:14.697 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.697 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:45:14.697 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.697 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:45:14.697 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:32.582818+0000", 2024-09-13T14:45:14.697 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:45:14.697 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.697 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.697 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:45:14.698 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:32.582818+0000", 2024-09-13T14:45:14.698 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:45:14.698 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.698 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.698 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:45:14.698 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:32.582820+0000", 2024-09-13T14:45:14.698 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.9e-06 2024-09-13T14:45:14.698 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.698 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.698 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:45:14.698 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:32.582826+0000", 2024-09-13T14:45:14.698 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.7190000000000004e-06 2024-09-13T14:45:14.698 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.698 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.699 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:45:14.699 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:32.582841+0000", 2024-09-13T14:45:14.699 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4439e-05 2024-09-13T14:45:14.699 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.699 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.699 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:45:14.699 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:32.582848+0000", 2024-09-13T14:45:14.699 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.8639999999999998e-06 2024-09-13T14:45:14.699 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.699 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.699 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:45:14.699 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:32.582903+0000", 2024-09-13T14:45:14.699 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.5818e-05 2024-09-13T14:45:14.699 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.700 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.700 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:45:14.700 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:32.582995+0000", 2024-09-13T14:45:14.700 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.1482000000000003e-05 2024-09-13T14:45:14.700 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.700 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.700 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 2,3,5", 2024-09-13T14:45:14.700 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:32.583079+0000", 2024-09-13T14:45:14.700 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.3975999999999997e-05 2024-09-13T14:45:14.700 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.700 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.700 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:45:14.700 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:32.587530+0000", 2024-09-13T14:45:14.700 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0044512629999999996 2024-09-13T14:45:14.701 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.701 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.701 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:45:14.701 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:32.587557+0000", 2024-09-13T14:45:14.701 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.6877999999999999e-05 2024-09-13T14:45:14.701 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.701 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.701 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:45:14.701 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:32.587589+0000", 2024-09-13T14:45:14.701 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.1544000000000002e-05 2024-09-13T14:45:14.701 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.701 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.701 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:45:14.702 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:32.726933+0000", 2024-09-13T14:45:14.702 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.13934423100000001 2024-09-13T14:45:14.702 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.702 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.702 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:45:14.702 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:32.726998+0000", 2024-09-13T14:45:14.702 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.5036000000000005e-05 2024-09-13T14:45:14.702 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.702 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.702 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:45:14.702 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:42:32.727096+0000", 2024-09-13T14:45:14.702 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.8504000000000004e-05 2024-09-13T14:45:14.702 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:45:14.702 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:45:14.703 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:45:14.703 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.703 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.703 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:249541 6.9 6:917e6539:::benchmark_data_smithi071_156503_object117547:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1134)", 2024-09-13T14:45:14.703 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:43:33.390752+0000", 2024-09-13T14:45:14.703 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 101.230902077, 2024-09-13T14:45:14.703 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.129661682, 2024-09-13T14:45:14.703 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:45:14.703 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:45:14.703 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:45:14.703 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:45:14.703 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:45:14.703 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:45:14.703 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 249541 2024-09-13T14:45:14.704 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.704 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:45:14.704 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.704 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:45:14.704 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:33.390752+0000", 2024-09-13T14:45:14.704 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:45:14.704 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.704 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.704 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:45:14.704 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:33.390752+0000", 2024-09-13T14:45:14.704 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:45:14.704 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.704 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.705 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:45:14.705 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:33.390754+0000", 2024-09-13T14:45:14.705 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.657e-06 2024-09-13T14:45:14.705 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.705 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.705 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:45:14.705 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:33.390759+0000", 2024-09-13T14:45:14.705 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.5589999999999996e-06 2024-09-13T14:45:14.705 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.705 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.705 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:45:14.705 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:33.390774+0000", 2024-09-13T14:45:14.705 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4463e-05 2024-09-13T14:45:14.706 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.706 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.706 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:45:14.706 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:33.390780+0000", 2024-09-13T14:45:14.706 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.6699999999999997e-06 2024-09-13T14:45:14.706 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.706 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.706 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:45:14.706 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:33.390889+0000", 2024-09-13T14:45:14.706 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00010888 2024-09-13T14:45:14.706 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.706 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.706 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:45:14.706 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:33.391001+0000", 2024-09-13T14:45:14.707 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000111696 2024-09-13T14:45:14.707 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.707 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.707 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 2,7", 2024-09-13T14:45:14.707 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:33.391109+0000", 2024-09-13T14:45:14.707 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000107459 2024-09-13T14:45:14.707 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.707 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.707 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:45:14.707 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:33.396131+0000", 2024-09-13T14:45:14.707 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0050223059999999998 2024-09-13T14:45:14.707 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.707 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.708 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:45:14.708 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:33.407720+0000", 2024-09-13T14:45:14.708 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.011589542 2024-09-13T14:45:14.708 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.708 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.708 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:45:14.708 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:33.520306+0000", 2024-09-13T14:45:14.708 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.11258589200000001 2024-09-13T14:45:14.708 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.708 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.708 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:45:14.708 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:33.520365+0000", 2024-09-13T14:45:14.708 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.8993999999999998e-05 2024-09-13T14:45:14.709 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.709 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.709 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:45:14.709 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:33.520414+0000", 2024-09-13T14:45:14.709 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.8563999999999998e-05 2024-09-13T14:45:14.709 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:45:14.709 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:45:14.709 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:45:14.709 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.709 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.709 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:249546 6.9 6:9c6ad567:::benchmark_data_smithi071_156503_object117552:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1134)", 2024-09-13T14:45:14.709 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:43:33.397506+0000", 2024-09-13T14:45:14.709 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 101.224148188, 2024-09-13T14:45:14.710 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.123092706, 2024-09-13T14:45:14.710 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:45:14.710 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:45:14.710 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:45:14.710 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:45:14.710 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:45:14.710 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:45:14.710 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 249546 2024-09-13T14:45:14.710 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.710 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:45:14.710 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.710 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:45:14.710 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:33.397506+0000", 2024-09-13T14:45:14.710 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:45:14.711 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.711 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.711 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:45:14.711 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:33.397506+0000", 2024-09-13T14:45:14.711 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:45:14.711 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.711 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.711 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:45:14.711 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:33.397507+0000", 2024-09-13T14:45:14.711 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2780000000000001e-06 2024-09-13T14:45:14.711 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.711 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.711 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:45:14.711 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:33.397512+0000", 2024-09-13T14:45:14.712 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.8899999999999998e-06 2024-09-13T14:45:14.712 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.712 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.712 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:45:14.712 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:33.397527+0000", 2024-09-13T14:45:14.712 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4531e-05 2024-09-13T14:45:14.712 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.712 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.712 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:45:14.712 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:33.397534+0000", 2024-09-13T14:45:14.712 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.4839999999999998e-06 2024-09-13T14:45:14.712 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.712 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.713 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:45:14.713 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:33.397591+0000", 2024-09-13T14:45:14.713 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.6440999999999997e-05 2024-09-13T14:45:14.713 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.713 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.713 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:45:14.713 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:33.397788+0000", 2024-09-13T14:45:14.713 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00019783999999999999 2024-09-13T14:45:14.713 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.713 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.713 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 2,7", 2024-09-13T14:45:14.713 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:33.397898+0000", 2024-09-13T14:45:14.713 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000109437 2024-09-13T14:45:14.713 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.714 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.714 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:45:14.714 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:33.407687+0000", 2024-09-13T14:45:14.714 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0097890570000000003 2024-09-13T14:45:14.714 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.714 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.714 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:45:14.714 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:33.407729+0000", 2024-09-13T14:45:14.714 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.2126999999999998e-05 2024-09-13T14:45:14.714 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.714 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.714 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:45:14.714 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:33.520476+0000", 2024-09-13T14:45:14.714 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.11274657 2024-09-13T14:45:14.715 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.715 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.715 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:45:14.715 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:33.520533+0000", 2024-09-13T14:45:14.715 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.7519000000000003e-05 2024-09-13T14:45:14.715 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.715 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.715 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:45:14.715 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:33.520599+0000", 2024-09-13T14:45:14.715 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.5531999999999995e-05 2024-09-13T14:45:14.715 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:45:14.715 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:45:14.715 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:45:14.716 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.716 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.716 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:249547 6.9 6:9a2ae00a:::benchmark_data_smithi071_156503_object117553:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1134)", 2024-09-13T14:45:14.716 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:43:33.397646+0000", 2024-09-13T14:45:14.716 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 101.224008525, 2024-09-13T14:45:14.716 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.123399465, 2024-09-13T14:45:14.716 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:45:14.716 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:45:14.716 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:45:14.716 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:45:14.716 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:45:14.716 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:45:14.717 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 249547 2024-09-13T14:45:14.717 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.717 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:45:14.717 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.717 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:45:14.717 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:33.397646+0000", 2024-09-13T14:45:14.717 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:45:14.717 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.717 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.717 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:45:14.717 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:33.397646+0000", 2024-09-13T14:45:14.717 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:45:14.718 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.718 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.718 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:45:14.718 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:33.397647+0000", 2024-09-13T14:45:14.718 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.3300000000000001e-07 2024-09-13T14:45:14.718 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.718 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.718 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:45:14.718 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:33.397650+0000", 2024-09-13T14:45:14.718 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.9310000000000001e-06 2024-09-13T14:45:14.718 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.719 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:45:14.719 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.720 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:45:14.720 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:33.397660+0000", 2024-09-13T14:45:14.720 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.5400000000000001e-06 2024-09-13T14:45:14.720 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.720 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.720 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:45:14.720 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:33.397667+0000", 2024-09-13T14:45:14.720 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.6800000000000004e-06 2024-09-13T14:45:14.720 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.720 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.720 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:45:14.720 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:33.402799+0000", 2024-09-13T14:45:14.721 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.005132452 2024-09-13T14:45:14.721 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.721 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.721 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:45:14.721 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:33.402901+0000", 2024-09-13T14:45:14.721 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00010154600000000001 2024-09-13T14:45:14.721 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.721 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.721 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 2,7", 2024-09-13T14:45:14.721 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:33.403006+0000", 2024-09-13T14:45:14.721 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000105067 2024-09-13T14:45:14.721 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.721 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.722 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:45:14.722 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:33.407813+0000", 2024-09-13T14:45:14.722 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0048073949999999999 2024-09-13T14:45:14.722 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.722 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.722 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:45:14.722 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:33.407825+0000", 2024-09-13T14:45:14.722 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1508999999999999e-05 2024-09-13T14:45:14.722 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.722 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.722 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:45:14.722 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:33.520751+0000", 2024-09-13T14:45:14.722 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.112926232 2024-09-13T14:45:14.723 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.723 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.723 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:45:14.723 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:33.520917+0000", 2024-09-13T14:45:14.723 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000165978 2024-09-13T14:45:14.723 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.723 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.723 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:45:14.723 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:33.521045+0000", 2024-09-13T14:45:14.723 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012830200000000001 2024-09-13T14:45:14.723 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:45:14.723 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:45:14.723 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:45:14.724 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.724 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.724 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:249553 6.0 6:0f0644cd:::benchmark_data_smithi071_156503_object117559:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1134)", 2024-09-13T14:45:14.724 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:43:33.407742+0000", 2024-09-13T14:45:14.724 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 101.21391265, 2024-09-13T14:45:14.724 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.113701592, 2024-09-13T14:45:14.724 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:45:14.724 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:45:14.724 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:45:14.724 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:45:14.724 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:45:14.724 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:45:14.724 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 249553 2024-09-13T14:45:14.725 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.725 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:45:14.725 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.725 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:45:14.725 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:33.407742+0000", 2024-09-13T14:45:14.725 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:45:14.725 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.725 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.725 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:45:14.725 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:33.407742+0000", 2024-09-13T14:45:14.725 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:45:14.725 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.725 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.726 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:45:14.726 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:33.407743+0000", 2024-09-13T14:45:14.726 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.094e-06 2024-09-13T14:45:14.726 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.726 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.726 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:45:14.726 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:33.407747+0000", 2024-09-13T14:45:14.726 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.1860000000000002e-06 2024-09-13T14:45:14.726 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.726 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.726 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:45:14.726 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:33.407768+0000", 2024-09-13T14:45:14.726 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.1316000000000001e-05 2024-09-13T14:45:14.727 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.727 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.727 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:45:14.727 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:33.407774+0000", 2024-09-13T14:45:14.727 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.7209999999999999e-06 2024-09-13T14:45:14.727 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.727 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.727 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:45:14.727 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:33.407822+0000", 2024-09-13T14:45:14.727 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.8532000000000002e-05 2024-09-13T14:45:14.727 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.727 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.727 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:45:14.727 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:33.407943+0000", 2024-09-13T14:45:14.728 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000120987 2024-09-13T14:45:14.728 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.728 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.728 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 2,3,5", 2024-09-13T14:45:14.728 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:33.408066+0000", 2024-09-13T14:45:14.728 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012258399999999999 2024-09-13T14:45:14.728 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.728 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.728 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:45:14.728 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:33.412118+0000", 2024-09-13T14:45:14.728 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0040518100000000003 2024-09-13T14:45:14.728 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.728 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.729 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:45:14.729 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:33.412181+0000", 2024-09-13T14:45:14.729 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.2909000000000004e-05 2024-09-13T14:45:14.729 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.729 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.729 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:45:14.729 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:33.412201+0000", 2024-09-13T14:45:14.729 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.0383000000000001e-05 2024-09-13T14:45:14.729 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.729 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.729 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:45:14.729 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:33.521194+0000", 2024-09-13T14:45:14.729 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.108993351 2024-09-13T14:45:14.729 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.730 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.730 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:45:14.730 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:33.521298+0000", 2024-09-13T14:45:14.730 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000103723 2024-09-13T14:45:14.730 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.730 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.730 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:45:14.730 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:33.521443+0000", 2024-09-13T14:45:14.730 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00014499599999999999 2024-09-13T14:45:14.730 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:45:14.730 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:45:14.730 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:45:14.730 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.731 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.731 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:64176 7.f 7:f2d35b42:::benchmark_data_smithi071_196541_object64175:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1161)", 2024-09-13T14:45:14.731 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:45:10.996738+0000", 2024-09-13T14:45:14.731 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 3.6249166390000003, 2024-09-13T14:45:14.731 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.122537413, 2024-09-13T14:45:14.731 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:45:14.731 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:45:14.731 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:45:14.731 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:45:14.731 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:45:14.731 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:45:14.731 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 64176 2024-09-13T14:45:14.731 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.732 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:45:14.732 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.732 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:45:14.732 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:10.996738+0000", 2024-09-13T14:45:14.732 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:45:14.732 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.732 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.732 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:45:14.732 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:10.996738+0000", 2024-09-13T14:45:14.732 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:45:14.732 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.732 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.733 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:45:14.733 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:10.996738+0000", 2024-09-13T14:45:14.733 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.2299999999999999e-07 2024-09-13T14:45:14.733 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.733 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.733 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:45:14.733 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:10.996766+0000", 2024-09-13T14:45:14.733 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.7953000000000002e-05 2024-09-13T14:45:14.733 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.733 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.733 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:45:14.733 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:10.996777+0000", 2024-09-13T14:45:14.733 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0565e-05 2024-09-13T14:45:14.733 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.734 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.734 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:45:14.734 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:10.996784+0000", 2024-09-13T14:45:14.734 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.7660000000000001e-06 2024-09-13T14:45:14.734 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.734 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.734 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:45:14.734 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:11.007375+0000", 2024-09-13T14:45:14.734 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.010590742 2024-09-13T14:45:14.734 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.734 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.734 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:45:14.734 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:11.007667+0000", 2024-09-13T14:45:14.735 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00029285100000000001 2024-09-13T14:45:14.735 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.735 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.735 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 3,7", 2024-09-13T14:45:14.735 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:11.007827+0000", 2024-09-13T14:45:14.735 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00015947300000000001 2024-09-13T14:45:14.735 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.735 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.735 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:45:14.735 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:11.014907+0000", 2024-09-13T14:45:14.735 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0070804910000000004 2024-09-13T14:45:14.735 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.735 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.736 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:45:14.736 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:11.018328+0000", 2024-09-13T14:45:14.736 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0034210740000000001 2024-09-13T14:45:14.736 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.736 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.736 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:45:14.736 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:11.119169+0000", 2024-09-13T14:45:14.736 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.100840391 2024-09-13T14:45:14.736 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.736 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.736 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:45:14.736 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:11.119230+0000", 2024-09-13T14:45:14.736 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.0841999999999998e-05 2024-09-13T14:45:14.737 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.737 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.737 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:45:14.737 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:11.119275+0000", 2024-09-13T14:45:14.737 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.5342000000000001e-05 2024-09-13T14:45:14.737 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:45:14.737 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:45:14.737 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:45:14.737 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.737 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.737 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:64184 7.f 7:f0af2f4f:::benchmark_data_smithi071_196541_object64183:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1161)", 2024-09-13T14:45:14.737 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:45:11.003056+0000", 2024-09-13T14:45:14.737 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 3.6185983830000001, 2024-09-13T14:45:14.738 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.11634001099999999, 2024-09-13T14:45:14.738 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:45:14.738 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:45:14.738 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:45:14.738 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:45:14.738 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:45:14.738 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:45:14.738 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 64184 2024-09-13T14:45:14.738 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.738 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:45:14.738 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.739 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:45:14.739 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:11.003056+0000", 2024-09-13T14:45:14.739 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:45:14.739 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.739 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.739 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:45:14.739 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:11.003056+0000", 2024-09-13T14:45:14.739 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:45:14.739 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.739 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.739 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:45:14.739 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:11.003057+0000", 2024-09-13T14:45:14.739 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.61e-07 2024-09-13T14:45:14.740 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.740 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.740 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:45:14.740 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:11.003079+0000", 2024-09-13T14:45:14.740 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.2297999999999999e-05 2024-09-13T14:45:14.740 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.740 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.740 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:45:14.740 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:11.003089+0000", 2024-09-13T14:45:14.740 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0216e-05 2024-09-13T14:45:14.740 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.740 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.741 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:45:14.741 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:11.003096+0000", 2024-09-13T14:45:14.741 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.5860000000000001e-06 2024-09-13T14:45:14.741 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.741 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.741 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:45:14.741 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:11.012515+0000", 2024-09-13T14:45:14.741 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0094195719999999993 2024-09-13T14:45:14.741 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.741 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.741 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:45:14.741 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:11.012630+0000", 2024-09-13T14:45:14.741 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00011448299999999999 2024-09-13T14:45:14.742 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.742 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.742 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 3,7", 2024-09-13T14:45:14.742 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:11.012781+0000", 2024-09-13T14:45:14.742 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00015160799999999999 2024-09-13T14:45:14.742 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.742 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.742 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:45:14.742 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:11.018316+0000", 2024-09-13T14:45:14.742 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.005534494 2024-09-13T14:45:14.742 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.742 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.742 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:45:14.742 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:11.021102+0000", 2024-09-13T14:45:14.742 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.002786031 2024-09-13T14:45:14.743 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.743 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.743 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:45:14.743 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:11.119314+0000", 2024-09-13T14:45:14.743 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.098212384999999999 2024-09-13T14:45:14.743 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.743 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.743 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:45:14.743 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:11.119363+0000", 2024-09-13T14:45:14.743 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.9211e-05 2024-09-13T14:45:14.743 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.743 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.743 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:45:14.743 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:11.119396+0000", 2024-09-13T14:45:14.744 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.2366000000000001e-05 2024-09-13T14:45:14.744 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:45:14.744 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:45:14.744 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:45:14.744 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.744 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.744 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:64193 7.7 7:ef81557b:::benchmark_data_smithi071_196541_object64192:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1161)", 2024-09-13T14:45:14.744 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:45:11.008375+0000", 2024-09-13T14:45:14.745 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 3.6132792399999998, 2024-09-13T14:45:14.745 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.110943423, 2024-09-13T14:45:14.745 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:45:14.745 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:45:14.745 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:45:14.745 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:45:14.745 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:45:14.745 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:45:14.745 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 64193 2024-09-13T14:45:14.745 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.745 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:45:14.745 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.745 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:45:14.745 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:11.008375+0000", 2024-09-13T14:45:14.746 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:45:14.746 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.746 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.746 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:45:14.746 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:11.008375+0000", 2024-09-13T14:45:14.746 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:45:14.746 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.746 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.746 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:45:14.746 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:11.008376+0000", 2024-09-13T14:45:14.746 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.017e-06 2024-09-13T14:45:14.746 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.746 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.746 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:45:14.746 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:11.008395+0000", 2024-09-13T14:45:14.746 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.9375999999999999e-05 2024-09-13T14:45:14.747 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.747 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.747 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:45:14.747 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:11.008404+0000", 2024-09-13T14:45:14.747 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.9730000000000003e-06 2024-09-13T14:45:14.747 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.747 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.747 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:45:14.747 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:11.008410+0000", 2024-09-13T14:45:14.747 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.6919999999999999e-06 2024-09-13T14:45:14.747 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.747 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.747 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:45:14.747 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:11.010230+0000", 2024-09-13T14:45:14.748 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0018196659999999999 2024-09-13T14:45:14.748 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.748 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.748 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:45:14.748 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:11.010337+0000", 2024-09-13T14:45:14.748 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000106984 2024-09-13T14:45:14.748 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.748 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.748 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 3", 2024-09-13T14:45:14.748 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:11.010453+0000", 2024-09-13T14:45:14.748 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000115858 2024-09-13T14:45:14.749 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.752 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.752 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:45:14.752 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:11.021091+0000", 2024-09-13T14:45:14.752 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.010638303 2024-09-13T14:45:14.753 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.753 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.753 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:45:14.753 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:11.119197+0000", 2024-09-13T14:45:14.753 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.098105672000000005 2024-09-13T14:45:14.753 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.753 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.753 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:45:14.753 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:11.119240+0000", 2024-09-13T14:45:14.753 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.3371000000000002e-05 2024-09-13T14:45:14.753 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.753 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.754 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:45:14.754 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:11.119318+0000", 2024-09-13T14:45:14.754 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.8510999999999994e-05 2024-09-13T14:45:14.754 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:45:14.754 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:45:14.754 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:45:14.754 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.754 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.754 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:64206 7.6 7:6048f80a:::benchmark_data_smithi071_196541_object64205:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1161)", 2024-09-13T14:45:14.754 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:45:11.019759+0000", 2024-09-13T14:45:14.754 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 3.6018948549999998, 2024-09-13T14:45:14.754 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.10659349999999999, 2024-09-13T14:45:14.754 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:45:14.755 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:45:14.755 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:45:14.755 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:45:14.755 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:45:14.755 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:45:14.755 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 64206 2024-09-13T14:45:14.755 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.755 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:45:14.755 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.755 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:45:14.755 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:11.019759+0000", 2024-09-13T14:45:14.755 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:45:14.756 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.756 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.756 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:45:14.756 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:11.019759+0000", 2024-09-13T14:45:14.756 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:45:14.756 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.756 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.756 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:45:14.756 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:11.019761+0000", 2024-09-13T14:45:14.756 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.84e-06 2024-09-13T14:45:14.756 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.756 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.756 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:45:14.757 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:11.019786+0000", 2024-09-13T14:45:14.757 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.4511e-05 2024-09-13T14:45:14.757 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.757 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.757 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:45:14.757 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:11.019802+0000", 2024-09-13T14:45:14.757 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.5872e-05 2024-09-13T14:45:14.757 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.757 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.757 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:45:14.757 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:11.019810+0000", 2024-09-13T14:45:14.757 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.2460000000000003e-06 2024-09-13T14:45:14.757 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.758 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.758 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:45:14.758 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:11.019952+0000", 2024-09-13T14:45:14.758 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00014185099999999999 2024-09-13T14:45:14.758 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.758 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.758 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:45:14.758 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:11.020088+0000", 2024-09-13T14:45:14.758 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013655899999999999 2024-09-13T14:45:14.758 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.758 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.758 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 3,7", 2024-09-13T14:45:14.759 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:11.020221+0000", 2024-09-13T14:45:14.759 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000132986 2024-09-13T14:45:14.759 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.759 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.759 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:45:14.759 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:11.117651+0000", 2024-09-13T14:45:14.759 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.097429650000000007 2024-09-13T14:45:14.759 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.759 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.759 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:45:14.759 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:11.117713+0000", 2024-09-13T14:45:14.759 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.2576000000000005e-05 2024-09-13T14:45:14.760 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.760 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.760 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:45:14.760 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:11.126250+0000", 2024-09-13T14:45:14.760 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0085369969999999993 2024-09-13T14:45:14.760 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.760 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.760 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:45:14.760 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:11.126309+0000", 2024-09-13T14:45:14.760 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.8388999999999999e-05 2024-09-13T14:45:14.760 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:45:14.760 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:45:14.761 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:45:14.761 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:11.126353+0000", 2024-09-13T14:45:14.761 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.4023000000000002e-05 2024-09-13T14:45:14.761 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:45:14.761 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:45:14.761 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:45:14.761 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:45:14.761 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:45:14.761 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:45:14.784 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:14.785 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:14.785 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:45:14.841 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 38 16 68929 68913 113.324 67.5625 0.00502385 0.00881986 2024-09-13T14:45:14.850 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd unset nodeep-scrub 2024-09-13T14:45:14.885 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:45:14.956 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:14.956 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:14.957 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:45:15.057 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:45:15.084 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:15.084 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:15.085 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:45:15.186 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:45:15.210 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:15.211 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:15.211 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:45:15.312 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:45:15.358 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:15.361 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:15.361 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:45:15.427 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:15 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:45:15.428 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:15 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:45:15.428 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:15 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:45:15.428 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:15 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:45:15.428 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:15 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:45:15.428 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:15 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:45:15.463 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:45:15.500 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:15.501 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:15.501 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:45:15.602 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:45:15.627 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:15.627 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:15.628 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:45:15.655 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:15 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:45:15.655 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:15 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:45:15.655 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:15 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:45:15.729 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:45:15.754 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:15.755 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:15.755 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:45:15.841 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 39 16 70139 70123 112.357 75.625 0.0144604 0.00889514 2024-09-13T14:45:15.856 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:45:15.896 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:15.896 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:15.896 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:45:15.997 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:16.027 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:16.028 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:16.029 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:16.129 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:16.132 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.1 dump_ops_in_flight 2024-09-13T14:45:16.154 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:16.155 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:16.155 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:16.256 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:16.336 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:16.342 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:16.342 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:16.443 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:45:16.466 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:16.467 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:16.467 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:45:16.551 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:16 smithi104 ceph-mon[105578]: pgmap v1378: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 4.1 GiB data, 13 GiB used, 703 GiB / 715 GiB avail; 84 MiB/s wr, 1.35k op/s; 20904/200100 objects degraded (10.447%) 2024-09-13T14:45:16.569 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:16.612 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:16.613 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:16.614 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:16.715 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:16.738 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:16.738 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:16.739 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:16.840 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:45:16.841 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:2024-09-13T14:45:16.841156+0000 min lat: 0.000956766 max lat: 0.18798 avg lat: 0.00896533 2024-09-13T14:45:16.841 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2024-09-13T14:45:16.841 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 40 16 71371 71355 111.473 77 0.006295 0.00896533 2024-09-13T14:45:16.858 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:16 smithi071 ceph-mon[107477]: pgmap v1378: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 4.1 GiB data, 13 GiB used, 703 GiB / 715 GiB avail; 84 MiB/s wr, 1.35k op/s; 20904/200100 objects degraded (10.447%) 2024-09-13T14:45:16.859 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:16 smithi071 ceph-mon[112785]: pgmap v1378: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 4.1 GiB data, 13 GiB used, 703 GiB / 715 GiB avail; 84 MiB/s wr, 1.35k op/s; 20904/200100 objects degraded (10.447%) 2024-09-13T14:45:16.866 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:16.866 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:16.867 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:45:16.967 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:16.998 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:16.999 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:16.999 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:17.100 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:17.136 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:17.137 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:17.137 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:17.238 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:45:17.266 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:17.266 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:17.267 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:45:17.368 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:17.410 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:17.410 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:17.411 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:17.512 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:17.555 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:17.556 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:17.556 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:17.657 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:17.695 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:17.695 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:17.695 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:17.775 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:45:17.796 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:17.851 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 41 16 72588 72572 110.591 76.0625 0.0107931 0.00903527 2024-09-13T14:45:17.867 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:17.867 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:17.867 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:17.968 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:18.013 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:18.014 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:18.014 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:18.115 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:18.159 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:18.162 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:18.162 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:18.263 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:18.303 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:18.303 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:18.304 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:18.405 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:18.443 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:18.443 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:18.443 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:18.544 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:45:18.568 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:18.569 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:18.570 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:45:18.650 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:45:18.671 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:45:18.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:18 smithi104 ceph-mon[105578]: pgmap v1379: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 4.2 GiB data, 13 GiB used, 702 GiB / 715 GiB avail; 82 MiB/s wr, 1.31k op/s; 21291/206121 objects degraded (10.329%) 2024-09-13T14:45:18.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:18 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 21291/206121 objects degraded (10.329%), 11 pgs degraded (PG_DEGRADED) 2024-09-13T14:45:18.695 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:18.696 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:18.696 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:45:18.783 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:18 smithi071 ceph-mon[107477]: pgmap v1379: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 4.2 GiB data, 13 GiB used, 702 GiB / 715 GiB avail; 82 MiB/s wr, 1.31k op/s; 21291/206121 objects degraded (10.329%) 2024-09-13T14:45:18.783 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:18 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 21291/206121 objects degraded (10.329%), 11 pgs degraded (PG_DEGRADED) 2024-09-13T14:45:18.784 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:18 smithi071 ceph-mon[112785]: pgmap v1379: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 4.2 GiB data, 13 GiB used, 702 GiB / 715 GiB avail; 82 MiB/s wr, 1.31k op/s; 21291/206121 objects degraded (10.329%) 2024-09-13T14:45:18.784 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:18 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 21291/206121 objects degraded (10.329%), 11 pgs degraded (PG_DEGRADED) 2024-09-13T14:45:18.797 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:18.845 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:18.845 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:18.846 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:18.848 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 42 16 73775 73759 109.724 74.1875 0.0204998 0.00910877 2024-09-13T14:45:18.946 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:18.995 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:18.995 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:18.995 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:19.096 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:19.136 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:19.136 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:19.137 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:19.238 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:45:19.279 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:19.279 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:19.280 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:45:19.381 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:45:19.406 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:19.406 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:19.406 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:45:19.507 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:19.551 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:19.552 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:19.552 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:19.653 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:45:19.695 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:19.696 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:19.696 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:45:19.797 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:19.835 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:19.836 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:19.836 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:19.848 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 43 16 74985 74969 108.931 75.625 0.0149814 0.0091741 2024-09-13T14:45:19.937 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:45:19.977 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:19.978 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:19.978 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:45:20.079 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:45:20.106 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:20.107 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:20.108 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:45:20.209 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:45:20.244 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:20.245 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:20.245 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:45:20.346 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:45:20.367 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:20.368 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:20.368 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:45:20.469 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:20.507 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:20.507 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:20.508 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:20.608 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:45:20.632 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:20.632 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:20.633 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:45:20.666 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:20 smithi071 ceph-mon[107477]: pgmap v1380: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 4.3 GiB data, 14 GiB used, 702 GiB / 715 GiB avail; 79 MiB/s wr, 1.27k op/s; 22389/212685 objects degraded (10.527%) 2024-09-13T14:45:20.666 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:20 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:45:20.666 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:20 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:45:20.667 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:20 smithi071 ceph-mon[112785]: pgmap v1380: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 4.3 GiB data, 14 GiB used, 702 GiB / 715 GiB avail; 79 MiB/s wr, 1.27k op/s; 22389/212685 objects degraded (10.527%) 2024-09-13T14:45:20.667 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:20 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:45:20.667 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:20 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:45:20.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:20 smithi104 ceph-mon[105578]: pgmap v1380: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 4.3 GiB data, 14 GiB used, 702 GiB / 715 GiB avail; 79 MiB/s wr, 1.27k op/s; 22389/212685 objects degraded (10.527%) 2024-09-13T14:45:20.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:20 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:45:20.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:20 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:45:20.734 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:20.738 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:45:20.739 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:45:20.758 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:20.759 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:20.759 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:20.784 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:45:20.784 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:45:20.823 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:45:20.823 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:45:20.848 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 44 16 76135 76119 108.089 71.875 0.00831956 0.00924534 2024-09-13T14:45:20.860 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:20.865 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:45:20.866 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:45:20.883 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:20.884 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:20.884 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:20.897 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:45:20.897 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:45:20.931 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:45:20.931 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:45:20.938 INFO:teuthology.orchestra.run.smithi071.stderr:Error ENXIO: problem getting command descriptions from osd.6 2024-09-13T14:45:20.973 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:45:20.974 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:45:20.985 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:21.029 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:21.030 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:21.030 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:21.131 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:45:21.155 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:21.155 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:21.156 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:45:21.257 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:45:21.280 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:21.281 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:21.281 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:45:21.382 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:45:21.406 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:21.406 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:21.407 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:45:21.435 INFO:teuthology.orchestra.run.smithi071.stderr:set pool 1 pgp_num to 1 2024-09-13T14:45:21.507 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:21.551 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:21.552 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:21.552 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:21.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:21 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2526340320' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:45:21.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:21 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1400303317' entity='client.admin' cmd={"prefix": "osd pool set", "pool": ".mgr", "var": "pgp_num", "val": "1"} : dispatch 2024-09-13T14:45:21.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:21 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd pool set", "pool": ".mgr", "var": "pgp_num", "val": "1"} : dispatch 2024-09-13T14:45:21.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:21 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2526340320' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:45:21.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:21 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1400303317' entity='client.admin' cmd={"prefix": "osd pool set", "pool": ".mgr", "var": "pgp_num", "val": "1"} : dispatch 2024-09-13T14:45:21.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:21 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd pool set", "pool": ".mgr", "var": "pgp_num", "val": "1"} : dispatch 2024-09-13T14:45:21.654 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:45:21.694 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:21.694 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:21.695 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:45:21.795 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:21.834 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:21.835 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:21.836 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:21.848 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 45 16 77239 77223 107.221 69 0.011267 0.0093214 2024-09-13T14:45:21.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:21 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2526340320' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:45:21.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:21 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1400303317' entity='client.admin' cmd={"prefix": "osd pool set", "pool": ".mgr", "var": "pgp_num", "val": "1"} : dispatch 2024-09-13T14:45:21.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:21 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd pool set", "pool": ".mgr", "var": "pgp_num", "val": "1"} : dispatch 2024-09-13T14:45:21.936 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:21.973 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:21.974 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:21.974 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:22.075 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:45:22.099 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:22.099 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:22.100 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:45:22.201 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:45:22.225 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:22.225 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:22.226 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:45:22.326 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:22.351 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:22.351 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:22.352 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:22.452 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:45:22.477 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:22.477 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:22.478 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:45:22.580 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:45:22.620 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:22.621 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:22.621 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:45:22.704 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:22 smithi071 ceph-mon[107477]: pgmap v1381: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 4.4 GiB data, 14 GiB used, 701 GiB / 715 GiB avail; 76 MiB/s wr, 1.22k op/s; 22742/218397 objects degraded (10.413%) 2024-09-13T14:45:22.704 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:22 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": ".mgr", "var": "pgp_num", "val": "1"}]': finished 2024-09-13T14:45:22.704 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:22 smithi071 ceph-mon[107477]: osdmap e1162: 8 total, 7 up, 8 in 2024-09-13T14:45:22.705 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:22 smithi071 ceph-mon[112785]: pgmap v1381: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 4.4 GiB data, 14 GiB used, 701 GiB / 715 GiB avail; 76 MiB/s wr, 1.22k op/s; 22742/218397 objects degraded (10.413%) 2024-09-13T14:45:22.705 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:22 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": ".mgr", "var": "pgp_num", "val": "1"}]': finished 2024-09-13T14:45:22.705 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:22 smithi071 ceph-mon[112785]: osdmap e1162: 8 total, 7 up, 8 in 2024-09-13T14:45:22.722 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:45:22.764 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:22.764 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:22.765 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:45:22.848 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 46 16 78392 78376 106.456 72.0625 0.0142446 0.00938743 2024-09-13T14:45:22.866 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:45:22.903 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:22.903 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:22.904 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:45:22.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:22 smithi104 ceph-mon[105578]: pgmap v1381: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 4.4 GiB data, 14 GiB used, 701 GiB / 715 GiB avail; 76 MiB/s wr, 1.22k op/s; 22742/218397 objects degraded (10.413%) 2024-09-13T14:45:22.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:22 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": ".mgr", "var": "pgp_num", "val": "1"}]': finished 2024-09-13T14:45:22.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:22 smithi104 ceph-mon[105578]: osdmap e1162: 8 total, 7 up, 8 in 2024-09-13T14:45:23.005 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:45:23.030 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:23.030 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:23.030 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:45:23.131 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:45:23.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:45:22 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:45:22] "GET /metrics HTTP/1.1" 200 36616 "" "Prometheus/2.51.0" 2024-09-13T14:45:23.166 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:23.167 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:23.167 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:45:23.268 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:45:23.303 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:23.304 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:23.304 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:45:23.405 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:45:23.429 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:23.430 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:23.430 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:45:23.531 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:45:23.556 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:23.556 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:23.557 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:45:23.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:23 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 22742/218397 objects degraded (10.413%), 11 pgs degraded (PG_DEGRADED) 2024-09-13T14:45:23.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:23 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 22742/218397 objects degraded (10.413%), 11 pgs degraded (PG_DEGRADED) 2024-09-13T14:45:23.657 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:45:23.692 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:23.693 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:23.693 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:45:23.732 DEBUG:teuthology.orchestra.run:got remote process result: 6 2024-09-13T14:45:23.732 INFO:tasks.thrashosds.thrasher:Failed to tell all osds, ignoring 2024-09-13T14:45:23.794 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:45:23.831 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:23.831 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:23.832 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:45:23.848 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 47 16 79616 79600 105.819 76.5 0.0137966 0.00944481 2024-09-13T14:45:23.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:23 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 22742/218397 objects degraded (10.413%), 11 pgs degraded (PG_DEGRADED) 2024-09-13T14:45:23.933 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:45:23.956 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:23.956 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:23.957 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:45:24.057 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:45:24.080 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:24.080 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:24.081 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:45:24.182 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:24.244 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:24.244 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:24.245 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:24.345 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:45:24.396 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:24.396 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:24.397 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:45:24.498 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:24.520 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:24.521 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:24.521 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:24.622 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:24.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:24 smithi104 ceph-mon[105578]: pgmap v1383: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 4.6 GiB data, 14 GiB used, 701 GiB / 715 GiB avail; 76 MiB/s wr, 1.21k op/s; 23128/223749 objects degraded (10.337%) 2024-09-13T14:45:24.678 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:24.678 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:24.678 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:24.779 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:45:24.789 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:24 smithi071 ceph-mon[107477]: pgmap v1383: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 4.6 GiB data, 14 GiB used, 701 GiB / 715 GiB avail; 76 MiB/s wr, 1.21k op/s; 23128/223749 objects degraded (10.337%) 2024-09-13T14:45:24.789 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:24 smithi071 ceph-mon[112785]: pgmap v1383: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 4.6 GiB data, 14 GiB used, 701 GiB / 715 GiB avail; 76 MiB/s wr, 1.21k op/s; 23128/223749 objects degraded (10.337%) 2024-09-13T14:45:24.804 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:24.804 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:24.805 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:45:24.848 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 48 16 80736 80720 105.073 70 0.0155748 0.00951179 2024-09-13T14:45:24.906 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:45:24.940 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:24.941 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:24.941 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:45:25.042 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:25.094 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:25.095 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:25.095 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:25.196 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:45:25.218 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:25.219 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:25.219 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:45:25.320 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:45:25.343 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:25.344 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:25.344 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:45:25.445 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:45:25.483 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:25.483 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:25.484 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:45:25.584 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:25.618 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:25.619 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:25.619 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:25.720 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:45:25.734 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=true 2024-09-13T14:45:25.760 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:25.761 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:25.761 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:45:25.848 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 49 16 81894 81878 104.405 72.375 0.019746 0.00957295 2024-09-13T14:45:25.862 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:25.940 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:25.941 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:25.941 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:26.042 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:45:26.104 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:26.105 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:26.105 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:45:26.206 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:45:26.231 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:26.231 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:26.232 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:45:26.333 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:45:26.356 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:26.357 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:26.357 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:45:26.459 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:26.499 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:26.500 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:26.500 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:26.601 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:26.607 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:26 smithi071 ceph-mon[107477]: pgmap v1384: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 4.8 GiB data, 15 GiB used, 701 GiB / 715 GiB avail; 74 MiB/s wr, 1.19k op/s; 24563/235836 objects degraded (10.415%) 2024-09-13T14:45:26.608 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:26 smithi071 ceph-mon[112785]: pgmap v1384: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 4.8 GiB data, 15 GiB used, 701 GiB / 715 GiB avail; 74 MiB/s wr, 1.19k op/s; 24563/235836 objects degraded (10.415%) 2024-09-13T14:45:26.648 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:26.649 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:26.649 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:26.652 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T14:45:26.652 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:45:26.751 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:26.791 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:26.792 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:26.792 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:26.849 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 50 16 82963 82947 103.654 66.8125 0.00947635 0.00964218 2024-09-13T14:45:26.893 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:26.917 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:26.918 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:26.918 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:26.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:26 smithi104 ceph-mon[105578]: pgmap v1384: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 4.8 GiB data, 15 GiB used, 701 GiB / 715 GiB avail; 74 MiB/s wr, 1.19k op/s; 24563/235836 objects degraded (10.415%) 2024-09-13T14:45:27.019 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:27.043 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:27.044 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:27.044 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:27.145 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:27.169 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:27.170 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:27.170 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:27.271 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:45:27.303 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:27.304 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:27.304 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:45:27.405 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:27.428 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:27.428 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:27.429 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:27.529 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:27.568 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:27.568 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:27.568 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:27.669 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:45:27.692 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:27.693 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:27.693 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:45:27.796 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:45:27.820 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:27.820 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:27.821 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:45:27.849 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 51 16 84123 84107 103.043 72.5 0.00828777 0.0096997 2024-09-13T14:45:27.921 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:45:27.945 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:27.945 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:27.946 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:45:27.974 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.1 dump_blocked_ops 2024-09-13T14:45:28.047 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:28.101 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:28.102 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:28.102 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:28.204 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:45:28.227 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:28.227 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:28.228 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:45:28.250 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:45:28.328 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:45:28.350 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:28.350 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:28.351 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:45:28.452 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:28.473 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:28 smithi071 ceph-mon[107477]: pgmap v1385: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 4.9 GiB data, 15 GiB used, 700 GiB / 715 GiB avail; 73 MiB/s wr, 1.17k op/s; 24916/241233 objects degraded (10.329%) 2024-09-13T14:45:28.473 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:28 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 24916/241233 objects degraded (10.329%), 11 pgs degraded, 27 pgs undersized (PG_DEGRADED) 2024-09-13T14:45:28.473 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:28 smithi071 ceph-mon[112785]: pgmap v1385: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 4.9 GiB data, 15 GiB used, 700 GiB / 715 GiB avail; 73 MiB/s wr, 1.17k op/s; 24916/241233 objects degraded (10.329%) 2024-09-13T14:45:28.473 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:28 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 24916/241233 objects degraded (10.329%), 11 pgs degraded, 27 pgs undersized (PG_DEGRADED) 2024-09-13T14:45:28.509 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:28.509 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:28.510 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:28.612 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:45:28.667 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:28.667 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:28.668 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:45:28.769 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:28.809 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:28.809 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:28.810 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:28.851 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 52 15 85064 85049 102.19 58.875 0.0278774 0.00977988 2024-09-13T14:45:28.910 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:45:28.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:28 smithi104 ceph-mon[105578]: pgmap v1385: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 4.9 GiB data, 15 GiB used, 700 GiB / 715 GiB avail; 73 MiB/s wr, 1.17k op/s; 24916/241233 objects degraded (10.329%) 2024-09-13T14:45:28.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:28 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 24916/241233 objects degraded (10.329%), 11 pgs degraded, 27 pgs undersized (PG_DEGRADED) 2024-09-13T14:45:28.935 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:28.936 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:28.937 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:45:29.037 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:45:29.077 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:29.077 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:29.078 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:45:29.179 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:45:29.195 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:45:29.216 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:29.216 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:29.217 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:45:29.318 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:45:29.341 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:29.342 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:29.342 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:45:29.443 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:29.459 INFO:teuthology.orchestra.run.smithi071.stderr:nodeep-scrub is unset 2024-09-13T14:45:29.482 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:29.483 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:29.483 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:29.584 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:29.622 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:29.623 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:29.623 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:29.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:29 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3468993257' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:45:29.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:29 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:45:29.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:29 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3468993257' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:45:29.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:29 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:45:29.724 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:45:29.760 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:29.761 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:29.761 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:45:29.851 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 53 16 86152 86136 101.543 67.9375 0.0145452 0.00984208 2024-09-13T14:45:29.863 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:29.903 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:29.904 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:29.904 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:29.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:29 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3468993257' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:45:29.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:29 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:45:30.005 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:45:30.028 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:30.028 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:30.029 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:45:30.130 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:45:30.154 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:30.154 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:30.155 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:45:30.255 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:30.278 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:30.278 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:30.279 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:30.380 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:30.405 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:30.406 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:30.406 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:30.507 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:45:30.529 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:30.530 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:30.530 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:45:30.631 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:30.666 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:30.667 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:30.667 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:30.768 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:30.793 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:30.793 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:30.794 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:30.851 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 54 16 87262 87246 100.947 69.375 0.0067436 0.00990028 2024-09-13T14:45:30.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:30 smithi071 ceph-mon[107477]: pgmap v1386: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 5.0 GiB data, 16 GiB used, 700 GiB / 715 GiB avail; 73 MiB/s wr, 1.16k op/s; 25958/247611 objects degraded (10.483%) 2024-09-13T14:45:30.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:30 smithi071 ceph-mon[107477]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T14:45:30.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:30 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T14:45:30.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:30 smithi071 ceph-mon[107477]: osdmap e1163: 8 total, 7 up, 8 in 2024-09-13T14:45:30.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:30 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:45:30.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:30 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:45:30.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:30 smithi071 ceph-mon[112785]: pgmap v1386: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 5.0 GiB data, 16 GiB used, 700 GiB / 715 GiB avail; 73 MiB/s wr, 1.16k op/s; 25958/247611 objects degraded (10.483%) 2024-09-13T14:45:30.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:30 smithi071 ceph-mon[112785]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T14:45:30.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:30 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T14:45:30.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:30 smithi071 ceph-mon[112785]: osdmap e1163: 8 total, 7 up, 8 in 2024-09-13T14:45:30.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:30 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:45:30.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:30 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:45:30.894 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:45:30.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:30 smithi104 ceph-mon[105578]: pgmap v1386: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 5.0 GiB data, 16 GiB used, 700 GiB / 715 GiB avail; 73 MiB/s wr, 1.16k op/s; 25958/247611 objects degraded (10.483%) 2024-09-13T14:45:30.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:30 smithi104 ceph-mon[105578]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T14:45:30.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:30 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T14:45:30.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:30 smithi104 ceph-mon[105578]: osdmap e1163: 8 total, 7 up, 8 in 2024-09-13T14:45:30.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:30 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:45:30.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:30 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:45:30.937 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:30.938 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:30.938 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:45:31.039 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:45:31.080 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:31.080 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:31.081 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:45:31.181 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:45:31.217 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:31.218 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:31.218 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:45:31.319 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:45:31.358 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:31.359 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:31.359 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:45:31.393 INFO:tasks.thrashosds.thrasher:in_osds: [0, 1, 2, 4, 5, 6, 7, 3] out_osds: [] dead_osds: [6] live_osds: [0, 1, 2, 3, 4, 5, 7] 2024-09-13T14:45:31.394 INFO:tasks.thrashosds.thrasher:choose_action: min_in 4 min_out 0 min_live 2 min_dead 0 chance_down 0.40 2024-09-13T14:45:31.394 INFO:tasks.thrashosds.thrasher:Removing osd 4, in_osds are: [0, 1, 2, 4, 5, 6, 7, 3] 2024-09-13T14:45:31.394 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd out 4 2024-09-13T14:45:31.460 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:45:31.484 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:31.484 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:31.485 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:45:31.585 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:45:31.628 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:31.628 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:31.629 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:45:31.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:31 smithi071 ceph-mon[107477]: pgmap v1388: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 5.1 GiB data, 16 GiB used, 700 GiB / 715 GiB avail; 66 MiB/s wr, 1.06k op/s; 26284/252660 objects degraded (10.403%) 2024-09-13T14:45:31.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:31 smithi071 ceph-mon[112785]: pgmap v1388: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 5.1 GiB data, 16 GiB used, 700 GiB / 715 GiB avail; 66 MiB/s wr, 1.06k op/s; 26284/252660 objects degraded (10.403%) 2024-09-13T14:45:31.730 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:45:31.773 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:31.774 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:31.774 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:45:31.852 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 55 16 88254 88238 100.239 62 0.0138821 0.00997033 2024-09-13T14:45:31.875 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:31.912 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:31.913 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:31.913 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:31.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:31 smithi104 ceph-mon[105578]: pgmap v1388: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 5.1 GiB data, 16 GiB used, 700 GiB / 715 GiB avail; 66 MiB/s wr, 1.06k op/s; 26284/252660 objects degraded (10.403%) 2024-09-13T14:45:32.014 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:45:32.051 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:32.051 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:32.052 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:45:32.152 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:45:32.191 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:32.191 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:32.191 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:45:32.292 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:45:32.332 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:32.333 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:32.333 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:45:32.434 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:45:32.456 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:32.457 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:32.457 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:45:32.558 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:45:32.600 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:32.600 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:32.601 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:45:32.702 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:32.724 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:32.724 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:32.725 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:32.825 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:32.847 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:32.848 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:32.848 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:32.851 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 56 16 89209 89193 99.5147 59.6875 0.0209838 0.010043 2024-09-13T14:45:32.949 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:45:32.994 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:32.995 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:32.995 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:45:33.096 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:45:33.117 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:33.118 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:33.118 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:45:33.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:45:32 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:45:32] "GET /metrics HTTP/1.1" 200 36616 "" "Prometheus/2.51.0" 2024-09-13T14:45:33.219 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:33.258 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:33.259 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:33.259 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:33.360 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:33.384 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:33.384 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:33.385 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:33.486 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:45:33.528 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:33.529 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:33.530 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:45:33.630 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:33.654 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:33.655 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:33.655 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:33.756 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:45:33.815 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:33.817 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:33.817 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:45:33.854 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 57 16 90097 90081 98.738 55.5 0.021607 0.0101225 2024-09-13T14:45:33.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:33 smithi071 ceph-mon[107477]: pgmap v1389: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 5.2 GiB data, 16 GiB used, 699 GiB / 715 GiB avail; 70 MiB/s wr, 1.13k op/s; 26594/257562 objects degraded (10.325%) 2024-09-13T14:45:33.893 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:33 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 26594/257562 objects degraded (10.325%), 11 pgs degraded, 32 pgs undersized (PG_DEGRADED) 2024-09-13T14:45:33.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:33 smithi071 ceph-mon[112785]: pgmap v1389: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 5.2 GiB data, 16 GiB used, 699 GiB / 715 GiB avail; 70 MiB/s wr, 1.13k op/s; 26594/257562 objects degraded (10.325%) 2024-09-13T14:45:33.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:33 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 26594/257562 objects degraded (10.325%), 11 pgs degraded, 32 pgs undersized (PG_DEGRADED) 2024-09-13T14:45:33.918 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:45:33.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:33 smithi104 ceph-mon[105578]: pgmap v1389: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 5.2 GiB data, 16 GiB used, 699 GiB / 715 GiB avail; 70 MiB/s wr, 1.13k op/s; 26594/257562 objects degraded (10.325%) 2024-09-13T14:45:33.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:33 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 26594/257562 objects degraded (10.325%), 11 pgs degraded, 32 pgs undersized (PG_DEGRADED) 2024-09-13T14:45:33.941 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:33.942 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:33.942 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:45:34.043 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:45:34.064 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:34.064 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:34.065 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:45:34.165 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:45:34.204 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:34.204 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:34.204 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:45:34.305 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:45:34.342 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:34.343 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:34.343 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:45:34.444 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:45:34.476 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:34.477 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:34.478 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:45:34.578 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:34.604 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:34.604 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:34.605 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:34.706 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:45:34.729 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:34.730 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:34.730 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:45:34.831 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:45:34.854 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 58 16 91079 91063 98.0939 61.375 0.00638864 0.0101884 2024-09-13T14:45:34.855 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:34.856 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:34.856 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:45:34.957 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:34.980 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:34.981 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:34.981 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:35.082 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:35.121 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:35.122 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:35.122 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:35.223 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:45:35.261 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:35.262 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:35.262 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:45:35.363 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:45:35.387 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:35.387 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:35.388 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:45:35.489 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:45:35.512 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:35.512 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:35.513 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:45:35.613 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:35.634 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:35 smithi071 ceph-mon[107477]: pgmap v1390: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 5.5 GiB data, 17 GiB used, 699 GiB / 715 GiB avail; 67 MiB/s wr, 1.07k op/s; 27899/267993 objects degraded (10.410%) 2024-09-13T14:45:35.634 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:35 smithi071 ceph-mon[112785]: pgmap v1390: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 5.5 GiB data, 17 GiB used, 699 GiB / 715 GiB avail; 67 MiB/s wr, 1.07k op/s; 27899/267993 objects degraded (10.410%) 2024-09-13T14:45:35.637 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:35.638 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:35.638 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:35.739 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:35.761 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:35.762 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:35.762 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:35.855 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 59 16 92119 92103 97.5319 65 0.0315163 0.0102468 2024-09-13T14:45:35.863 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:35.905 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:35.907 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:35.907 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:35.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:35 smithi104 ceph-mon[105578]: pgmap v1390: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 5.5 GiB data, 17 GiB used, 699 GiB / 715 GiB avail; 67 MiB/s wr, 1.07k op/s; 27899/267993 objects degraded (10.410%) 2024-09-13T14:45:36.008 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:36.033 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:36.033 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:36.034 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:36.134 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:36.159 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:36.160 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:36.160 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:36.261 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:45:36.322 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:36.323 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:36.323 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:45:36.423 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:36.475 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:36.476 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:36.476 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:36.558 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:45:36.577 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:45:36.591 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:45:36.592 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:45:36.642 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:36.643 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:36.644 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:45:36.644 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:45:36.644 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:45:36.684 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:45:36.685 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:45:36.722 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:45:36.723 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:45:36.745 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:45:36.754 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:45:36.754 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:45:36.768 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:36.769 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:36.769 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:45:36.789 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:45:36.790 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:45:36.790 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:36 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3557969127' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:45:36.790 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:36 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3557969127' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:45:36.791 INFO:teuthology.orchestra.run.smithi071.stderr:Error ENXIO: problem getting command descriptions from osd.6 2024-09-13T14:45:36.820 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:45:36.820 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:45:36.855 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:2024-09-13T14:45:36.855450+0000 min lat: 0.000956766 max lat: 0.18798 avg lat: 0.0103136 2024-09-13T14:45:36.855 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2024-09-13T14:45:36.856 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 60 16 93074 93058 96.9012 59.6875 0.0261322 0.0103136 2024-09-13T14:45:36.870 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:45:36.894 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:36.895 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:36.895 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:45:36.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:36 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3557969127' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:45:36.996 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:37.036 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:37.036 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:37.037 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:37.138 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:37.176 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:37.176 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:37.177 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:37.277 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:37.301 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:37.302 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:37.302 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:37.397 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd set noscrub 2024-09-13T14:45:37.403 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:37.488 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:37.489 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:37.489 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:37.590 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:37.605 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:37 smithi071 ceph-mon[112785]: pgmap v1391: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 5.5 GiB data, 17 GiB used, 698 GiB / 715 GiB avail; 65 MiB/s wr, 1.04k op/s; 28214/272571 objects degraded (10.351%) 2024-09-13T14:45:37.613 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:37.613 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:37.614 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:37.715 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:37.739 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:37.740 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:37.740 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:37.813 DEBUG:teuthology.orchestra.run:got remote process result: 6 2024-09-13T14:45:37.813 INFO:tasks.thrashosds.thrasher:Failed to tell all osds, ignoring 2024-09-13T14:45:37.841 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:37.856 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 61 16 94089 94073 96.3521 63.4375 0.0152763 0.010373 2024-09-13T14:45:37.878 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:37.879 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:37.879 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:37.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:37 smithi071 ceph-mon[107477]: pgmap v1391: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 5.5 GiB data, 17 GiB used, 698 GiB / 715 GiB avail; 65 MiB/s wr, 1.04k op/s; 28214/272571 objects degraded (10.351%) 2024-09-13T14:45:37.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:37 smithi104 ceph-mon[105578]: pgmap v1391: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 5.5 GiB data, 17 GiB used, 698 GiB / 715 GiB avail; 65 MiB/s wr, 1.04k op/s; 28214/272571 objects degraded (10.351%) 2024-09-13T14:45:37.981 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:38.022 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:38.022 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:38.023 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:38.123 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:45:38.185 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:38.186 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:38.186 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:45:38.287 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:45:38.310 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:38.311 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:38.311 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:45:38.412 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:45:38.434 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:38.435 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:38.435 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:45:38.536 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:45:38.577 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:38.578 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:38.578 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:45:38.584 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:45:38.585 INFO:teuthology.orchestra.run.smithi071.stdout: "ops": [], 2024-09-13T14:45:38.585 INFO:teuthology.orchestra.run.smithi071.stdout: "complaint_time": 30, 2024-09-13T14:45:38.585 INFO:teuthology.orchestra.run.smithi071.stdout: "num_blocked_ops": 0 2024-09-13T14:45:38.585 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:45:38.680 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:45:38.702 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:38.703 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:38.703 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:45:38.804 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:45:38.829 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:38.829 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:38.830 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:45:38.856 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 62 16 95079 95063 95.7961 61.875 0.00474724 0.0104336 2024-09-13T14:45:38.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:38 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 28214/272571 objects degraded (10.351%), 11 pgs degraded, 32 pgs undersized (PG_DEGRADED) 2024-09-13T14:45:38.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:38 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 28214/272571 objects degraded (10.351%), 11 pgs degraded, 32 pgs undersized (PG_DEGRADED) 2024-09-13T14:45:38.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:38 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 28214/272571 objects degraded (10.351%), 11 pgs degraded, 32 pgs undersized (PG_DEGRADED) 2024-09-13T14:45:38.931 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:38.953 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:38.953 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:38.954 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:39.054 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:39.098 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:39.099 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:39.099 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:39.200 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:45:39.244 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:39.245 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:39.245 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:45:39.346 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:39.389 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:39.389 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:39.390 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:39.490 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:45:39.517 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:39.517 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:39.518 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:45:39.619 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:45:39.642 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:39.643 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:39.643 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:45:39.744 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:39.767 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:39.768 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:39.768 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:39.814 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=false 2024-09-13T14:45:39.856 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 63 16 96101 96085 95.2892 63.875 0.0127573 0.0104882 2024-09-13T14:45:39.869 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:45:39.913 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:39.914 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.1 dump_historic_ops 2024-09-13T14:45:39.915 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:39.915 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:45:40.017 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:40.039 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:40.039 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:40.040 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:40.140 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:45:40.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:40 smithi071 ceph-mon[107477]: pgmap v1392: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 5.6 GiB data, 17 GiB used, 698 GiB / 715 GiB avail; 56 MiB/s wr, 891 op/s; 28809/274356 objects degraded (10.501%) 2024-09-13T14:45:40.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:40 smithi071 ceph-mon[112785]: pgmap v1392: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 5.6 GiB data, 17 GiB used, 698 GiB / 715 GiB avail; 56 MiB/s wr, 891 op/s; 28809/274356 objects degraded (10.501%) 2024-09-13T14:45:40.205 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:40.206 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:40.206 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:45:40.307 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:40.330 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:40.330 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:40.330 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:40.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:40 smithi104 ceph-mon[105578]: pgmap v1392: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 5.6 GiB data, 17 GiB used, 698 GiB / 715 GiB avail; 56 MiB/s wr, 891 op/s; 28809/274356 objects degraded (10.501%) 2024-09-13T14:45:40.431 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:40.455 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:40.455 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:40.456 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:40.556 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:45:40.580 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:40.581 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:40.581 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:45:40.682 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:45:40.726 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:40.727 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:40.727 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:45:40.828 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:40.851 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:40.852 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:40.853 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:40.856 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 64 16 97053 97037 94.7301 59.5 0.0159493 0.0105516 2024-09-13T14:45:40.953 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:45:40.978 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:40.979 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:40.979 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:45:41.050 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:45:41.080 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:41.145 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:41.146 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:41.146 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:41.247 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:41.270 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:41.271 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:41.271 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:41.372 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:41.415 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:41.416 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:41.416 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:41.517 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:41.556 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:41.557 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:41.558 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:41.659 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:41.702 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:41.703 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:41.703 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:41.804 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:41.826 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:41.827 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:41.827 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:41.856 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 65 16 97977 97961 94.1612 57.75 0.00889816 0.0106147 2024-09-13T14:45:41.908 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:45:41.928 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:45:41.952 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:41.952 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:41.953 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:45:42.053 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:45:42.077 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:42.078 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:42.078 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:45:42.179 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:45:42.217 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:42 smithi071 ceph-mon[107477]: pgmap v1393: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 5.8 GiB data, 17 GiB used, 698 GiB / 715 GiB avail; 66 MiB/s wr, 1.06k op/s; 29416/282954 objects degraded (10.396%) 2024-09-13T14:45:42.218 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:42 smithi071 ceph-mon[112785]: pgmap v1393: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 5.8 GiB data, 17 GiB used, 698 GiB / 715 GiB avail; 66 MiB/s wr, 1.06k op/s; 29416/282954 objects degraded (10.396%) 2024-09-13T14:45:42.225 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:42.226 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:42.226 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:45:42.259 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:45:42.327 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:42.341 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:42 smithi104 ceph-mon[105578]: pgmap v1393: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 5.8 GiB data, 17 GiB used, 698 GiB / 715 GiB avail; 66 MiB/s wr, 1.06k op/s; 29416/282954 objects degraded (10.396%) 2024-09-13T14:45:42.353 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:42.354 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:42.354 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:42.455 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:42.480 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:42.481 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:42.481 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:42.544 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:42 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-a[107454]: 2024-09-13T14:45:42.214+0000 7fa91586f640 -1 mon.a@0(leader).osd e1163 definitely_dead 0 2024-09-13T14:45:42.581 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:45:42.607 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:42.608 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:42.608 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:45:42.709 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:45:42.754 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:42.755 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:42.755 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:45:42.833 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:45:42 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:45:42] "GET /metrics HTTP/1.1" 200 36616 "" "Prometheus/2.51.0" 2024-09-13T14:45:42.856 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:45:42.857 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 66 16 98931 98915 93.638 59.625 0.0184921 0.0106741 2024-09-13T14:45:42.882 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:42.883 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:42.883 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:45:42.984 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:43.034 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:43.035 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:43.035 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:43.104 INFO:teuthology.orchestra.run.smithi071.stderr:marked out osd.4. 2024-09-13T14:45:43.136 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:43.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:43 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3808432762' entity='client.admin' cmd={"prefix": "osd out", "ids": ["4"]} : dispatch 2024-09-13T14:45:43.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:43 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd out", "ids": ["4"]} : dispatch 2024-09-13T14:45:43.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:43 smithi104 ceph-mon[105578]: Client client.admin marked osd.4 out, while it was still marked up 2024-09-13T14:45:43.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:43 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 29416/282954 objects degraded (10.396%), 11 pgs degraded, 32 pgs undersized (PG_DEGRADED) 2024-09-13T14:45:43.176 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:43.177 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:43.177 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:43.278 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:43.299 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:43.300 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:43.300 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:43.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:43 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3808432762' entity='client.admin' cmd={"prefix": "osd out", "ids": ["4"]} : dispatch 2024-09-13T14:45:43.470 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:43 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd out", "ids": ["4"]} : dispatch 2024-09-13T14:45:43.471 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:43 smithi071 ceph-mon[107477]: Client client.admin marked osd.4 out, while it was still marked up 2024-09-13T14:45:43.471 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:43 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 29416/282954 objects degraded (10.396%), 11 pgs degraded, 32 pgs undersized (PG_DEGRADED) 2024-09-13T14:45:43.471 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:43 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3808432762' entity='client.admin' cmd={"prefix": "osd out", "ids": ["4"]} : dispatch 2024-09-13T14:45:43.471 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:43 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd out", "ids": ["4"]} : dispatch 2024-09-13T14:45:43.471 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:43 smithi071 ceph-mon[112785]: Client client.admin marked osd.4 out, while it was still marked up 2024-09-13T14:45:43.471 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:43 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 29416/282954 objects degraded (10.396%), 11 pgs degraded, 32 pgs undersized (PG_DEGRADED) 2024-09-13T14:45:43.472 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:45:43.493 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:43.494 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:43.494 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:45:43.595 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:45:43.617 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:43.617 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:43.618 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:45:43.718 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:45:43.740 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:43.741 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:43.741 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:45:43.842 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:43.856 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 67 16 99217 99201 92.5075 17.875 0.00331272 0.0106928 2024-09-13T14:45:43.866 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:43.866 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:43.867 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:43.968 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:43.989 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:43.990 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:43.990 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:44.091 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:45:44.124 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:44.124 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:44.125 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:45:44.225 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:45:44.247 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:44.247 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:44.248 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:45:44.267 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:44 smithi071 ceph-mon[107477]: pgmap v1394: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 5.8 GiB data, 18 GiB used, 697 GiB / 715 GiB avail; 60 MiB/s wr, 965 op/s; 29716/287433 objects degraded (10.338%) 2024-09-13T14:45:44.267 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:44 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd out", "ids": ["4"]}]': finished 2024-09-13T14:45:44.267 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:44 smithi071 ceph-mon[107477]: osdmap e1164: 8 total, 7 up, 7 in 2024-09-13T14:45:44.267 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:44 smithi071 ceph-mon[107477]: osdmap e1165: 8 total, 7 up, 7 in 2024-09-13T14:45:44.267 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:44 smithi071 ceph-mon[112785]: pgmap v1394: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 5.8 GiB data, 18 GiB used, 697 GiB / 715 GiB avail; 60 MiB/s wr, 965 op/s; 29716/287433 objects degraded (10.338%) 2024-09-13T14:45:44.268 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:44 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd out", "ids": ["4"]}]': finished 2024-09-13T14:45:44.268 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:44 smithi071 ceph-mon[112785]: osdmap e1164: 8 total, 7 up, 7 in 2024-09-13T14:45:44.268 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:44 smithi071 ceph-mon[112785]: osdmap e1165: 8 total, 7 up, 7 in 2024-09-13T14:45:44.348 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:44.370 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:44.371 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:44.371 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:44.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:44 smithi104 ceph-mon[105578]: pgmap v1394: 89 pgs: 21 active+undersized, 11 active+undersized+degraded, 57 active+clean; 5.8 GiB data, 18 GiB used, 697 GiB / 715 GiB avail; 60 MiB/s wr, 965 op/s; 29716/287433 objects degraded (10.338%) 2024-09-13T14:45:44.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:44 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd out", "ids": ["4"]}]': finished 2024-09-13T14:45:44.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:44 smithi104 ceph-mon[105578]: osdmap e1164: 8 total, 7 up, 7 in 2024-09-13T14:45:44.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:44 smithi104 ceph-mon[105578]: osdmap e1165: 8 total, 7 up, 7 in 2024-09-13T14:45:44.473 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:45:44.495 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:44.496 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:44.496 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:45:44.597 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:45:44.620 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:44.620 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:44.621 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:45:44.721 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:45:44.744 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:44.745 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:44.745 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:45:44.846 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:45:44.856 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 68 16 99217 99201 91.1473 0 - 0.0106928 2024-09-13T14:45:44.870 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:44.871 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:44.871 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:45:44.971 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:44.995 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:44.996 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:44.996 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:45.097 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:45:45.134 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:45.134 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:45.135 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:45:45.236 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:45:45.270 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:45.271 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:45.271 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:45:45.355 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:45:45.355 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:45 smithi071 ceph-mon[107477]: osdmap e1166: 8 total, 7 up, 7 in 2024-09-13T14:45:45.356 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:45:45.356 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:45 smithi071 ceph-mon[112785]: osdmap e1166: 8 total, 7 up, 7 in 2024-09-13T14:45:45.372 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:45.394 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:45.394 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:45.395 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:45.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:45:45.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:45 smithi104 ceph-mon[105578]: osdmap e1166: 8 total, 7 up, 7 in 2024-09-13T14:45:45.495 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:45.518 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:45.518 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:45.519 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:45.619 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:45:45.662 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:45.662 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:45.663 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:45:45.763 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:45:45.801 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:45.801 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:45.802 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:45:45.857 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 69 16 99578 99562 90.1535 11.2812 0.00742331 0.0110855 2024-09-13T14:45:45.903 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:45.949 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:45.950 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:45.950 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:46.051 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:46.074 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:46.074 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:46.075 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:46.175 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:45:46.214 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:46.215 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:46.215 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:45:46.316 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:45:46.339 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:46.340 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:46.340 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:45:46.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:46 smithi071 ceph-mon[107477]: pgmap v1397: 89 pgs: 8 peering, 3 remapped+peering, 7 unknown, 15 active+undersized, 10 active+undersized+degraded, 46 active+clean; 6.0 GiB data, 16 GiB used, 610 GiB / 626 GiB avail; 61 MiB/s wr, 981 op/s; 24774/296139 objects degraded (8.366%); 0 B/s, 0 objects/s recovering 2024-09-13T14:45:46.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:46 smithi071 ceph-mon[107477]: Health check failed: Reduced data availability: 7 pgs inactive, 3 pgs peering (PG_AVAILABILITY) 2024-09-13T14:45:46.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:46 smithi071 ceph-mon[112785]: pgmap v1397: 89 pgs: 8 peering, 3 remapped+peering, 7 unknown, 15 active+undersized, 10 active+undersized+degraded, 46 active+clean; 6.0 GiB data, 16 GiB used, 610 GiB / 626 GiB avail; 61 MiB/s wr, 981 op/s; 24774/296139 objects degraded (8.366%); 0 B/s, 0 objects/s recovering 2024-09-13T14:45:46.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:46 smithi071 ceph-mon[112785]: Health check failed: Reduced data availability: 7 pgs inactive, 3 pgs peering (PG_AVAILABILITY) 2024-09-13T14:45:46.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:46 smithi104 ceph-mon[105578]: pgmap v1397: 89 pgs: 8 peering, 3 remapped+peering, 7 unknown, 15 active+undersized, 10 active+undersized+degraded, 46 active+clean; 6.0 GiB data, 16 GiB used, 610 GiB / 626 GiB avail; 61 MiB/s wr, 981 op/s; 24774/296139 objects degraded (8.366%); 0 B/s, 0 objects/s recovering 2024-09-13T14:45:46.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:46 smithi104 ceph-mon[105578]: Health check failed: Reduced data availability: 7 pgs inactive, 3 pgs peering (PG_AVAILABILITY) 2024-09-13T14:45:46.441 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:45:46.463 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:46.464 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:46.464 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:45:46.565 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:46.601 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:46.602 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:46.602 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:46.703 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:46.726 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:46.727 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:46.727 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:46.828 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:45:46.850 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:46.850 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:46.850 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:45:46.857 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 70 16 100289 100273 89.5005 44.4375 0.0147075 0.011164 2024-09-13T14:45:46.951 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:46.974 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:46.975 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:46.975 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:47.076 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:45:47.116 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:47.117 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:47.117 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:45:47.218 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:45:47.257 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:47.257 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:47.258 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:45:47.358 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:45:47.405 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:47.406 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:47.406 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:45:47.507 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:47.528 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:47.529 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:47.529 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:47.630 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:45:47.679 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:47.682 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:47.683 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:45:47.783 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:45:47.825 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:47.826 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:47.826 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:45:47.857 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 71 16 100983 100967 88.851 43.375 0.0087905 0.0112466 2024-09-13T14:45:47.927 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:47.949 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:47.950 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:47.950 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:48.051 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:48.073 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:48.074 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:48.074 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:48.175 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:45:48.197 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:48.198 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:48.198 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:45:48.206 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:48 smithi071 ceph-mon[107477]: pgmap v1399: 89 pgs: 1 active+recovering+undersized+remapped, 9 active+clean+remapped, 8 peering, 3 remapped+peering, 7 unknown, 11 active+undersized, 8 active+undersized+degraded, 42 active+clean; 6.1 GiB data, 16 GiB used, 610 GiB / 626 GiB avail; 53 MiB/s wr, 840 op/s; 24769/298086 objects degraded (8.309%); 6170/298086 objects misplaced (2.070%); 150 KiB/s, 3 objects/s recovering 2024-09-13T14:45:48.206 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:48 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 24769/298086 objects degraded (8.309%), 8 pgs degraded, 19 pgs undersized (PG_DEGRADED) 2024-09-13T14:45:48.207 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:48 smithi071 ceph-mon[112785]: pgmap v1399: 89 pgs: 1 active+recovering+undersized+remapped, 9 active+clean+remapped, 8 peering, 3 remapped+peering, 7 unknown, 11 active+undersized, 8 active+undersized+degraded, 42 active+clean; 6.1 GiB data, 16 GiB used, 610 GiB / 626 GiB avail; 53 MiB/s wr, 840 op/s; 24769/298086 objects degraded (8.309%); 6170/298086 objects misplaced (2.070%); 150 KiB/s, 3 objects/s recovering 2024-09-13T14:45:48.207 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:48 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 24769/298086 objects degraded (8.309%), 8 pgs degraded, 19 pgs undersized (PG_DEGRADED) 2024-09-13T14:45:48.299 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:45:48.354 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:48.355 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:48.355 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:45:48.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:48 smithi104 ceph-mon[105578]: pgmap v1399: 89 pgs: 1 active+recovering+undersized+remapped, 9 active+clean+remapped, 8 peering, 3 remapped+peering, 7 unknown, 11 active+undersized, 8 active+undersized+degraded, 42 active+clean; 6.1 GiB data, 16 GiB used, 610 GiB / 626 GiB avail; 53 MiB/s wr, 840 op/s; 24769/298086 objects degraded (8.309%); 6170/298086 objects misplaced (2.070%); 150 KiB/s, 3 objects/s recovering 2024-09-13T14:45:48.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:48 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 24769/298086 objects degraded (8.309%), 8 pgs degraded, 19 pgs undersized (PG_DEGRADED) 2024-09-13T14:45:48.456 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:48.490 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:48.494 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:48.494 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:48.595 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:48.654 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:48.654 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:48.654 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:48.755 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:45:48.777 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:48.778 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:48.778 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:45:48.857 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 72 16 101625 101609 88.1743 40.125 0.0191756 0.0113349 2024-09-13T14:45:48.879 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:45:48.904 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:48.905 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:48.905 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:45:49.006 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:49.059 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:49.059 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:49.060 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:49.160 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:49.206 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:49.206 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:49.207 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:49.213 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:45:49.213 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:45:49.256 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:45:49.256 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:45:49.291 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:45:49.292 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:45:49.307 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:45:49.328 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:45:49.328 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:45:49.329 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:49.330 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:49.330 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:45:49.361 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:45:49.361 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:45:49.392 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:45:49.392 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:45:49.394 INFO:teuthology.orchestra.run.smithi071.stderr:Error ENXIO: problem getting command descriptions from osd.6 2024-09-13T14:45:49.427 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:45:49.427 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:45:49.431 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:45:49.474 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:49.474 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:49.475 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:45:49.575 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:49.598 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:49.598 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:49.599 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:49.700 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:45:49.721 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:49.722 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:49.722 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:45:49.823 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:45:49.859 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 73 16 102249 102233 87.5001 39 0.0219001 0.0114219 2024-09-13T14:45:49.874 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:49.875 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:49.875 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:45:49.976 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:50.024 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:50.025 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:50.026 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:50.127 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:50.182 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:50.182 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:50.183 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:50.284 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:50.334 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:50.335 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:50.335 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:50.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:50 smithi071 ceph-mon[107477]: pgmap v1400: 89 pgs: 1 active+recovering+undersized+remapped, 14 active+clean+remapped, 5 peering, 3 remapped+peering, 3 unknown, 11 active+undersized, 8 active+undersized+degraded, 44 active+clean; 6.1 GiB data, 16 GiB used, 609 GiB / 626 GiB avail; 40 MiB/s wr, 638 op/s; 25050/298929 objects degraded (8.380%); 6170/298929 objects misplaced (2.064%); 150 KiB/s, 3 objects/s recovering 2024-09-13T14:45:50.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:50 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/348287270' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:45:50.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:50 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:45:50.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:50 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:45:50.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:50 smithi071 ceph-mon[112785]: pgmap v1400: 89 pgs: 1 active+recovering+undersized+remapped, 14 active+clean+remapped, 5 peering, 3 remapped+peering, 3 unknown, 11 active+undersized, 8 active+undersized+degraded, 44 active+clean; 6.1 GiB data, 16 GiB used, 609 GiB / 626 GiB avail; 40 MiB/s wr, 638 op/s; 25050/298929 objects degraded (8.380%); 6170/298929 objects misplaced (2.064%); 150 KiB/s, 3 objects/s recovering 2024-09-13T14:45:50.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:50 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/348287270' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:45:50.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:50 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:45:50.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:50 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:45:50.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:50 smithi104 ceph-mon[105578]: pgmap v1400: 89 pgs: 1 active+recovering+undersized+remapped, 14 active+clean+remapped, 5 peering, 3 remapped+peering, 3 unknown, 11 active+undersized, 8 active+undersized+degraded, 44 active+clean; 6.1 GiB data, 16 GiB used, 609 GiB / 626 GiB avail; 40 MiB/s wr, 638 op/s; 25050/298929 objects degraded (8.380%); 6170/298929 objects misplaced (2.064%); 150 KiB/s, 3 objects/s recovering 2024-09-13T14:45:50.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:50 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/348287270' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:45:50.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:50 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:45:50.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:50 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:45:50.436 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:45:50.487 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:50.487 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:50.487 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:45:50.588 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:50.646 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:50.647 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:50.647 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:50.668 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T14:45:50.668 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:45:50.749 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:50.799 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:50.800 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:50.800 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:50.858 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 74 16 102856 102840 86.8305 37.9375 0.0179851 0.0115099 2024-09-13T14:45:50.901 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:45:50.923 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:50.923 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:50.924 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:45:51.025 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:45:51.058 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:51.062 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:51.062 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:45:51.163 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:51.169 INFO:teuthology.orchestra.run.smithi071.stderr:noscrub is set 2024-09-13T14:45:51.214 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:51.215 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:51.215 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:51.316 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:45:51.366 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:51.367 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:51.367 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:45:51.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:51 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/535665131' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:45:51.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:51 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:45:51.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:51 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/535665131' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:45:51.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:51 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:45:51.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:51 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/535665131' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:45:51.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:51 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:45:51.468 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:45:51.491 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:51.491 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:51.492 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:45:51.520 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.2 dump_ops_in_flight 2024-09-13T14:45:51.592 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:45:51.614 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:51.615 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:51.615 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:45:51.716 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:45:51.739 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:51.739 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:51.740 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:45:51.840 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:45:51.858 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 75 16 103477 103461 86.1894 38.8125 0.0274388 0.0115967 2024-09-13T14:45:51.862 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:51.863 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:51.863 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:45:51.964 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:45:51.985 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:51.986 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:51.986 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:45:52.087 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:52.130 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:52.130 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:52.130 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:52.231 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:45:52.252 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:52.253 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:52.253 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:45:52.354 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:52.377 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:52.378 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:52.378 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:52.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:52 smithi104 ceph-mon[105578]: pgmap v1401: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+remapped, 20 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.2 GiB data, 17 GiB used, 609 GiB / 626 GiB avail; 45 MiB/s wr, 727 op/s; 37995/303657 objects degraded (12.512%); 25019/303657 objects misplaced (8.239%); 569 KiB/s, 10 objects/s recovering 2024-09-13T14:45:52.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:52 smithi104 ceph-mon[105578]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs inactive, 3 pgs peering) 2024-09-13T14:45:52.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:52 smithi104 ceph-mon[105578]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:45:52.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:52 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T14:45:52.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:52 smithi104 ceph-mon[105578]: osdmap e1167: 8 total, 7 up, 7 in 2024-09-13T14:45:52.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:52 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:45:52.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:52 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:45:52.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:52 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:45:52.479 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:52.522 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:52.522 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:52.522 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:52.623 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:52.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:52 smithi071 ceph-mon[112785]: pgmap v1401: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+remapped, 20 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.2 GiB data, 17 GiB used, 609 GiB / 626 GiB avail; 45 MiB/s wr, 727 op/s; 37995/303657 objects degraded (12.512%); 25019/303657 objects misplaced (8.239%); 569 KiB/s, 10 objects/s recovering 2024-09-13T14:45:52.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:52 smithi071 ceph-mon[112785]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs inactive, 3 pgs peering) 2024-09-13T14:45:52.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:52 smithi071 ceph-mon[112785]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:45:52.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:52 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T14:45:52.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:52 smithi071 ceph-mon[112785]: osdmap e1167: 8 total, 7 up, 7 in 2024-09-13T14:45:52.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:52 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:45:52.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:52 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:45:52.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:52 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:45:52.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:52 smithi071 ceph-mon[107477]: pgmap v1401: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+remapped, 20 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.2 GiB data, 17 GiB used, 609 GiB / 626 GiB avail; 45 MiB/s wr, 727 op/s; 37995/303657 objects degraded (12.512%); 25019/303657 objects misplaced (8.239%); 569 KiB/s, 10 objects/s recovering 2024-09-13T14:45:52.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:52 smithi071 ceph-mon[107477]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs inactive, 3 pgs peering) 2024-09-13T14:45:52.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:52 smithi071 ceph-mon[107477]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:45:52.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:52 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T14:45:52.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:52 smithi071 ceph-mon[107477]: osdmap e1167: 8 total, 7 up, 7 in 2024-09-13T14:45:52.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:52 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:45:52.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:52 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:45:52.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:52 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:45:52.671 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:52.671 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:52.672 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:52.773 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:45:52.794 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:52.795 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:52.795 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:45:52.859 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 76 16 104068 104052 85.5415 36.9375 0.0214713 0.0116847 2024-09-13T14:45:52.896 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:45:52.933 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:52.934 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:52.934 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:45:53.035 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:45:53.057 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:53.057 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:53.058 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:45:53.140 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:45:52 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:45:52] "GET /metrics HTTP/1.1" 200 36611 "" "Prometheus/2.51.0" 2024-09-13T14:45:53.158 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:45:53.181 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:53.182 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:53.182 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:45:53.283 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:53.307 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:53.308 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:53.308 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:53.409 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:53.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:53 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 37995/303657 objects degraded (12.512%), 10 pgs degraded, 19 pgs undersized (PG_DEGRADED) 2024-09-13T14:45:53.430 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:53.431 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:53.431 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:53.532 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:45:53.567 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:53.568 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:53.568 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:45:53.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:53 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 37995/303657 objects degraded (12.512%), 10 pgs degraded, 19 pgs undersized (PG_DEGRADED) 2024-09-13T14:45:53.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:53 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 37995/303657 objects degraded (12.512%), 10 pgs degraded, 19 pgs undersized (PG_DEGRADED) 2024-09-13T14:45:53.669 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:45:53.708 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:53.708 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:53.709 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:45:53.809 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:53.849 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:53.850 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:53.850 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:53.858 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 77 16 104730 104714 84.9679 41.375 0.0223718 0.0117615 2024-09-13T14:45:53.951 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:53.999 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:54.000 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:54.000 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:54.101 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:45:54.124 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:54.125 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:54.125 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:45:54.226 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:54.250 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:54.251 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:54.251 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:54.352 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:54.376 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:54.377 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:54.377 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:54.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:54 smithi104 ceph-mon[105578]: pgmap v1403: 89 pgs: 1 active+recovering+undersized+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.2 GiB data, 17 GiB used, 609 GiB / 626 GiB avail; 26 MiB/s wr, 410 op/s; 37995/306006 objects degraded (12.416%); 24943/306006 objects misplaced (8.151%); 1.1 MiB/s, 18 objects/s recovering 2024-09-13T14:45:54.478 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:54.518 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:54.519 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:54.519 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:54.620 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:54.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:54 smithi071 ceph-mon[107477]: pgmap v1403: 89 pgs: 1 active+recovering+undersized+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.2 GiB data, 17 GiB used, 609 GiB / 626 GiB avail; 26 MiB/s wr, 410 op/s; 37995/306006 objects degraded (12.416%); 24943/306006 objects misplaced (8.151%); 1.1 MiB/s, 18 objects/s recovering 2024-09-13T14:45:54.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:54 smithi071 ceph-mon[112785]: pgmap v1403: 89 pgs: 1 active+recovering+undersized+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.2 GiB data, 17 GiB used, 609 GiB / 626 GiB avail; 26 MiB/s wr, 410 op/s; 37995/306006 objects degraded (12.416%); 24943/306006 objects misplaced (8.151%); 1.1 MiB/s, 18 objects/s recovering 2024-09-13T14:45:54.667 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:54.668 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:54.668 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:54.769 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:45:54.805 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:54.806 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:54.806 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:45:54.859 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 78 16 105389 105373 84.4067 41.1875 0.0518906 0.0118404 2024-09-13T14:45:54.907 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:45:54.946 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:54.946 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:54.947 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:45:55.048 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:55.087 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:55.087 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:55.088 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:55.189 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:45:55.229 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:55.230 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:55.230 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:45:55.331 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:45:55.373 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:55.374 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:55.374 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:45:55.475 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:55.510 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:55.511 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:55.511 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:55.612 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:45:55.657 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:55.657 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:55.658 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:45:55.758 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:55.780 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:55.781 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:55.781 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:55.859 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 79 16 106053 106037 83.8637 41.5 0.0174628 0.0119182 2024-09-13T14:45:55.882 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:45:55.919 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:55.920 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:55.920 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:45:56.021 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:45:56.058 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:56.059 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:56.059 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:45:56.160 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:45:56.194 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:56.195 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:56.195 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:45:56.296 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:56.335 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:56.335 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:56.336 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:56.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:56 smithi104 ceph-mon[105578]: pgmap v1404: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+remapped, 20 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.4 GiB data, 17 GiB used, 609 GiB / 626 GiB avail; 37 MiB/s wr, 597 op/s; 38934/313026 objects degraded (12.438%); 25265/313026 objects misplaced (8.071%); 1.4 MiB/s, 23 objects/s recovering 2024-09-13T14:45:56.437 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:45:56.459 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:56.460 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:56.460 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:45:56.561 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:45:56.604 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:56.604 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:56.605 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:45:56.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:56 smithi071 ceph-mon[107477]: pgmap v1404: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+remapped, 20 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.4 GiB data, 17 GiB used, 609 GiB / 626 GiB avail; 37 MiB/s wr, 597 op/s; 38934/313026 objects degraded (12.438%); 25265/313026 objects misplaced (8.071%); 1.4 MiB/s, 23 objects/s recovering 2024-09-13T14:45:56.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:56 smithi071 ceph-mon[112785]: pgmap v1404: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+remapped, 20 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.4 GiB data, 17 GiB used, 609 GiB / 626 GiB avail; 37 MiB/s wr, 597 op/s; 38934/313026 objects degraded (12.438%); 25265/313026 objects misplaced (8.071%); 1.4 MiB/s, 23 objects/s recovering 2024-09-13T14:45:56.705 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:56.745 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:56.746 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:56.746 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:56.847 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:45:56.859 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:2024-09-13T14:45:56.859529+0000 min lat: 0.000956766 max lat: 2.34622 avg lat: 0.0119954 2024-09-13T14:45:56.859 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2024-09-13T14:45:56.859 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 80 16 106692 106676 83.3143 39.9375 0.0307172 0.0119954 2024-09-13T14:45:56.887 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:56.888 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:56.889 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:45:56.962 DEBUG:teuthology.orchestra.run:got remote process result: 6 2024-09-13T14:45:56.962 INFO:tasks.thrashosds.thrasher:Failed to tell all osds, ignoring 2024-09-13T14:45:56.990 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:57.038 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:57.038 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:57.038 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:45:57.139 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:45:57.162 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:57.162 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:57.163 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:45:57.238 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:45:57.264 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:45:57.287 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:57.287 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:57.288 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:45:57.388 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:45:57.437 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:57.438 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:57.438 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:45:57.540 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:45:57.585 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:57.585 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:57.586 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:45:57.687 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:57.724 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:57.725 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:57.725 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:57.826 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:57.860 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 81 16 107335 107319 82.7819 40.1875 0.0238609 0.0120731 2024-09-13T14:45:57.862 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:57.863 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:57.863 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:57.964 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:58.004 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:58.005 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:58.005 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:58.106 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:58.141 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:58.142 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:58.143 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:58.243 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:45:58.267 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:58.268 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:58.268 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:45:58.369 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:58.409 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:58.410 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:58.410 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:58.511 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:45:58.533 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:58.534 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:58.534 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:45:58.610 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:58 smithi071 ceph-mon[107477]: pgmap v1405: 89 pgs: 1 active+recovering+undersized+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.4 GiB data, 17 GiB used, 609 GiB / 626 GiB avail; 36 MiB/s wr, 580 op/s; 38934/315522 objects degraded (12.340%); 25194/315522 objects misplaced (7.985%); 1.7 MiB/s, 26 objects/s recovering 2024-09-13T14:45:58.610 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:45:58 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 38934/315522 objects degraded (12.340%), 10 pgs degraded, 19 pgs undersized (PG_DEGRADED) 2024-09-13T14:45:58.610 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:58 smithi071 ceph-mon[112785]: pgmap v1405: 89 pgs: 1 active+recovering+undersized+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.4 GiB data, 17 GiB used, 609 GiB / 626 GiB avail; 36 MiB/s wr, 580 op/s; 38934/315522 objects degraded (12.340%); 25194/315522 objects misplaced (7.985%); 1.7 MiB/s, 26 objects/s recovering 2024-09-13T14:45:58.610 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:45:58 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 38934/315522 objects degraded (12.340%), 10 pgs degraded, 19 pgs undersized (PG_DEGRADED) 2024-09-13T14:45:58.635 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:58.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:58 smithi104 ceph-mon[105578]: pgmap v1405: 89 pgs: 1 active+recovering+undersized+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.4 GiB data, 17 GiB used, 609 GiB / 626 GiB avail; 36 MiB/s wr, 580 op/s; 38934/315522 objects degraded (12.340%); 25194/315522 objects misplaced (7.985%); 1.7 MiB/s, 26 objects/s recovering 2024-09-13T14:45:58.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:45:58 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 38934/315522 objects degraded (12.340%), 10 pgs degraded, 19 pgs undersized (PG_DEGRADED) 2024-09-13T14:45:58.691 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:58.692 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:58.692 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:58.793 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:58.833 INFO:tasks.thrashosds.thrasher:in_osds: [0, 1, 2, 5, 6, 7, 3] out_osds: [4] dead_osds: [6] live_osds: [0, 1, 2, 3, 4, 5, 7] 2024-09-13T14:45:58.833 INFO:tasks.thrashosds.thrasher:choose_action: min_in 4 min_out 0 min_live 2 min_dead 0 chance_down 0.40 2024-09-13T14:45:58.834 INFO:tasks.thrashosds.thrasher:inject_pause on osd.4 2024-09-13T14:45:58.834 INFO:tasks.thrashosds.thrasher:Testing filestore_inject_stall pause injection for duration 3 2024-09-13T14:45:58.834 INFO:tasks.thrashosds.thrasher:Checking after 0, should_be_down=False 2024-09-13T14:45:58.834 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.4 config set filestore_inject_stall 3 2024-09-13T14:45:58.835 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:58.836 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:58.836 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:58.859 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 82 16 108008 107992 82.2854 42.0625 0.0125909 0.0121473 2024-09-13T14:45:58.937 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:45:58.960 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:58.961 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:58.961 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:45:58.963 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=true 2024-09-13T14:45:59.062 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:59.065 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:45:59.085 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd set nodeep-scrub 2024-09-13T14:45:59.126 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:59.127 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:59.127 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:59.228 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:45:59.299 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:59.299 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:59.300 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:45:59.333 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T14:45:59.333 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:45:59.400 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:45:59.437 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:59.437 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:59.438 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:45:59.539 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:45:59.590 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:59.590 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:59.590 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:45:59.691 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:45:59.715 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:59.716 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:59.716 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:45:59.817 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:45:59.841 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:45:59.841 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:59.842 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:45:59.859 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 83 16 108610 108594 81.7474 37.625 0.0108248 0.0122259 2024-09-13T14:45:59.943 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:45:59.979 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:45:59.979 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:45:59.980 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:00.081 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:00.127 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:00.128 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:00.128 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:00.158 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.2 dump_blocked_ops 2024-09-13T14:46:00.229 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:00.240 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:46:00.251 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:00 smithi104 ceph-mon[105578]: pgmap v1406: 89 pgs: 1 active+recovering+undersized+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.4 GiB data, 17 GiB used, 608 GiB / 626 GiB avail; 37 MiB/s wr, 594 op/s; 39349/316767 objects degraded (12.422%); 25194/316767 objects misplaced (7.953%); 1.7 MiB/s, 26 objects/s recovering 2024-09-13T14:46:00.251 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:00 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:46:00.251 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:00 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:46:00.325 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:00.325 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:00.326 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:00.341 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:46:00.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:00 smithi071 ceph-mon[107477]: pgmap v1406: 89 pgs: 1 active+recovering+undersized+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.4 GiB data, 17 GiB used, 608 GiB / 626 GiB avail; 37 MiB/s wr, 594 op/s; 39349/316767 objects degraded (12.422%); 25194/316767 objects misplaced (7.953%); 1.7 MiB/s, 26 objects/s recovering 2024-09-13T14:46:00.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:00 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:46:00.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:00 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:46:00.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:00 smithi071 ceph-mon[112785]: pgmap v1406: 89 pgs: 1 active+recovering+undersized+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.4 GiB data, 17 GiB used, 608 GiB / 626 GiB avail; 37 MiB/s wr, 594 op/s; 39349/316767 objects degraded (12.422%); 25194/316767 objects misplaced (7.953%); 1.7 MiB/s, 26 objects/s recovering 2024-09-13T14:46:00.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:00 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:46:00.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:00 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:46:00.427 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:00.481 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:00.482 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:00.482 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:00.583 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:00.641 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:00.642 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:00.642 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:00.743 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:46:00.769 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:00.770 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:00.770 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:46:00.823 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2024-09-13T14:46:00.823 INFO:teuthology.orchestra.run.smithi104.stdout: "success": "filestore_inject_stall = '' (not observed, change may require restart) " 2024-09-13T14:46:00.823 INFO:teuthology.orchestra.run.smithi104.stdout:} 2024-09-13T14:46:00.860 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 84 16 109223 109207 81.2304 38.3125 0.0132121 0.0123035 2024-09-13T14:46:00.871 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:00.894 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:00.895 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:00.895 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:00.996 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:01.020 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:01.021 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:01.021 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:01.124 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:46:01.148 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:01.149 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:01.150 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:46:01.250 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:01.289 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:01.290 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:01.290 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:01.391 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:01.425 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:01.425 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:01.425 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:01.526 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:01.549 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:01.549 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:01.550 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:01.650 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:01.672 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:01.673 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:01.673 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:01.774 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:01.797 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:01.797 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:01.798 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:01.860 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 85 16 109898 109882 80.7711 42.1875 0.0124444 0.0123729 2024-09-13T14:46:01.898 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:46:01.938 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:01.939 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:01.940 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:46:02.041 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:02.063 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:02.064 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:02.065 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:02.165 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:02.187 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:02.188 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:02.188 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:02.289 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:02.312 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:02.312 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:02.313 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:02.413 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:02.466 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:02.466 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:02.467 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:02.568 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:46:02.589 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:02.590 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:02.590 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:46:02.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:02 smithi071 ceph-mon[107477]: pgmap v1407: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+remapped, 20 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.6 GiB data, 18 GiB used, 608 GiB / 626 GiB avail; 40 MiB/s wr, 641 op/s; 39975/322908 objects degraded (12.380%); 25513/322908 objects misplaced (7.901%); 1.8 MiB/s, 29 objects/s recovering 2024-09-13T14:46:02.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:02 smithi071 ceph-mon[112785]: pgmap v1407: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+remapped, 20 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.6 GiB data, 18 GiB used, 608 GiB / 626 GiB avail; 40 MiB/s wr, 641 op/s; 39975/322908 objects degraded (12.380%); 25513/322908 objects misplaced (7.901%); 1.8 MiB/s, 29 objects/s recovering 2024-09-13T14:46:02.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:02 smithi104 ceph-mon[105578]: pgmap v1407: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+remapped, 20 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.6 GiB data, 18 GiB used, 608 GiB / 626 GiB avail; 40 MiB/s wr, 641 op/s; 39975/322908 objects degraded (12.380%); 25513/322908 objects misplaced (7.901%); 1.8 MiB/s, 29 objects/s recovering 2024-09-13T14:46:02.691 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:02.736 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:02.736 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:02.737 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:02.838 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:02.861 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 86 16 110516 110500 80.2803 38.625 0.0260102 0.0124495 2024-09-13T14:46:02.896 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:02.896 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:02.896 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:02.997 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:46:03.018 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:03.019 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:03.019 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:46:03.052 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:46:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:46:02] "GET /metrics HTTP/1.1" 200 36640 "" "Prometheus/2.51.0" 2024-09-13T14:46:03.121 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:03.142 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:03.143 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:03.143 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:03.244 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:03.266 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:03.266 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:03.267 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:03.367 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:03.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:03 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 39975/322908 objects degraded (12.380%), 10 pgs degraded, 19 pgs undersized (PG_DEGRADED) 2024-09-13T14:46:03.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:03 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 39975/322908 objects degraded (12.380%), 10 pgs degraded, 19 pgs undersized (PG_DEGRADED) 2024-09-13T14:46:03.409 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:03.409 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:03.410 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:03.510 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:46:03.553 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:03.554 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:03.554 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:46:03.655 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:46:03.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:03 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 39975/322908 objects degraded (12.380%), 10 pgs degraded, 19 pgs undersized (PG_DEGRADED) 2024-09-13T14:46:03.676 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:03.677 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:03.678 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:46:03.778 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:03.823 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:03.823 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:03.824 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:03.861 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 87 16 111089 111073 79.7692 35.8125 0.0339723 0.0125276 2024-09-13T14:46:03.925 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:46:03.948 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:03.948 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:03.949 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:46:04.049 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:04.072 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:04.073 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:04.073 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:04.174 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:46:04.198 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:04.199 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:04.200 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:46:04.300 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:46:04.339 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:04.339 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:04.339 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:46:04.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:04 smithi071 ceph-mon[107477]: pgmap v1408: 89 pgs: 1 active+recovering+undersized+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.6 GiB data, 18 GiB used, 608 GiB / 626 GiB avail; 37 MiB/s wr, 595 op/s; 39975/325212 objects degraded (12.292%); 25442/325212 objects misplaced (7.823%); 2.0 MiB/s, 32 objects/s recovering 2024-09-13T14:46:04.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:04 smithi071 ceph-mon[112785]: pgmap v1408: 89 pgs: 1 active+recovering+undersized+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.6 GiB data, 18 GiB used, 608 GiB / 626 GiB avail; 37 MiB/s wr, 595 op/s; 39975/325212 objects degraded (12.292%); 25442/325212 objects misplaced (7.823%); 2.0 MiB/s, 32 objects/s recovering 2024-09-13T14:46:04.440 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:04.484 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:04.485 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:04.485 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:04.586 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:04.626 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:04.626 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:04.627 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:04.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:04 smithi104 ceph-mon[105578]: pgmap v1408: 89 pgs: 1 active+recovering+undersized+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.6 GiB data, 18 GiB used, 608 GiB / 626 GiB avail; 37 MiB/s wr, 595 op/s; 39975/325212 objects degraded (12.292%); 25442/325212 objects misplaced (7.823%); 2.0 MiB/s, 32 objects/s recovering 2024-09-13T14:46:04.728 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:04.766 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:04.766 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:04.767 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:04.861 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 88 16 111642 111626 79.2556 34.5625 0.0595212 0.0126122 2024-09-13T14:46:04.867 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:46:04.904 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:04.905 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:04.906 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:46:05.006 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:05.053 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:05.054 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:05.054 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:05.155 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:05.192 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:05.193 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:05.193 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:05.294 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:46:05.338 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:05.338 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:05.339 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:46:05.439 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:05.462 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:05.463 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:05.463 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:05.564 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:05.603 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:05.604 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:05.604 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:05.621 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:05 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3363900463' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:46:05.621 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:05 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:46:05.623 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:05 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3363900463' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:46:05.623 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:05 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:46:05.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:05 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3363900463' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:46:05.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:05 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:46:05.705 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:05.740 INFO:teuthology.orchestra.run.smithi071.stderr:nodeep-scrub is set 2024-09-13T14:46:05.772 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:05.773 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:05.773 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:05.861 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 89 16 112292 112276 78.8216 40.625 0.0419268 0.0126815 2024-09-13T14:46:05.874 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:05.896 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:05.897 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:05.897 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:05.958 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:46:05.998 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:06.045 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:06.046 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:06.046 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:06.147 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:06.191 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:06.192 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:06.192 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:06.293 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:06.333 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:06.334 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:06.334 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:06.373 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:06 smithi071 ceph-mon[107477]: pgmap v1409: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+remapped, 20 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.8 GiB data, 18 GiB used, 608 GiB / 626 GiB avail; 46 MiB/s wr, 728 op/s; 40955/332241 objects degraded (12.327%); 25766/332241 objects misplaced (7.755%); 1.9 MiB/s, 31 objects/s recovering 2024-09-13T14:46:06.373 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:06 smithi071 ceph-mon[107477]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:46:06.373 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:06 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T14:46:06.373 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:06 smithi071 ceph-mon[107477]: osdmap e1168: 8 total, 7 up, 7 in 2024-09-13T14:46:06.373 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:06 smithi071 ceph-mon[112785]: pgmap v1409: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+remapped, 20 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.8 GiB data, 18 GiB used, 608 GiB / 626 GiB avail; 46 MiB/s wr, 728 op/s; 40955/332241 objects degraded (12.327%); 25766/332241 objects misplaced (7.755%); 1.9 MiB/s, 31 objects/s recovering 2024-09-13T14:46:06.374 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:06 smithi071 ceph-mon[112785]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:46:06.374 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:06 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T14:46:06.374 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:06 smithi071 ceph-mon[112785]: osdmap e1168: 8 total, 7 up, 7 in 2024-09-13T14:46:06.434 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:46:06.457 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:06.457 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:06.458 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:46:06.558 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:46:06.580 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:06.581 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:06.581 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:46:06.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:06 smithi104 ceph-mon[105578]: pgmap v1409: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+remapped, 20 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.8 GiB data, 18 GiB used, 608 GiB / 626 GiB avail; 46 MiB/s wr, 728 op/s; 40955/332241 objects degraded (12.327%); 25766/332241 objects misplaced (7.755%); 1.9 MiB/s, 31 objects/s recovering 2024-09-13T14:46:06.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:06 smithi104 ceph-mon[105578]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:46:06.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:06 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T14:46:06.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:06 smithi104 ceph-mon[105578]: osdmap e1168: 8 total, 7 up, 7 in 2024-09-13T14:46:06.682 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:06.721 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:06.722 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:06.722 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:06.823 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:06.852 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:06.853 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:06.854 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:06.859 INFO:tasks.thrashosds.thrasher:in_osds: [0, 1, 2, 5, 6, 7, 3] out_osds: [4] dead_osds: [6] live_osds: [0, 1, 2, 3, 4, 5, 7] 2024-09-13T14:46:06.859 INFO:tasks.thrashosds.thrasher:choose_action: min_in 4 min_out 0 min_live 2 min_dead 0 chance_down 0.40 2024-09-13T14:46:06.859 INFO:tasks.thrashosds.thrasher:Reweighting by: {'max_change': '1.0', 'overage': '1000', 'type': 'test-reweight-by-utilization'} 2024-09-13T14:46:06.860 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd test-reweight-by-utilization 1000 1.0 2024-09-13T14:46:06.861 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Total time run: 90.023 2024-09-13T14:46:06.861 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Total writes made: 112937 2024-09-13T14:46:06.861 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Write size: 65536 2024-09-13T14:46:06.862 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Object size: 65536 2024-09-13T14:46:06.862 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Bandwidth (MB/sec): 78.4085 2024-09-13T14:46:06.862 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Stddev Bandwidth: 41.2414 2024-09-13T14:46:06.862 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Max bandwidth (MB/sec): 215.312 2024-09-13T14:46:06.862 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Min bandwidth (MB/sec): 0 2024-09-13T14:46:06.862 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Average IOPS: 1254 2024-09-13T14:46:06.862 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Stddev IOPS: 659.872 2024-09-13T14:46:06.862 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Max IOPS: 3445 2024-09-13T14:46:06.862 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Min IOPS: 0 2024-09-13T14:46:06.862 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Average Latency(s): 0.0127482 2024-09-13T14:46:06.862 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Stddev Latency(s): 0.0275785 2024-09-13T14:46:06.862 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Max latency(s): 2.34622 2024-09-13T14:46:06.863 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Min latency(s): 0.000956766 2024-09-13T14:46:06.867 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Cleaning up (deleting benchmark objects) 2024-09-13T14:46:06.955 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:46:07.003 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:07.004 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:07.004 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:46:07.105 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:07.147 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:07.147 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:07.148 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:07.248 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:07.291 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:07.292 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:07.292 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:07.393 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:07.431 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:07.432 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:07.432 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:07.533 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:07.574 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:07.574 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:07.574 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:07.630 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:46:07.631 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:46:07.631 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:46:07.631 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:46:07.631 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:46:07.631 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:46:07.631 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:46:07.631 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:46:07.632 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:46:07.632 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:46:07.632 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:46:07.632 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:46:07.632 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:46:07.632 INFO:teuthology.orchestra.run.smithi071.stderr:Error ENXIO: problem getting command descriptions from osd.6 2024-09-13T14:46:07.632 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:46:07.632 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:07 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/31607073' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:46:07.633 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:07 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/31607073' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:46:07.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:07 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/31607073' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:46:07.676 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:46:07.698 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:07.699 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:07.699 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:46:07.800 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:46:07.832 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:07.833 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:07.833 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:46:07.934 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:07.956 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:07.957 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:07.957 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:08.058 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:08.094 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:08.094 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:08.095 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:08.195 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:08.233 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:08.233 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:08.234 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:08.335 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:46:08.369 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:08.370 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:08.370 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:46:08.471 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:08.492 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:08.493 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:08.493 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:08.594 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:08.640 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:08.641 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:08.641 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:08.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:08 smithi071 ceph-mon[107477]: pgmap v1411: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+remapped, 20 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.8 GiB data, 18 GiB used, 608 GiB / 626 GiB avail; 37 MiB/s wr, 597 op/s; 40955/333468 objects degraded (12.282%); 25766/333468 objects misplaced (7.727%); 1.5 MiB/s, 23 objects/s recovering 2024-09-13T14:46:08.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:08 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 40955/333468 objects degraded (12.282%), 10 pgs degraded, 19 pgs undersized (PG_DEGRADED) 2024-09-13T14:46:08.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:08 smithi071 ceph-mon[112785]: pgmap v1411: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+remapped, 20 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.8 GiB data, 18 GiB used, 608 GiB / 626 GiB avail; 37 MiB/s wr, 597 op/s; 40955/333468 objects degraded (12.282%); 25766/333468 objects misplaced (7.727%); 1.5 MiB/s, 23 objects/s recovering 2024-09-13T14:46:08.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:08 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 40955/333468 objects degraded (12.282%), 10 pgs degraded, 19 pgs undersized (PG_DEGRADED) 2024-09-13T14:46:08.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:08 smithi104 ceph-mon[105578]: pgmap v1411: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+remapped, 20 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.8 GiB data, 18 GiB used, 608 GiB / 626 GiB avail; 37 MiB/s wr, 597 op/s; 40955/333468 objects degraded (12.282%); 25766/333468 objects misplaced (7.727%); 1.5 MiB/s, 23 objects/s recovering 2024-09-13T14:46:08.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:08 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 40955/333468 objects degraded (12.282%), 10 pgs degraded, 19 pgs undersized (PG_DEGRADED) 2024-09-13T14:46:08.742 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:46:08.764 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:08.765 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:08.765 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:46:08.866 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:08.914 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:08.915 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:08.915 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:09.016 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:09.056 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:09.056 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:09.057 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:09.157 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:09.202 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:09.203 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:09.203 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:09.304 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:09.344 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:09.344 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:09.345 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:09.445 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:09.467 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:09.468 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:09.468 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:09.569 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:09.592 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:09.593 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:09.593 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:09.694 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:46:09.733 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:09.733 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:09.734 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:46:09.834 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:09.860 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:09.860 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:09.861 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:09.961 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:46:09.984 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:09.984 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:09.985 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:46:10.085 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:46:10.108 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:10.108 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:10.109 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:46:10.209 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:46:10.232 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:10.232 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:10.233 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:46:10.333 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:46:10.355 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:10.356 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:10.356 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:46:10.457 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:10.502 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:10.503 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:10.503 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:10.604 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:10.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:10 smithi071 ceph-mon[107477]: pgmap v1412: 89 pgs: 1 active+recovering+undersized+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.8 GiB data, 18 GiB used, 608 GiB / 626 GiB avail; 102 B/s rd, 39 MiB/s wr, 638 op/s; 41113/335106 objects degraded (12.269%); 25695/335106 objects misplaced (7.668%); 1.9 MiB/s, 30 objects/s recovering 2024-09-13T14:46:10.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:10 smithi071 ceph-mon[112785]: pgmap v1412: 89 pgs: 1 active+recovering+undersized+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.8 GiB data, 18 GiB used, 608 GiB / 626 GiB avail; 102 B/s rd, 39 MiB/s wr, 638 op/s; 41113/335106 objects degraded (12.269%); 25695/335106 objects misplaced (7.668%); 1.9 MiB/s, 30 objects/s recovering 2024-09-13T14:46:10.646 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:10.646 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:10.646 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:10.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:10 smithi104 ceph-mon[105578]: pgmap v1412: 89 pgs: 1 active+recovering+undersized+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.8 GiB data, 18 GiB used, 608 GiB / 626 GiB avail; 102 B/s rd, 39 MiB/s wr, 638 op/s; 41113/335106 objects degraded (12.269%); 25695/335106 objects misplaced (7.668%); 1.9 MiB/s, 30 objects/s recovering 2024-09-13T14:46:10.747 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:46:10.768 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:10.768 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:10.768 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:46:10.869 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:46:10.891 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:10.891 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:10.892 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:46:10.993 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:11.013 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:11.014 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:11.014 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:11.115 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:11.154 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:11.154 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:11.155 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:11.256 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:11.277 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:11.278 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:11.278 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:11.379 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:11.416 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:11.417 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:11.417 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:11.518 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:11.555 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:11.555 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:11.556 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:11.656 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:11.695 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:11.696 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:11.697 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:11.797 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:11.850 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:11.851 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:11.851 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:11.953 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:11.974 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:11.975 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:11.975 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:12.076 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:46:12.099 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:12.100 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:12.100 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:46:12.201 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:46:12.224 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:12.225 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:12.225 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:46:12.326 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:12.372 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:12.373 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:12.373 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:12.474 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:46:12.487 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:12 smithi104 ceph-mon[105578]: pgmap v1413: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+remapped, 20 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.8 GiB data, 18 GiB used, 607 GiB / 626 GiB avail; 102 B/s rd, 33 MiB/s wr, 619 op/s; 41197/335685 objects degraded (12.273%); 25636/335685 objects misplaced (7.637%); 1.9 MiB/s, 30 objects/s recovering 2024-09-13T14:46:12.500 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:12.500 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:12.501 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:46:12.602 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:12.606 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:12 smithi071 ceph-mon[107477]: pgmap v1413: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+remapped, 20 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.8 GiB data, 18 GiB used, 607 GiB / 626 GiB avail; 102 B/s rd, 33 MiB/s wr, 619 op/s; 41197/335685 objects degraded (12.273%); 25636/335685 objects misplaced (7.637%); 1.9 MiB/s, 30 objects/s recovering 2024-09-13T14:46:12.606 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:12 smithi071 ceph-mon[112785]: pgmap v1413: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+remapped, 20 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.8 GiB data, 18 GiB used, 607 GiB / 626 GiB avail; 102 B/s rd, 33 MiB/s wr, 619 op/s; 41197/335685 objects degraded (12.273%); 25636/335685 objects misplaced (7.637%); 1.9 MiB/s, 30 objects/s recovering 2024-09-13T14:46:12.643 DEBUG:teuthology.orchestra.run:got remote process result: 6 2024-09-13T14:46:12.643 INFO:tasks.thrashosds.thrasher:Failed to tell all osds, ignoring 2024-09-13T14:46:12.662 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:12.663 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:12.663 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:12.764 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:46:12.786 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:12.787 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:12.787 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:46:12.888 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:12.891 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:46:12 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:46:12] "GET /metrics HTTP/1.1" 200 36640 "" "Prometheus/2.51.0" 2024-09-13T14:46:12.921 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:12.922 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:12.922 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:13.023 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:13.056 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:13.057 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:13.058 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:13.158 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:13.181 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:13.182 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:13.182 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:13.199 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:46:13.283 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:13.326 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:13.326 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:13.326 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:13.427 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:13.473 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:13.474 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:13.475 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:13.575 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:13.597 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:13.598 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:13.598 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:13.618 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:13 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 41197/335685 objects degraded (12.273%), 10 pgs degraded, 19 pgs undersized (PG_DEGRADED) 2024-09-13T14:46:13.618 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:13 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 41197/335685 objects degraded (12.273%), 10 pgs degraded, 19 pgs undersized (PG_DEGRADED) 2024-09-13T14:46:13.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:13 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 41197/335685 objects degraded (12.273%), 10 pgs degraded, 19 pgs undersized (PG_DEGRADED) 2024-09-13T14:46:13.700 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:46:13.745 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:13.746 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:13.746 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:46:13.847 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:13.853 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd unset noscrub 2024-09-13T14:46:13.907 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:13.907 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:13.908 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:14.009 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:46:14.030 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:14.031 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:14.031 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:46:14.132 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:14.186 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:14.186 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:14.187 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:14.288 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:14.341 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:14.342 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:14.342 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:14.443 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:14.453 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:14 smithi071 ceph-mon[107477]: pgmap v1414: 89 pgs: 1 active+recovering+undersized+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.8 GiB data, 18 GiB used, 608 GiB / 626 GiB avail; 102 B/s rd, 28 MiB/s wr, 623 op/s; 41197/333858 objects degraded (12.340%); 25570/333858 objects misplaced (7.659%); 1.9 MiB/s, 30 objects/s recovering 2024-09-13T14:46:14.453 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:14 smithi071 ceph-mon[112785]: pgmap v1414: 89 pgs: 1 active+recovering+undersized+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.8 GiB data, 18 GiB used, 608 GiB / 626 GiB avail; 102 B/s rd, 28 MiB/s wr, 623 op/s; 41197/333858 objects degraded (12.340%); 25570/333858 objects misplaced (7.659%); 1.9 MiB/s, 30 objects/s recovering 2024-09-13T14:46:14.489 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:14.490 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:14.490 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:14.591 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:14.637 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:14.637 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:14.638 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:14.645 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=false 2024-09-13T14:46:14.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:14 smithi104 ceph-mon[105578]: pgmap v1414: 89 pgs: 1 active+recovering+undersized+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.8 GiB data, 18 GiB used, 608 GiB / 626 GiB avail; 102 B/s rd, 28 MiB/s wr, 623 op/s; 41197/333858 objects degraded (12.340%); 25570/333858 objects misplaced (7.659%); 1.9 MiB/s, 30 objects/s recovering 2024-09-13T14:46:14.739 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:46:14.760 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:14.760 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:14.761 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:46:14.862 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:14.911 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:14.912 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:14.913 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:15.013 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:15.051 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:15.051 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:15.052 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:15.065 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:46:15.065 INFO:teuthology.orchestra.run.smithi071.stdout: "ops": [], 2024-09-13T14:46:15.065 INFO:teuthology.orchestra.run.smithi071.stdout: "complaint_time": 30, 2024-09-13T14:46:15.065 INFO:teuthology.orchestra.run.smithi071.stdout: "num_blocked_ops": 0 2024-09-13T14:46:15.066 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:46:15.153 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:15.184 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:15.184 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:15.185 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:15.286 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:46:15.307 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:15.308 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:15.308 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:46:15.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:15 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:46:15.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:15 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:46:15.408 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:15.458 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:15.458 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:15.459 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:15.559 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:15.601 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:15.602 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:15.602 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:15.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:15 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:46:15.703 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:15.745 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:15.746 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:15.746 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:15.847 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:15.871 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:15.872 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:15.872 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:15.896 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.2 dump_historic_ops 2024-09-13T14:46:15.973 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:16.033 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:16.034 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:16.034 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:16.135 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:46:16.196 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:16.197 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:16.197 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:46:16.298 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:16.350 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:16.351 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:16.352 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:16.452 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:46:16.475 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:16.476 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:16.476 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:46:16.513 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:46:16.520 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:46:16.577 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:46:16.589 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:16 smithi071 ceph-mon[107477]: pgmap v1415: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+remapped, 20 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.6 GiB data, 18 GiB used, 608 GiB / 626 GiB avail; 102 B/s rd, 14 MiB/s wr, 632 op/s; 40174/326559 objects degraded (12.302%); 25119/326559 objects misplaced (7.692%); 1.9 MiB/s, 30 objects/s recovering 2024-09-13T14:46:16.590 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:16 smithi071 ceph-mon[112785]: pgmap v1415: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+remapped, 20 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.6 GiB data, 18 GiB used, 608 GiB / 626 GiB avail; 102 B/s rd, 14 MiB/s wr, 632 op/s; 40174/326559 objects degraded (12.302%); 25119/326559 objects misplaced (7.692%); 1.9 MiB/s, 30 objects/s recovering 2024-09-13T14:46:16.599 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:16.599 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:16.600 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:46:16.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:16 smithi104 ceph-mon[105578]: pgmap v1415: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+remapped, 20 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.6 GiB data, 18 GiB used, 608 GiB / 626 GiB avail; 102 B/s rd, 14 MiB/s wr, 632 op/s; 40174/326559 objects degraded (12.302%); 25119/326559 objects misplaced (7.692%); 1.9 MiB/s, 30 objects/s recovering 2024-09-13T14:46:16.700 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:16.722 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:16.723 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:16.723 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:16.824 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:46:16.846 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:16.847 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:16.847 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:46:16.948 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:46:16.969 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:16.970 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:16.970 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:46:17.071 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:17.093 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:17.094 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:17.094 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:17.194 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:17.235 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:17.235 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:17.236 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:17.336 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:46:17.373 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:17.374 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:17.374 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:46:17.475 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:46:17.498 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:17.498 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:17.499 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:46:17.599 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:17.634 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:17.634 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:17.635 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:17.736 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:17.787 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:17.787 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:17.788 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:17.889 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:17.922 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:17.923 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:17.923 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:18.024 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:46:18.076 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:18.077 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:18.077 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:46:18.178 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:18.224 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:18.225 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:18.226 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:18.280 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:46:18.326 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:18.386 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:18.386 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:18.387 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:18.488 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:46:18.510 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:18.510 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:18.511 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:46:18.566 INFO:teuthology.orchestra.run.smithi071.stdout:moved 0 / 267 (0%) 2024-09-13T14:46:18.566 INFO:teuthology.orchestra.run.smithi071.stdout:avg 44.5 2024-09-13T14:46:18.566 INFO:teuthology.orchestra.run.smithi071.stdout:stddev 9.96243 -> 9.96243 (expected baseline 6.08961) 2024-09-13T14:46:18.566 INFO:teuthology.orchestra.run.smithi071.stdout:min osd.2 with 28 -> 28 pgs (0.629214 -> 0.629214 * mean) 2024-09-13T14:46:18.566 INFO:teuthology.orchestra.run.smithi071.stdout:max osd.3 with 46 -> 46 pgs (1.03371 -> 1.03371 * mean) 2024-09-13T14:46:18.567 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:46:18.567 INFO:teuthology.orchestra.run.smithi071.stdout:oload 1000 2024-09-13T14:46:18.567 INFO:teuthology.orchestra.run.smithi071.stdout:max_change 1 2024-09-13T14:46:18.567 INFO:teuthology.orchestra.run.smithi071.stdout:max_change_osds 4 2024-09-13T14:46:18.567 INFO:teuthology.orchestra.run.smithi071.stdout:average_utilization 0.0283 2024-09-13T14:46:18.567 INFO:teuthology.orchestra.run.smithi071.stdout:overload_utilization 0.2835 2024-09-13T14:46:18.567 INFO:teuthology.orchestra.run.smithi071.stderr:no change 2024-09-13T14:46:18.568 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:18 smithi071 ceph-mon[107477]: pgmap v1416: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+remapped, 20 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.6 GiB data, 18 GiB used, 608 GiB / 626 GiB avail; 90 B/s rd, 12 MiB/s wr, 593 op/s; 40174/325374 objects degraded (12.347%); 25119/325374 objects misplaced (7.720%); 1.7 MiB/s, 26 objects/s recovering 2024-09-13T14:46:18.568 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:18 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 40174/325374 objects degraded (12.347%), 10 pgs degraded, 19 pgs undersized (PG_DEGRADED) 2024-09-13T14:46:18.568 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:18 smithi071 ceph-mon[112785]: pgmap v1416: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+remapped, 20 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.6 GiB data, 18 GiB used, 608 GiB / 626 GiB avail; 90 B/s rd, 12 MiB/s wr, 593 op/s; 40174/325374 objects degraded (12.347%); 25119/325374 objects misplaced (7.720%); 1.7 MiB/s, 26 objects/s recovering 2024-09-13T14:46:18.568 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:18 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 40174/325374 objects degraded (12.347%), 10 pgs degraded, 19 pgs undersized (PG_DEGRADED) 2024-09-13T14:46:18.612 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:18.657 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:18.658 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:18.658 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:18.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:18 smithi104 ceph-mon[105578]: pgmap v1416: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+remapped, 20 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.6 GiB data, 18 GiB used, 608 GiB / 626 GiB avail; 90 B/s rd, 12 MiB/s wr, 593 op/s; 40174/325374 objects degraded (12.347%); 25119/325374 objects misplaced (7.720%); 1.7 MiB/s, 26 objects/s recovering 2024-09-13T14:46:18.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:18 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 40174/325374 objects degraded (12.347%), 10 pgs degraded, 19 pgs undersized (PG_DEGRADED) 2024-09-13T14:46:18.758 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:46:18.782 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:18.783 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:18.783 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:46:18.884 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:18.925 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:18.926 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:18.926 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:19.027 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:19.050 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:19.051 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:19.051 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:19.152 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:19.187 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:19.188 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:19.188 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:19.289 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:46:19.334 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:19.334 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:19.334 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:46:19.435 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:46:19.457 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:19.457 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:19.458 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:46:19.470 INFO:tasks.thrashosds.thrasher:Reweighting by: {'max_change': '0.05', 'overage': '1000', 'type': 'reweight-by-utilization'} 2024-09-13T14:46:19.471 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd reweight-by-utilization 1000 0.05 2024-09-13T14:46:19.558 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:19.595 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:19.596 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:19.596 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:19.697 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:46:19.718 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:19.719 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:19.719 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:46:19.820 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:19.870 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:19.872 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:19.872 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:19.973 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:20.025 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:20.026 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:20.026 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:20.127 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:46:20.148 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:20.149 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:20.150 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:46:20.251 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:20.273 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:20.274 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:20.274 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:20.375 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:46:20.398 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:20.399 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:20.399 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:46:20.500 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:46:20.522 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:20.522 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:20.523 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:46:20.624 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:46:20.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:20 smithi071 ceph-mon[107477]: pgmap v1417: 89 pgs: 1 active+recovering+undersized+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.6 GiB data, 18 GiB used, 608 GiB / 626 GiB avail; 85 B/s rd, 9.4 MiB/s wr, 595 op/s; 39762/322884 objects degraded (12.315%); 25053/322884 objects misplaced (7.759%); 1.9 MiB/s, 30 objects/s recovering 2024-09-13T14:46:20.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:20 smithi071 ceph-mon[107477]: from='client.54742 -' entity='client.admin' cmd=[{"prefix": "osd test-reweight-by-utilization", "oload": 1000, "max_change": 1.0, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:46:20.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:20 smithi071 ceph-mon[112785]: pgmap v1417: 89 pgs: 1 active+recovering+undersized+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.6 GiB data, 18 GiB used, 608 GiB / 626 GiB avail; 85 B/s rd, 9.4 MiB/s wr, 595 op/s; 39762/322884 objects degraded (12.315%); 25053/322884 objects misplaced (7.759%); 1.9 MiB/s, 30 objects/s recovering 2024-09-13T14:46:20.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:20 smithi071 ceph-mon[112785]: from='client.54742 -' entity='client.admin' cmd=[{"prefix": "osd test-reweight-by-utilization", "oload": 1000, "max_change": 1.0, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:46:20.667 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:20.667 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:20.668 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:46:20.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:20 smithi104 ceph-mon[105578]: pgmap v1417: 89 pgs: 1 active+recovering+undersized+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.6 GiB data, 18 GiB used, 608 GiB / 626 GiB avail; 85 B/s rd, 9.4 MiB/s wr, 595 op/s; 39762/322884 objects degraded (12.315%); 25053/322884 objects misplaced (7.759%); 1.9 MiB/s, 30 objects/s recovering 2024-09-13T14:46:20.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:20 smithi104 ceph-mon[105578]: from='client.54742 -' entity='client.admin' cmd=[{"prefix": "osd test-reweight-by-utilization", "oload": 1000, "max_change": 1.0, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:46:20.768 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:46:20.789 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:20.790 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:20.790 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:46:20.891 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:20.927 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:20.928 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:20.928 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:21.029 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:46:21.051 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:21.052 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:21.053 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:46:21.154 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:21.209 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:21.210 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:21.210 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:21.311 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:21.359 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:21.359 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:21.360 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:21.460 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:21.481 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:21.482 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:21.482 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:21.583 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:21.619 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:21.620 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:21.620 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:21.721 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:21.743 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:21.744 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:21.744 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:21.845 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:46:21.885 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:21.886 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:21.886 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:46:21.987 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:22.033 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:22.033 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:22.034 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:22.135 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:46:22.157 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:22.158 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:22.158 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:46:22.259 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:22.287 INFO:teuthology.orchestra.run.smithi071.stderr:noscrub is unset 2024-09-13T14:46:22.316 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:22.317 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:22.317 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:22.418 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:22.440 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:22.441 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:22.441 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:22.542 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:22.564 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:22.564 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:22.565 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:22.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:22 smithi071 ceph-mon[107477]: pgmap v1418: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+remapped, 20 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.4 GiB data, 18 GiB used, 608 GiB / 626 GiB avail; 5.9 MiB/s wr, 689 op/s; 39157/317019 objects degraded (12.352%); 24578/317019 objects misplaced (7.753%); 2.0 MiB/s, 32 objects/s recovering 2024-09-13T14:46:22.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:22 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2118290387' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:46:22.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:22 smithi071 ceph-mon[112785]: pgmap v1418: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+remapped, 20 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.4 GiB data, 18 GiB used, 608 GiB / 626 GiB avail; 5.9 MiB/s wr, 689 op/s; 39157/317019 objects degraded (12.352%); 24578/317019 objects misplaced (7.753%); 2.0 MiB/s, 32 objects/s recovering 2024-09-13T14:46:22.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:22 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2118290387' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:46:22.666 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:22.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:22 smithi104 ceph-mon[105578]: pgmap v1418: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+remapped, 20 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.4 GiB data, 18 GiB used, 608 GiB / 626 GiB avail; 5.9 MiB/s wr, 689 op/s; 39157/317019 objects degraded (12.352%); 24578/317019 objects misplaced (7.753%); 2.0 MiB/s, 32 objects/s recovering 2024-09-13T14:46:22.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:22 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2118290387' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:46:22.687 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:22.687 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:22.687 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:22.788 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:22.828 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:22.829 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:22.829 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:22.930 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:46:22.974 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:22.975 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:22.975 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:46:23.076 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:46:23.098 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:23.098 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:23.098 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:46:23.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:46:22 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:46:22] "GET /metrics HTTP/1.1" 200 36638 "" "Prometheus/2.51.0" 2024-09-13T14:46:23.199 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:46:23.236 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:23.237 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:23.237 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:46:23.338 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:23.375 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:23.376 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:23.376 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:23.477 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:23.515 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:23.515 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:23.516 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:23.606 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:23 smithi071 ceph-mon[107477]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:46:23.606 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:23 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2118290387' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T14:46:23.607 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:23 smithi071 ceph-mon[107477]: osdmap e1169: 8 total, 7 up, 7 in 2024-09-13T14:46:23.607 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:23 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 39157/317019 objects degraded (12.352%), 10 pgs degraded, 19 pgs undersized (PG_DEGRADED) 2024-09-13T14:46:23.607 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:23 smithi071 ceph-mon[112785]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:46:23.607 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:23 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2118290387' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T14:46:23.607 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:23 smithi071 ceph-mon[112785]: osdmap e1169: 8 total, 7 up, 7 in 2024-09-13T14:46:23.607 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:23 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 39157/317019 objects degraded (12.352%), 10 pgs degraded, 19 pgs undersized (PG_DEGRADED) 2024-09-13T14:46:23.617 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:46:23.639 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:23.640 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:23.640 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:46:23.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:23 smithi104 ceph-mon[105578]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:46:23.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:23 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2118290387' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T14:46:23.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:23 smithi104 ceph-mon[105578]: osdmap e1169: 8 total, 7 up, 7 in 2024-09-13T14:46:23.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:23 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 39157/317019 objects degraded (12.352%), 10 pgs degraded, 19 pgs undersized (PG_DEGRADED) 2024-09-13T14:46:23.741 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:23.763 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:23.764 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:23.764 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:23.865 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:23.910 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:23.911 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:23.911 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:24.013 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:46:24.046 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:24.047 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:24.047 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:46:24.148 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:24.170 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:24.170 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:24.171 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:24.271 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:24.317 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:24.318 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:24.318 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:24.420 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:46:24.442 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:24.443 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:24.443 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:46:24.537 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:24 smithi071 ceph-mon[107477]: pgmap v1420: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.4 GiB data, 17 GiB used, 608 GiB / 626 GiB avail; 0 B/s wr, 640 op/s; 39248/314643 objects degraded (12.474%); 24413/314643 objects misplaced (7.759%); 1.9 MiB/s, 30 objects/s recovering 2024-09-13T14:46:24.538 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:24 smithi071 ceph-mon[112785]: pgmap v1420: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.4 GiB data, 17 GiB used, 608 GiB / 626 GiB avail; 0 B/s wr, 640 op/s; 39248/314643 objects degraded (12.474%); 24413/314643 objects misplaced (7.759%); 1.9 MiB/s, 30 objects/s recovering 2024-09-13T14:46:24.545 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:24.584 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:24.585 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:24.585 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:24.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:24 smithi104 ceph-mon[105578]: pgmap v1420: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.4 GiB data, 17 GiB used, 608 GiB / 626 GiB avail; 0 B/s wr, 640 op/s; 39248/314643 objects degraded (12.474%); 24413/314643 objects misplaced (7.759%); 1.9 MiB/s, 30 objects/s recovering 2024-09-13T14:46:24.686 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:46:24.708 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:24.709 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:24.709 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:46:24.810 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:46:24.833 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:24.833 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:24.833 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:46:24.934 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:46:24.956 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:24.956 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:24.957 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:46:25.054 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:46:25.057 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:46:25.078 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:25.079 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:25.079 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:46:25.180 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:25.217 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:25.218 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:25.218 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:25.319 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:46:25.360 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:25.361 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:25.362 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:46:25.462 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:46:25.504 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:25.504 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:25.505 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:46:25.606 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:46:25.628 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:25.628 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:25.629 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:46:25.729 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:25.771 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:25.772 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:25.772 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:25.873 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:46:25.909 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:46:25.910 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:25.910 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:46:25.910 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:25.911 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:46:25.946 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:46:25.946 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:46:25.981 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:46:25.982 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:46:26.012 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:46:26.020 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:46:26.021 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:46:26.034 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:26.034 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:26.035 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:46:26.053 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:46:26.053 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:46:26.087 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:46:26.087 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:46:26.092 INFO:teuthology.orchestra.run.smithi071.stderr:Error ENXIO: problem getting command descriptions from osd.6 2024-09-13T14:46:26.115 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:46:26.115 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:46:26.135 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:26.156 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:26.157 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:26.157 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:26.258 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:26.295 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:26.296 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:26.296 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:26.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:26 smithi071 ceph-mon[107477]: pgmap v1421: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.3 GiB data, 17 GiB used, 609 GiB / 626 GiB avail; 0 B/s wr, 537 op/s; 38433/310422 objects degraded (12.381%); 24123/310422 objects misplaced (7.771%); 2.0 MiB/s, 31 objects/s recovering 2024-09-13T14:46:26.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:26 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/207097996' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:46:26.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:26 smithi071 ceph-mon[112785]: pgmap v1421: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.3 GiB data, 17 GiB used, 609 GiB / 626 GiB avail; 0 B/s wr, 537 op/s; 38433/310422 objects degraded (12.381%); 24123/310422 objects misplaced (7.771%); 2.0 MiB/s, 31 objects/s recovering 2024-09-13T14:46:26.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:26 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/207097996' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:46:26.397 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:46:26.439 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:26.440 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:26.440 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:46:26.541 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:26.564 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:26.564 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:26.565 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:26.666 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:46:26.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:26 smithi104 ceph-mon[105578]: pgmap v1421: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.3 GiB data, 17 GiB used, 609 GiB / 626 GiB avail; 0 B/s wr, 537 op/s; 38433/310422 objects degraded (12.381%); 24123/310422 objects misplaced (7.771%); 2.0 MiB/s, 31 objects/s recovering 2024-09-13T14:46:26.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:26 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/207097996' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:46:26.709 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:26.710 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:26.710 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:46:26.811 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:26.843 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:26.844 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:26.844 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:26.945 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:26.985 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:26.986 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:26.986 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:27.087 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:46:27.109 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:27.110 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:27.110 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:46:27.211 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:46:27.232 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:27.233 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:27.233 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:46:27.301 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T14:46:27.301 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:46:27.334 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:46:27.357 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:27.357 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:27.358 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:46:27.460 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:46:27.497 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:27.497 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:27.498 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:46:27.561 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd unset nodeep-scrub 2024-09-13T14:46:27.599 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:27.669 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:27.670 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:27.670 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:27.771 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:27.821 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:27.821 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:27.822 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:27.923 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:46:27.945 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:27.946 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:27.946 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:46:28.047 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:28.069 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:28.069 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:28.070 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:28.170 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:28.216 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:28.217 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:28.217 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:28.318 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:28.352 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:28.353 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:28.354 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:28.454 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:28.498 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:28.498 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:28.499 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:28.599 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:28.636 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:28.637 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:28.637 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:28.640 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:28 smithi071 ceph-mon[112785]: pgmap v1422: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.2 GiB data, 17 GiB used, 609 GiB / 626 GiB avail; 0 B/s wr, 643 op/s; 38229/306069 objects degraded (12.490%); 23919/306069 objects misplaced (7.815%); 2.0 MiB/s, 31 objects/s recovering 2024-09-13T14:46:28.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:28 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 38229/306069 objects degraded (12.490%), 11 pgs degraded, 19 pgs undersized (PG_DEGRADED) 2024-09-13T14:46:28.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:28 smithi071 ceph-mon[107477]: pgmap v1422: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.2 GiB data, 17 GiB used, 609 GiB / 626 GiB avail; 0 B/s wr, 643 op/s; 38229/306069 objects degraded (12.490%); 23919/306069 objects misplaced (7.815%); 2.0 MiB/s, 31 objects/s recovering 2024-09-13T14:46:28.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:28 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 38229/306069 objects degraded (12.490%), 11 pgs degraded, 19 pgs undersized (PG_DEGRADED) 2024-09-13T14:46:28.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:28 smithi104 ceph-mon[105578]: pgmap v1422: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.2 GiB data, 17 GiB used, 609 GiB / 626 GiB avail; 0 B/s wr, 643 op/s; 38229/306069 objects degraded (12.490%); 23919/306069 objects misplaced (7.815%); 2.0 MiB/s, 31 objects/s recovering 2024-09-13T14:46:28.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:28 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 38229/306069 objects degraded (12.490%), 11 pgs degraded, 19 pgs undersized (PG_DEGRADED) 2024-09-13T14:46:28.738 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:46:28.759 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:28.759 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:28.760 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:46:28.860 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:46:28.904 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:28.905 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:28.905 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:46:29.006 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:29.047 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:29.048 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:29.048 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:29.149 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:29.171 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:29.172 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:29.172 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:29.239 DEBUG:teuthology.orchestra.run:got remote process result: 6 2024-09-13T14:46:29.239 INFO:tasks.thrashosds.thrasher:Failed to tell all osds, ignoring 2024-09-13T14:46:29.273 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:46:29.295 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:29.295 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:29.296 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:46:29.397 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:29.418 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:29.418 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:29.419 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:29.519 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:46:29.541 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:29.542 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:29.542 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:46:29.643 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:46:29.664 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:29.664 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:29.665 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:46:29.765 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:46:29.787 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:29.788 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:29.788 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:46:29.889 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:46:29.911 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:29.912 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:29.912 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:46:30.013 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:30.058 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:30.059 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:30.059 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:30.160 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:30.204 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:30.204 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:30.205 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:30.305 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:30.307 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.3 dump_ops_in_flight 2024-09-13T14:46:30.328 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:30.329 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:30.329 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:30.430 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:30.432 INFO:teuthology.orchestra.run.smithi071.stdout:moved 0 / 267 (0%) 2024-09-13T14:46:30.433 INFO:teuthology.orchestra.run.smithi071.stdout:avg 44.5 2024-09-13T14:46:30.433 INFO:teuthology.orchestra.run.smithi071.stdout:stddev 9.96243 -> 9.96243 (expected baseline 6.08961) 2024-09-13T14:46:30.433 INFO:teuthology.orchestra.run.smithi071.stdout:min osd.2 with 28 -> 28 pgs (0.629214 -> 0.629214 * mean) 2024-09-13T14:46:30.433 INFO:teuthology.orchestra.run.smithi071.stdout:max osd.3 with 46 -> 46 pgs (1.03371 -> 1.03371 * mean) 2024-09-13T14:46:30.433 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:46:30.433 INFO:teuthology.orchestra.run.smithi071.stdout:oload 1000 2024-09-13T14:46:30.433 INFO:teuthology.orchestra.run.smithi071.stdout:max_change 0.05 2024-09-13T14:46:30.433 INFO:teuthology.orchestra.run.smithi071.stdout:max_change_osds 4 2024-09-13T14:46:30.433 INFO:teuthology.orchestra.run.smithi071.stdout:average_utilization 0.0270 2024-09-13T14:46:30.433 INFO:teuthology.orchestra.run.smithi071.stdout:overload_utilization 0.2699 2024-09-13T14:46:30.433 INFO:teuthology.orchestra.run.smithi071.stderr:no change 2024-09-13T14:46:30.453 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:30.453 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:30.454 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:30.554 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:46:30.608 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:30.608 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:30.609 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:46:30.637 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:46:30.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:30 smithi071 ceph-mon[107477]: pgmap v1423: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.2 GiB data, 17 GiB used, 609 GiB / 626 GiB avail; 0 B/s wr, 597 op/s; 38329/304965 objects degraded (12.568%); 23738/304965 objects misplaced (7.784%); 2.1 MiB/s, 32 objects/s recovering 2024-09-13T14:46:30.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:30 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:46:30.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:30 smithi071 ceph-mon[112785]: pgmap v1423: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.2 GiB data, 17 GiB used, 609 GiB / 626 GiB avail; 0 B/s wr, 597 op/s; 38329/304965 objects degraded (12.568%); 23738/304965 objects misplaced (7.784%); 2.1 MiB/s, 32 objects/s recovering 2024-09-13T14:46:30.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:30 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:46:30.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:30 smithi104 ceph-mon[105578]: pgmap v1423: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.2 GiB data, 17 GiB used, 609 GiB / 626 GiB avail; 0 B/s wr, 597 op/s; 38329/304965 objects degraded (12.568%); 23738/304965 objects misplaced (7.784%); 2.1 MiB/s, 32 objects/s recovering 2024-09-13T14:46:30.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:30 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:46:30.710 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:30.759 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:30.760 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:30.761 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:30.861 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:30.900 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:30.901 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:30.901 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:31.002 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:31.039 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:31.040 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:31.040 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:31.141 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:31.185 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:31.185 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:31.186 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:31.204 INFO:tasks.thrashosds.thrasher:Reweighting by: {'max_change': '1.0', 'overage': '110', 'type': 'test-reweight-by-utilization'} 2024-09-13T14:46:31.205 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd test-reweight-by-utilization 110 1.0 2024-09-13T14:46:31.240 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=true 2024-09-13T14:46:31.287 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:46:31.308 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:31.309 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:31.309 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:46:31.410 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:31.468 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:31 smithi071 ceph-mon[112785]: from='client.54757 -' entity='client.admin' cmd=[{"prefix": "osd reweight-by-utilization", "oload": 1000, "max_change": 0.05, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:46:31.470 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:31 smithi071 ceph-mon[107477]: from='client.54757 -' entity='client.admin' cmd=[{"prefix": "osd reweight-by-utilization", "oload": 1000, "max_change": 0.05, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:46:31.473 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:31.474 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:31.475 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:31.575 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:46:31.618 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:31.619 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:31.619 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:46:31.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:31 smithi104 ceph-mon[105578]: from='client.54757 -' entity='client.admin' cmd=[{"prefix": "osd reweight-by-utilization", "oload": 1000, "max_change": 0.05, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:46:31.720 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:31.763 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:31.764 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:31.764 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:31.865 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:31.886 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:31.886 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:31.886 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:31.987 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:32.029 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:32.032 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:32.033 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:32.133 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:32.176 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:32.177 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:32.177 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:32.278 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:32.299 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:32.300 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:32.300 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:32.401 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:46:32.423 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:32.423 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:32.424 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:46:32.525 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:46:32.547 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:32.547 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:32.548 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:46:32.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:32 smithi071 ceph-mon[107477]: pgmap v1424: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.1 GiB data, 17 GiB used, 609 GiB / 626 GiB avail; 0 B/s wr, 645 op/s; 37332/297642 objects degraded (12.543%); 23225/297642 objects misplaced (7.803%); 2.1 MiB/s, 33 objects/s recovering 2024-09-13T14:46:32.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:32 smithi071 ceph-mon[112785]: pgmap v1424: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.1 GiB data, 17 GiB used, 609 GiB / 626 GiB avail; 0 B/s wr, 645 op/s; 37332/297642 objects degraded (12.543%); 23225/297642 objects misplaced (7.803%); 2.1 MiB/s, 33 objects/s recovering 2024-09-13T14:46:32.648 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:32.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:32 smithi104 ceph-mon[105578]: pgmap v1424: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.1 GiB data, 17 GiB used, 609 GiB / 626 GiB avail; 0 B/s wr, 645 op/s; 37332/297642 objects degraded (12.543%); 23225/297642 objects misplaced (7.803%); 2.1 MiB/s, 33 objects/s recovering 2024-09-13T14:46:32.686 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:32.687 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:32.687 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:32.788 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:46:32.811 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:32.812 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:32.812 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:46:32.913 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:32.961 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:32.962 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:32.962 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:32.987 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:46:32 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:46:32] "GET /metrics HTTP/1.1" 200 36641 "" "Prometheus/2.51.0" 2024-09-13T14:46:33.063 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:33.105 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:33.106 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:33.106 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:33.207 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:33.228 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:33.229 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:33.229 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:33.330 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:33.367 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:33.368 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:33.368 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:33.469 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:46:33.491 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:33.492 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:33.492 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:46:33.593 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:33.615 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:33.616 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:33.616 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:33.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:33 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 37332/297642 objects degraded (12.543%), 11 pgs degraded, 19 pgs undersized (PG_DEGRADED) 2024-09-13T14:46:33.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:33 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 37332/297642 objects degraded (12.543%), 11 pgs degraded, 19 pgs undersized (PG_DEGRADED) 2024-09-13T14:46:33.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:33 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 37332/297642 objects degraded (12.543%), 11 pgs degraded, 19 pgs undersized (PG_DEGRADED) 2024-09-13T14:46:33.717 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:46:33.738 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:33.739 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:33.739 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:46:33.840 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:46:33.864 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:33.864 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:33.865 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:46:33.965 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:46:33.988 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:33.988 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:33.989 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:46:34.090 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:46:34.113 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:34.113 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:34.114 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:46:34.216 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:46:34.259 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:34.260 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:34.260 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:46:34.361 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:46:34.383 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:34.383 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:34.384 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:46:34.485 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:46:34.507 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:34.508 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:34.508 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:46:34.609 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:46:34.637 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:34.638 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:34.638 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:46:34.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:34 smithi071 ceph-mon[107477]: pgmap v1425: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.0 GiB data, 16 GiB used, 609 GiB / 626 GiB avail; 0 B/s wr, 627 op/s; 37456/295329 objects degraded (12.683%); 23028/295329 objects misplaced (7.797%); 2.0 MiB/s, 32 objects/s recovering 2024-09-13T14:46:34.640 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:34 smithi071 ceph-mon[112785]: pgmap v1425: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.0 GiB data, 16 GiB used, 609 GiB / 626 GiB avail; 0 B/s wr, 627 op/s; 37456/295329 objects degraded (12.683%); 23028/295329 objects misplaced (7.797%); 2.0 MiB/s, 32 objects/s recovering 2024-09-13T14:46:34.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:34 smithi104 ceph-mon[105578]: pgmap v1425: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 6.0 GiB data, 16 GiB used, 609 GiB / 626 GiB avail; 0 B/s wr, 627 op/s; 37456/295329 objects degraded (12.683%); 23028/295329 objects misplaced (7.797%); 2.0 MiB/s, 32 objects/s recovering 2024-09-13T14:46:34.739 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:46:34.761 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:34.762 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:34.762 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:46:34.863 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:34.899 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:34.900 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:34.900 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:35.001 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:35.037 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:35.038 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:35.038 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:35.139 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:35.179 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:35.179 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:35.180 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:35.280 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:35.303 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:35.303 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:35.303 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:35.404 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:46:35.426 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:35.427 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:35.427 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:46:35.528 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:35.562 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:35.563 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:35.563 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:35.664 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:46:35.685 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:35.686 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:35.686 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:46:35.787 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:35.832 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:35.833 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:35.834 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:35.934 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:35.964 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:35.965 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:35.965 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:36.066 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:36.111 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:36.112 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:36.112 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:36.213 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:36.250 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:36.251 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:36.252 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:36.352 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:36.374 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:36.374 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:36.375 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:36.475 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:36.549 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:36.549 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:36.550 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:36.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:36 smithi071 ceph-mon[107477]: pgmap v1426: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 5.9 GiB data, 16 GiB used, 610 GiB / 626 GiB avail; 0 B/s wr, 635 op/s; 36784/291747 objects degraded (12.608%); 22779/291747 objects misplaced (7.808%); 2.2 MiB/s, 35 objects/s recovering 2024-09-13T14:46:36.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:36 smithi071 ceph-mon[112785]: pgmap v1426: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 5.9 GiB data, 16 GiB used, 610 GiB / 626 GiB avail; 0 B/s wr, 635 op/s; 36784/291747 objects degraded (12.608%); 22779/291747 objects misplaced (7.808%); 2.2 MiB/s, 35 objects/s recovering 2024-09-13T14:46:36.650 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:36.671 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:36.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:36 smithi104 ceph-mon[105578]: pgmap v1426: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 5.9 GiB data, 16 GiB used, 610 GiB / 626 GiB avail; 0 B/s wr, 635 op/s; 36784/291747 objects degraded (12.608%); 22779/291747 objects misplaced (7.808%); 2.2 MiB/s, 35 objects/s recovering 2024-09-13T14:46:36.672 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:36.673 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:36.774 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:36.813 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:36.813 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:36.814 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:36.914 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:36.963 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:36.963 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:36.964 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:37.064 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:37.085 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:37.086 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:37.086 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:37.187 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:37.236 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:37.237 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:37.237 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:37.338 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:37.360 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:37.361 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:37.361 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:37.462 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:37.510 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:37.511 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:37.511 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:37.612 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:37.662 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:37.662 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:37.662 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:37.763 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:37.811 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:37.812 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:37.812 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:37.871 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:46:37.878 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:46:37.913 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:37.934 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:37.935 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:37.935 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:38.036 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:46:38.057 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:38.058 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:38.058 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:46:38.159 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:46:38.181 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:38.182 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:38.182 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:46:38.283 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:38.328 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:38.328 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:38.328 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:38.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:38 smithi071 ceph-mon[107477]: pgmap v1427: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 5.9 GiB data, 16 GiB used, 610 GiB / 626 GiB avail; 0 B/s wr, 624 op/s; 36626/287949 objects degraded (12.720%); 22603/287949 objects misplaced (7.850%); 1.8 MiB/s, 28 objects/s recovering 2024-09-13T14:46:38.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:38 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 36626/287949 objects degraded (12.720%), 11 pgs degraded, 19 pgs undersized (PG_DEGRADED) 2024-09-13T14:46:38.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:38 smithi071 ceph-mon[112785]: pgmap v1427: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 5.9 GiB data, 16 GiB used, 610 GiB / 626 GiB avail; 0 B/s wr, 624 op/s; 36626/287949 objects degraded (12.720%); 22603/287949 objects misplaced (7.850%); 1.8 MiB/s, 28 objects/s recovering 2024-09-13T14:46:38.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:38 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 36626/287949 objects degraded (12.720%), 11 pgs degraded, 19 pgs undersized (PG_DEGRADED) 2024-09-13T14:46:38.429 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:38.451 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:38.451 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:38.452 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:38.552 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:46:38.573 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:38.574 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:38.574 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:46:38.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:38 smithi104 ceph-mon[105578]: pgmap v1427: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 5.9 GiB data, 16 GiB used, 610 GiB / 626 GiB avail; 0 B/s wr, 624 op/s; 36626/287949 objects degraded (12.720%); 22603/287949 objects misplaced (7.850%); 1.8 MiB/s, 28 objects/s recovering 2024-09-13T14:46:38.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:38 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 36626/287949 objects degraded (12.720%), 11 pgs degraded, 19 pgs undersized (PG_DEGRADED) 2024-09-13T14:46:38.675 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:38.718 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:38.719 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:38.719 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:38.820 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:46:38.841 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:38.842 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:38.842 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:46:38.943 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:38.979 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:38.980 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:38.980 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:39.081 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:39.120 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:39.120 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:39.121 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:39.221 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:39.257 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:39.258 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:39.258 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:39.359 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:39.394 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:39.395 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:39.396 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:39.496 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:39.545 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:39.546 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:39.546 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:39.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:39 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1665543710' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:46:39.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:39 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:46:39.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:39 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1665543710' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:46:39.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:39 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:46:39.646 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:46:39.668 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:39.669 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:39.669 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:46:39.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:39 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1665543710' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:46:39.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:39 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:46:39.770 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:46:39.792 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:39.793 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:39.793 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:46:39.894 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:39.929 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:39.930 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:39.931 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:40.031 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:40.060 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:40.061 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:40.061 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:40.162 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:46:40.183 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:40.183 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:40.184 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:46:40.285 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:40.307 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:40.307 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:40.308 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:40.409 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:46:40.430 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:40.431 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:40.431 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:46:40.532 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:40.553 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:40.554 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:40.554 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:40.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:40 smithi071 ceph-mon[107477]: pgmap v1428: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 5.8 GiB data, 16 GiB used, 610 GiB / 626 GiB avail; 0 B/s wr, 533 op/s; 36723/286836 objects degraded (12.803%); 22430/286836 objects misplaced (7.820%); 2.2 MiB/s, 34 objects/s recovering 2024-09-13T14:46:40.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:40 smithi071 ceph-mon[107477]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T14:46:40.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:40 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T14:46:40.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:40 smithi071 ceph-mon[107477]: osdmap e1170: 8 total, 7 up, 7 in 2024-09-13T14:46:40.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:40 smithi071 ceph-mon[112785]: pgmap v1428: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 5.8 GiB data, 16 GiB used, 610 GiB / 626 GiB avail; 0 B/s wr, 533 op/s; 36723/286836 objects degraded (12.803%); 22430/286836 objects misplaced (7.820%); 2.2 MiB/s, 34 objects/s recovering 2024-09-13T14:46:40.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:40 smithi071 ceph-mon[112785]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T14:46:40.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:40 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T14:46:40.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:40 smithi071 ceph-mon[112785]: osdmap e1170: 8 total, 7 up, 7 in 2024-09-13T14:46:40.655 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:40.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:40 smithi104 ceph-mon[105578]: pgmap v1428: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 5.8 GiB data, 16 GiB used, 610 GiB / 626 GiB avail; 0 B/s wr, 533 op/s; 36723/286836 objects degraded (12.803%); 22430/286836 objects misplaced (7.820%); 2.2 MiB/s, 34 objects/s recovering 2024-09-13T14:46:40.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:40 smithi104 ceph-mon[105578]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T14:46:40.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:40 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T14:46:40.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:40 smithi104 ceph-mon[105578]: osdmap e1170: 8 total, 7 up, 7 in 2024-09-13T14:46:40.676 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:40.676 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:40.677 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:40.777 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:46:40.819 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:40.819 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:40.819 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:46:40.920 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:46:40.948 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:40.949 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:40.949 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:46:41.050 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:46:41.072 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:41.073 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:41.073 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:46:41.174 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:41.216 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:41.216 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:41.217 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:41.318 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:41.340 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:41.340 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:41.340 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:41.441 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:41.463 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:41.463 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:41.464 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:41.564 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:46:41.586 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:41.586 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:41.586 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:46:41.687 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:41.709 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:41.709 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:41.710 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:41.810 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:41.845 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:41.845 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:41.846 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:41.947 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:46:41.993 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:41.994 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:41.994 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:46:42.094 INFO:teuthology.orchestra.run.smithi071.stderr:nodeep-scrub is unset 2024-09-13T14:46:42.095 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:42.105 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:46:42.141 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:42.142 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:42.142 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:42.243 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:42.264 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:42.265 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:42.265 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:42.366 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:42.388 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:42.388 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:42.389 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:42.489 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:46:42.513 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:42.513 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:42.513 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:46:42.614 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:42.622 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:42 smithi071 ceph-mon[107477]: pgmap v1430: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 5.7 GiB data, 16 GiB used, 610 GiB / 626 GiB avail; 0 B/s wr, 597 op/s; 35750/279711 objects degraded (12.781%); 21914/279711 objects misplaced (7.835%); 2.1 MiB/s, 33 objects/s recovering 2024-09-13T14:46:42.623 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:42 smithi071 ceph-mon[112785]: pgmap v1430: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 5.7 GiB data, 16 GiB used, 610 GiB / 626 GiB avail; 0 B/s wr, 597 op/s; 35750/279711 objects degraded (12.781%); 21914/279711 objects misplaced (7.835%); 2.1 MiB/s, 33 objects/s recovering 2024-09-13T14:46:42.636 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:42.637 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:42.637 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:42.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:42 smithi104 ceph-mon[105578]: pgmap v1430: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 5.7 GiB data, 16 GiB used, 610 GiB / 626 GiB avail; 0 B/s wr, 597 op/s; 35750/279711 objects degraded (12.781%); 21914/279711 objects misplaced (7.835%); 2.1 MiB/s, 33 objects/s recovering 2024-09-13T14:46:42.738 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:42.775 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:42.775 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:42.776 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:42.876 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:42.890 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:46:42 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:46:42] "GET /metrics HTTP/1.1" 200 36641 "" "Prometheus/2.51.0" 2024-09-13T14:46:42.900 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:42.900 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:42.901 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:43.002 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:43.035 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:43.036 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:43.036 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:43.137 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:43.177 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:43.177 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:43.178 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:43.278 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:46:43.322 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:43.323 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:43.323 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:46:43.424 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:46:43.446 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:43.447 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:43.447 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:46:43.548 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:46:43.586 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:43.587 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:43.587 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:46:43.637 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:43 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 35750/279711 objects degraded (12.781%), 11 pgs degraded, 19 pgs undersized (PG_DEGRADED) 2024-09-13T14:46:43.637 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:43 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 35750/279711 objects degraded (12.781%), 11 pgs degraded, 19 pgs undersized (PG_DEGRADED) 2024-09-13T14:46:43.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:43 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 35750/279711 objects degraded (12.781%), 11 pgs degraded, 19 pgs undersized (PG_DEGRADED) 2024-09-13T14:46:43.688 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:43.731 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:43.732 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:43.732 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:43.833 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:43.856 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:43.856 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:43.858 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:43.958 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:43.989 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:43.989 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:43.990 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:44.091 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:44.126 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:44.127 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:44.127 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:44.228 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:44.281 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:44.282 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:44.282 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:44.383 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:44.417 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:44.417 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:44.418 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:44.518 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:44.540 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:44.540 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:44.541 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:44.618 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:44 smithi071 ceph-mon[107477]: pgmap v1431: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 5.6 GiB data, 16 GiB used, 610 GiB / 626 GiB avail; 0 B/s wr, 599 op/s; 35861/277344 objects degraded (12.930%); 21726/277344 objects misplaced (7.834%); 2.1 MiB/s, 33 objects/s recovering 2024-09-13T14:46:44.618 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:44 smithi071 ceph-mon[112785]: pgmap v1431: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 5.6 GiB data, 16 GiB used, 610 GiB / 626 GiB avail; 0 B/s wr, 599 op/s; 35861/277344 objects degraded (12.930%); 21726/277344 objects misplaced (7.834%); 2.1 MiB/s, 33 objects/s recovering 2024-09-13T14:46:44.642 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:44.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:44 smithi104 ceph-mon[105578]: pgmap v1431: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 5.6 GiB data, 16 GiB used, 610 GiB / 626 GiB avail; 0 B/s wr, 599 op/s; 35861/277344 objects degraded (12.930%); 21726/277344 objects misplaced (7.834%); 2.1 MiB/s, 33 objects/s recovering 2024-09-13T14:46:44.695 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:44.695 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:44.696 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:44.796 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:46:44.818 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:44.906 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:44.906 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:46:45.007 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:45.049 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:45.049 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:45.050 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:45.150 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:46:45.173 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:45.173 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:45.174 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:46:45.260 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T14:46:45.260 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:46:45.274 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:46:45.320 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:45.321 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:45.321 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:46:45.422 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:45.471 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:45.472 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:45.472 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:45.573 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:45.616 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:45.617 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:45.617 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:45.718 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:46:45.740 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:45.740 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:45.741 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:46:45.754 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd set noscrub 2024-09-13T14:46:45.841 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:46:45.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:46:45.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:46:45.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:45 smithi071 ceph-mon[107477]: pgmap v1432: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 5.6 GiB data, 15 GiB used, 610 GiB / 626 GiB avail; 0 B/s wr, 624 op/s; 35019/272976 objects degraded (12.829%); 21435/272976 objects misplaced (7.852%); 2.1 MiB/s, 34 objects/s recovering 2024-09-13T14:46:45.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:46:45.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:46:45.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:45 smithi071 ceph-mon[112785]: pgmap v1432: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 5.6 GiB data, 15 GiB used, 610 GiB / 626 GiB avail; 0 B/s wr, 624 op/s; 35019/272976 objects degraded (12.829%); 21435/272976 objects misplaced (7.852%); 2.1 MiB/s, 34 objects/s recovering 2024-09-13T14:46:45.908 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:45.909 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:45.909 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:46:45.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:46:45.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:46:45.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:45 smithi104 ceph-mon[105578]: pgmap v1432: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 5.6 GiB data, 15 GiB used, 610 GiB / 626 GiB avail; 0 B/s wr, 624 op/s; 35019/272976 objects degraded (12.829%); 21435/272976 objects misplaced (7.852%); 2.1 MiB/s, 34 objects/s recovering 2024-09-13T14:46:46.010 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:46.045 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:46.046 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:46.046 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:46.147 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:46.160 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.3 dump_blocked_ops 2024-09-13T14:46:46.192 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:46.193 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:46.193 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:46.294 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:46.347 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:46.347 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:46.347 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:46.448 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:46.471 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:46.471 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:46.471 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:46.476 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:46:46.476 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:46:46.520 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:46:46.520 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:46:46.557 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:46:46.557 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:46:46.572 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:46:46.604 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:46:46.604 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:46:46.636 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:46.637 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:46:46.637 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:46:46.637 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:46 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/10038238' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:46:46.638 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:46 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/10038238' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:46:46.638 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:46.639 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:46:46.669 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:46:46.670 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:46:46.670 INFO:teuthology.orchestra.run.smithi071.stderr:Error ENXIO: problem getting command descriptions from osd.6 2024-09-13T14:46:46.700 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:46:46.701 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:46:46.739 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:46:46.761 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:46.761 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:46.762 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:46:46.862 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:46:46.884 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:46.885 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:46.885 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:46:46.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:46 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/10038238' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:46:46.986 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:47.042 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:47.042 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:47.043 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:47.143 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:46:47.165 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:47.166 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:47.166 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:46:47.267 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:47.288 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:47.289 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:47.289 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:47.390 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:46:47.436 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:47.437 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:47.437 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:46:47.538 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:46:47.560 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:47.561 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:47.561 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:46:47.662 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:47.713 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:47.713 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:47.713 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:47.814 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:46:47.836 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:47.837 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:47.837 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:46:47.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:47 smithi071 ceph-mon[107477]: pgmap v1433: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 5.5 GiB data, 15 GiB used, 611 GiB / 626 GiB avail; 0 B/s wr, 636 op/s; 34842/268818 objects degraded (12.961%); 21230/268818 objects misplaced (7.898%); 2.1 MiB/s, 34 objects/s recovering 2024-09-13T14:46:47.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:47 smithi071 ceph-mon[112785]: pgmap v1433: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 5.5 GiB data, 15 GiB used, 611 GiB / 626 GiB avail; 0 B/s wr, 636 op/s; 34842/268818 objects degraded (12.961%); 21230/268818 objects misplaced (7.898%); 2.1 MiB/s, 34 objects/s recovering 2024-09-13T14:46:47.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:47 smithi104 ceph-mon[105578]: pgmap v1433: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 5.5 GiB data, 15 GiB used, 611 GiB / 626 GiB avail; 0 B/s wr, 636 op/s; 34842/268818 objects degraded (12.961%); 21230/268818 objects misplaced (7.898%); 2.1 MiB/s, 34 objects/s recovering 2024-09-13T14:46:47.934 DEBUG:teuthology.orchestra.run:got remote process result: 6 2024-09-13T14:46:47.934 INFO:tasks.thrashosds.thrasher:Failed to tell all osds, ignoring 2024-09-13T14:46:47.938 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:46:47.960 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:47.960 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:47.960 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:46:48.061 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:48.109 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:48.109 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:48.109 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:48.210 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:48.259 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:48.260 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:48.261 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:48.273 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:46:48.362 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:48.412 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:48.415 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:48.416 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:48.516 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:46:48.545 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:46:48.573 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:48.573 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:48.573 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:46:48.674 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:46:48.696 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:48.696 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:48.697 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:46:48.798 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:46:48.851 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:48.851 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:48.851 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:46:48.862 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:48 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 34842/268818 objects degraded (12.961%), 11 pgs degraded, 22 pgs undersized (PG_DEGRADED) 2024-09-13T14:46:48.863 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:48 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 34842/268818 objects degraded (12.961%), 11 pgs degraded, 22 pgs undersized (PG_DEGRADED) 2024-09-13T14:46:48.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:48 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 34842/268818 objects degraded (12.961%), 11 pgs degraded, 22 pgs undersized (PG_DEGRADED) 2024-09-13T14:46:48.944 INFO:teuthology.orchestra.run.smithi071.stdout:moved 40 / 267 (14.9813%) 2024-09-13T14:46:48.945 INFO:teuthology.orchestra.run.smithi071.stdout:avg 44.5 2024-09-13T14:46:48.945 INFO:teuthology.orchestra.run.smithi071.stdout:stddev 9.96243 -> 9.63933 (expected baseline 6.08961) 2024-09-13T14:46:48.945 INFO:teuthology.orchestra.run.smithi071.stdout:min osd.2 with 28 -> 36 pgs (0.629214 -> 0.808989 * mean) 2024-09-13T14:46:48.945 INFO:teuthology.orchestra.run.smithi071.stdout:max osd.3 with 46 -> 33 pgs (1.03371 -> 0.741573 * mean) 2024-09-13T14:46:48.945 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:46:48.945 INFO:teuthology.orchestra.run.smithi071.stdout:oload 110 2024-09-13T14:46:48.945 INFO:teuthology.orchestra.run.smithi071.stdout:max_change 1 2024-09-13T14:46:48.945 INFO:teuthology.orchestra.run.smithi071.stdout:max_change_osds 4 2024-09-13T14:46:48.945 INFO:teuthology.orchestra.run.smithi071.stdout:average_utilization 0.0242 2024-09-13T14:46:48.945 INFO:teuthology.orchestra.run.smithi071.stdout:overload_utilization 0.0267 2024-09-13T14:46:48.945 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3 weight 1.0000 -> 0.6255 2024-09-13T14:46:48.945 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0 weight 1.0000 -> 0.7271 2024-09-13T14:46:48.945 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1 weight 1.0000 -> 0.8955 2024-09-13T14:46:48.946 INFO:teuthology.orchestra.run.smithi071.stderr:no change 2024-09-13T14:46:48.952 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:46:49.001 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:49.001 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:49.002 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:46:49.102 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:46:49.124 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:49.125 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:49.125 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:46:49.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:46:48 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: 2024-09-13T14:46:48.936+0000 7f099fea3640 -1 mgr.server reply reply (3) No such process no change 2024-09-13T14:46:49.226 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:46:49.247 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:49.248 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:49.248 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:46:49.349 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:49.391 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:49.392 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:49.393 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:49.493 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:49.533 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:49.534 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:49.534 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:49.635 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:49.678 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:49.678 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:49.679 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:49.779 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:49.801 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:49.801 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:49.802 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:49.902 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:46:49.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:49 smithi104 ceph-mon[105578]: pgmap v1434: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 5.4 GiB data, 15 GiB used, 611 GiB / 626 GiB avail; 0 B/s wr, 641 op/s; 34992/267564 objects degraded (13.078%); 21008/267564 objects misplaced (7.852%); 2.1 MiB/s, 33 objects/s recovering 2024-09-13T14:46:49.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:49 smithi104 ceph-mon[105578]: from='client.35160 -' entity='client.admin' cmd=[{"prefix": "osd test-reweight-by-utilization", "oload": 110, "max_change": 1.0, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:46:49.924 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:49.925 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:49.925 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:46:49.935 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=false 2024-09-13T14:46:49.972 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:49 smithi071 ceph-mon[107477]: pgmap v1434: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 5.4 GiB data, 15 GiB used, 611 GiB / 626 GiB avail; 0 B/s wr, 641 op/s; 34992/267564 objects degraded (13.078%); 21008/267564 objects misplaced (7.852%); 2.1 MiB/s, 33 objects/s recovering 2024-09-13T14:46:49.973 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:49 smithi071 ceph-mon[107477]: from='client.35160 -' entity='client.admin' cmd=[{"prefix": "osd test-reweight-by-utilization", "oload": 110, "max_change": 1.0, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:46:49.973 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:49 smithi071 ceph-mon[112785]: pgmap v1434: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 5.4 GiB data, 15 GiB used, 611 GiB / 626 GiB avail; 0 B/s wr, 641 op/s; 34992/267564 objects degraded (13.078%); 21008/267564 objects misplaced (7.852%); 2.1 MiB/s, 33 objects/s recovering 2024-09-13T14:46:49.973 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:49 smithi071 ceph-mon[112785]: from='client.35160 -' entity='client.admin' cmd=[{"prefix": "osd test-reweight-by-utilization", "oload": 110, "max_change": 1.0, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:46:50.026 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:50.048 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:50.049 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:50.049 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:50.150 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:50.198 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:50.198 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:50.199 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:50.299 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:50.321 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:50.322 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:50.322 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:50.423 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:50.445 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:50.445 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:50.446 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:50.546 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:46:50.568 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:50.568 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:50.569 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:46:50.669 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:46:50.692 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:50.693 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:50.693 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:46:50.794 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:46:50.839 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:50.840 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:50.840 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:46:50.941 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:50.987 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:50.987 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:50.987 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:50.996 INFO:tasks.thrashosds.thrasher:Reweighting by: {'max_change': '0.05', 'overage': '1000', 'type': 'reweight-by-utilization'} 2024-09-13T14:46:50.996 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd reweight-by-utilization 1000 0.05 2024-09-13T14:46:51.089 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:51.143 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:51.144 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:51.144 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:51.245 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:46:51.267 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:51.267 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:51.268 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:46:51.369 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:51.425 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:51.425 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:51.426 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:51.526 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:51.562 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:51.563 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:51.563 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:51.664 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:46:51.694 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:51.695 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:51.695 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:46:51.796 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:46:51.830 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:51.830 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:51.831 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:46:51.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:51 smithi071 ceph-mon[107477]: pgmap v1435: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 5.3 GiB data, 15 GiB used, 611 GiB / 626 GiB avail; 0 B/s wr, 660 op/s; 33984/260553 objects degraded (13.043%); 20538/260553 objects misplaced (7.882%); 1.9 MiB/s, 29 objects/s recovering 2024-09-13T14:46:51.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:51 smithi071 ceph-mon[112785]: pgmap v1435: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 5.3 GiB data, 15 GiB used, 611 GiB / 626 GiB avail; 0 B/s wr, 660 op/s; 33984/260553 objects degraded (13.043%); 20538/260553 objects misplaced (7.882%); 1.9 MiB/s, 29 objects/s recovering 2024-09-13T14:46:51.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:51 smithi104 ceph-mon[105578]: pgmap v1435: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 5.3 GiB data, 15 GiB used, 611 GiB / 626 GiB avail; 0 B/s wr, 660 op/s; 33984/260553 objects degraded (13.043%); 20538/260553 objects misplaced (7.882%); 1.9 MiB/s, 29 objects/s recovering 2024-09-13T14:46:51.932 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:51.998 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:51.999 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:52.000 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:52.100 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:52.140 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:52.141 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:52.141 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:52.242 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:46:52.266 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:52.267 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:52.267 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:46:52.368 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:52.390 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:52.391 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:52.391 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:52.492 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:46:52.540 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:52.541 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:52.541 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:46:52.642 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:52.682 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:52.683 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:52.683 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:52.784 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:52.822 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:52.823 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:52.823 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:52.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:52 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:46:52.924 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:52.979 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:52.980 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:52.980 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:53.071 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:52 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:46:53.072 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:46:52 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:46:52] "GET /metrics HTTP/1.1" 200 36635 "" "Prometheus/2.51.0" 2024-09-13T14:46:53.072 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:52 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:46:53.081 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:53.133 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:53.134 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:53.134 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:53.235 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:53.278 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:53.278 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:53.279 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:53.380 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:53.404 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:53.405 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:53.405 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:53.506 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:53.550 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:46:53.566 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:46:53.590 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:53.591 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:53.591 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:53.692 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:46:53.761 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:53.762 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:53.762 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:46:53.776 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:53 smithi071 ceph-mon[107477]: pgmap v1436: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 5.3 GiB data, 15 GiB used, 611 GiB / 626 GiB avail; 0 B/s wr, 596 op/s; 34115/258204 objects degraded (13.212%); 20332/258204 objects misplaced (7.874%); 2.1 MiB/s, 34 objects/s recovering 2024-09-13T14:46:53.776 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:53 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 34115/258204 objects degraded (13.212%), 11 pgs degraded, 22 pgs undersized (PG_DEGRADED) 2024-09-13T14:46:53.777 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:53 smithi071 ceph-mon[112785]: pgmap v1436: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 5.3 GiB data, 15 GiB used, 611 GiB / 626 GiB avail; 0 B/s wr, 596 op/s; 34115/258204 objects degraded (13.212%); 20332/258204 objects misplaced (7.874%); 2.1 MiB/s, 34 objects/s recovering 2024-09-13T14:46:53.777 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:53 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 34115/258204 objects degraded (13.212%), 11 pgs degraded, 22 pgs undersized (PG_DEGRADED) 2024-09-13T14:46:53.863 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:46:53.905 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:53.905 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:53.906 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:46:53.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:53 smithi104 ceph-mon[105578]: pgmap v1436: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 5.3 GiB data, 15 GiB used, 611 GiB / 626 GiB avail; 0 B/s wr, 596 op/s; 34115/258204 objects degraded (13.212%); 20332/258204 objects misplaced (7.874%); 2.1 MiB/s, 34 objects/s recovering 2024-09-13T14:46:53.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:53 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 34115/258204 objects degraded (13.212%), 11 pgs degraded, 22 pgs undersized (PG_DEGRADED) 2024-09-13T14:46:54.007 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:54.066 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:54.066 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:54.067 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:54.167 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:54.200 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:54.201 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:54.202 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:54.302 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:54.329 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:54.330 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:54.330 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:54.431 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:54.455 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:54.455 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:54.456 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:54.556 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:54.585 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:54.585 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:54.586 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:54.686 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:54.719 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:54.720 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:54.720 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:54.821 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:46:54.846 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:54.847 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:54.847 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:46:54.948 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:55.002 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:55.003 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:55.003 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:55.104 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:55.125 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:55.126 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:55.126 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:55.227 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:46:55.249 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:55.250 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:55.250 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:46:55.278 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:46:55.278 INFO:teuthology.orchestra.run.smithi071.stdout: "ops": [], 2024-09-13T14:46:55.278 INFO:teuthology.orchestra.run.smithi071.stdout: "complaint_time": 30, 2024-09-13T14:46:55.278 INFO:teuthology.orchestra.run.smithi071.stdout: "num_blocked_ops": 0 2024-09-13T14:46:55.278 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:46:55.351 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:55.377 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:55.377 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:55.378 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:55.478 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:55.519 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:55.520 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:55.520 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:55.621 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:55.659 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:55.660 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:55.660 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:55.761 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:55.807 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:55.808 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:55.808 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:55.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:55 smithi071 ceph-mon[107477]: pgmap v1437: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 5.2 GiB data, 15 GiB used, 611 GiB / 626 GiB avail; 0 B/s wr, 641 op/s; 33349/254193 objects degraded (13.120%); 20025/254193 objects misplaced (7.878%); 2.2 MiB/s, 35 objects/s recovering 2024-09-13T14:46:55.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:55 smithi071 ceph-mon[112785]: pgmap v1437: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 5.2 GiB data, 15 GiB used, 611 GiB / 626 GiB avail; 0 B/s wr, 641 op/s; 33349/254193 objects degraded (13.120%); 20025/254193 objects misplaced (7.878%); 2.2 MiB/s, 35 objects/s recovering 2024-09-13T14:46:55.909 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:55.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:55 smithi104 ceph-mon[105578]: pgmap v1437: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 5.2 GiB data, 15 GiB used, 611 GiB / 626 GiB avail; 0 B/s wr, 641 op/s; 33349/254193 objects degraded (13.120%); 20025/254193 objects misplaced (7.878%); 2.2 MiB/s, 35 objects/s recovering 2024-09-13T14:46:55.931 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:55.932 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:55.932 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:56.033 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:46:56.070 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:56.071 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:56.071 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:46:56.172 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:56.213 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:56.213 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:56.214 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:56.314 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:56.360 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:56.361 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:56.361 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:56.462 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:46:56.483 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:56.484 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:56.484 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:46:56.585 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:46:56.632 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:56.633 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:56.633 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:46:56.733 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:56.788 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:56.789 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:56.789 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:56.890 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:56.931 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:56.932 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:56.932 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:57.033 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:46:57.055 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:57.056 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:57.056 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:46:57.157 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:57.179 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:57.180 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:57.180 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:57.281 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:46:57.304 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:57.304 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:57.305 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:46:57.406 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:46:57.445 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:57.445 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:57.446 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:46:57.547 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:46:57.586 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:57.587 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:57.587 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:46:57.688 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:46:57.732 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:57.733 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:57.734 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:46:57.834 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:57.870 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:57.871 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:57.871 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:57.972 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:57.994 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:57.994 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:57.995 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:58.095 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:46:58.140 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:58.141 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:58.141 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:46:58.242 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:46:58.263 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:58.264 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:58.264 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:46:58.365 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:58.387 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:58.388 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:58.388 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:58.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:57 smithi071 ceph-mon[107477]: pgmap v1438: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 5.1 GiB data, 14 GiB used, 611 GiB / 626 GiB avail; 0 B/s wr, 633 op/s; 33146/250146 objects degraded (13.251%); 19842/250146 objects misplaced (7.932%); 1.7 MiB/s, 27 objects/s recovering 2024-09-13T14:46:58.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:57 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:46:58.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:57 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:46:58.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:57 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/4211248534' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:46:58.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:57 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:46:58.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:57 smithi071 ceph-mon[112785]: pgmap v1438: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 5.1 GiB data, 14 GiB used, 611 GiB / 626 GiB avail; 0 B/s wr, 633 op/s; 33146/250146 objects degraded (13.251%); 19842/250146 objects misplaced (7.932%); 1.7 MiB/s, 27 objects/s recovering 2024-09-13T14:46:58.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:57 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:46:58.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:57 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:46:58.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:57 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/4211248534' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:46:58.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:57 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:46:58.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:57 smithi104 ceph-mon[105578]: pgmap v1438: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 5.1 GiB data, 14 GiB used, 611 GiB / 626 GiB avail; 0 B/s wr, 633 op/s; 33146/250146 objects degraded (13.251%); 19842/250146 objects misplaced (7.932%); 1.7 MiB/s, 27 objects/s recovering 2024-09-13T14:46:58.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:57 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:46:58.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:57 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:46:58.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:57 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/4211248534' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:46:58.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:57 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:46:58.489 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:58.522 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:58.525 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:58.525 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:58.534 INFO:teuthology.orchestra.run.smithi071.stderr:noscrub is set 2024-09-13T14:46:58.626 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:46:58.650 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:58.650 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:58.651 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:46:58.752 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:46:58.773 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:58.774 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:58.774 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:46:58.875 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:46:58.897 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:58.897 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:58.897 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:46:58.998 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:46:59.040 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:59.040 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:59.040 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:46:59.142 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:46:59.183 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:59.184 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:59.184 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:46:59.285 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:59.307 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:59.308 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:59.308 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:59.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:58 smithi071 ceph-mon[112785]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:46:59.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:58 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T14:46:59.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:58 smithi071 ceph-mon[112785]: osdmap e1171: 8 total, 7 up, 7 in 2024-09-13T14:46:59.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:58 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 33146/250146 objects degraded (13.251%), 11 pgs degraded, 22 pgs undersized (PG_DEGRADED) 2024-09-13T14:46:59.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:58 smithi071 ceph-mon[107477]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:46:59.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:58 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T14:46:59.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:58 smithi071 ceph-mon[107477]: osdmap e1171: 8 total, 7 up, 7 in 2024-09-13T14:46:59.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:58 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 33146/250146 objects degraded (13.251%), 11 pgs degraded, 22 pgs undersized (PG_DEGRADED) 2024-09-13T14:46:59.409 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:59.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:58 smithi104 ceph-mon[105578]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:46:59.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:58 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T14:46:59.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:58 smithi104 ceph-mon[105578]: osdmap e1171: 8 total, 7 up, 7 in 2024-09-13T14:46:59.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:58 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 33146/250146 objects degraded (13.251%), 11 pgs degraded, 22 pgs undersized (PG_DEGRADED) 2024-09-13T14:46:59.432 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:59.432 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:59.432 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:59.533 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:46:59.578 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:59.579 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:59.579 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:46:59.680 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:59.705 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:59.705 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:59.706 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:46:59.807 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:46:59.830 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:46:59.830 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:59.831 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:46:59.931 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:46:59.955 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:46:59.955 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:46:59.955 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:00.056 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:00.078 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:00.079 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:00.079 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:00.180 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:47:00.202 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:00.203 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:00.203 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:47:00.304 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:00.324 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:00.325 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:00.326 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:00.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:46:59 smithi071 ceph-mon[112785]: pgmap v1440: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 5.1 GiB data, 14 GiB used, 611 GiB / 626 GiB avail; 0 B/s wr, 620 op/s; 33297/248949 objects degraded (13.375%); 19619/248949 objects misplaced (7.881%); 2.1 MiB/s, 33 objects/s recovering 2024-09-13T14:47:00.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:00 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:47:00.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:00 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:47:00.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:46:59 smithi071 ceph-mon[107477]: pgmap v1440: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 5.1 GiB data, 14 GiB used, 611 GiB / 626 GiB avail; 0 B/s wr, 620 op/s; 33297/248949 objects degraded (13.375%); 19619/248949 objects misplaced (7.881%); 2.1 MiB/s, 33 objects/s recovering 2024-09-13T14:47:00.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:00 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:47:00.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:00 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:47:00.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:59 smithi104 ceph-mon[105578]: pgmap v1440: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 5.1 GiB data, 14 GiB used, 611 GiB / 626 GiB avail; 0 B/s wr, 620 op/s; 33297/248949 objects degraded (13.375%); 19619/248949 objects misplaced (7.881%); 2.1 MiB/s, 33 objects/s recovering 2024-09-13T14:47:00.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:59 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:47:00.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:46:59 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:47:00.426 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:47:00.449 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:00.450 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:00.450 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:47:00.551 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:47:00.574 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:00.575 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:00.575 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:47:00.676 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:00.719 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:00.719 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:00.720 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:00.820 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:00.853 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:00.854 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:00.854 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:00.955 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:47:00.977 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:00.977 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:00.978 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:47:01.078 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:47:01.100 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:01.100 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:01.101 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:47:01.201 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:01.234 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:01.235 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:01.235 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:01.336 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:01.367 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:01.367 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:01.368 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:01.469 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:01.508 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:01.509 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:01.509 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:01.610 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:01.650 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:01.650 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:01.651 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:01.751 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:01.791 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:01.791 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:01.792 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:01.893 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:01.927 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:01.927 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:01.928 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:02.029 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:02.065 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:02.066 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:02.066 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:02.167 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:47:02.207 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:02.207 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:02.208 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:47:02.224 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:01 smithi071 ceph-mon[107477]: pgmap v1441: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 4.9 GiB data, 14 GiB used, 612 GiB / 626 GiB avail; 0 B/s wr, 614 op/s; 32332/242121 objects degraded (13.354%); 19148/242121 objects misplaced (7.908%); 2.1 MiB/s, 33 objects/s recovering 2024-09-13T14:47:02.224 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:01 smithi071 ceph-mon[112785]: pgmap v1441: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 4.9 GiB data, 14 GiB used, 612 GiB / 626 GiB avail; 0 B/s wr, 614 op/s; 32332/242121 objects degraded (13.354%); 19148/242121 objects misplaced (7.908%); 2.1 MiB/s, 33 objects/s recovering 2024-09-13T14:47:02.309 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:02.358 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:02.359 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:02.359 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:02.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:01 smithi104 ceph-mon[105578]: pgmap v1441: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 4.9 GiB data, 14 GiB used, 612 GiB / 626 GiB avail; 0 B/s wr, 614 op/s; 32332/242121 objects degraded (13.354%); 19148/242121 objects misplaced (7.908%); 2.1 MiB/s, 33 objects/s recovering 2024-09-13T14:47:02.460 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:02.499 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:02.500 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:02.500 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:02.601 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:02.641 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:02.641 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:02.642 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:02.742 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:47:02.764 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:02.765 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:02.765 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:47:02.866 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:02.890 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:47:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:47:02] "GET /metrics HTTP/1.1" 200 36642 "" "Prometheus/2.51.0" 2024-09-13T14:47:02.910 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:02.911 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:02.911 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:03.012 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:47:03.033 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:03.034 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:03.034 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:47:03.135 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:03.159 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:03.159 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:03.159 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:03.260 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:47:03.282 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:03.284 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:03.284 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:47:03.332 INFO:teuthology.orchestra.run.smithi071.stdout:moved 0 / 267 (0%) 2024-09-13T14:47:03.333 INFO:teuthology.orchestra.run.smithi071.stdout:avg 44.5 2024-09-13T14:47:03.333 INFO:teuthology.orchestra.run.smithi071.stdout:stddev 9.96243 -> 9.96243 (expected baseline 6.08961) 2024-09-13T14:47:03.333 INFO:teuthology.orchestra.run.smithi071.stdout:min osd.2 with 28 -> 28 pgs (0.629214 -> 0.629214 * mean) 2024-09-13T14:47:03.333 INFO:teuthology.orchestra.run.smithi071.stdout:max osd.3 with 46 -> 46 pgs (1.03371 -> 1.03371 * mean) 2024-09-13T14:47:03.333 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:47:03.333 INFO:teuthology.orchestra.run.smithi071.stdout:oload 1000 2024-09-13T14:47:03.333 INFO:teuthology.orchestra.run.smithi071.stdout:max_change 0.05 2024-09-13T14:47:03.333 INFO:teuthology.orchestra.run.smithi071.stdout:max_change_osds 4 2024-09-13T14:47:03.333 INFO:teuthology.orchestra.run.smithi071.stdout:average_utilization 0.0222 2024-09-13T14:47:03.333 INFO:teuthology.orchestra.run.smithi071.stdout:overload_utilization 0.2217 2024-09-13T14:47:03.334 INFO:teuthology.orchestra.run.smithi071.stderr:no change 2024-09-13T14:47:03.385 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:47:03.432 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:03.433 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:03.433 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:47:03.534 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:47:03.556 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:03.557 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:03.557 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:47:03.658 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:03.678 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:03.679 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:03.679 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:03.780 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:47:03.801 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:03.802 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:03.802 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:47:03.903 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:03.936 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:03.936 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:03.937 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:04.037 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:47:04.060 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:04.061 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:04.061 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:47:04.162 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:04.197 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:04.198 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:04.199 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:04.299 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:04.320 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:04.320 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:04.321 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:04.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:03 smithi071 ceph-mon[107477]: pgmap v1442: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 4.9 GiB data, 14 GiB used, 612 GiB / 626 GiB avail; 0 B/s wr, 605 op/s; 32439/240015 objects degraded (13.515%); 18973/240015 objects misplaced (7.905%); 2.1 MiB/s, 32 objects/s recovering 2024-09-13T14:47:04.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:03 smithi071 ceph-mon[107477]: from='client.35166 -' entity='client.admin' cmd=[{"prefix": "osd reweight-by-utilization", "oload": 1000, "max_change": 0.05, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:47:04.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:03 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 32439/240015 objects degraded (13.515%), 11 pgs degraded, 22 pgs undersized (PG_DEGRADED) 2024-09-13T14:47:04.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:03 smithi071 ceph-mon[112785]: pgmap v1442: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 4.9 GiB data, 14 GiB used, 612 GiB / 626 GiB avail; 0 B/s wr, 605 op/s; 32439/240015 objects degraded (13.515%); 18973/240015 objects misplaced (7.905%); 2.1 MiB/s, 32 objects/s recovering 2024-09-13T14:47:04.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:03 smithi071 ceph-mon[112785]: from='client.35166 -' entity='client.admin' cmd=[{"prefix": "osd reweight-by-utilization", "oload": 1000, "max_change": 0.05, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:47:04.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:03 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 32439/240015 objects degraded (13.515%), 11 pgs degraded, 22 pgs undersized (PG_DEGRADED) 2024-09-13T14:47:04.421 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:47:04.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:03 smithi104 ceph-mon[105578]: pgmap v1442: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 4.9 GiB data, 14 GiB used, 612 GiB / 626 GiB avail; 0 B/s wr, 605 op/s; 32439/240015 objects degraded (13.515%); 18973/240015 objects misplaced (7.905%); 2.1 MiB/s, 32 objects/s recovering 2024-09-13T14:47:04.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:03 smithi104 ceph-mon[105578]: from='client.35166 -' entity='client.admin' cmd=[{"prefix": "osd reweight-by-utilization", "oload": 1000, "max_change": 0.05, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:47:04.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:03 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 32439/240015 objects degraded (13.515%), 11 pgs degraded, 22 pgs undersized (PG_DEGRADED) 2024-09-13T14:47:04.456 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:04.456 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:04.457 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:47:04.557 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:47:04.579 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:04.580 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:04.580 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:47:04.681 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:47:04.703 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:04.703 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:04.704 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:47:04.805 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:04.848 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:04.848 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:04.849 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:04.950 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:05.004 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:05.004 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:05.005 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:05.105 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:05.128 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:05.129 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:05.129 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:05.212 INFO:tasks.thrashosds.thrasher:Reweighting by: {'max_change': '3.0', 'overage': '110', 'type': 'reweight-by-utilization'} 2024-09-13T14:47:05.212 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd reweight-by-utilization 110 3.0 2024-09-13T14:47:05.229 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:47:05.250 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:05.251 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:05.251 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:47:05.352 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:47:05.374 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:05.375 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:05.375 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:47:05.476 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:05.520 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:05.521 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:05.521 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:05.622 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:47:05.636 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.3 dump_historic_ops 2024-09-13T14:47:05.645 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:05.645 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:05.646 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:47:05.747 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:05.822 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:05.823 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:05.823 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:05.924 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:05.981 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:05.982 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:05.982 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:06.083 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:06.123 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:06.124 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:06.124 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:06.225 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:47:06.280 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:06.281 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:06.281 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:47:06.382 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:47:06.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:05 smithi071 ceph-mon[107477]: pgmap v1443: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 4.8 GiB data, 14 GiB used, 612 GiB / 626 GiB avail; 0 B/s wr, 596 op/s; 31696/236289 objects degraded (13.414%); 18694/236289 objects misplaced (7.911%); 2.0 MiB/s, 32 objects/s recovering 2024-09-13T14:47:06.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:05 smithi071 ceph-mon[112785]: pgmap v1443: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 4.8 GiB data, 14 GiB used, 612 GiB / 626 GiB avail; 0 B/s wr, 596 op/s; 31696/236289 objects degraded (13.414%); 18694/236289 objects misplaced (7.911%); 2.0 MiB/s, 32 objects/s recovering 2024-09-13T14:47:06.404 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:06.405 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:06.405 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:47:06.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:05 smithi104 ceph-mon[105578]: pgmap v1443: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 4.8 GiB data, 14 GiB used, 612 GiB / 626 GiB avail; 0 B/s wr, 596 op/s; 31696/236289 objects degraded (13.414%); 18694/236289 objects misplaced (7.911%); 2.0 MiB/s, 32 objects/s recovering 2024-09-13T14:47:06.506 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:06.551 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:06.551 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:06.552 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:06.653 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:06.703 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:06.703 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:06.704 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:06.805 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:47:06.827 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:06.827 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:06.827 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:47:06.928 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:06.972 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:06.972 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:06.973 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:07.074 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:07.097 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:07.097 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:07.097 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:07.198 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:47:07.220 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:07.220 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:07.220 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:47:07.321 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:47:07.344 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:07.344 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:07.344 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:47:07.445 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:07.484 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:07.485 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:07.485 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:07.586 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:07.607 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:07.607 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:07.608 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:07.709 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:47:07.731 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:07.731 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:07.732 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:47:07.832 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:47:07.854 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:07.855 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:07.855 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:47:07.956 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:47:07.978 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:07.978 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:07.979 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:47:08.080 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:08.118 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:08.119 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:08.119 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:08.220 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:47:08.242 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:08.242 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:08.243 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:47:08.343 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:08.394 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:07 smithi071 ceph-mon[107477]: pgmap v1444: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 4.7 GiB data, 14 GiB used, 612 GiB / 626 GiB avail; 0 B/s wr, 589 op/s; 31512/232443 objects degraded (13.557%); 18503/232443 objects misplaced (7.960%); 2.0 MiB/s, 32 objects/s recovering 2024-09-13T14:47:08.394 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:07 smithi071 ceph-mon[112785]: pgmap v1444: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 4.7 GiB data, 14 GiB used, 612 GiB / 626 GiB avail; 0 B/s wr, 589 op/s; 31512/232443 objects degraded (13.557%); 18503/232443 objects misplaced (7.960%); 2.0 MiB/s, 32 objects/s recovering 2024-09-13T14:47:08.395 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:08.396 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:08.397 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:08.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:07 smithi104 ceph-mon[105578]: pgmap v1444: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 4.7 GiB data, 14 GiB used, 612 GiB / 626 GiB avail; 0 B/s wr, 589 op/s; 31512/232443 objects degraded (13.557%); 18503/232443 objects misplaced (7.960%); 2.0 MiB/s, 32 objects/s recovering 2024-09-13T14:47:08.497 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:08.541 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:08.542 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:08.542 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:08.643 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:47:08.701 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:08.701 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:08.702 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:47:08.802 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:08.845 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:08.845 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:08.846 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:08.946 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:08.968 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:08.969 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:08.969 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:09.070 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:09.084 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:47:09.138 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:09.138 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:09.139 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:09.239 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:09.252 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd set nodeep-scrub 2024-09-13T14:47:09.263 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:09.263 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:09.264 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:09.300 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:08 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 31512/232443 objects degraded (13.557%), 11 pgs degraded, 22 pgs undersized (PG_DEGRADED) 2024-09-13T14:47:09.300 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:08 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 31512/232443 objects degraded (13.557%), 11 pgs degraded, 22 pgs undersized (PG_DEGRADED) 2024-09-13T14:47:09.365 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:47:09.386 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:09.387 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:09.387 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:47:09.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:08 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 31512/232443 objects degraded (13.557%), 11 pgs degraded, 22 pgs undersized (PG_DEGRADED) 2024-09-13T14:47:09.488 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:09.543 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:09.544 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:09.544 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:09.645 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:09.687 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:09.688 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:09.688 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:09.789 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:09.831 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:09.832 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:09.833 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:09.934 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:09.968 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:09.969 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:09.969 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:10.070 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:10.094 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:10.094 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:10.095 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:10.196 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:47:10.220 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:10.220 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:10.221 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:47:10.321 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:10.342 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:10.343 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:10.343 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:10.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:10 smithi071 ceph-mon[107477]: pgmap v1445: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 4.7 GiB data, 13 GiB used, 612 GiB / 626 GiB avail; 0 B/s wr, 555 op/s; 31642/231264 objects degraded (13.682%); 18305/231264 objects misplaced (7.915%); 1.9 MiB/s, 29 objects/s recovering 2024-09-13T14:47:10.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:10 smithi071 ceph-mon[112785]: pgmap v1445: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 4.7 GiB data, 13 GiB used, 612 GiB / 626 GiB avail; 0 B/s wr, 555 op/s; 31642/231264 objects degraded (13.682%); 18305/231264 objects misplaced (7.915%); 1.9 MiB/s, 29 objects/s recovering 2024-09-13T14:47:10.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:09 smithi104 ceph-mon[105578]: pgmap v1445: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 4.7 GiB data, 13 GiB used, 612 GiB / 626 GiB avail; 0 B/s wr, 555 op/s; 31642/231264 objects degraded (13.682%); 18305/231264 objects misplaced (7.915%); 1.9 MiB/s, 29 objects/s recovering 2024-09-13T14:47:10.445 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:10.469 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:10.470 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:10.470 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:10.571 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:10.623 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:10.624 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:10.625 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:10.725 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:10.784 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:10.785 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:10.785 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:10.817 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:47:10.820 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:47:10.841 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:47:10.841 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:47:10.877 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:47:10.877 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:47:10.887 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:47:10.908 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:10.909 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:10.909 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:47:10.918 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:47:10.918 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:47:10.949 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:47:10.950 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:47:10.984 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:47:10.984 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:47:10.987 INFO:teuthology.orchestra.run.smithi071.stderr:Error ENXIO: problem getting command descriptions from osd.6 2024-09-13T14:47:11.010 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:47:11.020 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:47:11.020 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:47:11.033 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:11.034 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:11.034 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:47:11.135 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:11.176 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:11.176 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:11.177 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:11.277 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:47:11.316 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:11.316 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:11.317 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:47:11.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:11 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3589735843' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:47:11.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:11 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3589735843' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:47:11.418 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:47:11.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:11 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3589735843' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:47:11.474 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:11.475 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:11.475 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:47:11.576 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:11.621 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:11.621 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:11.622 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:11.722 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:11.762 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:11.763 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:11.763 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:11.864 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:47:11.886 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:11.886 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:11.887 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:47:11.988 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:12.023 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:12.023 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:12.024 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:12.103 DEBUG:teuthology.orchestra.run:got remote process result: 6 2024-09-13T14:47:12.104 INFO:tasks.thrashosds.thrasher:Failed to tell all osds, ignoring 2024-09-13T14:47:12.125 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:47:12.148 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:12.148 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:12.149 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:47:12.249 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:12.290 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:12.291 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:12.291 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:12.322 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:12 smithi104 ceph-mon[105578]: pgmap v1446: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 4.6 GiB data, 13 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 687 op/s; 30717/224178 objects degraded (13.702%); 17824/224178 objects misplaced (7.951%); 2.2 MiB/s, 34 objects/s recovering 2024-09-13T14:47:12.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:12 smithi071 ceph-mon[107477]: pgmap v1446: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 4.6 GiB data, 13 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 687 op/s; 30717/224178 objects degraded (13.702%); 17824/224178 objects misplaced (7.951%); 2.2 MiB/s, 34 objects/s recovering 2024-09-13T14:47:12.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:12 smithi071 ceph-mon[112785]: pgmap v1446: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 4.6 GiB data, 13 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 687 op/s; 30717/224178 objects degraded (13.702%); 17824/224178 objects misplaced (7.951%); 2.2 MiB/s, 34 objects/s recovering 2024-09-13T14:47:12.393 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:12.413 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:12.414 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:12.415 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:12.515 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:12.557 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:12.557 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:12.558 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:12.658 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:12.698 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:12.699 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:12.699 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:12.800 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:47:12.823 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:12.824 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:12.824 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:47:12.925 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:12.972 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:12.972 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:12.972 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:13.073 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:47:13.080 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:47:12 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:47:12] "GET /metrics HTTP/1.1" 200 36642 "" "Prometheus/2.51.0" 2024-09-13T14:47:13.092 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:47:13.096 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:13.097 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:13.097 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:47:13.198 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:13.257 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:13.258 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:13.258 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:13.359 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:13.382 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:13.383 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:13.383 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:13.484 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:47:13.535 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:13.536 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:13.536 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:47:13.637 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:13.686 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:13.687 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:13.687 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:13.788 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:47:13.811 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:13.812 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:13.812 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:47:13.913 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:13.938 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:13.939 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:13.939 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:14.040 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:47:14.063 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:14.063 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:14.064 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:47:14.105 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=true 2024-09-13T14:47:14.164 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:14.185 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:14.186 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:14.186 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:14.287 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:14.320 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:14 smithi071 ceph-mon[112785]: pgmap v1447: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 4.5 GiB data, 13 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 559 op/s; 30823/221973 objects degraded (13.886%); 17637/221973 objects misplaced (7.946%); 2.1 MiB/s, 33 objects/s recovering 2024-09-13T14:47:14.321 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:14 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 30823/221973 objects degraded (13.886%), 11 pgs degraded, 22 pgs undersized (PG_DEGRADED) 2024-09-13T14:47:14.322 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:14 smithi071 ceph-mon[107477]: pgmap v1447: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 4.5 GiB data, 13 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 559 op/s; 30823/221973 objects degraded (13.886%); 17637/221973 objects misplaced (7.946%); 2.1 MiB/s, 33 objects/s recovering 2024-09-13T14:47:14.322 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:14 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 30823/221973 objects degraded (13.886%), 11 pgs degraded, 22 pgs undersized (PG_DEGRADED) 2024-09-13T14:47:14.340 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:14.341 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:14.342 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:14.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:14 smithi104 ceph-mon[105578]: pgmap v1447: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 4.5 GiB data, 13 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 559 op/s; 30823/221973 objects degraded (13.886%); 17637/221973 objects misplaced (7.946%); 2.1 MiB/s, 33 objects/s recovering 2024-09-13T14:47:14.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:14 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 30823/221973 objects degraded (13.886%), 11 pgs degraded, 22 pgs undersized (PG_DEGRADED) 2024-09-13T14:47:14.442 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:14.489 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:14.489 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:14.489 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:14.590 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:14.612 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:14.613 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:14.613 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:14.714 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:47:14.736 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:14.737 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:14.737 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:47:14.838 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:14.907 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:14.908 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:14.909 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:15.009 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:15.031 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:15.031 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:15.032 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:15.047 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:15 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:47:15.048 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:15 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:47:15.132 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:47:15.155 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:15.156 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:15.156 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:47:15.257 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:15.305 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:15.305 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:15.305 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:15.406 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:15.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:15 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:47:15.451 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:15.452 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:15.452 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:15.548 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:47:15.586 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:47:15.592 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T14:47:15.592 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:47:15.607 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:15.608 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:15.609 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:47:15.712 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:15.771 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:15.772 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:15.773 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:15.873 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:15.895 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:15.895 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:15.896 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:15.996 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:16.019 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:16.020 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:16.020 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:16.121 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:47:16.142 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:16.143 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:16.143 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:47:16.244 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:47:16.266 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:16.267 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:16.267 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:47:16.368 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:47:16.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:16 smithi071 ceph-mon[107477]: pgmap v1448: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 4.4 GiB data, 13 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 614 op/s; 30067/217890 objects degraded (13.799%); 17336/217890 objects misplaced (7.956%); 2.3 MiB/s, 36 objects/s recovering 2024-09-13T14:47:16.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:16 smithi071 ceph-mon[112785]: pgmap v1448: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 4.4 GiB data, 13 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 614 op/s; 30067/217890 objects degraded (13.799%); 17336/217890 objects misplaced (7.956%); 2.3 MiB/s, 36 objects/s recovering 2024-09-13T14:47:16.410 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:16.411 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:16.412 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:47:16.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:16 smithi104 ceph-mon[105578]: pgmap v1448: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 4.4 GiB data, 13 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 614 op/s; 30067/217890 objects degraded (13.799%); 17336/217890 objects misplaced (7.956%); 2.3 MiB/s, 36 objects/s recovering 2024-09-13T14:47:16.510 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.4 dump_ops_in_flight 2024-09-13T14:47:16.512 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:47:16.574 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:16.575 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:16.575 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:47:16.676 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:16.722 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:16.723 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:16.723 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:16.741 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:47:16.824 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:16.865 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:16.866 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:16.866 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:16.898 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:47:16.967 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:16.990 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:16.990 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:16.991 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:17.051 INFO:teuthology.orchestra.run.smithi071.stdout:moved 32 / 267 (11.985%) 2024-09-13T14:47:17.051 INFO:teuthology.orchestra.run.smithi071.stdout:avg 44.5 2024-09-13T14:47:17.051 INFO:teuthology.orchestra.run.smithi071.stdout:stddev 9.96243 -> 10.8589 (expected baseline 6.08961) 2024-09-13T14:47:17.051 INFO:teuthology.orchestra.run.smithi071.stdout:min osd.2 with 28 -> 32 pgs (0.629214 -> 0.719101 * mean) 2024-09-13T14:47:17.051 INFO:teuthology.orchestra.run.smithi071.stdout:max osd.3 with 46 -> 34 pgs (1.03371 -> 0.764045 * mean) 2024-09-13T14:47:17.051 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:47:17.051 INFO:teuthology.orchestra.run.smithi071.stdout:oload 110 2024-09-13T14:47:17.051 INFO:teuthology.orchestra.run.smithi071.stdout:max_change 3 2024-09-13T14:47:17.051 INFO:teuthology.orchestra.run.smithi071.stdout:max_change_osds 4 2024-09-13T14:47:17.051 INFO:teuthology.orchestra.run.smithi071.stdout:average_utilization 0.0206 2024-09-13T14:47:17.052 INFO:teuthology.orchestra.run.smithi071.stdout:overload_utilization 0.0226 2024-09-13T14:47:17.052 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3 weight 1.0000 -> 0.6465 2024-09-13T14:47:17.052 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0 weight 1.0000 -> 0.7216 2024-09-13T14:47:17.092 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:17.119 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:17.120 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:17.120 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:17.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:17 smithi104 ceph-mon[105578]: from='client.35175 -' entity='client.admin' cmd=[{"prefix": "osd reweight-by-utilization", "oload": 110, "max_change": 3.0, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:47:17.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:17 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd reweightn", "weights": "{'0':'47291','3':'42370'}"} : dispatch 2024-09-13T14:47:17.221 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:17.242 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:17.243 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:17.243 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:17.344 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:47:17.366 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:17.366 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:17.367 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:47:17.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:17 smithi071 ceph-mon[107477]: from='client.35175 -' entity='client.admin' cmd=[{"prefix": "osd reweight-by-utilization", "oload": 110, "max_change": 3.0, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:47:17.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:17 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd reweightn", "weights": "{'0':'47291','3':'42370'}"} : dispatch 2024-09-13T14:47:17.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:17 smithi071 ceph-mon[112785]: from='client.35175 -' entity='client.admin' cmd=[{"prefix": "osd reweight-by-utilization", "oload": 110, "max_change": 3.0, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T14:47:17.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:17 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd reweightn", "weights": "{'0':'47291','3':'42370'}"} : dispatch 2024-09-13T14:47:17.467 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:17.488 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:17.489 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:17.489 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:17.590 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:47:17.612 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:17.612 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:17.613 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:47:17.713 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:17.735 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:17.735 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:17.736 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:17.837 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:17.859 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:17.859 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:17.860 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:17.961 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:47:17.982 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:17.983 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:17.983 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:47:18.084 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:18.108 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:18.109 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:18.109 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:18.210 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:18.231 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:18.231 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:18.232 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:18.256 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:18 smithi071 ceph-mon[107477]: pgmap v1449: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 4.3 GiB data, 13 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 624 op/s; 29878/213786 objects degraded (13.976%); 17136/213786 objects misplaced (8.015%); 1.8 MiB/s, 29 objects/s recovering 2024-09-13T14:47:18.256 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:18 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd reweightn", "weights": "{'0':'47291','3':'42370'}"}]': finished 2024-09-13T14:47:18.256 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:18 smithi071 ceph-mon[107477]: osdmap e1172: 8 total, 7 up, 7 in 2024-09-13T14:47:18.256 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:18 smithi071 ceph-mon[107477]: osdmap e1173: 8 total, 7 up, 7 in 2024-09-13T14:47:18.256 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:18 smithi071 ceph-mon[112785]: pgmap v1449: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 4.3 GiB data, 13 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 624 op/s; 29878/213786 objects degraded (13.976%); 17136/213786 objects misplaced (8.015%); 1.8 MiB/s, 29 objects/s recovering 2024-09-13T14:47:18.256 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:18 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd reweightn", "weights": "{'0':'47291','3':'42370'}"}]': finished 2024-09-13T14:47:18.256 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:18 smithi071 ceph-mon[112785]: osdmap e1172: 8 total, 7 up, 7 in 2024-09-13T14:47:18.256 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:18 smithi071 ceph-mon[112785]: osdmap e1173: 8 total, 7 up, 7 in 2024-09-13T14:47:18.332 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:18.357 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:18.357 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:18.358 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:18.409 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:18 smithi104 ceph-mon[105578]: pgmap v1449: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 4.3 GiB data, 13 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 624 op/s; 29878/213786 objects degraded (13.976%); 17136/213786 objects misplaced (8.015%); 1.8 MiB/s, 29 objects/s recovering 2024-09-13T14:47:18.409 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:18 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd reweightn", "weights": "{'0':'47291','3':'42370'}"}]': finished 2024-09-13T14:47:18.409 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:18 smithi104 ceph-mon[105578]: osdmap e1172: 8 total, 7 up, 7 in 2024-09-13T14:47:18.409 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:18 smithi104 ceph-mon[105578]: osdmap e1173: 8 total, 7 up, 7 in 2024-09-13T14:47:18.458 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:47:18.479 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:18.480 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:18.480 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:47:18.581 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:18.603 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:18.604 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:18.604 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:18.656 INFO:teuthology.orchestra.run.smithi104.stdout:ERROR: (22) Invalid argument 2024-09-13T14:47:18.657 INFO:teuthology.orchestra.run.smithi104.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:47:18.705 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:18.727 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:18.728 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:18.728 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:18.829 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:18.853 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:18.853 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:18.854 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:18.955 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:18.977 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:18.977 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:18.977 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:19.078 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:47:19.106 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:19.106 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:19.107 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:47:19.208 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:47:19.246 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:19.246 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:19.246 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:47:19.347 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:19.358 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:19 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 29878/213786 objects degraded (13.976%), 11 pgs degraded, 22 pgs undersized (PG_DEGRADED) 2024-09-13T14:47:19.358 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:19 smithi104 ceph-mon[105578]: osdmap e1174: 8 total, 7 up, 7 in 2024-09-13T14:47:19.375 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:19.376 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:19.376 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:19.387 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.4 dump_blocked_ops 2024-09-13T14:47:19.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:19 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 29878/213786 objects degraded (13.976%), 11 pgs degraded, 22 pgs undersized (PG_DEGRADED) 2024-09-13T14:47:19.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:19 smithi071 ceph-mon[107477]: osdmap e1174: 8 total, 7 up, 7 in 2024-09-13T14:47:19.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:19 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 29878/213786 objects degraded (13.976%), 11 pgs degraded, 22 pgs undersized (PG_DEGRADED) 2024-09-13T14:47:19.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:19 smithi071 ceph-mon[112785]: osdmap e1174: 8 total, 7 up, 7 in 2024-09-13T14:47:19.478 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:47:19.499 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:19.500 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:19.500 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:47:19.601 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:47:19.634 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:19.634 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:19.635 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:47:19.702 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:47:19.736 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:19.757 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:19.758 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:19.758 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:19.859 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:19.880 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:19.881 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:19.881 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:19.982 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:47:20.004 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:20.005 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:20.005 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:47:20.106 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:47:20.132 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:20.132 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:20.133 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:47:20.233 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:20.255 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:20.255 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:20.256 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:20.357 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:20.378 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:20.379 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:20.379 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:20.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:20 smithi071 ceph-mon[107477]: pgmap v1452: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 4.3 GiB data, 13 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 480 op/s; 30001/212652 objects degraded (14.108%); 16934/212652 objects misplaced (7.963%); 2.1 MiB/s, 32 objects/s recovering 2024-09-13T14:47:20.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:20 smithi071 ceph-mon[107477]: 7.7 starting backfill to osd.1 from (0'0,0'0] MAX to 1171'9709 2024-09-13T14:47:20.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:20 smithi071 ceph-mon[107477]: 7.6 starting backfill to osd.5 from (0'0,0'0] MAX to 1171'9961 2024-09-13T14:47:20.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:20 smithi071 ceph-mon[107477]: 7.c starting backfill to osd.2 from (0'0,0'0] MAX to 1171'9773 2024-09-13T14:47:20.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:20 smithi071 ceph-mon[107477]: 7.4 starting backfill to osd.5 from (0'0,0'0] MAX to 1171'9828 2024-09-13T14:47:20.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:20 smithi071 ceph-mon[107477]: 7.1 starting backfill to osd.0 from (0'0,0'0] MAX to 1171'9661 2024-09-13T14:47:20.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:20 smithi071 ceph-mon[107477]: 7.f starting backfill to osd.5 from (0'0,0'0] MAX to 1171'9834 2024-09-13T14:47:20.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:20 smithi071 ceph-mon[107477]: 7.5 starting backfill to osd.1 from (0'0,0'0] MAX to 1171'9778 2024-09-13T14:47:20.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:20 smithi071 ceph-mon[112785]: pgmap v1452: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 4.3 GiB data, 13 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 480 op/s; 30001/212652 objects degraded (14.108%); 16934/212652 objects misplaced (7.963%); 2.1 MiB/s, 32 objects/s recovering 2024-09-13T14:47:20.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:20 smithi071 ceph-mon[112785]: 7.7 starting backfill to osd.1 from (0'0,0'0] MAX to 1171'9709 2024-09-13T14:47:20.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:20 smithi071 ceph-mon[112785]: 7.6 starting backfill to osd.5 from (0'0,0'0] MAX to 1171'9961 2024-09-13T14:47:20.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:20 smithi071 ceph-mon[112785]: 7.c starting backfill to osd.2 from (0'0,0'0] MAX to 1171'9773 2024-09-13T14:47:20.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:20 smithi071 ceph-mon[112785]: 7.4 starting backfill to osd.5 from (0'0,0'0] MAX to 1171'9828 2024-09-13T14:47:20.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:20 smithi071 ceph-mon[112785]: 7.1 starting backfill to osd.0 from (0'0,0'0] MAX to 1171'9661 2024-09-13T14:47:20.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:20 smithi071 ceph-mon[112785]: 7.f starting backfill to osd.5 from (0'0,0'0] MAX to 1171'9834 2024-09-13T14:47:20.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:20 smithi071 ceph-mon[112785]: 7.5 starting backfill to osd.1 from (0'0,0'0] MAX to 1171'9778 2024-09-13T14:47:20.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:20 smithi104 ceph-mon[105578]: pgmap v1452: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 20 active+clean+remapped, 2 active+recovering+undersized+degraded+remapped, 11 active+undersized, 8 active+undersized+degraded, 47 active+clean; 4.3 GiB data, 13 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 480 op/s; 30001/212652 objects degraded (14.108%); 16934/212652 objects misplaced (7.963%); 2.1 MiB/s, 32 objects/s recovering 2024-09-13T14:47:20.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:20 smithi104 ceph-mon[105578]: 7.7 starting backfill to osd.1 from (0'0,0'0] MAX to 1171'9709 2024-09-13T14:47:20.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:20 smithi104 ceph-mon[105578]: 7.6 starting backfill to osd.5 from (0'0,0'0] MAX to 1171'9961 2024-09-13T14:47:20.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:20 smithi104 ceph-mon[105578]: 7.c starting backfill to osd.2 from (0'0,0'0] MAX to 1171'9773 2024-09-13T14:47:20.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:20 smithi104 ceph-mon[105578]: 7.4 starting backfill to osd.5 from (0'0,0'0] MAX to 1171'9828 2024-09-13T14:47:20.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:20 smithi104 ceph-mon[105578]: 7.1 starting backfill to osd.0 from (0'0,0'0] MAX to 1171'9661 2024-09-13T14:47:20.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:20 smithi104 ceph-mon[105578]: 7.f starting backfill to osd.5 from (0'0,0'0] MAX to 1171'9834 2024-09-13T14:47:20.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:20 smithi104 ceph-mon[105578]: 7.5 starting backfill to osd.1 from (0'0,0'0] MAX to 1171'9778 2024-09-13T14:47:20.480 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:20.502 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:20.502 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:20.503 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:20.603 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:20.627 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:20.627 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:20.628 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:20.728 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:47:20.750 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:20.751 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:20.751 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:47:20.852 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:20.876 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:20.877 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:20.877 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:20.978 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:20.999 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:21.000 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:21.000 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:21.101 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:21.129 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:21.130 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:21.130 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:21.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:21 smithi104 ceph-mon[105578]: osdmap e1175: 8 total, 7 up, 7 in 2024-09-13T14:47:21.231 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:21.248 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:21 smithi071 ceph-mon[107477]: osdmap e1175: 8 total, 7 up, 7 in 2024-09-13T14:47:21.248 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:21 smithi071 ceph-mon[112785]: osdmap e1175: 8 total, 7 up, 7 in 2024-09-13T14:47:21.252 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:21.253 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:21.253 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:21.354 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:47:21.376 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:21.377 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:21.377 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:47:21.454 INFO:teuthology.orchestra.run.smithi104.stdout:ERROR: (22) Invalid argument 2024-09-13T14:47:21.454 INFO:teuthology.orchestra.run.smithi104.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:47:21.478 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:21.501 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:21.502 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:21.503 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:21.603 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:47:21.629 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:21.630 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:21.630 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:47:21.731 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:21.753 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:21.753 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:21.754 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:21.854 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:47:21.879 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:21.880 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:21.880 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:47:21.981 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:22.003 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:22.003 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:22.004 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:22.105 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:47:22.119 INFO:teuthology.orchestra.run.smithi071.stderr:nodeep-scrub is set 2024-09-13T14:47:22.121 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.4 dump_historic_ops 2024-09-13T14:47:22.129 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:22.129 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:22.130 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:47:22.231 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:22.254 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:22.254 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:22.255 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:22.339 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:47:22.355 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:47:22.379 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:22.379 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:22.380 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:47:22.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:22 smithi071 ceph-mon[107477]: pgmap v1455: 89 pgs: 1 active+recovery_wait+remapped, 1 activating+degraded+remapped, 1 active+undersized+degraded+remapped+backfill_wait, 3 remapped+peering, 1 active+recovery_wait+undersized+degraded+remapped, 17 active+clean+remapped, 1 active+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 11 active+undersized, 7 active+undersized+degraded, 45 active+clean; 4.3 GiB data, 12 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 374 op/s; 29501/209289 objects degraded (14.096%); 29622/209289 objects misplaced (14.154%); 2.3 MiB/s, 36 objects/s recovering 2024-09-13T14:47:22.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:22 smithi071 ceph-mon[107477]: osdmap e1176: 8 total, 7 up, 7 in 2024-09-13T14:47:22.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:22 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3838162723' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:47:22.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:22 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:47:22.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:22 smithi071 ceph-mon[112785]: pgmap v1455: 89 pgs: 1 active+recovery_wait+remapped, 1 activating+degraded+remapped, 1 active+undersized+degraded+remapped+backfill_wait, 3 remapped+peering, 1 active+recovery_wait+undersized+degraded+remapped, 17 active+clean+remapped, 1 active+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 11 active+undersized, 7 active+undersized+degraded, 45 active+clean; 4.3 GiB data, 12 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 374 op/s; 29501/209289 objects degraded (14.096%); 29622/209289 objects misplaced (14.154%); 2.3 MiB/s, 36 objects/s recovering 2024-09-13T14:47:22.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:22 smithi071 ceph-mon[112785]: osdmap e1176: 8 total, 7 up, 7 in 2024-09-13T14:47:22.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:22 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3838162723' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:47:22.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:22 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:47:22.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:22 smithi104 ceph-mon[105578]: pgmap v1455: 89 pgs: 1 active+recovery_wait+remapped, 1 activating+degraded+remapped, 1 active+undersized+degraded+remapped+backfill_wait, 3 remapped+peering, 1 active+recovery_wait+undersized+degraded+remapped, 17 active+clean+remapped, 1 active+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 11 active+undersized, 7 active+undersized+degraded, 45 active+clean; 4.3 GiB data, 12 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 374 op/s; 29501/209289 objects degraded (14.096%); 29622/209289 objects misplaced (14.154%); 2.3 MiB/s, 36 objects/s recovering 2024-09-13T14:47:22.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:22 smithi104 ceph-mon[105578]: osdmap e1176: 8 total, 7 up, 7 in 2024-09-13T14:47:22.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:22 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3838162723' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:47:22.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:22 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:47:22.480 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:22.503 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:22.503 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:22.504 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:22.604 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:47:22.628 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:22.628 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:22.629 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:47:22.730 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:22.752 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:22.752 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:22.753 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:22.854 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:47:22.877 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:22.877 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:22.878 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:47:22.890 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:47:22 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:47:22] "GET /metrics HTTP/1.1" 200 36638 "" "Prometheus/2.51.0" 2024-09-13T14:47:22.978 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:23.029 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:23.029 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:23.030 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:23.131 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:47:23.154 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:23.155 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:23.155 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:47:23.256 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:23.277 INFO:tasks.thrashosds.thrasher:in_osds: [0, 1, 2, 5, 6, 7, 3] out_osds: [4] dead_osds: [6] live_osds: [0, 1, 2, 3, 4, 5, 7] 2024-09-13T14:47:23.277 INFO:tasks.thrashosds.thrasher:choose_action: min_in 4 min_out 0 min_live 2 min_dead 0 chance_down 0.40 2024-09-13T14:47:23.277 INFO:tasks.thrashosds.thrasher:reset_purged_snaps_last 2024-09-13T14:47:23.277 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph tell osd.0 reset_purged_snaps_last 2024-09-13T14:47:23.284 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:23.284 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:23.285 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:23.320 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:23 smithi071 ceph-mon[107477]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:47:23.320 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:23 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T14:47:23.320 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:23 smithi071 ceph-mon[107477]: osdmap e1177: 8 total, 7 up, 7 in 2024-09-13T14:47:23.320 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:23 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 29501/209289 objects degraded (14.096%), 11 pgs degraded, 20 pgs undersized (PG_DEGRADED) 2024-09-13T14:47:23.320 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:23 smithi071 ceph-mon[112785]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:47:23.321 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:23 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T14:47:23.321 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:23 smithi071 ceph-mon[112785]: osdmap e1177: 8 total, 7 up, 7 in 2024-09-13T14:47:23.321 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:23 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 29501/209289 objects degraded (14.096%), 11 pgs degraded, 20 pgs undersized (PG_DEGRADED) 2024-09-13T14:47:23.386 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:23.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:23 smithi104 ceph-mon[105578]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:47:23.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:23 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T14:47:23.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:23 smithi104 ceph-mon[105578]: osdmap e1177: 8 total, 7 up, 7 in 2024-09-13T14:47:23.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:23 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 29501/209289 objects degraded (14.096%), 11 pgs degraded, 20 pgs undersized (PG_DEGRADED) 2024-09-13T14:47:23.429 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:23.430 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:23.430 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:23.531 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:47:23.554 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:23.555 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:23.556 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:47:23.616 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:47:23.616 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:47:23.616 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:47:23.616 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:47:23.616 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:47:23.616 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:47:23.616 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:47:23.616 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:47:23.633 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:47:23.633 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:47:23.655 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:47:23.656 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:47:23.656 INFO:teuthology.orchestra.run.smithi071.stderr:Error ENXIO: problem getting command descriptions from osd.6 2024-09-13T14:47:23.656 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:23.674 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:47:23.674 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:47:23.678 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:23.678 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:23.678 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:23.779 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:23.801 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:23.801 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:23.802 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:23.903 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:23.924 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:23.924 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:23.925 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:24.026 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:24.048 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:24.049 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:24.050 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:24.150 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:47:24.151 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:24 smithi104 ceph-mon[105578]: pgmap v1458: 89 pgs: 1 active+degraded+remapped, 2 active+recovery_wait+remapped, 1 activating+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 3 remapped+peering, 1 active+recovery_wait+undersized+degraded+remapped, 21 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 1 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 4.2 GiB data, 12 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 381 op/s; 33056/208074 objects degraded (15.887%); 45254/208074 objects misplaced (21.749%); 4.3 MiB/s, 70 objects/s recovering 2024-09-13T14:47:24.151 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:24 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/4265654948' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:47:24.175 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:24.175 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:24.176 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:47:24.277 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:24.298 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:24.299 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:24.299 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:24.316 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2024-09-13T14:47:24.316 INFO:teuthology.orchestra.run.smithi104.stdout: "size": 20, 2024-09-13T14:47:24.316 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 600, 2024-09-13T14:47:24.316 INFO:teuthology.orchestra.run.smithi104.stdout: "ops": [ 2024-09-13T14:47:24.316 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.316 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:167784 6.6 6:6c85b167:::benchmark_data_smithi071_156503_object35790:head [delete] snapc 0=[] RETRY=2 ondisk+retry+write+known_if_redirected+supports_pool_eio e1117)", 2024-09-13T14:47:24.316 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:41:41.323524+0000", 2024-09-13T14:47:24.316 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 342.78722607399999, 2024-09-13T14:47:24.316 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.7935850209999999, 2024-09-13T14:47:24.317 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:24.317 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:47:24.317 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:24.317 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:47:24.317 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:47:24.317 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 167784 2024-09-13T14:47:24.317 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.317 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:24.317 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.317 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:24.317 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323524+0000", 2024-09-13T14:47:24.317 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:24.318 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.318 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.318 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:24.318 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323524+0000", 2024-09-13T14:47:24.318 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:24.318 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.318 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.318 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:24.318 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323522+0000", 2024-09-13T14:47:24.318 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:47:24.318 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.318 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.319 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:24.319 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323529+0000", 2024-09-13T14:47:24.319 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.2639999999999997e-06 2024-09-13T14:47:24.319 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.319 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.319 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:24.319 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323541+0000", 2024-09-13T14:47:24.319 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1928e-05 2024-09-13T14:47:24.319 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.319 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.319 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:24.319 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323549+0000", 2024-09-13T14:47:24.319 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.0409999999999998e-06 2024-09-13T14:47:24.320 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.320 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.320 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:24.320 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323985+0000", 2024-09-13T14:47:24.320 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00043623099999999998 2024-09-13T14:47:24.320 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.320 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.320 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:47:24.320 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323993+0000", 2024-09-13T14:47:24.320 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.9920000000000007e-06 2024-09-13T14:47:24.320 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.320 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.320 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:24.321 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.050907+0000", 2024-09-13T14:47:24.321 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.726913677 2024-09-13T14:47:24.321 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.321 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.321 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:47:24.321 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.051047+0000", 2024-09-13T14:47:24.321 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00013996000000000001 2024-09-13T14:47:24.321 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.321 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.321 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 3,6,7", 2024-09-13T14:47:24.321 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.051161+0000", 2024-09-13T14:47:24.321 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000114416 2024-09-13T14:47:24.322 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.322 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.322 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:24.322 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.061433+0000", 2024-09-13T14:47:24.322 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.010272496000000001 2024-09-13T14:47:24.322 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.322 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.322 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:24.322 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.061471+0000", 2024-09-13T14:47:24.322 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.7499999999999997e-05 2024-09-13T14:47:24.322 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.322 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.322 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:47:24.322 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.061481+0000", 2024-09-13T14:47:24.323 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.6709999999999994e-06 2024-09-13T14:47:24.323 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.323 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.323 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:24.323 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.116927+0000", 2024-09-13T14:47:24.323 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.055446031 2024-09-13T14:47:24.323 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.323 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.323 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:47:24.323 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.116984+0000", 2024-09-13T14:47:24.323 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.7287000000000002e-05 2024-09-13T14:47:24.323 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.324 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.324 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:47:24.324 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.117109+0000", 2024-09-13T14:47:24.324 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000124919 2024-09-13T14:47:24.324 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:24.324 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:24.324 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:24.324 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.324 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.324 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:167786 6.6 6:64054429:::benchmark_data_smithi071_156503_object35792:head [delete] snapc 0=[] RETRY=1 ondisk+retry+write+known_if_redirected+supports_pool_eio e1117)", 2024-09-13T14:47:24.324 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:41:41.323557+0000", 2024-09-13T14:47:24.324 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 342.78719290399999, 2024-09-13T14:47:24.324 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.794192164, 2024-09-13T14:47:24.325 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:24.325 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:47:24.325 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:24.325 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:47:24.325 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:47:24.325 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 167786 2024-09-13T14:47:24.325 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.325 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:24.325 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.325 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:24.325 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323557+0000", 2024-09-13T14:47:24.325 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:24.325 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.326 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.326 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:24.326 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323557+0000", 2024-09-13T14:47:24.326 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:24.326 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.326 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.326 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:24.326 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323557+0000", 2024-09-13T14:47:24.326 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T14:47:24.326 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.326 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.326 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:24.326 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323560+0000", 2024-09-13T14:47:24.327 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.044e-06 2024-09-13T14:47:24.327 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.327 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.327 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:24.327 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323566+0000", 2024-09-13T14:47:24.327 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.3470000000000004e-06 2024-09-13T14:47:24.327 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.327 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.327 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:24.327 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323572+0000", 2024-09-13T14:47:24.327 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.6389999999999997e-06 2024-09-13T14:47:24.327 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.327 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.328 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:24.328 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.324015+0000", 2024-09-13T14:47:24.328 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00044336799999999997 2024-09-13T14:47:24.328 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.328 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.328 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:47:24.328 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.324022+0000", 2024-09-13T14:47:24.328 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.6089999999999997e-06 2024-09-13T14:47:24.328 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.328 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.328 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:24.328 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.054426+0000", 2024-09-13T14:47:24.328 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.7304043710000001 2024-09-13T14:47:24.329 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.329 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.329 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:47:24.329 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.054503+0000", 2024-09-13T14:47:24.329 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.7105000000000001e-05 2024-09-13T14:47:24.329 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.329 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.329 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 3,6,7", 2024-09-13T14:47:24.329 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.054574+0000", 2024-09-13T14:47:24.329 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.1242999999999995e-05 2024-09-13T14:47:24.329 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.329 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.329 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:47:24.329 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.061496+0000", 2024-09-13T14:47:24.330 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0069213699999999996 2024-09-13T14:47:24.330 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.330 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.330 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:24.330 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.061517+0000", 2024-09-13T14:47:24.330 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.0886e-05 2024-09-13T14:47:24.330 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.330 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.330 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:24.330 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.061550+0000", 2024-09-13T14:47:24.330 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.3148000000000002e-05 2024-09-13T14:47:24.330 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.330 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.331 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:24.331 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.117568+0000", 2024-09-13T14:47:24.331 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.056018070000000003 2024-09-13T14:47:24.331 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.331 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.331 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:47:24.331 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.117647+0000", 2024-09-13T14:47:24.331 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.9249e-05 2024-09-13T14:47:24.331 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.331 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.331 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:47:24.331 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.117749+0000", 2024-09-13T14:47:24.332 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000102199 2024-09-13T14:47:24.332 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:24.332 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:24.332 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:24.332 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.332 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.332 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:202493 6.2 6:404118eb:::benchmark_data_smithi071_156503_object70499:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1124)", 2024-09-13T14:47:24.332 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:42:28.666447+0000", 2024-09-13T14:47:24.332 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 295.44430271499999, 2024-09-13T14:47:24.332 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0294184959999999, 2024-09-13T14:47:24.332 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:24.332 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:47:24.332 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:24.333 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:47:24.333 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:47:24.333 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 202493 2024-09-13T14:47:24.333 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.333 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:24.333 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.333 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:24.333 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.666447+0000", 2024-09-13T14:47:24.333 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:24.333 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.333 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.333 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:24.333 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.666447+0000", 2024-09-13T14:47:24.334 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:24.334 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.334 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.334 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:24.334 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.666447+0000", 2024-09-13T14:47:24.334 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T14:47:24.334 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.334 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.334 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:24.334 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.666449+0000", 2024-09-13T14:47:24.334 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.649e-06 2024-09-13T14:47:24.334 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.334 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.335 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:24.335 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.666456+0000", 2024-09-13T14:47:24.335 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.9879999999999998e-06 2024-09-13T14:47:24.335 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.335 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.335 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:24.335 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.666461+0000", 2024-09-13T14:47:24.335 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.5220000000000001e-06 2024-09-13T14:47:24.335 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.335 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.335 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:24.335 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.666545+0000", 2024-09-13T14:47:24.335 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.3613000000000001e-05 2024-09-13T14:47:24.336 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.336 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.336 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:47:24.336 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.666555+0000", 2024-09-13T14:47:24.336 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0662000000000001e-05 2024-09-13T14:47:24.336 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.336 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.336 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:24.336 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.687532+0000", 2024-09-13T14:47:24.336 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0209764990000001 2024-09-13T14:47:24.336 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.336 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.336 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:47:24.337 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.687658+0000", 2024-09-13T14:47:24.337 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000126308 2024-09-13T14:47:24.337 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.337 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.337 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 2,3", 2024-09-13T14:47:24.337 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.687799+0000", 2024-09-13T14:47:24.337 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00014098 2024-09-13T14:47:24.337 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.337 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.337 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:24.337 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.691114+0000", 2024-09-13T14:47:24.337 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.003314619 2024-09-13T14:47:24.337 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.338 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.338 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:47:24.338 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.695754+0000", 2024-09-13T14:47:24.338 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0046399429999999997 2024-09-13T14:47:24.338 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.338 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.338 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:24.338 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.695808+0000", 2024-09-13T14:47:24.338 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.4250999999999999e-05 2024-09-13T14:47:24.338 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.338 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.338 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:47:24.338 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.695840+0000", 2024-09-13T14:47:24.338 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.2577999999999999e-05 2024-09-13T14:47:24.339 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.339 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.339 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:47:24.339 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.695866+0000", 2024-09-13T14:47:24.339 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.5289000000000001e-05 2024-09-13T14:47:24.339 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:24.339 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:24.339 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:24.339 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.339 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.339 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:202511 6.2 6:45c17a5a:::benchmark_data_smithi071_156503_object70517:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1125)", 2024-09-13T14:47:24.339 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:42:28.695241+0000", 2024-09-13T14:47:24.339 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 295.41550859199998, 2024-09-13T14:47:24.340 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0183286069999999, 2024-09-13T14:47:24.340 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:24.340 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:47:24.340 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:24.340 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:47:24.340 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:47:24.340 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 202511 2024-09-13T14:47:24.340 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.340 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:24.340 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.340 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:24.340 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.695241+0000", 2024-09-13T14:47:24.340 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:24.341 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.341 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.341 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:24.341 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.695241+0000", 2024-09-13T14:47:24.341 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:24.341 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.341 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.341 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:24.341 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.695240+0000", 2024-09-13T14:47:24.341 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:47:24.341 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.341 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.341 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:24.341 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.695246+0000", 2024-09-13T14:47:24.342 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.3149999999999999e-06 2024-09-13T14:47:24.342 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.342 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.342 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:24.342 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.695257+0000", 2024-09-13T14:47:24.342 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1603000000000001e-05 2024-09-13T14:47:24.342 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.342 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.342 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:24.342 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.695264+0000", 2024-09-13T14:47:24.342 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.0650000000000001e-06 2024-09-13T14:47:24.342 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.342 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.343 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:24.343 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.695326+0000", 2024-09-13T14:47:24.343 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.1122000000000002e-05 2024-09-13T14:47:24.343 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.343 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.343 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:47:24.343 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.695334+0000", 2024-09-13T14:47:24.343 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.3969999999999994e-06 2024-09-13T14:47:24.343 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.343 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.343 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:24.343 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.691142+0000", 2024-09-13T14:47:24.343 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.99580779600000002 2024-09-13T14:47:24.344 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.344 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.344 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:47:24.344 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.691244+0000", 2024-09-13T14:47:24.344 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000102264 2024-09-13T14:47:24.344 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.344 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.344 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 2,3", 2024-09-13T14:47:24.344 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.691320+0000", 2024-09-13T14:47:24.344 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.5734000000000004e-05 2024-09-13T14:47:24.344 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.344 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.344 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:47:24.345 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.697954+0000", 2024-09-13T14:47:24.345 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0066341839999999996 2024-09-13T14:47:24.345 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.345 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.345 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:24.345 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.705908+0000", 2024-09-13T14:47:24.345 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0079545210000000009 2024-09-13T14:47:24.345 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.345 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.345 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:24.345 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.713489+0000", 2024-09-13T14:47:24.345 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00758058 2024-09-13T14:47:24.345 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.346 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.346 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:47:24.346 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.713535+0000", 2024-09-13T14:47:24.346 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.5859000000000003e-05 2024-09-13T14:47:24.346 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.346 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.346 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:47:24.346 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.713570+0000", 2024-09-13T14:47:24.346 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.5043000000000003e-05 2024-09-13T14:47:24.346 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:24.346 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:24.346 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:24.346 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.347 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.347 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:202523 6.2 6:4235e9e4:::benchmark_data_smithi071_156503_object70529:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1125)", 2024-09-13T14:47:24.347 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:42:28.709597+0000", 2024-09-13T14:47:24.347 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 295.40115324800001, 2024-09-13T14:47:24.347 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0041096, 2024-09-13T14:47:24.347 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:24.347 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:47:24.347 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:24.347 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:47:24.347 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:47:24.347 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 202523 2024-09-13T14:47:24.347 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.347 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:24.348 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.348 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:24.348 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.709597+0000", 2024-09-13T14:47:24.348 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:24.348 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.348 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.348 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:24.348 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.709597+0000", 2024-09-13T14:47:24.348 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:24.348 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.348 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.348 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:24.348 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.709595+0000", 2024-09-13T14:47:24.349 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999981 2024-09-13T14:47:24.349 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.349 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.349 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:24.349 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.709604+0000", 2024-09-13T14:47:24.349 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.3999999999999998e-06 2024-09-13T14:47:24.349 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.349 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.349 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:24.349 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.709626+0000", 2024-09-13T14:47:24.349 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.1988999999999999e-05 2024-09-13T14:47:24.349 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.349 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.350 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:24.350 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.709634+0000", 2024-09-13T14:47:24.350 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.4069999999999993e-06 2024-09-13T14:47:24.350 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.350 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.350 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:24.350 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.709680+0000", 2024-09-13T14:47:24.350 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.5513999999999998e-05 2024-09-13T14:47:24.350 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.350 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.350 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:47:24.350 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.709687+0000", 2024-09-13T14:47:24.350 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.832e-06 2024-09-13T14:47:24.351 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.351 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.351 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:24.351 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.693772+0000", 2024-09-13T14:47:24.351 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.98408545000000003 2024-09-13T14:47:24.351 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.351 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.351 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:47:24.351 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.693838+0000", 2024-09-13T14:47:24.351 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.5850000000000001e-05 2024-09-13T14:47:24.351 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.351 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.352 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 2,3", 2024-09-13T14:47:24.352 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.693931+0000", 2024-09-13T14:47:24.352 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.2905000000000006e-05 2024-09-13T14:47:24.352 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.352 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.352 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:47:24.352 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.702499+0000", 2024-09-13T14:47:24.352 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0085677649999999998 2024-09-13T14:47:24.352 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.352 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.352 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:24.352 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.713612+0000", 2024-09-13T14:47:24.352 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.011113155 2024-09-13T14:47:24.353 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.353 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.353 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:24.353 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.713650+0000", 2024-09-13T14:47:24.353 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.7938000000000002e-05 2024-09-13T14:47:24.353 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.353 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.353 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:47:24.353 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.713675+0000", 2024-09-13T14:47:24.353 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.4859e-05 2024-09-13T14:47:24.353 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.353 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.353 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:47:24.353 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.713706+0000", 2024-09-13T14:47:24.354 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.1513000000000001e-05 2024-09-13T14:47:24.354 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:24.354 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:24.354 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:24.354 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.354 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.354 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:202531 6.2 6:456b23a0:::benchmark_data_smithi071_156503_object70537:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1125)", 2024-09-13T14:47:24.354 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:42:28.721795+0000", 2024-09-13T14:47:24.354 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 295.388955087, 2024-09-13T14:47:24.354 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0002040000000001, 2024-09-13T14:47:24.354 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:24.354 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:47:24.354 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:24.355 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:47:24.355 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:47:24.355 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 202531 2024-09-13T14:47:24.355 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.355 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:24.355 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.355 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:24.355 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.721795+0000", 2024-09-13T14:47:24.355 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:24.355 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.355 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.355 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:24.355 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.721795+0000", 2024-09-13T14:47:24.355 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:24.356 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.356 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.356 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:24.356 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.721793+0000", 2024-09-13T14:47:24.356 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999981 2024-09-13T14:47:24.356 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.356 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.356 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:24.356 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.721801+0000", 2024-09-13T14:47:24.356 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.4460000000000001e-06 2024-09-13T14:47:24.356 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.356 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.356 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:24.357 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.721823+0000", 2024-09-13T14:47:24.357 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.2184999999999999e-05 2024-09-13T14:47:24.357 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.357 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.357 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:24.357 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.721832+0000", 2024-09-13T14:47:24.357 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.7620000000000001e-06 2024-09-13T14:47:24.357 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.357 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.357 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:24.357 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.721891+0000", 2024-09-13T14:47:24.357 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.9058000000000003e-05 2024-09-13T14:47:24.357 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.358 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.358 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:47:24.358 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.721906+0000", 2024-09-13T14:47:24.358 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.4508999999999999e-05 2024-09-13T14:47:24.358 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.358 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.358 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:24.358 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.695910+0000", 2024-09-13T14:47:24.358 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.97400376499999997 2024-09-13T14:47:24.358 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.358 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.358 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:47:24.358 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.695979+0000", 2024-09-13T14:47:24.358 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.9670000000000002e-05 2024-09-13T14:47:24.359 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.359 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.359 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 2,3", 2024-09-13T14:47:24.359 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.696063+0000", 2024-09-13T14:47:24.359 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.3462999999999997e-05 2024-09-13T14:47:24.359 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.359 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.359 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:47:24.359 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.713433+0000", 2024-09-13T14:47:24.359 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.017370793999999998 2024-09-13T14:47:24.359 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.359 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.359 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:24.360 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.713743+0000", 2024-09-13T14:47:24.360 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000309783 2024-09-13T14:47:24.360 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.360 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.360 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:24.360 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.721904+0000", 2024-09-13T14:47:24.360 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0081608370000000006 2024-09-13T14:47:24.360 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.360 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.360 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:47:24.360 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.721954+0000", 2024-09-13T14:47:24.360 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.9824000000000003e-05 2024-09-13T14:47:24.360 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.361 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.361 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:47:24.361 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.721999+0000", 2024-09-13T14:47:24.361 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.4892999999999999e-05 2024-09-13T14:47:24.361 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:24.361 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:24.361 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:24.361 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.361 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.361 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:202541 6.2 6:4b429ece:::benchmark_data_smithi071_156503_object70547:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1125)", 2024-09-13T14:47:24.361 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:42:28.733681+0000", 2024-09-13T14:47:24.361 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 295.37706868100003, 2024-09-13T14:47:24.362 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.98846544999999997, 2024-09-13T14:47:24.362 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:24.362 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:47:24.362 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:24.362 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:47:24.362 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:47:24.362 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 202541 2024-09-13T14:47:24.362 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.362 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:24.362 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.362 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:24.362 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.733681+0000", 2024-09-13T14:47:24.362 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:24.362 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.363 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.363 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:24.363 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.733681+0000", 2024-09-13T14:47:24.363 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:24.363 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.363 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.363 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:24.363 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.733680+0000", 2024-09-13T14:47:24.363 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:47:24.363 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.363 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.363 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:24.363 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.733687+0000", 2024-09-13T14:47:24.364 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.7800000000000001e-06 2024-09-13T14:47:24.364 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.364 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.364 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:24.364 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.733702+0000", 2024-09-13T14:47:24.364 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.4739999999999999e-05 2024-09-13T14:47:24.364 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.364 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.364 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:24.364 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.733709+0000", 2024-09-13T14:47:24.364 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.3130000000000001e-06 2024-09-13T14:47:24.364 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.364 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.364 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:24.365 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.733768+0000", 2024-09-13T14:47:24.365 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.9057000000000001e-05 2024-09-13T14:47:24.365 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.365 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.365 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:47:24.365 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.733778+0000", 2024-09-13T14:47:24.365 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.4830000000000005e-06 2024-09-13T14:47:24.365 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.365 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.365 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:24.365 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.697988+0000", 2024-09-13T14:47:24.365 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.96421027599999998 2024-09-13T14:47:24.365 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.366 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.366 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:47:24.366 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.698073+0000", 2024-09-13T14:47:24.366 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.5196000000000002e-05 2024-09-13T14:47:24.366 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.366 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.366 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 2,3", 2024-09-13T14:47:24.366 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.698142+0000", 2024-09-13T14:47:24.366 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.8806000000000005e-05 2024-09-13T14:47:24.366 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.366 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.366 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:47:24.366 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.713439+0000", 2024-09-13T14:47:24.367 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.015297053 2024-09-13T14:47:24.367 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.367 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.367 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:24.367 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.713787+0000", 2024-09-13T14:47:24.367 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00034762600000000002 2024-09-13T14:47:24.367 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.367 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.367 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:24.367 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.722058+0000", 2024-09-13T14:47:24.367 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0082710079999999998 2024-09-13T14:47:24.367 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.367 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.367 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:47:24.368 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.722109+0000", 2024-09-13T14:47:24.368 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.0825000000000002e-05 2024-09-13T14:47:24.368 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.368 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.368 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:47:24.368 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.722147+0000", 2024-09-13T14:47:24.368 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.7939999999999999e-05 2024-09-13T14:47:24.368 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:24.368 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:24.368 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:24.368 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.368 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.369 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:202542 6.2 6:40a59b37:::benchmark_data_smithi071_156503_object70548:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1125)", 2024-09-13T14:47:24.369 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:42:28.733744+0000", 2024-09-13T14:47:24.369 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 295.37700547200001, 2024-09-13T14:47:24.369 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.98855525300000002, 2024-09-13T14:47:24.369 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:24.369 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:47:24.369 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:24.369 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:47:24.369 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:47:24.369 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 202542 2024-09-13T14:47:24.369 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.369 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:24.369 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.369 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:24.370 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.733744+0000", 2024-09-13T14:47:24.370 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:24.370 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.370 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.370 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:24.370 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.733744+0000", 2024-09-13T14:47:24.370 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:24.370 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.370 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.370 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:24.370 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.733744+0000", 2024-09-13T14:47:24.370 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T14:47:24.370 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.371 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.371 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:24.371 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.733748+0000", 2024-09-13T14:47:24.371 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.9060000000000004e-06 2024-09-13T14:47:24.371 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.371 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.371 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:24.371 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.733754+0000", 2024-09-13T14:47:24.371 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.7259999999999996e-06 2024-09-13T14:47:24.371 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.371 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.371 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:24.371 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.733761+0000", 2024-09-13T14:47:24.372 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.3350000000000003e-06 2024-09-13T14:47:24.372 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.372 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.372 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:24.372 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.733801+0000", 2024-09-13T14:47:24.372 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.0303999999999999e-05 2024-09-13T14:47:24.372 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.372 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.372 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:47:24.372 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.733810+0000", 2024-09-13T14:47:24.372 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.5140000000000001e-06 2024-09-13T14:47:24.372 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.372 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.373 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:24.373 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.700470+0000", 2024-09-13T14:47:24.373 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.96666087499999998 2024-09-13T14:47:24.373 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.373 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.373 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:47:24.373 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.700545+0000", 2024-09-13T14:47:24.373 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.4790999999999996e-05 2024-09-13T14:47:24.373 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.373 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.373 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 2,3", 2024-09-13T14:47:24.373 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.700633+0000", 2024-09-13T14:47:24.373 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.7634999999999997e-05 2024-09-13T14:47:24.374 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.374 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.374 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:47:24.374 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.713618+0000", 2024-09-13T14:47:24.374 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0129847 2024-09-13T14:47:24.374 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.374 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.374 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:24.374 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.713826+0000", 2024-09-13T14:47:24.374 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00020854200000000001 2024-09-13T14:47:24.374 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.374 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.375 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:24.375 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.722209+0000", 2024-09-13T14:47:24.375 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0083824880000000004 2024-09-13T14:47:24.375 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.375 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.375 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:47:24.375 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.722264+0000", 2024-09-13T14:47:24.375 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.4984000000000001e-05 2024-09-13T14:47:24.375 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.375 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.375 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:47:24.375 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.722300+0000", 2024-09-13T14:47:24.375 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.6069000000000003e-05 2024-09-13T14:47:24.375 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:24.376 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:24.376 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:24.376 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.376 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.376 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:202552 6.2 6:4da68f61:::benchmark_data_smithi071_156503_object70558:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1125)", 2024-09-13T14:47:24.376 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:42:28.746107+0000", 2024-09-13T14:47:24.376 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 295.364643296, 2024-09-13T14:47:24.376 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.97634938500000001, 2024-09-13T14:47:24.376 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:24.376 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:47:24.376 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:24.376 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:47:24.376 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:47:24.377 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 202552 2024-09-13T14:47:24.377 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.377 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:24.377 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.377 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:24.377 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.746107+0000", 2024-09-13T14:47:24.377 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:24.377 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.377 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.377 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:24.377 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.746107+0000", 2024-09-13T14:47:24.377 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:24.377 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.378 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.378 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:24.378 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.746105+0000", 2024-09-13T14:47:24.378 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999981 2024-09-13T14:47:24.378 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.378 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.378 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:24.378 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.746112+0000", 2024-09-13T14:47:24.378 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.9789999999999996e-06 2024-09-13T14:47:24.378 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.378 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.378 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:24.378 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.746131+0000", 2024-09-13T14:47:24.379 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.8924e-05 2024-09-13T14:47:24.379 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.379 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.379 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:24.379 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.746142+0000", 2024-09-13T14:47:24.379 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1336e-05 2024-09-13T14:47:24.379 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.379 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.379 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:24.379 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.746195+0000", 2024-09-13T14:47:24.379 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.2995999999999999e-05 2024-09-13T14:47:24.379 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.379 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.380 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:47:24.380 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.746205+0000", 2024-09-13T14:47:24.380 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.5040000000000008e-06 2024-09-13T14:47:24.380 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.380 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.380 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:24.380 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.702533+0000", 2024-09-13T14:47:24.380 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.956328022 2024-09-13T14:47:24.380 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.380 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.380 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:47:24.380 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.702624+0000", 2024-09-13T14:47:24.380 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.1093000000000004e-05 2024-09-13T14:47:24.381 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.381 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.381 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 2,3", 2024-09-13T14:47:24.381 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.702738+0000", 2024-09-13T14:47:24.381 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00011472399999999999 2024-09-13T14:47:24.381 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.381 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.381 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:47:24.381 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.713624+0000", 2024-09-13T14:47:24.381 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.010885529999999999 2024-09-13T14:47:24.381 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.381 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.381 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:24.382 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.713860+0000", 2024-09-13T14:47:24.382 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00023616500000000001 2024-09-13T14:47:24.382 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.382 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.382 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:24.382 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.722382+0000", 2024-09-13T14:47:24.382 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0085217079999999994 2024-09-13T14:47:24.382 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.382 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.382 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:47:24.382 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.722424+0000", 2024-09-13T14:47:24.382 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.1860000000000002e-05 2024-09-13T14:47:24.382 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.383 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.383 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:47:24.383 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.722456+0000", 2024-09-13T14:47:24.383 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.2291e-05 2024-09-13T14:47:24.383 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:24.383 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:24.383 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:24.383 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.383 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.383 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:202588 6.2 6:4f5addae:::benchmark_data_smithi071_156503_object70594:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1125)", 2024-09-13T14:47:24.383 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:42:28.792577+0000", 2024-09-13T14:47:24.383 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 295.31817268600003, 2024-09-13T14:47:24.383 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.93001820899999998, 2024-09-13T14:47:24.384 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:24.384 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:47:24.384 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:24.384 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:47:24.384 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:47:24.384 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 202588 2024-09-13T14:47:24.384 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.384 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:24.384 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.384 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:24.384 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.792577+0000", 2024-09-13T14:47:24.384 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:24.384 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.384 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.385 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:24.385 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.792577+0000", 2024-09-13T14:47:24.385 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:24.385 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.385 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.385 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:24.385 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.792576+0000", 2024-09-13T14:47:24.385 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:47:24.385 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.385 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.385 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:24.385 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.792582+0000", 2024-09-13T14:47:24.385 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.3300000000000004e-06 2024-09-13T14:47:24.386 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.386 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.386 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:24.386 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.792598+0000", 2024-09-13T14:47:24.386 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.5781999999999999e-05 2024-09-13T14:47:24.386 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.386 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.386 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:24.386 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.792605+0000", 2024-09-13T14:47:24.386 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.2370000000000003e-06 2024-09-13T14:47:24.386 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.386 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.386 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:24.386 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.792650+0000", 2024-09-13T14:47:24.387 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.4456999999999998e-05 2024-09-13T14:47:24.387 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.387 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.387 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:47:24.387 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.792657+0000", 2024-09-13T14:47:24.387 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.6310000000000003e-06 2024-09-13T14:47:24.387 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.387 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.387 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:24.387 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.705971+0000", 2024-09-13T14:47:24.387 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.91331326700000004 2024-09-13T14:47:24.387 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.388 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.388 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:47:24.388 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.706092+0000", 2024-09-13T14:47:24.388 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000121054 2024-09-13T14:47:24.388 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.388 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.388 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 2,3", 2024-09-13T14:47:24.388 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.706227+0000", 2024-09-13T14:47:24.388 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00013561899999999999 2024-09-13T14:47:24.388 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.388 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.388 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:47:24.388 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.713631+0000", 2024-09-13T14:47:24.389 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0074041619999999997 2024-09-13T14:47:24.389 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.389 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.389 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:24.389 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.722499+0000", 2024-09-13T14:47:24.389 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0088672620000000008 2024-09-13T14:47:24.389 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.389 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.389 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:24.389 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.722533+0000", 2024-09-13T14:47:24.389 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.4211999999999997e-05 2024-09-13T14:47:24.389 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.390 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.390 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:47:24.390 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.722563+0000", 2024-09-13T14:47:24.390 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.0497999999999998e-05 2024-09-13T14:47:24.390 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.390 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.390 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:47:24.390 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.722595+0000", 2024-09-13T14:47:24.390 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.2026000000000001e-05 2024-09-13T14:47:24.390 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:24.390 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:24.390 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:24.390 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.391 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.391 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:202598 6.2 6:4895b1d7:::benchmark_data_smithi071_156503_object70604:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1125)", 2024-09-13T14:47:24.391 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:42:28.807942+0000", 2024-09-13T14:47:24.391 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 295.30280758800001, 2024-09-13T14:47:24.391 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.92336787799999998, 2024-09-13T14:47:24.391 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:24.391 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:47:24.391 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:24.391 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:47:24.391 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:47:24.391 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 202598 2024-09-13T14:47:24.391 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.391 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:24.392 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.392 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:24.392 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.807942+0000", 2024-09-13T14:47:24.392 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:24.392 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.392 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.392 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:24.392 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.807942+0000", 2024-09-13T14:47:24.392 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:24.392 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.392 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.392 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:24.392 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.807940+0000", 2024-09-13T14:47:24.393 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999976 2024-09-13T14:47:24.393 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.393 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.393 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:24.393 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.807948+0000", 2024-09-13T14:47:24.393 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.4739999999999999e-06 2024-09-13T14:47:24.393 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.393 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.393 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:24.393 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.807964+0000", 2024-09-13T14:47:24.393 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.6764000000000001e-05 2024-09-13T14:47:24.393 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.393 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.394 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:24.394 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.807972+0000", 2024-09-13T14:47:24.394 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.3980000000000002e-06 2024-09-13T14:47:24.394 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.394 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.394 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:24.394 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.808021+0000", 2024-09-13T14:47:24.394 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.9530000000000002e-05 2024-09-13T14:47:24.394 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.394 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.394 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:47:24.394 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.808030+0000", 2024-09-13T14:47:24.394 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.1880000000000008e-06 2024-09-13T14:47:24.395 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.395 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.395 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:24.395 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.709752+0000", 2024-09-13T14:47:24.395 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.90172199099999994 2024-09-13T14:47:24.395 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.395 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.395 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:47:24.395 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.709855+0000", 2024-09-13T14:47:24.395 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000103014 2024-09-13T14:47:24.395 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.395 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.395 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 2,3", 2024-09-13T14:47:24.395 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.709975+0000", 2024-09-13T14:47:24.396 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000119326 2024-09-13T14:47:24.396 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.396 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.396 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:47:24.396 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.713796+0000", 2024-09-13T14:47:24.396 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0038216880000000002 2024-09-13T14:47:24.396 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.396 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.396 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:24.396 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.731147+0000", 2024-09-13T14:47:24.396 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.017350369000000001 2024-09-13T14:47:24.396 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.396 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.397 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:24.397 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.731179+0000", 2024-09-13T14:47:24.397 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.2314999999999998e-05 2024-09-13T14:47:24.397 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.397 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.397 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:47:24.397 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.731265+0000", 2024-09-13T14:47:24.397 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.5760999999999994e-05 2024-09-13T14:47:24.397 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.397 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.397 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:47:24.397 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.731310+0000", 2024-09-13T14:47:24.397 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.5306999999999998e-05 2024-09-13T14:47:24.398 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:24.398 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:24.398 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:24.398 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.398 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.398 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:202605 6.2 6:46da31f7:::benchmark_data_smithi071_156503_object70611:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1125)", 2024-09-13T14:47:24.398 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:42:28.816567+0000", 2024-09-13T14:47:24.398 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 295.29418310800003, 2024-09-13T14:47:24.398 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.91497546799999996, 2024-09-13T14:47:24.398 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:24.398 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:47:24.398 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:24.398 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:47:24.398 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:47:24.399 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 202605 2024-09-13T14:47:24.399 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.399 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:24.399 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.399 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:24.399 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.816567+0000", 2024-09-13T14:47:24.399 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:24.399 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.399 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.399 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:24.399 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.816567+0000", 2024-09-13T14:47:24.399 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:24.399 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.400 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.400 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:24.400 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.816565+0000", 2024-09-13T14:47:24.400 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999981 2024-09-13T14:47:24.400 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.400 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.400 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:24.400 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.816576+0000", 2024-09-13T14:47:24.400 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0363000000000001e-05 2024-09-13T14:47:24.400 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.400 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.400 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:24.400 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.816602+0000", 2024-09-13T14:47:24.401 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.6679999999999999e-05 2024-09-13T14:47:24.401 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.401 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.401 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:24.401 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.816611+0000", 2024-09-13T14:47:24.401 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.7159999999999992e-06 2024-09-13T14:47:24.401 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.401 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.401 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:24.401 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.816670+0000", 2024-09-13T14:47:24.401 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.9169999999999998e-05 2024-09-13T14:47:24.401 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.401 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.401 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:47:24.402 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.816681+0000", 2024-09-13T14:47:24.402 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.059e-05 2024-09-13T14:47:24.402 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.402 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.402 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:24.402 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.713883+0000", 2024-09-13T14:47:24.402 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.89720255400000004 2024-09-13T14:47:24.402 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.402 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.402 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:47:24.402 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.714006+0000", 2024-09-13T14:47:24.402 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000122877 2024-09-13T14:47:24.402 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.403 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.403 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 2,3", 2024-09-13T14:47:24.403 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.714128+0000", 2024-09-13T14:47:24.403 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000121636 2024-09-13T14:47:24.403 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.403 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.403 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:47:24.403 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.722158+0000", 2024-09-13T14:47:24.403 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0080299859999999994 2024-09-13T14:47:24.403 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.403 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.403 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:24.403 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.731368+0000", 2024-09-13T14:47:24.404 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0092106770000000004 2024-09-13T14:47:24.404 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.404 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.404 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:24.404 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.731441+0000", 2024-09-13T14:47:24.404 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.2212999999999995e-05 2024-09-13T14:47:24.404 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.404 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.404 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:47:24.404 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.731508+0000", 2024-09-13T14:47:24.404 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.7455999999999999e-05 2024-09-13T14:47:24.404 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.404 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.405 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:47:24.405 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.731542+0000", 2024-09-13T14:47:24.405 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.4223000000000001e-05 2024-09-13T14:47:24.405 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:24.405 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:24.405 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:24.405 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.405 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.405 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:202607 6.2 6:4ae88d92:::benchmark_data_smithi071_156503_object70613:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1125)", 2024-09-13T14:47:24.405 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:42:28.823128+0000", 2024-09-13T14:47:24.405 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 295.287622048, 2024-09-13T14:47:24.405 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.92081914399999998, 2024-09-13T14:47:24.405 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:24.406 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:47:24.406 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:24.406 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:47:24.406 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:47:24.406 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 202607 2024-09-13T14:47:24.406 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.406 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:24.406 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.406 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:24.406 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.823128+0000", 2024-09-13T14:47:24.406 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:24.406 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.406 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.406 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:24.407 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.823128+0000", 2024-09-13T14:47:24.407 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:24.407 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.407 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.407 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:24.407 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.823126+0000", 2024-09-13T14:47:24.407 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:47:24.407 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.407 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.407 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:24.407 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.823133+0000", 2024-09-13T14:47:24.407 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.0870000000000001e-06 2024-09-13T14:47:24.407 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.407 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.408 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:24.408 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.823148+0000", 2024-09-13T14:47:24.408 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.4307999999999999e-05 2024-09-13T14:47:24.408 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.408 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.408 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:24.408 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.823156+0000", 2024-09-13T14:47:24.408 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.9319999999999996e-06 2024-09-13T14:47:24.408 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.408 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.408 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:24.408 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.823215+0000", 2024-09-13T14:47:24.408 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.9638000000000001e-05 2024-09-13T14:47:24.409 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.409 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.409 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:47:24.409 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.823228+0000", 2024-09-13T14:47:24.409 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2262999999999999e-05 2024-09-13T14:47:24.409 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.409 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.409 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:24.409 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.717926+0000", 2024-09-13T14:47:24.409 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.89469870600000001 2024-09-13T14:47:24.409 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.409 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.409 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:47:24.410 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.718050+0000", 2024-09-13T14:47:24.410 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00012389899999999999 2024-09-13T14:47:24.410 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.410 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.410 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 2,3", 2024-09-13T14:47:24.410 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.718164+0000", 2024-09-13T14:47:24.410 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000113967 2024-09-13T14:47:24.410 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.410 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.410 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:47:24.410 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.722468+0000", 2024-09-13T14:47:24.410 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0043036150000000002 2024-09-13T14:47:24.410 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.410 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.411 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:24.411 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.731410+0000", 2024-09-13T14:47:24.411 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0089426929999999998 2024-09-13T14:47:24.411 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.411 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.411 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:24.411 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.743855+0000", 2024-09-13T14:47:24.411 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.012444246000000001 2024-09-13T14:47:24.411 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.411 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.411 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:47:24.411 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.743910+0000", 2024-09-13T14:47:24.411 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.5723000000000002e-05 2024-09-13T14:47:24.412 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.412 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.412 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:47:24.412 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.743947+0000", 2024-09-13T14:47:24.412 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.6649000000000001e-05 2024-09-13T14:47:24.412 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:24.412 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:24.412 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:24.412 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.412 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.412 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:202635 6.2 6:42cc5d23:::benchmark_data_smithi071_156503_object70641:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1125)", 2024-09-13T14:47:24.412 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:42:28.870245+0000", 2024-09-13T14:47:24.412 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 295.24050535700002, 2024-09-13T14:47:24.412 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.87382923199999996, 2024-09-13T14:47:24.413 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:24.413 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:47:24.413 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:24.413 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:47:24.413 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:47:24.413 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 202635 2024-09-13T14:47:24.413 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.413 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:24.413 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.413 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:24.413 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.870245+0000", 2024-09-13T14:47:24.413 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:24.413 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.414 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.414 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:24.414 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.870245+0000", 2024-09-13T14:47:24.414 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:24.414 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.414 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.414 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:24.414 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.870243+0000", 2024-09-13T14:47:24.414 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:47:24.414 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.414 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.414 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:24.414 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.870250+0000", 2024-09-13T14:47:24.414 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.4810000000000003e-06 2024-09-13T14:47:24.415 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.415 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.415 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:24.415 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.870265+0000", 2024-09-13T14:47:24.415 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.5622000000000001e-05 2024-09-13T14:47:24.415 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.415 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.415 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:24.415 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.870273+0000", 2024-09-13T14:47:24.415 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.4760000000000001e-06 2024-09-13T14:47:24.415 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.415 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.415 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:24.416 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.870321+0000", 2024-09-13T14:47:24.416 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.7797999999999999e-05 2024-09-13T14:47:24.416 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.416 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.416 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:47:24.416 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.870329+0000", 2024-09-13T14:47:24.416 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.0649999999999999e-06 2024-09-13T14:47:24.416 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.416 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.416 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:24.416 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.722637+0000", 2024-09-13T14:47:24.416 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.85230858700000001 2024-09-13T14:47:24.416 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.416 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.417 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:47:24.417 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.722741+0000", 2024-09-13T14:47:24.417 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00010385100000000001 2024-09-13T14:47:24.417 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.417 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.417 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 2,3", 2024-09-13T14:47:24.417 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.722874+0000", 2024-09-13T14:47:24.417 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00013258200000000001 2024-09-13T14:47:24.417 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.417 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.417 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:47:24.417 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.743809+0000", 2024-09-13T14:47:24.418 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.020935039999999999 2024-09-13T14:47:24.418 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.418 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.418 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:24.418 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.743982+0000", 2024-09-13T14:47:24.418 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000173139 2024-09-13T14:47:24.418 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.418 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.418 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:24.418 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.744011+0000", 2024-09-13T14:47:24.418 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.9023999999999999e-05 2024-09-13T14:47:24.418 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.418 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.419 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:47:24.419 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.744044+0000", 2024-09-13T14:47:24.419 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.3473000000000003e-05 2024-09-13T14:47:24.419 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.419 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.419 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:47:24.419 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.744074+0000", 2024-09-13T14:47:24.419 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.9442999999999999e-05 2024-09-13T14:47:24.419 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:24.419 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:24.419 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:24.419 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.419 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.420 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:202680 6.2 6:472a73c9:::benchmark_data_smithi071_156503_object70686:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1125)", 2024-09-13T14:47:24.420 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:42:28.985582+0000", 2024-09-13T14:47:24.420 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 295.12516833199999, 2024-09-13T14:47:24.420 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.75915543900000004, 2024-09-13T14:47:24.420 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:24.420 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:47:24.420 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:24.420 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:47:24.420 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:47:24.420 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 202680 2024-09-13T14:47:24.420 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.420 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:24.420 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.420 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:24.421 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.985582+0000", 2024-09-13T14:47:24.421 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:24.421 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.421 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.421 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:24.421 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.985582+0000", 2024-09-13T14:47:24.421 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:24.421 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.421 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.421 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:24.421 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.985580+0000", 2024-09-13T14:47:24.421 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:47:24.421 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.421 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.422 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:24.422 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.985587+0000", 2024-09-13T14:47:24.422 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.6139999999999997e-06 2024-09-13T14:47:24.422 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.422 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.422 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:24.422 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.985596+0000", 2024-09-13T14:47:24.422 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.0420000000000008e-06 2024-09-13T14:47:24.422 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.422 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.422 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:24.422 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.985602+0000", 2024-09-13T14:47:24.422 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.7339999999999996e-06 2024-09-13T14:47:24.423 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.423 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.423 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:24.423 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.985636+0000", 2024-09-13T14:47:24.423 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.4054999999999998e-05 2024-09-13T14:47:24.423 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.423 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.423 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:47:24.423 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.985643+0000", 2024-09-13T14:47:24.423 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.3390000000000004e-06 2024-09-13T14:47:24.423 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.423 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.423 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:24.424 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.726775+0000", 2024-09-13T14:47:24.424 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.74113189800000001 2024-09-13T14:47:24.424 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.424 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.424 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:47:24.424 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.726871+0000", 2024-09-13T14:47:24.424 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.6452000000000004e-05 2024-09-13T14:47:24.424 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.424 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.424 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 2,3", 2024-09-13T14:47:24.424 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.726984+0000", 2024-09-13T14:47:24.424 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00011287 2024-09-13T14:47:24.424 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.424 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.425 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:47:24.425 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.743814+0000", 2024-09-13T14:47:24.425 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.016830151000000002 2024-09-13T14:47:24.425 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.425 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.425 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:24.425 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.744536+0000", 2024-09-13T14:47:24.425 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000721684 2024-09-13T14:47:24.425 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.425 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.425 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:24.425 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.744661+0000", 2024-09-13T14:47:24.425 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00012464400000000001 2024-09-13T14:47:24.426 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.426 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.426 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:47:24.426 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.744698+0000", 2024-09-13T14:47:24.426 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.7432999999999999e-05 2024-09-13T14:47:24.426 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.426 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.426 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:47:24.426 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.744737+0000", 2024-09-13T14:47:24.426 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.8886e-05 2024-09-13T14:47:24.426 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:24.426 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:24.426 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:24.426 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.427 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.427 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:202685 6.2 6:4437a5eb:::benchmark_data_smithi071_156503_object70691:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1125)", 2024-09-13T14:47:24.427 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:42:28.993808+0000", 2024-09-13T14:47:24.427 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 295.116941548, 2024-09-13T14:47:24.427 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.76932698799999999, 2024-09-13T14:47:24.427 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:24.427 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:47:24.427 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:24.427 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:47:24.427 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:47:24.427 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 202685 2024-09-13T14:47:24.427 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.427 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:24.428 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.428 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:24.428 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.993808+0000", 2024-09-13T14:47:24.428 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:24.428 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.428 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.428 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:24.428 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.993808+0000", 2024-09-13T14:47:24.428 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:24.428 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.428 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.428 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:24.428 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.993808+0000", 2024-09-13T14:47:24.428 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T14:47:24.429 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.429 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.429 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:24.429 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.993811+0000", 2024-09-13T14:47:24.429 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.1499999999999999e-06 2024-09-13T14:47:24.429 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.429 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.429 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:24.429 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.993818+0000", 2024-09-13T14:47:24.429 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.8140000000000003e-06 2024-09-13T14:47:24.429 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.429 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.429 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:24.429 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.993821+0000", 2024-09-13T14:47:24.430 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.2590000000000001e-06 2024-09-13T14:47:24.430 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.430 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.430 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:24.430 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.993867+0000", 2024-09-13T14:47:24.430 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.6122000000000003e-05 2024-09-13T14:47:24.430 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.430 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.430 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:47:24.430 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:28.993876+0000", 2024-09-13T14:47:24.430 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.2799999999999992e-06 2024-09-13T14:47:24.430 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.430 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.431 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:24.431 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.731572+0000", 2024-09-13T14:47:24.431 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.73769586499999995 2024-09-13T14:47:24.431 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.431 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.431 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:47:24.431 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.731741+0000", 2024-09-13T14:47:24.431 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00016897700000000001 2024-09-13T14:47:24.431 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.431 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.431 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 2,3", 2024-09-13T14:47:24.431 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.731849+0000", 2024-09-13T14:47:24.431 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00010767 2024-09-13T14:47:24.432 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.432 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.432 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:47:24.432 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.743819+0000", 2024-09-13T14:47:24.432 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.011969980999999999 2024-09-13T14:47:24.432 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.432 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.432 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:24.432 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.744772+0000", 2024-09-13T14:47:24.432 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00095265400000000004 2024-09-13T14:47:24.432 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.432 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.432 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:24.433 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.763069+0000", 2024-09-13T14:47:24.433 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.018296954000000001 2024-09-13T14:47:24.433 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.433 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.433 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:47:24.433 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.763100+0000", 2024-09-13T14:47:24.433 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.0972000000000001e-05 2024-09-13T14:47:24.433 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.433 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.433 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:47:24.433 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.763135+0000", 2024-09-13T14:47:24.433 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.5815000000000002e-05 2024-09-13T14:47:24.433 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:24.433 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:24.434 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:24.434 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.434 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.434 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:202689 6.2 6:4bfcd26a:::benchmark_data_smithi071_156503_object70695:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1125)", 2024-09-13T14:47:24.434 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:42:29.006006+0000", 2024-09-13T14:47:24.434 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 295.10474360299997, 2024-09-13T14:47:24.434 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.75726459999999995, 2024-09-13T14:47:24.434 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:24.434 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:47:24.434 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:24.434 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:47:24.434 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:47:24.434 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 202689 2024-09-13T14:47:24.435 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.435 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:24.435 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.435 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:24.435 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.006006+0000", 2024-09-13T14:47:24.435 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:24.435 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.435 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.435 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:24.435 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.006006+0000", 2024-09-13T14:47:24.435 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:24.435 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.435 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.435 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:24.436 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.006005+0000", 2024-09-13T14:47:24.436 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:47:24.436 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.436 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.436 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:24.436 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.006011+0000", 2024-09-13T14:47:24.436 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.7679999999999997e-06 2024-09-13T14:47:24.436 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.436 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.436 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:24.436 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.006022+0000", 2024-09-13T14:47:24.436 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1204e-05 2024-09-13T14:47:24.436 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.437 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.437 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:24.437 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.006030+0000", 2024-09-13T14:47:24.437 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.8690000000000004e-06 2024-09-13T14:47:24.437 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.437 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.437 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:24.437 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.006070+0000", 2024-09-13T14:47:24.437 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.0401999999999997e-05 2024-09-13T14:47:24.437 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.437 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.437 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:47:24.437 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.006078+0000", 2024-09-13T14:47:24.438 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.43e-06 2024-09-13T14:47:24.438 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.438 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.438 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:24.438 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.735766+0000", 2024-09-13T14:47:24.438 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.72968769600000005 2024-09-13T14:47:24.438 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.438 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.438 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:47:24.438 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.735887+0000", 2024-09-13T14:47:24.438 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000121223 2024-09-13T14:47:24.438 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.438 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.438 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 2,3", 2024-09-13T14:47:24.439 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.736009+0000", 2024-09-13T14:47:24.439 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00012260299999999999 2024-09-13T14:47:24.439 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.439 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.439 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:24.439 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.744809+0000", 2024-09-13T14:47:24.439 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0087995339999999995 2024-09-13T14:47:24.439 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.439 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.439 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:47:24.439 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.748656+0000", 2024-09-13T14:47:24.439 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0038467919999999999 2024-09-13T14:47:24.439 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.440 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.440 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:24.440 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.763182+0000", 2024-09-13T14:47:24.440 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.014526315 2024-09-13T14:47:24.440 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.440 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.440 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:47:24.440 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.763227+0000", 2024-09-13T14:47:24.440 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.4846999999999999e-05 2024-09-13T14:47:24.440 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.440 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.440 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:47:24.440 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.763271+0000", 2024-09-13T14:47:24.440 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.4085999999999998e-05 2024-09-13T14:47:24.441 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:24.441 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:24.441 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:24.441 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.441 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.441 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:202690 6.2 6:45a946b4:::benchmark_data_smithi071_156503_object70696:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1125)", 2024-09-13T14:47:24.441 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:42:29.008926+0000", 2024-09-13T14:47:24.441 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 295.10182405299997, 2024-09-13T14:47:24.441 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.75449283899999997, 2024-09-13T14:47:24.441 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:24.441 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:47:24.441 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:24.442 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:47:24.442 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:47:24.442 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 202690 2024-09-13T14:47:24.442 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.442 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:24.442 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.442 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:24.442 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.008926+0000", 2024-09-13T14:47:24.442 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:24.442 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.442 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.442 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:24.442 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.008926+0000", 2024-09-13T14:47:24.442 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:24.443 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.443 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.443 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:24.443 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.008925+0000", 2024-09-13T14:47:24.443 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:47:24.443 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.443 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.443 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:24.443 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.008933+0000", 2024-09-13T14:47:24.443 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.5109999999999997e-06 2024-09-13T14:47:24.443 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.443 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.443 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:24.444 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.008943+0000", 2024-09-13T14:47:24.444 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0713000000000001e-05 2024-09-13T14:47:24.444 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.444 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.444 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:24.444 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.008950+0000", 2024-09-13T14:47:24.444 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.939e-06 2024-09-13T14:47:24.444 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.444 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.444 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:24.444 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.008985+0000", 2024-09-13T14:47:24.444 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.4567000000000003e-05 2024-09-13T14:47:24.444 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.445 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.445 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:47:24.445 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.008991+0000", 2024-09-13T14:47:24.445 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.3960000000000003e-06 2024-09-13T14:47:24.445 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.445 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.445 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:24.445 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.739822+0000", 2024-09-13T14:47:24.445 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.73083101800000005 2024-09-13T14:47:24.445 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.445 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.445 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:47:24.445 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.739922+0000", 2024-09-13T14:47:24.445 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000100231 2024-09-13T14:47:24.446 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.446 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.446 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 2,3", 2024-09-13T14:47:24.446 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.740024+0000", 2024-09-13T14:47:24.446 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0001019 2024-09-13T14:47:24.446 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.446 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.446 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:47:24.446 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.748663+0000", 2024-09-13T14:47:24.446 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0086388769999999997 2024-09-13T14:47:24.446 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.446 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.446 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:24.447 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.761008+0000", 2024-09-13T14:47:24.447 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.012344509 2024-09-13T14:47:24.447 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.447 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.447 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:24.447 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.763309+0000", 2024-09-13T14:47:24.447 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.002300992 2024-09-13T14:47:24.447 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.447 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.447 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:47:24.447 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.763351+0000", 2024-09-13T14:47:24.447 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.2438999999999998e-05 2024-09-13T14:47:24.447 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.448 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.448 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:47:24.448 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:29.763419+0000", 2024-09-13T14:47:24.448 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.7489000000000004e-05 2024-09-13T14:47:24.448 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:24.448 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:24.448 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:24.448 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.448 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.448 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:203667 6.6 6:6efaaa83:::benchmark_data_smithi071_156503_object71673:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1127)", 2024-09-13T14:47:24.448 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:42:31.052502+0000", 2024-09-13T14:47:24.448 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 293.05824780799998, 2024-09-13T14:47:24.448 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.143929366, 2024-09-13T14:47:24.448 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:24.449 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:47:24.449 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:24.449 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:47:24.449 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:47:24.449 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 203667 2024-09-13T14:47:24.449 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.449 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:24.449 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.449 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:24.449 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.052502+0000", 2024-09-13T14:47:24.449 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:24.449 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.450 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.450 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:24.450 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.052502+0000", 2024-09-13T14:47:24.450 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:24.450 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.450 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.450 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:24.450 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.052501+0000", 2024-09-13T14:47:24.450 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:47:24.450 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.450 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.450 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:24.450 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.052506+0000", 2024-09-13T14:47:24.450 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.7870000000000001e-06 2024-09-13T14:47:24.451 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.451 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.451 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:24.451 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.052517+0000", 2024-09-13T14:47:24.451 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0563e-05 2024-09-13T14:47:24.451 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.451 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.451 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:24.451 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.052524+0000", 2024-09-13T14:47:24.451 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.9489999999999999e-06 2024-09-13T14:47:24.451 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.451 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.451 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:24.452 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.056651+0000", 2024-09-13T14:47:24.452 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0041279200000000002 2024-09-13T14:47:24.452 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.452 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.452 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:47:24.452 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.056954+0000", 2024-09-13T14:47:24.452 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00030247 2024-09-13T14:47:24.452 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.452 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.452 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 3,6,7", 2024-09-13T14:47:24.452 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.057341+0000", 2024-09-13T14:47:24.452 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000387036 2024-09-13T14:47:24.452 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.453 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.453 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:47:24.453 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.062486+0000", 2024-09-13T14:47:24.453 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0051445559999999998 2024-09-13T14:47:24.453 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.453 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.453 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:24.453 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.071041+0000", 2024-09-13T14:47:24.453 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0085550090000000006 2024-09-13T14:47:24.453 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.453 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.453 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:24.453 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.071141+0000", 2024-09-13T14:47:24.453 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00010084100000000001 2024-09-13T14:47:24.454 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.454 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.454 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:24.454 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.196250+0000", 2024-09-13T14:47:24.454 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.12510896799999999 2024-09-13T14:47:24.454 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.454 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.454 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:47:24.454 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.196311+0000", 2024-09-13T14:47:24.454 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.0225e-05 2024-09-13T14:47:24.454 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.454 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.454 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:47:24.455 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.196431+0000", 2024-09-13T14:47:24.455 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000120909 2024-09-13T14:47:24.455 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:24.455 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:24.455 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:24.455 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.455 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.455 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:203687 6.6 6:6e4e6d3b:::benchmark_data_smithi071_156503_object71693:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1127)", 2024-09-13T14:47:24.455 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:42:31.077261+0000", 2024-09-13T14:47:24.455 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 293.03348853199998, 2024-09-13T14:47:24.455 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.12647691699999999, 2024-09-13T14:47:24.455 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:24.455 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:47:24.455 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:24.456 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:47:24.456 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:47:24.456 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 203687 2024-09-13T14:47:24.456 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.456 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:24.456 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.456 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:24.456 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.077261+0000", 2024-09-13T14:47:24.456 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:24.456 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.456 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.456 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:24.456 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.077261+0000", 2024-09-13T14:47:24.457 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:24.457 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.457 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.457 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:24.457 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.077261+0000", 2024-09-13T14:47:24.457 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T14:47:24.457 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.457 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.457 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:24.457 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.077264+0000", 2024-09-13T14:47:24.457 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.774e-06 2024-09-13T14:47:24.457 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.457 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.458 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:24.458 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.077271+0000", 2024-09-13T14:47:24.458 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.52e-06 2024-09-13T14:47:24.458 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.458 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.458 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:24.458 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.077275+0000", 2024-09-13T14:47:24.458 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.4180000000000001e-06 2024-09-13T14:47:24.458 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.458 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.458 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:24.458 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.077302+0000", 2024-09-13T14:47:24.458 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.7189e-05 2024-09-13T14:47:24.458 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.459 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.459 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:47:24.459 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.077376+0000", 2024-09-13T14:47:24.459 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.3942000000000005e-05 2024-09-13T14:47:24.459 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.459 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.459 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 3,6,7", 2024-09-13T14:47:24.459 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.077454+0000", 2024-09-13T14:47:24.459 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.8407999999999999e-05 2024-09-13T14:47:24.459 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.459 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.459 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:47:24.459 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.085128+0000", 2024-09-13T14:47:24.459 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0076739590000000002 2024-09-13T14:47:24.460 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.460 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.460 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:24.460 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.085172+0000", 2024-09-13T14:47:24.460 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.3395e-05 2024-09-13T14:47:24.460 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.460 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.460 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:24.460 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.085273+0000", 2024-09-13T14:47:24.460 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00010118199999999999 2024-09-13T14:47:24.460 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.460 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.460 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:24.461 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.203543+0000", 2024-09-13T14:47:24.461 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.118270083 2024-09-13T14:47:24.461 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.461 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.461 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:47:24.461 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.203609+0000", 2024-09-13T14:47:24.461 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.5986000000000001e-05 2024-09-13T14:47:24.461 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:24.461 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:24.461 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:47:24.461 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.203738+0000", 2024-09-13T14:47:24.461 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00012954500000000001 2024-09-13T14:47:24.461 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:24.461 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:24.462 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:24.462 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:24.462 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:24.462 INFO:teuthology.orchestra.run.smithi104.stdout:} 2024-09-13T14:47:24.462 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:47:24.463 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:24 smithi071 ceph-mon[107477]: pgmap v1458: 89 pgs: 1 active+degraded+remapped, 2 active+recovery_wait+remapped, 1 activating+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 3 remapped+peering, 1 active+recovery_wait+undersized+degraded+remapped, 21 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 1 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 4.2 GiB data, 12 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 381 op/s; 33056/208074 objects degraded (15.887%); 45254/208074 objects misplaced (21.749%); 4.3 MiB/s, 70 objects/s recovering 2024-09-13T14:47:24.463 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:24 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/4265654948' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:47:24.463 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:24 smithi071 ceph-mon[112785]: pgmap v1458: 89 pgs: 1 active+degraded+remapped, 2 active+recovery_wait+remapped, 1 activating+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 3 remapped+peering, 1 active+recovery_wait+undersized+degraded+remapped, 21 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 1 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 4.2 GiB data, 12 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 381 op/s; 33056/208074 objects degraded (15.887%); 45254/208074 objects misplaced (21.749%); 4.3 MiB/s, 70 objects/s recovering 2024-09-13T14:47:24.463 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:24 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/4265654948' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:47:24.485 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:24.486 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:24.486 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:47:24.587 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:24.612 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:24.613 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:24.613 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:24.714 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:24.745 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:24.745 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:24.745 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:24.846 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:47:24.870 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:24.871 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:24.871 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:47:24.967 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd unset noscrub 2024-09-13T14:47:24.972 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:47:24.994 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:24.994 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:24.995 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:47:25.096 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:47:25.125 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:25.126 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:25.126 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:47:25.199 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.5 dump_ops_in_flight 2024-09-13T14:47:25.227 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:47:25.267 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:25.267 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:25.268 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:47:25.369 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:25.397 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:25.398 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:25.398 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:25.424 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:47:25.437 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:47:25.452 DEBUG:teuthology.orchestra.run:got remote process result: 6 2024-09-13T14:47:25.452 INFO:tasks.thrashosds.thrasher:Failed to tell all osds, ignoring 2024-09-13T14:47:25.499 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:47:25.523 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:25.523 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:25.524 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:47:25.624 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:25.646 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:25.647 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:25.647 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:25.719 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:25 smithi071 ceph-mon[107477]: pgmap v1459: 89 pgs: 1 active+degraded+remapped, 2 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 4.2 GiB data, 12 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 243 op/s; 32991/207573 objects degraded (15.894%); 51361/207573 objects misplaced (24.744%); 7.3 MiB/s, 117 objects/s recovering 2024-09-13T14:47:25.719 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:25 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:47:25.719 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:25 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:47:25.719 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:25 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:47:25.719 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:25 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:47:25.719 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:25 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:47:25.719 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:25 smithi071 ceph-mon[112785]: pgmap v1459: 89 pgs: 1 active+degraded+remapped, 2 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 4.2 GiB data, 12 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 243 op/s; 32991/207573 objects degraded (15.894%); 51361/207573 objects misplaced (24.744%); 7.3 MiB/s, 117 objects/s recovering 2024-09-13T14:47:25.719 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:25 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:47:25.719 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:25 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:47:25.720 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:25 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:47:25.720 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:25 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:47:25.720 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:25 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:47:25.748 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:47:25.769 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:25.770 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:25.770 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:47:25.871 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:47:25.893 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:25.893 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:25.894 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:47:25.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:25 smithi104 ceph-mon[105578]: pgmap v1459: 89 pgs: 1 active+degraded+remapped, 2 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 4.2 GiB data, 12 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 243 op/s; 32991/207573 objects degraded (15.894%); 51361/207573 objects misplaced (24.744%); 7.3 MiB/s, 117 objects/s recovering 2024-09-13T14:47:25.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:25 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:47:25.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:25 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:47:25.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:25 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:47:25.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:25 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:47:25.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:25 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:47:25.994 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:26.022 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:26.023 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:26.023 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:26.124 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:26.151 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:26.151 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:26.152 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:26.253 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:26.276 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:26.276 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:26.277 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:26.378 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:47:26.399 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:26.400 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:26.401 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:47:26.501 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:26.524 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:47:26.527 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:26.528 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:26.528 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:26.629 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:26.650 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:26.651 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:26.651 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:26.752 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:26.773 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:26.774 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:26.774 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:26.875 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:26.898 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:26.898 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:26.899 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:26.999 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:47:27.021 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:27.022 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:27.022 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:47:27.123 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:27.146 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:27.147 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:27.147 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:27.248 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:47:27.272 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:27.273 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:27.273 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:47:27.374 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:27.405 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:27.406 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:27.406 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:27.453 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=false 2024-09-13T14:47:27.507 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:47:27.539 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:27.540 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:27.541 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:47:27.549 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2024-09-13T14:47:27.549 INFO:teuthology.orchestra.run.smithi104.stdout: "ops": [ 2024-09-13T14:47:27.549 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:27.549 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.44978.0:157379 7.e e1177/1173 7:705dc588:::benchmark_data_smithi071_196541_object44439:head v 1177'9768, mlcod=1160'2698)", 2024-09-13T14:47:27.549 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:47:27.543987+0000", 2024-09-13T14:47:27.549 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.0034512850000000001, 2024-09-13T14:47:27.549 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0034707639999999999, 2024-09-13T14:47:27.549 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:27.549 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "started", 2024-09-13T14:47:27.549 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:27.549 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:27.550 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:27.550 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:27.543987+0000", 2024-09-13T14:47:27.550 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:27.550 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:27.550 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:27.550 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:27.550 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:27.543987+0000", 2024-09-13T14:47:27.550 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:27.550 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:27.550 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:27.550 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:27.550 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:27.543986+0000", 2024-09-13T14:47:27.550 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:47:27.550 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:27.551 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:27.551 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:27.551 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:27.543999+0000", 2024-09-13T14:47:27.551 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2563e-05 2024-09-13T14:47:27.551 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:27.551 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:27.551 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:27.551 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:27.544013+0000", 2024-09-13T14:47:27.551 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.4497e-05 2024-09-13T14:47:27.551 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:27.551 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:27.551 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:27.551 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:27.544022+0000", 2024-09-13T14:47:27.551 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.772e-06 2024-09-13T14:47:27.551 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:27.552 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:27.552 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:27.552 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:27.544066+0000", 2024-09-13T14:47:27.552 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.4200999999999999e-05 2024-09-13T14:47:27.552 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:27.552 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:27.552 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:47:27.552 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:27.544091+0000", 2024-09-13T14:47:27.552 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.4646000000000001e-05 2024-09-13T14:47:27.552 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:27.552 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:27.553 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:27.553 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:27.553 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:27.553 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:157381 7.0 7:04e44b07:::benchmark_data_smithi071_196541_object44441:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1177)", 2024-09-13T14:47:27.553 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:47:27.545263+0000", 2024-09-13T14:47:27.553 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.0021753480000000001, 2024-09-13T14:47:27.553 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0022347489999999999, 2024-09-13T14:47:27.553 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:27.553 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "waiting for sub ops", 2024-09-13T14:47:27.553 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:27.553 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:47:27.553 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:47:27.553 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 157381 2024-09-13T14:47:27.554 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:27.554 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:27.554 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:27.554 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:27.554 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:27.545263+0000", 2024-09-13T14:47:27.554 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:27.554 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:27.554 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:27.554 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:27.554 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:27.545263+0000", 2024-09-13T14:47:27.554 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:27.554 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:27.554 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:27.555 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:27.555 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:27.545262+0000", 2024-09-13T14:47:27.555 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:47:27.555 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:27.555 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:27.555 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:27.555 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:27.545269+0000", 2024-09-13T14:47:27.555 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.5989999999999996e-06 2024-09-13T14:47:27.555 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:27.555 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:27.555 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:27.555 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:27.545284+0000", 2024-09-13T14:47:27.555 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.487e-05 2024-09-13T14:47:27.555 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:27.555 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:27.556 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:27.556 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:27.545293+0000", 2024-09-13T14:47:27.556 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.9879999999999993e-06 2024-09-13T14:47:27.556 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:27.556 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:27.556 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:27.556 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:27.545338+0000", 2024-09-13T14:47:27.556 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.5192999999999999e-05 2024-09-13T14:47:27.556 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:27.556 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:27.556 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:47:27.556 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:27.545425+0000", 2024-09-13T14:47:27.556 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.7237999999999994e-05 2024-09-13T14:47:27.556 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:27.556 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:27.557 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,3", 2024-09-13T14:47:27.557 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:27.545500+0000", 2024-09-13T14:47:27.557 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.4244000000000003e-05 2024-09-13T14:47:27.557 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:27.557 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:27.557 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:27.557 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:27.557 INFO:teuthology.orchestra.run.smithi104.stdout: ], 2024-09-13T14:47:27.557 INFO:teuthology.orchestra.run.smithi104.stdout: "num_ops": 2 2024-09-13T14:47:27.557 INFO:teuthology.orchestra.run.smithi104.stdout:} 2024-09-13T14:47:27.642 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:27.665 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:27.666 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:27.666 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:27.767 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:27.791 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:27.792 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:27.792 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:27.858 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:27 smithi104 ceph-mon[105578]: pgmap v1460: 89 pgs: 1 active+degraded+remapped, 2 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 4.2 GiB data, 12 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 97 op/s; 32979/207381 objects degraded (15.903%); 51332/207381 objects misplaced (24.753%); 5.6 MiB/s, 89 objects/s recovering 2024-09-13T14:47:27.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:27 smithi071 ceph-mon[107477]: pgmap v1460: 89 pgs: 1 active+degraded+remapped, 2 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 4.2 GiB data, 12 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 97 op/s; 32979/207381 objects degraded (15.903%); 51332/207381 objects misplaced (24.753%); 5.6 MiB/s, 89 objects/s recovering 2024-09-13T14:47:27.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:27 smithi071 ceph-mon[112785]: pgmap v1460: 89 pgs: 1 active+degraded+remapped, 2 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 4.2 GiB data, 12 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 97 op/s; 32979/207381 objects degraded (15.903%); 51332/207381 objects misplaced (24.753%); 5.6 MiB/s, 89 objects/s recovering 2024-09-13T14:47:27.893 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:47:27.916 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:27.917 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:27.917 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:47:28.018 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:47:28.040 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:28.041 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:28.042 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:47:28.142 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:47:28.170 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:28.171 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:28.171 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:47:28.242 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.5 dump_blocked_ops 2024-09-13T14:47:28.272 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:28.307 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:28.308 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:28.308 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:28.409 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:28.433 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:28.433 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:28.434 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:28.507 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:47:28.534 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:28.556 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:28.556 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:28.557 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:28.658 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:28.685 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:28.685 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:28.686 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:28.787 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:28.809 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:28.810 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:28.810 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:28.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:28 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 32979/207381 objects degraded (15.903%), 10 pgs degraded, 14 pgs undersized (PG_DEGRADED) 2024-09-13T14:47:28.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:28 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 32979/207381 objects degraded (15.903%), 10 pgs degraded, 14 pgs undersized (PG_DEGRADED) 2024-09-13T14:47:28.911 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:47:28.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:28 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 32979/207381 objects degraded (15.903%), 10 pgs degraded, 14 pgs undersized (PG_DEGRADED) 2024-09-13T14:47:28.933 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:28.933 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:28.934 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:47:29.034 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:29.060 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:29.061 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:29.061 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:29.162 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:29.185 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:29.186 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:29.186 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:29.287 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:29.311 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:29.312 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:29.312 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:29.413 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:47:29.435 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:29.436 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:29.436 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:47:29.537 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:29.559 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:29.560 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:29.560 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:29.661 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:47:29.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:29 smithi104 ceph-mon[105578]: pgmap v1461: 89 pgs: 1 active+recovery_wait+degraded+remapped, 2 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+degraded+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 4.2 GiB data, 12 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 106 op/s; 32889/206739 objects degraded (15.908%); 50932/206739 objects misplaced (24.636%); 6.9 MiB/s, 111 objects/s recovering 2024-09-13T14:47:29.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:47:29.683 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:29.684 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:29.684 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:47:29.785 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:29.809 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:29.809 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:29.810 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:29.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:29 smithi071 ceph-mon[107477]: pgmap v1461: 89 pgs: 1 active+recovery_wait+degraded+remapped, 2 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+degraded+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 4.2 GiB data, 12 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 106 op/s; 32889/206739 objects degraded (15.908%); 50932/206739 objects misplaced (24.636%); 6.9 MiB/s, 111 objects/s recovering 2024-09-13T14:47:29.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:47:29.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:29 smithi071 ceph-mon[112785]: pgmap v1461: 89 pgs: 1 active+recovery_wait+degraded+remapped, 2 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+degraded+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 4.2 GiB data, 12 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 106 op/s; 32889/206739 objects degraded (15.908%); 50932/206739 objects misplaced (24.636%); 6.9 MiB/s, 111 objects/s recovering 2024-09-13T14:47:29.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:47:29.910 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:29.935 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:29.936 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:29.936 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:30.037 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:47:30.064 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:30.065 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:30.065 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:47:30.159 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph tell osd.1 reset_purged_snaps_last 2024-09-13T14:47:30.165 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:30.237 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:30.238 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:30.238 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:30.312 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2024-09-13T14:47:30.312 INFO:teuthology.orchestra.run.smithi104.stdout: "ops": [], 2024-09-13T14:47:30.312 INFO:teuthology.orchestra.run.smithi104.stdout: "complaint_time": 30, 2024-09-13T14:47:30.312 INFO:teuthology.orchestra.run.smithi104.stdout: "num_blocked_ops": 0 2024-09-13T14:47:30.312 INFO:teuthology.orchestra.run.smithi104.stdout:} 2024-09-13T14:47:30.339 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:47:30.361 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:30.362 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:30.362 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:47:30.463 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:30.485 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:30.486 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:30.486 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:30.587 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:30.610 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:30.611 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:30.611 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:30.671 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:47:30.708 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:47:30.712 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:30.733 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:30.734 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:30.734 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:30.835 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:30.858 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:30.859 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:30.860 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:30.953 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.5 dump_historic_ops 2024-09-13T14:47:30.960 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:31.017 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:31.018 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:31.018 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:31.119 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:31.143 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:31.144 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:31.145 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:31.173 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:47:31.245 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:31.268 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:31.269 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:31.269 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:31.370 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:31.393 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:31.393 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:31.394 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:31.495 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:31.520 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:31.521 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:31.521 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:31.622 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:31.627 INFO:teuthology.orchestra.run.smithi071.stderr:noscrub is unset 2024-09-13T14:47:31.649 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:31.650 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:31.650 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:31.751 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:31.774 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:31.775 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:31.775 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:31.876 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:31.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:31 smithi071 ceph-mon[107477]: pgmap v1462: 89 pgs: 1 active+recovery_wait+degraded+remapped, 2 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 4.2 GiB data, 12 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 145 op/s; 32658/204981 objects degraded (15.932%); 49879/204981 objects misplaced (24.333%); 8.2 MiB/s, 130 objects/s recovering 2024-09-13T14:47:31.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:31 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2238161312' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:47:31.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:31 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:47:31.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:31 smithi071 ceph-mon[112785]: pgmap v1462: 89 pgs: 1 active+recovery_wait+degraded+remapped, 2 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 4.2 GiB data, 12 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 145 op/s; 32658/204981 objects degraded (15.932%); 49879/204981 objects misplaced (24.333%); 8.2 MiB/s, 130 objects/s recovering 2024-09-13T14:47:31.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:31 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2238161312' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:47:31.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:31 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:47:31.897 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:31.898 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:31.898 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:31.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:31 smithi104 ceph-mon[105578]: pgmap v1462: 89 pgs: 1 active+recovery_wait+degraded+remapped, 2 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 4.2 GiB data, 12 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 145 op/s; 32658/204981 objects degraded (15.932%); 49879/204981 objects misplaced (24.333%); 8.2 MiB/s, 130 objects/s recovering 2024-09-13T14:47:31.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:31 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2238161312' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:47:31.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:31 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:47:31.999 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:47:32.026 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:32.026 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:32.026 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:47:32.127 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:32.159 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:32.159 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:32.160 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:32.260 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:32.288 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:32.289 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:32.289 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:32.390 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:32.417 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:32.417 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:32.418 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:32.519 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:47:32.544 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:32.545 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:32.545 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:47:32.646 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:47:32.673 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:32.673 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:32.674 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:47:32.774 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:32.801 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:32.802 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:32.802 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:32.886 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:32 smithi104 ceph-mon[105578]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:47:32.886 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:32 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T14:47:32.886 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:32 smithi104 ceph-mon[105578]: osdmap e1178: 8 total, 7 up, 7 in 2024-09-13T14:47:32.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:32 smithi071 ceph-mon[107477]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:47:32.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:32 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T14:47:32.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:32 smithi071 ceph-mon[107477]: osdmap e1178: 8 total, 7 up, 7 in 2024-09-13T14:47:32.891 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:47:32 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:47:32] "GET /metrics HTTP/1.1" 200 36682 "" "Prometheus/2.51.0" 2024-09-13T14:47:32.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:32 smithi071 ceph-mon[112785]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:47:32.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:32 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T14:47:32.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:32 smithi071 ceph-mon[112785]: osdmap e1178: 8 total, 7 up, 7 in 2024-09-13T14:47:32.903 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:47:32.927 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:32.928 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:32.928 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:47:33.029 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:33.056 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:33.057 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:33.057 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:33.158 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:33.180 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:33.181 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:33.181 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:33.282 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:33.305 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:33.306 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:33.306 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:33.407 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:33.431 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:33.432 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:33.432 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:33.509 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2024-09-13T14:47:33.509 INFO:teuthology.orchestra.run.smithi104.stdout: "size": 20, 2024-09-13T14:47:33.509 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 600, 2024-09-13T14:47:33.509 INFO:teuthology.orchestra.run.smithi104.stdout: "ops": [ 2024-09-13T14:47:33.509 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.510 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:167771 6.7 6:e365b15b:::benchmark_data_smithi071_156503_object35777:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1115)", 2024-09-13T14:47:33.510 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:41:40.304015+0000", 2024-09-13T14:47:33.510 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 353.20248186700002, 2024-09-13T14:47:33.510 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.841375298, 2024-09-13T14:47:33.510 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:33.510 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T14:47:33.510 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:33.510 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:47:33.510 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:47:33.510 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 167771 2024-09-13T14:47:33.510 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.510 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:33.510 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.511 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:33.511 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.304015+0000", 2024-09-13T14:47:33.511 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:33.511 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.511 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.511 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:33.511 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.304015+0000", 2024-09-13T14:47:33.511 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:33.511 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.511 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.511 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:33.511 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.304013+0000", 2024-09-13T14:47:33.511 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999981 2024-09-13T14:47:33.512 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.512 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.512 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:33.512 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.304021+0000", 2024-09-13T14:47:33.512 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.5439999999999999e-06 2024-09-13T14:47:33.512 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.512 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.512 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:33.512 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.304042+0000", 2024-09-13T14:47:33.512 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.0951999999999999e-05 2024-09-13T14:47:33.512 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.512 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.512 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:33.513 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.304051+0000", 2024-09-13T14:47:33.513 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.4239999999999993e-06 2024-09-13T14:47:33.513 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.513 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.513 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:33.513 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.304114+0000", 2024-09-13T14:47:33.513 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.3614000000000005e-05 2024-09-13T14:47:33.513 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.513 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.513 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:47:33.513 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.304229+0000", 2024-09-13T14:47:33.513 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000114447 2024-09-13T14:47:33.514 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.514 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.514 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,4", 2024-09-13T14:47:33.514 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.304338+0000", 2024-09-13T14:47:33.514 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000109307 2024-09-13T14:47:33.514 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.514 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.514 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:47:33.514 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.315052+0000", 2024-09-13T14:47:33.514 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.010714319999999999 2024-09-13T14:47:33.514 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.514 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.514 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:33.515 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.321431+0000", 2024-09-13T14:47:33.515 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.006378402 2024-09-13T14:47:33.515 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.515 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.515 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:33.515 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.337168+0000", 2024-09-13T14:47:33.515 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0157378 2024-09-13T14:47:33.515 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.515 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.515 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:47:33.515 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.337180+0000", 2024-09-13T14:47:33.515 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1855000000000001e-05 2024-09-13T14:47:33.515 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.516 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.516 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:33.516 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.321670+0000", 2024-09-13T14:47:33.516 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.98448956899999995 2024-09-13T14:47:33.516 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.516 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.516 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:47:33.516 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.321682+0000", 2024-09-13T14:47:33.516 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2599000000000001e-05 2024-09-13T14:47:33.516 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.516 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.516 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:33.516 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.145312+0000", 2024-09-13T14:47:33.516 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.8236293109999999 2024-09-13T14:47:33.517 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.517 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.517 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:47:33.517 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.145390+0000", 2024-09-13T14:47:33.517 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.8114999999999993e-05 2024-09-13T14:47:33.517 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:33.517 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:33.517 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:33.517 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.517 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.517 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:167773 6.7 6:e7f2e995:::benchmark_data_smithi071_156503_object35779:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1115)", 2024-09-13T14:47:33.517 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:41:40.304063+0000", 2024-09-13T14:47:33.517 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 353.20243312299999, 2024-09-13T14:47:33.518 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.8416442669999999, 2024-09-13T14:47:33.518 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:33.518 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T14:47:33.518 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:33.518 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:47:33.518 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:47:33.518 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 167773 2024-09-13T14:47:33.518 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.518 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:33.518 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.518 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:33.518 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.304063+0000", 2024-09-13T14:47:33.519 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:33.519 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.519 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.519 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:33.519 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.304063+0000", 2024-09-13T14:47:33.519 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:33.519 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.519 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.519 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:33.519 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.304063+0000", 2024-09-13T14:47:33.519 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T14:47:33.519 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.519 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.520 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:33.520 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.304066+0000", 2024-09-13T14:47:33.520 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.056e-06 2024-09-13T14:47:33.520 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.520 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.520 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:33.520 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.304072+0000", 2024-09-13T14:47:33.520 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.8950000000000003e-06 2024-09-13T14:47:33.520 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.520 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.520 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:33.520 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.304077+0000", 2024-09-13T14:47:33.520 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.6430000000000003e-06 2024-09-13T14:47:33.521 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.521 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.521 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:33.521 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.309330+0000", 2024-09-13T14:47:33.521 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0052536680000000004 2024-09-13T14:47:33.521 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.521 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.521 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:47:33.521 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.309535+0000", 2024-09-13T14:47:33.521 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000204527 2024-09-13T14:47:33.521 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.521 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.521 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,4", 2024-09-13T14:47:33.522 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.309788+0000", 2024-09-13T14:47:33.522 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00025313000000000001 2024-09-13T14:47:33.522 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.522 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.522 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:47:33.522 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.317838+0000", 2024-09-13T14:47:33.522 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0080504099999999992 2024-09-13T14:47:33.522 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.522 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.522 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:33.522 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.321462+0000", 2024-09-13T14:47:33.522 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0036236829999999999 2024-09-13T14:47:33.522 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.522 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.523 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:33.523 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.337936+0000", 2024-09-13T14:47:33.523 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.016474005999999999 2024-09-13T14:47:33.523 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.523 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.523 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:47:33.523 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.337946+0000", 2024-09-13T14:47:33.523 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.7799999999999995e-06 2024-09-13T14:47:33.523 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.523 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.523 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:33.523 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.321713+0000", 2024-09-13T14:47:33.523 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.98376739800000002 2024-09-13T14:47:33.523 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.524 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.524 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:47:33.524 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.321723+0000", 2024-09-13T14:47:33.524 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.3889999999999994e-06 2024-09-13T14:47:33.524 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.524 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.524 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:33.524 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.145601+0000", 2024-09-13T14:47:33.524 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.82387864 2024-09-13T14:47:33.524 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.524 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.524 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:47:33.525 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.145708+0000", 2024-09-13T14:47:33.525 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000106452 2024-09-13T14:47:33.525 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:33.525 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:33.525 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:33.525 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.525 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.525 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:167782 6.7 6:e2985bb6:::benchmark_data_smithi071_156503_object35788:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1115)", 2024-09-13T14:47:33.525 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:41:40.328930+0000", 2024-09-13T14:47:33.525 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 353.17756654300001, 2024-09-13T14:47:33.525 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.8535978589999997, 2024-09-13T14:47:33.525 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:33.525 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:47:33.525 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:33.526 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:47:33.526 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:47:33.526 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 167782 2024-09-13T14:47:33.526 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.526 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:33.526 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.526 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:33.526 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.328930+0000", 2024-09-13T14:47:33.526 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:33.526 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.526 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.526 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:33.526 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.328930+0000", 2024-09-13T14:47:33.527 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:33.527 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.527 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.527 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:33.527 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.328928+0000", 2024-09-13T14:47:33.527 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:47:33.527 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.527 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.527 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:33.527 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.328935+0000", 2024-09-13T14:47:33.527 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.7100000000000001e-06 2024-09-13T14:47:33.527 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.527 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.528 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:33.528 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.329296+0000", 2024-09-13T14:47:33.528 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00036121900000000003 2024-09-13T14:47:33.528 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.528 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.528 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:33.528 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.329307+0000", 2024-09-13T14:47:33.528 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0767999999999999e-05 2024-09-13T14:47:33.528 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.528 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.528 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:33.528 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.337976+0000", 2024-09-13T14:47:33.528 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0086690780000000002 2024-09-13T14:47:33.529 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.529 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.529 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:47:33.529 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.337984+0000", 2024-09-13T14:47:33.529 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.9549999999999992e-06 2024-09-13T14:47:33.529 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.529 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.529 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:33.529 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.321754+0000", 2024-09-13T14:47:33.529 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.98376943800000005 2024-09-13T14:47:33.529 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.529 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.529 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:47:33.530 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.321765+0000", 2024-09-13T14:47:33.530 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1175999999999999e-05 2024-09-13T14:47:33.530 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.530 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.530 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:33.530 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.145730+0000", 2024-09-13T14:47:33.530 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.823965515 2024-09-13T14:47:33.530 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.530 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.530 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:47:33.530 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.145828+0000", 2024-09-13T14:47:33.530 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.8239999999999995e-05 2024-09-13T14:47:33.530 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.531 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.531 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,3,4", 2024-09-13T14:47:33.531 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.145944+0000", 2024-09-13T14:47:33.531 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000115963 2024-09-13T14:47:33.531 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.531 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.531 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:47:33.531 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.159127+0000", 2024-09-13T14:47:33.531 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.013182968999999999 2024-09-13T14:47:33.531 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.531 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.531 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:33.532 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.167079+0000", 2024-09-13T14:47:33.532 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0079519259999999998 2024-09-13T14:47:33.532 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.532 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.532 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:33.532 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.180441+0000", 2024-09-13T14:47:33.532 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.01336179 2024-09-13T14:47:33.532 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.532 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.532 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:33.532 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.182339+0000", 2024-09-13T14:47:33.532 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001897911 2024-09-13T14:47:33.532 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.533 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.533 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:47:33.533 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.182417+0000", 2024-09-13T14:47:33.533 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.7688000000000006e-05 2024-09-13T14:47:33.533 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.533 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.533 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:47:33.533 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.182528+0000", 2024-09-13T14:47:33.533 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000111062 2024-09-13T14:47:33.533 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:33.533 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:33.533 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:33.533 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.534 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.534 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:167785 6.7 6:e185d723:::benchmark_data_smithi071_156503_object35791:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1115)", 2024-09-13T14:47:33.534 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:41:40.329319+0000", 2024-09-13T14:47:33.534 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 353.17717712500001, 2024-09-13T14:47:33.534 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.8534157110000002, 2024-09-13T14:47:33.534 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:33.534 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:47:33.534 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:33.534 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:47:33.534 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:47:33.534 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 167785 2024-09-13T14:47:33.534 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.534 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:33.534 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.535 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:33.535 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.329319+0000", 2024-09-13T14:47:33.535 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:33.535 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.535 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.535 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:33.535 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.329319+0000", 2024-09-13T14:47:33.535 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:33.535 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.535 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.535 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:33.535 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.329319+0000", 2024-09-13T14:47:33.535 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T14:47:33.536 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.536 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.536 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:33.536 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.329323+0000", 2024-09-13T14:47:33.536 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.2189999999999998e-06 2024-09-13T14:47:33.536 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.536 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.536 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:33.536 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.329331+0000", 2024-09-13T14:47:33.536 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.1370000000000002e-06 2024-09-13T14:47:33.536 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.536 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.536 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:33.536 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.329336+0000", 2024-09-13T14:47:33.537 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.5449999999999997e-06 2024-09-13T14:47:33.537 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.537 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.537 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:33.537 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.338012+0000", 2024-09-13T14:47:33.537 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0086761630000000006 2024-09-13T14:47:33.537 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.537 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.537 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:47:33.537 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.338020+0000", 2024-09-13T14:47:33.537 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.7980000000000006e-06 2024-09-13T14:47:33.537 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.537 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.538 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:33.538 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323777+0000", 2024-09-13T14:47:33.538 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.98575782999999995 2024-09-13T14:47:33.538 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.538 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.538 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:47:33.538 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323810+0000", 2024-09-13T14:47:33.538 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.3099000000000003e-05 2024-09-13T14:47:33.538 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.538 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.538 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:47:33.540 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:33.540 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.150647+0000", 2024-09-13T14:47:33.540 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.8268366280000001 2024-09-13T14:47:33.540 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.540 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.540 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:47:33.541 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.150779+0000", 2024-09-13T14:47:33.541 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00013190000000000001 2024-09-13T14:47:33.541 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.541 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.541 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,3,4", 2024-09-13T14:47:33.541 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.150916+0000", 2024-09-13T14:47:33.541 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00013744399999999999 2024-09-13T14:47:33.541 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.541 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.541 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:47:33.541 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.159134+0000", 2024-09-13T14:47:33.541 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0082176490000000005 2024-09-13T14:47:33.541 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.542 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.542 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:33.542 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.167209+0000", 2024-09-13T14:47:33.542 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0080744270000000003 2024-09-13T14:47:33.542 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.542 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.542 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:33.542 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.180471+0000", 2024-09-13T14:47:33.542 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.013262861000000001 2024-09-13T14:47:33.542 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.542 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.542 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:33.542 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.182573+0000", 2024-09-13T14:47:33.543 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.002101239 2024-09-13T14:47:33.543 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.543 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.543 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:47:33.543 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.182623+0000", 2024-09-13T14:47:33.543 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.0637999999999999e-05 2024-09-13T14:47:33.543 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.543 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.543 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:47:33.543 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.182735+0000", 2024-09-13T14:47:33.543 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000111784 2024-09-13T14:47:33.543 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:33.543 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:33.544 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:33.544 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.544 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.544 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:167760 6.c 6:38756158:::benchmark_data_smithi071_156503_object35766:head [delete] snapc 0=[] RETRY=2 ondisk+retry+write+known_if_redirected+supports_pool_eio e1117)", 2024-09-13T14:47:33.544 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:41:41.323481+0000", 2024-09-13T14:47:33.544 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 352.18301583099998, 2024-09-13T14:47:33.544 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.723722569, 2024-09-13T14:47:33.544 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:33.544 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T14:47:33.544 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:33.544 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:47:33.544 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:47:33.544 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 167760 2024-09-13T14:47:33.544 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.545 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:33.545 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.545 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:33.545 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323481+0000", 2024-09-13T14:47:33.545 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:33.545 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.545 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.545 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:33.545 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323481+0000", 2024-09-13T14:47:33.545 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:33.545 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.545 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.545 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:33.546 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323479+0000", 2024-09-13T14:47:33.546 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999981 2024-09-13T14:47:33.546 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.546 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.546 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:33.546 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323486+0000", 2024-09-13T14:47:33.546 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.7839999999999998e-06 2024-09-13T14:47:33.546 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.546 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.546 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:33.546 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323499+0000", 2024-09-13T14:47:33.546 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.365e-05 2024-09-13T14:47:33.546 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.547 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.547 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:33.547 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323509+0000", 2024-09-13T14:47:33.547 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.5980000000000003e-06 2024-09-13T14:47:33.547 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.547 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.547 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:33.547 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.324059+0000", 2024-09-13T14:47:33.547 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00055015299999999995 2024-09-13T14:47:33.547 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.547 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.547 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:47:33.547 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.324067+0000", 2024-09-13T14:47:33.548 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.9209999999999992e-06 2024-09-13T14:47:33.548 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.548 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.548 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:33.548 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.045300+0000", 2024-09-13T14:47:33.548 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.7212329280000001 2024-09-13T14:47:33.548 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.548 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.548 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:47:33.548 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.047203+0000", 2024-09-13T14:47:33.548 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0019032610000000001 2024-09-13T14:47:33.548 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:33.548 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:33.549 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:33.549 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.549 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.549 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:167765 6.c 6:3ddef303:::benchmark_data_smithi071_156503_object35771:head [delete] snapc 0=[] RETRY=2 ondisk+retry+write+known_if_redirected+supports_pool_eio e1117)", 2024-09-13T14:47:33.549 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:41:41.323519+0000", 2024-09-13T14:47:33.549 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 352.182977392, 2024-09-13T14:47:33.549 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.724039914, 2024-09-13T14:47:33.549 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:33.549 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T14:47:33.549 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:33.549 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:47:33.549 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:47:33.549 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 167765 2024-09-13T14:47:33.550 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.550 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:33.550 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.550 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:33.550 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323519+0000", 2024-09-13T14:47:33.550 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:33.550 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.550 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.550 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:33.550 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323519+0000", 2024-09-13T14:47:33.550 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:33.550 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.550 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.551 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:33.551 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323519+0000", 2024-09-13T14:47:33.551 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T14:47:33.551 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.551 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.551 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:33.551 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323522+0000", 2024-09-13T14:47:33.551 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.1379999999999999e-06 2024-09-13T14:47:33.551 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.551 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.551 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:33.551 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323529+0000", 2024-09-13T14:47:33.551 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.0770000000000002e-06 2024-09-13T14:47:33.551 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.552 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.552 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:33.552 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323534+0000", 2024-09-13T14:47:33.552 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.1059999999999999e-06 2024-09-13T14:47:33.552 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.552 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.552 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:33.552 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.324089+0000", 2024-09-13T14:47:33.552 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00055544899999999996 2024-09-13T14:47:33.552 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.552 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.552 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:47:33.552 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.324096+0000", 2024-09-13T14:47:33.553 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.5529999999999998e-06 2024-09-13T14:47:33.553 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.553 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.553 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:33.553 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.047492+0000", 2024-09-13T14:47:33.553 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.723395918 2024-09-13T14:47:33.553 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.553 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.553 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:47:33.553 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.047559+0000", 2024-09-13T14:47:33.553 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.7203e-05 2024-09-13T14:47:33.553 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:33.554 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:33.554 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:33.554 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.554 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.554 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:167772 6.c 6:38a72f91:::benchmark_data_smithi071_156503_object35778:head [delete] snapc 0=[] RETRY=2 ondisk+retry+write+known_if_redirected+supports_pool_eio e1117)", 2024-09-13T14:47:33.554 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:41:41.323539+0000", 2024-09-13T14:47:33.554 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 352.18295757800001, 2024-09-13T14:47:33.554 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.72411527, 2024-09-13T14:47:33.554 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:33.554 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T14:47:33.554 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:33.554 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:47:33.555 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:47:33.555 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 167772 2024-09-13T14:47:33.555 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.555 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:33.555 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.555 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:33.555 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323539+0000", 2024-09-13T14:47:33.555 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:33.555 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.555 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.555 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:33.556 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323539+0000", 2024-09-13T14:47:33.556 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:33.556 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.556 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.556 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:33.556 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323538+0000", 2024-09-13T14:47:33.556 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T14:47:33.556 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.556 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.556 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:33.556 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323541+0000", 2024-09-13T14:47:33.556 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.4370000000000001e-06 2024-09-13T14:47:33.556 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.556 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.557 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:33.557 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323549+0000", 2024-09-13T14:47:33.557 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.6979999999999998e-06 2024-09-13T14:47:33.557 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.557 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.557 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:33.557 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323554+0000", 2024-09-13T14:47:33.557 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.1440000000000002e-06 2024-09-13T14:47:33.557 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.557 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.557 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:33.557 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.324592+0000", 2024-09-13T14:47:33.557 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001038579 2024-09-13T14:47:33.558 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.558 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.558 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:47:33.558 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.324600+0000", 2024-09-13T14:47:33.558 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.6669999999999996e-06 2024-09-13T14:47:33.558 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.558 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.558 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:33.558 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.047598+0000", 2024-09-13T14:47:33.558 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.7229977540000001 2024-09-13T14:47:33.558 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.558 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.558 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:47:33.559 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.047654+0000", 2024-09-13T14:47:33.559 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.6464e-05 2024-09-13T14:47:33.559 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:33.559 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:33.559 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:33.559 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.559 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.559 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:167777 6.c 6:3fea0097:::benchmark_data_smithi071_156503_object35783:head [delete] snapc 0=[] RETRY=2 ondisk+retry+write+known_if_redirected+supports_pool_eio e1117)", 2024-09-13T14:47:33.559 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:41:41.323559+0000", 2024-09-13T14:47:33.559 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 352.18293789400002, 2024-09-13T14:47:33.559 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.724157905, 2024-09-13T14:47:33.559 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:33.559 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T14:47:33.559 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:33.560 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:47:33.560 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:47:33.560 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 167777 2024-09-13T14:47:33.560 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.560 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:33.560 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.560 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:33.560 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323559+0000", 2024-09-13T14:47:33.560 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:33.560 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.560 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.560 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:33.560 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323559+0000", 2024-09-13T14:47:33.561 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:33.561 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.561 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.561 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:33.561 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323558+0000", 2024-09-13T14:47:33.561 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T14:47:33.561 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.561 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.561 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:33.561 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323561+0000", 2024-09-13T14:47:33.561 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.8660000000000002e-06 2024-09-13T14:47:33.561 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.561 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.562 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:33.562 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323568+0000", 2024-09-13T14:47:33.562 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.5610000000000004e-06 2024-09-13T14:47:33.562 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.562 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.562 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:33.562 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323573+0000", 2024-09-13T14:47:33.562 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.75e-06 2024-09-13T14:47:33.562 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.562 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.562 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:33.562 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.324641+0000", 2024-09-13T14:47:33.563 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0010678090000000001 2024-09-13T14:47:33.563 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.563 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.563 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:47:33.563 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.324648+0000", 2024-09-13T14:47:33.563 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.3320000000000003e-06 2024-09-13T14:47:33.563 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.563 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.563 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:33.563 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.047678+0000", 2024-09-13T14:47:33.563 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.723029433 2024-09-13T14:47:33.563 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.563 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.563 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:47:33.564 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.047716+0000", 2024-09-13T14:47:33.564 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.8571000000000001e-05 2024-09-13T14:47:33.564 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:33.564 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:33.564 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:33.564 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.564 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.564 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:167787 6.c 6:3d7e45da:::benchmark_data_smithi071_156503_object35793:head [delete] snapc 0=[] RETRY=1 ondisk+retry+write+known_if_redirected+supports_pool_eio e1117)", 2024-09-13T14:47:33.564 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:41:41.323578+0000", 2024-09-13T14:47:33.564 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 352.182918578, 2024-09-13T14:47:33.564 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.793471405, 2024-09-13T14:47:33.564 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:33.564 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:47:33.564 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:33.565 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:47:33.565 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:47:33.565 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 167787 2024-09-13T14:47:33.565 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.565 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:33.565 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.565 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:33.565 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323578+0000", 2024-09-13T14:47:33.565 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:33.565 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.565 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.565 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:33.566 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323578+0000", 2024-09-13T14:47:33.566 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:33.566 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.566 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.566 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:33.566 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323578+0000", 2024-09-13T14:47:33.566 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T14:47:33.566 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.566 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.566 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:33.566 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323580+0000", 2024-09-13T14:47:33.566 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.6570000000000001e-06 2024-09-13T14:47:33.566 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.566 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.567 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:33.567 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323587+0000", 2024-09-13T14:47:33.567 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.3550000000000001e-06 2024-09-13T14:47:33.567 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.567 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.567 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:33.567 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323592+0000", 2024-09-13T14:47:33.567 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.0860000000000001e-06 2024-09-13T14:47:33.567 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.567 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.567 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:33.567 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.324673+0000", 2024-09-13T14:47:33.567 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0010814589999999999 2024-09-13T14:47:33.567 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.568 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.568 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:47:33.568 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.324679+0000", 2024-09-13T14:47:33.568 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.8819999999999998e-06 2024-09-13T14:47:33.568 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.568 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.568 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:33.568 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.047856+0000", 2024-09-13T14:47:33.568 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.723177205 2024-09-13T14:47:33.568 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.568 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.568 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:47:33.568 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.048404+0000", 2024-09-13T14:47:33.569 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00054788099999999995 2024-09-13T14:47:33.569 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.569 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.569 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 3,6,7", 2024-09-13T14:47:33.569 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.048534+0000", 2024-09-13T14:47:33.569 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00012999100000000001 2024-09-13T14:47:33.569 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.569 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.569 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:47:33.569 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.054200+0000", 2024-09-13T14:47:33.569 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0056655000000000004 2024-09-13T14:47:33.569 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.570 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.570 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:33.570 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.054849+0000", 2024-09-13T14:47:33.570 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000649272 2024-09-13T14:47:33.570 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.570 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.570 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:33.570 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.055371+0000", 2024-09-13T14:47:33.570 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00052201099999999996 2024-09-13T14:47:33.570 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.570 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.570 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:33.570 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.116831+0000", 2024-09-13T14:47:33.571 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.061460533999999997 2024-09-13T14:47:33.571 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.571 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.571 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:47:33.571 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.116932+0000", 2024-09-13T14:47:33.571 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000100573 2024-09-13T14:47:33.571 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.571 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.571 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:47:33.571 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.117049+0000", 2024-09-13T14:47:33.571 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000117345 2024-09-13T14:47:33.571 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:33.571 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:33.572 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:33.572 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.572 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.572 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:167792 6.c 6:3de3ee39:::benchmark_data_smithi071_156503_object35798:head [delete] snapc 0=[] RETRY=1 ondisk+retry+write+known_if_redirected+supports_pool_eio e1117)", 2024-09-13T14:47:33.572 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:41:41.323596+0000", 2024-09-13T14:47:33.572 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 352.18290024200002, 2024-09-13T14:47:33.572 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.794685689, 2024-09-13T14:47:33.572 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:33.572 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:47:33.572 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:33.572 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:47:33.572 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:47:33.572 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 167792 2024-09-13T14:47:33.573 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.573 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:33.573 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.573 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:33.573 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323596+0000", 2024-09-13T14:47:33.573 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:33.573 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.573 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.573 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:33.573 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323596+0000", 2024-09-13T14:47:33.573 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:33.573 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.573 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.574 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:33.574 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323596+0000", 2024-09-13T14:47:33.574 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T14:47:33.574 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.574 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.574 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:33.574 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323598+0000", 2024-09-13T14:47:33.574 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.3879999999999998e-06 2024-09-13T14:47:33.574 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.574 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.574 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:33.574 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323604+0000", 2024-09-13T14:47:33.574 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.9320000000000001e-06 2024-09-13T14:47:33.574 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.575 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.575 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:33.575 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323609+0000", 2024-09-13T14:47:33.575 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.95e-06 2024-09-13T14:47:33.575 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.575 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.575 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:33.575 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.324701+0000", 2024-09-13T14:47:33.575 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001091446 2024-09-13T14:47:33.575 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.575 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.575 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:47:33.575 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.324711+0000", 2024-09-13T14:47:33.576 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.004e-05 2024-09-13T14:47:33.576 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.576 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.576 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:33.576 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.051156+0000", 2024-09-13T14:47:33.576 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.72644507 2024-09-13T14:47:33.576 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.576 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.576 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:47:33.576 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.051301+0000", 2024-09-13T14:47:33.576 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000145804 2024-09-13T14:47:33.576 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.576 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.577 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 3,6,7", 2024-09-13T14:47:33.577 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.051427+0000", 2024-09-13T14:47:33.577 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00012576899999999999 2024-09-13T14:47:33.577 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.577 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.577 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:47:33.577 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.054352+0000", 2024-09-13T14:47:33.577 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.002924982 2024-09-13T14:47:33.577 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.577 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.577 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:33.577 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.055407+0000", 2024-09-13T14:47:33.577 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0010549050000000001 2024-09-13T14:47:33.578 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.578 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.578 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:33.578 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.055439+0000", 2024-09-13T14:47:33.578 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.1846e-05 2024-09-13T14:47:33.578 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.578 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.578 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:33.578 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.117860+0000", 2024-09-13T14:47:33.578 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.062421095000000003 2024-09-13T14:47:33.578 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.578 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.578 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:47:33.579 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.117914+0000", 2024-09-13T14:47:33.579 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.3656999999999998e-05 2024-09-13T14:47:33.579 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.579 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.579 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:47:33.579 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.118282+0000", 2024-09-13T14:47:33.579 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00036819899999999999 2024-09-13T14:47:33.579 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:33.579 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:33.579 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:33.579 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.579 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.579 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:167795 6.7 6:e22fdd57:::benchmark_data_smithi071_156503_object35801:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1118)", 2024-09-13T14:47:33.579 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:41:43.047828+0000", 2024-09-13T14:47:33.580 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 350.45866811899998, 2024-09-13T14:47:33.580 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.135109964, 2024-09-13T14:47:33.580 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:33.580 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:47:33.580 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:33.580 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:47:33.580 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:47:33.580 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 167795 2024-09-13T14:47:33.580 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.580 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:33.580 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.580 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:33.580 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.047828+0000", 2024-09-13T14:47:33.581 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:33.581 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.581 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.581 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:33.581 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.047828+0000", 2024-09-13T14:47:33.581 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:33.581 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.581 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.581 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:33.581 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.047827+0000", 2024-09-13T14:47:33.581 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:47:33.581 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.581 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.582 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:33.582 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.047833+0000", 2024-09-13T14:47:33.582 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.801e-06 2024-09-13T14:47:33.582 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.582 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.582 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:33.582 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.047849+0000", 2024-09-13T14:47:33.582 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.6154000000000002e-05 2024-09-13T14:47:33.582 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.582 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.582 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:33.582 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.047855+0000", 2024-09-13T14:47:33.582 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.3040000000000001e-06 2024-09-13T14:47:33.582 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.583 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.583 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:33.583 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.047919+0000", 2024-09-13T14:47:33.583 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.3702999999999996e-05 2024-09-13T14:47:33.583 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.583 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.583 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:47:33.583 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.047928+0000", 2024-09-13T14:47:33.583 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.5650000000000002e-06 2024-09-13T14:47:33.583 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.583 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.583 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:33.583 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.155264+0000", 2024-09-13T14:47:33.583 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.107336116 2024-09-13T14:47:33.584 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.584 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.584 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:47:33.584 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.155384+0000", 2024-09-13T14:47:33.584 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00012014 2024-09-13T14:47:33.584 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.584 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.584 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,3,4", 2024-09-13T14:47:33.584 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.155507+0000", 2024-09-13T14:47:33.584 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00012327400000000001 2024-09-13T14:47:33.584 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.584 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.584 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:47:33.585 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.162832+0000", 2024-09-13T14:47:33.585 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0073251430000000001 2024-09-13T14:47:33.585 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.585 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.585 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:33.585 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.167254+0000", 2024-09-13T14:47:33.585 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0044214399999999996 2024-09-13T14:47:33.585 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.585 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.585 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:33.585 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.181363+0000", 2024-09-13T14:47:33.585 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.014109261 2024-09-13T14:47:33.586 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.586 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.586 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:33.586 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.182777+0000", 2024-09-13T14:47:33.586 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0014142849999999999 2024-09-13T14:47:33.586 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.586 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.586 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:47:33.586 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.182824+0000", 2024-09-13T14:47:33.586 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.6501000000000001e-05 2024-09-13T14:47:33.586 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.586 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.586 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:47:33.586 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.182938+0000", 2024-09-13T14:47:33.587 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000114511 2024-09-13T14:47:33.587 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:33.587 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:33.587 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:33.587 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.587 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.587 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:203691 6.c 6:3368d88f:::benchmark_data_smithi071_156503_object71697:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1127)", 2024-09-13T14:47:33.587 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:42:31.077944+0000", 2024-09-13T14:47:33.587 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 302.428552013, 2024-09-13T14:47:33.587 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.13702831800000001, 2024-09-13T14:47:33.587 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:33.587 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:47:33.588 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:33.588 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:47:33.588 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:47:33.588 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 203691 2024-09-13T14:47:33.588 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.588 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:33.588 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.588 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:33.588 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.077944+0000", 2024-09-13T14:47:33.588 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:33.588 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.588 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.588 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:33.589 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.077944+0000", 2024-09-13T14:47:33.589 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:33.589 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.589 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.589 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:33.589 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.077943+0000", 2024-09-13T14:47:33.589 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:47:33.589 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.589 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.589 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:33.589 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.077949+0000", 2024-09-13T14:47:33.589 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.8459999999999996e-06 2024-09-13T14:47:33.589 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.590 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.590 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:33.590 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.077963+0000", 2024-09-13T14:47:33.590 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3804e-05 2024-09-13T14:47:33.590 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.590 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.590 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:33.590 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.077970+0000", 2024-09-13T14:47:33.590 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.0149999999999998e-06 2024-09-13T14:47:33.590 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.590 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.590 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:33.590 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.078020+0000", 2024-09-13T14:47:33.591 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.0549e-05 2024-09-13T14:47:33.591 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.591 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.591 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:47:33.591 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.078149+0000", 2024-09-13T14:47:33.591 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00012858100000000001 2024-09-13T14:47:33.591 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.591 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.591 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 3,6,7", 2024-09-13T14:47:33.591 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.078271+0000", 2024-09-13T14:47:33.591 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00012203500000000001 2024-09-13T14:47:33.591 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.591 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.591 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:33.592 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.082409+0000", 2024-09-13T14:47:33.592 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0041381289999999999 2024-09-13T14:47:33.592 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.592 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.592 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:47:33.592 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.082488+0000", 2024-09-13T14:47:33.592 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.8486999999999996e-05 2024-09-13T14:47:33.592 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.592 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.592 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:33.592 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.090712+0000", 2024-09-13T14:47:33.592 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0082243430000000003 2024-09-13T14:47:33.593 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.593 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.593 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:33.593 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.214770+0000", 2024-09-13T14:47:33.593 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.124057838 2024-09-13T14:47:33.593 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.593 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.593 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:47:33.593 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.214849+0000", 2024-09-13T14:47:33.593 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.8969999999999998e-05 2024-09-13T14:47:33.593 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.593 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.593 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:47:33.594 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:31.214973+0000", 2024-09-13T14:47:33.594 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00012396099999999999 2024-09-13T14:47:33.594 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:33.594 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:33.594 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:33.594 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.594 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.594 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:204765 6.d 6:b63d0dcf:::benchmark_data_smithi071_156503_object72771:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1127)", 2024-09-13T14:47:33.594 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:42:32.560397+0000", 2024-09-13T14:47:33.594 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 300.94609972799998, 2024-09-13T14:47:33.594 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.14904144799999999, 2024-09-13T14:47:33.594 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:33.594 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:47:33.595 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:33.595 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:47:33.595 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:47:33.595 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 204765 2024-09-13T14:47:33.595 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.595 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:33.595 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.595 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:33.595 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.560397+0000", 2024-09-13T14:47:33.595 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:33.595 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.595 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.595 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:33.595 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.560397+0000", 2024-09-13T14:47:33.596 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:33.596 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.596 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.596 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:33.596 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.560395+0000", 2024-09-13T14:47:33.596 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999981 2024-09-13T14:47:33.596 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.596 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.596 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:33.596 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.560402+0000", 2024-09-13T14:47:33.596 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.1969999999999999e-06 2024-09-13T14:47:33.596 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.596 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.597 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:33.597 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.560417+0000", 2024-09-13T14:47:33.597 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.4783000000000001e-05 2024-09-13T14:47:33.597 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.597 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.597 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:33.597 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.560425+0000", 2024-09-13T14:47:33.597 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.1850000000000004e-06 2024-09-13T14:47:33.597 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.597 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.597 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:33.597 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.560474+0000", 2024-09-13T14:47:33.597 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.8942e-05 2024-09-13T14:47:33.597 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.598 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.598 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:47:33.598 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.560581+0000", 2024-09-13T14:47:33.598 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000106568 2024-09-13T14:47:33.598 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.598 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.598 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1", 2024-09-13T14:47:33.598 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.560683+0000", 2024-09-13T14:47:33.598 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00010255399999999999 2024-09-13T14:47:33.598 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.598 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.598 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:47:33.599 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.564602+0000", 2024-09-13T14:47:33.599 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0039189630000000001 2024-09-13T14:47:33.599 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.599 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.599 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:33.599 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.566727+0000", 2024-09-13T14:47:33.599 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.002124333 2024-09-13T14:47:33.599 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.599 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.599 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:33.599 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.709358+0000", 2024-09-13T14:47:33.599 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.142631646 2024-09-13T14:47:33.599 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.599 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.600 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:47:33.600 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.709401+0000", 2024-09-13T14:47:33.600 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.2583000000000002e-05 2024-09-13T14:47:33.600 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.600 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.600 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:47:33.600 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.709438+0000", 2024-09-13T14:47:33.600 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.7401000000000003e-05 2024-09-13T14:47:33.600 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:33.600 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:33.600 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:33.600 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.600 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.601 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "MOSDPGPushReply(6.c 1127/1117 [PushReplyOp(6:33742715:::benchmark_data_smithi071_156503_object129335:head)])", 2024-09-13T14:47:33.601 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:42:32.567178+0000", 2024-09-13T14:47:33.601 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 300.93931891199998, 2024-09-13T14:47:33.601 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.14204387800000001, 2024-09-13T14:47:33.601 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:33.601 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T14:47:33.601 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:33.601 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.601 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:33.601 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.567178+0000", 2024-09-13T14:47:33.601 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:33.601 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.601 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.602 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:33.602 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.567178+0000", 2024-09-13T14:47:33.602 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:33.602 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.602 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.602 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:33.602 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.567177+0000", 2024-09-13T14:47:33.602 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967296 2024-09-13T14:47:33.602 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.602 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.602 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:33.602 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.567180+0000", 2024-09-13T14:47:33.602 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.706e-06 2024-09-13T14:47:33.603 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.603 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.603 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:33.603 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.567184+0000", 2024-09-13T14:47:33.603 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.2209999999999999e-06 2024-09-13T14:47:33.603 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.603 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.603 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:33.603 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.567188+0000", 2024-09-13T14:47:33.603 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.9519999999999996e-06 2024-09-13T14:47:33.603 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.603 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.604 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:33.604 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.567225+0000", 2024-09-13T14:47:33.604 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.6884999999999997e-05 2024-09-13T14:47:33.604 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.604 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.604 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:47:33.604 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.709221+0000", 2024-09-13T14:47:33.604 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.141996288 2024-09-13T14:47:33.604 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:33.604 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:33.604 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:33.604 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.604 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.605 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:204771 6.c 6:374fc9ed:::benchmark_data_smithi071_156503_object72777:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1127)", 2024-09-13T14:47:33.605 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:42:32.568456+0000", 2024-09-13T14:47:33.605 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 300.938040161, 2024-09-13T14:47:33.605 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.16543867400000001, 2024-09-13T14:47:33.605 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:33.605 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:47:33.605 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:33.605 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:47:33.605 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:47:33.605 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 204771 2024-09-13T14:47:33.605 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.605 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:33.606 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.606 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:33.606 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.568456+0000", 2024-09-13T14:47:33.606 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:33.606 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.606 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.606 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:33.606 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.568456+0000", 2024-09-13T14:47:33.606 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:33.606 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.606 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.606 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:33.607 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.568455+0000", 2024-09-13T14:47:33.607 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:47:33.607 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.607 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.607 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:33.607 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.568461+0000", 2024-09-13T14:47:33.607 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.5769999999999999e-06 2024-09-13T14:47:33.607 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.607 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.607 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:33.607 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.709004+0000", 2024-09-13T14:47:33.607 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.14054219400000001 2024-09-13T14:47:33.607 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.608 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.608 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:33.608 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.709018+0000", 2024-09-13T14:47:33.608 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.4834000000000001e-05 2024-09-13T14:47:33.608 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.608 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.608 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:33.608 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.709252+0000", 2024-09-13T14:47:33.608 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00023316100000000001 2024-09-13T14:47:33.608 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.608 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.609 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:47:33.609 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.709334+0000", 2024-09-13T14:47:33.609 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.2736000000000002e-05 2024-09-13T14:47:33.609 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.609 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.609 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 3,6,7", 2024-09-13T14:47:33.609 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.709405+0000", 2024-09-13T14:47:33.609 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.0643999999999997e-05 2024-09-13T14:47:33.609 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.609 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.609 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:33.609 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.723022+0000", 2024-09-13T14:47:33.609 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.013616809000000001 2024-09-13T14:47:33.610 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.610 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.610 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:47:33.610 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.723184+0000", 2024-09-13T14:47:33.610 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000162719 2024-09-13T14:47:33.610 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.610 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.610 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:33.610 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.725387+0000", 2024-09-13T14:47:33.610 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.002202486 2024-09-13T14:47:33.610 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.610 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.611 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:33.611 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.730666+0000", 2024-09-13T14:47:33.611 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0052792589999999997 2024-09-13T14:47:33.611 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.611 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.611 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:47:33.611 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.733776+0000", 2024-09-13T14:47:33.611 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0031097859999999998 2024-09-13T14:47:33.611 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.611 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.611 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:47:33.611 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.733895+0000", 2024-09-13T14:47:33.611 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000118954 2024-09-13T14:47:33.611 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:33.612 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:33.612 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:33.612 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.612 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.612 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.34671.0:204770 6.0 e1127/1117 6:087269ec:::benchmark_data_smithi071_156503_object72776:head v 1127'12841, mlcod=1127'12839)", 2024-09-13T14:47:33.612 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:42:32.569604+0000", 2024-09-13T14:47:33.612 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 300.936892032, 2024-09-13T14:47:33.612 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.15444007400000001, 2024-09-13T14:47:33.612 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:33.612 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:47:33.612 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:33.612 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.612 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:33.613 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.569604+0000", 2024-09-13T14:47:33.613 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:33.613 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.613 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.613 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:33.613 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.569604+0000", 2024-09-13T14:47:33.613 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:33.613 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.613 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.613 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:33.613 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.569604+0000", 2024-09-13T14:47:33.613 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:47:33.613 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.614 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.614 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:33.614 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.569610+0000", 2024-09-13T14:47:33.614 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.0090000000000004e-06 2024-09-13T14:47:33.614 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.614 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.614 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:33.614 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.709195+0000", 2024-09-13T14:47:33.614 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.139585511 2024-09-13T14:47:33.614 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.614 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.614 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:33.615 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.709202+0000", 2024-09-13T14:47:33.615 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.1899999999999998e-06 2024-09-13T14:47:33.615 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.615 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.615 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:33.615 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.709250+0000", 2024-09-13T14:47:33.615 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.7896999999999999e-05 2024-09-13T14:47:33.615 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.615 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.615 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:47:33.615 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.709269+0000", 2024-09-13T14:47:33.615 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.8433000000000001e-05 2024-09-13T14:47:33.615 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.615 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.616 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:47:33.616 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.723950+0000", 2024-09-13T14:47:33.616 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.014680851999999999 2024-09-13T14:47:33.616 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.616 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.616 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:47:33.616 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:42:32.724045+0000", 2024-09-13T14:47:33.616 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.4996999999999999e-05 2024-09-13T14:47:33.616 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:33.616 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:33.616 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:33.616 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.616 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.616 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:99220 7.0 7:0cc04dcc:::benchmark_data_smithi071_196541_object99219:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1166)", 2024-09-13T14:47:33.617 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:45:45.166426+0000", 2024-09-13T14:47:33.617 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 108.340070892, 2024-09-13T14:47:33.617 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.16629756600000001, 2024-09-13T14:47:33.617 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:33.617 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:47:33.617 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:33.617 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:47:33.617 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:47:33.617 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 99220 2024-09-13T14:47:33.617 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.617 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:33.617 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.617 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:33.618 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:45:45.166426+0000", 2024-09-13T14:47:33.618 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:33.618 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.618 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.618 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:33.618 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:45:45.166426+0000", 2024-09-13T14:47:33.618 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:33.618 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.618 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.618 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:33.618 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:45:45.166424+0000", 2024-09-13T14:47:33.618 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999981 2024-09-13T14:47:33.618 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.619 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.619 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:33.619 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:45:45.166546+0000", 2024-09-13T14:47:33.619 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000122736 2024-09-13T14:47:33.619 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.619 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.619 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:33.619 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:45:45.166565+0000", 2024-09-13T14:47:33.619 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.8970999999999998e-05 2024-09-13T14:47:33.619 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.619 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.619 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:33.620 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:45:45.166574+0000", 2024-09-13T14:47:33.620 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.5150000000000006e-06 2024-09-13T14:47:33.620 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.620 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.620 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:33.620 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:45:45.166633+0000", 2024-09-13T14:47:33.620 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.9148999999999999e-05 2024-09-13T14:47:33.620 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.620 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.620 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:47:33.620 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:45:45.166750+0000", 2024-09-13T14:47:33.620 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000117404 2024-09-13T14:47:33.620 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.621 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.621 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,3", 2024-09-13T14:47:33.621 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:45:45.166851+0000", 2024-09-13T14:47:33.621 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000100746 2024-09-13T14:47:33.621 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.621 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.621 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:47:33.621 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:45:45.172469+0000", 2024-09-13T14:47:33.621 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0056178540000000003 2024-09-13T14:47:33.621 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.621 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.621 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:33.621 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:45:45.175463+0000", 2024-09-13T14:47:33.621 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0029939760000000002 2024-09-13T14:47:33.622 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.622 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.622 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:33.622 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:45:45.332654+0000", 2024-09-13T14:47:33.622 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.15719069999999999 2024-09-13T14:47:33.622 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.622 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.622 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:47:33.622 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:45:45.332694+0000", 2024-09-13T14:47:33.622 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.0385e-05 2024-09-13T14:47:33.622 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.622 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.622 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:47:33.622 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:45:45.332723+0000", 2024-09-13T14:47:33.622 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.9076000000000001e-05 2024-09-13T14:47:33.623 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:33.623 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:33.623 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:33.623 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.623 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.623 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:99223 7.0 7:0fe11613:::benchmark_data_smithi071_196541_object99222:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1166)", 2024-09-13T14:47:33.623 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:45:45.166890+0000", 2024-09-13T14:47:33.623 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 108.339606785, 2024-09-13T14:47:33.623 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.165923603, 2024-09-13T14:47:33.623 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:33.623 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:47:33.623 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:33.623 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:47:33.624 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:47:33.624 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 99223 2024-09-13T14:47:33.624 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.624 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:33.624 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.624 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:33.624 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:45:45.166890+0000", 2024-09-13T14:47:33.624 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:33.624 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.624 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.624 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:33.624 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:45:45.166890+0000", 2024-09-13T14:47:33.624 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:33.625 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.625 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.625 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:33.625 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:45:45.166889+0000", 2024-09-13T14:47:33.625 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:47:33.625 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.625 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.625 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:33.625 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:45:45.166976+0000", 2024-09-13T14:47:33.625 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.6933000000000003e-05 2024-09-13T14:47:33.625 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.625 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.625 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:33.625 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:45:45.166989+0000", 2024-09-13T14:47:33.626 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3185e-05 2024-09-13T14:47:33.626 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.626 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.626 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:33.626 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:45:45.166996+0000", 2024-09-13T14:47:33.626 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.2629999999999997e-06 2024-09-13T14:47:33.626 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.626 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.626 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:33.626 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:45:45.169468+0000", 2024-09-13T14:47:33.626 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.002471268 2024-09-13T14:47:33.626 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.626 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.626 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:47:33.626 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:45:45.169621+0000", 2024-09-13T14:47:33.627 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000153115 2024-09-13T14:47:33.627 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.627 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.627 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,3", 2024-09-13T14:47:33.627 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:45:45.169773+0000", 2024-09-13T14:47:33.627 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000152595 2024-09-13T14:47:33.627 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.627 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.627 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:47:33.627 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:45:45.172643+0000", 2024-09-13T14:47:33.627 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0028693199999999999 2024-09-13T14:47:33.627 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.627 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.627 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:33.628 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:45:45.185681+0000", 2024-09-13T14:47:33.628 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.013037933 2024-09-13T14:47:33.629 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.629 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.629 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:33.629 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:45:45.332758+0000", 2024-09-13T14:47:33.629 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.14707736900000001 2024-09-13T14:47:33.629 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.629 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.629 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:47:33.629 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:45:45.332792+0000", 2024-09-13T14:47:33.629 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.3767999999999999e-05 2024-09-13T14:47:33.629 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.629 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.629 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:47:33.630 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:45:45.332813+0000", 2024-09-13T14:47:33.630 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.1608e-05 2024-09-13T14:47:33.630 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:33.630 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:33.630 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:33.630 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.630 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.630 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:146089 7.0 7:0e62d906:::benchmark_data_smithi071_196541_object33149:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1171)", 2024-09-13T14:47:33.630 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:46:59.931169+0000", 2024-09-13T14:47:33.630 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 33.575327889, 2024-09-13T14:47:33.630 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.18081130200000001, 2024-09-13T14:47:33.630 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:33.631 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:47:33.631 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:33.631 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:47:33.631 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:47:33.631 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 146089 2024-09-13T14:47:33.631 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.631 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:33.631 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.631 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:33.631 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:46:59.931169+0000", 2024-09-13T14:47:33.631 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:33.631 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.631 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.632 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:33.632 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:46:59.931169+0000", 2024-09-13T14:47:33.632 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:33.632 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.632 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.632 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:33.632 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:46:59.931167+0000", 2024-09-13T14:47:33.632 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999981 2024-09-13T14:47:33.632 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.632 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.632 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:33.632 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:46:59.931175+0000", 2024-09-13T14:47:33.633 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.123e-06 2024-09-13T14:47:33.633 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.633 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.633 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:33.633 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:46:59.931204+0000", 2024-09-13T14:47:33.633 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.9303e-05 2024-09-13T14:47:33.633 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.633 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.633 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:33.633 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:46:59.931232+0000", 2024-09-13T14:47:33.633 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.8084000000000001e-05 2024-09-13T14:47:33.633 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.633 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.634 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:33.634 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:46:59.931288+0000", 2024-09-13T14:47:33.634 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.5167000000000002e-05 2024-09-13T14:47:33.634 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.634 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.634 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:47:33.634 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:46:59.931428+0000", 2024-09-13T14:47:33.634 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000140338 2024-09-13T14:47:33.634 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.634 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.634 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,3", 2024-09-13T14:47:33.634 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:46:59.931554+0000", 2024-09-13T14:47:33.635 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000125673 2024-09-13T14:47:33.635 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.635 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.635 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:47:33.635 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:46:59.936029+0000", 2024-09-13T14:47:33.635 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.004475578 2024-09-13T14:47:33.635 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.635 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.635 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:33.635 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:46:59.938955+0000", 2024-09-13T14:47:33.635 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0029258420000000001 2024-09-13T14:47:33.635 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.635 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.636 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:33.636 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:00.111917+0000", 2024-09-13T14:47:33.636 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.172961753 2024-09-13T14:47:33.636 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.636 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.636 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:47:33.636 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:00.111953+0000", 2024-09-13T14:47:33.636 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.6204000000000001e-05 2024-09-13T14:47:33.636 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.636 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.636 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:47:33.636 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:00.111980+0000", 2024-09-13T14:47:33.636 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.6970000000000001e-05 2024-09-13T14:47:33.637 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:33.637 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:33.637 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:33.637 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.637 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.637 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:150601 7.0 7:04745e3e:::benchmark_data_smithi071_196541_object37661:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1171)", 2024-09-13T14:47:33.637 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:47:07.561611+0000", 2024-09-13T14:47:33.637 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 25.944885411000001, 2024-09-13T14:47:33.637 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.134140434, 2024-09-13T14:47:33.637 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:33.637 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:47:33.637 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:33.637 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:47:33.638 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:47:33.638 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 150601 2024-09-13T14:47:33.638 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.638 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:33.638 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.638 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:33.638 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:07.561611+0000", 2024-09-13T14:47:33.638 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:33.638 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.638 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.638 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:33.638 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:07.561611+0000", 2024-09-13T14:47:33.638 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:33.639 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.639 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.639 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:33.639 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:07.561610+0000", 2024-09-13T14:47:33.639 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:47:33.639 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.639 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.639 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:33.639 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:07.561615+0000", 2024-09-13T14:47:33.639 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.4489999999999998e-06 2024-09-13T14:47:33.639 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.639 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.639 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:33.639 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:07.561627+0000", 2024-09-13T14:47:33.639 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1894e-05 2024-09-13T14:47:33.640 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.640 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.640 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:33.640 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:07.561633+0000", 2024-09-13T14:47:33.640 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.2750000000000003e-06 2024-09-13T14:47:33.640 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.640 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.640 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:33.640 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:07.561699+0000", 2024-09-13T14:47:33.640 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.6400000000000001e-05 2024-09-13T14:47:33.640 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.640 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.640 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:47:33.641 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:07.561809+0000", 2024-09-13T14:47:33.641 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00011043 2024-09-13T14:47:33.641 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.641 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.641 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,3", 2024-09-13T14:47:33.641 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:07.561933+0000", 2024-09-13T14:47:33.641 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00012322799999999999 2024-09-13T14:47:33.641 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.641 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.641 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:47:33.641 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:07.565322+0000", 2024-09-13T14:47:33.641 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0033898119999999999 2024-09-13T14:47:33.641 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.642 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.642 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:33.642 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:07.566403+0000", 2024-09-13T14:47:33.642 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00108074 2024-09-13T14:47:33.642 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.642 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.642 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:33.642 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:07.695686+0000", 2024-09-13T14:47:33.642 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.12928294500000001 2024-09-13T14:47:33.642 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.642 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.642 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:47:33.643 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:07.695724+0000", 2024-09-13T14:47:33.643 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.7815000000000003e-05 2024-09-13T14:47:33.643 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:33.643 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:33.643 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:47:33.643 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:07.695751+0000", 2024-09-13T14:47:33.643 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.7554000000000001e-05 2024-09-13T14:47:33.643 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:33.643 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:33.643 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:33.643 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:33.643 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:33.643 INFO:teuthology.orchestra.run.smithi104.stdout:} 2024-09-13T14:47:33.655 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:33.656 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:33.656 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:47:33.757 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:47:33.786 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:33.786 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:33.787 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:47:33.862 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:33 smithi104 ceph-mon[105578]: pgmap v1464: 89 pgs: 1 active+recovery_wait+degraded+remapped, 2 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+degraded+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 4.2 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 118 op/s; 32658/204516 objects degraded (15.968%); 49628/204516 objects misplaced (24.266%); 8.0 MiB/s, 128 objects/s recovering 2024-09-13T14:47:33.862 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:33 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 32658/204516 objects degraded (15.968%), 10 pgs degraded, 14 pgs undersized (PG_DEGRADED) 2024-09-13T14:47:33.887 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:33.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:33 smithi071 ceph-mon[107477]: pgmap v1464: 89 pgs: 1 active+recovery_wait+degraded+remapped, 2 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+degraded+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 4.2 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 118 op/s; 32658/204516 objects degraded (15.968%); 49628/204516 objects misplaced (24.266%); 8.0 MiB/s, 128 objects/s recovering 2024-09-13T14:47:33.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:33 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 32658/204516 objects degraded (15.968%), 10 pgs degraded, 14 pgs undersized (PG_DEGRADED) 2024-09-13T14:47:33.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:33 smithi071 ceph-mon[112785]: pgmap v1464: 89 pgs: 1 active+recovery_wait+degraded+remapped, 2 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+degraded+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 4.2 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 118 op/s; 32658/204516 objects degraded (15.968%); 49628/204516 objects misplaced (24.266%); 8.0 MiB/s, 128 objects/s recovering 2024-09-13T14:47:33.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:33 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 32658/204516 objects degraded (15.968%), 10 pgs degraded, 14 pgs undersized (PG_DEGRADED) 2024-09-13T14:47:33.913 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:33.914 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:33.915 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:34.015 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:34.037 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:34.038 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:34.038 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:34.139 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:34.167 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:34.168 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:34.168 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:34.269 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:34.296 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:34.296 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:34.297 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:34.382 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.7 dump_ops_in_flight 2024-09-13T14:47:34.398 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:34.426 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:34.426 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:34.427 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:34.528 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:47:34.551 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:34.552 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:34.552 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:47:34.634 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:47:34.653 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:47:34.675 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:34.676 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:34.676 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:47:34.777 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:34.803 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:34.804 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:34.805 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:34.905 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:47:34.930 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:34.931 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:34.931 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:47:35.032 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:35.054 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:35.055 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:35.055 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:35.156 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:47:35.178 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:35.179 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:35.179 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:47:35.280 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:35.302 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:35.302 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:35.303 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:35.404 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:35.426 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:35.427 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:35.427 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:35.528 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:35.551 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:35.552 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:35.552 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:35.653 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:35.676 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:35.676 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:35.677 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:35.777 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:35.805 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:35.806 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:35.806 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:35.832 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:35 smithi104 ceph-mon[105578]: pgmap v1465: 89 pgs: 1 active+recovery_wait+degraded+remapped, 2 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 4.1 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 169 op/s; 32334/202491 objects degraded (15.968%); 48485/202491 objects misplaced (23.944%); 8.3 MiB/s, 133 objects/s recovering 2024-09-13T14:47:35.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:35 smithi071 ceph-mon[107477]: pgmap v1465: 89 pgs: 1 active+recovery_wait+degraded+remapped, 2 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 4.1 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 169 op/s; 32334/202491 objects degraded (15.968%); 48485/202491 objects misplaced (23.944%); 8.3 MiB/s, 133 objects/s recovering 2024-09-13T14:47:35.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:35 smithi071 ceph-mon[112785]: pgmap v1465: 89 pgs: 1 active+recovery_wait+degraded+remapped, 2 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 4.1 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 169 op/s; 32334/202491 objects degraded (15.968%); 48485/202491 objects misplaced (23.944%); 8.3 MiB/s, 133 objects/s recovering 2024-09-13T14:47:35.907 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:35.930 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:35.930 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:35.931 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:36.031 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:47:36.065 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:36.066 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:36.066 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:47:36.167 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:36.188 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:36.189 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:36.189 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:36.290 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:36.312 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:36.313 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:36.313 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:36.414 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:36.441 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:36.442 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:36.443 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:36.544 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:36.545 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2024-09-13T14:47:36.545 INFO:teuthology.orchestra.run.smithi104.stdout: "ops": [ 2024-09-13T14:47:36.545 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.546 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:159065 7.9 7:9a7121ee:::benchmark_data_smithi071_196541_object46125:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1178)", 2024-09-13T14:47:36.546 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:47:36.003024+0000", 2024-09-13T14:47:36.546 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.42363877300000002, 2024-09-13T14:47:36.546 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.42366024000000002, 2024-09-13T14:47:36.546 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:36.546 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "waiting for rw locks", 2024-09-13T14:47:36.546 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:36.546 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:47:36.546 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:47:36.546 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 159065 2024-09-13T14:47:36.546 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.546 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:36.547 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.547 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:36.547 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.003024+0000", 2024-09-13T14:47:36.547 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:36.547 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.547 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.547 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:36.547 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.003024+0000", 2024-09-13T14:47:36.547 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:36.547 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.547 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.548 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:36.548 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.003023+0000", 2024-09-13T14:47:36.548 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:47:36.548 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.548 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.548 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:36.548 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.003030+0000", 2024-09-13T14:47:36.548 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.199e-06 2024-09-13T14:47:36.548 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.548 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.548 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:36.549 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.003041+0000", 2024-09-13T14:47:36.549 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1003e-05 2024-09-13T14:47:36.549 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.549 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.549 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:36.549 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.003047+0000", 2024-09-13T14:47:36.549 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.711e-06 2024-09-13T14:47:36.549 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.549 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.549 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:36.549 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.084242+0000", 2024-09-13T14:47:36.549 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.081194983999999998 2024-09-13T14:47:36.549 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.550 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.550 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:47:36.550 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.089520+0000", 2024-09-13T14:47:36.550 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0052780910000000004 2024-09-13T14:47:36.550 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.550 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.550 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:36.550 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.116964+0000", 2024-09-13T14:47:36.550 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.027444751999999999 2024-09-13T14:47:36.550 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.550 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.550 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:47:36.551 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.122945+0000", 2024-09-13T14:47:36.551 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.005980193 2024-09-13T14:47:36.551 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:36.551 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:36.551 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:36.551 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.551 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.551 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop_reply(client.44978.0:158923 7.9 e1178/1173)", 2024-09-13T14:47:36.551 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:47:36.411376+0000", 2024-09-13T14:47:36.551 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.015286328, 2024-09-13T14:47:36.551 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.015354504, 2024-09-13T14:47:36.551 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:36.551 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "queued for pg", 2024-09-13T14:47:36.551 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:36.551 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.552 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:36.552 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.411376+0000", 2024-09-13T14:47:36.552 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:36.552 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.552 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.552 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:36.552 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.411376+0000", 2024-09-13T14:47:36.552 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:36.552 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.552 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.552 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:36.552 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.411375+0000", 2024-09-13T14:47:36.552 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:47:36.552 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.552 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.553 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:36.553 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.411382+0000", 2024-09-13T14:47:36.553 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.3249999999999996e-06 2024-09-13T14:47:36.553 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.553 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.553 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:36.553 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.411394+0000", 2024-09-13T14:47:36.553 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2322e-05 2024-09-13T14:47:36.553 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.553 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.553 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:36.553 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.411400+0000", 2024-09-13T14:47:36.553 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.5470000000000002e-06 2024-09-13T14:47:36.553 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:36.554 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:36.554 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:36.554 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.554 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.554 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:159110 7.9 7:90059063:::benchmark_data_smithi071_196541_object46170:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1178)", 2024-09-13T14:47:36.554 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:47:36.097560+0000", 2024-09-13T14:47:36.554 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.32910283200000001, 2024-09-13T14:47:36.554 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.32919906100000002, 2024-09-13T14:47:36.554 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:36.554 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "waiting for rw locks", 2024-09-13T14:47:36.554 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:36.554 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:47:36.554 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:47:36.554 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 159110 2024-09-13T14:47:36.554 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.555 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:36.555 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.555 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:36.555 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.097560+0000", 2024-09-13T14:47:36.555 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:36.555 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.555 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.555 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:36.555 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.097560+0000", 2024-09-13T14:47:36.555 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:36.555 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.555 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.555 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:36.555 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.097559+0000", 2024-09-13T14:47:36.555 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:47:36.556 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.556 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.556 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:36.556 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.097565+0000", 2024-09-13T14:47:36.556 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.5599999999999999e-06 2024-09-13T14:47:36.556 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.556 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.556 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:36.556 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.097579+0000", 2024-09-13T14:47:36.556 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3936e-05 2024-09-13T14:47:36.556 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.556 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.556 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:36.556 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.097585+0000", 2024-09-13T14:47:36.556 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.643e-06 2024-09-13T14:47:36.557 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.557 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.557 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:36.557 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.158932+0000", 2024-09-13T14:47:36.557 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.061347775 2024-09-13T14:47:36.557 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.557 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.557 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:47:36.557 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.164228+0000", 2024-09-13T14:47:36.557 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0052952579999999997 2024-09-13T14:47:36.557 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.557 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.557 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:36.558 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.209778+0000", 2024-09-13T14:47:36.558 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.045549827000000001 2024-09-13T14:47:36.558 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.558 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.558 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:47:36.558 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.214949+0000", 2024-09-13T14:47:36.558 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0051718620000000002 2024-09-13T14:47:36.558 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:36.558 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:36.558 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:36.558 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.558 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.559 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop_reply(client.44978.0:158923 7.9 e1178/1173)", 2024-09-13T14:47:36.559 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:47:36.411466+0000", 2024-09-13T14:47:36.559 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.015197191000000001, 2024-09-13T14:47:36.559 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.01533144, 2024-09-13T14:47:36.559 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:36.559 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "queued for pg", 2024-09-13T14:47:36.559 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:36.559 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.559 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:36.559 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.411466+0000", 2024-09-13T14:47:36.559 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:36.559 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.560 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.560 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:36.560 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.411466+0000", 2024-09-13T14:47:36.560 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:36.560 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.560 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.560 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:36.560 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.411465+0000", 2024-09-13T14:47:36.560 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:47:36.560 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.560 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.560 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:36.560 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.411470+0000", 2024-09-13T14:47:36.561 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.3109999999999996e-06 2024-09-13T14:47:36.561 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.561 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.561 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:36.561 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.411480+0000", 2024-09-13T14:47:36.561 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.8269999999999993e-06 2024-09-13T14:47:36.561 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.561 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.561 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:36.561 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.411486+0000", 2024-09-13T14:47:36.561 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.3999999999999997e-06 2024-09-13T14:47:36.561 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:36.562 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:36.562 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:36.562 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.562 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.562 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:158954 7.9 7:9dfac33e:::benchmark_data_smithi071_196541_object46014:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1178)", 2024-09-13T14:47:36.562 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:47:35.400592+0000", 2024-09-13T14:47:36.562 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 1.0260707019999999, 2024-09-13T14:47:36.562 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0262343300000001, 2024-09-13T14:47:36.562 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:36.562 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "waiting for rw locks", 2024-09-13T14:47:36.562 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:36.563 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:47:36.563 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:47:36.563 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 158954 2024-09-13T14:47:36.563 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.563 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:36.563 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.563 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:36.563 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.400592+0000", 2024-09-13T14:47:36.563 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:36.563 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.563 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.563 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:36.563 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.400592+0000", 2024-09-13T14:47:36.563 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:36.563 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.564 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.564 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:36.564 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.400590+0000", 2024-09-13T14:47:36.564 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:47:36.564 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.564 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.564 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:36.564 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.400598+0000", 2024-09-13T14:47:36.564 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.199e-06 2024-09-13T14:47:36.564 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.564 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.564 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:36.564 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.400611+0000", 2024-09-13T14:47:36.564 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3227000000000001e-05 2024-09-13T14:47:36.565 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.565 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.565 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:36.565 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.400619+0000", 2024-09-13T14:47:36.565 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.9799999999999998e-06 2024-09-13T14:47:36.565 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.565 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.565 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:36.565 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.442400+0000", 2024-09-13T14:47:36.565 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.041781007000000002 2024-09-13T14:47:36.565 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.565 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.565 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:47:36.565 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.447625+0000", 2024-09-13T14:47:36.566 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0052246549999999999 2024-09-13T14:47:36.566 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.566 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.566 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:36.566 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.525866+0000", 2024-09-13T14:47:36.566 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.078241801 2024-09-13T14:47:36.566 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.566 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.566 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:47:36.566 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.531598+0000", 2024-09-13T14:47:36.566 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0057319620000000002 2024-09-13T14:47:36.566 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:36.566 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:36.567 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:36.567 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.567 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.567 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:158923 7.9 7:9cb5ef65:::benchmark_data_smithi071_196541_object45983:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1178)", 2024-09-13T14:47:36.567 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:47:35.273536+0000", 2024-09-13T14:47:36.567 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 1.1531268269999999, 2024-09-13T14:47:36.567 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1533308039999999, 2024-09-13T14:47:36.567 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:36.567 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "waiting for sub ops", 2024-09-13T14:47:36.567 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:36.567 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:47:36.567 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:47:36.567 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 158923 2024-09-13T14:47:36.567 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.567 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:36.568 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.568 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:36.568 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.273536+0000", 2024-09-13T14:47:36.568 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:36.568 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.568 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.568 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:36.568 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.273536+0000", 2024-09-13T14:47:36.568 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:36.568 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.568 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.568 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:36.568 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.273535+0000", 2024-09-13T14:47:36.568 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:47:36.569 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.569 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.569 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:36.569 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.273541+0000", 2024-09-13T14:47:36.569 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.9639999999999997e-06 2024-09-13T14:47:36.569 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.569 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.569 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:36.569 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.273554+0000", 2024-09-13T14:47:36.569 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2763e-05 2024-09-13T14:47:36.569 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.569 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.569 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:36.570 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.273563+0000", 2024-09-13T14:47:36.570 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.3210000000000005e-06 2024-09-13T14:47:36.570 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.570 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.570 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:36.570 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.347321+0000", 2024-09-13T14:47:36.570 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.073758445000000006 2024-09-13T14:47:36.570 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.570 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.570 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:47:36.570 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.352513+0000", 2024-09-13T14:47:36.570 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0051921110000000001 2024-09-13T14:47:36.570 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.570 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.571 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:36.571 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.403700+0000", 2024-09-13T14:47:36.571 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.051187306000000002 2024-09-13T14:47:36.571 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.571 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.571 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:47:36.571 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.408909+0000", 2024-09-13T14:47:36.571 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0052090319999999997 2024-09-13T14:47:36.571 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.571 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.571 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:36.572 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.391662+0000", 2024-09-13T14:47:36.572 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.982752348 2024-09-13T14:47:36.572 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.572 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.572 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:47:36.572 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.398839+0000", 2024-09-13T14:47:36.572 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0071767489999999996 2024-09-13T14:47:36.572 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.573 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.573 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1", 2024-09-13T14:47:36.573 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.407340+0000", 2024-09-13T14:47:36.573 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0085016190000000002 2024-09-13T14:47:36.573 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:36.573 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:36.573 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:36.573 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.573 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.573 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:159117 7.9 7:973fe4a8:::benchmark_data_smithi071_196541_object46177:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1178)", 2024-09-13T14:47:36.573 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:47:36.119808+0000", 2024-09-13T14:47:36.573 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.30685506600000001, 2024-09-13T14:47:36.574 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.30711924000000002, 2024-09-13T14:47:36.574 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:36.574 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "waiting for rw locks", 2024-09-13T14:47:36.574 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:36.574 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:47:36.574 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:47:36.574 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 159117 2024-09-13T14:47:36.574 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.574 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:36.574 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.574 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:36.574 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.119808+0000", 2024-09-13T14:47:36.574 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:36.574 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.575 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.575 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:36.575 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.119808+0000", 2024-09-13T14:47:36.575 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:36.575 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.575 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.575 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:36.575 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.119807+0000", 2024-09-13T14:47:36.575 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:47:36.575 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.575 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.576 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:36.576 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.119813+0000", 2024-09-13T14:47:36.576 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.7479999999999999e-06 2024-09-13T14:47:36.576 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.576 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.576 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:36.576 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.119824+0000", 2024-09-13T14:47:36.576 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1218e-05 2024-09-13T14:47:36.576 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.576 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.576 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:36.576 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.119830+0000", 2024-09-13T14:47:36.576 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.5030000000000002e-06 2024-09-13T14:47:36.576 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.577 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.577 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:36.577 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.215458+0000", 2024-09-13T14:47:36.577 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.095627324999999999 2024-09-13T14:47:36.577 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.577 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.577 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:47:36.577 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.220707+0000", 2024-09-13T14:47:36.577 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0052490369999999998 2024-09-13T14:47:36.577 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.577 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.577 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:36.577 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.246953+0000", 2024-09-13T14:47:36.578 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.026246130999999999 2024-09-13T14:47:36.578 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.578 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.578 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:47:36.578 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.252134+0000", 2024-09-13T14:47:36.578 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0051815450000000001 2024-09-13T14:47:36.578 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:36.578 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:36.578 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:36.578 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.578 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.579 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:158932 7.9 7:9b3f79e6:::benchmark_data_smithi071_196541_object45992:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1178)", 2024-09-13T14:47:36.579 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:47:35.304922+0000", 2024-09-13T14:47:36.579 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 1.1217412490000001, 2024-09-13T14:47:36.579 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.122046898, 2024-09-13T14:47:36.579 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:36.579 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T14:47:36.579 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:36.579 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:47:36.579 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:47:36.579 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 158932 2024-09-13T14:47:36.579 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.579 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:36.579 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.580 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:36.580 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.304922+0000", 2024-09-13T14:47:36.580 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:36.580 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.580 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.580 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:36.580 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.304922+0000", 2024-09-13T14:47:36.580 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:36.580 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.580 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.580 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:36.580 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.304920+0000", 2024-09-13T14:47:36.580 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999981 2024-09-13T14:47:36.581 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.581 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.581 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:36.581 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.304929+0000", 2024-09-13T14:47:36.581 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.8429999999999999e-06 2024-09-13T14:47:36.581 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.581 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.581 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:36.581 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.304944+0000", 2024-09-13T14:47:36.581 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.5299e-05 2024-09-13T14:47:36.581 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.581 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.581 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:36.581 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.304952+0000", 2024-09-13T14:47:36.582 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.5269999999999998e-06 2024-09-13T14:47:36.582 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.582 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.582 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:36.582 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.353268+0000", 2024-09-13T14:47:36.582 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.048315502000000003 2024-09-13T14:47:36.582 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.582 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.582 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:47:36.582 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.358687+0000", 2024-09-13T14:47:36.582 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0054192830000000004 2024-09-13T14:47:36.582 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.583 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.583 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:36.583 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.428730+0000", 2024-09-13T14:47:36.583 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.070042931000000003 2024-09-13T14:47:36.583 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.583 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.583 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:47:36.583 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.434212+0000", 2024-09-13T14:47:36.583 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0054822050000000004 2024-09-13T14:47:36.583 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.583 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.583 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:36.584 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.426250+0000", 2024-09-13T14:47:36.584 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.99203746500000001 2024-09-13T14:47:36.584 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:36.584 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:36.584 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:36.584 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.584 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.584 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:159126 7.9 7:98828aae:::benchmark_data_smithi071_196541_object46186:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1178)", 2024-09-13T14:47:36.584 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:47:36.163682+0000", 2024-09-13T14:47:36.584 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.262980822, 2024-09-13T14:47:36.584 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.26332813300000002, 2024-09-13T14:47:36.584 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:36.585 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "waiting for rw locks", 2024-09-13T14:47:36.585 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:36.585 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:47:36.585 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:47:36.585 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 159126 2024-09-13T14:47:36.585 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.585 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:36.585 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.585 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:36.585 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.163682+0000", 2024-09-13T14:47:36.585 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:36.585 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.585 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.586 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:36.586 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.163682+0000", 2024-09-13T14:47:36.586 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:36.586 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.586 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.586 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:36.586 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.163681+0000", 2024-09-13T14:47:36.586 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:47:36.586 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.586 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.586 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:36.586 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.163687+0000", 2024-09-13T14:47:36.587 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.6810000000000003e-06 2024-09-13T14:47:36.587 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.587 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.587 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:36.587 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.163696+0000", 2024-09-13T14:47:36.587 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.1940000000000004e-06 2024-09-13T14:47:36.587 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.587 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.587 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:36.587 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.163702+0000", 2024-09-13T14:47:36.587 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.6500000000000001e-06 2024-09-13T14:47:36.587 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.587 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.587 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:36.588 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.221751+0000", 2024-09-13T14:47:36.588 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.058049470999999998 2024-09-13T14:47:36.588 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.588 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.588 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:47:36.588 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.226918+0000", 2024-09-13T14:47:36.588 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0051666790000000004 2024-09-13T14:47:36.588 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.588 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.588 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:36.588 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.270431+0000", 2024-09-13T14:47:36.588 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.043513600999999999 2024-09-13T14:47:36.588 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.589 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.589 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:47:36.589 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.275565+0000", 2024-09-13T14:47:36.589 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0051334809999999996 2024-09-13T14:47:36.589 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:36.589 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:36.589 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:36.589 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.589 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.589 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:158968 7.9 7:9773164e:::benchmark_data_smithi071_196541_object46028:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1178)", 2024-09-13T14:47:36.589 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:47:35.493571+0000", 2024-09-13T14:47:36.589 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.93309158299999995, 2024-09-13T14:47:36.590 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.93347929500000004, 2024-09-13T14:47:36.590 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:36.590 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "waiting for rw locks", 2024-09-13T14:47:36.590 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:36.590 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:47:36.590 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:47:36.590 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 158968 2024-09-13T14:47:36.590 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.590 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:36.590 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.590 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:36.591 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.493571+0000", 2024-09-13T14:47:36.591 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:36.591 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.591 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.591 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:36.591 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.493571+0000", 2024-09-13T14:47:36.591 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:36.591 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.591 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.591 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:36.591 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.493569+0000", 2024-09-13T14:47:36.591 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999981 2024-09-13T14:47:36.592 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.592 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.592 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:36.592 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.493578+0000", 2024-09-13T14:47:36.592 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.9430000000000006e-06 2024-09-13T14:47:36.592 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.592 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.592 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:36.592 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.493595+0000", 2024-09-13T14:47:36.592 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.6560999999999999e-05 2024-09-13T14:47:36.592 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.592 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.592 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:36.593 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.493604+0000", 2024-09-13T14:47:36.593 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.9150000000000002e-06 2024-09-13T14:47:36.593 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.593 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.593 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:36.593 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.550449+0000", 2024-09-13T14:47:36.593 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.056845057999999997 2024-09-13T14:47:36.593 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.593 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.593 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:47:36.593 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.556562+0000", 2024-09-13T14:47:36.593 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0061128900000000002 2024-09-13T14:47:36.594 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.594 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.594 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:36.594 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.608668+0000", 2024-09-13T14:47:36.594 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.052106027999999999 2024-09-13T14:47:36.594 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.594 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.594 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:47:36.594 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.613803+0000", 2024-09-13T14:47:36.594 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0051353839999999998 2024-09-13T14:47:36.594 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:36.594 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:36.594 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:36.595 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.595 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.595 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:159098 7.9 7:909dbdad:::benchmark_data_smithi071_196541_object46158:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1178)", 2024-09-13T14:47:36.595 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:47:36.067851+0000", 2024-09-13T14:47:36.595 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.35881183, 2024-09-13T14:47:36.595 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.359238962, 2024-09-13T14:47:36.595 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:36.595 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "waiting for rw locks", 2024-09-13T14:47:36.595 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:36.595 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:47:36.595 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:47:36.595 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 159098 2024-09-13T14:47:36.595 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.595 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:36.595 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.596 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:36.596 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.067851+0000", 2024-09-13T14:47:36.596 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:36.596 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.596 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.596 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:36.596 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.067851+0000", 2024-09-13T14:47:36.596 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:36.596 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.596 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.596 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:36.596 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.067850+0000", 2024-09-13T14:47:36.597 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:47:36.597 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.597 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.597 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:36.597 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.067857+0000", 2024-09-13T14:47:36.597 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.7309999999999996e-06 2024-09-13T14:47:36.597 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.597 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.597 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:36.597 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.067869+0000", 2024-09-13T14:47:36.597 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2232000000000001e-05 2024-09-13T14:47:36.597 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.597 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.598 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:36.598 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.067874+0000", 2024-09-13T14:47:36.598 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.3879999999999999e-06 2024-09-13T14:47:36.598 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.598 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.598 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:36.598 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.091002+0000", 2024-09-13T14:47:36.598 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.023128045 2024-09-13T14:47:36.598 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.598 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.598 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:47:36.598 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.096839+0000", 2024-09-13T14:47:36.598 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0058371999999999999 2024-09-13T14:47:36.598 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.599 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.599 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:36.599 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.144016+0000", 2024-09-13T14:47:36.599 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.047177111000000001 2024-09-13T14:47:36.599 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.599 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.599 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:47:36.599 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.149129+0000", 2024-09-13T14:47:36.599 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0051129310000000002 2024-09-13T14:47:36.599 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:36.599 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:36.599 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:36.599 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.600 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.600 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:158975 7.9 7:9bb13b55:::benchmark_data_smithi071_196541_object46035:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1178)", 2024-09-13T14:47:36.600 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:47:35.573389+0000", 2024-09-13T14:47:36.600 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.85327358399999997, 2024-09-13T14:47:36.600 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.85378091899999997, 2024-09-13T14:47:36.600 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:36.600 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "waiting for rw locks", 2024-09-13T14:47:36.600 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:36.600 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:47:36.600 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:47:36.600 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 158975 2024-09-13T14:47:36.600 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.600 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:36.601 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.601 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:36.601 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.573389+0000", 2024-09-13T14:47:36.601 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:36.601 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.601 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.601 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:36.601 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.573389+0000", 2024-09-13T14:47:36.601 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:36.601 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.601 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.601 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:36.601 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.573388+0000", 2024-09-13T14:47:36.602 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:47:36.602 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.602 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.602 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:36.602 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.573397+0000", 2024-09-13T14:47:36.602 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.003e-06 2024-09-13T14:47:36.602 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.602 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.602 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:36.602 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.573425+0000", 2024-09-13T14:47:36.602 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.7761999999999999e-05 2024-09-13T14:47:36.603 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.603 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.603 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:36.603 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.573433+0000", 2024-09-13T14:47:36.603 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.5790000000000004e-06 2024-09-13T14:47:36.603 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.603 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.603 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:36.603 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.661738+0000", 2024-09-13T14:47:36.603 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.088305097999999999 2024-09-13T14:47:36.603 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.603 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.604 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:47:36.604 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.666996+0000", 2024-09-13T14:47:36.604 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0052575190000000004 2024-09-13T14:47:36.604 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.604 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.604 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:36.604 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.702506+0000", 2024-09-13T14:47:36.604 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.035510514 2024-09-13T14:47:36.605 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.605 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.605 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:47:36.605 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.708210+0000", 2024-09-13T14:47:36.605 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0057040600000000004 2024-09-13T14:47:36.605 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:36.605 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:36.605 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:36.605 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.605 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.605 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:159101 7.9 7:9d812fe9:::benchmark_data_smithi071_196541_object46161:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1178)", 2024-09-13T14:47:36.605 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:47:36.076524+0000", 2024-09-13T14:47:36.606 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.35013920300000001, 2024-09-13T14:47:36.606 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.35074037200000002, 2024-09-13T14:47:36.606 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:36.606 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "waiting for rw locks", 2024-09-13T14:47:36.606 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:36.606 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:47:36.606 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:47:36.606 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 159101 2024-09-13T14:47:36.606 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.606 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:36.606 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.607 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:36.607 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.076524+0000", 2024-09-13T14:47:36.607 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:36.607 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.607 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.607 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:36.607 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.076524+0000", 2024-09-13T14:47:36.607 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:36.607 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.607 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.607 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:36.607 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.076522+0000", 2024-09-13T14:47:36.607 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:47:36.607 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.608 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.608 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:36.608 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.076531+0000", 2024-09-13T14:47:36.608 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.0720000000000006e-06 2024-09-13T14:47:36.608 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.608 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.608 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:36.608 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.076543+0000", 2024-09-13T14:47:36.608 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1654000000000001e-05 2024-09-13T14:47:36.608 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.608 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.608 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:36.609 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.076550+0000", 2024-09-13T14:47:36.609 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.9750000000000001e-06 2024-09-13T14:47:36.609 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.609 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.609 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:36.609 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.149633+0000", 2024-09-13T14:47:36.609 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.073083149 2024-09-13T14:47:36.609 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.609 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.609 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:47:36.609 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.156370+0000", 2024-09-13T14:47:36.609 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0067366359999999998 2024-09-13T14:47:36.609 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.609 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.610 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:36.610 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.184450+0000", 2024-09-13T14:47:36.610 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.028080244000000001 2024-09-13T14:47:36.610 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.610 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.610 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:47:36.610 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.189630+0000", 2024-09-13T14:47:36.610 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0051802790000000003 2024-09-13T14:47:36.610 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:36.610 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:36.610 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:36.610 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.611 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.611 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:158976 7.9 7:9435dd0d:::benchmark_data_smithi071_196541_object46036:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1178)", 2024-09-13T14:47:36.611 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:47:35.621132+0000", 2024-09-13T14:47:36.611 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.80553076499999998, 2024-09-13T14:47:36.611 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.80617385799999997, 2024-09-13T14:47:36.611 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:36.611 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "waiting for rw locks", 2024-09-13T14:47:36.611 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:36.611 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:47:36.611 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:47:36.611 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 158976 2024-09-13T14:47:36.611 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.612 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:36.612 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.612 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:36.612 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.621132+0000", 2024-09-13T14:47:36.612 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:36.612 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.612 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.612 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:36.613 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.621132+0000", 2024-09-13T14:47:36.613 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:36.613 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.613 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.613 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:36.613 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.621131+0000", 2024-09-13T14:47:36.613 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:47:36.613 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.613 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.613 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:36.613 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.621139+0000", 2024-09-13T14:47:36.613 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.6750000000000008e-06 2024-09-13T14:47:36.613 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.613 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.614 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:36.614 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.621152+0000", 2024-09-13T14:47:36.614 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2537999999999999e-05 2024-09-13T14:47:36.614 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.614 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.614 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:36.614 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.621161+0000", 2024-09-13T14:47:36.614 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.7309999999999999e-06 2024-09-13T14:47:36.614 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.614 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.614 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:36.614 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.708779+0000", 2024-09-13T14:47:36.614 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.087618046000000005 2024-09-13T14:47:36.614 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.615 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.615 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:47:36.615 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.714255+0000", 2024-09-13T14:47:36.615 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0054765860000000003 2024-09-13T14:47:36.615 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.615 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.615 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:36.615 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.767859+0000", 2024-09-13T14:47:36.615 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.053603396999999997 2024-09-13T14:47:36.615 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.615 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.615 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:47:36.615 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.773042+0000", 2024-09-13T14:47:36.615 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0051830849999999996 2024-09-13T14:47:36.615 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:36.616 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:36.616 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:36.616 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.616 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.616 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:158942 7.9 7:9530be9c:::benchmark_data_smithi071_196541_object46002:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1178)", 2024-09-13T14:47:36.616 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:47:35.359160+0000", 2024-09-13T14:47:36.616 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 1.0675023859999999, 2024-09-13T14:47:36.616 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.068186174, 2024-09-13T14:47:36.616 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:36.616 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "waiting for rw locks", 2024-09-13T14:47:36.616 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:36.616 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:47:36.616 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:47:36.616 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 158942 2024-09-13T14:47:36.616 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.617 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:36.617 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.617 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:36.617 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.359160+0000", 2024-09-13T14:47:36.617 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:36.617 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.617 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.617 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:36.617 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.359160+0000", 2024-09-13T14:47:36.617 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:36.617 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.617 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.617 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:36.617 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.359159+0000", 2024-09-13T14:47:36.617 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:47:36.618 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.618 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.618 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:36.618 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.359166+0000", 2024-09-13T14:47:36.618 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.6069999999999996e-06 2024-09-13T14:47:36.618 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.618 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.618 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:36.618 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.359179+0000", 2024-09-13T14:47:36.618 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3511e-05 2024-09-13T14:47:36.618 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.618 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.618 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:36.618 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.359185+0000", 2024-09-13T14:47:36.618 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.5219999999999998e-06 2024-09-13T14:47:36.619 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.619 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.619 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:36.619 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.436671+0000", 2024-09-13T14:47:36.619 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.077486805000000006 2024-09-13T14:47:36.619 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.619 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.619 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:47:36.619 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.441910+0000", 2024-09-13T14:47:36.619 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0052387320000000003 2024-09-13T14:47:36.619 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.619 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.619 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:36.619 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.500949+0000", 2024-09-13T14:47:36.619 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.059038874999999998 2024-09-13T14:47:36.620 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.620 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.620 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:47:36.620 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.506045+0000", 2024-09-13T14:47:36.620 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.005095746 2024-09-13T14:47:36.620 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:36.620 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:36.620 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:36.620 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.620 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.620 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:159061 7.9 7:9b2376ea:::benchmark_data_smithi071_196541_object46121:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1178)", 2024-09-13T14:47:36.620 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:47:35.993944+0000", 2024-09-13T14:47:36.620 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.43271915700000002, 2024-09-13T14:47:36.620 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.43344436600000003, 2024-09-13T14:47:36.621 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:36.621 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "waiting for rw locks", 2024-09-13T14:47:36.621 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:36.621 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:47:36.621 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:47:36.621 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 159061 2024-09-13T14:47:36.621 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.621 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:36.621 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.621 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:36.621 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.993944+0000", 2024-09-13T14:47:36.622 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:36.622 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.622 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.622 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:36.622 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.993944+0000", 2024-09-13T14:47:36.622 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:36.622 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.622 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.622 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:36.622 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.993942+0000", 2024-09-13T14:47:36.622 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:47:36.622 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.622 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.622 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:36.623 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.993949+0000", 2024-09-13T14:47:36.623 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.9650000000000002e-06 2024-09-13T14:47:36.623 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.623 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.623 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:36.623 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.993961+0000", 2024-09-13T14:47:36.623 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2089999999999999e-05 2024-09-13T14:47:36.623 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.623 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.623 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:36.623 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:35.993969+0000", 2024-09-13T14:47:36.623 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.8250000000000005e-06 2024-09-13T14:47:36.623 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.623 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.623 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:36.624 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.032821+0000", 2024-09-13T14:47:36.624 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.038852321000000002 2024-09-13T14:47:36.624 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.624 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.624 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:47:36.624 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.039531+0000", 2024-09-13T14:47:36.624 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.006709909 2024-09-13T14:47:36.624 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.624 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.624 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:36.624 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.077339+0000", 2024-09-13T14:47:36.624 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.037807136999999998 2024-09-13T14:47:36.625 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:36.625 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:36.625 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:47:36.625 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.083616+0000", 2024-09-13T14:47:36.625 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0062776400000000001 2024-09-13T14:47:36.625 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:36.625 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:36.625 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:36.625 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:36.625 INFO:teuthology.orchestra.run.smithi104.stdout: ], 2024-09-13T14:47:36.625 INFO:teuthology.orchestra.run.smithi104.stdout: "num_ops": 16 2024-09-13T14:47:36.625 INFO:teuthology.orchestra.run.smithi104.stdout:} 2024-09-13T14:47:36.656 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:36.656 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:36.657 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:36.758 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:36.782 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:36.782 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:36.782 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:36.883 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:36.907 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:36.907 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:36.908 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:37.008 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:37.033 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:37.033 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:37.034 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:37.135 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:37.159 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:37.159 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:37.160 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:37.261 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:37.286 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:37.287 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:37.287 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:37.388 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:47:37.415 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:37.415 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:37.415 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:47:37.433 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.7 dump_blocked_ops 2024-09-13T14:47:37.516 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:37.538 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:37.539 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:37.539 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:37.640 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:47:37.643 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:47:37.663 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:37.663 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:37.663 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:47:37.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:37 smithi104 ceph-mon[105578]: pgmap v1466: 89 pgs: 1 active+recovery_wait+degraded+remapped, 2 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 4.1 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 180 op/s; 32286/201978 objects degraded (15.985%); 48373/201978 objects misplaced (23.950%); 8.3 MiB/s, 133 objects/s recovering 2024-09-13T14:47:37.764 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:37.787 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:37.787 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:37.788 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:37.889 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:47:37.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:37 smithi071 ceph-mon[107477]: pgmap v1466: 89 pgs: 1 active+recovery_wait+degraded+remapped, 2 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 4.1 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 180 op/s; 32286/201978 objects degraded (15.985%); 48373/201978 objects misplaced (23.950%); 8.3 MiB/s, 133 objects/s recovering 2024-09-13T14:47:37.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:37 smithi071 ceph-mon[112785]: pgmap v1466: 89 pgs: 1 active+recovery_wait+degraded+remapped, 2 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 4.1 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 180 op/s; 32286/201978 objects degraded (15.985%); 48373/201978 objects misplaced (23.950%); 8.3 MiB/s, 133 objects/s recovering 2024-09-13T14:47:37.911 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:37.911 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:37.912 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:47:38.012 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:47:38.034 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:38.035 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:38.035 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:47:38.136 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:47:38.161 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:38.162 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:38.162 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:47:38.263 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:47:38.287 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:38.287 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:38.288 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:47:38.389 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:47:38.411 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:38.411 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:38.412 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:47:38.512 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:47:38.536 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:38.536 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:38.537 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:47:38.638 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:38.662 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:38.663 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:38.663 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:38.764 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:47:38.789 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:38.789 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:38.790 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:47:38.890 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:38.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:38 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 32286/201978 objects degraded (15.985%), 10 pgs degraded, 14 pgs undersized (PG_DEGRADED) 2024-09-13T14:47:38.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:38 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 32286/201978 objects degraded (15.985%), 10 pgs degraded, 14 pgs undersized (PG_DEGRADED) 2024-09-13T14:47:38.894 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:38 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 32286/201978 objects degraded (15.985%), 10 pgs degraded, 14 pgs undersized (PG_DEGRADED) 2024-09-13T14:47:38.916 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:38.916 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:38.917 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:39.020 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:47:39.043 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:39.043 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:39.044 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:47:39.144 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:39.170 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:39.171 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:39.171 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:39.272 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:47:39.294 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:39.295 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:39.295 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:47:39.396 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:47:39.419 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:39.419 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:39.420 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:47:39.521 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:39.545 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:39.546 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:39.546 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:39.647 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:39.669 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:39.670 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:39.670 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:39.732 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2024-09-13T14:47:39.732 INFO:teuthology.orchestra.run.smithi104.stdout: "ops": [], 2024-09-13T14:47:39.733 INFO:teuthology.orchestra.run.smithi104.stdout: "complaint_time": 30, 2024-09-13T14:47:39.733 INFO:teuthology.orchestra.run.smithi104.stdout: "num_blocked_ops": 0 2024-09-13T14:47:39.733 INFO:teuthology.orchestra.run.smithi104.stdout:} 2024-09-13T14:47:39.771 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:39.797 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:39.798 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:39.798 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:39.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:39 smithi071 ceph-mon[107477]: pgmap v1467: 89 pgs: 1 active+recovery_wait+degraded+remapped, 2 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+degraded+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 4.1 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 190 op/s; 32170/201024 objects degraded (16.003%); 47956/201024 objects misplaced (23.856%); 8.3 MiB/s, 133 objects/s recovering 2024-09-13T14:47:39.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:39 smithi071 ceph-mon[112785]: pgmap v1467: 89 pgs: 1 active+recovery_wait+degraded+remapped, 2 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+degraded+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 4.1 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 190 op/s; 32170/201024 objects degraded (16.003%); 47956/201024 objects misplaced (23.856%); 8.3 MiB/s, 133 objects/s recovering 2024-09-13T14:47:39.899 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:39.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:39 smithi104 ceph-mon[105578]: pgmap v1467: 89 pgs: 1 active+recovery_wait+degraded+remapped, 2 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+degraded+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 4.1 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 190 op/s; 32170/201024 objects degraded (16.003%); 47956/201024 objects misplaced (23.856%); 8.3 MiB/s, 133 objects/s recovering 2024-09-13T14:47:39.922 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:39.922 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:39.923 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:40.024 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:40.045 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:40.045 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:40.046 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:40.146 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:40.169 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:40.169 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:40.170 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:40.271 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:47:40.293 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:40.293 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:40.294 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:47:40.395 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:47:40.417 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:40.418 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:40.418 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:47:40.479 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.7 dump_historic_ops 2024-09-13T14:47:40.520 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:40.542 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:40.542 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:40.543 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:40.643 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:47:40.669 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:40.670 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:40.670 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:47:40.702 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:47:40.771 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:47:40.793 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:40.794 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:40.794 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:47:40.895 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:40.916 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:40.917 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:40.917 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:41.018 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:47:41.043 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:41.043 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:41.044 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:47:41.144 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:41.171 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:41.172 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:41.172 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:41.273 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:47:41.295 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:41.296 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:41.296 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:47:41.397 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:41.418 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:41.419 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:41.419 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:41.520 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:47:41.542 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:41.543 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:41.543 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:47:41.644 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:41.669 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:41.669 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:41.669 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:41.770 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:47:41.794 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:41.794 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:41.795 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:47:41.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:41 smithi071 ceph-mon[107477]: pgmap v1468: 89 pgs: 1 active+recovery_wait+degraded+remapped, 2 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 4.0 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 201 op/s; 31899/198930 objects degraded (16.035%); 46724/198930 objects misplaced (23.488%); 8.6 MiB/s, 137 objects/s recovering 2024-09-13T14:47:41.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:41 smithi071 ceph-mon[112785]: pgmap v1468: 89 pgs: 1 active+recovery_wait+degraded+remapped, 2 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 4.0 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 201 op/s; 31899/198930 objects degraded (16.035%); 46724/198930 objects misplaced (23.488%); 8.6 MiB/s, 137 objects/s recovering 2024-09-13T14:47:41.896 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:41.897 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:41 smithi104 ceph-mon[105578]: pgmap v1468: 89 pgs: 1 active+recovery_wait+degraded+remapped, 2 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 4.0 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 201 op/s; 31899/198930 objects degraded (16.035%); 46724/198930 objects misplaced (23.488%); 8.6 MiB/s, 137 objects/s recovering 2024-09-13T14:47:41.921 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:41.922 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:41.923 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:42.023 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:42.047 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:42.047 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:42.048 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:42.148 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:47:42.173 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:42.173 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:42.173 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:47:42.274 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:47:42.297 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:42.297 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:42.298 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:47:42.398 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:47:42.421 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:42.422 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:42.422 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:47:42.523 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:42.545 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2024-09-13T14:47:42.545 INFO:teuthology.orchestra.run.smithi104.stdout: "size": 20, 2024-09-13T14:47:42.545 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 600, 2024-09-13T14:47:42.546 INFO:teuthology.orchestra.run.smithi104.stdout: "ops": [ 2024-09-13T14:47:42.546 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.546 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:156853 7.9 7:99cd7a09:::benchmark_data_smithi071_196541_object43913:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1177)", 2024-09-13T14:47:42.546 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:47:24.375921+0000", 2024-09-13T14:47:42.546 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 18.122570890999999, 2024-09-13T14:47:42.546 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.4012442540000001, 2024-09-13T14:47:42.546 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:42.546 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:47:42.546 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:42.546 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:47:42.546 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:47:42.546 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 156853 2024-09-13T14:47:42.546 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.547 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:42.547 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.547 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:42.547 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:24.375921+0000", 2024-09-13T14:47:42.547 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:42.547 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.547 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.547 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:42.547 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:24.375921+0000", 2024-09-13T14:47:42.547 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:42.547 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.547 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.547 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:42.547 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:24.375919+0000", 2024-09-13T14:47:42.548 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:47:42.548 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.548 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.548 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:42.548 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:24.375928+0000", 2024-09-13T14:47:42.548 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.5539999999999998e-06 2024-09-13T14:47:42.548 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.548 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.548 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:42.548 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:24.375941+0000", 2024-09-13T14:47:42.548 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.344e-05 2024-09-13T14:47:42.548 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.548 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.549 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:42.549 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:24.375949+0000", 2024-09-13T14:47:42.549 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.763e-06 2024-09-13T14:47:42.549 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.549 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.549 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:42.549 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:24.385964+0000", 2024-09-13T14:47:42.549 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.010015372999999999 2024-09-13T14:47:42.549 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.549 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.549 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:47:42.549 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:24.391298+0000", 2024-09-13T14:47:42.549 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0053336629999999998 2024-09-13T14:47:42.550 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.550 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.550 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:42.550 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:24.435465+0000", 2024-09-13T14:47:42.550 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.044166795000000002 2024-09-13T14:47:42.550 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.550 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.550 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:47:42.550 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:24.441061+0000", 2024-09-13T14:47:42.550 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.005596785 2024-09-13T14:47:42.550 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.550 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.550 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:42.551 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.691410+0000", 2024-09-13T14:47:42.551 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2503482100000001 2024-09-13T14:47:42.551 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.551 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.551 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:47:42.551 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.695751+0000", 2024-09-13T14:47:42.551 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0043408810000000004 2024-09-13T14:47:42.551 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.551 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.551 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1", 2024-09-13T14:47:42.551 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.704154+0000", 2024-09-13T14:47:42.551 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0084030240000000003 2024-09-13T14:47:42.551 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.551 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.552 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:47:42.552 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.734981+0000", 2024-09-13T14:47:42.552 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.030826935999999999 2024-09-13T14:47:42.552 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.552 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.552 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:42.552 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.762046+0000", 2024-09-13T14:47:42.552 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.027065901999999999 2024-09-13T14:47:42.552 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.552 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.552 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:42.552 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.764956+0000", 2024-09-13T14:47:42.552 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0029095660000000001 2024-09-13T14:47:42.553 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.553 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.553 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:47:42.553 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.767380+0000", 2024-09-13T14:47:42.553 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0024242869999999998 2024-09-13T14:47:42.553 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.553 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.553 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:47:42.553 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.777165+0000", 2024-09-13T14:47:42.553 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0097846419999999996 2024-09-13T14:47:42.553 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:42.553 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:42.553 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:42.553 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.554 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.554 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:156900 7.9 7:9cc99def:::benchmark_data_smithi071_196541_object43960:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1177)", 2024-09-13T14:47:42.554 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:47:24.824869+0000", 2024-09-13T14:47:42.554 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 17.673622448, 2024-09-13T14:47:42.554 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.353216792, 2024-09-13T14:47:42.554 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:42.554 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:47:42.554 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:42.554 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:47:42.554 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:47:42.554 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 156900 2024-09-13T14:47:42.554 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.554 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:42.554 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.555 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:42.555 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:24.824869+0000", 2024-09-13T14:47:42.555 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:42.555 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.555 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.555 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:42.555 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:24.824869+0000", 2024-09-13T14:47:42.555 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:42.555 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.555 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.555 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:42.555 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:24.824868+0000", 2024-09-13T14:47:42.555 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:47:42.555 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.556 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.556 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:42.556 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:24.824873+0000", 2024-09-13T14:47:42.556 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.9359999999999998e-06 2024-09-13T14:47:42.556 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.556 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.556 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:42.556 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:24.824886+0000", 2024-09-13T14:47:42.556 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2955999999999999e-05 2024-09-13T14:47:42.556 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.556 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.556 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:42.556 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:24.824894+0000", 2024-09-13T14:47:42.556 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.1790000000000008e-06 2024-09-13T14:47:42.557 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.557 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.557 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:42.557 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:24.931129+0000", 2024-09-13T14:47:42.557 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.10623497599999999 2024-09-13T14:47:42.557 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.557 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.557 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:47:42.557 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:24.936530+0000", 2024-09-13T14:47:42.557 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0054008800000000003 2024-09-13T14:47:42.557 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.557 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.557 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:42.557 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.015915+0000", 2024-09-13T14:47:42.558 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.079385334000000002 2024-09-13T14:47:42.558 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.558 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.558 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:47:42.558 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.021216+0000", 2024-09-13T14:47:42.558 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0053001979999999999 2024-09-13T14:47:42.558 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.558 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.558 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:42.558 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:26.087949+0000", 2024-09-13T14:47:42.558 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0667329350000001 2024-09-13T14:47:42.558 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.558 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.559 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:47:42.559 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:26.093500+0000", 2024-09-13T14:47:42.559 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0055517680000000003 2024-09-13T14:47:42.559 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.559 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.559 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1", 2024-09-13T14:47:42.559 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:26.102729+0000", 2024-09-13T14:47:42.559 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0092286650000000005 2024-09-13T14:47:42.559 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.559 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.559 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:47:42.559 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:26.161053+0000", 2024-09-13T14:47:42.559 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.058323962 2024-09-13T14:47:42.559 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.560 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.560 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:42.560 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:26.163632+0000", 2024-09-13T14:47:42.560 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0025793890000000001 2024-09-13T14:47:42.560 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.560 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.560 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:42.560 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:26.165187+0000", 2024-09-13T14:47:42.560 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00155506 2024-09-13T14:47:42.560 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.560 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.560 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:47:42.560 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:26.167605+0000", 2024-09-13T14:47:42.561 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0024174719999999999 2024-09-13T14:47:42.561 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.561 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.561 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:47:42.561 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:26.178086+0000", 2024-09-13T14:47:42.561 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.010480941000000001 2024-09-13T14:47:42.561 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:42.561 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:42.561 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:42.561 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.561 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.561 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:156940 7.9 7:9fffa2e8:::benchmark_data_smithi071_196541_object44000:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1177)", 2024-09-13T14:47:42.561 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:47:25.096506+0000", 2024-09-13T14:47:42.561 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 17.401985704000001, 2024-09-13T14:47:42.562 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.4489353679999999, 2024-09-13T14:47:42.562 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:42.562 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:47:42.562 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:42.562 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:47:42.562 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:47:42.562 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 156940 2024-09-13T14:47:42.562 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.562 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:42.562 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.562 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:42.562 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.096506+0000", 2024-09-13T14:47:42.562 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:42.563 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.563 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.563 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:42.563 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.096506+0000", 2024-09-13T14:47:42.563 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:42.563 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.563 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.563 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:42.563 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.096504+0000", 2024-09-13T14:47:42.563 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:47:42.563 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.563 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.563 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:42.564 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.096510+0000", 2024-09-13T14:47:42.564 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.6289999999999998e-06 2024-09-13T14:47:42.564 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.564 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.564 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:42.564 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.096522+0000", 2024-09-13T14:47:42.564 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1610000000000001e-05 2024-09-13T14:47:42.564 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.564 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.564 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:42.564 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.096528+0000", 2024-09-13T14:47:42.564 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.0769999999999996e-06 2024-09-13T14:47:42.564 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.564 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.565 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:42.565 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.144133+0000", 2024-09-13T14:47:42.565 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.047605441999999998 2024-09-13T14:47:42.565 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.565 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.565 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:47:42.565 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.149421+0000", 2024-09-13T14:47:42.565 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0052876700000000004 2024-09-13T14:47:42.565 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.565 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.565 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:42.565 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.242719+0000", 2024-09-13T14:47:42.565 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.093297845000000004 2024-09-13T14:47:42.566 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.566 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.566 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:47:42.566 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.249488+0000", 2024-09-13T14:47:42.566 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0067692469999999999 2024-09-13T14:47:42.566 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.566 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.566 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:42.566 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:26.411048+0000", 2024-09-13T14:47:42.566 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.161560361 2024-09-13T14:47:42.566 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.566 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.566 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:47:42.566 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:26.415332+0000", 2024-09-13T14:47:42.566 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0042839769999999996 2024-09-13T14:47:42.567 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.567 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.567 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1", 2024-09-13T14:47:42.567 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:26.424045+0000", 2024-09-13T14:47:42.567 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0087127760000000002 2024-09-13T14:47:42.567 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.567 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.567 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:42.567 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:26.463277+0000", 2024-09-13T14:47:42.567 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.039232247999999997 2024-09-13T14:47:42.567 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.567 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.567 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:42.568 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:26.464747+0000", 2024-09-13T14:47:42.568 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001469527 2024-09-13T14:47:42.568 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.568 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.568 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:47:42.568 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:26.533511+0000", 2024-09-13T14:47:42.568 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.068764643 2024-09-13T14:47:42.568 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.568 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.568 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:47:42.568 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:26.535814+0000", 2024-09-13T14:47:42.568 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0023023980000000002 2024-09-13T14:47:42.568 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.568 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.569 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:47:42.569 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:26.545441+0000", 2024-09-13T14:47:42.569 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0096273509999999993 2024-09-13T14:47:42.569 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:42.569 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:42.569 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:42.569 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.569 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.569 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:157089 7.9 7:944cd0e2:::benchmark_data_smithi071_196541_object44149:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1177)", 2024-09-13T14:47:42.569 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:47:25.552367+0000", 2024-09-13T14:47:42.569 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 16.946124429000001, 2024-09-13T14:47:42.569 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.4818530569999999, 2024-09-13T14:47:42.569 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:42.570 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:47:42.570 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:42.570 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:47:42.570 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:47:42.570 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 157089 2024-09-13T14:47:42.570 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.570 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:42.570 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.570 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:42.570 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.552367+0000", 2024-09-13T14:47:42.570 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:42.570 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.570 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.570 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:42.571 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.552367+0000", 2024-09-13T14:47:42.571 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:42.571 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.571 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.571 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:42.571 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.552366+0000", 2024-09-13T14:47:42.571 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:47:42.571 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.571 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.571 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:42.571 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.552371+0000", 2024-09-13T14:47:42.571 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.4110000000000004e-06 2024-09-13T14:47:42.571 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.572 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.572 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:42.572 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.552385+0000", 2024-09-13T14:47:42.572 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3285000000000001e-05 2024-09-13T14:47:42.572 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.572 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.572 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:42.572 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.552391+0000", 2024-09-13T14:47:42.572 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.6340000000000003e-06 2024-09-13T14:47:42.572 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.572 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.572 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:42.572 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.665933+0000", 2024-09-13T14:47:42.572 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.11354189100000001 2024-09-13T14:47:42.573 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.573 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.573 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:47:42.573 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.671273+0000", 2024-09-13T14:47:42.573 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0053399540000000001 2024-09-13T14:47:42.573 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.573 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.573 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:42.573 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.728969+0000", 2024-09-13T14:47:42.573 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.057695622000000002 2024-09-13T14:47:42.573 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.573 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.573 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:47:42.574 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.734490+0000", 2024-09-13T14:47:42.574 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0055210060000000002 2024-09-13T14:47:42.574 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.574 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.574 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:42.574 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:26.898217+0000", 2024-09-13T14:47:42.574 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1637271309999999 2024-09-13T14:47:42.574 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.574 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.574 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:47:42.574 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:26.902456+0000", 2024-09-13T14:47:42.574 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0042393459999999997 2024-09-13T14:47:42.574 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.574 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.575 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1", 2024-09-13T14:47:42.575 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:26.910867+0000", 2024-09-13T14:47:42.575 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0084111600000000009 2024-09-13T14:47:42.575 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.575 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.575 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:42.575 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:26.949296+0000", 2024-09-13T14:47:42.575 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.038428332000000003 2024-09-13T14:47:42.575 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.575 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.575 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:42.575 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:26.950734+0000", 2024-09-13T14:47:42.575 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0014382729999999999 2024-09-13T14:47:42.576 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.576 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.576 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:47:42.576 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:27.021503+0000", 2024-09-13T14:47:42.576 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.070768853000000007 2024-09-13T14:47:42.576 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.576 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.576 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:47:42.576 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:27.024128+0000", 2024-09-13T14:47:42.576 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0026247129999999999 2024-09-13T14:47:42.576 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.576 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.576 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:47:42.577 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:27.034220+0000", 2024-09-13T14:47:42.577 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.010092571 2024-09-13T14:47:42.577 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:42.577 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:42.577 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:42.577 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.577 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.577 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:157093 7.9 7:9e13d607:::benchmark_data_smithi071_196541_object44153:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1177)", 2024-09-13T14:47:42.577 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:47:25.569581+0000", 2024-09-13T14:47:42.577 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 16.928910734999999, 2024-09-13T14:47:42.577 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.4775769350000001, 2024-09-13T14:47:42.577 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:42.577 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:47:42.577 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:42.578 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:47:42.578 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:47:42.578 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 157093 2024-09-13T14:47:42.578 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.578 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:42.578 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.578 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:42.578 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.569581+0000", 2024-09-13T14:47:42.578 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:42.578 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.578 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.578 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:42.578 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.569581+0000", 2024-09-13T14:47:42.578 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:42.579 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.579 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.579 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:42.579 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.569580+0000", 2024-09-13T14:47:42.579 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:47:42.579 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.579 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.579 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:42.579 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.569585+0000", 2024-09-13T14:47:42.579 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.9049999999999996e-06 2024-09-13T14:47:42.580 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.580 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.580 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:42.580 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.569596+0000", 2024-09-13T14:47:42.580 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0859999999999999e-05 2024-09-13T14:47:42.580 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.580 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.580 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:42.580 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.569601+0000", 2024-09-13T14:47:42.580 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.4700000000000001e-06 2024-09-13T14:47:42.580 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.580 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.580 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:42.580 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.671777+0000", 2024-09-13T14:47:42.581 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.102175418 2024-09-13T14:47:42.581 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.581 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.581 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:47:42.581 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.677133+0000", 2024-09-13T14:47:42.581 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0053564579999999997 2024-09-13T14:47:42.581 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.581 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.581 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:42.581 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.755262+0000", 2024-09-13T14:47:42.581 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.078128797999999999 2024-09-13T14:47:42.581 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.581 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.582 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:47:42.582 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.760565+0000", 2024-09-13T14:47:42.582 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0053029369999999998 2024-09-13T14:47:42.582 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.582 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.582 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:42.582 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:26.928934+0000", 2024-09-13T14:47:42.582 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1683694600000001 2024-09-13T14:47:42.582 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.582 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.582 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:47:42.582 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:26.933233+0000", 2024-09-13T14:47:42.582 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0042985250000000001 2024-09-13T14:47:42.583 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.583 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.583 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1", 2024-09-13T14:47:42.583 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:26.941715+0000", 2024-09-13T14:47:42.583 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.008482145 2024-09-13T14:47:42.583 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.583 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.583 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:42.583 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:26.952148+0000", 2024-09-13T14:47:42.583 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.010433088 2024-09-13T14:47:42.583 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.583 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.583 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:42.583 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:26.953571+0000", 2024-09-13T14:47:42.584 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0014234250000000001 2024-09-13T14:47:42.584 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.584 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.584 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:47:42.584 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:27.034680+0000", 2024-09-13T14:47:42.584 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.081108477999999998 2024-09-13T14:47:42.584 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.584 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.584 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:47:42.584 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:27.037388+0000", 2024-09-13T14:47:42.584 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0027077730000000001 2024-09-13T14:47:42.584 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.584 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.585 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:47:42.585 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:27.047158+0000", 2024-09-13T14:47:42.585 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0097700779999999997 2024-09-13T14:47:42.585 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:42.585 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:42.585 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:42.585 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.585 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.585 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:157293 7.9 7:928467fb:::benchmark_data_smithi071_196541_object44353:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1177)", 2024-09-13T14:47:42.585 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:47:27.080347+0000", 2024-09-13T14:47:42.585 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 15.418144407, 2024-09-13T14:47:42.585 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.364788348, 2024-09-13T14:47:42.585 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:42.585 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:47:42.586 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:42.586 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:47:42.586 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:47:42.586 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 157293 2024-09-13T14:47:42.586 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.586 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:42.586 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.586 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:42.586 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:27.080347+0000", 2024-09-13T14:47:42.586 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:42.586 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.586 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.586 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:42.586 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:27.080347+0000", 2024-09-13T14:47:42.587 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:42.587 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.587 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.587 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:42.587 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:27.080346+0000", 2024-09-13T14:47:42.587 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:47:42.587 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.587 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.587 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:42.587 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:27.080352+0000", 2024-09-13T14:47:42.587 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.494e-06 2024-09-13T14:47:42.587 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.587 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.588 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:42.588 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:27.080364+0000", 2024-09-13T14:47:42.588 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1287999999999999e-05 2024-09-13T14:47:42.588 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.588 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.588 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:42.588 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:27.080369+0000", 2024-09-13T14:47:42.588 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.9290000000000003e-06 2024-09-13T14:47:42.588 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.588 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.588 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:42.588 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:27.091152+0000", 2024-09-13T14:47:42.588 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.010782605000000001 2024-09-13T14:47:42.589 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.589 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.589 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:47:42.589 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:27.096827+0000", 2024-09-13T14:47:42.589 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0056745399999999996 2024-09-13T14:47:42.589 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.589 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.589 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:42.589 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:27.168676+0000", 2024-09-13T14:47:42.589 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.071849219000000006 2024-09-13T14:47:42.589 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.589 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.589 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:47:42.589 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:27.173938+0000", 2024-09-13T14:47:42.590 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0052618810000000004 2024-09-13T14:47:42.590 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.590 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.590 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:42.590 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.333167+0000", 2024-09-13T14:47:42.590 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1592291219999999 2024-09-13T14:47:42.590 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.590 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.590 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:47:42.590 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.339084+0000", 2024-09-13T14:47:42.590 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0059175670000000003 2024-09-13T14:47:42.590 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.590 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.591 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1", 2024-09-13T14:47:42.591 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.352916+0000", 2024-09-13T14:47:42.591 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.013831316999999999 2024-09-13T14:47:42.591 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.591 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.591 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:42.591 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.407622+0000", 2024-09-13T14:47:42.591 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.054706692000000001 2024-09-13T14:47:42.591 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.591 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.591 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:42.591 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.409597+0000", 2024-09-13T14:47:42.591 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0019742789999999998 2024-09-13T14:47:42.591 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.592 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.592 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:47:42.592 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.430795+0000", 2024-09-13T14:47:42.592 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.021198361999999998 2024-09-13T14:47:42.592 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.592 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.592 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:47:42.592 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.434875+0000", 2024-09-13T14:47:42.592 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0040800339999999997 2024-09-13T14:47:42.592 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.592 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.592 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:47:42.592 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.445135+0000", 2024-09-13T14:47:42.592 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.010260372 2024-09-13T14:47:42.593 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:42.593 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:42.593 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:42.593 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.593 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.593 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:157395 7.9 7:9219c39e:::benchmark_data_smithi071_196541_object44455:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1177)", 2024-09-13T14:47:42.593 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:47:27.604053+0000", 2024-09-13T14:47:42.593 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 14.894438773999999, 2024-09-13T14:47:42.593 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3989131539999999, 2024-09-13T14:47:42.593 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:42.593 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:47:42.593 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:42.593 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:47:42.594 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:47:42.594 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 157395 2024-09-13T14:47:42.594 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.594 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:42.594 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.594 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:42.594 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:27.604053+0000", 2024-09-13T14:47:42.594 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:42.594 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.594 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.594 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:42.594 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:27.604053+0000", 2024-09-13T14:47:42.594 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:42.595 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.595 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.595 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:42.595 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:27.604052+0000", 2024-09-13T14:47:42.595 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:47:42.595 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.595 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.595 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:42.595 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:27.604059+0000", 2024-09-13T14:47:42.595 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.2989999999999999e-06 2024-09-13T14:47:42.595 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.595 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.595 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:42.595 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:27.604074+0000", 2024-09-13T14:47:42.596 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.4579000000000001e-05 2024-09-13T14:47:42.596 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.596 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.596 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:42.596 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:27.604081+0000", 2024-09-13T14:47:42.596 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.3010000000000001e-06 2024-09-13T14:47:42.596 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.596 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.596 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:42.596 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:27.692528+0000", 2024-09-13T14:47:42.596 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.088447064000000006 2024-09-13T14:47:42.596 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.596 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.597 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:47:42.597 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:27.698437+0000", 2024-09-13T14:47:42.597 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0059094270000000001 2024-09-13T14:47:42.597 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.597 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.597 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:42.597 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:27.751926+0000", 2024-09-13T14:47:42.597 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.053488929999999997 2024-09-13T14:47:42.597 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.597 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.597 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:47:42.597 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:27.757186+0000", 2024-09-13T14:47:42.597 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0052601030000000003 2024-09-13T14:47:42.597 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.598 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.598 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:42.598 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.928149+0000", 2024-09-13T14:47:42.598 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.170962836 2024-09-13T14:47:42.598 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.598 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.598 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:47:42.598 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.932424+0000", 2024-09-13T14:47:42.598 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.004274216 2024-09-13T14:47:42.598 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.598 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.598 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1", 2024-09-13T14:47:42.598 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.941396+0000", 2024-09-13T14:47:42.598 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0089722949999999999 2024-09-13T14:47:42.599 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.599 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.599 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:42.599 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.984307+0000", 2024-09-13T14:47:42.599 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.042911245000000001 2024-09-13T14:47:42.599 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.599 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.599 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:42.599 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.985735+0000", 2024-09-13T14:47:42.599 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001427645 2024-09-13T14:47:42.599 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.599 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.599 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:47:42.600 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.990687+0000", 2024-09-13T14:47:42.600 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0049524169999999998 2024-09-13T14:47:42.600 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.600 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.600 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:47:42.600 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.993153+0000", 2024-09-13T14:47:42.600 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.002465568 2024-09-13T14:47:42.600 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.600 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.600 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:47:42.600 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.002966+0000", 2024-09-13T14:47:42.600 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0098132080000000003 2024-09-13T14:47:42.600 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:42.600 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:42.601 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:42.601 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.601 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.601 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:157520 7.9 7:907a668f:::benchmark_data_smithi071_196541_object44580:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1177)", 2024-09-13T14:47:42.601 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:47:28.183854+0000", 2024-09-13T14:47:42.601 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 14.314637511000001, 2024-09-13T14:47:42.601 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.4103469360000001, 2024-09-13T14:47:42.601 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:42.601 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:47:42.601 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:42.601 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:47:42.601 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:47:42.601 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 157520 2024-09-13T14:47:42.601 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.602 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:42.602 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.602 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:42.602 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.183854+0000", 2024-09-13T14:47:42.602 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:42.602 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.602 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.602 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:42.602 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.183854+0000", 2024-09-13T14:47:42.602 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:42.602 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.602 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.602 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:42.602 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.183852+0000", 2024-09-13T14:47:42.603 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999976 2024-09-13T14:47:42.603 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.603 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.603 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:42.603 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.183860+0000", 2024-09-13T14:47:42.603 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.2279999999999998e-06 2024-09-13T14:47:42.603 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.603 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.603 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:42.603 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.183876+0000", 2024-09-13T14:47:42.603 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.6240999999999999e-05 2024-09-13T14:47:42.603 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.603 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.604 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:42.604 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.183885+0000", 2024-09-13T14:47:42.604 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.8710000000000003e-06 2024-09-13T14:47:42.604 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.604 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.604 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:42.604 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.208495+0000", 2024-09-13T14:47:42.604 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.024609550000000001 2024-09-13T14:47:42.604 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.604 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.604 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:47:42.604 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.213896+0000", 2024-09-13T14:47:42.604 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0054008859999999997 2024-09-13T14:47:42.604 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.605 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.605 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:42.605 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.273439+0000", 2024-09-13T14:47:42.605 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.059543408999999999 2024-09-13T14:47:42.605 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.605 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.605 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:47:42.605 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.280799+0000", 2024-09-13T14:47:42.605 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0073596989999999999 2024-09-13T14:47:42.605 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.605 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.605 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:42.605 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.402733+0000", 2024-09-13T14:47:42.605 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1219344309999999 2024-09-13T14:47:42.606 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.606 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.606 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:47:42.606 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.407077+0000", 2024-09-13T14:47:42.606 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.004343375 2024-09-13T14:47:42.606 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.606 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.606 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1", 2024-09-13T14:47:42.606 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.415735+0000", 2024-09-13T14:47:42.606 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0086589189999999993 2024-09-13T14:47:42.606 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.606 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.606 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:42.607 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.445909+0000", 2024-09-13T14:47:42.607 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.030173746000000001 2024-09-13T14:47:42.607 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.607 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.607 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:42.607 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.447320+0000", 2024-09-13T14:47:42.607 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0014109610000000001 2024-09-13T14:47:42.607 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.607 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.607 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:47:42.607 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.581312+0000", 2024-09-13T14:47:42.607 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.13399148 2024-09-13T14:47:42.607 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.607 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.607 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:47:42.608 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.583712+0000", 2024-09-13T14:47:42.608 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.002400606 2024-09-13T14:47:42.608 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.608 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.608 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:47:42.608 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.594201+0000", 2024-09-13T14:47:42.608 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.010488730999999999 2024-09-13T14:47:42.608 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:42.608 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:42.608 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:42.608 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.608 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.608 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:157521 7.9 7:96fa7f7e:::benchmark_data_smithi071_196541_object44581:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1177)", 2024-09-13T14:47:42.609 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:47:28.184015+0000", 2024-09-13T14:47:42.609 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 14.314476666999999, 2024-09-13T14:47:42.609 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.439232047, 2024-09-13T14:47:42.609 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:42.609 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:47:42.609 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:42.609 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:47:42.609 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:47:42.609 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 157521 2024-09-13T14:47:42.609 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.609 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:42.609 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.609 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:42.609 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.184015+0000", 2024-09-13T14:47:42.610 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:42.610 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.610 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.610 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:42.610 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.184015+0000", 2024-09-13T14:47:42.610 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:42.610 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.610 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.610 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:42.610 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.184014+0000", 2024-09-13T14:47:42.610 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T14:47:42.610 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.610 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.611 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:42.611 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.184018+0000", 2024-09-13T14:47:42.611 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.1849999999999997e-06 2024-09-13T14:47:42.611 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.611 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.611 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:42.611 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.184028+0000", 2024-09-13T14:47:42.611 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.6940000000000007e-06 2024-09-13T14:47:42.611 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.611 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.611 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:42.611 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.184034+0000", 2024-09-13T14:47:42.611 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.7980000000000002e-06 2024-09-13T14:47:42.611 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.612 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.612 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:42.612 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.214694+0000", 2024-09-13T14:47:42.612 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.030660119999999999 2024-09-13T14:47:42.612 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.612 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.612 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:47:42.612 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.221827+0000", 2024-09-13T14:47:42.612 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0071335089999999997 2024-09-13T14:47:42.612 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.612 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.612 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:42.612 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.305265+0000", 2024-09-13T14:47:42.613 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.083437496 2024-09-13T14:47:42.613 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.613 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.613 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:47:42.613 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.314449+0000", 2024-09-13T14:47:42.613 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0091840099999999994 2024-09-13T14:47:42.613 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.613 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.613 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:42.613 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.459456+0000", 2024-09-13T14:47:42.613 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1450072870000001 2024-09-13T14:47:42.613 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.614 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.614 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:47:42.614 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.463591+0000", 2024-09-13T14:47:42.614 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0041343300000000003 2024-09-13T14:47:42.614 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.614 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.614 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1", 2024-09-13T14:47:42.614 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.472079+0000", 2024-09-13T14:47:42.614 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0084884130000000002 2024-09-13T14:47:42.614 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.614 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.614 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:42.614 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.510075+0000", 2024-09-13T14:47:42.614 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.037996051000000003 2024-09-13T14:47:42.615 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.615 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.615 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:42.615 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.511482+0000", 2024-09-13T14:47:42.615 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001406746 2024-09-13T14:47:42.615 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.615 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.615 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:47:42.615 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.609566+0000", 2024-09-13T14:47:42.615 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.098084347000000002 2024-09-13T14:47:42.615 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.615 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.615 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:47:42.615 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.612003+0000", 2024-09-13T14:47:42.616 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0024368699999999998 2024-09-13T14:47:42.616 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.616 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.616 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:47:42.616 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.623247+0000", 2024-09-13T14:47:42.616 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.011243902 2024-09-13T14:47:42.616 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:42.616 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:42.616 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:42.616 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.616 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.616 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:157657 7.9 7:904a2ae8:::benchmark_data_smithi071_196541_object44717:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1177)", 2024-09-13T14:47:42.616 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:47:28.805016+0000", 2024-09-13T14:47:42.616 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 13.693475636000001, 2024-09-13T14:47:42.617 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3785691419999999, 2024-09-13T14:47:42.617 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:42.617 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:47:42.617 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:42.617 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:47:42.617 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:47:42.617 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 157657 2024-09-13T14:47:42.617 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.617 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:42.617 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.617 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:42.617 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.805016+0000", 2024-09-13T14:47:42.617 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:42.618 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.618 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.618 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:42.618 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.805016+0000", 2024-09-13T14:47:42.618 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:42.618 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.618 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.618 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:42.618 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.805014+0000", 2024-09-13T14:47:42.618 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999981 2024-09-13T14:47:42.618 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.618 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.618 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:42.618 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.805022+0000", 2024-09-13T14:47:42.619 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.7230000000000004e-06 2024-09-13T14:47:42.619 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.619 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.619 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:42.619 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.805035+0000", 2024-09-13T14:47:42.619 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2937e-05 2024-09-13T14:47:42.619 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.619 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.619 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:42.619 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.805042+0000", 2024-09-13T14:47:42.619 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.3699999999999997e-06 2024-09-13T14:47:42.619 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.619 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.620 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:42.620 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.861809+0000", 2024-09-13T14:47:42.620 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.056767075 2024-09-13T14:47:42.620 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.620 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.620 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:47:42.620 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.867105+0000", 2024-09-13T14:47:42.620 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0052962779999999997 2024-09-13T14:47:42.620 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.620 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.620 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:42.620 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.909944+0000", 2024-09-13T14:47:42.620 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.042838547999999997 2024-09-13T14:47:42.620 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.621 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.621 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:47:42.621 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.915416+0000", 2024-09-13T14:47:42.621 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0054720619999999998 2024-09-13T14:47:42.621 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.621 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.621 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:42.621 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.115112+0000", 2024-09-13T14:47:42.621 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.199695556 2024-09-13T14:47:42.621 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.621 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.621 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:47:42.621 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.119446+0000", 2024-09-13T14:47:42.622 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0043338559999999996 2024-09-13T14:47:42.622 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.622 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.622 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1", 2024-09-13T14:47:42.622 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.128015+0000", 2024-09-13T14:47:42.622 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0085694039999999992 2024-09-13T14:47:42.622 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.622 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.622 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:42.622 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.168023+0000", 2024-09-13T14:47:42.622 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.040008308999999999 2024-09-13T14:47:42.622 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.622 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.622 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:47:42.623 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.168488+0000", 2024-09-13T14:47:42.623 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00046522099999999998 2024-09-13T14:47:42.623 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.623 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.623 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:42.623 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.170431+0000", 2024-09-13T14:47:42.623 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001942697 2024-09-13T14:47:42.623 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.623 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.623 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:47:42.623 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.172697+0000", 2024-09-13T14:47:42.623 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0022657010000000002 2024-09-13T14:47:42.623 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.623 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.624 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:47:42.624 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.183585+0000", 2024-09-13T14:47:42.624 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.010888208 2024-09-13T14:47:42.624 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:42.624 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:42.624 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:42.624 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.624 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.624 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:157759 7.9 7:91468d9d:::benchmark_data_smithi071_196541_object44819:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1177)", 2024-09-13T14:47:42.624 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:47:29.245677+0000", 2024-09-13T14:47:42.624 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 13.252814323000001, 2024-09-13T14:47:42.624 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.395109505, 2024-09-13T14:47:42.624 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:42.625 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:47:42.625 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:42.625 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:47:42.625 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:47:42.625 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 157759 2024-09-13T14:47:42.625 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.625 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:42.625 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.625 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:42.625 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.245677+0000", 2024-09-13T14:47:42.625 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:42.625 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.625 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.625 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:42.626 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.245677+0000", 2024-09-13T14:47:42.626 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:42.626 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.626 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.626 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:42.626 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.245676+0000", 2024-09-13T14:47:42.626 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:47:42.626 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.626 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.626 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:42.626 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.245681+0000", 2024-09-13T14:47:42.626 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.1719999999999998e-06 2024-09-13T14:47:42.626 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.626 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.627 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:42.627 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.245691+0000", 2024-09-13T14:47:42.627 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.03e-05 2024-09-13T14:47:42.627 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.627 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.627 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:42.627 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.245697+0000", 2024-09-13T14:47:42.627 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.8390000000000003e-06 2024-09-13T14:47:42.627 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.627 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.627 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:42.627 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.327843+0000", 2024-09-13T14:47:42.627 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.082145608999999994 2024-09-13T14:47:42.627 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.628 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.628 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:47:42.628 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.333071+0000", 2024-09-13T14:47:42.628 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0052281599999999999 2024-09-13T14:47:42.628 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.628 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.628 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:42.628 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.377285+0000", 2024-09-13T14:47:42.628 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.044213662000000001 2024-09-13T14:47:42.628 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.628 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.628 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:47:42.628 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.382331+0000", 2024-09-13T14:47:42.629 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0050463590000000003 2024-09-13T14:47:42.629 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.629 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.629 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:42.629 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.572886+0000", 2024-09-13T14:47:42.629 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1905547750000001 2024-09-13T14:47:42.629 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.629 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.629 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:47:42.629 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.577339+0000", 2024-09-13T14:47:42.629 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0044531029999999999 2024-09-13T14:47:42.629 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.629 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.630 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1", 2024-09-13T14:47:42.630 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.586605+0000", 2024-09-13T14:47:42.630 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0092659620000000009 2024-09-13T14:47:42.630 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.630 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.630 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:47:42.630 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.605102+0000", 2024-09-13T14:47:42.630 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.018496718999999998 2024-09-13T14:47:42.630 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.630 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.630 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:42.630 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.626553+0000", 2024-09-13T14:47:42.630 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.021451173 2024-09-13T14:47:42.630 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.630 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.630 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:42.631 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.628036+0000", 2024-09-13T14:47:42.631 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0014834749999999999 2024-09-13T14:47:42.631 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.631 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.631 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:47:42.631 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.630341+0000", 2024-09-13T14:47:42.631 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0023051059999999999 2024-09-13T14:47:42.631 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.631 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.631 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:47:42.631 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.640787+0000", 2024-09-13T14:47:42.631 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.010445292 2024-09-13T14:47:42.631 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:42.631 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:42.631 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:42.632 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.632 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.632 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:157894 7.9 7:9ff7e17b:::benchmark_data_smithi071_196541_object44954:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1177)", 2024-09-13T14:47:42.632 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:47:29.897225+0000", 2024-09-13T14:47:42.632 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 12.601266214000001, 2024-09-13T14:47:42.632 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.385162929, 2024-09-13T14:47:42.632 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:42.632 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:47:42.632 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:42.632 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:47:42.632 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:47:42.632 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 157894 2024-09-13T14:47:42.632 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.633 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:42.633 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.633 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:42.633 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.897225+0000", 2024-09-13T14:47:42.633 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:42.633 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.633 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.633 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:42.633 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.897225+0000", 2024-09-13T14:47:42.633 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:42.633 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.633 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.633 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:42.633 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.897225+0000", 2024-09-13T14:47:42.634 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T14:47:42.634 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.634 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.634 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:42.634 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.897228+0000", 2024-09-13T14:47:42.634 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.3230000000000002e-06 2024-09-13T14:47:42.634 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.634 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.634 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:42.634 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.897238+0000", 2024-09-13T14:47:42.634 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.5799999999999998e-06 2024-09-13T14:47:42.634 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.634 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.634 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:42.635 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.897243+0000", 2024-09-13T14:47:42.635 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.4210000000000003e-06 2024-09-13T14:47:42.635 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.635 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.635 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:42.635 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.013788+0000", 2024-09-13T14:47:42.635 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.11654500600000001 2024-09-13T14:47:42.635 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.635 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.635 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:47:42.635 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.019179+0000", 2024-09-13T14:47:42.635 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0053912680000000003 2024-09-13T14:47:42.635 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.636 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.636 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:42.636 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.076497+0000", 2024-09-13T14:47:42.636 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.057317670000000001 2024-09-13T14:47:42.636 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.636 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.636 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:47:42.636 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.083228+0000", 2024-09-13T14:47:42.636 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0067313579999999998 2024-09-13T14:47:42.636 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.636 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.636 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:42.636 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.239948+0000", 2024-09-13T14:47:42.636 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.156719958 2024-09-13T14:47:42.636 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.637 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.637 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:47:42.637 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.244264+0000", 2024-09-13T14:47:42.637 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0043157559999999996 2024-09-13T14:47:42.637 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.637 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.637 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1", 2024-09-13T14:47:42.637 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.252825+0000", 2024-09-13T14:47:42.637 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0085609589999999999 2024-09-13T14:47:42.637 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.637 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.637 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:42.637 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.267761+0000", 2024-09-13T14:47:42.637 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.014935736999999999 2024-09-13T14:47:42.638 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.638 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.638 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:47:42.638 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.268245+0000", 2024-09-13T14:47:42.638 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00048402699999999999 2024-09-13T14:47:42.638 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.638 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.638 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:42.638 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.269688+0000", 2024-09-13T14:47:42.638 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0014433740000000001 2024-09-13T14:47:42.638 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.638 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.638 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:47:42.638 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.272038+0000", 2024-09-13T14:47:42.638 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.002349819 2024-09-13T14:47:42.639 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.639 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.639 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:47:42.639 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.282388+0000", 2024-09-13T14:47:42.639 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.010350188 2024-09-13T14:47:42.639 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:42.639 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:42.639 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:42.639 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.639 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.639 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:157989 7.9 7:9086c740:::benchmark_data_smithi071_196541_object45049:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1177)", 2024-09-13T14:47:42.639 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:47:30.295751+0000", 2024-09-13T14:47:42.639 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 12.202740983, 2024-09-13T14:47:42.640 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.42918061, 2024-09-13T14:47:42.640 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:42.640 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:47:42.640 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:42.640 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:47:42.640 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:47:42.640 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 157989 2024-09-13T14:47:42.640 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.640 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:42.640 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.640 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:42.640 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.295751+0000", 2024-09-13T14:47:42.640 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:42.641 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.641 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.641 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:42.641 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.295751+0000", 2024-09-13T14:47:42.641 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:42.641 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.641 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.641 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:42.641 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.295749+0000", 2024-09-13T14:47:42.641 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:47:42.641 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.641 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.641 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:42.641 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.295757+0000", 2024-09-13T14:47:42.642 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.3629999999999994e-06 2024-09-13T14:47:42.642 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.642 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.642 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:42.642 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.295771+0000", 2024-09-13T14:47:42.642 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3277e-05 2024-09-13T14:47:42.642 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.642 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.642 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:42.642 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.295777+0000", 2024-09-13T14:47:42.642 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.5590000000000002e-06 2024-09-13T14:47:42.642 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.642 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.643 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:42.643 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.390996+0000", 2024-09-13T14:47:42.643 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.095218988000000004 2024-09-13T14:47:42.643 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.643 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.643 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:47:42.643 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.396242+0000", 2024-09-13T14:47:42.643 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.005245754 2024-09-13T14:47:42.643 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.643 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.643 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:42.643 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.464614+0000", 2024-09-13T14:47:42.643 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.068371903999999997 2024-09-13T14:47:42.643 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.644 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.644 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:47:42.644 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.470268+0000", 2024-09-13T14:47:42.644 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0056539729999999996 2024-09-13T14:47:42.644 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.644 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.644 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:42.644 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.637523+0000", 2024-09-13T14:47:42.644 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.167254899 2024-09-13T14:47:42.644 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.644 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.644 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:47:42.645 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.641850+0000", 2024-09-13T14:47:42.645 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0043272650000000003 2024-09-13T14:47:42.645 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.645 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.645 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1", 2024-09-13T14:47:42.645 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.650424+0000", 2024-09-13T14:47:42.645 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0085744649999999999 2024-09-13T14:47:42.645 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.645 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.645 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:47:42.645 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.706805+0000", 2024-09-13T14:47:42.645 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.056380351000000002 2024-09-13T14:47:42.645 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.645 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.646 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:42.646 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.709202+0000", 2024-09-13T14:47:42.646 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0023971999999999999 2024-09-13T14:47:42.646 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.646 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.646 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:42.646 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.712694+0000", 2024-09-13T14:47:42.646 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0034921560000000002 2024-09-13T14:47:42.646 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.646 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.646 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:47:42.646 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.715107+0000", 2024-09-13T14:47:42.646 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00241253 2024-09-13T14:47:42.647 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.647 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.647 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:47:42.647 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.724931+0000", 2024-09-13T14:47:42.647 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0098245499999999996 2024-09-13T14:47:42.647 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:42.647 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:42.647 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:42.647 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.647 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.647 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:157991 7.9 7:99079df0:::benchmark_data_smithi071_196541_object45051:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1177)", 2024-09-13T14:47:42.647 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:47:30.366263+0000", 2024-09-13T14:47:42.647 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 12.132228825, 2024-09-13T14:47:42.647 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.425013643, 2024-09-13T14:47:42.648 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:42.648 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:47:42.648 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:42.648 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:47:42.648 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:47:42.648 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 157991 2024-09-13T14:47:42.648 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.648 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:42.648 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.648 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:42.648 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.366263+0000", 2024-09-13T14:47:42.648 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:42.648 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.648 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.649 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:42.649 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.366263+0000", 2024-09-13T14:47:42.649 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:42.649 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.649 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.649 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:42.649 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.366261+0000", 2024-09-13T14:47:42.649 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999981 2024-09-13T14:47:42.649 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.649 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.649 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:42.649 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.366269+0000", 2024-09-13T14:47:42.649 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.9500000000000001e-06 2024-09-13T14:47:42.650 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.650 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.650 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:42.650 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.366282+0000", 2024-09-13T14:47:42.650 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3661e-05 2024-09-13T14:47:42.650 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.650 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.650 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:42.650 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.366291+0000", 2024-09-13T14:47:42.650 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.1319999999999994e-06 2024-09-13T14:47:42.650 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.650 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.650 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:42.650 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.474195+0000", 2024-09-13T14:47:42.650 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.107904873 2024-09-13T14:47:42.650 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.651 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.651 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:47:42.651 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.479173+0000", 2024-09-13T14:47:42.651 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0049774800000000003 2024-09-13T14:47:42.651 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.651 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.651 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:42.651 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.536837+0000", 2024-09-13T14:47:42.651 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.057663633999999998 2024-09-13T14:47:42.651 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.651 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.651 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:47:42.651 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.542103+0000", 2024-09-13T14:47:42.651 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0052661030000000003 2024-09-13T14:47:42.651 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.652 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.652 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:42.652 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.737725+0000", 2024-09-13T14:47:42.652 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1956222670000001 2024-09-13T14:47:42.652 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.652 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.652 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:47:42.652 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.742608+0000", 2024-09-13T14:47:42.652 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0048831810000000003 2024-09-13T14:47:42.652 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.652 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.652 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1", 2024-09-13T14:47:42.652 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.752378+0000", 2024-09-13T14:47:42.652 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0097700900000000004 2024-09-13T14:47:42.652 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.653 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.653 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:42.653 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.777049+0000", 2024-09-13T14:47:42.653 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.024671185000000002 2024-09-13T14:47:42.653 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.653 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.653 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:42.653 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.778467+0000", 2024-09-13T14:47:42.653 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0014178890000000001 2024-09-13T14:47:42.653 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.653 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.653 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:47:42.653 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.778943+0000", 2024-09-13T14:47:42.653 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00047613400000000002 2024-09-13T14:47:42.653 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.654 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.654 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:47:42.654 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.781326+0000", 2024-09-13T14:47:42.654 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0023824639999999999 2024-09-13T14:47:42.654 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.654 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.654 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:47:42.654 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.791276+0000", 2024-09-13T14:47:42.654 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0099504329999999998 2024-09-13T14:47:42.654 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:42.654 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:42.654 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:42.654 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.654 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.654 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:158006 7.9 7:9d388b75:::benchmark_data_smithi071_196541_object45066:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1177)", 2024-09-13T14:47:42.654 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:47:30.687107+0000", 2024-09-13T14:47:42.655 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 11.811384968, 2024-09-13T14:47:42.655 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3494454060000001, 2024-09-13T14:47:42.655 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:42.655 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:47:42.655 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:42.655 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:47:42.655 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:47:42.655 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 158006 2024-09-13T14:47:42.655 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.655 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:42.655 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.655 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:42.655 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.687107+0000", 2024-09-13T14:47:42.655 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:42.655 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.655 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.656 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:42.656 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.687107+0000", 2024-09-13T14:47:42.656 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:42.656 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.656 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.656 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:42.656 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.687105+0000", 2024-09-13T14:47:42.656 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:47:42.656 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.656 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.656 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:42.656 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.687113+0000", 2024-09-13T14:47:42.656 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.8359999999999992e-06 2024-09-13T14:47:42.656 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.657 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.657 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:42.657 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.687126+0000", 2024-09-13T14:47:42.657 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3552e-05 2024-09-13T14:47:42.657 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.657 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.657 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:42.657 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.687133+0000", 2024-09-13T14:47:42.657 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.2729999999999999e-06 2024-09-13T14:47:42.657 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.657 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.657 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:42.657 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.767586+0000", 2024-09-13T14:47:42.657 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.080453207999999998 2024-09-13T14:47:42.657 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.658 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.658 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:47:42.658 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.772823+0000", 2024-09-13T14:47:42.658 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0052371359999999999 2024-09-13T14:47:42.658 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.658 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.658 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:42.658 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.798852+0000", 2024-09-13T14:47:42.658 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.026028888 2024-09-13T14:47:42.658 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.658 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.658 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:47:42.658 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.804260+0000", 2024-09-13T14:47:42.658 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0054084720000000001 2024-09-13T14:47:42.658 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.659 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.659 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:42.659 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.960836+0000", 2024-09-13T14:47:42.659 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1565759230000001 2024-09-13T14:47:42.659 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.659 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.659 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:47:42.659 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.965141+0000", 2024-09-13T14:47:42.659 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0043047839999999999 2024-09-13T14:47:42.659 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.659 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.659 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1", 2024-09-13T14:47:42.659 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.973770+0000", 2024-09-13T14:47:42.659 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0086285460000000008 2024-09-13T14:47:42.659 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.660 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.660 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:47:42.660 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.992465+0000", 2024-09-13T14:47:42.660 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.018695897999999999 2024-09-13T14:47:42.660 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.660 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.660 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:42.660 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:32.017990+0000", 2024-09-13T14:47:42.660 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.025524518999999999 2024-09-13T14:47:42.660 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.660 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.660 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:42.660 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:32.020573+0000", 2024-09-13T14:47:42.660 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0025828439999999999 2024-09-13T14:47:42.661 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.661 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.661 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:47:42.661 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:32.024298+0000", 2024-09-13T14:47:42.661 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0037246610000000002 2024-09-13T14:47:42.661 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.661 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.661 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:47:42.661 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:32.036552+0000", 2024-09-13T14:47:42.661 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.012254462000000001 2024-09-13T14:47:42.661 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:42.661 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:42.661 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:42.662 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.662 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.662 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:158139 7.9 7:9e9fe48e:::benchmark_data_smithi071_196541_object45199:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1177)", 2024-09-13T14:47:42.662 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:47:31.572602+0000", 2024-09-13T14:47:42.662 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 10.925889371, 2024-09-13T14:47:42.662 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3977320180000001, 2024-09-13T14:47:42.662 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:42.662 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:47:42.662 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:42.662 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:47:42.662 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:47:42.662 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 158139 2024-09-13T14:47:42.662 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.663 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:42.663 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.663 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:42.663 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.572602+0000", 2024-09-13T14:47:42.663 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:42.663 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.663 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.663 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:42.663 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.572602+0000", 2024-09-13T14:47:42.663 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:42.663 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.663 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.663 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:42.663 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.572601+0000", 2024-09-13T14:47:42.664 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:47:42.664 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.664 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.664 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:42.664 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.572611+0000", 2024-09-13T14:47:42.664 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0786e-05 2024-09-13T14:47:42.664 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.664 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.664 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:42.664 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.572625+0000", 2024-09-13T14:47:42.664 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3722e-05 2024-09-13T14:47:42.664 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.664 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.665 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:42.665 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.572631+0000", 2024-09-13T14:47:42.665 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.161e-06 2024-09-13T14:47:42.665 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.665 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.665 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:42.665 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.614098+0000", 2024-09-13T14:47:42.665 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.041466995999999999 2024-09-13T14:47:42.665 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.665 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.665 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:47:42.665 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.620248+0000", 2024-09-13T14:47:42.665 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0061494849999999997 2024-09-13T14:47:42.665 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.666 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.666 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:42.666 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.701019+0000", 2024-09-13T14:47:42.666 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.080771325000000005 2024-09-13T14:47:42.666 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.666 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.666 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:47:42.666 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.706308+0000", 2024-09-13T14:47:42.666 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0052887150000000003 2024-09-13T14:47:42.666 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.666 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.666 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:42.666 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:32.892377+0000", 2024-09-13T14:47:42.666 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.186069679 2024-09-13T14:47:42.666 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.667 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.667 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:47:42.667 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:32.896742+0000", 2024-09-13T14:47:42.667 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0043647699999999996 2024-09-13T14:47:42.667 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.667 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.667 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1", 2024-09-13T14:47:42.667 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:32.905368+0000", 2024-09-13T14:47:42.667 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.008625275 2024-09-13T14:47:42.667 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.667 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.667 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:42.667 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:32.942694+0000", 2024-09-13T14:47:42.667 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.037326472999999999 2024-09-13T14:47:42.668 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.668 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.668 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:42.668 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:32.944437+0000", 2024-09-13T14:47:42.668 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001743229 2024-09-13T14:47:42.668 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.668 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.668 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:47:42.668 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:32.957063+0000", 2024-09-13T14:47:42.668 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.012625667 2024-09-13T14:47:42.668 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.668 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.668 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:47:42.668 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:32.959562+0000", 2024-09-13T14:47:42.669 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.002498737 2024-09-13T14:47:42.669 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.669 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.669 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:47:42.669 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:32.970334+0000", 2024-09-13T14:47:42.669 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.010772551999999999 2024-09-13T14:47:42.669 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:42.669 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:42.669 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:42.669 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.669 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.669 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:158589 7.9 7:98b4586f:::benchmark_data_smithi071_196541_object45649:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1178)", 2024-09-13T14:47:42.669 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:47:33.445069+0000", 2024-09-13T14:47:42.670 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 9.0534222020000001, 2024-09-13T14:47:42.670 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:42.671 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:42.671 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:42.672 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.375626625, 2024-09-13T14:47:42.672 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:42.672 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:47:42.672 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:42.672 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:47:42.672 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:47:42.672 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 158589 2024-09-13T14:47:42.672 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.672 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:42.672 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.672 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:42.672 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:33.445069+0000", 2024-09-13T14:47:42.673 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:42.673 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.673 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.673 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:42.673 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:33.445069+0000", 2024-09-13T14:47:42.673 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:42.673 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.673 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.673 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:42.673 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:33.445067+0000", 2024-09-13T14:47:42.673 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999971 2024-09-13T14:47:42.673 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.673 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.674 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:42.674 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:33.445078+0000", 2024-09-13T14:47:42.674 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1528999999999999e-05 2024-09-13T14:47:42.674 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.674 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.674 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:42.674 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:33.445098+0000", 2024-09-13T14:47:42.674 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.9673e-05 2024-09-13T14:47:42.674 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.674 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.674 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:42.674 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:33.445109+0000", 2024-09-13T14:47:42.674 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.111e-05 2024-09-13T14:47:42.675 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.675 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.675 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:42.675 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:33.544925+0000", 2024-09-13T14:47:42.675 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.099816373 2024-09-13T14:47:42.675 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.675 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.675 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:47:42.675 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:33.550291+0000", 2024-09-13T14:47:42.675 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0053661380000000003 2024-09-13T14:47:42.675 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.675 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.675 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:42.675 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:33.607238+0000", 2024-09-13T14:47:42.676 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.056946604999999997 2024-09-13T14:47:42.676 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.676 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.676 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:47:42.676 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:33.612550+0000", 2024-09-13T14:47:42.676 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0053118849999999997 2024-09-13T14:47:42.676 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.676 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.676 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:42.676 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:34.720608+0000", 2024-09-13T14:47:42.676 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.108057606 2024-09-13T14:47:42.676 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.676 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.676 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:47:42.677 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:34.724861+0000", 2024-09-13T14:47:42.677 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0042538740000000004 2024-09-13T14:47:42.677 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.677 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.677 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1", 2024-09-13T14:47:42.677 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:34.733514+0000", 2024-09-13T14:47:42.677 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0086530630000000008 2024-09-13T14:47:42.677 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.677 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.677 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:42.677 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:34.746624+0000", 2024-09-13T14:47:42.677 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.013109255 2024-09-13T14:47:42.677 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.678 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.678 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:42.678 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:34.806713+0000", 2024-09-13T14:47:42.678 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.060089743000000001 2024-09-13T14:47:42.678 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.678 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.678 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:47:42.678 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:34.808691+0000", 2024-09-13T14:47:42.678 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001977609 2024-09-13T14:47:42.678 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.678 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.678 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:47:42.678 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:34.811073+0000", 2024-09-13T14:47:42.678 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0023824390000000001 2024-09-13T14:47:42.678 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.679 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.679 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:47:42.679 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:34.820696+0000", 2024-09-13T14:47:42.679 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0096224650000000002 2024-09-13T14:47:42.679 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:42.679 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:42.679 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:42.679 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.679 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.679 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:159272 7.9 7:9655356e:::benchmark_data_smithi071_196541_object46332:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1178)", 2024-09-13T14:47:42.679 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:47:36.959721+0000", 2024-09-13T14:47:42.680 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 5.5387709679999997, 2024-09-13T14:47:42.680 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3618932610000001, 2024-09-13T14:47:42.680 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:42.680 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:47:42.680 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:42.680 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:47:42.680 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:47:42.680 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 159272 2024-09-13T14:47:42.680 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.680 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:42.680 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.680 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:42.680 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.959721+0000", 2024-09-13T14:47:42.681 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:42.681 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.681 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.681 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:42.681 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.959721+0000", 2024-09-13T14:47:42.681 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:42.681 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.681 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.681 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:42.681 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.959719+0000", 2024-09-13T14:47:42.681 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:47:42.681 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.681 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.682 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:42.682 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.959725+0000", 2024-09-13T14:47:42.682 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.7810000000000002e-06 2024-09-13T14:47:42.682 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.682 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.682 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:42.682 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.959738+0000", 2024-09-13T14:47:42.682 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2683e-05 2024-09-13T14:47:42.682 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.682 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.682 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:42.682 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:36.959743+0000", 2024-09-13T14:47:42.682 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.524e-06 2024-09-13T14:47:42.682 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.683 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.683 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:42.683 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:37.080831+0000", 2024-09-13T14:47:42.683 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.121087522 2024-09-13T14:47:42.683 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.683 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.683 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:47:42.683 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:37.085978+0000", 2024-09-13T14:47:42.683 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0051472330000000002 2024-09-13T14:47:42.683 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.683 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.683 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:42.683 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:37.112142+0000", 2024-09-13T14:47:42.683 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.026163591 2024-09-13T14:47:42.684 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.684 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.684 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:47:42.684 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:37.117419+0000", 2024-09-13T14:47:42.684 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0052774550000000003 2024-09-13T14:47:42.684 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.684 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.684 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:42.684 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:38.261499+0000", 2024-09-13T14:47:42.684 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1440802450000001 2024-09-13T14:47:42.684 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.684 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.684 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:47:42.684 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:38.265722+0000", 2024-09-13T14:47:42.685 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0042227510000000003 2024-09-13T14:47:42.685 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.685 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.685 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1", 2024-09-13T14:47:42.685 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:38.274038+0000", 2024-09-13T14:47:42.685 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0083162140000000006 2024-09-13T14:47:42.685 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.685 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.685 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:47:42.685 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:38.298356+0000", 2024-09-13T14:47:42.685 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.024317886 2024-09-13T14:47:42.685 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.685 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.686 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:42.686 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:38.305441+0000", 2024-09-13T14:47:42.686 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0070851070000000002 2024-09-13T14:47:42.686 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.686 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.686 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:42.686 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:38.308282+0000", 2024-09-13T14:47:42.686 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0028406389999999998 2024-09-13T14:47:42.686 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.686 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.686 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:47:42.686 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:38.310723+0000", 2024-09-13T14:47:42.686 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.002441005 2024-09-13T14:47:42.686 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.687 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.687 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:47:42.687 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:38.321614+0000", 2024-09-13T14:47:42.687 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.010890986 2024-09-13T14:47:42.687 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:42.687 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:42.687 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:42.687 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.687 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.687 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:159282 7.9 7:9c64b64c:::benchmark_data_smithi071_196541_object46342:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1178)", 2024-09-13T14:47:42.687 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:47:37.027831+0000", 2024-09-13T14:47:42.687 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 5.4706605899999996, 2024-09-13T14:47:42.687 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3747772170000001, 2024-09-13T14:47:42.687 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:42.687 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:47:42.688 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:42.688 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:47:42.688 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:47:42.688 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 159282 2024-09-13T14:47:42.688 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.688 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:42.688 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.688 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:42.688 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:37.027831+0000", 2024-09-13T14:47:42.688 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:42.688 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.688 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.688 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:42.688 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:37.027831+0000", 2024-09-13T14:47:42.689 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:42.689 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.689 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.689 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:42.689 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:37.027829+0000", 2024-09-13T14:47:42.689 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999981 2024-09-13T14:47:42.689 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.689 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.689 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:42.689 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:37.027838+0000", 2024-09-13T14:47:42.689 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.653e-06 2024-09-13T14:47:42.689 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.689 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.689 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:42.690 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:37.027851+0000", 2024-09-13T14:47:42.690 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2757e-05 2024-09-13T14:47:42.690 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.690 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.690 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:42.690 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:37.027859+0000", 2024-09-13T14:47:42.690 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.3790000000000006e-06 2024-09-13T14:47:42.690 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.690 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.690 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:42.690 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:37.087481+0000", 2024-09-13T14:47:42.690 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.059621670000000002 2024-09-13T14:47:42.690 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.690 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.691 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:47:42.691 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:37.092824+0000", 2024-09-13T14:47:42.691 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0053431060000000002 2024-09-13T14:47:42.691 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.691 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.691 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:42.691 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:37.138303+0000", 2024-09-13T14:47:42.691 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.045479678000000003 2024-09-13T14:47:42.691 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.691 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.691 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:47:42.691 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:37.143656+0000", 2024-09-13T14:47:42.691 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0053523420000000004 2024-09-13T14:47:42.691 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.692 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.692 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:42.692 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:38.334437+0000", 2024-09-13T14:47:42.692 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1907813970000001 2024-09-13T14:47:42.692 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.692 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.692 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:47:42.692 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:38.338607+0000", 2024-09-13T14:47:42.692 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0041702309999999999 2024-09-13T14:47:42.692 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.692 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.692 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1", 2024-09-13T14:47:42.692 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:38.347468+0000", 2024-09-13T14:47:42.692 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.008860204 2024-09-13T14:47:42.693 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.693 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.693 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:42.693 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:38.387087+0000", 2024-09-13T14:47:42.693 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.039619306 2024-09-13T14:47:42.693 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.693 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.693 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:42.693 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:38.388649+0000", 2024-09-13T14:47:42.693 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001561731 2024-09-13T14:47:42.693 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.693 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.693 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:47:42.694 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:38.390583+0000", 2024-09-13T14:47:42.694 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0019340329999999999 2024-09-13T14:47:42.694 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.694 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.694 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:47:42.694 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:38.392953+0000", 2024-09-13T14:47:42.694 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0023703359999999998 2024-09-13T14:47:42.694 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.694 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.694 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:47:42.694 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:38.402608+0000", 2024-09-13T14:47:42.694 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0096551299999999996 2024-09-13T14:47:42.694 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:42.694 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:42.694 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:42.695 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.695 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.695 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:159372 7.9 7:929e7ccc:::benchmark_data_smithi071_196541_object46432:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1178)", 2024-09-13T14:47:42.695 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:47:37.442076+0000", 2024-09-13T14:47:42.695 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 5.0564159540000002, 2024-09-13T14:47:42.695 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.4273104720000001, 2024-09-13T14:47:42.695 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:47:42.695 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:47:42.695 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:47:42.695 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:47:42.695 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:47:42.695 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 159372 2024-09-13T14:47:42.695 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.695 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:47:42.696 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.696 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:47:42.696 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:37.442076+0000", 2024-09-13T14:47:42.696 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:42.696 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.696 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.696 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:47:42.696 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:37.442076+0000", 2024-09-13T14:47:42.696 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:47:42.696 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.696 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.696 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:47:42.696 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:37.442074+0000", 2024-09-13T14:47:42.696 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:47:42.696 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.697 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.697 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:47:42.697 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:37.442082+0000", 2024-09-13T14:47:42.697 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.2509999999999994e-06 2024-09-13T14:47:42.697 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.697 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.697 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:47:42.697 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:37.442097+0000", 2024-09-13T14:47:42.697 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.4679e-05 2024-09-13T14:47:42.697 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.697 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.697 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:47:42.697 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:37.442106+0000", 2024-09-13T14:47:42.697 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.9700000000000005e-06 2024-09-13T14:47:42.698 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.698 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.698 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:42.698 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:37.526836+0000", 2024-09-13T14:47:42.698 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.084730523000000002 2024-09-13T14:47:42.698 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.698 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.698 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:47:42.698 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:37.532253+0000", 2024-09-13T14:47:42.698 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0054165359999999996 2024-09-13T14:47:42.698 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.698 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.698 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:42.698 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:37.576190+0000", 2024-09-13T14:47:42.699 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.04393677 2024-09-13T14:47:42.699 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.699 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.699 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:47:42.699 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:37.581790+0000", 2024-09-13T14:47:42.699 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0056004200000000001 2024-09-13T14:47:42.699 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.699 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.699 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:47:42.699 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:38.809215+0000", 2024-09-13T14:47:42.699 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2274247229999999 2024-09-13T14:47:42.699 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.699 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.700 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:47:42.700 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:38.813422+0000", 2024-09-13T14:47:42.700 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0042068660000000001 2024-09-13T14:47:42.700 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.700 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.700 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1", 2024-09-13T14:47:42.700 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:38.821968+0000", 2024-09-13T14:47:42.700 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0085460450000000004 2024-09-13T14:47:42.700 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.700 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.700 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:47:42.700 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:38.853465+0000", 2024-09-13T14:47:42.700 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.031496706999999999 2024-09-13T14:47:42.701 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.701 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.701 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:42.701 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:38.855985+0000", 2024-09-13T14:47:42.701 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.002520595 2024-09-13T14:47:42.701 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.701 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.701 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:47:42.701 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:38.857377+0000", 2024-09-13T14:47:42.701 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001392117 2024-09-13T14:47:42.701 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.701 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.701 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:47:42.702 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:38.859741+0000", 2024-09-13T14:47:42.702 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0023639099999999999 2024-09-13T14:47:42.702 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:47:42.702 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:47:42.702 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:47:42.702 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:38.869386+0000", 2024-09-13T14:47:42.702 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0096449190000000001 2024-09-13T14:47:42.702 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:42.702 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:42.702 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:42.702 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:47:42.702 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:47:42.702 INFO:teuthology.orchestra.run.smithi104.stdout:} 2024-09-13T14:47:42.772 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:47:42.796 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:42.797 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:42.797 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:47:42.898 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:47:42.922 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:42.923 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:42.923 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:47:43.024 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:43.049 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:43.050 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:43.050 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:43.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:47:42 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:47:42] "GET /metrics HTTP/1.1" 200 36682 "" "Prometheus/2.51.0" 2024-09-13T14:47:43.151 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:43.175 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:43.175 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:43.176 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:43.277 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:43.299 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:43.299 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:43.300 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:43.400 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:47:43.424 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:43.425 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:43.425 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:47:43.526 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:43.549 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:43.549 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:43.550 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:43.599 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.0 dump_ops_in_flight 2024-09-13T14:47:43.650 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:43.671 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:43.672 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:43.672 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:43.773 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:43.793 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:43.794 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:43.794 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:43.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:43 smithi071 ceph-mon[107477]: pgmap v1469: 89 pgs: 1 active+recovery_wait+degraded+remapped, 2 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+degraded+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 4.0 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 193 op/s; 31899/198447 objects degraded (16.074%); 46446/198447 objects misplaced (23.405%); 9.4 MiB/s, 150 objects/s recovering 2024-09-13T14:47:43.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:43 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 31899/198447 objects degraded (16.074%), 10 pgs degraded, 14 pgs undersized (PG_DEGRADED) 2024-09-13T14:47:43.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:43 smithi071 ceph-mon[112785]: pgmap v1469: 89 pgs: 1 active+recovery_wait+degraded+remapped, 2 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+degraded+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 4.0 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 193 op/s; 31899/198447 objects degraded (16.074%); 46446/198447 objects misplaced (23.405%); 9.4 MiB/s, 150 objects/s recovering 2024-09-13T14:47:43.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:43 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 31899/198447 objects degraded (16.074%), 10 pgs degraded, 14 pgs undersized (PG_DEGRADED) 2024-09-13T14:47:43.895 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:47:43.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:43 smithi104 ceph-mon[105578]: pgmap v1469: 89 pgs: 1 active+recovery_wait+degraded+remapped, 2 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+degraded+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 4.0 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 193 op/s; 31899/198447 objects degraded (16.074%); 46446/198447 objects misplaced (23.405%); 9.4 MiB/s, 150 objects/s recovering 2024-09-13T14:47:43.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:43 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 31899/198447 objects degraded (16.074%), 10 pgs degraded, 14 pgs undersized (PG_DEGRADED) 2024-09-13T14:47:43.922 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:43.923 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:43.923 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:47:44.024 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:44.047 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:44.048 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:44.049 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:44.149 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:44.171 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:44.171 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:44.172 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:44.273 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:47:44.295 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:44.296 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:44.297 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:47:44.397 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:44.422 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:44.423 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:44.424 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:44.524 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:44.545 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:44.546 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:44.546 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:44.647 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:44.675 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:44.676 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:44.677 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:44.778 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:44.804 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:44.805 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:44.805 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:44.906 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:44.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:44 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:47:44.930 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:44.930 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:44.931 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:45.032 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:45.062 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:45.063 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:45.064 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:45.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:44 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:47:45.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:44 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:47:45.164 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:47:45.187 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:45.187 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:45.188 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:47:45.289 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:47:45.315 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:45.315 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:45.316 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:47:45.416 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:45.439 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:45.440 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:45.440 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:45.541 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:45.562 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:45.563 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:45.563 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:45.664 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:45.685 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:45.686 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:45.686 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:45.787 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:45.812 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:45.812 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:45.813 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:45.913 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:45.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:45 smithi104 ceph-mon[105578]: pgmap v1470: 89 pgs: 1 active+recovery_wait+degraded+remapped, 2 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 4.0 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 215 op/s; 31631/196755 objects degraded (16.076%); 45109/196755 objects misplaced (22.926%); 10 MiB/s, 160 objects/s recovering 2024-09-13T14:47:45.946 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:45.947 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:45.947 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:46.048 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:46.073 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:46.074 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:46.074 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:46.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:45 smithi071 ceph-mon[107477]: pgmap v1470: 89 pgs: 1 active+recovery_wait+degraded+remapped, 2 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 4.0 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 215 op/s; 31631/196755 objects degraded (16.076%); 45109/196755 objects misplaced (22.926%); 10 MiB/s, 160 objects/s recovering 2024-09-13T14:47:46.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:45 smithi071 ceph-mon[112785]: pgmap v1470: 89 pgs: 1 active+recovery_wait+degraded+remapped, 2 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 4.0 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 215 op/s; 31631/196755 objects degraded (16.076%); 45109/196755 objects misplaced (22.926%); 10 MiB/s, 160 objects/s recovering 2024-09-13T14:47:46.175 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:46.197 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:46.197 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:46.198 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:46.299 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:47:46.327 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:46.328 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:46.329 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:47:46.429 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:46.453 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:46.454 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:46.454 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:46.555 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:46.586 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:46.587 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:46.588 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:46.688 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:47:46.716 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:46.716 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:46.717 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:47:46.818 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:46.845 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:46.845 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:46.846 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:46.947 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:47:46.975 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:46.976 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:46.976 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:47:47.077 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:47.100 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:47.100 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:47.101 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:47.201 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:47:47.226 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:47.226 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:47.227 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:47:47.328 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:47.350 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:47.350 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:47.351 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:47.452 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:47:47.474 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:47.475 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:47.475 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:47:47.576 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:47.605 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:47.605 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:47.606 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:47.707 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:47.730 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:47.731 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:47.731 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:47.832 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:47.854 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:47.855 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:47.855 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:47.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:47 smithi104 ceph-mon[105578]: pgmap v1471: 89 pgs: 1 active+recovery_wait+degraded+remapped, 2 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 4.0 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 171 op/s; 31592/196332 objects degraded (16.091%); 45018/196332 objects misplaced (22.930%); 7.9 MiB/s, 125 objects/s recovering 2024-09-13T14:47:47.956 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:47.981 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:47.981 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:47.982 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:48.082 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:48.105 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:48.106 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:48.106 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:48.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:47 smithi071 ceph-mon[107477]: pgmap v1471: 89 pgs: 1 active+recovery_wait+degraded+remapped, 2 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 4.0 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 171 op/s; 31592/196332 objects degraded (16.091%); 45018/196332 objects misplaced (22.930%); 7.9 MiB/s, 125 objects/s recovering 2024-09-13T14:47:48.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:47 smithi071 ceph-mon[112785]: pgmap v1471: 89 pgs: 1 active+recovery_wait+degraded+remapped, 2 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 4.0 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 171 op/s; 31592/196332 objects degraded (16.091%); 45018/196332 objects misplaced (22.930%); 7.9 MiB/s, 125 objects/s recovering 2024-09-13T14:47:48.207 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:47:48.231 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:48.231 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:48.232 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:47:48.332 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:47:48.362 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:48.363 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:48.363 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:47:48.464 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:48.489 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:48.490 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:48.490 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:48.591 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:48.614 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:48.615 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:48.615 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:48.716 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:48.741 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:48.742 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:48.742 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:48.843 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:48.869 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:48.870 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:48.871 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:48.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:48 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 31592/196332 objects degraded (16.091%), 10 pgs degraded, 14 pgs undersized (PG_DEGRADED) 2024-09-13T14:47:48.971 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:48.994 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:48.995 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:48.995 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:49.096 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:47:49.119 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:49.120 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:49.120 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:47:49.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:48 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 31592/196332 objects degraded (16.091%), 10 pgs degraded, 14 pgs undersized (PG_DEGRADED) 2024-09-13T14:47:49.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:48 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 31592/196332 objects degraded (16.091%), 10 pgs degraded, 14 pgs undersized (PG_DEGRADED) 2024-09-13T14:47:49.221 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:49.244 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:49.245 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:49.245 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:49.346 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:47:49.369 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:49.369 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:49.369 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:47:49.470 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:47:49.493 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:49.494 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:49.494 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:47:49.595 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:49.617 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:49.617 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:49.618 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:49.719 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:47:49.741 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:49.741 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:49.742 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:47:49.842 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:47:49.865 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:49.865 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:49.866 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:47:49.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:49 smithi071 ceph-mon[107477]: pgmap v1472: 89 pgs: 1 active+recovery_wait+degraded+remapped, 2 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+degraded+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 4.0 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 182 op/s; 31477/195411 objects degraded (16.108%); 44561/195411 objects misplaced (22.804%); 9.7 MiB/s, 155 objects/s recovering 2024-09-13T14:47:49.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:49 smithi071 ceph-mon[112785]: pgmap v1472: 89 pgs: 1 active+recovery_wait+degraded+remapped, 2 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+degraded+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 4.0 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 182 op/s; 31477/195411 objects degraded (16.108%); 44561/195411 objects misplaced (22.804%); 9.7 MiB/s, 155 objects/s recovering 2024-09-13T14:47:49.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:49 smithi104 ceph-mon[105578]: pgmap v1472: 89 pgs: 1 active+recovery_wait+degraded+remapped, 2 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+degraded+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 4.0 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 182 op/s; 31477/195411 objects degraded (16.108%); 44561/195411 objects misplaced (22.804%); 9.7 MiB/s, 155 objects/s recovering 2024-09-13T14:47:49.967 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:47:49.990 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:49.990 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:49.991 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:47:50.091 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:47:50.113 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:50.114 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:50.114 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:47:50.215 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:50.239 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:50.240 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:50.241 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:50.341 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:50.369 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:50.370 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:50.370 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:50.471 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:47:50.500 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:50.501 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:50.501 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:47:50.602 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:50.624 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:50.625 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:50.625 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:50.726 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:50.748 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:50.748 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:50.749 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:50.850 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:47:50.871 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:50.871 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:50.872 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:47:50.972 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:50.998 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:50.999 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:50.999 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:51.100 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:47:51.134 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:51.135 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:51.135 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:47:51.236 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:51.262 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:51.263 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:51.263 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:51.364 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:51.386 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:51.386 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:51.387 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:51.487 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:47:51.509 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:51.509 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:51.510 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:47:51.611 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:51.637 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:51.637 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:51.638 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:51.738 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:51.764 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:51.765 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:51.765 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:51.866 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:47:51.888 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:51.888 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:51.889 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:47:51.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:51 smithi104 ceph-mon[105578]: pgmap v1473: 89 pgs: 1 active+recovery_wait+degraded+remapped, 2 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.9 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 205 op/s; 31224/193620 objects degraded (16.126%); 43216/193620 objects misplaced (22.320%); 11 MiB/s, 169 objects/s recovering 2024-09-13T14:47:51.989 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:52.015 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:52.016 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:52.016 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:52.117 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:52.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:51 smithi071 ceph-mon[107477]: pgmap v1473: 89 pgs: 1 active+recovery_wait+degraded+remapped, 2 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.9 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 205 op/s; 31224/193620 objects degraded (16.126%); 43216/193620 objects misplaced (22.320%); 11 MiB/s, 169 objects/s recovering 2024-09-13T14:47:52.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:51 smithi071 ceph-mon[112785]: pgmap v1473: 89 pgs: 1 active+recovery_wait+degraded+remapped, 2 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.9 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 205 op/s; 31224/193620 objects degraded (16.126%); 43216/193620 objects misplaced (22.320%); 11 MiB/s, 169 objects/s recovering 2024-09-13T14:47:52.142 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:52.142 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:52.143 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:52.244 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:47:52.266 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:52.266 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:52.266 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:47:52.367 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:52.399 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:52.400 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:52.400 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:52.501 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:52.514 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd unset nodeep-scrub 2024-09-13T14:47:52.527 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:52.528 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:52.528 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:52.629 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:47:52.651 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:52.652 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:52.652 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:47:52.753 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:52.776 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:52.777 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:52.777 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:52.878 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:52.890 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:47:52 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:47:52] "GET /metrics HTTP/1.1" 200 36673 "" "Prometheus/2.51.0" 2024-09-13T14:47:52.899 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:52.900 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:52.900 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:53.001 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:53.030 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:53.030 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:53.031 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:53.131 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:47:53.158 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:53.158 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:53.159 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:47:53.259 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:53.281 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:53.282 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:53.282 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:53.383 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:53.410 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:53.411 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:53.412 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:53.513 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:47:53.534 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:53.534 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:53.535 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:47:53.635 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:53.664 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:53.664 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:53.665 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:53.766 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:53.790 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:53.790 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:53.791 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:53.891 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:53.914 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:53.915 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:53.916 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:53.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:53 smithi104 ceph-mon[105578]: pgmap v1474: 89 pgs: 1 active+recovery_wait+degraded+remapped, 2 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+degraded+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.9 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 162 op/s; 31224/193086 objects degraded (16.171%); 42916/193086 objects misplaced (22.226%); 10 MiB/s, 161 objects/s recovering 2024-09-13T14:47:53.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:53 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 31224/193086 objects degraded (16.171%), 10 pgs degraded, 14 pgs undersized (PG_DEGRADED) 2024-09-13T14:47:54.016 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:47:54.039 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:54.040 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:54.040 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:47:54.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:53 smithi071 ceph-mon[107477]: pgmap v1474: 89 pgs: 1 active+recovery_wait+degraded+remapped, 2 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+degraded+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.9 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 162 op/s; 31224/193086 objects degraded (16.171%); 42916/193086 objects misplaced (22.226%); 10 MiB/s, 161 objects/s recovering 2024-09-13T14:47:54.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:53 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 31224/193086 objects degraded (16.171%), 10 pgs degraded, 14 pgs undersized (PG_DEGRADED) 2024-09-13T14:47:54.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:53 smithi071 ceph-mon[112785]: pgmap v1474: 89 pgs: 1 active+recovery_wait+degraded+remapped, 2 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+degraded+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.9 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 162 op/s; 31224/193086 objects degraded (16.171%); 42916/193086 objects misplaced (22.226%); 10 MiB/s, 161 objects/s recovering 2024-09-13T14:47:54.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:53 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 31224/193086 objects degraded (16.171%), 10 pgs degraded, 14 pgs undersized (PG_DEGRADED) 2024-09-13T14:47:54.142 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:47:54.174 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:54.174 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:54.175 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:47:54.275 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:54.299 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:54.299 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:54.300 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:54.401 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:47:54.423 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:54.423 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:54.424 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:47:54.525 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:54.549 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:54.550 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:54.551 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:54.651 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:54.674 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:54.675 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:54.675 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:54.776 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:54.802 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:54.803 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:54.803 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:54.904 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:54.927 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:54.927 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:54.928 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:55.028 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:47:55.050 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:55.050 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:55.051 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:47:55.151 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:55.177 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:55.178 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:55.178 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:55.279 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:47:55.301 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:55.302 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:55.302 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:47:55.403 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:47:55.425 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:55.425 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:55.426 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:47:55.526 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:55.548 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:55.549 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:55.549 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:55.650 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:55.678 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:55.679 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:55.679 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:55.780 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:47:55.801 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:55.802 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:55.802 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:47:55.903 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:55.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:55 smithi104 ceph-mon[105578]: pgmap v1475: 89 pgs: 1 active+recovery_wait+degraded+remapped, 2 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.9 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 215 op/s; 30871/190686 objects degraded (16.189%); 41296/190686 objects misplaced (21.657%); 12 MiB/s, 190 objects/s recovering 2024-09-13T14:47:55.925 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:55.926 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:55.926 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:56.027 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:56.050 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:56.051 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:56.051 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:56.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:55 smithi071 ceph-mon[107477]: pgmap v1475: 89 pgs: 1 active+recovery_wait+degraded+remapped, 2 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.9 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 215 op/s; 30871/190686 objects degraded (16.189%); 41296/190686 objects misplaced (21.657%); 12 MiB/s, 190 objects/s recovering 2024-09-13T14:47:56.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:55 smithi071 ceph-mon[112785]: pgmap v1475: 89 pgs: 1 active+recovery_wait+degraded+remapped, 2 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.9 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 215 op/s; 30871/190686 objects degraded (16.189%); 41296/190686 objects misplaced (21.657%); 12 MiB/s, 190 objects/s recovering 2024-09-13T14:47:56.152 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:47:56.177 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:56.177 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:56.178 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:47:56.278 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:56.304 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:56.304 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:56.305 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:56.406 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:47:56.428 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:56.429 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:56.430 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:47:56.530 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:47:56.553 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:56.553 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:56.554 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:47:56.654 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:47:56.678 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:56.678 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:56.678 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:47:56.779 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:56.813 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:56.813 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:56.814 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:56.915 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:47:56.937 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:56.938 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:56.938 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:47:57.039 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:47:57.062 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:57.062 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:57.063 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:47:57.164 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:47:57.186 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:57.187 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:57.187 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:47:57.288 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:47:57.313 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:57.314 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:57.314 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:47:57.415 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:47:57.437 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:57.438 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:57.439 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:47:57.540 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:47:57.563 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:57.564 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:57.565 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:47:57.665 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:57.690 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:57.690 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:57.691 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:57.792 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:57.816 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:57.817 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:57.817 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:57.918 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:57.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:57 smithi104 ceph-mon[105578]: pgmap v1476: 89 pgs: 1 active+recovery_wait+degraded+remapped, 2 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.9 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 183 op/s; 30803/190134 objects degraded (16.201%); 41171/190134 objects misplaced (21.654%); 9.2 MiB/s, 146 objects/s recovering 2024-09-13T14:47:57.942 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:57.943 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:57.944 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:58.044 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:47:58.065 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:58.066 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:58.067 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:47:58.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:57 smithi071 ceph-mon[107477]: pgmap v1476: 89 pgs: 1 active+recovery_wait+degraded+remapped, 2 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.9 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 183 op/s; 30803/190134 objects degraded (16.201%); 41171/190134 objects misplaced (21.654%); 9.2 MiB/s, 146 objects/s recovering 2024-09-13T14:47:58.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:57 smithi071 ceph-mon[112785]: pgmap v1476: 89 pgs: 1 active+recovery_wait+degraded+remapped, 2 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.9 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 183 op/s; 30803/190134 objects degraded (16.201%); 41171/190134 objects misplaced (21.654%); 9.2 MiB/s, 146 objects/s recovering 2024-09-13T14:47:58.167 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:47:58.192 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:58.193 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:58.194 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:47:58.295 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:47:58.316 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:58.317 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:58.317 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:47:58.418 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:58.444 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:58.445 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:58.445 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:58.546 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:47:58.567 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:58.567 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:58.568 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:47:58.669 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:47:58.693 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:58.694 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:58.694 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:47:58.795 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:47:58.818 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:58.819 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:58.819 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:47:58.920 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:47:58.942 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:58.943 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:58.943 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:47:59.044 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:47:59.070 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:59.071 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:59.071 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:47:59.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:58 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 30803/190134 objects degraded (16.201%), 10 pgs degraded, 14 pgs undersized (PG_DEGRADED) 2024-09-13T14:47:59.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:58 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 30803/190134 objects degraded (16.201%), 10 pgs degraded, 14 pgs undersized (PG_DEGRADED) 2024-09-13T14:47:59.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:58 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 30803/190134 objects degraded (16.201%), 10 pgs degraded, 14 pgs undersized (PG_DEGRADED) 2024-09-13T14:47:59.172 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:47:59.194 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:59.195 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:59.195 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:47:59.296 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:47:59.321 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:59.322 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:59.322 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:47:59.424 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:47:59.457 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:59.457 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:59.458 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:47:59.558 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:47:59.587 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:59.588 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:59.588 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:47:59.689 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:47:59.712 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:59.713 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:59.713 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:47:59.814 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:47:59.836 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:47:59.836 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:59.837 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:47:59.937 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:47:59.963 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:47:59.964 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:47:59.964 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:00.065 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:00.089 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:00.090 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:00.090 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:00.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:59 smithi071 ceph-mon[107477]: pgmap v1477: 89 pgs: 1 active+recovery_wait+degraded+remapped, 2 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+degraded+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.8 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 201 op/s; 30667/189093 objects degraded (16.218%); 40629/189093 objects misplaced (21.486%); 11 MiB/s, 179 objects/s recovering 2024-09-13T14:48:00.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:47:59 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:48:00.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:59 smithi071 ceph-mon[112785]: pgmap v1477: 89 pgs: 1 active+recovery_wait+degraded+remapped, 2 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+degraded+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.8 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 201 op/s; 30667/189093 objects degraded (16.218%); 40629/189093 objects misplaced (21.486%); 11 MiB/s, 179 objects/s recovering 2024-09-13T14:48:00.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:47:59 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:48:00.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:59 smithi104 ceph-mon[105578]: pgmap v1477: 89 pgs: 1 active+recovery_wait+degraded+remapped, 2 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+degraded+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.8 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 201 op/s; 30667/189093 objects degraded (16.218%); 40629/189093 objects misplaced (21.486%); 11 MiB/s, 179 objects/s recovering 2024-09-13T14:48:00.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:47:59 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:48:00.191 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:00.215 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:00.215 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:00.216 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:00.316 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:00.348 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:00.349 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:00.349 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:00.450 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:00.471 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:00.472 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:00.472 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:00.573 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:00.608 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:00.608 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:00.609 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:00.710 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:00.734 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:00.735 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:00.735 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:00.836 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:48:00.860 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:00.861 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:00.861 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:48:00.962 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:00.985 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:00.985 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:00.986 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:01.087 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:01.110 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:01.111 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:01.111 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:01.212 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:01.234 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:01.235 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:01.236 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:01.336 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:01.361 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:01.361 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:01.362 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:01.463 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:01.501 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:01.502 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:01.503 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:01.603 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:01.625 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:48:01.625 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:48:01.628 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:01.629 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:01.629 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:01.730 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:48:01.756 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:01.757 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:01.758 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:48:01.789 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:01 smithi071 ceph-mon[107477]: pgmap v1478: 89 pgs: 1 active+recovery_wait+degraded+remapped, 2 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.8 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 239 op/s; 30367/186798 objects degraded (16.257%); 39214/186798 objects misplaced (20.993%); 12 MiB/s, 209 objects/s recovering 2024-09-13T14:48:01.789 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:01 smithi071 ceph-mon[112785]: pgmap v1478: 89 pgs: 1 active+recovery_wait+degraded+remapped, 2 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.8 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 239 op/s; 30367/186798 objects degraded (16.257%); 39214/186798 objects misplaced (20.993%); 12 MiB/s, 209 objects/s recovering 2024-09-13T14:48:01.859 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:01.880 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:01.881 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:01.882 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:01.982 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:02.009 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:02.009 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:02.010 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:02.110 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:02.132 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:02.133 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:02.133 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:02.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:01 smithi104 ceph-mon[105578]: pgmap v1478: 89 pgs: 1 active+recovery_wait+degraded+remapped, 2 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.8 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 239 op/s; 30367/186798 objects degraded (16.257%); 39214/186798 objects misplaced (20.993%); 12 MiB/s, 209 objects/s recovering 2024-09-13T14:48:02.234 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:02.256 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:02.257 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:02.257 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:02.358 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:02.381 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:02.381 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:02.382 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:02.483 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:02.504 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:02.505 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:02.506 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:02.606 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:02.629 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:02.630 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:02.630 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:02.731 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:48:02.753 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:02.754 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:02.754 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:48:02.855 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:02.877 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:02.878 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:02.878 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:02.890 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:48:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:48:02] "GET /metrics HTTP/1.1" 200 36675 "" "Prometheus/2.51.0" 2024-09-13T14:48:02.979 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:03.005 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:03.005 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:03.006 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:03.106 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:03.127 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:03.128 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:03.129 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:03.230 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:03.252 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:03.253 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:03.253 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:03.354 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:03.377 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:03.378 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:03.378 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:03.479 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:03.500 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:03.501 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:03.501 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:03.602 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:03.624 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:03.625 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:03.625 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:03.726 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:48:03.748 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:03.749 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:03.749 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:48:03.850 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:03.875 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:03.876 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:03.876 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:03.977 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:03.999 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:04.000 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:04.000 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:04.072 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:03 smithi071 ceph-mon[107477]: pgmap v1479: 89 pgs: 1 active+recovery_wait+degraded+remapped, 2 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+degraded+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.8 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 209 op/s; 30367/186090 objects degraded (16.318%); 38878/186090 objects misplaced (20.892%); 11 MiB/s, 197 objects/s recovering 2024-09-13T14:48:04.072 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:03 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 30367/186090 objects degraded (16.318%), 10 pgs degraded, 14 pgs undersized (PG_DEGRADED) 2024-09-13T14:48:04.072 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:03 smithi071 ceph-mon[112785]: pgmap v1479: 89 pgs: 1 active+recovery_wait+degraded+remapped, 2 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+degraded+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.8 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 209 op/s; 30367/186090 objects degraded (16.318%); 38878/186090 objects misplaced (20.892%); 11 MiB/s, 197 objects/s recovering 2024-09-13T14:48:04.073 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:03 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 30367/186090 objects degraded (16.318%), 10 pgs degraded, 14 pgs undersized (PG_DEGRADED) 2024-09-13T14:48:04.101 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:04.122 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:04.123 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:04.123 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:04.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:03 smithi104 ceph-mon[105578]: pgmap v1479: 89 pgs: 1 active+recovery_wait+degraded+remapped, 2 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+degraded+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.8 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 209 op/s; 30367/186090 objects degraded (16.318%); 38878/186090 objects misplaced (20.892%); 11 MiB/s, 197 objects/s recovering 2024-09-13T14:48:04.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:03 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 30367/186090 objects degraded (16.318%), 10 pgs degraded, 14 pgs undersized (PG_DEGRADED) 2024-09-13T14:48:04.224 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:04.250 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:04.250 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:04.251 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:04.352 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:04.373 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:04.374 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:04.374 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:04.475 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:04.500 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:04.500 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:04.501 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:04.601 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:04.628 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:04.629 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:04.629 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:04.730 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:04.752 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:04.753 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:04.753 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:04.854 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:48:04.876 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:04.876 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:04.877 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:48:04.978 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:05.001 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:05.001 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:05.002 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:05.102 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:05.124 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:05.124 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:05.125 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:05.225 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:05.247 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:05.248 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:05.249 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:05.350 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:05.374 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:05.374 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:05.375 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:05.476 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:05.498 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:05.499 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:05.499 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:05.600 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:05.622 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:05.623 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:05.623 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:05.724 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:05.748 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:05.748 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:05.749 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:05.850 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:48:05.872 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:05.873 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:05.873 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:48:05.974 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:05.998 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:05.999 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:05.999 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:06.100 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:06.122 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:06.123 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:06.123 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:06.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:05 smithi071 ceph-mon[107477]: pgmap v1480: 89 pgs: 1 active+recovery_wait+remapped, 1 active+recovery_wait+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 3 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.7 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 253 op/s; 26285/183954 objects degraded (14.289%); 42015/183954 objects misplaced (22.840%); 9.9 MiB/s, 246 objects/s recovering 2024-09-13T14:48:06.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:05 smithi071 ceph-mon[112785]: pgmap v1480: 89 pgs: 1 active+recovery_wait+remapped, 1 active+recovery_wait+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 3 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.7 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 253 op/s; 26285/183954 objects degraded (14.289%); 42015/183954 objects misplaced (22.840%); 9.9 MiB/s, 246 objects/s recovering 2024-09-13T14:48:06.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:05 smithi104 ceph-mon[105578]: pgmap v1480: 89 pgs: 1 active+recovery_wait+remapped, 1 active+recovery_wait+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 3 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.7 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 253 op/s; 26285/183954 objects degraded (14.289%); 42015/183954 objects misplaced (22.840%); 9.9 MiB/s, 246 objects/s recovering 2024-09-13T14:48:06.224 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:06.251 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:06.251 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:06.252 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:06.353 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:06.375 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:06.376 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:06.376 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:06.477 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:48:06.499 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:06.500 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:06.500 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:48:06.601 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:06.623 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:06.624 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:06.624 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:06.725 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:48:06.746 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:06.747 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:06.747 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:48:06.848 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:06.873 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:06.873 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:06.874 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:06.975 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:06.998 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:06.998 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:06.999 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:07.100 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:07.122 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:07.123 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:07.123 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:07.224 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:48:07.249 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:07.249 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:07.250 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:48:07.351 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:48:07.382 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:07.383 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:07.383 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:48:07.484 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:07.510 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:07.511 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:07.512 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:07.612 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:48:07.638 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:07.639 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:07.639 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:48:07.740 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:07.761 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:07.762 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:07.762 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:07.863 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:07.885 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:07.886 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:07.886 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:07.987 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:08.009 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:08.010 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:08.010 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:08.111 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:08.132 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:08.133 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:08.133 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:08.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:07 smithi071 ceph-mon[107477]: pgmap v1481: 89 pgs: 1 active+recovery_wait+remapped, 1 active+recovery_wait+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 3 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.7 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 201 op/s; 26228/183441 objects degraded (14.298%); 41891/183441 objects misplaced (22.836%); 6.6 MiB/s, 193 objects/s recovering 2024-09-13T14:48:08.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:07 smithi071 ceph-mon[112785]: pgmap v1481: 89 pgs: 1 active+recovery_wait+remapped, 1 active+recovery_wait+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 3 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.7 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 201 op/s; 26228/183441 objects degraded (14.298%); 41891/183441 objects misplaced (22.836%); 6.6 MiB/s, 193 objects/s recovering 2024-09-13T14:48:08.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:07 smithi104 ceph-mon[105578]: pgmap v1481: 89 pgs: 1 active+recovery_wait+remapped, 1 active+recovery_wait+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 3 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.7 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 201 op/s; 26228/183441 objects degraded (14.298%); 41891/183441 objects misplaced (22.836%); 6.6 MiB/s, 193 objects/s recovering 2024-09-13T14:48:08.234 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:08.256 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:08.256 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:08.257 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:08.358 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:08.381 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:08.381 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:08.382 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:08.482 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:08.507 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:08.508 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:08.508 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:08.609 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:08.631 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:08.631 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:08.632 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:08.732 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:48:08.757 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:08.757 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:08.758 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:48:08.858 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:08.880 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:08.881 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:08.881 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:08.982 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:09.006 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:09.006 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:09.007 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:09.107 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:09.133 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:09.133 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:09.134 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:09.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:08 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 26228/183441 objects degraded (14.298%), 9 pgs degraded, 14 pgs undersized (PG_DEGRADED) 2024-09-13T14:48:09.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:08 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 26228/183441 objects degraded (14.298%), 9 pgs degraded, 14 pgs undersized (PG_DEGRADED) 2024-09-13T14:48:09.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:08 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 26228/183441 objects degraded (14.298%), 9 pgs degraded, 14 pgs undersized (PG_DEGRADED) 2024-09-13T14:48:09.235 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:09.257 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:09.258 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:09.258 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:09.359 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:09.382 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:09.383 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:09.383 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:09.484 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:09.506 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:09.506 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:09.507 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:09.607 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:48:09.631 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:09.632 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:09.632 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:48:09.733 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:09.762 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:09.762 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:09.763 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:09.864 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:09.885 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:09.885 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:09.886 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:09.986 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:10.011 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:10.011 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:10.012 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:10.076 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:09 smithi071 ceph-mon[107477]: pgmap v1482: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovery_wait+degraded+remapped, 1 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 3 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.7 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 211 op/s; 26100/182532 objects degraded (14.299%); 41347/182532 objects misplaced (22.652%); 9.2 MiB/s, 233 objects/s recovering 2024-09-13T14:48:10.076 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:09 smithi071 ceph-mon[112785]: pgmap v1482: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovery_wait+degraded+remapped, 1 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 3 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.7 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 211 op/s; 26100/182532 objects degraded (14.299%); 41347/182532 objects misplaced (22.652%); 9.2 MiB/s, 233 objects/s recovering 2024-09-13T14:48:10.112 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:10.139 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:10.140 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:10.140 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:10.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:09 smithi104 ceph-mon[105578]: pgmap v1482: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovery_wait+degraded+remapped, 1 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 3 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.7 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 211 op/s; 26100/182532 objects degraded (14.299%); 41347/182532 objects misplaced (22.652%); 9.2 MiB/s, 233 objects/s recovering 2024-09-13T14:48:10.241 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:10.263 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:10.263 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:10.264 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:10.365 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:10.390 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:10.391 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:10.391 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:10.492 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:10.518 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:10.519 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:10.519 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:10.620 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:10.645 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:10.646 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:10.647 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:10.748 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:10.769 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:10.769 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:10.769 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:10.870 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:10.898 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:10.898 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:10.899 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:11.000 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:11.028 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:11.028 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:11.029 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:11.130 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:11.151 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:11.152 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:11.152 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:11.253 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:11.277 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:11.278 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:11.278 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:11.379 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:11.403 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:11.403 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:11.404 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:11.505 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:11.527 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:11.528 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:11.528 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:11.629 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:11.650 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:11.651 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:11.651 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:11.752 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:11.775 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:11.776 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:11.776 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:11.877 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:11.900 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:11.901 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:11.901 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:12.002 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:12.025 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:11 smithi071 ceph-mon[107477]: pgmap v1483: 89 pgs: 1 active+recovery_wait+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovery_wait+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 3 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.7 GiB data, 11 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 237 op/s; 25915/180558 objects degraded (14.353%); 40780/180558 objects misplaced (22.586%); 7.1 MiB/s, 201 objects/s recovering 2024-09-13T14:48:12.025 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:11 smithi071 ceph-mon[112785]: pgmap v1483: 89 pgs: 1 active+recovery_wait+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovery_wait+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 3 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.7 GiB data, 11 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 237 op/s; 25915/180558 objects degraded (14.353%); 40780/180558 objects misplaced (22.586%); 7.1 MiB/s, 201 objects/s recovering 2024-09-13T14:48:12.026 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:12.027 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:12.027 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:12.128 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:12.150 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:12.150 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:12.151 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:12.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:11 smithi104 ceph-mon[105578]: pgmap v1483: 89 pgs: 1 active+recovery_wait+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovery_wait+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 3 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.7 GiB data, 11 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 237 op/s; 25915/180558 objects degraded (14.353%); 40780/180558 objects misplaced (22.586%); 7.1 MiB/s, 201 objects/s recovering 2024-09-13T14:48:12.252 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:12.275 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:12.276 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:12.276 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:12.377 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:12.399 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:12.399 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:12.400 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:12.500 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:12.540 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:12.541 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:12.541 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:12.602 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:48:12.603 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:48:12.625 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:48:12.626 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:48:12.642 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:12.645 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:48:12.645 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:48:12.663 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:48:12.663 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:48:12.664 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:12.664 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:12.665 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:12.682 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:48:12.683 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:48:12.702 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:48:12.703 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:48:12.707 INFO:teuthology.orchestra.run.smithi071.stderr:Error ENXIO: problem getting command descriptions from osd.6 2024-09-13T14:48:12.727 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:48:12.727 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:48:12.728 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:12 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2753365158' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:48:12.728 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:12 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2753365158' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:48:12.728 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:48:12 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:48:12] "GET /metrics HTTP/1.1" 200 36675 "" "Prometheus/2.51.0" 2024-09-13T14:48:12.766 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:12.789 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:12.789 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:12.790 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:12.890 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:12.913 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:12.914 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:12.914 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:13.015 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:13.037 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:13.037 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:13.038 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:13.072 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:12 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2753365158' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:48:13.139 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:13.161 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:13.162 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:13.162 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:13.199 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph tell osd.2 reset_purged_snaps_last 2024-09-13T14:48:13.263 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:13.284 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:13.285 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:13.285 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:13.386 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:13.411 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:13.412 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:13.412 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:13.513 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:13.535 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:13.535 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:13.536 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:13.637 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:13.660 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:13.661 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:13.662 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:13.718 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:13 smithi104 ceph-mon[105578]: pgmap v1484: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovery_wait+remapped, 1 active+recovery_wait+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 3 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.7 GiB data, 11 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 191 op/s; 25915/179910 objects degraded (14.404%); 40314/179910 objects misplaced (22.408%); 7.0 MiB/s, 180 objects/s recovering 2024-09-13T14:48:13.718 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:13 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 25915/179910 objects degraded (14.404%), 9 pgs degraded, 14 pgs undersized (PG_DEGRADED) 2024-09-13T14:48:13.763 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:13.788 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:13.789 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:13.790 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:13.890 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:13.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:13 smithi071 ceph-mon[107477]: pgmap v1484: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovery_wait+remapped, 1 active+recovery_wait+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 3 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.7 GiB data, 11 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 191 op/s; 25915/179910 objects degraded (14.404%); 40314/179910 objects misplaced (22.408%); 7.0 MiB/s, 180 objects/s recovering 2024-09-13T14:48:13.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:13 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 25915/179910 objects degraded (14.404%), 9 pgs degraded, 14 pgs undersized (PG_DEGRADED) 2024-09-13T14:48:13.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:13 smithi071 ceph-mon[112785]: pgmap v1484: 89 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovery_wait+remapped, 1 active+recovery_wait+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+remapped, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 3 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.7 GiB data, 11 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 191 op/s; 25915/179910 objects degraded (14.404%); 40314/179910 objects misplaced (22.408%); 7.0 MiB/s, 180 objects/s recovering 2024-09-13T14:48:13.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:13 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 25915/179910 objects degraded (14.404%), 9 pgs degraded, 14 pgs undersized (PG_DEGRADED) 2024-09-13T14:48:13.912 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:13.913 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:13.913 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:13.948 DEBUG:teuthology.orchestra.run:got remote process result: 6 2024-09-13T14:48:13.948 INFO:tasks.thrashosds.thrasher:Failed to tell all osds, ignoring 2024-09-13T14:48:14.015 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:14.037 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:14.038 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:14.038 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:14.139 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:14.162 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:14.163 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:14.163 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:14.264 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:48:14.286 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:14.286 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:14.287 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:48:14.388 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:14.414 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:14.415 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:14.415 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:14.516 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:14.538 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:14.539 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:14.539 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:14.640 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:14.662 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:14.663 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:14.663 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:14.764 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:14.785 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:14.786 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:14.786 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:14.887 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:14.912 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:14.913 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:14.913 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:14.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:14 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:48:14.966 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:14 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:48:14.967 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:14 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:48:15.014 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:15.037 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:15.037 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:15.038 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:15.138 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:15.160 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:15.161 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:15.161 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:15.262 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:48:15.284 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:15.284 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:15.285 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:48:15.386 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:15.408 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:15.409 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:15.409 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:15.510 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:15.534 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:15.535 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:15.536 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:15.636 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:15.658 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:15.658 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:15.659 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:15.760 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:15.782 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:15.782 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:15.783 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:15.835 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:15 smithi071 ceph-mon[107477]: pgmap v1485: 89 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.6 GiB data, 11 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 240 op/s; 25609/177423 objects degraded (14.434%); 40705/177423 objects misplaced (22.942%); 5.7 MiB/s, 159 objects/s recovering 2024-09-13T14:48:15.835 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:15 smithi071 ceph-mon[112785]: pgmap v1485: 89 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.6 GiB data, 11 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 240 op/s; 25609/177423 objects degraded (14.434%); 40705/177423 objects misplaced (22.942%); 5.7 MiB/s, 159 objects/s recovering 2024-09-13T14:48:15.884 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:15.908 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:15.909 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:15.909 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:15.949 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=true 2024-09-13T14:48:16.010 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:16.047 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:16.048 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:16.048 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:16.149 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:16.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:15 smithi104 ceph-mon[105578]: pgmap v1485: 89 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.6 GiB data, 11 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 240 op/s; 25609/177423 objects degraded (14.434%); 40705/177423 objects misplaced (22.942%); 5.7 MiB/s, 159 objects/s recovering 2024-09-13T14:48:16.186 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:16.187 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:16.187 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:16.288 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:16.310 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:16.311 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:16.311 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:16.412 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:16.433 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:16.434 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:16.434 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:16.536 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:16.558 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:16.558 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:16.559 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:16.659 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:16.683 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:16.683 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:16.684 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:16.784 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:16.809 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:16.810 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:16.810 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:16.911 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:16.932 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:16.932 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:16.933 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:17.034 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:17.067 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:17.067 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:17.068 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:17.169 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:17.193 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:17.193 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:17.194 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:17.294 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:17.318 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:17.319 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:17.319 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:17.420 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:17.446 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:17.446 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:17.447 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:17.548 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:17.569 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:17.569 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:17.570 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:17.670 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:17.694 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:17.695 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:17.696 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:17.796 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:17.818 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:17.819 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:17.819 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:17.920 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:17.944 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:17.944 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:17.945 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:18.014 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:17 smithi071 ceph-mon[107477]: pgmap v1486: 89 pgs: 1 active+recovery_wait+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.6 GiB data, 11 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 210 op/s; 25506/176388 objects degraded (14.460%); 40129/176388 objects misplaced (22.750%); 7.7 MiB/s, 122 objects/s recovering 2024-09-13T14:48:18.014 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:17 smithi071 ceph-mon[112785]: pgmap v1486: 89 pgs: 1 active+recovery_wait+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.6 GiB data, 11 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 210 op/s; 25506/176388 objects degraded (14.460%); 40129/176388 objects misplaced (22.750%); 7.7 MiB/s, 122 objects/s recovering 2024-09-13T14:48:18.045 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:18.068 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:18.069 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:18.069 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:18.170 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:18.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:17 smithi104 ceph-mon[105578]: pgmap v1486: 89 pgs: 1 active+recovery_wait+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.6 GiB data, 11 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 210 op/s; 25506/176388 objects degraded (14.460%); 40129/176388 objects misplaced (22.750%); 7.7 MiB/s, 122 objects/s recovering 2024-09-13T14:48:18.197 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:18.198 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:18.198 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:18.299 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:18.324 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:18.325 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:18.325 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:18.426 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:18.448 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:18.449 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:18.450 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:18.550 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:18.572 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:18.573 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:18.574 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:18.674 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:48:18.698 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:18.698 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:18.699 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:48:18.800 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:18.823 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:18.824 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:18.825 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:18.925 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:18.950 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:18.950 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:18.951 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:19.052 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:19.074 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:19.074 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:19.075 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:19.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:18 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 25506/176388 objects degraded (14.460%), 9 pgs degraded, 14 pgs undersized (PG_DEGRADED) 2024-09-13T14:48:19.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:18 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 25506/176388 objects degraded (14.460%), 9 pgs degraded, 14 pgs undersized (PG_DEGRADED) 2024-09-13T14:48:19.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:18 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 25506/176388 objects degraded (14.460%), 9 pgs degraded, 14 pgs undersized (PG_DEGRADED) 2024-09-13T14:48:19.176 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:19.198 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T14:48:19.199 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:48:19.202 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:19.202 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:19.202 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:19.303 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:19.325 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:19.325 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:19.326 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:19.426 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:19.449 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:19.450 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:19.450 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:19.551 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:19.573 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:19.576 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:19.577 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:19.677 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:19.705 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:19.706 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:19.707 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:19.807 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:19.830 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:19.831 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:19.832 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:19.932 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:19.958 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:19.958 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:19.959 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:20.060 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:20.081 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:20.082 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:20.082 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:20.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:19 smithi071 ceph-mon[107477]: pgmap v1487: 89 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.6 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 213 op/s; 25363/175758 objects degraded (14.431%); 39920/175758 objects misplaced (22.713%); 8.0 MiB/s, 128 objects/s recovering 2024-09-13T14:48:20.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:19 smithi071 ceph-mon[112785]: pgmap v1487: 89 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.6 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 213 op/s; 25363/175758 objects degraded (14.431%); 39920/175758 objects misplaced (22.713%); 8.0 MiB/s, 128 objects/s recovering 2024-09-13T14:48:20.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:19 smithi104 ceph-mon[105578]: pgmap v1487: 89 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.6 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 213 op/s; 25363/175758 objects degraded (14.431%); 39920/175758 objects misplaced (22.713%); 8.0 MiB/s, 128 objects/s recovering 2024-09-13T14:48:20.183 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:20.206 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:20.206 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:20.207 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:20.308 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:20.330 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:20.330 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:20.331 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:20.432 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:48:20.454 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:20.455 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:20.455 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:48:20.556 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:48:20.578 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:20.579 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:20.579 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:48:20.680 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:20.707 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:20.708 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:20.708 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:20.809 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:20.832 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:20.832 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:20.833 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:20.933 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:20.959 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:20.960 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:20.961 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:21.061 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:21.083 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:21.084 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:21.084 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:21.185 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:21.207 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:21.208 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:21.208 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:21.299 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.0 dump_blocked_ops 2024-09-13T14:48:21.309 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:21.330 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:21.331 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:21.331 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:21.388 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:48:21.388 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:48:21.432 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:21.454 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:21.454 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:21.455 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:21.556 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:21.579 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:21.580 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:21.581 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:21.682 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:21.705 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:21.706 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:21.706 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:21.807 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:21.827 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:21 smithi071 ceph-mon[107477]: pgmap v1488: 89 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.5 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 245 op/s; 25170/173691 objects degraded (14.491%); 39366/173691 objects misplaced (22.664%); 5.5 MiB/s, 88 objects/s recovering 2024-09-13T14:48:21.828 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:21 smithi071 ceph-mon[112785]: pgmap v1488: 89 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.5 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 245 op/s; 25170/173691 objects degraded (14.491%); 39366/173691 objects misplaced (22.664%); 5.5 MiB/s, 88 objects/s recovering 2024-09-13T14:48:21.830 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:21.830 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:21.831 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:21.932 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:21.959 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:21.959 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:21.960 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:22.061 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:48:22.085 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:22.085 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:22.086 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:48:22.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:21 smithi104 ceph-mon[105578]: pgmap v1488: 89 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.5 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 245 op/s; 25170/173691 objects degraded (14.491%); 39366/173691 objects misplaced (22.664%); 5.5 MiB/s, 88 objects/s recovering 2024-09-13T14:48:22.186 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:22.208 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:22.208 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:22.209 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:22.309 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:22.334 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:22.335 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:22.335 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:22.436 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:22.459 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:22.459 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:22.460 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:22.561 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:22.584 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:22.585 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:22.585 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:22.685 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:22.710 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:22.711 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:22.712 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:22.812 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:22.838 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:22.838 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:22.839 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:22.891 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:48:22 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:48:22] "GET /metrics HTTP/1.1" 200 36674 "" "Prometheus/2.51.0" 2024-09-13T14:48:22.939 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:22.960 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:22.961 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:22.961 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:23.062 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:23.084 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:23.084 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:23.085 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:23.185 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:23.209 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:23.210 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:23.210 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:23.311 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:23.335 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:23.336 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:23.336 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:23.437 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:23.469 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:23.470 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:23.470 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:23.571 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:23.595 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:23.596 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:23.596 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:23.697 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:23.719 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:23.719 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:23.720 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:23.733 INFO:teuthology.orchestra.run.smithi071.stderr:nodeep-scrub is unset 2024-09-13T14:48:23.820 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:23.842 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:23.842 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:23.843 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:23.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:23 smithi071 ceph-mon[107477]: pgmap v1489: 89 pgs: 1 active+recovery_wait+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.5 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 207 op/s; 25170/173073 objects degraded (14.543%); 38866/173073 objects misplaced (22.456%); 8.1 MiB/s, 139 objects/s recovering 2024-09-13T14:48:23.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:23 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 25170/173073 objects degraded (14.543%), 9 pgs degraded, 18 pgs undersized (PG_DEGRADED) 2024-09-13T14:48:23.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:23 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3852197213' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:48:23.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:23 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:48:23.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:23 smithi071 ceph-mon[112785]: pgmap v1489: 89 pgs: 1 active+recovery_wait+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.5 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 207 op/s; 25170/173073 objects degraded (14.543%); 38866/173073 objects misplaced (22.456%); 8.1 MiB/s, 139 objects/s recovering 2024-09-13T14:48:23.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:23 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 25170/173073 objects degraded (14.543%), 9 pgs degraded, 18 pgs undersized (PG_DEGRADED) 2024-09-13T14:48:23.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:23 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3852197213' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:48:23.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:23 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:48:23.943 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:23.964 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:23.965 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:23.965 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:24.051 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:23 smithi104 ceph-mon[105578]: pgmap v1489: 89 pgs: 1 active+recovery_wait+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.5 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 207 op/s; 25170/173073 objects degraded (14.543%); 38866/173073 objects misplaced (22.456%); 8.1 MiB/s, 139 objects/s recovering 2024-09-13T14:48:24.052 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:23 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 25170/173073 objects degraded (14.543%), 9 pgs degraded, 18 pgs undersized (PG_DEGRADED) 2024-09-13T14:48:24.052 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:23 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3852197213' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:48:24.052 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:23 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:48:24.066 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:24.088 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:24.089 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:24.090 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:24.190 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:24.214 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:24.215 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:24.215 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:24.316 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:24.342 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:24.342 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:24.343 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:24.443 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:24.466 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:24.467 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:24.467 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:24.568 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:48:24.592 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:24.593 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:24.594 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:48:24.694 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:24.719 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:24.720 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:24.720 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:24.821 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:24.844 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:24.845 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:24.845 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:24.885 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:48:24.946 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:24.969 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:24.970 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:24.971 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:25.007 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:24 smithi071 ceph-mon[107477]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T14:48:25.007 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:24 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T14:48:25.007 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:24 smithi071 ceph-mon[107477]: osdmap e1179: 8 total, 7 up, 7 in 2024-09-13T14:48:25.007 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:24 smithi071 ceph-mon[112785]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T14:48:25.007 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:24 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T14:48:25.007 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:24 smithi071 ceph-mon[112785]: osdmap e1179: 8 total, 7 up, 7 in 2024-09-13T14:48:25.071 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:25.095 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:25.096 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:25.097 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:25.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:24 smithi104 ceph-mon[105578]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T14:48:25.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:24 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T14:48:25.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:24 smithi104 ceph-mon[105578]: osdmap e1179: 8 total, 7 up, 7 in 2024-09-13T14:48:25.197 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:25.225 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:25.226 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:25.226 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:25.327 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:25.352 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:25.353 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:25.353 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:25.454 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:25.475 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:25.476 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:25.477 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:25.578 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:25.607 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:25.608 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:25.608 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:25.709 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:25.731 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:25.732 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:25.732 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:25.782 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:25 smithi071 ceph-mon[107477]: pgmap v1491: 89 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.5 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 222 op/s; 24891/170733 objects degraded (14.579%); 38248/170733 objects misplaced (22.402%); 6.8 MiB/s, 119 objects/s recovering 2024-09-13T14:48:25.782 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:25 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:48:25.783 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:25 smithi071 ceph-mon[112785]: pgmap v1491: 89 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.5 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 222 op/s; 24891/170733 objects degraded (14.579%); 38248/170733 objects misplaced (22.402%); 6.8 MiB/s, 119 objects/s recovering 2024-09-13T14:48:25.783 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:25 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:48:25.833 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:48:25.855 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:25.855 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:25.856 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:48:25.957 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:48:25.982 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:25.983 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:25.983 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:48:26.050 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:25 smithi104 ceph-mon[105578]: pgmap v1491: 89 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.5 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 222 op/s; 24891/170733 objects degraded (14.579%); 38248/170733 objects misplaced (22.402%); 6.8 MiB/s, 119 objects/s recovering 2024-09-13T14:48:26.050 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:25 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:48:26.084 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:48:26.092 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:48:26.092 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:48:26.108 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:26.108 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:26.109 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:48:26.111 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:48:26.111 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:48:26.130 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:48:26.130 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:48:26.148 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:48:26.148 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:48:26.166 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:48:26.166 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:48:26.182 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:48:26.183 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:48:26.183 INFO:teuthology.orchestra.run.smithi071.stderr:Error ENXIO: problem getting command descriptions from osd.6 2024-09-13T14:48:26.199 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:48:26.199 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:48:26.210 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:26.236 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:26.236 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:26.237 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:26.338 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:26.362 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:26.362 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:26.363 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:26.464 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:26.487 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:26.488 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:26.488 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:26.589 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:26.616 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:26.616 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:26.617 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:26.718 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:26.741 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:26.741 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:26.742 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:26.817 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:26 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2660656346' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:48:26.817 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:26 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2660656346' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:48:26.842 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:26.866 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:26.866 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:26.867 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:26.968 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:26.995 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:26.996 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:26.996 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:27.021 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:26 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2660656346' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:48:27.097 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:27.121 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:27.122 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:27.122 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:27.223 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:27.248 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:27.249 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:27.249 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:27.350 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:27.378 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:27.379 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:27.379 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:27.480 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:27.503 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:27.504 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:27.504 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:27.605 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:27.629 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:27.630 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:27.630 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:27.731 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:48:27.754 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:27.755 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:27.755 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:48:27.856 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:48:27.878 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:27.879 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:27.879 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:48:27.980 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:28.005 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:28.006 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:28.006 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:28.080 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:27 smithi104 ceph-mon[105578]: pgmap v1492: 89 pgs: 1 active+recovery_wait+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.4 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 226 op/s; 24803/169593 objects degraded (14.625%); 38090/169593 objects misplaced (22.460%); 4.0 MiB/s, 154 objects/s recovering 2024-09-13T14:48:28.106 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:28.129 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:28.129 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:28.130 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:28.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:27 smithi071 ceph-mon[107477]: pgmap v1492: 89 pgs: 1 active+recovery_wait+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.4 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 226 op/s; 24803/169593 objects degraded (14.625%); 38090/169593 objects misplaced (22.460%); 4.0 MiB/s, 154 objects/s recovering 2024-09-13T14:48:28.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:27 smithi071 ceph-mon[112785]: pgmap v1492: 89 pgs: 1 active+recovery_wait+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.4 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 226 op/s; 24803/169593 objects degraded (14.625%); 38090/169593 objects misplaced (22.460%); 4.0 MiB/s, 154 objects/s recovering 2024-09-13T14:48:28.230 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:28.255 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:28.256 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:28.256 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:28.357 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:28.380 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:28.381 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:28.381 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:28.482 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:28.503 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:28.504 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:28.504 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:28.605 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:28.632 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:28.632 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:28.633 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:28.734 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:28.762 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:28.763 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:28.763 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:28.864 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:28.889 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:28.889 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:28.890 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:28.991 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:29.014 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:29.015 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:29.015 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:29.020 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:28 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 24803/169593 objects degraded (14.625%), 9 pgs degraded, 18 pgs undersized (PG_DEGRADED) 2024-09-13T14:48:29.021 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:28 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 24803/169593 objects degraded (14.625%), 9 pgs degraded, 18 pgs undersized (PG_DEGRADED) 2024-09-13T14:48:29.064 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:28 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 24803/169593 objects degraded (14.625%), 9 pgs degraded, 18 pgs undersized (PG_DEGRADED) 2024-09-13T14:48:29.115 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:29.140 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:29.140 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:29.140 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:29.241 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:48:29.271 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:29.272 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:29.273 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:48:29.373 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:29.402 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:29.402 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:29.403 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:29.504 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:29.527 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:29.528 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:29.529 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:29.629 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:29.658 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:29.658 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:29.659 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:29.688 DEBUG:teuthology.orchestra.run:got remote process result: 6 2024-09-13T14:48:29.689 INFO:tasks.thrashosds.thrasher:Failed to tell all osds, ignoring 2024-09-13T14:48:29.760 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:29.783 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:29.784 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:29.784 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:29.885 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:48:29.907 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:29.908 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:29.908 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:48:29.917 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:29 smithi071 ceph-mon[107477]: pgmap v1493: 89 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.4 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 228 op/s; 24647/168888 objects degraded (14.594%); 37857/168888 objects misplaced (22.415%); 4.0 MiB/s, 154 objects/s recovering 2024-09-13T14:48:29.917 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:48:29.917 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:48:29.917 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:29 smithi071 ceph-mon[112785]: pgmap v1493: 89 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.4 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 228 op/s; 24647/168888 objects degraded (14.594%); 37857/168888 objects misplaced (22.415%); 4.0 MiB/s, 154 objects/s recovering 2024-09-13T14:48:29.917 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:48:29.917 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:48:30.009 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:48:30.022 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:29 smithi104 ceph-mon[105578]: pgmap v1493: 89 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.4 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 228 op/s; 24647/168888 objects degraded (14.594%); 37857/168888 objects misplaced (22.415%); 4.0 MiB/s, 154 objects/s recovering 2024-09-13T14:48:30.022 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:48:30.022 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:48:30.031 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:30.032 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:30.032 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:48:30.133 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:30.157 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:30.157 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:30.158 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:30.259 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:30.289 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:30.289 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:30.289 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:30.331 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd set noscrub 2024-09-13T14:48:30.390 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:30.416 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:30.416 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:30.417 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:30.457 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph tell osd.5 reset_purged_snaps_last 2024-09-13T14:48:30.517 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:30.543 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:30.544 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:30.544 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:30.645 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:30.666 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:30.667 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:30.667 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:30.768 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:30.805 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:30.805 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:30.806 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:30.906 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:30.932 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:30.933 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:30.933 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:31.034 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:31.057 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:31.058 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:31.058 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:31.060 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:48:31.060 INFO:teuthology.orchestra.run.smithi071.stdout: "ops": [], 2024-09-13T14:48:31.060 INFO:teuthology.orchestra.run.smithi071.stdout: "complaint_time": 30, 2024-09-13T14:48:31.060 INFO:teuthology.orchestra.run.smithi071.stdout: "num_blocked_ops": 0 2024-09-13T14:48:31.060 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:48:31.159 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:31.182 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:31.183 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:31.183 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:31.284 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:31.306 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:31.306 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:31.307 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:31.408 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:31.429 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:31.429 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:31.430 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:31.530 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:31.554 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:31.555 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:31.555 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:31.656 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:31.678 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:31.679 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:31.679 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:31.690 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=false 2024-09-13T14:48:31.780 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:31.807 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:31.807 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:31.808 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:31.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:31 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:48:31.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:31 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:48:31.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:31 smithi071 ceph-mon[107477]: pgmap v1494: 89 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.4 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 226 op/s; 24432/166884 objects degraded (14.640%); 37335/166884 objects misplaced (22.372%); 4.0 MiB/s, 154 objects/s recovering 2024-09-13T14:48:31.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:31 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:48:31.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:31 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:48:31.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:31 smithi071 ceph-mon[112785]: pgmap v1494: 89 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.4 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 226 op/s; 24432/166884 objects degraded (14.640%); 37335/166884 objects misplaced (22.372%); 4.0 MiB/s, 154 objects/s recovering 2024-09-13T14:48:31.908 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:31.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:31 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:48:31.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:31 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:48:31.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:31 smithi104 ceph-mon[105578]: pgmap v1494: 89 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.4 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 226 op/s; 24432/166884 objects degraded (14.640%); 37335/166884 objects misplaced (22.372%); 4.0 MiB/s, 154 objects/s recovering 2024-09-13T14:48:31.934 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:31.935 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:31.935 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:32.036 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:32.058 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:32.059 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:32.059 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:32.160 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:48:32.182 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:32.183 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:32.183 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:48:32.284 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:32.306 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:32.307 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:32.307 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:32.408 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:32.431 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:32.432 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:32.432 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:32.533 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:32.558 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:32.559 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:32.559 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:32.660 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:48:32.685 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:32.686 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:32.686 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:48:32.787 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:32.809 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:32.810 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:32.810 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:32.911 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:32.934 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:32.935 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:32.935 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:33.036 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:33.046 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:48:32 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:48:32] "GET /metrics HTTP/1.1" 200 36669 "" "Prometheus/2.51.0" 2024-09-13T14:48:33.059 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:33.059 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:33.059 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:33.160 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:33.184 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:33.185 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:33.186 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:33.287 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:33.315 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:33.316 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:33.316 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:33.417 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:33.440 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:33.441 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:33.441 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:33.542 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:33.565 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:33.565 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:33.566 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:33.667 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:33.689 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:33.690 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:33.691 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:33.791 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:33.815 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:33.816 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:33.816 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:33.917 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:33.939 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:33.940 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:33.940 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:34.041 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:34.065 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:34.065 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:34.066 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:34.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:33 smithi071 ceph-mon[107477]: pgmap v1495: 89 pgs: 1 active+recovery_wait+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.4 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 227 op/s; 24432/166254 objects degraded (14.696%); 37335/166254 objects misplaced (22.457%); 889 KiB/s, 186 objects/s recovering 2024-09-13T14:48:34.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:33 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 24432/166254 objects degraded (14.696%), 9 pgs degraded, 18 pgs undersized (PG_DEGRADED) 2024-09-13T14:48:34.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:33 smithi071 ceph-mon[112785]: pgmap v1495: 89 pgs: 1 active+recovery_wait+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.4 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 227 op/s; 24432/166254 objects degraded (14.696%); 37335/166254 objects misplaced (22.457%); 889 KiB/s, 186 objects/s recovering 2024-09-13T14:48:34.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:33 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 24432/166254 objects degraded (14.696%), 9 pgs degraded, 18 pgs undersized (PG_DEGRADED) 2024-09-13T14:48:34.167 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:34.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:33 smithi104 ceph-mon[105578]: pgmap v1495: 89 pgs: 1 active+recovery_wait+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.4 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 227 op/s; 24432/166254 objects degraded (14.696%); 37335/166254 objects misplaced (22.457%); 889 KiB/s, 186 objects/s recovering 2024-09-13T14:48:34.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:33 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 24432/166254 objects degraded (14.696%), 9 pgs degraded, 18 pgs undersized (PG_DEGRADED) 2024-09-13T14:48:34.188 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:34.189 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:34.189 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:34.290 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:34.313 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:34.314 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:34.314 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:34.415 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:34.439 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:34.439 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:34.439 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:34.540 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:34.569 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:34.569 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:34.570 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:34.670 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:48:34.699 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:34.700 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:34.700 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:48:34.801 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:34.823 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:34.823 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:34.824 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:34.925 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:34.950 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:34.951 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:34.951 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:35.052 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:35.073 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:35.073 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:35.074 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:35.175 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:35.197 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:35.198 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:35.198 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:35.299 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:35.323 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:35.324 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:35.324 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:35.425 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:48:35.447 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:35.448 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:35.448 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:48:35.550 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:48:35.574 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:35.575 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:35.575 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:48:35.676 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:35.699 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:35.700 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:35.700 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:35.801 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:35.829 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:35.830 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:35.830 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:35.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:35 smithi071 ceph-mon[107477]: pgmap v1496: 89 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.3 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 263 op/s; 24134/163839 objects degraded (14.730%); 36649/163839 objects misplaced (22.369%); 823 KiB/s, 171 objects/s recovering 2024-09-13T14:48:35.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:35 smithi071 ceph-mon[107477]: osdmap e1180: 8 total, 7 up, 7 in 2024-09-13T14:48:35.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:35 smithi071 ceph-mon[112785]: pgmap v1496: 89 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.3 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 263 op/s; 24134/163839 objects degraded (14.730%); 36649/163839 objects misplaced (22.369%); 823 KiB/s, 171 objects/s recovering 2024-09-13T14:48:35.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:35 smithi071 ceph-mon[112785]: osdmap e1180: 8 total, 7 up, 7 in 2024-09-13T14:48:35.931 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:35.957 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:35.957 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:35.958 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:36.059 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:36.080 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:36.080 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:36.081 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:36.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:35 smithi104 ceph-mon[105578]: pgmap v1496: 89 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 42 active+clean; 3.3 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 263 op/s; 24134/163839 objects degraded (14.730%); 36649/163839 objects misplaced (22.369%); 823 KiB/s, 171 objects/s recovering 2024-09-13T14:48:36.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:35 smithi104 ceph-mon[105578]: osdmap e1180: 8 total, 7 up, 7 in 2024-09-13T14:48:36.181 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:36.207 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:36.207 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:36.208 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:36.309 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:36.335 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:36.336 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:36.336 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:36.437 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:36.460 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:36.460 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:36.461 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:36.562 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:48:36.592 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:36.592 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:36.593 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:48:36.693 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:48:36.715 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:36.715 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:36.716 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:48:36.817 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:36.838 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:36.838 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:36.839 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:36.940 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:36.963 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:36.963 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:36.964 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:37.064 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:37.087 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:37.087 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:37.088 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:37.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:36 smithi071 ceph-mon[107477]: osdmap e1181: 8 total, 7 up, 7 in 2024-09-13T14:48:37.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:36 smithi071 ceph-mon[112785]: osdmap e1181: 8 total, 7 up, 7 in 2024-09-13T14:48:37.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:36 smithi104 ceph-mon[105578]: osdmap e1181: 8 total, 7 up, 7 in 2024-09-13T14:48:37.188 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:37.209 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:37.210 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:37.210 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:37.311 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:37.335 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:37.336 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:37.336 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:37.437 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:37.460 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:37.460 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:37.461 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:37.562 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:37.584 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:37.585 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:37.586 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:37.686 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:37.709 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:37.710 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:37.710 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:37.811 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:48:37.832 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:37.833 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:37.833 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:48:37.934 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:37.956 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:37.956 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:37.957 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:38.057 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:38.084 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:38.085 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:38.085 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:38.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:37 smithi071 ceph-mon[107477]: pgmap v1499: 89 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 3.3 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 251 op/s; 17999/162861 objects degraded (11.052%); 39792/162861 objects misplaced (24.433%); 1.2 MiB/s, 250 objects/s recovering 2024-09-13T14:48:38.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:37 smithi071 ceph-mon[112785]: pgmap v1499: 89 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 3.3 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 251 op/s; 17999/162861 objects degraded (11.052%); 39792/162861 objects misplaced (24.433%); 1.2 MiB/s, 250 objects/s recovering 2024-09-13T14:48:38.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:37 smithi104 ceph-mon[105578]: pgmap v1499: 89 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 3.3 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 251 op/s; 17999/162861 objects degraded (11.052%); 39792/162861 objects misplaced (24.433%); 1.2 MiB/s, 250 objects/s recovering 2024-09-13T14:48:38.186 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:38.207 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:38.208 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:38.208 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:38.309 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:38.331 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:38.331 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:38.332 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:38.432 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:38.458 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:38.459 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:38.459 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:38.560 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:38.583 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:38.584 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:38.584 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:38.685 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:38.707 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:38.707 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:38.708 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:38.809 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:38.834 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:38.834 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:38.834 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:38.935 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:38.959 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:38.960 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:38.960 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:39.061 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:39.084 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:39.085 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:39.085 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:39.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:38 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 17999/162861 objects degraded (11.052%), 8 pgs degraded, 17 pgs undersized (PG_DEGRADED) 2024-09-13T14:48:39.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:38 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 17999/162861 objects degraded (11.052%), 8 pgs degraded, 17 pgs undersized (PG_DEGRADED) 2024-09-13T14:48:39.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:38 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 17999/162861 objects degraded (11.052%), 8 pgs degraded, 17 pgs undersized (PG_DEGRADED) 2024-09-13T14:48:39.186 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:48:39.210 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:39.211 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:39.211 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:48:39.312 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:48:39.318 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:48:39.318 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:48:39.346 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.0 dump_historic_ops 2024-09-13T14:48:39.351 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:39.351 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:39.352 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:48:39.453 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:39.474 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:39.475 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:39.477 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:39.577 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:39.599 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:39.600 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:39.600 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:39.701 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:39.725 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:39.726 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:39.726 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:39.827 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:48:39.852 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:39.853 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:39.856 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:48:39.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:39 smithi071 ceph-mon[107477]: pgmap v1500: 89 pgs: 1 active+recovering+degraded+remapped, 1 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 3.3 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 194 op/s; 17862/162207 objects degraded (11.012%); 39575/162207 objects misplaced (24.398%); 1.7 MiB/s, 260 objects/s recovering 2024-09-13T14:48:39.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:39 smithi071 ceph-mon[112785]: pgmap v1500: 89 pgs: 1 active+recovering+degraded+remapped, 1 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 3.3 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 194 op/s; 17862/162207 objects degraded (11.012%); 39575/162207 objects misplaced (24.398%); 1.7 MiB/s, 260 objects/s recovering 2024-09-13T14:48:39.956 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:39.979 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:39.980 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:39.980 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:40.081 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:40.102 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:40.103 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:40.103 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:40.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:39 smithi104 ceph-mon[105578]: pgmap v1500: 89 pgs: 1 active+recovering+degraded+remapped, 1 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 3.3 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 194 op/s; 17862/162207 objects degraded (11.012%); 39575/162207 objects misplaced (24.398%); 1.7 MiB/s, 260 objects/s recovering 2024-09-13T14:48:40.203 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:40.224 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:40.225 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:40.225 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:40.326 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:40.347 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:40.348 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:40.348 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:40.449 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:40.471 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:40.472 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:40.472 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:40.573 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:40.594 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:40.595 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:40.596 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:40.696 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:48:40.703 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:48:40.707 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:48:40.729 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:40.729 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:40.730 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:48:40.831 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:40.854 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:40.855 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:40.855 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:40.956 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:40.984 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:40.985 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:40.985 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:41.086 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:41.108 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:41.109 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:41.109 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:41.210 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:48:41.251 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:41.251 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:41.252 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:48:41.352 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:41.374 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:41.375 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:41.375 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:41.476 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:41.498 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:41.499 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:41.499 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:41.600 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:41.626 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:41.627 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:41.628 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:41.729 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:41.750 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:41.751 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:41.751 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:41.852 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:41.873 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:41.874 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:41.875 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:41.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:41 smithi071 ceph-mon[107477]: pgmap v1501: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 3.3 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 261 op/s; 17660/159978 objects degraded (11.039%); 38969/159978 objects misplaced (24.359%); 1.7 MiB/s, 143 objects/s recovering 2024-09-13T14:48:41.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:41 smithi071 ceph-mon[112785]: pgmap v1501: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 3.3 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 261 op/s; 17660/159978 objects degraded (11.039%); 38969/159978 objects misplaced (24.359%); 1.7 MiB/s, 143 objects/s recovering 2024-09-13T14:48:41.975 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:48:41.997 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:41.997 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:41.998 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:48:42.099 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:42.126 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:42.127 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:42.127 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:42.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:41 smithi104 ceph-mon[105578]: pgmap v1501: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 3.3 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 261 op/s; 17660/159978 objects degraded (11.039%); 38969/159978 objects misplaced (24.359%); 1.7 MiB/s, 143 objects/s recovering 2024-09-13T14:48:42.228 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:42.252 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:42.252 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:42.253 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:42.353 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:42.377 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:42.377 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:42.378 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:42.478 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:42.505 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:42.506 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:42.506 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:42.607 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:42.631 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:42.631 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:42.632 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:42.715 INFO:teuthology.orchestra.run.smithi071.stderr:noscrub is set 2024-09-13T14:48:42.732 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:42.755 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:42.755 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:42.756 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:42.856 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:42.878 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:42.879 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:42.879 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:42.980 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:48:43.004 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:43.005 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:43.005 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:48:43.072 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:42 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1808713764' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:48:43.072 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:42 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:48:43.106 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:43.130 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:43.130 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:43.131 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:43.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:42 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1808713764' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:48:43.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:42 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:48:43.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:48:42 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:48:42] "GET /metrics HTTP/1.1" 200 36669 "" "Prometheus/2.51.0" 2024-09-13T14:48:43.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:42 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1808713764' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:48:43.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:42 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:48:43.232 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:43.259 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:43.260 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:43.260 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:43.361 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:43.385 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:43.386 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:43.386 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:43.487 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:43.510 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:43.511 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:43.511 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:43.612 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:43.635 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:43.636 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:43.636 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:43.737 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:43.764 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:43.764 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:43.765 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:43.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:43 smithi071 ceph-mon[107477]: pgmap v1502: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 3.2 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 186 op/s; 17660/159363 objects degraded (11.082%); 38699/159363 objects misplaced (24.284%); 3.3 MiB/s, 168 objects/s recovering 2024-09-13T14:48:43.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:43 smithi071 ceph-mon[107477]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:48:43.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:43 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T14:48:43.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:43 smithi071 ceph-mon[107477]: osdmap e1182: 8 total, 7 up, 7 in 2024-09-13T14:48:43.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:43 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 17660/159363 objects degraded (11.082%), 8 pgs degraded, 17 pgs undersized (PG_DEGRADED) 2024-09-13T14:48:43.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:43 smithi071 ceph-mon[112785]: pgmap v1502: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 3.2 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 186 op/s; 17660/159363 objects degraded (11.082%); 38699/159363 objects misplaced (24.284%); 3.3 MiB/s, 168 objects/s recovering 2024-09-13T14:48:43.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:43 smithi071 ceph-mon[112785]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:48:43.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:43 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T14:48:43.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:43 smithi071 ceph-mon[112785]: osdmap e1182: 8 total, 7 up, 7 in 2024-09-13T14:48:43.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:43 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 17660/159363 objects degraded (11.082%), 8 pgs degraded, 17 pgs undersized (PG_DEGRADED) 2024-09-13T14:48:43.865 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:43.889 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:43.890 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:43.890 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:43.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:43 smithi104 ceph-mon[105578]: pgmap v1502: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 3.2 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 186 op/s; 17660/159363 objects degraded (11.082%); 38699/159363 objects misplaced (24.284%); 3.3 MiB/s, 168 objects/s recovering 2024-09-13T14:48:43.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:43 smithi104 ceph-mon[105578]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:48:43.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:43 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T14:48:43.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:43 smithi104 ceph-mon[105578]: osdmap e1182: 8 total, 7 up, 7 in 2024-09-13T14:48:43.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:43 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 17660/159363 objects degraded (11.082%), 8 pgs degraded, 17 pgs undersized (PG_DEGRADED) 2024-09-13T14:48:43.991 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:44.021 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:44.021 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:44.022 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:44.122 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:44.145 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:44.145 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:44.146 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:44.247 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:44.273 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:44.273 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:44.274 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:44.375 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:44.401 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:44.402 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:44.403 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:44.503 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:44.525 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:44.526 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:44.526 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:44.627 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:44.656 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:44.656 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:44.657 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:44.758 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:44.784 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:44.784 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:44.785 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:44.886 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:44.907 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:44.908 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:44.908 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:45.009 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:45.031 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:45.032 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:45.032 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:45.133 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:45.159 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:45.159 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:45.160 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:45.261 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:45.283 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:45.283 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:45.284 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:45.385 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:45.409 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:45.409 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:45.410 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:45.510 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:45.531 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:45.532 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:45.532 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:45.633 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:45.654 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:45.654 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:45.655 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:45.736 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:48:45.736 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:48:45.736 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:45 smithi071 ceph-mon[107477]: pgmap v1504: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 3.2 GiB data, 10 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 241 op/s; 17369/156930 objects degraded (11.068%); 38022/156930 objects misplaced (24.229%); 3.5 MiB/s, 159 objects/s recovering 2024-09-13T14:48:45.737 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:48:45.737 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:48:45.737 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:45 smithi071 ceph-mon[112785]: pgmap v1504: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 3.2 GiB data, 10 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 241 op/s; 17369/156930 objects degraded (11.068%); 38022/156930 objects misplaced (24.229%); 3.5 MiB/s, 159 objects/s recovering 2024-09-13T14:48:45.755 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:45.787 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:45.788 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:45.788 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:45.875 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd set nodeep-scrub 2024-09-13T14:48:45.889 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:45.911 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:45.911 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:45.912 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:45.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:48:45.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:48:45.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:45 smithi104 ceph-mon[105578]: pgmap v1504: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 3.2 GiB data, 10 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 241 op/s; 17369/156930 objects degraded (11.068%); 38022/156930 objects misplaced (24.229%); 3.5 MiB/s, 159 objects/s recovering 2024-09-13T14:48:46.012 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:46.034 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:46.034 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:46.035 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:46.136 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:46.158 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:46.159 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:46.159 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:46.260 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:46.283 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:46.284 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:46.284 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:46.385 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:46.408 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:46.408 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:46.409 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:46.510 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:46.531 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:46.532 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:46.532 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:46.633 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:46.654 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:46.655 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:46.655 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:46.756 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:46.783 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:46.783 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:46.783 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:46.884 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:46.916 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:46.917 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:46.917 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:47.020 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:47.042 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:47.042 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:47.043 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:47.143 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:47.165 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:47.165 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:47.166 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:47.266 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:47.297 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:47.298 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:47.298 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:47.399 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:47.426 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:47.426 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:47.427 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:47.528 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:47.550 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:47.551 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:47.551 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:47.652 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:47.677 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:47.678 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:47.678 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:47.779 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:47.801 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:47.802 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:47.803 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:47.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:47 smithi071 ceph-mon[107477]: pgmap v1505: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 3.2 GiB data, 10 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 241 op/s; 17291/155610 objects degraded (11.112%); 37601/155610 objects misplaced (24.164%); 4.2 MiB/s, 67 objects/s recovering 2024-09-13T14:48:47.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:47 smithi071 ceph-mon[112785]: pgmap v1505: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 3.2 GiB data, 10 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 241 op/s; 17291/155610 objects degraded (11.112%); 37601/155610 objects misplaced (24.164%); 4.2 MiB/s, 67 objects/s recovering 2024-09-13T14:48:47.903 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:47.927 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:47.927 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:47.928 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:48.028 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:48:48.050 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:48.050 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:48.051 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:48:48.151 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:48.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:47 smithi104 ceph-mon[105578]: pgmap v1505: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 3.2 GiB data, 10 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 241 op/s; 17291/155610 objects degraded (11.112%); 37601/155610 objects misplaced (24.164%); 4.2 MiB/s, 67 objects/s recovering 2024-09-13T14:48:48.185 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:48.186 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:48.186 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:48.287 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:48:48.313 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:48.313 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:48.314 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:48:48.414 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:48.436 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:48.437 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:48.437 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:48.538 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:48.563 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:48.563 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:48.563 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:48.664 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:48.687 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:48.687 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:48.688 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:48.788 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:48.813 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:48.814 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:48.814 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:48.915 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:48.943 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:48.944 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:48.945 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:49.045 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:49.072 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:49.072 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:49.072 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:49.081 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:48 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 17291/155610 objects degraded (11.112%), 8 pgs degraded, 17 pgs undersized (PG_DEGRADED) 2024-09-13T14:48:49.082 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:48 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 17291/155610 objects degraded (11.112%), 8 pgs degraded, 17 pgs undersized (PG_DEGRADED) 2024-09-13T14:48:49.116 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph tell osd.6 reset_purged_snaps_last 2024-09-13T14:48:49.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:48 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 17291/155610 objects degraded (11.112%), 8 pgs degraded, 17 pgs undersized (PG_DEGRADED) 2024-09-13T14:48:49.173 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:49.197 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:49.197 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:49.198 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:49.299 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:48:49.347 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:49.347 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:49.348 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:48:49.449 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:49.480 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:49.480 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:49.481 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:49.582 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:48:49.608 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:49.608 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:49.609 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:48:49.710 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:49.732 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:49.733 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:49.733 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:49.827 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:48:49.827 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:48:49.834 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:49.854 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:48:49.855 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:48:49.855 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:49.855 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:49.856 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:49.873 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:48:49.873 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:48:49.897 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:48:49.898 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:48:49.916 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:48:49.916 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:48:49.936 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:48:49.936 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:48:49.937 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:49 smithi071 ceph-mon[107477]: pgmap v1506: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 3.1 GiB data, 10 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 265 op/s; 17124/154251 objects degraded (11.101%); 37197/154251 objects misplaced (24.115%); 4.3 MiB/s, 68 objects/s recovering 2024-09-13T14:48:49.937 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:49 smithi071 ceph-mon[112785]: pgmap v1506: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 3.1 GiB data, 10 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 265 op/s; 17124/154251 objects degraded (11.101%); 37197/154251 objects misplaced (24.115%); 4.3 MiB/s, 68 objects/s recovering 2024-09-13T14:48:49.937 INFO:teuthology.orchestra.run.smithi071.stderr:Error ENXIO: problem getting command descriptions from osd.6 2024-09-13T14:48:49.957 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:49.958 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:48:49.959 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:48:49.979 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:49.980 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:49.980 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:50.081 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:50.103 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:50.104 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:50.104 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:50.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:49 smithi104 ceph-mon[105578]: pgmap v1506: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 3.1 GiB data, 10 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 265 op/s; 17124/154251 objects degraded (11.101%); 37197/154251 objects misplaced (24.115%); 4.3 MiB/s, 68 objects/s recovering 2024-09-13T14:48:50.205 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:50.226 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:50.227 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:50.227 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:50.328 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:50.359 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:50.360 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:50.360 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:50.461 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:50.485 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:50.486 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:50.486 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:50.587 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:50.612 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:50.613 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:50.613 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:50.714 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:50.737 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:50.737 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:50.737 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:50.839 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:50.865 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:50.866 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:50.866 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:50.967 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:50.989 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:50.989 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:50.990 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:51.091 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:51.117 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:51.118 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:51.118 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:51.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:50 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/4031197036' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:48:51.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:50 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/4031197036' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:48:51.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:50 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/4031197036' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:48:51.219 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:51.244 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:51.245 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:51.245 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:51.346 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:51.373 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:51.374 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:51.374 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:51.396 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T14:48:51.397 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:48:51.475 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:51.509 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:51.509 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:51.510 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:51.611 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:51.634 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:51.635 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:51.635 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:51.736 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:51.759 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:51.759 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:51.760 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:51.861 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:51.882 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:51.882 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:51.882 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:51.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:51 smithi071 ceph-mon[107477]: pgmap v1507: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 3.1 GiB data, 10 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 228 op/s; 16892/153120 objects degraded (11.032%); 36904/153120 objects misplaced (24.101%); 4.3 MiB/s, 68 objects/s recovering 2024-09-13T14:48:51.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:51 smithi071 ceph-mon[112785]: pgmap v1507: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 3.1 GiB data, 10 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 228 op/s; 16892/153120 objects degraded (11.032%); 36904/153120 objects misplaced (24.101%); 4.3 MiB/s, 68 objects/s recovering 2024-09-13T14:48:51.983 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:52.005 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:52.006 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:52.006 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:52.107 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:52.130 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:52.131 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:52.131 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:52.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:51 smithi104 ceph-mon[105578]: pgmap v1507: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 3.1 GiB data, 10 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 228 op/s; 16892/153120 objects degraded (11.032%); 36904/153120 objects misplaced (24.101%); 4.3 MiB/s, 68 objects/s recovering 2024-09-13T14:48:52.225 DEBUG:teuthology.orchestra.run:got remote process result: 6 2024-09-13T14:48:52.225 INFO:tasks.thrashosds.thrasher:Failed to tell all osds, ignoring 2024-09-13T14:48:52.232 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:52.253 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:52.253 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:52.254 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:52.355 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:48:52.377 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:52.378 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:52.378 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:48:52.480 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:52.503 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:52.504 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:52.504 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:52.605 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:52.628 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:52.628 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:52.629 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:52.729 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:52.753 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:52.754 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:52.754 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:52.855 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:52.878 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:52.879 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:52.879 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:52.979 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:53.001 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:53.002 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:53.003 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:53.037 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:48:52 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:48:52] "GET /metrics HTTP/1.1" 200 36672 "" "Prometheus/2.51.0" 2024-09-13T14:48:53.104 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:53.126 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:53.126 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:53.127 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:53.228 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:53.249 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:53.250 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:53.251 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:53.351 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:53.374 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:53.375 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:53.375 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:53.476 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:53.500 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:53.501 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:53.501 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:53.584 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:48:53.603 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:48:53.656 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:48:53.659 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:53.660 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:53.660 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:48:53.761 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:53.783 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:53.784 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:53.784 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:53.885 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:53.916 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:53.916 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:53.917 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:53.987 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:53 smithi071 ceph-mon[107477]: pgmap v1508: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 3.1 GiB data, 10 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 232 op/s; 16892/152397 objects degraded (11.084%); 36658/152397 objects misplaced (24.054%); 4.1 MiB/s, 65 objects/s recovering 2024-09-13T14:48:53.988 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:53 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 16892/152397 objects degraded (11.084%), 8 pgs degraded, 17 pgs undersized (PG_DEGRADED) 2024-09-13T14:48:53.988 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:53 smithi071 ceph-mon[112785]: pgmap v1508: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 3.1 GiB data, 10 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 232 op/s; 16892/152397 objects degraded (11.084%); 36658/152397 objects misplaced (24.054%); 4.1 MiB/s, 65 objects/s recovering 2024-09-13T14:48:53.988 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:53 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 16892/152397 objects degraded (11.084%), 8 pgs degraded, 17 pgs undersized (PG_DEGRADED) 2024-09-13T14:48:54.017 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:54.040 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:54.040 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:54.041 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:54.142 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:54.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:53 smithi104 ceph-mon[105578]: pgmap v1508: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 3.1 GiB data, 10 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 232 op/s; 16892/152397 objects degraded (11.084%); 36658/152397 objects misplaced (24.054%); 4.1 MiB/s, 65 objects/s recovering 2024-09-13T14:48:54.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:53 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 16892/152397 objects degraded (11.084%), 8 pgs degraded, 17 pgs undersized (PG_DEGRADED) 2024-09-13T14:48:54.179 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:54.180 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:54.181 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:54.226 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=true 2024-09-13T14:48:54.281 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:54.306 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:54.306 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:54.307 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:54.408 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:48:54.432 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:54.432 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:54.432 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:48:54.533 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:54.554 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:54.555 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:54.555 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:54.656 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:48:54.681 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:54.682 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:54.682 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:48:54.739 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.1 dump_ops_in_flight 2024-09-13T14:48:54.783 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:54.809 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:54.810 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:54.810 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:54.911 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:54.936 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:54.938 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:54.938 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:55.039 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:55.060 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:55.061 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:55.061 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:55.162 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:55.186 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:55.188 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:55.188 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:55.289 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:48:55.315 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:55.316 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:55.316 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:48:55.417 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:55.439 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:55.440 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:55.440 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:55.541 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:55.568 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:55.569 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:55.570 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:55.671 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:55.697 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:55.698 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:55.698 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:55.799 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:55.820 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:55.821 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:55.821 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:55.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:55 smithi071 ceph-mon[107477]: pgmap v1509: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 3.0 GiB data, 10 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 282 op/s; 16521/149268 objects degraded (11.068%); 35789/149268 objects misplaced (23.976%); 3.9 MiB/s, 62 objects/s recovering 2024-09-13T14:48:55.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:55 smithi071 ceph-mon[112785]: pgmap v1509: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 3.0 GiB data, 10 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 282 op/s; 16521/149268 objects degraded (11.068%); 35789/149268 objects misplaced (23.976%); 3.9 MiB/s, 62 objects/s recovering 2024-09-13T14:48:55.922 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:55.947 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:55.948 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:55.948 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:56.049 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:56.070 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:56.071 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:56.071 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:56.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:55 smithi104 ceph-mon[105578]: pgmap v1509: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 3.0 GiB data, 10 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 282 op/s; 16521/149268 objects degraded (11.068%); 35789/149268 objects misplaced (23.976%); 3.9 MiB/s, 62 objects/s recovering 2024-09-13T14:48:56.172 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:56.202 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:56.203 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:56.203 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:56.304 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:56.328 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:56.328 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:56.329 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:56.429 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:48:56.457 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:56.457 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:56.458 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:48:56.558 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:56.580 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:56.581 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:56.581 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:56.682 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:56.708 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:56.708 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:56.709 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:56.809 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:56.831 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:56.831 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:56.832 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:56.933 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:56.958 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:56.959 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:56.959 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:57.060 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:48:57.086 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:57.087 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:57.087 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:48:57.188 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:57.210 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:57.210 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:57.211 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:57.311 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:57.334 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:57.334 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:57.335 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:57.435 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:57.462 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:57.463 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:57.463 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:57.564 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:57.585 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:57.586 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:57.587 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:57.687 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:48:57.711 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:57.711 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:57.712 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:48:57.813 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:57.834 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:57.835 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:57.835 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:57.839 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:57 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:48:57.840 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:57 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:48:57.840 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:57 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:48:57.840 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:57 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:48:57.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:57 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:48:57.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:57 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:48:57.936 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:57.958 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:57.959 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:57.959 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:58.060 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:48:58.082 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:58.083 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:58.083 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:48:58.184 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:48:58.210 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:58.211 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:58.211 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:48:58.312 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:58.334 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:58.335 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:58.335 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:58.436 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:58.460 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:58.461 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:58.461 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:58.562 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:58.584 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:58.585 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:58.585 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:58.686 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:48:58.709 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:58.709 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:58.710 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:48:58.811 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:58.833 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:58.834 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:58.834 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:58.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:58 smithi071 ceph-mon[107477]: pgmap v1510: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 3.0 GiB data, 10 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 249 op/s; 16441/147960 objects degraded (11.112%); 35348/147960 objects misplaced (23.890%); 4.9 MiB/s, 78 objects/s recovering 2024-09-13T14:48:58.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:58 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:48:58.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:58 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:48:58.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:58 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:48:58.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:48:58 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 16441/147960 objects degraded (11.112%), 8 pgs degraded, 17 pgs undersized (PG_DEGRADED) 2024-09-13T14:48:58.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:58 smithi071 ceph-mon[112785]: pgmap v1510: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 3.0 GiB data, 10 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 249 op/s; 16441/147960 objects degraded (11.112%); 35348/147960 objects misplaced (23.890%); 4.9 MiB/s, 78 objects/s recovering 2024-09-13T14:48:58.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:58 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:48:58.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:58 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:48:58.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:58 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:48:58.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:48:58 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 16441/147960 objects degraded (11.112%), 8 pgs degraded, 17 pgs undersized (PG_DEGRADED) 2024-09-13T14:48:58.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:58 smithi104 ceph-mon[105578]: pgmap v1510: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 3.0 GiB data, 10 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 249 op/s; 16441/147960 objects degraded (11.112%); 35348/147960 objects misplaced (23.890%); 4.9 MiB/s, 78 objects/s recovering 2024-09-13T14:48:58.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:58 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:48:58.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:58 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:48:58.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:58 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:48:58.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:48:58 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 16441/147960 objects degraded (11.112%), 8 pgs degraded, 17 pgs undersized (PG_DEGRADED) 2024-09-13T14:48:58.935 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:48:58.960 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:58.961 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:58.961 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:48:59.062 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:59.083 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:59.084 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:59.084 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:59.185 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:59.207 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:59.207 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:59.207 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:59.309 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:48:59.334 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:59.334 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:59.335 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:48:59.435 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:48:59.459 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:59.459 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:59.460 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:48:59.561 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:48:59.583 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:59.583 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:59.584 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:48:59.685 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:48:59.706 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:48:59.707 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:59.707 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:48:59.808 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:48:59.831 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:59.832 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:59.833 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:48:59.933 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:48:59.957 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:48:59.957 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:48:59.958 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:49:00.059 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:49:00.084 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:00.085 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:00.085 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:49:00.186 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:49:00.209 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:00.210 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:00.210 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:49:00.311 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:49:00.335 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:00.335 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:00.335 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:49:00.436 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:49:00.458 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:00.459 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:00.460 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:49:00.560 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:49:00.589 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:00.590 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:00.590 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:49:00.691 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:49:00.714 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:00.715 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:00.715 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:49:00.816 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:00.841 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:00.841 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:00.842 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:00.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:00 smithi071 ceph-mon[107477]: pgmap v1511: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 3.0 GiB data, 10 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 267 op/s; 16284/145992 objects degraded (11.154%); 34760/145992 objects misplaced (23.810%); 4.0 MiB/s, 63 objects/s recovering 2024-09-13T14:49:00.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:00 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:49:00.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:00 smithi071 ceph-mon[112785]: pgmap v1511: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 3.0 GiB data, 10 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 267 op/s; 16284/145992 objects degraded (11.154%); 34760/145992 objects misplaced (23.810%); 4.0 MiB/s, 63 objects/s recovering 2024-09-13T14:49:00.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:00 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:49:00.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:00 smithi104 ceph-mon[105578]: pgmap v1511: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 3.0 GiB data, 10 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 267 op/s; 16284/145992 objects degraded (11.154%); 34760/145992 objects misplaced (23.810%); 4.0 MiB/s, 63 objects/s recovering 2024-09-13T14:49:00.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:00 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:49:00.943 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:49:00.973 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:00.973 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:00.974 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:49:01.075 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:01.096 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:01.096 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:01.097 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:01.197 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:49:01.223 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:01.223 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:01.224 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:49:01.276 INFO:teuthology.orchestra.run.smithi071.stderr:Error ENXIO: problem getting command descriptions from osd.6 2024-09-13T14:49:01.324 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:01.345 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:01.346 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:01.346 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:01.447 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:49:01.471 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:01.471 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:01.472 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:49:01.573 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:49:01.594 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:01.594 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:01.595 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:49:01.695 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:49:01.719 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:01.720 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:01.720 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:49:01.821 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:01.846 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:01.847 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:01.848 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:01.949 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:49:01.973 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:01.974 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:01.974 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:49:02.075 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:49:02.096 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:02.097 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:02.097 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:49:02.198 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:02.220 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:02.221 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:02.221 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:02.322 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:02.343 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:02.344 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:02.344 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:02.445 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:02.466 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:02.467 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:02.468 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:02.569 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:02.593 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:02.594 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:02.594 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:02.695 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:49:02.720 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:02.721 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:02.721 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:49:02.822 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:02.844 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:02.844 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:02.845 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:02.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:02 smithi071 ceph-mon[107477]: pgmap v1512: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.9 GiB data, 9.9 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 262 op/s; 16041/144789 objects degraded (11.079%); 34444/144789 objects misplaced (23.789%); 3.6 MiB/s, 57 objects/s recovering 2024-09-13T14:49:02.891 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:49:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:49:02] "GET /metrics HTTP/1.1" 200 36668 "" "Prometheus/2.51.0" 2024-09-13T14:49:02.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:02 smithi071 ceph-mon[112785]: pgmap v1512: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.9 GiB data, 9.9 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 262 op/s; 16041/144789 objects degraded (11.079%); 34444/144789 objects misplaced (23.789%); 3.6 MiB/s, 57 objects/s recovering 2024-09-13T14:49:02.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:02 smithi104 ceph-mon[105578]: pgmap v1512: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.9 GiB data, 9.9 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 262 op/s; 16041/144789 objects degraded (11.079%); 34444/144789 objects misplaced (23.789%); 3.6 MiB/s, 57 objects/s recovering 2024-09-13T14:49:02.946 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:49:02.968 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:02.968 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:02.969 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:49:03.040 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:49:03.070 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:03.094 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:03.095 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:03.095 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:03.196 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:03.224 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:03.224 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:03.225 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:03.326 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:49:03.353 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:03.354 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:03.354 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:49:03.455 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:49:03.481 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:03.482 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:03.482 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:49:03.583 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:49:03.608 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:03.608 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:03.609 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:49:03.709 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:03.731 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:03.731 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:03.732 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:03.833 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:49:03.856 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:03.857 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:03.857 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:49:03.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:03 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 16041/144789 objects degraded (11.079%), 8 pgs degraded, 17 pgs undersized (PG_DEGRADED) 2024-09-13T14:49:03.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:03 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 16041/144789 objects degraded (11.079%), 8 pgs degraded, 17 pgs undersized (PG_DEGRADED) 2024-09-13T14:49:03.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:03 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 16041/144789 objects degraded (11.079%), 8 pgs degraded, 17 pgs undersized (PG_DEGRADED) 2024-09-13T14:49:03.958 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:03.980 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:03.981 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:03.981 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:04.082 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:04.107 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:04.108 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:04.108 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:04.209 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:04.237 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:04.238 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:04.238 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:04.339 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:49:04.360 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:04.360 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:04.361 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:49:04.462 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:04.490 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:04.491 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:04.491 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:04.592 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:04.613 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:04.614 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:04.614 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:04.715 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:49:04.742 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:04.743 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:04.743 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:49:04.844 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:04.870 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:04.870 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:04.870 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:04.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:04 smithi071 ceph-mon[107477]: pgmap v1513: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.9 GiB data, 9.8 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 253 op/s; 16041/144009 objects degraded (11.139%); 34145/144009 objects misplaced (23.710%); 5.1 MiB/s, 82 objects/s recovering 2024-09-13T14:49:04.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:04 smithi071 ceph-mon[112785]: pgmap v1513: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.9 GiB data, 9.8 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 253 op/s; 16041/144009 objects degraded (11.139%); 34145/144009 objects misplaced (23.710%); 5.1 MiB/s, 82 objects/s recovering 2024-09-13T14:49:04.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:04 smithi104 ceph-mon[105578]: pgmap v1513: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.9 GiB data, 9.8 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 253 op/s; 16041/144009 objects degraded (11.139%); 34145/144009 objects misplaced (23.710%); 5.1 MiB/s, 82 objects/s recovering 2024-09-13T14:49:04.971 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:04.993 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:04.993 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:04.994 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:05.094 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:49:05.124 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:05.124 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:05.125 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:49:05.226 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:05.252 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:05.253 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:05.254 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:05.354 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:49:05.377 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:05.377 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:05.378 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:49:05.479 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:49:05.501 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:05.502 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:05.503 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:49:05.503 INFO:teuthology.orchestra.run.smithi071.stderr:nodeep-scrub is set 2024-09-13T14:49:05.604 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:49:05.625 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:05.626 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:05.626 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:49:05.727 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:49:05.749 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:05.750 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:05.750 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:49:05.851 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:49:05.873 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:05.874 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:05.874 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:49:05.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:05 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/719438571' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:49:05.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:05 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/719438571' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:49:05.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:05 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/719438571' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:49:05.975 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:05.998 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:05.998 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:05.999 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:06.100 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:49:06.120 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:06.121 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:06.121 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:49:06.222 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:06.245 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:06.245 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:06.246 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:06.346 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:49:06.368 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:06.369 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:06.369 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:49:06.470 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:49:06.491 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:06.492 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:06.493 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:49:06.593 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:06.629 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:06.629 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:06.630 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:06.730 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:06.752 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:06.753 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:06.753 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:06.854 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:06.879 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:06.880 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:06.880 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:06.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:06 smithi071 ceph-mon[107477]: pgmap v1514: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.9 GiB data, 9.8 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 302 op/s; 15729/141498 objects degraded (11.116%); 33447/141498 objects misplaced (23.638%); 4.3 MiB/s, 68 objects/s recovering 2024-09-13T14:49:06.893 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:06 smithi071 ceph-mon[107477]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:49:06.893 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:06 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/719438571' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T14:49:06.893 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:06 smithi071 ceph-mon[107477]: osdmap e1183: 8 total, 7 up, 7 in 2024-09-13T14:49:06.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:06 smithi071 ceph-mon[112785]: pgmap v1514: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.9 GiB data, 9.8 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 302 op/s; 15729/141498 objects degraded (11.116%); 33447/141498 objects misplaced (23.638%); 4.3 MiB/s, 68 objects/s recovering 2024-09-13T14:49:06.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:06 smithi071 ceph-mon[112785]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:49:06.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:06 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/719438571' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T14:49:06.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:06 smithi071 ceph-mon[112785]: osdmap e1183: 8 total, 7 up, 7 in 2024-09-13T14:49:06.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:06 smithi104 ceph-mon[105578]: pgmap v1514: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.9 GiB data, 9.8 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 302 op/s; 15729/141498 objects degraded (11.116%); 33447/141498 objects misplaced (23.638%); 4.3 MiB/s, 68 objects/s recovering 2024-09-13T14:49:06.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:06 smithi104 ceph-mon[105578]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:49:06.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:06 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/719438571' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T14:49:06.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:06 smithi104 ceph-mon[105578]: osdmap e1183: 8 total, 7 up, 7 in 2024-09-13T14:49:06.981 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:07.003 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:07.004 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:07.005 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:07.105 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:07.126 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:07.127 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:07.128 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:07.229 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:49:07.252 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:07.252 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:07.253 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:49:07.354 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:07.375 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:07.376 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:07.376 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:07.477 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:07.511 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:07.511 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:07.511 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:07.612 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:07.638 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:07.639 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:07.639 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:07.740 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:07.763 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:07.763 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:07.764 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:07.864 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:07.886 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:07.886 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:07.887 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:07.988 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:08.009 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:08.010 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:08.010 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:08.111 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:08.137 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:08.138 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:08.139 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:08.239 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:49:08.260 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:08.261 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:08.261 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:49:08.362 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:49:08.385 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:08.386 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:08.386 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:49:08.487 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:49:08.509 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:08.510 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:08.510 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:49:08.611 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:49:08.633 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:08.633 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:08.634 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:49:08.735 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:49:08.757 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:08.757 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:08.757 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:49:08.840 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:08 smithi071 ceph-mon[107477]: pgmap v1516: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.9 GiB data, 9.7 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 253 op/s; 15645/140346 objects degraded (11.147%); 32960/140346 objects misplaced (23.485%); 4.9 MiB/s, 79 objects/s recovering 2024-09-13T14:49:08.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:08 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 15645/140346 objects degraded (11.147%), 8 pgs degraded, 17 pgs undersized (PG_DEGRADED) 2024-09-13T14:49:08.841 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:08 smithi071 ceph-mon[112785]: pgmap v1516: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.9 GiB data, 9.7 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 253 op/s; 15645/140346 objects degraded (11.147%); 32960/140346 objects misplaced (23.485%); 4.9 MiB/s, 79 objects/s recovering 2024-09-13T14:49:08.841 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:08 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 15645/140346 objects degraded (11.147%), 8 pgs degraded, 17 pgs undersized (PG_DEGRADED) 2024-09-13T14:49:08.858 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:08.881 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:08.882 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:08.882 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:08.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:08 smithi104 ceph-mon[105578]: pgmap v1516: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.9 GiB data, 9.7 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 253 op/s; 15645/140346 objects degraded (11.147%); 32960/140346 objects misplaced (23.485%); 4.9 MiB/s, 79 objects/s recovering 2024-09-13T14:49:08.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:08 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 15645/140346 objects degraded (11.147%), 8 pgs degraded, 17 pgs undersized (PG_DEGRADED) 2024-09-13T14:49:08.983 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:09.012 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:09.013 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:09.013 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:09.114 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:09.139 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:09.139 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:09.140 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:09.241 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:49:09.263 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:09.264 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:09.264 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:49:09.365 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:09.395 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:09.396 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:09.397 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:09.497 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:49:09.532 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:09.533 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:09.533 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:49:09.634 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:09.659 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:09.659 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:09.660 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:09.760 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:09.782 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:09.783 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:09.783 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:09.884 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:09.905 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:09.906 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:09.906 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:10.007 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:10.029 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:10.030 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:10.030 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:10.131 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:49:10.155 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:10.156 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:10.157 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:49:10.257 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:10.282 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:10.282 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:10.283 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:10.384 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:10.408 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:10.409 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:10.410 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:10.511 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:49:10.534 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:10.535 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:10.535 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:49:10.636 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:49:10.669 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:10.669 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:10.670 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:49:10.770 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:10.797 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:10.798 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:10.798 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:10.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:10 smithi071 ceph-mon[107477]: pgmap v1517: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.8 GiB data, 9.7 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 246 op/s; 15494/138588 objects degraded (11.180%); 32458/138588 objects misplaced (23.420%); 5.0 MiB/s, 79 objects/s recovering 2024-09-13T14:49:10.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:10 smithi071 ceph-mon[112785]: pgmap v1517: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.8 GiB data, 9.7 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 246 op/s; 15494/138588 objects degraded (11.180%); 32458/138588 objects misplaced (23.420%); 5.0 MiB/s, 79 objects/s recovering 2024-09-13T14:49:10.899 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:10.920 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:10.921 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:10.921 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:10.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:10 smithi104 ceph-mon[105578]: pgmap v1517: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.8 GiB data, 9.7 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 246 op/s; 15494/138588 objects degraded (11.180%); 32458/138588 objects misplaced (23.420%); 5.0 MiB/s, 79 objects/s recovering 2024-09-13T14:49:11.022 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:49:11.045 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:11.046 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:11.046 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:49:11.147 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:11.168 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:11.169 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:11.169 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:11.270 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:11.292 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:11.293 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:11.293 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:11.394 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:11.416 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:11.417 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:11.417 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:11.518 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:11.541 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:11.542 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:11.542 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:11.643 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:11.667 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:11.667 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:11.668 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:11.768 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:11.793 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:11.794 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:11.794 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:11.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:11 smithi071 ceph-mon[107477]: pgmap v1518: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.8 GiB data, 9.6 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 241 op/s; 15282/137541 objects degraded (11.111%); 32175/137541 objects misplaced (23.393%); 5.0 MiB/s, 79 objects/s recovering 2024-09-13T14:49:11.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:11 smithi071 ceph-mon[112785]: pgmap v1518: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.8 GiB data, 9.6 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 241 op/s; 15282/137541 objects degraded (11.111%); 32175/137541 objects misplaced (23.393%); 5.0 MiB/s, 79 objects/s recovering 2024-09-13T14:49:11.895 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:49:11.917 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:11.918 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:11.918 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:49:11.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:11 smithi104 ceph-mon[105578]: pgmap v1518: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.8 GiB data, 9.6 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 241 op/s; 15282/137541 objects degraded (11.111%); 32175/137541 objects misplaced (23.393%); 5.0 MiB/s, 79 objects/s recovering 2024-09-13T14:49:12.019 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:12.043 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:12.044 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:12.045 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:12.146 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:12.169 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:12.170 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:12.170 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:12.271 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:12.293 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:12.293 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:12.294 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:12.396 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:12.421 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:12.422 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:12.422 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:12.523 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:12.547 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:12.547 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:12.548 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:12.648 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:12.670 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:12.671 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:12.671 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:12.772 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:49:12.794 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:12.795 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:12.795 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:49:12.896 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:12.923 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:12.924 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:12.925 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:13.026 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:13.048 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:13.049 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:13.050 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:13.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:49:12 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:49:12] "GET /metrics HTTP/1.1" 200 36668 "" "Prometheus/2.51.0" 2024-09-13T14:49:13.150 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:49:13.177 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:13.177 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:13.178 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:49:13.278 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:49:13.302 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:13.302 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:13.303 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:49:13.404 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:49:13.429 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:13.429 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:13.430 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:49:13.531 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:13.560 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:13.560 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:13.561 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:13.662 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:49:13.684 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:13.684 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:13.685 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:49:13.786 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:49:13.808 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:13.809 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:13.809 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:49:13.910 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:13.932 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:13.933 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:13.933 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:14.034 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:14.059 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:14.059 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:14.060 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:14.086 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:13 smithi104 ceph-mon[105578]: pgmap v1519: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.8 GiB data, 9.5 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 242 op/s; 15282/136746 objects degraded (11.175%); 31843/136746 objects misplaced (23.286%); 5.2 MiB/s, 83 objects/s recovering 2024-09-13T14:49:14.086 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:13 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 15282/136746 objects degraded (11.175%), 8 pgs degraded, 17 pgs undersized (PG_DEGRADED) 2024-09-13T14:49:14.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:13 smithi071 ceph-mon[107477]: pgmap v1519: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.8 GiB data, 9.5 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 242 op/s; 15282/136746 objects degraded (11.175%); 31843/136746 objects misplaced (23.286%); 5.2 MiB/s, 83 objects/s recovering 2024-09-13T14:49:14.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:13 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 15282/136746 objects degraded (11.175%), 8 pgs degraded, 17 pgs undersized (PG_DEGRADED) 2024-09-13T14:49:14.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:13 smithi071 ceph-mon[112785]: pgmap v1519: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.8 GiB data, 9.5 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 242 op/s; 15282/136746 objects degraded (11.175%); 31843/136746 objects misplaced (23.286%); 5.2 MiB/s, 83 objects/s recovering 2024-09-13T14:49:14.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:13 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 15282/136746 objects degraded (11.175%), 8 pgs degraded, 17 pgs undersized (PG_DEGRADED) 2024-09-13T14:49:14.161 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:49:14.188 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:14.189 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:14.189 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:49:14.290 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:14.313 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:14.314 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:14.314 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:14.415 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:14.437 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:14.437 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:14.437 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:14.538 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:49:14.560 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:14.561 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:14.561 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:49:14.662 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:14.683 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:14.684 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:14.684 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:14.785 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:49:14.810 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:14.810 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:14.811 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:49:14.911 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:49:14.939 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:14.939 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:14.939 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:49:14.999 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:14 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:49:14.999 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:14 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:49:15.040 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:15.070 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:15.071 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:15.071 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:15.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:14 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:49:15.172 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:49:15.196 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:15.197 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:15.197 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:49:15.298 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:49:15.325 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:15.326 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:15.326 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:49:15.427 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:15.449 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:15.450 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:15.450 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:15.551 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:49:15.573 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:15.574 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:15.574 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:49:15.675 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:15.699 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:15.700 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:15.700 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:15.801 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:15.827 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:15.827 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:15.828 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:15.928 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:49:15.951 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:15.952 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:15.952 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:49:16.053 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:16.075 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:16.076 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:16.077 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:16.100 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:15 smithi071 ceph-mon[107477]: pgmap v1520: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.7 GiB data, 9.5 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 252 op/s; 14941/133923 objects degraded (11.156%); 31075/133923 objects misplaced (23.204%); 5.2 MiB/s, 83 objects/s recovering 2024-09-13T14:49:16.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:15 smithi071 ceph-mon[112785]: pgmap v1520: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.7 GiB data, 9.5 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 252 op/s; 14941/133923 objects degraded (11.156%); 31075/133923 objects misplaced (23.204%); 5.2 MiB/s, 83 objects/s recovering 2024-09-13T14:49:16.132 DEBUG:teuthology.orchestra.run:got remote process result: 6 2024-09-13T14:49:16.133 INFO:tasks.thrashosds.thrasher:Failed to reset_purged_snaps_last, ignoring 2024-09-13T14:49:16.133 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph tell osd.7 reset_purged_snaps_last 2024-09-13T14:49:16.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:15 smithi104 ceph-mon[105578]: pgmap v1520: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.7 GiB data, 9.5 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 252 op/s; 14941/133923 objects degraded (11.156%); 31075/133923 objects misplaced (23.204%); 5.2 MiB/s, 83 objects/s recovering 2024-09-13T14:49:16.178 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:16.201 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:16.202 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:16.202 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:16.303 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:49:16.326 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:16.326 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:16.327 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:49:16.391 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:49:16.427 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:16.450 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:16.451 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:16.451 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:16.552 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:16.578 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:16.578 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:16.579 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:16.680 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:16.701 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:16.702 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:16.702 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:16.804 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:16.826 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:16.827 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:16.827 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:16.928 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:16.953 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:16.954 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:16.954 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:17.019 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:49:17.056 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:49:17.078 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:17.079 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:17.080 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:49:17.180 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:17.203 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:17.203 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:17.204 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:17.305 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:17.326 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:17.327 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:17.327 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:17.428 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:17.451 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:17.451 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:17.452 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:17.553 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:17.558 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T14:49:17.558 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:49:17.574 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:17.575 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:17.575 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:17.676 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:49:17.707 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:17.708 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:17.708 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:49:17.809 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:49:17.835 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:17.835 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:17.836 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:49:17.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:17 smithi071 ceph-mon[107477]: pgmap v1521: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.7 GiB data, 9.4 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 249 op/s; 14875/132696 objects degraded (11.210%); 30564/132696 objects misplaced (23.033%); 6.7 MiB/s, 107 objects/s recovering 2024-09-13T14:49:17.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:17 smithi071 ceph-mon[112785]: pgmap v1521: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.7 GiB data, 9.4 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 249 op/s; 14875/132696 objects degraded (11.210%); 30564/132696 objects misplaced (23.033%); 6.7 MiB/s, 107 objects/s recovering 2024-09-13T14:49:17.937 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:49:17.960 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:17.961 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:17.961 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:49:18.062 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:49:18.100 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:18.100 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:18.100 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:49:18.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:17 smithi104 ceph-mon[105578]: pgmap v1521: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.7 GiB data, 9.4 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 249 op/s; 14875/132696 objects degraded (11.210%); 30564/132696 objects misplaced (23.033%); 6.7 MiB/s, 107 objects/s recovering 2024-09-13T14:49:18.201 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:18.223 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:18.223 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:18.224 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:18.325 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:49:18.349 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:18.350 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:18.350 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:49:18.451 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:18.472 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:18.473 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:18.473 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:18.576 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:18.602 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:18.602 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:18.603 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:18.704 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:18.729 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:18.730 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:18.731 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:18.831 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:49:18.857 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:18.858 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:18.858 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:49:18.958 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:18.989 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd unset noscrub 2024-09-13T14:49:18.990 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:18.991 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:18.991 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:19.016 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:18 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 14875/132696 objects degraded (11.210%), 8 pgs degraded, 17 pgs undersized (PG_DEGRADED) 2024-09-13T14:49:19.016 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:18 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 14875/132696 objects degraded (11.210%), 8 pgs degraded, 17 pgs undersized (PG_DEGRADED) 2024-09-13T14:49:19.092 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:19.123 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:19.123 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:19.124 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:19.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:18 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 14875/132696 objects degraded (11.210%), 8 pgs degraded, 17 pgs undersized (PG_DEGRADED) 2024-09-13T14:49:19.225 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:49:19.247 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:19.247 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:19.248 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:49:19.349 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:49:19.378 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:19.379 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:19.379 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:49:19.480 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:19.503 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:19.503 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:19.504 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:19.605 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:19.627 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:19.628 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:19.628 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:19.729 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:19.752 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:19.752 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:19.753 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:19.854 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:19.876 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:19.877 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:19.877 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:19.978 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:49:19.999 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:20.000 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:20.000 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:49:20.101 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:20.125 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:20.126 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:20.126 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:20.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:19 smithi071 ceph-mon[107477]: pgmap v1522: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.7 GiB data, 9.3 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 253 op/s; 14875/131208 objects degraded (11.337%); 30186/131208 objects misplaced (23.006%); 4.5 MiB/s, 72 objects/s recovering 2024-09-13T14:49:20.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:19 smithi071 ceph-mon[112785]: pgmap v1522: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.7 GiB data, 9.3 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 253 op/s; 14875/131208 objects degraded (11.337%); 30186/131208 objects misplaced (23.006%); 4.5 MiB/s, 72 objects/s recovering 2024-09-13T14:49:20.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:19 smithi104 ceph-mon[105578]: pgmap v1522: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.7 GiB data, 9.3 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 253 op/s; 14875/131208 objects degraded (11.337%); 30186/131208 objects misplaced (23.006%); 4.5 MiB/s, 72 objects/s recovering 2024-09-13T14:49:20.227 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:20.253 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:20.254 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:20.254 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:20.355 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:20.377 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:20.377 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:20.378 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:20.479 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:20.506 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:20.507 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:20.508 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:20.608 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:20.631 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:20.632 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:20.632 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:20.733 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:20.757 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:20.758 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:20.758 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:20.859 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:20.881 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:20.882 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:20.882 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:20.983 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:21.007 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:21.008 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:21.008 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:21.109 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:21.130 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:21.131 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:21.131 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:21.232 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:49:21.260 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:21.261 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:21.261 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:49:21.362 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:49:21.388 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:21.389 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:21.389 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:49:21.490 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:49:21.512 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:21.512 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:21.513 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:49:21.614 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:49:21.642 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:21.643 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:21.643 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:49:21.744 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:21.769 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:21.769 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:21.770 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:21.871 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:21.893 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:21.894 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:21.894 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:21.995 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:22.018 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:22.019 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:22.019 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:22.120 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:22.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:21 smithi071 ceph-mon[107477]: pgmap v1523: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.6 GiB data, 9.2 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 268 op/s; 14415/128925 objects degraded (11.181%); 29507/128925 objects misplaced (22.887%); 4.6 MiB/s, 72 objects/s recovering 2024-09-13T14:49:22.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:21 smithi071 ceph-mon[112785]: pgmap v1523: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.6 GiB data, 9.2 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 268 op/s; 14415/128925 objects degraded (11.181%); 29507/128925 objects misplaced (22.887%); 4.6 MiB/s, 72 objects/s recovering 2024-09-13T14:49:22.143 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:22.143 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:22.144 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:22.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:21 smithi104 ceph-mon[105578]: pgmap v1523: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.6 GiB data, 9.2 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 268 op/s; 14415/128925 objects degraded (11.181%); 29507/128925 objects misplaced (22.887%); 4.6 MiB/s, 72 objects/s recovering 2024-09-13T14:49:22.244 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:49:22.267 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:22.267 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:22.268 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:49:22.368 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:22.391 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:22.391 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:22.392 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:22.492 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:22.514 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:22.514 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:22.515 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:22.615 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:22.640 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:22.640 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:22.641 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:22.741 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:22.756 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.1 dump_blocked_ops 2024-09-13T14:49:22.768 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:22.768 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:22.769 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:22.870 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:49:22.896 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:22.897 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:22.897 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:49:22.998 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:23.032 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:23.032 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:23.033 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:23.133 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:49:23.140 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:49:22 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:49:22] "GET /metrics HTTP/1.1" 200 36666 "" "Prometheus/2.51.0" 2024-09-13T14:49:23.158 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:23.158 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:23.158 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:49:23.259 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:23.287 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:23.287 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:23.287 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:23.388 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:49:23.417 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:23.418 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:23.419 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:49:23.519 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:23.541 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:23.542 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:23.542 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:23.643 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:49:23.675 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:23.675 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:23.676 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:49:23.776 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:49:23.799 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:23.800 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:23.801 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:49:23.872 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:23 smithi071 ceph-mon[107477]: pgmap v1524: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.6 GiB data, 9.2 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 263 op/s; 14415/128034 objects degraded (11.259%); 29127/128034 objects misplaced (22.749%); 6.5 MiB/s, 104 objects/s recovering 2024-09-13T14:49:23.872 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:23 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 14415/128034 objects degraded (11.259%), 8 pgs degraded, 17 pgs undersized (PG_DEGRADED) 2024-09-13T14:49:23.872 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:23 smithi071 ceph-mon[112785]: pgmap v1524: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.6 GiB data, 9.2 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 263 op/s; 14415/128034 objects degraded (11.259%); 29127/128034 objects misplaced (22.749%); 6.5 MiB/s, 104 objects/s recovering 2024-09-13T14:49:23.873 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:23 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 14415/128034 objects degraded (11.259%), 8 pgs degraded, 17 pgs undersized (PG_DEGRADED) 2024-09-13T14:49:23.901 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:23.931 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:23.932 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:23.932 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:24.033 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:24.056 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:24.057 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:24.057 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:24.158 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:49:24.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:23 smithi104 ceph-mon[105578]: pgmap v1524: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.6 GiB data, 9.2 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 263 op/s; 14415/128034 objects degraded (11.259%); 29127/128034 objects misplaced (22.749%); 6.5 MiB/s, 104 objects/s recovering 2024-09-13T14:49:24.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:23 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 14415/128034 objects degraded (11.259%), 8 pgs degraded, 17 pgs undersized (PG_DEGRADED) 2024-09-13T14:49:24.186 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:24.187 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:24.187 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:49:24.198 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:49:24.199 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:49:24.227 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:49:24.227 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:49:24.250 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:49:24.250 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:49:24.275 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:49:24.276 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:49:24.288 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:49:24.297 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:49:24.297 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:49:24.310 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:24.310 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:24.311 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:49:24.316 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:49:24.316 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:49:24.317 INFO:teuthology.orchestra.run.smithi071.stderr:Error ENXIO: problem getting command descriptions from osd.6 2024-09-13T14:49:24.337 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:49:24.337 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:49:24.412 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:24.433 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:24.433 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:24.434 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:24.535 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:24.556 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:24.556 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:24.557 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:24.658 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:49:24.684 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:24.685 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:24.685 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:49:24.786 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:24.807 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:24.808 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:24.808 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:24.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:24 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/668114473' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:49:24.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:24 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/668114473' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:49:24.909 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:24.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:24 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/668114473' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:49:24.933 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:24.933 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:24.934 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:25.034 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:25.056 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:25.056 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:25.057 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:25.158 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:25.184 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:25.184 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:25.185 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:25.286 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:49:25.307 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:25.308 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:25.308 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:49:25.410 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:25.432 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:25.433 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:25.433 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:25.534 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:25.565 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:25.566 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:25.566 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:25.667 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:49:25.694 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:25.695 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:25.695 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:49:25.796 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:25.817 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:25.817 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:25.818 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:25.919 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:25.943 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:25.944 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:25.944 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:26.045 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:49:26.069 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:26.069 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:26.070 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:49:26.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:25 smithi071 ceph-mon[107477]: pgmap v1525: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.5 GiB data, 9.1 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 321 op/s; 14043/125175 objects degraded (11.219%); 28348/125175 objects misplaced (22.647%); 5.3 MiB/s, 84 objects/s recovering 2024-09-13T14:49:26.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:25 smithi071 ceph-mon[112785]: pgmap v1525: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.5 GiB data, 9.1 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 321 op/s; 14043/125175 objects degraded (11.219%); 28348/125175 objects misplaced (22.647%); 5.3 MiB/s, 84 objects/s recovering 2024-09-13T14:49:26.170 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:26.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:25 smithi104 ceph-mon[105578]: pgmap v1525: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.5 GiB data, 9.1 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 321 op/s; 14043/125175 objects degraded (11.219%); 28348/125175 objects misplaced (22.647%); 5.3 MiB/s, 84 objects/s recovering 2024-09-13T14:49:26.195 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:26.196 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:26.197 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:26.297 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:26.321 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:26.322 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:26.322 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:26.423 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:26.444 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:26.445 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:26.445 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:26.546 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:26.568 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:26.569 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:26.569 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:26.670 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:26.694 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:26.695 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:26.695 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:26.796 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:26.819 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:26.820 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:26.821 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:26.921 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:49:26.946 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:26.947 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:26.947 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:49:27.048 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:27.071 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:27.072 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:27.072 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:27.173 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:27.197 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:27.197 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:27.198 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:27.299 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:27.321 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:27.321 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:27.322 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:27.422 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:27.444 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:27.445 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:27.446 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:27.546 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:27.569 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:27.570 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:27.570 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:27.671 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:49:27.706 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:27.706 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:27.707 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:49:27.808 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:27.829 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:27.830 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:27.830 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:27.931 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:49:27.959 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:27.959 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:27.960 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:49:28.014 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:27 smithi071 ceph-mon[107477]: pgmap v1526: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.5 GiB data, 9.0 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 277 op/s; 13961/123942 objects degraded (11.264%); 27747/123942 objects misplaced (22.387%); 7.0 MiB/s, 112 objects/s recovering 2024-09-13T14:49:28.015 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:27 smithi071 ceph-mon[112785]: pgmap v1526: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.5 GiB data, 9.0 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 277 op/s; 13961/123942 objects degraded (11.264%); 27747/123942 objects misplaced (22.387%); 7.0 MiB/s, 112 objects/s recovering 2024-09-13T14:49:28.060 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:28.091 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:28.092 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:28.092 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:28.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:27 smithi104 ceph-mon[105578]: pgmap v1526: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.5 GiB data, 9.0 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 277 op/s; 13961/123942 objects degraded (11.264%); 27747/123942 objects misplaced (22.387%); 7.0 MiB/s, 112 objects/s recovering 2024-09-13T14:49:28.193 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:28.216 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:28.217 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:28.217 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:28.318 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:49:28.343 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:28.343 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:28.344 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:49:28.366 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:49:28.387 DEBUG:teuthology.orchestra.run:got remote process result: 6 2024-09-13T14:49:28.387 INFO:tasks.thrashosds.thrasher:Failed to tell all osds, ignoring 2024-09-13T14:49:28.445 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:49:28.466 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:28.467 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:28.467 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:49:28.568 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:28.589 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:28.590 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:28.590 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:28.691 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:28.713 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:28.714 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:28.714 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:28.815 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:28.836 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:28.837 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:28.837 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:28.928 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:28 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 13961/123942 objects degraded (11.264%), 8 pgs degraded, 17 pgs undersized (PG_DEGRADED) 2024-09-13T14:49:28.928 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:28 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 13961/123942 objects degraded (11.264%), 8 pgs degraded, 17 pgs undersized (PG_DEGRADED) 2024-09-13T14:49:28.938 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:28.963 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:28.964 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:28.965 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:29.065 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:49:29.093 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:29.094 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:29.094 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:49:29.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:28 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 13961/123942 objects degraded (11.264%), 8 pgs degraded, 17 pgs undersized (PG_DEGRADED) 2024-09-13T14:49:29.195 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:29.228 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:29.228 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:29.228 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:29.329 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:29.352 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:29.352 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:29.353 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:29.454 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:29.477 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:29.477 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:29.478 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:29.579 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:29.600 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:29.601 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:29.601 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:29.703 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:29.725 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:29.726 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:29.726 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:29.826 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:29.849 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:29.849 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:29.850 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:29.950 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:29.972 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:29.972 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:29.973 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:30.042 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:29 smithi071 ceph-mon[107477]: pgmap v1527: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.5 GiB data, 8.9 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 279 op/s; 13961/122640 objects degraded (11.384%); 27380/122640 objects misplaced (22.326%); 5.2 MiB/s, 82 objects/s recovering 2024-09-13T14:49:30.042 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:49:30.042 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:29 smithi071 ceph-mon[112785]: pgmap v1527: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.5 GiB data, 8.9 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 279 op/s; 13961/122640 objects degraded (11.384%); 27380/122640 objects misplaced (22.326%); 5.2 MiB/s, 82 objects/s recovering 2024-09-13T14:49:30.043 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:49:30.074 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:49:30.097 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:30.098 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:30.098 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:49:30.156 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:49:30.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:29 smithi104 ceph-mon[105578]: pgmap v1527: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.5 GiB data, 8.9 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 279 op/s; 13961/122640 objects degraded (11.384%); 27380/122640 objects misplaced (22.326%); 5.2 MiB/s, 82 objects/s recovering 2024-09-13T14:49:30.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:49:30.199 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:30.223 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:30.223 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:30.223 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:30.324 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:30.347 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:30.347 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:30.348 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:30.388 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=false 2024-09-13T14:49:30.449 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:49:30.477 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:30.478 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:30.478 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:49:30.579 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:30.602 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:30.602 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:30.603 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:30.704 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:49:30.729 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:30.729 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:30.730 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:49:30.831 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:30.855 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:30.856 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:30.856 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:30.957 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:30.979 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:30.979 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:30.979 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:31.080 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:31.102 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:31.103 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:31.103 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:31.204 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:31.226 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:31.227 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:31.227 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:31.328 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:31.352 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:31.353 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:31.353 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:31.454 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:31.476 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:31.476 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:31.477 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:31.578 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:31.598 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:31.599 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:31.599 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:31.700 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:31.722 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:31.723 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:31.723 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:31.824 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:31.852 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:31.853 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:31.853 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:31.954 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:31.972 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:31 smithi071 ceph-mon[107477]: pgmap v1528: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.4 GiB data, 8.8 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 298 op/s; 13539/120453 objects degraded (11.240%); 26713/120453 objects misplaced (22.177%); 5.7 MiB/s, 90 objects/s recovering 2024-09-13T14:49:31.973 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:31 smithi071 ceph-mon[112785]: pgmap v1528: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.4 GiB data, 8.8 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 298 op/s; 13539/120453 objects degraded (11.240%); 26713/120453 objects misplaced (22.177%); 5.7 MiB/s, 90 objects/s recovering 2024-09-13T14:49:31.977 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:31.977 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:31.978 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:32.079 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:32.100 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:32.100 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:32.101 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:32.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:31 smithi104 ceph-mon[105578]: pgmap v1528: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.4 GiB data, 8.8 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 298 op/s; 13539/120453 objects degraded (11.240%); 26713/120453 objects misplaced (22.177%); 5.7 MiB/s, 90 objects/s recovering 2024-09-13T14:49:32.202 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:32.230 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph tell osd.3 reset_purged_snaps_last 2024-09-13T14:49:32.239 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:32.240 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:32.240 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:32.342 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:32.364 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:32.365 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:32.365 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:32.466 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:49:32.488 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:32.488 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:32.489 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:49:32.590 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:49:32.616 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:32.616 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:32.616 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:49:32.717 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:32.740 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:32.741 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:32.741 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:32.842 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:32.863 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:32.864 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:32.864 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:32.965 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:32.986 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:32.987 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:32.988 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:33.088 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:33.112 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:33.113 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:33.113 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:33.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:49:32 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:49:32] "GET /metrics HTTP/1.1" 200 36664 "" "Prometheus/2.51.0" 2024-09-13T14:49:33.214 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:33.248 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:33.248 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:33.249 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:33.349 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:33.373 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:33.373 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:33.374 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:33.474 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:33.496 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:33.497 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:33.497 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:33.598 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:33.623 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:33.623 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:33.624 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:33.724 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:49:33.748 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:33.748 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:33.748 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:49:33.849 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:49:33.870 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:33.871 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:33.871 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:49:33.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:33 smithi071 ceph-mon[107477]: pgmap v1529: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.4 GiB data, 8.8 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 255 op/s; 13539/119712 objects degraded (11.310%); 26598/119712 objects misplaced (22.218%); 5.8 MiB/s, 125 objects/s recovering 2024-09-13T14:49:33.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:33 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 13539/119712 objects degraded (11.310%), 8 pgs degraded, 17 pgs undersized (PG_DEGRADED) 2024-09-13T14:49:33.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:33 smithi071 ceph-mon[112785]: pgmap v1529: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.4 GiB data, 8.8 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 255 op/s; 13539/119712 objects degraded (11.310%); 26598/119712 objects misplaced (22.218%); 5.8 MiB/s, 125 objects/s recovering 2024-09-13T14:49:33.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:33 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 13539/119712 objects degraded (11.310%), 8 pgs degraded, 17 pgs undersized (PG_DEGRADED) 2024-09-13T14:49:33.972 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:33.996 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:33.996 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:33.997 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:34.098 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:49:34.121 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:34.121 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:34.121 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:49:34.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:33 smithi104 ceph-mon[105578]: pgmap v1529: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.4 GiB data, 8.8 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 255 op/s; 13539/119712 objects degraded (11.310%); 26598/119712 objects misplaced (22.218%); 5.8 MiB/s, 125 objects/s recovering 2024-09-13T14:49:34.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:33 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 13539/119712 objects degraded (11.310%), 8 pgs degraded, 17 pgs undersized (PG_DEGRADED) 2024-09-13T14:49:34.221 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:34.242 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:34.243 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:34.243 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:34.344 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:34.367 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:34.367 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:34.368 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:34.468 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:34.497 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:34.498 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:34.498 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:34.599 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:49:34.624 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:34.625 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:34.625 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:49:34.726 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:34.753 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:34.754 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:34.754 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:34.855 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:49:34.878 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:34.879 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:34.879 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:49:34.980 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:35.005 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:35.006 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:35.006 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:35.107 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:35.129 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:35.130 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:35.130 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:35.231 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:35.252 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:35.253 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:35.253 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:35.354 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:35.377 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:35.377 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:35.378 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:35.478 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:35.500 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:35.500 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:35.501 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:35.602 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:49:35.624 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:35.624 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:35.625 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:49:35.725 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:35.747 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:35.748 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:35.748 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:35.849 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:49:35.870 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:35.871 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:35.871 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:49:35.972 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:35.995 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:35.996 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:35.996 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:36.097 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:49:36.121 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:36.122 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:36.122 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:49:36.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:35 smithi071 ceph-mon[107477]: pgmap v1530: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.4 GiB data, 8.7 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 303 op/s; 13172/117093 objects degraded (11.249%); 25893/117093 objects misplaced (22.113%); 4.3 MiB/s, 101 objects/s recovering 2024-09-13T14:49:36.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:35 smithi071 ceph-mon[112785]: pgmap v1530: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.4 GiB data, 8.7 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 303 op/s; 13172/117093 objects degraded (11.249%); 25893/117093 objects misplaced (22.113%); 4.3 MiB/s, 101 objects/s recovering 2024-09-13T14:49:36.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:35 smithi104 ceph-mon[105578]: pgmap v1530: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.4 GiB data, 8.7 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 303 op/s; 13172/117093 objects degraded (11.249%); 25893/117093 objects misplaced (22.113%); 4.3 MiB/s, 101 objects/s recovering 2024-09-13T14:49:36.223 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:49:36.249 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:36.250 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:36.250 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:49:36.351 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:49:36.374 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:36.375 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:36.375 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:49:36.476 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:36.498 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:36.499 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:36.500 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:36.600 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:49:36.627 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:36.627 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:36.628 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:49:36.728 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:36.760 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:36.761 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:36.761 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:36.862 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:49:36.896 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:36.896 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:36.897 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:49:36.997 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:37.020 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:37.021 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:37.021 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:37.122 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:49:37.145 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:37.146 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:37.146 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:49:37.247 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:37.270 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:37.271 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:37.271 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:37.372 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:37.395 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:37.396 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:37.397 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:37.498 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:37.519 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:37.520 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:37.521 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:37.621 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:37.646 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:37.647 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:37.647 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:37.748 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:37.770 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:37.771 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:37.771 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:37.872 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:37.897 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:37.897 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:37.898 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:37.998 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:49:38.021 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:38.022 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:38.022 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:49:38.108 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:37 smithi071 ceph-mon[107477]: pgmap v1531: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.4 GiB data, 8.6 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 257 op/s; 13090/115899 objects degraded (11.294%); 25737/115899 objects misplaced (22.206%); 3.8 MiB/s, 139 objects/s recovering 2024-09-13T14:49:38.108 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:37 smithi071 ceph-mon[112785]: pgmap v1531: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.4 GiB data, 8.6 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 257 op/s; 13090/115899 objects degraded (11.294%); 25737/115899 objects misplaced (22.206%); 3.8 MiB/s, 139 objects/s recovering 2024-09-13T14:49:38.123 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:49:38.151 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:38.152 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:38.152 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:49:38.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:37 smithi104 ceph-mon[105578]: pgmap v1531: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.4 GiB data, 8.6 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 257 op/s; 13090/115899 objects degraded (11.294%); 25737/115899 objects misplaced (22.206%); 3.8 MiB/s, 139 objects/s recovering 2024-09-13T14:49:38.253 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:38.275 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:38.276 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:38.277 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:38.378 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:38.406 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:38.407 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:38.407 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:38.508 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:38.530 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:38.531 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:38.531 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:38.556 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:49:38.556 INFO:teuthology.orchestra.run.smithi071.stdout: "ops": [], 2024-09-13T14:49:38.556 INFO:teuthology.orchestra.run.smithi071.stdout: "complaint_time": 30, 2024-09-13T14:49:38.557 INFO:teuthology.orchestra.run.smithi071.stdout: "num_blocked_ops": 0 2024-09-13T14:49:38.557 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:49:38.632 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:38.655 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:38.656 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:38.656 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:38.757 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:38.781 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:38.782 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:38.782 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:38.883 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:38.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:38 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 13090/115899 objects degraded (11.294%), 8 pgs degraded, 17 pgs undersized (PG_DEGRADED) 2024-09-13T14:49:38.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:38 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 13090/115899 objects degraded (11.294%), 8 pgs degraded, 17 pgs undersized (PG_DEGRADED) 2024-09-13T14:49:38.908 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:38.909 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:38.909 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:39.010 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:39.032 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:39.032 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:39.033 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:39.134 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:49:39.155 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:39.156 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:39.156 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:49:39.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:38 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 13090/115899 objects degraded (11.294%), 8 pgs degraded, 17 pgs undersized (PG_DEGRADED) 2024-09-13T14:49:39.258 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:39.282 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:39.283 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:39.283 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:39.386 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:49:39.418 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:39.419 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:39.419 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:49:39.520 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:39.541 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:39.542 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:39.543 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:39.643 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:39.671 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:39.672 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:39.672 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:39.773 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:39.802 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:39.802 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:39.803 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:39.904 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:39.925 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:39.926 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:39.926 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:40.027 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:40.051 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:40.052 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:40.052 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:40.120 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:39 smithi071 ceph-mon[107477]: pgmap v1532: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.3 GiB data, 8.5 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 269 op/s; 13090/114246 objects degraded (11.458%); 25298/114246 objects misplaced (22.143%); 1.6 MiB/s, 104 objects/s recovering 2024-09-13T14:49:40.120 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:39 smithi071 ceph-mon[112785]: pgmap v1532: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.3 GiB data, 8.5 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 269 op/s; 13090/114246 objects degraded (11.458%); 25298/114246 objects misplaced (22.143%); 1.6 MiB/s, 104 objects/s recovering 2024-09-13T14:49:40.153 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:49:40.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:39 smithi104 ceph-mon[105578]: pgmap v1532: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.3 GiB data, 8.5 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 269 op/s; 13090/114246 objects degraded (11.458%); 25298/114246 objects misplaced (22.143%); 1.6 MiB/s, 104 objects/s recovering 2024-09-13T14:49:40.177 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:40.177 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:40.178 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:49:40.279 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:49:40.306 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:40.307 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:40.308 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:49:40.408 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:49:40.430 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:40.431 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:40.431 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:49:40.532 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:49:40.556 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:40.557 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:40.558 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:49:40.658 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:49:40.693 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:40.693 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:40.694 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:49:40.777 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:49:40.786 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:49:40.795 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:40.811 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.1 dump_historic_ops 2024-09-13T14:49:40.816 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:40.817 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:40.817 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:40.918 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:40.939 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:40.940 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:40.940 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:41.041 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:49:41.074 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:41.075 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:41.075 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:49:41.176 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:49:41.198 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:41.198 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:41.199 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:49:41.299 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:41.323 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:41.323 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:41.323 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:41.424 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:41.446 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:41.447 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:41.447 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:41.548 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:41.572 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:41.572 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:41.573 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:41.673 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:49:41.703 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:41.704 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:41.705 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:49:41.805 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:41.827 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:41.827 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:41.828 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:41.929 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:49:41.957 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:41.957 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:41.958 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:49:42.059 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:42.083 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:42.083 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:42.084 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:42.101 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:41 smithi071 ceph-mon[107477]: pgmap v1533: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.3 GiB data, 8.4 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 298 op/s; 12591/111888 objects degraded (11.253%); 24611/111888 objects misplaced (21.996%); 2.2 MiB/s, 113 objects/s recovering 2024-09-13T14:49:42.101 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:41 smithi071 ceph-mon[112785]: pgmap v1533: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.3 GiB data, 8.4 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 298 op/s; 12591/111888 objects degraded (11.253%); 24611/111888 objects misplaced (21.996%); 2.2 MiB/s, 113 objects/s recovering 2024-09-13T14:49:42.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:41 smithi104 ceph-mon[105578]: pgmap v1533: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.3 GiB data, 8.4 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 298 op/s; 12591/111888 objects degraded (11.253%); 24611/111888 objects misplaced (21.996%); 2.2 MiB/s, 113 objects/s recovering 2024-09-13T14:49:42.185 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:49:42.212 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:42.213 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:42.213 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:49:42.314 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:42.336 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:42.337 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:42.338 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:42.438 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:49:42.462 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:42.462 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:42.463 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:49:42.564 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:42.586 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:42.586 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:42.586 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:42.687 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:42.710 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:42.711 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:42.711 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:42.812 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:49:42.835 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:42.835 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:42.836 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:49:42.838 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:49:42.937 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:49:42.960 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:49:42 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:49:42] "GET /metrics HTTP/1.1" 200 36664 "" "Prometheus/2.51.0" 2024-09-13T14:49:42.961 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:42.962 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:42.962 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:49:43.063 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:49:43.090 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:43.091 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:43.091 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:49:43.192 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:49:43.227 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:43.228 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:43.228 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:49:43.329 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:49:43.355 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:43.356 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:43.357 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:49:43.457 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:43.479 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:43.479 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:43.480 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:43.580 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:43.607 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:43.607 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:43.608 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:43.709 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:43.729 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:43.730 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:43.730 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:43.759 INFO:teuthology.orchestra.run.smithi071.stderr:noscrub is unset 2024-09-13T14:49:43.831 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:49:43.860 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:43.860 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:43.861 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:49:43.961 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:43.994 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:43.994 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:43.994 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:44.005 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:43 smithi071 ceph-mon[112785]: pgmap v1534: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.3 GiB data, 8.4 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 259 op/s; 12591/111114 objects degraded (11.332%); 24611/111114 objects misplaced (22.149%); 1.7 MiB/s, 152 objects/s recovering 2024-09-13T14:49:44.005 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:43 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 12591/111114 objects degraded (11.332%), 8 pgs degraded, 17 pgs undersized (PG_DEGRADED) 2024-09-13T14:49:44.005 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:43 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3220904168' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:49:44.005 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:43 smithi071 ceph-mon[107477]: pgmap v1534: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.3 GiB data, 8.4 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 259 op/s; 12591/111114 objects degraded (11.332%); 24611/111114 objects misplaced (22.149%); 1.7 MiB/s, 152 objects/s recovering 2024-09-13T14:49:44.006 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:43 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 12591/111114 objects degraded (11.332%), 8 pgs degraded, 17 pgs undersized (PG_DEGRADED) 2024-09-13T14:49:44.006 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:43 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3220904168' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:49:44.095 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:49:44.117 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:44.118 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:44.119 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:49:44.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:43 smithi104 ceph-mon[105578]: pgmap v1534: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.3 GiB data, 8.4 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 259 op/s; 12591/111114 objects degraded (11.332%); 24611/111114 objects misplaced (22.149%); 1.7 MiB/s, 152 objects/s recovering 2024-09-13T14:49:44.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:43 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 12591/111114 objects degraded (11.332%), 8 pgs degraded, 17 pgs undersized (PG_DEGRADED) 2024-09-13T14:49:44.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:43 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3220904168' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:49:44.220 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:44.241 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:44.242 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:44.242 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:44.343 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:44.370 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:44.371 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:44.371 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:44.472 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:49:44.495 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:44.496 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:44.496 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:49:44.597 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:49:44.625 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:44.625 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:44.625 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:49:44.726 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:49:44.747 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:44.748 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:44.748 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:49:44.849 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:44.872 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:44.873 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:44.873 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:44.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:44 smithi071 ceph-mon[107477]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:49:44.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:44 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3220904168' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T14:49:44.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:44 smithi071 ceph-mon[107477]: osdmap e1184: 8 total, 7 up, 7 in 2024-09-13T14:49:44.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:44 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:49:44.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:44 smithi071 ceph-mon[112785]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:49:44.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:44 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3220904168' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T14:49:44.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:44 smithi071 ceph-mon[112785]: osdmap e1184: 8 total, 7 up, 7 in 2024-09-13T14:49:44.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:44 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:49:44.974 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:49:44.996 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:44.997 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:44.998 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:49:45.098 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:45.141 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:45.141 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:45.142 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:45.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:44 smithi104 ceph-mon[105578]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:49:45.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:44 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3220904168' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T14:49:45.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:44 smithi104 ceph-mon[105578]: osdmap e1184: 8 total, 7 up, 7 in 2024-09-13T14:49:45.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:44 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:49:45.244 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:49:45.265 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:45.265 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:45.266 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:49:45.367 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:49:45.390 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:45.390 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:45.390 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:49:45.491 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:45.512 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:45.513 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:45.513 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:45.614 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:49:45.638 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:45.639 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:45.639 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:49:45.740 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:45.761 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:45.762 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:45.762 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:45.863 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:45.885 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:45.886 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:45.887 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:45.987 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:49:46.011 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:46.012 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:46.012 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:49:46.060 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:45 smithi071 ceph-mon[107477]: pgmap v1536: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.2 GiB data, 8.3 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 305 op/s; 12193/107910 objects degraded (11.299%); 23702/107910 objects misplaced (21.965%); 1.4 MiB/s, 133 objects/s recovering 2024-09-13T14:49:46.061 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:45 smithi071 ceph-mon[112785]: pgmap v1536: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.2 GiB data, 8.3 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 305 op/s; 12193/107910 objects degraded (11.299%); 23702/107910 objects misplaced (21.965%); 1.4 MiB/s, 133 objects/s recovering 2024-09-13T14:49:46.114 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:46.141 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:46.141 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:46.142 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:46.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:45 smithi104 ceph-mon[105578]: pgmap v1536: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.2 GiB data, 8.3 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 305 op/s; 12193/107910 objects degraded (11.299%); 23702/107910 objects misplaced (21.965%); 1.4 MiB/s, 133 objects/s recovering 2024-09-13T14:49:46.191 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:49:46.192 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:49:46.221 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:49:46.221 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:49:46.243 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:46.249 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:49:46.249 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:49:46.276 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:46.277 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:46.277 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:46.283 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:49:46.283 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:49:46.303 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:49:46.303 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:49:46.323 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:49:46.323 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:49:46.323 INFO:teuthology.orchestra.run.smithi071.stderr:Error ENXIO: problem getting command descriptions from osd.6 2024-09-13T14:49:46.340 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:49:46.340 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:49:46.379 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:46.400 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:46.400 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:46.401 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:46.501 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:46.523 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:46.524 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:46.524 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:46.625 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:46.649 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:46.650 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:46.651 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:46.751 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:49:46.778 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:46.778 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:46.779 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:49:46.880 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:49:46.904 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:46.905 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:46.905 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:49:47.006 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:47.027 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:47.028 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:47.028 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:47.129 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:47.137 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd unset nodeep-scrub 2024-09-13T14:49:47.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:46 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/172259393' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:49:47.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:46 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/172259393' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:49:47.156 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:47.156 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:47.157 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:47.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:46 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/172259393' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:49:47.257 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:49:47.292 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:47.293 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:47.293 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:49:47.296 DEBUG:teuthology.orchestra.run:got remote process result: 6 2024-09-13T14:49:47.297 INFO:tasks.thrashosds.thrasher:Failed to tell all osds, ignoring 2024-09-13T14:49:47.393 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:47.414 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:47.415 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:47.415 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:47.516 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:47.544 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:47.544 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:47.544 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:47.645 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:49:47.676 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:47.677 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:47.677 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:49:47.778 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:49:47.801 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:47.802 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:47.802 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:49:47.903 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:47.925 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:47.926 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:47.926 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:48.027 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:48.057 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:48.058 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:48.058 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:48.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:47 smithi071 ceph-mon[107477]: pgmap v1537: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.2 GiB data, 8.1 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 318 op/s; 12090/106347 objects degraded (11.368%); 23493/106347 objects misplaced (22.091%); 1.4 MiB/s, 143 objects/s recovering 2024-09-13T14:49:48.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:47 smithi071 ceph-mon[112785]: pgmap v1537: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.2 GiB data, 8.1 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 318 op/s; 12090/106347 objects degraded (11.368%); 23493/106347 objects misplaced (22.091%); 1.4 MiB/s, 143 objects/s recovering 2024-09-13T14:49:48.159 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:49:48.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:47 smithi104 ceph-mon[105578]: pgmap v1537: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.2 GiB data, 8.1 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 318 op/s; 12090/106347 objects degraded (11.368%); 23493/106347 objects misplaced (22.091%); 1.4 MiB/s, 143 objects/s recovering 2024-09-13T14:49:48.181 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:48.182 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:48.182 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:49:48.283 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:48.304 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:48.305 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:48.305 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:48.406 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:49:48.429 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:48.430 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:48.430 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:49:48.531 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:48.553 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:48.554 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:48.554 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:48.655 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:48.675 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:48.676 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:48.677 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:48.777 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:48.799 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:49:48.805 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:48.805 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:48.806 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:48.906 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:49:48.932 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:48.933 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:48.933 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:49:49.034 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:49.056 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:49.057 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:49.057 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:49.075 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:48 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 12090/106347 objects degraded (11.368%), 8 pgs degraded, 17 pgs undersized (PG_DEGRADED) 2024-09-13T14:49:49.075 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:48 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 12090/106347 objects degraded (11.368%), 8 pgs degraded, 17 pgs undersized (PG_DEGRADED) 2024-09-13T14:49:49.158 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:49:49.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:48 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 12090/106347 objects degraded (11.368%), 8 pgs degraded, 17 pgs undersized (PG_DEGRADED) 2024-09-13T14:49:49.181 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:49.181 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:49.182 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:49:49.283 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:49:49.297 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=true 2024-09-13T14:49:49.308 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:49.309 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:49.309 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:49:49.410 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:49.435 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:49.436 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:49.436 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:49.537 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:49.561 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:49.561 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:49.562 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:49.662 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:49.687 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:49.687 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:49.688 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:49.788 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:49:49.814 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:49.814 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:49.815 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:49:49.916 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:49:49.937 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:49.938 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:49.938 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:49:50.039 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:49:50.065 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:50.065 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:50.066 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:49:50.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:49 smithi071 ceph-mon[107477]: pgmap v1538: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.1 GiB data, 8.1 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 311 op/s; 12090/104898 objects degraded (11.525%); 23134/104898 objects misplaced (22.054%); 1.4 MiB/s, 143 objects/s recovering 2024-09-13T14:49:50.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:49 smithi071 ceph-mon[112785]: pgmap v1538: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.1 GiB data, 8.1 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 311 op/s; 12090/104898 objects degraded (11.525%); 23134/104898 objects misplaced (22.054%); 1.4 MiB/s, 143 objects/s recovering 2024-09-13T14:49:50.166 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:49:50.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:49 smithi104 ceph-mon[105578]: pgmap v1538: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.1 GiB data, 8.1 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 311 op/s; 12090/104898 objects degraded (11.525%); 23134/104898 objects misplaced (22.054%); 1.4 MiB/s, 143 objects/s recovering 2024-09-13T14:49:50.188 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:50.189 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:50.189 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:49:50.290 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:50.317 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:50.318 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:50.318 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:50.419 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:49:50.445 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:50.445 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:50.446 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:49:50.547 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:49:50.572 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:50.573 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:50.573 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:49:50.674 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:50.697 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:50.698 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:50.698 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:50.799 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:50.822 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:50.823 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:50.823 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:50.924 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:50.947 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:50.948 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:50.948 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:51.049 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:49:51.085 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:51.086 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:51.086 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:49:51.187 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:49:51.210 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:51.210 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:51.210 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:49:51.241 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T14:49:51.241 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:49:51.311 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:49:51.335 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:51.335 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:51.336 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:49:51.436 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:49:51.465 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:51.465 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:51.466 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:49:51.567 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:49:51.589 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:51.589 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:51.590 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:49:51.690 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:51.711 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:51.712 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:51.712 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:51.791 INFO:teuthology.orchestra.run.smithi071.stderr:nodeep-scrub is unset 2024-09-13T14:49:51.813 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:51.838 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:51.838 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:51.838 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:51.939 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:49:51.965 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:51.966 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:51.966 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:49:52.040 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:51 smithi071 ceph-mon[107477]: pgmap v1539: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.1 GiB data, 8.0 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 311 op/s; 11601/102543 objects degraded (11.313%); 22462/102543 objects misplaced (21.905%); 1.4 MiB/s, 145 objects/s recovering 2024-09-13T14:49:52.040 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:51 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/997724002' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:49:52.041 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:51 smithi071 ceph-mon[112785]: pgmap v1539: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.1 GiB data, 8.0 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 311 op/s; 11601/102543 objects degraded (11.313%); 22462/102543 objects misplaced (21.905%); 1.4 MiB/s, 145 objects/s recovering 2024-09-13T14:49:52.041 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:51 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/997724002' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:49:52.049 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.2 dump_ops_in_flight 2024-09-13T14:49:52.067 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:49:52.087 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:52.088 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:52.089 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:49:52.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:51 smithi104 ceph-mon[105578]: pgmap v1539: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.1 GiB data, 8.0 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 311 op/s; 11601/102543 objects degraded (11.313%); 22462/102543 objects misplaced (21.905%); 1.4 MiB/s, 145 objects/s recovering 2024-09-13T14:49:52.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:51 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/997724002' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:49:52.190 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:52.213 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:52.213 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:52.214 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:52.315 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:49:52.344 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:52.344 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:52.345 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:49:52.446 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:52.478 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:52.479 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:52.480 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:52.580 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:52.606 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:52.606 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:52.607 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:52.707 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:52.730 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:52.730 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:52.731 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:52.781 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:49:52 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:49:52] "GET /metrics HTTP/1.1" 200 36668 "" "Prometheus/2.51.0" 2024-09-13T14:49:52.831 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:52.855 INFO:tasks.thrashosds.thrasher:in_osds: [0, 1, 2, 5, 6, 7, 3] out_osds: [4] dead_osds: [6] live_osds: [0, 1, 2, 3, 4, 5, 7] 2024-09-13T14:49:52.855 INFO:tasks.thrashosds.thrasher:choose_action: min_in 4 min_out 0 min_live 2 min_dead 0 chance_down 0.40 2024-09-13T14:49:52.856 INFO:tasks.thrashosds.thrasher:Removing osd 7, in_osds are: [0, 1, 2, 5, 6, 7, 3] 2024-09-13T14:49:52.856 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd out 7 2024-09-13T14:49:52.865 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:52.866 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:52.866 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:52.874 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:49:52.891 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:49:52.967 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:53.013 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:53.014 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:53.014 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:53.049 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:52 smithi071 ceph-mon[107477]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T14:49:53.049 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:52 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/997724002' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T14:49:53.050 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:52 smithi071 ceph-mon[107477]: osdmap e1185: 8 total, 7 up, 7 in 2024-09-13T14:49:53.050 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:52 smithi071 ceph-mon[112785]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T14:49:53.050 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:52 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/997724002' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T14:49:53.051 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:52 smithi071 ceph-mon[112785]: osdmap e1185: 8 total, 7 up, 7 in 2024-09-13T14:49:53.115 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:49:53.143 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:53.144 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:53.144 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:49:53.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:52 smithi104 ceph-mon[105578]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T14:49:53.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:52 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/997724002' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T14:49:53.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:52 smithi104 ceph-mon[105578]: osdmap e1185: 8 total, 7 up, 7 in 2024-09-13T14:49:53.245 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:53.283 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:53.284 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:53.284 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:53.385 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:53.409 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:53.409 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:53.410 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:53.511 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:49:53.531 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:53.532 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:53.533 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:49:53.633 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:53.655 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:53.656 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:53.656 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:53.757 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:49:53.788 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:53.789 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:53.790 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:49:53.890 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:53.913 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:53.914 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:53.914 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:54.015 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:54.037 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:54.038 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:54.038 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:54.139 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:54.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:53 smithi071 ceph-mon[107477]: pgmap v1541: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.1 GiB data, 7.9 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 304 op/s; 11327/101643 objects degraded (11.144%); 22462/101643 objects misplaced (22.099%); 1.6 MiB/s, 190 objects/s recovering 2024-09-13T14:49:54.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:53 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 11327/101643 objects degraded (11.144%), 8 pgs degraded, 17 pgs undersized (PG_DEGRADED) 2024-09-13T14:49:54.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:53 smithi071 ceph-mon[112785]: pgmap v1541: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.1 GiB data, 7.9 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 304 op/s; 11327/101643 objects degraded (11.144%); 22462/101643 objects misplaced (22.099%); 1.6 MiB/s, 190 objects/s recovering 2024-09-13T14:49:54.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:53 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 11327/101643 objects degraded (11.144%), 8 pgs degraded, 17 pgs undersized (PG_DEGRADED) 2024-09-13T14:49:54.161 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:54.161 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:54.162 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:54.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:53 smithi104 ceph-mon[105578]: pgmap v1541: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.1 GiB data, 7.9 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 304 op/s; 11327/101643 objects degraded (11.144%); 22462/101643 objects misplaced (22.099%); 1.6 MiB/s, 190 objects/s recovering 2024-09-13T14:49:54.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:53 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 11327/101643 objects degraded (11.144%), 8 pgs degraded, 17 pgs undersized (PG_DEGRADED) 2024-09-13T14:49:54.262 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:54.284 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:54.284 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:54.285 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:54.386 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:49:54.416 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:54.416 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:54.417 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:49:54.458 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:49:54.518 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:54.540 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:54.541 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:54.541 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:54.642 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:54.671 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:54.672 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:54.672 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:54.773 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:49:54.800 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:54.800 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:54.801 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:49:54.816 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd set noscrub 2024-09-13T14:49:54.902 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:54.925 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:54.926 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:54.926 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:55.027 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:49:55.050 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:55.050 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:55.051 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:49:55.152 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:55.179 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:55.179 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:55.180 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:55.280 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:55.303 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:55.304 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:55.304 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:55.405 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:55.427 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:55.428 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:55.428 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:55.529 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:55.553 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:55.554 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:55.554 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:55.655 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:55.680 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:55.680 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:55.681 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:55.782 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:55.814 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:55.815 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:55.816 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:55.916 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:49:55.939 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:55.940 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:55.940 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:49:56.041 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:56.063 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:56.064 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:56.064 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:56.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:55 smithi071 ceph-mon[107477]: pgmap v1542: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.0 GiB data, 7.7 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 340 op/s; 10841/97680 objects degraded (11.098%); 21392/97680 objects misplaced (21.900%); 1.5 MiB/s, 170 objects/s recovering 2024-09-13T14:49:56.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:55 smithi071 ceph-mon[112785]: pgmap v1542: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.0 GiB data, 7.7 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 340 op/s; 10841/97680 objects degraded (11.098%); 21392/97680 objects misplaced (21.900%); 1.5 MiB/s, 170 objects/s recovering 2024-09-13T14:49:56.165 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:56.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:55 smithi104 ceph-mon[105578]: pgmap v1542: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.0 GiB data, 7.7 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 340 op/s; 10841/97680 objects degraded (11.098%); 21392/97680 objects misplaced (21.900%); 1.5 MiB/s, 170 objects/s recovering 2024-09-13T14:49:56.199 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:56.200 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:56.200 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:56.301 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:56.325 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:56.326 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:56.326 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:56.427 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:49:56.449 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:56.450 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:56.450 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:49:56.551 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:49:56.580 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:56.581 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:56.581 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:49:56.682 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:49:56.705 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:56.706 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:56.706 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:49:56.807 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:56.839 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:56.840 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:56.840 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:56.941 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:56.967 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:56.968 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:56.968 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:57.069 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:57.102 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:56 smithi071 ceph-mon[107477]: osdmap e1186: 8 total, 7 up, 7 in 2024-09-13T14:49:57.102 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:56 smithi071 ceph-mon[112785]: osdmap e1186: 8 total, 7 up, 7 in 2024-09-13T14:49:57.111 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:57.112 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:57.112 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:57.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:56 smithi104 ceph-mon[105578]: osdmap e1186: 8 total, 7 up, 7 in 2024-09-13T14:49:57.214 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:49:57.278 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:57.278 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:57.279 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:49:57.379 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:57.406 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:57.407 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:57.407 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:57.508 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:49:57.550 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:57.550 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:57.551 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:49:57.652 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:49:57.662 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:49:57.717 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:57.717 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:57.718 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:49:57.819 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:57.857 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:57.858 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:57.858 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:57.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:57 smithi071 ceph-mon[107477]: pgmap v1544: 89 pgs: 1 peering, 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.0 GiB data, 7.6 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 372 op/s; 10052/95949 objects degraded (10.476%); 21165/95949 objects misplaced (22.059%); 1.9 MiB/s, 216 objects/s recovering 2024-09-13T14:49:57.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:57 smithi071 ceph-mon[107477]: osdmap e1187: 8 total, 7 up, 7 in 2024-09-13T14:49:57.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:57 smithi071 ceph-mon[112785]: pgmap v1544: 89 pgs: 1 peering, 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.0 GiB data, 7.6 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 372 op/s; 10052/95949 objects degraded (10.476%); 21165/95949 objects misplaced (22.059%); 1.9 MiB/s, 216 objects/s recovering 2024-09-13T14:49:57.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:57 smithi071 ceph-mon[112785]: osdmap e1187: 8 total, 7 up, 7 in 2024-09-13T14:49:57.959 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:49:57.997 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:57.998 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:57.998 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:49:58.099 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:58.126 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:58.127 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:58.127 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:58.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:57 smithi104 ceph-mon[105578]: pgmap v1544: 89 pgs: 1 peering, 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 2.0 GiB data, 7.6 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 372 op/s; 10052/95949 objects degraded (10.476%); 21165/95949 objects misplaced (22.059%); 1.9 MiB/s, 216 objects/s recovering 2024-09-13T14:49:58.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:57 smithi104 ceph-mon[105578]: osdmap e1187: 8 total, 7 up, 7 in 2024-09-13T14:49:58.229 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:49:58.251 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:58.252 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:58.252 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:49:58.353 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:49:58.386 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:58.387 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:58.387 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:49:58.451 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T14:49:58.451 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:49:58.488 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:58.521 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:58.521 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:58.522 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:58.622 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:58.653 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:58.654 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:58.654 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:58.755 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:49:58.780 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:58.780 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:58.781 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:49:58.882 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:49:58.909 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:58.910 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:58.910 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:49:59.012 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:59.037 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:59.038 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:59.038 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:59.105 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:58 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 10052/95949 objects degraded (10.476%), 7 pgs degraded, 16 pgs undersized (PG_DEGRADED) 2024-09-13T14:49:59.105 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:58 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:49:59.106 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:58 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 10052/95949 objects degraded (10.476%), 7 pgs degraded, 16 pgs undersized (PG_DEGRADED) 2024-09-13T14:49:59.106 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:58 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:49:59.131 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:49:59.132 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:49:59.139 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:59.163 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:49:59.163 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:49:59.167 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:59.168 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:59.168 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:59.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:58 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 10052/95949 objects degraded (10.476%), 7 pgs degraded, 16 pgs undersized (PG_DEGRADED) 2024-09-13T14:49:59.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:58 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:49:59.189 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:49:59.189 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:49:59.214 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:49:59.214 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:49:59.241 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:49:59.242 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:49:59.266 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:49:59.266 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:49:59.266 INFO:teuthology.orchestra.run.smithi071.stderr:Error ENXIO: problem getting command descriptions from osd.6 2024-09-13T14:49:59.269 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:59.289 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:49:59.290 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:49:59.296 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:59.297 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:59.297 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:49:59.398 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:49:59.428 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:59.429 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:59.429 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:49:59.530 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:49:59.571 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:59.572 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:59.572 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:49:59.673 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:49:59.704 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:59.705 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:59.705 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:49:59.806 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:49:59.837 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:49:59.838 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:59.838 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:49:59.939 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:49:59.963 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:49:59.964 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:49:59.965 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:00.065 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:00.091 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:59 smithi104 ceph-mon[105578]: pgmap v1546: 89 pgs: 1 peering, 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 1.9 GiB data, 7.5 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 384 op/s; 10052/93747 objects degraded (10.722%); 20583/93747 objects misplaced (21.956%); 1.1 MiB/s, 117 objects/s recovering 2024-09-13T14:50:00.091 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:59 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/721244984' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:50:00.091 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:59 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:50:00.092 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:59 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:50:00.092 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:59 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3311816365' entity='client.admin' cmd={"prefix": "osd out", "ids": ["7"]} : dispatch 2024-09-13T14:50:00.092 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:49:59 smithi104 ceph-mon[105578]: Client client.admin marked osd.7 out, while it was still marked up 2024-09-13T14:50:00.096 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:00.097 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:00.097 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:00.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:59 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-a[107454]: 2024-09-13T14:49:59.704+0000 7fa91586f640 -1 mon.a@0(leader).osd e1187 definitely_dead 0 2024-09-13T14:50:00.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:59 smithi071 ceph-mon[107477]: pgmap v1546: 89 pgs: 1 peering, 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 1.9 GiB data, 7.5 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 384 op/s; 10052/93747 objects degraded (10.722%); 20583/93747 objects misplaced (21.956%); 1.1 MiB/s, 117 objects/s recovering 2024-09-13T14:50:00.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:59 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/721244984' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:50:00.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:59 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:50:00.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:59 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:50:00.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:59 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3311816365' entity='client.admin' cmd={"prefix": "osd out", "ids": ["7"]} : dispatch 2024-09-13T14:50:00.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:49:59 smithi071 ceph-mon[107477]: Client client.admin marked osd.7 out, while it was still marked up 2024-09-13T14:50:00.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:59 smithi071 ceph-mon[112785]: pgmap v1546: 89 pgs: 1 peering, 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 5 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 1.9 GiB data, 7.5 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 384 op/s; 10052/93747 objects degraded (10.722%); 20583/93747 objects misplaced (21.956%); 1.1 MiB/s, 117 objects/s recovering 2024-09-13T14:50:00.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:59 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/721244984' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:50:00.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:59 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:50:00.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:59 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:50:00.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:59 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3311816365' entity='client.admin' cmd={"prefix": "osd out", "ids": ["7"]} : dispatch 2024-09-13T14:50:00.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:49:59 smithi071 ceph-mon[112785]: Client client.admin marked osd.7 out, while it was still marked up 2024-09-13T14:50:00.198 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:00.221 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:00.222 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:00.222 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:00.323 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:50:00.350 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:00.350 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:00.351 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:50:00.451 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:50:00.478 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:00.478 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:00.479 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:50:00.555 INFO:teuthology.orchestra.run.smithi071.stderr:marked out osd.7. 2024-09-13T14:50:00.580 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:00.604 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:00.605 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:00.605 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:00.706 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:00.734 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:00.735 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:00.735 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:00.836 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:00.863 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:00.863 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:00.863 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:00.964 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:50:00.986 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:00.986 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:00.986 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:50:01.087 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:01.108 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:01.109 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:01.110 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:01.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:00 smithi071 ceph-mon[107477]: Health detail: HEALTH_WARN 1 osds down; Degraded data redundancy: 10052/93747 objects degraded (10.722%), 7 pgs degraded, 16 pgs undersized 2024-09-13T14:50:01.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:00 smithi071 ceph-mon[107477]: [WRN] OSD_DOWN: 1 osds down 2024-09-13T14:50:01.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:00 smithi071 ceph-mon[107477]: osd.6 (root=default,host=smithi104) is down 2024-09-13T14:50:01.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:00 smithi071 ceph-mon[107477]: [WRN] PG_DEGRADED: Degraded data redundancy: 10052/93747 objects degraded (10.722%), 7 pgs degraded, 16 pgs undersized 2024-09-13T14:50:01.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:00 smithi071 ceph-mon[107477]: pg 2.2 is stuck undersized for 5m, current state active+undersized+degraded, last acting [5,1] 2024-09-13T14:50:01.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:00 smithi071 ceph-mon[107477]: pg 2.7 is stuck undersized for 5m, current state active+undersized, last acting [7,2] 2024-09-13T14:50:01.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:00 smithi071 ceph-mon[107477]: pg 3.0 is stuck undersized for 5m, current state active+undersized, last acting [1,2] 2024-09-13T14:50:01.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:00 smithi071 ceph-mon[107477]: pg 3.c is stuck undersized for 5m, current state active+undersized, last acting [5,3] 2024-09-13T14:50:01.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:00 smithi071 ceph-mon[107477]: pg 3.d is stuck undersized for 5m, current state active+undersized+degraded, last acting [7,5] 2024-09-13T14:50:01.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:00 smithi071 ceph-mon[107477]: pg 3.1e is stuck undersized for 5m, current state active+undersized, last acting [3,2] 2024-09-13T14:50:01.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:00 smithi071 ceph-mon[107477]: pg 4.8 is stuck undersized for 5m, current state active+undersized, last acting [5,7] 2024-09-13T14:50:01.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:00 smithi071 ceph-mon[107477]: pg 4.a is stuck undersized for 5m, current state active+undersized, last acting [5,7] 2024-09-13T14:50:01.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:00 smithi071 ceph-mon[107477]: pg 4.10 is stuck undersized for 5m, current state active+undersized, last acting [3,1] 2024-09-13T14:50:01.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:00 smithi071 ceph-mon[107477]: pg 4.11 is stuck undersized for 5m, current state active+undersized, last acting [3,7] 2024-09-13T14:50:01.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:00 smithi071 ceph-mon[107477]: pg 4.12 is stuck undersized for 5m, current state active+undersized, last acting [0,2] 2024-09-13T14:50:01.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:00 smithi071 ceph-mon[107477]: pg 4.1f is stuck undersized for 5m, current state active+undersized, last acting [5,1] 2024-09-13T14:50:01.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:00 smithi071 ceph-mon[107477]: pg 7.7 is stuck undersized for 2m, current state active+undersized+degraded+remapped+backfill_wait, last acting [0,3] 2024-09-13T14:50:01.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:00 smithi071 ceph-mon[107477]: pg 7.9 is active+recovering+degraded+remapped, acting [7,1,0] 2024-09-13T14:50:01.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:00 smithi071 ceph-mon[107477]: pg 7.b is stuck undersized for 5m, current state active+undersized+degraded, last acting [1,5] 2024-09-13T14:50:01.143 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:00 smithi071 ceph-mon[107477]: pg 7.c is stuck undersized for 2m, current state active+undersized+degraded+remapped+backfill_wait, last acting [7,3] 2024-09-13T14:50:01.143 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:00 smithi071 ceph-mon[107477]: pg 7.d is stuck undersized for 5m, current state active+undersized+degraded, last acting [1,0] 2024-09-13T14:50:01.143 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:00 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3311816365' entity='client.admin' cmd='[{"prefix": "osd out", "ids": ["7"]}]': finished 2024-09-13T14:50:01.143 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:00 smithi071 ceph-mon[107477]: osdmap e1188: 8 total, 7 up, 6 in 2024-09-13T14:50:01.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:00 smithi071 ceph-mon[112785]: Health detail: HEALTH_WARN 1 osds down; Degraded data redundancy: 10052/93747 objects degraded (10.722%), 7 pgs degraded, 16 pgs undersized 2024-09-13T14:50:01.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:00 smithi071 ceph-mon[112785]: [WRN] OSD_DOWN: 1 osds down 2024-09-13T14:50:01.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:00 smithi071 ceph-mon[112785]: osd.6 (root=default,host=smithi104) is down 2024-09-13T14:50:01.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:00 smithi071 ceph-mon[112785]: [WRN] PG_DEGRADED: Degraded data redundancy: 10052/93747 objects degraded (10.722%), 7 pgs degraded, 16 pgs undersized 2024-09-13T14:50:01.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:00 smithi071 ceph-mon[112785]: pg 2.2 is stuck undersized for 5m, current state active+undersized+degraded, last acting [5,1] 2024-09-13T14:50:01.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:00 smithi071 ceph-mon[112785]: pg 2.7 is stuck undersized for 5m, current state active+undersized, last acting [7,2] 2024-09-13T14:50:01.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:00 smithi071 ceph-mon[112785]: pg 3.0 is stuck undersized for 5m, current state active+undersized, last acting [1,2] 2024-09-13T14:50:01.144 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:00 smithi071 ceph-mon[112785]: pg 3.c is stuck undersized for 5m, current state active+undersized, last acting [5,3] 2024-09-13T14:50:01.144 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:00 smithi071 ceph-mon[112785]: pg 3.d is stuck undersized for 5m, current state active+undersized+degraded, last acting [7,5] 2024-09-13T14:50:01.144 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:00 smithi071 ceph-mon[112785]: pg 3.1e is stuck undersized for 5m, current state active+undersized, last acting [3,2] 2024-09-13T14:50:01.144 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:00 smithi071 ceph-mon[112785]: pg 4.8 is stuck undersized for 5m, current state active+undersized, last acting [5,7] 2024-09-13T14:50:01.144 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:00 smithi071 ceph-mon[112785]: pg 4.a is stuck undersized for 5m, current state active+undersized, last acting [5,7] 2024-09-13T14:50:01.144 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:00 smithi071 ceph-mon[112785]: pg 4.10 is stuck undersized for 5m, current state active+undersized, last acting [3,1] 2024-09-13T14:50:01.144 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:00 smithi071 ceph-mon[112785]: pg 4.11 is stuck undersized for 5m, current state active+undersized, last acting [3,7] 2024-09-13T14:50:01.144 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:00 smithi071 ceph-mon[112785]: pg 4.12 is stuck undersized for 5m, current state active+undersized, last acting [0,2] 2024-09-13T14:50:01.144 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:00 smithi071 ceph-mon[112785]: pg 4.1f is stuck undersized for 5m, current state active+undersized, last acting [5,1] 2024-09-13T14:50:01.144 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:00 smithi071 ceph-mon[112785]: pg 7.7 is stuck undersized for 2m, current state active+undersized+degraded+remapped+backfill_wait, last acting [0,3] 2024-09-13T14:50:01.144 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:00 smithi071 ceph-mon[112785]: pg 7.9 is active+recovering+degraded+remapped, acting [7,1,0] 2024-09-13T14:50:01.144 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:00 smithi071 ceph-mon[112785]: pg 7.b is stuck undersized for 5m, current state active+undersized+degraded, last acting [1,5] 2024-09-13T14:50:01.145 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:00 smithi071 ceph-mon[112785]: pg 7.c is stuck undersized for 2m, current state active+undersized+degraded+remapped+backfill_wait, last acting [7,3] 2024-09-13T14:50:01.145 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:00 smithi071 ceph-mon[112785]: pg 7.d is stuck undersized for 5m, current state active+undersized+degraded, last acting [1,0] 2024-09-13T14:50:01.145 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:00 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3311816365' entity='client.admin' cmd='[{"prefix": "osd out", "ids": ["7"]}]': finished 2024-09-13T14:50:01.145 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:00 smithi071 ceph-mon[112785]: osdmap e1188: 8 total, 7 up, 6 in 2024-09-13T14:50:01.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:00 smithi104 ceph-mon[105578]: Health detail: HEALTH_WARN 1 osds down; Degraded data redundancy: 10052/93747 objects degraded (10.722%), 7 pgs degraded, 16 pgs undersized 2024-09-13T14:50:01.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:00 smithi104 ceph-mon[105578]: [WRN] OSD_DOWN: 1 osds down 2024-09-13T14:50:01.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:00 smithi104 ceph-mon[105578]: osd.6 (root=default,host=smithi104) is down 2024-09-13T14:50:01.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:00 smithi104 ceph-mon[105578]: [WRN] PG_DEGRADED: Degraded data redundancy: 10052/93747 objects degraded (10.722%), 7 pgs degraded, 16 pgs undersized 2024-09-13T14:50:01.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:00 smithi104 ceph-mon[105578]: pg 2.2 is stuck undersized for 5m, current state active+undersized+degraded, last acting [5,1] 2024-09-13T14:50:01.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:00 smithi104 ceph-mon[105578]: pg 2.7 is stuck undersized for 5m, current state active+undersized, last acting [7,2] 2024-09-13T14:50:01.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:00 smithi104 ceph-mon[105578]: pg 3.0 is stuck undersized for 5m, current state active+undersized, last acting [1,2] 2024-09-13T14:50:01.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:00 smithi104 ceph-mon[105578]: pg 3.c is stuck undersized for 5m, current state active+undersized, last acting [5,3] 2024-09-13T14:50:01.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:00 smithi104 ceph-mon[105578]: pg 3.d is stuck undersized for 5m, current state active+undersized+degraded, last acting [7,5] 2024-09-13T14:50:01.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:00 smithi104 ceph-mon[105578]: pg 3.1e is stuck undersized for 5m, current state active+undersized, last acting [3,2] 2024-09-13T14:50:01.174 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:00 smithi104 ceph-mon[105578]: pg 4.8 is stuck undersized for 5m, current state active+undersized, last acting [5,7] 2024-09-13T14:50:01.174 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:00 smithi104 ceph-mon[105578]: pg 4.a is stuck undersized for 5m, current state active+undersized, last acting [5,7] 2024-09-13T14:50:01.174 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:00 smithi104 ceph-mon[105578]: pg 4.10 is stuck undersized for 5m, current state active+undersized, last acting [3,1] 2024-09-13T14:50:01.174 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:00 smithi104 ceph-mon[105578]: pg 4.11 is stuck undersized for 5m, current state active+undersized, last acting [3,7] 2024-09-13T14:50:01.174 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:00 smithi104 ceph-mon[105578]: pg 4.12 is stuck undersized for 5m, current state active+undersized, last acting [0,2] 2024-09-13T14:50:01.174 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:00 smithi104 ceph-mon[105578]: pg 4.1f is stuck undersized for 5m, current state active+undersized, last acting [5,1] 2024-09-13T14:50:01.175 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:00 smithi104 ceph-mon[105578]: pg 7.7 is stuck undersized for 2m, current state active+undersized+degraded+remapped+backfill_wait, last acting [0,3] 2024-09-13T14:50:01.175 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:00 smithi104 ceph-mon[105578]: pg 7.9 is active+recovering+degraded+remapped, acting [7,1,0] 2024-09-13T14:50:01.175 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:00 smithi104 ceph-mon[105578]: pg 7.b is stuck undersized for 5m, current state active+undersized+degraded, last acting [1,5] 2024-09-13T14:50:01.175 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:00 smithi104 ceph-mon[105578]: pg 7.c is stuck undersized for 2m, current state active+undersized+degraded+remapped+backfill_wait, last acting [7,3] 2024-09-13T14:50:01.175 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:00 smithi104 ceph-mon[105578]: pg 7.d is stuck undersized for 5m, current state active+undersized+degraded, last acting [1,0] 2024-09-13T14:50:01.175 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:00 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3311816365' entity='client.admin' cmd='[{"prefix": "osd out", "ids": ["7"]}]': finished 2024-09-13T14:50:01.176 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:00 smithi104 ceph-mon[105578]: osdmap e1188: 8 total, 7 up, 6 in 2024-09-13T14:50:01.210 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:50:01.231 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:01.232 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:01.232 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:50:01.333 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:01.355 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:01.355 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:01.355 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:01.457 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:50:01.486 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:01.486 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:01.487 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:50:01.587 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:50:01.617 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:01.617 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:01.618 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:50:01.719 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:01.746 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:01.746 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:01.747 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:01.847 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:50:01.872 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:01.872 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:01.872 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:50:01.973 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:02.000 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:02.001 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:02.001 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:02.102 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:02.128 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:02.129 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:02.130 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:02.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:01 smithi071 ceph-mon[107477]: pgmap v1548: 89 pgs: 1 active+recovering+degraded+remapped, 1 active+remapped+backfilling, 1 peering, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 4 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 1.8 GiB data, 6.2 GiB used, 530 GiB / 536 GiB avail; 0 B/s wr, 403 op/s; 9386/90423 objects degraded (10.380%); 17956/90423 objects misplaced (19.858%); 19 MiB/s, 422 objects/s recovering 2024-09-13T14:50:02.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:01 smithi071 ceph-mon[107477]: osdmap e1189: 8 total, 7 up, 6 in 2024-09-13T14:50:02.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:01 smithi071 ceph-mon[112785]: pgmap v1548: 89 pgs: 1 active+recovering+degraded+remapped, 1 active+remapped+backfilling, 1 peering, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 4 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 1.8 GiB data, 6.2 GiB used, 530 GiB / 536 GiB avail; 0 B/s wr, 403 op/s; 9386/90423 objects degraded (10.380%); 17956/90423 objects misplaced (19.858%); 19 MiB/s, 422 objects/s recovering 2024-09-13T14:50:02.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:01 smithi071 ceph-mon[112785]: osdmap e1189: 8 total, 7 up, 6 in 2024-09-13T14:50:02.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:01 smithi104 ceph-mon[105578]: pgmap v1548: 89 pgs: 1 active+recovering+degraded+remapped, 1 active+remapped+backfilling, 1 peering, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 4 active+remapped+backfill_wait, 10 active+undersized, 4 active+undersized+degraded, 43 active+clean; 1.8 GiB data, 6.2 GiB used, 530 GiB / 536 GiB avail; 0 B/s wr, 403 op/s; 9386/90423 objects degraded (10.380%); 17956/90423 objects misplaced (19.858%); 19 MiB/s, 422 objects/s recovering 2024-09-13T14:50:02.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:01 smithi104 ceph-mon[105578]: osdmap e1189: 8 total, 7 up, 6 in 2024-09-13T14:50:02.231 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:02.252 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:02.253 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:02.253 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:02.354 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:02.381 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:02.382 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:02.382 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:02.483 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:02.509 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:02.510 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:02.510 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:02.611 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:02.632 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:02.633 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:02.633 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:02.734 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:02.778 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:02.779 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:02.779 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:02.880 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:02.901 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:02.902 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:02.902 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:03.003 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:03.027 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:03.028 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:03.028 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:03.129 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:50:03.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:02 smithi071 ceph-mon[112785]: 7.c starting backfill to osd.0 from (0'0,0'0] MAX to 1187'12235 2024-09-13T14:50:03.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:02 smithi071 ceph-mon[112785]: 7.f continuing backfill to osd.5 from (1162'5000,1187'12326] MIN to 1187'12326 2024-09-13T14:50:03.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:02 smithi071 ceph-mon[112785]: 7.c continuing backfill to osd.2 from (1162'5000,1187'12235] 7:300696f7:::benchmark_data_smithi071_196541_object64973:head to 1187'12235 2024-09-13T14:50:03.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:02 smithi071 ceph-mon[112785]: osdmap e1190: 8 total, 7 up, 6 in 2024-09-13T14:50:03.142 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:50:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:50:02] "GET /metrics HTTP/1.1" 200 36663 "" "Prometheus/2.51.0" 2024-09-13T14:50:03.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:02 smithi071 ceph-mon[107477]: 7.c starting backfill to osd.0 from (0'0,0'0] MAX to 1187'12235 2024-09-13T14:50:03.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:02 smithi071 ceph-mon[107477]: 7.f continuing backfill to osd.5 from (1162'5000,1187'12326] MIN to 1187'12326 2024-09-13T14:50:03.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:02 smithi071 ceph-mon[107477]: 7.c continuing backfill to osd.2 from (1162'5000,1187'12235] 7:300696f7:::benchmark_data_smithi071_196541_object64973:head to 1187'12235 2024-09-13T14:50:03.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:02 smithi071 ceph-mon[107477]: osdmap e1190: 8 total, 7 up, 6 in 2024-09-13T14:50:03.167 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:03.167 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:03.168 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:50:03.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:02 smithi104 ceph-mon[105578]: 7.c starting backfill to osd.0 from (0'0,0'0] MAX to 1187'12235 2024-09-13T14:50:03.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:02 smithi104 ceph-mon[105578]: 7.f continuing backfill to osd.5 from (1162'5000,1187'12326] MIN to 1187'12326 2024-09-13T14:50:03.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:02 smithi104 ceph-mon[105578]: 7.c continuing backfill to osd.2 from (1162'5000,1187'12235] 7:300696f7:::benchmark_data_smithi071_196541_object64973:head to 1187'12235 2024-09-13T14:50:03.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:02 smithi104 ceph-mon[105578]: osdmap e1190: 8 total, 7 up, 6 in 2024-09-13T14:50:03.268 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:50:03.312 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:03.313 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:03.313 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:50:03.414 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:03.463 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:03.464 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:03.464 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:03.565 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:50:03.610 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:03.611 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:03.611 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:50:03.712 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:03.733 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:03.734 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:03.734 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:03.835 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:50:03.872 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:03.873 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:03.873 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:50:03.974 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:04.010 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:04.010 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:04.011 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:04.111 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:04.136 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:04.136 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:04.137 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:04.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:03 smithi071 ceph-mon[107477]: 7.8 starting backfill to osd.1 from (0'0,0'0] MAX to 1187'12283 2024-09-13T14:50:04.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:03 smithi071 ceph-mon[107477]: 7.9 starting backfill to osd.2 from (0'0,0'0] MAX to 1187'12599 2024-09-13T14:50:04.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:03 smithi071 ceph-mon[107477]: 7.6 starting backfill to osd.2 from (0'0,0'0] MAX to 1187'12542 2024-09-13T14:50:04.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:03 smithi071 ceph-mon[107477]: 7.5 continuing backfill to osd.1 from (1162'5136,1187'12369] MIN to 1187'12369 2024-09-13T14:50:04.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:03 smithi071 ceph-mon[107477]: pgmap v1551: 89 pgs: 1 active+recovering+degraded+remapped, 1 active+remapped+backfilling, 7 peering, 4 unknown, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 4 active+remapped+backfill_wait, 8 active+undersized, 3 active+undersized+degraded, 36 active+clean; 1.8 GiB data, 6.1 GiB used, 530 GiB / 536 GiB avail; 0 B/s wr, 389 op/s; 9385/89142 objects degraded (10.528%); 17956/89142 objects misplaced (20.143%); 20 MiB/s, 318 objects/s recovering 2024-09-13T14:50:04.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:03 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 9386/90423 objects degraded (10.380%), 7 pgs degraded, 16 pgs undersized (PG_DEGRADED) 2024-09-13T14:50:04.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:03 smithi071 ceph-mon[107477]: osdmap e1191: 8 total, 7 up, 6 in 2024-09-13T14:50:04.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:03 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:50:04.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:03 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:50:04.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:03 smithi071 ceph-mon[107477]: Health check failed: Reduced data availability: 4 pgs inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-13T14:50:04.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:03 smithi071 ceph-mon[112785]: 7.8 starting backfill to osd.1 from (0'0,0'0] MAX to 1187'12283 2024-09-13T14:50:04.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:03 smithi071 ceph-mon[112785]: 7.9 starting backfill to osd.2 from (0'0,0'0] MAX to 1187'12599 2024-09-13T14:50:04.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:03 smithi071 ceph-mon[112785]: 7.6 starting backfill to osd.2 from (0'0,0'0] MAX to 1187'12542 2024-09-13T14:50:04.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:03 smithi071 ceph-mon[112785]: 7.5 continuing backfill to osd.1 from (1162'5136,1187'12369] MIN to 1187'12369 2024-09-13T14:50:04.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:03 smithi071 ceph-mon[112785]: pgmap v1551: 89 pgs: 1 active+recovering+degraded+remapped, 1 active+remapped+backfilling, 7 peering, 4 unknown, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 4 active+remapped+backfill_wait, 8 active+undersized, 3 active+undersized+degraded, 36 active+clean; 1.8 GiB data, 6.1 GiB used, 530 GiB / 536 GiB avail; 0 B/s wr, 389 op/s; 9385/89142 objects degraded (10.528%); 17956/89142 objects misplaced (20.143%); 20 MiB/s, 318 objects/s recovering 2024-09-13T14:50:04.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:03 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 9386/90423 objects degraded (10.380%), 7 pgs degraded, 16 pgs undersized (PG_DEGRADED) 2024-09-13T14:50:04.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:03 smithi071 ceph-mon[112785]: osdmap e1191: 8 total, 7 up, 6 in 2024-09-13T14:50:04.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:03 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:50:04.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:03 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:50:04.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:03 smithi071 ceph-mon[112785]: Health check failed: Reduced data availability: 4 pgs inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-13T14:50:04.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:03 smithi104 ceph-mon[105578]: 7.8 starting backfill to osd.1 from (0'0,0'0] MAX to 1187'12283 2024-09-13T14:50:04.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:03 smithi104 ceph-mon[105578]: 7.9 starting backfill to osd.2 from (0'0,0'0] MAX to 1187'12599 2024-09-13T14:50:04.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:03 smithi104 ceph-mon[105578]: 7.6 starting backfill to osd.2 from (0'0,0'0] MAX to 1187'12542 2024-09-13T14:50:04.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:03 smithi104 ceph-mon[105578]: 7.5 continuing backfill to osd.1 from (1162'5136,1187'12369] MIN to 1187'12369 2024-09-13T14:50:04.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:03 smithi104 ceph-mon[105578]: pgmap v1551: 89 pgs: 1 active+recovering+degraded+remapped, 1 active+remapped+backfilling, 7 peering, 4 unknown, 2 active+undersized+degraded+remapped+backfill_wait, 23 active+clean+remapped, 4 active+remapped+backfill_wait, 8 active+undersized, 3 active+undersized+degraded, 36 active+clean; 1.8 GiB data, 6.1 GiB used, 530 GiB / 536 GiB avail; 0 B/s wr, 389 op/s; 9385/89142 objects degraded (10.528%); 17956/89142 objects misplaced (20.143%); 20 MiB/s, 318 objects/s recovering 2024-09-13T14:50:04.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:03 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 9386/90423 objects degraded (10.380%), 7 pgs degraded, 16 pgs undersized (PG_DEGRADED) 2024-09-13T14:50:04.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:03 smithi104 ceph-mon[105578]: osdmap e1191: 8 total, 7 up, 6 in 2024-09-13T14:50:04.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:03 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:50:04.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:03 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:50:04.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:03 smithi104 ceph-mon[105578]: Health check failed: Reduced data availability: 4 pgs inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-13T14:50:04.237 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:50:04.273 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:04.274 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:04.274 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:50:04.375 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:04.418 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:04.419 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:04.419 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:04.520 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:04.565 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:04.565 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:04.566 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:04.666 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:50:04.716 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:04.716 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:04.717 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:50:04.818 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:50:04.857 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:04.857 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:04.858 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:50:04.959 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:04.983 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:04.984 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:04.984 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:05.085 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:50:05.108 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:05.108 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:05.109 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:50:05.210 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:05.250 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:05.250 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:05.251 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:05.352 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:05.373 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:05.373 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:05.374 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:05.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:05 smithi104 ceph-mon[105578]: osdmap e1192: 8 total, 7 up, 6 in 2024-09-13T14:50:05.474 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:50:05.497 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:05.498 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:05.498 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:50:05.599 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:05.639 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:05.639 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:05.640 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:05.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:05 smithi071 ceph-mon[107477]: osdmap e1192: 8 total, 7 up, 6 in 2024-09-13T14:50:05.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:05 smithi071 ceph-mon[112785]: osdmap e1192: 8 total, 7 up, 6 in 2024-09-13T14:50:05.740 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:05.761 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:05.761 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:05.762 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:05.862 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:05.899 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:05.900 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:05.900 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:06.001 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:50:06.040 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:06.041 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:06.042 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:50:06.142 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:06.166 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:06.167 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:06.167 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:06.268 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:06.305 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:06.305 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:06.306 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:06.407 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:06.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:06 smithi104 ceph-mon[105578]: pgmap v1554: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+remapped+backfilling, 7 peering, 1 remapped+peering, 4 unknown, 2 active+undersized+degraded+remapped+backfill_wait, 28 active+clean+remapped, 3 active+remapped+backfill_wait, 6 active+undersized, 3 active+undersized+degraded, 32 active+clean; 1.8 GiB data, 6.1 GiB used, 530 GiB / 536 GiB avail; 0 B/s wr, 276 op/s; 8890/87105 objects degraded (10.206%); 19312/87105 objects misplaced (22.171%); 26 MiB/s, 415 objects/s recovering 2024-09-13T14:50:06.429 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:06.430 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:06.430 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:06.531 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:06.578 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:06.579 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:06.579 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:06.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:06 smithi071 ceph-mon[107477]: pgmap v1554: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+remapped+backfilling, 7 peering, 1 remapped+peering, 4 unknown, 2 active+undersized+degraded+remapped+backfill_wait, 28 active+clean+remapped, 3 active+remapped+backfill_wait, 6 active+undersized, 3 active+undersized+degraded, 32 active+clean; 1.8 GiB data, 6.1 GiB used, 530 GiB / 536 GiB avail; 0 B/s wr, 276 op/s; 8890/87105 objects degraded (10.206%); 19312/87105 objects misplaced (22.171%); 26 MiB/s, 415 objects/s recovering 2024-09-13T14:50:06.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:06 smithi071 ceph-mon[112785]: pgmap v1554: 89 pgs: 1 active+recovering+degraded+remapped, 2 active+remapped+backfilling, 7 peering, 1 remapped+peering, 4 unknown, 2 active+undersized+degraded+remapped+backfill_wait, 28 active+clean+remapped, 3 active+remapped+backfill_wait, 6 active+undersized, 3 active+undersized+degraded, 32 active+clean; 1.8 GiB data, 6.1 GiB used, 530 GiB / 536 GiB avail; 0 B/s wr, 276 op/s; 8890/87105 objects degraded (10.206%); 19312/87105 objects misplaced (22.171%); 26 MiB/s, 415 objects/s recovering 2024-09-13T14:50:06.680 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:06.713 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:06.713 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:06.714 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:06.815 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:06.836 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:06.836 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:06.837 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:06.937 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:50:06.986 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:06.987 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:06.987 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:50:07.088 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:07.131 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:07.132 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:07.132 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:07.233 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:07.273 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:07.274 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:07.274 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:07.375 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:50:07.414 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:07.415 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:07.415 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:50:07.516 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:07.542 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:07.543 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:07.543 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:07.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:07 smithi071 ceph-mon[107477]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs inactive, 1 pg peering) 2024-09-13T14:50:07.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:07 smithi071 ceph-mon[112785]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs inactive, 1 pg peering) 2024-09-13T14:50:07.644 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:07.667 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:07.668 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:07.668 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:07.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:07 smithi104 ceph-mon[105578]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs inactive, 1 pg peering) 2024-09-13T14:50:07.769 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:07.791 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:07.792 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:07.792 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:07.893 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:07.930 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:07.931 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:07.932 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:08.032 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:50:08.055 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:08.056 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:08.056 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:50:08.157 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:08.198 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:08.198 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:08.198 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:08.299 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:08.320 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:08.321 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:08.321 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:08.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:08 smithi071 ceph-mon[107477]: pgmap v1555: 89 pgs: 1 active+remapped+backfilling, 1 remapped+peering, 2 active+undersized+degraded+remapped+backfill_wait, 35 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 6 active+undersized, 3 active+undersized+degraded, 35 active+clean; 1.7 GiB data, 6.2 GiB used, 530 GiB / 536 GiB avail; 0 B/s wr, 286 op/s; 7918/84777 objects degraded (9.340%); 23858/84777 objects misplaced (28.142%); 34 MiB/s, 1 keys/s, 549 objects/s recovering 2024-09-13T14:50:08.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:08 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 7918/84777 objects degraded (9.340%), 6 pgs degraded, 10 pgs undersized (PG_DEGRADED) 2024-09-13T14:50:08.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:08 smithi071 ceph-mon[112785]: pgmap v1555: 89 pgs: 1 active+remapped+backfilling, 1 remapped+peering, 2 active+undersized+degraded+remapped+backfill_wait, 35 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 6 active+undersized, 3 active+undersized+degraded, 35 active+clean; 1.7 GiB data, 6.2 GiB used, 530 GiB / 536 GiB avail; 0 B/s wr, 286 op/s; 7918/84777 objects degraded (9.340%); 23858/84777 objects misplaced (28.142%); 34 MiB/s, 1 keys/s, 549 objects/s recovering 2024-09-13T14:50:08.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:08 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 7918/84777 objects degraded (9.340%), 6 pgs degraded, 10 pgs undersized (PG_DEGRADED) 2024-09-13T14:50:08.423 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:08.460 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:08.460 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:08.461 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:08.562 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:08.586 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:08.587 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:08.587 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:08.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:08 smithi104 ceph-mon[105578]: pgmap v1555: 89 pgs: 1 active+remapped+backfilling, 1 remapped+peering, 2 active+undersized+degraded+remapped+backfill_wait, 35 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 6 active+undersized, 3 active+undersized+degraded, 35 active+clean; 1.7 GiB data, 6.2 GiB used, 530 GiB / 536 GiB avail; 0 B/s wr, 286 op/s; 7918/84777 objects degraded (9.340%); 23858/84777 objects misplaced (28.142%); 34 MiB/s, 1 keys/s, 549 objects/s recovering 2024-09-13T14:50:08.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:08 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 7918/84777 objects degraded (9.340%), 6 pgs degraded, 10 pgs undersized (PG_DEGRADED) 2024-09-13T14:50:08.688 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:08.731 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:08.732 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:08.733 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:08.833 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:50:08.854 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:08.854 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:08.855 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:50:08.955 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:08.994 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:08.994 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:08.995 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:09.096 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:09.145 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:09.146 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:09.148 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:09.249 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:09.271 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:09.272 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:09.272 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:09.373 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:09.394 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:09.395 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:09.395 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:09.496 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:09.519 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:09.520 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:09.520 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:09.621 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:09.658 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:09.658 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:09.659 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:09.759 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:09.785 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:09.786 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:09.786 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:09.887 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:09.935 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:09.936 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:09.936 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:10.037 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:50:10.060 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:10.060 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:10.060 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:50:10.161 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:10.202 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:10.203 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:10.203 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:10.304 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:10.343 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:10.343 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:10.344 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:10.445 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:10.494 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:10.498 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:10.498 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:10.599 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:10.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:10 smithi071 ceph-mon[112785]: pgmap v1556: 89 pgs: 1 active+remapped+backfilling, 1 remapped+peering, 2 active+undersized+degraded+remapped+backfill_wait, 35 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 6 active+undersized, 3 active+undersized+degraded, 35 active+clean; 1.7 GiB data, 6.1 GiB used, 530 GiB / 536 GiB avail; 0 B/s wr, 375 op/s; 7918/82296 objects degraded (9.621%); 22608/82296 objects misplaced (27.472%); 34 MiB/s, 1 keys/s, 546 objects/s recovering 2024-09-13T14:50:10.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:10 smithi071 ceph-mon[107477]: pgmap v1556: 89 pgs: 1 active+remapped+backfilling, 1 remapped+peering, 2 active+undersized+degraded+remapped+backfill_wait, 35 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 6 active+undersized, 3 active+undersized+degraded, 35 active+clean; 1.7 GiB data, 6.1 GiB used, 530 GiB / 536 GiB avail; 0 B/s wr, 375 op/s; 7918/82296 objects degraded (9.621%); 22608/82296 objects misplaced (27.472%); 34 MiB/s, 1 keys/s, 546 objects/s recovering 2024-09-13T14:50:10.645 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:10.646 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:10.646 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:10.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:10 smithi104 ceph-mon[105578]: pgmap v1556: 89 pgs: 1 active+remapped+backfilling, 1 remapped+peering, 2 active+undersized+degraded+remapped+backfill_wait, 35 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 6 active+undersized, 3 active+undersized+degraded, 35 active+clean; 1.7 GiB data, 6.1 GiB used, 530 GiB / 536 GiB avail; 0 B/s wr, 375 op/s; 7918/82296 objects degraded (9.621%); 22608/82296 objects misplaced (27.472%); 34 MiB/s, 1 keys/s, 546 objects/s recovering 2024-09-13T14:50:10.747 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:10.768 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:10.768 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:10.769 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:10.870 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:50:10.905 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:10.906 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:10.906 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:50:11.007 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:50:11.029 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:11.029 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:11.030 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:50:11.130 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:11.177 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:11.177 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:11.178 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:11.278 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:11.300 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:11.300 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:11.301 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:11.401 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:11.424 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:11.424 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:11.425 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:11.526 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:11.569 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:11.570 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:11.570 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:11.671 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:11.696 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:11.697 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:11.697 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:11.798 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:50:11.839 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:11.839 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:11.839 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:50:11.940 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:11.961 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:11.962 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:11.962 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:12.063 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:12.097 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:12.098 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:12.098 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:12.199 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:12.220 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:12.221 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:12.221 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:12.322 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:50:12.365 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:12.366 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:12.367 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:50:12.468 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:12.511 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:12.512 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:12.512 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:12.613 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:50:12.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:12 smithi071 ceph-mon[107477]: pgmap v1557: 89 pgs: 1 active+remapped+backfilling, 2 active+undersized+degraded+remapped+backfill_wait, 36 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 6 active+undersized, 3 active+undersized+degraded, 35 active+clean; 1.6 GiB data, 5.9 GiB used, 530 GiB / 536 GiB avail; 0 B/s wr, 435 op/s; 7142/78696 objects degraded (9.075%); 21467/78696 objects misplaced (27.278%); 27 MiB/s, 1 keys/s, 439 objects/s recovering 2024-09-13T14:50:12.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:12 smithi071 ceph-mon[112785]: pgmap v1557: 89 pgs: 1 active+remapped+backfilling, 2 active+undersized+degraded+remapped+backfill_wait, 36 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 6 active+undersized, 3 active+undersized+degraded, 35 active+clean; 1.6 GiB data, 5.9 GiB used, 530 GiB / 536 GiB avail; 0 B/s wr, 435 op/s; 7142/78696 objects degraded (9.075%); 21467/78696 objects misplaced (27.278%); 27 MiB/s, 1 keys/s, 439 objects/s recovering 2024-09-13T14:50:12.653 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:12.654 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:12.654 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:50:12.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:12 smithi104 ceph-mon[105578]: pgmap v1557: 89 pgs: 1 active+remapped+backfilling, 2 active+undersized+degraded+remapped+backfill_wait, 36 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 6 active+undersized, 3 active+undersized+degraded, 35 active+clean; 1.6 GiB data, 5.9 GiB used, 530 GiB / 536 GiB avail; 0 B/s wr, 435 op/s; 7142/78696 objects degraded (9.075%); 21467/78696 objects misplaced (27.278%); 27 MiB/s, 1 keys/s, 439 objects/s recovering 2024-09-13T14:50:12.755 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:12.792 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:12.793 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:12.793 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:12.894 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:12.918 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:12.918 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:12.919 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:13.005 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:50:12 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:50:12] "GET /metrics HTTP/1.1" 200 36663 "" "Prometheus/2.51.0" 2024-09-13T14:50:13.019 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:13.041 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:13.041 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:13.042 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:13.143 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:13.164 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:13.164 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:13.165 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:13.266 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:13.286 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:13.287 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:13.287 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:13.388 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:50:13.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:13 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 7142/78696 objects degraded (9.075%), 6 pgs degraded, 10 pgs undersized (PG_DEGRADED) 2024-09-13T14:50:13.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:13 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 7142/78696 objects degraded (9.075%), 6 pgs degraded, 10 pgs undersized (PG_DEGRADED) 2024-09-13T14:50:13.411 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:13.411 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:13.412 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:50:13.513 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:50:13.534 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:13.534 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:13.535 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:50:13.572 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:13 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 7142/78696 objects degraded (9.075%), 6 pgs degraded, 10 pgs undersized (PG_DEGRADED) 2024-09-13T14:50:13.636 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:50:13.672 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:13.672 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:13.673 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:50:13.773 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:13.794 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:13.795 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:13.795 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:13.896 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:13.919 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:13.920 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:13.921 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:14.022 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:50:14.046 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:14.046 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:14.047 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:50:14.147 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:14.177 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:14.178 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:14.178 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:14.279 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:50:14.306 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:14.307 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:14.307 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:50:14.408 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:14.434 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:14.435 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:14.435 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:14.536 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:14.582 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:14.583 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:14.583 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:14.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:14 smithi071 ceph-mon[107477]: pgmap v1558: 89 pgs: 1 active+remapped+backfilling, 2 active+undersized+degraded+remapped+backfill_wait, 36 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 6 active+undersized, 3 active+undersized+degraded, 35 active+clean; 1.6 GiB data, 5.8 GiB used, 531 GiB / 536 GiB avail; 0 B/s wr, 435 op/s; 7142/76722 objects degraded (9.309%); 20995/76722 objects misplaced (27.365%); 23 MiB/s, 1 keys/s, 369 objects/s recovering 2024-09-13T14:50:14.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:14 smithi071 ceph-mon[112785]: pgmap v1558: 89 pgs: 1 active+remapped+backfilling, 2 active+undersized+degraded+remapped+backfill_wait, 36 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 6 active+undersized, 3 active+undersized+degraded, 35 active+clean; 1.6 GiB data, 5.8 GiB used, 531 GiB / 536 GiB avail; 0 B/s wr, 435 op/s; 7142/76722 objects degraded (9.309%); 20995/76722 objects misplaced (27.365%); 23 MiB/s, 1 keys/s, 369 objects/s recovering 2024-09-13T14:50:14.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:14 smithi104 ceph-mon[105578]: pgmap v1558: 89 pgs: 1 active+remapped+backfilling, 2 active+undersized+degraded+remapped+backfill_wait, 36 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 6 active+undersized, 3 active+undersized+degraded, 35 active+clean; 1.6 GiB data, 5.8 GiB used, 531 GiB / 536 GiB avail; 0 B/s wr, 435 op/s; 7142/76722 objects degraded (9.309%); 20995/76722 objects misplaced (27.365%); 23 MiB/s, 1 keys/s, 369 objects/s recovering 2024-09-13T14:50:14.684 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:14.725 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:14.726 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:14.726 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:14.827 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:50:14.851 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:14.851 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:14.852 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:50:14.953 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:14.987 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:14.987 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:14.988 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:15.089 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:15.112 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:15.113 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:15.113 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:15.214 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:15.248 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:15.248 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:15.248 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:15.349 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:15.391 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:15.392 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:15.392 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:15.494 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:15.531 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:15.532 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:15.532 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:15.633 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:15.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:15 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:50:15.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:15 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:50:15.655 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:15.656 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:15.656 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:15.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:15 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:50:15.757 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:15.795 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:15.795 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:15.795 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:15.896 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:15.920 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:15.921 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:15.921 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:16.022 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:16.065 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:16.066 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:16.066 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:16.167 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:16.195 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:16.196 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:16.196 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:16.297 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:16.333 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:16.333 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:16.334 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:16.434 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:50:16.458 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:16.459 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:16.459 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:50:16.560 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:16.584 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:16.584 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:16.585 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:16.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:16 smithi071 ceph-mon[107477]: pgmap v1559: 89 pgs: 1 active+remapped+backfilling, 2 active+undersized+degraded+remapped+backfill_wait, 36 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 6 active+undersized, 3 active+undersized+degraded, 35 active+clean; 1.5 GiB data, 5.6 GiB used, 531 GiB / 536 GiB avail; 0 B/s wr, 461 op/s; 6717/72552 objects degraded (9.258%); 19397/72552 objects misplaced (26.735%); 14 MiB/s, 0 keys/s, 217 objects/s recovering 2024-09-13T14:50:16.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:16 smithi071 ceph-mon[112785]: pgmap v1559: 89 pgs: 1 active+remapped+backfilling, 2 active+undersized+degraded+remapped+backfill_wait, 36 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 6 active+undersized, 3 active+undersized+degraded, 35 active+clean; 1.5 GiB data, 5.6 GiB used, 531 GiB / 536 GiB avail; 0 B/s wr, 461 op/s; 6717/72552 objects degraded (9.258%); 19397/72552 objects misplaced (26.735%); 14 MiB/s, 0 keys/s, 217 objects/s recovering 2024-09-13T14:50:16.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:16 smithi104 ceph-mon[105578]: pgmap v1559: 89 pgs: 1 active+remapped+backfilling, 2 active+undersized+degraded+remapped+backfill_wait, 36 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 6 active+undersized, 3 active+undersized+degraded, 35 active+clean; 1.5 GiB data, 5.6 GiB used, 531 GiB / 536 GiB avail; 0 B/s wr, 461 op/s; 6717/72552 objects degraded (9.258%); 19397/72552 objects misplaced (26.735%); 14 MiB/s, 0 keys/s, 217 objects/s recovering 2024-09-13T14:50:16.685 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:16.707 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:16.708 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:16.708 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:16.809 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:16.832 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:16.833 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:16.833 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:16.934 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:16.980 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:16.981 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:16.981 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:17.082 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:17.124 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:17.125 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:17.125 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:17.226 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:50:17.249 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:17.250 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:17.250 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:50:17.351 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:17.375 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:17.375 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:17.376 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:17.476 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:17.498 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:17.499 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:17.499 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:17.600 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:50:17.623 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:17.624 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:17.624 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:50:17.725 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:17.750 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:17.750 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:17.751 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:17.851 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:17.884 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:17.885 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:17.885 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:17.986 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:18.025 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:18.026 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:18.027 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:18.127 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:18.150 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:18.151 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:18.151 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:18.252 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:50:18.293 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:18.293 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:18.294 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:50:18.394 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:50:18.417 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:18.418 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:18.418 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:50:18.516 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:18 smithi071 ceph-mon[107477]: pgmap v1560: 89 pgs: 1 active+remapped+backfilling, 2 active+undersized+degraded+remapped+backfill_wait, 36 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 6 active+undersized, 3 active+undersized+degraded, 35 active+clean; 1.4 GiB data, 5.5 GiB used, 531 GiB / 536 GiB avail; 0 B/s wr, 501 op/s; 6431/69060 objects degraded (9.312%); 18431/69060 objects misplaced (26.688%); 13 MiB/s, 0 keys/s, 205 objects/s recovering 2024-09-13T14:50:18.516 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:18 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 6431/69060 objects degraded (9.312%), 6 pgs degraded, 10 pgs undersized (PG_DEGRADED) 2024-09-13T14:50:18.516 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:18 smithi071 ceph-mon[107477]: osdmap e1193: 8 total, 7 up, 6 in 2024-09-13T14:50:18.516 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:18 smithi071 ceph-mon[112785]: pgmap v1560: 89 pgs: 1 active+remapped+backfilling, 2 active+undersized+degraded+remapped+backfill_wait, 36 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 6 active+undersized, 3 active+undersized+degraded, 35 active+clean; 1.4 GiB data, 5.5 GiB used, 531 GiB / 536 GiB avail; 0 B/s wr, 501 op/s; 6431/69060 objects degraded (9.312%); 18431/69060 objects misplaced (26.688%); 13 MiB/s, 0 keys/s, 205 objects/s recovering 2024-09-13T14:50:18.516 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:18 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 6431/69060 objects degraded (9.312%), 6 pgs degraded, 10 pgs undersized (PG_DEGRADED) 2024-09-13T14:50:18.517 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:18 smithi071 ceph-mon[112785]: osdmap e1193: 8 total, 7 up, 6 in 2024-09-13T14:50:18.519 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:50:18.541 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:18.542 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:18.543 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:50:18.643 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:18.670 DEBUG:teuthology.orchestra.run:got remote process result: 6 2024-09-13T14:50:18.670 INFO:tasks.thrashosds.thrasher:Failed to tell all osds, ignoring 2024-09-13T14:50:18.671 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:18.671 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:18.672 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:18.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:18 smithi104 ceph-mon[105578]: pgmap v1560: 89 pgs: 1 active+remapped+backfilling, 2 active+undersized+degraded+remapped+backfill_wait, 36 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 6 active+undersized, 3 active+undersized+degraded, 35 active+clean; 1.4 GiB data, 5.5 GiB used, 531 GiB / 536 GiB avail; 0 B/s wr, 501 op/s; 6431/69060 objects degraded (9.312%); 18431/69060 objects misplaced (26.688%); 13 MiB/s, 0 keys/s, 205 objects/s recovering 2024-09-13T14:50:18.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:18 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 6431/69060 objects degraded (9.312%), 6 pgs degraded, 10 pgs undersized (PG_DEGRADED) 2024-09-13T14:50:18.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:18 smithi104 ceph-mon[105578]: osdmap e1193: 8 total, 7 up, 6 in 2024-09-13T14:50:18.773 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:18.793 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.2 dump_blocked_ops 2024-09-13T14:50:18.797 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:18.797 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:18.798 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:18.899 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:18.921 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:18.922 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:18.922 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:19.023 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:19.046 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:19.047 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:19.047 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:19.148 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:19.174 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:19.175 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:19.176 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:19.277 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:19.339 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:19.340 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:19.340 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:19.441 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:19.495 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:19.496 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:19.496 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:19.597 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:19.664 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:19.664 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:19.664 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:19.765 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:19.821 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:19.821 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:19.822 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:19.923 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:19.945 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:19.946 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:19.947 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:20.048 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:20.071 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:20.072 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:20.072 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:20.173 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:20.197 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:20.198 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:20.198 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:20.299 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:20.342 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:20.343 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:20.344 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:20.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:20 smithi104 ceph-mon[105578]: pgmap v1562: 89 pgs: 1 remapped+peering, 2 active+undersized+degraded+remapped+backfill_wait, 36 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 6 active+undersized, 3 active+undersized+degraded, 35 active+clean; 1.3 GiB data, 5.4 GiB used, 531 GiB / 536 GiB avail; 0 B/s wr, 539 op/s; 6431/66114 objects degraded (9.727%); 15878/66114 objects misplaced (24.016%); 8.1 MiB/s, 129 objects/s recovering 2024-09-13T14:50:20.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:20 smithi104 ceph-mon[105578]: osdmap e1194: 8 total, 7 up, 6 in 2024-09-13T14:50:20.445 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:20.469 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:20.470 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:20.470 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:20.508 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:50:20.571 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:20.603 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:20.603 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:20.604 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:20.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:20 smithi071 ceph-mon[107477]: pgmap v1562: 89 pgs: 1 remapped+peering, 2 active+undersized+degraded+remapped+backfill_wait, 36 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 6 active+undersized, 3 active+undersized+degraded, 35 active+clean; 1.3 GiB data, 5.4 GiB used, 531 GiB / 536 GiB avail; 0 B/s wr, 539 op/s; 6431/66114 objects degraded (9.727%); 15878/66114 objects misplaced (24.016%); 8.1 MiB/s, 129 objects/s recovering 2024-09-13T14:50:20.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:20 smithi071 ceph-mon[107477]: osdmap e1194: 8 total, 7 up, 6 in 2024-09-13T14:50:20.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:20 smithi071 ceph-mon[112785]: pgmap v1562: 89 pgs: 1 remapped+peering, 2 active+undersized+degraded+remapped+backfill_wait, 36 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 6 active+undersized, 3 active+undersized+degraded, 35 active+clean; 1.3 GiB data, 5.4 GiB used, 531 GiB / 536 GiB avail; 0 B/s wr, 539 op/s; 6431/66114 objects degraded (9.727%); 15878/66114 objects misplaced (24.016%); 8.1 MiB/s, 129 objects/s recovering 2024-09-13T14:50:20.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:20 smithi071 ceph-mon[112785]: osdmap e1194: 8 total, 7 up, 6 in 2024-09-13T14:50:20.671 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=false 2024-09-13T14:50:20.705 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:20.739 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:20.739 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:20.740 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:20.841 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:20.863 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:20.864 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:20.865 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:20.965 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:20.989 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:20.990 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:20.991 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:21.092 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:50:21.114 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:21.115 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:21.115 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:50:21.216 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:21.237 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:21.238 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:21.239 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:21.265 INFO:teuthology.orchestra.run.smithi071.stderr:noscrub is set 2024-09-13T14:50:21.339 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:21.364 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:21.365 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:21.366 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:21.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:21 smithi071 ceph-mon[107477]: osdmap e1195: 8 total, 7 up, 6 in 2024-09-13T14:50:21.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:21 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2296790679' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:50:21.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:21 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:50:21.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:21 smithi071 ceph-mon[112785]: osdmap e1195: 8 total, 7 up, 6 in 2024-09-13T14:50:21.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:21 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2296790679' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:50:21.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:21 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:50:21.466 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:21.488 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:21.489 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:21.490 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:21.590 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:21.640 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:21.640 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:21.641 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:21.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:21 smithi104 ceph-mon[105578]: osdmap e1195: 8 total, 7 up, 6 in 2024-09-13T14:50:21.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:21 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2296790679' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:50:21.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:21 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:50:21.741 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:50:21.764 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:21.765 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:21.765 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:50:21.866 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:21.911 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:21.912 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:21.912 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:22.013 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:22.053 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:22.054 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:22.054 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:22.155 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:50:22.198 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:22.199 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:22.199 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:50:22.300 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:22.352 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:22.353 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:22.353 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:22.454 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:50:22.493 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:22.493 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:22.494 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:50:22.595 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:22.637 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:22.638 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:22.638 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:22.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:22 smithi071 ceph-mon[107477]: pgmap v1565: 89 pgs: 1 active+remapped+backfilling, 1 remapped+peering, 2 active+undersized+degraded+remapped+backfill_wait, 36 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 6 active+undersized, 3 active+undersized+degraded, 35 active+clean; 1.3 GiB data, 5.2 GiB used, 531 GiB / 536 GiB avail; 0 B/s wr, 560 op/s; 5657/62454 objects degraded (9.058%); 14280/62454 objects misplaced (22.865%); 14 MiB/s, 224 objects/s recovering 2024-09-13T14:50:22.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:22 smithi071 ceph-mon[107477]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:50:22.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:22 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T14:50:22.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:22 smithi071 ceph-mon[107477]: osdmap e1196: 8 total, 7 up, 6 in 2024-09-13T14:50:22.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:22 smithi071 ceph-mon[112785]: pgmap v1565: 89 pgs: 1 active+remapped+backfilling, 1 remapped+peering, 2 active+undersized+degraded+remapped+backfill_wait, 36 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 6 active+undersized, 3 active+undersized+degraded, 35 active+clean; 1.3 GiB data, 5.2 GiB used, 531 GiB / 536 GiB avail; 0 B/s wr, 560 op/s; 5657/62454 objects degraded (9.058%); 14280/62454 objects misplaced (22.865%); 14 MiB/s, 224 objects/s recovering 2024-09-13T14:50:22.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:22 smithi071 ceph-mon[112785]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:50:22.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:22 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T14:50:22.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:22 smithi071 ceph-mon[112785]: osdmap e1196: 8 total, 7 up, 6 in 2024-09-13T14:50:22.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:22 smithi104 ceph-mon[105578]: pgmap v1565: 89 pgs: 1 active+remapped+backfilling, 1 remapped+peering, 2 active+undersized+degraded+remapped+backfill_wait, 36 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 6 active+undersized, 3 active+undersized+degraded, 35 active+clean; 1.3 GiB data, 5.2 GiB used, 531 GiB / 536 GiB avail; 0 B/s wr, 560 op/s; 5657/62454 objects degraded (9.058%); 14280/62454 objects misplaced (22.865%); 14 MiB/s, 224 objects/s recovering 2024-09-13T14:50:22.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:22 smithi104 ceph-mon[105578]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:50:22.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:22 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T14:50:22.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:22 smithi104 ceph-mon[105578]: osdmap e1196: 8 total, 7 up, 6 in 2024-09-13T14:50:22.739 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:22.793 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:22.793 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:22.793 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:22.894 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:22.933 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:22.934 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:22.934 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:23.035 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:23.060 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:23.061 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:23.061 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:23.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:50:22 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:50:22] "GET /metrics HTTP/1.1" 200 36668 "" "Prometheus/2.51.0" 2024-09-13T14:50:23.162 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:23.186 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:23.187 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:23.187 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:23.288 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:23.312 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:23.313 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:23.313 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:23.414 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:23.463 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:23.463 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:23.464 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:23.564 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:23.603 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:23 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 5657/62454 objects degraded (9.058%), 6 pgs degraded, 10 pgs undersized (PG_DEGRADED) 2024-09-13T14:50:23.603 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:23 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 5657/62454 objects degraded (9.058%), 6 pgs degraded, 10 pgs undersized (PG_DEGRADED) 2024-09-13T14:50:23.609 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:23.610 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:23.610 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:23.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:23 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 5657/62454 objects degraded (9.058%), 6 pgs degraded, 10 pgs undersized (PG_DEGRADED) 2024-09-13T14:50:23.710 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:23.753 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:23.753 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:23.754 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:23.855 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:23.897 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:23.898 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:23.898 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:23.999 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:50:24.024 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:24.025 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:24.025 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:50:24.126 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:50:24.170 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:24.171 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:24.171 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:50:24.272 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:24.284 INFO:tasks.thrashosds.thrasher:in_osds: [0, 1, 2, 5, 6, 3] out_osds: [4, 7] dead_osds: [6] live_osds: [0, 1, 2, 3, 4, 5, 7] 2024-09-13T14:50:24.284 INFO:tasks.thrashosds.thrasher:choose_action: min_in 4 min_out 0 min_live 2 min_dead 0 chance_down 0.40 2024-09-13T14:50:24.284 INFO:tasks.thrashosds.thrasher:Removing osd 2, in_osds are: [0, 1, 2, 5, 6, 3] 2024-09-13T14:50:24.285 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd out 2 2024-09-13T14:50:24.295 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:24.296 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:24.296 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:24.397 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:24.443 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:24.444 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:24.444 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:24.545 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:24.568 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:24.568 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:24.569 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:24.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:24 smithi071 ceph-mon[107477]: pgmap v1567: 89 pgs: 1 active+remapped+backfilling, 1 remapped+peering, 2 active+undersized+degraded+remapped+backfill_wait, 36 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 6 active+undersized, 3 active+undersized+degraded, 35 active+clean; 1.2 GiB data, 5.2 GiB used, 531 GiB / 536 GiB avail; 0 B/s wr, 619 op/s; 5657/60684 objects degraded (9.322%); 13824/60684 objects misplaced (22.780%); 16 MiB/s, 258 objects/s recovering 2024-09-13T14:50:24.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:24 smithi071 ceph-mon[112785]: pgmap v1567: 89 pgs: 1 active+remapped+backfilling, 1 remapped+peering, 2 active+undersized+degraded+remapped+backfill_wait, 36 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 6 active+undersized, 3 active+undersized+degraded, 35 active+clean; 1.2 GiB data, 5.2 GiB used, 531 GiB / 536 GiB avail; 0 B/s wr, 619 op/s; 5657/60684 objects degraded (9.322%); 13824/60684 objects misplaced (22.780%); 16 MiB/s, 258 objects/s recovering 2024-09-13T14:50:24.669 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:50:24.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:24 smithi104 ceph-mon[105578]: pgmap v1567: 89 pgs: 1 active+remapped+backfilling, 1 remapped+peering, 2 active+undersized+degraded+remapped+backfill_wait, 36 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 6 active+undersized, 3 active+undersized+degraded, 35 active+clean; 1.2 GiB data, 5.2 GiB used, 531 GiB / 536 GiB avail; 0 B/s wr, 619 op/s; 5657/60684 objects degraded (9.322%); 13824/60684 objects misplaced (22.780%); 16 MiB/s, 258 objects/s recovering 2024-09-13T14:50:24.692 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:24.692 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:24.693 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:50:24.794 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:24.817 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:24.818 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:24.818 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:24.919 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:50:24.938 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:50:24.991 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:24.992 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:24.993 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:50:25.094 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:25.140 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:25.141 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:25.141 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:25.242 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:50:25.264 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:25.265 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:25.265 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:50:25.366 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:25.403 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:25.403 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:25.404 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:25.505 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:50:25.528 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:25.529 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:25.529 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:50:25.632 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:25.685 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:25.685 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:25.686 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:25.786 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:50:25.809 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:25.810 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:25.811 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:50:25.911 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:25.935 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:25.936 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:25.936 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:26.037 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:26.075 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:26.075 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:26.076 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:26.176 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:26.200 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:26.200 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:26.201 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:26.302 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:26.343 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:26.344 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:26.344 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:26.445 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:50:26.469 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:26.469 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:26.470 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:50:26.571 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:50:26.617 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:26.617 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:26.617 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:50:26.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:26 smithi071 ceph-mon[107477]: pgmap v1568: 89 pgs: 2 active+undersized+degraded+remapped+backfill_wait, 38 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 6 active+undersized, 3 active+undersized+degraded, 35 active+clean; 1.1 GiB data, 5.0 GiB used, 531 GiB / 536 GiB avail; 0 B/s wr, 551 op/s; 5169/56181 objects degraded (9.201%); 13728/56181 objects misplaced (24.435%); 10 MiB/s, 167 objects/s recovering 2024-09-13T14:50:26.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:26 smithi071 ceph-mon[112785]: pgmap v1568: 89 pgs: 2 active+undersized+degraded+remapped+backfill_wait, 38 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 6 active+undersized, 3 active+undersized+degraded, 35 active+clean; 1.1 GiB data, 5.0 GiB used, 531 GiB / 536 GiB avail; 0 B/s wr, 551 op/s; 5169/56181 objects degraded (9.201%); 13728/56181 objects misplaced (24.435%); 10 MiB/s, 167 objects/s recovering 2024-09-13T14:50:26.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:26 smithi104 ceph-mon[105578]: pgmap v1568: 89 pgs: 2 active+undersized+degraded+remapped+backfill_wait, 38 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 6 active+undersized, 3 active+undersized+degraded, 35 active+clean; 1.1 GiB data, 5.0 GiB used, 531 GiB / 536 GiB avail; 0 B/s wr, 551 op/s; 5169/56181 objects degraded (9.201%); 13728/56181 objects misplaced (24.435%); 10 MiB/s, 167 objects/s recovering 2024-09-13T14:50:26.718 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:26.755 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:26.756 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:26.757 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:26.857 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:50:26.878 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:26.879 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:26.879 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:50:26.903 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd set nodeep-scrub 2024-09-13T14:50:26.980 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:50:27.002 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:27.003 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:27.003 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:50:27.061 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:50:27.104 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:27.160 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:27.161 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:27.161 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:27.262 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:27.306 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:27.306 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:27.307 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:27.407 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:27.430 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:27.431 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:27.432 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:27.532 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:27.571 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:27.571 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:27.572 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:27.651 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:50:27.651 INFO:teuthology.orchestra.run.smithi071.stdout: "ops": [], 2024-09-13T14:50:27.651 INFO:teuthology.orchestra.run.smithi071.stdout: "complaint_time": 30, 2024-09-13T14:50:27.651 INFO:teuthology.orchestra.run.smithi071.stdout: "num_blocked_ops": 0 2024-09-13T14:50:27.651 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:50:27.673 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:27.695 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:27.696 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:27.696 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:27.797 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:50:27.818 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:27.819 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:27.820 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:50:27.920 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:27.944 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:27.944 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:27.945 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:28.046 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:28.069 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:28.070 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:28.070 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:28.171 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:28.197 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:28.198 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:28.198 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:28.299 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:28.339 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:28.340 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:28.340 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:28.441 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:28.462 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:28.463 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:28.463 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:28.564 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:50:28.603 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:28 smithi071 ceph-mon[107477]: pgmap v1569: 89 pgs: 2 active+undersized+degraded+remapped+backfill_wait, 38 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 6 active+undersized, 3 active+undersized+degraded, 35 active+clean; 1.1 GiB data, 4.8 GiB used, 532 GiB / 536 GiB avail; 0 B/s wr, 537 op/s; 4875/51996 objects degraded (9.376%); 12490/51996 objects misplaced (24.021%); 7.1 MiB/s, 128 objects/s recovering 2024-09-13T14:50:28.604 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:28 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 4875/51996 objects degraded (9.376%), 6 pgs degraded, 10 pgs undersized (PG_DEGRADED) 2024-09-13T14:50:28.604 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:28 smithi071 ceph-mon[112785]: pgmap v1569: 89 pgs: 2 active+undersized+degraded+remapped+backfill_wait, 38 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 6 active+undersized, 3 active+undersized+degraded, 35 active+clean; 1.1 GiB data, 4.8 GiB used, 532 GiB / 536 GiB avail; 0 B/s wr, 537 op/s; 4875/51996 objects degraded (9.376%); 12490/51996 objects misplaced (24.021%); 7.1 MiB/s, 128 objects/s recovering 2024-09-13T14:50:28.604 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:28 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 4875/51996 objects degraded (9.376%), 6 pgs degraded, 10 pgs undersized (PG_DEGRADED) 2024-09-13T14:50:28.616 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:28.617 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:28.617 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:50:28.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:28 smithi104 ceph-mon[105578]: pgmap v1569: 89 pgs: 2 active+undersized+degraded+remapped+backfill_wait, 38 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 6 active+undersized, 3 active+undersized+degraded, 35 active+clean; 1.1 GiB data, 4.8 GiB used, 532 GiB / 536 GiB avail; 0 B/s wr, 537 op/s; 4875/51996 objects degraded (9.376%); 12490/51996 objects misplaced (24.021%); 7.1 MiB/s, 128 objects/s recovering 2024-09-13T14:50:28.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:28 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 4875/51996 objects degraded (9.376%), 6 pgs degraded, 10 pgs undersized (PG_DEGRADED) 2024-09-13T14:50:28.718 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:28.760 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:28.761 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:28.761 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:28.862 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:50:28.900 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:28.900 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:28.901 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:50:29.002 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:50:29.024 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:29.024 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:29.025 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:50:29.126 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:29.149 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:29.149 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:29.149 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:29.250 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:29.285 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:29.286 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:29.286 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:29.387 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:29.409 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:29.410 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:29.410 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:29.511 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:29.536 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:29.537 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:29.537 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:29.638 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:29.679 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:29.680 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:29.680 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:29.781 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:29.821 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:29.822 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:29.822 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:29.923 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:50:29.966 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:29.967 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:29.967 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:50:30.068 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:50:30.090 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:30.091 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:30.091 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:50:30.123 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.2 dump_historic_ops 2024-09-13T14:50:30.192 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:30.234 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:30.234 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:30.235 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:30.336 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:30.377 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:30.378 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:30.378 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:30.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:30 smithi071 ceph-mon[112785]: pgmap v1570: 89 pgs: 2 active+undersized+degraded+remapped+backfill_wait, 38 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 6 active+undersized, 3 active+undersized+degraded, 35 active+clean; 1016 MiB data, 4.7 GiB used, 532 GiB / 536 GiB avail; 0 B/s wr, 541 op/s; 4875/48816 objects degraded (9.986%); 11692/48816 objects misplaced (23.951%); 4.2 MiB/s, 79 objects/s recovering 2024-09-13T14:50:30.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:30 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:50:30.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:30 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:50:30.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:30 smithi071 ceph-mon[107477]: pgmap v1570: 89 pgs: 2 active+undersized+degraded+remapped+backfill_wait, 38 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 6 active+undersized, 3 active+undersized+degraded, 35 active+clean; 1016 MiB data, 4.7 GiB used, 532 GiB / 536 GiB avail; 0 B/s wr, 541 op/s; 4875/48816 objects degraded (9.986%); 11692/48816 objects misplaced (23.951%); 4.2 MiB/s, 79 objects/s recovering 2024-09-13T14:50:30.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:30 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:50:30.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:30 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:50:30.479 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:30.501 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:30.501 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:30.502 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:30.603 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:50:30.651 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:30.652 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:30.652 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:50:30.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:30 smithi104 ceph-mon[105578]: pgmap v1570: 89 pgs: 2 active+undersized+degraded+remapped+backfill_wait, 38 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 6 active+undersized, 3 active+undersized+degraded, 35 active+clean; 1016 MiB data, 4.7 GiB used, 532 GiB / 536 GiB avail; 0 B/s wr, 541 op/s; 4875/48816 objects degraded (9.986%); 11692/48816 objects misplaced (23.951%); 4.2 MiB/s, 79 objects/s recovering 2024-09-13T14:50:30.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:30 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:50:30.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:30 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:50:30.753 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:30.764 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:50:30.834 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:30.835 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:30.835 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:30.936 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:30.960 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:30.960 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:30.961 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:31.062 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:31.083 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:31.083 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:31.084 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:31.185 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:50:31.236 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:31.236 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:31.237 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:50:31.338 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:31.375 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:31.376 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:31.376 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:31.477 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:31.498 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:31.498 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:31.499 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:31.600 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:31.623 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:31.623 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:31.624 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:31.724 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:31.757 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:31.757 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:31.758 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:31.858 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:50:31.881 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:31.881 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:31.882 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:50:31.983 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:50:32.003 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:32.004 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:32.004 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:50:32.105 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:32.127 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:32.128 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:32.128 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:32.229 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:32.250 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:32.250 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:32.251 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:32.351 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:32.374 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:32.375 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:32.375 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:32.476 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:32.512 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:32.513 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:32.514 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:32.614 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:32.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:32 smithi071 ceph-mon[107477]: pgmap v1571: 89 pgs: 2 active+undersized+degraded+remapped+backfill_wait, 38 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 6 active+undersized, 3 active+undersized+degraded, 35 active+clean; 921 MiB data, 4.5 GiB used, 532 GiB / 536 GiB avail; 0 B/s wr, 606 op/s; 3917/44247 objects degraded (8.853%); 10606/44247 objects misplaced (23.970%); 3.5 MiB/s, 92 objects/s recovering 2024-09-13T14:50:32.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:32 smithi071 ceph-mon[112785]: pgmap v1571: 89 pgs: 2 active+undersized+degraded+remapped+backfill_wait, 38 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 6 active+undersized, 3 active+undersized+degraded, 35 active+clean; 921 MiB data, 4.5 GiB used, 532 GiB / 536 GiB avail; 0 B/s wr, 606 op/s; 3917/44247 objects degraded (8.853%); 10606/44247 objects misplaced (23.970%); 3.5 MiB/s, 92 objects/s recovering 2024-09-13T14:50:32.657 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:32.658 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:32.658 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:32.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:32 smithi104 ceph-mon[105578]: pgmap v1571: 89 pgs: 2 active+undersized+degraded+remapped+backfill_wait, 38 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 6 active+undersized, 3 active+undersized+degraded, 35 active+clean; 921 MiB data, 4.5 GiB used, 532 GiB / 536 GiB avail; 0 B/s wr, 606 op/s; 3917/44247 objects degraded (8.853%); 10606/44247 objects misplaced (23.970%); 3.5 MiB/s, 92 objects/s recovering 2024-09-13T14:50:32.759 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:32.806 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:32.807 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:32.807 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:32.908 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:32.954 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:32.955 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:32.955 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:33.056 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:33.095 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:33.095 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:33.096 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:33.140 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:50:32 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:50:32] "GET /metrics HTTP/1.1" 200 36675 "" "Prometheus/2.51.0" 2024-09-13T14:50:33.196 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:33.219 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:33.220 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:33.220 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:33.321 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:33.342 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:33.342 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:33.343 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:33.443 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:50:33.487 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:33.488 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:33.488 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:50:33.589 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:33.613 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:33.613 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:33.614 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:33.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:33 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 3917/44247 objects degraded (8.853%), 6 pgs degraded, 10 pgs undersized (PG_DEGRADED) 2024-09-13T14:50:33.645 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:33 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 3917/44247 objects degraded (8.853%), 6 pgs degraded, 10 pgs undersized (PG_DEGRADED) 2024-09-13T14:50:33.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:33 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 3917/44247 objects degraded (8.853%), 6 pgs degraded, 10 pgs undersized (PG_DEGRADED) 2024-09-13T14:50:33.715 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:33.757 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:33.757 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:33.758 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:33.859 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:33.912 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:33.913 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:33.913 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:34.014 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:34.036 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:34.036 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:34.037 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:34.138 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:50:34.162 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:34.163 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:34.163 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:50:34.264 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:34.286 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:34.286 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:34.287 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:34.388 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:50:34.430 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:34.430 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:34.431 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:50:34.532 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:34.555 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:34.555 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:34.556 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:34.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:34 smithi071 ceph-mon[107477]: pgmap v1572: 89 pgs: 2 active+undersized+degraded+remapped+backfill_wait, 38 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 6 active+undersized, 3 active+undersized+degraded, 35 active+clean; 866 MiB data, 4.3 GiB used, 532 GiB / 536 GiB avail; 0 B/s wr, 556 op/s; 3917/41637 objects degraded (9.407%); 9984/41637 objects misplaced (23.979%); 3.1 MiB/s, 80 objects/s recovering 2024-09-13T14:50:34.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:34 smithi071 ceph-mon[112785]: pgmap v1572: 89 pgs: 2 active+undersized+degraded+remapped+backfill_wait, 38 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 6 active+undersized, 3 active+undersized+degraded, 35 active+clean; 866 MiB data, 4.3 GiB used, 532 GiB / 536 GiB avail; 0 B/s wr, 556 op/s; 3917/41637 objects degraded (9.407%); 9984/41637 objects misplaced (23.979%); 3.1 MiB/s, 80 objects/s recovering 2024-09-13T14:50:34.656 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:34.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:34 smithi104 ceph-mon[105578]: pgmap v1572: 89 pgs: 2 active+undersized+degraded+remapped+backfill_wait, 38 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 6 active+undersized, 3 active+undersized+degraded, 35 active+clean; 866 MiB data, 4.3 GiB used, 532 GiB / 536 GiB avail; 0 B/s wr, 556 op/s; 3917/41637 objects degraded (9.407%); 9984/41637 objects misplaced (23.979%); 3.1 MiB/s, 80 objects/s recovering 2024-09-13T14:50:34.679 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:34.680 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:34.680 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:34.781 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:50:34.804 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:34.805 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:34.805 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:50:34.906 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:34.953 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:34.954 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:34.955 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:35.055 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:35.097 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:35.098 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:35.098 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:35.199 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:35.225 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:35.226 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:35.226 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:35.327 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:50:35.350 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:35.350 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:35.351 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:50:35.452 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:35.488 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:35.489 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:35.493 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:35.593 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:50:35.614 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:35.615 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:35.615 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:50:35.716 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:50:35.759 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:35.760 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:35.761 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:50:35.861 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:35.905 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:35.905 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:35.905 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:36.006 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:50:36.061 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:36.062 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:36.062 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:50:36.163 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:36.204 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:36.205 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:36.206 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:36.235 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:50:36.235 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:50:36.275 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:50:36.275 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:50:36.307 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:36.317 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:50:36.317 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:50:36.330 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:36.330 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:36.331 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:36.354 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:50:36.354 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:50:36.384 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:50:36.385 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:50:36.418 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:50:36.418 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:50:36.419 INFO:teuthology.orchestra.run.smithi071.stderr:Error ENXIO: problem getting command descriptions from osd.6 2024-09-13T14:50:36.431 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:36.461 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:50:36.461 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:50:36.499 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:36.500 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:36.500 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:36.541 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:36 smithi071 ceph-mon[107477]: pgmap v1573: 89 pgs: 2 active+undersized+degraded+remapped+backfill_wait, 38 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 6 active+undersized, 3 active+undersized+degraded, 35 active+clean; 760 MiB data, 4.1 GiB used, 532 GiB / 536 GiB avail; 0 B/s wr, 670 op/s; 3343/36528 objects degraded (9.152%); 8791/36528 objects misplaced (24.066%); 2.9 MiB/s, 76 objects/s recovering 2024-09-13T14:50:36.541 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:36 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2069444860' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:50:36.541 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:36 smithi071 ceph-mon[112785]: pgmap v1573: 89 pgs: 2 active+undersized+degraded+remapped+backfill_wait, 38 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 6 active+undersized, 3 active+undersized+degraded, 35 active+clean; 760 MiB data, 4.1 GiB used, 532 GiB / 536 GiB avail; 0 B/s wr, 670 op/s; 3343/36528 objects degraded (9.152%); 8791/36528 objects misplaced (24.066%); 2.9 MiB/s, 76 objects/s recovering 2024-09-13T14:50:36.541 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:36 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2069444860' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:50:36.601 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:36.650 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:36.651 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:36.651 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:36.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:36 smithi104 ceph-mon[105578]: pgmap v1573: 89 pgs: 2 active+undersized+degraded+remapped+backfill_wait, 38 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 6 active+undersized, 3 active+undersized+degraded, 35 active+clean; 760 MiB data, 4.1 GiB used, 532 GiB / 536 GiB avail; 0 B/s wr, 670 op/s; 3343/36528 objects degraded (9.152%); 8791/36528 objects misplaced (24.066%); 2.9 MiB/s, 76 objects/s recovering 2024-09-13T14:50:36.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:36 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2069444860' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:50:36.752 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:50:36.788 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:36.788 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:36.789 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:50:36.890 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:36.947 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:36.947 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:36.947 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:37.048 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:37.090 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:37.091 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:37.091 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:37.192 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:37.215 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:37.216 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:37.217 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:37.318 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:50:37.342 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:37.342 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:37.343 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:50:37.444 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:37.467 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:37.468 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:37.468 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:37.569 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:37.591 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:37.592 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:37.592 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:37.693 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:37.716 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:37.717 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:37.717 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:37.818 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:37.871 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:37.871 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:37.872 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:37.973 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:50:37.996 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:37.997 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:37.997 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:50:38.098 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:38.120 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:38.121 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:38.121 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:38.222 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:50:38.273 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:38.273 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:38.274 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:50:38.374 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:38.397 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:38.398 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:38.398 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:38.500 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:38.532 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:38.533 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:38.533 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:38.634 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:38.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:38 smithi071 ceph-mon[107477]: pgmap v1574: 89 pgs: 2 active+undersized+degraded+remapped+backfill_wait, 38 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 6 active+undersized, 3 active+undersized+degraded, 35 active+clean; 677 MiB data, 3.9 GiB used, 533 GiB / 536 GiB avail; 0 B/s wr, 655 op/s; 3024/32559 objects degraded (9.288%); 7804/32559 objects misplaced (23.969%); 1.2 MiB/s, 73 objects/s recovering 2024-09-13T14:50:38.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:38 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 3024/32559 objects degraded (9.288%), 6 pgs degraded, 10 pgs undersized (PG_DEGRADED) 2024-09-13T14:50:38.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:38 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-a[107454]: 2024-09-13T14:50:38.338+0000 7fa91586f640 -1 mon.a@0(leader).osd e1196 definitely_dead 0 2024-09-13T14:50:38.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:38 smithi071 ceph-mon[112785]: pgmap v1574: 89 pgs: 2 active+undersized+degraded+remapped+backfill_wait, 38 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 6 active+undersized, 3 active+undersized+degraded, 35 active+clean; 677 MiB data, 3.9 GiB used, 533 GiB / 536 GiB avail; 0 B/s wr, 655 op/s; 3024/32559 objects degraded (9.288%); 7804/32559 objects misplaced (23.969%); 1.2 MiB/s, 73 objects/s recovering 2024-09-13T14:50:38.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:38 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 3024/32559 objects degraded (9.288%), 6 pgs degraded, 10 pgs undersized (PG_DEGRADED) 2024-09-13T14:50:38.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:38 smithi104 ceph-mon[105578]: pgmap v1574: 89 pgs: 2 active+undersized+degraded+remapped+backfill_wait, 38 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 6 active+undersized, 3 active+undersized+degraded, 35 active+clean; 677 MiB data, 3.9 GiB used, 533 GiB / 536 GiB avail; 0 B/s wr, 655 op/s; 3024/32559 objects degraded (9.288%); 7804/32559 objects misplaced (23.969%); 1.2 MiB/s, 73 objects/s recovering 2024-09-13T14:50:38.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:38 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 3024/32559 objects degraded (9.288%), 6 pgs degraded, 10 pgs undersized (PG_DEGRADED) 2024-09-13T14:50:38.672 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:38.673 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:38.673 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:38.776 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:38.779 DEBUG:teuthology.orchestra.run:got remote process result: 6 2024-09-13T14:50:38.779 INFO:tasks.thrashosds.thrasher:Failed to tell all osds, ignoring 2024-09-13T14:50:38.799 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:38.800 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:38.800 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:38.901 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:50:38.957 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:38.958 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:38.958 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:50:39.059 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:39.102 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:39.103 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:39.103 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:39.204 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:39.227 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:39.228 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:39.228 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:39.329 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:39.357 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:39.358 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:39.358 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:39.458 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:39.480 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:39.480 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:39.481 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:39.582 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:50:39.607 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:39.608 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:39.608 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:50:39.632 INFO:teuthology.orchestra.run.smithi071.stderr:marked out osd.2. 2024-09-13T14:50:39.632 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:39 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1512604526' entity='client.admin' cmd={"prefix": "osd out", "ids": ["2"]} : dispatch 2024-09-13T14:50:39.633 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:39 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd out", "ids": ["2"]} : dispatch 2024-09-13T14:50:39.633 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:39 smithi071 ceph-mon[107477]: Client client.admin marked osd.2 out, while it was still marked up 2024-09-13T14:50:39.633 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:39 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1512604526' entity='client.admin' cmd={"prefix": "osd out", "ids": ["2"]} : dispatch 2024-09-13T14:50:39.633 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:39 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd out", "ids": ["2"]} : dispatch 2024-09-13T14:50:39.633 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:39 smithi071 ceph-mon[112785]: Client client.admin marked osd.2 out, while it was still marked up 2024-09-13T14:50:39.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:39 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1512604526' entity='client.admin' cmd={"prefix": "osd out", "ids": ["2"]} : dispatch 2024-09-13T14:50:39.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:39 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd out", "ids": ["2"]} : dispatch 2024-09-13T14:50:39.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:39 smithi104 ceph-mon[105578]: Client client.admin marked osd.2 out, while it was still marked up 2024-09-13T14:50:39.709 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:39.735 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:39.735 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:39.736 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:39.837 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:39.862 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:39.863 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:39.863 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:39.964 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:50:39.990 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:39.990 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:39.990 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:50:40.091 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:50:40.112 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:40.113 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:40.113 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:50:40.214 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:40.236 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:40.237 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:40.237 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:40.338 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:40.365 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:40.365 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:40.366 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:40.467 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:40.492 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:40.493 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:40.493 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:40.594 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:40.616 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:40.616 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:40.617 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:40.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:40 smithi071 ceph-mon[107477]: pgmap v1575: 89 pgs: 2 active+undersized+degraded+remapped+backfill_wait, 38 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 6 active+undersized, 3 active+undersized+degraded, 35 active+clean; 614 MiB data, 3.7 GiB used, 533 GiB / 536 GiB avail; 0 B/s wr, 624 op/s; 3024/29511 objects degraded (10.247%); 7080/29511 objects misplaced (23.991%); 0 B/s, 45 objects/s recovering 2024-09-13T14:50:40.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:40 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd out", "ids": ["2"]}]': finished 2024-09-13T14:50:40.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:40 smithi071 ceph-mon[107477]: osdmap e1197: 8 total, 7 up, 5 in 2024-09-13T14:50:40.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:40 smithi071 ceph-mon[107477]: osdmap e1198: 8 total, 7 up, 5 in 2024-09-13T14:50:40.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:40 smithi071 ceph-mon[112785]: pgmap v1575: 89 pgs: 2 active+undersized+degraded+remapped+backfill_wait, 38 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 6 active+undersized, 3 active+undersized+degraded, 35 active+clean; 614 MiB data, 3.7 GiB used, 533 GiB / 536 GiB avail; 0 B/s wr, 624 op/s; 3024/29511 objects degraded (10.247%); 7080/29511 objects misplaced (23.991%); 0 B/s, 45 objects/s recovering 2024-09-13T14:50:40.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:40 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd out", "ids": ["2"]}]': finished 2024-09-13T14:50:40.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:40 smithi071 ceph-mon[112785]: osdmap e1197: 8 total, 7 up, 5 in 2024-09-13T14:50:40.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:40 smithi071 ceph-mon[112785]: osdmap e1198: 8 total, 7 up, 5 in 2024-09-13T14:50:40.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:40 smithi104 ceph-mon[105578]: pgmap v1575: 89 pgs: 2 active+undersized+degraded+remapped+backfill_wait, 38 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 6 active+undersized, 3 active+undersized+degraded, 35 active+clean; 614 MiB data, 3.7 GiB used, 533 GiB / 536 GiB avail; 0 B/s wr, 624 op/s; 3024/29511 objects degraded (10.247%); 7080/29511 objects misplaced (23.991%); 0 B/s, 45 objects/s recovering 2024-09-13T14:50:40.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:40 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd out", "ids": ["2"]}]': finished 2024-09-13T14:50:40.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:40 smithi104 ceph-mon[105578]: osdmap e1197: 8 total, 7 up, 5 in 2024-09-13T14:50:40.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:40 smithi104 ceph-mon[105578]: osdmap e1198: 8 total, 7 up, 5 in 2024-09-13T14:50:40.717 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:40.740 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:40.741 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:40.741 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:40.780 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=true 2024-09-13T14:50:40.842 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:40.865 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:40.866 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:40.867 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:40.968 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:40.990 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:40.990 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:40.991 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:41.091 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:41.112 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:41.113 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:41.113 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:41.214 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:50:41.237 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:41.238 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:41.238 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:50:41.341 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:41.363 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:41.364 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:41.364 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:41.465 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:41.488 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:41.488 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:41.489 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:41.590 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:41.621 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:41.621 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:41.622 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:41.644 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:41 smithi071 ceph-mon[107477]: 7.c continuing backfill to osd.0 from (1162'5000,1196'13547] 7:32899db2:::benchmark_data_smithi071_196541_object94068:head to 1196'13547 2024-09-13T14:50:41.644 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:41 smithi071 ceph-mon[107477]: 7.c starting backfill to osd.1 from (0'0,0'0] MAX to 1196'13547 2024-09-13T14:50:41.644 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:41 smithi071 ceph-mon[107477]: 7.3 starting backfill to osd.1 from (0'0,0'0] MAX to 1196'13568 2024-09-13T14:50:41.644 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:41 smithi071 ceph-mon[107477]: 7.6 starting backfill to osd.1 from (0'0,0'0] MAX to 1196'13884 2024-09-13T14:50:41.644 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:41 smithi071 ceph-mon[107477]: 7.5 continuing backfill to osd.1 from (1167'6493,1196'13716] MIN to 1196'13716 2024-09-13T14:50:41.645 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:41 smithi071 ceph-mon[107477]: 7.5 starting backfill to osd.3 from (0'0,0'0] MAX to 1196'13716 2024-09-13T14:50:41.645 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:41 smithi071 ceph-mon[107477]: osdmap e1199: 8 total, 7 up, 5 in 2024-09-13T14:50:41.645 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:41 smithi071 ceph-mon[112785]: 7.c continuing backfill to osd.0 from (1162'5000,1196'13547] 7:32899db2:::benchmark_data_smithi071_196541_object94068:head to 1196'13547 2024-09-13T14:50:41.645 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:41 smithi071 ceph-mon[112785]: 7.c starting backfill to osd.1 from (0'0,0'0] MAX to 1196'13547 2024-09-13T14:50:41.645 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:41 smithi071 ceph-mon[112785]: 7.3 starting backfill to osd.1 from (0'0,0'0] MAX to 1196'13568 2024-09-13T14:50:41.645 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:41 smithi071 ceph-mon[112785]: 7.6 starting backfill to osd.1 from (0'0,0'0] MAX to 1196'13884 2024-09-13T14:50:41.645 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:41 smithi071 ceph-mon[112785]: 7.5 continuing backfill to osd.1 from (1167'6493,1196'13716] MIN to 1196'13716 2024-09-13T14:50:41.645 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:41 smithi071 ceph-mon[112785]: 7.5 starting backfill to osd.3 from (0'0,0'0] MAX to 1196'13716 2024-09-13T14:50:41.645 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:41 smithi071 ceph-mon[112785]: osdmap e1199: 8 total, 7 up, 5 in 2024-09-13T14:50:41.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:41 smithi104 ceph-mon[105578]: 7.c continuing backfill to osd.0 from (1162'5000,1196'13547] 7:32899db2:::benchmark_data_smithi071_196541_object94068:head to 1196'13547 2024-09-13T14:50:41.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:41 smithi104 ceph-mon[105578]: 7.c starting backfill to osd.1 from (0'0,0'0] MAX to 1196'13547 2024-09-13T14:50:41.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:41 smithi104 ceph-mon[105578]: 7.3 starting backfill to osd.1 from (0'0,0'0] MAX to 1196'13568 2024-09-13T14:50:41.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:41 smithi104 ceph-mon[105578]: 7.6 starting backfill to osd.1 from (0'0,0'0] MAX to 1196'13884 2024-09-13T14:50:41.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:41 smithi104 ceph-mon[105578]: 7.5 continuing backfill to osd.1 from (1167'6493,1196'13716] MIN to 1196'13716 2024-09-13T14:50:41.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:41 smithi104 ceph-mon[105578]: 7.5 starting backfill to osd.3 from (0'0,0'0] MAX to 1196'13716 2024-09-13T14:50:41.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:41 smithi104 ceph-mon[105578]: osdmap e1199: 8 total, 7 up, 5 in 2024-09-13T14:50:41.723 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:41.746 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:41.747 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:41.747 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:41.849 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:41.873 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:41.873 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:41.873 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:41.974 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:50:41.997 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:41.997 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:41.998 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:50:42.099 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:42.161 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:42.161 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:42.162 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:42.262 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:50:42.285 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:42.285 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:42.286 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:50:42.386 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:42.409 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:42.409 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:42.410 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:42.511 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:50:42.550 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:42.551 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:42.551 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:50:42.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:42 smithi071 ceph-mon[112785]: pgmap v1578: 89 pgs: 1 active+undersized+remapped, 4 peering, 2 remapped+peering, 1 unknown, 1 active+undersized+degraded+remapped+backfill_wait, 38 active+clean+remapped, 3 active+remapped+backfill_wait, 6 active+undersized, 3 active+undersized+degraded, 30 active+clean; 530 MiB data, 3.0 GiB used, 444 GiB / 447 GiB avail; 0 B/s wr, 672 op/s; 1449/25497 objects degraded (5.683%); 5638/25497 objects misplaced (22.112%); 2.0 MiB/s, 97 objects/s recovering 2024-09-13T14:50:42.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:42 smithi071 ceph-mon[112785]: 7.8 starting backfill to osd.0 from (0'0,0'0] MAX to 1196'13600 2024-09-13T14:50:42.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:42 smithi071 ceph-mon[112785]: 7.e starting backfill to osd.1 from (0'0,0'0] MAX to 1196'13541 2024-09-13T14:50:42.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:42 smithi071 ceph-mon[112785]: 7.9 starting backfill to osd.5 from (0'0,0'0] MAX to 1196'14010 2024-09-13T14:50:42.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:42 smithi071 ceph-mon[112785]: 7.8 continuing backfill to osd.1 from (1166'6407,1196'13600] MIN to 1196'13600 2024-09-13T14:50:42.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:42 smithi071 ceph-mon[112785]: 7.a starting backfill to osd.1 from (0'0,0'0] MAX to 1196'13325 2024-09-13T14:50:42.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:42 smithi071 ceph-mon[112785]: Health check failed: Reduced data availability: 2 pgs inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-13T14:50:42.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:42 smithi071 ceph-mon[107477]: pgmap v1578: 89 pgs: 1 active+undersized+remapped, 4 peering, 2 remapped+peering, 1 unknown, 1 active+undersized+degraded+remapped+backfill_wait, 38 active+clean+remapped, 3 active+remapped+backfill_wait, 6 active+undersized, 3 active+undersized+degraded, 30 active+clean; 530 MiB data, 3.0 GiB used, 444 GiB / 447 GiB avail; 0 B/s wr, 672 op/s; 1449/25497 objects degraded (5.683%); 5638/25497 objects misplaced (22.112%); 2.0 MiB/s, 97 objects/s recovering 2024-09-13T14:50:42.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:42 smithi071 ceph-mon[107477]: 7.8 starting backfill to osd.0 from (0'0,0'0] MAX to 1196'13600 2024-09-13T14:50:42.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:42 smithi071 ceph-mon[107477]: 7.e starting backfill to osd.1 from (0'0,0'0] MAX to 1196'13541 2024-09-13T14:50:42.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:42 smithi071 ceph-mon[107477]: 7.9 starting backfill to osd.5 from (0'0,0'0] MAX to 1196'14010 2024-09-13T14:50:42.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:42 smithi071 ceph-mon[107477]: 7.8 continuing backfill to osd.1 from (1166'6407,1196'13600] MIN to 1196'13600 2024-09-13T14:50:42.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:42 smithi071 ceph-mon[107477]: 7.a starting backfill to osd.1 from (0'0,0'0] MAX to 1196'13325 2024-09-13T14:50:42.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:42 smithi071 ceph-mon[107477]: Health check failed: Reduced data availability: 2 pgs inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-13T14:50:42.652 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:50:42.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:42 smithi104 ceph-mon[105578]: pgmap v1578: 89 pgs: 1 active+undersized+remapped, 4 peering, 2 remapped+peering, 1 unknown, 1 active+undersized+degraded+remapped+backfill_wait, 38 active+clean+remapped, 3 active+remapped+backfill_wait, 6 active+undersized, 3 active+undersized+degraded, 30 active+clean; 530 MiB data, 3.0 GiB used, 444 GiB / 447 GiB avail; 0 B/s wr, 672 op/s; 1449/25497 objects degraded (5.683%); 5638/25497 objects misplaced (22.112%); 2.0 MiB/s, 97 objects/s recovering 2024-09-13T14:50:42.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:42 smithi104 ceph-mon[105578]: 7.8 starting backfill to osd.0 from (0'0,0'0] MAX to 1196'13600 2024-09-13T14:50:42.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:42 smithi104 ceph-mon[105578]: 7.e starting backfill to osd.1 from (0'0,0'0] MAX to 1196'13541 2024-09-13T14:50:42.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:42 smithi104 ceph-mon[105578]: 7.9 starting backfill to osd.5 from (0'0,0'0] MAX to 1196'14010 2024-09-13T14:50:42.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:42 smithi104 ceph-mon[105578]: 7.8 continuing backfill to osd.1 from (1166'6407,1196'13600] MIN to 1196'13600 2024-09-13T14:50:42.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:42 smithi104 ceph-mon[105578]: 7.a starting backfill to osd.1 from (0'0,0'0] MAX to 1196'13325 2024-09-13T14:50:42.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:42 smithi104 ceph-mon[105578]: Health check failed: Reduced data availability: 2 pgs inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-13T14:50:42.699 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:42.699 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:42.699 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:50:42.800 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:50:42.823 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:42.824 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:42.824 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:50:42.925 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:42.968 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:42.968 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:42.969 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:43.067 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:50:42 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:50:42] "GET /metrics HTTP/1.1" 200 36675 "" "Prometheus/2.51.0" 2024-09-13T14:50:43.070 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:43.094 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:43.095 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:43.095 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:43.196 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:43.218 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:43.218 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:43.219 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:43.320 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:43.354 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:43.354 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:43.355 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:43.426 INFO:teuthology.orchestra.run.smithi071.stderr:nodeep-scrub is set 2024-09-13T14:50:43.427 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:50:43.455 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:43.515 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:43.516 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:43.516 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:43.617 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:43.667 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:43.668 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:43.668 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:43.761 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:43 smithi071 ceph-mon[107477]: osdmap e1200: 8 total, 7 up, 5 in 2024-09-13T14:50:43.761 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:43 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 1449/25497 objects degraded (5.683%), 4 pgs degraded, 10 pgs undersized (PG_DEGRADED) 2024-09-13T14:50:43.761 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:43 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3841915' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:50:43.761 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:43 smithi071 ceph-mon[112785]: osdmap e1200: 8 total, 7 up, 5 in 2024-09-13T14:50:43.761 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:43 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 1449/25497 objects degraded (5.683%), 4 pgs degraded, 10 pgs undersized (PG_DEGRADED) 2024-09-13T14:50:43.761 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:43 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3841915' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:50:43.769 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:43.823 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:50:43.824 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:43.824 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:43.825 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:43.878 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:43 smithi104 ceph-mon[105578]: osdmap e1200: 8 total, 7 up, 5 in 2024-09-13T14:50:43.878 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:43 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 1449/25497 objects degraded (5.683%), 4 pgs degraded, 10 pgs undersized (PG_DEGRADED) 2024-09-13T14:50:43.878 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:43 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3841915' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:50:43.925 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:43.996 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:43.996 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:43.997 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:44.097 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:44.149 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:44.149 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:44.149 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:44.250 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:44.294 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:44.295 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:44.295 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:44.396 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:50:44.441 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:44.442 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:44.442 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:50:44.543 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:44.565 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:44.566 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:44.566 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:44.668 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:44.716 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:44.717 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:44.717 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:44.776 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:44 smithi071 ceph-mon[107477]: pgmap v1581: 89 pgs: 1 active+undersized+remapped, 5 peering, 10 remapped+peering, 1 unknown, 1 active+undersized+degraded+remapped+backfill_wait, 36 active+clean+remapped, 2 active+remapped+backfill_wait, 6 active+undersized, 3 active+undersized+degraded, 24 active+clean; 495 MiB data, 2.9 GiB used, 444 GiB / 447 GiB avail; 0 B/s wr, 476 op/s; 1449/23796 objects degraded (6.089%); 5218/23796 objects misplaced (21.928%); 4.0 MiB/s, 123 objects/s recovering 2024-09-13T14:50:44.776 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:44 smithi071 ceph-mon[107477]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:50:44.776 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:44 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3841915' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T14:50:44.776 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:44 smithi071 ceph-mon[107477]: osdmap e1201: 8 total, 7 up, 5 in 2024-09-13T14:50:44.777 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:44 smithi071 ceph-mon[112785]: pgmap v1581: 89 pgs: 1 active+undersized+remapped, 5 peering, 10 remapped+peering, 1 unknown, 1 active+undersized+degraded+remapped+backfill_wait, 36 active+clean+remapped, 2 active+remapped+backfill_wait, 6 active+undersized, 3 active+undersized+degraded, 24 active+clean; 495 MiB data, 2.9 GiB used, 444 GiB / 447 GiB avail; 0 B/s wr, 476 op/s; 1449/23796 objects degraded (6.089%); 5218/23796 objects misplaced (21.928%); 4.0 MiB/s, 123 objects/s recovering 2024-09-13T14:50:44.777 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:44 smithi071 ceph-mon[112785]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:50:44.777 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:44 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3841915' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T14:50:44.777 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:44 smithi071 ceph-mon[112785]: osdmap e1201: 8 total, 7 up, 5 in 2024-09-13T14:50:44.818 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:44.864 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:44.865 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:44.865 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:44.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:44 smithi104 ceph-mon[105578]: pgmap v1581: 89 pgs: 1 active+undersized+remapped, 5 peering, 10 remapped+peering, 1 unknown, 1 active+undersized+degraded+remapped+backfill_wait, 36 active+clean+remapped, 2 active+remapped+backfill_wait, 6 active+undersized, 3 active+undersized+degraded, 24 active+clean; 495 MiB data, 2.9 GiB used, 444 GiB / 447 GiB avail; 0 B/s wr, 476 op/s; 1449/23796 objects degraded (6.089%); 5218/23796 objects misplaced (21.928%); 4.0 MiB/s, 123 objects/s recovering 2024-09-13T14:50:44.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:44 smithi104 ceph-mon[105578]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:50:44.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:44 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3841915' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T14:50:44.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:44 smithi104 ceph-mon[105578]: osdmap e1201: 8 total, 7 up, 5 in 2024-09-13T14:50:44.966 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:50:44.989 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:44.990 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:44.990 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:50:45.091 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:50:45.115 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:45.116 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:45.116 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:50:45.217 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:45.239 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:45.240 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:45.240 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:45.342 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:45.364 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:45.365 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:45.365 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:45.444 INFO:tasks.thrashosds.thrasher:in_osds: [0, 1, 5, 6, 3] out_osds: [4, 7, 2] dead_osds: [6] live_osds: [0, 1, 2, 3, 4, 5, 7] 2024-09-13T14:50:45.444 INFO:tasks.thrashosds.thrasher:choose_action: min_in 4 min_out 0 min_live 2 min_dead 0 chance_down 0.40 2024-09-13T14:50:45.444 INFO:tasks.thrashosds.thrasher:inject_pause on osd.3 2024-09-13T14:50:45.445 INFO:tasks.thrashosds.thrasher:Testing filestore_inject_stall pause injection for duration 3 2024-09-13T14:50:45.445 INFO:tasks.thrashosds.thrasher:Checking after 0, should_be_down=False 2024-09-13T14:50:45.445 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.3 config set filestore_inject_stall 3 2024-09-13T14:50:45.466 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:50:45.489 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:45.489 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:45.490 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:50:45.591 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:45.628 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:45.628 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:45.629 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:45.729 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:50:45.774 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:45.774 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:45.775 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:50:45.847 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:50:45.847 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:50:45.847 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:45 smithi071 ceph-mon[107477]: pgmap v1583: 89 pgs: 1 active+undersized+remapped, 5 peering, 1 active+undersized+degraded+remapped+backfill_wait, 10 remapped+peering, 1 unknown, 42 active+clean+remapped, 4 active+remapped+backfill_wait, 3 active+undersized, 3 active+undersized+degraded, 19 active+clean; 436 MiB data, 2.8 GiB used, 444 GiB / 447 GiB avail; 0 B/s wr, 346 op/s; 855/21000 objects degraded (4.071%); 5583/21000 objects misplaced (26.586%); 5.8 MiB/s, 92 objects/s recovering 2024-09-13T14:50:45.848 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:50:45.848 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:50:45.848 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:45 smithi071 ceph-mon[112785]: pgmap v1583: 89 pgs: 1 active+undersized+remapped, 5 peering, 1 active+undersized+degraded+remapped+backfill_wait, 10 remapped+peering, 1 unknown, 42 active+clean+remapped, 4 active+remapped+backfill_wait, 3 active+undersized, 3 active+undersized+degraded, 19 active+clean; 436 MiB data, 2.8 GiB used, 444 GiB / 447 GiB avail; 0 B/s wr, 346 op/s; 855/21000 objects degraded (4.071%); 5583/21000 objects misplaced (26.586%); 5.8 MiB/s, 92 objects/s recovering 2024-09-13T14:50:45.875 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:45.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:50:45.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:50:45.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:45 smithi104 ceph-mon[105578]: pgmap v1583: 89 pgs: 1 active+undersized+remapped, 5 peering, 1 active+undersized+degraded+remapped+backfill_wait, 10 remapped+peering, 1 unknown, 42 active+clean+remapped, 4 active+remapped+backfill_wait, 3 active+undersized, 3 active+undersized+degraded, 19 active+clean; 436 MiB data, 2.8 GiB used, 444 GiB / 447 GiB avail; 0 B/s wr, 346 op/s; 855/21000 objects degraded (4.071%); 5583/21000 objects misplaced (26.586%); 5.8 MiB/s, 92 objects/s recovering 2024-09-13T14:50:45.939 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:45.940 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:45.940 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:46.041 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:46.079 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:46.080 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:46.080 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:46.181 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:46.202 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:46.203 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:46.203 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:46.304 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:46.346 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:46.347 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:46.347 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:46.448 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:46.485 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:46.486 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:46.486 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:46.574 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd unset noscrub 2024-09-13T14:50:46.587 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:50:46.610 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:46.610 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:46.611 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:50:46.711 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:50:46.745 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:46.745 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:46.745 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:50:46.846 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:46.891 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:46.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:46 smithi071 ceph-mon[112785]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs inactive, 3 pgs peering) 2024-09-13T14:50:46.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:46 smithi071 ceph-mon[107477]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs inactive, 3 pgs peering) 2024-09-13T14:50:46.892 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:46.893 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:46.994 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:47.033 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:47.033 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:47.034 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:47.134 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:47.159 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:47.160 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:47.160 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:47.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:46 smithi104 ceph-mon[105578]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs inactive, 3 pgs peering) 2024-09-13T14:50:47.262 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:47.300 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:47.301 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:47.301 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:47.402 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:50:47.423 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:47.424 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:47.424 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:50:47.525 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:47.565 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:47.566 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:47.566 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:47.667 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:47.689 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:47.689 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:47.690 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:47.790 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:47.813 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:47.814 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:47.814 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:47.915 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:47.958 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:47.959 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:47.959 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:48.060 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:50:48.095 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:48.095 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:48.096 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:50:48.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:47 smithi071 ceph-mon[107477]: pgmap v1584: 89 pgs: 1 active+recovering+degraded+remapped, 1 active+remapped, 1 active+undersized+degraded+remapped+backfill_wait, 52 active+clean+remapped, 5 active+remapped+backfill_wait, 3 active+undersized, 3 active+undersized+degraded, 23 active+clean; 346 MiB data, 2.7 GiB used, 444 GiB / 447 GiB avail; 0 B/s wr, 489 op/s; 1181/16683 objects degraded (7.079%); 5461/16683 objects misplaced (32.734%); 7.8 MiB/s, 158 objects/s recovering 2024-09-13T14:50:48.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:47 smithi071 ceph-mon[112785]: pgmap v1584: 89 pgs: 1 active+recovering+degraded+remapped, 1 active+remapped, 1 active+undersized+degraded+remapped+backfill_wait, 52 active+clean+remapped, 5 active+remapped+backfill_wait, 3 active+undersized, 3 active+undersized+degraded, 23 active+clean; 346 MiB data, 2.7 GiB used, 444 GiB / 447 GiB avail; 0 B/s wr, 489 op/s; 1181/16683 objects degraded (7.079%); 5461/16683 objects misplaced (32.734%); 7.8 MiB/s, 158 objects/s recovering 2024-09-13T14:50:48.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:47 smithi104 ceph-mon[105578]: pgmap v1584: 89 pgs: 1 active+recovering+degraded+remapped, 1 active+remapped, 1 active+undersized+degraded+remapped+backfill_wait, 52 active+clean+remapped, 5 active+remapped+backfill_wait, 3 active+undersized, 3 active+undersized+degraded, 23 active+clean; 346 MiB data, 2.7 GiB used, 444 GiB / 447 GiB avail; 0 B/s wr, 489 op/s; 1181/16683 objects degraded (7.079%); 5461/16683 objects misplaced (32.734%); 7.8 MiB/s, 158 objects/s recovering 2024-09-13T14:50:48.197 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:48.221 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:48.222 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:48.222 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:48.323 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:48.363 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:48.364 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:48.364 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:48.465 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:50:48.500 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:48.501 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:48.501 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:50:48.602 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:48.627 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:48.627 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:48.628 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:48.728 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:48.751 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:48.752 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:48.752 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:48.853 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:48.876 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:48.877 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:48.877 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:48.978 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:49.027 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:49.028 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:49.028 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:49.065 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:48 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 1181/16683 objects degraded (7.079%), 5 pgs degraded, 6 pgs undersized (PG_DEGRADED) 2024-09-13T14:50:49.066 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:48 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 1181/16683 objects degraded (7.079%), 5 pgs degraded, 6 pgs undersized (PG_DEGRADED) 2024-09-13T14:50:49.129 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:49.154 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:49.155 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:49.155 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:49.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:48 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 1181/16683 objects degraded (7.079%), 5 pgs degraded, 6 pgs undersized (PG_DEGRADED) 2024-09-13T14:50:49.256 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:49.280 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:49.281 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:49.281 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:49.382 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:49.422 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:49.423 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:49.423 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:49.524 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:49.547 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:49.548 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:49.548 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:49.649 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:49.672 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:49.672 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:49.673 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:49.773 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:49.816 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:49.817 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:49.817 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:49.918 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:49.941 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:49.942 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:49.942 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:50.043 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:50:50.099 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:50.100 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:50.101 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:50:50.101 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:49 smithi071 ceph-mon[107477]: pgmap v1585: 89 pgs: 1 active+recovering+degraded+remapped, 1 active+remapped, 1 active+undersized+degraded+remapped+backfill_wait, 52 active+clean+remapped, 5 active+remapped+backfill_wait, 3 active+undersized, 3 active+undersized+degraded, 23 active+clean; 297 MiB data, 2.5 GiB used, 444 GiB / 447 GiB avail; 0 B/s wr, 431 op/s; 1181/14298 objects degraded (8.260%); 4461/14298 objects misplaced (31.200%); 6.4 MiB/s, 129 objects/s recovering 2024-09-13T14:50:50.101 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:49 smithi071 ceph-mon[112785]: pgmap v1585: 89 pgs: 1 active+recovering+degraded+remapped, 1 active+remapped, 1 active+undersized+degraded+remapped+backfill_wait, 52 active+clean+remapped, 5 active+remapped+backfill_wait, 3 active+undersized, 3 active+undersized+degraded, 23 active+clean; 297 MiB data, 2.5 GiB used, 444 GiB / 447 GiB avail; 0 B/s wr, 431 op/s; 1181/14298 objects degraded (8.260%); 4461/14298 objects misplaced (31.200%); 6.4 MiB/s, 129 objects/s recovering 2024-09-13T14:50:50.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:49 smithi104 ceph-mon[105578]: pgmap v1585: 89 pgs: 1 active+recovering+degraded+remapped, 1 active+remapped, 1 active+undersized+degraded+remapped+backfill_wait, 52 active+clean+remapped, 5 active+remapped+backfill_wait, 3 active+undersized, 3 active+undersized+degraded, 23 active+clean; 297 MiB data, 2.5 GiB used, 444 GiB / 447 GiB avail; 0 B/s wr, 431 op/s; 1181/14298 objects degraded (8.260%); 4461/14298 objects misplaced (31.200%); 6.4 MiB/s, 129 objects/s recovering 2024-09-13T14:50:50.202 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:50.224 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:50.225 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:50.226 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:50.326 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:50.352 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:50.352 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:50.353 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:50.454 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:50.504 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:50.504 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:50.505 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:50.606 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:50:50.639 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:50.640 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:50.640 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:50:50.658 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T14:50:50.658 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:50:50.741 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:50.790 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:50.791 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:50.791 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:50.892 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:50.953 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:50.953 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:50.954 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:51.055 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:51.105 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:51.106 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:51.106 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:51.207 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:51.229 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:51.229 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:51.230 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:51.330 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:51.355 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:51.355 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:51.355 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:51.456 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:51.515 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:51.516 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:51.516 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:51.552 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:50:51.553 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:50:51.617 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:51.640 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:50:51.641 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:50:51.659 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:51.660 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:51.660 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:51.681 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:50:51.681 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:50:51.682 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:51 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:50:51.682 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:51 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:50:51.682 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:51 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:50:51.682 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:51 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:50:51.682 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:51 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:50:51.683 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:51 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:50:51.683 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:51 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:50:51.683 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:51 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:50:51.683 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:51 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:50:51.683 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:51 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:50:51.713 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:50:51.713 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:50:51.757 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:50:51.757 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:50:51.761 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:51.789 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:50:51.789 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:50:51.799 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:51.800 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:51.800 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:51.823 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:50:51.823 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:50:51.826 INFO:teuthology.orchestra.run.smithi071.stderr:Error ENXIO: problem getting command descriptions from osd.6 2024-09-13T14:50:51.864 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:50:51.865 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:50:51.901 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:51.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:51 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:50:51.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:51 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:50:51.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:51 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:50:51.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:51 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:50:51.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:51 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:50:51.924 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:51.925 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:51.925 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:52.026 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:52.068 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:52.068 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:52.069 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:52.169 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:52.192 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:52.193 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:52.193 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:52.205 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.3 dump_ops_in_flight 2024-09-13T14:50:52.294 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:52.336 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:52.336 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:52.337 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:52.437 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:52.446 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:52 smithi071 ceph-mon[112785]: pgmap v1586: 89 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+degraded+remapped, 1 active+remapped, 52 active+clean+remapped, 5 active+remapped+backfill_wait, 3 active+undersized, 3 active+undersized+degraded, 23 active+clean; 194 MiB data, 2.3 GiB used, 445 GiB / 447 GiB avail; 0 B/s wr, 581 op/s; 542/9375 objects degraded (5.781%); 3383/9375 objects misplaced (36.085%); 5.7 MiB/s, 159 objects/s recovering 2024-09-13T14:50:52.446 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:52 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3420837600' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:50:52.521 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:52.522 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:52.522 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:52.623 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:52.673 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:52.675 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:52.675 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:52.704 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:52 smithi071 ceph-mon[107477]: pgmap v1586: 89 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+degraded+remapped, 1 active+remapped, 52 active+clean+remapped, 5 active+remapped+backfill_wait, 3 active+undersized, 3 active+undersized+degraded, 23 active+clean; 194 MiB data, 2.3 GiB used, 445 GiB / 447 GiB avail; 0 B/s wr, 581 op/s; 542/9375 objects degraded (5.781%); 3383/9375 objects misplaced (36.085%); 5.7 MiB/s, 159 objects/s recovering 2024-09-13T14:50:52.705 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:52 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3420837600' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:50:52.776 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:52.824 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:52.825 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:52.825 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:52.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:52 smithi104 ceph-mon[105578]: pgmap v1586: 89 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+degraded+remapped, 1 active+remapped, 52 active+clean+remapped, 5 active+remapped+backfill_wait, 3 active+undersized, 3 active+undersized+degraded, 23 active+clean; 194 MiB data, 2.3 GiB used, 445 GiB / 447 GiB avail; 0 B/s wr, 581 op/s; 542/9375 objects degraded (5.781%); 3383/9375 objects misplaced (36.085%); 5.7 MiB/s, 159 objects/s recovering 2024-09-13T14:50:52.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:52 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3420837600' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:50:52.928 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:52.955 DEBUG:teuthology.orchestra.run:got remote process result: 6 2024-09-13T14:50:52.956 INFO:tasks.thrashosds.thrasher:Failed to tell all osds, ignoring 2024-09-13T14:50:52.983 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:52.984 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:52.984 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:53.050 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:50:52 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:50:52] "GET /metrics HTTP/1.1" 200 36675 "" "Prometheus/2.51.0" 2024-09-13T14:50:53.085 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:53.086 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Removed 112937 objects 2024-09-13T14:50:53.086 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Clean up completed and total clean up time :286.218 2024-09-13T14:50:53.106 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:53.107 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:53.108 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:53.209 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:53.229 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:53.230 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:53.230 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:53.331 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:53.353 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:53.354 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:53.354 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:53.455 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:53.477 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:53.478 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:53.479 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:53.579 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:50:53.601 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:53.601 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:53.602 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:50:53.615 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:53 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 542/9375 objects degraded (5.781%), 5 pgs degraded, 6 pgs undersized (PG_DEGRADED) 2024-09-13T14:50:53.615 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:53 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 542/9375 objects degraded (5.781%), 5 pgs degraded, 6 pgs undersized (PG_DEGRADED) 2024-09-13T14:50:53.702 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:53.723 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:53.724 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:53.724 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:53.825 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:50:53.846 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:53.846 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:53.847 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:50:53.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:53 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 542/9375 objects degraded (5.781%), 5 pgs degraded, 6 pgs undersized (PG_DEGRADED) 2024-09-13T14:50:53.948 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:53.971 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:53.972 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:53.972 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:54.073 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:50:54.094 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:54.095 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:54.095 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:50:54.196 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:50:54.217 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:54.218 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:54.218 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:50:54.319 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:54.340 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:54.341 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:54.341 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:54.442 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:50:54.463 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:54.464 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:54.464 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:50:54.565 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:54.589 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:54.589 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:54.590 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:54.691 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:54.713 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:54.714 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:54.714 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:54.815 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:54.837 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:54.837 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:54.838 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:54.883 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:54 smithi071 ceph-mon[112785]: pgmap v1587: 89 pgs: 1 active+remapped, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+degraded+remapped, 52 active+clean+remapped, 5 active+remapped+backfill_wait, 3 active+undersized, 3 active+undersized+degraded, 23 active+clean; 146 MiB data, 2.2 GiB used, 445 GiB / 447 GiB avail; 0 B/s wr, 557 op/s; 542/7068 objects degraded (7.668%); 2248/7068 objects misplaced (31.805%); 4.7 MiB/s, 132 objects/s recovering 2024-09-13T14:50:54.883 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:54 smithi071 ceph-mon[107477]: pgmap v1587: 89 pgs: 1 active+remapped, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+degraded+remapped, 52 active+clean+remapped, 5 active+remapped+backfill_wait, 3 active+undersized, 3 active+undersized+degraded, 23 active+clean; 146 MiB data, 2.2 GiB used, 445 GiB / 447 GiB avail; 0 B/s wr, 557 op/s; 542/7068 objects degraded (7.668%); 2248/7068 objects misplaced (31.805%); 4.7 MiB/s, 132 objects/s recovering 2024-09-13T14:50:54.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:54 smithi104 ceph-mon[105578]: pgmap v1587: 89 pgs: 1 active+remapped, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+degraded+remapped, 52 active+clean+remapped, 5 active+remapped+backfill_wait, 3 active+undersized, 3 active+undersized+degraded, 23 active+clean; 146 MiB data, 2.2 GiB used, 445 GiB / 447 GiB avail; 0 B/s wr, 557 op/s; 542/7068 objects degraded (7.668%); 2248/7068 objects misplaced (31.805%); 4.7 MiB/s, 132 objects/s recovering 2024-09-13T14:50:54.938 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:54.957 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=false 2024-09-13T14:50:54.959 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:54.961 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:54.961 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:55.062 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:55.067 INFO:tasks.cephadm.ceph_manager.ceph:removing pool_name unique_pool_2 2024-09-13T14:50:55.067 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd pool rm unique_pool_2 unique_pool_2 --yes-i-really-really-mean-it 2024-09-13T14:50:55.084 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:55.085 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:55.086 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:55.187 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:50:55.208 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:55.209 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:55.210 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:50:55.312 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:55.336 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:55.337 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:55.337 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:55.438 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:55.459 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:55.460 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:55.461 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:55.561 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:55.584 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:55.585 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:55.585 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:55.686 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:55.708 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:55.708 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:55.709 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:55.809 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:50:55.831 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:55.832 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:55.832 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:50:55.933 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:55.954 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:55.955 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:55.955 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:56.056 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:50:56.078 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:56.078 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:56.078 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:50:56.179 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:56.201 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:56.202 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:56.202 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:56.206 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:50:56.206 INFO:teuthology.orchestra.run.smithi071.stdout: "success": "" 2024-09-13T14:50:56.206 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:50:56.216 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:50:56.303 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:56.327 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:56.328 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:56.328 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:56.429 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:56.450 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:56.451 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:56.451 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:56.552 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:56.568 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:56 smithi071 ceph-mon[107477]: pgmap v1588: 89 pgs: 1 active+undersized+remapped+backfill_wait, 1 active+remapped, 1 active+recovering+degraded+remapped, 52 active+clean+remapped, 5 active+remapped+backfill_wait, 3 active+undersized, 3 active+undersized+degraded, 23 active+clean; 54 MiB data, 2.0 GiB used, 445 GiB / 447 GiB avail; 0 B/s wr, 627 op/s; 123/2628 objects degraded (4.680%); 926/2628 objects misplaced (35.236%); 4.2 MiB/s, 117 objects/s recovering 2024-09-13T14:50:56.568 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:56 smithi071 ceph-mon[112785]: pgmap v1588: 89 pgs: 1 active+undersized+remapped+backfill_wait, 1 active+remapped, 1 active+recovering+degraded+remapped, 52 active+clean+remapped, 5 active+remapped+backfill_wait, 3 active+undersized, 3 active+undersized+degraded, 23 active+clean; 54 MiB data, 2.0 GiB used, 445 GiB / 447 GiB avail; 0 B/s wr, 627 op/s; 123/2628 objects degraded (4.680%); 926/2628 objects misplaced (35.236%); 4.2 MiB/s, 117 objects/s recovering 2024-09-13T14:50:56.573 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:56.573 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:56.574 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:56.675 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:56.696 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:56.697 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:56.697 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:56.798 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:56.821 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:56.822 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:56.823 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:56.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:56 smithi104 ceph-mon[105578]: pgmap v1588: 89 pgs: 1 active+undersized+remapped+backfill_wait, 1 active+remapped, 1 active+recovering+degraded+remapped, 52 active+clean+remapped, 5 active+remapped+backfill_wait, 3 active+undersized, 3 active+undersized+degraded, 23 active+clean; 54 MiB data, 2.0 GiB used, 445 GiB / 447 GiB avail; 0 B/s wr, 627 op/s; 123/2628 objects degraded (4.680%); 926/2628 objects misplaced (35.236%); 4.2 MiB/s, 117 objects/s recovering 2024-09-13T14:50:56.924 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:56.948 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:56.948 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:56.948 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:57.049 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:57.072 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:57.072 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:57.073 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:57.173 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:57.195 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:57.195 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:57.196 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:57.297 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:57.323 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:57.323 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:57.324 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:57.425 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:50:57.450 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:57.450 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:57.451 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:50:57.534 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:57 smithi071 ceph-mon[107477]: osdmap e1202: 8 total, 7 up, 5 in 2024-09-13T14:50:57.535 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:57 smithi071 ceph-mon[112785]: osdmap e1202: 8 total, 7 up, 5 in 2024-09-13T14:50:57.551 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:50:57.573 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:57.574 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:57.574 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:50:57.675 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:50:57.697 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:57.697 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:57.698 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:50:57.799 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:57.820 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:57.820 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:57.821 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:57.921 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:57.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:57 smithi104 ceph-mon[105578]: osdmap e1202: 8 total, 7 up, 5 in 2024-09-13T14:50:57.943 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:57.944 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:57.944 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:58.045 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:58.067 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:58.067 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:58.067 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:58.168 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:50:58.186 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:50:58.190 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:58.190 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:58.191 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:50:58.292 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:50:58.314 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:58.314 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:58.315 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:50:58.416 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:58.438 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:58.439 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:58.439 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:58.475 INFO:teuthology.orchestra.run.smithi071.stderr:noscrub is unset 2024-09-13T14:50:58.540 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:50:58.562 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:58.563 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:58.563 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:50:58.664 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:50:58.686 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:58.686 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:58.687 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:50:58.788 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:58.810 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:58.811 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:58.811 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:58.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:58 smithi071 ceph-mon[107477]: pgmap v1590: 89 pgs: 1 active+remapped, 1 active+undersized+remapped+backfill_wait, 1 active+recovering+remapped, 52 active+clean+remapped, 5 active+remapped+backfill_wait, 3 active+undersized, 3 active+undersized+degraded, 23 active+clean; 582 KiB data, 1.9 GiB used, 445 GiB / 447 GiB avail; 0 B/s wr, 553 op/s; 1/78 objects degraded (1.282%); 22/78 objects misplaced (28.205%); 0 B/s, 121 objects/s recovering 2024-09-13T14:50:58.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:58 smithi071 ceph-mon[107477]: osdmap e1203: 8 total, 7 up, 5 in 2024-09-13T14:50:58.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:58 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3533992741' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:50:58.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:58 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 1/78 objects degraded (1.282%), 3 pgs degraded, 6 pgs undersized (PG_DEGRADED) 2024-09-13T14:50:58.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:58 smithi071 ceph-mon[112785]: pgmap v1590: 89 pgs: 1 active+remapped, 1 active+undersized+remapped+backfill_wait, 1 active+recovering+remapped, 52 active+clean+remapped, 5 active+remapped+backfill_wait, 3 active+undersized, 3 active+undersized+degraded, 23 active+clean; 582 KiB data, 1.9 GiB used, 445 GiB / 447 GiB avail; 0 B/s wr, 553 op/s; 1/78 objects degraded (1.282%); 22/78 objects misplaced (28.205%); 0 B/s, 121 objects/s recovering 2024-09-13T14:50:58.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:58 smithi071 ceph-mon[112785]: osdmap e1203: 8 total, 7 up, 5 in 2024-09-13T14:50:58.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:58 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3533992741' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:50:58.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:58 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 1/78 objects degraded (1.282%), 3 pgs degraded, 6 pgs undersized (PG_DEGRADED) 2024-09-13T14:50:58.912 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:58.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:58 smithi104 ceph-mon[105578]: pgmap v1590: 89 pgs: 1 active+remapped, 1 active+undersized+remapped+backfill_wait, 1 active+recovering+remapped, 52 active+clean+remapped, 5 active+remapped+backfill_wait, 3 active+undersized, 3 active+undersized+degraded, 23 active+clean; 582 KiB data, 1.9 GiB used, 445 GiB / 447 GiB avail; 0 B/s wr, 553 op/s; 1/78 objects degraded (1.282%); 22/78 objects misplaced (28.205%); 0 B/s, 121 objects/s recovering 2024-09-13T14:50:58.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:58 smithi104 ceph-mon[105578]: osdmap e1203: 8 total, 7 up, 5 in 2024-09-13T14:50:58.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:58 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3533992741' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:50:58.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:58 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 1/78 objects degraded (1.282%), 3 pgs degraded, 6 pgs undersized (PG_DEGRADED) 2024-09-13T14:50:58.935 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:58.935 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:58.935 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:59.036 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:59.061 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:59.061 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:59.061 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:59.162 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:59.187 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:59.187 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:59.188 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:59.289 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:50:59.317 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:59.318 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:59.318 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:50:59.418 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:59.445 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:59.445 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:59.445 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:59.546 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:59.571 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:59.572 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:59.572 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:50:59.616 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:50:59.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:59 smithi071 ceph-mon[107477]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:50:59.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:59 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3533992741' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T14:50:59.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:50:59 smithi071 ceph-mon[107477]: osdmap e1204: 8 total, 7 up, 5 in 2024-09-13T14:50:59.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:59 smithi071 ceph-mon[112785]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:50:59.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:59 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3533992741' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T14:50:59.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:50:59 smithi071 ceph-mon[112785]: osdmap e1204: 8 total, 7 up, 5 in 2024-09-13T14:50:59.673 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:50:59.698 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:59.698 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:59.699 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:50:59.799 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:50:59.824 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:50:59.824 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:59.825 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:50:59.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:59 smithi104 ceph-mon[105578]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:50:59.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:59 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3533992741' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T14:50:59.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:50:59 smithi104 ceph-mon[105578]: osdmap e1204: 8 total, 7 up, 5 in 2024-09-13T14:50:59.925 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:50:59.951 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:50:59.951 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:50:59.952 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:00.053 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:00.075 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:00.075 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:00.076 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:00.177 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:00.199 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:00.200 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:00.200 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:00.301 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:51:00.327 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:00.328 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:00.328 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:51:00.429 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:00.455 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:00.455 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:00.456 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:00.557 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:51:00.579 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:00.579 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:00.580 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:51:00.610 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:00 smithi071 ceph-mon[107477]: pgmap v1593: 89 pgs: 1 active+remapped, 1 active+undersized+remapped+backfill_wait, 1 active+recovering+remapped, 53 active+clean+remapped, 3 active+remapped+backfill_wait, 3 active+undersized, 3 active+undersized+degraded, 24 active+clean; 582 KiB data, 1.9 GiB used, 445 GiB / 447 GiB avail; 0 B/s wr, 388 op/s; 1/78 objects degraded (1.282%); 22/78 objects misplaced (28.205%); 0 B/s, 140 objects/s recovering 2024-09-13T14:51:00.610 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:00 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:51:00.610 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:00 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:51:00.610 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:00 smithi071 ceph-mon[112785]: pgmap v1593: 89 pgs: 1 active+remapped, 1 active+undersized+remapped+backfill_wait, 1 active+recovering+remapped, 53 active+clean+remapped, 3 active+remapped+backfill_wait, 3 active+undersized, 3 active+undersized+degraded, 24 active+clean; 582 KiB data, 1.9 GiB used, 445 GiB / 447 GiB avail; 0 B/s wr, 388 op/s; 1/78 objects degraded (1.282%); 22/78 objects misplaced (28.205%); 0 B/s, 140 objects/s recovering 2024-09-13T14:51:00.610 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:00 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:51:00.611 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:00 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:51:00.680 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:00.706 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:00.707 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:00.707 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:00.808 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:00.834 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:00.835 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:00.835 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:00.924 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:00 smithi104 ceph-mon[105578]: pgmap v1593: 89 pgs: 1 active+remapped, 1 active+undersized+remapped+backfill_wait, 1 active+recovering+remapped, 53 active+clean+remapped, 3 active+remapped+backfill_wait, 3 active+undersized, 3 active+undersized+degraded, 24 active+clean; 582 KiB data, 1.9 GiB used, 445 GiB / 447 GiB avail; 0 B/s wr, 388 op/s; 1/78 objects degraded (1.282%); 22/78 objects misplaced (28.205%); 0 B/s, 140 objects/s recovering 2024-09-13T14:51:00.925 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:00 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:51:00.925 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:00 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:51:00.936 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:51:00.959 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:00.960 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:00.960 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:51:01.061 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:51:01.083 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:01.083 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:01.084 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:51:01.185 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:01.211 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:01.212 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:01.212 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:01.313 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:01.338 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:01.338 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:01.339 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:01.440 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:01.465 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:01.466 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:01.466 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:01.567 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:01.590 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:01.590 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:01.591 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:01.691 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:01.713 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:01.714 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:01.714 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:01.815 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:01.835 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:01.836 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:01.837 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:01.937 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:01.964 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:01.965 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:01.965 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:02.065 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:02.090 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:02.091 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:02.091 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:02.192 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:02.218 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:02.218 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:02.219 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:02.319 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:02.345 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:02.345 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:02.346 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:02.446 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:02.454 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:51:02.454 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:51:02.458 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:51:02.459 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:51:02.470 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:02.471 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:02.471 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:02.476 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:51:02.476 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:51:02.493 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:51:02.493 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:51:02.510 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:51:02.511 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:51:02.527 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:51:02.527 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:51:02.527 INFO:teuthology.orchestra.run.smithi071.stderr:Error ENXIO: problem getting command descriptions from osd.6 2024-09-13T14:51:02.545 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:51:02.545 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:51:02.572 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:02.588 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:02 smithi071 ceph-mon[107477]: pgmap v1594: 89 pgs: 1 active+remapped, 1 active+recovering+remapped, 55 active+clean+remapped, 1 active+remapped+backfill_wait, 5 active+undersized, 1 active+undersized+degraded, 25 active+clean; 582 KiB data, 1.9 GiB used, 445 GiB / 447 GiB avail; 0 B/s wr, 141 op/s; 1/78 objects degraded (1.282%); 22/78 objects misplaced (28.205%); 0 B/s, 140 objects/s recovering 2024-09-13T14:51:02.588 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:02 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/603858192' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:51:02.589 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:02 smithi071 ceph-mon[112785]: pgmap v1594: 89 pgs: 1 active+remapped, 1 active+recovering+remapped, 55 active+clean+remapped, 1 active+remapped+backfill_wait, 5 active+undersized, 1 active+undersized+degraded, 25 active+clean; 582 KiB data, 1.9 GiB used, 445 GiB / 447 GiB avail; 0 B/s wr, 141 op/s; 1/78 objects degraded (1.282%); 22/78 objects misplaced (28.205%); 0 B/s, 140 objects/s recovering 2024-09-13T14:51:02.589 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:02 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/603858192' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:51:02.596 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:02.596 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:02.597 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:02.697 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:02.721 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:02.722 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:02.722 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:02.823 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:02.844 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:02.844 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:02.845 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:02.891 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:51:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:51:02] "GET /metrics HTTP/1.1" 200 36650 "" "Prometheus/2.51.0" 2024-09-13T14:51:02.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:02 smithi104 ceph-mon[105578]: pgmap v1594: 89 pgs: 1 active+remapped, 1 active+recovering+remapped, 55 active+clean+remapped, 1 active+remapped+backfill_wait, 5 active+undersized, 1 active+undersized+degraded, 25 active+clean; 582 KiB data, 1.9 GiB used, 445 GiB / 447 GiB avail; 0 B/s wr, 141 op/s; 1/78 objects degraded (1.282%); 22/78 objects misplaced (28.205%); 0 B/s, 140 objects/s recovering 2024-09-13T14:51:02.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:02 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/603858192' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:51:02.946 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:02.969 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:02.970 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:02.970 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:03.071 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:03.092 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:03.092 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:03.093 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:03.184 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T14:51:03.184 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:51:03.194 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:03.216 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:03.216 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:03.217 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:03.318 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:03.339 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:03.339 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:03.340 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:03.440 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:51:03.462 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:03.462 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:03.463 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:51:03.564 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:03.590 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:03.591 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:03.591 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:03.692 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:51:03.718 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:03.719 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:03.719 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:51:03.820 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:03.845 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:03.846 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:03.846 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:03.889 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:03 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 1/78 objects degraded (1.282%), 1 pg degraded, 6 pgs undersized (PG_DEGRADED) 2024-09-13T14:51:03.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:03 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 1/78 objects degraded (1.282%), 1 pg degraded, 6 pgs undersized (PG_DEGRADED) 2024-09-13T14:51:03.911 DEBUG:teuthology.orchestra.run:got remote process result: 6 2024-09-13T14:51:03.912 INFO:tasks.thrashosds.thrasher:Failed to tell all osds, ignoring 2024-09-13T14:51:03.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:03 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 1/78 objects degraded (1.282%), 1 pg degraded, 6 pgs undersized (PG_DEGRADED) 2024-09-13T14:51:03.947 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:03.968 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:03.969 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:03.969 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:04.032 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd unset nodeep-scrub 2024-09-13T14:51:04.071 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:51:04.096 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:04.097 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:04.097 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:51:04.199 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:04.225 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:04.225 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:04.226 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:04.327 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:04.351 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:04.352 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:04.353 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:04.370 INFO:tasks.thrashosds.thrasher:in_osds: [0, 1, 5, 6, 3] out_osds: [4, 7, 2] dead_osds: [6] live_osds: [0, 1, 2, 3, 4, 5, 7] 2024-09-13T14:51:04.370 INFO:tasks.thrashosds.thrasher:choose_action: min_in 4 min_out 0 min_live 2 min_dead 0 chance_down 0.40 2024-09-13T14:51:04.453 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:51:04.475 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:04.476 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:04.476 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:51:04.577 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:04.598 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:04.598 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:04.598 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:04.699 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:04.720 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:04.721 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:04.721 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:04.822 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:04.844 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:04.845 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:04.845 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:04.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:04 smithi071 ceph-mon[107477]: pgmap v1595: 89 pgs: 1 active+remapped, 56 active+clean+remapped, 5 active+undersized, 1 active+undersized+degraded, 26 active+clean; 582 KiB data, 1.9 GiB used, 445 GiB / 447 GiB avail; 1/78 objects degraded (1.282%); 22/78 objects misplaced (28.205%); 0 B/s, 73 objects/s recovering 2024-09-13T14:51:04.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:04 smithi071 ceph-mon[112785]: pgmap v1595: 89 pgs: 1 active+remapped, 56 active+clean+remapped, 5 active+undersized, 1 active+undersized+degraded, 26 active+clean; 582 KiB data, 1.9 GiB used, 445 GiB / 447 GiB avail; 1/78 objects degraded (1.282%); 22/78 objects misplaced (28.205%); 0 B/s, 73 objects/s recovering 2024-09-13T14:51:04.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:04 smithi104 ceph-mon[105578]: pgmap v1595: 89 pgs: 1 active+remapped, 56 active+clean+remapped, 5 active+undersized, 1 active+undersized+degraded, 26 active+clean; 582 KiB data, 1.9 GiB used, 445 GiB / 447 GiB avail; 1/78 objects degraded (1.282%); 22/78 objects misplaced (28.205%); 0 B/s, 73 objects/s recovering 2024-09-13T14:51:04.946 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:04.968 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:04.968 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:04.969 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:05.070 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:51:05.097 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:05.097 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:05.098 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:51:05.198 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:05.223 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:05.223 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:05.224 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:05.324 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:05.347 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:05.348 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:05.348 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:05.449 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:05.471 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:05.472 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:05.472 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:05.572 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:05.594 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:05.595 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:05.595 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:05.696 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:05.717 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:05.718 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:05.719 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:05.819 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:05.841 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:05.842 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:05.842 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:05.913 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=true 2024-09-13T14:51:05.943 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:51:05.970 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:05.971 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:05.971 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:51:06.072 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:06.094 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:06.094 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:06.095 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:06.196 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:06.217 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:06.218 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:06.218 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:06.319 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:06.341 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:06.342 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:06.342 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:06.443 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:06.466 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:06.467 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:06.467 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:06.568 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:06.591 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:06.592 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:06.592 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:06.693 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:06.718 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:06.719 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:06.719 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:06.820 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:06.845 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:06.845 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:06.846 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:06.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:06 smithi071 ceph-mon[107477]: pgmap v1596: 89 pgs: 1 active+remapped, 56 active+clean+remapped, 5 active+undersized, 1 active+undersized+degraded, 26 active+clean; 582 KiB data, 1.9 GiB used, 445 GiB / 447 GiB avail; 1/78 objects degraded (1.282%); 22/78 objects misplaced (28.205%); 0 B/s, 56 objects/s recovering 2024-09-13T14:51:06.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:06 smithi071 ceph-mon[112785]: pgmap v1596: 89 pgs: 1 active+remapped, 56 active+clean+remapped, 5 active+undersized, 1 active+undersized+degraded, 26 active+clean; 582 KiB data, 1.9 GiB used, 445 GiB / 447 GiB avail; 1/78 objects degraded (1.282%); 22/78 objects misplaced (28.205%); 0 B/s, 56 objects/s recovering 2024-09-13T14:51:06.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:06 smithi104 ceph-mon[105578]: pgmap v1596: 89 pgs: 1 active+remapped, 56 active+clean+remapped, 5 active+undersized, 1 active+undersized+degraded, 26 active+clean; 582 KiB data, 1.9 GiB used, 445 GiB / 447 GiB avail; 1/78 objects degraded (1.282%); 22/78 objects misplaced (28.205%); 0 B/s, 56 objects/s recovering 2024-09-13T14:51:06.946 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:06.972 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:06.972 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:06.973 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:07.073 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:07.099 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:07.099 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:07.100 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:07.200 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:51:07.225 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:07.226 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:07.227 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:51:07.327 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:07.353 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:07.353 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:07.354 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:07.455 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:51:07.480 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:07.481 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:07.481 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:51:07.582 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:07.608 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.3 dump_blocked_ops 2024-09-13T14:51:07.609 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:07.609 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:07.610 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:07.710 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:51:07.735 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:07.736 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:07.737 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:51:07.813 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:51:07.818 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:51:07.837 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:07.863 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:07.863 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:07.864 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:07.965 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:51:07.991 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:07.991 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:07.992 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:51:08.071 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:51:08.093 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:08.116 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:08.117 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:08.117 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:08.218 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:08.244 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:08.244 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:08.245 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:08.345 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:08.367 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:08.368 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:08.368 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:08.469 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:51:08.490 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:08.491 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:08.491 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:51:08.592 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:08.613 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:08.614 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:08.614 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:08.715 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:08.741 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:08.742 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:08.742 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:08.843 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:08.865 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:08.865 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:08.866 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:08.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:08 smithi071 ceph-mon[107477]: pgmap v1597: 89 pgs: 1 active+remapped, 56 active+clean+remapped, 5 active+undersized, 1 active+undersized+degraded, 26 active+clean; 582 KiB data, 1.9 GiB used, 445 GiB / 447 GiB avail; 1/78 objects degraded (1.282%); 22/78 objects misplaced (28.205%); 0 B/s, 49 objects/s recovering 2024-09-13T14:51:08.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:08 smithi071 ceph-mon[112785]: pgmap v1597: 89 pgs: 1 active+remapped, 56 active+clean+remapped, 5 active+undersized, 1 active+undersized+degraded, 26 active+clean; 582 KiB data, 1.9 GiB used, 445 GiB / 447 GiB avail; 1/78 objects degraded (1.282%); 22/78 objects misplaced (28.205%); 0 B/s, 49 objects/s recovering 2024-09-13T14:51:08.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:08 smithi104 ceph-mon[105578]: pgmap v1597: 89 pgs: 1 active+remapped, 56 active+clean+remapped, 5 active+undersized, 1 active+undersized+degraded, 26 active+clean; 582 KiB data, 1.9 GiB used, 445 GiB / 447 GiB avail; 1/78 objects degraded (1.282%); 22/78 objects misplaced (28.205%); 0 B/s, 49 objects/s recovering 2024-09-13T14:51:08.966 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:51:08.993 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:08.993 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:08.994 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:51:09.094 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:09.119 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:09.119 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:09.120 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:09.221 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:09.242 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:09.242 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:09.243 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:09.343 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:09.365 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:09.366 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:09.366 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:09.466 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:51:09.492 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:09.493 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:09.493 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:51:09.510 INFO:teuthology.orchestra.run.smithi071.stderr:pool 'unique_pool_2' removed 2024-09-13T14:51:09.594 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:51:09.597 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:09 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3737803463' entity='client.admin' cmd={"prefix": "osd pool rm", "pool": "unique_pool_2", "pool2": "unique_pool_2", "yes_i_really_really_mean_it": true} : dispatch 2024-09-13T14:51:09.597 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:09 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd pool rm", "pool": "unique_pool_2", "pool2": "unique_pool_2", "yes_i_really_really_mean_it": true} : dispatch 2024-09-13T14:51:09.598 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:09 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3737803463' entity='client.admin' cmd={"prefix": "osd pool rm", "pool": "unique_pool_2", "pool2": "unique_pool_2", "yes_i_really_really_mean_it": true} : dispatch 2024-09-13T14:51:09.598 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:09 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd pool rm", "pool": "unique_pool_2", "pool2": "unique_pool_2", "yes_i_really_really_mean_it": true} : dispatch 2024-09-13T14:51:09.616 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:09.617 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:09.617 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:51:09.718 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:09.741 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:09.741 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:09.742 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:09.842 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:09.869 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:09.869 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:09.870 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:09.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:09 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3737803463' entity='client.admin' cmd={"prefix": "osd pool rm", "pool": "unique_pool_2", "pool2": "unique_pool_2", "yes_i_really_really_mean_it": true} : dispatch 2024-09-13T14:51:09.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:09 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd pool rm", "pool": "unique_pool_2", "pool2": "unique_pool_2", "yes_i_really_really_mean_it": true} : dispatch 2024-09-13T14:51:09.971 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:51:09.993 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:09.994 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:09.994 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:51:10.095 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:51:10.119 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:10.119 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:10.120 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:51:10.221 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:10.242 INFO:teuthology.task.full_sequential:In full_sequential, running task radosbench... 2024-09-13T14:51:10.243 INFO:tasks.radosbench:Beginning radosbench... 2024-09-13T14:51:10.243 INFO:tasks.cephadm.ceph_manager.ceph:creating pool_name unique_pool_3 2024-09-13T14:51:10.243 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd pool create unique_pool_3 16 2024-09-13T14:51:10.272 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:10.273 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:10.273 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:10.374 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:10.395 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:10.396 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:10.396 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:10.497 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:10.524 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:10.525 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:10.525 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:10.626 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:51:10.652 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:10.653 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:10.653 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:51:10.754 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:10.778 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:10.779 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:10.779 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:10.780 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:10 smithi071 ceph-mon[107477]: pgmap v1598: 89 pgs: 1 active+remapped, 56 active+clean+remapped, 5 active+undersized, 1 active+undersized+degraded, 26 active+clean; 582 KiB data, 1.9 GiB used, 445 GiB / 447 GiB avail; 1/78 objects degraded (1.282%); 22/78 objects misplaced (28.205%); 0 B/s, 44 objects/s recovering 2024-09-13T14:51:10.780 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:10 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool rm", "pool": "unique_pool_2", "pool2": "unique_pool_2", "yes_i_really_really_mean_it": true}]': finished 2024-09-13T14:51:10.780 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:10 smithi071 ceph-mon[107477]: osdmap e1205: 8 total, 7 up, 5 in 2024-09-13T14:51:10.780 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:10 smithi071 ceph-mon[112785]: pgmap v1598: 89 pgs: 1 active+remapped, 56 active+clean+remapped, 5 active+undersized, 1 active+undersized+degraded, 26 active+clean; 582 KiB data, 1.9 GiB used, 445 GiB / 447 GiB avail; 1/78 objects degraded (1.282%); 22/78 objects misplaced (28.205%); 0 B/s, 44 objects/s recovering 2024-09-13T14:51:10.781 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:10 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool rm", "pool": "unique_pool_2", "pool2": "unique_pool_2", "yes_i_really_really_mean_it": true}]': finished 2024-09-13T14:51:10.781 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:10 smithi071 ceph-mon[112785]: osdmap e1205: 8 total, 7 up, 5 in 2024-09-13T14:51:10.881 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:10.907 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:10.908 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:10.908 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:10.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:10 smithi104 ceph-mon[105578]: pgmap v1598: 89 pgs: 1 active+remapped, 56 active+clean+remapped, 5 active+undersized, 1 active+undersized+degraded, 26 active+clean; 582 KiB data, 1.9 GiB used, 445 GiB / 447 GiB avail; 1/78 objects degraded (1.282%); 22/78 objects misplaced (28.205%); 0 B/s, 44 objects/s recovering 2024-09-13T14:51:10.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:10 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool rm", "pool": "unique_pool_2", "pool2": "unique_pool_2", "yes_i_really_really_mean_it": true}]': finished 2024-09-13T14:51:10.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:10 smithi104 ceph-mon[105578]: osdmap e1205: 8 total, 7 up, 5 in 2024-09-13T14:51:11.010 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:11.032 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:11.032 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:11.032 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:11.133 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:51:11.155 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:11.155 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:11.156 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:51:11.257 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:11.283 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:11.284 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:11.284 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:11.385 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:11.406 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:11.407 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:11.407 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:11.508 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:11.530 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:11.531 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:11.531 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:11.632 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:11.658 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:11.658 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:11.659 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:11.759 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:11.786 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:11.787 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:11.787 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:11.888 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:11.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:11 smithi071 ceph-mon[107477]: pgmap v1600: 73 pgs: 47 active+clean+remapped, 3 active+undersized, 1 active+undersized+degraded, 22 active+clean; 582 KiB data, 1.9 GiB used, 445 GiB / 447 GiB avail; 1/78 objects degraded (1.282%); 22/78 objects misplaced (28.205%) 2024-09-13T14:51:11.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:11 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 1/78 objects degraded (1.282%), 1 pg degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:51:11.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:11 smithi071 ceph-mon[112785]: pgmap v1600: 73 pgs: 47 active+clean+remapped, 3 active+undersized, 1 active+undersized+degraded, 22 active+clean; 582 KiB data, 1.9 GiB used, 445 GiB / 447 GiB avail; 1/78 objects degraded (1.282%); 22/78 objects misplaced (28.205%) 2024-09-13T14:51:11.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:11 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 1/78 objects degraded (1.282%), 1 pg degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:51:11.910 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:11.911 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:11.911 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:11.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:11 smithi104 ceph-mon[105578]: pgmap v1600: 73 pgs: 47 active+clean+remapped, 3 active+undersized, 1 active+undersized+degraded, 22 active+clean; 582 KiB data, 1.9 GiB used, 445 GiB / 447 GiB avail; 1/78 objects degraded (1.282%); 22/78 objects misplaced (28.205%) 2024-09-13T14:51:11.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:11 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 1/78 objects degraded (1.282%), 1 pg degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:51:12.012 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:12.034 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:12.034 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:12.034 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:12.135 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:51:12.161 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:12.161 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:12.162 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:51:12.262 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:12.285 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:12.285 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:12.285 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:12.386 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:12.412 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:12.413 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:12.413 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:12.514 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:51:12.537 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:12.538 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:12.539 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:51:12.640 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:12.661 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:12.662 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:12.662 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:12.763 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:12.787 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:12.788 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:12.788 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:12.788 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:51:12 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:51:12] "GET /metrics HTTP/1.1" 200 36650 "" "Prometheus/2.51.0" 2024-09-13T14:51:12.890 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:51:12.916 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:12.916 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:12.917 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:51:13.018 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:13.043 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:13.043 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:13.044 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:13.144 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:13.167 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:13.167 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:13.168 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:13.268 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:51:13.268 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:13.294 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:13.295 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:13.295 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:13.396 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:13.420 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:13.421 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:13.421 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:13.522 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:13.544 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:13.545 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:13.545 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:13.646 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:51:13.671 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:13.672 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:13.673 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:51:13.675 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T14:51:13.675 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:51:13.742 INFO:teuthology.orchestra.run.smithi071.stderr:nodeep-scrub is unset 2024-09-13T14:51:13.773 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:13.798 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:13.799 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:13.799 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:13.900 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:13.924 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:13.925 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:13.925 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:14.026 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:14.049 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:14.049 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:14.049 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:14.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:13 smithi071 ceph-mon[107477]: pgmap v1601: 73 pgs: 47 active+clean+remapped, 3 active+undersized, 1 active+undersized+degraded, 22 active+clean; 582 KiB data, 1.9 GiB used, 445 GiB / 447 GiB avail; 1/78 objects degraded (1.282%); 22/78 objects misplaced (28.205%) 2024-09-13T14:51:14.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:13 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2710049723' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:51:14.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:13 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:51:14.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:13 smithi071 ceph-mon[112785]: pgmap v1601: 73 pgs: 47 active+clean+remapped, 3 active+undersized, 1 active+undersized+degraded, 22 active+clean; 582 KiB data, 1.9 GiB used, 445 GiB / 447 GiB avail; 1/78 objects degraded (1.282%); 22/78 objects misplaced (28.205%) 2024-09-13T14:51:14.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:13 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2710049723' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:51:14.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:13 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:51:14.151 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:14.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:13 smithi104 ceph-mon[105578]: pgmap v1601: 73 pgs: 47 active+clean+remapped, 3 active+undersized, 1 active+undersized+degraded, 22 active+clean; 582 KiB data, 1.9 GiB used, 445 GiB / 447 GiB avail; 1/78 objects degraded (1.282%); 22/78 objects misplaced (28.205%) 2024-09-13T14:51:14.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:13 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2710049723' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:51:14.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:13 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:51:14.177 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:14.178 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:14.178 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:14.279 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:14.304 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:14.305 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:14.305 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:14.406 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:14.428 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:14.429 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:14.429 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:14.530 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:14.553 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:14.553 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:14.554 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:14.656 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:51:14.682 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:14.682 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:14.683 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:51:14.782 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:51:14.783 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:51:14.783 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:14.793 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:51:14.794 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:51:14.805 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:14.806 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:14.807 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:14.810 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:51:14.810 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:51:14.815 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:14 smithi071 ceph-mon[107477]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T14:51:14.815 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:14 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T14:51:14.815 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:14 smithi071 ceph-mon[107477]: osdmap e1206: 8 total, 7 up, 5 in 2024-09-13T14:51:14.815 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:14 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:51:14.815 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:14 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:51:14.816 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:14 smithi071 ceph-mon[112785]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T14:51:14.816 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:14 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T14:51:14.817 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:14 smithi071 ceph-mon[112785]: osdmap e1206: 8 total, 7 up, 5 in 2024-09-13T14:51:14.817 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:14 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:51:14.817 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:14 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:51:14.828 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:51:14.828 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:51:14.845 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:51:14.845 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:51:14.861 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:51:14.862 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:51:14.862 INFO:teuthology.orchestra.run.smithi071.stderr:Error ENXIO: problem getting command descriptions from osd.6 2024-09-13T14:51:14.878 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:51:14.879 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:51:14.908 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:14.930 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:14.931 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:14.931 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:15.032 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:15.058 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:15.059 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:15.059 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:15.160 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:51:15.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:14 smithi104 ceph-mon[105578]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T14:51:15.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:14 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T14:51:15.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:14 smithi104 ceph-mon[105578]: osdmap e1206: 8 total, 7 up, 5 in 2024-09-13T14:51:15.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:14 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:51:15.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:14 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:51:15.181 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:15.182 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:15.182 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:51:15.283 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:51:15.305 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:15.306 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:15.306 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:51:15.373 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.3 dump_historic_ops 2024-09-13T14:51:15.407 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:51:15.433 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:15.433 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:15.434 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:51:15.534 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:15.560 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:15.561 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:15.561 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:15.662 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:15.686 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:15.687 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:15.687 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:15.788 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:51:15.813 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:15.813 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:15.814 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:51:15.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:15 smithi071 ceph-mon[107477]: pgmap v1603: 73 pgs: 47 active+clean+remapped, 3 active+undersized, 1 active+undersized+degraded, 22 active+clean; 582 KiB data, 1.9 GiB used, 445 GiB / 447 GiB avail; 1/78 objects degraded (1.282%); 22/78 objects misplaced (28.205%) 2024-09-13T14:51:15.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:15 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2463982812' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:51:15.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:15 smithi071 ceph-mon[112785]: pgmap v1603: 73 pgs: 47 active+clean+remapped, 3 active+undersized, 1 active+undersized+degraded, 22 active+clean; 582 KiB data, 1.9 GiB used, 445 GiB / 447 GiB avail; 1/78 objects degraded (1.282%); 22/78 objects misplaced (28.205%) 2024-09-13T14:51:15.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:15 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2463982812' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:51:15.915 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:15.937 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:15.938 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:15.939 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:16.040 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:16.061 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:16.062 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:16.062 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:16.163 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:51:16.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:15 smithi104 ceph-mon[105578]: pgmap v1603: 73 pgs: 47 active+clean+remapped, 3 active+undersized, 1 active+undersized+degraded, 22 active+clean; 582 KiB data, 1.9 GiB used, 445 GiB / 447 GiB avail; 1/78 objects degraded (1.282%); 22/78 objects misplaced (28.205%) 2024-09-13T14:51:16.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:15 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2463982812' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:51:16.185 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:16.185 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:16.186 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:51:16.287 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:51:16.313 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:16.313 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:16.314 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:51:16.415 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:16.436 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:16.437 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:16.437 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:16.538 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:16.559 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:16.560 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:16.560 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:16.661 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:16.689 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:16.689 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:16.690 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:16.791 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:16.813 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:16.814 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:16.814 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:16.819 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd set noscrub 2024-09-13T14:51:16.916 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:16.937 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:16.937 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:16.938 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:17.038 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:17.065 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:17.065 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:17.066 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:17.086 DEBUG:teuthology.orchestra.run:got remote process result: 6 2024-09-13T14:51:17.087 INFO:tasks.thrashosds.thrasher:Failed to tell all osds, ignoring 2024-09-13T14:51:17.136 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:51:17.166 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:17.187 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:17.187 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:17.188 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:17.289 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:51:17.310 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:17.311 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:17.311 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:51:17.412 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:17.434 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:17.434 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:17.434 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:17.535 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:17.556 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:17.557 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:17.557 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:17.658 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:51:17.684 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:17.685 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:17.685 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:51:17.786 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:17.812 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:17.812 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:17.813 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:17.826 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:51:17.914 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:51:17.938 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:17.939 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:17.939 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:51:18.036 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:17 smithi071 ceph-mon[107477]: pgmap v1604: 73 pgs: 47 active+clean+remapped, 3 active+undersized, 1 active+undersized+degraded, 22 active+clean; 582 KiB data, 1.9 GiB used, 445 GiB / 447 GiB avail; 1/78 objects degraded (1.282%); 22/78 objects misplaced (28.205%) 2024-09-13T14:51:18.036 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:17 smithi071 ceph-mon[112785]: pgmap v1604: 73 pgs: 47 active+clean+remapped, 3 active+undersized, 1 active+undersized+degraded, 22 active+clean; 582 KiB data, 1.9 GiB used, 445 GiB / 447 GiB avail; 1/78 objects degraded (1.282%); 22/78 objects misplaced (28.205%) 2024-09-13T14:51:18.040 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:51:18.062 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:18.063 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:18.063 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:51:18.164 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:51:18.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:17 smithi104 ceph-mon[105578]: pgmap v1604: 73 pgs: 47 active+clean+remapped, 3 active+undersized, 1 active+undersized+degraded, 22 active+clean; 582 KiB data, 1.9 GiB used, 445 GiB / 447 GiB avail; 1/78 objects degraded (1.282%); 22/78 objects misplaced (28.205%) 2024-09-13T14:51:18.189 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:18.190 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:18.190 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:51:18.291 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:18.316 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:18.317 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:18.317 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:18.418 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:18.441 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:18.442 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:18.442 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:18.543 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:18.566 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:18.567 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:18.568 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:18.668 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:18.694 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:18.694 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:18.695 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:18.752 INFO:teuthology.orchestra.run.smithi071.stderr:pool 'unique_pool_3' created 2024-09-13T14:51:18.795 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:18.821 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:18.821 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:18.822 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:18.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:18 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2369431413' entity='client.admin' cmd={"prefix": "osd pool create", "pool": "unique_pool_3", "pg_num": 16} : dispatch 2024-09-13T14:51:18.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:18 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd pool create", "pool": "unique_pool_3", "pg_num": 16} : dispatch 2024-09-13T14:51:18.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:18 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2369431413' entity='client.admin' cmd={"prefix": "osd pool create", "pool": "unique_pool_3", "pg_num": 16} : dispatch 2024-09-13T14:51:18.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:18 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd pool create", "pool": "unique_pool_3", "pg_num": 16} : dispatch 2024-09-13T14:51:18.922 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:18.945 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:18.946 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:18.946 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:19.047 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:19.071 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:19.072 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:19.072 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:19.088 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=false 2024-09-13T14:51:19.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:18 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2369431413' entity='client.admin' cmd={"prefix": "osd pool create", "pool": "unique_pool_3", "pg_num": 16} : dispatch 2024-09-13T14:51:19.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:18 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd pool create", "pool": "unique_pool_3", "pg_num": 16} : dispatch 2024-09-13T14:51:19.172 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:19.195 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:19.196 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:19.196 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:19.297 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:19.319 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:19.319 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:19.320 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:19.421 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:19.442 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:19.443 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:19.443 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:19.544 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:19.570 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:19.570 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:19.571 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:19.672 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:51:19.697 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:19.698 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:19.698 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:51:19.743 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd pool application enable unique_pool_3 rados --yes-i-really-mean-it || true 2024-09-13T14:51:19.799 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:19.820 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:19.821 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:19.821 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:19.922 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:19.947 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:19.947 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:19.948 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:20.048 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:51:20.070 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:20.071 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:20.072 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:51:20.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:19 smithi071 ceph-mon[107477]: pgmap v1605: 73 pgs: 47 active+clean+remapped, 3 active+undersized, 1 active+undersized+degraded, 22 active+clean; 582 KiB data, 1.9 GiB used, 445 GiB / 447 GiB avail; 1/78 objects degraded (1.282%); 22/78 objects misplaced (28.205%) 2024-09-13T14:51:20.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:19 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "unique_pool_3", "pg_num": 16}]': finished 2024-09-13T14:51:20.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:19 smithi071 ceph-mon[107477]: osdmap e1207: 8 total, 7 up, 5 in 2024-09-13T14:51:20.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:19 smithi071 ceph-mon[112785]: pgmap v1605: 73 pgs: 47 active+clean+remapped, 3 active+undersized, 1 active+undersized+degraded, 22 active+clean; 582 KiB data, 1.9 GiB used, 445 GiB / 447 GiB avail; 1/78 objects degraded (1.282%); 22/78 objects misplaced (28.205%) 2024-09-13T14:51:20.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:19 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "unique_pool_3", "pg_num": 16}]': finished 2024-09-13T14:51:20.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:19 smithi071 ceph-mon[112785]: osdmap e1207: 8 total, 7 up, 5 in 2024-09-13T14:51:20.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:19 smithi104 ceph-mon[105578]: pgmap v1605: 73 pgs: 47 active+clean+remapped, 3 active+undersized, 1 active+undersized+degraded, 22 active+clean; 582 KiB data, 1.9 GiB used, 445 GiB / 447 GiB avail; 1/78 objects degraded (1.282%); 22/78 objects misplaced (28.205%) 2024-09-13T14:51:20.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:19 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "unique_pool_3", "pg_num": 16}]': finished 2024-09-13T14:51:20.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:19 smithi104 ceph-mon[105578]: osdmap e1207: 8 total, 7 up, 5 in 2024-09-13T14:51:20.173 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:51:20.198 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:20.199 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:20.199 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:51:20.300 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:20.326 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:20.327 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:20.327 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:20.428 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:20.449 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:20.450 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:20.451 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:20.552 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:20.573 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:20.574 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:20.574 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:20.675 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:20.696 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:20.697 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:20.697 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:20.798 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:20.820 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:20.821 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:20.821 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:20.851 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:20 smithi071 ceph-mon[107477]: osdmap e1208: 8 total, 7 up, 5 in 2024-09-13T14:51:20.851 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:20 smithi071 ceph-mon[112785]: osdmap e1208: 8 total, 7 up, 5 in 2024-09-13T14:51:20.922 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:20.943 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:20.944 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:20.945 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:21.045 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:21.072 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:21.073 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:21.073 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:21.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:20 smithi104 ceph-mon[105578]: osdmap e1208: 8 total, 7 up, 5 in 2024-09-13T14:51:21.173 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:21.177 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:51:21.177 INFO:teuthology.orchestra.run.smithi071.stdout: "size": 20, 2024-09-13T14:51:21.177 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 600, 2024-09-13T14:51:21.178 INFO:teuthology.orchestra.run.smithi071.stdout: "ops": [ 2024-09-13T14:51:21.178 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.178 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:167760 6.c 6.1a86ae1c (undecoded) ondisk+retry+write+known_if_redirected+supports_pool_eio e1116)", 2024-09-13T14:51:21.178 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:41:40.345383+0000", 2024-09-13T14:51:21.178 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 580.73876476800001, 2024-09-13T14:51:21.178 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.97411293399999999, 2024-09-13T14:51:21.178 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:51:21.178 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:51:21.178 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T14:51:21.178 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:51:21.178 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:51:21.179 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:51:21.179 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 167760 2024-09-13T14:51:21.179 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.179 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:51:21.179 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.179 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:51:21.179 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345383+0000", 2024-09-13T14:51:21.179 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:51:21.179 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.179 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.179 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:51:21.179 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345383+0000", 2024-09-13T14:51:21.180 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:51:21.180 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.180 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.180 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:51:21.180 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345385+0000", 2024-09-13T14:51:21.180 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4789999999999999e-06 2024-09-13T14:51:21.180 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.180 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.180 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:51:21.180 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345390+0000", 2024-09-13T14:51:21.180 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.2299999999999999e-06 2024-09-13T14:51:21.180 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.181 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.181 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:51:21.181 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345400+0000", 2024-09-13T14:51:21.181 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.5060000000000001e-06 2024-09-13T14:51:21.181 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.181 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.181 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:51:21.181 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345409+0000", 2024-09-13T14:51:21.181 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.2660000000000007e-06 2024-09-13T14:51:21.181 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.181 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.181 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:51:21.182 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345456+0000", 2024-09-13T14:51:21.182 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.6882999999999998e-05 2024-09-13T14:51:21.182 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.182 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.182 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:51:21.182 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345464+0000", 2024-09-13T14:51:21.182 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.4370000000000007e-06 2024-09-13T14:51:21.182 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.182 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.182 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:51:21.182 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:41.319486+0000", 2024-09-13T14:51:21.182 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.974022108 2024-09-13T14:51:21.183 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.183 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.183 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:51:21.183 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:41.319496+0000", 2024-09-13T14:51:21.183 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0025e-05 2024-09-13T14:51:21.183 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:51:21.183 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:51:21.183 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:51:21.183 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.183 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.183 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:167765 6.c 6.c0cf7bbc (undecoded) ondisk+retry+write+known_if_redirected+supports_pool_eio e1116)", 2024-09-13T14:51:21.183 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:41:40.345473+0000", 2024-09-13T14:51:21.184 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 580.73867501699999, 2024-09-13T14:51:21.184 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.97405604000000001, 2024-09-13T14:51:21.184 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:51:21.184 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:51:21.184 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T14:51:21.184 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:51:21.184 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:51:21.184 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:51:21.184 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 167765 2024-09-13T14:51:21.184 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.184 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:51:21.184 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.185 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:51:21.185 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345473+0000", 2024-09-13T14:51:21.185 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:51:21.185 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.185 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.185 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:51:21.185 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345473+0000", 2024-09-13T14:51:21.185 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:51:21.185 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.185 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.185 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:51:21.185 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345474+0000", 2024-09-13T14:51:21.185 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.8400000000000005e-07 2024-09-13T14:51:21.186 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.186 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.186 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:51:21.186 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345477+0000", 2024-09-13T14:51:21.186 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.123e-06 2024-09-13T14:51:21.186 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.186 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.186 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:51:21.186 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345482+0000", 2024-09-13T14:51:21.186 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.6699999999999999e-06 2024-09-13T14:51:21.186 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.186 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.186 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:51:21.186 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345487+0000", 2024-09-13T14:51:21.187 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.9679999999999997e-06 2024-09-13T14:51:21.187 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.187 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.187 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:51:21.187 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345697+0000", 2024-09-13T14:51:21.187 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000210044 2024-09-13T14:51:21.187 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.187 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.187 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:51:21.187 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345710+0000", 2024-09-13T14:51:21.187 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2994e-05 2024-09-13T14:51:21.187 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.187 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.187 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:51:21.188 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:41.319522+0000", 2024-09-13T14:51:21.188 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.97381141800000004 2024-09-13T14:51:21.188 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.188 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.188 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:51:21.188 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:41.319529+0000", 2024-09-13T14:51:21.188 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.3390000000000004e-06 2024-09-13T14:51:21.188 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:51:21.188 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:51:21.188 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:51:21.188 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.188 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.188 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:167772 6.c 6.89f4e51c (undecoded) ondisk+retry+write+known_if_redirected+supports_pool_eio e1116)", 2024-09-13T14:51:21.189 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:41:40.345722+0000", 2024-09-13T14:51:21.189 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 580.73842579300003, 2024-09-13T14:51:21.189 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.97383408000000005, 2024-09-13T14:51:21.189 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:51:21.189 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:51:21.189 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T14:51:21.189 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:51:21.189 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:51:21.189 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:51:21.189 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 167772 2024-09-13T14:51:21.189 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.189 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:51:21.189 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.190 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:51:21.190 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345722+0000", 2024-09-13T14:51:21.190 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:51:21.190 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.190 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.190 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:51:21.190 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345722+0000", 2024-09-13T14:51:21.190 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:51:21.190 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.190 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.190 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:51:21.190 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345723+0000", 2024-09-13T14:51:21.190 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.2399999999999998e-07 2024-09-13T14:51:21.191 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.191 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.191 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:51:21.191 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345726+0000", 2024-09-13T14:51:21.191 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.3069999999999998e-06 2024-09-13T14:51:21.191 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.191 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.191 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:51:21.191 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345733+0000", 2024-09-13T14:51:21.191 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.7449999999999998e-06 2024-09-13T14:51:21.191 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.191 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.191 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:51:21.192 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345738+0000", 2024-09-13T14:51:21.192 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.463e-06 2024-09-13T14:51:21.192 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.192 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.192 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:51:21.192 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345776+0000", 2024-09-13T14:51:21.192 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.782e-05 2024-09-13T14:51:21.192 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.192 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.192 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:51:21.192 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345781+0000", 2024-09-13T14:51:21.192 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.2599999999999996e-06 2024-09-13T14:51:21.192 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.193 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.193 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:51:21.193 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:41.319549+0000", 2024-09-13T14:51:21.193 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.97376806000000005 2024-09-13T14:51:21.193 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.193 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.193 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:51:21.193 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:41.319556+0000", 2024-09-13T14:51:21.193 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.9009999999999997e-06 2024-09-13T14:51:21.193 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:51:21.193 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:51:21.193 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:51:21.194 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.194 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.194 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:167777 6.c 6.e90057fc (undecoded) ondisk+retry+write+known_if_redirected+supports_pool_eio e1116)", 2024-09-13T14:51:21.194 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:41:40.345792+0000", 2024-09-13T14:51:21.194 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 580.73835628999996, 2024-09-13T14:51:21.194 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.973790618, 2024-09-13T14:51:21.194 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:51:21.194 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:51:21.194 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T14:51:21.194 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:51:21.194 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:51:21.194 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:51:21.194 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 167777 2024-09-13T14:51:21.195 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.195 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:51:21.195 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.195 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:51:21.195 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345792+0000", 2024-09-13T14:51:21.195 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:51:21.195 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.195 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.195 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:51:21.195 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345792+0000", 2024-09-13T14:51:21.195 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:51:21.195 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.195 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.196 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:51:21.196 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345792+0000", 2024-09-13T14:51:21.196 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.6199999999999998e-07 2024-09-13T14:51:21.196 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.196 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.196 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:51:21.196 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345795+0000", 2024-09-13T14:51:21.196 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.543e-06 2024-09-13T14:51:21.196 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.196 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.196 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:51:21.196 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345801+0000", 2024-09-13T14:51:21.196 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.2099999999999998e-06 2024-09-13T14:51:21.196 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.197 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.197 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:51:21.197 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345806+0000", 2024-09-13T14:51:21.197 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.9089999999999999e-06 2024-09-13T14:51:21.197 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.197 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.197 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:51:21.197 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345841+0000", 2024-09-13T14:51:21.197 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.5071999999999999e-05 2024-09-13T14:51:21.197 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.197 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.200 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:51:21.200 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345846+0000", 2024-09-13T14:51:21.201 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.9790000000000001e-06 2024-09-13T14:51:21.201 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.201 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.202 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:51:21.202 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:41.319575+0000", 2024-09-13T14:51:21.202 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.97372929699999999 2024-09-13T14:51:21.202 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.202 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.202 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:51:21.203 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:41.319582+0000", 2024-09-13T14:51:21.203 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.1459999999999999e-06 2024-09-13T14:51:21.203 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:51:21.203 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:51:21.203 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:51:21.203 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.203 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.203 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:167784 6.6 6.e68da136 (undecoded) ondisk+retry+write+known_if_redirected+supports_pool_eio e1116)", 2024-09-13T14:51:21.204 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:41:40.345858+0000", 2024-09-13T14:51:21.204 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 580.73829029599995, 2024-09-13T14:51:21.204 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.97380509699999995, 2024-09-13T14:51:21.204 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:51:21.204 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:51:21.204 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T14:51:21.204 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:51:21.204 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:51:21.204 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:51:21.205 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 167784 2024-09-13T14:51:21.205 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.205 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:51:21.205 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.205 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:51:21.205 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345858+0000", 2024-09-13T14:51:21.205 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:51:21.205 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.205 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.205 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:51:21.205 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345858+0000", 2024-09-13T14:51:21.205 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:51:21.205 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.206 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.206 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:51:21.206 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345858+0000", 2024-09-13T14:51:21.206 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.7800000000000002e-07 2024-09-13T14:51:21.206 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.206 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.207 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:51:21.207 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345861+0000", 2024-09-13T14:51:21.207 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.5189999999999999e-06 2024-09-13T14:51:21.207 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.207 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.207 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:51:21.207 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345867+0000", 2024-09-13T14:51:21.207 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.4790000000000001e-06 2024-09-13T14:51:21.207 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.207 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.208 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:51:21.208 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.345872+0000", 2024-09-13T14:51:21.208 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.0019999999999997e-06 2024-09-13T14:51:21.208 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.208 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.208 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:51:21.208 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.348357+0000", 2024-09-13T14:51:21.208 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0024851270000000002 2024-09-13T14:51:21.208 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.208 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.208 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:51:21.208 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:40.348368+0000", 2024-09-13T14:51:21.208 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0189e-05 2024-09-13T14:51:21.209 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.209 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.209 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:51:21.209 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:41.319656+0000", 2024-09-13T14:51:21.209 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.97128802000000003 2024-09-13T14:51:21.209 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.209 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.209 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:51:21.209 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:41:41.319663+0000", 2024-09-13T14:51:21.209 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.2830000000000004e-06 2024-09-13T14:51:21.209 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:51:21.210 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:51:21.210 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:51:21.210 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.210 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.210 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:226751 6.c 6:33110f4d:::benchmark_data_smithi071_156503_object94757:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1129)", 2024-09-13T14:51:21.210 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:43:01.839984+0000", 2024-09-13T14:51:21.210 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 499.24416410100002, 2024-09-13T14:51:21.210 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.015265554, 2024-09-13T14:51:21.210 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:51:21.210 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:51:21.210 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:51:21.210 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:51:21.211 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:51:21.211 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:51:21.211 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 226751 2024-09-13T14:51:21.211 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.211 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:51:21.211 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.211 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:51:21.211 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.839984+0000", 2024-09-13T14:51:21.211 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:51:21.211 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.212 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.212 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:51:21.212 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.839984+0000", 2024-09-13T14:51:21.212 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:51:21.212 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.212 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.212 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:51:21.212 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.839986+0000", 2024-09-13T14:51:21.212 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.0509999999999999e-06 2024-09-13T14:51:21.212 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.212 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.212 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:51:21.212 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.839993+0000", 2024-09-13T14:51:21.213 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.0099999999999998e-06 2024-09-13T14:51:21.213 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.213 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.213 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:51:21.213 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.840014+0000", 2024-09-13T14:51:21.213 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.0530000000000002e-05 2024-09-13T14:51:21.213 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.213 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.213 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:51:21.213 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.840024+0000", 2024-09-13T14:51:21.213 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0482999999999999e-05 2024-09-13T14:51:21.213 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.213 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.214 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:51:21.214 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.840226+0000", 2024-09-13T14:51:21.214 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000202198 2024-09-13T14:51:21.214 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.214 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.214 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:51:21.214 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.840254+0000", 2024-09-13T14:51:21.214 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.8e-05 2024-09-13T14:51:21.214 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.214 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.214 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:51:21.214 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.824353+0000", 2024-09-13T14:51:21.214 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.98409878900000003 2024-09-13T14:51:21.215 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.215 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.215 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:51:21.215 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.824459+0000", 2024-09-13T14:51:21.215 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00010560000000000001 2024-09-13T14:51:21.215 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.216 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.216 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 5,6", 2024-09-13T14:51:21.216 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.824942+0000", 2024-09-13T14:51:21.216 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00048289300000000003 2024-09-13T14:51:21.217 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.217 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.217 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:51:21.217 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.851926+0000", 2024-09-13T14:51:21.217 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.026984101999999999 2024-09-13T14:51:21.217 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.217 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.217 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:21.218 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.851957+0000", 2024-09-13T14:51:21.218 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.1241000000000001e-05 2024-09-13T14:51:21.218 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.218 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.218 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:21.218 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.855178+0000", 2024-09-13T14:51:21.219 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.003221078 2024-09-13T14:51:21.219 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.219 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.219 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:51:21.219 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.855211+0000", 2024-09-13T14:51:21.219 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.3271e-05 2024-09-13T14:51:21.220 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.220 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.220 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:51:21.220 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.855250+0000", 2024-09-13T14:51:21.220 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.8308e-05 2024-09-13T14:51:21.220 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:51:21.221 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:51:21.221 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:51:21.221 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.221 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.221 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.34671.0:226757 6.c 6:3c7d78c2:::benchmark_data_smithi071_156503_object94763:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1129)", 2024-09-13T14:51:21.221 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:43:01.848524+0000", 2024-09-13T14:51:21.221 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 499.23562423200002, 2024-09-13T14:51:21.222 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0113736390000001, 2024-09-13T14:51:21.222 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:51:21.222 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:51:21.222 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:51:21.222 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:51:21.222 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.34671", 2024-09-13T14:51:21.222 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:51:21.222 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 226757 2024-09-13T14:51:21.222 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.222 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:51:21.222 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.223 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:51:21.223 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.848524+0000", 2024-09-13T14:51:21.223 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:51:21.223 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.223 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.223 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:51:21.224 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.848524+0000", 2024-09-13T14:51:21.224 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:51:21.224 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.224 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.224 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:51:21.224 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.848526+0000", 2024-09-13T14:51:21.225 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.7740000000000001e-06 2024-09-13T14:51:21.225 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.225 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.225 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:51:21.225 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.848532+0000", 2024-09-13T14:51:21.225 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.3770000000000001e-06 2024-09-13T14:51:21.226 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.226 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.226 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:51:21.226 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.848546+0000", 2024-09-13T14:51:21.226 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.3859999999999999e-05 2024-09-13T14:51:21.226 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.226 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.227 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:51:21.227 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.848554+0000", 2024-09-13T14:51:21.227 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.2009999999999999e-06 2024-09-13T14:51:21.227 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.227 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.227 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:51:21.227 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.848616+0000", 2024-09-13T14:51:21.227 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.1746000000000001e-05 2024-09-13T14:51:21.228 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.228 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.228 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:51:21.228 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:01.848626+0000", 2024-09-13T14:51:21.228 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.9599999999999995e-06 2024-09-13T14:51:21.228 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.229 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.229 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:51:21.229 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.838124+0000", 2024-09-13T14:51:21.229 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.98949859399999995 2024-09-13T14:51:21.230 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.230 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.230 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:51:21.230 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.838204+0000", 2024-09-13T14:51:21.230 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.9766999999999997e-05 2024-09-13T14:51:21.230 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.231 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.231 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 5,6", 2024-09-13T14:51:21.231 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.838281+0000", 2024-09-13T14:51:21.231 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.6723000000000004e-05 2024-09-13T14:51:21.231 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.231 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.231 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:51:21.231 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.852025+0000", 2024-09-13T14:51:21.231 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.013744434 2024-09-13T14:51:21.231 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.232 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.232 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:21.232 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.852069+0000", 2024-09-13T14:51:21.232 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.32e-05 2024-09-13T14:51:21.232 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.232 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.232 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:21.232 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.859799+0000", 2024-09-13T14:51:21.232 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0077300520000000003 2024-09-13T14:51:21.232 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.232 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.232 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:51:21.232 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.859854+0000", 2024-09-13T14:51:21.233 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.5010999999999999e-05 2024-09-13T14:51:21.233 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.233 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.233 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:51:21.233 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:43:02.859898+0000", 2024-09-13T14:51:21.233 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.3940000000000003e-05 2024-09-13T14:51:21.233 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:51:21.233 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:51:21.233 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:51:21.233 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.233 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.233 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:99179 7.1 7:8e101142:::benchmark_data_smithi071_196541_object99178:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1164)", 2024-09-13T14:51:21.233 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:45:43.134848+0000", 2024-09-13T14:51:21.234 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 337.94930054500003, 2024-09-13T14:51:21.234 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.2343297770000001, 2024-09-13T14:51:21.234 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:51:21.234 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:51:21.234 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:51:21.234 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:51:21.234 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:51:21.234 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:51:21.234 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 99179 2024-09-13T14:51:21.234 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.234 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:51:21.234 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.234 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:51:21.234 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.134848+0000", 2024-09-13T14:51:21.235 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:51:21.235 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.235 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.235 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:51:21.235 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.134848+0000", 2024-09-13T14:51:21.235 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:51:21.235 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.235 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.235 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:51:21.235 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.134849+0000", 2024-09-13T14:51:21.235 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.829e-06 2024-09-13T14:51:21.235 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.235 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.235 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:51:21.235 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.134873+0000", 2024-09-13T14:51:21.236 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.3382000000000001e-05 2024-09-13T14:51:21.236 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.236 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.236 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:51:21.236 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.134887+0000", 2024-09-13T14:51:21.236 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4246e-05 2024-09-13T14:51:21.236 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.236 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.236 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:51:21.236 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.134895+0000", 2024-09-13T14:51:21.236 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.8129999999999996e-06 2024-09-13T14:51:21.236 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.236 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.237 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:51:21.237 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.135045+0000", 2024-09-13T14:51:21.237 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00015046999999999999 2024-09-13T14:51:21.237 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.237 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.237 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:51:21.237 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.135056+0000", 2024-09-13T14:51:21.237 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0944000000000001e-05 2024-09-13T14:51:21.237 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.237 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.237 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:51:21.237 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:44.123935+0000", 2024-09-13T14:51:21.237 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.98887841499999996 2024-09-13T14:51:21.238 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.238 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.238 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:51:21.238 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:44.123946+0000", 2024-09-13T14:51:21.238 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1060000000000001e-05 2024-09-13T14:51:21.238 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.238 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.238 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:51:21.238 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.346720+0000", 2024-09-13T14:51:21.238 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.222774563 2024-09-13T14:51:21.238 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.238 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.238 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:51:21.238 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.348875+0000", 2024-09-13T14:51:21.239 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0021549379999999999 2024-09-13T14:51:21.239 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.239 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.239 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,4", 2024-09-13T14:51:21.239 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.349049+0000", 2024-09-13T14:51:21.239 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000173618 2024-09-13T14:51:21.239 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.239 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.239 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:21.239 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.359919+0000", 2024-09-13T14:51:21.239 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.010870342999999999 2024-09-13T14:51:21.239 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.239 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.240 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:51:21.240 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.364413+0000", 2024-09-13T14:51:21.240 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0044934500000000004 2024-09-13T14:51:21.240 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.240 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.240 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:21.240 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.365324+0000", 2024-09-13T14:51:21.240 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00091088200000000001 2024-09-13T14:51:21.240 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.240 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.240 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:51:21.240 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.365412+0000", 2024-09-13T14:51:21.240 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.8874000000000003e-05 2024-09-13T14:51:21.241 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.241 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.241 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:51:21.241 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.369177+0000", 2024-09-13T14:51:21.241 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00376495 2024-09-13T14:51:21.241 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:51:21.241 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:51:21.241 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:51:21.241 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.241 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.241 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:99183 7.1 7:8d0add75:::benchmark_data_smithi071_196541_object99182:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1164)", 2024-09-13T14:51:21.241 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:45:43.143097+0000", 2024-09-13T14:51:21.242 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 337.941051469, 2024-09-13T14:51:21.242 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.2404985829999999, 2024-09-13T14:51:21.242 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:51:21.242 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:51:21.242 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:51:21.242 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:51:21.242 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:51:21.242 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:51:21.242 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 99183 2024-09-13T14:51:21.242 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.242 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:51:21.243 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.243 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:51:21.243 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.143097+0000", 2024-09-13T14:51:21.243 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:51:21.243 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.243 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.243 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:51:21.243 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.143097+0000", 2024-09-13T14:51:21.243 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:51:21.244 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.244 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.244 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:51:21.244 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.143097+0000", 2024-09-13T14:51:21.244 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.75e-07 2024-09-13T14:51:21.244 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.244 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.244 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:51:21.244 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.143117+0000", 2024-09-13T14:51:21.245 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.9593999999999999e-05 2024-09-13T14:51:21.245 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.245 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.245 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:51:21.245 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.143129+0000", 2024-09-13T14:51:21.245 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1688999999999999e-05 2024-09-13T14:51:21.245 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.245 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.245 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:51:21.246 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.143134+0000", 2024-09-13T14:51:21.246 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.7219999999999996e-06 2024-09-13T14:51:21.246 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.246 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.246 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:51:21.246 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.146717+0000", 2024-09-13T14:51:21.246 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0035824139999999999 2024-09-13T14:51:21.246 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.246 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.246 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:51:21.247 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.146729+0000", 2024-09-13T14:51:21.247 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2114e-05 2024-09-13T14:51:21.247 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.247 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.247 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:51:21.247 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:44.124000+0000", 2024-09-13T14:51:21.247 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.97727101299999997 2024-09-13T14:51:21.247 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.247 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.247 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:51:21.247 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:44.124009+0000", 2024-09-13T14:51:21.247 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.5310000000000007e-06 2024-09-13T14:51:21.247 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.248 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.248 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:51:21.248 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.355814+0000", 2024-09-13T14:51:21.248 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2318045710000001 2024-09-13T14:51:21.248 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.248 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.248 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:51:21.248 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.356031+0000", 2024-09-13T14:51:21.248 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00021727199999999999 2024-09-13T14:51:21.248 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.248 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.249 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,4", 2024-09-13T14:51:21.249 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.356290+0000", 2024-09-13T14:51:21.249 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00025918600000000001 2024-09-13T14:51:21.249 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.249 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.249 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:21.249 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.360037+0000", 2024-09-13T14:51:21.249 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0037462799999999998 2024-09-13T14:51:21.249 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.250 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.250 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:51:21.250 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.364421+0000", 2024-09-13T14:51:21.250 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.004384677 2024-09-13T14:51:21.250 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.250 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.250 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:21.250 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.376070+0000", 2024-09-13T14:51:21.251 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.011648293000000001 2024-09-13T14:51:21.251 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.251 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.251 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:51:21.251 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.376130+0000", 2024-09-13T14:51:21.251 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.0680999999999997e-05 2024-09-13T14:51:21.251 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.251 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.251 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:51:21.252 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.383595+0000", 2024-09-13T14:51:21.252 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0074649709999999999 2024-09-13T14:51:21.252 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:51:21.252 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:51:21.252 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:51:21.252 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.252 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.252 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:99199 7.1 7:8bc22bcc:::benchmark_data_smithi071_196541_object99198:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1164)", 2024-09-13T14:51:21.253 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:45:43.165593+0000", 2024-09-13T14:51:21.253 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 337.91855510300002, 2024-09-13T14:51:21.253 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.2267440359999999, 2024-09-13T14:51:21.253 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:51:21.253 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:51:21.253 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:51:21.253 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:51:21.253 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:51:21.253 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:51:21.254 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 99199 2024-09-13T14:51:21.254 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.254 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:51:21.254 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.254 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:51:21.254 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.165593+0000", 2024-09-13T14:51:21.254 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:51:21.254 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.255 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.255 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:51:21.255 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.165593+0000", 2024-09-13T14:51:21.255 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:51:21.255 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.255 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.255 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:51:21.255 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.165594+0000", 2024-09-13T14:51:21.256 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0979999999999999e-06 2024-09-13T14:51:21.256 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.256 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.256 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:51:21.256 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.165641+0000", 2024-09-13T14:51:21.256 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.6526000000000001e-05 2024-09-13T14:51:21.256 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.256 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.257 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:51:21.257 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.165650+0000", 2024-09-13T14:51:21.257 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.6590000000000002e-06 2024-09-13T14:51:21.257 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.257 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.257 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:51:21.257 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.165657+0000", 2024-09-13T14:51:21.257 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.5339999999999996e-06 2024-09-13T14:51:21.257 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.258 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.258 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:51:21.258 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.165718+0000", 2024-09-13T14:51:21.258 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.1548000000000001e-05 2024-09-13T14:51:21.258 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.258 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.258 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:51:21.258 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.165727+0000", 2024-09-13T14:51:21.259 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.4009999999999997e-06 2024-09-13T14:51:21.259 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.259 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.259 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:51:21.259 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:44.124032+0000", 2024-09-13T14:51:21.259 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.95830501099999998 2024-09-13T14:51:21.259 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.259 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.259 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:51:21.260 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:44.124039+0000", 2024-09-13T14:51:21.260 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.9199999999999998e-06 2024-09-13T14:51:21.260 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.260 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.260 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:51:21.260 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.360763+0000", 2024-09-13T14:51:21.260 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.236724369 2024-09-13T14:51:21.261 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.261 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.261 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:51:21.261 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.360914+0000", 2024-09-13T14:51:21.261 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00015052199999999999 2024-09-13T14:51:21.262 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.262 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.262 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,4", 2024-09-13T14:51:21.262 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.361081+0000", 2024-09-13T14:51:21.262 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00016787200000000001 2024-09-13T14:51:21.262 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.262 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.262 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:21.263 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.364467+0000", 2024-09-13T14:51:21.263 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.003385585 2024-09-13T14:51:21.263 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.263 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.263 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:51:21.263 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.364585+0000", 2024-09-13T14:51:21.264 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00011790600000000001 2024-09-13T14:51:21.264 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.264 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.264 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:21.264 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.387267+0000", 2024-09-13T14:51:21.264 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.022681634999999999 2024-09-13T14:51:21.264 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.264 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.264 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:51:21.264 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.387336+0000", 2024-09-13T14:51:21.264 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.9632e-05 2024-09-13T14:51:21.264 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.265 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.265 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:51:21.265 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.392337+0000", 2024-09-13T14:51:21.265 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0050008179999999998 2024-09-13T14:51:21.265 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:51:21.265 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:51:21.265 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:51:21.265 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.265 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.265 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:99215 7.3 7:c8c22657:::benchmark_data_smithi071_196541_object99214:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1164)", 2024-09-13T14:51:21.265 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:45:43.187822+0000", 2024-09-13T14:51:21.265 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 337.89632625299998, 2024-09-13T14:51:21.265 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.9622245149999999, 2024-09-13T14:51:21.266 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:51:21.266 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:51:21.266 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:51:21.266 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:51:21.266 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:51:21.266 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:51:21.266 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 99215 2024-09-13T14:51:21.266 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.266 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:51:21.266 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.266 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:51:21.266 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.187822+0000", 2024-09-13T14:51:21.266 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:51:21.267 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.267 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.267 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:51:21.267 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.187822+0000", 2024-09-13T14:51:21.267 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:51:21.267 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.267 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.267 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:51:21.267 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.187824+0000", 2024-09-13T14:51:21.267 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.6810000000000001e-06 2024-09-13T14:51:21.267 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.267 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.267 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:51:21.268 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.187843+0000", 2024-09-13T14:51:21.268 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.9613e-05 2024-09-13T14:51:21.268 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.268 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.268 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:51:21.268 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.187858+0000", 2024-09-13T14:51:21.268 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.5322e-05 2024-09-13T14:51:21.268 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.268 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.268 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:51:21.268 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.187865+0000", 2024-09-13T14:51:21.268 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.8900000000000001e-06 2024-09-13T14:51:21.268 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.268 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.270 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:51:21.270 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.187921+0000", 2024-09-13T14:51:21.270 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.5788999999999997e-05 2024-09-13T14:51:21.270 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.270 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.270 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:51:21.270 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.187930+0000", 2024-09-13T14:51:21.270 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.6479999999999992e-06 2024-09-13T14:51:21.270 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.270 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.270 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:51:21.271 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:44.115443+0000", 2024-09-13T14:51:21.271 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.92751351800000004 2024-09-13T14:51:21.271 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.271 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.271 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:51:21.271 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:44.115454+0000", 2024-09-13T14:51:21.271 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0985000000000001e-05 2024-09-13T14:51:21.271 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.271 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.271 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:51:21.271 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.131994+0000", 2024-09-13T14:51:21.271 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0165396259999999 2024-09-13T14:51:21.271 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.271 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.272 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:51:21.272 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.132156+0000", 2024-09-13T14:51:21.272 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00016201099999999999 2024-09-13T14:51:21.272 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.272 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.272 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 2,4", 2024-09-13T14:51:21.272 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.132317+0000", 2024-09-13T14:51:21.272 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000160672 2024-09-13T14:51:21.272 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.272 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.273 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:21.273 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.141329+0000", 2024-09-13T14:51:21.273 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0090124460000000003 2024-09-13T14:51:21.273 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.273 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.273 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:51:21.273 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.141388+0000", 2024-09-13T14:51:21.273 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.9144999999999997e-05 2024-09-13T14:51:21.273 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.273 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.273 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:21.273 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.149856+0000", 2024-09-13T14:51:21.273 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0084674559999999999 2024-09-13T14:51:21.274 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.274 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.274 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:51:21.274 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.149932+0000", 2024-09-13T14:51:21.274 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.5970999999999995e-05 2024-09-13T14:51:21.274 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.274 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.274 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:51:21.274 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.150046+0000", 2024-09-13T14:51:21.274 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00011474199999999999 2024-09-13T14:51:21.274 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:51:21.274 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:51:21.275 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:51:21.275 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.275 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.275 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:99217 7.3 7:c35e42e9:::benchmark_data_smithi071_196541_object99216:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1164)", 2024-09-13T14:51:21.275 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:45:43.191404+0000", 2024-09-13T14:51:21.275 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 337.89274424400003, 2024-09-13T14:51:21.275 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.9588185359999999, 2024-09-13T14:51:21.275 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:51:21.275 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:51:21.275 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:51:21.276 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:51:21.276 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:51:21.276 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:51:21.276 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 99217 2024-09-13T14:51:21.276 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.276 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:51:21.276 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.276 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:51:21.276 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.191404+0000", 2024-09-13T14:51:21.277 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:51:21.277 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.277 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.277 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:51:21.277 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.191404+0000", 2024-09-13T14:51:21.277 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:51:21.277 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.277 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.277 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:51:21.277 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.191405+0000", 2024-09-13T14:51:21.277 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.3689999999999999e-06 2024-09-13T14:51:21.277 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.278 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.278 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:51:21.278 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.191426+0000", 2024-09-13T14:51:21.278 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.1180999999999999e-05 2024-09-13T14:51:21.278 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.278 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.278 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:51:21.278 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.191438+0000", 2024-09-13T14:51:21.278 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2047e-05 2024-09-13T14:51:21.278 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.278 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.278 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:51:21.278 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.191444+0000", 2024-09-13T14:51:21.279 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.2329999999999997e-06 2024-09-13T14:51:21.279 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.279 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.279 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:51:21.279 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.191497+0000", 2024-09-13T14:51:21.279 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.3776000000000001e-05 2024-09-13T14:51:21.279 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.279 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.279 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:51:21.279 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.191504+0000", 2024-09-13T14:51:21.279 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.6329999999999999e-06 2024-09-13T14:51:21.279 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.279 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.279 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:51:21.280 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:44.115478+0000", 2024-09-13T14:51:21.280 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.92397391600000001 2024-09-13T14:51:21.280 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.280 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.280 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:51:21.280 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:44.115485+0000", 2024-09-13T14:51:21.280 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.1899999999999998e-06 2024-09-13T14:51:21.280 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.280 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.280 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:51:21.280 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.137792+0000", 2024-09-13T14:51:21.280 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0223071990000001 2024-09-13T14:51:21.280 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.281 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.281 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:51:21.281 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.137935+0000", 2024-09-13T14:51:21.281 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000142626 2024-09-13T14:51:21.281 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.281 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.281 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 2,4", 2024-09-13T14:51:21.281 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.138093+0000", 2024-09-13T14:51:21.281 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00015806699999999999 2024-09-13T14:51:21.281 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.281 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.281 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:21.281 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.141374+0000", 2024-09-13T14:51:21.282 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0032808540000000001 2024-09-13T14:51:21.282 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.282 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.282 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:51:21.282 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.142627+0000", 2024-09-13T14:51:21.282 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.001253332 2024-09-13T14:51:21.282 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.282 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.282 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:21.282 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.150086+0000", 2024-09-13T14:51:21.282 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.007459083 2024-09-13T14:51:21.282 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.282 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.283 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:51:21.283 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.150136+0000", 2024-09-13T14:51:21.283 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.9379999999999998e-05 2024-09-13T14:51:21.283 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.283 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.283 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:51:21.283 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.150222+0000", 2024-09-13T14:51:21.283 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.6650000000000006e-05 2024-09-13T14:51:21.283 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:51:21.283 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:51:21.283 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:51:21.284 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.284 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.284 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:196820 7.f 7:fc19c063:::benchmark_data_smithi071_196541_object83880:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1187)", 2024-09-13T14:51:21.325 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:50:00.564342+0000", 2024-09-13T14:51:21.325 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 80.519805731000005, 2024-09-13T14:51:21.325 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0961653689999999, 2024-09-13T14:51:21.325 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:51:21.325 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:51:21.325 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T14:51:21.325 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:51:21.326 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:51:21.326 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:51:21.326 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 196820 2024-09-13T14:51:21.326 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.326 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:51:21.326 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.326 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:51:21.326 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:00.564342+0000", 2024-09-13T14:51:21.326 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:51:21.326 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.326 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.326 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:51:21.326 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:00.564342+0000", 2024-09-13T14:51:21.327 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:51:21.327 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.327 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.327 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:51:21.327 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:00.564344+0000", 2024-09-13T14:51:21.327 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.0779999999999998e-06 2024-09-13T14:51:21.327 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.327 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.327 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:51:21.327 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:00.564351+0000", 2024-09-13T14:51:21.327 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.7109999999999998e-06 2024-09-13T14:51:21.327 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.327 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.327 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:51:21.328 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:00.564365+0000", 2024-09-13T14:51:21.328 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.3987e-05 2024-09-13T14:51:21.328 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.328 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.328 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:51:21.328 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:00.564375+0000", 2024-09-13T14:51:21.328 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.4630000000000007e-06 2024-09-13T14:51:21.328 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.328 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.328 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:51:21.328 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:00.564434+0000", 2024-09-13T14:51:21.328 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.9178999999999997e-05 2024-09-13T14:51:21.328 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.329 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.329 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:51:21.329 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:00.564567+0000", 2024-09-13T14:51:21.329 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013316700000000001 2024-09-13T14:51:21.329 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.329 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.329 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 0,5,7", 2024-09-13T14:51:21.329 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:00.564697+0000", 2024-09-13T14:51:21.329 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013007900000000001 2024-09-13T14:51:21.329 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.329 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.329 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:51:21.329 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:00.581788+0000", 2024-09-13T14:51:21.329 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.017091262999999999 2024-09-13T14:51:21.330 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.330 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.330 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:51:21.330 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:00.581800+0000", 2024-09-13T14:51:21.330 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1731e-05 2024-09-13T14:51:21.330 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.330 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.330 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:51:21.330 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.646371+0000", 2024-09-13T14:51:21.330 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0645706669999999 2024-09-13T14:51:21.330 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.330 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.330 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for missing object", 2024-09-13T14:51:21.330 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.646481+0000", 2024-09-13T14:51:21.331 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000110785 2024-09-13T14:51:21.331 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.331 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.331 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:51:21.331 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.660428+0000", 2024-09-13T14:51:21.331 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.01394628 2024-09-13T14:51:21.331 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.331 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.331 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:51:21.331 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.660508+0000", 2024-09-13T14:51:21.331 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.9979000000000001e-05 2024-09-13T14:51:21.331 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:51:21.332 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:51:21.332 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:51:21.332 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.332 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.332 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:196821 7.f 7:fbcb5cc9:::benchmark_data_smithi071_196541_object83881:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1188)", 2024-09-13T14:51:21.332 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:50:00.585428+0000", 2024-09-13T14:51:21.332 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 80.498720238999994, 2024-09-13T14:51:21.332 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0747313439999999, 2024-09-13T14:51:21.332 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:51:21.332 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:51:21.332 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:51:21.332 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:51:21.332 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:51:21.333 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:51:21.333 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 196821 2024-09-13T14:51:21.333 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.333 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:51:21.333 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.333 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:51:21.333 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:00.585428+0000", 2024-09-13T14:51:21.333 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:51:21.333 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.333 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.334 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:51:21.334 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:00.585428+0000", 2024-09-13T14:51:21.334 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:51:21.334 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.334 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.334 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:51:21.334 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:00.585429+0000", 2024-09-13T14:51:21.334 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.389e-06 2024-09-13T14:51:21.334 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.334 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.334 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:51:21.334 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:00.585433+0000", 2024-09-13T14:51:21.335 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.749e-06 2024-09-13T14:51:21.335 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.335 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.335 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:51:21.335 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:00.585442+0000", 2024-09-13T14:51:21.335 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.1409999999999994e-06 2024-09-13T14:51:21.335 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.335 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.335 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:51:21.335 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:00.585450+0000", 2024-09-13T14:51:21.335 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.9060000000000002e-06 2024-09-13T14:51:21.335 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.335 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.335 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:51:21.336 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:00.585668+0000", 2024-09-13T14:51:21.336 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00021753399999999999 2024-09-13T14:51:21.336 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.336 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.336 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:51:21.336 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:00.585677+0000", 2024-09-13T14:51:21.336 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.6050000000000004e-06 2024-09-13T14:51:21.336 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.336 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.336 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:51:21.336 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.646797+0000", 2024-09-13T14:51:21.336 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.061120144 2024-09-13T14:51:21.336 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.337 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.337 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:51:21.337 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.646911+0000", 2024-09-13T14:51:21.337 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000113818 2024-09-13T14:51:21.337 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.337 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.337 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 0,5,7", 2024-09-13T14:51:21.337 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.647462+0000", 2024-09-13T14:51:21.337 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00055083699999999998 2024-09-13T14:51:21.337 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.337 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.337 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:21.337 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.655118+0000", 2024-09-13T14:51:21.338 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0076555979999999996 2024-09-13T14:51:21.338 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.338 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.338 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:21.338 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.655156+0000", 2024-09-13T14:51:21.338 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.8448999999999997e-05 2024-09-13T14:51:21.338 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.338 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.338 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:51:21.338 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.655559+0000", 2024-09-13T14:51:21.338 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00040307100000000002 2024-09-13T14:51:21.338 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.338 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.338 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:21.339 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.659959+0000", 2024-09-13T14:51:21.339 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0044001250000000004 2024-09-13T14:51:21.339 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.339 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.339 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:51:21.339 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.660024+0000", 2024-09-13T14:51:21.339 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.491e-05 2024-09-13T14:51:21.339 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.339 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.339 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:51:21.339 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.660159+0000", 2024-09-13T14:51:21.339 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013506799999999999 2024-09-13T14:51:21.339 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:51:21.340 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:51:21.340 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:51:21.340 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.340 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.340 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:205249 7.f 7:f555c02e:::benchmark_data_smithi071_196541_object92309:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1193)", 2024-09-13T14:51:21.340 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:50:18.165432+0000", 2024-09-13T14:51:21.340 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 62.918715632999998, 2024-09-13T14:51:21.340 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.026720203, 2024-09-13T14:51:21.340 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:51:21.340 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:51:21.340 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:51:21.340 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:51:21.340 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:51:21.340 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:51:21.341 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 205249 2024-09-13T14:51:21.341 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.341 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:51:21.341 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.341 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:51:21.341 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.165432+0000", 2024-09-13T14:51:21.341 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:51:21.341 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.341 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.341 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:51:21.341 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.165432+0000", 2024-09-13T14:51:21.341 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:51:21.341 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.342 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.342 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:51:21.342 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.165433+0000", 2024-09-13T14:51:21.342 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.3099999999999999e-07 2024-09-13T14:51:21.342 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.342 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.342 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:51:21.342 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.165435+0000", 2024-09-13T14:51:21.342 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.7719999999999999e-06 2024-09-13T14:51:21.342 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.342 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.342 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:51:21.342 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.165440+0000", 2024-09-13T14:51:21.342 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.1630000000000004e-06 2024-09-13T14:51:21.343 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.343 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.343 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:51:21.343 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.165444+0000", 2024-09-13T14:51:21.343 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.3340000000000003e-06 2024-09-13T14:51:21.343 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.343 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.343 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:51:21.343 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.175480+0000", 2024-09-13T14:51:21.343 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.010036036 2024-09-13T14:51:21.343 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.343 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.343 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:51:21.344 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.175490+0000", 2024-09-13T14:51:21.344 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.4329999999999993e-06 2024-09-13T14:51:21.344 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.344 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.344 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:51:21.344 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.187689+0000", 2024-09-13T14:51:21.344 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.012199023 2024-09-13T14:51:21.344 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.344 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.344 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:51:21.344 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.187827+0000", 2024-09-13T14:51:21.344 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013861900000000001 2024-09-13T14:51:21.344 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.345 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.345 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 5,7", 2024-09-13T14:51:21.345 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.187968+0000", 2024-09-13T14:51:21.345 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00014040600000000001 2024-09-13T14:51:21.345 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.345 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.345 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:21.345 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.191983+0000", 2024-09-13T14:51:21.345 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0040151099999999997 2024-09-13T14:51:21.345 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.345 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.346 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:21.346 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.192033+0000", 2024-09-13T14:51:21.346 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.0602000000000001e-05 2024-09-13T14:51:21.346 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.346 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.346 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:51:21.346 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.192042+0000", 2024-09-13T14:51:21.346 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.4379999999999995e-06 2024-09-13T14:51:21.346 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.346 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.346 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:51:21.347 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.192078+0000", 2024-09-13T14:51:21.347 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.6465999999999999e-05 2024-09-13T14:51:21.347 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.347 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.347 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:51:21.347 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.192153+0000", 2024-09-13T14:51:21.347 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.4469999999999997e-05 2024-09-13T14:51:21.347 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:51:21.347 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:51:21.347 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:51:21.347 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.348 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.348 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:205255 7.f 7:f587c29b:::benchmark_data_smithi071_196541_object92315:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1193)", 2024-09-13T14:51:21.348 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:50:18.180209+0000", 2024-09-13T14:51:21.348 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 62.903938814, 2024-09-13T14:51:21.348 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0252084619999999, 2024-09-13T14:51:21.348 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:51:21.348 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:51:21.348 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:51:21.348 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:51:21.348 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:51:21.348 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:51:21.348 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 205255 2024-09-13T14:51:21.349 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.349 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:51:21.349 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.349 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:51:21.349 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.180209+0000", 2024-09-13T14:51:21.349 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:51:21.349 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.349 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.349 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:51:21.349 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.180209+0000", 2024-09-13T14:51:21.349 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:51:21.349 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.349 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.350 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:51:21.350 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.180211+0000", 2024-09-13T14:51:21.350 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.353e-06 2024-09-13T14:51:21.350 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.350 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.350 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:51:21.350 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.180216+0000", 2024-09-13T14:51:21.350 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.3580000000000002e-06 2024-09-13T14:51:21.350 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.350 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.350 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:51:21.350 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.180227+0000", 2024-09-13T14:51:21.350 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0815000000000001e-05 2024-09-13T14:51:21.351 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.351 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.351 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:51:21.351 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.180234+0000", 2024-09-13T14:51:21.351 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.0160000000000003e-06 2024-09-13T14:51:21.351 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.351 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.351 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:51:21.351 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.180320+0000", 2024-09-13T14:51:21.351 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.6372000000000006e-05 2024-09-13T14:51:21.351 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.351 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.352 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:51:21.352 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.180330+0000", 2024-09-13T14:51:21.352 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0249e-05 2024-09-13T14:51:21.352 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.352 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.352 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:51:21.352 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.192191+0000", 2024-09-13T14:51:21.352 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.01186083 2024-09-13T14:51:21.352 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.352 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.352 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:51:21.353 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.192303+0000", 2024-09-13T14:51:21.353 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00011128000000000001 2024-09-13T14:51:21.353 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.353 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.353 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 5,7", 2024-09-13T14:51:21.353 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.192439+0000", 2024-09-13T14:51:21.353 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013620700000000001 2024-09-13T14:51:21.353 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.353 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.353 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:21.353 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.199166+0000", 2024-09-13T14:51:21.353 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0067277049999999996 2024-09-13T14:51:21.353 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.354 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.354 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:21.354 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.199215+0000", 2024-09-13T14:51:21.354 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.8254999999999998e-05 2024-09-13T14:51:21.354 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.354 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.354 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:51:21.354 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.205263+0000", 2024-09-13T14:51:21.354 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0060483150000000003 2024-09-13T14:51:21.354 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.354 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.354 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:51:21.354 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.205316+0000", 2024-09-13T14:51:21.354 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.3307000000000003e-05 2024-09-13T14:51:21.355 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.355 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.355 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:51:21.355 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.205418+0000", 2024-09-13T14:51:21.355 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0001014 2024-09-13T14:51:21.355 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:51:21.355 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:51:21.355 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:51:21.355 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.355 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.355 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:205275 7.f 7:f60d921e:::benchmark_data_smithi071_196541_object92335:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1193)", 2024-09-13T14:51:21.355 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:50:18.205672+0000", 2024-09-13T14:51:21.355 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 62.878475795, 2024-09-13T14:51:21.356 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.99995256499999996, 2024-09-13T14:51:21.356 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:51:21.356 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:51:21.356 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:51:21.356 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:51:21.356 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:51:21.356 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:51:21.356 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 205275 2024-09-13T14:51:21.356 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.356 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:51:21.356 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.356 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:51:21.356 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.205672+0000", 2024-09-13T14:51:21.357 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:51:21.357 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.357 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.357 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:51:21.357 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.205672+0000", 2024-09-13T14:51:21.357 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:51:21.357 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.357 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.357 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:51:21.357 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.205674+0000", 2024-09-13T14:51:21.357 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4300000000000001e-06 2024-09-13T14:51:21.357 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.357 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.358 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:51:21.358 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.205678+0000", 2024-09-13T14:51:21.358 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.7160000000000002e-06 2024-09-13T14:51:21.358 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.358 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.358 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:51:21.358 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.205690+0000", 2024-09-13T14:51:21.358 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1474000000000001e-05 2024-09-13T14:51:21.358 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.358 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.358 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:51:21.358 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.205697+0000", 2024-09-13T14:51:21.358 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.5760000000000002e-06 2024-09-13T14:51:21.358 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.359 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.359 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:51:21.359 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.207151+0000", 2024-09-13T14:51:21.359 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0014541549999999999 2024-09-13T14:51:21.359 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.359 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.359 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:51:21.359 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.207161+0000", 2024-09-13T14:51:21.359 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.9750000000000002e-06 2024-09-13T14:51:21.359 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.359 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.359 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:51:21.359 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.195756+0000", 2024-09-13T14:51:21.360 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.98859583799999995 2024-09-13T14:51:21.360 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.360 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.360 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:51:21.360 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.195876+0000", 2024-09-13T14:51:21.360 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000119226 2024-09-13T14:51:21.360 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.360 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.360 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 5,7", 2024-09-13T14:51:21.360 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.195952+0000", 2024-09-13T14:51:21.360 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.6408000000000004e-05 2024-09-13T14:51:21.360 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.360 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.361 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:21.361 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.199249+0000", 2024-09-13T14:51:21.361 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0032972209999999999 2024-09-13T14:51:21.361 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.361 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.361 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:21.361 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.199285+0000", 2024-09-13T14:51:21.361 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.6059000000000002e-05 2024-09-13T14:51:21.361 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.361 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.362 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:51:21.362 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.205477+0000", 2024-09-13T14:51:21.362 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0061915540000000002 2024-09-13T14:51:21.362 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.362 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.362 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:51:21.362 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.205529+0000", 2024-09-13T14:51:21.362 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.2506000000000002e-05 2024-09-13T14:51:21.362 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.362 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.362 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:51:21.362 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.205625+0000", 2024-09-13T14:51:21.362 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.5427000000000006e-05 2024-09-13T14:51:21.363 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:51:21.363 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:51:21.363 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:51:21.363 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.363 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.363 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:205277 7.f 7:fa56af2d:::benchmark_data_smithi071_196541_object92337:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1193)", 2024-09-13T14:51:21.363 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:50:18.209752+0000", 2024-09-13T14:51:21.363 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 62.874396099999998, 2024-09-13T14:51:21.363 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.99604103799999999, 2024-09-13T14:51:21.363 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:51:21.363 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:51:21.363 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:51:21.363 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:51:21.363 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:51:21.364 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:51:21.364 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 205277 2024-09-13T14:51:21.364 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.364 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:51:21.364 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.364 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:51:21.364 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.209752+0000", 2024-09-13T14:51:21.364 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:51:21.364 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.365 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.365 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:51:21.365 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.209752+0000", 2024-09-13T14:51:21.365 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:51:21.365 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.365 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.365 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:51:21.365 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.209753+0000", 2024-09-13T14:51:21.365 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.9699999999999996e-07 2024-09-13T14:51:21.365 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.365 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.365 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:51:21.365 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.209755+0000", 2024-09-13T14:51:21.365 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.255e-06 2024-09-13T14:51:21.366 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.366 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.366 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:51:21.366 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.209761+0000", 2024-09-13T14:51:21.366 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.2580000000000001e-06 2024-09-13T14:51:21.366 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.366 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.366 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:51:21.366 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.209767+0000", 2024-09-13T14:51:21.366 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.8019999999999997e-06 2024-09-13T14:51:21.366 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.366 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.366 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:51:21.367 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.209845+0000", 2024-09-13T14:51:21.367 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.8263999999999995e-05 2024-09-13T14:51:21.367 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.367 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.367 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:51:21.367 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.209856+0000", 2024-09-13T14:51:21.367 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0599e-05 2024-09-13T14:51:21.367 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.367 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.367 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:51:21.367 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.199357+0000", 2024-09-13T14:51:21.367 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.98950107300000001 2024-09-13T14:51:21.367 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.367 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.368 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:51:21.368 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.199488+0000", 2024-09-13T14:51:21.368 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000130994 2024-09-13T14:51:21.368 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.368 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.368 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 5,7", 2024-09-13T14:51:21.368 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.199651+0000", 2024-09-13T14:51:21.368 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00016298199999999999 2024-09-13T14:51:21.368 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.368 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.369 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:21.369 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.205466+0000", 2024-09-13T14:51:21.369 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0058150479999999997 2024-09-13T14:51:21.369 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.369 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.369 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:51:21.370 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.205631+0000", 2024-09-13T14:51:21.370 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00016490999999999999 2024-09-13T14:51:21.370 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.370 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.370 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:21.370 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.205664+0000", 2024-09-13T14:51:21.370 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.2833000000000002e-05 2024-09-13T14:51:21.371 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.371 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.371 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:51:21.371 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.205713+0000", 2024-09-13T14:51:21.371 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.9159999999999997e-05 2024-09-13T14:51:21.371 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.372 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.372 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:51:21.372 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.205793+0000", 2024-09-13T14:51:21.372 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.0363000000000003e-05 2024-09-13T14:51:21.372 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:51:21.372 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:51:21.373 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:51:21.373 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.373 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.373 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:205283 7.f 7:f92ccc26:::benchmark_data_smithi071_196541_object92343:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1193)", 2024-09-13T14:51:21.373 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:50:18.213256+0000", 2024-09-13T14:51:21.373 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 62.870892478999998, 2024-09-13T14:51:21.374 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.99273688599999999, 2024-09-13T14:51:21.374 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:51:21.374 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:51:21.374 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:51:21.374 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:51:21.374 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:51:21.375 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:51:21.375 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 205283 2024-09-13T14:51:21.375 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.375 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:51:21.375 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.376 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:51:21.376 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.213256+0000", 2024-09-13T14:51:21.376 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:51:21.376 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.377 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.377 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:51:21.377 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.213256+0000", 2024-09-13T14:51:21.377 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:51:21.377 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.377 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.378 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:51:21.378 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.213257+0000", 2024-09-13T14:51:21.378 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.39e-06 2024-09-13T14:51:21.378 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.378 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.378 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:51:21.379 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.213262+0000", 2024-09-13T14:51:21.379 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.1000000000000003e-06 2024-09-13T14:51:21.379 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.379 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.379 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:51:21.379 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.213278+0000", 2024-09-13T14:51:21.380 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.5644000000000001e-05 2024-09-13T14:51:21.380 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.380 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.380 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:51:21.380 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.213285+0000", 2024-09-13T14:51:21.381 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.61e-06 2024-09-13T14:51:21.381 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.381 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.381 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:51:21.381 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.213354+0000", 2024-09-13T14:51:21.381 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.8473999999999995e-05 2024-09-13T14:51:21.382 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.382 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.382 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:51:21.382 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.213365+0000", 2024-09-13T14:51:21.382 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1362000000000001e-05 2024-09-13T14:51:21.382 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.383 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.383 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:51:21.383 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.202199+0000", 2024-09-13T14:51:21.383 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.98883356700000002 2024-09-13T14:51:21.383 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.384 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.384 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:51:21.384 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.202282+0000", 2024-09-13T14:51:21.384 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.3446e-05 2024-09-13T14:51:21.384 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.384 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.384 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 5,7", 2024-09-13T14:51:21.385 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.202351+0000", 2024-09-13T14:51:21.385 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.8919999999999997e-05 2024-09-13T14:51:21.385 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.385 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.386 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:21.386 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.205830+0000", 2024-09-13T14:51:21.386 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0034784550000000001 2024-09-13T14:51:21.386 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.386 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.386 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:51:21.387 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.205840+0000", 2024-09-13T14:51:21.387 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0634e-05 2024-09-13T14:51:21.387 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.387 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.387 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:21.387 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.205873+0000", 2024-09-13T14:51:21.387 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.2285e-05 2024-09-13T14:51:21.387 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.387 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.387 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:51:21.387 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.205913+0000", 2024-09-13T14:51:21.387 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.0197999999999997e-05 2024-09-13T14:51:21.388 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.388 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.388 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:51:21.388 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.205993+0000", 2024-09-13T14:51:21.388 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.9801000000000004e-05 2024-09-13T14:51:21.388 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:51:21.388 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:51:21.388 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:51:21.388 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.388 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.388 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:205292 7.f 7:fe783de9:::benchmark_data_smithi071_196541_object92352:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1193)", 2024-09-13T14:51:21.389 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:50:18.223051+0000", 2024-09-13T14:51:21.389 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 62.861096750000002, 2024-09-13T14:51:21.389 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.99979019599999996, 2024-09-13T14:51:21.389 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:51:21.389 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:51:21.389 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:51:21.389 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:51:21.389 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:51:21.389 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:51:21.389 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 205292 2024-09-13T14:51:21.390 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.390 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:51:21.390 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.390 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:51:21.390 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.223051+0000", 2024-09-13T14:51:21.390 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:51:21.390 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.390 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.390 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:51:21.390 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.223051+0000", 2024-09-13T14:51:21.390 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:51:21.390 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.390 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.391 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:51:21.391 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.223052+0000", 2024-09-13T14:51:21.391 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.8899999999999999e-07 2024-09-13T14:51:21.391 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.391 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.391 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:51:21.391 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.223056+0000", 2024-09-13T14:51:21.391 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.7629999999999998e-06 2024-09-13T14:51:21.391 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.391 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.391 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:51:21.391 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.223063+0000", 2024-09-13T14:51:21.391 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.109e-06 2024-09-13T14:51:21.391 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.392 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.392 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:51:21.392 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.223069+0000", 2024-09-13T14:51:21.392 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.6529999999999999e-06 2024-09-13T14:51:21.392 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.392 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.392 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:51:21.392 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.223122+0000", 2024-09-13T14:51:21.392 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.3337000000000001e-05 2024-09-13T14:51:21.392 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.392 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.392 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:51:21.392 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.223130+0000", 2024-09-13T14:51:21.393 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.9019999999999999e-06 2024-09-13T14:51:21.393 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.393 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.393 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:51:21.393 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.206020+0000", 2024-09-13T14:51:21.393 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.98289019399999999 2024-09-13T14:51:21.393 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.393 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.393 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:51:21.393 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.206176+0000", 2024-09-13T14:51:21.393 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00015562 2024-09-13T14:51:21.393 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.393 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.393 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 5,7", 2024-09-13T14:51:21.394 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.206304+0000", 2024-09-13T14:51:21.394 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012863499999999999 2024-09-13T14:51:21.394 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.394 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.394 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:21.394 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.217371+0000", 2024-09-13T14:51:21.394 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.011066731 2024-09-13T14:51:21.394 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.395 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.395 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:21.395 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.217411+0000", 2024-09-13T14:51:21.395 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.9567000000000003e-05 2024-09-13T14:51:21.395 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.395 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.395 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:51:21.395 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.222689+0000", 2024-09-13T14:51:21.395 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0052782130000000003 2024-09-13T14:51:21.395 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.395 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.395 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:51:21.395 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.222743+0000", 2024-09-13T14:51:21.396 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.3903000000000002e-05 2024-09-13T14:51:21.396 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:51:21.396 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:51:21.396 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:51:21.396 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.222842+0000", 2024-09-13T14:51:21.396 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.8880000000000002e-05 2024-09-13T14:51:21.396 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:51:21.396 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:51:21.396 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:51:21.396 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:51:21.396 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:51:21.396 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:51:21.397 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:21.398 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:21.398 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:21.499 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:21.520 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:21.521 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:21.521 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:21.622 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:21.647 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:21.648 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:21.649 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:21.749 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:21.771 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:21.771 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:21.772 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:21.872 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:51:21.897 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:21.897 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:21.898 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:51:21.998 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:22.019 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:22.020 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:22.020 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:22.121 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:22.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:21 smithi071 ceph-mon[107477]: pgmap v1608: 89 pgs: 5 creating+peering, 7 unknown, 47 active+clean+remapped, 6 active+undersized, 1 active+undersized+degraded, 23 active+clean; 582 KiB data, 1.9 GiB used, 445 GiB / 447 GiB avail; 1/78 objects degraded (1.282%); 22/78 objects misplaced (28.205%) 2024-09-13T14:51:22.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:21 smithi071 ceph-mon[107477]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-13T14:51:22.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:21 smithi071 ceph-mon[107477]: osdmap e1209: 8 total, 7 up, 5 in 2024-09-13T14:51:22.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:21 smithi071 ceph-mon[112785]: pgmap v1608: 89 pgs: 5 creating+peering, 7 unknown, 47 active+clean+remapped, 6 active+undersized, 1 active+undersized+degraded, 23 active+clean; 582 KiB data, 1.9 GiB used, 445 GiB / 447 GiB avail; 1/78 objects degraded (1.282%); 22/78 objects misplaced (28.205%) 2024-09-13T14:51:22.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:21 smithi071 ceph-mon[112785]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-13T14:51:22.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:21 smithi071 ceph-mon[112785]: osdmap e1209: 8 total, 7 up, 5 in 2024-09-13T14:51:22.147 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:22.148 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:22.148 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:22.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:21 smithi104 ceph-mon[105578]: pgmap v1608: 89 pgs: 5 creating+peering, 7 unknown, 47 active+clean+remapped, 6 active+undersized, 1 active+undersized+degraded, 23 active+clean; 582 KiB data, 1.9 GiB used, 445 GiB / 447 GiB avail; 1/78 objects degraded (1.282%); 22/78 objects misplaced (28.205%) 2024-09-13T14:51:22.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:21 smithi104 ceph-mon[105578]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-13T14:51:22.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:21 smithi104 ceph-mon[105578]: osdmap e1209: 8 total, 7 up, 5 in 2024-09-13T14:51:22.249 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:22.270 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:22.271 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:22.271 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:22.372 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:22.392 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.4 dump_ops_in_flight 2024-09-13T14:51:22.397 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:22.398 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:22.398 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:22.500 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:51:22.526 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:22.526 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:22.527 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:51:22.603 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:51:22.628 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:51:22.649 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:22.650 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:22.650 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:51:22.736 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:51:22.751 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:51:22.774 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:22.774 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:22.775 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:51:22.876 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:22.890 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:51:22 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:51:22] "GET /metrics HTTP/1.1" 200 34300 "" "Prometheus/2.51.0" 2024-09-13T14:51:22.898 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:22.899 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:22.899 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:23.000 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:51:23.023 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:23.023 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:23.024 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:51:23.125 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:23.148 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:23.148 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:23.149 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:23.250 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:23.272 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:23.273 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:23.273 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:23.374 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:23.398 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:23.398 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:23.399 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:23.500 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:51:23.515 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:51:23.523 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:23.524 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:23.524 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:51:23.625 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:23.646 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:23.647 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:23.647 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:23.748 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:23.771 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:23.771 INFO:teuthology.orchestra.run.smithi071.stderr:noscrub is set 2024-09-13T14:51:23.772 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:23.772 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:23.873 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:23.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:23 smithi071 ceph-mon[107477]: pgmap v1610: 89 pgs: 5 creating+peering, 3 unknown, 47 active+clean+remapped, 9 active+undersized, 1 active+undersized+degraded, 24 active+clean; 582 KiB data, 1.9 GiB used, 445 GiB / 447 GiB avail; 1/78 objects degraded (1.282%); 22/78 objects misplaced (28.205%) 2024-09-13T14:51:23.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:23 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1314217411' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:51:23.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:23 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:51:23.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:23 smithi071 ceph-mon[112785]: pgmap v1610: 89 pgs: 5 creating+peering, 3 unknown, 47 active+clean+remapped, 9 active+undersized, 1 active+undersized+degraded, 24 active+clean; 582 KiB data, 1.9 GiB used, 445 GiB / 447 GiB avail; 1/78 objects degraded (1.282%); 22/78 objects misplaced (28.205%) 2024-09-13T14:51:23.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:23 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1314217411' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:51:23.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:23 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:51:23.894 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:23.895 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:23.895 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:23.996 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:24.018 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:24.018 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:24.019 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:24.044 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:23 smithi104 ceph-mon[105578]: pgmap v1610: 89 pgs: 5 creating+peering, 3 unknown, 47 active+clean+remapped, 9 active+undersized, 1 active+undersized+degraded, 24 active+clean; 582 KiB data, 1.9 GiB used, 445 GiB / 447 GiB avail; 1/78 objects degraded (1.282%); 22/78 objects misplaced (28.205%) 2024-09-13T14:51:24.044 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:23 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1314217411' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:51:24.044 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:23 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:51:24.120 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:24.142 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:24.142 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:24.143 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:24.243 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:24.265 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:24.266 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:24.266 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:24.367 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:24.388 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:24.389 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:24.389 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:24.395 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2024-09-13T14:51:24.395 INFO:teuthology.orchestra.run.smithi104.stdout: "ops": [], 2024-09-13T14:51:24.395 INFO:teuthology.orchestra.run.smithi104.stdout: "num_ops": 0 2024-09-13T14:51:24.395 INFO:teuthology.orchestra.run.smithi104.stdout:} 2024-09-13T14:51:24.489 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:51:24.513 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:24.513 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:24.514 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:51:24.614 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:24.636 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:24.637 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:24.637 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:24.738 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:24.761 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:24.761 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:24.762 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:24.862 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:24.884 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:24.884 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:24.885 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:24.982 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:24 smithi104 ceph-mon[105578]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:51:24.982 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:24 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T14:51:24.982 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:24 smithi104 ceph-mon[105578]: osdmap e1210: 8 total, 7 up, 5 in 2024-09-13T14:51:24.986 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:51:25.004 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.4 dump_blocked_ops 2024-09-13T14:51:25.008 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:25.008 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:25.009 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:51:25.110 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:25.132 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:25.133 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:25.133 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:25.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:24 smithi071 ceph-mon[107477]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:51:25.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:24 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T14:51:25.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:24 smithi071 ceph-mon[107477]: osdmap e1210: 8 total, 7 up, 5 in 2024-09-13T14:51:25.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:24 smithi071 ceph-mon[112785]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:51:25.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:24 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T14:51:25.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:24 smithi071 ceph-mon[112785]: osdmap e1210: 8 total, 7 up, 5 in 2024-09-13T14:51:25.202 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:51:25.234 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:25.256 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:25.257 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:25.257 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:25.358 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:51:25.380 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:25.380 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:25.381 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:51:25.481 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:51:25.504 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:25.504 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:25.504 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:51:25.607 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:51:25.628 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:25.628 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:25.629 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:51:25.730 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:25.752 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:25.752 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:25.752 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:25.853 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:51:25.877 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:25.877 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:25.877 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:51:25.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:25 smithi104 ceph-mon[105578]: pgmap v1612: 89 pgs: 47 active+clean+remapped, 14 active+undersized, 1 active+undersized+degraded, 27 active+clean; 582 KiB data, 1.9 GiB used, 445 GiB / 447 GiB avail; 1/78 objects degraded (1.282%); 22/78 objects misplaced (28.205%) 2024-09-13T14:51:25.979 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:26.000 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:26.001 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:26.001 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:26.042 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:25 smithi071 ceph-mon[107477]: pgmap v1612: 89 pgs: 47 active+clean+remapped, 14 active+undersized, 1 active+undersized+degraded, 27 active+clean; 582 KiB data, 1.9 GiB used, 445 GiB / 447 GiB avail; 1/78 objects degraded (1.282%); 22/78 objects misplaced (28.205%) 2024-09-13T14:51:26.042 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:25 smithi071 ceph-mon[112785]: pgmap v1612: 89 pgs: 47 active+clean+remapped, 14 active+undersized, 1 active+undersized+degraded, 27 active+clean; 582 KiB data, 1.9 GiB used, 445 GiB / 447 GiB avail; 1/78 objects degraded (1.282%); 22/78 objects misplaced (28.205%) 2024-09-13T14:51:26.102 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:26.124 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:26.124 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:26.124 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:26.225 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:26.247 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:26.248 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:26.249 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:26.350 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:51:26.371 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:26.372 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:26.372 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:51:26.473 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:51:26.494 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:26.495 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:26.495 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:51:26.598 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:26.620 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:26.621 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:26.621 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:26.722 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:26.744 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:26.744 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:26.745 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:26.759 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd set nodeep-scrub 2024-09-13T14:51:26.781 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:51:26.782 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:51:26.792 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:51:26.792 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:51:26.809 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:51:26.809 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:51:26.826 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:51:26.826 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:51:26.842 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:51:26.842 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:51:26.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:26 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3028920621' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:51:26.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:26 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3028920621' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:51:26.846 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:26.858 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:51:26.859 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:51:26.859 INFO:teuthology.orchestra.run.smithi071.stderr:Error ENXIO: problem getting command descriptions from osd.6 2024-09-13T14:51:26.866 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:26 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3028920621' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:51:26.867 INFO:teuthology.orchestra.run.smithi104.stdout:ERROR: (22) Invalid argument 2024-09-13T14:51:26.867 INFO:teuthology.orchestra.run.smithi104.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:51:26.867 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:26.868 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:26.869 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:26.875 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:51:26.875 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:51:26.970 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:51:26.993 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:26.993 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:26.994 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:51:27.094 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:51:27.116 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:27.116 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:27.117 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:51:27.218 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:27.240 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:27.240 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:27.240 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:27.344 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:27.367 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:27.367 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:27.368 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:27.468 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:27.490 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:27.491 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:27.491 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:27.492 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.4 dump_historic_ops 2024-09-13T14:51:27.592 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:27.614 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:27.614 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:27.615 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:27.686 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:51:27.715 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:27.737 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:27.737 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:27.738 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:27.779 INFO:teuthology.orchestra.run.smithi071.stderr:enabled application 'rados' on pool 'unique_pool_3' 2024-09-13T14:51:27.812 DEBUG:teuthology.orchestra.run:got remote process result: 6 2024-09-13T14:51:27.813 INFO:tasks.thrashosds.thrasher:Failed to tell all osds, ignoring 2024-09-13T14:51:27.839 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:27.875 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:27.875 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:27.876 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:27.977 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:28.000 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:28.000 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:28.001 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:28.023 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:27 smithi104 ceph-mon[105578]: pgmap v1613: 89 pgs: 47 active+clean+remapped, 14 active+undersized, 1 active+undersized+degraded, 27 active+clean; 582 KiB data, 1.9 GiB used, 445 GiB / 447 GiB avail; 1/78 objects degraded (1.282%); 22/78 objects misplaced (28.205%) 2024-09-13T14:51:28.023 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:27 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1339289455' entity='client.admin' cmd={"prefix": "osd pool application enable", "pool": "unique_pool_3", "app": "rados", "yes_i_really_mean_it": true} : dispatch 2024-09-13T14:51:28.084 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:27 smithi071 ceph-mon[107477]: pgmap v1613: 89 pgs: 47 active+clean+remapped, 14 active+undersized, 1 active+undersized+degraded, 27 active+clean; 582 KiB data, 1.9 GiB used, 445 GiB / 447 GiB avail; 1/78 objects degraded (1.282%); 22/78 objects misplaced (28.205%) 2024-09-13T14:51:28.084 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:27 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1339289455' entity='client.admin' cmd={"prefix": "osd pool application enable", "pool": "unique_pool_3", "app": "rados", "yes_i_really_mean_it": true} : dispatch 2024-09-13T14:51:28.084 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:27 smithi071 ceph-mon[112785]: pgmap v1613: 89 pgs: 47 active+clean+remapped, 14 active+undersized, 1 active+undersized+degraded, 27 active+clean; 582 KiB data, 1.9 GiB used, 445 GiB / 447 GiB avail; 1/78 objects degraded (1.282%); 22/78 objects misplaced (28.205%) 2024-09-13T14:51:28.085 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:27 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1339289455' entity='client.admin' cmd={"prefix": "osd pool application enable", "pool": "unique_pool_3", "app": "rados", "yes_i_really_mean_it": true} : dispatch 2024-09-13T14:51:28.102 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:28.123 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:28.124 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:28.124 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:28.225 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:28.248 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:28.249 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:28.249 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:28.350 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:28.371 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:28.372 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:28.372 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:28.461 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:51:28.473 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:28.496 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:28.496 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:28.496 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:28.597 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:28.620 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:28.620 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:28.621 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:28.721 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:51:28.744 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:28.744 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:28.745 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:51:28.845 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:28.868 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:28.868 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:28.868 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:28.879 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:28 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1339289455' entity='client.admin' cmd='[{"prefix": "osd pool application enable", "pool": "unique_pool_3", "app": "rados", "yes_i_really_mean_it": true}]': finished 2024-09-13T14:51:28.879 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:28 smithi071 ceph-mon[107477]: osdmap e1211: 8 total, 7 up, 5 in 2024-09-13T14:51:28.879 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:28 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1339289455' entity='client.admin' cmd='[{"prefix": "osd pool application enable", "pool": "unique_pool_3", "app": "rados", "yes_i_really_mean_it": true}]': finished 2024-09-13T14:51:28.880 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:28 smithi071 ceph-mon[112785]: osdmap e1211: 8 total, 7 up, 5 in 2024-09-13T14:51:28.969 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:28.992 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:28.993 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:28.996 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:29.078 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:28 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1339289455' entity='client.admin' cmd='[{"prefix": "osd pool application enable", "pool": "unique_pool_3", "app": "rados", "yes_i_really_mean_it": true}]': finished 2024-09-13T14:51:29.078 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:28 smithi104 ceph-mon[105578]: osdmap e1211: 8 total, 7 up, 5 in 2024-09-13T14:51:29.097 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:29.118 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:29.119 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:29.119 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:29.220 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:29.241 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:29.242 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:29.242 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:29.343 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:29.364 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:29.365 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:29.365 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:29.371 DEBUG:teuthology.orchestra.run.smithi071:> /bin/sh -c 'adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage rados --no-log-to-stderr --name client.0 -b 65536 --object-size 65536 -p unique_pool_3 bench 90 write' 2024-09-13T14:51:29.372 INFO:tasks.thrashosds.thrasher:Growing pool .mgr 2024-09-13T14:51:29.372 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-13T14:51:29.408 INFO:tasks.radosbench:joining radosbench (timing out after 3000s) 2024-09-13T14:51:29.409 INFO:teuthology.orchestra.run:waiting for 3000 2024-09-13T14:51:29.466 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:29.489 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:29.489 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:29.490 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:29.591 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:29.592 INFO:teuthology.orchestra.run.smithi104.stdout:ERROR: (22) Invalid argument 2024-09-13T14:51:29.592 INFO:teuthology.orchestra.run.smithi104.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:51:29.613 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:29.613 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:29.616 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:29.632 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:hints = 1 2024-09-13T14:51:29.632 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Maintaining 16 concurrent writes of 65536 bytes to objects of size 65536 for up to 90 seconds or 0 objects 2024-09-13T14:51:29.632 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Object prefix: benchmark_data_smithi071_245775 2024-09-13T14:51:29.632 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2024-09-13T14:51:29.632 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 0 0 0 0 0 0 - 0 2024-09-13T14:51:29.717 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:29.761 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:29.763 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:29.763 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:29.814 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=true 2024-09-13T14:51:29.864 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:51:29.890 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:29.890 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:29.891 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:51:29.991 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:51:30.002 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:29 smithi071 ceph-mon[107477]: pgmap v1615: 89 pgs: 47 active+clean+remapped, 14 active+undersized, 1 active+undersized+degraded, 27 active+clean; 582 KiB data, 1.9 GiB used, 445 GiB / 447 GiB avail; 1/78 objects degraded (1.282%); 22/78 objects misplaced (28.205%) 2024-09-13T14:51:30.003 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:29 smithi071 ceph-mon[107477]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-13T14:51:30.003 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:51:30.003 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:51:30.004 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:29 smithi071 ceph-mon[112785]: pgmap v1615: 89 pgs: 47 active+clean+remapped, 14 active+undersized, 1 active+undersized+degraded, 27 active+clean; 582 KiB data, 1.9 GiB used, 445 GiB / 447 GiB avail; 1/78 objects degraded (1.282%); 22/78 objects misplaced (28.205%) 2024-09-13T14:51:30.004 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:29 smithi071 ceph-mon[112785]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-13T14:51:30.005 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:51:30.005 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:51:30.017 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:30.018 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:30.018 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:51:30.119 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:30.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:29 smithi104 ceph-mon[105578]: pgmap v1615: 89 pgs: 47 active+clean+remapped, 14 active+undersized, 1 active+undersized+degraded, 27 active+clean; 582 KiB data, 1.9 GiB used, 445 GiB / 447 GiB avail; 1/78 objects degraded (1.282%); 22/78 objects misplaced (28.205%) 2024-09-13T14:51:30.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:29 smithi104 ceph-mon[105578]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-13T14:51:30.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:51:30.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:51:30.173 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:30.173 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:30.174 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:30.274 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:30.304 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.5 dump_ops_in_flight 2024-09-13T14:51:30.313 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:30.314 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:30.314 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:30.415 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:51:30.441 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:30.442 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:30.443 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:51:30.504 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:51:30.529 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:51:30.543 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:51:30.543 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:30.569 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:30.569 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:30.570 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:30.632 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 1 16 3629 3613 225.729 225.812 0.00764034 0.00441659 2024-09-13T14:51:30.671 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:30.711 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:30.712 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:30.712 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:30.813 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:51:30.855 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:30.856 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:30.856 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:51:30.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:30 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 332/1362 objects degraded (24.376%), 4 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:51:30.942 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:30 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 332/1362 objects degraded (24.376%), 4 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:51:30.943 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:30 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 332/1362 objects degraded (24.376%), 4 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:51:30.957 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:30.995 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:30.996 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:30.996 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:31.097 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:31.135 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:31.136 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:31.136 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:31.237 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:31.271 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:31.272 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:31.272 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:31.373 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:31.398 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:31.398 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:31.399 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:31.500 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:31.535 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:31.536 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:31.536 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:31.633 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 2 15 7250 7235 226.042 226.375 0.00490635 0.00441675 2024-09-13T14:51:31.637 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:31.673 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:31.673 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:31.673 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:31.774 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:31.801 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:31.802 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:31.802 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:31.857 INFO:teuthology.orchestra.run.smithi071.stderr:nodeep-scrub is set 2024-09-13T14:51:31.904 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:31.939 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:31.940 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:31.941 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:32.041 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:32.058 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:31 smithi104 ceph-mon[105578]: pgmap v1616: 89 pgs: 47 active+clean+remapped, 11 active+undersized, 4 active+undersized+degraded, 27 active+clean; 27 MiB data, 1.9 GiB used, 445 GiB / 447 GiB avail; 3.3 MiB/s wr, 53 op/s; 332/1362 objects degraded (24.376%); 22/1362 objects misplaced (1.615%) 2024-09-13T14:51:32.058 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:31 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2247327131' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:51:32.058 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:31 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:51:32.081 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:32.081 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:32.082 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:32.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:31 smithi071 ceph-mon[112785]: pgmap v1616: 89 pgs: 47 active+clean+remapped, 11 active+undersized, 4 active+undersized+degraded, 27 active+clean; 27 MiB data, 1.9 GiB used, 445 GiB / 447 GiB avail; 3.3 MiB/s wr, 53 op/s; 332/1362 objects degraded (24.376%); 22/1362 objects misplaced (1.615%) 2024-09-13T14:51:32.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:31 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2247327131' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:51:32.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:31 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:51:32.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:31 smithi071 ceph-mon[107477]: pgmap v1616: 89 pgs: 47 active+clean+remapped, 11 active+undersized, 4 active+undersized+degraded, 27 active+clean; 27 MiB data, 1.9 GiB used, 445 GiB / 447 GiB avail; 3.3 MiB/s wr, 53 op/s; 332/1362 objects degraded (24.376%); 22/1362 objects misplaced (1.615%) 2024-09-13T14:51:32.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:31 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2247327131' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:51:32.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:31 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:51:32.183 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:32.223 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:32.224 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:32.224 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:32.325 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:32.332 INFO:teuthology.orchestra.run.smithi104.stdout:ERROR: (22) Invalid argument 2024-09-13T14:51:32.333 INFO:teuthology.orchestra.run.smithi104.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:51:32.361 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:32.362 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:32.363 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:32.463 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:32.502 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:32.503 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:32.503 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:32.604 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:51:32.631 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:32.631 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:32.631 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:51:32.632 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 3 16 10777 10761 224.146 220.375 0.00431383 0.00445305 2024-09-13T14:51:32.732 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:51:32.756 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:32.756 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:32.757 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:51:32.858 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:32.898 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:32.899 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:32.899 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:32.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:32 smithi104 ceph-mon[105578]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:51:32.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:32 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T14:51:32.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:32 smithi104 ceph-mon[105578]: osdmap e1212: 8 total, 7 up, 5 in 2024-09-13T14:51:33.000 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:33.006 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.5 dump_blocked_ops 2024-09-13T14:51:33.025 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:33.026 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:33.026 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:33.127 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:33.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:32 smithi071 ceph-mon[107477]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:51:33.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:32 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T14:51:33.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:32 smithi071 ceph-mon[107477]: osdmap e1212: 8 total, 7 up, 5 in 2024-09-13T14:51:33.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:51:32 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:51:32] "GET /metrics HTTP/1.1" 200 36589 "" "Prometheus/2.51.0" 2024-09-13T14:51:33.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:32 smithi071 ceph-mon[112785]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:51:33.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:32 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T14:51:33.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:32 smithi071 ceph-mon[112785]: osdmap e1212: 8 total, 7 up, 5 in 2024-09-13T14:51:33.164 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:33.164 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:33.165 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:33.263 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:51:33.266 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:51:33.298 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:33.298 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:33.299 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:51:33.399 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:33.433 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:33.434 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:33.435 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:33.536 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:33.572 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:33.572 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:33.572 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:33.633 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 4 16 13812 13796 215.528 189.688 0.00389769 0.00463308 2024-09-13T14:51:33.673 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:33.710 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:33.710 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:33.711 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:33.811 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:33.856 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:33.857 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:33.857 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:33.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:33 smithi104 ceph-mon[105578]: pgmap v1618: 89 pgs: 47 active+clean+remapped, 8 active+undersized, 7 active+undersized+degraded, 27 active+clean; 97 MiB data, 2.1 GiB used, 445 GiB / 447 GiB avail; 12 MiB/s wr, 192 op/s; 1170/4695 objects degraded (24.920%); 22/4695 objects misplaced (0.469%) 2024-09-13T14:51:33.958 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:33.982 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:33.983 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:33.983 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:34.084 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:34.120 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:34.121 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:34.121 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:34.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:33 smithi071 ceph-mon[107477]: pgmap v1618: 89 pgs: 47 active+clean+remapped, 8 active+undersized, 7 active+undersized+degraded, 27 active+clean; 97 MiB data, 2.1 GiB used, 445 GiB / 447 GiB avail; 12 MiB/s wr, 192 op/s; 1170/4695 objects degraded (24.920%); 22/4695 objects misplaced (0.469%) 2024-09-13T14:51:34.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:33 smithi071 ceph-mon[112785]: pgmap v1618: 89 pgs: 47 active+clean+remapped, 8 active+undersized, 7 active+undersized+degraded, 27 active+clean; 97 MiB data, 2.1 GiB used, 445 GiB / 447 GiB avail; 12 MiB/s wr, 192 op/s; 1170/4695 objects degraded (24.920%); 22/4695 objects misplaced (0.469%) 2024-09-13T14:51:34.222 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:34.246 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:34.247 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:34.247 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:34.348 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:51:34.389 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:34.390 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:34.391 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:51:34.491 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:34.516 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:34.516 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:34.517 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:34.617 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:34.633 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 5 16 16477 16461 205.73 166.562 0.00815306 0.00485423 2024-09-13T14:51:34.655 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:34.656 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:34.656 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:34.757 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:51:34.781 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:34.782 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:34.782 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:51:34.864 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:51:34.865 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:51:34.883 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:34.908 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:34.909 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:34.909 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:34.911 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:51:34.911 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:51:34.945 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:51:34.945 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:51:34.981 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:51:34.982 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:51:35.010 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:35.011 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:51:35.011 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:51:35.042 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:51:35.042 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:51:35.042 INFO:teuthology.orchestra.run.smithi071.stderr:Error ENXIO: problem getting command descriptions from osd.6 2024-09-13T14:51:35.061 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:35.061 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:35.062 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:35.074 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:51:35.074 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:51:35.075 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:34 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/4168396301' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:51:35.075 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:34 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/4168396301' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:51:35.105 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2024-09-13T14:51:35.105 INFO:teuthology.orchestra.run.smithi104.stdout: "ops": [], 2024-09-13T14:51:35.105 INFO:teuthology.orchestra.run.smithi104.stdout: "complaint_time": 30, 2024-09-13T14:51:35.105 INFO:teuthology.orchestra.run.smithi104.stdout: "num_blocked_ops": 0 2024-09-13T14:51:35.105 INFO:teuthology.orchestra.run.smithi104.stdout:} 2024-09-13T14:51:35.113 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:34 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/4168396301' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:51:35.163 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:35.201 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:35.202 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:35.202 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:35.303 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:51:35.339 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:35.340 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:35.340 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:51:35.441 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:35.466 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:35.467 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:35.467 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:35.568 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:35.592 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:35.593 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:35.593 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:35.633 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 6 16 18960 18944 197.286 155.188 0.00517536 0.00506193 2024-09-13T14:51:35.694 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:35.715 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:35.715 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:35.715 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:35.760 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.5 dump_historic_ops 2024-09-13T14:51:35.817 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:35.843 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:35.844 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:35.844 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:35.945 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:51:35.984 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:35.984 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:35.988 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:51:35.991 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:51:35.992 INFO:teuthology.orchestra.run.smithi071.stderr:dumped all 2024-09-13T14:51:35.997 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:51:36.089 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:36.120 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:35 smithi104 ceph-mon[105578]: pgmap v1619: 89 pgs: 47 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 546 MiB data, 3.2 GiB used, 444 GiB / 447 GiB avail; 68 MiB/s wr, 1.09k op/s; 5677/26235 objects degraded (21.639%); 22/26235 objects misplaced (0.084%) 2024-09-13T14:51:36.124 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:36.124 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:36.125 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:36.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:35 smithi071 ceph-mon[107477]: pgmap v1619: 89 pgs: 47 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 546 MiB data, 3.2 GiB used, 444 GiB / 447 GiB avail; 68 MiB/s wr, 1.09k op/s; 5677/26235 objects degraded (21.639%); 22/26235 objects misplaced (0.084%) 2024-09-13T14:51:36.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:35 smithi071 ceph-mon[112785]: pgmap v1619: 89 pgs: 47 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 546 MiB data, 3.2 GiB used, 444 GiB / 447 GiB avail; 68 MiB/s wr, 1.09k op/s; 5677/26235 objects degraded (21.639%); 22/26235 objects misplaced (0.084%) 2024-09-13T14:51:36.225 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd unset noscrub 2024-09-13T14:51:36.226 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:36.248 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:36.248 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:36.249 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:36.350 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:36.371 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:36.371 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:36.372 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:36.473 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:36.514 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:36.514 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:36.515 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:36.616 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:36.634 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 7 16 21322 21306 190.19 147.625 0.00585142 0.00525209 2024-09-13T14:51:36.641 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:36.642 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:36.642 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:36.743 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:36.779 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:36.779 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:36.780 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:36.881 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:36.916 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:36.916 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:36.916 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:37.017 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:37.042 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:37.043 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:37.043 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:37.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:36 smithi071 ceph-mon[107477]: from='client.45329 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T14:51:37.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:36 smithi071 ceph-mon[112785]: from='client.45329 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T14:51:37.144 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:37.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:36 smithi104 ceph-mon[105578]: from='client.45329 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T14:51:37.186 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:37.186 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:37.187 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:37.287 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:37.316 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:37.317 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:37.317 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:37.418 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:51:37.440 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:37.440 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:37.440 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:51:37.541 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:37.576 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:37.576 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:37.577 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:37.634 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 8 16 23642 23626 184.54 145 0.00290502 0.00541198 2024-09-13T14:51:37.678 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:37.702 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:37.702 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:37.702 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:37.803 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:51:37.829 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2024-09-13T14:51:37.829 INFO:teuthology.orchestra.run.smithi104.stdout: "size": 20, 2024-09-13T14:51:37.829 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 600, 2024-09-13T14:51:37.829 INFO:teuthology.orchestra.run.smithi104.stdout: "ops": [ 2024-09-13T14:51:37.829 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.829 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:167771 6.7 6:e365b15b:::benchmark_data_smithi071_156503_object35777:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1115)", 2024-09-13T14:51:37.829 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:41:40.304015+0000", 2024-09-13T14:51:37.830 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 597.52067107599999, 2024-09-13T14:51:37.830 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.841375298, 2024-09-13T14:51:37.830 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:51:37.830 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T14:51:37.830 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:51:37.830 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:51:37.830 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:51:37.830 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 167771 2024-09-13T14:51:37.830 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.830 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:51:37.830 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.830 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:51:37.830 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.304015+0000", 2024-09-13T14:51:37.830 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:37.831 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.831 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.831 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:51:37.831 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.304015+0000", 2024-09-13T14:51:37.831 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:37.831 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.831 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.831 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:51:37.831 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.304013+0000", 2024-09-13T14:51:37.831 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999981 2024-09-13T14:51:37.831 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.831 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.832 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:51:37.832 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.304021+0000", 2024-09-13T14:51:37.832 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.5439999999999999e-06 2024-09-13T14:51:37.832 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.832 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.832 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:51:37.832 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.304042+0000", 2024-09-13T14:51:37.832 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.0951999999999999e-05 2024-09-13T14:51:37.832 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.832 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.832 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:51:37.832 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.304051+0000", 2024-09-13T14:51:37.832 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.4239999999999993e-06 2024-09-13T14:51:37.833 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.833 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.833 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:37.833 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.304114+0000", 2024-09-13T14:51:37.833 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.3614000000000005e-05 2024-09-13T14:51:37.833 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.833 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.833 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:51:37.833 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.304229+0000", 2024-09-13T14:51:37.833 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000114447 2024-09-13T14:51:37.833 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.833 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.833 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,4", 2024-09-13T14:51:37.833 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.304338+0000", 2024-09-13T14:51:37.834 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000109307 2024-09-13T14:51:37.834 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.834 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.834 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:51:37.834 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.315052+0000", 2024-09-13T14:51:37.834 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.010714319999999999 2024-09-13T14:51:37.834 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.834 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.834 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:37.834 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.321431+0000", 2024-09-13T14:51:37.834 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.006378402 2024-09-13T14:51:37.834 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.834 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.835 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:37.835 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.337168+0000", 2024-09-13T14:51:37.835 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0157378 2024-09-13T14:51:37.835 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.835 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.835 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:51:37.835 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.337180+0000", 2024-09-13T14:51:37.835 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1855000000000001e-05 2024-09-13T14:51:37.835 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.835 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.835 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:37.835 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.321670+0000", 2024-09-13T14:51:37.835 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.98448956899999995 2024-09-13T14:51:37.835 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.836 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.836 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:51:37.836 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.321682+0000", 2024-09-13T14:51:37.836 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2599000000000001e-05 2024-09-13T14:51:37.836 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.836 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.836 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:37.836 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.145312+0000", 2024-09-13T14:51:37.837 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.8236293109999999 2024-09-13T14:51:37.837 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.837 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.837 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:51:37.837 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.145390+0000", 2024-09-13T14:51:37.837 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.8114999999999993e-05 2024-09-13T14:51:37.837 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:37.837 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:51:37.837 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:37.837 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.837 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.837 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:167773 6.7 6:e7f2e995:::benchmark_data_smithi071_156503_object35779:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1115)", 2024-09-13T14:51:37.837 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:41:40.304063+0000", 2024-09-13T14:51:37.838 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 597.52062233200002, 2024-09-13T14:51:37.838 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.8416442669999999, 2024-09-13T14:51:37.838 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:51:37.838 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T14:51:37.838 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:51:37.838 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:51:37.838 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:51:37.838 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 167773 2024-09-13T14:51:37.838 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.838 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:51:37.838 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.839 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:51:37.839 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.304063+0000", 2024-09-13T14:51:37.839 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:37.839 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.839 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.839 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:51:37.839 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.304063+0000", 2024-09-13T14:51:37.839 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:37.839 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.839 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.839 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:51:37.839 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.304063+0000", 2024-09-13T14:51:37.840 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T14:51:37.840 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.840 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.840 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:51:37.840 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.304066+0000", 2024-09-13T14:51:37.840 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.056e-06 2024-09-13T14:51:37.840 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.840 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.840 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:51:37.840 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.304072+0000", 2024-09-13T14:51:37.840 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.8950000000000003e-06 2024-09-13T14:51:37.840 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.840 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.840 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:51:37.841 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.304077+0000", 2024-09-13T14:51:37.841 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.6430000000000003e-06 2024-09-13T14:51:37.841 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.841 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.841 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:37.841 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.309330+0000", 2024-09-13T14:51:37.841 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0052536680000000004 2024-09-13T14:51:37.841 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.841 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.841 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:51:37.841 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.309535+0000", 2024-09-13T14:51:37.841 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000204527 2024-09-13T14:51:37.841 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.842 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.842 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,4", 2024-09-13T14:51:37.842 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.309788+0000", 2024-09-13T14:51:37.842 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00025313000000000001 2024-09-13T14:51:37.842 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.842 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.842 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:51:37.842 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.317838+0000", 2024-09-13T14:51:37.842 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0080504099999999992 2024-09-13T14:51:37.842 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.842 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.842 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:37.842 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.321462+0000", 2024-09-13T14:51:37.842 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0036236829999999999 2024-09-13T14:51:37.842 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.843 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.843 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:37.843 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.337936+0000", 2024-09-13T14:51:37.843 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.016474005999999999 2024-09-13T14:51:37.843 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.843 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.843 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:51:37.843 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.337946+0000", 2024-09-13T14:51:37.843 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.7799999999999995e-06 2024-09-13T14:51:37.843 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.843 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.843 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:37.843 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.321713+0000", 2024-09-13T14:51:37.843 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.98376739800000002 2024-09-13T14:51:37.844 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.844 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.844 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:51:37.844 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.321723+0000", 2024-09-13T14:51:37.845 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.3889999999999994e-06 2024-09-13T14:51:37.845 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.845 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.845 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:37.845 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.145601+0000", 2024-09-13T14:51:37.845 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.82387864 2024-09-13T14:51:37.845 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.845 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.845 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:51:37.845 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.145708+0000", 2024-09-13T14:51:37.845 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000106452 2024-09-13T14:51:37.845 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:37.846 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:51:37.846 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:37.846 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.846 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.846 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:167782 6.7 6:e2985bb6:::benchmark_data_smithi071_156503_object35788:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1115)", 2024-09-13T14:51:37.846 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:41:40.328930+0000", 2024-09-13T14:51:37.846 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 597.49575575200004, 2024-09-13T14:51:37.846 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.8535978589999997, 2024-09-13T14:51:37.846 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:51:37.846 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:51:37.846 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:51:37.846 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:51:37.847 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:51:37.847 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 167782 2024-09-13T14:51:37.847 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.847 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:51:37.847 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.847 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:51:37.847 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.328930+0000", 2024-09-13T14:51:37.848 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:37.848 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.848 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.848 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:51:37.848 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.328930+0000", 2024-09-13T14:51:37.848 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:37.848 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.848 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.848 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:51:37.848 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.328928+0000", 2024-09-13T14:51:37.849 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:51:37.849 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.849 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.849 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:51:37.850 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.328935+0000", 2024-09-13T14:51:37.850 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.7100000000000001e-06 2024-09-13T14:51:37.850 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.850 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.850 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:51:37.851 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.329296+0000", 2024-09-13T14:51:37.851 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00036121900000000003 2024-09-13T14:51:37.851 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.852 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.852 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:51:37.852 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.329307+0000", 2024-09-13T14:51:37.852 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0767999999999999e-05 2024-09-13T14:51:37.852 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.852 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.852 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:37.852 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.337976+0000", 2024-09-13T14:51:37.852 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0086690780000000002 2024-09-13T14:51:37.852 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.852 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.852 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:51:37.853 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.337984+0000", 2024-09-13T14:51:37.853 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.9549999999999992e-06 2024-09-13T14:51:37.853 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.853 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.853 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:37.853 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.321754+0000", 2024-09-13T14:51:37.853 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.98376943800000005 2024-09-13T14:51:37.853 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.853 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.853 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:51:37.853 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.321765+0000", 2024-09-13T14:51:37.853 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1175999999999999e-05 2024-09-13T14:51:37.853 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.854 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.854 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:37.854 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.145730+0000", 2024-09-13T14:51:37.854 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.823965515 2024-09-13T14:51:37.854 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.854 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.854 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:51:37.854 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.145828+0000", 2024-09-13T14:51:37.854 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.8239999999999995e-05 2024-09-13T14:51:37.854 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.854 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.854 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,3,4", 2024-09-13T14:51:37.854 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.145944+0000", 2024-09-13T14:51:37.855 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000115963 2024-09-13T14:51:37.855 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.855 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.855 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:51:37.855 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.159127+0000", 2024-09-13T14:51:37.855 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.013182968999999999 2024-09-13T14:51:37.855 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.855 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.855 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:37.855 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.167079+0000", 2024-09-13T14:51:37.855 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0079519259999999998 2024-09-13T14:51:37.855 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.855 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.856 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:37.856 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.180441+0000", 2024-09-13T14:51:37.856 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.01336179 2024-09-13T14:51:37.856 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.856 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.856 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:37.856 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.182339+0000", 2024-09-13T14:51:37.856 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001897911 2024-09-13T14:51:37.856 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.857 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.857 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:51:37.857 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.182417+0000", 2024-09-13T14:51:37.857 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.7688000000000006e-05 2024-09-13T14:51:37.857 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.857 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.857 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:51:37.857 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.182528+0000", 2024-09-13T14:51:37.857 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000111062 2024-09-13T14:51:37.857 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:37.857 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:51:37.857 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:37.857 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.857 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.858 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:167785 6.7 6:e185d723:::benchmark_data_smithi071_156503_object35791:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1115)", 2024-09-13T14:51:37.858 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:41:40.329319+0000", 2024-09-13T14:51:37.858 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 597.49536633399998, 2024-09-13T14:51:37.858 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.8534157110000002, 2024-09-13T14:51:37.858 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:51:37.858 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:51:37.858 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:51:37.858 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:51:37.858 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:51:37.858 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 167785 2024-09-13T14:51:37.858 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.858 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:51:37.858 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.859 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:51:37.859 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.329319+0000", 2024-09-13T14:51:37.859 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:37.859 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.859 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.859 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:51:37.859 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.329319+0000", 2024-09-13T14:51:37.859 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:37.859 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.859 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.859 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:51:37.859 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.329319+0000", 2024-09-13T14:51:37.860 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T14:51:37.860 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.860 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.860 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:51:37.860 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.329323+0000", 2024-09-13T14:51:37.860 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.2189999999999998e-06 2024-09-13T14:51:37.860 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.860 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.860 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:51:37.860 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.329331+0000", 2024-09-13T14:51:37.860 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.1370000000000002e-06 2024-09-13T14:51:37.860 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.860 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.861 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:51:37.861 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.329336+0000", 2024-09-13T14:51:37.861 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.5449999999999997e-06 2024-09-13T14:51:37.861 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.861 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.861 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:37.861 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.338012+0000", 2024-09-13T14:51:37.861 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0086761630000000006 2024-09-13T14:51:37.861 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.861 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.861 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:51:37.861 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:40.338020+0000", 2024-09-13T14:51:37.861 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.7980000000000006e-06 2024-09-13T14:51:37.862 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.862 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.862 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:37.862 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323777+0000", 2024-09-13T14:51:37.862 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.98575782999999995 2024-09-13T14:51:37.862 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.862 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.862 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:51:37.862 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323810+0000", 2024-09-13T14:51:37.862 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.3099000000000003e-05 2024-09-13T14:51:37.862 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.862 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.862 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:37.863 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.150647+0000", 2024-09-13T14:51:37.863 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.8268366280000001 2024-09-13T14:51:37.863 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.863 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.863 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:51:37.863 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.150779+0000", 2024-09-13T14:51:37.863 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00013190000000000001 2024-09-13T14:51:37.863 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.863 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.863 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,3,4", 2024-09-13T14:51:37.863 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.150916+0000", 2024-09-13T14:51:37.863 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00013744399999999999 2024-09-13T14:51:37.863 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.864 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.864 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:51:37.864 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.159134+0000", 2024-09-13T14:51:37.864 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0082176490000000005 2024-09-13T14:51:37.864 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.864 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.864 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:37.864 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.167209+0000", 2024-09-13T14:51:37.864 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0080744270000000003 2024-09-13T14:51:37.864 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.864 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.864 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:37.864 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.180471+0000", 2024-09-13T14:51:37.865 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.013262861000000001 2024-09-13T14:51:37.865 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.865 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.865 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:37.865 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.182573+0000", 2024-09-13T14:51:37.865 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.002101239 2024-09-13T14:51:37.865 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.865 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.865 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:51:37.865 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.182623+0000", 2024-09-13T14:51:37.865 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.0637999999999999e-05 2024-09-13T14:51:37.865 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.865 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.866 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:51:37.866 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.182735+0000", 2024-09-13T14:51:37.866 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000111784 2024-09-13T14:51:37.866 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:37.866 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:51:37.866 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:37.866 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.866 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.866 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:167760 6.c 6:38756158:::benchmark_data_smithi071_156503_object35766:head [delete] snapc 0=[] RETRY=2 ondisk+retry+write+known_if_redirected+supports_pool_eio e1117)", 2024-09-13T14:51:37.866 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:41:41.323481+0000", 2024-09-13T14:51:37.866 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 596.50120503999995, 2024-09-13T14:51:37.866 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.723722569, 2024-09-13T14:51:37.866 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:51:37.867 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T14:51:37.867 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:51:37.867 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:51:37.867 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:51:37.867 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 167760 2024-09-13T14:51:37.867 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.867 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:51:37.867 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.867 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:51:37.867 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323481+0000", 2024-09-13T14:51:37.867 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:37.867 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.867 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.867 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:51:37.868 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323481+0000", 2024-09-13T14:51:37.868 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:37.868 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.868 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.868 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:51:37.868 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323479+0000", 2024-09-13T14:51:37.868 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999981 2024-09-13T14:51:37.868 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.868 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.868 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:51:37.868 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323486+0000", 2024-09-13T14:51:37.868 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.7839999999999998e-06 2024-09-13T14:51:37.869 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.869 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.869 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:51:37.869 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323499+0000", 2024-09-13T14:51:37.869 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.365e-05 2024-09-13T14:51:37.869 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.869 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.869 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:51:37.869 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323509+0000", 2024-09-13T14:51:37.869 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.5980000000000003e-06 2024-09-13T14:51:37.869 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.869 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.869 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:37.870 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.324059+0000", 2024-09-13T14:51:37.870 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00055015299999999995 2024-09-13T14:51:37.870 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.870 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.870 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:51:37.870 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.324067+0000", 2024-09-13T14:51:37.870 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.9209999999999992e-06 2024-09-13T14:51:37.870 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.870 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.870 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:37.870 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.045300+0000", 2024-09-13T14:51:37.870 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.7212329280000001 2024-09-13T14:51:37.870 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.870 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.871 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:51:37.871 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.047203+0000", 2024-09-13T14:51:37.871 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0019032610000000001 2024-09-13T14:51:37.871 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:37.871 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:51:37.871 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:37.871 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.871 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.871 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:167765 6.c 6:3ddef303:::benchmark_data_smithi071_156503_object35771:head [delete] snapc 0=[] RETRY=2 ondisk+retry+write+known_if_redirected+supports_pool_eio e1117)", 2024-09-13T14:51:37.871 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:41:41.323519+0000", 2024-09-13T14:51:37.871 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 596.50116660100002, 2024-09-13T14:51:37.871 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.724039914, 2024-09-13T14:51:37.871 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:51:37.871 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T14:51:37.872 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:51:37.872 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:51:37.872 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:51:37.872 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 167765 2024-09-13T14:51:37.872 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.872 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:51:37.872 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.872 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:51:37.872 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323519+0000", 2024-09-13T14:51:37.872 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:37.872 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.872 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.872 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:51:37.873 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323519+0000", 2024-09-13T14:51:37.873 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:37.873 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.873 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.873 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:51:37.873 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323519+0000", 2024-09-13T14:51:37.873 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T14:51:37.873 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.873 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.873 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:51:37.873 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323522+0000", 2024-09-13T14:51:37.873 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.1379999999999999e-06 2024-09-13T14:51:37.873 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.874 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.874 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:51:37.874 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323529+0000", 2024-09-13T14:51:37.874 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.0770000000000002e-06 2024-09-13T14:51:37.874 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.874 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.874 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:51:37.874 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323534+0000", 2024-09-13T14:51:37.874 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.1059999999999999e-06 2024-09-13T14:51:37.874 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.874 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.874 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:37.874 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.324089+0000", 2024-09-13T14:51:37.874 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00055544899999999996 2024-09-13T14:51:37.875 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.875 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.875 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:51:37.875 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.324096+0000", 2024-09-13T14:51:37.875 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.5529999999999998e-06 2024-09-13T14:51:37.875 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.875 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.875 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:37.875 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.047492+0000", 2024-09-13T14:51:37.875 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.723395918 2024-09-13T14:51:37.875 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.875 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.875 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:51:37.875 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.047559+0000", 2024-09-13T14:51:37.876 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.7203e-05 2024-09-13T14:51:37.876 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:37.876 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:51:37.876 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:37.876 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.876 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.876 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:167772 6.c 6:38a72f91:::benchmark_data_smithi071_156503_object35778:head [delete] snapc 0=[] RETRY=2 ondisk+retry+write+known_if_redirected+supports_pool_eio e1117)", 2024-09-13T14:51:37.876 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:41:41.323539+0000", 2024-09-13T14:51:37.876 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 596.50114678700004, 2024-09-13T14:51:37.876 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.72411527, 2024-09-13T14:51:37.876 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:51:37.876 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T14:51:37.877 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:51:37.877 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:51:37.877 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:51:37.877 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 167772 2024-09-13T14:51:37.877 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:37.878 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:37.878 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:51:37.879 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.879 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:51:37.879 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.879 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:51:37.879 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323539+0000", 2024-09-13T14:51:37.879 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:37.879 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.880 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.880 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:51:37.880 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323539+0000", 2024-09-13T14:51:37.880 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:37.880 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.880 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.880 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:51:37.880 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323538+0000", 2024-09-13T14:51:37.880 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T14:51:37.880 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.880 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.880 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:51:37.881 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323541+0000", 2024-09-13T14:51:37.881 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.4370000000000001e-06 2024-09-13T14:51:37.881 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.881 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.881 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:51:37.881 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323549+0000", 2024-09-13T14:51:37.881 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.6979999999999998e-06 2024-09-13T14:51:37.881 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.881 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.881 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:51:37.881 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323554+0000", 2024-09-13T14:51:37.881 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.1440000000000002e-06 2024-09-13T14:51:37.881 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.882 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.882 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:37.882 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.324592+0000", 2024-09-13T14:51:37.882 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001038579 2024-09-13T14:51:37.882 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.882 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.882 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:51:37.882 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.324600+0000", 2024-09-13T14:51:37.882 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.6669999999999996e-06 2024-09-13T14:51:37.882 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.882 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.882 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:37.882 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.047598+0000", 2024-09-13T14:51:37.883 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.7229977540000001 2024-09-13T14:51:37.883 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.883 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.883 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:51:37.883 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.047654+0000", 2024-09-13T14:51:37.883 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.6464e-05 2024-09-13T14:51:37.883 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:37.883 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:51:37.883 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:37.883 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.883 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.883 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:167777 6.c 6:3fea0097:::benchmark_data_smithi071_156503_object35783:head [delete] snapc 0=[] RETRY=2 ondisk+retry+write+known_if_redirected+supports_pool_eio e1117)", 2024-09-13T14:51:37.884 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:41:41.323559+0000", 2024-09-13T14:51:37.884 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 596.50112710300004, 2024-09-13T14:51:37.884 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.724157905, 2024-09-13T14:51:37.884 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:51:37.884 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T14:51:37.885 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:51:37.885 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:51:37.885 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:51:37.885 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 167777 2024-09-13T14:51:37.885 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.885 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:51:37.885 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.885 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:51:37.885 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323559+0000", 2024-09-13T14:51:37.885 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:37.885 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.885 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.885 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:51:37.886 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323559+0000", 2024-09-13T14:51:37.886 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:37.886 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.886 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.886 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:51:37.886 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323558+0000", 2024-09-13T14:51:37.886 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T14:51:37.886 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.886 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.886 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:51:37.886 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323561+0000", 2024-09-13T14:51:37.886 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.8660000000000002e-06 2024-09-13T14:51:37.887 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.887 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.887 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:51:37.887 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323568+0000", 2024-09-13T14:51:37.887 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.5610000000000004e-06 2024-09-13T14:51:37.887 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.887 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.887 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:51:37.887 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323573+0000", 2024-09-13T14:51:37.887 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.75e-06 2024-09-13T14:51:37.887 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.887 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.887 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:37.887 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.324641+0000", 2024-09-13T14:51:37.888 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0010678090000000001 2024-09-13T14:51:37.888 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.888 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.888 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:51:37.888 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.324648+0000", 2024-09-13T14:51:37.888 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.3320000000000003e-06 2024-09-13T14:51:37.888 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.888 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.888 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:37.888 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.047678+0000", 2024-09-13T14:51:37.889 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.723029433 2024-09-13T14:51:37.889 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.889 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.889 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:51:37.889 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.047716+0000", 2024-09-13T14:51:37.889 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.8571000000000001e-05 2024-09-13T14:51:37.889 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:37.889 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:51:37.889 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:37.889 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.889 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.889 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:167787 6.c 6:3d7e45da:::benchmark_data_smithi071_156503_object35793:head [delete] snapc 0=[] RETRY=1 ondisk+retry+write+known_if_redirected+supports_pool_eio e1117)", 2024-09-13T14:51:37.889 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:41:41.323578+0000", 2024-09-13T14:51:37.890 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 596.50110778700002, 2024-09-13T14:51:37.890 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.793471405, 2024-09-13T14:51:37.890 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:51:37.890 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:51:37.890 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:51:37.890 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:51:37.890 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:51:37.890 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 167787 2024-09-13T14:51:37.890 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.890 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:51:37.890 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.890 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:51:37.891 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323578+0000", 2024-09-13T14:51:37.891 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:37.891 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.891 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.891 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:51:37.891 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323578+0000", 2024-09-13T14:51:37.891 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:37.891 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.891 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.891 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:51:37.891 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323578+0000", 2024-09-13T14:51:37.891 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T14:51:37.891 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.892 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.892 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:51:37.892 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323580+0000", 2024-09-13T14:51:37.892 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.6570000000000001e-06 2024-09-13T14:51:37.892 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.892 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.892 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:51:37.892 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323587+0000", 2024-09-13T14:51:37.892 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.3550000000000001e-06 2024-09-13T14:51:37.892 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.892 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.892 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:51:37.892 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323592+0000", 2024-09-13T14:51:37.892 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.0860000000000001e-06 2024-09-13T14:51:37.893 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.893 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.893 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:37.893 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.324673+0000", 2024-09-13T14:51:37.893 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0010814589999999999 2024-09-13T14:51:37.893 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.893 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.893 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:51:37.893 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.324679+0000", 2024-09-13T14:51:37.893 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.8819999999999998e-06 2024-09-13T14:51:37.893 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.893 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.893 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:37.893 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.047856+0000", 2024-09-13T14:51:37.894 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.723177205 2024-09-13T14:51:37.894 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.894 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.894 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:51:37.894 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.048404+0000", 2024-09-13T14:51:37.894 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00054788099999999995 2024-09-13T14:51:37.894 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.894 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.894 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 3,6,7", 2024-09-13T14:51:37.894 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.048534+0000", 2024-09-13T14:51:37.894 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00012999100000000001 2024-09-13T14:51:37.894 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.894 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.895 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:51:37.895 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.054200+0000", 2024-09-13T14:51:37.895 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0056655000000000004 2024-09-13T14:51:37.895 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.895 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.895 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:37.895 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.054849+0000", 2024-09-13T14:51:37.895 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000649272 2024-09-13T14:51:37.895 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.895 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.895 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:37.895 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.055371+0000", 2024-09-13T14:51:37.895 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00052201099999999996 2024-09-13T14:51:37.896 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.896 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.896 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:37.896 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.116831+0000", 2024-09-13T14:51:37.896 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.061460533999999997 2024-09-13T14:51:37.896 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.896 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.896 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:51:37.896 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.116932+0000", 2024-09-13T14:51:37.896 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000100573 2024-09-13T14:51:37.896 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.896 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.896 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:51:37.896 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.117049+0000", 2024-09-13T14:51:37.897 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000117345 2024-09-13T14:51:37.897 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:37.897 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:51:37.897 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:37.897 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.897 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.897 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.34671.0:167792 6.c 6:3de3ee39:::benchmark_data_smithi071_156503_object35798:head [delete] snapc 0=[] RETRY=1 ondisk+retry+write+known_if_redirected+supports_pool_eio e1117)", 2024-09-13T14:51:37.897 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:41:41.323596+0000", 2024-09-13T14:51:37.897 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 596.50108945099998, 2024-09-13T14:51:37.897 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.794685689, 2024-09-13T14:51:37.897 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:51:37.897 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:51:37.897 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:51:37.898 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.34671", 2024-09-13T14:51:37.898 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/191185759", 2024-09-13T14:51:37.898 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 167792 2024-09-13T14:51:37.898 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.898 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:51:37.898 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.898 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:51:37.898 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323596+0000", 2024-09-13T14:51:37.898 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:37.898 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.898 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.898 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:51:37.898 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323596+0000", 2024-09-13T14:51:37.899 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:37.899 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.899 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.899 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:51:37.899 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323596+0000", 2024-09-13T14:51:37.899 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T14:51:37.899 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.899 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.899 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:51:37.899 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323598+0000", 2024-09-13T14:51:37.899 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.3879999999999998e-06 2024-09-13T14:51:37.899 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.899 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.899 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:51:37.900 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323604+0000", 2024-09-13T14:51:37.900 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.9320000000000001e-06 2024-09-13T14:51:37.900 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.900 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.900 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:51:37.900 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.323609+0000", 2024-09-13T14:51:37.900 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.95e-06 2024-09-13T14:51:37.900 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.900 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.900 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:37.900 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.324701+0000", 2024-09-13T14:51:37.900 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001091446 2024-09-13T14:51:37.900 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.901 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.901 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:51:37.901 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:41.324711+0000", 2024-09-13T14:51:37.901 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.004e-05 2024-09-13T14:51:37.901 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.901 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.901 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:37.901 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.051156+0000", 2024-09-13T14:51:37.901 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.72644507 2024-09-13T14:51:37.901 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.901 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.901 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:51:37.901 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.051301+0000", 2024-09-13T14:51:37.902 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000145804 2024-09-13T14:51:37.902 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.902 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.902 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 3,6,7", 2024-09-13T14:51:37.902 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.051427+0000", 2024-09-13T14:51:37.902 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00012576899999999999 2024-09-13T14:51:37.902 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.902 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.902 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:51:37.902 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.054352+0000", 2024-09-13T14:51:37.902 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.002924982 2024-09-13T14:51:37.902 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.902 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.902 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:37.903 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.055407+0000", 2024-09-13T14:51:37.903 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0010549050000000001 2024-09-13T14:51:37.903 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.903 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.903 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:37.903 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.055439+0000", 2024-09-13T14:51:37.903 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.1846e-05 2024-09-13T14:51:37.903 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.903 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.903 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:37.903 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.117860+0000", 2024-09-13T14:51:37.903 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.062421095000000003 2024-09-13T14:51:37.903 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.904 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.904 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:51:37.904 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.117914+0000", 2024-09-13T14:51:37.904 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.3656999999999998e-05 2024-09-13T14:51:37.904 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.904 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.904 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:51:37.904 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:41:43.118282+0000", 2024-09-13T14:51:37.904 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00036819899999999999 2024-09-13T14:51:37.904 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:37.904 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:51:37.904 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:37.904 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.905 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.905 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:146089 7.0 7:0e62d906:::benchmark_data_smithi071_196541_object33149:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1171)", 2024-09-13T14:51:37.905 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:46:59.931169+0000", 2024-09-13T14:51:37.905 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 277.89351709800002, 2024-09-13T14:51:37.905 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.18081130200000001, 2024-09-13T14:51:37.905 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:51:37.905 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:51:37.905 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:51:37.905 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:51:37.905 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:51:37.905 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 146089 2024-09-13T14:51:37.905 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.905 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:51:37.906 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.906 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:51:37.906 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:46:59.931169+0000", 2024-09-13T14:51:37.906 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:37.906 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.906 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.906 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:51:37.906 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:46:59.931169+0000", 2024-09-13T14:51:37.906 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:37.906 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.906 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.906 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:51:37.906 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:46:59.931167+0000", 2024-09-13T14:51:37.907 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999981 2024-09-13T14:51:37.907 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.907 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.907 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:51:37.907 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:46:59.931175+0000", 2024-09-13T14:51:37.907 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.123e-06 2024-09-13T14:51:37.907 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.907 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.907 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:51:37.907 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:46:59.931204+0000", 2024-09-13T14:51:37.907 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.9303e-05 2024-09-13T14:51:37.907 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.907 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.908 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:51:37.908 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:46:59.931232+0000", 2024-09-13T14:51:37.908 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.8084000000000001e-05 2024-09-13T14:51:37.908 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.908 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.908 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:37.908 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:46:59.931288+0000", 2024-09-13T14:51:37.908 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.5167000000000002e-05 2024-09-13T14:51:37.908 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.908 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.908 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:51:37.908 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:46:59.931428+0000", 2024-09-13T14:51:37.908 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000140338 2024-09-13T14:51:37.909 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.909 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.909 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,3", 2024-09-13T14:51:37.909 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:46:59.931554+0000", 2024-09-13T14:51:37.909 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000125673 2024-09-13T14:51:37.909 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.909 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.909 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:51:37.909 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:46:59.936029+0000", 2024-09-13T14:51:37.909 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.004475578 2024-09-13T14:51:37.909 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.909 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.910 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:37.910 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:46:59.938955+0000", 2024-09-13T14:51:37.910 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0029258420000000001 2024-09-13T14:51:37.910 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.910 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.910 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:37.910 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:00.111917+0000", 2024-09-13T14:51:37.910 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.172961753 2024-09-13T14:51:37.910 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.910 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.910 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:51:37.910 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:00.111953+0000", 2024-09-13T14:51:37.910 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.6204000000000001e-05 2024-09-13T14:51:37.911 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.911 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.911 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:51:37.911 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:00.111980+0000", 2024-09-13T14:51:37.911 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.6970000000000001e-05 2024-09-13T14:51:37.911 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:37.911 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:51:37.911 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:37.911 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.911 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.911 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:198201 7.0 7:0555996f:::benchmark_data_smithi071_196541_object85261:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1192)", 2024-09-13T14:51:37.911 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:50:05.275567+0000", 2024-09-13T14:51:37.911 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 92.549118859999993, 2024-09-13T14:51:37.912 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.18389789000000001, 2024-09-13T14:51:37.912 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:51:37.912 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:51:37.912 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:51:37.912 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:51:37.912 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:51:37.912 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 198201 2024-09-13T14:51:37.912 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.912 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:51:37.912 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.912 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:51:37.912 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.275567+0000", 2024-09-13T14:51:37.912 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:37.913 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.913 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.913 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:51:37.913 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.275567+0000", 2024-09-13T14:51:37.913 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:37.913 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.913 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.913 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:51:37.913 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.275565+0000", 2024-09-13T14:51:37.913 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:51:37.913 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.913 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.913 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:51:37.914 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.275571+0000", 2024-09-13T14:51:37.914 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.1909999999999997e-06 2024-09-13T14:51:37.914 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.914 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.914 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:51:37.914 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.275583+0000", 2024-09-13T14:51:37.914 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1071e-05 2024-09-13T14:51:37.914 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.914 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.914 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:51:37.914 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.275590+0000", 2024-09-13T14:51:37.914 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.2389999999999996e-06 2024-09-13T14:51:37.914 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.914 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.915 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:37.915 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.277340+0000", 2024-09-13T14:51:37.915 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001750396 2024-09-13T14:51:37.915 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.915 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.915 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:51:37.915 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.277495+0000", 2024-09-13T14:51:37.915 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00015456000000000001 2024-09-13T14:51:37.915 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.915 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.915 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,3", 2024-09-13T14:51:37.915 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.277622+0000", 2024-09-13T14:51:37.915 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00012733199999999999 2024-09-13T14:51:37.916 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.916 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.916 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:51:37.916 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.280523+0000", 2024-09-13T14:51:37.916 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.002901065 2024-09-13T14:51:37.916 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.916 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.916 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:37.916 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.291086+0000", 2024-09-13T14:51:37.916 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.010563169000000001 2024-09-13T14:51:37.916 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.916 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.916 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:37.917 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.459372+0000", 2024-09-13T14:51:37.917 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.16828527099999999 2024-09-13T14:51:37.917 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.917 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.917 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:51:37.917 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.459421+0000", 2024-09-13T14:51:37.917 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.9688000000000003e-05 2024-09-13T14:51:37.917 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.917 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.917 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:51:37.917 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.459465+0000", 2024-09-13T14:51:37.917 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.3443999999999999e-05 2024-09-13T14:51:37.917 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:37.918 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:51:37.918 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:37.918 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.918 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.918 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:198204 7.0 7:0c74ae6b:::benchmark_data_smithi071_196541_object85264:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1192)", 2024-09-13T14:51:37.918 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:50:05.281891+0000", 2024-09-13T14:51:37.918 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 92.542795093999999, 2024-09-13T14:51:37.918 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.177674742, 2024-09-13T14:51:37.918 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:51:37.918 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:51:37.918 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:51:37.918 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:51:37.918 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:51:37.918 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 198204 2024-09-13T14:51:37.919 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.919 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:51:37.919 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.919 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:51:37.919 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.281891+0000", 2024-09-13T14:51:37.919 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:37.919 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.919 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.919 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:51:37.919 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.281891+0000", 2024-09-13T14:51:37.919 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:37.919 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.919 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.920 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:51:37.920 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.281889+0000", 2024-09-13T14:51:37.920 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:51:37.920 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.920 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.920 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:51:37.920 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.281896+0000", 2024-09-13T14:51:37.920 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.3419999999999996e-06 2024-09-13T14:51:37.920 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.920 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.920 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:51:37.920 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.281913+0000", 2024-09-13T14:51:37.920 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.6946e-05 2024-09-13T14:51:37.921 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.921 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.921 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:51:37.921 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.281918+0000", 2024-09-13T14:51:37.921 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.2249999999999999e-06 2024-09-13T14:51:37.921 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.921 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.921 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:37.922 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.281974+0000", 2024-09-13T14:51:37.922 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.6189e-05 2024-09-13T14:51:37.922 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.922 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.922 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:51:37.922 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.282090+0000", 2024-09-13T14:51:37.922 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000115432 2024-09-13T14:51:37.922 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.922 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.922 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,3", 2024-09-13T14:51:37.922 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.282176+0000", 2024-09-13T14:51:37.922 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.6759000000000001e-05 2024-09-13T14:51:37.922 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.922 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.923 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:51:37.923 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.291046+0000", 2024-09-13T14:51:37.923 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0088693399999999999 2024-09-13T14:51:37.923 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.923 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.923 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:37.923 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.296673+0000", 2024-09-13T14:51:37.923 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00562701 2024-09-13T14:51:37.923 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.923 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.923 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:37.923 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.459507+0000", 2024-09-13T14:51:37.923 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.16283415900000001 2024-09-13T14:51:37.924 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.924 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.924 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:51:37.924 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.459542+0000", 2024-09-13T14:51:37.924 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.5370999999999997e-05 2024-09-13T14:51:37.924 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.924 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.924 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:51:37.924 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.459565+0000", 2024-09-13T14:51:37.924 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.3057999999999998e-05 2024-09-13T14:51:37.924 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:37.924 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:51:37.924 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:37.925 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.925 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.925 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:198205 7.0 7:0acc7e4c:::benchmark_data_smithi071_196541_object85265:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1192)", 2024-09-13T14:51:37.925 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:50:05.282309+0000", 2024-09-13T14:51:37.925 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 92.542376257000001, 2024-09-13T14:51:37.925 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.17737739399999999, 2024-09-13T14:51:37.925 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:51:37.925 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:51:37.925 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:51:37.925 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:51:37.925 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:51:37.925 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 198205 2024-09-13T14:51:37.925 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.925 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:51:37.926 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.926 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:51:37.926 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.282309+0000", 2024-09-13T14:51:37.926 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:37.926 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.926 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.926 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:51:37.926 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.282309+0000", 2024-09-13T14:51:37.926 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:37.926 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.926 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.926 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:51:37.926 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.282309+0000", 2024-09-13T14:51:37.927 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:51:37.927 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.927 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.927 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:51:37.927 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.282313+0000", 2024-09-13T14:51:37.927 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.673e-06 2024-09-13T14:51:37.927 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.927 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.927 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:51:37.927 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.282322+0000", 2024-09-13T14:51:37.927 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.5029999999999997e-06 2024-09-13T14:51:37.927 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.927 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.928 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:51:37.928 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.282327+0000", 2024-09-13T14:51:37.928 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.7790000000000003e-06 2024-09-13T14:51:37.928 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.928 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.928 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:37.928 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.285376+0000", 2024-09-13T14:51:37.928 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0030491379999999998 2024-09-13T14:51:37.928 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.928 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.928 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:51:37.928 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.285505+0000", 2024-09-13T14:51:37.928 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00012971799999999999 2024-09-13T14:51:37.928 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.929 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.929 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,3", 2024-09-13T14:51:37.929 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.285632+0000", 2024-09-13T14:51:37.929 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00012653299999999999 2024-09-13T14:51:37.929 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.929 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.929 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:51:37.929 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.293024+0000", 2024-09-13T14:51:37.929 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.007392081 2024-09-13T14:51:37.929 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.929 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.929 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:37.929 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.296710+0000", 2024-09-13T14:51:37.930 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0036862829999999998 2024-09-13T14:51:37.930 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.930 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.930 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:37.930 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.459608+0000", 2024-09-13T14:51:37.930 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.162897343 2024-09-13T14:51:37.930 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.930 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.930 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:51:37.930 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.459651+0000", 2024-09-13T14:51:37.930 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.3834000000000001e-05 2024-09-13T14:51:37.930 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.930 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.930 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:51:37.931 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.459687+0000", 2024-09-13T14:51:37.931 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.5345999999999997e-05 2024-09-13T14:51:37.931 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:37.931 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:51:37.931 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:37.931 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.931 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.931 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:198206 7.0 7:040c74eb:::benchmark_data_smithi071_196541_object85266:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1192)", 2024-09-13T14:51:37.931 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:50:05.282331+0000", 2024-09-13T14:51:37.931 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 92.542354205999999, 2024-09-13T14:51:37.931 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.177447419, 2024-09-13T14:51:37.931 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:51:37.932 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:51:37.932 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:51:37.932 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:51:37.932 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:51:37.932 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 198206 2024-09-13T14:51:37.932 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.932 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:51:37.932 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.932 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:51:37.932 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.282331+0000", 2024-09-13T14:51:37.932 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:37.932 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.932 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.933 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:51:37.933 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.282331+0000", 2024-09-13T14:51:37.933 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:37.933 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.933 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.933 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:51:37.933 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.282331+0000", 2024-09-13T14:51:37.933 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T14:51:37.933 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.933 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.933 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:51:37.933 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.282333+0000", 2024-09-13T14:51:37.933 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.5770000000000001e-06 2024-09-13T14:51:37.933 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.934 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.934 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:51:37.934 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.282338+0000", 2024-09-13T14:51:37.934 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.95e-06 2024-09-13T14:51:37.934 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.934 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.934 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:51:37.934 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.282341+0000", 2024-09-13T14:51:37.934 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.8849999999999999e-06 2024-09-13T14:51:37.934 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.934 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.934 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:37.934 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.288288+0000", 2024-09-13T14:51:37.935 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0059469939999999997 2024-09-13T14:51:37.935 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.935 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.935 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:51:37.935 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.288381+0000", 2024-09-13T14:51:37.935 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.3732000000000003e-05 2024-09-13T14:51:37.935 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.935 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.935 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,3", 2024-09-13T14:51:37.935 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.288461+0000", 2024-09-13T14:51:37.935 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.9888000000000005e-05 2024-09-13T14:51:37.935 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.935 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.936 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:51:37.936 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.296635+0000", 2024-09-13T14:51:37.936 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0081736450000000002 2024-09-13T14:51:37.936 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.936 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.936 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:37.936 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.296768+0000", 2024-09-13T14:51:37.936 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000133351 2024-09-13T14:51:37.936 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.936 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.936 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:37.936 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.459721+0000", 2024-09-13T14:51:37.936 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.162952344 2024-09-13T14:51:37.937 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.937 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.937 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:51:37.937 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.459753+0000", 2024-09-13T14:51:37.937 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.2576000000000001e-05 2024-09-13T14:51:37.937 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.937 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.937 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:51:37.937 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.459779+0000", 2024-09-13T14:51:37.937 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.5718e-05 2024-09-13T14:51:37.937 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:37.937 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:51:37.938 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:37.938 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.938 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.938 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:198209 7.0 7:0234a50e:::benchmark_data_smithi071_196541_object85269:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1192)", 2024-09-13T14:51:37.938 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:50:05.283674+0000", 2024-09-13T14:51:37.938 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 92.541011795000003, 2024-09-13T14:51:37.938 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.17619539300000001, 2024-09-13T14:51:37.938 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:51:37.938 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:51:37.938 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:51:37.938 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:51:37.938 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:51:37.939 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 198209 2024-09-13T14:51:37.939 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.939 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:51:37.939 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.940 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:51:37.940 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.283674+0000", 2024-09-13T14:51:37.940 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:37.940 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.940 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.940 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:51:37.940 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.283674+0000", 2024-09-13T14:51:37.940 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:37.940 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.940 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.940 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:51:37.940 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.283673+0000", 2024-09-13T14:51:37.941 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:51:37.941 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.941 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.941 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:51:37.941 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.283677+0000", 2024-09-13T14:51:37.941 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.3560000000000003e-06 2024-09-13T14:51:37.941 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.941 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.941 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:51:37.941 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.283687+0000", 2024-09-13T14:51:37.941 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.2750000000000001e-06 2024-09-13T14:51:37.941 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.941 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.942 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:51:37.942 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.283691+0000", 2024-09-13T14:51:37.942 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.6530000000000002e-06 2024-09-13T14:51:37.942 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.942 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.942 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:37.942 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.291121+0000", 2024-09-13T14:51:37.942 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0074298949999999997 2024-09-13T14:51:37.942 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.942 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.942 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:51:37.942 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.291243+0000", 2024-09-13T14:51:37.942 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000121863 2024-09-13T14:51:37.943 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.943 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.943 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,3", 2024-09-13T14:51:37.943 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.291373+0000", 2024-09-13T14:51:37.943 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00012939200000000001 2024-09-13T14:51:37.943 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.943 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.943 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:51:37.943 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.296719+0000", 2024-09-13T14:51:37.943 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.005346384 2024-09-13T14:51:37.943 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.943 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.943 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:37.944 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.300066+0000", 2024-09-13T14:51:37.944 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.003347348 2024-09-13T14:51:37.944 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.944 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.944 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:37.944 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.459819+0000", 2024-09-13T14:51:37.944 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.159753006 2024-09-13T14:51:37.944 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.944 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.944 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:51:37.944 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.459849+0000", 2024-09-13T14:51:37.944 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.9626000000000001e-05 2024-09-13T14:51:37.944 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.945 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.945 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:51:37.945 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.459869+0000", 2024-09-13T14:51:37.945 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.0389000000000001e-05 2024-09-13T14:51:37.945 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:37.945 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:51:37.945 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:37.945 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.945 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.945 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:198214 7.0 7:04219ce3:::benchmark_data_smithi071_196541_object85274:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1192)", 2024-09-13T14:51:37.945 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:50:05.291507+0000", 2024-09-13T14:51:37.945 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 92.533179004999994, 2024-09-13T14:51:37.945 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.17964086200000001, 2024-09-13T14:51:37.946 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:51:37.946 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:51:37.946 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:51:37.946 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:51:37.946 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:51:37.946 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 198214 2024-09-13T14:51:37.946 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.946 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:51:37.946 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.946 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:51:37.946 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.291507+0000", 2024-09-13T14:51:37.946 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:37.946 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.947 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.947 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:51:37.947 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.291507+0000", 2024-09-13T14:51:37.947 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:37.947 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.947 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.947 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:51:37.947 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.291506+0000", 2024-09-13T14:51:37.947 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T14:51:37.947 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.947 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.947 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:51:37.947 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.291510+0000", 2024-09-13T14:51:37.947 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.6990000000000001e-06 2024-09-13T14:51:37.948 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.948 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.948 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:51:37.948 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.291520+0000", 2024-09-13T14:51:37.948 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.8730000000000002e-06 2024-09-13T14:51:37.948 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.948 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.948 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:51:37.948 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.291526+0000", 2024-09-13T14:51:37.949 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.3550000000000001e-06 2024-09-13T14:51:37.949 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.949 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.949 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:37.949 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.296790+0000", 2024-09-13T14:51:37.949 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0052643869999999997 2024-09-13T14:51:37.949 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.949 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.949 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:51:37.949 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.296894+0000", 2024-09-13T14:51:37.949 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00010398199999999999 2024-09-13T14:51:37.949 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.949 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.950 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,3", 2024-09-13T14:51:37.950 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.297025+0000", 2024-09-13T14:51:37.950 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00013104699999999999 2024-09-13T14:51:37.950 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.950 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.950 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:51:37.950 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.298814+0000", 2024-09-13T14:51:37.950 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0017881240000000001 2024-09-13T14:51:37.950 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.950 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.950 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:37.950 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.424557+0000", 2024-09-13T14:51:37.950 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.125743402 2024-09-13T14:51:37.950 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.951 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.951 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:37.951 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.471084+0000", 2024-09-13T14:51:37.951 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.046527064999999999 2024-09-13T14:51:37.951 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.951 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.951 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:51:37.951 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.471121+0000", 2024-09-13T14:51:37.951 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.6684000000000003e-05 2024-09-13T14:51:37.951 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.951 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.951 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:51:37.951 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:05.471148+0000", 2024-09-13T14:51:37.952 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.6823000000000001e-05 2024-09-13T14:51:37.952 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:37.952 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:51:37.952 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:37.952 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.952 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.952 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:199444 7.0 7:0549f5e6:::benchmark_data_smithi071_196541_object86504:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1192)", 2024-09-13T14:51:37.952 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:50:07.509973+0000", 2024-09-13T14:51:37.952 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 90.314712665000002, 2024-09-13T14:51:37.952 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.35159074099999998, 2024-09-13T14:51:37.952 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:51:37.952 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:51:37.952 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:51:37.953 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:51:37.953 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:51:37.953 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 199444 2024-09-13T14:51:37.953 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.953 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:51:37.953 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.953 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:51:37.953 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:07.509973+0000", 2024-09-13T14:51:37.953 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:37.953 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.953 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.953 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:51:37.953 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:07.509973+0000", 2024-09-13T14:51:37.954 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:37.954 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.954 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.954 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:51:37.954 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:07.509972+0000", 2024-09-13T14:51:37.954 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:51:37.954 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.954 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.954 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:51:37.954 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:07.509977+0000", 2024-09-13T14:51:37.954 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.7320000000000003e-06 2024-09-13T14:51:37.954 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.954 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.954 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:51:37.955 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:07.509987+0000", 2024-09-13T14:51:37.955 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.6409999999999997e-06 2024-09-13T14:51:37.955 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.955 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.955 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:51:37.955 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:07.509994+0000", 2024-09-13T14:51:37.955 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.7689999999999999e-06 2024-09-13T14:51:37.955 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.955 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.955 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:37.955 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:07.510033+0000", 2024-09-13T14:51:37.955 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.9412000000000001e-05 2024-09-13T14:51:37.955 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.956 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.956 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:51:37.956 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:07.510162+0000", 2024-09-13T14:51:37.956 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00012867299999999999 2024-09-13T14:51:37.956 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.956 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.956 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,3", 2024-09-13T14:51:37.956 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:07.510294+0000", 2024-09-13T14:51:37.956 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00013216000000000001 2024-09-13T14:51:37.956 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.956 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.956 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:51:37.956 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:07.513418+0000", 2024-09-13T14:51:37.957 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0031236979999999998 2024-09-13T14:51:37.957 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.957 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.957 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:37.957 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:07.525353+0000", 2024-09-13T14:51:37.957 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.011935573999999999 2024-09-13T14:51:37.957 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.957 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.957 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:37.957 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:07.861498+0000", 2024-09-13T14:51:37.957 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.33614487900000001 2024-09-13T14:51:37.957 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.957 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.958 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:51:37.958 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:07.861535+0000", 2024-09-13T14:51:37.958 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.6319000000000002e-05 2024-09-13T14:51:37.958 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.958 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.958 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:51:37.958 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:07.861564+0000", 2024-09-13T14:51:37.958 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.9183000000000002e-05 2024-09-13T14:51:37.958 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:37.958 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:51:37.958 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:37.958 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.958 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.959 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:199453 7.0 7:09c3f9ad:::benchmark_data_smithi071_196541_object86513:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1192)", 2024-09-13T14:51:37.959 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:50:07.520207+0000", 2024-09-13T14:51:37.959 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 90.304478631999999, 2024-09-13T14:51:37.959 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.35732607399999999, 2024-09-13T14:51:37.959 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:51:37.959 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:51:37.959 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:51:37.959 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:51:37.959 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:51:37.959 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 199453 2024-09-13T14:51:37.959 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.959 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:51:37.959 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.959 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:51:37.960 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:07.520207+0000", 2024-09-13T14:51:37.960 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:37.960 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.960 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.960 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:51:37.960 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:07.520207+0000", 2024-09-13T14:51:37.960 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:37.960 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.960 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.960 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:51:37.960 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:07.520206+0000", 2024-09-13T14:51:37.960 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:51:37.960 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.961 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.961 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:51:37.961 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:07.520212+0000", 2024-09-13T14:51:37.961 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.4189999999999999e-06 2024-09-13T14:51:37.961 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.961 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.961 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:51:37.961 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:07.520224+0000", 2024-09-13T14:51:37.961 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1704e-05 2024-09-13T14:51:37.961 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.961 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.961 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:51:37.961 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:07.520229+0000", 2024-09-13T14:51:37.962 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.994e-06 2024-09-13T14:51:37.962 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.962 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.962 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:37.962 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:07.520278+0000", 2024-09-13T14:51:37.962 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.8943999999999998e-05 2024-09-13T14:51:37.962 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.962 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.962 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:51:37.962 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:07.520413+0000", 2024-09-13T14:51:37.962 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000134869 2024-09-13T14:51:37.962 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.962 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.962 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,3", 2024-09-13T14:51:37.963 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:07.520547+0000", 2024-09-13T14:51:37.963 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00013448799999999999 2024-09-13T14:51:37.963 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.963 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.963 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:51:37.963 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:07.523462+0000", 2024-09-13T14:51:37.963 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0029145059999999999 2024-09-13T14:51:37.963 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.963 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.963 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:37.963 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:07.525635+0000", 2024-09-13T14:51:37.963 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0021733 2024-09-13T14:51:37.963 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.963 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.964 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:37.964 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:07.877422+0000", 2024-09-13T14:51:37.964 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.35178704100000002 2024-09-13T14:51:37.964 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.964 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.964 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:51:37.964 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:07.877469+0000", 2024-09-13T14:51:37.964 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.7157999999999998e-05 2024-09-13T14:51:37.964 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.964 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.964 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:51:37.964 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:07.877533+0000", 2024-09-13T14:51:37.964 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.4067999999999997e-05 2024-09-13T14:51:37.965 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:37.965 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:51:37.965 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:37.965 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.965 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.965 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:213662 7.0 7:0d2726e4:::benchmark_data_smithi071_196541_object100722:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1196)", 2024-09-13T14:51:37.965 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:50:32.096888+0000", 2024-09-13T14:51:37.965 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 65.727797362999993, 2024-09-13T14:51:37.965 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.28087767000000002, 2024-09-13T14:51:37.965 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:51:37.965 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:51:37.965 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:51:37.965 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:51:37.966 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:51:37.966 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 213662 2024-09-13T14:51:37.966 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.966 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:51:37.966 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.966 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:51:37.966 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:32.096888+0000", 2024-09-13T14:51:37.966 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:37.966 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.966 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.966 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:51:37.966 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:32.096888+0000", 2024-09-13T14:51:37.966 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:37.967 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.967 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.967 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:51:37.967 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:32.096887+0000", 2024-09-13T14:51:37.967 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:51:37.967 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.967 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.967 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:51:37.967 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:32.096894+0000", 2024-09-13T14:51:37.967 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.5919999999999997e-06 2024-09-13T14:51:37.967 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.967 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.967 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:51:37.968 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:32.096915+0000", 2024-09-13T14:51:37.968 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.1687000000000001e-05 2024-09-13T14:51:37.968 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.968 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.968 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:51:37.968 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:32.096924+0000", 2024-09-13T14:51:37.968 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.8289999999999997e-06 2024-09-13T14:51:37.968 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.968 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.968 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:37.968 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:32.096965+0000", 2024-09-13T14:51:37.968 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.0602999999999997e-05 2024-09-13T14:51:37.968 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.969 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.969 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:51:37.969 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:32.097059+0000", 2024-09-13T14:51:37.969 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.4357999999999993e-05 2024-09-13T14:51:37.969 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.969 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.969 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,3", 2024-09-13T14:51:37.969 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:32.097137+0000", 2024-09-13T14:51:37.969 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.8446000000000001e-05 2024-09-13T14:51:37.969 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.969 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.969 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:51:37.969 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:32.100045+0000", 2024-09-13T14:51:37.970 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0029079119999999999 2024-09-13T14:51:37.970 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.970 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.970 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:37.970 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:32.101774+0000", 2024-09-13T14:51:37.970 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0017282249999999999 2024-09-13T14:51:37.970 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.970 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.970 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:37.970 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:32.377688+0000", 2024-09-13T14:51:37.970 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.27591485799999999 2024-09-13T14:51:37.970 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.970 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.971 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:51:37.971 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:32.377723+0000", 2024-09-13T14:51:37.971 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.4866999999999997e-05 2024-09-13T14:51:37.971 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:37.971 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:37.971 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:51:37.971 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:32.377766+0000", 2024-09-13T14:51:37.971 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.2663000000000001e-05 2024-09-13T14:51:37.971 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:37.971 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:51:37.971 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:37.971 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:37.971 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:51:37.971 INFO:teuthology.orchestra.run.smithi104.stdout:} 2024-09-13T14:51:37.979 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:38.013 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:38.014 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:38.014 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:38.115 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:38.151 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:38.152 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:38.153 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:38.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:37 smithi104 ceph-mon[105578]: pgmap v1620: 89 pgs: 47 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 1.0 GiB data, 4.1 GiB used, 443 GiB / 447 GiB avail; 115 MiB/s wr, 1.84k op/s; 11469/49293 objects degraded (23.267%); 22/49293 objects misplaced (0.045%) 2024-09-13T14:51:38.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:37 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 11469/49293 objects degraded (23.267%), 12 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:51:38.254 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:38.279 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:38.279 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:38.279 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:38.292 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:37 smithi071 ceph-mon[107477]: pgmap v1620: 89 pgs: 47 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 1.0 GiB data, 4.1 GiB used, 443 GiB / 447 GiB avail; 115 MiB/s wr, 1.84k op/s; 11469/49293 objects degraded (23.267%); 22/49293 objects misplaced (0.045%) 2024-09-13T14:51:38.292 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:37 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 11469/49293 objects degraded (23.267%), 12 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:51:38.293 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:37 smithi071 ceph-mon[112785]: pgmap v1620: 89 pgs: 47 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 1.0 GiB data, 4.1 GiB used, 443 GiB / 447 GiB avail; 115 MiB/s wr, 1.84k op/s; 11469/49293 objects degraded (23.267%); 22/49293 objects misplaced (0.045%) 2024-09-13T14:51:38.293 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:37 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 11469/49293 objects degraded (23.267%), 12 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:51:38.380 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:38.405 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:38.406 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:38.406 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:38.507 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:38.545 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:38.545 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:38.545 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:38.634 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 9 16 26066 26050 180.868 151.5 0.00281401 0.0055229 2024-09-13T14:51:38.648 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:38.683 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:38.684 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:38.684 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:38.785 INFO:teuthology.orchestra.run.smithi071.stdout:{"pg_ready":true,"pg_map":{"version":1619,"stamp":"2024-09-13T14:51:34.685246+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":572004325,"num_objects":8745,"num_object_clones":0,"num_object_copies":26235,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":5677,"num_objects_misplaced":22,"num_objects_unfound":0,"num_objects_dirty":8745,"num_whiteouts":0,"num_read":392,"num_read_kb":834,"num_write":8998,"num_write_kb":560465,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":38,"num_bytes_recovered":2957394,"num_keys_recovered":10,"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":8927,"ondisk_log_size":8927,"up":203,"acting":252,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":238,"num_osds":5,"num_per_pool_osds":5,"num_per_pool_omap_osds":5,"kb":468725760,"kb_used":3305396,"kb_used_data":1331196,"kb_used_omap":135,"kb_used_meta":1974008,"kb_avail":465420364,"statfs":{"total":479975178240,"available":476590452736,"internally_reserved":0,"allocated":1363144704,"data_stored":1350842197,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":138795,"internal_metadata":2021384661},"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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":571408384,"num_objects":8719,"num_object_clones":0,"num_object_copies":26157,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":5676,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":8719,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":8719,"num_write_kb":558016,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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.003076"},"pg_stats":[{"pgid":"4.14","version":"0'0","reported_seq":219,"reported_epoch":1212,"state":"active+clean","last_fresh":"2024-09-13T14:51:32.473283+0000","last_change":"2024-09-13T14:50:40.389346+0000","last_active":"2024-09-13T14:51:32.473283+0000","last_peered":"2024-09-13T14:51:32.473283+0000","last_clean":"2024-09-13T14:51:32.473283+0000","last_became_active":"2024-09-13T14:50:40.389014+0000","last_became_peered":"2024-09-13T14:50:40.389014+0000","last_unstale":"2024-09-13T14:51:32.473283+0000","last_undegraded":"2024-09-13T14:51:32.473283+0000","last_fullsized":"2024-09-13T14:51:32.473283+0000","mapping_epoch":1197,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1198,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:52:51.168456+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[3,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.13","version":"70'2","reported_seq":56,"reported_epoch":1211,"state":"active+clean+remapped","last_fresh":"2024-09-13T14:51:27.999484+0000","last_change":"2024-09-13T14:50:41.434503+0000","last_active":"2024-09-13T14:51:27.999484+0000","last_peered":"2024-09-13T14:51:27.999484+0000","last_clean":"2024-09-13T14:51:27.999484+0000","last_became_active":"2024-09-13T14:50:41.380583+0000","last_became_peered":"2024-09-13T14:50:41.380583+0000","last_unstale":"2024-09-13T14:51:27.999484+0000","last_undegraded":"2024-09-13T14:51:27.999484+0000","last_fullsized":"2024-09-13T14:51:27.999484+0000","mapping_epoch":1198,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1199,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T14:53:13.888429+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":2,"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":2,"num_bytes_recovered":34,"num_keys_recovered":10,"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,1],"acting":[0,1,2],"avail_no_missing":["0","1","2"],"object_location_counts":[{"shards":"0,1,2","objects":2}],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"4.15","version":"0'0","reported_seq":1177,"reported_epoch":1210,"state":"active+clean+remapped","last_fresh":"2024-09-13T14:51:24.634967+0000","last_change":"2024-09-13T14:50:02.589019+0000","last_active":"2024-09-13T14:51:24.634967+0000","last_peered":"2024-09-13T14:51:24.634967+0000","last_clean":"2024-09-13T14:51:24.634967+0000","last_became_active":"2024-09-13T14:50:02.588646+0000","last_became_peered":"2024-09-13T14:50:02.588646+0000","last_unstale":"2024-09-13T14:51:24.634967+0000","last_undegraded":"2024-09-13T14:51:24.634967+0000","last_fullsized":"2024-09-13T14:51:24.634967+0000","mapping_epoch":1189,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1190,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:51:38.543300+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[5,3,7],"avail_no_missing":["5","3","7"],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.12","version":"0'0","reported_seq":1636,"reported_epoch":1211,"state":"active+clean","last_fresh":"2024-09-13T14:51:27.999507+0000","last_change":"2024-09-13T14:50:40.382214+0000","last_active":"2024-09-13T14:51:27.999507+0000","last_peered":"2024-09-13T14:51:27.999507+0000","last_clean":"2024-09-13T14:51:27.999507+0000","last_became_active":"2024-09-13T14:50:40.381869+0000","last_became_peered":"2024-09-13T14:50:40.381869+0000","last_unstale":"2024-09-13T14:51:27.999507+0000","last_undegraded":"2024-09-13T14:51:27.999507+0000","last_fullsized":"2024-09-13T14:51:27.999507+0000","mapping_epoch":1197,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1198,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:04:25.681776+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.16","version":"0'0","reported_seq":1627,"reported_epoch":1211,"state":"active+clean+remapped","last_fresh":"2024-09-13T14:51:27.997858+0000","last_change":"2024-09-13T14:50:41.377147+0000","last_active":"2024-09-13T14:51:27.997858+0000","last_peered":"2024-09-13T14:51:27.997858+0000","last_clean":"2024-09-13T14:51:27.997858+0000","last_became_active":"2024-09-13T14:50:41.375105+0000","last_became_peered":"2024-09-13T14:50:41.375105+0000","last_unstale":"2024-09-13T14:51:27.997858+0000","last_undegraded":"2024-09-13T14:51:27.997858+0000","last_fullsized":"2024-09-13T14:51:27.997858+0000","mapping_epoch":1198,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1199,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:13:20.219791+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[0,3,2],"avail_no_missing":["0","2","3"],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.11","version":"0'0","reported_seq":1149,"reported_epoch":1211,"state":"active+clean+remapped","last_fresh":"2024-09-13T14:51:27.999054+0000","last_change":"2024-09-13T14:50:02.753465+0000","last_active":"2024-09-13T14:51:27.999054+0000","last_peered":"2024-09-13T14:51:27.999054+0000","last_clean":"2024-09-13T14:51:27.999054+0000","last_became_active":"2024-09-13T14:50:02.752996+0000","last_became_peered":"2024-09-13T14:50:02.752996+0000","last_unstale":"2024-09-13T14:51:27.999054+0000","last_undegraded":"2024-09-13T14:51:27.999054+0000","last_fullsized":"2024-09-13T14:51:27.999054+0000","mapping_epoch":1189,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1190,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:22:05.506191+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[0,3,7],"avail_no_missing":["0","3","7"],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"4.17","version":"0'0","reported_seq":23,"reported_epoch":1210,"state":"active+clean","last_fresh":"2024-09-13T14:51:24.634724+0000","last_change":"2024-09-13T14:50:41.389051+0000","last_active":"2024-09-13T14:51:24.634724+0000","last_peered":"2024-09-13T14:51:24.634724+0000","last_clean":"2024-09-13T14:51:24.634724+0000","last_became_active":"2024-09-13T14:50:41.388315+0000","last_became_peered":"2024-09-13T14:50:41.388315+0000","last_unstale":"2024-09-13T14:51:24.634724+0000","last_undegraded":"2024-09-13T14:51:24.634724+0000","last_fullsized":"2024-09-13T14:51:24.634724+0000","mapping_epoch":1198,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1199,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:17:30.685018+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[5,1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.10","version":"70'8","reported_seq":73,"reported_epoch":1210,"state":"active+clean+remapped","last_fresh":"2024-09-13T14:51:24.634144+0000","last_change":"2024-09-13T14:47:19.097510+0000","last_active":"2024-09-13T14:51:24.634144+0000","last_peered":"2024-09-13T14:51:24.634144+0000","last_clean":"2024-09-13T14:51:24.634144+0000","last_became_active":"2024-09-13T14:47:19.062617+0000","last_became_peered":"2024-09-13T14:47:19.062617+0000","last_unstale":"2024-09-13T14:51:24.634144+0000","last_undegraded":"2024-09-13T14:51:24.634144+0000","last_fullsized":"2024-09-13T14:51:24.634144+0000","mapping_epoch":1173,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1174,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T14:36:18.351511+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":4,"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":4,"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":[5,3],"acting":[5,3,0],"avail_no_missing":["5","0","3"],"object_location_counts":[{"shards":"0,3,5","objects":4}],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"8.4","version":"1211'286","reported_seq":296,"reported_epoch":1211,"state":"active+undersized+degraded","last_fresh":"2024-09-13T14:51:30.872053+0000","last_change":"2024-09-13T14:51:29.636525+0000","last_active":"2024-09-13T14:51:30.872053+0000","last_peered":"2024-09-13T14:51:30.872053+0000","last_clean":"2024-09-13T14:51:18.738063+0000","last_became_active":"2024-09-13T14:51:19.760370+0000","last_became_peered":"2024-09-13T14:51:19.760370+0000","last_unstale":"2024-09-13T14:51:30.872053+0000","last_undegraded":"2024-09-13T14:51:29.634696+0000","last_fullsized":"2024-09-13T14:51:19.753503+0000","mapping_epoch":1207,"log_start":"0'0","ondisk_log_start":"0'0","created":1207,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":286,"log_dups_size":0,"ondisk_log_size":286,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:37:20.824915+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":18743296,"num_objects":286,"num_object_clones":0,"num_object_copies":858,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":286,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":286,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":286,"num_write_kb":18304,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[5,3],"avail_no_missing":["5","3"],"object_location_counts":[{"shards":"3,5","objects":286}],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.f","version":"70'1","reported_seq":1162,"reported_epoch":1212,"state":"active+clean+remapped","last_fresh":"2024-09-13T14:51:32.477093+0000","last_change":"2024-09-13T14:50:41.389678+0000","last_active":"2024-09-13T14:51:32.477093+0000","last_peered":"2024-09-13T14:51:32.477093+0000","last_clean":"2024-09-13T14:51:32.477093+0000","last_became_active":"2024-09-13T14:50:41.387379+0000","last_became_peered":"2024-09-13T14:50:41.387379+0000","last_unstale":"2024-09-13T14:51:32.477093+0000","last_undegraded":"2024-09-13T14:51:32.477093+0000","last_fullsized":"2024-09-13T14:51:32.477093+0000","mapping_epoch":1198,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1199,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T21:13:23.700847+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":1,"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":1,"num_bytes_recovered":22,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[1,5,2],"avail_no_missing":["1","2","5"],"object_location_counts":[{"shards":"1,2,5","objects":1}],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"4.8","version":"0'0","reported_seq":1151,"reported_epoch":1210,"state":"active+clean+remapped","last_fresh":"2024-09-13T14:51:24.634247+0000","last_change":"2024-09-13T14:50:02.590338+0000","last_active":"2024-09-13T14:51:24.634247+0000","last_peered":"2024-09-13T14:51:24.634247+0000","last_clean":"2024-09-13T14:51:24.634247+0000","last_became_active":"2024-09-13T14:50:02.590048+0000","last_became_peered":"2024-09-13T14:50:02.590048+0000","last_unstale":"2024-09-13T14:51:24.634247+0000","last_undegraded":"2024-09-13T14:51:24.634247+0000","last_fullsized":"2024-09-13T14:51:24.634247+0000","mapping_epoch":1189,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1190,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:07:08.088061+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[5,3,7],"avail_no_missing":["5","3","7"],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"8.5","version":"1211'101","reported_seq":117,"reported_epoch":1211,"state":"active+undersized+degraded","last_fresh":"2024-09-13T14:51:30.072324+0000","last_change":"2024-09-13T14:51:29.639326+0000","last_active":"2024-09-13T14:51:30.072324+0000","last_peered":"2024-09-13T14:51:30.072324+0000","last_clean":"2024-09-13T14:51:18.738063+0000","last_became_active":"2024-09-13T14:51:19.762722+0000","last_became_peered":"2024-09-13T14:51:19.762722+0000","last_unstale":"2024-09-13T14:51:30.072324+0000","last_undegraded":"2024-09-13T14:51:29.636883+0000","last_fullsized":"2024-09-13T14:51:19.752982+0000","mapping_epoch":1207,"log_start":"0'0","ondisk_log_start":"0'0","created":1207,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":101,"log_dups_size":0,"ondisk_log_size":101,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:52:27.022566+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":6619136,"num_objects":101,"num_object_clones":0,"num_object_copies":303,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":101,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":101,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":101,"num_write_kb":6464,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[0,1],"avail_no_missing":["0","1"],"object_location_counts":[{"shards":"0,1","objects":101}],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.e","version":"70'2","reported_seq":74,"reported_epoch":1212,"state":"active+clean","last_fresh":"2024-09-13T14:51:32.477169+0000","last_change":"2024-09-13T14:50:01.589744+0000","last_active":"2024-09-13T14:51:32.477169+0000","last_peered":"2024-09-13T14:51:32.477169+0000","last_clean":"2024-09-13T14:51:32.477169+0000","last_became_active":"2024-09-13T14:50:01.585384+0000","last_became_peered":"2024-09-13T14:50:01.585384+0000","last_unstale":"2024-09-13T14:51:32.477169+0000","last_undegraded":"2024-09-13T14:51:32.477169+0000","last_fullsized":"2024-09-13T14:51:32.477169+0000","mapping_epoch":1188,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1189,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T18:17:31.260212+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":1,"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,3],"acting":[1,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"4.9","version":"0'0","reported_seq":1204,"reported_epoch":1212,"state":"active+clean+remapped","last_fresh":"2024-09-13T14:51:32.476591+0000","last_change":"2024-09-13T14:47:19.290230+0000","last_active":"2024-09-13T14:51:32.476591+0000","last_peered":"2024-09-13T14:51:32.476591+0000","last_clean":"2024-09-13T14:51:32.476591+0000","last_became_active":"2024-09-13T14:47:19.289294+0000","last_became_peered":"2024-09-13T14:47:19.289294+0000","last_unstale":"2024-09-13T14:51:32.476591+0000","last_undegraded":"2024-09-13T14:51:32.476591+0000","last_fullsized":"2024-09-13T14:51:32.476591+0000","mapping_epoch":1173,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1174,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:54:08.081822+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[1,0,3],"avail_no_missing":["1","0","3"],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"8.6","version":"1211'108","reported_seq":124,"reported_epoch":1211,"state":"active+undersized+degraded","last_fresh":"2024-09-13T14:51:30.077809+0000","last_change":"2024-09-13T14:51:29.641634+0000","last_active":"2024-09-13T14:51:30.077809+0000","last_peered":"2024-09-13T14:51:30.077809+0000","last_clean":"2024-09-13T14:51:18.738063+0000","last_became_active":"2024-09-13T14:51:19.759751+0000","last_became_peered":"2024-09-13T14:51:19.759751+0000","last_unstale":"2024-09-13T14:51:30.077809+0000","last_undegraded":"2024-09-13T14:51:29.639067+0000","last_fullsized":"2024-09-13T14:51:19.753407+0000","mapping_epoch":1207,"log_start":"0'0","ondisk_log_start":"0'0","created":1207,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":108,"log_dups_size":0,"ondisk_log_size":108,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:17:31.790448+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":7077888,"num_objects":108,"num_object_clones":0,"num_object_copies":324,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":108,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":108,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":108,"num_write_kb":6912,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[0,3],"avail_no_missing":["0","3"],"object_location_counts":[{"shards":"0,3","objects":108}],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.d","version":"70'1","reported_seq":50,"reported_epoch":1210,"state":"active+clean+remapped","last_fresh":"2024-09-13T14:51:24.634949+0000","last_change":"2024-09-13T14:50:02.593105+0000","last_active":"2024-09-13T14:51:24.634949+0000","last_peered":"2024-09-13T14:51:24.634949+0000","last_clean":"2024-09-13T14:51:24.634949+0000","last_became_active":"2024-09-13T14:50:02.588733+0000","last_became_peered":"2024-09-13T14:50:02.588733+0000","last_unstale":"2024-09-13T14:51:24.634949+0000","last_undegraded":"2024-09-13T14:51:24.634949+0000","last_fullsized":"2024-09-13T14:51:24.634949+0000","mapping_epoch":1189,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1190,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T00:11:12.713552+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":1,"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":1,"num_bytes_recovered":70,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[5,3,7],"avail_no_missing":["5","3","7"],"object_location_counts":[{"shards":"3,5,7","objects":1}],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.a","version":"0'0","reported_seq":57,"reported_epoch":1212,"state":"active+clean+remapped","last_fresh":"2024-09-13T14:51:32.477371+0000","last_change":"2024-09-13T14:50:02.581890+0000","last_active":"2024-09-13T14:51:32.477371+0000","last_peered":"2024-09-13T14:51:32.477371+0000","last_clean":"2024-09-13T14:51:32.477371+0000","last_became_active":"2024-09-13T14:50:02.581444+0000","last_became_peered":"2024-09-13T14:50:02.581444+0000","last_unstale":"2024-09-13T14:51:32.477371+0000","last_undegraded":"2024-09-13T14:51:32.477371+0000","last_fullsized":"2024-09-13T14:51:32.477371+0000","mapping_epoch":1189,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1190,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:40:08.250311+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[1,5,7],"avail_no_missing":["1","5","7"],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"8.7","version":"1212'930","reported_seq":948,"reported_epoch":1212,"state":"active+undersized+degraded","last_fresh":"2024-09-13T14:51:33.957999+0000","last_change":"2024-09-13T14:51:29.641973+0000","last_active":"2024-09-13T14:51:33.957999+0000","last_peered":"2024-09-13T14:51:33.957999+0000","last_clean":"2024-09-13T14:51:18.738063+0000","last_became_active":"2024-09-13T14:51:19.765909+0000","last_became_peered":"2024-09-13T14:51:19.765909+0000","last_unstale":"2024-09-13T14:51:33.957999+0000","last_undegraded":"2024-09-13T14:51:29.640993+0000","last_fullsized":"2024-09-13T14:51:19.755776+0000","mapping_epoch":1207,"log_start":"0'0","ondisk_log_start":"0'0","created":1207,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":930,"log_dups_size":0,"ondisk_log_size":930,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:50:08.025493+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":60948480,"num_objects":930,"num_object_clones":0,"num_object_copies":2790,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":930,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":930,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":930,"num_write_kb":59520,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[1,3],"avail_no_missing":["1","3"],"object_location_counts":[{"shards":"1,3","objects":930}],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.c","version":"0'0","reported_seq":1175,"reported_epoch":1210,"state":"active+undersized","last_fresh":"2024-09-13T14:51:24.634896+0000","last_change":"2024-09-13T14:44:26.094373+0000","last_active":"2024-09-13T14:51:24.634896+0000","last_peered":"2024-09-13T14:51:24.634896+0000","last_clean":"2024-09-13T14:44:21.892526+0000","last_became_active":"2024-09-13T14:44:26.094373+0000","last_became_peered":"2024-09-13T14:44:26.094373+0000","last_unstale":"2024-09-13T14:51:24.634896+0000","last_undegraded":"2024-09-13T14:51:24.634896+0000","last_fullsized":"2024-09-13T14:44:26.091204+0000","mapping_epoch":1151,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:59:38.008863+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[5,3],"avail_no_missing":["5","3"],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.b","version":"0'0","reported_seq":1627,"reported_epoch":1211,"state":"active+clean","last_fresh":"2024-09-13T14:51:27.999715+0000","last_change":"2024-09-13T14:50:40.382234+0000","last_active":"2024-09-13T14:51:27.999715+0000","last_peered":"2024-09-13T14:51:27.999715+0000","last_clean":"2024-09-13T14:51:27.999715+0000","last_became_active":"2024-09-13T14:50:40.381952+0000","last_became_peered":"2024-09-13T14:50:40.381952+0000","last_unstale":"2024-09-13T14:51:27.999715+0000","last_undegraded":"2024-09-13T14:51:27.999715+0000","last_fullsized":"2024-09-13T14:51:27.999715+0000","mapping_epoch":1197,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1198,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:49:41.110766+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[0,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"8.0","version":"1212'863","reported_seq":884,"reported_epoch":1212,"state":"active+clean","last_fresh":"2024-09-13T14:51:33.595260+0000","last_change":"2024-09-13T14:51:19.764235+0000","last_active":"2024-09-13T14:51:33.595260+0000","last_peered":"2024-09-13T14:51:33.595260+0000","last_clean":"2024-09-13T14:51:33.595260+0000","last_became_active":"2024-09-13T14:51:19.763960+0000","last_became_peered":"2024-09-13T14:51:19.763960+0000","last_unstale":"2024-09-13T14:51:33.595260+0000","last_undegraded":"2024-09-13T14:51:33.595260+0000","last_fullsized":"2024-09-13T14:51:33.595260+0000","mapping_epoch":1207,"log_start":"0'0","ondisk_log_start":"0'0","created":1207,"last_epoch_clean":1208,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":863,"log_dups_size":0,"ondisk_log_size":863,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:55:15.938164+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":56557568,"num_objects":863,"num_object_clones":0,"num_object_copies":2589,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":863,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":863,"num_write_kb":55232,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[3,5,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.b","version":"70'2","reported_seq":253,"reported_epoch":1212,"state":"active+clean","last_fresh":"2024-09-13T14:51:32.472548+0000","last_change":"2024-09-13T14:50:40.657658+0000","last_active":"2024-09-13T14:51:32.472548+0000","last_peered":"2024-09-13T14:51:32.472548+0000","last_clean":"2024-09-13T14:51:32.472548+0000","last_became_active":"2024-09-13T14:50:40.522730+0000","last_became_peered":"2024-09-13T14:50:40.522730+0000","last_unstale":"2024-09-13T14:51:32.472548+0000","last_undegraded":"2024-09-13T14:51:32.472548+0000","last_fullsized":"2024-09-13T14:51:32.472548+0000","mapping_epoch":1197,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1198,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T23:37:59.143335+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":6,"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":[3,1,5],"acting":[3,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.c","version":"0'0","reported_seq":1228,"reported_epoch":1212,"state":"active+clean+remapped","last_fresh":"2024-09-13T14:51:32.473048+0000","last_change":"2024-09-13T14:45:45.120668+0000","last_active":"2024-09-13T14:51:32.473048+0000","last_peered":"2024-09-13T14:51:32.473048+0000","last_clean":"2024-09-13T14:51:32.473048+0000","last_became_active":"2024-09-13T14:45:45.120236+0000","last_became_peered":"2024-09-13T14:45:45.120236+0000","last_unstale":"2024-09-13T14:51:32.473048+0000","last_undegraded":"2024-09-13T14:51:32.473048+0000","last_fullsized":"2024-09-13T14:51:32.473048+0000","mapping_epoch":1165,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1166,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:56:17.391142+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[3,1,4],"avail_no_missing":["3","1","4"],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"8.1","version":"1212'917","reported_seq":938,"reported_epoch":1212,"state":"active+clean","last_fresh":"2024-09-13T14:51:33.974049+0000","last_change":"2024-09-13T14:51:19.764257+0000","last_active":"2024-09-13T14:51:33.974049+0000","last_peered":"2024-09-13T14:51:33.974049+0000","last_clean":"2024-09-13T14:51:33.974049+0000","last_became_active":"2024-09-13T14:51:19.763622+0000","last_became_peered":"2024-09-13T14:51:19.763622+0000","last_unstale":"2024-09-13T14:51:33.974049+0000","last_undegraded":"2024-09-13T14:51:33.974049+0000","last_fullsized":"2024-09-13T14:51:33.974049+0000","mapping_epoch":1207,"log_start":"0'0","ondisk_log_start":"0'0","created":1207,"last_epoch_clean":1208,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":917,"log_dups_size":0,"ondisk_log_size":917,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:39:44.154151+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":60096512,"num_objects":917,"num_object_clones":0,"num_object_copies":2751,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":917,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":917,"num_write_kb":58688,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[1,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.a","version":"0'0","reported_seq":107,"reported_epoch":1212,"state":"active+clean+remapped","last_fresh":"2024-09-13T14:51:32.471154+0000","last_change":"2024-09-13T14:45:45.119132+0000","last_active":"2024-09-13T14:51:32.471154+0000","last_peered":"2024-09-13T14:51:32.471154+0000","last_clean":"2024-09-13T14:51:32.471154+0000","last_became_active":"2024-09-13T14:45:45.118675+0000","last_became_peered":"2024-09-13T14:45:45.118675+0000","last_unstale":"2024-09-13T14:51:32.471154+0000","last_undegraded":"2024-09-13T14:51:32.471154+0000","last_fullsized":"2024-09-13T14:51:32.471154+0000","mapping_epoch":1165,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1166,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:16:04.969813+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[3,1,4],"avail_no_missing":["3","1","4"],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.d","version":"0'0","reported_seq":808,"reported_epoch":1212,"state":"active+clean+remapped","last_fresh":"2024-09-13T14:51:32.477120+0000","last_change":"2024-09-13T14:50:41.387929+0000","last_active":"2024-09-13T14:51:32.477120+0000","last_peered":"2024-09-13T14:51:32.477120+0000","last_clean":"2024-09-13T14:51:32.477120+0000","last_became_active":"2024-09-13T14:50:41.385726+0000","last_became_peered":"2024-09-13T14:50:41.385726+0000","last_unstale":"2024-09-13T14:51:32.477120+0000","last_undegraded":"2024-09-13T14:51:32.477120+0000","last_fullsized":"2024-09-13T14:51:32.477120+0000","mapping_epoch":1198,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1199,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:57:36.385473+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[1,5,2],"avail_no_missing":["1","2","5"],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"8.2","version":"1211'122","reported_seq":136,"reported_epoch":1211,"state":"active+undersized+degraded","last_fresh":"2024-09-13T14:51:30.085139+0000","last_change":"2024-09-13T14:51:29.636122+0000","last_active":"2024-09-13T14:51:30.085139+0000","last_peered":"2024-09-13T14:51:30.085139+0000","last_clean":"2024-09-13T14:51:18.738063+0000","last_became_active":"2024-09-13T14:51:19.755641+0000","last_became_peered":"2024-09-13T14:51:19.755641+0000","last_unstale":"2024-09-13T14:51:30.085139+0000","last_undegraded":"2024-09-13T14:51:29.635942+0000","last_fullsized":"2024-09-13T14:51:19.752583+0000","mapping_epoch":1207,"log_start":"0'0","ondisk_log_start":"0'0","created":1207,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":122,"log_dups_size":0,"ondisk_log_size":122,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:03:46.539299+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":7995392,"num_objects":122,"num_object_clones":0,"num_object_copies":366,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":122,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":122,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":122,"num_write_kb":7808,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[0,5],"avail_no_missing":["0","5"],"object_location_counts":[{"shards":"0,5","objects":122}],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.9","version":"0'0","reported_seq":837,"reported_epoch":1210,"state":"active+clean+remapped","last_fresh":"2024-09-13T14:51:24.634270+0000","last_change":"2024-09-13T14:50:41.388633+0000","last_active":"2024-09-13T14:51:24.634270+0000","last_peered":"2024-09-13T14:51:24.634270+0000","last_clean":"2024-09-13T14:51:24.634270+0000","last_became_active":"2024-09-13T14:50:41.388212+0000","last_became_peered":"2024-09-13T14:50:41.388212+0000","last_unstale":"2024-09-13T14:51:24.634270+0000","last_undegraded":"2024-09-13T14:51:24.634270+0000","last_fullsized":"2024-09-13T14:51:24.634270+0000","mapping_epoch":1198,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1199,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:41:53.722140+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[5,1,2],"avail_no_missing":["5","1","2"],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.e","version":"0'0","reported_seq":1210,"reported_epoch":1212,"state":"active+clean+remapped","last_fresh":"2024-09-13T14:51:32.477270+0000","last_change":"2024-09-13T14:45:45.126357+0000","last_active":"2024-09-13T14:51:32.477270+0000","last_peered":"2024-09-13T14:51:32.477270+0000","last_clean":"2024-09-13T14:51:32.477270+0000","last_became_active":"2024-09-13T14:45:45.125426+0000","last_became_peered":"2024-09-13T14:45:45.125426+0000","last_unstale":"2024-09-13T14:51:32.477270+0000","last_undegraded":"2024-09-13T14:51:32.477270+0000","last_fullsized":"2024-09-13T14:51:32.477270+0000","mapping_epoch":1165,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1166,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:56:51.442813+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[1,3,4],"avail_no_missing":["1","3","4"],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"8.3","version":"1212'864","reported_seq":882,"reported_epoch":1212,"state":"active+undersized+degraded","last_fresh":"2024-09-13T14:51:33.950289+0000","last_change":"2024-09-13T14:51:29.638130+0000","last_active":"2024-09-13T14:51:33.950289+0000","last_peered":"2024-09-13T14:51:33.950289+0000","last_clean":"2024-09-13T14:51:18.738063+0000","last_became_active":"2024-09-13T14:51:19.765132+0000","last_became_peered":"2024-09-13T14:51:19.765132+0000","last_unstale":"2024-09-13T14:51:33.950289+0000","last_undegraded":"2024-09-13T14:51:29.635389+0000","last_fullsized":"2024-09-13T14:51:19.759314+0000","mapping_epoch":1207,"log_start":"0'0","ondisk_log_start":"0'0","created":1207,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":864,"log_dups_size":0,"ondisk_log_size":864,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:56:45.015258+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":56623104,"num_objects":864,"num_object_clones":0,"num_object_copies":2592,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":864,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":864,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":864,"num_write_kb":55296,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[1,5],"avail_no_missing":["1","5"],"object_location_counts":[{"shards":"1,5","objects":864}],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.8","version":"0'0","reported_seq":919,"reported_epoch":1212,"state":"active+clean+remapped","last_fresh":"2024-09-13T14:51:32.477213+0000","last_change":"2024-09-13T14:50:02.582998+0000","last_active":"2024-09-13T14:51:32.477213+0000","last_peered":"2024-09-13T14:51:32.477213+0000","last_clean":"2024-09-13T14:51:32.477213+0000","last_became_active":"2024-09-13T14:50:02.581861+0000","last_became_peered":"2024-09-13T14:50:02.581861+0000","last_unstale":"2024-09-13T14:51:32.477213+0000","last_undegraded":"2024-09-13T14:51:32.477213+0000","last_fullsized":"2024-09-13T14:51:32.477213+0000","mapping_epoch":1189,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1190,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:39:44.826573+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[1,5,7],"avail_no_missing":["1","5","7"],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"4.f","version":"0'0","reported_seq":1596,"reported_epoch":1212,"state":"active+clean","last_fresh":"2024-09-13T14:51:32.478885+0000","last_change":"2024-09-13T14:50:01.588245+0000","last_active":"2024-09-13T14:51:32.478885+0000","last_peered":"2024-09-13T14:51:32.478885+0000","last_clean":"2024-09-13T14:51:32.478885+0000","last_became_active":"2024-09-13T14:50:01.587398+0000","last_became_peered":"2024-09-13T14:50:01.587398+0000","last_unstale":"2024-09-13T14:51:32.478885+0000","last_undegraded":"2024-09-13T14:51:32.478885+0000","last_fullsized":"2024-09-13T14:51:32.478885+0000","mapping_epoch":1188,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1189,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:16:16.789928+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[1,3,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"8.9","version":"1211'273","reported_seq":283,"reported_epoch":1211,"state":"active+undersized+degraded","last_fresh":"2024-09-13T14:51:30.881152+0000","last_change":"2024-09-13T14:51:29.636134+0000","last_active":"2024-09-13T14:51:30.881152+0000","last_peered":"2024-09-13T14:51:30.881152+0000","last_clean":"2024-09-13T14:51:18.738063+0000","last_became_active":"2024-09-13T14:51:19.760887+0000","last_became_peered":"2024-09-13T14:51:19.760887+0000","last_unstale":"2024-09-13T14:51:30.881152+0000","last_undegraded":"2024-09-13T14:51:29.635985+0000","last_fullsized":"2024-09-13T14:51:19.753392+0000","mapping_epoch":1207,"log_start":"0'0","ondisk_log_start":"0'0","created":1207,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":273,"log_dups_size":0,"ondisk_log_size":273,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:26:04.387319+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":17891328,"num_objects":273,"num_object_clones":0,"num_object_copies":819,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":273,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":273,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":273,"num_write_kb":17472,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[5,0],"avail_no_missing":["5","0"],"object_location_counts":[{"shards":"0,5","objects":273}],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"1.0","version":"373'149","reported_seq":1526,"reported_epoch":1212,"state":"active+clean+remapped","last_fresh":"2024-09-13T14:51:32.476689+0000","last_change":"2024-09-13T14:50:43.473825+0000","last_active":"2024-09-13T14:51:32.476689+0000","last_peered":"2024-09-13T14:51:32.476689+0000","last_clean":"2024-09-13T14:51:32.476689+0000","last_became_active":"2024-09-13T14:50:43.473134+0000","last_became_peered":"2024-09-13T14:50:43.473134+0000","last_unstale":"2024-09-13T14:51:32.476689+0000","last_undegraded":"2024-09-13T14:51:32.476689+0000","last_fullsized":"2024-09-13T14:51:32.476689+0000","mapping_epoch":1200,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":1201,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:15:42.548303+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:09:46.666373+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":2,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":392,"num_read_kb":834,"num_write":215,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":10,"num_bytes_recovered":2951840,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[1,3,2],"avail_no_missing":["1","2","3"],"object_location_counts":[{"shards":"1,2,3","objects":2}],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.3","version":"63'1","reported_seq":1191,"reported_epoch":1210,"state":"active+clean+remapped","last_fresh":"2024-09-13T14:51:24.634713+0000","last_change":"2024-09-13T14:50:41.393876+0000","last_active":"2024-09-13T14:51:24.634713+0000","last_peered":"2024-09-13T14:51:24.634713+0000","last_clean":"2024-09-13T14:51:24.634713+0000","last_became_active":"2024-09-13T14:50:41.393498+0000","last_became_peered":"2024-09-13T14:50:41.393498+0000","last_unstale":"2024-09-13T14:51:24.634713+0000","last_undegraded":"2024-09-13T14:51:24.634713+0000","last_fullsized":"2024-09-13T14:51:24.634713+0000","mapping_epoch":1198,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1199,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-14T16:20:37.683256+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029038399999999998,"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":1,"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":1,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[5,3,2],"avail_no_missing":["5","2","3"],"object_location_counts":[{"shards":"2,3,5","objects":1}],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2","version":"0'0","reported_seq":824,"reported_epoch":1211,"state":"active+clean+remapped","last_fresh":"2024-09-13T14:51:27.997334+0000","last_change":"2024-09-13T14:47:19.059327+0000","last_active":"2024-09-13T14:51:27.997334+0000","last_peered":"2024-09-13T14:51:27.997334+0000","last_clean":"2024-09-13T14:51:27.997334+0000","last_became_active":"2024-09-13T14:47:19.059032+0000","last_became_peered":"2024-09-13T14:47:19.059032+0000","last_unstale":"2024-09-13T14:51:27.997334+0000","last_undegraded":"2024-09-13T14:51:27.997334+0000","last_fullsized":"2024-09-13T14:51:27.997334+0000","mapping_epoch":1173,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1174,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:04:20.375029+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[5,1,3],"avail_no_missing":["5","1","3"],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.5","version":"0'0","reported_seq":62,"reported_epoch":1211,"state":"active+clean+remapped","last_fresh":"2024-09-13T14:51:27.997474+0000","last_change":"2024-09-13T14:50:02.597263+0000","last_active":"2024-09-13T14:51:27.997474+0000","last_peered":"2024-09-13T14:51:27.997474+0000","last_clean":"2024-09-13T14:51:27.997474+0000","last_became_active":"2024-09-13T14:50:02.596832+0000","last_became_peered":"2024-09-13T14:50:02.596832+0000","last_unstale":"2024-09-13T14:51:27.997474+0000","last_undegraded":"2024-09-13T14:51:27.997474+0000","last_fullsized":"2024-09-13T14:51:27.997474+0000","mapping_epoch":1189,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1190,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:53:43.135466+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[0,5,7],"avail_no_missing":["0","5","7"],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"8.a","version":"1212'893","reported_seq":914,"reported_epoch":1212,"state":"active+clean","last_fresh":"2024-09-13T14:51:33.959936+0000","last_change":"2024-09-13T14:51:19.766246+0000","last_active":"2024-09-13T14:51:33.959936+0000","last_peered":"2024-09-13T14:51:33.959936+0000","last_clean":"2024-09-13T14:51:33.959936+0000","last_became_active":"2024-09-13T14:51:19.765252+0000","last_became_peered":"2024-09-13T14:51:19.765252+0000","last_unstale":"2024-09-13T14:51:33.959936+0000","last_undegraded":"2024-09-13T14:51:33.959936+0000","last_fullsized":"2024-09-13T14:51:33.959936+0000","mapping_epoch":1207,"log_start":"0'0","ondisk_log_start":"0'0","created":1207,"last_epoch_clean":1208,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":893,"log_dups_size":0,"ondisk_log_size":893,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:36:11.411907+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":58523648,"num_objects":893,"num_object_clones":0,"num_object_copies":2679,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":893,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":893,"num_write_kb":57152,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[1,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.0","version":"0'0","reported_seq":792,"reported_epoch":1212,"state":"active+clean","last_fresh":"2024-09-13T14:51:32.476581+0000","last_change":"2024-09-13T14:50:01.584664+0000","last_active":"2024-09-13T14:51:32.476581+0000","last_peered":"2024-09-13T14:51:32.476581+0000","last_clean":"2024-09-13T14:51:32.476581+0000","last_became_active":"2024-09-13T14:50:01.583983+0000","last_became_peered":"2024-09-13T14:50:01.583983+0000","last_unstale":"2024-09-13T14:51:32.476581+0000","last_undegraded":"2024-09-13T14:51:32.476581+0000","last_fullsized":"2024-09-13T14:51:32.476581+0000","mapping_epoch":1188,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1189,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:53:07.398042+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000322109,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[1,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.1","version":"0'0","reported_seq":1637,"reported_epoch":1211,"state":"active+clean","last_fresh":"2024-09-13T14:51:27.999157+0000","last_change":"2024-09-13T14:50:01.582608+0000","last_active":"2024-09-13T14:51:27.999157+0000","last_peered":"2024-09-13T14:51:27.999157+0000","last_clean":"2024-09-13T14:51:27.999157+0000","last_became_active":"2024-09-13T14:50:01.582307+0000","last_became_peered":"2024-09-13T14:50:01.582307+0000","last_unstale":"2024-09-13T14:51:27.999157+0000","last_undegraded":"2024-09-13T14:51:27.999157+0000","last_fullsized":"2024-09-13T14:51:27.999157+0000","mapping_epoch":1188,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1189,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:11:54.868950+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[0,5,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"4.6","version":"0'0","reported_seq":861,"reported_epoch":1210,"state":"active+clean+remapped","last_fresh":"2024-09-13T14:51:24.634895+0000","last_change":"2024-09-13T14:50:41.388832+0000","last_active":"2024-09-13T14:51:24.634895+0000","last_peered":"2024-09-13T14:51:24.634895+0000","last_clean":"2024-09-13T14:51:24.634895+0000","last_became_active":"2024-09-13T14:50:41.388375+0000","last_became_peered":"2024-09-13T14:50:41.388375+0000","last_unstale":"2024-09-13T14:51:24.634895+0000","last_undegraded":"2024-09-13T14:51:24.634895+0000","last_fullsized":"2024-09-13T14:51:24.634895+0000","mapping_epoch":1198,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1199,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:41:11.067360+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[5,1,2],"avail_no_missing":["5","1","2"],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"8.b","version":"1212'909","reported_seq":927,"reported_epoch":1212,"state":"active+undersized+degraded","last_fresh":"2024-09-13T14:51:33.972526+0000","last_change":"2024-09-13T14:51:29.646162+0000","last_active":"2024-09-13T14:51:33.972526+0000","last_peered":"2024-09-13T14:51:33.972526+0000","last_clean":"2024-09-13T14:51:18.738063+0000","last_became_active":"2024-09-13T14:51:19.766845+0000","last_became_peered":"2024-09-13T14:51:19.766845+0000","last_unstale":"2024-09-13T14:51:33.972526+0000","last_undegraded":"2024-09-13T14:51:29.635258+0000","last_fullsized":"2024-09-13T14:51:19.759606+0000","mapping_epoch":1207,"log_start":"0'0","ondisk_log_start":"0'0","created":1207,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":909,"log_dups_size":0,"ondisk_log_size":909,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:15:18.192603+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":59572224,"num_objects":909,"num_object_clones":0,"num_object_copies":2727,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":909,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":909,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":909,"num_write_kb":58176,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[1,5],"avail_no_missing":["1","5"],"object_location_counts":[{"shards":"1,5","objects":909}],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.1","version":"0'0","reported_seq":1532,"reported_epoch":1211,"state":"active+clean+remapped","last_fresh":"2024-09-13T14:51:27.999301+0000","last_change":"2024-09-13T14:50:41.462456+0000","last_active":"2024-09-13T14:51:27.999301+0000","last_peered":"2024-09-13T14:51:27.999301+0000","last_clean":"2024-09-13T14:51:27.999301+0000","last_became_active":"2024-09-13T14:50:41.461556+0000","last_became_peered":"2024-09-13T14:50:41.461556+0000","last_unstale":"2024-09-13T14:51:27.999301+0000","last_undegraded":"2024-09-13T14:51:27.999301+0000","last_fullsized":"2024-09-13T14:51:27.999301+0000","mapping_epoch":1198,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1199,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:09:20.108638+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00030931399999999999,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[0,1,2],"avail_no_missing":["0","1","2"],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.0","version":"0'0","reported_seq":1580,"reported_epoch":1212,"state":"active+clean+remapped","last_fresh":"2024-09-13T14:51:32.477410+0000","last_change":"2024-09-13T14:50:41.395455+0000","last_active":"2024-09-13T14:51:32.477410+0000","last_peered":"2024-09-13T14:51:32.477410+0000","last_clean":"2024-09-13T14:51:32.477410+0000","last_became_active":"2024-09-13T14:50:41.395072+0000","last_became_peered":"2024-09-13T14:50:41.395072+0000","last_unstale":"2024-09-13T14:51:32.477410+0000","last_undegraded":"2024-09-13T14:51:32.477410+0000","last_fullsized":"2024-09-13T14:51:32.477410+0000","mapping_epoch":1198,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1199,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:58:26.955920+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[1,0,2],"avail_no_missing":["1","0","2"],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"4.7","version":"0'0","reported_seq":1566,"reported_epoch":1212,"state":"active+clean","last_fresh":"2024-09-13T14:51:32.478666+0000","last_change":"2024-09-13T14:50:01.587926+0000","last_active":"2024-09-13T14:51:32.478666+0000","last_peered":"2024-09-13T14:51:32.478666+0000","last_clean":"2024-09-13T14:51:32.478666+0000","last_became_active":"2024-09-13T14:50:01.587438+0000","last_became_peered":"2024-09-13T14:50:01.587438+0000","last_unstale":"2024-09-13T14:51:32.478666+0000","last_undegraded":"2024-09-13T14:51:32.478666+0000","last_fullsized":"2024-09-13T14:51:32.478666+0000","mapping_epoch":1188,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1189,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:28:33.486777+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[1,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"8.8","version":"1211'273","reported_seq":285,"reported_epoch":1211,"state":"active+clean","last_fresh":"2024-09-13T14:51:30.881634+0000","last_change":"2024-09-13T14:51:19.763095+0000","last_active":"2024-09-13T14:51:30.881634+0000","last_peered":"2024-09-13T14:51:30.881634+0000","last_clean":"2024-09-13T14:51:30.881634+0000","last_became_active":"2024-09-13T14:51:19.762855+0000","last_became_peered":"2024-09-13T14:51:19.762855+0000","last_unstale":"2024-09-13T14:51:30.881634+0000","last_undegraded":"2024-09-13T14:51:30.881634+0000","last_fullsized":"2024-09-13T14:51:30.881634+0000","mapping_epoch":1207,"log_start":"0'0","ondisk_log_start":"0'0","created":1207,"last_epoch_clean":1208,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":273,"log_dups_size":0,"ondisk_log_size":273,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:44:30.091451+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":17891328,"num_objects":273,"num_object_clones":0,"num_object_copies":819,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":273,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":273,"num_write_kb":17472,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[5,3,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.2","version":"65'2","reported_seq":1172,"reported_epoch":1210,"state":"active+undersized+degraded","last_fresh":"2024-09-13T14:51:24.634540+0000","last_change":"2024-09-13T14:44:26.096426+0000","last_active":"2024-09-13T14:51:24.634540+0000","last_peered":"2024-09-13T14:51:24.634540+0000","last_clean":"2024-09-13T14:44:21.892114+0000","last_became_active":"2024-09-13T14:44:26.096426+0000","last_became_peered":"2024-09-13T14:44:26.096426+0000","last_unstale":"2024-09-13T14:51:24.634540+0000","last_undegraded":"2024-09-13T14:44:26.093268+0000","last_fullsized":"2024-09-13T14:44:26.093165+0000","mapping_epoch":1151,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-14T16:22:09.425144+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00094368000000000002,"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":1,"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":[5,1],"acting":[5,1],"avail_no_missing":["5","1"],"object_location_counts":[{"shards":"1,5","objects":1}],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.3","version":"0'0","reported_seq":1209,"reported_epoch":1211,"state":"active+clean+remapped","last_fresh":"2024-09-13T14:51:27.999902+0000","last_change":"2024-09-13T14:45:45.115237+0000","last_active":"2024-09-13T14:51:27.999902+0000","last_peered":"2024-09-13T14:51:27.999902+0000","last_clean":"2024-09-13T14:51:27.999902+0000","last_became_active":"2024-09-13T14:45:45.114803+0000","last_became_peered":"2024-09-13T14:45:45.114803+0000","last_unstale":"2024-09-13T14:51:27.999902+0000","last_undegraded":"2024-09-13T14:51:27.999902+0000","last_fullsized":"2024-09-13T14:51:27.999902+0000","mapping_epoch":1165,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1166,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:30:41.557751+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[0,1,4],"avail_no_missing":["0","1","4"],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"4.4","version":"0'0","reported_seq":1433,"reported_epoch":1212,"state":"active+clean+remapped","last_fresh":"2024-09-13T14:51:32.473188+0000","last_change":"2024-09-13T14:50:41.386111+0000","last_active":"2024-09-13T14:51:32.473188+0000","last_peered":"2024-09-13T14:51:32.473188+0000","last_clean":"2024-09-13T14:51:32.473188+0000","last_became_active":"2024-09-13T14:50:41.384162+0000","last_became_peered":"2024-09-13T14:50:41.384162+0000","last_unstale":"2024-09-13T14:51:32.473188+0000","last_undegraded":"2024-09-13T14:51:32.473188+0000","last_fullsized":"2024-09-13T14:51:32.473188+0000","mapping_epoch":1198,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1199,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:12:29.057087+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[3,1,2],"avail_no_missing":["3","1","2"],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"8.e","version":"1211'97","reported_seq":116,"reported_epoch":1211,"state":"active+clean","last_fresh":"2024-09-13T14:51:30.076377+0000","last_change":"2024-09-13T14:51:19.764896+0000","last_active":"2024-09-13T14:51:30.076377+0000","last_peered":"2024-09-13T14:51:30.076377+0000","last_clean":"2024-09-13T14:51:30.076377+0000","last_became_active":"2024-09-13T14:51:19.763421+0000","last_became_peered":"2024-09-13T14:51:19.763421+0000","last_unstale":"2024-09-13T14:51:30.076377+0000","last_undegraded":"2024-09-13T14:51:30.076377+0000","last_fullsized":"2024-09-13T14:51:30.076377+0000","mapping_epoch":1207,"log_start":"0'0","ondisk_log_start":"0'0","created":1207,"last_epoch_clean":1208,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":97,"log_dups_size":0,"ondisk_log_size":97,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:18:39.723517+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":6356992,"num_objects":97,"num_object_clones":0,"num_object_copies":291,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":97,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":97,"num_write_kb":6208,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[0,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.5","version":"0'0","reported_seq":1195,"reported_epoch":1210,"state":"active+clean+remapped","last_fresh":"2024-09-13T14:51:24.635323+0000","last_change":"2024-09-13T14:50:41.391317+0000","last_active":"2024-09-13T14:51:24.635323+0000","last_peered":"2024-09-13T14:51:24.635323+0000","last_clean":"2024-09-13T14:51:24.635323+0000","last_became_active":"2024-09-13T14:50:41.390990+0000","last_became_peered":"2024-09-13T14:50:41.390990+0000","last_unstale":"2024-09-13T14:51:24.635323+0000","last_undegraded":"2024-09-13T14:51:24.635323+0000","last_fullsized":"2024-09-13T14:51:24.635323+0000","mapping_epoch":1198,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1199,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:03:06.488762+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[5,3,2],"avail_no_missing":["5","2","3"],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.4","version":"0'0","reported_seq":1580,"reported_epoch":1212,"state":"active+clean+remapped","last_fresh":"2024-09-13T14:51:32.476853+0000","last_change":"2024-09-13T14:50:41.409501+0000","last_active":"2024-09-13T14:51:32.476853+0000","last_peered":"2024-09-13T14:51:32.476853+0000","last_clean":"2024-09-13T14:51:32.476853+0000","last_became_active":"2024-09-13T14:50:41.409072+0000","last_became_peered":"2024-09-13T14:50:41.409072+0000","last_unstale":"2024-09-13T14:51:32.476853+0000","last_undegraded":"2024-09-13T14:51:32.476853+0000","last_fullsized":"2024-09-13T14:51:32.476853+0000","mapping_epoch":1198,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1199,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:28:51.802199+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00031535100000000001,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[1,0,2],"avail_no_missing":["1","0","2"],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"4.2","version":"0'0","reported_seq":1566,"reported_epoch":1212,"state":"active+clean","last_fresh":"2024-09-13T14:51:32.477975+0000","last_change":"2024-09-13T14:45:44.125955+0000","last_active":"2024-09-13T14:51:32.477975+0000","last_peered":"2024-09-13T14:51:32.477975+0000","last_clean":"2024-09-13T14:51:32.477975+0000","last_became_active":"2024-09-13T14:45:44.123149+0000","last_became_peered":"2024-09-13T14:45:44.123149+0000","last_unstale":"2024-09-13T14:51:32.477975+0000","last_undegraded":"2024-09-13T14:51:32.477975+0000","last_fullsized":"2024-09-13T14:51:32.477975+0000","mapping_epoch":1164,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1165,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:55:52.927686+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"8.f","version":"1212'903","reported_seq":921,"reported_epoch":1212,"state":"active+undersized+degraded","last_fresh":"2024-09-13T14:51:33.600871+0000","last_change":"2024-09-13T14:51:29.639503+0000","last_active":"2024-09-13T14:51:33.600871+0000","last_peered":"2024-09-13T14:51:33.600871+0000","last_clean":"2024-09-13T14:51:18.738063+0000","last_became_active":"2024-09-13T14:51:19.767306+0000","last_became_peered":"2024-09-13T14:51:19.767306+0000","last_unstale":"2024-09-13T14:51:33.600871+0000","last_undegraded":"2024-09-13T14:51:29.639101+0000","last_fullsized":"2024-09-13T14:51:19.756904+0000","mapping_epoch":1207,"log_start":"0'0","ondisk_log_start":"0'0","created":1207,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":903,"log_dups_size":0,"ondisk_log_size":903,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:49:02.525972+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":59179008,"num_objects":903,"num_object_clones":0,"num_object_copies":2709,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":903,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":903,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":903,"num_write_kb":57792,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[3,1],"avail_no_missing":["3","1"],"object_location_counts":[{"shards":"1,3","objects":903}],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.4","version":"0'0","reported_seq":1577,"reported_epoch":1212,"state":"active+clean","last_fresh":"2024-09-13T14:51:32.476690+0000","last_change":"2024-09-13T14:50:40.372696+0000","last_active":"2024-09-13T14:51:32.476690+0000","last_peered":"2024-09-13T14:51:32.476690+0000","last_clean":"2024-09-13T14:51:32.476690+0000","last_became_active":"2024-09-13T14:50:40.372397+0000","last_became_peered":"2024-09-13T14:50:40.372397+0000","last_unstale":"2024-09-13T14:51:32.476690+0000","last_undegraded":"2024-09-13T14:51:32.476690+0000","last_fullsized":"2024-09-13T14:51:32.476690+0000","mapping_epoch":1197,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1198,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:16:17.556214+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.5","version":"0'0","reported_seq":1162,"reported_epoch":1211,"state":"active+clean+remapped","last_fresh":"2024-09-13T14:51:27.997732+0000","last_change":"2024-09-13T14:50:02.601435+0000","last_active":"2024-09-13T14:51:27.997732+0000","last_peered":"2024-09-13T14:51:27.997732+0000","last_clean":"2024-09-13T14:51:27.997732+0000","last_became_active":"2024-09-13T14:50:02.599470+0000","last_became_peered":"2024-09-13T14:50:02.599470+0000","last_unstale":"2024-09-13T14:51:27.997732+0000","last_undegraded":"2024-09-13T14:51:27.997732+0000","last_fullsized":"2024-09-13T14:51:27.997732+0000","mapping_epoch":1189,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1190,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:54:56.091647+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000327091,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[0,1,7],"avail_no_missing":["0","1","7"],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"4.3","version":"0'0","reported_seq":1597,"reported_epoch":1211,"state":"active+clean","last_fresh":"2024-09-13T14:51:27.999811+0000","last_change":"2024-09-13T14:50:01.583232+0000","last_active":"2024-09-13T14:51:27.999811+0000","last_peered":"2024-09-13T14:51:27.999811+0000","last_clean":"2024-09-13T14:51:27.999811+0000","last_became_active":"2024-09-13T14:50:01.581330+0000","last_became_peered":"2024-09-13T14:50:01.581330+0000","last_unstale":"2024-09-13T14:51:27.999811+0000","last_undegraded":"2024-09-13T14:51:27.999811+0000","last_fullsized":"2024-09-13T14:51:27.999811+0000","mapping_epoch":1188,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1189,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:04:43.572282+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[0,5,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"8.c","version":"1212'901","reported_seq":919,"reported_epoch":1212,"state":"active+undersized+degraded","last_fresh":"2024-09-13T14:51:33.605594+0000","last_change":"2024-09-13T14:51:29.640211+0000","last_active":"2024-09-13T14:51:33.605594+0000","last_peered":"2024-09-13T14:51:33.605594+0000","last_clean":"2024-09-13T14:51:18.738063+0000","last_became_active":"2024-09-13T14:51:19.759381+0000","last_became_peered":"2024-09-13T14:51:19.759381+0000","last_unstale":"2024-09-13T14:51:33.605594+0000","last_undegraded":"2024-09-13T14:51:29.634368+0000","last_fullsized":"2024-09-13T14:51:19.756366+0000","mapping_epoch":1207,"log_start":"0'0","ondisk_log_start":"0'0","created":1207,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":901,"log_dups_size":0,"ondisk_log_size":901,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:19:49.023684+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":59047936,"num_objects":901,"num_object_clones":0,"num_object_copies":2703,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":901,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":901,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":901,"num_write_kb":57664,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[3,5],"avail_no_missing":["3","5"],"object_location_counts":[{"shards":"3,5","objects":901}],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.7","version":"70'2","reported_seq":220,"reported_epoch":1212,"state":"active+clean","last_fresh":"2024-09-13T14:51:32.473726+0000","last_change":"2024-09-13T14:50:01.649800+0000","last_active":"2024-09-13T14:51:32.473726+0000","last_peered":"2024-09-13T14:51:32.473726+0000","last_clean":"2024-09-13T14:51:32.473726+0000","last_became_active":"2024-09-13T14:50:01.584716+0000","last_became_peered":"2024-09-13T14:50:01.584716+0000","last_unstale":"2024-09-13T14:51:32.473726+0000","last_undegraded":"2024-09-13T14:51:32.473726+0000","last_fullsized":"2024-09-13T14:51:32.473726+0000","mapping_epoch":1188,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1189,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T17:25:41.914191+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":2,"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":[3,0,5],"acting":[3,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.6","version":"0'0","reported_seq":1580,"reported_epoch":1212,"state":"active+clean+remapped","last_fresh":"2024-09-13T14:51:32.477450+0000","last_change":"2024-09-13T14:45:45.126909+0000","last_active":"2024-09-13T14:51:32.477450+0000","last_peered":"2024-09-13T14:51:32.477450+0000","last_clean":"2024-09-13T14:51:32.477450+0000","last_became_active":"2024-09-13T14:45:45.125918+0000","last_became_peered":"2024-09-13T14:45:45.125918+0000","last_unstale":"2024-09-13T14:51:32.477450+0000","last_undegraded":"2024-09-13T14:51:32.477450+0000","last_fullsized":"2024-09-13T14:51:32.477450+0000","mapping_epoch":1165,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1166,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:25:41.623601+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[1,3,4],"avail_no_missing":["1","3","4"],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"4.0","version":"0'0","reported_seq":843,"reported_epoch":1210,"state":"active+clean+remapped","last_fresh":"2024-09-13T14:51:24.634095+0000","last_change":"2024-09-13T14:50:02.582301+0000","last_active":"2024-09-13T14:51:24.634095+0000","last_peered":"2024-09-13T14:51:24.634095+0000","last_clean":"2024-09-13T14:51:24.634095+0000","last_became_active":"2024-09-13T14:50:02.581843+0000","last_became_peered":"2024-09-13T14:50:02.581843+0000","last_unstale":"2024-09-13T14:51:24.634095+0000","last_undegraded":"2024-09-13T14:51:24.634095+0000","last_fullsized":"2024-09-13T14:51:24.634095+0000","mapping_epoch":1189,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1190,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:11:03.845409+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[5,1,7],"avail_no_missing":["5","1","7"],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"8.d","version":"1211'279","reported_seq":289,"reported_epoch":1211,"state":"active+undersized+degraded","last_fresh":"2024-09-13T14:51:30.881768+0000","last_change":"2024-09-13T14:51:29.638751+0000","last_active":"2024-09-13T14:51:30.881768+0000","last_peered":"2024-09-13T14:51:30.881768+0000","last_clean":"2024-09-13T14:51:18.738063+0000","last_became_active":"2024-09-13T14:51:19.762744+0000","last_became_peered":"2024-09-13T14:51:19.762744+0000","last_unstale":"2024-09-13T14:51:30.881768+0000","last_undegraded":"2024-09-13T14:51:29.635726+0000","last_fullsized":"2024-09-13T14:51:19.753599+0000","mapping_epoch":1207,"log_start":"0'0","ondisk_log_start":"0'0","created":1207,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":279,"log_dups_size":0,"ondisk_log_size":279,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:15:46.522470+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":18284544,"num_objects":279,"num_object_clones":0,"num_object_copies":837,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":279,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":279,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":279,"num_write_kb":17856,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[5,1],"avail_no_missing":["5","1"],"object_location_counts":[{"shards":"1,5","objects":279}],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.6","version":"70'1","reported_seq":129,"reported_epoch":1212,"state":"active+clean+remapped","last_fresh":"2024-09-13T14:51:32.476886+0000","last_change":"2024-09-13T14:50:02.583221+0000","last_active":"2024-09-13T14:51:32.476886+0000","last_peered":"2024-09-13T14:51:32.476886+0000","last_clean":"2024-09-13T14:51:32.476886+0000","last_became_active":"2024-09-13T14:50:02.581726+0000","last_became_peered":"2024-09-13T14:50:02.581726+0000","last_unstale":"2024-09-13T14:51:32.476886+0000","last_undegraded":"2024-09-13T14:51:32.476886+0000","last_fullsized":"2024-09-13T14:51:32.476886+0000","mapping_epoch":1189,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1190,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T19:37:37.968843+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":1,"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":1,"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],"acting":[1,5,7],"avail_no_missing":["1","5","7"],"object_location_counts":[{"shards":"1,5,7","objects":1}],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.7","version":"0'0","reported_seq":791,"reported_epoch":1212,"state":"active+clean+remapped","last_fresh":"2024-09-13T14:51:32.473406+0000","last_change":"2024-09-13T14:50:41.381685+0000","last_active":"2024-09-13T14:51:32.473406+0000","last_peered":"2024-09-13T14:51:32.473406+0000","last_clean":"2024-09-13T14:51:32.473406+0000","last_became_active":"2024-09-13T14:50:41.381244+0000","last_became_peered":"2024-09-13T14:50:41.381244+0000","last_unstale":"2024-09-13T14:51:32.473406+0000","last_undegraded":"2024-09-13T14:51:32.473406+0000","last_fullsized":"2024-09-13T14:51:32.473406+0000","mapping_epoch":1198,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1199,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:33:21.959081+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029877400000000002,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[3,1,2],"avail_no_missing":["3","1","2"],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.1","version":"0'0","reported_seq":1148,"reported_epoch":1210,"state":"active+clean+remapped","last_fresh":"2024-09-13T14:51:24.634446+0000","last_change":"2024-09-13T14:45:45.178056+0000","last_active":"2024-09-13T14:51:24.634446+0000","last_peered":"2024-09-13T14:51:24.634446+0000","last_clean":"2024-09-13T14:51:24.634446+0000","last_became_active":"2024-09-13T14:45:45.177633+0000","last_became_peered":"2024-09-13T14:45:45.177633+0000","last_unstale":"2024-09-13T14:51:24.634446+0000","last_undegraded":"2024-09-13T14:51:24.634446+0000","last_fullsized":"2024-09-13T14:51:24.634446+0000","mapping_epoch":1165,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1166,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:43:35.694236+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[5,0,4],"avail_no_missing":["5","0","4"],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.13","version":"0'0","reported_seq":38,"reported_epoch":1212,"state":"active+clean","last_fresh":"2024-09-13T14:51:32.478832+0000","last_change":"2024-09-13T14:50:41.388950+0000","last_active":"2024-09-13T14:51:32.478832+0000","last_peered":"2024-09-13T14:51:32.478832+0000","last_clean":"2024-09-13T14:51:32.478832+0000","last_became_active":"2024-09-13T14:50:41.388186+0000","last_became_peered":"2024-09-13T14:50:41.388186+0000","last_unstale":"2024-09-13T14:51:32.478832+0000","last_undegraded":"2024-09-13T14:51:32.478832+0000","last_fullsized":"2024-09-13T14:51:32.478832+0000","mapping_epoch":1198,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1199,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:55:07.568184+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[1,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.14","version":"455'23","reported_seq":467,"reported_epoch":1211,"state":"active+clean+remapped","last_fresh":"2024-09-13T14:51:27.996892+0000","last_change":"2024-09-13T14:50:41.420756+0000","last_active":"2024-09-13T14:51:27.996892+0000","last_peered":"2024-09-13T14:51:27.996892+0000","last_clean":"2024-09-13T14:51:27.996892+0000","last_became_active":"2024-09-13T14:50:41.376858+0000","last_became_peered":"2024-09-13T14:50:41.376858+0000","last_unstale":"2024-09-13T14:51:27.996892+0000","last_undegraded":"2024-09-13T14:51:27.996892+0000","last_fullsized":"2024-09-13T14:51:27.996892+0000","mapping_epoch":1198,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1199,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":23,"log_dups_size":0,"ondisk_log_size":23,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:59:55.288377+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":4756,"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":4,"num_objects_unfound":0,"num_objects_dirty":4,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":23,"num_write_kb":20,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":4,"num_bytes_recovered":4756,"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,5],"acting":[0,5,2],"avail_no_missing":["0","2","5"],"object_location_counts":[{"shards":"0,2,5","objects":4}],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"4.12","version":"0'0","reported_seq":39,"reported_epoch":1212,"state":"active+clean+remapped","last_fresh":"2024-09-13T14:51:32.477738+0000","last_change":"2024-09-13T14:50:41.387311+0000","last_active":"2024-09-13T14:51:32.477738+0000","last_peered":"2024-09-13T14:51:32.477738+0000","last_clean":"2024-09-13T14:51:32.477738+0000","last_became_active":"2024-09-13T14:50:41.386913+0000","last_became_peered":"2024-09-13T14:50:41.386913+0000","last_unstale":"2024-09-13T14:51:32.477738+0000","last_undegraded":"2024-09-13T14:51:32.477738+0000","last_fullsized":"2024-09-13T14:51:32.477738+0000","mapping_epoch":1198,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1199,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:09:40.971720+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[1,0,2],"avail_no_missing":["1","0","2"],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.15","version":"70'3","reported_seq":1118,"reported_epoch":1212,"state":"active+clean+remapped","last_fresh":"2024-09-13T14:51:32.472858+0000","last_change":"2024-09-13T14:50:02.597767+0000","last_active":"2024-09-13T14:51:32.472858+0000","last_peered":"2024-09-13T14:51:32.472858+0000","last_clean":"2024-09-13T14:51:32.472858+0000","last_became_active":"2024-09-13T14:50:02.597203+0000","last_became_peered":"2024-09-13T14:50:02.597203+0000","last_unstale":"2024-09-13T14:51:32.472858+0000","last_undegraded":"2024-09-13T14:51:32.472858+0000","last_fullsized":"2024-09-13T14:51:32.472858+0000","mapping_epoch":1189,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1190,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T17:10:02.051254+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":2,"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":2,"num_bytes_recovered":90,"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":[3,0],"acting":[3,0,7],"avail_no_missing":["3","0","7"],"object_location_counts":[{"shards":"0,3,7","objects":2}],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.16","version":"0'0","reported_seq":1169,"reported_epoch":1210,"state":"active+clean+remapped","last_fresh":"2024-09-13T14:51:24.635059+0000","last_change":"2024-09-13T14:50:41.388842+0000","last_active":"2024-09-13T14:51:24.635059+0000","last_peered":"2024-09-13T14:51:24.635059+0000","last_clean":"2024-09-13T14:51:24.635059+0000","last_became_active":"2024-09-13T14:50:41.388495+0000","last_became_peered":"2024-09-13T14:50:41.388495+0000","last_unstale":"2024-09-13T14:51:24.635059+0000","last_undegraded":"2024-09-13T14:51:24.635059+0000","last_fullsized":"2024-09-13T14:51:24.635059+0000","mapping_epoch":1198,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1199,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:36:13.761203+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[5,1,2],"avail_no_missing":["5","1","2"],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.11","version":"0'0","reported_seq":215,"reported_epoch":1212,"state":"active+clean+remapped","last_fresh":"2024-09-13T14:51:32.471466+0000","last_change":"2024-09-13T14:50:02.586728+0000","last_active":"2024-09-13T14:51:32.471466+0000","last_peered":"2024-09-13T14:51:32.471466+0000","last_clean":"2024-09-13T14:51:32.471466+0000","last_became_active":"2024-09-13T14:50:02.586304+0000","last_became_peered":"2024-09-13T14:50:02.586304+0000","last_unstale":"2024-09-13T14:51:32.471466+0000","last_undegraded":"2024-09-13T14:51:32.471466+0000","last_fullsized":"2024-09-13T14:51:32.471466+0000","mapping_epoch":1189,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1190,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:05:13.091685+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[3,5,7],"avail_no_missing":["3","5","7"],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.17","version":"0'0","reported_seq":1615,"reported_epoch":1211,"state":"active+clean","last_fresh":"2024-09-13T14:51:27.996931+0000","last_change":"2024-09-13T14:41:41.335259+0000","last_active":"2024-09-13T14:51:27.996931+0000","last_peered":"2024-09-13T14:51:27.996931+0000","last_clean":"2024-09-13T14:51:27.996931+0000","last_became_active":"2024-09-13T14:41:41.334947+0000","last_became_peered":"2024-09-13T14:41:41.334947+0000","last_unstale":"2024-09-13T14:51:27.996931+0000","last_undegraded":"2024-09-13T14:51:27.996931+0000","last_fullsized":"2024-09-13T14:51:27.996931+0000","mapping_epoch":1116,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:13:58.295756+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.10","version":"0'0","reported_seq":209,"reported_epoch":1212,"state":"active+undersized","last_fresh":"2024-09-13T14:51:32.471751+0000","last_change":"2024-09-13T14:44:26.095277+0000","last_active":"2024-09-13T14:51:32.471751+0000","last_peered":"2024-09-13T14:51:32.471751+0000","last_clean":"2024-09-13T14:44:21.891519+0000","last_became_active":"2024-09-13T14:44:26.095277+0000","last_became_peered":"2024-09-13T14:44:26.095277+0000","last_unstale":"2024-09-13T14:51:32.471751+0000","last_undegraded":"2024-09-13T14:51:32.471751+0000","last_fullsized":"2024-09-13T14:44:26.089642+0000","mapping_epoch":1151,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:32:02.595410+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[3,1],"avail_no_missing":["3","1"],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.1f","version":"0'0","reported_seq":770,"reported_epoch":1210,"state":"active+undersized","last_fresh":"2024-09-13T14:51:24.635123+0000","last_change":"2024-09-13T14:44:26.095882+0000","last_active":"2024-09-13T14:51:24.635123+0000","last_peered":"2024-09-13T14:51:24.635123+0000","last_clean":"2024-09-13T14:32:31.478909+0000","last_became_active":"2024-09-13T14:44:26.095882+0000","last_became_peered":"2024-09-13T14:44:26.095882+0000","last_unstale":"2024-09-13T14:51:24.635123+0000","last_undegraded":"2024-09-13T14:51:24.635123+0000","last_fullsized":"2024-09-13T14:44:26.092620+0000","mapping_epoch":1151,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":781,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:32:40.425830+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[5,1],"avail_no_missing":["5","1"],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.18","version":"0'0","reported_seq":219,"reported_epoch":1212,"state":"active+clean","last_fresh":"2024-09-13T14:51:32.471721+0000","last_change":"2024-09-13T14:50:40.359710+0000","last_active":"2024-09-13T14:51:32.471721+0000","last_peered":"2024-09-13T14:51:32.471721+0000","last_clean":"2024-09-13T14:51:32.471721+0000","last_became_active":"2024-09-13T14:50:40.359432+0000","last_became_peered":"2024-09-13T14:50:40.359432+0000","last_unstale":"2024-09-13T14:51:32.471721+0000","last_undegraded":"2024-09-13T14:51:32.471721+0000","last_fullsized":"2024-09-13T14:51:32.471721+0000","mapping_epoch":1197,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1198,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:25:01.759840+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[3,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.1e","version":"0'0","reported_seq":1630,"reported_epoch":1211,"state":"active+clean","last_fresh":"2024-09-13T14:51:27.997676+0000","last_change":"2024-09-13T14:50:01.584547+0000","last_active":"2024-09-13T14:51:27.997676+0000","last_peered":"2024-09-13T14:51:27.997676+0000","last_clean":"2024-09-13T14:51:27.997676+0000","last_became_active":"2024-09-13T14:50:01.584246+0000","last_became_peered":"2024-09-13T14:50:01.584246+0000","last_unstale":"2024-09-13T14:51:27.997676+0000","last_undegraded":"2024-09-13T14:51:27.997676+0000","last_fullsized":"2024-09-13T14:51:27.997676+0000","mapping_epoch":1188,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1189,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:43:59.750663+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.19","version":"0'0","reported_seq":1587,"reported_epoch":1212,"state":"active+clean+remapped","last_fresh":"2024-09-13T14:51:32.476841+0000","last_change":"2024-09-13T14:45:45.180662+0000","last_active":"2024-09-13T14:51:32.476841+0000","last_peered":"2024-09-13T14:51:32.476841+0000","last_clean":"2024-09-13T14:51:32.476841+0000","last_became_active":"2024-09-13T14:45:45.180282+0000","last_became_peered":"2024-09-13T14:45:45.180282+0000","last_unstale":"2024-09-13T14:51:32.476841+0000","last_undegraded":"2024-09-13T14:51:32.476841+0000","last_fullsized":"2024-09-13T14:51:32.476841+0000","mapping_epoch":1165,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1166,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:57:29.036988+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[1,3,4],"avail_no_missing":["1","3","4"],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"4.1d","version":"0'0","reported_seq":210,"reported_epoch":1212,"state":"active+clean+remapped","last_fresh":"2024-09-13T14:51:32.473103+0000","last_change":"2024-09-13T14:45:45.121856+0000","last_active":"2024-09-13T14:51:32.473103+0000","last_peered":"2024-09-13T14:51:32.473103+0000","last_clean":"2024-09-13T14:51:32.473103+0000","last_became_active":"2024-09-13T14:45:45.121443+0000","last_became_peered":"2024-09-13T14:45:45.121443+0000","last_unstale":"2024-09-13T14:51:32.473103+0000","last_undegraded":"2024-09-13T14:51:32.473103+0000","last_fullsized":"2024-09-13T14:51:32.473103+0000","mapping_epoch":1165,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1166,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:23:09.029069+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[3,1,4],"avail_no_missing":["3","1","4"],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1a","version":"70'1","reported_seq":41,"reported_epoch":1211,"state":"active+clean","last_fresh":"2024-09-13T14:51:27.999300+0000","last_change":"2024-09-13T14:50:40.381386+0000","last_active":"2024-09-13T14:51:27.999300+0000","last_peered":"2024-09-13T14:51:27.999300+0000","last_clean":"2024-09-13T14:51:27.999300+0000","last_became_active":"2024-09-13T14:50:40.381062+0000","last_became_peered":"2024-09-13T14:50:40.381062+0000","last_unstale":"2024-09-13T14:51:27.999300+0000","last_undegraded":"2024-09-13T14:51:27.999300+0000","last_fullsized":"2024-09-13T14:51:27.999300+0000","mapping_epoch":1197,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1198,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T18:57:13.919890+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1c","version":"0'0","reported_seq":1390,"reported_epoch":1212,"state":"active+clean","last_fresh":"2024-09-13T14:51:32.477090+0000","last_change":"2024-09-13T14:50:40.360338+0000","last_active":"2024-09-13T14:51:32.477090+0000","last_peered":"2024-09-13T14:51:32.477090+0000","last_clean":"2024-09-13T14:51:32.477090+0000","last_became_active":"2024-09-13T14:50:40.360083+0000","last_became_peered":"2024-09-13T14:50:40.360083+0000","last_unstale":"2024-09-13T14:51:32.477090+0000","last_undegraded":"2024-09-13T14:51:32.477090+0000","last_fullsized":"2024-09-13T14:51:32.477090+0000","mapping_epoch":1197,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1198,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:45:22.826192+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[1,3,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.1b","version":"70'1","reported_seq":1551,"reported_epoch":1212,"state":"active+clean+remapped","last_fresh":"2024-09-13T14:51:32.479235+0000","last_change":"2024-09-13T14:50:02.589537+0000","last_active":"2024-09-13T14:51:32.479235+0000","last_peered":"2024-09-13T14:51:32.479235+0000","last_clean":"2024-09-13T14:51:32.479235+0000","last_became_active":"2024-09-13T14:50:02.589079+0000","last_became_peered":"2024-09-13T14:50:02.589079+0000","last_unstale":"2024-09-13T14:51:32.479235+0000","last_undegraded":"2024-09-13T14:51:32.479235+0000","last_fullsized":"2024-09-13T14:51:32.479235+0000","mapping_epoch":1189,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1190,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T21:15:02.140989+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[1,3,7],"avail_no_missing":["1","3","7"],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"4.1b","version":"0'0","reported_seq":1204,"reported_epoch":1212,"state":"active+clean","last_fresh":"2024-09-13T14:51:32.472451+0000","last_change":"2024-09-13T14:50:40.523071+0000","last_active":"2024-09-13T14:51:32.472451+0000","last_peered":"2024-09-13T14:51:32.472451+0000","last_clean":"2024-09-13T14:51:32.472451+0000","last_became_active":"2024-09-13T14:50:40.522409+0000","last_became_peered":"2024-09-13T14:50:40.522409+0000","last_unstale":"2024-09-13T14:51:32.472451+0000","last_undegraded":"2024-09-13T14:51:32.472451+0000","last_fullsized":"2024-09-13T14:51:32.472451+0000","mapping_epoch":1197,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1198,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:46:45.137039+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[3,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1c","version":"70'2","reported_seq":1161,"reported_epoch":1210,"state":"active+clean+remapped","last_fresh":"2024-09-13T14:51:24.634749+0000","last_change":"2024-09-13T14:45:45.113731+0000","last_active":"2024-09-13T14:51:24.634749+0000","last_peered":"2024-09-13T14:51:24.634749+0000","last_clean":"2024-09-13T14:51:24.634749+0000","last_became_active":"2024-09-13T14:45:45.113319+0000","last_became_peered":"2024-09-13T14:45:45.113319+0000","last_unstale":"2024-09-13T14:51:24.634749+0000","last_undegraded":"2024-09-13T14:51:24.634749+0000","last_fullsized":"2024-09-13T14:51:24.634749+0000","mapping_epoch":1165,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1166,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T18:37:07.267171+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":1,"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":[5,1],"acting":[5,1,4],"avail_no_missing":["5","1","4"],"object_location_counts":[{"shards":"1,4,5","objects":1}],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.1a","version":"0'0","reported_seq":1203,"reported_epoch":1212,"state":"active+clean+remapped","last_fresh":"2024-09-13T14:51:32.472925+0000","last_change":"2024-09-13T14:50:41.418480+0000","last_active":"2024-09-13T14:51:32.472925+0000","last_peered":"2024-09-13T14:51:32.472925+0000","last_clean":"2024-09-13T14:51:32.472925+0000","last_became_active":"2024-09-13T14:50:41.417973+0000","last_became_peered":"2024-09-13T14:50:41.417973+0000","last_unstale":"2024-09-13T14:51:32.472925+0000","last_undegraded":"2024-09-13T14:51:32.472925+0000","last_fullsized":"2024-09-13T14:51:32.472925+0000","mapping_epoch":1198,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1199,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:48:46.821087+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[3,0,2],"avail_no_missing":["3","0","2"],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1d","version":"70'2","reported_seq":1156,"reported_epoch":1210,"state":"active+clean+remapped","last_fresh":"2024-09-13T14:51:24.635108+0000","last_change":"2024-09-13T14:45:45.124928+0000","last_active":"2024-09-13T14:51:24.635108+0000","last_peered":"2024-09-13T14:51:24.635108+0000","last_clean":"2024-09-13T14:51:24.635108+0000","last_became_active":"2024-09-13T14:45:45.116023+0000","last_became_peered":"2024-09-13T14:45:45.116023+0000","last_unstale":"2024-09-13T14:51:24.635108+0000","last_undegraded":"2024-09-13T14:51:24.635108+0000","last_fullsized":"2024-09-13T14:51:24.635108+0000","mapping_epoch":1165,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1166,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T20:31:51.731784+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":1,"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":1,"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":[5,1],"acting":[5,1,4],"avail_no_missing":["5","1","4"],"object_location_counts":[{"shards":"1,4,5","objects":1}],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.19","version":"0'0","reported_seq":212,"reported_epoch":1212,"state":"active+clean","last_fresh":"2024-09-13T14:51:32.471655+0000","last_change":"2024-09-13T14:50:40.391325+0000","last_active":"2024-09-13T14:51:32.471655+0000","last_peered":"2024-09-13T14:51:32.471655+0000","last_clean":"2024-09-13T14:51:32.471655+0000","last_became_active":"2024-09-13T14:50:40.389039+0000","last_became_peered":"2024-09-13T14:50:40.389039+0000","last_unstale":"2024-09-13T14:51:32.471655+0000","last_undegraded":"2024-09-13T14:51:32.471655+0000","last_fullsized":"2024-09-13T14:51:32.471655+0000","mapping_epoch":1197,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1198,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:03:04.117706+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"70'1","reported_seq":215,"reported_epoch":1212,"state":"active+clean+remapped","last_fresh":"2024-09-13T14:51:32.473494+0000","last_change":"2024-09-13T14:50:41.384312+0000","last_active":"2024-09-13T14:51:32.473494+0000","last_peered":"2024-09-13T14:51:32.473494+0000","last_clean":"2024-09-13T14:51:32.473494+0000","last_became_active":"2024-09-13T14:50:41.381338+0000","last_became_peered":"2024-09-13T14:50:41.381338+0000","last_unstale":"2024-09-13T14:51:32.473494+0000","last_undegraded":"2024-09-13T14:51:32.473494+0000","last_fullsized":"2024-09-13T14:51:32.473494+0000","mapping_epoch":1198,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1199,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T18:15:25.697686+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[3,1,2],"avail_no_missing":["3","1","2"],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.18","version":"0'0","reported_seq":1221,"reported_epoch":1212,"state":"active+clean+remapped","last_fresh":"2024-09-13T14:51:32.476348+0000","last_change":"2024-09-13T14:50:41.391786+0000","last_active":"2024-09-13T14:51:32.476348+0000","last_peered":"2024-09-13T14:51:32.476348+0000","last_clean":"2024-09-13T14:51:32.476348+0000","last_became_active":"2024-09-13T14:50:41.391369+0000","last_became_peered":"2024-09-13T14:50:41.391369+0000","last_unstale":"2024-09-13T14:51:32.476348+0000","last_undegraded":"2024-09-13T14:51:32.476348+0000","last_fullsized":"2024-09-13T14:51:32.476348+0000","mapping_epoch":1198,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1199,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:06:37.908338+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"acting":[1,5,2],"avail_no_missing":["1","2","5"],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.1f","version":"70'4","reported_seq":96,"reported_epoch":1211,"state":"active+clean+remapped","last_fresh":"2024-09-13T14:51:27.998138+0000","last_change":"2024-09-13T14:50:41.425894+0000","last_active":"2024-09-13T14:51:27.998138+0000","last_peered":"2024-09-13T14:51:27.998138+0000","last_clean":"2024-09-13T14:51:27.998138+0000","last_became_active":"2024-09-13T14:50:41.388381+0000","last_became_peered":"2024-09-13T14:50:41.388381+0000","last_unstale":"2024-09-13T14:51:27.998138+0000","last_undegraded":"2024-09-13T14:51:27.998138+0000","last_fullsized":"2024-09-13T14:51:27.998138+0000","mapping_epoch":1198,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1199,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T02:11:46.315117+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":2,"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":2,"num_bytes_recovered":582,"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":[5,1],"acting":[5,1,2],"avail_no_missing":["5","1","2"],"object_location_counts":[{"shards":"1,2,5","objects":2}],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]}],"pool_stats":[{"poolid":8,"num_pg":16,"stat_sum":{"num_bytes":571408384,"num_objects":8719,"num_object_clones":0,"num_object_copies":26157,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":5676,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":8719,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":8719,"num_write_kb":558016,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":1413808128,"data_stored":1413808128,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":8719,"ondisk_log_size":8719,"up":37,"acting":37,"num_store_stats":4},{"poolid":4,"num_pg":32,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":74,"acting":94,"num_store_stats":8},{"poolid":3,"num_pg":32,"stat_sum":{"num_bytes":5554,"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":19,"num_objects_unfound":0,"num_objects_dirty":22,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":62,"num_write_kb":31,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":27,"num_bytes_recovered":5554,"num_keys_recovered":10,"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":114688,"data_stored":21488,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":11473,"internal_metadata":0},"log_size":56,"ondisk_log_size":56,"up":73,"acting":95,"num_store_stats":8},{"poolid":2,"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":1,"num_objects_misplaced":1,"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":1,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":17,"acting":23,"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":2,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":392,"num_read_kb":834,"num_write":215,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":10,"num_bytes_recovered":2951840,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":3563520,"data_stored":3542208,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":149,"ondisk_log_size":149,"up":2,"acting":3,"num_store_stats":6}],"osd_stats":[{"osd":7,"up_from":0,"seq":231928234394,"num_pgs":0,"num_osds":0,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":0,"kb_used":0,"kb_used_data":0,"kb_used_omap":0,"kb_used_meta":0,"kb_avail":0,"statfs":{"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},"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":[]},{"osd":6,"up_from":46,"seq":197568495946,"num_pgs":32,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":327256,"kb_used_data":7436,"kb_used_omap":1,"kb_used_meta":319806,"kb_avail":93417896,"statfs":{"total":95995035648,"available":95659925504,"internally_reserved":0,"allocated":7614464,"data_stored":5457053,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":327481799},"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":38,"seq":163208757668,"num_pgs":57,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":609668,"kb_used_data":205372,"kb_used_omap":1,"kb_used_meta":404286,"kb_avail":93135484,"statfs":{"total":95995035648,"available":95370735616,"internally_reserved":0,"allocated":210300928,"data_stored":207762097,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":413989318},"hb_peers":[0,1,2,3,4,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":4,"up_from":0,"seq":128849019305,"num_pgs":0,"num_osds":0,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":0,"kb_used":0,"kb_used_data":0,"kb_used_omap":0,"kb_used_meta":0,"kb_avail":0,"statfs":{"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},"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":[]},{"osd":3,"up_from":845,"seq":3629247365335,"num_pgs":48,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":981960,"kb_used_data":490492,"kb_used_omap":34,"kb_used_meta":491421,"kb_avail":92763192,"statfs":{"total":95995035648,"available":94989508608,"internally_reserved":0,"allocated":502263808,"data_stored":499730121,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":35801,"internal_metadata":503215143},"hb_peers":[0,1,2,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":2,"up_from":0,"seq":3491808411869,"num_pgs":0,"num_osds":0,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":0,"kb_used":0,"kb_used_data":0,"kb_used_omap":0,"kb_used_meta":0,"kb_avail":0,"statfs":{"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},"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":[]},{"osd":1,"up_from":780,"seq":3350074491108,"num_pgs":66,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1039376,"kb_used_data":620100,"kb_used_omap":30,"kb_used_meta":419233,"kb_avail":92705776,"statfs":{"total":95995035648,"available":94930714624,"internally_reserved":0,"allocated":634982400,"data_stored":632441018,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":31404,"internal_metadata":429294932},"hb_peers":[0,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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[]},{"osd":0,"up_from":746,"seq":3204045603050,"num_pgs":35,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":347136,"kb_used_data":7796,"kb_used_omap":66,"kb_used_meta":339261,"kb_avail":93398016,"statfs":{"total":95995035648,"available":95639568384,"internally_reserved":0,"allocated":7983104,"data_stored":5451908,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":68403,"internal_metadata":347403469},"hb_peers":[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":[]}],"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":3,"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":0,"data_stored":0,"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":4096,"data_stored":19,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":4096,"data_stored":19,"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":4096,"data_stored":19,"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":0,"data_stored":0,"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":20480,"data_stored":4880,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3890,"internal_metadata":0},{"poolid":3,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":12288,"data_stored":638,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3041,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":24576,"data_stored":5394,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1366,"internal_metadata":0},{"poolid":3,"osd":3,"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":3176,"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":24576,"data_stored":5430,"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":16384,"data_stored":4826,"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":8192,"data_stored":160,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":8,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":41877504,"data_stored":41877504,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":8,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":658505728,"data_stored":658505728,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":8,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":510722048,"data_stored":510722048,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":8,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":202702848,"data_stored":202702848,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-13T14:51:38.790 INFO:tasks.cephadm.ceph_manager.ceph:increase pool size by 10 2024-09-13T14:51:38.791 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd pool set .mgr pg_num 11 2024-09-13T14:51:38.791 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:38.827 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:38.828 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:38.828 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:38.929 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:38.983 DEBUG:teuthology.orchestra.run:got remote process result: 6 2024-09-13T14:51:38.984 INFO:tasks.thrashosds.thrasher:Failed to tell all osds, ignoring 2024-09-13T14:51:38.985 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:38.985 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:38.985 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:39.086 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:39.110 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:39.111 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:39.111 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:39.130 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:51:39.142 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:51:39.213 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:51:39.238 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:39.238 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:39.239 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:51:39.339 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.7 dump_ops_in_flight 2024-09-13T14:51:39.340 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:39.376 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:39.377 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:39.377 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:39.478 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:39.516 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:39.517 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:39.517 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:39.579 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:51:39.618 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:51:39.634 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 10 16 28368 28352 177.168 143.875 0.00379057 0.00563836 2024-09-13T14:51:39.653 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:39.654 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:39.654 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:51:39.755 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:39.781 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:39.782 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:39.782 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:39.883 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:51:39.908 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:39.909 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:39.909 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:51:39.982 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:39 smithi104 ceph-mon[105578]: pgmap v1621: 89 pgs: 47 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 1.1 GiB data, 4.6 GiB used, 442 GiB / 447 GiB avail; 117 MiB/s wr, 1.86k op/s; 12981/56076 objects degraded (23.149%); 22/56076 objects misplaced (0.039%) 2024-09-13T14:51:40.010 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:40.045 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:40.046 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:40.046 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:40.147 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:40.181 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:40.181 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:40.182 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:40.184 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:39 smithi071 ceph-mon[107477]: pgmap v1621: 89 pgs: 47 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 1.1 GiB data, 4.6 GiB used, 442 GiB / 447 GiB avail; 117 MiB/s wr, 1.86k op/s; 12981/56076 objects degraded (23.149%); 22/56076 objects misplaced (0.039%) 2024-09-13T14:51:40.184 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:39 smithi071 ceph-mon[112785]: pgmap v1621: 89 pgs: 47 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 1.1 GiB data, 4.6 GiB used, 442 GiB / 447 GiB avail; 117 MiB/s wr, 1.86k op/s; 12981/56076 objects degraded (23.149%); 22/56076 objects misplaced (0.039%) 2024-09-13T14:51:40.283 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:40.318 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:40.318 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:40.319 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:40.420 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:40.458 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:40.459 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:40.459 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:40.560 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:51:40.586 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:40.587 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:40.587 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:51:40.634 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 11 16 30818 30802 174.981 153.125 0.00295758 0.00570958 2024-09-13T14:51:40.687 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:40.711 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:40.712 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:40.713 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:40.814 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:40.839 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:40.839 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:40.840 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:40.941 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:40.984 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:40.985 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=false 2024-09-13T14:51:40.985 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:40.986 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:41.087 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:41.131 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:41.131 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:41.132 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:41.233 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:51:41.277 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:41.278 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:41.278 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:51:41.340 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2024-09-13T14:51:41.341 INFO:teuthology.orchestra.run.smithi104.stdout: "ops": [], 2024-09-13T14:51:41.341 INFO:teuthology.orchestra.run.smithi104.stdout: "num_ops": 0 2024-09-13T14:51:41.341 INFO:teuthology.orchestra.run.smithi104.stdout:} 2024-09-13T14:51:41.378 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:41.415 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:41.416 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:41.416 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:41.517 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:51:41.542 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:41.542 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:41.543 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:51:41.634 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 12 16 32979 32963 171.654 135.062 0.00430323 0.00582101 2024-09-13T14:51:41.643 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:41.678 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:41.678 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:41.679 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:41.780 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:41.804 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:41.805 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:41.805 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:41.906 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:41.945 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:41.946 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:41.946 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:42.011 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:41 smithi104 ceph-mon[105578]: pgmap v1622: 89 pgs: 47 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 1.6 GiB data, 5.4 GiB used, 442 GiB / 447 GiB avail; 156 MiB/s wr, 2.50k op/s; 17495/76458 objects degraded (22.882%); 22/76458 objects misplaced (0.029%) 2024-09-13T14:51:42.037 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.7 dump_blocked_ops 2024-09-13T14:51:42.047 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:51:42.105 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:42.106 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:42.106 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:51:42.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:41 smithi071 ceph-mon[107477]: pgmap v1622: 89 pgs: 47 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 1.6 GiB data, 5.4 GiB used, 442 GiB / 447 GiB avail; 156 MiB/s wr, 2.50k op/s; 17495/76458 objects degraded (22.882%); 22/76458 objects misplaced (0.029%) 2024-09-13T14:51:42.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:41 smithi071 ceph-mon[112785]: pgmap v1622: 89 pgs: 47 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 1.6 GiB data, 5.4 GiB used, 442 GiB / 447 GiB avail; 156 MiB/s wr, 2.50k op/s; 17495/76458 objects degraded (22.882%); 22/76458 objects misplaced (0.029%) 2024-09-13T14:51:42.207 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:51:42.236 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:42.236 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:42.237 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:51:42.276 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:51:42.338 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:42.371 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:42.371 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:42.372 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:42.473 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:51:42.508 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:42.508 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:42.508 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:51:42.609 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:42.632 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:42.633 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:42.633 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:42.634 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 13 16 35076 35060 168.53 131.062 0.00883257 0.00592758 2024-09-13T14:51:42.734 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:51:42.774 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:42.774 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:42.774 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:51:42.875 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:42.891 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:51:42 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:51:42] "GET /metrics HTTP/1.1" 200 36589 "" "Prometheus/2.51.0" 2024-09-13T14:51:42.915 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:42.915 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:42.916 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:42.921 INFO:teuthology.orchestra.run.smithi071.stderr:noscrub is unset 2024-09-13T14:51:43.016 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:43.040 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:43.041 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:43.041 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:43.142 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:43.166 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:43.166 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:43.167 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:43.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:42 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1334052990' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:51:43.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:42 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:51:43.267 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:43.293 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:43.293 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:43.294 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:43.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:42 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1334052990' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:51:43.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:42 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:51:43.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:42 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1334052990' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:51:43.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:42 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:51:43.395 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:43.420 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:43.421 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:43.421 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:43.522 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:43.546 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:43.547 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:43.547 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:43.634 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 14 16 36855 36839 164.434 111.188 0.00641794 0.00607689 2024-09-13T14:51:43.648 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:43.672 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:43.672 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:43.673 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:43.774 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:43.800 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:43.800 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:43.800 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:43.901 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:51:43.922 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:43.923 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:43.923 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:51:44.024 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:51:44.061 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:44.062 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:44.062 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:51:44.163 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:44.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:43 smithi104 ceph-mon[105578]: pgmap v1623: 89 pgs: 47 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 1.7 GiB data, 5.9 GiB used, 441 GiB / 447 GiB avail; 155 MiB/s wr, 2.48k op/s; 19783/85449 objects degraded (23.152%); 22/85449 objects misplaced (0.026%) 2024-09-13T14:51:44.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:43 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 19783/85449 objects degraded (23.152%), 12 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:51:44.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:43 smithi104 ceph-mon[105578]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:51:44.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:43 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T14:51:44.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:43 smithi104 ceph-mon[105578]: osdmap e1213: 8 total, 7 up, 5 in 2024-09-13T14:51:44.174 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:43 smithi071 ceph-mon[107477]: pgmap v1623: 89 pgs: 47 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 1.7 GiB data, 5.9 GiB used, 441 GiB / 447 GiB avail; 155 MiB/s wr, 2.48k op/s; 19783/85449 objects degraded (23.152%); 22/85449 objects misplaced (0.026%) 2024-09-13T14:51:44.175 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:43 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 19783/85449 objects degraded (23.152%), 12 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:51:44.175 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:43 smithi071 ceph-mon[107477]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:51:44.175 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:43 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T14:51:44.175 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:43 smithi071 ceph-mon[107477]: osdmap e1213: 8 total, 7 up, 5 in 2024-09-13T14:51:44.175 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:43 smithi071 ceph-mon[112785]: pgmap v1623: 89 pgs: 47 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 1.7 GiB data, 5.9 GiB used, 441 GiB / 447 GiB avail; 155 MiB/s wr, 2.48k op/s; 19783/85449 objects degraded (23.152%); 22/85449 objects misplaced (0.026%) 2024-09-13T14:51:44.175 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:43 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 19783/85449 objects degraded (23.152%), 12 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:51:44.175 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:43 smithi071 ceph-mon[112785]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:51:44.175 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:43 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T14:51:44.176 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:43 smithi071 ceph-mon[112785]: osdmap e1213: 8 total, 7 up, 5 in 2024-09-13T14:51:44.187 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:44.187 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:44.188 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:44.289 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:44.310 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:44.311 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:44.311 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:44.412 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:44.439 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:44.439 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:44.440 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:44.540 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:44.575 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:44.576 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:44.576 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:44.634 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 15 16 38246 38230 159.267 86.9375 0.00396675 0.00624748 2024-09-13T14:51:44.677 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:51:44.702 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:44.702 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:44.703 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:51:44.804 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:51:44.845 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:44.846 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:44.846 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:51:44.947 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:44.983 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:44.983 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:44.984 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:45.085 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:51:45.105 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:45.106 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:45.107 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:51:45.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:44 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:51:45.208 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:45.232 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:45.232 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:45.233 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:45.334 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:45.359 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:45.360 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:45.361 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:45.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:44 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:51:45.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:44 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:51:45.461 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:45.497 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:45.498 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:45.498 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:45.599 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:45.626 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:45.626 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:45.627 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:45.634 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 16 16 39737 39721 155.137 93.1875 0.00214958 0.00643898 2024-09-13T14:51:45.728 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:45.763 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:45.763 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:45.764 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:45.864 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:51:45.888 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:45.888 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:45.889 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:51:45.990 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:46.017 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:46.017 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:46.017 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:46.118 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:46.153 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:46.154 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:46.154 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:46.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:45 smithi104 ceph-mon[105578]: pgmap v1625: 89 pgs: 47 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 2.1 GiB data, 6.8 GiB used, 440 GiB / 447 GiB avail; 156 MiB/s wr, 2.50k op/s; 23069/101220 objects degraded (22.791%); 22/101220 objects misplaced (0.022%) 2024-09-13T14:51:46.255 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:51:46.280 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:46.281 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:46.281 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:51:46.382 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:51:46.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:45 smithi071 ceph-mon[107477]: pgmap v1625: 89 pgs: 47 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 2.1 GiB data, 6.8 GiB used, 440 GiB / 447 GiB avail; 156 MiB/s wr, 2.50k op/s; 23069/101220 objects degraded (22.791%); 22/101220 objects misplaced (0.022%) 2024-09-13T14:51:46.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:45 smithi071 ceph-mon[112785]: pgmap v1625: 89 pgs: 47 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 2.1 GiB data, 6.8 GiB used, 440 GiB / 447 GiB avail; 156 MiB/s wr, 2.50k op/s; 23069/101220 objects degraded (22.791%); 22/101220 objects misplaced (0.022%) 2024-09-13T14:51:46.416 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:46.416 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:46.417 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:51:46.517 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:46.560 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:46.561 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:46.561 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:46.635 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 17 16 41292 41276 151.728 97.1875 0.0093865 0.00658554 2024-09-13T14:51:46.662 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:46.687 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:46.688 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:46.688 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:46.749 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2024-09-13T14:51:46.750 INFO:teuthology.orchestra.run.smithi104.stdout: "ops": [], 2024-09-13T14:51:46.750 INFO:teuthology.orchestra.run.smithi104.stdout: "complaint_time": 30, 2024-09-13T14:51:46.750 INFO:teuthology.orchestra.run.smithi104.stdout: "num_blocked_ops": 0 2024-09-13T14:51:46.750 INFO:teuthology.orchestra.run.smithi104.stdout:} 2024-09-13T14:51:46.790 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:46.811 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:46.812 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:46.812 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:46.913 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:46.937 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:46.938 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:46.939 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:47.040 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:47.074 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:47.075 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:47.075 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:47.176 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:47.196 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:47.197 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:47.197 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:47.298 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:51:47.338 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:47.338 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:47.338 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:51:47.439 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:47.445 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.7 dump_historic_ops 2024-09-13T14:51:47.462 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:47.462 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:47.462 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:47.564 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:47.603 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:47.604 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:47.604 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:47.635 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 18 16 42796 42780 148.52 94 0.0080856 0.00672771 2024-09-13T14:51:47.684 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:51:47.705 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:51:47.745 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:47.746 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:47.746 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:51:47.847 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:47.872 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:47.873 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:47.873 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:47.974 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:48.012 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:48.012 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:48.013 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:48.107 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:47 smithi104 ceph-mon[105578]: pgmap v1626: 89 pgs: 47 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 2.3 GiB data, 7.4 GiB used, 440 GiB / 447 GiB avail; 136 MiB/s wr, 2.18k op/s; 26461/114810 objects degraded (23.048%); 22/114810 objects misplaced (0.019%) 2024-09-13T14:51:48.114 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:48.141 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:48.141 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:48.142 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:48.243 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:48.266 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:48.267 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:48.267 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:48.368 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:48.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:47 smithi071 ceph-mon[107477]: pgmap v1626: 89 pgs: 47 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 2.3 GiB data, 7.4 GiB used, 440 GiB / 447 GiB avail; 136 MiB/s wr, 2.18k op/s; 26461/114810 objects degraded (23.048%); 22/114810 objects misplaced (0.019%) 2024-09-13T14:51:48.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:47 smithi071 ceph-mon[112785]: pgmap v1626: 89 pgs: 47 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 2.3 GiB data, 7.4 GiB used, 440 GiB / 447 GiB avail; 136 MiB/s wr, 2.18k op/s; 26461/114810 objects degraded (23.048%); 22/114810 objects misplaced (0.019%) 2024-09-13T14:51:48.392 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:48.393 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:48.393 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:48.494 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:48.518 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:48.519 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:48.519 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:48.620 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:48.635 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 19 16 44592 44576 146.611 112.25 0.0124583 0.00680313 2024-09-13T14:51:48.643 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:48.644 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:48.644 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:48.745 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:51:48.778 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:48.778 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:48.778 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:51:48.879 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:48.906 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:48.906 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:48.907 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:49.008 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:51:49.029 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:49.030 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:49.031 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:51:49.131 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:49.171 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:49.171 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:49.171 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:49.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:48 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 26461/114810 objects degraded (23.048%), 12 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:51:49.272 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:49.304 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:49.305 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:49.305 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:49.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:48 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 26461/114810 objects degraded (23.048%), 12 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:51:49.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:48 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 26461/114810 objects degraded (23.048%), 12 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:51:49.406 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:49.445 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:49.446 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:49.447 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:49.547 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:49.584 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:49.585 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:49.585 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:49.617 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2024-09-13T14:51:49.617 INFO:teuthology.orchestra.run.smithi104.stdout: "size": 20, 2024-09-13T14:51:49.617 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 600, 2024-09-13T14:51:49.617 INFO:teuthology.orchestra.run.smithi104.stdout: "ops": [ 2024-09-13T14:51:49.617 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.617 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:156940 7.9 7:9fffa2e8:::benchmark_data_smithi071_196541_object44000:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1177)", 2024-09-13T14:51:49.618 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:47:25.096506+0000", 2024-09-13T14:51:49.618 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 264.51670085299997, 2024-09-13T14:51:49.618 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.4489353679999999, 2024-09-13T14:51:49.618 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:51:49.618 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:51:49.618 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:51:49.618 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:51:49.618 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:51:49.618 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 156940 2024-09-13T14:51:49.618 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.618 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:51:49.618 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.618 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:51:49.619 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.096506+0000", 2024-09-13T14:51:49.619 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:49.619 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.619 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.619 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:51:49.619 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.096506+0000", 2024-09-13T14:51:49.619 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:49.619 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.619 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.619 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:51:49.619 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.096504+0000", 2024-09-13T14:51:49.619 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:51:49.620 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.620 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.620 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:51:49.620 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.096510+0000", 2024-09-13T14:51:49.620 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.6289999999999998e-06 2024-09-13T14:51:49.620 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.620 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.620 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:51:49.620 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.096522+0000", 2024-09-13T14:51:49.620 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1610000000000001e-05 2024-09-13T14:51:49.620 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.620 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.620 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:51:49.621 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.096528+0000", 2024-09-13T14:51:49.621 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.0769999999999996e-06 2024-09-13T14:51:49.621 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.621 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.621 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.621 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.144133+0000", 2024-09-13T14:51:49.621 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.047605441999999998 2024-09-13T14:51:49.621 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.621 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.621 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:51:49.621 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.149421+0000", 2024-09-13T14:51:49.621 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0052876700000000004 2024-09-13T14:51:49.621 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.622 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.622 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.622 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.242719+0000", 2024-09-13T14:51:49.622 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.093297845000000004 2024-09-13T14:51:49.622 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.622 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.622 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:51:49.622 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.249488+0000", 2024-09-13T14:51:49.622 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0067692469999999999 2024-09-13T14:51:49.622 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.622 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.622 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.622 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:26.411048+0000", 2024-09-13T14:51:49.623 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.161560361 2024-09-13T14:51:49.623 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.623 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.623 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:51:49.623 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:26.415332+0000", 2024-09-13T14:51:49.623 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0042839769999999996 2024-09-13T14:51:49.623 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.623 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.623 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1", 2024-09-13T14:51:49.623 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:26.424045+0000", 2024-09-13T14:51:49.623 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0087127760000000002 2024-09-13T14:51:49.623 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.623 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.623 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:49.624 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:26.463277+0000", 2024-09-13T14:51:49.624 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.039232247999999997 2024-09-13T14:51:49.624 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.624 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.624 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:49.624 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:26.464747+0000", 2024-09-13T14:51:49.624 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001469527 2024-09-13T14:51:49.624 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.624 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.624 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:51:49.624 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:26.533511+0000", 2024-09-13T14:51:49.624 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.068764643 2024-09-13T14:51:49.624 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.625 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.625 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:51:49.625 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:26.535814+0000", 2024-09-13T14:51:49.625 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0023023980000000002 2024-09-13T14:51:49.625 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.625 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.625 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:51:49.625 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:26.545441+0000", 2024-09-13T14:51:49.625 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0096273509999999993 2024-09-13T14:51:49.625 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:49.625 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:51:49.625 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:49.625 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.625 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.626 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:157089 7.9 7:944cd0e2:::benchmark_data_smithi071_196541_object44149:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1177)", 2024-09-13T14:51:49.626 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:47:25.552367+0000", 2024-09-13T14:51:49.626 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 264.06083957800001, 2024-09-13T14:51:49.626 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.4818530569999999, 2024-09-13T14:51:49.626 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:51:49.626 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:51:49.626 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:51:49.626 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:51:49.626 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:51:49.626 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 157089 2024-09-13T14:51:49.626 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.626 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:51:49.626 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.627 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:51:49.627 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.552367+0000", 2024-09-13T14:51:49.627 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:49.627 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.627 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.627 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:51:49.627 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.552367+0000", 2024-09-13T14:51:49.627 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:49.627 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.627 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.627 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:51:49.627 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.552366+0000", 2024-09-13T14:51:49.627 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:51:49.627 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.628 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.628 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:51:49.628 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.552371+0000", 2024-09-13T14:51:49.628 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.4110000000000004e-06 2024-09-13T14:51:49.628 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.628 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.628 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:51:49.628 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.552385+0000", 2024-09-13T14:51:49.628 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3285000000000001e-05 2024-09-13T14:51:49.628 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.628 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.628 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:51:49.628 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.552391+0000", 2024-09-13T14:51:49.628 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.6340000000000003e-06 2024-09-13T14:51:49.629 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.629 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.629 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.629 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.665933+0000", 2024-09-13T14:51:49.629 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.11354189100000001 2024-09-13T14:51:49.629 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.629 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.629 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:51:49.629 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.671273+0000", 2024-09-13T14:51:49.629 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0053399540000000001 2024-09-13T14:51:49.629 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.629 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.629 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.630 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.728969+0000", 2024-09-13T14:51:49.630 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.057695622000000002 2024-09-13T14:51:49.630 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.630 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.630 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:51:49.630 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.734490+0000", 2024-09-13T14:51:49.630 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0055210060000000002 2024-09-13T14:51:49.630 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.630 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.630 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.630 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:26.898217+0000", 2024-09-13T14:51:49.630 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1637271309999999 2024-09-13T14:51:49.630 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.630 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.631 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:51:49.631 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:26.902456+0000", 2024-09-13T14:51:49.631 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0042393459999999997 2024-09-13T14:51:49.631 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.631 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.631 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1", 2024-09-13T14:51:49.631 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:26.910867+0000", 2024-09-13T14:51:49.631 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0084111600000000009 2024-09-13T14:51:49.631 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.631 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.631 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:49.631 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:26.949296+0000", 2024-09-13T14:51:49.631 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.038428332000000003 2024-09-13T14:51:49.631 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.632 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.632 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:49.632 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:26.950734+0000", 2024-09-13T14:51:49.632 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0014382729999999999 2024-09-13T14:51:49.632 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.632 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.632 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:51:49.632 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:27.021503+0000", 2024-09-13T14:51:49.632 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.070768853000000007 2024-09-13T14:51:49.632 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.632 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.632 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:51:49.632 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:27.024128+0000", 2024-09-13T14:51:49.633 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0026247129999999999 2024-09-13T14:51:49.633 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.633 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.633 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:51:49.633 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:27.034220+0000", 2024-09-13T14:51:49.633 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.010092571 2024-09-13T14:51:49.633 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:49.633 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:51:49.633 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:49.633 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.633 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.633 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:157093 7.9 7:9e13d607:::benchmark_data_smithi071_196541_object44153:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1177)", 2024-09-13T14:51:49.633 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:47:25.569581+0000", 2024-09-13T14:51:49.634 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 264.04362588399999, 2024-09-13T14:51:49.634 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.4775769350000001, 2024-09-13T14:51:49.634 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:51:49.634 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:51:49.634 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:51:49.634 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:51:49.634 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:51:49.634 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 157093 2024-09-13T14:51:49.634 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.634 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:51:49.634 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.634 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:51:49.634 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.569581+0000", 2024-09-13T14:51:49.635 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:49.635 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.635 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.635 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:51:49.635 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.569581+0000", 2024-09-13T14:51:49.635 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:49.635 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.635 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.635 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:51:49.635 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.569580+0000", 2024-09-13T14:51:49.635 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:51:49.635 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.635 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.635 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:51:49.636 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.569585+0000", 2024-09-13T14:51:49.636 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.9049999999999996e-06 2024-09-13T14:51:49.636 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.636 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.636 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:51:49.636 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.569596+0000", 2024-09-13T14:51:49.636 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0859999999999999e-05 2024-09-13T14:51:49.636 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.636 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.636 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:51:49.636 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.569601+0000", 2024-09-13T14:51:49.636 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.4700000000000001e-06 2024-09-13T14:51:49.637 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.637 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.637 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.637 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.671777+0000", 2024-09-13T14:51:49.637 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.102175418 2024-09-13T14:51:49.637 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.637 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.637 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:51:49.637 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.677133+0000", 2024-09-13T14:51:49.637 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0053564579999999997 2024-09-13T14:51:49.637 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.637 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.637 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.638 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.755262+0000", 2024-09-13T14:51:49.638 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.078128797999999999 2024-09-13T14:51:49.638 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.638 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.638 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:51:49.638 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.760565+0000", 2024-09-13T14:51:49.638 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0053029369999999998 2024-09-13T14:51:49.638 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.638 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.638 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.638 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:26.928934+0000", 2024-09-13T14:51:49.638 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1683694600000001 2024-09-13T14:51:49.638 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.638 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.639 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:51:49.639 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:26.933233+0000", 2024-09-13T14:51:49.639 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0042985250000000001 2024-09-13T14:51:49.639 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.639 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.639 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1", 2024-09-13T14:51:49.639 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:26.941715+0000", 2024-09-13T14:51:49.639 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.008482145 2024-09-13T14:51:49.639 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.639 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.639 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:49.639 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:26.952148+0000", 2024-09-13T14:51:49.639 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.010433088 2024-09-13T14:51:49.639 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.640 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.640 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:49.640 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:26.953571+0000", 2024-09-13T14:51:49.640 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0014234250000000001 2024-09-13T14:51:49.640 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.640 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.640 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:51:49.640 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:27.034680+0000", 2024-09-13T14:51:49.640 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.081108477999999998 2024-09-13T14:51:49.640 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.640 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.640 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:51:49.640 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:27.037388+0000", 2024-09-13T14:51:49.641 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0027077730000000001 2024-09-13T14:51:49.641 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.641 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.641 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:51:49.641 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:27.047158+0000", 2024-09-13T14:51:49.641 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0097700779999999997 2024-09-13T14:51:49.641 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:49.641 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:51:49.641 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:49.641 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.641 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.641 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:157520 7.9 7:907a668f:::benchmark_data_smithi071_196541_object44580:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1177)", 2024-09-13T14:51:49.641 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:47:28.183854+0000", 2024-09-13T14:51:49.642 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 261.42935266000001, 2024-09-13T14:51:49.642 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.4103469360000001, 2024-09-13T14:51:49.642 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:51:49.642 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:51:49.642 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:51:49.642 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:51:49.642 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:51:49.642 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 157520 2024-09-13T14:51:49.642 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.642 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:51:49.642 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.642 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:51:49.642 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.183854+0000", 2024-09-13T14:51:49.643 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:49.643 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.643 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.643 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:51:49.643 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.183854+0000", 2024-09-13T14:51:49.643 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:49.643 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.643 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.643 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:51:49.643 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.183852+0000", 2024-09-13T14:51:49.643 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999976 2024-09-13T14:51:49.643 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.643 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.643 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:51:49.644 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.183860+0000", 2024-09-13T14:51:49.644 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.2279999999999998e-06 2024-09-13T14:51:49.644 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.644 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.644 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:51:49.644 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.183876+0000", 2024-09-13T14:51:49.644 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.6240999999999999e-05 2024-09-13T14:51:49.644 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.644 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.644 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:51:49.644 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.183885+0000", 2024-09-13T14:51:49.644 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.8710000000000003e-06 2024-09-13T14:51:49.645 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.645 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.645 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.645 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.208495+0000", 2024-09-13T14:51:49.645 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.024609550000000001 2024-09-13T14:51:49.645 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.645 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.645 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:51:49.645 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.213896+0000", 2024-09-13T14:51:49.645 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0054008859999999997 2024-09-13T14:51:49.645 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.645 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.645 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.646 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.273439+0000", 2024-09-13T14:51:49.646 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:2024-09-13T14:51:49.634847+0000 min lat: 0.0011859 max lat: 0.198663 avg lat: 0.00692534 2024-09-13T14:51:49.646 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2024-09-13T14:51:49.647 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 20 16 46195 46179 144.289 100.188 0.00811176 0.00692534 2024-09-13T14:51:49.647 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.059543408999999999 2024-09-13T14:51:49.647 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.647 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.648 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:51:49.648 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.280799+0000", 2024-09-13T14:51:49.648 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0073596989999999999 2024-09-13T14:51:49.648 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.648 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.648 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.648 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.402733+0000", 2024-09-13T14:51:49.648 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1219344309999999 2024-09-13T14:51:49.648 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.648 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.649 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:51:49.649 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.407077+0000", 2024-09-13T14:51:49.649 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.004343375 2024-09-13T14:51:49.649 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.649 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.649 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1", 2024-09-13T14:51:49.649 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.415735+0000", 2024-09-13T14:51:49.649 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0086589189999999993 2024-09-13T14:51:49.649 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.649 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.649 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:49.649 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.445909+0000", 2024-09-13T14:51:49.649 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.030173746000000001 2024-09-13T14:51:49.650 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.650 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.650 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:49.650 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.447320+0000", 2024-09-13T14:51:49.650 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0014109610000000001 2024-09-13T14:51:49.650 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.650 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.650 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:51:49.650 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.581312+0000", 2024-09-13T14:51:49.650 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.13399148 2024-09-13T14:51:49.650 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.650 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.650 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:51:49.651 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.583712+0000", 2024-09-13T14:51:49.651 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.002400606 2024-09-13T14:51:49.651 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.651 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.651 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:51:49.651 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.594201+0000", 2024-09-13T14:51:49.651 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.010488730999999999 2024-09-13T14:51:49.651 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:49.651 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:51:49.651 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:49.651 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.651 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.651 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:157521 7.9 7:96fa7f7e:::benchmark_data_smithi071_196541_object44581:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1177)", 2024-09-13T14:51:49.652 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:47:28.184015+0000", 2024-09-13T14:51:49.652 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 261.42919181600001, 2024-09-13T14:51:49.652 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.439232047, 2024-09-13T14:51:49.652 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:51:49.652 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:51:49.652 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:51:49.652 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:51:49.652 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:51:49.652 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 157521 2024-09-13T14:51:49.652 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.652 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:51:49.652 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.653 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:51:49.653 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.184015+0000", 2024-09-13T14:51:49.653 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:49.653 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.653 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.653 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:51:49.653 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.184015+0000", 2024-09-13T14:51:49.653 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:49.653 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.653 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.653 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:51:49.653 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.184014+0000", 2024-09-13T14:51:49.654 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T14:51:49.654 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.654 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.654 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:51:49.654 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.184018+0000", 2024-09-13T14:51:49.654 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.1849999999999997e-06 2024-09-13T14:51:49.654 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.654 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.654 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:51:49.654 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.184028+0000", 2024-09-13T14:51:49.654 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.6940000000000007e-06 2024-09-13T14:51:49.654 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.654 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.654 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:51:49.655 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.184034+0000", 2024-09-13T14:51:49.655 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.7980000000000002e-06 2024-09-13T14:51:49.655 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.655 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.655 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.655 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.214694+0000", 2024-09-13T14:51:49.655 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.030660119999999999 2024-09-13T14:51:49.655 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.655 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.655 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:51:49.655 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.221827+0000", 2024-09-13T14:51:49.655 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0071335089999999997 2024-09-13T14:51:49.656 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.656 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.656 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.656 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.305265+0000", 2024-09-13T14:51:49.656 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.083437496 2024-09-13T14:51:49.656 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.656 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.656 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:51:49.656 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.314449+0000", 2024-09-13T14:51:49.657 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0091840099999999994 2024-09-13T14:51:49.657 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.657 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.657 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.657 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.459456+0000", 2024-09-13T14:51:49.657 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1450072870000001 2024-09-13T14:51:49.657 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.657 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.657 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:51:49.657 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.463591+0000", 2024-09-13T14:51:49.657 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0041343300000000003 2024-09-13T14:51:49.657 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.657 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.658 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1", 2024-09-13T14:51:49.658 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.472079+0000", 2024-09-13T14:51:49.658 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0084884130000000002 2024-09-13T14:51:49.658 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.658 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.658 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:49.658 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.510075+0000", 2024-09-13T14:51:49.658 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.037996051000000003 2024-09-13T14:51:49.658 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.658 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.658 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:49.658 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.511482+0000", 2024-09-13T14:51:49.658 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001406746 2024-09-13T14:51:49.658 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.659 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.659 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:51:49.659 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.609566+0000", 2024-09-13T14:51:49.659 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.098084347000000002 2024-09-13T14:51:49.659 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.659 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.659 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:51:49.659 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.612003+0000", 2024-09-13T14:51:49.659 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0024368699999999998 2024-09-13T14:51:49.659 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.659 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.660 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:51:49.660 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.623247+0000", 2024-09-13T14:51:49.660 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.011243902 2024-09-13T14:51:49.660 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:49.660 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:51:49.660 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:49.660 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.660 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.660 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:157989 7.9 7:9086c740:::benchmark_data_smithi071_196541_object45049:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1177)", 2024-09-13T14:51:49.660 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:47:30.295751+0000", 2024-09-13T14:51:49.660 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 259.31745613200002, 2024-09-13T14:51:49.660 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.42918061, 2024-09-13T14:51:49.660 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:51:49.661 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:51:49.661 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:51:49.661 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:51:49.661 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:51:49.661 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 157989 2024-09-13T14:51:49.661 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.661 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:51:49.661 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.661 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:51:49.661 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.295751+0000", 2024-09-13T14:51:49.661 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:49.661 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.661 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.661 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:51:49.662 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.295751+0000", 2024-09-13T14:51:49.662 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:49.662 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.662 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.662 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:51:49.662 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.295749+0000", 2024-09-13T14:51:49.662 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:51:49.662 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.662 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.662 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:51:49.662 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.295757+0000", 2024-09-13T14:51:49.662 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.3629999999999994e-06 2024-09-13T14:51:49.662 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.662 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.663 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:51:49.663 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.295771+0000", 2024-09-13T14:51:49.663 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3277e-05 2024-09-13T14:51:49.663 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.663 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.663 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:51:49.663 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.295777+0000", 2024-09-13T14:51:49.663 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.5590000000000002e-06 2024-09-13T14:51:49.663 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.663 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.663 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.663 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.390996+0000", 2024-09-13T14:51:49.663 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.095218988000000004 2024-09-13T14:51:49.664 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.664 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.664 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:51:49.664 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.396242+0000", 2024-09-13T14:51:49.664 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.005245754 2024-09-13T14:51:49.664 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.664 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.664 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.664 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.464614+0000", 2024-09-13T14:51:49.664 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.068371903999999997 2024-09-13T14:51:49.665 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.665 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.665 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:51:49.665 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.470268+0000", 2024-09-13T14:51:49.665 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0056539729999999996 2024-09-13T14:51:49.665 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.665 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.665 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.665 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.637523+0000", 2024-09-13T14:51:49.665 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.167254899 2024-09-13T14:51:49.665 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.665 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.665 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:51:49.666 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.641850+0000", 2024-09-13T14:51:49.666 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0043272650000000003 2024-09-13T14:51:49.666 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.666 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.666 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1", 2024-09-13T14:51:49.666 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.650424+0000", 2024-09-13T14:51:49.666 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0085744649999999999 2024-09-13T14:51:49.666 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.666 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.666 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:51:49.666 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.706805+0000", 2024-09-13T14:51:49.666 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.056380351000000002 2024-09-13T14:51:49.666 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.666 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.667 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:49.667 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.709202+0000", 2024-09-13T14:51:49.667 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0023971999999999999 2024-09-13T14:51:49.667 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.667 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.667 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:49.667 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.712694+0000", 2024-09-13T14:51:49.667 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0034921560000000002 2024-09-13T14:51:49.667 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.667 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.667 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:51:49.667 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.715107+0000", 2024-09-13T14:51:49.667 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00241253 2024-09-13T14:51:49.668 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.668 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.668 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:51:49.668 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.724931+0000", 2024-09-13T14:51:49.668 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0098245499999999996 2024-09-13T14:51:49.668 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:49.668 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:51:49.668 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:49.668 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.668 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.668 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:157991 7.9 7:99079df0:::benchmark_data_smithi071_196541_object45051:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1177)", 2024-09-13T14:51:49.668 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:47:30.366263+0000", 2024-09-13T14:51:49.668 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 259.24694397399998, 2024-09-13T14:51:49.669 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.425013643, 2024-09-13T14:51:49.669 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:51:49.669 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:51:49.669 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:51:49.669 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:51:49.669 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:51:49.669 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 157991 2024-09-13T14:51:49.669 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.669 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:51:49.669 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.669 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:51:49.669 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.366263+0000", 2024-09-13T14:51:49.670 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:49.670 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.670 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.670 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:51:49.670 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.366263+0000", 2024-09-13T14:51:49.670 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:49.670 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.670 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.670 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:51:49.670 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.366261+0000", 2024-09-13T14:51:49.671 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999981 2024-09-13T14:51:49.671 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.671 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.671 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:51:49.671 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.366269+0000", 2024-09-13T14:51:49.671 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.9500000000000001e-06 2024-09-13T14:51:49.671 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.671 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.671 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:51:49.671 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.366282+0000", 2024-09-13T14:51:49.671 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3661e-05 2024-09-13T14:51:49.671 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.671 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.671 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:51:49.672 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.366291+0000", 2024-09-13T14:51:49.672 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.1319999999999994e-06 2024-09-13T14:51:49.672 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.672 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.672 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.672 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.474195+0000", 2024-09-13T14:51:49.672 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.107904873 2024-09-13T14:51:49.672 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.672 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.672 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:51:49.672 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.479173+0000", 2024-09-13T14:51:49.672 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0049774800000000003 2024-09-13T14:51:49.672 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.673 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.673 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.673 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.536837+0000", 2024-09-13T14:51:49.673 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.057663633999999998 2024-09-13T14:51:49.673 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.673 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.673 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:51:49.673 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.542103+0000", 2024-09-13T14:51:49.673 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0052661030000000003 2024-09-13T14:51:49.673 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.673 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.673 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.673 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.737725+0000", 2024-09-13T14:51:49.674 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1956222670000001 2024-09-13T14:51:49.674 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.674 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.674 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:51:49.674 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.742608+0000", 2024-09-13T14:51:49.674 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0048831810000000003 2024-09-13T14:51:49.674 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.674 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.674 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1", 2024-09-13T14:51:49.674 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.752378+0000", 2024-09-13T14:51:49.675 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0097700900000000004 2024-09-13T14:51:49.675 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.675 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.675 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:49.675 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.777049+0000", 2024-09-13T14:51:49.675 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.024671185000000002 2024-09-13T14:51:49.675 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.675 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.675 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:49.675 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.778467+0000", 2024-09-13T14:51:49.676 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0014178890000000001 2024-09-13T14:51:49.676 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.676 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.676 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:51:49.676 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.778943+0000", 2024-09-13T14:51:49.676 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00047613400000000002 2024-09-13T14:51:49.676 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.676 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.676 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:51:49.676 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.781326+0000", 2024-09-13T14:51:49.676 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0023824639999999999 2024-09-13T14:51:49.676 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.676 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.677 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:51:49.677 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.791276+0000", 2024-09-13T14:51:49.677 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0099504329999999998 2024-09-13T14:51:49.677 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:49.677 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:51:49.677 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:49.677 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.677 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.677 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:159372 7.9 7:929e7ccc:::benchmark_data_smithi071_196541_object46432:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1178)", 2024-09-13T14:51:49.677 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:47:37.442076+0000", 2024-09-13T14:51:49.677 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 252.17113110299999, 2024-09-13T14:51:49.677 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.4273104720000001, 2024-09-13T14:51:49.677 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:51:49.677 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:51:49.678 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:51:49.678 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:51:49.678 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:51:49.678 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 159372 2024-09-13T14:51:49.678 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.678 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:51:49.678 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.678 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:51:49.678 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:37.442076+0000", 2024-09-13T14:51:49.678 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:49.678 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.678 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.678 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:51:49.679 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:37.442076+0000", 2024-09-13T14:51:49.679 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:49.679 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.679 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.679 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:51:49.679 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:37.442074+0000", 2024-09-13T14:51:49.679 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:51:49.679 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.679 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.679 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:51:49.679 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:37.442082+0000", 2024-09-13T14:51:49.679 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.2509999999999994e-06 2024-09-13T14:51:49.679 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.680 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.680 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:51:49.680 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:37.442097+0000", 2024-09-13T14:51:49.680 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.4679e-05 2024-09-13T14:51:49.680 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.680 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.680 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:51:49.680 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:37.442106+0000", 2024-09-13T14:51:49.680 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.9700000000000005e-06 2024-09-13T14:51:49.680 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.680 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.680 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.680 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:37.526836+0000", 2024-09-13T14:51:49.681 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.084730523000000002 2024-09-13T14:51:49.681 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.681 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.681 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:51:49.681 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:37.532253+0000", 2024-09-13T14:51:49.681 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0054165359999999996 2024-09-13T14:51:49.681 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.681 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.681 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.681 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:37.576190+0000", 2024-09-13T14:51:49.681 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.04393677 2024-09-13T14:51:49.681 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.681 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.682 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:51:49.682 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:37.581790+0000", 2024-09-13T14:51:49.682 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0056004200000000001 2024-09-13T14:51:49.682 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.682 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.682 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.682 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:38.809215+0000", 2024-09-13T14:51:49.682 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2274247229999999 2024-09-13T14:51:49.682 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.682 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.682 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:51:49.682 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:38.813422+0000", 2024-09-13T14:51:49.682 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0042068660000000001 2024-09-13T14:51:49.682 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.683 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.683 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1", 2024-09-13T14:51:49.683 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:38.821968+0000", 2024-09-13T14:51:49.683 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0085460450000000004 2024-09-13T14:51:49.683 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.683 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.683 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:51:49.683 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:38.853465+0000", 2024-09-13T14:51:49.683 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.031496706999999999 2024-09-13T14:51:49.683 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.683 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.683 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:49.683 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:38.855985+0000", 2024-09-13T14:51:49.684 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.002520595 2024-09-13T14:51:49.684 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.684 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.684 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:49.684 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:38.857377+0000", 2024-09-13T14:51:49.684 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001392117 2024-09-13T14:51:49.684 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.684 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.684 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:51:49.684 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:38.859741+0000", 2024-09-13T14:51:49.684 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0023639099999999999 2024-09-13T14:51:49.684 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.684 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.685 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:51:49.685 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:38.869386+0000", 2024-09-13T14:51:49.685 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0096449190000000001 2024-09-13T14:51:49.685 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:49.685 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:51:49.685 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:49.685 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.685 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.685 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:160554 7.9 7:9d1c50f5:::benchmark_data_smithi071_196541_object47614:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1178)", 2024-09-13T14:51:49.685 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:47:44.384016+0000", 2024-09-13T14:51:49.685 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 245.22919054400001, 2024-09-13T14:51:49.685 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.4195076179999999, 2024-09-13T14:51:49.685 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:51:49.685 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:51:49.686 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:51:49.686 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:51:49.686 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:51:49.686 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 160554 2024-09-13T14:51:49.686 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.686 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:51:49.686 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.686 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:51:49.686 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:44.384016+0000", 2024-09-13T14:51:49.686 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:49.686 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.686 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.686 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:51:49.687 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:44.384016+0000", 2024-09-13T14:51:49.687 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:49.687 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.687 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.687 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:51:49.687 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:44.384014+0000", 2024-09-13T14:51:49.687 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999981 2024-09-13T14:51:49.687 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.687 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.687 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:51:49.687 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:44.384021+0000", 2024-09-13T14:51:49.687 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.2489999999999998e-06 2024-09-13T14:51:49.687 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.688 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.688 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:51:49.688 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:44.384032+0000", 2024-09-13T14:51:49.688 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1326e-05 2024-09-13T14:51:49.688 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.688 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.688 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:51:49.688 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:44.384038+0000", 2024-09-13T14:51:49.688 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.8340000000000004e-06 2024-09-13T14:51:49.688 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.688 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.688 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.688 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:44.426734+0000", 2024-09-13T14:51:49.689 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.042696046000000001 2024-09-13T14:51:49.689 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.689 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.689 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:51:49.689 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:44.433663+0000", 2024-09-13T14:51:49.689 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0069293890000000002 2024-09-13T14:51:49.689 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.689 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.689 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.689 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:44.468798+0000", 2024-09-13T14:51:49.689 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.035134321000000003 2024-09-13T14:51:49.689 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.689 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.690 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:51:49.690 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:44.473842+0000", 2024-09-13T14:51:49.690 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0050441239999999997 2024-09-13T14:51:49.690 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.690 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.690 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.690 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:45.544668+0000", 2024-09-13T14:51:49.690 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.070826643 2024-09-13T14:51:49.690 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.690 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.690 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:51:49.690 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:45.548775+0000", 2024-09-13T14:51:49.690 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0041066760000000001 2024-09-13T14:51:49.690 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.691 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.691 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1", 2024-09-13T14:51:49.691 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:45.556898+0000", 2024-09-13T14:51:49.691 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0081231020000000001 2024-09-13T14:51:49.691 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.691 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.691 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:51:49.691 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:45.593721+0000", 2024-09-13T14:51:49.691 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.036822558999999998 2024-09-13T14:51:49.691 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.691 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.691 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:49.691 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:45.595087+0000", 2024-09-13T14:51:49.691 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0013658349999999999 2024-09-13T14:51:49.692 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.692 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.692 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:49.692 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:45.790576+0000", 2024-09-13T14:51:49.692 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.19548969699999999 2024-09-13T14:51:49.692 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.692 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.692 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:51:49.692 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:45.793468+0000", 2024-09-13T14:51:49.692 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0028920220000000002 2024-09-13T14:51:49.692 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.692 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.692 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:51:49.693 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:45.803524+0000", 2024-09-13T14:51:49.697 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.010055499000000001 2024-09-13T14:51:49.697 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:49.697 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:51:49.697 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:49.697 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.697 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.697 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:170151 7.9 7:9e16d3ad:::benchmark_data_smithi071_196541_object57211:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1179)", 2024-09-13T14:51:49.697 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:48:28.107472+0000", 2024-09-13T14:51:49.697 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 201.50573425799999, 2024-09-13T14:51:49.697 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.7554512230000001, 2024-09-13T14:51:49.697 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:51:49.698 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:51:49.698 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:51:49.698 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:51:49.698 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:51:49.698 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 170151 2024-09-13T14:51:49.698 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.698 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:51:49.698 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.698 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:51:49.698 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:28.107472+0000", 2024-09-13T14:51:49.698 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:49.698 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.698 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.699 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:51:49.699 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:28.107472+0000", 2024-09-13T14:51:49.699 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:49.699 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.699 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.699 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:51:49.699 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:28.107471+0000", 2024-09-13T14:51:49.699 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:51:49.699 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.699 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.699 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:51:49.699 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:28.107479+0000", 2024-09-13T14:51:49.699 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.9920000000000007e-06 2024-09-13T14:51:49.699 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.700 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.700 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:51:49.700 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:28.107491+0000", 2024-09-13T14:51:49.700 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2079000000000001e-05 2024-09-13T14:51:49.700 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.700 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.700 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:51:49.700 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:28.107498+0000", 2024-09-13T14:51:49.700 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.1280000000000002e-06 2024-09-13T14:51:49.700 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.700 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.700 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.700 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:28.140693+0000", 2024-09-13T14:51:49.700 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.033194927999999999 2024-09-13T14:51:49.701 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.701 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.701 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:51:49.701 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:28.142740+0000", 2024-09-13T14:51:49.701 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0020471349999999998 2024-09-13T14:51:49.701 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.701 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.701 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.701 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:28.949659+0000", 2024-09-13T14:51:49.701 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.80691886999999995 2024-09-13T14:51:49.701 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.701 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.701 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:51:49.702 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:28.954172+0000", 2024-09-13T14:51:49.702 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.004513408 2024-09-13T14:51:49.702 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.702 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.702 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.702 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:29.825231+0000", 2024-09-13T14:51:49.702 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.87105842499999997 2024-09-13T14:51:49.702 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.702 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.702 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:51:49.702 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:29.829119+0000", 2024-09-13T14:51:49.702 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.003888491 2024-09-13T14:51:49.702 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.703 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.703 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1", 2024-09-13T14:51:49.703 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:29.837194+0000", 2024-09-13T14:51:49.703 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0080742620000000005 2024-09-13T14:51:49.703 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.703 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.703 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:51:49.703 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:29.850020+0000", 2024-09-13T14:51:49.703 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.012825932999999999 2024-09-13T14:51:49.703 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.703 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.703 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:49.703 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:29.851413+0000", 2024-09-13T14:51:49.703 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0013929319999999999 2024-09-13T14:51:49.704 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.704 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.704 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:49.704 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:29.852667+0000", 2024-09-13T14:51:49.704 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0012541060000000001 2024-09-13T14:51:49.704 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.704 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.704 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:51:49.704 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:29.854777+0000", 2024-09-13T14:51:49.704 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0021101700000000002 2024-09-13T14:51:49.704 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.704 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.704 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:51:49.705 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:29.862924+0000", 2024-09-13T14:51:49.705 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0081468440000000003 2024-09-13T14:51:49.705 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:49.705 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:51:49.705 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:49.705 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.705 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.705 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:170957 7.9 7:9964c7e0:::benchmark_data_smithi071_196541_object58017:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1179)", 2024-09-13T14:51:49.705 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:48:31.363831+0000", 2024-09-13T14:51:49.705 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 198.249375934, 2024-09-13T14:51:49.705 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.9291294780000001, 2024-09-13T14:51:49.705 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:51:49.705 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:51:49.705 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:51:49.706 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:51:49.706 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:51:49.706 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 170957 2024-09-13T14:51:49.706 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.706 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:51:49.706 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.706 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:51:49.706 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:31.363831+0000", 2024-09-13T14:51:49.706 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:49.706 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.706 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.706 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:51:49.706 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:31.363831+0000", 2024-09-13T14:51:49.707 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:49.707 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.707 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.707 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:51:49.707 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:31.363830+0000", 2024-09-13T14:51:49.707 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T14:51:49.707 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.707 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.707 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:51:49.707 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:31.363834+0000", 2024-09-13T14:51:49.707 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.8310000000000003e-06 2024-09-13T14:51:49.707 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.707 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.707 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:51:49.708 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:31.363842+0000", 2024-09-13T14:51:49.708 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.3089999999999996e-06 2024-09-13T14:51:49.708 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.708 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.708 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:51:49.708 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:31.363849+0000", 2024-09-13T14:51:49.708 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.5479999999999998e-06 2024-09-13T14:51:49.708 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.708 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.708 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.708 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:31.389144+0000", 2024-09-13T14:51:49.708 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.025295029 2024-09-13T14:51:49.708 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.708 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.709 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:51:49.709 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:31.391108+0000", 2024-09-13T14:51:49.709 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0019637460000000002 2024-09-13T14:51:49.709 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.709 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.709 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.709 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:32.257723+0000", 2024-09-13T14:51:49.709 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.86661515700000002 2024-09-13T14:51:49.709 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.709 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.709 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:51:49.709 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:32.262150+0000", 2024-09-13T14:51:49.709 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0044273919999999996 2024-09-13T14:51:49.710 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.710 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.710 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.710 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:33.241582+0000", 2024-09-13T14:51:49.710 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.979432101 2024-09-13T14:51:49.710 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.710 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.710 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:51:49.710 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:33.245235+0000", 2024-09-13T14:51:49.710 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0036523319999999999 2024-09-13T14:51:49.711 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.711 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.711 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1", 2024-09-13T14:51:49.711 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:33.252949+0000", 2024-09-13T14:51:49.711 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0077146250000000001 2024-09-13T14:51:49.711 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.711 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.711 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:51:49.711 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:33.279470+0000", 2024-09-13T14:51:49.711 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.026521221000000001 2024-09-13T14:51:49.711 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.711 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.711 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:49.712 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:33.281596+0000", 2024-09-13T14:51:49.712 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0021256140000000001 2024-09-13T14:51:49.712 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.712 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.712 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:49.712 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:33.282859+0000", 2024-09-13T14:51:49.712 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001263295 2024-09-13T14:51:49.712 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.712 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.712 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:51:49.712 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:33.284836+0000", 2024-09-13T14:51:49.712 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0019763250000000001 2024-09-13T14:51:49.713 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.713 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.713 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:51:49.713 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:33.292960+0000", 2024-09-13T14:51:49.713 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0081245699999999994 2024-09-13T14:51:49.713 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:49.713 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:51:49.713 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:49.713 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.713 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.713 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:171225 7.9 7:952a5bbd:::benchmark_data_smithi071_196541_object58285:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1179)", 2024-09-13T14:51:49.713 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:48:32.459499+0000", 2024-09-13T14:51:49.713 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 197.153707481, 2024-09-13T14:51:49.714 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.8551354070000001, 2024-09-13T14:51:49.714 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:51:49.714 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:51:49.714 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:51:49.714 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:51:49.714 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:51:49.714 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 171225 2024-09-13T14:51:49.714 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.714 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:51:49.714 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.714 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:51:49.714 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:32.459499+0000", 2024-09-13T14:51:49.714 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:49.714 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.715 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.715 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:51:49.715 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:32.459499+0000", 2024-09-13T14:51:49.715 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:49.715 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.715 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.715 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:51:49.715 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:32.459498+0000", 2024-09-13T14:51:49.715 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:51:49.715 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.715 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.715 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:51:49.715 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:32.459505+0000", 2024-09-13T14:51:49.716 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.1779999999999997e-06 2024-09-13T14:51:49.716 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.716 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.716 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:51:49.716 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:32.459517+0000", 2024-09-13T14:51:49.716 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2283000000000001e-05 2024-09-13T14:51:49.716 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.716 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.716 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:51:49.716 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:32.459523+0000", 2024-09-13T14:51:49.716 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.5720000000000002e-06 2024-09-13T14:51:49.716 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.716 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.717 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.717 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:32.501055+0000", 2024-09-13T14:51:49.717 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.041531951999999997 2024-09-13T14:51:49.717 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.717 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.717 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:51:49.717 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:32.503373+0000", 2024-09-13T14:51:49.717 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.002318058 2024-09-13T14:51:49.717 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.717 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.717 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.717 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:33.312483+0000", 2024-09-13T14:51:49.718 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.80911014199999998 2024-09-13T14:51:49.718 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.718 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.718 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:51:49.718 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:33.316754+0000", 2024-09-13T14:51:49.718 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0042707070000000003 2024-09-13T14:51:49.718 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.718 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.718 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.718 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:34.262795+0000", 2024-09-13T14:51:49.718 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.94604135 2024-09-13T14:51:49.718 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.718 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.718 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:51:49.719 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:34.267110+0000", 2024-09-13T14:51:49.719 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0043151020000000003 2024-09-13T14:51:49.719 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.719 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.719 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1", 2024-09-13T14:51:49.719 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:34.275808+0000", 2024-09-13T14:51:49.719 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0086980359999999993 2024-09-13T14:51:49.719 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.719 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.719 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:51:49.719 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:34.300772+0000", 2024-09-13T14:51:49.719 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.024964255000000001 2024-09-13T14:51:49.719 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.720 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.720 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:49.720 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:34.302047+0000", 2024-09-13T14:51:49.720 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0012748270000000001 2024-09-13T14:51:49.720 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.720 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.720 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:49.720 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:34.303453+0000", 2024-09-13T14:51:49.720 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0014056819999999999 2024-09-13T14:51:49.720 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.720 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.720 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:51:49.721 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:34.305417+0000", 2024-09-13T14:51:49.721 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00196379 2024-09-13T14:51:49.721 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.721 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.721 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:51:49.721 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:34.314635+0000", 2024-09-13T14:51:49.721 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.009217823 2024-09-13T14:51:49.721 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:49.721 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:51:49.721 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:49.721 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.721 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.721 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:171982 7.9 7:91c44a22:::benchmark_data_smithi071_196541_object59042:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1181)", 2024-09-13T14:51:49.721 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:48:36.144482+0000", 2024-09-13T14:51:49.722 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 193.468724821, 2024-09-13T14:51:49.722 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.594537809, 2024-09-13T14:51:49.722 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:51:49.722 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:51:49.722 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:51:49.722 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:51:49.722 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:51:49.722 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 171982 2024-09-13T14:51:49.722 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.722 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:51:49.722 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.722 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:51:49.722 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:36.144482+0000", 2024-09-13T14:51:49.723 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:49.723 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.723 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.723 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:51:49.723 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:36.144482+0000", 2024-09-13T14:51:49.723 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:49.723 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.723 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.723 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:51:49.723 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:36.144481+0000", 2024-09-13T14:51:49.723 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:51:49.723 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.723 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.724 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:51:49.724 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:36.144489+0000", 2024-09-13T14:51:49.724 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.9200000000000004e-06 2024-09-13T14:51:49.724 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.724 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.724 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:51:49.724 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:36.144499+0000", 2024-09-13T14:51:49.724 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0618999999999999e-05 2024-09-13T14:51:49.724 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.724 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.724 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:51:49.724 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:36.144507+0000", 2024-09-13T14:51:49.724 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.8930000000000005e-06 2024-09-13T14:51:49.725 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.725 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.725 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.725 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:36.213678+0000", 2024-09-13T14:51:49.725 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.069171220000000005 2024-09-13T14:51:49.725 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.725 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.725 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:49.727 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:51:49.727 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:36.215566+0000", 2024-09-13T14:51:49.727 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0018877360000000001 2024-09-13T14:51:49.727 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.727 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.727 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.727 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:36.954589+0000", 2024-09-13T14:51:49.727 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.73902323800000003 2024-09-13T14:51:49.727 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.727 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.727 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:51:49.728 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:36.958977+0000", 2024-09-13T14:51:49.728 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0043875030000000001 2024-09-13T14:51:49.728 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.728 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.728 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.728 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:37.691269+0000", 2024-09-13T14:51:49.728 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.73229195300000005 2024-09-13T14:51:49.728 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.728 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.728 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:51:49.728 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:37.694959+0000", 2024-09-13T14:51:49.728 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.003689899 2024-09-13T14:51:49.728 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.729 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.729 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1", 2024-09-13T14:51:49.729 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:37.702076+0000", 2024-09-13T14:51:49.729 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0071171680000000001 2024-09-13T14:51:49.729 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.729 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.729 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:49.729 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:37.722541+0000", 2024-09-13T14:51:49.729 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.020465382000000001 2024-09-13T14:51:49.729 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.729 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.729 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:49.729 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:37.723692+0000", 2024-09-13T14:51:49.730 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0011512530000000001 2024-09-13T14:51:49.730 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.730 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.730 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:51:49.730 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:37.729016+0000", 2024-09-13T14:51:49.730 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0053235310000000003 2024-09-13T14:51:49.730 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.730 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.730 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:51:49.730 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:37.730961+0000", 2024-09-13T14:51:49.730 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0019452339999999999 2024-09-13T14:51:49.730 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.730 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.730 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:51:49.731 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:37.739020+0000", 2024-09-13T14:51:49.731 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0080585229999999997 2024-09-13T14:51:49.731 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:49.731 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:51:49.731 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:49.731 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.731 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.731 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:172584 7.9 7:920f5ad9:::benchmark_data_smithi071_196541_object59644:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1181)", 2024-09-13T14:51:49.731 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:48:38.453998+0000", 2024-09-13T14:51:49.731 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 191.15920886999999, 2024-09-13T14:51:49.731 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.7884710400000001, 2024-09-13T14:51:49.731 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:51:49.731 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:51:49.732 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:51:49.732 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:51:49.732 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:51:49.732 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 172584 2024-09-13T14:51:49.732 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.732 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:51:49.732 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.732 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:51:49.732 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:38.453998+0000", 2024-09-13T14:51:49.732 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:49.732 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.732 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.732 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:51:49.732 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:38.453998+0000", 2024-09-13T14:51:49.733 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:49.733 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.733 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.733 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:51:49.733 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:38.453996+0000", 2024-09-13T14:51:49.733 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999981 2024-09-13T14:51:49.733 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.733 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.733 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:51:49.733 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:38.454003+0000", 2024-09-13T14:51:49.733 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.2710000000000003e-06 2024-09-13T14:51:49.733 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.733 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.734 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:51:49.734 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:38.454017+0000", 2024-09-13T14:51:49.734 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.4011e-05 2024-09-13T14:51:49.734 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.734 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.734 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:51:49.734 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:38.454027+0000", 2024-09-13T14:51:49.734 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.4499999999999993e-06 2024-09-13T14:51:49.734 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.734 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.734 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.734 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:38.483573+0000", 2024-09-13T14:51:49.734 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.02954683 2024-09-13T14:51:49.734 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.735 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.735 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:51:49.735 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:38.485806+0000", 2024-09-13T14:51:49.735 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.002232337 2024-09-13T14:51:49.735 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.735 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.735 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.735 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:39.270824+0000", 2024-09-13T14:51:49.735 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.78501807000000001 2024-09-13T14:51:49.735 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.735 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.735 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:51:49.735 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:39.275079+0000", 2024-09-13T14:51:49.736 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.004255455 2024-09-13T14:51:49.736 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.736 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.736 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.736 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:40.174716+0000", 2024-09-13T14:51:49.736 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.89963711400000002 2024-09-13T14:51:49.736 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.736 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.736 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:51:49.736 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:40.178084+0000", 2024-09-13T14:51:49.736 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00336711 2024-09-13T14:51:49.736 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.736 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.737 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1", 2024-09-13T14:51:49.737 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:40.184748+0000", 2024-09-13T14:51:49.737 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0066647299999999998 2024-09-13T14:51:49.737 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.737 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.737 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:49.737 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:40.190868+0000", 2024-09-13T14:51:49.737 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0061200289999999999 2024-09-13T14:51:49.737 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.737 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.737 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:49.737 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:40.192004+0000", 2024-09-13T14:51:49.737 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001135596 2024-09-13T14:51:49.737 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.738 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.738 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:51:49.738 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:40.231896+0000", 2024-09-13T14:51:49.738 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.039892220999999999 2024-09-13T14:51:49.738 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.738 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.738 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:51:49.738 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:40.233821+0000", 2024-09-13T14:51:49.738 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0019246809999999999 2024-09-13T14:51:49.738 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.738 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.738 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:51:49.738 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:40.242469+0000", 2024-09-13T14:51:49.739 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0086480670000000006 2024-09-13T14:51:49.739 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:49.739 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:51:49.739 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:49.739 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.739 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.739 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:172849 7.9 7:97ba218a:::benchmark_data_smithi071_196541_object59909:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1181)", 2024-09-13T14:51:49.739 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:48:39.350599+0000", 2024-09-13T14:51:49.739 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 190.26260721099999, 2024-09-13T14:51:49.739 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.478675677, 2024-09-13T14:51:49.739 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:51:49.739 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:51:49.739 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:51:49.739 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:51:49.740 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:51:49.740 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 172849 2024-09-13T14:51:49.740 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.740 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:51:49.740 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.740 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:51:49.740 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:39.350599+0000", 2024-09-13T14:51:49.740 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:49.740 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.740 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.740 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:51:49.740 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:39.350599+0000", 2024-09-13T14:51:49.740 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:49.741 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.741 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.741 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:51:49.741 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:39.350598+0000", 2024-09-13T14:51:49.741 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:51:49.741 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.741 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.741 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:51:49.741 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:39.350603+0000", 2024-09-13T14:51:49.741 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.0039999999999999e-06 2024-09-13T14:51:49.741 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.741 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.741 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:51:49.742 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:39.350615+0000", 2024-09-13T14:51:49.742 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1175000000000001e-05 2024-09-13T14:51:49.742 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.742 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.742 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:51:49.742 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:39.350620+0000", 2024-09-13T14:51:49.742 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.95e-06 2024-09-13T14:51:49.742 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.742 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.742 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.742 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:39.364043+0000", 2024-09-13T14:51:49.742 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.013423651999999999 2024-09-13T14:51:49.742 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.743 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.743 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:51:49.743 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:39.365956+0000", 2024-09-13T14:51:49.743 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0019126449999999999 2024-09-13T14:51:49.743 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.743 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.743 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.743 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:40.032535+0000", 2024-09-13T14:51:49.743 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.66657905100000003 2024-09-13T14:51:49.743 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.743 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.743 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:51:49.743 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:40.036750+0000", 2024-09-13T14:51:49.743 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0042151230000000003 2024-09-13T14:51:49.743 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.744 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.744 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.744 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:40.788220+0000", 2024-09-13T14:51:49.744 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.75147011500000005 2024-09-13T14:51:49.744 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.744 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.744 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:51:49.744 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:40.791587+0000", 2024-09-13T14:51:49.744 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00336696 2024-09-13T14:51:49.744 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.744 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.744 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1", 2024-09-13T14:51:49.744 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:40.798515+0000", 2024-09-13T14:51:49.745 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0069281610000000004 2024-09-13T14:51:49.745 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.745 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.745 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:51:49.745 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:40.805663+0000", 2024-09-13T14:51:49.745 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0071473630000000003 2024-09-13T14:51:49.745 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.745 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.745 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:49.745 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:40.817749+0000", 2024-09-13T14:51:49.745 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.012086456000000001 2024-09-13T14:51:49.745 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.745 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.746 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:49.746 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:40.818928+0000", 2024-09-13T14:51:49.746 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0011792510000000001 2024-09-13T14:51:49.746 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.746 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.746 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:51:49.746 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:40.821398+0000", 2024-09-13T14:51:49.746 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0024699079999999998 2024-09-13T14:51:49.746 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.746 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.746 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:51:49.746 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:40.829275+0000", 2024-09-13T14:51:49.746 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0078769410000000002 2024-09-13T14:51:49.747 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:49.747 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:51:49.747 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:49.747 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.747 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.747 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:174200 7.9 7:91e407be:::benchmark_data_smithi071_196541_object61260:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1182)", 2024-09-13T14:51:49.747 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:48:44.818896+0000", 2024-09-13T14:51:49.747 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 184.79431033200001, 2024-09-13T14:51:49.747 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.656827402, 2024-09-13T14:51:49.747 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:51:49.747 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:51:49.747 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:51:49.747 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:51:49.747 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:51:49.748 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 174200 2024-09-13T14:51:49.748 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.748 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:51:49.748 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.748 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:51:49.748 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:44.818896+0000", 2024-09-13T14:51:49.748 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:49.748 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.748 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.748 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:51:49.748 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:44.818896+0000", 2024-09-13T14:51:49.748 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:49.748 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.749 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.749 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:51:49.749 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:44.818894+0000", 2024-09-13T14:51:49.749 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999981 2024-09-13T14:51:49.749 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.749 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.749 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:51:49.749 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:44.818912+0000", 2024-09-13T14:51:49.749 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.7416000000000001e-05 2024-09-13T14:51:49.749 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.749 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.749 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:51:49.749 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:44.818925+0000", 2024-09-13T14:51:49.750 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3095000000000001e-05 2024-09-13T14:51:49.750 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.750 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.750 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:51:49.750 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:44.818935+0000", 2024-09-13T14:51:49.750 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0468e-05 2024-09-13T14:51:49.750 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.750 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.750 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.750 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:44.835960+0000", 2024-09-13T14:51:49.750 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.017024411 2024-09-13T14:51:49.750 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.750 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.751 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:51:49.751 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:44.837864+0000", 2024-09-13T14:51:49.751 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00190384 2024-09-13T14:51:49.751 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.751 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.751 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.751 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:45.525212+0000", 2024-09-13T14:51:49.751 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.68734820600000002 2024-09-13T14:51:49.751 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.751 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.751 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:51:49.751 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:45.529268+0000", 2024-09-13T14:51:49.751 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0040558690000000001 2024-09-13T14:51:49.751 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.752 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.752 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.752 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:46.381281+0000", 2024-09-13T14:51:49.752 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.852012934 2024-09-13T14:51:49.752 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.752 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.752 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:51:49.752 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:46.384579+0000", 2024-09-13T14:51:49.752 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0032980280000000002 2024-09-13T14:51:49.752 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.752 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.752 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1", 2024-09-13T14:51:49.752 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:46.391135+0000", 2024-09-13T14:51:49.753 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0065562839999999999 2024-09-13T14:51:49.753 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.753 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.753 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:49.753 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:46.421205+0000", 2024-09-13T14:51:49.753 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.030070342 2024-09-13T14:51:49.753 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.753 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.753 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:49.753 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:46.422289+0000", 2024-09-13T14:51:49.753 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001084266 2024-09-13T14:51:49.753 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.753 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.754 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:51:49.754 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:46.466562+0000", 2024-09-13T14:51:49.754 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.044272956000000002 2024-09-13T14:51:49.754 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.754 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.754 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:51:49.754 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:46.468399+0000", 2024-09-13T14:51:49.754 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0018366509999999999 2024-09-13T14:51:49.754 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.754 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.754 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:51:49.754 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:46.475724+0000", 2024-09-13T14:51:49.754 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0073247169999999997 2024-09-13T14:51:49.754 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:49.755 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:51:49.755 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:49.755 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.755 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.755 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:186240 7.9 7:913527d7:::benchmark_data_smithi071_196541_object73300:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1183)", 2024-09-13T14:51:49.755 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:49:29.773065+0000", 2024-09-13T14:51:49.755 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 139.84014140900001, 2024-09-13T14:51:49.755 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.494572051, 2024-09-13T14:51:49.755 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:51:49.755 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:51:49.755 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:51:49.755 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:51:49.755 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:51:49.756 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 186240 2024-09-13T14:51:49.756 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.756 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:51:49.756 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.756 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:51:49.756 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:29.773065+0000", 2024-09-13T14:51:49.756 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:49.756 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.756 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.756 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:51:49.756 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:29.773065+0000", 2024-09-13T14:51:49.756 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:49.757 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.757 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.757 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:51:49.757 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:29.773064+0000", 2024-09-13T14:51:49.757 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:51:49.757 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.757 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.757 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:51:49.757 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:29.773071+0000", 2024-09-13T14:51:49.757 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.2339999999999997e-06 2024-09-13T14:51:49.757 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.757 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.757 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:51:49.758 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:29.773083+0000", 2024-09-13T14:51:49.758 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2305e-05 2024-09-13T14:51:49.758 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.758 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.758 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:51:49.758 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:29.773089+0000", 2024-09-13T14:51:49.758 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.2320000000000001e-06 2024-09-13T14:51:49.758 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.758 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.758 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.758 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:29.809187+0000", 2024-09-13T14:51:49.758 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.036098412000000003 2024-09-13T14:51:49.758 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.758 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.759 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:51:49.759 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:29.810578+0000", 2024-09-13T14:51:49.759 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001391223 2024-09-13T14:51:49.759 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.759 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.759 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.759 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:30.424731+0000", 2024-09-13T14:51:49.759 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.61415308999999996 2024-09-13T14:51:49.759 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.759 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.759 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:51:49.759 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:30.427773+0000", 2024-09-13T14:51:49.760 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0030419779999999999 2024-09-13T14:51:49.760 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.760 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.760 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.760 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:31.043000+0000", 2024-09-13T14:51:49.760 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.61522692999999995 2024-09-13T14:51:49.760 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.760 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.760 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:51:49.760 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:31.045402+0000", 2024-09-13T14:51:49.760 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.002401355 2024-09-13T14:51:49.760 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.760 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.761 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1", 2024-09-13T14:51:49.761 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:31.050185+0000", 2024-09-13T14:51:49.761 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0047836770000000001 2024-09-13T14:51:49.761 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.761 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.761 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:49.761 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:31.072595+0000", 2024-09-13T14:51:49.761 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.022409805000000001 2024-09-13T14:51:49.761 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.761 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.761 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:49.761 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:31.073454+0000", 2024-09-13T14:51:49.761 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00085854699999999998 2024-09-13T14:51:49.762 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.762 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.762 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:51:49.762 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:31.260743+0000", 2024-09-13T14:51:49.762 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.18728919299999999 2024-09-13T14:51:49.762 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.762 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.762 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:51:49.762 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:31.262098+0000", 2024-09-13T14:51:49.762 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0013553650000000001 2024-09-13T14:51:49.762 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.762 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.762 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:51:49.763 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:31.267637+0000", 2024-09-13T14:51:49.763 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.005539197 2024-09-13T14:51:49.763 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:49.763 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:51:49.763 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:49.763 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.763 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.763 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:186639 7.9 7:9c97d941:::benchmark_data_smithi071_196541_object73699:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1183)", 2024-09-13T14:51:49.763 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:49:31.742382+0000", 2024-09-13T14:51:49.763 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 137.87082420900001, 2024-09-13T14:51:49.763 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.4346591799999999, 2024-09-13T14:51:49.763 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:51:49.763 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:51:49.764 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:51:49.764 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:51:49.764 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:51:49.764 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 186639 2024-09-13T14:51:49.764 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.764 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:51:49.764 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.764 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:51:49.764 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:31.742382+0000", 2024-09-13T14:51:49.764 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:49.765 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.765 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.765 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:51:49.765 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:31.742382+0000", 2024-09-13T14:51:49.765 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:49.765 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.765 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.765 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:51:49.765 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:31.742381+0000", 2024-09-13T14:51:49.765 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:51:49.765 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.765 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.765 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:51:49.766 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:31.742388+0000", 2024-09-13T14:51:49.766 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.3239999999999999e-06 2024-09-13T14:51:49.766 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.766 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.766 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:51:49.766 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:31.742399+0000", 2024-09-13T14:51:49.766 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1100999999999999e-05 2024-09-13T14:51:49.766 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.766 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.766 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:51:49.766 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:31.742404+0000", 2024-09-13T14:51:49.766 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.5489999999999997e-06 2024-09-13T14:51:49.766 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.767 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.767 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.767 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:31.760250+0000", 2024-09-13T14:51:49.767 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.017845488 2024-09-13T14:51:49.767 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.767 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.767 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:51:49.767 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:31.761617+0000", 2024-09-13T14:51:49.767 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0013669369999999999 2024-09-13T14:51:49.767 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.767 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.767 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.767 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:32.426021+0000", 2024-09-13T14:51:49.767 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.66440447400000002 2024-09-13T14:51:49.768 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.768 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.768 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:51:49.768 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:32.429034+0000", 2024-09-13T14:51:49.768 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0030130920000000002 2024-09-13T14:51:49.768 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.768 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.768 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.768 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:32.781462+0000", 2024-09-13T14:51:49.768 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.35242790499999999 2024-09-13T14:51:49.768 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.768 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.768 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:51:49.769 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:32.783865+0000", 2024-09-13T14:51:49.769 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0024030240000000001 2024-09-13T14:51:49.769 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.769 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.769 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1", 2024-09-13T14:51:49.769 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:32.788632+0000", 2024-09-13T14:51:49.769 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0047672870000000003 2024-09-13T14:51:49.769 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.769 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.769 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:49.769 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:32.810456+0000", 2024-09-13T14:51:49.769 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.021823294 2024-09-13T14:51:49.769 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.769 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.770 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:51:49.770 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:32.810712+0000", 2024-09-13T14:51:49.770 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00025639199999999998 2024-09-13T14:51:49.770 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.770 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.770 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:51:49.770 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:33.170151+0000", 2024-09-13T14:51:49.770 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.35943903599999999 2024-09-13T14:51:49.770 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.770 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.770 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:51:49.770 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:33.171560+0000", 2024-09-13T14:51:49.771 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001409055 2024-09-13T14:51:49.771 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.771 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.771 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:51:49.771 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:33.177042+0000", 2024-09-13T14:51:49.771 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0054815009999999997 2024-09-13T14:51:49.771 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:49.771 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:51:49.771 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:49.771 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.771 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.771 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:196616 7.9 7:9fb42501:::benchmark_data_smithi071_196541_object83676:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1187)", 2024-09-13T14:51:49.771 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:49:59.989185+0000", 2024-09-13T14:51:49.771 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 109.62402166, 2024-09-13T14:51:49.772 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.579619042, 2024-09-13T14:51:49.772 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:51:49.772 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T14:51:49.772 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:51:49.772 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:51:49.772 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:51:49.772 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 196616 2024-09-13T14:51:49.772 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.772 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:51:49.772 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.772 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:51:49.772 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:59.989185+0000", 2024-09-13T14:51:49.772 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:49.773 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.773 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.773 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:51:49.773 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:59.989185+0000", 2024-09-13T14:51:49.773 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:49.773 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.773 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.773 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:51:49.773 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:59.989184+0000", 2024-09-13T14:51:49.773 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:51:49.773 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.773 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.773 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:51:49.773 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:59.989190+0000", 2024-09-13T14:51:49.774 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.5119999999999997e-06 2024-09-13T14:51:49.774 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.774 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.774 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:51:49.774 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:59.989207+0000", 2024-09-13T14:51:49.774 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.6999000000000001e-05 2024-09-13T14:51:49.774 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.774 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.774 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:51:49.774 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:59.989214+0000", 2024-09-13T14:51:49.774 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.0040000000000002e-06 2024-09-13T14:51:49.774 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.775 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.775 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.775 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:00.004144+0000", 2024-09-13T14:51:49.775 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.014930086 2024-09-13T14:51:49.775 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.775 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.776 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:51:49.776 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:00.005084+0000", 2024-09-13T14:51:49.776 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00094018400000000005 2024-09-13T14:51:49.776 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.776 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.776 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.776 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:00.430096+0000", 2024-09-13T14:51:49.776 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.425011994 2024-09-13T14:51:49.776 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.776 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.776 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:51:49.776 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:00.432131+0000", 2024-09-13T14:51:49.776 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0020342379999999998 2024-09-13T14:51:49.777 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.777 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.777 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.777 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:00.595193+0000", 2024-09-13T14:51:49.777 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.16306226500000001 2024-09-13T14:51:49.777 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.777 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.777 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:51:49.777 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:00.595202+0000", 2024-09-13T14:51:49.777 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.7560000000000005e-06 2024-09-13T14:51:49.777 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.777 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.777 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.778 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:01.568794+0000", 2024-09-13T14:51:49.778 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.97359198800000002 2024-09-13T14:51:49.778 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.778 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.778 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:51:49.778 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:01.568804+0000", 2024-09-13T14:51:49.778 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0407999999999999e-05 2024-09-13T14:51:49.778 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:49.778 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:51:49.778 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:49.778 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.778 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.778 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:196674 7.9 7:9f8427d8:::benchmark_data_smithi071_196541_object83734:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1187)", 2024-09-13T14:51:49.779 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:50:00.125096+0000", 2024-09-13T14:51:49.779 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 109.48811040299999, 2024-09-13T14:51:49.779 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.443631538, 2024-09-13T14:51:49.779 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:51:49.779 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T14:51:49.779 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:51:49.779 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:51:49.779 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:51:49.779 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 196674 2024-09-13T14:51:49.779 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.779 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:51:49.779 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.779 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:51:49.780 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:00.125096+0000", 2024-09-13T14:51:49.780 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:49.780 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.780 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.780 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:51:49.780 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:00.125096+0000", 2024-09-13T14:51:49.780 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:51:49.780 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.780 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.780 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:51:49.780 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:00.125094+0000", 2024-09-13T14:51:49.780 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999976 2024-09-13T14:51:49.780 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.780 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.781 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:51:49.781 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:00.125102+0000", 2024-09-13T14:51:49.781 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.0630000000000006e-06 2024-09-13T14:51:49.781 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.781 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.781 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:51:49.781 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:00.125119+0000", 2024-09-13T14:51:49.781 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.7193e-05 2024-09-13T14:51:49.781 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.781 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.781 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:51:49.781 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:00.125127+0000", 2024-09-13T14:51:49.781 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.9379999999999992e-06 2024-09-13T14:51:49.782 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.782 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.782 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.782 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:00.173137+0000", 2024-09-13T14:51:49.782 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.048009835000000001 2024-09-13T14:51:49.782 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.782 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.782 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:51:49.782 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:00.175651+0000", 2024-09-13T14:51:49.782 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.002513759 2024-09-13T14:51:49.782 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.782 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.782 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.782 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:00.193017+0000", 2024-09-13T14:51:49.783 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.017366113999999998 2024-09-13T14:51:49.783 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.783 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.783 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:51:49.783 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:00.195170+0000", 2024-09-13T14:51:49.783 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.002153 2024-09-13T14:51:49.783 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.783 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.783 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.783 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:00.555746+0000", 2024-09-13T14:51:49.783 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.36057648799999997 2024-09-13T14:51:49.783 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.783 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.784 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:51:49.784 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:00.557445+0000", 2024-09-13T14:51:49.784 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001698324 2024-09-13T14:51:49.784 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.784 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.784 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1", 2024-09-13T14:51:49.784 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:00.561070+0000", 2024-09-13T14:51:49.784 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0036254709999999999 2024-09-13T14:51:49.784 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.784 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.784 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:51:49.784 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:00.575318+0000", 2024-09-13T14:51:49.784 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.014248008 2024-09-13T14:51:49.784 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.785 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.785 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.785 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:00.593113+0000", 2024-09-13T14:51:49.785 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.017794432999999998 2024-09-13T14:51:49.785 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.785 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.785 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:51:49.785 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:00.593139+0000", 2024-09-13T14:51:49.785 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.6298000000000001e-05 2024-09-13T14:51:49.785 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.785 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.785 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:51:49.786 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:01.568714+0000", 2024-09-13T14:51:49.786 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.97557490700000005 2024-09-13T14:51:49.786 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:51:49.786 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:51:49.786 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:51:49.786 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:01.568728+0000", 2024-09-13T14:51:49.786 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3883000000000001e-05 2024-09-13T14:51:49.786 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:49.786 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:51:49.786 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:49.786 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:51:49.786 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:51:49.786 INFO:teuthology.orchestra.run.smithi104.stdout:} 2024-09-13T14:51:49.811 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:49.812 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:49.812 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:49.914 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:49.942 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:49.943 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:49.943 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:50.044 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:50.069 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:50.069 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:50.070 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:50.170 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:51:50.192 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:50.193 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:50.193 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:51:50.294 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:51:50.329 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:50.330 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:50.330 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:51:50.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:49 smithi071 ceph-mon[107477]: pgmap v1627: 89 pgs: 47 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 2.4 GiB data, 7.7 GiB used, 439 GiB / 447 GiB avail; 131 MiB/s wr, 2.10k op/s; 27395/119172 objects degraded (22.988%); 22/119172 objects misplaced (0.018%) 2024-09-13T14:51:50.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:49 smithi071 ceph-mon[112785]: pgmap v1627: 89 pgs: 47 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 2.4 GiB data, 7.7 GiB used, 439 GiB / 447 GiB avail; 131 MiB/s wr, 2.10k op/s; 27395/119172 objects degraded (22.988%); 22/119172 objects misplaced (0.018%) 2024-09-13T14:51:50.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:49 smithi104 ceph-mon[105578]: pgmap v1627: 89 pgs: 47 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 2.4 GiB data, 7.7 GiB used, 439 GiB / 447 GiB avail; 131 MiB/s wr, 2.10k op/s; 27395/119172 objects degraded (22.988%); 22/119172 objects misplaced (0.018%) 2024-09-13T14:51:50.431 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:51:50.452 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:50.453 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:50.453 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:51:50.554 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:50.591 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:50.592 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:50.593 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:50.618 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.0 dump_ops_in_flight 2024-09-13T14:51:50.636 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 21 16 47607 47591 141.62 88.25 0.00850938 0.00705553 2024-09-13T14:51:50.694 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:50.737 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:50.738 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:50.738 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:50.839 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:50.880 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:50.881 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:50.881 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:50.982 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:51.014 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:51.014 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:51.015 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:51.116 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:51.151 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:51.151 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:51.152 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:51.252 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:51.275 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:51.276 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:51.276 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:51.377 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:51:51.401 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:51.401 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:51.402 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:51:51.502 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:51.540 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:51.540 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:51.540 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:51.635 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 22 16 49110 49094 139.453 93.9375 0.00252977 0.00714716 2024-09-13T14:51:51.642 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:51.664 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:51.665 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:51.665 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:51.766 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:51.792 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:51.792 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:51.793 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:51.893 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:51.918 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:51.918 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:51.919 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:52.020 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:52.044 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:52.045 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:52.045 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:52.147 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:52.183 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:52.184 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:52.184 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:52.276 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:51 smithi104 ceph-mon[105578]: pgmap v1628: 89 pgs: 47 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 2.7 GiB data, 8.2 GiB used, 439 GiB / 447 GiB avail; 118 MiB/s wr, 1.88k op/s; 30441/132888 objects degraded (22.907%); 22/132888 objects misplaced (0.017%) 2024-09-13T14:51:52.277 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:51 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:51:52.284 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:52.307 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:52.307 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:52.307 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:52.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:51 smithi071 ceph-mon[107477]: pgmap v1628: 89 pgs: 47 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 2.7 GiB data, 8.2 GiB used, 439 GiB / 447 GiB avail; 118 MiB/s wr, 1.88k op/s; 30441/132888 objects degraded (22.907%); 22/132888 objects misplaced (0.017%) 2024-09-13T14:51:52.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:52 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:51:52.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:51 smithi071 ceph-mon[112785]: pgmap v1628: 89 pgs: 47 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 2.7 GiB data, 8.2 GiB used, 439 GiB / 447 GiB avail; 118 MiB/s wr, 1.88k op/s; 30441/132888 objects degraded (22.907%); 22/132888 objects misplaced (0.017%) 2024-09-13T14:51:52.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:52 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:51:52.409 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:52.430 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:52.431 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:52.431 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:52.532 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:52.553 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:52.554 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:52.554 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:52.635 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 23 16 50098 50082 136.074 61.75 0.00696367 0.00731854 2024-09-13T14:51:52.655 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:52.695 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:52.695 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:52.696 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:52.797 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:51:52.837 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:52.838 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:52.838 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:51:52.939 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:52.973 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:52.973 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:52.974 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:53.074 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:53.109 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:53.110 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:53.110 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:53.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:51:52 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:51:52] "GET /metrics HTTP/1.1" 200 36657 "" "Prometheus/2.51.0" 2024-09-13T14:51:53.212 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:53.235 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:53.236 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:53.236 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:53.337 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:53.374 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:53.375 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:53.375 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:53.476 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:53.512 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:53.513 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:53.513 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:53.615 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:51:53.635 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 24 16 51596 51580 134.305 93.625 0.00496975 0.00744109 2024-09-13T14:51:53.641 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:53.642 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:53.642 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:51:53.743 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:51:53.781 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:53.781 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:53.782 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:51:53.883 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:53.916 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:53.917 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:53.917 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:54.018 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:51:54.060 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:54.061 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:54.061 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:51:54.162 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:54.194 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:54.194 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:54.194 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:54.257 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:53 smithi104 ceph-mon[105578]: pgmap v1629: 89 pgs: 47 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 2.8 GiB data, 8.5 GiB used, 439 GiB / 447 GiB avail; 111 MiB/s wr, 1.77k op/s; 31897/138675 objects degraded (23.001%); 22/138675 objects misplaced (0.016%) 2024-09-13T14:51:54.257 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:53 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 31897/138675 objects degraded (23.001%), 12 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:51:54.257 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:53 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3085514124' entity='client.admin' cmd={"prefix": "osd pool set", "pool": ".mgr", "var": "pg_num", "val": "11"} : dispatch 2024-09-13T14:51:54.258 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:53 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd pool set", "pool": ".mgr", "var": "pg_num", "val": "11"} : dispatch 2024-09-13T14:51:54.295 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:54.331 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:54.332 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:54.332 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:54.370 INFO:teuthology.orchestra.run.smithi071.stderr:set pool 1 pg_num to 11 2024-09-13T14:51:54.370 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:53 smithi071 ceph-mon[107477]: pgmap v1629: 89 pgs: 47 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 2.8 GiB data, 8.5 GiB used, 439 GiB / 447 GiB avail; 111 MiB/s wr, 1.77k op/s; 31897/138675 objects degraded (23.001%); 22/138675 objects misplaced (0.016%) 2024-09-13T14:51:54.371 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:53 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 31897/138675 objects degraded (23.001%), 12 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:51:54.371 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:53 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3085514124' entity='client.admin' cmd={"prefix": "osd pool set", "pool": ".mgr", "var": "pg_num", "val": "11"} : dispatch 2024-09-13T14:51:54.371 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:53 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd pool set", "pool": ".mgr", "var": "pg_num", "val": "11"} : dispatch 2024-09-13T14:51:54.371 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:53 smithi071 ceph-mon[112785]: pgmap v1629: 89 pgs: 47 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 2.8 GiB data, 8.5 GiB used, 439 GiB / 447 GiB avail; 111 MiB/s wr, 1.77k op/s; 31897/138675 objects degraded (23.001%); 22/138675 objects misplaced (0.016%) 2024-09-13T14:51:54.371 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:53 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 31897/138675 objects degraded (23.001%), 12 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:51:54.371 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:53 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3085514124' entity='client.admin' cmd={"prefix": "osd pool set", "pool": ".mgr", "var": "pg_num", "val": "11"} : dispatch 2024-09-13T14:51:54.371 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:53 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd pool set", "pool": ".mgr", "var": "pg_num", "val": "11"} : dispatch 2024-09-13T14:51:54.434 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:51:54.457 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:54.458 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:54.458 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:51:54.559 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:51:54.597 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:54.597 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:54.598 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:51:54.635 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 25 16 53031 53015 132.52 89.6875 0.00419352 0.00753056 2024-09-13T14:51:54.699 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:54.734 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:54.734 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:54.734 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:54.835 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:54.872 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:54.873 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:54.873 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:54.974 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:55.017 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:55.018 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:55.018 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:55.119 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:51:55.159 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:55.160 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:55.160 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:51:55.220 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:54 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": ".mgr", "var": "pg_num", "val": "11"}]': finished 2024-09-13T14:51:55.220 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:54 smithi104 ceph-mon[105578]: osdmap e1214: 8 total, 7 up, 5 in 2024-09-13T14:51:55.220 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:54 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pool set", "pool": ".mgr", "var": "pg_num_actual", "val": "11"} : dispatch 2024-09-13T14:51:55.261 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:55.294 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:55.295 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:55.295 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:55.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:54 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": ".mgr", "var": "pg_num", "val": "11"}]': finished 2024-09-13T14:51:55.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:54 smithi071 ceph-mon[107477]: osdmap e1214: 8 total, 7 up, 5 in 2024-09-13T14:51:55.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:54 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pool set", "pool": ".mgr", "var": "pg_num_actual", "val": "11"} : dispatch 2024-09-13T14:51:55.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:54 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": ".mgr", "var": "pg_num", "val": "11"}]': finished 2024-09-13T14:51:55.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:54 smithi071 ceph-mon[112785]: osdmap e1214: 8 total, 7 up, 5 in 2024-09-13T14:51:55.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:54 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pool set", "pool": ".mgr", "var": "pg_num_actual", "val": "11"} : dispatch 2024-09-13T14:51:55.397 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:55.434 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:55.435 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:55.435 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:55.536 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:55.570 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:55.571 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:55.572 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:55.635 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 26 16 54609 54593 131.216 98.625 0.00576514 0.00761664 2024-09-13T14:51:55.673 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:55.710 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:55.710 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:55.710 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:55.811 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:51:55.847 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:55.848 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:55.848 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:51:55.949 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:55.971 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:55.972 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:55.973 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:56.073 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:56.087 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:51:56.132 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:56.132 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:56.133 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:56.234 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:51:56.237 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:55 smithi071 ceph-mon[107477]: pgmap v1631: 89 pgs: 47 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 3.0 GiB data, 9.1 GiB used, 438 GiB / 447 GiB avail; 100 MiB/s wr, 1.60k op/s; 34091/149256 objects degraded (22.841%); 22/149256 objects misplaced (0.015%) 2024-09-13T14:51:56.237 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:55 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pool set", "pool": ".mgr", "var": "pg_num_actual", "val": "11"}]': finished 2024-09-13T14:51:56.237 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:55 smithi071 ceph-mon[107477]: osdmap e1215: 8 total, 7 up, 5 in 2024-09-13T14:51:56.237 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:55 smithi071 ceph-mon[112785]: pgmap v1631: 89 pgs: 47 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 3.0 GiB data, 9.1 GiB used, 438 GiB / 447 GiB avail; 100 MiB/s wr, 1.60k op/s; 34091/149256 objects degraded (22.841%); 22/149256 objects misplaced (0.015%) 2024-09-13T14:51:56.237 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:55 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pool set", "pool": ".mgr", "var": "pg_num_actual", "val": "11"}]': finished 2024-09-13T14:51:56.238 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:55 smithi071 ceph-mon[112785]: osdmap e1215: 8 total, 7 up, 5 in 2024-09-13T14:51:56.257 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:56.258 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:56.260 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:51:56.275 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:55 smithi104 ceph-mon[105578]: pgmap v1631: 89 pgs: 47 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 3.0 GiB data, 9.1 GiB used, 438 GiB / 447 GiB avail; 100 MiB/s wr, 1.60k op/s; 34091/149256 objects degraded (22.841%); 22/149256 objects misplaced (0.015%) 2024-09-13T14:51:56.275 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:55 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pool set", "pool": ".mgr", "var": "pg_num_actual", "val": "11"}]': finished 2024-09-13T14:51:56.275 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:55 smithi104 ceph-mon[105578]: osdmap e1215: 8 total, 7 up, 5 in 2024-09-13T14:51:56.361 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:51:56.385 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:56.386 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:56.386 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:51:56.487 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:51:56.521 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:56.522 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:56.523 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:51:56.623 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:56.636 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 27 16 56241 56225 130.131 102 0.00794224 0.00767907 2024-09-13T14:51:56.669 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:56.669 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:56.670 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:56.715 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:51:56.770 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:56.819 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:56.820 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:56.820 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:56.921 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:56.966 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:56.967 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:56.967 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:57.068 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:51:57.091 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:57.092 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:57.092 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:51:57.193 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:51:57.232 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:57.232 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:57.233 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:51:57.278 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:56 smithi071 ceph-mon[107477]: osdmap e1216: 8 total, 7 up, 5 in 2024-09-13T14:51:57.278 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:56 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:51:57.278 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:56 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:51:57.279 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:56 smithi071 ceph-mon[112785]: osdmap e1216: 8 total, 7 up, 5 in 2024-09-13T14:51:57.279 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:56 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:51:57.279 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:56 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:51:57.334 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:57.358 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:57.358 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:57.358 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:57.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:56 smithi104 ceph-mon[105578]: osdmap e1216: 8 total, 7 up, 5 in 2024-09-13T14:51:57.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:56 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:51:57.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:56 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:51:57.459 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:51:57.483 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:57.484 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:57.484 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:51:57.586 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:57.620 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:57.621 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:57.621 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:57.636 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 28 16 57811 57795 128.988 98.125 0.0042888 0.00774736 2024-09-13T14:51:57.723 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:51:57.746 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:57.746 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:57.747 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:51:57.847 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:57.886 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:57.887 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:57.887 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:57.988 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:51:58.011 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:58.012 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:58.012 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:51:58.079 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd unset nodeep-scrub 2024-09-13T14:51:58.100 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:57 smithi071 ceph-mon[107477]: 1.0 scrub starts 2024-09-13T14:51:58.100 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:57 smithi071 ceph-mon[107477]: pgmap v1634: 99 pgs: 10 unknown, 47 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 3.2 GiB data, 9.5 GiB used, 437 GiB / 447 GiB avail; 93 MiB/s wr, 1.48k op/s; 36682/159597 objects degraded (22.984%); 22/159597 objects misplaced (0.014%) 2024-09-13T14:51:58.101 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:57 smithi071 ceph-mon[107477]: 1.0 scrub ok 2024-09-13T14:51:58.101 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:57 smithi071 ceph-mon[107477]: osdmap e1217: 8 total, 7 up, 5 in 2024-09-13T14:51:58.101 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:57 smithi071 ceph-mon[112785]: 1.0 scrub starts 2024-09-13T14:51:58.101 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:57 smithi071 ceph-mon[112785]: pgmap v1634: 99 pgs: 10 unknown, 47 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 3.2 GiB data, 9.5 GiB used, 437 GiB / 447 GiB avail; 93 MiB/s wr, 1.48k op/s; 36682/159597 objects degraded (22.984%); 22/159597 objects misplaced (0.014%) 2024-09-13T14:51:58.101 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:57 smithi071 ceph-mon[112785]: 1.0 scrub ok 2024-09-13T14:51:58.101 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:57 smithi071 ceph-mon[112785]: osdmap e1217: 8 total, 7 up, 5 in 2024-09-13T14:51:58.113 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:58.133 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:58.134 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:58.134 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:58.235 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:58.281 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:58.282 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:58.282 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:58.383 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:58.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:57 smithi104 ceph-mon[105578]: 1.0 scrub starts 2024-09-13T14:51:58.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:57 smithi104 ceph-mon[105578]: pgmap v1634: 99 pgs: 10 unknown, 47 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 3.2 GiB data, 9.5 GiB used, 437 GiB / 447 GiB avail; 93 MiB/s wr, 1.48k op/s; 36682/159597 objects degraded (22.984%); 22/159597 objects misplaced (0.014%) 2024-09-13T14:51:58.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:57 smithi104 ceph-mon[105578]: 1.0 scrub ok 2024-09-13T14:51:58.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:57 smithi104 ceph-mon[105578]: osdmap e1217: 8 total, 7 up, 5 in 2024-09-13T14:51:58.422 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:58.423 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:58.423 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:58.524 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:51:58.548 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:58.548 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:58.549 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:51:58.636 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 29 16 59238 59222 127.615 89.1875 0.00593738 0.00783118 2024-09-13T14:51:58.649 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:58.688 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:58.688 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:58.689 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:58.790 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:58.812 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:58.813 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:58.813 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:51:58.914 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:58.940 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:58.941 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:58.941 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:59.042 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:51:59.077 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:59.078 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:59.078 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:51:59.179 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:59.212 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:59.212 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:59.212 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:59.313 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:51:59.350 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:59.350 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:59.351 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:51:59.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:59 smithi071 ceph-mon[107477]: osdmap e1218: 8 total, 7 up, 5 in 2024-09-13T14:51:59.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:51:59 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 36682/159597 objects degraded (22.984%), 12 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:51:59.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:59 smithi071 ceph-mon[112785]: osdmap e1218: 8 total, 7 up, 5 in 2024-09-13T14:51:59.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:51:59 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 36682/159597 objects degraded (22.984%), 12 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:51:59.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:59 smithi104 ceph-mon[105578]: osdmap e1218: 8 total, 7 up, 5 in 2024-09-13T14:51:59.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:51:59 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 36682/159597 objects degraded (22.984%), 12 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:51:59.451 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:51:59.473 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:59.474 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:59.474 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:51:59.575 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:59.611 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:59.612 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:59.612 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:59.636 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 30 16 60543 60527 126.08 81.5625 0.00768644 0.00792625 2024-09-13T14:51:59.714 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:51:59.735 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:59.735 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:59.736 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:51:59.837 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:51:59.873 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:51:59.873 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:59.874 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:51:59.975 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:51:59.998 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:51:59.999 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:51:59.999 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:52:00.100 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:00.121 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:00.122 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:00.122 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:00.223 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:52:00.261 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:00.262 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:00.263 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:52:00.363 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:00.385 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:00.385 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:00.385 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:00.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:00 smithi071 ceph-mon[107477]: 1.2 scrub starts 2024-09-13T14:52:00.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:00 smithi071 ceph-mon[107477]: 1.2 scrub ok 2024-09-13T14:52:00.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:00 smithi071 ceph-mon[107477]: pgmap v1637: 99 pgs: 10 unknown, 47 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 3.3 GiB data, 9.8 GiB used, 437 GiB / 447 GiB avail; 77 MiB/s wr, 1.23k op/s; 37634/164016 objects degraded (22.945%); 22/164016 objects misplaced (0.013%) 2024-09-13T14:52:00.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:00 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:52:00.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:00 smithi071 ceph-mon[112785]: 1.2 scrub starts 2024-09-13T14:52:00.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:00 smithi071 ceph-mon[112785]: 1.2 scrub ok 2024-09-13T14:52:00.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:00 smithi071 ceph-mon[112785]: pgmap v1637: 99 pgs: 10 unknown, 47 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 3.3 GiB data, 9.8 GiB used, 437 GiB / 447 GiB avail; 77 MiB/s wr, 1.23k op/s; 37634/164016 objects degraded (22.945%); 22/164016 objects misplaced (0.013%) 2024-09-13T14:52:00.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:00 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:52:00.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:00 smithi104 ceph-mon[105578]: 1.2 scrub starts 2024-09-13T14:52:00.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:00 smithi104 ceph-mon[105578]: 1.2 scrub ok 2024-09-13T14:52:00.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:00 smithi104 ceph-mon[105578]: pgmap v1637: 99 pgs: 10 unknown, 47 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 3.3 GiB data, 9.8 GiB used, 437 GiB / 447 GiB avail; 77 MiB/s wr, 1.23k op/s; 37634/164016 objects degraded (22.945%); 22/164016 objects misplaced (0.013%) 2024-09-13T14:52:00.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:00 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:52:00.487 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:00.711 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 31 16 61558 61542 124.059 63.4375 0.00231372 0.00801172 2024-09-13T14:52:00.737 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:00.737 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:00.738 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:00.838 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:00.862 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:00.863 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:00.863 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:00.964 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:52:01.011 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:01.012 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:01.012 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:52:01.113 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:01.140 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:01.140 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:01.140 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:01.241 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:52:01.282 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:01.283 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:01.283 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:52:01.354 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:01 smithi071 ceph-mon[107477]: 1.5 scrub starts 2024-09-13T14:52:01.354 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:01 smithi071 ceph-mon[107477]: 1.5 scrub ok 2024-09-13T14:52:01.354 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:01 smithi071 ceph-mon[112785]: 1.5 scrub starts 2024-09-13T14:52:01.354 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:01 smithi071 ceph-mon[112785]: 1.5 scrub ok 2024-09-13T14:52:01.384 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:01.408 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:01.409 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:01.409 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:01.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:01 smithi104 ceph-mon[105578]: 1.5 scrub starts 2024-09-13T14:52:01.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:01 smithi104 ceph-mon[105578]: 1.5 scrub ok 2024-09-13T14:52:01.510 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:52:01.548 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:01.549 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:01.549 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:52:01.636 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 32 16 62918 62902 122.838 85 0.0179584 0.00813575 2024-09-13T14:52:01.650 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:01.687 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:01.688 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:01.688 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:01.715 INFO:tasks.thrashosds.thrasher:in_osds: [0, 1, 5, 6, 3] out_osds: [4, 7, 2] dead_osds: [6] live_osds: [0, 1, 2, 3, 4, 5, 7] 2024-09-13T14:52:01.715 INFO:tasks.thrashosds.thrasher:choose_action: min_in 4 min_out 0 min_live 2 min_dead 0 chance_down 0.40 2024-09-13T14:52:01.715 INFO:tasks.thrashosds.thrasher:inject_pause on osd.1 2024-09-13T14:52:01.715 INFO:tasks.thrashosds.thrasher:Testing filestore_inject_stall pause injection for duration 3 2024-09-13T14:52:01.716 INFO:tasks.thrashosds.thrasher:Checking after 0, should_be_down=False 2024-09-13T14:52:01.716 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.1 config set filestore_inject_stall 3 2024-09-13T14:52:01.780 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:52:01.780 INFO:teuthology.orchestra.run.smithi071.stdout: "ops": [ 2024-09-13T14:52:01.780 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:01.781 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:63077 8.5 8:aafdde28:::benchmark_data_smithi071_245775_object63076:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536 in=65536b] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1218)", 2024-09-13T14:52:01.781 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:52:01.765171+0000", 2024-09-13T14:52:01.781 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.012737616, 2024-09-13T14:52:01.781 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.01277201, 2024-09-13T14:52:01.781 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:52:01.781 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:52:01.781 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "waiting for sub ops", 2024-09-13T14:52:01.781 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:52:01.781 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T14:52:01.781 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:52:01.781 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 63077 2024-09-13T14:52:01.781 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:01.782 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:52:01.782 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:01.782 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:52:01.782 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:01.765171+0000", 2024-09-13T14:52:01.782 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:52:01.782 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:01.782 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:01.782 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:52:01.782 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:01.765171+0000", 2024-09-13T14:52:01.782 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:52:01.782 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:01.782 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:01.782 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:52:01.783 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:01.765173+0000", 2024-09-13T14:52:01.783 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4479999999999999e-06 2024-09-13T14:52:01.783 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:01.783 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:01.783 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:52:01.783 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:01.765194+0000", 2024-09-13T14:52:01.783 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.1517000000000001e-05 2024-09-13T14:52:01.783 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:01.783 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:01.783 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:52:01.783 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:01.765207+0000", 2024-09-13T14:52:01.783 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2729e-05 2024-09-13T14:52:01.783 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:01.784 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:01.784 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:52:01.784 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:01.765214+0000", 2024-09-13T14:52:01.784 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.5009999999999998e-06 2024-09-13T14:52:01.784 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:01.784 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:01.784 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:52:01.784 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:01.771189+0000", 2024-09-13T14:52:01.784 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0059749699999999996 2024-09-13T14:52:01.784 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:01.784 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:01.784 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:52:01.784 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:01.771325+0000", 2024-09-13T14:52:01.785 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000136215 2024-09-13T14:52:01.785 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:01.785 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:01.785 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1", 2024-09-13T14:52:01.785 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:01.771463+0000", 2024-09-13T14:52:01.785 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013794499999999999 2024-09-13T14:52:01.785 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:01.785 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:01.785 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:52:01.785 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:01.775588+0000", 2024-09-13T14:52:01.785 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0041249090000000004 2024-09-13T14:52:01.785 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:01.786 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:52:01.786 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:01.786 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:01.786 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:01.786 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:63087 8.6 8:6b570311:::benchmark_data_smithi071_245775_object63086:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536 in=65536b] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1218)", 2024-09-13T14:52:01.786 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:52:01.774226+0000", 2024-09-13T14:52:01.786 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.0036822740000000001, 2024-09-13T14:52:01.786 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0037910700000000001, 2024-09-13T14:52:01.786 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:52:01.786 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:52:01.786 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "waiting for sub ops", 2024-09-13T14:52:01.786 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:52:01.786 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T14:52:01.787 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:52:01.787 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 63087 2024-09-13T14:52:01.787 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:01.787 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:52:01.787 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:01.787 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:52:01.787 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:01.774226+0000", 2024-09-13T14:52:01.787 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:52:01.787 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:01.787 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:01.787 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:52:01.787 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:01.774226+0000", 2024-09-13T14:52:01.787 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:52:01.788 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:01.788 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:01.788 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:52:01.788 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:01.774228+0000", 2024-09-13T14:52:01.788 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.776e-06 2024-09-13T14:52:01.788 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:01.788 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:01.788 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:52:01.788 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:01.774259+0000", 2024-09-13T14:52:01.788 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.0684e-05 2024-09-13T14:52:01.788 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:01.788 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:01.789 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:52:01.789 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:01.774276+0000", 2024-09-13T14:52:01.789 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.7090000000000001e-05 2024-09-13T14:52:01.789 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:01.789 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:01.789 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:52:01.789 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:01.774285+0000", 2024-09-13T14:52:01.789 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.5909999999999996e-06 2024-09-13T14:52:01.789 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:01.789 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:01.789 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:52:01.790 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:01.774346+0000", 2024-09-13T14:52:01.791 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.1699000000000007e-05 2024-09-13T14:52:01.791 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:01.791 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:01.791 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:52:01.791 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:01.774474+0000", 2024-09-13T14:52:01.792 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000127439 2024-09-13T14:52:01.792 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:01.792 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:01.792 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 3", 2024-09-13T14:52:01.792 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:01.774589+0000", 2024-09-13T14:52:01.792 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000115636 2024-09-13T14:52:01.793 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:01.793 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:52:01.793 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:01.793 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:01.793 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:01.793 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:63090 8.e 8:706f6747:::benchmark_data_smithi071_245775_object63089:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536 in=65536b] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1218)", 2024-09-13T14:52:01.794 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:52:01.774994+0000", 2024-09-13T14:52:01.794 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.0029147729999999998, 2024-09-13T14:52:01.794 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.003090902, 2024-09-13T14:52:01.794 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:52:01.794 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:52:01.795 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "waiting for sub ops", 2024-09-13T14:52:01.795 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:52:01.795 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T14:52:01.795 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:52:01.795 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 63090 2024-09-13T14:52:01.795 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:01.796 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:52:01.796 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:01.796 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:52:01.796 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:01.774994+0000", 2024-09-13T14:52:01.796 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:52:01.796 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:01.797 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:01.797 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:52:01.797 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:01.774994+0000", 2024-09-13T14:52:01.797 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:52:01.797 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:01.797 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:01.798 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:52:01.798 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:01.774995+0000", 2024-09-13T14:52:01.798 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.048e-06 2024-09-13T14:52:01.798 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:01.798 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:01.798 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:52:01.800 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:01.775017+0000", 2024-09-13T14:52:01.800 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.2164999999999999e-05 2024-09-13T14:52:01.800 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:01.800 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:01.800 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:52:01.800 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:01.775029+0000", 2024-09-13T14:52:01.801 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1874e-05 2024-09-13T14:52:01.801 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:01.801 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:01.801 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:52:01.801 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:01.775036+0000", 2024-09-13T14:52:01.802 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.9099999999999999e-06 2024-09-13T14:52:01.802 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:01.802 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:01.802 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:52:01.802 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:01.776861+0000", 2024-09-13T14:52:01.802 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0018255809999999999 2024-09-13T14:52:01.803 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:01.803 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:01.803 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:52:01.803 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:01.776975+0000", 2024-09-13T14:52:01.803 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00011359800000000001 2024-09-13T14:52:01.803 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:01.803 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:01.804 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,3", 2024-09-13T14:52:01.804 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:01.777098+0000", 2024-09-13T14:52:01.804 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000123058 2024-09-13T14:52:01.804 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:01.804 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:52:01.804 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:01.804 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:01.805 INFO:teuthology.orchestra.run.smithi071.stdout: ], 2024-09-13T14:52:01.805 INFO:teuthology.orchestra.run.smithi071.stdout: "num_ops": 3 2024-09-13T14:52:01.805 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:52:01.805 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:01.859 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:01.860 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:01.860 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:01.961 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:52:01.985 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:01.985 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:01.986 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:52:02.087 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:02.123 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:02.123 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:02.124 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:02.225 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:02.249 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:02.250 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:02.250 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:02.351 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:02.375 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:02.376 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:02.376 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:02.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:02 smithi071 ceph-mon[107477]: 1.9 scrub starts 2024-09-13T14:52:02.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:02 smithi071 ceph-mon[107477]: 1.9 scrub ok 2024-09-13T14:52:02.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:02 smithi071 ceph-mon[107477]: pgmap v1638: 99 pgs: 57 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 3.6 GiB data, 10 GiB used, 437 GiB / 447 GiB avail; 99 MiB/s wr, 1.57k op/s; 40363/176403 objects degraded (22.881%); 21/176403 objects misplaced (0.012%) 2024-09-13T14:52:02.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:02 smithi071 ceph-mon[112785]: 1.9 scrub starts 2024-09-13T14:52:02.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:02 smithi071 ceph-mon[112785]: 1.9 scrub ok 2024-09-13T14:52:02.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:02 smithi071 ceph-mon[112785]: pgmap v1638: 99 pgs: 57 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 3.6 GiB data, 10 GiB used, 437 GiB / 447 GiB avail; 99 MiB/s wr, 1.57k op/s; 40363/176403 objects degraded (22.881%); 21/176403 objects misplaced (0.012%) 2024-09-13T14:52:02.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:02 smithi104 ceph-mon[105578]: 1.9 scrub starts 2024-09-13T14:52:02.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:02 smithi104 ceph-mon[105578]: 1.9 scrub ok 2024-09-13T14:52:02.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:02 smithi104 ceph-mon[105578]: pgmap v1638: 99 pgs: 57 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 3.6 GiB data, 10 GiB used, 437 GiB / 447 GiB avail; 99 MiB/s wr, 1.57k op/s; 40363/176403 objects degraded (22.881%); 21/176403 objects misplaced (0.012%) 2024-09-13T14:52:02.477 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:02.501 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:02.502 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:02.502 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:02.603 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:02.626 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:02.626 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:02.627 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:02.637 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 33 16 64314 64298 121.76 87.25 0.00896664 0.00820795 2024-09-13T14:52:02.727 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:52:02.782 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:02.783 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:02.783 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:52:02.884 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:52:02.925 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:02.926 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:02.926 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:52:03.027 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:03.039 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:52:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:52:02] "GET /metrics HTTP/1.1" 200 36660 "" "Prometheus/2.51.0" 2024-09-13T14:52:03.051 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:03.051 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:03.051 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:03.152 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:03.177 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:03.177 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:03.178 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:03.278 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:52:03.302 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:03.302 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:03.302 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:52:03.371 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:03 smithi071 ceph-mon[107477]: 1.4 scrub starts 2024-09-13T14:52:03.371 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:03 smithi071 ceph-mon[107477]: 1.4 scrub ok 2024-09-13T14:52:03.372 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:03 smithi071 ceph-mon[112785]: 1.4 scrub starts 2024-09-13T14:52:03.372 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:03 smithi071 ceph-mon[112785]: 1.4 scrub ok 2024-09-13T14:52:03.403 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:03.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:03 smithi104 ceph-mon[105578]: 1.4 scrub starts 2024-09-13T14:52:03.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:03 smithi104 ceph-mon[105578]: 1.4 scrub ok 2024-09-13T14:52:03.426 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:03.426 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:03.427 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:03.527 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:52:03.562 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:03.563 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:03.563 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:52:03.637 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 34 16 65832 65816 120.969 94.875 0.00605466 0.00826117 2024-09-13T14:52:03.664 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:52:03.697 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:03.698 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:03.698 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:52:03.799 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:03.823 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:03.823 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:03.824 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:03.925 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:52:03.963 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:03.964 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:03.964 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:52:04.065 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:04.087 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:04.087 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:04.088 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:04.188 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:52:04.223 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:04.224 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:04.224 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:52:04.325 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:52:04.347 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:04.347 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:04.347 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:52:04.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:04 smithi071 ceph-mon[107477]: pgmap v1639: 99 pgs: 57 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 3.7 GiB data, 11 GiB used, 436 GiB / 447 GiB avail; 68 MiB/s wr, 1.08k op/s; 41665/181611 objects degraded (22.942%); 21/181611 objects misplaced (0.012%) 2024-09-13T14:52:04.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:04 smithi071 ceph-mon[107477]: 1.6 scrub starts 2024-09-13T14:52:04.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:04 smithi071 ceph-mon[107477]: 1.6 scrub ok 2024-09-13T14:52:04.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:04 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 41665/181611 objects degraded (22.942%), 12 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:52:04.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:04 smithi071 ceph-mon[112785]: pgmap v1639: 99 pgs: 57 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 3.7 GiB data, 11 GiB used, 436 GiB / 447 GiB avail; 68 MiB/s wr, 1.08k op/s; 41665/181611 objects degraded (22.942%); 21/181611 objects misplaced (0.012%) 2024-09-13T14:52:04.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:04 smithi071 ceph-mon[112785]: 1.6 scrub starts 2024-09-13T14:52:04.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:04 smithi071 ceph-mon[112785]: 1.6 scrub ok 2024-09-13T14:52:04.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:04 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 41665/181611 objects degraded (22.942%), 12 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:52:04.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:04 smithi104 ceph-mon[105578]: pgmap v1639: 99 pgs: 57 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 3.7 GiB data, 11 GiB used, 436 GiB / 447 GiB avail; 68 MiB/s wr, 1.08k op/s; 41665/181611 objects degraded (22.942%); 21/181611 objects misplaced (0.012%) 2024-09-13T14:52:04.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:04 smithi104 ceph-mon[105578]: 1.6 scrub starts 2024-09-13T14:52:04.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:04 smithi104 ceph-mon[105578]: 1.6 scrub ok 2024-09-13T14:52:04.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:04 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 41665/181611 objects degraded (22.942%), 12 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:52:04.449 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:52:04.474 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:04.474 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:04.475 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:52:04.575 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:52:04.601 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:04.601 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:04.602 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:52:04.637 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 35 16 67045 67029 119.679 75.8125 0.0227326 0.00835101 2024-09-13T14:52:04.703 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:04.725 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:04.726 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:04.726 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:04.827 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:52:04.852 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:04.853 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:04.853 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:52:04.954 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:04.989 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:04.990 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:04.991 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:05.091 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:52:05.130 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:05.130 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:05.131 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:52:05.231 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:52:05.272 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:05.273 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:05.273 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:52:05.374 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:52:05.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:05 smithi071 ceph-mon[112785]: 1.1 scrub starts 2024-09-13T14:52:05.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:05 smithi071 ceph-mon[112785]: 1.1 scrub ok 2024-09-13T14:52:05.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:05 smithi071 ceph-mon[107477]: 1.1 scrub starts 2024-09-13T14:52:05.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:05 smithi071 ceph-mon[107477]: 1.1 scrub ok 2024-09-13T14:52:05.409 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:05.410 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:05.410 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:52:05.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:05 smithi104 ceph-mon[105578]: 1.1 scrub starts 2024-09-13T14:52:05.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:05 smithi104 ceph-mon[105578]: 1.1 scrub ok 2024-09-13T14:52:05.511 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:05.534 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:05.535 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:05.535 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:05.636 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:52:05.637 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 36 16 68226 68210 118.404 73.8125 0.0101503 0.00844041 2024-09-13T14:52:05.678 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:05.679 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:05.679 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:52:05.780 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:05.802 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:05.803 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:05.803 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:05.904 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:05.927 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:05.928 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:05.928 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:06.029 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:52:06.065 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:06.065 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:06.066 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:52:06.167 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:52:06.190 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:06.191 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:06.191 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:52:06.292 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:52:06.298 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.0 dump_blocked_ops 2024-09-13T14:52:06.311 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:52:06.338 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:52:06.359 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:06.359 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:06.359 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:52:06.361 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:06 smithi071 ceph-mon[107477]: pgmap v1640: 99 pgs: 57 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 3.9 GiB data, 11 GiB used, 436 GiB / 447 GiB avail; 83 MiB/s wr, 1.32k op/s; 43768/191637 objects degraded (22.839%); 21/191637 objects misplaced (0.011%) 2024-09-13T14:52:06.361 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:06 smithi071 ceph-mon[107477]: 1.7 scrub starts 2024-09-13T14:52:06.361 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:06 smithi071 ceph-mon[107477]: 1.7 scrub ok 2024-09-13T14:52:06.361 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:06 smithi071 ceph-mon[112785]: pgmap v1640: 99 pgs: 57 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 3.9 GiB data, 11 GiB used, 436 GiB / 447 GiB avail; 83 MiB/s wr, 1.32k op/s; 43768/191637 objects degraded (22.839%); 21/191637 objects misplaced (0.011%) 2024-09-13T14:52:06.362 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:06 smithi071 ceph-mon[112785]: 1.7 scrub starts 2024-09-13T14:52:06.362 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:06 smithi071 ceph-mon[112785]: 1.7 scrub ok 2024-09-13T14:52:06.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:06 smithi104 ceph-mon[105578]: pgmap v1640: 99 pgs: 57 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 3.9 GiB data, 11 GiB used, 436 GiB / 447 GiB avail; 83 MiB/s wr, 1.32k op/s; 43768/191637 objects degraded (22.839%); 21/191637 objects misplaced (0.011%) 2024-09-13T14:52:06.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:06 smithi104 ceph-mon[105578]: 1.7 scrub starts 2024-09-13T14:52:06.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:06 smithi104 ceph-mon[105578]: 1.7 scrub ok 2024-09-13T14:52:06.461 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:06.485 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:06.486 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:06.486 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:06.587 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:06.611 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:06.612 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:06.612 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:06.637 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 37 16 69419 69403 117.219 74.5625 0.0032469 0.00851626 2024-09-13T14:52:06.713 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:52:06.736 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:06.736 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:06.736 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:52:06.838 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:06.874 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:06.875 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:06.875 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:06.976 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:07.002 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:07.002 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:07.002 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:07.103 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:52:07.126 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:07.126 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:07.127 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:52:07.227 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:07.268 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:07.268 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:07.269 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:07.302 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:07 smithi071 ceph-mon[107477]: 1.a scrub starts 2024-09-13T14:52:07.302 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:07 smithi071 ceph-mon[107477]: 1.a scrub ok 2024-09-13T14:52:07.303 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:07 smithi071 ceph-mon[112785]: 1.a scrub starts 2024-09-13T14:52:07.303 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:07 smithi071 ceph-mon[112785]: 1.a scrub ok 2024-09-13T14:52:07.370 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:07.418 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:07.419 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:07.419 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:07.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:07 smithi104 ceph-mon[105578]: 1.a scrub starts 2024-09-13T14:52:07.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:07 smithi104 ceph-mon[105578]: 1.a scrub ok 2024-09-13T14:52:07.520 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:52:07.555 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:07.556 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:07.556 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:52:07.637 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 38 16 70560 70544 116.011 71.3125 0.0225713 0.00861451 2024-09-13T14:52:07.657 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:07.680 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:07.680 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:07.681 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:07.781 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:07.805 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:07.805 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:07.806 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:07.906 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:52:07.944 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:07.945 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:07.945 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:52:08.047 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:52:08.103 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:08.103 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:08.103 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:52:08.204 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:08.220 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:08 smithi071 ceph-mon[107477]: pgmap v1641: 99 pgs: 57 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 4.1 GiB data, 12 GiB used, 435 GiB / 447 GiB avail; 90 MiB/s wr, 1.42k op/s; 46199/201402 objects degraded (22.939%); 21/201402 objects misplaced (0.010%) 2024-09-13T14:52:08.220 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:08 smithi071 ceph-mon[107477]: 1.8 scrub starts 2024-09-13T14:52:08.220 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:08 smithi071 ceph-mon[107477]: 1.8 scrub ok 2024-09-13T14:52:08.221 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:08 smithi071 ceph-mon[112785]: pgmap v1641: 99 pgs: 57 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 4.1 GiB data, 12 GiB used, 435 GiB / 447 GiB avail; 90 MiB/s wr, 1.42k op/s; 46199/201402 objects degraded (22.939%); 21/201402 objects misplaced (0.010%) 2024-09-13T14:52:08.221 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:08 smithi071 ceph-mon[112785]: 1.8 scrub starts 2024-09-13T14:52:08.221 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:08 smithi071 ceph-mon[112785]: 1.8 scrub ok 2024-09-13T14:52:08.241 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:08.242 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:08.242 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:08.343 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:08.367 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:08.367 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:08.368 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:08.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:08 smithi104 ceph-mon[105578]: pgmap v1641: 99 pgs: 57 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 4.1 GiB data, 12 GiB used, 435 GiB / 447 GiB avail; 90 MiB/s wr, 1.42k op/s; 46199/201402 objects degraded (22.939%); 21/201402 objects misplaced (0.010%) 2024-09-13T14:52:08.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:08 smithi104 ceph-mon[105578]: 1.8 scrub starts 2024-09-13T14:52:08.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:08 smithi104 ceph-mon[105578]: 1.8 scrub ok 2024-09-13T14:52:08.469 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:08.492 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:08.493 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:08.494 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:08.588 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:52:08.588 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:52:08.588 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:52:08.588 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:52:08.588 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:52:08.588 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:52:08.588 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:52:08.589 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:52:08.589 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:52:08.589 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:52:08.589 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:52:08.589 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:52:08.589 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:52:08.589 INFO:teuthology.orchestra.run.smithi071.stderr:Error ENXIO: problem getting command descriptions from osd.6 2024-09-13T14:52:08.589 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:52:08.594 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:08.629 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:08.630 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:08.630 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:08.637 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 39 16 71791 71775 115.009 76.9375 0.00847152 0.00869008 2024-09-13T14:52:08.731 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:08.768 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:08.768 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:08.769 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:08.869 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:52:08.892 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:08.894 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:08.894 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:52:08.995 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:52:09.030 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:09.031 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:09.031 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:52:09.132 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:09.168 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:09.169 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:09.169 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:09.253 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:09 smithi071 ceph-mon[107477]: 1.3 scrub starts 2024-09-13T14:52:09.254 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:09 smithi071 ceph-mon[107477]: 1.3 scrub ok 2024-09-13T14:52:09.254 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:09 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 46199/201402 objects degraded (22.939%), 12 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:52:09.254 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:09 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/750328550' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:52:09.254 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:09 smithi071 ceph-mon[112785]: 1.3 scrub starts 2024-09-13T14:52:09.254 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:09 smithi071 ceph-mon[112785]: 1.3 scrub ok 2024-09-13T14:52:09.255 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:09 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 46199/201402 objects degraded (22.939%), 12 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:52:09.255 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:09 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/750328550' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:52:09.271 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:52:09.290 DEBUG:teuthology.orchestra.run:got remote process result: 6 2024-09-13T14:52:09.291 INFO:tasks.thrashosds.thrasher:Failed to tell all osds, ignoring 2024-09-13T14:52:09.294 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:09.295 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:09.296 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:52:09.397 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:52:09.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:09 smithi104 ceph-mon[105578]: 1.3 scrub starts 2024-09-13T14:52:09.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:09 smithi104 ceph-mon[105578]: 1.3 scrub ok 2024-09-13T14:52:09.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:09 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 46199/201402 objects degraded (22.939%), 12 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:52:09.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:09 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/750328550' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:52:09.445 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:09.445 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:09.446 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:52:09.547 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:52:09.579 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:09.580 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:09.580 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:52:09.637 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:2024-09-13T14:52:09.637386+0000 min lat: 0.0011859 max lat: 0.319986 avg lat: 0.00874712 2024-09-13T14:52:09.638 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2024-09-13T14:52:09.638 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 40 16 73149 73133 114.255 84.875 0.0130869 0.00874712 2024-09-13T14:52:09.681 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:52:09.716 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:09.717 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:09.717 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:52:09.818 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:52:09.857 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:09.857 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:09.858 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:52:09.959 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:52:09.982 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:09.983 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:09.983 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:52:10.084 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:10.107 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:10.107 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:10.108 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:10.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:10 smithi071 ceph-mon[107477]: pgmap v1642: 99 pgs: 57 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 4.2 GiB data, 12 GiB used, 435 GiB / 447 GiB avail; 88 MiB/s wr, 1.40k op/s; 46960/204858 objects degraded (22.923%); 21/204858 objects misplaced (0.010%) 2024-09-13T14:52:10.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:10 smithi071 ceph-mon[112785]: pgmap v1642: 99 pgs: 57 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 4.2 GiB data, 12 GiB used, 435 GiB / 447 GiB avail; 88 MiB/s wr, 1.40k op/s; 46960/204858 objects degraded (22.923%); 21/204858 objects misplaced (0.010%) 2024-09-13T14:52:10.209 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:52:10.267 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:10.268 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:10.268 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:52:10.369 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:10.393 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:10.393 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:10.394 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:10.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:10 smithi104 ceph-mon[105578]: pgmap v1642: 99 pgs: 57 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 4.2 GiB data, 12 GiB used, 435 GiB / 447 GiB avail; 88 MiB/s wr, 1.40k op/s; 46960/204858 objects degraded (22.923%); 21/204858 objects misplaced (0.010%) 2024-09-13T14:52:10.495 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:10.529 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:10.530 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:10.530 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:10.631 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:52:10.637 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 41 16 74489 74473 113.511 83.75 0.0203293 0.00880492 2024-09-13T14:52:10.654 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:10.655 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:10.655 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:52:10.756 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:52:10.797 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:10.798 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:10.798 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:52:10.898 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:52:10.899 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:52:10.955 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:10.956 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:10.956 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:52:11.057 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:11.080 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:11.081 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:11.081 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:11.182 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:52:11.214 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:11.215 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:11.215 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:52:11.292 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=true 2024-09-13T14:52:11.316 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:11.339 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:11.339 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:11.340 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:11.440 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:52:11.490 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:11.490 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:11.491 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:52:11.591 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:11.636 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:11.637 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:11.637 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:11.640 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 42 16 75715 75699 112.628 76.625 0.0265553 0.00887356 2024-09-13T14:52:11.738 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:11.796 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:11.796 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:11.797 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:11.898 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:11.922 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:11.922 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:11.923 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:12.024 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:12.048 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:12.049 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:12.049 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:12.150 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:52:12.173 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:12.174 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:12.174 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:52:12.188 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:12 smithi071 ceph-mon[107477]: pgmap v1643: 99 pgs: 57 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 4.4 GiB data, 12 GiB used, 435 GiB / 447 GiB avail; 89 MiB/s wr, 1.41k op/s; 49296/215286 objects degraded (22.898%); 22/215286 objects misplaced (0.010%) 2024-09-13T14:52:12.189 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:12 smithi071 ceph-mon[112785]: pgmap v1643: 99 pgs: 57 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 4.4 GiB data, 12 GiB used, 435 GiB / 447 GiB avail; 89 MiB/s wr, 1.41k op/s; 49296/215286 objects degraded (22.898%); 22/215286 objects misplaced (0.010%) 2024-09-13T14:52:12.275 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:52:12.297 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:12.298 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:12.298 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:52:12.399 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:52:12.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:12 smithi104 ceph-mon[105578]: pgmap v1643: 99 pgs: 57 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 4.4 GiB data, 12 GiB used, 435 GiB / 447 GiB avail; 89 MiB/s wr, 1.41k op/s; 49296/215286 objects degraded (22.898%); 22/215286 objects misplaced (0.010%) 2024-09-13T14:52:12.437 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:12.437 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:12.438 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:52:12.538 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:12.562 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:12.563 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:12.563 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:12.640 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 43 16 77032 77016 111.923 82.3125 0.00614123 0.00892566 2024-09-13T14:52:12.664 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:12.687 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:12.688 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:12.688 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:12.789 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:52:12.821 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:12.822 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:12.822 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:52:12.891 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:52:12 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:52:12] "GET /metrics HTTP/1.1" 200 36660 "" "Prometheus/2.51.0" 2024-09-13T14:52:12.923 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:12.947 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:12.948 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:12.948 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:13.049 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:52:13.073 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:13.075 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:13.075 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:52:13.176 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:52:13.197 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:13.198 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:13.198 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:52:13.299 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:52:13.336 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:13.336 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:13.337 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:52:13.437 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:13.461 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:13.462 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:13.462 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:13.563 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:52:13.584 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:13.584 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:13.585 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:52:13.640 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 44 16 78260 78244 111.123 76.75 0.0051807 0.00899401 2024-09-13T14:52:13.685 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:13.720 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:13.721 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:13.721 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:13.822 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:13.848 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:13.849 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:13.849 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:13.950 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:52:13.985 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:13.985 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:13.986 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:52:14.086 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:52:14.108 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:14.108 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:14.108 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:52:14.209 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:14.232 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:14.233 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:14.234 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:14.335 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:14.366 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:14.367 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:14.368 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:14.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:14 smithi071 ceph-mon[107477]: pgmap v1644: 99 pgs: 57 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 4.5 GiB data, 12 GiB used, 435 GiB / 447 GiB avail; 76 MiB/s wr, 1.20k op/s; 50499/220017 objects degraded (22.952%); 22/220017 objects misplaced (0.010%) 2024-09-13T14:52:14.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:14 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 50499/220017 objects degraded (22.952%), 12 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:52:14.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:14 smithi071 ceph-mon[112785]: pgmap v1644: 99 pgs: 57 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 4.5 GiB data, 12 GiB used, 435 GiB / 447 GiB avail; 76 MiB/s wr, 1.20k op/s; 50499/220017 objects degraded (22.952%); 22/220017 objects misplaced (0.010%) 2024-09-13T14:52:14.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:14 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 50499/220017 objects degraded (22.952%), 12 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:52:14.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:14 smithi104 ceph-mon[105578]: pgmap v1644: 99 pgs: 57 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 4.5 GiB data, 12 GiB used, 435 GiB / 447 GiB avail; 76 MiB/s wr, 1.20k op/s; 50499/220017 objects degraded (22.952%); 22/220017 objects misplaced (0.010%) 2024-09-13T14:52:14.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:14 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 50499/220017 objects degraded (22.952%), 12 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:52:14.469 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:14.492 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:14.493 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:14.493 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:14.594 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:52:14.636 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:14.637 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:14.637 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:52:14.639 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 45 16 79538 79522 110.429 79.875 0.00630489 0.00905044 2024-09-13T14:52:14.738 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:14.765 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:14.766 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:14.766 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:14.868 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:14.894 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:14.895 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:14.895 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:14.996 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:52:15.037 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:15.038 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:15.038 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:52:15.138 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:52:15.165 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:15.165 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:15.165 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:52:15.266 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:15.291 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:15.292 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:15.292 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:15.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:15 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:52:15.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:15 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:52:15.393 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:52:15.416 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:15.416 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:15.417 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:52:15.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:15 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:52:15.518 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:52:15.543 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:15.544 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:15.544 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:52:15.640 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 46 16 80638 80622 109.522 68.75 0.0248572 0.00912529 2024-09-13T14:52:15.645 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:15.669 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:15.670 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:15.670 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:15.771 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:15.795 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:15.795 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:15.796 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:15.896 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:52:15.941 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:15.942 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:15.942 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:52:16.043 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:52:16.065 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:16.066 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:16.066 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:52:16.156 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:52:16.156 INFO:teuthology.orchestra.run.smithi071.stdout: "success": "filestore_inject_stall = '' (not observed, change may require restart) " 2024-09-13T14:52:16.157 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:52:16.167 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:52:16.191 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:16.191 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:16.192 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:52:16.293 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:16.317 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:16.318 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:16.318 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:16.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:16 smithi071 ceph-mon[107477]: pgmap v1645: 99 pgs: 57 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 4.7 GiB data, 13 GiB used, 434 GiB / 447 GiB avail; 83 MiB/s wr, 1.32k op/s; 52569/229746 objects degraded (22.881%); 22/229746 objects misplaced (0.010%) 2024-09-13T14:52:16.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:16 smithi071 ceph-mon[112785]: pgmap v1645: 99 pgs: 57 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 4.7 GiB data, 13 GiB used, 434 GiB / 447 GiB avail; 83 MiB/s wr, 1.32k op/s; 52569/229746 objects degraded (22.881%); 22/229746 objects misplaced (0.010%) 2024-09-13T14:52:16.418 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:52:16.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:16 smithi104 ceph-mon[105578]: pgmap v1645: 99 pgs: 57 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 4.7 GiB data, 13 GiB used, 434 GiB / 447 GiB avail; 83 MiB/s wr, 1.32k op/s; 52569/229746 objects degraded (22.881%); 22/229746 objects misplaced (0.010%) 2024-09-13T14:52:16.459 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:16.460 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:16.460 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:52:16.561 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:16.594 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:16.595 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:16.595 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:16.640 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 47 16 81977 81961 108.973 83.6875 0.0207244 0.00917148 2024-09-13T14:52:16.696 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:52:16.730 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:16.731 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:16.731 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:52:16.832 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:16.855 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:16.856 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:16.856 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:16.957 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:52:16.979 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:16.980 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:16.980 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:52:17.081 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:52:17.129 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:17.130 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:17.131 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:52:17.231 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:52:17.267 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:17.268 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:17.268 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:52:17.370 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:17.393 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:17.394 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:17.394 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:17.495 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:17.517 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:17.518 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:17.519 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:17.620 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:17.640 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 48 16 83206 83190 108.302 76.8125 0.0161811 0.00922872 2024-09-13T14:52:17.644 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:17.644 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:17.645 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:17.746 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:17.769 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:17.770 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:17.770 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:17.860 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T14:52:17.860 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:52:17.863 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:52:17.871 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:17.894 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:17.894 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:17.894 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:17.995 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:18.018 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:18.019 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:18.020 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:18.116 INFO:teuthology.orchestra.run.smithi071.stderr:nodeep-scrub is unset 2024-09-13T14:52:18.120 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:52:18.143 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:18.143 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:18.143 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:52:18.244 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:52:18.289 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:18.289 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:18.290 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:52:18.390 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:52:18.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:18 smithi071 ceph-mon[107477]: pgmap v1646: 99 pgs: 57 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 4.9 GiB data, 13 GiB used, 434 GiB / 447 GiB avail; 82 MiB/s wr, 1.30k op/s; 54860/238902 objects degraded (22.963%); 22/238902 objects misplaced (0.009%) 2024-09-13T14:52:18.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:18 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1768411713' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:52:18.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:18 smithi071 ceph-mon[112785]: pgmap v1646: 99 pgs: 57 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 4.9 GiB data, 13 GiB used, 434 GiB / 447 GiB avail; 82 MiB/s wr, 1.30k op/s; 54860/238902 objects degraded (22.963%); 22/238902 objects misplaced (0.009%) 2024-09-13T14:52:18.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:18 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1768411713' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:52:18.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:18 smithi104 ceph-mon[105578]: pgmap v1646: 99 pgs: 57 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 4.9 GiB data, 13 GiB used, 434 GiB / 447 GiB avail; 82 MiB/s wr, 1.30k op/s; 54860/238902 objects degraded (22.963%); 22/238902 objects misplaced (0.009%) 2024-09-13T14:52:18.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:18 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1768411713' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:52:18.438 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:18.439 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:18.439 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:52:18.540 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:52:18.564 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:18.565 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:18.565 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:52:18.640 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 49 16 84466 84450 107.699 78.75 0.00749619 0.00928019 2024-09-13T14:52:18.666 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:18.688 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:18.689 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:18.689 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:18.790 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:18.813 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:18.813 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:18.814 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:18.914 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:18.938 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:18.939 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:18.939 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:19.040 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:19.065 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:19.066 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:19.066 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:19.139 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:19 smithi071 ceph-mon[112785]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T14:52:19.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:19 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1768411713' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T14:52:19.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:19 smithi071 ceph-mon[112785]: osdmap e1219: 8 total, 7 up, 5 in 2024-09-13T14:52:19.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:19 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 54860/238902 objects degraded (22.963%), 12 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:52:19.167 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:19.211 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:19.211 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:19.212 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:19.313 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:19.380 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:19.384 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:19.385 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:19.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:19 smithi071 ceph-mon[107477]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T14:52:19.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:19 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1768411713' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T14:52:19.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:19 smithi071 ceph-mon[107477]: osdmap e1219: 8 total, 7 up, 5 in 2024-09-13T14:52:19.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:19 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 54860/238902 objects degraded (22.963%), 12 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:52:19.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:19 smithi104 ceph-mon[105578]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T14:52:19.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:19 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1768411713' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T14:52:19.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:19 smithi104 ceph-mon[105578]: osdmap e1219: 8 total, 7 up, 5 in 2024-09-13T14:52:19.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:19 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 54860/238902 objects degraded (22.963%), 12 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:52:19.486 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:19.509 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:19.510 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:19.510 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:19.611 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:19.640 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 50 16 85795 85779 107.206 83.0625 0.00879616 0.00932311 2024-09-13T14:52:19.647 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:19.648 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:19.648 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:19.749 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:19.773 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:19.773 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:19.774 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:19.874 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:19.911 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:19.911 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:19.912 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:19.946 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.0 dump_historic_ops 2024-09-13T14:52:20.013 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:52:20.035 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:20.036 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:20.037 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:52:20.137 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:20.160 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:20.160 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:20.161 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:20.262 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:52:20.301 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:20.302 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:20.302 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:52:20.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:20 smithi071 ceph-mon[107477]: pgmap v1648: 99 pgs: 57 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 4.9 GiB data, 14 GiB used, 433 GiB / 447 GiB avail; 78 MiB/s wr, 1.25k op/s; 55671/242583 objects degraded (22.949%); 22/242583 objects misplaced (0.009%) 2024-09-13T14:52:20.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:20 smithi071 ceph-mon[112785]: pgmap v1648: 99 pgs: 57 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 4.9 GiB data, 14 GiB used, 433 GiB / 447 GiB avail; 78 MiB/s wr, 1.25k op/s; 55671/242583 objects degraded (22.949%); 22/242583 objects misplaced (0.009%) 2024-09-13T14:52:20.403 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:20.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:20 smithi104 ceph-mon[105578]: pgmap v1648: 99 pgs: 57 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 4.9 GiB data, 14 GiB used, 433 GiB / 447 GiB avail; 78 MiB/s wr, 1.25k op/s; 55671/242583 objects degraded (22.949%); 22/242583 objects misplaced (0.009%) 2024-09-13T14:52:20.459 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:20.460 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:20.460 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:20.561 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:20.599 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:20.600 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:20.600 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:20.641 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 51 16 87081 87065 106.679 80.375 0.0051477 0.00936865 2024-09-13T14:52:20.702 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:52:20.750 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:20.750 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:20.751 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:52:20.852 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:20.892 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:20.894 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:20.894 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:20.995 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:21.034 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:21.034 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:21.035 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:21.136 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:52:21.177 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:21.177 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:21.178 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:52:21.279 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:52:21.302 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:21.303 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:21.303 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:52:21.404 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:52:21.429 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:21.429 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:21.429 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:52:21.530 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:52:21.564 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:21.564 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:21.565 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:52:21.641 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 52 16 88365 88349 106.171 80.25 0.00821398 0.0094137 2024-09-13T14:52:21.665 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:52:21.706 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:21.707 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:21.708 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:52:21.808 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:52:21.833 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:21.833 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:21.834 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:52:21.935 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:52:21.945 INFO:tasks.thrashosds.thrasher:in_osds: [0, 1, 5, 6, 3] out_osds: [4, 7, 2] dead_osds: [6] live_osds: [0, 1, 2, 3, 4, 5, 7] 2024-09-13T14:52:21.946 INFO:tasks.thrashosds.thrasher:choose_action: min_in 4 min_out 0 min_live 2 min_dead 0 chance_down 0.40 2024-09-13T14:52:21.946 INFO:tasks.thrashosds.thrasher:Reviving osd 6 2024-09-13T14:52:21.946 INFO:tasks.cephadm.osd.6:Restarting osd.6 (starting--it wasn't running)... 2024-09-13T14:52:21.946 DEBUG:teuthology.orchestra.run.smithi104:osd.6> sudo journalctl -f -n 0 -u ceph-18f8172c-71da-11ef-bceb-c7b262605968@osd.6.service 2024-09-13T14:52:21.959 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:21.959 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:21.960 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:52:21.960 DEBUG:teuthology.orchestra.run.smithi104:> sudo systemctl start ceph-18f8172c-71da-11ef-bceb-c7b262605968@osd.6 2024-09-13T14:52:22.061 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:22.087 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:22.087 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:22.088 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:22.145 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:52:22.189 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:52:22.232 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:22.232 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:22.233 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:52:22.276 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:22 smithi104 ceph-mon[105578]: pgmap v1649: 99 pgs: 57 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 5.1 GiB data, 14 GiB used, 433 GiB / 447 GiB avail; 79 MiB/s wr, 1.26k op/s; 58052/253116 objects degraded (22.935%); 22/253116 objects misplaced (0.009%) 2024-09-13T14:52:22.276 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 14:52:22 smithi104 systemd[1]: Starting Ceph osd.6 for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T14:52:22.334 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:52:22.392 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:22.393 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:22.393 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:52:22.467 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:22 smithi071 ceph-mon[107477]: pgmap v1649: 99 pgs: 57 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 5.1 GiB data, 14 GiB used, 433 GiB / 447 GiB avail; 79 MiB/s wr, 1.26k op/s; 58052/253116 objects degraded (22.935%); 22/253116 objects misplaced (0.009%) 2024-09-13T14:52:22.468 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:22 smithi071 ceph-mon[112785]: pgmap v1649: 99 pgs: 57 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 5.1 GiB data, 14 GiB used, 433 GiB / 447 GiB avail; 79 MiB/s wr, 1.26k op/s; 58052/253116 objects degraded (22.935%); 22/253116 objects misplaced (0.009%) 2024-09-13T14:52:22.494 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:52:22.540 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:22.541 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:22.541 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:52:22.557 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 14:52:22 smithi104 podman[177868]: 2024-09-13 14:52:22.17902936 +0000 UTC m=+0.018914374 image pull c129f5a2fd4eccce3e6eec43830eff1929af98bc48f3b850cf144ce5b326e8b5 quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11 2024-09-13T14:52:22.557 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 14:52:22 smithi104 podman[177868]: 2024-09-13 14:52:22.317046186 +0000 UTC m=+0.156931180 container create 3f446d75926e3c986e201ad5d77421bf5371c15dc01df1a96d3ad28759e3d245 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6-activate, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, RELEASE=reef-2c01458, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, GIT_BRANCH=HEAD) 2024-09-13T14:52:22.557 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 14:52:22 smithi104 podman[177868]: 2024-09-13 14:52:22.556539534 +0000 UTC m=+0.396424555 container init 3f446d75926e3c986e201ad5d77421bf5371c15dc01df1a96d3ad28759e3d245 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6-activate, org.label-schema.license=GPLv2, RELEASE=reef-2c01458, GIT_BRANCH=HEAD, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2) 2024-09-13T14:52:22.641 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 53 16 89613 89597 105.639 78 0.00568667 0.00946173 2024-09-13T14:52:22.642 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:22.675 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:22.676 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:22.676 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:22.718 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:52:22 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:52:22] "GET /metrics HTTP/1.1" 200 36654 "" "Prometheus/2.51.0" 2024-09-13T14:52:22.777 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:52:22.815 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:22.815 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:22.815 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:52:22.908 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 14:52:22 smithi104 podman[177868]: 2024-09-13 14:52:22.562306132 +0000 UTC m=+0.402191136 container start 3f446d75926e3c986e201ad5d77421bf5371c15dc01df1a96d3ad28759e3d245 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6-activate, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , ceph=True, GIT_BRANCH=HEAD, RELEASE=reef-2c01458) 2024-09-13T14:52:22.908 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 14:52:22 smithi104 podman[177868]: 2024-09-13 14:52:22.661450449 +0000 UTC m=+0.501335467 container attach 3f446d75926e3c986e201ad5d77421bf5371c15dc01df1a96d3ad28759e3d245 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6-activate, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=reef-2c01458, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, ceph=True, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD) 2024-09-13T14:52:22.916 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:52:22.954 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:22.957 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:22.958 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:52:23.059 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:23.104 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:23.105 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:23.105 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:23.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:23 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1839059422' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:52:23.172 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 14:52:22 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6-activate[177883]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-13T14:52:23.172 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 14:52:22 smithi104 bash[177868]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-13T14:52:23.172 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 14:52:22 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6-activate[177883]: 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-09-13T14:52:23.173 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 14:52:22 smithi104 bash[177868]: 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-09-13T14:52:23.173 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 14:52:22 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6-activate[177883]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-09-13T14:52:23.173 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 14:52:22 smithi104 bash[177868]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-09-13T14:52:23.173 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 14:52:22 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6-activate[177883]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-13T14:52:23.173 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 14:52:22 smithi104 bash[177868]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-13T14:52:23.173 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 14:52:22 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6-activate[177883]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-6/block 2024-09-13T14:52:23.173 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 14:52:22 smithi104 bash[177868]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-6/block 2024-09-13T14:52:23.173 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 14:52:22 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6-activate[177883]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-13T14:52:23.173 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 14:52:22 smithi104 bash[177868]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-13T14:52:23.173 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 14:52:22 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6-activate[177883]: --> ceph-volume raw activate successful for osd ID: 6 2024-09-13T14:52:23.173 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 14:52:22 smithi104 bash[177868]: --> ceph-volume raw activate successful for osd ID: 6 2024-09-13T14:52:23.173 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 14:52:22 smithi104 podman[177868]: 2024-09-13 14:52:22.961256885 +0000 UTC m=+0.801141885 container died 3f446d75926e3c986e201ad5d77421bf5371c15dc01df1a96d3ad28759e3d245 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6-activate, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=reef-2c01458, org.label-schema.schema-version=1.0) 2024-09-13T14:52:23.206 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:52:23.241 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:23.242 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:23.242 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:52:23.344 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:23.368 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:23.368 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:23.369 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:23.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:23 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1839059422' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:52:23.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:23 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1839059422' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:52:23.469 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:52:23.507 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:23.508 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:23.508 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:52:23.609 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:23.643 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 54 16 90798 90782 105.051 74.0625 0.0158369 0.00951369 2024-09-13T14:52:23.654 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:23.655 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:23.655 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:23.690 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:52:23.690 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:52:23.691 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:52:23.691 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:52:23.691 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:52:23.691 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:52:23.691 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:52:23.691 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:52:23.691 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:52:23.691 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:52:23.691 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:52:23.691 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:52:23.691 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:52:23.692 INFO:teuthology.orchestra.run.smithi071.stderr:Error ENXIO: problem getting command descriptions from osd.6 2024-09-13T14:52:23.692 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:52:23.756 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:52:23.769 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd set noscrub 2024-09-13T14:52:23.795 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:23.796 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:23.797 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:52:23.898 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:23.922 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:23.923 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:23.923 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:24.024 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:24.046 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:24.047 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:24.048 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:24.148 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:52:24.158 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 14:52:23 smithi104 podman[178015]: 2024-09-13 14:52:23.790108764 +0000 UTC m=+0.822945367 container remove 3f446d75926e3c986e201ad5d77421bf5371c15dc01df1a96d3ad28759e3d245 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6-activate, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, RELEASE=reef-2c01458, org.label-schema.build-date=20240731, GIT_CLEAN=True, ceph=True, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-13T14:52:24.158 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 14:52:24 smithi104 podman[178097]: 2024-09-13 14:52:23.910482611 +0000 UTC m=+0.017544844 image pull c129f5a2fd4eccce3e6eec43830eff1929af98bc48f3b850cf144ce5b326e8b5 quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11 2024-09-13T14:52:24.158 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 14:52:24 smithi104 podman[178097]: 2024-09-13 14:52:24.034015835 +0000 UTC m=+0.141078059 container create 5ed61aefc234628e724995ab341e7938a47d94e53953d8767f8ba9dec4f7f19a (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6, ceph=True, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, RELEASE=reef-2c01458, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-13T14:52:24.169 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:24.170 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:24.170 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:52:24.271 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:24.307 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:24.308 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:24.309 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:24.360 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.6 dump_ops_in_flight 2024-09-13T14:52:24.409 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:24.422 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 14:52:24 smithi104 podman[178097]: 2024-09-13 14:52:24.261436394 +0000 UTC m=+0.368498617 container init 5ed61aefc234628e724995ab341e7938a47d94e53953d8767f8ba9dec4f7f19a (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.build-date=20240731, RELEASE=reef-2c01458, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, ceph=True, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux ) 2024-09-13T14:52:24.422 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 14:52:24 smithi104 podman[178097]: 2024-09-13 14:52:24.266381897 +0000 UTC m=+0.373444121 container start 5ed61aefc234628e724995ab341e7938a47d94e53953d8767f8ba9dec4f7f19a (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6, org.label-schema.license=GPLv2, ceph=True, GIT_CLEAN=True, RELEASE=reef-2c01458, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, io.buildah.version=1.37.2) 2024-09-13T14:52:24.422 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 14:52:24 smithi104 ceph-osd[178170]: -- 172.21.15.104:0/2630536146 <== mon.1 v2:172.21.15.104:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55fc39c471e0 con 0x55fc3a9c6000 2024-09-13T14:52:24.422 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 14:52:24 smithi104 bash[178097]: 5ed61aefc234628e724995ab341e7938a47d94e53953d8767f8ba9dec4f7f19a 2024-09-13T14:52:24.422 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 14:52:24 smithi104 systemd[1]: Started Ceph osd.6 for 18f8172c-71da-11ef-bceb-c7b262605968. 2024-09-13T14:52:24.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:24 smithi104 ceph-mon[105578]: pgmap v1650: 99 pgs: 57 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 5.2 GiB data, 14 GiB used, 433 GiB / 447 GiB avail; 79 MiB/s wr, 1.26k op/s; 59244/257826 objects degraded (22.978%); 22/257826 objects misplaced (0.009%) 2024-09-13T14:52:24.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:24 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 59244/257826 objects degraded (22.978%), 12 pgs degraded, 15 pgs undersized (PG_DEGRADED) 2024-09-13T14:52:24.452 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:24.453 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:24.454 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:24.554 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:52:24.581 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:24.581 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:24.582 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:52:24.592 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:52:24.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:24 smithi071 ceph-mon[107477]: pgmap v1650: 99 pgs: 57 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 5.2 GiB data, 14 GiB used, 433 GiB / 447 GiB avail; 79 MiB/s wr, 1.26k op/s; 59244/257826 objects degraded (22.978%); 22/257826 objects misplaced (0.009%) 2024-09-13T14:52:24.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:24 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 59244/257826 objects degraded (22.978%), 12 pgs degraded, 15 pgs undersized (PG_DEGRADED) 2024-09-13T14:52:24.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:24 smithi071 ceph-mon[112785]: pgmap v1650: 99 pgs: 57 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 5.2 GiB data, 14 GiB used, 433 GiB / 447 GiB avail; 79 MiB/s wr, 1.26k op/s; 59244/257826 objects degraded (22.978%); 22/257826 objects misplaced (0.009%) 2024-09-13T14:52:24.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:24 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 59244/257826 objects degraded (22.978%), 12 pgs degraded, 15 pgs undersized (PG_DEGRADED) 2024-09-13T14:52:24.643 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 55 16 91940 91924 104.439 71.375 0.00719645 0.00957003 2024-09-13T14:52:24.683 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:52:24.719 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:24.720 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:24.720 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:52:24.821 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:24.848 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:24.849 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:24.849 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:24.950 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:52:24.984 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:24.984 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:24.985 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:52:25.041 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 14:52:24 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T14:52:24.806+0000 7f7174277640 -1 Falling back to public interface 2024-09-13T14:52:25.086 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:25.110 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:25.110 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:25.111 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:25.211 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:25.235 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:25.235 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:25.236 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:25.336 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:52:25.359 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:25.360 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:25.360 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:52:25.461 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:25.497 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:25.497 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:25.498 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:25.598 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:52:25.636 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:25.636 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:25.637 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:52:25.643 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 56 16 93234 93218 104.018 80.875 0.00662397 0.00960876 2024-09-13T14:52:25.737 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:25.741 DEBUG:teuthology.orchestra.run:got remote process result: 6 2024-09-13T14:52:25.741 INFO:tasks.thrashosds.thrasher:Failed to tell all osds, ignoring 2024-09-13T14:52:25.761 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:25.762 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:25.762 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:25.863 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:25.886 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:25.887 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:25.887 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:25.988 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:52:26.029 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:26.030 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:26.030 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:52:26.131 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:52:26.172 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:26.173 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:26.173 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:52:26.211 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:52:26.274 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:26.299 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:26.300 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:26.300 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:26.401 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:26.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:26 smithi104 ceph-mon[105578]: pgmap v1651: 99 pgs: 57 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 5.4 GiB data, 15 GiB used, 432 GiB / 447 GiB avail; 78 MiB/s wr, 1.25k op/s; 61187/267249 objects degraded (22.895%); 22/267249 objects misplaced (0.008%) 2024-09-13T14:52:26.440 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:26 smithi071 ceph-mon[107477]: pgmap v1651: 99 pgs: 57 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 5.4 GiB data, 15 GiB used, 432 GiB / 447 GiB avail; 78 MiB/s wr, 1.25k op/s; 61187/267249 objects degraded (22.895%); 22/267249 objects misplaced (0.008%) 2024-09-13T14:52:26.440 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:26 smithi071 ceph-mon[112785]: pgmap v1651: 99 pgs: 57 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 5.4 GiB data, 15 GiB used, 432 GiB / 447 GiB avail; 78 MiB/s wr, 1.25k op/s; 61187/267249 objects degraded (22.895%); 22/267249 objects misplaced (0.008%) 2024-09-13T14:52:26.445 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:26.446 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:26.446 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:26.548 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:26.571 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:26.572 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:26.572 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:26.644 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 57 16 94427 94411 103.5 74.5625 0.00817143 0.00965732 2024-09-13T14:52:26.673 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:26.725 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:26.726 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:26.726 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:26.827 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:26.868 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:26.869 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:26.869 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:26.970 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:26.998 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:26.999 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:26.999 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:27.062 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:52:27.062 INFO:teuthology.orchestra.run.smithi071.stdout: "size": 20, 2024-09-13T14:52:27.062 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 600, 2024-09-13T14:52:27.062 INFO:teuthology.orchestra.run.smithi071.stdout: "ops": [ 2024-09-13T14:52:27.062 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.062 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:99167 7.9 7:925b49d1:::benchmark_data_smithi071_196541_object99166:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1163)", 2024-09-13T14:52:27.062 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:45:43.111028+0000", 2024-09-13T14:52:27.062 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 403.86262345900002, 2024-09-13T14:52:27.062 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.2524746549999999, 2024-09-13T14:52:27.062 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:52:27.063 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:52:27.063 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:52:27.063 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:52:27.063 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:52:27.063 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:52:27.063 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 99167 2024-09-13T14:52:27.063 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.063 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:52:27.063 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.063 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:52:27.063 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.111028+0000", 2024-09-13T14:52:27.064 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:52:27.064 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.064 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.064 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:52:27.064 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.111028+0000", 2024-09-13T14:52:27.064 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:52:27.064 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.064 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.064 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:52:27.064 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.111030+0000", 2024-09-13T14:52:27.064 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.4320000000000002e-06 2024-09-13T14:52:27.064 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.065 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.065 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:52:27.065 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.111061+0000", 2024-09-13T14:52:27.065 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.0605999999999998e-05 2024-09-13T14:52:27.065 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.065 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.065 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:52:27.065 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.118709+0000", 2024-09-13T14:52:27.065 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0076479859999999998 2024-09-13T14:52:27.065 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.065 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.065 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:52:27.065 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.118720+0000", 2024-09-13T14:52:27.066 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1556000000000001e-05 2024-09-13T14:52:27.066 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.066 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.066 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:52:27.066 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.126754+0000", 2024-09-13T14:52:27.066 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0080330980000000007 2024-09-13T14:52:27.066 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.066 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.066 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:52:27.066 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.126768+0000", 2024-09-13T14:52:27.066 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4008999999999999e-05 2024-09-13T14:52:27.066 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.066 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.067 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:52:27.067 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:44.115410+0000", 2024-09-13T14:52:27.067 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.98864276699999998 2024-09-13T14:52:27.067 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.067 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.067 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:52:27.067 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:44.115437+0000", 2024-09-13T14:52:27.067 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.6789000000000001e-05 2024-09-13T14:52:27.067 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.067 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.067 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:52:27.067 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.346046+0000", 2024-09-13T14:52:27.067 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.230609029 2024-09-13T14:52:27.067 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.068 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.068 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:52:27.068 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.346220+0000", 2024-09-13T14:52:27.068 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00017343 2024-09-13T14:52:27.068 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.068 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.068 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,7", 2024-09-13T14:52:27.068 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.346416+0000", 2024-09-13T14:52:27.068 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000196195 2024-09-13T14:52:27.068 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.068 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.068 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:52:27.069 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.359127+0000", 2024-09-13T14:52:27.069 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.012711428 2024-09-13T14:52:27.069 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.069 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.069 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:52:27.069 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.359146+0000", 2024-09-13T14:52:27.069 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.891e-05 2024-09-13T14:52:27.069 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.069 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.069 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:52:27.069 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.359209+0000", 2024-09-13T14:52:27.069 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.2766000000000002e-05 2024-09-13T14:52:27.069 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.070 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.070 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:52:27.070 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.359278+0000", 2024-09-13T14:52:27.070 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.9233999999999995e-05 2024-09-13T14:52:27.070 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.070 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.070 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:52:27.070 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.363503+0000", 2024-09-13T14:52:27.070 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0042244200000000004 2024-09-13T14:52:27.070 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:27.070 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:52:27.071 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:27.071 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.071 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.071 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:99170 7.9 7:9e1c5f2a:::benchmark_data_smithi071_196541_object99169:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1164)", 2024-09-13T14:52:27.071 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:45:43.129585+0000", 2024-09-13T14:52:27.071 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 403.84406641700002, 2024-09-13T14:52:27.071 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.24951246, 2024-09-13T14:52:27.071 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:52:27.071 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:52:27.071 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:52:27.071 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:52:27.071 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:52:27.072 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:52:27.072 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 99170 2024-09-13T14:52:27.072 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.072 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:52:27.072 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.072 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:52:27.072 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.129585+0000", 2024-09-13T14:52:27.072 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:52:27.072 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.073 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.073 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:52:27.073 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.129585+0000", 2024-09-13T14:52:27.073 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:52:27.073 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.073 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.073 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:52:27.073 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.129586+0000", 2024-09-13T14:52:27.073 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.53e-06 2024-09-13T14:52:27.073 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.073 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.073 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:52:27.074 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.129612+0000", 2024-09-13T14:52:27.074 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.5270999999999999e-05 2024-09-13T14:52:27.074 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.074 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.074 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:52:27.074 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.129620+0000", 2024-09-13T14:52:27.074 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.4200000000000007e-06 2024-09-13T14:52:27.074 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.074 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.074 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:52:27.074 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.129629+0000", 2024-09-13T14:52:27.074 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.6279999999999994e-06 2024-09-13T14:52:27.074 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.074 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.075 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:52:27.075 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.130143+0000", 2024-09-13T14:52:27.075 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00051441599999999996 2024-09-13T14:52:27.075 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.075 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.075 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:52:27.075 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.130151+0000", 2024-09-13T14:52:27.075 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.1000000000000004e-06 2024-09-13T14:52:27.075 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.075 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.075 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:52:27.075 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:44.115460+0000", 2024-09-13T14:52:27.075 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.985308937 2024-09-13T14:52:27.076 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.076 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.076 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:52:27.076 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:44.115468+0000", 2024-09-13T14:52:27.076 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.3050000000000004e-06 2024-09-13T14:52:27.076 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.076 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.076 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:52:27.076 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.353948+0000", 2024-09-13T14:52:27.076 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.238480053 2024-09-13T14:52:27.076 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.076 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.076 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:52:27.077 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.354135+0000", 2024-09-13T14:52:27.077 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00018758499999999999 2024-09-13T14:52:27.077 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.077 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.077 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,7", 2024-09-13T14:52:27.077 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.354275+0000", 2024-09-13T14:52:27.077 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013960099999999999 2024-09-13T14:52:27.077 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.077 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.077 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:52:27.078 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.363568+0000", 2024-09-13T14:52:27.078 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00929315 2024-09-13T14:52:27.078 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.078 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.078 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:52:27.078 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.363680+0000", 2024-09-13T14:52:27.078 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000112524 2024-09-13T14:52:27.078 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.078 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.078 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:52:27.078 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.374540+0000", 2024-09-13T14:52:27.078 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.010859514000000001 2024-09-13T14:52:27.078 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.079 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.079 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:52:27.079 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.374710+0000", 2024-09-13T14:52:27.079 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00016988800000000001 2024-09-13T14:52:27.079 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.079 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.079 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:52:27.079 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.379097+0000", 2024-09-13T14:52:27.079 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0043875379999999999 2024-09-13T14:52:27.079 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:27.080 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:52:27.080 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:27.080 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.080 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.080 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:99177 7.4 7:2b0ebe01:::benchmark_data_smithi071_196541_object99176:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1164)", 2024-09-13T14:52:27.080 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:45:43.130306+0000", 2024-09-13T14:52:27.080 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 403.84334557400001, 2024-09-13T14:52:27.080 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.0358568579999998, 2024-09-13T14:52:27.080 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:52:27.080 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:52:27.080 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:52:27.081 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:52:27.081 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:52:27.081 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:52:27.081 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 99177 2024-09-13T14:52:27.081 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.081 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:52:27.081 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.081 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:52:27.081 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.130306+0000", 2024-09-13T14:52:27.081 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:52:27.081 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.081 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.081 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:52:27.081 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.130306+0000", 2024-09-13T14:52:27.082 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:52:27.082 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.082 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.082 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:52:27.082 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.130306+0000", 2024-09-13T14:52:27.082 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.6100000000000001e-07 2024-09-13T14:52:27.082 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.082 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.082 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:52:27.082 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.130327+0000", 2024-09-13T14:52:27.082 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.0613000000000001e-05 2024-09-13T14:52:27.082 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.082 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.083 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:52:27.083 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.130334+0000", 2024-09-13T14:52:27.083 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.1280000000000002e-06 2024-09-13T14:52:27.083 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.083 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.084 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:52:27.084 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.130339+0000", 2024-09-13T14:52:27.084 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.31e-06 2024-09-13T14:52:27.084 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.084 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.085 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:52:27.085 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.130390+0000", 2024-09-13T14:52:27.085 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.0206e-05 2024-09-13T14:52:27.085 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.085 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.085 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:52:27.085 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.130398+0000", 2024-09-13T14:52:27.085 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.7770000000000008e-06 2024-09-13T14:52:27.085 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.085 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.086 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:52:27.086 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:44.120437+0000", 2024-09-13T14:52:27.086 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.99003870100000002 2024-09-13T14:52:27.086 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.086 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.086 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:52:27.086 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:44.120447+0000", 2024-09-13T14:52:27.086 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0266e-05 2024-09-13T14:52:27.086 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.086 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.086 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:52:27.086 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.141333+0000", 2024-09-13T14:52:27.087 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0208860209999999 2024-09-13T14:52:27.087 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.087 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.087 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:52:27.087 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.141488+0000", 2024-09-13T14:52:27.087 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00015484799999999999 2024-09-13T14:52:27.087 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.087 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.087 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,4", 2024-09-13T14:52:27.087 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.141647+0000", 2024-09-13T14:52:27.087 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00015887400000000001 2024-09-13T14:52:27.087 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.088 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.088 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:52:27.088 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.153943+0000", 2024-09-13T14:52:27.088 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.012295479 2024-09-13T14:52:27.088 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.088 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.088 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:52:27.088 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.157712+0000", 2024-09-13T14:52:27.088 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0037690549999999999 2024-09-13T14:52:27.088 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.088 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.088 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:52:27.089 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.166004+0000", 2024-09-13T14:52:27.089 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0082928050000000003 2024-09-13T14:52:27.089 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.089 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.089 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:52:27.089 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.166063+0000", 2024-09-13T14:52:27.089 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.8134999999999998e-05 2024-09-13T14:52:27.089 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.089 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.090 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:52:27.090 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.166163+0000", 2024-09-13T14:52:27.090 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000100079 2024-09-13T14:52:27.090 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:27.090 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:52:27.090 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:27.090 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.090 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.090 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:99193 7.4 7:270fd833:::benchmark_data_smithi071_196541_object99192:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1164)", 2024-09-13T14:52:27.090 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:45:43.157060+0000", 2024-09-13T14:52:27.090 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 403.816590873, 2024-09-13T14:52:27.090 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.0093124410000001, 2024-09-13T14:52:27.090 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:52:27.090 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:52:27.091 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:52:27.091 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:52:27.091 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:52:27.091 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:52:27.091 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 99193 2024-09-13T14:52:27.091 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.091 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:52:27.091 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.091 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:52:27.091 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.157060+0000", 2024-09-13T14:52:27.091 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:52:27.091 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.092 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.092 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:52:27.092 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.157060+0000", 2024-09-13T14:52:27.092 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:52:27.092 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.092 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.092 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:52:27.092 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.157062+0000", 2024-09-13T14:52:27.092 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4079999999999999e-06 2024-09-13T14:52:27.092 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.092 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.092 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:52:27.092 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.157085+0000", 2024-09-13T14:52:27.093 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.3289999999999999e-05 2024-09-13T14:52:27.093 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.093 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.093 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:52:27.093 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.157097+0000", 2024-09-13T14:52:27.093 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1557e-05 2024-09-13T14:52:27.093 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.093 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.093 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:52:27.093 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.157104+0000", 2024-09-13T14:52:27.093 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.525e-06 2024-09-13T14:52:27.093 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.093 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.093 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:52:27.094 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.157182+0000", 2024-09-13T14:52:27.094 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.7684999999999999e-05 2024-09-13T14:52:27.094 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.094 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.094 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:52:27.094 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.157191+0000", 2024-09-13T14:52:27.094 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.1800000000000002e-06 2024-09-13T14:52:27.094 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.094 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.094 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:52:27.094 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:44.120473+0000", 2024-09-13T14:52:27.094 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.96328203499999998 2024-09-13T14:52:27.095 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.095 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.095 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:52:27.095 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:44.120480+0000", 2024-09-13T14:52:27.095 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.1119999999999998e-06 2024-09-13T14:52:27.095 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.095 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.095 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:52:27.095 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.145836+0000", 2024-09-13T14:52:27.095 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0253554709999999 2024-09-13T14:52:27.095 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.095 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.095 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:52:27.096 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.146000+0000", 2024-09-13T14:52:27.096 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00016461000000000001 2024-09-13T14:52:27.096 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.096 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.096 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,4", 2024-09-13T14:52:27.096 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.146171+0000", 2024-09-13T14:52:27.096 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000170958 2024-09-13T14:52:27.096 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.096 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.096 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:52:27.096 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.153984+0000", 2024-09-13T14:52:27.097 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0078126029999999996 2024-09-13T14:52:27.097 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.097 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.097 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:52:27.097 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.157749+0000", 2024-09-13T14:52:27.097 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0037646379999999998 2024-09-13T14:52:27.097 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.097 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.097 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:52:27.097 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.166247+0000", 2024-09-13T14:52:27.097 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0084988080000000001 2024-09-13T14:52:27.097 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.098 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.098 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:52:27.098 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.166294+0000", 2024-09-13T14:52:27.098 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.6495000000000001e-05 2024-09-13T14:52:27.098 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.098 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.098 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:52:27.098 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.166373+0000", 2024-09-13T14:52:27.098 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.9066000000000005e-05 2024-09-13T14:52:27.098 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:27.098 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:52:27.098 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:27.098 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.098 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.099 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:99197 7.9 7:94df0827:::benchmark_data_smithi071_196541_object99196:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1164)", 2024-09-13T14:52:27.099 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:45:43.164583+0000", 2024-09-13T14:52:27.099 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 403.80906822100002, 2024-09-13T14:52:27.099 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.2187617660000001, 2024-09-13T14:52:27.099 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:52:27.099 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:52:27.099 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:52:27.099 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:52:27.099 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:52:27.099 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:52:27.099 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 99197 2024-09-13T14:52:27.099 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.099 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:52:27.100 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.100 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:52:27.100 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.164583+0000", 2024-09-13T14:52:27.100 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:52:27.100 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.100 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.100 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:52:27.100 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.164583+0000", 2024-09-13T14:52:27.100 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:52:27.100 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.100 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.100 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:52:27.100 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.164585+0000", 2024-09-13T14:52:27.101 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.451e-06 2024-09-13T14:52:27.101 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.101 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.101 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:52:27.101 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.164610+0000", 2024-09-13T14:52:27.101 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.586e-05 2024-09-13T14:52:27.101 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.101 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.101 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:52:27.101 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.164623+0000", 2024-09-13T14:52:27.101 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2269000000000001e-05 2024-09-13T14:52:27.101 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.101 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.102 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:52:27.102 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.164630+0000", 2024-09-13T14:52:27.102 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.9829999999999999e-06 2024-09-13T14:52:27.102 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.102 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.102 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:52:27.102 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.164704+0000", 2024-09-13T14:52:27.102 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.4318000000000002e-05 2024-09-13T14:52:27.102 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.102 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.102 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:52:27.102 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.164715+0000", 2024-09-13T14:52:27.102 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1109e-05 2024-09-13T14:52:27.102 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.103 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.103 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:52:27.103 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:44.115489+0000", 2024-09-13T14:52:27.103 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.95077410500000004 2024-09-13T14:52:27.103 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.103 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.103 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:52:27.103 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:44.115496+0000", 2024-09-13T14:52:27.104 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.1199999999999996e-06 2024-09-13T14:52:27.104 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.104 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.104 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:52:27.104 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.363720+0000", 2024-09-13T14:52:27.104 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2482240629999999 2024-09-13T14:52:27.104 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.104 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.104 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:52:27.104 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.363885+0000", 2024-09-13T14:52:27.105 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00016490299999999999 2024-09-13T14:52:27.105 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.105 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.105 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,7", 2024-09-13T14:52:27.105 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.364079+0000", 2024-09-13T14:52:27.105 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000194067 2024-09-13T14:52:27.105 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.105 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.105 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:52:27.105 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.374495+0000", 2024-09-13T14:52:27.105 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.010415584 2024-09-13T14:52:27.105 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.105 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.106 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:52:27.106 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.379165+0000", 2024-09-13T14:52:27.106 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0046697529999999996 2024-09-13T14:52:27.106 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.106 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.106 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:52:27.106 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.379257+0000", 2024-09-13T14:52:27.106 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.2639000000000005e-05 2024-09-13T14:52:27.106 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.106 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.106 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:52:27.106 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.379321+0000", 2024-09-13T14:52:27.106 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.3856999999999995e-05 2024-09-13T14:52:27.106 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.107 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.107 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:52:27.107 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.383345+0000", 2024-09-13T14:52:27.107 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0040236849999999999 2024-09-13T14:52:27.107 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:27.107 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:52:27.107 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:27.107 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.107 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.107 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:99200 7.4 7:2a65b62f:::benchmark_data_smithi071_196541_object99199:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1164)", 2024-09-13T14:52:27.108 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:45:43.165559+0000", 2024-09-13T14:52:27.108 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 403.80809209, 2024-09-13T14:52:27.108 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.0009954109999999, 2024-09-13T14:52:27.108 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:52:27.108 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:52:27.108 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:52:27.108 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:52:27.108 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:52:27.108 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:52:27.108 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 99200 2024-09-13T14:52:27.108 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.108 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:52:27.109 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.109 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:52:27.109 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.165559+0000", 2024-09-13T14:52:27.109 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:52:27.109 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.109 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.109 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:52:27.109 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.165559+0000", 2024-09-13T14:52:27.109 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:52:27.109 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.109 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.109 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:52:27.109 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.165560+0000", 2024-09-13T14:52:27.110 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0499999999999999e-06 2024-09-13T14:52:27.110 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.110 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.110 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:52:27.110 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.165595+0000", 2024-09-13T14:52:27.110 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.4819e-05 2024-09-13T14:52:27.110 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.110 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.110 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:52:27.110 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.165608+0000", 2024-09-13T14:52:27.110 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.3145999999999999e-05 2024-09-13T14:52:27.110 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.110 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.111 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:52:27.111 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.165616+0000", 2024-09-13T14:52:27.111 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.8169999999999999e-06 2024-09-13T14:52:27.111 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.111 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.111 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:52:27.111 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.165690+0000", 2024-09-13T14:52:27.111 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.3620000000000003e-05 2024-09-13T14:52:27.111 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.111 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.111 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:52:27.111 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.165705+0000", 2024-09-13T14:52:27.111 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.5727e-05 2024-09-13T14:52:27.111 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.112 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.112 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:52:27.112 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:44.120506+0000", 2024-09-13T14:52:27.112 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.95480036099999999 2024-09-13T14:52:27.112 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.112 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.112 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:52:27.112 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:44.120513+0000", 2024-09-13T14:52:27.112 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.0559999999999999e-06 2024-09-13T14:52:27.112 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.113 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.113 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:52:27.113 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.150076+0000", 2024-09-13T14:52:27.113 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.029562753 2024-09-13T14:52:27.113 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.113 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.113 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:52:27.113 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.150224+0000", 2024-09-13T14:52:27.113 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00014808200000000001 2024-09-13T14:52:27.113 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.113 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.113 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,4", 2024-09-13T14:52:27.113 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.150375+0000", 2024-09-13T14:52:27.114 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00015118999999999999 2024-09-13T14:52:27.114 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.114 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.114 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:52:27.114 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.157782+0000", 2024-09-13T14:52:27.114 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0074068399999999996 2024-09-13T14:52:27.114 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.114 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.114 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:52:27.114 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.161826+0000", 2024-09-13T14:52:27.114 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0040438480000000001 2024-09-13T14:52:27.114 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.114 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.114 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:52:27.115 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.166430+0000", 2024-09-13T14:52:27.115 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0046047689999999999 2024-09-13T14:52:27.115 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.115 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.115 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:52:27.115 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.166474+0000", 2024-09-13T14:52:27.116 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.3495000000000003e-05 2024-09-13T14:52:27.116 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.116 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.116 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:52:27.116 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.166555+0000", 2024-09-13T14:52:27.116 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.0838000000000001e-05 2024-09-13T14:52:27.116 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:27.116 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:52:27.116 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:27.117 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.117 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.117 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:99206 7.4 7:20b19dce:::benchmark_data_smithi071_196541_object99205:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1164)", 2024-09-13T14:52:27.117 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:45:43.173862+0000", 2024-09-13T14:52:27.117 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 403.79978926500002, 2024-09-13T14:52:27.117 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.9928862899999999, 2024-09-13T14:52:27.117 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:52:27.117 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:52:27.117 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:52:27.117 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:52:27.117 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:52:27.117 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:52:27.117 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 99206 2024-09-13T14:52:27.118 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.118 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:52:27.118 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.118 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:52:27.118 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.173862+0000", 2024-09-13T14:52:27.118 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:52:27.118 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.118 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.118 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:52:27.118 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.173862+0000", 2024-09-13T14:52:27.118 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:52:27.118 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.118 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.118 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:52:27.119 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.173864+0000", 2024-09-13T14:52:27.119 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.928e-06 2024-09-13T14:52:27.119 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.119 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.119 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:52:27.119 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.173891+0000", 2024-09-13T14:52:27.119 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.7202000000000001e-05 2024-09-13T14:52:27.119 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.119 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.119 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:52:27.119 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.173906+0000", 2024-09-13T14:52:27.119 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4859e-05 2024-09-13T14:52:27.119 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.120 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.120 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:52:27.120 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.173916+0000", 2024-09-13T14:52:27.120 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.9690000000000006e-06 2024-09-13T14:52:27.120 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.120 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.120 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:52:27.120 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.173990+0000", 2024-09-13T14:52:27.120 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.4272999999999999e-05 2024-09-13T14:52:27.120 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.120 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.120 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:52:27.120 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.174002+0000", 2024-09-13T14:52:27.120 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1517e-05 2024-09-13T14:52:27.121 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.121 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.121 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:52:27.121 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:44.120538+0000", 2024-09-13T14:52:27.121 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.94653588300000002 2024-09-13T14:52:27.121 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.121 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.121 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:52:27.121 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:44.120545+0000", 2024-09-13T14:52:27.121 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.9840000000000004e-06 2024-09-13T14:52:27.121 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.121 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.121 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:52:27.121 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.154011+0000", 2024-09-13T14:52:27.122 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.03346604 2024-09-13T14:52:27.122 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.122 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.122 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:52:27.122 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.154150+0000", 2024-09-13T14:52:27.122 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013966400000000001 2024-09-13T14:52:27.122 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.122 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.122 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,4", 2024-09-13T14:52:27.122 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.154295+0000", 2024-09-13T14:52:27.122 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00014507999999999999 2024-09-13T14:52:27.122 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.122 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.123 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:52:27.123 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.161786+0000", 2024-09-13T14:52:27.123 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0074908459999999998 2024-09-13T14:52:27.123 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.123 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.123 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:52:27.123 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.166561+0000", 2024-09-13T14:52:27.123 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0047747750000000002 2024-09-13T14:52:27.123 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.123 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.123 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:52:27.123 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.166601+0000", 2024-09-13T14:52:27.123 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.0311000000000001e-05 2024-09-13T14:52:27.123 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.124 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.124 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:52:27.124 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.166651+0000", 2024-09-13T14:52:27.124 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.9339999999999999e-05 2024-09-13T14:52:27.124 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.124 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.124 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:52:27.124 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.166748+0000", 2024-09-13T14:52:27.124 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.7619000000000002e-05 2024-09-13T14:52:27.125 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:27.125 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:52:27.125 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:27.125 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.125 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.125 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:99207 7.4 7:2e8f9607:::benchmark_data_smithi071_196541_object99206:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1164)", 2024-09-13T14:52:27.125 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:45:43.174674+0000", 2024-09-13T14:52:27.125 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 403.79897764200001, 2024-09-13T14:52:27.125 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.0053765669999999, 2024-09-13T14:52:27.126 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:52:27.126 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:52:27.126 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:52:27.126 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:52:27.126 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:52:27.126 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:52:27.126 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 99207 2024-09-13T14:52:27.126 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.126 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:52:27.126 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.126 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:52:27.126 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.174674+0000", 2024-09-13T14:52:27.126 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:52:27.127 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.127 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.127 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:52:27.127 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.174674+0000", 2024-09-13T14:52:27.127 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:52:27.127 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.127 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.127 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:52:27.127 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.174675+0000", 2024-09-13T14:52:27.127 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.7000000000000003e-07 2024-09-13T14:52:27.127 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.127 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.127 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:52:27.128 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.174697+0000", 2024-09-13T14:52:27.128 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.2912e-05 2024-09-13T14:52:27.128 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.128 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.128 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:52:27.128 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.174717+0000", 2024-09-13T14:52:27.128 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.9290999999999999e-05 2024-09-13T14:52:27.128 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.128 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.128 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:52:27.128 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.174724+0000", 2024-09-13T14:52:27.128 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.2110000000000001e-06 2024-09-13T14:52:27.128 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.129 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.129 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:52:27.129 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.174789+0000", 2024-09-13T14:52:27.129 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.5238000000000001e-05 2024-09-13T14:52:27.129 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.129 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.129 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:52:27.129 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.174797+0000", 2024-09-13T14:52:27.129 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.2609999999999993e-06 2024-09-13T14:52:27.129 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.129 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.129 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:52:27.129 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:44.120570+0000", 2024-09-13T14:52:27.130 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.94577278799999998 2024-09-13T14:52:27.130 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.130 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.130 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:52:27.130 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:44.120577+0000", 2024-09-13T14:52:27.130 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.1899999999999998e-06 2024-09-13T14:52:27.130 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.130 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.130 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:52:27.130 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.157807+0000", 2024-09-13T14:52:27.130 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0372292970000001 2024-09-13T14:52:27.130 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.130 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.130 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:52:27.131 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.157937+0000", 2024-09-13T14:52:27.131 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000130393 2024-09-13T14:52:27.131 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.131 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.131 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,4", 2024-09-13T14:52:27.131 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.158078+0000", 2024-09-13T14:52:27.131 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000140464 2024-09-13T14:52:27.131 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.131 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.131 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:52:27.131 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.166418+0000", 2024-09-13T14:52:27.131 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0083406969999999993 2024-09-13T14:52:27.131 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.131 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.132 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:52:27.132 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.166566+0000", 2024-09-13T14:52:27.132 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00014747999999999999 2024-09-13T14:52:27.132 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.132 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.132 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:52:27.132 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.179883+0000", 2024-09-13T14:52:27.132 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.013317647 2024-09-13T14:52:27.132 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.132 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.132 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:52:27.132 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.179938+0000", 2024-09-13T14:52:27.133 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.4361999999999999e-05 2024-09-13T14:52:27.133 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.133 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.133 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:52:27.133 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.180050+0000", 2024-09-13T14:52:27.133 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000112466 2024-09-13T14:52:27.133 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:27.133 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:52:27.133 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:27.134 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.134 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.134 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:99214 7.4 7:2a641e56:::benchmark_data_smithi071_196541_object99213:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1164)", 2024-09-13T14:52:27.134 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:45:43.184965+0000", 2024-09-13T14:52:27.134 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 403.78868617900002, 2024-09-13T14:52:27.134 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.005598091, 2024-09-13T14:52:27.134 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:52:27.134 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:52:27.134 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:52:27.134 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:52:27.134 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:52:27.135 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:52:27.136 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 99214 2024-09-13T14:52:27.136 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.136 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:52:27.136 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.136 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:52:27.136 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.184965+0000", 2024-09-13T14:52:27.136 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:52:27.136 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.136 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.136 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:52:27.136 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.184965+0000", 2024-09-13T14:52:27.136 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:52:27.137 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.137 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.137 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:52:27.137 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.184967+0000", 2024-09-13T14:52:27.137 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.5859999999999999e-06 2024-09-13T14:52:27.137 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.137 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.137 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:52:27.137 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.184986+0000", 2024-09-13T14:52:27.137 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.9332000000000001e-05 2024-09-13T14:52:27.137 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.137 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.137 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:52:27.138 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.184997+0000", 2024-09-13T14:52:27.138 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1080999999999999e-05 2024-09-13T14:52:27.138 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.138 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.138 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:52:27.138 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.185004+0000", 2024-09-13T14:52:27.138 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.9099999999999999e-06 2024-09-13T14:52:27.138 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.138 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.138 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:52:27.138 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.185251+0000", 2024-09-13T14:52:27.138 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00024726499999999998 2024-09-13T14:52:27.138 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.138 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.139 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:52:27.139 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:43.185259+0000", 2024-09-13T14:52:27.139 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.8019999999999992e-06 2024-09-13T14:52:27.139 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.139 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.139 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:52:27.139 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:44.120606+0000", 2024-09-13T14:52:27.139 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.935346397 2024-09-13T14:52:27.139 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.139 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.139 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:52:27.139 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:44.120613+0000", 2024-09-13T14:52:27.139 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.3039999999999999e-06 2024-09-13T14:52:27.140 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.140 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.140 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:52:27.140 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.161854+0000", 2024-09-13T14:52:27.140 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.041240886 2024-09-13T14:52:27.140 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.140 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.140 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:52:27.140 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.161993+0000", 2024-09-13T14:52:27.140 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013958300000000001 2024-09-13T14:52:27.140 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.140 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.140 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,4", 2024-09-13T14:52:27.141 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.162143+0000", 2024-09-13T14:52:27.141 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00015004800000000001 2024-09-13T14:52:27.141 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.141 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.141 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:52:27.141 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.166570+0000", 2024-09-13T14:52:27.141 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0044265900000000002 2024-09-13T14:52:27.141 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.141 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.141 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:52:27.141 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.166782+0000", 2024-09-13T14:52:27.141 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000212454 2024-09-13T14:52:27.141 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.142 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.142 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:52:27.142 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.190335+0000", 2024-09-13T14:52:27.142 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.023552946000000002 2024-09-13T14:52:27.142 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.142 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.142 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:52:27.142 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.190449+0000", 2024-09-13T14:52:27.142 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00011378 2024-09-13T14:52:27.142 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.142 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.142 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:52:27.142 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:45:45.190563+0000", 2024-09-13T14:52:27.143 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000114127 2024-09-13T14:52:27.143 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:27.143 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:52:27.143 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:27.143 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.143 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.143 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:196691 7.9 7:93a48ea8:::benchmark_data_smithi071_196541_object83751:head [delete] snapc 0=[] RETRY=1 ondisk+retry+write+known_if_redirected+supports_pool_eio e1189)", 2024-09-13T14:52:27.143 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:50:01.570284+0000", 2024-09-13T14:52:27.143 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 145.40336708000001, 2024-09-13T14:52:27.144 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.435993549, 2024-09-13T14:52:27.144 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:52:27.144 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:52:27.145 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:52:27.145 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:52:27.145 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:52:27.145 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:52:27.145 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 196691 2024-09-13T14:52:27.145 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.145 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:52:27.145 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.145 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:52:27.145 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.570284+0000", 2024-09-13T14:52:27.145 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:52:27.145 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.145 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.146 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:52:27.146 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.570284+0000", 2024-09-13T14:52:27.146 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:52:27.146 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.146 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.146 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:52:27.146 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.570285+0000", 2024-09-13T14:52:27.146 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.9999999999999997e-07 2024-09-13T14:52:27.146 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.147 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.147 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:52:27.147 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.570288+0000", 2024-09-13T14:52:27.147 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.2049999999999998e-06 2024-09-13T14:52:27.147 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.147 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.147 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:52:27.147 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.570296+0000", 2024-09-13T14:52:27.148 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.9400000000000002e-06 2024-09-13T14:52:27.148 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.148 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.148 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:52:27.148 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.570303+0000", 2024-09-13T14:52:27.148 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.6969999999999996e-06 2024-09-13T14:52:27.148 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.148 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.148 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:52:27.148 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.570515+0000", 2024-09-13T14:52:27.148 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00021201999999999999 2024-09-13T14:52:27.148 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.149 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.149 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting_for_map not empty", 2024-09-13T14:52:27.149 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.570522+0000", 2024-09-13T14:52:27.149 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.2250000000000003e-06 2024-09-13T14:52:27.149 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.149 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.149 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:52:27.149 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.576280+0000", 2024-09-13T14:52:27.149 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0057585300000000004 2024-09-13T14:52:27.149 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.149 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.149 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:52:27.149 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.576288+0000", 2024-09-13T14:52:27.150 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.542e-06 2024-09-13T14:52:27.150 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.150 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.150 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:52:27.150 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:02.866969+0000", 2024-09-13T14:52:27.150 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2906808839999999 2024-09-13T14:52:27.150 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.150 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.150 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:52:27.150 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:02.867085+0000", 2024-09-13T14:52:27.150 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000116344 2024-09-13T14:52:27.150 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.150 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.150 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,2,7", 2024-09-13T14:52:27.151 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:02.867221+0000", 2024-09-13T14:52:27.151 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013553 2024-09-13T14:52:27.151 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.151 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.151 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:52:27.151 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:02.876315+0000", 2024-09-13T14:52:27.151 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0090940069999999994 2024-09-13T14:52:27.151 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.151 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.152 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:52:27.152 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.003913+0000", 2024-09-13T14:52:27.152 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.12759854100000001 2024-09-13T14:52:27.152 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.153 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.153 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:52:27.153 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.003942+0000", 2024-09-13T14:52:27.153 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.8172999999999999e-05 2024-09-13T14:52:27.153 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.153 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.153 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:52:27.153 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.004280+0000", 2024-09-13T14:52:27.153 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00033820900000000001 2024-09-13T14:52:27.153 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.153 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.154 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:52:27.154 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.005044+0000", 2024-09-13T14:52:27.154 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00076465300000000001 2024-09-13T14:52:27.154 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.154 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.154 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:52:27.154 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.006278+0000", 2024-09-13T14:52:27.154 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.001233449 2024-09-13T14:52:27.154 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:27.154 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:52:27.154 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:27.155 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.155 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.155 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:196694 7.9 7:9355e7f0:::benchmark_data_smithi071_196541_object83754:head [delete] snapc 0=[] RETRY=1 ondisk+retry+write+known_if_redirected+supports_pool_eio e1189)", 2024-09-13T14:52:27.155 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:50:01.570312+0000", 2024-09-13T14:52:27.155 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 145.40333885999999, 2024-09-13T14:52:27.155 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.437036523, 2024-09-13T14:52:27.155 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:52:27.156 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:52:27.156 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:52:27.156 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:52:27.156 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:52:27.156 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:52:27.156 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 196694 2024-09-13T14:52:27.156 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.156 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:52:27.156 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.156 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:52:27.156 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.570312+0000", 2024-09-13T14:52:27.156 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:52:27.156 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.156 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.157 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:52:27.157 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.570312+0000", 2024-09-13T14:52:27.157 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:52:27.157 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.157 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.157 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:52:27.157 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.570313+0000", 2024-09-13T14:52:27.157 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.8000000000000001e-07 2024-09-13T14:52:27.157 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.157 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.158 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:52:27.158 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.570315+0000", 2024-09-13T14:52:27.158 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.0959999999999999e-06 2024-09-13T14:52:27.158 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.158 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.158 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:52:27.158 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.570322+0000", 2024-09-13T14:52:27.158 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.6259999999999997e-06 2024-09-13T14:52:27.158 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.158 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.158 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:52:27.158 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.570328+0000", 2024-09-13T14:52:27.158 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.207e-06 2024-09-13T14:52:27.160 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.160 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.160 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:52:27.160 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.576314+0000", 2024-09-13T14:52:27.160 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0059861100000000002 2024-09-13T14:52:27.160 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.161 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.161 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:52:27.161 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.576321+0000", 2024-09-13T14:52:27.161 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.3699999999999997e-06 2024-09-13T14:52:27.161 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.161 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.161 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:52:27.161 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:02.871271+0000", 2024-09-13T14:52:27.161 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.294950015 2024-09-13T14:52:27.161 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.162 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.162 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:52:27.162 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:02.871407+0000", 2024-09-13T14:52:27.162 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013522100000000001 2024-09-13T14:52:27.162 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.162 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.162 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,2,7", 2024-09-13T14:52:27.162 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:02.871539+0000", 2024-09-13T14:52:27.162 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013246899999999999 2024-09-13T14:52:27.162 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.163 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.163 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:52:27.163 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:02.876357+0000", 2024-09-13T14:52:27.163 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.004818485 2024-09-13T14:52:27.163 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.163 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.163 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:52:27.163 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.003952+0000", 2024-09-13T14:52:27.163 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.127594912 2024-09-13T14:52:27.163 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.163 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.163 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:52:27.163 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.003991+0000", 2024-09-13T14:52:27.163 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.8383000000000002e-05 2024-09-13T14:52:27.164 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.164 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.164 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:52:27.164 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.006404+0000", 2024-09-13T14:52:27.164 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0024135939999999998 2024-09-13T14:52:27.164 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.164 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.164 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:52:27.164 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.006470+0000", 2024-09-13T14:52:27.164 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.5229999999999997e-05 2024-09-13T14:52:27.164 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.164 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.165 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:52:27.165 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.007349+0000", 2024-09-13T14:52:27.165 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00087942499999999998 2024-09-13T14:52:27.165 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:27.165 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:52:27.165 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:27.166 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.166 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.166 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:196699 7.9 7:91253017:::benchmark_data_smithi071_196541_object83759:head [delete] snapc 0=[] RETRY=1 ondisk+retry+write+known_if_redirected+supports_pool_eio e1189)", 2024-09-13T14:52:27.166 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:50:01.570335+0000", 2024-09-13T14:52:27.166 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 145.40331677899999, 2024-09-13T14:52:27.167 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4379887069999999, 2024-09-13T14:52:27.167 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:52:27.167 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:52:27.167 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:52:27.167 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:52:27.167 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:52:27.167 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:52:27.167 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 196699 2024-09-13T14:52:27.167 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.168 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:52:27.168 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.168 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:52:27.168 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.570335+0000", 2024-09-13T14:52:27.168 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:52:27.168 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.168 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.168 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:52:27.168 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.570335+0000", 2024-09-13T14:52:27.168 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:52:27.169 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.169 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.169 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:52:27.169 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.570335+0000", 2024-09-13T14:52:27.169 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.53e-07 2024-09-13T14:52:27.169 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.169 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.169 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:52:27.169 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.570337+0000", 2024-09-13T14:52:27.169 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.821e-06 2024-09-13T14:52:27.169 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.169 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.170 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:52:27.170 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.570342+0000", 2024-09-13T14:52:27.170 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.2390000000000002e-06 2024-09-13T14:52:27.170 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.170 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.170 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:52:27.170 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.570347+0000", 2024-09-13T14:52:27.171 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.3750000000000002e-06 2024-09-13T14:52:27.171 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.171 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.171 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:52:27.171 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.576347+0000", 2024-09-13T14:52:27.171 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0059993809999999998 2024-09-13T14:52:27.171 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.171 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.172 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:52:27.172 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.576354+0000", 2024-09-13T14:52:27.172 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.1799999999999999e-06 2024-09-13T14:52:27.172 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.172 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.172 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:52:27.172 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:02.876395+0000", 2024-09-13T14:52:27.173 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.3000409340000001 2024-09-13T14:52:27.173 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.173 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.173 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:52:27.173 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:02.876508+0000", 2024-09-13T14:52:27.173 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000113201 2024-09-13T14:52:27.173 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.173 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.173 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,2,7", 2024-09-13T14:52:27.173 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:02.876624+0000", 2024-09-13T14:52:27.173 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00011598400000000001 2024-09-13T14:52:27.173 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.174 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.174 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:52:27.174 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.004031+0000", 2024-09-13T14:52:27.174 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.12740659300000001 2024-09-13T14:52:27.174 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.174 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.174 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:52:27.174 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.004239+0000", 2024-09-13T14:52:27.174 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00020856800000000001 2024-09-13T14:52:27.174 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.174 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.174 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:52:27.174 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.006345+0000", 2024-09-13T14:52:27.175 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0021058990000000001 2024-09-13T14:52:27.175 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.175 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.175 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:52:27.175 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.007489+0000", 2024-09-13T14:52:27.175 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0011442329999999999 2024-09-13T14:52:27.175 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.175 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.175 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:52:27.175 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.007549+0000", 2024-09-13T14:52:27.175 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.9546000000000002e-05 2024-09-13T14:52:27.175 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.175 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.175 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:52:27.176 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.008323+0000", 2024-09-13T14:52:27.176 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00077439999999999996 2024-09-13T14:52:27.176 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:27.176 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:52:27.176 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:27.176 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.176 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.176 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:196721 7.9 7:9fad2291:::benchmark_data_smithi071_196541_object83781:head [delete] snapc 0=[] RETRY=1 ondisk+retry+write+known_if_redirected+supports_pool_eio e1189)", 2024-09-13T14:52:27.177 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:50:01.570353+0000", 2024-09-13T14:52:27.177 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 145.40329809100001, 2024-09-13T14:52:27.177 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.438791127, 2024-09-13T14:52:27.177 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:52:27.177 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:52:27.177 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:52:27.177 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:52:27.177 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:52:27.177 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:52:27.177 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 196721 2024-09-13T14:52:27.177 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.177 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:52:27.177 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.178 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:52:27.178 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.570353+0000", 2024-09-13T14:52:27.178 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:52:27.178 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.178 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.178 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:52:27.178 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.570353+0000", 2024-09-13T14:52:27.178 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:52:27.178 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.178 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.178 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:52:27.178 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.570354+0000", 2024-09-13T14:52:27.179 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.4999999999999998e-07 2024-09-13T14:52:27.179 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.179 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.179 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:52:27.179 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.570355+0000", 2024-09-13T14:52:27.179 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.8640000000000001e-06 2024-09-13T14:52:27.179 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.179 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.179 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:52:27.179 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.570361+0000", 2024-09-13T14:52:27.179 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.4609999999999999e-06 2024-09-13T14:52:27.180 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.180 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.180 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:52:27.180 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.570366+0000", 2024-09-13T14:52:27.180 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.519e-06 2024-09-13T14:52:27.180 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.180 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.180 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:52:27.180 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.576378+0000", 2024-09-13T14:52:27.180 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0060115180000000004 2024-09-13T14:52:27.181 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.181 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.181 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:52:27.181 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.576385+0000", 2024-09-13T14:52:27.181 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.4189999999999996e-06 2024-09-13T14:52:27.181 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.181 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.181 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:52:27.181 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:02.999758+0000", 2024-09-13T14:52:27.181 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4233725910000001 2024-09-13T14:52:27.181 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.182 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.182 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:52:27.182 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:02.999929+0000", 2024-09-13T14:52:27.182 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000170834 2024-09-13T14:52:27.182 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.182 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.182 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,2,7", 2024-09-13T14:52:27.182 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.000083+0000", 2024-09-13T14:52:27.182 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00015449100000000001 2024-09-13T14:52:27.182 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.182 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.183 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:52:27.183 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.006363+0000", 2024-09-13T14:52:27.183 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0062792919999999997 2024-09-13T14:52:27.183 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.183 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.183 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:52:27.183 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.007397+0000", 2024-09-13T14:52:27.183 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.001034903 2024-09-13T14:52:27.183 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.184 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.184 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:52:27.184 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.007442+0000", 2024-09-13T14:52:27.184 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.4501e-05 2024-09-13T14:52:27.184 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.184 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.184 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:52:27.184 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.008371+0000", 2024-09-13T14:52:27.185 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00092917100000000001 2024-09-13T14:52:27.185 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.185 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.185 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:52:27.185 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.008423+0000", 2024-09-13T14:52:27.185 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.2157999999999998e-05 2024-09-13T14:52:27.185 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.185 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.185 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:52:27.185 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.009144+0000", 2024-09-13T14:52:27.185 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00072105499999999996 2024-09-13T14:52:27.186 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:27.186 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:52:27.186 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:27.186 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.186 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.186 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:196745 7.9 7:9a6ef12c:::benchmark_data_smithi071_196541_object83805:head [delete] snapc 0=[] RETRY=1 ondisk+retry+write+known_if_redirected+supports_pool_eio e1189)", 2024-09-13T14:52:27.186 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:50:01.570427+0000", 2024-09-13T14:52:27.187 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 145.40322455699999, 2024-09-13T14:52:27.187 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.5048691970000001, 2024-09-13T14:52:27.187 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:52:27.187 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:52:27.187 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:52:27.187 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:52:27.187 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:52:27.187 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:52:27.187 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 196745 2024-09-13T14:52:27.187 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.188 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:52:27.188 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.188 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:52:27.188 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.570427+0000", 2024-09-13T14:52:27.188 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:52:27.188 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.188 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.188 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:52:27.189 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.570427+0000", 2024-09-13T14:52:27.189 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:52:27.189 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.189 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.189 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:52:27.189 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.570427+0000", 2024-09-13T14:52:27.189 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.8999999999999997e-07 2024-09-13T14:52:27.189 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.189 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.190 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:52:27.190 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.570430+0000", 2024-09-13T14:52:27.190 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.7590000000000002e-06 2024-09-13T14:52:27.190 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.190 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.190 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:52:27.190 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.570438+0000", 2024-09-13T14:52:27.190 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.2700000000000004e-06 2024-09-13T14:52:27.190 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.190 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.190 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:52:27.190 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.570445+0000", 2024-09-13T14:52:27.190 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.4679999999999997e-06 2024-09-13T14:52:27.190 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.191 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.191 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:52:27.191 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.576408+0000", 2024-09-13T14:52:27.191 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0059636489999999997 2024-09-13T14:52:27.191 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.191 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.191 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:52:27.191 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.576416+0000", 2024-09-13T14:52:27.191 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.3660000000000003e-06 2024-09-13T14:52:27.191 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.191 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.191 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:52:27.191 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.009778+0000", 2024-09-13T14:52:27.192 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4333622799999999 2024-09-13T14:52:27.192 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.192 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.192 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:52:27.192 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.009916+0000", 2024-09-13T14:52:27.192 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000138145 2024-09-13T14:52:27.192 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.192 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.192 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,2,7", 2024-09-13T14:52:27.192 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.010045+0000", 2024-09-13T14:52:27.192 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012918000000000001 2024-09-13T14:52:27.192 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.192 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.193 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:52:27.193 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.017720+0000", 2024-09-13T14:52:27.193 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0076743870000000004 2024-09-13T14:52:27.193 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.193 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.193 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:52:27.193 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.017765+0000", 2024-09-13T14:52:27.193 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.4873000000000002e-05 2024-09-13T14:52:27.193 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.193 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.193 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:52:27.193 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.017810+0000", 2024-09-13T14:52:27.193 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.5419e-05 2024-09-13T14:52:27.193 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.194 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.194 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:52:27.194 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.073447+0000", 2024-09-13T14:52:27.194 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.055636841999999999 2024-09-13T14:52:27.194 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.194 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.194 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:52:27.194 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.073538+0000", 2024-09-13T14:52:27.194 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.1259000000000002e-05 2024-09-13T14:52:27.194 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.194 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.194 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:52:27.194 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.075296+0000", 2024-09-13T14:52:27.194 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0017578100000000001 2024-09-13T14:52:27.195 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:27.195 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:52:27.195 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:27.195 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.195 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.195 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:196753 7.9 7:92da8cd3:::benchmark_data_smithi071_196541_object83813:head [delete] snapc 0=[] RETRY=1 ondisk+retry+write+known_if_redirected+supports_pool_eio e1189)", 2024-09-13T14:52:27.195 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:50:01.570454+0000", 2024-09-13T14:52:27.195 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 145.40319778, 2024-09-13T14:52:27.195 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.5057066690000001, 2024-09-13T14:52:27.195 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:52:27.195 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:52:27.195 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:52:27.195 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:52:27.195 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:52:27.196 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:52:27.196 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 196753 2024-09-13T14:52:27.196 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.196 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:52:27.196 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.196 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:52:27.196 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.570454+0000", 2024-09-13T14:52:27.196 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:52:27.196 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.196 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.196 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:52:27.197 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:27.198 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.570454+0000", 2024-09-13T14:52:27.198 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:52:27.198 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.198 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.199 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:52:27.199 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.570454+0000", 2024-09-13T14:52:27.199 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.7800000000000002e-07 2024-09-13T14:52:27.199 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.199 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.199 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:52:27.199 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.570456+0000", 2024-09-13T14:52:27.199 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.0640000000000001e-06 2024-09-13T14:52:27.199 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.199 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.199 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:52:27.199 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.570463+0000", 2024-09-13T14:52:27.199 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.7769999999999997e-06 2024-09-13T14:52:27.199 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.200 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.200 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:52:27.200 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.570468+0000", 2024-09-13T14:52:27.200 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.6540000000000004e-06 2024-09-13T14:52:27.200 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.200 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.200 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:52:27.200 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.576444+0000", 2024-09-13T14:52:27.200 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0059754209999999999 2024-09-13T14:52:27.200 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.200 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.200 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:52:27.200 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.576451+0000", 2024-09-13T14:52:27.201 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.3289999999999996e-06 2024-09-13T14:52:27.201 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.201 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.201 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:52:27.201 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.017845+0000", 2024-09-13T14:52:27.201 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.441393328 2024-09-13T14:52:27.201 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.201 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.201 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:52:27.201 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.017974+0000", 2024-09-13T14:52:27.201 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012932699999999999 2024-09-13T14:52:27.201 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.201 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.201 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,2,7", 2024-09-13T14:52:27.202 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.018102+0000", 2024-09-13T14:52:27.202 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012838699999999999 2024-09-13T14:52:27.202 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.202 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.202 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:52:27.202 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.034781+0000", 2024-09-13T14:52:27.202 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.016678406999999999 2024-09-13T14:52:27.202 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.202 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.202 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:52:27.202 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.034827+0000", 2024-09-13T14:52:27.202 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.6584e-05 2024-09-13T14:52:27.202 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.203 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.203 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:52:27.203 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.034915+0000", 2024-09-13T14:52:27.203 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.8027000000000003e-05 2024-09-13T14:52:27.203 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.203 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.203 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:52:27.203 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.075308+0000", 2024-09-13T14:52:27.203 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.040393079999999998 2024-09-13T14:52:27.203 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.204 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.204 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:52:27.204 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.075355+0000", 2024-09-13T14:52:27.204 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.6774999999999999e-05 2024-09-13T14:52:27.204 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.204 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.204 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:52:27.204 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.076160+0000", 2024-09-13T14:52:27.204 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00080513100000000005 2024-09-13T14:52:27.204 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:27.204 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:52:27.204 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:27.204 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.205 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.205 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:196759 7.9 7:97ce2842:::benchmark_data_smithi071_196541_object83819:head [delete] snapc 0=[] RETRY=1 ondisk+retry+write+known_if_redirected+supports_pool_eio e1189)", 2024-09-13T14:52:27.205 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:50:01.570492+0000", 2024-09-13T14:52:27.205 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 145.40315984, 2024-09-13T14:52:27.205 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.508676157, 2024-09-13T14:52:27.205 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:52:27.205 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:52:27.205 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:52:27.205 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:52:27.205 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:52:27.205 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:52:27.205 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 196759 2024-09-13T14:52:27.205 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.206 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:52:27.206 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.206 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:52:27.206 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.570492+0000", 2024-09-13T14:52:27.206 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:52:27.206 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.206 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.206 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:52:27.206 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.570492+0000", 2024-09-13T14:52:27.206 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:52:27.206 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.206 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.206 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:52:27.206 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.570492+0000", 2024-09-13T14:52:27.207 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.8999999999999997e-07 2024-09-13T14:52:27.207 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.207 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.207 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:52:27.207 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.570494+0000", 2024-09-13T14:52:27.207 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.3460000000000001e-06 2024-09-13T14:52:27.207 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.207 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.207 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:52:27.207 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.570501+0000", 2024-09-13T14:52:27.207 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.4470000000000003e-06 2024-09-13T14:52:27.207 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.207 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.208 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:52:27.208 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.570507+0000", 2024-09-13T14:52:27.208 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.9340000000000003e-06 2024-09-13T14:52:27.208 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.208 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.208 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:52:27.208 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.576482+0000", 2024-09-13T14:52:27.208 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0059750920000000004 2024-09-13T14:52:27.208 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.208 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.208 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:52:27.208 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.576489+0000", 2024-09-13T14:52:27.208 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.3470000000000001e-06 2024-09-13T14:52:27.209 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.209 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.209 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:52:27.209 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.022536+0000", 2024-09-13T14:52:27.209 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4460472 2024-09-13T14:52:27.209 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.209 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.209 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:52:27.209 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.022654+0000", 2024-09-13T14:52:27.209 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000117428 2024-09-13T14:52:27.209 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.209 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.209 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,2,7", 2024-09-13T14:52:27.209 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.022776+0000", 2024-09-13T14:52:27.210 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012190500000000001 2024-09-13T14:52:27.210 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.210 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.210 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:52:27.210 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.034870+0000", 2024-09-13T14:52:27.210 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.012094341999999999 2024-09-13T14:52:27.210 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.210 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.210 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:52:27.210 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.034962+0000", 2024-09-13T14:52:27.210 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.2329000000000003e-05 2024-09-13T14:52:27.210 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.210 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.210 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:52:27.210 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.039570+0000", 2024-09-13T14:52:27.211 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0046079290000000002 2024-09-13T14:52:27.211 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.211 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.211 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:52:27.211 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.076168+0000", 2024-09-13T14:52:27.211 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.036597625000000002 2024-09-13T14:52:27.211 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.211 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.211 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:52:27.211 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.076212+0000", 2024-09-13T14:52:27.211 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.4190999999999998e-05 2024-09-13T14:52:27.211 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.211 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.211 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:52:27.212 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.079168+0000", 2024-09-13T14:52:27.212 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0029555520000000002 2024-09-13T14:52:27.212 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:27.212 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:52:27.212 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:27.212 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.212 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.212 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:196768 7.9 7:90b2630f:::benchmark_data_smithi071_196541_object83828:head [delete] snapc 0=[] RETRY=1 ondisk+retry+write+known_if_redirected+supports_pool_eio e1189)", 2024-09-13T14:52:27.212 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:50:01.570514+0000", 2024-09-13T14:52:27.212 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 145.403137582, 2024-09-13T14:52:27.212 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.509988914, 2024-09-13T14:52:27.212 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:52:27.212 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:52:27.212 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:52:27.213 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:52:27.213 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:52:27.213 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:52:27.213 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 196768 2024-09-13T14:52:27.213 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.213 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:52:27.213 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.213 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:52:27.213 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.570514+0000", 2024-09-13T14:52:27.213 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:52:27.213 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.213 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.213 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:52:27.213 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.570514+0000", 2024-09-13T14:52:27.214 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:52:27.214 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.214 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.214 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:52:27.214 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.570514+0000", 2024-09-13T14:52:27.214 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.2e-07 2024-09-13T14:52:27.214 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.214 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.214 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:52:27.214 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.570516+0000", 2024-09-13T14:52:27.214 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.9829999999999999e-06 2024-09-13T14:52:27.214 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.214 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.214 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:52:27.215 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.570522+0000", 2024-09-13T14:52:27.215 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.2400000000000004e-06 2024-09-13T14:52:27.215 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.215 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.215 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:52:27.215 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.570527+0000", 2024-09-13T14:52:27.215 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.527e-06 2024-09-13T14:52:27.215 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.215 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.215 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:52:27.215 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.576543+0000", 2024-09-13T14:52:27.215 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0060157209999999999 2024-09-13T14:52:27.215 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.216 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.216 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:52:27.216 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.576551+0000", 2024-09-13T14:52:27.216 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.9000000000000006e-06 2024-09-13T14:52:27.216 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.216 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.216 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:52:27.216 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.030092+0000", 2024-09-13T14:52:27.216 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4535414799999999 2024-09-13T14:52:27.216 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.216 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.216 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:52:27.216 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.030216+0000", 2024-09-13T14:52:27.217 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000123652 2024-09-13T14:52:27.217 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.217 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.217 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,2,7", 2024-09-13T14:52:27.217 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.030344+0000", 2024-09-13T14:52:27.217 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000128033 2024-09-13T14:52:27.217 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.217 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.217 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:52:27.217 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.039526+0000", 2024-09-13T14:52:27.217 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0091822669999999992 2024-09-13T14:52:27.217 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.217 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.217 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:52:27.218 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.049504+0000", 2024-09-13T14:52:27.218 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0099781239999999997 2024-09-13T14:52:27.218 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.218 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.218 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:52:27.218 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.049547+0000", 2024-09-13T14:52:27.218 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.3047999999999998e-05 2024-09-13T14:52:27.218 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.218 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.218 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:52:27.218 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.079195+0000", 2024-09-13T14:52:27.218 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.029647927000000001 2024-09-13T14:52:27.218 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.218 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.219 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:52:27.219 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.079394+0000", 2024-09-13T14:52:27.219 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000198517 2024-09-13T14:52:27.219 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.219 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.219 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:52:27.219 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.080503+0000", 2024-09-13T14:52:27.219 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0011090749999999999 2024-09-13T14:52:27.219 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:27.219 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:52:27.219 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:27.219 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.219 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.219 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:196800 7.9 7:90fa0e27:::benchmark_data_smithi071_196541_object83860:head [delete] snapc 0=[] RETRY=1 ondisk+retry+write+known_if_redirected+supports_pool_eio e1189)", 2024-09-13T14:52:27.220 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:50:01.570611+0000", 2024-09-13T14:52:27.220 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 145.40304032099999, 2024-09-13T14:52:27.220 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.517572667, 2024-09-13T14:52:27.220 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:52:27.220 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:52:27.220 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:52:27.220 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:52:27.220 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:52:27.220 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:52:27.220 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 196800 2024-09-13T14:52:27.220 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.220 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:52:27.220 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.221 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:52:27.221 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.570611+0000", 2024-09-13T14:52:27.221 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:52:27.221 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.221 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.221 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:52:27.221 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.570611+0000", 2024-09-13T14:52:27.221 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:52:27.221 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.221 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.221 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:52:27.221 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.570612+0000", 2024-09-13T14:52:27.221 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.9200000000000001e-07 2024-09-13T14:52:27.221 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.222 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.222 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:52:27.222 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.570615+0000", 2024-09-13T14:52:27.222 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.9179999999999998e-06 2024-09-13T14:52:27.222 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.222 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.222 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:52:27.222 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.570622+0000", 2024-09-13T14:52:27.222 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.7600000000000002e-06 2024-09-13T14:52:27.222 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.222 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.222 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:52:27.222 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.570628+0000", 2024-09-13T14:52:27.222 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.5149999999999997e-06 2024-09-13T14:52:27.223 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.223 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.223 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:52:27.223 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.576583+0000", 2024-09-13T14:52:27.223 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0059547189999999998 2024-09-13T14:52:27.223 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.223 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.223 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:52:27.223 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.576590+0000", 2024-09-13T14:52:27.223 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.4490000000000002e-06 2024-09-13T14:52:27.223 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.223 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.223 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:52:27.223 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.034996+0000", 2024-09-13T14:52:27.224 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.458406101 2024-09-13T14:52:27.224 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.224 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.224 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for degraded object", 2024-09-13T14:52:27.224 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.035663+0000", 2024-09-13T14:52:27.224 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00066690900000000003 2024-09-13T14:52:27.224 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.224 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.224 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:52:27.224 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.051143+0000", 2024-09-13T14:52:27.224 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.015479922 2024-09-13T14:52:27.224 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.224 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.225 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:52:27.225 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.051241+0000", 2024-09-13T14:52:27.225 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.7993999999999997e-05 2024-09-13T14:52:27.225 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.225 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.225 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,2,7", 2024-09-13T14:52:27.225 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.051378+0000", 2024-09-13T14:52:27.225 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013746400000000001 2024-09-13T14:52:27.225 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.225 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.225 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:52:27.225 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.086310+0000", 2024-09-13T14:52:27.225 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.034931724999999997 2024-09-13T14:52:27.225 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.226 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.226 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:52:27.226 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.086366+0000", 2024-09-13T14:52:27.226 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.5770000000000003e-05 2024-09-13T14:52:27.226 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.226 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.226 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:52:27.226 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.086407+0000", 2024-09-13T14:52:27.226 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.1381999999999998e-05 2024-09-13T14:52:27.226 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.226 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.226 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:52:27.226 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.087019+0000", 2024-09-13T14:52:27.227 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00061190099999999998 2024-09-13T14:52:27.227 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.227 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.227 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:52:27.227 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.087078+0000", 2024-09-13T14:52:27.227 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.8879999999999999e-05 2024-09-13T14:52:27.227 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.227 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.227 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:52:27.227 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.088184+0000", 2024-09-13T14:52:27.227 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0011056659999999999 2024-09-13T14:52:27.227 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:27.227 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:52:27.228 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:27.228 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.228 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.228 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:196802 7.9 7:95466854:::benchmark_data_smithi071_196541_object83862:head [delete] snapc 0=[] RETRY=1 ondisk+retry+write+known_if_redirected+supports_pool_eio e1189)", 2024-09-13T14:52:27.228 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:50:01.570637+0000", 2024-09-13T14:52:27.228 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 145.403014756, 2024-09-13T14:52:27.228 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.5182954739999999, 2024-09-13T14:52:27.228 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:52:27.228 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:52:27.228 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:52:27.228 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:52:27.228 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:52:27.228 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:52:27.228 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 196802 2024-09-13T14:52:27.229 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.229 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:52:27.229 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.229 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:52:27.229 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.570637+0000", 2024-09-13T14:52:27.229 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:52:27.229 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.229 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.229 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:52:27.229 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.570637+0000", 2024-09-13T14:52:27.229 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:52:27.229 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.229 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.229 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:52:27.230 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.570637+0000", 2024-09-13T14:52:27.230 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.2500000000000001e-07 2024-09-13T14:52:27.230 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.230 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.230 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:52:27.230 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.570648+0000", 2024-09-13T14:52:27.230 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1361e-05 2024-09-13T14:52:27.230 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.230 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.230 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:52:27.230 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.570655+0000", 2024-09-13T14:52:27.230 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.9360000000000002e-06 2024-09-13T14:52:27.230 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.230 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.230 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:52:27.231 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.570661+0000", 2024-09-13T14:52:27.231 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.429e-06 2024-09-13T14:52:27.231 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.231 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.231 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:52:27.231 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.576614+0000", 2024-09-13T14:52:27.231 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0059529860000000004 2024-09-13T14:52:27.231 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.231 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.231 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:52:27.231 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.576621+0000", 2024-09-13T14:52:27.231 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.4120000000000004e-06 2024-09-13T14:52:27.231 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.232 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.232 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:52:27.232 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.035715+0000", 2024-09-13T14:52:27.232 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4590938529999999 2024-09-13T14:52:27.232 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.232 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.232 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for degraded object", 2024-09-13T14:52:27.232 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.036411+0000", 2024-09-13T14:52:27.232 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00069571800000000001 2024-09-13T14:52:27.232 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.232 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.232 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:52:27.232 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.060905+0000", 2024-09-13T14:52:27.232 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.024494120000000001 2024-09-13T14:52:27.233 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.233 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.233 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:52:27.233 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.061018+0000", 2024-09-13T14:52:27.233 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000112978 2024-09-13T14:52:27.233 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.233 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.233 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,2,7", 2024-09-13T14:52:27.233 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.061226+0000", 2024-09-13T14:52:27.233 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00020866 2024-09-13T14:52:27.233 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.233 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.233 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:52:27.233 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.086317+0000", 2024-09-13T14:52:27.234 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.025090278000000001 2024-09-13T14:52:27.234 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.234 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.234 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:52:27.234 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.088229+0000", 2024-09-13T14:52:27.234 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0019119320000000001 2024-09-13T14:52:27.234 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.234 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.234 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:52:27.234 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.088269+0000", 2024-09-13T14:52:27.234 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.9839000000000003e-05 2024-09-13T14:52:27.234 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.234 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.234 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:52:27.235 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.088306+0000", 2024-09-13T14:52:27.235 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.7965e-05 2024-09-13T14:52:27.235 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.235 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.235 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:52:27.235 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.088364+0000", 2024-09-13T14:52:27.235 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.7117999999999998e-05 2024-09-13T14:52:27.235 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.235 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.235 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:52:27.235 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:03.088932+0000", 2024-09-13T14:52:27.235 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00056846399999999997 2024-09-13T14:52:27.235 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:27.235 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:52:27.235 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:27.236 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.236 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.236 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:50037 8.6 8:6159b277:::benchmark_data_smithi071_245775_object50036:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1213)", 2024-09-13T14:52:27.236 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:51:52.327155+0000", 2024-09-13T14:52:27.236 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 34.646496087999999, 2024-09-13T14:52:27.236 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.248039384, 2024-09-13T14:52:27.236 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:52:27.236 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:52:27.236 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:52:27.236 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:52:27.236 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T14:52:27.236 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:52:27.236 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 50037 2024-09-13T14:52:27.236 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.237 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:52:27.237 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.237 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:52:27.237 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:51:52.327155+0000", 2024-09-13T14:52:27.237 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:52:27.237 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.237 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.237 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:52:27.237 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:51:52.327155+0000", 2024-09-13T14:52:27.237 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:52:27.237 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.237 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.237 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:52:27.237 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:51:52.327156+0000", 2024-09-13T14:52:27.238 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.175e-06 2024-09-13T14:52:27.238 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.238 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.238 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:52:27.238 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:51:52.327179+0000", 2024-09-13T14:52:27.238 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.2458000000000001e-05 2024-09-13T14:52:27.238 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.238 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.238 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:52:27.238 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:51:52.327191+0000", 2024-09-13T14:52:27.238 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2119e-05 2024-09-13T14:52:27.238 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.238 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.238 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:52:27.239 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:51:52.327198+0000", 2024-09-13T14:52:27.239 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.255e-06 2024-09-13T14:52:27.239 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.239 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.239 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:52:27.239 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:51:52.328679+0000", 2024-09-13T14:52:27.239 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0014805370000000001 2024-09-13T14:52:27.239 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.239 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.239 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:52:27.239 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:51:52.328814+0000", 2024-09-13T14:52:27.239 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000135635 2024-09-13T14:52:27.239 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.239 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.240 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 3", 2024-09-13T14:52:27.240 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:51:52.328911+0000", 2024-09-13T14:52:27.240 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.6083999999999997e-05 2024-09-13T14:52:27.240 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.240 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.240 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:52:27.240 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:51:52.573194+0000", 2024-09-13T14:52:27.240 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.24428357000000001 2024-09-13T14:52:27.240 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.240 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.240 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:52:27.240 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:51:52.575063+0000", 2024-09-13T14:52:27.240 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.001868818 2024-09-13T14:52:27.241 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.241 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.241 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:52:27.241 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:51:52.575113+0000", 2024-09-13T14:52:27.241 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.9922000000000001e-05 2024-09-13T14:52:27.241 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:27.241 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:27.241 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:52:27.241 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:51:52.575195+0000", 2024-09-13T14:52:27.241 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.1811000000000007e-05 2024-09-13T14:52:27.241 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:27.241 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:52:27.241 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:27.241 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:27.241 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:52:27.242 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:52:27.243 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:27.243 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:27.244 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:27.244 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:27 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:52:27.244 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:27 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:52:27.244 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:27 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:52:27.244 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:27 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:52:27.244 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:27 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:52:27.268 INFO:teuthology.orchestra.run.smithi104.stderr:no valid command found; 10 closest matches: 2024-09-13T14:52:27.268 INFO:teuthology.orchestra.run.smithi104.stderr:0 2024-09-13T14:52:27.268 INFO:teuthology.orchestra.run.smithi104.stderr:1 2024-09-13T14:52:27.268 INFO:teuthology.orchestra.run.smithi104.stderr:2 2024-09-13T14:52:27.268 INFO:teuthology.orchestra.run.smithi104.stderr:abort 2024-09-13T14:52:27.268 INFO:teuthology.orchestra.run.smithi104.stderr:assert 2024-09-13T14:52:27.268 INFO:teuthology.orchestra.run.smithi104.stderr:bluefs debug_inject_read_zeros 2024-09-13T14:52:27.268 INFO:teuthology.orchestra.run.smithi104.stderr:bluefs files list 2024-09-13T14:52:27.268 INFO:teuthology.orchestra.run.smithi104.stderr:bluefs stats 2024-09-13T14:52:27.268 INFO:teuthology.orchestra.run.smithi104.stderr:bluestore bluefs device info [] 2024-09-13T14:52:27.268 INFO:teuthology.orchestra.run.smithi104.stderr:config diff 2024-09-13T14:52:27.268 INFO:teuthology.orchestra.run.smithi104.stderr:admin_socket: invalid command 2024-09-13T14:52:27.344 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:52:27.387 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:27.388 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:27.388 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:52:27.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:27 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:52:27.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:27 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:52:27.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:27 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:52:27.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:27 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:52:27.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:27 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:52:27.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:27 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:52:27.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:27 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:52:27.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:27 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:52:27.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:27 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:52:27.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:27 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:52:27.490 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:52:27.516 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:27.517 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:27.517 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:52:27.618 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:27.643 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:27.643 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:27.644 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:27.644 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 58 16 95526 95510 102.899 68.6875 0.00634581 0.00971374 2024-09-13T14:52:27.743 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=false 2024-09-13T14:52:27.745 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:27.769 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:27.770 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:27.770 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:27.871 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:27.894 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:27.895 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:27.895 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:27.996 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:52:28.034 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:28.036 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:28.037 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:52:28.053 DEBUG:teuthology.orchestra.run:got remote process result: 22 2024-09-13T14:52:28.054 INFO:tasks.cephadm.ceph_manager.ceph:waiting on admin_socket for osd-6, ['dump_ops_in_flight'] 2024-09-13T14:52:28.138 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:52:28.176 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:28.177 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:28.177 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:52:28.278 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:28.312 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:28.313 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:28.313 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:28.414 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:52:28.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:28 smithi104 ceph-mon[105578]: pgmap v1652: 99 pgs: 57 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 5.6 GiB data, 15 GiB used, 432 GiB / 447 GiB avail; 78 MiB/s wr, 1.25k op/s; 63494/276522 objects degraded (22.962%); 22/276522 objects misplaced (0.008%) 2024-09-13T14:52:28.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:28 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 63494/276522 objects degraded (22.962%), 12 pgs degraded, 15 pgs undersized (PG_DEGRADED) 2024-09-13T14:52:28.456 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:28.457 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:28.457 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:52:28.558 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:52:28.581 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:28.581 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:28.582 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:52:28.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:28 smithi071 ceph-mon[107477]: pgmap v1652: 99 pgs: 57 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 5.6 GiB data, 15 GiB used, 432 GiB / 447 GiB avail; 78 MiB/s wr, 1.25k op/s; 63494/276522 objects degraded (22.962%); 22/276522 objects misplaced (0.008%) 2024-09-13T14:52:28.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:28 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 63494/276522 objects degraded (22.962%), 12 pgs degraded, 15 pgs undersized (PG_DEGRADED) 2024-09-13T14:52:28.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:28 smithi071 ceph-mon[112785]: pgmap v1652: 99 pgs: 57 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 5.6 GiB data, 15 GiB used, 432 GiB / 447 GiB avail; 78 MiB/s wr, 1.25k op/s; 63494/276522 objects degraded (22.962%); 22/276522 objects misplaced (0.008%) 2024-09-13T14:52:28.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:28 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 63494/276522 objects degraded (22.962%), 12 pgs degraded, 15 pgs undersized (PG_DEGRADED) 2024-09-13T14:52:28.645 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 59 16 96742 96726 102.443 76 0.0123409 0.00975687 2024-09-13T14:52:28.683 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:28.707 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:28.708 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:28.708 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:28.809 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:52:28.852 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:28.853 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:28.853 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:52:28.954 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:52:28.991 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:28.992 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:28.992 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:52:29.093 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:29.134 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:29.135 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:29.135 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:29.236 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:29.259 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:29.260 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:29.260 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:29.361 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:29.399 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:29.399 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:29.400 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:29.501 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:52:29.544 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:29.545 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:29.545 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:52:29.644 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:2024-09-13T14:52:29.643968+0000 min lat: 0.0011859 max lat: 0.319986 avg lat: 0.00980162 2024-09-13T14:52:29.644 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2024-09-13T14:52:29.644 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 60 16 97934 97918 101.978 74.5 0.0247882 0.00980162 2024-09-13T14:52:29.647 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:52:29.669 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:29.670 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:29.671 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:52:29.771 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:29.796 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:29.796 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:29.797 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:29.898 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:29.923 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:29.923 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:29.924 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:30.024 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:52:30.046 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:30.047 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:30.047 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:52:30.148 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:52:30.181 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:30.182 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:30.182 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:52:30.283 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:52:30.319 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:30.319 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:30.320 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:52:30.420 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:52:30.445 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:30.446 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:30.446 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:52:30.547 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:52:30.569 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:30 smithi071 ceph-mon[107477]: pgmap v1653: 99 pgs: 57 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 5.7 GiB data, 15 GiB used, 432 GiB / 447 GiB avail; 81 MiB/s wr, 1.29k op/s; 64228/280002 objects degraded (22.938%); 22/280002 objects misplaced (0.008%) 2024-09-13T14:52:30.569 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:30 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:52:30.569 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:30 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:52:30.569 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:30 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3714370337' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:52:30.569 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:30 smithi071 ceph-mon[112785]: pgmap v1653: 99 pgs: 57 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 5.7 GiB data, 15 GiB used, 432 GiB / 447 GiB avail; 81 MiB/s wr, 1.29k op/s; 64228/280002 objects degraded (22.938%); 22/280002 objects misplaced (0.008%) 2024-09-13T14:52:30.570 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:30 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:52:30.570 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:30 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:52:30.570 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:30 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3714370337' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:52:30.570 INFO:teuthology.orchestra.run.smithi071.stderr:noscrub is set 2024-09-13T14:52:30.579 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:30 smithi104 ceph-mon[105578]: pgmap v1653: 99 pgs: 57 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 5.7 GiB data, 15 GiB used, 432 GiB / 447 GiB avail; 81 MiB/s wr, 1.29k op/s; 64228/280002 objects degraded (22.938%); 22/280002 objects misplaced (0.008%) 2024-09-13T14:52:30.579 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:30 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:52:30.579 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:30 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:52:30.579 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:30 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3714370337' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:52:30.587 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:30.588 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:30.588 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:52:30.646 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 61 16 98920 98904 101.316 61.625 0.0102063 0.00986522 2024-09-13T14:52:30.689 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:30.727 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:30.727 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:30.728 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:30.829 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:52:30.852 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:30.853 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:30.853 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:52:30.922 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 14:52:30 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T14:52:30.576+0000 7f7174277640 -1 osd.6 1150 log_to_monitors true 2024-09-13T14:52:30.954 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:30.979 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:30.979 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:30.980 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:31.005 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.1 dump_ops_in_flight 2024-09-13T14:52:31.081 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:52:31.106 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:31.106 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:31.107 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:52:31.208 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:52:31.215 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:31 smithi071 ceph-mon[107477]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:52:31.215 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:31 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3714370337' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T14:52:31.215 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:31 smithi071 ceph-mon[107477]: osdmap e1220: 8 total, 7 up, 5 in 2024-09-13T14:52:31.215 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:31 smithi071 ceph-mon[107477]: from='osd.6 [v2:172.21.15.104:6816/1310779001,v1:172.21.15.104:6817/1310779001]' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-13T14:52:31.255 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:31.256 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:31.256 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:52:31.357 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:52:31.378 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:31.378 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:31.379 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:52:31.480 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:52:31.527 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:31.527 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:31.528 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:52:31.629 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:52:31.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:31 smithi071 ceph-mon[107477]: from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-13T14:52:31.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:31 smithi071 ceph-mon[112785]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:52:31.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:31 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3714370337' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T14:52:31.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:31 smithi071 ceph-mon[112785]: osdmap e1220: 8 total, 7 up, 5 in 2024-09-13T14:52:31.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:31 smithi071 ceph-mon[112785]: from='osd.6 [v2:172.21.15.104:6816/1310779001,v1:172.21.15.104:6817/1310779001]' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-13T14:52:31.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:31 smithi071 ceph-mon[112785]: from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-13T14:52:31.644 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:31 smithi104 ceph-mon[105578]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:52:31.645 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:31 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3714370337' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T14:52:31.645 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:31 smithi104 ceph-mon[105578]: osdmap e1220: 8 total, 7 up, 5 in 2024-09-13T14:52:31.645 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:31 smithi104 ceph-mon[105578]: from='osd.6 [v2:172.21.15.104:6816/1310779001,v1:172.21.15.104:6817/1310779001]' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-13T14:52:31.645 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:31 smithi104 ceph-mon[105578]: from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-13T14:52:31.645 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 62 16 100017 100001 100.788 68.5625 0.0067088 0.00991644 2024-09-13T14:52:31.662 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:31.662 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:31.662 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:52:31.763 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:52:31.799 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:31.799 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:31.800 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:52:31.901 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:31.922 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 14:52:31 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T14:52:31.642+0000 7f7168019640 -1 osd.6 1221 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-13T14:52:31.940 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:31.940 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:31.941 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:32.042 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:32.081 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:32.082 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:32.082 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:32.183 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:32.205 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:32.206 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:32.206 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:32.307 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:52:32.347 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:32.348 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:32.348 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:52:32.449 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:52:32.481 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:32.481 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:32.482 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:52:32.542 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:32 smithi071 ceph-mon[107477]: pgmap v1655: 99 pgs: 57 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 5.9 GiB data, 16 GiB used, 431 GiB / 447 GiB avail; 77 MiB/s wr, 1.23k op/s; 66416/289917 objects degraded (22.909%); 22/289917 objects misplaced (0.008%) 2024-09-13T14:52:32.543 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:32 smithi071 ceph-mon[107477]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-13T14:52:32.543 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:32 smithi071 ceph-mon[107477]: from='osd.6 [v2:172.21.15.104:6816/1310779001,v1:172.21.15.104:6817/1310779001]' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi104", "root=default"]} : dispatch 2024-09-13T14:52:32.543 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:32 smithi071 ceph-mon[107477]: osdmap e1221: 8 total, 7 up, 5 in 2024-09-13T14:52:32.543 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:32 smithi071 ceph-mon[107477]: from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi104", "root=default"]} : dispatch 2024-09-13T14:52:32.543 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:32 smithi071 ceph-mon[112785]: pgmap v1655: 99 pgs: 57 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 5.9 GiB data, 16 GiB used, 431 GiB / 447 GiB avail; 77 MiB/s wr, 1.23k op/s; 66416/289917 objects degraded (22.909%); 22/289917 objects misplaced (0.008%) 2024-09-13T14:52:32.543 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:32 smithi071 ceph-mon[112785]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-13T14:52:32.543 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:32 smithi071 ceph-mon[112785]: from='osd.6 [v2:172.21.15.104:6816/1310779001,v1:172.21.15.104:6817/1310779001]' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi104", "root=default"]} : dispatch 2024-09-13T14:52:32.543 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:32 smithi071 ceph-mon[112785]: osdmap e1221: 8 total, 7 up, 5 in 2024-09-13T14:52:32.543 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:32 smithi071 ceph-mon[112785]: from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi104", "root=default"]} : dispatch 2024-09-13T14:52:32.583 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:32.629 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:32.629 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:32.629 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:32.644 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 63 16 101097 101081 100.259 67.5 0.00981333 0.00996288 2024-09-13T14:52:32.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:32 smithi104 ceph-mon[105578]: pgmap v1655: 99 pgs: 57 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 5.9 GiB data, 16 GiB used, 431 GiB / 447 GiB avail; 77 MiB/s wr, 1.23k op/s; 66416/289917 objects degraded (22.909%); 22/289917 objects misplaced (0.008%) 2024-09-13T14:52:32.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:32 smithi104 ceph-mon[105578]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-13T14:52:32.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:32 smithi104 ceph-mon[105578]: from='osd.6 [v2:172.21.15.104:6816/1310779001,v1:172.21.15.104:6817/1310779001]' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi104", "root=default"]} : dispatch 2024-09-13T14:52:32.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:32 smithi104 ceph-mon[105578]: osdmap e1221: 8 total, 7 up, 5 in 2024-09-13T14:52:32.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:32 smithi104 ceph-mon[105578]: from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi104", "root=default"]} : dispatch 2024-09-13T14:52:32.730 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:52:32.751 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:32.752 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:32.752 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:52:32.853 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:32.874 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:32.874 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:32.875 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:32.891 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:52:32 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:52:32] "GET /metrics HTTP/1.1" 200 36651 "" "Prometheus/2.51.0" 2024-09-13T14:52:32.976 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:32.998 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:32.999 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:32.999 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:33.054 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.6 dump_ops_in_flight 2024-09-13T14:52:33.100 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:33.121 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:33.121 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:33.122 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:33.223 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:52:33.245 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:33.246 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:33.246 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:52:33.274 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:52:33.346 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:33.368 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:33.368 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:33.368 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:33.394 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:33 smithi104 ceph-mon[105578]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-13T14:52:33.394 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:33 smithi104 ceph-mon[105578]: osd.6 [v2:172.21.15.104:6816/1310779001,v1:172.21.15.104:6817/1310779001] boot 2024-09-13T14:52:33.394 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:33 smithi104 ceph-mon[105578]: osdmap e1222: 8 total, 8 up, 5 in 2024-09-13T14:52:33.394 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:33 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-13T14:52:33.394 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:33 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 66416/289917 objects degraded (22.909%), 12 pgs degraded, 15 pgs undersized (PG_DEGRADED) 2024-09-13T14:52:33.395 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:33 smithi104 ceph-mon[105578]: osdmap e1223: 8 total, 8 up, 5 in 2024-09-13T14:52:33.469 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:52:33.492 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:33.492 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:33.493 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:52:33.593 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:33.617 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:33.618 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:33.618 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:33.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:33 smithi071 ceph-mon[107477]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-13T14:52:33.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:33 smithi071 ceph-mon[107477]: osd.6 [v2:172.21.15.104:6816/1310779001,v1:172.21.15.104:6817/1310779001] boot 2024-09-13T14:52:33.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:33 smithi071 ceph-mon[107477]: osdmap e1222: 8 total, 8 up, 5 in 2024-09-13T14:52:33.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:33 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-13T14:52:33.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:33 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 66416/289917 objects degraded (22.909%), 12 pgs degraded, 15 pgs undersized (PG_DEGRADED) 2024-09-13T14:52:33.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:33 smithi071 ceph-mon[107477]: osdmap e1223: 8 total, 8 up, 5 in 2024-09-13T14:52:33.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:33 smithi071 ceph-mon[112785]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-13T14:52:33.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:33 smithi071 ceph-mon[112785]: osd.6 [v2:172.21.15.104:6816/1310779001,v1:172.21.15.104:6817/1310779001] boot 2024-09-13T14:52:33.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:33 smithi071 ceph-mon[112785]: osdmap e1222: 8 total, 8 up, 5 in 2024-09-13T14:52:33.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:33 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-13T14:52:33.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:33 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 66416/289917 objects degraded (22.909%), 12 pgs degraded, 15 pgs undersized (PG_DEGRADED) 2024-09-13T14:52:33.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:33 smithi071 ceph-mon[112785]: osdmap e1223: 8 total, 8 up, 5 in 2024-09-13T14:52:33.644 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 64 16 101097 101081 98.6927 0 - 0.00996288 2024-09-13T14:52:33.715 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:52:33.719 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:33.742 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:33.743 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:33.743 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:33.844 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:52:33.868 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:33.869 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:33.869 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:52:33.970 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:33.991 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:33.991 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:33.992 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:34.093 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:34.114 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:34.114 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:34.115 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:34.216 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:52:34.246 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:34.247 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:34.247 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:52:34.348 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:34.383 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:34.384 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:34.384 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:34.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:34 smithi104 ceph-mon[105578]: pgmap v1658: 99 pgs: 57 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 6.0 GiB data, 16 GiB used, 431 GiB / 447 GiB avail; 62 MiB/s wr, 985 op/s; 67512/294270 objects degraded (22.942%); 22/294270 objects misplaced (0.007%) 2024-09-13T14:52:34.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:34 smithi104 ceph-mon[105578]: osdmap e1224: 8 total, 8 up, 5 in 2024-09-13T14:52:34.485 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:34.511 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:34.511 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:34.512 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:34.613 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:34.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:34 smithi071 ceph-mon[107477]: pgmap v1658: 99 pgs: 57 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 6.0 GiB data, 16 GiB used, 431 GiB / 447 GiB avail; 62 MiB/s wr, 985 op/s; 67512/294270 objects degraded (22.942%); 22/294270 objects misplaced (0.007%) 2024-09-13T14:52:34.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:34 smithi071 ceph-mon[107477]: osdmap e1224: 8 total, 8 up, 5 in 2024-09-13T14:52:34.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:34 smithi071 ceph-mon[112785]: pgmap v1658: 99 pgs: 57 active+clean+remapped, 3 active+undersized, 12 active+undersized+degraded, 27 active+clean; 6.0 GiB data, 16 GiB used, 431 GiB / 447 GiB avail; 62 MiB/s wr, 985 op/s; 67512/294270 objects degraded (22.942%); 22/294270 objects misplaced (0.007%) 2024-09-13T14:52:34.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:34 smithi071 ceph-mon[112785]: osdmap e1224: 8 total, 8 up, 5 in 2024-09-13T14:52:34.642 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:34.642 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:34.643 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:34.644 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 65 16 101270 101254 97.3408 5.40625 0.00719041 0.0102647 2024-09-13T14:52:34.744 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:34.769 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:34.770 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:34.770 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:34.871 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:52:34.899 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:34.899 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:34.900 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:52:35.000 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:35.029 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:35.029 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:35.030 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:35.130 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:35.157 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:35.157 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:35.158 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:35.259 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:35.292 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:35.293 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:35.293 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:35.328 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:35 smithi104 ceph-mon[105578]: 8.9 starting backfill to osd.6 from (0'0,0'0] MAX to 1221'6432 2024-09-13T14:52:35.328 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:35 smithi104 ceph-mon[105578]: 8.4 starting backfill to osd.6 from (0'0,0'0] MAX to 1221'6338 2024-09-13T14:52:35.328 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:35 smithi104 ceph-mon[105578]: 8.c starting backfill to osd.6 from (0'0,0'0] MAX to 1221'6351 2024-09-13T14:52:35.329 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:35 smithi104 ceph-mon[105578]: 8.b starting backfill to osd.6 from (0'0,0'0] MAX to 1221'6338 2024-09-13T14:52:35.329 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:35 smithi104 ceph-mon[105578]: 8.d starting backfill to osd.6 from (0'0,0'0] MAX to 1221'6265 2024-09-13T14:52:35.329 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:35 smithi104 ceph-mon[105578]: 8.f starting backfill to osd.6 from (0'0,0'0] MAX to 1221'6404 2024-09-13T14:52:35.329 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:35 smithi104 ceph-mon[105578]: 8.3 starting backfill to osd.6 from (0'0,0'0] MAX to 1221'6180 2024-09-13T14:52:35.329 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:35 smithi104 ceph-mon[105578]: 8.7 starting backfill to osd.6 from (0'0,0'0] MAX to 1221'6334 2024-09-13T14:52:35.355 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2024-09-13T14:52:35.355 INFO:teuthology.orchestra.run.smithi104.stdout: "ops": [ 2024-09-13T14:52:35.355 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:52:35.355 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.35391.0:101785 8.5 e1224/1223 8:a53f919d:::benchmark_data_smithi071_245775_object101784:head v 1224'6321, mlcod=1211'13)", 2024-09-13T14:52:35.355 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:52:35.321564+0000", 2024-09-13T14:52:35.355 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.031206623999999999, 2024-09-13T14:52:35.356 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.031228196, 2024-09-13T14:52:35.356 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:52:35.356 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "started", 2024-09-13T14:52:35.356 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:52:35.356 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:52:35.356 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:52:35.356 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:35.321564+0000", 2024-09-13T14:52:35.356 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:52:35.356 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:52:35.356 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:52:35.357 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:52:35.357 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:35.321564+0000", 2024-09-13T14:52:35.357 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:52:35.357 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:52:35.357 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:52:35.357 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:52:35.357 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:35.321563+0000", 2024-09-13T14:52:35.357 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:52:35.357 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:52:35.357 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:52:35.358 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:52:35.358 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:35.321648+0000", 2024-09-13T14:52:35.358 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.5196000000000002e-05 2024-09-13T14:52:35.358 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:52:35.358 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:52:35.358 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:52:35.358 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:35.321658+0000", 2024-09-13T14:52:35.358 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.6730000000000004e-06 2024-09-13T14:52:35.358 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:52:35.358 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:52:35.358 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:52:35.359 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:35.321664+0000", 2024-09-13T14:52:35.359 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.2029999999999997e-06 2024-09-13T14:52:35.359 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:52:35.359 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:52:35.359 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:52:35.359 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:35.330853+0000", 2024-09-13T14:52:35.359 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0091887989999999992 2024-09-13T14:52:35.359 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:52:35.359 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:52:35.359 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:52:35.359 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:35.330876+0000", 2024-09-13T14:52:35.360 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.3071e-05 2024-09-13T14:52:35.360 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:52:35.360 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:52:35.360 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:52:35.360 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:52:35.360 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:52:35.360 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.35391.0:101793 8.5 e1224/1223 8:a897e1e0:::benchmark_data_smithi071_245775_object101792:head v 1224'6322, mlcod=1211'13)", 2024-09-13T14:52:35.360 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:52:35.326655+0000", 2024-09-13T14:52:35.360 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.026116047, 2024-09-13T14:52:35.360 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.026177510000000001, 2024-09-13T14:52:35.360 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:52:35.361 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "started", 2024-09-13T14:52:35.361 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:52:35.361 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:52:35.361 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:52:35.361 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:35.326655+0000", 2024-09-13T14:52:35.361 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:52:35.361 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:52:35.361 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:52:35.361 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:52:35.361 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:35.326655+0000", 2024-09-13T14:52:35.361 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:52:35.361 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:52:35.362 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:52:35.362 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:52:35.362 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:35.326654+0000", 2024-09-13T14:52:35.362 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:52:35.362 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:52:35.362 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:52:35.362 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:52:35.362 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:35.326719+0000", 2024-09-13T14:52:35.362 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.4842e-05 2024-09-13T14:52:35.362 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:52:35.362 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:52:35.363 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:52:35.363 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:35.326732+0000", 2024-09-13T14:52:35.363 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3208e-05 2024-09-13T14:52:35.363 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:52:35.363 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:52:35.363 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:52:35.363 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:35.326738+0000", 2024-09-13T14:52:35.363 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.0599999999999996e-06 2024-09-13T14:52:35.363 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:52:35.363 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:52:35.363 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:52:35.363 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:35.335888+0000", 2024-09-13T14:52:35.364 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0091503069999999999 2024-09-13T14:52:35.364 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:52:35.364 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:52:35.364 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:52:35.364 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:35.335923+0000", 2024-09-13T14:52:35.364 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.4341000000000002e-05 2024-09-13T14:52:35.364 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:52:35.364 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:52:35.364 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:52:35.364 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:52:35.364 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:52:35.365 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.35391.0:101800 8.5 e1224/1223 8:a5650a4f:::benchmark_data_smithi071_245775_object101799:head v 1224'6323, mlcod=1211'13)", 2024-09-13T14:52:35.365 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:52:35.330110+0000", 2024-09-13T14:52:35.365 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.022660705, 2024-09-13T14:52:35.365 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.022754680999999999, 2024-09-13T14:52:35.365 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:52:35.365 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "started", 2024-09-13T14:52:35.365 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:52:35.365 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:52:35.365 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:52:35.365 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:35.330110+0000", 2024-09-13T14:52:35.365 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:52:35.366 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:52:35.366 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:52:35.366 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:52:35.366 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:35.330110+0000", 2024-09-13T14:52:35.366 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:52:35.366 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:52:35.366 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:52:35.366 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:52:35.366 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:35.330109+0000", 2024-09-13T14:52:35.366 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:52:35.366 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:52:35.366 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:52:35.367 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:52:35.367 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:35.330163+0000", 2024-09-13T14:52:35.367 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.3473000000000001e-05 2024-09-13T14:52:35.367 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:52:35.367 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:52:35.367 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:52:35.367 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:35.330179+0000", 2024-09-13T14:52:35.367 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.6112000000000001e-05 2024-09-13T14:52:35.367 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:52:35.367 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:52:35.367 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:52:35.368 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:35.330187+0000", 2024-09-13T14:52:35.368 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.1759999999999993e-06 2024-09-13T14:52:35.368 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:52:35.368 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:52:35.368 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:52:35.368 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:35.342268+0000", 2024-09-13T14:52:35.368 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.012080896000000001 2024-09-13T14:52:35.368 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:52:35.368 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:52:35.368 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:52:35.368 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:35.342292+0000", 2024-09-13T14:52:35.369 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.4046e-05 2024-09-13T14:52:35.369 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:52:35.369 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:52:35.369 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:52:35.369 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:52:35.369 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:52:35.369 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.35391.0:101801 8.5 e1224/1223 8:aebdfd84:::benchmark_data_smithi071_245775_object101800:head v 1224'6324, mlcod=1211'13)", 2024-09-13T14:52:35.369 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:52:35.335829+0000", 2024-09-13T14:52:35.369 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.016941945, 2024-09-13T14:52:35.369 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.017086202000000002, 2024-09-13T14:52:35.369 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:52:35.369 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "started", 2024-09-13T14:52:35.370 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:52:35.370 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:52:35.370 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:52:35.370 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:35.335829+0000", 2024-09-13T14:52:35.370 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:52:35.370 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:52:35.370 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:52:35.370 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:52:35.370 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:35.335829+0000", 2024-09-13T14:52:35.370 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:52:35.370 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:52:35.370 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:52:35.371 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:52:35.371 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:35.335828+0000", 2024-09-13T14:52:35.371 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:52:35.371 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:52:35.371 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:52:35.371 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:52:35.371 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:35.335910+0000", 2024-09-13T14:52:35.371 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.2212000000000005e-05 2024-09-13T14:52:35.371 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:52:35.371 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:52:35.371 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:52:35.372 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:35.335920+0000", 2024-09-13T14:52:35.372 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0053e-05 2024-09-13T14:52:35.372 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:52:35.372 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:52:35.372 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:52:35.372 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:35.335925+0000", 2024-09-13T14:52:35.372 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.8930000000000004e-06 2024-09-13T14:52:35.372 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:52:35.372 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:52:35.372 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:52:35.372 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:35.348386+0000", 2024-09-13T14:52:35.373 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.012461409 2024-09-13T14:52:35.373 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:52:35.373 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:52:35.373 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:52:35.373 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:35.348415+0000", 2024-09-13T14:52:35.373 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.8311999999999999e-05 2024-09-13T14:52:35.373 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:52:35.373 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:52:35.373 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:52:35.373 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:52:35.373 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:52:35.374 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.35391.0:101812 8.d e1224/1223 8:b1122254:::benchmark_data_smithi071_245775_object101811:head v 1224'6308, mlcod=1224'6306)", 2024-09-13T14:52:35.374 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:52:35.338628+0000", 2024-09-13T14:52:35.374 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.014142662, 2024-09-13T14:52:35.374 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.014319414000000001, 2024-09-13T14:52:35.374 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:52:35.374 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "started", 2024-09-13T14:52:35.374 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:52:35.374 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:52:35.374 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:52:35.374 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:35.338628+0000", 2024-09-13T14:52:35.374 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:52:35.375 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:52:35.375 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:52:35.375 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:52:35.375 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:35.338628+0000", 2024-09-13T14:52:35.375 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:52:35.375 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:52:35.375 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:52:35.375 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:52:35.375 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:35.338627+0000", 2024-09-13T14:52:35.375 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T14:52:35.375 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:52:35.376 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:52:35.376 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:52:35.376 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:35.338633+0000", 2024-09-13T14:52:35.376 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.0270000000000001e-06 2024-09-13T14:52:35.376 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:52:35.376 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:52:35.376 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:52:35.376 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:35.338644+0000", 2024-09-13T14:52:35.376 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1039999999999999e-05 2024-09-13T14:52:35.376 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:52:35.377 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:52:35.377 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:52:35.377 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:35.338659+0000", 2024-09-13T14:52:35.377 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.4252e-05 2024-09-13T14:52:35.377 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:52:35.377 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:52:35.377 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:52:35.377 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:35.348373+0000", 2024-09-13T14:52:35.377 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0097143409999999996 2024-09-13T14:52:35.377 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:52:35.378 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:52:35.378 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:52:35.378 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:35.348397+0000", 2024-09-13T14:52:35.378 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.3866000000000002e-05 2024-09-13T14:52:35.378 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:52:35.378 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:52:35.378 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:52:35.378 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:52:35.378 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:52:35.378 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.35391.0:101819 8.d e1224/1223 8:b1104b8b:::benchmark_data_smithi071_245775_object101818:head v 1224'6309, mlcod=1224'6306)", 2024-09-13T14:52:35.378 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:52:35.342662+0000", 2024-09-13T14:52:35.379 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.010108822, 2024-09-13T14:52:35.379 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.010340273000000001, 2024-09-13T14:52:35.379 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:52:35.379 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "started", 2024-09-13T14:52:35.379 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:52:35.379 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:52:35.379 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:52:35.379 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:35.342662+0000", 2024-09-13T14:52:35.379 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:52:35.379 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:52:35.379 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:52:35.380 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:52:35.380 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:35.342662+0000", 2024-09-13T14:52:35.380 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:52:35.380 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:52:35.380 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:52:35.380 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:52:35.380 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:35.342661+0000", 2024-09-13T14:52:35.380 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T14:52:35.380 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:52:35.380 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:52:35.380 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:52:35.381 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:35.342667+0000", 2024-09-13T14:52:35.381 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.3870000000000003e-06 2024-09-13T14:52:35.381 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:52:35.381 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:52:35.381 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:52:35.381 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:35.342684+0000", 2024-09-13T14:52:35.381 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.7544e-05 2024-09-13T14:52:35.381 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:52:35.381 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:52:35.381 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:52:35.381 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:35.342691+0000", 2024-09-13T14:52:35.381 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.477e-06 2024-09-13T14:52:35.382 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:52:35.382 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:52:35.382 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:52:35.382 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:35.349999+0000", 2024-09-13T14:52:35.382 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0073084179999999997 2024-09-13T14:52:35.382 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:52:35.382 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:52:35.382 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:52:35.382 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:35.350017+0000", 2024-09-13T14:52:35.382 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.7839999999999999e-05 2024-09-13T14:52:35.382 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:52:35.382 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:52:35.383 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:52:35.383 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:52:35.383 INFO:teuthology.orchestra.run.smithi104.stdout: ], 2024-09-13T14:52:35.383 INFO:teuthology.orchestra.run.smithi104.stdout: "num_ops": 6 2024-09-13T14:52:35.383 INFO:teuthology.orchestra.run.smithi104.stdout:} 2024-09-13T14:52:35.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:35 smithi071 ceph-mon[107477]: 8.9 starting backfill to osd.6 from (0'0,0'0] MAX to 1221'6432 2024-09-13T14:52:35.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:35 smithi071 ceph-mon[107477]: 8.4 starting backfill to osd.6 from (0'0,0'0] MAX to 1221'6338 2024-09-13T14:52:35.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:35 smithi071 ceph-mon[107477]: 8.c starting backfill to osd.6 from (0'0,0'0] MAX to 1221'6351 2024-09-13T14:52:35.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:35 smithi071 ceph-mon[107477]: 8.b starting backfill to osd.6 from (0'0,0'0] MAX to 1221'6338 2024-09-13T14:52:35.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:35 smithi071 ceph-mon[107477]: 8.d starting backfill to osd.6 from (0'0,0'0] MAX to 1221'6265 2024-09-13T14:52:35.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:35 smithi071 ceph-mon[107477]: 8.f starting backfill to osd.6 from (0'0,0'0] MAX to 1221'6404 2024-09-13T14:52:35.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:35 smithi071 ceph-mon[107477]: 8.3 starting backfill to osd.6 from (0'0,0'0] MAX to 1221'6180 2024-09-13T14:52:35.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:35 smithi071 ceph-mon[107477]: 8.7 starting backfill to osd.6 from (0'0,0'0] MAX to 1221'6334 2024-09-13T14:52:35.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:35 smithi071 ceph-mon[112785]: 8.9 starting backfill to osd.6 from (0'0,0'0] MAX to 1221'6432 2024-09-13T14:52:35.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:35 smithi071 ceph-mon[112785]: 8.4 starting backfill to osd.6 from (0'0,0'0] MAX to 1221'6338 2024-09-13T14:52:35.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:35 smithi071 ceph-mon[112785]: 8.c starting backfill to osd.6 from (0'0,0'0] MAX to 1221'6351 2024-09-13T14:52:35.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:35 smithi071 ceph-mon[112785]: 8.b starting backfill to osd.6 from (0'0,0'0] MAX to 1221'6338 2024-09-13T14:52:35.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:35 smithi071 ceph-mon[112785]: 8.d starting backfill to osd.6 from (0'0,0'0] MAX to 1221'6265 2024-09-13T14:52:35.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:35 smithi071 ceph-mon[112785]: 8.f starting backfill to osd.6 from (0'0,0'0] MAX to 1221'6404 2024-09-13T14:52:35.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:35 smithi071 ceph-mon[112785]: 8.3 starting backfill to osd.6 from (0'0,0'0] MAX to 1221'6180 2024-09-13T14:52:35.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:35 smithi071 ceph-mon[112785]: 8.7 starting backfill to osd.6 from (0'0,0'0] MAX to 1221'6334 2024-09-13T14:52:35.394 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:35.424 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:35.425 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:35.425 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:35.526 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:35.547 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:35.548 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:35.548 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:35.645 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 66 16 102100 102084 96.6519 51.875 0.0237668 0.0103416 2024-09-13T14:52:35.649 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:35.692 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:35.693 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:35.693 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:35.794 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:52:35.821 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:35.821 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:35.822 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:52:35.923 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:52:35.957 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:35.958 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:35.958 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:52:36.059 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:52:36.094 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:36.095 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:36.095 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:52:36.196 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:52:36.237 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:36.238 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:36.238 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:52:36.339 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:36.378 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:36.378 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:36.379 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:36.479 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:52:36.502 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:36.503 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:36.503 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:52:36.604 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:36.626 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:36.626 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:36.627 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:36.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:36 smithi071 ceph-mon[107477]: pgmap v1661: 99 pgs: 1 activating+undersized+remapped, 2 activating+undersized+degraded+remapped, 2 remapped+peering, 1 activating, 7 peering, 39 active+clean+remapped, 2 active+recovery_wait+degraded, 2 active+undersized, 7 active+undersized+degraded, 36 active+clean; 6.1 GiB data, 16 GiB used, 431 GiB / 447 GiB avail; 52 MiB/s wr, 837 op/s; 55957/299964 objects degraded (18.655%); 18/299964 objects misplaced (0.006%) 2024-09-13T14:52:36.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:36 smithi071 ceph-mon[112785]: pgmap v1661: 99 pgs: 1 activating+undersized+remapped, 2 activating+undersized+degraded+remapped, 2 remapped+peering, 1 activating, 7 peering, 39 active+clean+remapped, 2 active+recovery_wait+degraded, 2 active+undersized, 7 active+undersized+degraded, 36 active+clean; 6.1 GiB data, 16 GiB used, 431 GiB / 447 GiB avail; 52 MiB/s wr, 837 op/s; 55957/299964 objects degraded (18.655%); 18/299964 objects misplaced (0.006%) 2024-09-13T14:52:36.645 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 67 16 102883 102867 95.9398 48.9375 0.00307506 0.0103982 2024-09-13T14:52:36.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:36 smithi104 ceph-mon[105578]: pgmap v1661: 99 pgs: 1 activating+undersized+remapped, 2 activating+undersized+degraded+remapped, 2 remapped+peering, 1 activating, 7 peering, 39 active+clean+remapped, 2 active+recovery_wait+degraded, 2 active+undersized, 7 active+undersized+degraded, 36 active+clean; 6.1 GiB data, 16 GiB used, 431 GiB / 447 GiB avail; 52 MiB/s wr, 837 op/s; 55957/299964 objects degraded (18.655%); 18/299964 objects misplaced (0.006%) 2024-09-13T14:52:36.727 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:36.758 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:36.759 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:36.759 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:36.860 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:52:36.888 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:36.889 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:36.889 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:52:36.990 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:52:37.027 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:37.027 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:37.028 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:52:37.128 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:37.151 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:37.152 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:37.152 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:37.253 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:52:37.278 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:37.279 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:37.279 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:52:37.380 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:37.408 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:37.409 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:37.409 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:37.510 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:37.537 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:37.538 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:37.538 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:37.639 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:52:37.645 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 68 16 103872 103856 95.4379 61.8125 0.0119487 0.010473 2024-09-13T14:52:37.665 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:37.665 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:37.665 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:52:37.766 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:37.791 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:37.792 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:37.793 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:37.893 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:37.914 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:37.915 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:37.915 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:38.016 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:38.037 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:38.038 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:38.038 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:38.139 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:38.173 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:38.174 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:38.174 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:38.275 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:38.298 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:38.298 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:38.299 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:38.399 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:52:38.430 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:38.431 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:38.431 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:52:38.532 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:38.559 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:38.559 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:38.560 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:38.631 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:38 smithi071 ceph-mon[107477]: pgmap v1662: 99 pgs: 2 active+recovery_wait+undersized+degraded+remapped, 1 activating+undersized+remapped, 2 activating+undersized+degraded+remapped, 3 active+undersized+degraded+remapped+backfill_wait, 2 remapped+peering, 1 activating, 7 peering, 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+degraded, 78 active+clean; 6.2 GiB data, 16 GiB used, 431 GiB / 447 GiB avail; 42 MiB/s wr, 676 op/s; 56993/304701 objects degraded (18.705%); 287 KiB/s, 1 keys/s, 4 objects/s recovering 2024-09-13T14:52:38.631 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:38 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 56993/304701 objects degraded (18.705%), 10 pgs degraded (PG_DEGRADED) 2024-09-13T14:52:38.631 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:38 smithi071 ceph-mon[112785]: pgmap v1662: 99 pgs: 2 active+recovery_wait+undersized+degraded+remapped, 1 activating+undersized+remapped, 2 activating+undersized+degraded+remapped, 3 active+undersized+degraded+remapped+backfill_wait, 2 remapped+peering, 1 activating, 7 peering, 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+degraded, 78 active+clean; 6.2 GiB data, 16 GiB used, 431 GiB / 447 GiB avail; 42 MiB/s wr, 676 op/s; 56993/304701 objects degraded (18.705%); 287 KiB/s, 1 keys/s, 4 objects/s recovering 2024-09-13T14:52:38.631 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:38 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 56993/304701 objects degraded (18.705%), 10 pgs degraded (PG_DEGRADED) 2024-09-13T14:52:38.645 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 69 16 104339 104323 94.4778 29.1875 0.00981197 0.0105789 2024-09-13T14:52:38.660 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:52:38.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:38 smithi104 ceph-mon[105578]: pgmap v1662: 99 pgs: 2 active+recovery_wait+undersized+degraded+remapped, 1 activating+undersized+remapped, 2 activating+undersized+degraded+remapped, 3 active+undersized+degraded+remapped+backfill_wait, 2 remapped+peering, 1 activating, 7 peering, 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+degraded, 78 active+clean; 6.2 GiB data, 16 GiB used, 431 GiB / 447 GiB avail; 42 MiB/s wr, 676 op/s; 56993/304701 objects degraded (18.705%); 287 KiB/s, 1 keys/s, 4 objects/s recovering 2024-09-13T14:52:38.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:38 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 56993/304701 objects degraded (18.705%), 10 pgs degraded (PG_DEGRADED) 2024-09-13T14:52:38.713 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:52:38.713 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:38.714 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:38.714 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:52:38.815 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:38.845 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:38.845 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:38.845 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:38.946 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:38.978 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:38.978 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:38.978 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:39.079 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:52:39.124 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:39.125 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:39.125 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:52:39.226 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:52:39.252 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:39.253 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:39.253 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:52:39.354 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:39.396 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:39.396 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:39.396 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:39.497 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:52:39.533 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:39.534 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:39.534 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:52:39.635 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:52:39.645 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 70 16 105151 105135 93.8531 50.75 0.156798 0.0106446 2024-09-13T14:52:39.660 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:39.661 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:39.661 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:52:39.763 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:39.791 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:39.792 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:39.792 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:39.893 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:52:39.922 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:39.923 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:39.923 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:52:40.024 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:52:40.063 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:40.064 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:40.064 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:52:40.165 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:40.196 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:40.196 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:40.196 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:40.297 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:52:40.335 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:40.336 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:40.336 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:52:40.437 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:40.463 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:40.463 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:40.463 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:40.564 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:52:40.590 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:40.591 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:40.591 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:52:40.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:40 smithi071 ceph-mon[107477]: pgmap v1663: 99 pgs: 2 active+recovery_wait+undersized+degraded+remapped, 1 activating+undersized+remapped, 2 activating+undersized+degraded+remapped, 5 active+undersized+degraded+remapped+backfill_wait, 1 activating, 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+degraded, 85 active+clean; 6.2 GiB data, 17 GiB used, 430 GiB / 447 GiB avail; 42 MiB/s wr, 665 op/s; 70151/306507 objects degraded (22.887%); 240 KiB/s, 1 keys/s, 4 objects/s recovering 2024-09-13T14:52:40.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:40 smithi071 ceph-mon[112785]: pgmap v1663: 99 pgs: 2 active+recovery_wait+undersized+degraded+remapped, 1 activating+undersized+remapped, 2 activating+undersized+degraded+remapped, 5 active+undersized+degraded+remapped+backfill_wait, 1 activating, 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+degraded, 85 active+clean; 6.2 GiB data, 17 GiB used, 430 GiB / 447 GiB avail; 42 MiB/s wr, 665 op/s; 70151/306507 objects degraded (22.887%); 240 KiB/s, 1 keys/s, 4 objects/s recovering 2024-09-13T14:52:40.645 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 71 16 106058 106042 93.3296 56.6875 0.037267 0.0107092 2024-09-13T14:52:40.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:40 smithi104 ceph-mon[105578]: pgmap v1663: 99 pgs: 2 active+recovery_wait+undersized+degraded+remapped, 1 activating+undersized+remapped, 2 activating+undersized+degraded+remapped, 5 active+undersized+degraded+remapped+backfill_wait, 1 activating, 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+degraded, 85 active+clean; 6.2 GiB data, 17 GiB used, 430 GiB / 447 GiB avail; 42 MiB/s wr, 665 op/s; 70151/306507 objects degraded (22.887%); 240 KiB/s, 1 keys/s, 4 objects/s recovering 2024-09-13T14:52:40.673 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd set nodeep-scrub 2024-09-13T14:52:40.692 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:52:40.721 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:40.722 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:40.722 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:52:40.823 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:40.848 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:40.848 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:40.849 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:40.950 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:52:40.977 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:40.978 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:40.978 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:52:41.079 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:52:41.103 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:41.104 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:41.104 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:52:41.205 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:41.233 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:41.233 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:41.234 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:41.257 INFO:tasks.thrashosds.thrasher:in_osds: [0, 1, 5, 6, 3] out_osds: [4, 7, 2] dead_osds: [] live_osds: [0, 1, 2, 3, 4, 5, 7, 6] 2024-09-13T14:52:41.257 INFO:tasks.thrashosds.thrasher:choose_action: min_in 4 min_out 0 min_live 2 min_dead 0 chance_down 0.40 2024-09-13T14:52:41.257 INFO:tasks.thrashosds.thrasher:primary_affinity 2024-09-13T14:52:41.257 INFO:tasks.thrashosds.thrasher:Setting osd 1 primary_affinity to 0.123348 2024-09-13T14:52:41.258 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd primary-affinity 1 0.12334750515986592 2024-09-13T14:52:41.334 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:41.360 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:41.360 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:41.361 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:41.462 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:52:41.487 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:41.488 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:41.488 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:52:41.589 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:52:41.618 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:41.619 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:41.620 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:52:41.646 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 72 16 106971 106955 92.8253 57.0625 0.0227214 0.0107669 2024-09-13T14:52:41.720 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:41.746 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:41.747 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:41.747 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:41.848 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:52:41.897 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:41.897 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:41.897 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:52:41.998 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:52:42.022 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:42.023 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:42.023 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:52:42.124 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:52:42.149 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:42.149 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:42.150 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:52:42.251 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:42.280 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:42.280 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:42.281 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:42.353 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:42 smithi071 ceph-mon[107477]: pgmap v1664: 99 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 88 active+clean; 6.4 GiB data, 17 GiB used, 430 GiB / 447 GiB avail; 51 MiB/s wr, 814 op/s; 70984/313818 objects degraded (22.619%); 1.1 MiB/s, 1 keys/s, 17 objects/s recovering 2024-09-13T14:52:42.353 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:42 smithi071 ceph-mon[112785]: pgmap v1664: 99 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 88 active+clean; 6.4 GiB data, 17 GiB used, 430 GiB / 447 GiB avail; 51 MiB/s wr, 814 op/s; 70984/313818 objects degraded (22.619%); 1.1 MiB/s, 1 keys/s, 17 objects/s recovering 2024-09-13T14:52:42.365 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:52:42.381 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:52:42.407 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:42.408 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:42.409 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:52:42.509 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:52:42.559 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:42.560 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:42.560 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:52:42.646 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 73 16 107848 107832 92.3045 54.8125 0.00616027 0.0108273 2024-09-13T14:52:42.662 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:52:42.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:42 smithi104 ceph-mon[105578]: pgmap v1664: 99 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 88 active+clean; 6.4 GiB data, 17 GiB used, 430 GiB / 447 GiB avail; 51 MiB/s wr, 814 op/s; 70984/313818 objects degraded (22.619%); 1.1 MiB/s, 1 keys/s, 17 objects/s recovering 2024-09-13T14:52:42.700 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:42.701 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:42.701 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:52:42.802 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:52:42.826 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:42.827 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:42.827 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:52:42.886 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:52:42 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:52:42] "GET /metrics HTTP/1.1" 200 36651 "" "Prometheus/2.51.0" 2024-09-13T14:52:42.928 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:52:42.950 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:42.951 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:42.951 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:52:42.969 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:52:42.970 INFO:teuthology.orchestra.run.smithi071.stdout: "ops": [ 2024-09-13T14:52:42.970 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.970 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.35391.0:108076 8.d e1224/1223 8:b40d7e87:::benchmark_data_smithi071_245775_object108075:head v 1224'6729, mlcod=1224'6727)", 2024-09-13T14:52:42.970 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:52:42.906218+0000", 2024-09-13T14:52:42.970 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.028842645, 2024-09-13T14:52:42.970 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.028869816, 2024-09-13T14:52:42.970 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:52:42.970 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:52:42.970 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "started", 2024-09-13T14:52:42.970 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:52:42.970 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.970 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:52:42.970 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.906218+0000", 2024-09-13T14:52:42.971 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:52:42.971 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:42.971 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.971 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:52:42.971 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.906218+0000", 2024-09-13T14:52:42.971 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:52:42.971 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:42.971 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.971 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:52:42.971 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.906218+0000", 2024-09-13T14:52:42.971 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.5300000000000004e-07 2024-09-13T14:52:42.971 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:42.972 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.972 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:52:42.972 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.906248+0000", 2024-09-13T14:52:42.972 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.9485e-05 2024-09-13T14:52:42.972 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:42.972 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.972 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:52:42.972 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.906259+0000", 2024-09-13T14:52:42.972 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1199999999999999e-05 2024-09-13T14:52:42.972 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:42.972 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.972 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:52:42.972 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.906265+0000", 2024-09-13T14:52:42.973 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.9340000000000003e-06 2024-09-13T14:52:42.973 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:42.973 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.973 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:52:42.973 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.908535+0000", 2024-09-13T14:52:42.973 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.002270462 2024-09-13T14:52:42.973 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:42.973 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.973 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:52:42.973 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.908712+0000", 2024-09-13T14:52:42.973 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00017640000000000001 2024-09-13T14:52:42.973 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:42.973 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:52:42.974 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:42.974 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:42.974 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.974 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.35391.0:108082 8.d e1224/1223 8:bcc1658b:::benchmark_data_smithi071_245775_object108081:head v 1224'6730, mlcod=1224'6727)", 2024-09-13T14:52:42.974 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:52:42.914008+0000", 2024-09-13T14:52:42.974 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.021052635, 2024-09-13T14:52:42.974 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.021134944999999999, 2024-09-13T14:52:42.974 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:52:42.974 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:52:42.974 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "started", 2024-09-13T14:52:42.974 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:52:42.974 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.974 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:52:42.975 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.914008+0000", 2024-09-13T14:52:42.975 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:52:42.975 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:42.975 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.975 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:52:42.975 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.914008+0000", 2024-09-13T14:52:42.975 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:52:42.975 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:42.975 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.976 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:52:42.976 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.914008+0000", 2024-09-13T14:52:42.976 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.09e-07 2024-09-13T14:52:42.976 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:42.976 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.976 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:52:42.976 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.914051+0000", 2024-09-13T14:52:42.976 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.2667000000000003e-05 2024-09-13T14:52:42.976 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:42.976 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.976 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:52:42.976 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.914069+0000", 2024-09-13T14:52:42.977 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.7683e-05 2024-09-13T14:52:42.977 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:42.977 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.977 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:52:42.977 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.914077+0000", 2024-09-13T14:52:42.977 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.1589999999999993e-06 2024-09-13T14:52:42.977 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:42.977 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.977 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:52:42.978 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.926721+0000", 2024-09-13T14:52:42.978 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.012644252 2024-09-13T14:52:42.978 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:42.978 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.978 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:52:42.978 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.926742+0000", 2024-09-13T14:52:42.978 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.1214000000000001e-05 2024-09-13T14:52:42.978 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:42.978 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:52:42.978 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:42.978 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:42.978 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.978 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.35391.0:108087 8.d e1224/1223 8:b924d568:::benchmark_data_smithi071_245775_object108086:head v 1224'6731, mlcod=1224'6727)", 2024-09-13T14:52:42.979 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:52:42.926324+0000", 2024-09-13T14:52:42.979 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.0087357330000000007, 2024-09-13T14:52:42.979 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0088652160000000004, 2024-09-13T14:52:42.979 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:52:42.979 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:52:42.979 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "started", 2024-09-13T14:52:42.979 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:52:42.979 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.979 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:52:42.979 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.926324+0000", 2024-09-13T14:52:42.979 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:52:42.979 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:42.979 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.979 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:52:42.980 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.926324+0000", 2024-09-13T14:52:42.980 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:52:42.980 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:42.980 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.980 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:52:42.980 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.926325+0000", 2024-09-13T14:52:42.980 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.8199999999999998e-07 2024-09-13T14:52:42.980 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:42.980 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.980 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:52:42.980 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.926364+0000", 2024-09-13T14:52:42.980 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.8486999999999999e-05 2024-09-13T14:52:42.980 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:42.980 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.981 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:52:42.981 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.926375+0000", 2024-09-13T14:52:42.981 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0964999999999999e-05 2024-09-13T14:52:42.981 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:42.981 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.981 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:52:42.981 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.926381+0000", 2024-09-13T14:52:42.982 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.9460000000000003e-06 2024-09-13T14:52:42.982 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:42.982 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.982 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:52:42.982 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.929548+0000", 2024-09-13T14:52:42.982 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0031676180000000001 2024-09-13T14:52:42.982 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:42.982 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.982 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:52:42.982 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.929570+0000", 2024-09-13T14:52:42.982 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.1741000000000001e-05 2024-09-13T14:52:42.982 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:42.983 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:52:42.983 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:42.983 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:42.983 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.983 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.35391.0:108088 8.0 e1224/1207)", 2024-09-13T14:52:42.983 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:52:42.931582+0000", 2024-09-13T14:52:42.983 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.0034776949999999998, 2024-09-13T14:52:42.983 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0036507430000000001, 2024-09-13T14:52:42.983 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:52:42.983 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:52:42.984 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "queued for pg", 2024-09-13T14:52:42.984 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:52:42.984 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.984 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:52:42.984 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.931582+0000", 2024-09-13T14:52:42.984 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:52:42.984 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:42.984 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.984 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:52:42.984 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.931582+0000", 2024-09-13T14:52:42.984 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:52:42.984 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:42.984 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.984 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:52:42.985 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.931584+0000", 2024-09-13T14:52:42.985 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1739999999999999e-06 2024-09-13T14:52:42.985 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:42.985 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.985 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:52:42.985 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.931615+0000", 2024-09-13T14:52:42.985 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.1161000000000002e-05 2024-09-13T14:52:42.985 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:42.985 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.985 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:52:42.985 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.931628+0000", 2024-09-13T14:52:42.985 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.3236e-05 2024-09-13T14:52:42.985 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:42.986 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.986 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:52:42.986 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.931636+0000", 2024-09-13T14:52:42.986 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.089e-06 2024-09-13T14:52:42.986 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:42.986 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:52:42.986 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:42.986 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:42.986 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.986 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:108091 8.a 8:57d468e4:::benchmark_data_smithi071_245775_object108090:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536 in=65536b] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1224)", 2024-09-13T14:52:42.986 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:52:42.931678+0000", 2024-09-13T14:52:42.986 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.0033820230000000001, 2024-09-13T14:52:42.986 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0036026909999999999, 2024-09-13T14:52:42.987 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:52:42.987 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:52:42.987 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "waiting for sub ops", 2024-09-13T14:52:42.987 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:52:42.987 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T14:52:42.987 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:52:42.987 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 108091 2024-09-13T14:52:42.987 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:42.987 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:52:42.987 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.987 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:52:42.987 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.931678+0000", 2024-09-13T14:52:42.987 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:52:42.987 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:42.988 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.988 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:52:42.988 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.931678+0000", 2024-09-13T14:52:42.988 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:52:42.988 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:42.988 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.988 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:52:42.988 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.931679+0000", 2024-09-13T14:52:42.988 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.3260000000000001e-06 2024-09-13T14:52:42.988 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:42.988 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.988 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:52:42.988 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.931705+0000", 2024-09-13T14:52:42.989 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.5204000000000001e-05 2024-09-13T14:52:42.989 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:42.989 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.989 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:52:42.989 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.931716+0000", 2024-09-13T14:52:42.989 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1623999999999999e-05 2024-09-13T14:52:42.989 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:42.989 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.989 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:52:42.989 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.931723+0000", 2024-09-13T14:52:42.990 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.1239999999999999e-06 2024-09-13T14:52:42.990 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:42.990 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.990 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:52:42.990 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.931776+0000", 2024-09-13T14:52:42.990 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.3038999999999998e-05 2024-09-13T14:52:42.990 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:42.990 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.990 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:52:42.990 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.931913+0000", 2024-09-13T14:52:42.990 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013647999999999999 2024-09-13T14:52:42.990 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:42.990 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.990 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 3,5", 2024-09-13T14:52:42.991 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.932054+0000", 2024-09-13T14:52:42.991 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000140746 2024-09-13T14:52:42.991 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:42.991 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:52:42.991 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:42.991 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:42.991 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.991 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.35391.0:108085 8.e e1224/1207 8:752a9d23:::benchmark_data_smithi071_245775_object108084:head v 1224'6805, mlcod=1224'6801)", 2024-09-13T14:52:42.991 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:52:42.931776+0000", 2024-09-13T14:52:42.991 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.0032846389999999998, 2024-09-13T14:52:42.991 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0035648329999999999, 2024-09-13T14:52:42.991 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:52:42.991 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:52:42.992 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "started", 2024-09-13T14:52:42.992 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:52:42.992 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.992 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:52:42.992 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.931776+0000", 2024-09-13T14:52:42.992 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:52:42.992 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:42.992 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.992 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:52:42.992 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.931776+0000", 2024-09-13T14:52:42.992 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:52:42.992 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:42.992 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.993 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:52:42.993 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.931776+0000", 2024-09-13T14:52:42.993 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.13e-07 2024-09-13T14:52:42.993 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:42.993 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.993 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:52:42.993 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.931808+0000", 2024-09-13T14:52:42.993 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.1797000000000001e-05 2024-09-13T14:52:42.993 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:42.994 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.994 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:52:42.994 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.931818+0000", 2024-09-13T14:52:42.994 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.9539999999999999e-06 2024-09-13T14:52:42.994 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:42.994 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.994 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:52:42.994 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.931824+0000", 2024-09-13T14:52:42.994 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.9059999999999999e-06 2024-09-13T14:52:42.994 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:42.994 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.994 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:52:42.994 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.934579+0000", 2024-09-13T14:52:42.994 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0027555489999999999 2024-09-13T14:52:42.995 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:42.995 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.995 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:52:42.995 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.934602+0000", 2024-09-13T14:52:42.995 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.2926e-05 2024-09-13T14:52:42.995 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:42.995 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:52:42.995 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:42.995 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:42.995 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.995 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:108092 8.1 8:8b12d9a1:::benchmark_data_smithi071_245775_object108091:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536 in=65536b] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1224)", 2024-09-13T14:52:42.995 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:52:42.931923+0000", 2024-09-13T14:52:42.995 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.0031372549999999998, 2024-09-13T14:52:42.996 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.003468385, 2024-09-13T14:52:42.996 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:52:42.996 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:52:42.996 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "waiting for sub ops", 2024-09-13T14:52:42.996 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:52:42.996 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T14:52:42.996 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:52:42.996 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 108092 2024-09-13T14:52:42.996 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:42.996 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:52:42.996 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.996 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:52:42.996 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.931923+0000", 2024-09-13T14:52:42.997 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:52:42.997 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:42.997 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.997 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:52:42.997 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.931923+0000", 2024-09-13T14:52:42.997 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:52:42.997 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:42.997 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.997 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:52:42.997 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.931924+0000", 2024-09-13T14:52:42.997 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.85e-07 2024-09-13T14:52:42.997 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:42.997 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.997 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:52:42.998 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.931945+0000", 2024-09-13T14:52:42.998 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.1769000000000001e-05 2024-09-13T14:52:42.998 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:42.998 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.998 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:52:42.998 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.931956+0000", 2024-09-13T14:52:42.998 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0429e-05 2024-09-13T14:52:42.998 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:42.998 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.998 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:52:42.998 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.931962+0000", 2024-09-13T14:52:42.998 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.5529999999999998e-06 2024-09-13T14:52:42.998 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:42.998 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.999 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:52:42.999 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.932019+0000", 2024-09-13T14:52:42.999 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.6118e-05 2024-09-13T14:52:42.999 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:42.999 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.999 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:52:42.999 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.932157+0000", 2024-09-13T14:52:42.999 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013856 2024-09-13T14:52:42.999 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:42.999 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:42.999 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 0,5", 2024-09-13T14:52:42.999 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.932297+0000", 2024-09-13T14:52:42.999 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00014016300000000001 2024-09-13T14:52:43.000 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:43.000 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:52:43.000 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:43.000 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:43.000 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:43.000 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:108094 8.1 8:81fcf6fa:::benchmark_data_smithi071_245775_object108093:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536 in=65536b] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1224)", 2024-09-13T14:52:43.000 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:52:42.934868+0000", 2024-09-13T14:52:43.000 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.000192368, 2024-09-13T14:52:43.000 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00058352000000000002, 2024-09-13T14:52:43.000 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:52:43.000 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:52:43.000 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "waiting for sub ops", 2024-09-13T14:52:43.000 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:52:43.001 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T14:52:43.001 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:52:43.001 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 108094 2024-09-13T14:52:43.001 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:43.001 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:52:43.001 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:43.001 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:52:43.001 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.934868+0000", 2024-09-13T14:52:43.001 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:52:43.001 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:43.001 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:43.001 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:52:43.001 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.934868+0000", 2024-09-13T14:52:43.001 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:52:43.002 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:43.002 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:43.002 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:52:43.002 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.934869+0000", 2024-09-13T14:52:43.002 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.5799999999999999e-06 2024-09-13T14:52:43.002 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:43.002 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:43.002 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:52:43.002 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.934891+0000", 2024-09-13T14:52:43.002 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.1645999999999999e-05 2024-09-13T14:52:43.002 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:43.002 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:43.002 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:52:43.002 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.934902+0000", 2024-09-13T14:52:43.003 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1106e-05 2024-09-13T14:52:43.003 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:43.003 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:43.003 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:52:43.003 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.934909+0000", 2024-09-13T14:52:43.003 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.2620000000000001e-06 2024-09-13T14:52:43.003 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:43.003 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:43.003 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:52:43.003 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.935018+0000", 2024-09-13T14:52:43.003 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000108155 2024-09-13T14:52:43.003 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:43.003 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:43.004 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:52:43.004 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.935149+0000", 2024-09-13T14:52:43.004 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013182100000000001 2024-09-13T14:52:43.004 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:52:43.004 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:52:43.004 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 0,5", 2024-09-13T14:52:43.004 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:42.935287+0000", 2024-09-13T14:52:43.004 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013759800000000001 2024-09-13T14:52:43.004 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:43.004 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:52:43.004 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:43.004 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:52:43.004 INFO:teuthology.orchestra.run.smithi071.stdout: ], 2024-09-13T14:52:43.004 INFO:teuthology.orchestra.run.smithi071.stdout: "num_ops": 8 2024-09-13T14:52:43.005 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:52:43.052 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:52:43.095 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:43.096 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:43.096 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:52:43.197 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:52:43.225 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:43.226 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:43.226 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:52:43.327 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:52:43.356 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:43.357 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:43.357 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:52:43.458 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:52:43.504 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:43.505 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:43.506 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:52:43.514 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:43 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 70984/313818 objects degraded (22.619%), 11 pgs degraded (PG_DEGRADED) 2024-09-13T14:52:43.515 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:43 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 70984/313818 objects degraded (22.619%), 11 pgs degraded (PG_DEGRADED) 2024-09-13T14:52:43.527 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:52:43.606 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:52:43.610 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:52:43.611 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:52:43.646 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 74 16 108768 108752 91.8337 57.5 0.0295615 0.0108827 2024-09-13T14:52:43.651 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:52:43.651 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:52:43.665 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:43.666 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:43.666 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:52:43.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:43 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 70984/313818 objects degraded (22.619%), 11 pgs degraded (PG_DEGRADED) 2024-09-13T14:52:43.683 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:52:43.683 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:52:43.718 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:52:43.718 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:52:43.755 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:52:43.755 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:52:43.767 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:43.790 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:43.791 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:43.791 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:43.793 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:52:43.794 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:52:43.835 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T14:52:43.835 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_delete_sleep = '' osd_delete_sleep_hdd = '' osd_delete_sleep_hybrid = '' osd_delete_sleep_ssd = '' osd_enable_op_tracker = '' osd_max_backfills = '' osd_pg_delete_cost = '' (not observed, change may require restart) osd_recovery_max_active = '' osd_recovery_max_active_hdd = '' osd_recovery_max_active_ssd = '' osd_recovery_sleep = '' osd_recovery_sleep_hdd = '' osd_recovery_sleep_hybrid = '' osd_recovery_sleep_ssd = '' osd_scrub_sleep = '' osd_snap_trim_sleep = '' osd_snap_trim_sleep_hdd = '' osd_snap_trim_sleep_hybrid = '' osd_snap_trim_sleep_ssd = '' 2024-09-13T14:52:43.875 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:52:43.875 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:52:43.891 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:43.945 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:43.946 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:43.946 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:44.047 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:52:44.090 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:44.091 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:44.091 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:52:44.192 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:44.225 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:44.225 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:44.225 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:44.326 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:52:44.348 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:44.348 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:44.349 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:52:44.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:44 smithi071 ceph-mon[107477]: pgmap v1665: 99 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 88 active+clean; 6.4 GiB data, 17 GiB used, 430 GiB / 447 GiB avail; 48 MiB/s wr, 760 op/s; 71485/316020 objects degraded (22.620%); 919 KiB/s, 1 keys/s, 14 objects/s recovering 2024-09-13T14:52:44.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:44 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3164422961' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:52:44.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:44 smithi071 ceph-mon[112785]: pgmap v1665: 99 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 88 active+clean; 6.4 GiB data, 17 GiB used, 430 GiB / 447 GiB avail; 48 MiB/s wr, 760 op/s; 71485/316020 objects degraded (22.620%); 919 KiB/s, 1 keys/s, 14 objects/s recovering 2024-09-13T14:52:44.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:44 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3164422961' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:52:44.450 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:44.482 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:44.482 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:44.483 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:44.572 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:44 smithi104 ceph-mon[105578]: pgmap v1665: 99 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 88 active+clean; 6.4 GiB data, 17 GiB used, 430 GiB / 447 GiB avail; 48 MiB/s wr, 760 op/s; 71485/316020 objects degraded (22.620%); 919 KiB/s, 1 keys/s, 14 objects/s recovering 2024-09-13T14:52:44.572 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:44 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3164422961' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:52:44.584 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:52:44.627 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:44.627 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:44.628 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:52:44.646 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 75 16 109619 109603 91.3184 53.1875 0.00967208 0.0109449 2024-09-13T14:52:44.729 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:52:44.768 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:44.768 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:44.769 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:52:44.869 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:52:44.903 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:44.904 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:44.904 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:52:45.005 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:45.027 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:45.028 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:45.028 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:45.129 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:45.165 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:45.165 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:45.166 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:45.266 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:45.307 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:45.308 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:45.308 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:45.409 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:45.430 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:45.431 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:45.432 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:45.532 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:45.562 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:45.563 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:45.563 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:45.646 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 76 16 110327 110311 90.699 44.25 0.018982 0.0110206 2024-09-13T14:52:45.664 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:45.696 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:45.697 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:45.697 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:45.798 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:45.821 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:45.822 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:45.822 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:45.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:52:45.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:52:45.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:45 smithi071 ceph-mon[107477]: pgmap v1666: 99 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 88 active+clean; 6.6 GiB data, 17 GiB used, 430 GiB / 447 GiB avail; 52 MiB/s wr, 829 op/s; 72871/322815 objects degraded (22.574%); 832 KiB/s, 0 keys/s, 13 objects/s recovering 2024-09-13T14:52:45.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:52:45.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:52:45.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:45 smithi071 ceph-mon[112785]: pgmap v1666: 99 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 88 active+clean; 6.6 GiB data, 17 GiB used, 430 GiB / 447 GiB avail; 52 MiB/s wr, 829 op/s; 72871/322815 objects degraded (22.574%); 832 KiB/s, 0 keys/s, 13 objects/s recovering 2024-09-13T14:52:45.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:52:45.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:52:45.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:45 smithi104 ceph-mon[105578]: pgmap v1666: 99 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 88 active+clean; 6.6 GiB data, 17 GiB used, 430 GiB / 447 GiB avail; 52 MiB/s wr, 829 op/s; 72871/322815 objects degraded (22.574%); 832 KiB/s, 0 keys/s, 13 objects/s recovering 2024-09-13T14:52:45.922 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:45.956 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:45.957 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:45.957 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:46.058 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:46.097 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:46.098 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:46.098 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:46.200 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:52:46.233 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:46.233 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:46.234 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:52:46.335 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:52:46.377 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:46.378 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:46.378 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:52:46.479 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:46.515 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:46.516 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:46.516 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:46.617 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:52:46.638 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:46.639 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:46.640 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:52:46.646 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 77 16 111117 111101 90.1624 49.375 0.00674084 0.0110654 2024-09-13T14:52:46.740 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:46.767 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:46.767 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:46.768 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:46.869 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:52:46.894 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:46.895 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:46.895 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:52:46.996 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:52:47.023 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:47.023 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:47.024 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:52:47.125 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:52:47.160 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:47.161 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:47.161 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:52:47.262 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:47.295 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:47.295 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:47.295 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:47.396 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:52:47.430 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:47.431 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:47.432 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:52:47.533 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:47.559 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:47.560 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:47.560 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:47.647 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 78 16 112009 111993 89.7212 55.75 0.0790948 0.0111394 2024-09-13T14:52:47.661 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:52:47.697 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:47.698 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:47.699 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:52:47.799 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:52:47.828 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:47.829 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:47.829 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:52:47.930 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:52:47.956 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:47.957 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:47.957 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:52:48.058 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:48.085 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:48.086 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:48.086 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:48.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:47 smithi071 ceph-mon[107477]: pgmap v1667: 99 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 88 active+clean; 6.7 GiB data, 18 GiB used, 429 GiB / 447 GiB avail; 51 MiB/s wr, 812 op/s; 73605/329238 objects degraded (22.356%); 1.3 MiB/s, 0 keys/s, 20 objects/s recovering 2024-09-13T14:52:48.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:47 smithi071 ceph-mon[112785]: pgmap v1667: 99 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 88 active+clean; 6.7 GiB data, 18 GiB used, 429 GiB / 447 GiB avail; 51 MiB/s wr, 812 op/s; 73605/329238 objects degraded (22.356%); 1.3 MiB/s, 0 keys/s, 20 objects/s recovering 2024-09-13T14:52:48.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:47 smithi104 ceph-mon[105578]: pgmap v1667: 99 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 88 active+clean; 6.7 GiB data, 18 GiB used, 429 GiB / 447 GiB avail; 51 MiB/s wr, 812 op/s; 73605/329238 objects degraded (22.356%); 1.3 MiB/s, 0 keys/s, 20 objects/s recovering 2024-09-13T14:52:48.187 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:52:48.214 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:48.215 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:48.215 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:52:48.316 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:52:48.346 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:48.347 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:48.347 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:52:48.448 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:48.489 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:48.489 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:48.490 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:48.591 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:48.628 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:48.629 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:48.629 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:48.648 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 79 16 112948 112932 89.3272 58.6875 0.00989921 0.0111882 2024-09-13T14:52:48.731 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:48.761 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:48.762 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:48.762 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:48.864 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:52:48.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:48 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 73605/329238 objects degraded (22.356%), 11 pgs degraded (PG_DEGRADED) 2024-09-13T14:52:48.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:48 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 73605/329238 objects degraded (22.356%), 11 pgs degraded (PG_DEGRADED) 2024-09-13T14:52:48.909 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:48.910 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:48.910 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:52:49.011 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:49.039 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:49.041 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:49.041 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:49.142 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:52:49.171 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:49.172 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:49.172 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:52:49.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:48 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 73605/329238 objects degraded (22.356%), 11 pgs degraded (PG_DEGRADED) 2024-09-13T14:52:49.273 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:49.302 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:49.303 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:49.303 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:49.331 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.1 dump_blocked_ops 2024-09-13T14:52:49.404 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:52:49.456 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:49.457 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:49.457 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:52:49.558 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:52:49.586 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:49.586 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:49.587 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:52:49.649 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:2024-09-13T14:52:49.649108+0000 min lat: 0.0011859 max lat: 1.94767 avg lat: 0.0112383 2024-09-13T14:52:49.650 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2024-09-13T14:52:49.650 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 80 16 113872 113856 88.9311 57.75 0.040051 0.0112383 2024-09-13T14:52:49.687 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:52:49.721 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:49.721 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:49.722 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:52:49.823 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:52:49.853 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:49.854 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:49.854 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:52:49.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:49 smithi071 ceph-mon[107477]: pgmap v1668: 99 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 88 active+clean; 6.7 GiB data, 18 GiB used, 429 GiB / 447 GiB avail; 43 MiB/s wr, 681 op/s; 73605/329238 objects degraded (22.356%); 1.1 MiB/s, 18 objects/s recovering 2024-09-13T14:52:49.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:49 smithi071 ceph-mon[112785]: pgmap v1668: 99 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 88 active+clean; 6.7 GiB data, 18 GiB used, 429 GiB / 447 GiB avail; 43 MiB/s wr, 681 op/s; 73605/329238 objects degraded (22.356%); 1.1 MiB/s, 18 objects/s recovering 2024-09-13T14:52:49.954 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:52:49.982 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:49.983 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:49.984 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:52:50.084 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:50.119 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:50.120 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:50.120 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:50.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:49 smithi104 ceph-mon[105578]: pgmap v1668: 99 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 88 active+clean; 6.7 GiB data, 18 GiB used, 429 GiB / 447 GiB avail; 43 MiB/s wr, 681 op/s; 73605/329238 objects degraded (22.356%); 1.1 MiB/s, 18 objects/s recovering 2024-09-13T14:52:50.221 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:50.247 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:50.248 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:50.249 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:50.349 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:52:50.378 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:50.378 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:50.379 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:52:50.480 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:50.510 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:50.510 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:50.511 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:50.611 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:52:50.637 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:50.638 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:50.638 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:52:50.649 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 81 16 114802 114786 88.5507 58.125 0.0186816 0.0112865 2024-09-13T14:52:50.739 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:50.778 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:50.778 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:50.779 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:50.880 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:50.913 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:50.915 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:50.916 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:51.017 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:52:51.081 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:51.082 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:51.082 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:52:51.183 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:52:51.213 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:51.214 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:51.214 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:52:51.315 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:51.345 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:51.346 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:51.346 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:51.447 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:52:51.473 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:51.474 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:51.474 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:52:51.575 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:51.614 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:51.615 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:51.616 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:51.649 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 82 16 115718 115702 88.169 57.25 0.0132808 0.0113358 2024-09-13T14:52:51.717 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:52:51.720 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:52:51.743 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:51.743 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:51.744 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:52:51.802 INFO:teuthology.orchestra.run.smithi071.stderr:nodeep-scrub is set 2024-09-13T14:52:51.844 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:52:51.873 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:51.874 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:51.874 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:52:51.875 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:51 smithi071 ceph-mon[112785]: pgmap v1669: 99 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 88 active+clean; 6.9 GiB data, 18 GiB used, 429 GiB / 447 GiB avail; 58 MiB/s wr, 921 op/s; 75124/339687 objects degraded (22.116%); 1.7 MiB/s, 26 objects/s recovering 2024-09-13T14:52:51.875 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:51 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/763018014' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:52:51.876 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:51 smithi071 ceph-mon[107477]: pgmap v1669: 99 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 88 active+clean; 6.9 GiB data, 18 GiB used, 429 GiB / 447 GiB avail; 58 MiB/s wr, 921 op/s; 75124/339687 objects degraded (22.116%); 1.7 MiB/s, 26 objects/s recovering 2024-09-13T14:52:51.876 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:51 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/763018014' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:52:51.975 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:52.001 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:52.002 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:52.002 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:52.103 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:52:52.145 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:52.145 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:52.146 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:52:52.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:51 smithi104 ceph-mon[105578]: pgmap v1669: 99 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 88 active+clean; 6.9 GiB data, 18 GiB used, 429 GiB / 447 GiB avail; 58 MiB/s wr, 921 op/s; 75124/339687 objects degraded (22.116%); 1.7 MiB/s, 26 objects/s recovering 2024-09-13T14:52:52.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:51 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/763018014' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:52:52.246 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:52:52.282 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:52.282 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:52.283 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:52:52.384 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:52:52.421 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:52.422 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:52.422 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:52:52.523 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:52.556 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:52.557 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:52.557 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:52.564 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=true 2024-09-13T14:52:52.650 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 83 16 116616 116600 87.7824 56.125 0.0148067 0.0113866 2024-09-13T14:52:52.658 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:52:52.683 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:52.683 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:52.684 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:52:52.785 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:52:52.811 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:52.811 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:52.811 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:52:52.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:52 smithi071 ceph-mon[107477]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:52:52.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:52 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/763018014' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T14:52:52.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:52 smithi071 ceph-mon[107477]: osdmap e1225: 8 total, 8 up, 5 in 2024-09-13T14:52:52.892 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:52:52 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:52:52] "GET /metrics HTTP/1.1" 200 36666 "" "Prometheus/2.51.0" 2024-09-13T14:52:52.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:52 smithi071 ceph-mon[112785]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:52:52.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:52 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/763018014' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T14:52:52.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:52 smithi071 ceph-mon[112785]: osdmap e1225: 8 total, 8 up, 5 in 2024-09-13T14:52:52.913 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:52.973 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:52.973 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:52.974 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:53.074 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:53.102 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:53.103 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:53.103 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:53.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:52 smithi104 ceph-mon[105578]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:52:53.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:52 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/763018014' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T14:52:53.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:52 smithi104 ceph-mon[105578]: osdmap e1225: 8 total, 8 up, 5 in 2024-09-13T14:52:53.204 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:52:53.233 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:53.234 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:53.235 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:52:53.335 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:52:53.365 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:53.366 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:53.366 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:52:53.467 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:52:53.503 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:53.504 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:53.505 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:52:53.605 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:52:53.640 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:53.641 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:53.642 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:52:53.650 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 84 16 117499 117483 87.3944 55.1875 0.0209697 0.011437 2024-09-13T14:52:53.743 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:52:53.777 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:53.778 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:53.779 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:52:53.827 INFO:teuthology.orchestra.run.smithi071.stderr:set osd.1 primary-affinity to 0.123348 (880832) 2024-09-13T14:52:53.879 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:53.900 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:53.901 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:53.901 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:54.002 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:54.024 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:54.024 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:54.024 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:54.125 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:54.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:53 smithi071 ceph-mon[107477]: pgmap v1671: 99 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 88 active+clean; 7.0 GiB data, 18 GiB used, 429 GiB / 447 GiB avail; 55 MiB/s wr, 873 op/s; 75684/342267 objects degraded (22.113%); 1.3 MiB/s, 20 objects/s recovering 2024-09-13T14:52:54.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:53 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/813402922' entity='client.admin' cmd={"prefix": "osd primary-affinity", "id": 1, "weight": 0.12334750515986592} : dispatch 2024-09-13T14:52:54.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:53 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd primary-affinity", "id": 1, "weight": 0.12334750515986592} : dispatch 2024-09-13T14:52:54.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:53 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 75684/342267 objects degraded (22.113%), 11 pgs degraded (PG_DEGRADED) 2024-09-13T14:52:54.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:53 smithi071 ceph-mon[112785]: pgmap v1671: 99 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 88 active+clean; 7.0 GiB data, 18 GiB used, 429 GiB / 447 GiB avail; 55 MiB/s wr, 873 op/s; 75684/342267 objects degraded (22.113%); 1.3 MiB/s, 20 objects/s recovering 2024-09-13T14:52:54.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:53 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/813402922' entity='client.admin' cmd={"prefix": "osd primary-affinity", "id": 1, "weight": 0.12334750515986592} : dispatch 2024-09-13T14:52:54.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:53 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd primary-affinity", "id": 1, "weight": 0.12334750515986592} : dispatch 2024-09-13T14:52:54.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:53 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 75684/342267 objects degraded (22.113%), 11 pgs degraded (PG_DEGRADED) 2024-09-13T14:52:54.147 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:54.147 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:54.148 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:54.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:53 smithi104 ceph-mon[105578]: pgmap v1671: 99 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 88 active+clean; 7.0 GiB data, 18 GiB used, 429 GiB / 447 GiB avail; 55 MiB/s wr, 873 op/s; 75684/342267 objects degraded (22.113%); 1.3 MiB/s, 20 objects/s recovering 2024-09-13T14:52:54.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:53 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/813402922' entity='client.admin' cmd={"prefix": "osd primary-affinity", "id": 1, "weight": 0.12334750515986592} : dispatch 2024-09-13T14:52:54.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:53 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd primary-affinity", "id": 1, "weight": 0.12334750515986592} : dispatch 2024-09-13T14:52:54.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:53 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 75684/342267 objects degraded (22.113%), 11 pgs degraded (PG_DEGRADED) 2024-09-13T14:52:54.249 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:54.271 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:54.271 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:54.272 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:54.372 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:54.393 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:54.394 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:54.394 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:54.495 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:54.516 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:54.517 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:54.517 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:54.618 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:54.639 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:54.640 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:54.640 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:54.650 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 85 16 117706 117690 86.5185 12.9375 0.00510121 0.0114478 2024-09-13T14:52:54.741 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:54.763 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:54.764 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:54.764 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:54.865 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:52:54.894 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:54.894 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:54.895 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:52:54.996 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:52:55.017 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:55.018 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:55.018 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:52:55.114 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:54 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd primary-affinity", "id": 1, "weight": 0.12334750515986592}]': finished 2024-09-13T14:52:55.114 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:54 smithi071 ceph-mon[107477]: osdmap e1226: 8 total, 8 up, 5 in 2024-09-13T14:52:55.114 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:54 smithi071 ceph-mon[107477]: osdmap e1227: 8 total, 8 up, 5 in 2024-09-13T14:52:55.114 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:54 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd primary-affinity", "id": 1, "weight": 0.12334750515986592}]': finished 2024-09-13T14:52:55.114 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:54 smithi071 ceph-mon[112785]: osdmap e1226: 8 total, 8 up, 5 in 2024-09-13T14:52:55.114 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:54 smithi071 ceph-mon[112785]: osdmap e1227: 8 total, 8 up, 5 in 2024-09-13T14:52:55.119 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:52:55.140 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:55.140 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:55.141 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:52:55.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:54 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd primary-affinity", "id": 1, "weight": 0.12334750515986592}]': finished 2024-09-13T14:52:55.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:54 smithi104 ceph-mon[105578]: osdmap e1226: 8 total, 8 up, 5 in 2024-09-13T14:52:55.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:54 smithi104 ceph-mon[105578]: osdmap e1227: 8 total, 8 up, 5 in 2024-09-13T14:52:55.242 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:52:55.263 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:55.264 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:55.264 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:52:55.365 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:52:55.387 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:55.388 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:55.388 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:52:55.489 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:55.510 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:55.511 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:55.511 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:55.612 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:52:55.636 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:55.637 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:55.637 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:52:55.650 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 86 16 117785 117769 85.57 4.9375 0.00314478 0.0115456 2024-09-13T14:52:55.738 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:52:55.760 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:55.760 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:55.761 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:52:55.861 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:52:55.900 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:55.901 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:55.901 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:52:56.002 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:56.033 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:56.033 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:56.033 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:56.087 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:55 smithi071 ceph-mon[107477]: pgmap v1673: 99 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+undersized+degraded+remapped, 3 remapped+peering, 5 active+undersized+degraded+remapped+backfill_wait, 88 active+clean; 7.1 GiB data, 19 GiB used, 428 GiB / 447 GiB avail; 47 MiB/s wr, 744 op/s; 55015/347127 objects degraded (15.849%); 799 KiB/s, 12 objects/s recovering 2024-09-13T14:52:56.088 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:55 smithi071 ceph-mon[107477]: 8.b continuing backfill to osd.6 from (1215'3400,1225'7374] MIN to 1225'7374 2024-09-13T14:52:56.088 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:55 smithi071 ceph-mon[107477]: osdmap e1228: 8 total, 8 up, 5 in 2024-09-13T14:52:56.088 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:55 smithi071 ceph-mon[112785]: pgmap v1673: 99 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+undersized+degraded+remapped, 3 remapped+peering, 5 active+undersized+degraded+remapped+backfill_wait, 88 active+clean; 7.1 GiB data, 19 GiB used, 428 GiB / 447 GiB avail; 47 MiB/s wr, 744 op/s; 55015/347127 objects degraded (15.849%); 799 KiB/s, 12 objects/s recovering 2024-09-13T14:52:56.088 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:55 smithi071 ceph-mon[112785]: 8.b continuing backfill to osd.6 from (1215'3400,1225'7374] MIN to 1225'7374 2024-09-13T14:52:56.088 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:55 smithi071 ceph-mon[112785]: osdmap e1228: 8 total, 8 up, 5 in 2024-09-13T14:52:56.134 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:52:56.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:55 smithi104 ceph-mon[105578]: pgmap v1673: 99 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+undersized+degraded+remapped, 3 remapped+peering, 5 active+undersized+degraded+remapped+backfill_wait, 88 active+clean; 7.1 GiB data, 19 GiB used, 428 GiB / 447 GiB avail; 47 MiB/s wr, 744 op/s; 55015/347127 objects degraded (15.849%); 799 KiB/s, 12 objects/s recovering 2024-09-13T14:52:56.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:55 smithi104 ceph-mon[105578]: 8.b continuing backfill to osd.6 from (1215'3400,1225'7374] MIN to 1225'7374 2024-09-13T14:52:56.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:55 smithi104 ceph-mon[105578]: osdmap e1228: 8 total, 8 up, 5 in 2024-09-13T14:52:56.179 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:56.179 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:56.180 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:52:56.258 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T14:52:56.258 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:52:56.281 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:52:56.310 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:56.311 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:56.311 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:52:56.412 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:56.441 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:56.441 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:56.442 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:56.543 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:52:56.587 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:56.588 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:56.588 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:52:56.650 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 87 16 118534 118518 85.1245 46.8125 0.0536457 0.0117423 2024-09-13T14:52:56.690 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:52:56.732 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:56.733 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:56.733 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:52:56.834 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:52:56.869 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:56.869 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:56.869 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:52:56.970 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:52:56.998 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:56.998 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:56.999 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:52:57.100 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:52:57.125 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:57.126 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:57.126 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:52:57.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:56 smithi071 ceph-mon[107477]: 8.3 continuing backfill to osd.6 from (1215'3300,1225'7269] MIN to 1225'7269 2024-09-13T14:52:57.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:56 smithi071 ceph-mon[107477]: 8.7 continuing backfill to osd.6 from (1215'3400,1225'7376] MIN to 1225'7376 2024-09-13T14:52:57.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:56 smithi071 ceph-mon[112785]: 8.3 continuing backfill to osd.6 from (1215'3300,1225'7269] MIN to 1225'7269 2024-09-13T14:52:57.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:56 smithi071 ceph-mon[112785]: 8.7 continuing backfill to osd.6 from (1215'3400,1225'7376] MIN to 1225'7376 2024-09-13T14:52:57.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:56 smithi104 ceph-mon[105578]: 8.3 continuing backfill to osd.6 from (1215'3300,1225'7269] MIN to 1225'7269 2024-09-13T14:52:57.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:56 smithi104 ceph-mon[105578]: 8.7 continuing backfill to osd.6 from (1215'3400,1225'7376] MIN to 1225'7376 2024-09-13T14:52:57.227 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:52:57.272 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:57.273 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:57.273 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:52:57.374 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:52:57.418 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:57.419 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:57.419 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:52:57.504 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd unset noscrub 2024-09-13T14:52:57.521 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:57.594 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:57.595 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:57.595 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:57.650 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 88 16 119514 119498 84.8532 61.25 0.00515569 0.0117787 2024-09-13T14:52:57.696 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:57.724 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:57.725 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:57.725 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:57.760 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.1 dump_historic_ops 2024-09-13T14:52:57.826 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:52:57.827 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:52:57.850 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:57.850 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:57.851 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:52:57.882 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:52:57.952 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:57.982 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:57.983 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:57.984 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:58.037 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:57 smithi071 ceph-mon[107477]: pgmap v1676: 99 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+undersized+degraded+remapped, 2 remapped+peering, 6 active+undersized+degraded+remapped+backfill_wait, 88 active+clean; 7.2 GiB data, 19 GiB used, 428 GiB / 447 GiB avail; 47 MiB/s wr, 750 op/s; 62682/353325 objects degraded (17.741%); 2.2 MiB/s, 34 objects/s recovering 2024-09-13T14:52:58.037 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:57 smithi071 ceph-mon[112785]: pgmap v1676: 99 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+undersized+degraded+remapped, 2 remapped+peering, 6 active+undersized+degraded+remapped+backfill_wait, 88 active+clean; 7.2 GiB data, 19 GiB used, 428 GiB / 447 GiB avail; 47 MiB/s wr, 750 op/s; 62682/353325 objects degraded (17.741%); 2.2 MiB/s, 34 objects/s recovering 2024-09-13T14:52:58.085 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:52:58.131 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:58.132 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:58.133 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:52:58.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:57 smithi104 ceph-mon[105578]: pgmap v1676: 99 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+undersized+degraded+remapped, 2 remapped+peering, 6 active+undersized+degraded+remapped+backfill_wait, 88 active+clean; 7.2 GiB data, 19 GiB used, 428 GiB / 447 GiB avail; 47 MiB/s wr, 750 op/s; 62682/353325 objects degraded (17.741%); 2.2 MiB/s, 34 objects/s recovering 2024-09-13T14:52:58.233 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:52:58.264 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:58.265 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:58.265 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:52:58.366 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:52:58.404 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:58.404 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:58.405 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:52:58.506 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:52:58.550 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:58.551 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:58.551 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:52:58.650 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 89 16 120394 120378 84.5177 55 0.0091995 0.0118264 2024-09-13T14:52:58.652 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:52:58.682 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:58.682 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:58.682 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:52:58.783 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:52:58.817 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:58.818 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:58.818 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:52:58.919 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:52:58.944 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:58.945 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:58.945 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:52:59.045 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:59.073 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:59.074 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:59.074 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:59.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:58 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 62682/353325 objects degraded (17.741%), 9 pgs degraded (PG_DEGRADED) 2024-09-13T14:52:59.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:58 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 62682/353325 objects degraded (17.741%), 9 pgs degraded (PG_DEGRADED) 2024-09-13T14:52:59.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:58 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 62682/353325 objects degraded (17.741%), 9 pgs degraded (PG_DEGRADED) 2024-09-13T14:52:59.175 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:52:59.218 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:59.219 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:52:59.219 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:52:59.320 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:59.351 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:59.352 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:59.352 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:52:59.453 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:59.484 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:59.484 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:59.485 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:59.586 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:52:59.611 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:59.612 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:59.613 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:52:59.650 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 90 6 121295 121289 84.2113 56.9375 0.0480398 0.0118676 2024-09-13T14:52:59.713 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:52:59.734 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:59.735 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:59.735 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:52:59.836 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:52:59.857 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:59.857 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:59.858 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:52:59.959 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:52:59.980 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:52:59.981 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:52:59.981 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:00.082 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:00.104 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:00.104 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:00.104 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:00.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:59 smithi071 ceph-mon[107477]: pgmap v1677: 99 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+undersized+degraded+remapped, 1 remapped+peering, 7 active+undersized+degraded+remapped+backfill_wait, 88 active+clean; 7.2 GiB data, 19 GiB used, 428 GiB / 447 GiB avail; 46 MiB/s wr, 731 op/s; 70590/355431 objects degraded (19.860%); 1.8 MiB/s, 28 objects/s recovering 2024-09-13T14:53:00.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:52:59 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:53:00.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:59 smithi071 ceph-mon[112785]: pgmap v1677: 99 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+undersized+degraded+remapped, 1 remapped+peering, 7 active+undersized+degraded+remapped+backfill_wait, 88 active+clean; 7.2 GiB data, 19 GiB used, 428 GiB / 447 GiB avail; 46 MiB/s wr, 731 op/s; 70590/355431 objects degraded (19.860%); 1.8 MiB/s, 28 objects/s recovering 2024-09-13T14:53:00.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:52:59 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:53:00.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:59 smithi104 ceph-mon[105578]: pgmap v1677: 99 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+undersized+degraded+remapped, 1 remapped+peering, 7 active+undersized+degraded+remapped+backfill_wait, 88 active+clean; 7.2 GiB data, 19 GiB used, 428 GiB / 447 GiB avail; 46 MiB/s wr, 731 op/s; 70590/355431 objects degraded (19.860%); 1.8 MiB/s, 28 objects/s recovering 2024-09-13T14:53:00.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:52:59 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:53:00.205 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:53:00.226 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:00.227 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:00.228 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:53:00.328 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:00.350 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:00.350 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:00.351 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:00.452 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:53:00.473 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:00.474 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:00.474 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:53:00.575 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:53:00.596 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:00.597 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:00.597 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:53:00.651 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Total time run: 90.0415 2024-09-13T14:53:00.651 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Total writes made: 121295 2024-09-13T14:53:00.651 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Write size: 65536 2024-09-13T14:53:00.651 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Object size: 65536 2024-09-13T14:53:00.651 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Bandwidth (MB/sec): 84.1938 2024-09-13T14:53:00.651 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Stddev Bandwidth: 42.5645 2024-09-13T14:53:00.651 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Max bandwidth (MB/sec): 226.375 2024-09-13T14:53:00.651 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Min bandwidth (MB/sec): 0 2024-09-13T14:53:00.651 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Average IOPS: 1347 2024-09-13T14:53:00.651 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Stddev IOPS: 681.043 2024-09-13T14:53:00.651 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Max IOPS: 3622 2024-09-13T14:53:00.652 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Min IOPS: 0 2024-09-13T14:53:00.652 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Average Latency(s): 0.0118704 2024-09-13T14:53:00.652 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Stddev Latency(s): 0.0302735 2024-09-13T14:53:00.652 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Max latency(s): 2.01003 2024-09-13T14:53:00.652 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Min latency(s): 0.0011859 2024-09-13T14:53:00.657 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Cleaning up (deleting benchmark objects) 2024-09-13T14:53:00.698 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:00.727 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:00.727 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:00.727 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:00.828 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:53:00.863 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:00.863 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:00.864 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:53:00.965 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:53:00.998 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:00.999 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:00.999 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:53:01.100 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:53:01.124 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:01.125 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:01.126 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:53:01.226 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:01.257 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:01.258 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:01.258 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:01.359 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:01.393 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:01.394 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:01.394 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:01.495 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:01.525 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:01.525 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:01.526 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:01.627 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:01.657 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:01.657 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:01.658 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:01.759 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:53:01.789 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:01.790 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:01.790 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:53:01.891 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:53:01.916 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:01.916 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:01.917 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:53:01.991 INFO:tasks.thrashosds.thrasher:in_osds: [0, 1, 5, 6, 3] out_osds: [4, 7, 2] dead_osds: [] live_osds: [0, 1, 2, 3, 4, 5, 7, 6] 2024-09-13T14:53:01.992 INFO:tasks.thrashosds.thrasher:choose_action: min_in 4 min_out 0 min_live 2 min_dead 0 chance_down 0.40 2024-09-13T14:53:01.992 INFO:tasks.thrashosds.thrasher:Adding osd 7 2024-09-13T14:53:01.992 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd in 7 2024-09-13T14:53:02.017 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:02.043 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:02.044 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:02.044 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:02.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:01 smithi071 ceph-mon[107477]: pgmap v1678: 99 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 88 active+clean; 7.3 GiB data, 19 GiB used, 428 GiB / 447 GiB avail; 46 MiB/s wr, 738 op/s; 78251/360129 objects degraded (21.729%); 3.1 MiB/s, 48 objects/s recovering 2024-09-13T14:53:02.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:01 smithi071 ceph-mon[112785]: pgmap v1678: 99 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 88 active+clean; 7.3 GiB data, 19 GiB used, 428 GiB / 447 GiB avail; 46 MiB/s wr, 738 op/s; 78251/360129 objects degraded (21.729%); 3.1 MiB/s, 48 objects/s recovering 2024-09-13T14:53:02.145 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:02.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:01 smithi104 ceph-mon[105578]: pgmap v1678: 99 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 88 active+clean; 7.3 GiB data, 19 GiB used, 428 GiB / 447 GiB avail; 46 MiB/s wr, 738 op/s; 78251/360129 objects degraded (21.729%); 3.1 MiB/s, 48 objects/s recovering 2024-09-13T14:53:02.191 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:02.191 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:02.191 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:02.292 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:02.339 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:02.340 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:02.340 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:02.441 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:53:02.607 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:02.607 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:02.608 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:53:02.709 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:02.739 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:02.740 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:02.740 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:02.841 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:02.880 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:02.880 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:02.881 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:02.982 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:53:03.016 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:03.017 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:03.017 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:53:03.118 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:03.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:53:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:53:02] "GET /metrics HTTP/1.1" 200 36666 "" "Prometheus/2.51.0" 2024-09-13T14:53:03.145 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:03.146 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:03.146 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:03.247 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:03.274 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:03.274 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:03.275 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:03.375 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:53:03.402 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:03.403 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:03.403 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:53:03.504 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:53:03.537 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:03.538 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:03.538 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:53:03.639 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:03.664 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:03.665 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:03.665 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:03.766 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:03.793 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:03.794 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:03.794 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:03.895 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:53:03.928 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:03.928 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:03.929 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:53:04.029 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:53:04.064 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:04.064 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:04.065 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:53:04.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:03 smithi071 ceph-mon[107477]: pgmap v1679: 99 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 88 active+clean; 7.4 GiB data, 20 GiB used, 427 GiB / 447 GiB avail; 127 B/s rd, 42 MiB/s wr, 683 op/s; 78799/363051 objects degraded (21.705%); 2.6 MiB/s, 42 objects/s recovering 2024-09-13T14:53:04.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:03 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 78799/363051 objects degraded (21.705%), 11 pgs degraded (PG_DEGRADED) 2024-09-13T14:53:04.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:03 smithi071 ceph-mon[112785]: pgmap v1679: 99 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 88 active+clean; 7.4 GiB data, 20 GiB used, 427 GiB / 447 GiB avail; 127 B/s rd, 42 MiB/s wr, 683 op/s; 78799/363051 objects degraded (21.705%); 2.6 MiB/s, 42 objects/s recovering 2024-09-13T14:53:04.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:03 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 78799/363051 objects degraded (21.705%), 11 pgs degraded (PG_DEGRADED) 2024-09-13T14:53:04.166 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:53:04.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:03 smithi104 ceph-mon[105578]: pgmap v1679: 99 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 88 active+clean; 7.4 GiB data, 20 GiB used, 427 GiB / 447 GiB avail; 127 B/s rd, 42 MiB/s wr, 683 op/s; 78799/363051 objects degraded (21.705%); 2.6 MiB/s, 42 objects/s recovering 2024-09-13T14:53:04.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:03 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 78799/363051 objects degraded (21.705%), 11 pgs degraded (PG_DEGRADED) 2024-09-13T14:53:04.203 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:04.203 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:04.203 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:53:04.304 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:04.332 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:04.332 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:04.333 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:04.434 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:04.474 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:04.474 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:04.475 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:04.575 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:04.602 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:04.603 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:04.603 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:04.705 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:04.745 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:04.746 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:04.746 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:04.847 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:53:04.873 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:04.873 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:04.873 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:53:04.974 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:53:05.014 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:05.015 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:05.015 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:53:05.116 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:05.144 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:05.145 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:05.145 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:05.246 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:53:05.267 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:05.268 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:05.268 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:53:05.369 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:05.407 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:05.408 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:05.408 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:05.509 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:53:05.540 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:05.541 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:05.542 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:53:05.643 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:05.669 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:05.670 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:05.671 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:05.772 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:53:05.808 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:05.809 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:05.809 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:53:05.910 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:05.938 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:05.939 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:05.939 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:06.040 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:06.069 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:06.069 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:06.070 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:06.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:05 smithi071 ceph-mon[107477]: pgmap v1680: 99 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 88 active+clean; 7.3 GiB data, 19 GiB used, 428 GiB / 447 GiB avail; 103 B/s rd, 35 MiB/s wr, 678 op/s; 78168/360624 objects degraded (21.676%); 2.1 MiB/s, 33 objects/s recovering 2024-09-13T14:53:06.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:05 smithi071 ceph-mon[112785]: pgmap v1680: 99 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 88 active+clean; 7.3 GiB data, 19 GiB used, 428 GiB / 447 GiB avail; 103 B/s rd, 35 MiB/s wr, 678 op/s; 78168/360624 objects degraded (21.676%); 2.1 MiB/s, 33 objects/s recovering 2024-09-13T14:53:06.170 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:53:06.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:05 smithi104 ceph-mon[105578]: pgmap v1680: 99 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 88 active+clean; 7.3 GiB data, 19 GiB used, 428 GiB / 447 GiB avail; 103 B/s rd, 35 MiB/s wr, 678 op/s; 78168/360624 objects degraded (21.676%); 2.1 MiB/s, 33 objects/s recovering 2024-09-13T14:53:06.206 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:06.206 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:06.207 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:53:06.307 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:53:06.353 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:06.353 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:06.353 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:53:06.454 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:53:06.484 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:06.484 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:06.484 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:53:06.585 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:06.613 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:06.614 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:06.614 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:06.715 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:06.744 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:06.745 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:06.745 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:06.846 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:53:06.873 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:06.873 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:06.874 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:53:06.975 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:07.001 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:07.002 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:07.003 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:07.104 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:53:07.129 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:07.129 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:07.130 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:53:07.231 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:07.273 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:07.274 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:07.274 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:07.375 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:53:07.427 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:07.427 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:07.428 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:53:07.528 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:07.558 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:07.559 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:07.559 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:07.660 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:53:07.701 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:07.702 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:07.702 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:53:07.803 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:07.838 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:07.839 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:07.840 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:07.934 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:53:07.934 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:53:07.934 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:07 smithi071 ceph-mon[107477]: pgmap v1681: 99 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 88 active+clean; 7.1 GiB data, 19 GiB used, 428 GiB / 447 GiB avail; 93 B/s rd, 25 MiB/s wr, 794 op/s; 76891/351033 objects degraded (21.904%); 1.6 MiB/s, 24 objects/s recovering 2024-09-13T14:53:07.935 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:07 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2522670739' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:53:07.935 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:07 smithi071 ceph-mon[112785]: pgmap v1681: 99 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 88 active+clean; 7.1 GiB data, 19 GiB used, 428 GiB / 447 GiB avail; 93 B/s rd, 25 MiB/s wr, 794 op/s; 76891/351033 objects degraded (21.904%); 1.6 MiB/s, 24 objects/s recovering 2024-09-13T14:53:07.935 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:07 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2522670739' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:53:07.940 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:07.966 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:07.967 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:07.967 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:07.970 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:53:07.970 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:53:08.003 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:53:08.004 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:53:08.050 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:53:08.050 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:53:08.068 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:53:08.093 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:53:08.096 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:53:08.113 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:08.114 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:08.114 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:53:08.129 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:53:08.129 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:53:08.166 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T14:53:08.167 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T14:53:08.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:07 smithi104 ceph-mon[105578]: pgmap v1681: 99 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 88 active+clean; 7.1 GiB data, 19 GiB used, 428 GiB / 447 GiB avail; 93 B/s rd, 25 MiB/s wr, 794 op/s; 76891/351033 objects degraded (21.904%); 1.6 MiB/s, 24 objects/s recovering 2024-09-13T14:53:08.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:07 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2522670739' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:53:08.197 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:53:08.197 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:53:08.215 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:08.240 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:08.241 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:08.241 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:08.342 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:08.383 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:08.383 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:08.384 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:08.485 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:53:08.523 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:08.524 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:08.524 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:53:08.575 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:53:08.578 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:53:08.625 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:53:08.649 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:08.650 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:08.650 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:53:08.751 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:08.776 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:08.777 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:08.777 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:08.879 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:08.905 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:08.906 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:08.906 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:08.919 INFO:teuthology.orchestra.run.smithi071.stderr:noscrub is unset 2024-09-13T14:53:09.007 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:53:09.047 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:09.047 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:09.048 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:53:09.118 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:08 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 76891/351033 objects degraded (21.904%), 11 pgs degraded (PG_DEGRADED) 2024-09-13T14:53:09.118 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:08 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2109586548' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:53:09.118 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:08 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:53:09.119 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:08 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 76891/351033 objects degraded (21.904%), 11 pgs degraded (PG_DEGRADED) 2024-09-13T14:53:09.119 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:08 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2109586548' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:53:09.119 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:08 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:53:09.149 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:09.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:08 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 76891/351033 objects degraded (21.904%), 11 pgs degraded (PG_DEGRADED) 2024-09-13T14:53:09.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:08 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2109586548' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:53:09.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:08 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:53:09.189 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:09.189 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:09.190 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:09.290 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:09.328 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:09.328 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:09.329 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:09.430 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:09.469 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:09.470 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:09.470 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:09.571 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:09.598 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:09.599 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:09.599 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:09.700 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:53:09.749 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:09.749 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:09.750 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:53:09.851 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:09.880 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:09.880 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:09.881 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:09.982 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:10.019 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:10.019 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:10.020 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:10.121 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:53:10.145 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:09 smithi071 ceph-mon[107477]: pgmap v1682: 99 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 88 active+clean; 7.1 GiB data, 19 GiB used, 428 GiB / 447 GiB avail; 85 B/s rd, 18 MiB/s wr, 654 op/s; 76891/351033 objects degraded (21.904%); 1.4 MiB/s, 22 objects/s recovering 2024-09-13T14:53:10.145 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:09 smithi071 ceph-mon[107477]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:53:10.145 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:09 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T14:53:10.145 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:09 smithi071 ceph-mon[107477]: osdmap e1229: 8 total, 8 up, 5 in 2024-09-13T14:53:10.146 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:09 smithi071 ceph-mon[112785]: pgmap v1682: 99 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 88 active+clean; 7.1 GiB data, 19 GiB used, 428 GiB / 447 GiB avail; 85 B/s rd, 18 MiB/s wr, 654 op/s; 76891/351033 objects degraded (21.904%); 1.4 MiB/s, 22 objects/s recovering 2024-09-13T14:53:10.146 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:09 smithi071 ceph-mon[112785]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:53:10.146 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:09 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T14:53:10.146 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:09 smithi071 ceph-mon[112785]: osdmap e1229: 8 total, 8 up, 5 in 2024-09-13T14:53:10.157 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:10.157 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:10.158 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:53:10.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:09 smithi104 ceph-mon[105578]: pgmap v1682: 99 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 88 active+clean; 7.1 GiB data, 19 GiB used, 428 GiB / 447 GiB avail; 85 B/s rd, 18 MiB/s wr, 654 op/s; 76891/351033 objects degraded (21.904%); 1.4 MiB/s, 22 objects/s recovering 2024-09-13T14:53:10.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:09 smithi104 ceph-mon[105578]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:53:10.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:09 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T14:53:10.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:09 smithi104 ceph-mon[105578]: osdmap e1229: 8 total, 8 up, 5 in 2024-09-13T14:53:10.259 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:53:10.285 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:10.286 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:10.287 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:53:10.387 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:10.420 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:10.421 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:10.421 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:10.522 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:53:10.562 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:10.562 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:10.563 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:53:10.664 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:10.693 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:10.693 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:10.693 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:10.794 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:53:10.824 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:10.825 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:10.825 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:53:10.926 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:10.974 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:10.974 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:10.975 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:11.076 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:11.101 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:11.102 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:11.102 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:11.152 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=false 2024-09-13T14:53:11.203 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:53:11.249 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:11.250 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:11.250 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:53:11.351 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:53:11.391 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:11.392 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:11.392 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:53:11.493 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:11.529 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:11.530 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:11.531 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:11.631 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:11.690 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:11.691 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:11.692 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:11.792 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:11.819 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:11.819 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:11.820 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:11.920 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:53:11.951 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:11.952 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:11.953 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:53:12.053 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:53:12.080 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:12.080 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:12.081 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:53:12.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:11 smithi071 ceph-mon[107477]: pgmap v1684: 99 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 88 active+clean; 7.0 GiB data, 19 GiB used, 428 GiB / 447 GiB avail; 102 B/s rd, 8.0 MiB/s wr, 853 op/s; 75434/342186 objects degraded (22.045%); 1.2 MiB/s, 19 objects/s recovering 2024-09-13T14:53:12.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:11 smithi071 ceph-mon[112785]: pgmap v1684: 99 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 88 active+clean; 7.0 GiB data, 19 GiB used, 428 GiB / 447 GiB avail; 102 B/s rd, 8.0 MiB/s wr, 853 op/s; 75434/342186 objects degraded (22.045%); 1.2 MiB/s, 19 objects/s recovering 2024-09-13T14:53:12.182 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:53:12.216 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:12.217 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:12.218 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:53:12.318 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:53:12.356 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:12.357 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:12.357 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:53:12.364 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd unset nodeep-scrub 2024-09-13T14:53:12.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:11 smithi104 ceph-mon[105578]: pgmap v1684: 99 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 88 active+clean; 7.0 GiB data, 19 GiB used, 428 GiB / 447 GiB avail; 102 B/s rd, 8.0 MiB/s wr, 853 op/s; 75434/342186 objects degraded (22.045%); 1.2 MiB/s, 19 objects/s recovering 2024-09-13T14:53:12.458 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:12.482 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:12.482 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:12.483 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:12.583 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:53:12.609 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:12.610 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:12.610 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:53:12.711 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:12.738 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:12.739 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:12.739 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:12.840 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:12.872 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:12.873 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:12.874 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:12.974 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:53:13.004 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:13.004 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:13.004 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:53:13.105 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:13.141 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:13.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:53:12 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:53:12] "GET /metrics HTTP/1.1" 200 36666 "" "Prometheus/2.51.0" 2024-09-13T14:53:13.142 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:13.142 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:13.243 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:53:13.274 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:13.275 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:13.275 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:53:13.376 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:53:13.412 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:13.412 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:13.413 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:53:13.513 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:53:13.555 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:13.556 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:13.556 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:53:13.657 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:13.682 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:13.683 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:13.683 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:13.784 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:53:13.814 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:13.814 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:13.815 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:53:13.915 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:13.943 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:13.944 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:13.944 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:14.045 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:14.071 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:14.072 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:14.072 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:14.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:13 smithi071 ceph-mon[107477]: pgmap v1685: 99 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 88 active+clean; 6.9 GiB data, 19 GiB used, 428 GiB / 447 GiB avail; 1.4 MiB/s wr, 878 op/s; 74607/338055 objects degraded (22.069%); 1.2 MiB/s, 19 objects/s recovering 2024-09-13T14:53:14.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:13 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 74607/338055 objects degraded (22.069%), 11 pgs degraded (PG_DEGRADED) 2024-09-13T14:53:14.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:13 smithi071 ceph-mon[112785]: pgmap v1685: 99 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 88 active+clean; 6.9 GiB data, 19 GiB used, 428 GiB / 447 GiB avail; 1.4 MiB/s wr, 878 op/s; 74607/338055 objects degraded (22.069%); 1.2 MiB/s, 19 objects/s recovering 2024-09-13T14:53:14.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:13 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 74607/338055 objects degraded (22.069%), 11 pgs degraded (PG_DEGRADED) 2024-09-13T14:53:14.173 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:14.211 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:14.211 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:14.212 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:14.223 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:13 smithi104 ceph-mon[105578]: pgmap v1685: 99 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 88 active+clean; 6.9 GiB data, 19 GiB used, 428 GiB / 447 GiB avail; 1.4 MiB/s wr, 878 op/s; 74607/338055 objects degraded (22.069%); 1.2 MiB/s, 19 objects/s recovering 2024-09-13T14:53:14.223 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:13 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 74607/338055 objects degraded (22.069%), 11 pgs degraded (PG_DEGRADED) 2024-09-13T14:53:14.313 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:53:14.350 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:14.350 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:14.351 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:53:14.452 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:53:14.491 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:14.492 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:14.492 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:53:14.546 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:53:14.594 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:53:14.640 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:53:14.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:14 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-a[107454]: 2024-09-13T14:53:14.446+0000 7fa91586f640 -1 mon.a@0(leader).osd e1229 definitely_dead 0 2024-09-13T14:53:14.659 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:14.660 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:14.661 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:53:14.761 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:53:14.800 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:14.800 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:14.801 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:53:14.902 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:53:14.949 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:14.950 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:14.950 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:53:14.953 INFO:teuthology.orchestra.run.smithi071.stderr:marked in osd.7. 2024-09-13T14:53:14.966 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:14 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/330310648' entity='client.admin' cmd={"prefix": "osd in", "ids": ["7"]} : dispatch 2024-09-13T14:53:14.966 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:14 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd in", "ids": ["7"]} : dispatch 2024-09-13T14:53:14.966 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:14 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:53:14.966 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:14 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/330310648' entity='client.admin' cmd={"prefix": "osd in", "ids": ["7"]} : dispatch 2024-09-13T14:53:14.966 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:14 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd in", "ids": ["7"]} : dispatch 2024-09-13T14:53:14.967 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:14 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:53:15.051 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:15.072 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:15.073 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:15.073 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:15.174 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:53:15.196 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:15.196 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:15.196 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:53:15.297 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:53:15.309 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:14 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/330310648' entity='client.admin' cmd={"prefix": "osd in", "ids": ["7"]} : dispatch 2024-09-13T14:53:15.309 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:14 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd in", "ids": ["7"]} : dispatch 2024-09-13T14:53:15.310 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:14 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:53:15.318 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:15.319 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:15.319 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:53:15.420 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:53:15.443 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:15.443 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:15.444 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:53:15.544 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:15.566 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:15.566 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:15.567 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:15.668 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:53:15.689 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:15.690 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:15.690 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:53:15.791 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:15.813 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:15.813 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:15.814 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:15.915 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:15.936 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:15.937 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:15.937 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:16.038 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:53:16.066 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:16.067 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:16.067 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:53:16.168 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:53:16.190 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:16.192 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:16.192 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:53:16.293 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:53:16.316 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:16.317 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:16.317 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:53:16.354 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:15 smithi104 ceph-mon[105578]: pgmap v1686: 99 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 88 active+clean; 6.8 GiB data, 18 GiB used, 429 GiB / 447 GiB avail; 0 B/s wr, 896 op/s; 73439/333729 objects degraded (22.006%); 1.2 MiB/s, 19 objects/s recovering 2024-09-13T14:53:16.354 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:15 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd in", "ids": ["7"]}]': finished 2024-09-13T14:53:16.354 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:15 smithi104 ceph-mon[105578]: osdmap e1230: 8 total, 8 up, 6 in 2024-09-13T14:53:16.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:15 smithi071 ceph-mon[107477]: pgmap v1686: 99 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 88 active+clean; 6.8 GiB data, 18 GiB used, 429 GiB / 447 GiB avail; 0 B/s wr, 896 op/s; 73439/333729 objects degraded (22.006%); 1.2 MiB/s, 19 objects/s recovering 2024-09-13T14:53:16.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:15 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd in", "ids": ["7"]}]': finished 2024-09-13T14:53:16.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:15 smithi071 ceph-mon[107477]: osdmap e1230: 8 total, 8 up, 6 in 2024-09-13T14:53:16.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:15 smithi071 ceph-mon[112785]: pgmap v1686: 99 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 88 active+clean; 6.8 GiB data, 18 GiB used, 429 GiB / 447 GiB avail; 0 B/s wr, 896 op/s; 73439/333729 objects degraded (22.006%); 1.2 MiB/s, 19 objects/s recovering 2024-09-13T14:53:16.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:15 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd in", "ids": ["7"]}]': finished 2024-09-13T14:53:16.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:15 smithi071 ceph-mon[112785]: osdmap e1230: 8 total, 8 up, 6 in 2024-09-13T14:53:16.418 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:53:16.441 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:16.442 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:16.442 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:53:16.543 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:16.566 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:16.567 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:16.567 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:16.668 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:53:16.689 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:16.690 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:16.691 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:53:16.791 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:16.813 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:16.814 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:16.814 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:16.915 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:53:16.936 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:16.937 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:16.937 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:53:17.038 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:17.067 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:17.068 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:17.068 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:17.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:16 smithi071 ceph-mon[107477]: 8.b continuing backfill to osd.6 from (1218'4400,1229'8410] MIN to 1229'8410 2024-09-13T14:53:17.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:16 smithi071 ceph-mon[107477]: 8.b starting backfill to osd.7 from (0'0,0'0] MAX to 1229'8410 2024-09-13T14:53:17.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:16 smithi071 ceph-mon[107477]: osdmap e1231: 8 total, 8 up, 6 in 2024-09-13T14:53:17.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:16 smithi071 ceph-mon[107477]: 8.d continuing backfill to osd.6 from (1213'3000,1229'8319] 8:b0049ba0:::benchmark_data_smithi071_245775_object86898:head to 1229'8319 2024-09-13T14:53:17.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:16 smithi071 ceph-mon[107477]: 8.d starting backfill to osd.7 from (0'0,0'0] MAX to 1229'8319 2024-09-13T14:53:17.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:16 smithi071 ceph-mon[107477]: 8.c starting backfill to osd.7 from (0'0,0'0] MAX to 1229'8453 2024-09-13T14:53:17.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:16 smithi071 ceph-mon[107477]: osdmap e1232: 8 total, 8 up, 6 in 2024-09-13T14:53:17.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:16 smithi071 ceph-mon[112785]: 8.b continuing backfill to osd.6 from (1218'4400,1229'8410] MIN to 1229'8410 2024-09-13T14:53:17.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:16 smithi071 ceph-mon[112785]: 8.b starting backfill to osd.7 from (0'0,0'0] MAX to 1229'8410 2024-09-13T14:53:17.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:16 smithi071 ceph-mon[112785]: osdmap e1231: 8 total, 8 up, 6 in 2024-09-13T14:53:17.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:16 smithi071 ceph-mon[112785]: 8.d continuing backfill to osd.6 from (1213'3000,1229'8319] 8:b0049ba0:::benchmark_data_smithi071_245775_object86898:head to 1229'8319 2024-09-13T14:53:17.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:16 smithi071 ceph-mon[112785]: 8.d starting backfill to osd.7 from (0'0,0'0] MAX to 1229'8319 2024-09-13T14:53:17.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:16 smithi071 ceph-mon[112785]: 8.c starting backfill to osd.7 from (0'0,0'0] MAX to 1229'8453 2024-09-13T14:53:17.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:16 smithi071 ceph-mon[112785]: osdmap e1232: 8 total, 8 up, 6 in 2024-09-13T14:53:17.169 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:53:17.189 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:53:17.189 INFO:teuthology.orchestra.run.smithi071.stdout: "size": 20, 2024-09-13T14:53:17.189 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 600, 2024-09-13T14:53:17.189 INFO:teuthology.orchestra.run.smithi071.stdout: "ops": [ 2024-09-13T14:53:17.190 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.190 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:206083 7.4 7:2bef7161:::benchmark_data_smithi071_196541_object93143:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1194)", 2024-09-13T14:53:17.190 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:50:20.273249+0000", 2024-09-13T14:53:17.190 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 176.912650034, 2024-09-13T14:53:17.190 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.039516071, 2024-09-13T14:53:17.190 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:53:17.190 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:53:17.190 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:53:17.190 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:53:17.190 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:53:17.190 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:53:17.190 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 206083 2024-09-13T14:53:17.190 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.191 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:53:17.191 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.191 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:53:17.191 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.273249+0000", 2024-09-13T14:53:17.191 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:53:17.191 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.191 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.191 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:53:17.191 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.273249+0000", 2024-09-13T14:53:17.191 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:53:17.191 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.191 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.191 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:53:17.192 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.273250+0000", 2024-09-13T14:53:17.192 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.3549999999999999e-06 2024-09-13T14:53:17.192 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.192 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.192 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:53:17.192 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.273255+0000", 2024-09-13T14:53:17.192 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.4959999999999998e-06 2024-09-13T14:53:17.192 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.192 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.192 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:53:17.192 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.273267+0000", 2024-09-13T14:53:17.192 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2553e-05 2024-09-13T14:53:17.193 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.193 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.193 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:53:17.193 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.273275+0000", 2024-09-13T14:53:17.193 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.7640000000000005e-06 2024-09-13T14:53:17.193 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.193 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.193 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:53:17.193 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.273350+0000", 2024-09-13T14:53:17.193 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.5442e-05 2024-09-13T14:53:17.193 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.193 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.193 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:53:17.193 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.273362+0000", 2024-09-13T14:53:17.194 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1491000000000001e-05 2024-09-13T14:53:17.194 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.194 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.194 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:53:17.194 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.306946+0000", 2024-09-13T14:53:17.194 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0335838449999999 2024-09-13T14:53:17.194 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.194 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.194 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:53:17.194 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.307028+0000", 2024-09-13T14:53:17.194 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.2404999999999995e-05 2024-09-13T14:53:17.194 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.194 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.194 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 0,5", 2024-09-13T14:53:17.195 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.307150+0000", 2024-09-13T14:53:17.195 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012231899999999999 2024-09-13T14:53:17.195 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.195 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.195 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:53:17.195 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.312514+0000", 2024-09-13T14:53:17.195 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0053635489999999996 2024-09-13T14:53:17.195 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.195 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.195 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:53:17.195 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.312570+0000", 2024-09-13T14:53:17.195 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.5470999999999998e-05 2024-09-13T14:53:17.195 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.196 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.196 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:53:17.196 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.312586+0000", 2024-09-13T14:53:17.196 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.6245000000000001e-05 2024-09-13T14:53:17.196 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.196 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.196 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:53:17.196 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.312639+0000", 2024-09-13T14:53:17.196 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.3329999999999999e-05 2024-09-13T14:53:17.196 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.196 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.196 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:53:17.196 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.312765+0000", 2024-09-13T14:53:17.197 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012580600000000001 2024-09-13T14:53:17.197 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:53:17.197 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:53:17.197 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:53:17.197 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.197 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.197 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:206092 7.4 7:25fddbfd:::benchmark_data_smithi071_196541_object93152:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1195)", 2024-09-13T14:53:17.197 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:50:20.289274+0000", 2024-09-13T14:53:17.197 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 176.89662514, 2024-09-13T14:53:17.197 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0272639079999999, 2024-09-13T14:53:17.197 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:53:17.197 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:53:17.197 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:53:17.197 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:53:17.198 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:53:17.198 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:53:17.198 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 206092 2024-09-13T14:53:17.198 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.198 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:53:17.198 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.198 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:53:17.199 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.289274+0000", 2024-09-13T14:53:17.199 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:53:17.199 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.199 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.199 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:53:17.199 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.289274+0000", 2024-09-13T14:53:17.199 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:53:17.199 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.199 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.199 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:53:17.199 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.289275+0000", 2024-09-13T14:53:17.199 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.73e-06 2024-09-13T14:53:17.200 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.200 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.200 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:53:17.200 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.289282+0000", 2024-09-13T14:53:17.200 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.3690000000000003e-06 2024-09-13T14:53:17.200 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.200 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.200 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:53:17.200 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.289300+0000", 2024-09-13T14:53:17.200 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.7858000000000001e-05 2024-09-13T14:53:17.200 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.200 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.201 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:53:17.201 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.289309+0000", 2024-09-13T14:53:17.201 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.867e-06 2024-09-13T14:53:17.201 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.201 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.201 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:53:17.201 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.289394+0000", 2024-09-13T14:53:17.201 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.5897999999999996e-05 2024-09-13T14:53:17.201 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.201 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.201 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:53:17.201 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.289403+0000", 2024-09-13T14:53:17.201 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.9320000000000002e-06 2024-09-13T14:53:17.202 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.202 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.202 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:53:17.202 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.310144+0000", 2024-09-13T14:53:17.202 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.020740317 2024-09-13T14:53:17.202 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.202 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.202 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:53:17.202 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.310268+0000", 2024-09-13T14:53:17.202 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012466500000000001 2024-09-13T14:53:17.202 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.202 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.202 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 0,5", 2024-09-13T14:53:17.202 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.310402+0000", 2024-09-13T14:53:17.203 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000133681 2024-09-13T14:53:17.203 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.203 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.203 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:53:17.203 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.312797+0000", 2024-09-13T14:53:17.203 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0023954359999999999 2024-09-13T14:53:17.203 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.203 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.203 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:53:17.203 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.312981+0000", 2024-09-13T14:53:17.203 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000183845 2024-09-13T14:53:17.203 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.203 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.204 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:53:17.204 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.316380+0000", 2024-09-13T14:53:17.204 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0033987079999999999 2024-09-13T14:53:17.204 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.204 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.204 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:53:17.204 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.316436+0000", 2024-09-13T14:53:17.204 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.5546e-05 2024-09-13T14:53:17.204 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.204 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.204 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:53:17.206 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:17.206 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.316538+0000", 2024-09-13T14:53:17.206 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000102056 2024-09-13T14:53:17.206 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:53:17.206 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:53:17.206 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:53:17.206 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.206 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.206 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:206104 7.4 7:2dd08527:::benchmark_data_smithi071_196541_object93164:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1195)", 2024-09-13T14:53:17.207 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:50:20.306218+0000", 2024-09-13T14:53:17.207 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 176.879681167, 2024-09-13T14:53:17.207 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0169750950000001, 2024-09-13T14:53:17.207 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:53:17.207 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:53:17.207 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:53:17.207 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:53:17.207 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:53:17.207 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:53:17.207 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 206104 2024-09-13T14:53:17.207 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.207 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:53:17.207 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.208 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:53:17.208 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.306218+0000", 2024-09-13T14:53:17.208 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:53:17.208 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.208 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.208 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:53:17.208 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.306218+0000", 2024-09-13T14:53:17.208 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:53:17.208 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.208 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.209 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:53:17.209 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.306220+0000", 2024-09-13T14:53:17.209 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.903e-06 2024-09-13T14:53:17.209 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.209 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.209 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:53:17.209 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.306226+0000", 2024-09-13T14:53:17.209 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.9159999999999998e-06 2024-09-13T14:53:17.209 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.209 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.209 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:53:17.209 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.306243+0000", 2024-09-13T14:53:17.210 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.7853999999999999e-05 2024-09-13T14:53:17.210 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.210 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.210 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:53:17.210 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.306253+0000", 2024-09-13T14:53:17.210 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.7329999999999998e-06 2024-09-13T14:53:17.210 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.210 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.210 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:53:17.210 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.306324+0000", 2024-09-13T14:53:17.210 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.1049000000000004e-05 2024-09-13T14:53:17.210 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.210 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.211 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:53:17.211 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.306337+0000", 2024-09-13T14:53:17.211 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2795e-05 2024-09-13T14:53:17.211 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.211 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.211 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:53:17.211 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.313038+0000", 2024-09-13T14:53:17.211 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0067009469999999 2024-09-13T14:53:17.211 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.211 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.211 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:53:17.211 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.313150+0000", 2024-09-13T14:53:17.211 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00011172500000000001 2024-09-13T14:53:17.211 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.212 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.212 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 0,5", 2024-09-13T14:53:17.212 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.313283+0000", 2024-09-13T14:53:17.212 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000133876 2024-09-13T14:53:17.212 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.212 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.212 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:53:17.212 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.319976+0000", 2024-09-13T14:53:17.212 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0066925400000000003 2024-09-13T14:53:17.212 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.212 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.212 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:53:17.213 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.320069+0000", 2024-09-13T14:53:17.213 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.2763999999999995e-05 2024-09-13T14:53:17.213 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.213 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.213 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:53:17.213 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.323032+0000", 2024-09-13T14:53:17.213 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0029628660000000002 2024-09-13T14:53:17.213 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.213 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.213 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:53:17.213 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.323091+0000", 2024-09-13T14:53:17.213 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.9466999999999998e-05 2024-09-13T14:53:17.213 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.214 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.214 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:53:17.214 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.323193+0000", 2024-09-13T14:53:17.214 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00010166 2024-09-13T14:53:17.214 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:53:17.214 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:53:17.214 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:53:17.214 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.214 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.214 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:206105 7.4 7:27c02ad7:::benchmark_data_smithi071_196541_object93165:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1195)", 2024-09-13T14:53:17.214 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:50:20.310426+0000", 2024-09-13T14:53:17.214 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 176.87547282200001, 2024-09-13T14:53:17.215 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0255929509999999, 2024-09-13T14:53:17.215 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:53:17.215 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:53:17.215 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:53:17.215 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:53:17.215 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:53:17.215 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:53:17.215 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 206105 2024-09-13T14:53:17.215 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.215 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:53:17.215 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.215 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:53:17.215 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.310426+0000", 2024-09-13T14:53:17.215 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:53:17.216 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.216 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.216 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:53:17.216 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.310426+0000", 2024-09-13T14:53:17.216 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:53:17.216 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.216 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.216 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:53:17.216 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.310428+0000", 2024-09-13T14:53:17.216 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.7719999999999999e-06 2024-09-13T14:53:17.216 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.216 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.216 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:53:17.216 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.310433+0000", 2024-09-13T14:53:17.217 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.3650000000000003e-06 2024-09-13T14:53:17.217 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.217 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.217 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:53:17.217 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.310446+0000", 2024-09-13T14:53:17.217 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2594e-05 2024-09-13T14:53:17.217 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.217 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.217 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:53:17.217 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.310453+0000", 2024-09-13T14:53:17.217 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.4420000000000001e-06 2024-09-13T14:53:17.217 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.217 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.218 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:53:17.218 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.310510+0000", 2024-09-13T14:53:17.218 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.6823999999999997e-05 2024-09-13T14:53:17.218 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.218 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.218 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:53:17.218 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.310520+0000", 2024-09-13T14:53:17.218 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0033e-05 2024-09-13T14:53:17.218 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.218 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.219 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:53:17.219 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.316596+0000", 2024-09-13T14:53:17.219 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0060759509999999 2024-09-13T14:53:17.219 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.219 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.219 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:53:17.219 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.316748+0000", 2024-09-13T14:53:17.219 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00015202 2024-09-13T14:53:17.219 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.219 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.219 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 0,5", 2024-09-13T14:53:17.219 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.316890+0000", 2024-09-13T14:53:17.219 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00014161999999999999 2024-09-13T14:53:17.220 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.220 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.220 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:53:17.220 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.320144+0000", 2024-09-13T14:53:17.220 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0032542339999999999 2024-09-13T14:53:17.220 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.220 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.220 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:53:17.220 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.326258+0000", 2024-09-13T14:53:17.220 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0061140559999999997 2024-09-13T14:53:17.220 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.220 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.220 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:53:17.220 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.335743+0000", 2024-09-13T14:53:17.221 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0094849559999999992 2024-09-13T14:53:17.221 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.221 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.221 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:53:17.221 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.335845+0000", 2024-09-13T14:53:17.221 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000101918 2024-09-13T14:53:17.221 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.221 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.221 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:53:17.221 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.336019+0000", 2024-09-13T14:53:17.221 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00017416600000000001 2024-09-13T14:53:17.221 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:53:17.221 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:53:17.222 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:53:17.222 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.222 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.222 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:206110 7.4 7:2c054b60:::benchmark_data_smithi071_196541_object93170:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1195)", 2024-09-13T14:53:17.222 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:50:20.326393+0000", 2024-09-13T14:53:17.222 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 176.85950559099999, 2024-09-13T14:53:17.222 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0098860080000001, 2024-09-13T14:53:17.222 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:53:17.222 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:53:17.222 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:53:17.222 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:53:17.222 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:53:17.222 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:53:17.223 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 206110 2024-09-13T14:53:17.223 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.223 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:53:17.223 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.223 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:53:17.223 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.326393+0000", 2024-09-13T14:53:17.223 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:53:17.223 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.223 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.223 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:53:17.223 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.326393+0000", 2024-09-13T14:53:17.223 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:53:17.223 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.223 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.224 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:53:17.224 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.326395+0000", 2024-09-13T14:53:17.224 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2729999999999999e-06 2024-09-13T14:53:17.224 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.224 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.224 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:53:17.224 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.326399+0000", 2024-09-13T14:53:17.224 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.4939999999999997e-06 2024-09-13T14:53:17.224 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.224 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.224 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:53:17.224 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.326410+0000", 2024-09-13T14:53:17.225 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1124999999999999e-05 2024-09-13T14:53:17.225 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.225 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.225 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:53:17.225 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.326417+0000", 2024-09-13T14:53:17.225 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.1339999999999998e-06 2024-09-13T14:53:17.225 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.225 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.225 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:53:17.225 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.326588+0000", 2024-09-13T14:53:17.225 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000171108 2024-09-13T14:53:17.225 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.225 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.226 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:53:17.226 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.326597+0000", 2024-09-13T14:53:17.226 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.5429999999999994e-06 2024-09-13T14:53:17.226 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.226 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.226 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:53:17.226 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.320183+0000", 2024-09-13T14:53:17.226 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.99358596799999999 2024-09-13T14:53:17.226 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.226 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.226 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:53:17.226 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.320296+0000", 2024-09-13T14:53:17.226 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000113118 2024-09-13T14:53:17.227 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.227 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.227 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 0,5", 2024-09-13T14:53:17.227 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.320428+0000", 2024-09-13T14:53:17.227 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013186799999999999 2024-09-13T14:53:17.227 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.227 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.227 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:53:17.227 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.329369+0000", 2024-09-13T14:53:17.227 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0089412720000000001 2024-09-13T14:53:17.227 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.227 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.227 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:53:17.227 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.329423+0000", 2024-09-13T14:53:17.228 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.3477000000000003e-05 2024-09-13T14:53:17.228 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.228 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.228 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:53:17.228 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.336099+0000", 2024-09-13T14:53:17.228 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0066764110000000002 2024-09-13T14:53:17.228 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.228 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.228 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:53:17.228 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.336149+0000", 2024-09-13T14:53:17.228 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.0209e-05 2024-09-13T14:53:17.228 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.228 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.228 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:53:17.229 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.336279+0000", 2024-09-13T14:53:17.229 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013000800000000001 2024-09-13T14:53:17.229 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:53:17.229 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:53:17.229 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:53:17.229 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.229 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.229 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:206169 7.4 7:261cf1ef:::benchmark_data_smithi071_196541_object93229:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1195)", 2024-09-13T14:53:17.229 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:50:20.418264+0000", 2024-09-13T14:53:17.229 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 176.76763522100001, 2024-09-13T14:53:17.229 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.91818515999999994, 2024-09-13T14:53:17.229 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:53:17.229 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:53:17.230 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:53:17.230 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:53:17.230 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:53:17.230 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:53:17.230 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 206169 2024-09-13T14:53:17.230 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.230 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:53:17.230 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.230 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:53:17.230 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.418264+0000", 2024-09-13T14:53:17.230 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:53:17.230 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.230 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.231 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:53:17.231 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.418264+0000", 2024-09-13T14:53:17.231 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:53:17.231 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.231 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.231 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:53:17.231 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.418265+0000", 2024-09-13T14:53:17.231 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.705e-06 2024-09-13T14:53:17.231 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.231 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.231 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:53:17.231 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.418271+0000", 2024-09-13T14:53:17.231 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.5310000000000001e-06 2024-09-13T14:53:17.231 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.232 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.232 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:53:17.232 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.418288+0000", 2024-09-13T14:53:17.232 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.6898e-05 2024-09-13T14:53:17.232 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.232 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.232 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:53:17.232 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.418296+0000", 2024-09-13T14:53:17.232 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.2060000000000007e-06 2024-09-13T14:53:17.232 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.232 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.232 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:53:17.233 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.418357+0000", 2024-09-13T14:53:17.233 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.1173000000000005e-05 2024-09-13T14:53:17.233 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.233 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.233 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:53:17.233 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.418366+0000", 2024-09-13T14:53:17.233 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.1050000000000001e-06 2024-09-13T14:53:17.233 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.233 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.233 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:53:17.233 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.323226+0000", 2024-09-13T14:53:17.233 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.90485972400000003 2024-09-13T14:53:17.233 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.233 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.234 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:53:17.234 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.323340+0000", 2024-09-13T14:53:17.234 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00011374099999999999 2024-09-13T14:53:17.234 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.234 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.234 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 0,5", 2024-09-13T14:53:17.234 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.323462+0000", 2024-09-13T14:53:17.234 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012207099999999999 2024-09-13T14:53:17.234 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.234 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.234 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:53:17.234 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.329436+0000", 2024-09-13T14:53:17.234 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0059741669999999998 2024-09-13T14:53:17.235 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.235 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.235 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:53:17.235 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.329482+0000", 2024-09-13T14:53:17.235 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.5843000000000001e-05 2024-09-13T14:53:17.235 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.235 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.235 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:53:17.235 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.336317+0000", 2024-09-13T14:53:17.235 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0068355680000000002 2024-09-13T14:53:17.235 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.235 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.235 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:53:17.236 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.336361+0000", 2024-09-13T14:53:17.236 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.3993999999999999e-05 2024-09-13T14:53:17.236 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.236 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.236 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:53:17.236 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.336449+0000", 2024-09-13T14:53:17.236 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.7434000000000003e-05 2024-09-13T14:53:17.236 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:53:17.236 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:53:17.236 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:53:17.236 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.236 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.236 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:206212 7.4 7:267c69a0:::benchmark_data_smithi071_196541_object93272:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1195)", 2024-09-13T14:53:17.236 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:50:20.483724+0000", 2024-09-13T14:53:17.237 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 176.70217528699999, 2024-09-13T14:53:17.237 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.87144012299999996, 2024-09-13T14:53:17.237 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:53:17.237 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:53:17.237 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:53:17.237 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:53:17.237 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:53:17.237 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:53:17.237 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 206212 2024-09-13T14:53:17.237 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.237 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:53:17.237 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.237 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:53:17.237 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.483724+0000", 2024-09-13T14:53:17.238 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:53:17.238 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.238 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.238 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:53:17.238 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.483724+0000", 2024-09-13T14:53:17.238 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:53:17.238 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.238 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.238 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:53:17.238 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.483725+0000", 2024-09-13T14:53:17.238 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.801e-06 2024-09-13T14:53:17.238 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.238 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.238 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:53:17.239 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.483731+0000", 2024-09-13T14:53:17.239 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.032e-06 2024-09-13T14:53:17.239 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.239 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.239 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:53:17.239 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.483755+0000", 2024-09-13T14:53:17.239 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.3178999999999999e-05 2024-09-13T14:53:17.239 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.239 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.239 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:53:17.239 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.483763+0000", 2024-09-13T14:53:17.239 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.9990000000000008e-06 2024-09-13T14:53:17.239 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.239 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.240 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:53:17.240 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.483820+0000", 2024-09-13T14:53:17.240 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.7769999999999997e-05 2024-09-13T14:53:17.240 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.240 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.240 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:53:17.240 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.483829+0000", 2024-09-13T14:53:17.240 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.7809999999999994e-06 2024-09-13T14:53:17.240 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.240 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.240 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:53:17.240 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.326290+0000", 2024-09-13T14:53:17.240 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.842460977 2024-09-13T14:53:17.240 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.241 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.241 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:53:17.241 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.326401+0000", 2024-09-13T14:53:17.241 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00011133699999999999 2024-09-13T14:53:17.241 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.241 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.241 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 0,5", 2024-09-13T14:53:17.241 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.326522+0000", 2024-09-13T14:53:17.241 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012093499999999999 2024-09-13T14:53:17.241 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.241 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.241 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:53:17.241 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.329534+0000", 2024-09-13T14:53:17.242 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0030114640000000002 2024-09-13T14:53:17.242 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.242 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.242 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:53:17.242 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.336486+0000", 2024-09-13T14:53:17.242 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0069517729999999996 2024-09-13T14:53:17.242 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.242 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.242 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:53:17.242 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.355011+0000", 2024-09-13T14:53:17.242 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.018525421 2024-09-13T14:53:17.242 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.242 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.243 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:53:17.243 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.355064+0000", 2024-09-13T14:53:17.243 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.2581999999999999e-05 2024-09-13T14:53:17.243 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.243 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.243 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:53:17.243 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.355164+0000", 2024-09-13T14:53:17.243 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000100072 2024-09-13T14:53:17.243 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:53:17.243 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:53:17.243 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:53:17.243 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.243 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.243 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:206225 7.4 7:2e3fe3af:::benchmark_data_smithi071_196541_object93285:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1195)", 2024-09-13T14:53:17.244 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:50:20.508317+0000", 2024-09-13T14:53:17.244 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 176.67758157, 2024-09-13T14:53:17.244 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.84701628799999995, 2024-09-13T14:53:17.244 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:53:17.244 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:53:17.244 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:53:17.244 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:53:17.244 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:53:17.244 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:53:17.244 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 206225 2024-09-13T14:53:17.244 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.244 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:53:17.244 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.244 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:53:17.245 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.508317+0000", 2024-09-13T14:53:17.245 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:53:17.245 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.245 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.245 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:53:17.245 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.508317+0000", 2024-09-13T14:53:17.245 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:53:17.245 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.245 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.245 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:53:17.245 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.508319+0000", 2024-09-13T14:53:17.245 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.48e-06 2024-09-13T14:53:17.245 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.245 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.245 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:53:17.246 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.508324+0000", 2024-09-13T14:53:17.246 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.1039999999999998e-06 2024-09-13T14:53:17.246 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.246 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.246 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:53:17.246 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.508340+0000", 2024-09-13T14:53:17.246 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.632e-05 2024-09-13T14:53:17.246 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.246 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.246 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:53:17.246 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.508348+0000", 2024-09-13T14:53:17.246 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.123e-06 2024-09-13T14:53:17.246 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.246 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.247 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:53:17.247 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.508407+0000", 2024-09-13T14:53:17.247 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.8501000000000001e-05 2024-09-13T14:53:17.247 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.247 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.247 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:53:17.247 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.508416+0000", 2024-09-13T14:53:17.247 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.1989999999999995e-06 2024-09-13T14:53:17.247 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.247 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.247 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:53:17.247 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.329570+0000", 2024-09-13T14:53:17.247 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.82115416100000005 2024-09-13T14:53:17.247 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.248 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.248 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:53:17.248 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.329692+0000", 2024-09-13T14:53:17.248 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000121947 2024-09-13T14:53:17.248 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.248 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.248 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 0,5", 2024-09-13T14:53:17.248 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.329826+0000", 2024-09-13T14:53:17.248 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000134117 2024-09-13T14:53:17.248 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.248 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.248 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:53:17.248 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.336063+0000", 2024-09-13T14:53:17.249 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0062363439999999996 2024-09-13T14:53:17.249 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.249 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.249 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:53:17.249 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.342691+0000", 2024-09-13T14:53:17.249 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0066283770000000004 2024-09-13T14:53:17.249 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.249 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.249 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:17.250 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:53:17.251 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:53:17.251 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.355216+0000", 2024-09-13T14:53:17.251 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.012524599000000001 2024-09-13T14:53:17.251 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.251 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.251 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:53:17.251 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.355253+0000", 2024-09-13T14:53:17.251 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.7663000000000002e-05 2024-09-13T14:53:17.252 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.252 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.252 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:53:17.252 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.355334+0000", 2024-09-13T14:53:17.252 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.0352999999999995e-05 2024-09-13T14:53:17.252 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:53:17.252 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:53:17.252 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:53:17.252 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.253 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.253 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:206227 7.4 7:2a540ff0:::benchmark_data_smithi071_196541_object93287:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1195)", 2024-09-13T14:53:17.253 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:50:20.508808+0000", 2024-09-13T14:53:17.253 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 176.677090674, 2024-09-13T14:53:17.253 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.84664624600000005, 2024-09-13T14:53:17.253 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:53:17.253 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:53:17.253 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:53:17.253 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:53:17.253 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:53:17.253 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:53:17.253 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 206227 2024-09-13T14:53:17.253 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.253 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:53:17.254 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.254 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:53:17.254 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.508808+0000", 2024-09-13T14:53:17.254 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:53:17.254 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.254 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.254 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:53:17.254 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.508808+0000", 2024-09-13T14:53:17.254 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:53:17.254 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.254 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.254 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:53:17.254 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.508809+0000", 2024-09-13T14:53:17.255 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.3900000000000003e-07 2024-09-13T14:53:17.255 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.255 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.255 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:53:17.255 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.508814+0000", 2024-09-13T14:53:17.255 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.4479999999999996e-06 2024-09-13T14:53:17.255 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.255 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.255 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:53:17.255 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.508828+0000", 2024-09-13T14:53:17.255 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4606999999999999e-05 2024-09-13T14:53:17.255 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.255 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.256 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:53:17.256 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.508836+0000", 2024-09-13T14:53:17.256 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.7340000000000008e-06 2024-09-13T14:53:17.256 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.256 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.256 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:53:17.256 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.508886+0000", 2024-09-13T14:53:17.256 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.9925000000000001e-05 2024-09-13T14:53:17.256 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.256 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.256 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:53:17.256 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.508894+0000", 2024-09-13T14:53:17.256 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.661e-06 2024-09-13T14:53:17.256 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.257 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.257 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:53:17.257 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.332718+0000", 2024-09-13T14:53:17.257 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.82382450900000004 2024-09-13T14:53:17.257 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.257 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.257 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:53:17.257 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.332815+0000", 2024-09-13T14:53:17.257 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.6576000000000005e-05 2024-09-13T14:53:17.257 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.257 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.257 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 0,5", 2024-09-13T14:53:17.258 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.332922+0000", 2024-09-13T14:53:17.258 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000107663 2024-09-13T14:53:17.258 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.258 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.258 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:53:17.258 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.342656+0000", 2024-09-13T14:53:17.258 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0097339390000000005 2024-09-13T14:53:17.258 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.258 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.258 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:53:17.258 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.342728+0000", 2024-09-13T14:53:17.258 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.1434999999999996e-05 2024-09-13T14:53:17.258 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.259 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.259 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:53:17.259 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.355339+0000", 2024-09-13T14:53:17.259 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.012611730999999999 2024-09-13T14:53:17.259 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.259 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.259 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:53:17.259 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.355376+0000", 2024-09-13T14:53:17.259 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.6334999999999997e-05 2024-09-13T14:53:17.259 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.259 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.259 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:53:17.259 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.355454+0000", 2024-09-13T14:53:17.259 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.8744000000000004e-05 2024-09-13T14:53:17.260 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:53:17.260 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:53:17.260 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:53:17.260 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.260 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.260 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:206236 7.4 7:2118f390:::benchmark_data_smithi071_196541_object93296:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1195)", 2024-09-13T14:53:17.260 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:50:20.525342+0000", 2024-09-13T14:53:17.260 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 176.66055729499999, 2024-09-13T14:53:17.260 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.830292315, 2024-09-13T14:53:17.260 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:53:17.260 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:53:17.260 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:53:17.260 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:53:17.261 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:53:17.261 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:53:17.261 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 206236 2024-09-13T14:53:17.261 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.261 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:53:17.261 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.261 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:53:17.261 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.525342+0000", 2024-09-13T14:53:17.261 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:53:17.261 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.261 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.261 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:53:17.261 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.525342+0000", 2024-09-13T14:53:17.262 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:53:17.262 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.262 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.262 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:53:17.262 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.525344+0000", 2024-09-13T14:53:17.262 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.0430000000000002e-06 2024-09-13T14:53:17.262 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.262 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.262 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:53:17.262 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.525351+0000", 2024-09-13T14:53:17.262 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.6229999999999997e-06 2024-09-13T14:53:17.262 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.262 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.263 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:53:17.263 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.525372+0000", 2024-09-13T14:53:17.263 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.0353999999999999e-05 2024-09-13T14:53:17.263 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.263 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.263 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:53:17.263 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.525381+0000", 2024-09-13T14:53:17.263 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.8120000000000002e-06 2024-09-13T14:53:17.263 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.263 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.263 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:53:17.263 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.525444+0000", 2024-09-13T14:53:17.263 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.2607000000000006e-05 2024-09-13T14:53:17.264 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.264 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.264 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:53:17.264 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.525454+0000", 2024-09-13T14:53:17.264 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0268999999999999e-05 2024-09-13T14:53:17.264 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.264 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.264 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:53:17.264 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.336513+0000", 2024-09-13T14:53:17.264 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.81105870499999999 2024-09-13T14:53:17.264 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.264 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.264 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:53:17.265 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.336609+0000", 2024-09-13T14:53:17.265 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.6309000000000002e-05 2024-09-13T14:53:17.265 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.265 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.265 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 0,5", 2024-09-13T14:53:17.265 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.336731+0000", 2024-09-13T14:53:17.265 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012144199999999999 2024-09-13T14:53:17.265 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.265 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.265 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:53:17.265 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.349014+0000", 2024-09-13T14:53:17.265 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.012283643 2024-09-13T14:53:17.265 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.265 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.266 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:53:17.266 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.355460+0000", 2024-09-13T14:53:17.266 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0064456510000000002 2024-09-13T14:53:17.266 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.266 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.266 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:53:17.266 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.355506+0000", 2024-09-13T14:53:17.266 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.6261000000000003e-05 2024-09-13T14:53:17.266 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.266 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.266 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:53:17.266 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.355552+0000", 2024-09-13T14:53:17.266 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.5951000000000001e-05 2024-09-13T14:53:17.267 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.267 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.267 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:53:17.267 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.355634+0000", 2024-09-13T14:53:17.267 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.1644999999999995e-05 2024-09-13T14:53:17.267 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:53:17.267 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:53:17.267 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:53:17.267 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.267 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.267 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:206264 7.4 7:26ea7c27:::benchmark_data_smithi071_196541_object93324:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1195)", 2024-09-13T14:53:17.267 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:50:20.573224+0000", 2024-09-13T14:53:17.267 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 176.61267473000001, 2024-09-13T14:53:17.267 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.78259884700000004, 2024-09-13T14:53:17.268 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:53:17.268 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:53:17.268 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:53:17.268 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:53:17.268 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:53:17.268 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:53:17.268 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 206264 2024-09-13T14:53:17.268 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.268 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:53:17.268 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.268 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:53:17.268 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.573224+0000", 2024-09-13T14:53:17.268 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:53:17.268 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.269 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.269 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:53:17.269 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.573224+0000", 2024-09-13T14:53:17.269 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:53:17.269 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.269 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.269 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:53:17.269 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.573226+0000", 2024-09-13T14:53:17.269 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4160000000000001e-06 2024-09-13T14:53:17.269 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.269 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.269 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:53:17.270 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.573231+0000", 2024-09-13T14:53:17.270 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.0640000000000001e-06 2024-09-13T14:53:17.270 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.270 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.270 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:53:17.270 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.573246+0000", 2024-09-13T14:53:17.270 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.5318000000000001e-05 2024-09-13T14:53:17.270 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.270 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.270 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:53:17.270 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.573254+0000", 2024-09-13T14:53:17.270 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.5859999999999999e-06 2024-09-13T14:53:17.270 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.270 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.271 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:53:17.271 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.573310+0000", 2024-09-13T14:53:17.271 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.6545000000000002e-05 2024-09-13T14:53:17.271 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.271 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.271 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:53:17.271 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.573319+0000", 2024-09-13T14:53:17.271 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.5799999999999992e-06 2024-09-13T14:53:17.271 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.271 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.271 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:53:17.271 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.339495+0000", 2024-09-13T14:53:17.271 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.76617601700000004 2024-09-13T14:53:17.271 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.272 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.272 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:53:17.272 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.339591+0000", 2024-09-13T14:53:17.272 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.6288999999999999e-05 2024-09-13T14:53:17.272 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.272 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.272 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 0,5", 2024-09-13T14:53:17.272 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.339705+0000", 2024-09-13T14:53:17.272 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00011405599999999999 2024-09-13T14:53:17.272 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.272 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.272 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:53:17.272 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.349049+0000", 2024-09-13T14:53:17.273 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0093443910000000005 2024-09-13T14:53:17.273 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.273 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.273 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:53:17.273 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.355465+0000", 2024-09-13T14:53:17.273 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0064154889999999999 2024-09-13T14:53:17.273 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.273 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.273 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:53:17.273 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.355697+0000", 2024-09-13T14:53:17.273 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00023228699999999999 2024-09-13T14:53:17.273 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.273 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.273 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:53:17.274 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.355743+0000", 2024-09-13T14:53:17.274 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.6144999999999999e-05 2024-09-13T14:53:17.274 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.274 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.274 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:53:17.274 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.355823+0000", 2024-09-13T14:53:17.274 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.9664000000000002e-05 2024-09-13T14:53:17.274 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:53:17.274 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:53:17.274 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:53:17.274 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.274 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.274 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:206269 7.4 7:28d2c7a3:::benchmark_data_smithi071_196541_object93329:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1195)", 2024-09-13T14:53:17.275 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:50:20.580686+0000", 2024-09-13T14:53:17.275 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 176.605213139, 2024-09-13T14:53:17.275 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.77536625100000001, 2024-09-13T14:53:17.275 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:53:17.275 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:53:17.275 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:53:17.275 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:53:17.275 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:53:17.275 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:53:17.275 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 206269 2024-09-13T14:53:17.275 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.275 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:53:17.275 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.275 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:53:17.276 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.580686+0000", 2024-09-13T14:53:17.276 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:53:17.276 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.276 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.276 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:53:17.276 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.580686+0000", 2024-09-13T14:53:17.276 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:53:17.276 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.276 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.276 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:53:17.276 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.580688+0000", 2024-09-13T14:53:17.276 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.1110000000000002e-06 2024-09-13T14:53:17.277 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.277 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.277 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:53:17.277 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.580694+0000", 2024-09-13T14:53:17.277 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.8780000000000003e-06 2024-09-13T14:53:17.277 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.277 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.277 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:53:17.277 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.580720+0000", 2024-09-13T14:53:17.277 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.6129e-05 2024-09-13T14:53:17.277 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.277 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.277 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:53:17.277 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.580728+0000", 2024-09-13T14:53:17.278 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.5350000000000004e-06 2024-09-13T14:53:17.278 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.278 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.278 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:53:17.278 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.580796+0000", 2024-09-13T14:53:17.278 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.7126999999999996e-05 2024-09-13T14:53:17.278 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.278 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.278 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:53:17.278 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.580804+0000", 2024-09-13T14:53:17.278 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.8910000000000001e-06 2024-09-13T14:53:17.278 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.278 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.279 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:53:17.279 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.342752+0000", 2024-09-13T14:53:17.279 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.76194800500000004 2024-09-13T14:53:17.279 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.279 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.279 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:53:17.279 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.342862+0000", 2024-09-13T14:53:17.279 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00010984099999999999 2024-09-13T14:53:17.279 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.279 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.279 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 0,5", 2024-09-13T14:53:17.279 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.342976+0000", 2024-09-13T14:53:17.280 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00011349999999999999 2024-09-13T14:53:17.280 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.280 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.280 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:53:17.280 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.355204+0000", 2024-09-13T14:53:17.280 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.012228322999999999 2024-09-13T14:53:17.280 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.280 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.280 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:53:17.280 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.355470+0000", 2024-09-13T14:53:17.280 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00026582500000000002 2024-09-13T14:53:17.280 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.280 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.281 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:53:17.281 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.355886+0000", 2024-09-13T14:53:17.281 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00041633000000000002 2024-09-13T14:53:17.281 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.281 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.281 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:53:17.281 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.355969+0000", 2024-09-13T14:53:17.281 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.2613000000000003e-05 2024-09-13T14:53:17.281 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.281 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.281 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:53:17.281 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.356052+0000", 2024-09-13T14:53:17.282 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.3143e-05 2024-09-13T14:53:17.282 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:53:17.282 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:53:17.282 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:53:17.282 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.282 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.282 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:206276 7.4 7:204df086:::benchmark_data_smithi071_196541_object93336:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1195)", 2024-09-13T14:53:17.282 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:50:20.595080+0000", 2024-09-13T14:53:17.282 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 176.59081875000001, 2024-09-13T14:53:17.282 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.77482695899999998, 2024-09-13T14:53:17.282 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:53:17.282 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:53:17.282 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:53:17.282 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:53:17.283 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:53:17.283 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:53:17.283 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 206276 2024-09-13T14:53:17.283 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.283 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:53:17.283 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.283 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:53:17.283 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.595080+0000", 2024-09-13T14:53:17.283 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:53:17.283 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.283 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.283 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:53:17.284 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.595080+0000", 2024-09-13T14:53:17.284 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:53:17.284 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.284 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.284 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:53:17.284 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.595082+0000", 2024-09-13T14:53:17.284 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.86e-06 2024-09-13T14:53:17.284 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.284 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.284 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:53:17.284 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.595089+0000", 2024-09-13T14:53:17.285 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.1930000000000004e-06 2024-09-13T14:53:17.285 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.285 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.285 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:53:17.285 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.595106+0000", 2024-09-13T14:53:17.285 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.713e-05 2024-09-13T14:53:17.285 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.285 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.285 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:53:17.285 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.595116+0000", 2024-09-13T14:53:17.285 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.004e-05 2024-09-13T14:53:17.285 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.285 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.286 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:53:17.286 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.595195+0000", 2024-09-13T14:53:17.286 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.8839999999999997e-05 2024-09-13T14:53:17.286 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.286 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.286 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:53:17.286 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.595208+0000", 2024-09-13T14:53:17.286 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2568000000000001e-05 2024-09-13T14:53:17.286 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.286 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.286 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:53:17.286 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.345977+0000", 2024-09-13T14:53:17.286 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.75076948300000002 2024-09-13T14:53:17.286 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.287 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.287 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:53:17.287 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.346083+0000", 2024-09-13T14:53:17.287 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00010535999999999999 2024-09-13T14:53:17.287 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.287 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.287 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 0,5", 2024-09-13T14:53:17.287 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.346200+0000", 2024-09-13T14:53:17.287 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00011694899999999999 2024-09-13T14:53:17.287 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.287 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.287 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:53:17.287 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.355475+0000", 2024-09-13T14:53:17.287 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0092752419999999995 2024-09-13T14:53:17.288 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.288 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.288 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:53:17.288 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.355666+0000", 2024-09-13T14:53:17.288 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00019105000000000001 2024-09-13T14:53:17.288 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.288 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.288 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:53:17.288 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.369711+0000", 2024-09-13T14:53:17.288 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.014044984999999999 2024-09-13T14:53:17.288 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.288 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.288 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:53:17.289 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.369779+0000", 2024-09-13T14:53:17.289 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.7743999999999994e-05 2024-09-13T14:53:17.289 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.289 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.289 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:53:17.289 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.369907+0000", 2024-09-13T14:53:17.289 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000128515 2024-09-13T14:53:17.289 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:53:17.289 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:53:17.289 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:53:17.289 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.289 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.289 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:206278 7.4 7:24fc6484:::benchmark_data_smithi071_196541_object93338:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1195)", 2024-09-13T14:53:17.290 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:50:20.596616+0000", 2024-09-13T14:53:17.290 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 176.58928334500001, 2024-09-13T14:53:17.290 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.773582993, 2024-09-13T14:53:17.290 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:53:17.290 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:53:17.290 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:53:17.290 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:53:17.290 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:53:17.290 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:53:17.290 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 206278 2024-09-13T14:53:17.290 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.290 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:53:17.290 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.291 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:53:17.291 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.596616+0000", 2024-09-13T14:53:17.291 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:53:17.291 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.291 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.291 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:53:17.291 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.596616+0000", 2024-09-13T14:53:17.291 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:53:17.291 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.291 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.291 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:53:17.291 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.596617+0000", 2024-09-13T14:53:17.291 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.341e-06 2024-09-13T14:53:17.292 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.292 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.292 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:53:17.292 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.596622+0000", 2024-09-13T14:53:17.292 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.8280000000000002e-06 2024-09-13T14:53:17.292 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.292 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.292 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:53:17.292 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.596636+0000", 2024-09-13T14:53:17.292 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4021e-05 2024-09-13T14:53:17.292 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.292 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.292 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:53:17.292 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.596643+0000", 2024-09-13T14:53:17.293 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.464e-06 2024-09-13T14:53:17.293 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.293 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.293 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:53:17.293 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.596717+0000", 2024-09-13T14:53:17.293 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.4292e-05 2024-09-13T14:53:17.293 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.293 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.293 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:53:17.293 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.596727+0000", 2024-09-13T14:53:17.293 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.6439999999999995e-06 2024-09-13T14:53:17.293 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.293 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.294 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:53:17.294 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.349075+0000", 2024-09-13T14:53:17.294 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.75234770299999998 2024-09-13T14:53:17.294 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.294 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.294 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:53:17.294 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.349184+0000", 2024-09-13T14:53:17.294 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000108736 2024-09-13T14:53:17.294 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.294 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.294 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 0,5", 2024-09-13T14:53:17.294 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.349298+0000", 2024-09-13T14:53:17.294 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000114304 2024-09-13T14:53:17.294 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.295 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.295 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:53:17.295 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.355855+0000", 2024-09-13T14:53:17.295 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0065570120000000001 2024-09-13T14:53:17.295 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.295 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.295 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:53:17.295 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.359368+0000", 2024-09-13T14:53:17.295 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0035127169999999998 2024-09-13T14:53:17.295 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.295 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.295 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:53:17.295 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.370044+0000", 2024-09-13T14:53:17.296 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.010676353 2024-09-13T14:53:17.296 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.296 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.296 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:53:17.296 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.370095+0000", 2024-09-13T14:53:17.296 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.1205000000000002e-05 2024-09-13T14:53:17.296 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.296 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.296 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:53:17.296 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.370199+0000", 2024-09-13T14:53:17.296 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000103373 2024-09-13T14:53:17.296 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:53:17.296 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:53:17.296 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:53:17.297 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.297 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.297 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:206302 7.4 7:292b2c3e:::benchmark_data_smithi071_196541_object93362:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1195)", 2024-09-13T14:53:17.297 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:50:20.648008+0000", 2024-09-13T14:53:17.297 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 176.53789061800001, 2024-09-13T14:53:17.297 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.72754132100000002, 2024-09-13T14:53:17.297 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:53:17.297 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:53:17.297 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:53:17.297 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:53:17.297 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:53:17.297 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:53:17.297 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 206302 2024-09-13T14:53:17.298 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.298 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:53:17.298 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.298 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:53:17.298 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.648008+0000", 2024-09-13T14:53:17.298 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:53:17.298 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.298 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.298 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:53:17.298 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.648008+0000", 2024-09-13T14:53:17.298 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:53:17.298 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.298 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.299 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:53:17.299 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.648010+0000", 2024-09-13T14:53:17.299 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.657e-06 2024-09-13T14:53:17.299 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.299 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.299 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:53:17.299 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.648015+0000", 2024-09-13T14:53:17.299 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.1510000000000003e-06 2024-09-13T14:53:17.299 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.299 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.299 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:53:17.299 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.648030+0000", 2024-09-13T14:53:17.299 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4959e-05 2024-09-13T14:53:17.299 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.300 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.300 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:53:17.300 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.648037+0000", 2024-09-13T14:53:17.300 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.3880000000000002e-06 2024-09-13T14:53:17.300 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.300 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.300 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:53:17.300 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.648095+0000", 2024-09-13T14:53:17.300 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.7444000000000001e-05 2024-09-13T14:53:17.300 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.300 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.300 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:53:17.300 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:20.648104+0000", 2024-09-13T14:53:17.301 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.2269999999999999e-06 2024-09-13T14:53:17.301 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.301 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.301 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:53:17.301 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.356077+0000", 2024-09-13T14:53:17.301 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.70797307600000003 2024-09-13T14:53:17.301 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.301 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.301 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:53:17.301 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.356173+0000", 2024-09-13T14:53:17.301 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.5789000000000001e-05 2024-09-13T14:53:17.301 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.301 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.301 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 0,5", 2024-09-13T14:53:17.302 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.356278+0000", 2024-09-13T14:53:17.302 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000105028 2024-09-13T14:53:17.302 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.302 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.302 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:53:17.302 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.359356+0000", 2024-09-13T14:53:17.302 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0030780909999999998 2024-09-13T14:53:17.302 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.302 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.302 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:53:17.302 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.365312+0000", 2024-09-13T14:53:17.304 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0059559820000000003 2024-09-13T14:53:17.305 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.305 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.305 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:53:17.305 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.375299+0000", 2024-09-13T14:53:17.305 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0099870040000000007 2024-09-13T14:53:17.305 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.305 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.305 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:53:17.305 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.375388+0000", 2024-09-13T14:53:17.305 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.8832000000000006e-05 2024-09-13T14:53:17.305 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.305 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.305 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:53:17.305 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:21.375550+0000", 2024-09-13T14:53:17.306 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000161693 2024-09-13T14:53:17.306 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:53:17.306 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:53:17.306 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:53:17.306 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.306 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.306 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:101085 8.7 8:e977ebbc:::benchmark_data_smithi071_245775_object101084:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1221)", 2024-09-13T14:53:17.306 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:52:32.581606+0000", 2024-09-13T14:53:17.306 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 44.604292932999996, 2024-09-13T14:53:17.306 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.775960937, 2024-09-13T14:53:17.306 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:53:17.306 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:53:17.306 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T14:53:17.307 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:53:17.307 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T14:53:17.307 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:53:17.307 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 101085 2024-09-13T14:53:17.307 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.307 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:53:17.307 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.307 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:53:17.307 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.581606+0000", 2024-09-13T14:53:17.307 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:53:17.307 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.307 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.307 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:53:17.307 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.581606+0000", 2024-09-13T14:53:17.308 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:53:17.308 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.308 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.308 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:53:17.308 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.581607+0000", 2024-09-13T14:53:17.308 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.5269999999999999e-06 2024-09-13T14:53:17.308 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.308 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.308 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:53:17.308 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.581629+0000", 2024-09-13T14:53:17.308 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.1872e-05 2024-09-13T14:53:17.308 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.308 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.309 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:53:17.309 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.581638+0000", 2024-09-13T14:53:17.309 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.9239999999999996e-06 2024-09-13T14:53:17.309 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.309 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.309 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:53:17.309 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.581644+0000", 2024-09-13T14:53:17.309 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.8220000000000003e-06 2024-09-13T14:53:17.309 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.309 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.309 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:53:17.309 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.582426+0000", 2024-09-13T14:53:17.309 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00078165000000000005 2024-09-13T14:53:17.309 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.310 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.310 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:53:17.310 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.582653+0000", 2024-09-13T14:53:17.310 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00022754900000000001 2024-09-13T14:53:17.310 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.310 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.310 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 3", 2024-09-13T14:53:17.310 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.583258+0000", 2024-09-13T14:53:17.310 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00060496699999999998 2024-09-13T14:53:17.310 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.310 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.310 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:53:17.310 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.601414+0000", 2024-09-13T14:53:17.311 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.018155673000000001 2024-09-13T14:53:17.311 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.311 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.311 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:53:17.311 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.633169+0000", 2024-09-13T14:53:17.311 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.031754708999999999 2024-09-13T14:53:17.311 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.311 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.311 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:53:17.311 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.633188+0000", 2024-09-13T14:53:17.311 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.8974000000000002e-05 2024-09-13T14:53:17.311 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.311 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.312 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:53:17.312 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:33.207525+0000", 2024-09-13T14:53:17.312 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.57433760300000003 2024-09-13T14:53:17.312 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.312 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.312 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:53:17.312 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:33.207584+0000", 2024-09-13T14:53:17.312 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.8319999999999997e-05 2024-09-13T14:53:17.312 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.312 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.312 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:53:17.312 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:34.357497+0000", 2024-09-13T14:53:17.313 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.149913084 2024-09-13T14:53:17.313 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.313 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.313 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:53:17.313 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:34.357567+0000", 2024-09-13T14:53:17.313 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.0263000000000001e-05 2024-09-13T14:53:17.313 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:53:17.313 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:53:17.313 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:53:17.313 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.313 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.313 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:101092 8.b 8:d4fd5bee:::benchmark_data_smithi071_245775_object101091:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1222)", 2024-09-13T14:53:17.314 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:52:32.624570+0000", 2024-09-13T14:53:17.314 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 44.561328809999999, 2024-09-13T14:53:17.314 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.736675695, 2024-09-13T14:53:17.314 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:53:17.314 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:53:17.314 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:53:17.314 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:53:17.314 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T14:53:17.314 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:53:17.314 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 101092 2024-09-13T14:53:17.314 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.314 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:53:17.315 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.315 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:53:17.315 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.624570+0000", 2024-09-13T14:53:17.315 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:53:17.315 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.315 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.315 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:53:17.315 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.624570+0000", 2024-09-13T14:53:17.315 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:53:17.315 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.315 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.315 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:53:17.315 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.624571+0000", 2024-09-13T14:53:17.315 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4410000000000001e-06 2024-09-13T14:53:17.316 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.316 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.316 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:53:17.316 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.624600+0000", 2024-09-13T14:53:17.316 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.8368e-05 2024-09-13T14:53:17.316 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.316 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.316 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:53:17.316 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.624610+0000", 2024-09-13T14:53:17.316 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0281e-05 2024-09-13T14:53:17.316 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.316 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.316 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:53:17.317 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.624619+0000", 2024-09-13T14:53:17.317 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.2289999999999992e-06 2024-09-13T14:53:17.317 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.317 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.317 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:53:17.317 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.634144+0000", 2024-09-13T14:53:17.317 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0095248710000000007 2024-09-13T14:53:17.317 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.317 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.317 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:53:17.317 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.634149+0000", 2024-09-13T14:53:17.317 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.8670000000000002e-06 2024-09-13T14:53:17.317 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.317 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.318 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:53:17.318 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:33.208948+0000", 2024-09-13T14:53:17.318 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.57479878100000004 2024-09-13T14:53:17.318 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.318 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.318 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:53:17.318 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:33.208957+0000", 2024-09-13T14:53:17.318 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.3370000000000006e-06 2024-09-13T14:53:17.318 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.318 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.318 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:53:17.318 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:34.353920+0000", 2024-09-13T14:53:17.318 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1449628839999999 2024-09-13T14:53:17.318 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.319 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.319 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:53:17.319 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:34.354052+0000", 2024-09-13T14:53:17.319 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013237700000000001 2024-09-13T14:53:17.319 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.319 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.319 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 5,6", 2024-09-13T14:53:17.319 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:34.354164+0000", 2024-09-13T14:53:17.319 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000111776 2024-09-13T14:53:17.319 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.319 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.319 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:53:17.319 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:34.358772+0000", 2024-09-13T14:53:17.319 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0046078380000000004 2024-09-13T14:53:17.320 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.320 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.320 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:53:17.320 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:34.359000+0000", 2024-09-13T14:53:17.320 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00022747199999999999 2024-09-13T14:53:17.320 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.320 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.320 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:53:17.320 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:34.361087+0000", 2024-09-13T14:53:17.320 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.002087771 2024-09-13T14:53:17.320 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.320 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.320 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:53:17.321 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:34.361149+0000", 2024-09-13T14:53:17.321 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.1931e-05 2024-09-13T14:53:17.321 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.321 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.321 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:53:17.321 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:34.361246+0000", 2024-09-13T14:53:17.321 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.6471000000000005e-05 2024-09-13T14:53:17.321 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:53:17.321 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:53:17.321 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:53:17.321 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.321 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.321 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:101093 8.b 8:df851eda:::benchmark_data_smithi071_245775_object101092:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1222)", 2024-09-13T14:53:17.321 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:52:32.626609+0000", 2024-09-13T14:53:17.322 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 44.559290214000001, 2024-09-13T14:53:17.322 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.735105629, 2024-09-13T14:53:17.322 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:53:17.322 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:53:17.322 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:53:17.322 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:53:17.322 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T14:53:17.322 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:53:17.322 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 101093 2024-09-13T14:53:17.322 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.322 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:53:17.322 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.322 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:53:17.323 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.626609+0000", 2024-09-13T14:53:17.323 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:53:17.323 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.323 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.323 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:53:17.323 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.626609+0000", 2024-09-13T14:53:17.323 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:53:17.323 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.323 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.323 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:53:17.323 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.626610+0000", 2024-09-13T14:53:17.323 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.283e-06 2024-09-13T14:53:17.323 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.323 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.323 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:53:17.324 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.626639+0000", 2024-09-13T14:53:17.324 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.8697999999999999e-05 2024-09-13T14:53:17.324 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.324 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.324 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:53:17.324 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.626650+0000", 2024-09-13T14:53:17.324 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1151999999999999e-05 2024-09-13T14:53:17.324 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.324 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.324 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:53:17.324 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.626657+0000", 2024-09-13T14:53:17.324 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.2089999999999999e-06 2024-09-13T14:53:17.324 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.324 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.324 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:53:17.325 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.634161+0000", 2024-09-13T14:53:17.325 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0075044339999999999 2024-09-13T14:53:17.325 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.325 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.325 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:53:17.325 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.634165+0000", 2024-09-13T14:53:17.325 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.574e-06 2024-09-13T14:53:17.325 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.325 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.325 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:53:17.325 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:33.208976+0000", 2024-09-13T14:53:17.325 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.57481097999999997 2024-09-13T14:53:17.325 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.325 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.326 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:53:17.326 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:33.208981+0000", 2024-09-13T14:53:17.326 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.4829999999999999e-06 2024-09-13T14:53:17.326 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.326 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.326 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:53:17.326 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:34.356378+0000", 2024-09-13T14:53:17.326 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.147396165 2024-09-13T14:53:17.326 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.326 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.326 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:53:17.326 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:34.356538+0000", 2024-09-13T14:53:17.326 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000160085 2024-09-13T14:53:17.326 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.327 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.327 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 5,6", 2024-09-13T14:53:17.327 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:34.356650+0000", 2024-09-13T14:53:17.327 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000112545 2024-09-13T14:53:17.327 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.327 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.327 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:53:17.327 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:34.358929+0000", 2024-09-13T14:53:17.327 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.002278464 2024-09-13T14:53:17.327 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.327 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.327 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:53:17.328 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:34.361284+0000", 2024-09-13T14:53:17.328 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0023554819999999999 2024-09-13T14:53:17.328 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.328 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.328 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:53:17.328 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:34.361494+0000", 2024-09-13T14:53:17.328 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00020945600000000001 2024-09-13T14:53:17.328 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.328 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.328 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:53:17.328 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:34.361612+0000", 2024-09-13T14:53:17.328 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00011822100000000001 2024-09-13T14:53:17.329 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.329 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.329 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:53:17.329 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:34.361714+0000", 2024-09-13T14:53:17.329 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000102398 2024-09-13T14:53:17.329 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:53:17.329 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:53:17.329 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:53:17.329 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.329 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.329 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:101096 8.7 8:eb71d3eb:::benchmark_data_smithi071_245775_object101095:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1222)", 2024-09-13T14:53:17.330 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:52:32.632668+0000", 2024-09-13T14:53:17.330 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 44.553230657, 2024-09-13T14:53:17.330 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.737091894, 2024-09-13T14:53:17.330 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:53:17.330 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:53:17.330 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:53:17.330 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:53:17.330 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T14:53:17.330 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:53:17.330 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 101096 2024-09-13T14:53:17.330 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.330 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:53:17.330 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.330 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:53:17.331 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.632668+0000", 2024-09-13T14:53:17.331 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:53:17.331 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.331 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.331 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:53:17.331 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.632668+0000", 2024-09-13T14:53:17.331 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:53:17.331 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.331 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.331 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:53:17.331 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.632669+0000", 2024-09-13T14:53:17.331 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.285e-06 2024-09-13T14:53:17.332 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.332 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.332 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:53:17.332 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.632690+0000", 2024-09-13T14:53:17.332 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.0543999999999998e-05 2024-09-13T14:53:17.332 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.332 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.332 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:53:17.332 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.632709+0000", 2024-09-13T14:53:17.332 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.9106e-05 2024-09-13T14:53:17.332 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.332 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.332 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:53:17.333 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.632715+0000", 2024-09-13T14:53:17.333 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.1820000000000003e-06 2024-09-13T14:53:17.333 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.333 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.333 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:53:17.333 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.633219+0000", 2024-09-13T14:53:17.333 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00050395400000000003 2024-09-13T14:53:17.333 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.333 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.333 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:53:17.333 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.633225+0000", 2024-09-13T14:53:17.333 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.8019999999999997e-06 2024-09-13T14:53:17.333 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.334 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.334 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:53:17.334 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:33.207633+0000", 2024-09-13T14:53:17.334 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.57440778100000001 2024-09-13T14:53:17.334 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.334 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.334 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:53:17.334 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:33.207642+0000", 2024-09-13T14:53:17.334 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.4730000000000006e-06 2024-09-13T14:53:17.334 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.334 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.334 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:53:17.335 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:34.357825+0000", 2024-09-13T14:53:17.335 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.150182271 2024-09-13T14:53:17.335 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.335 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.335 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:53:17.335 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:34.357963+0000", 2024-09-13T14:53:17.335 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013801699999999999 2024-09-13T14:53:17.335 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.335 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.335 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 3,6", 2024-09-13T14:53:17.335 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:34.358104+0000", 2024-09-13T14:53:17.335 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00014148599999999999 2024-09-13T14:53:17.335 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.335 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.336 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:53:17.336 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:34.362204+0000", 2024-09-13T14:53:17.336 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0041000239999999999 2024-09-13T14:53:17.336 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.336 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.336 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:53:17.336 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:34.365125+0000", 2024-09-13T14:53:17.336 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0029209240000000001 2024-09-13T14:53:17.336 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.336 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.336 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:53:17.336 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:34.369621+0000", 2024-09-13T14:53:17.336 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0044958419999999999 2024-09-13T14:53:17.337 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.337 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.337 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:53:17.337 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:34.369685+0000", 2024-09-13T14:53:17.337 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.4256000000000003e-05 2024-09-13T14:53:17.337 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.337 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.337 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:53:17.337 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:34.369760+0000", 2024-09-13T14:53:17.337 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.4946999999999999e-05 2024-09-13T14:53:17.337 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:53:17.337 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:53:17.337 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:53:17.337 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.338 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.338 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:134232 8.b 8:dfc4a168:::benchmark_data_smithi071_245775_object12934:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1230)", 2024-09-13T14:53:17.338 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:53:14.995604+0000", 2024-09-13T14:53:17.338 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 2.190294594, 2024-09-13T14:53:17.338 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.070913939, 2024-09-13T14:53:17.338 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:53:17.338 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:53:17.338 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:53:17.338 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:53:17.338 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T14:53:17.338 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:53:17.338 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 134232 2024-09-13T14:53:17.338 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.338 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:53:17.339 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.339 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:53:17.339 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.995604+0000", 2024-09-13T14:53:17.339 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:53:17.339 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.339 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.339 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:53:17.339 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.995604+0000", 2024-09-13T14:53:17.339 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:53:17.339 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.340 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.340 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:53:17.340 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.995606+0000", 2024-09-13T14:53:17.340 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.951e-06 2024-09-13T14:53:17.340 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.340 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.340 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:53:17.340 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.995613+0000", 2024-09-13T14:53:17.340 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.5570000000000001e-06 2024-09-13T14:53:17.340 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.341 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.341 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:53:17.341 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.995631+0000", 2024-09-13T14:53:17.341 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.8485999999999999e-05 2024-09-13T14:53:17.341 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.341 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.341 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:53:17.341 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.995641+0000", 2024-09-13T14:53:17.341 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.4129999999999995e-06 2024-09-13T14:53:17.341 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.341 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.341 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:53:17.341 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.995720+0000", 2024-09-13T14:53:17.341 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.9668999999999999e-05 2024-09-13T14:53:17.342 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.342 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.342 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:53:17.342 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.995736+0000", 2024-09-13T14:53:17.342 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.5599000000000001e-05 2024-09-13T14:53:17.342 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.342 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.342 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:53:17.342 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:16.062679+0000", 2024-09-13T14:53:17.342 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0669433450000001 2024-09-13T14:53:17.342 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.342 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.342 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:53:17.342 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:16.062850+0000", 2024-09-13T14:53:17.343 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000170268 2024-09-13T14:53:17.343 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.343 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.343 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 5,6,7", 2024-09-13T14:53:17.343 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:16.062994+0000", 2024-09-13T14:53:17.343 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00014482000000000001 2024-09-13T14:53:17.343 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.343 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.343 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:53:17.343 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:16.065600+0000", 2024-09-13T14:53:17.343 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.002605872 2024-09-13T14:53:17.343 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.343 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.343 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:53:17.344 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:16.066136+0000", 2024-09-13T14:53:17.344 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00053572799999999996 2024-09-13T14:53:17.344 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.344 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.344 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:53:17.344 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:16.066279+0000", 2024-09-13T14:53:17.344 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00014318600000000001 2024-09-13T14:53:17.344 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.344 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.344 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:53:17.344 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:16.066348+0000", 2024-09-13T14:53:17.344 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.8448000000000006e-05 2024-09-13T14:53:17.344 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.345 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.345 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:53:17.345 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:16.066414+0000", 2024-09-13T14:53:17.345 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.6221000000000002e-05 2024-09-13T14:53:17.345 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:53:17.345 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:53:17.345 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:53:17.345 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:16.066518+0000", 2024-09-13T14:53:17.345 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000104376 2024-09-13T14:53:17.345 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:53:17.345 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:53:17.345 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:53:17.345 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:53:17.345 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:53:17.346 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:53:17.350 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:53:17.372 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:17.373 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:17.373 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:53:17.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:16 smithi104 ceph-mon[105578]: 8.b continuing backfill to osd.6 from (1218'4400,1229'8410] MIN to 1229'8410 2024-09-13T14:53:17.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:16 smithi104 ceph-mon[105578]: 8.b starting backfill to osd.7 from (0'0,0'0] MAX to 1229'8410 2024-09-13T14:53:17.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:16 smithi104 ceph-mon[105578]: osdmap e1231: 8 total, 8 up, 6 in 2024-09-13T14:53:17.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:16 smithi104 ceph-mon[105578]: 8.d continuing backfill to osd.6 from (1213'3000,1229'8319] 8:b0049ba0:::benchmark_data_smithi071_245775_object86898:head to 1229'8319 2024-09-13T14:53:17.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:16 smithi104 ceph-mon[105578]: 8.d starting backfill to osd.7 from (0'0,0'0] MAX to 1229'8319 2024-09-13T14:53:17.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:16 smithi104 ceph-mon[105578]: 8.c starting backfill to osd.7 from (0'0,0'0] MAX to 1229'8453 2024-09-13T14:53:17.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:16 smithi104 ceph-mon[105578]: osdmap e1232: 8 total, 8 up, 6 in 2024-09-13T14:53:17.474 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:53:17.501 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:17.502 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:17.502 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:53:17.603 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:17.626 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:17.627 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:17.627 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:17.728 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:53:17.752 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:17.753 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:17.753 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:53:17.854 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:53:17.877 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:17.877 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:17.878 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:53:17.978 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:18.000 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:18.001 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:18.002 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:18.102 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:53:18.132 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:18.132 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:18.133 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:53:18.233 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:53:18.257 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:18.258 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:18.258 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:53:18.359 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:18.381 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:18.382 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:18.382 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:18.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:17 smithi071 ceph-mon[107477]: pgmap v1689: 99 pgs: 15 peering, 1 active+recovering+undersized+degraded+remapped, 3 remapped+peering, 7 active+undersized+degraded+remapped+backfill_wait, 73 active+clean; 6.6 GiB data, 18 GiB used, 429 GiB / 447 GiB avail; 0 B/s wr, 923 op/s; 54061/326073 objects degraded (16.579%); 1.7 MiB/s, 27 objects/s recovering 2024-09-13T14:53:18.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:17 smithi071 ceph-mon[107477]: 8.8 starting backfill to osd.7 from (0'0,0'0] MAX to 1229'8275 2024-09-13T14:53:18.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:17 smithi071 ceph-mon[112785]: pgmap v1689: 99 pgs: 15 peering, 1 active+recovering+undersized+degraded+remapped, 3 remapped+peering, 7 active+undersized+degraded+remapped+backfill_wait, 73 active+clean; 6.6 GiB data, 18 GiB used, 429 GiB / 447 GiB avail; 0 B/s wr, 923 op/s; 54061/326073 objects degraded (16.579%); 1.7 MiB/s, 27 objects/s recovering 2024-09-13T14:53:18.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:17 smithi071 ceph-mon[112785]: 8.8 starting backfill to osd.7 from (0'0,0'0] MAX to 1229'8275 2024-09-13T14:53:18.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:17 smithi104 ceph-mon[105578]: pgmap v1689: 99 pgs: 15 peering, 1 active+recovering+undersized+degraded+remapped, 3 remapped+peering, 7 active+undersized+degraded+remapped+backfill_wait, 73 active+clean; 6.6 GiB data, 18 GiB used, 429 GiB / 447 GiB avail; 0 B/s wr, 923 op/s; 54061/326073 objects degraded (16.579%); 1.7 MiB/s, 27 objects/s recovering 2024-09-13T14:53:18.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:17 smithi104 ceph-mon[105578]: 8.8 starting backfill to osd.7 from (0'0,0'0] MAX to 1229'8275 2024-09-13T14:53:18.484 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:53:18.508 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:18.508 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:18.509 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:53:18.610 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:53:18.634 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:18.634 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:18.635 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:53:18.736 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:53:18.759 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:18.759 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:18.760 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:53:18.860 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:18.883 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:18.884 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:18.885 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:18.985 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:53:19.009 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:19.009 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:19.010 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:53:19.095 INFO:tasks.thrashosds.thrasher:Added osd 7 2024-09-13T14:53:19.110 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:53:19.133 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:19.134 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:19.134 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:53:19.226 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:18 smithi071 ceph-mon[107477]: osdmap e1233: 8 total, 8 up, 6 in 2024-09-13T14:53:19.226 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:18 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 54061/326073 objects degraded (16.579%), 8 pgs degraded (PG_DEGRADED) 2024-09-13T14:53:19.226 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:18 smithi071 ceph-mon[112785]: osdmap e1233: 8 total, 8 up, 6 in 2024-09-13T14:53:19.226 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:18 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 54061/326073 objects degraded (16.579%), 8 pgs degraded (PG_DEGRADED) 2024-09-13T14:53:19.235 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:19.261 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:19.261 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:19.262 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:19.363 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:53:19.385 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:19.386 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:19.386 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:53:19.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:18 smithi104 ceph-mon[105578]: osdmap e1233: 8 total, 8 up, 6 in 2024-09-13T14:53:19.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:18 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 54061/326073 objects degraded (16.579%), 8 pgs degraded (PG_DEGRADED) 2024-09-13T14:53:19.488 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:53:19.510 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:19.511 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:19.511 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:53:19.612 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:53:19.640 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:19.641 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:19.641 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:53:19.742 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:53:19.765 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:19.766 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:19.767 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:53:19.868 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:19.890 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:19.891 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:19.892 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:19.992 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:20.015 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:20.016 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:20.016 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:20.116 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.2 dump_ops_in_flight 2024-09-13T14:53:20.117 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:20.139 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:20.139 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:20.139 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:20.240 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:53:20.251 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:19 smithi071 ceph-mon[107477]: pgmap v1692: 99 pgs: 15 peering, 1 active+recovering+undersized+degraded+remapped, 3 remapped+peering, 7 active+undersized+degraded+remapped+backfill_wait, 73 active+clean; 6.6 GiB data, 18 GiB used, 429 GiB / 447 GiB avail; 0 B/s wr, 637 op/s; 54061/326073 objects degraded (16.579%); 1.9 MiB/s, 30 objects/s recovering 2024-09-13T14:53:20.251 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:19 smithi071 ceph-mon[107477]: osdmap e1234: 8 total, 8 up, 6 in 2024-09-13T14:53:20.252 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:19 smithi071 ceph-mon[112785]: pgmap v1692: 99 pgs: 15 peering, 1 active+recovering+undersized+degraded+remapped, 3 remapped+peering, 7 active+undersized+degraded+remapped+backfill_wait, 73 active+clean; 6.6 GiB data, 18 GiB used, 429 GiB / 447 GiB avail; 0 B/s wr, 637 op/s; 54061/326073 objects degraded (16.579%); 1.9 MiB/s, 30 objects/s recovering 2024-09-13T14:53:20.252 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:19 smithi071 ceph-mon[112785]: osdmap e1234: 8 total, 8 up, 6 in 2024-09-13T14:53:20.262 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:20.262 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:20.263 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:53:20.364 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:53:20.388 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:20.389 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:20.389 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:53:20.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:19 smithi104 ceph-mon[105578]: pgmap v1692: 99 pgs: 15 peering, 1 active+recovering+undersized+degraded+remapped, 3 remapped+peering, 7 active+undersized+degraded+remapped+backfill_wait, 73 active+clean; 6.6 GiB data, 18 GiB used, 429 GiB / 447 GiB avail; 0 B/s wr, 637 op/s; 54061/326073 objects degraded (16.579%); 1.9 MiB/s, 30 objects/s recovering 2024-09-13T14:53:20.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:19 smithi104 ceph-mon[105578]: osdmap e1234: 8 total, 8 up, 6 in 2024-09-13T14:53:20.489 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:53:20.512 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:20.513 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:20.513 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:53:20.614 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:53:20.637 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:20.637 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:20.638 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:53:20.738 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:53:20.761 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:20.762 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:20.762 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:53:20.863 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:53:20.887 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:20.887 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:20.888 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:53:20.989 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:53:21.012 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:21.012 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:21.013 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:53:21.114 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:53:21.137 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:21.138 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:21.138 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:53:21.239 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:21.262 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:21.262 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:21.263 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:21.363 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:21.393 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:21.393 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:21.394 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:21.494 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:53:21.517 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:21.517 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:21.518 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:53:21.619 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:21.642 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:21.642 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:21.643 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:21.743 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:53:21.767 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:21.767 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:21.767 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:53:21.868 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:21.892 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:21.892 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:21.893 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:21.994 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:53:22.017 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:22.018 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:22.018 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:53:22.119 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:22.143 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:22.143 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:22.143 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:22.244 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:53:22.267 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:22.267 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:22.268 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:53:22.369 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:53:22.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:21 smithi071 ceph-mon[107477]: pgmap v1694: 99 pgs: 1 active+recovering+undersized+degraded+remapped, 1 activating+undersized+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 1 active+undersized+degraded+remapped+backfilling, 15 peering, 2 remapped+peering, 6 active+undersized+degraded+remapped+backfill_wait, 69 active+clean; 6.6 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 301 op/s; 73290/324951 objects degraded (22.554%); 6795/324951 objects misplaced (2.091%); 26 MiB/s, 413 objects/s recovering 2024-09-13T14:53:22.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:21 smithi071 ceph-mon[112785]: pgmap v1694: 99 pgs: 1 active+recovering+undersized+degraded+remapped, 1 activating+undersized+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 1 active+undersized+degraded+remapped+backfilling, 15 peering, 2 remapped+peering, 6 active+undersized+degraded+remapped+backfill_wait, 69 active+clean; 6.6 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 301 op/s; 73290/324951 objects degraded (22.554%); 6795/324951 objects misplaced (2.091%); 26 MiB/s, 413 objects/s recovering 2024-09-13T14:53:22.392 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:22.392 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:22.392 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:53:22.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:21 smithi104 ceph-mon[105578]: pgmap v1694: 99 pgs: 1 active+recovering+undersized+degraded+remapped, 1 activating+undersized+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 1 active+undersized+degraded+remapped+backfilling, 15 peering, 2 remapped+peering, 6 active+undersized+degraded+remapped+backfill_wait, 69 active+clean; 6.6 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 301 op/s; 73290/324951 objects degraded (22.554%); 6795/324951 objects misplaced (2.091%); 26 MiB/s, 413 objects/s recovering 2024-09-13T14:53:22.493 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:22.515 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:22.515 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:22.516 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:22.617 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:22.639 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:22.639 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:22.640 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:22.740 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:53:22.763 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:22.764 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:22.764 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:53:22.865 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:22.886 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:22.887 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:22.887 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:22.975 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:53:22 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:53:22] "GET /metrics HTTP/1.1" 200 36667 "" "Prometheus/2.51.0" 2024-09-13T14:53:22.984 INFO:teuthology.orchestra.run.smithi071.stderr:nodeep-scrub is unset 2024-09-13T14:53:22.988 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:53:23.014 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:23.015 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:23.016 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:53:23.117 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:23.140 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:23.141 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:23.142 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:23.242 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:23.266 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:23.266 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:23.267 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:23.368 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:53:23.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:22 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2185243802' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:53:23.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:22 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2185243802' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:53:23.391 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:23.392 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:23.392 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:53:23.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:22 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2185243802' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:53:23.493 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:53:23.517 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:23.517 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:23.517 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:53:23.618 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:23.641 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:23.645 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:23.645 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:23.746 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:53:23.769 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:23.769 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:23.770 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:53:23.870 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:23.894 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:23.895 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:23.895 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:23.996 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:24.019 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:24.019 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:24.020 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:24.095 INFO:tasks.thrashosds.thrasher:in_osds: [0, 1, 5, 6, 3, 7] out_osds: [4, 2] dead_osds: [] live_osds: [0, 1, 2, 3, 4, 5, 7, 6] 2024-09-13T14:53:24.096 INFO:tasks.thrashosds.thrasher:choose_action: min_in 4 min_out 0 min_live 2 min_dead 0 chance_down 0.40 2024-09-13T14:53:24.096 INFO:tasks.thrashosds.thrasher:inject_pause on osd.3 2024-09-13T14:53:24.096 INFO:tasks.thrashosds.thrasher:Testing filestore_inject_stall pause injection for duration 3 2024-09-13T14:53:24.096 INFO:tasks.thrashosds.thrasher:Checking after 0, should_be_down=False 2024-09-13T14:53:24.097 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.3 config set filestore_inject_stall 3 2024-09-13T14:53:24.120 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:53:24.164 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:24.164 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:24.164 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:53:24.265 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:53:24.289 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:24.289 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:24.289 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:53:24.390 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:24.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:23 smithi071 ceph-mon[107477]: pgmap v1695: 99 pgs: 1 active+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 1 activating+undersized+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 1 active+undersized+degraded+remapped+backfilling, 8 peering, 1 remapped+peering, 7 active+undersized+degraded+remapped+backfill_wait, 75 active+clean; 6.6 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 67 op/s; 79959/324855 objects degraded (24.614%); 20144/324855 objects misplaced (6.201%); 21 MiB/s, 331 objects/s recovering 2024-09-13T14:53:24.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:23 smithi071 ceph-mon[107477]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T14:53:24.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:23 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2185243802' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T14:53:24.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:23 smithi071 ceph-mon[107477]: osdmap e1235: 8 total, 8 up, 6 in 2024-09-13T14:53:24.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:23 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 79959/324855 objects degraded (24.614%), 13 pgs degraded (PG_DEGRADED) 2024-09-13T14:53:24.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:23 smithi071 ceph-mon[112785]: pgmap v1695: 99 pgs: 1 active+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 1 activating+undersized+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 1 active+undersized+degraded+remapped+backfilling, 8 peering, 1 remapped+peering, 7 active+undersized+degraded+remapped+backfill_wait, 75 active+clean; 6.6 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 67 op/s; 79959/324855 objects degraded (24.614%); 20144/324855 objects misplaced (6.201%); 21 MiB/s, 331 objects/s recovering 2024-09-13T14:53:24.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:23 smithi071 ceph-mon[112785]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T14:53:24.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:23 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2185243802' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T14:53:24.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:23 smithi071 ceph-mon[112785]: osdmap e1235: 8 total, 8 up, 6 in 2024-09-13T14:53:24.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:23 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 79959/324855 objects degraded (24.614%), 13 pgs degraded (PG_DEGRADED) 2024-09-13T14:53:24.413 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:24.414 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:24.414 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:24.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:23 smithi104 ceph-mon[105578]: pgmap v1695: 99 pgs: 1 active+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 1 activating+undersized+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 1 active+undersized+degraded+remapped+backfilling, 8 peering, 1 remapped+peering, 7 active+undersized+degraded+remapped+backfill_wait, 75 active+clean; 6.6 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 67 op/s; 79959/324855 objects degraded (24.614%); 20144/324855 objects misplaced (6.201%); 21 MiB/s, 331 objects/s recovering 2024-09-13T14:53:24.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:23 smithi104 ceph-mon[105578]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T14:53:24.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:23 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2185243802' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T14:53:24.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:23 smithi104 ceph-mon[105578]: osdmap e1235: 8 total, 8 up, 6 in 2024-09-13T14:53:24.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:23 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 79959/324855 objects degraded (24.614%), 13 pgs degraded (PG_DEGRADED) 2024-09-13T14:53:24.516 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:53:24.538 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:24.539 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:24.540 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:53:24.640 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:53:24.663 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:24.664 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:24.665 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:53:24.766 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:53:24.788 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:24.789 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:24.789 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:53:24.890 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:24.912 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:24.912 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:24.913 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:25.014 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:53:25.036 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:25.037 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:25.037 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:53:25.138 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:53:25.161 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:25.162 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:25.162 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:53:25.263 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:53:25.286 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:25.286 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:25.287 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:53:25.388 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:25.411 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:25.411 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:25.412 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:25.513 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:25.535 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:25.536 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:25.536 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:25.637 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:25.660 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:25.661 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:25.661 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:25.762 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:25.786 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:25.787 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:25.787 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:25.888 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:25.911 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:25.912 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:25.912 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:26.013 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:53:26.036 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:26.037 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:26.037 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:53:26.138 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:26.161 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:26.161 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:26.162 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:26.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:25 smithi104 ceph-mon[105578]: pgmap v1697: 99 pgs: 1 active+undersized+degraded+remapped+backfilling, 1 activating+undersized+remapped, 1 active+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 1 remapped+peering, 7 active+undersized+degraded+remapped+backfill_wait, 83 active+clean; 6.6 GiB data, 19 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 59 op/s; 76838/324855 objects degraded (23.653%); 20144/324855 objects misplaced (6.201%); 47 MiB/s, 754 objects/s recovering 2024-09-13T14:53:26.263 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:53:26.287 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:26.287 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:26.288 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:53:26.389 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:53:26.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:25 smithi071 ceph-mon[107477]: pgmap v1697: 99 pgs: 1 active+undersized+degraded+remapped+backfilling, 1 activating+undersized+remapped, 1 active+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 1 remapped+peering, 7 active+undersized+degraded+remapped+backfill_wait, 83 active+clean; 6.6 GiB data, 19 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 59 op/s; 76838/324855 objects degraded (23.653%); 20144/324855 objects misplaced (6.201%); 47 MiB/s, 754 objects/s recovering 2024-09-13T14:53:26.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:25 smithi071 ceph-mon[112785]: pgmap v1697: 99 pgs: 1 active+undersized+degraded+remapped+backfilling, 1 activating+undersized+remapped, 1 active+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 1 remapped+peering, 7 active+undersized+degraded+remapped+backfill_wait, 83 active+clean; 6.6 GiB data, 19 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 59 op/s; 76838/324855 objects degraded (23.653%); 20144/324855 objects misplaced (6.201%); 47 MiB/s, 754 objects/s recovering 2024-09-13T14:53:26.412 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:26.412 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:26.413 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:53:26.514 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:53:26.540 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:26.541 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:26.541 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:53:26.642 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:26.665 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:26.666 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:26.667 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:26.768 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:26.791 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:26.792 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:26.792 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:26.893 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:53:26.917 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:26.918 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:26.918 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:53:27.019 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:27.043 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:27.044 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:27.044 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:27.145 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:27.168 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:27.169 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:27.170 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:27.270 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:53:27.292 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:27.293 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:27.293 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:53:27.395 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:53:27.417 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:27.418 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:27.419 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:53:27.519 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:53:27.545 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:27.546 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:27.546 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:53:27.647 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:27.669 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:27.670 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:27.670 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:27.771 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:53:27.794 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:27.794 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:27.795 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:53:27.895 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:53:27.917 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:27.917 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:27.918 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:53:28.018 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:53:28.040 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:28.041 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:28.041 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:53:28.142 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:53:28.163 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:28.163 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:28.164 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:53:28.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:27 smithi104 ceph-mon[105578]: pgmap v1698: 99 pgs: 1 active+undersized+degraded+remapped+backfilling, 1 activating+undersized+remapped, 1 active+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 1 remapped+peering, 7 active+undersized+degraded+remapped+backfill_wait, 83 active+clean; 6.6 GiB data, 19 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 50 op/s; 76496/324855 objects degraded (23.548%); 20144/324855 objects misplaced (6.201%); 42 MiB/s, 681 objects/s recovering 2024-09-13T14:53:28.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:27 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:53:28.254 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:27 smithi071 ceph-mon[107477]: pgmap v1698: 99 pgs: 1 active+undersized+degraded+remapped+backfilling, 1 activating+undersized+remapped, 1 active+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 1 remapped+peering, 7 active+undersized+degraded+remapped+backfill_wait, 83 active+clean; 6.6 GiB data, 19 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 50 op/s; 76496/324855 objects degraded (23.548%); 20144/324855 objects misplaced (6.201%); 42 MiB/s, 681 objects/s recovering 2024-09-13T14:53:28.254 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:27 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:53:28.254 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:27 smithi071 ceph-mon[112785]: pgmap v1698: 99 pgs: 1 active+undersized+degraded+remapped+backfilling, 1 activating+undersized+remapped, 1 active+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 1 remapped+peering, 7 active+undersized+degraded+remapped+backfill_wait, 83 active+clean; 6.6 GiB data, 19 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 50 op/s; 76496/324855 objects degraded (23.548%); 20144/324855 objects misplaced (6.201%); 42 MiB/s, 681 objects/s recovering 2024-09-13T14:53:28.255 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:27 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:53:28.265 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:53:28.289 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:28.289 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:28.289 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:53:28.390 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:53:28.414 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:28.415 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:28.415 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:53:28.515 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:28.537 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:28.538 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:28.538 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:28.639 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:53:28.661 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:28.662 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:28.662 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:53:28.763 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:28.785 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:28.785 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:28.786 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:28.862 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:53:28.863 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:53:28.880 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:53:28.880 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:53:28.887 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:53:28.899 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:53:28.900 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:53:28.909 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:28.910 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:28.910 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:53:28.917 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:53:28.917 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:53:28.933 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:53:28.934 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:53:28.950 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:53:28.951 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:53:29.011 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:53:29.033 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:29.034 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:29.034 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:53:29.135 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:29.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:28 smithi071 ceph-mon[107477]: osdmap e1236: 8 total, 8 up, 6 in 2024-09-13T14:53:29.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:29 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 76496/324855 objects degraded (23.548%), 13 pgs degraded (PG_DEGRADED) 2024-09-13T14:53:29.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:29 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2963799871' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:53:29.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:29 smithi071 ceph-mon[112785]: osdmap e1236: 8 total, 8 up, 6 in 2024-09-13T14:53:29.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:29 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 76496/324855 objects degraded (23.548%), 13 pgs degraded (PG_DEGRADED) 2024-09-13T14:53:29.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:29 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2963799871' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:53:29.156 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:29.161 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:29.162 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:29.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:28 smithi104 ceph-mon[105578]: osdmap e1236: 8 total, 8 up, 6 in 2024-09-13T14:53:29.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:28 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 76496/324855 objects degraded (23.548%), 13 pgs degraded (PG_DEGRADED) 2024-09-13T14:53:29.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:28 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2963799871' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:53:29.264 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:29.285 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:29.286 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:29.286 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:29.387 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:53:29.410 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:29.411 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:29.412 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:53:29.512 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:29.536 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:29.536 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:29.537 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:29.638 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:53:29.660 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:29.660 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:29.661 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:53:29.761 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:53:29.784 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:29.784 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:29.785 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:53:29.886 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:29.907 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:29.908 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:29.908 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:30.009 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:53:30.030 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:30.031 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:30.031 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:53:30.132 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:30.154 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:30.155 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:30.155 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:30.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:29 smithi104 ceph-mon[105578]: pgmap v1700: 99 pgs: 1 active+undersized+degraded+remapped+backfilling, 1 activating+undersized+remapped, 1 active+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 1 remapped+peering, 7 active+undersized+degraded+remapped+backfill_wait, 83 active+clean; 6.6 GiB data, 19 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 3 op/s; 76496/324855 objects degraded (23.548%); 20144/324855 objects misplaced (6.201%); 27 MiB/s, 434 objects/s recovering 2024-09-13T14:53:30.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:29 smithi104 ceph-mon[105578]: osdmap e1237: 8 total, 8 up, 6 in 2024-09-13T14:53:30.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:53:30.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:53:30.256 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:53:30.278 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:30.279 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:30.279 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:53:30.380 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:30.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:29 smithi071 ceph-mon[107477]: pgmap v1700: 99 pgs: 1 active+undersized+degraded+remapped+backfilling, 1 activating+undersized+remapped, 1 active+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 1 remapped+peering, 7 active+undersized+degraded+remapped+backfill_wait, 83 active+clean; 6.6 GiB data, 19 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 3 op/s; 76496/324855 objects degraded (23.548%); 20144/324855 objects misplaced (6.201%); 27 MiB/s, 434 objects/s recovering 2024-09-13T14:53:30.394 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:30 smithi071 ceph-mon[107477]: osdmap e1237: 8 total, 8 up, 6 in 2024-09-13T14:53:30.394 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:30 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:53:30.394 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:30 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:53:30.395 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:29 smithi071 ceph-mon[112785]: pgmap v1700: 99 pgs: 1 active+undersized+degraded+remapped+backfilling, 1 activating+undersized+remapped, 1 active+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 1 remapped+peering, 7 active+undersized+degraded+remapped+backfill_wait, 83 active+clean; 6.6 GiB data, 19 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 3 op/s; 76496/324855 objects degraded (23.548%); 20144/324855 objects misplaced (6.201%); 27 MiB/s, 434 objects/s recovering 2024-09-13T14:53:30.395 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:30 smithi071 ceph-mon[112785]: osdmap e1237: 8 total, 8 up, 6 in 2024-09-13T14:53:30.395 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:30 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:53:30.395 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:30 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:53:30.401 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:30.402 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:30.403 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:30.503 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:53:30.526 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:30.527 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:30.527 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:53:30.628 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:30.651 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:30.651 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:30.652 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:30.752 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:53:30.775 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:30.775 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:30.775 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:53:30.876 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:53:30.893 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T14:53:30.894 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T14:53:30.904 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:30.904 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:30.905 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:53:30.911 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:53:30.912 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:53:31.006 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:53:31.029 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:31.029 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:31.030 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:53:31.130 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:53:31.153 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:31.153 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:31.154 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:53:31.255 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:31.276 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:31.276 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:31.277 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:31.377 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:31.400 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:31.400 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:31.401 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:31.502 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:53:31.525 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:31.525 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:31.526 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:53:31.626 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:31.648 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:31.649 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:31.649 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:31.750 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:31.772 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:31.772 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:31.773 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:31.873 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:53:31.895 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:31.896 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:31.896 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:53:31.997 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:32.019 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:32.020 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:32.020 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:32.121 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:53:32.142 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:32.143 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:32.143 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:53:32.244 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:32.267 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:32.267 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:32.267 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:32.292 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:31 smithi071 ceph-mon[107477]: pgmap v1702: 99 pgs: 1 activating+undersized+remapped, 1 peering, 1 active+recovering+undersized+degraded+remapped, 1 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 1 remapped+peering, 7 active+undersized+degraded+remapped+backfill_wait, 83 active+clean; 6.6 GiB data, 19 GiB used, 518 GiB / 536 GiB avail; 74148/324855 objects degraded (22.825%); 20144/324855 objects misplaced (6.201%); 47 MiB/s, 748 objects/s recovering 2024-09-13T14:53:32.292 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:31 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:53:32.292 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:31 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:53:32.293 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:31 smithi071 ceph-mon[112785]: pgmap v1702: 99 pgs: 1 activating+undersized+remapped, 1 peering, 1 active+recovering+undersized+degraded+remapped, 1 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 1 remapped+peering, 7 active+undersized+degraded+remapped+backfill_wait, 83 active+clean; 6.6 GiB data, 19 GiB used, 518 GiB / 536 GiB avail; 74148/324855 objects degraded (22.825%); 20144/324855 objects misplaced (6.201%); 47 MiB/s, 748 objects/s recovering 2024-09-13T14:53:32.293 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:31 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:53:32.293 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:31 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:53:32.368 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:32.390 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:32.390 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:32.391 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:32.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:31 smithi104 ceph-mon[105578]: pgmap v1702: 99 pgs: 1 activating+undersized+remapped, 1 peering, 1 active+recovering+undersized+degraded+remapped, 1 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 1 remapped+peering, 7 active+undersized+degraded+remapped+backfill_wait, 83 active+clean; 6.6 GiB data, 19 GiB used, 518 GiB / 536 GiB avail; 74148/324855 objects degraded (22.825%); 20144/324855 objects misplaced (6.201%); 47 MiB/s, 748 objects/s recovering 2024-09-13T14:53:32.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:31 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:53:32.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:31 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:53:32.491 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:53:32.514 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:32.514 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:32.515 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:53:32.615 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:53:32.637 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:32.637 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:32.638 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:53:32.739 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:32.760 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:32.760 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:32.761 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:32.862 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:32.883 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:32.884 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:32.884 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:32.985 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:53:33.007 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:33.007 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:33.008 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:53:33.050 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:53:32 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:53:32] "GET /metrics HTTP/1.1" 200 36675 "" "Prometheus/2.51.0" 2024-09-13T14:53:33.109 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:53:33.130 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:33.130 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:33.131 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:53:33.232 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:33.253 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:33.254 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:33.254 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:33.355 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:33.377 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:33.377 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:33.378 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:33.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:33 smithi071 ceph-mon[107477]: Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-09-13T14:53:33.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:33 smithi071 ceph-mon[112785]: Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-09-13T14:53:33.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:33 smithi104 ceph-mon[105578]: Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-09-13T14:53:33.479 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:53:33.501 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:33.502 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:33.502 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:53:33.603 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:33.624 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:33.625 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:33.625 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:33.726 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:53:33.747 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:33.748 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:33.748 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:53:33.849 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:53:33.871 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:33.871 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:33.872 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:53:33.973 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:53:33.994 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:33.994 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:33.995 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:53:34.095 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:53:34.117 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:34.117 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:34.118 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:53:34.219 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:34.241 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:34.241 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:34.242 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:34.342 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:53:34.364 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:34.364 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:34.365 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:53:34.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:34 smithi071 ceph-mon[107477]: pgmap v1703: 99 pgs: 1 activating+undersized+degraded+remapped, 1 activating+undersized+remapped, 1 peering, 1 active+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 83 active+clean; 6.6 GiB data, 19 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 1 op/s; 86982/324828 objects degraded (26.778%); 20142/324828 objects misplaced (6.201%); 21 MiB/s, 336 objects/s recovering 2024-09-13T14:53:34.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:34 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 86982/324828 objects degraded (26.778%), 13 pgs degraded (PG_DEGRADED) 2024-09-13T14:53:34.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:34 smithi071 ceph-mon[112785]: pgmap v1703: 99 pgs: 1 activating+undersized+degraded+remapped, 1 activating+undersized+remapped, 1 peering, 1 active+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 83 active+clean; 6.6 GiB data, 19 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 1 op/s; 86982/324828 objects degraded (26.778%); 20142/324828 objects misplaced (6.201%); 21 MiB/s, 336 objects/s recovering 2024-09-13T14:53:34.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:34 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 86982/324828 objects degraded (26.778%), 13 pgs degraded (PG_DEGRADED) 2024-09-13T14:53:34.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:34 smithi104 ceph-mon[105578]: pgmap v1703: 99 pgs: 1 activating+undersized+degraded+remapped, 1 activating+undersized+remapped, 1 peering, 1 active+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 83 active+clean; 6.6 GiB data, 19 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 1 op/s; 86982/324828 objects degraded (26.778%); 20142/324828 objects misplaced (6.201%); 21 MiB/s, 336 objects/s recovering 2024-09-13T14:53:34.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:34 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 86982/324828 objects degraded (26.778%), 13 pgs degraded (PG_DEGRADED) 2024-09-13T14:53:34.465 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:53:34.487 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:34.487 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:34.488 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:53:34.589 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:34.610 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:34.611 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:34.611 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:34.712 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:53:34.734 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:34.735 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:34.735 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:53:34.836 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:53:34.859 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:34.859 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:34.860 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:53:34.901 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:53:34.961 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:53:34.984 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:34.984 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:34.985 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:53:35.086 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:35.107 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:35.108 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:35.108 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:35.209 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:53:35.230 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:35.231 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:35.231 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:53:35.332 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:53:35.354 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:35.354 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:35.354 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:53:35.455 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:35.477 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:35.478 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:35.478 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:35.579 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:35.600 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:35.601 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:35.601 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:35.702 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:53:35.724 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:35.725 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:35.725 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:53:35.826 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:53:35.847 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:35.848 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:35.848 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:53:35.949 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:53:35.970 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:35.971 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:35.971 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:53:36.072 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:53:36.095 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:36.095 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:36.096 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:53:36.197 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:53:36.219 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:36.220 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:36.220 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:53:36.321 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:53:36.342 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:36.343 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:36.343 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:53:36.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:36 smithi071 ceph-mon[107477]: pgmap v1704: 99 pgs: 1 activating+undersized+remapped, 1 activating+undersized+degraded+remapped, 1 active+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 84 active+clean; 6.6 GiB data, 19 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 2 op/s; 86977/324801 objects degraded (26.779%); 20140/324801 objects misplaced (6.201%); 18 MiB/s, 293 objects/s recovering 2024-09-13T14:53:36.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:36 smithi071 ceph-mon[112785]: pgmap v1704: 99 pgs: 1 activating+undersized+remapped, 1 activating+undersized+degraded+remapped, 1 active+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 84 active+clean; 6.6 GiB data, 19 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 2 op/s; 86977/324801 objects degraded (26.779%); 20140/324801 objects misplaced (6.201%); 18 MiB/s, 293 objects/s recovering 2024-09-13T14:53:36.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:36 smithi104 ceph-mon[105578]: pgmap v1704: 99 pgs: 1 activating+undersized+remapped, 1 activating+undersized+degraded+remapped, 1 active+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 84 active+clean; 6.6 GiB data, 19 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 2 op/s; 86977/324801 objects degraded (26.779%); 20140/324801 objects misplaced (6.201%); 18 MiB/s, 293 objects/s recovering 2024-09-13T14:53:36.444 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:36.467 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:36.468 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:36.468 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:36.569 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:53:36.590 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:36.591 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:36.592 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:53:36.693 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:53:36.715 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:36.716 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:36.716 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:53:36.817 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:53:36.840 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:36.840 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:36.840 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:53:36.873 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd set noscrub 2024-09-13T14:53:36.941 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:53:36.963 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:36.964 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:36.964 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:53:37.065 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:37.088 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:37.089 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:37.090 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:37.190 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:53:37.212 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:37.213 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:37.214 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:53:37.314 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:53:37.337 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:37.337 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:37.338 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:53:37.439 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:37.460 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:37.461 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:37.462 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:37.563 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:37.587 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:37.587 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:37.588 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:37.689 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:37.711 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:37.712 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:37.712 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:37.813 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:37.837 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:37.837 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:37.838 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:37.939 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:53:37.961 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:37.962 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:37.962 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:53:38.063 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:38.086 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:38.086 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:38.087 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:38.187 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:53:38.214 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:38.215 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:38.215 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:53:38.316 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:53:38.337 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:38.338 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:38.339 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:53:38.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:38 smithi071 ceph-mon[107477]: pgmap v1705: 99 pgs: 1 activating+undersized+remapped, 1 activating+undersized+degraded+remapped, 1 active+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 84 active+clean; 6.6 GiB data, 19 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 4 op/s; 86565/324741 objects degraded (26.657%); 20136/324741 objects misplaced (6.201%); 20 MiB/s, 314 objects/s recovering 2024-09-13T14:53:38.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:38 smithi071 ceph-mon[107477]: osdmap e1238: 8 total, 8 up, 6 in 2024-09-13T14:53:38.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:38 smithi071 ceph-mon[112785]: pgmap v1705: 99 pgs: 1 activating+undersized+remapped, 1 activating+undersized+degraded+remapped, 1 active+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 84 active+clean; 6.6 GiB data, 19 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 4 op/s; 86565/324741 objects degraded (26.657%); 20136/324741 objects misplaced (6.201%); 20 MiB/s, 314 objects/s recovering 2024-09-13T14:53:38.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:38 smithi071 ceph-mon[112785]: osdmap e1238: 8 total, 8 up, 6 in 2024-09-13T14:53:38.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:38 smithi104 ceph-mon[105578]: pgmap v1705: 99 pgs: 1 activating+undersized+remapped, 1 activating+undersized+degraded+remapped, 1 active+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 84 active+clean; 6.6 GiB data, 19 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 4 op/s; 86565/324741 objects degraded (26.657%); 20136/324741 objects misplaced (6.201%); 20 MiB/s, 314 objects/s recovering 2024-09-13T14:53:38.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:38 smithi104 ceph-mon[105578]: osdmap e1238: 8 total, 8 up, 6 in 2024-09-13T14:53:38.440 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:53:38.464 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:38.465 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:38.466 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:53:38.566 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:53:38.588 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:38.589 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:38.589 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:53:38.679 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:53:38.690 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:53:38.713 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:38.714 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:38.714 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:53:38.815 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:53:38.843 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:38.843 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:38.843 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:53:38.944 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:53:38.967 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:38.968 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:38.968 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:53:39.069 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:53:39.094 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:39.095 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:39.095 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:53:39.196 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:53:39.222 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:39.222 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:39.223 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:53:39.324 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:53:39.349 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:39.350 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:39.351 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:53:39.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:39 smithi071 ceph-mon[107477]: osdmap e1239: 8 total, 8 up, 6 in 2024-09-13T14:53:39.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:39 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 86565/324741 objects degraded (26.657%), 13 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:53:39.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:39 smithi071 ceph-mon[112785]: osdmap e1239: 8 total, 8 up, 6 in 2024-09-13T14:53:39.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:39 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 86565/324741 objects degraded (26.657%), 13 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:53:39.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:39 smithi104 ceph-mon[105578]: osdmap e1239: 8 total, 8 up, 6 in 2024-09-13T14:53:39.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:39 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 86565/324741 objects degraded (26.657%), 13 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:53:39.451 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:39.474 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:39.475 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:39.475 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:39.576 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:39.601 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:39.602 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:39.602 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:39.702 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:39.727 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:39.727 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:39.728 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:39.829 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:39.853 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:39.854 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:39.854 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:39.955 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:39.981 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:39.981 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:39.982 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:40.082 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:40.104 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:40.104 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:40.105 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:40.205 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:53:40.231 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:40.231 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:40.232 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:53:40.332 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:53:40.356 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:40.357 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:40.357 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:53:40.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:40 smithi071 ceph-mon[107477]: pgmap v1708: 99 pgs: 1 active+undersized+degraded+remapped+laggy, 1 activating+undersized+remapped, 1 active+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 84 active+clean; 6.6 GiB data, 19 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 4 op/s; 86565/324741 objects degraded (26.657%); 20136/324741 objects misplaced (6.201%); 3.1 MiB/s, 50 objects/s recovering 2024-09-13T14:53:40.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:40 smithi071 ceph-mon[112785]: pgmap v1708: 99 pgs: 1 active+undersized+degraded+remapped+laggy, 1 activating+undersized+remapped, 1 active+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 84 active+clean; 6.6 GiB data, 19 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 4 op/s; 86565/324741 objects degraded (26.657%); 20136/324741 objects misplaced (6.201%); 3.1 MiB/s, 50 objects/s recovering 2024-09-13T14:53:40.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:40 smithi104 ceph-mon[105578]: pgmap v1708: 99 pgs: 1 active+undersized+degraded+remapped+laggy, 1 activating+undersized+remapped, 1 active+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 84 active+clean; 6.6 GiB data, 19 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 4 op/s; 86565/324741 objects degraded (26.657%); 20136/324741 objects misplaced (6.201%); 3.1 MiB/s, 50 objects/s recovering 2024-09-13T14:53:40.458 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:53:40.483 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:40.484 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:40.484 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:53:40.577 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=true 2024-09-13T14:53:40.585 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:53:40.606 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:40.607 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:40.607 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:53:40.708 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:53:40.730 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:40.730 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:40.731 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:53:40.832 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:53:40.855 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:40.856 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:40.856 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:53:40.957 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:40.981 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:40.981 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:40.981 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:41.082 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:41.105 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:41.106 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:41.106 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:41.207 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:53:41.233 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:41.233 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:41.234 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:53:41.334 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:41.357 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:41.358 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:41.358 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:41.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:41 smithi071 ceph-mon[107477]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2024-09-13T14:53:41.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:41 smithi071 ceph-mon[112785]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2024-09-13T14:53:41.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:41 smithi104 ceph-mon[105578]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2024-09-13T14:53:41.459 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:53:41.481 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:41.482 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:41.483 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:53:41.584 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:53:41.608 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:41.609 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:41.609 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:53:41.710 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:53:41.732 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:41.733 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:41.733 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:53:41.834 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:53:41.856 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:41.857 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:41.857 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:53:41.958 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:53:41.984 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:41.985 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:41.985 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:53:42.086 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:53:42.109 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:42.109 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:42.110 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:53:42.211 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:42.234 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:42.235 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:42.235 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:42.336 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:42.358 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:42.359 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:42.360 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:42.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:42 smithi071 ceph-mon[107477]: pgmap v1709: 99 pgs: 1 active+undersized+degraded+remapped+laggy, 1 active+recovering+undersized+degraded+remapped, 1 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 85 active+clean; 6.6 GiB data, 19 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 42 op/s; 85997/323802 objects degraded (26.559%); 20110/323802 objects misplaced (6.211%); 6.4 MiB/s, 103 objects/s recovering 2024-09-13T14:53:42.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:42 smithi071 ceph-mon[112785]: pgmap v1709: 99 pgs: 1 active+undersized+degraded+remapped+laggy, 1 active+recovering+undersized+degraded+remapped, 1 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 85 active+clean; 6.6 GiB data, 19 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 42 op/s; 85997/323802 objects degraded (26.559%); 20110/323802 objects misplaced (6.211%); 6.4 MiB/s, 103 objects/s recovering 2024-09-13T14:53:42.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:42 smithi104 ceph-mon[105578]: pgmap v1709: 99 pgs: 1 active+undersized+degraded+remapped+laggy, 1 active+recovering+undersized+degraded+remapped, 1 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 85 active+clean; 6.6 GiB data, 19 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 42 op/s; 85997/323802 objects degraded (26.559%); 20110/323802 objects misplaced (6.211%); 6.4 MiB/s, 103 objects/s recovering 2024-09-13T14:53:42.460 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:42.483 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:53:42.484 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:42.484 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:42.485 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:42.585 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:42.608 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:42.608 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:42.609 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:42.710 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:53:42.734 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:42.735 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:42.736 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:53:42.836 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:42.859 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:42.860 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:42.860 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:42.891 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:53:42 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:53:42] "GET /metrics HTTP/1.1" 200 36675 "" "Prometheus/2.51.0" 2024-09-13T14:53:42.961 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:53:42.983 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:42.984 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:42.985 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:53:43.085 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:53:43.108 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:43.109 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:43.109 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:53:43.210 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:43.233 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:43.233 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:43.234 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:43.334 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:53:43.358 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:43.359 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:43.360 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:53:43.461 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:53:43.483 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:43.484 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:43.484 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:53:43.585 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:53:43.606 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:43.607 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:43.607 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:53:43.708 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:53:43.733 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:43.733 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:43.734 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:53:43.835 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:43.857 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:43.857 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:43.858 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:43.959 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:43.983 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:43.984 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:43.984 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:44.085 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:53:44.109 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:44.109 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:44.110 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:53:44.211 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:44.233 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:44.234 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:44.234 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:44.335 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:53:44.357 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:44.358 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:44.358 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:53:44.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:44 smithi071 ceph-mon[107477]: pgmap v1710: 99 pgs: 1 active+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 85 active+clean; 6.6 GiB data, 19 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 76 op/s; 78421/322965 objects degraded (24.282%); 26680/322965 objects misplaced (8.261%); 6.4 MiB/s, 103 objects/s recovering 2024-09-13T14:53:44.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:44 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 78421/322965 objects degraded (24.282%), 13 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:53:44.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:44 smithi071 ceph-mon[112785]: pgmap v1710: 99 pgs: 1 active+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 85 active+clean; 6.6 GiB data, 19 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 76 op/s; 78421/322965 objects degraded (24.282%); 26680/322965 objects misplaced (8.261%); 6.4 MiB/s, 103 objects/s recovering 2024-09-13T14:53:44.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:44 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 78421/322965 objects degraded (24.282%), 13 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:53:44.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:44 smithi104 ceph-mon[105578]: pgmap v1710: 99 pgs: 1 active+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 85 active+clean; 6.6 GiB data, 19 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 76 op/s; 78421/322965 objects degraded (24.282%); 26680/322965 objects misplaced (8.261%); 6.4 MiB/s, 103 objects/s recovering 2024-09-13T14:53:44.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:44 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 78421/322965 objects degraded (24.282%), 13 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:53:44.460 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:53:44.487 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:44.487 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:44.488 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:53:44.588 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:44.612 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:44.613 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:44.614 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:44.714 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:53:44.738 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:44.739 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:44.739 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:53:44.840 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:53:44.866 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:44.867 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:44.867 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:53:44.968 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:53:44.994 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:44.994 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:44.995 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:53:45.095 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:53:45.117 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:45.118 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:45.118 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:53:45.219 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:45.244 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:45.244 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:45.245 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:45.345 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:53:45.369 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:45.369 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:45.370 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:53:45.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:53:45.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:53:45.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:53:45.471 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:53:45.493 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:45.494 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:45.494 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:53:45.595 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:53:45.619 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:45.620 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:45.620 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:53:45.721 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:53:45.746 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:45.747 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:45.747 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:53:45.848 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:53:45.870 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:45.871 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:45.871 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:53:45.972 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:53:45.996 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:45.997 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:45.997 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:53:46.099 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:46.121 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:46.122 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:46.122 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:46.223 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:46.245 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:46.246 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:46.246 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:46.347 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:46.369 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:46.369 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:46.370 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:46.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:46 smithi104 ceph-mon[105578]: pgmap v1711: 99 pgs: 1 active+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 85 active+clean; 6.6 GiB data, 19 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 113 op/s; 78227/322017 objects degraded (24.293%); 26622/322017 objects misplaced (8.267%); 3.3 MiB/s, 52 objects/s recovering 2024-09-13T14:53:46.471 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:53:46.496 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:46.497 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:46.497 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:53:46.598 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:46.622 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:46.622 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:46.623 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:46.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:46 smithi071 ceph-mon[107477]: pgmap v1711: 99 pgs: 1 active+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 85 active+clean; 6.6 GiB data, 19 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 113 op/s; 78227/322017 objects degraded (24.293%); 26622/322017 objects misplaced (8.267%); 3.3 MiB/s, 52 objects/s recovering 2024-09-13T14:53:46.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:46 smithi071 ceph-mon[112785]: pgmap v1711: 99 pgs: 1 active+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 85 active+clean; 6.6 GiB data, 19 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 113 op/s; 78227/322017 objects degraded (24.293%); 26622/322017 objects misplaced (8.267%); 3.3 MiB/s, 52 objects/s recovering 2024-09-13T14:53:46.723 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:53:46.749 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:46.749 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:46.750 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:53:46.850 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:53:46.878 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:46.878 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:46.879 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:53:46.927 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T14:53:46.927 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:53:46.980 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:53:47.004 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:47.004 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:47.005 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:53:47.105 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:47.129 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:47.130 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:47.130 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:47.155 INFO:teuthology.orchestra.run.smithi071.stderr:noscrub is set 2024-09-13T14:53:47.231 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:53:47.253 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:47.253 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:47.254 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:53:47.355 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:53:47.378 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:47.379 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:47.380 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:53:47.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:47 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3400891607' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:53:47.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:47 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:53:47.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:47 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3400891607' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:53:47.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:47 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:53:47.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:47 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3400891607' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:53:47.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:47 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:53:47.481 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:47.506 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:47.506 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:47.507 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:47.608 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:47.630 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:47.631 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:47.631 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:47.732 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:53:47.754 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:47.755 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:47.755 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:53:47.856 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:53:47.879 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:47.880 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:47.880 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:53:47.981 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:48.008 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:48.009 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:48.009 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:48.110 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:48.138 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:48.139 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:48.139 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:48.240 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:53:48.263 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:48.264 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:48.264 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:53:48.365 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:53:48.388 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:48.389 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:48.389 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:53:48.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:48 smithi104 ceph-mon[105578]: pgmap v1712: 99 pgs: 1 active+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 85 active+clean; 6.5 GiB data, 19 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 157 op/s; 77454/320175 objects degraded (24.191%); 26494/320175 objects misplaced (8.275%); 5.6 MiB/s, 89 objects/s recovering 2024-09-13T14:53:48.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:48 smithi104 ceph-mon[105578]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:53:48.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:48 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T14:53:48.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:48 smithi104 ceph-mon[105578]: osdmap e1240: 8 total, 8 up, 6 in 2024-09-13T14:53:48.490 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:48.513 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:48.513 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:48.513 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:48.614 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:53:48.637 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:48.638 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:48.638 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:53:48.640 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:48 smithi071 ceph-mon[112785]: pgmap v1712: 99 pgs: 1 active+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 85 active+clean; 6.5 GiB data, 19 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 157 op/s; 77454/320175 objects degraded (24.191%); 26494/320175 objects misplaced (8.275%); 5.6 MiB/s, 89 objects/s recovering 2024-09-13T14:53:48.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:48 smithi071 ceph-mon[112785]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:53:48.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:48 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T14:53:48.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:48 smithi071 ceph-mon[112785]: osdmap e1240: 8 total, 8 up, 6 in 2024-09-13T14:53:48.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:48 smithi071 ceph-mon[107477]: pgmap v1712: 99 pgs: 1 active+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 85 active+clean; 6.5 GiB data, 19 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 157 op/s; 77454/320175 objects degraded (24.191%); 26494/320175 objects misplaced (8.275%); 5.6 MiB/s, 89 objects/s recovering 2024-09-13T14:53:48.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:48 smithi071 ceph-mon[107477]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:53:48.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:48 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T14:53:48.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:48 smithi071 ceph-mon[107477]: osdmap e1240: 8 total, 8 up, 6 in 2024-09-13T14:53:48.739 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:48.762 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:48.763 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:48.763 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:48.864 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:48.887 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:48.888 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:48.888 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:48.989 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:53:49.012 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:49.013 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:49.013 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:53:49.114 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:53:49.136 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:49.138 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:49.138 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:53:49.239 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:53:49.262 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:49.263 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:49.264 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:53:49.365 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:53:49.388 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:49.388 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:49.389 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:53:49.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:49 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 77454/320175 objects degraded (24.191%), 13 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:53:49.489 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:49.512 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:49.513 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:49.513 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:49.614 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:53:49.636 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:49.636 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:49.637 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:53:49.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:49 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 77454/320175 objects degraded (24.191%), 13 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:53:49.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:49 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 77454/320175 objects degraded (24.191%), 13 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:53:49.738 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:49.765 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:49.766 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:49.766 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:49.867 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:49.890 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:49.891 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:49.891 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:49.992 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:53:50.015 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:50.016 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:50.016 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:53:50.117 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:50.140 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:50.141 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:50.141 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:50.242 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:53:50.264 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:50.265 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:50.266 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:53:50.366 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:53:50.389 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:50.390 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:50.391 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:53:50.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:50 smithi071 ceph-mon[107477]: pgmap v1714: 99 pgs: 1 active+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 85 active+clean; 6.5 GiB data, 19 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 159 op/s; 77525/319962 objects degraded (24.229%); 26423/319962 objects misplaced (8.258%); 5.4 MiB/s, 86 objects/s recovering 2024-09-13T14:53:50.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:50 smithi071 ceph-mon[112785]: pgmap v1714: 99 pgs: 1 active+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 85 active+clean; 6.5 GiB data, 19 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 159 op/s; 77525/319962 objects degraded (24.229%); 26423/319962 objects misplaced (8.258%); 5.4 MiB/s, 86 objects/s recovering 2024-09-13T14:53:50.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:50 smithi104 ceph-mon[105578]: pgmap v1714: 99 pgs: 1 active+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 85 active+clean; 6.5 GiB data, 19 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 159 op/s; 77525/319962 objects degraded (24.229%); 26423/319962 objects misplaced (8.258%); 5.4 MiB/s, 86 objects/s recovering 2024-09-13T14:53:50.491 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:53:50.513 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:50.514 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:50.514 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:53:50.615 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:50.637 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:50.638 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:50.638 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:50.739 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:50.761 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:50.762 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:50.763 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:50.863 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:53:50.885 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:50.886 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:50.886 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:53:50.987 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:53:51.009 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:51.010 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:51.010 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:53:51.111 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:53:51.134 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:51.135 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:51.135 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:53:51.236 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:51.258 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:51.259 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:51.260 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:51.361 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:51.383 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:51.384 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:51.384 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:51.485 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:51.507 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:51.508 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:51.508 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:51.609 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:53:51.631 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:51.632 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:51.632 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:53:51.733 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:51.755 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:51.756 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:51.756 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:51.857 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:51.880 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:51.881 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:51.881 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:51.982 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:53:52.006 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:52.006 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:52.007 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:53:52.108 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:52.129 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:52.130 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:52.131 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:52.231 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:53:52.254 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:52.254 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:52.255 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:53:52.356 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:52.378 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:52.379 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:52.379 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:52.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:52 smithi071 ceph-mon[107477]: pgmap v1715: 99 pgs: 1 active+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 85 active+clean; 6.5 GiB data, 19 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 183 op/s; 76770/318288 objects degraded (24.120%); 26373/318288 objects misplaced (8.286%); 5.7 MiB/s, 91 objects/s recovering 2024-09-13T14:53:52.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:52 smithi071 ceph-mon[112785]: pgmap v1715: 99 pgs: 1 active+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 85 active+clean; 6.5 GiB data, 19 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 183 op/s; 76770/318288 objects degraded (24.120%); 26373/318288 objects misplaced (8.286%); 5.7 MiB/s, 91 objects/s recovering 2024-09-13T14:53:52.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:52 smithi104 ceph-mon[105578]: pgmap v1715: 99 pgs: 1 active+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 85 active+clean; 6.5 GiB data, 19 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 183 op/s; 76770/318288 objects degraded (24.120%); 26373/318288 objects misplaced (8.286%); 5.7 MiB/s, 91 objects/s recovering 2024-09-13T14:53:52.454 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:53:52.477 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.2 dump_blocked_ops 2024-09-13T14:53:52.480 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:52.505 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:52.505 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:52.506 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:52.607 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:52.631 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:52.631 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:52.632 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:52.733 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:52.756 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:52.757 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:52.757 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:52.858 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:52.880 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:52.881 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:52.881 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:52.961 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:53:52 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:53:52] "GET /metrics HTTP/1.1" 200 36671 "" "Prometheus/2.51.0" 2024-09-13T14:53:52.982 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:53.005 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:53.005 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:53.005 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:53.106 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:53:53.130 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:53.130 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:53.131 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:53:53.231 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:53:53.253 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:53.254 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:53.254 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:53:53.355 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:53:53.383 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:53.384 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:53.384 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:53:53.485 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:53:53.509 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:53.509 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:53.510 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:53:53.612 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:53.634 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:53.635 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:53.635 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:53.674 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:53:53.675 INFO:teuthology.orchestra.run.smithi071.stdout: "success": "" 2024-09-13T14:53:53.675 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:53:53.736 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:53.758 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:53.759 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:53.759 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:53.860 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:53.882 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:53.883 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:53.883 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:53.984 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:53:53.994 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd set nodeep-scrub 2024-09-13T14:53:54.006 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:54.007 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:54.007 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:53:54.108 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:53:54.132 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:54.132 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:54.133 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:53:54.234 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:54.256 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:54.257 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:54.257 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:54.358 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:53:54.379 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:54.380 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:54.380 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:53:54.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:54 smithi071 ceph-mon[107477]: pgmap v1716: 99 pgs: 1 active+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 85 active+clean; 6.5 GiB data, 19 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 182 op/s; 76625/317499 objects degraded (24.134%); 26236/317499 objects misplaced (8.263%); 5.8 MiB/s, 93 objects/s recovering 2024-09-13T14:53:54.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:54 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 76625/317499 objects degraded (24.134%), 13 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:53:54.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:54 smithi071 ceph-mon[112785]: pgmap v1716: 99 pgs: 1 active+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 85 active+clean; 6.5 GiB data, 19 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 182 op/s; 76625/317499 objects degraded (24.134%); 26236/317499 objects misplaced (8.263%); 5.8 MiB/s, 93 objects/s recovering 2024-09-13T14:53:54.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:54 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 76625/317499 objects degraded (24.134%), 13 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:53:54.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:54 smithi104 ceph-mon[105578]: pgmap v1716: 99 pgs: 1 active+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 85 active+clean; 6.5 GiB data, 19 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 182 op/s; 76625/317499 objects degraded (24.134%); 26236/317499 objects misplaced (8.263%); 5.8 MiB/s, 93 objects/s recovering 2024-09-13T14:53:54.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:54 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 76625/317499 objects degraded (24.134%), 13 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:53:54.481 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:53:54.509 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:54.510 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:54.510 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:53:54.611 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:54.633 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:54.633 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:54.634 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:54.734 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:54.757 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:54.757 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:54.757 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:54.858 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:53:54.881 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:54.882 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:54.882 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:53:54.983 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:53:55.013 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:55.014 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:55.014 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:53:55.115 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:55.139 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:55.140 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:55.140 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:55.241 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:53:55.271 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:55.272 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:55.272 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:53:55.373 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:55.379 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:53:55.379 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:53:55.397 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:55.398 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:55.398 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:55.499 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:53:55.522 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:55.523 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:55.523 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:53:55.624 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:53:55.645 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:55.646 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:55.646 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:53:55.747 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:53:55.768 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:55.769 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:55.769 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:53:55.870 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:55.892 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:55.893 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:55.893 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:55.994 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:53:56.017 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:56.017 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:56.018 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:53:56.119 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:56.141 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:56.141 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:56.142 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:56.242 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:53:56.264 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:56.265 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:56.265 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:53:56.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:56 smithi071 ceph-mon[107477]: pgmap v1717: 99 pgs: 1 active+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 85 active+clean; 6.4 GiB data, 19 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 165 op/s; 76534/317040 objects degraded (24.140%); 26202/317040 objects misplaced (8.265%); 5.8 MiB/s, 93 objects/s recovering 2024-09-13T14:53:56.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:56 smithi071 ceph-mon[112785]: pgmap v1717: 99 pgs: 1 active+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 85 active+clean; 6.4 GiB data, 19 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 165 op/s; 76534/317040 objects degraded (24.140%); 26202/317040 objects misplaced (8.265%); 5.8 MiB/s, 93 objects/s recovering 2024-09-13T14:53:56.366 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:56.390 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:56.390 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:56.391 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:56.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:56 smithi104 ceph-mon[105578]: pgmap v1717: 99 pgs: 1 active+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 85 active+clean; 6.4 GiB data, 19 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 165 op/s; 76534/317040 objects degraded (24.140%); 26202/317040 objects misplaced (8.265%); 5.8 MiB/s, 93 objects/s recovering 2024-09-13T14:53:56.492 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:56.515 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:56.516 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:56.516 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:56.617 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:56.643 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:56.644 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:56.644 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:56.697 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:53:56.697 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:53:56.697 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:53:56.697 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:53:56.697 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:53:56.698 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:53:56.698 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:53:56.698 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:53:56.698 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:53:56.698 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:53:56.708 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:53:56.709 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:53:56.725 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T14:53:56.726 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T14:53:56.742 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:53:56.742 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:53:56.745 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:53:56.769 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:56.770 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:56.770 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:53:56.871 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:53:56.894 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:56.894 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:56.895 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:53:56.995 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:53:57.021 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:57.021 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:57.022 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:53:57.122 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:53:57.144 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:57.145 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:57.145 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:53:57.246 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:53:57.269 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:57.269 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:57.270 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:53:57.371 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:57.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:57 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/916025305' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:53:57.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:57 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/916025305' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:53:57.392 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:57.393 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:57.393 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:57.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:57 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/916025305' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:53:57.494 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:53:57.517 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:57.518 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:57.518 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:53:57.619 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:53:57.641 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:57.642 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:57.643 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:53:57.743 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:57.766 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:57.767 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:57.767 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:57.868 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:53:57.891 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:57.892 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:57.892 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:53:57.993 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:53:58.018 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:58.020 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:58.020 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:53:58.121 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:53:58.144 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:58.145 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:58.145 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:53:58.246 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:58.268 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:58.269 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:58.269 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:58.370 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:53:58.393 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:58.394 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:58.394 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:53:58.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:58 smithi104 ceph-mon[105578]: pgmap v1718: 99 pgs: 1 active+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 85 active+clean; 6.4 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 138 op/s; 75877/316032 objects degraded (24.009%); 26127/316032 objects misplaced (8.267%); 6.2 MiB/s, 98 objects/s recovering 2024-09-13T14:53:58.495 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:58.518 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:58.518 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:58.519 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:58.620 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:53:58.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:58 smithi071 ceph-mon[107477]: pgmap v1718: 99 pgs: 1 active+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 85 active+clean; 6.4 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 138 op/s; 75877/316032 objects degraded (24.009%); 26127/316032 objects misplaced (8.267%); 6.2 MiB/s, 98 objects/s recovering 2024-09-13T14:53:58.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:58 smithi071 ceph-mon[112785]: pgmap v1718: 99 pgs: 1 active+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 85 active+clean; 6.4 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 138 op/s; 75877/316032 objects degraded (24.009%); 26127/316032 objects misplaced (8.267%); 6.2 MiB/s, 98 objects/s recovering 2024-09-13T14:53:58.642 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:58.642 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:58.643 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:53:58.744 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:53:58.766 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:58.767 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:58.767 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:53:58.868 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:53:58.892 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:58.892 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:58.893 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:53:58.993 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:59.015 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:59.015 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:59.016 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:59.117 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:53:59.140 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:59.141 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:59.142 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:53:59.242 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:53:59.269 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:59.269 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:59.269 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:53:59.370 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:59.392 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:59.393 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:59.393 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:59.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:53:59 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 75877/316032 objects degraded (24.009%), 13 pgs degraded, 6 pgs undersized (PG_DEGRADED) 2024-09-13T14:53:59.492 INFO:tasks.thrashosds.thrasher:in_osds: [0, 1, 5, 6, 3, 7] out_osds: [4, 2] dead_osds: [] live_osds: [0, 1, 2, 3, 4, 5, 7, 6] 2024-09-13T14:53:59.492 INFO:tasks.thrashosds.thrasher:choose_action: min_in 4 min_out 0 min_live 2 min_dead 0 chance_down 0.40 2024-09-13T14:53:59.493 INFO:tasks.thrashosds.thrasher:Growing pool unique_pool_3 2024-09-13T14:53:59.493 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-13T14:53:59.494 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:53:59.516 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:59.517 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:53:59 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 75877/316032 objects degraded (24.009%), 13 pgs degraded, 6 pgs undersized (PG_DEGRADED) 2024-09-13T14:53:59.517 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:53:59 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 75877/316032 objects degraded (24.009%), 13 pgs degraded, 6 pgs undersized (PG_DEGRADED) 2024-09-13T14:53:59.517 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:59.518 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:53:59.619 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:53:59.642 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:59.642 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:59.643 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:53:59.744 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:53:59.766 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:53:59.768 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:59.769 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:53:59.869 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:53:59.893 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:53:59.894 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:53:59.895 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:53:59.996 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:00.017 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:00.018 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:00.018 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:00.119 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:54:00.146 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:00.146 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:00.147 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:54:00.248 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:00.271 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:00.272 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:00.272 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:00.373 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:00.397 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:00.398 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:00.398 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:00.499 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:54:00.523 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:00.523 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:00.524 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:54:00.624 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:54:00.646 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:00.647 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:00.647 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:54:00.748 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:00.769 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:00.769 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:00.770 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:00.824 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:00 smithi071 ceph-mon[107477]: pgmap v1719: 99 pgs: 1 active+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 85 active+clean; 6.4 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 121 op/s; 75842/315930 objects degraded (24.006%); 26092/315930 objects misplaced (8.259%); 5.5 MiB/s, 88 objects/s recovering 2024-09-13T14:54:00.824 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:00 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:54:00.824 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:00 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:54:00.824 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:00 smithi071 ceph-mon[112785]: pgmap v1719: 99 pgs: 1 active+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 85 active+clean; 6.4 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 121 op/s; 75842/315930 objects degraded (24.006%); 26092/315930 objects misplaced (8.259%); 5.5 MiB/s, 88 objects/s recovering 2024-09-13T14:54:00.824 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:00 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:54:00.824 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:00 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:54:00.871 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:54:00.893 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:00.894 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:00.895 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:54:00.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:00 smithi104 ceph-mon[105578]: pgmap v1719: 99 pgs: 1 active+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 85 active+clean; 6.4 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 121 op/s; 75842/315930 objects degraded (24.006%); 26092/315930 objects misplaced (8.259%); 5.5 MiB/s, 88 objects/s recovering 2024-09-13T14:54:00.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:00 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:54:00.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:00 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:54:00.995 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:01.017 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:01.017 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:01.017 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:01.118 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:01.141 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:01.141 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:01.142 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:01.243 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:01.264 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:01.265 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:01.265 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:01.366 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:54:01.389 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:01.389 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:01.390 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:54:01.490 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:54:01.515 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:01.515 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:01.515 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:54:01.616 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:54:01.639 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:01.640 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:01.640 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:54:01.741 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:54:01.765 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:01.765 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:01.766 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:54:01.867 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:01.890 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:01.890 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:01.891 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:01.992 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:02.013 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:02.014 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:02.014 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:02.116 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:54:02.137 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:02.138 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:02.138 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:54:02.239 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:54:02.261 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:02.262 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:02.262 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:54:02.363 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:02.387 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:02.387 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:02.388 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:02.488 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:02.511 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:02.512 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:02.512 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:02.613 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:02.635 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:02.636 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:02.637 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:02.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:02 smithi071 ceph-mon[107477]: pgmap v1720: 99 pgs: 1 active+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 85 active+clean; 6.4 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 147 op/s; 75071/314646 objects degraded (23.859%); 26039/314646 objects misplaced (8.276%); 8.2 MiB/s, 131 objects/s recovering 2024-09-13T14:54:02.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:02 smithi071 ceph-mon[112785]: pgmap v1720: 99 pgs: 1 active+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 85 active+clean; 6.4 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 147 op/s; 75071/314646 objects degraded (23.859%); 26039/314646 objects misplaced (8.276%); 8.2 MiB/s, 131 objects/s recovering 2024-09-13T14:54:02.737 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:54:02.759 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:02.760 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:02.760 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:54:02.846 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:54:02.846 INFO:teuthology.orchestra.run.smithi071.stdout: "ops": [], 2024-09-13T14:54:02.846 INFO:teuthology.orchestra.run.smithi071.stdout: "complaint_time": 30, 2024-09-13T14:54:02.846 INFO:teuthology.orchestra.run.smithi071.stdout: "num_blocked_ops": 0 2024-09-13T14:54:02.846 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:54:02.860 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:54:02.884 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:02.884 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:02.885 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:54:02.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:02 smithi104 ceph-mon[105578]: pgmap v1720: 99 pgs: 1 active+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 85 active+clean; 6.4 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 147 op/s; 75071/314646 objects degraded (23.859%); 26039/314646 objects misplaced (8.276%); 8.2 MiB/s, 131 objects/s recovering 2024-09-13T14:54:02.986 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:54:03.011 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:03.011 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:03.012 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:54:03.112 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:54:03.134 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:03.134 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:03.135 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:54:03.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:54:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:54:02] "GET /metrics HTTP/1.1" 200 36671 "" "Prometheus/2.51.0" 2024-09-13T14:54:03.235 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:54:03.258 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:03.258 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:03.259 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:54:03.359 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:03.382 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:03.382 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:03.383 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:03.483 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:54:03.507 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:03.507 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:03.508 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:54:03.609 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:54:03.631 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:03.632 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:03.632 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:54:03.733 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:54:03.755 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:03.756 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:03.757 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:54:03.857 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:54:03.879 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:03.879 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:03.880 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:54:03.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:03 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 75071/314646 objects degraded (23.859%), 13 pgs degraded, 6 pgs undersized (PG_DEGRADED) 2024-09-13T14:54:03.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:03 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 75071/314646 objects degraded (23.859%), 13 pgs degraded, 6 pgs undersized (PG_DEGRADED) 2024-09-13T14:54:03.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:03 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 75071/314646 objects degraded (23.859%), 13 pgs degraded, 6 pgs undersized (PG_DEGRADED) 2024-09-13T14:54:03.981 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:03.997 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=false 2024-09-13T14:54:04.003 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:04.003 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:04.004 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:04.104 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:54:04.126 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:04.127 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:04.127 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:54:04.228 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:04.251 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:04.251 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:04.252 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:04.353 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:54:04.377 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:04.377 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:04.377 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:54:04.478 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:04.501 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:04.501 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:04.502 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:04.603 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:04.629 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:04.630 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:04.630 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:04.731 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:04.753 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:04.753 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:04.754 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:04.855 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:04.878 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:04.878 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:04.879 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:04.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:04 smithi071 ceph-mon[107477]: pgmap v1721: 99 pgs: 1 active+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 85 active+clean; 6.4 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 122 op/s; 74909/313875 objects degraded (23.866%); 25912/313875 objects misplaced (8.256%); 5.9 MiB/s, 95 objects/s recovering 2024-09-13T14:54:04.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:04 smithi071 ceph-mon[112785]: pgmap v1721: 99 pgs: 1 active+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 85 active+clean; 6.4 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 122 op/s; 74909/313875 objects degraded (23.866%); 25912/313875 objects misplaced (8.256%); 5.9 MiB/s, 95 objects/s recovering 2024-09-13T14:54:04.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:04 smithi104 ceph-mon[105578]: pgmap v1721: 99 pgs: 1 active+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 85 active+clean; 6.4 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 122 op/s; 74909/313875 objects degraded (23.866%); 25912/313875 objects misplaced (8.256%); 5.9 MiB/s, 95 objects/s recovering 2024-09-13T14:54:04.979 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:05.003 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:05.003 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:05.003 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:05.010 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.2 dump_historic_ops 2024-09-13T14:54:05.105 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:05.129 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:05.165 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:05.165 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:05.266 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:05.289 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:05.289 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:05.289 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:05.390 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:05.415 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:05.416 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:05.416 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:05.517 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:05.542 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:05.542 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:05.543 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:05.630 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:54:05.644 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:05.671 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:05.671 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:05.672 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:05.773 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:05.794 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:05.795 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:05.795 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:05.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:05 smithi071 ceph-mon[107477]: pgmap v1722: 99 pgs: 1 active+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 85 active+clean; 6.4 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 116 op/s; 74804/313308 objects degraded (23.876%); 25875/313308 objects misplaced (8.259%); 5.8 MiB/s, 93 objects/s recovering 2024-09-13T14:54:05.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:05 smithi071 ceph-mon[112785]: pgmap v1722: 99 pgs: 1 active+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 85 active+clean; 6.4 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 116 op/s; 74804/313308 objects degraded (23.876%); 25875/313308 objects misplaced (8.259%); 5.8 MiB/s, 93 objects/s recovering 2024-09-13T14:54:05.897 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:05.919 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:05.919 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:05.920 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:05.921 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:05 smithi104 ceph-mon[105578]: pgmap v1722: 99 pgs: 1 active+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 85 active+clean; 6.4 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 116 op/s; 74804/313308 objects degraded (23.876%); 25875/313308 objects misplaced (8.259%); 5.8 MiB/s, 93 objects/s recovering 2024-09-13T14:54:06.020 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:54:06.045 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:06.046 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:06.046 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:54:06.147 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:54:06.170 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:06.171 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:06.171 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:54:06.272 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:06.295 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:06.295 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:06.296 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:06.397 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:54:06.425 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:06.425 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:06.426 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:54:06.527 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:06.549 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:06.549 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:06.550 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:06.651 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:54:06.675 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:06.675 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:06.675 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:54:06.776 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:06.800 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:06.801 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:06.801 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:06.902 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:54:06.928 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:06.928 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:06.929 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:54:07.030 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:07.051 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:07.052 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:07.053 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:07.153 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:54:07.177 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:07.178 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:07.178 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:54:07.279 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:54:07.302 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:07.302 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:07.303 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:54:07.404 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:54:07.426 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:07.427 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:07.427 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:54:07.528 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:07.550 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:07.551 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:07.551 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:07.652 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:54:07.674 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:07.675 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:07.676 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:54:07.777 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:54:07.801 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:07.802 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:07.802 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:54:07.903 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:54:07.927 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:07.928 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:07.928 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:54:08.029 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:08.051 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:08.052 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:08.052 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:08.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:07 smithi071 ceph-mon[107477]: pgmap v1723: 99 pgs: 1 active+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 85 active+clean; 6.4 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 126 op/s; 74042/312468 objects degraded (23.696%); 25821/312468 objects misplaced (8.264%); 9.1 MiB/s, 145 objects/s recovering 2024-09-13T14:54:08.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:07 smithi071 ceph-mon[112785]: pgmap v1723: 99 pgs: 1 active+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 85 active+clean; 6.4 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 126 op/s; 74042/312468 objects degraded (23.696%); 25821/312468 objects misplaced (8.264%); 9.1 MiB/s, 145 objects/s recovering 2024-09-13T14:54:08.153 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:54:08.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:07 smithi104 ceph-mon[105578]: pgmap v1723: 99 pgs: 1 active+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 85 active+clean; 6.4 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 126 op/s; 74042/312468 objects degraded (23.696%); 25821/312468 objects misplaced (8.264%); 9.1 MiB/s, 145 objects/s recovering 2024-09-13T14:54:08.178 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:08.179 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:08.179 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:54:08.280 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:08.301 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:08.302 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:08.302 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:08.403 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:08.425 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:08.426 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:08.426 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:08.527 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:54:08.552 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:08.553 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:08.553 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:54:08.654 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:54:08.675 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:08.676 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:08.677 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:54:08.777 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:08.801 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:08.802 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:08.802 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:08.903 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:54:08.924 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:08.925 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:08.925 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:54:09.026 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:54:09.047 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:09.048 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:09.048 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:54:09.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:08 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 74042/312468 objects degraded (23.696%), 13 pgs degraded, 6 pgs undersized (PG_DEGRADED) 2024-09-13T14:54:09.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:08 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:54:09.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:08 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:54:09.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:08 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 74042/312468 objects degraded (23.696%), 13 pgs degraded, 6 pgs undersized (PG_DEGRADED) 2024-09-13T14:54:09.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:08 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:54:09.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:08 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:54:09.149 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:09.170 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:09.170 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:09.171 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:09.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:08 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 74042/312468 objects degraded (23.696%), 13 pgs degraded, 6 pgs undersized (PG_DEGRADED) 2024-09-13T14:54:09.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:08 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:54:09.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:08 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:54:09.271 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:54:09.294 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:09.297 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:09.297 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:54:09.398 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:09.422 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:09.422 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:09.422 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:09.523 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:54:09.545 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:09.546 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:09.546 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:54:09.647 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:09.669 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:09.669 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:09.670 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:09.771 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:54:09.793 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:09.793 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:09.794 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:54:09.894 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:09.919 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:09.919 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:09.920 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:10.005 INFO:teuthology.orchestra.run.smithi071.stderr:nodeep-scrub is set 2024-09-13T14:54:10.021 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:54:10.044 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:10.045 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:10.045 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:54:10.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:09 smithi071 ceph-mon[107477]: pgmap v1724: 99 pgs: 1 active+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 85 active+clean; 6.4 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 101 op/s; 74006/312366 objects degraded (23.692%); 25788/312366 objects misplaced (8.256%); 6.7 MiB/s, 107 objects/s recovering 2024-09-13T14:54:10.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:09 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2408640338' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:54:10.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:09 smithi071 ceph-mon[112785]: pgmap v1724: 99 pgs: 1 active+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 85 active+clean; 6.4 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 101 op/s; 74006/312366 objects degraded (23.692%); 25788/312366 objects misplaced (8.256%); 6.7 MiB/s, 107 objects/s recovering 2024-09-13T14:54:10.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:09 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2408640338' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:54:10.145 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:10.167 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:10.168 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:10.168 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:10.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:09 smithi104 ceph-mon[105578]: pgmap v1724: 99 pgs: 1 active+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 85 active+clean; 6.4 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 101 op/s; 74006/312366 objects degraded (23.692%); 25788/312366 objects misplaced (8.256%); 6.7 MiB/s, 107 objects/s recovering 2024-09-13T14:54:10.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:09 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2408640338' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:54:10.229 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:54:10.270 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:10.295 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:10.295 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:10.296 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:10.397 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:10.420 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:10.421 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:10.421 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:10.522 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:10.545 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:10.546 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:10.546 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:10.647 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:54:10.671 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:10.672 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:10.673 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:54:10.773 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:54:10.799 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:10.799 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:10.800 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:54:10.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:10 smithi071 ceph-mon[107477]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:54:10.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:10 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2408640338' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T14:54:10.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:10 smithi071 ceph-mon[107477]: osdmap e1241: 8 total, 8 up, 6 in 2024-09-13T14:54:10.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:10 smithi071 ceph-mon[112785]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:54:10.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:10 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2408640338' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T14:54:10.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:10 smithi071 ceph-mon[112785]: osdmap e1241: 8 total, 8 up, 6 in 2024-09-13T14:54:10.901 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:10.924 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:10.924 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:10.925 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:11.026 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:11.049 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:11.049 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:11.050 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:11.151 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:11.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:10 smithi104 ceph-mon[105578]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:54:11.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:10 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2408640338' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T14:54:11.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:10 smithi104 ceph-mon[105578]: osdmap e1241: 8 total, 8 up, 6 in 2024-09-13T14:54:11.172 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:11.173 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:11.173 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:11.275 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:11.296 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:11.297 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:11.297 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:11.398 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:11.421 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:11.422 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:11.422 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:11.523 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:54:11.547 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:11.548 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:11.548 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:54:11.649 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:11.670 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:11.671 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:11.672 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:11.772 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:11.795 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:11.795 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:11.796 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:11.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:11 smithi071 ceph-mon[107477]: pgmap v1726: 99 pgs: 1 active+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 85 active+clean; 6.3 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 108 op/s; 73073/311376 objects degraded (23.468%); 25761/311376 objects misplaced (8.273%); 9.2 MiB/s, 147 objects/s recovering 2024-09-13T14:54:11.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:11 smithi071 ceph-mon[112785]: pgmap v1726: 99 pgs: 1 active+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 85 active+clean; 6.3 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 108 op/s; 73073/311376 objects degraded (23.468%); 25761/311376 objects misplaced (8.273%); 9.2 MiB/s, 147 objects/s recovering 2024-09-13T14:54:11.897 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:54:11.919 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:11.919 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:11.919 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:54:12.020 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:12.043 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:12.043 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:12.043 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:12.144 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:12.167 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:12.168 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:12.168 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:12.171 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:11 smithi104 ceph-mon[105578]: pgmap v1726: 99 pgs: 1 active+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 85 active+clean; 6.3 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 108 op/s; 73073/311376 objects degraded (23.468%); 25761/311376 objects misplaced (8.273%); 9.2 MiB/s, 147 objects/s recovering 2024-09-13T14:54:12.269 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:12.291 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:12.292 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:12.292 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:12.393 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:12.416 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:12.416 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:12.417 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:12.518 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:12.544 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:12.545 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:12.546 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:12.646 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:12.676 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:12.676 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:12.677 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:12.777 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:12.801 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:12.802 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:12.803 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:12.891 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:54:12 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:54:12] "GET /metrics HTTP/1.1" 200 36671 "" "Prometheus/2.51.0" 2024-09-13T14:54:12.903 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:54:12.925 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:12.925 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:12.926 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:54:13.027 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:13.049 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:13.050 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:13.050 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:13.151 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:13.177 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:13.177 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:13.177 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:13.270 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd unset noscrub 2024-09-13T14:54:13.278 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:54:13.340 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:13.340 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:13.340 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:54:13.441 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:54:13.463 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:13.463 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:13.464 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:54:13.565 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:54:13.586 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:13.587 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:13.587 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:54:13.689 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:13.713 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:13.714 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:13.714 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:13.815 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:13.829 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:54:13.841 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:13.842 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:13.842 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:13.943 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:13.966 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:13.967 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:13.967 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:14.068 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:54:14.090 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:14.090 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:14.091 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:54:14.111 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:13 smithi071 ceph-mon[107477]: pgmap v1727: 99 pgs: 1 active+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 85 active+clean; 6.3 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 106 op/s; 72936/310692 objects degraded (23.475%); 25642/310692 objects misplaced (8.253%); 9.2 MiB/s, 147 objects/s recovering 2024-09-13T14:54:14.111 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:54:14.111 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:13 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 72936/310692 objects degraded (23.475%), 13 pgs degraded, 6 pgs undersized (PG_DEGRADED) 2024-09-13T14:54:14.112 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:54:14.112 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:54:14.112 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:13 smithi071 ceph-mon[112785]: pgmap v1727: 99 pgs: 1 active+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 85 active+clean; 6.3 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 106 op/s; 72936/310692 objects degraded (23.475%); 25642/310692 objects misplaced (8.253%); 9.2 MiB/s, 147 objects/s recovering 2024-09-13T14:54:14.112 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:54:14.112 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:13 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 72936/310692 objects degraded (23.475%), 13 pgs degraded, 6 pgs undersized (PG_DEGRADED) 2024-09-13T14:54:14.112 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:54:14.112 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:54:14.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:13 smithi104 ceph-mon[105578]: pgmap v1727: 99 pgs: 1 active+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 85 active+clean; 6.3 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 106 op/s; 72936/310692 objects degraded (23.475%); 25642/310692 objects misplaced (8.253%); 9.2 MiB/s, 147 objects/s recovering 2024-09-13T14:54:14.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:13 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:54:14.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:13 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 72936/310692 objects degraded (23.475%), 13 pgs degraded, 6 pgs undersized (PG_DEGRADED) 2024-09-13T14:54:14.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:13 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:54:14.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:13 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:54:14.192 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:14.215 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:14.216 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:14.216 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:14.317 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:14.340 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:14.341 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:14.342 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:14.442 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:54:14.464 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:14.465 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:14.466 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:54:14.566 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:54:14.594 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:14.595 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:14.595 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:54:14.696 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:14.719 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:14.720 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:14.720 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:14.800 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:54:14.802 INFO:teuthology.orchestra.run.smithi071.stderr:dumped all 2024-09-13T14:54:14.825 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:14.847 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:14.848 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:14.849 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:14.949 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:54:14.972 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:14.973 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:14.973 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:54:15.074 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:15.096 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:15.096 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:15.096 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:15.139 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:14 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:54:15.139 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:14 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:54:15.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:14 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:54:15.197 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:54:15.221 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:15.221 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:15.221 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:54:15.322 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:15.344 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:15.344 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:15.345 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:15.446 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:54:15.470 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:15.470 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:15.471 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:54:15.572 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:54:15.595 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:15.595 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:15.596 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:54:15.697 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:54:15.722 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:15.723 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:15.724 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:54:15.824 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:15.849 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:15.850 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:15.851 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:15.865 INFO:teuthology.orchestra.run.smithi071.stdout:{"pg_ready":true,"pg_map":{"version":1728,"stamp":"2024-09-13T14:54:14.754768+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":6774003709,"num_objects":103381,"num_object_clones":0,"num_object_copies":310143,"num_objects_missing_on_primary":5153,"num_objects_missing":5153,"num_objects_degraded":72824,"num_objects_misplaced":25606,"num_objects_unfound":0,"num_objects_dirty":103381,"num_whiteouts":0,"num_read":1,"num_read_kb":1,"num_write":139301,"num_write_kb":7762914,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":13193,"num_bytes_recovered":861154772,"num_keys_recovered":20,"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":100309,"ondisk_log_size":100309,"up":297,"acting":284,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":305,"num_osds":6,"num_per_pool_osds":6,"num_per_pool_omap_osds":6,"kb":562470912,"kb_used":19239320,"kb_used_data":16374944,"kb_used_omap":203,"kb_used_meta":2864116,"kb_avail":543231592,"statfs":{"total":575970213888,"available":556269150208,"internally_reserved":0,"allocated":16767942656,"data_stored":16751498815,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":208104,"internal_metadata":2932855576},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[1,0,1,0,0,0,0,2,0,2,3,8,1],"upper_bound":8192},"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":-69140480,"num_objects":-1055,"num_object_clones":0,"num_object_copies":-3165,"num_objects_missing_on_primary":-68,"num_objects_missing":-68,"num_objects_degraded":-1980,"num_objects_misplaced":-269,"num_objects_unfound":0,"num_objects_dirty":-1055,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1055,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":1476,"num_bytes_recovered":96731136,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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.002893"},"pg_stats":[{"pgid":"4.14","version":"0'0","reported_seq":285,"reported_epoch":1241,"state":"active+clean","last_fresh":"2024-09-13T14:54:09.846706+0000","last_change":"2024-09-13T14:53:15.983925+0000","last_active":"2024-09-13T14:54:09.846706+0000","last_peered":"2024-09-13T14:54:09.846706+0000","last_clean":"2024-09-13T14:54:09.846706+0000","last_became_active":"2024-09-13T14:53:15.983577+0000","last_became_peered":"2024-09-13T14:53:15.983577+0000","last_unstale":"2024-09-13T14:54:09.846706+0000","last_undegraded":"2024-09-13T14:54:09.846706+0000","last_fullsized":"2024-09-13T14:54:09.846706+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:47:03.467240+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.13","version":"70'2","reported_seq":27,"reported_epoch":1240,"state":"active+clean","last_fresh":"2024-09-13T14:53:47.164204+0000","last_change":"2024-09-13T14:53:16.055787+0000","last_active":"2024-09-13T14:53:47.164204+0000","last_peered":"2024-09-13T14:53:47.164204+0000","last_clean":"2024-09-13T14:53:47.164204+0000","last_became_active":"2024-09-13T14:53:15.974570+0000","last_became_peered":"2024-09-13T14:53:15.974570+0000","last_unstale":"2024-09-13T14:53:47.164204+0000","last_undegraded":"2024-09-13T14:53:47.164204+0000","last_fullsized":"2024-09-13T14:53:47.164204+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T22:28:24.752497+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":4,"num_bytes_recovered":68,"num_keys_recovered":20,"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":"4.15","version":"0'0","reported_seq":1227,"reported_epoch":1240,"state":"active+clean","last_fresh":"2024-09-13T14:53:47.154666+0000","last_change":"2024-09-13T14:53:15.968647+0000","last_active":"2024-09-13T14:53:47.154666+0000","last_peered":"2024-09-13T14:53:47.154666+0000","last_clean":"2024-09-13T14:53:47.154666+0000","last_became_active":"2024-09-13T14:53:15.968271+0000","last_became_peered":"2024-09-13T14:53:15.968271+0000","last_unstale":"2024-09-13T14:53:47.154666+0000","last_undegraded":"2024-09-13T14:53:47.154666+0000","last_fullsized":"2024-09-13T14:53:47.154666+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:40:54.186616+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[5,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.12","version":"0'0","reported_seq":1704,"reported_epoch":1241,"state":"active+clean","last_fresh":"2024-09-13T14:54:09.817752+0000","last_change":"2024-09-13T14:53:15.989304+0000","last_active":"2024-09-13T14:54:09.817752+0000","last_peered":"2024-09-13T14:54:09.817752+0000","last_clean":"2024-09-13T14:54:09.817752+0000","last_became_active":"2024-09-13T14:53:15.988472+0000","last_became_peered":"2024-09-13T14:53:15.988472+0000","last_unstale":"2024-09-13T14:54:09.817752+0000","last_undegraded":"2024-09-13T14:54:09.817752+0000","last_fullsized":"2024-09-13T14:54:09.817752+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:44:02.695421+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.16","version":"0'0","reported_seq":1701,"reported_epoch":1241,"state":"active+clean","last_fresh":"2024-09-13T14:54:09.827745+0000","last_change":"2024-09-13T14:53:15.978673+0000","last_active":"2024-09-13T14:54:09.827745+0000","last_peered":"2024-09-13T14:54:09.827745+0000","last_clean":"2024-09-13T14:54:09.827745+0000","last_became_active":"2024-09-13T14:53:15.977443+0000","last_became_peered":"2024-09-13T14:53:15.977443+0000","last_unstale":"2024-09-13T14:54:09.827745+0000","last_undegraded":"2024-09-13T14:54:09.827745+0000","last_fullsized":"2024-09-13T14:54:09.827745+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:52:50.709751+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[0,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.11","version":"0'0","reported_seq":21,"reported_epoch":1240,"state":"active+clean","last_fresh":"2024-09-13T14:53:47.163220+0000","last_change":"2024-09-13T14:53:15.980372+0000","last_active":"2024-09-13T14:53:47.163220+0000","last_peered":"2024-09-13T14:53:47.163220+0000","last_clean":"2024-09-13T14:53:47.163220+0000","last_became_active":"2024-09-13T14:53:15.980031+0000","last_became_peered":"2024-09-13T14:53:15.980031+0000","last_unstale":"2024-09-13T14:53:47.163220+0000","last_undegraded":"2024-09-13T14:53:47.163220+0000","last_fullsized":"2024-09-13T14:53:47.163220+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:10:52.194347+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.17","version":"0'0","reported_seq":21,"reported_epoch":1240,"state":"active+clean","last_fresh":"2024-09-13T14:53:47.163721+0000","last_change":"2024-09-13T14:53:15.982134+0000","last_active":"2024-09-13T14:53:47.163721+0000","last_peered":"2024-09-13T14:53:47.163721+0000","last_clean":"2024-09-13T14:53:47.163721+0000","last_became_active":"2024-09-13T14:53:15.980447+0000","last_became_peered":"2024-09-13T14:53:15.980447+0000","last_unstale":"2024-09-13T14:53:47.163721+0000","last_undegraded":"2024-09-13T14:53:47.163721+0000","last_fullsized":"2024-09-13T14:53:47.163721+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:44:45.942344+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[7,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.10","version":"70'8","reported_seq":1077,"reported_epoch":1240,"state":"active+clean","last_fresh":"2024-09-13T14:53:47.151981+0000","last_change":"2024-09-13T14:52:34.223782+0000","last_active":"2024-09-13T14:53:47.151981+0000","last_peered":"2024-09-13T14:53:47.151981+0000","last_clean":"2024-09-13T14:53:47.151981+0000","last_became_active":"2024-09-13T14:52:34.222944+0000","last_became_peered":"2024-09-13T14:52:34.222944+0000","last_unstale":"2024-09-13T14:53:47.151981+0000","last_undegraded":"2024-09-13T14:53:47.151981+0000","last_fullsized":"2024-09-13T14:53:47.151981+0000","mapping_epoch":1223,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1224,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T21:56:52.446948+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":[6,5,3],"acting":[6,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"8.4","version":"1241'8741","reported_seq":8810,"reported_epoch":1241,"state":"active+undersized+degraded+remapped+backfill_wait","last_fresh":"2024-09-13T14:54:10.940983+0000","last_change":"2024-09-13T14:53:16.003843+0000","last_active":"2024-09-13T14:54:10.940983+0000","last_peered":"2024-09-13T14:54:10.940983+0000","last_clean":"2024-09-13T14:51:18.738063+0000","last_became_active":"2024-09-13T14:52:34.351649+0000","last_became_peered":"2024-09-13T14:52:34.351649+0000","last_unstale":"2024-09-13T14:54:10.940983+0000","last_undegraded":"2024-09-13T14:52:34.205481+0000","last_fullsized":"2024-09-13T14:52:34.185520+0000","mapping_epoch":1223,"log_start":"1213'3100","ondisk_log_start":"1213'3100","created":1207,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":5641,"log_dups_size":0,"ondisk_log_size":5641,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:27:50.668485+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":423952384,"num_objects":6469,"num_object_clones":0,"num_object_copies":19407,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":6463,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6469,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":8741,"num_write_kb":486720,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":8,"num_bytes_recovered":524288,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[5,3],"avail_no_missing":["5","3"],"object_location_counts":[{"shards":"3,5","objects":6469}],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.f","version":"70'1","reported_seq":25,"reported_epoch":1240,"state":"active+clean","last_fresh":"2024-09-13T14:53:47.163796+0000","last_change":"2024-09-13T14:53:16.087471+0000","last_active":"2024-09-13T14:53:47.163796+0000","last_peered":"2024-09-13T14:53:47.163796+0000","last_clean":"2024-09-13T14:53:47.163796+0000","last_became_active":"2024-09-13T14:53:15.981930+0000","last_became_peered":"2024-09-13T14:53:15.981930+0000","last_unstale":"2024-09-13T14:53:47.163796+0000","last_undegraded":"2024-09-13T14:53:47.163796+0000","last_fullsized":"2024-09-13T14:53:47.163796+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T22:47:56.249925+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":3,"num_bytes_recovered":66,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[7,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.8","version":"0'0","reported_seq":1202,"reported_epoch":1241,"state":"active+clean","last_fresh":"2024-09-13T14:54:09.812507+0000","last_change":"2024-09-13T14:53:15.959698+0000","last_active":"2024-09-13T14:54:09.812507+0000","last_peered":"2024-09-13T14:54:09.812507+0000","last_clean":"2024-09-13T14:54:09.812507+0000","last_became_active":"2024-09-13T14:53:15.959157+0000","last_became_peered":"2024-09-13T14:53:15.959157+0000","last_unstale":"2024-09-13T14:54:09.812507+0000","last_undegraded":"2024-09-13T14:54:09.812507+0000","last_fullsized":"2024-09-13T14:54:09.812507+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:31:24.198620+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"8.5","version":"1241'8628","reported_seq":11101,"reported_epoch":1241,"state":"active+recovering+undersized+degraded+remapped","last_fresh":"2024-09-13T14:54:12.558143+0000","last_change":"2024-09-13T14:53:37.474087+0000","last_active":"2024-09-13T14:54:12.558143+0000","last_peered":"2024-09-13T14:54:12.558143+0000","last_clean":"2024-09-13T14:51:18.738063+0000","last_became_active":"2024-09-13T14:53:36.506413+0000","last_became_peered":"2024-09-13T14:53:36.506413+0000","last_unstale":"2024-09-13T14:54:12.558143+0000","last_undegraded":"2024-09-13T14:53:30.794277+0000","last_fullsized":"2024-09-13T14:53:16.943600+0000","mapping_epoch":1231,"log_start":"1217'3526","ondisk_log_start":"1217'3526","created":1207,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":5102,"log_dups_size":0,"ondisk_log_size":5102,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:39:24.479763+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":419037184,"num_objects":6394,"num_object_clones":0,"num_object_copies":19182,"num_objects_missing_on_primary":5153,"num_objects_missing":5153,"num_objects_degraded":5313,"num_objects_misplaced":6394,"num_objects_unfound":0,"num_objects_dirty":6394,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":8628,"num_write_kb":480704,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":1118,"num_bytes_recovered":73203712,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[6,0],"avail_no_missing":["0","1"],"object_location_counts":[{"shards":"0,1","objects":5153},{"shards":"0,1,6","objects":1241},{"shards":"0,6","objects":-160}],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.e","version":"70'2","reported_seq":25,"reported_epoch":1240,"state":"active+clean","last_fresh":"2024-09-13T14:53:47.163655+0000","last_change":"2024-09-13T14:53:16.060403+0000","last_active":"2024-09-13T14:53:47.163655+0000","last_peered":"2024-09-13T14:53:47.163655+0000","last_clean":"2024-09-13T14:53:47.163655+0000","last_became_active":"2024-09-13T14:53:15.976978+0000","last_became_peered":"2024-09-13T14:53:15.976978+0000","last_unstale":"2024-09-13T14:53:47.163655+0000","last_undegraded":"2024-09-13T14:53:47.163655+0000","last_fullsized":"2024-09-13T14:53:47.163655+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T00:32:46.715748+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":2,"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,1,5],"acting":[7,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.9","version":"0'0","reported_seq":1251,"reported_epoch":1240,"state":"active+clean","last_fresh":"2024-09-13T14:53:47.152127+0000","last_change":"2024-09-13T14:52:54.841268+0000","last_active":"2024-09-13T14:53:47.152127+0000","last_peered":"2024-09-13T14:53:47.152127+0000","last_clean":"2024-09-13T14:53:47.152127+0000","last_became_active":"2024-09-13T14:52:54.841054+0000","last_became_peered":"2024-09-13T14:52:54.841054+0000","last_unstale":"2024-09-13T14:53:47.152127+0000","last_undegraded":"2024-09-13T14:53:47.152127+0000","last_fullsized":"2024-09-13T14:53:47.152127+0000","mapping_epoch":1226,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1227,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:02:01.313945+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1,0],"acting":[6,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"8.6","version":"1241'8666","reported_seq":9658,"reported_epoch":1241,"state":"active+recovery_wait+undersized+degraded+remapped","last_fresh":"2024-09-13T14:54:10.275071+0000","last_change":"2024-09-13T14:53:17.317921+0000","last_active":"2024-09-13T14:54:10.275071+0000","last_peered":"2024-09-13T14:54:10.275071+0000","last_clean":"2024-09-13T14:51:18.738063+0000","last_became_active":"2024-09-13T14:53:17.250029+0000","last_became_peered":"2024-09-13T14:53:17.250029+0000","last_unstale":"2024-09-13T14:54:10.275071+0000","last_undegraded":"2024-09-13T14:53:17.164718+0000","last_fullsized":"2024-09-13T14:53:16.944009+0000","mapping_epoch":1231,"log_start":"0'0","ondisk_log_start":"0'0","created":1207,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":8666,"log_dups_size":0,"ondisk_log_size":8666,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"no scrub is scheduled","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":426246144,"num_objects":6504,"num_object_clones":0,"num_object_copies":19512,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":13297,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6504,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":8666,"num_write_kb":485440,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":304,"num_bytes_recovered":19857408,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6,7],"acting":[0,6],"avail_no_missing":["0","3"],"object_location_counts":[{"shards":"0,3","objects":5233},{"shards":"0,3,6","objects":1271}],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.d","version":"70'1","reported_seq":25,"reported_epoch":1240,"state":"active+clean","last_fresh":"2024-09-13T14:53:47.169969+0000","last_change":"2024-09-13T14:53:16.092096+0000","last_active":"2024-09-13T14:53:47.169969+0000","last_peered":"2024-09-13T14:53:47.169969+0000","last_clean":"2024-09-13T14:53:47.169969+0000","last_became_active":"2024-09-13T14:53:16.050041+0000","last_became_peered":"2024-09-13T14:53:16.050041+0000","last_unstale":"2024-09-13T14:53:47.169969+0000","last_undegraded":"2024-09-13T14:53:47.169969+0000","last_fullsized":"2024-09-13T14:53:47.169969+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T14:40:22.282012+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":1,"num_bytes_recovered":70,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.a","version":"0'0","reported_seq":1112,"reported_epoch":1240,"state":"active+clean","last_fresh":"2024-09-13T14:53:47.152597+0000","last_change":"2024-09-13T14:53:15.955062+0000","last_active":"2024-09-13T14:53:47.152597+0000","last_peered":"2024-09-13T14:53:47.152597+0000","last_clean":"2024-09-13T14:53:47.152597+0000","last_became_active":"2024-09-13T14:53:15.954720+0000","last_became_peered":"2024-09-13T14:53:15.954720+0000","last_unstale":"2024-09-13T14:53:47.152597+0000","last_undegraded":"2024-09-13T14:53:47.152597+0000","last_fullsized":"2024-09-13T14:53:47.152597+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:10:24.834172+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[6,5,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"8.7","version":"1241'8747","reported_seq":8831,"reported_epoch":1241,"state":"active+undersized+degraded+remapped+backfill_wait","last_fresh":"2024-09-13T14:54:13.724773+0000","last_change":"2024-09-13T14:53:16.103898+0000","last_active":"2024-09-13T14:54:13.724773+0000","last_peered":"2024-09-13T14:54:13.724773+0000","last_clean":"2024-09-13T14:51:18.738063+0000","last_became_active":"2024-09-13T14:52:55.828038+0000","last_became_peered":"2024-09-13T14:52:55.828038+0000","last_unstale":"2024-09-13T14:54:13.724773+0000","last_undegraded":"2024-09-13T14:52:55.824943+0000","last_fullsized":"2024-09-13T14:52:55.824785+0000","mapping_epoch":1227,"log_start":"1215'3400","ondisk_log_start":"1215'3400","created":1207,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":5347,"log_dups_size":0,"ondisk_log_size":5347,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"no scrub is scheduled","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":423297024,"num_objects":6459,"num_object_clones":0,"num_object_copies":19377,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":6459,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6459,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":8747,"num_write_kb":486592,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[3,1],"avail_no_missing":["3","1"],"object_location_counts":[{"shards":"1,3","objects":6459}],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.c","version":"0'0","reported_seq":1215,"reported_epoch":1240,"state":"active+clean","last_fresh":"2024-09-13T14:53:47.154237+0000","last_change":"2024-09-13T14:52:33.204885+0000","last_active":"2024-09-13T14:53:47.154237+0000","last_peered":"2024-09-13T14:53:47.154237+0000","last_clean":"2024-09-13T14:53:47.154237+0000","last_became_active":"2024-09-13T14:52:33.204562+0000","last_became_peered":"2024-09-13T14:52:33.204562+0000","last_unstale":"2024-09-13T14:53:47.154237+0000","last_undegraded":"2024-09-13T14:53:47.154237+0000","last_fullsized":"2024-09-13T14:53:47.154237+0000","mapping_epoch":1222,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1223,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:27:33.024347+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.b","version":"0'0","reported_seq":1688,"reported_epoch":1241,"state":"active+clean","last_fresh":"2024-09-13T14:54:09.816349+0000","last_change":"2024-09-13T14:50:40.382234+0000","last_active":"2024-09-13T14:54:09.816349+0000","last_peered":"2024-09-13T14:54:09.816349+0000","last_clean":"2024-09-13T14:54:09.816349+0000","last_became_active":"2024-09-13T14:50:40.381952+0000","last_became_peered":"2024-09-13T14:50:40.381952+0000","last_unstale":"2024-09-13T14:54:09.816349+0000","last_undegraded":"2024-09-13T14:54:09.816349+0000","last_fullsized":"2024-09-13T14:54:09.816349+0000","mapping_epoch":1197,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1198,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:49:41.110766+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[0,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"1.9","version":"373'149","reported_seq":1581,"reported_epoch":1240,"state":"active+clean","last_fresh":"2024-09-13T14:53:47.163388+0000","last_change":"2024-09-13T14:53:18.978696+0000","last_active":"2024-09-13T14:53:47.163388+0000","last_peered":"2024-09-13T14:53:47.163388+0000","last_clean":"2024-09-13T14:53:47.163388+0000","last_became_active":"2024-09-13T14:53:18.978352+0000","last_became_peered":"2024-09-13T14:53:18.978352+0000","last_unstale":"2024-09-13T14:53:47.163388+0000","last_undegraded":"2024-09-13T14:53:47.163388+0000","last_fullsized":"2024-09-13T14:53:47.163388+0000","mapping_epoch":1233,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1234,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:00.672283+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:00.672283+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:24:44.670923+0000","scrub_duration":8,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"8.0","version":"1241'8915","reported_seq":8995,"reported_epoch":1241,"state":"active+clean","last_fresh":"2024-09-13T14:54:13.721779+0000","last_change":"2024-09-13T14:51:19.764235+0000","last_active":"2024-09-13T14:54:13.721779+0000","last_peered":"2024-09-13T14:54:13.721779+0000","last_clean":"2024-09-13T14:54:13.721779+0000","last_became_active":"2024-09-13T14:51:19.763960+0000","last_became_peered":"2024-09-13T14:51:19.763960+0000","last_unstale":"2024-09-13T14:54:13.721779+0000","last_undegraded":"2024-09-13T14:54:13.721779+0000","last_fullsized":"2024-09-13T14:54:13.721779+0000","mapping_epoch":1207,"log_start":"1213'3200","ondisk_log_start":"1213'3200","created":1207,"last_epoch_clean":1208,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":5715,"log_dups_size":0,"ondisk_log_size":5715,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:55:15.938164+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":435486720,"num_objects":6645,"num_object_clones":0,"num_object_copies":19935,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6645,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":8915,"num_write_kb":497920,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[3,5,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.b","version":"70'2","reported_seq":323,"reported_epoch":1241,"state":"active+clean","last_fresh":"2024-09-13T14:54:09.845961+0000","last_change":"2024-09-13T14:53:16.052627+0000","last_active":"2024-09-13T14:54:09.845961+0000","last_peered":"2024-09-13T14:54:09.845961+0000","last_clean":"2024-09-13T14:54:09.845961+0000","last_became_active":"2024-09-13T14:53:15.989104+0000","last_became_peered":"2024-09-13T14:53:15.989104+0000","last_unstale":"2024-09-13T14:54:09.845961+0000","last_undegraded":"2024-09-13T14:54:09.845961+0000","last_fullsized":"2024-09-13T14:54:09.845961+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T21:52:18.041918+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":7,"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":[3,1,7],"acting":[3,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.c","version":"0'0","reported_seq":1293,"reported_epoch":1241,"state":"active+clean","last_fresh":"2024-09-13T14:54:09.846530+0000","last_change":"2024-09-13T14:52:34.351211+0000","last_active":"2024-09-13T14:54:09.846530+0000","last_peered":"2024-09-13T14:54:09.846530+0000","last_clean":"2024-09-13T14:54:09.846530+0000","last_became_active":"2024-09-13T14:52:34.350885+0000","last_became_peered":"2024-09-13T14:52:34.350885+0000","last_unstale":"2024-09-13T14:54:09.846530+0000","last_undegraded":"2024-09-13T14:54:09.846530+0000","last_fullsized":"2024-09-13T14:54:09.846530+0000","mapping_epoch":1223,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1224,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:16:28.802003+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.8","version":"373'149","reported_seq":1587,"reported_epoch":1241,"state":"active+recovery_wait+undersized+degraded+remapped","last_fresh":"2024-09-13T14:54:09.843987+0000","last_change":"2024-09-13T14:53:16.978610+0000","last_active":"2024-09-13T14:54:09.843987+0000","last_peered":"2024-09-13T14:54:09.843987+0000","last_clean":"2024-09-13T14:52:31.586338+0000","last_became_active":"2024-09-13T14:53:16.978298+0000","last_became_peered":"2024-09-13T14:53:16.978298+0000","last_unstale":"2024-09-13T14:54:09.843987+0000","last_undegraded":"2024-09-13T14:53:16.945338+0000","last_fullsized":"2024-09-13T14:53:16.944608+0000","mapping_epoch":1231,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1224,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:06.782570+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:06.782570+0000","objects_scrubbed":1,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"no scrub is scheduled","scrub_duration":2,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":262688,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":1,"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":[7,6,1],"acting":[1,6],"avail_no_missing":["1","3","6"],"object_location_counts":[{"shards":"1,3,6","objects":1}],"blocked_by":[],"up_primary":7,"acting_primary":1,"purged_snaps":[]},{"pgid":"8.1","version":"1241'8579","reported_seq":8665,"reported_epoch":1241,"state":"active+clean","last_fresh":"2024-09-13T14:54:10.412052+0000","last_change":"2024-09-13T14:52:54.853734+0000","last_active":"2024-09-13T14:54:10.412052+0000","last_peered":"2024-09-13T14:54:10.412052+0000","last_clean":"2024-09-13T14:54:10.412052+0000","last_became_active":"2024-09-13T14:52:54.839575+0000","last_became_peered":"2024-09-13T14:52:54.839575+0000","last_unstale":"2024-09-13T14:54:10.412052+0000","last_undegraded":"2024-09-13T14:54:10.412052+0000","last_fullsized":"2024-09-13T14:54:10.412052+0000","mapping_epoch":1226,"log_start":"1213'3200","ondisk_log_start":"1213'3200","created":1207,"last_epoch_clean":1227,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":5379,"log_dups_size":0,"ondisk_log_size":5379,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:24:27.952678+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":413335552,"num_objects":6307,"num_object_clones":0,"num_object_copies":18921,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6307,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":8579,"num_write_kb":476352,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.a","version":"0'0","reported_seq":1104,"reported_epoch":1240,"state":"active+clean","last_fresh":"2024-09-13T14:53:47.152489+0000","last_change":"2024-09-13T14:52:34.227365+0000","last_active":"2024-09-13T14:53:47.152489+0000","last_peered":"2024-09-13T14:53:47.152489+0000","last_clean":"2024-09-13T14:53:47.152489+0000","last_became_active":"2024-09-13T14:52:34.227000+0000","last_became_peered":"2024-09-13T14:52:34.227000+0000","last_unstale":"2024-09-13T14:53:47.152489+0000","last_undegraded":"2024-09-13T14:53:47.152489+0000","last_fullsized":"2024-09-13T14:53:47.152489+0000","mapping_epoch":1223,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1224,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:12:22.940207+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1,3],"acting":[6,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"4.d","version":"0'0","reported_seq":873,"reported_epoch":1241,"state":"active+clean","last_fresh":"2024-09-13T14:54:09.845317+0000","last_change":"2024-09-13T14:52:34.211907+0000","last_active":"2024-09-13T14:54:09.845317+0000","last_peered":"2024-09-13T14:54:09.845317+0000","last_clean":"2024-09-13T14:54:09.845317+0000","last_became_active":"2024-09-13T14:52:34.211623+0000","last_became_peered":"2024-09-13T14:52:34.211623+0000","last_unstale":"2024-09-13T14:54:09.845317+0000","last_undegraded":"2024-09-13T14:54:09.845317+0000","last_fullsized":"2024-09-13T14:54:09.845317+0000","mapping_epoch":1223,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1224,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:42:44.885019+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[1,6,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"8.2","version":"1241'8694","reported_seq":18698,"reported_epoch":1241,"state":"active+recovering+undersized+degraded+remapped","last_fresh":"2024-09-13T14:54:10.555067+0000","last_change":"2024-09-13T14:53:16.103059+0000","last_active":"2024-09-13T14:54:10.555067+0000","last_peered":"2024-09-13T14:54:10.555067+0000","last_clean":"2024-09-13T14:51:18.738063+0000","last_became_active":"2024-09-13T14:52:34.475596+0000","last_became_peered":"2024-09-13T14:52:34.475596+0000","last_unstale":"2024-09-13T14:54:10.555067+0000","last_undegraded":"2024-09-13T14:52:34.260560+0000","last_fullsized":"2024-09-13T14:52:34.183510+0000","mapping_epoch":1223,"log_start":"0'0","ondisk_log_start":"0'0","created":1207,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":8694,"log_dups_size":0,"ondisk_log_size":8694,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"no scrub is scheduled","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":424280064,"num_objects":6474,"num_object_clones":0,"num_object_copies":19422,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":1371,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6474,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":8694,"num_write_kb":485376,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":4957,"num_bytes_recovered":324861952,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[0,5],"avail_no_missing":["0","5"],"object_location_counts":[{"shards":"0,5","objects":5103}],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.9","version":"0'0","reported_seq":21,"reported_epoch":1240,"state":"active+clean","last_fresh":"2024-09-13T14:53:47.163379+0000","last_change":"2024-09-13T14:53:15.973594+0000","last_active":"2024-09-13T14:53:47.163379+0000","last_peered":"2024-09-13T14:53:47.163379+0000","last_clean":"2024-09-13T14:53:47.163379+0000","last_became_active":"2024-09-13T14:53:15.973297+0000","last_became_peered":"2024-09-13T14:53:15.973297+0000","last_unstale":"2024-09-13T14:53:47.163379+0000","last_undegraded":"2024-09-13T14:53:47.163379+0000","last_fullsized":"2024-09-13T14:53:47.163379+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:58:20.456717+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[7,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.e","version":"0'0","reported_seq":747,"reported_epoch":1240,"state":"active+clean","last_fresh":"2024-09-13T14:53:47.154560+0000","last_change":"2024-09-13T14:52:34.224374+0000","last_active":"2024-09-13T14:53:47.154560+0000","last_peered":"2024-09-13T14:53:47.154560+0000","last_clean":"2024-09-13T14:53:47.154560+0000","last_became_active":"2024-09-13T14:52:34.224089+0000","last_became_peered":"2024-09-13T14:52:34.224089+0000","last_unstale":"2024-09-13T14:53:47.154560+0000","last_undegraded":"2024-09-13T14:53:47.154560+0000","last_fullsized":"2024-09-13T14:53:47.154560+0000","mapping_epoch":1223,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1224,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:35:01.253911+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1,3],"acting":[6,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"1.a","version":"373'149","reported_seq":1581,"reported_epoch":1240,"state":"active+clean","last_fresh":"2024-09-13T14:53:47.163431+0000","last_change":"2024-09-13T14:53:18.981236+0000","last_active":"2024-09-13T14:53:47.163431+0000","last_peered":"2024-09-13T14:53:47.163431+0000","last_clean":"2024-09-13T14:53:47.163431+0000","last_became_active":"2024-09-13T14:53:18.980892+0000","last_became_peered":"2024-09-13T14:53:18.980892+0000","last_unstale":"2024-09-13T14:53:47.163431+0000","last_undegraded":"2024-09-13T14:53:47.163431+0000","last_fullsized":"2024-09-13T14:53:47.163431+0000","mapping_epoch":1233,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1234,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:05.812475+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:05.812475+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:25:59.449883+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"8.3","version":"1241'8536","reported_seq":8607,"reported_epoch":1241,"state":"active+undersized+degraded+remapped+backfill_wait","last_fresh":"2024-09-13T14:54:10.846392+0000","last_change":"2024-09-13T14:53:16.091785+0000","last_active":"2024-09-13T14:54:10.846392+0000","last_peered":"2024-09-13T14:54:10.846392+0000","last_clean":"2024-09-13T14:51:18.738063+0000","last_became_active":"2024-09-13T14:52:55.825279+0000","last_became_peered":"2024-09-13T14:52:55.825279+0000","last_unstale":"2024-09-13T14:54:10.846392+0000","last_undegraded":"2024-09-13T14:52:55.822368+0000","last_fullsized":"2024-09-13T14:52:55.822170+0000","mapping_epoch":1227,"log_start":"1215'3300","ondisk_log_start":"1215'3300","created":1207,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":5236,"log_dups_size":0,"ondisk_log_size":5236,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:15:40.930988+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":423231488,"num_objects":6458,"num_object_clones":0,"num_object_copies":19374,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":6458,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6458,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":8536,"num_write_kb":479808,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"avail_no_missing":["5","1"],"object_location_counts":[{"shards":"1,5","objects":6458}],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.8","version":"0'0","reported_seq":21,"reported_epoch":1240,"state":"active+clean","last_fresh":"2024-09-13T14:53:47.164299+0000","last_change":"2024-09-13T14:53:15.973651+0000","last_active":"2024-09-13T14:53:47.164299+0000","last_peered":"2024-09-13T14:53:47.164299+0000","last_clean":"2024-09-13T14:53:47.164299+0000","last_became_active":"2024-09-13T14:53:15.973211+0000","last_became_peered":"2024-09-13T14:53:15.973211+0000","last_unstale":"2024-09-13T14:53:47.164299+0000","last_undegraded":"2024-09-13T14:53:47.164299+0000","last_fullsized":"2024-09-13T14:53:47.164299+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:42:46.818166+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[7,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.f","version":"0'0","reported_seq":1587,"reported_epoch":1241,"state":"active+clean","last_fresh":"2024-09-13T14:54:09.846495+0000","last_change":"2024-09-13T14:53:15.980272+0000","last_active":"2024-09-13T14:54:09.846495+0000","last_peered":"2024-09-13T14:54:09.846495+0000","last_clean":"2024-09-13T14:54:09.846495+0000","last_became_active":"2024-09-13T14:53:15.979965+0000","last_became_peered":"2024-09-13T14:53:15.979965+0000","last_unstale":"2024-09-13T14:54:09.846495+0000","last_undegraded":"2024-09-13T14:54:09.846495+0000","last_fullsized":"2024-09-13T14:54:09.846495+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:17:12.799902+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"8.9","version":"1241'8850","reported_seq":8922,"reported_epoch":1241,"state":"active+undersized+degraded+remapped+backfill_wait","last_fresh":"2024-09-13T14:54:10.419971+0000","last_change":"2024-09-13T14:53:14.995673+0000","last_active":"2024-09-13T14:54:10.419971+0000","last_peered":"2024-09-13T14:54:10.419971+0000","last_clean":"2024-09-13T14:51:18.738063+0000","last_became_active":"2024-09-13T14:52:34.340065+0000","last_became_peered":"2024-09-13T14:52:34.340065+0000","last_unstale":"2024-09-13T14:54:10.419971+0000","last_undegraded":"2024-09-13T14:52:34.228367+0000","last_fullsized":"2024-09-13T14:52:34.184083+0000","mapping_epoch":1223,"log_start":"1212'1100","ondisk_log_start":"1212'1100","created":1207,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":7750,"log_dups_size":0,"ondisk_log_size":7750,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"no scrub is scheduled","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":433717248,"num_objects":6618,"num_object_clones":0,"num_object_copies":19854,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":6617,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6618,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":8850,"num_write_kb":494976,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":131072,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[0,5],"avail_no_missing":["0","5"],"object_location_counts":[{"shards":"0,5","objects":6618}],"blocked_by":[],"up_primary":6,"acting_primary":0,"purged_snaps":[]},{"pgid":"1.0","version":"373'149","reported_seq":1584,"reported_epoch":1240,"state":"active+clean","last_fresh":"2024-09-13T14:53:47.164500+0000","last_change":"2024-09-13T14:53:18.978630+0000","last_active":"2024-09-13T14:53:47.164500+0000","last_peered":"2024-09-13T14:53:47.164500+0000","last_clean":"2024-09-13T14:53:47.164500+0000","last_became_active":"2024-09-13T14:53:18.978269+0000","last_became_peered":"2024-09-13T14:53:18.978269+0000","last_unstale":"2024-09-13T14:53:47.164500+0000","last_undegraded":"2024-09-13T14:53:47.164500+0000","last_fullsized":"2024-09-13T14:53:47.164500+0000","mapping_epoch":1233,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":1234,"parent":"0.0","parent_split_bits":0,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:51:56.703819+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:51:56.703819+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:27:54.394411+0000","scrub_duration":15,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"2.3","version":"63'1","reported_seq":1250,"reported_epoch":1240,"state":"active+clean","last_fresh":"2024-09-13T14:53:47.155568+0000","last_change":"2024-09-13T14:53:15.978612+0000","last_active":"2024-09-13T14:53:47.155568+0000","last_peered":"2024-09-13T14:53:47.155568+0000","last_clean":"2024-09-13T14:53:47.155568+0000","last_became_active":"2024-09-13T14:53:15.965695+0000","last_became_peered":"2024-09-13T14:53:15.965695+0000","last_unstale":"2024-09-13T14:53:47.155568+0000","last_undegraded":"2024-09-13T14:53:47.155568+0000","last_fullsized":"2024-09-13T14:53:47.155568+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-14T18:48:27.035695+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029038399999999998,"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":3,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[5,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2","version":"0'0","reported_seq":865,"reported_epoch":1240,"state":"active+clean","last_fresh":"2024-09-13T14:53:47.153494+0000","last_change":"2024-09-13T14:52:34.200753+0000","last_active":"2024-09-13T14:53:47.153494+0000","last_peered":"2024-09-13T14:53:47.153494+0000","last_clean":"2024-09-13T14:53:47.153494+0000","last_became_active":"2024-09-13T14:52:34.200037+0000","last_became_peered":"2024-09-13T14:52:34.200037+0000","last_unstale":"2024-09-13T14:53:47.153494+0000","last_undegraded":"2024-09-13T14:53:47.153494+0000","last_fullsized":"2024-09-13T14:53:47.153494+0000","mapping_epoch":1223,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1224,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:56:15.468558+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[5,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.5","version":"0'0","reported_seq":1079,"reported_epoch":1240,"state":"active+clean","last_fresh":"2024-09-13T14:53:47.204711+0000","last_change":"2024-09-13T14:53:15.984924+0000","last_active":"2024-09-13T14:53:47.204711+0000","last_peered":"2024-09-13T14:53:47.204711+0000","last_clean":"2024-09-13T14:53:47.204711+0000","last_became_active":"2024-09-13T14:53:15.984582+0000","last_became_peered":"2024-09-13T14:53:15.984582+0000","last_unstale":"2024-09-13T14:53:47.204711+0000","last_undegraded":"2024-09-13T14:53:47.204711+0000","last_fullsized":"2024-09-13T14:53:47.204711+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:59:24.469448+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[6,7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"1.3","version":"373'149","reported_seq":1581,"reported_epoch":1240,"state":"active+clean","last_fresh":"2024-09-13T14:53:47.164064+0000","last_change":"2024-09-13T14:53:18.981874+0000","last_active":"2024-09-13T14:53:47.164064+0000","last_peered":"2024-09-13T14:53:47.164064+0000","last_clean":"2024-09-13T14:53:47.164064+0000","last_became_active":"2024-09-13T14:53:18.981544+0000","last_became_peered":"2024-09-13T14:53:18.981544+0000","last_unstale":"2024-09-13T14:53:47.164064+0000","last_undegraded":"2024-09-13T14:53:47.164064+0000","last_fullsized":"2024-09-13T14:53:47.164064+0000","mapping_epoch":1233,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1234,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:07.789237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:07.789237+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:16:45.161909+0000","scrub_duration":5,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"8.a","version":"1241'8668","reported_seq":8738,"reported_epoch":1241,"state":"active+clean","last_fresh":"2024-09-13T14:54:10.938607+0000","last_change":"2024-09-13T14:52:54.831393+0000","last_active":"2024-09-13T14:54:10.938607+0000","last_peered":"2024-09-13T14:54:10.938607+0000","last_clean":"2024-09-13T14:54:10.938607+0000","last_became_active":"2024-09-13T14:52:54.825509+0000","last_became_peered":"2024-09-13T14:52:54.825509+0000","last_unstale":"2024-09-13T14:54:10.938607+0000","last_undegraded":"2024-09-13T14:54:10.938607+0000","last_fullsized":"2024-09-13T14:54:10.938607+0000","mapping_epoch":1226,"log_start":"1214'3300","ondisk_log_start":"1214'3300","created":1207,"last_epoch_clean":1227,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":5368,"log_dups_size":0,"ondisk_log_size":5368,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:54:09.860261+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":422969344,"num_objects":6454,"num_object_clones":0,"num_object_copies":19362,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6454,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":8668,"num_write_kb":483904,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[5,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.0","version":"0'0","reported_seq":21,"reported_epoch":1240,"state":"active+clean","last_fresh":"2024-09-13T14:53:47.163209+0000","last_change":"2024-09-13T14:53:15.973925+0000","last_active":"2024-09-13T14:53:47.163209+0000","last_peered":"2024-09-13T14:53:47.163209+0000","last_clean":"2024-09-13T14:53:47.163209+0000","last_became_active":"2024-09-13T14:53:15.973623+0000","last_became_peered":"2024-09-13T14:53:15.973623+0000","last_unstale":"2024-09-13T14:53:47.163209+0000","last_undegraded":"2024-09-13T14:53:47.163209+0000","last_fullsized":"2024-09-13T14:53:47.163209+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:24:06.397109+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000322109,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":1705,"reported_epoch":1241,"state":"active+clean","last_fresh":"2024-09-13T14:54:09.816780+0000","last_change":"2024-09-13T14:53:15.977546+0000","last_active":"2024-09-13T14:54:09.816780+0000","last_peered":"2024-09-13T14:54:09.816780+0000","last_clean":"2024-09-13T14:54:09.816780+0000","last_became_active":"2024-09-13T14:53:15.977215+0000","last_became_peered":"2024-09-13T14:53:15.977215+0000","last_unstale":"2024-09-13T14:54:09.816780+0000","last_undegraded":"2024-09-13T14:54:09.816780+0000","last_fullsized":"2024-09-13T14:54:09.816780+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:58:42.706449+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.6","version":"0'0","reported_seq":21,"reported_epoch":1240,"state":"active+clean","last_fresh":"2024-09-13T14:53:47.163665+0000","last_change":"2024-09-13T14:53:15.976431+0000","last_active":"2024-09-13T14:53:47.163665+0000","last_peered":"2024-09-13T14:53:47.163665+0000","last_clean":"2024-09-13T14:53:47.163665+0000","last_became_active":"2024-09-13T14:53:15.975668+0000","last_became_peered":"2024-09-13T14:53:15.975668+0000","last_unstale":"2024-09-13T14:53:47.163665+0000","last_undegraded":"2024-09-13T14:53:47.163665+0000","last_fullsized":"2024-09-13T14:53:47.163665+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:57:06.204832+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[7,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.2","version":"373'149","reported_seq":1581,"reported_epoch":1240,"state":"active+clean","last_fresh":"2024-09-13T14:53:47.163399+0000","last_change":"2024-09-13T14:53:18.981216+0000","last_active":"2024-09-13T14:53:47.163399+0000","last_peered":"2024-09-13T14:53:47.163399+0000","last_clean":"2024-09-13T14:53:47.163399+0000","last_became_active":"2024-09-13T14:53:18.980859+0000","last_became_peered":"2024-09-13T14:53:18.980859+0000","last_unstale":"2024-09-13T14:53:47.163399+0000","last_undegraded":"2024-09-13T14:53:47.163399+0000","last_fullsized":"2024-09-13T14:53:47.163399+0000","mapping_epoch":1233,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1234,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:51:58.677423+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:51:58.677423+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:00:24.837148+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"8.b","version":"1241'8744","reported_seq":8835,"reported_epoch":1241,"state":"active+undersized+degraded+remapped+backfill_wait","last_fresh":"2024-09-13T14:54:14.265056+0000","last_change":"2024-09-13T14:53:16.065518+0000","last_active":"2024-09-13T14:54:14.265056+0000","last_peered":"2024-09-13T14:54:14.265056+0000","last_clean":"2024-09-13T14:51:18.738063+0000","last_became_active":"2024-09-13T14:53:16.052658+0000","last_became_peered":"2024-09-13T14:53:16.052658+0000","last_unstale":"2024-09-13T14:54:14.265056+0000","last_undegraded":"2024-09-13T14:53:15.987107+0000","last_fullsized":"2024-09-13T14:53:15.944590+0000","mapping_epoch":1230,"log_start":"1218'4400","ondisk_log_start":"1218'4400","created":1207,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":4344,"log_dups_size":0,"ondisk_log_size":4344,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"no scrub is scheduled","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":424148992,"num_objects":6472,"num_object_clones":0,"num_object_copies":19416,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":6472,"num_objects_misplaced":6472,"num_objects_unfound":0,"num_objects_dirty":6472,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":8744,"num_write_kb":486912,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[1,5],"avail_no_missing":["1","5"],"object_location_counts":[{"shards":"1,5","objects":6472}],"blocked_by":[],"up_primary":7,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.1","version":"0'0","reported_seq":1599,"reported_epoch":1241,"state":"active+clean","last_fresh":"2024-09-13T14:54:09.816875+0000","last_change":"2024-09-13T14:52:34.243798+0000","last_active":"2024-09-13T14:54:09.816875+0000","last_peered":"2024-09-13T14:54:09.816875+0000","last_clean":"2024-09-13T14:54:09.816875+0000","last_became_active":"2024-09-13T14:52:34.243438+0000","last_became_peered":"2024-09-13T14:52:34.243438+0000","last_unstale":"2024-09-13T14:54:09.816875+0000","last_undegraded":"2024-09-13T14:54:09.816875+0000","last_fullsized":"2024-09-13T14:54:09.816875+0000","mapping_epoch":1223,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1224,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:27:14.877457+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00030931399999999999,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[0,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.0","version":"0'0","reported_seq":1626,"reported_epoch":1240,"state":"active+clean","last_fresh":"2024-09-13T14:53:47.152044+0000","last_change":"2024-09-13T14:52:54.827755+0000","last_active":"2024-09-13T14:53:47.152044+0000","last_peered":"2024-09-13T14:53:47.152044+0000","last_clean":"2024-09-13T14:53:47.152044+0000","last_became_active":"2024-09-13T14:52:54.827537+0000","last_became_peered":"2024-09-13T14:52:54.827537+0000","last_unstale":"2024-09-13T14:53:47.152044+0000","last_undegraded":"2024-09-13T14:53:47.152044+0000","last_fullsized":"2024-09-13T14:53:47.152044+0000","mapping_epoch":1226,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1227,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:33:58.350934+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1,0],"acting":[6,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"4.7","version":"0'0","reported_seq":1544,"reported_epoch":1240,"state":"active+clean","last_fresh":"2024-09-13T14:53:47.154802+0000","last_change":"2024-09-13T14:53:15.980229+0000","last_active":"2024-09-13T14:53:47.154802+0000","last_peered":"2024-09-13T14:53:47.154802+0000","last_clean":"2024-09-13T14:53:47.154802+0000","last_became_active":"2024-09-13T14:53:15.979842+0000","last_became_peered":"2024-09-13T14:53:15.979842+0000","last_unstale":"2024-09-13T14:53:47.154802+0000","last_undegraded":"2024-09-13T14:53:47.154802+0000","last_fullsized":"2024-09-13T14:53:47.154802+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:13:10.520003+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[5,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"1.1","version":"373'149","reported_seq":1580,"reported_epoch":1240,"state":"active+clean","last_fresh":"2024-09-13T14:53:47.163290+0000","last_change":"2024-09-13T14:53:18.978657+0000","last_active":"2024-09-13T14:53:47.163290+0000","last_peered":"2024-09-13T14:53:47.163290+0000","last_clean":"2024-09-13T14:53:47.163290+0000","last_became_active":"2024-09-13T14:53:18.978350+0000","last_became_peered":"2024-09-13T14:53:18.978350+0000","last_unstale":"2024-09-13T14:53:47.163290+0000","last_undegraded":"2024-09-13T14:53:47.163290+0000","last_fullsized":"2024-09-13T14:53:47.163290+0000","mapping_epoch":1233,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1234,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:03.741257+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:03.741257+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:34:52.082264+0000","scrub_duration":2,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"8.8","version":"1241'8565","reported_seq":8618,"reported_epoch":1241,"state":"active+remapped+backfill_wait","last_fresh":"2024-09-13T14:54:10.935311+0000","last_change":"2024-09-13T14:53:17.063409+0000","last_active":"2024-09-13T14:54:10.935311+0000","last_peered":"2024-09-13T14:54:10.935311+0000","last_clean":"2024-09-13T14:53:14.944984+0000","last_became_active":"2024-09-13T14:53:17.047898+0000","last_became_peered":"2024-09-13T14:53:17.047898+0000","last_unstale":"2024-09-13T14:54:10.935311+0000","last_undegraded":"2024-09-13T14:54:10.935311+0000","last_fullsized":"2024-09-13T14:54:10.935311+0000","mapping_epoch":1231,"log_start":"1213'3000","ondisk_log_start":"1213'3000","created":1207,"last_epoch_clean":1208,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":5565,"log_dups_size":0,"ondisk_log_size":5565,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:29:07.027675+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":417398784,"num_objects":6369,"num_object_clones":0,"num_object_copies":19107,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":6369,"num_objects_unfound":0,"num_objects_dirty":6369,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":8565,"num_write_kb":477888,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"avail_no_missing":["5","1","3"],"object_location_counts":[{"shards":"1,3,5","objects":6369}],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.2","version":"65'2","reported_seq":1213,"reported_epoch":1240,"state":"active+clean","last_fresh":"2024-09-13T14:53:47.153575+0000","last_change":"2024-09-13T14:52:33.206979+0000","last_active":"2024-09-13T14:53:47.153575+0000","last_peered":"2024-09-13T14:53:47.153575+0000","last_clean":"2024-09-13T14:53:47.153575+0000","last_became_active":"2024-09-13T14:52:33.206605+0000","last_became_peered":"2024-09-13T14:52:33.206605+0000","last_unstale":"2024-09-13T14:53:47.153575+0000","last_undegraded":"2024-09-13T14:53:47.153575+0000","last_fullsized":"2024-09-13T14:53:47.153575+0000","mapping_epoch":1222,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1223,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-14T22:31:44.825453+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00094368000000000002,"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":[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":1277,"reported_epoch":1241,"state":"active+clean","last_fresh":"2024-09-13T14:54:09.816521+0000","last_change":"2024-09-13T14:52:34.228737+0000","last_active":"2024-09-13T14:54:09.816521+0000","last_peered":"2024-09-13T14:54:09.816521+0000","last_clean":"2024-09-13T14:54:09.816521+0000","last_became_active":"2024-09-13T14:52:34.228412+0000","last_became_peered":"2024-09-13T14:52:34.228412+0000","last_unstale":"2024-09-13T14:54:09.816521+0000","last_undegraded":"2024-09-13T14:54:09.816521+0000","last_fullsized":"2024-09-13T14:54:09.816521+0000","mapping_epoch":1223,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1224,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:12:51.717947+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6,1],"acting":[0,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"4.4","version":"0'0","reported_seq":1498,"reported_epoch":1241,"state":"active+clean","last_fresh":"2024-09-13T14:54:09.846536+0000","last_change":"2024-09-13T14:52:34.351378+0000","last_active":"2024-09-13T14:54:09.846536+0000","last_peered":"2024-09-13T14:54:09.846536+0000","last_clean":"2024-09-13T14:54:09.846536+0000","last_became_active":"2024-09-13T14:52:34.350993+0000","last_became_peered":"2024-09-13T14:52:34.350993+0000","last_unstale":"2024-09-13T14:54:09.846536+0000","last_undegraded":"2024-09-13T14:54:09.846536+0000","last_fullsized":"2024-09-13T14:54:09.846536+0000","mapping_epoch":1223,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1224,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:33:30.881756+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[3,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"1.7","version":"373'149","reported_seq":1581,"reported_epoch":1240,"state":"active+clean","last_fresh":"2024-09-13T14:53:47.163742+0000","last_change":"2024-09-13T14:53:18.981498+0000","last_active":"2024-09-13T14:53:47.163742+0000","last_peered":"2024-09-13T14:53:47.163742+0000","last_clean":"2024-09-13T14:53:47.163742+0000","last_became_active":"2024-09-13T14:53:18.980948+0000","last_became_peered":"2024-09-13T14:53:18.980948+0000","last_unstale":"2024-09-13T14:53:47.163742+0000","last_undegraded":"2024-09-13T14:53:47.163742+0000","last_fullsized":"2024-09-13T14:53:47.163742+0000","mapping_epoch":1233,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1234,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:04.771309+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:04.771309+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:04:24.028625+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"8.e","version":"1241'8650","reported_seq":8738,"reported_epoch":1241,"state":"active+recovery_wait+undersized+degraded+remapped","last_fresh":"2024-09-13T14:54:10.438181+0000","last_change":"2024-09-13T14:53:17.348841+0000","last_active":"2024-09-13T14:54:10.438181+0000","last_peered":"2024-09-13T14:54:10.438181+0000","last_clean":"2024-09-13T14:53:14.941311+0000","last_became_active":"2024-09-13T14:53:17.331976+0000","last_became_peered":"2024-09-13T14:53:17.331976+0000","last_unstale":"2024-09-13T14:54:10.438181+0000","last_undegraded":"2024-09-13T14:53:17.140243+0000","last_fullsized":"2024-09-13T14:53:16.943455+0000","mapping_epoch":1231,"log_start":"0'0","ondisk_log_start":"0'0","created":1207,"last_epoch_clean":1208,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":8650,"log_dups_size":0,"ondisk_log_size":8650,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"no scrub is scheduled","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":425852928,"num_objects":6498,"num_object_clones":0,"num_object_copies":19494,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":7571,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6498,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":8650,"num_write_kb":484736,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":3,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"avail_no_missing":["0","1","3"],"object_location_counts":[{"shards":"0,1","objects":-294},{"shards":"0,1,3","objects":6498}],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.5","version":"0'0","reported_seq":1236,"reported_epoch":1240,"state":"active+clean","last_fresh":"2024-09-13T14:53:47.154791+0000","last_change":"2024-09-13T14:52:34.214714+0000","last_active":"2024-09-13T14:53:47.154791+0000","last_peered":"2024-09-13T14:53:47.154791+0000","last_clean":"2024-09-13T14:53:47.154791+0000","last_became_active":"2024-09-13T14:52:34.214425+0000","last_became_peered":"2024-09-13T14:52:34.214425+0000","last_unstale":"2024-09-13T14:53:47.154791+0000","last_undegraded":"2024-09-13T14:53:47.154791+0000","last_fullsized":"2024-09-13T14:53:47.154791+0000","mapping_epoch":1223,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1224,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:58:40.375807+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.4","version":"0'0","reported_seq":1648,"reported_epoch":1241,"state":"active+clean","last_fresh":"2024-09-13T14:54:09.816467+0000","last_change":"2024-09-13T14:53:15.979217+0000","last_active":"2024-09-13T14:54:09.816467+0000","last_peered":"2024-09-13T14:54:09.816467+0000","last_clean":"2024-09-13T14:54:09.816467+0000","last_became_active":"2024-09-13T14:53:15.978803+0000","last_became_peered":"2024-09-13T14:53:15.978803+0000","last_unstale":"2024-09-13T14:54:09.816467+0000","last_undegraded":"2024-09-13T14:54:09.816467+0000","last_fullsized":"2024-09-13T14:54:09.816467+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:47:07.772422+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00031535100000000001,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[0,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"4.2","version":"0'0","reported_seq":1485,"reported_epoch":1240,"state":"active+clean","last_fresh":"2024-09-13T14:53:47.153356+0000","last_change":"2024-09-13T14:52:54.831640+0000","last_active":"2024-09-13T14:53:47.153356+0000","last_peered":"2024-09-13T14:53:47.153356+0000","last_clean":"2024-09-13T14:53:47.153356+0000","last_became_active":"2024-09-13T14:52:54.831429+0000","last_became_peered":"2024-09-13T14:52:54.831429+0000","last_unstale":"2024-09-13T14:53:47.153356+0000","last_undegraded":"2024-09-13T14:53:47.153356+0000","last_fullsized":"2024-09-13T14:53:47.153356+0000","mapping_epoch":1226,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1227,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:10:53.172539+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"1.6","version":"373'149","reported_seq":1581,"reported_epoch":1240,"state":"active+clean","last_fresh":"2024-09-13T14:53:47.163569+0000","last_change":"2024-09-13T14:53:18.981264+0000","last_active":"2024-09-13T14:53:47.163569+0000","last_peered":"2024-09-13T14:53:47.163569+0000","last_clean":"2024-09-13T14:53:47.163569+0000","last_became_active":"2024-09-13T14:53:18.980922+0000","last_became_peered":"2024-09-13T14:53:18.980922+0000","last_unstale":"2024-09-13T14:53:47.163569+0000","last_undegraded":"2024-09-13T14:53:47.163569+0000","last_fullsized":"2024-09-13T14:53:47.163569+0000","mapping_epoch":1233,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1234,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:02.730597+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:02.730597+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:15:02.952327+0000","scrub_duration":2,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"8.f","version":"1241'8825","reported_seq":8911,"reported_epoch":1241,"state":"active+undersized+degraded+remapped+backfill_wait","last_fresh":"2024-09-13T14:54:13.071432+0000","last_change":"2024-09-13T14:53:16.064304+0000","last_active":"2024-09-13T14:54:13.071432+0000","last_peered":"2024-09-13T14:54:13.071432+0000","last_clean":"2024-09-13T14:51:18.738063+0000","last_became_active":"2024-09-13T14:52:34.356999+0000","last_became_peered":"2024-09-13T14:52:34.356999+0000","last_unstale":"2024-09-13T14:54:13.071432+0000","last_undegraded":"2024-09-13T14:52:34.211503+0000","last_fullsized":"2024-09-13T14:52:34.192731+0000","mapping_epoch":1223,"log_start":"1213'3100","ondisk_log_start":"1213'3100","created":1207,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":5725,"log_dups_size":0,"ondisk_log_size":5725,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"no scrub is scheduled","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":421724160,"num_objects":6435,"num_object_clones":0,"num_object_copies":19305,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":6435,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6435,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":8825,"num_write_kb":488320,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":1,"num_bytes_recovered":65536,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[3,1],"avail_no_missing":["3","1"],"object_location_counts":[{"shards":"1,3","objects":6435}],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.4","version":"0'0","reported_seq":1564,"reported_epoch":1240,"state":"active+clean","last_fresh":"2024-09-13T14:53:47.154078+0000","last_change":"2024-09-13T14:52:54.828797+0000","last_active":"2024-09-13T14:53:47.154078+0000","last_peered":"2024-09-13T14:53:47.154078+0000","last_clean":"2024-09-13T14:53:47.154078+0000","last_became_active":"2024-09-13T14:52:54.828462+0000","last_became_peered":"2024-09-13T14:52:54.828462+0000","last_unstale":"2024-09-13T14:53:47.154078+0000","last_undegraded":"2024-09-13T14:53:47.154078+0000","last_fullsized":"2024-09-13T14:53:47.154078+0000","mapping_epoch":1226,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1227,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:38:36.229141+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"2.5","version":"0'0","reported_seq":21,"reported_epoch":1240,"state":"active+clean","last_fresh":"2024-09-13T14:53:47.169882+0000","last_change":"2024-09-13T14:53:16.051969+0000","last_active":"2024-09-13T14:53:47.169882+0000","last_peered":"2024-09-13T14:53:47.169882+0000","last_clean":"2024-09-13T14:53:47.169882+0000","last_became_active":"2024-09-13T14:53:16.051034+0000","last_became_peered":"2024-09-13T14:53:16.051034+0000","last_unstale":"2024-09-13T14:53:47.169882+0000","last_undegraded":"2024-09-13T14:53:47.169882+0000","last_fullsized":"2024-09-13T14:53:47.169882+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:20:51.182980+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000327091,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.3","version":"0'0","reported_seq":1665,"reported_epoch":1241,"state":"active+clean","last_fresh":"2024-09-13T14:54:09.816441+0000","last_change":"2024-09-13T14:53:15.977020+0000","last_active":"2024-09-13T14:54:09.816441+0000","last_peered":"2024-09-13T14:54:09.816441+0000","last_clean":"2024-09-13T14:54:09.816441+0000","last_became_active":"2024-09-13T14:53:15.973916+0000","last_became_peered":"2024-09-13T14:53:15.973916+0000","last_unstale":"2024-09-13T14:54:09.816441+0000","last_undegraded":"2024-09-13T14:54:09.816441+0000","last_fullsized":"2024-09-13T14:54:09.816441+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:51:44.842196+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.5","version":"373'149","reported_seq":1576,"reported_epoch":1240,"state":"active+clean","last_fresh":"2024-09-13T14:53:47.170043+0000","last_change":"2024-09-13T14:53:38.366262+0000","last_active":"2024-09-13T14:53:47.170043+0000","last_peered":"2024-09-13T14:53:47.170043+0000","last_clean":"2024-09-13T14:53:47.170043+0000","last_became_active":"2024-09-13T14:53:38.365936+0000","last_became_peered":"2024-09-13T14:53:38.365936+0000","last_unstale":"2024-09-13T14:53:47.170043+0000","last_undegraded":"2024-09-13T14:53:47.170043+0000","last_fullsized":"2024-09-13T14:53:47.170043+0000","mapping_epoch":1238,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1239,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:51:59.672672+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:51:59.672672+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:46:51.654597+0000","scrub_duration":4,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"8.c","version":"1241'8776","reported_seq":22369,"reported_epoch":1241,"state":"active+clean","last_fresh":"2024-09-13T14:54:13.728617+0000","last_change":"2024-09-13T14:53:29.074024+0000","last_active":"2024-09-13T14:54:13.728617+0000","last_peered":"2024-09-13T14:54:13.728617+0000","last_clean":"2024-09-13T14:54:13.728617+0000","last_became_active":"2024-09-13T14:53:29.066945+0000","last_became_peered":"2024-09-13T14:53:29.066945+0000","last_unstale":"2024-09-13T14:54:13.728617+0000","last_undegraded":"2024-09-13T14:54:13.728617+0000","last_fullsized":"2024-09-13T14:54:13.728617+0000","mapping_epoch":1236,"log_start":"1213'3000","ondisk_log_start":"1213'3000","created":1207,"last_epoch_clean":1237,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":5776,"log_dups_size":0,"ondisk_log_size":5776,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:30:18.079612+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":421265408,"num_objects":6428,"num_object_clones":0,"num_object_copies":19284,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6428,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":8776,"num_write_kb":486528,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6746,"num_bytes_recovered":442105856,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[3,7,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.7","version":"70'2","reported_seq":290,"reported_epoch":1241,"state":"active+clean","last_fresh":"2024-09-13T14:54:09.846508+0000","last_change":"2024-09-13T14:53:16.005997+0000","last_active":"2024-09-13T14:54:09.846508+0000","last_peered":"2024-09-13T14:54:09.846508+0000","last_clean":"2024-09-13T14:54:09.846508+0000","last_became_active":"2024-09-13T14:53:15.978100+0000","last_became_peered":"2024-09-13T14:53:15.978100+0000","last_unstale":"2024-09-13T14:54:09.846508+0000","last_undegraded":"2024-09-13T14:54:09.846508+0000","last_fullsized":"2024-09-13T14:54:09.846508+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T22:48:20.355145+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":3,"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":[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":"0'0","reported_seq":1627,"reported_epoch":1240,"state":"active+clean","last_fresh":"2024-09-13T14:53:47.154421+0000","last_change":"2024-09-13T14:52:54.828952+0000","last_active":"2024-09-13T14:53:47.154421+0000","last_peered":"2024-09-13T14:53:47.154421+0000","last_clean":"2024-09-13T14:53:47.154421+0000","last_became_active":"2024-09-13T14:52:54.828588+0000","last_became_peered":"2024-09-13T14:52:54.828588+0000","last_unstale":"2024-09-13T14:53:47.154421+0000","last_undegraded":"2024-09-13T14:53:47.154421+0000","last_fullsized":"2024-09-13T14:53:47.154421+0000","mapping_epoch":1226,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1227,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:58:10.972783+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1,3],"acting":[6,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"4.0","version":"0'0","reported_seq":21,"reported_epoch":1240,"state":"active+clean","last_fresh":"2024-09-13T14:53:47.164428+0000","last_change":"2024-09-13T14:53:15.973839+0000","last_active":"2024-09-13T14:53:47.164428+0000","last_peered":"2024-09-13T14:53:47.164428+0000","last_clean":"2024-09-13T14:53:47.164428+0000","last_became_active":"2024-09-13T14:53:15.973356+0000","last_became_peered":"2024-09-13T14:53:15.973356+0000","last_unstale":"2024-09-13T14:53:47.164428+0000","last_undegraded":"2024-09-13T14:53:47.164428+0000","last_fullsized":"2024-09-13T14:53:47.164428+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:13:10.146045+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[7,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.4","version":"373'149","reported_seq":1587,"reported_epoch":1241,"state":"active+recovery_wait+undersized+degraded+remapped","last_fresh":"2024-09-13T14:54:09.844684+0000","last_change":"2024-09-13T14:53:16.978767+0000","last_active":"2024-09-13T14:54:09.844684+0000","last_peered":"2024-09-13T14:54:09.844684+0000","last_clean":"2024-09-13T14:52:31.584939+0000","last_became_active":"2024-09-13T14:53:16.978486+0000","last_became_peered":"2024-09-13T14:53:16.978486+0000","last_unstale":"2024-09-13T14:54:09.844684+0000","last_undegraded":"2024-09-13T14:53:16.946926+0000","last_fullsized":"2024-09-13T14:53:16.946460+0000","mapping_epoch":1231,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1224,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:01.681649+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:01.681649+0000","objects_scrubbed":1,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"no scrub is scheduled","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":327680,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":1,"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":[7,6,1],"acting":[1,6],"avail_no_missing":["1","3","6"],"object_location_counts":[{"shards":"1,3,6","objects":1}],"blocked_by":[],"up_primary":7,"acting_primary":1,"purged_snaps":[]},{"pgid":"8.d","version":"1241'8653","reported_seq":8725,"reported_epoch":1241,"state":"active+undersized+degraded+remapped+backfill_wait","last_fresh":"2024-09-13T14:54:10.773616+0000","last_change":"2024-09-13T14:53:16.068136+0000","last_active":"2024-09-13T14:54:10.773616+0000","last_peered":"2024-09-13T14:54:10.773616+0000","last_clean":"2024-09-13T14:51:18.738063+0000","last_became_active":"2024-09-13T14:53:16.051850+0000","last_became_peered":"2024-09-13T14:53:16.051850+0000","last_unstale":"2024-09-13T14:54:10.773616+0000","last_undegraded":"2024-09-13T14:53:15.966234+0000","last_fullsized":"2024-09-13T14:53:15.950771+0000","mapping_epoch":1230,"log_start":"1213'3000","ondisk_log_start":"1213'3000","created":1207,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":5653,"log_dups_size":0,"ondisk_log_size":5653,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:00:05.118345+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":417464344,"num_objects":6371,"num_object_clones":0,"num_object_copies":19113,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":6366,"num_objects_misplaced":6371,"num_objects_unfound":0,"num_objects_dirty":6371,"num_whiteouts":0,"num_read":1,"num_read_kb":1,"num_write":8653,"num_write_kb":480705,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":393216,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"avail_no_missing":["5","1"],"object_location_counts":[{"shards":"1,5","objects":6371}],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.6","version":"70'1","reported_seq":25,"reported_epoch":1240,"state":"active+clean","last_fresh":"2024-09-13T14:53:47.163743+0000","last_change":"2024-09-13T14:53:16.058032+0000","last_active":"2024-09-13T14:53:47.163743+0000","last_peered":"2024-09-13T14:53:47.163743+0000","last_clean":"2024-09-13T14:53:47.163743+0000","last_became_active":"2024-09-13T14:53:15.975744+0000","last_became_peered":"2024-09-13T14:53:15.975744+0000","last_unstale":"2024-09-13T14:53:47.163743+0000","last_undegraded":"2024-09-13T14:53:47.163743+0000","last_fullsized":"2024-09-13T14:53:47.163743+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T19:46:17.426296+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":3,"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,1,5],"acting":[7,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.7","version":"0'0","reported_seq":1118,"reported_epoch":1240,"state":"active+clean","last_fresh":"2024-09-13T14:53:47.153650+0000","last_change":"2024-09-13T14:53:15.967745+0000","last_active":"2024-09-13T14:53:47.153650+0000","last_peered":"2024-09-13T14:53:47.153650+0000","last_clean":"2024-09-13T14:53:47.153650+0000","last_became_active":"2024-09-13T14:53:15.967439+0000","last_became_peered":"2024-09-13T14:53:15.967439+0000","last_unstale":"2024-09-13T14:53:47.153650+0000","last_undegraded":"2024-09-13T14:53:47.153650+0000","last_fullsized":"2024-09-13T14:53:47.153650+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:09:15.044039+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029877400000000002,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[6,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"4.1","version":"0'0","reported_seq":1190,"reported_epoch":1240,"state":"active+clean","last_fresh":"2024-09-13T14:54:05.955278+0000","last_change":"2024-09-13T14:52:34.236529+0000","last_active":"2024-09-13T14:54:05.955278+0000","last_peered":"2024-09-13T14:54:05.955278+0000","last_clean":"2024-09-13T14:54:05.955278+0000","last_became_active":"2024-09-13T14:52:34.236184+0000","last_became_peered":"2024-09-13T14:52:34.236184+0000","last_unstale":"2024-09-13T14:54:05.955278+0000","last_undegraded":"2024-09-13T14:54:05.955278+0000","last_fullsized":"2024-09-13T14:54:05.955278+0000","mapping_epoch":1223,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1224,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:07:47.735753+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[5,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.13","version":"0'0","reported_seq":789,"reported_epoch":1240,"state":"active+clean","last_fresh":"2024-09-13T14:53:47.152407+0000","last_change":"2024-09-13T14:52:34.326457+0000","last_active":"2024-09-13T14:53:47.152407+0000","last_peered":"2024-09-13T14:53:47.152407+0000","last_clean":"2024-09-13T14:53:47.152407+0000","last_became_active":"2024-09-13T14:52:34.320994+0000","last_became_peered":"2024-09-13T14:52:34.320994+0000","last_unstale":"2024-09-13T14:53:47.152407+0000","last_undegraded":"2024-09-13T14:53:47.152407+0000","last_fullsized":"2024-09-13T14:53:47.152407+0000","mapping_epoch":1223,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1224,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:54:54.814250+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1,5],"acting":[6,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.14","version":"455'23","reported_seq":31,"reported_epoch":1240,"state":"active+clean","last_fresh":"2024-09-13T14:53:47.163668+0000","last_change":"2024-09-13T14:53:16.083652+0000","last_active":"2024-09-13T14:53:47.163668+0000","last_peered":"2024-09-13T14:53:47.163668+0000","last_clean":"2024-09-13T14:53:47.163668+0000","last_became_active":"2024-09-13T14:53:15.980815+0000","last_became_peered":"2024-09-13T14:53:15.980815+0000","last_unstale":"2024-09-13T14:53:47.163668+0000","last_undegraded":"2024-09-13T14:53:47.163668+0000","last_fullsized":"2024-09-13T14:53:47.163668+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":23,"log_dups_size":0,"ondisk_log_size":23,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:42:01.336486+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":4756,"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":23,"num_write_kb":20,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":8,"num_bytes_recovered":9512,"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":"4.12","version":"0'0","reported_seq":792,"reported_epoch":1240,"state":"active+clean","last_fresh":"2024-09-13T14:53:47.152522+0000","last_change":"2024-09-13T14:52:54.841418+0000","last_active":"2024-09-13T14:53:47.152522+0000","last_peered":"2024-09-13T14:53:47.152522+0000","last_clean":"2024-09-13T14:53:47.152522+0000","last_became_active":"2024-09-13T14:52:54.841156+0000","last_became_peered":"2024-09-13T14:52:54.841156+0000","last_unstale":"2024-09-13T14:53:47.152522+0000","last_undegraded":"2024-09-13T14:53:47.152522+0000","last_fullsized":"2024-09-13T14:53:47.152522+0000","mapping_epoch":1226,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1227,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:43:37.282948+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1,0],"acting":[6,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.15","version":"70'3","reported_seq":27,"reported_epoch":1240,"state":"active+clean","last_fresh":"2024-09-13T14:53:47.170071+0000","last_change":"2024-09-13T14:53:16.097401+0000","last_active":"2024-09-13T14:53:47.170071+0000","last_peered":"2024-09-13T14:53:47.170071+0000","last_clean":"2024-09-13T14:53:47.170071+0000","last_became_active":"2024-09-13T14:53:16.051154+0000","last_became_peered":"2024-09-13T14:53:16.051154+0000","last_unstale":"2024-09-13T14:53:47.170071+0000","last_undegraded":"2024-09-13T14:53:47.170071+0000","last_fullsized":"2024-09-13T14:53:47.170071+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T14:55:18.083873+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":6,"num_bytes_recovered":270,"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,3,0],"acting":[7,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.16","version":"0'0","reported_seq":1219,"reported_epoch":1240,"state":"active+clean","last_fresh":"2024-09-13T14:53:47.154799+0000","last_change":"2024-09-13T14:53:15.975236+0000","last_active":"2024-09-13T14:53:47.154799+0000","last_peered":"2024-09-13T14:53:47.154799+0000","last_clean":"2024-09-13T14:53:47.154799+0000","last_became_active":"2024-09-13T14:53:15.974926+0000","last_became_peered":"2024-09-13T14:53:15.974926+0000","last_unstale":"2024-09-13T14:53:47.154799+0000","last_undegraded":"2024-09-13T14:53:47.154799+0000","last_fullsized":"2024-09-13T14:53:47.154799+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:34:32.022447+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.11","version":"0'0","reported_seq":287,"reported_epoch":1241,"state":"active+clean","last_fresh":"2024-09-13T14:54:09.843963+0000","last_change":"2024-09-13T14:53:15.966198+0000","last_active":"2024-09-13T14:54:09.843963+0000","last_peered":"2024-09-13T14:54:09.843963+0000","last_clean":"2024-09-13T14:54:09.843963+0000","last_became_active":"2024-09-13T14:53:15.965499+0000","last_became_peered":"2024-09-13T14:53:15.965499+0000","last_unstale":"2024-09-13T14:54:09.843963+0000","last_undegraded":"2024-09-13T14:54:09.843963+0000","last_fullsized":"2024-09-13T14:54:09.843963+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:35:32.678653+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.17","version":"0'0","reported_seq":1676,"reported_epoch":1241,"state":"active+clean","last_fresh":"2024-09-13T14:54:09.816740+0000","last_change":"2024-09-13T14:41:41.335259+0000","last_active":"2024-09-13T14:54:09.816740+0000","last_peered":"2024-09-13T14:54:09.816740+0000","last_clean":"2024-09-13T14:54:09.816740+0000","last_became_active":"2024-09-13T14:41:41.334947+0000","last_became_peered":"2024-09-13T14:41:41.334947+0000","last_unstale":"2024-09-13T14:54:09.816740+0000","last_undegraded":"2024-09-13T14:54:09.816740+0000","last_fullsized":"2024-09-13T14:54:09.816740+0000","mapping_epoch":1116,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:13:58.295756+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.10","version":"0'0","reported_seq":275,"reported_epoch":1241,"state":"active+clean","last_fresh":"2024-09-13T14:54:09.846339+0000","last_change":"2024-09-13T14:52:33.207735+0000","last_active":"2024-09-13T14:54:09.846339+0000","last_peered":"2024-09-13T14:54:09.846339+0000","last_clean":"2024-09-13T14:54:09.846339+0000","last_became_active":"2024-09-13T14:52:33.207361+0000","last_became_peered":"2024-09-13T14:52:33.207361+0000","last_unstale":"2024-09-13T14:54:09.846339+0000","last_undegraded":"2024-09-13T14:54:09.846339+0000","last_fullsized":"2024-09-13T14:54:09.846339+0000","mapping_epoch":1222,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1223,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:02:01.218128+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[3,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.1f","version":"0'0","reported_seq":1105,"reported_epoch":1240,"state":"active+clean","last_fresh":"2024-09-13T14:53:47.153589+0000","last_change":"2024-09-13T14:52:33.207992+0000","last_active":"2024-09-13T14:53:47.153589+0000","last_peered":"2024-09-13T14:53:47.153589+0000","last_clean":"2024-09-13T14:53:47.153589+0000","last_became_active":"2024-09-13T14:52:33.207700+0000","last_became_peered":"2024-09-13T14:52:33.207700+0000","last_unstale":"2024-09-13T14:53:47.153589+0000","last_undegraded":"2024-09-13T14:53:47.153589+0000","last_fullsized":"2024-09-13T14:53:47.153589+0000","mapping_epoch":1222,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1223,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:46:33.658014+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.18","version":"0'0","reported_seq":285,"reported_epoch":1241,"state":"active+clean","last_fresh":"2024-09-13T14:54:09.846250+0000","last_change":"2024-09-13T14:53:15.974019+0000","last_active":"2024-09-13T14:54:09.846250+0000","last_peered":"2024-09-13T14:54:09.846250+0000","last_clean":"2024-09-13T14:54:09.846250+0000","last_became_active":"2024-09-13T14:53:15.973260+0000","last_became_peered":"2024-09-13T14:53:15.973260+0000","last_unstale":"2024-09-13T14:54:09.846250+0000","last_undegraded":"2024-09-13T14:54:09.846250+0000","last_fullsized":"2024-09-13T14:54:09.846250+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:07:31.425560+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1e","version":"0'0","reported_seq":1699,"reported_epoch":1241,"state":"active+clean","last_fresh":"2024-09-13T14:54:09.827714+0000","last_change":"2024-09-13T14:53:15.980879+0000","last_active":"2024-09-13T14:54:09.827714+0000","last_peered":"2024-09-13T14:54:09.827714+0000","last_clean":"2024-09-13T14:54:09.827714+0000","last_became_active":"2024-09-13T14:53:15.980568+0000","last_became_peered":"2024-09-13T14:53:15.980568+0000","last_unstale":"2024-09-13T14:54:09.827714+0000","last_undegraded":"2024-09-13T14:54:09.827714+0000","last_fullsized":"2024-09-13T14:54:09.827714+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:22:31.268734+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.19","version":"0'0","reported_seq":1652,"reported_epoch":1241,"state":"active+clean","last_fresh":"2024-09-13T14:54:09.844957+0000","last_change":"2024-09-13T14:52:34.210859+0000","last_active":"2024-09-13T14:54:09.844957+0000","last_peered":"2024-09-13T14:54:09.844957+0000","last_clean":"2024-09-13T14:54:09.844957+0000","last_became_active":"2024-09-13T14:52:34.210539+0000","last_became_peered":"2024-09-13T14:52:34.210539+0000","last_unstale":"2024-09-13T14:54:09.844957+0000","last_undegraded":"2024-09-13T14:54:09.844957+0000","last_fullsized":"2024-09-13T14:54:09.844957+0000","mapping_epoch":1223,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1224,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:42:17.821501+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[1,3,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"4.1d","version":"0'0","reported_seq":276,"reported_epoch":1241,"state":"active+clean","last_fresh":"2024-09-13T14:54:09.845966+0000","last_change":"2024-09-13T14:52:34.207666+0000","last_active":"2024-09-13T14:54:09.845966+0000","last_peered":"2024-09-13T14:54:09.845966+0000","last_clean":"2024-09-13T14:54:09.845966+0000","last_became_active":"2024-09-13T14:52:34.207362+0000","last_became_peered":"2024-09-13T14:52:34.207362+0000","last_unstale":"2024-09-13T14:54:09.845966+0000","last_undegraded":"2024-09-13T14:54:09.845966+0000","last_fullsized":"2024-09-13T14:54:09.845966+0000","mapping_epoch":1223,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1224,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:36:34.703350+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[3,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1a","version":"70'1","reported_seq":109,"reported_epoch":1241,"state":"active+clean","last_fresh":"2024-09-13T14:54:09.817505+0000","last_change":"2024-09-13T14:53:15.990230+0000","last_active":"2024-09-13T14:54:09.817505+0000","last_peered":"2024-09-13T14:54:09.817505+0000","last_clean":"2024-09-13T14:54:09.817505+0000","last_became_active":"2024-09-13T14:53:15.988841+0000","last_became_peered":"2024-09-13T14:53:15.988841+0000","last_unstale":"2024-09-13T14:54:09.817505+0000","last_undegraded":"2024-09-13T14:54:09.817505+0000","last_fullsized":"2024-09-13T14:54:09.817505+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T19:30:08.607692+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[0,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"4.1c","version":"0'0","reported_seq":1392,"reported_epoch":1241,"state":"active+clean","last_fresh":"2024-09-13T14:54:09.846424+0000","last_change":"2024-09-13T14:52:54.828316+0000","last_active":"2024-09-13T14:54:09.846424+0000","last_peered":"2024-09-13T14:54:09.846424+0000","last_clean":"2024-09-13T14:54:09.846424+0000","last_became_active":"2024-09-13T14:52:54.827907+0000","last_became_peered":"2024-09-13T14:52:54.827907+0000","last_unstale":"2024-09-13T14:54:09.846424+0000","last_undegraded":"2024-09-13T14:54:09.846424+0000","last_fullsized":"2024-09-13T14:54:09.846424+0000","mapping_epoch":1226,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1227,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:19:09.001394+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[3,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1b","version":"70'1","reported_seq":21,"reported_epoch":1240,"state":"active+clean","last_fresh":"2024-09-13T14:53:47.163991+0000","last_change":"2024-09-13T14:53:15.995517+0000","last_active":"2024-09-13T14:53:47.163991+0000","last_peered":"2024-09-13T14:53:47.163991+0000","last_clean":"2024-09-13T14:53:47.163991+0000","last_became_active":"2024-09-13T14:53:15.994373+0000","last_became_peered":"2024-09-13T14:53:15.994373+0000","last_unstale":"2024-09-13T14:53:47.163991+0000","last_undegraded":"2024-09-13T14:53:47.163991+0000","last_fullsized":"2024-09-13T14:53:47.163991+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T21:46:34.165711+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[7,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.1b","version":"0'0","reported_seq":1270,"reported_epoch":1241,"state":"active+clean","last_fresh":"2024-09-13T14:54:09.845877+0000","last_change":"2024-09-13T14:53:15.989481+0000","last_active":"2024-09-13T14:54:09.845877+0000","last_peered":"2024-09-13T14:54:09.845877+0000","last_clean":"2024-09-13T14:54:09.845877+0000","last_became_active":"2024-09-13T14:53:15.988626+0000","last_became_peered":"2024-09-13T14:53:15.988626+0000","last_unstale":"2024-09-13T14:54:09.845877+0000","last_undegraded":"2024-09-13T14:54:09.845877+0000","last_fullsized":"2024-09-13T14:54:09.845877+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:51:38.815661+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.1c","version":"70'2","reported_seq":1206,"reported_epoch":1240,"state":"active+clean","last_fresh":"2024-09-13T14:53:47.154161+0000","last_change":"2024-09-13T14:52:34.377073+0000","last_active":"2024-09-13T14:53:47.154161+0000","last_peered":"2024-09-13T14:53:47.154161+0000","last_clean":"2024-09-13T14:53:47.154161+0000","last_became_active":"2024-09-13T14:52:34.206041+0000","last_became_peered":"2024-09-13T14:52:34.206041+0000","last_unstale":"2024-09-13T14:53:47.154161+0000","last_undegraded":"2024-09-13T14:53:47.154161+0000","last_fullsized":"2024-09-13T14:53:47.154161+0000","mapping_epoch":1223,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1224,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T22:15:14.647951+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":1,"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":[5,1,6],"acting":[5,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.1a","version":"0'0","reported_seq":1268,"reported_epoch":1241,"state":"active+clean","last_fresh":"2024-09-13T14:54:09.845616+0000","last_change":"2024-09-13T14:52:34.264204+0000","last_active":"2024-09-13T14:54:09.845616+0000","last_peered":"2024-09-13T14:54:09.845616+0000","last_clean":"2024-09-13T14:54:09.845616+0000","last_became_active":"2024-09-13T14:52:34.263873+0000","last_became_peered":"2024-09-13T14:52:34.263873+0000","last_unstale":"2024-09-13T14:54:09.845616+0000","last_undegraded":"2024-09-13T14:54:09.845616+0000","last_fullsized":"2024-09-13T14:54:09.845616+0000","mapping_epoch":1223,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1224,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:05:47.054773+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[3,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1d","version":"70'2","reported_seq":1197,"reported_epoch":1240,"state":"active+clean","last_fresh":"2024-09-13T14:53:47.154718+0000","last_change":"2024-09-13T14:52:34.207172+0000","last_active":"2024-09-13T14:53:47.154718+0000","last_peered":"2024-09-13T14:53:47.154718+0000","last_clean":"2024-09-13T14:53:47.154718+0000","last_became_active":"2024-09-13T14:52:34.206861+0000","last_became_peered":"2024-09-13T14:52:34.206861+0000","last_unstale":"2024-09-13T14:53:47.154718+0000","last_undegraded":"2024-09-13T14:53:47.154718+0000","last_fullsized":"2024-09-13T14:53:47.154718+0000","mapping_epoch":1223,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1224,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T16:53:54.089334+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":1,"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":[5,6,1],"acting":[5,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.19","version":"0'0","reported_seq":271,"reported_epoch":1241,"state":"active+clean","last_fresh":"2024-09-13T14:54:09.845462+0000","last_change":"2024-09-13T14:50:40.391325+0000","last_active":"2024-09-13T14:54:09.845462+0000","last_peered":"2024-09-13T14:54:09.845462+0000","last_clean":"2024-09-13T14:54:09.845462+0000","last_became_active":"2024-09-13T14:50:40.389039+0000","last_became_peered":"2024-09-13T14:50:40.389039+0000","last_unstale":"2024-09-13T14:54:09.845462+0000","last_undegraded":"2024-09-13T14:54:09.845462+0000","last_fullsized":"2024-09-13T14:54:09.845462+0000","mapping_epoch":1197,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1198,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:03:04.117706+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"70'1","reported_seq":281,"reported_epoch":1241,"state":"active+clean","last_fresh":"2024-09-13T14:54:09.846312+0000","last_change":"2024-09-13T14:52:34.216684+0000","last_active":"2024-09-13T14:54:09.846312+0000","last_peered":"2024-09-13T14:54:09.846312+0000","last_clean":"2024-09-13T14:54:09.846312+0000","last_became_active":"2024-09-13T14:52:34.216364+0000","last_became_peered":"2024-09-13T14:52:34.216364+0000","last_unstale":"2024-09-13T14:54:09.846312+0000","last_undegraded":"2024-09-13T14:54:09.846312+0000","last_fullsized":"2024-09-13T14:54:09.846312+0000","mapping_epoch":1223,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1224,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T22:31:08.083576+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.18","version":"0'0","reported_seq":747,"reported_epoch":1240,"state":"active+clean","last_fresh":"2024-09-13T14:53:47.152216+0000","last_change":"2024-09-13T14:52:34.203535+0000","last_active":"2024-09-13T14:53:47.152216+0000","last_peered":"2024-09-13T14:53:47.152216+0000","last_clean":"2024-09-13T14:53:47.152216+0000","last_became_active":"2024-09-13T14:52:34.203144+0000","last_became_peered":"2024-09-13T14:52:34.203144+0000","last_unstale":"2024-09-13T14:53:47.152216+0000","last_undegraded":"2024-09-13T14:53:47.152216+0000","last_fullsized":"2024-09-13T14:53:47.152216+0000","mapping_epoch":1223,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1224,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:05:06.012749+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1,5],"acting":[6,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.1f","version":"70'4","reported_seq":158,"reported_epoch":1240,"state":"active+clean","last_fresh":"2024-09-13T14:53:47.154929+0000","last_change":"2024-09-13T14:53:15.963485+0000","last_active":"2024-09-13T14:53:47.154929+0000","last_peered":"2024-09-13T14:53:47.154929+0000","last_clean":"2024-09-13T14:53:47.154929+0000","last_became_active":"2024-09-13T14:53:15.959312+0000","last_became_peered":"2024-09-13T14:53:15.959312+0000","last_unstale":"2024-09-13T14:53:47.154929+0000","last_undegraded":"2024-09-13T14:53:47.154929+0000","last_fullsized":"2024-09-13T14:53:47.154929+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T14:39:09.034813+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":6,"num_bytes_recovered":1746,"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":[5,6,7],"acting":[5,6,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]}],"pool_stats":[{"poolid":8,"num_pg":16,"stat_sum":{"num_bytes":6773407768,"num_objects":103355,"num_object_clones":0,"num_object_copies":310065,"num_objects_missing_on_primary":5153,"num_objects_missing":5153,"num_objects_degraded":72822,"num_objects_misplaced":25606,"num_objects_unfound":0,"num_objects_dirty":103355,"num_whiteouts":0,"num_read":1,"num_read_kb":1,"num_write":139237,"num_write_kb":7762881,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":13145,"num_bytes_recovered":861143040,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":16705986560,"data_stored":16705978416,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":98611,"ondisk_log_size":98611,"up":48,"acting":37,"num_store_stats":6},{"poolid":4,"num_pg":32,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":96,"acting":96,"num_store_stats":8},{"poolid":3,"num_pg":32,"stat_sum":{"num_bytes":5554,"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":62,"num_write_kb":31,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":45,"num_bytes_recovered":11732,"num_keys_recovered":20,"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":122880,"data_stored":22056,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":16791,"internal_metadata":0},"log_size":56,"ondisk_log_size":56,"up":96,"acting":96,"num_store_stats":8},{"poolid":2,"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":3,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":1,"num_pg":11,"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":2,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":2969600,"data_stored":2951840,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":1639,"ondisk_log_size":1639,"up":33,"acting":31,"num_store_stats":6}],"osd_stats":[{"osd":7,"up_from":54,"seq":231928234426,"num_pgs":57,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":865956,"kb_used_data":419804,"kb_used_omap":1,"kb_used_meta":446142,"kb_avail":92879196,"statfs":{"total":95995035648,"available":95108296704,"internally_reserved":0,"allocated":429879296,"data_stored":427129982,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1588,"internal_metadata":456849868},"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":1222,"seq":5248450035731,"num_pgs":59,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":688044,"kb_used_data":567264,"kb_used_omap":67,"kb_used_meta":120700,"kb_avail":93057108,"statfs":{"total":95995035648,"available":95290478592,"internally_reserved":0,"allocated":580878336,"data_stored":578126314,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":69314,"internal_metadata":123597118},"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":[1,0,0,0,0,0,0,2,0,2,3,8,1],"upper_bound":8192},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":5,"up_from":38,"seq":163208757700,"num_pgs":45,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5188124,"kb_used_data":4565584,"kb_used_omap":1,"kb_used_meta":622526,"kb_avail":88557028,"statfs":{"total":95995035648,"available":90682396672,"internally_reserved":0,"allocated":4675158016,"data_stored":4672416153,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":637467078},"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":[]},{"osd":4,"up_from":0,"seq":128849019337,"num_pgs":0,"num_osds":0,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":0,"kb_used":0,"kb_used_data":0,"kb_used_omap":0,"kb_used_meta":0,"kb_avail":0,"statfs":{"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},"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":[]},{"osd":3,"up_from":845,"seq":3629247365367,"num_pgs":41,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":4400460,"kb_used_data":3772932,"kb_used_omap":34,"kb_used_meta":627485,"kb_avail":89344692,"statfs":{"total":95995035648,"available":91488964608,"internally_reserved":0,"allocated":3863482368,"data_stored":3860752722,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":35801,"internal_metadata":642544679},"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":[0,0,1],"upper_bound":8},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":2,"up_from":0,"seq":3491808411901,"num_pgs":0,"num_osds":0,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":0,"kb_used":0,"kb_used_data":0,"kb_used_omap":0,"kb_used_meta":0,"kb_avail":0,"statfs":{"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},"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":[]},{"osd":1,"up_from":780,"seq":3350074491140,"num_pgs":70,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5153684,"kb_used_data":4553932,"kb_used_omap":30,"kb_used_meta":599713,"kb_avail":88591468,"statfs":{"total":95995035648,"available":90717663232,"internally_reserved":0,"allocated":4663226368,"data_stored":4660488505,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":31404,"internal_metadata":614106452},"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":[]},{"osd":0,"up_from":746,"seq":3204045603082,"num_pgs":33,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":2943052,"kb_used_data":2495428,"kb_used_omap":66,"kb_used_meta":447549,"kb_avail":90802100,"statfs":{"total":95995035648,"available":92981350400,"internally_reserved":0,"allocated":2555318272,"data_stored":2552585139,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":68403,"internal_metadata":458290381},"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":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":3,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":4096,"data_stored":19,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":4096,"data_stored":19,"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":4096,"data_stored":19,"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":0,"data_stored":0,"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":20480,"data_stored":4880,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3890,"internal_metadata":0},{"poolid":3,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":22,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3041,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":24576,"data_stored":5394,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1366,"internal_metadata":0},{"poolid":3,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":90,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3176,"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":12288,"data_stored":674,"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":24576,"data_stored":5442,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5318,"internal_metadata":0},{"poolid":3,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":32768,"data_stored":5554,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":8,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":2543321088,"data_stored":2543321088,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":8,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":4652339200,"data_stored":4652335128,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":8,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":3853516800,"data_stored":3853516800,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":8,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":4659482624,"data_stored":4659478552,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":8,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":576258048,"data_stored":576258048,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":8,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":421068800,"data_stored":421068800,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-13T14:54:15.871 INFO:tasks.cephadm.ceph_manager.ceph:increase pool size by 10 2024-09-13T14:54:15.873 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd pool set unique_pool_3 pg_num 26 2024-09-13T14:54:15.951 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:15.973 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:15.974 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:15.975 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:16.076 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:16.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:15 smithi071 ceph-mon[107477]: pgmap v1728: 99 pgs: 1 active+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 85 active+clean; 6.3 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 105 op/s; 72824/310143 objects degraded (23.481%); 25606/310143 objects misplaced (8.256%); 9.2 MiB/s, 147 objects/s recovering 2024-09-13T14:54:16.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:15 smithi071 ceph-mon[107477]: from='client.35505 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T14:54:16.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:15 smithi071 ceph-mon[112785]: pgmap v1728: 99 pgs: 1 active+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 85 active+clean; 6.3 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 105 op/s; 72824/310143 objects degraded (23.481%); 25606/310143 objects misplaced (8.256%); 9.2 MiB/s, 147 objects/s recovering 2024-09-13T14:54:16.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:15 smithi071 ceph-mon[112785]: from='client.35505 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T14:54:16.099 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:54:16.099 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:54:16.099 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:54:16.099 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:54:16.101 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:16.102 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:16.102 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:16.111 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:54:16.111 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:54:16.129 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:54:16.130 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:54:16.156 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:54:16.156 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:54:16.166 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:54:16.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:15 smithi104 ceph-mon[105578]: pgmap v1728: 99 pgs: 1 active+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 85 active+clean; 6.3 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 105 op/s; 72824/310143 objects degraded (23.481%); 25606/310143 objects misplaced (8.256%); 9.2 MiB/s, 147 objects/s recovering 2024-09-13T14:54:16.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:15 smithi104 ceph-mon[105578]: from='client.35505 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T14:54:16.174 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:54:16.175 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:54:16.193 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T14:54:16.193 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T14:54:16.204 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:54:16.209 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:54:16.209 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:54:16.226 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:16.227 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:16.227 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:54:16.328 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:54:16.353 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:16.353 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:16.354 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:54:16.455 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:16.477 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:16.478 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:16.478 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:16.579 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:16.602 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:16.603 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:16.603 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:16.704 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:16.727 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:16.727 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:16.727 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:16.828 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:54:16.852 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:16.853 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:16.853 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:54:16.954 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:54:16.977 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:16.977 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:16.978 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:54:17.078 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:17.087 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:16 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2756667834' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:54:17.088 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:16 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2756667834' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:54:17.101 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:17.102 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:17.102 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:17.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:16 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2756667834' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:54:17.202 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:54:17.224 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:17.225 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:17.225 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:54:17.326 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:17.349 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:17.349 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:17.349 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:17.450 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:54:17.473 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:17.473 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:17.474 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:54:17.574 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:17.596 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:17.597 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:17.597 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:17.698 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:17.723 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:17.723 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:17.724 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:17.825 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:17.849 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:17.850 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:17.850 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:17.951 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:17.973 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:17.974 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:17.974 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:18.075 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:18.099 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:18.099 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:18.100 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:18.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:17 smithi071 ceph-mon[107477]: pgmap v1729: 99 pgs: 1 active+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 85 active+clean; 6.3 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 111 op/s; 71579/309114 objects degraded (23.156%); 25534/309114 objects misplaced (8.260%); 9.1 MiB/s, 191 objects/s recovering 2024-09-13T14:54:18.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:17 smithi071 ceph-mon[107477]: osdmap e1242: 8 total, 8 up, 6 in 2024-09-13T14:54:18.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:17 smithi071 ceph-mon[112785]: pgmap v1729: 99 pgs: 1 active+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 85 active+clean; 6.3 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 111 op/s; 71579/309114 objects degraded (23.156%); 25534/309114 objects misplaced (8.260%); 9.1 MiB/s, 191 objects/s recovering 2024-09-13T14:54:18.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:17 smithi071 ceph-mon[112785]: osdmap e1242: 8 total, 8 up, 6 in 2024-09-13T14:54:18.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:17 smithi104 ceph-mon[105578]: pgmap v1729: 99 pgs: 1 active+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 85 active+clean; 6.3 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 111 op/s; 71579/309114 objects degraded (23.156%); 25534/309114 objects misplaced (8.260%); 9.1 MiB/s, 191 objects/s recovering 2024-09-13T14:54:18.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:17 smithi104 ceph-mon[105578]: osdmap e1242: 8 total, 8 up, 6 in 2024-09-13T14:54:18.201 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:18.225 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:18.225 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:18.226 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:18.329 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:54:18.353 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:18.354 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:18.354 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:54:18.455 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:54:18.479 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:18.479 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:18.480 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:54:18.580 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:18.605 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:18.606 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:18.607 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:18.708 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:18.729 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:18.730 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:18.730 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:18.831 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:18.854 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:18.855 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:18.855 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:18.870 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T14:54:18.870 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:54:18.956 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:54:18.983 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:18.983 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:18.984 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:54:19.084 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:54:19.109 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:19.110 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:19.110 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:54:19.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:18 smithi071 ceph-mon[107477]: osdmap e1243: 8 total, 8 up, 6 in 2024-09-13T14:54:19.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:18 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 71579/309114 objects degraded (23.156%), 13 pgs degraded, 8 pgs undersized (PG_DEGRADED) 2024-09-13T14:54:19.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:18 smithi071 ceph-mon[112785]: osdmap e1243: 8 total, 8 up, 6 in 2024-09-13T14:54:19.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:18 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 71579/309114 objects degraded (23.156%), 13 pgs degraded, 8 pgs undersized (PG_DEGRADED) 2024-09-13T14:54:19.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:18 smithi104 ceph-mon[105578]: osdmap e1243: 8 total, 8 up, 6 in 2024-09-13T14:54:19.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:18 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 71579/309114 objects degraded (23.156%), 13 pgs degraded, 8 pgs undersized (PG_DEGRADED) 2024-09-13T14:54:19.211 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:19.233 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:19.233 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:19.234 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:19.335 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:19.356 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:19.357 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:19.357 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:19.458 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:19.480 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:19.480 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:19.481 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:19.554 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.3 dump_ops_in_flight 2024-09-13T14:54:19.582 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:54:19.604 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:19.605 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:19.605 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:54:19.706 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:54:19.728 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:19.729 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:19.729 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:54:19.830 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:19.854 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:19.855 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:19.855 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:19.956 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:54:19.978 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:19.979 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:19.979 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:54:20.080 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:20.103 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:20.103 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:20.103 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:20.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:19 smithi071 ceph-mon[107477]: pgmap v1732: 99 pgs: 1 active+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 85 active+clean; 6.3 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 98 op/s; 71549/309009 objects degraded (23.154%); 25498/309009 objects misplaced (8.252%); 5.3 MiB/s, 143 objects/s recovering 2024-09-13T14:54:20.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:19 smithi071 ceph-mon[112785]: pgmap v1732: 99 pgs: 1 active+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 85 active+clean; 6.3 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 98 op/s; 71549/309009 objects degraded (23.154%); 25498/309009 objects misplaced (8.252%); 5.3 MiB/s, 143 objects/s recovering 2024-09-13T14:54:20.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:19 smithi104 ceph-mon[105578]: pgmap v1732: 99 pgs: 1 active+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 85 active+clean; 6.3 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 98 op/s; 71549/309009 objects degraded (23.154%); 25498/309009 objects misplaced (8.252%); 5.3 MiB/s, 143 objects/s recovering 2024-09-13T14:54:20.204 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:54:20.226 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:20.226 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:20.227 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:54:20.328 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:54:20.349 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:20.350 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:20.351 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:54:20.448 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:54:20.451 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:54:20.475 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:20.475 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:20.476 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:54:20.482 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:54:20.577 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:20.598 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:20.599 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:20.599 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:20.700 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:20.722 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:20.723 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:20.723 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:20.824 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:20.846 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:20.847 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:20.847 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:20.853 INFO:teuthology.orchestra.run.smithi071.stderr:noscrub is unset 2024-09-13T14:54:20.948 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:20.971 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:20.971 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:20.972 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:21.002 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:20 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3996713850' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:54:21.003 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:20 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3996713850' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:54:21.073 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:21.095 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:21.096 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:21.096 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:21.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:20 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3996713850' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:54:21.196 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:21.219 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:21.219 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:21.220 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:21.321 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:54:21.344 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:21.345 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:21.345 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:54:21.447 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:21.469 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:21.469 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:21.470 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:21.571 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:54:21.593 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:21.593 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:21.594 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:54:21.694 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:54:21.717 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:21.717 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:21.718 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:54:21.819 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:21.841 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:21.842 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:21.842 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:21.943 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:54:21.964 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:21.965 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:21.965 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:54:22.066 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:22.087 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:22.089 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:22.089 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:22.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:21 smithi071 ceph-mon[112785]: pgmap v1733: 99 pgs: 1 active+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 86 active+clean; 6.3 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 112 op/s; 71016/307983 objects degraded (23.058%); 25461/307983 objects misplaced (8.267%); 5.4 MiB/s, 185 objects/s recovering 2024-09-13T14:54:22.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:21 smithi071 ceph-mon[112785]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:54:22.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:21 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3996713850' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T14:54:22.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:21 smithi071 ceph-mon[112785]: osdmap e1244: 8 total, 8 up, 6 in 2024-09-13T14:54:22.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:21 smithi071 ceph-mon[107477]: pgmap v1733: 99 pgs: 1 active+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 86 active+clean; 6.3 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 112 op/s; 71016/307983 objects degraded (23.058%); 25461/307983 objects misplaced (8.267%); 5.4 MiB/s, 185 objects/s recovering 2024-09-13T14:54:22.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:21 smithi071 ceph-mon[107477]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:54:22.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:21 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3996713850' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T14:54:22.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:21 smithi071 ceph-mon[107477]: osdmap e1244: 8 total, 8 up, 6 in 2024-09-13T14:54:22.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:21 smithi104 ceph-mon[105578]: pgmap v1733: 99 pgs: 1 active+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 86 active+clean; 6.3 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 112 op/s; 71016/307983 objects degraded (23.058%); 25461/307983 objects misplaced (8.267%); 5.4 MiB/s, 185 objects/s recovering 2024-09-13T14:54:22.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:21 smithi104 ceph-mon[105578]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:54:22.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:21 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3996713850' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T14:54:22.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:21 smithi104 ceph-mon[105578]: osdmap e1244: 8 total, 8 up, 6 in 2024-09-13T14:54:22.190 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:22.202 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=true 2024-09-13T14:54:22.213 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:22.214 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:22.214 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:22.315 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:22.336 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:22.337 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:22.337 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:22.441 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:22.462 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:22.463 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:22.463 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:22.564 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:54:22.585 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:22.586 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:22.586 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:54:22.687 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:22.708 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:22.708 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:22.709 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:22.809 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:54:22.831 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:22.831 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:22.832 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:54:22.891 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:54:22 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:54:22] "GET /metrics HTTP/1.1" 200 36668 "" "Prometheus/2.51.0" 2024-09-13T14:54:22.933 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:54:22.955 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:22.956 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:22.956 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:54:23.057 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:23.079 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:23.080 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:23.080 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:23.181 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:23.202 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:23.203 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:23.203 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:23.304 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:54:23.327 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:23.328 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:23.328 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:54:23.429 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:54:23.453 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:23.453 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:23.454 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:54:23.554 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:54:23.575 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:23.576 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:23.576 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:54:23.677 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:23.699 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:23.699 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:23.700 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:23.777 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:54:23.801 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:54:23.822 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:23.823 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:23.824 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:54:23.925 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:23.947 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:23.947 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:23.948 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:24.011 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:23 smithi071 ceph-mon[107477]: pgmap v1735: 99 pgs: 1 active+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 86 active+clean; 6.3 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 96 op/s; 70899/307383 objects degraded (23.065%); 25382/307383 objects misplaced (8.257%); 842 KiB/s, 68 objects/s recovering 2024-09-13T14:54:24.011 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:23 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 70899/307383 objects degraded (23.065%), 12 pgs degraded, 12 pgs undersized (PG_DEGRADED) 2024-09-13T14:54:24.012 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:23 smithi071 ceph-mon[112785]: pgmap v1735: 99 pgs: 1 active+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 86 active+clean; 6.3 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 96 op/s; 70899/307383 objects degraded (23.065%); 25382/307383 objects misplaced (8.257%); 842 KiB/s, 68 objects/s recovering 2024-09-13T14:54:24.012 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:23 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 70899/307383 objects degraded (23.065%), 12 pgs degraded, 12 pgs undersized (PG_DEGRADED) 2024-09-13T14:54:24.048 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:24.070 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:24.070 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:24.071 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:24.171 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:24.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:23 smithi104 ceph-mon[105578]: pgmap v1735: 99 pgs: 1 active+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 86 active+clean; 6.3 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 96 op/s; 70899/307383 objects degraded (23.065%); 25382/307383 objects misplaced (8.257%); 842 KiB/s, 68 objects/s recovering 2024-09-13T14:54:24.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:23 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 70899/307383 objects degraded (23.065%), 12 pgs degraded, 12 pgs undersized (PG_DEGRADED) 2024-09-13T14:54:24.194 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:24.194 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:24.195 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:24.215 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd unset nodeep-scrub 2024-09-13T14:54:24.295 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:24.317 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:24.318 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:24.318 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:24.420 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:54:24.441 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:24.442 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:24.442 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:54:24.495 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T14:54:24.495 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:54:24.543 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:24.568 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:24.569 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:24.570 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:24.670 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:54:24.694 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:24.694 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:24.695 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:54:24.795 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:24.817 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:24.818 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:24.818 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:24.919 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:24.940 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:24.941 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:24.941 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:25.042 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:25.064 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:25.064 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:25.065 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:25.166 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:25.188 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:25.188 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:25.189 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:25.290 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:25.312 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:25.313 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:25.313 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:25.414 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:25.435 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:25.436 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:25.437 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:25.537 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:54:25.560 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:25.561 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:25.561 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:54:25.662 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:25.676 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.3 dump_blocked_ops 2024-09-13T14:54:25.684 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:25.684 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:25.685 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:25.786 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:25.808 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:25.809 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:25.809 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:25.913 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:54:25.936 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:25.936 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:25.937 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:54:25.973 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:25 smithi071 ceph-mon[107477]: pgmap v1736: 99 pgs: 1 active+recovering+undersized+degraded+remapped, 1 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 86 active+clean; 6.2 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 99 op/s; 70763/306756 objects degraded (23.068%); 25313/306756 objects misplaced (8.252%); 905 KiB/s, 55 objects/s recovering 2024-09-13T14:54:25.973 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:25 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2921598750' entity='client.admin' cmd={"prefix": "osd pool set", "pool": "unique_pool_3", "var": "pg_num", "val": "26"} : dispatch 2024-09-13T14:54:25.973 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:25 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd pool set", "pool": "unique_pool_3", "var": "pg_num", "val": "26"} : dispatch 2024-09-13T14:54:25.973 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:25 smithi071 ceph-mon[112785]: pgmap v1736: 99 pgs: 1 active+recovering+undersized+degraded+remapped, 1 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 86 active+clean; 6.2 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 99 op/s; 70763/306756 objects degraded (23.068%); 25313/306756 objects misplaced (8.252%); 905 KiB/s, 55 objects/s recovering 2024-09-13T14:54:25.973 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:25 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2921598750' entity='client.admin' cmd={"prefix": "osd pool set", "pool": "unique_pool_3", "var": "pg_num", "val": "26"} : dispatch 2024-09-13T14:54:25.973 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:25 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd pool set", "pool": "unique_pool_3", "var": "pg_num", "val": "26"} : dispatch 2024-09-13T14:54:26.038 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:26.060 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:26.061 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:26.061 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:26.162 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:26.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:25 smithi104 ceph-mon[105578]: pgmap v1736: 99 pgs: 1 active+recovering+undersized+degraded+remapped, 1 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 86 active+clean; 6.2 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 99 op/s; 70763/306756 objects degraded (23.068%); 25313/306756 objects misplaced (8.252%); 905 KiB/s, 55 objects/s recovering 2024-09-13T14:54:26.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:25 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2921598750' entity='client.admin' cmd={"prefix": "osd pool set", "pool": "unique_pool_3", "var": "pg_num", "val": "26"} : dispatch 2024-09-13T14:54:26.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:25 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd pool set", "pool": "unique_pool_3", "var": "pg_num", "val": "26"} : dispatch 2024-09-13T14:54:26.184 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:26.184 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:26.185 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:26.286 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:26.308 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:26.309 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:26.309 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:26.342 INFO:teuthology.orchestra.run.smithi071.stderr:set pool 8 pg_num to 26 2024-09-13T14:54:26.410 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:54:26.432 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:26.432 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:26.432 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:54:26.533 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:54:26.555 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:26.556 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:26.556 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:54:26.657 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:26.679 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:26.680 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:26.680 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:26.781 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:54:26.802 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:26.803 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:26.803 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:54:26.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:26 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "unique_pool_3", "var": "pg_num", "val": "26"}]': finished 2024-09-13T14:54:26.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:26 smithi071 ceph-mon[107477]: osdmap e1245: 8 total, 8 up, 6 in 2024-09-13T14:54:26.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:26 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pool set", "pool": "unique_pool_3", "var": "pg_num_actual", "val": "26"} : dispatch 2024-09-13T14:54:26.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:26 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "unique_pool_3", "var": "pg_num", "val": "26"}]': finished 2024-09-13T14:54:26.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:26 smithi071 ceph-mon[112785]: osdmap e1245: 8 total, 8 up, 6 in 2024-09-13T14:54:26.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:26 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pool set", "pool": "unique_pool_3", "var": "pg_num_actual", "val": "26"} : dispatch 2024-09-13T14:54:26.904 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:54:26.953 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:26.954 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:26.954 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:54:27.055 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:27.123 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:27.124 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:27.124 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:27.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:26 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "unique_pool_3", "var": "pg_num", "val": "26"}]': finished 2024-09-13T14:54:27.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:26 smithi104 ceph-mon[105578]: osdmap e1245: 8 total, 8 up, 6 in 2024-09-13T14:54:27.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:26 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pool set", "pool": "unique_pool_3", "var": "pg_num_actual", "val": "26"} : dispatch 2024-09-13T14:54:27.225 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:27.246 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:27.247 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:27.247 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:27.348 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:27.370 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:27.370 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:27.371 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:27.471 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:27.492 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:27.493 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:27.493 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:27.594 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:27.615 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:27.616 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:27.617 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:27.717 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:54:27.739 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:27.740 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:27.740 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:54:27.841 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:27.862 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:27.863 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:27.863 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:27.964 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:54:27.986 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:27.987 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:27.987 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:54:28.088 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:28.109 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:28.110 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:28.110 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:28.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:27 smithi071 ceph-mon[107477]: pgmap v1738: 99 pgs: 1 active+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 86 active+clean; 6.2 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 131 op/s; 70581/305853 objects degraded (23.077%); 25260/305853 objects misplaced (8.259%); 856 KiB/s, 54 objects/s recovering 2024-09-13T14:54:28.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:27 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pool set", "pool": "unique_pool_3", "var": "pg_num_actual", "val": "26"}]': finished 2024-09-13T14:54:28.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:27 smithi071 ceph-mon[107477]: osdmap e1246: 8 total, 8 up, 6 in 2024-09-13T14:54:28.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:27 smithi071 ceph-mon[112785]: pgmap v1738: 99 pgs: 1 active+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 86 active+clean; 6.2 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 131 op/s; 70581/305853 objects degraded (23.077%); 25260/305853 objects misplaced (8.259%); 856 KiB/s, 54 objects/s recovering 2024-09-13T14:54:28.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:27 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pool set", "pool": "unique_pool_3", "var": "pg_num_actual", "val": "26"}]': finished 2024-09-13T14:54:28.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:27 smithi071 ceph-mon[112785]: osdmap e1246: 8 total, 8 up, 6 in 2024-09-13T14:54:28.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:27 smithi104 ceph-mon[105578]: pgmap v1738: 99 pgs: 1 active+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 7 active+undersized+degraded+remapped+backfill_wait, 86 active+clean; 6.2 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 131 op/s; 70581/305853 objects degraded (23.077%); 25260/305853 objects misplaced (8.259%); 856 KiB/s, 54 objects/s recovering 2024-09-13T14:54:28.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:27 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pool set", "pool": "unique_pool_3", "var": "pg_num_actual", "val": "26"}]': finished 2024-09-13T14:54:28.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:27 smithi104 ceph-mon[105578]: osdmap e1246: 8 total, 8 up, 6 in 2024-09-13T14:54:28.212 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:54:28.236 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:28.237 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:28.237 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:54:28.338 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:28.359 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:28.359 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:28.360 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:28.370 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:54:28.405 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:54:28.461 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:54:28.482 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:28.483 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:28.483 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:54:28.584 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:28.606 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:28.607 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:28.607 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:28.708 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:28.730 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:28.730 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:28.730 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:28.831 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:28.856 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:28.857 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:28.858 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:28.959 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:54:28.963 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:28 smithi071 ceph-mon[107477]: 8.9 continuing backfill to osd.6 from (1212'1100,1245'8970] MIN to 1245'8970 2024-09-13T14:54:28.964 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:28 smithi071 ceph-mon[107477]: osdmap e1247: 8 total, 8 up, 6 in 2024-09-13T14:54:28.964 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:28 smithi071 ceph-mon[107477]: 8.7 continuing backfill to osd.6 from (1215'3400,1245'8833] MIN to 1245'8833 2024-09-13T14:54:28.964 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:28 smithi071 ceph-mon[107477]: 8.8 continuing backfill to osd.7 from (1213'3000,1245'8684] MIN to 1245'8684 2024-09-13T14:54:28.964 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:28 smithi071 ceph-mon[107477]: 8.4 continuing backfill to osd.6 from (1213'3100,1245'8847] MIN to 1245'8847 2024-09-13T14:54:28.965 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:28 smithi071 ceph-mon[107477]: 8.3 continuing backfill to osd.6 from (1215'3300,1245'8648] MIN to 1245'8648 2024-09-13T14:54:28.965 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:28 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 70581/305853 objects degraded (23.077%), 12 pgs degraded, 12 pgs undersized (PG_DEGRADED) 2024-09-13T14:54:28.965 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:28 smithi071 ceph-mon[107477]: osdmap e1248: 8 total, 8 up, 6 in 2024-09-13T14:54:28.965 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:28 smithi071 ceph-mon[107477]: 8.2 scrub starts 2024-09-13T14:54:28.965 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:28 smithi071 ceph-mon[107477]: 8.0 scrub starts 2024-09-13T14:54:28.966 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:28 smithi071 ceph-mon[107477]: 8.2 scrub ok 2024-09-13T14:54:28.966 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:28 smithi071 ceph-mon[112785]: 8.9 continuing backfill to osd.6 from (1212'1100,1245'8970] MIN to 1245'8970 2024-09-13T14:54:28.966 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:28 smithi071 ceph-mon[112785]: osdmap e1247: 8 total, 8 up, 6 in 2024-09-13T14:54:28.966 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:28 smithi071 ceph-mon[112785]: 8.7 continuing backfill to osd.6 from (1215'3400,1245'8833] MIN to 1245'8833 2024-09-13T14:54:28.967 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:28 smithi071 ceph-mon[112785]: 8.8 continuing backfill to osd.7 from (1213'3000,1245'8684] MIN to 1245'8684 2024-09-13T14:54:28.967 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:28 smithi071 ceph-mon[112785]: 8.4 continuing backfill to osd.6 from (1213'3100,1245'8847] MIN to 1245'8847 2024-09-13T14:54:28.967 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:28 smithi071 ceph-mon[112785]: 8.3 continuing backfill to osd.6 from (1215'3300,1245'8648] MIN to 1245'8648 2024-09-13T14:54:28.967 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:28 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 70581/305853 objects degraded (23.077%), 12 pgs degraded, 12 pgs undersized (PG_DEGRADED) 2024-09-13T14:54:28.967 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:28 smithi071 ceph-mon[112785]: osdmap e1248: 8 total, 8 up, 6 in 2024-09-13T14:54:28.968 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:28 smithi071 ceph-mon[112785]: 8.2 scrub starts 2024-09-13T14:54:28.968 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:28 smithi071 ceph-mon[112785]: 8.0 scrub starts 2024-09-13T14:54:28.968 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:28 smithi071 ceph-mon[112785]: 8.2 scrub ok 2024-09-13T14:54:28.984 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:28.984 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:28.985 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:54:29.085 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:29.107 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:29.107 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:29.108 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:29.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:28 smithi104 ceph-mon[105578]: 8.9 continuing backfill to osd.6 from (1212'1100,1245'8970] MIN to 1245'8970 2024-09-13T14:54:29.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:28 smithi104 ceph-mon[105578]: osdmap e1247: 8 total, 8 up, 6 in 2024-09-13T14:54:29.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:28 smithi104 ceph-mon[105578]: 8.7 continuing backfill to osd.6 from (1215'3400,1245'8833] MIN to 1245'8833 2024-09-13T14:54:29.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:28 smithi104 ceph-mon[105578]: 8.8 continuing backfill to osd.7 from (1213'3000,1245'8684] MIN to 1245'8684 2024-09-13T14:54:29.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:28 smithi104 ceph-mon[105578]: 8.4 continuing backfill to osd.6 from (1213'3100,1245'8847] MIN to 1245'8847 2024-09-13T14:54:29.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:28 smithi104 ceph-mon[105578]: 8.3 continuing backfill to osd.6 from (1215'3300,1245'8648] MIN to 1245'8648 2024-09-13T14:54:29.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:28 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 70581/305853 objects degraded (23.077%), 12 pgs degraded, 12 pgs undersized (PG_DEGRADED) 2024-09-13T14:54:29.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:28 smithi104 ceph-mon[105578]: osdmap e1248: 8 total, 8 up, 6 in 2024-09-13T14:54:29.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:28 smithi104 ceph-mon[105578]: 8.2 scrub starts 2024-09-13T14:54:29.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:28 smithi104 ceph-mon[105578]: 8.0 scrub starts 2024-09-13T14:54:29.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:28 smithi104 ceph-mon[105578]: 8.2 scrub ok 2024-09-13T14:54:29.208 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:29.235 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:29.236 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:29.236 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:29.337 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:54:29.361 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:29.362 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:29.362 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:54:29.463 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:54:29.484 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:29.484 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:29.485 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:54:29.585 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:29.607 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:29.608 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:29.608 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:29.709 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:29.734 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:29.735 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:29.735 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:29.836 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:54:29.863 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:29.864 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:29.864 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:54:29.965 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:54:29.987 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:29.987 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:29.988 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:54:30.088 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:54:30.111 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:30.111 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:30.111 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:54:30.212 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:30.234 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:30.234 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:30.235 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:30.303 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:54:30.303 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:54:30.303 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:54:30.303 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:54:30.303 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:54:30.303 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:54:30.303 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:54:30.304 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:54:30.304 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:54:30.304 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:54:30.304 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:54:30.304 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T14:54:30.304 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:54:30.304 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:54:30.305 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T14:54:30.305 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:54:30.336 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:54:30.357 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:30.358 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:30.358 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:54:30.459 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:30.480 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:30.480 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:30.481 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:30.581 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:30.603 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:30.604 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:30.604 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:30.617 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:30 smithi071 ceph-mon[107477]: pgmap v1742: 109 pgs: 1 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 1 remapped+peering, 10 unknown, 7 active+undersized+degraded+remapped+backfill_wait, 86 active+clean; 6.2 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 82 op/s; 65336/305772 objects degraded (21.368%); 18935/305772 objects misplaced (6.193%); 944 KiB/s, 14 objects/s recovering 2024-09-13T14:54:30.617 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:30 smithi071 ceph-mon[107477]: 8.0 scrub ok 2024-09-13T14:54:30.617 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:30 smithi071 ceph-mon[107477]: osdmap e1249: 8 total, 8 up, 6 in 2024-09-13T14:54:30.617 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:30 smithi071 ceph-mon[107477]: 8.19 continuing backfill to osd.6 from (1212'1100,1245'8970] MIN to 1245'8970 2024-09-13T14:54:30.617 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:30 smithi071 ceph-mon[107477]: 8.17 continuing backfill to osd.6 from (1215'3400,1245'8833] MIN to 1245'8833 2024-09-13T14:54:30.617 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:30 smithi071 ceph-mon[107477]: 8.14 continuing backfill to osd.6 from (1213'3100,1245'8847] MIN to 1245'8847 2024-09-13T14:54:30.617 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:30 smithi071 ceph-mon[107477]: 8.18 continuing backfill to osd.7 from (1213'3000,1245'8684] MIN to 1245'8684 2024-09-13T14:54:30.617 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:30 smithi071 ceph-mon[107477]: 8.13 continuing backfill to osd.6 from (1215'3300,1245'8648] MIN to 1245'8648 2024-09-13T14:54:30.617 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:30 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1136692464' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:54:30.617 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:30 smithi071 ceph-mon[107477]: 8.1 scrub starts 2024-09-13T14:54:30.618 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:30 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:54:30.618 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:30 smithi071 ceph-mon[107477]: 8.10 scrub starts 2024-09-13T14:54:30.618 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:30 smithi071 ceph-mon[112785]: pgmap v1742: 109 pgs: 1 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 1 remapped+peering, 10 unknown, 7 active+undersized+degraded+remapped+backfill_wait, 86 active+clean; 6.2 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 82 op/s; 65336/305772 objects degraded (21.368%); 18935/305772 objects misplaced (6.193%); 944 KiB/s, 14 objects/s recovering 2024-09-13T14:54:30.618 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:30 smithi071 ceph-mon[112785]: 8.0 scrub ok 2024-09-13T14:54:30.618 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:30 smithi071 ceph-mon[112785]: osdmap e1249: 8 total, 8 up, 6 in 2024-09-13T14:54:30.618 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:30 smithi071 ceph-mon[112785]: 8.19 continuing backfill to osd.6 from (1212'1100,1245'8970] MIN to 1245'8970 2024-09-13T14:54:30.618 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:30 smithi071 ceph-mon[112785]: 8.17 continuing backfill to osd.6 from (1215'3400,1245'8833] MIN to 1245'8833 2024-09-13T14:54:30.618 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:30 smithi071 ceph-mon[112785]: 8.14 continuing backfill to osd.6 from (1213'3100,1245'8847] MIN to 1245'8847 2024-09-13T14:54:30.618 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:30 smithi071 ceph-mon[112785]: 8.18 continuing backfill to osd.7 from (1213'3000,1245'8684] MIN to 1245'8684 2024-09-13T14:54:30.618 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:30 smithi071 ceph-mon[112785]: 8.13 continuing backfill to osd.6 from (1215'3300,1245'8648] MIN to 1245'8648 2024-09-13T14:54:30.618 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:30 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1136692464' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:54:30.618 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:30 smithi071 ceph-mon[112785]: 8.1 scrub starts 2024-09-13T14:54:30.619 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:30 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:54:30.619 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:30 smithi071 ceph-mon[112785]: 8.10 scrub starts 2024-09-13T14:54:30.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:30 smithi104 ceph-mon[105578]: pgmap v1742: 109 pgs: 1 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 1 remapped+peering, 10 unknown, 7 active+undersized+degraded+remapped+backfill_wait, 86 active+clean; 6.2 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 82 op/s; 65336/305772 objects degraded (21.368%); 18935/305772 objects misplaced (6.193%); 944 KiB/s, 14 objects/s recovering 2024-09-13T14:54:30.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:30 smithi104 ceph-mon[105578]: 8.0 scrub ok 2024-09-13T14:54:30.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:30 smithi104 ceph-mon[105578]: osdmap e1249: 8 total, 8 up, 6 in 2024-09-13T14:54:30.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:30 smithi104 ceph-mon[105578]: 8.19 continuing backfill to osd.6 from (1212'1100,1245'8970] MIN to 1245'8970 2024-09-13T14:54:30.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:30 smithi104 ceph-mon[105578]: 8.17 continuing backfill to osd.6 from (1215'3400,1245'8833] MIN to 1245'8833 2024-09-13T14:54:30.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:30 smithi104 ceph-mon[105578]: 8.14 continuing backfill to osd.6 from (1213'3100,1245'8847] MIN to 1245'8847 2024-09-13T14:54:30.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:30 smithi104 ceph-mon[105578]: 8.18 continuing backfill to osd.7 from (1213'3000,1245'8684] MIN to 1245'8684 2024-09-13T14:54:30.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:30 smithi104 ceph-mon[105578]: 8.13 continuing backfill to osd.6 from (1215'3300,1245'8648] MIN to 1245'8648 2024-09-13T14:54:30.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:30 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1136692464' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:54:30.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:30 smithi104 ceph-mon[105578]: 8.1 scrub starts 2024-09-13T14:54:30.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:30 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:54:30.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:30 smithi104 ceph-mon[105578]: 8.10 scrub starts 2024-09-13T14:54:30.705 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:30.728 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:30.729 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:30.729 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:30.830 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:54:30.851 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:30.852 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:30.852 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:54:30.953 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:54:30.976 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:30.977 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:30.977 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:54:31.078 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:31.099 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:31.100 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:31.101 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:31.201 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:31.225 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:31.226 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:31.226 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:31.327 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:31.348 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:31.349 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:31.349 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:31.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:31 smithi071 ceph-mon[107477]: 8.1 scrub ok 2024-09-13T14:54:31.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:31 smithi071 ceph-mon[107477]: 8.10 scrub ok 2024-09-13T14:54:31.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:31 smithi071 ceph-mon[107477]: 8.11 scrub starts 2024-09-13T14:54:31.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:31 smithi071 ceph-mon[107477]: 8.11 scrub ok 2024-09-13T14:54:31.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:31 smithi071 ceph-mon[112785]: 8.1 scrub ok 2024-09-13T14:54:31.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:31 smithi071 ceph-mon[112785]: 8.10 scrub ok 2024-09-13T14:54:31.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:31 smithi071 ceph-mon[112785]: 8.11 scrub starts 2024-09-13T14:54:31.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:31 smithi071 ceph-mon[112785]: 8.11 scrub ok 2024-09-13T14:54:31.450 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:54:31.473 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:31.474 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:31.474 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:54:31.575 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:31.597 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:31.598 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:31.598 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:31.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:31 smithi104 ceph-mon[105578]: 8.1 scrub ok 2024-09-13T14:54:31.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:31 smithi104 ceph-mon[105578]: 8.10 scrub ok 2024-09-13T14:54:31.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:31 smithi104 ceph-mon[105578]: 8.11 scrub starts 2024-09-13T14:54:31.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:31 smithi104 ceph-mon[105578]: 8.11 scrub ok 2024-09-13T14:54:31.699 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:31.721 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:31.722 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:31.722 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:31.823 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:31.845 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:31.845 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:31.846 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:31.946 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:31.967 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:31.968 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:31.969 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:32.069 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:32.090 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:32.091 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:32.091 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:32.190 INFO:tasks.thrashosds.thrasher:in_osds: [0, 1, 5, 6, 3, 7] out_osds: [4, 2] dead_osds: [] live_osds: [0, 1, 2, 3, 4, 5, 7, 6] 2024-09-13T14:54:32.190 INFO:tasks.thrashosds.thrasher:choose_action: min_in 4 min_out 0 min_live 2 min_dead 0 chance_down 0.40 2024-09-13T14:54:32.191 INFO:tasks.thrashosds.thrasher:inject_pause on osd.1 2024-09-13T14:54:32.191 INFO:tasks.thrashosds.thrasher:Testing filestore_inject_stall pause injection for duration 3 2024-09-13T14:54:32.191 INFO:tasks.thrashosds.thrasher:Checking after 0, should_be_down=False 2024-09-13T14:54:32.191 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.1 config set filestore_inject_stall 3 2024-09-13T14:54:32.192 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:54:32.213 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:32.214 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:32.214 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:54:32.315 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:32.335 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:32.336 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:32.336 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:32.437 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:54:32.458 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:32.458 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:32.459 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:54:32.560 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:32.582 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:32.583 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:32.583 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:32.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:32 smithi071 ceph-mon[107477]: pgmap v1744: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 1 active+remapped+backfill_wait, 2 active+clean+scrubbing, 2 active+recovery_wait+undersized+degraded+remapped, 2 remapped+peering, 4 unknown, 8 active+undersized+degraded+remapped+backfill_wait, 89 active+clean; 6.2 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 54870/305115 objects degraded (17.983%); 25128/305115 objects misplaced (8.236%) 2024-09-13T14:54:32.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:32 smithi071 ceph-mon[107477]: 8.12 scrub starts 2024-09-13T14:54:32.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:32 smithi071 ceph-mon[107477]: 8.12 scrub ok 2024-09-13T14:54:32.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:32 smithi071 ceph-mon[112785]: pgmap v1744: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 1 active+remapped+backfill_wait, 2 active+clean+scrubbing, 2 active+recovery_wait+undersized+degraded+remapped, 2 remapped+peering, 4 unknown, 8 active+undersized+degraded+remapped+backfill_wait, 89 active+clean; 6.2 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 54870/305115 objects degraded (17.983%); 25128/305115 objects misplaced (8.236%) 2024-09-13T14:54:32.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:32 smithi071 ceph-mon[112785]: 8.12 scrub starts 2024-09-13T14:54:32.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:32 smithi071 ceph-mon[112785]: 8.12 scrub ok 2024-09-13T14:54:32.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:32 smithi104 ceph-mon[105578]: pgmap v1744: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 1 active+remapped+backfill_wait, 2 active+clean+scrubbing, 2 active+recovery_wait+undersized+degraded+remapped, 2 remapped+peering, 4 unknown, 8 active+undersized+degraded+remapped+backfill_wait, 89 active+clean; 6.2 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 54870/305115 objects degraded (17.983%); 25128/305115 objects misplaced (8.236%) 2024-09-13T14:54:32.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:32 smithi104 ceph-mon[105578]: 8.12 scrub starts 2024-09-13T14:54:32.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:32 smithi104 ceph-mon[105578]: 8.12 scrub ok 2024-09-13T14:54:32.684 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:54:32.707 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:32.707 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:32.708 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:54:32.809 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:54:32.831 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:32.832 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:32.832 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:54:32.933 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:32.955 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:32.956 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:32.956 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:33.057 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:54:33.072 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:54:32 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:54:32] "GET /metrics HTTP/1.1" 200 36676 "" "Prometheus/2.51.0" 2024-09-13T14:54:33.074 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=false 2024-09-13T14:54:33.083 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:33.083 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:33.084 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:54:33.184 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:33.208 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:33.209 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:33.209 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:33.226 INFO:teuthology.orchestra.run.smithi071.stderr:nodeep-scrub is unset 2024-09-13T14:54:33.310 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:33.333 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:33.333 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:33.334 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:33.358 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:33 smithi071 ceph-mon[107477]: osdmap e1250: 8 total, 8 up, 6 in 2024-09-13T14:54:33.358 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:33 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3408352118' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:54:33.358 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:33 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 54870/305115 objects degraded (17.983%), 11 pgs degraded, 6 pgs undersized (PG_DEGRADED) 2024-09-13T14:54:33.358 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:33 smithi071 ceph-mon[112785]: osdmap e1250: 8 total, 8 up, 6 in 2024-09-13T14:54:33.359 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:33 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3408352118' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:54:33.359 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:33 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 54870/305115 objects degraded (17.983%), 11 pgs degraded, 6 pgs undersized (PG_DEGRADED) 2024-09-13T14:54:33.435 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:33.457 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:33.457 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:33.458 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:33.558 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:33.580 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:33.580 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:33.581 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:33.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:33 smithi104 ceph-mon[105578]: osdmap e1250: 8 total, 8 up, 6 in 2024-09-13T14:54:33.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:33 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3408352118' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:54:33.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:33 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 54870/305115 objects degraded (17.983%), 11 pgs degraded, 6 pgs undersized (PG_DEGRADED) 2024-09-13T14:54:33.681 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:33.704 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:33.704 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:33.705 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:33.805 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:33.826 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:33.827 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:33.827 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:33.928 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:33.950 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:33.950 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:33.951 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:34.052 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:54:34.073 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:34.074 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:34.074 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:54:34.175 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:34.196 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:34.196 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:34.197 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:34.297 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:34.319 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:34.319 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:34.320 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:34.420 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:54:34.442 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:34.442 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:34.443 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:54:34.544 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:34.565 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:34.565 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:34.566 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:34.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:34 smithi071 ceph-mon[107477]: pgmap v1746: 109 pgs: 2 active+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 2 active+clean+scrubbing, 2 active+recovery_wait+undersized+degraded+remapped, 2 remapped+peering, 1 unknown, 10 active+undersized+degraded+remapped+backfill_wait, 89 active+clean; 6.2 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 54829/304920 objects degraded (17.981%); 25100/304920 objects misplaced (8.232%) 2024-09-13T14:54:34.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:34 smithi071 ceph-mon[107477]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T14:54:34.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:34 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3408352118' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T14:54:34.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:34 smithi071 ceph-mon[107477]: osdmap e1251: 8 total, 8 up, 6 in 2024-09-13T14:54:34.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:34 smithi071 ceph-mon[112785]: pgmap v1746: 109 pgs: 2 active+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 2 active+clean+scrubbing, 2 active+recovery_wait+undersized+degraded+remapped, 2 remapped+peering, 1 unknown, 10 active+undersized+degraded+remapped+backfill_wait, 89 active+clean; 6.2 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 54829/304920 objects degraded (17.981%); 25100/304920 objects misplaced (8.232%) 2024-09-13T14:54:34.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:34 smithi071 ceph-mon[112785]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T14:54:34.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:34 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3408352118' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T14:54:34.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:34 smithi071 ceph-mon[112785]: osdmap e1251: 8 total, 8 up, 6 in 2024-09-13T14:54:34.667 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:54:34.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:34 smithi104 ceph-mon[105578]: pgmap v1746: 109 pgs: 2 active+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 2 active+clean+scrubbing, 2 active+recovery_wait+undersized+degraded+remapped, 2 remapped+peering, 1 unknown, 10 active+undersized+degraded+remapped+backfill_wait, 89 active+clean; 6.2 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 54829/304920 objects degraded (17.981%); 25100/304920 objects misplaced (8.232%) 2024-09-13T14:54:34.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:34 smithi104 ceph-mon[105578]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T14:54:34.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:34 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3408352118' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T14:54:34.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:34 smithi104 ceph-mon[105578]: osdmap e1251: 8 total, 8 up, 6 in 2024-09-13T14:54:34.687 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:34.688 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:34.688 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:54:34.789 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:54:34.810 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:34.811 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:34.811 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:54:34.912 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:34.933 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:34.933 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:34.933 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:35.034 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:35.057 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:35.057 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:35.058 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:35.158 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:54:35.179 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:35.180 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:35.180 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:54:35.281 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:35.302 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:35.302 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:35.303 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:35.403 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:35.425 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:35.425 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:35.426 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:35.527 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:35.548 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:35.549 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:35.549 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:35.650 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:54:35.671 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:35.671 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:35.672 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:54:35.772 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:54:35.794 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:35.795 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:35.795 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:54:35.896 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:54:35.917 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:35.918 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:35.918 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:54:36.019 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:54:36.040 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:36.041 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:36.041 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:54:36.142 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:54:36.517 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:36 smithi071 ceph-mon[107477]: pgmap v1748: 109 pgs: 1 active+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 1 active+clean+scrubbing, 2 active+recovery_wait+undersized+degraded+remapped, 1 remapped+peering, 11 active+undersized+degraded+remapped+backfill_wait, 90 active+clean; 6.2 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 64293/304896 objects degraded (21.087%); 25100/304896 objects misplaced (8.232%) 2024-09-13T14:54:36.518 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:36 smithi071 ceph-mon[112785]: pgmap v1748: 109 pgs: 1 active+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 1 active+clean+scrubbing, 2 active+recovery_wait+undersized+degraded+remapped, 1 remapped+peering, 11 active+undersized+degraded+remapped+backfill_wait, 90 active+clean; 6.2 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 64293/304896 objects degraded (21.087%); 25100/304896 objects misplaced (8.232%) 2024-09-13T14:54:36.539 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:36.540 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:36.540 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:54:36.641 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:36.663 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:36.663 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:36.664 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:36.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:36 smithi104 ceph-mon[105578]: pgmap v1748: 109 pgs: 1 active+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 1 active+clean+scrubbing, 2 active+recovery_wait+undersized+degraded+remapped, 1 remapped+peering, 11 active+undersized+degraded+remapped+backfill_wait, 90 active+clean; 6.2 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 64293/304896 objects degraded (21.087%); 25100/304896 objects misplaced (8.232%) 2024-09-13T14:54:36.764 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:54:36.786 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:36.787 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:36.787 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:54:36.865 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:54:36.865 INFO:teuthology.orchestra.run.smithi071.stdout: "ops": [], 2024-09-13T14:54:36.865 INFO:teuthology.orchestra.run.smithi071.stdout: "complaint_time": 30, 2024-09-13T14:54:36.865 INFO:teuthology.orchestra.run.smithi071.stdout: "num_blocked_ops": 0 2024-09-13T14:54:36.865 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:54:36.888 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:36.909 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:36.910 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:36.910 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:37.011 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:37.032 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:37.032 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:37.033 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:37.134 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:37.156 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:37.156 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:37.157 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:37.257 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:37.279 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:37.279 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:37.280 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:37.381 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:37.402 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:37.403 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:37.404 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:37.505 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:37.528 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:37.529 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:37.529 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:37.630 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:54:37.652 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:37.653 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:37.653 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:54:37.754 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:37.775 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:37.776 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:37.776 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:37.877 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:37.900 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:37.901 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:37.902 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:38.002 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:38.026 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:38.026 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:38.027 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:38.127 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:54:38.156 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:38.156 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:38.157 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:54:38.258 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:54:38.282 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:38.282 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:38.283 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:54:38.384 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:54:38.406 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:38.407 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:38.407 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:54:38.502 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:38 smithi071 ceph-mon[107477]: pgmap v1749: 109 pgs: 1 active+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 2 active+recovery_wait+undersized+degraded+remapped, 1 remapped+peering, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 6.2 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 64287/304971 objects degraded (21.080%); 24805/304971 objects misplaced (8.134%) 2024-09-13T14:54:38.502 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:38 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 64287/304971 objects degraded (21.080%), 15 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:54:38.502 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:38 smithi071 ceph-mon[112785]: pgmap v1749: 109 pgs: 1 active+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 2 active+recovery_wait+undersized+degraded+remapped, 1 remapped+peering, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 6.2 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 64287/304971 objects degraded (21.080%); 24805/304971 objects misplaced (8.134%) 2024-09-13T14:54:38.502 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:38 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 64287/304971 objects degraded (21.080%), 15 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:54:38.508 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:38.534 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:38.534 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:38.534 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:38.636 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:54:38.656 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:38.657 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:38.657 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:54:38.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:38 smithi104 ceph-mon[105578]: pgmap v1749: 109 pgs: 1 active+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 2 active+recovery_wait+undersized+degraded+remapped, 1 remapped+peering, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 6.2 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 64287/304971 objects degraded (21.080%); 24805/304971 objects misplaced (8.134%) 2024-09-13T14:54:38.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:38 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 64287/304971 objects degraded (21.080%), 15 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:54:38.758 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:38.782 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:38.782 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:38.783 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:38.884 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:54:38.907 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:38.907 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:38.908 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:54:39.009 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:54:39.031 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:39.032 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:39.033 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:54:39.133 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:39.161 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:39.161 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:39.162 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:39.263 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:54:39.290 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:39.291 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:39.291 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:54:39.392 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:39.418 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:39.418 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:39.419 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:39.519 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:54:39.544 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:39.544 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:39.545 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:54:39.646 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:39.669 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:39.669 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:39.670 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:39.770 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:39.792 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:39.792 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:39.793 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:39.894 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:39.915 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:39.915 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:39.916 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:40.016 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:40.039 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:40.039 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:40.040 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:40.141 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:40.164 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:40.164 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:40.165 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:40.265 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:54:40.288 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:40.289 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:40.289 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:54:40.390 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:54:40.416 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:40.417 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:40.417 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:54:40.518 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:40.537 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd set noscrub 2024-09-13T14:54:40.541 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:40.542 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:40.542 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:40.566 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:40 smithi071 ceph-mon[107477]: pgmap v1750: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 6.2 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 70315/304935 objects degraded (23.059%); 24805/304935 objects misplaced (8.135%) 2024-09-13T14:54:40.567 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:40 smithi071 ceph-mon[112785]: pgmap v1750: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 6.2 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 70315/304935 objects degraded (23.059%); 24805/304935 objects misplaced (8.135%) 2024-09-13T14:54:40.643 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:54:40.666 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:40.667 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:40.667 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:54:40.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:40 smithi104 ceph-mon[105578]: pgmap v1750: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 6.2 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 70315/304935 objects degraded (23.059%); 24805/304935 objects misplaced (8.135%) 2024-09-13T14:54:40.768 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:40.795 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:40.795 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:40.796 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:40.897 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:54:40.920 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:40.920 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:40.921 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:54:41.022 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:41.046 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:41.047 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:41.048 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:41.148 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:54:41.169 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:41.170 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:41.171 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:54:41.271 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:54:41.294 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:41.295 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:41.296 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:54:41.396 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:41.419 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:41.420 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:41.420 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:41.521 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:54:41.543 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:41.543 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:41.544 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:54:41.644 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:41.667 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:41.667 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:41.668 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:41.768 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:54:41.790 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:41.791 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:41.792 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:54:41.892 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:54:41.915 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:41.915 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:41.916 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:54:42.000 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.3 dump_historic_ops 2024-09-13T14:54:42.017 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:54:42.039 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:42.040 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:42.041 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:54:42.062 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:54:42.062 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:54:42.141 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:42.167 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:42.168 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:42.169 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:42.269 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:42.293 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:42.294 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:42.296 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:42.397 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:42.422 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:42.423 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:42.423 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:42.524 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:42.548 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:42.548 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:42.549 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:42.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:42 smithi071 ceph-mon[107477]: pgmap v1751: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 6.2 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 70131/303918 objects degraded (23.076%); 24524/303918 objects misplaced (8.069%) 2024-09-13T14:54:42.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:42 smithi071 ceph-mon[112785]: pgmap v1751: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 6.2 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 70131/303918 objects degraded (23.076%); 24524/303918 objects misplaced (8.069%) 2024-09-13T14:54:42.649 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:42.671 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:42.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:42 smithi104 ceph-mon[105578]: pgmap v1751: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 6.2 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 70131/303918 objects degraded (23.076%); 24524/303918 objects misplaced (8.069%) 2024-09-13T14:54:42.673 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:42.673 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:42.774 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:54:42.801 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:42.802 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:42.802 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:54:42.903 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:42.926 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:42.927 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:42.927 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:43.028 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:43.059 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:43.060 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:43.060 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:43.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:54:42 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:54:42] "GET /metrics HTTP/1.1" 200 36676 "" "Prometheus/2.51.0" 2024-09-13T14:54:43.161 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:43.183 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:43.183 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:43.184 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:43.285 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:43.310 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:43.310 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:43.310 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:43.411 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:43.435 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:43.435 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:43.436 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:43.537 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:43.561 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:43.561 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:43.562 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:43.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:43 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 70131/303918 objects degraded (23.076%), 16 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:54:43.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:43 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 70131/303918 objects degraded (23.076%), 16 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:54:43.662 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:54:43.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:43 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 70131/303918 objects degraded (23.076%), 16 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:54:43.686 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:43.686 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:43.687 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:54:43.787 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:54:43.809 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:43.810 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:43.810 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:54:43.911 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:54:43.933 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:43.933 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:43.934 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:54:44.034 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:54:44.057 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:44.058 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:44.058 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:54:44.159 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:44.183 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:44.183 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:44.184 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:44.285 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:44.310 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:44.311 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:44.311 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:44.412 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:54:44.435 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:44.436 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:44.436 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:54:44.537 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:44.559 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:44.560 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:44.561 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:44.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:44 smithi071 ceph-mon[107477]: pgmap v1752: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 6.2 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 69955/303033 objects degraded (23.085%); 24412/303033 objects misplaced (8.056%) 2024-09-13T14:54:44.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:44 smithi071 ceph-mon[112785]: pgmap v1752: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 6.2 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 69955/303033 objects degraded (23.085%); 24412/303033 objects misplaced (8.056%) 2024-09-13T14:54:44.661 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:44.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:44 smithi104 ceph-mon[105578]: pgmap v1752: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 6.2 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 69955/303033 objects degraded (23.085%); 24412/303033 objects misplaced (8.056%) 2024-09-13T14:54:44.683 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:44.684 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:44.685 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:44.786 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:54:44.814 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:44.815 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:44.815 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:54:44.916 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:54:44.941 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:44.942 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:44.942 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:54:45.043 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:45.070 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:45.070 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:45.071 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:45.172 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:54:45.194 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:45.195 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:45.195 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:54:45.296 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:54:45.319 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:45.319 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:45.320 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:54:45.420 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:45.441 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:45.442 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:45.443 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:45.543 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:54:45.566 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:45.567 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:45.567 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:54:45.668 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:45.690 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:45.690 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:45.691 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:45.791 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:54:45.814 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:45.815 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:45.815 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:54:45.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:54:45.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:54:45.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:54:45.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:54:45.916 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:45.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:54:45.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:54:45.938 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:45.939 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:45.939 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:46.040 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:46.062 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:46.063 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:46.063 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:46.082 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:54:46.164 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:46.186 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:46.186 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:46.187 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:46.288 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:54:46.311 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:46.311 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:46.312 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:54:46.413 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:54:46.434 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:46.435 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:46.435 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:54:46.537 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:46.558 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:46.559 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:46.560 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:46.661 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:54:46.684 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:46.685 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:46.685 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:54:46.786 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:46.808 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:46.808 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:46.809 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:46.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:46 smithi071 ceph-mon[107477]: pgmap v1753: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 6.1 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 69522/301527 objects degraded (23.057%); 24338/301527 objects misplaced (8.072%) 2024-09-13T14:54:46.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:46 smithi071 ceph-mon[112785]: pgmap v1753: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 6.1 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 69522/301527 objects degraded (23.057%); 24338/301527 objects misplaced (8.072%) 2024-09-13T14:54:46.909 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:46.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:46 smithi104 ceph-mon[105578]: pgmap v1753: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 6.1 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 69522/301527 objects degraded (23.057%); 24338/301527 objects misplaced (8.072%) 2024-09-13T14:54:46.932 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:46.932 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:46.933 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:47.034 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:47.057 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:47.058 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:47.058 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:47.159 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:47.181 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:47.182 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:47.182 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:47.283 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:47.304 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:47.305 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:47.305 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:47.406 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:47.428 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:47.429 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:47.429 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:47.530 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:54:47.554 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:47.555 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:47.555 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:54:47.656 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:47.681 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:47.682 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:47.682 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:47.783 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:47.804 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:47.806 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:47.806 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:47.907 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:54:47.933 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:47.934 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:47.935 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:54:48.035 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:54:48.061 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:48.062 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:48.062 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:54:48.163 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:54:48.185 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:48.186 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:48.186 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:54:48.287 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:54:48.311 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:48.312 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:48.312 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:54:48.413 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:48.435 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:48.436 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:48.437 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:48.537 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:54:48.559 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:48.559 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:48.560 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:54:48.660 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:54:48.685 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:48.685 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:48.686 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:54:48.787 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:54:48.810 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:48.811 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:48.812 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:54:48.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:48 smithi071 ceph-mon[107477]: pgmap v1754: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 6.1 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 69052/299190 objects degraded (23.080%); 23953/299190 objects misplaced (8.006%) 2024-09-13T14:54:48.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:48 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 69052/299190 objects degraded (23.080%), 16 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:54:48.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:48 smithi071 ceph-mon[112785]: pgmap v1754: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 6.1 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 69052/299190 objects degraded (23.080%); 23953/299190 objects misplaced (8.006%) 2024-09-13T14:54:48.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:48 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 69052/299190 objects degraded (23.080%), 16 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:54:48.912 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:54:48.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:48 smithi104 ceph-mon[105578]: pgmap v1754: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 6.1 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 69052/299190 objects degraded (23.080%); 23953/299190 objects misplaced (8.006%) 2024-09-13T14:54:48.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:48 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 69052/299190 objects degraded (23.080%), 16 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:54:48.935 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:48.935 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:48.936 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:54:49.037 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:54:49.058 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:49.059 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:49.059 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:54:49.160 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:49.184 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:49.185 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:49.185 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:49.286 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:54:49.309 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:49.310 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:49.310 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:54:49.411 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:49.434 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:49.435 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:49.435 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:49.536 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:54:49.558 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:49.558 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:49.559 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:54:49.660 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:54:49.685 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:49.686 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:49.686 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:54:49.787 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:49.811 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:49.811 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:49.812 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:49.912 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:54:49.934 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:49.935 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:49.935 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:54:50.036 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:50.058 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:50.058 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:50.059 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:50.160 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:50.185 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:50.186 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:50.186 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:50.287 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:50.310 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:50.311 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:50.311 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:50.412 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:50.436 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:50.437 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:50.437 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:50.538 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:54:50.563 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:50.564 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:50.564 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:54:50.665 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:50.688 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:50.689 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:50.689 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:50.790 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:50.811 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:50.812 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:50.813 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:50.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:50 smithi071 ceph-mon[107477]: pgmap v1755: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 6.1 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 167 op/s; 68882/298938 objects degraded (23.042%); 23953/298938 objects misplaced (8.013%); 4.1 MiB/s, 65 objects/s recovering 2024-09-13T14:54:50.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:50 smithi071 ceph-mon[112785]: pgmap v1755: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 6.1 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 167 op/s; 68882/298938 objects degraded (23.042%); 23953/298938 objects misplaced (8.013%); 4.1 MiB/s, 65 objects/s recovering 2024-09-13T14:54:50.914 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:54:50.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:50 smithi104 ceph-mon[105578]: pgmap v1755: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 6.1 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 167 op/s; 68882/298938 objects degraded (23.042%); 23953/298938 objects misplaced (8.013%); 4.1 MiB/s, 65 objects/s recovering 2024-09-13T14:54:50.938 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:50.938 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:50.939 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:54:51.040 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:51.061 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:51.061 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:51.062 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:51.162 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:51.186 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:51.186 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:51.187 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:51.287 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:51.309 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:51.310 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:51.311 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:51.412 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:54:51.434 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:51.434 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:51.435 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:54:51.536 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:54:51.558 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:51.559 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:51.559 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:54:51.660 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:54:51.681 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:51.682 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:51.682 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:54:51.783 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:51.804 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:51.804 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:51.805 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:51.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:51 smithi071 ceph-mon[107477]: pgmap v1756: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 6.0 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 233 op/s; 68415/296526 objects degraded (23.072%); 23610/296526 objects misplaced (7.962%); 5.8 MiB/s, 93 objects/s recovering 2024-09-13T14:54:51.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:51 smithi071 ceph-mon[112785]: pgmap v1756: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 6.0 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 233 op/s; 68415/296526 objects degraded (23.072%); 23610/296526 objects misplaced (7.962%); 5.8 MiB/s, 93 objects/s recovering 2024-09-13T14:54:51.905 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:51.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:51 smithi104 ceph-mon[105578]: pgmap v1756: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 6.0 GiB data, 18 GiB used, 518 GiB / 536 GiB avail; 0 B/s wr, 233 op/s; 68415/296526 objects degraded (23.072%); 23610/296526 objects misplaced (7.962%); 5.8 MiB/s, 93 objects/s recovering 2024-09-13T14:54:51.922 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:54:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=cleanup t=2024-09-13T14:54:51.619228383Z level=info msg="Completed cleanup jobs" duration=12.607767ms 2024-09-13T14:54:51.922 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:54:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=plugins.update.checker t=2024-09-13T14:54:51.759925528Z level=info msg="Update check succeeded" duration=62.10219ms 2024-09-13T14:54:51.922 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:54:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=grafana.update.checker t=2024-09-13T14:54:51.776541174Z level=info msg="Update check succeeded" duration=71.625108ms 2024-09-13T14:54:51.930 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:51.930 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:51.931 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:52.032 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:52.053 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:52.054 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:52.055 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:52.155 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:54:52.177 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:52.178 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:52.178 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:54:52.279 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:54:52.301 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:52.301 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:52.302 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:54:52.403 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:54:52.425 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:52.426 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:52.426 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:54:52.488 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:54:52.528 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:54:52.553 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:52.553 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:52.554 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:54:52.655 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:52.676 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:52.677 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:52.677 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:52.778 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:52.800 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:52.801 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:52.801 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:52.843 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:54:52 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:54:52] "GET /metrics HTTP/1.1" 200 36652 "" "Prometheus/2.51.0" 2024-09-13T14:54:52.902 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:54:52.927 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:52.928 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:52.928 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:54:53.029 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:53.055 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:53.056 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:53.056 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:53.157 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:54:53.182 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:53.183 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:53.183 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:54:53.284 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:53.311 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:53.311 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:53.312 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:53.412 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:54:53.435 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:53.436 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:53.436 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:54:53.537 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:53.559 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:53.560 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:53.560 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:53.661 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:53.683 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:53.684 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:53.684 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:53.785 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:53.808 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:53.808 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:53.809 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:53.823 INFO:teuthology.orchestra.run.smithi071.stderr:noscrub is set 2024-09-13T14:54:53.910 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:53.935 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:53.936 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:53.936 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:54.037 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:54.065 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:54.066 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:54.066 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:54.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:53 smithi071 ceph-mon[107477]: pgmap v1757: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 6.0 GiB data, 18 GiB used, 519 GiB / 536 GiB avail; 0 B/s wr, 242 op/s; 68155/295170 objects degraded (23.090%); 23447/295170 objects misplaced (7.944%); 4.3 MiB/s, 68 objects/s recovering 2024-09-13T14:54:54.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:53 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/805693597' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:54:54.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:53 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:54:54.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:53 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 68155/295170 objects degraded (23.090%), 16 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:54:54.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:53 smithi071 ceph-mon[112785]: pgmap v1757: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 6.0 GiB data, 18 GiB used, 519 GiB / 536 GiB avail; 0 B/s wr, 242 op/s; 68155/295170 objects degraded (23.090%); 23447/295170 objects misplaced (7.944%); 4.3 MiB/s, 68 objects/s recovering 2024-09-13T14:54:54.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:53 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/805693597' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:54:54.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:53 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:54:54.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:53 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 68155/295170 objects degraded (23.090%), 16 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:54:54.167 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:54:54.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:53 smithi104 ceph-mon[105578]: pgmap v1757: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 6.0 GiB data, 18 GiB used, 519 GiB / 536 GiB avail; 0 B/s wr, 242 op/s; 68155/295170 objects degraded (23.090%); 23447/295170 objects misplaced (7.944%); 4.3 MiB/s, 68 objects/s recovering 2024-09-13T14:54:54.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:53 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/805693597' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:54:54.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:53 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:54:54.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:53 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 68155/295170 objects degraded (23.090%), 16 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:54:54.189 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:54.189 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:54.190 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:54:54.290 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:54:54.312 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:54.312 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:54.313 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:54:54.413 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:54:54.437 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:54.437 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:54.438 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:54:54.539 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:54.561 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:54.562 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:54.562 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:54.663 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:54:54.687 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:54.688 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:54.688 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:54:54.789 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:54.811 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:54.811 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:54.812 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:54.913 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:54.936 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:54.937 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:54.937 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:55.038 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:55.060 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:55.061 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:55.061 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:55.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:54 smithi071 ceph-mon[107477]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:54:55.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:54 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T14:54:55.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:54 smithi071 ceph-mon[107477]: osdmap e1252: 8 total, 8 up, 6 in 2024-09-13T14:54:55.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:54 smithi071 ceph-mon[112785]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:54:55.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:54 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T14:54:55.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:54 smithi071 ceph-mon[112785]: osdmap e1252: 8 total, 8 up, 6 in 2024-09-13T14:54:55.162 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:54:55.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:54 smithi104 ceph-mon[105578]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:54:55.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:54 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T14:54:55.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:54 smithi104 ceph-mon[105578]: osdmap e1252: 8 total, 8 up, 6 in 2024-09-13T14:54:55.185 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:55.186 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:55.186 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:54:55.287 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:55.310 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:55.310 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:55.311 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:55.411 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:55.436 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:55.437 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:55.437 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:55.538 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:54:55.560 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:55.561 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:55.562 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:54:55.663 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:54:55.686 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:55.687 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:55.688 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:54:55.788 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:55.813 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:55.814 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:55.815 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:55.915 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:54:55.938 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:55.938 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:55.939 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:54:56.039 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:56.062 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:56.062 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:56.063 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:56.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:55 smithi071 ceph-mon[107477]: pgmap v1759: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 6.0 GiB data, 18 GiB used, 519 GiB / 536 GiB avail; 0 B/s wr, 265 op/s; 67708/293571 objects degraded (23.064%); 23355/293571 objects misplaced (7.955%); 5.1 MiB/s, 82 objects/s recovering 2024-09-13T14:54:56.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:55 smithi071 ceph-mon[112785]: pgmap v1759: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 6.0 GiB data, 18 GiB used, 519 GiB / 536 GiB avail; 0 B/s wr, 265 op/s; 67708/293571 objects degraded (23.064%); 23355/293571 objects misplaced (7.955%); 5.1 MiB/s, 82 objects/s recovering 2024-09-13T14:54:56.163 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:56.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:55 smithi104 ceph-mon[105578]: pgmap v1759: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 6.0 GiB data, 18 GiB used, 519 GiB / 536 GiB avail; 0 B/s wr, 265 op/s; 67708/293571 objects degraded (23.064%); 23355/293571 objects misplaced (7.955%); 5.1 MiB/s, 82 objects/s recovering 2024-09-13T14:54:56.185 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:56.186 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:56.186 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:56.287 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:56.310 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:56.310 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:56.311 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:56.412 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:54:56.438 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:56.438 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:56.439 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:54:56.539 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:56.566 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:56.567 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:56.568 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:56.669 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:54:56.691 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:56.692 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:56.693 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:54:56.793 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:54:56.817 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:56.818 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:56.818 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:54:56.919 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:54:56.943 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:56.943 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:56.944 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:54:57.045 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:54:57.069 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:57.070 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:57.070 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:54:57.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:56 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2899639993' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:54:57.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:56 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2899639993' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:54:57.171 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:57.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:56 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2899639993' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:54:57.195 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:57.196 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:57.196 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:57.241 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:54:57.241 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:54:57.241 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:54:57.241 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:54:57.241 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:54:57.241 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:54:57.241 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:54:57.242 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:54:57.242 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:54:57.242 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:54:57.242 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:54:57.242 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:54:57.242 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T14:54:57.242 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T14:54:57.242 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:54:57.242 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:54:57.297 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:54:57.321 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:57.322 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:57.322 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:54:57.423 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:57.447 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:57.447 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:57.448 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:57.549 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:54:57.575 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:57.576 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:57.576 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:54:57.677 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:54:57.699 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:57.700 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:57.700 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:54:57.801 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:54:57.823 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:57.823 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:57.824 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:54:57.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:57 smithi071 ceph-mon[107477]: pgmap v1760: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.9 GiB data, 18 GiB used, 519 GiB / 536 GiB avail; 0 B/s wr, 270 op/s; 67164/291069 objects degraded (23.075%); 22935/291069 objects misplaced (7.880%); 5.3 MiB/s, 85 objects/s recovering 2024-09-13T14:54:57.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:57 smithi071 ceph-mon[112785]: pgmap v1760: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.9 GiB data, 18 GiB used, 519 GiB / 536 GiB avail; 0 B/s wr, 270 op/s; 67164/291069 objects degraded (23.075%); 22935/291069 objects misplaced (7.880%); 5.3 MiB/s, 85 objects/s recovering 2024-09-13T14:54:57.925 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:57.950 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:57.950 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:57.951 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:58.052 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:58.077 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:58.078 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:58.078 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:58.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:57 smithi104 ceph-mon[105578]: pgmap v1760: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.9 GiB data, 18 GiB used, 519 GiB / 536 GiB avail; 0 B/s wr, 270 op/s; 67164/291069 objects degraded (23.075%); 22935/291069 objects misplaced (7.880%); 5.3 MiB/s, 85 objects/s recovering 2024-09-13T14:54:58.179 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:54:58.203 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:58.204 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:58.205 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:54:58.305 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:54:58.328 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:58.329 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:58.329 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:54:58.430 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:54:58.451 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:58.452 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:58.452 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:54:58.553 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:54:58.574 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:58.574 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:58.575 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:54:58.676 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:54:58.702 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:58.703 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:58.703 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:54:58.804 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:54:58.827 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:58.828 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:58.828 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:54:58.881 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:54:58.881 INFO:teuthology.orchestra.run.smithi071.stdout: "success": "" 2024-09-13T14:54:58.882 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:54:58.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:54:58 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 67164/291069 objects degraded (23.075%), 16 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:54:58.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:54:58 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 67164/291069 objects degraded (23.075%), 16 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:54:58.929 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:54:58.953 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:58.954 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:58.954 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:54:59.055 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:54:59.081 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:59.081 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:59.082 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:54:59.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:54:58 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 67164/291069 objects degraded (23.075%), 16 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:54:59.183 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:54:59.205 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:59.205 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:59.206 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:54:59.307 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:54:59.331 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:59.331 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:59.332 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:54:59.433 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:54:59.460 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:59.461 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:59.461 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:54:59.562 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:54:59.591 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:59.591 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:59.592 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:54:59.693 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:54:59.715 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:54:59.716 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:59.716 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:54:59.817 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:54:59.840 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:59.841 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:59.841 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:54:59.942 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:54:59.965 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:54:59.966 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:54:59.966 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:55:00.067 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:55:00.090 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:00.091 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:00.092 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:55:00.109 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=true 2024-09-13T14:55:00.193 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:55:00.216 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:00.217 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:00.217 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:55:00.318 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:55:00.342 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:00.343 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:00.343 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:55:00.444 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:55:00.465 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:00.466 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:00.466 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:55:00.567 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:55:00.589 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:00.589 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:00.590 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:55:00.691 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:00.713 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:00.714 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:00.714 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:00.814 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:55:00.835 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:00.836 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:00.836 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:55:00.861 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:00 smithi071 ceph-mon[107477]: pgmap v1761: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.9 GiB data, 18 GiB used, 519 GiB / 536 GiB avail; 0 B/s wr, 270 op/s; 66988/290808 objects degraded (23.035%); 22935/290808 objects misplaced (7.887%); 5.4 MiB/s, 85 objects/s recovering 2024-09-13T14:55:00.861 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:00 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:55:00.861 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:00 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:55:00.861 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T14:55:00.862 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:55:00.862 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:00 smithi071 ceph-mon[112785]: pgmap v1761: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.9 GiB data, 18 GiB used, 519 GiB / 536 GiB avail; 0 B/s wr, 270 op/s; 66988/290808 objects degraded (23.035%); 22935/290808 objects misplaced (7.887%); 5.4 MiB/s, 85 objects/s recovering 2024-09-13T14:55:00.862 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:00 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:55:00.862 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:00 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:55:00.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:00 smithi104 ceph-mon[105578]: pgmap v1761: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.9 GiB data, 18 GiB used, 519 GiB / 536 GiB avail; 0 B/s wr, 270 op/s; 66988/290808 objects degraded (23.035%); 22935/290808 objects misplaced (7.887%); 5.4 MiB/s, 85 objects/s recovering 2024-09-13T14:55:00.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:00 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:55:00.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:00 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:55:00.937 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:00.960 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:00.960 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:00.961 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:01.061 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:01.084 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:01.085 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:01.085 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:01.186 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:55:01.209 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:01.210 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:01.210 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:55:01.311 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:01.333 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:01.333 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:01.334 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:01.435 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:55:01.457 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:01.458 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:01.458 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:55:01.522 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd set nodeep-scrub 2024-09-13T14:55:01.559 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:55:01.593 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:01.594 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:01.594 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:55:01.695 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:55:01.721 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:01.722 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:01.722 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:55:01.730 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.4 dump_ops_in_flight 2024-09-13T14:55:01.758 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:55:01.795 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:55:01.823 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:55:01.849 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:01.850 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:01.850 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:55:01.951 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:01.974 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:01.975 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:01.975 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:01.976 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:55:02.076 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:55:02.100 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:02.100 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:02.101 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:55:02.202 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:55:02.226 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:02.227 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:02.227 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:55:02.328 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:02.357 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:02.357 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:02.357 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:02.458 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:55:02.481 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:02.481 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:02.482 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:55:02.582 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:02.607 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:02.608 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:02.608 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:02.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:02 smithi071 ceph-mon[107477]: pgmap v1762: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.9 GiB data, 18 GiB used, 519 GiB / 536 GiB avail; 0 B/s wr, 287 op/s; 66385/287904 objects degraded (23.058%); 22578/287904 objects misplaced (7.842%); 5.5 MiB/s, 88 objects/s recovering 2024-09-13T14:55:02.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:02 smithi071 ceph-mon[112785]: pgmap v1762: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.9 GiB data, 18 GiB used, 519 GiB / 536 GiB avail; 0 B/s wr, 287 op/s; 66385/287904 objects degraded (23.058%); 22578/287904 objects misplaced (7.842%); 5.5 MiB/s, 88 objects/s recovering 2024-09-13T14:55:02.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:02 smithi104 ceph-mon[105578]: pgmap v1762: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.9 GiB data, 18 GiB used, 519 GiB / 536 GiB avail; 0 B/s wr, 287 op/s; 66385/287904 objects degraded (23.058%); 22578/287904 objects misplaced (7.842%); 5.5 MiB/s, 88 objects/s recovering 2024-09-13T14:55:02.709 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:55:02.731 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:02.732 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:02.732 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:55:02.833 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:55:02.857 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:02.857 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:02.858 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:55:02.959 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:02.982 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:02.982 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:02.983 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:03.084 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:55:03.107 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:03.107 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:03.108 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:55:03.140 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:55:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:55:02] "GET /metrics HTTP/1.1" 200 36671 "" "Prometheus/2.51.0" 2024-09-13T14:55:03.209 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:55:03.231 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:03.232 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:03.232 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:55:03.333 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:03.357 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:03.357 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:03.358 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:03.458 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:55:03.481 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:03.481 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:03.482 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:55:03.583 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:55:03.607 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:03.607 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:03.608 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:55:03.708 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:55:03.731 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:03.732 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:03.732 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:55:03.822 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:03 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 66385/287904 objects degraded (23.058%), 16 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:55:03.833 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:55:03.858 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:03.859 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:03.859 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:55:03.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:03 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 66385/287904 objects degraded (23.058%), 16 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:55:03.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:03 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 66385/287904 objects degraded (23.058%), 16 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:55:03.954 INFO:teuthology.orchestra.run.smithi104.stdout:ERROR: (22) Invalid argument 2024-09-13T14:55:03.954 INFO:teuthology.orchestra.run.smithi104.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:55:03.959 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:55:03.984 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:03.985 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:03.985 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:55:04.086 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:04.109 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:04.110 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:04.110 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:04.211 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:04.232 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:04.233 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:04.233 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:04.334 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:04.359 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:04.359 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:04.360 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:04.461 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:04.485 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:04.486 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:04.486 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:04.587 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:55:04.614 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:04.615 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:04.616 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:55:04.623 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.4 dump_blocked_ops 2024-09-13T14:55:04.717 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:55:04.739 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:04.739 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:04.740 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:55:04.840 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:55:04.872 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:04.873 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:04.873 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:55:04.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:04 smithi071 ceph-mon[107477]: pgmap v1763: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.8 GiB data, 18 GiB used, 519 GiB / 536 GiB avail; 0 B/s wr, 292 op/s; 66089/286383 objects degraded (23.077%); 22383/286383 objects misplaced (7.816%); 5.5 MiB/s, 88 objects/s recovering 2024-09-13T14:55:04.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:04 smithi071 ceph-mon[112785]: pgmap v1763: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.8 GiB data, 18 GiB used, 519 GiB / 536 GiB avail; 0 B/s wr, 292 op/s; 66089/286383 objects degraded (23.077%); 22383/286383 objects misplaced (7.816%); 5.5 MiB/s, 88 objects/s recovering 2024-09-13T14:55:04.900 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:55:04.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:04 smithi104 ceph-mon[105578]: pgmap v1763: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.8 GiB data, 18 GiB used, 519 GiB / 536 GiB avail; 0 B/s wr, 292 op/s; 66089/286383 objects degraded (23.077%); 22383/286383 objects misplaced (7.816%); 5.5 MiB/s, 88 objects/s recovering 2024-09-13T14:55:04.974 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:55:04.999 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:05.000 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:05.000 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:55:05.101 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:05.124 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:05.124 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:05.125 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:05.226 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:55:05.249 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:05.249 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:05.250 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:55:05.350 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:55:05.373 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:05.374 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:05.374 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:55:05.475 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:05.499 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:05.499 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:05.500 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:05.601 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:55:05.623 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:05.624 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:05.624 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:55:05.662 INFO:tasks.thrashosds.thrasher:in_osds: [0, 1, 5, 6, 3, 7] out_osds: [4, 2] dead_osds: [] live_osds: [0, 1, 2, 3, 4, 5, 7, 6] 2024-09-13T14:55:05.662 INFO:tasks.thrashosds.thrasher:choose_action: min_in 4 min_out 0 min_live 2 min_dead 0 chance_down 0.40 2024-09-13T14:55:05.663 INFO:tasks.thrashosds.thrasher:fixing pg num pool .mgr 2024-09-13T14:55:05.663 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-13T14:55:05.726 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:55:05.750 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:05.750 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:05.751 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:55:05.852 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:05.875 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:05.875 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:05.876 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:05.976 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:55:05.997 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:05.998 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:05.998 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:55:06.099 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:55:06.127 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:06.128 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:06.128 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:55:06.229 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:55:06.256 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:06.257 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:06.257 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:55:06.358 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:55:06.385 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:06.386 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:06.386 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:55:06.487 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:55:06.515 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:06.516 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:06.516 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:55:06.617 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:55:06.645 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:06.646 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:06.646 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:55:06.715 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:06 smithi104 ceph-mon[105578]: pgmap v1764: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.8 GiB data, 17 GiB used, 519 GiB / 536 GiB avail; 0 B/s wr, 273 op/s; 65660/284871 objects degraded (23.049%); 22295/284871 objects misplaced (7.826%); 5.0 MiB/s, 80 objects/s recovering 2024-09-13T14:55:06.736 INFO:teuthology.orchestra.run.smithi104.stdout:ERROR: (22) Invalid argument 2024-09-13T14:55:06.737 INFO:teuthology.orchestra.run.smithi104.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:55:06.747 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:06.773 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:06.774 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:06.774 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:06.875 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:55:06.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:06 smithi071 ceph-mon[107477]: pgmap v1764: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.8 GiB data, 17 GiB used, 519 GiB / 536 GiB avail; 0 B/s wr, 273 op/s; 65660/284871 objects degraded (23.049%); 22295/284871 objects misplaced (7.826%); 5.0 MiB/s, 80 objects/s recovering 2024-09-13T14:55:06.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:06 smithi071 ceph-mon[112785]: pgmap v1764: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.8 GiB data, 17 GiB used, 519 GiB / 536 GiB avail; 0 B/s wr, 273 op/s; 65660/284871 objects degraded (23.049%); 22295/284871 objects misplaced (7.826%); 5.0 MiB/s, 80 objects/s recovering 2024-09-13T14:55:06.898 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:06.899 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:06.899 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:55:07.000 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:07.027 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:07.028 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:07.028 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:07.129 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:55:07.151 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:07.151 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:07.152 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:55:07.252 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:55:07.273 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:07.277 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:07.277 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:55:07.378 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:55:07.387 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.4 dump_historic_ops 2024-09-13T14:55:07.403 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:07.403 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:07.403 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:55:07.504 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:55:07.532 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:07.533 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:07.533 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:55:07.634 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:07.654 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:55:07.656 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:07.656 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:07.657 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:07.757 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:55:07.782 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:07.782 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:07.783 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:55:07.883 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:55:07.906 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:07.907 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:07.908 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:55:08.008 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:55:08.037 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:08.038 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:08.038 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:55:08.139 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:55:08.164 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:08.165 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:08.166 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:55:08.267 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:55:08.291 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:08.292 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:08.292 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:55:08.393 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:08.417 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:08.417 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:08.418 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:08.519 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:08.541 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:08.542 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:08.542 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:08.643 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:08.666 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:08.667 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:08.667 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:08.671 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:08 smithi104 ceph-mon[105578]: pgmap v1765: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.8 GiB data, 17 GiB used, 519 GiB / 536 GiB avail; 0 B/s wr, 301 op/s; 65230/282699 objects degraded (23.074%); 21863/282699 objects misplaced (7.734%); 6.5 MiB/s, 103 objects/s recovering 2024-09-13T14:55:08.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:08 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 65230/282699 objects degraded (23.074%), 16 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:55:08.768 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:55:08.794 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:08.795 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:08.795 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:55:08.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:08 smithi071 ceph-mon[107477]: pgmap v1765: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.8 GiB data, 17 GiB used, 519 GiB / 536 GiB avail; 0 B/s wr, 301 op/s; 65230/282699 objects degraded (23.074%); 21863/282699 objects misplaced (7.734%); 6.5 MiB/s, 103 objects/s recovering 2024-09-13T14:55:08.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:08 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 65230/282699 objects degraded (23.074%), 16 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:55:08.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:08 smithi071 ceph-mon[112785]: pgmap v1765: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.8 GiB data, 17 GiB used, 519 GiB / 536 GiB avail; 0 B/s wr, 301 op/s; 65230/282699 objects degraded (23.074%); 21863/282699 objects misplaced (7.734%); 6.5 MiB/s, 103 objects/s recovering 2024-09-13T14:55:08.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:08 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 65230/282699 objects degraded (23.074%), 16 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:55:08.897 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:08.919 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:08.920 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:08.920 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:09.021 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:55:09.047 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:09.048 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:09.049 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:55:09.149 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:55:09.179 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:09.179 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:09.180 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:55:09.281 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:09.302 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:09.302 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:09.303 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:09.404 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:55:09.425 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:09.426 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:09.426 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:55:09.527 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:55:09.549 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:09.549 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:09.550 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:55:09.651 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:55:09.676 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:09.677 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:09.677 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:55:09.717 INFO:teuthology.orchestra.run.smithi104.stdout:ERROR: (22) Invalid argument 2024-09-13T14:55:09.717 INFO:teuthology.orchestra.run.smithi104.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:55:09.778 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:55:09.803 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:09.804 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:09.804 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:55:09.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:09 smithi071 ceph-mon[107477]: pgmap v1766: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.7 GiB data, 17 GiB used, 519 GiB / 536 GiB avail; 0 B/s wr, 239 op/s; 65059/282444 objects degraded (23.034%); 21863/282444 objects misplaced (7.741%); 5.1 MiB/s, 81 objects/s recovering 2024-09-13T14:55:09.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:09 smithi071 ceph-mon[112785]: pgmap v1766: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.7 GiB data, 17 GiB used, 519 GiB / 536 GiB avail; 0 B/s wr, 239 op/s; 65059/282444 objects degraded (23.034%); 21863/282444 objects misplaced (7.741%); 5.1 MiB/s, 81 objects/s recovering 2024-09-13T14:55:09.905 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:55:09.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:09 smithi104 ceph-mon[105578]: pgmap v1766: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.7 GiB data, 17 GiB used, 519 GiB / 536 GiB avail; 0 B/s wr, 239 op/s; 65059/282444 objects degraded (23.034%); 21863/282444 objects misplaced (7.741%); 5.1 MiB/s, 81 objects/s recovering 2024-09-13T14:55:09.927 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:09.928 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:09.928 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:55:10.029 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:55:10.051 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:10.052 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:10.052 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:55:10.153 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:10.174 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:10.175 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:10.175 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:10.276 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:55:10.300 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:10.301 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:10.301 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:55:10.402 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:55:10.424 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:10.425 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:10.425 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:55:10.526 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:55:10.553 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:10.554 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:10.554 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:55:10.555 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.5 dump_ops_in_flight 2024-09-13T14:55:10.655 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:55:10.677 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:10.678 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:10.678 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:55:10.779 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:55:10.801 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:55:10.808 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:10.809 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:10.809 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:55:10.910 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:55:10.936 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:10.937 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:10.937 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:55:11.038 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:55:11.067 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:11.068 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:11.068 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:55:11.077 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:55:11.077 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:55:11.077 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:55:11.077 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:55:11.078 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:55:11.078 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:55:11.078 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:55:11.078 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:55:11.082 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:55:11.083 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:55:11.084 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:55:11.110 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:55:11.110 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:55:11.135 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T14:55:11.135 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T14:55:11.158 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:55:11.158 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:55:11.170 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:11.201 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:11.202 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:11.202 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:11.303 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:55:11.329 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:11.330 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:11.330 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:55:11.431 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:55:11.455 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:11.456 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:11.456 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:55:11.557 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:55:11.584 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:11.585 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:11.585 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:55:11.686 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:55:11.712 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:11.712 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:11.713 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:55:11.813 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:55:11.831 INFO:teuthology.orchestra.run.smithi071.stderr:nodeep-scrub is set 2024-09-13T14:55:11.840 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:11.840 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:11.841 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:55:11.942 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:55:11.968 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:11.969 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:11.970 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:55:11.983 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:11 smithi104 ceph-mon[105578]: pgmap v1767: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.7 GiB data, 17 GiB used, 519 GiB / 536 GiB avail; 0 B/s wr, 307 op/s; 64520/279723 objects degraded (23.066%); 21480/279723 objects misplaced (7.679%); 6.5 MiB/s, 103 objects/s recovering 2024-09-13T14:55:11.983 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:11 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3008154947' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:55:11.983 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:11 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1698898996' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:55:11.983 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:11 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:55:12.071 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:55:12.099 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:12.100 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:12.100 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:55:12.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:11 smithi071 ceph-mon[107477]: pgmap v1767: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.7 GiB data, 17 GiB used, 519 GiB / 536 GiB avail; 0 B/s wr, 307 op/s; 64520/279723 objects degraded (23.066%); 21480/279723 objects misplaced (7.679%); 6.5 MiB/s, 103 objects/s recovering 2024-09-13T14:55:12.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:11 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3008154947' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:55:12.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:11 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1698898996' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:55:12.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:11 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:55:12.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:11 smithi071 ceph-mon[112785]: pgmap v1767: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.7 GiB data, 17 GiB used, 519 GiB / 536 GiB avail; 0 B/s wr, 307 op/s; 64520/279723 objects degraded (23.066%); 21480/279723 objects misplaced (7.679%); 6.5 MiB/s, 103 objects/s recovering 2024-09-13T14:55:12.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:11 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3008154947' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:55:12.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:11 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1698898996' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:55:12.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:11 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:55:12.201 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:55:12.226 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:12.227 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:12.227 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:55:12.329 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:12.360 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:12.361 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:12.361 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:12.462 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:55:12.484 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:12.485 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:12.485 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:55:12.586 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:55:12.611 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:12.612 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:12.612 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:55:12.713 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:55:12.735 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:12.736 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:12.736 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:55:12.837 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:55:12.858 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:12.859 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:12.859 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:55:12.887 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2024-09-13T14:55:12.887 INFO:teuthology.orchestra.run.smithi104.stdout: "ops": [], 2024-09-13T14:55:12.887 INFO:teuthology.orchestra.run.smithi104.stdout: "num_ops": 0 2024-09-13T14:55:12.887 INFO:teuthology.orchestra.run.smithi104.stdout:} 2024-09-13T14:55:12.887 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:12 smithi104 ceph-mon[105578]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:55:12.888 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:12 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T14:55:12.888 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:12 smithi104 ceph-mon[105578]: osdmap e1253: 8 total, 8 up, 6 in 2024-09-13T14:55:12.960 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:55:12.986 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:12.986 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:12.987 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:55:13.049 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:12 smithi071 ceph-mon[107477]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:55:13.049 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:12 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T14:55:13.049 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:12 smithi071 ceph-mon[107477]: osdmap e1253: 8 total, 8 up, 6 in 2024-09-13T14:55:13.050 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:55:12 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:55:12] "GET /metrics HTTP/1.1" 200 36671 "" "Prometheus/2.51.0" 2024-09-13T14:55:13.050 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:12 smithi071 ceph-mon[112785]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:55:13.050 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:12 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T14:55:13.050 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:12 smithi071 ceph-mon[112785]: osdmap e1253: 8 total, 8 up, 6 in 2024-09-13T14:55:13.088 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:13.112 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:13.113 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:13.113 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:13.214 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:55:13.239 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:13.240 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:13.240 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:55:13.341 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:55:13.369 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:13.369 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:13.370 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:55:13.470 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:55:13.495 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:13.496 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:13.496 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:55:13.597 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:55:13.621 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:13.622 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:13.622 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:55:13.665 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.5 dump_blocked_ops 2024-09-13T14:55:13.723 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:13.755 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:13.756 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:13.756 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:13.857 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:55:13.884 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:13.885 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:13.886 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:55:13.907 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=false 2024-09-13T14:55:13.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:13 smithi104 ceph-mon[105578]: pgmap v1769: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.7 GiB data, 17 GiB used, 519 GiB / 536 GiB avail; 0 B/s wr, 266 op/s; 64239/278391 objects degraded (23.075%); 21312/278391 objects misplaced (7.655%); 5.5 MiB/s, 88 objects/s recovering 2024-09-13T14:55:13.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:13 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 64239/278391 objects degraded (23.075%), 16 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:55:13.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:13 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:55:13.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:13 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:55:13.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:13 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:55:13.987 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:14.012 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:14.013 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:14.013 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:14.114 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:14.139 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:14.140 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:14.141 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:14.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:13 smithi071 ceph-mon[112785]: pgmap v1769: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.7 GiB data, 17 GiB used, 519 GiB / 536 GiB avail; 0 B/s wr, 266 op/s; 64239/278391 objects degraded (23.075%); 21312/278391 objects misplaced (7.655%); 5.5 MiB/s, 88 objects/s recovering 2024-09-13T14:55:14.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:13 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 64239/278391 objects degraded (23.075%), 16 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:55:14.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:55:14.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:55:14.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:55:14.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:13 smithi071 ceph-mon[107477]: pgmap v1769: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.7 GiB data, 17 GiB used, 519 GiB / 536 GiB avail; 0 B/s wr, 266 op/s; 64239/278391 objects degraded (23.075%); 21312/278391 objects misplaced (7.655%); 5.5 MiB/s, 88 objects/s recovering 2024-09-13T14:55:14.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:13 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 64239/278391 objects degraded (23.075%), 16 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:55:14.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:55:14.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:55:14.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:55:14.242 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:14.276 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:14.276 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:14.276 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:14.288 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:55:14.377 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:14.406 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:14.407 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:14.407 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:14.508 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:14.531 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:14.532 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:14.533 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:14.634 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:55:14.637 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:55:14.662 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:14.662 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:14.663 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:55:14.764 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:55:14.787 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:14.788 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:14.788 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:55:14.883 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd unset noscrub 2024-09-13T14:55:14.889 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:55:14.921 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:14.922 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:14.922 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:55:15.023 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:55:15.050 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:15.050 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:15.051 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:55:15.068 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:14 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:55:15.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:14 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:55:15.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:14 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:55:15.152 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:55:15.174 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:15.175 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:15.175 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:55:15.276 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:55:15.302 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:15.302 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:15.303 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:55:15.399 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:55:15.401 INFO:teuthology.orchestra.run.smithi071.stderr:dumped all 2024-09-13T14:55:15.403 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:55:15.433 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:15.433 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:15.434 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:55:15.534 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:55:15.556 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:15.557 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:15.557 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:55:15.660 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:55:15.684 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:15.685 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:15.685 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:55:15.786 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:15.808 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:15.809 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:15.810 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:15.910 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:15.933 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:15.934 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:15.934 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:16.035 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:16.064 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:16.065 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:16.065 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:16.133 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:15 smithi071 ceph-mon[107477]: pgmap v1770: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.6 GiB data, 17 GiB used, 519 GiB / 536 GiB avail; 0 B/s wr, 268 op/s; 63789/276813 objects degraded (23.044%); 21215/276813 objects misplaced (7.664%); 5.6 MiB/s, 88 objects/s recovering 2024-09-13T14:55:16.133 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:15 smithi071 ceph-mon[107477]: from='client.45482 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T14:55:16.134 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:15 smithi071 ceph-mon[112785]: pgmap v1770: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.6 GiB data, 17 GiB used, 519 GiB / 536 GiB avail; 0 B/s wr, 268 op/s; 63789/276813 objects degraded (23.044%); 21215/276813 objects misplaced (7.664%); 5.6 MiB/s, 88 objects/s recovering 2024-09-13T14:55:16.134 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:15 smithi071 ceph-mon[112785]: from='client.45482 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T14:55:16.166 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:55:16.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:15 smithi104 ceph-mon[105578]: pgmap v1770: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.6 GiB data, 17 GiB used, 519 GiB / 536 GiB avail; 0 B/s wr, 268 op/s; 63789/276813 objects degraded (23.044%); 21215/276813 objects misplaced (7.664%); 5.6 MiB/s, 88 objects/s recovering 2024-09-13T14:55:16.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:15 smithi104 ceph-mon[105578]: from='client.45482 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T14:55:16.194 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:16.194 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:16.195 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:55:16.295 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:55:16.319 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:16.320 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:16.320 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:55:16.421 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:16.450 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:16.451 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:16.451 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:16.552 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:55:16.582 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:16.582 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:16.583 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:55:16.684 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:55:16.709 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:16.710 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:16.710 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:55:16.811 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:55:16.839 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:16.839 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:16.840 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:55:16.940 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:55:16.963 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:16.963 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:16.964 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:55:17.064 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:17.087 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:17.088 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:17.088 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:17.189 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:17.212 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:17.213 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:17.213 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:17.314 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:55:17.342 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2024-09-13T14:55:17.342 INFO:teuthology.orchestra.run.smithi104.stdout: "ops": [], 2024-09-13T14:55:17.343 INFO:teuthology.orchestra.run.smithi104.stdout: "complaint_time": 30, 2024-09-13T14:55:17.343 INFO:teuthology.orchestra.run.smithi104.stdout: "num_blocked_ops": 0 2024-09-13T14:55:17.343 INFO:teuthology.orchestra.run.smithi104.stdout:} 2024-09-13T14:55:17.344 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:17.344 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:17.344 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:55:17.445 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:55:17.470 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:17.471 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:17.471 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:55:17.572 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:55:17.600 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:17.600 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:17.601 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:55:17.702 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:55:17.703 INFO:teuthology.orchestra.run.smithi071.stdout:{"pg_ready":true,"pg_map":{"version":1770,"stamp":"2024-09-13T14:55:14.771166+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":6045898749,"num_objects":92271,"num_object_clones":0,"num_object_copies":276813,"num_objects_missing_on_primary":4442,"num_objects_missing":4442,"num_objects_degraded":63789,"num_objects_misplaced":21215,"num_objects_unfound":0,"num_objects_dirty":92271,"num_whiteouts":0,"num_read":1,"num_read_kb":1,"num_write":123885,"num_write_kb":6303266,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":11893,"num_bytes_recovered":776351732,"num_keys_recovered":20,"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":172244,"ondisk_log_size":172244,"up":327,"acting":311,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":336,"num_osds":6,"num_per_pool_osds":6,"num_per_pool_omap_osds":6,"kb":562470912,"kb_used":17965188,"kb_used_data":14903888,"kb_used_omap":203,"kb_used_meta":3061044,"kb_avail":544505724,"statfs":{"total":575970213888,"available":557573861376,"internally_reserved":0,"allocated":15261581312,"data_stored":15244598855,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":208104,"internal_metadata":3134509848},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[0,1,3,1,1,0,3,0,2,6,4],"upper_bound":2048},"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":-176029696,"num_objects":-2686,"num_object_clones":0,"num_object_copies":-8058,"num_objects_missing_on_primary":-175,"num_objects_missing":-175,"num_objects_degraded":-1871,"num_objects_misplaced":-1080,"num_objects_unfound":0,"num_objects_dirty":-2686,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2686,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":889,"num_bytes_recovered":58261504,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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.002469"},"pg_stats":[{"pgid":"8.18","version":"1252'8928","reported_seq":9002,"reported_epoch":1252,"state":"active+remapped+backfill_wait","last_fresh":"2024-09-13T14:55:10.574033+0000","last_change":"2024-09-13T14:54:29.224583+0000","last_active":"2024-09-13T14:55:10.574033+0000","last_peered":"2024-09-13T14:55:10.574033+0000","last_clean":"2024-09-13T14:53:14.944984+0000","last_became_active":"2024-09-13T14:54:29.217202+0000","last_became_peered":"2024-09-13T14:54:29.217202+0000","last_unstale":"2024-09-13T14:55:10.574033+0000","last_undegraded":"2024-09-13T14:55:10.574033+0000","last_fullsized":"2024-09-13T14:55:10.574033+0000","mapping_epoch":1248,"log_start":"1213'3000","ondisk_log_start":"1213'3000","created":1246,"last_epoch_clean":1208,"parent":"0.0","parent_split_bits":5,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":5928,"log_dups_size":0,"ondisk_log_size":5928,"stats_invalid":true,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"queued for scrub","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":188809216,"num_objects":2881,"num_object_clones":0,"num_object_copies":8643,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":2881,"num_objects_unfound":0,"num_objects_dirty":2881,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":4586,"num_write_kb":238944,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"avail_no_missing":["5","1","3"],"object_location_counts":[{"shards":"1,3,5","objects":2881}],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.14","version":"0'0","reported_seq":309,"reported_epoch":1253,"state":"active+clean","last_fresh":"2024-09-13T14:55:11.865260+0000","last_change":"2024-09-13T14:53:15.983925+0000","last_active":"2024-09-13T14:55:11.865260+0000","last_peered":"2024-09-13T14:55:11.865260+0000","last_clean":"2024-09-13T14:55:11.865260+0000","last_became_active":"2024-09-13T14:53:15.983577+0000","last_became_peered":"2024-09-13T14:53:15.983577+0000","last_unstale":"2024-09-13T14:55:11.865260+0000","last_undegraded":"2024-09-13T14:55:11.865260+0000","last_fullsized":"2024-09-13T14:55:11.865260+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:47:03.467240+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.13","version":"70'2","reported_seq":39,"reported_epoch":1252,"state":"active+clean","last_fresh":"2024-09-13T14:54:53.832611+0000","last_change":"2024-09-13T14:53:16.055787+0000","last_active":"2024-09-13T14:54:53.832611+0000","last_peered":"2024-09-13T14:54:53.832611+0000","last_clean":"2024-09-13T14:54:53.832611+0000","last_became_active":"2024-09-13T14:53:15.974570+0000","last_became_peered":"2024-09-13T14:53:15.974570+0000","last_unstale":"2024-09-13T14:54:53.832611+0000","last_undegraded":"2024-09-13T14:54:53.832611+0000","last_fullsized":"2024-09-13T14:54:53.832611+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T22:28:24.752497+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":4,"num_bytes_recovered":68,"num_keys_recovered":20,"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":"8.19","version":"1252'9262","reported_seq":9358,"reported_epoch":1252,"state":"active+undersized+degraded+remapped+backfill_wait","last_fresh":"2024-09-13T14:55:10.372539+0000","last_change":"2024-09-13T14:54:29.226092+0000","last_active":"2024-09-13T14:55:10.372539+0000","last_peered":"2024-09-13T14:55:10.372539+0000","last_clean":"2024-09-13T14:51:18.738063+0000","last_became_active":"2024-09-13T14:54:29.217126+0000","last_became_peered":"2024-09-13T14:54:29.217126+0000","last_unstale":"2024-09-13T14:55:10.372539+0000","last_undegraded":"2024-09-13T14:54:29.211533+0000","last_fullsized":"2024-09-13T14:54:29.211364+0000","mapping_epoch":1248,"log_start":"1212'1100","ondisk_log_start":"1212'1100","created":1246,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":5,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":8162,"log_dups_size":0,"ondisk_log_size":8162,"stats_invalid":true,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"no scrub is scheduled","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":193789952,"num_objects":2957,"num_object_clones":0,"num_object_copies":8871,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":2956,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2957,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":4777,"num_write_kb":247488,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":1,"num_bytes_recovered":65536,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[0,5],"avail_no_missing":["0","5"],"object_location_counts":[{"shards":"0,5","objects":2957}],"blocked_by":[],"up_primary":6,"acting_primary":0,"purged_snaps":[]},{"pgid":"4.15","version":"0'0","reported_seq":1238,"reported_epoch":1251,"state":"active+clean","last_fresh":"2024-09-13T14:54:34.016100+0000","last_change":"2024-09-13T14:53:15.968647+0000","last_active":"2024-09-13T14:54:34.016100+0000","last_peered":"2024-09-13T14:54:34.016100+0000","last_clean":"2024-09-13T14:54:34.016100+0000","last_became_active":"2024-09-13T14:53:15.968271+0000","last_became_peered":"2024-09-13T14:53:15.968271+0000","last_unstale":"2024-09-13T14:54:34.016100+0000","last_undegraded":"2024-09-13T14:54:34.016100+0000","last_fullsized":"2024-09-13T14:54:34.016100+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:40:54.186616+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[5,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.12","version":"0'0","reported_seq":1726,"reported_epoch":1252,"state":"active+clean","last_fresh":"2024-09-13T14:54:53.835150+0000","last_change":"2024-09-13T14:53:15.989304+0000","last_active":"2024-09-13T14:54:53.835150+0000","last_peered":"2024-09-13T14:54:53.835150+0000","last_clean":"2024-09-13T14:54:53.835150+0000","last_became_active":"2024-09-13T14:53:15.988472+0000","last_became_peered":"2024-09-13T14:53:15.988472+0000","last_unstale":"2024-09-13T14:54:53.835150+0000","last_undegraded":"2024-09-13T14:54:53.835150+0000","last_fullsized":"2024-09-13T14:54:53.835150+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:44:02.695421+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.16","version":"0'0","reported_seq":1723,"reported_epoch":1252,"state":"active+clean","last_fresh":"2024-09-13T14:54:53.844496+0000","last_change":"2024-09-13T14:53:15.978673+0000","last_active":"2024-09-13T14:54:53.844496+0000","last_peered":"2024-09-13T14:54:53.844496+0000","last_clean":"2024-09-13T14:54:53.844496+0000","last_became_active":"2024-09-13T14:53:15.977443+0000","last_became_peered":"2024-09-13T14:53:15.977443+0000","last_unstale":"2024-09-13T14:54:53.844496+0000","last_undegraded":"2024-09-13T14:54:53.844496+0000","last_fullsized":"2024-09-13T14:54:53.844496+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:52:50.709751+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[0,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.11","version":"0'0","reported_seq":33,"reported_epoch":1252,"state":"active+clean","last_fresh":"2024-09-13T14:54:53.831396+0000","last_change":"2024-09-13T14:53:15.980372+0000","last_active":"2024-09-13T14:54:53.831396+0000","last_peered":"2024-09-13T14:54:53.831396+0000","last_clean":"2024-09-13T14:54:53.831396+0000","last_became_active":"2024-09-13T14:53:15.980031+0000","last_became_peered":"2024-09-13T14:53:15.980031+0000","last_unstale":"2024-09-13T14:54:53.831396+0000","last_undegraded":"2024-09-13T14:54:53.831396+0000","last_fullsized":"2024-09-13T14:54:53.831396+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:10:52.194347+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.17","version":"0'0","reported_seq":33,"reported_epoch":1252,"state":"active+clean","last_fresh":"2024-09-13T14:54:53.832216+0000","last_change":"2024-09-13T14:53:15.982134+0000","last_active":"2024-09-13T14:54:53.832216+0000","last_peered":"2024-09-13T14:54:53.832216+0000","last_clean":"2024-09-13T14:54:53.832216+0000","last_became_active":"2024-09-13T14:53:15.980447+0000","last_became_peered":"2024-09-13T14:53:15.980447+0000","last_unstale":"2024-09-13T14:54:53.832216+0000","last_undegraded":"2024-09-13T14:54:53.832216+0000","last_fullsized":"2024-09-13T14:54:53.832216+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:44:45.942344+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[7,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.10","version":"70'8","reported_seq":1090,"reported_epoch":1252,"state":"active+clean","last_fresh":"2024-09-13T14:54:53.820806+0000","last_change":"2024-09-13T14:52:34.223782+0000","last_active":"2024-09-13T14:54:53.820806+0000","last_peered":"2024-09-13T14:54:53.820806+0000","last_clean":"2024-09-13T14:54:53.820806+0000","last_became_active":"2024-09-13T14:52:34.222944+0000","last_became_peered":"2024-09-13T14:52:34.222944+0000","last_unstale":"2024-09-13T14:54:53.820806+0000","last_undegraded":"2024-09-13T14:54:53.820806+0000","last_fullsized":"2024-09-13T14:54:53.820806+0000","mapping_epoch":1223,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1224,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T21:56:52.446948+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":[6,5,3],"acting":[6,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"8.4","version":"1252'9175","reported_seq":9264,"reported_epoch":1252,"state":"active+undersized+degraded+remapped+backfill_wait","last_fresh":"2024-09-13T14:55:10.548022+0000","last_change":"2024-09-13T14:54:27.895044+0000","last_active":"2024-09-13T14:55:10.548022+0000","last_peered":"2024-09-13T14:55:10.548022+0000","last_clean":"2024-09-13T14:51:18.738063+0000","last_became_active":"2024-09-13T14:54:27.887626+0000","last_became_peered":"2024-09-13T14:54:27.887626+0000","last_unstale":"2024-09-13T14:55:10.548022+0000","last_undegraded":"2024-09-13T14:54:27.879467+0000","last_fullsized":"2024-09-13T14:54:27.879328+0000","mapping_epoch":1223,"log_start":"1213'3100","ondisk_log_start":"1213'3100","created":1207,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":6075,"log_dups_size":0,"ondisk_log_size":6075,"stats_invalid":true,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"queued for scrub","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":187006976,"num_objects":2853,"num_object_clones":0,"num_object_copies":8559,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":2850,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2853,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":4751,"num_write_kb":243360,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":4,"num_bytes_recovered":262144,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[5,3],"avail_no_missing":["5","3"],"object_location_counts":[{"shards":"3,5","objects":2853}],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.f","version":"70'1","reported_seq":37,"reported_epoch":1252,"state":"active+clean","last_fresh":"2024-09-13T14:54:53.832367+0000","last_change":"2024-09-13T14:53:16.087471+0000","last_active":"2024-09-13T14:54:53.832367+0000","last_peered":"2024-09-13T14:54:53.832367+0000","last_clean":"2024-09-13T14:54:53.832367+0000","last_became_active":"2024-09-13T14:53:15.981930+0000","last_became_peered":"2024-09-13T14:53:15.981930+0000","last_unstale":"2024-09-13T14:54:53.832367+0000","last_undegraded":"2024-09-13T14:54:53.832367+0000","last_fullsized":"2024-09-13T14:54:53.832367+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T22:47:56.249925+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":3,"num_bytes_recovered":66,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[7,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.8","version":"0'0","reported_seq":1213,"reported_epoch":1251,"state":"active+clean","last_fresh":"2024-09-13T14:54:34.016245+0000","last_change":"2024-09-13T14:53:15.959698+0000","last_active":"2024-09-13T14:54:34.016245+0000","last_peered":"2024-09-13T14:54:34.016245+0000","last_clean":"2024-09-13T14:54:34.016245+0000","last_became_active":"2024-09-13T14:53:15.959157+0000","last_became_peered":"2024-09-13T14:53:15.959157+0000","last_unstale":"2024-09-13T14:54:34.016245+0000","last_undegraded":"2024-09-13T14:54:34.016245+0000","last_fullsized":"2024-09-13T14:54:34.016245+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:31:24.198620+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"8.5","version":"1253'9046","reported_seq":12772,"reported_epoch":1253,"state":"active+recovery_wait+undersized+degraded+remapped","last_fresh":"2024-09-13T14:55:13.342897+0000","last_change":"2024-09-13T14:54:33.134354+0000","last_active":"2024-09-13T14:55:13.342897+0000","last_peered":"2024-09-13T14:55:13.342897+0000","last_clean":"2024-09-13T14:51:18.738063+0000","last_became_active":"2024-09-13T14:54:32.849571+0000","last_became_peered":"2024-09-13T14:54:32.849571+0000","last_unstale":"2024-09-13T14:55:13.342897+0000","last_undegraded":"2024-09-13T14:54:31.330443+0000","last_fullsized":"2024-09-13T14:54:27.883080+0000","mapping_epoch":1231,"log_start":"1218'3626","ondisk_log_start":"1218'3626","created":1207,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":5420,"log_dups_size":0,"ondisk_log_size":5420,"stats_invalid":true,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"queued for scrub","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":185303040,"num_objects":2827,"num_object_clones":0,"num_object_copies":8481,"num_objects_missing_on_primary":2270,"num_objects_missing":2270,"num_objects_degraded":5653,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2827,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":4683,"num_write_kb":240352,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":919,"num_bytes_recovered":60227584,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[6,0],"avail_no_missing":["0","1"],"object_location_counts":[{"shards":"0,1","objects":2270},{"shards":"0,1,6","objects":640},{"shards":"0,6","objects":-92}],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.e","version":"70'2","reported_seq":37,"reported_epoch":1252,"state":"active+clean","last_fresh":"2024-09-13T14:54:53.831749+0000","last_change":"2024-09-13T14:53:16.060403+0000","last_active":"2024-09-13T14:54:53.831749+0000","last_peered":"2024-09-13T14:54:53.831749+0000","last_clean":"2024-09-13T14:54:53.831749+0000","last_became_active":"2024-09-13T14:53:15.976978+0000","last_became_peered":"2024-09-13T14:53:15.976978+0000","last_unstale":"2024-09-13T14:54:53.831749+0000","last_undegraded":"2024-09-13T14:54:53.831749+0000","last_fullsized":"2024-09-13T14:54:53.831749+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T00:32:46.715748+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":2,"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,1,5],"acting":[7,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.9","version":"0'0","reported_seq":1264,"reported_epoch":1252,"state":"active+clean","last_fresh":"2024-09-13T14:55:08.332065+0000","last_change":"2024-09-13T14:52:54.841268+0000","last_active":"2024-09-13T14:55:08.332065+0000","last_peered":"2024-09-13T14:55:08.332065+0000","last_clean":"2024-09-13T14:55:08.332065+0000","last_became_active":"2024-09-13T14:52:54.841054+0000","last_became_peered":"2024-09-13T14:52:54.841054+0000","last_unstale":"2024-09-13T14:55:08.332065+0000","last_undegraded":"2024-09-13T14:55:08.332065+0000","last_fullsized":"2024-09-13T14:55:08.332065+0000","mapping_epoch":1226,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1227,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:02:01.313945+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1,0],"acting":[6,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"8.6","version":"1252'9039","reported_seq":11177,"reported_epoch":1252,"state":"active+recovery_wait+undersized+degraded+remapped","last_fresh":"2024-09-13T14:55:10.198153+0000","last_change":"2024-09-13T14:54:28.322290+0000","last_active":"2024-09-13T14:55:10.198153+0000","last_peered":"2024-09-13T14:55:10.198153+0000","last_clean":"2024-09-13T14:51:18.738063+0000","last_became_active":"2024-09-13T14:54:28.273562+0000","last_became_peered":"2024-09-13T14:54:28.273562+0000","last_unstale":"2024-09-13T14:55:10.198153+0000","last_undegraded":"2024-09-13T14:54:28.268707+0000","last_fullsized":"2024-09-13T14:54:28.213818+0000","mapping_epoch":1247,"log_start":"0'0","ondisk_log_start":"0'0","created":1207,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":9039,"log_dups_size":0,"ondisk_log_size":9039,"stats_invalid":true,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"no scrub is scheduled","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":192577536,"num_objects":2938,"num_object_clones":0,"num_object_copies":8814,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":5909,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2938,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":4646,"num_write_kb":242720,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":466,"num_bytes_recovered":30474240,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6,7],"acting":[0,7],"avail_no_missing":["0","3"],"object_location_counts":[{"shards":"0,3","objects":2265},{"shards":"0,3,6","objects":635},{"shards":"0,7","objects":38}],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.d","version":"70'1","reported_seq":37,"reported_epoch":1252,"state":"active+clean","last_fresh":"2024-09-13T14:54:53.832569+0000","last_change":"2024-09-13T14:53:16.092096+0000","last_active":"2024-09-13T14:54:53.832569+0000","last_peered":"2024-09-13T14:54:53.832569+0000","last_clean":"2024-09-13T14:54:53.832569+0000","last_became_active":"2024-09-13T14:53:16.050041+0000","last_became_peered":"2024-09-13T14:53:16.050041+0000","last_unstale":"2024-09-13T14:54:53.832569+0000","last_undegraded":"2024-09-13T14:54:53.832569+0000","last_fullsized":"2024-09-13T14:54:53.832569+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T14:40:22.282012+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":1,"num_bytes_recovered":70,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.a","version":"0'0","reported_seq":1125,"reported_epoch":1252,"state":"active+clean","last_fresh":"2024-09-13T14:54:53.822855+0000","last_change":"2024-09-13T14:53:15.955062+0000","last_active":"2024-09-13T14:54:53.822855+0000","last_peered":"2024-09-13T14:54:53.822855+0000","last_clean":"2024-09-13T14:54:53.822855+0000","last_became_active":"2024-09-13T14:53:15.954720+0000","last_became_peered":"2024-09-13T14:53:15.954720+0000","last_unstale":"2024-09-13T14:54:53.822855+0000","last_undegraded":"2024-09-13T14:54:53.822855+0000","last_fullsized":"2024-09-13T14:54:53.822855+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:10:24.834172+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[6,5,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"8.7","version":"1253'9162","reported_seq":9277,"reported_epoch":1253,"state":"active+undersized+degraded+remapped+backfill_wait","last_fresh":"2024-09-13T14:55:13.501306+0000","last_change":"2024-09-13T14:54:27.891120+0000","last_active":"2024-09-13T14:55:13.501306+0000","last_peered":"2024-09-13T14:55:13.501306+0000","last_clean":"2024-09-13T14:51:18.738063+0000","last_became_active":"2024-09-13T14:54:27.884652+0000","last_became_peered":"2024-09-13T14:54:27.884652+0000","last_unstale":"2024-09-13T14:55:13.501306+0000","last_undegraded":"2024-09-13T14:54:27.878945+0000","last_fullsized":"2024-09-13T14:54:27.878778+0000","mapping_epoch":1227,"log_start":"1215'3400","ondisk_log_start":"1215'3400","created":1207,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":5762,"log_dups_size":0,"ondisk_log_size":5762,"stats_invalid":true,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"no scrub is scheduled","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":187269120,"num_objects":2857,"num_object_clones":0,"num_object_copies":8571,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":2857,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2857,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":4745,"num_write_kb":243296,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[3,1],"avail_no_missing":["3","1"],"object_location_counts":[{"shards":"1,3","objects":2857}],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.c","version":"0'0","reported_seq":1226,"reported_epoch":1251,"state":"active+clean","last_fresh":"2024-09-13T14:54:34.016338+0000","last_change":"2024-09-13T14:52:33.204885+0000","last_active":"2024-09-13T14:54:34.016338+0000","last_peered":"2024-09-13T14:54:34.016338+0000","last_clean":"2024-09-13T14:54:34.016338+0000","last_became_active":"2024-09-13T14:52:33.204562+0000","last_became_peered":"2024-09-13T14:52:33.204562+0000","last_unstale":"2024-09-13T14:54:34.016338+0000","last_undegraded":"2024-09-13T14:54:34.016338+0000","last_fullsized":"2024-09-13T14:54:34.016338+0000","mapping_epoch":1222,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1223,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:27:33.024347+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.b","version":"0'0","reported_seq":1711,"reported_epoch":1252,"state":"active+clean","last_fresh":"2024-09-13T14:54:53.834290+0000","last_change":"2024-09-13T14:50:40.382234+0000","last_active":"2024-09-13T14:54:53.834290+0000","last_peered":"2024-09-13T14:54:53.834290+0000","last_clean":"2024-09-13T14:54:53.834290+0000","last_became_active":"2024-09-13T14:50:40.381952+0000","last_became_peered":"2024-09-13T14:50:40.381952+0000","last_unstale":"2024-09-13T14:54:53.834290+0000","last_undegraded":"2024-09-13T14:54:53.834290+0000","last_fullsized":"2024-09-13T14:54:53.834290+0000","mapping_epoch":1197,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1198,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:49:41.110766+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[0,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"1.9","version":"373'149","reported_seq":1593,"reported_epoch":1252,"state":"active+clean","last_fresh":"2024-09-13T14:54:53.831516+0000","last_change":"2024-09-13T14:53:18.978696+0000","last_active":"2024-09-13T14:54:53.831516+0000","last_peered":"2024-09-13T14:54:53.831516+0000","last_clean":"2024-09-13T14:54:53.831516+0000","last_became_active":"2024-09-13T14:53:18.978352+0000","last_became_peered":"2024-09-13T14:53:18.978352+0000","last_unstale":"2024-09-13T14:54:53.831516+0000","last_undegraded":"2024-09-13T14:54:53.831516+0000","last_fullsized":"2024-09-13T14:54:53.831516+0000","mapping_epoch":1233,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1234,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:00.672283+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:00.672283+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:24:44.670923+0000","scrub_duration":8,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"8.0","version":"1253'9326","reported_seq":9481,"reported_epoch":1253,"state":"active+clean","last_fresh":"2024-09-13T14:55:13.392094+0000","last_change":"2024-09-13T14:54:29.096788+0000","last_active":"2024-09-13T14:55:13.392094+0000","last_peered":"2024-09-13T14:55:13.392094+0000","last_clean":"2024-09-13T14:55:13.392094+0000","last_became_active":"2024-09-13T14:54:27.896759+0000","last_became_peered":"2024-09-13T14:54:27.896759+0000","last_unstale":"2024-09-13T14:55:13.392094+0000","last_undegraded":"2024-09-13T14:55:13.392094+0000","last_fullsized":"2024-09-13T14:55:13.392094+0000","mapping_epoch":1207,"log_start":"1213'3200","ondisk_log_start":"1213'3200","created":1207,"last_epoch_clean":1247,"parent":"0.0","parent_split_bits":0,"last_scrub":"1245'9014","last_scrub_stamp":"2024-09-13T14:54:29.096714+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:54:29.096714+0000","objects_scrubbed":3307,"log_size":6126,"log_dups_size":0,"ondisk_log_size":6126,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:27:58.653108+0000","scrub_duration":366,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":196280320,"num_objects":2995,"num_object_clones":0,"num_object_copies":8985,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2995,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":312,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[3,5,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.b","version":"70'2","reported_seq":348,"reported_epoch":1253,"state":"active+clean","last_fresh":"2024-09-13T14:55:11.863501+0000","last_change":"2024-09-13T14:53:16.052627+0000","last_active":"2024-09-13T14:55:11.863501+0000","last_peered":"2024-09-13T14:55:11.863501+0000","last_clean":"2024-09-13T14:55:11.863501+0000","last_became_active":"2024-09-13T14:53:15.989104+0000","last_became_peered":"2024-09-13T14:53:15.989104+0000","last_unstale":"2024-09-13T14:55:11.863501+0000","last_undegraded":"2024-09-13T14:55:11.863501+0000","last_fullsized":"2024-09-13T14:55:11.863501+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T21:52:18.041918+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":7,"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":[3,1,7],"acting":[3,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.c","version":"0'0","reported_seq":1318,"reported_epoch":1253,"state":"active+clean","last_fresh":"2024-09-13T14:55:11.864481+0000","last_change":"2024-09-13T14:52:34.351211+0000","last_active":"2024-09-13T14:55:11.864481+0000","last_peered":"2024-09-13T14:55:11.864481+0000","last_clean":"2024-09-13T14:55:11.864481+0000","last_became_active":"2024-09-13T14:52:34.350885+0000","last_became_peered":"2024-09-13T14:52:34.350885+0000","last_unstale":"2024-09-13T14:55:11.864481+0000","last_undegraded":"2024-09-13T14:55:11.864481+0000","last_fullsized":"2024-09-13T14:55:11.864481+0000","mapping_epoch":1223,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1224,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:16:28.802003+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.8","version":"373'149","reported_seq":1579,"reported_epoch":1252,"state":"active+clean","last_fresh":"2024-09-13T14:54:53.831298+0000","last_change":"2024-09-13T14:54:28.211706+0000","last_active":"2024-09-13T14:54:53.831298+0000","last_peered":"2024-09-13T14:54:53.831298+0000","last_clean":"2024-09-13T14:54:53.831298+0000","last_became_active":"2024-09-13T14:54:28.211275+0000","last_became_peered":"2024-09-13T14:54:28.211275+0000","last_unstale":"2024-09-13T14:54:53.831298+0000","last_undegraded":"2024-09-13T14:54:53.831298+0000","last_fullsized":"2024-09-13T14:54:53.831298+0000","mapping_epoch":1247,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1248,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:06.782570+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:06.782570+0000","objects_scrubbed":1,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:38:33.878938+0000","scrub_duration":2,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":262688,"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":1,"num_bytes_recovered":262688,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"8.1","version":"1252'8971","reported_seq":9128,"reported_epoch":1252,"state":"active+clean","last_fresh":"2024-09-13T14:55:10.583828+0000","last_change":"2024-09-13T14:54:29.778399+0000","last_active":"2024-09-13T14:55:10.583828+0000","last_peered":"2024-09-13T14:55:10.583828+0000","last_clean":"2024-09-13T14:55:10.583828+0000","last_became_active":"2024-09-13T14:54:27.891459+0000","last_became_peered":"2024-09-13T14:54:27.891459+0000","last_unstale":"2024-09-13T14:55:10.583828+0000","last_undegraded":"2024-09-13T14:55:10.583828+0000","last_fullsized":"2024-09-13T14:55:10.583828+0000","mapping_epoch":1226,"log_start":"1213'3200","ondisk_log_start":"1213'3200","created":1207,"last_epoch_clean":1247,"parent":"0.0","parent_split_bits":0,"last_scrub":"1245'8696","last_scrub_stamp":"2024-09-13T14:54:29.778333+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:54:29.778333+0000","objects_scrubbed":3109,"log_size":5771,"log_dups_size":0,"ondisk_log_size":5771,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:31:58.431339+0000","scrub_duration":391,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":185729024,"num_objects":2834,"num_object_clones":0,"num_object_copies":8502,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2834,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":275,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.a","version":"0'0","reported_seq":1117,"reported_epoch":1252,"state":"active+clean","last_fresh":"2024-09-13T14:54:53.821724+0000","last_change":"2024-09-13T14:52:34.227365+0000","last_active":"2024-09-13T14:54:53.821724+0000","last_peered":"2024-09-13T14:54:53.821724+0000","last_clean":"2024-09-13T14:54:53.821724+0000","last_became_active":"2024-09-13T14:52:34.227000+0000","last_became_peered":"2024-09-13T14:52:34.227000+0000","last_unstale":"2024-09-13T14:54:53.821724+0000","last_undegraded":"2024-09-13T14:54:53.821724+0000","last_fullsized":"2024-09-13T14:54:53.821724+0000","mapping_epoch":1223,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1224,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:12:22.940207+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1,3],"acting":[6,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"4.d","version":"0'0","reported_seq":898,"reported_epoch":1253,"state":"active+clean","last_fresh":"2024-09-13T14:55:11.828842+0000","last_change":"2024-09-13T14:52:34.211907+0000","last_active":"2024-09-13T14:55:11.828842+0000","last_peered":"2024-09-13T14:55:11.828842+0000","last_clean":"2024-09-13T14:55:11.828842+0000","last_became_active":"2024-09-13T14:52:34.211623+0000","last_became_peered":"2024-09-13T14:52:34.211623+0000","last_unstale":"2024-09-13T14:55:11.828842+0000","last_undegraded":"2024-09-13T14:55:11.828842+0000","last_fullsized":"2024-09-13T14:55:11.828842+0000","mapping_epoch":1223,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1224,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:42:44.885019+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[1,6,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"8.2","version":"1252'9117","reported_seq":21941,"reported_epoch":1252,"state":"active+clean","last_fresh":"2024-09-13T14:55:10.551748+0000","last_change":"2024-09-13T14:54:28.745013+0000","last_active":"2024-09-13T14:55:10.551748+0000","last_peered":"2024-09-13T14:55:10.551748+0000","last_clean":"2024-09-13T14:55:10.551748+0000","last_became_active":"2024-09-13T14:54:27.889348+0000","last_became_peered":"2024-09-13T14:54:27.889348+0000","last_unstale":"2024-09-13T14:55:10.551748+0000","last_undegraded":"2024-09-13T14:55:10.551748+0000","last_fullsized":"2024-09-13T14:55:10.551748+0000","mapping_epoch":1242,"log_start":"0'0","ondisk_log_start":"0'0","created":1207,"last_epoch_clean":1247,"parent":"0.0","parent_split_bits":0,"last_scrub":"1245'8814","last_scrub_stamp":"2024-09-13T14:54:28.744927+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:54:28.744927+0000","objects_scrubbed":3130,"log_size":9117,"log_dups_size":0,"ondisk_log_size":9117,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:48:33.515061+0000","scrub_duration":357,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":185270272,"num_objects":2827,"num_object_clones":0,"num_object_copies":8481,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2827,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":303,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[0,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.9","version":"0'0","reported_seq":33,"reported_epoch":1252,"state":"active+clean","last_fresh":"2024-09-13T14:54:53.831555+0000","last_change":"2024-09-13T14:53:15.973594+0000","last_active":"2024-09-13T14:54:53.831555+0000","last_peered":"2024-09-13T14:54:53.831555+0000","last_clean":"2024-09-13T14:54:53.831555+0000","last_became_active":"2024-09-13T14:53:15.973297+0000","last_became_peered":"2024-09-13T14:53:15.973297+0000","last_unstale":"2024-09-13T14:54:53.831555+0000","last_undegraded":"2024-09-13T14:54:53.831555+0000","last_fullsized":"2024-09-13T14:54:53.831555+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:58:20.456717+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[7,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.e","version":"0'0","reported_seq":760,"reported_epoch":1252,"state":"active+clean","last_fresh":"2024-09-13T14:54:53.822381+0000","last_change":"2024-09-13T14:52:34.224374+0000","last_active":"2024-09-13T14:54:53.822381+0000","last_peered":"2024-09-13T14:54:53.822381+0000","last_clean":"2024-09-13T14:54:53.822381+0000","last_became_active":"2024-09-13T14:52:34.224089+0000","last_became_peered":"2024-09-13T14:52:34.224089+0000","last_unstale":"2024-09-13T14:54:53.822381+0000","last_undegraded":"2024-09-13T14:54:53.822381+0000","last_fullsized":"2024-09-13T14:54:53.822381+0000","mapping_epoch":1223,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1224,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:35:01.253911+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1,3],"acting":[6,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"1.a","version":"373'149","reported_seq":1593,"reported_epoch":1252,"state":"active+clean","last_fresh":"2024-09-13T14:54:53.831737+0000","last_change":"2024-09-13T14:53:18.981236+0000","last_active":"2024-09-13T14:54:53.831737+0000","last_peered":"2024-09-13T14:54:53.831737+0000","last_clean":"2024-09-13T14:54:53.831737+0000","last_became_active":"2024-09-13T14:53:18.980892+0000","last_became_peered":"2024-09-13T14:53:18.980892+0000","last_unstale":"2024-09-13T14:54:53.831737+0000","last_undegraded":"2024-09-13T14:54:53.831737+0000","last_fullsized":"2024-09-13T14:54:53.831737+0000","mapping_epoch":1233,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1234,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:05.812475+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:05.812475+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:25:59.449883+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"8.3","version":"1252'8917","reported_seq":9008,"reported_epoch":1252,"state":"active+undersized+degraded+remapped+backfill_wait","last_fresh":"2024-09-13T14:55:10.931855+0000","last_change":"2024-09-13T14:54:27.895219+0000","last_active":"2024-09-13T14:55:10.931855+0000","last_peered":"2024-09-13T14:55:10.931855+0000","last_clean":"2024-09-13T14:51:18.738063+0000","last_became_active":"2024-09-13T14:54:27.887802+0000","last_became_peered":"2024-09-13T14:54:27.887802+0000","last_unstale":"2024-09-13T14:55:10.931855+0000","last_undegraded":"2024-09-13T14:54:27.879667+0000","last_fullsized":"2024-09-13T14:54:27.879497+0000","mapping_epoch":1227,"log_start":"1215'3300","ondisk_log_start":"1215'3300","created":1207,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":5617,"log_dups_size":0,"ondisk_log_size":5617,"stats_invalid":true,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"queued for scrub","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":190316544,"num_objects":2904,"num_object_clones":0,"num_object_copies":8712,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":2904,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2904,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":4593,"num_write_kb":239904,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"avail_no_missing":["5","1"],"object_location_counts":[{"shards":"1,5","objects":2904}],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.8","version":"0'0","reported_seq":33,"reported_epoch":1252,"state":"active+clean","last_fresh":"2024-09-13T14:54:53.831257+0000","last_change":"2024-09-13T14:53:15.973651+0000","last_active":"2024-09-13T14:54:53.831257+0000","last_peered":"2024-09-13T14:54:53.831257+0000","last_clean":"2024-09-13T14:54:53.831257+0000","last_became_active":"2024-09-13T14:53:15.973211+0000","last_became_peered":"2024-09-13T14:53:15.973211+0000","last_unstale":"2024-09-13T14:54:53.831257+0000","last_undegraded":"2024-09-13T14:54:53.831257+0000","last_fullsized":"2024-09-13T14:54:53.831257+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:42:46.818166+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[7,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.f","version":"0'0","reported_seq":1612,"reported_epoch":1253,"state":"active+clean","last_fresh":"2024-09-13T14:55:11.864296+0000","last_change":"2024-09-13T14:53:15.980272+0000","last_active":"2024-09-13T14:55:11.864296+0000","last_peered":"2024-09-13T14:55:11.864296+0000","last_clean":"2024-09-13T14:55:11.864296+0000","last_became_active":"2024-09-13T14:53:15.979965+0000","last_became_peered":"2024-09-13T14:53:15.979965+0000","last_unstale":"2024-09-13T14:55:11.864296+0000","last_undegraded":"2024-09-13T14:55:11.864296+0000","last_fullsized":"2024-09-13T14:55:11.864296+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:17:12.799902+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"8.9","version":"1252'9258","reported_seq":9358,"reported_epoch":1252,"state":"active+undersized+degraded+remapped+backfill_wait","last_fresh":"2024-09-13T14:55:10.458254+0000","last_change":"2024-09-13T14:54:27.903754+0000","last_active":"2024-09-13T14:55:10.458254+0000","last_peered":"2024-09-13T14:55:10.458254+0000","last_clean":"2024-09-13T14:51:18.738063+0000","last_became_active":"2024-09-13T14:54:27.891069+0000","last_became_peered":"2024-09-13T14:54:27.891069+0000","last_unstale":"2024-09-13T14:55:10.458254+0000","last_undegraded":"2024-09-13T14:54:27.876344+0000","last_fullsized":"2024-09-13T14:54:27.876210+0000","mapping_epoch":1223,"log_start":"1212'1100","ondisk_log_start":"1212'1100","created":1207,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":8158,"log_dups_size":0,"ondisk_log_size":8158,"stats_invalid":true,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"no scrub is scheduled","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":194052096,"num_objects":2961,"num_object_clones":0,"num_object_copies":8883,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":2961,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2961,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":4773,"num_write_kb":247488,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":1,"num_bytes_recovered":65536,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[0,5],"avail_no_missing":["0","5"],"object_location_counts":[{"shards":"0,5","objects":2961}],"blocked_by":[],"up_primary":6,"acting_primary":0,"purged_snaps":[]},{"pgid":"1.0","version":"373'149","reported_seq":1596,"reported_epoch":1252,"state":"active+clean","last_fresh":"2024-09-13T14:54:53.831223+0000","last_change":"2024-09-13T14:53:18.978630+0000","last_active":"2024-09-13T14:54:53.831223+0000","last_peered":"2024-09-13T14:54:53.831223+0000","last_clean":"2024-09-13T14:54:53.831223+0000","last_became_active":"2024-09-13T14:53:18.978269+0000","last_became_peered":"2024-09-13T14:53:18.978269+0000","last_unstale":"2024-09-13T14:54:53.831223+0000","last_undegraded":"2024-09-13T14:54:53.831223+0000","last_fullsized":"2024-09-13T14:54:53.831223+0000","mapping_epoch":1233,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":1234,"parent":"0.0","parent_split_bits":0,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:51:56.703819+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:51:56.703819+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:27:54.394411+0000","scrub_duration":15,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"2.3","version":"63'1","reported_seq":1261,"reported_epoch":1251,"state":"active+clean","last_fresh":"2024-09-13T14:54:34.016032+0000","last_change":"2024-09-13T14:53:15.978612+0000","last_active":"2024-09-13T14:54:34.016032+0000","last_peered":"2024-09-13T14:54:34.016032+0000","last_clean":"2024-09-13T14:54:34.016032+0000","last_became_active":"2024-09-13T14:53:15.965695+0000","last_became_peered":"2024-09-13T14:53:15.965695+0000","last_unstale":"2024-09-13T14:54:34.016032+0000","last_undegraded":"2024-09-13T14:54:34.016032+0000","last_fullsized":"2024-09-13T14:54:34.016032+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-14T18:48:27.035695+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029038399999999998,"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":3,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[5,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2","version":"0'0","reported_seq":876,"reported_epoch":1251,"state":"active+clean","last_fresh":"2024-09-13T14:54:34.016195+0000","last_change":"2024-09-13T14:52:34.200753+0000","last_active":"2024-09-13T14:54:34.016195+0000","last_peered":"2024-09-13T14:54:34.016195+0000","last_clean":"2024-09-13T14:54:34.016195+0000","last_became_active":"2024-09-13T14:52:34.200037+0000","last_became_peered":"2024-09-13T14:52:34.200037+0000","last_unstale":"2024-09-13T14:54:34.016195+0000","last_undegraded":"2024-09-13T14:54:34.016195+0000","last_fullsized":"2024-09-13T14:54:34.016195+0000","mapping_epoch":1223,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1224,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:56:15.468558+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[5,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.5","version":"0'0","reported_seq":1091,"reported_epoch":1252,"state":"active+clean","last_fresh":"2024-09-13T14:54:53.840426+0000","last_change":"2024-09-13T14:53:15.984924+0000","last_active":"2024-09-13T14:54:53.840426+0000","last_peered":"2024-09-13T14:54:53.840426+0000","last_clean":"2024-09-13T14:54:53.840426+0000","last_became_active":"2024-09-13T14:53:15.984582+0000","last_became_peered":"2024-09-13T14:53:15.984582+0000","last_unstale":"2024-09-13T14:54:53.840426+0000","last_undegraded":"2024-09-13T14:54:53.840426+0000","last_fullsized":"2024-09-13T14:54:53.840426+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:59:24.469448+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[6,7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"1.3","version":"373'149","reported_seq":1593,"reported_epoch":1252,"state":"active+clean","last_fresh":"2024-09-13T14:54:53.832514+0000","last_change":"2024-09-13T14:53:18.981874+0000","last_active":"2024-09-13T14:54:53.832514+0000","last_peered":"2024-09-13T14:54:53.832514+0000","last_clean":"2024-09-13T14:54:53.832514+0000","last_became_active":"2024-09-13T14:53:18.981544+0000","last_became_peered":"2024-09-13T14:53:18.981544+0000","last_unstale":"2024-09-13T14:54:53.832514+0000","last_undegraded":"2024-09-13T14:54:53.832514+0000","last_fullsized":"2024-09-13T14:54:53.832514+0000","mapping_epoch":1233,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1234,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:07.789237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:07.789237+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:16:45.161909+0000","scrub_duration":5,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"8.a","version":"1252'9355","reported_seq":9437,"reported_epoch":1252,"state":"active+clean","last_fresh":"2024-09-13T14:55:10.929328+0000","last_change":"2024-09-13T14:52:54.831393+0000","last_active":"2024-09-13T14:55:10.929328+0000","last_peered":"2024-09-13T14:55:10.929328+0000","last_clean":"2024-09-13T14:55:10.929328+0000","last_became_active":"2024-09-13T14:52:54.825509+0000","last_became_peered":"2024-09-13T14:52:54.825509+0000","last_unstale":"2024-09-13T14:55:10.929328+0000","last_undegraded":"2024-09-13T14:55:10.929328+0000","last_fullsized":"2024-09-13T14:55:10.929328+0000","mapping_epoch":1226,"log_start":"1216'3500","ondisk_log_start":"1216'3500","created":1207,"last_epoch_clean":1227,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":5855,"log_dups_size":0,"ondisk_log_size":5855,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:54:09.860261+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":377946112,"num_objects":5767,"num_object_clones":0,"num_object_copies":17301,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5767,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":9355,"num_write_kb":483904,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[5,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.0","version":"0'0","reported_seq":33,"reported_epoch":1252,"state":"active+clean","last_fresh":"2024-09-13T14:54:53.831138+0000","last_change":"2024-09-13T14:53:15.973925+0000","last_active":"2024-09-13T14:54:53.831138+0000","last_peered":"2024-09-13T14:54:53.831138+0000","last_clean":"2024-09-13T14:54:53.831138+0000","last_became_active":"2024-09-13T14:53:15.973623+0000","last_became_peered":"2024-09-13T14:53:15.973623+0000","last_unstale":"2024-09-13T14:54:53.831138+0000","last_undegraded":"2024-09-13T14:54:53.831138+0000","last_fullsized":"2024-09-13T14:54:53.831138+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:24:06.397109+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000322109,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":1728,"reported_epoch":1252,"state":"active+clean","last_fresh":"2024-09-13T14:54:53.834792+0000","last_change":"2024-09-13T14:53:15.977546+0000","last_active":"2024-09-13T14:54:53.834792+0000","last_peered":"2024-09-13T14:54:53.834792+0000","last_clean":"2024-09-13T14:54:53.834792+0000","last_became_active":"2024-09-13T14:53:15.977215+0000","last_became_peered":"2024-09-13T14:53:15.977215+0000","last_unstale":"2024-09-13T14:54:53.834792+0000","last_undegraded":"2024-09-13T14:54:53.834792+0000","last_fullsized":"2024-09-13T14:54:53.834792+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:58:42.706449+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.6","version":"0'0","reported_seq":33,"reported_epoch":1252,"state":"active+clean","last_fresh":"2024-09-13T14:54:53.831817+0000","last_change":"2024-09-13T14:53:15.976431+0000","last_active":"2024-09-13T14:54:53.831817+0000","last_peered":"2024-09-13T14:54:53.831817+0000","last_clean":"2024-09-13T14:54:53.831817+0000","last_became_active":"2024-09-13T14:53:15.975668+0000","last_became_peered":"2024-09-13T14:53:15.975668+0000","last_unstale":"2024-09-13T14:54:53.831817+0000","last_undegraded":"2024-09-13T14:54:53.831817+0000","last_fullsized":"2024-09-13T14:54:53.831817+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:57:06.204832+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[7,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.2","version":"373'149","reported_seq":1593,"reported_epoch":1252,"state":"active+clean","last_fresh":"2024-09-13T14:54:53.831808+0000","last_change":"2024-09-13T14:53:18.981216+0000","last_active":"2024-09-13T14:54:53.831808+0000","last_peered":"2024-09-13T14:54:53.831808+0000","last_clean":"2024-09-13T14:54:53.831808+0000","last_became_active":"2024-09-13T14:53:18.980859+0000","last_became_peered":"2024-09-13T14:53:18.980859+0000","last_unstale":"2024-09-13T14:54:53.831808+0000","last_undegraded":"2024-09-13T14:54:53.831808+0000","last_fullsized":"2024-09-13T14:54:53.831808+0000","mapping_epoch":1233,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1234,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:51:58.677423+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:51:58.677423+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:00:24.837148+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"8.b","version":"1253'9490","reported_seq":9635,"reported_epoch":1253,"state":"active+undersized+degraded+remapped+backfill_wait","last_fresh":"2024-09-13T14:55:14.249747+0000","last_change":"2024-09-13T14:54:27.203819+0000","last_active":"2024-09-13T14:55:14.249747+0000","last_peered":"2024-09-13T14:55:14.249747+0000","last_clean":"2024-09-13T14:51:18.738063+0000","last_became_active":"2024-09-13T14:53:16.052658+0000","last_became_peered":"2024-09-13T14:53:16.052658+0000","last_unstale":"2024-09-13T14:55:14.249747+0000","last_undegraded":"2024-09-13T14:53:15.987107+0000","last_fullsized":"2024-09-13T14:53:15.944590+0000","mapping_epoch":1230,"log_start":"1219'5488","ondisk_log_start":"1219'5488","created":1207,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":4002,"log_dups_size":0,"ondisk_log_size":4002,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"no scrub is scheduled","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":375259136,"num_objects":5726,"num_object_clones":0,"num_object_copies":17178,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":5719,"num_objects_misplaced":5719,"num_objects_unfound":0,"num_objects_dirty":5726,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":9490,"num_write_kb":486912,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":9,"num_bytes_recovered":589824,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[1,5],"avail_no_missing":["1","5"],"object_location_counts":[{"shards":"1,5","objects":5726}],"blocked_by":[],"up_primary":7,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.1","version":"0'0","reported_seq":1622,"reported_epoch":1252,"state":"active+clean","last_fresh":"2024-09-13T14:54:53.834877+0000","last_change":"2024-09-13T14:52:34.243798+0000","last_active":"2024-09-13T14:54:53.834877+0000","last_peered":"2024-09-13T14:54:53.834877+0000","last_clean":"2024-09-13T14:54:53.834877+0000","last_became_active":"2024-09-13T14:52:34.243438+0000","last_became_peered":"2024-09-13T14:52:34.243438+0000","last_unstale":"2024-09-13T14:54:53.834877+0000","last_undegraded":"2024-09-13T14:54:53.834877+0000","last_fullsized":"2024-09-13T14:54:53.834877+0000","mapping_epoch":1223,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1224,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:27:14.877457+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00030931399999999999,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[0,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.0","version":"0'0","reported_seq":1639,"reported_epoch":1252,"state":"active+clean","last_fresh":"2024-09-13T14:54:58.225018+0000","last_change":"2024-09-13T14:52:54.827755+0000","last_active":"2024-09-13T14:54:58.225018+0000","last_peered":"2024-09-13T14:54:58.225018+0000","last_clean":"2024-09-13T14:54:58.225018+0000","last_became_active":"2024-09-13T14:52:54.827537+0000","last_became_peered":"2024-09-13T14:52:54.827537+0000","last_unstale":"2024-09-13T14:54:58.225018+0000","last_undegraded":"2024-09-13T14:54:58.225018+0000","last_fullsized":"2024-09-13T14:54:58.225018+0000","mapping_epoch":1226,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1227,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:33:58.350934+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1,0],"acting":[6,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"4.7","version":"0'0","reported_seq":1556,"reported_epoch":1252,"state":"active+clean","last_fresh":"2024-09-13T14:54:53.821457+0000","last_change":"2024-09-13T14:53:15.980229+0000","last_active":"2024-09-13T14:54:53.821457+0000","last_peered":"2024-09-13T14:54:53.821457+0000","last_clean":"2024-09-13T14:54:53.821457+0000","last_became_active":"2024-09-13T14:53:15.979842+0000","last_became_peered":"2024-09-13T14:53:15.979842+0000","last_unstale":"2024-09-13T14:54:53.821457+0000","last_undegraded":"2024-09-13T14:54:53.821457+0000","last_fullsized":"2024-09-13T14:54:53.821457+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:13:10.520003+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[5,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"1.1","version":"373'149","reported_seq":1592,"reported_epoch":1252,"state":"active+clean","last_fresh":"2024-09-13T14:54:53.831467+0000","last_change":"2024-09-13T14:53:18.978657+0000","last_active":"2024-09-13T14:54:53.831467+0000","last_peered":"2024-09-13T14:54:53.831467+0000","last_clean":"2024-09-13T14:54:53.831467+0000","last_became_active":"2024-09-13T14:53:18.978350+0000","last_became_peered":"2024-09-13T14:53:18.978350+0000","last_unstale":"2024-09-13T14:54:53.831467+0000","last_undegraded":"2024-09-13T14:54:53.831467+0000","last_fullsized":"2024-09-13T14:54:53.831467+0000","mapping_epoch":1233,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1234,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:03.741257+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:03.741257+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:34:52.082264+0000","scrub_duration":2,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"8.8","version":"1252'8988","reported_seq":9061,"reported_epoch":1252,"state":"active+remapped+backfill_wait","last_fresh":"2024-09-13T14:55:10.559597+0000","last_change":"2024-09-13T14:54:27.897772+0000","last_active":"2024-09-13T14:55:10.559597+0000","last_peered":"2024-09-13T14:55:10.559597+0000","last_clean":"2024-09-13T14:53:14.944984+0000","last_became_active":"2024-09-13T14:54:27.889037+0000","last_became_peered":"2024-09-13T14:54:27.889037+0000","last_unstale":"2024-09-13T14:55:10.559597+0000","last_undegraded":"2024-09-13T14:55:10.559597+0000","last_fullsized":"2024-09-13T14:55:10.559597+0000","mapping_epoch":1231,"log_start":"1213'3000","ondisk_log_start":"1213'3000","created":1207,"last_epoch_clean":1208,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":5988,"log_dups_size":0,"ondisk_log_size":5988,"stats_invalid":true,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"queued for scrub","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":184877056,"num_objects":2821,"num_object_clones":0,"num_object_copies":8463,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":2821,"num_objects_unfound":0,"num_objects_dirty":2821,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":4646,"num_write_kb":238944,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"avail_no_missing":["5","1","3"],"object_location_counts":[{"shards":"1,3,5","objects":2821}],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.2","version":"65'2","reported_seq":1224,"reported_epoch":1251,"state":"active+clean","last_fresh":"2024-09-13T14:54:34.016337+0000","last_change":"2024-09-13T14:52:33.206979+0000","last_active":"2024-09-13T14:54:34.016337+0000","last_peered":"2024-09-13T14:54:34.016337+0000","last_clean":"2024-09-13T14:54:34.016337+0000","last_became_active":"2024-09-13T14:52:33.206605+0000","last_became_peered":"2024-09-13T14:52:33.206605+0000","last_unstale":"2024-09-13T14:54:34.016337+0000","last_undegraded":"2024-09-13T14:54:34.016337+0000","last_fullsized":"2024-09-13T14:54:34.016337+0000","mapping_epoch":1222,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1223,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-14T22:31:44.825453+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00094368000000000002,"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":[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":1299,"reported_epoch":1252,"state":"active+clean","last_fresh":"2024-09-13T14:54:53.834436+0000","last_change":"2024-09-13T14:52:34.228737+0000","last_active":"2024-09-13T14:54:53.834436+0000","last_peered":"2024-09-13T14:54:53.834436+0000","last_clean":"2024-09-13T14:54:53.834436+0000","last_became_active":"2024-09-13T14:52:34.228412+0000","last_became_peered":"2024-09-13T14:52:34.228412+0000","last_unstale":"2024-09-13T14:54:53.834436+0000","last_undegraded":"2024-09-13T14:54:53.834436+0000","last_fullsized":"2024-09-13T14:54:53.834436+0000","mapping_epoch":1223,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1224,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:12:51.717947+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6,1],"acting":[0,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"4.4","version":"0'0","reported_seq":1523,"reported_epoch":1253,"state":"active+clean","last_fresh":"2024-09-13T14:55:11.864577+0000","last_change":"2024-09-13T14:52:34.351378+0000","last_active":"2024-09-13T14:55:11.864577+0000","last_peered":"2024-09-13T14:55:11.864577+0000","last_clean":"2024-09-13T14:55:11.864577+0000","last_became_active":"2024-09-13T14:52:34.350993+0000","last_became_peered":"2024-09-13T14:52:34.350993+0000","last_unstale":"2024-09-13T14:55:11.864577+0000","last_undegraded":"2024-09-13T14:55:11.864577+0000","last_fullsized":"2024-09-13T14:55:11.864577+0000","mapping_epoch":1223,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1224,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:33:30.881756+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[3,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"1.7","version":"373'149","reported_seq":1593,"reported_epoch":1252,"state":"active+clean","last_fresh":"2024-09-13T14:54:53.832289+0000","last_change":"2024-09-13T14:53:18.981498+0000","last_active":"2024-09-13T14:54:53.832289+0000","last_peered":"2024-09-13T14:54:53.832289+0000","last_clean":"2024-09-13T14:54:53.832289+0000","last_became_active":"2024-09-13T14:53:18.980948+0000","last_became_peered":"2024-09-13T14:53:18.980948+0000","last_unstale":"2024-09-13T14:54:53.832289+0000","last_undegraded":"2024-09-13T14:54:53.832289+0000","last_fullsized":"2024-09-13T14:54:53.832289+0000","mapping_epoch":1233,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1234,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:04.771309+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:04.771309+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:04:24.028625+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"8.e","version":"1252'9314","reported_seq":14007,"reported_epoch":1252,"state":"active+recovering+undersized+degraded+remapped","last_fresh":"2024-09-13T14:55:10.647223+0000","last_change":"2024-09-13T14:54:27.203857+0000","last_active":"2024-09-13T14:55:10.647223+0000","last_peered":"2024-09-13T14:55:10.647223+0000","last_clean":"2024-09-13T14:53:14.941311+0000","last_became_active":"2024-09-13T14:53:17.331976+0000","last_became_peered":"2024-09-13T14:53:17.331976+0000","last_unstale":"2024-09-13T14:55:10.647223+0000","last_undegraded":"2024-09-13T14:53:17.140243+0000","last_fullsized":"2024-09-13T14:53:16.943455+0000","mapping_epoch":1231,"log_start":"1212'1377","ondisk_log_start":"1212'1377","created":1207,"last_epoch_clean":1208,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":7937,"log_dups_size":0,"ondisk_log_size":7937,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"no scrub is scheduled","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":382337024,"num_objects":5834,"num_object_clones":0,"num_object_copies":17502,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":415,"num_objects_misplaced":4086,"num_objects_unfound":0,"num_objects_dirty":5834,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":9314,"num_write_kb":484736,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2294,"num_bytes_recovered":150142976,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"avail_no_missing":["0","1","3"],"object_location_counts":[{"shards":"0,1","objects":1333},{"shards":"0,1,3","objects":4086}],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.5","version":"0'0","reported_seq":1248,"reported_epoch":1252,"state":"active+clean","last_fresh":"2024-09-13T14:54:53.821777+0000","last_change":"2024-09-13T14:52:34.214714+0000","last_active":"2024-09-13T14:54:53.821777+0000","last_peered":"2024-09-13T14:54:53.821777+0000","last_clean":"2024-09-13T14:54:53.821777+0000","last_became_active":"2024-09-13T14:52:34.214425+0000","last_became_peered":"2024-09-13T14:52:34.214425+0000","last_unstale":"2024-09-13T14:54:53.821777+0000","last_undegraded":"2024-09-13T14:54:53.821777+0000","last_fullsized":"2024-09-13T14:54:53.821777+0000","mapping_epoch":1223,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1224,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:58:40.375807+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.4","version":"0'0","reported_seq":1671,"reported_epoch":1252,"state":"active+clean","last_fresh":"2024-09-13T14:54:53.834460+0000","last_change":"2024-09-13T14:53:15.979217+0000","last_active":"2024-09-13T14:54:53.834460+0000","last_peered":"2024-09-13T14:54:53.834460+0000","last_clean":"2024-09-13T14:54:53.834460+0000","last_became_active":"2024-09-13T14:53:15.978803+0000","last_became_peered":"2024-09-13T14:53:15.978803+0000","last_unstale":"2024-09-13T14:54:53.834460+0000","last_undegraded":"2024-09-13T14:54:53.834460+0000","last_fullsized":"2024-09-13T14:54:53.834460+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:47:07.772422+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00031535100000000001,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[0,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"4.2","version":"0'0","reported_seq":1497,"reported_epoch":1252,"state":"active+clean","last_fresh":"2024-09-13T14:54:53.821571+0000","last_change":"2024-09-13T14:52:54.831640+0000","last_active":"2024-09-13T14:54:53.821571+0000","last_peered":"2024-09-13T14:54:53.821571+0000","last_clean":"2024-09-13T14:54:53.821571+0000","last_became_active":"2024-09-13T14:52:54.831429+0000","last_became_peered":"2024-09-13T14:52:54.831429+0000","last_unstale":"2024-09-13T14:54:53.821571+0000","last_undegraded":"2024-09-13T14:54:53.821571+0000","last_fullsized":"2024-09-13T14:54:53.821571+0000","mapping_epoch":1226,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1227,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:10:53.172539+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"1.6","version":"373'149","reported_seq":1593,"reported_epoch":1252,"state":"active+clean","last_fresh":"2024-09-13T14:54:53.831623+0000","last_change":"2024-09-13T14:53:18.981264+0000","last_active":"2024-09-13T14:54:53.831623+0000","last_peered":"2024-09-13T14:54:53.831623+0000","last_clean":"2024-09-13T14:54:53.831623+0000","last_became_active":"2024-09-13T14:53:18.980922+0000","last_became_peered":"2024-09-13T14:53:18.980922+0000","last_unstale":"2024-09-13T14:54:53.831623+0000","last_undegraded":"2024-09-13T14:54:53.831623+0000","last_fullsized":"2024-09-13T14:54:53.831623+0000","mapping_epoch":1233,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1234,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:02.730597+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:02.730597+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:15:02.952327+0000","scrub_duration":2,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"8.f","version":"1253'9542","reported_seq":9655,"reported_epoch":1253,"state":"active+undersized+degraded+remapped+backfill_wait","last_fresh":"2024-09-13T14:55:13.462129+0000","last_change":"2024-09-13T14:54:27.155949+0000","last_active":"2024-09-13T14:55:13.462129+0000","last_peered":"2024-09-13T14:55:13.462129+0000","last_clean":"2024-09-13T14:51:18.738063+0000","last_became_active":"2024-09-13T14:52:34.356999+0000","last_became_peered":"2024-09-13T14:52:34.356999+0000","last_unstale":"2024-09-13T14:55:13.462129+0000","last_undegraded":"2024-09-13T14:52:34.211503+0000","last_fullsized":"2024-09-13T14:52:34.192731+0000","mapping_epoch":1223,"log_start":"1213'3100","ondisk_log_start":"1213'3100","created":1207,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":6442,"log_dups_size":0,"ondisk_log_size":6442,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"no scrub is scheduled","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":374734848,"num_objects":5718,"num_object_clones":0,"num_object_copies":17154,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":5718,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5718,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":9542,"num_write_kb":488320,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":1,"num_bytes_recovered":65536,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[3,1],"avail_no_missing":["3","1"],"object_location_counts":[{"shards":"1,3","objects":5718}],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.4","version":"0'0","reported_seq":1576,"reported_epoch":1252,"state":"active+clean","last_fresh":"2024-09-13T14:54:53.821788+0000","last_change":"2024-09-13T14:52:54.828797+0000","last_active":"2024-09-13T14:54:53.821788+0000","last_peered":"2024-09-13T14:54:53.821788+0000","last_clean":"2024-09-13T14:54:53.821788+0000","last_became_active":"2024-09-13T14:52:54.828462+0000","last_became_peered":"2024-09-13T14:52:54.828462+0000","last_unstale":"2024-09-13T14:54:53.821788+0000","last_undegraded":"2024-09-13T14:54:53.821788+0000","last_fullsized":"2024-09-13T14:54:53.821788+0000","mapping_epoch":1226,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1227,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:38:36.229141+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"2.5","version":"0'0","reported_seq":33,"reported_epoch":1252,"state":"active+clean","last_fresh":"2024-09-13T14:54:53.832912+0000","last_change":"2024-09-13T14:53:16.051969+0000","last_active":"2024-09-13T14:54:53.832912+0000","last_peered":"2024-09-13T14:54:53.832912+0000","last_clean":"2024-09-13T14:54:53.832912+0000","last_became_active":"2024-09-13T14:53:16.051034+0000","last_became_peered":"2024-09-13T14:53:16.051034+0000","last_unstale":"2024-09-13T14:54:53.832912+0000","last_undegraded":"2024-09-13T14:54:53.832912+0000","last_fullsized":"2024-09-13T14:54:53.832912+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:20:51.182980+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000327091,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.3","version":"0'0","reported_seq":1688,"reported_epoch":1252,"state":"active+clean","last_fresh":"2024-09-13T14:54:53.834387+0000","last_change":"2024-09-13T14:53:15.977020+0000","last_active":"2024-09-13T14:54:53.834387+0000","last_peered":"2024-09-13T14:54:53.834387+0000","last_clean":"2024-09-13T14:54:53.834387+0000","last_became_active":"2024-09-13T14:53:15.973916+0000","last_became_peered":"2024-09-13T14:53:15.973916+0000","last_unstale":"2024-09-13T14:54:53.834387+0000","last_undegraded":"2024-09-13T14:54:53.834387+0000","last_fullsized":"2024-09-13T14:54:53.834387+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:51:44.842196+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.5","version":"373'149","reported_seq":1588,"reported_epoch":1252,"state":"active+clean","last_fresh":"2024-09-13T14:54:53.832743+0000","last_change":"2024-09-13T14:53:38.366262+0000","last_active":"2024-09-13T14:54:53.832743+0000","last_peered":"2024-09-13T14:54:53.832743+0000","last_clean":"2024-09-13T14:54:53.832743+0000","last_became_active":"2024-09-13T14:53:38.365936+0000","last_became_peered":"2024-09-13T14:53:38.365936+0000","last_unstale":"2024-09-13T14:54:53.832743+0000","last_undegraded":"2024-09-13T14:54:53.832743+0000","last_fullsized":"2024-09-13T14:54:53.832743+0000","mapping_epoch":1238,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1239,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:51:59.672672+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:51:59.672672+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:46:51.654597+0000","scrub_duration":4,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"8.c","version":"1253'9447","reported_seq":23066,"reported_epoch":1253,"state":"active+clean","last_fresh":"2024-09-13T14:55:13.493374+0000","last_change":"2024-09-13T14:53:29.074024+0000","last_active":"2024-09-13T14:55:13.493374+0000","last_peered":"2024-09-13T14:55:13.493374+0000","last_clean":"2024-09-13T14:55:13.493374+0000","last_became_active":"2024-09-13T14:53:29.066945+0000","last_became_peered":"2024-09-13T14:53:29.066945+0000","last_unstale":"2024-09-13T14:55:13.493374+0000","last_undegraded":"2024-09-13T14:55:13.493374+0000","last_fullsized":"2024-09-13T14:55:13.493374+0000","mapping_epoch":1236,"log_start":"1213'3000","ondisk_log_start":"1213'3000","created":1207,"last_epoch_clean":1237,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":6447,"log_dups_size":0,"ondisk_log_size":6447,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:26:20.073976+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":377290752,"num_objects":5757,"num_object_clones":0,"num_object_copies":17271,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5757,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":9447,"num_write_kb":486528,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6746,"num_bytes_recovered":442105856,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[3,7,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.7","version":"70'2","reported_seq":315,"reported_epoch":1253,"state":"active+clean","last_fresh":"2024-09-13T14:55:11.864350+0000","last_change":"2024-09-13T14:53:16.005997+0000","last_active":"2024-09-13T14:55:11.864350+0000","last_peered":"2024-09-13T14:55:11.864350+0000","last_clean":"2024-09-13T14:55:11.864350+0000","last_became_active":"2024-09-13T14:53:15.978100+0000","last_became_peered":"2024-09-13T14:53:15.978100+0000","last_unstale":"2024-09-13T14:55:11.864350+0000","last_undegraded":"2024-09-13T14:55:11.864350+0000","last_fullsized":"2024-09-13T14:55:11.864350+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T22:48:20.355145+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":3,"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":[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":"0'0","reported_seq":1640,"reported_epoch":1252,"state":"active+clean","last_fresh":"2024-09-13T14:55:03.313067+0000","last_change":"2024-09-13T14:52:54.828952+0000","last_active":"2024-09-13T14:55:03.313067+0000","last_peered":"2024-09-13T14:55:03.313067+0000","last_clean":"2024-09-13T14:55:03.313067+0000","last_became_active":"2024-09-13T14:52:54.828588+0000","last_became_peered":"2024-09-13T14:52:54.828588+0000","last_unstale":"2024-09-13T14:55:03.313067+0000","last_undegraded":"2024-09-13T14:55:03.313067+0000","last_fullsized":"2024-09-13T14:55:03.313067+0000","mapping_epoch":1226,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1227,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:58:10.972783+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1,3],"acting":[6,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"4.0","version":"0'0","reported_seq":33,"reported_epoch":1252,"state":"active+clean","last_fresh":"2024-09-13T14:54:53.831341+0000","last_change":"2024-09-13T14:53:15.973839+0000","last_active":"2024-09-13T14:54:53.831341+0000","last_peered":"2024-09-13T14:54:53.831341+0000","last_clean":"2024-09-13T14:54:53.831341+0000","last_became_active":"2024-09-13T14:53:15.973356+0000","last_became_peered":"2024-09-13T14:53:15.973356+0000","last_unstale":"2024-09-13T14:54:53.831341+0000","last_undegraded":"2024-09-13T14:54:53.831341+0000","last_fullsized":"2024-09-13T14:54:53.831341+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:13:10.146045+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[7,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.4","version":"373'149","reported_seq":1579,"reported_epoch":1252,"state":"active+clean","last_fresh":"2024-09-13T14:54:53.832202+0000","last_change":"2024-09-13T14:54:28.211983+0000","last_active":"2024-09-13T14:54:53.832202+0000","last_peered":"2024-09-13T14:54:53.832202+0000","last_clean":"2024-09-13T14:54:53.832202+0000","last_became_active":"2024-09-13T14:54:28.211605+0000","last_became_peered":"2024-09-13T14:54:28.211605+0000","last_unstale":"2024-09-13T14:54:53.832202+0000","last_undegraded":"2024-09-13T14:54:53.832202+0000","last_fullsized":"2024-09-13T14:54:53.832202+0000","mapping_epoch":1247,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1248,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:01.681649+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:01.681649+0000","objects_scrubbed":1,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:41:13.526385+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":327680,"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":1,"num_bytes_recovered":327680,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"8.d","version":"1252'9316","reported_seq":9399,"reported_epoch":1252,"state":"active+undersized+degraded+remapped+backfill_wait","last_fresh":"2024-09-13T14:55:10.888093+0000","last_change":"2024-09-13T14:53:16.068136+0000","last_active":"2024-09-13T14:55:10.888093+0000","last_peered":"2024-09-13T14:55:10.888093+0000","last_clean":"2024-09-13T14:51:18.738063+0000","last_became_active":"2024-09-13T14:53:16.051850+0000","last_became_peered":"2024-09-13T14:53:16.051850+0000","last_unstale":"2024-09-13T14:55:10.888093+0000","last_undegraded":"2024-09-13T14:53:15.966234+0000","last_fullsized":"2024-09-13T14:53:15.950771+0000","mapping_epoch":1230,"log_start":"1217'3500","ondisk_log_start":"1217'3500","created":1207,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":5816,"log_dups_size":0,"ondisk_log_size":5816,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:00:05.118345+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":374013976,"num_objects":5708,"num_object_clones":0,"num_object_copies":17124,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":5703,"num_objects_misplaced":5708,"num_objects_unfound":0,"num_objects_dirty":5708,"num_whiteouts":0,"num_read":1,"num_read_kb":1,"num_write":9316,"num_write_kb":480705,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":393216,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"avail_no_missing":["5","1"],"object_location_counts":[{"shards":"1,5","objects":5708}],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.6","version":"70'1","reported_seq":37,"reported_epoch":1252,"state":"active+clean","last_fresh":"2024-09-13T14:54:53.831959+0000","last_change":"2024-09-13T14:53:16.058032+0000","last_active":"2024-09-13T14:54:53.831959+0000","last_peered":"2024-09-13T14:54:53.831959+0000","last_clean":"2024-09-13T14:54:53.831959+0000","last_became_active":"2024-09-13T14:53:15.975744+0000","last_became_peered":"2024-09-13T14:53:15.975744+0000","last_unstale":"2024-09-13T14:54:53.831959+0000","last_undegraded":"2024-09-13T14:54:53.831959+0000","last_fullsized":"2024-09-13T14:54:53.831959+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T19:46:17.426296+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":3,"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,1,5],"acting":[7,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.7","version":"0'0","reported_seq":1131,"reported_epoch":1252,"state":"active+clean","last_fresh":"2024-09-13T14:54:53.823779+0000","last_change":"2024-09-13T14:53:15.967745+0000","last_active":"2024-09-13T14:54:53.823779+0000","last_peered":"2024-09-13T14:54:53.823779+0000","last_clean":"2024-09-13T14:54:53.823779+0000","last_became_active":"2024-09-13T14:53:15.967439+0000","last_became_peered":"2024-09-13T14:53:15.967439+0000","last_unstale":"2024-09-13T14:54:53.823779+0000","last_undegraded":"2024-09-13T14:54:53.823779+0000","last_fullsized":"2024-09-13T14:54:53.823779+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:09:15.044039+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029877400000000002,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[6,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"4.1","version":"0'0","reported_seq":1201,"reported_epoch":1251,"state":"active+clean","last_fresh":"2024-09-13T14:54:34.015818+0000","last_change":"2024-09-13T14:52:34.236529+0000","last_active":"2024-09-13T14:54:34.015818+0000","last_peered":"2024-09-13T14:54:34.015818+0000","last_clean":"2024-09-13T14:54:34.015818+0000","last_became_active":"2024-09-13T14:52:34.236184+0000","last_became_peered":"2024-09-13T14:52:34.236184+0000","last_unstale":"2024-09-13T14:54:34.015818+0000","last_undegraded":"2024-09-13T14:54:34.015818+0000","last_fullsized":"2024-09-13T14:54:34.015818+0000","mapping_epoch":1223,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1224,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:07:47.735753+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[5,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.13","version":"0'0","reported_seq":802,"reported_epoch":1252,"state":"active+clean","last_fresh":"2024-09-13T14:54:58.225085+0000","last_change":"2024-09-13T14:52:34.326457+0000","last_active":"2024-09-13T14:54:58.225085+0000","last_peered":"2024-09-13T14:54:58.225085+0000","last_clean":"2024-09-13T14:54:58.225085+0000","last_became_active":"2024-09-13T14:52:34.320994+0000","last_became_peered":"2024-09-13T14:52:34.320994+0000","last_unstale":"2024-09-13T14:54:58.225085+0000","last_undegraded":"2024-09-13T14:54:58.225085+0000","last_fullsized":"2024-09-13T14:54:58.225085+0000","mapping_epoch":1223,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1224,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:54:54.814250+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1,5],"acting":[6,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.14","version":"455'23","reported_seq":43,"reported_epoch":1252,"state":"active+clean","last_fresh":"2024-09-13T14:54:53.832120+0000","last_change":"2024-09-13T14:53:16.083652+0000","last_active":"2024-09-13T14:54:53.832120+0000","last_peered":"2024-09-13T14:54:53.832120+0000","last_clean":"2024-09-13T14:54:53.832120+0000","last_became_active":"2024-09-13T14:53:15.980815+0000","last_became_peered":"2024-09-13T14:53:15.980815+0000","last_unstale":"2024-09-13T14:54:53.832120+0000","last_undegraded":"2024-09-13T14:54:53.832120+0000","last_fullsized":"2024-09-13T14:54:53.832120+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":23,"log_dups_size":0,"ondisk_log_size":23,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:42:01.336486+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":4756,"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":23,"num_write_kb":20,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":8,"num_bytes_recovered":9512,"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":"4.12","version":"0'0","reported_seq":804,"reported_epoch":1252,"state":"active+clean","last_fresh":"2024-09-13T14:54:53.821795+0000","last_change":"2024-09-13T14:52:54.841418+0000","last_active":"2024-09-13T14:54:53.821795+0000","last_peered":"2024-09-13T14:54:53.821795+0000","last_clean":"2024-09-13T14:54:53.821795+0000","last_became_active":"2024-09-13T14:52:54.841156+0000","last_became_peered":"2024-09-13T14:52:54.841156+0000","last_unstale":"2024-09-13T14:54:53.821795+0000","last_undegraded":"2024-09-13T14:54:53.821795+0000","last_fullsized":"2024-09-13T14:54:53.821795+0000","mapping_epoch":1226,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1227,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:43:37.282948+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1,0],"acting":[6,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.15","version":"70'3","reported_seq":39,"reported_epoch":1252,"state":"active+clean","last_fresh":"2024-09-13T14:54:53.832826+0000","last_change":"2024-09-13T14:53:16.097401+0000","last_active":"2024-09-13T14:54:53.832826+0000","last_peered":"2024-09-13T14:54:53.832826+0000","last_clean":"2024-09-13T14:54:53.832826+0000","last_became_active":"2024-09-13T14:53:16.051154+0000","last_became_peered":"2024-09-13T14:53:16.051154+0000","last_unstale":"2024-09-13T14:54:53.832826+0000","last_undegraded":"2024-09-13T14:54:53.832826+0000","last_fullsized":"2024-09-13T14:54:53.832826+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T14:55:18.083873+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":6,"num_bytes_recovered":270,"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,3,0],"acting":[7,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.16","version":"0'0","reported_seq":1230,"reported_epoch":1251,"state":"active+clean","last_fresh":"2024-09-13T14:54:34.016080+0000","last_change":"2024-09-13T14:53:15.975236+0000","last_active":"2024-09-13T14:54:34.016080+0000","last_peered":"2024-09-13T14:54:34.016080+0000","last_clean":"2024-09-13T14:54:34.016080+0000","last_became_active":"2024-09-13T14:53:15.974926+0000","last_became_peered":"2024-09-13T14:53:15.974926+0000","last_unstale":"2024-09-13T14:54:34.016080+0000","last_undegraded":"2024-09-13T14:54:34.016080+0000","last_fullsized":"2024-09-13T14:54:34.016080+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:34:32.022447+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.11","version":"0'0","reported_seq":311,"reported_epoch":1253,"state":"active+clean","last_fresh":"2024-09-13T14:55:11.863128+0000","last_change":"2024-09-13T14:53:15.966198+0000","last_active":"2024-09-13T14:55:11.863128+0000","last_peered":"2024-09-13T14:55:11.863128+0000","last_clean":"2024-09-13T14:55:11.863128+0000","last_became_active":"2024-09-13T14:53:15.965499+0000","last_became_peered":"2024-09-13T14:53:15.965499+0000","last_unstale":"2024-09-13T14:55:11.863128+0000","last_undegraded":"2024-09-13T14:55:11.863128+0000","last_fullsized":"2024-09-13T14:55:11.863128+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:35:32.678653+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.17","version":"0'0","reported_seq":1698,"reported_epoch":1252,"state":"active+clean","last_fresh":"2024-09-13T14:54:53.834559+0000","last_change":"2024-09-13T14:41:41.335259+0000","last_active":"2024-09-13T14:54:53.834559+0000","last_peered":"2024-09-13T14:54:53.834559+0000","last_clean":"2024-09-13T14:54:53.834559+0000","last_became_active":"2024-09-13T14:41:41.334947+0000","last_became_peered":"2024-09-13T14:41:41.334947+0000","last_unstale":"2024-09-13T14:54:53.834559+0000","last_undegraded":"2024-09-13T14:54:53.834559+0000","last_fullsized":"2024-09-13T14:54:53.834559+0000","mapping_epoch":1116,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:13:58.295756+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.10","version":"0'0","reported_seq":299,"reported_epoch":1253,"state":"active+clean","last_fresh":"2024-09-13T14:55:11.863497+0000","last_change":"2024-09-13T14:52:33.207735+0000","last_active":"2024-09-13T14:55:11.863497+0000","last_peered":"2024-09-13T14:55:11.863497+0000","last_clean":"2024-09-13T14:55:11.863497+0000","last_became_active":"2024-09-13T14:52:33.207361+0000","last_became_peered":"2024-09-13T14:52:33.207361+0000","last_unstale":"2024-09-13T14:55:11.863497+0000","last_undegraded":"2024-09-13T14:55:11.863497+0000","last_fullsized":"2024-09-13T14:55:11.863497+0000","mapping_epoch":1222,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1223,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:02:01.218128+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[3,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"8.13","version":"1252'8940","reported_seq":9031,"reported_epoch":1252,"state":"active+undersized+degraded+remapped+backfill_wait","last_fresh":"2024-09-13T14:55:10.912364+0000","last_change":"2024-09-13T14:54:29.221622+0000","last_active":"2024-09-13T14:55:10.912364+0000","last_peered":"2024-09-13T14:55:10.912364+0000","last_clean":"2024-09-13T14:51:18.738063+0000","last_became_active":"2024-09-13T14:54:29.214570+0000","last_became_peered":"2024-09-13T14:54:29.214570+0000","last_unstale":"2024-09-13T14:55:10.912364+0000","last_undegraded":"2024-09-13T14:54:29.212121+0000","last_fullsized":"2024-09-13T14:54:29.211966+0000","mapping_epoch":1248,"log_start":"1215'3300","ondisk_log_start":"1215'3300","created":1246,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":5,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":5640,"log_dups_size":0,"ondisk_log_size":5640,"stats_invalid":true,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"queued for scrub","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":188809216,"num_objects":2881,"num_object_clones":0,"num_object_copies":8643,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":2881,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2881,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":4616,"num_write_kb":239904,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"avail_no_missing":["5","1"],"object_location_counts":[{"shards":"1,5","objects":2881}],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.1f","version":"0'0","reported_seq":1118,"reported_epoch":1252,"state":"active+clean","last_fresh":"2024-09-13T14:54:53.823720+0000","last_change":"2024-09-13T14:52:33.207992+0000","last_active":"2024-09-13T14:54:53.823720+0000","last_peered":"2024-09-13T14:54:53.823720+0000","last_clean":"2024-09-13T14:54:53.823720+0000","last_became_active":"2024-09-13T14:52:33.207700+0000","last_became_peered":"2024-09-13T14:52:33.207700+0000","last_unstale":"2024-09-13T14:54:53.823720+0000","last_undegraded":"2024-09-13T14:54:53.823720+0000","last_fullsized":"2024-09-13T14:54:53.823720+0000","mapping_epoch":1222,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1223,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:46:33.658014+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.18","version":"0'0","reported_seq":309,"reported_epoch":1253,"state":"active+clean","last_fresh":"2024-09-13T14:55:11.863406+0000","last_change":"2024-09-13T14:53:15.974019+0000","last_active":"2024-09-13T14:55:11.863406+0000","last_peered":"2024-09-13T14:55:11.863406+0000","last_clean":"2024-09-13T14:55:11.863406+0000","last_became_active":"2024-09-13T14:53:15.973260+0000","last_became_peered":"2024-09-13T14:53:15.973260+0000","last_unstale":"2024-09-13T14:55:11.863406+0000","last_undegraded":"2024-09-13T14:55:11.863406+0000","last_fullsized":"2024-09-13T14:55:11.863406+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:07:31.425560+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"8.12","version":"1252'9108","reported_seq":21933,"reported_epoch":1252,"state":"active+clean","last_fresh":"2024-09-13T14:55:09.386813+0000","last_change":"2024-09-13T14:54:31.772437+0000","last_active":"2024-09-13T14:55:09.386813+0000","last_peered":"2024-09-13T14:55:09.386813+0000","last_clean":"2024-09-13T14:55:09.386813+0000","last_became_active":"2024-09-13T14:54:27.900686+0000","last_became_peered":"2024-09-13T14:54:27.900686+0000","last_unstale":"2024-09-13T14:55:09.386813+0000","last_undegraded":"2024-09-13T14:55:09.386813+0000","last_fullsized":"2024-09-13T14:55:09.386813+0000","mapping_epoch":1246,"log_start":"0'0","ondisk_log_start":"0'0","created":1246,"last_epoch_clean":1247,"parent":"0.0","parent_split_bits":5,"last_scrub":"1249'8815","last_scrub_stamp":"2024-09-13T14:54:31.772368+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:54:31.772368+0000","objects_scrubbed":3223,"log_size":9108,"log_dups_size":0,"ondisk_log_size":9108,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:25:48.745355+0000","scrub_duration":362,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":192020480,"num_objects":2930,"num_object_clones":0,"num_object_copies":8790,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2930,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":293,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[0,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"4.1e","version":"0'0","reported_seq":1721,"reported_epoch":1252,"state":"active+clean","last_fresh":"2024-09-13T14:54:53.844388+0000","last_change":"2024-09-13T14:53:15.980879+0000","last_active":"2024-09-13T14:54:53.844388+0000","last_peered":"2024-09-13T14:54:53.844388+0000","last_clean":"2024-09-13T14:54:53.844388+0000","last_became_active":"2024-09-13T14:53:15.980568+0000","last_became_peered":"2024-09-13T14:53:15.980568+0000","last_unstale":"2024-09-13T14:54:53.844388+0000","last_undegraded":"2024-09-13T14:54:53.844388+0000","last_fullsized":"2024-09-13T14:54:53.844388+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:22:31.268734+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.19","version":"0'0","reported_seq":1677,"reported_epoch":1253,"state":"active+clean","last_fresh":"2024-09-13T14:55:11.828093+0000","last_change":"2024-09-13T14:52:34.210859+0000","last_active":"2024-09-13T14:55:11.828093+0000","last_peered":"2024-09-13T14:55:11.828093+0000","last_clean":"2024-09-13T14:55:11.828093+0000","last_became_active":"2024-09-13T14:52:34.210539+0000","last_became_peered":"2024-09-13T14:52:34.210539+0000","last_unstale":"2024-09-13T14:55:11.828093+0000","last_undegraded":"2024-09-13T14:55:11.828093+0000","last_fullsized":"2024-09-13T14:55:11.828093+0000","mapping_epoch":1223,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1224,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:42:17.821501+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[1,3,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"8.11","version":"1252'8967","reported_seq":9122,"reported_epoch":1252,"state":"active+clean","last_fresh":"2024-09-13T14:55:10.530312+0000","last_change":"2024-09-13T14:54:30.776120+0000","last_active":"2024-09-13T14:55:10.530312+0000","last_peered":"2024-09-13T14:55:10.530312+0000","last_clean":"2024-09-13T14:55:10.530312+0000","last_became_active":"2024-09-13T14:54:27.896239+0000","last_became_peered":"2024-09-13T14:54:27.896239+0000","last_unstale":"2024-09-13T14:55:10.530312+0000","last_undegraded":"2024-09-13T14:55:10.530312+0000","last_fullsized":"2024-09-13T14:55:10.530312+0000","mapping_epoch":1246,"log_start":"1213'3200","ondisk_log_start":"1213'3200","created":1246,"last_epoch_clean":1247,"parent":"0.0","parent_split_bits":5,"last_scrub":"1245'8696","last_scrub_stamp":"2024-09-13T14:54:30.775953+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:54:30.775953+0000","objects_scrubbed":3081,"log_size":5767,"log_dups_size":0,"ondisk_log_size":5767,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:51:16.707643+0000","scrub_duration":341,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":184156160,"num_objects":2810,"num_object_clones":0,"num_object_copies":8430,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2810,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":271,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1d","version":"0'0","reported_seq":300,"reported_epoch":1253,"state":"active+clean","last_fresh":"2024-09-13T14:55:11.864115+0000","last_change":"2024-09-13T14:52:34.207666+0000","last_active":"2024-09-13T14:55:11.864115+0000","last_peered":"2024-09-13T14:55:11.864115+0000","last_clean":"2024-09-13T14:55:11.864115+0000","last_became_active":"2024-09-13T14:52:34.207362+0000","last_became_peered":"2024-09-13T14:52:34.207362+0000","last_unstale":"2024-09-13T14:55:11.864115+0000","last_undegraded":"2024-09-13T14:55:11.864115+0000","last_fullsized":"2024-09-13T14:55:11.864115+0000","mapping_epoch":1223,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1224,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:36:34.703350+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[3,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1a","version":"70'1","reported_seq":131,"reported_epoch":1252,"state":"active+clean","last_fresh":"2024-09-13T14:54:53.834718+0000","last_change":"2024-09-13T14:53:15.990230+0000","last_active":"2024-09-13T14:54:53.834718+0000","last_peered":"2024-09-13T14:54:53.834718+0000","last_clean":"2024-09-13T14:54:53.834718+0000","last_became_active":"2024-09-13T14:53:15.988841+0000","last_became_peered":"2024-09-13T14:53:15.988841+0000","last_unstale":"2024-09-13T14:54:53.834718+0000","last_undegraded":"2024-09-13T14:54:53.834718+0000","last_fullsized":"2024-09-13T14:54:53.834718+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T19:30:08.607692+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[0,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"8.10","version":"1253'9305","reported_seq":9458,"reported_epoch":1253,"state":"active+clean","last_fresh":"2024-09-13T14:55:13.554789+0000","last_change":"2024-09-13T14:54:30.083328+0000","last_active":"2024-09-13T14:55:13.554789+0000","last_peered":"2024-09-13T14:55:13.554789+0000","last_clean":"2024-09-13T14:55:13.554789+0000","last_became_active":"2024-09-13T14:54:27.903777+0000","last_became_peered":"2024-09-13T14:54:27.903777+0000","last_unstale":"2024-09-13T14:55:13.554789+0000","last_undegraded":"2024-09-13T14:55:13.554789+0000","last_fullsized":"2024-09-13T14:55:13.554789+0000","mapping_epoch":1246,"log_start":"1213'3200","ondisk_log_start":"1213'3200","created":1246,"last_epoch_clean":1247,"parent":"0.0","parent_split_bits":5,"last_scrub":"1248'9015","last_scrub_stamp":"2024-09-13T14:54:30.083245+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:54:30.083245+0000","objects_scrubbed":3238,"log_size":6105,"log_dups_size":0,"ondisk_log_size":6105,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:33:07.241931+0000","scrub_duration":357,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":193200128,"num_objects":2948,"num_object_clones":0,"num_object_copies":8844,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2948,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":290,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[3,5,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.1c","version":"0'0","reported_seq":1416,"reported_epoch":1253,"state":"active+clean","last_fresh":"2024-09-13T14:55:11.863569+0000","last_change":"2024-09-13T14:52:54.828316+0000","last_active":"2024-09-13T14:55:11.863569+0000","last_peered":"2024-09-13T14:55:11.863569+0000","last_clean":"2024-09-13T14:55:11.863569+0000","last_became_active":"2024-09-13T14:52:54.827907+0000","last_became_peered":"2024-09-13T14:52:54.827907+0000","last_unstale":"2024-09-13T14:55:11.863569+0000","last_undegraded":"2024-09-13T14:55:11.863569+0000","last_fullsized":"2024-09-13T14:55:11.863569+0000","mapping_epoch":1226,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1227,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:19:09.001394+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[3,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1b","version":"70'1","reported_seq":33,"reported_epoch":1252,"state":"active+clean","last_fresh":"2024-09-13T14:54:53.832434+0000","last_change":"2024-09-13T14:53:15.995517+0000","last_active":"2024-09-13T14:54:53.832434+0000","last_peered":"2024-09-13T14:54:53.832434+0000","last_clean":"2024-09-13T14:54:53.832434+0000","last_became_active":"2024-09-13T14:53:15.994373+0000","last_became_peered":"2024-09-13T14:53:15.994373+0000","last_unstale":"2024-09-13T14:54:53.832434+0000","last_undegraded":"2024-09-13T14:54:53.832434+0000","last_fullsized":"2024-09-13T14:54:53.832434+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T21:46:34.165711+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[7,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"8.17","version":"1253'9165","reported_seq":9277,"reported_epoch":1253,"state":"active+undersized+degraded+remapped+backfill_wait","last_fresh":"2024-09-13T14:55:13.454501+0000","last_change":"2024-09-13T14:54:29.223024+0000","last_active":"2024-09-13T14:55:13.454501+0000","last_peered":"2024-09-13T14:55:13.454501+0000","last_clean":"2024-09-13T14:51:18.738063+0000","last_became_active":"2024-09-13T14:54:29.214917+0000","last_became_peered":"2024-09-13T14:54:29.214917+0000","last_unstale":"2024-09-13T14:55:13.454501+0000","last_undegraded":"2024-09-13T14:54:29.211551+0000","last_fullsized":"2024-09-13T14:54:29.211399+0000","mapping_epoch":1248,"log_start":"1215'3400","ondisk_log_start":"1215'3400","created":1246,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":5,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":5765,"log_dups_size":0,"ondisk_log_size":5765,"stats_invalid":true,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"no scrub is scheduled","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":187072512,"num_objects":2855,"num_object_clones":0,"num_object_copies":8565,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":2855,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2855,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":4749,"num_write_kb":243296,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[3,1],"avail_no_missing":["3","1"],"object_location_counts":[{"shards":"1,3","objects":2855}],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.1b","version":"0'0","reported_seq":1294,"reported_epoch":1253,"state":"active+clean","last_fresh":"2024-09-13T14:55:11.863367+0000","last_change":"2024-09-13T14:53:15.989481+0000","last_active":"2024-09-13T14:55:11.863367+0000","last_peered":"2024-09-13T14:55:11.863367+0000","last_clean":"2024-09-13T14:55:11.863367+0000","last_became_active":"2024-09-13T14:53:15.988626+0000","last_became_peered":"2024-09-13T14:53:15.988626+0000","last_unstale":"2024-09-13T14:55:11.863367+0000","last_undegraded":"2024-09-13T14:55:11.863367+0000","last_fullsized":"2024-09-13T14:55:11.863367+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:51:38.815661+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.1c","version":"70'2","reported_seq":1218,"reported_epoch":1251,"state":"active+clean","last_fresh":"2024-09-13T14:54:34.016259+0000","last_change":"2024-09-13T14:52:34.377073+0000","last_active":"2024-09-13T14:54:34.016259+0000","last_peered":"2024-09-13T14:54:34.016259+0000","last_clean":"2024-09-13T14:54:34.016259+0000","last_became_active":"2024-09-13T14:52:34.206041+0000","last_became_peered":"2024-09-13T14:52:34.206041+0000","last_unstale":"2024-09-13T14:54:34.016259+0000","last_undegraded":"2024-09-13T14:54:34.016259+0000","last_fullsized":"2024-09-13T14:54:34.016259+0000","mapping_epoch":1223,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1224,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T22:15:14.647951+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":1,"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":[5,1,6],"acting":[5,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"8.16","version":"1252'9066","reported_seq":11282,"reported_epoch":1252,"state":"active+recovery_wait+undersized+degraded+remapped","last_fresh":"2024-09-13T14:55:10.544288+0000","last_change":"2024-09-13T14:54:29.329664+0000","last_active":"2024-09-13T14:55:10.544288+0000","last_peered":"2024-09-13T14:55:10.544288+0000","last_clean":"2024-09-13T14:51:18.738063+0000","last_became_active":"2024-09-13T14:54:29.317118+0000","last_became_peered":"2024-09-13T14:54:29.317118+0000","last_unstale":"2024-09-13T14:55:10.544288+0000","last_undegraded":"2024-09-13T14:54:29.272430+0000","last_fullsized":"2024-09-13T14:54:29.210956+0000","mapping_epoch":1248,"log_start":"0'0","ondisk_log_start":"0'0","created":1246,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":5,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":9066,"log_dups_size":0,"ondisk_log_size":9066,"stats_invalid":true,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"no scrub is scheduled","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":190808064,"num_objects":2912,"num_object_clones":0,"num_object_copies":8736,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":6080,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2912,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":4674,"num_write_kb":242720,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":493,"num_bytes_recovered":32243712,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6,7],"acting":[0,7],"avail_no_missing":["0","3"],"object_location_counts":[{"shards":"0,3","objects":2314},{"shards":"0,3,6","objects":636},{"shards":"0,7","objects":-38}],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"4.1a","version":"0'0","reported_seq":1292,"reported_epoch":1253,"state":"active+clean","last_fresh":"2024-09-13T14:55:11.863223+0000","last_change":"2024-09-13T14:52:34.264204+0000","last_active":"2024-09-13T14:55:11.863223+0000","last_peered":"2024-09-13T14:55:11.863223+0000","last_clean":"2024-09-13T14:55:11.863223+0000","last_became_active":"2024-09-13T14:52:34.263873+0000","last_became_peered":"2024-09-13T14:52:34.263873+0000","last_unstale":"2024-09-13T14:55:11.863223+0000","last_undegraded":"2024-09-13T14:55:11.863223+0000","last_fullsized":"2024-09-13T14:55:11.863223+0000","mapping_epoch":1223,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1224,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:05:47.054773+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[3,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1d","version":"70'2","reported_seq":1209,"reported_epoch":1251,"state":"active+clean","last_fresh":"2024-09-13T14:54:35.960943+0000","last_change":"2024-09-13T14:52:34.207172+0000","last_active":"2024-09-13T14:54:35.960943+0000","last_peered":"2024-09-13T14:54:35.960943+0000","last_clean":"2024-09-13T14:54:35.960943+0000","last_became_active":"2024-09-13T14:52:34.206861+0000","last_became_peered":"2024-09-13T14:52:34.206861+0000","last_unstale":"2024-09-13T14:54:35.960943+0000","last_undegraded":"2024-09-13T14:54:35.960943+0000","last_fullsized":"2024-09-13T14:54:35.960943+0000","mapping_epoch":1223,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1224,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T16:53:54.089334+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":1,"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":[5,6,1],"acting":[5,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"8.15","version":"1253'9020","reported_seq":12685,"reported_epoch":1253,"state":"active+recovery_wait+undersized+degraded+remapped","last_fresh":"2024-09-13T14:55:13.374532+0000","last_change":"2024-09-13T14:54:37.867962+0000","last_active":"2024-09-13T14:55:13.374532+0000","last_peered":"2024-09-13T14:55:13.374532+0000","last_clean":"2024-09-13T14:51:18.738063+0000","last_became_active":"2024-09-13T14:54:37.629684+0000","last_became_peered":"2024-09-13T14:54:37.629684+0000","last_unstale":"2024-09-13T14:55:13.374532+0000","last_undegraded":"2024-09-13T14:54:36.246213+0000","last_fullsized":"2024-09-13T14:54:33.230477+0000","mapping_epoch":1250,"log_start":"1218'3626","ondisk_log_start":"1218'3626","created":1246,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":5,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":5394,"log_dups_size":0,"ondisk_log_size":5394,"stats_invalid":true,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"queued for scrub","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":187006976,"num_objects":2854,"num_object_clones":0,"num_object_copies":8562,"num_objects_missing_on_primary":2172,"num_objects_missing":2172,"num_objects_degraded":5441,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2854,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":4658,"num_write_kb":240352,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":899,"num_bytes_recovered":58851328,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[6,0],"avail_no_missing":["0","1"],"object_location_counts":[{"shards":"0,1","objects":2172},{"shards":"0,1,6","objects":597},{"shards":"0,6","objects":79}],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"4.19","version":"0'0","reported_seq":295,"reported_epoch":1253,"state":"active+clean","last_fresh":"2024-09-13T14:55:11.863218+0000","last_change":"2024-09-13T14:50:40.391325+0000","last_active":"2024-09-13T14:55:11.863218+0000","last_peered":"2024-09-13T14:55:11.863218+0000","last_clean":"2024-09-13T14:55:11.863218+0000","last_became_active":"2024-09-13T14:50:40.389039+0000","last_became_peered":"2024-09-13T14:50:40.389039+0000","last_unstale":"2024-09-13T14:55:11.863218+0000","last_undegraded":"2024-09-13T14:55:11.863218+0000","last_fullsized":"2024-09-13T14:55:11.863218+0000","mapping_epoch":1197,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1198,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:03:04.117706+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"70'1","reported_seq":305,"reported_epoch":1253,"state":"active+clean","last_fresh":"2024-09-13T14:55:11.863969+0000","last_change":"2024-09-13T14:52:34.216684+0000","last_active":"2024-09-13T14:55:11.863969+0000","last_peered":"2024-09-13T14:55:11.863969+0000","last_clean":"2024-09-13T14:55:11.863969+0000","last_became_active":"2024-09-13T14:52:34.216364+0000","last_became_peered":"2024-09-13T14:52:34.216364+0000","last_unstale":"2024-09-13T14:55:11.863969+0000","last_undegraded":"2024-09-13T14:55:11.863969+0000","last_fullsized":"2024-09-13T14:55:11.863969+0000","mapping_epoch":1223,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1224,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T22:31:08.083576+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"8.14","version":"1252'9139","reported_seq":9228,"reported_epoch":1252,"state":"active+undersized+degraded+remapped+backfill_wait","last_fresh":"2024-09-13T14:55:10.723472+0000","last_change":"2024-09-13T14:54:29.222635+0000","last_active":"2024-09-13T14:55:10.723472+0000","last_peered":"2024-09-13T14:55:10.723472+0000","last_clean":"2024-09-13T14:51:18.738063+0000","last_became_active":"2024-09-13T14:54:29.214086+0000","last_became_peered":"2024-09-13T14:54:29.214086+0000","last_unstale":"2024-09-13T14:55:10.723472+0000","last_undegraded":"2024-09-13T14:54:29.212084+0000","last_fullsized":"2024-09-13T14:54:29.211943+0000","mapping_epoch":1248,"log_start":"1213'3100","ondisk_log_start":"1213'3100","created":1246,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":5,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":6039,"log_dups_size":0,"ondisk_log_size":6039,"stats_invalid":true,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"queued for scrub","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":189366272,"num_objects":2890,"num_object_clones":0,"num_object_copies":8670,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":2887,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2890,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":4716,"num_write_kb":243360,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":4,"num_bytes_recovered":262144,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[5,3],"avail_no_missing":["5","3"],"object_location_counts":[{"shards":"3,5","objects":2890}],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.18","version":"0'0","reported_seq":760,"reported_epoch":1252,"state":"active+clean","last_fresh":"2024-09-13T14:55:03.284962+0000","last_change":"2024-09-13T14:52:34.203535+0000","last_active":"2024-09-13T14:55:03.284962+0000","last_peered":"2024-09-13T14:55:03.284962+0000","last_clean":"2024-09-13T14:55:03.284962+0000","last_became_active":"2024-09-13T14:52:34.203144+0000","last_became_peered":"2024-09-13T14:52:34.203144+0000","last_unstale":"2024-09-13T14:55:03.284962+0000","last_undegraded":"2024-09-13T14:55:03.284962+0000","last_fullsized":"2024-09-13T14:55:03.284962+0000","mapping_epoch":1223,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1224,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:05:06.012749+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1,5],"acting":[6,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.1f","version":"70'4","reported_seq":169,"reported_epoch":1251,"state":"active+clean","last_fresh":"2024-09-13T14:54:34.016550+0000","last_change":"2024-09-13T14:53:15.963485+0000","last_active":"2024-09-13T14:54:34.016550+0000","last_peered":"2024-09-13T14:54:34.016550+0000","last_clean":"2024-09-13T14:54:34.016550+0000","last_became_active":"2024-09-13T14:53:15.959312+0000","last_became_peered":"2024-09-13T14:53:15.959312+0000","last_unstale":"2024-09-13T14:54:34.016550+0000","last_undegraded":"2024-09-13T14:54:34.016550+0000","last_fullsized":"2024-09-13T14:54:34.016550+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T14:39:09.034813+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":6,"num_bytes_recovered":1746,"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":[5,6,7],"acting":[5,6,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]}],"pool_stats":[{"poolid":8,"num_pg":26,"stat_sum":{"num_bytes":6045302808,"num_objects":92245,"num_object_clones":0,"num_object_copies":276735,"num_objects_missing_on_primary":4442,"num_objects_missing":4442,"num_objects_degraded":63789,"num_objects_misplaced":21215,"num_objects_unfound":0,"num_objects_dirty":92245,"num_whiteouts":0,"num_read":1,"num_read_kb":1,"num_write":123821,"num_write_kb":6303233,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":11843,"num_bytes_recovered":775749632,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":15192891392,"data_stored":15192883248,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":170546,"ondisk_log_size":170546,"up":78,"acting":62,"num_store_stats":6},{"poolid":4,"num_pg":32,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":96,"acting":96,"num_store_stats":8},{"poolid":3,"num_pg":32,"stat_sum":{"num_bytes":5554,"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":62,"num_write_kb":31,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":45,"num_bytes_recovered":11732,"num_keys_recovered":20,"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":122880,"data_stored":22056,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":16791,"internal_metadata":0},"log_size":56,"ondisk_log_size":56,"up":96,"acting":96,"num_store_stats":8},{"poolid":2,"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":3,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":1,"num_pg":11,"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":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":2969600,"data_stored":2951840,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":1639,"ondisk_log_size":1639,"up":33,"acting":33,"num_store_stats":6}],"osd_stats":[{"osd":7,"up_from":54,"seq":231928234438,"num_pgs":60,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":965096,"kb_used_data":496800,"kb_used_omap":1,"kb_used_meta":468286,"kb_avail":92780056,"statfs":{"total":95995035648,"available":95006777344,"internally_reserved":0,"allocated":508723200,"data_stored":505879319,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1588,"internal_metadata":479525324},"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":1222,"seq":5248450035743,"num_pgs":66,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":707816,"kb_used_data":536992,"kb_used_omap":67,"kb_used_meta":170748,"kb_avail":93037336,"statfs":{"total":95995035648,"available":95270232064,"internally_reserved":0,"allocated":549879808,"data_stored":547036771,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":69314,"internal_metadata":174846270},"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":[0,1,0,1,1,0,3,0,2,6,4],"upper_bound":2048},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":5,"up_from":38,"seq":163208757712,"num_pgs":52,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":4736264,"kb_used_data":4083392,"kb_used_omap":1,"kb_used_meta":652862,"kb_avail":89008888,"statfs":{"total":95995035648,"available":91145101312,"internally_reserved":0,"allocated":4181393408,"data_stored":4178568124,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":668531142},"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":[]},{"osd":4,"up_from":0,"seq":128849019349,"num_pgs":0,"num_osds":0,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":0,"kb_used":0,"kb_used_data":0,"kb_used_omap":0,"kb_used_meta":0,"kb_avail":0,"statfs":{"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},"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":[]},{"osd":3,"up_from":845,"seq":3629247365379,"num_pgs":44,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":4107596,"kb_used_data":3457856,"kb_used_omap":34,"kb_used_meta":649693,"kb_avail":89637556,"statfs":{"total":95995035648,"available":91788857344,"internally_reserved":0,"allocated":3540844544,"data_stored":3538027435,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":35801,"internal_metadata":665285671},"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":0,"seq":3491808411913,"num_pgs":0,"num_osds":0,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":0,"kb_used":0,"kb_used_data":0,"kb_used_omap":0,"kb_used_meta":0,"kb_avail":0,"statfs":{"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},"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":[]},{"osd":1,"up_from":780,"seq":3350074491152,"num_pgs":76,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":4745684,"kb_used_data":4095948,"kb_used_omap":30,"kb_used_meta":649697,"kb_avail":88999468,"statfs":{"total":95995035648,"available":91135455232,"internally_reserved":0,"allocated":4194250752,"data_stored":4191421874,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":31404,"internal_metadata":665290068},"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":[0,0,3],"upper_bound":8},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":746,"seq":3204045603094,"num_pgs":38,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":2702732,"kb_used_data":2232900,"kb_used_omap":66,"kb_used_meta":469757,"kb_avail":91042420,"statfs":{"total":95995035648,"available":93227438080,"internally_reserved":0,"allocated":2286489600,"data_stored":2283665332,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":68403,"internal_metadata":481031373},"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":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":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":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":0,"data_stored":0,"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":4096,"data_stored":19,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":4096,"data_stored":19,"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":4096,"data_stored":19,"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":0,"data_stored":0,"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":20480,"data_stored":4880,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3890,"internal_metadata":0},{"poolid":3,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":22,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3041,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":24576,"data_stored":5394,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1366,"internal_metadata":0},{"poolid":3,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":90,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3176,"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":12288,"data_stored":674,"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":24576,"data_stored":5442,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5318,"internal_metadata":0},{"poolid":3,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":32768,"data_stored":5554,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":8,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":2276327424,"data_stored":2276327424,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":8,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":4181069824,"data_stored":4181065752,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":8,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":3524919296,"data_stored":3524919296,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":8,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":4169797632,"data_stored":4169793560,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":8,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":540540928,"data_stored":540540928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":8,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":500236288,"data_stored":500236288,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-13T14:55:17.763 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd pool set .mgr pgp_num 11 2024-09-13T14:55:17.769 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:17.770 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:17.770 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:55:17.871 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:55:17.895 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:17.896 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:17.896 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:55:17.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:17 smithi104 ceph-mon[105578]: pgmap v1771: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.6 GiB data, 17 GiB used, 519 GiB / 536 GiB avail; 0 B/s wr, 290 op/s; 63193/273984 objects degraded (23.064%); 20778/273984 objects misplaced (7.584%); 5.6 MiB/s, 89 objects/s recovering 2024-09-13T14:55:17.974 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:17 smithi071 ceph-mon[107477]: pgmap v1771: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.6 GiB data, 17 GiB used, 519 GiB / 536 GiB avail; 0 B/s wr, 290 op/s; 63193/273984 objects degraded (23.064%); 20778/273984 objects misplaced (7.584%); 5.6 MiB/s, 89 objects/s recovering 2024-09-13T14:55:17.975 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:17 smithi071 ceph-mon[112785]: pgmap v1771: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.6 GiB data, 17 GiB used, 519 GiB / 536 GiB avail; 0 B/s wr, 290 op/s; 63193/273984 objects degraded (23.064%); 20778/273984 objects misplaced (7.584%); 5.6 MiB/s, 89 objects/s recovering 2024-09-13T14:55:17.997 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:55:18.023 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:18.024 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:18.024 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:55:18.101 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.5 dump_historic_ops 2024-09-13T14:55:18.125 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:18.166 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:18.167 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:18.167 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:18.226 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:55:18.227 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:55:18.246 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:55:18.246 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:55:18.247 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:55:18.266 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:55:18.266 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:55:18.268 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:55:18.271 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:55:18.289 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:55:18.289 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:55:18.298 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:18.299 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:18.299 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:55:18.314 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:55:18.314 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:55:18.333 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:55:18.334 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:55:18.352 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T14:55:18.352 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T14:55:18.371 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:55:18.371 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:55:18.400 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:55:18.427 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:18.427 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:18.428 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:55:18.529 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:55:18.555 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:18.556 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:18.556 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:55:18.657 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:55:18.684 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:18.685 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:18.685 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:55:18.786 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:55:18.811 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:18.812 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:18.812 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:55:18.913 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:18.942 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:18.943 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:18.943 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:19.044 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:55:19.070 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:19.070 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:19.071 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:55:19.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:18 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 63193/273984 objects degraded (23.064%), 16 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:55:19.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:18 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1149555005' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:55:19.144 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:18 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 63193/273984 objects degraded (23.064%), 16 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:55:19.144 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:18 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1149555005' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:55:19.172 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:19.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:18 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 63193/273984 objects degraded (23.064%), 16 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:55:19.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:18 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1149555005' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:55:19.194 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:19.194 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:19.195 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:19.295 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:55:19.321 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:19.322 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:19.322 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:55:19.423 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:55:19.448 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:19.449 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:19.449 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:55:19.552 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:55:19.573 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:19.574 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:19.575 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:55:19.675 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:55:19.698 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:19.699 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:19.699 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:55:19.800 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:55:19.825 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:19.826 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:19.826 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:55:19.859 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:55:19.927 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:19.951 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:19.952 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:19.952 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:20.053 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:55:20.077 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:20.078 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:20.078 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:55:20.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:19 smithi071 ceph-mon[107477]: pgmap v1772: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.6 GiB data, 17 GiB used, 519 GiB / 536 GiB avail; 0 B/s wr, 290 op/s; 63021/273723 objects degraded (23.024%); 20778/273723 objects misplaced (7.591%); 5.6 MiB/s, 89 objects/s recovering 2024-09-13T14:55:20.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:19 smithi071 ceph-mon[112785]: pgmap v1772: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.6 GiB data, 17 GiB used, 519 GiB / 536 GiB avail; 0 B/s wr, 290 op/s; 63021/273723 objects degraded (23.024%); 20778/273723 objects misplaced (7.591%); 5.6 MiB/s, 89 objects/s recovering 2024-09-13T14:55:20.165 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:19 smithi104 ceph-mon[105578]: pgmap v1772: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.6 GiB data, 17 GiB used, 519 GiB / 536 GiB avail; 0 B/s wr, 290 op/s; 63021/273723 objects degraded (23.024%); 20778/273723 objects misplaced (7.591%); 5.6 MiB/s, 89 objects/s recovering 2024-09-13T14:55:20.180 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:20.202 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:20.203 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:20.204 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:20.305 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:55:20.335 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:20.336 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:20.336 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:55:20.437 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:55:20.462 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:20.463 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:20.463 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:55:20.564 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:55:20.592 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:20.593 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:20.594 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:55:20.694 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:20.721 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:20.722 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:20.722 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:20.823 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:20.850 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:20.850 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:20.851 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:20.952 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:55:20.981 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:20.982 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:20.982 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:55:21.083 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:21.111 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:21.112 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:21.113 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:21.213 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:55:21.236 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:21.237 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:21.237 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:55:21.338 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:55:21.360 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:21.361 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:21.361 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:55:21.462 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:55:21.490 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:21.491 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:21.492 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:55:21.592 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:55:21.615 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:21.616 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:21.616 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:55:21.717 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:55:21.739 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:21.739 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:21.740 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:55:21.841 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:55:21.866 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:21.866 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:21.867 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:55:21.967 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:55:21.997 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:22.002 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:22.002 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:55:22.056 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:21 smithi104 ceph-mon[105578]: pgmap v1773: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.5 GiB data, 17 GiB used, 519 GiB / 536 GiB avail; 0 B/s wr, 285 op/s; 62500/271143 objects degraded (23.051%); 20388/271143 objects misplaced (7.519%); 5.9 MiB/s, 93 objects/s recovering 2024-09-13T14:55:22.060 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:21 smithi071 ceph-mon[107477]: pgmap v1773: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.5 GiB data, 17 GiB used, 519 GiB / 536 GiB avail; 0 B/s wr, 285 op/s; 62500/271143 objects degraded (23.051%); 20388/271143 objects misplaced (7.519%); 5.9 MiB/s, 93 objects/s recovering 2024-09-13T14:55:22.061 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:21 smithi071 ceph-mon[112785]: pgmap v1773: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.5 GiB data, 17 GiB used, 519 GiB / 536 GiB avail; 0 B/s wr, 285 op/s; 62500/271143 objects degraded (23.051%); 20388/271143 objects misplaced (7.519%); 5.9 MiB/s, 93 objects/s recovering 2024-09-13T14:55:22.103 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:55:22.131 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:22.132 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:22.133 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:55:22.233 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:55:22.258 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:22.259 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:22.259 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:55:22.360 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:55:22.385 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:22.386 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:22.386 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:55:22.450 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=true 2024-09-13T14:55:22.487 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:55:22.516 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:22.517 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:22.517 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:55:22.618 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:55:22.620 INFO:teuthology.orchestra.run.smithi104.stdout:ERROR: (22) Invalid argument 2024-09-13T14:55:22.621 INFO:teuthology.orchestra.run.smithi104.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:55:22.642 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:22.643 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:22.643 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:55:22.744 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:55:22.768 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:22.768 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:22.769 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:55:22.869 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:22.871 INFO:teuthology.orchestra.run.smithi071.stderr:noscrub is unset 2024-09-13T14:55:22.895 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:22.896 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:22.896 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:22.970 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:22 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3224995870' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:55:22.970 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:22 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:55:22.970 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:55:22 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:55:22] "GET /metrics HTTP/1.1" 200 36671 "" "Prometheus/2.51.0" 2024-09-13T14:55:22.971 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:22 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3224995870' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:55:22.971 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:22 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:55:22.997 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:55:23.024 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:23.025 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:23.025 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:55:23.126 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:23.152 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:23.153 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:23.153 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:23.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:22 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3224995870' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:55:23.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:22 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:55:23.255 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:55:23.279 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:23.279 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:23.280 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:55:23.381 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:55:23.401 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:23.402 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:23.402 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:55:23.503 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:23.526 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:23.527 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:23.527 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:23.628 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:55:23.655 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:23.656 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:23.656 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:55:23.727 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.7 dump_ops_in_flight 2024-09-13T14:55:23.757 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:23.780 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:23.781 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:23.781 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:23.882 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:23.905 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:23.906 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:23.906 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:23.963 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:23 smithi071 ceph-mon[107477]: pgmap v1774: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.5 GiB data, 17 GiB used, 520 GiB / 536 GiB avail; 0 B/s wr, 262 op/s; 62225/269760 objects degraded (23.067%); 20201/269760 objects misplaced (7.489%); 5.4 MiB/s, 85 objects/s recovering 2024-09-13T14:55:23.963 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:23 smithi071 ceph-mon[107477]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:55:23.963 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:23 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T14:55:23.963 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:23 smithi071 ceph-mon[107477]: osdmap e1254: 8 total, 8 up, 6 in 2024-09-13T14:55:23.963 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:23 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:55:23.964 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:23 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:55:23.964 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:23 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3017311794' entity='client.admin' cmd={"prefix": "osd pool set", "pool": ".mgr", "var": "pgp_num", "val": "11"} : dispatch 2024-09-13T14:55:23.964 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:23 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 62225/269760 objects degraded (23.067%), 16 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:55:23.964 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:23 smithi071 ceph-mon[112785]: pgmap v1774: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.5 GiB data, 17 GiB used, 520 GiB / 536 GiB avail; 0 B/s wr, 262 op/s; 62225/269760 objects degraded (23.067%); 20201/269760 objects misplaced (7.489%); 5.4 MiB/s, 85 objects/s recovering 2024-09-13T14:55:23.964 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:23 smithi071 ceph-mon[112785]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:55:23.964 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:23 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T14:55:23.964 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:23 smithi071 ceph-mon[112785]: osdmap e1254: 8 total, 8 up, 6 in 2024-09-13T14:55:23.964 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:23 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:55:23.964 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:23 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:55:23.964 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:23 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3017311794' entity='client.admin' cmd={"prefix": "osd pool set", "pool": ".mgr", "var": "pgp_num", "val": "11"} : dispatch 2024-09-13T14:55:23.964 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:23 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 62225/269760 objects degraded (23.067%), 16 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:55:23.990 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:55:24.008 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:55:24.008 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:55:24.039 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:24.040 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:24.040 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:55:24.071 INFO:teuthology.orchestra.run.smithi071.stderr:set pool 1 pgp_num to 11 2024-09-13T14:55:24.122 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:23 smithi104 ceph-mon[105578]: pgmap v1774: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.5 GiB data, 17 GiB used, 520 GiB / 536 GiB avail; 0 B/s wr, 262 op/s; 62225/269760 objects degraded (23.067%); 20201/269760 objects misplaced (7.489%); 5.4 MiB/s, 85 objects/s recovering 2024-09-13T14:55:24.123 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:23 smithi104 ceph-mon[105578]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:55:24.123 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:23 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T14:55:24.123 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:23 smithi104 ceph-mon[105578]: osdmap e1254: 8 total, 8 up, 6 in 2024-09-13T14:55:24.123 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:23 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:55:24.123 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:23 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:55:24.123 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:23 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3017311794' entity='client.admin' cmd={"prefix": "osd pool set", "pool": ".mgr", "var": "pgp_num", "val": "11"} : dispatch 2024-09-13T14:55:24.123 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:23 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 62225/269760 objects degraded (23.067%), 16 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:55:24.141 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:55:24.164 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:24.164 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:24.165 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:55:24.265 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:55:24.291 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:24.292 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:24.292 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:55:24.393 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:24.422 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:24.423 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:24.423 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:24.524 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:24.555 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:24.556 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:24.556 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:24.657 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:55:24.681 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:24.682 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:24.683 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:55:24.783 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:55:24.809 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:24.810 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:24.810 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:55:24.911 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:55:24.934 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:24.935 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:24.935 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:55:25.036 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:55:25.058 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:25.059 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:25.059 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:55:25.160 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:25.183 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:25.184 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:25.184 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:25.285 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:55:25.311 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:25.311 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:25.312 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:55:25.366 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:25 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3017311794' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": ".mgr", "var": "pgp_num", "val": "11"}]': finished 2024-09-13T14:55:25.367 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:25 smithi104 ceph-mon[105578]: osdmap e1255: 8 total, 8 up, 6 in 2024-09-13T14:55:25.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:25 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3017311794' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": ".mgr", "var": "pgp_num", "val": "11"}]': finished 2024-09-13T14:55:25.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:25 smithi071 ceph-mon[107477]: osdmap e1255: 8 total, 8 up, 6 in 2024-09-13T14:55:25.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:25 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3017311794' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": ".mgr", "var": "pgp_num", "val": "11"}]': finished 2024-09-13T14:55:25.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:25 smithi071 ceph-mon[112785]: osdmap e1255: 8 total, 8 up, 6 in 2024-09-13T14:55:25.412 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:55:25.436 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:25.436 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:25.437 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:55:25.537 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:55:25.560 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:25.561 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:25.561 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:55:25.662 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:55:25.691 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:25.692 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:25.692 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:55:25.793 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:25.816 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:25.817 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:25.817 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:25.918 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:55:25.939 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:25.940 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:25.940 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:55:25.983 INFO:teuthology.orchestra.run.smithi104.stdout:ERROR: (22) Invalid argument 2024-09-13T14:55:25.983 INFO:teuthology.orchestra.run.smithi104.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:55:25.997 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd unset nodeep-scrub 2024-09-13T14:55:26.041 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:26.063 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:26.063 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:26.064 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:26.165 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:26.189 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:26.190 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:26.190 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:26.262 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:26 smithi071 ceph-mon[107477]: pgmap v1777: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.5 GiB data, 17 GiB used, 520 GiB / 536 GiB avail; 0 B/s wr, 247 op/s; 61756/268035 objects degraded (23.040%); 20098/268035 objects misplaced (7.498%); 4.4 MiB/s, 70 objects/s recovering 2024-09-13T14:55:26.263 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:26 smithi071 ceph-mon[112785]: pgmap v1777: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.5 GiB data, 17 GiB used, 520 GiB / 536 GiB avail; 0 B/s wr, 247 op/s; 61756/268035 objects degraded (23.040%); 20098/268035 objects misplaced (7.498%); 4.4 MiB/s, 70 objects/s recovering 2024-09-13T14:55:26.291 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:26.314 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:26.315 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:26.315 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:26.319 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:26 smithi104 ceph-mon[105578]: pgmap v1777: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.5 GiB data, 17 GiB used, 520 GiB / 536 GiB avail; 0 B/s wr, 247 op/s; 61756/268035 objects degraded (23.040%); 20098/268035 objects misplaced (7.498%); 4.4 MiB/s, 70 objects/s recovering 2024-09-13T14:55:26.417 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:55:26.440 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:26.441 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:26.441 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:55:26.542 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:55:26.568 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:26.569 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:26.569 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:55:26.670 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:55:26.678 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.7 dump_blocked_ops 2024-09-13T14:55:26.694 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:26.695 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:26.695 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:55:26.796 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:26.818 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:26.819 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:26.820 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:26.920 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:26.942 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:55:26.948 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:26.948 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:26.949 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:27.000 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:55:27.050 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:27.073 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:27.073 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:27.074 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:27.175 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:55:27.199 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:27.200 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:27.201 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:55:27.301 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:27.327 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:27.328 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:27.329 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:27.430 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:55:27.455 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:27.456 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:27.456 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:55:27.557 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:55:27.582 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:27.583 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:27.584 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:55:27.684 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:27.708 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:27.709 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:27.709 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:27.775 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:55:27.775 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:55:27.784 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:55:27.784 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:55:27.803 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:55:27.803 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:55:27.810 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:27.820 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:55:27.820 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:55:27.834 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:27.834 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:27.835 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:27.840 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:55:27.840 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:55:27.862 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:55:27.862 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:55:27.880 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T14:55:27.880 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T14:55:27.897 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:55:27.897 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:55:27.936 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:27.958 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:27.958 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:27.959 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:28.060 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:55:28.088 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:28.089 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:28.089 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:55:28.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:28 smithi071 ceph-mon[107477]: pgmap v1778: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.4 GiB data, 17 GiB used, 520 GiB / 536 GiB avail; 0 B/s wr, 354 op/s; 61162/265212 objects degraded (23.062%); 19600/265212 objects misplaced (7.390%); 7.1 MiB/s, 113 objects/s recovering 2024-09-13T14:55:28.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:28 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/486623425' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:55:28.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:28 smithi071 ceph-mon[112785]: pgmap v1778: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.4 GiB data, 17 GiB used, 520 GiB / 536 GiB avail; 0 B/s wr, 354 op/s; 61162/265212 objects degraded (23.062%); 19600/265212 objects misplaced (7.390%); 7.1 MiB/s, 113 objects/s recovering 2024-09-13T14:55:28.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:28 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/486623425' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:55:28.190 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:55:28.222 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:28.223 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:28.223 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:55:28.323 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:55:28.346 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:28.347 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:28.347 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:55:28.394 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:28 smithi104 ceph-mon[105578]: pgmap v1778: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.4 GiB data, 17 GiB used, 520 GiB / 536 GiB avail; 0 B/s wr, 354 op/s; 61162/265212 objects degraded (23.062%); 19600/265212 objects misplaced (7.390%); 7.1 MiB/s, 113 objects/s recovering 2024-09-13T14:55:28.394 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:28 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/486623425' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:55:28.448 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:28.471 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:28.472 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:28.472 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:28.573 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:55:28.598 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:28.599 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:28.599 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:55:28.700 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:55:28.723 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:28.723 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:28.724 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:55:28.825 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:28.853 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:28.853 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:28.854 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:28.884 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2024-09-13T14:55:28.884 INFO:teuthology.orchestra.run.smithi104.stdout: "ops": [], 2024-09-13T14:55:28.884 INFO:teuthology.orchestra.run.smithi104.stdout: "complaint_time": 30, 2024-09-13T14:55:28.884 INFO:teuthology.orchestra.run.smithi104.stdout: "num_blocked_ops": 0 2024-09-13T14:55:28.884 INFO:teuthology.orchestra.run.smithi104.stdout:} 2024-09-13T14:55:28.955 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:28.980 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:28.980 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:28.981 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:29.081 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:55:29.102 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:29.103 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:29.103 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:55:29.204 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:55:29.230 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:29.231 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:29.231 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:55:29.332 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:55:29.359 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:29.359 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:29.360 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:55:29.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:29 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 61162/265212 objects degraded (23.062%), 16 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:55:29.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:29 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 61162/265212 objects degraded (23.062%), 16 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:55:29.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:29 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 61162/265212 objects degraded (23.062%), 16 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:55:29.461 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:55:29.485 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:29.486 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:29.487 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:55:29.587 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:55:29.609 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:29.609 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:29.610 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:55:29.617 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.7 dump_historic_ops 2024-09-13T14:55:29.711 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:55:29.738 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:29.739 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:29.739 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:55:29.840 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:55:29.863 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:29.864 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:29.864 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:55:29.873 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:55:29.965 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:55:29.989 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:29.990 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:29.991 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:55:30.092 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:55:30.120 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:30.121 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:30.121 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:55:30.222 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:55:30.248 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:30.248 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:30.249 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:55:30.280 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:30 smithi104 ceph-mon[105578]: pgmap v1779: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.4 GiB data, 17 GiB used, 520 GiB / 536 GiB avail; 0 B/s wr, 258 op/s; 60979/264939 objects degraded (23.016%); 19600/264939 objects misplaced (7.398%); 4.7 MiB/s, 75 objects/s recovering 2024-09-13T14:55:30.281 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:30 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:55:30.349 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:55:30.371 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:30.372 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:30.372 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:55:30.470 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:30 smithi071 ceph-mon[107477]: pgmap v1779: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.4 GiB data, 17 GiB used, 520 GiB / 536 GiB avail; 0 B/s wr, 258 op/s; 60979/264939 objects degraded (23.016%); 19600/264939 objects misplaced (7.398%); 4.7 MiB/s, 75 objects/s recovering 2024-09-13T14:55:30.470 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:30 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:55:30.470 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:30 smithi071 ceph-mon[112785]: pgmap v1779: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.4 GiB data, 17 GiB used, 520 GiB / 536 GiB avail; 0 B/s wr, 258 op/s; 60979/264939 objects degraded (23.016%); 19600/264939 objects misplaced (7.398%); 4.7 MiB/s, 75 objects/s recovering 2024-09-13T14:55:30.470 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:30 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:55:30.473 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:55:30.502 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:30.502 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:30.503 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:55:30.604 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:55:30.633 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:30.633 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:30.634 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:55:30.734 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:30.758 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:30.759 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:30.760 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:30.860 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:55:30.882 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:30.882 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:30.883 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:55:30.983 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:55:30.986 INFO:tasks.thrashosds.thrasher:in_osds: [0, 1, 5, 6, 3, 7] out_osds: [4, 2] dead_osds: [] live_osds: [0, 1, 2, 3, 4, 5, 7, 6] 2024-09-13T14:55:30.986 INFO:tasks.thrashosds.thrasher:choose_action: min_in 4 min_out 0 min_live 2 min_dead 0 chance_down 0.40 2024-09-13T14:55:30.986 INFO:tasks.thrashosds.thrasher:Growing pool .mgr 2024-09-13T14:55:30.987 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-13T14:55:31.009 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:31.009 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:31.010 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:55:31.111 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:55:31.134 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:31.135 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:31.135 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:55:31.236 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:55:31.264 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:31.265 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:31.266 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:55:31.366 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:55:31.387 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:31.388 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:31.388 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:55:31.489 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:55:31.515 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:31.515 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:31.516 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:55:31.617 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:55:31.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:31 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:55:31.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:31 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:55:31.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:31 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:55:31.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:31 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:55:31.642 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:31.642 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:31.642 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:55:31.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:31 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:55:31.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:31 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:55:31.743 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:31.770 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:31.771 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:31.771 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:31.866 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=false 2024-09-13T14:55:31.872 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:55:31.896 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:31.896 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:31.897 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:55:31.997 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:55:32.022 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:32.023 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:32.023 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:55:32.124 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:32.148 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:32.149 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:32.150 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:32.152 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2024-09-13T14:55:32.152 INFO:teuthology.orchestra.run.smithi104.stdout: "size": 20, 2024-09-13T14:55:32.152 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 600, 2024-09-13T14:55:32.152 INFO:teuthology.orchestra.run.smithi104.stdout: "ops": [ 2024-09-13T14:55:32.152 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.152 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:156940 7.9 7:9fffa2e8:::benchmark_data_smithi071_196541_object44000:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1177)", 2024-09-13T14:55:32.152 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:47:25.096506+0000", 2024-09-13T14:55:32.152 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 487.05171612100003, 2024-09-13T14:55:32.152 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.4489353679999999, 2024-09-13T14:55:32.153 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:55:32.153 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:55:32.153 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:55:32.153 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:55:32.153 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:55:32.153 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 156940 2024-09-13T14:55:32.153 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.153 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:55:32.153 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.153 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:55:32.153 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.096506+0000", 2024-09-13T14:55:32.153 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:32.153 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.154 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.154 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:55:32.154 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.096506+0000", 2024-09-13T14:55:32.154 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:32.154 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.154 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.154 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:55:32.154 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.096504+0000", 2024-09-13T14:55:32.154 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:55:32.154 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.154 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.154 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:55:32.154 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.096510+0000", 2024-09-13T14:55:32.155 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.6289999999999998e-06 2024-09-13T14:55:32.155 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.155 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.155 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:55:32.155 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.096522+0000", 2024-09-13T14:55:32.155 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1610000000000001e-05 2024-09-13T14:55:32.155 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.155 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.155 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:55:32.155 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.096528+0000", 2024-09-13T14:55:32.155 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.0769999999999996e-06 2024-09-13T14:55:32.155 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.155 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.156 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.156 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.144133+0000", 2024-09-13T14:55:32.156 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.047605441999999998 2024-09-13T14:55:32.156 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.156 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.156 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:55:32.156 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.149421+0000", 2024-09-13T14:55:32.156 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0052876700000000004 2024-09-13T14:55:32.156 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.156 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.156 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.156 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.242719+0000", 2024-09-13T14:55:32.157 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.093297845000000004 2024-09-13T14:55:32.157 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.157 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.157 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:55:32.157 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.249488+0000", 2024-09-13T14:55:32.157 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0067692469999999999 2024-09-13T14:55:32.157 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.157 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.157 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.157 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:26.411048+0000", 2024-09-13T14:55:32.157 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.161560361 2024-09-13T14:55:32.157 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.158 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.158 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:55:32.158 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:26.415332+0000", 2024-09-13T14:55:32.158 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0042839769999999996 2024-09-13T14:55:32.158 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.158 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.158 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1", 2024-09-13T14:55:32.158 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:26.424045+0000", 2024-09-13T14:55:32.158 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0087127760000000002 2024-09-13T14:55:32.158 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.158 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.158 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:55:32.159 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:26.463277+0000", 2024-09-13T14:55:32.159 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.039232247999999997 2024-09-13T14:55:32.159 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.159 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.159 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:55:32.159 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:26.464747+0000", 2024-09-13T14:55:32.159 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001469527 2024-09-13T14:55:32.159 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.159 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.159 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:55:32.159 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:26.533511+0000", 2024-09-13T14:55:32.159 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.068764643 2024-09-13T14:55:32.159 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.159 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.160 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:55:32.160 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:26.535814+0000", 2024-09-13T14:55:32.160 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0023023980000000002 2024-09-13T14:55:32.160 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.160 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.160 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:55:32.160 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:26.545441+0000", 2024-09-13T14:55:32.160 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0096273509999999993 2024-09-13T14:55:32.160 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:32.160 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:55:32.160 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:32.160 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.160 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.161 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:157089 7.9 7:944cd0e2:::benchmark_data_smithi071_196541_object44149:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1177)", 2024-09-13T14:55:32.161 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:47:25.552367+0000", 2024-09-13T14:55:32.161 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 486.59585484600001, 2024-09-13T14:55:32.161 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.4818530569999999, 2024-09-13T14:55:32.161 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:55:32.161 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:55:32.161 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:55:32.161 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:55:32.161 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:55:32.161 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 157089 2024-09-13T14:55:32.161 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.161 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:55:32.161 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.162 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:55:32.162 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.552367+0000", 2024-09-13T14:55:32.162 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:32.162 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.162 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.162 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:55:32.162 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.552367+0000", 2024-09-13T14:55:32.162 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:32.162 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.162 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.162 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:55:32.162 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.552366+0000", 2024-09-13T14:55:32.162 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:55:32.163 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.163 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.163 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:55:32.163 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.552371+0000", 2024-09-13T14:55:32.163 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.4110000000000004e-06 2024-09-13T14:55:32.163 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.163 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.163 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:55:32.163 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.552385+0000", 2024-09-13T14:55:32.163 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3285000000000001e-05 2024-09-13T14:55:32.163 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.163 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.164 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:55:32.164 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.552391+0000", 2024-09-13T14:55:32.164 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.6340000000000003e-06 2024-09-13T14:55:32.164 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.164 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.164 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.164 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.665933+0000", 2024-09-13T14:55:32.164 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.11354189100000001 2024-09-13T14:55:32.164 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.164 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.164 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:55:32.164 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.671273+0000", 2024-09-13T14:55:32.164 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0053399540000000001 2024-09-13T14:55:32.165 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.165 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.165 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.165 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.728969+0000", 2024-09-13T14:55:32.165 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.057695622000000002 2024-09-13T14:55:32.165 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.165 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.165 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:55:32.165 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.734490+0000", 2024-09-13T14:55:32.165 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0055210060000000002 2024-09-13T14:55:32.165 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.166 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.166 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.166 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:26.898217+0000", 2024-09-13T14:55:32.166 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1637271309999999 2024-09-13T14:55:32.166 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.166 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.166 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:55:32.166 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:26.902456+0000", 2024-09-13T14:55:32.166 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0042393459999999997 2024-09-13T14:55:32.166 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.166 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.166 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1", 2024-09-13T14:55:32.167 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:26.910867+0000", 2024-09-13T14:55:32.167 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0084111600000000009 2024-09-13T14:55:32.167 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.167 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.168 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:55:32.168 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:26.949296+0000", 2024-09-13T14:55:32.168 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.038428332000000003 2024-09-13T14:55:32.168 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.168 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.168 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:55:32.168 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:26.950734+0000", 2024-09-13T14:55:32.168 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0014382729999999999 2024-09-13T14:55:32.168 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.168 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.169 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:55:32.169 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:27.021503+0000", 2024-09-13T14:55:32.169 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.070768853000000007 2024-09-13T14:55:32.169 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.169 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.169 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:55:32.169 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:27.024128+0000", 2024-09-13T14:55:32.169 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0026247129999999999 2024-09-13T14:55:32.169 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.169 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.169 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:55:32.169 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:27.034220+0000", 2024-09-13T14:55:32.170 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.010092571 2024-09-13T14:55:32.170 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:32.170 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:55:32.170 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:32.170 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.170 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.170 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:157093 7.9 7:9e13d607:::benchmark_data_smithi071_196541_object44153:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1177)", 2024-09-13T14:55:32.170 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:47:25.569581+0000", 2024-09-13T14:55:32.170 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 486.57864115199999, 2024-09-13T14:55:32.170 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.4775769350000001, 2024-09-13T14:55:32.170 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:55:32.170 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:55:32.171 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:55:32.171 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:55:32.171 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:55:32.171 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 157093 2024-09-13T14:55:32.171 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.171 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:55:32.171 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.171 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:55:32.171 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.569581+0000", 2024-09-13T14:55:32.171 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:32.171 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.171 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.172 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:55:32.172 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.569581+0000", 2024-09-13T14:55:32.172 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:32.172 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.172 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.172 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:55:32.172 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.569580+0000", 2024-09-13T14:55:32.172 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:55:32.172 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.172 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.172 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:55:32.172 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.569585+0000", 2024-09-13T14:55:32.172 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.9049999999999996e-06 2024-09-13T14:55:32.173 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.173 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.173 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:55:32.173 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.569596+0000", 2024-09-13T14:55:32.173 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0859999999999999e-05 2024-09-13T14:55:32.173 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.173 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.173 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:55:32.173 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.569601+0000", 2024-09-13T14:55:32.173 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.4700000000000001e-06 2024-09-13T14:55:32.173 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.173 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.173 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.174 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.671777+0000", 2024-09-13T14:55:32.174 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.102175418 2024-09-13T14:55:32.174 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.174 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.174 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:55:32.174 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.677133+0000", 2024-09-13T14:55:32.174 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0053564579999999997 2024-09-13T14:55:32.174 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.174 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.174 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.174 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.755262+0000", 2024-09-13T14:55:32.175 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.078128797999999999 2024-09-13T14:55:32.175 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.175 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.175 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:55:32.175 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:25.760565+0000", 2024-09-13T14:55:32.175 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0053029369999999998 2024-09-13T14:55:32.175 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.175 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.175 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.175 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:26.928934+0000", 2024-09-13T14:55:32.175 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1683694600000001 2024-09-13T14:55:32.175 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.176 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.176 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:55:32.176 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:26.933233+0000", 2024-09-13T14:55:32.176 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0042985250000000001 2024-09-13T14:55:32.176 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.176 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.176 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1", 2024-09-13T14:55:32.176 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:26.941715+0000", 2024-09-13T14:55:32.176 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.008482145 2024-09-13T14:55:32.176 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.176 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.176 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:55:32.176 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:26.952148+0000", 2024-09-13T14:55:32.176 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.010433088 2024-09-13T14:55:32.177 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.177 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.177 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:55:32.177 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:26.953571+0000", 2024-09-13T14:55:32.177 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0014234250000000001 2024-09-13T14:55:32.177 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.177 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.177 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:55:32.177 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:27.034680+0000", 2024-09-13T14:55:32.177 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.081108477999999998 2024-09-13T14:55:32.177 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.177 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.177 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:55:32.177 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:27.037388+0000", 2024-09-13T14:55:32.178 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0027077730000000001 2024-09-13T14:55:32.178 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.178 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.178 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:55:32.178 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:27.047158+0000", 2024-09-13T14:55:32.178 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0097700779999999997 2024-09-13T14:55:32.178 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:32.178 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:55:32.178 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:32.178 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.178 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.178 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:157520 7.9 7:907a668f:::benchmark_data_smithi071_196541_object44580:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1177)", 2024-09-13T14:55:32.178 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:47:28.183854+0000", 2024-09-13T14:55:32.178 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 483.964367928, 2024-09-13T14:55:32.179 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.4103469360000001, 2024-09-13T14:55:32.179 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:55:32.179 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:55:32.179 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:55:32.179 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:55:32.179 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:55:32.179 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 157520 2024-09-13T14:55:32.179 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.179 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:55:32.179 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.179 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:55:32.179 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.183854+0000", 2024-09-13T14:55:32.180 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:32.180 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.180 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.180 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:55:32.180 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.183854+0000", 2024-09-13T14:55:32.180 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:32.180 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.180 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.180 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:55:32.180 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.183852+0000", 2024-09-13T14:55:32.180 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999976 2024-09-13T14:55:32.180 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.180 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.181 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:55:32.181 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.183860+0000", 2024-09-13T14:55:32.181 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.2279999999999998e-06 2024-09-13T14:55:32.181 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.181 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.181 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:55:32.181 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.183876+0000", 2024-09-13T14:55:32.181 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.6240999999999999e-05 2024-09-13T14:55:32.181 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.181 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.181 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:55:32.181 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.183885+0000", 2024-09-13T14:55:32.181 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.8710000000000003e-06 2024-09-13T14:55:32.182 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.182 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.182 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.182 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.208495+0000", 2024-09-13T14:55:32.182 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.024609550000000001 2024-09-13T14:55:32.182 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.182 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.182 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:55:32.182 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.213896+0000", 2024-09-13T14:55:32.182 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0054008859999999997 2024-09-13T14:55:32.182 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.182 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.182 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.183 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.273439+0000", 2024-09-13T14:55:32.183 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.059543408999999999 2024-09-13T14:55:32.183 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.183 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.183 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:55:32.183 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.280799+0000", 2024-09-13T14:55:32.183 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0073596989999999999 2024-09-13T14:55:32.184 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.184 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.184 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.184 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.402733+0000", 2024-09-13T14:55:32.184 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1219344309999999 2024-09-13T14:55:32.184 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.184 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.184 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:55:32.184 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.407077+0000", 2024-09-13T14:55:32.185 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.004343375 2024-09-13T14:55:32.185 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.185 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.185 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1", 2024-09-13T14:55:32.185 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.415735+0000", 2024-09-13T14:55:32.185 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0086589189999999993 2024-09-13T14:55:32.185 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.185 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.185 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:55:32.185 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.445909+0000", 2024-09-13T14:55:32.185 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.030173746000000001 2024-09-13T14:55:32.185 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.185 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.186 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:55:32.186 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.447320+0000", 2024-09-13T14:55:32.186 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0014109610000000001 2024-09-13T14:55:32.186 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.186 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.186 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:55:32.186 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.581312+0000", 2024-09-13T14:55:32.186 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.13399148 2024-09-13T14:55:32.186 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.186 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.186 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:55:32.186 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.583712+0000", 2024-09-13T14:55:32.186 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.002400606 2024-09-13T14:55:32.186 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.187 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.187 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:55:32.187 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.594201+0000", 2024-09-13T14:55:32.187 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.010488730999999999 2024-09-13T14:55:32.187 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:32.187 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:55:32.187 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:32.187 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.187 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.187 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:157521 7.9 7:96fa7f7e:::benchmark_data_smithi071_196541_object44581:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1177)", 2024-09-13T14:55:32.187 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:47:28.184015+0000", 2024-09-13T14:55:32.187 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 483.96420708400001, 2024-09-13T14:55:32.187 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.439232047, 2024-09-13T14:55:32.188 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:55:32.188 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:55:32.188 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:55:32.188 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:55:32.188 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:55:32.188 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 157521 2024-09-13T14:55:32.188 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.188 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:55:32.188 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.188 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:55:32.188 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.184015+0000", 2024-09-13T14:55:32.188 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:32.188 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.189 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.189 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:55:32.189 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.184015+0000", 2024-09-13T14:55:32.189 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:32.189 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.189 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.189 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:55:32.189 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.184014+0000", 2024-09-13T14:55:32.189 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T14:55:32.189 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.189 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.189 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:55:32.189 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.184018+0000", 2024-09-13T14:55:32.190 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.1849999999999997e-06 2024-09-13T14:55:32.190 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.190 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.190 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:55:32.190 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.184028+0000", 2024-09-13T14:55:32.190 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.6940000000000007e-06 2024-09-13T14:55:32.190 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.190 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.190 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:55:32.190 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.184034+0000", 2024-09-13T14:55:32.190 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.7980000000000002e-06 2024-09-13T14:55:32.190 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.190 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.191 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.191 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.214694+0000", 2024-09-13T14:55:32.191 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.030660119999999999 2024-09-13T14:55:32.191 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.191 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.191 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:55:32.191 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.221827+0000", 2024-09-13T14:55:32.191 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0071335089999999997 2024-09-13T14:55:32.191 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.191 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.191 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.191 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.305265+0000", 2024-09-13T14:55:32.191 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.083437496 2024-09-13T14:55:32.191 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.192 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.192 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:55:32.192 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:28.314449+0000", 2024-09-13T14:55:32.192 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0091840099999999994 2024-09-13T14:55:32.192 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.192 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.192 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.192 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.459456+0000", 2024-09-13T14:55:32.192 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1450072870000001 2024-09-13T14:55:32.192 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.192 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.192 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:55:32.192 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.463591+0000", 2024-09-13T14:55:32.193 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0041343300000000003 2024-09-13T14:55:32.193 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.193 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.193 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1", 2024-09-13T14:55:32.193 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.472079+0000", 2024-09-13T14:55:32.193 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0084884130000000002 2024-09-13T14:55:32.193 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.193 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.193 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:55:32.193 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.510075+0000", 2024-09-13T14:55:32.193 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.037996051000000003 2024-09-13T14:55:32.193 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.193 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.193 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:55:32.194 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.511482+0000", 2024-09-13T14:55:32.194 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001406746 2024-09-13T14:55:32.194 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.194 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.194 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:55:32.194 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.609566+0000", 2024-09-13T14:55:32.194 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.098084347000000002 2024-09-13T14:55:32.194 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.194 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.194 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:55:32.194 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.612003+0000", 2024-09-13T14:55:32.194 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0024368699999999998 2024-09-13T14:55:32.194 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.194 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.195 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:55:32.195 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:29.623247+0000", 2024-09-13T14:55:32.195 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.011243902 2024-09-13T14:55:32.195 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:32.195 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:55:32.195 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:32.195 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.195 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.195 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:157989 7.9 7:9086c740:::benchmark_data_smithi071_196541_object45049:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1177)", 2024-09-13T14:55:32.195 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:47:30.295751+0000", 2024-09-13T14:55:32.195 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 481.85247140000001, 2024-09-13T14:55:32.195 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.42918061, 2024-09-13T14:55:32.195 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:55:32.196 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:55:32.196 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:55:32.196 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:55:32.196 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:55:32.196 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 157989 2024-09-13T14:55:32.196 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.196 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:55:32.196 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.196 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:55:32.196 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.295751+0000", 2024-09-13T14:55:32.196 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:32.196 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.196 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.197 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:55:32.197 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.295751+0000", 2024-09-13T14:55:32.197 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:32.197 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.197 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.197 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:55:32.197 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.295749+0000", 2024-09-13T14:55:32.197 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:55:32.197 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.197 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.197 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:55:32.197 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.295757+0000", 2024-09-13T14:55:32.198 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.3629999999999994e-06 2024-09-13T14:55:32.198 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.198 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.198 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:55:32.198 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.295771+0000", 2024-09-13T14:55:32.198 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3277e-05 2024-09-13T14:55:32.198 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.198 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.198 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:55:32.198 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.295777+0000", 2024-09-13T14:55:32.198 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.5590000000000002e-06 2024-09-13T14:55:32.198 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.198 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.199 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.199 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.390996+0000", 2024-09-13T14:55:32.199 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.095218988000000004 2024-09-13T14:55:32.199 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.199 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.199 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:55:32.199 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.396242+0000", 2024-09-13T14:55:32.199 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.005245754 2024-09-13T14:55:32.199 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.199 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.199 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.199 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.464614+0000", 2024-09-13T14:55:32.200 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.068371903999999997 2024-09-13T14:55:32.200 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.200 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.200 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:55:32.200 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.470268+0000", 2024-09-13T14:55:32.200 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0056539729999999996 2024-09-13T14:55:32.200 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.200 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.200 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.200 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.637523+0000", 2024-09-13T14:55:32.200 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.167254899 2024-09-13T14:55:32.200 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.201 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.201 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:55:32.201 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.641850+0000", 2024-09-13T14:55:32.201 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0043272650000000003 2024-09-13T14:55:32.201 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.201 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.201 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1", 2024-09-13T14:55:32.201 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.650424+0000", 2024-09-13T14:55:32.201 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0085744649999999999 2024-09-13T14:55:32.201 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.201 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.201 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:55:32.202 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.706805+0000", 2024-09-13T14:55:32.202 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.056380351000000002 2024-09-13T14:55:32.202 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.202 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.202 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:55:32.202 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.709202+0000", 2024-09-13T14:55:32.202 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0023971999999999999 2024-09-13T14:55:32.202 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.202 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.202 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:55:32.202 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.712694+0000", 2024-09-13T14:55:32.202 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0034921560000000002 2024-09-13T14:55:32.203 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.203 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.203 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:55:32.203 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.715107+0000", 2024-09-13T14:55:32.203 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00241253 2024-09-13T14:55:32.203 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.203 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.203 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:55:32.203 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.724931+0000", 2024-09-13T14:55:32.203 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0098245499999999996 2024-09-13T14:55:32.203 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:32.203 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:55:32.204 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:32.204 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.204 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.204 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:157991 7.9 7:99079df0:::benchmark_data_smithi071_196541_object45051:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1177)", 2024-09-13T14:55:32.204 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:47:30.366263+0000", 2024-09-13T14:55:32.204 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 481.78195924200003, 2024-09-13T14:55:32.204 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.425013643, 2024-09-13T14:55:32.204 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:55:32.204 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:55:32.204 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:55:32.204 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:55:32.204 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:55:32.204 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 157991 2024-09-13T14:55:32.205 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.205 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:55:32.205 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.205 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:55:32.205 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.366263+0000", 2024-09-13T14:55:32.205 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:32.205 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.205 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.205 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:55:32.205 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.366263+0000", 2024-09-13T14:55:32.205 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:32.205 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.206 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.206 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:55:32.206 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.366261+0000", 2024-09-13T14:55:32.206 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999981 2024-09-13T14:55:32.206 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.206 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.206 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:55:32.206 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.366269+0000", 2024-09-13T14:55:32.206 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.9500000000000001e-06 2024-09-13T14:55:32.206 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.206 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.206 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:55:32.207 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.366282+0000", 2024-09-13T14:55:32.207 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3661e-05 2024-09-13T14:55:32.207 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.207 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.207 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:55:32.207 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.366291+0000", 2024-09-13T14:55:32.207 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.1319999999999994e-06 2024-09-13T14:55:32.207 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.207 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.207 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.207 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.474195+0000", 2024-09-13T14:55:32.207 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.107904873 2024-09-13T14:55:32.207 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.208 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.208 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:55:32.208 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.479173+0000", 2024-09-13T14:55:32.208 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0049774800000000003 2024-09-13T14:55:32.208 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.208 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.208 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.208 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.536837+0000", 2024-09-13T14:55:32.208 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.057663633999999998 2024-09-13T14:55:32.208 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.208 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.209 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:55:32.209 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:30.542103+0000", 2024-09-13T14:55:32.209 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0052661030000000003 2024-09-13T14:55:32.209 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.209 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.209 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.209 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.737725+0000", 2024-09-13T14:55:32.209 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1956222670000001 2024-09-13T14:55:32.209 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.209 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.209 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:55:32.209 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.742608+0000", 2024-09-13T14:55:32.210 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0048831810000000003 2024-09-13T14:55:32.210 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.210 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.210 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1", 2024-09-13T14:55:32.210 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.752378+0000", 2024-09-13T14:55:32.210 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0097700900000000004 2024-09-13T14:55:32.210 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.210 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.210 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:55:32.210 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.777049+0000", 2024-09-13T14:55:32.210 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.024671185000000002 2024-09-13T14:55:32.210 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.210 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.211 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:55:32.211 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.778467+0000", 2024-09-13T14:55:32.211 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0014178890000000001 2024-09-13T14:55:32.211 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.211 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.211 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:55:32.211 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.778943+0000", 2024-09-13T14:55:32.211 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00047613400000000002 2024-09-13T14:55:32.211 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.211 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.211 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:55:32.211 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.781326+0000", 2024-09-13T14:55:32.211 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0023824639999999999 2024-09-13T14:55:32.211 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.212 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.212 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:55:32.212 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:31.791276+0000", 2024-09-13T14:55:32.212 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0099504329999999998 2024-09-13T14:55:32.212 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:32.212 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:55:32.212 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:32.212 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.212 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.212 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:159372 7.9 7:929e7ccc:::benchmark_data_smithi071_196541_object46432:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1178)", 2024-09-13T14:55:32.212 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:47:37.442076+0000", 2024-09-13T14:55:32.212 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 474.70614637099999, 2024-09-13T14:55:32.212 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.4273104720000001, 2024-09-13T14:55:32.213 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:55:32.213 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:55:32.213 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:55:32.213 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:55:32.213 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:55:32.213 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 159372 2024-09-13T14:55:32.213 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.213 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:55:32.213 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.213 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:55:32.213 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:37.442076+0000", 2024-09-13T14:55:32.213 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:32.214 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.214 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.214 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:55:32.214 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:37.442076+0000", 2024-09-13T14:55:32.214 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:32.214 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.214 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.214 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:55:32.214 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:37.442074+0000", 2024-09-13T14:55:32.214 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:55:32.214 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.214 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.214 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:55:32.214 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:37.442082+0000", 2024-09-13T14:55:32.214 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.2509999999999994e-06 2024-09-13T14:55:32.215 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.215 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.215 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:55:32.215 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:37.442097+0000", 2024-09-13T14:55:32.215 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.4679e-05 2024-09-13T14:55:32.215 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.215 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.215 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:55:32.215 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:37.442106+0000", 2024-09-13T14:55:32.215 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.9700000000000005e-06 2024-09-13T14:55:32.215 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.215 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.215 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.216 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:37.526836+0000", 2024-09-13T14:55:32.216 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.084730523000000002 2024-09-13T14:55:32.216 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.216 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.216 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:55:32.216 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:37.532253+0000", 2024-09-13T14:55:32.216 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0054165359999999996 2024-09-13T14:55:32.216 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.216 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.216 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.216 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:37.576190+0000", 2024-09-13T14:55:32.216 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.04393677 2024-09-13T14:55:32.216 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.216 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.217 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:55:32.217 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:37.581790+0000", 2024-09-13T14:55:32.217 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0056004200000000001 2024-09-13T14:55:32.217 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.217 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.217 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.217 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:38.809215+0000", 2024-09-13T14:55:32.217 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2274247229999999 2024-09-13T14:55:32.217 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.217 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.217 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:55:32.217 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:38.813422+0000", 2024-09-13T14:55:32.217 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0042068660000000001 2024-09-13T14:55:32.218 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.218 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.218 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1", 2024-09-13T14:55:32.218 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:38.821968+0000", 2024-09-13T14:55:32.218 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0085460450000000004 2024-09-13T14:55:32.218 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.218 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.218 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:55:32.218 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:38.853465+0000", 2024-09-13T14:55:32.218 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.031496706999999999 2024-09-13T14:55:32.218 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.218 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.218 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:55:32.218 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:38.855985+0000", 2024-09-13T14:55:32.219 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.002520595 2024-09-13T14:55:32.219 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.219 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.219 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:55:32.219 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:38.857377+0000", 2024-09-13T14:55:32.219 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001392117 2024-09-13T14:55:32.219 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.219 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.219 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:55:32.219 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:38.859741+0000", 2024-09-13T14:55:32.219 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0023639099999999999 2024-09-13T14:55:32.219 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.220 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.220 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:55:32.220 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:38.869386+0000", 2024-09-13T14:55:32.220 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0096449190000000001 2024-09-13T14:55:32.220 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:32.220 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:55:32.220 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:32.220 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.220 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.220 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:160554 7.9 7:9d1c50f5:::benchmark_data_smithi071_196541_object47614:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1178)", 2024-09-13T14:55:32.220 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:47:44.384016+0000", 2024-09-13T14:55:32.220 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 467.764205812, 2024-09-13T14:55:32.221 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.4195076179999999, 2024-09-13T14:55:32.221 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:55:32.221 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:55:32.221 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:55:32.221 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:55:32.221 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:55:32.221 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 160554 2024-09-13T14:55:32.221 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.221 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:55:32.221 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.221 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:55:32.221 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:44.384016+0000", 2024-09-13T14:55:32.221 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:32.222 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.222 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.222 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:55:32.222 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:44.384016+0000", 2024-09-13T14:55:32.222 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:32.222 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.222 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.222 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:55:32.222 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:44.384014+0000", 2024-09-13T14:55:32.222 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999981 2024-09-13T14:55:32.222 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.222 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.222 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:55:32.223 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:44.384021+0000", 2024-09-13T14:55:32.223 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.2489999999999998e-06 2024-09-13T14:55:32.223 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.223 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.223 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:55:32.223 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:44.384032+0000", 2024-09-13T14:55:32.223 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1326e-05 2024-09-13T14:55:32.223 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.223 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.223 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:55:32.223 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:44.384038+0000", 2024-09-13T14:55:32.223 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.8340000000000004e-06 2024-09-13T14:55:32.223 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.224 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.224 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.224 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:44.426734+0000", 2024-09-13T14:55:32.224 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.042696046000000001 2024-09-13T14:55:32.224 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.224 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.224 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:55:32.224 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:44.433663+0000", 2024-09-13T14:55:32.224 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0069293890000000002 2024-09-13T14:55:32.224 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.224 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.224 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.224 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:44.468798+0000", 2024-09-13T14:55:32.225 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.035134321000000003 2024-09-13T14:55:32.225 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.225 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.225 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:55:32.225 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:44.473842+0000", 2024-09-13T14:55:32.225 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0050441239999999997 2024-09-13T14:55:32.225 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.225 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.225 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.225 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:45.544668+0000", 2024-09-13T14:55:32.225 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.070826643 2024-09-13T14:55:32.225 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.225 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.226 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:55:32.226 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:45.548775+0000", 2024-09-13T14:55:32.226 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0041066760000000001 2024-09-13T14:55:32.226 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.226 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.226 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1", 2024-09-13T14:55:32.226 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:45.556898+0000", 2024-09-13T14:55:32.226 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0081231020000000001 2024-09-13T14:55:32.226 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.226 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.226 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:55:32.226 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:45.593721+0000", 2024-09-13T14:55:32.226 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.036822558999999998 2024-09-13T14:55:32.226 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.227 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.227 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:55:32.227 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:45.595087+0000", 2024-09-13T14:55:32.227 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0013658349999999999 2024-09-13T14:55:32.227 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.227 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.227 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:55:32.227 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:45.790576+0000", 2024-09-13T14:55:32.227 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.19548969699999999 2024-09-13T14:55:32.227 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.227 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.229 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:55:32.229 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:45.793468+0000", 2024-09-13T14:55:32.229 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0028920220000000002 2024-09-13T14:55:32.229 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.229 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.229 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:55:32.229 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:47:45.803524+0000", 2024-09-13T14:55:32.229 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.010055499000000001 2024-09-13T14:55:32.229 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:32.229 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:55:32.230 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:32.230 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.230 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.230 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:170151 7.9 7:9e16d3ad:::benchmark_data_smithi071_196541_object57211:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1179)", 2024-09-13T14:55:32.230 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:48:28.107472+0000", 2024-09-13T14:55:32.230 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 424.04074952600001, 2024-09-13T14:55:32.230 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.7554512230000001, 2024-09-13T14:55:32.230 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:55:32.230 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:55:32.230 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:55:32.230 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:55:32.230 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:55:32.230 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 170151 2024-09-13T14:55:32.230 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.231 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:55:32.231 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.231 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:55:32.231 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:28.107472+0000", 2024-09-13T14:55:32.231 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:32.231 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.231 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.231 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:55:32.231 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:28.107472+0000", 2024-09-13T14:55:32.231 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:32.231 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.231 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.231 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:55:32.232 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:28.107471+0000", 2024-09-13T14:55:32.232 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:55:32.232 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.232 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.232 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:55:32.232 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:28.107479+0000", 2024-09-13T14:55:32.232 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.9920000000000007e-06 2024-09-13T14:55:32.232 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.232 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.232 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:55:32.232 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:28.107491+0000", 2024-09-13T14:55:32.232 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2079000000000001e-05 2024-09-13T14:55:32.232 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.232 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.232 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:55:32.233 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:28.107498+0000", 2024-09-13T14:55:32.233 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.1280000000000002e-06 2024-09-13T14:55:32.233 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.233 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.233 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.233 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:28.140693+0000", 2024-09-13T14:55:32.233 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.033194927999999999 2024-09-13T14:55:32.233 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.233 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.233 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:55:32.233 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:28.142740+0000", 2024-09-13T14:55:32.233 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0020471349999999998 2024-09-13T14:55:32.233 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.234 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.234 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.234 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:28.949659+0000", 2024-09-13T14:55:32.234 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.80691886999999995 2024-09-13T14:55:32.234 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.234 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.234 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:55:32.234 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:28.954172+0000", 2024-09-13T14:55:32.234 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.004513408 2024-09-13T14:55:32.234 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.234 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.234 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.234 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:29.825231+0000", 2024-09-13T14:55:32.234 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.87105842499999997 2024-09-13T14:55:32.235 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.235 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.235 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:55:32.235 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:29.829119+0000", 2024-09-13T14:55:32.235 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.003888491 2024-09-13T14:55:32.235 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.235 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.235 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1", 2024-09-13T14:55:32.235 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:29.837194+0000", 2024-09-13T14:55:32.235 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0080742620000000005 2024-09-13T14:55:32.235 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.235 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.235 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:55:32.235 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:29.850020+0000", 2024-09-13T14:55:32.236 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.012825932999999999 2024-09-13T14:55:32.236 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.236 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.236 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:55:32.236 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:29.851413+0000", 2024-09-13T14:55:32.236 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0013929319999999999 2024-09-13T14:55:32.236 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.236 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.236 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:55:32.236 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:29.852667+0000", 2024-09-13T14:55:32.236 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0012541060000000001 2024-09-13T14:55:32.236 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.236 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.236 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:55:32.237 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:29.854777+0000", 2024-09-13T14:55:32.237 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0021101700000000002 2024-09-13T14:55:32.237 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.237 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.237 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:55:32.237 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:29.862924+0000", 2024-09-13T14:55:32.237 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0081468440000000003 2024-09-13T14:55:32.237 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:32.237 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:55:32.237 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:32.237 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.237 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.237 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:170957 7.9 7:9964c7e0:::benchmark_data_smithi071_196541_object58017:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1179)", 2024-09-13T14:55:32.238 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:48:31.363831+0000", 2024-09-13T14:55:32.238 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 420.78439120199999, 2024-09-13T14:55:32.238 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.9291294780000001, 2024-09-13T14:55:32.238 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:55:32.238 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:55:32.238 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:55:32.238 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:55:32.240 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:55:32.240 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 170957 2024-09-13T14:55:32.240 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.240 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:55:32.240 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.240 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:55:32.240 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:31.363831+0000", 2024-09-13T14:55:32.240 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:32.240 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.240 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.240 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:55:32.240 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:31.363831+0000", 2024-09-13T14:55:32.241 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:32.241 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.241 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.241 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:55:32.241 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:31.363830+0000", 2024-09-13T14:55:32.241 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T14:55:32.241 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.241 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.241 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:55:32.241 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:31.363834+0000", 2024-09-13T14:55:32.241 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.8310000000000003e-06 2024-09-13T14:55:32.241 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.241 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.241 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:55:32.241 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:31.363842+0000", 2024-09-13T14:55:32.242 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.3089999999999996e-06 2024-09-13T14:55:32.242 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.242 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.242 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:55:32.242 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:31.363849+0000", 2024-09-13T14:55:32.242 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.5479999999999998e-06 2024-09-13T14:55:32.242 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.242 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.242 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.242 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:31.389144+0000", 2024-09-13T14:55:32.242 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.025295029 2024-09-13T14:55:32.242 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.242 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.243 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:55:32.243 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:31.391108+0000", 2024-09-13T14:55:32.243 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0019637460000000002 2024-09-13T14:55:32.243 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.243 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.243 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.243 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:32.257723+0000", 2024-09-13T14:55:32.243 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.86661515700000002 2024-09-13T14:55:32.243 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.243 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.243 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:55:32.243 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:32.262150+0000", 2024-09-13T14:55:32.243 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0044273919999999996 2024-09-13T14:55:32.243 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.244 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.244 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.244 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:33.241582+0000", 2024-09-13T14:55:32.244 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.979432101 2024-09-13T14:55:32.244 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.244 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.244 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:55:32.244 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:33.245235+0000", 2024-09-13T14:55:32.244 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0036523319999999999 2024-09-13T14:55:32.244 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.244 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.244 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1", 2024-09-13T14:55:32.244 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:33.252949+0000", 2024-09-13T14:55:32.245 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0077146250000000001 2024-09-13T14:55:32.245 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.245 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.245 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:55:32.245 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:33.279470+0000", 2024-09-13T14:55:32.245 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.026521221000000001 2024-09-13T14:55:32.245 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.245 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.245 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:55:32.245 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:33.281596+0000", 2024-09-13T14:55:32.245 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0021256140000000001 2024-09-13T14:55:32.245 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.245 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.246 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:55:32.246 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:33.282859+0000", 2024-09-13T14:55:32.246 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001263295 2024-09-13T14:55:32.246 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.246 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.246 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:55:32.246 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:33.284836+0000", 2024-09-13T14:55:32.246 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0019763250000000001 2024-09-13T14:55:32.246 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.246 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.246 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:55:32.246 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:33.292960+0000", 2024-09-13T14:55:32.246 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0081245699999999994 2024-09-13T14:55:32.246 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:32.247 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:55:32.247 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:32.247 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.247 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.247 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:171225 7.9 7:952a5bbd:::benchmark_data_smithi071_196541_object58285:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1179)", 2024-09-13T14:55:32.247 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:48:32.459499+0000", 2024-09-13T14:55:32.247 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 419.68872274900002, 2024-09-13T14:55:32.247 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.8551354070000001, 2024-09-13T14:55:32.247 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:55:32.247 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:55:32.247 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:55:32.247 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:55:32.247 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:55:32.248 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 171225 2024-09-13T14:55:32.248 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.248 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:55:32.248 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.248 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:55:32.248 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:32.459499+0000", 2024-09-13T14:55:32.248 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:32.248 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.248 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.248 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:55:32.248 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:32.459499+0000", 2024-09-13T14:55:32.248 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:32.248 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.248 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.249 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:55:32.249 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:32.459498+0000", 2024-09-13T14:55:32.249 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:55:32.249 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.249 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.249 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:55:32.249 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:32.459505+0000", 2024-09-13T14:55:32.249 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.1779999999999997e-06 2024-09-13T14:55:32.249 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.249 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.249 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:55:32.249 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:32.459517+0000", 2024-09-13T14:55:32.249 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2283000000000001e-05 2024-09-13T14:55:32.249 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.250 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.250 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:55:32.250 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:32.459523+0000", 2024-09-13T14:55:32.250 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.5720000000000002e-06 2024-09-13T14:55:32.250 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.250 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.250 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.250 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:32.501055+0000", 2024-09-13T14:55:32.250 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.041531951999999997 2024-09-13T14:55:32.250 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.250 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.250 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:55:32.250 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:32.503373+0000", 2024-09-13T14:55:32.251 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.002318058 2024-09-13T14:55:32.251 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.251 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.251 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.251 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:33.312483+0000", 2024-09-13T14:55:32.251 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.80911014199999998 2024-09-13T14:55:32.251 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.251 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.251 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:55:32.251 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:33.316754+0000", 2024-09-13T14:55:32.251 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0042707070000000003 2024-09-13T14:55:32.251 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.251 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.251 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.252 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:34.262795+0000", 2024-09-13T14:55:32.252 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.94604135 2024-09-13T14:55:32.252 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.252 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.252 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:55:32.252 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:34.267110+0000", 2024-09-13T14:55:32.252 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0043151020000000003 2024-09-13T14:55:32.252 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.252 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.252 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1", 2024-09-13T14:55:32.252 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:34.275808+0000", 2024-09-13T14:55:32.252 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0086980359999999993 2024-09-13T14:55:32.252 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.252 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.252 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:55:32.253 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:34.300772+0000", 2024-09-13T14:55:32.253 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.024964255000000001 2024-09-13T14:55:32.253 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.253 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.253 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:55:32.253 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:34.302047+0000", 2024-09-13T14:55:32.253 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0012748270000000001 2024-09-13T14:55:32.253 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.253 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.253 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:55:32.253 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:34.303453+0000", 2024-09-13T14:55:32.253 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0014056819999999999 2024-09-13T14:55:32.253 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.253 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.254 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:55:32.254 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:34.305417+0000", 2024-09-13T14:55:32.254 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00196379 2024-09-13T14:55:32.254 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.254 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.254 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:55:32.254 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:34.314635+0000", 2024-09-13T14:55:32.254 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.009217823 2024-09-13T14:55:32.254 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:32.254 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:55:32.254 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:32.254 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.254 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.255 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:171982 7.9 7:91c44a22:::benchmark_data_smithi071_196541_object59042:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1181)", 2024-09-13T14:55:32.255 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:48:36.144482+0000", 2024-09-13T14:55:32.255 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 416.00374008900002, 2024-09-13T14:55:32.255 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.594537809, 2024-09-13T14:55:32.255 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:55:32.255 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:55:32.255 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:55:32.255 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:55:32.255 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:55:32.255 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 171982 2024-09-13T14:55:32.255 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.255 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:55:32.255 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.256 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:55:32.256 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:36.144482+0000", 2024-09-13T14:55:32.256 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:32.256 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.256 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.256 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:55:32.256 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:36.144482+0000", 2024-09-13T14:55:32.256 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:32.256 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.256 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.256 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:55:32.256 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:36.144481+0000", 2024-09-13T14:55:32.257 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:55:32.257 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.257 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.257 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:55:32.257 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:36.144489+0000", 2024-09-13T14:55:32.257 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.9200000000000004e-06 2024-09-13T14:55:32.257 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.257 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.257 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:55:32.257 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:36.144499+0000", 2024-09-13T14:55:32.257 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0618999999999999e-05 2024-09-13T14:55:32.257 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.257 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.257 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:55:32.258 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:36.144507+0000", 2024-09-13T14:55:32.258 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.8930000000000005e-06 2024-09-13T14:55:32.258 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.258 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.258 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.258 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:36.213678+0000", 2024-09-13T14:55:32.258 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.069171220000000005 2024-09-13T14:55:32.258 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.258 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.258 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:55:32.258 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:36.215566+0000", 2024-09-13T14:55:32.258 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0018877360000000001 2024-09-13T14:55:32.258 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.258 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.259 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.259 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:36.954589+0000", 2024-09-13T14:55:32.259 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.73902323800000003 2024-09-13T14:55:32.259 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.259 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.259 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:55:32.259 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:36.958977+0000", 2024-09-13T14:55:32.259 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0043875030000000001 2024-09-13T14:55:32.259 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.259 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.259 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.259 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:37.691269+0000", 2024-09-13T14:55:32.259 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.73229195300000005 2024-09-13T14:55:32.260 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.260 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.260 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:55:32.260 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:37.694959+0000", 2024-09-13T14:55:32.260 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.003689899 2024-09-13T14:55:32.260 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.260 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.260 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1", 2024-09-13T14:55:32.260 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:37.702076+0000", 2024-09-13T14:55:32.260 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0071171680000000001 2024-09-13T14:55:32.260 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.260 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.260 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:55:32.261 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:37.722541+0000", 2024-09-13T14:55:32.261 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.020465382000000001 2024-09-13T14:55:32.261 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.261 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.261 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:55:32.261 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:37.723692+0000", 2024-09-13T14:55:32.261 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0011512530000000001 2024-09-13T14:55:32.261 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.261 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.261 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:55:32.261 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:37.729016+0000", 2024-09-13T14:55:32.261 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0053235310000000003 2024-09-13T14:55:32.261 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.261 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.262 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:55:32.262 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:37.730961+0000", 2024-09-13T14:55:32.262 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0019452339999999999 2024-09-13T14:55:32.262 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.262 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.262 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:55:32.262 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:37.739020+0000", 2024-09-13T14:55:32.262 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0080585229999999997 2024-09-13T14:55:32.262 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:32.262 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:55:32.262 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:32.262 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.262 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.262 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:172584 7.9 7:920f5ad9:::benchmark_data_smithi071_196541_object59644:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1181)", 2024-09-13T14:55:32.263 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:48:38.453998+0000", 2024-09-13T14:55:32.263 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 413.69422413799998, 2024-09-13T14:55:32.263 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.7884710400000001, 2024-09-13T14:55:32.263 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:55:32.263 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:55:32.263 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:55:32.263 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:55:32.263 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:55:32.263 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 172584 2024-09-13T14:55:32.263 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.263 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:55:32.263 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.263 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:55:32.263 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:38.453998+0000", 2024-09-13T14:55:32.264 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:32.264 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.264 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.264 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:55:32.264 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:38.453998+0000", 2024-09-13T14:55:32.264 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:32.264 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.264 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.264 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:55:32.264 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:38.453996+0000", 2024-09-13T14:55:32.264 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999981 2024-09-13T14:55:32.264 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.264 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.264 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:55:32.265 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:38.454003+0000", 2024-09-13T14:55:32.265 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.2710000000000003e-06 2024-09-13T14:55:32.265 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.265 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.265 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:55:32.265 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:38.454017+0000", 2024-09-13T14:55:32.265 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.4011e-05 2024-09-13T14:55:32.265 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.265 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.265 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:55:32.265 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:38.454027+0000", 2024-09-13T14:55:32.265 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.4499999999999993e-06 2024-09-13T14:55:32.265 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.266 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.266 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.266 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:38.483573+0000", 2024-09-13T14:55:32.266 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.02954683 2024-09-13T14:55:32.266 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.266 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.266 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:55:32.266 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:38.485806+0000", 2024-09-13T14:55:32.266 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.002232337 2024-09-13T14:55:32.266 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.266 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.266 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.266 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:39.270824+0000", 2024-09-13T14:55:32.267 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.78501807000000001 2024-09-13T14:55:32.267 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.267 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.267 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:55:32.267 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:39.275079+0000", 2024-09-13T14:55:32.267 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.004255455 2024-09-13T14:55:32.267 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.267 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.267 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.267 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:40.174716+0000", 2024-09-13T14:55:32.267 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.89963711400000002 2024-09-13T14:55:32.267 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.267 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.267 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:55:32.268 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:40.178084+0000", 2024-09-13T14:55:32.268 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00336711 2024-09-13T14:55:32.268 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.268 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.268 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1", 2024-09-13T14:55:32.268 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:40.184748+0000", 2024-09-13T14:55:32.268 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0066647299999999998 2024-09-13T14:55:32.268 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.268 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.268 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:55:32.268 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:40.190868+0000", 2024-09-13T14:55:32.268 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0061200289999999999 2024-09-13T14:55:32.268 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.269 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.269 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:55:32.269 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:40.192004+0000", 2024-09-13T14:55:32.269 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001135596 2024-09-13T14:55:32.269 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.269 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.269 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:55:32.269 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:40.231896+0000", 2024-09-13T14:55:32.269 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.039892220999999999 2024-09-13T14:55:32.269 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.269 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.270 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:55:32.270 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:40.233821+0000", 2024-09-13T14:55:32.270 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0019246809999999999 2024-09-13T14:55:32.270 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.270 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.270 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:55:32.270 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:40.242469+0000", 2024-09-13T14:55:32.270 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0086480670000000006 2024-09-13T14:55:32.270 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:32.270 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:55:32.270 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:32.270 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.270 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.270 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:172849 7.9 7:97ba218a:::benchmark_data_smithi071_196541_object59909:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1181)", 2024-09-13T14:55:32.271 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:48:39.350599+0000", 2024-09-13T14:55:32.271 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 412.79762247899998, 2024-09-13T14:55:32.271 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.478675677, 2024-09-13T14:55:32.271 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:55:32.271 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:55:32.271 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:55:32.271 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:55:32.271 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:55:32.271 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 172849 2024-09-13T14:55:32.271 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.271 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:55:32.271 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.271 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:55:32.271 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:39.350599+0000", 2024-09-13T14:55:32.272 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:32.272 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.272 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.272 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:55:32.272 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:39.350599+0000", 2024-09-13T14:55:32.272 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:32.272 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.272 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.272 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:55:32.272 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:39.350598+0000", 2024-09-13T14:55:32.272 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:55:32.272 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.272 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.273 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:55:32.273 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:39.350603+0000", 2024-09-13T14:55:32.273 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.0039999999999999e-06 2024-09-13T14:55:32.273 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.273 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.273 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:55:32.273 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:39.350615+0000", 2024-09-13T14:55:32.273 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1175000000000001e-05 2024-09-13T14:55:32.273 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.273 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.273 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:55:32.273 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:39.350620+0000", 2024-09-13T14:55:32.273 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.95e-06 2024-09-13T14:55:32.273 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.273 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.274 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.274 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:39.364043+0000", 2024-09-13T14:55:32.274 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.013423651999999999 2024-09-13T14:55:32.274 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.274 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.274 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:55:32.274 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:39.365956+0000", 2024-09-13T14:55:32.274 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0019126449999999999 2024-09-13T14:55:32.274 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.274 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.274 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.274 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:40.032535+0000", 2024-09-13T14:55:32.274 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.66657905100000003 2024-09-13T14:55:32.275 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.275 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.275 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:55:32.275 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:40.036750+0000", 2024-09-13T14:55:32.275 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0042151230000000003 2024-09-13T14:55:32.275 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.275 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.275 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.275 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:40.788220+0000", 2024-09-13T14:55:32.275 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.75147011500000005 2024-09-13T14:55:32.275 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.275 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.276 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:55:32.276 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:40.791587+0000", 2024-09-13T14:55:32.276 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00336696 2024-09-13T14:55:32.276 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.276 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.276 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1", 2024-09-13T14:55:32.276 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:40.798515+0000", 2024-09-13T14:55:32.276 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0069281610000000004 2024-09-13T14:55:32.276 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.276 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.276 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:55:32.276 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:40.805663+0000", 2024-09-13T14:55:32.276 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0071473630000000003 2024-09-13T14:55:32.276 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.277 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.277 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:55:32.277 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:40.817749+0000", 2024-09-13T14:55:32.277 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.012086456000000001 2024-09-13T14:55:32.277 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.277 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.277 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:55:32.277 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:40.818928+0000", 2024-09-13T14:55:32.277 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0011792510000000001 2024-09-13T14:55:32.277 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.277 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.277 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:55:32.277 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:40.821398+0000", 2024-09-13T14:55:32.277 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0024699079999999998 2024-09-13T14:55:32.278 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.278 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.278 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:55:32.278 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:40.829275+0000", 2024-09-13T14:55:32.278 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0078769410000000002 2024-09-13T14:55:32.278 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:32.278 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:55:32.278 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:32.278 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.278 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.278 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:174200 7.9 7:91e407be:::benchmark_data_smithi071_196541_object61260:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1182)", 2024-09-13T14:55:32.278 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:48:44.818896+0000", 2024-09-13T14:55:32.278 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 407.3293256, 2024-09-13T14:55:32.278 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.656827402, 2024-09-13T14:55:32.279 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:55:32.279 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:55:32.279 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:55:32.279 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:55:32.279 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:55:32.279 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 174200 2024-09-13T14:55:32.279 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.279 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:55:32.279 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.279 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:55:32.279 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:44.818896+0000", 2024-09-13T14:55:32.279 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:32.279 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.279 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.279 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:55:32.280 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:44.818896+0000", 2024-09-13T14:55:32.280 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:32.280 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.280 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.280 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:55:32.280 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:44.818894+0000", 2024-09-13T14:55:32.280 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999981 2024-09-13T14:55:32.280 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.280 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.280 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:55:32.280 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:44.818912+0000", 2024-09-13T14:55:32.280 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.7416000000000001e-05 2024-09-13T14:55:32.281 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.281 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.281 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:55:32.281 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:44.818925+0000", 2024-09-13T14:55:32.281 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3095000000000001e-05 2024-09-13T14:55:32.281 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.281 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.281 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:55:32.281 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:44.818935+0000", 2024-09-13T14:55:32.281 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0468e-05 2024-09-13T14:55:32.281 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.281 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.281 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.281 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:44.835960+0000", 2024-09-13T14:55:32.282 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.017024411 2024-09-13T14:55:32.282 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.282 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.282 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:55:32.282 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:44.837864+0000", 2024-09-13T14:55:32.282 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00190384 2024-09-13T14:55:32.282 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.282 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.282 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.282 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:45.525212+0000", 2024-09-13T14:55:32.282 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.68734820600000002 2024-09-13T14:55:32.282 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.282 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.282 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:55:32.282 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:45.529268+0000", 2024-09-13T14:55:32.283 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0040558690000000001 2024-09-13T14:55:32.283 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.283 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.283 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.283 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:46.381281+0000", 2024-09-13T14:55:32.283 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.852012934 2024-09-13T14:55:32.283 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.283 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.283 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:55:32.283 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:46.384579+0000", 2024-09-13T14:55:32.283 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0032980280000000002 2024-09-13T14:55:32.283 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.283 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.283 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1", 2024-09-13T14:55:32.283 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:46.391135+0000", 2024-09-13T14:55:32.284 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0065562839999999999 2024-09-13T14:55:32.284 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.284 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.284 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:55:32.284 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:46.421205+0000", 2024-09-13T14:55:32.284 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.030070342 2024-09-13T14:55:32.285 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.285 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.285 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:55:32.285 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:46.422289+0000", 2024-09-13T14:55:32.285 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001084266 2024-09-13T14:55:32.285 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.285 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.285 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:55:32.285 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:46.466562+0000", 2024-09-13T14:55:32.285 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.044272956000000002 2024-09-13T14:55:32.285 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.285 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.285 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:55:32.286 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:46.468399+0000", 2024-09-13T14:55:32.286 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0018366509999999999 2024-09-13T14:55:32.286 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.286 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.286 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:55:32.286 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:48:46.475724+0000", 2024-09-13T14:55:32.286 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0073247169999999997 2024-09-13T14:55:32.286 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:32.286 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:55:32.286 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:32.286 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.286 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.286 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:186240 7.9 7:913527d7:::benchmark_data_smithi071_196541_object73300:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1183)", 2024-09-13T14:55:32.286 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:49:29.773065+0000", 2024-09-13T14:55:32.287 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 362.37515667700001, 2024-09-13T14:55:32.287 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.494572051, 2024-09-13T14:55:32.287 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:55:32.287 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:55:32.287 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:55:32.287 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:55:32.287 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:55:32.287 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 186240 2024-09-13T14:55:32.287 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.287 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:55:32.287 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.287 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:55:32.287 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:29.773065+0000", 2024-09-13T14:55:32.288 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:32.288 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.288 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.288 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:55:32.288 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:29.773065+0000", 2024-09-13T14:55:32.288 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:32.288 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.288 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.288 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:55:32.288 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:29.773064+0000", 2024-09-13T14:55:32.288 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:55:32.288 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.288 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.289 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:55:32.289 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:29.773071+0000", 2024-09-13T14:55:32.289 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.2339999999999997e-06 2024-09-13T14:55:32.289 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.289 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.289 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:55:32.289 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:29.773083+0000", 2024-09-13T14:55:32.289 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2305e-05 2024-09-13T14:55:32.289 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.289 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.289 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:55:32.289 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:29.773089+0000", 2024-09-13T14:55:32.290 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.2320000000000001e-06 2024-09-13T14:55:32.290 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.290 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.290 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.290 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:29.809187+0000", 2024-09-13T14:55:32.290 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.036098412000000003 2024-09-13T14:55:32.290 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.290 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.290 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:55:32.290 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:29.810578+0000", 2024-09-13T14:55:32.291 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001391223 2024-09-13T14:55:32.291 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.291 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.291 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.291 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:30.424731+0000", 2024-09-13T14:55:32.291 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.61415308999999996 2024-09-13T14:55:32.291 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.291 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.291 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:55:32.291 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:30.427773+0000", 2024-09-13T14:55:32.291 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0030419779999999999 2024-09-13T14:55:32.291 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.291 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.292 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.292 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:31.043000+0000", 2024-09-13T14:55:32.292 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.61522692999999995 2024-09-13T14:55:32.292 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.292 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.292 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:55:32.292 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:31.045402+0000", 2024-09-13T14:55:32.292 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.002401355 2024-09-13T14:55:32.292 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.292 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.292 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1", 2024-09-13T14:55:32.292 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:31.050185+0000", 2024-09-13T14:55:32.293 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0047836770000000001 2024-09-13T14:55:32.293 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.293 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.293 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:55:32.293 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:31.072595+0000", 2024-09-13T14:55:32.293 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.022409805000000001 2024-09-13T14:55:32.293 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.293 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.293 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:55:32.293 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:31.073454+0000", 2024-09-13T14:55:32.293 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00085854699999999998 2024-09-13T14:55:32.293 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.294 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.294 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:55:32.294 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:31.260743+0000", 2024-09-13T14:55:32.294 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.18728919299999999 2024-09-13T14:55:32.294 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.294 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.294 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:55:32.294 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:31.262098+0000", 2024-09-13T14:55:32.294 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0013553650000000001 2024-09-13T14:55:32.294 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.294 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.294 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:55:32.294 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:31.267637+0000", 2024-09-13T14:55:32.295 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.005539197 2024-09-13T14:55:32.295 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:32.295 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:55:32.295 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:32.295 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.295 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.295 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:186639 7.9 7:9c97d941:::benchmark_data_smithi071_196541_object73699:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1183)", 2024-09-13T14:55:32.295 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:49:31.742382+0000", 2024-09-13T14:55:32.295 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 360.40583947699997, 2024-09-13T14:55:32.295 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.4346591799999999, 2024-09-13T14:55:32.295 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:55:32.295 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:55:32.295 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:55:32.296 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:55:32.296 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:55:32.296 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 186639 2024-09-13T14:55:32.296 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.296 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:55:32.296 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.296 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:55:32.296 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:31.742382+0000", 2024-09-13T14:55:32.296 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:32.296 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.296 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.296 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:55:32.296 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:31.742382+0000", 2024-09-13T14:55:32.296 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:32.297 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.297 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.297 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:55:32.297 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:31.742381+0000", 2024-09-13T14:55:32.297 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:55:32.297 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.297 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.297 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:55:32.297 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:31.742388+0000", 2024-09-13T14:55:32.297 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.3239999999999999e-06 2024-09-13T14:55:32.297 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.297 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.297 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:55:32.297 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:31.742399+0000", 2024-09-13T14:55:32.298 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1100999999999999e-05 2024-09-13T14:55:32.298 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.298 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.298 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:55:32.298 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:31.742404+0000", 2024-09-13T14:55:32.298 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.5489999999999997e-06 2024-09-13T14:55:32.298 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.298 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.298 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.298 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:31.760250+0000", 2024-09-13T14:55:32.298 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.017845488 2024-09-13T14:55:32.298 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.298 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.298 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:55:32.299 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:31.761617+0000", 2024-09-13T14:55:32.299 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0013669369999999999 2024-09-13T14:55:32.299 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.299 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.299 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.299 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:32.426021+0000", 2024-09-13T14:55:32.299 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.66440447400000002 2024-09-13T14:55:32.299 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.299 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.299 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:55:32.299 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:32.429034+0000", 2024-09-13T14:55:32.299 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0030130920000000002 2024-09-13T14:55:32.299 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.300 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.300 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.300 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:32.781462+0000", 2024-09-13T14:55:32.300 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.35242790499999999 2024-09-13T14:55:32.300 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.300 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.300 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:55:32.300 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:32.783865+0000", 2024-09-13T14:55:32.300 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0024030240000000001 2024-09-13T14:55:32.300 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.300 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.300 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1", 2024-09-13T14:55:32.300 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:32.788632+0000", 2024-09-13T14:55:32.300 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0047672870000000003 2024-09-13T14:55:32.301 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.301 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.301 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:55:32.301 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:32.810456+0000", 2024-09-13T14:55:32.301 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.021823294 2024-09-13T14:55:32.301 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.301 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.301 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:55:32.301 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:32.810712+0000", 2024-09-13T14:55:32.301 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00025639199999999998 2024-09-13T14:55:32.301 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.301 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.301 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:55:32.302 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:33.170151+0000", 2024-09-13T14:55:32.302 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.35943903599999999 2024-09-13T14:55:32.302 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.302 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.302 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:55:32.302 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:33.171560+0000", 2024-09-13T14:55:32.302 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001409055 2024-09-13T14:55:32.302 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.302 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.302 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:55:32.302 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:33.177042+0000", 2024-09-13T14:55:32.302 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0054815009999999997 2024-09-13T14:55:32.302 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:32.302 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:55:32.303 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:32.303 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.303 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.303 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:196616 7.9 7:9fb42501:::benchmark_data_smithi071_196541_object83676:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1187)", 2024-09-13T14:55:32.303 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:49:59.989185+0000", 2024-09-13T14:55:32.303 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 332.15903692799998, 2024-09-13T14:55:32.303 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.579619042, 2024-09-13T14:55:32.303 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:55:32.303 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T14:55:32.303 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:55:32.303 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:55:32.303 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:55:32.303 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 196616 2024-09-13T14:55:32.303 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.304 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:55:32.304 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.304 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:55:32.304 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:59.989185+0000", 2024-09-13T14:55:32.304 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:32.304 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.304 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.304 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:55:32.304 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:59.989185+0000", 2024-09-13T14:55:32.304 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:32.304 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.304 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.304 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:55:32.305 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:59.989184+0000", 2024-09-13T14:55:32.305 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:55:32.305 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.305 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.305 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:55:32.305 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:59.989190+0000", 2024-09-13T14:55:32.305 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.5119999999999997e-06 2024-09-13T14:55:32.305 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.305 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.305 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:55:32.305 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:59.989207+0000", 2024-09-13T14:55:32.305 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.6999000000000001e-05 2024-09-13T14:55:32.305 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.305 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.306 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:55:32.306 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:49:59.989214+0000", 2024-09-13T14:55:32.306 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.0040000000000002e-06 2024-09-13T14:55:32.306 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.306 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.306 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.306 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:00.004144+0000", 2024-09-13T14:55:32.306 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.014930086 2024-09-13T14:55:32.306 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.306 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.306 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:55:32.306 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:00.005084+0000", 2024-09-13T14:55:32.306 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00094018400000000005 2024-09-13T14:55:32.307 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.307 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.307 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.307 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:00.430096+0000", 2024-09-13T14:55:32.307 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.425011994 2024-09-13T14:55:32.307 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.307 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.307 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:55:32.307 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:00.432131+0000", 2024-09-13T14:55:32.307 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0020342379999999998 2024-09-13T14:55:32.307 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.307 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.307 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.308 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:00.595193+0000", 2024-09-13T14:55:32.308 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.16306226500000001 2024-09-13T14:55:32.308 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.308 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.308 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:55:32.308 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:00.595202+0000", 2024-09-13T14:55:32.308 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.7560000000000005e-06 2024-09-13T14:55:32.308 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.308 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.308 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.308 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:01.568794+0000", 2024-09-13T14:55:32.308 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.97359198800000002 2024-09-13T14:55:32.309 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.309 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.309 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:55:32.309 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:01.568804+0000", 2024-09-13T14:55:32.309 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0407999999999999e-05 2024-09-13T14:55:32.309 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:32.309 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:55:32.309 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:32.309 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.309 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.309 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.44978.0:196674 7.9 7:9f8427d8:::benchmark_data_smithi071_196541_object83734:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1187)", 2024-09-13T14:55:32.309 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:50:00.125096+0000", 2024-09-13T14:55:32.309 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 332.023125671, 2024-09-13T14:55:32.310 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.443631538, 2024-09-13T14:55:32.310 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:55:32.310 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T14:55:32.310 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:55:32.310 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.44978", 2024-09-13T14:55:32.310 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:55:32.310 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 196674 2024-09-13T14:55:32.310 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.310 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:55:32.310 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.310 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:55:32.310 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:00.125096+0000", 2024-09-13T14:55:32.310 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:32.311 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.311 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.311 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:55:32.311 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:00.125096+0000", 2024-09-13T14:55:32.311 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:32.311 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.311 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.311 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:55:32.311 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:00.125094+0000", 2024-09-13T14:55:32.311 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999976 2024-09-13T14:55:32.311 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.311 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.311 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:55:32.312 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:00.125102+0000", 2024-09-13T14:55:32.312 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.0630000000000006e-06 2024-09-13T14:55:32.312 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.312 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.312 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:55:32.312 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:00.125119+0000", 2024-09-13T14:55:32.312 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.7193e-05 2024-09-13T14:55:32.312 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.312 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.312 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:55:32.312 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:00.125127+0000", 2024-09-13T14:55:32.312 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.9379999999999992e-06 2024-09-13T14:55:32.312 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.312 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.313 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.313 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:00.173137+0000", 2024-09-13T14:55:32.313 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.048009835000000001 2024-09-13T14:55:32.313 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.313 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.313 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:55:32.313 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:00.175651+0000", 2024-09-13T14:55:32.313 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.002513759 2024-09-13T14:55:32.313 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.313 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.313 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.313 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:00.193017+0000", 2024-09-13T14:55:32.313 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.017366113999999998 2024-09-13T14:55:32.314 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.314 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.314 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:55:32.314 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:00.195170+0000", 2024-09-13T14:55:32.314 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.002153 2024-09-13T14:55:32.314 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.314 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.314 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.314 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:00.555746+0000", 2024-09-13T14:55:32.314 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.36057648799999997 2024-09-13T14:55:32.314 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.314 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.314 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:55:32.315 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:00.557445+0000", 2024-09-13T14:55:32.315 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001698324 2024-09-13T14:55:32.315 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.315 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.315 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1", 2024-09-13T14:55:32.315 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:00.561070+0000", 2024-09-13T14:55:32.315 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0036254709999999999 2024-09-13T14:55:32.315 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.315 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.315 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:55:32.315 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:00.575318+0000", 2024-09-13T14:55:32.315 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.014248008 2024-09-13T14:55:32.315 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.315 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.316 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.316 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:00.593113+0000", 2024-09-13T14:55:32.316 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.017794432999999998 2024-09-13T14:55:32.316 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.316 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.316 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:55:32.316 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:00.593139+0000", 2024-09-13T14:55:32.316 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.6298000000000001e-05 2024-09-13T14:55:32.316 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.316 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.316 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:32.316 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:01.568714+0000", 2024-09-13T14:55:32.316 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.97557490700000005 2024-09-13T14:55:32.317 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:32.317 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:32.317 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:55:32.317 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:50:01.568728+0000", 2024-09-13T14:55:32.317 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3883000000000001e-05 2024-09-13T14:55:32.317 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:32.317 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:55:32.317 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:32.317 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:32.317 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:55:32.317 INFO:teuthology.orchestra.run.smithi104.stdout:} 2024-09-13T14:55:32.318 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:55:32.344 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:32.345 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:32.346 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:55:32.446 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:55:32.472 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:32.473 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:32.473 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:55:32.574 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:55:32.596 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:32.596 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:32.597 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:55:32.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:32 smithi071 ceph-mon[107477]: pgmap v1780: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.3 GiB data, 17 GiB used, 520 GiB / 536 GiB avail; 0 B/s wr, 324 op/s; 60387/261975 objects degraded (23.051%); 19183/261975 objects misplaced (7.322%); 8.1 MiB/s, 129 objects/s recovering 2024-09-13T14:55:32.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:32 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:55:32.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:32 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:55:32.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:32 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:55:32.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:32 smithi071 ceph-mon[112785]: pgmap v1780: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.3 GiB data, 17 GiB used, 520 GiB / 536 GiB avail; 0 B/s wr, 324 op/s; 60387/261975 objects degraded (23.051%); 19183/261975 objects misplaced (7.322%); 8.1 MiB/s, 129 objects/s recovering 2024-09-13T14:55:32.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:32 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:55:32.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:32 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:55:32.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:32 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:55:32.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:32 smithi104 ceph-mon[105578]: pgmap v1780: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.3 GiB data, 17 GiB used, 520 GiB / 536 GiB avail; 0 B/s wr, 324 op/s; 60387/261975 objects degraded (23.051%); 19183/261975 objects misplaced (7.322%); 8.1 MiB/s, 129 objects/s recovering 2024-09-13T14:55:32.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:32 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:55:32.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:32 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:55:32.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:32 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:55:32.698 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:32.722 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:32.723 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:32.723 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:32.824 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:55:32.849 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:32.849 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:32.850 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:55:32.950 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:55:32.972 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:32.973 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:32.973 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:55:33.074 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:55:33.097 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:33.098 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:33.098 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:55:33.140 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:55:32 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:55:32] "GET /metrics HTTP/1.1" 200 36671 "" "Prometheus/2.51.0" 2024-09-13T14:55:33.196 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.6 dump_ops_in_flight 2024-09-13T14:55:33.199 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:55:33.221 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:33.222 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:33.222 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:55:33.323 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:55:33.347 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:33.348 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:33.348 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:55:33.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:33 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 60387/261975 objects degraded (23.051%), 16 pgs degraded, 15 pgs undersized (PG_DEGRADED) 2024-09-13T14:55:33.449 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:55:33.459 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:55:33.473 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:33.476 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:33.476 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:55:33.577 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:33.598 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:33.599 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:33.599 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:33.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:33 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 60387/261975 objects degraded (23.051%), 16 pgs degraded, 15 pgs undersized (PG_DEGRADED) 2024-09-13T14:55:33.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:33 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 60387/261975 objects degraded (23.051%), 16 pgs degraded, 15 pgs undersized (PG_DEGRADED) 2024-09-13T14:55:33.701 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:55:33.723 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:33.724 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:33.724 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:55:33.825 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:55:33.867 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:33.868 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:33.868 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:55:33.969 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:55:33.994 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:33.995 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:33.995 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:55:34.096 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:55:34.119 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:34.119 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:34.120 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:55:34.220 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:55:34.247 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:34.248 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:34.248 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:55:34.349 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:55:34.371 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:34.372 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:34.372 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:55:34.473 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:34.496 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:34.497 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:34.498 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:34.598 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:55:34.620 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:34.621 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:34.621 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:55:34.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:34 smithi071 ceph-mon[107477]: pgmap v1781: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.3 GiB data, 16 GiB used, 520 GiB / 536 GiB avail; 0 B/s wr, 308 op/s; 60105/260598 objects degraded (23.064%); 19009/260598 objects misplaced (7.294%); 6.5 MiB/s, 104 objects/s recovering 2024-09-13T14:55:34.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:34 smithi071 ceph-mon[112785]: pgmap v1781: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.3 GiB data, 16 GiB used, 520 GiB / 536 GiB avail; 0 B/s wr, 308 op/s; 60105/260598 objects degraded (23.064%); 19009/260598 objects misplaced (7.294%); 6.5 MiB/s, 104 objects/s recovering 2024-09-13T14:55:34.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:34 smithi104 ceph-mon[105578]: pgmap v1781: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.3 GiB data, 16 GiB used, 520 GiB / 536 GiB avail; 0 B/s wr, 308 op/s; 60105/260598 objects degraded (23.064%); 19009/260598 objects misplaced (7.294%); 6.5 MiB/s, 104 objects/s recovering 2024-09-13T14:55:34.722 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:34.743 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:34.744 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:34.745 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:34.845 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:55:34.871 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:34.872 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:34.872 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:55:34.973 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:55:34.998 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:34.999 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:34.999 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:55:35.100 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:35.125 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:35.126 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:35.126 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:35.227 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:35.239 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:55:35.260 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:35.260 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:35.261 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:35.362 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:55:35.382 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:55:35.385 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:35.385 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:35.386 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:55:35.436 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2024-09-13T14:55:35.436 INFO:teuthology.orchestra.run.smithi104.stdout: "ops": [ 2024-09-13T14:55:35.436 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.436 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:157304 8.5 8:a3a11174:::benchmark_data_smithi071_245775_object36006:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1255)", 2024-09-13T14:55:35.437 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:55:34.965053+0000", 2024-09-13T14:55:35.437 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.45707677699999999, 2024-09-13T14:55:35.437 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.45710797600000003, 2024-09-13T14:55:35.437 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:55:35.437 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "waiting for rw locks", 2024-09-13T14:55:35.437 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:55:35.437 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:55:35.437 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:55:35.437 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 157304 2024-09-13T14:55:35.437 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.437 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:55:35.437 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.438 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:55:35.438 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:34.965053+0000", 2024-09-13T14:55:35.438 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:35.438 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.438 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.438 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:55:35.438 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:34.965053+0000", 2024-09-13T14:55:35.438 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:35.438 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.438 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.438 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:55:35.438 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:34.965051+0000", 2024-09-13T14:55:35.438 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999981 2024-09-13T14:55:35.439 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.439 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.439 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:55:35.439 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:34.965067+0000", 2024-09-13T14:55:35.439 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.5761e-05 2024-09-13T14:55:35.439 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.439 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.439 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:55:35.439 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:34.965102+0000", 2024-09-13T14:55:35.439 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.5201999999999999e-05 2024-09-13T14:55:35.439 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.439 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.440 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:55:35.440 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:34.965126+0000", 2024-09-13T14:55:35.440 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.4111e-05 2024-09-13T14:55:35.440 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.440 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.440 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:35.440 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:34.983318+0000", 2024-09-13T14:55:35.440 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.018192105 2024-09-13T14:55:35.440 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.441 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.441 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:55:35.441 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:34.987943+0000", 2024-09-13T14:55:35.441 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0046243179999999997 2024-09-13T14:55:35.441 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.441 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.441 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:35.441 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.030974+0000", 2024-09-13T14:55:35.441 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.043031033000000003 2024-09-13T14:55:35.441 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.441 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.441 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:55:35.442 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.035744+0000", 2024-09-13T14:55:35.442 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0047702650000000001 2024-09-13T14:55:35.442 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:35.442 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:55:35.442 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:35.442 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.442 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.442 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:157440 8.15 8:afb3a92d:::benchmark_data_smithi071_245775_object36142:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1255)", 2024-09-13T14:55:35.442 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:55:35.329967+0000", 2024-09-13T14:55:35.443 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.092162654999999996, 2024-09-13T14:55:35.443 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.092283762000000005, 2024-09-13T14:55:35.443 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:55:35.443 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "waiting for missing object", 2024-09-13T14:55:35.443 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:55:35.443 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:55:35.443 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:55:35.443 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 157440 2024-09-13T14:55:35.443 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.443 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:55:35.443 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.443 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:55:35.443 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.329967+0000", 2024-09-13T14:55:35.443 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:35.444 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.444 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.444 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:55:35.444 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.329967+0000", 2024-09-13T14:55:35.444 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:35.444 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.444 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.444 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:55:35.444 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.329966+0000", 2024-09-13T14:55:35.444 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:55:35.444 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.444 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.444 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:55:35.444 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.329973+0000", 2024-09-13T14:55:35.444 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.4170000000000003e-06 2024-09-13T14:55:35.445 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.445 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.445 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:55:35.445 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.329988+0000", 2024-09-13T14:55:35.445 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.5273000000000001e-05 2024-09-13T14:55:35.445 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.445 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.445 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:55:35.445 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.329996+0000", 2024-09-13T14:55:35.445 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.7389999999999999e-06 2024-09-13T14:55:35.445 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.445 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.445 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:35.445 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.409001+0000", 2024-09-13T14:55:35.446 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.079004516999999996 2024-09-13T14:55:35.446 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.446 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.446 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:55:35.446 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.412455+0000", 2024-09-13T14:55:35.446 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0034547969999999999 2024-09-13T14:55:35.446 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:35.446 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:55:35.446 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:35.446 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.446 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.447 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:157190 8.5 8:a1cdb6a1:::benchmark_data_smithi071_245775_object35892:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1255)", 2024-09-13T14:55:35.447 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:55:34.675002+0000", 2024-09-13T14:55:35.447 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.74712737299999998, 2024-09-13T14:55:35.447 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.74731886999999997, 2024-09-13T14:55:35.447 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:55:35.447 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "waiting for rw locks", 2024-09-13T14:55:35.447 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:55:35.447 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:55:35.447 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:55:35.447 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 157190 2024-09-13T14:55:35.447 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.447 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:55:35.448 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.448 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:55:35.448 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:34.675002+0000", 2024-09-13T14:55:35.448 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:35.448 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.448 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.448 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:55:35.448 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:34.675002+0000", 2024-09-13T14:55:35.448 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:35.448 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.448 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.448 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:55:35.448 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:34.675001+0000", 2024-09-13T14:55:35.448 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:55:35.449 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.449 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.449 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:55:35.449 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:34.675007+0000", 2024-09-13T14:55:35.449 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.1299999999999998e-06 2024-09-13T14:55:35.449 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.449 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.449 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:55:35.449 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:34.675021+0000", 2024-09-13T14:55:35.450 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3686000000000001e-05 2024-09-13T14:55:35.450 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.450 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.450 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:55:35.450 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:34.675031+0000", 2024-09-13T14:55:35.451 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.6949999999999995e-06 2024-09-13T14:55:35.451 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.451 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.451 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:35.451 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:34.707295+0000", 2024-09-13T14:55:35.451 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.032264252 2024-09-13T14:55:35.451 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.451 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.451 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:55:35.451 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:34.711417+0000", 2024-09-13T14:55:35.451 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0041217900000000002 2024-09-13T14:55:35.451 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.451 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.451 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:35.452 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:34.742967+0000", 2024-09-13T14:55:35.452 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.031550055 2024-09-13T14:55:35.452 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.452 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.452 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:55:35.452 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:34.746993+0000", 2024-09-13T14:55:35.452 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0040256609999999998 2024-09-13T14:55:35.452 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:35.453 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:55:35.453 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:35.453 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.453 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.453 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:157444 8.5 8:a625c4e2:::benchmark_data_smithi071_245775_object36146:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1255)", 2024-09-13T14:55:35.453 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:55:35.342000+0000", 2024-09-13T14:55:35.453 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.080130198999999999, 2024-09-13T14:55:35.453 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.080400271999999995, 2024-09-13T14:55:35.453 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:55:35.453 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "waiting for missing object", 2024-09-13T14:55:35.453 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:55:35.453 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:55:35.453 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:55:35.454 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 157444 2024-09-13T14:55:35.454 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.454 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:55:35.454 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.454 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:55:35.454 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.342000+0000", 2024-09-13T14:55:35.454 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:35.454 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.454 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.454 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:55:35.454 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.342000+0000", 2024-09-13T14:55:35.455 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:35.455 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.455 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.455 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:55:35.455 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.341998+0000", 2024-09-13T14:55:35.455 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999981 2024-09-13T14:55:35.455 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.455 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.455 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:55:35.455 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.342006+0000", 2024-09-13T14:55:35.455 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.6600000000000001e-06 2024-09-13T14:55:35.455 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.456 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.456 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:55:35.456 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.342022+0000", 2024-09-13T14:55:35.456 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.5763000000000001e-05 2024-09-13T14:55:35.456 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.456 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.456 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:55:35.456 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.342032+0000", 2024-09-13T14:55:35.456 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.3139999999999993e-06 2024-09-13T14:55:35.456 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.456 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.456 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:35.456 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.409419+0000", 2024-09-13T14:55:35.457 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.067387099000000006 2024-09-13T14:55:35.457 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.457 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.457 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:55:35.457 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.413432+0000", 2024-09-13T14:55:35.457 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0040131209999999997 2024-09-13T14:55:35.457 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:35.457 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:55:35.458 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:35.458 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.458 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.458 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:157272 8.15 8:acabb850:::benchmark_data_smithi071_245775_object35974:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1255)", 2024-09-13T14:55:35.458 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:55:34.913453+0000", 2024-09-13T14:55:35.458 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.50867714200000003, 2024-09-13T14:55:35.458 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.50901446400000006, 2024-09-13T14:55:35.458 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:55:35.458 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "waiting for rw locks", 2024-09-13T14:55:35.458 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:55:35.458 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:55:35.459 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:55:35.459 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 157272 2024-09-13T14:55:35.459 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.459 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:55:35.459 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.459 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:55:35.459 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:34.913453+0000", 2024-09-13T14:55:35.459 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:35.459 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.459 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.460 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:55:35.460 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:34.913453+0000", 2024-09-13T14:55:35.460 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:35.460 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.460 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.460 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:55:35.460 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:34.913451+0000", 2024-09-13T14:55:35.460 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:55:35.461 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.461 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.461 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:55:35.461 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:34.913457+0000", 2024-09-13T14:55:35.461 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.5550000000000002e-06 2024-09-13T14:55:35.461 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.461 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.461 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:55:35.461 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:34.913469+0000", 2024-09-13T14:55:35.461 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1664e-05 2024-09-13T14:55:35.462 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.462 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.462 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:55:35.462 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:34.913474+0000", 2024-09-13T14:55:35.462 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.1540000000000001e-06 2024-09-13T14:55:35.462 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.462 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.462 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:35.462 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:34.930193+0000", 2024-09-13T14:55:35.462 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.016719356000000001 2024-09-13T14:55:35.462 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.462 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.463 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:55:35.463 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:34.933779+0000", 2024-09-13T14:55:35.463 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0035861389999999999 2024-09-13T14:55:35.463 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.463 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.463 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:35.463 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:34.950604+0000", 2024-09-13T14:55:35.463 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.016824929999999998 2024-09-13T14:55:35.463 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.463 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.463 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:55:35.464 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:34.954248+0000", 2024-09-13T14:55:35.464 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0036432830000000002 2024-09-13T14:55:35.464 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:35.464 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:55:35.464 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:35.464 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.464 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.464 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:157445 8.15 8:a8a5b58b:::benchmark_data_smithi071_245775_object36147:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1255)", 2024-09-13T14:55:35.464 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:55:35.391987+0000", 2024-09-13T14:55:35.464 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.030142296999999998, 2024-09-13T14:55:35.464 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.030557052000000001, 2024-09-13T14:55:35.464 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:55:35.465 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "waiting for missing object", 2024-09-13T14:55:35.465 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:55:35.465 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:55:35.465 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:55:35.465 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 157445 2024-09-13T14:55:35.465 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.465 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:55:35.465 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.465 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:55:35.465 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.391987+0000", 2024-09-13T14:55:35.465 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:35.465 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.466 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.466 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:55:35.466 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.391987+0000", 2024-09-13T14:55:35.466 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:35.466 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.466 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.466 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:55:35.466 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.391986+0000", 2024-09-13T14:55:35.466 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:55:35.466 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.466 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.466 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:55:35.466 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.391993+0000", 2024-09-13T14:55:35.467 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.6279999999999999e-06 2024-09-13T14:55:35.467 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.467 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.467 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:55:35.467 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.392004+0000", 2024-09-13T14:55:35.467 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1403000000000001e-05 2024-09-13T14:55:35.467 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.467 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.467 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:55:35.467 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.392010+0000", 2024-09-13T14:55:35.467 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.4060000000000002e-06 2024-09-13T14:55:35.468 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.468 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.468 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:35.468 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.412781+0000", 2024-09-13T14:55:35.468 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.020770882000000001 2024-09-13T14:55:35.468 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.468 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.468 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:55:35.468 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.416200+0000", 2024-09-13T14:55:35.468 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.003419011 2024-09-13T14:55:35.468 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:35.468 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:55:35.469 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:35.469 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.469 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.469 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:157277 8.5 8:a1485030:::benchmark_data_smithi071_245775_object35979:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1255)", 2024-09-13T14:55:35.469 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:55:34.921809+0000", 2024-09-13T14:55:35.469 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.50032126399999999, 2024-09-13T14:55:35.469 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.50080258700000002, 2024-09-13T14:55:35.469 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:55:35.469 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "waiting for rw locks", 2024-09-13T14:55:35.469 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:55:35.469 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:55:35.469 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:55:35.470 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 157277 2024-09-13T14:55:35.470 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.470 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:55:35.470 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.470 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:55:35.470 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:34.921809+0000", 2024-09-13T14:55:35.470 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:35.470 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.470 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.470 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:55:35.470 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:34.921809+0000", 2024-09-13T14:55:35.470 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:35.471 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.471 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.471 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:55:35.471 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:34.921807+0000", 2024-09-13T14:55:35.471 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:55:35.471 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.471 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.471 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:55:35.471 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:34.921813+0000", 2024-09-13T14:55:35.471 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.4430000000000002e-06 2024-09-13T14:55:35.471 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.471 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.472 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:55:35.472 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:34.921824+0000", 2024-09-13T14:55:35.472 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1073999999999999e-05 2024-09-13T14:55:35.472 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.472 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.472 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:55:35.472 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:34.921829+0000", 2024-09-13T14:55:35.472 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.9429999999999999e-06 2024-09-13T14:55:35.472 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.472 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.472 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:35.472 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:34.934956+0000", 2024-09-13T14:55:35.473 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.013127544 2024-09-13T14:55:35.473 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.473 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.473 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:55:35.473 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:34.941036+0000", 2024-09-13T14:55:35.473 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0060792399999999996 2024-09-13T14:55:35.473 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.473 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.473 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:35.473 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:34.973348+0000", 2024-09-13T14:55:35.473 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.032312646 2024-09-13T14:55:35.473 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.473 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.474 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:55:35.474 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:34.978195+0000", 2024-09-13T14:55:35.474 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0048471440000000003 2024-09-13T14:55:35.474 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:35.474 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:55:35.474 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:35.474 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.474 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.474 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:157397 8.5 8:a25d490f:::benchmark_data_smithi071_245775_object36099:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1255)", 2024-09-13T14:55:35.474 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:55:35.162674+0000", 2024-09-13T14:55:35.474 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.25945565399999998, 2024-09-13T14:55:35.474 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.26001687200000001, 2024-09-13T14:55:35.474 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:55:35.475 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "waiting for rw locks", 2024-09-13T14:55:35.475 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:55:35.475 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:55:35.475 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:55:35.475 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 157397 2024-09-13T14:55:35.475 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.475 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:55:35.475 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.475 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:55:35.475 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.162674+0000", 2024-09-13T14:55:35.475 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:35.475 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.476 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.476 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:55:35.476 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.162674+0000", 2024-09-13T14:55:35.476 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:35.476 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.476 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.476 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:55:35.476 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.162673+0000", 2024-09-13T14:55:35.476 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:55:35.476 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.476 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.476 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:55:35.476 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.162680+0000", 2024-09-13T14:55:35.477 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.2150000000000004e-06 2024-09-13T14:55:35.477 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.477 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.477 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:55:35.477 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.162690+0000", 2024-09-13T14:55:35.477 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0433e-05 2024-09-13T14:55:35.477 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.477 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.477 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:55:35.477 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.162696+0000", 2024-09-13T14:55:35.477 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.575e-06 2024-09-13T14:55:35.477 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.478 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.478 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:35.478 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.196562+0000", 2024-09-13T14:55:35.478 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.033866043999999998 2024-09-13T14:55:35.478 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.478 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.478 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:55:35.478 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.200769+0000", 2024-09-13T14:55:35.478 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0042070850000000002 2024-09-13T14:55:35.478 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.478 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.478 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:35.478 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.226460+0000", 2024-09-13T14:55:35.478 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.02569045 2024-09-13T14:55:35.479 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.479 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.479 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:55:35.479 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.230373+0000", 2024-09-13T14:55:35.479 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0039129769999999998 2024-09-13T14:55:35.479 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:35.479 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:55:35.479 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:35.479 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.479 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.479 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:157446 8.5 8.6a836e45 (undecoded) ondisk+write+known_if_redirected+supports_pool_eio e1255)", 2024-09-13T14:55:35.479 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:55:35.402289+0000", 2024-09-13T14:55:35.480 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.019840976, 2024-09-13T14:55:35.480 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.020477433999999999, 2024-09-13T14:55:35.480 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:55:35.480 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "queued for pg", 2024-09-13T14:55:35.480 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:55:35.480 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:55:35.480 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:55:35.480 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 157446 2024-09-13T14:55:35.480 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.480 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:55:35.480 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.480 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:55:35.481 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.402289+0000", 2024-09-13T14:55:35.481 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:35.481 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.481 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.481 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:55:35.481 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.402289+0000", 2024-09-13T14:55:35.481 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:35.481 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.481 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.481 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:55:35.481 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.402287+0000", 2024-09-13T14:55:35.481 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999981 2024-09-13T14:55:35.481 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.482 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.482 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:55:35.482 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.402295+0000", 2024-09-13T14:55:35.482 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.0940000000000008e-06 2024-09-13T14:55:35.482 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.482 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.482 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:55:35.482 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.402311+0000", 2024-09-13T14:55:35.482 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.5956000000000001e-05 2024-09-13T14:55:35.482 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.482 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.482 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:55:35.482 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.402320+0000", 2024-09-13T14:55:35.483 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.4199999999999996e-06 2024-09-13T14:55:35.483 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:35.483 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:55:35.483 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:35.483 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.483 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.483 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "MOSDPGPush(8.15 1255/1250 [PushOp(8:afb3a92d:::benchmark_data_smithi071_245775_object36142:head, version: 1213'2235, data_included: [0~65536], data_size: 65536, omap_header_size: 0, omap_entries_size: 0, attrset_size: 2, recovery_info: ObjectRecoveryInfo(8:afb3a92d:::benchmark_data_smithi071_245775_object36142:head@1213'2235, size: 65536, copy_subset: [0~65536], clone_subset: {}, snapset: 0=[]:{}, object_exist: 0), after_progress: ObjectRecoveryProgress(!first, data_recovered_to:65536, data_complete:true, omap_recovered_to:, omap_complete:true, error:false), before_progress: ObjectRecoveryProgress(first, data_recovered_to:0, data_complete:false, omap_recovered_to:, omap_complete:false, error:false))])", 2024-09-13T14:55:35.483 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:55:35.413107+0000", 2024-09-13T14:55:35.483 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.0090227769999999992, 2024-09-13T14:55:35.483 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0097345869999999994, 2024-09-13T14:55:35.483 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:55:35.483 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "started", 2024-09-13T14:55:35.484 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:55:35.484 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.484 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:55:35.484 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.413107+0000", 2024-09-13T14:55:35.484 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:35.484 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.484 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.484 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:55:35.484 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.413107+0000", 2024-09-13T14:55:35.484 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:35.484 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.484 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.485 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:55:35.485 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.413106+0000", 2024-09-13T14:55:35.485 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:55:35.485 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.485 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.485 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:55:35.485 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.413172+0000", 2024-09-13T14:55:35.485 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.5889000000000006e-05 2024-09-13T14:55:35.485 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.485 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.485 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:55:35.485 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.413187+0000", 2024-09-13T14:55:35.485 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.554e-05 2024-09-13T14:55:35.485 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.486 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.486 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:55:35.486 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.413198+0000", 2024-09-13T14:55:35.486 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0538e-05 2024-09-13T14:55:35.486 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.486 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.486 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:35.486 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.416572+0000", 2024-09-13T14:55:35.486 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0033743330000000002 2024-09-13T14:55:35.486 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.486 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.486 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:55:35.486 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.416895+0000", 2024-09-13T14:55:35.487 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00032245899999999998 2024-09-13T14:55:35.487 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:35.487 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:55:35.487 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:35.487 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.487 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.487 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "MOSDPGPush(8.5 1255/1246 [PushOp(8:a625c4e2:::benchmark_data_smithi071_245775_object36146:head, version: 1213'2236, data_included: [0~65536], data_size: 65536, omap_header_size: 0, omap_entries_size: 0, attrset_size: 2, recovery_info: ObjectRecoveryInfo(8:a625c4e2:::benchmark_data_smithi071_245775_object36146:head@1213'2236, size: 65536, copy_subset: [0~65536], clone_subset: {}, snapset: 0=[]:{}, object_exist: 0), after_progress: ObjectRecoveryProgress(!first, data_recovered_to:65536, data_complete:true, omap_recovered_to:, omap_complete:true, error:false), before_progress: ObjectRecoveryProgress(first, data_recovered_to:0, data_complete:false, omap_recovered_to:, omap_complete:false, error:false))])", 2024-09-13T14:55:35.487 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:55:35.413929+0000", 2024-09-13T14:55:35.487 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.0082004950000000004, 2024-09-13T14:55:35.487 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.008995711, 2024-09-13T14:55:35.487 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:55:35.487 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "started", 2024-09-13T14:55:35.487 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:55:35.488 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.488 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:55:35.488 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.413929+0000", 2024-09-13T14:55:35.488 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:35.488 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.488 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.488 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:55:35.488 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.413929+0000", 2024-09-13T14:55:35.488 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:35.488 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.488 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.488 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:55:35.488 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.413929+0000", 2024-09-13T14:55:35.489 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:55:35.489 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.489 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.489 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:55:35.489 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.414001+0000", 2024-09-13T14:55:35.489 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.2317000000000006e-05 2024-09-13T14:55:35.489 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.489 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.489 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:55:35.489 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.414014+0000", 2024-09-13T14:55:35.489 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3472000000000001e-05 2024-09-13T14:55:35.489 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.489 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.490 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:55:35.490 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.414023+0000", 2024-09-13T14:55:35.490 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.0329999999999997e-06 2024-09-13T14:55:35.490 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.490 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.490 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:35.490 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.416736+0000", 2024-09-13T14:55:35.490 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.002712978 2024-09-13T14:55:35.490 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.490 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.490 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:55:35.491 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.417088+0000", 2024-09-13T14:55:35.491 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00035145100000000002 2024-09-13T14:55:35.491 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:35.491 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:55:35.491 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:35.491 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.491 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.491 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "MOSDPGPush(8.15 1255/1250 [PushOp(8:a8a5b58b:::benchmark_data_smithi071_245775_object36147:head, version: 1213'2237, data_included: [0~65536], data_size: 65536, omap_header_size: 0, omap_entries_size: 0, attrset_size: 2, recovery_info: ObjectRecoveryInfo(8:a8a5b58b:::benchmark_data_smithi071_245775_object36147:head@1213'2237, size: 65536, copy_subset: [0~65536], clone_subset: {}, snapset: 0=[]:{}, object_exist: 0), after_progress: ObjectRecoveryProgress(!first, data_recovered_to:65536, data_complete:true, omap_recovered_to:, omap_complete:true, error:false), before_progress: ObjectRecoveryProgress(first, data_recovered_to:0, data_complete:false, omap_recovered_to:, omap_complete:false, error:false))])", 2024-09-13T14:55:35.491 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:55:35.416822+0000", 2024-09-13T14:55:35.491 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.0053078029999999998, 2024-09-13T14:55:35.491 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00618463, 2024-09-13T14:55:35.491 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:55:35.492 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "queued for pg", 2024-09-13T14:55:35.492 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:55:35.492 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.492 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:55:35.492 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.416822+0000", 2024-09-13T14:55:35.492 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:35.492 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.492 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.492 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:55:35.492 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.416822+0000", 2024-09-13T14:55:35.492 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:35.492 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.492 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.493 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:55:35.493 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.416821+0000", 2024-09-13T14:55:35.493 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T14:55:35.493 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.493 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.493 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:55:35.493 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.416886+0000", 2024-09-13T14:55:35.493 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.4833999999999996e-05 2024-09-13T14:55:35.493 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.494 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.494 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:55:35.494 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.416897+0000", 2024-09-13T14:55:35.494 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1024e-05 2024-09-13T14:55:35.494 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.494 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.494 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:55:35.494 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.416912+0000", 2024-09-13T14:55:35.494 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.4212e-05 2024-09-13T14:55:35.494 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:35.494 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:55:35.494 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:35.494 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.495 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.495 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:157283 8.5 8:a16522a5:::benchmark_data_smithi071_245775_object35985:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1255)", 2024-09-13T14:55:35.495 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:55:34.940876+0000", 2024-09-13T14:55:35.495 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.48125330900000002, 2024-09-13T14:55:35.495 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.48218114299999998, 2024-09-13T14:55:35.495 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:55:35.495 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "waiting for rw locks", 2024-09-13T14:55:35.495 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:55:35.495 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:55:35.495 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:55:35.495 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 157283 2024-09-13T14:55:35.496 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.496 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:55:35.496 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.496 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:55:35.496 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:34.940876+0000", 2024-09-13T14:55:35.496 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:35.496 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.496 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.496 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:55:35.497 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:34.940876+0000", 2024-09-13T14:55:35.497 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:35.497 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.497 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.497 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:55:35.497 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:34.940875+0000", 2024-09-13T14:55:35.497 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:55:35.497 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.497 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.497 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:55:35.497 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:34.940881+0000", 2024-09-13T14:55:35.497 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.2639999999999997e-06 2024-09-13T14:55:35.498 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.498 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.498 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:55:35.498 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:34.940891+0000", 2024-09-13T14:55:35.498 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0129000000000001e-05 2024-09-13T14:55:35.498 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:55:35.499 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.499 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.500 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:55:35.500 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:34.940899+0000", 2024-09-13T14:55:35.500 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.4769999999999997e-06 2024-09-13T14:55:35.500 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.500 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.500 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:35.500 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:34.978663+0000", 2024-09-13T14:55:35.500 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.037764214999999997 2024-09-13T14:55:35.500 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.500 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.500 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:55:35.500 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:34.982921+0000", 2024-09-13T14:55:35.501 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0042576920000000004 2024-09-13T14:55:35.501 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.501 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.501 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:35.501 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.006040+0000", 2024-09-13T14:55:35.501 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.023118980000000001 2024-09-13T14:55:35.501 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.501 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.501 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:55:35.501 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.010664+0000", 2024-09-13T14:55:35.501 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0046245820000000003 2024-09-13T14:55:35.502 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:35.502 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:55:35.502 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:35.502 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.502 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.502 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:157400 8.15 8:ad3cb483:::benchmark_data_smithi071_245775_object36102:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1255)", 2024-09-13T14:55:35.502 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:55:35.170232+0000", 2024-09-13T14:55:35.502 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.25189756099999999, 2024-09-13T14:55:35.502 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.25292821799999998, 2024-09-13T14:55:35.502 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:55:35.502 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "waiting for rw locks", 2024-09-13T14:55:35.502 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:55:35.503 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:55:35.503 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:55:35.503 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 157400 2024-09-13T14:55:35.503 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.503 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:55:35.503 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.503 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:55:35.503 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.170232+0000", 2024-09-13T14:55:35.503 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:35.503 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.503 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.503 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:55:35.503 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.170232+0000", 2024-09-13T14:55:35.504 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:35.504 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.504 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.504 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:55:35.504 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.170231+0000", 2024-09-13T14:55:35.504 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:55:35.504 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.504 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.504 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:55:35.504 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.170238+0000", 2024-09-13T14:55:35.504 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.0530000000000001e-06 2024-09-13T14:55:35.505 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.505 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.505 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:55:35.505 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.170249+0000", 2024-09-13T14:55:35.505 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0791999999999999e-05 2024-09-13T14:55:35.505 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.505 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.505 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:55:35.505 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.170254+0000", 2024-09-13T14:55:35.505 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.9100000000000002e-06 2024-09-13T14:55:35.505 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.505 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.505 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:35.506 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.201227+0000", 2024-09-13T14:55:35.506 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.030972909 2024-09-13T14:55:35.506 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.506 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.506 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:55:35.506 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.204852+0000", 2024-09-13T14:55:35.506 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0036243460000000001 2024-09-13T14:55:35.506 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.506 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.506 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:35.506 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.235985+0000", 2024-09-13T14:55:35.507 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.031132872999999998 2024-09-13T14:55:35.507 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.507 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.507 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:55:35.507 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.240466+0000", 2024-09-13T14:55:35.507 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0044817090000000004 2024-09-13T14:55:35.507 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:35.507 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:55:35.507 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:35.507 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.507 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.507 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:157407 8.5 8:a7b64082:::benchmark_data_smithi071_245775_object36109:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1255)", 2024-09-13T14:55:35.507 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:55:35.187936+0000", 2024-09-13T14:55:35.508 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.234193979, 2024-09-13T14:55:35.508 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.23530536499999999, 2024-09-13T14:55:35.508 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:55:35.508 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "waiting for rw locks", 2024-09-13T14:55:35.508 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:55:35.508 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:55:35.508 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:55:35.508 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 157407 2024-09-13T14:55:35.508 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.508 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:55:35.508 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.508 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:55:35.508 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.187936+0000", 2024-09-13T14:55:35.508 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:35.509 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.509 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.509 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:55:35.509 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.187936+0000", 2024-09-13T14:55:35.509 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:35.509 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.509 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.509 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:55:35.509 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.187934+0000", 2024-09-13T14:55:35.509 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999981 2024-09-13T14:55:35.509 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.510 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.510 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:55:35.510 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.187942+0000", 2024-09-13T14:55:35.510 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.8080000000000005e-06 2024-09-13T14:55:35.510 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.510 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.510 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:55:35.510 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.187967+0000", 2024-09-13T14:55:35.510 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.5114999999999999e-05 2024-09-13T14:55:35.510 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.510 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.510 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:55:35.511 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.187975+0000", 2024-09-13T14:55:35.511 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.5099999999999998e-06 2024-09-13T14:55:35.511 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.511 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.511 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:35.511 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.230745+0000", 2024-09-13T14:55:35.511 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.042769243999999998 2024-09-13T14:55:35.511 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.511 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.511 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:55:35.511 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.235429+0000", 2024-09-13T14:55:35.511 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0046840429999999997 2024-09-13T14:55:35.511 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.512 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.512 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:35.512 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.251164+0000", 2024-09-13T14:55:35.512 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.015734868999999999 2024-09-13T14:55:35.512 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.512 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.512 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:55:35.512 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.254925+0000", 2024-09-13T14:55:35.512 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0037610270000000001 2024-09-13T14:55:35.512 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:35.512 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:55:35.512 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:35.512 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.512 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.513 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:157435 8.5 8:a46a23b0:::benchmark_data_smithi071_245775_object36137:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1255)", 2024-09-13T14:55:35.513 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:55:35.298774+0000", 2024-09-13T14:55:35.513 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.123356194, 2024-09-13T14:55:35.513 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.124545618, 2024-09-13T14:55:35.513 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:55:35.513 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "waiting for rw locks", 2024-09-13T14:55:35.513 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:55:35.513 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:55:35.513 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:55:35.513 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 157435 2024-09-13T14:55:35.513 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.513 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:55:35.513 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.514 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:55:35.514 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.298774+0000", 2024-09-13T14:55:35.514 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:35.514 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.514 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.514 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:55:35.514 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.298774+0000", 2024-09-13T14:55:35.514 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:35.514 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.514 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.514 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:55:35.514 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.298772+0000", 2024-09-13T14:55:35.515 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:55:35.515 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.515 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.515 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:55:35.515 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.298778+0000", 2024-09-13T14:55:35.515 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.2979999999999997e-06 2024-09-13T14:55:35.515 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.515 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.515 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:55:35.515 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.298789+0000", 2024-09-13T14:55:35.515 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0699999999999999e-05 2024-09-13T14:55:35.515 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.515 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.516 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:55:35.516 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.298796+0000", 2024-09-13T14:55:35.516 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.4989999999999999e-06 2024-09-13T14:55:35.516 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.516 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.516 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:35.516 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.304396+0000", 2024-09-13T14:55:35.516 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0056008250000000002 2024-09-13T14:55:35.516 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.516 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.516 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:55:35.516 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.308366+0000", 2024-09-13T14:55:35.517 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0039691329999999997 2024-09-13T14:55:35.517 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.517 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.517 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:35.517 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.330409+0000", 2024-09-13T14:55:35.517 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.022043481 2024-09-13T14:55:35.517 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.517 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.517 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:55:35.517 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.335463+0000", 2024-09-13T14:55:35.517 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0050543109999999997 2024-09-13T14:55:35.517 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:35.517 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:55:35.518 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:35.518 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.518 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.518 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:157379 8.15 8:ac141e78:::benchmark_data_smithi071_245775_object36081:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1255)", 2024-09-13T14:55:35.518 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:55:35.129205+0000", 2024-09-13T14:55:35.518 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.29292480399999998, 2024-09-13T14:55:35.518 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.29419496699999997, 2024-09-13T14:55:35.518 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:55:35.518 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "waiting for rw locks", 2024-09-13T14:55:35.518 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:55:35.518 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:55:35.518 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:55:35.519 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 157379 2024-09-13T14:55:35.519 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.519 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:55:35.519 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.519 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:55:35.519 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.129205+0000", 2024-09-13T14:55:35.519 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:35.519 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.519 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.519 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:55:35.519 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.129205+0000", 2024-09-13T14:55:35.519 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:35.519 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.519 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.519 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:55:35.520 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.129204+0000", 2024-09-13T14:55:35.520 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:55:35.520 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.520 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.520 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:55:35.520 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.129209+0000", 2024-09-13T14:55:35.520 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.011e-06 2024-09-13T14:55:35.520 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.520 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.520 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:55:35.520 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.129220+0000", 2024-09-13T14:55:35.520 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1158999999999999e-05 2024-09-13T14:55:35.520 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.520 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.521 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:55:35.521 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.129229+0000", 2024-09-13T14:55:35.521 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.3899999999999999e-06 2024-09-13T14:55:35.521 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.521 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.521 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:35.521 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.138074+0000", 2024-09-13T14:55:35.521 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0088451250000000006 2024-09-13T14:55:35.521 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.521 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.521 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:55:35.521 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.142430+0000", 2024-09-13T14:55:35.521 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0043557659999999996 2024-09-13T14:55:35.521 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.522 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.522 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:35.522 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.190986+0000", 2024-09-13T14:55:35.522 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.048555558999999998 2024-09-13T14:55:35.522 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.522 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.522 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:55:35.522 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.194556+0000", 2024-09-13T14:55:35.522 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0035699400000000002 2024-09-13T14:55:35.522 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:35.522 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:55:35.522 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:35.522 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.522 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.522 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:157409 8.5 8:a3566b74:::benchmark_data_smithi071_245775_object36111:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1255)", 2024-09-13T14:55:35.523 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:55:35.190938+0000", 2024-09-13T14:55:35.523 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.23119193900000001, 2024-09-13T14:55:35.523 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.23254450500000001, 2024-09-13T14:55:35.523 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:55:35.523 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "waiting for rw locks", 2024-09-13T14:55:35.523 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:55:35.523 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:55:35.523 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:55:35.523 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 157409 2024-09-13T14:55:35.523 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.523 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:55:35.523 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.523 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:55:35.524 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.190938+0000", 2024-09-13T14:55:35.524 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:35.524 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.524 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.524 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:55:35.524 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.190938+0000", 2024-09-13T14:55:35.524 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:35.524 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.524 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.524 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:55:35.524 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.190937+0000", 2024-09-13T14:55:35.524 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:55:35.525 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.525 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.525 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:55:35.525 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.190942+0000", 2024-09-13T14:55:35.525 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.463e-06 2024-09-13T14:55:35.525 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.525 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.525 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:55:35.525 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.190952+0000", 2024-09-13T14:55:35.525 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.7739999999999999e-06 2024-09-13T14:55:35.525 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.525 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.525 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:55:35.526 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.190957+0000", 2024-09-13T14:55:35.526 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.0749999999999997e-06 2024-09-13T14:55:35.526 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.526 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.526 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:35.526 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.256537+0000", 2024-09-13T14:55:35.526 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.065580070000000004 2024-09-13T14:55:35.526 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.526 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.526 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:55:35.526 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.260306+0000", 2024-09-13T14:55:35.526 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0037687620000000002 2024-09-13T14:55:35.527 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.527 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.527 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:35.527 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.300250+0000", 2024-09-13T14:55:35.527 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.039943948999999999 2024-09-13T14:55:35.527 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.527 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.527 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:55:35.527 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.304036+0000", 2024-09-13T14:55:35.527 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0037865709999999999 2024-09-13T14:55:35.527 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:35.527 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:55:35.527 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:35.528 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.528 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.528 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:157411 8.5 8:a4dbcf81:::benchmark_data_smithi071_245775_object36113:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1255)", 2024-09-13T14:55:35.528 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:55:35.197410+0000", 2024-09-13T14:55:35.528 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.22471956100000001, 2024-09-13T14:55:35.528 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.22614315400000001, 2024-09-13T14:55:35.528 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:55:35.528 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "waiting for rw locks", 2024-09-13T14:55:35.528 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:55:35.528 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:55:35.528 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:55:35.529 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 157411 2024-09-13T14:55:35.529 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.529 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:55:35.529 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.529 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:55:35.529 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.197410+0000", 2024-09-13T14:55:35.529 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:35.529 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.529 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.529 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:55:35.530 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.197410+0000", 2024-09-13T14:55:35.530 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:35.530 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.530 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.530 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:55:35.530 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.197409+0000", 2024-09-13T14:55:35.530 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:55:35.530 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.530 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.530 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:55:35.530 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.197416+0000", 2024-09-13T14:55:35.531 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.6950000000000003e-06 2024-09-13T14:55:35.531 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.531 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.531 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:55:35.531 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.197430+0000", 2024-09-13T14:55:35.531 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.4149e-05 2024-09-13T14:55:35.531 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.531 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.531 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:55:35.531 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.197437+0000", 2024-09-13T14:55:35.531 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.0790000000000003e-06 2024-09-13T14:55:35.531 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.531 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.531 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:35.532 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.260869+0000", 2024-09-13T14:55:35.532 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.063431814000000003 2024-09-13T14:55:35.532 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.532 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.532 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:55:35.532 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.265072+0000", 2024-09-13T14:55:35.532 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0042033879999999997 2024-09-13T14:55:35.532 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.532 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.532 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:35.532 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.295283+0000", 2024-09-13T14:55:35.532 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.030211287 2024-09-13T14:55:35.532 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:35.533 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:35.533 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:55:35.533 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:55:35.299885+0000", 2024-09-13T14:55:35.533 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0046015420000000001 2024-09-13T14:55:35.533 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:35.533 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:55:35.533 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:35.533 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:35.533 INFO:teuthology.orchestra.run.smithi104.stdout: ], 2024-09-13T14:55:35.533 INFO:teuthology.orchestra.run.smithi104.stdout: "num_ops": 19 2024-09-13T14:55:35.533 INFO:teuthology.orchestra.run.smithi104.stdout:} 2024-09-13T14:55:35.555 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:35.556 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:35.556 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:55:35.657 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:35.679 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:35.680 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:35.680 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:35.781 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:55:35.805 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:35.806 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:35.806 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:55:35.907 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:55:35.936 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:35.936 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:35.937 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:55:36.037 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:55:36.059 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:36.059 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:36.060 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:55:36.160 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:36.183 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:36.183 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:36.184 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:36.282 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.6 dump_blocked_ops 2024-09-13T14:55:36.284 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:55:36.348 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:36.348 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:36.349 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:55:36.450 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:55:36.474 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:36.474 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:36.475 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:55:36.522 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:55:36.575 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:36.600 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:36.601 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:36.601 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:36.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:36 smithi071 ceph-mon[107477]: pgmap v1782: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.3 GiB data, 16 GiB used, 520 GiB / 536 GiB avail; 0 B/s wr, 297 op/s; 59603/258798 objects degraded (23.031%); 18902/258798 objects misplaced (7.304%); 6.1 MiB/s, 97 objects/s recovering 2024-09-13T14:55:36.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:36 smithi071 ceph-mon[112785]: pgmap v1782: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.3 GiB data, 16 GiB used, 520 GiB / 536 GiB avail; 0 B/s wr, 297 op/s; 59603/258798 objects degraded (23.031%); 18902/258798 objects misplaced (7.304%); 6.1 MiB/s, 97 objects/s recovering 2024-09-13T14:55:36.646 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:36 smithi104 ceph-mon[105578]: pgmap v1782: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.3 GiB data, 16 GiB used, 520 GiB / 536 GiB avail; 0 B/s wr, 297 op/s; 59603/258798 objects degraded (23.031%); 18902/258798 objects misplaced (7.304%); 6.1 MiB/s, 97 objects/s recovering 2024-09-13T14:55:36.702 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:55:36.728 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:36.729 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:36.729 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:55:36.830 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:55:36.854 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:36.855 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:36.855 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:55:36.956 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:55:36.984 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:36.985 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:36.985 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:55:37.086 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:55:37.111 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:37.112 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:37.112 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:55:37.213 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:55:37.236 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:37.236 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:37.236 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:55:37.337 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:55:37.359 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:37.360 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:37.360 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:55:37.461 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:37.486 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:37.486 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:37.487 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:37.587 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:55:37.610 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:37.610 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:37.611 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:55:37.712 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:55:37.735 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:37.736 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:37.736 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:55:37.837 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:55:37.863 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:37.864 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:37.864 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:55:37.965 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:55:37.992 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:37.992 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:37.993 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:55:38.094 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:55:38.120 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:38.120 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:38.121 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:55:38.221 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:55:38.246 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:38.247 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:38.247 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:55:38.348 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:38.370 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:38.371 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:38.371 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:38.472 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:55:38.494 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:38.495 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:38.495 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:55:38.539 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:38 smithi104 ceph-mon[105578]: pgmap v1783: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.2 GiB data, 16 GiB used, 520 GiB / 536 GiB avail; 0 B/s wr, 337 op/s; 59038/255897 objects degraded (23.071%); 18387/255897 objects misplaced (7.185%); 7.7 MiB/s, 123 objects/s recovering 2024-09-13T14:55:38.540 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:38 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 59038/255897 objects degraded (23.071%), 16 pgs degraded, 16 pgs undersized (PG_DEGRADED) 2024-09-13T14:55:38.553 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2024-09-13T14:55:38.553 INFO:teuthology.orchestra.run.smithi104.stdout: "ops": [], 2024-09-13T14:55:38.553 INFO:teuthology.orchestra.run.smithi104.stdout: "complaint_time": 30, 2024-09-13T14:55:38.553 INFO:teuthology.orchestra.run.smithi104.stdout: "num_blocked_ops": 0 2024-09-13T14:55:38.553 INFO:teuthology.orchestra.run.smithi104.stdout:} 2024-09-13T14:55:38.596 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:55:38.618 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:38.619 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:38.619 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:55:38.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:38 smithi071 ceph-mon[107477]: pgmap v1783: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.2 GiB data, 16 GiB used, 520 GiB / 536 GiB avail; 0 B/s wr, 337 op/s; 59038/255897 objects degraded (23.071%); 18387/255897 objects misplaced (7.185%); 7.7 MiB/s, 123 objects/s recovering 2024-09-13T14:55:38.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:38 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 59038/255897 objects degraded (23.071%), 16 pgs degraded, 16 pgs undersized (PG_DEGRADED) 2024-09-13T14:55:38.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:38 smithi071 ceph-mon[112785]: pgmap v1783: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.2 GiB data, 16 GiB used, 520 GiB / 536 GiB avail; 0 B/s wr, 337 op/s; 59038/255897 objects degraded (23.071%); 18387/255897 objects misplaced (7.185%); 7.7 MiB/s, 123 objects/s recovering 2024-09-13T14:55:38.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:38 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 59038/255897 objects degraded (23.071%), 16 pgs degraded, 16 pgs undersized (PG_DEGRADED) 2024-09-13T14:55:38.720 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:55:38.745 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:38.746 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:38.746 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:55:38.847 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:38.868 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:38.868 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:38.869 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:38.970 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:55:38.993 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:38.994 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:38.994 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:55:39.095 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:39.118 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:39.119 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:39.119 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:39.220 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:55:39.246 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:39.246 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:39.247 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:55:39.348 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:55:39.372 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:39.373 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:39.373 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:55:39.390 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.6 dump_historic_ops 2024-09-13T14:55:39.474 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:55:39.496 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:39.496 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:39.497 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:55:39.598 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:55:39.624 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:39.624 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:39.625 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:55:39.657 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:55:39.725 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:55:39.749 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:39.750 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:39.750 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:55:39.851 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:55:39.877 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:39.878 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:39.878 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:55:39.979 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:55:40.004 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:40.005 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:40.005 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:55:40.106 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:40.129 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:40.129 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:40.130 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:40.230 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:55:40.257 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:40.257 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:40.258 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:55:40.358 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:40.380 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:40.381 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:40.381 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:40.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:40 smithi104 ceph-mon[105578]: pgmap v1784: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.2 GiB data, 16 GiB used, 520 GiB / 536 GiB avail; 0 B/s wr, 266 op/s; 58849/255609 objects degraded (23.023%); 18387/255609 objects misplaced (7.193%); 6.0 MiB/s, 96 objects/s recovering 2024-09-13T14:55:40.481 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:40.503 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:40.503 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:40.504 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:40.605 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:55:40.629 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:40.630 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:40.631 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:55:40.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:40 smithi071 ceph-mon[107477]: pgmap v1784: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.2 GiB data, 16 GiB used, 520 GiB / 536 GiB avail; 0 B/s wr, 266 op/s; 58849/255609 objects degraded (23.023%); 18387/255609 objects misplaced (7.193%); 6.0 MiB/s, 96 objects/s recovering 2024-09-13T14:55:40.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:40 smithi071 ceph-mon[112785]: pgmap v1784: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.2 GiB data, 16 GiB used, 520 GiB / 536 GiB avail; 0 B/s wr, 266 op/s; 58849/255609 objects degraded (23.023%); 18387/255609 objects misplaced (7.193%); 6.0 MiB/s, 96 objects/s recovering 2024-09-13T14:55:40.731 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:55:40.758 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:40.759 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:40.759 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:55:40.860 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:55:40.884 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:40.885 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:40.885 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:55:40.986 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:55:41.007 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:41.008 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:41.008 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:55:41.109 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:55:41.130 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:41.131 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:41.132 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:55:41.232 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:41.256 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:41.257 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:41.257 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:41.358 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:41.385 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:41.386 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:41.386 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:41.487 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:55:41.516 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:41.517 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:41.518 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:55:41.581 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2024-09-13T14:55:41.581 INFO:teuthology.orchestra.run.smithi104.stdout: "size": 20, 2024-09-13T14:55:41.581 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 600, 2024-09-13T14:55:41.581 INFO:teuthology.orchestra.run.smithi104.stdout: "ops": [ 2024-09-13T14:55:41.581 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.581 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.35391.0:134278 8.d e1232/1230 8:b7ccd27f:::benchmark_data_smithi071_245775_object12980:head v 1232'8325, mlcod=1231'8323)", 2024-09-13T14:55:41.581 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:53:17.090489+0000", 2024-09-13T14:55:41.581 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 144.48751307699999, 2024-09-13T14:55:41.582 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 13.763033954000001, 2024-09-13T14:55:41.582 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:55:41.582 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:55:41.582 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:55:41.582 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.582 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:55:41.582 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.090489+0000", 2024-09-13T14:55:41.582 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:41.583 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.583 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.583 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:55:41.583 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.090489+0000", 2024-09-13T14:55:41.583 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:41.583 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.583 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.583 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:55:41.583 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.090488+0000", 2024-09-13T14:55:41.583 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:55:41.583 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.584 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.584 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:55:41.584 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.090498+0000", 2024-09-13T14:55:41.584 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0329999999999999e-05 2024-09-13T14:55:41.584 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.584 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.584 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:55:41.584 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.090513+0000", 2024-09-13T14:55:41.584 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.485e-05 2024-09-13T14:55:41.584 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.584 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.585 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:55:41.585 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.090521+0000", 2024-09-13T14:55:41.585 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.9009999999999994e-06 2024-09-13T14:55:41.585 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.585 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.585 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:41.585 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:30.847795+0000", 2024-09-13T14:55:41.585 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 13.757273356000001 2024-09-13T14:55:41.585 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.585 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.585 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:55:41.586 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:30.847822+0000", 2024-09-13T14:55:41.586 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.7707000000000001e-05 2024-09-13T14:55:41.586 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.586 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.586 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:55:41.586 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:30.853480+0000", 2024-09-13T14:55:41.586 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0056576350000000003 2024-09-13T14:55:41.586 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.586 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.586 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:55:41.586 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:30.853523+0000", 2024-09-13T14:55:41.587 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.3507999999999997e-05 2024-09-13T14:55:41.587 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:41.587 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:55:41.587 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:41.587 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.587 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.587 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.35391.0:134315 8.d e1232/1230 8:bbf4fe39:::benchmark_data_smithi071_245775_object13017:head v 1232'8326, mlcod=1231'8323)", 2024-09-13T14:55:41.587 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:53:17.520369+0000", 2024-09-13T14:55:41.587 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 144.05763361000001, 2024-09-13T14:55:41.587 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 13.334993037, 2024-09-13T14:55:41.587 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:55:41.588 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:55:41.588 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:55:41.588 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.588 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:55:41.588 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.520369+0000", 2024-09-13T14:55:41.588 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:41.588 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.588 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.588 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:55:41.588 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.520369+0000", 2024-09-13T14:55:41.589 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:41.589 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.589 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.589 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:55:41.589 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.520368+0000", 2024-09-13T14:55:41.589 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T14:55:41.589 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.589 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.589 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:55:41.589 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.520373+0000", 2024-09-13T14:55:41.589 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.2070000000000003e-06 2024-09-13T14:55:41.590 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.590 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.590 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:55:41.590 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.520384+0000", 2024-09-13T14:55:41.590 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0627e-05 2024-09-13T14:55:41.590 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.590 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.590 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:55:41.590 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.520390+0000", 2024-09-13T14:55:41.590 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.5199999999999997e-06 2024-09-13T14:55:41.590 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.591 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.591 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:41.591 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:30.849879+0000", 2024-09-13T14:55:41.591 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 13.329488953 2024-09-13T14:55:41.591 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.591 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.591 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:55:41.591 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:30.849909+0000", 2024-09-13T14:55:41.591 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.0294000000000002e-05 2024-09-13T14:55:41.591 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.591 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.592 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:55:41.592 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:30.855321+0000", 2024-09-13T14:55:41.592 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.005412587 2024-09-13T14:55:41.592 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.592 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.592 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:55:41.592 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:30.855362+0000", 2024-09-13T14:55:41.592 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.0454000000000003e-05 2024-09-13T14:55:41.592 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:41.592 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:55:41.592 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:41.592 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.593 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.593 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.35391.0:134321 8.d e1232/1230 8:b1b531f4:::benchmark_data_smithi071_245775_object13023:head v 1232'8327, mlcod=1231'8323)", 2024-09-13T14:55:41.593 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:53:17.528946+0000", 2024-09-13T14:55:41.593 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 144.04905675500001, 2024-09-13T14:55:41.593 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 13.328673201999999, 2024-09-13T14:55:41.593 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:55:41.593 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:55:41.593 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:55:41.593 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.593 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:55:41.593 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.528946+0000", 2024-09-13T14:55:41.594 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:41.594 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.594 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.594 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:55:41.594 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.528946+0000", 2024-09-13T14:55:41.594 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:41.594 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.594 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.594 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:55:41.594 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.528945+0000", 2024-09-13T14:55:41.594 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:55:41.594 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.595 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.595 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:55:41.595 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.528951+0000", 2024-09-13T14:55:41.595 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.8289999999999996e-06 2024-09-13T14:55:41.595 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.595 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.595 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:55:41.595 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.528961+0000", 2024-09-13T14:55:41.595 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0118e-05 2024-09-13T14:55:41.595 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.595 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.595 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:55:41.595 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.528967+0000", 2024-09-13T14:55:41.596 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.156e-06 2024-09-13T14:55:41.596 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.596 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.596 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:41.596 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:30.851785+0000", 2024-09-13T14:55:41.596 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 13.322817951999999 2024-09-13T14:55:41.596 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.596 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.596 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:55:41.596 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:30.851810+0000", 2024-09-13T14:55:41.596 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.4819000000000001e-05 2024-09-13T14:55:41.597 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.597 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.597 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:55:41.597 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:30.857583+0000", 2024-09-13T14:55:41.597 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0057736030000000004 2024-09-13T14:55:41.597 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.597 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.597 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:55:41.597 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:30.857619+0000", 2024-09-13T14:55:41.597 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.5502e-05 2024-09-13T14:55:41.597 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:41.598 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:55:41.598 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:41.598 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.598 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.598 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.35391.0:134339 8.d e1232/1230 8:b20e2b34:::benchmark_data_smithi071_245775_object13041:head v 1232'8328, mlcod=1231'8323)", 2024-09-13T14:55:41.598 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:53:17.574350+0000", 2024-09-13T14:55:41.598 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 144.00365278699999, 2024-09-13T14:55:41.598 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 13.283326525, 2024-09-13T14:55:41.598 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:55:41.599 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:55:41.599 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:55:41.599 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.599 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:55:41.599 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.574350+0000", 2024-09-13T14:55:41.600 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:41.600 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.600 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.600 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:55:41.600 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.574350+0000", 2024-09-13T14:55:41.600 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:41.600 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.600 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.600 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:55:41.600 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.574349+0000", 2024-09-13T14:55:41.600 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:55:41.601 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.601 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.601 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:55:41.601 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.574355+0000", 2024-09-13T14:55:41.601 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.2199999999999997e-06 2024-09-13T14:55:41.601 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.601 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.601 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:55:41.601 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.574364+0000", 2024-09-13T14:55:41.601 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.3619999999999995e-06 2024-09-13T14:55:41.601 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.602 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.602 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:55:41.602 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.574370+0000", 2024-09-13T14:55:41.602 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.5720000000000002e-06 2024-09-13T14:55:41.602 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.602 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.602 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:41.602 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:30.853551+0000", 2024-09-13T14:55:41.602 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 13.279180815 2024-09-13T14:55:41.602 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.603 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.603 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:55:41.603 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:30.853575+0000", 2024-09-13T14:55:41.603 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.4085000000000001e-05 2024-09-13T14:55:41.603 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.603 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.603 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:55:41.603 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:30.857650+0000", 2024-09-13T14:55:41.603 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0040752510000000002 2024-09-13T14:55:41.603 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.603 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.604 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:55:41.604 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:30.857676+0000", 2024-09-13T14:55:41.604 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.6171999999999999e-05 2024-09-13T14:55:41.604 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:41.604 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:55:41.604 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:41.604 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.604 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.604 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.35391.0:134341 8.d e1232/1230 8:b47b016b:::benchmark_data_smithi071_245775_object13043:head v 1232'8329, mlcod=1231'8323)", 2024-09-13T14:55:41.605 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:53:17.577557+0000", 2024-09-13T14:55:41.605 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 144.000444999, 2024-09-13T14:55:41.605 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 13.298304935000001, 2024-09-13T14:55:41.605 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:55:41.605 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:55:41.605 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:55:41.605 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.605 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:55:41.605 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.577557+0000", 2024-09-13T14:55:41.605 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:41.606 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.606 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.606 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:55:41.606 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.577557+0000", 2024-09-13T14:55:41.606 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:41.606 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.606 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.606 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:55:41.606 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.577557+0000", 2024-09-13T14:55:41.606 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:55:41.606 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.607 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.607 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:55:41.607 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.577564+0000", 2024-09-13T14:55:41.607 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.5449999999999998e-06 2024-09-13T14:55:41.607 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.607 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.607 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:55:41.607 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.577577+0000", 2024-09-13T14:55:41.607 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2853999999999999e-05 2024-09-13T14:55:41.607 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.607 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.608 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:55:41.608 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.577583+0000", 2024-09-13T14:55:41.608 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.5199999999999997e-06 2024-09-13T14:55:41.608 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.608 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.608 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:41.608 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:30.855390+0000", 2024-09-13T14:55:41.608 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 13.277807642000001 2024-09-13T14:55:41.608 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.608 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.608 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:55:41.609 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:30.855412+0000", 2024-09-13T14:55:41.609 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.2099999999999998e-05 2024-09-13T14:55:41.609 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.609 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.609 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:55:41.609 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:30.875835+0000", 2024-09-13T14:55:41.609 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.020422301 2024-09-13T14:55:41.609 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.609 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.609 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:55:41.609 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:30.875862+0000", 2024-09-13T14:55:41.609 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.7763000000000002e-05 2024-09-13T14:55:41.610 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:41.610 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:55:41.610 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:41.610 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.610 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.610 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:137733 8.5 8:af0ba1aa:::benchmark_data_smithi071_245775_object16435:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1240)", 2024-09-13T14:55:41.610 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:53:58.453803+0000", 2024-09-13T14:55:41.610 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 103.124199408, 2024-09-13T14:55:41.610 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.6654757, 2024-09-13T14:55:41.610 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:55:41.610 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:55:41.611 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:55:41.611 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:55:41.611 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:55:41.611 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 137733 2024-09-13T14:55:41.611 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.611 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:55:41.611 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.611 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:55:41.611 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:58.453803+0000", 2024-09-13T14:55:41.611 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:41.611 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.612 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.612 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:55:41.612 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:58.453803+0000", 2024-09-13T14:55:41.612 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:41.612 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.612 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.612 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:55:41.612 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:58.453801+0000", 2024-09-13T14:55:41.612 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999981 2024-09-13T14:55:41.612 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.612 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.613 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:55:41.613 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:58.453809+0000", 2024-09-13T14:55:41.613 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.525e-06 2024-09-13T14:55:41.613 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.613 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.613 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:55:41.613 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:58.453821+0000", 2024-09-13T14:55:41.613 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.222e-05 2024-09-13T14:55:41.613 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.613 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.613 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:55:41.614 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:58.453829+0000", 2024-09-13T14:55:41.614 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.2509999999999994e-06 2024-09-13T14:55:41.614 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.614 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.614 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:41.615 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:58.530888+0000", 2024-09-13T14:55:41.615 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.077058557999999999 2024-09-13T14:55:41.615 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.615 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.615 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:55:41.615 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:58.538823+0000", 2024-09-13T14:55:41.615 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0079351439999999999 2024-09-13T14:55:41.615 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.615 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.615 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:41.616 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:58.608652+0000", 2024-09-13T14:55:41.616 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.069829027000000002 2024-09-13T14:55:41.616 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.616 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.616 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:55:41.616 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:58.616052+0000", 2024-09-13T14:55:41.616 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00740035 2024-09-13T14:55:41.616 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.616 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.616 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:41.616 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:00.953769+0000", 2024-09-13T14:55:41.617 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.337716495 2024-09-13T14:55:41.617 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.617 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.617 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:55:41.617 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:00.960019+0000", 2024-09-13T14:55:41.617 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0062499239999999996 2024-09-13T14:55:41.617 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.617 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.617 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,7", 2024-09-13T14:55:41.617 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:00.972589+0000", 2024-09-13T14:55:41.618 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.012570009 2024-09-13T14:55:41.618 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.618 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.618 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:55:41.618 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:01.042111+0000", 2024-09-13T14:55:41.618 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.069522776999999994 2024-09-13T14:55:41.618 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.618 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.618 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:55:41.618 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:01.044229+0000", 2024-09-13T14:55:41.618 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.002117336 2024-09-13T14:55:41.619 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.619 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.619 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:55:41.619 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:01.100385+0000", 2024-09-13T14:55:41.619 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.056156537999999999 2024-09-13T14:55:41.619 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.619 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.619 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:55:41.619 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:01.103695+0000", 2024-09-13T14:55:41.619 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0033098649999999999 2024-09-13T14:55:41.619 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.620 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.620 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:55:41.620 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:01.119279+0000", 2024-09-13T14:55:41.620 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.015583649999999999 2024-09-13T14:55:41.620 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:41.620 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:55:41.620 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:41.620 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.620 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.620 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:138318 8.5 8:a8c3224a:::benchmark_data_smithi071_245775_object17020:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1240)", 2024-09-13T14:55:41.620 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:54:03.233998+0000", 2024-09-13T14:55:41.621 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 98.344004022999997, 2024-09-13T14:55:41.621 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.5134065219999999, 2024-09-13T14:55:41.621 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:55:41.621 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:55:41.621 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:55:41.621 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:55:41.621 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:55:41.621 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 138318 2024-09-13T14:55:41.621 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.621 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:55:41.622 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.622 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:55:41.622 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:03.233998+0000", 2024-09-13T14:55:41.622 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:41.622 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.622 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.622 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:55:41.622 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:03.233998+0000", 2024-09-13T14:55:41.622 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:41.622 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.622 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.623 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:55:41.623 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:03.233997+0000", 2024-09-13T14:55:41.623 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:55:41.623 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.623 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.623 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:55:41.623 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:03.234004+0000", 2024-09-13T14:55:41.623 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.4880000000000004e-06 2024-09-13T14:55:41.623 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.623 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.623 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:55:41.624 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:03.234017+0000", 2024-09-13T14:55:41.624 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3106e-05 2024-09-13T14:55:41.624 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.624 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.624 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:55:41.624 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:03.234023+0000", 2024-09-13T14:55:41.624 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.3010000000000003e-06 2024-09-13T14:55:41.624 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.624 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.624 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:41.624 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:03.257398+0000", 2024-09-13T14:55:41.624 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.023374984000000001 2024-09-13T14:55:41.625 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.625 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.625 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:55:41.625 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:03.264675+0000", 2024-09-13T14:55:41.625 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0072774950000000001 2024-09-13T14:55:41.625 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.625 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.625 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:41.625 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:03.335688+0000", 2024-09-13T14:55:41.625 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.071012636000000004 2024-09-13T14:55:41.625 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.626 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.626 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:55:41.626 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:03.344136+0000", 2024-09-13T14:55:41.626 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0084474149999999998 2024-09-13T14:55:41.626 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.626 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.626 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:41.626 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:05.671317+0000", 2024-09-13T14:55:41.626 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.3271812829999998 2024-09-13T14:55:41.626 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.626 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.626 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:55:41.627 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:05.677551+0000", 2024-09-13T14:55:41.627 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0062343939999999999 2024-09-13T14:55:41.627 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.627 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.627 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,7", 2024-09-13T14:55:41.627 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:05.690011+0000", 2024-09-13T14:55:41.627 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.012459543 2024-09-13T14:55:41.627 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.627 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.627 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:55:41.627 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:05.722628+0000", 2024-09-13T14:55:41.628 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.032616913999999997 2024-09-13T14:55:41.628 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.628 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.628 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:55:41.628 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:05.724967+0000", 2024-09-13T14:55:41.628 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.002338948 2024-09-13T14:55:41.628 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.628 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.628 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:55:41.628 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:05.727074+0000", 2024-09-13T14:55:41.628 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0021071369999999998 2024-09-13T14:55:41.629 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.629 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.629 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:55:41.629 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:05.730627+0000", 2024-09-13T14:55:41.629 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0035532850000000002 2024-09-13T14:55:41.629 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.629 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.629 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:55:41.629 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:05.747405+0000", 2024-09-13T14:55:41.629 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.016777962 2024-09-13T14:55:41.629 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:41.629 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:55:41.630 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:41.630 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.630 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.630 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:138509 8.5 8:a0c0d124:::benchmark_data_smithi071_245775_object17211:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1240)", 2024-09-13T14:55:41.630 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:54:05.267963+0000", 2024-09-13T14:55:41.630 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 96.310039297000003, 2024-09-13T14:55:41.630 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.492070333, 2024-09-13T14:55:41.630 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:55:41.630 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:55:41.630 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:55:41.631 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:55:41.631 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:55:41.631 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 138509 2024-09-13T14:55:41.631 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.631 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:55:41.631 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.631 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:55:41.631 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:05.267963+0000", 2024-09-13T14:55:41.631 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:41.631 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.631 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.632 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:55:41.632 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:05.267963+0000", 2024-09-13T14:55:41.632 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:41.632 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.632 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.632 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:55:41.632 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:05.267962+0000", 2024-09-13T14:55:41.632 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:55:41.632 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.632 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.632 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:55:41.633 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:05.267969+0000", 2024-09-13T14:55:41.633 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.3379999999999999e-06 2024-09-13T14:55:41.633 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.633 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.633 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:55:41.633 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:05.267981+0000", 2024-09-13T14:55:41.633 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1878e-05 2024-09-13T14:55:41.633 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.633 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.633 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:55:41.634 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:05.267987+0000", 2024-09-13T14:55:41.634 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.7060000000000001e-06 2024-09-13T14:55:41.634 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.634 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.634 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:41.634 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:05.338202+0000", 2024-09-13T14:55:41.634 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.070215712 2024-09-13T14:55:41.634 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.634 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.635 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:55:41.635 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:05.350779+0000", 2024-09-13T14:55:41.635 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.012576622000000001 2024-09-13T14:55:41.635 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.635 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.635 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:41.635 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:05.461691+0000", 2024-09-13T14:55:41.635 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.11091237900000001 2024-09-13T14:55:41.635 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.635 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.635 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:55:41.636 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:05.469177+0000", 2024-09-13T14:55:41.636 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0074856999999999996 2024-09-13T14:55:41.636 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.636 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.636 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:41.636 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:07.583568+0000", 2024-09-13T14:55:41.636 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.114391329 2024-09-13T14:55:41.636 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.636 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.636 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:55:41.636 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:07.590387+0000", 2024-09-13T14:55:41.637 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.006818307 2024-09-13T14:55:41.637 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.637 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.637 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,7", 2024-09-13T14:55:41.637 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:07.603506+0000", 2024-09-13T14:55:41.637 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.013119113 2024-09-13T14:55:41.637 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.637 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.637 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:55:41.637 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:07.645896+0000", 2024-09-13T14:55:41.637 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.042390348000000001 2024-09-13T14:55:41.638 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.638 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.638 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:55:41.638 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:07.739023+0000", 2024-09-13T14:55:41.638 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.093126938000000006 2024-09-13T14:55:41.638 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.638 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.638 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:55:41.638 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:07.741182+0000", 2024-09-13T14:55:41.638 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00215839 2024-09-13T14:55:41.638 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.639 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.639 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:55:41.639 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:07.744418+0000", 2024-09-13T14:55:41.639 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0032361270000000001 2024-09-13T14:55:41.639 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.639 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.640 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:55:41.640 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:07.760034+0000", 2024-09-13T14:55:41.640 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.015615817000000001 2024-09-13T14:55:41.640 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:41.640 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:55:41.640 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:41.640 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.641 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.641 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:138619 8.5 8:a2bd555b:::benchmark_data_smithi071_245775_object17321:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1240)", 2024-09-13T14:55:41.641 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:54:06.215345+0000", 2024-09-13T14:55:41.641 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 95.362657580000004, 2024-09-13T14:55:41.641 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.5462590519999999, 2024-09-13T14:55:41.641 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:55:41.641 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:55:41.641 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:55:41.641 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:55:41.641 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:55:41.641 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 138619 2024-09-13T14:55:41.642 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.642 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:55:41.642 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.642 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:55:41.642 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:06.215345+0000", 2024-09-13T14:55:41.642 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:41.642 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.642 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.642 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:55:41.642 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:06.215345+0000", 2024-09-13T14:55:41.642 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:41.643 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.643 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.643 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:55:41.643 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:06.215343+0000", 2024-09-13T14:55:41.643 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:55:41.643 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.643 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.643 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:55:41.643 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:06.215350+0000", 2024-09-13T14:55:41.643 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.5869999999999998e-06 2024-09-13T14:55:41.643 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.644 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.644 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:55:41.644 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:06.215364+0000", 2024-09-13T14:55:41.644 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.4079e-05 2024-09-13T14:55:41.644 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.644 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.644 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:55:41.644 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:06.215373+0000", 2024-09-13T14:55:41.644 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.6119999999999999e-06 2024-09-13T14:55:41.644 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.644 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.645 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:41.645 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:06.397040+0000", 2024-09-13T14:55:41.645 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.181667211 2024-09-13T14:55:41.645 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.645 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.645 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:55:41.645 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:06.405325+0000", 2024-09-13T14:55:41.645 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0082848139999999997 2024-09-13T14:55:41.645 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.645 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.645 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:41.645 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:06.451205+0000", 2024-09-13T14:55:41.646 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.045880508 2024-09-13T14:55:41.646 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.646 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.646 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:55:41.646 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:06.458742+0000", 2024-09-13T14:55:41.646 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0075364799999999999 2024-09-13T14:55:41.646 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.646 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.646 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:41.646 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:08.703243+0000", 2024-09-13T14:55:41.646 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.244501504 2024-09-13T14:55:41.646 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.647 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.647 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:55:41.647 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:08.709987+0000", 2024-09-13T14:55:41.647 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0067440160000000002 2024-09-13T14:55:41.647 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.647 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.647 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,7", 2024-09-13T14:55:41.647 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:08.724105+0000", 2024-09-13T14:55:41.647 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.014117452000000001 2024-09-13T14:55:41.647 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.647 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.648 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:55:41.648 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:08.739003+0000", 2024-09-13T14:55:41.648 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.014898221999999999 2024-09-13T14:55:41.648 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.648 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.648 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:55:41.648 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:08.741038+0000", 2024-09-13T14:55:41.648 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0020354980000000002 2024-09-13T14:55:41.648 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.648 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.648 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:55:41.649 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:08.741744+0000", 2024-09-13T14:55:41.649 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00070537400000000004 2024-09-13T14:55:41.649 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.649 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.649 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:55:41.649 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:08.745357+0000", 2024-09-13T14:55:41.649 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0036128279999999998 2024-09-13T14:55:41.649 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.649 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.649 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:55:41.649 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:08.761604+0000", 2024-09-13T14:55:41.650 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.016247287999999999 2024-09-13T14:55:41.650 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:41.650 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:55:41.650 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:41.650 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.650 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.650 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:138901 8.5 8:a5f3b360:::benchmark_data_smithi071_245775_object17603:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1240)", 2024-09-13T14:55:41.650 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:54:08.818413+0000", 2024-09-13T14:55:41.650 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 92.759589211000005, 2024-09-13T14:55:41.650 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.4763686360000001, 2024-09-13T14:55:41.650 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:55:41.651 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:55:41.651 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:55:41.651 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:55:41.651 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:55:41.651 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 138901 2024-09-13T14:55:41.651 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.651 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:55:41.651 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.651 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:55:41.651 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:08.818413+0000", 2024-09-13T14:55:41.651 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:41.652 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.652 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.652 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:55:41.652 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:08.818413+0000", 2024-09-13T14:55:41.652 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:41.652 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.652 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.652 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:55:41.652 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:08.818411+0000", 2024-09-13T14:55:41.652 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999976 2024-09-13T14:55:41.652 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.653 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.653 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:55:41.653 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:08.818421+0000", 2024-09-13T14:55:41.653 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0395e-05 2024-09-13T14:55:41.653 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.653 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.653 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:55:41.653 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:08.818436+0000", 2024-09-13T14:55:41.653 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.5234e-05 2024-09-13T14:55:41.653 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.653 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.653 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:55:41.654 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:08.818444+0000", 2024-09-13T14:55:41.654 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.6569999999999997e-06 2024-09-13T14:55:41.654 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.654 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.654 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:41.654 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:08.986310+0000", 2024-09-13T14:55:41.654 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.16786587 2024-09-13T14:55:41.654 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.654 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.654 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:55:41.654 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:08.993737+0000", 2024-09-13T14:55:41.655 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0074272699999999997 2024-09-13T14:55:41.655 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.655 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.655 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:41.655 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:09.052141+0000", 2024-09-13T14:55:41.655 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.058403405999999998 2024-09-13T14:55:41.655 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.655 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.655 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:55:41.655 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:09.059987+0000", 2024-09-13T14:55:41.655 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0078463620000000008 2024-09-13T14:55:41.655 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.656 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.656 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:41.656 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:11.204792+0000", 2024-09-13T14:55:41.656 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.1448053859999998 2024-09-13T14:55:41.656 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.656 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.656 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:55:41.656 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:11.210867+0000", 2024-09-13T14:55:41.656 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0060748069999999998 2024-09-13T14:55:41.656 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.656 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.657 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,7", 2024-09-13T14:55:41.657 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:11.222938+0000", 2024-09-13T14:55:41.657 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0120707 2024-09-13T14:55:41.657 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.657 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.657 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:55:41.657 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:11.272583+0000", 2024-09-13T14:55:41.657 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.049644915999999997 2024-09-13T14:55:41.657 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.657 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.657 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:55:41.658 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:11.274583+0000", 2024-09-13T14:55:41.658 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.002000393 2024-09-13T14:55:41.658 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.658 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.658 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:55:41.658 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:11.275269+0000", 2024-09-13T14:55:41.658 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00068547599999999997 2024-09-13T14:55:41.658 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.658 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.658 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:55:41.658 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:11.278771+0000", 2024-09-13T14:55:41.658 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0035020770000000001 2024-09-13T14:55:41.659 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.659 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.659 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:55:41.659 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:11.294782+0000", 2024-09-13T14:55:41.659 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.016011213 2024-09-13T14:55:41.659 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:41.659 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:55:41.659 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:41.659 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.659 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.659 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:138906 8.5 8:af29b183:::benchmark_data_smithi071_245775_object17608:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1240)", 2024-09-13T14:55:41.660 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:54:08.981925+0000", 2024-09-13T14:55:41.660 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 92.596077288000004, 2024-09-13T14:55:41.660 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.548332314, 2024-09-13T14:55:41.660 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:55:41.660 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:55:41.660 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:55:41.660 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:55:41.660 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:55:41.660 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 138906 2024-09-13T14:55:41.660 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.660 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:55:41.661 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.661 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:55:41.661 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:08.981925+0000", 2024-09-13T14:55:41.661 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:41.661 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.661 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.661 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:55:41.661 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:08.981925+0000", 2024-09-13T14:55:41.661 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:41.661 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.661 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.662 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:55:41.662 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:08.981924+0000", 2024-09-13T14:55:41.662 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:55:41.662 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.662 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.662 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:55:41.662 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:08.981930+0000", 2024-09-13T14:55:41.662 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.02e-06 2024-09-13T14:55:41.662 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.662 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.662 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:55:41.662 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:08.981942+0000", 2024-09-13T14:55:41.663 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2431e-05 2024-09-13T14:55:41.663 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.663 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.663 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:55:41.663 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:08.981949+0000", 2024-09-13T14:55:41.663 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.1099999999999999e-06 2024-09-13T14:55:41.663 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.663 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.663 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:41.663 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:09.016028+0000", 2024-09-13T14:55:41.663 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.034079458 2024-09-13T14:55:41.663 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.664 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.664 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:55:41.664 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:09.024322+0000", 2024-09-13T14:55:41.664 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0082941850000000008 2024-09-13T14:55:41.664 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.664 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.664 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:41.664 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:09.089416+0000", 2024-09-13T14:55:41.664 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.065093474999999998 2024-09-13T14:55:41.664 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.665 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.665 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:55:41.665 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:09.097981+0000", 2024-09-13T14:55:41.665 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0085658720000000004 2024-09-13T14:55:41.665 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.665 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.665 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:41.665 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:11.347601+0000", 2024-09-13T14:55:41.665 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.249619837 2024-09-13T14:55:41.665 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.665 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.666 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:55:41.666 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:11.353691+0000", 2024-09-13T14:55:41.666 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0060898929999999999 2024-09-13T14:55:41.666 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.666 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.666 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,7", 2024-09-13T14:55:41.666 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:11.365817+0000", 2024-09-13T14:55:41.666 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.012125456 2024-09-13T14:55:41.666 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.666 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.666 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:55:41.666 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:11.473499+0000", 2024-09-13T14:55:41.667 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.10768243299999999 2024-09-13T14:55:41.667 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.667 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.667 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:55:41.667 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:11.505567+0000", 2024-09-13T14:55:41.667 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.032067790999999998 2024-09-13T14:55:41.667 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.667 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.667 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:55:41.667 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:11.507656+0000", 2024-09-13T14:55:41.667 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0020894809999999998 2024-09-13T14:55:41.668 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.668 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.668 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:55:41.668 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:11.511177+0000", 2024-09-13T14:55:41.668 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0035205620000000001 2024-09-13T14:55:41.668 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.668 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.668 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:55:41.668 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:11.530258+0000", 2024-09-13T14:55:41.668 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.01908056 2024-09-13T14:55:41.669 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:41.669 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:55:41.669 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:41.669 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.669 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.669 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:138911 8.5 8:afe5184c:::benchmark_data_smithi071_245775_object17613:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1240)", 2024-09-13T14:55:41.669 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:54:09.018256+0000", 2024-09-13T14:55:41.669 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 92.559746269000001, 2024-09-13T14:55:41.669 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.5440102160000002, 2024-09-13T14:55:41.669 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:55:41.670 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:55:41.670 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:55:41.670 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:55:41.670 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:55:41.670 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:55:41.672 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 138911 2024-09-13T14:55:41.672 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.672 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:55:41.672 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.672 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:55:41.672 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:09.018256+0000", 2024-09-13T14:55:41.673 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:41.673 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.673 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.673 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:55:41.673 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:09.018256+0000", 2024-09-13T14:55:41.673 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:41.673 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.673 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.673 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:55:41.673 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:09.018255+0000", 2024-09-13T14:55:41.673 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:55:41.674 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.674 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.674 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:55:41.674 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:09.018262+0000", 2024-09-13T14:55:41.674 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.8220000000000001e-06 2024-09-13T14:55:41.674 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.674 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.674 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:55:41.674 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:09.018274+0000", 2024-09-13T14:55:41.674 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2376e-05 2024-09-13T14:55:41.674 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.675 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.675 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:55:41.675 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:09.018282+0000", 2024-09-13T14:55:41.675 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.5619999999999998e-06 2024-09-13T14:55:41.675 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.675 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.675 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:41.675 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:09.098840+0000", 2024-09-13T14:55:41.675 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.080557982 2024-09-13T14:55:41.675 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.676 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.676 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:55:41.676 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:09.107178+0000", 2024-09-13T14:55:41.676 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0083388569999999999 2024-09-13T14:55:41.676 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.676 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.676 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:41.676 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:09.146133+0000", 2024-09-13T14:55:41.676 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.038954739000000002 2024-09-13T14:55:41.676 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.677 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.677 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:55:41.677 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:09.153713+0000", 2024-09-13T14:55:41.677 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0075794110000000003 2024-09-13T14:55:41.677 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.677 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.677 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:41.677 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:11.406656+0000", 2024-09-13T14:55:41.677 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.252943074 2024-09-13T14:55:41.677 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.677 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.678 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:55:41.678 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:11.416622+0000", 2024-09-13T14:55:41.678 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0099658639999999996 2024-09-13T14:55:41.678 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.678 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.678 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,7", 2024-09-13T14:55:41.678 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:11.430210+0000", 2024-09-13T14:55:41.678 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.013588243999999999 2024-09-13T14:55:41.678 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.678 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.678 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:55:41.679 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:11.503537+0000", 2024-09-13T14:55:41.679 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.073327574000000006 2024-09-13T14:55:41.679 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.679 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.679 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:55:41.679 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:11.533410+0000", 2024-09-13T14:55:41.679 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.029872431000000001 2024-09-13T14:55:41.679 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.679 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.679 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:55:41.679 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:11.535790+0000", 2024-09-13T14:55:41.680 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0023798309999999998 2024-09-13T14:55:41.680 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.680 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.680 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:55:41.680 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:11.543209+0000", 2024-09-13T14:55:41.680 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00741905 2024-09-13T14:55:41.680 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.680 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.680 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:55:41.680 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:11.562266+0000", 2024-09-13T14:55:41.681 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.019057714 2024-09-13T14:55:41.681 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:41.681 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:55:41.681 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:41.681 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.681 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.681 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:138951 8.5 8:ad1b03a8:::benchmark_data_smithi071_245775_object17653:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1240)", 2024-09-13T14:55:41.681 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:54:09.690961+0000", 2024-09-13T14:55:41.681 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 91.887041807000003, 2024-09-13T14:55:41.681 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.6215915270000001, 2024-09-13T14:55:41.681 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:55:41.681 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:55:41.682 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:55:41.682 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:55:41.682 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:55:41.682 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 138951 2024-09-13T14:55:41.682 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.682 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:55:41.682 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.682 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:55:41.682 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:09.690961+0000", 2024-09-13T14:55:41.682 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:41.682 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.683 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.683 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:55:41.683 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:09.690961+0000", 2024-09-13T14:55:41.683 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:41.683 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.683 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.683 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:55:41.683 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:09.690959+0000", 2024-09-13T14:55:41.683 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:55:41.683 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.683 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.683 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:55:41.684 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:09.690966+0000", 2024-09-13T14:55:41.684 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.7309999999999996e-06 2024-09-13T14:55:41.684 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.684 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.684 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:55:41.684 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:09.690976+0000", 2024-09-13T14:55:41.684 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.8660000000000001e-06 2024-09-13T14:55:41.684 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.684 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.684 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:55:41.684 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:09.690983+0000", 2024-09-13T14:55:41.685 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.294e-06 2024-09-13T14:55:41.685 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.685 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.685 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:41.685 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:09.894371+0000", 2024-09-13T14:55:41.685 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.203387556 2024-09-13T14:55:41.685 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.685 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.685 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:55:41.685 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:09.909077+0000", 2024-09-13T14:55:41.685 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.014706479999999999 2024-09-13T14:55:41.686 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.686 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.686 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:41.686 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:09.954182+0000", 2024-09-13T14:55:41.686 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.045104941000000003 2024-09-13T14:55:41.686 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.686 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.686 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:55:41.686 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:09.962646+0000", 2024-09-13T14:55:41.686 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0084637700000000007 2024-09-13T14:55:41.686 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.687 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.687 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:41.687 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:12.130624+0000", 2024-09-13T14:55:41.687 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.1679776569999998 2024-09-13T14:55:41.687 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.687 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.687 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:55:41.687 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:12.136712+0000", 2024-09-13T14:55:41.687 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0060885239999999997 2024-09-13T14:55:41.687 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.687 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.687 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,7", 2024-09-13T14:55:41.687 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:12.148837+0000", 2024-09-13T14:55:41.688 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.012124413000000001 2024-09-13T14:55:41.688 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.688 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.688 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:55:41.688 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:12.285291+0000", 2024-09-13T14:55:41.688 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.136453939 2024-09-13T14:55:41.688 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.688 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.688 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:55:41.688 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:12.289113+0000", 2024-09-13T14:55:41.688 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0038228229999999999 2024-09-13T14:55:41.688 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.689 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.689 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:55:41.689 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:12.292647+0000", 2024-09-13T14:55:41.689 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0035330790000000002 2024-09-13T14:55:41.689 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.689 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.689 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:55:41.689 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:12.295998+0000", 2024-09-13T14:55:41.689 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.003351237 2024-09-13T14:55:41.689 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.690 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.690 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:55:41.690 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:12.312552+0000", 2024-09-13T14:55:41.690 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.016554433 2024-09-13T14:55:41.690 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:41.690 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:55:41.690 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:41.690 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.690 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.690 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:139206 8.5 8:a2018a77:::benchmark_data_smithi071_245775_object17908:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1241)", 2024-09-13T14:55:41.690 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:54:11.121468+0000", 2024-09-13T14:55:41.691 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 90.456534783999999, 2024-09-13T14:55:41.691 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.5270220239999999, 2024-09-13T14:55:41.691 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:55:41.691 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:55:41.691 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:55:41.691 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:55:41.691 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:55:41.691 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 139206 2024-09-13T14:55:41.691 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.691 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:55:41.691 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.692 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:55:41.692 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:11.121468+0000", 2024-09-13T14:55:41.692 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:41.692 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.692 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.692 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:55:41.692 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:11.121468+0000", 2024-09-13T14:55:41.692 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:41.692 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.692 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.692 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:55:41.693 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:11.121466+0000", 2024-09-13T14:55:41.693 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:55:41.693 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.693 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.693 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:55:41.693 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:11.121472+0000", 2024-09-13T14:55:41.693 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.054e-06 2024-09-13T14:55:41.693 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.693 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.693 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:55:41.693 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:11.121484+0000", 2024-09-13T14:55:41.694 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1197e-05 2024-09-13T14:55:41.694 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.694 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.694 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:55:41.694 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:11.121491+0000", 2024-09-13T14:55:41.694 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.8680000000000001e-06 2024-09-13T14:55:41.694 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.694 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.694 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:41.694 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:11.130593+0000", 2024-09-13T14:55:41.694 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0091026849999999992 2024-09-13T14:55:41.695 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.695 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.695 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:55:41.695 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:11.138227+0000", 2024-09-13T14:55:41.695 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0076342459999999999 2024-09-13T14:55:41.695 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.695 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.695 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:41.695 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:11.262660+0000", 2024-09-13T14:55:41.695 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.12443232899999999 2024-09-13T14:55:41.695 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.696 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.696 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:55:41.696 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:11.270453+0000", 2024-09-13T14:55:41.696 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0077936120000000001 2024-09-13T14:55:41.696 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.696 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.696 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:41.696 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:13.541735+0000", 2024-09-13T14:55:41.696 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.2712817410000001 2024-09-13T14:55:41.696 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.696 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.697 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:55:41.697 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:13.548841+0000", 2024-09-13T14:55:41.697 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0071062010000000004 2024-09-13T14:55:41.697 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.697 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.697 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,7", 2024-09-13T14:55:41.697 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:13.563528+0000", 2024-09-13T14:55:41.697 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.014686892999999999 2024-09-13T14:55:41.697 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.697 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.697 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:55:41.697 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:13.588633+0000", 2024-09-13T14:55:41.698 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.025104886 2024-09-13T14:55:41.698 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.698 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.698 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:55:41.698 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:13.590663+0000", 2024-09-13T14:55:41.698 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0020294879999999999 2024-09-13T14:55:41.698 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.698 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.698 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:55:41.698 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:13.626238+0000", 2024-09-13T14:55:41.698 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.035574992999999999 2024-09-13T14:55:41.698 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.699 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.699 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:55:41.699 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:13.630453+0000", 2024-09-13T14:55:41.699 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0042152400000000003 2024-09-13T14:55:41.699 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.699 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.699 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:55:41.699 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:13.648490+0000", 2024-09-13T14:55:41.699 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.018036851999999999 2024-09-13T14:55:41.699 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:41.699 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:55:41.699 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:41.700 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.700 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.700 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:139267 8.5 8:af983432:::benchmark_data_smithi071_245775_object17969:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1241)", 2024-09-13T14:55:41.700 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:54:11.880928+0000", 2024-09-13T14:55:41.700 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 89.697074248000007, 2024-09-13T14:55:41.700 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.6333829010000001, 2024-09-13T14:55:41.700 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:55:41.700 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:55:41.700 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:55:41.700 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:55:41.700 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:55:41.701 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 139267 2024-09-13T14:55:41.701 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.701 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:55:41.701 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.701 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:55:41.701 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:11.880928+0000", 2024-09-13T14:55:41.701 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:41.701 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.701 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.701 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:55:41.701 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:11.880928+0000", 2024-09-13T14:55:41.701 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:41.702 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.702 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.702 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:55:41.702 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:11.880927+0000", 2024-09-13T14:55:41.702 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:55:41.702 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.702 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.702 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:55:41.702 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:11.880933+0000", 2024-09-13T14:55:41.702 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.7309999999999996e-06 2024-09-13T14:55:41.702 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.703 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.703 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:55:41.703 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:11.880947+0000", 2024-09-13T14:55:41.703 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3407999999999999e-05 2024-09-13T14:55:41.703 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.703 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.703 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:55:41.703 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:11.880954+0000", 2024-09-13T14:55:41.703 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.5660000000000001e-06 2024-09-13T14:55:41.703 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.703 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.703 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:41.704 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:12.001202+0000", 2024-09-13T14:55:41.704 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.120247558 2024-09-13T14:55:41.704 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.704 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.704 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:55:41.704 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:12.008662+0000", 2024-09-13T14:55:41.704 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.007460426 2024-09-13T14:55:41.704 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.704 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.704 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:41.704 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:12.069330+0000", 2024-09-13T14:55:41.705 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.060667336000000002 2024-09-13T14:55:41.705 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.705 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.705 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:55:41.705 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:12.076939+0000", 2024-09-13T14:55:41.705 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0076089139999999996 2024-09-13T14:55:41.705 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.705 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.705 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:41.705 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:14.385421+0000", 2024-09-13T14:55:41.705 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.3084819969999999 2024-09-13T14:55:41.705 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.706 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.706 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:55:41.706 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:14.391449+0000", 2024-09-13T14:55:41.706 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0060287589999999999 2024-09-13T14:55:41.706 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.706 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.706 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,7", 2024-09-13T14:55:41.706 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:14.403468+0000", 2024-09-13T14:55:41.706 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.012018591 2024-09-13T14:55:41.706 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.706 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.707 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:55:41.707 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:14.419854+0000", 2024-09-13T14:55:41.707 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.01638564 2024-09-13T14:55:41.707 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.707 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.707 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:55:41.707 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:14.422242+0000", 2024-09-13T14:55:41.707 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.002388355 2024-09-13T14:55:41.707 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.707 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.707 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:55:41.707 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:14.494677+0000", 2024-09-13T14:55:41.708 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.072435262 2024-09-13T14:55:41.708 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.708 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.708 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:55:41.708 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:14.498243+0000", 2024-09-13T14:55:41.708 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0035652980000000002 2024-09-13T14:55:41.708 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.708 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.708 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:55:41.708 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:14.514311+0000", 2024-09-13T14:55:41.708 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.016068606999999999 2024-09-13T14:55:41.709 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:41.709 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:55:41.709 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:41.709 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.709 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.709 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:139453 8.5 8:a20dfa66:::benchmark_data_smithi071_245775_object18155:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1241)", 2024-09-13T14:55:41.709 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:54:13.304271+0000", 2024-09-13T14:55:41.709 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 88.273731726999998, 2024-09-13T14:55:41.709 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.4581979239999998, 2024-09-13T14:55:41.709 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:55:41.710 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:55:41.710 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:55:41.710 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:55:41.710 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:55:41.710 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 139453 2024-09-13T14:55:41.710 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.710 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:55:41.710 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.710 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:55:41.710 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:13.304271+0000", 2024-09-13T14:55:41.710 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:41.710 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.711 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.711 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:55:41.711 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:13.304271+0000", 2024-09-13T14:55:41.711 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:41.711 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.711 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.711 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:55:41.711 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:13.304270+0000", 2024-09-13T14:55:41.711 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:55:41.711 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.711 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.712 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:55:41.712 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:13.304278+0000", 2024-09-13T14:55:41.712 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.3410000000000003e-06 2024-09-13T14:55:41.712 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.712 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.712 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:55:41.712 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:13.304286+0000", 2024-09-13T14:55:41.712 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.5950000000000001e-06 2024-09-13T14:55:41.712 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.712 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.712 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:55:41.713 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:13.304289+0000", 2024-09-13T14:55:41.713 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.8489999999999999e-06 2024-09-13T14:55:41.713 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.713 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.713 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:41.713 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:13.418889+0000", 2024-09-13T14:55:41.713 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.11459945000000001 2024-09-13T14:55:41.713 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.713 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.713 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:55:41.713 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:13.426424+0000", 2024-09-13T14:55:41.714 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0075352270000000002 2024-09-13T14:55:41.714 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.714 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.714 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:41.714 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:13.503075+0000", 2024-09-13T14:55:41.714 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.076651148000000002 2024-09-13T14:55:41.714 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.714 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.714 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:55:41.714 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:13.510620+0000", 2024-09-13T14:55:41.714 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0075452139999999997 2024-09-13T14:55:41.714 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.715 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.715 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:41.715 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:15.684360+0000", 2024-09-13T14:55:41.715 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.1737398990000001 2024-09-13T14:55:41.715 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.715 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.715 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:55:41.716 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:15.690634+0000", 2024-09-13T14:55:41.716 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0062740799999999996 2024-09-13T14:55:41.716 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.716 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.716 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,7", 2024-09-13T14:55:41.716 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:15.703372+0000", 2024-09-13T14:55:41.716 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.012737366999999999 2024-09-13T14:55:41.716 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.716 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.716 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:55:41.716 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:15.730595+0000", 2024-09-13T14:55:41.717 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.027223345999999999 2024-09-13T14:55:41.717 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.717 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.717 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:55:41.717 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:15.731848+0000", 2024-09-13T14:55:41.717 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001253201 2024-09-13T14:55:41.717 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.717 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.717 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:55:41.717 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:15.734990+0000", 2024-09-13T14:55:41.717 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0031412380000000002 2024-09-13T14:55:41.718 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.718 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.718 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:55:41.718 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:15.739231+0000", 2024-09-13T14:55:41.718 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0042411829999999999 2024-09-13T14:55:41.718 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.718 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.718 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:55:41.718 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:15.762469+0000", 2024-09-13T14:55:41.718 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.023237932999999999 2024-09-13T14:55:41.718 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:41.719 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:55:41.719 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:41.719 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.719 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.719 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.35391.0:140976 8.d e1250/1230 8:b8ace6d5:::benchmark_data_smithi071_245775_object19678:head v 1250'8768, mlcod=1245'8766)", 2024-09-13T14:55:41.719 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:54:33.188142+0000", 2024-09-13T14:55:41.719 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 68.389860921999997, 2024-09-13T14:55:41.719 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.0652833460000002, 2024-09-13T14:55:41.719 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:55:41.719 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:55:41.719 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:55:41.720 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.720 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:55:41.720 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:33.188142+0000", 2024-09-13T14:55:41.720 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:41.720 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.720 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.720 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:55:41.720 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:33.188142+0000", 2024-09-13T14:55:41.720 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:41.720 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.720 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.721 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:55:41.721 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:33.188141+0000", 2024-09-13T14:55:41.721 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:55:41.721 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.721 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.721 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:55:41.721 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:33.188147+0000", 2024-09-13T14:55:41.721 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.3049999999999998e-06 2024-09-13T14:55:41.721 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.721 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.721 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:55:41.721 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:33.188167+0000", 2024-09-13T14:55:41.722 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.9726000000000001e-05 2024-09-13T14:55:41.722 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.722 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.722 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:55:41.722 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:33.188173+0000", 2024-09-13T14:55:41.722 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.5830000000000003e-06 2024-09-13T14:55:41.722 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.722 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.722 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:41.722 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:33.190524+0000", 2024-09-13T14:55:41.722 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0023507649999999999 2024-09-13T14:55:41.722 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.723 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.723 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:55:41.723 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:33.190541+0000", 2024-09-13T14:55:41.723 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.6750999999999999e-05 2024-09-13T14:55:41.723 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.723 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.723 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:55:41.723 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:36.253390+0000", 2024-09-13T14:55:41.723 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.0628488040000001 2024-09-13T14:55:41.723 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.723 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.724 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:55:41.724 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:36.253425+0000", 2024-09-13T14:55:41.724 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.5172000000000001e-05 2024-09-13T14:55:41.724 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:41.724 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:55:41.724 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:41.724 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.724 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.724 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:140979 8.5 8:a10481b5:::benchmark_data_smithi071_245775_object19681:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1250)", 2024-09-13T14:55:41.724 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:54:33.204884+0000", 2024-09-13T14:55:41.724 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 68.373118133000006, 2024-09-13T14:55:41.725 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.4255255050000004, 2024-09-13T14:55:41.725 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:55:41.725 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:55:41.725 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:55:41.725 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:55:41.725 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:55:41.725 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 140979 2024-09-13T14:55:41.725 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.725 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:55:41.725 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.725 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:55:41.726 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:33.204884+0000", 2024-09-13T14:55:41.726 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:41.726 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.726 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.726 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:55:41.726 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:33.204884+0000", 2024-09-13T14:55:41.726 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:41.726 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.726 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.726 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:55:41.726 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:33.204883+0000", 2024-09-13T14:55:41.726 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:55:41.727 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.727 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.727 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:55:41.727 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:33.204889+0000", 2024-09-13T14:55:41.727 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.5409999999999997e-06 2024-09-13T14:55:41.727 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.727 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.727 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:55:41.727 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:33.204905+0000", 2024-09-13T14:55:41.727 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.6032000000000002e-05 2024-09-13T14:55:41.727 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.728 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.728 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:55:41.728 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:33.204913+0000", 2024-09-13T14:55:41.728 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.3889999999999999e-06 2024-09-13T14:55:41.728 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.728 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.728 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:41.728 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:38.226988+0000", 2024-09-13T14:55:41.728 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.0220756189999998 2024-09-13T14:55:41.728 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.728 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.729 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:55:41.729 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:38.231580+0000", 2024-09-13T14:55:41.729 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0045916450000000001 2024-09-13T14:55:41.729 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.729 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.729 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:41.729 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:38.254601+0000", 2024-09-13T14:55:41.729 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.023021415 2024-09-13T14:55:41.729 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.729 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.729 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:55:41.730 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:38.259293+0000", 2024-09-13T14:55:41.730 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0046920369999999996 2024-09-13T14:55:41.730 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.730 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.730 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:41.730 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:38.557684+0000", 2024-09-13T14:55:41.730 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.29839040900000002 2024-09-13T14:55:41.730 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.730 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.730 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:55:41.730 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:38.561213+0000", 2024-09-13T14:55:41.730 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0035288770000000001 2024-09-13T14:55:41.731 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.731 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.731 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,7", 2024-09-13T14:55:41.731 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:38.568506+0000", 2024-09-13T14:55:41.731 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0072931869999999996 2024-09-13T14:55:41.731 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.731 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.731 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:55:41.731 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:38.588661+0000", 2024-09-13T14:55:41.731 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.020154859000000001 2024-09-13T14:55:41.731 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.732 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.732 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:55:41.732 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:38.618170+0000", 2024-09-13T14:55:41.732 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.029509118000000001 2024-09-13T14:55:41.732 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.732 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.732 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:55:41.732 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:38.619380+0000", 2024-09-13T14:55:41.732 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0012101309999999999 2024-09-13T14:55:41.732 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.732 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.733 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:55:41.733 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:38.621351+0000", 2024-09-13T14:55:41.733 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0019713579999999999 2024-09-13T14:55:41.733 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.733 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.733 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:55:41.733 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:38.630410+0000", 2024-09-13T14:55:41.733 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0090584710000000002 2024-09-13T14:55:41.733 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:41.733 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:55:41.733 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:41.734 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.734 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.734 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop_reply(client.35391.0:140764 8.5 e1250/1246 ondisk, result = 0)", 2024-09-13T14:55:41.734 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:54:33.227438+0000", 2024-09-13T14:55:41.734 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 68.350564696000006, 2024-09-13T14:55:41.734 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.0413145269999999, 2024-09-13T14:55:41.734 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:55:41.734 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "started", 2024-09-13T14:55:41.734 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:55:41.734 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.734 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:55:41.735 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:33.227438+0000", 2024-09-13T14:55:41.735 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:41.735 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.735 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.735 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:55:41.735 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:33.227438+0000", 2024-09-13T14:55:41.735 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:41.735 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.735 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.735 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:55:41.735 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:33.227437+0000", 2024-09-13T14:55:41.736 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:55:41.736 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.736 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.736 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:55:41.736 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:33.227444+0000", 2024-09-13T14:55:41.736 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.7970000000000003e-06 2024-09-13T14:55:41.736 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.736 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.736 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:55:41.736 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:33.227456+0000", 2024-09-13T14:55:41.736 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2207e-05 2024-09-13T14:55:41.736 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.737 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.737 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:55:41.737 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:33.227465+0000", 2024-09-13T14:55:41.737 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.5290000000000008e-06 2024-09-13T14:55:41.737 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.737 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.737 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:41.737 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:36.267926+0000", 2024-09-13T14:55:41.737 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.040461439 2024-09-13T14:55:41.737 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.737 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.738 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:55:41.738 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:36.268325+0000", 2024-09-13T14:55:41.738 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000398852 2024-09-13T14:55:41.738 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.738 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.738 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:55:41.738 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:36.268752+0000", 2024-09-13T14:55:41.738 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00042743600000000001 2024-09-13T14:55:41.738 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:41.738 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:55:41.738 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:41.738 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.739 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.739 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop_reply(client.35391.0:140764 8.5 e1251/1246 ondisk, result = 0)", 2024-09-13T14:55:41.739 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:54:33.228712+0000", 2024-09-13T14:55:41.739 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 68.349290728, 2024-09-13T14:55:41.739 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.0554742460000002, 2024-09-13T14:55:41.739 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:55:41.739 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "started", 2024-09-13T14:55:41.739 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:55:41.739 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.739 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:55:41.739 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:33.228712+0000", 2024-09-13T14:55:41.740 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:41.740 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.740 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.740 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:55:41.740 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:33.228712+0000", 2024-09-13T14:55:41.740 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:55:41.740 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.740 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.740 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:55:41.740 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:33.228711+0000", 2024-09-13T14:55:41.740 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:55:41.740 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.741 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.741 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:55:41.741 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:33.228717+0000", 2024-09-13T14:55:41.741 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.1530000000000002e-06 2024-09-13T14:55:41.741 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.741 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.741 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:55:41.741 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:33.228730+0000", 2024-09-13T14:55:41.741 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2537999999999999e-05 2024-09-13T14:55:41.741 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.742 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.742 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:55:41.742 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:33.228738+0000", 2024-09-13T14:55:41.742 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.1480000000000006e-06 2024-09-13T14:55:41.742 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.742 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.742 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:55:41.742 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:36.269338+0000", 2024-09-13T14:55:41.742 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.040600247 2024-09-13T14:55:41.742 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.742 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.742 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:55:41.743 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:36.269769+0000", 2024-09-13T14:55:41.743 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00043136299999999998 2024-09-13T14:55:41.743 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:55:41.743 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:55:41.743 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:55:41.743 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:36.284186+0000", 2024-09-13T14:55:41.743 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.014416579000000001 2024-09-13T14:55:41.743 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:41.743 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:55:41.743 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:41.743 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:55:41.744 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:55:41.744 INFO:teuthology.orchestra.run.smithi104.stdout:} 2024-09-13T14:55:41.745 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:41.745 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:41.746 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:55:41.846 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:55:41.869 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:41.870 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:41.870 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:55:41.971 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:55:41.993 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:41.993 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:41.994 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:55:42.095 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:55:42.119 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:42.119 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:42.120 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:55:42.221 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:55:42.248 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:42.248 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:42.249 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:55:42.350 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:55:42.373 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:42.373 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:42.374 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:55:42.474 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:55:42.496 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:42.497 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:42.497 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:55:42.599 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:42.612 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.0 dump_ops_in_flight 2024-09-13T14:55:42.626 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:42.626 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:42.627 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:42.635 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:42 smithi071 ceph-mon[107477]: pgmap v1785: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.1 GiB data, 16 GiB used, 520 GiB / 536 GiB avail; 0 B/s wr, 337 op/s; 58345/252792 objects degraded (23.080%); 17901/252792 objects misplaced (7.081%); 8.1 MiB/s, 129 objects/s recovering 2024-09-13T14:55:42.635 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:42 smithi071 ceph-mon[112785]: pgmap v1785: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.1 GiB data, 16 GiB used, 520 GiB / 536 GiB avail; 0 B/s wr, 337 op/s; 58345/252792 objects degraded (23.080%); 17901/252792 objects misplaced (7.081%); 8.1 MiB/s, 129 objects/s recovering 2024-09-13T14:55:42.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:42 smithi104 ceph-mon[105578]: pgmap v1785: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.1 GiB data, 16 GiB used, 520 GiB / 536 GiB avail; 0 B/s wr, 337 op/s; 58345/252792 objects degraded (23.080%); 17901/252792 objects misplaced (7.081%); 8.1 MiB/s, 129 objects/s recovering 2024-09-13T14:55:42.727 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:55:42.749 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:42.750 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:42.750 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:55:42.851 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:55:42.874 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:42.875 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:42.875 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:55:42.890 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:55:42 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:55:42] "GET /metrics HTTP/1.1" 200 36671 "" "Prometheus/2.51.0" 2024-09-13T14:55:42.976 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:55:42.998 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:42.999 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:42.999 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:55:43.100 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:55:43.123 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:43.124 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:43.125 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:55:43.225 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:55:43.249 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:43.249 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:43.250 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:55:43.350 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:55:43.371 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:43.372 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:43.372 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:55:43.473 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:55:43.495 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:43.496 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:43.496 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:55:43.597 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:55:43.620 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:43.621 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:43.621 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:55:43.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:43 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 58345/252792 objects degraded (23.080%), 16 pgs degraded, 16 pgs undersized (PG_DEGRADED) 2024-09-13T14:55:43.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:43 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 58345/252792 objects degraded (23.080%), 16 pgs degraded, 16 pgs undersized (PG_DEGRADED) 2024-09-13T14:55:43.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:43 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 58345/252792 objects degraded (23.080%), 16 pgs degraded, 16 pgs undersized (PG_DEGRADED) 2024-09-13T14:55:43.722 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:55:43.745 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:43.746 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:43.746 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:55:43.847 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:55:43.870 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:43.871 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:43.871 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:55:43.972 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:43.995 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:43.996 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:43.996 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:44.097 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:55:44.121 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:44.122 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:44.122 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:55:44.223 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:55:44.248 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:44.248 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:44.249 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:55:44.349 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:44.376 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:44.376 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:44.377 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:44.477 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:55:44.504 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:44.505 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:44.505 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:55:44.606 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:55:44.630 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:44.631 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:44.632 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:55:44.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:44 smithi104 ceph-mon[105578]: pgmap v1786: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.1 GiB data, 16 GiB used, 520 GiB / 536 GiB avail; 0 B/s wr, 292 op/s; 58061/251448 objects degraded (23.091%); 17730/251448 objects misplaced (7.051%); 5.8 MiB/s, 93 objects/s recovering 2024-09-13T14:55:44.733 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:55:44.755 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:44.756 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:44.756 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:55:44.757 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:44 smithi071 ceph-mon[107477]: pgmap v1786: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.1 GiB data, 16 GiB used, 520 GiB / 536 GiB avail; 0 B/s wr, 292 op/s; 58061/251448 objects degraded (23.091%); 17730/251448 objects misplaced (7.051%); 5.8 MiB/s, 93 objects/s recovering 2024-09-13T14:55:44.757 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:44 smithi071 ceph-mon[112785]: pgmap v1786: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.1 GiB data, 16 GiB used, 520 GiB / 536 GiB avail; 0 B/s wr, 292 op/s; 58061/251448 objects degraded (23.091%); 17730/251448 objects misplaced (7.051%); 5.8 MiB/s, 93 objects/s recovering 2024-09-13T14:55:44.857 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:44.880 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:44.880 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:44.881 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:44.981 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:45.010 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:45.010 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:45.011 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:45.112 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:55:45.141 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:45.141 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:45.142 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:55:45.242 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:55:45.267 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:45.268 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:45.268 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:55:45.369 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:55:45.396 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:45.397 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:45.397 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:55:45.498 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:55:45.520 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:45.520 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:45.521 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:55:45.622 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:55:45.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:55:45.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:55:45.645 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:45.645 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:45.645 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:55:45.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:55:45.746 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:55:45.770 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:45.770 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:45.771 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:55:45.871 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:55:45.895 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:45.895 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:45.896 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:55:45.996 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:55:46.019 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:46.020 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:46.020 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:55:46.121 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:55:46.144 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:46.145 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:46.145 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:55:46.246 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:55:46.267 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:46.268 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:46.269 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:55:46.369 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:55:46.394 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:46.395 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:46.395 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:55:46.404 INFO:teuthology.orchestra.run.smithi071.stderr:nodeep-scrub is unset 2024-09-13T14:55:46.461 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:46 smithi104 ceph-mon[105578]: pgmap v1787: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.1 GiB data, 16 GiB used, 520 GiB / 536 GiB avail; 0 B/s wr, 294 op/s; 57630/249996 objects degraded (23.052%); 17661/249996 objects misplaced (7.065%); 6.3 MiB/s, 101 objects/s recovering 2024-09-13T14:55:46.461 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:46 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/764518402' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:55:46.462 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:46 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:55:46.496 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:55:46.521 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:46.522 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:46.522 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:55:46.623 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:55:46.649 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:46.650 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:46.650 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:55:46.668 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:46 smithi071 ceph-mon[107477]: pgmap v1787: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.1 GiB data, 16 GiB used, 520 GiB / 536 GiB avail; 0 B/s wr, 294 op/s; 57630/249996 objects degraded (23.052%); 17661/249996 objects misplaced (7.065%); 6.3 MiB/s, 101 objects/s recovering 2024-09-13T14:55:46.669 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:46 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/764518402' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:55:46.669 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:46 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:55:46.669 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:46 smithi071 ceph-mon[112785]: pgmap v1787: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.1 GiB data, 16 GiB used, 520 GiB / 536 GiB avail; 0 B/s wr, 294 op/s; 57630/249996 objects degraded (23.052%); 17661/249996 objects misplaced (7.065%); 6.3 MiB/s, 101 objects/s recovering 2024-09-13T14:55:46.669 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:46 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/764518402' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:55:46.669 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:46 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:55:46.752 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:55:46.777 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:46.780 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:46.781 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:55:46.881 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:55:46.906 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:46.907 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:46.907 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:55:47.008 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:55:47.031 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:47.032 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:47.032 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:55:47.133 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:55:47.156 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:47.157 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:47.158 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:55:47.258 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:47.281 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:47.281 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:47.282 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:47.383 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:55:47.404 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:47.405 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:47.405 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:55:47.506 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:55:47.529 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:47.530 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:47.530 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:55:47.631 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:47.653 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:47.654 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:47.654 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:47.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:47 smithi104 ceph-mon[105578]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T14:55:47.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:47 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T14:55:47.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:47 smithi104 ceph-mon[105578]: osdmap e1256: 8 total, 8 up, 6 in 2024-09-13T14:55:47.754 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:47.776 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:47.776 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:47.777 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:47.877 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:55:47.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:47 smithi071 ceph-mon[107477]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T14:55:47.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:47 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T14:55:47.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:47 smithi071 ceph-mon[107477]: osdmap e1256: 8 total, 8 up, 6 in 2024-09-13T14:55:47.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:47 smithi071 ceph-mon[112785]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T14:55:47.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:47 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T14:55:47.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:47 smithi071 ceph-mon[112785]: osdmap e1256: 8 total, 8 up, 6 in 2024-09-13T14:55:47.902 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:47.903 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:47.903 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:55:48.004 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:55:48.030 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:48.031 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:48.031 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:55:48.132 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:55:48.158 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:48.158 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:48.158 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:55:48.259 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:55:48.282 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:48.283 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:48.283 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:55:48.384 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:55:48.407 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:48.408 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:48.408 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:55:48.509 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:48.534 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:48.535 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:48.535 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:48.636 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:55:48.659 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:48.659 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:48.660 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:55:48.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:48 smithi104 ceph-mon[105578]: pgmap v1789: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.0 GiB data, 16 GiB used, 520 GiB / 536 GiB avail; 0 B/s wr, 276 op/s; 57101/247599 objects degraded (23.062%); 17071/247599 objects misplaced (6.895%); 7.7 MiB/s, 123 objects/s recovering 2024-09-13T14:55:48.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:48 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 57101/247599 objects degraded (23.062%), 16 pgs degraded, 16 pgs undersized (PG_DEGRADED) 2024-09-13T14:55:48.760 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:48.786 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:48.787 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:48.787 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:48.888 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:48.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:48 smithi071 ceph-mon[107477]: pgmap v1789: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.0 GiB data, 16 GiB used, 520 GiB / 536 GiB avail; 0 B/s wr, 276 op/s; 57101/247599 objects degraded (23.062%); 17071/247599 objects misplaced (6.895%); 7.7 MiB/s, 123 objects/s recovering 2024-09-13T14:55:48.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:48 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 57101/247599 objects degraded (23.062%), 16 pgs degraded, 16 pgs undersized (PG_DEGRADED) 2024-09-13T14:55:48.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:48 smithi071 ceph-mon[112785]: pgmap v1789: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.0 GiB data, 16 GiB used, 520 GiB / 536 GiB avail; 0 B/s wr, 276 op/s; 57101/247599 objects degraded (23.062%); 17071/247599 objects misplaced (6.895%); 7.7 MiB/s, 123 objects/s recovering 2024-09-13T14:55:48.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:48 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 57101/247599 objects degraded (23.062%), 16 pgs degraded, 16 pgs undersized (PG_DEGRADED) 2024-09-13T14:55:48.910 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:48.911 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:48.911 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:49.012 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:49.036 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:49.037 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:49.037 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:49.139 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:55:49.162 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:49.163 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:49.163 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:55:49.264 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:55:49.288 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:49.289 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:49.289 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:55:49.390 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:55:49.416 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:49.416 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:49.417 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:55:49.517 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:55:49.543 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:49.544 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:49.544 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:55:49.645 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:49.669 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:49.669 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:49.670 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:49.771 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:55:49.793 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:49.794 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:49.795 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:55:49.895 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:55:49.918 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:49.918 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:49.919 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:55:50.019 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:55:50.045 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:50.045 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:50.046 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:55:50.146 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:50.169 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:50.170 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:50.171 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:50.271 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:55:50.295 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:50.296 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:50.296 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:55:50.397 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:50.428 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:50.428 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:50.429 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:50.529 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:55:50.559 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:50.560 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:50.560 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:55:50.661 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:55:50.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:50 smithi104 ceph-mon[105578]: pgmap v1790: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.0 GiB data, 16 GiB used, 520 GiB / 536 GiB avail; 0 B/s wr, 277 op/s; 56899/247296 objects degraded (23.008%); 17071/247296 objects misplaced (6.903%); 7.7 MiB/s, 123 objects/s recovering 2024-09-13T14:55:50.686 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:50.686 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:50.687 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:55:50.788 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:55:50.812 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:50.812 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:50.813 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:55:50.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:50 smithi071 ceph-mon[107477]: pgmap v1790: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.0 GiB data, 16 GiB used, 520 GiB / 536 GiB avail; 0 B/s wr, 277 op/s; 56899/247296 objects degraded (23.008%); 17071/247296 objects misplaced (6.903%); 7.7 MiB/s, 123 objects/s recovering 2024-09-13T14:55:50.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:50 smithi071 ceph-mon[112785]: pgmap v1790: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 5.0 GiB data, 16 GiB used, 520 GiB / 536 GiB avail; 0 B/s wr, 277 op/s; 56899/247296 objects degraded (23.008%); 17071/247296 objects misplaced (6.903%); 7.7 MiB/s, 123 objects/s recovering 2024-09-13T14:55:50.913 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:50.935 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:50.935 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:50.936 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:51.037 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:55:51.059 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:51.059 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:51.060 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:55:51.136 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:55:51.136 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:55:51.160 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:55:51.160 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:55:51.161 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:51.182 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:55:51.183 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:55:51.188 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:51.189 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:51.189 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:51.204 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:55:51.204 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:55:51.223 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:55:51.223 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:55:51.245 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:55:51.245 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:55:51.273 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T14:55:51.273 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T14:55:51.290 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:55:51.294 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:55:51.294 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:55:51.316 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:51.317 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:51.317 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:55:51.418 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:55:51.441 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:51.442 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:51.442 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:55:51.543 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:55:51.564 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:51.565 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:51.566 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:55:51.667 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:51.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:51 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/542003409' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:55:51.682 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:51 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/542003409' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:55:51.683 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:51 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/542003409' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:55:51.695 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:51.696 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:51.696 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:51.797 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:51.820 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:51.820 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:51.821 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:51.922 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:51.942 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:55:51.950 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:51.951 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:51.952 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:52.053 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:55:52.080 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:52.081 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:52.081 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:55:52.182 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:55:52.212 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:52.212 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:52.213 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:55:52.314 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:55:52.337 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:52.338 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:52.338 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:55:52.439 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:55:52.462 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:52.463 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:52.464 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:55:52.557 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:52 smithi071 ceph-mon[107477]: pgmap v1791: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 4.9 GiB data, 16 GiB used, 521 GiB / 536 GiB avail; 0 B/s wr, 322 op/s; 56083/243126 objects degraded (23.067%); 16296/243126 objects misplaced (6.703%); 8.5 MiB/s, 135 objects/s recovering 2024-09-13T14:55:52.558 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:52 smithi071 ceph-mon[112785]: pgmap v1791: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 4.9 GiB data, 16 GiB used, 521 GiB / 536 GiB avail; 0 B/s wr, 322 op/s; 56083/243126 objects degraded (23.067%); 16296/243126 objects misplaced (6.703%); 8.5 MiB/s, 135 objects/s recovering 2024-09-13T14:55:52.564 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:52.585 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:52.586 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:52.587 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:52.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:52 smithi104 ceph-mon[105578]: pgmap v1791: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 4.9 GiB data, 16 GiB used, 521 GiB / 536 GiB avail; 0 B/s wr, 322 op/s; 56083/243126 objects degraded (23.067%); 16296/243126 objects misplaced (6.703%); 8.5 MiB/s, 135 objects/s recovering 2024-09-13T14:55:52.687 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:52.710 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:52.711 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:52.711 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:52.812 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:52.833 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:52.834 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:52.835 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:52.891 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:55:52 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:55:52] "GET /metrics HTTP/1.1" 200 36672 "" "Prometheus/2.51.0" 2024-09-13T14:55:52.924 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd set noscrub 2024-09-13T14:55:52.935 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:55:52.957 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:52.957 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:52.958 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:55:53.058 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:55:53.082 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:53.082 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:53.083 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:55:53.184 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:55:53.205 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:53.206 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:53.206 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:55:53.307 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:53.334 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:53.334 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:53.335 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:53.436 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:55:53.463 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:53.464 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:53.464 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:55:53.468 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:53 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 56083/243126 objects degraded (23.067%), 16 pgs degraded, 16 pgs undersized (PG_DEGRADED) 2024-09-13T14:55:53.468 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:53 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 56083/243126 objects degraded (23.067%), 16 pgs degraded, 16 pgs undersized (PG_DEGRADED) 2024-09-13T14:55:53.565 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:55:53.588 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:53.589 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:53.589 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:55:53.690 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:53.701 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T14:55:53.703 INFO:teuthology.orchestra.run.smithi071.stderr:dumped all 2024-09-13T14:55:53.715 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:53.716 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:53.716 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:53.817 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:53.842 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:53.843 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:53.843 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:53.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:53 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 56083/243126 objects degraded (23.067%), 16 pgs degraded, 16 pgs undersized (PG_DEGRADED) 2024-09-13T14:55:53.944 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:55:53.966 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:53.967 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:53.967 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:55:54.068 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:54.092 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:54.093 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:54.093 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:54.194 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:55:54.217 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:54.217 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:54.218 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:55:54.318 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:55:54.343 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:54.344 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:54.344 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:55:54.445 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:54.471 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:54.472 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:54.472 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:54.573 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:55:54.598 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:54.599 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:54.600 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:55:54.700 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:54.722 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:54.723 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:54.724 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:54.825 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:55:54.849 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:54.850 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:54.850 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:55:54.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:54 smithi071 ceph-mon[107477]: pgmap v1792: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 4.9 GiB data, 16 GiB used, 521 GiB / 536 GiB avail; 0 B/s wr, 277 op/s; 56083/243126 objects degraded (23.067%); 16296/243126 objects misplaced (6.703%); 8.5 MiB/s, 135 objects/s recovering 2024-09-13T14:55:54.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:54 smithi071 ceph-mon[112785]: pgmap v1792: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 4.9 GiB data, 16 GiB used, 521 GiB / 536 GiB avail; 0 B/s wr, 277 op/s; 56083/243126 objects degraded (23.067%); 16296/243126 objects misplaced (6.703%); 8.5 MiB/s, 135 objects/s recovering 2024-09-13T14:55:54.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:54 smithi104 ceph-mon[105578]: pgmap v1792: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 4.9 GiB data, 16 GiB used, 521 GiB / 536 GiB avail; 0 B/s wr, 277 op/s; 56083/243126 objects degraded (23.067%); 16296/243126 objects misplaced (6.703%); 8.5 MiB/s, 135 objects/s recovering 2024-09-13T14:55:54.950 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:55:54.980 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:54.980 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:54.980 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:55:55.081 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:55:55.106 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:55.107 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:55.107 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:55:55.208 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:55:55.233 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:55.234 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:55.234 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:55:55.245 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=true 2024-09-13T14:55:55.335 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:55:55.357 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:55.358 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:55.358 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:55:55.459 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:55.482 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:55.483 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:55.483 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:55.584 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:55:55.612 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:55.612 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:55.613 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:55:55.714 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:55:55.737 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:55.737 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:55.738 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:55:55.840 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:55:55.864 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:55.865 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:55.865 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:55:55.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:55 smithi071 ceph-mon[107477]: from='client.35604 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T14:55:55.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:55 smithi071 ceph-mon[112785]: from='client.35604 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T14:55:55.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:55 smithi104 ceph-mon[105578]: from='client.35604 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T14:55:55.966 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:55:55.989 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:55.990 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:55.990 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:55:56.091 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:55:56.114 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:56.115 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:56.115 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:55:56.216 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:55:56.246 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:56.247 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:56.247 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:55:56.348 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:55:56.373 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:56.373 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:56.374 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:55:56.475 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:56.499 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:56.500 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:56.500 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:56.601 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:55:56.623 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:56.623 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:56.624 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:55:56.725 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:55:56.748 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:56.748 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:56.749 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:55:56.788 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:56 smithi104 ceph-mon[105578]: pgmap v1793: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 4.9 GiB data, 16 GiB used, 521 GiB / 536 GiB avail; 0 B/s wr, 293 op/s; 55575/241203 objects degraded (23.041%); 16182/241203 objects misplaced (6.709%); 8.5 MiB/s, 135 objects/s recovering 2024-09-13T14:55:56.849 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:56.875 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:56.875 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:56.876 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:56.890 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:56 smithi071 ceph-mon[112785]: pgmap v1793: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 4.9 GiB data, 16 GiB used, 521 GiB / 536 GiB avail; 0 B/s wr, 293 op/s; 55575/241203 objects degraded (23.041%); 16182/241203 objects misplaced (6.709%); 8.5 MiB/s, 135 objects/s recovering 2024-09-13T14:55:56.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:56 smithi071 ceph-mon[107477]: pgmap v1793: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 4.9 GiB data, 16 GiB used, 521 GiB / 536 GiB avail; 0 B/s wr, 293 op/s; 55575/241203 objects degraded (23.041%); 16182/241203 objects misplaced (6.709%); 8.5 MiB/s, 135 objects/s recovering 2024-09-13T14:55:56.977 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:55:57.005 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:57.006 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:57.006 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:55:57.107 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:55:57.130 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:57.131 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:57.131 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:55:57.232 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:57.256 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:57.256 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:57.257 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:57.357 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:55:57.381 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:57.382 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:57.382 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:55:57.483 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:55:57.505 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:57.505 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:57.506 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:55:57.607 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:55:57.628 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:57.629 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:57.629 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:55:57.730 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:57.755 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:57.756 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:57.756 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:57.857 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:55:57.881 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:57.881 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:57.882 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:55:57.983 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:58.010 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:58.010 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:58.011 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:58.112 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:55:58.135 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:58.136 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:58.136 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:55:58.179 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T14:55:58.179 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:55:58.237 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:55:58.259 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:58.259 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:58.260 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:55:58.360 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:55:58.383 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:58.384 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:58.384 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:55:58.485 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:55:58.514 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:58.515 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:58.515 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:55:58.616 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:58.641 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:58.642 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:58.642 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:58.735 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:58 smithi071 ceph-mon[107477]: pgmap v1794: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 4.8 GiB data, 16 GiB used, 521 GiB / 536 GiB avail; 0 B/s wr, 307 op/s; 54950/238020 objects degraded (23.086%); 15389/238020 objects misplaced (6.465%); 8.9 MiB/s, 142 objects/s recovering 2024-09-13T14:55:58.735 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:55:58 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 54950/238020 objects degraded (23.086%), 16 pgs degraded, 16 pgs undersized (PG_DEGRADED) 2024-09-13T14:55:58.735 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:58 smithi071 ceph-mon[112785]: pgmap v1794: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 4.8 GiB data, 16 GiB used, 521 GiB / 536 GiB avail; 0 B/s wr, 307 op/s; 54950/238020 objects degraded (23.086%); 15389/238020 objects misplaced (6.465%); 8.9 MiB/s, 142 objects/s recovering 2024-09-13T14:55:58.735 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:55:58 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 54950/238020 objects degraded (23.086%), 16 pgs degraded, 16 pgs undersized (PG_DEGRADED) 2024-09-13T14:55:58.743 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:55:58.769 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:58.770 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:58.770 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:55:58.871 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:55:58.895 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:58.896 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:58.896 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:55:58.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:58 smithi104 ceph-mon[105578]: pgmap v1794: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 4.8 GiB data, 16 GiB used, 521 GiB / 536 GiB avail; 0 B/s wr, 307 op/s; 54950/238020 objects degraded (23.086%); 15389/238020 objects misplaced (6.465%); 8.9 MiB/s, 142 objects/s recovering 2024-09-13T14:55:58.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:55:58 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 54950/238020 objects degraded (23.086%), 16 pgs degraded, 16 pgs undersized (PG_DEGRADED) 2024-09-13T14:55:58.996 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:55:59.022 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:59.022 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:59.023 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:55:59.123 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:55:59.148 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:59.148 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:59.149 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:55:59.249 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:55:59.272 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:59.272 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:59.273 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:55:59.285 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.0 dump_blocked_ops 2024-09-13T14:55:59.374 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:55:59.402 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:59.403 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:59.403 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:55:59.504 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:59.527 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:59.528 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:59.528 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:59.629 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:59.655 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:59.656 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:59.656 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:59.757 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:55:59.786 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:55:59.787 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:59.788 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:55:59.883 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:55:59.889 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:55:59.915 INFO:teuthology.orchestra.run.smithi071.stdout:{"pg_ready":true,"pg_map":{"version":1792,"stamp":"2024-09-13T14:55:52.782585+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":5309995005,"num_objects":81042,"num_object_clones":0,"num_object_copies":243126,"num_objects_missing_on_primary":3792,"num_objects_missing":3792,"num_objects_degraded":56083,"num_objects_misplaced":16296,"num_objects_unfound":0,"num_objects_dirty":81042,"num_whiteouts":0,"num_read":1,"num_read_kb":1,"num_write":135114,"num_write_kb":6303266,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":16248,"num_bytes_recovered":1061761012,"num_keys_recovered":20,"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":180173,"ondisk_log_size":180173,"up":327,"acting":311,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":336,"num_osds":6,"num_per_pool_osds":6,"num_per_pool_omap_osds":6,"kb":562470912,"kb_used":16556420,"kb_used_data":13453392,"kb_used_omap":203,"kb_used_meta":3102772,"kb_avail":545914492,"statfs":{"total":575970213888,"available":559016439808,"internally_reserved":0,"allocated":13776273408,"data_stored":13759141291,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":208104,"internal_metadata":3177239320},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[1,1,1,0,0,1,3,1,1,6,3],"upper_bound":2048},"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":-181796864,"num_objects":-2774,"num_object_clones":0,"num_object_copies":-8322,"num_objects_missing_on_primary":-198,"num_objects_missing":-198,"num_objects_degraded":-1978,"num_objects_misplaced":-1434,"num_objects_unfound":0,"num_objects_dirty":-2774,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2774,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":1353,"num_bytes_recovered":88670208,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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.003302"},"pg_stats":[{"pgid":"8.18","version":"1256'9276","reported_seq":9354,"reported_epoch":1256,"state":"active+remapped+backfill_wait","last_fresh":"2024-09-13T14:55:50.202231+0000","last_change":"2024-09-13T14:54:29.224583+0000","last_active":"2024-09-13T14:55:50.202231+0000","last_peered":"2024-09-13T14:55:50.202231+0000","last_clean":"2024-09-13T14:53:14.944984+0000","last_became_active":"2024-09-13T14:54:29.217202+0000","last_became_peered":"2024-09-13T14:54:29.217202+0000","last_unstale":"2024-09-13T14:55:50.202231+0000","last_undegraded":"2024-09-13T14:55:50.202231+0000","last_fullsized":"2024-09-13T14:55:50.202231+0000","mapping_epoch":1248,"log_start":"1213'3000","ondisk_log_start":"1213'3000","created":1246,"last_epoch_clean":1208,"parent":"0.0","parent_split_bits":5,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":6276,"log_dups_size":0,"ondisk_log_size":6276,"stats_invalid":true,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"queued for scrub","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":166002688,"num_objects":2533,"num_object_clones":0,"num_object_copies":7599,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":2533,"num_objects_unfound":0,"num_objects_dirty":2533,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":4934,"num_write_kb":238944,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"avail_no_missing":["5","1","3"],"object_location_counts":[{"shards":"1,3,5","objects":2533}],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.14","version":"0'0","reported_seq":316,"reported_epoch":1256,"state":"active+clean","last_fresh":"2024-09-13T14:55:46.426216+0000","last_change":"2024-09-13T14:53:15.983925+0000","last_active":"2024-09-13T14:55:46.426216+0000","last_peered":"2024-09-13T14:55:46.426216+0000","last_clean":"2024-09-13T14:55:46.426216+0000","last_became_active":"2024-09-13T14:53:15.983577+0000","last_became_peered":"2024-09-13T14:53:15.983577+0000","last_unstale":"2024-09-13T14:55:46.426216+0000","last_undegraded":"2024-09-13T14:55:46.426216+0000","last_fullsized":"2024-09-13T14:55:46.426216+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:47:03.467240+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.13","version":"70'2","reported_seq":43,"reported_epoch":1255,"state":"active+clean","last_fresh":"2024-09-13T14:55:38.997695+0000","last_change":"2024-09-13T14:53:16.055787+0000","last_active":"2024-09-13T14:55:38.997695+0000","last_peered":"2024-09-13T14:55:38.997695+0000","last_clean":"2024-09-13T14:55:38.997695+0000","last_became_active":"2024-09-13T14:53:15.974570+0000","last_became_peered":"2024-09-13T14:53:15.974570+0000","last_unstale":"2024-09-13T14:55:38.997695+0000","last_undegraded":"2024-09-13T14:55:38.997695+0000","last_fullsized":"2024-09-13T14:55:38.997695+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T22:28:24.752497+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":4,"num_bytes_recovered":68,"num_keys_recovered":20,"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":"8.19","version":"1256'9586","reported_seq":9690,"reported_epoch":1256,"state":"active+undersized+degraded+remapped+backfill_wait","last_fresh":"2024-09-13T14:55:50.610603+0000","last_change":"2024-09-13T14:54:29.226092+0000","last_active":"2024-09-13T14:55:50.610603+0000","last_peered":"2024-09-13T14:55:50.610603+0000","last_clean":"2024-09-13T14:51:18.738063+0000","last_became_active":"2024-09-13T14:54:29.217126+0000","last_became_peered":"2024-09-13T14:54:29.217126+0000","last_unstale":"2024-09-13T14:55:50.610603+0000","last_undegraded":"2024-09-13T14:54:29.211533+0000","last_fullsized":"2024-09-13T14:54:29.211364+0000","mapping_epoch":1248,"log_start":"1212'1100","ondisk_log_start":"1212'1100","created":1246,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":5,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":8486,"log_dups_size":0,"ondisk_log_size":8486,"stats_invalid":true,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"no scrub is scheduled","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":172556288,"num_objects":2633,"num_object_clones":0,"num_object_copies":7899,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":2632,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2633,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":5101,"num_write_kb":247488,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":1,"num_bytes_recovered":65536,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[0,5],"avail_no_missing":["0","5"],"object_location_counts":[{"shards":"0,5","objects":2633}],"blocked_by":[],"up_primary":6,"acting_primary":0,"purged_snaps":[]},{"pgid":"4.15","version":"0'0","reported_seq":1243,"reported_epoch":1255,"state":"active+clean","last_fresh":"2024-09-13T14:55:40.976268+0000","last_change":"2024-09-13T14:53:15.968647+0000","last_active":"2024-09-13T14:55:40.976268+0000","last_peered":"2024-09-13T14:55:40.976268+0000","last_clean":"2024-09-13T14:55:40.976268+0000","last_became_active":"2024-09-13T14:53:15.968271+0000","last_became_peered":"2024-09-13T14:53:15.968271+0000","last_unstale":"2024-09-13T14:55:40.976268+0000","last_undegraded":"2024-09-13T14:55:40.976268+0000","last_fullsized":"2024-09-13T14:55:40.976268+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:40:54.186616+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[5,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.12","version":"0'0","reported_seq":1735,"reported_epoch":1256,"state":"active+clean","last_fresh":"2024-09-13T14:55:46.401543+0000","last_change":"2024-09-13T14:53:15.989304+0000","last_active":"2024-09-13T14:55:46.401543+0000","last_peered":"2024-09-13T14:55:46.401543+0000","last_clean":"2024-09-13T14:55:46.401543+0000","last_became_active":"2024-09-13T14:53:15.988472+0000","last_became_peered":"2024-09-13T14:53:15.988472+0000","last_unstale":"2024-09-13T14:55:46.401543+0000","last_undegraded":"2024-09-13T14:55:46.401543+0000","last_fullsized":"2024-09-13T14:55:46.401543+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:44:02.695421+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.16","version":"0'0","reported_seq":1731,"reported_epoch":1256,"state":"active+clean","last_fresh":"2024-09-13T14:55:46.407222+0000","last_change":"2024-09-13T14:53:15.978673+0000","last_active":"2024-09-13T14:55:46.407222+0000","last_peered":"2024-09-13T14:55:46.407222+0000","last_clean":"2024-09-13T14:55:46.407222+0000","last_became_active":"2024-09-13T14:53:15.977443+0000","last_became_peered":"2024-09-13T14:53:15.977443+0000","last_unstale":"2024-09-13T14:55:46.407222+0000","last_undegraded":"2024-09-13T14:55:46.407222+0000","last_fullsized":"2024-09-13T14:55:46.407222+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:52:50.709751+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[0,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.11","version":"0'0","reported_seq":37,"reported_epoch":1255,"state":"active+clean","last_fresh":"2024-09-13T14:55:38.997603+0000","last_change":"2024-09-13T14:53:15.980372+0000","last_active":"2024-09-13T14:55:38.997603+0000","last_peered":"2024-09-13T14:55:38.997603+0000","last_clean":"2024-09-13T14:55:38.997603+0000","last_became_active":"2024-09-13T14:53:15.980031+0000","last_became_peered":"2024-09-13T14:53:15.980031+0000","last_unstale":"2024-09-13T14:55:38.997603+0000","last_undegraded":"2024-09-13T14:55:38.997603+0000","last_fullsized":"2024-09-13T14:55:38.997603+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:10:52.194347+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.17","version":"0'0","reported_seq":37,"reported_epoch":1255,"state":"active+clean","last_fresh":"2024-09-13T14:55:43.999655+0000","last_change":"2024-09-13T14:53:15.982134+0000","last_active":"2024-09-13T14:55:43.999655+0000","last_peered":"2024-09-13T14:55:43.999655+0000","last_clean":"2024-09-13T14:55:43.999655+0000","last_became_active":"2024-09-13T14:53:15.980447+0000","last_became_peered":"2024-09-13T14:53:15.980447+0000","last_unstale":"2024-09-13T14:55:43.999655+0000","last_undegraded":"2024-09-13T14:55:43.999655+0000","last_fullsized":"2024-09-13T14:55:43.999655+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:44:45.942344+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[7,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.10","version":"70'8","reported_seq":1093,"reported_epoch":1255,"state":"active+clean","last_fresh":"2024-09-13T14:55:24.071834+0000","last_change":"2024-09-13T14:52:34.223782+0000","last_active":"2024-09-13T14:55:24.071834+0000","last_peered":"2024-09-13T14:55:24.071834+0000","last_clean":"2024-09-13T14:55:24.071834+0000","last_became_active":"2024-09-13T14:52:34.222944+0000","last_became_peered":"2024-09-13T14:52:34.222944+0000","last_unstale":"2024-09-13T14:55:24.071834+0000","last_undegraded":"2024-09-13T14:55:24.071834+0000","last_fullsized":"2024-09-13T14:55:24.071834+0000","mapping_epoch":1223,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1224,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T21:56:52.446948+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":[6,5,3],"acting":[6,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"8.4","version":"1256'9554","reported_seq":9648,"reported_epoch":1256,"state":"active+undersized+degraded+remapped+backfill_wait","last_fresh":"2024-09-13T14:55:50.192975+0000","last_change":"2024-09-13T14:54:27.895044+0000","last_active":"2024-09-13T14:55:50.192975+0000","last_peered":"2024-09-13T14:55:50.192975+0000","last_clean":"2024-09-13T14:51:18.738063+0000","last_became_active":"2024-09-13T14:54:27.887626+0000","last_became_peered":"2024-09-13T14:54:27.887626+0000","last_unstale":"2024-09-13T14:55:50.192975+0000","last_undegraded":"2024-09-13T14:54:27.879467+0000","last_fullsized":"2024-09-13T14:54:27.879328+0000","mapping_epoch":1223,"log_start":"1213'3100","ondisk_log_start":"1213'3100","created":1207,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":6454,"log_dups_size":0,"ondisk_log_size":6454,"stats_invalid":true,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"queued for scrub","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":162168832,"num_objects":2474,"num_object_clones":0,"num_object_copies":7422,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":2471,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2474,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":5130,"num_write_kb":243360,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":4,"num_bytes_recovered":262144,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[5,3],"avail_no_missing":["5","3"],"object_location_counts":[{"shards":"3,5","objects":2474}],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.f","version":"70'1","reported_seq":41,"reported_epoch":1255,"state":"active+clean","last_fresh":"2024-09-13T14:55:33.997114+0000","last_change":"2024-09-13T14:53:16.087471+0000","last_active":"2024-09-13T14:55:33.997114+0000","last_peered":"2024-09-13T14:55:33.997114+0000","last_clean":"2024-09-13T14:55:33.997114+0000","last_became_active":"2024-09-13T14:53:15.981930+0000","last_became_peered":"2024-09-13T14:53:15.981930+0000","last_unstale":"2024-09-13T14:55:33.997114+0000","last_undegraded":"2024-09-13T14:55:33.997114+0000","last_fullsized":"2024-09-13T14:55:33.997114+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T22:47:56.249925+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":3,"num_bytes_recovered":66,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[7,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.8","version":"0'0","reported_seq":1217,"reported_epoch":1255,"state":"active+clean","last_fresh":"2024-09-13T14:55:24.084319+0000","last_change":"2024-09-13T14:53:15.959698+0000","last_active":"2024-09-13T14:55:24.084319+0000","last_peered":"2024-09-13T14:55:24.084319+0000","last_clean":"2024-09-13T14:55:24.084319+0000","last_became_active":"2024-09-13T14:53:15.959157+0000","last_became_peered":"2024-09-13T14:53:15.959157+0000","last_unstale":"2024-09-13T14:55:24.084319+0000","last_undegraded":"2024-09-13T14:55:24.084319+0000","last_fullsized":"2024-09-13T14:55:24.084319+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:31:24.198620+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"8.5","version":"1256'9384","reported_seq":14129,"reported_epoch":1256,"state":"active+recovery_wait+undersized+degraded+remapped","last_fresh":"2024-09-13T14:55:48.531826+0000","last_change":"2024-09-13T14:54:33.134354+0000","last_active":"2024-09-13T14:55:48.531826+0000","last_peered":"2024-09-13T14:55:48.531826+0000","last_clean":"2024-09-13T14:51:18.738063+0000","last_became_active":"2024-09-13T14:54:32.849571+0000","last_became_peered":"2024-09-13T14:54:32.849571+0000","last_unstale":"2024-09-13T14:55:48.531826+0000","last_undegraded":"2024-09-13T14:54:31.330443+0000","last_fullsized":"2024-09-13T14:54:27.883080+0000","mapping_epoch":1231,"log_start":"1218'3626","ondisk_log_start":"1218'3626","created":1207,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":5758,"log_dups_size":0,"ondisk_log_size":5758,"stats_invalid":true,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"queued for scrub","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":163151872,"num_objects":2489,"num_object_clones":0,"num_object_copies":7467,"num_objects_missing_on_primary":1931,"num_objects_missing":1931,"num_objects_degraded":4976,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2489,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":5021,"num_write_kb":240352,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":1257,"num_bytes_recovered":82378752,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[6,0],"avail_no_missing":["0","1"],"object_location_counts":[{"shards":"0,1","objects":1931},{"shards":"0,1,6","objects":641},{"shards":"0,6","objects":-92}],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.e","version":"70'2","reported_seq":41,"reported_epoch":1255,"state":"active+clean","last_fresh":"2024-09-13T14:55:33.997082+0000","last_change":"2024-09-13T14:53:16.060403+0000","last_active":"2024-09-13T14:55:33.997082+0000","last_peered":"2024-09-13T14:55:33.997082+0000","last_clean":"2024-09-13T14:55:33.997082+0000","last_became_active":"2024-09-13T14:53:15.976978+0000","last_became_peered":"2024-09-13T14:53:15.976978+0000","last_unstale":"2024-09-13T14:55:33.997082+0000","last_undegraded":"2024-09-13T14:55:33.997082+0000","last_fullsized":"2024-09-13T14:55:33.997082+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T00:32:46.715748+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":2,"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,1,5],"acting":[7,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.9","version":"0'0","reported_seq":1267,"reported_epoch":1255,"state":"active+clean","last_fresh":"2024-09-13T14:55:24.071996+0000","last_change":"2024-09-13T14:52:54.841268+0000","last_active":"2024-09-13T14:55:24.071996+0000","last_peered":"2024-09-13T14:55:24.071996+0000","last_clean":"2024-09-13T14:55:24.071996+0000","last_became_active":"2024-09-13T14:52:54.841054+0000","last_became_peered":"2024-09-13T14:52:54.841054+0000","last_unstale":"2024-09-13T14:55:24.071996+0000","last_undegraded":"2024-09-13T14:55:24.071996+0000","last_fullsized":"2024-09-13T14:55:24.071996+0000","mapping_epoch":1226,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1227,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:02:01.313945+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1,0],"acting":[6,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"8.6","version":"1256'9425","reported_seq":12730,"reported_epoch":1256,"state":"active+recovery_wait+undersized+degraded+remapped","last_fresh":"2024-09-13T14:55:50.595056+0000","last_change":"2024-09-13T14:54:28.322290+0000","last_active":"2024-09-13T14:55:50.595056+0000","last_peered":"2024-09-13T14:55:50.595056+0000","last_clean":"2024-09-13T14:51:18.738063+0000","last_became_active":"2024-09-13T14:54:28.273562+0000","last_became_peered":"2024-09-13T14:54:28.273562+0000","last_unstale":"2024-09-13T14:55:50.595056+0000","last_undegraded":"2024-09-13T14:54:28.268707+0000","last_fullsized":"2024-09-13T14:54:28.213818+0000","mapping_epoch":1247,"log_start":"0'0","ondisk_log_start":"0'0","created":1207,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":9425,"log_dups_size":0,"ondisk_log_size":9425,"stats_invalid":true,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"no scrub is scheduled","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":167280640,"num_objects":2552,"num_object_clones":0,"num_object_copies":7656,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":5137,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2552,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":5032,"num_write_kb":242720,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":852,"num_bytes_recovered":55771136,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6,7],"acting":[0,7],"avail_no_missing":["0","3"],"object_location_counts":[{"shards":"0,3","objects":1879},{"shards":"0,3,6","objects":635},{"shards":"0,7","objects":38}],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.d","version":"70'1","reported_seq":41,"reported_epoch":1255,"state":"active+clean","last_fresh":"2024-09-13T14:55:33.997048+0000","last_change":"2024-09-13T14:53:16.092096+0000","last_active":"2024-09-13T14:55:33.997048+0000","last_peered":"2024-09-13T14:55:33.997048+0000","last_clean":"2024-09-13T14:55:33.997048+0000","last_became_active":"2024-09-13T14:53:16.050041+0000","last_became_peered":"2024-09-13T14:53:16.050041+0000","last_unstale":"2024-09-13T14:55:33.997048+0000","last_undegraded":"2024-09-13T14:55:33.997048+0000","last_fullsized":"2024-09-13T14:55:33.997048+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T14:40:22.282012+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":1,"num_bytes_recovered":70,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.a","version":"0'0","reported_seq":1128,"reported_epoch":1255,"state":"active+clean","last_fresh":"2024-09-13T14:55:24.073568+0000","last_change":"2024-09-13T14:53:15.955062+0000","last_active":"2024-09-13T14:55:24.073568+0000","last_peered":"2024-09-13T14:55:24.073568+0000","last_clean":"2024-09-13T14:55:24.073568+0000","last_became_active":"2024-09-13T14:53:15.954720+0000","last_became_peered":"2024-09-13T14:53:15.954720+0000","last_unstale":"2024-09-13T14:55:24.073568+0000","last_undegraded":"2024-09-13T14:55:24.073568+0000","last_fullsized":"2024-09-13T14:55:24.073568+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:10:24.834172+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[6,5,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"8.7","version":"1256'9488","reported_seq":9609,"reported_epoch":1256,"state":"active+undersized+degraded+remapped+backfill_wait","last_fresh":"2024-09-13T14:55:48.658903+0000","last_change":"2024-09-13T14:54:27.891120+0000","last_active":"2024-09-13T14:55:48.658903+0000","last_peered":"2024-09-13T14:55:48.658903+0000","last_clean":"2024-09-13T14:51:18.738063+0000","last_became_active":"2024-09-13T14:54:27.884652+0000","last_became_peered":"2024-09-13T14:54:27.884652+0000","last_unstale":"2024-09-13T14:55:48.658903+0000","last_undegraded":"2024-09-13T14:54:27.878945+0000","last_fullsized":"2024-09-13T14:54:27.878778+0000","mapping_epoch":1227,"log_start":"1215'3400","ondisk_log_start":"1215'3400","created":1207,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":6088,"log_dups_size":0,"ondisk_log_size":6088,"stats_invalid":true,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"no scrub is scheduled","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":165904384,"num_objects":2531,"num_object_clones":0,"num_object_copies":7593,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":2531,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2531,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":5071,"num_write_kb":243296,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[3,1],"avail_no_missing":["3","1"],"object_location_counts":[{"shards":"1,3","objects":2531}],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.c","version":"0'0","reported_seq":1231,"reported_epoch":1255,"state":"active+clean","last_fresh":"2024-09-13T14:55:30.973643+0000","last_change":"2024-09-13T14:52:33.204885+0000","last_active":"2024-09-13T14:55:30.973643+0000","last_peered":"2024-09-13T14:55:30.973643+0000","last_clean":"2024-09-13T14:55:30.973643+0000","last_became_active":"2024-09-13T14:52:33.204562+0000","last_became_peered":"2024-09-13T14:52:33.204562+0000","last_unstale":"2024-09-13T14:55:30.973643+0000","last_undegraded":"2024-09-13T14:55:30.973643+0000","last_fullsized":"2024-09-13T14:55:30.973643+0000","mapping_epoch":1222,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1223,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:27:33.024347+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.b","version":"0'0","reported_seq":1719,"reported_epoch":1256,"state":"active+clean","last_fresh":"2024-09-13T14:55:46.401184+0000","last_change":"2024-09-13T14:50:40.382234+0000","last_active":"2024-09-13T14:55:46.401184+0000","last_peered":"2024-09-13T14:55:46.401184+0000","last_clean":"2024-09-13T14:55:46.401184+0000","last_became_active":"2024-09-13T14:50:40.381952+0000","last_became_peered":"2024-09-13T14:50:40.381952+0000","last_unstale":"2024-09-13T14:55:46.401184+0000","last_undegraded":"2024-09-13T14:55:46.401184+0000","last_fullsized":"2024-09-13T14:55:46.401184+0000","mapping_epoch":1197,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1198,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:49:41.110766+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[0,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"1.9","version":"373'149","reported_seq":1597,"reported_epoch":1255,"state":"active+clean","last_fresh":"2024-09-13T14:55:28.996390+0000","last_change":"2024-09-13T14:53:18.978696+0000","last_active":"2024-09-13T14:55:28.996390+0000","last_peered":"2024-09-13T14:55:28.996390+0000","last_clean":"2024-09-13T14:55:28.996390+0000","last_became_active":"2024-09-13T14:53:18.978352+0000","last_became_peered":"2024-09-13T14:53:18.978352+0000","last_unstale":"2024-09-13T14:55:28.996390+0000","last_undegraded":"2024-09-13T14:55:28.996390+0000","last_fullsized":"2024-09-13T14:55:28.996390+0000","mapping_epoch":1233,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1234,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:00.672283+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:00.672283+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:24:44.670923+0000","scrub_duration":8,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"8.0","version":"1256'9658","reported_seq":9819,"reported_epoch":1256,"state":"active+clean","last_fresh":"2024-09-13T14:55:48.626537+0000","last_change":"2024-09-13T14:54:29.096788+0000","last_active":"2024-09-13T14:55:48.626537+0000","last_peered":"2024-09-13T14:55:48.626537+0000","last_clean":"2024-09-13T14:55:48.626537+0000","last_became_active":"2024-09-13T14:54:27.896759+0000","last_became_peered":"2024-09-13T14:54:27.896759+0000","last_unstale":"2024-09-13T14:55:48.626537+0000","last_undegraded":"2024-09-13T14:55:48.626537+0000","last_fullsized":"2024-09-13T14:55:48.626537+0000","mapping_epoch":1207,"log_start":"1213'3200","ondisk_log_start":"1213'3200","created":1207,"last_epoch_clean":1247,"parent":"0.0","parent_split_bits":0,"last_scrub":"1245'9014","last_scrub_stamp":"2024-09-13T14:54:29.096714+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:54:29.096714+0000","objects_scrubbed":3307,"log_size":6458,"log_dups_size":0,"ondisk_log_size":6458,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:27:58.653108+0000","scrub_duration":366,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":174522368,"num_objects":2663,"num_object_clones":0,"num_object_copies":7989,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2663,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":644,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[3,5,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.b","version":"70'2","reported_seq":354,"reported_epoch":1256,"state":"active+clean","last_fresh":"2024-09-13T14:55:46.426131+0000","last_change":"2024-09-13T14:53:16.052627+0000","last_active":"2024-09-13T14:55:46.426131+0000","last_peered":"2024-09-13T14:55:46.426131+0000","last_clean":"2024-09-13T14:55:46.426131+0000","last_became_active":"2024-09-13T14:53:15.989104+0000","last_became_peered":"2024-09-13T14:53:15.989104+0000","last_unstale":"2024-09-13T14:55:46.426131+0000","last_undegraded":"2024-09-13T14:55:46.426131+0000","last_fullsized":"2024-09-13T14:55:46.426131+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T21:52:18.041918+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":7,"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":[3,1,7],"acting":[3,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.c","version":"0'0","reported_seq":1324,"reported_epoch":1256,"state":"active+clean","last_fresh":"2024-09-13T14:55:46.426032+0000","last_change":"2024-09-13T14:52:34.351211+0000","last_active":"2024-09-13T14:55:46.426032+0000","last_peered":"2024-09-13T14:55:46.426032+0000","last_clean":"2024-09-13T14:55:46.426032+0000","last_became_active":"2024-09-13T14:52:34.350885+0000","last_became_peered":"2024-09-13T14:52:34.350885+0000","last_unstale":"2024-09-13T14:55:46.426032+0000","last_undegraded":"2024-09-13T14:55:46.426032+0000","last_fullsized":"2024-09-13T14:55:46.426032+0000","mapping_epoch":1223,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1224,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:16:28.802003+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.8","version":"373'149","reported_seq":1582,"reported_epoch":1255,"state":"active+clean","last_fresh":"2024-09-13T14:55:24.087721+0000","last_change":"2024-09-13T14:54:28.211706+0000","last_active":"2024-09-13T14:55:24.087721+0000","last_peered":"2024-09-13T14:55:24.087721+0000","last_clean":"2024-09-13T14:55:24.087721+0000","last_became_active":"2024-09-13T14:54:28.211275+0000","last_became_peered":"2024-09-13T14:54:28.211275+0000","last_unstale":"2024-09-13T14:55:24.087721+0000","last_undegraded":"2024-09-13T14:55:24.087721+0000","last_fullsized":"2024-09-13T14:55:24.087721+0000","mapping_epoch":1247,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1248,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:06.782570+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:06.782570+0000","objects_scrubbed":1,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:38:33.878938+0000","scrub_duration":2,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":262688,"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":1,"num_bytes_recovered":262688,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"8.1","version":"1256'9317","reported_seq":9482,"reported_epoch":1256,"state":"active+clean","last_fresh":"2024-09-13T14:55:50.564107+0000","last_change":"2024-09-13T14:54:29.778399+0000","last_active":"2024-09-13T14:55:50.564107+0000","last_peered":"2024-09-13T14:55:50.564107+0000","last_clean":"2024-09-13T14:55:50.564107+0000","last_became_active":"2024-09-13T14:54:27.891459+0000","last_became_peered":"2024-09-13T14:54:27.891459+0000","last_unstale":"2024-09-13T14:55:50.564107+0000","last_undegraded":"2024-09-13T14:55:50.564107+0000","last_fullsized":"2024-09-13T14:55:50.564107+0000","mapping_epoch":1226,"log_start":"1213'3200","ondisk_log_start":"1213'3200","created":1207,"last_epoch_clean":1247,"parent":"0.0","parent_split_bits":0,"last_scrub":"1245'8696","last_scrub_stamp":"2024-09-13T14:54:29.778333+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:54:29.778333+0000","objects_scrubbed":3109,"log_size":6117,"log_dups_size":0,"ondisk_log_size":6117,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:31:58.431339+0000","scrub_duration":391,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":163053568,"num_objects":2488,"num_object_clones":0,"num_object_copies":7464,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2488,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":621,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.a","version":"0'0","reported_seq":1120,"reported_epoch":1255,"state":"active+clean","last_fresh":"2024-09-13T14:55:24.073391+0000","last_change":"2024-09-13T14:52:34.227365+0000","last_active":"2024-09-13T14:55:24.073391+0000","last_peered":"2024-09-13T14:55:24.073391+0000","last_clean":"2024-09-13T14:55:24.073391+0000","last_became_active":"2024-09-13T14:52:34.227000+0000","last_became_peered":"2024-09-13T14:52:34.227000+0000","last_unstale":"2024-09-13T14:55:24.073391+0000","last_undegraded":"2024-09-13T14:55:24.073391+0000","last_fullsized":"2024-09-13T14:55:24.073391+0000","mapping_epoch":1223,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1224,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:12:22.940207+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1,3],"acting":[6,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"4.d","version":"0'0","reported_seq":904,"reported_epoch":1256,"state":"active+clean","last_fresh":"2024-09-13T14:55:46.423718+0000","last_change":"2024-09-13T14:52:34.211907+0000","last_active":"2024-09-13T14:55:46.423718+0000","last_peered":"2024-09-13T14:55:46.423718+0000","last_clean":"2024-09-13T14:55:46.423718+0000","last_became_active":"2024-09-13T14:52:34.211623+0000","last_became_peered":"2024-09-13T14:52:34.211623+0000","last_unstale":"2024-09-13T14:55:46.423718+0000","last_undegraded":"2024-09-13T14:55:46.423718+0000","last_fullsized":"2024-09-13T14:55:46.423718+0000","mapping_epoch":1223,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1224,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:42:44.885019+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[1,6,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"8.2","version":"1256'9460","reported_seq":22293,"reported_epoch":1256,"state":"active+clean","last_fresh":"2024-09-13T14:55:50.396426+0000","last_change":"2024-09-13T14:54:28.745013+0000","last_active":"2024-09-13T14:55:50.396426+0000","last_peered":"2024-09-13T14:55:50.396426+0000","last_clean":"2024-09-13T14:55:50.396426+0000","last_became_active":"2024-09-13T14:54:27.889348+0000","last_became_peered":"2024-09-13T14:54:27.889348+0000","last_unstale":"2024-09-13T14:55:50.396426+0000","last_undegraded":"2024-09-13T14:55:50.396426+0000","last_fullsized":"2024-09-13T14:55:50.396426+0000","mapping_epoch":1242,"log_start":"0'0","ondisk_log_start":"0'0","created":1207,"last_epoch_clean":1247,"parent":"0.0","parent_split_bits":0,"last_scrub":"1245'8814","last_scrub_stamp":"2024-09-13T14:54:28.744927+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:54:28.744927+0000","objects_scrubbed":3130,"log_size":9460,"log_dups_size":0,"ondisk_log_size":9460,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:48:33.515061+0000","scrub_duration":357,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":162791424,"num_objects":2484,"num_object_clones":0,"num_object_copies":7452,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2484,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":646,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[0,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.9","version":"0'0","reported_seq":37,"reported_epoch":1255,"state":"active+clean","last_fresh":"2024-09-13T14:55:28.996401+0000","last_change":"2024-09-13T14:53:15.973594+0000","last_active":"2024-09-13T14:55:28.996401+0000","last_peered":"2024-09-13T14:55:28.996401+0000","last_clean":"2024-09-13T14:55:28.996401+0000","last_became_active":"2024-09-13T14:53:15.973297+0000","last_became_peered":"2024-09-13T14:53:15.973297+0000","last_unstale":"2024-09-13T14:55:28.996401+0000","last_undegraded":"2024-09-13T14:55:28.996401+0000","last_fullsized":"2024-09-13T14:55:28.996401+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:58:20.456717+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[7,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.e","version":"0'0","reported_seq":763,"reported_epoch":1255,"state":"active+clean","last_fresh":"2024-09-13T14:55:24.073318+0000","last_change":"2024-09-13T14:52:34.224374+0000","last_active":"2024-09-13T14:55:24.073318+0000","last_peered":"2024-09-13T14:55:24.073318+0000","last_clean":"2024-09-13T14:55:24.073318+0000","last_became_active":"2024-09-13T14:52:34.224089+0000","last_became_peered":"2024-09-13T14:52:34.224089+0000","last_unstale":"2024-09-13T14:55:24.073318+0000","last_undegraded":"2024-09-13T14:55:24.073318+0000","last_fullsized":"2024-09-13T14:55:24.073318+0000","mapping_epoch":1223,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1224,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:35:01.253911+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1,3],"acting":[6,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"1.a","version":"373'149","reported_seq":1597,"reported_epoch":1255,"state":"active+clean","last_fresh":"2024-09-13T14:55:28.996418+0000","last_change":"2024-09-13T14:53:18.981236+0000","last_active":"2024-09-13T14:55:28.996418+0000","last_peered":"2024-09-13T14:55:28.996418+0000","last_clean":"2024-09-13T14:55:28.996418+0000","last_became_active":"2024-09-13T14:53:18.980892+0000","last_became_peered":"2024-09-13T14:53:18.980892+0000","last_unstale":"2024-09-13T14:55:28.996418+0000","last_undegraded":"2024-09-13T14:55:28.996418+0000","last_fullsized":"2024-09-13T14:55:28.996418+0000","mapping_epoch":1233,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1234,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:05.812475+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:05.812475+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:25:59.449883+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"8.3","version":"1256'9289","reported_seq":9384,"reported_epoch":1256,"state":"active+undersized+degraded+remapped+backfill_wait","last_fresh":"2024-09-13T14:55:49.966045+0000","last_change":"2024-09-13T14:54:27.895219+0000","last_active":"2024-09-13T14:55:49.966045+0000","last_peered":"2024-09-13T14:55:49.966045+0000","last_clean":"2024-09-13T14:51:18.738063+0000","last_became_active":"2024-09-13T14:54:27.887802+0000","last_became_peered":"2024-09-13T14:54:27.887802+0000","last_unstale":"2024-09-13T14:55:49.966045+0000","last_undegraded":"2024-09-13T14:54:27.879667+0000","last_fullsized":"2024-09-13T14:54:27.879497+0000","mapping_epoch":1227,"log_start":"1215'3300","ondisk_log_start":"1215'3300","created":1207,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":5989,"log_dups_size":0,"ondisk_log_size":5989,"stats_invalid":true,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"queued for scrub","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":165937152,"num_objects":2532,"num_object_clones":0,"num_object_copies":7596,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":2532,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2532,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":4965,"num_write_kb":239904,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"avail_no_missing":["5","1"],"object_location_counts":[{"shards":"1,5","objects":2532}],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.8","version":"0'0","reported_seq":37,"reported_epoch":1255,"state":"active+clean","last_fresh":"2024-09-13T14:55:28.996351+0000","last_change":"2024-09-13T14:53:15.973651+0000","last_active":"2024-09-13T14:55:28.996351+0000","last_peered":"2024-09-13T14:55:28.996351+0000","last_clean":"2024-09-13T14:55:28.996351+0000","last_became_active":"2024-09-13T14:53:15.973211+0000","last_became_peered":"2024-09-13T14:53:15.973211+0000","last_unstale":"2024-09-13T14:55:28.996351+0000","last_undegraded":"2024-09-13T14:55:28.996351+0000","last_fullsized":"2024-09-13T14:55:28.996351+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:42:46.818166+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[7,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.f","version":"0'0","reported_seq":1618,"reported_epoch":1256,"state":"active+clean","last_fresh":"2024-09-13T14:55:46.427212+0000","last_change":"2024-09-13T14:53:15.980272+0000","last_active":"2024-09-13T14:55:46.427212+0000","last_peered":"2024-09-13T14:55:46.427212+0000","last_clean":"2024-09-13T14:55:46.427212+0000","last_became_active":"2024-09-13T14:53:15.979965+0000","last_became_peered":"2024-09-13T14:53:15.979965+0000","last_unstale":"2024-09-13T14:55:46.427212+0000","last_undegraded":"2024-09-13T14:55:46.427212+0000","last_fullsized":"2024-09-13T14:55:46.427212+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:17:12.799902+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"8.9","version":"1256'9674","reported_seq":9782,"reported_epoch":1256,"state":"active+undersized+degraded+remapped+backfill_wait","last_fresh":"2024-09-13T14:55:50.546355+0000","last_change":"2024-09-13T14:54:27.903754+0000","last_active":"2024-09-13T14:55:50.546355+0000","last_peered":"2024-09-13T14:55:50.546355+0000","last_clean":"2024-09-13T14:51:18.738063+0000","last_became_active":"2024-09-13T14:54:27.891069+0000","last_became_peered":"2024-09-13T14:54:27.891069+0000","last_unstale":"2024-09-13T14:55:50.546355+0000","last_undegraded":"2024-09-13T14:54:27.876344+0000","last_fullsized":"2024-09-13T14:54:27.876210+0000","mapping_epoch":1223,"log_start":"1212'1100","ondisk_log_start":"1212'1100","created":1207,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":8574,"log_dups_size":0,"ondisk_log_size":8574,"stats_invalid":true,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"no scrub is scheduled","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":166789120,"num_objects":2545,"num_object_clones":0,"num_object_copies":7635,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":2545,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2545,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":5189,"num_write_kb":247488,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":1,"num_bytes_recovered":65536,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[0,5],"avail_no_missing":["0","5"],"object_location_counts":[{"shards":"0,5","objects":2545}],"blocked_by":[],"up_primary":6,"acting_primary":0,"purged_snaps":[]},{"pgid":"1.0","version":"373'149","reported_seq":1600,"reported_epoch":1255,"state":"active+clean","last_fresh":"2024-09-13T14:55:24.087618+0000","last_change":"2024-09-13T14:53:18.978630+0000","last_active":"2024-09-13T14:55:24.087618+0000","last_peered":"2024-09-13T14:55:24.087618+0000","last_clean":"2024-09-13T14:55:24.087618+0000","last_became_active":"2024-09-13T14:53:18.978269+0000","last_became_peered":"2024-09-13T14:53:18.978269+0000","last_unstale":"2024-09-13T14:55:24.087618+0000","last_undegraded":"2024-09-13T14:55:24.087618+0000","last_fullsized":"2024-09-13T14:55:24.087618+0000","mapping_epoch":1233,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":1234,"parent":"0.0","parent_split_bits":0,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:51:56.703819+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:51:56.703819+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:27:54.394411+0000","scrub_duration":15,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"2.3","version":"63'1","reported_seq":1266,"reported_epoch":1255,"state":"active+clean","last_fresh":"2024-09-13T14:55:45.222474+0000","last_change":"2024-09-13T14:53:15.978612+0000","last_active":"2024-09-13T14:55:45.222474+0000","last_peered":"2024-09-13T14:55:45.222474+0000","last_clean":"2024-09-13T14:55:45.222474+0000","last_became_active":"2024-09-13T14:53:15.965695+0000","last_became_peered":"2024-09-13T14:53:15.965695+0000","last_unstale":"2024-09-13T14:55:45.222474+0000","last_undegraded":"2024-09-13T14:55:45.222474+0000","last_fullsized":"2024-09-13T14:55:45.222474+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-14T18:48:27.035695+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029038399999999998,"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":3,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[5,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2","version":"0'0","reported_seq":881,"reported_epoch":1255,"state":"active+clean","last_fresh":"2024-09-13T14:55:40.976187+0000","last_change":"2024-09-13T14:52:34.200753+0000","last_active":"2024-09-13T14:55:40.976187+0000","last_peered":"2024-09-13T14:55:40.976187+0000","last_clean":"2024-09-13T14:55:40.976187+0000","last_became_active":"2024-09-13T14:52:34.200037+0000","last_became_peered":"2024-09-13T14:52:34.200037+0000","last_unstale":"2024-09-13T14:55:40.976187+0000","last_undegraded":"2024-09-13T14:55:40.976187+0000","last_fullsized":"2024-09-13T14:55:40.976187+0000","mapping_epoch":1223,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1224,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:56:15.468558+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[5,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.5","version":"0'0","reported_seq":1094,"reported_epoch":1255,"state":"active+clean","last_fresh":"2024-09-13T14:55:24.102893+0000","last_change":"2024-09-13T14:53:15.984924+0000","last_active":"2024-09-13T14:55:24.102893+0000","last_peered":"2024-09-13T14:55:24.102893+0000","last_clean":"2024-09-13T14:55:24.102893+0000","last_became_active":"2024-09-13T14:53:15.984582+0000","last_became_peered":"2024-09-13T14:53:15.984582+0000","last_unstale":"2024-09-13T14:55:24.102893+0000","last_undegraded":"2024-09-13T14:55:24.102893+0000","last_fullsized":"2024-09-13T14:55:24.102893+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:59:24.469448+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[6,7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"1.3","version":"373'149","reported_seq":1597,"reported_epoch":1255,"state":"active+clean","last_fresh":"2024-09-13T14:55:24.086866+0000","last_change":"2024-09-13T14:53:18.981874+0000","last_active":"2024-09-13T14:55:24.086866+0000","last_peered":"2024-09-13T14:55:24.086866+0000","last_clean":"2024-09-13T14:55:24.086866+0000","last_became_active":"2024-09-13T14:53:18.981544+0000","last_became_peered":"2024-09-13T14:53:18.981544+0000","last_unstale":"2024-09-13T14:55:24.086866+0000","last_undegraded":"2024-09-13T14:55:24.086866+0000","last_fullsized":"2024-09-13T14:55:24.086866+0000","mapping_epoch":1233,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1234,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:07.789237+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:07.789237+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:16:45.161909+0000","scrub_duration":5,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"8.a","version":"1256'10051","reported_seq":10137,"reported_epoch":1256,"state":"active+clean","last_fresh":"2024-09-13T14:55:50.109441+0000","last_change":"2024-09-13T14:52:54.831393+0000","last_active":"2024-09-13T14:55:50.109441+0000","last_peered":"2024-09-13T14:55:50.109441+0000","last_clean":"2024-09-13T14:55:50.109441+0000","last_became_active":"2024-09-13T14:52:54.825509+0000","last_became_peered":"2024-09-13T14:52:54.825509+0000","last_unstale":"2024-09-13T14:55:50.109441+0000","last_undegraded":"2024-09-13T14:55:50.109441+0000","last_fullsized":"2024-09-13T14:55:50.109441+0000","mapping_epoch":1226,"log_start":"1218'4200","ondisk_log_start":"1218'4200","created":1207,"last_epoch_clean":1227,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":5851,"log_dups_size":0,"ondisk_log_size":5851,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:54:09.860261+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":332333056,"num_objects":5071,"num_object_clones":0,"num_object_copies":15213,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5071,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":10051,"num_write_kb":483904,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[5,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.0","version":"0'0","reported_seq":37,"reported_epoch":1255,"state":"active+clean","last_fresh":"2024-09-13T14:55:24.087527+0000","last_change":"2024-09-13T14:53:15.973925+0000","last_active":"2024-09-13T14:55:24.087527+0000","last_peered":"2024-09-13T14:55:24.087527+0000","last_clean":"2024-09-13T14:55:24.087527+0000","last_became_active":"2024-09-13T14:53:15.973623+0000","last_became_peered":"2024-09-13T14:53:15.973623+0000","last_unstale":"2024-09-13T14:55:24.087527+0000","last_undegraded":"2024-09-13T14:55:24.087527+0000","last_fullsized":"2024-09-13T14:55:24.087527+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:24:06.397109+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000322109,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":1736,"reported_epoch":1256,"state":"active+clean","last_fresh":"2024-09-13T14:55:46.401523+0000","last_change":"2024-09-13T14:53:15.977546+0000","last_active":"2024-09-13T14:55:46.401523+0000","last_peered":"2024-09-13T14:55:46.401523+0000","last_clean":"2024-09-13T14:55:46.401523+0000","last_became_active":"2024-09-13T14:53:15.977215+0000","last_became_peered":"2024-09-13T14:53:15.977215+0000","last_unstale":"2024-09-13T14:55:46.401523+0000","last_undegraded":"2024-09-13T14:55:46.401523+0000","last_fullsized":"2024-09-13T14:55:46.401523+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:58:42.706449+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.6","version":"0'0","reported_seq":37,"reported_epoch":1255,"state":"active+clean","last_fresh":"2024-09-13T14:55:28.996498+0000","last_change":"2024-09-13T14:53:15.976431+0000","last_active":"2024-09-13T14:55:28.996498+0000","last_peered":"2024-09-13T14:55:28.996498+0000","last_clean":"2024-09-13T14:55:28.996498+0000","last_became_active":"2024-09-13T14:53:15.975668+0000","last_became_peered":"2024-09-13T14:53:15.975668+0000","last_unstale":"2024-09-13T14:55:28.996498+0000","last_undegraded":"2024-09-13T14:55:28.996498+0000","last_fullsized":"2024-09-13T14:55:28.996498+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:57:06.204832+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[7,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.2","version":"373'149","reported_seq":1597,"reported_epoch":1255,"state":"active+clean","last_fresh":"2024-09-13T14:55:24.086559+0000","last_change":"2024-09-13T14:53:18.981216+0000","last_active":"2024-09-13T14:55:24.086559+0000","last_peered":"2024-09-13T14:55:24.086559+0000","last_clean":"2024-09-13T14:55:24.086559+0000","last_became_active":"2024-09-13T14:53:18.980859+0000","last_became_peered":"2024-09-13T14:53:18.980859+0000","last_unstale":"2024-09-13T14:55:24.086559+0000","last_undegraded":"2024-09-13T14:55:24.086559+0000","last_fullsized":"2024-09-13T14:55:24.086559+0000","mapping_epoch":1233,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1234,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:51:58.677423+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:51:58.677423+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:00:24.837148+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"8.b","version":"1256'10140","reported_seq":10292,"reported_epoch":1256,"state":"active+undersized+degraded+remapped+backfill_wait","last_fresh":"2024-09-13T14:55:49.338398+0000","last_change":"2024-09-13T14:54:27.203819+0000","last_active":"2024-09-13T14:55:49.338398+0000","last_peered":"2024-09-13T14:55:49.338398+0000","last_clean":"2024-09-13T14:51:18.738063+0000","last_became_active":"2024-09-13T14:53:16.052658+0000","last_became_peered":"2024-09-13T14:53:16.052658+0000","last_unstale":"2024-09-13T14:55:49.338398+0000","last_undegraded":"2024-09-13T14:53:15.987107+0000","last_fullsized":"2024-09-13T14:53:15.944590+0000","mapping_epoch":1230,"log_start":"1219'6188","ondisk_log_start":"1219'6188","created":1207,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":3952,"log_dups_size":0,"ondisk_log_size":3952,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"no scrub is scheduled","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":332660736,"num_objects":5076,"num_object_clones":0,"num_object_copies":15228,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":5069,"num_objects_misplaced":5069,"num_objects_unfound":0,"num_objects_dirty":5076,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":10140,"num_write_kb":486912,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":9,"num_bytes_recovered":589824,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[1,5],"avail_no_missing":["1","5"],"object_location_counts":[{"shards":"1,5","objects":5076}],"blocked_by":[],"up_primary":7,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.1","version":"0'0","reported_seq":1630,"reported_epoch":1256,"state":"active+clean","last_fresh":"2024-09-13T14:55:46.401614+0000","last_change":"2024-09-13T14:52:34.243798+0000","last_active":"2024-09-13T14:55:46.401614+0000","last_peered":"2024-09-13T14:55:46.401614+0000","last_clean":"2024-09-13T14:55:46.401614+0000","last_became_active":"2024-09-13T14:52:34.243438+0000","last_became_peered":"2024-09-13T14:52:34.243438+0000","last_unstale":"2024-09-13T14:55:46.401614+0000","last_undegraded":"2024-09-13T14:55:46.401614+0000","last_fullsized":"2024-09-13T14:55:46.401614+0000","mapping_epoch":1223,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1224,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:27:14.877457+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00030931399999999999,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[0,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.0","version":"0'0","reported_seq":1642,"reported_epoch":1255,"state":"active+clean","last_fresh":"2024-09-13T14:55:24.071891+0000","last_change":"2024-09-13T14:52:54.827755+0000","last_active":"2024-09-13T14:55:24.071891+0000","last_peered":"2024-09-13T14:55:24.071891+0000","last_clean":"2024-09-13T14:55:24.071891+0000","last_became_active":"2024-09-13T14:52:54.827537+0000","last_became_peered":"2024-09-13T14:52:54.827537+0000","last_unstale":"2024-09-13T14:55:24.071891+0000","last_undegraded":"2024-09-13T14:55:24.071891+0000","last_fullsized":"2024-09-13T14:55:24.071891+0000","mapping_epoch":1226,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1227,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:33:58.350934+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1,0],"acting":[6,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"4.7","version":"0'0","reported_seq":1560,"reported_epoch":1255,"state":"active+clean","last_fresh":"2024-09-13T14:55:24.084195+0000","last_change":"2024-09-13T14:53:15.980229+0000","last_active":"2024-09-13T14:55:24.084195+0000","last_peered":"2024-09-13T14:55:24.084195+0000","last_clean":"2024-09-13T14:55:24.084195+0000","last_became_active":"2024-09-13T14:53:15.979842+0000","last_became_peered":"2024-09-13T14:53:15.979842+0000","last_unstale":"2024-09-13T14:55:24.084195+0000","last_undegraded":"2024-09-13T14:55:24.084195+0000","last_fullsized":"2024-09-13T14:55:24.084195+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:13:10.520003+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[5,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"1.1","version":"373'149","reported_seq":1596,"reported_epoch":1255,"state":"active+clean","last_fresh":"2024-09-13T14:55:24.086402+0000","last_change":"2024-09-13T14:53:18.978657+0000","last_active":"2024-09-13T14:55:24.086402+0000","last_peered":"2024-09-13T14:55:24.086402+0000","last_clean":"2024-09-13T14:55:24.086402+0000","last_became_active":"2024-09-13T14:53:18.978350+0000","last_became_peered":"2024-09-13T14:53:18.978350+0000","last_unstale":"2024-09-13T14:55:24.086402+0000","last_undegraded":"2024-09-13T14:55:24.086402+0000","last_fullsized":"2024-09-13T14:55:24.086402+0000","mapping_epoch":1233,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1234,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:03.741257+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:03.741257+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:34:52.082264+0000","scrub_duration":2,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"8.8","version":"1256'9331","reported_seq":9409,"reported_epoch":1256,"state":"active+remapped+backfill_wait","last_fresh":"2024-09-13T14:55:49.822127+0000","last_change":"2024-09-13T14:54:27.897772+0000","last_active":"2024-09-13T14:55:49.822127+0000","last_peered":"2024-09-13T14:55:49.822127+0000","last_clean":"2024-09-13T14:53:14.944984+0000","last_became_active":"2024-09-13T14:54:27.889037+0000","last_became_peered":"2024-09-13T14:54:27.889037+0000","last_unstale":"2024-09-13T14:55:49.822127+0000","last_undegraded":"2024-09-13T14:55:49.822127+0000","last_fullsized":"2024-09-13T14:55:49.822127+0000","mapping_epoch":1231,"log_start":"1213'3000","ondisk_log_start":"1213'3000","created":1207,"last_epoch_clean":1208,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":6331,"log_dups_size":0,"ondisk_log_size":6331,"stats_invalid":true,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"queued for scrub","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":162398208,"num_objects":2478,"num_object_clones":0,"num_object_copies":7434,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":2478,"num_objects_unfound":0,"num_objects_dirty":2478,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":4989,"num_write_kb":238944,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"avail_no_missing":["5","1","3"],"object_location_counts":[{"shards":"1,3,5","objects":2478}],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.2","version":"65'2","reported_seq":1229,"reported_epoch":1255,"state":"active+clean","last_fresh":"2024-09-13T14:55:45.222434+0000","last_change":"2024-09-13T14:52:33.206979+0000","last_active":"2024-09-13T14:55:45.222434+0000","last_peered":"2024-09-13T14:55:45.222434+0000","last_clean":"2024-09-13T14:55:45.222434+0000","last_became_active":"2024-09-13T14:52:33.206605+0000","last_became_peered":"2024-09-13T14:52:33.206605+0000","last_unstale":"2024-09-13T14:55:45.222434+0000","last_undegraded":"2024-09-13T14:55:45.222434+0000","last_fullsized":"2024-09-13T14:55:45.222434+0000","mapping_epoch":1222,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1223,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-14T22:31:44.825453+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00094368000000000002,"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":[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":1307,"reported_epoch":1256,"state":"active+clean","last_fresh":"2024-09-13T14:55:46.401280+0000","last_change":"2024-09-13T14:52:34.228737+0000","last_active":"2024-09-13T14:55:46.401280+0000","last_peered":"2024-09-13T14:55:46.401280+0000","last_clean":"2024-09-13T14:55:46.401280+0000","last_became_active":"2024-09-13T14:52:34.228412+0000","last_became_peered":"2024-09-13T14:52:34.228412+0000","last_unstale":"2024-09-13T14:55:46.401280+0000","last_undegraded":"2024-09-13T14:55:46.401280+0000","last_fullsized":"2024-09-13T14:55:46.401280+0000","mapping_epoch":1223,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1224,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:12:51.717947+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6,1],"acting":[0,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"4.4","version":"0'0","reported_seq":1529,"reported_epoch":1256,"state":"active+clean","last_fresh":"2024-09-13T14:55:46.426094+0000","last_change":"2024-09-13T14:52:34.351378+0000","last_active":"2024-09-13T14:55:46.426094+0000","last_peered":"2024-09-13T14:55:46.426094+0000","last_clean":"2024-09-13T14:55:46.426094+0000","last_became_active":"2024-09-13T14:52:34.350993+0000","last_became_peered":"2024-09-13T14:52:34.350993+0000","last_unstale":"2024-09-13T14:55:46.426094+0000","last_undegraded":"2024-09-13T14:55:46.426094+0000","last_fullsized":"2024-09-13T14:55:46.426094+0000","mapping_epoch":1223,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1224,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:33:30.881756+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[3,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"1.7","version":"373'149","reported_seq":1597,"reported_epoch":1255,"state":"active+clean","last_fresh":"2024-09-13T14:55:28.996524+0000","last_change":"2024-09-13T14:53:18.981498+0000","last_active":"2024-09-13T14:55:28.996524+0000","last_peered":"2024-09-13T14:55:28.996524+0000","last_clean":"2024-09-13T14:55:28.996524+0000","last_became_active":"2024-09-13T14:53:18.980948+0000","last_became_peered":"2024-09-13T14:53:18.980948+0000","last_unstale":"2024-09-13T14:55:28.996524+0000","last_undegraded":"2024-09-13T14:55:28.996524+0000","last_fullsized":"2024-09-13T14:55:28.996524+0000","mapping_epoch":1233,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1234,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:04.771309+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:04.771309+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:04:24.028625+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"8.e","version":"1256'10090","reported_seq":20602,"reported_epoch":1256,"state":"active+recovering+undersized+degraded+remapped","last_fresh":"2024-09-13T14:55:50.685904+0000","last_change":"2024-09-13T14:54:27.203857+0000","last_active":"2024-09-13T14:55:50.685904+0000","last_peered":"2024-09-13T14:55:50.685904+0000","last_clean":"2024-09-13T14:53:14.941311+0000","last_became_active":"2024-09-13T14:53:17.331976+0000","last_became_peered":"2024-09-13T14:53:17.331976+0000","last_unstale":"2024-09-13T14:55:50.685904+0000","last_undegraded":"2024-09-13T14:53:17.140243+0000","last_fullsized":"2024-09-13T14:53:16.943455+0000","mapping_epoch":1231,"log_start":"1212'2177","ondisk_log_start":"1212'2177","created":1207,"last_epoch_clean":1208,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":7913,"log_dups_size":0,"ondisk_log_size":7913,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"no scrub is scheduled","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":331481088,"num_objects":5058,"num_object_clones":0,"num_object_copies":15174,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":415,"num_objects_misplaced":1181,"num_objects_unfound":0,"num_objects_dirty":5058,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":10090,"num_write_kb":484736,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":5199,"num_bytes_recovered":340525056,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"avail_no_missing":["0","1","3"],"object_location_counts":[{"shards":"0,1","objects":3462},{"shards":"0,1,3","objects":1181}],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.5","version":"0'0","reported_seq":1252,"reported_epoch":1255,"state":"active+clean","last_fresh":"2024-09-13T14:55:24.084575+0000","last_change":"2024-09-13T14:52:34.214714+0000","last_active":"2024-09-13T14:55:24.084575+0000","last_peered":"2024-09-13T14:55:24.084575+0000","last_clean":"2024-09-13T14:55:24.084575+0000","last_became_active":"2024-09-13T14:52:34.214425+0000","last_became_peered":"2024-09-13T14:52:34.214425+0000","last_unstale":"2024-09-13T14:55:24.084575+0000","last_undegraded":"2024-09-13T14:55:24.084575+0000","last_fullsized":"2024-09-13T14:55:24.084575+0000","mapping_epoch":1223,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1224,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:58:40.375807+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.4","version":"0'0","reported_seq":1679,"reported_epoch":1256,"state":"active+clean","last_fresh":"2024-09-13T14:55:46.401305+0000","last_change":"2024-09-13T14:53:15.979217+0000","last_active":"2024-09-13T14:55:46.401305+0000","last_peered":"2024-09-13T14:55:46.401305+0000","last_clean":"2024-09-13T14:55:46.401305+0000","last_became_active":"2024-09-13T14:53:15.978803+0000","last_became_peered":"2024-09-13T14:53:15.978803+0000","last_unstale":"2024-09-13T14:55:46.401305+0000","last_undegraded":"2024-09-13T14:55:46.401305+0000","last_fullsized":"2024-09-13T14:55:46.401305+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:47:07.772422+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00031535100000000001,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[0,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"4.2","version":"0'0","reported_seq":1501,"reported_epoch":1255,"state":"active+clean","last_fresh":"2024-09-13T14:55:24.083966+0000","last_change":"2024-09-13T14:52:54.831640+0000","last_active":"2024-09-13T14:55:24.083966+0000","last_peered":"2024-09-13T14:55:24.083966+0000","last_clean":"2024-09-13T14:55:24.083966+0000","last_became_active":"2024-09-13T14:52:54.831429+0000","last_became_peered":"2024-09-13T14:52:54.831429+0000","last_unstale":"2024-09-13T14:55:24.083966+0000","last_undegraded":"2024-09-13T14:55:24.083966+0000","last_fullsized":"2024-09-13T14:55:24.083966+0000","mapping_epoch":1226,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1227,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:10:53.172539+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"1.6","version":"373'149","reported_seq":1597,"reported_epoch":1255,"state":"active+clean","last_fresh":"2024-09-13T14:55:28.996482+0000","last_change":"2024-09-13T14:53:18.981264+0000","last_active":"2024-09-13T14:55:28.996482+0000","last_peered":"2024-09-13T14:55:28.996482+0000","last_clean":"2024-09-13T14:55:28.996482+0000","last_became_active":"2024-09-13T14:53:18.980922+0000","last_became_peered":"2024-09-13T14:53:18.980922+0000","last_unstale":"2024-09-13T14:55:28.996482+0000","last_undegraded":"2024-09-13T14:55:28.996482+0000","last_fullsized":"2024-09-13T14:55:28.996482+0000","mapping_epoch":1233,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1234,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:02.730597+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:02.730597+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:15:02.952327+0000","scrub_duration":2,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"8.f","version":"1256'10172","reported_seq":10291,"reported_epoch":1256,"state":"active+undersized+degraded+remapped+backfill_wait","last_fresh":"2024-09-13T14:55:48.781457+0000","last_change":"2024-09-13T14:54:27.155949+0000","last_active":"2024-09-13T14:55:48.781457+0000","last_peered":"2024-09-13T14:55:48.781457+0000","last_clean":"2024-09-13T14:51:18.738063+0000","last_became_active":"2024-09-13T14:52:34.356999+0000","last_became_peered":"2024-09-13T14:52:34.356999+0000","last_unstale":"2024-09-13T14:55:48.781457+0000","last_undegraded":"2024-09-13T14:52:34.211503+0000","last_fullsized":"2024-09-13T14:52:34.192731+0000","mapping_epoch":1223,"log_start":"1214'3300","ondisk_log_start":"1214'3300","created":1207,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":6872,"log_dups_size":0,"ondisk_log_size":6872,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"no scrub is scheduled","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":333447168,"num_objects":5088,"num_object_clones":0,"num_object_copies":15264,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":5088,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5088,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":10172,"num_write_kb":488320,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":1,"num_bytes_recovered":65536,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[3,1],"avail_no_missing":["3","1"],"object_location_counts":[{"shards":"1,3","objects":5088}],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.4","version":"0'0","reported_seq":1580,"reported_epoch":1255,"state":"active+clean","last_fresh":"2024-09-13T14:55:24.084664+0000","last_change":"2024-09-13T14:52:54.828797+0000","last_active":"2024-09-13T14:55:24.084664+0000","last_peered":"2024-09-13T14:55:24.084664+0000","last_clean":"2024-09-13T14:55:24.084664+0000","last_became_active":"2024-09-13T14:52:54.828462+0000","last_became_peered":"2024-09-13T14:52:54.828462+0000","last_unstale":"2024-09-13T14:55:24.084664+0000","last_undegraded":"2024-09-13T14:55:24.084664+0000","last_fullsized":"2024-09-13T14:55:24.084664+0000","mapping_epoch":1226,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1227,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:38:36.229141+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"2.5","version":"0'0","reported_seq":37,"reported_epoch":1255,"state":"active+clean","last_fresh":"2024-09-13T14:55:24.086892+0000","last_change":"2024-09-13T14:53:16.051969+0000","last_active":"2024-09-13T14:55:24.086892+0000","last_peered":"2024-09-13T14:55:24.086892+0000","last_clean":"2024-09-13T14:55:24.086892+0000","last_became_active":"2024-09-13T14:53:16.051034+0000","last_became_peered":"2024-09-13T14:53:16.051034+0000","last_unstale":"2024-09-13T14:55:24.086892+0000","last_undegraded":"2024-09-13T14:55:24.086892+0000","last_fullsized":"2024-09-13T14:55:24.086892+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:20:51.182980+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000327091,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.3","version":"0'0","reported_seq":1696,"reported_epoch":1256,"state":"active+clean","last_fresh":"2024-09-13T14:55:46.401189+0000","last_change":"2024-09-13T14:53:15.977020+0000","last_active":"2024-09-13T14:55:46.401189+0000","last_peered":"2024-09-13T14:55:46.401189+0000","last_clean":"2024-09-13T14:55:46.401189+0000","last_became_active":"2024-09-13T14:53:15.973916+0000","last_became_peered":"2024-09-13T14:53:15.973916+0000","last_unstale":"2024-09-13T14:55:46.401189+0000","last_undegraded":"2024-09-13T14:55:46.401189+0000","last_fullsized":"2024-09-13T14:55:46.401189+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:51:44.842196+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.5","version":"373'149","reported_seq":1592,"reported_epoch":1255,"state":"active+clean","last_fresh":"2024-09-13T14:55:43.999581+0000","last_change":"2024-09-13T14:53:38.366262+0000","last_active":"2024-09-13T14:55:43.999581+0000","last_peered":"2024-09-13T14:55:43.999581+0000","last_clean":"2024-09-13T14:55:43.999581+0000","last_became_active":"2024-09-13T14:53:38.365936+0000","last_became_peered":"2024-09-13T14:53:38.365936+0000","last_unstale":"2024-09-13T14:55:43.999581+0000","last_undegraded":"2024-09-13T14:55:43.999581+0000","last_fullsized":"2024-09-13T14:55:43.999581+0000","mapping_epoch":1238,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1239,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:51:59.672672+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:51:59.672672+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:46:51.654597+0000","scrub_duration":4,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"8.c","version":"1256'10094","reported_seq":23719,"reported_epoch":1256,"state":"active+clean","last_fresh":"2024-09-13T14:55:48.778704+0000","last_change":"2024-09-13T14:53:29.074024+0000","last_active":"2024-09-13T14:55:48.778704+0000","last_peered":"2024-09-13T14:55:48.778704+0000","last_clean":"2024-09-13T14:55:48.778704+0000","last_became_active":"2024-09-13T14:53:29.066945+0000","last_became_peered":"2024-09-13T14:53:29.066945+0000","last_unstale":"2024-09-13T14:55:48.778704+0000","last_undegraded":"2024-09-13T14:55:48.778704+0000","last_fullsized":"2024-09-13T14:55:48.778704+0000","mapping_epoch":1236,"log_start":"1213'3200","ondisk_log_start":"1213'3200","created":1207,"last_epoch_clean":1237,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":6894,"log_dups_size":0,"ondisk_log_size":6894,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:26:20.073976+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":334888960,"num_objects":5110,"num_object_clones":0,"num_object_copies":15330,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5110,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":10094,"num_write_kb":486528,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6746,"num_bytes_recovered":442105856,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[3,7,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.7","version":"70'2","reported_seq":321,"reported_epoch":1256,"state":"active+clean","last_fresh":"2024-09-13T14:55:46.427294+0000","last_change":"2024-09-13T14:53:16.005997+0000","last_active":"2024-09-13T14:55:46.427294+0000","last_peered":"2024-09-13T14:55:46.427294+0000","last_clean":"2024-09-13T14:55:46.427294+0000","last_became_active":"2024-09-13T14:53:15.978100+0000","last_became_peered":"2024-09-13T14:53:15.978100+0000","last_unstale":"2024-09-13T14:55:46.427294+0000","last_undegraded":"2024-09-13T14:55:46.427294+0000","last_fullsized":"2024-09-13T14:55:46.427294+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T22:48:20.355145+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":3,"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":[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":"0'0","reported_seq":1643,"reported_epoch":1255,"state":"active+clean","last_fresh":"2024-09-13T14:55:24.073231+0000","last_change":"2024-09-13T14:52:54.828952+0000","last_active":"2024-09-13T14:55:24.073231+0000","last_peered":"2024-09-13T14:55:24.073231+0000","last_clean":"2024-09-13T14:55:24.073231+0000","last_became_active":"2024-09-13T14:52:54.828588+0000","last_became_peered":"2024-09-13T14:52:54.828588+0000","last_unstale":"2024-09-13T14:55:24.073231+0000","last_undegraded":"2024-09-13T14:55:24.073231+0000","last_fullsized":"2024-09-13T14:55:24.073231+0000","mapping_epoch":1226,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1227,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:58:10.972783+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1,3],"acting":[6,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"4.0","version":"0'0","reported_seq":37,"reported_epoch":1255,"state":"active+clean","last_fresh":"2024-09-13T14:55:24.087795+0000","last_change":"2024-09-13T14:53:15.973839+0000","last_active":"2024-09-13T14:55:24.087795+0000","last_peered":"2024-09-13T14:55:24.087795+0000","last_clean":"2024-09-13T14:55:24.087795+0000","last_became_active":"2024-09-13T14:53:15.973356+0000","last_became_peered":"2024-09-13T14:53:15.973356+0000","last_unstale":"2024-09-13T14:55:24.087795+0000","last_undegraded":"2024-09-13T14:55:24.087795+0000","last_fullsized":"2024-09-13T14:55:24.087795+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:13:10.146045+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[7,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.4","version":"373'149","reported_seq":1582,"reported_epoch":1255,"state":"active+clean","last_fresh":"2024-09-13T14:55:24.087055+0000","last_change":"2024-09-13T14:54:28.211983+0000","last_active":"2024-09-13T14:55:24.087055+0000","last_peered":"2024-09-13T14:55:24.087055+0000","last_clean":"2024-09-13T14:55:24.087055+0000","last_became_active":"2024-09-13T14:54:28.211605+0000","last_became_peered":"2024-09-13T14:54:28.211605+0000","last_unstale":"2024-09-13T14:55:24.087055+0000","last_undegraded":"2024-09-13T14:55:24.087055+0000","last_fullsized":"2024-09-13T14:55:24.087055+0000","mapping_epoch":1247,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1248,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:01.681649+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:01.681649+0000","objects_scrubbed":1,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:41:13.526385+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":327680,"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":1,"num_bytes_recovered":327680,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"8.d","version":"1256'9989","reported_seq":10077,"reported_epoch":1256,"state":"active+undersized+degraded+remapped+backfill_wait","last_fresh":"2024-09-13T14:55:50.000385+0000","last_change":"2024-09-13T14:53:16.068136+0000","last_active":"2024-09-13T14:55:50.000385+0000","last_peered":"2024-09-13T14:55:50.000385+0000","last_clean":"2024-09-13T14:51:18.738063+0000","last_became_active":"2024-09-13T14:53:16.051850+0000","last_became_peered":"2024-09-13T14:53:16.051850+0000","last_unstale":"2024-09-13T14:55:50.000385+0000","last_undegraded":"2024-09-13T14:53:15.966234+0000","last_fullsized":"2024-09-13T14:53:15.950771+0000","mapping_epoch":1230,"log_start":"1218'4200","ondisk_log_start":"1218'4200","created":1207,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":5789,"log_dups_size":0,"ondisk_log_size":5789,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:00:05.118345+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":329908248,"num_objects":5035,"num_object_clones":0,"num_object_copies":15105,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":5031,"num_objects_misplaced":5035,"num_objects_unfound":0,"num_objects_dirty":5035,"num_whiteouts":0,"num_read":1,"num_read_kb":1,"num_write":9989,"num_write_kb":480705,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":393216,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"avail_no_missing":["5","1"],"object_location_counts":[{"shards":"1,5","objects":5035}],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.6","version":"70'1","reported_seq":41,"reported_epoch":1255,"state":"active+clean","last_fresh":"2024-09-13T14:55:28.996507+0000","last_change":"2024-09-13T14:53:16.058032+0000","last_active":"2024-09-13T14:55:28.996507+0000","last_peered":"2024-09-13T14:55:28.996507+0000","last_clean":"2024-09-13T14:55:28.996507+0000","last_became_active":"2024-09-13T14:53:15.975744+0000","last_became_peered":"2024-09-13T14:53:15.975744+0000","last_unstale":"2024-09-13T14:55:28.996507+0000","last_undegraded":"2024-09-13T14:55:28.996507+0000","last_fullsized":"2024-09-13T14:55:28.996507+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T19:46:17.426296+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":3,"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,1,5],"acting":[7,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.7","version":"0'0","reported_seq":1134,"reported_epoch":1255,"state":"active+clean","last_fresh":"2024-09-13T14:55:24.072938+0000","last_change":"2024-09-13T14:53:15.967745+0000","last_active":"2024-09-13T14:55:24.072938+0000","last_peered":"2024-09-13T14:55:24.072938+0000","last_clean":"2024-09-13T14:55:24.072938+0000","last_became_active":"2024-09-13T14:53:15.967439+0000","last_became_peered":"2024-09-13T14:53:15.967439+0000","last_unstale":"2024-09-13T14:55:24.072938+0000","last_undegraded":"2024-09-13T14:55:24.072938+0000","last_fullsized":"2024-09-13T14:55:24.072938+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:09:15.044039+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029877400000000002,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[6,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"4.1","version":"0'0","reported_seq":1205,"reported_epoch":1255,"state":"active+clean","last_fresh":"2024-09-13T14:55:24.084057+0000","last_change":"2024-09-13T14:52:34.236529+0000","last_active":"2024-09-13T14:55:24.084057+0000","last_peered":"2024-09-13T14:55:24.084057+0000","last_clean":"2024-09-13T14:55:24.084057+0000","last_became_active":"2024-09-13T14:52:34.236184+0000","last_became_peered":"2024-09-13T14:52:34.236184+0000","last_unstale":"2024-09-13T14:55:24.084057+0000","last_undegraded":"2024-09-13T14:55:24.084057+0000","last_fullsized":"2024-09-13T14:55:24.084057+0000","mapping_epoch":1223,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1224,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:07:47.735753+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[5,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.13","version":"0'0","reported_seq":805,"reported_epoch":1255,"state":"active+clean","last_fresh":"2024-09-13T14:55:24.072411+0000","last_change":"2024-09-13T14:52:34.326457+0000","last_active":"2024-09-13T14:55:24.072411+0000","last_peered":"2024-09-13T14:55:24.072411+0000","last_clean":"2024-09-13T14:55:24.072411+0000","last_became_active":"2024-09-13T14:52:34.320994+0000","last_became_peered":"2024-09-13T14:52:34.320994+0000","last_unstale":"2024-09-13T14:55:24.072411+0000","last_undegraded":"2024-09-13T14:55:24.072411+0000","last_fullsized":"2024-09-13T14:55:24.072411+0000","mapping_epoch":1223,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1224,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:54:54.814250+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1,5],"acting":[6,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.14","version":"455'23","reported_seq":47,"reported_epoch":1255,"state":"active+clean","last_fresh":"2024-09-13T14:55:38.997714+0000","last_change":"2024-09-13T14:53:16.083652+0000","last_active":"2024-09-13T14:55:38.997714+0000","last_peered":"2024-09-13T14:55:38.997714+0000","last_clean":"2024-09-13T14:55:38.997714+0000","last_became_active":"2024-09-13T14:53:15.980815+0000","last_became_peered":"2024-09-13T14:53:15.980815+0000","last_unstale":"2024-09-13T14:55:38.997714+0000","last_undegraded":"2024-09-13T14:55:38.997714+0000","last_fullsized":"2024-09-13T14:55:38.997714+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":23,"log_dups_size":0,"ondisk_log_size":23,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:42:01.336486+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":4756,"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":23,"num_write_kb":20,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":8,"num_bytes_recovered":9512,"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":"4.12","version":"0'0","reported_seq":808,"reported_epoch":1255,"state":"active+clean","last_fresh":"2024-09-13T14:55:24.073459+0000","last_change":"2024-09-13T14:52:54.841418+0000","last_active":"2024-09-13T14:55:24.073459+0000","last_peered":"2024-09-13T14:55:24.073459+0000","last_clean":"2024-09-13T14:55:24.073459+0000","last_became_active":"2024-09-13T14:52:54.841156+0000","last_became_peered":"2024-09-13T14:52:54.841156+0000","last_unstale":"2024-09-13T14:55:24.073459+0000","last_undegraded":"2024-09-13T14:55:24.073459+0000","last_fullsized":"2024-09-13T14:55:24.073459+0000","mapping_epoch":1226,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1227,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:43:37.282948+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1,0],"acting":[6,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.15","version":"70'3","reported_seq":43,"reported_epoch":1255,"state":"active+clean","last_fresh":"2024-09-13T14:55:43.999602+0000","last_change":"2024-09-13T14:53:16.097401+0000","last_active":"2024-09-13T14:55:43.999602+0000","last_peered":"2024-09-13T14:55:43.999602+0000","last_clean":"2024-09-13T14:55:43.999602+0000","last_became_active":"2024-09-13T14:53:16.051154+0000","last_became_peered":"2024-09-13T14:53:16.051154+0000","last_unstale":"2024-09-13T14:55:43.999602+0000","last_undegraded":"2024-09-13T14:55:43.999602+0000","last_fullsized":"2024-09-13T14:55:43.999602+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T14:55:18.083873+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":6,"num_bytes_recovered":270,"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,3,0],"acting":[7,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.16","version":"0'0","reported_seq":1235,"reported_epoch":1255,"state":"active+clean","last_fresh":"2024-09-13T14:55:45.222543+0000","last_change":"2024-09-13T14:53:15.975236+0000","last_active":"2024-09-13T14:55:45.222543+0000","last_peered":"2024-09-13T14:55:45.222543+0000","last_clean":"2024-09-13T14:55:45.222543+0000","last_became_active":"2024-09-13T14:53:15.974926+0000","last_became_peered":"2024-09-13T14:53:15.974926+0000","last_unstale":"2024-09-13T14:55:45.222543+0000","last_undegraded":"2024-09-13T14:55:45.222543+0000","last_fullsized":"2024-09-13T14:55:45.222543+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:34:32.022447+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.11","version":"0'0","reported_seq":318,"reported_epoch":1256,"state":"active+clean","last_fresh":"2024-09-13T14:55:46.425809+0000","last_change":"2024-09-13T14:53:15.966198+0000","last_active":"2024-09-13T14:55:46.425809+0000","last_peered":"2024-09-13T14:55:46.425809+0000","last_clean":"2024-09-13T14:55:46.425809+0000","last_became_active":"2024-09-13T14:53:15.965499+0000","last_became_peered":"2024-09-13T14:53:15.965499+0000","last_unstale":"2024-09-13T14:55:46.425809+0000","last_undegraded":"2024-09-13T14:55:46.425809+0000","last_fullsized":"2024-09-13T14:55:46.425809+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:35:32.678653+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.17","version":"0'0","reported_seq":1706,"reported_epoch":1256,"state":"active+clean","last_fresh":"2024-09-13T14:55:46.401657+0000","last_change":"2024-09-13T14:41:41.335259+0000","last_active":"2024-09-13T14:55:46.401657+0000","last_peered":"2024-09-13T14:55:46.401657+0000","last_clean":"2024-09-13T14:55:46.401657+0000","last_became_active":"2024-09-13T14:41:41.334947+0000","last_became_peered":"2024-09-13T14:41:41.334947+0000","last_unstale":"2024-09-13T14:55:46.401657+0000","last_undegraded":"2024-09-13T14:55:46.401657+0000","last_fullsized":"2024-09-13T14:55:46.401657+0000","mapping_epoch":1116,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1117,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:13:58.295756+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.10","version":"0'0","reported_seq":306,"reported_epoch":1256,"state":"active+clean","last_fresh":"2024-09-13T14:55:46.426299+0000","last_change":"2024-09-13T14:52:33.207735+0000","last_active":"2024-09-13T14:55:46.426299+0000","last_peered":"2024-09-13T14:55:46.426299+0000","last_clean":"2024-09-13T14:55:46.426299+0000","last_became_active":"2024-09-13T14:52:33.207361+0000","last_became_peered":"2024-09-13T14:52:33.207361+0000","last_unstale":"2024-09-13T14:55:46.426299+0000","last_undegraded":"2024-09-13T14:55:46.426299+0000","last_fullsized":"2024-09-13T14:55:46.426299+0000","mapping_epoch":1222,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1223,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:02:01.218128+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[3,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"8.13","version":"1256'9303","reported_seq":9398,"reported_epoch":1256,"state":"active+undersized+degraded+remapped+backfill_wait","last_fresh":"2024-09-13T14:55:49.714520+0000","last_change":"2024-09-13T14:54:29.221622+0000","last_active":"2024-09-13T14:55:49.714520+0000","last_peered":"2024-09-13T14:55:49.714520+0000","last_clean":"2024-09-13T14:51:18.738063+0000","last_became_active":"2024-09-13T14:54:29.214570+0000","last_became_peered":"2024-09-13T14:54:29.214570+0000","last_unstale":"2024-09-13T14:55:49.714520+0000","last_undegraded":"2024-09-13T14:54:29.212121+0000","last_fullsized":"2024-09-13T14:54:29.211966+0000","mapping_epoch":1248,"log_start":"1215'3300","ondisk_log_start":"1215'3300","created":1246,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":5,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":6003,"log_dups_size":0,"ondisk_log_size":6003,"stats_invalid":true,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"queued for scrub","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":165019648,"num_objects":2518,"num_object_clones":0,"num_object_copies":7554,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":2518,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2518,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":4979,"num_write_kb":239904,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"avail_no_missing":["5","1"],"object_location_counts":[{"shards":"1,5","objects":2518}],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.1f","version":"0'0","reported_seq":1121,"reported_epoch":1255,"state":"active+clean","last_fresh":"2024-09-13T14:55:24.072799+0000","last_change":"2024-09-13T14:52:33.207992+0000","last_active":"2024-09-13T14:55:24.072799+0000","last_peered":"2024-09-13T14:55:24.072799+0000","last_clean":"2024-09-13T14:55:24.072799+0000","last_became_active":"2024-09-13T14:52:33.207700+0000","last_became_peered":"2024-09-13T14:52:33.207700+0000","last_unstale":"2024-09-13T14:55:24.072799+0000","last_undegraded":"2024-09-13T14:55:24.072799+0000","last_fullsized":"2024-09-13T14:55:24.072799+0000","mapping_epoch":1222,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1223,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:46:33.658014+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.18","version":"0'0","reported_seq":315,"reported_epoch":1256,"state":"active+clean","last_fresh":"2024-09-13T14:55:46.426234+0000","last_change":"2024-09-13T14:53:15.974019+0000","last_active":"2024-09-13T14:55:46.426234+0000","last_peered":"2024-09-13T14:55:46.426234+0000","last_clean":"2024-09-13T14:55:46.426234+0000","last_became_active":"2024-09-13T14:53:15.973260+0000","last_became_peered":"2024-09-13T14:53:15.973260+0000","last_unstale":"2024-09-13T14:55:46.426234+0000","last_undegraded":"2024-09-13T14:55:46.426234+0000","last_fullsized":"2024-09-13T14:55:46.426234+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:07:31.425560+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"8.12","version":"1256'9522","reported_seq":22355,"reported_epoch":1256,"state":"active+clean","last_fresh":"2024-09-13T14:55:50.688026+0000","last_change":"2024-09-13T14:54:31.772437+0000","last_active":"2024-09-13T14:55:50.688026+0000","last_peered":"2024-09-13T14:55:50.688026+0000","last_clean":"2024-09-13T14:55:50.688026+0000","last_became_active":"2024-09-13T14:54:27.900686+0000","last_became_peered":"2024-09-13T14:54:27.900686+0000","last_unstale":"2024-09-13T14:55:50.688026+0000","last_undegraded":"2024-09-13T14:55:50.688026+0000","last_fullsized":"2024-09-13T14:55:50.688026+0000","mapping_epoch":1246,"log_start":"0'0","ondisk_log_start":"0'0","created":1246,"last_epoch_clean":1247,"parent":"0.0","parent_split_bits":5,"last_scrub":"1249'8815","last_scrub_stamp":"2024-09-13T14:54:31.772368+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:54:31.772368+0000","objects_scrubbed":3223,"log_size":9522,"log_dups_size":0,"ondisk_log_size":9522,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:25:48.745355+0000","scrub_duration":362,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":164888576,"num_objects":2516,"num_object_clones":0,"num_object_copies":7548,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2516,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":707,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[0,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"4.1e","version":"0'0","reported_seq":1729,"reported_epoch":1256,"state":"active+clean","last_fresh":"2024-09-13T14:55:46.407152+0000","last_change":"2024-09-13T14:53:15.980879+0000","last_active":"2024-09-13T14:55:46.407152+0000","last_peered":"2024-09-13T14:55:46.407152+0000","last_clean":"2024-09-13T14:55:46.407152+0000","last_became_active":"2024-09-13T14:53:15.980568+0000","last_became_peered":"2024-09-13T14:53:15.980568+0000","last_unstale":"2024-09-13T14:55:46.407152+0000","last_undegraded":"2024-09-13T14:55:46.407152+0000","last_fullsized":"2024-09-13T14:55:46.407152+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:22:31.268734+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.19","version":"0'0","reported_seq":1683,"reported_epoch":1256,"state":"active+clean","last_fresh":"2024-09-13T14:55:46.423289+0000","last_change":"2024-09-13T14:52:34.210859+0000","last_active":"2024-09-13T14:55:46.423289+0000","last_peered":"2024-09-13T14:55:46.423289+0000","last_clean":"2024-09-13T14:55:46.423289+0000","last_became_active":"2024-09-13T14:52:34.210539+0000","last_became_peered":"2024-09-13T14:52:34.210539+0000","last_unstale":"2024-09-13T14:55:46.423289+0000","last_undegraded":"2024-09-13T14:55:46.423289+0000","last_fullsized":"2024-09-13T14:55:46.423289+0000","mapping_epoch":1223,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1224,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:42:17.821501+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[1,3,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"8.11","version":"1256'9362","reported_seq":9525,"reported_epoch":1256,"state":"active+clean","last_fresh":"2024-09-13T14:55:50.663416+0000","last_change":"2024-09-13T14:54:30.776120+0000","last_active":"2024-09-13T14:55:50.663416+0000","last_peered":"2024-09-13T14:55:50.663416+0000","last_clean":"2024-09-13T14:55:50.663416+0000","last_became_active":"2024-09-13T14:54:27.896239+0000","last_became_peered":"2024-09-13T14:54:27.896239+0000","last_unstale":"2024-09-13T14:55:50.663416+0000","last_undegraded":"2024-09-13T14:55:50.663416+0000","last_fullsized":"2024-09-13T14:55:50.663416+0000","mapping_epoch":1246,"log_start":"1213'3200","ondisk_log_start":"1213'3200","created":1246,"last_epoch_clean":1247,"parent":"0.0","parent_split_bits":5,"last_scrub":"1245'8696","last_scrub_stamp":"2024-09-13T14:54:30.775953+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:54:30.775953+0000","objects_scrubbed":3081,"log_size":6162,"log_dups_size":0,"ondisk_log_size":6162,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:51:16.707643+0000","scrub_duration":341,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":158269440,"num_objects":2415,"num_object_clones":0,"num_object_copies":7245,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2415,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":666,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1d","version":"0'0","reported_seq":306,"reported_epoch":1256,"state":"active+clean","last_fresh":"2024-09-13T14:55:46.426883+0000","last_change":"2024-09-13T14:52:34.207666+0000","last_active":"2024-09-13T14:55:46.426883+0000","last_peered":"2024-09-13T14:55:46.426883+0000","last_clean":"2024-09-13T14:55:46.426883+0000","last_became_active":"2024-09-13T14:52:34.207362+0000","last_became_peered":"2024-09-13T14:52:34.207362+0000","last_unstale":"2024-09-13T14:55:46.426883+0000","last_undegraded":"2024-09-13T14:55:46.426883+0000","last_fullsized":"2024-09-13T14:55:46.426883+0000","mapping_epoch":1223,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1224,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:36:34.703350+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[3,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1a","version":"70'1","reported_seq":140,"reported_epoch":1256,"state":"active+clean","last_fresh":"2024-09-13T14:55:46.401311+0000","last_change":"2024-09-13T14:53:15.990230+0000","last_active":"2024-09-13T14:55:46.401311+0000","last_peered":"2024-09-13T14:55:46.401311+0000","last_clean":"2024-09-13T14:55:46.401311+0000","last_became_active":"2024-09-13T14:53:15.988841+0000","last_became_peered":"2024-09-13T14:53:15.988841+0000","last_unstale":"2024-09-13T14:55:46.401311+0000","last_undegraded":"2024-09-13T14:55:46.401311+0000","last_fullsized":"2024-09-13T14:55:46.401311+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T19:30:08.607692+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[0,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"8.10","version":"1256'9638","reported_seq":9797,"reported_epoch":1256,"state":"active+clean","last_fresh":"2024-09-13T14:55:48.548278+0000","last_change":"2024-09-13T14:54:30.083328+0000","last_active":"2024-09-13T14:55:48.548278+0000","last_peered":"2024-09-13T14:55:48.548278+0000","last_clean":"2024-09-13T14:55:48.548278+0000","last_became_active":"2024-09-13T14:54:27.903777+0000","last_became_peered":"2024-09-13T14:54:27.903777+0000","last_unstale":"2024-09-13T14:55:48.548278+0000","last_undegraded":"2024-09-13T14:55:48.548278+0000","last_fullsized":"2024-09-13T14:55:48.548278+0000","mapping_epoch":1246,"log_start":"1213'3200","ondisk_log_start":"1213'3200","created":1246,"last_epoch_clean":1247,"parent":"0.0","parent_split_bits":5,"last_scrub":"1248'9015","last_scrub_stamp":"2024-09-13T14:54:30.083245+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:54:30.083245+0000","objects_scrubbed":3238,"log_size":6438,"log_dups_size":0,"ondisk_log_size":6438,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:33:07.241931+0000","scrub_duration":357,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":171376640,"num_objects":2615,"num_object_clones":0,"num_object_copies":7845,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2615,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":623,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[3,5,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.1c","version":"0'0","reported_seq":1423,"reported_epoch":1256,"state":"active+clean","last_fresh":"2024-09-13T14:55:46.426010+0000","last_change":"2024-09-13T14:52:54.828316+0000","last_active":"2024-09-13T14:55:46.426010+0000","last_peered":"2024-09-13T14:55:46.426010+0000","last_clean":"2024-09-13T14:55:46.426010+0000","last_became_active":"2024-09-13T14:52:54.827907+0000","last_became_peered":"2024-09-13T14:52:54.827907+0000","last_unstale":"2024-09-13T14:55:46.426010+0000","last_undegraded":"2024-09-13T14:55:46.426010+0000","last_fullsized":"2024-09-13T14:55:46.426010+0000","mapping_epoch":1226,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1227,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:19:09.001394+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[3,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1b","version":"70'1","reported_seq":37,"reported_epoch":1256,"state":"active+clean","last_fresh":"2024-09-13T14:55:46.402442+0000","last_change":"2024-09-13T14:53:15.995517+0000","last_active":"2024-09-13T14:55:46.402442+0000","last_peered":"2024-09-13T14:55:46.402442+0000","last_clean":"2024-09-13T14:55:46.402442+0000","last_became_active":"2024-09-13T14:53:15.994373+0000","last_became_peered":"2024-09-13T14:53:15.994373+0000","last_unstale":"2024-09-13T14:55:46.402442+0000","last_undegraded":"2024-09-13T14:55:46.402442+0000","last_fullsized":"2024-09-13T14:55:46.402442+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T21:46:34.165711+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[7,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"8.17","version":"1256'9468","reported_seq":9586,"reported_epoch":1256,"state":"active+undersized+degraded+remapped+backfill_wait","last_fresh":"2024-09-13T14:55:48.512036+0000","last_change":"2024-09-13T14:54:29.223024+0000","last_active":"2024-09-13T14:55:48.512036+0000","last_peered":"2024-09-13T14:55:48.512036+0000","last_clean":"2024-09-13T14:51:18.738063+0000","last_became_active":"2024-09-13T14:54:29.214917+0000","last_became_peered":"2024-09-13T14:54:29.214917+0000","last_unstale":"2024-09-13T14:55:48.512036+0000","last_undegraded":"2024-09-13T14:54:29.211551+0000","last_fullsized":"2024-09-13T14:54:29.211399+0000","mapping_epoch":1248,"log_start":"1215'3400","ondisk_log_start":"1215'3400","created":1246,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":5,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":6068,"log_dups_size":0,"ondisk_log_size":6068,"stats_invalid":true,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"no scrub is scheduled","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":167215104,"num_objects":2552,"num_object_clones":0,"num_object_copies":7656,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":2552,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2552,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":5052,"num_write_kb":243296,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[3,1],"avail_no_missing":["3","1"],"object_location_counts":[{"shards":"1,3","objects":2552}],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.1b","version":"0'0","reported_seq":1301,"reported_epoch":1256,"state":"active+clean","last_fresh":"2024-09-13T14:55:46.426034+0000","last_change":"2024-09-13T14:53:15.989481+0000","last_active":"2024-09-13T14:55:46.426034+0000","last_peered":"2024-09-13T14:55:46.426034+0000","last_clean":"2024-09-13T14:55:46.426034+0000","last_became_active":"2024-09-13T14:53:15.988626+0000","last_became_peered":"2024-09-13T14:53:15.988626+0000","last_unstale":"2024-09-13T14:55:46.426034+0000","last_undegraded":"2024-09-13T14:55:46.426034+0000","last_fullsized":"2024-09-13T14:55:46.426034+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:51:38.815661+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.1c","version":"70'2","reported_seq":1222,"reported_epoch":1255,"state":"active+clean","last_fresh":"2024-09-13T14:55:24.084731+0000","last_change":"2024-09-13T14:52:34.377073+0000","last_active":"2024-09-13T14:55:24.084731+0000","last_peered":"2024-09-13T14:55:24.084731+0000","last_clean":"2024-09-13T14:55:24.084731+0000","last_became_active":"2024-09-13T14:52:34.206041+0000","last_became_peered":"2024-09-13T14:52:34.206041+0000","last_unstale":"2024-09-13T14:55:24.084731+0000","last_undegraded":"2024-09-13T14:55:24.084731+0000","last_fullsized":"2024-09-13T14:55:24.084731+0000","mapping_epoch":1223,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1224,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T22:15:14.647951+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":1,"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":[5,1,6],"acting":[5,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"8.16","version":"1256'9483","reported_seq":12958,"reported_epoch":1256,"state":"active+recovery_wait+undersized+degraded+remapped","last_fresh":"2024-09-13T14:55:50.558844+0000","last_change":"2024-09-13T14:54:29.329664+0000","last_active":"2024-09-13T14:55:50.558844+0000","last_peered":"2024-09-13T14:55:50.558844+0000","last_clean":"2024-09-13T14:51:18.738063+0000","last_became_active":"2024-09-13T14:54:29.317118+0000","last_became_peered":"2024-09-13T14:54:29.317118+0000","last_unstale":"2024-09-13T14:55:50.558844+0000","last_undegraded":"2024-09-13T14:54:29.272430+0000","last_fullsized":"2024-09-13T14:54:29.210956+0000","mapping_epoch":1248,"log_start":"0'0","ondisk_log_start":"0'0","created":1246,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":5,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":9483,"log_dups_size":0,"ondisk_log_size":9483,"stats_invalid":true,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"no scrub is scheduled","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":163479552,"num_objects":2495,"num_object_clones":0,"num_object_copies":7485,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":5246,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2495,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":5091,"num_write_kb":242720,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":910,"num_bytes_recovered":59572224,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6,7],"acting":[0,7],"avail_no_missing":["0","3"],"object_location_counts":[{"shards":"0,3","objects":1897},{"shards":"0,3,6","objects":636},{"shards":"0,7","objects":-38}],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"4.1a","version":"0'0","reported_seq":1299,"reported_epoch":1256,"state":"active+clean","last_fresh":"2024-09-13T14:55:46.428107+0000","last_change":"2024-09-13T14:52:34.264204+0000","last_active":"2024-09-13T14:55:46.428107+0000","last_peered":"2024-09-13T14:55:46.428107+0000","last_clean":"2024-09-13T14:55:46.428107+0000","last_became_active":"2024-09-13T14:52:34.263873+0000","last_became_peered":"2024-09-13T14:52:34.263873+0000","last_unstale":"2024-09-13T14:55:46.428107+0000","last_undegraded":"2024-09-13T14:55:46.428107+0000","last_fullsized":"2024-09-13T14:55:46.428107+0000","mapping_epoch":1223,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1224,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:05:47.054773+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[3,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1d","version":"70'2","reported_seq":1213,"reported_epoch":1255,"state":"active+clean","last_fresh":"2024-09-13T14:55:24.084546+0000","last_change":"2024-09-13T14:52:34.207172+0000","last_active":"2024-09-13T14:55:24.084546+0000","last_peered":"2024-09-13T14:55:24.084546+0000","last_clean":"2024-09-13T14:55:24.084546+0000","last_became_active":"2024-09-13T14:52:34.206861+0000","last_became_peered":"2024-09-13T14:52:34.206861+0000","last_unstale":"2024-09-13T14:55:24.084546+0000","last_undegraded":"2024-09-13T14:55:24.084546+0000","last_fullsized":"2024-09-13T14:55:24.084546+0000","mapping_epoch":1223,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1224,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T16:53:54.089334+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":1,"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":[5,6,1],"acting":[5,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"8.15","version":"1256'9331","reported_seq":13928,"reported_epoch":1256,"state":"active+recovery_wait+undersized+degraded+remapped","last_fresh":"2024-09-13T14:55:48.595677+0000","last_change":"2024-09-13T14:54:37.867962+0000","last_active":"2024-09-13T14:55:48.595677+0000","last_peered":"2024-09-13T14:55:48.595677+0000","last_clean":"2024-09-13T14:51:18.738063+0000","last_became_active":"2024-09-13T14:54:37.629684+0000","last_became_peered":"2024-09-13T14:54:37.629684+0000","last_unstale":"2024-09-13T14:55:48.595677+0000","last_undegraded":"2024-09-13T14:54:36.246213+0000","last_fullsized":"2024-09-13T14:54:33.230477+0000","mapping_epoch":1250,"log_start":"1218'3626","ondisk_log_start":"1218'3626","created":1246,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":5,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":5705,"log_dups_size":0,"ondisk_log_size":5705,"stats_invalid":true,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"queued for scrub","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":166625280,"num_objects":2543,"num_object_clones":0,"num_object_copies":7629,"num_objects_missing_on_primary":1861,"num_objects_missing":1861,"num_objects_degraded":4821,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2543,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":4969,"num_write_kb":240352,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":1208,"num_bytes_recovered":79101952,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[6,0],"avail_no_missing":["0","1"],"object_location_counts":[{"shards":"0,1","objects":1861},{"shards":"0,1,6","objects":599},{"shards":"0,6","objects":77}],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"4.19","version":"0'0","reported_seq":301,"reported_epoch":1256,"state":"active+clean","last_fresh":"2024-09-13T14:55:46.425862+0000","last_change":"2024-09-13T14:50:40.391325+0000","last_active":"2024-09-13T14:55:46.425862+0000","last_peered":"2024-09-13T14:55:46.425862+0000","last_clean":"2024-09-13T14:55:46.425862+0000","last_became_active":"2024-09-13T14:50:40.389039+0000","last_became_peered":"2024-09-13T14:50:40.389039+0000","last_unstale":"2024-09-13T14:55:46.425862+0000","last_undegraded":"2024-09-13T14:55:46.425862+0000","last_fullsized":"2024-09-13T14:55:46.425862+0000","mapping_epoch":1197,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1198,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:03:04.117706+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"70'1","reported_seq":312,"reported_epoch":1256,"state":"active+clean","last_fresh":"2024-09-13T14:55:46.426712+0000","last_change":"2024-09-13T14:52:34.216684+0000","last_active":"2024-09-13T14:55:46.426712+0000","last_peered":"2024-09-13T14:55:46.426712+0000","last_clean":"2024-09-13T14:55:46.426712+0000","last_became_active":"2024-09-13T14:52:34.216364+0000","last_became_peered":"2024-09-13T14:52:34.216364+0000","last_unstale":"2024-09-13T14:55:46.426712+0000","last_undegraded":"2024-09-13T14:55:46.426712+0000","last_fullsized":"2024-09-13T14:55:46.426712+0000","mapping_epoch":1223,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1224,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T22:31:08.083576+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"8.14","version":"1256'9507","reported_seq":9600,"reported_epoch":1256,"state":"active+undersized+degraded+remapped+backfill_wait","last_fresh":"2024-09-13T14:55:49.792815+0000","last_change":"2024-09-13T14:54:29.222635+0000","last_active":"2024-09-13T14:55:49.792815+0000","last_peered":"2024-09-13T14:55:49.792815+0000","last_clean":"2024-09-13T14:51:18.738063+0000","last_became_active":"2024-09-13T14:54:29.214086+0000","last_became_peered":"2024-09-13T14:54:29.214086+0000","last_unstale":"2024-09-13T14:55:49.792815+0000","last_undegraded":"2024-09-13T14:54:29.212084+0000","last_fullsized":"2024-09-13T14:54:29.211943+0000","mapping_epoch":1248,"log_start":"1213'3100","ondisk_log_start":"1213'3100","created":1246,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":5,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:51:18.738063+0000","last_clean_scrub_stamp":"2024-09-13T14:51:18.738063+0000","objects_scrubbed":0,"log_size":6407,"log_dups_size":0,"ondisk_log_size":6407,"stats_invalid":true,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"queued for scrub","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":165249024,"num_objects":2522,"num_object_clones":0,"num_object_copies":7566,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":2519,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2522,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":5084,"num_write_kb":243360,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":4,"num_bytes_recovered":262144,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[5,3],"avail_no_missing":["5","3"],"object_location_counts":[{"shards":"3,5","objects":2522}],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.18","version":"0'0","reported_seq":763,"reported_epoch":1255,"state":"active+clean","last_fresh":"2024-09-13T14:55:24.072104+0000","last_change":"2024-09-13T14:52:34.203535+0000","last_active":"2024-09-13T14:55:24.072104+0000","last_peered":"2024-09-13T14:55:24.072104+0000","last_clean":"2024-09-13T14:55:24.072104+0000","last_became_active":"2024-09-13T14:52:34.203144+0000","last_became_peered":"2024-09-13T14:52:34.203144+0000","last_unstale":"2024-09-13T14:55:24.072104+0000","last_undegraded":"2024-09-13T14:55:24.072104+0000","last_fullsized":"2024-09-13T14:55:24.072104+0000","mapping_epoch":1223,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1224,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:05:06.012749+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1,5],"acting":[6,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.1f","version":"70'4","reported_seq":174,"reported_epoch":1255,"state":"active+clean","last_fresh":"2024-09-13T14:55:40.976301+0000","last_change":"2024-09-13T14:53:15.963485+0000","last_active":"2024-09-13T14:55:40.976301+0000","last_peered":"2024-09-13T14:55:40.976301+0000","last_clean":"2024-09-13T14:55:40.976301+0000","last_became_active":"2024-09-13T14:53:15.959312+0000","last_became_peered":"2024-09-13T14:53:15.959312+0000","last_unstale":"2024-09-13T14:55:40.976301+0000","last_undegraded":"2024-09-13T14:55:40.976301+0000","last_fullsized":"2024-09-13T14:55:40.976301+0000","mapping_epoch":1230,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1231,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T14:39:09.034813+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":6,"num_bytes_recovered":1746,"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":[5,6,7],"acting":[5,6,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]}],"pool_stats":[{"poolid":8,"num_pg":26,"stat_sum":{"num_bytes":5309399064,"num_objects":81016,"num_object_clones":0,"num_object_copies":243048,"num_objects_missing_on_primary":3792,"num_objects_missing":3792,"num_objects_degraded":56083,"num_objects_misplaced":16296,"num_objects_unfound":0,"num_objects_dirty":81016,"num_whiteouts":0,"num_read":1,"num_read_kb":1,"num_write":135050,"num_write_kb":6303233,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":16198,"num_bytes_recovered":1061158912,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":13702733824,"data_stored":13702725680,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":178475,"ondisk_log_size":178475,"up":78,"acting":62,"num_store_stats":6},{"poolid":4,"num_pg":32,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":96,"acting":96,"num_store_stats":8},{"poolid":3,"num_pg":32,"stat_sum":{"num_bytes":5554,"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":62,"num_write_kb":31,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":45,"num_bytes_recovered":11732,"num_keys_recovered":20,"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":122880,"data_stored":22056,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":16791,"internal_metadata":0},"log_size":56,"ondisk_log_size":56,"up":96,"acting":96,"num_store_stats":8},{"poolid":2,"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":3,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":1,"num_pg":11,"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":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":2969600,"data_stored":2951840,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":1639,"ondisk_log_size":1639,"up":33,"acting":33,"num_store_stats":6}],"osd_stats":[{"osd":7,"up_from":54,"seq":231928234446,"num_pgs":60,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1080408,"kb_used_data":576016,"kb_used_omap":1,"kb_used_meta":504382,"kb_avail":92664744,"statfs":{"total":95995035648,"available":94888697856,"internally_reserved":0,"allocated":589840384,"data_stored":586974091,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1588,"internal_metadata":516487628},"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":[0,1],"upper_bound":4},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":6,"up_from":1222,"seq":5248450035750,"num_pgs":66,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":679900,"kb_used_data":495120,"kb_used_omap":67,"kb_used_meta":184700,"kb_avail":93065252,"statfs":{"total":95995035648,"available":95298818048,"internally_reserved":0,"allocated":507002880,"data_stored":504137431,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":69314,"internal_metadata":189133118},"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":[0,0,0,0,0,1,2,1,1,6,3],"upper_bound":2048},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":5,"up_from":38,"seq":163208757720,"num_pgs":52,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":4230536,"kb_used_data":3577664,"kb_used_omap":1,"kb_used_meta":652862,"kb_avail":89514616,"statfs":{"total":95995035648,"available":91662966784,"internally_reserved":0,"allocated":3663527936,"data_stored":3660672646,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":668531142},"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":[1,0,0,0,0,0,1],"upper_bound":128},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":4,"up_from":0,"seq":128849019357,"num_pgs":0,"num_osds":0,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":0,"kb_used":0,"kb_used_data":0,"kb_used_omap":0,"kb_used_meta":0,"kb_avail":0,"statfs":{"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},"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":[]},{"osd":3,"up_from":845,"seq":3629247365386,"num_pgs":44,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":3820536,"kb_used_data":3170800,"kb_used_omap":34,"kb_used_meta":649693,"kb_avail":89924616,"statfs":{"total":95995035648,"available":92082806784,"internally_reserved":0,"allocated":3246899200,"data_stored":3244059679,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":35801,"internal_metadata":665285671},"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":0,"seq":3491808411921,"num_pgs":0,"num_osds":0,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":0,"kb_used":0,"kb_used_data":0,"kb_used_omap":0,"kb_used_meta":0,"kb_avail":0,"statfs":{"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},"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":[]},{"osd":1,"up_from":780,"seq":3350074491159,"num_pgs":76,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":4331460,"kb_used_data":3690044,"kb_used_omap":30,"kb_used_meta":641377,"kb_avail":89413692,"statfs":{"total":95995035648,"available":91559620608,"internally_reserved":0,"allocated":3778605056,"data_stored":3775753766,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":31404,"internal_metadata":656770388},"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":[]},{"osd":0,"up_from":746,"seq":3204045603102,"num_pgs":38,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":2413580,"kb_used_data":1943748,"kb_used_omap":66,"kb_used_meta":469757,"kb_avail":91331572,"statfs":{"total":95995035648,"available":93523529728,"internally_reserved":0,"allocated":1990397952,"data_stored":1987543678,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":68403,"internal_metadata":481031373},"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":[0,0,1],"upper_bound":8},"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":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":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":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":0,"data_stored":0,"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":4096,"data_stored":19,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":4096,"data_stored":19,"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":4096,"data_stored":19,"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":0,"data_stored":0,"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":20480,"data_stored":4880,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3890,"internal_metadata":0},{"poolid":3,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":22,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3041,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":24576,"data_stored":5394,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1366,"internal_metadata":0},{"poolid":3,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":90,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3176,"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":12288,"data_stored":674,"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":24576,"data_stored":5442,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5318,"internal_metadata":0},{"poolid":3,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":32768,"data_stored":5554,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":8,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":1977745408,"data_stored":1977745408,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":8,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":3762753536,"data_stored":3762749464,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":8,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":3232038912,"data_stored":3232038912,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":8,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":3648000000,"data_stored":3647995928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":8,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":496697344,"data_stored":496697344,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":8,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":585498624,"data_stored":585498624,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-13T14:55:59.920 INFO:tasks.cephadm.ceph_manager.ceph:increase pool size by 10 2024-09-13T14:55:59.921 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd pool set .mgr pg_num 21 2024-09-13T14:55:59.929 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:55:59.930 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:55:59.930 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:55:59.934 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:56:00.031 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:56:00.059 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:00.060 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:00.060 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:56:00.161 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:56:00.184 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:00.185 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:00.185 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:56:00.286 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:00.311 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:00.312 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:00.312 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:00.413 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:56:00.435 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:00.436 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:00.437 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:56:00.537 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:56:00.561 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:00.562 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:00.563 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:56:00.664 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:56:00.686 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:00.687 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:00.687 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:56:00.732 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:00 smithi071 ceph-mon[107477]: pgmap v1795: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 4.8 GiB data, 16 GiB used, 521 GiB / 536 GiB avail; 0 B/s wr, 274 op/s; 54748/237711 objects degraded (23.031%); 15389/237711 objects misplaced (6.474%); 8.2 MiB/s, 131 objects/s recovering 2024-09-13T14:56:00.732 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:00 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:56:00.732 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:00 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:56:00.733 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:00 smithi071 ceph-mon[112785]: pgmap v1795: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 4.8 GiB data, 16 GiB used, 521 GiB / 536 GiB avail; 0 B/s wr, 274 op/s; 54748/237711 objects degraded (23.031%); 15389/237711 objects misplaced (6.474%); 8.2 MiB/s, 131 objects/s recovering 2024-09-13T14:56:00.733 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:00 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:56:00.733 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:00 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:56:00.788 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:00.811 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:00.811 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:00.812 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:00.913 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:00.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:00 smithi104 ceph-mon[105578]: pgmap v1795: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 4.8 GiB data, 16 GiB used, 521 GiB / 536 GiB avail; 0 B/s wr, 274 op/s; 54748/237711 objects degraded (23.031%); 15389/237711 objects misplaced (6.474%); 8.2 MiB/s, 131 objects/s recovering 2024-09-13T14:56:00.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:00 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:56:00.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:00 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:56:00.937 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:00.937 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:00.938 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:01.039 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:01.064 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:01.065 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:01.066 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:01.167 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:01.191 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:01.192 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:01.193 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:01.293 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:01.316 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:01.317 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:01.317 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:01.418 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:01.444 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:01.445 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:01.445 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:01.546 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:01.569 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:01.570 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:01.570 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:01.671 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:56:01.697 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:01.697 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:01.698 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:56:01.799 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:01.821 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:01.822 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:01.822 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:01.923 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:01.949 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:01.949 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:01.950 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:02.051 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:02.077 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:02.078 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:02.078 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:02.179 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:56:02.202 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:02.203 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:02.203 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:56:02.304 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:02.330 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:02.330 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:02.331 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:02.432 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:56:02.459 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:02.460 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:02.460 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:56:02.561 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:02.585 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:02.586 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:02.586 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:02.625 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:56:02.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:02 smithi071 ceph-mon[112785]: pgmap v1796: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 4.7 GiB data, 15 GiB used, 521 GiB / 536 GiB avail; 0 B/s wr, 403 op/s; 53781/232782 objects degraded (23.104%); 14470/232782 objects misplaced (6.216%); 11 MiB/s, 193 objects/s recovering 2024-09-13T14:56:02.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:02 smithi071 ceph-mon[107477]: pgmap v1796: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 4.7 GiB data, 15 GiB used, 521 GiB / 536 GiB avail; 0 B/s wr, 403 op/s; 53781/232782 objects degraded (23.104%); 14470/232782 objects misplaced (6.216%); 11 MiB/s, 193 objects/s recovering 2024-09-13T14:56:02.688 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:02.710 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:02.711 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:02.711 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:02.812 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:02.838 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:02.838 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:02.839 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:02.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:02 smithi104 ceph-mon[105578]: pgmap v1796: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 4.7 GiB data, 15 GiB used, 521 GiB / 536 GiB avail; 0 B/s wr, 403 op/s; 53781/232782 objects degraded (23.104%); 14470/232782 objects misplaced (6.216%); 11 MiB/s, 193 objects/s recovering 2024-09-13T14:56:02.939 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:02.966 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:02.966 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:02.966 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:03.067 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:03.079 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:56:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:56:02] "GET /metrics HTTP/1.1" 200 36676 "" "Prometheus/2.51.0" 2024-09-13T14:56:03.090 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:03.091 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:03.091 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:03.192 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:56:03.199 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:56:03.216 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:03.217 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:03.217 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:56:03.318 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:03.345 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:03.346 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:03.346 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:03.447 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:03.484 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:03.485 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:03.485 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:03.574 INFO:teuthology.orchestra.run.smithi071.stderr:noscrub is set 2024-09-13T14:56:03.586 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:56:03.611 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:03.611 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:03.612 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:56:03.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:03 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/4182468491' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:56:03.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:03 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 53781/232782 objects degraded (23.104%), 16 pgs degraded, 16 pgs undersized (PG_DEGRADED) 2024-09-13T14:56:03.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:03 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/4182468491' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:56:03.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:03 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 53781/232782 objects degraded (23.104%), 16 pgs degraded, 16 pgs undersized (PG_DEGRADED) 2024-09-13T14:56:03.713 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:03.739 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:03.740 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:03.740 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:03.841 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:56:03.863 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:03.863 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:03.864 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:56:03.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:03 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/4182468491' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:56:03.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:03 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 53781/232782 objects degraded (23.104%), 16 pgs degraded, 16 pgs undersized (PG_DEGRADED) 2024-09-13T14:56:03.965 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:56:03.988 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:03.988 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:03.989 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:56:04.090 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:04.115 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:04.115 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:04.115 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:04.216 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:56:04.239 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:04.239 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:04.240 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:56:04.340 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:04.364 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:04.365 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:04.365 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:04.466 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:56:04.487 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:04.488 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:04.488 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:56:04.589 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:04.608 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:56:04.608 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:56:04.617 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:04.618 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:04.619 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:04.630 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:56:04.630 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:56:04.649 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:56:04.649 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:56:04.671 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:56:04.671 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:56:04.689 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:56:04.689 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:56:04.711 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:56:04.711 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:56:04.720 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:04.731 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T14:56:04.731 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T14:56:04.746 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:04.747 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:04.748 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:04.751 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:56:04.751 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:56:04.752 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:04 smithi071 ceph-mon[107477]: pgmap v1797: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 4.7 GiB data, 15 GiB used, 521 GiB / 536 GiB avail; 0 B/s wr, 287 op/s; 53781/232782 objects degraded (23.104%); 14470/232782 objects misplaced (6.216%); 8.3 MiB/s, 143 objects/s recovering 2024-09-13T14:56:04.752 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:04 smithi071 ceph-mon[107477]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:56:04.752 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:04 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/4182468491' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T14:56:04.752 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:04 smithi071 ceph-mon[107477]: osdmap e1257: 8 total, 8 up, 6 in 2024-09-13T14:56:04.752 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:04 smithi071 ceph-mon[112785]: pgmap v1797: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 4.7 GiB data, 15 GiB used, 521 GiB / 536 GiB avail; 0 B/s wr, 287 op/s; 53781/232782 objects degraded (23.104%); 14470/232782 objects misplaced (6.216%); 8.3 MiB/s, 143 objects/s recovering 2024-09-13T14:56:04.753 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:04 smithi071 ceph-mon[112785]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:56:04.753 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:04 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/4182468491' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T14:56:04.753 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:04 smithi071 ceph-mon[112785]: osdmap e1257: 8 total, 8 up, 6 in 2024-09-13T14:56:04.849 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:04.871 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:04.872 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:04.872 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:04.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:04 smithi104 ceph-mon[105578]: pgmap v1797: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 4.7 GiB data, 15 GiB used, 521 GiB / 536 GiB avail; 0 B/s wr, 287 op/s; 53781/232782 objects degraded (23.104%); 14470/232782 objects misplaced (6.216%); 8.3 MiB/s, 143 objects/s recovering 2024-09-13T14:56:04.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:04 smithi104 ceph-mon[105578]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:56:04.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:04 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/4182468491' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T14:56:04.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:04 smithi104 ceph-mon[105578]: osdmap e1257: 8 total, 8 up, 6 in 2024-09-13T14:56:04.973 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:05.002 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:05.003 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:05.003 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:05.104 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:56:05.131 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:05.132 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:05.132 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:56:05.233 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:56:05.258 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:05.259 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:05.259 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:56:05.360 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:56:05.386 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:05.387 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:05.387 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:56:05.488 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:05.514 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:05.515 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:05.515 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:05.616 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:05.638 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:05.639 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:05.639 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:05.740 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:56:05.762 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:05.762 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:05.763 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:56:05.863 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:05.876 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:05 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/4017238095' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:56:05.877 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:05 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/4017238095' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:56:05.889 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:05.890 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:05.890 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:05.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:05 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/4017238095' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:56:05.992 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:06.015 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:06.015 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:06.016 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:06.117 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:06.139 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:06.140 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:06.140 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:06.241 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:56:06.265 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:06.266 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:06.266 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:56:06.367 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:06.388 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:06.389 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:06.389 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:06.490 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:06.514 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:06.514 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:06.515 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:06.613 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:56:06.613 INFO:teuthology.orchestra.run.smithi071.stdout: "ops": [], 2024-09-13T14:56:06.613 INFO:teuthology.orchestra.run.smithi071.stdout: "complaint_time": 30, 2024-09-13T14:56:06.614 INFO:teuthology.orchestra.run.smithi071.stdout: "num_blocked_ops": 0 2024-09-13T14:56:06.614 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:56:06.616 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:56:06.648 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:06.649 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:06.649 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:56:06.748 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:06 smithi071 ceph-mon[107477]: pgmap v1799: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 4.7 GiB data, 15 GiB used, 521 GiB / 536 GiB avail; 0 B/s wr, 342 op/s; 53268/230931 objects degraded (23.067%); 14359/230931 objects misplaced (6.218%); 9.9 MiB/s, 171 objects/s recovering 2024-09-13T14:56:06.748 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:06 smithi071 ceph-mon[107477]: osdmap e1258: 8 total, 8 up, 6 in 2024-09-13T14:56:06.748 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:06 smithi071 ceph-mon[112785]: pgmap v1799: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 4.7 GiB data, 15 GiB used, 521 GiB / 536 GiB avail; 0 B/s wr, 342 op/s; 53268/230931 objects degraded (23.067%); 14359/230931 objects misplaced (6.218%); 9.9 MiB/s, 171 objects/s recovering 2024-09-13T14:56:06.748 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:06 smithi071 ceph-mon[112785]: osdmap e1258: 8 total, 8 up, 6 in 2024-09-13T14:56:06.751 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:06.781 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:06.781 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:06.782 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:06.882 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:06.905 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:06.905 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:06.906 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:06.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:06 smithi104 ceph-mon[105578]: pgmap v1799: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 4.7 GiB data, 15 GiB used, 521 GiB / 536 GiB avail; 0 B/s wr, 342 op/s; 53268/230931 objects degraded (23.067%); 14359/230931 objects misplaced (6.218%); 9.9 MiB/s, 171 objects/s recovering 2024-09-13T14:56:06.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:06 smithi104 ceph-mon[105578]: osdmap e1258: 8 total, 8 up, 6 in 2024-09-13T14:56:07.006 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:07.028 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:07.029 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:07.029 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:07.130 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:07.154 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:07.154 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:07.155 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:07.256 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:07.281 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:07.281 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:07.282 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:07.383 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:07.404 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:07.405 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:07.405 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:07.506 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:07.527 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:07.527 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:07.528 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:07.629 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:07.651 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:07.651 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:07.652 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:07.714 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd set nodeep-scrub 2024-09-13T14:56:07.738 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:07 smithi071 ceph-mon[107477]: osdmap e1259: 8 total, 8 up, 6 in 2024-09-13T14:56:07.738 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:07 smithi071 ceph-mon[112785]: osdmap e1259: 8 total, 8 up, 6 in 2024-09-13T14:56:07.753 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:07.775 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:07.775 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:07.776 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:07.877 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:07.898 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:07.899 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:07.899 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:07.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:07 smithi104 ceph-mon[105578]: osdmap e1259: 8 total, 8 up, 6 in 2024-09-13T14:56:07.973 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.0 dump_historic_ops 2024-09-13T14:56:08.000 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:08.028 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:08.028 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:08.029 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:08.129 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:08.155 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:08.155 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:08.156 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:08.257 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:08.278 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:08.279 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:08.279 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:08.380 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:08.400 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:08.401 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:08.401 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:08.502 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:08.529 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:08.530 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:08.530 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:08.631 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:08.658 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:08.659 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:08.659 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:08.760 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:08.784 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:08.883 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:08.883 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:08.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:08 smithi071 ceph-mon[107477]: pgmap v1802: 109 pgs: 1 peering, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 4.6 GiB data, 15 GiB used, 521 GiB / 536 GiB avail; 0 B/s wr, 260 op/s; 52266/228090 objects degraded (22.915%); 14179/228090 objects misplaced (6.216%); 2.2 MiB/s, 212 objects/s recovering 2024-09-13T14:56:08.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:08 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 52266/228090 objects degraded (22.915%), 15 pgs degraded, 15 pgs undersized (PG_DEGRADED) 2024-09-13T14:56:08.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:08 smithi071 ceph-mon[112785]: pgmap v1802: 109 pgs: 1 peering, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 4.6 GiB data, 15 GiB used, 521 GiB / 536 GiB avail; 0 B/s wr, 260 op/s; 52266/228090 objects degraded (22.915%); 14179/228090 objects misplaced (6.216%); 2.2 MiB/s, 212 objects/s recovering 2024-09-13T14:56:08.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:08 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 52266/228090 objects degraded (22.915%), 15 pgs degraded, 15 pgs undersized (PG_DEGRADED) 2024-09-13T14:56:08.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:08 smithi104 ceph-mon[105578]: pgmap v1802: 109 pgs: 1 peering, 2 active+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 4.6 GiB data, 15 GiB used, 521 GiB / 536 GiB avail; 0 B/s wr, 260 op/s; 52266/228090 objects degraded (22.915%); 14179/228090 objects misplaced (6.216%); 2.2 MiB/s, 212 objects/s recovering 2024-09-13T14:56:08.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:08 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 52266/228090 objects degraded (22.915%), 15 pgs degraded, 15 pgs undersized (PG_DEGRADED) 2024-09-13T14:56:08.984 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:09.007 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:09.007 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:09.008 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:09.040 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:56:09.109 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:56:09.130 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:09.130 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:09.131 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:56:09.231 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:56:09.252 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:09.253 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:09.253 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:56:09.354 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:56:09.376 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:09.377 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:09.377 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:56:09.478 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:56:09.503 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=false 2024-09-13T14:56:09.505 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:09.505 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:09.506 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:56:09.607 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:56:09.630 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:09.631 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:09.631 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:56:09.732 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:56:09.758 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:09.758 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:09.759 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:56:09.850 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:09 smithi071 ceph-mon[107477]: pgmap v1803: 109 pgs: 1 peering, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 4.6 GiB data, 15 GiB used, 521 GiB / 536 GiB avail; 0 B/s wr, 277 op/s; 49221/227781 objects degraded (21.609%); 16556/227781 objects misplaced (7.268%); 3.3 MiB/s, 229 objects/s recovering 2024-09-13T14:56:09.851 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:09 smithi071 ceph-mon[112785]: pgmap v1803: 109 pgs: 1 peering, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 4.6 GiB data, 15 GiB used, 521 GiB / 536 GiB avail; 0 B/s wr, 277 op/s; 49221/227781 objects degraded (21.609%); 16556/227781 objects misplaced (7.268%); 3.3 MiB/s, 229 objects/s recovering 2024-09-13T14:56:09.859 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:09.887 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:09.887 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:09.888 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:09.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:09 smithi104 ceph-mon[105578]: pgmap v1803: 109 pgs: 1 peering, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 11 active+undersized+degraded+remapped+backfill_wait, 91 active+clean; 4.6 GiB data, 15 GiB used, 521 GiB / 536 GiB avail; 0 B/s wr, 277 op/s; 49221/227781 objects degraded (21.609%); 16556/227781 objects misplaced (7.268%); 3.3 MiB/s, 229 objects/s recovering 2024-09-13T14:56:09.988 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:56:10.010 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:10.010 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:10.011 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:56:10.112 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:56:10.136 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:10.137 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:10.138 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:56:10.239 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:56:10.260 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:10.260 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:10.261 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:56:10.338 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:56:10.338 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:56:10.362 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:10.385 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:10.386 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:10.386 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:10.487 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:10.508 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:10.508 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:10.509 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:10.610 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:10.636 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:10.636 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:10.637 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:10.738 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:10.761 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:10.761 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:10.762 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:10.863 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:56:10.889 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:10.890 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:10.890 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:56:10.991 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:11.021 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:11.021 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:11.022 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:11.122 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:56:11.148 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:11.148 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:11.149 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:56:11.249 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:56:11.271 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:11.271 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:11.271 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:56:11.372 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:11.395 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:11.395 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:11.396 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:11.496 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:56:11.520 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:11.521 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:11.521 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:56:11.622 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:56:11.645 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:11.646 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:11.646 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:56:11.747 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:56:11.773 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:11.774 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:11.774 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:56:11.852 INFO:teuthology.orchestra.run.smithi071.stderr:set pool 1 pg_num to 21 2024-09-13T14:56:11.875 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:11.900 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:11.901 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:11.901 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:11.941 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:11 smithi071 ceph-mon[107477]: pgmap v1804: 109 pgs: 1 active+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 10 active+undersized+degraded+remapped+backfill_wait, 92 active+clean; 4.5 GiB data, 15 GiB used, 521 GiB / 536 GiB avail; 0 B/s wr, 446 op/s; 48313/223110 objects degraded (21.654%); 16279/223110 objects misplaced (7.296%); 3.8 MiB/s, 207 objects/s recovering 2024-09-13T14:56:11.942 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:11 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3459491946' entity='client.admin' cmd={"prefix": "osd pool set", "pool": ".mgr", "var": "pg_num", "val": "21"} : dispatch 2024-09-13T14:56:11.942 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:11 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd pool set", "pool": ".mgr", "var": "pg_num", "val": "21"} : dispatch 2024-09-13T14:56:11.942 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:11 smithi071 ceph-mon[112785]: pgmap v1804: 109 pgs: 1 active+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 10 active+undersized+degraded+remapped+backfill_wait, 92 active+clean; 4.5 GiB data, 15 GiB used, 521 GiB / 536 GiB avail; 0 B/s wr, 446 op/s; 48313/223110 objects degraded (21.654%); 16279/223110 objects misplaced (7.296%); 3.8 MiB/s, 207 objects/s recovering 2024-09-13T14:56:11.942 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:11 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3459491946' entity='client.admin' cmd={"prefix": "osd pool set", "pool": ".mgr", "var": "pg_num", "val": "21"} : dispatch 2024-09-13T14:56:11.942 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:11 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd pool set", "pool": ".mgr", "var": "pg_num", "val": "21"} : dispatch 2024-09-13T14:56:12.002 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:12.026 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:12.026 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:12.026 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:12.127 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:56:12.150 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:12.151 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:12.151 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:56:12.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:11 smithi104 ceph-mon[105578]: pgmap v1804: 109 pgs: 1 active+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 10 active+undersized+degraded+remapped+backfill_wait, 92 active+clean; 4.5 GiB data, 15 GiB used, 521 GiB / 536 GiB avail; 0 B/s wr, 446 op/s; 48313/223110 objects degraded (21.654%); 16279/223110 objects misplaced (7.296%); 3.8 MiB/s, 207 objects/s recovering 2024-09-13T14:56:12.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:11 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3459491946' entity='client.admin' cmd={"prefix": "osd pool set", "pool": ".mgr", "var": "pg_num", "val": "21"} : dispatch 2024-09-13T14:56:12.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:11 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd pool set", "pool": ".mgr", "var": "pg_num", "val": "21"} : dispatch 2024-09-13T14:56:12.252 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:56:12.275 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:12.276 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:12.276 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:56:12.377 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:56:12.400 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:12.401 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:12.401 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:56:12.502 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:56:12.523 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:12.524 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:12.524 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:56:12.625 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:12.647 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:12.648 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:12.648 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:12.749 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:12.771 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:12.771 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:12.772 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:12.873 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:56:12.895 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:12.895 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:12.896 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:56:12.997 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:13.013 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:12 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": ".mgr", "var": "pg_num", "val": "21"}]': finished 2024-09-13T14:56:13.013 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:12 smithi071 ceph-mon[107477]: osdmap e1260: 8 total, 8 up, 6 in 2024-09-13T14:56:13.013 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:12 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pool set", "pool": ".mgr", "var": "pg_num_actual", "val": "21"} : dispatch 2024-09-13T14:56:13.013 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:56:12 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:56:12] "GET /metrics HTTP/1.1" 200 36676 "" "Prometheus/2.51.0" 2024-09-13T14:56:13.013 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:12 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": ".mgr", "var": "pg_num", "val": "21"}]': finished 2024-09-13T14:56:13.014 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:12 smithi071 ceph-mon[112785]: osdmap e1260: 8 total, 8 up, 6 in 2024-09-13T14:56:13.014 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:12 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pool set", "pool": ".mgr", "var": "pg_num_actual", "val": "21"} : dispatch 2024-09-13T14:56:13.020 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:13.020 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:13.021 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:13.121 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:56:13.143 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:13.144 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:13.144 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:56:13.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:12 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": ".mgr", "var": "pg_num", "val": "21"}]': finished 2024-09-13T14:56:13.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:12 smithi104 ceph-mon[105578]: osdmap e1260: 8 total, 8 up, 6 in 2024-09-13T14:56:13.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:12 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pool set", "pool": ".mgr", "var": "pg_num_actual", "val": "21"} : dispatch 2024-09-13T14:56:13.246 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:56:13.269 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:13.270 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:13.270 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:56:13.371 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:56:13.392 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:13.393 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:13.393 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:56:13.494 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:56:13.519 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:13.519 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:13.520 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:56:13.620 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:13.643 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:13.643 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:13.643 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:13.744 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:13.766 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:13.766 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:13.767 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:13.867 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:56:13.894 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:13.895 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:13.895 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:56:13.996 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:14.022 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:14.023 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:14.023 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:14.124 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:14.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:13 smithi071 ceph-mon[107477]: pgmap v1806: 109 pgs: 1 active+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 10 active+undersized+degraded+remapped+backfill_wait, 92 active+clean; 4.5 GiB data, 15 GiB used, 521 GiB / 536 GiB avail; 0 B/s wr, 299 op/s; 48313/223110 objects degraded (21.654%); 16279/223110 objects misplaced (7.296%); 2.9 MiB/s, 193 objects/s recovering 2024-09-13T14:56:14.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pool set", "pool": ".mgr", "var": "pg_num_actual", "val": "21"}]': finished 2024-09-13T14:56:14.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:13 smithi071 ceph-mon[107477]: osdmap e1261: 8 total, 8 up, 6 in 2024-09-13T14:56:14.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:13 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 48313/223110 objects degraded (21.654%), 15 pgs degraded, 15 pgs undersized (PG_DEGRADED) 2024-09-13T14:56:14.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:13 smithi071 ceph-mon[112785]: pgmap v1806: 109 pgs: 1 active+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 10 active+undersized+degraded+remapped+backfill_wait, 92 active+clean; 4.5 GiB data, 15 GiB used, 521 GiB / 536 GiB avail; 0 B/s wr, 299 op/s; 48313/223110 objects degraded (21.654%); 16279/223110 objects misplaced (7.296%); 2.9 MiB/s, 193 objects/s recovering 2024-09-13T14:56:14.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pool set", "pool": ".mgr", "var": "pg_num_actual", "val": "21"}]': finished 2024-09-13T14:56:14.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:13 smithi071 ceph-mon[112785]: osdmap e1261: 8 total, 8 up, 6 in 2024-09-13T14:56:14.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:13 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 48313/223110 objects degraded (21.654%), 15 pgs degraded, 15 pgs undersized (PG_DEGRADED) 2024-09-13T14:56:14.147 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:14.148 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:14.148 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:14.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:13 smithi104 ceph-mon[105578]: pgmap v1806: 109 pgs: 1 active+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 10 active+undersized+degraded+remapped+backfill_wait, 92 active+clean; 4.5 GiB data, 15 GiB used, 521 GiB / 536 GiB avail; 0 B/s wr, 299 op/s; 48313/223110 objects degraded (21.654%); 16279/223110 objects misplaced (7.296%); 2.9 MiB/s, 193 objects/s recovering 2024-09-13T14:56:14.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:13 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pool set", "pool": ".mgr", "var": "pg_num_actual", "val": "21"}]': finished 2024-09-13T14:56:14.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:13 smithi104 ceph-mon[105578]: osdmap e1261: 8 total, 8 up, 6 in 2024-09-13T14:56:14.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:13 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 48313/223110 objects degraded (21.654%), 15 pgs degraded, 15 pgs undersized (PG_DEGRADED) 2024-09-13T14:56:14.250 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:56:14.272 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:14.272 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:14.273 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:56:14.373 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:14.395 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:14.395 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:14.396 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:14.496 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:56:14.520 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:14.521 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:14.521 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:56:14.622 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:14.645 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:14.646 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:14.646 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:14.747 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:14.770 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:14.771 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:14.771 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:14.872 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:56:14.899 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:14.901 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:14.901 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:56:15.002 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:56:15.024 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:15.024 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:15.025 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:56:15.126 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:15.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:14 smithi071 ceph-mon[107477]: osdmap e1262: 8 total, 8 up, 6 in 2024-09-13T14:56:15.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:14 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:56:15.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:14 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:56:15.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:14 smithi071 ceph-mon[112785]: osdmap e1262: 8 total, 8 up, 6 in 2024-09-13T14:56:15.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:14 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:56:15.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:14 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:56:15.148 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:15.149 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:15.149 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:15.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:14 smithi104 ceph-mon[105578]: osdmap e1262: 8 total, 8 up, 6 in 2024-09-13T14:56:15.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:14 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:56:15.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:14 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:56:15.250 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:56:15.273 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:15.273 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:15.274 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:56:15.374 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:56:15.399 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:15.400 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:15.400 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:56:15.501 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:15.523 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:15.523 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:15.524 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:15.625 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:56:15.648 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:15.649 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:15.650 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:56:15.750 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:15.771 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:15.772 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:15.772 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:15.812 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:56:15.812 INFO:teuthology.orchestra.run.smithi071.stdout: "size": 20, 2024-09-13T14:56:15.812 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 600, 2024-09-13T14:56:15.812 INFO:teuthology.orchestra.run.smithi071.stdout: "ops": [ 2024-09-13T14:56:15.812 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.812 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:101078 8.6 8:652686ba:::benchmark_data_smithi071_245775_object101077:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1221)", 2024-09-13T14:56:15.812 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:52:32.573436+0000", 2024-09-13T14:56:15.812 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 223.235822114, 2024-09-13T14:56:15.813 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.9191405260000001, 2024-09-13T14:56:15.813 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:56:15.813 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:56:15.813 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T14:56:15.813 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:56:15.813 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T14:56:15.813 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:56:15.813 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 101078 2024-09-13T14:56:15.813 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.813 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:56:15.813 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.813 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:56:15.813 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.573436+0000", 2024-09-13T14:56:15.814 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:56:15.814 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.814 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.814 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:56:15.814 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.573436+0000", 2024-09-13T14:56:15.814 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:56:15.814 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.814 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.814 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:56:15.814 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.573436+0000", 2024-09-13T14:56:15.814 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.5400000000000001e-07 2024-09-13T14:56:15.814 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.815 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.815 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:56:15.815 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.573482+0000", 2024-09-13T14:56:15.815 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.5720999999999998e-05 2024-09-13T14:56:15.815 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.815 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.815 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:56:15.815 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.573490+0000", 2024-09-13T14:56:15.815 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.1119999999999996e-06 2024-09-13T14:56:15.815 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.815 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.815 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:56:15.815 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.573496+0000", 2024-09-13T14:56:15.816 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.7699999999999998e-06 2024-09-13T14:56:15.816 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.816 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.816 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.816 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.574801+0000", 2024-09-13T14:56:15.816 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0013048510000000001 2024-09-13T14:56:15.816 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.816 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.816 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:56:15.816 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.575120+0000", 2024-09-13T14:56:15.816 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00031913599999999997 2024-09-13T14:56:15.816 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.817 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.817 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 3", 2024-09-13T14:56:15.817 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.575279+0000", 2024-09-13T14:56:15.817 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00015884800000000001 2024-09-13T14:56:15.817 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.817 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.817 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:56:15.817 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.601505+0000", 2024-09-13T14:56:15.817 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.026226191999999999 2024-09-13T14:56:15.817 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.817 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.817 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.818 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.625082+0000", 2024-09-13T14:56:15.818 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.023576795000000001 2024-09-13T14:56:15.818 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.818 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.818 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:56:15.818 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.625095+0000", 2024-09-13T14:56:15.818 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2996999999999999e-05 2024-09-13T14:56:15.818 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.818 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.818 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.818 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:33.186054+0000", 2024-09-13T14:56:15.818 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.56095946600000002 2024-09-13T14:56:15.819 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.819 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.819 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:56:15.819 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:33.186068+0000", 2024-09-13T14:56:15.819 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.3750999999999999e-05 2024-09-13T14:56:15.819 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.819 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.819 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.819 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:34.492487+0000", 2024-09-13T14:56:15.819 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.306418973 2024-09-13T14:56:15.819 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.819 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.820 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:56:15.820 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:34.492576+0000", 2024-09-13T14:56:15.820 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.9259999999999996e-05 2024-09-13T14:56:15.820 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:56:15.820 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:56:15.820 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:56:15.820 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.820 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.820 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:101083 8.6 8:61b34407:::benchmark_data_smithi071_245775_object101082:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1221)", 2024-09-13T14:56:15.820 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:52:32.579250+0000", 2024-09-13T14:56:15.820 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 223.230007941, 2024-09-13T14:56:15.821 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.9365302099999999, 2024-09-13T14:56:15.821 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:56:15.821 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:56:15.821 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T14:56:15.821 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:56:15.821 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T14:56:15.821 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:56:15.821 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 101083 2024-09-13T14:56:15.821 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.821 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:56:15.821 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.821 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:56:15.821 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.579250+0000", 2024-09-13T14:56:15.822 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:56:15.822 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.822 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.822 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:56:15.822 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.579250+0000", 2024-09-13T14:56:15.822 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:56:15.822 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.822 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.822 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:56:15.822 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.579252+0000", 2024-09-13T14:56:15.822 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.306e-06 2024-09-13T14:56:15.822 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.822 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.823 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:56:15.823 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.579277+0000", 2024-09-13T14:56:15.823 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.4899999999999999e-05 2024-09-13T14:56:15.823 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.823 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.823 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:56:15.823 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.579295+0000", 2024-09-13T14:56:15.823 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.8097e-05 2024-09-13T14:56:15.823 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.823 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.823 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:56:15.823 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.579305+0000", 2024-09-13T14:56:15.824 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.7059999999999999e-06 2024-09-13T14:56:15.824 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.824 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.824 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.824 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.592142+0000", 2024-09-13T14:56:15.824 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.012836894 2024-09-13T14:56:15.824 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.824 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.824 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:56:15.824 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.592296+0000", 2024-09-13T14:56:15.824 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00015396400000000001 2024-09-13T14:56:15.825 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.825 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.825 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 3", 2024-09-13T14:56:15.825 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.592831+0000", 2024-09-13T14:56:15.825 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00053524200000000001 2024-09-13T14:56:15.825 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.828 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.828 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:56:15.828 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.601510+0000", 2024-09-13T14:56:15.828 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0086793809999999999 2024-09-13T14:56:15.828 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.828 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.828 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.829 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.625141+0000", 2024-09-13T14:56:15.829 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.023631004000000001 2024-09-13T14:56:15.829 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.829 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.829 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:56:15.829 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.625152+0000", 2024-09-13T14:56:15.829 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0781000000000001e-05 2024-09-13T14:56:15.829 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.829 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.829 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.829 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:33.186103+0000", 2024-09-13T14:56:15.829 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.56095100099999995 2024-09-13T14:56:15.830 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.830 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.830 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:56:15.830 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:33.186112+0000", 2024-09-13T14:56:15.830 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.5210000000000008e-06 2024-09-13T14:56:15.830 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.830 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.830 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.830 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:34.496620+0000", 2024-09-13T14:56:15.830 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.3105070990000001 2024-09-13T14:56:15.830 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.831 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.831 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for degraded object", 2024-09-13T14:56:15.831 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:34.497374+0000", 2024-09-13T14:56:15.831 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00075479200000000001 2024-09-13T14:56:15.831 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.831 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.831 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.831 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:34.515707+0000", 2024-09-13T14:56:15.831 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.018332147999999999 2024-09-13T14:56:15.831 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.831 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.831 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:56:15.832 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:34.515780+0000", 2024-09-13T14:56:15.832 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.3374000000000006e-05 2024-09-13T14:56:15.832 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:56:15.832 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:56:15.832 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:56:15.832 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.832 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.832 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:101087 8.6 8:62fd3666:::benchmark_data_smithi071_245775_object101086:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1221)", 2024-09-13T14:56:15.832 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:52:32.585177+0000", 2024-09-13T14:56:15.832 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 223.224081101, 2024-09-13T14:56:15.833 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.944437679, 2024-09-13T14:56:15.833 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:56:15.833 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:56:15.833 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T14:56:15.833 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:56:15.833 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T14:56:15.833 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:56:15.833 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 101087 2024-09-13T14:56:15.833 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.833 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:56:15.833 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.833 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:56:15.833 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.585177+0000", 2024-09-13T14:56:15.834 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:56:15.834 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.834 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.834 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:56:15.834 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.585177+0000", 2024-09-13T14:56:15.834 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:56:15.834 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.834 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.834 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:56:15.834 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.585178+0000", 2024-09-13T14:56:15.834 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1999999999999999e-06 2024-09-13T14:56:15.834 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.834 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.835 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:56:15.835 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.585206+0000", 2024-09-13T14:56:15.835 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.7911000000000001e-05 2024-09-13T14:56:15.835 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.835 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.835 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:56:15.835 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.585925+0000", 2024-09-13T14:56:15.835 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00071972599999999996 2024-09-13T14:56:15.835 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.835 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.835 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:56:15.835 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.585937+0000", 2024-09-13T14:56:15.835 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.116e-05 2024-09-13T14:56:15.835 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.836 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.836 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.836 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.597384+0000", 2024-09-13T14:56:15.836 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.011447129 2024-09-13T14:56:15.836 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.836 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.836 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:56:15.836 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.597533+0000", 2024-09-13T14:56:15.836 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00014956099999999999 2024-09-13T14:56:15.836 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.836 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.836 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 3", 2024-09-13T14:56:15.836 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.597684+0000", 2024-09-13T14:56:15.837 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00015041499999999999 2024-09-13T14:56:15.837 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.837 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.837 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.837 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.625209+0000", 2024-09-13T14:56:15.837 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.027525385999999999 2024-09-13T14:56:15.837 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.837 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.837 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:56:15.837 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.625219+0000", 2024-09-13T14:56:15.837 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0414000000000001e-05 2024-09-13T14:56:15.837 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.837 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.837 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.837 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:33.186145+0000", 2024-09-13T14:56:15.838 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.560925428 2024-09-13T14:56:15.838 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.838 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.838 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:56:15.838 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:33.186154+0000", 2024-09-13T14:56:15.838 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.2390000000000008e-06 2024-09-13T14:56:15.838 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.838 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.838 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.838 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:34.497421+0000", 2024-09-13T14:56:15.838 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.3112664039999999 2024-09-13T14:56:15.838 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.838 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.838 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for degraded object", 2024-09-13T14:56:15.839 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:34.500420+0000", 2024-09-13T14:56:15.839 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.002999154 2024-09-13T14:56:15.839 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.839 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.839 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.839 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:34.529543+0000", 2024-09-13T14:56:15.839 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.029123047999999999 2024-09-13T14:56:15.839 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.839 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.839 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:56:15.839 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:34.529614+0000", 2024-09-13T14:56:15.839 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.1503999999999998e-05 2024-09-13T14:56:15.839 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:56:15.839 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:56:15.839 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:56:15.839 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.840 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.840 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:101089 8.6 8:6ff42286:::benchmark_data_smithi071_245775_object101088:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1221)", 2024-09-13T14:56:15.840 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:52:32.592324+0000", 2024-09-13T14:56:15.840 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 223.216933635, 2024-09-13T14:56:15.840 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.9419726879999999, 2024-09-13T14:56:15.840 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:56:15.840 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:56:15.840 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T14:56:15.840 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:56:15.840 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T14:56:15.840 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:56:15.840 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 101089 2024-09-13T14:56:15.840 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.840 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:56:15.841 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.841 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:56:15.841 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.592324+0000", 2024-09-13T14:56:15.841 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:56:15.841 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.841 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.841 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:56:15.841 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.592324+0000", 2024-09-13T14:56:15.841 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:56:15.841 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.841 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.841 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:56:15.841 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.592325+0000", 2024-09-13T14:56:15.841 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.7299999999999996e-07 2024-09-13T14:56:15.842 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.842 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.842 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:56:15.842 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.592374+0000", 2024-09-13T14:56:15.842 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.9549999999999998e-05 2024-09-13T14:56:15.842 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.842 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.842 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:56:15.842 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.592382+0000", 2024-09-13T14:56:15.842 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.3210000000000005e-06 2024-09-13T14:56:15.842 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.842 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.842 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:56:15.842 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.592388+0000", 2024-09-13T14:56:15.843 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.7960000000000001e-06 2024-09-13T14:56:15.843 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.843 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.843 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.843 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.601540+0000", 2024-09-13T14:56:15.843 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0091522500000000007 2024-09-13T14:56:15.843 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.843 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.843 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:56:15.843 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.601683+0000", 2024-09-13T14:56:15.843 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000142671 2024-09-13T14:56:15.843 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.843 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.843 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 3", 2024-09-13T14:56:15.844 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.609577+0000", 2024-09-13T14:56:15.844 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0078934780000000006 2024-09-13T14:56:15.844 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.844 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.844 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.844 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.625585+0000", 2024-09-13T14:56:15.844 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.016008446999999999 2024-09-13T14:56:15.844 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.844 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.844 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:56:15.844 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:32.625594+0000", 2024-09-13T14:56:15.846 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.8300000000000002e-06 2024-09-13T14:56:15.846 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.846 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.846 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.846 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:33.186187+0000", 2024-09-13T14:56:15.846 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.56059330699999999 2024-09-13T14:56:15.846 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.846 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.846 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:56:15.846 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:33.186197+0000", 2024-09-13T14:56:15.846 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.9890000000000004e-06 2024-09-13T14:56:15.846 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.846 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.846 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.847 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:34.500481+0000", 2024-09-13T14:56:15.847 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.314283954 2024-09-13T14:56:15.847 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.847 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.847 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for degraded object", 2024-09-13T14:56:15.847 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:34.501541+0000", 2024-09-13T14:56:15.847 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00105985 2024-09-13T14:56:15.847 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.847 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.847 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.847 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:34.534226+0000", 2024-09-13T14:56:15.847 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.032684634999999997 2024-09-13T14:56:15.847 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.847 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.848 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:56:15.848 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:34.534297+0000", 2024-09-13T14:56:15.848 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.1037000000000004e-05 2024-09-13T14:56:15.848 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:56:15.848 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:56:15.848 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:56:15.848 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.848 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.848 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:134190 8.e 8:7b96054b:::benchmark_data_smithi071_245775_object12892:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1229)", 2024-09-13T14:56:15.848 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:53:14.907421+0000", 2024-09-13T14:56:15.848 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 180.90183624900001, 2024-09-13T14:56:15.848 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.451951319, 2024-09-13T14:56:15.848 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:56:15.848 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:56:15.848 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T14:56:15.849 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:56:15.849 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T14:56:15.849 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:56:15.849 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 134190 2024-09-13T14:56:15.849 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.849 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:56:15.849 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.849 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:56:15.849 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.907421+0000", 2024-09-13T14:56:15.849 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:56:15.849 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.849 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.849 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:56:15.850 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.907421+0000", 2024-09-13T14:56:15.850 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:56:15.850 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.850 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.850 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:56:15.850 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.907422+0000", 2024-09-13T14:56:15.850 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.0100000000000001e-07 2024-09-13T14:56:15.850 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.850 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.850 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:56:15.850 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.907423+0000", 2024-09-13T14:56:15.850 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.7770000000000001e-06 2024-09-13T14:56:15.850 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.850 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.851 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:56:15.851 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.907429+0000", 2024-09-13T14:56:15.851 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.1189999999999996e-06 2024-09-13T14:56:15.851 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.851 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.851 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:56:15.851 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.907433+0000", 2024-09-13T14:56:15.851 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.1799999999999998e-06 2024-09-13T14:56:15.851 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.851 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.851 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.851 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.926066+0000", 2024-09-13T14:56:15.851 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.018633680999999999 2024-09-13T14:56:15.852 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.852 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.852 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:56:15.852 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.936435+0000", 2024-09-13T14:56:15.852 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.010368785 2024-09-13T14:56:15.852 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.852 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.852 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,3", 2024-09-13T14:56:15.852 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.936554+0000", 2024-09-13T14:56:15.852 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000118579 2024-09-13T14:56:15.852 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.852 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.852 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:56:15.853 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.960576+0000", 2024-09-13T14:56:15.853 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.024022364000000001 2024-09-13T14:56:15.853 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.853 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.853 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:56:15.853 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.960618+0000", 2024-09-13T14:56:15.853 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.1397999999999999e-05 2024-09-13T14:56:15.853 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.853 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.853 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.853 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.985479+0000", 2024-09-13T14:56:15.853 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.024861498999999999 2024-09-13T14:56:15.853 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.853 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.853 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:56:15.854 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.985489+0000", 2024-09-13T14:56:15.854 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0149000000000001e-05 2024-09-13T14:56:15.854 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.854 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.854 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.854 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:15.966983+0000", 2024-09-13T14:56:15.854 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.98149380900000005 2024-09-13T14:56:15.854 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.854 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.854 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:56:15.854 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:15.966994+0000", 2024-09-13T14:56:15.854 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0899e-05 2024-09-13T14:56:15.854 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.854 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.854 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.855 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:17.348652+0000", 2024-09-13T14:56:15.855 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.381658198 2024-09-13T14:56:15.855 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.855 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.855 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for missing object", 2024-09-13T14:56:15.855 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:17.348755+0000", 2024-09-13T14:56:15.855 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00010282500000000001 2024-09-13T14:56:15.855 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.855 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.855 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.855 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:17.359310+0000", 2024-09-13T14:56:15.855 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.010554958 2024-09-13T14:56:15.855 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.855 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.856 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:56:15.856 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:17.359373+0000", 2024-09-13T14:56:15.856 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.2798000000000004e-05 2024-09-13T14:56:15.856 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:56:15.856 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:56:15.856 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:56:15.856 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.856 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.856 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:134200 8.6 8:619cc095:::benchmark_data_smithi071_245775_object12902:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1229)", 2024-09-13T14:56:15.856 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:53:14.925923+0000", 2024-09-13T14:56:15.856 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 180.88333485000001, 2024-09-13T14:56:15.856 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.4836255170000001, 2024-09-13T14:56:15.857 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:56:15.857 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:56:15.857 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T14:56:15.857 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:56:15.857 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T14:56:15.857 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:56:15.857 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 134200 2024-09-13T14:56:15.857 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.857 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:56:15.857 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.857 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:56:15.857 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.925923+0000", 2024-09-13T14:56:15.857 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:56:15.858 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.858 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.858 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:56:15.858 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.925923+0000", 2024-09-13T14:56:15.858 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:56:15.858 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.858 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.858 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:56:15.858 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.925924+0000", 2024-09-13T14:56:15.858 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.3680000000000001e-06 2024-09-13T14:56:15.858 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.858 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.858 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:56:15.859 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.925929+0000", 2024-09-13T14:56:15.859 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.0939999999999998e-06 2024-09-13T14:56:15.859 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.859 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.859 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:56:15.859 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.925941+0000", 2024-09-13T14:56:15.859 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1719000000000001e-05 2024-09-13T14:56:15.859 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.859 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.859 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:56:15.859 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.925948+0000", 2024-09-13T14:56:15.859 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.8050000000000001e-06 2024-09-13T14:56:15.859 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.859 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.860 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.860 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.926128+0000", 2024-09-13T14:56:15.860 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000179987 2024-09-13T14:56:15.860 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.860 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.860 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:56:15.860 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.926266+0000", 2024-09-13T14:56:15.860 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013866400000000001 2024-09-13T14:56:15.860 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.860 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.860 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 3,6", 2024-09-13T14:56:15.860 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.926398+0000", 2024-09-13T14:56:15.860 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000131505 2024-09-13T14:56:15.860 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.861 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.861 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:56:15.861 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.941072+0000", 2024-09-13T14:56:15.861 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.014674167 2024-09-13T14:56:15.861 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.861 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.861 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:56:15.861 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.941114+0000", 2024-09-13T14:56:15.861 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.1573999999999999e-05 2024-09-13T14:56:15.861 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.861 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.861 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.861 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.985531+0000", 2024-09-13T14:56:15.861 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.044417181999999999 2024-09-13T14:56:15.862 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.862 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.862 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:56:15.862 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.985539+0000", 2024-09-13T14:56:15.862 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.3950000000000001e-06 2024-09-13T14:56:15.862 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.862 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.862 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.862 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:15.967279+0000", 2024-09-13T14:56:15.862 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.98174022100000002 2024-09-13T14:56:15.862 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.862 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.862 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:56:15.863 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:15.967288+0000", 2024-09-13T14:56:15.863 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.3070000000000003e-06 2024-09-13T14:56:15.863 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.863 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.863 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.863 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:17.264519+0000", 2024-09-13T14:56:15.863 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.297230933 2024-09-13T14:56:15.863 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.863 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.863 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for missing object", 2024-09-13T14:56:15.863 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:17.264678+0000", 2024-09-13T14:56:15.863 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00015900199999999999 2024-09-13T14:56:15.863 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.864 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.864 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.864 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:17.409460+0000", 2024-09-13T14:56:15.864 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.14478200699999999 2024-09-13T14:56:15.864 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.864 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.864 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:56:15.864 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:17.409548+0000", 2024-09-13T14:56:15.864 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.8586999999999997e-05 2024-09-13T14:56:15.864 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:56:15.864 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:56:15.864 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:56:15.864 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.864 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.864 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:134202 8.e 8:7c92063f:::benchmark_data_smithi071_245775_object12904:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1229)", 2024-09-13T14:56:15.865 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:53:14.926114+0000", 2024-09-13T14:56:15.865 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 180.88314327399999, 2024-09-13T14:56:15.865 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.4396034229999999, 2024-09-13T14:56:15.865 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:56:15.865 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:56:15.865 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T14:56:15.865 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:56:15.865 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T14:56:15.865 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:56:15.865 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 134202 2024-09-13T14:56:15.865 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.865 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:56:15.865 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.866 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:56:15.866 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.926114+0000", 2024-09-13T14:56:15.866 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:56:15.866 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.866 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.866 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:56:15.866 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.926114+0000", 2024-09-13T14:56:15.866 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:56:15.866 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.866 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.866 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:56:15.866 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.926115+0000", 2024-09-13T14:56:15.866 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.1200000000000003e-07 2024-09-13T14:56:15.866 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.866 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.867 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:56:15.867 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.926118+0000", 2024-09-13T14:56:15.867 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.3780000000000001e-06 2024-09-13T14:56:15.867 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.867 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.867 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:56:15.867 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.926125+0000", 2024-09-13T14:56:15.867 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.6490000000000002e-06 2024-09-13T14:56:15.867 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.867 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.867 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:56:15.867 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.926131+0000", 2024-09-13T14:56:15.867 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.7030000000000003e-06 2024-09-13T14:56:15.867 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.867 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.867 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.868 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.941382+0000", 2024-09-13T14:56:15.868 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.015251371999999999 2024-09-13T14:56:15.868 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.868 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.868 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:56:15.868 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.941486+0000", 2024-09-13T14:56:15.868 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00010362200000000001 2024-09-13T14:56:15.868 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.868 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.868 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,3", 2024-09-13T14:56:15.868 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.941600+0000", 2024-09-13T14:56:15.868 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000114552 2024-09-13T14:56:15.868 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.869 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.869 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:56:15.869 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.960653+0000", 2024-09-13T14:56:15.869 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.019052329999999999 2024-09-13T14:56:15.869 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.869 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.869 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.869 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.985517+0000", 2024-09-13T14:56:15.869 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.024864187999999999 2024-09-13T14:56:15.869 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.869 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.869 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:56:15.870 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.985557+0000", 2024-09-13T14:56:15.870 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.0340999999999999e-05 2024-09-13T14:56:15.870 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.870 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.870 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.870 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:15.967021+0000", 2024-09-13T14:56:15.870 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.98146400099999997 2024-09-13T14:56:15.870 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.870 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.870 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:56:15.870 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:15.967031+0000", 2024-09-13T14:56:15.870 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0331e-05 2024-09-13T14:56:15.870 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.870 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.870 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.871 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:17.352563+0000", 2024-09-13T14:56:15.871 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.385531093 2024-09-13T14:56:15.871 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.871 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.871 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for missing object", 2024-09-13T14:56:15.871 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:17.352646+0000", 2024-09-13T14:56:15.871 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.3188000000000004e-05 2024-09-13T14:56:15.871 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.871 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.871 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.871 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:17.365620+0000", 2024-09-13T14:56:15.873 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.012974671 2024-09-13T14:56:15.873 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.873 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.873 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:56:15.873 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:17.365718+0000", 2024-09-13T14:56:15.873 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.7392000000000005e-05 2024-09-13T14:56:15.873 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:56:15.873 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:56:15.873 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:56:15.873 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.873 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.874 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:134213 8.e 8:7d0b1534:::benchmark_data_smithi071_245775_object12915:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1229)", 2024-09-13T14:56:15.874 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:53:14.952694+0000", 2024-09-13T14:56:15.874 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 180.856563421, 2024-09-13T14:56:15.874 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.439705188, 2024-09-13T14:56:15.874 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:56:15.874 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:56:15.874 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T14:56:15.874 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:56:15.874 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T14:56:15.874 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:56:15.874 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 134213 2024-09-13T14:56:15.874 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.874 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:56:15.875 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.875 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:56:15.875 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.952694+0000", 2024-09-13T14:56:15.875 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:56:15.875 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.875 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.875 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:56:15.875 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.952694+0000", 2024-09-13T14:56:15.875 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:56:15.875 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.875 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.875 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:56:15.875 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.952695+0000", 2024-09-13T14:56:15.876 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.268e-06 2024-09-13T14:56:15.876 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.876 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.876 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:56:15.876 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.952709+0000", 2024-09-13T14:56:15.876 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.3603e-05 2024-09-13T14:56:15.876 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.876 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.876 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:56:15.876 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.952720+0000", 2024-09-13T14:56:15.876 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1029000000000001e-05 2024-09-13T14:56:15.876 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.876 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.877 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:56:15.877 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.952727+0000", 2024-09-13T14:56:15.877 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.511e-06 2024-09-13T14:56:15.877 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.877 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.877 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.877 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.960718+0000", 2024-09-13T14:56:15.877 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0079916259999999999 2024-09-13T14:56:15.877 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.877 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.877 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:56:15.877 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.960858+0000", 2024-09-13T14:56:15.877 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013984499999999999 2024-09-13T14:56:15.878 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.878 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.878 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,3", 2024-09-13T14:56:15.878 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.960967+0000", 2024-09-13T14:56:15.878 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000108916 2024-09-13T14:56:15.878 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.878 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.878 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.878 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.985619+0000", 2024-09-13T14:56:15.878 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.024652133999999999 2024-09-13T14:56:15.878 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.878 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.878 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:56:15.878 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.985627+0000", 2024-09-13T14:56:15.879 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.6290000000000001e-06 2024-09-13T14:56:15.879 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.879 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.879 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.879 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:15.967059+0000", 2024-09-13T14:56:15.879 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.98143179300000005 2024-09-13T14:56:15.879 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.879 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.879 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:56:15.879 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:15.967066+0000", 2024-09-13T14:56:15.879 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.7060000000000004e-06 2024-09-13T14:56:15.879 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.879 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.879 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.880 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:17.365763+0000", 2024-09-13T14:56:15.880 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.398696954 2024-09-13T14:56:15.880 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.880 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.880 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for missing object", 2024-09-13T14:56:15.880 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:17.365909+0000", 2024-09-13T14:56:15.880 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00014592500000000001 2024-09-13T14:56:15.880 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.880 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.880 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.880 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:17.392321+0000", 2024-09-13T14:56:15.880 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.026412119000000001 2024-09-13T14:56:15.881 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.881 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.881 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:56:15.881 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:17.392399+0000", 2024-09-13T14:56:15.881 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.8129999999999999e-05 2024-09-13T14:56:15.881 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:56:15.881 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:56:15.881 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:56:15.881 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.881 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.881 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:134215 8.6 8:636fa618:::benchmark_data_smithi071_245775_object12917:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1230)", 2024-09-13T14:56:15.881 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:53:14.953460+0000", 2024-09-13T14:56:15.881 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 180.85579723000001, 2024-09-13T14:56:15.882 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.5661019440000001, 2024-09-13T14:56:15.882 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:56:15.882 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:56:15.882 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:56:15.882 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:56:15.882 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T14:56:15.882 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:56:15.882 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 134215 2024-09-13T14:56:15.882 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.882 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:56:15.882 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.882 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:56:15.882 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.953460+0000", 2024-09-13T14:56:15.882 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:56:15.883 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.883 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.883 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:56:15.883 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.953460+0000", 2024-09-13T14:56:15.883 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:56:15.883 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.883 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.883 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:56:15.883 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.953461+0000", 2024-09-13T14:56:15.883 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.9399999999999993e-07 2024-09-13T14:56:15.883 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.883 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.883 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:56:15.883 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.953466+0000", 2024-09-13T14:56:15.884 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.5240000000000002e-06 2024-09-13T14:56:15.884 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.884 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.884 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:56:15.884 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.953477+0000", 2024-09-13T14:56:15.884 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1205e-05 2024-09-13T14:56:15.884 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.884 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.884 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:56:15.884 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.953510+0000", 2024-09-13T14:56:15.884 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.2923999999999999e-05 2024-09-13T14:56:15.884 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.884 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.884 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.885 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.985586+0000", 2024-09-13T14:56:15.885 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.032076303 2024-09-13T14:56:15.885 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.885 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.885 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:56:15.885 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.985593+0000", 2024-09-13T14:56:15.885 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.9820000000000002e-06 2024-09-13T14:56:15.885 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.885 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.885 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.885 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:15.967307+0000", 2024-09-13T14:56:15.885 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.98171384799999994 2024-09-13T14:56:15.885 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.886 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.886 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:56:15.886 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:15.967313+0000", 2024-09-13T14:56:15.886 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.5709999999999997e-06 2024-09-13T14:56:15.886 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.886 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.886 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.886 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:17.409574+0000", 2024-09-13T14:56:15.886 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.442261177 2024-09-13T14:56:15.886 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.886 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.886 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for degraded object", 2024-09-13T14:56:15.886 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:17.410323+0000", 2024-09-13T14:56:15.886 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00074919099999999996 2024-09-13T14:56:15.887 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.887 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.887 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.887 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:17.438681+0000", 2024-09-13T14:56:15.887 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.028357955000000001 2024-09-13T14:56:15.887 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.887 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.887 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:56:15.887 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:17.438777+0000", 2024-09-13T14:56:15.887 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.5768999999999997e-05 2024-09-13T14:56:15.887 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.887 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.887 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 6,7", 2024-09-13T14:56:15.888 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:17.438865+0000", 2024-09-13T14:56:15.888 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.8066999999999996e-05 2024-09-13T14:56:15.888 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.888 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.888 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:56:15.888 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:17.457894+0000", 2024-09-13T14:56:15.888 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.019028717000000001 2024-09-13T14:56:15.888 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.888 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.888 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:56:15.888 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:17.515476+0000", 2024-09-13T14:56:15.888 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.057582551000000003 2024-09-13T14:56:15.888 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.888 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.889 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:56:15.889 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:17.515520+0000", 2024-09-13T14:56:15.889 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.3928999999999999e-05 2024-09-13T14:56:15.889 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.889 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.889 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:56:15.889 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:17.515571+0000", 2024-09-13T14:56:15.889 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.1267000000000002e-05 2024-09-13T14:56:15.889 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.889 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.889 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:56:15.889 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:17.519562+0000", 2024-09-13T14:56:15.889 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0039909699999999999 2024-09-13T14:56:15.890 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:56:15.890 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:56:15.890 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:56:15.890 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.890 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.890 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:134225 8.e 8:7348727f:::benchmark_data_smithi071_245775_object12927:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1230)", 2024-09-13T14:56:15.890 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:53:14.978522+0000", 2024-09-13T14:56:15.890 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 180.830735637, 2024-09-13T14:56:15.890 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.4178360269999999, 2024-09-13T14:56:15.890 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:56:15.890 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:56:15.890 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:56:15.890 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:56:15.891 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T14:56:15.891 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:56:15.891 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 134225 2024-09-13T14:56:15.891 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.891 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:56:15.891 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.891 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:56:15.891 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.978522+0000", 2024-09-13T14:56:15.891 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:56:15.891 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.891 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.891 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:56:15.891 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.978522+0000", 2024-09-13T14:56:15.892 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:56:15.892 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.892 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.892 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:56:15.892 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.978524+0000", 2024-09-13T14:56:15.892 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.5400000000000001e-06 2024-09-13T14:56:15.892 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.892 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.892 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:56:15.892 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.978528+0000", 2024-09-13T14:56:15.892 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.9069999999999998e-06 2024-09-13T14:56:15.892 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.892 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.893 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:56:15.893 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.978538+0000", 2024-09-13T14:56:15.893 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.9750000000000002e-06 2024-09-13T14:56:15.893 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.893 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.893 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:56:15.893 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.978546+0000", 2024-09-13T14:56:15.893 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.3170000000000004e-06 2024-09-13T14:56:15.893 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.893 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.893 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.893 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.985652+0000", 2024-09-13T14:56:15.893 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0071059130000000002 2024-09-13T14:56:15.893 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.894 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.894 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:56:15.894 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.985658+0000", 2024-09-13T14:56:15.894 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.6529999999999997e-06 2024-09-13T14:56:15.894 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.894 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.894 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.894 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:15.967089+0000", 2024-09-13T14:56:15.894 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.98143101700000002 2024-09-13T14:56:15.894 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.894 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.894 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:56:15.894 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:15.967096+0000", 2024-09-13T14:56:15.894 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.2539999999999998e-06 2024-09-13T14:56:15.895 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.895 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.895 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.895 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:17.365951+0000", 2024-09-13T14:56:15.895 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.3988553269999999 2024-09-13T14:56:15.895 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.895 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.895 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:56:15.895 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:17.366060+0000", 2024-09-13T14:56:15.895 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000108835 2024-09-13T14:56:15.895 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.895 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.895 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,7", 2024-09-13T14:56:15.895 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:17.366174+0000", 2024-09-13T14:56:15.896 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00011461899999999999 2024-09-13T14:56:15.896 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.896 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.896 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:56:15.896 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:17.381069+0000", 2024-09-13T14:56:15.896 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.014894783 2024-09-13T14:56:15.896 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.896 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.896 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:56:15.896 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:17.381125+0000", 2024-09-13T14:56:15.896 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.5455999999999999e-05 2024-09-13T14:56:15.896 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.896 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.896 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:56:15.896 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:17.392580+0000", 2024-09-13T14:56:15.897 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.011455587 2024-09-13T14:56:15.897 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.897 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.897 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:56:15.897 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:17.392617+0000", 2024-09-13T14:56:15.897 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.7144999999999998e-05 2024-09-13T14:56:15.897 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.897 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.897 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:56:15.897 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:17.396358+0000", 2024-09-13T14:56:15.897 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0037406990000000001 2024-09-13T14:56:15.897 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:56:15.897 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:56:15.897 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:56:15.898 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.898 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.898 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:134231 8.e 8:77c11e31:::benchmark_data_smithi071_245775_object12933:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1230)", 2024-09-13T14:56:15.898 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:53:14.992665+0000", 2024-09-13T14:56:15.898 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 180.81659306200001, 2024-09-13T14:56:15.898 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.4079040190000001, 2024-09-13T14:56:15.898 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:56:15.898 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:56:15.898 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:56:15.898 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:56:15.898 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T14:56:15.898 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:56:15.898 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 134231 2024-09-13T14:56:15.898 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.899 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:56:15.899 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.899 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:56:15.899 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.992665+0000", 2024-09-13T14:56:15.899 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:56:15.899 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.899 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.899 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:56:15.899 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.992665+0000", 2024-09-13T14:56:15.899 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:56:15.899 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.899 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.899 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:56:15.899 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.992667+0000", 2024-09-13T14:56:15.899 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.1840000000000002e-06 2024-09-13T14:56:15.900 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.900 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.900 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:56:15.900 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.992673+0000", 2024-09-13T14:56:15.900 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.5899999999999996e-06 2024-09-13T14:56:15.900 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.900 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.900 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:56:15.900 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.992686+0000", 2024-09-13T14:56:15.900 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2432000000000001e-05 2024-09-13T14:56:15.900 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.900 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.900 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:56:15.901 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.992696+0000", 2024-09-13T14:56:15.901 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.8730000000000002e-06 2024-09-13T14:56:15.901 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.901 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.901 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.901 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.993007+0000", 2024-09-13T14:56:15.901 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000311525 2024-09-13T14:56:15.901 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.901 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.901 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:56:15.901 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.993016+0000", 2024-09-13T14:56:15.901 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.0629999999999995e-06 2024-09-13T14:56:15.901 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.901 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.902 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.902 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:15.967116+0000", 2024-09-13T14:56:15.902 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.97409948999999996 2024-09-13T14:56:15.902 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.902 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.902 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:56:15.902 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:15.967122+0000", 2024-09-13T14:56:15.902 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.3840000000000002e-06 2024-09-13T14:56:15.902 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.902 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.902 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.902 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:17.370164+0000", 2024-09-13T14:56:15.902 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.403041529 2024-09-13T14:56:15.902 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.903 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.903 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:56:15.903 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:17.370278+0000", 2024-09-13T14:56:15.903 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00011427 2024-09-13T14:56:15.903 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.903 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.903 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,7", 2024-09-13T14:56:15.903 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:17.370436+0000", 2024-09-13T14:56:15.903 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00015837699999999999 2024-09-13T14:56:15.903 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.903 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.903 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:56:15.903 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:17.385041+0000", 2024-09-13T14:56:15.903 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.014605188999999999 2024-09-13T14:56:15.904 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.904 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.904 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:56:15.904 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:17.392431+0000", 2024-09-13T14:56:15.904 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0073896029999999998 2024-09-13T14:56:15.904 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.904 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.904 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:56:15.904 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:17.396437+0000", 2024-09-13T14:56:15.904 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0040063249999999998 2024-09-13T14:56:15.904 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.904 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.904 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:56:15.904 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:17.396503+0000", 2024-09-13T14:56:15.905 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.5130999999999997e-05 2024-09-13T14:56:15.905 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.905 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.905 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:56:15.905 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:17.400569+0000", 2024-09-13T14:56:15.905 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0040660540000000004 2024-09-13T14:56:15.905 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:56:15.905 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:56:15.905 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:56:15.905 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.905 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.905 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:166846 8.e 8:794a2bb2:::benchmark_data_smithi071_245775_object45548:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1258)", 2024-09-13T14:56:15.905 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:56:05.584268+0000", 2024-09-13T14:56:15.905 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 10.224989847, 2024-09-13T14:56:15.906 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.029884748, 2024-09-13T14:56:15.906 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:56:15.906 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:56:15.906 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:56:15.906 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:56:15.906 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T14:56:15.906 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:56:15.906 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 166846 2024-09-13T14:56:15.906 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.906 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:56:15.906 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.906 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:56:15.906 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:05.584268+0000", 2024-09-13T14:56:15.906 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:56:15.906 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.907 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.907 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:56:15.907 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:05.584268+0000", 2024-09-13T14:56:15.907 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:56:15.907 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.907 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.907 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:56:15.907 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:05.584269+0000", 2024-09-13T14:56:15.907 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2559999999999999e-06 2024-09-13T14:56:15.907 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.907 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.907 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:56:15.907 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:05.584273+0000", 2024-09-13T14:56:15.907 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.3680000000000004e-06 2024-09-13T14:56:15.907 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.908 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.908 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:56:15.908 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:05.584285+0000", 2024-09-13T14:56:15.908 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1824999999999999e-05 2024-09-13T14:56:15.908 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.908 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.908 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:56:15.908 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:05.584292+0000", 2024-09-13T14:56:15.908 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.2490000000000004e-06 2024-09-13T14:56:15.908 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.908 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.908 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.908 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:05.585935+0000", 2024-09-13T14:56:15.909 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.001642892 2024-09-13T14:56:15.909 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.909 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.909 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:56:15.909 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:05.585943+0000", 2024-09-13T14:56:15.909 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.4699999999999996e-06 2024-09-13T14:56:15.909 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.909 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.909 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.909 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.606775+0000", 2024-09-13T14:56:15.909 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.020832051 2024-09-13T14:56:15.909 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.909 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.910 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:56:15.910 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.606895+0000", 2024-09-13T14:56:15.910 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000120128 2024-09-13T14:56:15.910 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.910 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.910 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,7", 2024-09-13T14:56:15.910 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.607031+0000", 2024-09-13T14:56:15.910 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013552799999999999 2024-09-13T14:56:15.910 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.910 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.910 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:56:15.910 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.613995+0000", 2024-09-13T14:56:15.910 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0069644499999999996 2024-09-13T14:56:15.910 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.910 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.911 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:56:15.911 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.614039+0000", 2024-09-13T14:56:15.911 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.3723000000000001e-05 2024-09-13T14:56:15.911 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.911 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.911 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:56:15.911 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.614075+0000", 2024-09-13T14:56:15.911 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.6381999999999998e-05 2024-09-13T14:56:15.911 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.911 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.911 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:56:15.911 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.614110+0000", 2024-09-13T14:56:15.911 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.4829000000000001e-05 2024-09-13T14:56:15.911 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.912 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.912 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:56:15.912 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.614153+0000", 2024-09-13T14:56:15.912 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.2596999999999999e-05 2024-09-13T14:56:15.912 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:56:15.912 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:56:15.912 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:56:15.912 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.912 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.912 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:166873 8.e 8:722b91c6:::benchmark_data_smithi071_245775_object45575:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1258)", 2024-09-13T14:56:15.912 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:56:05.875171+0000", 2024-09-13T14:56:15.912 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 9.9340869279999993, 2024-09-13T14:56:15.912 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.74744107699999995, 2024-09-13T14:56:15.912 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:56:15.912 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:56:15.913 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:56:15.913 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:56:15.913 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T14:56:15.913 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:56:15.913 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 166873 2024-09-13T14:56:15.913 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.913 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:56:15.913 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.913 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:56:15.913 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:05.875171+0000", 2024-09-13T14:56:15.913 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:56:15.913 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.913 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.913 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:56:15.914 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:05.875171+0000", 2024-09-13T14:56:15.914 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:56:15.914 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.914 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.914 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:56:15.914 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:05.875172+0000", 2024-09-13T14:56:15.914 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.288e-06 2024-09-13T14:56:15.914 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.914 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.914 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:56:15.914 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:05.875177+0000", 2024-09-13T14:56:15.914 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.7759999999999997e-06 2024-09-13T14:56:15.914 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.914 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.915 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:56:15.915 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:05.875188+0000", 2024-09-13T14:56:15.915 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0787e-05 2024-09-13T14:56:15.915 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.915 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.915 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:56:15.915 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:05.875193+0000", 2024-09-13T14:56:15.915 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.1420000000000001e-06 2024-09-13T14:56:15.915 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.915 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.915 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.915 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:05.875258+0000", 2024-09-13T14:56:15.915 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.5272999999999997e-05 2024-09-13T14:56:15.915 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.916 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.916 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:56:15.916 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:05.875269+0000", 2024-09-13T14:56:15.916 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1286e-05 2024-09-13T14:56:15.916 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.916 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.916 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:15.918 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.918 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.610581+0000", 2024-09-13T14:56:15.918 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.73531206199999999 2024-09-13T14:56:15.918 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.918 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.918 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:56:15.918 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.610697+0000", 2024-09-13T14:56:15.918 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000115636 2024-09-13T14:56:15.918 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.918 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.918 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,7", 2024-09-13T14:56:15.919 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.610813+0000", 2024-09-13T14:56:15.919 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000116081 2024-09-13T14:56:15.919 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.919 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.919 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:56:15.919 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.614286+0000", 2024-09-13T14:56:15.919 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0034734420000000002 2024-09-13T14:56:15.919 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.919 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.919 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:56:15.919 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.622458+0000", 2024-09-13T14:56:15.919 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0081712720000000003 2024-09-13T14:56:15.920 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.920 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.920 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:56:15.920 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.622510+0000", 2024-09-13T14:56:15.920 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.1801000000000001e-05 2024-09-13T14:56:15.920 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.920 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.920 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:56:15.920 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.622564+0000", 2024-09-13T14:56:15.920 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.4601999999999997e-05 2024-09-13T14:56:15.920 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.920 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.921 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:56:15.921 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.622612+0000", 2024-09-13T14:56:15.921 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.7629000000000001e-05 2024-09-13T14:56:15.921 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:56:15.921 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:56:15.921 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:56:15.921 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.921 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.921 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:166878 8.e 8:77ae53bf:::benchmark_data_smithi071_245775_object45580:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1258)", 2024-09-13T14:56:15.921 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:56:05.884848+0000", 2024-09-13T14:56:15.921 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 9.9244093590000002, 2024-09-13T14:56:15.921 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.73793863699999995, 2024-09-13T14:56:15.922 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:56:15.922 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:56:15.922 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:56:15.922 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:56:15.922 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T14:56:15.922 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:56:15.922 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 166878 2024-09-13T14:56:15.922 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.922 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:56:15.922 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.922 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:56:15.922 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:05.884848+0000", 2024-09-13T14:56:15.922 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:56:15.923 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.923 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.923 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:56:15.923 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:05.884848+0000", 2024-09-13T14:56:15.923 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:56:15.923 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.923 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.923 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:56:15.923 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:05.884850+0000", 2024-09-13T14:56:15.923 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.7829999999999999e-06 2024-09-13T14:56:15.923 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.923 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.924 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:56:15.924 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:05.884856+0000", 2024-09-13T14:56:15.924 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.2960000000000004e-06 2024-09-13T14:56:15.924 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.924 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.924 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:56:15.924 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:05.884871+0000", 2024-09-13T14:56:15.924 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.5104e-05 2024-09-13T14:56:15.924 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.924 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.924 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:56:15.924 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:05.884879+0000", 2024-09-13T14:56:15.925 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.1539999999999996e-06 2024-09-13T14:56:15.925 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.925 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.925 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.925 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:05.884933+0000", 2024-09-13T14:56:15.925 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.4657999999999997e-05 2024-09-13T14:56:15.925 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.925 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.925 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:56:15.925 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:05.884942+0000", 2024-09-13T14:56:15.926 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.3310000000000004e-06 2024-09-13T14:56:15.926 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.926 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.926 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.926 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.614325+0000", 2024-09-13T14:56:15.926 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.72938309400000001 2024-09-13T14:56:15.926 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.926 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.926 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:56:15.926 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.614441+0000", 2024-09-13T14:56:15.926 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00011616300000000001 2024-09-13T14:56:15.926 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.926 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.927 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,7", 2024-09-13T14:56:15.927 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.614575+0000", 2024-09-13T14:56:15.927 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013387199999999999 2024-09-13T14:56:15.927 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.927 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.927 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:56:15.927 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.622442+0000", 2024-09-13T14:56:15.927 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0078667760000000007 2024-09-13T14:56:15.927 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.927 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.927 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:56:15.927 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.622668+0000", 2024-09-13T14:56:15.928 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00022642300000000001 2024-09-13T14:56:15.928 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.928 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.928 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:56:15.928 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.622682+0000", 2024-09-13T14:56:15.928 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4071e-05 2024-09-13T14:56:15.928 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.928 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.928 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:56:15.928 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.622737+0000", 2024-09-13T14:56:15.928 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.4846999999999999e-05 2024-09-13T14:56:15.928 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.928 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.929 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:56:15.929 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.622787+0000", 2024-09-13T14:56:15.929 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.0065000000000003e-05 2024-09-13T14:56:15.929 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:56:15.929 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:56:15.929 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:56:15.929 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.929 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.929 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:166895 8.e 8:7b344a27:::benchmark_data_smithi071_245775_object45597:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1258)", 2024-09-13T14:56:15.929 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:56:05.912313+0000", 2024-09-13T14:56:15.929 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 9.8969447519999996, 2024-09-13T14:56:15.929 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.71932265699999998, 2024-09-13T14:56:15.929 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:56:15.929 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:56:15.930 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:56:15.930 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:56:15.930 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T14:56:15.930 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:56:15.930 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 166895 2024-09-13T14:56:15.930 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.930 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:56:15.930 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.930 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:56:15.930 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:05.912313+0000", 2024-09-13T14:56:15.930 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:56:15.930 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.930 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.930 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:56:15.931 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:05.912313+0000", 2024-09-13T14:56:15.931 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:56:15.931 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.931 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.931 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:56:15.931 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:05.912314+0000", 2024-09-13T14:56:15.931 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1400000000000001e-06 2024-09-13T14:56:15.931 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.931 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.931 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:56:15.931 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:05.912318+0000", 2024-09-13T14:56:15.931 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.3939999999999998e-06 2024-09-13T14:56:15.932 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.932 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.932 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:56:15.932 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:05.912333+0000", 2024-09-13T14:56:15.932 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4375e-05 2024-09-13T14:56:15.932 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.932 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.932 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:56:15.932 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:05.912340+0000", 2024-09-13T14:56:15.932 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.6350000000000006e-06 2024-09-13T14:56:15.932 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.932 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.932 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.933 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:05.912421+0000", 2024-09-13T14:56:15.933 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.0739000000000001e-05 2024-09-13T14:56:15.933 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.933 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.933 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:56:15.933 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:05.912433+0000", 2024-09-13T14:56:15.933 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2167000000000001e-05 2024-09-13T14:56:15.933 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.933 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.933 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.933 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.618386+0000", 2024-09-13T14:56:15.933 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.70595237700000002 2024-09-13T14:56:15.933 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.934 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.934 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:56:15.934 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.618490+0000", 2024-09-13T14:56:15.934 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000104047 2024-09-13T14:56:15.934 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.934 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.934 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,7", 2024-09-13T14:56:15.934 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.618669+0000", 2024-09-13T14:56:15.934 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00017943500000000001 2024-09-13T14:56:15.934 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.934 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.934 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:56:15.934 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.622832+0000", 2024-09-13T14:56:15.935 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0041631710000000002 2024-09-13T14:56:15.935 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.935 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.935 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:56:15.935 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.622843+0000", 2024-09-13T14:56:15.935 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0205e-05 2024-09-13T14:56:15.935 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.935 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.935 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:56:15.935 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.631536+0000", 2024-09-13T14:56:15.935 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0086929669999999994 2024-09-13T14:56:15.935 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.935 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.935 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:56:15.936 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.631588+0000", 2024-09-13T14:56:15.936 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.2160000000000002e-05 2024-09-13T14:56:15.936 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.936 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.936 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:56:15.936 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.631636+0000", 2024-09-13T14:56:15.936 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.7845e-05 2024-09-13T14:56:15.936 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:56:15.936 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:56:15.936 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:56:15.936 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.936 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.936 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:166896 8.e 8:77c8de75:::benchmark_data_smithi071_245775_object45598:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1258)", 2024-09-13T14:56:15.937 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:56:05.914509+0000", 2024-09-13T14:56:15.937 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 9.8947485840000002, 2024-09-13T14:56:15.937 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.72530039400000001, 2024-09-13T14:56:15.937 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:56:15.937 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:56:15.937 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:56:15.937 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:56:15.937 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T14:56:15.937 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:56:15.937 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 166896 2024-09-13T14:56:15.937 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.937 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:56:15.937 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.938 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:56:15.938 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:05.914509+0000", 2024-09-13T14:56:15.938 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:56:15.938 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.938 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.938 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:56:15.938 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:05.914509+0000", 2024-09-13T14:56:15.938 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:56:15.938 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.938 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.938 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:56:15.938 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:05.914510+0000", 2024-09-13T14:56:15.938 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.71e-07 2024-09-13T14:56:15.938 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.939 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.939 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:56:15.939 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:05.914514+0000", 2024-09-13T14:56:15.939 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.3109999999999999e-06 2024-09-13T14:56:15.939 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.939 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.939 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:56:15.939 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:05.914524+0000", 2024-09-13T14:56:15.939 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.6080000000000002e-06 2024-09-13T14:56:15.939 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.939 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.939 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:56:15.939 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:05.914530+0000", 2024-09-13T14:56:15.940 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.0209999999999996e-06 2024-09-13T14:56:15.940 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.940 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.940 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.940 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:05.914574+0000", 2024-09-13T14:56:15.940 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.3767999999999998e-05 2024-09-13T14:56:15.940 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.940 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.940 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:56:15.940 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:05.914580+0000", 2024-09-13T14:56:15.940 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.4949999999999996e-06 2024-09-13T14:56:15.940 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.940 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.940 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.941 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.622866+0000", 2024-09-13T14:56:15.941 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.70828578600000003 2024-09-13T14:56:15.941 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.941 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.941 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:56:15.941 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.622987+0000", 2024-09-13T14:56:15.941 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012135599999999999 2024-09-13T14:56:15.941 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.941 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.941 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,7", 2024-09-13T14:56:15.941 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.623114+0000", 2024-09-13T14:56:15.941 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012642799999999999 2024-09-13T14:56:15.941 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.941 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.942 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:56:15.942 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.631646+0000", 2024-09-13T14:56:15.942 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0085322079999999995 2024-09-13T14:56:15.942 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.942 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.942 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:56:15.942 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.631680+0000", 2024-09-13T14:56:15.942 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.4464000000000001e-05 2024-09-13T14:56:15.942 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.942 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.942 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:56:15.942 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.639732+0000", 2024-09-13T14:56:15.942 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0080519370000000003 2024-09-13T14:56:15.942 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.942 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.943 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:56:15.943 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.639772+0000", 2024-09-13T14:56:15.943 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.9796000000000003e-05 2024-09-13T14:56:15.943 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.943 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.943 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:56:15.943 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.639809+0000", 2024-09-13T14:56:15.943 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.7345000000000002e-05 2024-09-13T14:56:15.943 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:56:15.943 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:56:15.943 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:56:15.943 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.943 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.943 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:166904 8.e 8:7b7137ce:::benchmark_data_smithi071_245775_object45606:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1258)", 2024-09-13T14:56:15.944 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:56:05.931928+0000", 2024-09-13T14:56:15.944 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 9.8773294679999992, 2024-09-13T14:56:15.944 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.719663253, 2024-09-13T14:56:15.944 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:56:15.944 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:56:15.944 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:56:15.944 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:56:15.944 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T14:56:15.944 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:56:15.944 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 166904 2024-09-13T14:56:15.944 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.944 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:56:15.944 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.945 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:56:15.945 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:05.931928+0000", 2024-09-13T14:56:15.945 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:56:15.945 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.945 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.945 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:56:15.945 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:05.931928+0000", 2024-09-13T14:56:15.945 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:56:15.945 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.945 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.945 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:56:15.945 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:05.931929+0000", 2024-09-13T14:56:15.945 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.4099999999999997e-07 2024-09-13T14:56:15.946 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.946 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.946 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:56:15.946 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:05.931932+0000", 2024-09-13T14:56:15.946 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.1159999999999999e-06 2024-09-13T14:56:15.946 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.946 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.946 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:56:15.946 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:05.931941+0000", 2024-09-13T14:56:15.946 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.3060000000000003e-06 2024-09-13T14:56:15.946 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.946 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.946 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:56:15.947 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:05.931948+0000", 2024-09-13T14:56:15.947 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.827e-06 2024-09-13T14:56:15.947 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.947 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.947 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.947 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:05.931991+0000", 2024-09-13T14:56:15.947 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.2781000000000003e-05 2024-09-13T14:56:15.947 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.947 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.947 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:56:15.947 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:05.931997+0000", 2024-09-13T14:56:15.947 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.8599999999999998e-06 2024-09-13T14:56:15.947 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.948 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.948 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.948 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.627193+0000", 2024-09-13T14:56:15.948 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.69519567199999999 2024-09-13T14:56:15.948 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.948 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.948 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:56:15.948 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.627297+0000", 2024-09-13T14:56:15.948 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000104806 2024-09-13T14:56:15.948 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.948 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.948 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,7", 2024-09-13T14:56:15.948 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.627421+0000", 2024-09-13T14:56:15.948 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000124005 2024-09-13T14:56:15.949 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.949 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.949 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:56:15.949 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.631726+0000", 2024-09-13T14:56:15.949 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0043042369999999998 2024-09-13T14:56:15.949 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.949 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.949 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:56:15.949 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.639882+0000", 2024-09-13T14:56:15.949 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0081561649999999999 2024-09-13T14:56:15.949 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.949 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.949 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:56:15.949 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.651484+0000", 2024-09-13T14:56:15.950 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.011602668 2024-09-13T14:56:15.950 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.950 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.950 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:56:15.950 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.651543+0000", 2024-09-13T14:56:15.950 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.8310999999999998e-05 2024-09-13T14:56:15.950 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.950 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.950 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:56:15.950 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.651591+0000", 2024-09-13T14:56:15.950 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.8658000000000001e-05 2024-09-13T14:56:15.950 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:56:15.950 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:56:15.950 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:56:15.950 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.951 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.951 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:166940 8.e 8:7feedb17:::benchmark_data_smithi071_245775_object45642:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1258)", 2024-09-13T14:56:15.951 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:56:05.985204+0000", 2024-09-13T14:56:15.951 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 9.8240532980000008, 2024-09-13T14:56:15.951 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.669403356, 2024-09-13T14:56:15.951 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:56:15.951 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:56:15.951 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:56:15.951 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:56:15.951 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T14:56:15.951 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:56:15.951 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 166940 2024-09-13T14:56:15.951 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.951 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:56:15.951 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.952 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:56:15.952 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:05.985204+0000", 2024-09-13T14:56:15.952 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:56:15.952 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.952 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.952 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:56:15.952 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:05.985204+0000", 2024-09-13T14:56:15.952 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:56:15.952 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.952 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.952 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:56:15.952 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:05.985205+0000", 2024-09-13T14:56:15.952 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.6000000000000003e-07 2024-09-13T14:56:15.953 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.953 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.953 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:56:15.953 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:05.985208+0000", 2024-09-13T14:56:15.953 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.2559999999999998e-06 2024-09-13T14:56:15.953 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.953 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.953 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:56:15.953 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:05.985218+0000", 2024-09-13T14:56:15.953 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.5130000000000002e-06 2024-09-13T14:56:15.953 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.953 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.953 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:56:15.954 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:05.985225+0000", 2024-09-13T14:56:15.954 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.1930000000000004e-06 2024-09-13T14:56:15.954 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.954 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.954 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.954 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:05.985277+0000", 2024-09-13T14:56:15.954 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.2429999999999998e-05 2024-09-13T14:56:15.954 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.954 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.954 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:56:15.954 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:05.985283+0000", 2024-09-13T14:56:15.954 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.7119999999999997e-06 2024-09-13T14:56:15.954 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.954 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.954 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.955 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.631756+0000", 2024-09-13T14:56:15.955 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.64647253100000002 2024-09-13T14:56:15.955 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.955 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.955 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:56:15.955 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.631873+0000", 2024-09-13T14:56:15.955 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000117105 2024-09-13T14:56:15.955 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.955 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.955 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,7", 2024-09-13T14:56:15.955 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.631998+0000", 2024-09-13T14:56:15.955 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000124702 2024-09-13T14:56:15.955 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.955 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.956 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:56:15.956 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.639845+0000", 2024-09-13T14:56:15.956 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0078473620000000001 2024-09-13T14:56:15.956 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.956 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.956 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:56:15.956 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.639916+0000", 2024-09-13T14:56:15.956 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.1027999999999998e-05 2024-09-13T14:56:15.956 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.956 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.956 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:56:15.956 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.654517+0000", 2024-09-13T14:56:15.956 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.014600630999999999 2024-09-13T14:56:15.957 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.957 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.957 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:56:15.957 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.654563+0000", 2024-09-13T14:56:15.957 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.6724999999999997e-05 2024-09-13T14:56:15.957 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.957 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.957 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:56:15.957 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.654608+0000", 2024-09-13T14:56:15.957 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.4407999999999999e-05 2024-09-13T14:56:15.957 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:56:15.957 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:56:15.957 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:56:15.958 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.958 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.958 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:166953 8.e 8:7cc41f3c:::benchmark_data_smithi071_245775_object45655:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1258)", 2024-09-13T14:56:15.958 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:56:06.008777+0000", 2024-09-13T14:56:15.958 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 9.8004810960000004, 2024-09-13T14:56:15.958 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.64592650299999999, 2024-09-13T14:56:15.958 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:56:15.958 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:56:15.958 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:56:15.958 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:56:15.958 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T14:56:15.958 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:56:15.958 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 166953 2024-09-13T14:56:15.959 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.959 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:56:15.959 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.959 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:56:15.959 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.008777+0000", 2024-09-13T14:56:15.959 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:56:15.959 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.959 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.959 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:56:15.959 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.008777+0000", 2024-09-13T14:56:15.959 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:56:15.959 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.960 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.960 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:56:15.960 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.008778+0000", 2024-09-13T14:56:15.960 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.238e-06 2024-09-13T14:56:15.960 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.960 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.960 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:56:15.960 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.008783+0000", 2024-09-13T14:56:15.960 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.0490000000000003e-06 2024-09-13T14:56:15.960 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.960 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.960 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:56:15.960 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.008799+0000", 2024-09-13T14:56:15.961 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.5886e-05 2024-09-13T14:56:15.961 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.961 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.961 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:56:15.961 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.008807+0000", 2024-09-13T14:56:15.961 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.0690000000000002e-06 2024-09-13T14:56:15.961 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.961 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.961 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.961 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.008881+0000", 2024-09-13T14:56:15.961 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.3745999999999995e-05 2024-09-13T14:56:15.961 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.961 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.962 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:56:15.962 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.008892+0000", 2024-09-13T14:56:15.962 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1182999999999999e-05 2024-09-13T14:56:15.962 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.962 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.962 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.962 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.635711+0000", 2024-09-13T14:56:15.962 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.62681962599999996 2024-09-13T14:56:15.962 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.962 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.962 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:56:15.962 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.635980+0000", 2024-09-13T14:56:15.962 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00026915899999999999 2024-09-13T14:56:15.962 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.963 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.963 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,7", 2024-09-13T14:56:15.963 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.636105+0000", 2024-09-13T14:56:15.963 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000124678 2024-09-13T14:56:15.963 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.963 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.963 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:56:15.963 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.639941+0000", 2024-09-13T14:56:15.963 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0038356689999999999 2024-09-13T14:56:15.963 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.963 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.963 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:56:15.963 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.648021+0000", 2024-09-13T14:56:15.963 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0080803760000000002 2024-09-13T14:56:15.963 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.964 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.964 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:56:15.964 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.654615+0000", 2024-09-13T14:56:15.964 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0065942609999999997 2024-09-13T14:56:15.964 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.964 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.964 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:56:15.964 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.654661+0000", 2024-09-13T14:56:15.964 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.5194000000000001e-05 2024-09-13T14:56:15.964 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.964 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.964 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:56:15.964 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.654703+0000", 2024-09-13T14:56:15.964 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.2369e-05 2024-09-13T14:56:15.964 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:56:15.965 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:56:15.965 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:56:15.965 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.965 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.965 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:166966 8.e 8:76e8c842:::benchmark_data_smithi071_245775_object45668:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1258)", 2024-09-13T14:56:15.965 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:56:06.053552+0000", 2024-09-13T14:56:15.965 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 9.7557058590000008, 2024-09-13T14:56:15.965 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.60126922000000005, 2024-09-13T14:56:15.965 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:56:15.965 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:56:15.965 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:56:15.965 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:56:15.965 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T14:56:15.965 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:56:15.966 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 166966 2024-09-13T14:56:15.966 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.966 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:56:15.966 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.966 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:56:15.966 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.053552+0000", 2024-09-13T14:56:15.966 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:56:15.966 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.966 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.966 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:56:15.966 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.053552+0000", 2024-09-13T14:56:15.966 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:56:15.966 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.966 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.966 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:56:15.967 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.053553+0000", 2024-09-13T14:56:15.967 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.3179999999999999e-06 2024-09-13T14:56:15.967 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.967 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.967 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:56:15.967 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.053559+0000", 2024-09-13T14:56:15.967 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.1099999999999999e-06 2024-09-13T14:56:15.967 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.967 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.967 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:56:15.967 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.053576+0000", 2024-09-13T14:56:15.967 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.6804999999999999e-05 2024-09-13T14:56:15.967 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.967 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.967 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:56:15.968 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.053584+0000", 2024-09-13T14:56:15.968 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.1110000000000008e-06 2024-09-13T14:56:15.968 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.968 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.968 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.968 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.053644+0000", 2024-09-13T14:56:15.968 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.9695999999999999e-05 2024-09-13T14:56:15.968 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.968 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.968 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:56:15.968 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.053653+0000", 2024-09-13T14:56:15.968 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.0310000000000004e-06 2024-09-13T14:56:15.968 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.968 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.968 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:56:15.969 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.639958+0000", 2024-09-13T14:56:15.969 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.586305144 2024-09-13T14:56:15.969 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.969 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.969 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:56:15.969 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.640026+0000", 2024-09-13T14:56:15.969 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.8287999999999994e-05 2024-09-13T14:56:15.969 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.969 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.969 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,7", 2024-09-13T14:56:15.969 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.640092+0000", 2024-09-13T14:56:15.969 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.5790000000000005e-05 2024-09-13T14:56:15.969 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.969 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.970 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:56:15.970 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.647994+0000", 2024-09-13T14:56:15.970 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0079023879999999998 2024-09-13T14:56:15.970 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.970 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.970 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:56:15.970 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.648041+0000", 2024-09-13T14:56:15.970 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.6613999999999998e-05 2024-09-13T14:56:15.970 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.970 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.970 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:56:15.970 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.654711+0000", 2024-09-13T14:56:15.970 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0066698410000000001 2024-09-13T14:56:15.970 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.970 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.971 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:56:15.971 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.654785+0000", 2024-09-13T14:56:15.971 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.3682000000000004e-05 2024-09-13T14:56:15.971 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:56:15.971 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:56:15.971 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:56:15.971 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:06.654821+0000", 2024-09-13T14:56:15.971 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.6402000000000001e-05 2024-09-13T14:56:15.971 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:56:15.971 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:56:15.971 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:56:15.971 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:56:15.971 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:56:15.971 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:56:15.972 INFO:teuthology.orchestra.run.smithi071.stderr:nodeep-scrub is set 2024-09-13T14:56:15.993 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:15.993 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:15.993 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:16.094 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:16.121 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:16.121 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:16.122 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:16.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:15 smithi071 ceph-mon[107477]: pgmap v1809: 119 pgs: 1 active+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 10 unknown, 10 active+undersized+degraded+remapped+backfill_wait, 92 active+clean; 4.5 GiB data, 15 GiB used, 522 GiB / 536 GiB avail; 0 B/s wr, 375 op/s; 47799/221022 objects degraded (21.626%); 16117/221022 objects misplaced (7.292%); 2.3 MiB/s, 36 objects/s recovering 2024-09-13T14:56:16.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:15 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2906828487' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:56:16.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:15 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:56:16.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:15 smithi071 ceph-mon[112785]: pgmap v1809: 119 pgs: 1 active+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 10 unknown, 10 active+undersized+degraded+remapped+backfill_wait, 92 active+clean; 4.5 GiB data, 15 GiB used, 522 GiB / 536 GiB avail; 0 B/s wr, 375 op/s; 47799/221022 objects degraded (21.626%); 16117/221022 objects misplaced (7.292%); 2.3 MiB/s, 36 objects/s recovering 2024-09-13T14:56:16.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:15 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2906828487' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:56:16.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:15 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:56:16.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:15 smithi104 ceph-mon[105578]: pgmap v1809: 119 pgs: 1 active+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 10 unknown, 10 active+undersized+degraded+remapped+backfill_wait, 92 active+clean; 4.5 GiB data, 15 GiB used, 522 GiB / 536 GiB avail; 0 B/s wr, 375 op/s; 47799/221022 objects degraded (21.626%); 16117/221022 objects misplaced (7.292%); 2.3 MiB/s, 36 objects/s recovering 2024-09-13T14:56:16.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:15 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2906828487' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:56:16.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:15 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:56:16.223 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:56:16.243 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:16.244 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:16.244 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:56:16.345 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:16.367 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:16.368 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:16.368 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:16.469 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:56:16.494 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:16.495 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:16.495 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:56:16.596 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:56:16.617 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:16.618 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:16.618 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:56:16.719 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:56:16.743 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:16.743 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:16.744 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:56:16.844 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:16.866 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:16.867 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:16.867 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:16.968 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:16.990 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:16.991 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:16.991 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:17.092 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:56:17.116 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:17.117 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:17.117 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:56:17.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:16 smithi071 ceph-mon[107477]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:56:17.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:16 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T14:56:17.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:16 smithi071 ceph-mon[107477]: osdmap e1263: 8 total, 8 up, 6 in 2024-09-13T14:56:17.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:16 smithi071 ceph-mon[112785]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:56:17.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:16 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T14:56:17.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:16 smithi071 ceph-mon[112785]: osdmap e1263: 8 total, 8 up, 6 in 2024-09-13T14:56:17.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:16 smithi104 ceph-mon[105578]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:56:17.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:16 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T14:56:17.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:16 smithi104 ceph-mon[105578]: osdmap e1263: 8 total, 8 up, 6 in 2024-09-13T14:56:17.219 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:56:17.247 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:17.248 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:17.248 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:56:17.349 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:56:17.371 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:17.371 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:17.372 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:56:17.473 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:17.499 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:17.499 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:17.500 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:17.600 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:17.617 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:56:17.617 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:56:17.623 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:17.624 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:17.624 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:17.636 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:56:17.636 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:56:17.652 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:56:17.652 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:56:17.672 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:56:17.673 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:56:17.694 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:56:17.694 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:56:17.718 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:56:17.718 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:56:17.725 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:56:17.739 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T14:56:17.739 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T14:56:17.753 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:17.753 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:17.754 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:56:17.760 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:56:17.760 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:56:17.855 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:17.880 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:17.881 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:17.881 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:17.982 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:18.003 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:18.004 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:18.004 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:18.105 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:18.133 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:18.133 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:18.134 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:18.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:17 smithi071 ceph-mon[107477]: pgmap v1811: 119 pgs: 1 active+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 10 active+undersized+degraded+remapped+backfill_wait, 102 active+clean; 4.4 GiB data, 15 GiB used, 522 GiB / 536 GiB avail; 0 B/s wr, 374 op/s; 47063/217557 objects degraded (21.632%); 15869/217557 objects misplaced (7.294%); 2.8 MiB/s, 45 objects/s recovering 2024-09-13T14:56:18.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:17 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2227762809' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:56:18.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:17 smithi071 ceph-mon[112785]: pgmap v1811: 119 pgs: 1 active+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 10 active+undersized+degraded+remapped+backfill_wait, 102 active+clean; 4.4 GiB data, 15 GiB used, 522 GiB / 536 GiB avail; 0 B/s wr, 374 op/s; 47063/217557 objects degraded (21.632%); 15869/217557 objects misplaced (7.294%); 2.8 MiB/s, 45 objects/s recovering 2024-09-13T14:56:18.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:17 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2227762809' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:56:18.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:17 smithi104 ceph-mon[105578]: pgmap v1811: 119 pgs: 1 active+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 10 active+undersized+degraded+remapped+backfill_wait, 102 active+clean; 4.4 GiB data, 15 GiB used, 522 GiB / 536 GiB avail; 0 B/s wr, 374 op/s; 47063/217557 objects degraded (21.632%); 15869/217557 objects misplaced (7.294%); 2.8 MiB/s, 45 objects/s recovering 2024-09-13T14:56:18.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:17 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2227762809' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:56:18.236 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:56:18.260 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:18.260 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:18.261 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:56:18.362 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:56:18.387 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:18.387 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:18.388 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:56:18.489 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:56:18.510 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:18.511 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:18.512 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:56:18.612 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:18.637 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:18.638 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:18.638 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:18.739 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:56:18.760 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:18.761 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:18.761 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:56:18.862 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:18.886 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:18.887 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:18.887 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:18.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:18 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 47063/217557 objects degraded (21.632%), 15 pgs degraded, 15 pgs undersized (PG_DEGRADED) 2024-09-13T14:56:18.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:18 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 47063/217557 objects degraded (21.632%), 15 pgs degraded, 15 pgs undersized (PG_DEGRADED) 2024-09-13T14:56:18.987 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:19.013 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:19.013 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:19.014 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:19.033 INFO:tasks.thrashosds.thrasher:in_osds: [0, 1, 5, 6, 3, 7] out_osds: [4, 2] dead_osds: [] live_osds: [0, 1, 2, 3, 4, 5, 7, 6] 2024-09-13T14:56:19.033 INFO:tasks.thrashosds.thrasher:choose_action: min_in 4 min_out 0 min_live 2 min_dead 0 chance_down 0.40 2024-09-13T14:56:19.034 INFO:tasks.thrashosds.thrasher:Removing osd 6, in_osds are: [0, 1, 5, 6, 3, 7] 2024-09-13T14:56:19.034 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd out 6 2024-09-13T14:56:19.115 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:19.138 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:19.138 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:19.139 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:19.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:18 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 47063/217557 objects degraded (21.632%), 15 pgs degraded, 15 pgs undersized (PG_DEGRADED) 2024-09-13T14:56:19.239 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:19.263 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:19.263 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:19.264 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:19.365 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:56:19.387 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:19.388 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:19.388 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:56:19.404 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.1 dump_ops_in_flight 2024-09-13T14:56:19.489 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:19.513 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:19.513 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:19.514 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:19.614 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:56:19.636 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:19.637 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:19.637 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:56:19.738 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:19.761 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:19.762 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:19.762 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:19.863 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:19.888 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:19.888 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:19.889 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:19.989 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:20.010 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:20.011 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:20.011 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:20.071 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:19 smithi071 ceph-mon[107477]: pgmap v1812: 119 pgs: 1 active+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 10 active+undersized+degraded+remapped+backfill_wait, 102 active+clean; 4.4 GiB data, 15 GiB used, 522 GiB / 536 GiB avail; 0 B/s wr, 308 op/s; 47063/217557 objects degraded (21.632%); 15869/217557 objects misplaced (7.294%); 2.3 MiB/s, 37 objects/s recovering 2024-09-13T14:56:20.072 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:19 smithi071 ceph-mon[112785]: pgmap v1812: 119 pgs: 1 active+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 10 active+undersized+degraded+remapped+backfill_wait, 102 active+clean; 4.4 GiB data, 15 GiB used, 522 GiB / 536 GiB avail; 0 B/s wr, 308 op/s; 47063/217557 objects degraded (21.632%); 15869/217557 objects misplaced (7.294%); 2.3 MiB/s, 37 objects/s recovering 2024-09-13T14:56:20.112 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:56:20.136 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:20.136 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:20.137 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:56:20.155 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:56:20.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:19 smithi104 ceph-mon[105578]: pgmap v1812: 119 pgs: 1 active+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 10 active+undersized+degraded+remapped+backfill_wait, 102 active+clean; 4.4 GiB data, 15 GiB used, 522 GiB / 536 GiB avail; 0 B/s wr, 308 op/s; 47063/217557 objects degraded (21.632%); 15869/217557 objects misplaced (7.294%); 2.3 MiB/s, 37 objects/s recovering 2024-09-13T14:56:20.198 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:56:20.238 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:56:20.259 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:20.259 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:20.260 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:56:20.361 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:56:20.385 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:20.386 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:20.386 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:56:20.487 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:56:20.512 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:20.512 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:20.513 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:56:20.614 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:20.640 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:20.641 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:20.641 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:20.656 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd unset noscrub 2024-09-13T14:56:20.742 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:20.764 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:20.764 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:20.765 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:20.865 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:56:20.888 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:20.889 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:20.890 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:56:20.990 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:21.015 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:21.015 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:21.016 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:21.116 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:56:21.138 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:21.139 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:21.139 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:56:21.240 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:56:21.262 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:21.263 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:21.263 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:56:21.364 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:21.384 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:21.385 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:21.385 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:21.486 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:56:21.509 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:21.510 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:21.510 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:56:21.611 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:56:21.632 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:21.633 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:21.633 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:56:21.734 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:21.759 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:21.759 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:21.760 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:21.860 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:21.889 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:21.890 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:21.890 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:21.991 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:22.014 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:22.015 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:22.015 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:22.095 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=true 2024-09-13T14:56:22.116 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:56:22.121 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:21 smithi071 ceph-mon[107477]: pgmap v1813: 119 pgs: 1 active+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 10 active+undersized+degraded+remapped+backfill_wait, 102 active+clean; 4.3 GiB data, 14 GiB used, 522 GiB / 536 GiB avail; 0 B/s wr, 453 op/s; 45917/212301 objects degraded (21.628%); 15479/212301 objects misplaced (7.291%); 3.4 MiB/s, 54 objects/s recovering 2024-09-13T14:56:22.121 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:21 smithi071 ceph-mon[112785]: pgmap v1813: 119 pgs: 1 active+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 10 active+undersized+degraded+remapped+backfill_wait, 102 active+clean; 4.3 GiB data, 14 GiB used, 522 GiB / 536 GiB avail; 0 B/s wr, 453 op/s; 45917/212301 objects degraded (21.628%); 15479/212301 objects misplaced (7.291%); 3.4 MiB/s, 54 objects/s recovering 2024-09-13T14:56:22.147 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:22.148 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:22.148 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:56:22.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:21 smithi104 ceph-mon[105578]: pgmap v1813: 119 pgs: 1 active+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 10 active+undersized+degraded+remapped+backfill_wait, 102 active+clean; 4.3 GiB data, 14 GiB used, 522 GiB / 536 GiB avail; 0 B/s wr, 453 op/s; 45917/212301 objects degraded (21.628%); 15479/212301 objects misplaced (7.291%); 3.4 MiB/s, 54 objects/s recovering 2024-09-13T14:56:22.249 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:56:22.273 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:22.274 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:22.274 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:56:22.377 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:56:22.401 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:22.402 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:22.402 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:56:22.503 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:56:22.525 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:22.525 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:22.526 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:56:22.626 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:56:22.655 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:22.655 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:22.656 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:56:22.757 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:22.780 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:22.780 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:22.781 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:22.882 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:56:22.903 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:22.904 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:22.904 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:56:23.005 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:56:23.037 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:23.037 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:23.038 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:56:23.095 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:56:22 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:56:22] "GET /metrics HTTP/1.1" 200 36667 "" "Prometheus/2.51.0" 2024-09-13T14:56:23.138 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:23.164 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:23.165 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:23.165 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:23.266 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:56:23.288 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:23.289 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:23.290 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:56:23.390 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:56:23.416 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:23.417 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:23.418 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:56:23.519 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:23.547 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:23.548 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:23.548 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:23.599 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:56:23.649 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:23.676 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:23.677 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:23.677 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:23.778 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:23.799 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:23.799 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:23.800 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:23.844 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T14:56:23.844 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:56:23.899 INFO:teuthology.orchestra.run.smithi071.stderr:marked out osd.6. 2024-09-13T14:56:23.901 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:23.933 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:23.934 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:23.934 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:24.035 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:24.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:23 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-a[107454]: 2024-09-13T14:56:23.861+0000 7fa91586f640 -1 mon.a@0(leader).osd e1263 definitely_dead 0 2024-09-13T14:56:24.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:23 smithi071 ceph-mon[107477]: pgmap v1814: 119 pgs: 1 active+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 10 active+undersized+degraded+remapped+backfill_wait, 102 active+clean; 4.3 GiB data, 14 GiB used, 522 GiB / 536 GiB avail; 0 B/s wr, 338 op/s; 45917/212301 objects degraded (21.628%); 15479/212301 objects misplaced (7.291%); 2.3 MiB/s, 36 objects/s recovering 2024-09-13T14:56:24.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:23 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 45917/212301 objects degraded (21.628%), 15 pgs degraded, 15 pgs undersized (PG_DEGRADED) 2024-09-13T14:56:24.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:23 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2009363892' entity='client.admin' cmd={"prefix": "osd out", "ids": ["6"]} : dispatch 2024-09-13T14:56:24.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:23 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd out", "ids": ["6"]} : dispatch 2024-09-13T14:56:24.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:23 smithi071 ceph-mon[107477]: Client client.admin marked osd.6 out, while it was still marked up 2024-09-13T14:56:24.054 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:23 smithi071 ceph-mon[112785]: pgmap v1814: 119 pgs: 1 active+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 10 active+undersized+degraded+remapped+backfill_wait, 102 active+clean; 4.3 GiB data, 14 GiB used, 522 GiB / 536 GiB avail; 0 B/s wr, 338 op/s; 45917/212301 objects degraded (21.628%); 15479/212301 objects misplaced (7.291%); 2.3 MiB/s, 36 objects/s recovering 2024-09-13T14:56:24.055 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:23 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 45917/212301 objects degraded (21.628%), 15 pgs degraded, 15 pgs undersized (PG_DEGRADED) 2024-09-13T14:56:24.055 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:23 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2009363892' entity='client.admin' cmd={"prefix": "osd out", "ids": ["6"]} : dispatch 2024-09-13T14:56:24.055 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:23 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd out", "ids": ["6"]} : dispatch 2024-09-13T14:56:24.055 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:23 smithi071 ceph-mon[112785]: Client client.admin marked osd.6 out, while it was still marked up 2024-09-13T14:56:24.057 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:24.058 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:24.058 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:24.159 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:24.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:23 smithi104 ceph-mon[105578]: pgmap v1814: 119 pgs: 1 active+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 10 active+undersized+degraded+remapped+backfill_wait, 102 active+clean; 4.3 GiB data, 14 GiB used, 522 GiB / 536 GiB avail; 0 B/s wr, 338 op/s; 45917/212301 objects degraded (21.628%); 15479/212301 objects misplaced (7.291%); 2.3 MiB/s, 36 objects/s recovering 2024-09-13T14:56:24.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:23 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 45917/212301 objects degraded (21.628%), 15 pgs degraded, 15 pgs undersized (PG_DEGRADED) 2024-09-13T14:56:24.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:23 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2009363892' entity='client.admin' cmd={"prefix": "osd out", "ids": ["6"]} : dispatch 2024-09-13T14:56:24.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:23 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd out", "ids": ["6"]} : dispatch 2024-09-13T14:56:24.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:23 smithi104 ceph-mon[105578]: Client client.admin marked osd.6 out, while it was still marked up 2024-09-13T14:56:24.180 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:24.180 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:24.181 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:24.282 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:56:24.304 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:24.305 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:24.305 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:56:24.406 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:24.428 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:24.433 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:24.433 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:24.534 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:24.556 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:24.557 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:24.557 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:24.659 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:56:24.681 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:24.681 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:24.682 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:56:24.783 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:56:24.805 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:24.805 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:24.806 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:56:24.906 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:56:24.944 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:24.945 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:24.945 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:56:25.046 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:25.067 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:25.068 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:25.068 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:25.169 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:56:25.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:24 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd out", "ids": ["6"]}]': finished 2024-09-13T14:56:25.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:24 smithi104 ceph-mon[105578]: osdmap e1264: 8 total, 8 up, 5 in 2024-09-13T14:56:25.191 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:25.192 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:25.192 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:56:25.293 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:25.317 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:25.319 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:25.319 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:25.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:24 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd out", "ids": ["6"]}]': finished 2024-09-13T14:56:25.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:24 smithi071 ceph-mon[107477]: osdmap e1264: 8 total, 8 up, 5 in 2024-09-13T14:56:25.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:24 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd out", "ids": ["6"]}]': finished 2024-09-13T14:56:25.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:24 smithi071 ceph-mon[112785]: osdmap e1264: 8 total, 8 up, 5 in 2024-09-13T14:56:25.420 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:56:25.442 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:25.442 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:25.443 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:56:25.544 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:25.566 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:25.567 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:25.567 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:25.668 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:56:25.690 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:25.690 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:25.691 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:56:25.792 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:56:25.814 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:25.815 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:25.815 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:56:25.916 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:56:25.939 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:25.940 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:25.940 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:56:26.041 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:56:26.073 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:26.074 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:26.074 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:56:26.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:25 smithi104 ceph-mon[105578]: pgmap v1816: 119 pgs: 2 peering, 1 active+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 1 remapped+peering, 9 active+undersized+degraded+remapped+backfill_wait, 100 active+clean; 4.3 GiB data, 14 GiB used, 433 GiB / 447 GiB avail; 0 B/s wr, 273 op/s; 41127/210243 objects degraded (19.562%); 10997/210243 objects misplaced (5.231%); 2.2 MiB/s, 35 objects/s recovering 2024-09-13T14:56:26.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:25 smithi104 ceph-mon[105578]: 8.b continuing backfill to osd.7 from (1225'7345,1263'10905] 8:d009118e:::benchmark_data_smithi071_245775_object80130:head to 1263'10905 2024-09-13T14:56:26.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:25 smithi104 ceph-mon[105578]: 8.13 starting backfill to osd.3 from (0'0,0'0] MAX to 1263'9660 2024-09-13T14:56:26.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:25 smithi104 ceph-mon[105578]: 8.4 starting backfill to osd.0 from (0'0,0'0] MAX to 1263'9936 2024-09-13T14:56:26.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:25 smithi104 ceph-mon[105578]: osdmap e1265: 8 total, 8 up, 5 in 2024-09-13T14:56:26.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:25 smithi104 ceph-mon[105578]: 8.14 starting backfill to osd.0 from (0'0,0'0] MAX to 1263'9851 2024-09-13T14:56:26.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:25 smithi104 ceph-mon[105578]: 8.d continuing backfill to osd.7 from (1218'4900,1263'10712] MIN to 1263'10712 2024-09-13T14:56:26.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:25 smithi104 ceph-mon[105578]: 8.f starting backfill to osd.5 from (0'0,0'0] MAX to 1263'10921 2024-09-13T14:56:26.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:25 smithi104 ceph-mon[105578]: 8.17 starting backfill to osd.7 from (0'0,0'0] MAX to 1263'9811 2024-09-13T14:56:26.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:25 smithi104 ceph-mon[105578]: 8.7 starting backfill to osd.7 from (0'0,0'0] MAX to 1263'9906 2024-09-13T14:56:26.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:25 smithi104 ceph-mon[105578]: 8.3 starting backfill to osd.3 from (0'0,0'0] MAX to 1263'9646 2024-09-13T14:56:26.174 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:26.201 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:26.201 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:26.202 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:26.303 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:26.331 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:26.332 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:26.332 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:26.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:25 smithi071 ceph-mon[107477]: pgmap v1816: 119 pgs: 2 peering, 1 active+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 1 remapped+peering, 9 active+undersized+degraded+remapped+backfill_wait, 100 active+clean; 4.3 GiB data, 14 GiB used, 433 GiB / 447 GiB avail; 0 B/s wr, 273 op/s; 41127/210243 objects degraded (19.562%); 10997/210243 objects misplaced (5.231%); 2.2 MiB/s, 35 objects/s recovering 2024-09-13T14:56:26.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:25 smithi071 ceph-mon[107477]: 8.b continuing backfill to osd.7 from (1225'7345,1263'10905] 8:d009118e:::benchmark_data_smithi071_245775_object80130:head to 1263'10905 2024-09-13T14:56:26.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:25 smithi071 ceph-mon[107477]: 8.13 starting backfill to osd.3 from (0'0,0'0] MAX to 1263'9660 2024-09-13T14:56:26.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:25 smithi071 ceph-mon[107477]: 8.4 starting backfill to osd.0 from (0'0,0'0] MAX to 1263'9936 2024-09-13T14:56:26.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:25 smithi071 ceph-mon[107477]: osdmap e1265: 8 total, 8 up, 5 in 2024-09-13T14:56:26.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:25 smithi071 ceph-mon[107477]: 8.14 starting backfill to osd.0 from (0'0,0'0] MAX to 1263'9851 2024-09-13T14:56:26.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:25 smithi071 ceph-mon[107477]: 8.d continuing backfill to osd.7 from (1218'4900,1263'10712] MIN to 1263'10712 2024-09-13T14:56:26.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:25 smithi071 ceph-mon[107477]: 8.f starting backfill to osd.5 from (0'0,0'0] MAX to 1263'10921 2024-09-13T14:56:26.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:25 smithi071 ceph-mon[107477]: 8.17 starting backfill to osd.7 from (0'0,0'0] MAX to 1263'9811 2024-09-13T14:56:26.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:25 smithi071 ceph-mon[107477]: 8.7 starting backfill to osd.7 from (0'0,0'0] MAX to 1263'9906 2024-09-13T14:56:26.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:25 smithi071 ceph-mon[107477]: 8.3 starting backfill to osd.3 from (0'0,0'0] MAX to 1263'9646 2024-09-13T14:56:26.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:25 smithi071 ceph-mon[112785]: pgmap v1816: 119 pgs: 2 peering, 1 active+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 1 remapped+peering, 9 active+undersized+degraded+remapped+backfill_wait, 100 active+clean; 4.3 GiB data, 14 GiB used, 433 GiB / 447 GiB avail; 0 B/s wr, 273 op/s; 41127/210243 objects degraded (19.562%); 10997/210243 objects misplaced (5.231%); 2.2 MiB/s, 35 objects/s recovering 2024-09-13T14:56:26.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:25 smithi071 ceph-mon[112785]: 8.b continuing backfill to osd.7 from (1225'7345,1263'10905] 8:d009118e:::benchmark_data_smithi071_245775_object80130:head to 1263'10905 2024-09-13T14:56:26.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:25 smithi071 ceph-mon[112785]: 8.13 starting backfill to osd.3 from (0'0,0'0] MAX to 1263'9660 2024-09-13T14:56:26.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:25 smithi071 ceph-mon[112785]: 8.4 starting backfill to osd.0 from (0'0,0'0] MAX to 1263'9936 2024-09-13T14:56:26.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:25 smithi071 ceph-mon[112785]: osdmap e1265: 8 total, 8 up, 5 in 2024-09-13T14:56:26.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:25 smithi071 ceph-mon[112785]: 8.14 starting backfill to osd.0 from (0'0,0'0] MAX to 1263'9851 2024-09-13T14:56:26.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:25 smithi071 ceph-mon[112785]: 8.d continuing backfill to osd.7 from (1218'4900,1263'10712] MIN to 1263'10712 2024-09-13T14:56:26.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:25 smithi071 ceph-mon[112785]: 8.f starting backfill to osd.5 from (0'0,0'0] MAX to 1263'10921 2024-09-13T14:56:26.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:25 smithi071 ceph-mon[112785]: 8.17 starting backfill to osd.7 from (0'0,0'0] MAX to 1263'9811 2024-09-13T14:56:26.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:25 smithi071 ceph-mon[112785]: 8.7 starting backfill to osd.7 from (0'0,0'0] MAX to 1263'9906 2024-09-13T14:56:26.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:25 smithi071 ceph-mon[112785]: 8.3 starting backfill to osd.3 from (0'0,0'0] MAX to 1263'9646 2024-09-13T14:56:26.433 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:26.458 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:26.460 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:26.460 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:26.561 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:56:26.587 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:26.587 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:26.588 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:56:26.688 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:26.712 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:26.712 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:26.713 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:26.814 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:26.835 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:26.836 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:26.836 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:26.937 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:56:26.961 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:26.961 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:26.962 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:56:27.062 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:56:27.085 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:27.086 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:27.086 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:56:27.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:26 smithi104 ceph-mon[105578]: osdmap e1266: 8 total, 8 up, 5 in 2024-09-13T14:56:27.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:26 smithi104 ceph-mon[105578]: 8.19 starting backfill to osd.3 from (0'0,0'0] MAX to 1263'9947 2024-09-13T14:56:27.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:26 smithi104 ceph-mon[105578]: 8.9 starting backfill to osd.3 from (0'0,0'0] MAX to 1263'10028 2024-09-13T14:56:27.187 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:56:27.209 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:27.210 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:27.211 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:56:27.312 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:27.337 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:27.338 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:27.338 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:27.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:26 smithi071 ceph-mon[107477]: osdmap e1266: 8 total, 8 up, 5 in 2024-09-13T14:56:27.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:26 smithi071 ceph-mon[107477]: 8.19 starting backfill to osd.3 from (0'0,0'0] MAX to 1263'9947 2024-09-13T14:56:27.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:26 smithi071 ceph-mon[107477]: 8.9 starting backfill to osd.3 from (0'0,0'0] MAX to 1263'10028 2024-09-13T14:56:27.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:26 smithi071 ceph-mon[112785]: osdmap e1266: 8 total, 8 up, 5 in 2024-09-13T14:56:27.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:26 smithi071 ceph-mon[112785]: 8.19 starting backfill to osd.3 from (0'0,0'0] MAX to 1263'9947 2024-09-13T14:56:27.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:26 smithi071 ceph-mon[112785]: 8.9 starting backfill to osd.3 from (0'0,0'0] MAX to 1263'10028 2024-09-13T14:56:27.439 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:27.462 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:27.462 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:27.463 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:27.563 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:56:27.585 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:27.586 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:27.586 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:56:27.687 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:27.710 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:27.710 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:27.711 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:27.812 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:27.820 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:56:27.839 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:27.839 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:27.840 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:27.941 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:56:27.951 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:27 smithi071 ceph-mon[107477]: pgmap v1819: 119 pgs: 2 peering, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 2 active+recovery_wait+undersized+degraded+remapped, 27 remapped+peering, 8 active+undersized+degraded+remapped+backfill_wait, 77 active+clean; 4.2 GiB data, 14 GiB used, 433 GiB / 447 GiB avail; 0 B/s wr, 254 op/s; 30977/207720 objects degraded (14.913%); 4323/207720 objects misplaced (2.081%); 9.2 MiB/s, 1 keys/s, 150 objects/s recovering 2024-09-13T14:56:27.951 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:27 smithi071 ceph-mon[112785]: pgmap v1819: 119 pgs: 2 peering, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 2 active+recovery_wait+undersized+degraded+remapped, 27 remapped+peering, 8 active+undersized+degraded+remapped+backfill_wait, 77 active+clean; 4.2 GiB data, 14 GiB used, 433 GiB / 447 GiB avail; 0 B/s wr, 254 op/s; 30977/207720 objects degraded (14.913%); 4323/207720 objects misplaced (2.081%); 9.2 MiB/s, 1 keys/s, 150 objects/s recovering 2024-09-13T14:56:27.966 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:27.967 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:27.967 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:56:28.068 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:28.090 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:28.091 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:28.091 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:28.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:27 smithi104 ceph-mon[105578]: pgmap v1819: 119 pgs: 2 peering, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 2 active+recovery_wait+undersized+degraded+remapped, 27 remapped+peering, 8 active+undersized+degraded+remapped+backfill_wait, 77 active+clean; 4.2 GiB data, 14 GiB used, 433 GiB / 447 GiB avail; 0 B/s wr, 254 op/s; 30977/207720 objects degraded (14.913%); 4323/207720 objects misplaced (2.081%); 9.2 MiB/s, 1 keys/s, 150 objects/s recovering 2024-09-13T14:56:28.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:27 smithi104 ceph-mon[105578]: osdmap e1267: 8 total, 8 up, 5 in 2024-09-13T14:56:28.192 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:56:28.215 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:28.215 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:28.216 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:56:28.317 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:28.340 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:28.341 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:28.342 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:28.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:27 smithi071 ceph-mon[107477]: osdmap e1267: 8 total, 8 up, 5 in 2024-09-13T14:56:28.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:27 smithi071 ceph-mon[112785]: osdmap e1267: 8 total, 8 up, 5 in 2024-09-13T14:56:28.443 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:56:28.465 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:28.466 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:28.466 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:56:28.567 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:56:28.591 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:28.592 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:28.592 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:56:28.693 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:56:28.715 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:28.715 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:28.716 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:56:28.817 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:56:28.842 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:28.843 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:28.844 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:56:28.944 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:28.971 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:28.971 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:28.971 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:29.072 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:56:29.094 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:29.094 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:29.094 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:56:29.195 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:29.218 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:29.219 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:29.219 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:29.320 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:29.343 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:29.343 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:29.344 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:29.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:28 smithi071 ceph-mon[107477]: osdmap e1268: 8 total, 8 up, 5 in 2024-09-13T14:56:29.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:28 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 30977/207720 objects degraded (14.913%), 11 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:56:29.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:28 smithi071 ceph-mon[112785]: osdmap e1268: 8 total, 8 up, 5 in 2024-09-13T14:56:29.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:28 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 30977/207720 objects degraded (14.913%), 11 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:56:29.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:28 smithi104 ceph-mon[105578]: osdmap e1268: 8 total, 8 up, 5 in 2024-09-13T14:56:29.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:28 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 30977/207720 objects degraded (14.913%), 11 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T14:56:29.444 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:29.466 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:29.467 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:29.467 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:29.568 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:29.591 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:29.592 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:29.592 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:29.693 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:29.715 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:29.716 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:29.716 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:29.817 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:29.839 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:29.839 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:29.840 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:29.940 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:56:29.962 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:29.963 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:29.963 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:56:30.064 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:30.088 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:30.089 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:30.089 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:30.190 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:56:30.213 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:30.214 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:30.214 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:56:30.315 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:30.339 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:30.339 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:30.340 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:30.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:29 smithi071 ceph-mon[107477]: pgmap v1822: 119 pgs: 2 peering, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 2 active+recovery_wait+undersized+degraded+remapped, 27 remapped+peering, 8 active+undersized+degraded+remapped+backfill_wait, 77 active+clean; 4.2 GiB data, 14 GiB used, 433 GiB / 447 GiB avail; 0 B/s wr, 210 op/s; 30977/207720 objects degraded (14.913%); 4323/207720 objects misplaced (2.081%); 12 MiB/s, 2 keys/s, 197 objects/s recovering 2024-09-13T14:56:30.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:56:30.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:29 smithi071 ceph-mon[112785]: pgmap v1822: 119 pgs: 2 peering, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 2 active+recovery_wait+undersized+degraded+remapped, 27 remapped+peering, 8 active+undersized+degraded+remapped+backfill_wait, 77 active+clean; 4.2 GiB data, 14 GiB used, 433 GiB / 447 GiB avail; 0 B/s wr, 210 op/s; 30977/207720 objects degraded (14.913%); 4323/207720 objects misplaced (2.081%); 12 MiB/s, 2 keys/s, 197 objects/s recovering 2024-09-13T14:56:30.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:56:30.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:29 smithi104 ceph-mon[105578]: pgmap v1822: 119 pgs: 2 peering, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 2 active+recovery_wait+undersized+degraded+remapped, 27 remapped+peering, 8 active+undersized+degraded+remapped+backfill_wait, 77 active+clean; 4.2 GiB data, 14 GiB used, 433 GiB / 447 GiB avail; 0 B/s wr, 210 op/s; 30977/207720 objects degraded (14.913%); 4323/207720 objects misplaced (2.081%); 12 MiB/s, 2 keys/s, 197 objects/s recovering 2024-09-13T14:56:30.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:56:30.441 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:30.463 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:30.464 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:30.464 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:30.565 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:30.587 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:30.588 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:30.588 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:30.689 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:56:30.710 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:30.711 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:30.711 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:56:30.812 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:30.836 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:30.837 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:30.837 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:30.938 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:56:30.962 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:30.963 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:30.963 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:56:31.064 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:56:31.097 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:31.098 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:31.099 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:56:31.200 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:56:31.232 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:31.233 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:31.234 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:56:31.334 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:31.360 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:31.361 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:31.361 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:31.462 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:31.484 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:31.485 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:31.485 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:31.586 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:56:31.609 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:31.610 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:31.610 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:56:31.711 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:56:31.732 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:31.733 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:31.733 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:56:31.834 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:31.860 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:31.861 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:31.861 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:31.962 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:31.983 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:31.983 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:31.984 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:32.084 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:32.110 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:32.110 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:32.111 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:32.212 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:32.225 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:31 smithi071 ceph-mon[107477]: pgmap v1823: 119 pgs: 1 activating+undersized+degraded+remapped, 1 active+undersized+degraded+remapped+backfilling, 2 peering, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 6 active+recovery_wait+undersized+degraded+remapped, 10 active+undersized+degraded+remapped+backfill_wait, 96 active+clean; 4.2 GiB data, 14 GiB used, 433 GiB / 447 GiB avail; 0 B/s wr, 204 op/s; 46834/206619 objects degraded (22.667%); 5408/206619 objects misplaced (2.617%); 38 MiB/s, 1 keys/s, 610 objects/s recovering 2024-09-13T14:56:32.225 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:31 smithi071 ceph-mon[112785]: pgmap v1823: 119 pgs: 1 activating+undersized+degraded+remapped, 1 active+undersized+degraded+remapped+backfilling, 2 peering, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 6 active+recovery_wait+undersized+degraded+remapped, 10 active+undersized+degraded+remapped+backfill_wait, 96 active+clean; 4.2 GiB data, 14 GiB used, 433 GiB / 447 GiB avail; 0 B/s wr, 204 op/s; 46834/206619 objects degraded (22.667%); 5408/206619 objects misplaced (2.617%); 38 MiB/s, 1 keys/s, 610 objects/s recovering 2024-09-13T14:56:32.240 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:32.241 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:32.241 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:32.342 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:56:32.371 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:32.371 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:32.372 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:56:32.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:31 smithi104 ceph-mon[105578]: pgmap v1823: 119 pgs: 1 activating+undersized+degraded+remapped, 1 active+undersized+degraded+remapped+backfilling, 2 peering, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 6 active+recovery_wait+undersized+degraded+remapped, 10 active+undersized+degraded+remapped+backfill_wait, 96 active+clean; 4.2 GiB data, 14 GiB used, 433 GiB / 447 GiB avail; 0 B/s wr, 204 op/s; 46834/206619 objects degraded (22.667%); 5408/206619 objects misplaced (2.617%); 38 MiB/s, 1 keys/s, 610 objects/s recovering 2024-09-13T14:56:32.472 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:56:32.500 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:32.501 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:32.501 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:56:32.602 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:32.629 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:32.630 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:32.630 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:32.713 INFO:tasks.thrashosds.thrasher:in_osds: [0, 1, 5, 3, 7] out_osds: [4, 2, 6] dead_osds: [] live_osds: [0, 1, 2, 3, 4, 5, 7, 6] 2024-09-13T14:56:32.714 INFO:tasks.thrashosds.thrasher:choose_action: min_in 4 min_out 0 min_live 2 min_dead 0 chance_down 0.40 2024-09-13T14:56:32.714 INFO:tasks.thrashosds.thrasher:Removing osd 7, in_osds are: [0, 1, 5, 3, 7] 2024-09-13T14:56:32.714 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd out 7 2024-09-13T14:56:32.730 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:32.789 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:32.790 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:32.790 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:32.891 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:56:32.921 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:32.921 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:32.921 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:56:32.967 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:56:32 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:56:32] "GET /metrics HTTP/1.1" 200 36679 "" "Prometheus/2.51.0" 2024-09-13T14:56:33.022 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:33.048 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:33.049 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:33.049 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:33.150 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:33.173 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:33.174 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:33.174 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:33.275 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:33.296 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:33.297 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:33.297 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:33.320 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:32 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:56:33.321 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:32 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:56:33.321 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:32 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:56:33.321 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:32 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:56:33.321 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:32 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:56:33.321 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:32 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:56:33.398 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:33.420 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:33.420 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:33.421 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:33.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:32 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:56:33.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:32 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:56:33.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:32 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:56:33.522 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:56:33.546 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:33.546 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:33.547 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:56:33.648 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:33.669 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:33.670 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:33.670 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:33.771 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:56:33.793 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:33.794 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:33.794 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:56:33.895 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:56:33.917 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:33.917 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:33.918 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:56:34.018 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:56:34.041 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:34.042 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:34.042 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:56:34.095 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.1 dump_blocked_ops 2024-09-13T14:56:34.143 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:56:34.167 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:34.168 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:34.168 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:56:34.269 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:34.294 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:34.294 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:34.295 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:34.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:33 smithi071 ceph-mon[107477]: pgmap v1824: 119 pgs: 1 activating+undersized+degraded+remapped, 1 active+undersized+degraded+remapped+backfilling, 2 peering, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 6 active+recovery_wait+undersized+degraded+remapped, 10 active+undersized+degraded+remapped+backfill_wait, 96 active+clean; 4.2 GiB data, 14 GiB used, 433 GiB / 447 GiB avail; 0 B/s wr, 53 op/s; 46834/206619 objects degraded (22.667%); 5408/206619 objects misplaced (2.617%); 25 MiB/s, 407 objects/s recovering 2024-09-13T14:56:34.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:33 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 46834/206619 objects degraded (22.667%), 19 pgs degraded (PG_DEGRADED) 2024-09-13T14:56:34.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:33 smithi071 ceph-mon[107477]: osdmap e1269: 8 total, 8 up, 5 in 2024-09-13T14:56:34.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:33 smithi071 ceph-mon[112785]: pgmap v1824: 119 pgs: 1 activating+undersized+degraded+remapped, 1 active+undersized+degraded+remapped+backfilling, 2 peering, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 6 active+recovery_wait+undersized+degraded+remapped, 10 active+undersized+degraded+remapped+backfill_wait, 96 active+clean; 4.2 GiB data, 14 GiB used, 433 GiB / 447 GiB avail; 0 B/s wr, 53 op/s; 46834/206619 objects degraded (22.667%); 5408/206619 objects misplaced (2.617%); 25 MiB/s, 407 objects/s recovering 2024-09-13T14:56:34.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:33 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 46834/206619 objects degraded (22.667%), 19 pgs degraded (PG_DEGRADED) 2024-09-13T14:56:34.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:33 smithi071 ceph-mon[112785]: osdmap e1269: 8 total, 8 up, 5 in 2024-09-13T14:56:34.396 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:56:34.405 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:33 smithi104 ceph-mon[105578]: pgmap v1824: 119 pgs: 1 activating+undersized+degraded+remapped, 1 active+undersized+degraded+remapped+backfilling, 2 peering, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 6 active+recovery_wait+undersized+degraded+remapped, 10 active+undersized+degraded+remapped+backfill_wait, 96 active+clean; 4.2 GiB data, 14 GiB used, 433 GiB / 447 GiB avail; 0 B/s wr, 53 op/s; 46834/206619 objects degraded (22.667%); 5408/206619 objects misplaced (2.617%); 25 MiB/s, 407 objects/s recovering 2024-09-13T14:56:34.405 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:33 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 46834/206619 objects degraded (22.667%), 19 pgs degraded (PG_DEGRADED) 2024-09-13T14:56:34.405 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:33 smithi104 ceph-mon[105578]: osdmap e1269: 8 total, 8 up, 5 in 2024-09-13T14:56:34.437 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:34.438 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:34.438 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:56:34.539 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:34.576 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:34.577 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:34.577 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:34.678 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:34.715 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:34.715 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:34.716 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:34.816 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:56:34.843 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:34.843 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:34.844 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:56:34.945 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:56:34.979 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:34.979 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:34.980 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:56:35.080 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:56:35.108 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:35.109 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:35.109 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:56:35.210 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:35.236 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:35.237 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:35.237 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:35.338 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:35.362 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:35.363 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:35.363 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:35.464 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:35.486 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:35 smithi104 ceph-mon[105578]: osdmap e1270: 8 total, 8 up, 5 in 2024-09-13T14:56:35.489 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:35.489 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:35.490 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:35.591 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:35.618 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:35.619 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:35.620 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:35.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:35 smithi071 ceph-mon[107477]: osdmap e1270: 8 total, 8 up, 5 in 2024-09-13T14:56:35.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:35 smithi071 ceph-mon[112785]: osdmap e1270: 8 total, 8 up, 5 in 2024-09-13T14:56:35.721 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:56:35.745 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:35.746 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:35.746 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:56:35.847 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:56:35.869 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:35.869 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:35.870 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:56:35.970 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:35.999 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:35.999 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:36.000 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:36.101 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:36.123 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:36.124 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:36.124 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:36.225 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:36.248 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:36.248 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:36.249 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:36.350 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:36.373 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:36.373 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:36.374 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:36.376 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:36 smithi071 ceph-mon[112785]: pgmap v1827: 119 pgs: 1 activating+undersized+degraded+remapped, 3 peering, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 6 active+recovery_wait+undersized+degraded+remapped, 10 active+undersized+degraded+remapped+backfill_wait, 96 active+clean; 4.2 GiB data, 14 GiB used, 433 GiB / 447 GiB avail; 0 B/s wr, 112 op/s; 44525/205410 objects degraded (21.676%); 5408/205410 objects misplaced (2.633%); 45 MiB/s, 722 objects/s recovering 2024-09-13T14:56:36.376 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:36 smithi071 ceph-mon[107477]: pgmap v1827: 119 pgs: 1 activating+undersized+degraded+remapped, 3 peering, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 6 active+recovery_wait+undersized+degraded+remapped, 10 active+undersized+degraded+remapped+backfill_wait, 96 active+clean; 4.2 GiB data, 14 GiB used, 433 GiB / 447 GiB avail; 0 B/s wr, 112 op/s; 44525/205410 objects degraded (21.676%); 5408/205410 objects misplaced (2.633%); 45 MiB/s, 722 objects/s recovering 2024-09-13T14:56:36.475 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:36.501 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:36.502 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:36.502 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:36.603 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:36.634 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:36.634 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:36.635 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:36.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:36 smithi104 ceph-mon[105578]: pgmap v1827: 119 pgs: 1 activating+undersized+degraded+remapped, 3 peering, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 6 active+recovery_wait+undersized+degraded+remapped, 10 active+undersized+degraded+remapped+backfill_wait, 96 active+clean; 4.2 GiB data, 14 GiB used, 433 GiB / 447 GiB avail; 0 B/s wr, 112 op/s; 44525/205410 objects degraded (21.676%); 5408/205410 objects misplaced (2.633%); 45 MiB/s, 722 objects/s recovering 2024-09-13T14:56:36.735 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:56:36.762 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:36.763 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:36.763 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:56:36.864 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:36.888 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:36.888 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:36.889 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:36.990 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:37.012 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:37.013 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:37.013 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:37.114 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:37.139 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:37.139 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:37.140 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:37.241 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:56:37.246 INFO:teuthology.orchestra.run.smithi071.stderr:noscrub is unset 2024-09-13T14:56:37.267 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:37.267 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:37.268 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:56:37.368 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:56:37.390 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:37.391 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:37.391 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:56:37.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:37 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3589346278' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:56:37.492 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:37.514 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:37.515 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:37.515 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:37.609 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:37 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3589346278' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:56:37.609 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:37 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3589346278' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:56:37.617 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:56:37.646 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:37.647 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:37.647 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:56:37.748 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:56:37.772 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:37.773 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:37.773 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:56:37.874 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:37.896 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:37.897 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:37.897 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:37.998 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:38.022 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:38.022 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:38.023 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:38.124 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:38.145 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:38.146 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:38.146 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:38.247 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:38.274 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:38.275 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:38.275 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:38.376 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:38.399 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:38.400 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:38.400 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:38.446 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:56:38.463 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:56:38.501 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:56:38.527 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:38.528 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:38.528 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:56:38.582 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:38 smithi071 ceph-mon[107477]: pgmap v1828: 119 pgs: 1 peering, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 7 active+recovery_wait+undersized+degraded+remapped, 10 active+undersized+degraded+remapped+backfill_wait, 98 active+clean; 4.1 GiB data, 14 GiB used, 433 GiB / 447 GiB avail; 0 B/s wr, 299 op/s; 44867/200532 objects degraded (22.374%); 4179/200532 objects misplaced (2.084%); 40 MiB/s, 640 objects/s recovering 2024-09-13T14:56:38.582 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:38 smithi071 ceph-mon[107477]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:56:38.583 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:38 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3589346278' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T14:56:38.583 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:38 smithi071 ceph-mon[107477]: osdmap e1271: 8 total, 8 up, 5 in 2024-09-13T14:56:38.583 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:38 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:56:38.583 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:38 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:56:38.583 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:38 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 44867/200532 objects degraded (22.374%), 18 pgs degraded (PG_DEGRADED) 2024-09-13T14:56:38.583 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:38 smithi071 ceph-mon[112785]: pgmap v1828: 119 pgs: 1 peering, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 7 active+recovery_wait+undersized+degraded+remapped, 10 active+undersized+degraded+remapped+backfill_wait, 98 active+clean; 4.1 GiB data, 14 GiB used, 433 GiB / 447 GiB avail; 0 B/s wr, 299 op/s; 44867/200532 objects degraded (22.374%); 4179/200532 objects misplaced (2.084%); 40 MiB/s, 640 objects/s recovering 2024-09-13T14:56:38.583 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:38 smithi071 ceph-mon[112785]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:56:38.583 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:38 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3589346278' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T14:56:38.583 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:38 smithi071 ceph-mon[112785]: osdmap e1271: 8 total, 8 up, 5 in 2024-09-13T14:56:38.583 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:38 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:56:38.584 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:38 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:56:38.584 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:38 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 44867/200532 objects degraded (22.374%), 18 pgs degraded (PG_DEGRADED) 2024-09-13T14:56:38.629 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:38.655 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:38.655 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:38.656 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:38.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:38 smithi104 ceph-mon[105578]: pgmap v1828: 119 pgs: 1 peering, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 7 active+recovery_wait+undersized+degraded+remapped, 10 active+undersized+degraded+remapped+backfill_wait, 98 active+clean; 4.1 GiB data, 14 GiB used, 433 GiB / 447 GiB avail; 0 B/s wr, 299 op/s; 44867/200532 objects degraded (22.374%); 4179/200532 objects misplaced (2.084%); 40 MiB/s, 640 objects/s recovering 2024-09-13T14:56:38.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:38 smithi104 ceph-mon[105578]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:56:38.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:38 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3589346278' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T14:56:38.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:38 smithi104 ceph-mon[105578]: osdmap e1271: 8 total, 8 up, 5 in 2024-09-13T14:56:38.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:38 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:56:38.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:38 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:56:38.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:38 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 44867/200532 objects degraded (22.374%), 18 pgs degraded (PG_DEGRADED) 2024-09-13T14:56:38.757 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:56:38.790 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:38.791 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:38.791 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:56:38.892 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:56:38.919 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:38.919 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:38.920 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:56:39.021 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:56:39.045 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:39.046 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:39.046 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:56:39.087 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:56:39.087 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:56:39.117 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:56:39.117 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:56:39.142 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:56:39.142 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:56:39.147 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:39.162 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:56:39.162 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:56:39.169 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:39.169 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:39.170 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:39.182 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:56:39.182 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:56:39.206 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:56:39.206 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:56:39.227 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T14:56:39.227 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T14:56:39.246 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:56:39.246 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:56:39.270 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:56:39.291 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:39.292 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:39.292 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:56:39.393 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:39.419 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:39.419 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:39.419 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:39.520 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:39.545 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:39.545 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:39.546 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:39.623 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:39 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/553296868' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:56:39.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:39 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/553296868' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:56:39.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:39 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/553296868' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:56:39.646 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:56:39.669 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:39.670 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:39.670 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:56:39.771 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:56:39.796 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:39.797 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:39.797 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:56:39.898 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:39.922 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 14:56:39 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=infra.usagestats t=2024-09-13T14:56:39.621532026Z level=info msg="Usage stats are ready to report" 2024-09-13T14:56:39.925 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:39.926 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:39.926 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:40.027 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:40.049 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:40.050 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:40.050 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:40.151 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:40.173 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:40.173 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:40.174 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:40.275 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:40.299 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:40.299 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:40.299 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:40.400 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:40.434 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:40.435 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:40.435 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:40.536 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:40.563 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:40.563 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:40.564 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:40.566 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:40 smithi071 ceph-mon[107477]: pgmap v1830: 119 pgs: 1 peering, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 7 active+recovery_wait+undersized+degraded+remapped, 10 active+undersized+degraded+remapped+backfill_wait, 98 active+clean; 4.1 GiB data, 14 GiB used, 433 GiB / 447 GiB avail; 0 B/s wr, 338 op/s; 44867/200532 objects degraded (22.374%); 4179/200532 objects misplaced (2.084%); 24 MiB/s, 385 objects/s recovering 2024-09-13T14:56:40.566 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:40 smithi071 ceph-mon[112785]: pgmap v1830: 119 pgs: 1 peering, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 7 active+recovery_wait+undersized+degraded+remapped, 10 active+undersized+degraded+remapped+backfill_wait, 98 active+clean; 4.1 GiB data, 14 GiB used, 433 GiB / 447 GiB avail; 0 B/s wr, 338 op/s; 44867/200532 objects degraded (22.374%); 4179/200532 objects misplaced (2.084%); 24 MiB/s, 385 objects/s recovering 2024-09-13T14:56:40.665 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:40.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:40 smithi104 ceph-mon[105578]: pgmap v1830: 119 pgs: 1 peering, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 7 active+recovery_wait+undersized+degraded+remapped, 10 active+undersized+degraded+remapped+backfill_wait, 98 active+clean; 4.1 GiB data, 14 GiB used, 433 GiB / 447 GiB avail; 0 B/s wr, 338 op/s; 44867/200532 objects degraded (22.374%); 4179/200532 objects misplaced (2.084%); 24 MiB/s, 385 objects/s recovering 2024-09-13T14:56:40.692 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:40.693 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:40.693 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:40.794 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:40.820 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:40.820 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:40.821 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:40.921 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:56:40.946 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:40.947 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:40.947 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:56:41.048 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:56:41.072 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:41.072 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:41.072 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:56:41.173 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:41.201 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:41.202 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:41.202 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:41.303 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:41.328 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:41.329 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:41.329 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:41.430 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:41.453 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:41.454 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:41.454 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:41.555 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:41.578 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:41.579 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:41.579 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:41.680 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:41.705 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:41.705 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:41.706 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:41.807 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:56:41.834 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:41.834 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:41.835 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:56:41.936 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:41.964 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:41.965 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:41.965 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:42.066 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:42.087 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:42.088 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:42.088 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:42.189 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:56:42.211 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:42.212 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:42.212 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:56:42.313 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:42.336 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:42.337 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:42.337 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:42.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:42 smithi071 ceph-mon[107477]: pgmap v1831: 119 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 7 active+recovery_wait+undersized+degraded+remapped, 10 active+undersized+degraded+remapped+backfill_wait, 99 active+clean; 3.9 GiB data, 13 GiB used, 434 GiB / 447 GiB avail; 0 B/s wr, 611 op/s; 43771/192735 objects degraded (22.710%); 4028/192735 objects misplaced (2.090%); 20 MiB/s, 322 objects/s recovering 2024-09-13T14:56:42.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:42 smithi071 ceph-mon[112785]: pgmap v1831: 119 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 7 active+recovery_wait+undersized+degraded+remapped, 10 active+undersized+degraded+remapped+backfill_wait, 99 active+clean; 3.9 GiB data, 13 GiB used, 434 GiB / 447 GiB avail; 0 B/s wr, 611 op/s; 43771/192735 objects degraded (22.710%); 4028/192735 objects misplaced (2.090%); 20 MiB/s, 322 objects/s recovering 2024-09-13T14:56:42.439 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:42.462 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:42.463 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:42.464 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:42.564 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:56:42.587 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:42.587 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:42.588 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:56:42.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:42 smithi104 ceph-mon[105578]: pgmap v1831: 119 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 7 active+recovery_wait+undersized+degraded+remapped, 10 active+undersized+degraded+remapped+backfill_wait, 99 active+clean; 3.9 GiB data, 13 GiB used, 434 GiB / 447 GiB avail; 0 B/s wr, 611 op/s; 43771/192735 objects degraded (22.710%); 4028/192735 objects misplaced (2.090%); 20 MiB/s, 322 objects/s recovering 2024-09-13T14:56:42.688 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:42.710 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:42.711 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:42.711 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:42.812 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:56:42.833 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:42.834 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:42.834 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:56:42.891 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:56:42 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:56:42] "GET /metrics HTTP/1.1" 200 36679 "" "Prometheus/2.51.0" 2024-09-13T14:56:42.935 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:42.956 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:42.957 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:42.957 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:43.058 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:56:43.080 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:43.081 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:43.081 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:56:43.182 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:43.207 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:43.208 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:43.208 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:43.309 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:56:43.332 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:43.333 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:43.333 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:56:43.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:43 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 43771/192735 objects degraded (22.710%), 18 pgs degraded (PG_DEGRADED) 2024-09-13T14:56:43.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:43 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 43771/192735 objects degraded (22.710%), 18 pgs degraded (PG_DEGRADED) 2024-09-13T14:56:43.434 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:43.459 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:43.460 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:43.461 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:43.561 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:56:43.585 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:43.585 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:43.586 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:56:43.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:43 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 43771/192735 objects degraded (22.710%), 18 pgs degraded (PG_DEGRADED) 2024-09-13T14:56:43.686 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:43.711 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:43.712 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:43.712 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:43.728 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:43 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-a[107454]: 2024-09-13T14:56:43.406+0000 7fa91586f640 -1 mon.a@0(leader).osd e1271 definitely_dead 0 2024-09-13T14:56:43.813 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:56:43.838 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:43.839 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:43.839 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:56:43.871 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=false 2024-09-13T14:56:43.940 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:56:43.963 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:43.963 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:43.964 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:56:44.065 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:44.088 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:44.089 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:44.090 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:44.190 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:44.214 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:44.214 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:44.215 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:44.304 INFO:teuthology.orchestra.run.smithi071.stderr:marked out osd.7. 2024-09-13T14:56:44.316 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:44.339 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:44.340 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:44.340 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:44.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:44 smithi071 ceph-mon[112785]: pgmap v1832: 119 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 7 active+recovery_wait+undersized+degraded+remapped, 10 active+undersized+degraded+remapped+backfill_wait, 99 active+clean; 3.9 GiB data, 13 GiB used, 434 GiB / 447 GiB avail; 0 B/s wr, 502 op/s; 43771/192735 objects degraded (22.710%); 4028/192735 objects misplaced (2.090%); 2.3 MiB/s, 36 objects/s recovering 2024-09-13T14:56:44.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:44 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3421108075' entity='client.admin' cmd={"prefix": "osd out", "ids": ["7"]} : dispatch 2024-09-13T14:56:44.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:44 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd out", "ids": ["7"]} : dispatch 2024-09-13T14:56:44.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:44 smithi071 ceph-mon[112785]: Client client.admin marked osd.7 out, while it was still marked up 2024-09-13T14:56:44.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:44 smithi071 ceph-mon[107477]: pgmap v1832: 119 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 7 active+recovery_wait+undersized+degraded+remapped, 10 active+undersized+degraded+remapped+backfill_wait, 99 active+clean; 3.9 GiB data, 13 GiB used, 434 GiB / 447 GiB avail; 0 B/s wr, 502 op/s; 43771/192735 objects degraded (22.710%); 4028/192735 objects misplaced (2.090%); 2.3 MiB/s, 36 objects/s recovering 2024-09-13T14:56:44.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:44 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3421108075' entity='client.admin' cmd={"prefix": "osd out", "ids": ["7"]} : dispatch 2024-09-13T14:56:44.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:44 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd out", "ids": ["7"]} : dispatch 2024-09-13T14:56:44.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:44 smithi071 ceph-mon[107477]: Client client.admin marked osd.7 out, while it was still marked up 2024-09-13T14:56:44.441 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:44.465 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:44.465 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:44.466 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:44.539 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd unset nodeep-scrub 2024-09-13T14:56:44.567 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:44.588 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:44.588 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:44.589 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:44.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:44 smithi104 ceph-mon[105578]: pgmap v1832: 119 pgs: 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 7 active+recovery_wait+undersized+degraded+remapped, 10 active+undersized+degraded+remapped+backfill_wait, 99 active+clean; 3.9 GiB data, 13 GiB used, 434 GiB / 447 GiB avail; 0 B/s wr, 502 op/s; 43771/192735 objects degraded (22.710%); 4028/192735 objects misplaced (2.090%); 2.3 MiB/s, 36 objects/s recovering 2024-09-13T14:56:44.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:44 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3421108075' entity='client.admin' cmd={"prefix": "osd out", "ids": ["7"]} : dispatch 2024-09-13T14:56:44.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:44 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd out", "ids": ["7"]} : dispatch 2024-09-13T14:56:44.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:44 smithi104 ceph-mon[105578]: Client client.admin marked osd.7 out, while it was still marked up 2024-09-13T14:56:44.690 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:44.714 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:44.715 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:44.715 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:44.816 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:44.839 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:44.839 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:44.840 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:44.941 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:44.964 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:44.965 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:44.965 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:45.066 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:45.089 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:45.089 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:45.090 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:45.191 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:45.212 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:45.213 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:45.213 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:45.314 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:56:45.351 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:45.351 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:45.352 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:56:45.453 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:45.475 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:45.475 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:45.476 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:45.572 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:45 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd out", "ids": ["7"]}]': finished 2024-09-13T14:56:45.573 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:45 smithi104 ceph-mon[105578]: osdmap e1272: 8 total, 8 up, 4 in 2024-09-13T14:56:45.573 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:56:45.577 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:56:45.600 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:45.600 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:45.601 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:56:45.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:45 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd out", "ids": ["7"]}]': finished 2024-09-13T14:56:45.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:45 smithi071 ceph-mon[107477]: osdmap e1272: 8 total, 8 up, 4 in 2024-09-13T14:56:45.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:56:45.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:45 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd out", "ids": ["7"]}]': finished 2024-09-13T14:56:45.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:45 smithi071 ceph-mon[112785]: osdmap e1272: 8 total, 8 up, 4 in 2024-09-13T14:56:45.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:56:45.702 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:56:45.724 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:45.725 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:45.725 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:56:45.826 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:56:45.831 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:56:45.856 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:45.857 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:45.857 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:56:45.958 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:45.981 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:45.982 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:45.982 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:46.083 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:56:46.106 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:46.107 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:46.107 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:56:46.208 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:46.230 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:46.231 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:46.231 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:46.332 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:46.361 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:46.361 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:46.362 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:46.370 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:46 smithi071 ceph-mon[107477]: pgmap v1834: 119 pgs: 3 peering, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 7 active+recovery_wait+undersized+degraded+remapped, 1 remapped+peering, 1 unknown, 9 active+undersized+degraded+remapped+backfill_wait, 95 active+clean; 3.9 GiB data, 12 GiB used, 346 GiB / 358 GiB avail; 0 B/s wr, 423 op/s; 39650/190353 objects degraded (20.830%); 4028/190353 objects misplaced (2.116%); 1.0 MiB/s, 16 objects/s recovering 2024-09-13T14:56:46.370 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:46 smithi071 ceph-mon[107477]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-09-13T14:56:46.370 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:46 smithi071 ceph-mon[107477]: 8.d starting backfill to osd.3 from (0'0,0'0] MAX to 1271'11139 2024-09-13T14:56:46.370 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:46 smithi071 ceph-mon[107477]: osdmap e1273: 8 total, 8 up, 4 in 2024-09-13T14:56:46.370 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:46 smithi071 ceph-mon[107477]: 8.17 starting backfill to osd.5 from (0'0,0'0] MAX to 1271'10035 2024-09-13T14:56:46.370 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:46 smithi071 ceph-mon[107477]: 8.7 starting backfill to osd.5 from (0'0,0'0] MAX to 1271'10159 2024-09-13T14:56:46.370 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:46 smithi071 ceph-mon[112785]: pgmap v1834: 119 pgs: 3 peering, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 7 active+recovery_wait+undersized+degraded+remapped, 1 remapped+peering, 1 unknown, 9 active+undersized+degraded+remapped+backfill_wait, 95 active+clean; 3.9 GiB data, 12 GiB used, 346 GiB / 358 GiB avail; 0 B/s wr, 423 op/s; 39650/190353 objects degraded (20.830%); 4028/190353 objects misplaced (2.116%); 1.0 MiB/s, 16 objects/s recovering 2024-09-13T14:56:46.370 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:46 smithi071 ceph-mon[112785]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-09-13T14:56:46.371 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:46 smithi071 ceph-mon[112785]: 8.d starting backfill to osd.3 from (0'0,0'0] MAX to 1271'11139 2024-09-13T14:56:46.371 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:46 smithi071 ceph-mon[112785]: osdmap e1273: 8 total, 8 up, 4 in 2024-09-13T14:56:46.371 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:46 smithi071 ceph-mon[112785]: 8.17 starting backfill to osd.5 from (0'0,0'0] MAX to 1271'10035 2024-09-13T14:56:46.371 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:46 smithi071 ceph-mon[112785]: 8.7 starting backfill to osd.5 from (0'0,0'0] MAX to 1271'10159 2024-09-13T14:56:46.463 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:56:46.487 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:46.488 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:46.488 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:56:46.589 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:56:46.613 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:46.613 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:46.614 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:56:46.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:46 smithi104 ceph-mon[105578]: pgmap v1834: 119 pgs: 3 peering, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 7 active+recovery_wait+undersized+degraded+remapped, 1 remapped+peering, 1 unknown, 9 active+undersized+degraded+remapped+backfill_wait, 95 active+clean; 3.9 GiB data, 12 GiB used, 346 GiB / 358 GiB avail; 0 B/s wr, 423 op/s; 39650/190353 objects degraded (20.830%); 4028/190353 objects misplaced (2.116%); 1.0 MiB/s, 16 objects/s recovering 2024-09-13T14:56:46.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:46 smithi104 ceph-mon[105578]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-09-13T14:56:46.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:46 smithi104 ceph-mon[105578]: 8.d starting backfill to osd.3 from (0'0,0'0] MAX to 1271'11139 2024-09-13T14:56:46.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:46 smithi104 ceph-mon[105578]: osdmap e1273: 8 total, 8 up, 4 in 2024-09-13T14:56:46.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:46 smithi104 ceph-mon[105578]: 8.17 starting backfill to osd.5 from (0'0,0'0] MAX to 1271'10035 2024-09-13T14:56:46.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:46 smithi104 ceph-mon[105578]: 8.7 starting backfill to osd.5 from (0'0,0'0] MAX to 1271'10159 2024-09-13T14:56:46.715 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:46.743 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:46.744 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:46.744 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:46.845 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:56:46.870 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:46.870 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:46.871 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:56:46.971 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:46.995 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:46.996 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:46.996 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:47.097 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:47.118 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:47.119 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:47.119 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:47.220 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:47.244 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:47.245 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:47.245 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:47.346 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:47.369 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:47.370 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:47.370 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:47.471 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:47.493 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:47.494 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:47.494 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:47.595 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:47.618 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:47.619 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:47.619 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:47.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:47 smithi071 ceph-mon[107477]: osdmap e1274: 8 total, 8 up, 4 in 2024-09-13T14:56:47.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:47 smithi071 ceph-mon[107477]: 8.15 starting backfill to osd.5 from (0'0,0'0] MAX to 1271'9879 2024-09-13T14:56:47.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:47 smithi071 ceph-mon[107477]: 8.c starting backfill to osd.1 from (0'0,0'0] MAX to 1271'11299 2024-09-13T14:56:47.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:47 smithi071 ceph-mon[107477]: 8.e starting backfill to osd.3 from (0'0,1229'8355] MIN to 1271'11278 2024-09-13T14:56:47.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:47 smithi071 ceph-mon[112785]: osdmap e1274: 8 total, 8 up, 4 in 2024-09-13T14:56:47.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:47 smithi071 ceph-mon[112785]: 8.15 starting backfill to osd.5 from (0'0,0'0] MAX to 1271'9879 2024-09-13T14:56:47.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:47 smithi071 ceph-mon[112785]: 8.c starting backfill to osd.1 from (0'0,0'0] MAX to 1271'11299 2024-09-13T14:56:47.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:47 smithi071 ceph-mon[112785]: 8.e starting backfill to osd.3 from (0'0,1229'8355] MIN to 1271'11278 2024-09-13T14:56:47.646 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:56:47.646 INFO:teuthology.orchestra.run.smithi071.stdout: "ops": [], 2024-09-13T14:56:47.646 INFO:teuthology.orchestra.run.smithi071.stdout: "complaint_time": 30, 2024-09-13T14:56:47.646 INFO:teuthology.orchestra.run.smithi071.stdout: "num_blocked_ops": 0 2024-09-13T14:56:47.646 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:56:47.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:47 smithi104 ceph-mon[105578]: osdmap e1274: 8 total, 8 up, 4 in 2024-09-13T14:56:47.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:47 smithi104 ceph-mon[105578]: 8.15 starting backfill to osd.5 from (0'0,0'0] MAX to 1271'9879 2024-09-13T14:56:47.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:47 smithi104 ceph-mon[105578]: 8.c starting backfill to osd.1 from (0'0,0'0] MAX to 1271'11299 2024-09-13T14:56:47.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:47 smithi104 ceph-mon[105578]: 8.e starting backfill to osd.3 from (0'0,1229'8355] MIN to 1271'11278 2024-09-13T14:56:47.720 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:56:47.742 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:47.743 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:47.743 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:56:47.844 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:47.867 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:47.868 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:47.868 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:47.969 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:47.992 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:47.992 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:47.992 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:48.093 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:48.117 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:48.118 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:48.118 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:48.219 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:48.242 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:48.243 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:48.243 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:48.344 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:56:48.350 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.1 dump_historic_ops 2024-09-13T14:56:48.366 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:48.367 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:48.367 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:56:48.468 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:48.491 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:48.492 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:48.492 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:48.593 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:48.617 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:48.617 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:48.618 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:48.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:48 smithi071 ceph-mon[107477]: pgmap v1837: 119 pgs: 1 active+undersized+degraded+remapped+backfilling, 21 peering, 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+undersized+degraded+remapped, 8 remapped+peering, 6 unknown, 7 active+undersized+degraded+remapped+backfill_wait, 73 active+clean; 3.8 GiB data, 12 GiB used, 346 GiB / 358 GiB avail; 0 B/s wr, 347 op/s; 23800/186480 objects degraded (12.763%); 636/186480 objects misplaced (0.341%); 8.3 MiB/s, 134 objects/s recovering 2024-09-13T14:56:48.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:48 smithi071 ceph-mon[107477]: osdmap e1275: 8 total, 8 up, 4 in 2024-09-13T14:56:48.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:48 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 23800/186480 objects degraded (12.763%), 11 pgs degraded (PG_DEGRADED) 2024-09-13T14:56:48.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:48 smithi071 ceph-mon[112785]: pgmap v1837: 119 pgs: 1 active+undersized+degraded+remapped+backfilling, 21 peering, 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+undersized+degraded+remapped, 8 remapped+peering, 6 unknown, 7 active+undersized+degraded+remapped+backfill_wait, 73 active+clean; 3.8 GiB data, 12 GiB used, 346 GiB / 358 GiB avail; 0 B/s wr, 347 op/s; 23800/186480 objects degraded (12.763%); 636/186480 objects misplaced (0.341%); 8.3 MiB/s, 134 objects/s recovering 2024-09-13T14:56:48.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:48 smithi071 ceph-mon[112785]: osdmap e1275: 8 total, 8 up, 4 in 2024-09-13T14:56:48.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:48 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 23800/186480 objects degraded (12.763%), 11 pgs degraded (PG_DEGRADED) 2024-09-13T14:56:48.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:48 smithi104 ceph-mon[105578]: pgmap v1837: 119 pgs: 1 active+undersized+degraded+remapped+backfilling, 21 peering, 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+undersized+degraded+remapped, 8 remapped+peering, 6 unknown, 7 active+undersized+degraded+remapped+backfill_wait, 73 active+clean; 3.8 GiB data, 12 GiB used, 346 GiB / 358 GiB avail; 0 B/s wr, 347 op/s; 23800/186480 objects degraded (12.763%); 636/186480 objects misplaced (0.341%); 8.3 MiB/s, 134 objects/s recovering 2024-09-13T14:56:48.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:48 smithi104 ceph-mon[105578]: osdmap e1275: 8 total, 8 up, 4 in 2024-09-13T14:56:48.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:48 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 23800/186480 objects degraded (12.763%), 11 pgs degraded (PG_DEGRADED) 2024-09-13T14:56:48.718 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:48.742 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:48.743 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:48.743 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:48.844 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:56:48.865 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:48.865 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:48.866 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:56:48.966 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:56:48.987 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:48.988 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:48.988 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:56:49.089 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:56:49.110 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:49.111 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:49.111 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:56:49.213 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:56:49.233 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:49.234 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:49.234 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:56:49.335 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:49.365 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:49.365 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:49.366 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:49.466 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:56:49.483 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:56:49.490 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:49.490 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:49.491 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:56:49.591 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:56:49.603 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:49 smithi071 ceph-mon[107477]: osdmap e1276: 8 total, 8 up, 4 in 2024-09-13T14:56:49.603 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:49 smithi071 ceph-mon[112785]: osdmap e1276: 8 total, 8 up, 4 in 2024-09-13T14:56:49.614 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:49.615 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:49.615 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:56:49.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:49 smithi104 ceph-mon[105578]: osdmap e1276: 8 total, 8 up, 4 in 2024-09-13T14:56:49.717 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:49.736 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:56:49.783 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:56:49.784 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:56:49.784 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:56:49.785 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:49.785 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:49.785 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:49.800 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:56:49.800 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:56:49.819 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:56:49.820 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:56:49.843 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:56:49.843 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:56:49.865 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:56:49.866 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:56:49.884 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T14:56:49.885 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T14:56:49.886 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:49.909 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:56:49.910 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:56:49.912 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:49.912 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:49.913 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:50.014 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:50.036 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:50.037 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:50.037 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:50.138 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:50.160 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:50.160 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:50.161 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:50.261 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:56:50.283 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:50.283 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:50.284 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:56:50.384 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:50.432 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:50.432 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:50.433 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:50.534 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:56:50.559 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:50.560 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:50.561 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:56:50.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:50 smithi071 ceph-mon[107477]: pgmap v1840: 119 pgs: 1 active+undersized+degraded+remapped+backfilling, 21 peering, 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+undersized+degraded+remapped, 8 remapped+peering, 6 unknown, 7 active+undersized+degraded+remapped+backfill_wait, 73 active+clean; 3.8 GiB data, 12 GiB used, 346 GiB / 358 GiB avail; 0 B/s wr, 322 op/s; 23800/186480 objects degraded (12.763%); 636/186480 objects misplaced (0.341%); 12 MiB/s, 202 objects/s recovering 2024-09-13T14:56:50.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:50 smithi071 ceph-mon[107477]: 1.10 scrub starts 2024-09-13T14:56:50.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:50 smithi071 ceph-mon[107477]: 1.10 scrub ok 2024-09-13T14:56:50.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:50 smithi071 ceph-mon[107477]: osdmap e1277: 8 total, 8 up, 4 in 2024-09-13T14:56:50.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:50 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/36534367' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:56:50.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:50 smithi071 ceph-mon[112785]: pgmap v1840: 119 pgs: 1 active+undersized+degraded+remapped+backfilling, 21 peering, 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+undersized+degraded+remapped, 8 remapped+peering, 6 unknown, 7 active+undersized+degraded+remapped+backfill_wait, 73 active+clean; 3.8 GiB data, 12 GiB used, 346 GiB / 358 GiB avail; 0 B/s wr, 322 op/s; 23800/186480 objects degraded (12.763%); 636/186480 objects misplaced (0.341%); 12 MiB/s, 202 objects/s recovering 2024-09-13T14:56:50.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:50 smithi071 ceph-mon[112785]: 1.10 scrub starts 2024-09-13T14:56:50.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:50 smithi071 ceph-mon[112785]: 1.10 scrub ok 2024-09-13T14:56:50.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:50 smithi071 ceph-mon[112785]: osdmap e1277: 8 total, 8 up, 4 in 2024-09-13T14:56:50.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:50 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/36534367' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:56:50.661 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:50.662 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:56:50.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:50 smithi104 ceph-mon[105578]: pgmap v1840: 119 pgs: 1 active+undersized+degraded+remapped+backfilling, 21 peering, 1 active+recovering+undersized+degraded+remapped, 2 active+recovery_wait+undersized+degraded+remapped, 8 remapped+peering, 6 unknown, 7 active+undersized+degraded+remapped+backfill_wait, 73 active+clean; 3.8 GiB data, 12 GiB used, 346 GiB / 358 GiB avail; 0 B/s wr, 322 op/s; 23800/186480 objects degraded (12.763%); 636/186480 objects misplaced (0.341%); 12 MiB/s, 202 objects/s recovering 2024-09-13T14:56:50.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:50 smithi104 ceph-mon[105578]: 1.10 scrub starts 2024-09-13T14:56:50.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:50 smithi104 ceph-mon[105578]: 1.10 scrub ok 2024-09-13T14:56:50.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:50 smithi104 ceph-mon[105578]: osdmap e1277: 8 total, 8 up, 4 in 2024-09-13T14:56:50.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:50 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/36534367' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:56:50.715 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:50.715 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:50.716 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:50.816 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:50.837 INFO:tasks.thrashosds.thrasher:in_osds: [0, 1, 5, 3] out_osds: [4, 2, 6, 7] dead_osds: [] live_osds: [0, 1, 2, 3, 4, 5, 7, 6] 2024-09-13T14:56:50.837 INFO:tasks.thrashosds.thrasher:choose_action: min_in 4 min_out 0 min_live 2 min_dead 0 chance_down 0.40 2024-09-13T14:56:50.838 INFO:tasks.thrashosds.thrasher:Adding osd 4 2024-09-13T14:56:50.838 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd in 4 2024-09-13T14:56:50.861 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:50.862 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:50.862 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:50.964 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:56:51.002 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:51.003 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:51.003 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:56:51.104 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:51.138 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:51.139 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:51.139 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:51.240 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:51.271 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:51.272 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:51.272 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:51.373 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:51.402 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:51.403 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:51.403 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:51.504 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:51.526 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:51.527 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:51.528 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:51.629 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:51.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:51 smithi071 ceph-mon[107477]: 1.11 scrub starts 2024-09-13T14:56:51.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:51 smithi071 ceph-mon[107477]: 1.11 scrub ok 2024-09-13T14:56:51.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:51 smithi071 ceph-mon[107477]: osdmap e1278: 8 total, 8 up, 4 in 2024-09-13T14:56:51.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:51 smithi071 ceph-mon[112785]: 1.11 scrub starts 2024-09-13T14:56:51.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:51 smithi071 ceph-mon[112785]: 1.11 scrub ok 2024-09-13T14:56:51.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:51 smithi071 ceph-mon[112785]: osdmap e1278: 8 total, 8 up, 4 in 2024-09-13T14:56:51.664 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:51.665 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:51.665 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:51.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:51 smithi104 ceph-mon[105578]: 1.11 scrub starts 2024-09-13T14:56:51.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:51 smithi104 ceph-mon[105578]: 1.11 scrub ok 2024-09-13T14:56:51.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:51 smithi104 ceph-mon[105578]: osdmap e1278: 8 total, 8 up, 4 in 2024-09-13T14:56:51.766 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:51.802 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:51.802 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:51.803 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:51.904 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:56:51.931 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:51.932 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:51.932 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:56:52.033 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:52.067 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:52.068 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:52.068 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:52.169 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:56:52.190 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:52.191 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:52.191 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:56:52.292 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:56:52.315 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:52.316 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:52.316 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:56:52.417 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:52.456 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:52.457 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:52.457 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:52.558 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:56:52.596 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:52.597 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:52.597 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:56:52.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:52 smithi071 ceph-mon[107477]: pgmap v1843: 119 pgs: 10 active+clean+remapped, 1 peering, 1 active+recovering+undersized+degraded+remapped, 1 active+recovery_wait+degraded, 2 active+remapped+backfill_wait, 7 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 1 active+undersized+degraded, 88 active+clean; 3.8 GiB data, 12 GiB used, 346 GiB / 358 GiB avail; 0 B/s wr, 139 op/s; 41981/184809 objects degraded (22.716%); 9017/184809 objects misplaced (4.879%); 31 MiB/s, 601 objects/s recovering 2024-09-13T14:56:52.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:52 smithi071 ceph-mon[107477]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 5 pgs inactive, 4 pgs peering) 2024-09-13T14:56:52.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:52 smithi071 ceph-mon[107477]: 1.0 scrub starts 2024-09-13T14:56:52.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:52 smithi071 ceph-mon[107477]: 1.0 scrub ok 2024-09-13T14:56:52.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:52 smithi071 ceph-mon[112785]: pgmap v1843: 119 pgs: 10 active+clean+remapped, 1 peering, 1 active+recovering+undersized+degraded+remapped, 1 active+recovery_wait+degraded, 2 active+remapped+backfill_wait, 7 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 1 active+undersized+degraded, 88 active+clean; 3.8 GiB data, 12 GiB used, 346 GiB / 358 GiB avail; 0 B/s wr, 139 op/s; 41981/184809 objects degraded (22.716%); 9017/184809 objects misplaced (4.879%); 31 MiB/s, 601 objects/s recovering 2024-09-13T14:56:52.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:52 smithi071 ceph-mon[112785]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 5 pgs inactive, 4 pgs peering) 2024-09-13T14:56:52.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:52 smithi071 ceph-mon[112785]: 1.0 scrub starts 2024-09-13T14:56:52.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:52 smithi071 ceph-mon[112785]: 1.0 scrub ok 2024-09-13T14:56:52.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:52 smithi104 ceph-mon[105578]: pgmap v1843: 119 pgs: 10 active+clean+remapped, 1 peering, 1 active+recovering+undersized+degraded+remapped, 1 active+recovery_wait+degraded, 2 active+remapped+backfill_wait, 7 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 1 active+undersized+degraded, 88 active+clean; 3.8 GiB data, 12 GiB used, 346 GiB / 358 GiB avail; 0 B/s wr, 139 op/s; 41981/184809 objects degraded (22.716%); 9017/184809 objects misplaced (4.879%); 31 MiB/s, 601 objects/s recovering 2024-09-13T14:56:52.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:52 smithi104 ceph-mon[105578]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 5 pgs inactive, 4 pgs peering) 2024-09-13T14:56:52.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:52 smithi104 ceph-mon[105578]: 1.0 scrub starts 2024-09-13T14:56:52.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:52 smithi104 ceph-mon[105578]: 1.0 scrub ok 2024-09-13T14:56:52.690 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=true 2024-09-13T14:56:52.698 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:56:52.722 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:52.723 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:52.723 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:56:52.824 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:52.866 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:52.867 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:52.868 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:52.969 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:52.997 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:52.998 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:52.998 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:53.031 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:56:52 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:56:52] "GET /metrics HTTP/1.1" 200 36665 "" "Prometheus/2.51.0" 2024-09-13T14:56:53.099 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:53.138 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:53.138 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:53.139 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:53.239 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:56:53.268 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:53.269 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:53.269 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:56:53.370 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:53.399 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:53.399 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:53.400 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:53.501 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:56:53.534 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:53.535 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:53.535 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:56:53.589 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:53 smithi071 ceph-mon[107477]: 1.4 scrub starts 2024-09-13T14:56:53.589 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:53 smithi071 ceph-mon[107477]: 1.4 scrub ok 2024-09-13T14:56:53.589 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:53 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 41981/184809 objects degraded (22.716%), 18 pgs degraded (PG_DEGRADED) 2024-09-13T14:56:53.589 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:53 smithi071 ceph-mon[112785]: 1.4 scrub starts 2024-09-13T14:56:53.589 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:53 smithi071 ceph-mon[112785]: 1.4 scrub ok 2024-09-13T14:56:53.589 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:53 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 41981/184809 objects degraded (22.716%), 18 pgs degraded (PG_DEGRADED) 2024-09-13T14:56:53.636 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:53.668 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:53.669 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:53.669 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:53.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:53 smithi104 ceph-mon[105578]: 1.4 scrub starts 2024-09-13T14:56:53.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:53 smithi104 ceph-mon[105578]: 1.4 scrub ok 2024-09-13T14:56:53.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:53 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 41981/184809 objects degraded (22.716%), 18 pgs degraded (PG_DEGRADED) 2024-09-13T14:56:53.771 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:56:53.796 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:53.797 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:53.797 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:56:53.898 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:53.922 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:53.923 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:53.923 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:54.024 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:54.051 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:54.052 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:54.052 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:54.153 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:54.179 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:54.180 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:54.180 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:54.281 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:54.306 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:54.306 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:54.307 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:54.407 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:56:54.440 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:54.441 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:54.441 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:56:54.542 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:54.569 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:54.569 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:54.570 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:54.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:54 smithi071 ceph-mon[107477]: pgmap v1844: 119 pgs: 10 active+clean+remapped, 1 peering, 1 active+recovering+undersized+degraded+remapped, 1 active+recovery_wait+degraded, 2 active+remapped+backfill_wait, 7 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 1 active+undersized+degraded, 88 active+clean; 3.8 GiB data, 12 GiB used, 346 GiB / 358 GiB avail; 0 B/s wr, 100 op/s; 41981/184809 objects degraded (22.716%); 9017/184809 objects misplaced (4.879%); 23 MiB/s, 435 objects/s recovering 2024-09-13T14:56:54.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:54 smithi071 ceph-mon[107477]: 1.12 scrub starts 2024-09-13T14:56:54.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:54 smithi071 ceph-mon[107477]: 1.12 scrub ok 2024-09-13T14:56:54.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:54 smithi071 ceph-mon[112785]: pgmap v1844: 119 pgs: 10 active+clean+remapped, 1 peering, 1 active+recovering+undersized+degraded+remapped, 1 active+recovery_wait+degraded, 2 active+remapped+backfill_wait, 7 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 1 active+undersized+degraded, 88 active+clean; 3.8 GiB data, 12 GiB used, 346 GiB / 358 GiB avail; 0 B/s wr, 100 op/s; 41981/184809 objects degraded (22.716%); 9017/184809 objects misplaced (4.879%); 23 MiB/s, 435 objects/s recovering 2024-09-13T14:56:54.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:54 smithi071 ceph-mon[112785]: 1.12 scrub starts 2024-09-13T14:56:54.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:54 smithi071 ceph-mon[112785]: 1.12 scrub ok 2024-09-13T14:56:54.670 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:56:54.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:54 smithi104 ceph-mon[105578]: pgmap v1844: 119 pgs: 10 active+clean+remapped, 1 peering, 1 active+recovering+undersized+degraded+remapped, 1 active+recovery_wait+degraded, 2 active+remapped+backfill_wait, 7 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 1 active+undersized+degraded, 88 active+clean; 3.8 GiB data, 12 GiB used, 346 GiB / 358 GiB avail; 0 B/s wr, 100 op/s; 41981/184809 objects degraded (22.716%); 9017/184809 objects misplaced (4.879%); 23 MiB/s, 435 objects/s recovering 2024-09-13T14:56:54.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:54 smithi104 ceph-mon[105578]: 1.12 scrub starts 2024-09-13T14:56:54.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:54 smithi104 ceph-mon[105578]: 1.12 scrub ok 2024-09-13T14:56:54.697 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:54.698 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:54.698 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:56:54.799 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:54.830 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:54.831 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:54.831 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:54.932 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:54.957 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:54.958 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:54.958 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:55.059 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:55.082 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:55.083 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:55.083 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:55.184 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:56:55.208 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:55.209 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:55.209 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:56:55.310 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:55.331 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:55.331 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:55.332 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:55.340 INFO:teuthology.orchestra.run.smithi071.stderr:nodeep-scrub is unset 2024-09-13T14:56:55.432 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:56:55.454 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:55.454 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:55.455 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:56:55.555 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:56:55.586 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:55.587 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:55.587 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:56:55.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:55 smithi071 ceph-mon[107477]: 1.2 scrub starts 2024-09-13T14:56:55.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:55 smithi071 ceph-mon[107477]: 1.2 scrub ok 2024-09-13T14:56:55.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:55 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3715899098' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:56:55.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:55 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:56:55.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:55 smithi071 ceph-mon[112785]: 1.2 scrub starts 2024-09-13T14:56:55.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:55 smithi071 ceph-mon[112785]: 1.2 scrub ok 2024-09-13T14:56:55.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:55 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3715899098' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:56:55.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:55 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:56:55.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:55 smithi104 ceph-mon[105578]: 1.2 scrub starts 2024-09-13T14:56:55.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:55 smithi104 ceph-mon[105578]: 1.2 scrub ok 2024-09-13T14:56:55.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:55 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3715899098' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:56:55.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:55 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:56:55.689 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:55.712 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:55.713 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:55.714 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:55.814 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:55.841 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:55.841 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:55.842 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:55.942 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:55.967 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:55.968 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:55.968 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:56.069 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:56.099 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:56.100 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:56.100 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:56.201 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:56:56.224 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:56.225 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:56.225 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:56:56.326 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:56:56.351 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:56.352 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:56.352 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:56:56.453 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:56:56.477 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:56.477 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:56.478 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:56:56.579 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:56:56.603 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:56.604 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:56.604 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:56:56.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:56 smithi071 ceph-mon[107477]: pgmap v1845: 119 pgs: 10 active+clean+remapped, 1 peering, 1 active+recovering+undersized+degraded+remapped, 1 active+recovery_wait+degraded, 2 active+remapped+backfill_wait, 7 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 1 active+undersized+degraded, 88 active+clean; 3.7 GiB data, 12 GiB used, 346 GiB / 358 GiB avail; 0 B/s wr, 227 op/s; 41790/182028 objects degraded (22.958%); 8787/182028 objects misplaced (4.827%); 19 MiB/s, 369 objects/s recovering 2024-09-13T14:56:56.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:56 smithi071 ceph-mon[107477]: 1.14 scrub starts 2024-09-13T14:56:56.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:56 smithi071 ceph-mon[107477]: 1.14 scrub ok 2024-09-13T14:56:56.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:56 smithi071 ceph-mon[107477]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T14:56:56.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:56 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T14:56:56.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:56 smithi071 ceph-mon[107477]: osdmap e1279: 8 total, 8 up, 4 in 2024-09-13T14:56:56.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:56 smithi071 ceph-mon[112785]: pgmap v1845: 119 pgs: 10 active+clean+remapped, 1 peering, 1 active+recovering+undersized+degraded+remapped, 1 active+recovery_wait+degraded, 2 active+remapped+backfill_wait, 7 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 1 active+undersized+degraded, 88 active+clean; 3.7 GiB data, 12 GiB used, 346 GiB / 358 GiB avail; 0 B/s wr, 227 op/s; 41790/182028 objects degraded (22.958%); 8787/182028 objects misplaced (4.827%); 19 MiB/s, 369 objects/s recovering 2024-09-13T14:56:56.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:56 smithi071 ceph-mon[112785]: 1.14 scrub starts 2024-09-13T14:56:56.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:56 smithi071 ceph-mon[112785]: 1.14 scrub ok 2024-09-13T14:56:56.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:56 smithi071 ceph-mon[112785]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T14:56:56.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:56 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T14:56:56.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:56 smithi071 ceph-mon[112785]: osdmap e1279: 8 total, 8 up, 4 in 2024-09-13T14:56:56.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:56 smithi104 ceph-mon[105578]: pgmap v1845: 119 pgs: 10 active+clean+remapped, 1 peering, 1 active+recovering+undersized+degraded+remapped, 1 active+recovery_wait+degraded, 2 active+remapped+backfill_wait, 7 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 1 active+undersized+degraded, 88 active+clean; 3.7 GiB data, 12 GiB used, 346 GiB / 358 GiB avail; 0 B/s wr, 227 op/s; 41790/182028 objects degraded (22.958%); 8787/182028 objects misplaced (4.827%); 19 MiB/s, 369 objects/s recovering 2024-09-13T14:56:56.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:56 smithi104 ceph-mon[105578]: 1.14 scrub starts 2024-09-13T14:56:56.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:56 smithi104 ceph-mon[105578]: 1.14 scrub ok 2024-09-13T14:56:56.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:56 smithi104 ceph-mon[105578]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T14:56:56.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:56 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T14:56:56.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:56 smithi104 ceph-mon[105578]: osdmap e1279: 8 total, 8 up, 4 in 2024-09-13T14:56:56.705 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:56.738 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:56.739 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:56.739 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:56.841 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:56.871 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:56.872 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:56.872 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:56.973 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:57.002 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:57.002 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:57.003 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:57.103 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:57.131 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:57.132 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:57.132 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:57.233 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:57.264 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:57.264 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:57.265 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:57.366 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:57.395 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:57.396 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:57.396 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:57.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:57 smithi104 ceph-mon[105578]: 1.e scrub starts 2024-09-13T14:56:57.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:57 smithi104 ceph-mon[105578]: 1.e scrub ok 2024-09-13T14:56:57.497 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:56:57.518 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:57.519 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:57.519 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:56:57.620 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:56:57.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:57 smithi071 ceph-mon[107477]: 1.e scrub starts 2024-09-13T14:56:57.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:57 smithi071 ceph-mon[107477]: 1.e scrub ok 2024-09-13T14:56:57.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:57 smithi071 ceph-mon[112785]: 1.e scrub starts 2024-09-13T14:56:57.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:57 smithi071 ceph-mon[112785]: 1.e scrub ok 2024-09-13T14:56:57.652 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:57.652 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:57.653 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:56:57.753 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:57.781 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:57.782 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:57.782 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:57.883 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:57.923 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:57.924 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:57.924 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:58.025 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:56:58.053 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:58.054 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:58.054 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:56:58.155 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:58.188 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:58.189 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:58.190 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:58.290 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:56:58.317 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:58.318 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:58.318 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:56:58.419 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:56:58.443 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:58.444 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:58.444 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:56:58.546 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:58.580 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:58.581 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:58.582 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:58.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:58 smithi071 ceph-mon[107477]: pgmap v1847: 119 pgs: 10 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 1 active+recovery_wait+degraded, 2 active+remapped+backfill_wait, 7 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 1 active+undersized+degraded, 89 active+clean; 3.5 GiB data, 11 GiB used, 346 GiB / 358 GiB avail; 0 B/s wr, 612 op/s; 40481/172506 objects degraded (23.466%); 8537/172506 objects misplaced (4.949%); 18 MiB/s, 375 objects/s recovering 2024-09-13T14:56:58.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:58 smithi071 ceph-mon[107477]: 1.f scrub starts 2024-09-13T14:56:58.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:58 smithi071 ceph-mon[107477]: 1.f scrub ok 2024-09-13T14:56:58.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:58 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 40481/172506 objects degraded (23.466%), 18 pgs degraded (PG_DEGRADED) 2024-09-13T14:56:58.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:58 smithi071 ceph-mon[112785]: pgmap v1847: 119 pgs: 10 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 1 active+recovery_wait+degraded, 2 active+remapped+backfill_wait, 7 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 1 active+undersized+degraded, 89 active+clean; 3.5 GiB data, 11 GiB used, 346 GiB / 358 GiB avail; 0 B/s wr, 612 op/s; 40481/172506 objects degraded (23.466%); 8537/172506 objects misplaced (4.949%); 18 MiB/s, 375 objects/s recovering 2024-09-13T14:56:58.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:58 smithi071 ceph-mon[112785]: 1.f scrub starts 2024-09-13T14:56:58.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:58 smithi071 ceph-mon[112785]: 1.f scrub ok 2024-09-13T14:56:58.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:58 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 40481/172506 objects degraded (23.466%), 18 pgs degraded (PG_DEGRADED) 2024-09-13T14:56:58.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:58 smithi104 ceph-mon[105578]: pgmap v1847: 119 pgs: 10 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 1 active+recovery_wait+degraded, 2 active+remapped+backfill_wait, 7 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 1 active+undersized+degraded, 89 active+clean; 3.5 GiB data, 11 GiB used, 346 GiB / 358 GiB avail; 0 B/s wr, 612 op/s; 40481/172506 objects degraded (23.466%); 8537/172506 objects misplaced (4.949%); 18 MiB/s, 375 objects/s recovering 2024-09-13T14:56:58.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:58 smithi104 ceph-mon[105578]: 1.f scrub starts 2024-09-13T14:56:58.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:58 smithi104 ceph-mon[105578]: 1.f scrub ok 2024-09-13T14:56:58.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:58 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 40481/172506 objects degraded (23.466%), 18 pgs degraded (PG_DEGRADED) 2024-09-13T14:56:58.683 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:56:58.705 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:58.706 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:58.706 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:56:58.807 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:56:58.833 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:58.833 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:58.834 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:56:58.935 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:56:58.971 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:58.972 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:58.972 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:56:59.073 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:56:59.097 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:59.098 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:59.099 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:56:59.199 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:56:59.224 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:59.225 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:59.225 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:56:59.326 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:56:59.360 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:59.361 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:59.361 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:56:59.462 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:56:59.488 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:59.489 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:59.489 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:56:59.590 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:56:59.616 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:56:59.617 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:59.617 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:56:59.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:59 smithi071 ceph-mon[107477]: 1.5 scrub starts 2024-09-13T14:56:59.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:56:59 smithi071 ceph-mon[107477]: 1.5 scrub ok 2024-09-13T14:56:59.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:59 smithi071 ceph-mon[112785]: 1.5 scrub starts 2024-09-13T14:56:59.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:56:59 smithi071 ceph-mon[112785]: 1.5 scrub ok 2024-09-13T14:56:59.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:59 smithi104 ceph-mon[105578]: 1.5 scrub starts 2024-09-13T14:56:59.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:56:59 smithi104 ceph-mon[105578]: 1.5 scrub ok 2024-09-13T14:56:59.718 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:59.753 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:59.753 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:59.753 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:59.854 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:56:59.888 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:56:59.889 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:56:59.889 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:56:59.990 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:00.018 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:00.018 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:00.019 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:00.120 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:00.147 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:00.148 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:00.148 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:00.249 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:57:00.275 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:00.276 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:00.277 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:57:00.369 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:57:00.378 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:00.403 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:00.404 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:00.404 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:00.505 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:00.530 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:00.531 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:00.531 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:00.632 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:00.660 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:00.661 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:00.661 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:00.762 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:00.789 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:00.790 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:00.790 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:00.891 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:00.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:00 smithi071 ceph-mon[107477]: pgmap v1848: 119 pgs: 10 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 1 active+recovery_wait+degraded, 2 active+remapped+backfill_wait, 7 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 1 active+undersized+degraded, 89 active+clean; 3.5 GiB data, 11 GiB used, 346 GiB / 358 GiB avail; 0 B/s wr, 516 op/s; 40481/172506 objects degraded (23.466%); 8537/172506 objects misplaced (4.949%); 1.1 MiB/s, 96 objects/s recovering 2024-09-13T14:57:00.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:00 smithi071 ceph-mon[107477]: 1.7 scrub starts 2024-09-13T14:57:00.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:00 smithi071 ceph-mon[107477]: 1.7 scrub ok 2024-09-13T14:57:00.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:00 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:57:00.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:00 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:57:00.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:00 smithi071 ceph-mon[112785]: pgmap v1848: 119 pgs: 10 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 1 active+recovery_wait+degraded, 2 active+remapped+backfill_wait, 7 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 1 active+undersized+degraded, 89 active+clean; 3.5 GiB data, 11 GiB used, 346 GiB / 358 GiB avail; 0 B/s wr, 516 op/s; 40481/172506 objects degraded (23.466%); 8537/172506 objects misplaced (4.949%); 1.1 MiB/s, 96 objects/s recovering 2024-09-13T14:57:00.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:00 smithi071 ceph-mon[112785]: 1.7 scrub starts 2024-09-13T14:57:00.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:00 smithi071 ceph-mon[112785]: 1.7 scrub ok 2024-09-13T14:57:00.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:00 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:57:00.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:00 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:57:00.919 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:00.919 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:00.920 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:00.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:00 smithi104 ceph-mon[105578]: pgmap v1848: 119 pgs: 10 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 1 active+recovery_wait+degraded, 2 active+remapped+backfill_wait, 7 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 1 active+undersized+degraded, 89 active+clean; 3.5 GiB data, 11 GiB used, 346 GiB / 358 GiB avail; 0 B/s wr, 516 op/s; 40481/172506 objects degraded (23.466%); 8537/172506 objects misplaced (4.949%); 1.1 MiB/s, 96 objects/s recovering 2024-09-13T14:57:00.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:00 smithi104 ceph-mon[105578]: 1.7 scrub starts 2024-09-13T14:57:00.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:00 smithi104 ceph-mon[105578]: 1.7 scrub ok 2024-09-13T14:57:00.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:00 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:57:00.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:00 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:57:01.021 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:57:01.051 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:01.052 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:01.053 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:57:01.153 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:57:01.179 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:01.179 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:01.180 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:57:01.280 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:57:01.317 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:01.317 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:01.318 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:57:01.419 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:57:01.457 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:01.457 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:01.457 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:57:01.558 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:01.584 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:01.585 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:01.585 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:01.686 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:57:01.723 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:01.723 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:01.724 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:57:01.825 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:57:01.860 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:01.860 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:01.861 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:57:01.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:01 smithi071 ceph-mon[107477]: 1.d scrub starts 2024-09-13T14:57:01.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:01 smithi071 ceph-mon[107477]: 1.d scrub ok 2024-09-13T14:57:01.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:01 smithi071 ceph-mon[112785]: 1.d scrub starts 2024-09-13T14:57:01.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:01 smithi071 ceph-mon[112785]: 1.d scrub ok 2024-09-13T14:57:01.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:01 smithi104 ceph-mon[105578]: 1.d scrub starts 2024-09-13T14:57:01.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:01 smithi104 ceph-mon[105578]: 1.d scrub ok 2024-09-13T14:57:01.962 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:57:01.996 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:01.996 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:01.997 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:57:02.098 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:02.123 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:02.123 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:02.124 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:02.224 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:57:02.255 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:02.255 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:02.256 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:57:02.356 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:02.381 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:02.382 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:02.382 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:02.483 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:57:02.504 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:02.504 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:02.505 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:57:02.606 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:02.631 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:02.631 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:02.632 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:02.732 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:57:02.753 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:02.754 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:02.754 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:57:02.855 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:57:02.866 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:02 smithi071 ceph-mon[107477]: pgmap v1849: 119 pgs: 10 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 1 active+recovery_wait+degraded, 2 active+remapped+backfill_wait, 7 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 1 active+undersized+degraded, 89 active+clean; 3.3 GiB data, 11 GiB used, 347 GiB / 358 GiB avail; 0 B/s wr, 806 op/s; 39029/160608 objects degraded (24.301%); 8020/160608 objects misplaced (4.994%); 1.8 MiB/s, 85 objects/s recovering 2024-09-13T14:57:02.866 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:02 smithi071 ceph-mon[107477]: 1.3 scrub starts 2024-09-13T14:57:02.867 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:02 smithi071 ceph-mon[107477]: 1.3 scrub ok 2024-09-13T14:57:02.867 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:57:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:57:02] "GET /metrics HTTP/1.1" 200 36671 "" "Prometheus/2.51.0" 2024-09-13T14:57:02.867 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:02 smithi071 ceph-mon[112785]: pgmap v1849: 119 pgs: 10 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 1 active+recovery_wait+degraded, 2 active+remapped+backfill_wait, 7 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 1 active+undersized+degraded, 89 active+clean; 3.3 GiB data, 11 GiB used, 347 GiB / 358 GiB avail; 0 B/s wr, 806 op/s; 39029/160608 objects degraded (24.301%); 8020/160608 objects misplaced (4.994%); 1.8 MiB/s, 85 objects/s recovering 2024-09-13T14:57:02.867 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:02 smithi071 ceph-mon[112785]: 1.3 scrub starts 2024-09-13T14:57:02.867 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:02 smithi071 ceph-mon[112785]: 1.3 scrub ok 2024-09-13T14:57:02.885 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:02.885 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:02.886 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:57:02.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:02 smithi104 ceph-mon[105578]: pgmap v1849: 119 pgs: 10 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 1 active+recovery_wait+degraded, 2 active+remapped+backfill_wait, 7 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 1 active+undersized+degraded, 89 active+clean; 3.3 GiB data, 11 GiB used, 347 GiB / 358 GiB avail; 0 B/s wr, 806 op/s; 39029/160608 objects degraded (24.301%); 8020/160608 objects misplaced (4.994%); 1.8 MiB/s, 85 objects/s recovering 2024-09-13T14:57:02.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:02 smithi104 ceph-mon[105578]: 1.3 scrub starts 2024-09-13T14:57:02.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:02 smithi104 ceph-mon[105578]: 1.3 scrub ok 2024-09-13T14:57:02.987 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:57:03.017 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:03.018 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:03.018 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:57:03.119 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:57:03.143 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:03.144 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:03.144 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:57:03.245 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:03.268 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:03.268 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:03.268 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:03.369 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:57:03.402 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:03.403 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:03.403 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:57:03.504 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:57:03.530 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:03.531 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:03.531 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:57:03.632 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:03.660 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:03.660 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:03.661 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:03.762 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:57:03.785 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:03.786 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:03.787 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:57:03.887 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:57:03.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:03 smithi071 ceph-mon[107477]: 1.6 scrub starts 2024-09-13T14:57:03.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:03 smithi071 ceph-mon[107477]: 1.6 scrub ok 2024-09-13T14:57:03.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:03 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 39029/160608 objects degraded (24.301%), 18 pgs degraded (PG_DEGRADED) 2024-09-13T14:57:03.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:03 smithi071 ceph-mon[112785]: 1.6 scrub starts 2024-09-13T14:57:03.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:03 smithi071 ceph-mon[112785]: 1.6 scrub ok 2024-09-13T14:57:03.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:03 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 39029/160608 objects degraded (24.301%), 18 pgs degraded (PG_DEGRADED) 2024-09-13T14:57:03.921 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:03.921 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:03.922 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:57:03.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:03 smithi104 ceph-mon[105578]: 1.6 scrub starts 2024-09-13T14:57:03.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:03 smithi104 ceph-mon[105578]: 1.6 scrub ok 2024-09-13T14:57:03.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:03 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 39029/160608 objects degraded (24.301%), 18 pgs degraded (PG_DEGRADED) 2024-09-13T14:57:04.023 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:04.049 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:04.049 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:04.050 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:04.151 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:04.176 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:04.177 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:04.177 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:04.278 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:57:04.303 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:04.303 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:04.304 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:57:04.404 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:57:04.432 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:04.432 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:04.433 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:57:04.533 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:57:04.579 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:04.580 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:04.581 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:57:04.685 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:04.711 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:04.712 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:04.712 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:04.813 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:57:04.838 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:04.840 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:04.840 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:57:04.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:04 smithi071 ceph-mon[107477]: pgmap v1850: 119 pgs: 10 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 1 active+recovery_wait+degraded, 2 active+remapped+backfill_wait, 7 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 1 active+undersized+degraded, 89 active+clean; 3.3 GiB data, 11 GiB used, 347 GiB / 358 GiB avail; 0 B/s wr, 806 op/s; 39029/160608 objects degraded (24.301%); 8020/160608 objects misplaced (4.994%); 1.8 MiB/s, 85 objects/s recovering 2024-09-13T14:57:04.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:04 smithi071 ceph-mon[107477]: 1.b scrub starts 2024-09-13T14:57:04.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:04 smithi071 ceph-mon[107477]: 1.b scrub ok 2024-09-13T14:57:04.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:04 smithi071 ceph-mon[112785]: pgmap v1850: 119 pgs: 10 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 1 active+recovery_wait+degraded, 2 active+remapped+backfill_wait, 7 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 1 active+undersized+degraded, 89 active+clean; 3.3 GiB data, 11 GiB used, 347 GiB / 358 GiB avail; 0 B/s wr, 806 op/s; 39029/160608 objects degraded (24.301%); 8020/160608 objects misplaced (4.994%); 1.8 MiB/s, 85 objects/s recovering 2024-09-13T14:57:04.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:04 smithi071 ceph-mon[112785]: 1.b scrub starts 2024-09-13T14:57:04.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:04 smithi071 ceph-mon[112785]: 1.b scrub ok 2024-09-13T14:57:04.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:04 smithi104 ceph-mon[105578]: pgmap v1850: 119 pgs: 10 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 1 active+recovery_wait+degraded, 2 active+remapped+backfill_wait, 7 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 1 active+undersized+degraded, 89 active+clean; 3.3 GiB data, 11 GiB used, 347 GiB / 358 GiB avail; 0 B/s wr, 806 op/s; 39029/160608 objects degraded (24.301%); 8020/160608 objects misplaced (4.994%); 1.8 MiB/s, 85 objects/s recovering 2024-09-13T14:57:04.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:04 smithi104 ceph-mon[105578]: 1.b scrub starts 2024-09-13T14:57:04.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:04 smithi104 ceph-mon[105578]: 1.b scrub ok 2024-09-13T14:57:04.942 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:04.970 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:04.970 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:04.970 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:05.072 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:57:05.106 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:05.107 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:05.107 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:57:05.208 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:57:05.245 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:05.246 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:05.246 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:57:05.347 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:57:05.383 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:05.384 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:05.384 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:57:05.485 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:57:05.526 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:05.527 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:05.527 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:57:05.628 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:57:05.657 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:05.658 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:05.658 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:57:05.759 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:57:05.784 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:05.785 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:05.785 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:57:05.886 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:57:05.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:05 smithi071 ceph-mon[107477]: 1.13 scrub starts 2024-09-13T14:57:05.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:05 smithi071 ceph-mon[107477]: 1.13 scrub ok 2024-09-13T14:57:05.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:05 smithi071 ceph-mon[107477]: pgmap v1851: 119 pgs: 10 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 1 active+recovery_wait+degraded, 2 active+remapped+backfill_wait, 7 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 1 active+undersized+degraded, 89 active+clean; 3.2 GiB data, 10 GiB used, 347 GiB / 358 GiB avail; 0 B/s wr, 833 op/s; 38743/157017 objects degraded (24.674%); 7706/157017 objects misplaced (4.908%); 1.8 MiB/s, 85 objects/s recovering 2024-09-13T14:57:05.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:05 smithi071 ceph-mon[112785]: 1.13 scrub starts 2024-09-13T14:57:05.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:05 smithi071 ceph-mon[112785]: 1.13 scrub ok 2024-09-13T14:57:05.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:05 smithi071 ceph-mon[112785]: pgmap v1851: 119 pgs: 10 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 1 active+recovery_wait+degraded, 2 active+remapped+backfill_wait, 7 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 1 active+undersized+degraded, 89 active+clean; 3.2 GiB data, 10 GiB used, 347 GiB / 358 GiB avail; 0 B/s wr, 833 op/s; 38743/157017 objects degraded (24.674%); 7706/157017 objects misplaced (4.908%); 1.8 MiB/s, 85 objects/s recovering 2024-09-13T14:57:05.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:05 smithi104 ceph-mon[105578]: 1.13 scrub starts 2024-09-13T14:57:05.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:05 smithi104 ceph-mon[105578]: 1.13 scrub ok 2024-09-13T14:57:05.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:05 smithi104 ceph-mon[105578]: pgmap v1851: 119 pgs: 10 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 1 active+recovery_wait+degraded, 2 active+remapped+backfill_wait, 7 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 1 active+undersized+degraded, 89 active+clean; 3.2 GiB data, 10 GiB used, 347 GiB / 358 GiB avail; 0 B/s wr, 833 op/s; 38743/157017 objects degraded (24.674%); 7706/157017 objects misplaced (4.908%); 1.8 MiB/s, 85 objects/s recovering 2024-09-13T14:57:05.933 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:05.933 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:05.934 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:57:06.034 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:06.058 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:06.058 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:06.059 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:06.159 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:06.162 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T14:57:06.162 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:57:06.186 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:06.187 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:06.187 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:06.288 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:57:06.331 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:06.332 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:06.332 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:57:06.433 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:06.457 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:06.458 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:06.458 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:06.559 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:06.574 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd set noscrub 2024-09-13T14:57:06.586 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:06.587 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:06.587 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:06.688 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:06.713 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:06.714 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:06.714 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:06.733 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:06 smithi071 ceph-mon[107477]: 1.1 scrub starts 2024-09-13T14:57:06.733 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:06 smithi071 ceph-mon[107477]: 1.1 scrub ok 2024-09-13T14:57:06.733 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:06 smithi071 ceph-mon[112785]: 1.1 scrub starts 2024-09-13T14:57:06.733 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:06 smithi071 ceph-mon[112785]: 1.1 scrub ok 2024-09-13T14:57:06.794 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:57:06.815 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:57:06.841 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:06.841 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:06.842 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:57:06.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:06 smithi104 ceph-mon[105578]: 1.1 scrub starts 2024-09-13T14:57:06.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:06 smithi104 ceph-mon[105578]: 1.1 scrub ok 2024-09-13T14:57:06.943 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:57:06.998 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:06.998 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:06.999 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:57:07.100 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:57:07.139 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:07.140 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:07.140 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:57:07.241 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:57:07.268 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:07.268 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:07.269 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:57:07.370 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:07.385 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.2 dump_ops_in_flight 2024-09-13T14:57:07.395 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:07.396 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:07.396 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:07.497 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:57:07.521 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:07.522 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:07.523 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:57:07.620 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:07 smithi071 ceph-mon[112785]: pgmap v1852: 119 pgs: 10 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 1 active+recovery_wait+degraded, 2 active+remapped+backfill_wait, 7 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 1 active+undersized+degraded, 89 active+clean; 3.0 GiB data, 10 GiB used, 347 GiB / 358 GiB avail; 0 B/s wr, 865 op/s; 37276/146580 objects degraded (25.430%); 7400/146580 objects misplaced (5.048%); 2.7 MiB/s, 115 objects/s recovering 2024-09-13T14:57:07.623 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:07.647 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:07.648 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:07.648 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:07.749 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:57:07.774 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:07.775 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:07.775 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:57:07.876 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:07.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:07 smithi071 ceph-mon[107477]: pgmap v1852: 119 pgs: 10 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 1 active+recovery_wait+degraded, 2 active+remapped+backfill_wait, 7 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 1 active+undersized+degraded, 89 active+clean; 3.0 GiB data, 10 GiB used, 347 GiB / 358 GiB avail; 0 B/s wr, 865 op/s; 37276/146580 objects degraded (25.430%); 7400/146580 objects misplaced (5.048%); 2.7 MiB/s, 115 objects/s recovering 2024-09-13T14:57:07.905 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:07.905 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:07.905 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:07.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:07 smithi104 ceph-mon[105578]: pgmap v1852: 119 pgs: 10 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 1 active+recovery_wait+degraded, 2 active+remapped+backfill_wait, 7 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 1 active+undersized+degraded, 89 active+clean; 3.0 GiB data, 10 GiB used, 347 GiB / 358 GiB avail; 0 B/s wr, 865 op/s; 37276/146580 objects degraded (25.430%); 7400/146580 objects misplaced (5.048%); 2.7 MiB/s, 115 objects/s recovering 2024-09-13T14:57:08.007 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:08.033 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:08.034 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:08.034 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:08.135 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:08.164 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:08.164 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:08.165 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:08.266 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:57:08.307 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:08.308 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:08.308 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:57:08.409 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:08.435 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:08.435 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:08.436 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:08.537 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:57:08.583 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:08.584 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:08.584 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:57:08.685 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:57:08.720 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:08.721 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:08.722 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:57:08.823 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:57:08.859 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:08.860 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:08.861 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:57:08.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:08 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 37276/146580 objects degraded (25.430%), 18 pgs degraded (PG_DEGRADED) 2024-09-13T14:57:08.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:08 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 37276/146580 objects degraded (25.430%), 18 pgs degraded (PG_DEGRADED) 2024-09-13T14:57:08.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:08 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 37276/146580 objects degraded (25.430%), 18 pgs degraded (PG_DEGRADED) 2024-09-13T14:57:08.961 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:08.987 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:08.988 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:08.988 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:09.089 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:57:09.125 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:09.126 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:09.126 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:57:09.227 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:57:09.268 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:09.269 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:09.269 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:57:09.370 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:09.397 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:09.397 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:09.398 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:09.501 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:57:09.529 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:09.529 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:09.530 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:57:09.631 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:57:09.652 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:09.653 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:09.654 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:57:09.754 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:09.782 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:09.783 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:09.783 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:09.884 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:09.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:09 smithi071 ceph-mon[107477]: pgmap v1853: 119 pgs: 10 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 1 active+recovery_wait+degraded, 2 active+remapped+backfill_wait, 7 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 1 active+undersized+degraded, 89 active+clean; 3.0 GiB data, 10 GiB used, 347 GiB / 358 GiB avail; 0 B/s wr, 719 op/s; 37276/146580 objects degraded (25.430%); 7400/146580 objects misplaced (5.048%); 1.9 MiB/s, 75 objects/s recovering 2024-09-13T14:57:09.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:09 smithi071 ceph-mon[112785]: pgmap v1853: 119 pgs: 10 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 1 active+recovery_wait+degraded, 2 active+remapped+backfill_wait, 7 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 1 active+undersized+degraded, 89 active+clean; 3.0 GiB data, 10 GiB used, 347 GiB / 358 GiB avail; 0 B/s wr, 719 op/s; 37276/146580 objects degraded (25.430%); 7400/146580 objects misplaced (5.048%); 1.9 MiB/s, 75 objects/s recovering 2024-09-13T14:57:09.912 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:09.912 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:09.913 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:09.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:09 smithi104 ceph-mon[105578]: pgmap v1853: 119 pgs: 10 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 1 active+recovery_wait+degraded, 2 active+remapped+backfill_wait, 7 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 1 active+undersized+degraded, 89 active+clean; 3.0 GiB data, 10 GiB used, 347 GiB / 358 GiB avail; 0 B/s wr, 719 op/s; 37276/146580 objects degraded (25.430%); 7400/146580 objects misplaced (5.048%); 1.9 MiB/s, 75 objects/s recovering 2024-09-13T14:57:10.014 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:10.038 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:10.039 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:10.039 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:10.140 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:57:10.187 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:10.188 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:10.188 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:57:10.289 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:57:10.326 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:10.327 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:10.327 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:57:10.427 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:57:10.475 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:10.476 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:10.476 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:57:10.496 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:57:10.531 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:57:10.578 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:10.603 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:10.603 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:10.604 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:10.704 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:57:10.757 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:10.758 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:10.758 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:57:10.859 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:57:10.897 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:10.897 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:10.898 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:57:10.999 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:11.024 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:11.025 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:11.025 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:11.126 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:57:11.163 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:11.164 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:11.164 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:57:11.265 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:11.290 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:11.291 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:11.291 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:11.392 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:57:11.435 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:11.436 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:11.436 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:57:11.537 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:11.564 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:11.565 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:11.565 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:11.666 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:57:11.694 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:11.695 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:11.695 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:57:11.796 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:57:11.841 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:11.842 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:11.842 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:57:11.943 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:57:11.983 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:11.984 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:11.984 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:57:12.085 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:57:12.125 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:12.126 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:12.126 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:57:12.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:11 smithi071 ceph-mon[107477]: pgmap v1854: 119 pgs: 10 active+clean+remapped, 1 active+recovery_wait+degraded, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 7 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 1 active+undersized+degraded, 89 active+clean; 2.7 GiB data, 9.6 GiB used, 348 GiB / 358 GiB avail; 0 B/s wr, 1.04k op/s; 35365/135150 objects degraded (26.167%); 7063/135150 objects misplaced (5.226%); 2.7 MiB/s, 87 objects/s recovering 2024-09-13T14:57:12.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:11 smithi071 ceph-mon[112785]: pgmap v1854: 119 pgs: 10 active+clean+remapped, 1 active+recovery_wait+degraded, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 7 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 1 active+undersized+degraded, 89 active+clean; 2.7 GiB data, 9.6 GiB used, 348 GiB / 358 GiB avail; 0 B/s wr, 1.04k op/s; 35365/135150 objects degraded (26.167%); 7063/135150 objects misplaced (5.226%); 2.7 MiB/s, 87 objects/s recovering 2024-09-13T14:57:12.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:11 smithi104 ceph-mon[105578]: pgmap v1854: 119 pgs: 10 active+clean+remapped, 1 active+recovery_wait+degraded, 1 active+recovering+undersized+degraded+remapped, 2 active+remapped+backfill_wait, 7 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 1 active+undersized+degraded, 89 active+clean; 2.7 GiB data, 9.6 GiB used, 348 GiB / 358 GiB avail; 0 B/s wr, 1.04k op/s; 35365/135150 objects degraded (26.167%); 7063/135150 objects misplaced (5.226%); 2.7 MiB/s, 87 objects/s recovering 2024-09-13T14:57:12.226 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:57:12.283 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:12.284 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:12.285 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:57:12.386 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:57:12.412 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:12.413 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:12.413 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:57:12.514 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:57:12.558 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:12.559 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:12.560 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:57:12.660 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:57:12.697 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:12.698 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:12.699 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:57:12.738 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:57:12 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:57:12] "GET /metrics HTTP/1.1" 200 36671 "" "Prometheus/2.51.0" 2024-09-13T14:57:12.800 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:57:12.824 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:12.825 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:12.825 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:57:12.926 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:57:12.951 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:12.952 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:12.953 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:57:13.053 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:57:13.078 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:13.078 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:13.079 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:57:13.180 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:13.205 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:13.205 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:13.206 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:13.307 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:13.314 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:13 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-a[107454]: 2024-09-13T14:57:13.249+0000 7fa91586f640 -1 mon.a@0(leader).osd e1279 definitely_dead 0 2024-09-13T14:57:13.332 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:13.332 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:13.333 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:13.434 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:57:13.460 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:13.460 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:13.460 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:57:13.561 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:57:13.597 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:13.598 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:13.598 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:57:13.699 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:57:13.737 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:13.738 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:13.738 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:57:13.807 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:57:13.807 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:57:13.807 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:57:13.807 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:57:13.808 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:57:13.808 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:57:13.808 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T14:57:13.808 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:57:13.808 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:57:13.808 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:57:13.808 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:57:13.808 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:57:13.808 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:57:13.808 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:57:13.809 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T14:57:13.809 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:57:13.839 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:57:13.887 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:13.888 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:13.888 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:57:13.888 INFO:teuthology.orchestra.run.smithi071.stderr:marked in osd.4. 2024-09-13T14:57:13.989 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:14.013 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:14.014 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:14.014 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:14.115 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:57:14.124 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:13 smithi071 ceph-mon[107477]: pgmap v1855: 119 pgs: 10 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 1 active+recovery_wait+degraded, 2 active+remapped+backfill_wait, 7 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 1 active+undersized+degraded, 89 active+clean; 2.7 GiB data, 9.5 GiB used, 348 GiB / 358 GiB avail; 0 B/s wr, 827 op/s; 35095/130797 objects degraded (26.832%); 6753/130797 objects misplaced (5.163%); 3.2 MiB/s, 73 objects/s recovering 2024-09-13T14:57:14.124 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:13 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/4276279395' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:57:14.124 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:13 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 35095/130797 objects degraded (26.832%), 18 pgs degraded (PG_DEGRADED) 2024-09-13T14:57:14.124 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:13 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1115284203' entity='client.admin' cmd={"prefix": "osd in", "ids": ["4"]} : dispatch 2024-09-13T14:57:14.124 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:13 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd in", "ids": ["4"]} : dispatch 2024-09-13T14:57:14.124 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:57:14.124 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:13 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:57:14.124 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:13 smithi071 ceph-mon[112785]: pgmap v1855: 119 pgs: 10 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 1 active+recovery_wait+degraded, 2 active+remapped+backfill_wait, 7 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 1 active+undersized+degraded, 89 active+clean; 2.7 GiB data, 9.5 GiB used, 348 GiB / 358 GiB avail; 0 B/s wr, 827 op/s; 35095/130797 objects degraded (26.832%); 6753/130797 objects misplaced (5.163%); 3.2 MiB/s, 73 objects/s recovering 2024-09-13T14:57:14.125 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:13 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/4276279395' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:57:14.125 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:13 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 35095/130797 objects degraded (26.832%), 18 pgs degraded (PG_DEGRADED) 2024-09-13T14:57:14.125 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:13 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1115284203' entity='client.admin' cmd={"prefix": "osd in", "ids": ["4"]} : dispatch 2024-09-13T14:57:14.125 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:13 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd in", "ids": ["4"]} : dispatch 2024-09-13T14:57:14.125 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:57:14.125 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:13 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:57:14.138 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:14.139 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:14.139 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:57:14.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:13 smithi104 ceph-mon[105578]: pgmap v1855: 119 pgs: 10 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 1 active+recovery_wait+degraded, 2 active+remapped+backfill_wait, 7 active+recovery_wait+undersized+degraded+remapped, 8 active+undersized+degraded+remapped+backfill_wait, 1 active+undersized+degraded, 89 active+clean; 2.7 GiB data, 9.5 GiB used, 348 GiB / 358 GiB avail; 0 B/s wr, 827 op/s; 35095/130797 objects degraded (26.832%); 6753/130797 objects misplaced (5.163%); 3.2 MiB/s, 73 objects/s recovering 2024-09-13T14:57:14.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:13 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/4276279395' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:57:14.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:13 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 35095/130797 objects degraded (26.832%), 18 pgs degraded (PG_DEGRADED) 2024-09-13T14:57:14.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:13 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1115284203' entity='client.admin' cmd={"prefix": "osd in", "ids": ["4"]} : dispatch 2024-09-13T14:57:14.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:13 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd in", "ids": ["4"]} : dispatch 2024-09-13T14:57:14.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:13 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:57:14.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:13 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:57:14.240 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:14.262 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:14.263 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:14.263 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:14.364 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:57:14.386 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:14.387 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:14.387 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:57:14.488 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:14.510 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:14.510 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:14.511 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:14.612 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:57:14.635 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:14.635 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:14.636 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:57:14.737 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:57:14.758 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:14.759 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:14.760 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:57:14.861 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:57:14.887 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:14.888 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:14.888 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:57:14.989 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:57:15.016 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:15.017 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:15.017 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:57:15.118 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:57:15.141 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:15.141 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:15.141 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:57:15.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:14 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd in", "ids": ["4"]}]': finished 2024-09-13T14:57:15.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:14 smithi104 ceph-mon[105578]: osdmap e1280: 8 total, 8 up, 5 in 2024-09-13T14:57:15.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:14 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:57:15.242 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:15.265 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:15.266 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:15.266 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:15.368 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:57:15.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:14 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd in", "ids": ["4"]}]': finished 2024-09-13T14:57:15.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:14 smithi071 ceph-mon[107477]: osdmap e1280: 8 total, 8 up, 5 in 2024-09-13T14:57:15.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:14 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:57:15.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:14 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd in", "ids": ["4"]}]': finished 2024-09-13T14:57:15.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:14 smithi071 ceph-mon[112785]: osdmap e1280: 8 total, 8 up, 5 in 2024-09-13T14:57:15.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:14 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:57:15.399 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:15.399 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:15.399 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:57:15.500 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:15.523 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:15.524 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:15.524 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:15.625 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:57:15.650 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:15.650 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:15.651 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:57:15.751 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:15.775 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:15.775 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:15.776 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:15.877 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:57:15.909 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:15.909 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:15.910 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:57:16.011 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:57:16.059 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:16.060 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:16.060 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:57:16.125 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:15 smithi071 ceph-mon[112785]: pgmap v1857: 119 pgs: 1 peering, 9 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 1 active+recovery_wait+degraded, 2 active+remapped+backfill_wait, 7 active+recovery_wait+undersized+degraded+remapped, 1 remapped+peering, 8 active+undersized+degraded+remapped+backfill_wait, 1 active+undersized+degraded, 88 active+clean; 2.6 GiB data, 9.1 GiB used, 349 GiB / 358 GiB avail; 0 B/s wr, 1.01k op/s; 34763/126702 objects degraded (27.437%); 6388/126702 objects misplaced (5.042%); 3.9 MiB/s, 87 objects/s recovering 2024-09-13T14:57:16.125 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:15 smithi071 ceph-mon[112785]: 8.14 starting backfill to osd.4 from (0'0,0'0] MAX to 1279'10744 2024-09-13T14:57:16.125 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:15 smithi071 ceph-mon[112785]: 8.d starting backfill to osd.4 from (0'0,0'0] MAX to 1279'12578 2024-09-13T14:57:16.125 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:15 smithi071 ceph-mon[112785]: 8.4 starting backfill to osd.4 from (0'0,0'0] MAX to 1279'10842 2024-09-13T14:57:16.125 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:15 smithi071 ceph-mon[112785]: osdmap e1281: 8 total, 8 up, 5 in 2024-09-13T14:57:16.125 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:15 smithi071 ceph-mon[112785]: 8.17 starting backfill to osd.4 from (0'0,0'0] MAX to 1279'10749 2024-09-13T14:57:16.126 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:15 smithi071 ceph-mon[112785]: 8.e starting backfill to osd.4 from (0'0,0'0] MAX to 1279'12702 2024-09-13T14:57:16.126 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:15 smithi071 ceph-mon[112785]: 8.c starting backfill to osd.4 from (0'0,0'0] MAX to 1279'12792 2024-09-13T14:57:16.126 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:15 smithi071 ceph-mon[112785]: 8.7 starting backfill to osd.4 from (0'0,0'0] MAX to 1279'10836 2024-09-13T14:57:16.126 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:15 smithi071 ceph-mon[112785]: osdmap e1282: 8 total, 8 up, 5 in 2024-09-13T14:57:16.127 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:15 smithi071 ceph-mon[107477]: pgmap v1857: 119 pgs: 1 peering, 9 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 1 active+recovery_wait+degraded, 2 active+remapped+backfill_wait, 7 active+recovery_wait+undersized+degraded+remapped, 1 remapped+peering, 8 active+undersized+degraded+remapped+backfill_wait, 1 active+undersized+degraded, 88 active+clean; 2.6 GiB data, 9.1 GiB used, 349 GiB / 358 GiB avail; 0 B/s wr, 1.01k op/s; 34763/126702 objects degraded (27.437%); 6388/126702 objects misplaced (5.042%); 3.9 MiB/s, 87 objects/s recovering 2024-09-13T14:57:16.127 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:15 smithi071 ceph-mon[107477]: 8.14 starting backfill to osd.4 from (0'0,0'0] MAX to 1279'10744 2024-09-13T14:57:16.127 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:15 smithi071 ceph-mon[107477]: 8.d starting backfill to osd.4 from (0'0,0'0] MAX to 1279'12578 2024-09-13T14:57:16.128 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:15 smithi071 ceph-mon[107477]: 8.4 starting backfill to osd.4 from (0'0,0'0] MAX to 1279'10842 2024-09-13T14:57:16.128 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:15 smithi071 ceph-mon[107477]: osdmap e1281: 8 total, 8 up, 5 in 2024-09-13T14:57:16.128 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:15 smithi071 ceph-mon[107477]: 8.17 starting backfill to osd.4 from (0'0,0'0] MAX to 1279'10749 2024-09-13T14:57:16.128 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:15 smithi071 ceph-mon[107477]: 8.e starting backfill to osd.4 from (0'0,0'0] MAX to 1279'12702 2024-09-13T14:57:16.128 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:15 smithi071 ceph-mon[107477]: 8.c starting backfill to osd.4 from (0'0,0'0] MAX to 1279'12792 2024-09-13T14:57:16.128 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:15 smithi071 ceph-mon[107477]: 8.7 starting backfill to osd.4 from (0'0,0'0] MAX to 1279'10836 2024-09-13T14:57:16.128 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:15 smithi071 ceph-mon[107477]: osdmap e1282: 8 total, 8 up, 5 in 2024-09-13T14:57:16.161 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:57:16.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:15 smithi104 ceph-mon[105578]: pgmap v1857: 119 pgs: 1 peering, 9 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 1 active+recovery_wait+degraded, 2 active+remapped+backfill_wait, 7 active+recovery_wait+undersized+degraded+remapped, 1 remapped+peering, 8 active+undersized+degraded+remapped+backfill_wait, 1 active+undersized+degraded, 88 active+clean; 2.6 GiB data, 9.1 GiB used, 349 GiB / 358 GiB avail; 0 B/s wr, 1.01k op/s; 34763/126702 objects degraded (27.437%); 6388/126702 objects misplaced (5.042%); 3.9 MiB/s, 87 objects/s recovering 2024-09-13T14:57:16.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:15 smithi104 ceph-mon[105578]: 8.14 starting backfill to osd.4 from (0'0,0'0] MAX to 1279'10744 2024-09-13T14:57:16.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:15 smithi104 ceph-mon[105578]: 8.d starting backfill to osd.4 from (0'0,0'0] MAX to 1279'12578 2024-09-13T14:57:16.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:15 smithi104 ceph-mon[105578]: 8.4 starting backfill to osd.4 from (0'0,0'0] MAX to 1279'10842 2024-09-13T14:57:16.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:15 smithi104 ceph-mon[105578]: osdmap e1281: 8 total, 8 up, 5 in 2024-09-13T14:57:16.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:15 smithi104 ceph-mon[105578]: 8.17 starting backfill to osd.4 from (0'0,0'0] MAX to 1279'10749 2024-09-13T14:57:16.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:15 smithi104 ceph-mon[105578]: 8.e starting backfill to osd.4 from (0'0,0'0] MAX to 1279'12702 2024-09-13T14:57:16.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:15 smithi104 ceph-mon[105578]: 8.c starting backfill to osd.4 from (0'0,0'0] MAX to 1279'12792 2024-09-13T14:57:16.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:15 smithi104 ceph-mon[105578]: 8.7 starting backfill to osd.4 from (0'0,0'0] MAX to 1279'10836 2024-09-13T14:57:16.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:15 smithi104 ceph-mon[105578]: osdmap e1282: 8 total, 8 up, 5 in 2024-09-13T14:57:16.179 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:57:16.179 INFO:teuthology.orchestra.run.smithi071.stdout: "ops": [], 2024-09-13T14:57:16.179 INFO:teuthology.orchestra.run.smithi071.stdout: "num_ops": 0 2024-09-13T14:57:16.179 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:57:16.209 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:16.210 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:16.210 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:57:16.311 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:57:16.335 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:16.336 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:16.336 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:57:16.437 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:57:16.471 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:16.471 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:16.472 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:57:16.573 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:57:16.603 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:16.604 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:16.604 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:57:16.705 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:57:16.745 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:16.745 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:16.745 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:57:16.846 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:57:16.887 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:16.888 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:16.888 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:57:16.989 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:57:17.027 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:17.028 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:17.029 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:57:17.129 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:57:17.173 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:17.174 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:17.174 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:57:17.275 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:57:17.306 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:17.307 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:17.307 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:57:17.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:16 smithi071 ceph-mon[107477]: 8.6 starting backfill to osd.4 from (0'0,0'0] MAX to 1279'10718 2024-09-13T14:57:17.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:16 smithi071 ceph-mon[107477]: 8.2 starting backfill to osd.4 from (0'0,0'0] MAX to 1279'10695 2024-09-13T14:57:17.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:16 smithi071 ceph-mon[107477]: 8.b starting backfill to osd.4 from (0'0,0'0] MAX to 1279'12770 2024-09-13T14:57:17.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:16 smithi071 ceph-mon[107477]: 8.16 starting backfill to osd.4 from (0'0,0'0] MAX to 1279'10754 2024-09-13T14:57:17.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:16 smithi071 ceph-mon[107477]: 8.15 starting backfill to osd.4 from (0'0,0'0] MAX to 1279'10616 2024-09-13T14:57:17.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:16 smithi071 ceph-mon[107477]: 8.8 starting backfill to osd.4 from (0'0,0'0] MAX to 1279'10573 2024-09-13T14:57:17.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:16 smithi071 ceph-mon[107477]: 8.18 starting backfill to osd.4 from (0'0,0'0] MAX to 1279'10562 2024-09-13T14:57:17.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:16 smithi071 ceph-mon[107477]: 8.5 starting backfill to osd.4 from (0'0,0'0] MAX to 1279'10696 2024-09-13T14:57:17.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:16 smithi071 ceph-mon[107477]: 8.12 starting backfill to osd.4 from (0'0,0'0] MAX to 1279'10808 2024-09-13T14:57:17.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:16 smithi071 ceph-mon[107477]: 8.f starting backfill to osd.4 from (0'0,0'0] MAX to 1279'12800 2024-09-13T14:57:17.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:16 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:57:17.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:16 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:57:17.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:16 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:57:17.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:16 smithi071 ceph-mon[112785]: 8.6 starting backfill to osd.4 from (0'0,0'0] MAX to 1279'10718 2024-09-13T14:57:17.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:16 smithi071 ceph-mon[112785]: 8.2 starting backfill to osd.4 from (0'0,0'0] MAX to 1279'10695 2024-09-13T14:57:17.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:16 smithi071 ceph-mon[112785]: 8.b starting backfill to osd.4 from (0'0,0'0] MAX to 1279'12770 2024-09-13T14:57:17.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:16 smithi071 ceph-mon[112785]: 8.16 starting backfill to osd.4 from (0'0,0'0] MAX to 1279'10754 2024-09-13T14:57:17.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:16 smithi071 ceph-mon[112785]: 8.15 starting backfill to osd.4 from (0'0,0'0] MAX to 1279'10616 2024-09-13T14:57:17.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:16 smithi071 ceph-mon[112785]: 8.8 starting backfill to osd.4 from (0'0,0'0] MAX to 1279'10573 2024-09-13T14:57:17.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:16 smithi071 ceph-mon[112785]: 8.18 starting backfill to osd.4 from (0'0,0'0] MAX to 1279'10562 2024-09-13T14:57:17.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:16 smithi071 ceph-mon[112785]: 8.5 starting backfill to osd.4 from (0'0,0'0] MAX to 1279'10696 2024-09-13T14:57:17.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:16 smithi071 ceph-mon[112785]: 8.12 starting backfill to osd.4 from (0'0,0'0] MAX to 1279'10808 2024-09-13T14:57:17.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:16 smithi071 ceph-mon[112785]: 8.f starting backfill to osd.4 from (0'0,0'0] MAX to 1279'12800 2024-09-13T14:57:17.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:16 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:57:17.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:16 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:57:17.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:16 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:57:17.408 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:57:17.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:16 smithi104 ceph-mon[105578]: 8.6 starting backfill to osd.4 from (0'0,0'0] MAX to 1279'10718 2024-09-13T14:57:17.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:16 smithi104 ceph-mon[105578]: 8.2 starting backfill to osd.4 from (0'0,0'0] MAX to 1279'10695 2024-09-13T14:57:17.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:16 smithi104 ceph-mon[105578]: 8.b starting backfill to osd.4 from (0'0,0'0] MAX to 1279'12770 2024-09-13T14:57:17.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:16 smithi104 ceph-mon[105578]: 8.16 starting backfill to osd.4 from (0'0,0'0] MAX to 1279'10754 2024-09-13T14:57:17.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:16 smithi104 ceph-mon[105578]: 8.15 starting backfill to osd.4 from (0'0,0'0] MAX to 1279'10616 2024-09-13T14:57:17.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:16 smithi104 ceph-mon[105578]: 8.8 starting backfill to osd.4 from (0'0,0'0] MAX to 1279'10573 2024-09-13T14:57:17.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:16 smithi104 ceph-mon[105578]: 8.18 starting backfill to osd.4 from (0'0,0'0] MAX to 1279'10562 2024-09-13T14:57:17.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:16 smithi104 ceph-mon[105578]: 8.5 starting backfill to osd.4 from (0'0,0'0] MAX to 1279'10696 2024-09-13T14:57:17.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:16 smithi104 ceph-mon[105578]: 8.12 starting backfill to osd.4 from (0'0,0'0] MAX to 1279'10808 2024-09-13T14:57:17.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:16 smithi104 ceph-mon[105578]: 8.f starting backfill to osd.4 from (0'0,0'0] MAX to 1279'12800 2024-09-13T14:57:17.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:16 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:57:17.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:16 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:57:17.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:16 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:57:17.436 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:17.437 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:17.437 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:57:17.538 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:57:17.580 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:17.581 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:17.581 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:57:17.682 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:57:17.711 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:17.712 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:17.712 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:57:17.813 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:17.842 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:17.842 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:17.843 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:17.943 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:17.980 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:17.981 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:17.981 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:18.082 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:57:18.110 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:18.111 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:18.111 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:57:18.212 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:18.240 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:18.241 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:18.241 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:18.342 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:57:18.371 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:18.371 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:18.371 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:57:18.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:17 smithi071 ceph-mon[107477]: pgmap v1860: 119 pgs: 2 active+undersized+degraded+remapped+backfilling, 11 peering, 2 active+remapped+backfill_wait, 2 active+recovery_wait+undersized+degraded+remapped, 8 remapped+peering, 6 active+undersized+degraded+remapped+backfill_wait, 1 active+undersized+degraded, 87 active+clean; 2.4 GiB data, 9.2 GiB used, 438 GiB / 447 GiB avail; 0 B/s wr, 864 op/s; 13073/119592 objects degraded (10.931%); 4863/119592 objects misplaced (4.066%); 15 MiB/s, 1 keys/s, 235 objects/s recovering 2024-09-13T14:57:18.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:17 smithi071 ceph-mon[107477]: osdmap e1283: 8 total, 8 up, 5 in 2024-09-13T14:57:18.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:17 smithi071 ceph-mon[107477]: Health check failed: Reduced data availability: 1 pg inactive, 2 pgs peering (PG_AVAILABILITY) 2024-09-13T14:57:18.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:17 smithi071 ceph-mon[107477]: osdmap e1284: 8 total, 8 up, 5 in 2024-09-13T14:57:18.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:17 smithi071 ceph-mon[112785]: pgmap v1860: 119 pgs: 2 active+undersized+degraded+remapped+backfilling, 11 peering, 2 active+remapped+backfill_wait, 2 active+recovery_wait+undersized+degraded+remapped, 8 remapped+peering, 6 active+undersized+degraded+remapped+backfill_wait, 1 active+undersized+degraded, 87 active+clean; 2.4 GiB data, 9.2 GiB used, 438 GiB / 447 GiB avail; 0 B/s wr, 864 op/s; 13073/119592 objects degraded (10.931%); 4863/119592 objects misplaced (4.066%); 15 MiB/s, 1 keys/s, 235 objects/s recovering 2024-09-13T14:57:18.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:17 smithi071 ceph-mon[112785]: osdmap e1283: 8 total, 8 up, 5 in 2024-09-13T14:57:18.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:17 smithi071 ceph-mon[112785]: Health check failed: Reduced data availability: 1 pg inactive, 2 pgs peering (PG_AVAILABILITY) 2024-09-13T14:57:18.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:17 smithi071 ceph-mon[112785]: osdmap e1284: 8 total, 8 up, 5 in 2024-09-13T14:57:18.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:17 smithi104 ceph-mon[105578]: pgmap v1860: 119 pgs: 2 active+undersized+degraded+remapped+backfilling, 11 peering, 2 active+remapped+backfill_wait, 2 active+recovery_wait+undersized+degraded+remapped, 8 remapped+peering, 6 active+undersized+degraded+remapped+backfill_wait, 1 active+undersized+degraded, 87 active+clean; 2.4 GiB data, 9.2 GiB used, 438 GiB / 447 GiB avail; 0 B/s wr, 864 op/s; 13073/119592 objects degraded (10.931%); 4863/119592 objects misplaced (4.066%); 15 MiB/s, 1 keys/s, 235 objects/s recovering 2024-09-13T14:57:18.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:17 smithi104 ceph-mon[105578]: osdmap e1283: 8 total, 8 up, 5 in 2024-09-13T14:57:18.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:17 smithi104 ceph-mon[105578]: Health check failed: Reduced data availability: 1 pg inactive, 2 pgs peering (PG_AVAILABILITY) 2024-09-13T14:57:18.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:17 smithi104 ceph-mon[105578]: osdmap e1284: 8 total, 8 up, 5 in 2024-09-13T14:57:18.473 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:57:18.505 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:18.505 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:18.505 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:57:18.606 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:57:18.643 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:18.644 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:18.645 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:57:18.745 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:57:18.785 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:18.786 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:18.786 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:57:18.887 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:57:18.916 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:18.917 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:18.917 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:57:19.018 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:57:19.047 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:19.049 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:19.049 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:57:19.150 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:57:19.163 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=false 2024-09-13T14:57:19.191 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:19.191 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:19.192 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:57:19.224 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:18 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 13073/119592 objects degraded (10.931%), 11 pgs degraded (PG_DEGRADED) 2024-09-13T14:57:19.224 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:18 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 13073/119592 objects degraded (10.931%), 11 pgs degraded (PG_DEGRADED) 2024-09-13T14:57:19.293 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:57:19.336 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:19.337 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:19.337 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:57:19.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:18 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 13073/119592 objects degraded (10.931%), 11 pgs degraded (PG_DEGRADED) 2024-09-13T14:57:19.437 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:57:19.467 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:19.467 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:19.468 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:57:19.569 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:57:19.600 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:19.600 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:19.601 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:57:19.702 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:19.731 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:19.732 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:19.732 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:19.833 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:57:19.856 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:19.856 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:19.857 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:57:19.957 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:19.987 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:19.988 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:19.988 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:20.089 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:20.114 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:20.114 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:20.115 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:20.215 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:57:20.245 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:20.245 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:20.246 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:57:20.347 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:20.374 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:20.375 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:20.376 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:20.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:19 smithi071 ceph-mon[107477]: pgmap v1863: 119 pgs: 2 active+undersized+degraded+remapped+backfilling, 11 peering, 2 active+remapped+backfill_wait, 2 active+recovery_wait+undersized+degraded+remapped, 8 remapped+peering, 6 active+undersized+degraded+remapped+backfill_wait, 1 active+undersized+degraded, 87 active+clean; 2.4 GiB data, 9.2 GiB used, 438 GiB / 447 GiB avail; 0 B/s wr, 592 op/s; 13073/119592 objects degraded (10.931%); 4863/119592 objects misplaced (4.066%); 18 MiB/s, 2 keys/s, 285 objects/s recovering 2024-09-13T14:57:20.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:19 smithi071 ceph-mon[112785]: pgmap v1863: 119 pgs: 2 active+undersized+degraded+remapped+backfilling, 11 peering, 2 active+remapped+backfill_wait, 2 active+recovery_wait+undersized+degraded+remapped, 8 remapped+peering, 6 active+undersized+degraded+remapped+backfill_wait, 1 active+undersized+degraded, 87 active+clean; 2.4 GiB data, 9.2 GiB used, 438 GiB / 447 GiB avail; 0 B/s wr, 592 op/s; 13073/119592 objects degraded (10.931%); 4863/119592 objects misplaced (4.066%); 18 MiB/s, 2 keys/s, 285 objects/s recovering 2024-09-13T14:57:20.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:19 smithi104 ceph-mon[105578]: pgmap v1863: 119 pgs: 2 active+undersized+degraded+remapped+backfilling, 11 peering, 2 active+remapped+backfill_wait, 2 active+recovery_wait+undersized+degraded+remapped, 8 remapped+peering, 6 active+undersized+degraded+remapped+backfill_wait, 1 active+undersized+degraded, 87 active+clean; 2.4 GiB data, 9.2 GiB used, 438 GiB / 447 GiB avail; 0 B/s wr, 592 op/s; 13073/119592 objects degraded (10.931%); 4863/119592 objects misplaced (4.066%); 18 MiB/s, 2 keys/s, 285 objects/s recovering 2024-09-13T14:57:20.476 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:57:20.513 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:20.514 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:20.514 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:57:20.615 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:20.644 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:20.645 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:20.645 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:20.746 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:20.775 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:20.776 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:20.776 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:20.877 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:57:20.915 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:20.916 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:20.916 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:57:21.017 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:57:21.041 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:21.043 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:21.043 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:57:21.144 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:57:21.172 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:21.173 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:21.173 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:57:21.275 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:21.303 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:21.304 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:21.304 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:21.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:21 smithi071 ceph-mon[107477]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 2 pgs peering) 2024-09-13T14:57:21.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:21 smithi071 ceph-mon[112785]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 2 pgs peering) 2024-09-13T14:57:21.405 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:57:21.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:21 smithi104 ceph-mon[105578]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 2 pgs peering) 2024-09-13T14:57:21.433 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:21.434 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:21.434 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:57:21.535 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:57:21.573 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:21.574 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:21.574 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:57:21.675 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:21.702 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:21.703 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:21.703 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:21.804 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:57:21.825 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:21.826 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:21.826 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:57:21.927 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:57:21.966 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:21.967 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:21.967 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:57:22.068 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:57:22.111 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:22.112 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:22.112 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:57:22.213 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:57:22.241 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:22.241 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:22.242 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:57:22.343 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:57:22.378 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:22.379 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:22.379 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:57:22.393 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:22 smithi071 ceph-mon[107477]: pgmap v1864: 119 pgs: 1 active+undersized+degraded+remapped+backfilling, 5 active+remapped+backfill_wait, 6 remapped+peering, 8 active+undersized+degraded+remapped+backfill_wait, 99 active+clean; 2.3 GiB data, 9.0 GiB used, 438 GiB / 447 GiB avail; 0 B/s wr, 792 op/s; 10244/112587 objects degraded (9.099%); 9301/112587 objects misplaced (8.261%); 30 MiB/s, 1 keys/s, 480 objects/s recovering 2024-09-13T14:57:22.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:22 smithi071 ceph-mon[112785]: pgmap v1864: 119 pgs: 1 active+undersized+degraded+remapped+backfilling, 5 active+remapped+backfill_wait, 6 remapped+peering, 8 active+undersized+degraded+remapped+backfill_wait, 99 active+clean; 2.3 GiB data, 9.0 GiB used, 438 GiB / 447 GiB avail; 0 B/s wr, 792 op/s; 10244/112587 objects degraded (9.099%); 9301/112587 objects misplaced (8.261%); 30 MiB/s, 1 keys/s, 480 objects/s recovering 2024-09-13T14:57:22.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:22 smithi104 ceph-mon[105578]: pgmap v1864: 119 pgs: 1 active+undersized+degraded+remapped+backfilling, 5 active+remapped+backfill_wait, 6 remapped+peering, 8 active+undersized+degraded+remapped+backfill_wait, 99 active+clean; 2.3 GiB data, 9.0 GiB used, 438 GiB / 447 GiB avail; 0 B/s wr, 792 op/s; 10244/112587 objects degraded (9.099%); 9301/112587 objects misplaced (8.261%); 30 MiB/s, 1 keys/s, 480 objects/s recovering 2024-09-13T14:57:22.480 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:57:22.517 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:22.517 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:22.518 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:57:22.619 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:22.651 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:22.651 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:22.652 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:22.753 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:22.780 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:22.781 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:22.781 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:22.882 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:57:22.918 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:22.918 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:22.919 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:57:23.020 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:23.049 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:23.049 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:23.050 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:23.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:57:22 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:57:22] "GET /metrics HTTP/1.1" 200 36663 "" "Prometheus/2.51.0" 2024-09-13T14:57:23.150 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:57:23.184 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:23.185 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:23.185 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:57:23.286 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:57:23.310 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:23.311 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:23.311 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:57:23.412 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:57:23.443 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:23.444 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:23.444 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:57:23.545 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:23.566 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:23.567 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:23.567 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:23.668 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:57:23.696 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:23.696 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:23.697 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:57:23.797 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:57:23.821 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:23.824 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:23.824 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:57:23.925 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:57:23.948 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:23.949 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:23.949 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:57:24.050 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:24.073 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:24.074 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:24.074 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:24.175 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:57:24.209 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:24.210 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:24.210 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:57:24.311 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:57:24.342 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:24.343 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:24.343 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:57:24.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:24 smithi071 ceph-mon[107477]: pgmap v1865: 119 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+degraded+remapped, 4 active+recovery_wait+degraded+remapped, 1 active+undersized+degraded+remapped+backfilling, 5 active+remapped+backfill_wait, 8 active+undersized+degraded+remapped+backfill_wait, 99 active+clean; 2.2 GiB data, 8.9 GiB used, 438 GiB / 447 GiB avail; 0 B/s wr, 527 op/s; 18971/108609 objects degraded (17.467%); 10387/108609 objects misplaced (9.564%); 24 MiB/s, 377 objects/s recovering 2024-09-13T14:57:24.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:24 smithi071 ceph-mon[107477]: osdmap e1285: 8 total, 8 up, 5 in 2024-09-13T14:57:24.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:24 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 18971/108609 objects degraded (17.467%), 15 pgs degraded (PG_DEGRADED) 2024-09-13T14:57:24.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:24 smithi071 ceph-mon[112785]: pgmap v1865: 119 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+degraded+remapped, 4 active+recovery_wait+degraded+remapped, 1 active+undersized+degraded+remapped+backfilling, 5 active+remapped+backfill_wait, 8 active+undersized+degraded+remapped+backfill_wait, 99 active+clean; 2.2 GiB data, 8.9 GiB used, 438 GiB / 447 GiB avail; 0 B/s wr, 527 op/s; 18971/108609 objects degraded (17.467%); 10387/108609 objects misplaced (9.564%); 24 MiB/s, 377 objects/s recovering 2024-09-13T14:57:24.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:24 smithi071 ceph-mon[112785]: osdmap e1285: 8 total, 8 up, 5 in 2024-09-13T14:57:24.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:24 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 18971/108609 objects degraded (17.467%), 15 pgs degraded (PG_DEGRADED) 2024-09-13T14:57:24.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:24 smithi104 ceph-mon[105578]: pgmap v1865: 119 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+degraded+remapped, 4 active+recovery_wait+degraded+remapped, 1 active+undersized+degraded+remapped+backfilling, 5 active+remapped+backfill_wait, 8 active+undersized+degraded+remapped+backfill_wait, 99 active+clean; 2.2 GiB data, 8.9 GiB used, 438 GiB / 447 GiB avail; 0 B/s wr, 527 op/s; 18971/108609 objects degraded (17.467%); 10387/108609 objects misplaced (9.564%); 24 MiB/s, 377 objects/s recovering 2024-09-13T14:57:24.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:24 smithi104 ceph-mon[105578]: osdmap e1285: 8 total, 8 up, 5 in 2024-09-13T14:57:24.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:24 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 18971/108609 objects degraded (17.467%), 15 pgs degraded (PG_DEGRADED) 2024-09-13T14:57:24.444 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:24.475 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:24.476 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:24.476 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:24.577 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:57:24.600 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:24.600 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:24.601 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:57:24.701 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:57:24.730 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:24.731 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:24.731 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:57:24.831 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:24.864 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:24.864 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:24.865 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:24.965 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:57:25.004 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:25.004 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:25.005 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:57:25.105 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:57:25.142 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:25.143 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:25.143 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:57:25.244 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:57:25.286 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:25.287 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:25.287 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:57:25.388 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:57:25.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:25 smithi071 ceph-mon[107477]: osdmap e1286: 8 total, 8 up, 5 in 2024-09-13T14:57:25.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:25 smithi071 ceph-mon[112785]: osdmap e1286: 8 total, 8 up, 5 in 2024-09-13T14:57:25.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:25 smithi104 ceph-mon[105578]: osdmap e1286: 8 total, 8 up, 5 in 2024-09-13T14:57:25.433 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:25.433 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:25.434 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:57:25.534 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:25.562 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:25.563 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:25.563 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:25.664 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:25.693 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:25.694 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:25.694 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:25.795 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:57:25.826 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:25.827 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:25.827 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:57:25.928 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:25.956 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:25.957 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:25.958 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:26.058 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:57:26.083 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:26.084 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:26.084 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:57:26.185 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:26.216 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:26.216 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:26.217 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:26.318 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:57:26.343 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:26.343 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:26.344 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:57:26.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:26 smithi071 ceph-mon[107477]: pgmap v1868: 119 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+degraded+remapped, 4 active+recovery_wait+degraded+remapped, 1 active+undersized+degraded+remapped+backfilling, 5 active+remapped+backfill_wait, 8 active+undersized+degraded+remapped+backfill_wait, 99 active+clean; 2.1 GiB data, 8.6 GiB used, 438 GiB / 447 GiB avail; 0 B/s wr, 724 op/s; 18459/104607 objects degraded (17.646%); 9846/104607 objects misplaced (9.412%); 24 MiB/s, 379 objects/s recovering 2024-09-13T14:57:26.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:26 smithi071 ceph-mon[112785]: pgmap v1868: 119 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+degraded+remapped, 4 active+recovery_wait+degraded+remapped, 1 active+undersized+degraded+remapped+backfilling, 5 active+remapped+backfill_wait, 8 active+undersized+degraded+remapped+backfill_wait, 99 active+clean; 2.1 GiB data, 8.6 GiB used, 438 GiB / 447 GiB avail; 0 B/s wr, 724 op/s; 18459/104607 objects degraded (17.646%); 9846/104607 objects misplaced (9.412%); 24 MiB/s, 379 objects/s recovering 2024-09-13T14:57:26.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:26 smithi104 ceph-mon[105578]: pgmap v1868: 119 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+degraded+remapped, 4 active+recovery_wait+degraded+remapped, 1 active+undersized+degraded+remapped+backfilling, 5 active+remapped+backfill_wait, 8 active+undersized+degraded+remapped+backfill_wait, 99 active+clean; 2.1 GiB data, 8.6 GiB used, 438 GiB / 447 GiB avail; 0 B/s wr, 724 op/s; 18459/104607 objects degraded (17.646%); 9846/104607 objects misplaced (9.412%); 24 MiB/s, 379 objects/s recovering 2024-09-13T14:57:26.445 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:57:26.482 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:26.482 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:26.483 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:57:26.584 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:57:26.612 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:26.613 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:26.613 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:57:26.714 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:57:26.742 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:26.743 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:26.743 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:57:26.844 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:57:26.875 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:26.875 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:26.876 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:57:26.977 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:57:27.003 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:27.004 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:27.004 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:57:27.055 INFO:tasks.thrashosds.thrasher:Added osd 4 2024-09-13T14:57:27.105 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:57:27.134 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:27.134 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:27.135 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:57:27.236 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:57:27.257 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:27.258 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:27.258 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:57:27.359 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:57:27.382 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:27.383 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:27.383 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:57:27.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:27 smithi071 ceph-mon[107477]: osdmap e1287: 8 total, 8 up, 5 in 2024-09-13T14:57:27.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:27 smithi071 ceph-mon[112785]: osdmap e1287: 8 total, 8 up, 5 in 2024-09-13T14:57:27.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:27 smithi104 ceph-mon[105578]: osdmap e1287: 8 total, 8 up, 5 in 2024-09-13T14:57:27.484 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:27.513 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:27.514 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:27.514 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:27.615 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:57:27.656 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:27.656 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:27.657 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:57:27.758 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:57:27.802 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:27.803 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:27.804 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:57:27.904 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:27.931 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:27.932 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:27.932 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:28.033 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:57:28.068 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:28.069 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:28.069 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:57:28.170 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:57:28.198 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:28.198 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:28.199 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:57:28.300 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:57:28.326 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:28.327 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:28.327 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:57:28.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:28 smithi071 ceph-mon[107477]: pgmap v1870: 119 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+remapped, 1 active+undersized+remapped, 4 active+recovery_wait+degraded+remapped, 1 active+undersized+degraded+remapped+backfilling, 5 active+remapped+backfill_wait, 6 active+undersized+degraded+remapped+backfill_wait, 100 active+clean; 1.9 GiB data, 8.4 GiB used, 439 GiB / 447 GiB avail; 0 B/s wr, 929 op/s; 15847/95850 objects degraded (16.533%); 9298/95850 objects misplaced (9.701%); 31 MiB/s, 491 objects/s recovering 2024-09-13T14:57:28.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:28 smithi071 ceph-mon[107477]: osdmap e1288: 8 total, 8 up, 5 in 2024-09-13T14:57:28.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:28 smithi071 ceph-mon[112785]: pgmap v1870: 119 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+remapped, 1 active+undersized+remapped, 4 active+recovery_wait+degraded+remapped, 1 active+undersized+degraded+remapped+backfilling, 5 active+remapped+backfill_wait, 6 active+undersized+degraded+remapped+backfill_wait, 100 active+clean; 1.9 GiB data, 8.4 GiB used, 439 GiB / 447 GiB avail; 0 B/s wr, 929 op/s; 15847/95850 objects degraded (16.533%); 9298/95850 objects misplaced (9.701%); 31 MiB/s, 491 objects/s recovering 2024-09-13T14:57:28.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:28 smithi071 ceph-mon[112785]: osdmap e1288: 8 total, 8 up, 5 in 2024-09-13T14:57:28.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:28 smithi104 ceph-mon[105578]: pgmap v1870: 119 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+remapped, 1 active+undersized+remapped, 4 active+recovery_wait+degraded+remapped, 1 active+undersized+degraded+remapped+backfilling, 5 active+remapped+backfill_wait, 6 active+undersized+degraded+remapped+backfill_wait, 100 active+clean; 1.9 GiB data, 8.4 GiB used, 439 GiB / 447 GiB avail; 0 B/s wr, 929 op/s; 15847/95850 objects degraded (16.533%); 9298/95850 objects misplaced (9.701%); 31 MiB/s, 491 objects/s recovering 2024-09-13T14:57:28.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:28 smithi104 ceph-mon[105578]: osdmap e1288: 8 total, 8 up, 5 in 2024-09-13T14:57:28.427 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:57:28.461 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:28.462 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:28.463 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:57:28.563 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:57:28.594 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:28.594 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:28.595 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:57:28.695 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:57:28.719 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:28.720 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:28.720 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:57:28.821 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:57:28.842 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:28.843 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:28.843 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:57:28.944 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:57:28.965 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:28.966 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:28.966 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:57:29.067 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:29.088 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:29.089 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:29.089 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:29.190 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:57:29.217 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:29.218 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:29.219 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:57:29.319 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:57:29.354 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:29.354 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:29.355 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:57:29.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:29 smithi071 ceph-mon[107477]: osdmap e1289: 8 total, 8 up, 5 in 2024-09-13T14:57:29.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:29 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 15847/95850 objects degraded (16.533%), 12 pgs degraded, 2 pgs undersized (PG_DEGRADED) 2024-09-13T14:57:29.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:29 smithi071 ceph-mon[112785]: osdmap e1289: 8 total, 8 up, 5 in 2024-09-13T14:57:29.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:29 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 15847/95850 objects degraded (16.533%), 12 pgs degraded, 2 pgs undersized (PG_DEGRADED) 2024-09-13T14:57:29.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:29 smithi104 ceph-mon[105578]: osdmap e1289: 8 total, 8 up, 5 in 2024-09-13T14:57:29.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:29 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 15847/95850 objects degraded (16.533%), 12 pgs degraded, 2 pgs undersized (PG_DEGRADED) 2024-09-13T14:57:29.455 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:57:29.476 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:29.476 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:29.477 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:57:29.578 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:29.607 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:29.608 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:29.608 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:29.709 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:29.741 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:29.742 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:29.742 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:29.843 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:29.871 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:29.871 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:29.872 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:29.972 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:57:30.010 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:30.011 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:30.011 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:57:30.112 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:57:30.140 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:30.140 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:30.141 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:57:30.241 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:30.246 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.2 dump_blocked_ops 2024-09-13T14:57:30.272 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:30.273 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:30.273 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:30.376 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:57:30.385 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:30 smithi071 ceph-mon[112785]: pgmap v1873: 119 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+remapped, 1 active+undersized+remapped, 4 active+recovery_wait+degraded+remapped, 1 active+undersized+degraded+remapped+backfilling, 5 active+remapped+backfill_wait, 6 active+undersized+degraded+remapped+backfill_wait, 100 active+clean; 1.9 GiB data, 8.4 GiB used, 439 GiB / 447 GiB avail; 0 B/s wr, 667 op/s; 15847/95850 objects degraded (16.533%); 9298/95850 objects misplaced (9.701%); 27 MiB/s, 426 objects/s recovering 2024-09-13T14:57:30.385 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:30 smithi071 ceph-mon[112785]: osdmap e1290: 8 total, 8 up, 5 in 2024-09-13T14:57:30.386 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:30 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:57:30.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:30 smithi071 ceph-mon[107477]: pgmap v1873: 119 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+remapped, 1 active+undersized+remapped, 4 active+recovery_wait+degraded+remapped, 1 active+undersized+degraded+remapped+backfilling, 5 active+remapped+backfill_wait, 6 active+undersized+degraded+remapped+backfill_wait, 100 active+clean; 1.9 GiB data, 8.4 GiB used, 439 GiB / 447 GiB avail; 0 B/s wr, 667 op/s; 15847/95850 objects degraded (16.533%); 9298/95850 objects misplaced (9.701%); 27 MiB/s, 426 objects/s recovering 2024-09-13T14:57:30.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:30 smithi071 ceph-mon[107477]: osdmap e1290: 8 total, 8 up, 5 in 2024-09-13T14:57:30.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:30 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:57:30.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:30 smithi104 ceph-mon[105578]: pgmap v1873: 119 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+remapped, 1 active+undersized+remapped, 4 active+recovery_wait+degraded+remapped, 1 active+undersized+degraded+remapped+backfilling, 5 active+remapped+backfill_wait, 6 active+undersized+degraded+remapped+backfill_wait, 100 active+clean; 1.9 GiB data, 8.4 GiB used, 439 GiB / 447 GiB avail; 0 B/s wr, 667 op/s; 15847/95850 objects degraded (16.533%); 9298/95850 objects misplaced (9.701%); 27 MiB/s, 426 objects/s recovering 2024-09-13T14:57:30.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:30 smithi104 ceph-mon[105578]: osdmap e1290: 8 total, 8 up, 5 in 2024-09-13T14:57:30.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:30 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:57:30.462 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:30.463 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:30.463 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:57:30.484 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:57:30.564 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:57:30.611 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:30.612 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:30.612 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:57:30.713 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:57:30.741 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:30.742 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:30.742 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:57:30.843 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:57:30.883 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:30.884 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:30.884 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:57:30.985 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:57:31.015 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:31.016 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:31.016 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:57:31.117 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:57:31.158 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:31.159 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:31.159 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:57:31.260 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:57:31.295 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:31.295 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:31.296 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:57:31.397 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:31.426 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:31.426 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:31.427 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:31.528 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:57:31.569 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:31.570 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:31.570 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:57:31.671 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:57:31.705 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:31.706 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:31.706 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:57:31.807 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:31.836 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:31.837 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:31.837 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:31.938 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:57:31.975 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:31.975 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:31.976 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:57:32.055 INFO:tasks.thrashosds.thrasher:in_osds: [0, 1, 5, 3, 4] out_osds: [2, 6, 7] dead_osds: [] live_osds: [0, 1, 2, 3, 4, 5, 7, 6] 2024-09-13T14:57:32.055 INFO:tasks.thrashosds.thrasher:choose_action: min_in 4 min_out 0 min_live 2 min_dead 0 chance_down 0.40 2024-09-13T14:57:32.056 INFO:tasks.thrashosds.thrasher:inject_pause on osd.7 2024-09-13T14:57:32.056 INFO:tasks.thrashosds.thrasher:Testing filestore_inject_stall pause injection for duration 3 2024-09-13T14:57:32.056 INFO:tasks.thrashosds.thrasher:Checking after 0, should_be_down=False 2024-09-13T14:57:32.056 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.7 config set filestore_inject_stall 3 2024-09-13T14:57:32.076 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:57:32.112 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:32.113 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:32.113 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:57:32.214 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:57:32.284 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:32.285 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:32.285 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:57:32.358 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:57:32.386 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:57:32.393 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:32 smithi071 ceph-mon[107477]: pgmap v1875: 119 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+remapped, 4 active+recovery_wait+degraded+remapped, 5 active+remapped+backfill_wait, 6 active+undersized+degraded+remapped+backfill_wait, 102 active+clean; 1.8 GiB data, 8.0 GiB used, 439 GiB / 447 GiB avail; 0 B/s wr, 576 op/s; 14392/87714 objects degraded (16.408%); 8535/87714 objects misplaced (9.730%); 7.5 MiB/s, 120 objects/s recovering 2024-09-13T14:57:32.393 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:32 smithi071 ceph-mon[112785]: pgmap v1875: 119 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+remapped, 4 active+recovery_wait+degraded+remapped, 5 active+remapped+backfill_wait, 6 active+undersized+degraded+remapped+backfill_wait, 102 active+clean; 1.8 GiB data, 8.0 GiB used, 439 GiB / 447 GiB avail; 0 B/s wr, 576 op/s; 14392/87714 objects degraded (16.408%); 8535/87714 objects misplaced (9.730%); 7.5 MiB/s, 120 objects/s recovering 2024-09-13T14:57:32.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:32 smithi104 ceph-mon[105578]: pgmap v1875: 119 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+remapped, 4 active+recovery_wait+degraded+remapped, 5 active+remapped+backfill_wait, 6 active+undersized+degraded+remapped+backfill_wait, 102 active+clean; 1.8 GiB data, 8.0 GiB used, 439 GiB / 447 GiB avail; 0 B/s wr, 576 op/s; 14392/87714 objects degraded (16.408%); 8535/87714 objects misplaced (9.730%); 7.5 MiB/s, 120 objects/s recovering 2024-09-13T14:57:32.433 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:32.434 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:32.434 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:57:32.485 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:57:32.535 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:32.563 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:32.564 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:32.564 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:32.665 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:57:32.711 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:32.711 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:32.711 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:57:32.812 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:32.837 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:32.838 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:32.838 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:32.939 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:57:32.970 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:32.971 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:32.971 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:57:32.992 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:57:32 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:57:32] "GET /metrics HTTP/1.1" 200 36666 "" "Prometheus/2.51.0" 2024-09-13T14:57:33.072 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:57:33.116 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:33.116 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:33.117 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:57:33.168 INFO:teuthology.orchestra.run.smithi071.stderr:noscrub is set 2024-09-13T14:57:33.218 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:57:33.257 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:33.257 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:33.258 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:57:33.270 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:33 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3883608046' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:57:33.270 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:33 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:57:33.270 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:33 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3883608046' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:57:33.270 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:33 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:57:33.359 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:33.384 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:33.385 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:33.385 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:33.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:33 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3883608046' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:57:33.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:33 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:57:33.487 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:57:33.526 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:33.527 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:33.527 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:57:33.558 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:57:33.558 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:57:33.601 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:57:33.601 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:57:33.628 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:57:33.635 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:57:33.635 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:57:33.654 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:33.655 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:33.655 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:57:33.668 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:57:33.668 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:57:33.698 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:57:33.698 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:57:33.731 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:57:33.731 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:57:33.756 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:57:33.762 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T14:57:33.762 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T14:57:33.792 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:33.792 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:33.793 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:57:33.794 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:57:33.794 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:57:33.893 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:33.922 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:33.923 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:33.923 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:34.024 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:57:34.060 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:34.060 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:34.061 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:57:34.162 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:57:34.204 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:34.205 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:34.205 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:57:34.306 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:57:34.314 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:34 smithi104 ceph-mon[105578]: pgmap v1876: 119 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+remapped, 4 active+recovery_wait+degraded+remapped, 5 active+remapped+backfill_wait, 6 active+undersized+degraded+remapped+backfill_wait, 102 active+clean; 1.7 GiB data, 7.9 GiB used, 439 GiB / 447 GiB avail; 0 B/s wr, 651 op/s; 13678/84117 objects degraded (16.261%); 7919/84117 objects misplaced (9.414%); 17 MiB/s, 288 objects/s recovering 2024-09-13T14:57:34.314 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:34 smithi104 ceph-mon[105578]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:57:34.315 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:34 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T14:57:34.315 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:34 smithi104 ceph-mon[105578]: osdmap e1291: 8 total, 8 up, 5 in 2024-09-13T14:57:34.315 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:34 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 13678/84117 objects degraded (16.261%), 11 pgs degraded (PG_DEGRADED) 2024-09-13T14:57:34.315 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:34 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2246309450' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:57:34.339 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:34.340 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:34.340 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:57:34.441 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:57:34.464 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2024-09-13T14:57:34.465 INFO:teuthology.orchestra.run.smithi104.stdout: "success": "filestore_inject_stall = '' (not observed, change may require restart) " 2024-09-13T14:57:34.465 INFO:teuthology.orchestra.run.smithi104.stdout:} 2024-09-13T14:57:34.477 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:34.478 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:34.479 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:57:34.580 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:34.607 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:34.607 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:34.608 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:34.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:34 smithi071 ceph-mon[107477]: pgmap v1876: 119 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+remapped, 4 active+recovery_wait+degraded+remapped, 5 active+remapped+backfill_wait, 6 active+undersized+degraded+remapped+backfill_wait, 102 active+clean; 1.7 GiB data, 7.9 GiB used, 439 GiB / 447 GiB avail; 0 B/s wr, 651 op/s; 13678/84117 objects degraded (16.261%); 7919/84117 objects misplaced (9.414%); 17 MiB/s, 288 objects/s recovering 2024-09-13T14:57:34.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:34 smithi071 ceph-mon[107477]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:57:34.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:34 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T14:57:34.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:34 smithi071 ceph-mon[107477]: osdmap e1291: 8 total, 8 up, 5 in 2024-09-13T14:57:34.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:34 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 13678/84117 objects degraded (16.261%), 11 pgs degraded (PG_DEGRADED) 2024-09-13T14:57:34.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:34 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2246309450' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:57:34.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:34 smithi071 ceph-mon[112785]: pgmap v1876: 119 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+remapped, 4 active+recovery_wait+degraded+remapped, 5 active+remapped+backfill_wait, 6 active+undersized+degraded+remapped+backfill_wait, 102 active+clean; 1.7 GiB data, 7.9 GiB used, 439 GiB / 447 GiB avail; 0 B/s wr, 651 op/s; 13678/84117 objects degraded (16.261%); 7919/84117 objects misplaced (9.414%); 17 MiB/s, 288 objects/s recovering 2024-09-13T14:57:34.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:34 smithi071 ceph-mon[112785]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:57:34.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:34 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T14:57:34.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:34 smithi071 ceph-mon[112785]: osdmap e1291: 8 total, 8 up, 5 in 2024-09-13T14:57:34.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:34 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 13678/84117 objects degraded (16.261%), 11 pgs degraded (PG_DEGRADED) 2024-09-13T14:57:34.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:34 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2246309450' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:57:34.709 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:34.739 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:34.740 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:34.740 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:34.841 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:57:34.878 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:34.878 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:34.879 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:57:34.979 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:57:35.008 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:35.008 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:35.009 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:57:35.110 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:57:35.140 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:35.141 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:35.141 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:57:35.242 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:57:35.277 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:35.278 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:35.278 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:57:35.379 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:57:35.422 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:35.423 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:35.423 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:57:35.525 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:57:35.560 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:35.561 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:35.561 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:57:35.662 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:57:35.697 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:35.698 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:35.698 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:57:35.799 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:57:35.832 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:35.832 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:35.833 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:57:35.934 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:57:35.963 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:35.963 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:35.964 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:57:36.064 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:57:36.099 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:36.100 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:36.100 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:57:36.201 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:57:36.230 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:36.231 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:36.231 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:57:36.332 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:57:36.340 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:36 smithi071 ceph-mon[107477]: pgmap v1878: 119 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+remapped, 4 active+recovery_wait+degraded+remapped, 5 active+remapped+backfill_wait, 6 active+undersized+degraded+remapped+backfill_wait, 102 active+clean; 1.6 GiB data, 7.5 GiB used, 440 GiB / 447 GiB avail; 0 B/s wr, 806 op/s; 13095/79668 objects degraded (16.437%); 7373/79668 objects misplaced (9.255%); 15 MiB/s, 258 objects/s recovering 2024-09-13T14:57:36.340 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:36 smithi071 ceph-mon[112785]: pgmap v1878: 119 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+remapped, 4 active+recovery_wait+degraded+remapped, 5 active+remapped+backfill_wait, 6 active+undersized+degraded+remapped+backfill_wait, 102 active+clean; 1.6 GiB data, 7.5 GiB used, 440 GiB / 447 GiB avail; 0 B/s wr, 806 op/s; 13095/79668 objects degraded (16.437%); 7373/79668 objects misplaced (9.255%); 15 MiB/s, 258 objects/s recovering 2024-09-13T14:57:36.377 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:36.378 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:36.378 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:57:36.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:36 smithi104 ceph-mon[105578]: pgmap v1878: 119 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+remapped, 4 active+recovery_wait+degraded+remapped, 5 active+remapped+backfill_wait, 6 active+undersized+degraded+remapped+backfill_wait, 102 active+clean; 1.6 GiB data, 7.5 GiB used, 440 GiB / 447 GiB avail; 0 B/s wr, 806 op/s; 13095/79668 objects degraded (16.437%); 7373/79668 objects misplaced (9.255%); 15 MiB/s, 258 objects/s recovering 2024-09-13T14:57:36.479 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:36.506 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:36.507 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:36.507 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:36.608 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:57:36.650 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:36.651 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:36.651 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:57:36.752 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:57:36.793 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:36.794 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:36.794 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:57:36.895 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:57:36.954 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:36.955 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:36.956 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:57:37.005 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=true 2024-09-13T14:57:37.057 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:57:37.081 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:37.082 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:37.082 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:57:37.183 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:37.210 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:37.210 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:37.211 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:37.311 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:57:37.339 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:37.339 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:37.340 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:57:37.441 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:57:37.475 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:37.475 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:37.476 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:57:37.577 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:37.602 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:37.602 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:37.603 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:37.669 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T14:57:37.669 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:57:37.704 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:37.729 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:37.729 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:37.730 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:37.831 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:57:37.870 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:37.871 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:37.871 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:57:37.972 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:57:38.006 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:38.007 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:38.007 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:57:38.108 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:57:38.145 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:38.146 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:38.146 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:57:38.247 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:57:38.285 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:38.286 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:38.286 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:57:38.388 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd set nodeep-scrub 2024-09-13T14:57:38.388 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:38.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:38 smithi071 ceph-mon[107477]: pgmap v1879: 119 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+remapped, 4 active+recovery_wait+degraded+remapped, 5 active+remapped+backfill_wait, 6 active+undersized+degraded+remapped+backfill_wait, 102 active+clean; 1.4 GiB data, 7.2 GiB used, 440 GiB / 447 GiB avail; 0 B/s wr, 1.10k op/s; 11594/69297 objects degraded (16.731%); 6923/69297 objects misplaced (9.990%); 19 MiB/s, 377 objects/s recovering 2024-09-13T14:57:38.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:38 smithi071 ceph-mon[112785]: pgmap v1879: 119 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+remapped, 4 active+recovery_wait+degraded+remapped, 5 active+remapped+backfill_wait, 6 active+undersized+degraded+remapped+backfill_wait, 102 active+clean; 1.4 GiB data, 7.2 GiB used, 440 GiB / 447 GiB avail; 0 B/s wr, 1.10k op/s; 11594/69297 objects degraded (16.731%); 6923/69297 objects misplaced (9.990%); 19 MiB/s, 377 objects/s recovering 2024-09-13T14:57:38.417 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:38.417 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:38.418 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:38.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:38 smithi104 ceph-mon[105578]: pgmap v1879: 119 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+remapped, 4 active+recovery_wait+degraded+remapped, 5 active+remapped+backfill_wait, 6 active+undersized+degraded+remapped+backfill_wait, 102 active+clean; 1.4 GiB data, 7.2 GiB used, 440 GiB / 447 GiB avail; 0 B/s wr, 1.10k op/s; 11594/69297 objects degraded (16.731%); 6923/69297 objects misplaced (9.990%); 19 MiB/s, 377 objects/s recovering 2024-09-13T14:57:38.518 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:57:38.545 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:38.545 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:38.546 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:57:38.647 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:38.678 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:38.678 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:38.679 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:38.779 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:57:38.810 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:38.810 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:38.811 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:57:38.912 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:38.940 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:38.941 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:38.941 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:39.024 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:57:39.025 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.2 dump_historic_ops 2024-09-13T14:57:39.043 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:57:39.119 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:39.120 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:39.120 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:57:39.221 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:39.246 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:39.247 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:39.248 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:39.248 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:39 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 11594/69297 objects degraded (16.731%), 11 pgs degraded (PG_DEGRADED) 2024-09-13T14:57:39.248 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:39 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 11594/69297 objects degraded (16.731%), 11 pgs degraded (PG_DEGRADED) 2024-09-13T14:57:39.348 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:39.378 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:39.378 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:39.378 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:39.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:39 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 11594/69297 objects degraded (16.731%), 11 pgs degraded (PG_DEGRADED) 2024-09-13T14:57:39.480 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:57:39.523 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:39.524 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:39.524 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:57:39.625 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:39.659 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:39.660 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:39.661 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:39.762 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:57:39.799 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:39.800 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:39.800 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:57:39.901 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:39.929 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:39.929 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:39.929 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:39.974 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:57:40.030 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:40.059 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:40.059 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:40.060 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:40.160 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:40.189 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:40.190 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:40.190 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:40.192 INFO:tasks.thrashosds.thrasher:in_osds: [0, 1, 5, 3, 4] out_osds: [2, 6, 7] dead_osds: [] live_osds: [0, 1, 2, 3, 4, 5, 7, 6] 2024-09-13T14:57:40.192 INFO:tasks.thrashosds.thrasher:choose_action: min_in 4 min_out 0 min_live 2 min_dead 0 chance_down 0.40 2024-09-13T14:57:40.192 INFO:tasks.thrashosds.thrasher:Removing osd 3, in_osds are: [0, 1, 5, 3, 4] 2024-09-13T14:57:40.192 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd out 3 2024-09-13T14:57:40.291 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:57:40.320 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:40.320 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:40.321 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:57:40.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:40 smithi071 ceph-mon[107477]: pgmap v1880: 119 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+remapped, 4 active+recovery_wait+degraded+remapped, 5 active+remapped+backfill_wait, 6 active+undersized+degraded+remapped+backfill_wait, 102 active+clean; 1.4 GiB data, 7.2 GiB used, 440 GiB / 447 GiB avail; 0 B/s wr, 806 op/s; 11594/69297 objects degraded (16.731%); 6923/69297 objects misplaced (9.990%); 16 MiB/s, 312 objects/s recovering 2024-09-13T14:57:40.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:40 smithi071 ceph-mon[112785]: pgmap v1880: 119 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+remapped, 4 active+recovery_wait+degraded+remapped, 5 active+remapped+backfill_wait, 6 active+undersized+degraded+remapped+backfill_wait, 102 active+clean; 1.4 GiB data, 7.2 GiB used, 440 GiB / 447 GiB avail; 0 B/s wr, 806 op/s; 11594/69297 objects degraded (16.731%); 6923/69297 objects misplaced (9.990%); 16 MiB/s, 312 objects/s recovering 2024-09-13T14:57:40.421 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:57:40.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:40 smithi104 ceph-mon[105578]: pgmap v1880: 119 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+remapped, 4 active+recovery_wait+degraded+remapped, 5 active+remapped+backfill_wait, 6 active+undersized+degraded+remapped+backfill_wait, 102 active+clean; 1.4 GiB data, 7.2 GiB used, 440 GiB / 447 GiB avail; 0 B/s wr, 806 op/s; 11594/69297 objects degraded (16.731%); 6923/69297 objects misplaced (9.990%); 16 MiB/s, 312 objects/s recovering 2024-09-13T14:57:40.460 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:40.461 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:40.461 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:57:40.515 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:57:40.562 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:57:40.585 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:40.586 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:40.586 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:57:40.687 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:40.716 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:40.716 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:40.717 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:40.817 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:57:40.859 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:40.859 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:40.860 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:57:40.960 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:57:40.992 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:40.992 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:40.993 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:57:41.093 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:57:41.128 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:41.129 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:41.129 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:57:41.230 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:57:41.298 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:41.298 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:41.298 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:57:41.399 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:57:41.435 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:41.435 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:41.436 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:57:41.537 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:41.566 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:41.567 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:41.567 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:41.668 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:57:41.695 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:41.696 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:41.697 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:57:41.797 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:57:41.825 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:41.827 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:41.827 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:57:41.928 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:41.958 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:41.958 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:41.959 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:42.060 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:57:42.088 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:42.089 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:42.089 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:57:42.190 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:57:42.215 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:42.216 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:42.217 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:57:42.317 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:57:42.350 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:42.351 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:42.352 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:57:42.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:42 smithi104 ceph-mon[105578]: pgmap v1881: 119 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+remapped, 4 active+recovery_wait+degraded+remapped, 5 active+remapped+backfill_wait, 6 active+undersized+degraded+remapped+backfill_wait, 102 active+clean; 1.2 GiB data, 6.5 GiB used, 440 GiB / 447 GiB avail; 0 B/s wr, 955 op/s; 10429/59025 objects degraded (17.669%); 5999/59025 objects misplaced (10.163%); 11 MiB/s, 245 objects/s recovering 2024-09-13T14:57:42.452 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:42.482 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:42.482 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:42.483 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:42.503 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:42 smithi071 ceph-mon[107477]: pgmap v1881: 119 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+remapped, 4 active+recovery_wait+degraded+remapped, 5 active+remapped+backfill_wait, 6 active+undersized+degraded+remapped+backfill_wait, 102 active+clean; 1.2 GiB data, 6.5 GiB used, 440 GiB / 447 GiB avail; 0 B/s wr, 955 op/s; 10429/59025 objects degraded (17.669%); 5999/59025 objects misplaced (10.163%); 11 MiB/s, 245 objects/s recovering 2024-09-13T14:57:42.505 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:42 smithi071 ceph-mon[112785]: pgmap v1881: 119 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+remapped, 4 active+recovery_wait+degraded+remapped, 5 active+remapped+backfill_wait, 6 active+undersized+degraded+remapped+backfill_wait, 102 active+clean; 1.2 GiB data, 6.5 GiB used, 440 GiB / 447 GiB avail; 0 B/s wr, 955 op/s; 10429/59025 objects degraded (17.669%); 5999/59025 objects misplaced (10.163%); 11 MiB/s, 245 objects/s recovering 2024-09-13T14:57:42.583 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:57:42.611 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:42.612 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:42.612 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:57:42.713 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:57:42.761 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:42.762 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:42.762 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:57:42.790 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:57:42 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:57:42] "GET /metrics HTTP/1.1" 200 36666 "" "Prometheus/2.51.0" 2024-09-13T14:57:42.863 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:57:42.869 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:57:42.869 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:57:42.893 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:42.893 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:42.894 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:57:42.908 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:57:42.909 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:57:42.942 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:57:42.942 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:57:42.981 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:57:42.982 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:57:42.994 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:57:43.017 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:57:43.018 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:57:43.034 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:43.035 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:43.035 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:57:43.053 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:57:43.054 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:57:43.086 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T14:57:43.086 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T14:57:43.122 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:57:43.122 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:57:43.136 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:57:43.162 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:43.163 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:43.163 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:57:43.264 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:43.293 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:43.294 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:43.294 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:43.324 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:43 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2875861989' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:57:43.324 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:43 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2875861989' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:57:43.395 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:43.423 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:43.424 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:43.424 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:43.525 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:43.551 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:43.552 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:43.552 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:43.653 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:57:43.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:43 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2875861989' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:57:43.680 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:43.681 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:43.681 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:57:43.782 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:57:43.819 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:43.820 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:43.820 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:57:43.921 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:57:43.958 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:43.959 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:43.959 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:57:44.060 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:57:44.093 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:44.094 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:44.094 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:57:44.195 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:44.226 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:44.226 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:44.227 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:44.327 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:57:44.370 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:44.371 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:44.371 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:57:44.472 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:57:44.503 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:44.503 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:44.504 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:57:44.605 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:57:44.608 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:44 smithi071 ceph-mon[112785]: pgmap v1882: 119 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+remapped, 3 active+recovery_wait+degraded+remapped, 6 active+remapped+backfill_wait, 6 active+undersized+degraded+remapped+backfill_wait, 102 active+clean; 1.1 GiB data, 6.4 GiB used, 441 GiB / 447 GiB avail; 0 B/s wr, 989 op/s; 9073/54423 objects degraded (16.671%); 6716/54423 objects misplaced (12.340%); 9.0 MiB/s, 238 objects/s recovering 2024-09-13T14:57:44.608 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:44 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 9073/54423 objects degraded (16.671%), 10 pgs degraded (PG_DEGRADED) 2024-09-13T14:57:44.610 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:44 smithi071 ceph-mon[107477]: pgmap v1882: 119 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+remapped, 3 active+recovery_wait+degraded+remapped, 6 active+remapped+backfill_wait, 6 active+undersized+degraded+remapped+backfill_wait, 102 active+clean; 1.1 GiB data, 6.4 GiB used, 441 GiB / 447 GiB avail; 0 B/s wr, 989 op/s; 9073/54423 objects degraded (16.671%); 6716/54423 objects misplaced (12.340%); 9.0 MiB/s, 238 objects/s recovering 2024-09-13T14:57:44.610 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:44 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 9073/54423 objects degraded (16.671%), 10 pgs degraded (PG_DEGRADED) 2024-09-13T14:57:44.630 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:44.630 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:44.631 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:57:44.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:44 smithi104 ceph-mon[105578]: pgmap v1882: 119 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+remapped, 3 active+recovery_wait+degraded+remapped, 6 active+remapped+backfill_wait, 6 active+undersized+degraded+remapped+backfill_wait, 102 active+clean; 1.1 GiB data, 6.4 GiB used, 441 GiB / 447 GiB avail; 0 B/s wr, 989 op/s; 9073/54423 objects degraded (16.671%); 6716/54423 objects misplaced (12.340%); 9.0 MiB/s, 238 objects/s recovering 2024-09-13T14:57:44.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:44 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 9073/54423 objects degraded (16.671%), 10 pgs degraded (PG_DEGRADED) 2024-09-13T14:57:44.732 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:44.758 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:44.759 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:44.759 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:44.860 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:57:44.892 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:44.893 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:44.894 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:57:44.995 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:57:45.025 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:45.026 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:45.026 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:57:45.127 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:57:45.166 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:45.167 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:45.168 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:57:45.268 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:45.300 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:45.301 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:45.301 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:45.402 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:57:45.430 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:45.431 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:45.431 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:57:45.532 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:57:45.577 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:45.578 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:45.578 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:57:45.679 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:45.704 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:45.705 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:45.705 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:45.806 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:57:45.845 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:45.846 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:45.847 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:57:45.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:57:45.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:57:45.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:57:45.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:57:45.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:57:45.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:57:45.948 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:57:45.979 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:45.980 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:45.980 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:57:46.081 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:57:46.122 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:46.123 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:46.123 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:57:46.224 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:57:46.255 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:46.256 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:46.257 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:57:46.322 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:57:46.357 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:57:46.412 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:46.412 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:46.413 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:57:46.513 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:57:46.556 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:46.557 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:46.557 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:57:46.650 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=false 2024-09-13T14:57:46.659 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:57:46.686 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:46.687 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:46.688 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:57:46.789 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:57:46.830 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:46.830 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:46.831 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:57:46.866 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:46 smithi071 ceph-mon[107477]: pgmap v1883: 119 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+remapped, 3 active+recovery_wait+degraded+remapped, 6 active+remapped+backfill_wait, 6 active+undersized+degraded+remapped+backfill_wait, 102 active+clean; 1.0 GiB data, 6.0 GiB used, 441 GiB / 447 GiB avail; 0 B/s wr, 987 op/s; 8433/49572 objects degraded (17.012%); 6088/49572 objects misplaced (12.281%); 7.7 MiB/s, 204 objects/s recovering 2024-09-13T14:57:46.867 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:46 smithi071 ceph-mon[112785]: pgmap v1883: 119 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+remapped, 3 active+recovery_wait+degraded+remapped, 6 active+remapped+backfill_wait, 6 active+undersized+degraded+remapped+backfill_wait, 102 active+clean; 1.0 GiB data, 6.0 GiB used, 441 GiB / 447 GiB avail; 0 B/s wr, 987 op/s; 8433/49572 objects degraded (17.012%); 6088/49572 objects misplaced (12.281%); 7.7 MiB/s, 204 objects/s recovering 2024-09-13T14:57:46.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:46 smithi104 ceph-mon[105578]: pgmap v1883: 119 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+remapped, 3 active+recovery_wait+degraded+remapped, 6 active+remapped+backfill_wait, 6 active+undersized+degraded+remapped+backfill_wait, 102 active+clean; 1.0 GiB data, 6.0 GiB used, 441 GiB / 447 GiB avail; 0 B/s wr, 987 op/s; 8433/49572 objects degraded (17.012%); 6088/49572 objects misplaced (12.281%); 7.7 MiB/s, 204 objects/s recovering 2024-09-13T14:57:46.932 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:57:46.970 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:46.971 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:46.971 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:57:47.072 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:57:47.105 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:47.105 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:47.106 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:57:47.207 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:57:47.238 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:47.238 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:47.238 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:57:47.339 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:57:47.376 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:47.377 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:47.378 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:57:47.479 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:57:47.513 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:47.514 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:47.514 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:57:47.593 INFO:teuthology.orchestra.run.smithi071.stderr:nodeep-scrub is set 2024-09-13T14:57:47.615 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:57:47.659 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:47.660 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:47.660 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:57:47.761 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:47.789 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:47.790 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:47.790 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:47.889 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:47 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2448058537' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:57:47.889 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:47 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2448058537' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:57:47.891 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:47.917 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:47.918 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:47.918 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:47.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:47 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2448058537' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:57:48.019 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:57:48.064 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:48.065 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:48.065 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:57:48.166 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:48.193 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:48.193 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:48.194 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:48.295 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:48.320 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:48.321 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:48.321 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:48.422 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:57:48.465 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:48.466 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:48.466 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:57:48.567 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:57:48.604 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:48.604 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:48.604 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:57:48.705 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:57:48.718 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:48 smithi071 ceph-mon[107477]: pgmap v1884: 119 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+remapped, 3 active+recovery_wait+degraded+remapped, 6 active+remapped+backfill_wait, 6 active+undersized+degraded+remapped+backfill_wait, 102 active+clean; 806 MiB data, 5.7 GiB used, 441 GiB / 447 GiB avail; 0 B/s wr, 1.14k op/s; 7202/38739 objects degraded (18.591%); 5111/38739 objects misplaced (13.193%); 11 MiB/s, 253 objects/s recovering 2024-09-13T14:57:48.718 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:48 smithi071 ceph-mon[107477]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:57:48.718 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:48 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2448058537' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T14:57:48.719 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:48 smithi071 ceph-mon[107477]: osdmap e1292: 8 total, 8 up, 5 in 2024-09-13T14:57:48.719 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:48 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 7202/38739 objects degraded (18.591%), 10 pgs degraded (PG_DEGRADED) 2024-09-13T14:57:48.719 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:48 smithi071 ceph-mon[112785]: pgmap v1884: 119 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+remapped, 3 active+recovery_wait+degraded+remapped, 6 active+remapped+backfill_wait, 6 active+undersized+degraded+remapped+backfill_wait, 102 active+clean; 806 MiB data, 5.7 GiB used, 441 GiB / 447 GiB avail; 0 B/s wr, 1.14k op/s; 7202/38739 objects degraded (18.591%); 5111/38739 objects misplaced (13.193%); 11 MiB/s, 253 objects/s recovering 2024-09-13T14:57:48.719 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:48 smithi071 ceph-mon[112785]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:57:48.719 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:48 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2448058537' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T14:57:48.719 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:48 smithi071 ceph-mon[112785]: osdmap e1292: 8 total, 8 up, 5 in 2024-09-13T14:57:48.719 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:48 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 7202/38739 objects degraded (18.591%), 10 pgs degraded (PG_DEGRADED) 2024-09-13T14:57:48.742 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:48.743 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:48.743 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:57:48.844 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:57:48.888 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:48.889 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:48.889 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:57:48.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:48 smithi104 ceph-mon[105578]: pgmap v1884: 119 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+remapped, 3 active+recovery_wait+degraded+remapped, 6 active+remapped+backfill_wait, 6 active+undersized+degraded+remapped+backfill_wait, 102 active+clean; 806 MiB data, 5.7 GiB used, 441 GiB / 447 GiB avail; 0 B/s wr, 1.14k op/s; 7202/38739 objects degraded (18.591%); 5111/38739 objects misplaced (13.193%); 11 MiB/s, 253 objects/s recovering 2024-09-13T14:57:48.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:48 smithi104 ceph-mon[105578]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:57:48.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:48 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2448058537' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T14:57:48.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:48 smithi104 ceph-mon[105578]: osdmap e1292: 8 total, 8 up, 5 in 2024-09-13T14:57:48.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:48 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 7202/38739 objects degraded (18.591%), 10 pgs degraded (PG_DEGRADED) 2024-09-13T14:57:48.990 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:49.019 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:49.020 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:49.020 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:49.121 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:57:49.160 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:49.161 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:49.161 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:57:49.262 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:49.291 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:57:49.291 INFO:teuthology.orchestra.run.smithi071.stdout: "size": 20, 2024-09-13T14:57:49.291 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 600, 2024-09-13T14:57:49.291 INFO:teuthology.orchestra.run.smithi071.stdout: "ops": [ 2024-09-13T14:57:49.291 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:57:49.291 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:171713 7.8 7:15ea3291:::benchmark_data_smithi071_196541_object58773:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1180)", 2024-09-13T14:57:49.291 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:48:34.749262+0000", 2024-09-13T14:57:49.291 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 553.45435253100004, 2024-09-13T14:57:49.292 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.98237464299999999, 2024-09-13T14:57:49.292 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:57:49.292 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:57:49.292 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:57:49.292 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:57:49.292 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:57:49.292 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:57:49.292 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 171713 2024-09-13T14:57:49.292 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:57:49.292 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:57:49.292 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:57:49.292 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:57:49.293 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:48:34.749262+0000", 2024-09-13T14:57:49.293 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:57:49.293 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:57:49.293 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:57:49.293 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:57:49.293 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:48:34.749262+0000", 2024-09-13T14:57:49.293 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:57:49.293 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:57:49.293 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:57:49.293 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:57:49.293 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:48:34.749263+0000", 2024-09-13T14:57:49.293 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.24e-06 2024-09-13T14:57:49.293 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:57:49.294 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:57:49.294 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:57:49.294 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:48:34.749268+0000", 2024-09-13T14:57:49.294 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.7659999999999998e-06 2024-09-13T14:57:49.294 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:57:49.294 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:57:49.294 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:57:49.294 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:48:34.749279+0000", 2024-09-13T14:57:49.294 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1474000000000001e-05 2024-09-13T14:57:49.294 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:57:49.294 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:57:49.294 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:57:49.294 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:48:34.749287+0000", 2024-09-13T14:57:49.295 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.8080000000000005e-06 2024-09-13T14:57:49.295 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:57:49.295 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:57:49.295 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:57:49.295 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:48:34.749352+0000", 2024-09-13T14:57:49.295 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.4480999999999995e-05 2024-09-13T14:57:49.295 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:57:49.295 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:57:49.295 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:57:49.295 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:48:34.749362+0000", 2024-09-13T14:57:49.295 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.9520000000000006e-06 2024-09-13T14:57:49.295 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:57:49.295 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:57:49.296 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:57:49.296 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:48:35.718986+0000", 2024-09-13T14:57:49.296 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.96962421399999998 2024-09-13T14:57:49.296 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:57:49.296 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:57:49.296 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:57:49.296 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:48:35.719106+0000", 2024-09-13T14:57:49.296 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000120353 2024-09-13T14:57:49.296 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:57:49.296 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:57:49.296 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 5,7", 2024-09-13T14:57:49.296 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:48:35.719257+0000", 2024-09-13T14:57:49.296 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000150719 2024-09-13T14:57:49.297 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:57:49.297 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:57:49.297 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:57:49.297 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:48:35.723208+0000", 2024-09-13T14:57:49.297 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0039511829999999996 2024-09-13T14:57:49.297 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:57:49.297 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:57:49.297 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:57:49.297 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:48:35.723220+0000", 2024-09-13T14:57:49.297 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1805e-05 2024-09-13T14:57:49.297 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:57:49.297 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:57:49.297 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:57:49.298 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:48:35.731528+0000", 2024-09-13T14:57:49.298 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0083086089999999998 2024-09-13T14:57:49.298 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:57:49.298 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:57:49.298 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:57:49.298 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:48:35.731585+0000", 2024-09-13T14:57:49.298 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.6307000000000001e-05 2024-09-13T14:57:49.298 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:57:49.298 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:57:49.298 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:57:49.298 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:48:35.731637+0000", 2024-09-13T14:57:49.298 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.1731999999999999e-05 2024-09-13T14:57:49.298 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:57:49.298 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:57:49.299 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:57:49.299 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:57:49.299 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:57:49.299 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:196823 7.8 7:12d90b7f:::benchmark_data_smithi071_196541_object83883:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1188)", 2024-09-13T14:57:49.299 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:50:00.585181+0000", 2024-09-13T14:57:49.299 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 467.618433842, 2024-09-13T14:57:49.299 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.2600844750000002, 2024-09-13T14:57:49.299 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:57:49.299 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:57:49.299 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:57:49.299 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:57:49.299 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:57:49.299 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:57:49.300 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 196823 2024-09-13T14:57:49.300 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:57:49.300 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:57:49.300 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:57:49.300 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:57:49.300 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:00.585181+0000", 2024-09-13T14:57:49.300 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:57:49.300 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:57:49.300 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:57:49.300 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:57:49.300 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:00.585181+0000", 2024-09-13T14:57:49.300 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:57:49.300 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:57:49.300 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:57:49.301 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:57:49.301 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:00.585182+0000", 2024-09-13T14:57:49.301 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.31e-06 2024-09-13T14:57:49.301 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:57:49.301 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:57:49.301 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:57:49.301 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:00.585185+0000", 2024-09-13T14:57:49.301 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.2329999999999998e-06 2024-09-13T14:57:49.301 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:57:49.301 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:57:49.301 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:57:49.301 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:00.585194+0000", 2024-09-13T14:57:49.301 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.2539999999999998e-06 2024-09-13T14:57:49.301 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:57:49.302 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:57:49.302 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:57:49.302 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:00.585204+0000", 2024-09-13T14:57:49.302 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.7929999999999992e-06 2024-09-13T14:57:49.302 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:57:49.302 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:57:49.302 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:57:49.302 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:00.585305+0000", 2024-09-13T14:57:49.302 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000100865 2024-09-13T14:57:49.302 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:57:49.302 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:57:49.302 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:57:49.302 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:00.585316+0000", 2024-09-13T14:57:49.302 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1072e-05 2024-09-13T14:57:49.303 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:57:49.303 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:57:49.303 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:57:49.303 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.573989+0000", 2024-09-13T14:57:49.303 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.98867293300000003 2024-09-13T14:57:49.303 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:57:49.303 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:57:49.303 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:57:49.303 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.574003+0000", 2024-09-13T14:57:49.303 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.3484e-05 2024-09-13T14:57:49.303 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:57:49.303 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:57:49.303 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:57:49.303 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:02.819855+0000", 2024-09-13T14:57:49.304 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2458529 2024-09-13T14:57:49.304 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:57:49.304 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:57:49.304 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:57:49.304 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:02.819991+0000", 2024-09-13T14:57:49.304 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000135628 2024-09-13T14:57:49.304 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:57:49.304 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:57:49.304 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,5,7", 2024-09-13T14:57:49.304 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:02.820579+0000", 2024-09-13T14:57:49.304 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00058805100000000003 2024-09-13T14:57:49.304 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:57:49.304 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:57:49.305 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:57:49.305 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:02.837208+0000", 2024-09-13T14:57:49.305 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.016628997 2024-09-13T14:57:49.305 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:57:49.305 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:57:49.305 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:57:49.305 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:02.844882+0000", 2024-09-13T14:57:49.305 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0076739130000000001 2024-09-13T14:57:49.305 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:57:49.305 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:57:49.305 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:57:49.305 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:02.844905+0000", 2024-09-13T14:57:49.305 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.2858e-05 2024-09-13T14:57:49.306 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:57:49.306 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:57:49.306 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:57:49.306 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:02.845091+0000", 2024-09-13T14:57:49.306 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00018630299999999999 2024-09-13T14:57:49.306 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:57:49.306 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:57:49.306 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:57:49.306 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:02.845149+0000", 2024-09-13T14:57:49.306 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.8211999999999998e-05 2024-09-13T14:57:49.306 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:57:49.306 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:57:49.306 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:57:49.307 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:02.845265+0000", 2024-09-13T14:57:49.307 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00011566900000000001 2024-09-13T14:57:49.307 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:57:49.307 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:57:49.307 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:57:49.307 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:57:49.307 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:57:49.308 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:196826 7.5 7:a97bfb9b:::benchmark_data_smithi071_196541_object83886:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1189)", 2024-09-13T14:57:49.308 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:50:01.660727+0000", 2024-09-13T14:57:49.308 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 466.54288782999998, 2024-09-13T14:57:49.308 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0055452389999999, 2024-09-13T14:57:49.308 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:57:49.308 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:57:49.308 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:57:49.308 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:57:49.308 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:57:49.308 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:57:49.308 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 196826 2024-09-13T14:57:49.308 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:57:49.308 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:57:49.309 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:57:49.309 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:57:49.309 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.660727+0000", 2024-09-13T14:57:49.309 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:57:49.309 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:57:49.309 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:57:49.309 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:57:49.309 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.660727+0000", 2024-09-13T14:57:49.309 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:57:49.309 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:57:49.309 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:57:49.309 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:57:49.309 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.660729+0000", 2024-09-13T14:57:49.309 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.1569999999999998e-06 2024-09-13T14:57:49.310 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:57:49.310 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:57:49.310 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:57:49.310 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.660736+0000", 2024-09-13T14:57:49.310 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.4769999999999997e-06 2024-09-13T14:57:49.310 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:57:49.310 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:57:49.310 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:57:49.310 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.660760+0000", 2024-09-13T14:57:49.310 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.4014000000000001e-05 2024-09-13T14:57:49.310 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:57:49.310 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:57:49.310 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:57:49.310 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.660770+0000", 2024-09-13T14:57:49.311 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.4579999999999999e-06 2024-09-13T14:57:49.311 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:57:49.311 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:57:49.311 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:57:49.311 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.660845+0000", 2024-09-13T14:57:49.311 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.5607999999999998e-05 2024-09-13T14:57:49.311 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:57:49.311 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:57:49.311 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:57:49.311 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.660854+0000", 2024-09-13T14:57:49.311 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.9600000000000006e-06 2024-09-13T14:57:49.311 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:57:49.311 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:57:49.311 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:57:49.312 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:02.644609+0000", 2024-09-13T14:57:49.312 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.98375524599999997 2024-09-13T14:57:49.312 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:57:49.312 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:57:49.312 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:57:49.312 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:02.648889+0000", 2024-09-13T14:57:49.312 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0042796809999999996 2024-09-13T14:57:49.312 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:57:49.312 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:57:49.312 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 0,1,7", 2024-09-13T14:57:49.312 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:02.649378+0000", 2024-09-13T14:57:49.312 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000489202 2024-09-13T14:57:49.312 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:57:49.312 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:57:49.313 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:57:49.313 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:02.656364+0000", 2024-09-13T14:57:49.313 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0069853440000000001 2024-09-13T14:57:49.313 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:57:49.313 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:57:49.313 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:57:49.313 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:02.656399+0000", 2024-09-13T14:57:49.313 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.5686999999999999e-05 2024-09-13T14:57:49.313 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:57:49.313 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:57:49.313 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:57:49.313 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:02.664756+0000", 2024-09-13T14:57:49.313 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0083564999999999993 2024-09-13T14:57:49.313 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:57:49.314 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:57:49.314 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:57:49.314 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:02.666063+0000", 2024-09-13T14:57:49.314 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.001306841 2024-09-13T14:57:49.314 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:57:49.314 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:57:49.314 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:57:49.314 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:02.666159+0000", 2024-09-13T14:57:49.314 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.6485999999999997e-05 2024-09-13T14:57:49.314 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:57:49.314 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:57:49.314 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:57:49.314 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:02.666272+0000", 2024-09-13T14:57:49.314 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00011257800000000001 2024-09-13T14:57:49.315 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:57:49.315 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:57:49.315 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:57:49.315 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:57:49.315 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:57:49.315 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:57:49.316 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:49.316 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:49.316 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:49.417 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:49.449 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:49.450 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:49.450 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:49.551 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:57:49.587 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:49.590 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:49.590 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:57:49.691 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:57:49.728 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:49.728 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:49.728 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:57:49.829 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:57:49.858 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:49.858 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:49.859 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:57:49.964 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:49.991 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:49.992 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:49.992 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:50.025 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.3 dump_ops_in_flight 2024-09-13T14:57:50.093 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:50.120 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:50.120 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:50.121 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:50.222 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:57:50.248 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:50.249 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:50.249 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:57:50.263 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:57:50.350 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:50.379 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:50.380 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:50.380 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:50.481 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:50.507 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:50.507 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:50.508 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:50.608 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:57:50.637 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:50.638 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:50.638 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:57:50.739 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:57:50.775 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:50.775 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:50.775 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:57:50.876 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:57:50.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:50 smithi071 ceph-mon[107477]: pgmap v1886: 119 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+remapped, 3 active+recovery_wait+degraded+remapped, 6 active+remapped+backfill_wait, 6 active+undersized+degraded+remapped+backfill_wait, 102 active+clean; 806 MiB data, 5.7 GiB used, 441 GiB / 447 GiB avail; 0 B/s wr, 1.02k op/s; 7202/38739 objects degraded (18.591%); 5111/38739 objects misplaced (13.193%); 8.4 MiB/s, 174 objects/s recovering 2024-09-13T14:57:50.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:50 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-a[107454]: 2024-09-13T14:57:50.649+0000 7fa91586f640 -1 mon.a@0(leader).osd e1292 definitely_dead 0 2024-09-13T14:57:50.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:50 smithi071 ceph-mon[112785]: pgmap v1886: 119 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+remapped, 3 active+recovery_wait+degraded+remapped, 6 active+remapped+backfill_wait, 6 active+undersized+degraded+remapped+backfill_wait, 102 active+clean; 806 MiB data, 5.7 GiB used, 441 GiB / 447 GiB avail; 0 B/s wr, 1.02k op/s; 7202/38739 objects degraded (18.591%); 5111/38739 objects misplaced (13.193%); 8.4 MiB/s, 174 objects/s recovering 2024-09-13T14:57:50.915 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:50.915 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:50.916 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:57:50.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:50 smithi104 ceph-mon[105578]: pgmap v1886: 119 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+remapped, 3 active+recovery_wait+degraded+remapped, 6 active+remapped+backfill_wait, 6 active+undersized+degraded+remapped+backfill_wait, 102 active+clean; 806 MiB data, 5.7 GiB used, 441 GiB / 447 GiB avail; 0 B/s wr, 1.02k op/s; 7202/38739 objects degraded (18.591%); 5111/38739 objects misplaced (13.193%); 8.4 MiB/s, 174 objects/s recovering 2024-09-13T14:57:51.016 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:57:51.048 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:51.049 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:51.049 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:57:51.150 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:57:51.192 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:51.192 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:51.192 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:57:51.224 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd unset noscrub 2024-09-13T14:57:51.294 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:51.321 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:51.321 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:51.322 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:51.422 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:51.449 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:51.449 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:51.450 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:51.550 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:51.577 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:51.578 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:51.578 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:51.606 INFO:teuthology.orchestra.run.smithi071.stderr:marked out osd.3. 2024-09-13T14:57:51.678 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:57:51.701 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:51.702 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:51.702 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:57:51.803 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:57:51.825 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:51.826 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:51.826 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:57:51.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:51 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/791444925' entity='client.admin' cmd={"prefix": "osd out", "ids": ["3"]} : dispatch 2024-09-13T14:57:51.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:51 smithi071 ceph-mon[107477]: Client client.admin marked osd.3 out, while it was still marked up 2024-09-13T14:57:51.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:51 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/791444925' entity='client.admin' cmd={"prefix": "osd out", "ids": ["3"]} : dispatch 2024-09-13T14:57:51.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:51 smithi071 ceph-mon[112785]: Client client.admin marked osd.3 out, while it was still marked up 2024-09-13T14:57:51.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:51 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/791444925' entity='client.admin' cmd={"prefix": "osd out", "ids": ["3"]} : dispatch 2024-09-13T14:57:51.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:51 smithi104 ceph-mon[105578]: Client client.admin marked osd.3 out, while it was still marked up 2024-09-13T14:57:51.928 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:57:51.949 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:51.950 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:51.950 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:57:52.051 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:57:52.073 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:52.073 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:52.074 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:57:52.175 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:52.198 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:52.198 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:52.199 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:52.300 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:57:52.322 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:52.322 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:52.322 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:57:52.423 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:52.445 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:52.445 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:52.446 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:52.546 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:57:52.568 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:52.569 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:52.569 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:57:52.670 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:52.696 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:52.696 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:52.697 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:52.797 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:52.818 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:52.819 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:52.819 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:52.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:52 smithi071 ceph-mon[107477]: pgmap v1887: 119 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+remapped, 3 active+recovery_wait+degraded+remapped, 6 active+remapped+backfill_wait, 6 active+undersized+degraded+remapped+backfill_wait, 102 active+clean; 581 MiB data, 5.0 GiB used, 442 GiB / 447 GiB avail; 0 B/s wr, 1.03k op/s; 6011/27960 objects degraded (21.499%); 4140/27960 objects misplaced (14.807%); 8.4 MiB/s, 174 objects/s recovering 2024-09-13T14:57:52.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:52 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/791444925' entity='client.admin' cmd='[{"prefix": "osd out", "ids": ["3"]}]': finished 2024-09-13T14:57:52.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:52 smithi071 ceph-mon[107477]: osdmap e1293: 8 total, 8 up, 4 in 2024-09-13T14:57:52.891 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:57:52 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:57:52] "GET /metrics HTTP/1.1" 200 36662 "" "Prometheus/2.51.0" 2024-09-13T14:57:52.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:52 smithi071 ceph-mon[112785]: pgmap v1887: 119 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+remapped, 3 active+recovery_wait+degraded+remapped, 6 active+remapped+backfill_wait, 6 active+undersized+degraded+remapped+backfill_wait, 102 active+clean; 581 MiB data, 5.0 GiB used, 442 GiB / 447 GiB avail; 0 B/s wr, 1.03k op/s; 6011/27960 objects degraded (21.499%); 4140/27960 objects misplaced (14.807%); 8.4 MiB/s, 174 objects/s recovering 2024-09-13T14:57:52.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:52 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/791444925' entity='client.admin' cmd='[{"prefix": "osd out", "ids": ["3"]}]': finished 2024-09-13T14:57:52.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:52 smithi071 ceph-mon[112785]: osdmap e1293: 8 total, 8 up, 4 in 2024-09-13T14:57:52.920 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:57:52.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:52 smithi104 ceph-mon[105578]: pgmap v1887: 119 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+remapped, 3 active+recovery_wait+degraded+remapped, 6 active+remapped+backfill_wait, 6 active+undersized+degraded+remapped+backfill_wait, 102 active+clean; 581 MiB data, 5.0 GiB used, 442 GiB / 447 GiB avail; 0 B/s wr, 1.03k op/s; 6011/27960 objects degraded (21.499%); 4140/27960 objects misplaced (14.807%); 8.4 MiB/s, 174 objects/s recovering 2024-09-13T14:57:52.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:52 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/791444925' entity='client.admin' cmd='[{"prefix": "osd out", "ids": ["3"]}]': finished 2024-09-13T14:57:52.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:52 smithi104 ceph-mon[105578]: osdmap e1293: 8 total, 8 up, 4 in 2024-09-13T14:57:52.942 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:52.943 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:52.943 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:57:53.044 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:53.067 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:53.068 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:53.068 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:53.169 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:53.195 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:53.195 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:53.195 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:53.296 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:57:53.317 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:53.318 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:53.319 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:57:53.419 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:57:53.441 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:53.441 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:53.442 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:57:53.542 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:53.568 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:53.569 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:53.569 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:53.670 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:53.723 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:53.723 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:53.724 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:53.825 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:53.857 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:53.858 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:53.858 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:53.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:53 smithi071 ceph-mon[107477]: osdmap e1294: 8 total, 8 up, 4 in 2024-09-13T14:57:53.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:53 smithi071 ceph-mon[107477]: 8.f continuing backfill to osd.4 from (1263'10791,1292'14876] MIN to 1292'14876 2024-09-13T14:57:53.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:53 smithi071 ceph-mon[107477]: 8.7 continuing backfill to osd.4 from (1224'6699,1292'11850] 8:e0959086:::benchmark_data_smithi071_245775_object101793:head to 1292'11850 2024-09-13T14:57:53.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:53 smithi071 ceph-mon[107477]: 8.7 starting backfill to osd.5 from (1219'5465,1279'10836] MIN to 1292'11850 2024-09-13T14:57:53.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:53 smithi071 ceph-mon[107477]: 8.17 continuing backfill to osd.4 from (1224'6706,1292'11793] 8:e80ff668:::benchmark_data_smithi071_245775_object110204:head to 1292'11793 2024-09-13T14:57:53.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:53 smithi071 ceph-mon[107477]: 8.17 starting backfill to osd.5 from (1219'5394,1279'10749] MIN to 1292'11793 2024-09-13T14:57:53.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:53 smithi071 ceph-mon[107477]: 8.4 continuing backfill to osd.4 from (1228'7544,1292'11906] 8:234564cf:::benchmark_data_smithi071_245775_object112556:head to 1292'11906 2024-09-13T14:57:53.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:53 smithi071 ceph-mon[107477]: 8.14 continuing backfill to osd.4 from (1225'7306,1292'11761] 8:28155430:::benchmark_data_smithi071_245775_object109595:head to 1292'11761 2024-09-13T14:57:53.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:53 smithi071 ceph-mon[107477]: pgmap v1890: 119 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+remapped, 3 active+recovery_wait+degraded+remapped, 6 active+remapped+backfill_wait, 6 active+undersized+degraded+remapped+backfill_wait, 102 active+clean; 484 MiB data, 3.4 GiB used, 354 GiB / 358 GiB avail; 0 B/s wr, 857 op/s; 5361/23307 objects degraded (23.002%); 3533/23307 objects misplaced (15.159%); 6.9 MiB/s, 109 objects/s recovering 2024-09-13T14:57:53.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:53 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 6011/27960 objects degraded (21.499%), 10 pgs degraded (PG_DEGRADED) 2024-09-13T14:57:53.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:53 smithi071 ceph-mon[107477]: osdmap e1295: 8 total, 8 up, 4 in 2024-09-13T14:57:53.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:53 smithi071 ceph-mon[112785]: osdmap e1294: 8 total, 8 up, 4 in 2024-09-13T14:57:53.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:53 smithi071 ceph-mon[112785]: 8.f continuing backfill to osd.4 from (1263'10791,1292'14876] MIN to 1292'14876 2024-09-13T14:57:53.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:53 smithi071 ceph-mon[112785]: 8.7 continuing backfill to osd.4 from (1224'6699,1292'11850] 8:e0959086:::benchmark_data_smithi071_245775_object101793:head to 1292'11850 2024-09-13T14:57:53.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:53 smithi071 ceph-mon[112785]: 8.7 starting backfill to osd.5 from (1219'5465,1279'10836] MIN to 1292'11850 2024-09-13T14:57:53.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:53 smithi071 ceph-mon[112785]: 8.17 continuing backfill to osd.4 from (1224'6706,1292'11793] 8:e80ff668:::benchmark_data_smithi071_245775_object110204:head to 1292'11793 2024-09-13T14:57:53.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:53 smithi071 ceph-mon[112785]: 8.17 starting backfill to osd.5 from (1219'5394,1279'10749] MIN to 1292'11793 2024-09-13T14:57:53.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:53 smithi071 ceph-mon[112785]: 8.4 continuing backfill to osd.4 from (1228'7544,1292'11906] 8:234564cf:::benchmark_data_smithi071_245775_object112556:head to 1292'11906 2024-09-13T14:57:53.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:53 smithi071 ceph-mon[112785]: 8.14 continuing backfill to osd.4 from (1225'7306,1292'11761] 8:28155430:::benchmark_data_smithi071_245775_object109595:head to 1292'11761 2024-09-13T14:57:53.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:53 smithi071 ceph-mon[112785]: pgmap v1890: 119 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+remapped, 3 active+recovery_wait+degraded+remapped, 6 active+remapped+backfill_wait, 6 active+undersized+degraded+remapped+backfill_wait, 102 active+clean; 484 MiB data, 3.4 GiB used, 354 GiB / 358 GiB avail; 0 B/s wr, 857 op/s; 5361/23307 objects degraded (23.002%); 3533/23307 objects misplaced (15.159%); 6.9 MiB/s, 109 objects/s recovering 2024-09-13T14:57:53.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:53 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 6011/27960 objects degraded (21.499%), 10 pgs degraded (PG_DEGRADED) 2024-09-13T14:57:53.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:53 smithi071 ceph-mon[112785]: osdmap e1295: 8 total, 8 up, 4 in 2024-09-13T14:57:53.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:53 smithi104 ceph-mon[105578]: osdmap e1294: 8 total, 8 up, 4 in 2024-09-13T14:57:53.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:53 smithi104 ceph-mon[105578]: 8.f continuing backfill to osd.4 from (1263'10791,1292'14876] MIN to 1292'14876 2024-09-13T14:57:53.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:53 smithi104 ceph-mon[105578]: 8.7 continuing backfill to osd.4 from (1224'6699,1292'11850] 8:e0959086:::benchmark_data_smithi071_245775_object101793:head to 1292'11850 2024-09-13T14:57:53.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:53 smithi104 ceph-mon[105578]: 8.7 starting backfill to osd.5 from (1219'5465,1279'10836] MIN to 1292'11850 2024-09-13T14:57:53.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:53 smithi104 ceph-mon[105578]: 8.17 continuing backfill to osd.4 from (1224'6706,1292'11793] 8:e80ff668:::benchmark_data_smithi071_245775_object110204:head to 1292'11793 2024-09-13T14:57:53.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:53 smithi104 ceph-mon[105578]: 8.17 starting backfill to osd.5 from (1219'5394,1279'10749] MIN to 1292'11793 2024-09-13T14:57:53.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:53 smithi104 ceph-mon[105578]: 8.4 continuing backfill to osd.4 from (1228'7544,1292'11906] 8:234564cf:::benchmark_data_smithi071_245775_object112556:head to 1292'11906 2024-09-13T14:57:53.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:53 smithi104 ceph-mon[105578]: 8.14 continuing backfill to osd.4 from (1225'7306,1292'11761] 8:28155430:::benchmark_data_smithi071_245775_object109595:head to 1292'11761 2024-09-13T14:57:53.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:53 smithi104 ceph-mon[105578]: pgmap v1890: 119 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+remapped, 3 active+recovery_wait+degraded+remapped, 6 active+remapped+backfill_wait, 6 active+undersized+degraded+remapped+backfill_wait, 102 active+clean; 484 MiB data, 3.4 GiB used, 354 GiB / 358 GiB avail; 0 B/s wr, 857 op/s; 5361/23307 objects degraded (23.002%); 3533/23307 objects misplaced (15.159%); 6.9 MiB/s, 109 objects/s recovering 2024-09-13T14:57:53.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:53 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 6011/27960 objects degraded (21.499%), 10 pgs degraded (PG_DEGRADED) 2024-09-13T14:57:53.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:53 smithi104 ceph-mon[105578]: osdmap e1295: 8 total, 8 up, 4 in 2024-09-13T14:57:53.958 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:57:53.980 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:53.981 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:53.981 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:57:54.082 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:57:54.104 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:54.105 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:54.105 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:57:54.206 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:54.236 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:54.236 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:54.237 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:54.338 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:57:54.370 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:54.370 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:54.371 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:57:54.471 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:57:54.505 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:54.506 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:54.506 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:57:54.607 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:54.642 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:54.643 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:54.643 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:54.744 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:57:54.782 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:54.783 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:54.783 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:57:54.884 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:57:54.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:54 smithi071 ceph-mon[107477]: 8.6 continuing backfill to osd.4 from (1212'1251,1292'11730] MIN to 1292'11730 2024-09-13T14:57:54.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:54 smithi071 ceph-mon[107477]: 8.16 continuing backfill to osd.4 from (1212'1607,1292'11826] MIN to 1292'11826 2024-09-13T14:57:54.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:54 smithi071 ceph-mon[107477]: 8.18 continuing backfill to osd.4 from (1225'7173,1292'11562] MIN to 1292'11562 2024-09-13T14:57:54.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:54 smithi071 ceph-mon[107477]: 8.13 starting backfill to osd.4 from (0'0,0'0] MAX to 1292'11648 2024-09-13T14:57:54.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:54 smithi071 ceph-mon[107477]: 8.0 starting backfill to osd.4 from (0'0,0'0] MAX to 1292'12139 2024-09-13T14:57:54.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:54 smithi071 ceph-mon[107477]: 8.a starting backfill to osd.4 from (0'0,0'0] MAX to 1292'14738 2024-09-13T14:57:54.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:54 smithi071 ceph-mon[107477]: 8.9 starting backfill to osd.4 from (0'0,0'0] MAX to 1292'12090 2024-09-13T14:57:54.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:54 smithi071 ceph-mon[107477]: 8.3 starting backfill to osd.4 from (0'0,0'0] MAX to 1292'11598 2024-09-13T14:57:54.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:54 smithi071 ceph-mon[107477]: 8.19 starting backfill to osd.4 from (0'0,0'0] MAX to 1292'11939 2024-09-13T14:57:54.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:54 smithi071 ceph-mon[107477]: 8.8 continuing backfill to osd.4 from (1225'7118,1292'11638] MIN to 1292'11638 2024-09-13T14:57:54.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:54 smithi071 ceph-mon[107477]: 8.c starting backfill to osd.1 from (1251'9041,1279'12792] MIN to 1292'14801 2024-09-13T14:57:54.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:54 smithi071 ceph-mon[107477]: 8.10 starting backfill to osd.4 from (0'0,0'0] MAX to 1292'12062 2024-09-13T14:57:54.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:54 smithi071 ceph-mon[107477]: 8.c continuing backfill to osd.4 from (1263'10741,1292'14801] MIN to 1292'14801 2024-09-13T14:57:54.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:54 smithi071 ceph-mon[112785]: 8.6 continuing backfill to osd.4 from (1212'1251,1292'11730] MIN to 1292'11730 2024-09-13T14:57:54.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:54 smithi071 ceph-mon[112785]: 8.16 continuing backfill to osd.4 from (1212'1607,1292'11826] MIN to 1292'11826 2024-09-13T14:57:54.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:54 smithi071 ceph-mon[112785]: 8.18 continuing backfill to osd.4 from (1225'7173,1292'11562] MIN to 1292'11562 2024-09-13T14:57:54.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:54 smithi071 ceph-mon[112785]: 8.13 starting backfill to osd.4 from (0'0,0'0] MAX to 1292'11648 2024-09-13T14:57:54.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:54 smithi071 ceph-mon[112785]: 8.0 starting backfill to osd.4 from (0'0,0'0] MAX to 1292'12139 2024-09-13T14:57:54.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:54 smithi071 ceph-mon[112785]: 8.a starting backfill to osd.4 from (0'0,0'0] MAX to 1292'14738 2024-09-13T14:57:54.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:54 smithi071 ceph-mon[112785]: 8.9 starting backfill to osd.4 from (0'0,0'0] MAX to 1292'12090 2024-09-13T14:57:54.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:54 smithi071 ceph-mon[112785]: 8.3 starting backfill to osd.4 from (0'0,0'0] MAX to 1292'11598 2024-09-13T14:57:54.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:54 smithi071 ceph-mon[112785]: 8.19 starting backfill to osd.4 from (0'0,0'0] MAX to 1292'11939 2024-09-13T14:57:54.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:54 smithi071 ceph-mon[112785]: 8.8 continuing backfill to osd.4 from (1225'7118,1292'11638] MIN to 1292'11638 2024-09-13T14:57:54.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:54 smithi071 ceph-mon[112785]: 8.c starting backfill to osd.1 from (1251'9041,1279'12792] MIN to 1292'14801 2024-09-13T14:57:54.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:54 smithi071 ceph-mon[112785]: 8.10 starting backfill to osd.4 from (0'0,0'0] MAX to 1292'12062 2024-09-13T14:57:54.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:54 smithi071 ceph-mon[112785]: 8.c continuing backfill to osd.4 from (1263'10741,1292'14801] MIN to 1292'14801 2024-09-13T14:57:54.916 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:54.917 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:54.917 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:57:54.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:54 smithi104 ceph-mon[105578]: 8.6 continuing backfill to osd.4 from (1212'1251,1292'11730] MIN to 1292'11730 2024-09-13T14:57:54.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:54 smithi104 ceph-mon[105578]: 8.16 continuing backfill to osd.4 from (1212'1607,1292'11826] MIN to 1292'11826 2024-09-13T14:57:54.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:54 smithi104 ceph-mon[105578]: 8.18 continuing backfill to osd.4 from (1225'7173,1292'11562] MIN to 1292'11562 2024-09-13T14:57:54.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:54 smithi104 ceph-mon[105578]: 8.13 starting backfill to osd.4 from (0'0,0'0] MAX to 1292'11648 2024-09-13T14:57:54.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:54 smithi104 ceph-mon[105578]: 8.0 starting backfill to osd.4 from (0'0,0'0] MAX to 1292'12139 2024-09-13T14:57:54.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:54 smithi104 ceph-mon[105578]: 8.a starting backfill to osd.4 from (0'0,0'0] MAX to 1292'14738 2024-09-13T14:57:54.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:54 smithi104 ceph-mon[105578]: 8.9 starting backfill to osd.4 from (0'0,0'0] MAX to 1292'12090 2024-09-13T14:57:54.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:54 smithi104 ceph-mon[105578]: 8.3 starting backfill to osd.4 from (0'0,0'0] MAX to 1292'11598 2024-09-13T14:57:54.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:54 smithi104 ceph-mon[105578]: 8.19 starting backfill to osd.4 from (0'0,0'0] MAX to 1292'11939 2024-09-13T14:57:54.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:54 smithi104 ceph-mon[105578]: 8.8 continuing backfill to osd.4 from (1225'7118,1292'11638] MIN to 1292'11638 2024-09-13T14:57:54.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:54 smithi104 ceph-mon[105578]: 8.c starting backfill to osd.1 from (1251'9041,1279'12792] MIN to 1292'14801 2024-09-13T14:57:54.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:54 smithi104 ceph-mon[105578]: 8.10 starting backfill to osd.4 from (0'0,0'0] MAX to 1292'12062 2024-09-13T14:57:54.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:54 smithi104 ceph-mon[105578]: 8.c continuing backfill to osd.4 from (1263'10741,1292'14801] MIN to 1292'14801 2024-09-13T14:57:55.017 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:55.048 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:55.049 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:55.049 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:55.150 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:57:55.186 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:55.187 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:55.187 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:57:55.288 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:57:55.327 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:55.328 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:55.328 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:57:55.429 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:57:55.460 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:55.461 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:55.461 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:57:55.562 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:57:55.595 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:55.595 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:55.596 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:57:55.696 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:57:55.718 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:55.718 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:55.719 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:57:55.820 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:57:55.854 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:55.855 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:55.855 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:57:55.911 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:55 smithi071 ceph-mon[107477]: osdmap e1296: 8 total, 8 up, 4 in 2024-09-13T14:57:55.911 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:55 smithi071 ceph-mon[107477]: pgmap v1893: 119 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+remapped, 3 active+recovery_wait+degraded+remapped, 6 active+remapped+backfill_wait, 6 active+undersized+degraded+remapped+backfill_wait, 102 active+clean; 453 MiB data, 3.2 GiB used, 354 GiB / 358 GiB avail; 0 B/s wr, 514 op/s; 5028/21789 objects degraded (23.076%); 3751/21789 objects misplaced (17.215%); 10 MiB/s, 164 objects/s recovering 2024-09-13T14:57:55.911 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:55 smithi071 ceph-mon[112785]: osdmap e1296: 8 total, 8 up, 4 in 2024-09-13T14:57:55.911 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:55 smithi071 ceph-mon[112785]: pgmap v1893: 119 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+remapped, 3 active+recovery_wait+degraded+remapped, 6 active+remapped+backfill_wait, 6 active+undersized+degraded+remapped+backfill_wait, 102 active+clean; 453 MiB data, 3.2 GiB used, 354 GiB / 358 GiB avail; 0 B/s wr, 514 op/s; 5028/21789 objects degraded (23.076%); 3751/21789 objects misplaced (17.215%); 10 MiB/s, 164 objects/s recovering 2024-09-13T14:57:55.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:55 smithi104 ceph-mon[105578]: osdmap e1296: 8 total, 8 up, 4 in 2024-09-13T14:57:55.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:55 smithi104 ceph-mon[105578]: pgmap v1893: 119 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+remapped, 3 active+recovery_wait+degraded+remapped, 6 active+remapped+backfill_wait, 6 active+undersized+degraded+remapped+backfill_wait, 102 active+clean; 453 MiB data, 3.2 GiB used, 354 GiB / 358 GiB avail; 0 B/s wr, 514 op/s; 5028/21789 objects degraded (23.076%); 3751/21789 objects misplaced (17.215%); 10 MiB/s, 164 objects/s recovering 2024-09-13T14:57:55.956 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:57:55.980 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:55.981 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:55.981 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:57:56.082 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:57:56.115 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:56.115 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:56.116 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:57:56.217 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:56.238 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:56.238 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:56.239 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:56.339 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:57:56.381 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:56.382 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:56.382 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:57:56.483 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:57:56.518 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:56.518 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:56.519 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:57:56.620 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:57:56.653 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:56.654 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:56.655 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:57:56.755 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:57:56.789 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:56.789 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:56.790 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:57:56.890 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:57:56.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:56 smithi104 ceph-mon[105578]: osdmap e1297: 8 total, 8 up, 4 in 2024-09-13T14:57:56.932 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:56.933 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:56.933 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:57:57.034 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:57:57.070 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:57.070 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:57.070 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:57:57.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:56 smithi071 ceph-mon[112785]: osdmap e1297: 8 total, 8 up, 4 in 2024-09-13T14:57:57.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:56 smithi071 ceph-mon[107477]: osdmap e1297: 8 total, 8 up, 4 in 2024-09-13T14:57:57.171 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:57:57.200 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:57.200 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:57.201 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:57:57.302 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:57.337 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:57.338 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:57.338 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:57.439 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:57:57.470 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:57.471 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:57.471 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:57:57.572 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:57.605 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:57.606 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:57.606 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:57.707 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:57:57.746 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:57.746 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:57.747 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:57:57.848 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:57:57.889 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:57.890 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:57.891 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:57:57.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:57 smithi104 ceph-mon[105578]: pgmap v1895: 119 pgs: 1 active+recovery_wait+remapped, 19 peering, 4 active+recovery_wait+undersized+degraded+remapped, 1 active+recovery_wait+undersized+remapped, 1 active+recovering+remapped, 3 active+recovery_wait+degraded+remapped, 1 active+recovery_wait+degraded, 12 active+remapped+backfill_wait, 4 active+undersized+degraded+remapped+backfill_wait, 73 active+clean; 308 MiB data, 3.1 GiB used, 355 GiB / 358 GiB avail; 0 B/s wr, 668 op/s; 4345/14841 objects degraded (29.277%); 7505/14841 objects misplaced (50.569%); 9.1 MiB/s, 167 objects/s recovering 2024-09-13T14:57:57.943 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:57:57.961 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:57:57.991 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:57:58.040 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:58.041 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:58.042 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:57:58.086 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:57 smithi071 ceph-mon[107477]: pgmap v1895: 119 pgs: 1 active+recovery_wait+remapped, 19 peering, 4 active+recovery_wait+undersized+degraded+remapped, 1 active+recovery_wait+undersized+remapped, 1 active+recovering+remapped, 3 active+recovery_wait+degraded+remapped, 1 active+recovery_wait+degraded, 12 active+remapped+backfill_wait, 4 active+undersized+degraded+remapped+backfill_wait, 73 active+clean; 308 MiB data, 3.1 GiB used, 355 GiB / 358 GiB avail; 0 B/s wr, 668 op/s; 4345/14841 objects degraded (29.277%); 7505/14841 objects misplaced (50.569%); 9.1 MiB/s, 167 objects/s recovering 2024-09-13T14:57:58.086 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:57 smithi071 ceph-mon[112785]: pgmap v1895: 119 pgs: 1 active+recovery_wait+remapped, 19 peering, 4 active+recovery_wait+undersized+degraded+remapped, 1 active+recovery_wait+undersized+remapped, 1 active+recovering+remapped, 3 active+recovery_wait+degraded+remapped, 1 active+recovery_wait+degraded, 12 active+remapped+backfill_wait, 4 active+undersized+degraded+remapped+backfill_wait, 73 active+clean; 308 MiB data, 3.1 GiB used, 355 GiB / 358 GiB avail; 0 B/s wr, 668 op/s; 4345/14841 objects degraded (29.277%); 7505/14841 objects misplaced (50.569%); 9.1 MiB/s, 167 objects/s recovering 2024-09-13T14:57:58.143 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:57:58.172 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:58.172 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:58.172 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:57:58.273 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:58.308 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:58.309 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:58.309 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:58.410 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:57:58.440 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:58.440 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:58.441 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:57:58.542 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:57:58.566 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:58.567 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:58.567 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:57:58.668 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:58.700 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:58.701 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:58.701 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:58.802 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:57:58.834 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:58.834 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:58.835 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:57:58.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:58 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 4345/14841 objects degraded (29.277%), 12 pgs degraded (PG_DEGRADED) 2024-09-13T14:57:58.935 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:58.966 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:58.967 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:58.967 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:59.068 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:57:59.109 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:59.110 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:59.110 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:57:59.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:58 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 4345/14841 objects degraded (29.277%), 12 pgs degraded (PG_DEGRADED) 2024-09-13T14:57:59.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:58 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 4345/14841 objects degraded (29.277%), 12 pgs degraded (PG_DEGRADED) 2024-09-13T14:57:59.211 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:57:59.245 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:59.246 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:59.246 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:57:59.347 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:57:59.378 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:59.378 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:59.379 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:57:59.479 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:57:59.514 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:59.515 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:59.515 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:57:59.616 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:57:59.653 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:59.653 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:57:59.654 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:57:59.755 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:57:59.790 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:59.790 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:59.791 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:57:59.865 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Removed 121295 objects 2024-09-13T14:57:59.865 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Clean up completed and total clean up time :299.207 2024-09-13T14:57:59.892 INFO:tasks.cephadm.ceph_manager.ceph:removing pool_name unique_pool_3 2024-09-13T14:57:59.892 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd pool rm unique_pool_3 unique_pool_3 --yes-i-really-really-mean-it 2024-09-13T14:57:59.893 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:57:59.894 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:59 smithi071 ceph-mon[107477]: pgmap v1896: 119 pgs: 1 active+recovery_wait+remapped, 19 peering, 4 active+recovery_wait+undersized+degraded+remapped, 1 active+recovery_wait+undersized+remapped, 1 active+recovering+remapped, 3 active+recovery_wait+degraded+remapped, 1 active+recovery_wait+degraded, 12 active+remapped+backfill_wait, 4 active+undersized+degraded+remapped+backfill_wait, 73 active+clean; 308 MiB data, 3.1 GiB used, 355 GiB / 358 GiB avail; 0 B/s wr, 470 op/s; 4345/14841 objects degraded (29.277%); 7505/14841 objects misplaced (50.569%); 6.4 MiB/s, 117 objects/s recovering 2024-09-13T14:57:59.894 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:57:59 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:57:59.894 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:59 smithi071 ceph-mon[112785]: pgmap v1896: 119 pgs: 1 active+recovery_wait+remapped, 19 peering, 4 active+recovery_wait+undersized+degraded+remapped, 1 active+recovery_wait+undersized+remapped, 1 active+recovering+remapped, 3 active+recovery_wait+degraded+remapped, 1 active+recovery_wait+degraded, 12 active+remapped+backfill_wait, 4 active+undersized+degraded+remapped+backfill_wait, 73 active+clean; 308 MiB data, 3.1 GiB used, 355 GiB / 358 GiB avail; 0 B/s wr, 470 op/s; 4345/14841 objects degraded (29.277%); 7505/14841 objects misplaced (50.569%); 6.4 MiB/s, 117 objects/s recovering 2024-09-13T14:57:59.894 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:57:59 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:57:59.916 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:57:59.917 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:57:59.918 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:57:59.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:59 smithi104 ceph-mon[105578]: pgmap v1896: 119 pgs: 1 active+recovery_wait+remapped, 19 peering, 4 active+recovery_wait+undersized+degraded+remapped, 1 active+recovery_wait+undersized+remapped, 1 active+recovering+remapped, 3 active+recovery_wait+degraded+remapped, 1 active+recovery_wait+degraded, 12 active+remapped+backfill_wait, 4 active+undersized+degraded+remapped+backfill_wait, 73 active+clean; 308 MiB data, 3.1 GiB used, 355 GiB / 358 GiB avail; 0 B/s wr, 470 op/s; 4345/14841 objects degraded (29.277%); 7505/14841 objects misplaced (50.569%); 6.4 MiB/s, 117 objects/s recovering 2024-09-13T14:57:59.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:57:59 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:58:00.018 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:00.044 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:00.045 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:00.045 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:00.146 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:58:00.172 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:00.173 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:00.174 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:58:00.274 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:58:00.300 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:00.301 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:00.301 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:58:00.402 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:00.424 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:00.425 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:00.425 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:00.526 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:58:00.551 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:00.552 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:00.552 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:58:00.653 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:58:00.677 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:00.678 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:00.678 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:58:00.779 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:00.800 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:00.800 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:00.801 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:00.902 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:00.923 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:00.924 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:00.924 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:01.025 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:58:01.051 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:01.052 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:01.052 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:58:01.153 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:58:01.174 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:01.175 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:01.175 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:58:01.276 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:58:01.302 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:01.302 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:01.303 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:58:01.404 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:01.425 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:01.426 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:01.426 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:01.527 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:58:01.553 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:01.554 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:01.554 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:58:01.655 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:01.677 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:01.678 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:01.678 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:01.779 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:01.802 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:01.803 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:01.803 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:01.904 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:01.926 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:01.926 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:01.927 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:02.027 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:58:02.053 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:02.054 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:02.054 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:58:02.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:01 smithi071 ceph-mon[107477]: pgmap v1897: 119 pgs: 1 active+recovery_wait+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 1 active+recovery_wait+undersized+remapped, 1 active+recovering+remapped, 3 active+recovery_wait+degraded+remapped, 1 active+recovery_wait+degraded, 12 active+remapped+backfill_wait, 4 active+undersized+degraded+remapped+backfill_wait, 92 active+clean; 105 MiB data, 2.6 GiB used, 355 GiB / 358 GiB avail; 0 B/s wr, 866 op/s; 3261/5073 objects degraded (64.281%); 4627/5073 objects misplaced (91.208%); 5.3 MiB/s, 97 objects/s recovering 2024-09-13T14:58:02.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:01 smithi071 ceph-mon[112785]: pgmap v1897: 119 pgs: 1 active+recovery_wait+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 1 active+recovery_wait+undersized+remapped, 1 active+recovering+remapped, 3 active+recovery_wait+degraded+remapped, 1 active+recovery_wait+degraded, 12 active+remapped+backfill_wait, 4 active+undersized+degraded+remapped+backfill_wait, 92 active+clean; 105 MiB data, 2.6 GiB used, 355 GiB / 358 GiB avail; 0 B/s wr, 866 op/s; 3261/5073 objects degraded (64.281%); 4627/5073 objects misplaced (91.208%); 5.3 MiB/s, 97 objects/s recovering 2024-09-13T14:58:02.155 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:58:02.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:01 smithi104 ceph-mon[105578]: pgmap v1897: 119 pgs: 1 active+recovery_wait+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 1 active+recovery_wait+undersized+remapped, 1 active+recovering+remapped, 3 active+recovery_wait+degraded+remapped, 1 active+recovery_wait+degraded, 12 active+remapped+backfill_wait, 4 active+undersized+degraded+remapped+backfill_wait, 92 active+clean; 105 MiB data, 2.6 GiB used, 355 GiB / 358 GiB avail; 0 B/s wr, 866 op/s; 3261/5073 objects degraded (64.281%); 4627/5073 objects misplaced (91.208%); 5.3 MiB/s, 97 objects/s recovering 2024-09-13T14:58:02.181 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:02.181 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:02.182 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:58:02.283 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:58:02.308 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:02.309 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:02.309 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:58:02.410 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:02.432 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:02.433 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:02.433 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:02.534 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:58:02.560 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:02.560 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:02.560 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:58:02.661 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:58:02.687 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:02.687 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:02.688 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:58:02.789 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:58:02.814 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:02.815 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:02.815 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:58:02.916 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:02.938 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:02.938 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:02.939 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:03.039 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:58:03.062 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:03.062 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:03.063 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:58:03.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:58:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:58:02] "GET /metrics HTTP/1.1" 200 36647 "" "Prometheus/2.51.0" 2024-09-13T14:58:03.164 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:03.185 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:03.186 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:03.187 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:03.287 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:58:03.313 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:03.314 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:03.314 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:58:03.415 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:03.436 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:03.437 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:03.438 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:03.539 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:58:03.561 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:03.561 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:03.562 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:58:03.663 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:58:03.688 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:03.688 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:03.689 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:58:03.790 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:03.812 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:03.814 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:03.814 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:03.914 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:58:03.938 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:03.939 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:03.939 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:58:04.040 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:58:04.064 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:04.064 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:04.064 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:58:04.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:03 smithi071 ceph-mon[107477]: pgmap v1898: 119 pgs: 1 active+recovery_wait+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+remapped, 1 active+recovery_wait+undersized+remapped, 3 active+recovery_wait+degraded+remapped, 1 active+recovery_wait+degraded, 12 active+remapped+backfill_wait, 4 active+undersized+degraded+remapped+backfill_wait, 92 active+clean; 29 MiB data, 2.5 GiB used, 355 GiB / 358 GiB avail; 0 B/s wr, 863 op/s; 2787/1452 objects degraded (191.942%); 4051/1452 objects misplaced (278.994%); 6.6 MiB/s, 170 objects/s recovering 2024-09-13T14:58:04.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:03 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 2787/1452 objects degraded (191.942%), 12 pgs degraded (PG_DEGRADED) 2024-09-13T14:58:04.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:03 smithi071 ceph-mon[112785]: pgmap v1898: 119 pgs: 1 active+recovery_wait+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+remapped, 1 active+recovery_wait+undersized+remapped, 3 active+recovery_wait+degraded+remapped, 1 active+recovery_wait+degraded, 12 active+remapped+backfill_wait, 4 active+undersized+degraded+remapped+backfill_wait, 92 active+clean; 29 MiB data, 2.5 GiB used, 355 GiB / 358 GiB avail; 0 B/s wr, 863 op/s; 2787/1452 objects degraded (191.942%); 4051/1452 objects misplaced (278.994%); 6.6 MiB/s, 170 objects/s recovering 2024-09-13T14:58:04.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:03 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 2787/1452 objects degraded (191.942%), 12 pgs degraded (PG_DEGRADED) 2024-09-13T14:58:04.165 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:04.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:03 smithi104 ceph-mon[105578]: pgmap v1898: 119 pgs: 1 active+recovery_wait+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+remapped, 1 active+recovery_wait+undersized+remapped, 3 active+recovery_wait+degraded+remapped, 1 active+recovery_wait+degraded, 12 active+remapped+backfill_wait, 4 active+undersized+degraded+remapped+backfill_wait, 92 active+clean; 29 MiB data, 2.5 GiB used, 355 GiB / 358 GiB avail; 0 B/s wr, 863 op/s; 2787/1452 objects degraded (191.942%); 4051/1452 objects misplaced (278.994%); 6.6 MiB/s, 170 objects/s recovering 2024-09-13T14:58:04.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:03 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 2787/1452 objects degraded (191.942%), 12 pgs degraded (PG_DEGRADED) 2024-09-13T14:58:04.186 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:04.187 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:04.187 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:04.288 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:58:04.314 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:04.314 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:04.315 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:58:04.415 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:58:04.441 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:04.441 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:04.442 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:58:04.542 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:04.564 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:04.565 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:04.565 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:04.666 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:58:04.692 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:04.692 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:04.693 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:58:04.793 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:04.815 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:04.815 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:04.816 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:04.916 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:58:04.942 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:04.943 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:04.943 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:58:05.044 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:58:05.066 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:05.066 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:05.067 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:58:05.168 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:05.193 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:05.193 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:05.194 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:05.295 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:58:05.315 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:05.316 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:05.316 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:58:05.417 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:05.439 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:05.439 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:05.440 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:05.541 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:58:05.566 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:05.567 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:05.567 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:58:05.668 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:05.691 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:05.692 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:05.692 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:05.793 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:05.815 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:05.816 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:05.816 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:05.917 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:58:05.943 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:05.943 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:05.944 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:58:06.045 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:58:06.069 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:06.070 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:06.071 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:58:06.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:05 smithi071 ceph-mon[107477]: pgmap v1899: 119 pgs: 2 active+undersized+remapped+backfill_wait, 1 active+recovery_wait+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+remapped, 1 active+recovery_wait+undersized+remapped, 3 active+recovery_wait+degraded+remapped, 1 active+recovery_wait+degraded, 12 active+remapped+backfill_wait, 2 active+undersized+degraded+remapped+backfill_wait, 92 active+clean; 21 MiB data, 2.4 GiB used, 355 GiB / 358 GiB avail; 0 B/s wr, 723 op/s; 2722/1047 objects degraded (259.981%); 3946/1047 objects misplaced (376.886%); 5.4 MiB/s, 140 objects/s recovering 2024-09-13T14:58:06.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:05 smithi071 ceph-mon[112785]: pgmap v1899: 119 pgs: 2 active+undersized+remapped+backfill_wait, 1 active+recovery_wait+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+remapped, 1 active+recovery_wait+undersized+remapped, 3 active+recovery_wait+degraded+remapped, 1 active+recovery_wait+degraded, 12 active+remapped+backfill_wait, 2 active+undersized+degraded+remapped+backfill_wait, 92 active+clean; 21 MiB data, 2.4 GiB used, 355 GiB / 358 GiB avail; 0 B/s wr, 723 op/s; 2722/1047 objects degraded (259.981%); 3946/1047 objects misplaced (376.886%); 5.4 MiB/s, 140 objects/s recovering 2024-09-13T14:58:06.172 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:06.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:05 smithi104 ceph-mon[105578]: pgmap v1899: 119 pgs: 2 active+undersized+remapped+backfill_wait, 1 active+recovery_wait+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+remapped, 1 active+recovery_wait+undersized+remapped, 3 active+recovery_wait+degraded+remapped, 1 active+recovery_wait+degraded, 12 active+remapped+backfill_wait, 2 active+undersized+degraded+remapped+backfill_wait, 92 active+clean; 21 MiB data, 2.4 GiB used, 355 GiB / 358 GiB avail; 0 B/s wr, 723 op/s; 2722/1047 objects degraded (259.981%); 3946/1047 objects misplaced (376.886%); 5.4 MiB/s, 140 objects/s recovering 2024-09-13T14:58:06.196 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:06.197 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:06.197 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:06.298 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:06.321 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:06.322 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:06.322 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:06.423 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:06.445 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:06.445 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:06.446 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:06.546 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:06.568 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:06.569 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:06.569 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:06.670 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:58:06.695 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:06.696 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:06.696 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:58:06.797 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:06.819 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:06.820 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:06.820 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:06.921 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:58:06.945 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:06.946 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:06.946 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:58:07.047 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:58:07.070 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:07.070 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:07.071 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:58:07.172 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:58:07.198 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:07.198 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:07.198 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:58:07.299 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:07.320 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:07.321 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:07.322 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:07.422 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:07.444 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:07.444 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:07.445 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:07.546 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:58:07.571 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:07.572 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:07.573 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:58:07.676 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:07.699 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:07.699 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:07.700 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:07.801 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:07.823 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:07.823 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:07.824 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:07.924 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:07.946 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:07.947 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:07.947 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:08.048 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:08.069 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:08.070 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:08.070 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:08.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:07 smithi071 ceph-mon[107477]: pgmap v1900: 119 pgs: 1 active+recovery_wait+remapped, 3 active+undersized+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 1 active+recovery_wait+undersized+remapped, 1 active+recovering+remapped, 3 active+recovery_wait+degraded+remapped, 1 active+recovery_wait+degraded, 12 active+remapped+backfill_wait, 1 active+undersized+degraded+remapped+backfill_wait, 92 active+clean; 21 MiB data, 2.4 GiB used, 355 GiB / 358 GiB avail; 0 B/s wr, 515 op/s; 2722/1047 objects degraded (259.981%); 3946/1047 objects misplaced (376.886%); 4.8 MiB/s, 275 objects/s recovering 2024-09-13T14:58:08.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:07 smithi071 ceph-mon[107477]: osdmap e1298: 8 total, 8 up, 4 in 2024-09-13T14:58:08.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:07 smithi071 ceph-mon[112785]: pgmap v1900: 119 pgs: 1 active+recovery_wait+remapped, 3 active+undersized+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 1 active+recovery_wait+undersized+remapped, 1 active+recovering+remapped, 3 active+recovery_wait+degraded+remapped, 1 active+recovery_wait+degraded, 12 active+remapped+backfill_wait, 1 active+undersized+degraded+remapped+backfill_wait, 92 active+clean; 21 MiB data, 2.4 GiB used, 355 GiB / 358 GiB avail; 0 B/s wr, 515 op/s; 2722/1047 objects degraded (259.981%); 3946/1047 objects misplaced (376.886%); 4.8 MiB/s, 275 objects/s recovering 2024-09-13T14:58:08.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:07 smithi071 ceph-mon[112785]: osdmap e1298: 8 total, 8 up, 4 in 2024-09-13T14:58:08.171 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:58:08.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:07 smithi104 ceph-mon[105578]: pgmap v1900: 119 pgs: 1 active+recovery_wait+remapped, 3 active+undersized+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 1 active+recovery_wait+undersized+remapped, 1 active+recovering+remapped, 3 active+recovery_wait+degraded+remapped, 1 active+recovery_wait+degraded, 12 active+remapped+backfill_wait, 1 active+undersized+degraded+remapped+backfill_wait, 92 active+clean; 21 MiB data, 2.4 GiB used, 355 GiB / 358 GiB avail; 0 B/s wr, 515 op/s; 2722/1047 objects degraded (259.981%); 3946/1047 objects misplaced (376.886%); 4.8 MiB/s, 275 objects/s recovering 2024-09-13T14:58:08.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:07 smithi104 ceph-mon[105578]: osdmap e1298: 8 total, 8 up, 4 in 2024-09-13T14:58:08.193 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:08.193 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:08.194 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:58:08.295 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:58:08.321 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:08.322 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:08.322 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:58:08.423 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:58:08.449 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:08.450 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:08.450 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:58:08.551 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:08.572 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:08.573 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:08.574 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:08.674 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:08.697 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:08.698 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:08.698 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:08.799 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:08.821 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:08.822 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:08.822 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:08.923 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:58:08.950 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:08.950 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:08.951 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:58:09.051 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:58:09.077 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:09.077 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:09.078 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:58:09.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:08 smithi104 ceph-mon[105578]: osdmap e1299: 8 total, 8 up, 4 in 2024-09-13T14:58:09.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:08 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 2722/1047 objects degraded (259.981%), 9 pgs degraded (PG_DEGRADED) 2024-09-13T14:58:09.178 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:58:09.203 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:09.204 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:09.205 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:58:09.299 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:08 smithi071 ceph-mon[107477]: osdmap e1299: 8 total, 8 up, 4 in 2024-09-13T14:58:09.299 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:08 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 2722/1047 objects degraded (259.981%), 9 pgs degraded (PG_DEGRADED) 2024-09-13T14:58:09.299 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:08 smithi071 ceph-mon[112785]: osdmap e1299: 8 total, 8 up, 4 in 2024-09-13T14:58:09.299 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:08 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 2722/1047 objects degraded (259.981%), 9 pgs degraded (PG_DEGRADED) 2024-09-13T14:58:09.306 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:09.330 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:09.330 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:09.331 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:09.432 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:58:09.458 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:09.458 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:09.459 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:58:09.560 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:09.582 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:09.582 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:09.583 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:09.684 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:58:09.707 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:09.707 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:09.708 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:58:09.809 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:58:09.831 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:09.831 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:09.832 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:58:09.932 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:58:09.957 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:09.958 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:09.958 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:58:10.059 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:58:10.081 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:10.082 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:10.082 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:58:10.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:09 smithi071 ceph-mon[107477]: pgmap v1903: 119 pgs: 1 active+recovery_wait+remapped, 3 active+undersized+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 1 active+recovery_wait+undersized+remapped, 1 active+recovering+remapped, 3 active+recovery_wait+degraded+remapped, 1 active+recovery_wait+degraded, 12 active+remapped+backfill_wait, 1 active+undersized+degraded+remapped+backfill_wait, 92 active+clean; 21 MiB data, 2.4 GiB used, 355 GiB / 358 GiB avail; 0 B/s wr, 185 op/s; 2722/1047 objects degraded (259.981%); 3946/1047 objects misplaced (376.886%); 2.0 MiB/s, 299 objects/s recovering 2024-09-13T14:58:10.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:09 smithi071 ceph-mon[112785]: pgmap v1903: 119 pgs: 1 active+recovery_wait+remapped, 3 active+undersized+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 1 active+recovery_wait+undersized+remapped, 1 active+recovering+remapped, 3 active+recovery_wait+degraded+remapped, 1 active+recovery_wait+degraded, 12 active+remapped+backfill_wait, 1 active+undersized+degraded+remapped+backfill_wait, 92 active+clean; 21 MiB data, 2.4 GiB used, 355 GiB / 358 GiB avail; 0 B/s wr, 185 op/s; 2722/1047 objects degraded (259.981%); 3946/1047 objects misplaced (376.886%); 2.0 MiB/s, 299 objects/s recovering 2024-09-13T14:58:10.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:09 smithi104 ceph-mon[105578]: pgmap v1903: 119 pgs: 1 active+recovery_wait+remapped, 3 active+undersized+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 1 active+recovery_wait+undersized+remapped, 1 active+recovering+remapped, 3 active+recovery_wait+degraded+remapped, 1 active+recovery_wait+degraded, 12 active+remapped+backfill_wait, 1 active+undersized+degraded+remapped+backfill_wait, 92 active+clean; 21 MiB data, 2.4 GiB used, 355 GiB / 358 GiB avail; 0 B/s wr, 185 op/s; 2722/1047 objects degraded (259.981%); 3946/1047 objects misplaced (376.886%); 2.0 MiB/s, 299 objects/s recovering 2024-09-13T14:58:10.182 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:58:10.204 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:10.204 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:10.205 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:58:10.305 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:58:10.327 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:10.328 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:10.328 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:58:10.429 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:10.452 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:10.453 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:10.453 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:10.554 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:58:10.576 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:10.576 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:10.577 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:58:10.677 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:10.701 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:10.701 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:10.701 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:10.802 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:58:10.824 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:10.824 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:10.825 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:58:10.926 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:10.949 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:10.950 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:10.950 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:11.051 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:11.072 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:11.073 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:11.073 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:11.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:10 smithi071 ceph-mon[107477]: osdmap e1300: 8 total, 8 up, 4 in 2024-09-13T14:58:11.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:10 smithi071 ceph-mon[112785]: osdmap e1300: 8 total, 8 up, 4 in 2024-09-13T14:58:11.175 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:11.200 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:11.202 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:11.202 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:11.304 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:11.326 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:11.326 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:11.327 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:11.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:10 smithi104 ceph-mon[105578]: osdmap e1300: 8 total, 8 up, 4 in 2024-09-13T14:58:11.427 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:11.434 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:58:11.434 INFO:teuthology.orchestra.run.smithi071.stdout: "ops": [], 2024-09-13T14:58:11.434 INFO:teuthology.orchestra.run.smithi071.stdout: "num_ops": 0 2024-09-13T14:58:11.434 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:58:11.451 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:11.452 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:11.452 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:11.553 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:58:11.577 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:11.578 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:11.578 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:58:11.679 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:11.704 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:11.705 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:11.705 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:11.806 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:58:11.829 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:11.830 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:11.831 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:58:11.931 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:58:12.063 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:12.064 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:12.064 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:58:12.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:11 smithi071 ceph-mon[107477]: pgmap v1905: 119 pgs: 1 active+recovery_wait+remapped, 1 peering, 2 active+undersized+degraded+remapped+backfill_wait, 3 active+undersized+remapped+backfill_wait, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+remapped, 3 active+recovery_wait+degraded+remapped, 12 active+remapped+backfill_wait, 95 active+clean; 21 MiB data, 2.4 GiB used, 355 GiB / 358 GiB avail; 2719/1047 objects degraded (259.694%); 3946/1047 objects misplaced (376.886%); 96 KiB/s, 338 objects/s recovering 2024-09-13T14:58:12.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:11 smithi071 ceph-mon[107477]: osdmap e1301: 8 total, 8 up, 4 in 2024-09-13T14:58:12.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:11 smithi071 ceph-mon[107477]: osdmap e1302: 8 total, 8 up, 4 in 2024-09-13T14:58:12.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:11 smithi071 ceph-mon[112785]: pgmap v1905: 119 pgs: 1 active+recovery_wait+remapped, 1 peering, 2 active+undersized+degraded+remapped+backfill_wait, 3 active+undersized+remapped+backfill_wait, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+remapped, 3 active+recovery_wait+degraded+remapped, 12 active+remapped+backfill_wait, 95 active+clean; 21 MiB data, 2.4 GiB used, 355 GiB / 358 GiB avail; 2719/1047 objects degraded (259.694%); 3946/1047 objects misplaced (376.886%); 96 KiB/s, 338 objects/s recovering 2024-09-13T14:58:12.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:11 smithi071 ceph-mon[112785]: osdmap e1301: 8 total, 8 up, 4 in 2024-09-13T14:58:12.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:11 smithi071 ceph-mon[112785]: osdmap e1302: 8 total, 8 up, 4 in 2024-09-13T14:58:12.165 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:12.190 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:12.191 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:12.191 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:12.292 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:12.306 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.3 dump_blocked_ops 2024-09-13T14:58:12.318 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:12.319 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:12.319 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:12.420 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:58:12.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:11 smithi104 ceph-mon[105578]: pgmap v1905: 119 pgs: 1 active+recovery_wait+remapped, 1 peering, 2 active+undersized+degraded+remapped+backfill_wait, 3 active+undersized+remapped+backfill_wait, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+remapped, 3 active+recovery_wait+degraded+remapped, 12 active+remapped+backfill_wait, 95 active+clean; 21 MiB data, 2.4 GiB used, 355 GiB / 358 GiB avail; 2719/1047 objects degraded (259.694%); 3946/1047 objects misplaced (376.886%); 96 KiB/s, 338 objects/s recovering 2024-09-13T14:58:12.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:11 smithi104 ceph-mon[105578]: osdmap e1301: 8 total, 8 up, 4 in 2024-09-13T14:58:12.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:11 smithi104 ceph-mon[105578]: osdmap e1302: 8 total, 8 up, 4 in 2024-09-13T14:58:12.448 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:12.449 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:12.449 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:58:12.550 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:12.574 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:12.575 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:12.575 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:12.676 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:12.702 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:12.703 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:12.703 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:12.804 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:58:12.831 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:12.831 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:12.832 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:58:12.882 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:58:12 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:58:12] "GET /metrics HTTP/1.1" 200 36647 "" "Prometheus/2.51.0" 2024-09-13T14:58:12.932 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:12.957 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:12.958 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:12.959 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:13.060 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:58:13.085 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:13.086 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:13.086 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:58:13.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:12 smithi071 ceph-mon[107477]: 8.15 continuing backfill to osd.4 from (1218'3626,1297'11791] MIN to 1297'11791 2024-09-13T14:58:13.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:12 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/765010954' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:58:13.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:12 smithi071 ceph-mon[112785]: 8.15 continuing backfill to osd.4 from (1218'3626,1297'11791] MIN to 1297'11791 2024-09-13T14:58:13.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:12 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/765010954' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:58:13.187 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:58:13.212 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:13.213 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:13.213 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:58:13.314 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:13.338 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:13.339 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:13.339 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:13.417 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:58:13.417 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:58:13.417 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:58:13.418 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:58:13.418 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:58:13.419 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:58:13.419 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:58:13.419 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:58:13.419 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:58:13.419 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T14:58:13.419 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:58:13.419 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:58:13.420 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:58:13.420 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:58:13.420 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T14:58:13.420 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:58:13.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:12 smithi104 ceph-mon[105578]: 8.15 continuing backfill to osd.4 from (1218'3626,1297'11791] MIN to 1297'11791 2024-09-13T14:58:13.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:12 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/765010954' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:58:13.440 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:13.464 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:13.465 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:13.465 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:13.566 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:58:13.592 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:13.593 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:13.593 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:58:13.694 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:13.718 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:13.719 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:13.719 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:13.820 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:58:13.849 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:13.849 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:13.850 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:58:13.951 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:13.973 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:13.974 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:13.974 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:14.075 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:58:14.096 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:14.097 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:14.097 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:58:14.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:13 smithi071 ceph-mon[107477]: pgmap v1908: 119 pgs: 1 active+recovering+remapped, 1 active+recovery_wait+remapped, 1 peering, 1 remapped+peering, 2 active+undersized+degraded+remapped+backfill_wait, 3 active+undersized+remapped+backfill_wait, 2 active+recovery_wait+degraded+remapped, 13 active+remapped+backfill_wait, 95 active+clean; 21 MiB data, 2.4 GiB used, 355 GiB / 358 GiB avail; 2636/1047 objects degraded (251.767%); 2789/1047 objects misplaced (266.380%); 117 KiB/s, 370 objects/s recovering 2024-09-13T14:58:14.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:13 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 2636/1047 objects degraded (251.767%), 4 pgs degraded (PG_DEGRADED) 2024-09-13T14:58:14.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:13 smithi071 ceph-mon[112785]: pgmap v1908: 119 pgs: 1 active+recovering+remapped, 1 active+recovery_wait+remapped, 1 peering, 1 remapped+peering, 2 active+undersized+degraded+remapped+backfill_wait, 3 active+undersized+remapped+backfill_wait, 2 active+recovery_wait+degraded+remapped, 13 active+remapped+backfill_wait, 95 active+clean; 21 MiB data, 2.4 GiB used, 355 GiB / 358 GiB avail; 2636/1047 objects degraded (251.767%); 2789/1047 objects misplaced (266.380%); 117 KiB/s, 370 objects/s recovering 2024-09-13T14:58:14.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:13 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 2636/1047 objects degraded (251.767%), 4 pgs degraded (PG_DEGRADED) 2024-09-13T14:58:14.198 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:14.220 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:14.221 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:14.221 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:14.322 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:58:14.348 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:14.349 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:14.349 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:58:14.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:13 smithi104 ceph-mon[105578]: pgmap v1908: 119 pgs: 1 active+recovering+remapped, 1 active+recovery_wait+remapped, 1 peering, 1 remapped+peering, 2 active+undersized+degraded+remapped+backfill_wait, 3 active+undersized+remapped+backfill_wait, 2 active+recovery_wait+degraded+remapped, 13 active+remapped+backfill_wait, 95 active+clean; 21 MiB data, 2.4 GiB used, 355 GiB / 358 GiB avail; 2636/1047 objects degraded (251.767%); 2789/1047 objects misplaced (266.380%); 117 KiB/s, 370 objects/s recovering 2024-09-13T14:58:14.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:13 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 2636/1047 objects degraded (251.767%), 4 pgs degraded (PG_DEGRADED) 2024-09-13T14:58:14.450 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:14.471 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:14.472 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:14.473 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:14.574 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:58:14.600 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:14.600 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:14.601 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:58:14.611 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:58:14.688 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:58:14.701 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:58:14.726 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:14.727 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:14.728 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:58:14.828 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:58:14.857 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:14.857 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:14.857 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:58:14.958 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:14.980 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:14.980 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:14.981 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:15.081 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:15.103 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:15.103 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:15.104 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:15.204 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:15.227 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:15.227 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:15.227 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:15.323 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:14 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:58:15.328 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:58:15.349 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:15.350 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:15.350 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:58:15.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:14 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:58:15.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:14 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:58:15.451 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:58:15.474 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:15.474 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:15.475 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:58:15.575 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:58:15.597 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:15.598 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:15.598 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:58:15.699 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:58:15.722 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:15.722 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:15.723 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:58:15.823 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:15.847 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:15.847 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:15.847 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:15.867 INFO:tasks.thrashosds.thrasher:in_osds: [0, 1, 5, 4] out_osds: [2, 6, 7, 3] dead_osds: [] live_osds: [0, 1, 2, 3, 4, 5, 7, 6] 2024-09-13T14:58:15.867 INFO:tasks.thrashosds.thrasher:choose_action: min_in 4 min_out 0 min_live 2 min_dead 0 chance_down 0.40 2024-09-13T14:58:15.868 INFO:tasks.thrashosds.thrasher:inject_pause on osd.5 2024-09-13T14:58:15.868 INFO:tasks.thrashosds.thrasher:Testing filestore_inject_stall pause injection for duration 3 2024-09-13T14:58:15.868 INFO:tasks.thrashosds.thrasher:Checking after 0, should_be_down=False 2024-09-13T14:58:15.868 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.5 config set filestore_inject_stall 3 2024-09-13T14:58:15.948 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:58:15.970 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:15.971 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:15.971 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:58:16.072 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:16.087 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:58:16.093 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:16.093 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:16.094 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:16.195 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:16.208 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:15 smithi104 ceph-mon[105578]: pgmap v1909: 119 pgs: 1 active+recovering+remapped, 1 active+recovery_wait+remapped, 1 peering, 1 remapped+peering, 2 active+undersized+degraded+remapped+backfill_wait, 3 active+undersized+remapped+backfill_wait, 2 active+recovery_wait+degraded+remapped, 13 active+remapped+backfill_wait, 95 active+clean; 21 MiB data, 2.4 GiB used, 355 GiB / 358 GiB avail; 2636/1047 objects degraded (251.767%); 2789/1047 objects misplaced (266.380%); 96 KiB/s, 304 objects/s recovering 2024-09-13T14:58:16.216 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:16.216 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:16.217 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:16.318 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:58:16.340 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:16.341 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:16.341 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:58:16.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:15 smithi071 ceph-mon[107477]: pgmap v1909: 119 pgs: 1 active+recovering+remapped, 1 active+recovery_wait+remapped, 1 peering, 1 remapped+peering, 2 active+undersized+degraded+remapped+backfill_wait, 3 active+undersized+remapped+backfill_wait, 2 active+recovery_wait+degraded+remapped, 13 active+remapped+backfill_wait, 95 active+clean; 21 MiB data, 2.4 GiB used, 355 GiB / 358 GiB avail; 2636/1047 objects degraded (251.767%); 2789/1047 objects misplaced (266.380%); 96 KiB/s, 304 objects/s recovering 2024-09-13T14:58:16.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:15 smithi071 ceph-mon[112785]: pgmap v1909: 119 pgs: 1 active+recovering+remapped, 1 active+recovery_wait+remapped, 1 peering, 1 remapped+peering, 2 active+undersized+degraded+remapped+backfill_wait, 3 active+undersized+remapped+backfill_wait, 2 active+recovery_wait+degraded+remapped, 13 active+remapped+backfill_wait, 95 active+clean; 21 MiB data, 2.4 GiB used, 355 GiB / 358 GiB avail; 2636/1047 objects degraded (251.767%); 2789/1047 objects misplaced (266.380%); 96 KiB/s, 304 objects/s recovering 2024-09-13T14:58:16.442 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:58:16.463 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:16.464 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:16.464 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:58:16.565 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:16.587 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:16.588 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:16.588 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:16.619 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=true 2024-09-13T14:58:16.689 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:16.712 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:16.713 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:16.713 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:16.814 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:58:16.835 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:16.836 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:16.836 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:58:16.937 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:58:16.961 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:16.962 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:16.962 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:58:17.063 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:17.086 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:17.086 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:17.087 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:17.187 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:58:17.209 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:17.210 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:17.210 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:58:17.311 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:58:17.332 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:17.332 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:17.333 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:58:17.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:16 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:58:17.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:16 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:58:17.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:16 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:58:17.434 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:58:17.455 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:17.456 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:17.456 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:58:17.557 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:17.580 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:17.580 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:17.581 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:17.682 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:58:17.704 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:17.704 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:17.705 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:58:17.806 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:17.828 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:17.828 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:17.829 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:17.930 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:58:17.952 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:17.953 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:17.954 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:58:18.054 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:18.076 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:18.077 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:18.078 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:18.097 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2024-09-13T14:58:18.097 INFO:teuthology.orchestra.run.smithi104.stdout: "success": "filestore_inject_stall = '' (not observed, change may require restart) " 2024-09-13T14:58:18.097 INFO:teuthology.orchestra.run.smithi104.stdout:} 2024-09-13T14:58:18.103 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:17 smithi104 ceph-mon[105578]: pgmap v1910: 119 pgs: 1 active+recovering+remapped, 1 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 3 active+undersized+remapped+backfill_wait, 2 active+recovery_wait+degraded+remapped, 14 active+remapped+backfill_wait, 96 active+clean; 21 MiB data, 2.4 GiB used, 355 GiB / 358 GiB avail; 2636/1047 objects degraded (251.767%); 2872/1047 objects misplaced (274.308%); 83 KiB/s, 531 objects/s recovering 2024-09-13T14:58:18.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:17 smithi071 ceph-mon[107477]: pgmap v1910: 119 pgs: 1 active+recovering+remapped, 1 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 3 active+undersized+remapped+backfill_wait, 2 active+recovery_wait+degraded+remapped, 14 active+remapped+backfill_wait, 96 active+clean; 21 MiB data, 2.4 GiB used, 355 GiB / 358 GiB avail; 2636/1047 objects degraded (251.767%); 2872/1047 objects misplaced (274.308%); 83 KiB/s, 531 objects/s recovering 2024-09-13T14:58:18.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:17 smithi071 ceph-mon[112785]: pgmap v1910: 119 pgs: 1 active+recovering+remapped, 1 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 3 active+undersized+remapped+backfill_wait, 2 active+recovery_wait+degraded+remapped, 14 active+remapped+backfill_wait, 96 active+clean; 21 MiB data, 2.4 GiB used, 355 GiB / 358 GiB avail; 2636/1047 objects degraded (251.767%); 2872/1047 objects misplaced (274.308%); 83 KiB/s, 531 objects/s recovering 2024-09-13T14:58:18.179 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:18.201 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:18.201 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:18.202 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:18.303 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:58:18.324 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:18.325 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:18.325 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:58:18.426 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:58:18.447 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:18.448 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:18.448 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:58:18.549 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:18.571 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:18.572 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:18.572 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:18.673 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:58:18.695 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:18.696 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:18.696 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:58:18.797 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:58:18.818 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:18.819 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:18.819 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:58:18.920 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:58:18.943 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:18.943 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:18.943 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:58:19.044 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:19.065 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:19.066 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:19.066 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:19.167 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:19.189 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:19.190 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:19.190 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:19.291 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:19.313 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:19.313 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:19.314 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:19.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:18 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 2636/1047 objects degraded (251.767%), 4 pgs degraded, 1 pg undersized (PG_DEGRADED) 2024-09-13T14:58:19.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:18 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 2636/1047 objects degraded (251.767%), 4 pgs degraded, 1 pg undersized (PG_DEGRADED) 2024-09-13T14:58:19.414 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:19.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:18 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 2636/1047 objects degraded (251.767%), 4 pgs degraded, 1 pg undersized (PG_DEGRADED) 2024-09-13T14:58:19.437 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:19.437 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:19.438 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:19.539 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:58:19.561 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:19.562 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:19.562 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:58:19.663 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:58:19.684 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:19.685 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:19.685 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:58:19.786 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:58:19.807 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:19.808 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:19.808 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:58:19.909 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:58:19.931 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:19.932 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:19.932 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:58:20.033 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:20.055 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:20.056 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:20.056 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:20.110 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:19 smithi104 ceph-mon[105578]: pgmap v1911: 119 pgs: 1 active+recovering+remapped, 1 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 3 active+undersized+remapped+backfill_wait, 2 active+recovery_wait+degraded+remapped, 14 active+remapped+backfill_wait, 96 active+clean; 21 MiB data, 2.4 GiB used, 355 GiB / 358 GiB avail; 2636/1047 objects degraded (251.767%); 2872/1047 objects misplaced (274.308%); 0 B/s, 418 objects/s recovering 2024-09-13T14:58:20.157 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:58:20.180 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:20.181 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:20.181 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:58:20.282 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:20.304 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:20.306 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:20.306 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:20.381 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:58:20.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:19 smithi071 ceph-mon[107477]: pgmap v1911: 119 pgs: 1 active+recovering+remapped, 1 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 3 active+undersized+remapped+backfill_wait, 2 active+recovery_wait+degraded+remapped, 14 active+remapped+backfill_wait, 96 active+clean; 21 MiB data, 2.4 GiB used, 355 GiB / 358 GiB avail; 2636/1047 objects degraded (251.767%); 2872/1047 objects misplaced (274.308%); 0 B/s, 418 objects/s recovering 2024-09-13T14:58:20.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:19 smithi071 ceph-mon[112785]: pgmap v1911: 119 pgs: 1 active+recovering+remapped, 1 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 3 active+undersized+remapped+backfill_wait, 2 active+recovery_wait+degraded+remapped, 14 active+remapped+backfill_wait, 96 active+clean; 21 MiB data, 2.4 GiB used, 355 GiB / 358 GiB avail; 2636/1047 objects degraded (251.767%); 2872/1047 objects misplaced (274.308%); 0 B/s, 418 objects/s recovering 2024-09-13T14:58:20.407 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:58:20.430 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:20.430 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:20.430 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:58:20.531 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:58:20.553 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:20.553 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:20.554 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:58:20.655 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:58:20.675 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:20.676 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:20.677 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:58:20.777 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:58:20.798 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:20.799 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:20.799 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:58:20.900 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:58:20.922 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:20.922 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:20.922 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:58:21.023 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:21.046 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:21.047 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:21.047 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:21.148 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:58:21.169 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:21.170 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:21.170 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:58:21.271 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:21.293 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:21.293 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:21.294 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:21.395 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:21.416 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:21.417 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:21.417 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:21.518 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:58:21.539 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:21.539 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:21.540 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:58:21.641 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:21.662 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:21.663 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:21.663 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:21.764 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:58:21.787 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:21.788 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:21.789 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:58:21.889 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:58:21.911 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:21.912 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:21.913 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:58:22.014 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:58:22.035 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:22.036 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:22.037 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:58:22.138 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:22.159 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:22.160 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:22.160 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:22.261 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:58:22.282 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:22.283 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:22.283 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:58:22.358 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:21 smithi071 ceph-mon[107477]: pgmap v1912: 119 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 2 active+undersized+remapped+backfill_wait, 1 active+undersized+remapped, 2 active+recovery_wait+degraded+remapped, 14 active+remapped+backfill_wait, 96 active+clean; 21 MiB data, 2.4 GiB used, 355 GiB / 358 GiB avail; 2636/1047 objects degraded (251.767%); 2872/1047 objects misplaced (274.308%); 0 B/s, 337 objects/s recovering 2024-09-13T14:58:22.358 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:21 smithi071 ceph-mon[112785]: pgmap v1912: 119 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 2 active+undersized+remapped+backfill_wait, 1 active+undersized+remapped, 2 active+recovery_wait+degraded+remapped, 14 active+remapped+backfill_wait, 96 active+clean; 21 MiB data, 2.4 GiB used, 355 GiB / 358 GiB avail; 2636/1047 objects degraded (251.767%); 2872/1047 objects misplaced (274.308%); 0 B/s, 337 objects/s recovering 2024-09-13T14:58:22.384 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:58:22.406 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:22.407 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:22.407 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:58:22.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:21 smithi104 ceph-mon[105578]: pgmap v1912: 119 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 2 active+undersized+remapped+backfill_wait, 1 active+undersized+remapped, 2 active+recovery_wait+degraded+remapped, 14 active+remapped+backfill_wait, 96 active+clean; 21 MiB data, 2.4 GiB used, 355 GiB / 358 GiB avail; 2636/1047 objects degraded (251.767%); 2872/1047 objects misplaced (274.308%); 0 B/s, 337 objects/s recovering 2024-09-13T14:58:22.508 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:58:22.529 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:22.530 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:22.530 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:58:22.631 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:58:22.653 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:22.654 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:22.654 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:58:22.755 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:22.778 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:22.779 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:22.779 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:22.880 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:22.902 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:22.902 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:22.903 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:23.004 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:23.026 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:23.027 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:23.027 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:23.128 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:58:23.140 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:58:22 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:58:22] "GET /metrics HTTP/1.1" 200 36645 "" "Prometheus/2.51.0" 2024-09-13T14:58:23.149 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:23.149 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:23.150 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:58:23.250 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:23.273 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:23.274 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:23.274 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:23.375 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:58:23.397 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:23.398 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:23.398 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:58:23.499 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:58:23.521 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:23.521 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:23.521 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:58:23.622 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:58:23.644 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:23.644 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:23.645 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:58:23.746 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:58:23.768 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:23.768 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:23.769 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:58:23.870 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:23.893 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:23.894 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:23.894 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:23.996 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:58:24.018 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:24.019 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:24.019 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:58:24.025 INFO:tasks.thrashosds.thrasher:in_osds: [0, 1, 5, 4] out_osds: [2, 6, 7, 3] dead_osds: [] live_osds: [0, 1, 2, 3, 4, 5, 7, 6] 2024-09-13T14:58:24.025 INFO:tasks.thrashosds.thrasher:choose_action: min_in 4 min_out 0 min_live 2 min_dead 0 chance_down 0.40 2024-09-13T14:58:24.025 INFO:tasks.thrashosds.thrasher:inject_pause on osd.3 2024-09-13T14:58:24.025 INFO:tasks.thrashosds.thrasher:Testing filestore_inject_stall pause injection for duration 3 2024-09-13T14:58:24.025 INFO:tasks.thrashosds.thrasher:Checking after 0, should_be_down=False 2024-09-13T14:58:24.025 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.3 config set filestore_inject_stall 3 2024-09-13T14:58:24.120 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:24.145 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:24.146 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:24.147 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:24.247 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:58:24.270 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:24.270 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:24.271 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:58:24.334 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:24 smithi071 ceph-mon[107477]: pgmap v1913: 119 pgs: 1 active+recovering+degraded+remapped, 1 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 2 active+undersized+remapped+backfill_wait, 1 active+undersized+remapped, 1 active+recovery_wait+degraded+remapped, 15 active+remapped+backfill_wait, 96 active+clean; 21 MiB data, 2.4 GiB used, 355 GiB / 358 GiB avail; 1368/1047 objects degraded (130.659%); 1565/1047 objects misplaced (149.475%); 0 B/s, 281 objects/s recovering 2024-09-13T14:58:24.334 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:24 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:58:24.334 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:24 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:58:24.335 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:24 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 1368/1047 objects degraded (130.659%), 4 pgs degraded, 1 pg undersized (PG_DEGRADED) 2024-09-13T14:58:24.335 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:24 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:58:24.335 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:24 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:58:24.335 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:24 smithi071 ceph-mon[112785]: pgmap v1913: 119 pgs: 1 active+recovering+degraded+remapped, 1 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 2 active+undersized+remapped+backfill_wait, 1 active+undersized+remapped, 1 active+recovery_wait+degraded+remapped, 15 active+remapped+backfill_wait, 96 active+clean; 21 MiB data, 2.4 GiB used, 355 GiB / 358 GiB avail; 1368/1047 objects degraded (130.659%); 1565/1047 objects misplaced (149.475%); 0 B/s, 281 objects/s recovering 2024-09-13T14:58:24.335 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:24 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:58:24.335 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:24 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:58:24.335 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:24 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 1368/1047 objects degraded (130.659%), 4 pgs degraded, 1 pg undersized (PG_DEGRADED) 2024-09-13T14:58:24.335 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:24 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:58:24.335 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:24 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:58:24.372 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:58:24.394 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:24.395 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:24.396 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:58:24.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:24 smithi104 ceph-mon[105578]: pgmap v1913: 119 pgs: 1 active+recovering+degraded+remapped, 1 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 2 active+undersized+remapped+backfill_wait, 1 active+undersized+remapped, 1 active+recovery_wait+degraded+remapped, 15 active+remapped+backfill_wait, 96 active+clean; 21 MiB data, 2.4 GiB used, 355 GiB / 358 GiB avail; 1368/1047 objects degraded (130.659%); 1565/1047 objects misplaced (149.475%); 0 B/s, 281 objects/s recovering 2024-09-13T14:58:24.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:24 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:58:24.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:24 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:58:24.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:24 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 1368/1047 objects degraded (130.659%), 4 pgs degraded, 1 pg undersized (PG_DEGRADED) 2024-09-13T14:58:24.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:24 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:58:24.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:24 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:58:24.497 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:24.519 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:24.520 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:24.520 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:24.621 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:24.644 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:24.644 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:24.645 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:24.746 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:24.768 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:24.769 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:24.769 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:24.870 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:58:24.894 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:24.894 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:24.894 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:58:24.995 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:58:25.017 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:25.018 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:25.018 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:58:25.119 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:25.136 INFO:teuthology.orchestra.run.smithi071.stderr:noscrub is unset 2024-09-13T14:58:25.146 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:25.147 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:25.147 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:25.248 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:58:25.270 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:25.271 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:25.271 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:58:25.317 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:25 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/236744879' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:58:25.373 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:25.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:25 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/236744879' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:58:25.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:25 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/236744879' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:58:25.396 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:25.397 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:25.398 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:25.499 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:58:25.523 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:25.523 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:25.524 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:58:25.625 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:25.646 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:25.647 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:25.647 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:25.748 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:58:25.770 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:25.771 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:25.771 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:58:25.872 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:58:25.895 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:25.895 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:25.896 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:58:25.996 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:58:26.018 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:26.019 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:26.019 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:58:26.120 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:58:26.148 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:26.149 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:26.149 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:58:26.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:26 smithi104 ceph-mon[105578]: pgmap v1914: 119 pgs: 1 active+recovering+degraded+remapped, 1 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 2 active+undersized+remapped+backfill_wait, 1 active+undersized+remapped, 1 active+recovery_wait+degraded+remapped, 15 active+remapped+backfill_wait, 96 active+clean; 21 MiB data, 2.4 GiB used, 355 GiB / 358 GiB avail; 1368/1047 objects degraded (130.659%); 1565/1047 objects misplaced (149.475%); 0 B/s, 255 objects/s recovering 2024-09-13T14:58:26.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:26 smithi104 ceph-mon[105578]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:58:26.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:26 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/236744879' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T14:58:26.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:26 smithi104 ceph-mon[105578]: osdmap e1303: 8 total, 8 up, 4 in 2024-09-13T14:58:26.250 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:58:26.270 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:26.271 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:26.271 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:58:26.286 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:26 smithi071 ceph-mon[107477]: pgmap v1914: 119 pgs: 1 active+recovering+degraded+remapped, 1 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 2 active+undersized+remapped+backfill_wait, 1 active+undersized+remapped, 1 active+recovery_wait+degraded+remapped, 15 active+remapped+backfill_wait, 96 active+clean; 21 MiB data, 2.4 GiB used, 355 GiB / 358 GiB avail; 1368/1047 objects degraded (130.659%); 1565/1047 objects misplaced (149.475%); 0 B/s, 255 objects/s recovering 2024-09-13T14:58:26.286 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:26 smithi071 ceph-mon[107477]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:58:26.286 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:26 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/236744879' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T14:58:26.286 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:26 smithi071 ceph-mon[107477]: osdmap e1303: 8 total, 8 up, 4 in 2024-09-13T14:58:26.287 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:26 smithi071 ceph-mon[112785]: pgmap v1914: 119 pgs: 1 active+recovering+degraded+remapped, 1 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 2 active+undersized+remapped+backfill_wait, 1 active+undersized+remapped, 1 active+recovery_wait+degraded+remapped, 15 active+remapped+backfill_wait, 96 active+clean; 21 MiB data, 2.4 GiB used, 355 GiB / 358 GiB avail; 1368/1047 objects degraded (130.659%); 1565/1047 objects misplaced (149.475%); 0 B/s, 255 objects/s recovering 2024-09-13T14:58:26.287 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:26 smithi071 ceph-mon[112785]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:58:26.287 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:26 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/236744879' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T14:58:26.287 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:26 smithi071 ceph-mon[112785]: osdmap e1303: 8 total, 8 up, 4 in 2024-09-13T14:58:26.372 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:26.394 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:26.395 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:26.395 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:26.496 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:58:26.519 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:26.520 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:26.520 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:58:26.621 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:26.644 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:26.645 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:26.645 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:26.746 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:58:26.768 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:26.769 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:26.769 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:58:26.870 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:58:26.893 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:26.894 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:26.894 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:58:26.995 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:27.017 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:27.017 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:27.018 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:27.119 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:58:27.140 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:27.141 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:27.141 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:58:27.242 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:27.264 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:27.265 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:27.265 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:27.366 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:27.388 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:27.388 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:27.389 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:27.489 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:27.511 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:27.512 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:27.513 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:27.614 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:27.635 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:27.636 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:27.636 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:27.737 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:58:27.758 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:27.759 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:27.759 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:58:27.860 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:27.884 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:27.884 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:27.885 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:27.986 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:58:28.007 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:28.007 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:28.008 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:58:28.109 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:58:28.132 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:28.133 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:28.133 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:58:28.234 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:28.256 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:28.257 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:28.257 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:28.358 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:28.379 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:28.380 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:28.381 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:28.481 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:28.503 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:28.504 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:28.504 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:28.605 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:58:28.627 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:28.627 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:28.628 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:58:28.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:28 smithi104 ceph-mon[105578]: pgmap v1916: 119 pgs: 1 active+recovering+remapped, 1 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 2 active+undersized+remapped+backfill_wait, 1 active+recovery_wait+degraded+remapped, 1 active+undersized+remapped, 15 active+remapped+backfill_wait, 96 active+clean; 21 MiB data, 2.4 GiB used, 355 GiB / 358 GiB avail; 1368/1047 objects degraded (130.659%); 1565/1047 objects misplaced (149.475%); 0 B/s, 299 objects/s recovering 2024-09-13T14:58:28.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:28 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:58:28.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:28 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:58:28.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:28 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 1368/1047 objects degraded (130.659%), 3 pgs degraded, 1 pg undersized (PG_DEGRADED) 2024-09-13T14:58:28.675 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:28 smithi071 ceph-mon[107477]: pgmap v1916: 119 pgs: 1 active+recovering+remapped, 1 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 2 active+undersized+remapped+backfill_wait, 1 active+recovery_wait+degraded+remapped, 1 active+undersized+remapped, 15 active+remapped+backfill_wait, 96 active+clean; 21 MiB data, 2.4 GiB used, 355 GiB / 358 GiB avail; 1368/1047 objects degraded (130.659%); 1565/1047 objects misplaced (149.475%); 0 B/s, 299 objects/s recovering 2024-09-13T14:58:28.675 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:28 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:58:28.675 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:28 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:58:28.675 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:28 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 1368/1047 objects degraded (130.659%), 3 pgs degraded, 1 pg undersized (PG_DEGRADED) 2024-09-13T14:58:28.676 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:28 smithi071 ceph-mon[112785]: pgmap v1916: 119 pgs: 1 active+recovering+remapped, 1 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 2 active+undersized+remapped+backfill_wait, 1 active+recovery_wait+degraded+remapped, 1 active+undersized+remapped, 15 active+remapped+backfill_wait, 96 active+clean; 21 MiB data, 2.4 GiB used, 355 GiB / 358 GiB avail; 1368/1047 objects degraded (130.659%); 1565/1047 objects misplaced (149.475%); 0 B/s, 299 objects/s recovering 2024-09-13T14:58:28.676 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:28 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:58:28.676 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:28 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:58:28.676 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:28 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 1368/1047 objects degraded (130.659%), 3 pgs degraded, 1 pg undersized (PG_DEGRADED) 2024-09-13T14:58:28.688 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T14:58:28.688 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:58:28.729 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:28.753 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:28.754 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:28.754 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:28.855 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:58:28.877 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:28.877 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:28.878 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:58:28.978 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:29.003 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:29.004 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:29.004 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:29.105 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:29.128 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:29.128 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:29.129 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:29.220 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:58:29.220 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:58:29.230 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:29.234 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:58:29.234 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:58:29.253 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:29.254 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:29.254 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:29.256 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:58:29.256 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:58:29.280 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:58:29.280 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:58:29.297 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:58:29.298 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:58:29.315 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:58:29.315 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:58:29.333 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T14:58:29.333 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T14:58:29.351 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:58:29.351 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:58:29.355 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:58:29.378 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:29.379 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:29.379 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:58:29.480 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:29.503 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:29.503 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:29.504 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:29.549 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd unset nodeep-scrub 2024-09-13T14:58:29.605 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:58:29.623 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:29 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3797589966' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:58:29.623 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:29 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3797589966' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:58:29.628 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:29.629 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:29.629 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:58:29.729 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:29.753 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:29.754 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:29.754 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:29.855 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:58:29.876 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:29.877 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:29.877 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:58:29.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:29 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3797589966' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:58:29.979 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:58:30.001 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:30.001 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:30.002 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:58:30.103 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:58:30.125 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:30.126 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:30.126 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:58:30.227 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:58:30.248 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:30.249 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:30.249 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:58:30.350 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:30.372 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:30.373 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:30.373 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:30.474 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:30.495 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:30.496 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:30.497 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:30.597 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:30.619 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:30.620 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:30.620 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:30.721 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:58:30.742 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:30.743 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:30.743 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:58:30.844 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:58:30.865 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:30.866 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:30.866 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:58:30.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:30 smithi071 ceph-mon[107477]: pgmap v1917: 119 pgs: 1 active+recovering+remapped, 1 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 2 active+undersized+remapped+backfill_wait, 1 active+recovery_wait+degraded+remapped, 1 active+undersized+remapped, 15 active+remapped+backfill_wait, 96 active+clean; 21 MiB data, 2.4 GiB used, 355 GiB / 358 GiB avail; 1368/1047 objects degraded (130.659%); 1565/1047 objects misplaced (149.475%); 0 B/s, 299 objects/s recovering 2024-09-13T14:58:30.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:30 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:58:30.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:30 smithi071 ceph-mon[112785]: pgmap v1917: 119 pgs: 1 active+recovering+remapped, 1 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 2 active+undersized+remapped+backfill_wait, 1 active+recovery_wait+degraded+remapped, 1 active+undersized+remapped, 15 active+remapped+backfill_wait, 96 active+clean; 21 MiB data, 2.4 GiB used, 355 GiB / 358 GiB avail; 1368/1047 objects degraded (130.659%); 1565/1047 objects misplaced (149.475%); 0 B/s, 299 objects/s recovering 2024-09-13T14:58:30.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:30 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:58:30.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:30 smithi104 ceph-mon[105578]: pgmap v1917: 119 pgs: 1 active+recovering+remapped, 1 active+recovery_wait+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 2 active+undersized+remapped+backfill_wait, 1 active+recovery_wait+degraded+remapped, 1 active+undersized+remapped, 15 active+remapped+backfill_wait, 96 active+clean; 21 MiB data, 2.4 GiB used, 355 GiB / 358 GiB avail; 1368/1047 objects degraded (130.659%); 1565/1047 objects misplaced (149.475%); 0 B/s, 299 objects/s recovering 2024-09-13T14:58:30.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:30 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:58:30.967 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:30.989 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:30.990 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:30.990 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:31.091 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:58:31.112 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:31.113 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:31.113 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:58:31.214 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:31.235 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:31.236 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:31.236 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:31.337 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:58:31.358 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:31.359 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:31.359 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:58:31.460 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:31.481 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:31.482 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:31.482 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:31.583 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:31.605 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:31.606 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:31.606 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:31.706 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:58:31.728 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:31.728 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:31.729 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:58:31.830 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:58:31.851 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:31.852 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:31.853 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:58:31.953 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:31.975 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:31.976 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:31.976 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:32.077 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:58:32.098 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:32.099 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:32.099 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:58:32.199 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:58:32.220 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:32.221 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:32.221 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:58:32.322 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:58:32.344 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:32.344 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:32.345 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:58:32.445 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:58:32.468 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:32.468 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:32.469 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:58:32.570 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:58:32.591 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:32.592 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:32.592 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:58:32.693 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:32.704 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:32 smithi071 ceph-mon[107477]: pgmap v1918: 119 pgs: 1 active+recovering+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 2 active+undersized+remapped+backfill_wait, 1 active+undersized+remapped, 1 active+recovery_wait+degraded+remapped, 16 active+remapped+backfill_wait, 96 active+clean; 21 MiB data, 2.4 GiB used, 355 GiB / 358 GiB avail; 1368/1047 objects degraded (130.659%); 1565/1047 objects misplaced (149.475%); 0 B/s, 299 objects/s recovering 2024-09-13T14:58:32.705 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:32 smithi071 ceph-mon[112785]: pgmap v1918: 119 pgs: 1 active+recovering+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 2 active+undersized+remapped+backfill_wait, 1 active+undersized+remapped, 1 active+recovery_wait+degraded+remapped, 16 active+remapped+backfill_wait, 96 active+clean; 21 MiB data, 2.4 GiB used, 355 GiB / 358 GiB avail; 1368/1047 objects degraded (130.659%); 1565/1047 objects misplaced (149.475%); 0 B/s, 299 objects/s recovering 2024-09-13T14:58:32.717 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:32.717 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:32.718 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:32.818 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:32.841 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:32.842 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:32.842 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:32.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:32 smithi104 ceph-mon[105578]: pgmap v1918: 119 pgs: 1 active+recovering+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 2 active+undersized+remapped+backfill_wait, 1 active+undersized+remapped, 1 active+recovery_wait+degraded+remapped, 16 active+remapped+backfill_wait, 96 active+clean; 21 MiB data, 2.4 GiB used, 355 GiB / 358 GiB avail; 1368/1047 objects degraded (130.659%); 1565/1047 objects misplaced (149.475%); 0 B/s, 299 objects/s recovering 2024-09-13T14:58:32.943 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:58:32.965 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:32.966 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:32.966 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:58:33.067 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:58:33.089 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:33.089 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:33.089 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:58:33.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:58:32 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:58:32] "GET /metrics HTTP/1.1" 200 36628 "" "Prometheus/2.51.0" 2024-09-13T14:58:33.190 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:58:33.211 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:33.212 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:33.212 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:58:33.313 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:58:33.335 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:33.336 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:33.336 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:58:33.437 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:33.460 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:33.461 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:33.461 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:33.563 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:33.584 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:33.585 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:33.585 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:33.686 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:58:33.709 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:33.710 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:33.710 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:58:33.811 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:58:33.832 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:33.833 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:33.834 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:58:33.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:33 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 85/1047 objects degraded (8.118%), 3 pgs degraded, 1 pg undersized (PG_DEGRADED) 2024-09-13T14:58:33.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:33 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 85/1047 objects degraded (8.118%), 3 pgs degraded, 1 pg undersized (PG_DEGRADED) 2024-09-13T14:58:33.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:33 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 85/1047 objects degraded (8.118%), 3 pgs degraded, 1 pg undersized (PG_DEGRADED) 2024-09-13T14:58:33.935 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:58:33.957 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:33.957 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:33.958 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:58:34.058 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:34.080 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:34.081 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:34.081 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:34.182 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:58:34.204 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:34.204 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:34.205 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:58:34.305 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:58:34.327 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:34.327 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:34.328 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:58:34.428 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:58:34.451 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:34.451 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:34.452 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:58:34.553 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:58:34.574 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:34.574 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:34.575 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:58:34.675 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:34.697 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:34.698 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:34.699 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:34.800 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:58:34.821 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:34.821 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:34.822 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:58:34.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:34 smithi071 ceph-mon[107477]: pgmap v1919: 119 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 2 active+undersized+remapped+backfill_wait, 1 active+undersized+remapped, 17 active+remapped+backfill_wait, 96 active+clean; 21 MiB data, 2.4 GiB used, 355 GiB / 358 GiB avail; 85/1047 objects degraded (8.118%); 285/1047 objects misplaced (27.221%); 0 B/s, 270 objects/s recovering 2024-09-13T14:58:34.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:34 smithi071 ceph-mon[112785]: pgmap v1919: 119 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 2 active+undersized+remapped+backfill_wait, 1 active+undersized+remapped, 17 active+remapped+backfill_wait, 96 active+clean; 21 MiB data, 2.4 GiB used, 355 GiB / 358 GiB avail; 85/1047 objects degraded (8.118%); 285/1047 objects misplaced (27.221%); 0 B/s, 270 objects/s recovering 2024-09-13T14:58:34.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:34 smithi104 ceph-mon[105578]: pgmap v1919: 119 pgs: 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 2 active+undersized+remapped+backfill_wait, 1 active+undersized+remapped, 17 active+remapped+backfill_wait, 96 active+clean; 21 MiB data, 2.4 GiB used, 355 GiB / 358 GiB avail; 85/1047 objects degraded (8.118%); 285/1047 objects misplaced (27.221%); 0 B/s, 270 objects/s recovering 2024-09-13T14:58:34.922 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:34.943 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:34.943 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:34.944 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:35.044 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:58:35.065 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:35.066 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:35.066 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:58:35.167 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:58:35.188 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:35.189 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:35.189 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:58:35.290 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:58:35.311 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:35.311 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:35.312 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:58:35.413 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:58:35.434 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:35.435 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:35.435 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:58:35.536 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:58:35.557 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:35.558 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:35.558 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:58:35.659 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:35.680 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:35.681 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:35.681 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:35.782 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:58:35.803 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:35.803 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:35.804 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:58:35.904 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:58:35.925 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:35.926 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:35.926 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:58:36.027 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:36.047 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:36.048 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:36.048 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:36.149 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:58:36.170 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:36.171 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:36.171 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:58:36.272 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:36.293 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:36.294 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:36.294 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:36.396 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:58:36.418 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:36.418 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:36.419 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:58:36.520 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:36.541 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:36.542 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:36.542 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:36.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:36 smithi071 ceph-mon[107477]: pgmap v1920: 119 pgs: 1 active+undersized+remapped, 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 2 active+undersized+remapped+backfill_wait, 17 active+remapped+backfill_wait, 96 active+clean; 21 MiB data, 2.4 GiB used, 355 GiB / 358 GiB avail; 85/1047 objects degraded (8.118%); 285/1047 objects misplaced (27.221%); 0 B/s, 270 objects/s recovering 2024-09-13T14:58:36.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:36 smithi071 ceph-mon[112785]: pgmap v1920: 119 pgs: 1 active+undersized+remapped, 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 2 active+undersized+remapped+backfill_wait, 17 active+remapped+backfill_wait, 96 active+clean; 21 MiB data, 2.4 GiB used, 355 GiB / 358 GiB avail; 85/1047 objects degraded (8.118%); 285/1047 objects misplaced (27.221%); 0 B/s, 270 objects/s recovering 2024-09-13T14:58:36.644 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:58:36.665 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:36.666 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:36.666 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:58:36.767 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:58:36.791 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:36.791 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:36.792 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:58:36.893 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:36.916 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:36.916 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:36.917 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:36.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:36 smithi104 ceph-mon[105578]: pgmap v1920: 119 pgs: 1 active+undersized+remapped, 1 active+recovering+degraded+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 2 active+undersized+remapped+backfill_wait, 17 active+remapped+backfill_wait, 96 active+clean; 21 MiB data, 2.4 GiB used, 355 GiB / 358 GiB avail; 85/1047 objects degraded (8.118%); 285/1047 objects misplaced (27.221%); 0 B/s, 270 objects/s recovering 2024-09-13T14:58:37.017 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:58:37.034 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.3 dump_historic_ops 2024-09-13T14:58:37.041 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:37.041 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:37.041 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:58:37.143 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:37.164 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:37.165 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:37.165 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:37.266 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:58:37.292 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:37.293 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:37.293 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:58:37.394 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:58:37.416 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:37.417 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:37.417 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:58:37.521 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:58:37.560 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:37.560 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:37.561 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:58:37.630 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:37 smithi071 ceph-mon[107477]: osdmap e1304: 8 total, 8 up, 4 in 2024-09-13T14:58:37.631 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:37 smithi071 ceph-mon[112785]: osdmap e1304: 8 total, 8 up, 4 in 2024-09-13T14:58:37.661 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:37.682 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:37.683 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:37.683 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:37.784 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:37.806 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:37.807 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:37.807 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:37.908 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:58:37.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:37 smithi104 ceph-mon[105578]: osdmap e1304: 8 total, 8 up, 4 in 2024-09-13T14:58:37.931 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:37.931 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:37.932 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:58:38.033 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:58:38.059 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:38.059 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:38.060 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:58:38.160 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:58:38.183 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:38.184 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:38.184 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:58:38.264 INFO:teuthology.orchestra.run.smithi071.stderr:pool 'unique_pool_3' removed 2024-09-13T14:58:38.285 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:58:38.313 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:38.314 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:38.314 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:58:38.415 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:58:38.438 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:38.439 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:38.439 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:58:38.540 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:58:38.561 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:38.562 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:38.562 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:58:38.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:38 smithi071 ceph-mon[112785]: pgmap v1922: 119 pgs: 1 active+recovering+remapped, 1 active+undersized+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 2 active+undersized+remapped+backfill_wait, 17 active+remapped+backfill_wait, 96 active+clean; 21 MiB data, 2.4 GiB used, 355 GiB / 358 GiB avail; 85/1047 objects degraded (8.118%); 285/1047 objects misplaced (27.221%); 0 B/s, 255 objects/s recovering 2024-09-13T14:58:38.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:38 smithi071 ceph-mon[112785]: osdmap e1305: 8 total, 8 up, 4 in 2024-09-13T14:58:38.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:38 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1350152647' entity='client.admin' cmd={"prefix": "osd pool rm", "pool": "unique_pool_3", "pool2": "unique_pool_3", "yes_i_really_really_mean_it": true} : dispatch 2024-09-13T14:58:38.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:38 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd pool rm", "pool": "unique_pool_3", "pool2": "unique_pool_3", "yes_i_really_really_mean_it": true} : dispatch 2024-09-13T14:58:38.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:38 smithi071 ceph-mon[112785]: 8.13 scrub starts 2024-09-13T14:58:38.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:38 smithi071 ceph-mon[112785]: 8.13 scrub ok 2024-09-13T14:58:38.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:38 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool rm", "pool": "unique_pool_3", "pool2": "unique_pool_3", "yes_i_really_really_mean_it": true}]': finished 2024-09-13T14:58:38.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:38 smithi071 ceph-mon[112785]: osdmap e1306: 8 total, 8 up, 4 in 2024-09-13T14:58:38.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:38 smithi071 ceph-mon[107477]: pgmap v1922: 119 pgs: 1 active+recovering+remapped, 1 active+undersized+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 2 active+undersized+remapped+backfill_wait, 17 active+remapped+backfill_wait, 96 active+clean; 21 MiB data, 2.4 GiB used, 355 GiB / 358 GiB avail; 85/1047 objects degraded (8.118%); 285/1047 objects misplaced (27.221%); 0 B/s, 255 objects/s recovering 2024-09-13T14:58:38.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:38 smithi071 ceph-mon[107477]: osdmap e1305: 8 total, 8 up, 4 in 2024-09-13T14:58:38.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:38 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1350152647' entity='client.admin' cmd={"prefix": "osd pool rm", "pool": "unique_pool_3", "pool2": "unique_pool_3", "yes_i_really_really_mean_it": true} : dispatch 2024-09-13T14:58:38.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:38 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd pool rm", "pool": "unique_pool_3", "pool2": "unique_pool_3", "yes_i_really_really_mean_it": true} : dispatch 2024-09-13T14:58:38.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:38 smithi071 ceph-mon[107477]: 8.13 scrub starts 2024-09-13T14:58:38.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:38 smithi071 ceph-mon[107477]: 8.13 scrub ok 2024-09-13T14:58:38.643 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:38 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool rm", "pool": "unique_pool_3", "pool2": "unique_pool_3", "yes_i_really_really_mean_it": true}]': finished 2024-09-13T14:58:38.643 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:38 smithi071 ceph-mon[107477]: osdmap e1306: 8 total, 8 up, 4 in 2024-09-13T14:58:38.663 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:58:38.685 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:38.686 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:38.686 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:58:38.787 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:38.808 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:38.809 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:38.809 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:38.910 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:38.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:38 smithi104 ceph-mon[105578]: pgmap v1922: 119 pgs: 1 active+recovering+remapped, 1 active+undersized+remapped, 2 active+undersized+degraded+remapped+backfill_wait, 2 active+undersized+remapped+backfill_wait, 17 active+remapped+backfill_wait, 96 active+clean; 21 MiB data, 2.4 GiB used, 355 GiB / 358 GiB avail; 85/1047 objects degraded (8.118%); 285/1047 objects misplaced (27.221%); 0 B/s, 255 objects/s recovering 2024-09-13T14:58:38.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:38 smithi104 ceph-mon[105578]: osdmap e1305: 8 total, 8 up, 4 in 2024-09-13T14:58:38.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:38 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1350152647' entity='client.admin' cmd={"prefix": "osd pool rm", "pool": "unique_pool_3", "pool2": "unique_pool_3", "yes_i_really_really_mean_it": true} : dispatch 2024-09-13T14:58:38.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:38 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd pool rm", "pool": "unique_pool_3", "pool2": "unique_pool_3", "yes_i_really_really_mean_it": true} : dispatch 2024-09-13T14:58:38.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:38 smithi104 ceph-mon[105578]: 8.13 scrub starts 2024-09-13T14:58:38.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:38 smithi104 ceph-mon[105578]: 8.13 scrub ok 2024-09-13T14:58:38.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:38 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool rm", "pool": "unique_pool_3", "pool2": "unique_pool_3", "yes_i_really_really_mean_it": true}]': finished 2024-09-13T14:58:38.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:38 smithi104 ceph-mon[105578]: osdmap e1306: 8 total, 8 up, 4 in 2024-09-13T14:58:38.931 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:38.932 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:38.932 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:39.033 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:58:39.055 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:39.056 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:39.057 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:58:39.158 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:39.178 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:39.179 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:39.180 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:39.206 INFO:teuthology.task.full_sequential:In full_sequential, running task radosbench... 2024-09-13T14:58:39.207 INFO:tasks.radosbench:Beginning radosbench... 2024-09-13T14:58:39.207 INFO:tasks.cephadm.ceph_manager.ceph:creating pool_name unique_pool_4 2024-09-13T14:58:39.207 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd pool create unique_pool_4 16 2024-09-13T14:58:39.268 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:58:39.281 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:39.315 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:39.316 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:39.316 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:39.322 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:58:39.417 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:39.438 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:39.439 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:39.439 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:39.540 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:39.561 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:39.561 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:39.562 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:39.662 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:39.685 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:39.686 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:39.686 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:39.759 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:39 smithi071 ceph-mon[107477]: 1.10 scrub starts 2024-09-13T14:58:39.759 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:39 smithi071 ceph-mon[107477]: 1.10 scrub ok 2024-09-13T14:58:39.759 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:39 smithi071 ceph-mon[107477]: 8.6 scrub starts 2024-09-13T14:58:39.760 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:39 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pool set", "pool": ".mgr", "var": "pgp_num_actual", "val": "21"} : dispatch 2024-09-13T14:58:39.760 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:39 smithi071 ceph-mon[112785]: 1.10 scrub starts 2024-09-13T14:58:39.760 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:39 smithi071 ceph-mon[112785]: 1.10 scrub ok 2024-09-13T14:58:39.760 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:39 smithi071 ceph-mon[112785]: 8.6 scrub starts 2024-09-13T14:58:39.760 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:39 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pool set", "pool": ".mgr", "var": "pgp_num_actual", "val": "21"} : dispatch 2024-09-13T14:58:39.787 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:58:39.808 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:39.809 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:39.810 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:58:39.911 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:39.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:39 smithi104 ceph-mon[105578]: 1.10 scrub starts 2024-09-13T14:58:39.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:39 smithi104 ceph-mon[105578]: 1.10 scrub ok 2024-09-13T14:58:39.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:39 smithi104 ceph-mon[105578]: 8.6 scrub starts 2024-09-13T14:58:39.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:39 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pool set", "pool": ".mgr", "var": "pgp_num_actual", "val": "21"} : dispatch 2024-09-13T14:58:39.932 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:39.933 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:39.933 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:40.034 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:58:40.061 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:40.061 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:40.062 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:58:40.086 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:58:40.162 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:58:40.187 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:40.188 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:40.188 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:58:40.289 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:40.311 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:40.311 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:40.312 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:40.413 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:40.435 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:40.435 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:40.436 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:40.537 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:58:40.562 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:40.563 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:40.563 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:58:40.664 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:58:40.688 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:40.689 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:40.690 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:58:40.708 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=false 2024-09-13T14:58:40.731 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:40 smithi071 ceph-mon[107477]: pgmap v1925: 93 pgs: 93 active+clean; 582 KiB data, 2.4 GiB used, 355 GiB / 358 GiB avail 2024-09-13T14:58:40.731 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:40 smithi071 ceph-mon[107477]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 85/1047 objects degraded (8.118%), 2 pgs degraded, 1 pg undersized) 2024-09-13T14:58:40.732 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:40 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pool set", "pool": ".mgr", "var": "pgp_num_actual", "val": "21"}]': finished 2024-09-13T14:58:40.732 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:40 smithi071 ceph-mon[107477]: osdmap e1307: 8 total, 8 up, 4 in 2024-09-13T14:58:40.732 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:40 smithi071 ceph-mon[112785]: pgmap v1925: 93 pgs: 93 active+clean; 582 KiB data, 2.4 GiB used, 355 GiB / 358 GiB avail 2024-09-13T14:58:40.732 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:40 smithi071 ceph-mon[112785]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 85/1047 objects degraded (8.118%), 2 pgs degraded, 1 pg undersized) 2024-09-13T14:58:40.732 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:40 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pool set", "pool": ".mgr", "var": "pgp_num_actual", "val": "21"}]': finished 2024-09-13T14:58:40.732 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:40 smithi071 ceph-mon[112785]: osdmap e1307: 8 total, 8 up, 4 in 2024-09-13T14:58:40.790 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:58:40.814 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:40.815 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:40.815 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:58:40.916 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:58:40.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:40 smithi104 ceph-mon[105578]: pgmap v1925: 93 pgs: 93 active+clean; 582 KiB data, 2.4 GiB used, 355 GiB / 358 GiB avail 2024-09-13T14:58:40.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:40 smithi104 ceph-mon[105578]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 85/1047 objects degraded (8.118%), 2 pgs degraded, 1 pg undersized) 2024-09-13T14:58:40.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:40 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pool set", "pool": ".mgr", "var": "pgp_num_actual", "val": "21"}]': finished 2024-09-13T14:58:40.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:40 smithi104 ceph-mon[105578]: osdmap e1307: 8 total, 8 up, 4 in 2024-09-13T14:58:40.938 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:40.938 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:40.939 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:58:41.040 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:41.062 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:41.062 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:41.063 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:41.164 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:58:41.190 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:41.190 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:41.191 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:58:41.291 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:41.314 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:41.315 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:41.315 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:41.416 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:58:41.434 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:58:41.441 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:41.442 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:41.442 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:58:41.543 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:58:41.565 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:41.566 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:41.566 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:58:41.667 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:58:41.693 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:41.693 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:41.694 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:58:41.725 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:41 smithi071 ceph-mon[107477]: osdmap e1308: 8 total, 8 up, 4 in 2024-09-13T14:58:41.725 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:41 smithi071 ceph-mon[107477]: 1.11 scrub starts 2024-09-13T14:58:41.725 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:41 smithi071 ceph-mon[107477]: 1.11 scrub ok 2024-09-13T14:58:41.725 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:41 smithi071 ceph-mon[112785]: osdmap e1308: 8 total, 8 up, 4 in 2024-09-13T14:58:41.726 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:41 smithi071 ceph-mon[112785]: 1.11 scrub starts 2024-09-13T14:58:41.726 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:41 smithi071 ceph-mon[112785]: 1.11 scrub ok 2024-09-13T14:58:41.794 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:41.816 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:41.817 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:41.817 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:41.921 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:58:41.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:41 smithi104 ceph-mon[105578]: osdmap e1308: 8 total, 8 up, 4 in 2024-09-13T14:58:41.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:41 smithi104 ceph-mon[105578]: 1.11 scrub starts 2024-09-13T14:58:41.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:41 smithi104 ceph-mon[105578]: 1.11 scrub ok 2024-09-13T14:58:41.947 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:41.947 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:41.948 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:58:42.048 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:42.071 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:42.072 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:42.072 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:42.173 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:58:42.199 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:42.199 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:42.200 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:58:42.301 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:42.322 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:42.323 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:42.323 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:42.424 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:58:42.450 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:42.450 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:42.451 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:58:42.485 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:58:42.485 INFO:teuthology.orchestra.run.smithi071.stdout: "success": "" 2024-09-13T14:58:42.485 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:58:42.551 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:42.572 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:42.573 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:42.573 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:42.674 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:58:42.700 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:42.701 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:42.701 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:58:42.795 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:42 smithi071 ceph-mon[107477]: pgmap v1928: 93 pgs: 8 peering, 6 unknown, 79 active+clean; 582 KiB data, 2.4 GiB used, 355 GiB / 358 GiB avail 2024-09-13T14:58:42.796 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:42 smithi071 ceph-mon[107477]: 1.3 scrub starts 2024-09-13T14:58:42.796 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:42 smithi071 ceph-mon[107477]: 1.3 scrub ok 2024-09-13T14:58:42.796 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:42 smithi071 ceph-mon[107477]: osdmap e1309: 8 total, 8 up, 4 in 2024-09-13T14:58:42.796 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:42 smithi071 ceph-mon[107477]: 1.f scrub starts 2024-09-13T14:58:42.796 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:42 smithi071 ceph-mon[107477]: 1.f scrub ok 2024-09-13T14:58:42.796 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:58:42 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:58:42] "GET /metrics HTTP/1.1" 200 36628 "" "Prometheus/2.51.0" 2024-09-13T14:58:42.796 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:42 smithi071 ceph-mon[112785]: pgmap v1928: 93 pgs: 8 peering, 6 unknown, 79 active+clean; 582 KiB data, 2.4 GiB used, 355 GiB / 358 GiB avail 2024-09-13T14:58:42.797 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:42 smithi071 ceph-mon[112785]: 1.3 scrub starts 2024-09-13T14:58:42.797 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:42 smithi071 ceph-mon[112785]: 1.3 scrub ok 2024-09-13T14:58:42.797 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:42 smithi071 ceph-mon[112785]: osdmap e1309: 8 total, 8 up, 4 in 2024-09-13T14:58:42.797 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:42 smithi071 ceph-mon[112785]: 1.f scrub starts 2024-09-13T14:58:42.797 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:42 smithi071 ceph-mon[112785]: 1.f scrub ok 2024-09-13T14:58:42.802 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:42.824 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:42.824 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:42.825 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:42.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:42 smithi104 ceph-mon[105578]: pgmap v1928: 93 pgs: 8 peering, 6 unknown, 79 active+clean; 582 KiB data, 2.4 GiB used, 355 GiB / 358 GiB avail 2024-09-13T14:58:42.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:42 smithi104 ceph-mon[105578]: 1.3 scrub starts 2024-09-13T14:58:42.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:42 smithi104 ceph-mon[105578]: 1.3 scrub ok 2024-09-13T14:58:42.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:42 smithi104 ceph-mon[105578]: osdmap e1309: 8 total, 8 up, 4 in 2024-09-13T14:58:42.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:42 smithi104 ceph-mon[105578]: 1.f scrub starts 2024-09-13T14:58:42.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:42 smithi104 ceph-mon[105578]: 1.f scrub ok 2024-09-13T14:58:42.926 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:42.948 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:42.949 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:42.949 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:43.050 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:43.073 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:43.073 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:43.073 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:43.174 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:58:43.200 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:43.201 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:43.201 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:58:43.302 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:58:43.327 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:43.328 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:43.329 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:58:43.429 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:58:43.454 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:43.455 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:43.455 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:58:43.556 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:43.579 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:43.580 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:43.581 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:43.681 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:58:43.708 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:43.708 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:43.709 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:58:43.810 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:43.833 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:43.833 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:43.834 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:43.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:43 smithi071 ceph-mon[107477]: osdmap e1310: 8 total, 8 up, 4 in 2024-09-13T14:58:43.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:43 smithi071 ceph-mon[112785]: osdmap e1310: 8 total, 8 up, 4 in 2024-09-13T14:58:43.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:43 smithi104 ceph-mon[105578]: osdmap e1310: 8 total, 8 up, 4 in 2024-09-13T14:58:43.935 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:58:43.961 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:43.962 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:43.962 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:58:44.063 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:58:44.086 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:44.087 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:44.087 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:58:44.188 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:58:44.210 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:44.210 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:44.211 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:58:44.312 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:58:44.338 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:44.339 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:44.339 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:58:44.440 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:58:44.463 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:44.464 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:44.464 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:58:44.565 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:58:44.590 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:44.591 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:44.591 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:58:44.692 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:58:44.714 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:44.715 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:44.715 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:58:44.816 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:44.838 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:44.838 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:44.838 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:44.849 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:44 smithi071 ceph-mon[107477]: pgmap v1931: 93 pgs: 8 peering, 6 unknown, 79 active+clean; 582 KiB data, 2.4 GiB used, 355 GiB / 358 GiB avail 2024-09-13T14:58:44.849 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:44 smithi071 ceph-mon[107477]: osdmap e1311: 8 total, 8 up, 4 in 2024-09-13T14:58:44.849 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:44 smithi071 ceph-mon[107477]: 1.4 scrub starts 2024-09-13T14:58:44.849 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:44 smithi071 ceph-mon[107477]: 1.4 scrub ok 2024-09-13T14:58:44.850 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:44 smithi071 ceph-mon[112785]: pgmap v1931: 93 pgs: 8 peering, 6 unknown, 79 active+clean; 582 KiB data, 2.4 GiB used, 355 GiB / 358 GiB avail 2024-09-13T14:58:44.850 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:44 smithi071 ceph-mon[112785]: osdmap e1311: 8 total, 8 up, 4 in 2024-09-13T14:58:44.850 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:44 smithi071 ceph-mon[112785]: 1.4 scrub starts 2024-09-13T14:58:44.850 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:44 smithi071 ceph-mon[112785]: 1.4 scrub ok 2024-09-13T14:58:44.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:44 smithi104 ceph-mon[105578]: pgmap v1931: 93 pgs: 8 peering, 6 unknown, 79 active+clean; 582 KiB data, 2.4 GiB used, 355 GiB / 358 GiB avail 2024-09-13T14:58:44.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:44 smithi104 ceph-mon[105578]: osdmap e1311: 8 total, 8 up, 4 in 2024-09-13T14:58:44.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:44 smithi104 ceph-mon[105578]: 1.4 scrub starts 2024-09-13T14:58:44.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:44 smithi104 ceph-mon[105578]: 1.4 scrub ok 2024-09-13T14:58:44.940 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:44.962 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:44.962 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:44.963 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:45.063 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:58:45.089 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:45.090 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:45.090 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:58:45.191 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:45.213 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:45.214 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:45.214 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:45.315 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:58:45.337 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:45.337 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:45.338 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:58:45.439 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:58:45.460 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:45.460 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:45.461 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:58:45.562 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:45.584 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:45.585 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:45.585 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:45.686 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:45.707 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:45.707 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:45.708 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:45.809 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:58:45.822 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:45 smithi104 ceph-mon[105578]: 1.c scrub starts 2024-09-13T14:58:45.823 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:45 smithi104 ceph-mon[105578]: 1.c scrub ok 2024-09-13T14:58:45.823 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:58:45.823 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:58:45.823 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:45 smithi104 ceph-mon[105578]: 1.1 scrub starts 2024-09-13T14:58:45.823 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:45 smithi104 ceph-mon[105578]: 1.1 scrub ok 2024-09-13T14:58:45.835 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:45.835 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:45.836 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:58:45.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:45 smithi071 ceph-mon[107477]: 1.c scrub starts 2024-09-13T14:58:45.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:45 smithi071 ceph-mon[107477]: 1.c scrub ok 2024-09-13T14:58:45.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:58:45.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:58:45.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:45 smithi071 ceph-mon[107477]: 1.1 scrub starts 2024-09-13T14:58:45.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:45 smithi071 ceph-mon[107477]: 1.1 scrub ok 2024-09-13T14:58:45.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:45 smithi071 ceph-mon[112785]: 1.c scrub starts 2024-09-13T14:58:45.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:45 smithi071 ceph-mon[112785]: 1.c scrub ok 2024-09-13T14:58:45.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:58:45.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:58:45.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:45 smithi071 ceph-mon[112785]: 1.1 scrub starts 2024-09-13T14:58:45.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:45 smithi071 ceph-mon[112785]: 1.1 scrub ok 2024-09-13T14:58:45.936 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:58:45.957 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:45.958 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:45.958 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:58:46.059 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:58:46.081 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:46.082 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:46.082 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:58:46.183 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:58:46.204 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:46.205 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:46.205 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:58:46.306 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:46.327 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:46.328 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:46.328 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:46.429 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:46.450 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:46.451 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:46.451 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:46.552 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:46.574 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:46.575 INFO:teuthology.orchestra.run.smithi071.stderr:nodeep-scrub is unset 2024-09-13T14:58:46.575 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:46.575 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:46.676 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:58:46.698 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:46.698 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:46.699 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:58:46.800 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:58:46.820 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:46.821 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:46.821 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:58:46.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:46 smithi071 ceph-mon[112785]: pgmap v1933: 93 pgs: 8 peering, 6 unknown, 79 active+clean; 582 KiB data, 2.4 GiB used, 355 GiB / 358 GiB avail 2024-09-13T14:58:46.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:46 smithi071 ceph-mon[112785]: 1.2 scrub starts 2024-09-13T14:58:46.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:46 smithi071 ceph-mon[112785]: 1.2 scrub ok 2024-09-13T14:58:46.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:46 smithi071 ceph-mon[112785]: 1.7 scrub starts 2024-09-13T14:58:46.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:46 smithi071 ceph-mon[112785]: 1.7 scrub ok 2024-09-13T14:58:46.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:46 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1379877828' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:58:46.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:46 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:58:46.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:46 smithi071 ceph-mon[112785]: 1.e scrub starts 2024-09-13T14:58:46.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:46 smithi071 ceph-mon[112785]: 1.e scrub ok 2024-09-13T14:58:46.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:46 smithi071 ceph-mon[107477]: pgmap v1933: 93 pgs: 8 peering, 6 unknown, 79 active+clean; 582 KiB data, 2.4 GiB used, 355 GiB / 358 GiB avail 2024-09-13T14:58:46.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:46 smithi071 ceph-mon[107477]: 1.2 scrub starts 2024-09-13T14:58:46.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:46 smithi071 ceph-mon[107477]: 1.2 scrub ok 2024-09-13T14:58:46.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:46 smithi071 ceph-mon[107477]: 1.7 scrub starts 2024-09-13T14:58:46.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:46 smithi071 ceph-mon[107477]: 1.7 scrub ok 2024-09-13T14:58:46.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:46 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1379877828' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:58:46.893 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:46 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:58:46.893 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:46 smithi071 ceph-mon[107477]: 1.e scrub starts 2024-09-13T14:58:46.893 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:46 smithi071 ceph-mon[107477]: 1.e scrub ok 2024-09-13T14:58:46.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:46 smithi104 ceph-mon[105578]: pgmap v1933: 93 pgs: 8 peering, 6 unknown, 79 active+clean; 582 KiB data, 2.4 GiB used, 355 GiB / 358 GiB avail 2024-09-13T14:58:46.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:46 smithi104 ceph-mon[105578]: 1.2 scrub starts 2024-09-13T14:58:46.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:46 smithi104 ceph-mon[105578]: 1.2 scrub ok 2024-09-13T14:58:46.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:46 smithi104 ceph-mon[105578]: 1.7 scrub starts 2024-09-13T14:58:46.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:46 smithi104 ceph-mon[105578]: 1.7 scrub ok 2024-09-13T14:58:46.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:46 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1379877828' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:58:46.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:46 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:58:46.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:46 smithi104 ceph-mon[105578]: 1.e scrub starts 2024-09-13T14:58:46.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:46 smithi104 ceph-mon[105578]: 1.e scrub ok 2024-09-13T14:58:46.925 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:58:46.946 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:46.946 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:46.947 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:58:47.047 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:58:47.068 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:47.069 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:47.069 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:58:47.170 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:58:47.192 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:47.192 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:47.193 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:58:47.293 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:47.315 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:47.316 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:47.316 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:47.417 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:47.439 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:47.439 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:47.440 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:47.541 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:47.562 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:47.563 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:47.563 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:47.593 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:58:47.664 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:47.686 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:47.686 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:47.687 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:47.787 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:58:47.810 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:47.810 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:47.811 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:58:47.848 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:47 smithi071 ceph-mon[112785]: 1.b scrub starts 2024-09-13T14:58:47.848 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:47 smithi071 ceph-mon[112785]: 1.b scrub ok 2024-09-13T14:58:47.849 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:47 smithi071 ceph-mon[112785]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T14:58:47.849 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:47 smithi071 ceph-mon[112785]: Cluster is now healthy 2024-09-13T14:58:47.849 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:47 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T14:58:47.849 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:47 smithi071 ceph-mon[112785]: osdmap e1312: 8 total, 8 up, 4 in 2024-09-13T14:58:47.849 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:47 smithi071 ceph-mon[112785]: 1.12 scrub starts 2024-09-13T14:58:47.849 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:47 smithi071 ceph-mon[112785]: 1.12 scrub ok 2024-09-13T14:58:47.849 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:47 smithi071 ceph-mon[112785]: 1.0 scrub starts 2024-09-13T14:58:47.849 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:47 smithi071 ceph-mon[112785]: 1.0 scrub ok 2024-09-13T14:58:47.849 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:47 smithi071 ceph-mon[107477]: 1.b scrub starts 2024-09-13T14:58:47.849 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:47 smithi071 ceph-mon[107477]: 1.b scrub ok 2024-09-13T14:58:47.850 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:47 smithi071 ceph-mon[107477]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T14:58:47.850 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:47 smithi071 ceph-mon[107477]: Cluster is now healthy 2024-09-13T14:58:47.850 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:47 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T14:58:47.850 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:47 smithi071 ceph-mon[107477]: osdmap e1312: 8 total, 8 up, 4 in 2024-09-13T14:58:47.850 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:47 smithi071 ceph-mon[107477]: 1.12 scrub starts 2024-09-13T14:58:47.850 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:47 smithi071 ceph-mon[107477]: 1.12 scrub ok 2024-09-13T14:58:47.850 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:47 smithi071 ceph-mon[107477]: 1.0 scrub starts 2024-09-13T14:58:47.850 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:47 smithi071 ceph-mon[107477]: 1.0 scrub ok 2024-09-13T14:58:47.912 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:58:47.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:47 smithi104 ceph-mon[105578]: 1.b scrub starts 2024-09-13T14:58:47.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:47 smithi104 ceph-mon[105578]: 1.b scrub ok 2024-09-13T14:58:47.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:47 smithi104 ceph-mon[105578]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T14:58:47.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:47 smithi104 ceph-mon[105578]: Cluster is now healthy 2024-09-13T14:58:47.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:47 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T14:58:47.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:47 smithi104 ceph-mon[105578]: osdmap e1312: 8 total, 8 up, 4 in 2024-09-13T14:58:47.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:47 smithi104 ceph-mon[105578]: 1.12 scrub starts 2024-09-13T14:58:47.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:47 smithi104 ceph-mon[105578]: 1.12 scrub ok 2024-09-13T14:58:47.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:47 smithi104 ceph-mon[105578]: 1.0 scrub starts 2024-09-13T14:58:47.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:47 smithi104 ceph-mon[105578]: 1.0 scrub ok 2024-09-13T14:58:47.933 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:47.934 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:47.934 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:58:48.035 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:48.057 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:48.058 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:48.058 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:48.081 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:58:48.081 INFO:teuthology.orchestra.run.smithi071.stdout: "size": 20, 2024-09-13T14:58:48.081 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 600, 2024-09-13T14:58:48.081 INFO:teuthology.orchestra.run.smithi071.stdout: "ops": [ 2024-09-13T14:58:48.081 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.081 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:196820 7.f 7:fc19c063:::benchmark_data_smithi071_196541_object83880:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1187)", 2024-09-13T14:58:48.081 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:50:00.564342+0000", 2024-09-13T14:58:48.081 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 527.38042085300003, 2024-09-13T14:58:48.081 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0961653689999999, 2024-09-13T14:58:48.082 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:58:48.082 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:58:48.082 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T14:58:48.082 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:58:48.082 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:58:48.082 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:58:48.082 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 196820 2024-09-13T14:58:48.082 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.082 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:58:48.082 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.082 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:58:48.082 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:00.564342+0000", 2024-09-13T14:58:48.082 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:58:48.082 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.083 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.083 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:58:48.083 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:00.564342+0000", 2024-09-13T14:58:48.083 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:58:48.083 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.083 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.083 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:58:48.083 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:00.564344+0000", 2024-09-13T14:58:48.083 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.0779999999999998e-06 2024-09-13T14:58:48.083 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.083 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.084 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:58:48.084 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:00.564351+0000", 2024-09-13T14:58:48.084 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.7109999999999998e-06 2024-09-13T14:58:48.084 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.084 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.084 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:58:48.084 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:00.564365+0000", 2024-09-13T14:58:48.084 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.3987e-05 2024-09-13T14:58:48.084 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.084 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.084 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:58:48.084 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:00.564375+0000", 2024-09-13T14:58:48.085 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.4630000000000007e-06 2024-09-13T14:58:48.085 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.085 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.085 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:58:48.085 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:00.564434+0000", 2024-09-13T14:58:48.085 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.9178999999999997e-05 2024-09-13T14:58:48.085 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.085 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.085 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:58:48.085 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:00.564567+0000", 2024-09-13T14:58:48.085 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013316700000000001 2024-09-13T14:58:48.085 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.085 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.086 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 0,5,7", 2024-09-13T14:58:48.086 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:00.564697+0000", 2024-09-13T14:58:48.086 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013007900000000001 2024-09-13T14:58:48.086 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.086 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.086 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:58:48.086 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:00.581788+0000", 2024-09-13T14:58:48.086 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.017091262999999999 2024-09-13T14:58:48.086 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.086 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.086 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:58:48.086 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:00.581800+0000", 2024-09-13T14:58:48.086 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1731e-05 2024-09-13T14:58:48.087 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.087 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.087 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:58:48.087 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.646371+0000", 2024-09-13T14:58:48.087 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0645706669999999 2024-09-13T14:58:48.087 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.087 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.087 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for missing object", 2024-09-13T14:58:48.087 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.646481+0000", 2024-09-13T14:58:48.087 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000110785 2024-09-13T14:58:48.087 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.087 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.088 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:58:48.088 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.660428+0000", 2024-09-13T14:58:48.088 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.01394628 2024-09-13T14:58:48.088 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.088 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.088 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:58:48.088 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.660508+0000", 2024-09-13T14:58:48.088 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.9979000000000001e-05 2024-09-13T14:58:48.088 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:58:48.088 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:58:48.088 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:58:48.088 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.088 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.089 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:196821 7.f 7:fbcb5cc9:::benchmark_data_smithi071_196541_object83881:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1188)", 2024-09-13T14:58:48.089 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:50:00.585428+0000", 2024-09-13T14:58:48.089 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 527.35933536100003, 2024-09-13T14:58:48.089 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0747313439999999, 2024-09-13T14:58:48.089 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:58:48.089 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:58:48.089 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:58:48.089 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:58:48.089 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:58:48.089 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:58:48.089 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 196821 2024-09-13T14:58:48.089 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.089 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:58:48.090 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.090 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:58:48.090 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:00.585428+0000", 2024-09-13T14:58:48.090 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:58:48.090 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.090 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.090 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:58:48.090 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:00.585428+0000", 2024-09-13T14:58:48.090 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:58:48.090 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.090 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.090 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:58:48.090 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:00.585429+0000", 2024-09-13T14:58:48.091 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.389e-06 2024-09-13T14:58:48.091 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.091 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.091 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:58:48.091 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:00.585433+0000", 2024-09-13T14:58:48.091 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.749e-06 2024-09-13T14:58:48.091 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.091 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.091 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:58:48.091 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:00.585442+0000", 2024-09-13T14:58:48.091 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.1409999999999994e-06 2024-09-13T14:58:48.091 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.091 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.091 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:58:48.092 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:00.585450+0000", 2024-09-13T14:58:48.092 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.9060000000000002e-06 2024-09-13T14:58:48.092 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.092 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.092 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:58:48.092 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:00.585668+0000", 2024-09-13T14:58:48.092 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00021753399999999999 2024-09-13T14:58:48.092 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.092 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.092 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:58:48.092 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:00.585677+0000", 2024-09-13T14:58:48.092 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.6050000000000004e-06 2024-09-13T14:58:48.092 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.092 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.093 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:58:48.093 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.646797+0000", 2024-09-13T14:58:48.093 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.061120144 2024-09-13T14:58:48.093 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.093 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.093 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:58:48.093 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.646911+0000", 2024-09-13T14:58:48.093 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000113818 2024-09-13T14:58:48.093 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.093 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.093 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 0,5,7", 2024-09-13T14:58:48.093 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.647462+0000", 2024-09-13T14:58:48.093 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00055083699999999998 2024-09-13T14:58:48.093 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.094 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.094 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:58:48.094 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.655118+0000", 2024-09-13T14:58:48.094 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0076555979999999996 2024-09-13T14:58:48.094 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.094 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.094 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:58:48.094 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.655156+0000", 2024-09-13T14:58:48.094 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.8448999999999997e-05 2024-09-13T14:58:48.094 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.094 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.094 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:58:48.094 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.655559+0000", 2024-09-13T14:58:48.095 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00040307100000000002 2024-09-13T14:58:48.095 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.095 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.095 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:58:48.095 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.659959+0000", 2024-09-13T14:58:48.095 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0044001250000000004 2024-09-13T14:58:48.095 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.095 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.095 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:58:48.095 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.660024+0000", 2024-09-13T14:58:48.095 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.491e-05 2024-09-13T14:58:48.095 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.095 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.095 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:58:48.096 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:01.660159+0000", 2024-09-13T14:58:48.096 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013506799999999999 2024-09-13T14:58:48.096 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:58:48.096 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:58:48.096 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:58:48.096 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.096 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.096 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:205249 7.f 7:f555c02e:::benchmark_data_smithi071_196541_object92309:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1193)", 2024-09-13T14:58:48.096 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:50:18.165432+0000", 2024-09-13T14:58:48.096 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 509.77933075499999, 2024-09-13T14:58:48.096 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.026720203, 2024-09-13T14:58:48.096 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:58:48.096 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:58:48.097 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:58:48.097 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:58:48.097 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:58:48.097 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:58:48.097 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 205249 2024-09-13T14:58:48.097 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.097 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:58:48.097 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.097 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:58:48.097 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.165432+0000", 2024-09-13T14:58:48.097 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:58:48.097 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.097 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.098 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:58:48.098 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.165432+0000", 2024-09-13T14:58:48.098 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:58:48.098 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.098 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.098 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:58:48.098 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.165433+0000", 2024-09-13T14:58:48.098 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.3099999999999999e-07 2024-09-13T14:58:48.098 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.098 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.098 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:58:48.098 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.165435+0000", 2024-09-13T14:58:48.098 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.7719999999999999e-06 2024-09-13T14:58:48.098 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.099 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.099 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:58:48.099 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.165440+0000", 2024-09-13T14:58:48.099 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.1630000000000004e-06 2024-09-13T14:58:48.099 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.099 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.099 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:58:48.099 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.165444+0000", 2024-09-13T14:58:48.099 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.3340000000000003e-06 2024-09-13T14:58:48.099 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.099 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.099 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:58:48.099 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.175480+0000", 2024-09-13T14:58:48.099 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.010036036 2024-09-13T14:58:48.100 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.100 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.100 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:58:48.100 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.175490+0000", 2024-09-13T14:58:48.100 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.4329999999999993e-06 2024-09-13T14:58:48.100 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.100 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.100 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:58:48.100 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.187689+0000", 2024-09-13T14:58:48.100 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.012199023 2024-09-13T14:58:48.100 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.100 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.100 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:58:48.101 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.187827+0000", 2024-09-13T14:58:48.101 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013861900000000001 2024-09-13T14:58:48.101 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.101 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.101 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 5,7", 2024-09-13T14:58:48.101 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.187968+0000", 2024-09-13T14:58:48.101 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00014040600000000001 2024-09-13T14:58:48.101 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.101 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.101 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:58:48.101 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.191983+0000", 2024-09-13T14:58:48.101 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0040151099999999997 2024-09-13T14:58:48.102 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.102 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.102 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:58:48.102 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.192033+0000", 2024-09-13T14:58:48.102 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.0602000000000001e-05 2024-09-13T14:58:48.102 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.102 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.102 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:58:48.102 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.192042+0000", 2024-09-13T14:58:48.102 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.4379999999999995e-06 2024-09-13T14:58:48.102 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.102 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.102 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:58:48.102 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.192078+0000", 2024-09-13T14:58:48.103 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.6465999999999999e-05 2024-09-13T14:58:48.103 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.103 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.103 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:58:48.103 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.192153+0000", 2024-09-13T14:58:48.103 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.4469999999999997e-05 2024-09-13T14:58:48.103 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:58:48.103 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:58:48.103 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:58:48.103 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.103 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.103 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:205255 7.f 7:f587c29b:::benchmark_data_smithi071_196541_object92315:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1193)", 2024-09-13T14:58:48.103 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:50:18.180209+0000", 2024-09-13T14:58:48.103 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 509.76455393600003, 2024-09-13T14:58:48.104 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0252084619999999, 2024-09-13T14:58:48.104 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:58:48.104 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:58:48.104 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:58:48.104 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:58:48.104 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:58:48.104 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:58:48.104 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 205255 2024-09-13T14:58:48.104 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.104 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:58:48.104 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.104 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:58:48.104 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.180209+0000", 2024-09-13T14:58:48.104 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:58:48.105 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.105 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.105 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:58:48.105 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.180209+0000", 2024-09-13T14:58:48.105 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:58:48.105 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.105 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.105 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:58:48.105 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.180211+0000", 2024-09-13T14:58:48.105 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.353e-06 2024-09-13T14:58:48.105 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.105 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.105 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:58:48.105 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.180216+0000", 2024-09-13T14:58:48.106 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.3580000000000002e-06 2024-09-13T14:58:48.106 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.106 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.106 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:58:48.106 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.180227+0000", 2024-09-13T14:58:48.106 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0815000000000001e-05 2024-09-13T14:58:48.106 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.106 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.106 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:58:48.106 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.180234+0000", 2024-09-13T14:58:48.106 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.0160000000000003e-06 2024-09-13T14:58:48.106 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.106 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.107 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:58:48.107 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.180320+0000", 2024-09-13T14:58:48.107 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.6372000000000006e-05 2024-09-13T14:58:48.107 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.107 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.107 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:58:48.107 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.180330+0000", 2024-09-13T14:58:48.107 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0249e-05 2024-09-13T14:58:48.107 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.107 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.107 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:58:48.107 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.192191+0000", 2024-09-13T14:58:48.107 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.01186083 2024-09-13T14:58:48.107 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.108 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.108 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:58:48.108 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.192303+0000", 2024-09-13T14:58:48.108 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00011128000000000001 2024-09-13T14:58:48.108 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.108 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.108 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 5,7", 2024-09-13T14:58:48.108 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.192439+0000", 2024-09-13T14:58:48.108 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013620700000000001 2024-09-13T14:58:48.108 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.108 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.108 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:58:48.108 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.199166+0000", 2024-09-13T14:58:48.109 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0067277049999999996 2024-09-13T14:58:48.109 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.109 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.109 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:58:48.109 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.199215+0000", 2024-09-13T14:58:48.109 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.8254999999999998e-05 2024-09-13T14:58:48.109 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.109 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.109 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:58:48.109 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.205263+0000", 2024-09-13T14:58:48.109 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0060483150000000003 2024-09-13T14:58:48.109 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.109 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.110 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:58:48.110 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.205316+0000", 2024-09-13T14:58:48.110 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.3307000000000003e-05 2024-09-13T14:58:48.110 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.110 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.110 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:58:48.110 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.205418+0000", 2024-09-13T14:58:48.110 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0001014 2024-09-13T14:58:48.110 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:58:48.110 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:58:48.110 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:58:48.110 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.110 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.111 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:205275 7.f 7:f60d921e:::benchmark_data_smithi071_196541_object92335:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1193)", 2024-09-13T14:58:48.111 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:50:18.205672+0000", 2024-09-13T14:58:48.111 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 509.739090917, 2024-09-13T14:58:48.111 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.99995256499999996, 2024-09-13T14:58:48.111 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:58:48.111 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:58:48.111 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:58:48.111 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:58:48.111 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:58:48.111 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:58:48.111 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 205275 2024-09-13T14:58:48.111 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.111 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:58:48.111 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.112 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:58:48.112 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.205672+0000", 2024-09-13T14:58:48.112 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:58:48.112 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.112 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.112 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:58:48.112 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.205672+0000", 2024-09-13T14:58:48.112 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:58:48.112 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.112 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.112 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:58:48.112 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.205674+0000", 2024-09-13T14:58:48.112 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4300000000000001e-06 2024-09-13T14:58:48.113 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.113 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.113 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:58:48.113 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.205678+0000", 2024-09-13T14:58:48.113 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.7160000000000002e-06 2024-09-13T14:58:48.113 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.113 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.113 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:58:48.113 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.205690+0000", 2024-09-13T14:58:48.113 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1474000000000001e-05 2024-09-13T14:58:48.113 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.113 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.113 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:58:48.114 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.205697+0000", 2024-09-13T14:58:48.114 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.5760000000000002e-06 2024-09-13T14:58:48.114 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.114 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.114 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:58:48.114 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.207151+0000", 2024-09-13T14:58:48.114 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0014541549999999999 2024-09-13T14:58:48.114 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.114 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.114 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:58:48.114 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.207161+0000", 2024-09-13T14:58:48.114 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.9750000000000002e-06 2024-09-13T14:58:48.114 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.115 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.115 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:58:48.115 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.195756+0000", 2024-09-13T14:58:48.115 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.98859583799999995 2024-09-13T14:58:48.115 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.115 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.115 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:58:48.115 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.195876+0000", 2024-09-13T14:58:48.115 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000119226 2024-09-13T14:58:48.115 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.115 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.115 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 5,7", 2024-09-13T14:58:48.115 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.195952+0000", 2024-09-13T14:58:48.115 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.6408000000000004e-05 2024-09-13T14:58:48.116 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.116 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.116 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:58:48.116 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.199249+0000", 2024-09-13T14:58:48.116 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0032972209999999999 2024-09-13T14:58:48.116 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.116 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.116 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:58:48.116 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.199285+0000", 2024-09-13T14:58:48.116 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.6059000000000002e-05 2024-09-13T14:58:48.116 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.116 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.117 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:58:48.117 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.205477+0000", 2024-09-13T14:58:48.117 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0061915540000000002 2024-09-13T14:58:48.117 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.117 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.117 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:58:48.117 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.205529+0000", 2024-09-13T14:58:48.117 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.2506000000000002e-05 2024-09-13T14:58:48.117 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.117 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.117 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:58:48.117 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.205625+0000", 2024-09-13T14:58:48.117 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.5427000000000006e-05 2024-09-13T14:58:48.117 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:58:48.118 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:58:48.118 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:58:48.118 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.118 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.118 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:205277 7.f 7:fa56af2d:::benchmark_data_smithi071_196541_object92337:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1193)", 2024-09-13T14:58:48.118 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:50:18.209752+0000", 2024-09-13T14:58:48.118 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 509.73501122200003, 2024-09-13T14:58:48.118 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.99604103799999999, 2024-09-13T14:58:48.118 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:58:48.118 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:58:48.118 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:58:48.118 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:58:48.118 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:58:48.118 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:58:48.119 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 205277 2024-09-13T14:58:48.119 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.119 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:58:48.119 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.119 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:58:48.119 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.209752+0000", 2024-09-13T14:58:48.119 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:58:48.119 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.119 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.119 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:58:48.119 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.209752+0000", 2024-09-13T14:58:48.119 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:58:48.119 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.119 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.120 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:58:48.120 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.209753+0000", 2024-09-13T14:58:48.120 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.9699999999999996e-07 2024-09-13T14:58:48.120 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.120 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.120 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:58:48.120 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.209755+0000", 2024-09-13T14:58:48.120 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.255e-06 2024-09-13T14:58:48.120 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.120 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.120 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:58:48.120 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.209761+0000", 2024-09-13T14:58:48.120 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.2580000000000001e-06 2024-09-13T14:58:48.120 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.121 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.121 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:58:48.121 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.209767+0000", 2024-09-13T14:58:48.121 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.8019999999999997e-06 2024-09-13T14:58:48.121 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.121 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.121 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:58:48.121 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.209845+0000", 2024-09-13T14:58:48.121 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.8263999999999995e-05 2024-09-13T14:58:48.121 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.121 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.121 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:58:48.121 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.209856+0000", 2024-09-13T14:58:48.121 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0599e-05 2024-09-13T14:58:48.122 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.122 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.122 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:58:48.122 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.199357+0000", 2024-09-13T14:58:48.122 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.98950107300000001 2024-09-13T14:58:48.122 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.122 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.122 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:58:48.122 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.199488+0000", 2024-09-13T14:58:48.122 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000130994 2024-09-13T14:58:48.122 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.122 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.122 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 5,7", 2024-09-13T14:58:48.122 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.199651+0000", 2024-09-13T14:58:48.123 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00016298199999999999 2024-09-13T14:58:48.123 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.123 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.123 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:58:48.123 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.205466+0000", 2024-09-13T14:58:48.123 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0058150479999999997 2024-09-13T14:58:48.123 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.123 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.123 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:58:48.123 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.205631+0000", 2024-09-13T14:58:48.123 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00016490999999999999 2024-09-13T14:58:48.123 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.123 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.123 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:58:48.124 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.205664+0000", 2024-09-13T14:58:48.124 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.2833000000000002e-05 2024-09-13T14:58:48.124 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.124 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.124 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:58:48.124 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.205713+0000", 2024-09-13T14:58:48.124 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.9159999999999997e-05 2024-09-13T14:58:48.124 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.124 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.124 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:58:48.124 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.205793+0000", 2024-09-13T14:58:48.124 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.0363000000000003e-05 2024-09-13T14:58:48.124 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:58:48.125 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:58:48.125 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:58:48.125 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.125 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.125 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:205283 7.f 7:f92ccc26:::benchmark_data_smithi071_196541_object92343:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1193)", 2024-09-13T14:58:48.125 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:50:18.213256+0000", 2024-09-13T14:58:48.125 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 509.73150760099998, 2024-09-13T14:58:48.125 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.99273688599999999, 2024-09-13T14:58:48.125 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:58:48.125 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:58:48.125 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:58:48.125 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:58:48.125 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:58:48.126 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:58:48.126 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 205283 2024-09-13T14:58:48.126 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.126 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:58:48.126 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.126 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:58:48.126 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.213256+0000", 2024-09-13T14:58:48.126 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:58:48.126 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.126 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.126 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:58:48.126 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.213256+0000", 2024-09-13T14:58:48.126 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:58:48.126 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.127 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.127 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:58:48.127 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.213257+0000", 2024-09-13T14:58:48.127 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.39e-06 2024-09-13T14:58:48.127 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.127 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.127 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:58:48.127 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.213262+0000", 2024-09-13T14:58:48.127 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.1000000000000003e-06 2024-09-13T14:58:48.127 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.127 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.127 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:58:48.127 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.213278+0000", 2024-09-13T14:58:48.127 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.5644000000000001e-05 2024-09-13T14:58:48.128 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.128 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.128 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:58:48.128 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.213285+0000", 2024-09-13T14:58:48.128 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.61e-06 2024-09-13T14:58:48.128 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.128 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.128 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:58:48.128 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.213354+0000", 2024-09-13T14:58:48.128 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.8473999999999995e-05 2024-09-13T14:58:48.128 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.128 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.129 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:58:48.129 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.213365+0000", 2024-09-13T14:58:48.129 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1362000000000001e-05 2024-09-13T14:58:48.129 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.129 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.129 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:58:48.129 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.202199+0000", 2024-09-13T14:58:48.129 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.98883356700000002 2024-09-13T14:58:48.129 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.129 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.129 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:58:48.129 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.202282+0000", 2024-09-13T14:58:48.129 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.3446e-05 2024-09-13T14:58:48.129 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.130 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.130 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 5,7", 2024-09-13T14:58:48.130 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.202351+0000", 2024-09-13T14:58:48.130 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.8919999999999997e-05 2024-09-13T14:58:48.130 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.130 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.130 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:58:48.130 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.205830+0000", 2024-09-13T14:58:48.130 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0034784550000000001 2024-09-13T14:58:48.130 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.130 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.130 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:58:48.130 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.205840+0000", 2024-09-13T14:58:48.131 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0634e-05 2024-09-13T14:58:48.131 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.131 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.131 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:58:48.131 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.205873+0000", 2024-09-13T14:58:48.131 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.2285e-05 2024-09-13T14:58:48.131 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.131 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.131 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:58:48.131 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.205913+0000", 2024-09-13T14:58:48.131 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.0197999999999997e-05 2024-09-13T14:58:48.131 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.131 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.131 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:58:48.132 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.205993+0000", 2024-09-13T14:58:48.132 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.9801000000000004e-05 2024-09-13T14:58:48.132 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:58:48.132 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:58:48.132 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:58:48.132 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.132 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.132 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.44978.0:205292 7.f 7:fe783de9:::benchmark_data_smithi071_196541_object92352:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1193)", 2024-09-13T14:58:48.132 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:50:18.223051+0000", 2024-09-13T14:58:48.133 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 509.72171187200001, 2024-09-13T14:58:48.133 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.99979019599999996, 2024-09-13T14:58:48.133 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:58:48.133 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:58:48.133 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:58:48.133 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:58:48.133 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.44978", 2024-09-13T14:58:48.133 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1740986787", 2024-09-13T14:58:48.133 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 205292 2024-09-13T14:58:48.133 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.133 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:58:48.133 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.133 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:58:48.133 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.223051+0000", 2024-09-13T14:58:48.134 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:58:48.134 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.134 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.134 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:58:48.134 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.223051+0000", 2024-09-13T14:58:48.134 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:58:48.134 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.134 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.134 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:58:48.134 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.223052+0000", 2024-09-13T14:58:48.134 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.8899999999999999e-07 2024-09-13T14:58:48.134 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.134 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.135 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:58:48.135 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.223056+0000", 2024-09-13T14:58:48.135 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.7629999999999998e-06 2024-09-13T14:58:48.135 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.135 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.135 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:58:48.135 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.223063+0000", 2024-09-13T14:58:48.135 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.109e-06 2024-09-13T14:58:48.135 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.135 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.135 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:58:48.135 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.223069+0000", 2024-09-13T14:58:48.135 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.6529999999999999e-06 2024-09-13T14:58:48.135 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.136 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.136 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:58:48.136 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.223122+0000", 2024-09-13T14:58:48.136 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.3337000000000001e-05 2024-09-13T14:58:48.136 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.136 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.136 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:58:48.136 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:18.223130+0000", 2024-09-13T14:58:48.136 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.9019999999999999e-06 2024-09-13T14:58:48.136 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.136 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.136 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:58:48.136 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.206020+0000", 2024-09-13T14:58:48.137 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.98289019399999999 2024-09-13T14:58:48.137 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.137 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.137 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:58:48.137 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.206176+0000", 2024-09-13T14:58:48.137 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00015562 2024-09-13T14:58:48.137 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.137 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.137 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 5,7", 2024-09-13T14:58:48.137 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.206304+0000", 2024-09-13T14:58:48.137 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012863499999999999 2024-09-13T14:58:48.137 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.137 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.138 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:58:48.138 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.217371+0000", 2024-09-13T14:58:48.138 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.011066731 2024-09-13T14:58:48.138 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.138 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.138 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:58:48.138 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.217411+0000", 2024-09-13T14:58:48.138 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.9567000000000003e-05 2024-09-13T14:58:48.138 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.138 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.138 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:58:48.138 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.222689+0000", 2024-09-13T14:58:48.138 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0052782130000000003 2024-09-13T14:58:48.138 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.139 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.139 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:58:48.139 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.222743+0000", 2024-09-13T14:58:48.139 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.3903000000000002e-05 2024-09-13T14:58:48.139 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.139 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.139 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:58:48.139 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:50:19.222842+0000", 2024-09-13T14:58:48.139 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.8880000000000002e-05 2024-09-13T14:58:48.139 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:58:48.139 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:58:48.139 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:58:48.139 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.139 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.140 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:61517 8.0 8:007f137e:::benchmark_data_smithi071_245775_object61516:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1218)", 2024-09-13T14:58:48.140 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:52:00.347040+0000", 2024-09-13T14:58:48.140 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 407.59772366800001, 2024-09-13T14:58:48.140 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.316950544, 2024-09-13T14:58:48.140 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:58:48.140 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:58:48.140 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:58:48.140 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:58:48.140 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T14:58:48.140 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:58:48.140 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 61517 2024-09-13T14:58:48.140 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.140 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:58:48.141 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.141 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:58:48.141 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:00.347040+0000", 2024-09-13T14:58:48.141 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:58:48.141 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.141 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.141 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:58:48.141 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:00.347040+0000", 2024-09-13T14:58:48.141 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:58:48.141 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.141 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.141 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:58:48.141 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:00.347041+0000", 2024-09-13T14:58:48.141 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.173e-06 2024-09-13T14:58:48.141 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.142 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.142 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:58:48.142 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:00.347070+0000", 2024-09-13T14:58:48.142 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.9723999999999999e-05 2024-09-13T14:58:48.142 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.142 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.142 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:58:48.142 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:00.347081+0000", 2024-09-13T14:58:48.142 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0455000000000001e-05 2024-09-13T14:58:48.142 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.142 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.142 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:58:48.142 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:00.347088+0000", 2024-09-13T14:58:48.142 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.9750000000000001e-06 2024-09-13T14:58:48.143 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.143 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.143 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:58:48.143 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:00.473870+0000", 2024-09-13T14:58:48.143 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.12678230800000001 2024-09-13T14:58:48.143 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.143 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.143 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:58:48.143 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:00.474697+0000", 2024-09-13T14:58:48.143 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00082684700000000002 2024-09-13T14:58:48.143 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.143 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.143 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,5", 2024-09-13T14:58:48.144 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:00.474831+0000", 2024-09-13T14:58:48.144 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013444800000000001 2024-09-13T14:58:48.144 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.144 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.144 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:58:48.144 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:00.481614+0000", 2024-09-13T14:58:48.144 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0067821130000000002 2024-09-13T14:58:48.144 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.144 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.144 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:58:48.144 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:00.481646+0000", 2024-09-13T14:58:48.144 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.2091999999999997e-05 2024-09-13T14:58:48.144 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.144 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.145 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:58:48.145 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:00.663897+0000", 2024-09-13T14:58:48.145 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.182250989 2024-09-13T14:58:48.145 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.145 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.145 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:58:48.145 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:00.663947+0000", 2024-09-13T14:58:48.145 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.0061000000000001e-05 2024-09-13T14:58:48.145 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.145 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.145 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:58:48.145 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:52:00.663990+0000", 2024-09-13T14:58:48.145 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.3359000000000003e-05 2024-09-13T14:58:48.146 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:58:48.146 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:58:48.146 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:58:48.146 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.146 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.146 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:134221 8.c 8:3fbc1d47:::benchmark_data_smithi071_245775_object12923:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1230)", 2024-09-13T14:58:48.146 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:53:14.963278+0000", 2024-09-13T14:58:48.146 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 332.98148557500002, 2024-09-13T14:58:48.146 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.128580551, 2024-09-13T14:58:48.146 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:58:48.146 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:58:48.146 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:58:48.146 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:58:48.146 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T14:58:48.147 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:58:48.147 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 134221 2024-09-13T14:58:48.147 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.147 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:58:48.147 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.147 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:58:48.147 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.963278+0000", 2024-09-13T14:58:48.147 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:58:48.147 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.147 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.147 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:58:48.147 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.963278+0000", 2024-09-13T14:58:48.147 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:58:48.147 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.148 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.148 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:58:48.148 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.963278+0000", 2024-09-13T14:58:48.148 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.9400000000000001e-07 2024-09-13T14:58:48.148 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.148 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.148 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:58:48.148 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.963280+0000", 2024-09-13T14:58:48.148 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.2199999999999999e-06 2024-09-13T14:58:48.148 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.148 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.148 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:58:48.148 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.963287+0000", 2024-09-13T14:58:48.148 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.3409999999999999e-06 2024-09-13T14:58:48.149 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.149 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.149 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:58:48.149 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.963292+0000", 2024-09-13T14:58:48.149 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.1880000000000001e-06 2024-09-13T14:58:48.149 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.149 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.149 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:58:48.149 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.967174+0000", 2024-09-13T14:58:48.149 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0038820669999999999 2024-09-13T14:58:48.149 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.149 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.149 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:58:48.149 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.967191+0000", 2024-09-13T14:58:48.150 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.7300999999999999e-05 2024-09-13T14:58:48.150 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.150 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.150 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:58:48.150 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:16.085197+0000", 2024-09-13T14:58:48.150 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.118005578 2024-09-13T14:58:48.150 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.150 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.150 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:58:48.150 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:16.085402+0000", 2024-09-13T14:58:48.150 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00020496699999999999 2024-09-13T14:58:48.150 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.151 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.151 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 5,7", 2024-09-13T14:58:48.151 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:16.085533+0000", 2024-09-13T14:58:48.151 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000131674 2024-09-13T14:58:48.151 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.151 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.151 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:58:48.151 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:16.090883+0000", 2024-09-13T14:58:48.151 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0053497800000000002 2024-09-13T14:58:48.151 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.151 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.151 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:58:48.151 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:16.090918+0000", 2024-09-13T14:58:48.151 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.4474000000000002e-05 2024-09-13T14:58:48.152 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.152 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.152 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:58:48.152 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:16.091751+0000", 2024-09-13T14:58:48.152 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00083374100000000004 2024-09-13T14:58:48.152 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.152 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.152 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:58:48.152 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:16.091793+0000", 2024-09-13T14:58:48.152 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.1362000000000001e-05 2024-09-13T14:58:48.152 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.152 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.152 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:58:48.153 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:16.091858+0000", 2024-09-13T14:58:48.153 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.5463999999999995e-05 2024-09-13T14:58:48.153 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:58:48.153 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:58:48.153 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:58:48.153 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.153 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.153 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:134230 8.c 8:3eab7c4d:::benchmark_data_smithi071_245775_object12932:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1230)", 2024-09-13T14:58:48.153 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:53:14.992144+0000", 2024-09-13T14:58:48.153 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 332.95261896199997, 2024-09-13T14:58:48.153 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.100092064, 2024-09-13T14:58:48.153 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:58:48.153 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:58:48.153 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:58:48.154 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:58:48.154 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T14:58:48.154 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:58:48.154 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 134230 2024-09-13T14:58:48.154 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.154 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:58:48.154 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.154 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:58:48.154 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.992144+0000", 2024-09-13T14:58:48.154 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:58:48.154 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.154 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.154 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:58:48.154 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.992144+0000", 2024-09-13T14:58:48.155 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:58:48.155 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.155 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.155 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:58:48.155 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.992146+0000", 2024-09-13T14:58:48.155 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.5710000000000001e-06 2024-09-13T14:58:48.155 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.155 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.155 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:58:48.155 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.992151+0000", 2024-09-13T14:58:48.155 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.4979999999999997e-06 2024-09-13T14:58:48.155 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.155 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.155 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:58:48.156 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.992161+0000", 2024-09-13T14:58:48.156 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.7960000000000007e-06 2024-09-13T14:58:48.156 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.156 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.156 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:58:48.156 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.992168+0000", 2024-09-13T14:58:48.156 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.221e-06 2024-09-13T14:58:48.156 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.156 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.156 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:58:48.156 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.992222+0000", 2024-09-13T14:58:48.156 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.4061999999999998e-05 2024-09-13T14:58:48.156 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.157 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.157 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:58:48.157 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.992231+0000", 2024-09-13T14:58:48.157 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.6889999999999993e-06 2024-09-13T14:58:48.157 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.157 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.157 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:58:48.157 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:16.088459+0000", 2024-09-13T14:58:48.157 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0962276070000001 2024-09-13T14:58:48.157 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.157 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.157 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:58:48.157 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:16.088536+0000", 2024-09-13T14:58:48.157 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.7558000000000005e-05 2024-09-13T14:58:48.158 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.158 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.158 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 5,7", 2024-09-13T14:58:48.158 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:16.088610+0000", 2024-09-13T14:58:48.158 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.3967999999999994e-05 2024-09-13T14:58:48.158 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.158 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.158 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:58:48.158 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:16.091154+0000", 2024-09-13T14:58:48.158 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0025441219999999998 2024-09-13T14:58:48.158 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.158 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.158 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:58:48.158 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:16.091235+0000", 2024-09-13T14:58:48.159 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.0296999999999994e-05 2024-09-13T14:58:48.159 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.159 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.159 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:58:48.159 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:16.092066+0000", 2024-09-13T14:58:48.159 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00083119699999999999 2024-09-13T14:58:48.159 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.159 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.159 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:58:48.159 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:16.092124+0000", 2024-09-13T14:58:48.159 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.8119999999999999e-05 2024-09-13T14:58:48.159 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.159 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.159 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:58:48.160 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:16.092236+0000", 2024-09-13T14:58:48.160 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000112358 2024-09-13T14:58:48.160 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:58:48.160 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:58:48.160 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:58:48.160 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.160 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.160 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:180519 8.c 8:3485b252:::benchmark_data_smithi071_245775_object59221:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1271)", 2024-09-13T14:58:48.160 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:56:44.265522+0000", 2024-09-13T14:58:48.160 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 123.67924165700001, 2024-09-13T14:58:48.160 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.14504077, 2024-09-13T14:58:48.160 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:58:48.160 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:58:48.160 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:58:48.161 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:58:48.161 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T14:58:48.161 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:58:48.161 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 180519 2024-09-13T14:58:48.161 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.161 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:58:48.161 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.161 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:58:48.161 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:44.265522+0000", 2024-09-13T14:58:48.161 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:58:48.161 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.161 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.161 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:58:48.161 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:44.265522+0000", 2024-09-13T14:58:48.162 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:58:48.162 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.162 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.162 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:58:48.162 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:44.265523+0000", 2024-09-13T14:58:48.162 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.826e-06 2024-09-13T14:58:48.162 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.162 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.162 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:58:48.162 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:44.265530+0000", 2024-09-13T14:58:48.162 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.1619999999999996e-06 2024-09-13T14:58:48.162 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.162 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.162 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:58:48.163 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:44.265563+0000", 2024-09-13T14:58:48.163 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.3645000000000001e-05 2024-09-13T14:58:48.163 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.163 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.163 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:58:48.163 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:44.265573+0000", 2024-09-13T14:58:48.163 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.6940000000000007e-06 2024-09-13T14:58:48.163 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.163 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.163 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:58:48.163 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:44.278298+0000", 2024-09-13T14:58:48.163 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.012725346 2024-09-13T14:58:48.163 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.163 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.164 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:58:48.164 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:44.278310+0000", 2024-09-13T14:58:48.164 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2079000000000001e-05 2024-09-13T14:58:48.164 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.164 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.164 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:58:48.164 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:45.294097+0000", 2024-09-13T14:58:48.164 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0157865129999999 2024-09-13T14:58:48.164 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.164 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.164 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:58:48.164 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:45.294110+0000", 2024-09-13T14:58:48.164 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2744e-05 2024-09-13T14:58:48.165 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.165 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.165 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:58:48.165 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:46.395872+0000", 2024-09-13T14:58:48.165 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1017621689999999 2024-09-13T14:58:48.165 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.165 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.165 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:58:48.165 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:46.396001+0000", 2024-09-13T14:58:48.165 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012887200000000001 2024-09-13T14:58:48.165 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.165 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.165 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,5,7", 2024-09-13T14:58:48.165 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:46.396455+0000", 2024-09-13T14:58:48.166 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000454098 2024-09-13T14:58:48.166 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.166 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.166 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:58:48.166 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:46.402069+0000", 2024-09-13T14:58:48.166 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0056141539999999997 2024-09-13T14:58:48.166 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.166 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.166 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:58:48.166 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:46.402228+0000", 2024-09-13T14:58:48.166 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00015962100000000001 2024-09-13T14:58:48.166 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.166 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.166 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:58:48.167 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:46.406637+0000", 2024-09-13T14:58:48.167 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0044083500000000001 2024-09-13T14:58:48.167 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.167 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.167 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:58:48.167 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:46.410374+0000", 2024-09-13T14:58:48.167 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0037375030000000001 2024-09-13T14:58:48.167 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.167 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.167 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:58:48.167 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:46.410439+0000", 2024-09-13T14:58:48.167 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.4913999999999995e-05 2024-09-13T14:58:48.167 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.168 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.168 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:58:48.168 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:46.410562+0000", 2024-09-13T14:58:48.168 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012307999999999999 2024-09-13T14:58:48.168 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:58:48.168 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:58:48.168 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:58:48.168 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.168 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.168 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:202988 8.c 8:38991acf:::benchmark_data_smithi071_245775_object81690:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1279)", 2024-09-13T14:58:48.168 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:57:13.864411+0000", 2024-09-13T14:58:48.168 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 94.080352629000004, 2024-09-13T14:58:48.168 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.152637318, 2024-09-13T14:58:48.169 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:58:48.169 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:58:48.169 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T14:58:48.169 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:58:48.169 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T14:58:48.169 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:58:48.169 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 202988 2024-09-13T14:58:48.169 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.169 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:58:48.169 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.169 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:58:48.169 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864411+0000", 2024-09-13T14:58:48.169 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:58:48.170 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.170 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.170 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:58:48.170 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864411+0000", 2024-09-13T14:58:48.170 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:58:48.170 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.170 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.170 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:58:48.170 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864411+0000", 2024-09-13T14:58:48.170 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.5999999999999999e-07 2024-09-13T14:58:48.170 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.170 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.170 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:58:48.171 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864413+0000", 2024-09-13T14:58:48.171 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.1780000000000002e-06 2024-09-13T14:58:48.171 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.171 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.171 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:58:48.171 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864418+0000", 2024-09-13T14:58:48.171 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.2519999999999999e-06 2024-09-13T14:58:48.171 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.171 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.171 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:58:48.171 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864422+0000", 2024-09-13T14:58:48.171 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.997e-06 2024-09-13T14:58:48.171 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.171 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.172 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:58:48.172 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.867623+0000", 2024-09-13T14:58:48.172 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0032004099999999999 2024-09-13T14:58:48.172 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.172 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.172 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:58:48.172 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.867748+0000", 2024-09-13T14:58:48.172 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012510599999999999 2024-09-13T14:58:48.172 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.172 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.172 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,5,7", 2024-09-13T14:58:48.172 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.867859+0000", 2024-09-13T14:58:48.172 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00011084 2024-09-13T14:58:48.172 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.173 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.173 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:58:48.173 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.873568+0000", 2024-09-13T14:58:48.173 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0057090819999999999 2024-09-13T14:58:48.173 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.173 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.173 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:58:48.173 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.873654+0000", 2024-09-13T14:58:48.173 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.6626999999999996e-05 2024-09-13T14:58:48.173 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.173 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.173 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:58:48.173 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.877724+0000", 2024-09-13T14:58:48.173 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0040697199999999998 2024-09-13T14:58:48.174 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.174 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.174 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:58:48.174 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.921253+0000", 2024-09-13T14:58:48.174 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.043528628999999999 2024-09-13T14:58:48.174 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.174 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.174 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:58:48.174 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.921263+0000", 2024-09-13T14:58:48.174 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.747e-06 2024-09-13T14:58:48.174 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.174 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.174 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:58:48.174 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:15.016864+0000", 2024-09-13T14:58:48.175 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.095601263 2024-09-13T14:58:48.175 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.175 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.175 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:58:48.175 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:15.017048+0000", 2024-09-13T14:58:48.175 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000184107 2024-09-13T14:58:48.175 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:58:48.175 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:58:48.175 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:58:48.175 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.175 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.175 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:202993 8.f 8:ffc0644d:::benchmark_data_smithi071_245775_object81695:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1279)", 2024-09-13T14:58:48.175 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:57:13.864447+0000", 2024-09-13T14:58:48.175 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 94.080316010999994, 2024-09-13T14:58:48.176 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.1303862690000002, 2024-09-13T14:58:48.176 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:58:48.176 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:58:48.176 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T14:58:48.176 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:58:48.176 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T14:58:48.176 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:58:48.176 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 202993 2024-09-13T14:58:48.176 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.176 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:58:48.176 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.176 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:58:48.176 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864447+0000", 2024-09-13T14:58:48.176 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:58:48.177 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.177 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.177 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:58:48.177 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864447+0000", 2024-09-13T14:58:48.177 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:58:48.177 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.177 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.177 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:58:48.177 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864448+0000", 2024-09-13T14:58:48.177 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.5100000000000001e-07 2024-09-13T14:58:48.177 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.177 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.177 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:58:48.178 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864449+0000", 2024-09-13T14:58:48.178 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.8899999999999999e-06 2024-09-13T14:58:48.178 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.178 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.178 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:58:48.178 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864455+0000", 2024-09-13T14:58:48.178 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.2059999999999998e-06 2024-09-13T14:58:48.178 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.178 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.178 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:58:48.178 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864459+0000", 2024-09-13T14:58:48.178 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.33e-06 2024-09-13T14:58:48.178 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.178 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.179 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:58:48.179 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864509+0000", 2024-09-13T14:58:48.179 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.0047999999999999e-05 2024-09-13T14:58:48.179 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.179 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.179 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:58:48.179 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864618+0000", 2024-09-13T14:58:48.179 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00010870300000000001 2024-09-13T14:58:48.179 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.179 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.179 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,5", 2024-09-13T14:58:48.179 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864819+0000", 2024-09-13T14:58:48.179 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000200807 2024-09-13T14:58:48.179 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.179 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.180 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:58:48.180 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.868172+0000", 2024-09-13T14:58:48.180 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0033532879999999998 2024-09-13T14:58:48.180 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.180 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.180 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:58:48.180 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.870013+0000", 2024-09-13T14:58:48.180 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0018409489999999999 2024-09-13T14:58:48.180 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.180 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.180 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:58:48.180 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.909408+0000", 2024-09-13T14:58:48.180 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.039395415000000003 2024-09-13T14:58:48.181 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.181 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.181 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:58:48.181 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.909419+0000", 2024-09-13T14:58:48.181 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0373999999999999e-05 2024-09-13T14:58:48.181 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.181 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.181 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:58:48.181 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:14.944803+0000", 2024-09-13T14:58:48.181 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0353848880000001 2024-09-13T14:58:48.181 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.181 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.181 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:58:48.181 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:14.944817+0000", 2024-09-13T14:58:48.182 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.3772e-05 2024-09-13T14:58:48.182 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.182 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.182 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:58:48.182 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:15.994745+0000", 2024-09-13T14:58:48.182 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0499277789999999 2024-09-13T14:58:48.182 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.182 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.182 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:58:48.182 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:15.994833+0000", 2024-09-13T14:58:48.182 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.8468999999999996e-05 2024-09-13T14:58:48.182 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:58:48.182 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:58:48.182 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:58:48.183 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.183 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.183 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:202994 8.c 8:358f8fd2:::benchmark_data_smithi071_245775_object81696:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1279)", 2024-09-13T14:58:48.183 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:57:13.864471+0000", 2024-09-13T14:58:48.183 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 94.080292541000006, 2024-09-13T14:58:48.183 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1530016030000001, 2024-09-13T14:58:48.183 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:58:48.183 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:58:48.183 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T14:58:48.183 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:58:48.183 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T14:58:48.183 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:58:48.183 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 202994 2024-09-13T14:58:48.183 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.184 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:58:48.184 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.184 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:58:48.184 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864471+0000", 2024-09-13T14:58:48.184 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:58:48.184 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.184 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.184 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:58:48.184 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864471+0000", 2024-09-13T14:58:48.184 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:58:48.184 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.184 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.184 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:58:48.184 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864471+0000", 2024-09-13T14:58:48.185 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.1100000000000002e-07 2024-09-13T14:58:48.185 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.185 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.185 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:58:48.185 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864473+0000", 2024-09-13T14:58:48.185 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.844e-06 2024-09-13T14:58:48.185 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.185 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.185 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:58:48.185 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864478+0000", 2024-09-13T14:58:48.185 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.429e-06 2024-09-13T14:58:48.185 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.185 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.186 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:58:48.186 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864483+0000", 2024-09-13T14:58:48.186 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.2710000000000003e-06 2024-09-13T14:58:48.186 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.186 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.186 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:58:48.186 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.873689+0000", 2024-09-13T14:58:48.186 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0092065710000000002 2024-09-13T14:58:48.186 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.186 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.186 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:58:48.186 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.873823+0000", 2024-09-13T14:58:48.186 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013369599999999999 2024-09-13T14:58:48.186 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.186 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.187 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,5,7", 2024-09-13T14:58:48.187 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.873945+0000", 2024-09-13T14:58:48.187 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012263500000000001 2024-09-13T14:58:48.187 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.187 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.187 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:58:48.187 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.877935+0000", 2024-09-13T14:58:48.187 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0039897910000000003 2024-09-13T14:58:48.187 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.187 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.187 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:58:48.187 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.878034+0000", 2024-09-13T14:58:48.187 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.8610999999999995e-05 2024-09-13T14:58:48.187 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.188 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.188 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:58:48.188 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.921396+0000", 2024-09-13T14:58:48.188 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.043361828999999998 2024-09-13T14:58:48.188 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.188 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.188 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:58:48.188 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.921404+0000", 2024-09-13T14:58:48.188 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.4679999999999992e-06 2024-09-13T14:58:48.188 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.188 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.188 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:58:48.188 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:15.017426+0000", 2024-09-13T14:58:48.188 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0960221990000001 2024-09-13T14:58:48.189 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.189 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.189 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:58:48.189 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:15.017472+0000", 2024-09-13T14:58:48.189 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.5948000000000001e-05 2024-09-13T14:58:48.189 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:58:48.189 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:58:48.189 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:58:48.189 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.189 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.189 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:203001 8.f 8:ff778168:::benchmark_data_smithi071_245775_object81703:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1279)", 2024-09-13T14:58:48.189 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:57:13.877977+0000", 2024-09-13T14:58:48.189 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 94.066786687999993, 2024-09-13T14:58:48.189 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.1210819189999999, 2024-09-13T14:58:48.190 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:58:48.190 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:58:48.190 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T14:58:48.190 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:58:48.190 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T14:58:48.190 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:58:48.190 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 203001 2024-09-13T14:58:48.190 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.190 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:58:48.190 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.190 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:58:48.190 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.877977+0000", 2024-09-13T14:58:48.190 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:58:48.190 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.190 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.191 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:58:48.191 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.877977+0000", 2024-09-13T14:58:48.191 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:58:48.191 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.191 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.191 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:58:48.191 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.877978+0000", 2024-09-13T14:58:48.191 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.164e-06 2024-09-13T14:58:48.191 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.191 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.191 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:58:48.191 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.877982+0000", 2024-09-13T14:58:48.191 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.3189999999999996e-06 2024-09-13T14:58:48.191 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.192 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.192 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:58:48.192 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.877997+0000", 2024-09-13T14:58:48.192 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4939999999999999e-05 2024-09-13T14:58:48.192 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.192 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.192 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:58:48.192 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.878005+0000", 2024-09-13T14:58:48.192 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.1089999999999998e-06 2024-09-13T14:58:48.192 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.192 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.192 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:58:48.192 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.878187+0000", 2024-09-13T14:58:48.192 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000182387 2024-09-13T14:58:48.193 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.193 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.193 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:58:48.193 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.878307+0000", 2024-09-13T14:58:48.193 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000119552 2024-09-13T14:58:48.193 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.193 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.193 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,5", 2024-09-13T14:58:48.193 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.878416+0000", 2024-09-13T14:58:48.193 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000108966 2024-09-13T14:58:48.193 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.193 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.193 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:58:48.194 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.881687+0000", 2024-09-13T14:58:48.194 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0032711160000000001 2024-09-13T14:58:48.194 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.194 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.194 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:58:48.194 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.909488+0000", 2024-09-13T14:58:48.194 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.027800991000000001 2024-09-13T14:58:48.194 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.194 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.194 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:58:48.194 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.909497+0000", 2024-09-13T14:58:48.194 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.6969999999999999e-06 2024-09-13T14:58:48.194 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.194 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.195 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:58:48.195 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:14.944848+0000", 2024-09-13T14:58:48.195 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0353514559999999 2024-09-13T14:58:48.195 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.195 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.195 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:58:48.195 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:14.944857+0000", 2024-09-13T14:58:48.195 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.2089999999999994e-06 2024-09-13T14:58:48.195 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.195 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.195 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:58:48.195 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:15.995155+0000", 2024-09-13T14:58:48.195 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.050297531 2024-09-13T14:58:48.195 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.196 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.196 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for missing object", 2024-09-13T14:58:48.196 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:15.995283+0000", 2024-09-13T14:58:48.196 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012829700000000001 2024-09-13T14:58:48.196 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.196 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.196 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:58:48.196 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:15.998980+0000", 2024-09-13T14:58:48.196 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0036969450000000001 2024-09-13T14:58:48.196 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.196 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.196 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:58:48.196 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:15.999058+0000", 2024-09-13T14:58:48.196 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.8239999999999996e-05 2024-09-13T14:58:48.197 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:58:48.197 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:58:48.197 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:58:48.197 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.197 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.197 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:203005 8.17 8:e9c96c44:::benchmark_data_smithi071_245775_object81707:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1280)", 2024-09-13T14:58:48.197 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:57:13.910015+0000", 2024-09-13T14:58:48.197 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 94.034748304999994, 2024-09-13T14:58:48.197 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1268188320000001, 2024-09-13T14:58:48.197 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:58:48.197 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:58:48.197 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:58:48.197 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:58:48.197 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T14:58:48.198 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:58:48.198 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 203005 2024-09-13T14:58:48.198 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.198 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:58:48.198 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.198 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:58:48.198 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.910015+0000", 2024-09-13T14:58:48.198 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:58:48.198 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.198 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.198 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:58:48.198 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.910015+0000", 2024-09-13T14:58:48.198 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:58:48.199 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.199 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.199 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:58:48.199 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.910016+0000", 2024-09-13T14:58:48.199 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4100000000000001e-06 2024-09-13T14:58:48.199 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.199 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.199 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:58:48.199 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.910020+0000", 2024-09-13T14:58:48.199 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.7390000000000001e-06 2024-09-13T14:58:48.199 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.199 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.199 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:58:48.199 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.910030+0000", 2024-09-13T14:58:48.200 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.7210000000000006e-06 2024-09-13T14:58:48.200 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.200 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.200 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:58:48.200 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.910039+0000", 2024-09-13T14:58:48.200 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.2669999999999995e-06 2024-09-13T14:58:48.200 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.200 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.200 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:58:48.200 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.910211+0000", 2024-09-13T14:58:48.200 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000171867 2024-09-13T14:58:48.200 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.200 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.200 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:58:48.201 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.910219+0000", 2024-09-13T14:58:48.201 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.2810000000000008e-06 2024-09-13T14:58:48.201 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.201 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.201 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:58:48.201 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:15.033606+0000", 2024-09-13T14:58:48.201 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.123386888 2024-09-13T14:58:48.201 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.201 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.201 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:58:48.201 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:15.033750+0000", 2024-09-13T14:58:48.201 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00014425000000000001 2024-09-13T14:58:48.201 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.201 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.201 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,4", 2024-09-13T14:58:48.202 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:15.034162+0000", 2024-09-13T14:58:48.202 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00041127699999999999 2024-09-13T14:58:48.202 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.202 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.202 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:58:48.202 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:15.036228+0000", 2024-09-13T14:58:48.202 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0020668209999999999 2024-09-13T14:58:48.202 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.202 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.202 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:58:48.202 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:15.036503+0000", 2024-09-13T14:58:48.202 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00027444200000000001 2024-09-13T14:58:48.202 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.202 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.203 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:58:48.203 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:15.036553+0000", 2024-09-13T14:58:48.203 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.9877999999999999e-05 2024-09-13T14:58:48.203 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.203 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.203 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:58:48.203 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:15.036620+0000", 2024-09-13T14:58:48.203 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.6995999999999993e-05 2024-09-13T14:58:48.203 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.203 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.203 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:58:48.203 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:15.036834+0000", 2024-09-13T14:58:48.203 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000213995 2024-09-13T14:58:48.203 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:58:48.203 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:58:48.204 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:58:48.204 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.204 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.204 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:236290 8.c 8:3327fde3:::benchmark_data_smithi071_245775_object114992:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1292)", 2024-09-13T14:58:48.204 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:57:51.599731+0000", 2024-09-13T14:58:48.204 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 56.345032191000001, 2024-09-13T14:58:48.204 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.024550485, 2024-09-13T14:58:48.204 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:58:48.204 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:58:48.204 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T14:58:48.204 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:58:48.204 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T14:58:48.204 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:58:48.204 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 236290 2024-09-13T14:58:48.205 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.205 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:58:48.205 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.205 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:58:48.205 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.599731+0000", 2024-09-13T14:58:48.205 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:58:48.205 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.205 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.205 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:58:48.205 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.599731+0000", 2024-09-13T14:58:48.205 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:58:48.205 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.205 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.205 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:58:48.206 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.599731+0000", 2024-09-13T14:58:48.206 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.5499999999999999e-07 2024-09-13T14:58:48.206 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.206 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.206 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:58:48.206 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.599733+0000", 2024-09-13T14:58:48.206 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.7850000000000001e-06 2024-09-13T14:58:48.206 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.206 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.206 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:58:48.206 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.599738+0000", 2024-09-13T14:58:48.206 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.1830000000000002e-06 2024-09-13T14:58:48.206 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.206 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.207 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:58:48.207 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.599743+0000", 2024-09-13T14:58:48.207 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.1740000000000002e-06 2024-09-13T14:58:48.207 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.207 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.207 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:58:48.207 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.605713+0000", 2024-09-13T14:58:48.207 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00597022 2024-09-13T14:58:48.207 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.207 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.207 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:58:48.207 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.605855+0000", 2024-09-13T14:58:48.207 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00014246500000000001 2024-09-13T14:58:48.207 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.208 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.208 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 4,5,7", 2024-09-13T14:58:48.208 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.606000+0000", 2024-09-13T14:58:48.208 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00014515400000000001 2024-09-13T14:58:48.208 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.208 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.208 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:58:48.208 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.613581+0000", 2024-09-13T14:58:48.208 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0075807460000000002 2024-09-13T14:58:48.208 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.208 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.208 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:58:48.208 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.613868+0000", 2024-09-13T14:58:48.209 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00028671399999999998 2024-09-13T14:58:48.209 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.209 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.209 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:58:48.209 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.667824+0000", 2024-09-13T14:58:48.209 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.053956470999999999 2024-09-13T14:58:48.209 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.209 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.209 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:58:48.209 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.674859+0000", 2024-09-13T14:58:48.209 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0070343610000000003 2024-09-13T14:58:48.209 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.209 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.209 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:58:48.210 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.674874+0000", 2024-09-13T14:58:48.210 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.5736999999999999e-05 2024-09-13T14:58:48.210 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.210 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.210 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:58:48.210 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:52.624259+0000", 2024-09-13T14:58:48.210 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.94938436800000003 2024-09-13T14:58:48.210 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.210 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.210 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:58:48.210 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:52.624282+0000", 2024-09-13T14:58:48.210 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.2751999999999998e-05 2024-09-13T14:58:48.210 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:58:48.210 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:58:48.211 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:58:48.211 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.211 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.211 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:236296 8.c 8.c6cdaf4c (undecoded) ondisk+write+known_if_redirected+supports_pool_eio e1293)", 2024-09-13T14:58:48.211 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:57:51.658029+0000", 2024-09-13T14:58:48.211 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 56.286734215000003, 2024-09-13T14:58:48.211 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.96717233300000005, 2024-09-13T14:58:48.211 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:58:48.211 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:58:48.211 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T14:58:48.211 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:58:48.211 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T14:58:48.211 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:58:48.211 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 236296 2024-09-13T14:58:48.212 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.212 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:58:48.212 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.212 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:58:48.212 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.658029+0000", 2024-09-13T14:58:48.212 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:58:48.212 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.212 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.212 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:58:48.212 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.658029+0000", 2024-09-13T14:58:48.212 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:58:48.212 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.212 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.212 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:58:48.213 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.658030+0000", 2024-09-13T14:58:48.213 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.282e-06 2024-09-13T14:58:48.213 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.213 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.213 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:58:48.213 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.658034+0000", 2024-09-13T14:58:48.213 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.0810000000000004e-06 2024-09-13T14:58:48.213 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.213 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.213 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:58:48.213 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.658043+0000", 2024-09-13T14:58:48.213 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.7509999999999997e-06 2024-09-13T14:58:48.213 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.214 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.214 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:58:48.214 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.658052+0000", 2024-09-13T14:58:48.214 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.4039999999999995e-06 2024-09-13T14:58:48.214 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.214 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.214 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:58:48.214 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.683214+0000", 2024-09-13T14:58:48.214 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.025162463999999999 2024-09-13T14:58:48.214 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.214 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.214 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:58:48.214 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.683226+0000", 2024-09-13T14:58:48.214 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1719000000000001e-05 2024-09-13T14:58:48.214 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.215 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.215 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:58:48.215 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:52.625181+0000", 2024-09-13T14:58:48.215 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.94195514700000005 2024-09-13T14:58:48.215 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.215 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.215 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:58:48.215 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:52.625201+0000", 2024-09-13T14:58:48.215 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.0485000000000001e-05 2024-09-13T14:58:48.215 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:58:48.215 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:58:48.215 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:58:48.215 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.215 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.216 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:236298 8.17 8:ed2c7bb2:::benchmark_data_smithi071_245775_object115000:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1293)", 2024-09-13T14:58:48.216 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:57:51.658061+0000", 2024-09-13T14:58:48.216 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 56.286702044999998, 2024-09-13T14:58:48.216 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1147906569999999, 2024-09-13T14:58:48.216 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T14:58:48.216 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T14:58:48.216 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:58:48.216 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T14:58:48.216 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T14:58:48.216 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:58:48.216 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 236298 2024-09-13T14:58:48.216 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.216 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T14:58:48.216 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.217 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T14:58:48.217 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.658061+0000", 2024-09-13T14:58:48.217 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:58:48.217 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.217 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.217 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T14:58:48.217 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.658061+0000", 2024-09-13T14:58:48.217 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T14:58:48.217 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.217 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.217 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T14:58:48.217 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.658062+0000", 2024-09-13T14:58:48.217 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.9100000000000004e-07 2024-09-13T14:58:48.217 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.217 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.218 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T14:58:48.218 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.658064+0000", 2024-09-13T14:58:48.218 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.3080000000000002e-06 2024-09-13T14:58:48.218 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.218 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.218 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T14:58:48.218 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.658070+0000", 2024-09-13T14:58:48.218 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.3230000000000003e-06 2024-09-13T14:58:48.218 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.218 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.218 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T14:58:48.218 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.658076+0000", 2024-09-13T14:58:48.218 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.2050000000000001e-06 2024-09-13T14:58:48.218 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.219 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.219 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:58:48.219 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.685450+0000", 2024-09-13T14:58:48.219 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.027374803 2024-09-13T14:58:48.219 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.219 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.219 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T14:58:48.219 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.685462+0000", 2024-09-13T14:58:48.219 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1804000000000001e-05 2024-09-13T14:58:48.219 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.219 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.219 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T14:58:48.219 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:52.767392+0000", 2024-09-13T14:58:48.219 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.081929508 2024-09-13T14:58:48.220 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.220 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.220 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T14:58:48.220 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:52.767524+0000", 2024-09-13T14:58:48.220 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013252699999999999 2024-09-13T14:58:48.220 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.220 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.220 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,4,5", 2024-09-13T14:58:48.220 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:52.767654+0000", 2024-09-13T14:58:48.220 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012984800000000001 2024-09-13T14:58:48.220 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.220 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.220 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:58:48.220 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:52.769846+0000", 2024-09-13T14:58:48.221 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0021921509999999998 2024-09-13T14:58:48.221 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.221 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.221 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T14:58:48.221 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:52.769863+0000", 2024-09-13T14:58:48.221 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.6685999999999999e-05 2024-09-13T14:58:48.221 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.221 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.221 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:58:48.221 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:52.769910+0000", 2024-09-13T14:58:48.221 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.6962000000000002e-05 2024-09-13T14:58:48.221 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.221 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.221 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:58:48.222 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:52.772661+0000", 2024-09-13T14:58:48.222 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.002751416 2024-09-13T14:58:48.222 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.222 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.222 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T14:58:48.222 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:52.772727+0000", 2024-09-13T14:58:48.222 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.6006000000000005e-05 2024-09-13T14:58:48.222 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T14:58:48.222 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T14:58:48.222 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T14:58:48.222 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:52.772852+0000", 2024-09-13T14:58:48.222 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012461899999999999 2024-09-13T14:58:48.222 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:58:48.222 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:58:48.223 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:58:48.223 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T14:58:48.223 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T14:58:48.223 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:58:48.223 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:48.244 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:48.245 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:48.245 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:48.346 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:48.367 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:48.367 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:48.368 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:48.469 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:48.490 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:48.490 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:48.491 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:48.592 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:48.613 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:48.614 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:48.614 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:48.715 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:48.736 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:48.737 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:48.737 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:48.838 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:58:48.864 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:48.865 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:48.865 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:58:48.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:48 smithi071 ceph-mon[107477]: pgmap v1935: 93 pgs: 93 active+clean; 689 KiB data, 2.4 GiB used, 355 GiB / 358 GiB avail 2024-09-13T14:58:48.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:48 smithi071 ceph-mon[107477]: 1.6 scrub starts 2024-09-13T14:58:48.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:48 smithi071 ceph-mon[107477]: 1.6 scrub ok 2024-09-13T14:58:48.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:48 smithi071 ceph-mon[107477]: 1.10 scrub starts 2024-09-13T14:58:48.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:48 smithi071 ceph-mon[107477]: 1.10 scrub ok 2024-09-13T14:58:48.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:48 smithi071 ceph-mon[112785]: pgmap v1935: 93 pgs: 93 active+clean; 689 KiB data, 2.4 GiB used, 355 GiB / 358 GiB avail 2024-09-13T14:58:48.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:48 smithi071 ceph-mon[112785]: 1.6 scrub starts 2024-09-13T14:58:48.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:48 smithi071 ceph-mon[112785]: 1.6 scrub ok 2024-09-13T14:58:48.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:48 smithi071 ceph-mon[112785]: 1.10 scrub starts 2024-09-13T14:58:48.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:48 smithi071 ceph-mon[112785]: 1.10 scrub ok 2024-09-13T14:58:48.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:48 smithi104 ceph-mon[105578]: pgmap v1935: 93 pgs: 93 active+clean; 689 KiB data, 2.4 GiB used, 355 GiB / 358 GiB avail 2024-09-13T14:58:48.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:48 smithi104 ceph-mon[105578]: 1.6 scrub starts 2024-09-13T14:58:48.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:48 smithi104 ceph-mon[105578]: 1.6 scrub ok 2024-09-13T14:58:48.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:48 smithi104 ceph-mon[105578]: 1.10 scrub starts 2024-09-13T14:58:48.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:48 smithi104 ceph-mon[105578]: 1.10 scrub ok 2024-09-13T14:58:48.966 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:58:48.991 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:48.992 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:48.992 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:58:49.093 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:58:49.117 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:49.118 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:49.118 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:58:49.202 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.4 dump_ops_in_flight 2024-09-13T14:58:49.219 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:49.241 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:49.241 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:49.242 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:49.342 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:49.363 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:49.364 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:49.364 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:49.410 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:58:49.465 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:49.488 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:49.489 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:49.489 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:49.581 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd set noscrub 2024-09-13T14:58:49.590 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:58:49.645 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:49.646 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:49.646 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:58:49.747 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:58:49.769 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:49.769 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:49.769 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:58:49.870 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:58:49.870 INFO:tasks.thrashosds.thrasher:in_osds: [0, 1, 5, 4] out_osds: [2, 6, 7, 3] dead_osds: [] live_osds: [0, 1, 2, 3, 4, 5, 7, 6] 2024-09-13T14:58:49.871 INFO:tasks.thrashosds.thrasher:choose_action: min_in 4 min_out 0 min_live 2 min_dead 0 chance_down 0.40 2024-09-13T14:58:49.871 INFO:tasks.thrashosds.thrasher:inject_pause on osd.2 2024-09-13T14:58:49.871 INFO:tasks.thrashosds.thrasher:Testing filestore_inject_stall pause injection for duration 3 2024-09-13T14:58:49.871 INFO:tasks.thrashosds.thrasher:Checking after 0, should_be_down=False 2024-09-13T14:58:49.871 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.2 config set filestore_inject_stall 3 2024-09-13T14:58:49.892 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:49.893 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:49.893 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:58:49.994 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:58:50.015 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:50.015 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:50.016 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:58:50.117 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:50.138 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:50.139 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:50.139 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:50.240 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:58:50.261 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:50.261 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:50.262 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:58:50.362 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:58:50.384 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:50.385 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:50.385 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:58:50.486 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:58:50.507 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:50.507 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:50.508 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:58:50.594 INFO:teuthology.orchestra.run.smithi071.stderr:pool 'unique_pool_4' created 2024-09-13T14:58:50.607 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:50 smithi071 ceph-mon[107477]: pgmap v1936: 93 pgs: 93 active+clean; 689 KiB data, 2.4 GiB used, 355 GiB / 358 GiB avail 2024-09-13T14:58:50.607 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:50 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3767122746' entity='client.admin' cmd={"prefix": "osd pool create", "pool": "unique_pool_4", "pg_num": 16} : dispatch 2024-09-13T14:58:50.607 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:50 smithi071 ceph-mon[112785]: pgmap v1936: 93 pgs: 93 active+clean; 689 KiB data, 2.4 GiB used, 355 GiB / 358 GiB avail 2024-09-13T14:58:50.608 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:50 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3767122746' entity='client.admin' cmd={"prefix": "osd pool create", "pool": "unique_pool_4", "pg_num": 16} : dispatch 2024-09-13T14:58:50.609 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:58:50.631 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:50.631 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:50.632 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:58:50.733 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:50.755 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:50.755 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:50.756 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:50.856 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:58:50.869 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:50 smithi104 ceph-mon[105578]: pgmap v1936: 93 pgs: 93 active+clean; 689 KiB data, 2.4 GiB used, 355 GiB / 358 GiB avail 2024-09-13T14:58:50.869 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:50 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3767122746' entity='client.admin' cmd={"prefix": "osd pool create", "pool": "unique_pool_4", "pg_num": 16} : dispatch 2024-09-13T14:58:50.880 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:50.881 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:50.881 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:58:50.982 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:51.003 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:51.004 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:51.004 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:51.105 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:58:51.127 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:51.128 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:51.128 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:58:51.130 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2024-09-13T14:58:51.130 INFO:teuthology.orchestra.run.smithi104.stdout: "ops": [], 2024-09-13T14:58:51.130 INFO:teuthology.orchestra.run.smithi104.stdout: "num_ops": 0 2024-09-13T14:58:51.130 INFO:teuthology.orchestra.run.smithi104.stdout:} 2024-09-13T14:58:51.233 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:58:51.254 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:51.255 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:51.255 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:58:51.331 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd pool application enable unique_pool_4 rados --yes-i-really-mean-it || true 2024-09-13T14:58:51.357 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:51.398 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:51.399 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:51.399 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:51.500 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:58:51.522 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:51.522 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:51.523 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:58:51.624 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:51.645 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:51.646 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:51.646 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:51.748 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:58:51.769 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:51.770 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:51.770 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:58:51.871 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:51.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:51 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3767122746' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "unique_pool_4", "pg_num": 16}]': finished 2024-09-13T14:58:51.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:51 smithi071 ceph-mon[107477]: osdmap e1313: 8 total, 8 up, 4 in 2024-09-13T14:58:51.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:51 smithi071 ceph-mon[107477]: 1.13 scrub starts 2024-09-13T14:58:51.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:51 smithi071 ceph-mon[107477]: 1.13 scrub ok 2024-09-13T14:58:51.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:51 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3767122746' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "unique_pool_4", "pg_num": 16}]': finished 2024-09-13T14:58:51.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:51 smithi071 ceph-mon[112785]: osdmap e1313: 8 total, 8 up, 4 in 2024-09-13T14:58:51.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:51 smithi071 ceph-mon[112785]: 1.13 scrub starts 2024-09-13T14:58:51.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:51 smithi071 ceph-mon[112785]: 1.13 scrub ok 2024-09-13T14:58:51.893 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:51.893 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:51.894 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:51.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:51 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3767122746' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "unique_pool_4", "pg_num": 16}]': finished 2024-09-13T14:58:51.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:51 smithi104 ceph-mon[105578]: osdmap e1313: 8 total, 8 up, 4 in 2024-09-13T14:58:51.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:51 smithi104 ceph-mon[105578]: 1.13 scrub starts 2024-09-13T14:58:51.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:51 smithi104 ceph-mon[105578]: 1.13 scrub ok 2024-09-13T14:58:51.969 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.4 dump_blocked_ops 2024-09-13T14:58:51.994 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:58:52.033 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:52.033 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:52.034 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:58:52.135 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:52.157 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:52.158 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:52.160 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:52.167 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:58:52.250 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:58:52.250 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:58:52.260 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:58:52.260 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:58:52.261 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:58:52.283 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:58:52.283 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:58:52.284 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:52.284 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:52.284 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:58:52.300 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:58:52.300 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:58:52.316 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:58:52.316 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:58:52.332 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:58:52.332 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:58:52.348 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T14:58:52.348 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T14:58:52.364 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:58:52.365 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:58:52.385 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:58:52.406 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:52.407 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:52.407 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:58:52.508 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:52.529 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:52.530 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:52.530 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:52.631 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:58:52.653 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:52.653 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:52.654 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:58:52.732 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:58:52.754 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:58:52.776 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:52.777 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:52.777 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:58:52.839 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:58:52 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:58:52] "GET /metrics HTTP/1.1" 200 34266 "" "Prometheus/2.51.0" 2024-09-13T14:58:52.840 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:52 smithi071 ceph-mon[107477]: pgmap v1938: 109 pgs: 16 unknown, 93 active+clean; 689 KiB data, 2.4 GiB used, 355 GiB / 358 GiB avail 2024-09-13T14:58:52.840 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:52 smithi071 ceph-mon[107477]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-13T14:58:52.840 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:52 smithi071 ceph-mon[107477]: osdmap e1314: 8 total, 8 up, 4 in 2024-09-13T14:58:52.840 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:52 smithi071 ceph-mon[107477]: 1.d scrub starts 2024-09-13T14:58:52.840 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:52 smithi071 ceph-mon[107477]: 1.d scrub ok 2024-09-13T14:58:52.840 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:52 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3241197409' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:58:52.840 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:52 smithi071 ceph-mon[112785]: pgmap v1938: 109 pgs: 16 unknown, 93 active+clean; 689 KiB data, 2.4 GiB used, 355 GiB / 358 GiB avail 2024-09-13T14:58:52.840 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:52 smithi071 ceph-mon[112785]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-13T14:58:52.840 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:52 smithi071 ceph-mon[112785]: osdmap e1314: 8 total, 8 up, 4 in 2024-09-13T14:58:52.841 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:52 smithi071 ceph-mon[112785]: 1.d scrub starts 2024-09-13T14:58:52.841 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:52 smithi071 ceph-mon[112785]: 1.d scrub ok 2024-09-13T14:58:52.841 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:52 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3241197409' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:58:52.878 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:58:52.900 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:52.901 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:52.901 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:58:52.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:52 smithi104 ceph-mon[105578]: pgmap v1938: 109 pgs: 16 unknown, 93 active+clean; 689 KiB data, 2.4 GiB used, 355 GiB / 358 GiB avail 2024-09-13T14:58:52.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:52 smithi104 ceph-mon[105578]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-13T14:58:52.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:52 smithi104 ceph-mon[105578]: osdmap e1314: 8 total, 8 up, 4 in 2024-09-13T14:58:52.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:52 smithi104 ceph-mon[105578]: 1.d scrub starts 2024-09-13T14:58:52.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:52 smithi104 ceph-mon[105578]: 1.d scrub ok 2024-09-13T14:58:52.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:52 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3241197409' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:58:53.002 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:58:53.025 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:53.026 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:53.026 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:58:53.127 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:53.151 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:53.151 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:53.152 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:53.253 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:58:53.275 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:53.276 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:53.276 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:58:53.377 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:58:53.399 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:53.400 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:53.400 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:58:53.501 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:58:53.522 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:53.523 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:53.523 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:58:53.624 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:58:53.646 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:53.646 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:53.646 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:58:53.668 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:53 smithi071 ceph-mon[107477]: osdmap e1315: 8 total, 8 up, 4 in 2024-09-13T14:58:53.668 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:53 smithi071 ceph-mon[107477]: pgmap v1941: 109 pgs: 5 creating+peering, 11 unknown, 93 active+clean; 689 KiB data, 2.4 GiB used, 355 GiB / 358 GiB avail 2024-09-13T14:58:53.668 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:53 smithi071 ceph-mon[107477]: 1.5 scrub starts 2024-09-13T14:58:53.668 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:53 smithi071 ceph-mon[107477]: 1.5 scrub ok 2024-09-13T14:58:53.669 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:53 smithi071 ceph-mon[112785]: osdmap e1315: 8 total, 8 up, 4 in 2024-09-13T14:58:53.669 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:53 smithi071 ceph-mon[112785]: pgmap v1941: 109 pgs: 5 creating+peering, 11 unknown, 93 active+clean; 689 KiB data, 2.4 GiB used, 355 GiB / 358 GiB avail 2024-09-13T14:58:53.669 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:53 smithi071 ceph-mon[112785]: 1.5 scrub starts 2024-09-13T14:58:53.669 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:53 smithi071 ceph-mon[112785]: 1.5 scrub ok 2024-09-13T14:58:53.748 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:53.749 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:53 smithi104 ceph-mon[105578]: osdmap e1315: 8 total, 8 up, 4 in 2024-09-13T14:58:53.750 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:53 smithi104 ceph-mon[105578]: pgmap v1941: 109 pgs: 5 creating+peering, 11 unknown, 93 active+clean; 689 KiB data, 2.4 GiB used, 355 GiB / 358 GiB avail 2024-09-13T14:58:53.750 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:53 smithi104 ceph-mon[105578]: 1.5 scrub starts 2024-09-13T14:58:53.750 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:53 smithi104 ceph-mon[105578]: 1.5 scrub ok 2024-09-13T14:58:53.769 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:53.770 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:53.770 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:53.871 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:58:53.893 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:53.893 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:53.894 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:58:53.994 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:58:54.010 INFO:teuthology.orchestra.run.smithi104.stdout:ERROR: (22) Invalid argument 2024-09-13T14:58:54.010 INFO:teuthology.orchestra.run.smithi104.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:58:54.016 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:54.017 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:54.017 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:58:54.118 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:54.139 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:54.140 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:54.140 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:54.241 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:58:54.263 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:54.264 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:54.264 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:58:54.365 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:58:54.386 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:54.387 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:54.387 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:58:54.488 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:58:54.510 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:54.510 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:54.511 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:58:54.612 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:58:54.633 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:54.633 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:54.634 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:58:54.668 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.4 dump_historic_ops 2024-09-13T14:58:54.735 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:58:54.773 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:54.773 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:54.774 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:58:54.875 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:58:54.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:54 smithi071 ceph-mon[107477]: 1.14 scrub starts 2024-09-13T14:58:54.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:54 smithi071 ceph-mon[107477]: 1.14 scrub ok 2024-09-13T14:58:54.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:54 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:58:54.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:54 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:58:54.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:54 smithi071 ceph-mon[112785]: 1.14 scrub starts 2024-09-13T14:58:54.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:54 smithi071 ceph-mon[112785]: 1.14 scrub ok 2024-09-13T14:58:54.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:54 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:58:54.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:54 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:58:54.897 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:54.897 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:54.898 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:58:54.907 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:58:54.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:54 smithi104 ceph-mon[105578]: 1.14 scrub starts 2024-09-13T14:58:54.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:54 smithi104 ceph-mon[105578]: 1.14 scrub ok 2024-09-13T14:58:54.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:54 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:58:54.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:54 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:58:54.989 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:58:54.989 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:58:54.999 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:55.021 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:55.022 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:55.022 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:55.123 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:58:55.145 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:55.146 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:55.146 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:58:55.155 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=true 2024-09-13T14:58:55.247 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:58:55.269 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:55.270 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:55.270 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:58:55.371 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:55.394 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:55.394 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:55.394 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:55.495 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:58:55.517 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:55.518 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:55.518 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:58:55.619 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:55.641 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:55.642 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:55.642 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:55.743 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:58:55.764 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:55.764 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:55.765 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:58:55.790 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:55 smithi071 ceph-mon[107477]: pgmap v1942: 109 pgs: 5 creating+peering, 11 unknown, 93 active+clean; 689 KiB data, 2.4 GiB used, 355 GiB / 358 GiB avail 2024-09-13T14:58:55.790 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:55 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:58:55.791 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:55 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:58:55.791 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:55 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:58:55.791 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:55 smithi071 ceph-mon[112785]: pgmap v1942: 109 pgs: 5 creating+peering, 11 unknown, 93 active+clean; 689 KiB data, 2.4 GiB used, 355 GiB / 358 GiB avail 2024-09-13T14:58:55.791 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:55 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:58:55.791 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:55 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:58:55.791 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:55 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:58:55.866 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:58:55.889 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:55.889 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:55.890 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:58:55.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:55 smithi104 ceph-mon[105578]: pgmap v1942: 109 pgs: 5 creating+peering, 11 unknown, 93 active+clean; 689 KiB data, 2.4 GiB used, 355 GiB / 358 GiB avail 2024-09-13T14:58:55.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:55 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T14:58:55.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:55 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T14:58:55.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:55 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:58:55.991 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:58:56.013 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:56.014 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:56.014 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:58:56.115 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:56.136 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:56.136 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:56.137 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:56.238 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:58:56.259 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:56.260 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:56.260 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:58:56.361 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:56.383 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:56.384 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:56.384 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:56.485 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:58:56.506 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:56.507 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:56.507 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:58:56.554 INFO:teuthology.orchestra.run.smithi104.stdout:ERROR: (22) Invalid argument 2024-09-13T14:58:56.554 INFO:teuthology.orchestra.run.smithi104.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:58:56.608 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:56.631 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:56.632 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:56.633 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:56.634 INFO:teuthology.orchestra.run.smithi071.stderr:noscrub is set 2024-09-13T14:58:56.733 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:56.755 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:56.756 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:56.756 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:56.860 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:58:56.882 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:56.882 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:56.883 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:58:56.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:56 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/4141713772' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:58:56.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:56 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:58:56.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:56 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/4141713772' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:58:56.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:56 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:58:56.906 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:56 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/4141713772' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:58:56.906 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:56 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:58:56.983 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:57.005 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:57.005 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:57.006 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:57.107 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:58:57.130 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:57.131 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:57.131 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:58:57.232 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:57.253 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.5 dump_ops_in_flight 2024-09-13T14:58:57.254 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:57.254 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:57.255 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:57.356 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:58:57.378 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:57.378 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:57.379 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:58:57.449 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:58:57.480 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:58:57.500 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:57.501 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:57.501 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:58:57.602 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:58:57.624 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:57.624 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:57.625 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:58:57.726 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:58:57.747 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:57.749 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:57.749 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:58:57.850 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:58:57.872 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:57.873 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:57.873 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:58:57.875 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:57 smithi104 ceph-mon[105578]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:58:57.875 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:57 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T14:58:57.875 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:57 smithi104 ceph-mon[105578]: osdmap e1316: 8 total, 8 up, 4 in 2024-09-13T14:58:57.876 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:58:57 smithi104 ceph-mon[105578]: pgmap v1944: 109 pgs: 109 active+clean; 582 KiB data, 2.4 GiB used, 355 GiB / 358 GiB avail 2024-09-13T14:58:57.876 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:57 smithi071 ceph-mon[107477]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:58:57.877 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:57 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T14:58:57.877 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:57 smithi071 ceph-mon[107477]: osdmap e1316: 8 total, 8 up, 4 in 2024-09-13T14:58:57.877 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:58:57 smithi071 ceph-mon[107477]: pgmap v1944: 109 pgs: 109 active+clean; 582 KiB data, 2.4 GiB used, 355 GiB / 358 GiB avail 2024-09-13T14:58:57.877 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:57 smithi071 ceph-mon[112785]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:58:57.877 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:57 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T14:58:57.877 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:57 smithi071 ceph-mon[112785]: osdmap e1316: 8 total, 8 up, 4 in 2024-09-13T14:58:57.877 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:58:57 smithi071 ceph-mon[112785]: pgmap v1944: 109 pgs: 109 active+clean; 582 KiB data, 2.4 GiB used, 355 GiB / 358 GiB avail 2024-09-13T14:58:57.974 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:57.996 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:57.996 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:57.997 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:58.098 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:58:58.120 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:58.121 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:58.121 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:58:58.222 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:58:58.245 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:58.246 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:58.246 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:58:58.347 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:58.368 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:58.369 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:58.369 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:58.470 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:58:58.492 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:58.493 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:58.496 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:58:58.597 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:58:58.618 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:58.619 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:58.619 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:58:58.720 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:58.741 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:58.742 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:58.742 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:58.843 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:58.864 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:58.865 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:58.865 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:58.966 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:58.988 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:58.988 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:58.989 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:59.089 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:58:59.112 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:58:59.112 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:59.113 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:58:59.213 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:59.219 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:58:59.219 INFO:teuthology.orchestra.run.smithi071.stdout: "success": "filestore_inject_stall = '' (not observed, change may require restart) " 2024-09-13T14:58:59.219 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:58:59.236 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:59.236 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:59.237 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:59.250 INFO:teuthology.orchestra.run.smithi104.stdout:ERROR: (22) Invalid argument 2024-09-13T14:58:59.250 INFO:teuthology.orchestra.run.smithi104.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:58:59.337 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:59.359 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:59.360 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:59.360 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:59.461 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:58:59.482 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:59.483 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:59.483 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:58:59.584 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:59.605 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:59.605 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:59.606 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:59.706 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:58:59.729 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:59.729 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:59.729 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:58:59.830 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:59.852 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:59.853 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:59.854 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:58:59.885 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.5 dump_blocked_ops 2024-09-13T14:58:59.955 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:58:59.976 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:58:59.977 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:58:59.978 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:59:00.078 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:59:00.081 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:59:00.100 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:00.100 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:00.101 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:59:00.201 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:59:00.223 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:00.224 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:00.224 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:59:00.325 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:59:00.348 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:00.349 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:00.350 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:59:00.396 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:59:00.450 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:59:00.471 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:00.472 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:00.472 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:59:00.570 INFO:teuthology.orchestra.run.smithi071.stderr:enabled application 'rados' on pool 'unique_pool_4' 2024-09-13T14:59:00.574 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:59:00.596 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:00.596 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:00.597 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:59:00.618 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:00 smithi071 ceph-mon[112785]: pgmap v1945: 109 pgs: 109 active+clean; 582 KiB data, 2.4 GiB used, 355 GiB / 358 GiB avail 2024-09-13T14:59:00.618 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:00 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:59:00.618 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:00 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:59:00.618 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:00 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2943292380' entity='client.admin' cmd={"prefix": "osd pool application enable", "pool": "unique_pool_4", "app": "rados", "yes_i_really_mean_it": true} : dispatch 2024-09-13T14:59:00.618 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:00 smithi071 ceph-mon[107477]: pgmap v1945: 109 pgs: 109 active+clean; 582 KiB data, 2.4 GiB used, 355 GiB / 358 GiB avail 2024-09-13T14:59:00.618 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:00 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:59:00.618 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:00 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:59:00.618 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:00 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2943292380' entity='client.admin' cmd={"prefix": "osd pool application enable", "pool": "unique_pool_4", "app": "rados", "yes_i_really_mean_it": true} : dispatch 2024-09-13T14:59:00.697 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:59:00.718 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:00.719 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:00.719 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:59:00.820 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:59:00.842 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:00.842 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:00.843 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:59:00.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:00 smithi104 ceph-mon[105578]: pgmap v1945: 109 pgs: 109 active+clean; 582 KiB data, 2.4 GiB used, 355 GiB / 358 GiB avail 2024-09-13T14:59:00.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:00 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:59:00.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:00 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:59:00.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:00 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2943292380' entity='client.admin' cmd={"prefix": "osd pool application enable", "pool": "unique_pool_4", "app": "rados", "yes_i_really_mean_it": true} : dispatch 2024-09-13T14:59:00.944 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:59:00.966 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:00.967 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:00.967 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:59:01.032 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd set nodeep-scrub 2024-09-13T14:59:01.068 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:59:01.096 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:01.097 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:01.097 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:59:01.198 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:59:01.220 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:01.221 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:01.221 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:59:01.322 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:59:01.344 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:01.344 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:01.345 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:59:01.445 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:59:01.466 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:01.467 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:01.468 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:59:01.569 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:59:01.592 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:01.593 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:01.593 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:59:01.694 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:59:01.716 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:01.716 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:01.716 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:59:01.798 INFO:teuthology.orchestra.run.smithi104.stdout:ERROR: (22) Invalid argument 2024-09-13T14:59:01.798 INFO:teuthology.orchestra.run.smithi104.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:59:01.817 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:59:01.819 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:01 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2943292380' entity='client.admin' cmd='[{"prefix": "osd pool application enable", "pool": "unique_pool_4", "app": "rados", "yes_i_really_mean_it": true}]': finished 2024-09-13T14:59:01.819 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:01 smithi071 ceph-mon[107477]: osdmap e1317: 8 total, 8 up, 4 in 2024-09-13T14:59:01.819 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:01 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2943292380' entity='client.admin' cmd='[{"prefix": "osd pool application enable", "pool": "unique_pool_4", "app": "rados", "yes_i_really_mean_it": true}]': finished 2024-09-13T14:59:01.819 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:01 smithi071 ceph-mon[112785]: osdmap e1317: 8 total, 8 up, 4 in 2024-09-13T14:59:01.841 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:01.841 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:01.841 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:59:01.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:01 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2943292380' entity='client.admin' cmd='[{"prefix": "osd pool application enable", "pool": "unique_pool_4", "app": "rados", "yes_i_really_mean_it": true}]': finished 2024-09-13T14:59:01.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:01 smithi104 ceph-mon[105578]: osdmap e1317: 8 total, 8 up, 4 in 2024-09-13T14:59:01.942 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:59:01.964 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:01.964 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:01.965 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:59:02.066 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:59:02.087 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:02.088 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:02.088 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:59:02.189 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:59:02.210 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:02.210 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:02.211 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:59:02.312 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:59:02.334 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:02.335 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:02.335 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:59:02.422 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.5 dump_historic_ops 2024-09-13T14:59:02.436 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:59:02.485 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:02.486 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:02.486 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:59:02.587 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:59:02.609 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:02.609 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:02.610 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:59:02.619 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:59:02.653 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:02 smithi071 ceph-mon[107477]: pgmap v1947: 109 pgs: 109 active+clean; 582 KiB data, 2.4 GiB used, 355 GiB / 358 GiB avail 2024-09-13T14:59:02.653 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:02 smithi071 ceph-mon[107477]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-13T14:59:02.654 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:02 smithi071 ceph-mon[112785]: pgmap v1947: 109 pgs: 109 active+clean; 582 KiB data, 2.4 GiB used, 355 GiB / 358 GiB avail 2024-09-13T14:59:02.654 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:02 smithi071 ceph-mon[112785]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-13T14:59:02.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:02 smithi104 ceph-mon[105578]: pgmap v1947: 109 pgs: 109 active+clean; 582 KiB data, 2.4 GiB used, 355 GiB / 358 GiB avail 2024-09-13T14:59:02.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:02 smithi104 ceph-mon[105578]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-13T14:59:02.711 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:59:02.733 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:02.733 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:02.733 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:59:02.834 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:59:02.855 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:02.856 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:02.857 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:59:02.857 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:59:02.858 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:59:02.871 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:59:02.871 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:59:02.886 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:59:02.887 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:59:02.903 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:59:02.903 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:59:02.920 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:59:02.920 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:59:02.940 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:59:02.940 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:59:02.957 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T14:59:02.958 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T14:59:02.958 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:59:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:59:02] "GET /metrics HTTP/1.1" 200 36560 "" "Prometheus/2.51.0" 2024-09-13T14:59:02.958 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:59:02.969 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:59:02.978 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:59:02.978 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:59:02.982 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:02.982 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:02.982 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:59:03.083 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:59:03.105 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:03.309 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:03.310 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:59:03.402 DEBUG:teuthology.orchestra.run.smithi071:> /bin/sh -c 'adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage rados --no-log-to-stderr --name client.0 -b 65536 --object-size 65536 -p unique_pool_4 bench 90 write' 2024-09-13T14:59:03.405 INFO:tasks.radosbench:joining radosbench (timing out after 3000s) 2024-09-13T14:59:03.405 INFO:teuthology.orchestra.run:waiting for 3000 2024-09-13T14:59:03.411 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:59:03.433 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:03.433 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:03.434 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:59:03.512 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:hints = 1 2024-09-13T14:59:03.512 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Maintaining 16 concurrent writes of 65536 bytes to objects of size 65536 for up to 90 seconds or 0 objects 2024-09-13T14:59:03.512 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Object prefix: benchmark_data_smithi071_298031 2024-09-13T14:59:03.513 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2024-09-13T14:59:03.513 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 0 0 0 0 0 0 - 0 2024-09-13T14:59:03.535 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:59:03.570 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:03.571 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:03.572 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:59:03.673 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:59:03.712 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:03.712 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:03.713 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:59:03.813 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:59:03.849 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:03.849 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:03.850 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:59:03.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:03 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3589605711' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:59:03.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:03 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3589605711' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:59:03.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:03 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3589605711' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:59:03.950 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:59:03.988 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:03.989 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:03.989 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:59:04.090 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:59:04.125 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:04.126 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:04.127 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:59:04.228 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:59:04.262 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:04.262 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:04.262 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:59:04.363 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:59:04.405 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:04.406 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:04.406 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:59:04.507 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:59:04.513 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 1 16 3881 3865 241.497 241.562 0.00417026 0.00412884 2024-09-13T14:59:04.544 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:04.544 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:04.545 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:59:04.645 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:59:04.681 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:04.682 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:04.682 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:59:04.706 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:04 smithi104 ceph-mon[105578]: pgmap v1948: 109 pgs: 109 active+clean; 582 KiB data, 2.4 GiB used, 355 GiB / 358 GiB avail 2024-09-13T14:59:04.779 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2024-09-13T14:59:04.779 INFO:teuthology.orchestra.run.smithi104.stdout: "size": 20, 2024-09-13T14:59:04.779 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 600, 2024-09-13T14:59:04.779 INFO:teuthology.orchestra.run.smithi104.stdout: "ops": [ 2024-09-13T14:59:04.780 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.780 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:101076 8.d 8:bf8ce683:::benchmark_data_smithi071_245775_object101075:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1221)", 2024-09-13T14:59:04.780 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:52:32.572553+0000", 2024-09-13T14:59:04.780 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 392.20166089999998, 2024-09-13T14:59:04.780 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.755695891, 2024-09-13T14:59:04.780 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:59:04.780 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T14:59:04.780 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:59:04.780 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:59:04.780 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:59:04.780 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 101076 2024-09-13T14:59:04.780 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.781 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:59:04.781 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.781 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:59:04.781 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:32.572553+0000", 2024-09-13T14:59:04.781 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:04.781 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.781 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.781 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:59:04.781 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:32.572553+0000", 2024-09-13T14:59:04.781 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:04.781 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.781 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.782 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:59:04.782 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:32.572551+0000", 2024-09-13T14:59:04.782 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999981 2024-09-13T14:59:04.782 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.782 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.782 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:59:04.782 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:32.572599+0000", 2024-09-13T14:59:04.782 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.8142000000000001e-05 2024-09-13T14:59:04.782 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.782 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.782 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:59:04.782 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:32.572628+0000", 2024-09-13T14:59:04.782 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.902e-05 2024-09-13T14:59:04.783 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.783 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.783 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:59:04.783 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:32.572642+0000", 2024-09-13T14:59:04.783 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3886999999999999e-05 2024-09-13T14:59:04.783 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.783 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.783 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:04.783 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:32.572729+0000", 2024-09-13T14:59:04.783 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.7415000000000002e-05 2024-09-13T14:59:04.783 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.783 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.783 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:59:04.784 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:32.572915+0000", 2024-09-13T14:59:04.784 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000185797 2024-09-13T14:59:04.784 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.784 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.784 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1", 2024-09-13T14:59:04.784 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:32.573218+0000", 2024-09-13T14:59:04.784 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00030325600000000001 2024-09-13T14:59:04.784 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.784 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.784 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:59:04.784 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:32.577245+0000", 2024-09-13T14:59:04.784 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0040270660000000002 2024-09-13T14:59:04.784 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.785 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.785 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:04.785 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:32.599484+0000", 2024-09-13T14:59:04.785 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.022239024999999999 2024-09-13T14:59:04.785 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.785 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.785 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:59:04.785 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:32.599504+0000", 2024-09-13T14:59:04.785 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.0114000000000001e-05 2024-09-13T14:59:04.785 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.785 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.785 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:04.785 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:33.201700+0000", 2024-09-13T14:59:04.786 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.602195488 2024-09-13T14:59:04.786 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.786 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.786 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:59:04.786 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:33.201713+0000", 2024-09-13T14:59:04.786 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3570000000000001e-05 2024-09-13T14:59:04.786 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.786 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.786 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:04.786 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:34.328127+0000", 2024-09-13T14:59:04.786 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.126413498 2024-09-13T14:59:04.786 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.786 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.786 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:59:04.787 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:34.328248+0000", 2024-09-13T14:59:04.787 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000121679 2024-09-13T14:59:04.787 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:04.787 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:59:04.787 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:04.787 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.787 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.787 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:101077 8.d 8:b48b4ddb:::benchmark_data_smithi071_245775_object101076:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1221)", 2024-09-13T14:59:04.787 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:52:32.573038+0000", 2024-09-13T14:59:04.787 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 392.20117529700002, 2024-09-13T14:59:04.787 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.75549054, 2024-09-13T14:59:04.787 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:59:04.787 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T14:59:04.788 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:59:04.788 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:59:04.788 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:59:04.788 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 101077 2024-09-13T14:59:04.788 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.788 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:59:04.788 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.788 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:59:04.788 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:32.573038+0000", 2024-09-13T14:59:04.788 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:04.789 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.789 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.789 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:59:04.789 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:32.573038+0000", 2024-09-13T14:59:04.789 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:04.789 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.789 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.789 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:59:04.789 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:32.573037+0000", 2024-09-13T14:59:04.789 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:59:04.789 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.789 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.790 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:59:04.790 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:32.573056+0000", 2024-09-13T14:59:04.790 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.8566000000000001e-05 2024-09-13T14:59:04.790 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.790 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.790 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:59:04.790 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:32.573067+0000", 2024-09-13T14:59:04.790 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1238e-05 2024-09-13T14:59:04.790 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.790 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.790 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:59:04.790 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:32.573074+0000", 2024-09-13T14:59:04.790 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.4309999999999999e-06 2024-09-13T14:59:04.790 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.791 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.791 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:04.791 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:32.575422+0000", 2024-09-13T14:59:04.791 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0023484880000000001 2024-09-13T14:59:04.791 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.791 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.791 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:59:04.791 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:32.575561+0000", 2024-09-13T14:59:04.791 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00013890699999999999 2024-09-13T14:59:04.791 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.791 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.791 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1", 2024-09-13T14:59:04.791 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:32.575714+0000", 2024-09-13T14:59:04.791 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00015323299999999999 2024-09-13T14:59:04.792 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.792 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.792 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:59:04.792 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:32.577439+0000", 2024-09-13T14:59:04.792 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001724284 2024-09-13T14:59:04.792 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.792 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.792 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:04.792 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:32.599808+0000", 2024-09-13T14:59:04.792 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.022369340000000001 2024-09-13T14:59:04.792 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.792 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.793 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:59:04.793 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:32.599817+0000", 2024-09-13T14:59:04.793 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.3700000000000001e-06 2024-09-13T14:59:04.793 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.793 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.793 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:04.793 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:33.201811+0000", 2024-09-13T14:59:04.793 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.60199398800000004 2024-09-13T14:59:04.793 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.793 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.793 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:59:04.793 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:33.201821+0000", 2024-09-13T14:59:04.793 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0020999999999999e-05 2024-09-13T14:59:04.793 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.794 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.794 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:04.794 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:34.328432+0000", 2024-09-13T14:59:04.794 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1266103379999999 2024-09-13T14:59:04.794 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.794 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.794 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:59:04.794 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:59:04.795 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:34.328529+0000", 2024-09-13T14:59:04.796 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.7174000000000002e-05 2024-09-13T14:59:04.796 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:04.796 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:59:04.796 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:04.796 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.796 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.796 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:101090 8.4 8:2f729977:::benchmark_data_smithi071_245775_object101089:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1221)", 2024-09-13T14:59:04.796 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:52:32.599087+0000", 2024-09-13T14:59:04.797 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 392.17512603500001, 2024-09-13T14:59:04.797 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.762724119, 2024-09-13T14:59:04.797 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:59:04.797 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:59:04.797 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:59:04.797 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:59:04.797 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:59:04.797 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 101090 2024-09-13T14:59:04.797 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.797 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:59:04.797 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.797 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:59:04.797 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:32.599087+0000", 2024-09-13T14:59:04.798 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:04.798 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.798 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.798 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:59:04.798 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:32.599087+0000", 2024-09-13T14:59:04.798 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:04.798 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.798 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.798 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:59:04.798 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:32.599086+0000", 2024-09-13T14:59:04.798 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:59:04.798 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.798 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.799 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:59:04.799 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:32.599128+0000", 2024-09-13T14:59:04.799 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.2212999999999997e-05 2024-09-13T14:59:04.799 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.799 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.799 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:59:04.799 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:32.599139+0000", 2024-09-13T14:59:04.799 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0672999999999999e-05 2024-09-13T14:59:04.799 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.799 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.799 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:59:04.799 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:32.599146+0000", 2024-09-13T14:59:04.799 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.8020000000000003e-06 2024-09-13T14:59:04.800 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.800 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.800 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:04.800 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:32.599536+0000", 2024-09-13T14:59:04.800 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00039073100000000001 2024-09-13T14:59:04.800 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.800 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.800 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:59:04.800 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:32.599548+0000", 2024-09-13T14:59:04.800 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1714e-05 2024-09-13T14:59:04.800 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.800 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.800 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:04.801 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:33.196388+0000", 2024-09-13T14:59:04.801 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.59683995700000003 2024-09-13T14:59:04.801 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.801 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.801 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:59:04.801 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:33.196402+0000", 2024-09-13T14:59:04.801 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3586e-05 2024-09-13T14:59:04.801 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.801 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.801 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:04.801 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:34.357694+0000", 2024-09-13T14:59:04.801 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.161292752 2024-09-13T14:59:04.801 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.802 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.802 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:59:04.802 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:34.357865+0000", 2024-09-13T14:59:04.802 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00017029799999999999 2024-09-13T14:59:04.802 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.802 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.802 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 3,6", 2024-09-13T14:59:04.802 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:34.358062+0000", 2024-09-13T14:59:04.802 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000197498 2024-09-13T14:59:04.802 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.802 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.802 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:59:04.802 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:34.361287+0000", 2024-09-13T14:59:04.802 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.003224359 2024-09-13T14:59:04.803 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.803 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.803 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:04.803 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:34.361480+0000", 2024-09-13T14:59:04.803 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000193592 2024-09-13T14:59:04.803 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.803 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.803 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:04.803 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:34.361537+0000", 2024-09-13T14:59:04.803 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.6449000000000001e-05 2024-09-13T14:59:04.805 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.805 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.805 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:59:04.805 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:34.361704+0000", 2024-09-13T14:59:04.805 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000167505 2024-09-13T14:59:04.805 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.805 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.805 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:59:04.805 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:34.361812+0000", 2024-09-13T14:59:04.805 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000107434 2024-09-13T14:59:04.805 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:04.805 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:59:04.806 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:04.806 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.806 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.806 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:101094 8.4 8:251c9a25:::benchmark_data_smithi071_245775_object101093:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1222)", 2024-09-13T14:59:04.806 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:52:32.624438+0000", 2024-09-13T14:59:04.806 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 392.14977532199998, 2024-09-13T14:59:04.806 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.7448446520000001, 2024-09-13T14:59:04.806 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:59:04.806 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:59:04.806 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:59:04.806 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:59:04.806 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:59:04.806 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 101094 2024-09-13T14:59:04.806 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.807 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:59:04.807 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.807 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:59:04.807 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:32.624438+0000", 2024-09-13T14:59:04.807 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:04.807 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.807 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.807 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:59:04.807 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:32.624438+0000", 2024-09-13T14:59:04.807 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:04.807 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.807 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.807 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:59:04.807 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:32.624437+0000", 2024-09-13T14:59:04.808 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:59:04.808 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.808 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.808 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:59:04.808 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:32.624495+0000", 2024-09-13T14:59:04.808 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.8013000000000002e-05 2024-09-13T14:59:04.808 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.808 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.808 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:59:04.808 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:32.624504+0000", 2024-09-13T14:59:04.808 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.3740000000000004e-06 2024-09-13T14:59:04.808 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.809 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.809 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:59:04.809 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:32.624509+0000", 2024-09-13T14:59:04.809 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.8250000000000004e-06 2024-09-13T14:59:04.809 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.809 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.809 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:04.809 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:32.624556+0000", 2024-09-13T14:59:04.809 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.7083999999999998e-05 2024-09-13T14:59:04.809 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.809 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.810 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:59:04.810 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:32.624565+0000", 2024-09-13T14:59:04.810 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.5739999999999996e-06 2024-09-13T14:59:04.810 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.810 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.810 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:04.810 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:33.196425+0000", 2024-09-13T14:59:04.810 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.571860547 2024-09-13T14:59:04.810 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.810 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.810 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:59:04.810 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:33.196433+0000", 2024-09-13T14:59:04.810 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.5379999999999997e-06 2024-09-13T14:59:04.811 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.811 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.811 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:04.811 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:34.361983+0000", 2024-09-13T14:59:04.811 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1655498259999999 2024-09-13T14:59:04.811 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.811 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.811 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:59:04.811 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:34.362131+0000", 2024-09-13T14:59:04.811 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00014797000000000001 2024-09-13T14:59:04.811 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.811 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.811 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 3,6", 2024-09-13T14:59:04.812 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:34.362301+0000", 2024-09-13T14:59:04.812 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000169846 2024-09-13T14:59:04.812 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.812 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.812 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:04.812 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:34.369084+0000", 2024-09-13T14:59:04.812 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0067832769999999999 2024-09-13T14:59:04.812 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.812 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.812 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:59:04.812 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:34.369092+0000", 2024-09-13T14:59:04.812 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.3059999999999998e-06 2024-09-13T14:59:04.812 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.813 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.813 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:04.813 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:34.369129+0000", 2024-09-13T14:59:04.813 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.6502999999999999e-05 2024-09-13T14:59:04.813 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.813 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.813 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:59:04.813 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:34.369182+0000", 2024-09-13T14:59:04.813 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.3063999999999999e-05 2024-09-13T14:59:04.813 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.813 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.813 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:59:04.813 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:52:34.369283+0000", 2024-09-13T14:59:04.814 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00010101400000000001 2024-09-13T14:59:04.814 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:04.814 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:59:04.814 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:04.814 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.814 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.814 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:134229 8.8 8:1934118d:::benchmark_data_smithi071_245775_object12931:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1230)", 2024-09-13T14:59:04.814 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:53:14.988945+0000", 2024-09-13T14:59:04.814 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 349.78526824400001, 2024-09-13T14:59:04.814 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.0808747379999999, 2024-09-13T14:59:04.814 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:59:04.814 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:59:04.814 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:59:04.814 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:59:04.815 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:59:04.815 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 134229 2024-09-13T14:59:04.815 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.815 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:59:04.815 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.815 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:59:04.815 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:14.988945+0000", 2024-09-13T14:59:04.815 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:04.815 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.815 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.815 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:59:04.815 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:14.988945+0000", 2024-09-13T14:59:04.815 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:04.816 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.816 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.816 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:59:04.816 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:14.988945+0000", 2024-09-13T14:59:04.816 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:59:04.816 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.816 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.816 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:59:04.816 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:14.988949+0000", 2024-09-13T14:59:04.816 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.4739999999999999e-06 2024-09-13T14:59:04.816 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.816 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.816 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:59:04.816 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:14.988959+0000", 2024-09-13T14:59:04.817 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.029e-05 2024-09-13T14:59:04.817 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.817 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.817 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:59:04.817 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:14.988964+0000", 2024-09-13T14:59:04.817 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.0089999999999998e-06 2024-09-13T14:59:04.817 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.817 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.817 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:04.817 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:14.989015+0000", 2024-09-13T14:59:04.817 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.1087000000000001e-05 2024-09-13T14:59:04.817 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.817 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.818 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:59:04.818 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:14.989028+0000", 2024-09-13T14:59:04.818 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2473999999999999e-05 2024-09-13T14:59:04.818 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.818 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.818 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:04.818 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:15.950197+0000", 2024-09-13T14:59:04.818 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.96116943899999996 2024-09-13T14:59:04.818 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.818 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.818 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:59:04.818 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:15.950212+0000", 2024-09-13T14:59:04.818 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.4463e-05 2024-09-13T14:59:04.818 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.819 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.819 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:04.819 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.059948+0000", 2024-09-13T14:59:04.819 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.109736185 2024-09-13T14:59:04.819 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.819 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.819 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:59:04.819 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.060115+0000", 2024-09-13T14:59:04.819 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00016721100000000001 2024-09-13T14:59:04.819 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.819 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.819 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,3,7", 2024-09-13T14:59:04.819 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.060260+0000", 2024-09-13T14:59:04.820 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000144408 2024-09-13T14:59:04.820 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.820 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.820 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:04.820 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.069666+0000", 2024-09-13T14:59:04.820 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0094061330000000005 2024-09-13T14:59:04.820 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.820 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.820 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:59:04.820 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.069672+0000", 2024-09-13T14:59:04.820 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.8540000000000002e-06 2024-09-13T14:59:04.820 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.820 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.820 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:04.821 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.069695+0000", 2024-09-13T14:59:04.821 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.3042999999999999e-05 2024-09-13T14:59:04.821 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.821 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.821 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:04.821 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.069712+0000", 2024-09-13T14:59:04.821 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.7674999999999999e-05 2024-09-13T14:59:04.821 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.821 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.821 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:59:04.821 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.069751+0000", 2024-09-13T14:59:04.821 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.875e-05 2024-09-13T14:59:04.821 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.821 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.822 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:59:04.822 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.069820+0000", 2024-09-13T14:59:04.822 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.9004999999999994e-05 2024-09-13T14:59:04.822 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:04.822 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:59:04.822 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:04.822 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.822 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.822 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:140976 8.d 8:b8ace6d5:::benchmark_data_smithi071_245775_object19678:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1250)", 2024-09-13T14:59:04.822 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:54:33.187799+0000", 2024-09-13T14:59:04.822 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 271.58641411899998, 2024-09-13T14:59:04.822 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.0659357310000002, 2024-09-13T14:59:04.822 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:59:04.822 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:59:04.823 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:59:04.823 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:59:04.823 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:59:04.823 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 140976 2024-09-13T14:59:04.823 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.823 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:59:04.823 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.823 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:59:04.823 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:33.187799+0000", 2024-09-13T14:59:04.823 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:04.823 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.823 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.823 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:59:04.823 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:33.187799+0000", 2024-09-13T14:59:04.823 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:04.824 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.824 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.824 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:59:04.824 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:33.187798+0000", 2024-09-13T14:59:04.824 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:59:04.824 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.824 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.824 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:59:04.824 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:33.187804+0000", 2024-09-13T14:59:04.824 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.4519999999999996e-06 2024-09-13T14:59:04.824 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.824 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.824 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:59:04.825 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:33.187814+0000", 2024-09-13T14:59:04.825 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0723000000000001e-05 2024-09-13T14:59:04.825 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.825 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.825 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:59:04.825 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:33.187821+0000", 2024-09-13T14:59:04.825 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.029e-06 2024-09-13T14:59:04.825 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.825 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.825 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:04.825 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:33.187862+0000", 2024-09-13T14:59:04.825 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.0868999999999998e-05 2024-09-13T14:59:04.825 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.827 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.827 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:59:04.827 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:33.187970+0000", 2024-09-13T14:59:04.827 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00010794 2024-09-13T14:59:04.827 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.827 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.828 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,6,7", 2024-09-13T14:59:04.828 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:33.188054+0000", 2024-09-13T14:59:04.828 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.3416000000000002e-05 2024-09-13T14:59:04.828 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.828 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.828 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:59:04.828 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:33.190487+0000", 2024-09-13T14:59:04.828 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0024336399999999999 2024-09-13T14:59:04.828 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.828 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.828 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:04.828 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:33.190615+0000", 2024-09-13T14:59:04.828 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000127668 2024-09-13T14:59:04.829 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.829 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.829 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:04.829 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:33.191067+0000", 2024-09-13T14:59:04.829 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00045221600000000002 2024-09-13T14:59:04.829 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.829 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.829 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:04.829 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:36.253573+0000", 2024-09-13T14:59:04.829 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.0625062270000001 2024-09-13T14:59:04.829 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.829 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.829 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:59:04.830 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:36.253636+0000", 2024-09-13T14:59:04.830 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.2743000000000006e-05 2024-09-13T14:59:04.830 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.830 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.830 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:59:04.830 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:36.253735+0000", 2024-09-13T14:59:04.830 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.8978e-05 2024-09-13T14:59:04.830 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:04.830 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:59:04.830 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:04.830 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.830 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.830 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:141006 8.d 8:b369ce59:::benchmark_data_smithi071_245775_object19708:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1251)", 2024-09-13T14:59:04.830 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:54:36.294051+0000", 2024-09-13T14:59:04.831 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 268.48016249599999, 2024-09-13T14:59:04.831 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.5700315300000001, 2024-09-13T14:59:04.831 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:59:04.831 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:59:04.831 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:59:04.831 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:59:04.831 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:59:04.831 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 141006 2024-09-13T14:59:04.831 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.831 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:59:04.831 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.831 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:59:04.831 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:36.294051+0000", 2024-09-13T14:59:04.832 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:04.832 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.832 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.832 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:59:04.832 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:36.294051+0000", 2024-09-13T14:59:04.832 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:04.832 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.832 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.832 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:59:04.832 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:36.294050+0000", 2024-09-13T14:59:04.832 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:59:04.832 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.832 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.832 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:59:04.833 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:36.294055+0000", 2024-09-13T14:59:04.833 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.4029999999999998e-06 2024-09-13T14:59:04.833 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.833 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.833 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:59:04.833 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:36.294066+0000", 2024-09-13T14:59:04.833 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.079e-05 2024-09-13T14:59:04.833 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.833 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.833 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:59:04.833 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:36.294071+0000", 2024-09-13T14:59:04.833 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.7350000000000004e-06 2024-09-13T14:59:04.833 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.834 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.834 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:04.834 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:36.294101+0000", 2024-09-13T14:59:04.834 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.0596000000000003e-05 2024-09-13T14:59:04.834 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.834 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.834 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:59:04.834 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:36.294188+0000", 2024-09-13T14:59:04.834 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.6922000000000006e-05 2024-09-13T14:59:04.834 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.834 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.834 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,6,7", 2024-09-13T14:59:04.834 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:36.294268+0000", 2024-09-13T14:59:04.834 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.9690000000000004e-05 2024-09-13T14:59:04.835 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.835 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.835 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:59:04.835 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:36.299742+0000", 2024-09-13T14:59:04.835 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0054736129999999996 2024-09-13T14:59:04.835 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.835 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.835 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:04.835 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:36.299791+0000", 2024-09-13T14:59:04.835 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.9268999999999999e-05 2024-09-13T14:59:04.835 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.835 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.835 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:04.835 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:36.299833+0000", 2024-09-13T14:59:04.836 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.1653000000000003e-05 2024-09-13T14:59:04.836 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.836 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.836 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:04.836 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:37.863888+0000", 2024-09-13T14:59:04.836 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.564055392 2024-09-13T14:59:04.836 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.836 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.836 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:59:04.836 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:37.863960+0000", 2024-09-13T14:59:04.836 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.2509000000000007e-05 2024-09-13T14:59:04.836 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.836 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.837 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:59:04.837 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:37.864083+0000", 2024-09-13T14:59:04.837 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00012210699999999999 2024-09-13T14:59:04.837 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:04.837 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:59:04.837 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:04.837 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.837 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.837 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:141007 8.d 8:b613ad28:::benchmark_data_smithi071_245775_object19709:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1251)", 2024-09-13T14:59:04.837 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:54:36.294345+0000", 2024-09-13T14:59:04.837 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 268.47986865799999, 2024-09-13T14:59:04.837 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.5698682239999999, 2024-09-13T14:59:04.837 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:59:04.837 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:59:04.838 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:59:04.838 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:59:04.838 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:59:04.838 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 141007 2024-09-13T14:59:04.838 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.838 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:59:04.838 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.838 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:59:04.838 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:36.294345+0000", 2024-09-13T14:59:04.838 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:04.838 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.838 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.838 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:59:04.839 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:36.294345+0000", 2024-09-13T14:59:04.839 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:04.839 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.839 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.839 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:59:04.839 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:36.294344+0000", 2024-09-13T14:59:04.839 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T14:59:04.839 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.839 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.839 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:59:04.839 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:36.294348+0000", 2024-09-13T14:59:04.839 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.5549999999999998e-06 2024-09-13T14:59:04.839 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.839 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.840 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:59:04.840 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:36.294356+0000", 2024-09-13T14:59:04.840 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.2320000000000001e-06 2024-09-13T14:59:04.840 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.840 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.840 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:59:04.840 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:36.294362+0000", 2024-09-13T14:59:04.840 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.8869999999999997e-06 2024-09-13T14:59:04.840 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.840 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.840 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:04.840 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:36.296791+0000", 2024-09-13T14:59:04.840 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0024292620000000002 2024-09-13T14:59:04.841 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.841 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.841 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:59:04.841 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:36.296940+0000", 2024-09-13T14:59:04.841 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000148937 2024-09-13T14:59:04.841 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.841 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.841 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,6,7", 2024-09-13T14:59:04.841 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:36.297072+0000", 2024-09-13T14:59:04.841 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000131598 2024-09-13T14:59:04.841 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.841 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.841 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:04.842 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:36.299873+0000", 2024-09-13T14:59:04.842 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.002801025 2024-09-13T14:59:04.842 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.842 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.842 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:04.842 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:36.299899+0000", 2024-09-13T14:59:04.842 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.6183999999999999e-05 2024-09-13T14:59:04.842 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.842 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.842 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:59:04.842 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:36.299918+0000", 2024-09-13T14:59:04.842 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.8756000000000001e-05 2024-09-13T14:59:04.842 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.843 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.843 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:04.843 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:37.864118+0000", 2024-09-13T14:59:04.843 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.564199941 2024-09-13T14:59:04.843 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.843 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.843 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:59:04.843 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:37.864151+0000", 2024-09-13T14:59:04.843 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.3399000000000003e-05 2024-09-13T14:59:04.843 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.843 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.843 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:59:04.843 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:37.864213+0000", 2024-09-13T14:59:04.844 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.2099000000000003e-05 2024-09-13T14:59:04.844 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:04.844 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:59:04.844 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:04.844 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.844 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.844 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:202998 8.8 8:13571dd7:::benchmark_data_smithi071_245775_object81700:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1279)", 2024-09-13T14:59:04.844 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:57:13.873804+0000", 2024-09-13T14:59:04.844 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 110.900409696, 2024-09-13T14:59:04.844 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.0992788660000001, 2024-09-13T14:59:04.844 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:59:04.844 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T14:59:04.844 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:59:04.845 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:59:04.845 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:59:04.845 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 202998 2024-09-13T14:59:04.845 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.845 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:59:04.845 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.845 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:59:04.845 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:13.873804+0000", 2024-09-13T14:59:04.845 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:04.845 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.845 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.845 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:59:04.845 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:13.873804+0000", 2024-09-13T14:59:04.846 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:04.846 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.846 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.846 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:59:04.846 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:13.873802+0000", 2024-09-13T14:59:04.846 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999981 2024-09-13T14:59:04.846 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.846 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.846 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:59:04.846 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:13.873810+0000", 2024-09-13T14:59:04.846 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.4970000000000004e-06 2024-09-13T14:59:04.846 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.846 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.847 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:59:04.847 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:13.873822+0000", 2024-09-13T14:59:04.847 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2768999999999999e-05 2024-09-13T14:59:04.847 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.847 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.847 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:59:04.847 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:13.873830+0000", 2024-09-13T14:59:04.847 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.2139999999999999e-06 2024-09-13T14:59:04.847 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.847 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.847 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:04.847 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:13.873879+0000", 2024-09-13T14:59:04.847 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.9381e-05 2024-09-13T14:59:04.847 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.848 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.848 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:59:04.848 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:13.874025+0000", 2024-09-13T14:59:04.848 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000145909 2024-09-13T14:59:04.848 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.848 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.848 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,3", 2024-09-13T14:59:04.848 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:13.874373+0000", 2024-09-13T14:59:04.848 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00034824600000000003 2024-09-13T14:59:04.848 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.848 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.848 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:59:04.848 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:13.887119+0000", 2024-09-13T14:59:04.849 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.012746281 2024-09-13T14:59:04.849 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.849 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.849 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:04.849 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:13.900144+0000", 2024-09-13T14:59:04.849 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.013025011 2024-09-13T14:59:04.849 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.849 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.849 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:59:04.849 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:13.900157+0000", 2024-09-13T14:59:04.849 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2571e-05 2024-09-13T14:59:04.849 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.849 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.850 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:04.850 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:14.895768+0000", 2024-09-13T14:59:04.850 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.99561076800000003 2024-09-13T14:59:04.850 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.850 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.850 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:59:04.850 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:14.895780+0000", 2024-09-13T14:59:04.850 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2165e-05 2024-09-13T14:59:04.850 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.851 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.851 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:04.851 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:15.972996+0000", 2024-09-13T14:59:04.851 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0772160630000001 2024-09-13T14:59:04.851 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.851 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.851 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:59:04.851 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:15.973083+0000", 2024-09-13T14:59:04.851 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.6718000000000006e-05 2024-09-13T14:59:04.851 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:04.851 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:59:04.851 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:04.851 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.851 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.852 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:236284 8.3 8:c7dba6d1:::benchmark_data_smithi071_245775_object114986:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1292)", 2024-09-13T14:59:04.852 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:57:51.594942+0000", 2024-09-13T14:59:04.852 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 73.179271888000002, 2024-09-13T14:59:04.852 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.167668323, 2024-09-13T14:59:04.852 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:59:04.852 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T14:59:04.852 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:59:04.852 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:59:04.852 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:59:04.852 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 236284 2024-09-13T14:59:04.852 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.852 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:59:04.852 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.853 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:59:04.853 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.594942+0000", 2024-09-13T14:59:04.853 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:04.853 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.853 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.853 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:59:04.853 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.594942+0000", 2024-09-13T14:59:04.853 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:04.853 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.853 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.853 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:59:04.853 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.594941+0000", 2024-09-13T14:59:04.853 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:59:04.854 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.854 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.854 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:59:04.854 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.594947+0000", 2024-09-13T14:59:04.854 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.426e-06 2024-09-13T14:59:04.854 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.854 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.854 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:59:04.854 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.594960+0000", 2024-09-13T14:59:04.854 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2964e-05 2024-09-13T14:59:04.854 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.854 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.854 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:59:04.855 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.594967+0000", 2024-09-13T14:59:04.855 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.9589999999999998e-06 2024-09-13T14:59:04.855 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.855 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.855 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:04.855 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.595010+0000", 2024-09-13T14:59:04.855 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.3566999999999998e-05 2024-09-13T14:59:04.855 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.855 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.855 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:59:04.855 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.595143+0000", 2024-09-13T14:59:04.855 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00013249 2024-09-13T14:59:04.855 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.856 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.856 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,3", 2024-09-13T14:59:04.856 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.595481+0000", 2024-09-13T14:59:04.856 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00033768300000000003 2024-09-13T14:59:04.856 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.856 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.856 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:59:04.856 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.599809+0000", 2024-09-13T14:59:04.856 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0043284669999999999 2024-09-13T14:59:04.856 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.856 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.856 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:04.856 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.599911+0000", 2024-09-13T14:59:04.857 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000102011 2024-09-13T14:59:04.857 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.857 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.857 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:04.857 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.611766+0000", 2024-09-13T14:59:04.857 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.011855324 2024-09-13T14:59:04.857 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.857 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.857 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:59:04.857 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.611781+0000", 2024-09-13T14:59:04.857 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.4949e-05 2024-09-13T14:59:04.857 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.857 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.858 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:04.858 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.622505+0000", 2024-09-13T14:59:04.858 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0107234060000001 2024-09-13T14:59:04.858 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.858 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.858 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:59:04.858 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.622514+0000", 2024-09-13T14:59:04.858 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.9889999999999998e-06 2024-09-13T14:59:04.858 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.858 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.858 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:04.858 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.762529+0000", 2024-09-13T14:59:04.858 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.140015284 2024-09-13T14:59:04.858 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.859 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.859 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:59:04.859 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.762610+0000", 2024-09-13T14:59:04.859 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.0890000000000006e-05 2024-09-13T14:59:04.859 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:04.859 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:59:04.859 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:04.859 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.859 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.859 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:236286 8.3 8:c2738121:::benchmark_data_smithi071_245775_object114988:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1292)", 2024-09-13T14:59:04.859 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:57:51.595557+0000", 2024-09-13T14:59:04.859 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 73.178656114999995, 2024-09-13T14:59:04.859 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.1691831769999999, 2024-09-13T14:59:04.860 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:59:04.860 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T14:59:04.860 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:59:04.860 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:59:04.860 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:59:04.860 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 236286 2024-09-13T14:59:04.860 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.860 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:59:04.860 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.860 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:59:04.860 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.595557+0000", 2024-09-13T14:59:04.860 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:04.860 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.861 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.861 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:59:04.861 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.595557+0000", 2024-09-13T14:59:04.861 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:04.861 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.861 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.861 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:59:04.861 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.595557+0000", 2024-09-13T14:59:04.861 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:59:04.861 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.861 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.861 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:59:04.861 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.595567+0000", 2024-09-13T14:59:04.861 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0285999999999999e-05 2024-09-13T14:59:04.862 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.862 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.862 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:59:04.862 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.595578+0000", 2024-09-13T14:59:04.862 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0740000000000001e-05 2024-09-13T14:59:04.862 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.862 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.862 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:59:04.862 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.595584+0000", 2024-09-13T14:59:04.862 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.9429999999999997e-06 2024-09-13T14:59:04.862 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.862 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.862 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:04.863 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.597830+0000", 2024-09-13T14:59:04.863 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0022465829999999999 2024-09-13T14:59:04.863 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.863 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.863 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:59:04.863 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.597960+0000", 2024-09-13T14:59:04.863 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000129913 2024-09-13T14:59:04.863 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.863 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.863 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,3", 2024-09-13T14:59:04.863 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.598291+0000", 2024-09-13T14:59:04.863 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00033105100000000001 2024-09-13T14:59:04.863 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.863 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.864 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:59:04.864 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.599943+0000", 2024-09-13T14:59:04.864 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0016520300000000001 2024-09-13T14:59:04.864 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.864 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.864 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:04.864 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.611818+0000", 2024-09-13T14:59:04.864 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.011874861 2024-09-13T14:59:04.864 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.864 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.864 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:59:04.864 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.611826+0000", 2024-09-13T14:59:04.864 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.6120000000000001e-06 2024-09-13T14:59:04.865 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.865 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.865 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:04.865 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.622540+0000", 2024-09-13T14:59:04.865 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0107147089999999 2024-09-13T14:59:04.865 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.865 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.865 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:59:04.865 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.622548+0000", 2024-09-13T14:59:04.865 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.9419999999999995e-06 2024-09-13T14:59:04.865 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.865 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.865 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:04.865 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.764673+0000", 2024-09-13T14:59:04.866 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1421247320000001 2024-09-13T14:59:04.866 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.866 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.866 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:59:04.866 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.764741+0000", 2024-09-13T14:59:04.866 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.7504999999999998e-05 2024-09-13T14:59:04.866 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:04.866 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:59:04.866 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:04.866 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.866 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.866 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:236287 8.8 8:146f212b:::benchmark_data_smithi071_245775_object114989:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1292)", 2024-09-13T14:59:04.866 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:57:51.598997+0000", 2024-09-13T14:59:04.866 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 73.175216798999998, 2024-09-13T14:59:04.867 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.1065277120000001, 2024-09-13T14:59:04.867 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:59:04.867 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T14:59:04.867 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:59:04.867 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:59:04.867 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:59:04.867 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 236287 2024-09-13T14:59:04.867 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.867 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:59:04.867 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.867 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:59:04.867 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.598997+0000", 2024-09-13T14:59:04.867 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:04.868 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.868 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.868 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:59:04.868 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.598997+0000", 2024-09-13T14:59:04.868 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:04.868 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.868 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.868 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:59:04.868 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.598995+0000", 2024-09-13T14:59:04.868 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:59:04.868 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.868 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.868 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:59:04.868 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.599004+0000", 2024-09-13T14:59:04.869 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.6729999999999998e-06 2024-09-13T14:59:04.869 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.869 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.869 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:59:04.869 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.599017+0000", 2024-09-13T14:59:04.869 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2961e-05 2024-09-13T14:59:04.869 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.869 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.869 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:59:04.869 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.599024+0000", 2024-09-13T14:59:04.869 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.4080000000000001e-06 2024-09-13T14:59:04.869 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.869 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.869 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:04.870 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.599080+0000", 2024-09-13T14:59:04.870 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.5381999999999999e-05 2024-09-13T14:59:04.870 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.870 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.870 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:59:04.870 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.599180+0000", 2024-09-13T14:59:04.870 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000100017 2024-09-13T14:59:04.870 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.870 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.870 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,3,4", 2024-09-13T14:59:04.871 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:04.872 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.599476+0000", 2024-09-13T14:59:04.872 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00029608800000000002 2024-09-13T14:59:04.872 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.872 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.872 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:04.873 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.601713+0000", 2024-09-13T14:59:04.873 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0022367580000000001 2024-09-13T14:59:04.873 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.873 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.873 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:59:04.873 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.602550+0000", 2024-09-13T14:59:04.873 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00083758400000000005 2024-09-13T14:59:04.873 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.873 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.873 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:04.873 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.619586+0000", 2024-09-13T14:59:04.873 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.017035384000000001 2024-09-13T14:59:04.873 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.874 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.874 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:59:04.874 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.619593+0000", 2024-09-13T14:59:04.874 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.841e-06 2024-09-13T14:59:04.874 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.874 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.874 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:04.874 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.627523+0000", 2024-09-13T14:59:04.874 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0079296390000001 2024-09-13T14:59:04.874 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.874 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.874 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:59:04.874 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.627534+0000", 2024-09-13T14:59:04.874 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0738e-05 2024-09-13T14:59:04.875 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.875 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.875 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:04.875 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.705455+0000", 2024-09-13T14:59:04.875 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.077921457 2024-09-13T14:59:04.875 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.875 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.875 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:59:04.875 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.705524+0000", 2024-09-13T14:59:04.875 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.9092999999999997e-05 2024-09-13T14:59:04.875 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:04.875 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:59:04.875 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:04.876 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.876 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.876 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:236293 8.a 8:5e62eade:::benchmark_data_smithi071_245775_object114995:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1292)", 2024-09-13T14:59:04.876 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:57:51.603368+0000", 2024-09-13T14:59:04.876 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 73.170845138000004, 2024-09-13T14:59:04.876 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.1931981619999998, 2024-09-13T14:59:04.876 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:59:04.876 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T14:59:04.876 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:59:04.876 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:59:04.876 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:59:04.876 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 236293 2024-09-13T14:59:04.876 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.877 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:59:04.877 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.877 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:59:04.877 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.603368+0000", 2024-09-13T14:59:04.877 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:04.877 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.877 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.877 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:59:04.877 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.603368+0000", 2024-09-13T14:59:04.877 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:04.877 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.877 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.877 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:59:04.878 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.603367+0000", 2024-09-13T14:59:04.878 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:59:04.878 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.878 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.878 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:59:04.878 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.603373+0000", 2024-09-13T14:59:04.878 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.485e-06 2024-09-13T14:59:04.878 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.878 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.878 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:59:04.878 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.603383+0000", 2024-09-13T14:59:04.878 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0456e-05 2024-09-13T14:59:04.878 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.878 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.879 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:59:04.879 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.603391+0000", 2024-09-13T14:59:04.879 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.5349999999999999e-06 2024-09-13T14:59:04.879 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.879 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.879 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:04.879 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.603446+0000", 2024-09-13T14:59:04.879 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.5324000000000001e-05 2024-09-13T14:59:04.879 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.879 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.879 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:59:04.879 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.603593+0000", 2024-09-13T14:59:04.879 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000146685 2024-09-13T14:59:04.879 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.880 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.880 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,3", 2024-09-13T14:59:04.880 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.603710+0000", 2024-09-13T14:59:04.880 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00011770899999999999 2024-09-13T14:59:04.880 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.880 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.880 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:04.880 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.618879+0000", 2024-09-13T14:59:04.880 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.015168413 2024-09-13T14:59:04.880 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.880 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.880 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:59:04.880 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.618889+0000", 2024-09-13T14:59:04.880 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0182e-05 2024-09-13T14:59:04.881 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.881 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.881 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:04.881 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.615580+0000", 2024-09-13T14:59:04.881 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.99669099999999999 2024-09-13T14:59:04.881 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.881 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.881 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:59:04.881 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.615596+0000", 2024-09-13T14:59:04.881 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.5698000000000001e-05 2024-09-13T14:59:04.881 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.881 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.881 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:04.882 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.796486+0000", 2024-09-13T14:59:04.882 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1808899390000001 2024-09-13T14:59:04.882 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.882 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.882 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:59:04.882 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.796567+0000", 2024-09-13T14:59:04.882 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.0912000000000001e-05 2024-09-13T14:59:04.882 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:04.882 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:59:04.882 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:04.882 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.882 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.882 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:236288 8.10 8:0f9ffde5:::benchmark_data_smithi071_245775_object114990:head [delete] snapc 0=[] RETRY=1 ondisk+retry+write+known_if_redirected+supports_pool_eio e1293)", 2024-09-13T14:59:04.882 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:57:51.612048+0000", 2024-09-13T14:59:04.883 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 73.162165287999997, 2024-09-13T14:59:04.883 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.2061997579999999, 2024-09-13T14:59:04.883 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:59:04.883 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T14:59:04.883 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:59:04.883 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:59:04.883 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:59:04.883 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 236288 2024-09-13T14:59:04.883 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.883 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:59:04.883 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.883 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:59:04.883 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.612048+0000", 2024-09-13T14:59:04.883 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:04.884 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.884 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.884 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:59:04.884 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.612048+0000", 2024-09-13T14:59:04.884 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:04.884 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.884 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.884 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:59:04.884 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.612047+0000", 2024-09-13T14:59:04.884 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:59:04.884 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.884 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.884 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:59:04.885 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.612053+0000", 2024-09-13T14:59:04.885 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.4790000000000001e-06 2024-09-13T14:59:04.885 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.885 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.885 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:59:04.885 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.612064+0000", 2024-09-13T14:59:04.885 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.041e-05 2024-09-13T14:59:04.885 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.885 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.885 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:59:04.885 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.612078+0000", 2024-09-13T14:59:04.885 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3971999999999999e-05 2024-09-13T14:59:04.885 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.885 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.886 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:04.886 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.619573+0000", 2024-09-13T14:59:04.886 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0074958450000000001 2024-09-13T14:59:04.886 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.886 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.886 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:59:04.886 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.619584+0000", 2024-09-13T14:59:04.886 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.01e-05 2024-09-13T14:59:04.886 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.886 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.886 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:04.886 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.633885+0000", 2024-09-13T14:59:04.886 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.014301533 2024-09-13T14:59:04.887 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.887 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.887 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:59:04.887 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.633899+0000", 2024-09-13T14:59:04.887 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3896999999999999e-05 2024-09-13T14:59:04.887 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.887 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.887 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:04.887 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.818125+0000", 2024-09-13T14:59:04.887 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1842257039999999 2024-09-13T14:59:04.887 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.887 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.887 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:59:04.888 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.818248+0000", 2024-09-13T14:59:04.888 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000123299 2024-09-13T14:59:04.888 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:04.888 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:59:04.888 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:04.888 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.888 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.888 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:236297 8.a 8:5ca085ca:::benchmark_data_smithi071_245775_object114999:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1293)", 2024-09-13T14:59:04.888 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:57:51.614380+0000", 2024-09-13T14:59:04.888 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 73.159833449999994, 2024-09-13T14:59:04.888 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.2017422149999999, 2024-09-13T14:59:04.888 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:59:04.888 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:59:04.889 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:59:04.889 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:59:04.889 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:59:04.889 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 236297 2024-09-13T14:59:04.889 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.889 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:59:04.889 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.889 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:59:04.889 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.614380+0000", 2024-09-13T14:59:04.889 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:04.889 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.889 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.889 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:59:04.889 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.614380+0000", 2024-09-13T14:59:04.890 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:04.890 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.890 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.890 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:59:04.890 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.614379+0000", 2024-09-13T14:59:04.890 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:59:04.890 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.890 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.890 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:59:04.890 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.614383+0000", 2024-09-13T14:59:04.890 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.2810000000000002e-06 2024-09-13T14:59:04.890 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.890 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.890 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:59:04.891 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.614395+0000", 2024-09-13T14:59:04.891 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1443999999999999e-05 2024-09-13T14:59:04.891 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.891 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.891 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:59:04.891 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.614401+0000", 2024-09-13T14:59:04.891 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.6760000000000001e-06 2024-09-13T14:59:04.891 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.891 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.891 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:04.891 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.618922+0000", 2024-09-13T14:59:04.891 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0045210800000000002 2024-09-13T14:59:04.891 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.892 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.892 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:59:04.892 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.618930+0000", 2024-09-13T14:59:04.892 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.4159999999999998e-06 2024-09-13T14:59:04.892 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.892 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.892 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:04.892 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.615869+0000", 2024-09-13T14:59:04.892 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.99693899900000005 2024-09-13T14:59:04.892 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.892 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.892 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:59:04.892 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.615876+0000", 2024-09-13T14:59:04.892 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.6380000000000004e-06 2024-09-13T14:59:04.893 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.893 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.893 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:04.893 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.797133+0000", 2024-09-13T14:59:04.893 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.181256635 2024-09-13T14:59:04.893 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.893 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.893 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:59:04.893 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.797272+0000", 2024-09-13T14:59:04.893 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00013879800000000001 2024-09-13T14:59:04.893 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.893 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.893 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,3,4", 2024-09-13T14:59:04.894 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.797725+0000", 2024-09-13T14:59:04.894 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000453602 2024-09-13T14:59:04.894 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.894 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.894 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:04.894 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.815864+0000", 2024-09-13T14:59:04.894 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.018138412999999999 2024-09-13T14:59:04.894 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.894 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.894 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:04.894 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.815907+0000", 2024-09-13T14:59:04.894 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.3028999999999997e-05 2024-09-13T14:59:04.894 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.894 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.895 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:04.895 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.815945+0000", 2024-09-13T14:59:04.895 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.8099000000000002e-05 2024-09-13T14:59:04.895 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.895 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.895 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:59:04.895 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.815969+0000", 2024-09-13T14:59:04.895 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.3767000000000001e-05 2024-09-13T14:59:04.895 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.895 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.895 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:59:04.895 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.816014+0000", 2024-09-13T14:59:04.895 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.5495999999999999e-05 2024-09-13T14:59:04.895 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.896 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.896 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:59:04.896 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.816122+0000", 2024-09-13T14:59:04.896 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000107976 2024-09-13T14:59:04.896 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:04.896 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:59:04.896 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:04.896 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.896 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.896 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:236300 8.10 8:0d4a7413:::benchmark_data_smithi071_245775_object115002:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1293)", 2024-09-13T14:59:04.896 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:57:51.658588+0000", 2024-09-13T14:59:04.896 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 73.115625143000003, 2024-09-13T14:59:04.896 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.1885561669999998, 2024-09-13T14:59:04.897 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:59:04.897 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:59:04.897 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:59:04.897 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:59:04.897 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:59:04.897 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 236300 2024-09-13T14:59:04.897 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.897 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:59:04.897 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.897 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:59:04.897 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.658588+0000", 2024-09-13T14:59:04.897 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:04.898 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.898 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.898 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:59:04.898 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.658588+0000", 2024-09-13T14:59:04.898 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:04.898 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.898 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.898 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:59:04.898 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.658587+0000", 2024-09-13T14:59:04.898 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:59:04.899 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.899 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.899 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:59:04.899 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.658594+0000", 2024-09-13T14:59:04.899 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.6089999999999997e-06 2024-09-13T14:59:04.899 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.899 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.899 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:59:04.899 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.658606+0000", 2024-09-13T14:59:04.899 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2661e-05 2024-09-13T14:59:04.899 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.899 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.899 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:59:04.899 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.658614+0000", 2024-09-13T14:59:04.900 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.8599999999999993e-06 2024-09-13T14:59:04.900 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.900 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.900 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:04.900 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.658655+0000", 2024-09-13T14:59:04.900 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.1353999999999997e-05 2024-09-13T14:59:04.900 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.900 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.900 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:59:04.900 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.658665+0000", 2024-09-13T14:59:04.900 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.9739999999999997e-06 2024-09-13T14:59:04.900 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.900 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.901 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:04.901 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.633923+0000", 2024-09-13T14:59:04.901 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.97525804800000004 2024-09-13T14:59:04.901 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.901 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.901 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:59:04.901 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.633937+0000", 2024-09-13T14:59:04.901 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3216e-05 2024-09-13T14:59:04.901 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.901 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.901 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:04.901 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.819642+0000", 2024-09-13T14:59:04.901 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.185705722 2024-09-13T14:59:04.901 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.902 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.902 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:59:04.902 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.819744+0000", 2024-09-13T14:59:04.902 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000101591 2024-09-13T14:59:04.902 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.902 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.902 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,3,4", 2024-09-13T14:59:04.902 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.820129+0000", 2024-09-13T14:59:04.902 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00038507999999999999 2024-09-13T14:59:04.902 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.902 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.902 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:59:04.902 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.838481+0000", 2024-09-13T14:59:04.903 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.018351955999999999 2024-09-13T14:59:04.903 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.903 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.903 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:04.903 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.839338+0000", 2024-09-13T14:59:04.903 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00085694799999999995 2024-09-13T14:59:04.903 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.903 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.903 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:04.903 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.843710+0000", 2024-09-13T14:59:04.903 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0043717369999999997 2024-09-13T14:59:04.903 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.903 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.904 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:04.904 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.846965+0000", 2024-09-13T14:59:04.904 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00325508 2024-09-13T14:59:04.904 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.904 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.904 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:59:04.904 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.847041+0000", 2024-09-13T14:59:04.904 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.5950000000000003e-05 2024-09-13T14:59:04.904 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.904 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.904 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:59:04.904 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.847145+0000", 2024-09-13T14:59:04.904 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00010375299999999999 2024-09-13T14:59:04.904 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:04.905 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:59:04.905 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:04.905 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.905 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.905 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:236304 8.0 8:028367e1:::benchmark_data_smithi071_245775_object115006:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1293)", 2024-09-13T14:59:04.905 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:57:51.672098+0000", 2024-09-13T14:59:04.905 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 73.102115537000003, 2024-09-13T14:59:04.905 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.1789786179999999, 2024-09-13T14:59:04.905 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:59:04.905 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:59:04.905 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:59:04.905 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:59:04.905 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:59:04.906 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 236304 2024-09-13T14:59:04.906 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.906 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:59:04.906 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.906 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:59:04.906 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.672098+0000", 2024-09-13T14:59:04.906 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:04.906 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.906 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.906 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:59:04.906 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.672098+0000", 2024-09-13T14:59:04.906 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:04.906 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.906 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.907 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:59:04.907 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.672097+0000", 2024-09-13T14:59:04.907 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:59:04.907 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.907 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.907 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:59:04.907 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.672103+0000", 2024-09-13T14:59:04.907 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.7000000000000002e-06 2024-09-13T14:59:04.907 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.907 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.907 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:59:04.907 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.672114+0000", 2024-09-13T14:59:04.907 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0672999999999999e-05 2024-09-13T14:59:04.908 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.908 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.908 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:59:04.908 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.672119+0000", 2024-09-13T14:59:04.908 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.0810000000000001e-06 2024-09-13T14:59:04.908 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.908 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.908 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:04.908 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.672170+0000", 2024-09-13T14:59:04.908 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.1286000000000003e-05 2024-09-13T14:59:04.908 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.908 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.908 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:59:04.908 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.672183+0000", 2024-09-13T14:59:04.909 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2576e-05 2024-09-13T14:59:04.909 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.909 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.909 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:04.909 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.629866+0000", 2024-09-13T14:59:04.909 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.95768316600000003 2024-09-13T14:59:04.909 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.909 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.909 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:59:04.909 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.629890+0000", 2024-09-13T14:59:04.909 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.4015999999999998e-05 2024-09-13T14:59:04.909 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.909 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.909 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:04.910 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.821709+0000", 2024-09-13T14:59:04.910 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.191818716 2024-09-13T14:59:04.910 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.910 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.910 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:59:04.910 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.821826+0000", 2024-09-13T14:59:04.910 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000116872 2024-09-13T14:59:04.910 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.910 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.910 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,3,4", 2024-09-13T14:59:04.910 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.822228+0000", 2024-09-13T14:59:04.910 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00040196900000000001 2024-09-13T14:59:04.910 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.911 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.911 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:04.911 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.838430+0000", 2024-09-13T14:59:04.911 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.016202040000000001 2024-09-13T14:59:04.911 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.911 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.911 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:59:04.911 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.838472+0000", 2024-09-13T14:59:04.911 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.2419999999999997e-05 2024-09-13T14:59:04.911 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.911 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.911 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:04.911 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.850348+0000", 2024-09-13T14:59:04.911 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.011875975 2024-09-13T14:59:04.912 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.912 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.912 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:04.912 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.850861+0000", 2024-09-13T14:59:04.912 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00051246199999999999 2024-09-13T14:59:04.912 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.912 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.912 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:59:04.912 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.850975+0000", 2024-09-13T14:59:04.912 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000114765 2024-09-13T14:59:04.912 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.912 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.912 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:59:04.912 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.851077+0000", 2024-09-13T14:59:04.913 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000101226 2024-09-13T14:59:04.913 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:04.913 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:59:04.913 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:04.913 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.913 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.913 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:236307 8.13 8:cce4fa31:::benchmark_data_smithi071_245775_object115009:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1293)", 2024-09-13T14:59:04.913 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:57:51.677328+0000", 2024-09-13T14:59:04.913 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 73.096885607999994, 2024-09-13T14:59:04.913 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.1050571009999999, 2024-09-13T14:59:04.913 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:59:04.913 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:59:04.913 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:59:04.914 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:59:04.914 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:59:04.914 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 236307 2024-09-13T14:59:04.914 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.914 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:59:04.914 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.914 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:59:04.914 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.677328+0000", 2024-09-13T14:59:04.914 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:04.914 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.914 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.914 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:59:04.914 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.677328+0000", 2024-09-13T14:59:04.914 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:04.915 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.915 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.915 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:59:04.915 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.677327+0000", 2024-09-13T14:59:04.915 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:59:04.915 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.915 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.915 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:59:04.915 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.677332+0000", 2024-09-13T14:59:04.915 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.5460000000000002e-06 2024-09-13T14:59:04.915 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.915 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.915 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:59:04.916 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.677346+0000", 2024-09-13T14:59:04.916 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.4049999999999999e-05 2024-09-13T14:59:04.916 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.916 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.916 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:59:04.916 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.677351+0000", 2024-09-13T14:59:04.916 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.7219999999999996e-06 2024-09-13T14:59:04.916 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.916 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.916 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:04.916 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.677385+0000", 2024-09-13T14:59:04.916 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.3321000000000002e-05 2024-09-13T14:59:04.916 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.917 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.917 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:59:04.917 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.677391+0000", 2024-09-13T14:59:04.917 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.7980000000000002e-06 2024-09-13T14:59:04.917 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.917 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.917 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:04.917 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.622463+0000", 2024-09-13T14:59:04.917 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.94507247699999997 2024-09-13T14:59:04.917 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.917 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.917 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:59:04.917 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.622474+0000", 2024-09-13T14:59:04.918 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1188e-05 2024-09-13T14:59:04.918 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.918 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.918 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:04.918 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.764486+0000", 2024-09-13T14:59:04.918 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1420113599999999 2024-09-13T14:59:04.918 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.918 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.918 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:59:04.918 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.764613+0000", 2024-09-13T14:59:04.918 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000127632 2024-09-13T14:59:04.918 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.918 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.918 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,3,4", 2024-09-13T14:59:04.919 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.765008+0000", 2024-09-13T14:59:04.919 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00039521700000000001 2024-09-13T14:59:04.919 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.919 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.919 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:04.919 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.779342+0000", 2024-09-13T14:59:04.919 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.014333479 2024-09-13T14:59:04.919 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.919 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.919 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:04.919 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.779382+0000", 2024-09-13T14:59:04.919 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.9821999999999999e-05 2024-09-13T14:59:04.919 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.920 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.920 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:59:04.920 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.782058+0000", 2024-09-13T14:59:04.920 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0026760730000000002 2024-09-13T14:59:04.920 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.920 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.920 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:04.920 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.782136+0000", 2024-09-13T14:59:04.920 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.7687000000000003e-05 2024-09-13T14:59:04.920 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.920 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.920 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:59:04.920 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.782284+0000", 2024-09-13T14:59:04.921 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00014862400000000001 2024-09-13T14:59:04.921 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.921 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.921 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:59:04.921 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.782385+0000", 2024-09-13T14:59:04.921 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000100827 2024-09-13T14:59:04.921 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:04.921 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:59:04.921 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:04.921 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.921 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.921 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:236311 8.18 8:1bcf86d0:::benchmark_data_smithi071_245775_object115013:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1293)", 2024-09-13T14:59:04.921 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:57:51.692484+0000", 2024-09-13T14:59:04.922 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 73.081729584000001, 2024-09-13T14:59:04.922 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.1240690010000001, 2024-09-13T14:59:04.922 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:59:04.922 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:59:04.922 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:59:04.922 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:59:04.922 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:59:04.922 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 236311 2024-09-13T14:59:04.922 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.922 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:59:04.922 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.922 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:59:04.922 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.692484+0000", 2024-09-13T14:59:04.922 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:04.923 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.923 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.923 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:59:04.923 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.692484+0000", 2024-09-13T14:59:04.923 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:04.923 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.923 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.923 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:59:04.923 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.692481+0000", 2024-09-13T14:59:04.923 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999976 2024-09-13T14:59:04.923 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.923 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.923 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:59:04.924 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.692493+0000", 2024-09-13T14:59:04.924 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1498000000000001e-05 2024-09-13T14:59:04.924 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.924 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.924 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:59:04.924 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.692513+0000", 2024-09-13T14:59:04.924 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.0239999999999999e-05 2024-09-13T14:59:04.924 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.924 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.924 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:59:04.924 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.692522+0000", 2024-09-13T14:59:04.924 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.1910000000000006e-06 2024-09-13T14:59:04.924 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.924 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.925 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:04.925 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.692570+0000", 2024-09-13T14:59:04.925 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.7997000000000001e-05 2024-09-13T14:59:04.925 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.925 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.925 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:59:04.925 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.692578+0000", 2024-09-13T14:59:04.925 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.0090000000000007e-06 2024-09-13T14:59:04.925 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.925 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.925 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:04.925 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.633953+0000", 2024-09-13T14:59:04.925 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.94137520500000005 2024-09-13T14:59:04.925 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.926 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.926 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:59:04.926 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.633958+0000", 2024-09-13T14:59:04.926 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.267e-06 2024-09-13T14:59:04.926 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.926 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.926 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:04.926 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.694842+0000", 2024-09-13T14:59:04.926 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.060884462 2024-09-13T14:59:04.926 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.926 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.926 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:59:04.926 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.694985+0000", 2024-09-13T14:59:04.927 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000143282 2024-09-13T14:59:04.927 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.927 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.927 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,3,4", 2024-09-13T14:59:04.927 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.695459+0000", 2024-09-13T14:59:04.927 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00047344200000000003 2024-09-13T14:59:04.927 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.927 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.927 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:59:04.927 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.705078+0000", 2024-09-13T14:59:04.927 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0096191139999999998 2024-09-13T14:59:04.927 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.927 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.927 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:04.928 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.706706+0000", 2024-09-13T14:59:04.928 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0016280649999999999 2024-09-13T14:59:04.928 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.928 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.928 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:04.928 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.761999+0000", 2024-09-13T14:59:04.928 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.055293370000000001 2024-09-13T14:59:04.928 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.928 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.928 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:04.928 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.815689+0000", 2024-09-13T14:59:04.928 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.053689512000000002 2024-09-13T14:59:04.928 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.929 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.929 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:59:04.929 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.815739+0000", 2024-09-13T14:59:04.929 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.0389999999999997e-05 2024-09-13T14:59:04.929 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.929 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.929 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:59:04.929 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.816553+0000", 2024-09-13T14:59:04.929 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000813563 2024-09-13T14:59:04.929 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:04.929 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:59:04.929 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:04.929 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.929 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.930 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:236290 8.c 8:3327fde3:::benchmark_data_smithi071_245775_object114992:head [delete] snapc 0=[] RETRY=1 ondisk+retry+write+known_if_redirected+supports_pool_eio e1294)", 2024-09-13T14:59:04.930 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:57:52.616012+0000", 2024-09-13T14:59:04.930 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 72.158201340000005, 2024-09-13T14:59:04.930 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1912902329999999, 2024-09-13T14:59:04.930 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:59:04.930 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T14:59:04.930 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:59:04.930 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:59:04.930 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:59:04.930 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 236290 2024-09-13T14:59:04.930 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.930 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:59:04.930 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.930 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:59:04.931 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.616012+0000", 2024-09-13T14:59:04.931 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:04.931 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.931 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.931 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:59:04.931 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.616012+0000", 2024-09-13T14:59:04.931 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:04.931 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.931 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.931 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:59:04.931 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.616011+0000", 2024-09-13T14:59:04.931 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:59:04.931 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.932 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.932 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:59:04.932 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.616016+0000", 2024-09-13T14:59:04.932 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.9690000000000002e-06 2024-09-13T14:59:04.932 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.932 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.932 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:59:04.932 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.616025+0000", 2024-09-13T14:59:04.932 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.0110000000000006e-06 2024-09-13T14:59:04.932 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.932 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.932 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:59:04.932 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.616033+0000", 2024-09-13T14:59:04.932 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.4519999999999997e-06 2024-09-13T14:59:04.933 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.933 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.933 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:04.933 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.652068+0000", 2024-09-13T14:59:04.933 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.036034668999999998 2024-09-13T14:59:04.933 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.933 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.933 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:59:04.933 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.652078+0000", 2024-09-13T14:59:04.933 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0743e-05 2024-09-13T14:59:04.933 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.933 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.933 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:04.934 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.781657+0000", 2024-09-13T14:59:04.934 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1295782240000001 2024-09-13T14:59:04.934 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.934 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.934 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:59:04.934 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.781772+0000", 2024-09-13T14:59:04.934 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00011544000000000001 2024-09-13T14:59:04.934 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.934 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.934 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:04.934 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.807225+0000", 2024-09-13T14:59:04.934 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.025452977000000002 2024-09-13T14:59:04.934 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:04.934 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:04.935 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:59:04.935 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.807302+0000", 2024-09-13T14:59:04.935 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.7282999999999999e-05 2024-09-13T14:59:04.935 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:04.935 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:59:04.935 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:04.935 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:04.935 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:59:04.935 INFO:teuthology.orchestra.run.smithi104.stdout:} 2024-09-13T14:59:04.935 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:04.935 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:59:04.936 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:04 smithi071 ceph-mon[107477]: pgmap v1948: 109 pgs: 109 active+clean; 582 KiB data, 2.4 GiB used, 355 GiB / 358 GiB avail 2024-09-13T14:59:04.936 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:04 smithi071 ceph-mon[112785]: pgmap v1948: 109 pgs: 109 active+clean; 582 KiB data, 2.4 GiB used, 355 GiB / 358 GiB avail 2024-09-13T14:59:05.036 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:59:05.073 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:05.073 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:05.074 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:59:05.174 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:59:05.215 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:05.216 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:05.216 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:59:05.317 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:59:05.354 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:05.354 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:05.355 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:59:05.364 INFO:tasks.thrashosds.thrasher:in_osds: [0, 1, 5, 4] out_osds: [2, 6, 7, 3] dead_osds: [] live_osds: [0, 1, 2, 3, 4, 5, 7, 6] 2024-09-13T14:59:05.364 INFO:tasks.thrashosds.thrasher:choose_action: min_in 4 min_out 0 min_live 2 min_dead 0 chance_down 0.40 2024-09-13T14:59:05.365 INFO:tasks.thrashosds.thrasher:Adding osd 7 2024-09-13T14:59:05.365 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd in 7 2024-09-13T14:59:05.455 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:59:05.491 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:05.492 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:05.492 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:59:05.513 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 2 16 7439 7423 231.927 222.375 0.00387217 0.0043009 2024-09-13T14:59:05.593 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:59:05.626 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:05.627 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:05.627 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:59:05.728 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:59:05.762 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:05.763 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:05.764 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:59:05.782 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.7 dump_ops_in_flight 2024-09-13T14:59:05.864 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:59:05.903 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:05.904 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:05.905 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:59:06.005 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:59:06.040 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:06.040 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:06.041 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:59:06.117 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:59:06.141 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:59:06.182 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:06.183 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:06.183 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:59:06.257 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:59:06.285 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:59:06.322 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:06.323 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:06.323 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:59:06.424 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:59:06.458 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:06.458 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:06.459 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:59:06.513 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 3 16 10774 10758 224.092 208.438 0.00301272 0.00445584 2024-09-13T14:59:06.560 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:59:06.597 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:06.598 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:06.598 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:59:06.699 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:59:06.734 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:06.735 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:06.735 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:59:06.767 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:06 smithi071 ceph-mon[107477]: pgmap v1949: 109 pgs: 109 active+clean; 582 KiB data, 2.5 GiB used, 355 GiB / 358 GiB avail 2024-09-13T14:59:06.767 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:06 smithi071 ceph-mon[112785]: pgmap v1949: 109 pgs: 109 active+clean; 582 KiB data, 2.5 GiB used, 355 GiB / 358 GiB avail 2024-09-13T14:59:06.836 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:59:06.870 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:06.871 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:06.871 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:59:06.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:06 smithi104 ceph-mon[105578]: pgmap v1949: 109 pgs: 109 active+clean; 582 KiB data, 2.5 GiB used, 355 GiB / 358 GiB avail 2024-09-13T14:59:06.972 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:59:07.006 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:07.006 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:07.007 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:59:07.107 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:59:07.140 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:07.140 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:07.141 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:59:07.242 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:59:07.279 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:07.280 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:07.281 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:59:07.381 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:59:07.418 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:07.419 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:07.419 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:59:07.513 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 4 16 14221 14205 221.924 215.438 0.00318701 0.00449964 2024-09-13T14:59:07.520 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:59:07.557 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:07.558 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:07.558 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:59:07.617 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=false 2024-09-13T14:59:07.628 INFO:teuthology.orchestra.run.smithi071.stderr:nodeep-scrub is set 2024-09-13T14:59:07.659 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:59:07.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:07 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1887208941' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:59:07.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:07 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:59:07.687 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:07.688 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:07.688 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:59:07.789 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:59:07.828 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:07.828 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:07.829 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:59:07.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:07 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1887208941' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:59:07.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:07 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:59:07.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:07 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1887208941' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:59:07.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:07 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:59:07.930 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:59:07.964 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:07.965 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:07.965 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:59:08.066 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:59:08.100 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:08.101 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:08.101 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:59:08.118 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2024-09-13T14:59:08.118 INFO:teuthology.orchestra.run.smithi104.stdout: "ops": [], 2024-09-13T14:59:08.118 INFO:teuthology.orchestra.run.smithi104.stdout: "num_ops": 0 2024-09-13T14:59:08.118 INFO:teuthology.orchestra.run.smithi104.stdout:} 2024-09-13T14:59:08.202 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:59:08.240 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:08.240 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:08.241 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:59:08.342 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:59:08.377 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:08.379 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:08.380 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:59:08.480 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:59:08.511 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:08.512 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:08.513 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:59:08.513 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 5 16 17190 17174 214.648 185.562 0.00485347 0.00465278 2024-09-13T14:59:08.614 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:59:08.646 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:08.647 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:08.648 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:59:08.749 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:59:08.781 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:08.782 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:08.782 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:59:08.883 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:59:08.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:08 smithi071 ceph-mon[112785]: pgmap v1950: 109 pgs: 109 active+clean; 470 MiB data, 3.2 GiB used, 354 GiB / 358 GiB avail; 47 MiB/s wr, 751 op/s 2024-09-13T14:59:08.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:08 smithi071 ceph-mon[112785]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:59:08.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:08 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T14:59:08.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:08 smithi071 ceph-mon[112785]: osdmap e1318: 8 total, 8 up, 4 in 2024-09-13T14:59:08.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:08 smithi071 ceph-mon[107477]: pgmap v1950: 109 pgs: 109 active+clean; 470 MiB data, 3.2 GiB used, 354 GiB / 358 GiB avail; 47 MiB/s wr, 751 op/s 2024-09-13T14:59:08.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:08 smithi071 ceph-mon[107477]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:59:08.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:08 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T14:59:08.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:08 smithi071 ceph-mon[107477]: osdmap e1318: 8 total, 8 up, 4 in 2024-09-13T14:59:08.908 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:08.909 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:08.909 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:59:08.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:08 smithi104 ceph-mon[105578]: pgmap v1950: 109 pgs: 109 active+clean; 470 MiB data, 3.2 GiB used, 354 GiB / 358 GiB avail; 47 MiB/s wr, 751 op/s 2024-09-13T14:59:08.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:08 smithi104 ceph-mon[105578]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:59:08.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:08 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T14:59:08.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:08 smithi104 ceph-mon[105578]: osdmap e1318: 8 total, 8 up, 4 in 2024-09-13T14:59:09.010 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:59:09.036 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:09.037 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:09.037 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:59:09.138 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:59:09.171 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:09.172 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:09.172 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:59:09.273 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:59:09.298 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:09.299 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:09.299 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:59:09.400 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:59:09.425 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:09.426 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:09.426 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:59:09.514 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 6 16 19613 19597 204.111 151.438 0.00574227 0.00489383 2024-09-13T14:59:09.527 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:59:09.564 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:09.565 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:09.565 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:59:09.666 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:59:09.699 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:09.700 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:09.700 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:59:09.801 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:59:09.836 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:09.837 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:09.837 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:59:09.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:09 smithi104 ceph-mon[105578]: pgmap v1952: 109 pgs: 109 active+clean; 470 MiB data, 3.2 GiB used, 354 GiB / 358 GiB avail; 57 MiB/s wr, 908 op/s 2024-09-13T14:59:09.929 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:09 smithi071 ceph-mon[107477]: pgmap v1952: 109 pgs: 109 active+clean; 470 MiB data, 3.2 GiB used, 354 GiB / 358 GiB avail; 57 MiB/s wr, 908 op/s 2024-09-13T14:59:09.929 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:09 smithi071 ceph-mon[112785]: pgmap v1952: 109 pgs: 109 active+clean; 470 MiB data, 3.2 GiB used, 354 GiB / 358 GiB avail; 57 MiB/s wr, 908 op/s 2024-09-13T14:59:09.937 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:59:09.973 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:09.974 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:09.975 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:59:10.075 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:59:10.107 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:10.108 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:10.108 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:59:10.209 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:59:10.230 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:10.231 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:10.231 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:59:10.332 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:59:10.366 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:10.366 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:10.367 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:59:10.467 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:59:10.496 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:10.497 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:10.497 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:59:10.514 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 7 16 21877 21861 195.163 141.5 0.00704968 0.00510016 2024-09-13T14:59:10.598 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:59:10.632 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:10.632 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:10.633 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:59:10.637 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.7 dump_blocked_ops 2024-09-13T14:59:10.733 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:59:10.754 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:10.755 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:10.755 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:59:10.817 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd unset noscrub 2024-09-13T14:59:10.856 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:59:10.899 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:10.900 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:10.900 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:59:10.927 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:59:11.001 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:59:11.030 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:11.031 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:11.031 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:59:11.132 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:59:11.171 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:11.172 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:11.172 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:59:11.273 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:59:11.293 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:11.294 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:11.295 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:59:11.397 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:59:11.425 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:11.426 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:11.426 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:59:11.514 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 8 16 24055 24039 187.782 136.125 0.0119392 0.00532059 2024-09-13T14:59:11.527 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:59:11.550 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:11.550 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:11.551 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:59:11.652 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:59:11.685 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:11.686 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:11.686 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:59:11.787 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:59:11.822 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:11.822 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:11.823 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:59:11.924 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:59:11.959 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:11.959 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:11.959 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:59:12.060 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:59:12.098 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:12.099 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:12.099 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:59:12.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:11 smithi104 ceph-mon[105578]: pgmap v1953: 109 pgs: 109 active+clean; 1.1 GiB data, 5.5 GiB used, 352 GiB / 358 GiB avail; 110 MiB/s wr, 1.75k op/s 2024-09-13T14:59:12.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:11 smithi071 ceph-mon[107477]: pgmap v1953: 109 pgs: 109 active+clean; 1.1 GiB data, 5.5 GiB used, 352 GiB / 358 GiB avail; 110 MiB/s wr, 1.75k op/s 2024-09-13T14:59:12.192 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:11 smithi071 ceph-mon[112785]: pgmap v1953: 109 pgs: 109 active+clean; 1.1 GiB data, 5.5 GiB used, 352 GiB / 358 GiB avail; 110 MiB/s wr, 1.75k op/s 2024-09-13T14:59:12.200 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:59:12.228 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:12.229 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:12.229 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:59:12.330 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:59:12.360 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:12.361 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:12.362 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:59:12.462 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:59:12.483 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:12.484 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:12.484 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:59:12.514 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 9 16 26415 26399 183.305 147.5 0.0675957 0.0054374 2024-09-13T14:59:12.585 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:59:12.621 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:12.622 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:12.622 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:59:12.723 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:59:12.746 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:12.747 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:12.747 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:59:12.848 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:59:12.882 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:12.883 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:12.883 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:59:12.943 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:59:12 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:59:12] "GET /metrics HTTP/1.1" 200 36560 "" "Prometheus/2.51.0" 2024-09-13T14:59:12.944 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:12 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-a[107454]: 2024-09-13T14:59:12.675+0000 7fa91586f640 -1 mon.a@0(leader).osd e1318 definitely_dead 0 2024-09-13T14:59:12.944 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:12 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3162595816' entity='client.admin' cmd={"prefix": "osd in", "ids": ["7"]} : dispatch 2024-09-13T14:59:12.944 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:12 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd in", "ids": ["7"]} : dispatch 2024-09-13T14:59:12.944 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:12 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3162595816' entity='client.admin' cmd={"prefix": "osd in", "ids": ["7"]} : dispatch 2024-09-13T14:59:12.944 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:12 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd in", "ids": ["7"]} : dispatch 2024-09-13T14:59:12.984 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:59:13.005 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:13.005 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:13.006 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:59:13.032 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:12 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3162595816' entity='client.admin' cmd={"prefix": "osd in", "ids": ["7"]} : dispatch 2024-09-13T14:59:13.033 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:12 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd in", "ids": ["7"]} : dispatch 2024-09-13T14:59:13.107 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:59:13.129 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:13.129 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:13.130 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:59:13.209 INFO:teuthology.orchestra.run.smithi071.stderr:marked in osd.7. 2024-09-13T14:59:13.231 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:59:13.252 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:13.253 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:13.253 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:59:13.354 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:59:13.376 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:13.376 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:13.376 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:59:13.477 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:59:13.499 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:13.500 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:13.500 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:59:13.514 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 10 16 27420 27404 171.256 62.8125 0.00286996 0.0054924 2024-09-13T14:59:13.601 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:59:13.622 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:13.623 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:13.623 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:59:13.658 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:59:13.724 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:59:13.746 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:13.747 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:13.747 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:59:13.848 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:59:13.872 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:13.872 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:13.873 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:59:13.974 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:59:13.996 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:13.996 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:13.997 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:59:14.098 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:59:14.124 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:14.124 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:14.125 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:59:14.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:13 smithi071 ceph-mon[107477]: pgmap v1954: 109 pgs: 109 active+clean; 1.3 GiB data, 6.2 GiB used, 351 GiB / 358 GiB avail; 137 MiB/s wr, 2.18k op/s 2024-09-13T14:59:14.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:13 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd in", "ids": ["7"]}]': finished 2024-09-13T14:59:14.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:13 smithi071 ceph-mon[107477]: osdmap e1319: 8 total, 8 up, 5 in 2024-09-13T14:59:14.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:13 smithi071 ceph-mon[107477]: osdmap e1320: 8 total, 8 up, 5 in 2024-09-13T14:59:14.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:13 smithi071 ceph-mon[112785]: pgmap v1954: 109 pgs: 109 active+clean; 1.3 GiB data, 6.2 GiB used, 351 GiB / 358 GiB avail; 137 MiB/s wr, 2.18k op/s 2024-09-13T14:59:14.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:13 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd in", "ids": ["7"]}]': finished 2024-09-13T14:59:14.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:13 smithi071 ceph-mon[112785]: osdmap e1319: 8 total, 8 up, 5 in 2024-09-13T14:59:14.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:13 smithi071 ceph-mon[112785]: osdmap e1320: 8 total, 8 up, 5 in 2024-09-13T14:59:14.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:13 smithi104 ceph-mon[105578]: pgmap v1954: 109 pgs: 109 active+clean; 1.3 GiB data, 6.2 GiB used, 351 GiB / 358 GiB avail; 137 MiB/s wr, 2.18k op/s 2024-09-13T14:59:14.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:13 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd in", "ids": ["7"]}]': finished 2024-09-13T14:59:14.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:13 smithi104 ceph-mon[105578]: osdmap e1319: 8 total, 8 up, 5 in 2024-09-13T14:59:14.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:13 smithi104 ceph-mon[105578]: osdmap e1320: 8 total, 8 up, 5 in 2024-09-13T14:59:14.226 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:59:14.251 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:14.252 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:14.252 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:59:14.353 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:59:14.376 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:14.377 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:14.377 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:59:14.453 INFO:tasks.thrashosds.thrasher:Added osd 7 2024-09-13T14:59:14.478 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:59:14.513 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:14.514 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:14.514 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:59:14.514 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 11 16 27423 27407 155.704 0.1875 1.57695 0.00560688 2024-09-13T14:59:14.615 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:59:14.648 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:14.648 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:14.649 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:59:14.749 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:59:14.782 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:14.783 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:14.783 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:59:14.884 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:59:14.913 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:14.913 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:14.914 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:59:15.015 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:59:15.053 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:15.054 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:15.054 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:59:15.155 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:59:15.191 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:15.192 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:15.193 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:59:15.295 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:59:15.318 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:15.319 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:15.319 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:59:15.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:15 smithi071 ceph-mon[107477]: osdmap e1321: 8 total, 8 up, 5 in 2024-09-13T14:59:15.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:15 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:59:15.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:15 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:59:15.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:15 smithi071 ceph-mon[112785]: osdmap e1321: 8 total, 8 up, 5 in 2024-09-13T14:59:15.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:15 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:59:15.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:15 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:59:15.420 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:59:15.455 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:15.455 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:15.456 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:59:15.488 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2024-09-13T14:59:15.488 INFO:teuthology.orchestra.run.smithi104.stdout: "ops": [], 2024-09-13T14:59:15.488 INFO:teuthology.orchestra.run.smithi104.stdout: "complaint_time": 30, 2024-09-13T14:59:15.488 INFO:teuthology.orchestra.run.smithi104.stdout: "num_blocked_ops": 0 2024-09-13T14:59:15.488 INFO:teuthology.orchestra.run.smithi104.stdout:} 2024-09-13T14:59:15.514 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 12 16 28808 28792 149.942 86.5625 0.00627374 0.00666281 2024-09-13T14:59:15.532 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:59:15.558 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:59:15.590 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:15.590 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:15.591 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:59:15.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:15 smithi104 ceph-mon[105578]: osdmap e1321: 8 total, 8 up, 5 in 2024-09-13T14:59:15.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:15 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:59:15.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:15 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:59:15.692 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:59:15.732 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:15.732 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:15.733 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:59:15.834 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:59:15.861 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:15.861 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:15.862 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:59:15.962 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:59:15.994 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:15.994 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:15.995 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:59:16.096 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:59:16.126 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:16.127 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:16.128 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:59:16.228 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:59:16.269 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:16.270 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:16.270 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:59:16.371 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:59:16.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:16 smithi071 ceph-mon[107477]: pgmap v1958: 109 pgs: 1 activating+remapped, 1 activating+undersized+remapped, 107 active+clean; 1.3 GiB data, 6.7 GiB used, 351 GiB / 358 GiB avail; 149 MiB/s wr, 2.39k op/s 2024-09-13T14:59:16.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:16 smithi071 ceph-mon[107477]: osdmap e1322: 8 total, 8 up, 5 in 2024-09-13T14:59:16.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:16 smithi071 ceph-mon[112785]: pgmap v1958: 109 pgs: 1 activating+remapped, 1 activating+undersized+remapped, 107 active+clean; 1.3 GiB data, 6.7 GiB used, 351 GiB / 358 GiB avail; 149 MiB/s wr, 2.39k op/s 2024-09-13T14:59:16.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:16 smithi071 ceph-mon[112785]: osdmap e1322: 8 total, 8 up, 5 in 2024-09-13T14:59:16.406 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:16.407 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:16.407 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:59:16.508 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:59:16.514 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 13 16 30048 30032 144.369 77.5 0.00353008 0.00689352 2024-09-13T14:59:16.536 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:16.537 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:16.538 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:59:16.639 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:59:16.652 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:16 smithi104 ceph-mon[105578]: pgmap v1958: 109 pgs: 1 activating+remapped, 1 activating+undersized+remapped, 107 active+clean; 1.3 GiB data, 6.7 GiB used, 351 GiB / 358 GiB avail; 149 MiB/s wr, 2.39k op/s 2024-09-13T14:59:16.653 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:16 smithi104 ceph-mon[105578]: osdmap e1322: 8 total, 8 up, 5 in 2024-09-13T14:59:16.668 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:16.669 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:16.670 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:59:16.770 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:59:16.812 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:16.812 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:16.812 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:59:16.913 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:59:16.942 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:16.942 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:16.943 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:59:17.044 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:59:17.073 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:17.074 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:17.074 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:59:17.175 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:59:17.202 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:17.202 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:17.203 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:59:17.303 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:59:17.341 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:17.342 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:17.342 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:59:17.346 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.7 dump_historic_ops 2024-09-13T14:59:17.443 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:59:17.471 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:17.471 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:17.472 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:59:17.514 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 14 16 31351 31335 139.874 81.4375 0.00562026 0.00714243 2024-09-13T14:59:17.573 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:59:17.579 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:17 smithi071 ceph-mon[107477]: osdmap e1323: 8 total, 8 up, 5 in 2024-09-13T14:59:17.579 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:17 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/201914169' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:59:17.579 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:17 smithi071 ceph-mon[112785]: osdmap e1323: 8 total, 8 up, 5 in 2024-09-13T14:59:17.579 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:17 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/201914169' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:59:17.630 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:17.630 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:17.631 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:59:17.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:17 smithi104 ceph-mon[105578]: osdmap e1323: 8 total, 8 up, 5 in 2024-09-13T14:59:17.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:17 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/201914169' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:59:17.732 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:59:17.756 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:59:17.762 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:17.763 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:17.763 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:59:17.864 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:59:17.890 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:17.891 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:17.891 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:59:17.992 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:59:18.013 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:59:18.014 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:59:18.014 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:59:18.014 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:59:18.014 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:59:18.014 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:59:18.014 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T14:59:18.014 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:59:18.014 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:59:18.014 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:59:18.015 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:59:18.015 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:59:18.015 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:59:18.015 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:59:18.015 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T14:59:18.015 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:59:18.022 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:18.023 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:18.024 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:59:18.124 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:59:18.155 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:18.156 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:18.156 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:59:18.257 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:59:18.285 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:18.286 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:18.286 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:59:18.387 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:59:18.419 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:18.420 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:18.420 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:59:18.514 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 15 16 32654 32638 135.978 81.4375 0.00608102 0.00734809 2024-09-13T14:59:18.521 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:59:18.553 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:18.554 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:18.554 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:59:18.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:18 smithi071 ceph-mon[107477]: pgmap v1961: 109 pgs: 1 active+recovering+remapped, 4 peering, 2 active+recovery_wait+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 1 active+undersized+remapped, 1 activating+remapped, 1 activating+undersized+remapped, 91 active+clean; 1.8 GiB data, 8.2 GiB used, 439 GiB / 447 GiB avail; 113 MiB/s wr, 1.80k op/s; 13745/86856 objects degraded (15.825%); 5048/86856 objects misplaced (5.812%); 2.0 MiB/s, 35 objects/s recovering 2024-09-13T14:59:18.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:18 smithi071 ceph-mon[107477]: Health check failed: Degraded data redundancy: 13745/86856 objects degraded (15.825%), 8 pgs degraded (PG_DEGRADED) 2024-09-13T14:59:18.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:18 smithi071 ceph-mon[112785]: pgmap v1961: 109 pgs: 1 active+recovering+remapped, 4 peering, 2 active+recovery_wait+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 1 active+undersized+remapped, 1 activating+remapped, 1 activating+undersized+remapped, 91 active+clean; 1.8 GiB data, 8.2 GiB used, 439 GiB / 447 GiB avail; 113 MiB/s wr, 1.80k op/s; 13745/86856 objects degraded (15.825%); 5048/86856 objects misplaced (5.812%); 2.0 MiB/s, 35 objects/s recovering 2024-09-13T14:59:18.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:18 smithi071 ceph-mon[112785]: Health check failed: Degraded data redundancy: 13745/86856 objects degraded (15.825%), 8 pgs degraded (PG_DEGRADED) 2024-09-13T14:59:18.655 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:59:18.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:18 smithi104 ceph-mon[105578]: pgmap v1961: 109 pgs: 1 active+recovering+remapped, 4 peering, 2 active+recovery_wait+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 1 active+undersized+remapped, 1 activating+remapped, 1 activating+undersized+remapped, 91 active+clean; 1.8 GiB data, 8.2 GiB used, 439 GiB / 447 GiB avail; 113 MiB/s wr, 1.80k op/s; 13745/86856 objects degraded (15.825%); 5048/86856 objects misplaced (5.812%); 2.0 MiB/s, 35 objects/s recovering 2024-09-13T14:59:18.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:18 smithi104 ceph-mon[105578]: Health check failed: Degraded data redundancy: 13745/86856 objects degraded (15.825%), 8 pgs degraded (PG_DEGRADED) 2024-09-13T14:59:18.683 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:18.684 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:18.684 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:59:18.785 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:59:18.822 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:18.824 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:18.824 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:59:18.925 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:59:18.962 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:18.963 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:18.964 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:59:19.064 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:59:19.101 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:19.102 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:19.102 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:59:19.203 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:59:19.237 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:19.238 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:19.238 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:59:19.339 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:59:19.373 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:19.373 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:19.374 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:59:19.453 INFO:tasks.thrashosds.thrasher:in_osds: [0, 1, 5, 4, 7] out_osds: [2, 6, 3] dead_osds: [] live_osds: [0, 1, 2, 3, 4, 5, 7, 6] 2024-09-13T14:59:19.455 INFO:tasks.thrashosds.thrasher:choose_action: min_in 4 min_out 0 min_live 2 min_dead 0 chance_down 0.40 2024-09-13T14:59:19.456 INFO:tasks.thrashosds.thrasher:reset_purged_snaps_last 2024-09-13T14:59:19.456 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph tell osd.0 reset_purged_snaps_last 2024-09-13T14:59:19.475 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:59:19.514 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 16 16 33943 33927 132.513 80.5625 0.00670323 0.00754038 2024-09-13T14:59:19.539 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:19.540 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:19.540 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:59:19.641 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:59:19.666 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:19.667 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:19.667 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:59:19.756 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:59:19.768 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:59:19.805 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:19.806 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:19.806 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:59:19.907 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:59:19.938 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:19.938 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:19.939 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:59:20.039 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:59:20.073 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:20.074 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:20.074 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:59:20.175 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:59:20.197 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:20.197 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:20.198 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:59:20.298 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:59:20.306 INFO:teuthology.orchestra.run.smithi071.stderr:noscrub is unset 2024-09-13T14:59:20.334 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:20.335 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:20.335 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:59:20.437 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:59:20.468 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:20.469 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:20.469 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:59:20.515 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 17 16 35284 35268 129.648 83.8125 0.00551911 0.00770864 2024-09-13T14:59:20.571 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:59:20.603 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:20.604 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:20.604 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:59:20.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:20 smithi071 ceph-mon[107477]: pgmap v1962: 109 pgs: 1 active+recovering+remapped, 4 peering, 2 active+recovery_wait+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 1 active+undersized+remapped, 1 activating+remapped, 1 activating+undersized+remapped, 91 active+clean; 1.8 GiB data, 8.2 GiB used, 439 GiB / 447 GiB avail; 79 MiB/s wr, 1.27k op/s; 13745/86856 objects degraded (15.825%); 5048/86856 objects misplaced (5.812%); 1.4 MiB/s, 25 objects/s recovering 2024-09-13T14:59:20.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:20 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1019997513' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:59:20.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:20 smithi071 ceph-mon[112785]: pgmap v1962: 109 pgs: 1 active+recovering+remapped, 4 peering, 2 active+recovery_wait+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 1 active+undersized+remapped, 1 activating+remapped, 1 activating+undersized+remapped, 91 active+clean; 1.8 GiB data, 8.2 GiB used, 439 GiB / 447 GiB avail; 79 MiB/s wr, 1.27k op/s; 13745/86856 objects degraded (15.825%); 5048/86856 objects misplaced (5.812%); 1.4 MiB/s, 25 objects/s recovering 2024-09-13T14:59:20.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:20 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1019997513' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:59:20.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:20 smithi104 ceph-mon[105578]: pgmap v1962: 109 pgs: 1 active+recovering+remapped, 4 peering, 2 active+recovery_wait+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 1 active+undersized+remapped, 1 activating+remapped, 1 activating+undersized+remapped, 91 active+clean; 1.8 GiB data, 8.2 GiB used, 439 GiB / 447 GiB avail; 79 MiB/s wr, 1.27k op/s; 13745/86856 objects degraded (15.825%); 5048/86856 objects misplaced (5.812%); 1.4 MiB/s, 25 objects/s recovering 2024-09-13T14:59:20.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:20 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1019997513' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T14:59:20.706 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:59:20.737 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:20.737 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:20.737 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:59:20.787 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=true 2024-09-13T14:59:20.838 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:59:20.882 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:20.883 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:20.883 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:59:20.984 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:59:21.013 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:21.014 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:21.015 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:59:21.115 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:59:21.156 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:21.157 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:21.158 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:59:21.258 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:59:21.298 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:21.298 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:21.299 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:59:21.400 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:59:21.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:21 smithi104 ceph-mon[105578]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:59:21.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:21 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1019997513' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T14:59:21.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:21 smithi104 ceph-mon[105578]: osdmap e1324: 8 total, 8 up, 5 in 2024-09-13T14:59:21.429 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:21.430 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:21.430 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:59:21.465 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:21 smithi071 ceph-mon[107477]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:59:21.465 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:21 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1019997513' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T14:59:21.466 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:21 smithi071 ceph-mon[107477]: osdmap e1324: 8 total, 8 up, 5 in 2024-09-13T14:59:21.466 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:21 smithi071 ceph-mon[112785]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:59:21.466 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:21 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1019997513' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T14:59:21.466 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:21 smithi071 ceph-mon[112785]: osdmap e1324: 8 total, 8 up, 5 in 2024-09-13T14:59:21.515 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 18 16 36585 36569 126.963 81.3125 0.00514179 0.00783766 2024-09-13T14:59:21.531 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:59:21.568 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:21.568 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:21.569 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:59:21.669 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:59:21.703 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:21.704 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:21.704 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:59:21.805 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:59:21.833 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:21.834 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:21.834 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:59:21.935 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:59:21.980 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:21.981 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:21.981 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:59:21.995 INFO:teuthology.orchestra.run.smithi104.stdout:ERROR: (22) Invalid argument 2024-09-13T14:59:21.995 INFO:teuthology.orchestra.run.smithi104.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:59:22.082 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:59:22.119 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:22.120 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:22.120 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:59:22.221 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:59:22.265 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:22.266 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:22.266 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:59:22.367 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:59:22.405 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:22.406 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:22.406 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:59:22.507 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:59:22.515 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 19 16 37778 37762 124.204 74.5625 0.0124863 0.00804531 2024-09-13T14:59:22.543 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:22.544 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:22.544 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:59:22.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:22 smithi071 ceph-mon[107477]: pgmap v1964: 109 pgs: 1 active+recovering+remapped, 1 peering, 2 active+recovery_wait+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 97 active+clean; 2.0 GiB data, 9.2 GiB used, 438 GiB / 447 GiB avail; 112 MiB/s wr, 1.79k op/s; 13745/97911 objects degraded (14.038%); 5048/97911 objects misplaced (5.156%); 1.4 MiB/s, 23 objects/s recovering 2024-09-13T14:59:22.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:22 smithi071 ceph-mon[112785]: pgmap v1964: 109 pgs: 1 active+recovering+remapped, 1 peering, 2 active+recovery_wait+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 97 active+clean; 2.0 GiB data, 9.2 GiB used, 438 GiB / 447 GiB avail; 112 MiB/s wr, 1.79k op/s; 13745/97911 objects degraded (14.038%); 5048/97911 objects misplaced (5.156%); 1.4 MiB/s, 23 objects/s recovering 2024-09-13T14:59:22.645 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:59:22.648 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:22 smithi104 ceph-mon[105578]: pgmap v1964: 109 pgs: 1 active+recovering+remapped, 1 peering, 2 active+recovery_wait+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 97 active+clean; 2.0 GiB data, 9.2 GiB used, 438 GiB / 447 GiB avail; 112 MiB/s wr, 1.79k op/s; 13745/97911 objects degraded (14.038%); 5048/97911 objects misplaced (5.156%); 1.4 MiB/s, 23 objects/s recovering 2024-09-13T14:59:22.675 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:22.675 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:22.676 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:59:22.688 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.6 dump_ops_in_flight 2024-09-13T14:59:22.776 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:59:22.825 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:22.826 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:22.826 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:59:22.927 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:59:22.954 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:22.955 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:22.955 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:59:23.047 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:59:23.056 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:59:23.084 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:23.088 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:23.089 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:59:23.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:59:22 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:59:22] "GET /metrics HTTP/1.1" 200 36621 "" "Prometheus/2.51.0" 2024-09-13T14:59:23.189 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:59:23.226 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:23.227 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:23.227 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:59:23.328 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:59:23.366 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:23.366 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:23.367 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:59:23.443 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:23 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 13745/97911 objects degraded (14.038%), 8 pgs degraded (PG_DEGRADED) 2024-09-13T14:59:23.468 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:59:23.497 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:23.497 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:23.498 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:59:23.515 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:2024-09-13T14:59:23.514645+0000 min lat: 0.00127376 max lat: 1.63842 avg lat: 0.00819888 2024-09-13T14:59:23.515 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2024-09-13T14:59:23.515 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 20 16 39021 39005 121.878 77.6875 0.010273 0.00819888 2024-09-13T14:59:23.599 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:59:23.627 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:23.628 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:23.628 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:59:23.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:23 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 13745/97911 objects degraded (14.038%), 8 pgs degraded (PG_DEGRADED) 2024-09-13T14:59:23.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:23 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 13745/97911 objects degraded (14.038%), 8 pgs degraded (PG_DEGRADED) 2024-09-13T14:59:23.730 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:59:23.758 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:23.759 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:23.759 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:59:23.860 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:59:23.886 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:23.887 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:23.887 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:59:23.988 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:59:24.037 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:24.038 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:24.038 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:59:24.139 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:59:24.180 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:24.181 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:24.181 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:59:24.282 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:59:24.312 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:24.312 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:24.313 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:59:24.414 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:59:24.441 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:24.442 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:24.442 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:59:24.515 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 21 16 40300 40284 119.881 79.9375 0.015462 0.00833544 2024-09-13T14:59:24.543 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:59:24.577 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:24.578 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:24.578 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:59:24.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:24 smithi071 ceph-mon[107477]: pgmap v1965: 109 pgs: 1 active+recovering+remapped, 2 active+recovery_wait+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 98 active+clean; 2.2 GiB data, 9.4 GiB used, 438 GiB / 447 GiB avail; 97 MiB/s wr, 1.55k op/s; 13745/106392 objects degraded (12.919%); 4617/106392 objects misplaced (4.340%); 4.6 MiB/s, 74 objects/s recovering 2024-09-13T14:59:24.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:24 smithi071 ceph-mon[112785]: pgmap v1965: 109 pgs: 1 active+recovering+remapped, 2 active+recovery_wait+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 98 active+clean; 2.2 GiB data, 9.4 GiB used, 438 GiB / 447 GiB avail; 97 MiB/s wr, 1.55k op/s; 13745/106392 objects degraded (12.919%); 4617/106392 objects misplaced (4.340%); 4.6 MiB/s, 74 objects/s recovering 2024-09-13T14:59:24.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:24 smithi104 ceph-mon[105578]: pgmap v1965: 109 pgs: 1 active+recovering+remapped, 2 active+recovery_wait+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 98 active+clean; 2.2 GiB data, 9.4 GiB used, 438 GiB / 447 GiB avail; 97 MiB/s wr, 1.55k op/s; 13745/106392 objects degraded (12.919%); 4617/106392 objects misplaced (4.340%); 4.6 MiB/s, 74 objects/s recovering 2024-09-13T14:59:24.679 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:59:24.701 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:24.702 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:24.702 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:59:24.803 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:59:24.840 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:24.840 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:24.840 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:59:24.941 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:59:24.970 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:24.970 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:24.971 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:59:25.072 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:59:25.106 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:25.107 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:25.107 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:59:25.208 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:59:25.236 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:25.236 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:25.237 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:59:25.337 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:59:25.379 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:25.379 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:25.380 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:59:25.481 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:59:25.515 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 22 16 41549 41533 117.98 78.0625 0.00702595 0.00846801 2024-09-13T14:59:25.516 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:25.517 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:25.517 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:59:25.618 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:59:25.649 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:25.649 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:25.650 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:59:25.752 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:59:25.787 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:25.787 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:25.788 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:59:25.888 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:59:25.918 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:25.918 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:25.919 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:59:26.020 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:59:26.048 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:26.049 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:26.050 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:59:26.150 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:59:26.191 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:26.192 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:26.193 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:59:26.293 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:59:26.331 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:26.331 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:26.332 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:59:26.432 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:59:26.463 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:26.464 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:26.464 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:59:26.515 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 23 16 42764 42748 116.152 75.9375 0.0091303 0.00860405 2024-09-13T14:59:26.566 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:59:26.589 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:26.589 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:26.590 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:59:26.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:26 smithi071 ceph-mon[107477]: pgmap v1966: 109 pgs: 1 active+recovering+remapped, 2 active+recovery_wait+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 98 active+clean; 2.2 GiB data, 9.8 GiB used, 437 GiB / 447 GiB avail; 47 MiB/s wr, 759 op/s; 13745/106392 objects degraded (12.919%); 4617/106392 objects misplaced (4.340%); 3.2 MiB/s, 50 objects/s recovering 2024-09-13T14:59:26.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:26 smithi071 ceph-mon[112785]: pgmap v1966: 109 pgs: 1 active+recovering+remapped, 2 active+recovery_wait+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 98 active+clean; 2.2 GiB data, 9.8 GiB used, 437 GiB / 447 GiB avail; 47 MiB/s wr, 759 op/s; 13745/106392 objects degraded (12.919%); 4617/106392 objects misplaced (4.340%); 3.2 MiB/s, 50 objects/s recovering 2024-09-13T14:59:26.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:26 smithi104 ceph-mon[105578]: pgmap v1966: 109 pgs: 1 active+recovering+remapped, 2 active+recovery_wait+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 98 active+clean; 2.2 GiB data, 9.8 GiB used, 437 GiB / 447 GiB avail; 47 MiB/s wr, 759 op/s; 13745/106392 objects degraded (12.919%); 4617/106392 objects misplaced (4.340%); 3.2 MiB/s, 50 objects/s recovering 2024-09-13T14:59:26.690 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:59:26.722 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:26.723 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:26.724 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:59:26.825 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:59:26.851 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:26.852 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:26.852 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:59:26.923 INFO:teuthology.orchestra.run.smithi104.stdout:ERROR: (22) Invalid argument 2024-09-13T14:59:26.923 INFO:teuthology.orchestra.run.smithi104.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:59:26.953 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:59:26.997 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:59:27.004 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:27.005 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:27.005 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:59:27.106 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:59:27.136 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:27.137 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:27.137 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:59:27.238 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:59:27.272 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:27.272 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:27.273 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:59:27.374 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:59:27.416 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:27.416 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:27.417 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:59:27.515 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 24 16 44000 43984 114.531 77.25 0.0114693 0.00872384 2024-09-13T14:59:27.517 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:59:27.547 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:27.548 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:27.549 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:59:27.649 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:59:27.680 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:27.681 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:27.681 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:59:27.743 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.6 dump_blocked_ops 2024-09-13T14:59:27.782 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:59:27.836 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:27.837 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:27.837 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:59:27.862 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph tell osd.1 reset_purged_snaps_last 2024-09-13T14:59:27.938 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:59:27.972 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:27.972 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:27.972 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:59:28.073 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:59:28.108 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:59:28.125 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:28.125 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:28.126 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:59:28.227 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:59:28.274 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:28.274 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:28.274 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:59:28.375 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:59:28.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:28 smithi071 ceph-mon[107477]: pgmap v1967: 109 pgs: 1 active+recovering+remapped, 2 active+recovery_wait+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 98 active+clean; 2.5 GiB data, 11 GiB used, 436 GiB / 447 GiB avail; 80 MiB/s wr, 1.27k op/s; 13745/125094 objects degraded (10.988%); 4206/125094 objects misplaced (3.362%); 5.3 MiB/s, 84 objects/s recovering 2024-09-13T14:59:28.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:28 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 13745/125094 objects degraded (10.988%), 8 pgs degraded (PG_DEGRADED) 2024-09-13T14:59:28.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:28 smithi071 ceph-mon[112785]: pgmap v1967: 109 pgs: 1 active+recovering+remapped, 2 active+recovery_wait+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 98 active+clean; 2.5 GiB data, 11 GiB used, 436 GiB / 447 GiB avail; 80 MiB/s wr, 1.27k op/s; 13745/125094 objects degraded (10.988%); 4206/125094 objects misplaced (3.362%); 5.3 MiB/s, 84 objects/s recovering 2024-09-13T14:59:28.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:28 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 13745/125094 objects degraded (10.988%), 8 pgs degraded (PG_DEGRADED) 2024-09-13T14:59:28.424 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:28.425 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:28.425 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:59:28.515 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 25 16 45198 45182 112.944 74.875 0.00788352 0.0088466 2024-09-13T14:59:28.526 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:59:28.563 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:28.564 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:28.564 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:59:28.573 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd unset nodeep-scrub 2024-09-13T14:59:28.615 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:28 smithi104 ceph-mon[105578]: pgmap v1967: 109 pgs: 1 active+recovering+remapped, 2 active+recovery_wait+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 98 active+clean; 2.5 GiB data, 11 GiB used, 436 GiB / 447 GiB avail; 80 MiB/s wr, 1.27k op/s; 13745/125094 objects degraded (10.988%); 4206/125094 objects misplaced (3.362%); 5.3 MiB/s, 84 objects/s recovering 2024-09-13T14:59:28.616 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:28 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 13745/125094 objects degraded (10.988%), 8 pgs degraded (PG_DEGRADED) 2024-09-13T14:59:28.665 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:59:28.702 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:28.702 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:28.703 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:59:28.803 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:59:28.840 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:28.841 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:28.841 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:59:28.942 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:59:28.972 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:28.973 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:28.973 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:59:29.074 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:59:29.105 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:29.106 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:29.106 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:59:29.149 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:59:29.207 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:59:29.242 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:29.243 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:29.243 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:59:29.345 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:59:29.378 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:29.379 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:29.379 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:59:29.480 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:59:29.515 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 26 16 46490 46474 111.706 80.75 0.0202129 0.00894583 2024-09-13T14:59:29.518 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:29.519 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:29.519 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:59:29.620 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:59:29.648 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:29.649 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:29.649 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:59:29.750 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:59:29.790 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:29.791 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:29.791 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:59:29.892 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:59:29.925 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:29.925 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:29.925 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:59:30.028 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:59:30.073 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:30.074 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:30.075 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:59:30.172 INFO:teuthology.orchestra.run.smithi104.stdout:ERROR: (22) Invalid argument 2024-09-13T14:59:30.172 INFO:teuthology.orchestra.run.smithi104.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:59:30.176 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:59:30.210 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:30.210 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:30.211 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:59:30.312 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:59:30.346 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:30.346 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:30.347 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:59:30.448 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:59:30.485 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:30.486 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:30.487 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:59:30.515 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 27 16 47703 47687 110.376 75.8125 0.0244172 0.0090544 2024-09-13T14:59:30.570 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:59:30.570 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:59:30.588 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:59:30.598 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:59:30.598 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:59:30.625 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:30.626 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:59:30.627 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:59:30.627 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:30.627 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:59:30.655 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:59:30.655 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:59:30.690 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:59:30.690 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:59:30.690 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:30 smithi071 ceph-mon[107477]: pgmap v1968: 109 pgs: 1 active+recovering+remapped, 2 active+recovery_wait+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 98 active+clean; 2.5 GiB data, 11 GiB used, 436 GiB / 447 GiB avail; 80 MiB/s wr, 1.27k op/s; 13745/125094 objects degraded (10.988%); 4206/125094 objects misplaced (3.362%); 5.3 MiB/s, 84 objects/s recovering 2024-09-13T14:59:30.690 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:30 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:59:30.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:30 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:59:30.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:30 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1142301547' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:59:30.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:30 smithi071 ceph-mon[112785]: pgmap v1968: 109 pgs: 1 active+recovering+remapped, 2 active+recovery_wait+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 98 active+clean; 2.5 GiB data, 11 GiB used, 436 GiB / 447 GiB avail; 80 MiB/s wr, 1.27k op/s; 13745/125094 objects degraded (10.988%); 4206/125094 objects misplaced (3.362%); 5.3 MiB/s, 84 objects/s recovering 2024-09-13T14:59:30.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:30 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:59:30.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:30 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:59:30.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:30 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1142301547' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:59:30.723 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:59:30.724 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:59:30.728 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:59:30.749 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T14:59:30.749 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T14:59:30.768 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:30.769 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:30.770 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:59:30.771 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:59:30.771 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:59:30.871 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:59:30.897 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:30.898 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:30.899 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:59:30.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:30 smithi104 ceph-mon[105578]: pgmap v1968: 109 pgs: 1 active+recovering+remapped, 2 active+recovery_wait+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 98 active+clean; 2.5 GiB data, 11 GiB used, 436 GiB / 447 GiB avail; 80 MiB/s wr, 1.27k op/s; 13745/125094 objects degraded (10.988%); 4206/125094 objects misplaced (3.362%); 5.3 MiB/s, 84 objects/s recovering 2024-09-13T14:59:30.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:30 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:59:30.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:30 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:59:30.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:30 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1142301547' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:59:30.999 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:59:31.033 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:31.034 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:31.034 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:59:31.135 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:59:31.157 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:31.158 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:31.158 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:59:31.259 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:59:31.280 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:31.280 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:31.281 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:59:31.382 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:59:31.418 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:31.419 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:31.419 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:59:31.516 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 28 16 48729 48713 108.724 64.125 0.0191231 0.00919067 2024-09-13T14:59:31.520 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:59:31.557 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:31.558 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:31.558 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:59:31.659 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:59:31.690 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:31.691 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:31.691 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:59:31.792 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:59:31.823 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:31.824 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:31.825 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:59:31.925 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:59:31.967 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:31.967 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:31.968 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:59:32.069 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:59:32.107 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:32.108 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:32.108 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:59:32.209 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:59:32.238 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.6 dump_historic_ops 2024-09-13T14:59:32.243 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:32.243 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:32.244 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:59:32.344 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:59:32.381 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:32.382 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:32.382 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:59:32.483 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:59:32.515 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 29 16 49952 49936 107.611 76.4375 0.00892717 0.00928537 2024-09-13T14:59:32.529 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:32.530 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:32.530 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:59:32.631 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:59:32.632 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T14:59:32.662 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:32.662 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:32.663 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:59:32.705 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:32 smithi071 ceph-mon[107477]: pgmap v1969: 109 pgs: 1 active+recovering+remapped, 2 active+recovery_wait+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 98 active+clean; 2.8 GiB data, 12 GiB used, 435 GiB / 447 GiB avail; 87 MiB/s wr, 1.38k op/s; 13745/135489 objects degraded (10.145%); 4206/135489 objects misplaced (3.104%); 5.0 MiB/s, 79 objects/s recovering 2024-09-13T14:59:32.705 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:32 smithi071 ceph-mon[112785]: pgmap v1969: 109 pgs: 1 active+recovering+remapped, 2 active+recovery_wait+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 98 active+clean; 2.8 GiB data, 12 GiB used, 435 GiB / 447 GiB avail; 87 MiB/s wr, 1.38k op/s; 13745/135489 objects degraded (10.145%); 4206/135489 objects misplaced (3.104%); 5.0 MiB/s, 79 objects/s recovering 2024-09-13T14:59:32.736 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:59:32.764 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:59:32.796 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:32.797 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:32.797 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:59:32.823 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:32 smithi104 ceph-mon[105578]: pgmap v1969: 109 pgs: 1 active+recovering+remapped, 2 active+recovery_wait+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 98 active+clean; 2.8 GiB data, 12 GiB used, 435 GiB / 447 GiB avail; 87 MiB/s wr, 1.38k op/s; 13745/135489 objects degraded (10.145%); 4206/135489 objects misplaced (3.104%); 5.0 MiB/s, 79 objects/s recovering 2024-09-13T14:59:32.898 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:59:32.925 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:32.926 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:32.926 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:59:32.975 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:59:32 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:59:32] "GET /metrics HTTP/1.1" 200 36656 "" "Prometheus/2.51.0" 2024-09-13T14:59:33.027 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:59:33.054 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:33.055 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:33.055 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:59:33.156 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:59:33.184 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:33.185 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:33.185 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:59:33.286 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:59:33.290 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph tell osd.5 reset_purged_snaps_last 2024-09-13T14:59:33.317 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:33.317 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:33.318 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:59:33.418 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:59:33.449 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:33.450 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:33.451 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:59:33.516 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 30 16 51014 50998 106.236 66.375 0.00774911 0.00938805 2024-09-13T14:59:33.552 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:59:33.582 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:33.583 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:33.583 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:59:33.685 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:59:33.708 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:33.708 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:33.709 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:59:33.810 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:59:33.831 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:33.832 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:33.832 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:59:33.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:33 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 13745/135489 objects degraded (10.145%), 8 pgs degraded (PG_DEGRADED) 2024-09-13T14:59:33.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:33 smithi071 ceph-mon[107477]: osdmap e1325: 8 total, 8 up, 5 in 2024-09-13T14:59:33.846 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:33 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 13745/135489 objects degraded (10.145%), 8 pgs degraded (PG_DEGRADED) 2024-09-13T14:59:33.846 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:33 smithi071 ceph-mon[112785]: osdmap e1325: 8 total, 8 up, 5 in 2024-09-13T14:59:33.853 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=false 2024-09-13T14:59:33.867 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:33 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 13745/135489 objects degraded (10.145%), 8 pgs degraded (PG_DEGRADED) 2024-09-13T14:59:33.868 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:33 smithi104 ceph-mon[105578]: osdmap e1325: 8 total, 8 up, 5 in 2024-09-13T14:59:33.933 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:59:33.955 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:33.956 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:33.956 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:59:34.057 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:59:34.079 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:34.594 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:59:34.595 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 31 16 51316 51300 103.418 18.875 0.0270031 0.00966263 2024-09-13T14:59:34.595 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:34.596 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:59:34.697 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:59:34.720 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:59:34.732 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:34.733 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:34.733 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:59:34.834 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:59:34.852 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:34 smithi071 ceph-mon[107477]: pgmap v1970: 109 pgs: 1 active+recovering+remapped, 2 active+recovery_wait+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 98 active+clean; 2.9 GiB data, 12 GiB used, 435 GiB / 447 GiB avail; 79 MiB/s wr, 1.27k op/s; 13745/143589 objects degraded (9.572%); 3701/143589 objects misplaced (2.577%); 7.0 MiB/s, 112 objects/s recovering 2024-09-13T14:59:34.852 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:34 smithi071 ceph-mon[107477]: osdmap e1326: 8 total, 8 up, 5 in 2024-09-13T14:59:34.853 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:34 smithi071 ceph-mon[112785]: pgmap v1970: 109 pgs: 1 active+recovering+remapped, 2 active+recovery_wait+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 98 active+clean; 2.9 GiB data, 12 GiB used, 435 GiB / 447 GiB avail; 79 MiB/s wr, 1.27k op/s; 13745/143589 objects degraded (9.572%); 3701/143589 objects misplaced (2.577%); 7.0 MiB/s, 112 objects/s recovering 2024-09-13T14:59:34.853 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:34 smithi071 ceph-mon[112785]: osdmap e1326: 8 total, 8 up, 5 in 2024-09-13T14:59:34.867 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:34.868 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:34.868 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:59:34.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:34 smithi104 ceph-mon[105578]: pgmap v1970: 109 pgs: 1 active+recovering+remapped, 2 active+recovery_wait+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 98 active+clean; 2.9 GiB data, 12 GiB used, 435 GiB / 447 GiB avail; 79 MiB/s wr, 1.27k op/s; 13745/143589 objects degraded (9.572%); 3701/143589 objects misplaced (2.577%); 7.0 MiB/s, 112 objects/s recovering 2024-09-13T14:59:34.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:34 smithi104 ceph-mon[105578]: osdmap e1326: 8 total, 8 up, 5 in 2024-09-13T14:59:34.969 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:59:35.001 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:35.002 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:35.002 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:59:35.103 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:59:35.134 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:35.135 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:35.135 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:59:35.236 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:59:35.272 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:35.272 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:35.272 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:59:35.373 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:59:35.398 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:35.399 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:35.399 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:59:35.500 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:59:35.516 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 32 16 52477 52461 102.453 72.5625 0.0109959 0.00975444 2024-09-13T14:59:35.547 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:35.548 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:35.548 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:59:35.649 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:59:35.660 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2024-09-13T14:59:35.660 INFO:teuthology.orchestra.run.smithi104.stdout: "size": 20, 2024-09-13T14:59:35.660 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 600, 2024-09-13T14:59:35.660 INFO:teuthology.orchestra.run.smithi104.stdout: "ops": [ 2024-09-13T14:59:35.660 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.661 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.35391.0:134278 8.d e1232/1230 8:b7ccd27f:::benchmark_data_smithi071_245775_object12980:head v 1232'8325, mlcod=1231'8323)", 2024-09-13T14:59:35.661 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:53:17.090489+0000", 2024-09-13T14:59:35.661 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 378.56471183500003, 2024-09-13T14:59:35.661 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 13.763033954000001, 2024-09-13T14:59:35.661 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:59:35.661 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:59:35.661 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:59:35.661 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.661 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:59:35.661 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.090489+0000", 2024-09-13T14:59:35.661 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:35.661 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.661 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.661 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:59:35.662 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.090489+0000", 2024-09-13T14:59:35.662 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:35.662 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.662 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.662 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:59:35.662 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.090488+0000", 2024-09-13T14:59:35.662 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:59:35.662 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.662 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.662 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:59:35.662 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.090498+0000", 2024-09-13T14:59:35.662 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0329999999999999e-05 2024-09-13T14:59:35.663 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.663 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.663 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:59:35.663 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.090513+0000", 2024-09-13T14:59:35.663 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.485e-05 2024-09-13T14:59:35.663 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.663 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.663 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:59:35.663 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.090521+0000", 2024-09-13T14:59:35.663 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.9009999999999994e-06 2024-09-13T14:59:35.663 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.663 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.663 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.664 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:30.847795+0000", 2024-09-13T14:59:35.664 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 13.757273356000001 2024-09-13T14:59:35.664 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.664 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.664 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:59:35.664 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:30.847822+0000", 2024-09-13T14:59:35.664 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.7707000000000001e-05 2024-09-13T14:59:35.665 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.665 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.665 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:59:35.665 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:30.853480+0000", 2024-09-13T14:59:35.665 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0056576350000000003 2024-09-13T14:59:35.665 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.665 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.665 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:59:35.665 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:30.853523+0000", 2024-09-13T14:59:35.665 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.3507999999999997e-05 2024-09-13T14:59:35.665 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:35.665 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:59:35.665 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:35.666 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.666 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.666 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.35391.0:134315 8.d e1232/1230 8:bbf4fe39:::benchmark_data_smithi071_245775_object13017:head v 1232'8326, mlcod=1231'8323)", 2024-09-13T14:59:35.666 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:53:17.520369+0000", 2024-09-13T14:59:35.666 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 378.13483236799999, 2024-09-13T14:59:35.666 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 13.334993037, 2024-09-13T14:59:35.666 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:59:35.667 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:59:35.667 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:59:35.667 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.667 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:59:35.667 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.520369+0000", 2024-09-13T14:59:35.667 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:35.668 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.668 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.668 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:59:35.668 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.520369+0000", 2024-09-13T14:59:35.668 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:35.668 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.668 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.668 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:59:35.668 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.520368+0000", 2024-09-13T14:59:35.668 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T14:59:35.668 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.668 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.669 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:59:35.669 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.520373+0000", 2024-09-13T14:59:35.669 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.2070000000000003e-06 2024-09-13T14:59:35.669 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.669 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.669 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:59:35.669 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.520384+0000", 2024-09-13T14:59:35.669 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0627e-05 2024-09-13T14:59:35.669 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.669 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.669 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:59:35.669 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.520390+0000", 2024-09-13T14:59:35.669 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.5199999999999997e-06 2024-09-13T14:59:35.669 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.670 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.670 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.670 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:30.849879+0000", 2024-09-13T14:59:35.670 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 13.329488953 2024-09-13T14:59:35.670 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.670 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.670 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:59:35.670 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:30.849909+0000", 2024-09-13T14:59:35.670 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.0294000000000002e-05 2024-09-13T14:59:35.670 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.670 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.670 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:59:35.671 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:30.855321+0000", 2024-09-13T14:59:35.671 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.005412587 2024-09-13T14:59:35.671 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.671 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.671 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:59:35.672 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:30.855362+0000", 2024-09-13T14:59:35.672 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.0454000000000003e-05 2024-09-13T14:59:35.672 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:35.672 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:59:35.672 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:35.672 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.672 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.672 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.35391.0:134321 8.d e1232/1230 8:b1b531f4:::benchmark_data_smithi071_245775_object13023:head v 1232'8327, mlcod=1231'8323)", 2024-09-13T14:59:35.672 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:53:17.528946+0000", 2024-09-13T14:59:35.672 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 378.12625551299999, 2024-09-13T14:59:35.672 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 13.328673201999999, 2024-09-13T14:59:35.672 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:59:35.672 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:59:35.673 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:59:35.673 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.673 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:59:35.673 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.528946+0000", 2024-09-13T14:59:35.673 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:35.673 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.673 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.673 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:59:35.673 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.528946+0000", 2024-09-13T14:59:35.673 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:35.673 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.673 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.674 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:59:35.674 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.528945+0000", 2024-09-13T14:59:35.674 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:59:35.674 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.674 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.674 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:59:35.674 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.528951+0000", 2024-09-13T14:59:35.674 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.8289999999999996e-06 2024-09-13T14:59:35.674 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.674 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.674 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:59:35.674 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.528961+0000", 2024-09-13T14:59:35.675 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0118e-05 2024-09-13T14:59:35.675 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.675 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.675 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:59:35.675 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.528967+0000", 2024-09-13T14:59:35.675 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.156e-06 2024-09-13T14:59:35.675 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.675 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.675 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.675 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:30.851785+0000", 2024-09-13T14:59:35.675 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 13.322817951999999 2024-09-13T14:59:35.675 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.675 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.675 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:59:35.676 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:30.851810+0000", 2024-09-13T14:59:35.676 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.4819000000000001e-05 2024-09-13T14:59:35.676 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.676 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.676 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:59:35.676 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:30.857583+0000", 2024-09-13T14:59:35.676 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0057736030000000004 2024-09-13T14:59:35.676 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.676 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.676 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:59:35.676 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:30.857619+0000", 2024-09-13T14:59:35.676 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.5502e-05 2024-09-13T14:59:35.676 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:35.676 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:59:35.677 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:35.677 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.677 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.677 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.35391.0:134339 8.d e1232/1230 8:b20e2b34:::benchmark_data_smithi071_245775_object13041:head v 1232'8328, mlcod=1231'8323)", 2024-09-13T14:59:35.677 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:53:17.574350+0000", 2024-09-13T14:59:35.677 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 378.08085154499997, 2024-09-13T14:59:35.677 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 13.283326525, 2024-09-13T14:59:35.677 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:59:35.679 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:59:35.679 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:59:35.679 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.679 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:59:35.679 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.574350+0000", 2024-09-13T14:59:35.679 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:35.679 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.679 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.679 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:59:35.679 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.574350+0000", 2024-09-13T14:59:35.679 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:35.679 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.680 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.680 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:59:35.680 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.574349+0000", 2024-09-13T14:59:35.680 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:59:35.680 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.680 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.680 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:59:35.680 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.574355+0000", 2024-09-13T14:59:35.680 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.2199999999999997e-06 2024-09-13T14:59:35.680 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.680 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.680 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:59:35.680 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.574364+0000", 2024-09-13T14:59:35.681 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.3619999999999995e-06 2024-09-13T14:59:35.681 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.681 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.681 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:59:35.681 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.574370+0000", 2024-09-13T14:59:35.681 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.5720000000000002e-06 2024-09-13T14:59:35.681 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.681 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.681 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.681 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:30.853551+0000", 2024-09-13T14:59:35.681 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 13.279180815 2024-09-13T14:59:35.681 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.681 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.681 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:59:35.682 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:30.853575+0000", 2024-09-13T14:59:35.682 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.4085000000000001e-05 2024-09-13T14:59:35.682 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.682 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.682 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:59:35.682 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:30.857650+0000", 2024-09-13T14:59:35.682 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0040752510000000002 2024-09-13T14:59:35.682 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.682 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.682 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:59:35.682 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:30.857676+0000", 2024-09-13T14:59:35.682 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.6171999999999999e-05 2024-09-13T14:59:35.682 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:35.682 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:59:35.683 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:35.683 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.683 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.683 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.35391.0:134341 8.d e1232/1230 8:b47b016b:::benchmark_data_smithi071_245775_object13043:head v 1232'8329, mlcod=1231'8323)", 2024-09-13T14:59:35.683 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:53:17.577557+0000", 2024-09-13T14:59:35.683 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 378.07764375699998, 2024-09-13T14:59:35.683 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 13.298304935000001, 2024-09-13T14:59:35.683 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:59:35.683 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:59:35.683 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:59:35.683 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.683 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:59:35.683 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.577557+0000", 2024-09-13T14:59:35.684 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:35.684 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.684 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.684 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:59:35.684 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.577557+0000", 2024-09-13T14:59:35.684 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:35.684 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.684 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.684 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:59:35.684 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.577557+0000", 2024-09-13T14:59:35.684 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T14:59:35.684 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.684 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.684 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:59:35.685 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.577564+0000", 2024-09-13T14:59:35.685 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.5449999999999998e-06 2024-09-13T14:59:35.685 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.685 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.685 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:59:35.685 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.577577+0000", 2024-09-13T14:59:35.685 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2853999999999999e-05 2024-09-13T14:59:35.685 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.685 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.686 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:59:35.686 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.577583+0000", 2024-09-13T14:59:35.686 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.5199999999999997e-06 2024-09-13T14:59:35.686 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.686 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.686 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.686 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:30.855390+0000", 2024-09-13T14:59:35.686 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 13.277807642000001 2024-09-13T14:59:35.686 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.686 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.686 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:59:35.686 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:30.855412+0000", 2024-09-13T14:59:35.687 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.2099999999999998e-05 2024-09-13T14:59:35.687 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.687 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.687 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:59:35.687 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:30.875835+0000", 2024-09-13T14:59:35.687 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.020422301 2024-09-13T14:59:35.687 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.687 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.687 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:59:35.687 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:30.875862+0000", 2024-09-13T14:59:35.687 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.7763000000000002e-05 2024-09-13T14:59:35.687 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:35.687 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:59:35.687 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:35.688 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.688 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.688 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:140979 8.5 8:a10481b5:::benchmark_data_smithi071_245775_object19681:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1250)", 2024-09-13T14:59:35.688 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:54:33.204884+0000", 2024-09-13T14:59:35.688 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 302.450316891, 2024-09-13T14:59:35.688 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.4255255050000004, 2024-09-13T14:59:35.688 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:59:35.688 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:59:35.688 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:59:35.688 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:59:35.688 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:59:35.688 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 140979 2024-09-13T14:59:35.688 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.689 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:59:35.689 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.689 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:59:35.689 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:33.204884+0000", 2024-09-13T14:59:35.689 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:35.689 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.689 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.689 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:59:35.689 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:33.204884+0000", 2024-09-13T14:59:35.689 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:35.689 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.689 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.689 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:59:35.689 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:33.204883+0000", 2024-09-13T14:59:35.690 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:59:35.690 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.690 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.690 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:59:35.690 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:33.204889+0000", 2024-09-13T14:59:35.690 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.5409999999999997e-06 2024-09-13T14:59:35.690 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.690 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.690 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:59:35.690 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:33.204905+0000", 2024-09-13T14:59:35.690 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.6032000000000002e-05 2024-09-13T14:59:35.690 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.690 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.691 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:59:35.691 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:33.204913+0000", 2024-09-13T14:59:35.691 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.3889999999999999e-06 2024-09-13T14:59:35.691 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.691 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.691 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.691 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:38.226988+0000", 2024-09-13T14:59:35.691 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.0220756189999998 2024-09-13T14:59:35.691 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.691 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.691 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:59:35.691 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:38.231580+0000", 2024-09-13T14:59:35.691 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0045916450000000001 2024-09-13T14:59:35.692 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.692 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.692 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.692 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:38.254601+0000", 2024-09-13T14:59:35.692 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.023021415 2024-09-13T14:59:35.692 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.692 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.692 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:59:35.692 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:38.259293+0000", 2024-09-13T14:59:35.692 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0046920369999999996 2024-09-13T14:59:35.692 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.692 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.692 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.692 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:38.557684+0000", 2024-09-13T14:59:35.693 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.29839040900000002 2024-09-13T14:59:35.693 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.693 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.693 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:59:35.693 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:38.561213+0000", 2024-09-13T14:59:35.693 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0035288770000000001 2024-09-13T14:59:35.693 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.693 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.693 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,7", 2024-09-13T14:59:35.693 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:38.568506+0000", 2024-09-13T14:59:35.693 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0072931869999999996 2024-09-13T14:59:35.693 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.693 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.694 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:59:35.694 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:38.588661+0000", 2024-09-13T14:59:35.694 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.020154859000000001 2024-09-13T14:59:35.694 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.694 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.694 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:35.694 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:38.618170+0000", 2024-09-13T14:59:35.694 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.029509118000000001 2024-09-13T14:59:35.694 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.694 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.694 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:35.694 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:38.619380+0000", 2024-09-13T14:59:35.694 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0012101309999999999 2024-09-13T14:59:35.695 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.695 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.695 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:59:35.695 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:38.621351+0000", 2024-09-13T14:59:35.695 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0019713579999999999 2024-09-13T14:59:35.695 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.695 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.695 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:59:35.695 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:38.630410+0000", 2024-09-13T14:59:35.695 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0090584710000000002 2024-09-13T14:59:35.695 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:35.695 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:59:35.695 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:35.696 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.696 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.696 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:180048 8.15 8:aaf342f8:::benchmark_data_smithi071_245775_object58750:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1271)", 2024-09-13T14:59:35.696 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:56:43.331125+0000", 2024-09-13T14:59:35.696 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 172.32407624699999, 2024-09-13T14:59:35.696 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.931229246, 2024-09-13T14:59:35.696 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:59:35.696 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T14:59:35.696 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:59:35.696 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:59:35.696 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:59:35.696 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 180048 2024-09-13T14:59:35.696 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.697 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:59:35.697 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.697 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:59:35.697 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.331125+0000", 2024-09-13T14:59:35.697 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:35.697 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.697 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.697 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:59:35.697 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.331125+0000", 2024-09-13T14:59:35.697 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:35.697 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.697 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.697 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:59:35.698 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.331123+0000", 2024-09-13T14:59:35.698 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999976 2024-09-13T14:59:35.698 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.698 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.698 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:59:35.698 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.331135+0000", 2024-09-13T14:59:35.698 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1983e-05 2024-09-13T14:59:35.698 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.698 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.698 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:59:35.698 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.331150+0000", 2024-09-13T14:59:35.698 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.5463000000000001e-05 2024-09-13T14:59:35.698 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.698 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.699 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:59:35.699 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.331160+0000", 2024-09-13T14:59:35.699 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.4190000000000008e-06 2024-09-13T14:59:35.699 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.699 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.699 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.699 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.415738+0000", 2024-09-13T14:59:35.699 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.084578083999999998 2024-09-13T14:59:35.699 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.699 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.699 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:59:35.699 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.419528+0000", 2024-09-13T14:59:35.699 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0037906379999999998 2024-09-13T14:59:35.700 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.700 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.700 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.700 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.452640+0000", 2024-09-13T14:59:35.700 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.033112098 2024-09-13T14:59:35.700 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.700 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.700 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:59:35.700 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.456053+0000", 2024-09-13T14:59:35.700 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0034126680000000002 2024-09-13T14:59:35.700 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.700 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.700 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.701 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.289654+0000", 2024-09-13T14:59:35.701 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.83360107299999997 2024-09-13T14:59:35.701 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.701 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.701 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:59:35.701 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.292898+0000", 2024-09-13T14:59:35.701 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.003243438 2024-09-13T14:59:35.701 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.701 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.701 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1,7", 2024-09-13T14:59:35.701 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.298150+0000", 2024-09-13T14:59:35.701 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0052524620000000003 2024-09-13T14:59:35.701 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.701 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.702 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.702 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.332367+0000", 2024-09-13T14:59:35.702 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.034216459999999997 2024-09-13T14:59:35.702 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.702 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.702 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:59:35.702 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.332384+0000", 2024-09-13T14:59:35.702 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.7232e-05 2024-09-13T14:59:35.702 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.702 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.702 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.702 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:45.271004+0000", 2024-09-13T14:59:35.702 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.93862010100000004 2024-09-13T14:59:35.703 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.703 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.703 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:59:35.703 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:45.271017+0000", 2024-09-13T14:59:35.703 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2809999999999999e-05 2024-09-13T14:59:35.703 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.703 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.703 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.703 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:48.253646+0000", 2024-09-13T14:59:35.703 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.9826291010000001 2024-09-13T14:59:35.703 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.703 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.703 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:59:35.703 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:48.256443+0000", 2024-09-13T14:59:35.704 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0027967650000000001 2024-09-13T14:59:35.704 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.704 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.704 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.704 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.260984+0000", 2024-09-13T14:59:35.704 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.004541251 2024-09-13T14:59:35.704 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.704 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.704 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:59:35.704 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.262354+0000", 2024-09-13T14:59:35.704 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0013704310000000001 2024-09-13T14:59:35.704 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:35.704 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:59:35.705 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:35.705 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.705 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.705 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:180161 8.15 8:aef7a525:::benchmark_data_smithi071_245775_object58863:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1271)", 2024-09-13T14:59:35.705 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:56:43.543147+0000", 2024-09-13T14:59:35.705 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 172.11205410900001, 2024-09-13T14:59:35.705 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.8110862269999997, 2024-09-13T14:59:35.705 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:59:35.705 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:59:35.705 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:59:35.705 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:59:35.705 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:59:35.705 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 180161 2024-09-13T14:59:35.705 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.706 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:59:35.706 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.706 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:59:35.706 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.543147+0000", 2024-09-13T14:59:35.706 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:35.706 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.706 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.706 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:59:35.706 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.543147+0000", 2024-09-13T14:59:35.706 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:35.706 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.706 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.706 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:59:35.707 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.543145+0000", 2024-09-13T14:59:35.707 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999981 2024-09-13T14:59:35.707 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.707 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.707 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:59:35.707 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.543153+0000", 2024-09-13T14:59:35.707 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.6699999999999994e-06 2024-09-13T14:59:35.707 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.707 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.707 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:59:35.707 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.543169+0000", 2024-09-13T14:59:35.707 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.5882000000000001e-05 2024-09-13T14:59:35.707 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.707 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.708 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:59:35.708 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.543178+0000", 2024-09-13T14:59:35.708 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.8740000000000001e-06 2024-09-13T14:59:35.708 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.708 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.708 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.708 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.624280+0000", 2024-09-13T14:59:35.708 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.081102553999999993 2024-09-13T14:59:35.708 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.708 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.708 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:59:35.708 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.627973+0000", 2024-09-13T14:59:35.708 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.003692678 2024-09-13T14:59:35.709 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.709 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.709 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.709 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.650194+0000", 2024-09-13T14:59:35.709 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.022221016999999999 2024-09-13T14:59:35.709 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.709 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.709 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:59:35.709 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.654328+0000", 2024-09-13T14:59:35.709 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0041336710000000002 2024-09-13T14:59:35.709 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.709 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.709 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.710 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.333308+0000", 2024-09-13T14:59:35.710 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.67898071599999998 2024-09-13T14:59:35.710 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.710 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.710 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:59:35.710 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.333319+0000", 2024-09-13T14:59:35.710 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0852e-05 2024-09-13T14:59:35.710 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.710 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.710 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.710 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:45.271137+0000", 2024-09-13T14:59:35.710 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.93781763399999996 2024-09-13T14:59:35.710 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.710 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.711 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:59:35.711 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:45.271145+0000", 2024-09-13T14:59:35.711 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.9850000000000006e-06 2024-09-13T14:59:35.711 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.711 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.711 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.711 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.301227+0000", 2024-09-13T14:59:35.711 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.030082428 2024-09-13T14:59:35.711 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.711 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.711 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:59:35.711 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.303996+0000", 2024-09-13T14:59:35.711 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0027688719999999999 2024-09-13T14:59:35.712 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.712 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.712 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1,5", 2024-09-13T14:59:35.712 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.307625+0000", 2024-09-13T14:59:35.712 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0036288090000000002 2024-09-13T14:59:35.712 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.712 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.712 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:59:35.712 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.313265+0000", 2024-09-13T14:59:35.712 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0056399609999999998 2024-09-13T14:59:35.712 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.712 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.712 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:35.712 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.326940+0000", 2024-09-13T14:59:35.713 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.013675458999999999 2024-09-13T14:59:35.713 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.713 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.713 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:35.713 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.328070+0000", 2024-09-13T14:59:35.713 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0011291109999999999 2024-09-13T14:59:35.713 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.713 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.713 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:35.713 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.349085+0000", 2024-09-13T14:59:35.713 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.021015504000000001 2024-09-13T14:59:35.713 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.713 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.714 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:59:35.714 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.350056+0000", 2024-09-13T14:59:35.714 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00097058500000000005 2024-09-13T14:59:35.714 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.714 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.714 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:59:35.714 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.354233+0000", 2024-09-13T14:59:35.714 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0041777020000000002 2024-09-13T14:59:35.714 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:35.714 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:59:35.714 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:35.714 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.714 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.714 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:180203 8.15 8:ab8a4ac1:::benchmark_data_smithi071_245775_object58905:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1271)", 2024-09-13T14:59:35.715 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:56:43.605935+0000", 2024-09-13T14:59:35.715 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 172.049266665, 2024-09-13T14:59:35.715 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.8345483940000005, 2024-09-13T14:59:35.715 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:59:35.715 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:59:35.715 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:59:35.715 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:59:35.715 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:59:35.715 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 180203 2024-09-13T14:59:35.715 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.715 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:59:35.715 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.715 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:59:35.715 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.605935+0000", 2024-09-13T14:59:35.716 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:35.716 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.716 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.716 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:59:35.716 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.605935+0000", 2024-09-13T14:59:35.716 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:35.716 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.716 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.716 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:59:35.716 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.605933+0000", 2024-09-13T14:59:35.716 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:59:35.716 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.716 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.717 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:59:35.717 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.605943+0000", 2024-09-13T14:59:35.717 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0011e-05 2024-09-13T14:59:35.717 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.717 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.717 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:59:35.717 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.605957+0000", 2024-09-13T14:59:35.717 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3896e-05 2024-09-13T14:59:35.717 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.718 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.718 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:59:35.718 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.605966+0000", 2024-09-13T14:59:35.718 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.551e-06 2024-09-13T14:59:35.718 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.718 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.718 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.719 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.628347+0000", 2024-09-13T14:59:35.719 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.022381768999999999 2024-09-13T14:59:35.719 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.719 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.719 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:59:35.719 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.632415+0000", 2024-09-13T14:59:35.719 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0040678449999999996 2024-09-13T14:59:35.719 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.719 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.719 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.719 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.667927+0000", 2024-09-13T14:59:35.719 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.035511811999999997 2024-09-13T14:59:35.719 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.719 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.720 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:59:35.720 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.672111+0000", 2024-09-13T14:59:35.720 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0041842629999999997 2024-09-13T14:59:35.720 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.720 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.720 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.720 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.333563+0000", 2024-09-13T14:59:35.720 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.66145211299999995 2024-09-13T14:59:35.720 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.720 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.720 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:59:35.720 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.333568+0000", 2024-09-13T14:59:35.720 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.0420000000000002e-06 2024-09-13T14:59:35.721 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.721 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.721 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.721 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:45.271333+0000", 2024-09-13T14:59:35.721 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.93776433800000003 2024-09-13T14:59:35.721 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.721 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.721 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:59:35.721 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:45.271341+0000", 2024-09-13T14:59:35.721 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.6659999999999997e-06 2024-09-13T14:59:35.721 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.721 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.721 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.721 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.416281+0000", 2024-09-13T14:59:35.722 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.1449395630000003 2024-09-13T14:59:35.722 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.722 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.722 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:59:35.722 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.418690+0000", 2024-09-13T14:59:35.722 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0024092139999999998 2024-09-13T14:59:35.722 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.722 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.722 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1,5", 2024-09-13T14:59:35.722 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.421950+0000", 2024-09-13T14:59:35.723 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:35.723 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:35.723 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:59:35.724 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0032601349999999999 2024-09-13T14:59:35.724 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.724 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.724 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:59:35.724 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.427002+0000", 2024-09-13T14:59:35.724 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0050520249999999999 2024-09-13T14:59:35.725 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.725 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.725 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:35.725 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.427651+0000", 2024-09-13T14:59:35.725 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00064843799999999999 2024-09-13T14:59:35.725 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.725 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.725 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:35.725 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.428300+0000", 2024-09-13T14:59:35.725 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000649589 2024-09-13T14:59:35.725 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.725 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.725 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:35.726 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.435030+0000", 2024-09-13T14:59:35.726 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0067296689999999998 2024-09-13T14:59:35.726 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.726 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.726 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:59:35.726 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.436031+0000", 2024-09-13T14:59:35.726 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001000805 2024-09-13T14:59:35.726 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.726 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.726 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:59:35.726 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.440483+0000", 2024-09-13T14:59:35.726 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.004452119 2024-09-13T14:59:35.726 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:35.726 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:59:35.727 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:35.727 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.727 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.727 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:180207 8.15 8:aa9a4e73:::benchmark_data_smithi071_245775_object58909:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1271)", 2024-09-13T14:59:35.727 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:56:43.610675+0000", 2024-09-13T14:59:35.727 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 172.04452602999999, 2024-09-13T14:59:35.727 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.8577583300000002, 2024-09-13T14:59:35.727 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:59:35.727 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:59:35.727 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:59:35.727 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:59:35.727 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:59:35.727 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 180207 2024-09-13T14:59:35.728 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.728 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:59:35.728 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.728 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:59:35.728 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.610675+0000", 2024-09-13T14:59:35.728 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:35.728 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.728 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.728 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:59:35.728 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.610675+0000", 2024-09-13T14:59:35.728 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:35.728 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.728 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.728 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:59:35.729 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.610674+0000", 2024-09-13T14:59:35.729 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:59:35.729 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.729 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.729 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:59:35.729 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.610683+0000", 2024-09-13T14:59:35.729 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.3959999999999995e-06 2024-09-13T14:59:35.729 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.729 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.729 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:59:35.729 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.610695+0000", 2024-09-13T14:59:35.729 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2007e-05 2024-09-13T14:59:35.729 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.730 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.730 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:59:35.730 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.610702+0000", 2024-09-13T14:59:35.730 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.3890000000000002e-06 2024-09-13T14:59:35.730 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.730 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.730 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.730 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.632805+0000", 2024-09-13T14:59:35.730 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.022103318 2024-09-13T14:59:35.730 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.730 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.730 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:59:35.730 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.636437+0000", 2024-09-13T14:59:35.730 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0036316439999999998 2024-09-13T14:59:35.731 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.731 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.731 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.731 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.685865+0000", 2024-09-13T14:59:35.731 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.049428715999999998 2024-09-13T14:59:35.731 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.731 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.731 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:59:35.731 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.689509+0000", 2024-09-13T14:59:35.731 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0036432919999999998 2024-09-13T14:59:35.731 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.731 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.731 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.731 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.333605+0000", 2024-09-13T14:59:35.732 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.644096381 2024-09-13T14:59:35.732 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.732 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.732 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:59:35.732 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.333615+0000", 2024-09-13T14:59:35.732 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0498e-05 2024-09-13T14:59:35.732 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.732 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.732 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.732 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:45.271356+0000", 2024-09-13T14:59:35.732 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.93774092200000003 2024-09-13T14:59:35.732 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.732 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.732 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:59:35.733 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:45.271361+0000", 2024-09-13T14:59:35.733 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.9019999999999998e-06 2024-09-13T14:59:35.733 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.733 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.733 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.733 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.440782+0000", 2024-09-13T14:59:35.733 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.169420551 2024-09-13T14:59:35.733 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.733 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.733 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:59:35.733 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.443254+0000", 2024-09-13T14:59:35.733 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0024721930000000001 2024-09-13T14:59:35.733 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.733 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.734 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1,5", 2024-09-13T14:59:35.734 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.446795+0000", 2024-09-13T14:59:35.734 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0035406359999999998 2024-09-13T14:59:35.734 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.734 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.734 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:35.734 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.460879+0000", 2024-09-13T14:59:35.734 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.014084671999999999 2024-09-13T14:59:35.734 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.734 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.734 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:59:35.734 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.461076+0000", 2024-09-13T14:59:35.734 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00019669899999999999 2024-09-13T14:59:35.735 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.735 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.735 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:35.735 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.461930+0000", 2024-09-13T14:59:35.735 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00085376500000000004 2024-09-13T14:59:35.735 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.735 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.735 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:35.735 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.462562+0000", 2024-09-13T14:59:35.735 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00063225800000000002 2024-09-13T14:59:35.735 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.735 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.735 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:59:35.735 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.463831+0000", 2024-09-13T14:59:35.736 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001269173 2024-09-13T14:59:35.736 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.736 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.736 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:59:35.736 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.468434+0000", 2024-09-13T14:59:35.736 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0046022750000000003 2024-09-13T14:59:35.736 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:35.736 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:59:35.736 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:35.736 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.736 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.736 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:180281 8.15 8:a8c328da:::benchmark_data_smithi071_245775_object58983:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1271)", 2024-09-13T14:59:35.736 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:56:43.702311+0000", 2024-09-13T14:59:35.737 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 171.95288987699999, 2024-09-13T14:59:35.737 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.8125625660000004, 2024-09-13T14:59:35.737 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:59:35.737 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:59:35.737 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:59:35.737 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:59:35.737 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:59:35.737 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 180281 2024-09-13T14:59:35.737 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.737 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:59:35.737 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.737 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:59:35.737 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.702311+0000", 2024-09-13T14:59:35.737 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:35.738 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.738 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.738 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:59:35.738 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.702311+0000", 2024-09-13T14:59:35.738 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:35.738 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.738 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.738 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:59:35.738 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.702310+0000", 2024-09-13T14:59:35.738 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:59:35.738 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.738 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.738 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:59:35.739 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.702317+0000", 2024-09-13T14:59:35.739 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.4529999999999996e-06 2024-09-13T14:59:35.739 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.739 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.739 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:59:35.739 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.702332+0000", 2024-09-13T14:59:35.739 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.4481000000000001e-05 2024-09-13T14:59:35.739 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.739 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.739 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:59:35.739 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.702340+0000", 2024-09-13T14:59:35.739 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.875e-06 2024-09-13T14:59:35.739 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.739 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.740 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.740 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.818982+0000", 2024-09-13T14:59:35.740 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.11664250700000001 2024-09-13T14:59:35.740 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.740 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.740 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:59:35.740 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.822966+0000", 2024-09-13T14:59:35.740 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0039835950000000004 2024-09-13T14:59:35.740 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.740 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.740 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.740 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.845528+0000", 2024-09-13T14:59:35.740 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.022562658999999999 2024-09-13T14:59:35.741 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.741 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.741 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:59:35.741 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.849113+0000", 2024-09-13T14:59:35.741 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0035848109999999998 2024-09-13T14:59:35.741 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.741 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.741 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.741 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.333725+0000", 2024-09-13T14:59:35.741 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.48461200199999999 2024-09-13T14:59:35.741 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.741 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.741 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:59:35.742 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.333730+0000", 2024-09-13T14:59:35.742 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.3600000000000004e-06 2024-09-13T14:59:35.742 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.742 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.742 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.742 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:45.271423+0000", 2024-09-13T14:59:35.742 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.93769297200000001 2024-09-13T14:59:35.742 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.742 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.742 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:59:35.742 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:45.271433+0000", 2024-09-13T14:59:35.742 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.2890000000000003e-06 2024-09-13T14:59:35.742 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.742 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.743 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.743 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.486791+0000", 2024-09-13T14:59:35.743 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.2153582490000003 2024-09-13T14:59:35.743 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.743 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.743 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:59:35.743 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.489626+0000", 2024-09-13T14:59:35.743 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0028351119999999999 2024-09-13T14:59:35.743 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.743 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.743 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1,5", 2024-09-13T14:59:35.743 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.493036+0000", 2024-09-13T14:59:35.743 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0034094590000000001 2024-09-13T14:59:35.744 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.744 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.744 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:59:35.744 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.504032+0000", 2024-09-13T14:59:35.744 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.010996107999999999 2024-09-13T14:59:35.744 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.744 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.744 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:35.744 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.504741+0000", 2024-09-13T14:59:35.744 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00070973300000000004 2024-09-13T14:59:35.744 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.744 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.744 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:35.745 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.505421+0000", 2024-09-13T14:59:35.745 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000679873 2024-09-13T14:59:35.745 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.745 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.745 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:35.745 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.509553+0000", 2024-09-13T14:59:35.745 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0041320660000000002 2024-09-13T14:59:35.745 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.745 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.745 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:59:35.745 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.510564+0000", 2024-09-13T14:59:35.745 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0010108529999999999 2024-09-13T14:59:35.745 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.745 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.746 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:59:35.746 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.514874+0000", 2024-09-13T14:59:35.746 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0043097389999999999 2024-09-13T14:59:35.746 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:35.746 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:59:35.746 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:35.746 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.746 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.746 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:180297 8.15 8:a9c282e7:::benchmark_data_smithi071_245775_object58999:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1271)", 2024-09-13T14:59:35.746 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:56:43.732529+0000", 2024-09-13T14:59:35.746 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 171.92267261000001, 2024-09-13T14:59:35.746 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.7437725799999999, 2024-09-13T14:59:35.747 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:59:35.747 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:59:35.747 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:59:35.747 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:59:35.747 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:59:35.747 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 180297 2024-09-13T14:59:35.747 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.747 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:59:35.747 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.747 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:59:35.747 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.732529+0000", 2024-09-13T14:59:35.747 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:35.748 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.748 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.748 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:59:35.748 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.732529+0000", 2024-09-13T14:59:35.748 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:35.748 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.748 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.748 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:59:35.748 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.732527+0000", 2024-09-13T14:59:35.748 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:59:35.748 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.748 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.748 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:59:35.749 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.732533+0000", 2024-09-13T14:59:35.749 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.6500000000000001e-06 2024-09-13T14:59:35.749 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.749 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.749 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:59:35.749 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.732544+0000", 2024-09-13T14:59:35.749 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1144999999999999e-05 2024-09-13T14:59:35.749 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.749 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.749 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:59:35.749 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.732551+0000", 2024-09-13T14:59:35.749 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.6900000000000003e-06 2024-09-13T14:59:35.749 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.749 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.750 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.750 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.823398+0000", 2024-09-13T14:59:35.750 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.090847414000000001 2024-09-13T14:59:35.750 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.750 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.750 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:59:35.750 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.827826+0000", 2024-09-13T14:59:35.750 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0044272479999999999 2024-09-13T14:59:35.750 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.750 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.750 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.750 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.861906+0000", 2024-09-13T14:59:35.750 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.034080286000000001 2024-09-13T14:59:35.750 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.750 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.751 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:59:35.751 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.865295+0000", 2024-09-13T14:59:35.751 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0033888880000000001 2024-09-13T14:59:35.751 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.751 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.751 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.751 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.333644+0000", 2024-09-13T14:59:35.751 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.46834891299999998 2024-09-13T14:59:35.751 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.751 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.751 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:59:35.751 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.333649+0000", 2024-09-13T14:59:35.751 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.9949999999999996e-06 2024-09-13T14:59:35.751 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.752 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.752 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.752 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:45.271375+0000", 2024-09-13T14:59:35.752 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.93772670999999996 2024-09-13T14:59:35.752 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.752 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.752 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:59:35.752 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:45.271380+0000", 2024-09-13T14:59:35.752 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.8450000000000002e-06 2024-09-13T14:59:35.752 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.752 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.752 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.752 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.450758+0000", 2024-09-13T14:59:35.753 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.1793783270000002 2024-09-13T14:59:35.753 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.753 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.753 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:59:35.753 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.453204+0000", 2024-09-13T14:59:35.753 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.002445685 2024-09-13T14:59:35.753 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.753 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.753 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1,5", 2024-09-13T14:59:35.753 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.456767+0000", 2024-09-13T14:59:35.753 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0035631009999999999 2024-09-13T14:59:35.753 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.753 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.753 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:59:35.754 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.461275+0000", 2024-09-13T14:59:35.754 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0045078490000000004 2024-09-13T14:59:35.754 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.754 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.754 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:35.754 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.469086+0000", 2024-09-13T14:59:35.754 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0078111689999999998 2024-09-13T14:59:35.754 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.754 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.754 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:35.754 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.469804+0000", 2024-09-13T14:59:35.754 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00071756299999999995 2024-09-13T14:59:35.754 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.755 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.755 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:35.755 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.470601+0000", 2024-09-13T14:59:35.755 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00079685400000000005 2024-09-13T14:59:35.755 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.755 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.755 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:59:35.755 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.471764+0000", 2024-09-13T14:59:35.755 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0011633399999999999 2024-09-13T14:59:35.755 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.755 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.755 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:59:35.755 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.476301+0000", 2024-09-13T14:59:35.755 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0045371600000000002 2024-09-13T14:59:35.756 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:35.756 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:59:35.756 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:35.756 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.756 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.756 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:180348 8.15 8:abaef1fa:::benchmark_data_smithi071_245775_object59050:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1271)", 2024-09-13T14:59:35.756 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:56:43.826665+0000", 2024-09-13T14:59:35.756 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 171.82853641400001, 2024-09-13T14:59:35.756 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.6077153390000003, 2024-09-13T14:59:35.756 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:59:35.756 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:59:35.756 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:59:35.756 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:59:35.757 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:59:35.757 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 180348 2024-09-13T14:59:35.757 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.757 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:59:35.757 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.757 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:59:35.757 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.826665+0000", 2024-09-13T14:59:35.757 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:35.757 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.757 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.757 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:59:35.757 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.826665+0000", 2024-09-13T14:59:35.757 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:35.758 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.758 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.758 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:59:35.758 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.826664+0000", 2024-09-13T14:59:35.758 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:59:35.758 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.758 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.758 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:59:35.758 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.826670+0000", 2024-09-13T14:59:35.758 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.883e-06 2024-09-13T14:59:35.758 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.758 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.758 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:59:35.758 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.826682+0000", 2024-09-13T14:59:35.759 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1715999999999999e-05 2024-09-13T14:59:35.759 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.759 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.759 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:59:35.759 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.826690+0000", 2024-09-13T14:59:35.759 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.6580000000000002e-06 2024-09-13T14:59:35.759 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.759 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.759 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.759 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.892897+0000", 2024-09-13T14:59:35.759 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.066206778999999993 2024-09-13T14:59:35.759 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.759 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.759 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:59:35.760 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.896386+0000", 2024-09-13T14:59:35.760 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0034895630000000002 2024-09-13T14:59:35.760 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.760 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.760 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.760 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.920580+0000", 2024-09-13T14:59:35.760 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.02419381 2024-09-13T14:59:35.760 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.760 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.760 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:59:35.760 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.923998+0000", 2024-09-13T14:59:35.760 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0034183830000000001 2024-09-13T14:59:35.760 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.760 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.761 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.761 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.333524+0000", 2024-09-13T14:59:35.761 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.409525266 2024-09-13T14:59:35.761 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.761 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.761 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:59:35.761 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.333534+0000", 2024-09-13T14:59:35.761 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0356999999999999e-05 2024-09-13T14:59:35.761 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.761 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.761 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.761 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:45.271304+0000", 2024-09-13T14:59:35.761 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.93777000300000002 2024-09-13T14:59:35.762 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.762 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.762 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:59:35.762 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:45.271309+0000", 2024-09-13T14:59:35.762 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.3159999999999996e-06 2024-09-13T14:59:35.762 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.762 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.762 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.762 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.406298+0000", 2024-09-13T14:59:35.762 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.1349889539999998 2024-09-13T14:59:35.762 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.762 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.762 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:59:35.762 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.409118+0000", 2024-09-13T14:59:35.763 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0028193279999999999 2024-09-13T14:59:35.763 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.763 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.763 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1,5", 2024-09-13T14:59:35.763 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.412453+0000", 2024-09-13T14:59:35.763 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0033358569999999998 2024-09-13T14:59:35.763 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.763 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.763 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:35.763 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.425951+0000", 2024-09-13T14:59:35.763 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.013497814 2024-09-13T14:59:35.763 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.763 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.763 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:35.764 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.426594+0000", 2024-09-13T14:59:35.764 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00064239400000000002 2024-09-13T14:59:35.764 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.764 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.764 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:59:35.764 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.426787+0000", 2024-09-13T14:59:35.764 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000192931 2024-09-13T14:59:35.764 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.764 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.764 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:35.764 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.429085+0000", 2024-09-13T14:59:35.764 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.002298788 2024-09-13T14:59:35.764 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.764 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.765 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:59:35.765 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.430225+0000", 2024-09-13T14:59:35.765 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0011396240000000001 2024-09-13T14:59:35.765 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.765 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.765 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:59:35.765 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.434380+0000", 2024-09-13T14:59:35.765 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0041552129999999996 2024-09-13T14:59:35.765 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:35.765 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:59:35.765 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:35.765 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.765 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.765 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:180359 8.15 8:acefe876:::benchmark_data_smithi071_245775_object59061:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1271)", 2024-09-13T14:59:35.766 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:56:43.842042+0000", 2024-09-13T14:59:35.766 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 171.813158921, 2024-09-13T14:59:35.766 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.5574135650000001, 2024-09-13T14:59:35.766 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:59:35.767 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:59:35.767 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:59:35.767 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:59:35.767 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:59:35.767 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 180359 2024-09-13T14:59:35.767 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.767 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:59:35.767 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.767 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:59:35.767 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.842042+0000", 2024-09-13T14:59:35.768 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:35.768 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.768 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.768 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:59:35.768 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.842042+0000", 2024-09-13T14:59:35.768 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:35.768 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.768 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.768 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:59:35.768 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.842040+0000", 2024-09-13T14:59:35.768 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999981 2024-09-13T14:59:35.768 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.768 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.769 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:59:35.769 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.842048+0000", 2024-09-13T14:59:35.769 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.1539999999999996e-06 2024-09-13T14:59:35.769 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.769 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.769 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:59:35.769 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.842061+0000", 2024-09-13T14:59:35.769 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2985e-05 2024-09-13T14:59:35.769 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.769 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.769 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:59:35.769 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.842070+0000", 2024-09-13T14:59:35.769 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.9730000000000003e-06 2024-09-13T14:59:35.769 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.770 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.770 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.770 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.924348+0000", 2024-09-13T14:59:35.770 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.082278356999999996 2024-09-13T14:59:35.770 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.770 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.770 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:59:35.770 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.927804+0000", 2024-09-13T14:59:35.770 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.003455582 2024-09-13T14:59:35.770 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.770 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.770 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.770 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.950098+0000", 2024-09-13T14:59:35.771 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.022294748 2024-09-13T14:59:35.771 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.771 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.771 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:59:35.771 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.953696+0000", 2024-09-13T14:59:35.771 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0035981070000000001 2024-09-13T14:59:35.771 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.771 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.771 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.771 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.333443+0000", 2024-09-13T14:59:35.771 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.37974688200000001 2024-09-13T14:59:35.771 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.771 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.771 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:59:35.772 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.333454+0000", 2024-09-13T14:59:35.772 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0421000000000001e-05 2024-09-13T14:59:35.772 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.772 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.772 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.772 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:45.271238+0000", 2024-09-13T14:59:35.772 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.93778429399999996 2024-09-13T14:59:35.772 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.772 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.772 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:59:35.772 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:45.271248+0000", 2024-09-13T14:59:35.772 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0465999999999999e-05 2024-09-13T14:59:35.772 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.773 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.773 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.773 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.370496+0000", 2024-09-13T14:59:35.773 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.0992473289999998 2024-09-13T14:59:35.773 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.773 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.773 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:59:35.773 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.373055+0000", 2024-09-13T14:59:35.773 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0025589990000000002 2024-09-13T14:59:35.773 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.773 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.773 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1,5", 2024-09-13T14:59:35.773 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.376469+0000", 2024-09-13T14:59:35.774 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0034142479999999999 2024-09-13T14:59:35.774 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.774 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.774 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:35.774 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.390595+0000", 2024-09-13T14:59:35.774 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.014126026999999999 2024-09-13T14:59:35.774 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.774 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.774 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:35.774 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.391482+0000", 2024-09-13T14:59:35.774 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00088734999999999997 2024-09-13T14:59:35.774 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.774 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.774 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:59:35.775 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.391711+0000", 2024-09-13T14:59:35.775 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00022844200000000001 2024-09-13T14:59:35.775 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.775 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.775 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:35.775 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.393814+0000", 2024-09-13T14:59:35.775 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0021032759999999998 2024-09-13T14:59:35.775 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.775 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.775 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:59:35.775 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.394805+0000", 2024-09-13T14:59:35.775 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00099085800000000006 2024-09-13T14:59:35.775 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.775 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.776 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:59:35.776 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.399456+0000", 2024-09-13T14:59:35.776 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0046508870000000003 2024-09-13T14:59:35.776 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:35.776 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:59:35.776 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:35.776 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.776 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.776 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:180369 8.15 8:a97ee65e:::benchmark_data_smithi071_245775_object59071:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1271)", 2024-09-13T14:59:35.776 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:56:43.856591+0000", 2024-09-13T14:59:35.776 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 171.79861034699999, 2024-09-13T14:59:35.776 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.6472342260000001, 2024-09-13T14:59:35.776 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:59:35.776 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:59:35.777 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:59:35.777 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:59:35.777 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:59:35.777 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 180369 2024-09-13T14:59:35.777 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.777 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:59:35.777 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.777 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:59:35.777 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.856591+0000", 2024-09-13T14:59:35.777 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:35.777 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.777 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.777 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:59:35.777 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.856591+0000", 2024-09-13T14:59:35.778 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:35.778 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.778 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.778 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:59:35.778 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.856589+0000", 2024-09-13T14:59:35.778 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:59:35.778 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.778 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.778 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:59:35.778 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.856596+0000", 2024-09-13T14:59:35.778 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.0770000000000002e-06 2024-09-13T14:59:35.778 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.778 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.778 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:59:35.779 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.856611+0000", 2024-09-13T14:59:35.779 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.4883e-05 2024-09-13T14:59:35.779 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.779 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.779 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:59:35.779 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.856620+0000", 2024-09-13T14:59:35.779 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.8550000000000008e-06 2024-09-13T14:59:35.779 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.779 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.779 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.779 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.928152+0000", 2024-09-13T14:59:35.779 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.071531759 2024-09-13T14:59:35.779 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.780 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.780 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:59:35.780 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.931554+0000", 2024-09-13T14:59:35.780 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00340201 2024-09-13T14:59:35.780 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.780 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.780 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.780 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.967120+0000", 2024-09-13T14:59:35.780 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.035565632 2024-09-13T14:59:35.780 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.780 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.780 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:59:35.780 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.970975+0000", 2024-09-13T14:59:35.780 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0038550899999999998 2024-09-13T14:59:35.781 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.781 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.781 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.781 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.333685+0000", 2024-09-13T14:59:35.781 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.36271005699999997 2024-09-13T14:59:35.781 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.781 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.781 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:59:35.781 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.333695+0000", 2024-09-13T14:59:35.781 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0363000000000001e-05 2024-09-13T14:59:35.781 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.781 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.781 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.782 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:45.271395+0000", 2024-09-13T14:59:35.782 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.93770007700000002 2024-09-13T14:59:35.782 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.782 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.782 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:59:35.782 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:45.271400+0000", 2024-09-13T14:59:35.782 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.9609999999999996e-06 2024-09-13T14:59:35.782 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.782 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.782 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.782 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.476615+0000", 2024-09-13T14:59:35.782 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.2052153069999996 2024-09-13T14:59:35.782 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.783 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.783 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:59:35.783 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.479348+0000", 2024-09-13T14:59:35.783 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0027329820000000001 2024-09-13T14:59:35.783 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.783 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.783 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1,5", 2024-09-13T14:59:35.783 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.482806+0000", 2024-09-13T14:59:35.783 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0034576419999999999 2024-09-13T14:59:35.783 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.783 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.783 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:35.783 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.497158+0000", 2024-09-13T14:59:35.783 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.01435224 2024-09-13T14:59:35.784 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.784 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.784 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:59:35.784 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.497355+0000", 2024-09-13T14:59:35.784 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00019721800000000001 2024-09-13T14:59:35.784 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.784 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.784 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:35.784 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.497966+0000", 2024-09-13T14:59:35.784 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00061080300000000004 2024-09-13T14:59:35.784 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.784 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.784 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:35.785 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.498568+0000", 2024-09-13T14:59:35.785 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00060189800000000002 2024-09-13T14:59:35.785 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.785 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.785 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:59:35.785 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.499582+0000", 2024-09-13T14:59:35.785 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0010136310000000001 2024-09-13T14:59:35.785 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.785 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.785 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:59:35.785 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.503825+0000", 2024-09-13T14:59:35.785 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0042433419999999998 2024-09-13T14:59:35.785 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:35.785 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:59:35.786 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:35.786 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.786 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.786 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:180378 8.15 8:ada72425:::benchmark_data_smithi071_245775_object59080:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1271)", 2024-09-13T14:59:35.786 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:56:43.881297+0000", 2024-09-13T14:59:35.786 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 171.77390401, 2024-09-13T14:59:35.786 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.4809016389999998, 2024-09-13T14:59:35.786 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:59:35.786 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:59:35.786 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:59:35.786 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:59:35.786 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:59:35.786 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 180378 2024-09-13T14:59:35.787 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.787 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:59:35.787 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.787 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:59:35.787 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.881297+0000", 2024-09-13T14:59:35.787 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:35.787 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.787 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.787 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:59:35.787 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.881297+0000", 2024-09-13T14:59:35.787 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:35.787 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.787 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.787 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:59:35.788 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.881296+0000", 2024-09-13T14:59:35.788 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:59:35.788 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.788 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.788 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:59:35.788 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.881302+0000", 2024-09-13T14:59:35.788 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.8969999999999996e-06 2024-09-13T14:59:35.788 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.788 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.788 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:59:35.788 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.881313+0000", 2024-09-13T14:59:35.788 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1412e-05 2024-09-13T14:59:35.788 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.788 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.789 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:59:35.789 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.881319+0000", 2024-09-13T14:59:35.789 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.8239999999999996e-06 2024-09-13T14:59:35.789 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.789 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.789 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.789 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.933039+0000", 2024-09-13T14:59:35.789 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.051719397 2024-09-13T14:59:35.789 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.789 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.789 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:59:35.789 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.936837+0000", 2024-09-13T14:59:35.789 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0037984469999999999 2024-09-13T14:59:35.789 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.790 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.790 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.790 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.983859+0000", 2024-09-13T14:59:35.790 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.047021535000000003 2024-09-13T14:59:35.790 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.790 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.790 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:59:35.790 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:43.987522+0000", 2024-09-13T14:59:35.790 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0036631010000000002 2024-09-13T14:59:35.790 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.790 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.790 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.790 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.333358+0000", 2024-09-13T14:59:35.790 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.34583629599999999 2024-09-13T14:59:35.791 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.791 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.791 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:59:35.791 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.333369+0000", 2024-09-13T14:59:35.791 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1447999999999999e-05 2024-09-13T14:59:35.791 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.791 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.791 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.791 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:45.271170+0000", 2024-09-13T14:59:35.791 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.93780071600000003 2024-09-13T14:59:35.791 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.791 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.791 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:59:35.791 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:45.271180+0000", 2024-09-13T14:59:35.792 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.4250000000000004e-06 2024-09-13T14:59:35.792 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.792 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.792 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.792 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.328384+0000", 2024-09-13T14:59:35.792 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.0572041839999997 2024-09-13T14:59:35.792 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.792 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.792 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:59:35.792 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.331293+0000", 2024-09-13T14:59:35.792 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0029097699999999999 2024-09-13T14:59:35.792 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.792 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.793 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1,5", 2024-09-13T14:59:35.793 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.334525+0000", 2024-09-13T14:59:35.793 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0032313620000000002 2024-09-13T14:59:35.793 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.793 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.793 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:59:35.793 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.348470+0000", 2024-09-13T14:59:35.793 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.013945101 2024-09-13T14:59:35.793 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.793 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.793 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:35.793 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.354846+0000", 2024-09-13T14:59:35.793 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0063762159999999997 2024-09-13T14:59:35.793 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.794 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.794 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:35.794 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.355953+0000", 2024-09-13T14:59:35.794 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0011064169999999999 2024-09-13T14:59:35.794 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.794 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.794 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:35.794 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.356614+0000", 2024-09-13T14:59:35.794 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00066163400000000003 2024-09-13T14:59:35.794 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.794 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.794 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:59:35.794 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.357670+0000", 2024-09-13T14:59:35.795 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0010556680000000001 2024-09-13T14:59:35.795 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.795 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.795 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:59:35.795 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.362199+0000", 2024-09-13T14:59:35.795 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0045289980000000002 2024-09-13T14:59:35.795 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:35.795 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:59:35.795 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:35.795 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.795 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.795 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:180417 8.15 8:acdba29d:::benchmark_data_smithi071_245775_object59119:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1271)", 2024-09-13T14:59:35.795 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:56:44.031488+0000", 2024-09-13T14:59:35.795 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 171.62371373100001, 2024-09-13T14:59:35.796 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.3744901370000004, 2024-09-13T14:59:35.796 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:59:35.796 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:59:35.796 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:59:35.796 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:59:35.796 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:59:35.796 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 180417 2024-09-13T14:59:35.796 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.796 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:59:35.796 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.796 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:59:35.796 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.031488+0000", 2024-09-13T14:59:35.796 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:35.796 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.797 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.797 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:59:35.797 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.031488+0000", 2024-09-13T14:59:35.797 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:35.797 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.797 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.797 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:59:35.797 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.031486+0000", 2024-09-13T14:59:35.797 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:59:35.797 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.797 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.797 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:59:35.797 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.031493+0000", 2024-09-13T14:59:35.798 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.9140000000000002e-06 2024-09-13T14:59:35.798 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.798 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.798 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:59:35.798 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.031507+0000", 2024-09-13T14:59:35.798 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.4317e-05 2024-09-13T14:59:35.798 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.798 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.798 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:59:35.798 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.031516+0000", 2024-09-13T14:59:35.798 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.0599999999999997e-06 2024-09-13T14:59:35.798 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.798 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.798 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.799 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.112151+0000", 2024-09-13T14:59:35.799 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.080634937000000004 2024-09-13T14:59:35.799 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.799 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.799 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:59:35.799 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.115551+0000", 2024-09-13T14:59:35.799 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0033999849999999999 2024-09-13T14:59:35.799 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.799 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.799 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.799 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.134892+0000", 2024-09-13T14:59:35.799 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.019340534999999999 2024-09-13T14:59:35.799 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.799 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.800 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:59:35.800 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.138319+0000", 2024-09-13T14:59:35.800 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0034268469999999998 2024-09-13T14:59:35.800 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.800 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.800 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.800 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.333482+0000", 2024-09-13T14:59:35.800 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.19516360899999999 2024-09-13T14:59:35.800 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.800 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.800 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:59:35.800 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.333487+0000", 2024-09-13T14:59:35.800 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.045e-06 2024-09-13T14:59:35.801 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.801 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.801 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.801 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:45.271273+0000", 2024-09-13T14:59:35.801 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.93778603699999996 2024-09-13T14:59:35.801 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.801 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.801 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:59:35.801 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:45.271282+0000", 2024-09-13T14:59:35.801 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.6780000000000006e-06 2024-09-13T14:59:35.801 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.801 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.801 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.801 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.380243+0000", 2024-09-13T14:59:35.802 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.1089610309999998 2024-09-13T14:59:35.802 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.802 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.802 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:59:35.802 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.382742+0000", 2024-09-13T14:59:35.802 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.002498793 2024-09-13T14:59:35.802 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.802 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.802 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1,5", 2024-09-13T14:59:35.802 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.386264+0000", 2024-09-13T14:59:35.802 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.003522355 2024-09-13T14:59:35.802 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.802 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.802 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:35.803 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.392345+0000", 2024-09-13T14:59:35.803 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0060811750000000003 2024-09-13T14:59:35.803 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.803 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.803 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:35.803 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.392959+0000", 2024-09-13T14:59:35.803 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00061399299999999996 2024-09-13T14:59:35.803 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.803 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.803 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:59:35.803 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.393153+0000", 2024-09-13T14:59:35.803 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000193847 2024-09-13T14:59:35.803 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.803 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.804 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:35.804 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.400246+0000", 2024-09-13T14:59:35.804 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0070927630000000002 2024-09-13T14:59:35.804 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.804 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.804 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:59:35.804 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.401476+0000", 2024-09-13T14:59:35.804 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001230454 2024-09-13T14:59:35.804 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.804 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.804 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:59:35.804 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.405978+0000", 2024-09-13T14:59:35.804 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0045012860000000002 2024-09-13T14:59:35.804 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:35.805 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:59:35.805 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:35.805 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.805 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.805 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:180423 8.15 8:afcdd89e:::benchmark_data_smithi071_245775_object59125:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1271)", 2024-09-13T14:59:35.805 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:56:44.096239+0000", 2024-09-13T14:59:35.805 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 171.558962487, 2024-09-13T14:59:35.805 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.223335133, 2024-09-13T14:59:35.805 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:59:35.805 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:59:35.805 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:59:35.805 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:59:35.805 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:59:35.805 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 180423 2024-09-13T14:59:35.806 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.806 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:59:35.806 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.806 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:59:35.806 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.096239+0000", 2024-09-13T14:59:35.806 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:35.806 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.806 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.806 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:59:35.806 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.096239+0000", 2024-09-13T14:59:35.806 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:35.806 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.806 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.806 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:59:35.807 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.096238+0000", 2024-09-13T14:59:35.807 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:59:35.807 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.807 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.807 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:59:35.807 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.096245+0000", 2024-09-13T14:59:35.807 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.8639999999999996e-06 2024-09-13T14:59:35.807 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.807 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.807 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:59:35.807 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.096257+0000", 2024-09-13T14:59:35.807 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1976e-05 2024-09-13T14:59:35.807 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.807 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.808 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:59:35.808 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.096266+0000", 2024-09-13T14:59:35.808 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.3520000000000007e-06 2024-09-13T14:59:35.808 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.808 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.808 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.808 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.115898+0000", 2024-09-13T14:59:35.808 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.019632186999999999 2024-09-13T14:59:35.808 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.808 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.808 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:59:35.808 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.119486+0000", 2024-09-13T14:59:35.808 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0035881839999999999 2024-09-13T14:59:35.809 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.809 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.809 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.809 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.152664+0000", 2024-09-13T14:59:35.809 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.033177722999999999 2024-09-13T14:59:35.809 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.809 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.809 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:59:35.809 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.156037+0000", 2024-09-13T14:59:35.809 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0033728510000000001 2024-09-13T14:59:35.809 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.809 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.809 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.809 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.333264+0000", 2024-09-13T14:59:35.812 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.17722686100000001 2024-09-13T14:59:35.812 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.812 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.812 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:59:35.812 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.333274+0000", 2024-09-13T14:59:35.812 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0721e-05 2024-09-13T14:59:35.812 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.813 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.813 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.813 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:45.271116+0000", 2024-09-13T14:59:35.813 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.93784129299999996 2024-09-13T14:59:35.813 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.813 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.813 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:59:35.813 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:45.271121+0000", 2024-09-13T14:59:35.813 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.0340000000000004e-06 2024-09-13T14:59:35.813 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.813 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.813 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.813 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.291644+0000", 2024-09-13T14:59:35.814 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.0205230140000001 2024-09-13T14:59:35.814 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.814 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.814 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:59:35.814 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.294042+0000", 2024-09-13T14:59:35.814 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0023982489999999999 2024-09-13T14:59:35.814 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.814 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.814 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1,5", 2024-09-13T14:59:35.814 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.297263+0000", 2024-09-13T14:59:35.814 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0032214779999999998 2024-09-13T14:59:35.814 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.814 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.814 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:35.815 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.312207+0000", 2024-09-13T14:59:35.815 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.014943252000000001 2024-09-13T14:59:35.815 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.815 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.815 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:35.815 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.312845+0000", 2024-09-13T14:59:35.815 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00063801899999999998 2024-09-13T14:59:35.815 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.815 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.815 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:59:35.815 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.313043+0000", 2024-09-13T14:59:35.815 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00019887799999999999 2024-09-13T14:59:35.815 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.816 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.816 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:35.816 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.313865+0000", 2024-09-13T14:59:35.816 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00082114000000000004 2024-09-13T14:59:35.816 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.816 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.816 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:59:35.816 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.314864+0000", 2024-09-13T14:59:35.816 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00099901299999999998 2024-09-13T14:59:35.816 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.816 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.816 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:59:35.816 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.319574+0000", 2024-09-13T14:59:35.816 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0047102660000000003 2024-09-13T14:59:35.817 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:35.817 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:59:35.817 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:35.817 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.817 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.817 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:180512 8.15 8:ab860be0:::benchmark_data_smithi071_245775_object59214:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1271)", 2024-09-13T14:59:35.817 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:56:44.250054+0000", 2024-09-13T14:59:35.817 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 171.40514691600001, 2024-09-13T14:59:35.817 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.3630074800000003, 2024-09-13T14:59:35.818 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:59:35.818 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:59:35.818 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:59:35.818 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:59:35.818 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:59:35.818 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 180512 2024-09-13T14:59:35.818 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.818 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:59:35.818 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.818 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:59:35.818 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.250054+0000", 2024-09-13T14:59:35.818 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:35.819 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.819 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.819 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:59:35.819 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.250054+0000", 2024-09-13T14:59:35.819 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:35.819 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.819 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.819 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:59:35.819 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.250053+0000", 2024-09-13T14:59:35.819 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:59:35.819 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.819 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.819 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:59:35.820 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.250059+0000", 2024-09-13T14:59:35.820 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.0900000000000001e-06 2024-09-13T14:59:35.820 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.820 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.820 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:59:35.820 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.250072+0000", 2024-09-13T14:59:35.820 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2648e-05 2024-09-13T14:59:35.820 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.820 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.820 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:59:35.820 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.250078+0000", 2024-09-13T14:59:35.820 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.071e-06 2024-09-13T14:59:35.820 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.820 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.821 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.821 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.262473+0000", 2024-09-13T14:59:35.821 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.012395267999999999 2024-09-13T14:59:35.821 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.821 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.821 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:59:35.821 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.266480+0000", 2024-09-13T14:59:35.821 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.004006969 2024-09-13T14:59:35.821 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.821 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.821 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.821 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.333214+0000", 2024-09-13T14:59:35.821 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.066734090999999995 2024-09-13T14:59:35.822 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.822 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.822 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:59:35.822 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.333227+0000", 2024-09-13T14:59:35.822 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2824e-05 2024-09-13T14:59:35.822 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.822 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.822 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.822 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:45.271089+0000", 2024-09-13T14:59:35.822 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.93786223000000002 2024-09-13T14:59:35.822 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.822 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.822 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:59:35.823 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:45.271099+0000", 2024-09-13T14:59:35.823 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0222e-05 2024-09-13T14:59:35.823 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.823 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.823 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.823 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.266821+0000", 2024-09-13T14:59:35.823 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.9957213060000001 2024-09-13T14:59:35.823 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.823 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.823 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:59:35.823 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.269271+0000", 2024-09-13T14:59:35.823 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0024503770000000001 2024-09-13T14:59:35.823 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.823 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.824 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.824 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.289248+0000", 2024-09-13T14:59:35.824 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.019976588 2024-09-13T14:59:35.824 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.824 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.824 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:59:35.824 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.291397+0000", 2024-09-13T14:59:35.824 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0021489690000000001 2024-09-13T14:59:35.824 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.824 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.824 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.824 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.562472+0000", 2024-09-13T14:59:35.824 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.271074855 2024-09-13T14:59:35.825 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.825 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.825 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:59:35.825 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.564263+0000", 2024-09-13T14:59:35.825 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0017917320000000001 2024-09-13T14:59:35.825 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.825 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.825 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1,5", 2024-09-13T14:59:35.825 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.567762+0000", 2024-09-13T14:59:35.825 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:59:35.827 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0034985440000000001 2024-09-13T14:59:35.827 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.827 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.827 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:59:35.827 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.591875+0000", 2024-09-13T14:59:35.827 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.024112819000000001 2024-09-13T14:59:35.827 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.827 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.827 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:35.827 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.605531+0000", 2024-09-13T14:59:35.827 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.013656112 2024-09-13T14:59:35.827 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.827 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.828 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:35.828 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.606204+0000", 2024-09-13T14:59:35.828 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00067364900000000001 2024-09-13T14:59:35.828 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.828 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.828 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:35.828 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.607516+0000", 2024-09-13T14:59:35.828 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0013114649999999999 2024-09-13T14:59:35.828 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.828 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.828 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:59:35.828 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.608507+0000", 2024-09-13T14:59:35.828 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00099122500000000009 2024-09-13T14:59:35.829 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.829 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.829 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:59:35.829 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.613062+0000", 2024-09-13T14:59:35.829 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0045547189999999996 2024-09-13T14:59:35.829 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:35.829 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:59:35.829 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:35.829 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.829 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.829 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:180517 8.15 8:adcbf6f7:::benchmark_data_smithi071_245775_object59219:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1271)", 2024-09-13T14:59:35.829 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:56:44.260990+0000", 2024-09-13T14:59:35.829 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 171.394210867, 2024-09-13T14:59:35.830 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.2877057760000001, 2024-09-13T14:59:35.830 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T14:59:35.830 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T14:59:35.830 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T14:59:35.830 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T14:59:35.830 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T14:59:35.830 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 180517 2024-09-13T14:59:35.830 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.830 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T14:59:35.830 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.830 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T14:59:35.830 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.260990+0000", 2024-09-13T14:59:35.830 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:35.831 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.831 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.831 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T14:59:35.831 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.260990+0000", 2024-09-13T14:59:35.831 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T14:59:35.831 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.831 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.831 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T14:59:35.831 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.260989+0000", 2024-09-13T14:59:35.831 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T14:59:35.831 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.831 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.831 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T14:59:35.831 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.260999+0000", 2024-09-13T14:59:35.832 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.7650000000000005e-06 2024-09-13T14:59:35.832 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.832 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.832 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T14:59:35.832 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.261009+0000", 2024-09-13T14:59:35.832 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0539e-05 2024-09-13T14:59:35.832 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.832 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.832 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T14:59:35.832 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.261015+0000", 2024-09-13T14:59:35.832 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.7790000000000001e-06 2024-09-13T14:59:35.832 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.832 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.833 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.833 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.268187+0000", 2024-09-13T14:59:35.833 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0071719069999999999 2024-09-13T14:59:35.833 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.833 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.833 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:59:35.833 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.272671+0000", 2024-09-13T14:59:35.833 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0044845459999999998 2024-09-13T14:59:35.833 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.833 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.833 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.833 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.333157+0000", 2024-09-13T14:59:35.833 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.060485705000000001 2024-09-13T14:59:35.834 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.834 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.834 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:59:35.834 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:44.333169+0000", 2024-09-13T14:59:35.834 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1561e-05 2024-09-13T14:59:35.834 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.834 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.834 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.834 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:45.271046+0000", 2024-09-13T14:59:35.834 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.93787741800000002 2024-09-13T14:59:35.834 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.834 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.834 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T14:59:35.834 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:45.271056+0000", 2024-09-13T14:59:35.835 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.4679999999999998e-06 2024-09-13T14:59:35.835 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.835 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.835 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.835 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.264384+0000", 2024-09-13T14:59:35.835 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.993328778 2024-09-13T14:59:35.835 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.835 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.835 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T14:59:35.835 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.266596+0000", 2024-09-13T14:59:35.835 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0022118799999999998 2024-09-13T14:59:35.835 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.835 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.836 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.836 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.278300+0000", 2024-09-13T14:59:35.836 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.011704071999999999 2024-09-13T14:59:35.836 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.836 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.836 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for rw locks", 2024-09-13T14:59:35.836 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.280421+0000", 2024-09-13T14:59:35.836 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0021208360000000001 2024-09-13T14:59:35.836 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.836 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.836 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T14:59:35.836 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.520223+0000", 2024-09-13T14:59:35.836 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.23980157099999999 2024-09-13T14:59:35.837 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.837 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.837 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T14:59:35.837 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.522256+0000", 2024-09-13T14:59:35.837 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.002033328 2024-09-13T14:59:35.837 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.837 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.837 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1,5", 2024-09-13T14:59:35.837 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.525578+0000", 2024-09-13T14:59:35.837 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0033220580000000001 2024-09-13T14:59:35.837 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.837 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.837 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:35.838 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.541028+0000", 2024-09-13T14:59:35.838 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.015450283 2024-09-13T14:59:35.838 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.838 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.838 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T14:59:35.838 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.541224+0000", 2024-09-13T14:59:35.838 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00019554699999999999 2024-09-13T14:59:35.838 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.838 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.838 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:35.838 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.542335+0000", 2024-09-13T14:59:35.838 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0011111039999999999 2024-09-13T14:59:35.838 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.839 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.839 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T14:59:35.839 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.543023+0000", 2024-09-13T14:59:35.839 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00068838000000000005 2024-09-13T14:59:35.839 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.839 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.839 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T14:59:35.839 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.544118+0000", 2024-09-13T14:59:35.839 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001094439 2024-09-13T14:59:35.839 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T14:59:35.839 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T14:59:35.839 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T14:59:35.839 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:56:49.548696+0000", 2024-09-13T14:59:35.839 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.004578225 2024-09-13T14:59:35.840 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:35.840 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:59:35.840 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:35.840 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T14:59:35.840 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T14:59:35.840 INFO:teuthology.orchestra.run.smithi104.stdout:} 2024-09-13T14:59:35.856 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:35.856 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:35.857 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:59:35.958 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:59:35.996 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:35.997 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:35.998 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:59:36.099 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:59:36.140 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:36.140 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:36.141 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:59:36.242 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:59:36.270 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:36.270 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:36.271 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:59:36.371 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:59:36.410 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:36.410 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:36.411 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:59:36.512 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:59:36.516 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 33 16 53600 53584 101.475 70.1875 0.0149707 0.00984943 2024-09-13T14:59:36.543 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:36.544 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:36.544 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:59:36.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:36 smithi071 ceph-mon[107477]: pgmap v1973: 109 pgs: 1 active+recovering+remapped, 2 active+recovery_wait+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 98 active+clean; 2.9 GiB data, 12 GiB used, 435 GiB / 447 GiB avail; 48 MiB/s wr, 770 op/s; 13745/143589 objects degraded (9.572%); 3701/143589 objects misplaced (2.577%); 3.9 MiB/s, 63 objects/s recovering 2024-09-13T14:59:36.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:36 smithi071 ceph-mon[112785]: pgmap v1973: 109 pgs: 1 active+recovering+remapped, 2 active+recovery_wait+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 98 active+clean; 2.9 GiB data, 12 GiB used, 435 GiB / 447 GiB avail; 48 MiB/s wr, 770 op/s; 13745/143589 objects degraded (9.572%); 3701/143589 objects misplaced (2.577%); 3.9 MiB/s, 63 objects/s recovering 2024-09-13T14:59:36.645 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:59:36.682 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:36.682 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:36.682 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:59:36.783 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:59:36.813 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:36.814 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:36.814 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:59:36.915 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:59:36.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:36 smithi104 ceph-mon[105578]: pgmap v1973: 109 pgs: 1 active+recovering+remapped, 2 active+recovery_wait+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 98 active+clean; 2.9 GiB data, 12 GiB used, 435 GiB / 447 GiB avail; 48 MiB/s wr, 770 op/s; 13745/143589 objects degraded (9.572%); 3701/143589 objects misplaced (2.577%); 3.9 MiB/s, 63 objects/s recovering 2024-09-13T14:59:36.945 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:36.946 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:36.946 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:59:37.047 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:59:37.078 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:37.079 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:37.079 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:59:37.180 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:59:37.218 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:37.218 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:37.219 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:59:37.320 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:59:37.356 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:37.357 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:37.357 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:59:37.458 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:59:37.479 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:37.480 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:37.480 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:59:37.516 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 34 16 54660 54644 100.439 66.25 0.00921528 0.00992999 2024-09-13T14:59:37.581 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:59:37.619 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:37.619 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:37.620 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:59:37.720 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:59:37.751 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:37.752 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:37.752 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:59:37.853 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:59:37.876 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:37 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1226890274' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:59:37.876 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:37 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:59:37.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:37 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1226890274' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:59:37.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:37 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:59:37.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:37 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1226890274' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:59:37.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:37 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T14:59:37.898 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:37.899 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:37.899 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:59:37.920 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.0 dump_ops_in_flight 2024-09-13T14:59:37.921 INFO:teuthology.orchestra.run.smithi071.stderr:nodeep-scrub is unset 2024-09-13T14:59:37.999 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:59:38.031 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:38.032 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:38.032 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:59:38.133 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:59:38.175 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:38.175 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:38.175 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:59:38.276 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:59:38.315 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:38.315 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:38.316 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:59:38.417 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:59:38.442 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:38.443 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:38.443 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:59:38.516 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 35 16 55795 55779 99.596 70.9375 0.00620341 0.0100351 2024-09-13T14:59:38.544 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:59:38.574 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:38.575 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:38.575 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:59:38.677 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:59:38.720 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:38.720 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:38.720 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:59:38.821 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:59:38.852 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:38.852 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:38.853 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:59:38.853 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:38 smithi071 ceph-mon[107477]: pgmap v1974: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 3.2 GiB data, 13 GiB used, 434 GiB / 447 GiB avail; 85 MiB/s wr, 1.36k op/s; 13745/157737 objects degraded (8.714%); 3211/157737 objects misplaced (2.036%); 7.8 MiB/s, 124 objects/s recovering 2024-09-13T14:59:38.853 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:38 smithi071 ceph-mon[107477]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T14:59:38.853 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:38 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T14:59:38.853 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:38 smithi071 ceph-mon[107477]: osdmap e1327: 8 total, 8 up, 5 in 2024-09-13T14:59:38.853 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:38 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 13745/157737 objects degraded (8.714%), 8 pgs degraded (PG_DEGRADED) 2024-09-13T14:59:38.853 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:38 smithi071 ceph-mon[112785]: pgmap v1974: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 3.2 GiB data, 13 GiB used, 434 GiB / 447 GiB avail; 85 MiB/s wr, 1.36k op/s; 13745/157737 objects degraded (8.714%); 3211/157737 objects misplaced (2.036%); 7.8 MiB/s, 124 objects/s recovering 2024-09-13T14:59:38.854 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:38 smithi071 ceph-mon[112785]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T14:59:38.854 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:38 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T14:59:38.854 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:38 smithi071 ceph-mon[112785]: osdmap e1327: 8 total, 8 up, 5 in 2024-09-13T14:59:38.854 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:38 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 13745/157737 objects degraded (8.714%), 8 pgs degraded (PG_DEGRADED) 2024-09-13T14:59:38.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:38 smithi104 ceph-mon[105578]: pgmap v1974: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 3.2 GiB data, 13 GiB used, 434 GiB / 447 GiB avail; 85 MiB/s wr, 1.36k op/s; 13745/157737 objects degraded (8.714%); 3211/157737 objects misplaced (2.036%); 7.8 MiB/s, 124 objects/s recovering 2024-09-13T14:59:38.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:38 smithi104 ceph-mon[105578]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T14:59:38.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:38 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T14:59:38.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:38 smithi104 ceph-mon[105578]: osdmap e1327: 8 total, 8 up, 5 in 2024-09-13T14:59:38.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:38 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 13745/157737 objects degraded (8.714%), 8 pgs degraded (PG_DEGRADED) 2024-09-13T14:59:38.954 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:59:38.986 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:38.986 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:38.987 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:59:39.087 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:59:39.130 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:39.131 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:39.132 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:59:39.232 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:59:39.266 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:39.266 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:39.266 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:59:39.285 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:59:39.286 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:59:39.308 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:59:39.309 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:59:39.336 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:59:39.336 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:59:39.365 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:59:39.365 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:59:39.368 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:59:39.398 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:59:39.398 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:59:39.401 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:39.402 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:39.402 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:59:39.427 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:59:39.427 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:59:39.457 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T14:59:39.457 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T14:59:39.488 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:59:39.488 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:59:39.504 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:59:39.516 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 36 16 56983 56967 98.8918 74.25 0.0138884 0.0101065 2024-09-13T14:59:39.539 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:39.540 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:39.540 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:59:39.641 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:59:39.682 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:39.683 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:39.683 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:59:39.768 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:39 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3389080489' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:59:39.768 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:39 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3389080489' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:59:39.784 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:59:39.820 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:39.821 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:39.821 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:59:39.922 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:59:39.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:39 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3389080489' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:59:39.959 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:39.960 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:39.960 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:59:40.039 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:59:40.061 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:59:40.104 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:40.105 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:40.105 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:59:40.206 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:59:40.252 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:40.253 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:40.253 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:59:40.354 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:59:40.383 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:40.383 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:40.384 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:59:40.485 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:59:40.516 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 37 16 58135 58119 98.1648 72 0.0104797 0.0101803 2024-09-13T14:59:40.518 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:40.519 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:40.519 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:59:40.620 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:59:40.649 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:40 smithi071 ceph-mon[107477]: pgmap v1976: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 3.2 GiB data, 13 GiB used, 434 GiB / 447 GiB avail; 49 MiB/s wr, 785 op/s; 13745/157737 objects degraded (8.714%); 3211/157737 objects misplaced (2.036%); 5.1 MiB/s, 81 objects/s recovering 2024-09-13T14:59:40.650 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:40 smithi071 ceph-mon[112785]: pgmap v1976: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 3.2 GiB data, 13 GiB used, 434 GiB / 447 GiB avail; 49 MiB/s wr, 785 op/s; 13745/157737 objects degraded (8.714%); 3211/157737 objects misplaced (2.036%); 5.1 MiB/s, 81 objects/s recovering 2024-09-13T14:59:40.659 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:40.660 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:40.660 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:59:40.669 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd set noscrub 2024-09-13T14:59:40.761 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:59:40.793 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:40.794 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:40.794 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:59:40.895 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:59:40.924 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:40 smithi104 ceph-mon[105578]: pgmap v1976: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 3.2 GiB data, 13 GiB used, 434 GiB / 447 GiB avail; 49 MiB/s wr, 785 op/s; 13745/157737 objects degraded (8.714%); 3211/157737 objects misplaced (2.036%); 5.1 MiB/s, 81 objects/s recovering 2024-09-13T14:59:40.939 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:40.940 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:40.940 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:59:41.041 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:59:41.062 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:41.063 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:41.063 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:59:41.164 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:59:41.203 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:41.204 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:41.204 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:59:41.305 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:59:41.336 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:41.337 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:41.337 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:59:41.438 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:59:41.478 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:41.479 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:41.479 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:59:41.516 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 38 16 59183 59167 97.3051 65.5 0.0162397 0.0102711 2024-09-13T14:59:41.580 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:59:41.627 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:41.627 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:41.628 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:59:41.728 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:59:41.749 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:41.750 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:41.750 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:59:41.851 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:59:41.879 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:41.880 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:41.880 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:59:41.981 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:59:42.010 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:42.011 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:42.011 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:59:42.112 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:59:42.141 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:42.142 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:42.142 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:59:42.243 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:59:42.283 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:42.283 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:42.283 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:59:42.384 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:59:42.415 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:42.415 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:42.416 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:59:42.516 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:59:42.517 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 39 16 60208 60192 96.4526 64.0625 0.0133857 0.0103626 2024-09-13T14:59:42.549 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:42.550 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:42.550 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:59:42.651 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:59:42.693 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:42.694 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:42.694 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:59:42.795 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:59:42.830 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:42.830 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:42.831 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:59:42.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:42 smithi071 ceph-mon[107477]: pgmap v1977: 109 pgs: 1 active+recovering+remapped, 1 active+recovery_wait+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 3.4 GiB data, 14 GiB used, 433 GiB / 447 GiB avail; 67 MiB/s wr, 1.08k op/s; 13745/168165 objects degraded (8.174%); 2966/168165 objects misplaced (1.764%); 6.1 MiB/s, 96 objects/s recovering 2024-09-13T14:59:42.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:42 smithi071 ceph-mon[112785]: pgmap v1977: 109 pgs: 1 active+recovering+remapped, 1 active+recovery_wait+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 3.4 GiB data, 14 GiB used, 433 GiB / 447 GiB avail; 67 MiB/s wr, 1.08k op/s; 13745/168165 objects degraded (8.174%); 2966/168165 objects misplaced (1.764%); 6.1 MiB/s, 96 objects/s recovering 2024-09-13T14:59:42.891 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:59:42 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:59:42] "GET /metrics HTTP/1.1" 200 36656 "" "Prometheus/2.51.0" 2024-09-13T14:59:42.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:42 smithi104 ceph-mon[105578]: pgmap v1977: 109 pgs: 1 active+recovering+remapped, 1 active+recovery_wait+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 3.4 GiB data, 14 GiB used, 433 GiB / 447 GiB avail; 67 MiB/s wr, 1.08k op/s; 13745/168165 objects degraded (8.174%); 2966/168165 objects misplaced (1.764%); 6.1 MiB/s, 96 objects/s recovering 2024-09-13T14:59:42.931 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:59:42.975 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:42.975 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:42.976 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:59:43.077 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:59:43.117 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:43.117 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:43.118 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:59:43.218 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:59:43.245 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:43.246 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:43.246 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:59:43.347 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:59:43.377 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:43.377 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:43.378 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:59:43.478 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:59:43.516 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:2024-09-13T14:59:43.516315+0000 min lat: 0.00127376 max lat: 1.63842 avg lat: 0.0104464 2024-09-13T14:59:43.517 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2024-09-13T14:59:43.517 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 40 16 61253 61237 95.674 65.3125 0.0190307 0.0104464 2024-09-13T14:59:43.521 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:43.521 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:43.522 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:59:43.622 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:59:43.644 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:43.644 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:43.645 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:59:43.746 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:59:43.772 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:43.773 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:43.773 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:59:43.874 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:59:43.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:43 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 13745/168165 objects degraded (8.174%), 8 pgs degraded (PG_DEGRADED) 2024-09-13T14:59:43.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:43 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 13745/168165 objects degraded (8.174%), 8 pgs degraded (PG_DEGRADED) 2024-09-13T14:59:43.901 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:43.902 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:43.902 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:59:43.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:43 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 13745/168165 objects degraded (8.174%), 8 pgs degraded (PG_DEGRADED) 2024-09-13T14:59:44.003 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:59:44.029 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:44.029 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:44.030 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:59:44.131 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:59:44.170 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:44.171 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:44.171 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:59:44.272 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:59:44.307 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:44.308 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:44.308 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:59:44.409 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:59:44.447 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:44.448 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:44.448 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:59:44.517 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 41 16 62335 62319 94.9897 67.625 0.0253862 0.0105209 2024-09-13T14:59:44.549 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:59:44.589 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:44.589 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:44.590 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:59:44.690 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:59:44.723 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:44.724 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:44.724 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:59:44.825 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:59:44.865 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:44.866 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:44.866 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:59:44.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:44 smithi071 ceph-mon[107477]: pgmap v1978: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 3.6 GiB data, 14 GiB used, 433 GiB / 447 GiB avail; 75 MiB/s wr, 1.21k op/s; 13745/174642 objects degraded (7.870%); 2966/174642 objects misplaced (1.698%); 5.3 MiB/s, 85 objects/s recovering 2024-09-13T14:59:44.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:44 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:59:44.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:44 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:59:44.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:44 smithi071 ceph-mon[112785]: pgmap v1978: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 3.6 GiB data, 14 GiB used, 433 GiB / 447 GiB avail; 75 MiB/s wr, 1.21k op/s; 13745/174642 objects degraded (7.870%); 2966/174642 objects misplaced (1.698%); 5.3 MiB/s, 85 objects/s recovering 2024-09-13T14:59:44.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:44 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:59:44.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:44 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:59:44.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:44 smithi104 ceph-mon[105578]: pgmap v1978: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 3.6 GiB data, 14 GiB used, 433 GiB / 447 GiB avail; 75 MiB/s wr, 1.21k op/s; 13745/174642 objects degraded (7.870%); 2966/174642 objects misplaced (1.698%); 5.3 MiB/s, 85 objects/s recovering 2024-09-13T14:59:44.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:44 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T14:59:44.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:44 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T14:59:44.967 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:59:44.995 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:44.996 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:44.996 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:59:45.097 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:59:45.124 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:45.125 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:45.125 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:59:45.226 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:59:45.247 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:45.248 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:45.248 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:59:45.349 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:59:45.377 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:45.377 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:45.378 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:59:45.479 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:59:45.517 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 42 16 63384 63368 94.2889 65.5625 0.0146891 0.0105994 2024-09-13T14:59:45.518 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:45.519 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:45.519 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:59:45.620 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:59:45.655 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:45.656 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:45.656 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:59:45.757 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:59:45.786 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:45.787 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:45.788 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:59:45.888 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:59:45.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:45 smithi071 ceph-mon[107477]: pgmap v1979: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 3.6 GiB data, 14 GiB used, 433 GiB / 447 GiB avail; 65 MiB/s wr, 1.03k op/s; 13745/174642 objects degraded (7.870%); 2966/174642 objects misplaced (1.698%); 4.6 MiB/s, 73 objects/s recovering 2024-09-13T14:59:45.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:45 smithi071 ceph-mon[112785]: pgmap v1979: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 3.6 GiB data, 14 GiB used, 433 GiB / 447 GiB avail; 65 MiB/s wr, 1.03k op/s; 13745/174642 objects degraded (7.870%); 2966/174642 objects misplaced (1.698%); 4.6 MiB/s, 73 objects/s recovering 2024-09-13T14:59:45.915 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:45.915 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:45.916 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:59:45.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:45 smithi104 ceph-mon[105578]: pgmap v1979: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 3.6 GiB data, 14 GiB used, 433 GiB / 447 GiB avail; 65 MiB/s wr, 1.03k op/s; 13745/174642 objects degraded (7.870%); 2966/174642 objects misplaced (1.698%); 4.6 MiB/s, 73 objects/s recovering 2024-09-13T14:59:46.016 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:59:46.060 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:46.061 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:46.061 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:59:46.162 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:59:46.189 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:46.189 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:46.190 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:59:46.291 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:59:46.331 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:46.332 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:46.332 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:59:46.433 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:59:46.477 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:46.477 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:46.477 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:59:46.517 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 43 16 64445 64429 93.6382 66.3125 0.0250088 0.0106749 2024-09-13T14:59:46.578 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:59:46.604 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:46.604 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:46.605 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:59:46.705 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:59:46.731 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:46.731 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:46.732 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:59:46.814 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph tell osd.4 reset_purged_snaps_last 2024-09-13T14:59:46.832 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:59:46.884 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:46.884 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:46.885 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:59:46.986 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:59:47.025 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:47.026 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:47.026 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:59:47.097 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:59:47.126 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:59:47.149 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:47.149 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:47.150 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:59:47.250 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:59:47.279 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:47.279 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:47.280 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:59:47.380 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:59:47.414 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:47.415 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:47.415 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:59:47.516 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:59:47.517 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 44 16 65338 65322 92.7784 55.8125 0.0142135 0.0107717 2024-09-13T14:59:47.526 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=true 2024-09-13T14:59:47.553 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:47.554 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:47.554 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:59:47.655 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:59:47.690 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:47.691 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:47.691 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:59:47.792 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:59:47.821 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:47.822 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:47.822 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:59:47.923 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:59:47.963 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:47.964 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:47.964 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:59:48.065 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:59:48.104 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:48.105 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:48.105 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:59:48.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:47 smithi071 ceph-mon[107477]: pgmap v1980: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 3.9 GiB data, 15 GiB used, 432 GiB / 447 GiB avail; 68 MiB/s wr, 1.09k op/s; 13745/190431 objects degraded (7.218%); 2662/190431 objects misplaced (1.398%); 3.4 MiB/s, 54 objects/s recovering 2024-09-13T14:59:48.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:47 smithi071 ceph-mon[112785]: pgmap v1980: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 3.9 GiB data, 15 GiB used, 432 GiB / 447 GiB avail; 68 MiB/s wr, 1.09k op/s; 13745/190431 objects degraded (7.218%); 2662/190431 objects misplaced (1.398%); 3.4 MiB/s, 54 objects/s recovering 2024-09-13T14:59:48.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:47 smithi104 ceph-mon[105578]: pgmap v1980: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 3.9 GiB data, 15 GiB used, 432 GiB / 447 GiB avail; 68 MiB/s wr, 1.09k op/s; 13745/190431 objects degraded (7.218%); 2662/190431 objects misplaced (1.398%); 3.4 MiB/s, 54 objects/s recovering 2024-09-13T14:59:48.206 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:59:48.248 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:48.248 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:48.249 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:59:48.350 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:59:48.381 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:48.381 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:48.382 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:59:48.482 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:59:48.511 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:48.512 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:48.512 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:59:48.517 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 45 16 66336 66320 92.1027 62.375 0.00829107 0.0108517 2024-09-13T14:59:48.613 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:59:48.657 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:48.657 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:48.658 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:59:48.733 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T14:59:48.733 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T14:59:48.758 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:59:48.786 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:48.786 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:48.787 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:59:48.888 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:59:48.927 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:48.928 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:48.928 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:59:49.029 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:59:49.072 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:49.072 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:49.073 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:59:49.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:48 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 13745/190431 objects degraded (7.218%), 8 pgs degraded (PG_DEGRADED) 2024-09-13T14:59:49.173 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:59:49.201 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:49.202 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:49.202 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:59:49.303 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:59:49.342 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:49.343 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:49.343 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:59:49.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:48 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 13745/190431 objects degraded (7.218%), 8 pgs degraded (PG_DEGRADED) 2024-09-13T14:59:49.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:48 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 13745/190431 objects degraded (7.218%), 8 pgs degraded (PG_DEGRADED) 2024-09-13T14:59:49.443 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:59:49.470 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:49.471 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:49.471 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:59:49.517 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 46 16 67404 67388 91.5515 66.75 0.00648902 0.0109167 2024-09-13T14:59:49.549 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.0 dump_blocked_ops 2024-09-13T14:59:49.572 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:59:49.617 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:49.617 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:49.618 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:59:49.718 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:59:49.756 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:49.757 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:49.757 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:59:49.858 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:59:49.894 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:49.894 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:49.895 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:59:49.996 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:59:50.033 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:50.034 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:50.034 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:59:50.110 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:49 smithi071 ceph-mon[107477]: pgmap v1981: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 3.9 GiB data, 15 GiB used, 432 GiB / 447 GiB avail; 61 MiB/s wr, 968 op/s; 13745/190431 objects degraded (7.218%); 2662/190431 objects misplaced (1.398%); 3.0 MiB/s, 48 objects/s recovering 2024-09-13T14:59:50.111 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:49 smithi071 ceph-mon[112785]: pgmap v1981: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 3.9 GiB data, 15 GiB used, 432 GiB / 447 GiB avail; 61 MiB/s wr, 968 op/s; 13745/190431 objects degraded (7.218%); 2662/190431 objects misplaced (1.398%); 3.0 MiB/s, 48 objects/s recovering 2024-09-13T14:59:50.133 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:59:50.135 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:59:50.152 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:59:50.171 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:50.172 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:50.172 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:59:50.191 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:59:50.274 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:59:50.295 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:50.295 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:50.296 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:59:50.397 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:59:50.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:49 smithi104 ceph-mon[105578]: pgmap v1981: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 3.9 GiB data, 15 GiB used, 432 GiB / 447 GiB avail; 61 MiB/s wr, 968 op/s; 13745/190431 objects degraded (7.218%); 2662/190431 objects misplaced (1.398%); 3.0 MiB/s, 48 objects/s recovering 2024-09-13T14:59:50.427 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:50.427 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:50.428 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:59:50.517 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 47 16 68423 68407 90.9585 63.6875 0.0108243 0.0109885 2024-09-13T14:59:50.529 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:59:50.556 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:50.557 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:50.557 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:59:50.658 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:59:50.697 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:50.697 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:50.698 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:59:50.798 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:59:50.823 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:50.824 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:50.825 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:59:50.925 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:59:50.932 INFO:teuthology.orchestra.run.smithi071.stderr:noscrub is set 2024-09-13T14:59:50.961 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:50.961 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:50.962 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:59:51.063 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:59:51.087 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:51.088 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:51.088 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:59:51.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:50 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1936531486' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:59:51.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:50 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1936531486' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:59:51.190 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:59:51.219 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:51.220 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:51.220 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:59:51.321 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:59:51.347 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:51.348 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:51.348 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:59:51.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:50 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1936531486' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T14:59:51.448 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:59:51.487 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:51.487 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:51.487 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:59:51.517 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 48 16 69469 69453 90.4254 65.375 0.0168951 0.0110538 2024-09-13T14:59:51.588 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:59:51.629 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:51.630 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:51.630 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:59:51.731 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:59:51.758 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:51.759 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:51.759 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:59:51.860 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:59:51.889 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:51.889 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:51.890 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:59:51.990 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:59:52.026 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:52.026 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:52.026 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:59:52.127 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:59:52.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:51 smithi071 ceph-mon[107477]: pgmap v1982: 109 pgs: 1 active+recovering+remapped, 1 active+recovery_wait+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 4.1 GiB data, 16 GiB used, 431 GiB / 447 GiB avail; 73 MiB/s wr, 1.17k op/s; 13745/199917 objects degraded (6.875%); 2397/199917 objects misplaced (1.199%); 4.2 MiB/s, 67 objects/s recovering 2024-09-13T14:59:52.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:51 smithi071 ceph-mon[107477]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:59:52.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:51 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1936531486' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T14:59:52.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:51 smithi071 ceph-mon[107477]: osdmap e1328: 8 total, 8 up, 5 in 2024-09-13T14:59:52.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:51 smithi071 ceph-mon[112785]: pgmap v1982: 109 pgs: 1 active+recovering+remapped, 1 active+recovery_wait+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 4.1 GiB data, 16 GiB used, 431 GiB / 447 GiB avail; 73 MiB/s wr, 1.17k op/s; 13745/199917 objects degraded (6.875%); 2397/199917 objects misplaced (1.199%); 4.2 MiB/s, 67 objects/s recovering 2024-09-13T14:59:52.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:51 smithi071 ceph-mon[112785]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:59:52.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:51 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1936531486' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T14:59:52.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:51 smithi071 ceph-mon[112785]: osdmap e1328: 8 total, 8 up, 5 in 2024-09-13T14:59:52.159 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:52.160 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:52.160 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:59:52.261 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:59:52.290 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:52.290 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:52.291 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:59:52.392 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:59:52.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:51 smithi104 ceph-mon[105578]: pgmap v1982: 109 pgs: 1 active+recovering+remapped, 1 active+recovery_wait+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 4.1 GiB data, 16 GiB used, 431 GiB / 447 GiB avail; 73 MiB/s wr, 1.17k op/s; 13745/199917 objects degraded (6.875%); 2397/199917 objects misplaced (1.199%); 4.2 MiB/s, 67 objects/s recovering 2024-09-13T14:59:52.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:51 smithi104 ceph-mon[105578]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T14:59:52.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:51 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1936531486' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T14:59:52.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:51 smithi104 ceph-mon[105578]: osdmap e1328: 8 total, 8 up, 5 in 2024-09-13T14:59:52.423 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:52.424 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:52.424 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:59:52.517 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 49 16 70557 70541 89.9676 68 0.0120369 0.0111102 2024-09-13T14:59:52.525 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:59:52.561 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:52.562 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:52.562 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:59:52.663 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:59:52.696 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:52.696 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:52.697 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:59:52.797 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:59:52.827 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:52.828 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:52.828 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:59:52.891 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 14:59:52 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:14:59:52] "GET /metrics HTTP/1.1" 200 36650 "" "Prometheus/2.51.0" 2024-09-13T14:59:52.930 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:59:52.960 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:52.961 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:52.961 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:59:53.062 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:59:53.099 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:53.099 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:53.100 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:59:53.200 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:59:53.233 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:53.233 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:53.234 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:59:53.335 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:59:53.370 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:53.371 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:53.372 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:59:53.472 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:59:53.501 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:53.502 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:53.503 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:59:53.517 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 50 16 71661 71645 89.5482 69 0.0151463 0.0111617 2024-09-13T14:59:53.604 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:59:53.637 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:53.638 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:53.638 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:59:53.739 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:59:53.769 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:53.770 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:53.771 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:59:53.871 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:59:53.899 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:53.900 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:53.901 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:59:54.001 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:59:54.034 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:54.035 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:54.035 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:59:54.136 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:59:54.172 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:54.173 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:54.173 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:59:54.235 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:53 smithi071 ceph-mon[107477]: pgmap v1984: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 4.2 GiB data, 16 GiB used, 431 GiB / 447 GiB avail; 65 MiB/s wr, 1.03k op/s; 13745/205632 objects degraded (6.684%); 2397/205632 objects misplaced (1.166%); 3.6 MiB/s, 56 objects/s recovering 2024-09-13T14:59:54.235 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:53 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 13745/205632 objects degraded (6.684%), 8 pgs degraded (PG_DEGRADED) 2024-09-13T14:59:54.235 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:53 smithi071 ceph-mon[112785]: pgmap v1984: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 4.2 GiB data, 16 GiB used, 431 GiB / 447 GiB avail; 65 MiB/s wr, 1.03k op/s; 13745/205632 objects degraded (6.684%); 2397/205632 objects misplaced (1.166%); 3.6 MiB/s, 56 objects/s recovering 2024-09-13T14:59:54.236 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:53 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 13745/205632 objects degraded (6.684%), 8 pgs degraded (PG_DEGRADED) 2024-09-13T14:59:54.274 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:59:54.300 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:54.301 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:54.302 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:59:54.402 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:59:54.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:53 smithi104 ceph-mon[105578]: pgmap v1984: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 4.2 GiB data, 16 GiB used, 431 GiB / 447 GiB avail; 65 MiB/s wr, 1.03k op/s; 13745/205632 objects degraded (6.684%); 2397/205632 objects misplaced (1.166%); 3.6 MiB/s, 56 objects/s recovering 2024-09-13T14:59:54.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:53 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 13745/205632 objects degraded (6.684%), 8 pgs degraded (PG_DEGRADED) 2024-09-13T14:59:54.429 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:54.429 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:54.430 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:59:54.517 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 51 16 72730 72714 89.1023 66.8125 0.0217674 0.0112174 2024-09-13T14:59:54.530 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:59:54.558 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:54.559 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:54.559 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:59:54.626 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd set nodeep-scrub 2024-09-13T14:59:54.660 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:59:54.709 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:54.710 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:54.710 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:59:54.811 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:59:54.850 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:54.851 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:54.852 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:59:54.953 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:59:55.009 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:55.010 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:55.010 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:59:55.111 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:59:55.141 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:55.142 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:55.143 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:59:55.243 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:59:55.273 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:55.274 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:55.274 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:59:55.375 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:59:55.429 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:55.430 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:55.430 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:59:55.517 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 52 16 73774 73758 88.6435 65.25 0.0154882 0.0112758 2024-09-13T14:59:55.531 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:59:55.578 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:55.579 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:55.580 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:59:55.680 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:59:55.708 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:55.709 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:55.709 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:59:55.810 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:59:55.838 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:55.838 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:55.839 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:59:55.940 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:59:55.972 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:55.973 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:55.973 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:59:56.028 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T14:59:56.029 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T14:59:56.055 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T14:59:56.055 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T14:59:56.075 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:59:56.098 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T14:59:56.098 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T14:59:56.110 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:56.110 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:56.111 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:59:56.126 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:55 smithi071 ceph-mon[107477]: pgmap v1985: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 4.2 GiB data, 17 GiB used, 430 GiB / 447 GiB avail; 65 MiB/s wr, 1.03k op/s; 13745/205632 objects degraded (6.684%); 2397/205632 objects misplaced (1.166%); 3.6 MiB/s, 56 objects/s recovering 2024-09-13T14:59:56.126 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:55 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:59:56.127 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:55 smithi071 ceph-mon[112785]: pgmap v1985: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 4.2 GiB data, 17 GiB used, 430 GiB / 447 GiB avail; 65 MiB/s wr, 1.03k op/s; 13745/205632 objects degraded (6.684%); 2397/205632 objects misplaced (1.166%); 3.6 MiB/s, 56 objects/s recovering 2024-09-13T14:59:56.127 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:55 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:59:56.127 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T14:59:56.127 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T14:59:56.157 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T14:59:56.157 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T14:59:56.187 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T14:59:56.187 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T14:59:56.211 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:59:56.213 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T14:59:56.214 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T14:59:56.232 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:55 smithi104 ceph-mon[105578]: pgmap v1985: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 4.2 GiB data, 17 GiB used, 430 GiB / 447 GiB avail; 65 MiB/s wr, 1.03k op/s; 13745/205632 objects degraded (6.684%); 2397/205632 objects misplaced (1.166%); 3.6 MiB/s, 56 objects/s recovering 2024-09-13T14:59:56.232 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:55 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T14:59:56.237 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T14:59:56.237 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T14:59:56.266 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:56.267 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:56.267 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:59:56.368 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:59:56.391 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:56.392 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:56.393 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:59:56.493 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:59:56.518 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 53 16 74712 74696 88.077 58.625 0.0164547 0.0113481 2024-09-13T14:59:56.520 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:56.520 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:56.521 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:59:56.622 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:59:56.654 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:56.655 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:56.655 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:59:56.756 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:59:56.809 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:56.810 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:56.811 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:59:56.912 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:59:56.977 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:56.978 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:56.978 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:59:57.079 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:59:57.108 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:57.108 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:57.109 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:59:57.210 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:59:57.211 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:56 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1900640384' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:59:57.265 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:57.266 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:57.267 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:59:57.308 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:56 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1900640384' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:59:57.309 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:56 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1900640384' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T14:59:57.368 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:59:57.394 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:57.395 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:57.395 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:59:57.444 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T14:59:57.496 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:59:57.518 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 54 16 75682 75666 87.5685 60.625 0.00598766 0.0114113 2024-09-13T14:59:57.529 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:57.529 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:57.530 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:59:57.631 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:59:57.661 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:57.661 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:57.662 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:59:57.763 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:59:57.817 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:57.817 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:57.818 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:59:57.918 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:59:57.967 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:57.967 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:57.967 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:59:58.068 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:59:58.129 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:58.129 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:58.129 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:59:58.230 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T14:59:58.232 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:57 smithi071 ceph-mon[107477]: pgmap v1986: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 4.5 GiB data, 17 GiB used, 430 GiB / 447 GiB avail; 65 MiB/s wr, 1.04k op/s; 13745/221739 objects degraded (6.199%); 2081/221739 objects misplaced (0.938%); 3.6 MiB/s, 58 objects/s recovering 2024-09-13T14:59:58.232 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:57 smithi071 ceph-mon[112785]: pgmap v1986: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 4.5 GiB data, 17 GiB used, 430 GiB / 447 GiB avail; 65 MiB/s wr, 1.04k op/s; 13745/221739 objects degraded (6.199%); 2081/221739 objects misplaced (0.938%); 3.6 MiB/s, 58 objects/s recovering 2024-09-13T14:59:58.260 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:58.261 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:58.261 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T14:59:58.362 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:59:58.398 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:58.398 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:58.399 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:59:58.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:57 smithi104 ceph-mon[105578]: pgmap v1986: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 4.5 GiB data, 17 GiB used, 430 GiB / 447 GiB avail; 65 MiB/s wr, 1.04k op/s; 13745/221739 objects degraded (6.199%); 2081/221739 objects misplaced (0.938%); 3.6 MiB/s, 58 objects/s recovering 2024-09-13T14:59:58.500 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:59:58.518 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 55 16 76624 76608 87.0467 58.875 0.0157223 0.0114821 2024-09-13T14:59:58.536 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:58.536 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:58.537 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T14:59:58.638 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T14:59:58.700 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:58.702 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:58.703 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T14:59:58.804 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:59:58.834 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:58.835 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:58.835 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:59:58.936 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T14:59:58.970 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:58.971 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:58.971 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T14:59:59.072 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:59:59.106 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:59.107 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:59.107 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:59:59.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 14:59:58 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 13745/221739 objects degraded (6.199%), 8 pgs degraded (PG_DEGRADED) 2024-09-13T14:59:59.208 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:59:59.246 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:59.247 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:59.247 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:59:59.256 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 14:59:58 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 13745/221739 objects degraded (6.199%), 8 pgs degraded (PG_DEGRADED) 2024-09-13T14:59:59.256 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 14:59:58 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 13745/221739 objects degraded (6.199%), 8 pgs degraded (PG_DEGRADED) 2024-09-13T14:59:59.348 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T14:59:59.376 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:59.376 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:59.377 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T14:59:59.381 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T14:59:59.381 INFO:teuthology.orchestra.run.smithi071.stdout: "ops": [], 2024-09-13T14:59:59.381 INFO:teuthology.orchestra.run.smithi071.stdout: "complaint_time": 30, 2024-09-13T14:59:59.381 INFO:teuthology.orchestra.run.smithi071.stdout: "num_blocked_ops": 0 2024-09-13T14:59:59.381 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T14:59:59.478 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T14:59:59.518 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 56 16 77631 77615 86.6161 62.9375 0.0148286 0.011539 2024-09-13T14:59:59.519 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:59.519 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:59.520 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T14:59:59.621 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T14:59:59.673 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:59.674 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:59.675 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T14:59:59.777 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T14:59:59.805 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T14:59:59.806 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:59.806 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T14:59:59.907 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T14:59:59.945 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T14:59:59.946 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T14:59:59.946 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:00.047 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:00.098 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:00.099 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:00.099 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:00.200 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:00:00.225 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:00.226 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:00.226 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:00:00.327 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:00:00.354 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:00.355 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:00.356 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:00:00.456 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:00:00.487 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:00.488 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:00.488 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:00:00.518 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 57 16 78601 78585 86.1601 60.625 0.0182746 0.0115998 2024-09-13T15:00:00.589 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:00:00.631 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:00.632 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:00.632 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:00:00.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:00 smithi104 ceph-mon[105578]: pgmap v1987: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 4.5 GiB data, 17 GiB used, 430 GiB / 447 GiB avail; 65 MiB/s wr, 1.04k op/s; 13745/221739 objects degraded (6.199%); 2081/221739 objects misplaced (0.938%); 3.6 MiB/s, 58 objects/s recovering 2024-09-13T15:00:00.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:00 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:00:00.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:00 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:00:00.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:00 smithi104 ceph-mon[105578]: Health detail: HEALTH_WARN noscrub flag(s) set; Degraded data redundancy: 13745/221739 objects degraded (6.199%), 8 pgs degraded 2024-09-13T15:00:00.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:00 smithi104 ceph-mon[105578]: [WRN] OSDMAP_FLAGS: noscrub flag(s) set 2024-09-13T15:00:00.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:00 smithi104 ceph-mon[105578]: [WRN] PG_DEGRADED: Degraded data redundancy: 13745/221739 objects degraded (6.199%), 8 pgs degraded 2024-09-13T15:00:00.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:00 smithi104 ceph-mon[105578]: pg 9.1 is active+recovery_wait+undersized+degraded+remapped, acting [4,1] 2024-09-13T15:00:00.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:00 smithi104 ceph-mon[105578]: pg 9.2 is active+recovery_wait+undersized+degraded+remapped, acting [0,1] 2024-09-13T15:00:00.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:00 smithi104 ceph-mon[105578]: pg 9.5 is active+recovery_wait+undersized+degraded+remapped, acting [0,5] 2024-09-13T15:00:00.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:00 smithi104 ceph-mon[105578]: pg 9.7 is active+recovery_wait+undersized+degraded+remapped, acting [5,1] 2024-09-13T15:00:00.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:00 smithi104 ceph-mon[105578]: pg 9.8 is active+recovery_wait+undersized+degraded+remapped, acting [0,5] 2024-09-13T15:00:00.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:00 smithi104 ceph-mon[105578]: pg 9.9 is active+recovery_wait+undersized+degraded+remapped, acting [0,5] 2024-09-13T15:00:00.674 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:00 smithi104 ceph-mon[105578]: pg 9.a is active+recovery_wait+undersized+degraded+remapped, acting [5,1] 2024-09-13T15:00:00.674 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:00 smithi104 ceph-mon[105578]: pg 9.c is active+recovery_wait+undersized+degraded+remapped, acting [4,5] 2024-09-13T15:00:00.733 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:00:00.761 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:00.762 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:00.762 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:00:00.863 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:00:00.890 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:00.891 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:00.891 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:00:00.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:00 smithi071 ceph-mon[107477]: pgmap v1987: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 4.5 GiB data, 17 GiB used, 430 GiB / 447 GiB avail; 65 MiB/s wr, 1.04k op/s; 13745/221739 objects degraded (6.199%); 2081/221739 objects misplaced (0.938%); 3.6 MiB/s, 58 objects/s recovering 2024-09-13T15:00:00.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:00 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:00:00.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:00 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:00:00.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:00 smithi071 ceph-mon[107477]: Health detail: HEALTH_WARN noscrub flag(s) set; Degraded data redundancy: 13745/221739 objects degraded (6.199%), 8 pgs degraded 2024-09-13T15:00:00.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:00 smithi071 ceph-mon[107477]: [WRN] OSDMAP_FLAGS: noscrub flag(s) set 2024-09-13T15:00:00.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:00 smithi071 ceph-mon[107477]: [WRN] PG_DEGRADED: Degraded data redundancy: 13745/221739 objects degraded (6.199%), 8 pgs degraded 2024-09-13T15:00:00.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:00 smithi071 ceph-mon[107477]: pg 9.1 is active+recovery_wait+undersized+degraded+remapped, acting [4,1] 2024-09-13T15:00:00.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:00 smithi071 ceph-mon[107477]: pg 9.2 is active+recovery_wait+undersized+degraded+remapped, acting [0,1] 2024-09-13T15:00:00.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:00 smithi071 ceph-mon[107477]: pg 9.5 is active+recovery_wait+undersized+degraded+remapped, acting [0,5] 2024-09-13T15:00:00.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:00 smithi071 ceph-mon[107477]: pg 9.7 is active+recovery_wait+undersized+degraded+remapped, acting [5,1] 2024-09-13T15:00:00.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:00 smithi071 ceph-mon[107477]: pg 9.8 is active+recovery_wait+undersized+degraded+remapped, acting [0,5] 2024-09-13T15:00:00.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:00 smithi071 ceph-mon[107477]: pg 9.9 is active+recovery_wait+undersized+degraded+remapped, acting [0,5] 2024-09-13T15:00:00.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:00 smithi071 ceph-mon[107477]: pg 9.a is active+recovery_wait+undersized+degraded+remapped, acting [5,1] 2024-09-13T15:00:00.893 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:00 smithi071 ceph-mon[107477]: pg 9.c is active+recovery_wait+undersized+degraded+remapped, acting [4,5] 2024-09-13T15:00:00.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:00 smithi071 ceph-mon[112785]: pgmap v1987: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 4.5 GiB data, 17 GiB used, 430 GiB / 447 GiB avail; 65 MiB/s wr, 1.04k op/s; 13745/221739 objects degraded (6.199%); 2081/221739 objects misplaced (0.938%); 3.6 MiB/s, 58 objects/s recovering 2024-09-13T15:00:00.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:00 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:00:00.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:00 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:00:00.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:00 smithi071 ceph-mon[112785]: Health detail: HEALTH_WARN noscrub flag(s) set; Degraded data redundancy: 13745/221739 objects degraded (6.199%), 8 pgs degraded 2024-09-13T15:00:00.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:00 smithi071 ceph-mon[112785]: [WRN] OSDMAP_FLAGS: noscrub flag(s) set 2024-09-13T15:00:00.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:00 smithi071 ceph-mon[112785]: [WRN] PG_DEGRADED: Degraded data redundancy: 13745/221739 objects degraded (6.199%), 8 pgs degraded 2024-09-13T15:00:00.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:00 smithi071 ceph-mon[112785]: pg 9.1 is active+recovery_wait+undersized+degraded+remapped, acting [4,1] 2024-09-13T15:00:00.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:00 smithi071 ceph-mon[112785]: pg 9.2 is active+recovery_wait+undersized+degraded+remapped, acting [0,1] 2024-09-13T15:00:00.894 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:00 smithi071 ceph-mon[112785]: pg 9.5 is active+recovery_wait+undersized+degraded+remapped, acting [0,5] 2024-09-13T15:00:00.894 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:00 smithi071 ceph-mon[112785]: pg 9.7 is active+recovery_wait+undersized+degraded+remapped, acting [5,1] 2024-09-13T15:00:00.894 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:00 smithi071 ceph-mon[112785]: pg 9.8 is active+recovery_wait+undersized+degraded+remapped, acting [0,5] 2024-09-13T15:00:00.894 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:00 smithi071 ceph-mon[112785]: pg 9.9 is active+recovery_wait+undersized+degraded+remapped, acting [0,5] 2024-09-13T15:00:00.894 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:00 smithi071 ceph-mon[112785]: pg 9.a is active+recovery_wait+undersized+degraded+remapped, acting [5,1] 2024-09-13T15:00:00.894 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:00 smithi071 ceph-mon[112785]: pg 9.c is active+recovery_wait+undersized+degraded+remapped, acting [4,5] 2024-09-13T15:00:00.993 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:00:00.993 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=false 2024-09-13T15:00:01.023 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:01.024 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:01.024 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:00:01.125 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:00:01.170 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:01.171 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:01.171 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:00:01.272 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:00:01.326 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:01.326 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:01.327 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:00:01.427 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:01.476 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:01.477 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:01.477 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:01.518 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 58 16 79569 79553 85.7176 60.5 0.0144734 0.0116591 2024-09-13T15:00:01.578 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:00:01.607 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:01.607 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:01.608 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:00:01.708 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:00:01.750 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:01.750 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:01.751 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:00:01.851 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:00:01.882 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:01.882 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:01.883 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:00:01.983 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:00:02.005 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:02.005 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:02.006 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:00:02.035 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.0 dump_historic_ops 2024-09-13T15:00:02.106 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:00:02.127 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:02.128 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:02.129 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:00:02.229 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:00:02.251 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:02.252 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:02.252 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:00:02.353 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:00:02.376 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:02.376 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:02.377 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:00:02.477 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:00:02.500 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:02.501 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:02.501 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:00:02.518 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 59 16 79926 79910 84.6429 22.3125 0.0028636 0.0116645 2024-09-13T15:00:02.601 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:00:02.637 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:02.637 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:02.638 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:00:02.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:02 smithi071 ceph-mon[107477]: pgmap v1988: 109 pgs: 1 active+recovering+remapped, 1 active+recovery_wait+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 4.7 GiB data, 18 GiB used, 429 GiB / 447 GiB avail; 64 MiB/s wr, 1.02k op/s; 13745/230673 objects degraded (5.959%); 1768/230673 objects misplaced (0.766%); 3.9 MiB/s, 62 objects/s recovering 2024-09-13T15:00:02.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:02 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:00:02.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:02 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:00:02.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:02 smithi071 ceph-mon[107477]: osdmap e1329: 8 total, 8 up, 5 in 2024-09-13T15:00:02.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:02 smithi071 ceph-mon[112785]: pgmap v1988: 109 pgs: 1 active+recovering+remapped, 1 active+recovery_wait+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 4.7 GiB data, 18 GiB used, 429 GiB / 447 GiB avail; 64 MiB/s wr, 1.02k op/s; 13745/230673 objects degraded (5.959%); 1768/230673 objects misplaced (0.766%); 3.9 MiB/s, 62 objects/s recovering 2024-09-13T15:00:02.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:02 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:00:02.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:02 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:00:02.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:02 smithi071 ceph-mon[112785]: osdmap e1329: 8 total, 8 up, 5 in 2024-09-13T15:00:02.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:02 smithi104 ceph-mon[105578]: pgmap v1988: 109 pgs: 1 active+recovering+remapped, 1 active+recovery_wait+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 4.7 GiB data, 18 GiB used, 429 GiB / 447 GiB avail; 64 MiB/s wr, 1.02k op/s; 13745/230673 objects degraded (5.959%); 1768/230673 objects misplaced (0.766%); 3.9 MiB/s, 62 objects/s recovering 2024-09-13T15:00:02.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:02 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:00:02.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:02 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:00:02.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:02 smithi104 ceph-mon[105578]: osdmap e1329: 8 total, 8 up, 5 in 2024-09-13T15:00:02.739 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:00:02.769 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:02.770 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:02.771 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:00:02.871 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:00:02.899 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:02.900 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:02.901 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:00:03.001 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:00:03.045 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:03.045 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:03.046 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:00:03.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:00:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:00:02] "GET /metrics HTTP/1.1" 200 36649 "" "Prometheus/2.51.0" 2024-09-13T15:00:03.146 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:00:03.184 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:03.185 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:03.185 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:00:03.286 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:00:03.331 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:03.332 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:03.332 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:00:03.433 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:00:03.472 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:03.473 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:03.473 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:00:03.518 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:2024-09-13T15:00:03.517950+0000 min lat: 0.00127376 max lat: 1.63842 avg lat: 0.0118657 2024-09-13T15:00:03.518 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2024-09-13T15:00:03.518 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 60 16 80890 80874 84.2363 60.25 0.028191 0.0118657 2024-09-13T15:00:03.574 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:00:03.610 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:03.611 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:03.611 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:00:03.712 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:00:03.742 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:03.742 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:03.743 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:00:03.844 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:00:03.889 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:03.889 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:03.890 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:00:03.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:03 smithi071 ceph-mon[107477]: osdmap e1330: 8 total, 8 up, 5 in 2024-09-13T15:00:03.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:03 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 13745/230673 objects degraded (5.959%), 8 pgs degraded (PG_DEGRADED) 2024-09-13T15:00:03.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:03 smithi071 ceph-mon[112785]: osdmap e1330: 8 total, 8 up, 5 in 2024-09-13T15:00:03.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:03 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 13745/230673 objects degraded (5.959%), 8 pgs degraded (PG_DEGRADED) 2024-09-13T15:00:03.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:03 smithi104 ceph-mon[105578]: osdmap e1330: 8 total, 8 up, 5 in 2024-09-13T15:00:03.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:03 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 13745/230673 objects degraded (5.959%), 8 pgs degraded (PG_DEGRADED) 2024-09-13T15:00:03.991 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:00:04.031 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:04.032 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:04.032 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:00:04.076 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph tell osd.7 reset_purged_snaps_last 2024-09-13T15:00:04.133 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:00:04.180 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:04.181 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:04.181 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:00:04.282 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:00:04.320 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:04.320 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:04.321 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:00:04.422 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:04.456 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:04.457 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:04.457 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:04.467 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:00:04.520 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 61 16 81936 81920 83.9246 65.375 0.0167763 0.0119099 2024-09-13T15:00:04.558 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:00:04.587 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:04.587 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:04.588 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:00:04.591 INFO:teuthology.orchestra.run.smithi071.stderr:nodeep-scrub is set 2024-09-13T15:00:04.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:04 smithi071 ceph-mon[107477]: pgmap v1991: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 4.8 GiB data, 18 GiB used, 429 GiB / 447 GiB avail; 80 MiB/s wr, 1.28k op/s; 13745/236289 objects degraded (5.817%); 1768/236289 objects misplaced (0.748%); 4.9 MiB/s, 78 objects/s recovering 2024-09-13T15:00:04.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:04 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2080843210' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:00:04.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:04 smithi071 ceph-mon[112785]: pgmap v1991: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 4.8 GiB data, 18 GiB used, 429 GiB / 447 GiB avail; 80 MiB/s wr, 1.28k op/s; 13745/236289 objects degraded (5.817%); 1768/236289 objects misplaced (0.748%); 4.9 MiB/s, 78 objects/s recovering 2024-09-13T15:00:04.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:04 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2080843210' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:00:04.689 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:00:04.717 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:04.718 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:04.718 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:00:04.819 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:00:04.856 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:04.857 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:04.857 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:00:04.925 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:04 smithi104 ceph-mon[105578]: pgmap v1991: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 4.8 GiB data, 18 GiB used, 429 GiB / 447 GiB avail; 80 MiB/s wr, 1.28k op/s; 13745/236289 objects degraded (5.817%); 1768/236289 objects misplaced (0.748%); 4.9 MiB/s, 78 objects/s recovering 2024-09-13T15:00:04.925 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:04 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2080843210' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:00:04.958 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:00:04.991 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:04.992 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:04.993 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:00:05.093 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:00:05.489 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:05.489 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:05.490 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:00:05.520 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 62 16 82959 82943 83.6022 63.9375 0.00810733 0.0119555 2024-09-13T15:00:05.591 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:00:05.634 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:05.635 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:05.635 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:00:05.736 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:05.772 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:05.772 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:05.772 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:05.873 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:05.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:05 smithi071 ceph-mon[107477]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:00:05.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:05 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2080843210' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T15:00:05.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:05 smithi071 ceph-mon[107477]: osdmap e1331: 8 total, 8 up, 5 in 2024-09-13T15:00:05.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:05 smithi071 ceph-mon[112785]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:00:05.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:05 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2080843210' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T15:00:05.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:05 smithi071 ceph-mon[112785]: osdmap e1331: 8 total, 8 up, 5 in 2024-09-13T15:00:05.910 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:05.911 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:05.911 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:05.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:05 smithi104 ceph-mon[105578]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:00:05.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:05 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2080843210' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T15:00:05.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:05 smithi104 ceph-mon[105578]: osdmap e1331: 8 total, 8 up, 5 in 2024-09-13T15:00:06.012 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:00:06.048 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:06.049 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:06.049 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:00:06.150 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:00:06.185 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:06.186 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:06.186 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:00:06.287 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:00:06.317 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:06.318 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:06.318 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:00:06.419 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:00:06.458 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:06.458 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:06.459 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:00:06.520 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 63 15 83932 83917 83.2414 60.875 0.0126047 0.0120073 2024-09-13T15:00:06.560 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:00:06.586 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:06.587 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:06.587 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:00:06.688 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:00:06.732 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:06.733 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:06.733 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:00:06.834 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:00:06.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:06 smithi071 ceph-mon[107477]: pgmap v1993: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 4.8 GiB data, 19 GiB used, 428 GiB / 447 GiB avail; 51 MiB/s wr, 808 op/s; 13745/236289 objects degraded (5.817%); 1768/236289 objects misplaced (0.748%); 3.3 MiB/s, 52 objects/s recovering 2024-09-13T15:00:06.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:06 smithi071 ceph-mon[112785]: pgmap v1993: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 4.8 GiB data, 19 GiB used, 428 GiB / 447 GiB avail; 51 MiB/s wr, 808 op/s; 13745/236289 objects degraded (5.817%); 1768/236289 objects misplaced (0.748%); 3.3 MiB/s, 52 objects/s recovering 2024-09-13T15:00:06.872 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:06.872 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:06.873 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:00:06.907 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:00:06.907 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:00:06.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:06 smithi104 ceph-mon[105578]: pgmap v1993: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+remapped, 8 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 4.8 GiB data, 19 GiB used, 428 GiB / 447 GiB avail; 51 MiB/s wr, 808 op/s; 13745/236289 objects degraded (5.817%); 1768/236289 objects misplaced (0.748%); 3.3 MiB/s, 52 objects/s recovering 2024-09-13T15:00:06.974 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:00:07.015 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:07.016 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:07.016 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:00:07.117 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:07.155 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:07.156 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:07.156 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:07.257 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:00:07.285 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:07.285 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:07.286 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:00:07.386 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:00:07.427 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:07.428 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:07.428 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:00:07.520 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 64 16 84941 84925 82.925 63 0.0153797 0.012053 2024-09-13T15:00:07.529 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:00:07.565 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:07.566 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:07.566 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:00:07.667 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:00:07.710 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:07.711 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:07.711 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:00:07.765 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:07 smithi071 ceph-mon[107477]: pgmap v1994: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+undersized+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 100 active+clean; 5.1 GiB data, 19 GiB used, 428 GiB / 447 GiB avail; 65 MiB/s wr, 1.04k op/s; 12049/249336 objects degraded (4.832%); 3095/249336 objects misplaced (1.241%); 3.8 MiB/s, 61 objects/s recovering 2024-09-13T15:00:07.766 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:07 smithi071 ceph-mon[112785]: pgmap v1994: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+undersized+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 100 active+clean; 5.1 GiB data, 19 GiB used, 428 GiB / 447 GiB avail; 65 MiB/s wr, 1.04k op/s; 12049/249336 objects degraded (4.832%); 3095/249336 objects misplaced (1.241%); 3.8 MiB/s, 61 objects/s recovering 2024-09-13T15:00:07.812 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:00:07.847 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:07.847 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:07.848 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:00:07.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:07 smithi104 ceph-mon[105578]: pgmap v1994: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+undersized+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 100 active+clean; 5.1 GiB data, 19 GiB used, 428 GiB / 447 GiB avail; 65 MiB/s wr, 1.04k op/s; 12049/249336 objects degraded (4.832%); 3095/249336 objects misplaced (1.241%); 3.8 MiB/s, 61 objects/s recovering 2024-09-13T15:00:07.949 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:00:07.983 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:07.984 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:07.984 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:00:08.085 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:00:08.119 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:08.120 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:08.120 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:00:08.221 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:00:08.256 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:08.256 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:08.257 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:00:08.357 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:00:08.379 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:08.379 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:08.379 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:00:08.480 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:08.516 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:08.517 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:08.517 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:08.520 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 65 16 85967 85951 82.6357 64.125 0.0222991 0.0120961 2024-09-13T15:00:08.557 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd unset noscrub 2024-09-13T15:00:08.618 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:00:08.653 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:08.654 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:08.654 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:00:08.754 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:00:08.788 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:08.789 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:08.790 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:00:08.890 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:00:08.927 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:08.928 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:08.928 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:00:09.029 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:00:09.047 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:08 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 12049/249336 objects degraded (4.832%), 7 pgs degraded (PG_DEGRADED) 2024-09-13T15:00:09.048 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:08 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 12049/249336 objects degraded (4.832%), 7 pgs degraded (PG_DEGRADED) 2024-09-13T15:00:09.071 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:09.071 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:09.072 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:00:09.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:08 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 12049/249336 objects degraded (4.832%), 7 pgs degraded (PG_DEGRADED) 2024-09-13T15:00:09.172 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:09.212 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:09.213 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:09.214 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:09.314 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:00:09.343 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:09.344 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:09.344 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:00:09.445 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:00:09.484 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:09.484 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:09.485 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:00:09.520 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 66 16 87017 87001 82.3779 65.625 0.00592061 0.012134 2024-09-13T15:00:09.586 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:00:09.633 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:09.634 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:09.634 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:00:09.735 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:00:09.763 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:09.764 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:09.764 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:00:09.865 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:00:09.908 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:09.909 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:09.909 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:00:09.990 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:09 smithi071 ceph-mon[107477]: pgmap v1995: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+undersized+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 100 active+clean; 5.1 GiB data, 19 GiB used, 428 GiB / 447 GiB avail; 37 MiB/s wr, 596 op/s; 12049/249336 objects degraded (4.832%); 3095/249336 objects misplaced (1.241%); 3.2 MiB/s, 50 objects/s recovering 2024-09-13T15:00:09.990 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:09 smithi071 ceph-mon[112785]: pgmap v1995: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+undersized+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 100 active+clean; 5.1 GiB data, 19 GiB used, 428 GiB / 447 GiB avail; 37 MiB/s wr, 596 op/s; 12049/249336 objects degraded (4.832%); 3095/249336 objects misplaced (1.241%); 3.2 MiB/s, 50 objects/s recovering 2024-09-13T15:00:10.010 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:00:10.050 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:10.051 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:10.052 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:00:10.152 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:00:10.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:09 smithi104 ceph-mon[105578]: pgmap v1995: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+undersized+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 100 active+clean; 5.1 GiB data, 19 GiB used, 428 GiB / 447 GiB avail; 37 MiB/s wr, 596 op/s; 12049/249336 objects degraded (4.832%); 3095/249336 objects misplaced (1.241%); 3.2 MiB/s, 50 objects/s recovering 2024-09-13T15:00:10.188 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:10.189 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:10.189 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:00:10.290 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:00:10.321 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:10.322 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:10.322 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:00:10.423 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:10.472 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:10.473 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:10.473 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:10.521 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 67 16 88042 88026 82.1045 64.0625 0.0168055 0.0121739 2024-09-13T15:00:10.573 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:00:10.609 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:10.609 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:10.610 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:00:10.711 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:00:10.738 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:10.739 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:10.739 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:00:10.840 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:00:10.868 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:10.869 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:10.869 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:00:10.970 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:00:10.996 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:10.997 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:10.997 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:00:11.098 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:00:11.136 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:11.137 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:11.137 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:00:11.238 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:00:11.266 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:11.266 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:11.267 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:00:11.367 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:00:11.394 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:11.394 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:11.395 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:00:11.495 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:00:11.520 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 68 16 89017 89001 81.7931 60.9375 0.0375714 0.0122208 2024-09-13T15:00:11.521 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:11.522 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:11.522 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:00:11.623 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:11.661 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:11.662 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:11.662 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:11.763 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:00:11.803 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:11.803 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:11.804 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:00:11.904 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:00:11.941 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:11.942 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:11.943 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:00:12.043 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:00:12.076 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:12.076 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:12.077 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:00:12.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:11 smithi071 ceph-mon[107477]: pgmap v1996: 109 pgs: 1 active+recovering+undersized+remapped, 1 active+recovery_wait+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 100 active+clean; 5.3 GiB data, 20 GiB used, 427 GiB / 447 GiB avail; 57 MiB/s wr, 914 op/s; 12049/259035 objects degraded (4.651%); 2840/259035 objects misplaced (1.096%); 4.7 MiB/s, 75 objects/s recovering 2024-09-13T15:00:12.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:11 smithi071 ceph-mon[112785]: pgmap v1996: 109 pgs: 1 active+recovering+undersized+remapped, 1 active+recovery_wait+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 100 active+clean; 5.3 GiB data, 20 GiB used, 427 GiB / 447 GiB avail; 57 MiB/s wr, 914 op/s; 12049/259035 objects degraded (4.651%); 2840/259035 objects misplaced (1.096%); 4.7 MiB/s, 75 objects/s recovering 2024-09-13T15:00:12.143 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T15:00:12.143 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T15:00:12.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:11 smithi104 ceph-mon[105578]: pgmap v1996: 109 pgs: 1 active+recovering+undersized+remapped, 1 active+recovery_wait+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 100 active+clean; 5.3 GiB data, 20 GiB used, 427 GiB / 447 GiB avail; 57 MiB/s wr, 914 op/s; 12049/259035 objects degraded (4.651%); 2840/259035 objects misplaced (1.096%); 4.7 MiB/s, 75 objects/s recovering 2024-09-13T15:00:12.176 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T15:00:12.176 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T15:00:12.178 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:00:12.198 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T15:00:12.198 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T15:00:12.207 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:12.208 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:12.208 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:00:12.216 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T15:00:12.216 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T15:00:12.242 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T15:00:12.242 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T15:00:12.270 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T15:00:12.270 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T15:00:12.295 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T15:00:12.295 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T15:00:12.308 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:00:12.322 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T15:00:12.322 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T15:00:12.339 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:12.340 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:12.340 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:00:12.441 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:12.480 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:12.480 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:12.481 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:12.521 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 69 16 90051 90035 81.5442 64.625 0.014879 0.0122583 2024-09-13T15:00:12.581 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:00:12.618 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:12.619 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:12.620 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:00:12.721 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:00:12.754 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:12.754 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:12.755 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:00:12.856 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:00:12.880 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:00:12 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:00:12] "GET /metrics HTTP/1.1" 200 36649 "" "Prometheus/2.51.0" 2024-09-13T15:00:12.898 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:12.899 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:12.899 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:00:13.000 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:00:13.044 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:13.045 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:13.046 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:00:13.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:12 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1867599155' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:00:13.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:12 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1867599155' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:00:13.147 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:00:13.178 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:13.178 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:13.179 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:00:13.280 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:00:13.309 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:13.310 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:13.310 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:00:13.411 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:00:13.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:12 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1867599155' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:00:13.451 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:13.452 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:13.452 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:00:13.521 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 70 16 91113 91097 81.3274 66.375 0.0201449 0.0122911 2024-09-13T15:00:13.553 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:00:13.581 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:13.582 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:13.582 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:00:13.683 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:00:13.720 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:13.721 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:13.721 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:00:13.822 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:00:13.852 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:13.853 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:13.853 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:00:13.954 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:00:13.985 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:13.987 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:13.987 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:00:14.088 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:00:14.118 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:14.118 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:14.118 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:00:14.219 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:00:14.252 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:14.253 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:14.253 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:00:14.327 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:13 smithi071 ceph-mon[112785]: pgmap v1997: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+undersized+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 100 active+clean; 5.4 GiB data, 20 GiB used, 427 GiB / 447 GiB avail; 59 MiB/s wr, 947 op/s; 12049/264711 objects degraded (4.552%); 2840/264711 objects misplaced (1.073%); 3.9 MiB/s, 62 objects/s recovering 2024-09-13T15:00:14.327 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:13 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 12049/264711 objects degraded (4.552%), 7 pgs degraded (PG_DEGRADED) 2024-09-13T15:00:14.327 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:13 smithi071 ceph-mon[107477]: pgmap v1997: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+undersized+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 100 active+clean; 5.4 GiB data, 20 GiB used, 427 GiB / 447 GiB avail; 59 MiB/s wr, 947 op/s; 12049/264711 objects degraded (4.552%); 2840/264711 objects misplaced (1.073%); 3.9 MiB/s, 62 objects/s recovering 2024-09-13T15:00:14.328 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:13 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 12049/264711 objects degraded (4.552%), 7 pgs degraded (PG_DEGRADED) 2024-09-13T15:00:14.354 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:00:14.393 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:14.393 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:14.394 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:00:14.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:13 smithi104 ceph-mon[105578]: pgmap v1997: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+undersized+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 100 active+clean; 5.4 GiB data, 20 GiB used, 427 GiB / 447 GiB avail; 59 MiB/s wr, 947 op/s; 12049/264711 objects degraded (4.552%); 2840/264711 objects misplaced (1.073%); 3.9 MiB/s, 62 objects/s recovering 2024-09-13T15:00:14.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:13 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 12049/264711 objects degraded (4.552%), 7 pgs degraded (PG_DEGRADED) 2024-09-13T15:00:14.495 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:00:14.521 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 71 16 92182 92166 81.1229 66.8125 0.00850729 0.0123212 2024-09-13T15:00:14.532 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:14.533 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:14.534 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:00:14.634 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:00:14.664 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:14.665 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:14.665 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:00:14.766 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:00:14.795 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:14.796 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:14.796 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:00:14.897 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:00:14.934 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:14.935 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:14.935 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:00:15.036 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:00:15.075 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:15.075 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:15.076 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:00:15.177 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:00:15.189 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:14 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:00:15.189 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:14 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:00:15.212 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:15.213 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:15.213 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:00:15.249 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T15:00:15.249 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T15:00:15.314 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:15.322 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:14 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:00:15.344 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:15.345 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:15.345 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:15.446 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:00:15.471 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:15.472 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:15.473 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:00:15.521 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 72 16 93183 93167 80.8651 62.5625 0.0152545 0.0123603 2024-09-13T15:00:15.574 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:00:15.601 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:15.601 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:15.602 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:00:15.703 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:15.742 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:15.743 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:15.743 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:15.844 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:15.889 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:15.890 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:15.890 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:15.949 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=true 2024-09-13T15:00:15.991 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:16.024 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:16.025 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:16.026 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:16.112 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:15 smithi104 ceph-mon[105578]: pgmap v1998: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+undersized+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 100 active+clean; 5.4 GiB data, 21 GiB used, 426 GiB / 447 GiB avail; 58 MiB/s wr, 922 op/s; 12049/264711 objects degraded (4.552%); 2840/264711 objects misplaced (1.073%); 3.8 MiB/s, 60 objects/s recovering 2024-09-13T15:00:16.126 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:16.160 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:16.161 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:16.161 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:16.262 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:00:16.292 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:16.292 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:16.293 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:00:16.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:15 smithi071 ceph-mon[107477]: pgmap v1998: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+undersized+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 100 active+clean; 5.4 GiB data, 21 GiB used, 426 GiB / 447 GiB avail; 58 MiB/s wr, 922 op/s; 12049/264711 objects degraded (4.552%); 2840/264711 objects misplaced (1.073%); 3.8 MiB/s, 60 objects/s recovering 2024-09-13T15:00:16.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:15 smithi071 ceph-mon[112785]: pgmap v1998: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+undersized+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 100 active+clean; 5.4 GiB data, 21 GiB used, 426 GiB / 447 GiB avail; 58 MiB/s wr, 922 op/s; 12049/264711 objects degraded (4.552%); 2840/264711 objects misplaced (1.073%); 3.8 MiB/s, 60 objects/s recovering 2024-09-13T15:00:16.393 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:00:16.427 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:16.427 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:16.427 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:00:16.435 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:00:16.455 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.1 dump_ops_in_flight 2024-09-13T15:00:16.522 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 73 16 94113 94097 80.5525 58.125 0.0097024 0.0124095 2024-09-13T15:00:16.528 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:00:16.564 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:16.565 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:16.565 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:00:16.665 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:00:16.707 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:16.708 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:16.709 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:00:16.810 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:00:16.851 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:16.852 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:16.852 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:00:16.953 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:00:16.989 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:16.989 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:16.989 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:00:17.090 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:17.129 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:17.129 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:17.130 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:17.231 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:00:17.257 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:17.258 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:17.258 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:00:17.309 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:00:17.360 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:00:17.387 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:17.387 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:17.388 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:00:17.489 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:00:17.516 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:17.517 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:17.517 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:00:17.522 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 74 16 95077 95061 80.2781 60.25 0.0118893 0.0124515 2024-09-13T15:00:17.619 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:00:17.650 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:17.651 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:17.651 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:00:17.752 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:00:17.786 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:17.787 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:17.788 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:00:17.888 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:00:17.926 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:17.927 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:17.927 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:00:18.028 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:00:18.055 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:18.057 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:18.057 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:00:18.158 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:00:18.193 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:18.193 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:18.194 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:00:18.295 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:00:18.324 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:18.324 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:18.325 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:00:18.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:17 smithi071 ceph-mon[107477]: pgmap v1999: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+undersized+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 100 active+clean; 5.7 GiB data, 21 GiB used, 426 GiB / 447 GiB avail; 76 MiB/s wr, 1.22k op/s; 12049/280083 objects degraded (4.302%); 2542/280083 objects misplaced (0.908%); 4.8 MiB/s, 76 objects/s recovering 2024-09-13T15:00:18.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:17 smithi071 ceph-mon[112785]: pgmap v1999: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+undersized+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 100 active+clean; 5.7 GiB data, 21 GiB used, 426 GiB / 447 GiB avail; 76 MiB/s wr, 1.22k op/s; 12049/280083 objects degraded (4.302%); 2542/280083 objects misplaced (0.908%); 4.8 MiB/s, 76 objects/s recovering 2024-09-13T15:00:18.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:17 smithi104 ceph-mon[105578]: pgmap v1999: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+undersized+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 100 active+clean; 5.7 GiB data, 21 GiB used, 426 GiB / 447 GiB avail; 76 MiB/s wr, 1.22k op/s; 12049/280083 objects degraded (4.302%); 2542/280083 objects misplaced (0.908%); 4.8 MiB/s, 76 objects/s recovering 2024-09-13T15:00:18.426 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:00:18.453 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:18.454 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:18.454 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:00:18.522 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 75 16 96095 96079 80.056 63.625 0.0176612 0.0124864 2024-09-13T15:00:18.556 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:00:18.586 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:18.587 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:18.587 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:00:18.688 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:18.727 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:18.728 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:18.729 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:18.829 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:00:18.858 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:18.859 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:18.859 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:00:18.960 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:00:18.989 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:18.990 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:18.990 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:00:19.091 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:00:19.132 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:19.133 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:19.134 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:00:19.235 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:00:19.270 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:19.271 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:19.271 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:00:19.372 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:00:19.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:18 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 12049/280083 objects degraded (4.302%), 7 pgs degraded, 8 pgs undersized (PG_DEGRADED) 2024-09-13T15:00:19.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:18 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 12049/280083 objects degraded (4.302%), 7 pgs degraded, 8 pgs undersized (PG_DEGRADED) 2024-09-13T15:00:19.413 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:19.414 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:19.414 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:00:19.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:18 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 12049/280083 objects degraded (4.302%), 7 pgs degraded, 8 pgs undersized (PG_DEGRADED) 2024-09-13T15:00:19.515 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:00:19.522 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 76 16 97030 97014 79.7715 58.4375 0.0114196 0.0125308 2024-09-13T15:00:19.542 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:19.542 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:19.542 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:00:19.643 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:00:19.675 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:19.675 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:19.676 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:00:19.679 INFO:tasks.thrashosds.thrasher:in_osds: [0, 1, 5, 4, 7] out_osds: [2, 6, 3] dead_osds: [] live_osds: [0, 1, 2, 3, 4, 5, 7, 6] 2024-09-13T15:00:19.679 INFO:tasks.thrashosds.thrasher:choose_action: min_in 4 min_out 0 min_live 2 min_dead 0 chance_down 0.40 2024-09-13T15:00:19.680 INFO:tasks.thrashosds.thrasher:Growing pool unique_pool_4 2024-09-13T15:00:19.680 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-13T15:00:19.777 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:19.812 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:19.813 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:19.813 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:19.914 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:19.952 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:19.953 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:19.954 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:20.054 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:00:20.088 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:20.089 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:20.089 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:00:20.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:19 smithi071 ceph-mon[107477]: pgmap v2000: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+undersized+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 100 active+clean; 5.7 GiB data, 21 GiB used, 426 GiB / 447 GiB avail; 53 MiB/s wr, 853 op/s; 12049/280083 objects degraded (4.302%); 2542/280083 objects misplaced (0.908%); 2.9 MiB/s, 46 objects/s recovering 2024-09-13T15:00:20.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:19 smithi071 ceph-mon[112785]: pgmap v2000: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+undersized+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 100 active+clean; 5.7 GiB data, 21 GiB used, 426 GiB / 447 GiB avail; 53 MiB/s wr, 853 op/s; 12049/280083 objects degraded (4.302%); 2542/280083 objects misplaced (0.908%); 2.9 MiB/s, 46 objects/s recovering 2024-09-13T15:00:20.191 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:00:20.219 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:20.220 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:20.220 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:00:20.321 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:00:20.364 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:20.365 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:20.365 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:00:20.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:19 smithi104 ceph-mon[105578]: pgmap v2000: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+undersized+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 100 active+clean; 5.7 GiB data, 21 GiB used, 426 GiB / 447 GiB avail; 53 MiB/s wr, 853 op/s; 12049/280083 objects degraded (4.302%); 2542/280083 objects misplaced (0.908%); 2.9 MiB/s, 46 objects/s recovering 2024-09-13T15:00:20.467 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:00:20.498 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:20.498 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:20.499 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:00:20.522 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 77 16 98100 98084 79.6039 66.875 0.0127947 0.0125573 2024-09-13T15:00:20.600 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:00:20.640 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:20.641 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:20.641 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:00:20.742 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:00:20.773 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:20.774 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:20.774 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:00:20.875 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:00:20.903 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:20.903 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:20.904 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:00:21.004 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:00:21.049 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:21.049 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:21.049 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:00:21.150 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:21.188 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:21.188 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:21.189 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:21.290 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:00:21.332 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:21.333 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:21.333 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:00:21.434 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:00:21.472 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:21.473 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:21.473 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:00:21.522 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 78 16 99182 99166 79.4503 67.625 0.0124584 0.0125809 2024-09-13T15:00:21.574 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:00:21.601 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:21.602 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:21.602 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:00:21.703 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:00:21.733 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:21.734 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:21.734 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:00:21.835 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:00:21.872 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:21.873 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:21.874 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:00:21.974 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:00:21.978 INFO:teuthology.orchestra.run.smithi071.stderr:noscrub is unset 2024-09-13T15:00:22.027 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:22.027 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:22.028 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:00:22.129 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:00:22.168 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:22.169 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:22.169 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:00:22.270 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:00:22.298 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:22.298 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:22.299 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:00:22.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:21 smithi071 ceph-mon[112785]: pgmap v2001: 109 pgs: 1 active+recovering+undersized+remapped, 1 active+recovery_wait+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 100 active+clean; 5.9 GiB data, 22 GiB used, 425 GiB / 447 GiB avail; 69 MiB/s wr, 1.11k op/s; 12049/289329 objects degraded (4.164%); 2188/289329 objects misplaced (0.756%); 4.7 MiB/s, 75 objects/s recovering 2024-09-13T15:00:22.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:21 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/4034353610' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T15:00:22.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:21 smithi071 ceph-mon[107477]: pgmap v2001: 109 pgs: 1 active+recovering+undersized+remapped, 1 active+recovery_wait+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 100 active+clean; 5.9 GiB data, 22 GiB used, 425 GiB / 447 GiB avail; 69 MiB/s wr, 1.11k op/s; 12049/289329 objects degraded (4.164%); 2188/289329 objects misplaced (0.756%); 4.7 MiB/s, 75 objects/s recovering 2024-09-13T15:00:22.344 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:21 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/4034353610' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T15:00:22.399 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:00:22.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:21 smithi104 ceph-mon[105578]: pgmap v2001: 109 pgs: 1 active+recovering+undersized+remapped, 1 active+recovery_wait+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 100 active+clean; 5.9 GiB data, 22 GiB used, 425 GiB / 447 GiB avail; 69 MiB/s wr, 1.11k op/s; 12049/289329 objects degraded (4.164%); 2188/289329 objects misplaced (0.756%); 4.7 MiB/s, 75 objects/s recovering 2024-09-13T15:00:22.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:21 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/4034353610' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T15:00:22.441 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:22.441 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:22.442 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:00:22.522 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 79 16 100234 100218 79.2768 65.75 0.0297538 0.0126086 2024-09-13T15:00:22.542 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:00:22.573 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:22.573 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:22.574 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:00:22.675 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:00:22.707 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:22.707 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:22.708 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:00:22.810 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:22.848 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:22.849 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:22.850 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:22.950 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:00:22.969 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:00:22 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:00:22] "GET /metrics HTTP/1.1" 200 36648 "" "Prometheus/2.51.0" 2024-09-13T15:00:22.978 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:22.979 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:22.979 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:00:23.080 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:00:23.119 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:23.119 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:23.120 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:00:23.220 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:00:23.253 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:23.253 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:23.254 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:00:23.354 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:00:23.384 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:23.385 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:23.385 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:00:23.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:22 smithi071 ceph-mon[107477]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:00:23.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:22 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/4034353610' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T15:00:23.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:22 smithi071 ceph-mon[107477]: osdmap e1332: 8 total, 8 up, 5 in 2024-09-13T15:00:23.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:22 smithi071 ceph-mon[112785]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:00:23.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:22 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/4034353610' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T15:00:23.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:22 smithi071 ceph-mon[112785]: osdmap e1332: 8 total, 8 up, 5 in 2024-09-13T15:00:23.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:22 smithi104 ceph-mon[105578]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:00:23.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:22 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/4034353610' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T15:00:23.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:22 smithi104 ceph-mon[105578]: osdmap e1332: 8 total, 8 up, 5 in 2024-09-13T15:00:23.486 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:23.522 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:2024-09-13T15:00:23.522276+0000 min lat: 0.00127376 max lat: 1.63842 avg lat: 0.0126296 2024-09-13T15:00:23.523 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2024-09-13T15:00:23.523 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 80 16 101339 101323 79.149 69.0625 0.0102104 0.0126296 2024-09-13T15:00:23.525 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:23.525 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:23.526 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:23.627 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:00:23.664 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:23.665 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:23.665 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:00:23.766 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:23.803 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:23.804 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:23.805 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:23.905 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:00:23.936 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:23.936 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:23.937 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:00:24.037 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:00:24.066 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:24.068 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:24.068 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:00:24.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:23 smithi071 ceph-mon[107477]: pgmap v2003: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+undersized+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 100 active+clean; 6.0 GiB data, 22 GiB used, 425 GiB / 447 GiB avail; 63 MiB/s wr, 1.00k op/s; 12049/294810 objects degraded (4.087%); 2188/294810 objects misplaced (0.742%); 4.1 MiB/s, 65 objects/s recovering 2024-09-13T15:00:24.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:23 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 12049/294810 objects degraded (4.087%), 7 pgs degraded, 8 pgs undersized (PG_DEGRADED) 2024-09-13T15:00:24.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:23 smithi071 ceph-mon[112785]: pgmap v2003: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+undersized+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 100 active+clean; 6.0 GiB data, 22 GiB used, 425 GiB / 447 GiB avail; 63 MiB/s wr, 1.00k op/s; 12049/294810 objects degraded (4.087%); 2188/294810 objects misplaced (0.742%); 4.1 MiB/s, 65 objects/s recovering 2024-09-13T15:00:24.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:23 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 12049/294810 objects degraded (4.087%), 7 pgs degraded, 8 pgs undersized (PG_DEGRADED) 2024-09-13T15:00:24.169 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:00:24.201 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:24.201 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:24.201 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:00:24.221 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T15:00:24.221 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T15:00:24.302 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:00:24.342 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:24.343 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:24.343 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:00:24.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:23 smithi104 ceph-mon[105578]: pgmap v2003: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+undersized+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 100 active+clean; 6.0 GiB data, 22 GiB used, 425 GiB / 447 GiB avail; 63 MiB/s wr, 1.00k op/s; 12049/294810 objects degraded (4.087%); 2188/294810 objects misplaced (0.742%); 4.1 MiB/s, 65 objects/s recovering 2024-09-13T15:00:24.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:23 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 12049/294810 objects degraded (4.087%), 7 pgs degraded, 8 pgs undersized (PG_DEGRADED) 2024-09-13T15:00:24.445 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:00:24.475 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:24.476 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:24.477 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:00:24.523 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 81 16 102408 102392 78.9967 66.8125 0.0173926 0.0126536 2024-09-13T15:00:24.548 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:00:24.578 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:24.614 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:24.615 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:24.615 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:24.716 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:00:24.751 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:24.752 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:24.752 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:00:24.840 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:00:24.853 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:00:24.902 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:24.903 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:24.903 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:00:25.004 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:00:25.043 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:25.044 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:25.044 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:00:25.145 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:00:25.183 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:25.183 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:25.184 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:00:25.285 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:00:25.320 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:25.321 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:25.321 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:00:25.422 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:00:25.452 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:25.453 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:25.453 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:00:25.523 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 82 16 103423 103407 78.8069 63.4375 0.0158047 0.0126843 2024-09-13T15:00:25.554 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:00:25.594 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:25.595 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:25.595 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:00:25.599 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd unset nodeep-scrub 2024-09-13T15:00:25.697 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:00:25.729 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:25.730 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:25.730 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:00:25.832 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:25.866 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:25.867 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:25.868 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:25.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:25 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:00:25.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:25 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:00:25.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:25 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T15:00:25.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:25 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T15:00:25.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:25 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:00:25.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:25 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:00:25.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:25 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:00:25.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:25 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T15:00:25.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:25 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T15:00:25.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:25 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:00:25.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:25 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:00:25.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:25 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:00:25.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:25 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T15:00:25.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:25 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T15:00:25.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:25 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:00:25.969 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:00:25.995 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:25.996 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:25.997 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:00:26.097 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:00:26.131 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:26.132 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:26.132 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:00:26.233 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:00:26.268 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:26.269 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:26.269 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:00:26.370 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:00:26.399 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:26.400 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:26.400 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:00:26.501 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:26.523 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 83 16 104443 104427 78.6254 63.75 0.0383312 0.0127131 2024-09-13T15:00:26.538 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:26.538 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:26.538 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:26.639 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:00:26.673 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:26.674 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:26.674 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:00:26.775 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:00:26.796 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:26.797 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:26.797 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:00:26.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:26 smithi071 ceph-mon[107477]: pgmap v2004: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+undersized+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 100 active+clean; 6.0 GiB data, 23 GiB used, 424 GiB / 447 GiB avail; 63 MiB/s wr, 1.00k op/s; 12049/294810 objects degraded (4.087%); 2188/294810 objects misplaced (0.742%); 4.1 MiB/s, 65 objects/s recovering 2024-09-13T15:00:26.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:26 smithi071 ceph-mon[112785]: pgmap v2004: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+undersized+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 100 active+clean; 6.0 GiB data, 23 GiB used, 424 GiB / 447 GiB avail; 63 MiB/s wr, 1.00k op/s; 12049/294810 objects degraded (4.087%); 2188/294810 objects misplaced (0.742%); 4.1 MiB/s, 65 objects/s recovering 2024-09-13T15:00:26.898 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:00:26.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:26 smithi104 ceph-mon[105578]: pgmap v2004: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+undersized+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 100 active+clean; 6.0 GiB data, 23 GiB used, 424 GiB / 447 GiB avail; 63 MiB/s wr, 1.00k op/s; 12049/294810 objects degraded (4.087%); 2188/294810 objects misplaced (0.742%); 4.1 MiB/s, 65 objects/s recovering 2024-09-13T15:00:26.925 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:26.926 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:26.927 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:00:27.027 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:00:27.049 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:27.050 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:27.050 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:00:27.151 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:00:27.172 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:27.173 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:27.174 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:00:27.274 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:27.295 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:27.296 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:27.296 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:27.397 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:00:27.419 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:27.420 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:27.420 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:00:27.521 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:00:27.524 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 84 16 104855 104839 77.9959 25.75 0.00366567 0.012704 2024-09-13T15:00:27.542 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:27.543 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:27.543 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:00:27.644 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:00:27.674 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:27.675 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:27.675 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:00:27.776 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:00:27.807 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:27.807 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:27.808 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:00:27.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:27 smithi071 ceph-mon[107477]: osdmap e1333: 8 total, 8 up, 5 in 2024-09-13T15:00:27.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:27 smithi071 ceph-mon[112785]: osdmap e1333: 8 total, 8 up, 5 in 2024-09-13T15:00:27.909 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:27.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:27 smithi104 ceph-mon[105578]: osdmap e1333: 8 total, 8 up, 5 in 2024-09-13T15:00:27.943 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:27.944 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:27.945 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:28.046 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:00:28.074 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:28.075 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:28.076 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:00:28.176 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:00:28.212 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:28.213 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:28.213 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:00:28.314 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:00:28.346 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:28.347 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:28.347 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:00:28.448 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:00:28.488 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:28.488 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:28.489 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:00:28.523 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 85 16 105839 105823 77.8018 61.5 0.00626345 0.0128481 2024-09-13T15:00:28.590 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:00:28.611 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.1 dump_blocked_ops 2024-09-13T15:00:28.631 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:28.634 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:28.635 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:00:28.735 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:00:28.775 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:28.776 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:28.776 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:00:28.877 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:00:28.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:28 smithi071 ceph-mon[107477]: pgmap v2006: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+undersized+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 100 active+clean; 6.3 GiB data, 23 GiB used, 424 GiB / 447 GiB avail; 80 MiB/s wr, 1.28k op/s; 12049/310875 objects degraded (3.876%); 1804/310875 objects misplaced (0.580%); 5.8 MiB/s, 92 objects/s recovering 2024-09-13T15:00:28.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:28 smithi071 ceph-mon[107477]: osdmap e1334: 8 total, 8 up, 5 in 2024-09-13T15:00:28.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:28 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 12049/310875 objects degraded (3.876%), 7 pgs degraded, 8 pgs undersized (PG_DEGRADED) 2024-09-13T15:00:28.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:28 smithi071 ceph-mon[112785]: pgmap v2006: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+undersized+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 100 active+clean; 6.3 GiB data, 23 GiB used, 424 GiB / 447 GiB avail; 80 MiB/s wr, 1.28k op/s; 12049/310875 objects degraded (3.876%); 1804/310875 objects misplaced (0.580%); 5.8 MiB/s, 92 objects/s recovering 2024-09-13T15:00:28.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:28 smithi071 ceph-mon[112785]: osdmap e1334: 8 total, 8 up, 5 in 2024-09-13T15:00:28.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:28 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 12049/310875 objects degraded (3.876%), 7 pgs degraded, 8 pgs undersized (PG_DEGRADED) 2024-09-13T15:00:28.915 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:28.915 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:28.916 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:00:28.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:28 smithi104 ceph-mon[105578]: pgmap v2006: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+undersized+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 100 active+clean; 6.3 GiB data, 23 GiB used, 424 GiB / 447 GiB avail; 80 MiB/s wr, 1.28k op/s; 12049/310875 objects degraded (3.876%); 1804/310875 objects misplaced (0.580%); 5.8 MiB/s, 92 objects/s recovering 2024-09-13T15:00:28.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:28 smithi104 ceph-mon[105578]: osdmap e1334: 8 total, 8 up, 5 in 2024-09-13T15:00:28.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:28 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 12049/310875 objects degraded (3.876%), 7 pgs degraded, 8 pgs undersized (PG_DEGRADED) 2024-09-13T15:00:29.017 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:00:29.051 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:29.051 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:29.052 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:00:29.152 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:00:29.193 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:29.194 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:29.194 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:00:29.295 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:00:29.331 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:29.332 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:29.332 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:00:29.433 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:00:29.473 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:29.474 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:29.474 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:00:29.523 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 86 16 106925 106909 77.6863 67.875 0.00990659 0.0128675 2024-09-13T15:00:29.575 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:29.612 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:29.612 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:29.613 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:29.713 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:00:29.762 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:29.762 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:29.762 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:00:29.824 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:00:29.824 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:00:29.863 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:00:29.897 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:29.897 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:29.898 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:00:29.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:00:29.999 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:00:30.035 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:30.035 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:30.036 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:00:30.137 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:30.174 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:30.175 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:30.176 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:30.276 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:00:30.316 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:30.316 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:30.316 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:00:30.417 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:00:30.428 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T15:00:30.428 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T15:00:30.449 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:30.450 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:30.451 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:00:30.459 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T15:00:30.459 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T15:00:30.487 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T15:00:30.487 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T15:00:30.515 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T15:00:30.516 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T15:00:30.523 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 87 16 108014 107998 77.5756 68.0625 0.0176489 0.0128858 2024-09-13T15:00:30.547 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T15:00:30.547 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T15:00:30.552 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:00:30.579 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T15:00:30.579 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T15:00:30.587 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:30.588 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:30.588 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:00:30.605 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T15:00:30.605 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T15:00:30.632 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T15:00:30.632 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T15:00:30.689 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:00:30.726 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:30 smithi071 ceph-mon[107477]: pgmap v2008: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+undersized+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 100 active+clean; 6.3 GiB data, 23 GiB used, 424 GiB / 447 GiB avail; 49 MiB/s wr, 776 op/s; 12049/310875 objects degraded (3.876%); 1804/310875 objects misplaced (0.580%); 3.5 MiB/s, 55 objects/s recovering 2024-09-13T15:00:30.726 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:30 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2656334255' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:00:30.730 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:30 smithi071 ceph-mon[112785]: pgmap v2008: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+undersized+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 100 active+clean; 6.3 GiB data, 23 GiB used, 424 GiB / 447 GiB avail; 49 MiB/s wr, 776 op/s; 12049/310875 objects degraded (3.876%); 1804/310875 objects misplaced (0.580%); 3.5 MiB/s, 55 objects/s recovering 2024-09-13T15:00:30.730 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:30 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2656334255' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:00:30.730 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:30.731 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:30.731 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:00:30.832 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:00:30.870 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:30.871 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:30.871 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:00:30.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:30 smithi104 ceph-mon[105578]: pgmap v2008: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+undersized+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 100 active+clean; 6.3 GiB data, 23 GiB used, 424 GiB / 447 GiB avail; 49 MiB/s wr, 776 op/s; 12049/310875 objects degraded (3.876%); 1804/310875 objects misplaced (0.580%); 3.5 MiB/s, 55 objects/s recovering 2024-09-13T15:00:30.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:30 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2656334255' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:00:30.972 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:00:31.001 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:31.001 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:31.002 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:00:31.102 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:00:31.134 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:31.135 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:31.135 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:00:31.236 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:00:31.266 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:31.267 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:31.267 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:00:31.368 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:00:31.412 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:31.412 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:31.413 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:00:31.514 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:00:31.523 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 88 16 109091 109075 77.4589 67.3125 0.019574 0.0129051 2024-09-13T15:00:31.541 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:31.542 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:31.542 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:00:31.643 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:00:31.679 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:31.680 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:31.681 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:00:31.781 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:00:31.817 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:31.818 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:31.819 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:00:31.919 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:00:31.947 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:31.948 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:31.949 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:00:32.006 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:00:32.007 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:00:32.049 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:00:32.097 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:32.097 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:32.098 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:00:32.199 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:00:32.234 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:32.235 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:32.235 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:00:32.336 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:00:32.378 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:32.378 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:32.379 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:00:32.479 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:00:32.513 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:32.513 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:32.514 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:00:32.523 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 89 16 110170 110154 77.3463 67.4375 0.0162789 0.0129244 2024-09-13T15:00:32.615 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:00:32.647 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:32.648 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:32.648 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:00:32.749 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:00:32.779 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:32.780 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:32.780 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:00:32.881 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:00:32.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:32 smithi071 ceph-mon[112785]: pgmap v2009: 109 pgs: 1 active+recovery_wait+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 6.5 GiB data, 24 GiB used, 423 GiB / 447 GiB avail; 64 MiB/s wr, 1.02k op/s; 12049/319434 objects degraded (3.772%); 1712/319434 objects misplaced (0.536%); 3.7 MiB/s, 59 objects/s recovering 2024-09-13T15:00:32.891 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:00:32 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:00:32] "GET /metrics HTTP/1.1" 200 36650 "" "Prometheus/2.51.0" 2024-09-13T15:00:32.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:32 smithi071 ceph-mon[107477]: pgmap v2009: 109 pgs: 1 active+recovery_wait+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 6.5 GiB data, 24 GiB used, 423 GiB / 447 GiB avail; 64 MiB/s wr, 1.02k op/s; 12049/319434 objects degraded (3.772%); 1712/319434 objects misplaced (0.536%); 3.7 MiB/s, 59 objects/s recovering 2024-09-13T15:00:32.913 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:32.914 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:32.914 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:00:32.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:32 smithi104 ceph-mon[105578]: pgmap v2009: 109 pgs: 1 active+recovery_wait+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 6.5 GiB data, 24 GiB used, 423 GiB / 447 GiB avail; 64 MiB/s wr, 1.02k op/s; 12049/319434 objects degraded (3.772%); 1712/319434 objects misplaced (0.536%); 3.7 MiB/s, 59 objects/s recovering 2024-09-13T15:00:33.014 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:00:33.053 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:33.054 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:33.054 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:00:33.155 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:00:33.192 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:33.193 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:33.193 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:00:33.294 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:00:33.337 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:33.337 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:33.338 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:00:33.438 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:33.479 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:33.480 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:33.480 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:33.504 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=false 2024-09-13T15:00:33.523 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Total time run: 90.0086 2024-09-13T15:00:33.524 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Total writes made: 111245 2024-09-13T15:00:33.524 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Write size: 65536 2024-09-13T15:00:33.524 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Object size: 65536 2024-09-13T15:00:33.524 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Bandwidth (MB/sec): 77.2461 2024-09-13T15:00:33.524 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Stddev Bandwidth: 39.7882 2024-09-13T15:00:33.524 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Max bandwidth (MB/sec): 241.562 2024-09-13T15:00:33.524 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Min bandwidth (MB/sec): 0.1875 2024-09-13T15:00:33.524 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Average IOPS: 1235 2024-09-13T15:00:33.524 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Stddev IOPS: 636.611 2024-09-13T15:00:33.524 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Max IOPS: 3865 2024-09-13T15:00:33.524 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Min IOPS: 3 2024-09-13T15:00:33.524 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Average Latency(s): 0.0129414 2024-09-13T15:00:33.525 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Stddev Latency(s): 0.0275439 2024-09-13T15:00:33.525 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Max latency(s): 1.63842 2024-09-13T15:00:33.525 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Min latency(s): 0.00127376 2024-09-13T15:00:33.527 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Cleaning up (deleting benchmark objects) 2024-09-13T15:00:33.581 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:00:33.613 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:33.614 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:33.614 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:00:33.715 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:00:33.755 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:33.756 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:33.756 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:00:33.857 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:33.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:33 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 12049/319434 objects degraded (3.772%), 7 pgs degraded, 7 pgs undersized (PG_DEGRADED) 2024-09-13T15:00:33.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:33 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 12049/319434 objects degraded (3.772%), 7 pgs degraded, 7 pgs undersized (PG_DEGRADED) 2024-09-13T15:00:33.892 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:33.892 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:33.893 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:33.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:33 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 12049/319434 objects degraded (3.772%), 7 pgs degraded, 7 pgs undersized (PG_DEGRADED) 2024-09-13T15:00:33.994 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:00:34.017 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:34.017 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:34.017 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:00:34.118 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:00:34.158 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:34.159 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:34.159 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:00:34.260 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:34.296 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T15:00:34.298 INFO:teuthology.orchestra.run.smithi071.stderr:dumped all 2024-09-13T15:00:34.300 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:34.300 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:34.300 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:34.401 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:00:34.434 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:34.435 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:34.435 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:00:34.536 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:00:34.568 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:34.569 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:34.569 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:00:34.670 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:00:34.706 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:34.707 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:34.707 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:00:34.808 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:34.850 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:34.850 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:34.851 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:34.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:34 smithi071 ceph-mon[107477]: pgmap v2010: 109 pgs: 1 active+recovering+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 6.6 GiB data, 24 GiB used, 423 GiB / 447 GiB avail; 78 MiB/s wr, 1.25k op/s; 12049/324711 objects degraded (3.711%); 1350/324711 objects misplaced (0.416%); 6.5 MiB/s, 104 objects/s recovering 2024-09-13T15:00:34.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:34 smithi071 ceph-mon[112785]: pgmap v2010: 109 pgs: 1 active+recovering+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 6.6 GiB data, 24 GiB used, 423 GiB / 447 GiB avail; 78 MiB/s wr, 1.25k op/s; 12049/324711 objects degraded (3.711%); 1350/324711 objects misplaced (0.416%); 6.5 MiB/s, 104 objects/s recovering 2024-09-13T15:00:34.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:34 smithi104 ceph-mon[105578]: pgmap v2010: 109 pgs: 1 active+recovering+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 6.6 GiB data, 24 GiB used, 423 GiB / 447 GiB avail; 78 MiB/s wr, 1.25k op/s; 12049/324711 objects degraded (3.711%); 1350/324711 objects misplaced (0.416%); 6.5 MiB/s, 104 objects/s recovering 2024-09-13T15:00:34.952 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:00:34.987 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:34.988 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:34.988 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:00:35.089 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:00:35.124 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:35.125 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:35.125 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:00:35.226 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:00:35.267 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:35.267 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:35.268 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:00:35.369 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:00:35.395 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:35.395 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:35.396 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:00:35.497 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:00:35.529 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:35.532 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:35.532 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:00:35.633 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:00:35.664 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:35.664 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:35.665 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:00:35.766 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:00:35.792 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:35.793 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:35.793 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:00:35.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:35 smithi071 ceph-mon[107477]: from='client.35877 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T15:00:35.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:35 smithi071 ceph-mon[112785]: from='client.35877 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T15:00:35.895 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:00:35.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:35 smithi104 ceph-mon[105578]: from='client.35877 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T15:00:35.925 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:35.925 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:35.926 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:00:36.026 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:00:36.056 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:36.107 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:36.108 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:00:36.208 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:00:36.241 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:36.242 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:36.242 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:00:36.343 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:00:36.377 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:36.378 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:36.378 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:00:36.479 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:00:36.514 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:36.515 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:36.515 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:00:36.616 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:00:36.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:36 smithi071 ceph-mon[107477]: pgmap v2011: 109 pgs: 1 active+recovering+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 6.6 GiB data, 24 GiB used, 423 GiB / 447 GiB avail; 35 MiB/s wr, 556 op/s; 12049/324711 objects degraded (3.711%); 1350/324711 objects misplaced (0.416%); 3.4 MiB/s, 54 objects/s recovering 2024-09-13T15:00:36.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:36 smithi071 ceph-mon[112785]: pgmap v2011: 109 pgs: 1 active+recovering+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 6.6 GiB data, 24 GiB used, 423 GiB / 447 GiB avail; 35 MiB/s wr, 556 op/s; 12049/324711 objects degraded (3.711%); 1350/324711 objects misplaced (0.416%); 3.4 MiB/s, 54 objects/s recovering 2024-09-13T15:00:36.650 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:36.651 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:36.651 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:00:36.752 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:00:36.785 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:36.786 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:36.786 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:00:36.887 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:00:36.920 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:36.920 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:36.921 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:00:36.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:36 smithi104 ceph-mon[105578]: pgmap v2011: 109 pgs: 1 active+recovering+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 6.6 GiB data, 24 GiB used, 423 GiB / 447 GiB avail; 35 MiB/s wr, 556 op/s; 12049/324711 objects degraded (3.711%); 1350/324711 objects misplaced (0.416%); 3.4 MiB/s, 54 objects/s recovering 2024-09-13T15:00:37.022 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:00:37.051 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:37.052 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:37.053 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:00:37.107 INFO:teuthology.orchestra.run.smithi071.stdout:{"pg_ready":true,"pg_map":{"version":2010,"stamp":"2024-09-13T15:00:32.868315+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":7092421264,"num_objects":108237,"num_object_clones":0,"num_object_copies":324711,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":12049,"num_objects_misplaced":1350,"num_objects_unfound":0,"num_objects_dirty":108237,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":108275,"num_write_kb":6925537,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":5621,"num_bytes_recovered":362810336,"num_keys_recovered":30,"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":77299,"ondisk_log_size":77299,"up":327,"acting":320,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":347,"num_osds":5,"num_per_pool_osds":5,"num_per_pool_omap_osds":5,"kb":468725760,"kb_used":25337092,"kb_used_data":21571408,"kb_used_omap":102,"kb_used_meta":3765529,"kb_avail":443388668,"statfs":{"total":479975178240,"available":454029996032,"internally_reserved":0,"allocated":22089121792,"data_stored":22072259719,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":104583,"internal_metadata":3855902585},"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":3,"apply_latency_ms":3,"commit_latency_ns":3000000,"apply_latency_ns":3000000},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":653197312,"num_objects":9967,"num_object_clones":0,"num_object_copies":29901,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":-838,"num_objects_unfound":0,"num_objects_dirty":9967,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":9967,"num_write_kb":637888,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":838,"num_bytes_recovered":54919168,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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.002173"},"pg_stats":[{"pgid":"1.11","version":"373'149","reported_seq":1643,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.598357+0000","last_change":"2024-09-13T14:58:40.960253+0000","last_active":"2024-09-13T15:00:26.598357+0000","last_peered":"2024-09-13T15:00:26.598357+0000","last_clean":"2024-09-13T15:00:26.598357+0000","last_became_active":"2024-09-13T14:58:40.516409+0000","last_became_peered":"2024-09-13T14:58:40.516409+0000","last_unstale":"2024-09-13T15:00:26.598357+0000","last_undegraded":"2024-09-13T15:00:26.598357+0000","last_fullsized":"2024-09-13T15:00:26.598357+0000","mapping_epoch":1307,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1308,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:40.960122+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:40.960122+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:21:26.911357+0000","scrub_duration":0.001472285,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[5,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.14","version":"0'0","reported_seq":25,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.601933+0000","last_change":"2024-09-13T14:59:13.291791+0000","last_active":"2024-09-13T15:00:26.601933+0000","last_peered":"2024-09-13T15:00:26.601933+0000","last_clean":"2024-09-13T15:00:26.601933+0000","last_became_active":"2024-09-13T14:59:13.291464+0000","last_became_peered":"2024-09-13T14:59:13.291464+0000","last_unstale":"2024-09-13T15:00:26.601933+0000","last_undegraded":"2024-09-13T15:00:26.601933+0000","last_fullsized":"2024-09-13T15:00:26.601933+0000","mapping_epoch":1319,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1320,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:46:51.036618+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[7,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.13","version":"70'2","reported_seq":31,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.601084+0000","last_change":"2024-09-13T14:59:13.298970+0000","last_active":"2024-09-13T15:00:26.601084+0000","last_peered":"2024-09-13T15:00:26.601084+0000","last_clean":"2024-09-13T15:00:26.601084+0000","last_became_active":"2024-09-13T14:59:13.276875+0000","last_became_peered":"2024-09-13T14:59:13.276875+0000","last_unstale":"2024-09-13T15:00:26.601084+0000","last_undegraded":"2024-09-13T15:00:26.601084+0000","last_fullsized":"2024-09-13T15:00:26.601084+0000","mapping_epoch":1319,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1320,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T20:16:18.708902+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":6,"num_bytes_recovered":102,"num_keys_recovered":30,"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,0],"acting":[7,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.10","version":"373'149","reported_seq":1672,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.602670+0000","last_change":"2024-09-13T14:59:16.310558+0000","last_active":"2024-09-13T15:00:26.602670+0000","last_peered":"2024-09-13T15:00:26.602670+0000","last_clean":"2024-09-13T15:00:26.602670+0000","last_became_active":"2024-09-13T14:59:16.310074+0000","last_became_peered":"2024-09-13T14:59:16.310074+0000","last_unstale":"2024-09-13T15:00:26.602670+0000","last_undegraded":"2024-09-13T15:00:26.602670+0000","last_fullsized":"2024-09-13T15:00:26.602670+0000","mapping_epoch":1322,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1323,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:47.921711+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:47.921711+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:49:56.933652+0000","scrub_duration":0.001430061,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.15","version":"0'0","reported_seq":1350,"reported_epoch":1334,"state":"active+clean","last_fresh":"2024-09-13T15:00:27.601906+0000","last_change":"2024-09-13T14:59:13.296683+0000","last_active":"2024-09-13T15:00:27.601906+0000","last_peered":"2024-09-13T15:00:27.601906+0000","last_clean":"2024-09-13T15:00:27.601906+0000","last_became_active":"2024-09-13T14:59:13.296366+0000","last_became_peered":"2024-09-13T14:59:13.296366+0000","last_unstale":"2024-09-13T15:00:27.601906+0000","last_undegraded":"2024-09-13T15:00:27.601906+0000","last_fullsized":"2024-09-13T15:00:27.601906+0000","mapping_epoch":1319,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1320,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:06:22.255806+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[5,7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.12","version":"0'0","reported_seq":1907,"reported_epoch":1334,"state":"active+clean","last_fresh":"2024-09-13T15:00:27.636065+0000","last_change":"2024-09-13T14:59:13.277650+0000","last_active":"2024-09-13T15:00:27.636065+0000","last_peered":"2024-09-13T15:00:27.636065+0000","last_clean":"2024-09-13T15:00:27.636065+0000","last_became_active":"2024-09-13T14:59:13.277061+0000","last_became_peered":"2024-09-13T14:59:13.277061+0000","last_unstale":"2024-09-13T15:00:27.636065+0000","last_undegraded":"2024-09-13T15:00:27.636065+0000","last_fullsized":"2024-09-13T15:00:27.636065+0000","mapping_epoch":1319,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1320,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:48:52.922690+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.13","version":"373'149","reported_seq":1679,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.591367+0000","last_change":"2024-09-13T14:58:51.141236+0000","last_active":"2024-09-13T15:00:26.591367+0000","last_peered":"2024-09-13T15:00:26.591367+0000","last_clean":"2024-09-13T15:00:26.591367+0000","last_became_active":"2024-09-13T14:58:43.533342+0000","last_became_peered":"2024-09-13T14:58:43.533342+0000","last_unstale":"2024-09-13T15:00:26.591367+0000","last_undegraded":"2024-09-13T15:00:26.591367+0000","last_fullsized":"2024-09-13T15:00:26.591367+0000","mapping_epoch":1310,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1311,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:51.141140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:51.141140+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:42:04.205057+0000","scrub_duration":0.0017852580000000001,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[4,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.16","version":"0'0","reported_seq":1910,"reported_epoch":1334,"state":"active+clean","last_fresh":"2024-09-13T15:00:27.639639+0000","last_change":"2024-09-13T14:59:13.286401+0000","last_active":"2024-09-13T15:00:27.639639+0000","last_peered":"2024-09-13T15:00:27.639639+0000","last_clean":"2024-09-13T15:00:27.639639+0000","last_became_active":"2024-09-13T14:59:13.286071+0000","last_became_peered":"2024-09-13T14:59:13.286071+0000","last_unstale":"2024-09-13T15:00:27.639639+0000","last_undegraded":"2024-09-13T15:00:27.639639+0000","last_fullsized":"2024-09-13T15:00:27.639639+0000","mapping_epoch":1319,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1320,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:20:39.784579+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[0,7,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.11","version":"0'0","reported_seq":25,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.600638+0000","last_change":"2024-09-13T14:59:13.285483+0000","last_active":"2024-09-13T15:00:26.600638+0000","last_peered":"2024-09-13T15:00:26.600638+0000","last_clean":"2024-09-13T15:00:26.600638+0000","last_became_active":"2024-09-13T14:59:13.285195+0000","last_became_peered":"2024-09-13T14:59:13.285195+0000","last_unstale":"2024-09-13T15:00:26.600638+0000","last_undegraded":"2024-09-13T15:00:26.600638+0000","last_fullsized":"2024-09-13T15:00:26.600638+0000","mapping_epoch":1319,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1320,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:18:56.866280+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[7,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.12","version":"373'149","reported_seq":1669,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.598712+0000","last_change":"2024-09-13T14:59:16.315092+0000","last_active":"2024-09-13T15:00:26.598712+0000","last_peered":"2024-09-13T15:00:26.598712+0000","last_clean":"2024-09-13T15:00:26.598712+0000","last_became_active":"2024-09-13T14:59:16.312122+0000","last_became_peered":"2024-09-13T14:59:16.312122+0000","last_unstale":"2024-09-13T15:00:26.598712+0000","last_undegraded":"2024-09-13T15:00:26.598712+0000","last_fullsized":"2024-09-13T15:00:26.598712+0000","mapping_epoch":1322,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1323,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:46.963090+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:46.963090+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:20:58.264910+0000","scrub_duration":0.0014971279999999999,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[5,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.17","version":"0'0","reported_seq":25,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.602625+0000","last_change":"2024-09-13T14:59:13.294935+0000","last_active":"2024-09-13T15:00:26.602625+0000","last_peered":"2024-09-13T15:00:26.602625+0000","last_clean":"2024-09-13T15:00:26.602625+0000","last_became_active":"2024-09-13T14:59:13.294631+0000","last_became_peered":"2024-09-13T14:59:13.294631+0000","last_unstale":"2024-09-13T15:00:26.602625+0000","last_undegraded":"2024-09-13T15:00:26.602625+0000","last_fullsized":"2024-09-13T15:00:26.602625+0000","mapping_epoch":1319,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1320,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:53:27.045258+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[7,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.10","version":"70'8","reported_seq":215,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.603131+0000","last_change":"2024-09-13T14:59:13.305925+0000","last_active":"2024-09-13T15:00:26.603131+0000","last_peered":"2024-09-13T15:00:26.603131+0000","last_clean":"2024-09-13T15:00:26.603131+0000","last_became_active":"2024-09-13T14:59:13.295426+0000","last_became_peered":"2024-09-13T14:59:13.295426+0000","last_unstale":"2024-09-13T15:00:26.603131+0000","last_undegraded":"2024-09-13T15:00:26.603131+0000","last_fullsized":"2024-09-13T15:00:26.603131+0000","mapping_epoch":1319,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1320,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T14:31:07.530766+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":16,"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":[5,1,7],"acting":[5,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"9.5","version":"1334'6828","reported_seq":6882,"reported_epoch":1334,"state":"active+recovery_wait+undersized+degraded+remapped","last_fresh":"2024-09-13T15:00:31.178795+0000","last_change":"2024-09-13T14:59:14.529941+0000","last_active":"2024-09-13T15:00:31.178795+0000","last_peered":"2024-09-13T15:00:31.178795+0000","last_clean":"2024-09-13T14:59:12.921386+0000","last_became_active":"2024-09-13T14:59:14.526344+0000","last_became_peered":"2024-09-13T14:59:14.526344+0000","last_unstale":"2024-09-13T15:00:31.178795+0000","last_undegraded":"2024-09-13T14:59:14.292940+0000","last_fullsized":"2024-09-13T14:59:14.271570+0000","mapping_epoch":1320,"log_start":"1318'1600","ondisk_log_start":"1318'1600","created":1313,"last_epoch_clean":1314,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:58:50.585200+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:58:50.585200+0000","last_clean_scrub_stamp":"2024-09-13T14:58:50.585200+0000","objects_scrubbed":0,"log_size":5228,"log_dups_size":0,"ondisk_log_size":5228,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"no scrub is scheduled","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":447479808,"num_objects":6828,"num_object_clones":0,"num_object_copies":20484,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":1707,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6828,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":6828,"num_write_kb":436992,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"avail_no_missing":["0","1","5"],"object_location_counts":[{"shards":"0,1,5","objects":1707},{"shards":"0,5","objects":5121}],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"1.d","version":"373'149","reported_seq":1661,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.604408+0000","last_change":"2024-09-13T14:59:16.297541+0000","last_active":"2024-09-13T15:00:26.604408+0000","last_peered":"2024-09-13T15:00:26.604408+0000","last_clean":"2024-09-13T15:00:26.604408+0000","last_became_active":"2024-09-13T14:59:16.297252+0000","last_became_peered":"2024-09-13T14:59:16.297252+0000","last_unstale":"2024-09-13T15:00:26.604408+0000","last_undegraded":"2024-09-13T15:00:26.604408+0000","last_fullsized":"2024-09-13T15:00:26.604408+0000","mapping_epoch":1322,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1323,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:52.153366+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:52.153366+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":true,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"queued for scrub","scrub_duration":4,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.f","version":"70'1","reported_seq":29,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.602462+0000","last_change":"2024-09-13T14:59:13.292981+0000","last_active":"2024-09-13T15:00:26.602462+0000","last_peered":"2024-09-13T15:00:26.602462+0000","last_clean":"2024-09-13T15:00:26.602462+0000","last_became_active":"2024-09-13T14:59:13.271133+0000","last_became_peered":"2024-09-13T14:59:13.271133+0000","last_unstale":"2024-09-13T15:00:26.602462+0000","last_undegraded":"2024-09-13T15:00:26.602462+0000","last_fullsized":"2024-09-13T15:00:26.602462+0000","mapping_epoch":1319,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1320,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T14:46:07.400277+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":3,"num_bytes_recovered":66,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.8","version":"0'0","reported_seq":1342,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.603167+0000","last_change":"2024-09-13T14:59:13.295656+0000","last_active":"2024-09-13T15:00:26.603167+0000","last_peered":"2024-09-13T15:00:26.603167+0000","last_clean":"2024-09-13T15:00:26.603167+0000","last_became_active":"2024-09-13T14:59:13.294949+0000","last_became_peered":"2024-09-13T14:59:13.294949+0000","last_unstale":"2024-09-13T15:00:26.603167+0000","last_undegraded":"2024-09-13T15:00:26.603167+0000","last_fullsized":"2024-09-13T15:00:26.603167+0000","mapping_epoch":1319,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1320,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:19:52.047774+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"9.4","version":"1334'6810","reported_seq":6840,"reported_epoch":1334,"state":"active+clean","last_fresh":"2024-09-13T15:00:30.365489+0000","last_change":"2024-09-13T14:58:51.693073+0000","last_active":"2024-09-13T15:00:30.365489+0000","last_peered":"2024-09-13T15:00:30.365489+0000","last_clean":"2024-09-13T15:00:30.365489+0000","last_became_active":"2024-09-13T14:58:51.692593+0000","last_became_peered":"2024-09-13T14:58:51.692593+0000","last_unstale":"2024-09-13T15:00:30.365489+0000","last_undegraded":"2024-09-13T15:00:30.365489+0000","last_fullsized":"2024-09-13T15:00:30.365489+0000","mapping_epoch":1313,"log_start":"1324'2400","ondisk_log_start":"1324'2400","created":1313,"last_epoch_clean":1314,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:58:50.585200+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:58:50.585200+0000","last_clean_scrub_stamp":"2024-09-13T14:58:50.585200+0000","objects_scrubbed":0,"log_size":4410,"log_dups_size":0,"ondisk_log_size":4410,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:24:16.724494+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":446300160,"num_objects":6810,"num_object_clones":0,"num_object_copies":20430,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6810,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":6810,"num_write_kb":435840,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[4,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"1.c","version":"373'149","reported_seq":1684,"reported_epoch":1334,"state":"active+clean","last_fresh":"2024-09-13T15:00:27.638270+0000","last_change":"2024-09-13T14:58:44.559047+0000","last_active":"2024-09-13T15:00:27.638270+0000","last_peered":"2024-09-13T15:00:27.638270+0000","last_clean":"2024-09-13T15:00:27.638270+0000","last_became_active":"2024-09-13T14:58:43.531764+0000","last_became_peered":"2024-09-13T14:58:43.531764+0000","last_unstale":"2024-09-13T15:00:27.638270+0000","last_undegraded":"2024-09-13T15:00:27.638270+0000","last_fullsized":"2024-09-13T15:00:27.638270+0000","mapping_epoch":1310,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1311,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:44.558993+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:44.558993+0000","objects_scrubbed":1,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:03:25.684376+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":327680,"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,4,5],"acting":[0,4,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.e","version":"70'2","reported_seq":29,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.601729+0000","last_change":"2024-09-13T14:59:13.313792+0000","last_active":"2024-09-13T15:00:26.601729+0000","last_peered":"2024-09-13T15:00:26.601729+0000","last_clean":"2024-09-13T15:00:26.601729+0000","last_became_active":"2024-09-13T14:59:13.283083+0000","last_became_peered":"2024-09-13T14:59:13.283083+0000","last_unstale":"2024-09-13T15:00:26.601729+0000","last_undegraded":"2024-09-13T15:00:26.601729+0000","last_fullsized":"2024-09-13T15:00:26.601729+0000","mapping_epoch":1319,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1320,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T00:00:45.387926+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":3,"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,1],"acting":[7,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.9","version":"0'0","reported_seq":65,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.592724+0000","last_change":"2024-09-13T14:57:14.897860+0000","last_active":"2024-09-13T15:00:26.592724+0000","last_peered":"2024-09-13T15:00:26.592724+0000","last_clean":"2024-09-13T15:00:26.592724+0000","last_became_active":"2024-09-13T14:57:14.897386+0000","last_became_peered":"2024-09-13T14:57:14.897386+0000","last_unstale":"2024-09-13T15:00:26.592724+0000","last_undegraded":"2024-09-13T15:00:26.592724+0000","last_fullsized":"2024-09-13T15:00:26.592724+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:13:41.585615+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[4,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"9.7","version":"1334'6666","reported_seq":10110,"reported_epoch":1334,"state":"active+clean","last_fresh":"2024-09-13T15:00:30.473789+0000","last_change":"2024-09-13T15:00:27.609970+0000","last_active":"2024-09-13T15:00:30.473789+0000","last_peered":"2024-09-13T15:00:30.473789+0000","last_clean":"2024-09-13T15:00:30.473789+0000","last_became_active":"2024-09-13T15:00:27.604894+0000","last_became_peered":"2024-09-13T15:00:27.604894+0000","last_unstale":"2024-09-13T15:00:30.473789+0000","last_undegraded":"2024-09-13T15:00:30.473789+0000","last_fullsized":"2024-09-13T15:00:30.473789+0000","mapping_epoch":1333,"log_start":"1324'2600","ondisk_log_start":"1324'2600","created":1313,"last_epoch_clean":1334,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:58:50.585200+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:58:50.585200+0000","last_clean_scrub_stamp":"2024-09-13T14:58:50.585200+0000","objects_scrubbed":0,"log_size":4066,"log_dups_size":0,"ondisk_log_size":4066,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:35:56.409132+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":436862976,"num_objects":6666,"num_object_clones":0,"num_object_copies":19998,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6666,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":6666,"num_write_kb":426624,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":1697,"num_bytes_recovered":111214592,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.f","version":"373'149","reported_seq":1644,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.601866+0000","last_change":"2024-09-13T14:58:41.997007+0000","last_active":"2024-09-13T15:00:26.601866+0000","last_peered":"2024-09-13T15:00:26.601866+0000","last_clean":"2024-09-13T15:00:26.601866+0000","last_became_active":"2024-09-13T14:58:40.517180+0000","last_became_peered":"2024-09-13T14:58:40.517180+0000","last_unstale":"2024-09-13T15:00:26.601866+0000","last_undegraded":"2024-09-13T15:00:26.601866+0000","last_fullsized":"2024-09-13T15:00:26.601866+0000","mapping_epoch":1307,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1308,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:41.996887+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:41.996887+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:07:06.307076+0000","scrub_duration":0.0021616460000000001,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.d","version":"70'1","reported_seq":29,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.604540+0000","last_change":"2024-09-13T14:59:13.337644+0000","last_active":"2024-09-13T15:00:26.604540+0000","last_peered":"2024-09-13T15:00:26.604540+0000","last_clean":"2024-09-13T15:00:26.604540+0000","last_became_active":"2024-09-13T14:59:13.295052+0000","last_became_peered":"2024-09-13T14:59:13.295052+0000","last_unstale":"2024-09-13T15:00:26.604540+0000","last_undegraded":"2024-09-13T15:00:26.604540+0000","last_fullsized":"2024-09-13T15:00:26.604540+0000","mapping_epoch":1319,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1320,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T21:25:43.163664+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":4,"num_bytes_recovered":280,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[7,5,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.a","version":"0'0","reported_seq":25,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.600238+0000","last_change":"2024-09-13T14:59:13.294850+0000","last_active":"2024-09-13T15:00:26.600238+0000","last_peered":"2024-09-13T15:00:26.600238+0000","last_clean":"2024-09-13T15:00:26.600238+0000","last_became_active":"2024-09-13T14:59:13.294548+0000","last_became_peered":"2024-09-13T14:59:13.294548+0000","last_unstale":"2024-09-13T15:00:26.600238+0000","last_undegraded":"2024-09-13T15:00:26.600238+0000","last_fullsized":"2024-09-13T15:00:26.600238+0000","mapping_epoch":1319,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1320,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:38:09.191904+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[7,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"9.6","version":"1334'6677","reported_seq":6705,"reported_epoch":1334,"state":"active+clean","last_fresh":"2024-09-13T15:00:30.467325+0000","last_change":"2024-09-13T14:58:51.690080+0000","last_active":"2024-09-13T15:00:30.467325+0000","last_peered":"2024-09-13T15:00:30.467325+0000","last_clean":"2024-09-13T15:00:30.467325+0000","last_became_active":"2024-09-13T14:58:51.689760+0000","last_became_peered":"2024-09-13T14:58:51.689760+0000","last_unstale":"2024-09-13T15:00:30.467325+0000","last_undegraded":"2024-09-13T15:00:30.467325+0000","last_fullsized":"2024-09-13T15:00:30.467325+0000","mapping_epoch":1313,"log_start":"1324'2600","ondisk_log_start":"1324'2600","created":1313,"last_epoch_clean":1314,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:58:50.585200+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:58:50.585200+0000","last_clean_scrub_stamp":"2024-09-13T14:58:50.585200+0000","objects_scrubbed":0,"log_size":4077,"log_dups_size":0,"ondisk_log_size":4077,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:20:13.895346+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":437583872,"num_objects":6677,"num_object_clones":0,"num_object_copies":20031,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6677,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":6677,"num_write_kb":427328,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"1.e","version":"373'149","reported_seq":1679,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.592821+0000","last_change":"2024-09-13T14:59:16.290746+0000","last_active":"2024-09-13T15:00:26.592821+0000","last_peered":"2024-09-13T15:00:26.592821+0000","last_clean":"2024-09-13T15:00:26.592821+0000","last_became_active":"2024-09-13T14:59:16.290469+0000","last_became_peered":"2024-09-13T14:59:16.290469+0000","last_unstale":"2024-09-13T15:00:26.592821+0000","last_undegraded":"2024-09-13T15:00:26.592821+0000","last_fullsized":"2024-09-13T15:00:26.592821+0000","mapping_epoch":1322,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1323,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:46.145574+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:46.145574+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:09:59.780367+0000","scrub_duration":0.0016746529999999999,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7,1],"acting":[4,7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.c","version":"0'0","reported_seq":1329,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.602354+0000","last_change":"2024-09-13T14:57:52.759487+0000","last_active":"2024-09-13T15:00:26.602354+0000","last_peered":"2024-09-13T15:00:26.602354+0000","last_clean":"2024-09-13T15:00:26.602354+0000","last_became_active":"2024-09-13T14:57:52.742148+0000","last_became_peered":"2024-09-13T14:57:52.742148+0000","last_unstale":"2024-09-13T15:00:26.602354+0000","last_undegraded":"2024-09-13T15:00:26.602354+0000","last_fullsized":"2024-09-13T15:00:26.602354+0000","mapping_epoch":1293,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1294,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:03:58.093857+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"4.b","version":"0'0","reported_seq":1884,"reported_epoch":1334,"state":"active+clean","last_fresh":"2024-09-13T15:00:27.637345+0000","last_change":"2024-09-13T14:57:14.903236+0000","last_active":"2024-09-13T15:00:27.637345+0000","last_peered":"2024-09-13T15:00:27.637345+0000","last_clean":"2024-09-13T15:00:27.637345+0000","last_became_active":"2024-09-13T14:57:14.902951+0000","last_became_peered":"2024-09-13T14:57:14.902951+0000","last_unstale":"2024-09-13T15:00:27.637345+0000","last_undegraded":"2024-09-13T15:00:27.637345+0000","last_fullsized":"2024-09-13T15:00:27.637345+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:55:09.250185+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"9.1","version":"1334'6898","reported_seq":6934,"reported_epoch":1334,"state":"active+recovery_wait+undersized+degraded+remapped","last_fresh":"2024-09-13T15:00:30.349549+0000","last_change":"2024-09-13T14:59:14.540274+0000","last_active":"2024-09-13T15:00:30.349549+0000","last_peered":"2024-09-13T15:00:30.349549+0000","last_clean":"2024-09-13T14:59:12.918646+0000","last_became_active":"2024-09-13T14:59:14.536042+0000","last_became_peered":"2024-09-13T14:59:14.536042+0000","last_unstale":"2024-09-13T15:00:30.349549+0000","last_undegraded":"2024-09-13T14:59:14.391956+0000","last_fullsized":"2024-09-13T14:59:14.269296+0000","mapping_epoch":1320,"log_start":"1324'2500","ondisk_log_start":"1324'2500","created":1313,"last_epoch_clean":1314,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:58:50.585200+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:58:50.585200+0000","last_clean_scrub_stamp":"2024-09-13T14:58:50.585200+0000","objects_scrubbed":0,"log_size":4398,"log_dups_size":0,"ondisk_log_size":4398,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:10:03.453037+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":452067328,"num_objects":6898,"num_object_clones":0,"num_object_copies":20694,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":1768,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6898,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":6898,"num_write_kb":441472,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":1,"num_bytes_recovered":65536,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[4,1],"avail_no_missing":["4","0","1"],"object_location_counts":[{"shards":"0,1,4","objects":1768},{"shards":"1,4","objects":5130}],"blocked_by":[],"up_primary":7,"acting_primary":4,"purged_snaps":[]},{"pgid":"1.9","version":"373'149","reported_seq":1601,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.601020+0000","last_change":"2024-09-13T14:59:16.304691+0000","last_active":"2024-09-13T15:00:26.601020+0000","last_peered":"2024-09-13T15:00:26.601020+0000","last_clean":"2024-09-13T15:00:26.601020+0000","last_became_active":"2024-09-13T14:59:16.304339+0000","last_became_peered":"2024-09-13T14:59:16.304339+0000","last_unstale":"2024-09-13T15:00:26.601020+0000","last_undegraded":"2024-09-13T15:00:26.601020+0000","last_fullsized":"2024-09-13T15:00:26.601020+0000","mapping_epoch":1322,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1323,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:00.672283+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:00.672283+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:28:42.814470+0000","scrub_duration":8,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[7,5,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.b","version":"70'2","reported_seq":482,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.590887+0000","last_change":"2024-09-13T14:59:13.308518+0000","last_active":"2024-09-13T15:00:26.590887+0000","last_peered":"2024-09-13T15:00:26.590887+0000","last_clean":"2024-09-13T15:00:26.590887+0000","last_became_active":"2024-09-13T14:59:13.280468+0000","last_became_peered":"2024-09-13T14:59:13.280468+0000","last_unstale":"2024-09-13T15:00:26.590887+0000","last_undegraded":"2024-09-13T15:00:26.590887+0000","last_fullsized":"2024-09-13T15:00:26.590887+0000","mapping_epoch":1319,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1320,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T23:31:54.241773+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":10,"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":[4,1,7],"acting":[4,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.c","version":"0'0","reported_seq":83,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.593809+0000","last_change":"2024-09-13T14:59:13.286259+0000","last_active":"2024-09-13T15:00:26.593809+0000","last_peered":"2024-09-13T15:00:26.593809+0000","last_clean":"2024-09-13T15:00:26.593809+0000","last_became_active":"2024-09-13T14:59:13.285657+0000","last_became_peered":"2024-09-13T14:59:13.285657+0000","last_unstale":"2024-09-13T15:00:26.593809+0000","last_undegraded":"2024-09-13T15:00:26.593809+0000","last_fullsized":"2024-09-13T15:00:26.593809+0000","mapping_epoch":1319,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1320,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:47:27.749540+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[4,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"9.0","version":"1334'6740","reported_seq":6793,"reported_epoch":1334,"state":"active+clean","last_fresh":"2024-09-13T15:00:31.150142+0000","last_change":"2024-09-13T14:58:51.693627+0000","last_active":"2024-09-13T15:00:31.150142+0000","last_peered":"2024-09-13T15:00:31.150142+0000","last_clean":"2024-09-13T15:00:31.150142+0000","last_became_active":"2024-09-13T14:58:51.692369+0000","last_became_peered":"2024-09-13T14:58:51.692369+0000","last_unstale":"2024-09-13T15:00:31.150142+0000","last_undegraded":"2024-09-13T15:00:31.150142+0000","last_fullsized":"2024-09-13T15:00:31.150142+0000","mapping_epoch":1313,"log_start":"1318'1500","ondisk_log_start":"1318'1500","created":1313,"last_epoch_clean":1314,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:58:50.585200+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:58:50.585200+0000","last_clean_scrub_stamp":"2024-09-13T14:58:50.585200+0000","objects_scrubbed":0,"log_size":5240,"log_dups_size":0,"ondisk_log_size":5240,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:25:37.028578+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":441712640,"num_objects":6740,"num_object_clones":0,"num_object_copies":20220,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6740,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":6740,"num_write_kb":431360,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.8","version":"373'149","reported_seq":1678,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.602473+0000","last_change":"2024-09-13T14:58:43.534397+0000","last_active":"2024-09-13T15:00:26.602473+0000","last_peered":"2024-09-13T15:00:26.602473+0000","last_clean":"2024-09-13T15:00:26.602473+0000","last_became_active":"2024-09-13T14:58:43.532707+0000","last_became_peered":"2024-09-13T14:58:43.532707+0000","last_unstale":"2024-09-13T15:00:26.602473+0000","last_undegraded":"2024-09-13T15:00:26.602473+0000","last_fullsized":"2024-09-13T15:00:26.602473+0000","mapping_epoch":1310,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1311,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:06.782570+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:06.782570+0000","objects_scrubbed":1,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:39:14.226289+0000","scrub_duration":2,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":262688,"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":3,"num_bytes_recovered":788064,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[5,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.a","version":"0'0","reported_seq":74,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.590274+0000","last_change":"2024-09-13T14:57:52.632871+0000","last_active":"2024-09-13T15:00:26.590274+0000","last_peered":"2024-09-13T15:00:26.590274+0000","last_clean":"2024-09-13T15:00:26.590274+0000","last_became_active":"2024-09-13T14:57:52.631916+0000","last_became_peered":"2024-09-13T14:57:52.631916+0000","last_unstale":"2024-09-13T15:00:26.590274+0000","last_undegraded":"2024-09-13T15:00:26.590274+0000","last_fullsized":"2024-09-13T15:00:26.590274+0000","mapping_epoch":1293,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1294,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:02:32.037774+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[4,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.d","version":"0'0","reported_seq":65,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.592210+0000","last_change":"2024-09-13T14:57:14.940450+0000","last_active":"2024-09-13T15:00:26.592210+0000","last_peered":"2024-09-13T15:00:26.592210+0000","last_clean":"2024-09-13T15:00:26.592210+0000","last_became_active":"2024-09-13T14:57:14.940147+0000","last_became_peered":"2024-09-13T14:57:14.940147+0000","last_unstale":"2024-09-13T15:00:26.592210+0000","last_undegraded":"2024-09-13T15:00:26.592210+0000","last_fullsized":"2024-09-13T15:00:26.592210+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:04:37.819942+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[4,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"9.3","version":"1334'6744","reported_seq":10235,"reported_epoch":1334,"state":"active+clean","last_fresh":"2024-09-13T15:00:30.495996+0000","last_change":"2024-09-13T14:59:34.327254+0000","last_active":"2024-09-13T15:00:30.495996+0000","last_peered":"2024-09-13T15:00:30.495996+0000","last_clean":"2024-09-13T15:00:30.495996+0000","last_became_active":"2024-09-13T14:59:34.322647+0000","last_became_peered":"2024-09-13T14:59:34.322647+0000","last_unstale":"2024-09-13T15:00:30.495996+0000","last_undegraded":"2024-09-13T15:00:30.495996+0000","last_fullsized":"2024-09-13T15:00:30.495996+0000","mapping_epoch":1325,"log_start":"1323'2100","ondisk_log_start":"1323'2100","created":1313,"last_epoch_clean":1326,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:58:50.585200+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:58:50.585200+0000","last_clean_scrub_stamp":"2024-09-13T14:58:50.585200+0000","objects_scrubbed":0,"log_size":4644,"log_dups_size":0,"ondisk_log_size":4644,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:49:13.741522+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":441974784,"num_objects":6744,"num_object_clones":0,"num_object_copies":20232,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6744,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":6744,"num_write_kb":431616,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":1721,"num_bytes_recovered":112787456,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[7,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.b","version":"373'149","reported_seq":1645,"reported_epoch":1334,"state":"active+clean","last_fresh":"2024-09-13T15:00:27.636722+0000","last_change":"2024-09-13T14:58:46.524171+0000","last_active":"2024-09-13T15:00:27.636722+0000","last_peered":"2024-09-13T15:00:27.636722+0000","last_clean":"2024-09-13T15:00:27.636722+0000","last_became_active":"2024-09-13T14:58:43.532183+0000","last_became_peered":"2024-09-13T14:58:43.532183+0000","last_unstale":"2024-09-13T15:00:27.636722+0000","last_undegraded":"2024-09-13T15:00:27.636722+0000","last_fullsized":"2024-09-13T15:00:27.636722+0000","mapping_epoch":1310,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1311,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:46.524124+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:46.524124+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:27:09.177423+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.9","version":"0'0","reported_seq":73,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.591113+0000","last_change":"2024-09-13T14:59:13.291929+0000","last_active":"2024-09-13T15:00:26.591113+0000","last_peered":"2024-09-13T15:00:26.591113+0000","last_clean":"2024-09-13T15:00:26.591113+0000","last_became_active":"2024-09-13T14:59:13.291084+0000","last_became_peered":"2024-09-13T14:59:13.291084+0000","last_unstale":"2024-09-13T15:00:26.591113+0000","last_undegraded":"2024-09-13T15:00:26.591113+0000","last_fullsized":"2024-09-13T15:00:26.591113+0000","mapping_epoch":1319,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1320,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:01:54.950499+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7,1],"acting":[4,7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.e","version":"0'0","reported_seq":74,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.592604+0000","last_change":"2024-09-13T14:57:52.633341+0000","last_active":"2024-09-13T15:00:26.592604+0000","last_peered":"2024-09-13T15:00:26.592604+0000","last_clean":"2024-09-13T15:00:26.592604+0000","last_became_active":"2024-09-13T14:57:52.633064+0000","last_became_peered":"2024-09-13T14:57:52.633064+0000","last_unstale":"2024-09-13T15:00:26.592604+0000","last_undegraded":"2024-09-13T15:00:26.592604+0000","last_fullsized":"2024-09-13T15:00:26.592604+0000","mapping_epoch":1293,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1294,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:30:13.617489+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[4,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"9.2","version":"1334'6827","reported_seq":6882,"reported_epoch":1334,"state":"active+recovery_wait+undersized+degraded+remapped","last_fresh":"2024-09-13T15:00:31.170932+0000","last_change":"2024-09-13T14:59:14.529121+0000","last_active":"2024-09-13T15:00:31.170932+0000","last_peered":"2024-09-13T15:00:31.170932+0000","last_clean":"2024-09-13T14:59:12.918142+0000","last_became_active":"2024-09-13T14:59:14.526090+0000","last_became_peered":"2024-09-13T14:59:14.526090+0000","last_unstale":"2024-09-13T15:00:31.170932+0000","last_undegraded":"2024-09-13T14:59:14.290328+0000","last_fullsized":"2024-09-13T14:59:14.270904+0000","mapping_epoch":1320,"log_start":"1318'1600","ondisk_log_start":"1318'1600","created":1313,"last_epoch_clean":1314,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:58:50.585200+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:58:50.585200+0000","last_clean_scrub_stamp":"2024-09-13T14:58:50.585200+0000","objects_scrubbed":0,"log_size":5227,"log_dups_size":0,"ondisk_log_size":5227,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"no scrub is scheduled","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":447414272,"num_objects":6827,"num_object_clones":0,"num_object_copies":20481,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":1746,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6827,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":6827,"num_write_kb":436928,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[0,1],"avail_no_missing":["0","1","5"],"object_location_counts":[{"shards":"0,1","objects":5081},{"shards":"0,1,5","objects":1746}],"blocked_by":[],"up_primary":7,"acting_primary":0,"purged_snaps":[]},{"pgid":"1.a","version":"373'149","reported_seq":1640,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.598558+0000","last_change":"2024-09-13T14:58:43.535613+0000","last_active":"2024-09-13T15:00:26.598558+0000","last_peered":"2024-09-13T15:00:26.598558+0000","last_clean":"2024-09-13T15:00:26.598558+0000","last_became_active":"2024-09-13T14:58:43.534882+0000","last_became_peered":"2024-09-13T14:58:43.534882+0000","last_unstale":"2024-09-13T15:00:26.598558+0000","last_undegraded":"2024-09-13T15:00:26.598558+0000","last_fullsized":"2024-09-13T15:00:26.598558+0000","mapping_epoch":1310,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1311,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:05.812475+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:05.812475+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:40:56.046575+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[5,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.8","version":"0'0","reported_seq":25,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.600426+0000","last_change":"2024-09-13T14:59:13.281071+0000","last_active":"2024-09-13T15:00:26.600426+0000","last_peered":"2024-09-13T15:00:26.600426+0000","last_clean":"2024-09-13T15:00:26.600426+0000","last_became_active":"2024-09-13T14:59:13.280749+0000","last_became_peered":"2024-09-13T14:59:13.280749+0000","last_unstale":"2024-09-13T15:00:26.600426+0000","last_undegraded":"2024-09-13T15:00:26.600426+0000","last_fullsized":"2024-09-13T15:00:26.600426+0000","mapping_epoch":1319,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1320,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:17:36.439515+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.f","version":"0'0","reported_seq":1734,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.593657+0000","last_change":"2024-09-13T14:59:13.278494+0000","last_active":"2024-09-13T15:00:26.593657+0000","last_peered":"2024-09-13T15:00:26.593657+0000","last_clean":"2024-09-13T15:00:26.593657+0000","last_became_active":"2024-09-13T14:59:13.278203+0000","last_became_peered":"2024-09-13T14:59:13.278203+0000","last_unstale":"2024-09-13T15:00:26.593657+0000","last_undegraded":"2024-09-13T15:00:26.593657+0000","last_fullsized":"2024-09-13T15:00:26.593657+0000","mapping_epoch":1319,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1320,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:17:34.036763+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[4,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"9.8","version":"1334'6747","reported_seq":6803,"reported_epoch":1334,"state":"active+recovery_wait+undersized+degraded+remapped","last_fresh":"2024-09-13T15:00:31.130159+0000","last_change":"2024-09-13T14:59:14.529153+0000","last_active":"2024-09-13T15:00:31.130159+0000","last_peered":"2024-09-13T15:00:31.130159+0000","last_clean":"2024-09-13T14:59:12.905843+0000","last_became_active":"2024-09-13T14:59:14.526131+0000","last_became_peered":"2024-09-13T14:59:14.526131+0000","last_unstale":"2024-09-13T15:00:31.130159+0000","last_undegraded":"2024-09-13T14:59:14.290720+0000","last_fullsized":"2024-09-13T14:59:14.270848+0000","mapping_epoch":1320,"log_start":"1318'1500","ondisk_log_start":"1318'1500","created":1313,"last_epoch_clean":1314,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:58:50.585200+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:58:50.585200+0000","last_clean_scrub_stamp":"2024-09-13T14:58:50.585200+0000","objects_scrubbed":0,"log_size":5247,"log_dups_size":0,"ondisk_log_size":5247,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"no scrub is scheduled","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":442171392,"num_objects":6747,"num_object_clones":0,"num_object_copies":20241,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":1660,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6747,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":6747,"num_write_kb":431808,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"avail_no_missing":["0","1","5"],"object_location_counts":[{"shards":"0,1,5","objects":1660},{"shards":"0,5","objects":5087}],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"1.0","version":"373'149","reported_seq":1604,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.600570+0000","last_change":"2024-09-13T14:59:16.296065+0000","last_active":"2024-09-13T15:00:26.600570+0000","last_peered":"2024-09-13T15:00:26.600570+0000","last_clean":"2024-09-13T15:00:26.600570+0000","last_became_active":"2024-09-13T14:59:16.295643+0000","last_became_peered":"2024-09-13T14:59:16.295643+0000","last_unstale":"2024-09-13T15:00:26.600570+0000","last_undegraded":"2024-09-13T15:00:26.600570+0000","last_fullsized":"2024-09-13T15:00:26.600570+0000","mapping_epoch":1322,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":1323,"parent":"0.0","parent_split_bits":0,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:47.124548+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:47.124548+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":true,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"queued for scrub","scrub_duration":15,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"2.3","version":"63'1","reported_seq":1385,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.603098+0000","last_change":"2024-09-13T14:59:13.333301+0000","last_active":"2024-09-13T15:00:26.603098+0000","last_peered":"2024-09-13T15:00:26.603098+0000","last_clean":"2024-09-13T15:00:26.603098+0000","last_became_active":"2024-09-13T14:59:13.297313+0000","last_became_peered":"2024-09-13T14:59:13.297313+0000","last_unstale":"2024-09-13T15:00:26.603098+0000","last_undegraded":"2024-09-13T15:00:26.603098+0000","last_fullsized":"2024-09-13T15:00:26.603098+0000","mapping_epoch":1319,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1320,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-14T15:08:53.434884+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029038399999999998,"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":6,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[5,7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2","version":"0'0","reported_seq":990,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.599067+0000","last_change":"2024-09-13T14:57:15.899280+0000","last_active":"2024-09-13T15:00:26.599067+0000","last_peered":"2024-09-13T15:00:26.599067+0000","last_clean":"2024-09-13T15:00:26.599067+0000","last_became_active":"2024-09-13T14:57:15.898887+0000","last_became_peered":"2024-09-13T14:57:15.898887+0000","last_unstale":"2024-09-13T15:00:26.599067+0000","last_undegraded":"2024-09-13T15:00:26.599067+0000","last_fullsized":"2024-09-13T15:00:26.599067+0000","mapping_epoch":1281,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1282,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:14:12.927966+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.5","version":"0'0","reported_seq":74,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.592087+0000","last_change":"2024-09-13T14:59:13.290809+0000","last_active":"2024-09-13T15:00:26.592087+0000","last_peered":"2024-09-13T15:00:26.592087+0000","last_clean":"2024-09-13T15:00:26.592087+0000","last_became_active":"2024-09-13T14:59:13.290301+0000","last_became_peered":"2024-09-13T14:59:13.290301+0000","last_unstale":"2024-09-13T15:00:26.592087+0000","last_undegraded":"2024-09-13T15:00:26.592087+0000","last_fullsized":"2024-09-13T15:00:26.592087+0000","mapping_epoch":1319,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1320,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:21:10.562723+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7,0],"acting":[4,7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"9.b","version":"1334'6823","reported_seq":6853,"reported_epoch":1334,"state":"active+clean","last_fresh":"2024-09-13T15:00:30.459806+0000","last_change":"2024-09-13T14:58:51.690018+0000","last_active":"2024-09-13T15:00:30.459806+0000","last_peered":"2024-09-13T15:00:30.459806+0000","last_clean":"2024-09-13T15:00:30.459806+0000","last_became_active":"2024-09-13T14:58:51.689685+0000","last_became_peered":"2024-09-13T14:58:51.689685+0000","last_unstale":"2024-09-13T15:00:30.459806+0000","last_undegraded":"2024-09-13T15:00:30.459806+0000","last_fullsized":"2024-09-13T15:00:30.459806+0000","mapping_epoch":1313,"log_start":"1324'2800","ondisk_log_start":"1324'2800","created":1313,"last_epoch_clean":1314,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:58:50.585200+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:58:50.585200+0000","last_clean_scrub_stamp":"2024-09-13T14:58:50.585200+0000","objects_scrubbed":0,"log_size":4023,"log_dups_size":0,"ondisk_log_size":4023,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:33:23.766632+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":447152128,"num_objects":6823,"num_object_clones":0,"num_object_copies":20469,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6823,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":6823,"num_write_kb":436672,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[5,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"1.3","version":"373'149","reported_seq":1662,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.591158+0000","last_change":"2024-09-13T14:58:41.253414+0000","last_active":"2024-09-13T15:00:26.591158+0000","last_peered":"2024-09-13T15:00:26.591158+0000","last_clean":"2024-09-13T15:00:26.591158+0000","last_became_active":"2024-09-13T14:57:55.737391+0000","last_became_peered":"2024-09-13T14:57:55.737391+0000","last_unstale":"2024-09-13T15:00:26.591158+0000","last_undegraded":"2024-09-13T15:00:26.591158+0000","last_fullsized":"2024-09-13T15:00:26.591158+0000","mapping_epoch":1296,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1297,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:41.253310+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:41.253310+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:24:04.946981+0000","scrub_duration":0.0016916399999999999,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[4,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.0","version":"0'0","reported_seq":25,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.600211+0000","last_change":"2024-09-13T14:59:13.276128+0000","last_active":"2024-09-13T15:00:26.600211+0000","last_peered":"2024-09-13T15:00:26.600211+0000","last_clean":"2024-09-13T15:00:26.600211+0000","last_became_active":"2024-09-13T14:59:13.275831+0000","last_became_peered":"2024-09-13T14:59:13.275831+0000","last_unstale":"2024-09-13T15:00:26.600211+0000","last_undegraded":"2024-09-13T15:00:26.600211+0000","last_fullsized":"2024-09-13T15:00:26.600211+0000","mapping_epoch":1319,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1320,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:22:07.811929+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000322109,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":1908,"reported_epoch":1334,"state":"active+clean","last_fresh":"2024-09-13T15:00:27.597121+0000","last_change":"2024-09-13T14:57:14.910181+0000","last_active":"2024-09-13T15:00:27.597121+0000","last_peered":"2024-09-13T15:00:27.597121+0000","last_clean":"2024-09-13T15:00:27.597121+0000","last_became_active":"2024-09-13T14:57:14.909170+0000","last_became_peered":"2024-09-13T14:57:14.909170+0000","last_unstale":"2024-09-13T15:00:27.597121+0000","last_undegraded":"2024-09-13T15:00:27.597121+0000","last_fullsized":"2024-09-13T15:00:27.597121+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:05:04.018030+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[0,4,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"4.6","version":"0'0","reported_seq":25,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.601586+0000","last_change":"2024-09-13T14:59:13.289413+0000","last_active":"2024-09-13T15:00:26.601586+0000","last_peered":"2024-09-13T15:00:26.601586+0000","last_clean":"2024-09-13T15:00:26.601586+0000","last_became_active":"2024-09-13T14:59:13.289082+0000","last_became_peered":"2024-09-13T14:59:13.289082+0000","last_unstale":"2024-09-13T15:00:26.601586+0000","last_undegraded":"2024-09-13T15:00:26.601586+0000","last_fullsized":"2024-09-13T15:00:26.601586+0000","mapping_epoch":1319,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1320,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:18:37.440305+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[7,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"9.a","version":"1334'6715","reported_seq":6755,"reported_epoch":1334,"state":"active+recovery_wait+undersized+degraded+remapped","last_fresh":"2024-09-13T15:00:30.457412+0000","last_change":"2024-09-13T14:59:14.541929+0000","last_active":"2024-09-13T15:00:30.457412+0000","last_peered":"2024-09-13T15:00:30.457412+0000","last_clean":"2024-09-13T14:59:12.901527+0000","last_became_active":"2024-09-13T14:59:14.534252+0000","last_became_peered":"2024-09-13T14:59:14.534252+0000","last_unstale":"2024-09-13T15:00:30.457412+0000","last_undegraded":"2024-09-13T14:59:14.373811+0000","last_fullsized":"2024-09-13T14:59:14.273565+0000","mapping_epoch":1320,"log_start":"1324'2700","ondisk_log_start":"1324'2700","created":1313,"last_epoch_clean":1314,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:58:50.585200+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:58:50.585200+0000","last_clean_scrub_stamp":"2024-09-13T14:58:50.585200+0000","objects_scrubbed":0,"log_size":4015,"log_dups_size":0,"ondisk_log_size":4015,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:54:15.981685+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":440074240,"num_objects":6715,"num_object_clones":0,"num_object_copies":20145,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":1715,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6715,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":6715,"num_write_kb":429760,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":1,"num_bytes_recovered":65536,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[5,1],"avail_no_missing":["5","1","4"],"object_location_counts":[{"shards":"1,4,5","objects":1715},{"shards":"1,5","objects":5000}],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"1.2","version":"373'149","reported_seq":1638,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.600415+0000","last_change":"2024-09-13T14:59:16.296611+0000","last_active":"2024-09-13T15:00:26.600415+0000","last_peered":"2024-09-13T15:00:26.600415+0000","last_clean":"2024-09-13T15:00:26.600415+0000","last_became_active":"2024-09-13T14:59:16.296224+0000","last_became_peered":"2024-09-13T14:59:16.296224+0000","last_unstale":"2024-09-13T15:00:26.600415+0000","last_undegraded":"2024-09-13T15:00:26.600415+0000","last_fullsized":"2024-09-13T15:00:26.600415+0000","mapping_epoch":1322,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1323,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:45.571820+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:45.571820+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:37:50.511732+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.1","version":"0'0","reported_seq":1809,"reported_epoch":1334,"state":"active+clean","last_fresh":"2024-09-13T15:00:27.597206+0000","last_change":"2024-09-13T14:57:14.898811+0000","last_active":"2024-09-13T15:00:27.597206+0000","last_peered":"2024-09-13T15:00:27.597206+0000","last_clean":"2024-09-13T15:00:27.597206+0000","last_became_active":"2024-09-13T14:57:14.898485+0000","last_became_peered":"2024-09-13T14:57:14.898485+0000","last_unstale":"2024-09-13T15:00:27.597206+0000","last_undegraded":"2024-09-13T15:00:27.597206+0000","last_fullsized":"2024-09-13T15:00:27.597206+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:44:27.201988+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00030931399999999999,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.0","version":"0'0","reported_seq":1755,"reported_epoch":1334,"state":"active+clean","last_fresh":"2024-09-13T15:00:27.597005+0000","last_change":"2024-09-13T14:56:24.926218+0000","last_active":"2024-09-13T15:00:27.597005+0000","last_peered":"2024-09-13T15:00:27.597005+0000","last_clean":"2024-09-13T15:00:27.597005+0000","last_became_active":"2024-09-13T14:56:24.925888+0000","last_became_peered":"2024-09-13T14:56:24.925888+0000","last_unstale":"2024-09-13T15:00:27.597005+0000","last_undegraded":"2024-09-13T15:00:27.597005+0000","last_fullsized":"2024-09-13T15:00:27.597005+0000","mapping_epoch":1264,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1265,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:23:48.853651+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.7","version":"0'0","reported_seq":1667,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.602294+0000","last_change":"2024-09-13T14:59:13.296536+0000","last_active":"2024-09-13T15:00:26.602294+0000","last_peered":"2024-09-13T15:00:26.602294+0000","last_clean":"2024-09-13T15:00:26.602294+0000","last_became_active":"2024-09-13T14:59:13.296151+0000","last_became_peered":"2024-09-13T14:59:13.296151+0000","last_unstale":"2024-09-13T15:00:26.602294+0000","last_undegraded":"2024-09-13T15:00:26.602294+0000","last_fullsized":"2024-09-13T15:00:26.602294+0000","mapping_epoch":1319,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1320,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:45:55.240237+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[5,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"9.9","version":"1334'6779","reported_seq":6835,"reported_epoch":1334,"state":"active+recovery_wait+undersized+degraded+remapped","last_fresh":"2024-09-13T15:00:31.144285+0000","last_change":"2024-09-13T14:59:14.526691+0000","last_active":"2024-09-13T15:00:31.144285+0000","last_peered":"2024-09-13T15:00:31.144285+0000","last_clean":"2024-09-13T14:59:12.919439+0000","last_became_active":"2024-09-13T14:59:14.522566+0000","last_became_peered":"2024-09-13T14:59:14.522566+0000","last_unstale":"2024-09-13T15:00:31.144285+0000","last_undegraded":"2024-09-13T14:59:14.289039+0000","last_fullsized":"2024-09-13T14:59:14.270913+0000","mapping_epoch":1320,"log_start":"1318'1600","ondisk_log_start":"1318'1600","created":1313,"last_epoch_clean":1314,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:58:50.585200+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:58:50.585200+0000","last_clean_scrub_stamp":"2024-09-13T14:58:50.585200+0000","objects_scrubbed":0,"log_size":5179,"log_dups_size":0,"ondisk_log_size":5179,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"no scrub is scheduled","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":444268544,"num_objects":6779,"num_object_clones":0,"num_object_copies":20337,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":1713,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6779,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":6779,"num_write_kb":433856,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[0,5],"avail_no_missing":["0","4","5"],"object_location_counts":[{"shards":"0,4,5","objects":1713},{"shards":"0,5","objects":5066}],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"1.1","version":"373'149","reported_seq":1651,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.599375+0000","last_change":"2024-09-13T14:58:44.985153+0000","last_active":"2024-09-13T15:00:26.599375+0000","last_peered":"2024-09-13T15:00:26.599375+0000","last_clean":"2024-09-13T15:00:26.599375+0000","last_became_active":"2024-09-13T14:58:43.535241+0000","last_became_peered":"2024-09-13T14:58:43.535241+0000","last_unstale":"2024-09-13T15:00:26.599375+0000","last_undegraded":"2024-09-13T15:00:26.599375+0000","last_fullsized":"2024-09-13T15:00:26.599375+0000","mapping_epoch":1310,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1311,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:44.985050+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:44.985050+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:32:10.555220+0000","scrub_duration":0.0017537869999999999,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[5,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.2","version":"65'2","reported_seq":1325,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.598796+0000","last_change":"2024-09-13T14:56:25.089588+0000","last_active":"2024-09-13T15:00:26.598796+0000","last_peered":"2024-09-13T15:00:26.598796+0000","last_clean":"2024-09-13T15:00:26.598796+0000","last_became_active":"2024-09-13T14:56:24.926628+0000","last_became_peered":"2024-09-13T14:56:24.926628+0000","last_unstale":"2024-09-13T15:00:26.598796+0000","last_undegraded":"2024-09-13T15:00:26.598796+0000","last_fullsized":"2024-09-13T15:00:26.598796+0000","mapping_epoch":1264,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1265,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-14T20:55:55.656534+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00094368000000000002,"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":1,"num_bytes_recovered":19,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"3.3","version":"0'0","reported_seq":65,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.591293+0000","last_change":"2024-09-13T14:57:14.902547+0000","last_active":"2024-09-13T15:00:26.591293+0000","last_peered":"2024-09-13T15:00:26.591293+0000","last_clean":"2024-09-13T15:00:26.591293+0000","last_became_active":"2024-09-13T14:57:14.902293+0000","last_became_peered":"2024-09-13T14:57:14.902293+0000","last_unstale":"2024-09-13T15:00:26.591293+0000","last_undegraded":"2024-09-13T15:00:26.591293+0000","last_fullsized":"2024-09-13T15:00:26.591293+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:56:57.423234+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.4","version":"0'0","reported_seq":25,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.602012+0000","last_change":"2024-09-13T14:59:13.290748+0000","last_active":"2024-09-13T15:00:26.602012+0000","last_peered":"2024-09-13T15:00:26.602012+0000","last_clean":"2024-09-13T15:00:26.602012+0000","last_became_active":"2024-09-13T14:59:13.290376+0000","last_became_peered":"2024-09-13T14:59:13.290376+0000","last_unstale":"2024-09-13T15:00:26.602012+0000","last_undegraded":"2024-09-13T15:00:26.602012+0000","last_fullsized":"2024-09-13T15:00:26.602012+0000","mapping_epoch":1319,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1320,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:16:42.967014+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[7,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"9.f","version":"1334'6704","reported_seq":6734,"reported_epoch":1334,"state":"active+clean","last_fresh":"2024-09-13T15:00:30.412025+0000","last_change":"2024-09-13T14:58:51.693348+0000","last_active":"2024-09-13T15:00:30.412025+0000","last_peered":"2024-09-13T15:00:30.412025+0000","last_clean":"2024-09-13T15:00:30.412025+0000","last_became_active":"2024-09-13T14:58:51.692610+0000","last_became_peered":"2024-09-13T14:58:51.692610+0000","last_unstale":"2024-09-13T15:00:30.412025+0000","last_undegraded":"2024-09-13T15:00:30.412025+0000","last_fullsized":"2024-09-13T15:00:30.412025+0000","mapping_epoch":1313,"log_start":"1324'2700","ondisk_log_start":"1324'2700","created":1313,"last_epoch_clean":1314,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:58:50.585200+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:58:50.585200+0000","last_clean_scrub_stamp":"2024-09-13T14:58:50.585200+0000","objects_scrubbed":0,"log_size":4004,"log_dups_size":0,"ondisk_log_size":4004,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:00:07.815047+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":439353344,"num_objects":6704,"num_object_clones":0,"num_object_copies":20112,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6704,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":6704,"num_write_kb":429056,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[5,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"1.7","version":"373'149","reported_seq":1625,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.602715+0000","last_change":"2024-09-13T14:59:16.323996+0000","last_active":"2024-09-13T15:00:26.602715+0000","last_peered":"2024-09-13T15:00:26.602715+0000","last_clean":"2024-09-13T15:00:26.602715+0000","last_became_active":"2024-09-13T14:59:16.321139+0000","last_became_peered":"2024-09-13T14:59:16.321139+0000","last_unstale":"2024-09-13T15:00:26.602715+0000","last_undegraded":"2024-09-13T15:00:26.602715+0000","last_fullsized":"2024-09-13T15:00:26.602715+0000","mapping_epoch":1322,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1323,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:45.961857+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:45.961857+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":true,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"queued for scrub","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[7,5,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.5","version":"0'0","reported_seq":1368,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.601888+0000","last_change":"2024-09-13T14:59:13.295606+0000","last_active":"2024-09-13T15:00:26.601888+0000","last_peered":"2024-09-13T15:00:26.601888+0000","last_clean":"2024-09-13T15:00:26.601888+0000","last_became_active":"2024-09-13T14:59:13.295275+0000","last_became_peered":"2024-09-13T14:59:13.295275+0000","last_unstale":"2024-09-13T15:00:26.601888+0000","last_undegraded":"2024-09-13T15:00:26.601888+0000","last_fullsized":"2024-09-13T15:00:26.601888+0000","mapping_epoch":1319,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1320,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:05:33.441904+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.4","version":"0'0","reported_seq":1858,"reported_epoch":1334,"state":"active+clean","last_fresh":"2024-09-13T15:00:27.638501+0000","last_change":"2024-09-13T14:59:13.277414+0000","last_active":"2024-09-13T15:00:27.638501+0000","last_peered":"2024-09-13T15:00:27.638501+0000","last_clean":"2024-09-13T15:00:27.638501+0000","last_became_active":"2024-09-13T14:59:13.277024+0000","last_became_peered":"2024-09-13T14:59:13.277024+0000","last_unstale":"2024-09-13T15:00:27.638501+0000","last_undegraded":"2024-09-13T15:00:27.638501+0000","last_fullsized":"2024-09-13T15:00:27.638501+0000","mapping_epoch":1319,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1320,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:31:27.933150+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00031535100000000001,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[0,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"4.2","version":"0'0","reported_seq":1590,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.598941+0000","last_change":"2024-09-13T14:57:14.909267+0000","last_active":"2024-09-13T15:00:26.598941+0000","last_peered":"2024-09-13T15:00:26.598941+0000","last_clean":"2024-09-13T15:00:26.598941+0000","last_became_active":"2024-09-13T14:57:14.908962+0000","last_became_peered":"2024-09-13T14:57:14.908962+0000","last_unstale":"2024-09-13T15:00:26.598941+0000","last_undegraded":"2024-09-13T15:00:26.598941+0000","last_fullsized":"2024-09-13T15:00:26.598941+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:16:41.040247+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[5,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"9.e","version":"1334'6736","reported_seq":7509,"reported_epoch":1334,"state":"active+recovering+remapped","last_fresh":"2024-09-13T15:00:31.178633+0000","last_change":"2024-09-13T15:00:26.313567+0000","last_active":"2024-09-13T15:00:31.178633+0000","last_peered":"2024-09-13T15:00:31.178633+0000","last_clean":"2024-09-13T14:59:12.913702+0000","last_became_active":"2024-09-13T14:59:14.513558+0000","last_became_peered":"2024-09-13T14:59:14.513558+0000","last_unstale":"2024-09-13T15:00:31.178633+0000","last_undegraded":"2024-09-13T15:00:31.178633+0000","last_fullsized":"2024-09-13T15:00:31.178633+0000","mapping_epoch":1320,"log_start":"1318'1500","ondisk_log_start":"1318'1500","created":1313,"last_epoch_clean":1314,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:58:50.585200+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:58:50.585200+0000","last_clean_scrub_stamp":"2024-09-13T14:58:50.585200+0000","objects_scrubbed":0,"log_size":5236,"log_dups_size":0,"ondisk_log_size":5236,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"no scrub is scheduled","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":441450496,"num_objects":6736,"num_object_clones":0,"num_object_copies":20208,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":1350,"num_objects_unfound":0,"num_objects_dirty":6736,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":6736,"num_write_kb":431104,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":362,"num_bytes_recovered":23724032,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[0,4,1],"avail_no_missing":["0","1","4"],"object_location_counts":[{"shards":"0,1,4","objects":5386}],"blocked_by":[],"up_primary":7,"acting_primary":0,"purged_snaps":[]},{"pgid":"1.6","version":"373'149","reported_seq":1655,"reported_epoch":1334,"state":"active+clean","last_fresh":"2024-09-13T15:00:27.639462+0000","last_change":"2024-09-13T14:59:16.291539+0000","last_active":"2024-09-13T15:00:27.639462+0000","last_peered":"2024-09-13T15:00:27.639462+0000","last_clean":"2024-09-13T15:00:27.639462+0000","last_became_active":"2024-09-13T14:59:16.290864+0000","last_became_peered":"2024-09-13T14:59:16.290864+0000","last_unstale":"2024-09-13T15:00:27.639462+0000","last_undegraded":"2024-09-13T15:00:27.639462+0000","last_fullsized":"2024-09-13T15:00:27.639462+0000","mapping_epoch":1322,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1323,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:47.545603+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:47.545603+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:08:50.997951+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.4","version":"0'0","reported_seq":1660,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.602515+0000","last_change":"2024-09-13T14:52:54.828797+0000","last_active":"2024-09-13T15:00:26.602515+0000","last_peered":"2024-09-13T15:00:26.602515+0000","last_clean":"2024-09-13T15:00:26.602515+0000","last_became_active":"2024-09-13T14:52:54.828462+0000","last_became_peered":"2024-09-13T14:52:54.828462+0000","last_unstale":"2024-09-13T15:00:26.602515+0000","last_undegraded":"2024-09-13T15:00:26.602515+0000","last_fullsized":"2024-09-13T15:00:26.602515+0000","mapping_epoch":1226,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1227,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:38:36.229141+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"2.5","version":"0'0","reported_seq":25,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.604604+0000","last_change":"2024-09-13T14:59:13.284370+0000","last_active":"2024-09-13T15:00:26.604604+0000","last_peered":"2024-09-13T15:00:26.604604+0000","last_clean":"2024-09-13T15:00:26.604604+0000","last_became_active":"2024-09-13T14:59:13.284057+0000","last_became_peered":"2024-09-13T14:59:13.284057+0000","last_unstale":"2024-09-13T15:00:26.604604+0000","last_undegraded":"2024-09-13T15:00:26.604604+0000","last_fullsized":"2024-09-13T15:00:26.604604+0000","mapping_epoch":1319,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1320,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:40:37.252725+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000327091,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.3","version":"0'0","reported_seq":1868,"reported_epoch":1334,"state":"active+clean","last_fresh":"2024-09-13T15:00:27.637421+0000","last_change":"2024-09-13T14:59:13.286566+0000","last_active":"2024-09-13T15:00:27.637421+0000","last_peered":"2024-09-13T15:00:27.637421+0000","last_clean":"2024-09-13T15:00:27.637421+0000","last_became_active":"2024-09-13T14:59:13.286225+0000","last_became_peered":"2024-09-13T14:59:13.286225+0000","last_unstale":"2024-09-13T15:00:27.637421+0000","last_undegraded":"2024-09-13T15:00:27.637421+0000","last_fullsized":"2024-09-13T15:00:27.637421+0000","mapping_epoch":1319,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1320,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:00:18.726384+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"9.d","version":"1334'6802","reported_seq":10330,"reported_epoch":1334,"state":"active+clean","last_fresh":"2024-09-13T15:00:30.515023+0000","last_change":"2024-09-13T15:00:02.589588+0000","last_active":"2024-09-13T15:00:30.515023+0000","last_peered":"2024-09-13T15:00:30.515023+0000","last_clean":"2024-09-13T15:00:30.515023+0000","last_became_active":"2024-09-13T15:00:02.583349+0000","last_became_peered":"2024-09-13T15:00:02.583349+0000","last_unstale":"2024-09-13T15:00:30.515023+0000","last_undegraded":"2024-09-13T15:00:30.515023+0000","last_fullsized":"2024-09-13T15:00:30.515023+0000","mapping_epoch":1329,"log_start":"1323'2100","ondisk_log_start":"1323'2100","created":1313,"last_epoch_clean":1330,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:58:50.585200+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:58:50.585200+0000","last_clean_scrub_stamp":"2024-09-13T14:58:50.585200+0000","objects_scrubbed":0,"log_size":4702,"log_dups_size":0,"ondisk_log_size":4702,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:28:33.514572+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":445775872,"num_objects":6802,"num_object_clones":0,"num_object_copies":20406,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6802,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":6802,"num_write_kb":435328,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":1740,"num_bytes_recovered":114032640,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[7,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.5","version":"373'149","reported_seq":1689,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.592488+0000","last_change":"2024-09-13T14:58:53.120562+0000","last_active":"2024-09-13T15:00:26.592488+0000","last_peered":"2024-09-13T15:00:26.592488+0000","last_clean":"2024-09-13T15:00:26.592488+0000","last_became_active":"2024-09-13T14:58:43.533877+0000","last_became_peered":"2024-09-13T14:58:43.533877+0000","last_unstale":"2024-09-13T15:00:26.592488+0000","last_undegraded":"2024-09-13T15:00:26.592488+0000","last_fullsized":"2024-09-13T15:00:26.592488+0000","mapping_epoch":1310,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1311,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:53.120435+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:53.120435+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:45:32.491378+0000","scrub_duration":0.001555313,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"3.7","version":"70'2","reported_seq":29,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.602819+0000","last_change":"2024-09-13T14:59:13.332941+0000","last_active":"2024-09-13T15:00:26.602819+0000","last_peered":"2024-09-13T15:00:26.602819+0000","last_clean":"2024-09-13T15:00:26.602819+0000","last_became_active":"2024-09-13T14:59:13.294684+0000","last_became_peered":"2024-09-13T14:59:13.294684+0000","last_unstale":"2024-09-13T15:00:26.602819+0000","last_undegraded":"2024-09-13T15:00:26.602819+0000","last_fullsized":"2024-09-13T15:00:26.602819+0000","mapping_epoch":1319,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1320,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T20:54:12.665368+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":2,"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,0,5],"acting":[7,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.6","version":"0'0","reported_seq":74,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.592734+0000","last_change":"2024-09-13T14:57:52.632347+0000","last_active":"2024-09-13T15:00:26.592734+0000","last_peered":"2024-09-13T15:00:26.592734+0000","last_clean":"2024-09-13T15:00:26.592734+0000","last_became_active":"2024-09-13T14:57:52.631631+0000","last_became_peered":"2024-09-13T14:57:52.631631+0000","last_unstale":"2024-09-13T15:00:26.592734+0000","last_undegraded":"2024-09-13T15:00:26.592734+0000","last_fullsized":"2024-09-13T15:00:26.592734+0000","mapping_epoch":1293,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1294,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:20:56.491398+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[4,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.0","version":"0'0","reported_seq":25,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.600347+0000","last_change":"2024-09-13T14:59:13.292688+0000","last_active":"2024-09-13T15:00:26.600347+0000","last_peered":"2024-09-13T15:00:26.600347+0000","last_clean":"2024-09-13T15:00:26.600347+0000","last_became_active":"2024-09-13T14:59:13.292423+0000","last_became_peered":"2024-09-13T14:59:13.292423+0000","last_unstale":"2024-09-13T15:00:26.600347+0000","last_undegraded":"2024-09-13T15:00:26.600347+0000","last_fullsized":"2024-09-13T15:00:26.600347+0000","mapping_epoch":1319,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1320,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:11:02.491865+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[7,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"9.c","version":"1334'6715","reported_seq":6753,"reported_epoch":1334,"state":"active+recovery_wait+undersized+degraded+remapped","last_fresh":"2024-09-13T15:00:30.365678+0000","last_change":"2024-09-13T14:59:14.546168+0000","last_active":"2024-09-13T15:00:30.365678+0000","last_peered":"2024-09-13T15:00:30.365678+0000","last_clean":"2024-09-13T14:59:12.919393+0000","last_became_active":"2024-09-13T14:59:14.535354+0000","last_became_peered":"2024-09-13T14:59:14.535354+0000","last_unstale":"2024-09-13T15:00:30.365678+0000","last_undegraded":"2024-09-13T14:59:14.290740+0000","last_fullsized":"2024-09-13T14:59:14.270992+0000","mapping_epoch":1320,"log_start":"1324'2300","ondisk_log_start":"1324'2300","created":1313,"last_epoch_clean":1314,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:58:50.585200+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:58:50.585200+0000","last_clean_scrub_stamp":"2024-09-13T14:58:50.585200+0000","objects_scrubbed":0,"log_size":4415,"log_dups_size":0,"ondisk_log_size":4415,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:05:43.076361+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":440074240,"num_objects":6715,"num_object_clones":0,"num_object_copies":20145,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":1740,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6715,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":6715,"num_write_kb":429760,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7,5],"acting":[4,5],"avail_no_missing":["4","1","5"],"object_location_counts":[{"shards":"1,4,5","objects":1740},{"shards":"4,5","objects":4975}],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"1.4","version":"373'149","reported_seq":1694,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.600063+0000","last_change":"2024-09-13T14:59:16.311362+0000","last_active":"2024-09-13T15:00:26.600063+0000","last_peered":"2024-09-13T15:00:26.600063+0000","last_clean":"2024-09-13T15:00:26.600063+0000","last_became_active":"2024-09-13T14:59:16.311021+0000","last_became_peered":"2024-09-13T14:59:16.311021+0000","last_unstale":"2024-09-13T15:00:26.600063+0000","last_undegraded":"2024-09-13T15:00:26.600063+0000","last_fullsized":"2024-09-13T15:00:26.600063+0000","mapping_epoch":1322,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1323,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:43.974238+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:43.974238+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:27:32.176213+0000","scrub_duration":0.0015306569999999999,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.6","version":"70'1","reported_seq":84,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.592247+0000","last_change":"2024-09-13T14:59:13.297116+0000","last_active":"2024-09-13T15:00:26.592247+0000","last_peered":"2024-09-13T15:00:26.592247+0000","last_clean":"2024-09-13T15:00:26.592247+0000","last_became_active":"2024-09-13T14:59:13.277914+0000","last_became_peered":"2024-09-13T14:59:13.277914+0000","last_unstale":"2024-09-13T15:00:26.592247+0000","last_undegraded":"2024-09-13T15:00:26.592247+0000","last_fullsized":"2024-09-13T15:00:26.592247+0000","mapping_epoch":1319,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1320,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T23:49:34.734674+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":4,"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":[4,1,7],"acting":[4,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.7","version":"0'0","reported_seq":25,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.602544+0000","last_change":"2024-09-13T14:59:13.277686+0000","last_active":"2024-09-13T15:00:26.602544+0000","last_peered":"2024-09-13T15:00:26.602544+0000","last_clean":"2024-09-13T15:00:26.602544+0000","last_became_active":"2024-09-13T14:59:13.277386+0000","last_became_peered":"2024-09-13T14:59:13.277386+0000","last_unstale":"2024-09-13T15:00:26.602544+0000","last_undegraded":"2024-09-13T15:00:26.602544+0000","last_fullsized":"2024-09-13T15:00:26.602544+0000","mapping_epoch":1319,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1320,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:01:03.352690+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029877400000000002,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1","version":"0'0","reported_seq":65,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.591351+0000","last_change":"2024-09-13T14:57:14.896516+0000","last_active":"2024-09-13T15:00:26.591351+0000","last_peered":"2024-09-13T15:00:26.591351+0000","last_clean":"2024-09-13T15:00:26.591351+0000","last_became_active":"2024-09-13T14:57:14.896208+0000","last_became_peered":"2024-09-13T14:57:14.896208+0000","last_unstale":"2024-09-13T15:00:26.591351+0000","last_undegraded":"2024-09-13T15:00:26.591351+0000","last_fullsized":"2024-09-13T15:00:26.591351+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:41:18.049255+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"4.13","version":"0'0","reported_seq":65,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.591222+0000","last_change":"2024-09-13T14:57:14.905886+0000","last_active":"2024-09-13T15:00:26.591222+0000","last_peered":"2024-09-13T15:00:26.591222+0000","last_clean":"2024-09-13T15:00:26.591222+0000","last_became_active":"2024-09-13T14:57:14.905522+0000","last_became_peered":"2024-09-13T14:57:14.905522+0000","last_unstale":"2024-09-13T15:00:26.591222+0000","last_undegraded":"2024-09-13T15:00:26.591222+0000","last_fullsized":"2024-09-13T15:00:26.591222+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:15:11.492951+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[4,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.14","version":"455'23","reported_seq":94,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.593894+0000","last_change":"2024-09-13T14:59:13.316680+0000","last_active":"2024-09-13T15:00:26.593894+0000","last_peered":"2024-09-13T15:00:26.593894+0000","last_clean":"2024-09-13T15:00:26.593894+0000","last_became_active":"2024-09-13T14:59:13.290041+0000","last_became_peered":"2024-09-13T14:59:13.290041+0000","last_unstale":"2024-09-13T15:00:26.593894+0000","last_undegraded":"2024-09-13T15:00:26.593894+0000","last_fullsized":"2024-09-13T15:00:26.593894+0000","mapping_epoch":1319,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1320,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":23,"log_dups_size":0,"ondisk_log_size":23,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:28:00.554323+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":4756,"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":23,"num_write_kb":20,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":16,"num_bytes_recovered":19024,"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":[4,7,0],"acting":[4,7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.12","version":"0'0","reported_seq":920,"reported_epoch":1334,"state":"active+clean","last_fresh":"2024-09-13T15:00:27.597563+0000","last_change":"2024-09-13T14:56:24.954325+0000","last_active":"2024-09-13T15:00:27.597563+0000","last_peered":"2024-09-13T15:00:27.597563+0000","last_clean":"2024-09-13T15:00:27.597563+0000","last_became_active":"2024-09-13T14:56:24.953975+0000","last_became_peered":"2024-09-13T14:56:24.953975+0000","last_unstale":"2024-09-13T15:00:27.597563+0000","last_undegraded":"2024-09-13T15:00:27.597563+0000","last_fullsized":"2024-09-13T15:00:27.597563+0000","mapping_epoch":1264,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1265,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:48:09.936789+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.15","version":"70'3","reported_seq":31,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.603999+0000","last_change":"2024-09-13T14:59:13.320096+0000","last_active":"2024-09-13T15:00:26.603999+0000","last_peered":"2024-09-13T15:00:26.603999+0000","last_clean":"2024-09-13T15:00:26.603999+0000","last_became_active":"2024-09-13T14:59:13.283484+0000","last_became_peered":"2024-09-13T14:59:13.283484+0000","last_unstale":"2024-09-13T15:00:26.603999+0000","last_undegraded":"2024-09-13T15:00:26.603999+0000","last_fullsized":"2024-09-13T15:00:26.603999+0000","mapping_epoch":1319,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1320,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T23:57:14.677985+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":6,"num_bytes_recovered":270,"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,0],"acting":[7,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.14","version":"373'149","reported_seq":1684,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.602099+0000","last_change":"2024-09-13T14:59:16.295772+0000","last_active":"2024-09-13T15:00:26.602099+0000","last_peered":"2024-09-13T15:00:26.602099+0000","last_clean":"2024-09-13T15:00:26.602099+0000","last_became_active":"2024-09-13T14:59:16.295422+0000","last_became_peered":"2024-09-13T14:59:16.295422+0000","last_unstale":"2024-09-13T15:00:26.602099+0000","last_undegraded":"2024-09-13T15:00:26.602099+0000","last_fullsized":"2024-09-13T15:00:26.602099+0000","mapping_epoch":1322,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1323,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:54.097806+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:54.097806+0000","objects_scrubbed":1,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":true,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"queued for scrub","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":109227,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":109227,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.16","version":"0'0","reported_seq":1343,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.599055+0000","last_change":"2024-09-13T14:59:13.296811+0000","last_active":"2024-09-13T15:00:26.599055+0000","last_peered":"2024-09-13T15:00:26.599055+0000","last_clean":"2024-09-13T15:00:26.599055+0000","last_became_active":"2024-09-13T14:59:13.296326+0000","last_became_peered":"2024-09-13T14:59:13.296326+0000","last_unstale":"2024-09-13T15:00:26.599055+0000","last_undegraded":"2024-09-13T15:00:26.599055+0000","last_fullsized":"2024-09-13T15:00:26.599055+0000","mapping_epoch":1319,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1320,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:50:31.809788+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.11","version":"0'0","reported_seq":25,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.601097+0000","last_change":"2024-09-13T14:59:13.289105+0000","last_active":"2024-09-13T15:00:26.601097+0000","last_peered":"2024-09-13T15:00:26.601097+0000","last_clean":"2024-09-13T15:00:26.601097+0000","last_became_active":"2024-09-13T14:59:13.288808+0000","last_became_peered":"2024-09-13T14:59:13.288808+0000","last_unstale":"2024-09-13T15:00:26.601097+0000","last_undegraded":"2024-09-13T15:00:26.601097+0000","last_fullsized":"2024-09-13T15:00:26.601097+0000","mapping_epoch":1319,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1320,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:41:54.302069+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.17","version":"0'0","reported_seq":1871,"reported_epoch":1334,"state":"active+clean","last_fresh":"2024-09-13T15:00:27.638887+0000","last_change":"2024-09-13T14:57:52.628875+0000","last_active":"2024-09-13T15:00:27.638887+0000","last_peered":"2024-09-13T15:00:27.638887+0000","last_clean":"2024-09-13T15:00:27.638887+0000","last_became_active":"2024-09-13T14:57:52.628429+0000","last_became_peered":"2024-09-13T14:57:52.628429+0000","last_unstale":"2024-09-13T15:00:27.638887+0000","last_undegraded":"2024-09-13T15:00:27.638887+0000","last_fullsized":"2024-09-13T15:00:27.638887+0000","mapping_epoch":1293,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1294,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:24:26.586087+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[0,5,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"4.10","version":"0'0","reported_seq":413,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.591932+0000","last_change":"2024-09-13T14:57:52.637193+0000","last_active":"2024-09-13T15:00:26.591932+0000","last_peered":"2024-09-13T15:00:26.591932+0000","last_clean":"2024-09-13T15:00:26.591932+0000","last_became_active":"2024-09-13T14:57:52.636838+0000","last_became_peered":"2024-09-13T14:57:52.636838+0000","last_unstale":"2024-09-13T15:00:26.591932+0000","last_undegraded":"2024-09-13T15:00:26.591932+0000","last_fullsized":"2024-09-13T15:00:26.591932+0000","mapping_epoch":1293,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1294,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:06:57.083996+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[4,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.1f","version":"0'0","reported_seq":1160,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.602256+0000","last_change":"2024-09-13T14:56:24.931876+0000","last_active":"2024-09-13T15:00:26.602256+0000","last_peered":"2024-09-13T15:00:26.602256+0000","last_clean":"2024-09-13T15:00:26.602256+0000","last_became_active":"2024-09-13T14:56:24.931589+0000","last_became_peered":"2024-09-13T14:56:24.931589+0000","last_unstale":"2024-09-13T15:00:26.602256+0000","last_undegraded":"2024-09-13T15:00:26.602256+0000","last_fullsized":"2024-09-13T15:00:26.602256+0000","mapping_epoch":1264,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1265,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:34:37.022035+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"3.18","version":"0'0","reported_seq":25,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.600653+0000","last_change":"2024-09-13T14:59:13.293476+0000","last_active":"2024-09-13T15:00:26.600653+0000","last_peered":"2024-09-13T15:00:26.600653+0000","last_clean":"2024-09-13T15:00:26.600653+0000","last_became_active":"2024-09-13T14:59:13.293189+0000","last_became_peered":"2024-09-13T14:59:13.293189+0000","last_unstale":"2024-09-13T15:00:26.600653+0000","last_undegraded":"2024-09-13T15:00:26.600653+0000","last_fullsized":"2024-09-13T15:00:26.600653+0000","mapping_epoch":1319,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1320,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:54:28.004088+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[7,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.1e","version":"0'0","reported_seq":1902,"reported_epoch":1334,"state":"active+clean","last_fresh":"2024-09-13T15:00:27.639582+0000","last_change":"2024-09-13T14:59:13.278505+0000","last_active":"2024-09-13T15:00:27.639582+0000","last_peered":"2024-09-13T15:00:27.639582+0000","last_clean":"2024-09-13T15:00:27.639582+0000","last_became_active":"2024-09-13T14:59:13.277349+0000","last_became_peered":"2024-09-13T14:59:13.277349+0000","last_unstale":"2024-09-13T15:00:27.639582+0000","last_undegraded":"2024-09-13T15:00:27.639582+0000","last_fullsized":"2024-09-13T15:00:27.639582+0000","mapping_epoch":1319,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1320,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:39:45.693367+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.19","version":"0'0","reported_seq":1876,"reported_epoch":1334,"state":"active+clean","last_fresh":"2024-09-13T15:00:27.603480+0000","last_change":"2024-09-13T14:59:13.280595+0000","last_active":"2024-09-13T15:00:27.603480+0000","last_peered":"2024-09-13T15:00:27.603480+0000","last_clean":"2024-09-13T15:00:27.603480+0000","last_became_active":"2024-09-13T14:59:13.280395+0000","last_became_peered":"2024-09-13T14:59:13.280395+0000","last_unstale":"2024-09-13T15:00:27.603480+0000","last_undegraded":"2024-09-13T15:00:27.603480+0000","last_fullsized":"2024-09-13T15:00:27.603480+0000","mapping_epoch":1319,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1320,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:55:18.721068+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[1,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"4.1d","version":"0'0","reported_seq":414,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.592273+0000","last_change":"2024-09-13T14:57:52.632280+0000","last_active":"2024-09-13T15:00:26.592273+0000","last_peered":"2024-09-13T15:00:26.592273+0000","last_clean":"2024-09-13T15:00:26.592273+0000","last_became_active":"2024-09-13T14:57:52.631998+0000","last_became_peered":"2024-09-13T14:57:52.631998+0000","last_unstale":"2024-09-13T15:00:26.592273+0000","last_undegraded":"2024-09-13T15:00:26.592273+0000","last_fullsized":"2024-09-13T15:00:26.592273+0000","mapping_epoch":1293,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1294,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:28:55.983101+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[4,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1a","version":"70'1","reported_seq":65,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.590637+0000","last_change":"2024-09-13T14:57:14.909749+0000","last_active":"2024-09-13T15:00:26.590637+0000","last_peered":"2024-09-13T15:00:26.590637+0000","last_clean":"2024-09-13T15:00:26.590637+0000","last_became_active":"2024-09-13T14:57:14.909331+0000","last_became_peered":"2024-09-13T14:57:14.909331+0000","last_unstale":"2024-09-13T15:00:26.590637+0000","last_undegraded":"2024-09-13T15:00:26.590637+0000","last_fullsized":"2024-09-13T15:00:26.590637+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T01:24:26.872601+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[4,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.1c","version":"0'0","reported_seq":1523,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.591740+0000","last_change":"2024-09-13T14:57:52.652828+0000","last_active":"2024-09-13T15:00:26.591740+0000","last_peered":"2024-09-13T15:00:26.591740+0000","last_clean":"2024-09-13T15:00:26.591740+0000","last_became_active":"2024-09-13T14:57:52.652361+0000","last_became_peered":"2024-09-13T14:57:52.652361+0000","last_unstale":"2024-09-13T15:00:26.591740+0000","last_undegraded":"2024-09-13T15:00:26.591740+0000","last_fullsized":"2024-09-13T15:00:26.591740+0000","mapping_epoch":1293,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1294,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:59:22.047525+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[4,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1b","version":"70'1","reported_seq":83,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.590972+0000","last_change":"2024-09-13T14:59:13.281663+0000","last_active":"2024-09-13T15:00:26.590972+0000","last_peered":"2024-09-13T15:00:26.590972+0000","last_clean":"2024-09-13T15:00:26.590972+0000","last_became_active":"2024-09-13T14:59:13.281019+0000","last_became_peered":"2024-09-13T14:59:13.281019+0000","last_unstale":"2024-09-13T15:00:26.590972+0000","last_undegraded":"2024-09-13T15:00:26.590972+0000","last_fullsized":"2024-09-13T15:00:26.590972+0000","mapping_epoch":1319,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1320,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T22:48:41.302105+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7,1],"acting":[4,7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.1b","version":"0'0","reported_seq":83,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.591437+0000","last_change":"2024-09-13T14:59:13.281739+0000","last_active":"2024-09-13T15:00:26.591437+0000","last_peered":"2024-09-13T15:00:26.591437+0000","last_clean":"2024-09-13T15:00:26.591437+0000","last_became_active":"2024-09-13T14:59:13.281200+0000","last_became_peered":"2024-09-13T14:59:13.281200+0000","last_unstale":"2024-09-13T15:00:26.591437+0000","last_undegraded":"2024-09-13T15:00:26.591437+0000","last_fullsized":"2024-09-13T15:00:26.591437+0000","mapping_epoch":1319,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1320,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:44:37.952551+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[4,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1c","version":"70'2","reported_seq":1341,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.602436+0000","last_change":"2024-09-13T14:57:15.014505+0000","last_active":"2024-09-13T15:00:26.602436+0000","last_peered":"2024-09-13T15:00:26.602436+0000","last_clean":"2024-09-13T15:00:26.602436+0000","last_became_active":"2024-09-13T14:57:14.993038+0000","last_became_peered":"2024-09-13T14:57:14.993038+0000","last_unstale":"2024-09-13T15:00:26.602436+0000","last_undegraded":"2024-09-13T15:00:26.602436+0000","last_fullsized":"2024-09-13T15:00:26.602436+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T14:36:30.851322+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":4,"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":[5,4,1],"acting":[5,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.1a","version":"0'0","reported_seq":74,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.590346+0000","last_change":"2024-09-13T14:57:52.626537+0000","last_active":"2024-09-13T15:00:26.590346+0000","last_peered":"2024-09-13T15:00:26.590346+0000","last_clean":"2024-09-13T15:00:26.590346+0000","last_became_active":"2024-09-13T14:57:52.626198+0000","last_became_peered":"2024-09-13T14:57:52.626198+0000","last_unstale":"2024-09-13T15:00:26.590346+0000","last_undegraded":"2024-09-13T15:00:26.590346+0000","last_fullsized":"2024-09-13T15:00:26.590346+0000","mapping_epoch":1293,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1294,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:43:53.077555+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[4,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1d","version":"70'2","reported_seq":1329,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.600148+0000","last_change":"2024-09-13T14:57:14.995153+0000","last_active":"2024-09-13T15:00:26.600148+0000","last_peered":"2024-09-13T15:00:26.600148+0000","last_clean":"2024-09-13T15:00:26.600148+0000","last_became_active":"2024-09-13T14:57:14.955820+0000","last_became_peered":"2024-09-13T14:57:14.955820+0000","last_unstale":"2024-09-13T15:00:26.600148+0000","last_undegraded":"2024-09-13T15:00:26.600148+0000","last_fullsized":"2024-09-13T15:00:26.600148+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T02:09:07.710606+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":3,"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":[5,4,1],"acting":[5,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.19","version":"0'0","reported_seq":882,"reported_epoch":1334,"state":"active+clean","last_fresh":"2024-09-13T15:00:27.597276+0000","last_change":"2024-09-13T14:57:52.629333+0000","last_active":"2024-09-13T15:00:27.597276+0000","last_peered":"2024-09-13T15:00:27.597276+0000","last_clean":"2024-09-13T15:00:27.597276+0000","last_became_active":"2024-09-13T14:57:52.629001+0000","last_became_peered":"2024-09-13T14:57:52.629001+0000","last_unstale":"2024-09-13T15:00:27.597276+0000","last_undegraded":"2024-09-13T15:00:27.597276+0000","last_fullsized":"2024-09-13T15:00:27.597276+0000","mapping_epoch":1293,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1294,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:02:37.728994+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[0,5,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.1e","version":"70'1","reported_seq":280,"reported_epoch":1334,"state":"active+clean","last_fresh":"2024-09-13T15:00:27.636712+0000","last_change":"2024-09-13T14:59:13.273206+0000","last_active":"2024-09-13T15:00:27.636712+0000","last_peered":"2024-09-13T15:00:27.636712+0000","last_clean":"2024-09-13T15:00:27.636712+0000","last_became_active":"2024-09-13T14:59:13.272928+0000","last_became_peered":"2024-09-13T14:59:13.272928+0000","last_unstale":"2024-09-13T15:00:27.636712+0000","last_undegraded":"2024-09-13T15:00:27.636712+0000","last_fullsized":"2024-09-13T15:00:27.636712+0000","mapping_epoch":1319,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1320,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T23:21:01.687537+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[1,7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"4.18","version":"0'0","reported_seq":64,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.591854+0000","last_change":"2024-09-13T14:57:15.903802+0000","last_active":"2024-09-13T15:00:26.591854+0000","last_peered":"2024-09-13T15:00:26.591854+0000","last_clean":"2024-09-13T15:00:26.591854+0000","last_became_active":"2024-09-13T14:57:15.903495+0000","last_became_peered":"2024-09-13T14:57:15.903495+0000","last_unstale":"2024-09-13T15:00:26.591854+0000","last_undegraded":"2024-09-13T15:00:26.591854+0000","last_fullsized":"2024-09-13T15:00:26.591854+0000","mapping_epoch":1281,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1282,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:35:04.465903+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[4,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1f","version":"70'4","reported_seq":310,"reported_epoch":1333,"state":"active+clean","last_fresh":"2024-09-13T15:00:26.602118+0000","last_change":"2024-09-13T14:59:13.312204+0000","last_active":"2024-09-13T15:00:26.602118+0000","last_peered":"2024-09-13T15:00:26.602118+0000","last_clean":"2024-09-13T15:00:26.602118+0000","last_became_active":"2024-09-13T14:59:13.296919+0000","last_became_peered":"2024-09-13T14:59:13.296919+0000","last_unstale":"2024-09-13T15:00:26.602118+0000","last_undegraded":"2024-09-13T15:00:26.602118+0000","last_fullsized":"2024-09-13T15:00:26.602118+0000","mapping_epoch":1319,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1320,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T20:38:52.126848+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":12,"num_bytes_recovered":3492,"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":[5,4,7],"acting":[5,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]}],"pool_stats":[{"poolid":9,"num_pg":16,"stat_sum":{"num_bytes":7091716096,"num_objects":108211,"num_object_clones":0,"num_object_copies":324633,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":12049,"num_objects_misplaced":1350,"num_objects_unfound":0,"num_objects_dirty":108211,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":108211,"num_write_kb":6925504,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":5522,"num_bytes_recovered":361889792,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":22190358528,"data_stored":22190358528,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":74111,"ondisk_log_size":74111,"up":48,"acting":41,"num_store_stats":5},{"poolid":4,"num_pg":32,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":96,"acting":96,"num_store_stats":8},{"poolid":3,"num_pg":32,"stat_sum":{"num_bytes":5554,"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":62,"num_write_kb":31,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":89,"num_bytes_recovered":23234,"num_keys_recovered":30,"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":155648,"data_stored":27658,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":16791,"internal_metadata":0},"log_size":56,"ondisk_log_size":56,"up":96,"acting":96,"num_store_stats":8},{"poolid":2,"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":7,"num_bytes_recovered":19,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":16384,"data_stored":76,"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":1,"num_pg":21,"stat_sum":{"num_bytes":699595,"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":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":3,"num_bytes_recovered":897291,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":3235840,"data_stored":3214528,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":3129,"ondisk_log_size":3129,"up":63,"acting":63,"num_store_stats":8}],"osd_stats":[{"osd":7,"up_from":54,"seq":231928234502,"num_pgs":65,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":4565692,"kb_used_data":3852912,"kb_used_omap":1,"kb_used_meta":712766,"kb_avail":89179460,"statfs":{"total":95995035648,"available":91319767040,"internally_reserved":0,"allocated":3945381888,"data_stored":3942004424,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1588,"internal_metadata":729872844},"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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[]},{"osd":6,"up_from":0,"seq":5248450035806,"num_pgs":0,"num_osds":0,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":0,"kb_used":0,"kb_used_data":0,"kb_used_omap":0,"kb_used_meta":0,"kb_avail":0,"statfs":{"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},"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":[]},{"osd":5,"up_from":38,"seq":163208757776,"num_pgs":75,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6232560,"kb_used_data":5236768,"kb_used_omap":1,"kb_used_meta":995774,"kb_avail":87512592,"statfs":{"total":95995035648,"available":89612894208,"internally_reserved":0,"allocated":5362450432,"data_stored":5359085013,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":1019673030},"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":30,"seq":128849019413,"num_pgs":69,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":3615808,"kb_used_data":3147512,"kb_used_omap":1,"kb_used_meta":468286,"kb_avail":90129344,"statfs":{"total":95995035648,"available":92292448256,"internally_reserved":0,"allocated":3223052288,"data_stored":3219668113,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":479525318},"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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[]},{"osd":3,"up_from":0,"seq":3629247365442,"num_pgs":0,"num_osds":0,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":0,"kb_used":0,"kb_used_data":0,"kb_used_omap":0,"kb_used_meta":0,"kb_avail":0,"statfs":{"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},"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":[]},{"osd":2,"up_from":0,"seq":3491808411977,"num_pgs":0,"num_osds":0,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":0,"kb_used":0,"kb_used_data":0,"kb_used_omap":0,"kb_used_meta":0,"kb_avail":0,"statfs":{"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},"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":[]},{"osd":1,"up_from":780,"seq":3350074491215,"num_pgs":80,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6366048,"kb_used_data":5441432,"kb_used_omap":30,"kb_used_meta":924577,"kb_avail":87379104,"statfs":{"total":95995035648,"available":89476202496,"internally_reserved":0,"allocated":5572026368,"data_stored":5568667979,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":31404,"internal_metadata":946767188},"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":[]},{"osd":0,"up_from":746,"seq":3204045603158,"num_pgs":58,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":4556984,"kb_used_data":3892784,"kb_used_omap":66,"kb_used_meta":664125,"kb_avail":89188168,"statfs":{"total":95995035648,"available":91328684032,"internally_reserved":0,"allocated":3986210816,"data_stored":3982834190,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":68403,"internal_metadata":680064205},"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":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":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":3,"total":0,"available":0,"internally_reserved":0,"allocated":266240,"data_stored":262688,"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":0,"data_stored":0,"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":4096,"data_stored":19,"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":4096,"data_stored":19,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":4096,"data_stored":19,"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":4096,"data_stored":19,"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":0,"data_stored":0,"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":20480,"data_stored":4880,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3890,"internal_metadata":0},{"poolid":3,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":22,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3041,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":24576,"data_stored":5394,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1366,"internal_metadata":0},{"poolid":3,"osd":3,"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":3176,"internal_metadata":0},{"poolid":3,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":32768,"data_stored":5554,"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":8192,"data_stored":652,"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":24576,"data_stored":5442,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5318,"internal_metadata":0},{"poolid":3,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":32768,"data_stored":5554,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":9,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":3991142400,"data_stored":3991142400,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":9,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":5592383488,"data_stored":5592383488,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":9,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":3213230080,"data_stored":3213230080,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":9,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":5406916608,"data_stored":5406916608,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":9,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":3986685952,"data_stored":3986685952,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-13T15:00:37.113 INFO:tasks.cephadm.ceph_manager.ceph:increase pool size by 10 2024-09-13T15:00:37.113 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd pool set unique_pool_4 pg_num 26 2024-09-13T15:00:37.153 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:00:37.197 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:37.197 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:37.198 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:00:37.230 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T15:00:37.230 INFO:teuthology.orchestra.run.smithi071.stdout: "ops": [], 2024-09-13T15:00:37.230 INFO:teuthology.orchestra.run.smithi071.stdout: "complaint_time": 30, 2024-09-13T15:00:37.230 INFO:teuthology.orchestra.run.smithi071.stdout: "num_blocked_ops": 0 2024-09-13T15:00:37.230 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T15:00:37.299 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:00:37.336 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:37.337 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:37.337 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:00:37.438 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:00:37.465 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:37.466 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:37.466 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:00:37.567 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:00:37.598 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:37.599 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:37.599 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:00:37.700 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:00:37.728 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:37.729 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:37.729 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:00:37.830 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:00:37.858 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:37.858 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:37.859 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:00:37.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:37 smithi071 ceph-mon[107477]: pgmap v2012: 109 pgs: 1 active+recovering+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 6.6 GiB data, 25 GiB used, 422 GiB / 447 GiB avail; 102 B/s rd, 48 MiB/s wr, 1.01k op/s; 12049/326334 objects degraded (3.692%); 1064/326334 objects misplaced (0.326%); 4.6 MiB/s, 73 objects/s recovering 2024-09-13T15:00:37.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:37 smithi071 ceph-mon[112785]: pgmap v2012: 109 pgs: 1 active+recovering+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 6.6 GiB data, 25 GiB used, 422 GiB / 447 GiB avail; 102 B/s rd, 48 MiB/s wr, 1.01k op/s; 12049/326334 objects degraded (3.692%); 1064/326334 objects misplaced (0.326%); 4.6 MiB/s, 73 objects/s recovering 2024-09-13T15:00:37.938 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.1 dump_historic_ops 2024-09-13T15:00:37.960 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:37.998 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:37.998 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:37.999 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:38.100 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:00:38.137 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:38.138 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:38.138 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:00:38.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:37 smithi104 ceph-mon[105578]: pgmap v2012: 109 pgs: 1 active+recovering+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 6.6 GiB data, 25 GiB used, 422 GiB / 447 GiB avail; 102 B/s rd, 48 MiB/s wr, 1.01k op/s; 12049/326334 objects degraded (3.692%); 1064/326334 objects misplaced (0.326%); 4.6 MiB/s, 73 objects/s recovering 2024-09-13T15:00:38.239 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:00:38.285 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:38.286 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:38.286 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:00:38.387 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:00:38.413 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:38.413 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:38.413 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:00:38.514 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:38.557 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:38.557 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:38.558 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:38.616 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:00:38.659 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:00:38.704 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:38.704 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:38.704 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:00:38.806 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:00:38.831 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:38.832 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:38.832 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:00:38.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:38 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 12049/326334 objects degraded (3.692%), 7 pgs degraded, 7 pgs undersized (PG_DEGRADED) 2024-09-13T15:00:38.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:38 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 12049/326334 objects degraded (3.692%), 7 pgs degraded, 7 pgs undersized (PG_DEGRADED) 2024-09-13T15:00:38.933 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:00:38.966 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:38.967 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:38.968 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:00:39.068 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:39.114 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:39.115 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:39.115 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:39.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:38 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 12049/326334 objects degraded (3.692%), 7 pgs degraded, 7 pgs undersized (PG_DEGRADED) 2024-09-13T15:00:39.217 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:39.250 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:39.251 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:39.251 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:39.352 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:00:39.390 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:39.391 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:39.391 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:00:39.492 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:39.532 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:39.533 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:39.534 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:39.634 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:00:39.676 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:39.677 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:39.677 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:00:39.778 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:00:39.817 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:39.817 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:39.817 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:00:39.918 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:00:39.926 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:00:39.959 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:39.960 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:39.960 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:00:40.026 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:39 smithi071 ceph-mon[107477]: pgmap v2013: 109 pgs: 1 active+recovering+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 6.6 GiB data, 25 GiB used, 422 GiB / 447 GiB avail; 90 B/s rd, 42 MiB/s wr, 899 op/s; 12049/326334 objects degraded (3.692%); 1064/326334 objects misplaced (0.326%); 4.1 MiB/s, 65 objects/s recovering 2024-09-13T15:00:40.026 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:39 smithi071 ceph-mon[112785]: pgmap v2013: 109 pgs: 1 active+recovering+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 6.6 GiB data, 25 GiB used, 422 GiB / 447 GiB avail; 90 B/s rd, 42 MiB/s wr, 899 op/s; 12049/326334 objects degraded (3.692%); 1064/326334 objects misplaced (0.326%); 4.1 MiB/s, 65 objects/s recovering 2024-09-13T15:00:40.061 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:00:40.098 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:40.099 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:40.099 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:00:40.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:39 smithi104 ceph-mon[105578]: pgmap v2013: 109 pgs: 1 active+recovering+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 6.6 GiB data, 25 GiB used, 422 GiB / 447 GiB avail; 90 B/s rd, 42 MiB/s wr, 899 op/s; 12049/326334 objects degraded (3.692%); 1064/326334 objects misplaced (0.326%); 4.1 MiB/s, 65 objects/s recovering 2024-09-13T15:00:40.200 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:00:40.235 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:40.235 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:40.236 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:00:40.337 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:00:40.388 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:40.389 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:40.389 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:00:40.405 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:00:40.490 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:00:40.526 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:40.527 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:40.528 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:00:40.628 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:00:40.657 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:40.657 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:40.658 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:00:40.706 INFO:teuthology.orchestra.run.smithi071.stderr:nodeep-scrub is unset 2024-09-13T15:00:40.758 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:00:40.796 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:40.797 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:40.797 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:00:40.898 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:40.938 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:40.939 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:40.939 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:41.040 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:00:41.077 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:41.078 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:41.078 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:00:41.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:40 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/363599969' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:00:41.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:40 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:00:41.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:40 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/363599969' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:00:41.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:40 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:00:41.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:40 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/363599969' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:00:41.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:40 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:00:41.180 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:00:41.213 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:41.213 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:41.214 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:00:41.316 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:41.353 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:41.354 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:41.354 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:41.455 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:41.492 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:41.492 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:41.493 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:41.593 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:00:41.625 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:41.626 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:41.626 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:00:41.727 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:00:41.756 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:41.756 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:41.757 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:00:41.858 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:00:41.903 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:41.904 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:41.905 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:00:41.995 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:41 smithi071 ceph-mon[107477]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T15:00:41.996 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:41 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T15:00:41.996 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:41 smithi071 ceph-mon[107477]: osdmap e1335: 8 total, 8 up, 5 in 2024-09-13T15:00:41.996 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:41 smithi071 ceph-mon[107477]: pgmap v2015: 109 pgs: 1 active+recovering+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 6.4 GiB data, 24 GiB used, 423 GiB / 447 GiB avail; 102 B/s rd, 30 MiB/s wr, 1.09k op/s; 12049/315504 objects degraded (3.819%); 1064/315504 objects misplaced (0.337%); 4.0 MiB/s, 64 objects/s recovering 2024-09-13T15:00:41.996 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:41 smithi071 ceph-mon[112785]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T15:00:41.996 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:41 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T15:00:41.996 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:41 smithi071 ceph-mon[112785]: osdmap e1335: 8 total, 8 up, 5 in 2024-09-13T15:00:41.996 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:41 smithi071 ceph-mon[112785]: pgmap v2015: 109 pgs: 1 active+recovering+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 6.4 GiB data, 24 GiB used, 423 GiB / 447 GiB avail; 102 B/s rd, 30 MiB/s wr, 1.09k op/s; 12049/315504 objects degraded (3.819%); 1064/315504 objects misplaced (0.337%); 4.0 MiB/s, 64 objects/s recovering 2024-09-13T15:00:42.006 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:00:42.040 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:42.041 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:42.041 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:00:42.142 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:00:42.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:41 smithi104 ceph-mon[105578]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T15:00:42.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:41 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T15:00:42.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:41 smithi104 ceph-mon[105578]: osdmap e1335: 8 total, 8 up, 5 in 2024-09-13T15:00:42.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:41 smithi104 ceph-mon[105578]: pgmap v2015: 109 pgs: 1 active+recovering+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 6.4 GiB data, 24 GiB used, 423 GiB / 447 GiB avail; 102 B/s rd, 30 MiB/s wr, 1.09k op/s; 12049/315504 objects degraded (3.819%); 1064/315504 objects misplaced (0.337%); 4.0 MiB/s, 64 objects/s recovering 2024-09-13T15:00:42.180 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:42.180 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:42.181 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:00:42.281 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:00:42.303 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:42.304 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:42.304 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:00:42.405 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:42.426 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:42.427 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:42.427 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:42.528 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:00:42.556 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:42.557 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:42.557 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:00:42.658 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:00:42.688 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:42.689 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:42.689 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:00:42.790 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:42.824 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:42.824 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:42.825 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:42.926 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:00:42.963 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:42.963 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:42.963 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:00:43.064 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:00:43.103 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:43.104 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:43.104 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:00:43.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:00:42 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:00:42] "GET /metrics HTTP/1.1" 200 36650 "" "Prometheus/2.51.0" 2024-09-13T15:00:43.205 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:00:43.226 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:43.227 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:43.227 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:00:43.328 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:00:43.358 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:43.358 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:43.359 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:00:43.460 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:00:43.488 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:43.488 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:43.489 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:00:43.590 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:00:43.628 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:43.629 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:43.630 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:00:43.730 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:00:43.767 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:43.768 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:43.768 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:00:43.869 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:43.907 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:43.908 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:43.908 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:44.009 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:00:44.031 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:44.032 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:44.032 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:00:44.133 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:00:44.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:43 smithi071 ceph-mon[107477]: pgmap v2016: 109 pgs: 1 active+recovering+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 6.3 GiB data, 24 GiB used, 423 GiB / 447 GiB avail; 102 B/s rd, 19 MiB/s wr, 1.12k op/s; 12049/309147 objects degraded (3.897%); 720/309147 objects misplaced (0.233%); 3.9 MiB/s, 62 objects/s recovering 2024-09-13T15:00:44.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:43 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 12049/309147 objects degraded (3.897%), 7 pgs degraded, 7 pgs undersized (PG_DEGRADED) 2024-09-13T15:00:44.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:43 smithi071 ceph-mon[112785]: pgmap v2016: 109 pgs: 1 active+recovering+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 6.3 GiB data, 24 GiB used, 423 GiB / 447 GiB avail; 102 B/s rd, 19 MiB/s wr, 1.12k op/s; 12049/309147 objects degraded (3.897%); 720/309147 objects misplaced (0.233%); 3.9 MiB/s, 62 objects/s recovering 2024-09-13T15:00:44.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:43 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 12049/309147 objects degraded (3.897%), 7 pgs degraded, 7 pgs undersized (PG_DEGRADED) 2024-09-13T15:00:44.174 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:44.175 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:44.175 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:00:44.277 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:00:44.321 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:44.321 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:44.322 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:00:44.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:43 smithi104 ceph-mon[105578]: pgmap v2016: 109 pgs: 1 active+recovering+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 6.3 GiB data, 24 GiB used, 423 GiB / 447 GiB avail; 102 B/s rd, 19 MiB/s wr, 1.12k op/s; 12049/309147 objects degraded (3.897%); 720/309147 objects misplaced (0.233%); 3.9 MiB/s, 62 objects/s recovering 2024-09-13T15:00:44.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:43 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 12049/309147 objects degraded (3.897%), 7 pgs degraded, 7 pgs undersized (PG_DEGRADED) 2024-09-13T15:00:44.423 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:00:44.461 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:44.461 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:44.462 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:00:44.563 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:00:44.598 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:44.599 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:44.599 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:00:44.700 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:00:44.737 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:44.738 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:44.738 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:00:44.839 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:44.880 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:44.881 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:44.881 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:44.982 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:00:45.013 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:45.013 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:45.014 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:00:45.115 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:45.155 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:45.155 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:45.156 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:45.257 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:00:45.296 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:45.301 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:45.301 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:00:45.402 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:00:45.429 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:45.430 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:45.431 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:00:45.531 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:00:45.559 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:45.560 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:45.560 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:00:45.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:00:45.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:00:45.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:00:45.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:00:45.662 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:00:45.698 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:45.699 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:45.699 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:00:45.800 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:00:45.837 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:45.838 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:45.838 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:00:45.925 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:00:45.925 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:00:45.939 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:00:45.975 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:45.976 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:45.976 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:00:46.077 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:00:46.117 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:46.117 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:46.118 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:00:46.186 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T15:00:46.186 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T15:00:46.215 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T15:00:46.215 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T15:00:46.218 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:00:46.239 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T15:00:46.239 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T15:00:46.254 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:46.254 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:46.255 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:00:46.265 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T15:00:46.265 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T15:00:46.300 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T15:00:46.300 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T15:00:46.330 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T15:00:46.331 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T15:00:46.355 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:00:46.358 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T15:00:46.359 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T15:00:46.384 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:46.385 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:46.385 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:00:46.393 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T15:00:46.393 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T15:00:46.486 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:00:46.525 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:46.526 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:46.526 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:00:46.627 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:00:46.657 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:46.658 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:46.658 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:00:46.759 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:00:46.784 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:46.785 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:46.786 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:00:46.886 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:46.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:46 smithi071 ceph-mon[107477]: pgmap v2017: 109 pgs: 1 active+recovering+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 6.3 GiB data, 24 GiB used, 423 GiB / 447 GiB avail; 102 B/s rd, 19 MiB/s wr, 1.12k op/s; 12049/309147 objects degraded (3.897%); 720/309147 objects misplaced (0.233%); 3.9 MiB/s, 62 objects/s recovering 2024-09-13T15:00:46.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:46 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/118861432' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:00:46.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:46 smithi071 ceph-mon[112785]: pgmap v2017: 109 pgs: 1 active+recovering+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 6.3 GiB data, 24 GiB used, 423 GiB / 447 GiB avail; 102 B/s rd, 19 MiB/s wr, 1.12k op/s; 12049/309147 objects degraded (3.897%); 720/309147 objects misplaced (0.233%); 3.9 MiB/s, 62 objects/s recovering 2024-09-13T15:00:46.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:46 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/118861432' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:00:46.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:46 smithi104 ceph-mon[105578]: pgmap v2017: 109 pgs: 1 active+recovering+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 6.3 GiB data, 24 GiB used, 423 GiB / 447 GiB avail; 102 B/s rd, 19 MiB/s wr, 1.12k op/s; 12049/309147 objects degraded (3.897%); 720/309147 objects misplaced (0.233%); 3.9 MiB/s, 62 objects/s recovering 2024-09-13T15:00:46.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:46 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/118861432' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:00:46.923 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:46.924 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:46.924 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:47.025 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:00:47.053 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:47.054 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:47.054 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:00:47.155 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:00:47.187 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:47.188 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:47.188 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:00:47.289 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:00:47.314 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:47.315 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:47.315 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:00:47.416 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:00:47.451 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:47.452 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:47.452 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:00:47.553 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:00:47.581 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:47.581 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:47.582 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:00:47.683 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:00:47.717 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:47.718 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:47.718 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:00:47.819 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:00:47.844 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:47.845 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:47.845 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:00:47.947 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:00:47.983 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:47.984 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:47.985 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:00:48.085 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:00:48.113 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:48.113 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:48.114 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:00:48.215 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:00:48.248 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:48.249 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:48.249 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:00:48.350 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:00:48.396 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:48.396 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:48.397 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:00:48.498 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:00:48.527 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:48.528 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:48.528 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:00:48.629 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:00:48.668 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:48.669 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:48.669 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:00:48.770 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:48.807 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:48.808 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:48.808 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:48.882 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:48 smithi071 ceph-mon[107477]: pgmap v2018: 109 pgs: 1 active+recovering+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 6.0 GiB data, 23 GiB used, 424 GiB / 447 GiB avail; 0 B/s wr, 1.11k op/s; 12049/293019 objects degraded (4.112%); 298/293019 objects misplaced (0.102%); 4.8 MiB/s, 76 objects/s recovering 2024-09-13T15:00:48.882 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:48 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 12049/293019 objects degraded (4.112%), 7 pgs degraded, 7 pgs undersized (PG_DEGRADED) 2024-09-13T15:00:48.882 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:48 smithi071 ceph-mon[112785]: pgmap v2018: 109 pgs: 1 active+recovering+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 6.0 GiB data, 23 GiB used, 424 GiB / 447 GiB avail; 0 B/s wr, 1.11k op/s; 12049/293019 objects degraded (4.112%); 298/293019 objects misplaced (0.102%); 4.8 MiB/s, 76 objects/s recovering 2024-09-13T15:00:48.882 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:48 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 12049/293019 objects degraded (4.112%), 7 pgs degraded, 7 pgs undersized (PG_DEGRADED) 2024-09-13T15:00:48.909 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:00:48.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:48 smithi104 ceph-mon[105578]: pgmap v2018: 109 pgs: 1 active+recovering+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 6.0 GiB data, 23 GiB used, 424 GiB / 447 GiB avail; 0 B/s wr, 1.11k op/s; 12049/293019 objects degraded (4.112%); 298/293019 objects misplaced (0.102%); 4.8 MiB/s, 76 objects/s recovering 2024-09-13T15:00:48.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:48 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 12049/293019 objects degraded (4.112%), 7 pgs degraded, 7 pgs undersized (PG_DEGRADED) 2024-09-13T15:00:48.940 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:48.941 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:48.941 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:00:49.042 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:00:49.087 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:49.088 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:49.088 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:00:49.189 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:49.225 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:49.226 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:49.226 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:49.327 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:00:49.365 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:49.365 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:49.366 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:00:49.467 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:00:49.496 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:49.496 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:49.497 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:00:49.501 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd set noscrub 2024-09-13T15:00:49.597 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:00:49.639 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:49.640 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:49.640 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:00:49.741 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:00:49.772 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:49.772 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:49.773 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:00:49.873 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:00:49.910 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:49.911 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:49.911 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:00:50.012 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:00:50.048 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:50.049 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:50.049 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:00:50.150 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:00:50.181 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:50.182 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:50.182 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:00:50.264 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=true 2024-09-13T15:00:50.283 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:50.322 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:50.322 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:50.323 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:50.424 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:00:50.467 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:50.468 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:50.468 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:00:50.521 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:00:50.554 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T15:00:50.554 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T15:00:50.570 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:00:50.585 INFO:teuthology.orchestra.run.smithi071.stderr:set pool 9 pg_num to 26 2024-09-13T15:00:50.609 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:50.610 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:50.611 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:00:50.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:50 smithi071 ceph-mon[107477]: pgmap v2019: 109 pgs: 1 active+recovering+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 6.0 GiB data, 23 GiB used, 424 GiB / 447 GiB avail; 0 B/s wr, 1.11k op/s; 12049/293019 objects degraded (4.112%); 298/293019 objects misplaced (0.102%); 4.8 MiB/s, 76 objects/s recovering 2024-09-13T15:00:50.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:50 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3396187633' entity='client.admin' cmd={"prefix": "osd pool set", "pool": "unique_pool_4", "var": "pg_num", "val": "26"} : dispatch 2024-09-13T15:00:50.662 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:50 smithi071 ceph-mon[112785]: pgmap v2019: 109 pgs: 1 active+recovering+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 6.0 GiB data, 23 GiB used, 424 GiB / 447 GiB avail; 0 B/s wr, 1.11k op/s; 12049/293019 objects degraded (4.112%); 298/293019 objects misplaced (0.102%); 4.8 MiB/s, 76 objects/s recovering 2024-09-13T15:00:50.662 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:50 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3396187633' entity='client.admin' cmd={"prefix": "osd pool set", "pool": "unique_pool_4", "var": "pg_num", "val": "26"} : dispatch 2024-09-13T15:00:50.712 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:50.747 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:50.748 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:50.748 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:50.849 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:00:50.876 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:50.876 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:50.877 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:00:50.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:50 smithi104 ceph-mon[105578]: pgmap v2019: 109 pgs: 1 active+recovering+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 6.0 GiB data, 23 GiB used, 424 GiB / 447 GiB avail; 0 B/s wr, 1.11k op/s; 12049/293019 objects degraded (4.112%); 298/293019 objects misplaced (0.102%); 4.8 MiB/s, 76 objects/s recovering 2024-09-13T15:00:50.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:50 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3396187633' entity='client.admin' cmd={"prefix": "osd pool set", "pool": "unique_pool_4", "var": "pg_num", "val": "26"} : dispatch 2024-09-13T15:00:50.978 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:00:51.000 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:51.000 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:51.001 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:00:51.101 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:00:51.124 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:51.124 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:51.125 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:00:51.225 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:00:51.247 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:51.247 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:51.248 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:00:51.349 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:00:51.371 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:51.372 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:51.372 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:00:51.473 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:00:51.494 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:51.495 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:51.495 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:00:51.596 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:00:51.620 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:51.621 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:51.621 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:00:51.722 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:00:51.763 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:51.764 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:51.764 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:00:51.854 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:51 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3396187633' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "unique_pool_4", "var": "pg_num", "val": "26"}]': finished 2024-09-13T15:00:51.855 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:51 smithi071 ceph-mon[107477]: osdmap e1336: 8 total, 8 up, 5 in 2024-09-13T15:00:51.855 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:51 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pool set", "pool": "unique_pool_4", "var": "pg_num_actual", "val": "26"} : dispatch 2024-09-13T15:00:51.855 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:51 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3396187633' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "unique_pool_4", "var": "pg_num", "val": "26"}]': finished 2024-09-13T15:00:51.855 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:51 smithi071 ceph-mon[112785]: osdmap e1336: 8 total, 8 up, 5 in 2024-09-13T15:00:51.855 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:51 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pool set", "pool": "unique_pool_4", "var": "pg_num_actual", "val": "26"} : dispatch 2024-09-13T15:00:51.865 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:00:51.894 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:51.895 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:51.895 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:00:51.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:51 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3396187633' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "unique_pool_4", "var": "pg_num", "val": "26"}]': finished 2024-09-13T15:00:51.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:51 smithi104 ceph-mon[105578]: osdmap e1336: 8 total, 8 up, 5 in 2024-09-13T15:00:51.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:51 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pool set", "pool": "unique_pool_4", "var": "pg_num_actual", "val": "26"} : dispatch 2024-09-13T15:00:51.996 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:00:52.017 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:52.017 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:52.017 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:00:52.118 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:00:52.139 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:52.140 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:52.140 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:00:52.241 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:00:52.263 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:52.264 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:52.264 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:00:52.365 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:00:52.387 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:52.387 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:52.388 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:00:52.488 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:00:52.511 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:52.511 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:52.511 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:00:52.612 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:00:52.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:52 smithi071 ceph-mon[107477]: pgmap v2021: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 1 active+recovering+remapped, 6 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 5.7 GiB data, 22 GiB used, 425 GiB / 447 GiB avail; 0 B/s wr, 1.10k op/s; 11488/282390 objects degraded (4.068%); 825/282390 objects misplaced (0.292%); 5.0 MiB/s, 79 objects/s recovering 2024-09-13T15:00:52.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:52 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pool set", "pool": "unique_pool_4", "var": "pg_num_actual", "val": "26"}]': finished 2024-09-13T15:00:52.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:52 smithi071 ceph-mon[107477]: osdmap e1337: 8 total, 8 up, 5 in 2024-09-13T15:00:52.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:52 smithi071 ceph-mon[112785]: pgmap v2021: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 1 active+recovering+remapped, 6 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 5.7 GiB data, 22 GiB used, 425 GiB / 447 GiB avail; 0 B/s wr, 1.10k op/s; 11488/282390 objects degraded (4.068%); 825/282390 objects misplaced (0.292%); 5.0 MiB/s, 79 objects/s recovering 2024-09-13T15:00:52.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:52 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pool set", "pool": "unique_pool_4", "var": "pg_num_actual", "val": "26"}]': finished 2024-09-13T15:00:52.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:52 smithi071 ceph-mon[112785]: osdmap e1337: 8 total, 8 up, 5 in 2024-09-13T15:00:52.642 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:52.643 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:52.643 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:00:52.706 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:00:52.744 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:52.767 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:52.768 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:52.768 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:52.869 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:00:52.892 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:52.893 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:52.893 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:00:52.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:52 smithi104 ceph-mon[105578]: pgmap v2021: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 1 active+recovering+remapped, 6 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 5.7 GiB data, 22 GiB used, 425 GiB / 447 GiB avail; 0 B/s wr, 1.10k op/s; 11488/282390 objects degraded (4.068%); 825/282390 objects misplaced (0.292%); 5.0 MiB/s, 79 objects/s recovering 2024-09-13T15:00:52.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:52 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pool set", "pool": "unique_pool_4", "var": "pg_num_actual", "val": "26"}]': finished 2024-09-13T15:00:52.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:52 smithi104 ceph-mon[105578]: osdmap e1337: 8 total, 8 up, 5 in 2024-09-13T15:00:52.994 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:00:53.015 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:53.016 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:53.016 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:00:53.117 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:00:53.138 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:53.139 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:53.139 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:00:53.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:00:52 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:00:52] "GET /metrics HTTP/1.1" 200 36650 "" "Prometheus/2.51.0" 2024-09-13T15:00:53.240 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:00:53.262 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:53.262 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:53.263 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:00:53.364 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:00:53.395 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:53.396 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:53.396 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:00:53.498 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:00:53.526 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:53.527 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:53.527 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:00:53.628 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:00:53.653 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:53.653 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:53.654 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:00:53.732 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:53 smithi071 ceph-mon[107477]: osdmap e1338: 8 total, 8 up, 5 in 2024-09-13T15:00:53.732 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:53 smithi071 ceph-mon[107477]: 9.0 scrub starts 2024-09-13T15:00:53.732 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:53 smithi071 ceph-mon[107477]: 9.0 scrub ok 2024-09-13T15:00:53.733 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:53 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 11488/282390 objects degraded (4.068%), 7 pgs degraded, 7 pgs undersized (PG_DEGRADED) 2024-09-13T15:00:53.733 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:53 smithi071 ceph-mon[107477]: osdmap e1339: 8 total, 8 up, 5 in 2024-09-13T15:00:53.733 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:53 smithi071 ceph-mon[112785]: osdmap e1338: 8 total, 8 up, 5 in 2024-09-13T15:00:53.733 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:53 smithi071 ceph-mon[112785]: 9.0 scrub starts 2024-09-13T15:00:53.733 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:53 smithi071 ceph-mon[112785]: 9.0 scrub ok 2024-09-13T15:00:53.733 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:53 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 11488/282390 objects degraded (4.068%), 7 pgs degraded, 7 pgs undersized (PG_DEGRADED) 2024-09-13T15:00:53.733 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:53 smithi071 ceph-mon[112785]: osdmap e1339: 8 total, 8 up, 5 in 2024-09-13T15:00:53.755 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:00:53.777 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:53.778 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:53.778 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:00:53.879 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:00:53.903 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:53.903 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:53.904 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:00:53.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:53 smithi104 ceph-mon[105578]: osdmap e1338: 8 total, 8 up, 5 in 2024-09-13T15:00:53.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:53 smithi104 ceph-mon[105578]: 9.0 scrub starts 2024-09-13T15:00:53.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:53 smithi104 ceph-mon[105578]: 9.0 scrub ok 2024-09-13T15:00:53.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:53 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 11488/282390 objects degraded (4.068%), 7 pgs degraded, 7 pgs undersized (PG_DEGRADED) 2024-09-13T15:00:53.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:53 smithi104 ceph-mon[105578]: osdmap e1339: 8 total, 8 up, 5 in 2024-09-13T15:00:54.005 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:00:54.029 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:54.029 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:54.030 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:00:54.131 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:00:54.152 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:54.152 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:54.152 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:00:54.253 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:00:54.275 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:54.276 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:54.276 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:00:54.372 INFO:teuthology.orchestra.run.smithi071.stderr:noscrub is set 2024-09-13T15:00:54.377 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:54.412 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:54.412 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:54.413 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:54.513 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:00:54.541 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:54.542 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:54.542 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:00:54.643 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:00:54.669 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:54.670 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:54.670 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:00:54.771 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:00:54.797 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:54.798 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:54.798 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:00:54.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:54 smithi071 ceph-mon[107477]: pgmap v2024: 119 pgs: 10 unknown, 1 active+recovering+undersized+degraded+remapped, 1 active+recovering+remapped, 6 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 5.6 GiB data, 22 GiB used, 425 GiB / 447 GiB avail; 0 B/s wr, 875 op/s; 11488/277263 objects degraded (4.143%); 825/277263 objects misplaced (0.298%); 363 KiB/s, 5 objects/s recovering 2024-09-13T15:00:54.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:54 smithi071 ceph-mon[107477]: 9.10 scrub starts 2024-09-13T15:00:54.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:54 smithi071 ceph-mon[107477]: 9.10 scrub ok 2024-09-13T15:00:54.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:54 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3016218591' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T15:00:54.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:54 smithi071 ceph-mon[107477]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:00:54.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:54 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3016218591' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T15:00:54.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:54 smithi071 ceph-mon[107477]: osdmap e1340: 8 total, 8 up, 5 in 2024-09-13T15:00:54.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:54 smithi071 ceph-mon[112785]: pgmap v2024: 119 pgs: 10 unknown, 1 active+recovering+undersized+degraded+remapped, 1 active+recovering+remapped, 6 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 5.6 GiB data, 22 GiB used, 425 GiB / 447 GiB avail; 0 B/s wr, 875 op/s; 11488/277263 objects degraded (4.143%); 825/277263 objects misplaced (0.298%); 363 KiB/s, 5 objects/s recovering 2024-09-13T15:00:54.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:54 smithi071 ceph-mon[112785]: 9.10 scrub starts 2024-09-13T15:00:54.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:54 smithi071 ceph-mon[112785]: 9.10 scrub ok 2024-09-13T15:00:54.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:54 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3016218591' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T15:00:54.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:54 smithi071 ceph-mon[112785]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:00:54.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:54 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3016218591' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T15:00:54.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:54 smithi071 ceph-mon[112785]: osdmap e1340: 8 total, 8 up, 5 in 2024-09-13T15:00:54.900 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:00:54.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:54 smithi104 ceph-mon[105578]: pgmap v2024: 119 pgs: 10 unknown, 1 active+recovering+undersized+degraded+remapped, 1 active+recovering+remapped, 6 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 5.6 GiB data, 22 GiB used, 425 GiB / 447 GiB avail; 0 B/s wr, 875 op/s; 11488/277263 objects degraded (4.143%); 825/277263 objects misplaced (0.298%); 363 KiB/s, 5 objects/s recovering 2024-09-13T15:00:54.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:54 smithi104 ceph-mon[105578]: 9.10 scrub starts 2024-09-13T15:00:54.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:54 smithi104 ceph-mon[105578]: 9.10 scrub ok 2024-09-13T15:00:54.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:54 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3016218591' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T15:00:54.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:54 smithi104 ceph-mon[105578]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:00:54.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:54 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3016218591' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T15:00:54.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:54 smithi104 ceph-mon[105578]: osdmap e1340: 8 total, 8 up, 5 in 2024-09-13T15:00:54.933 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:54.936 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:54.937 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:00:55.038 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:00:55.070 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:55.071 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:55.071 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:00:55.169 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.2 dump_ops_in_flight 2024-09-13T15:00:55.172 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:55.207 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:55.208 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:55.209 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:55.309 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:00:55.341 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:55.345 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:55.345 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:00:55.446 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:55.486 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:55.486 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:55.487 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:55.588 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:00:55.622 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:55.622 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:55.623 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:00:55.723 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:55.757 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:55.758 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:55.758 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:55.859 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:00:55.886 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:55.886 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:55.887 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:00:55.988 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:00:56.013 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:56.014 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:56.014 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:00:56.115 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:00:56.142 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:56.143 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:56.143 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:00:56.201 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:00:56.245 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:00:56.270 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:56.271 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:56.271 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:00:56.372 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:56.413 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:56.414 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:56.414 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:56.515 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:00:56.546 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:56.547 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:56.547 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:00:56.648 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:00:56.691 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:56.692 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:56.692 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:00:56.788 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:56 smithi071 ceph-mon[107477]: pgmap v2027: 119 pgs: 9 unknown, 1 active+recovering+undersized+degraded+remapped, 1 active+recovering+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 5.8 GiB data, 22 GiB used, 425 GiB / 447 GiB avail; 56 MiB/s wr, 1.48k op/s; 12267/285966 objects degraded (4.290%); 825/285966 objects misplaced (0.288%); 688 KiB/s, 10 objects/s recovering 2024-09-13T15:00:56.788 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:56 smithi071 ceph-mon[112785]: pgmap v2027: 119 pgs: 9 unknown, 1 active+recovering+undersized+degraded+remapped, 1 active+recovering+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 5.8 GiB data, 22 GiB used, 425 GiB / 447 GiB avail; 56 MiB/s wr, 1.48k op/s; 12267/285966 objects degraded (4.290%); 825/285966 objects misplaced (0.288%); 688 KiB/s, 10 objects/s recovering 2024-09-13T15:00:56.793 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:00:56.818 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T15:00:56.818 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T15:00:56.823 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:56.823 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:56.824 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:00:56.844 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T15:00:56.844 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T15:00:56.865 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T15:00:56.866 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T15:00:56.879 INFO:tasks.thrashosds.thrasher:in_osds: [0, 1, 5, 4, 7] out_osds: [2, 6, 3] dead_osds: [] live_osds: [0, 1, 2, 3, 4, 5, 7, 6] 2024-09-13T15:00:56.879 INFO:tasks.thrashosds.thrasher:choose_action: min_in 4 min_out 0 min_live 2 min_dead 0 chance_down 0.40 2024-09-13T15:00:56.879 INFO:tasks.thrashosds.thrasher:Adding osd 2 2024-09-13T15:00:56.880 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd in 2 2024-09-13T15:00:56.888 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T15:00:56.889 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T15:00:56.922 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T15:00:56.922 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T15:00:56.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:56 smithi104 ceph-mon[105578]: pgmap v2027: 119 pgs: 9 unknown, 1 active+recovering+undersized+degraded+remapped, 1 active+recovering+remapped, 7 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 5.8 GiB data, 22 GiB used, 425 GiB / 447 GiB avail; 56 MiB/s wr, 1.48k op/s; 12267/285966 objects degraded (4.290%); 825/285966 objects misplaced (0.288%); 688 KiB/s, 10 objects/s recovering 2024-09-13T15:00:56.925 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:56.944 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T15:00:56.945 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T15:00:56.958 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:56.959 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:56.959 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:56.969 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T15:00:56.969 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T15:00:56.996 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T15:00:56.996 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T15:00:57.060 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:00:57.089 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:57.090 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:57.090 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:00:57.191 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:00:57.228 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:57.228 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:57.229 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:00:57.329 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:00:57.362 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:57.363 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:57.363 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:00:57.464 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:00:57.497 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:57.498 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:57.498 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:00:57.599 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:00:57.611 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd set nodeep-scrub 2024-09-13T15:00:57.628 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:57.628 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:57.629 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:00:57.730 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:00:57.759 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:57.760 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:57.760 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:00:57.861 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:00:57.888 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:57.889 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:57.889 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:00:57.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:57 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2332803325' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:00:57.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:57 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2332803325' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:00:57.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:57 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2332803325' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:00:57.991 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:00:58.017 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:58.018 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:58.018 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:00:58.119 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:58.156 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:58.157 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:58.157 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:58.258 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:00:58.297 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:58.297 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:58.298 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:00:58.399 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:00:58.427 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:58.427 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:58.427 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:00:58.528 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:00:58.566 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:58.566 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:58.567 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:00:58.668 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:00:58.692 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:58.693 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:58.693 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:00:58.794 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:00:58.821 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:58.821 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:58.822 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:00:58.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:58 smithi071 ceph-mon[107477]: pgmap v2028: 119 pgs: 1 active+recovering+undersized+degraded+remapped, 8 active+recovery_wait+degraded, 3 active+recovery_wait+undersized+degraded+remapped, 107 active+clean; 5.5 GiB data, 21 GiB used, 426 GiB / 447 GiB avail; 10574/268827 objects degraded (3.933%); 19 MiB/s, 314 objects/s recovering 2024-09-13T15:00:58.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:00:58 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 10574/268827 objects degraded (3.933%), 12 pgs degraded, 2 pgs undersized (PG_DEGRADED) 2024-09-13T15:00:58.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:58 smithi071 ceph-mon[112785]: pgmap v2028: 119 pgs: 1 active+recovering+undersized+degraded+remapped, 8 active+recovery_wait+degraded, 3 active+recovery_wait+undersized+degraded+remapped, 107 active+clean; 5.5 GiB data, 21 GiB used, 426 GiB / 447 GiB avail; 10574/268827 objects degraded (3.933%); 19 MiB/s, 314 objects/s recovering 2024-09-13T15:00:58.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:00:58 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 10574/268827 objects degraded (3.933%), 12 pgs degraded, 2 pgs undersized (PG_DEGRADED) 2024-09-13T15:00:58.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:58 smithi104 ceph-mon[105578]: pgmap v2028: 119 pgs: 1 active+recovering+undersized+degraded+remapped, 8 active+recovery_wait+degraded, 3 active+recovery_wait+undersized+degraded+remapped, 107 active+clean; 5.5 GiB data, 21 GiB used, 426 GiB / 447 GiB avail; 10574/268827 objects degraded (3.933%); 19 MiB/s, 314 objects/s recovering 2024-09-13T15:00:58.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:00:58 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 10574/268827 objects degraded (3.933%), 12 pgs degraded, 2 pgs undersized (PG_DEGRADED) 2024-09-13T15:00:58.922 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:00:58.944 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:58.944 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:58.945 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:00:59.045 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:59.086 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:59.086 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:59.087 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:59.187 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:00:59.215 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:59.216 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:59.216 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:00:59.317 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:00:59.355 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:59.356 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:59.356 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:00:59.457 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:00:59.479 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:59.479 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:00:59.479 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:00:59.580 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:59.623 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:59.624 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:59.624 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:59.725 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:00:59.765 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:59.765 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:59.766 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:00:59.866 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:00:59.894 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:00:59.895 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:00:59.896 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:00:59.997 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:01:00.021 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:00.022 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:00.022 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:01:00.123 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:01:00.162 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:00.163 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:00.163 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:01:00.264 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:01:00.307 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:00.307 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:00.308 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:01:00.409 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:01:00.436 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:00.437 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:00.437 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:01:00.538 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:01:00.578 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:00.579 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:00.580 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:01:00.680 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:01:00.705 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:00.706 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:00.706 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:01:00.807 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:01:00.843 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:00.843 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:00.844 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:01:00.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:00 smithi071 ceph-mon[107477]: pgmap v2029: 119 pgs: 1 active+recovering+undersized+degraded+remapped, 8 active+recovery_wait+degraded, 3 active+recovery_wait+undersized+degraded+remapped, 107 active+clean; 5.5 GiB data, 21 GiB used, 426 GiB / 447 GiB avail; 10574/268827 objects degraded (3.933%); 16 MiB/s, 264 objects/s recovering 2024-09-13T15:01:00.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:00 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:01:00.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:00 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:01:00.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:00 smithi071 ceph-mon[112785]: pgmap v2029: 119 pgs: 1 active+recovering+undersized+degraded+remapped, 8 active+recovery_wait+degraded, 3 active+recovery_wait+undersized+degraded+remapped, 107 active+clean; 5.5 GiB data, 21 GiB used, 426 GiB / 447 GiB avail; 10574/268827 objects degraded (3.933%); 16 MiB/s, 264 objects/s recovering 2024-09-13T15:01:00.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:00 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:01:00.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:00 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:01:00.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:00 smithi104 ceph-mon[105578]: pgmap v2029: 119 pgs: 1 active+recovering+undersized+degraded+remapped, 8 active+recovery_wait+degraded, 3 active+recovery_wait+undersized+degraded+remapped, 107 active+clean; 5.5 GiB data, 21 GiB used, 426 GiB / 447 GiB avail; 10574/268827 objects degraded (3.933%); 16 MiB/s, 264 objects/s recovering 2024-09-13T15:01:00.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:00 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:01:00.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:00 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:01:00.945 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:01:00.968 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:00.969 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:00.969 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:01:01.070 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:01:01.109 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:01.110 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:01.110 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:01:01.211 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:01:01.249 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:01.249 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:01.250 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:01:01.351 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:01.379 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:01.379 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:01.380 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:01.481 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:01.511 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:01.511 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:01.512 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:01.612 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:01:01.649 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:01.664 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:01.664 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:01:01.765 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:01:01.801 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:01.802 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:01.802 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:01:01.903 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:01:01.936 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:01.937 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:01.937 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:01:02.038 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:01:02.070 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:02.071 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:02.072 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:01:02.172 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:01:02.208 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:02.208 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:02.209 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:01:02.310 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:01:02.347 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:02.348 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:02.348 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:01:02.381 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:01:02.449 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:01:02.479 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:02.480 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:02.481 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:01:02.581 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:02.609 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:02.609 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:02.610 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:02.710 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:01:02.743 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:02.743 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:02.744 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:01:02.826 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:02 smithi071 ceph-mon[107477]: pgmap v2030: 119 pgs: 1 active+recovering+undersized+degraded+remapped, 8 active+recovery_wait+degraded, 3 active+recovery_wait+undersized+degraded+remapped, 107 active+clean; 5.2 GiB data, 20 GiB used, 427 GiB / 447 GiB avail; 9765/253755 objects degraded (3.848%); 15 MiB/s, 309 objects/s recovering 2024-09-13T15:01:02.827 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:02 smithi071 ceph-mon[112785]: pgmap v2030: 119 pgs: 1 active+recovering+undersized+degraded+remapped, 8 active+recovery_wait+degraded, 3 active+recovery_wait+undersized+degraded+remapped, 107 active+clean; 5.2 GiB data, 20 GiB used, 427 GiB / 447 GiB avail; 9765/253755 objects degraded (3.848%); 15 MiB/s, 309 objects/s recovering 2024-09-13T15:01:02.827 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:01:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:01:02] "GET /metrics HTTP/1.1" 200 36652 "" "Prometheus/2.51.0" 2024-09-13T15:01:02.845 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:01:02.873 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:02.873 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:02.874 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:01:02.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:02 smithi104 ceph-mon[105578]: pgmap v2030: 119 pgs: 1 active+recovering+undersized+degraded+remapped, 8 active+recovery_wait+degraded, 3 active+recovery_wait+undersized+degraded+remapped, 107 active+clean; 5.2 GiB data, 20 GiB used, 427 GiB / 447 GiB avail; 9765/253755 objects degraded (3.848%); 15 MiB/s, 309 objects/s recovering 2024-09-13T15:01:02.975 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:01:03.016 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:03.017 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:03.017 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:01:03.118 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:01:03.153 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:03.154 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:03.154 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:01:03.222 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=false 2024-09-13T15:01:03.255 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:01:03.301 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:03.302 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:03.302 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:01:03.403 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:01:03.441 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:03.442 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:03.442 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:01:03.543 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:01:03.577 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:03.577 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:03.578 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:01:03.607 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:01:03.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:03 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 9765/253755 objects degraded (3.848%), 12 pgs degraded, 2 pgs undersized (PG_DEGRADED) 2024-09-13T15:01:03.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:03 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 9765/253755 objects degraded (3.848%), 12 pgs degraded, 2 pgs undersized (PG_DEGRADED) 2024-09-13T15:01:03.679 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:01:03.711 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:03.712 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:03.712 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:01:03.813 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:01:03.839 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:03.839 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:03.840 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:01:03.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:03 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 9765/253755 objects degraded (3.848%), 12 pgs degraded, 2 pgs undersized (PG_DEGRADED) 2024-09-13T15:01:03.940 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:01:03.983 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:03.984 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:03.984 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:01:04.085 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:01:04.086 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T15:01:04.086 INFO:teuthology.orchestra.run.smithi071.stdout: "ops": [], 2024-09-13T15:01:04.086 INFO:teuthology.orchestra.run.smithi071.stdout: "num_ops": 0 2024-09-13T15:01:04.086 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T15:01:04.124 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:04.125 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:04.125 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:01:04.226 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:01:04.256 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:04.257 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:04.257 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:01:04.358 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:01:04.387 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:04.388 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:04.389 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:01:04.489 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:01:04.526 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:04.527 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:04.528 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:01:04.629 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:01:04.655 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:04.656 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:04.657 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:01:04.758 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:01:04.790 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:04.791 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:04.791 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:01:04.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:04 smithi071 ceph-mon[107477]: pgmap v2031: 119 pgs: 1 active+recovering+undersized+degraded+remapped, 8 active+recovery_wait+degraded, 3 active+recovery_wait+undersized+degraded+remapped, 107 active+clean; 5.1 GiB data, 20 GiB used, 427 GiB / 447 GiB avail; 0 B/s wr, 148 op/s; 8823/248703 objects degraded (3.548%); 19 MiB/s, 356 objects/s recovering 2024-09-13T15:01:04.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:04 smithi071 ceph-mon[112785]: pgmap v2031: 119 pgs: 1 active+recovering+undersized+degraded+remapped, 8 active+recovery_wait+degraded, 3 active+recovery_wait+undersized+degraded+remapped, 107 active+clean; 5.1 GiB data, 20 GiB used, 427 GiB / 447 GiB avail; 0 B/s wr, 148 op/s; 8823/248703 objects degraded (3.548%); 19 MiB/s, 356 objects/s recovering 2024-09-13T15:01:04.893 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:01:04.920 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:04.920 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:04.921 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:01:04.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:04 smithi104 ceph-mon[105578]: pgmap v2031: 119 pgs: 1 active+recovering+undersized+degraded+remapped, 8 active+recovery_wait+degraded, 3 active+recovery_wait+undersized+degraded+remapped, 107 active+clean; 5.1 GiB data, 20 GiB used, 427 GiB / 447 GiB avail; 0 B/s wr, 148 op/s; 8823/248703 objects degraded (3.548%); 19 MiB/s, 356 objects/s recovering 2024-09-13T15:01:04.958 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.2 dump_blocked_ops 2024-09-13T15:01:05.021 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:01:05.061 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:05.061 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:05.062 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:01:05.163 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:01:05.198 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:05.199 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:05.200 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:01:05.300 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:01:05.331 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:05.332 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:05.332 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:01:05.433 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:01:05.474 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:05.474 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:05.475 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:01:05.575 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:01:05.621 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:05.621 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:05.622 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:01:05.722 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:01:05.754 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:05.754 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:05.755 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:01:05.856 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:01:05.888 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:05.889 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:05.889 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:01:05.990 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:01:06.001 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:01:06.026 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:06.027 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:06.027 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:01:06.128 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:01:06.168 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:06.169 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:06.169 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:01:06.270 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:01:06.298 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:06.299 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:06.299 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:01:06.400 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:01:06.432 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:06.432 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:06.433 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:01:06.534 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:06.565 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:06.566 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:06.566 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:06.667 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:01:06.705 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:06.706 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:06.706 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:01:06.808 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:01:06.835 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:06.836 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:06.837 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:01:06.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:06 smithi071 ceph-mon[107477]: pgmap v2032: 119 pgs: 1 active+recovering+undersized+degraded+remapped, 8 active+recovery_wait+degraded, 3 active+recovery_wait+undersized+degraded+remapped, 107 active+clean; 5.0 GiB data, 20 GiB used, 427 GiB / 447 GiB avail; 0 B/s wr, 159 op/s; 8823/247905 objects degraded (3.559%); 17 MiB/s, 322 objects/s recovering 2024-09-13T15:01:06.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:06 smithi071 ceph-mon[112785]: pgmap v2032: 119 pgs: 1 active+recovering+undersized+degraded+remapped, 8 active+recovery_wait+degraded, 3 active+recovery_wait+undersized+degraded+remapped, 107 active+clean; 5.0 GiB data, 20 GiB used, 427 GiB / 447 GiB avail; 0 B/s wr, 159 op/s; 8823/247905 objects degraded (3.559%); 17 MiB/s, 322 objects/s recovering 2024-09-13T15:01:06.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:06 smithi104 ceph-mon[105578]: pgmap v2032: 119 pgs: 1 active+recovering+undersized+degraded+remapped, 8 active+recovery_wait+degraded, 3 active+recovery_wait+undersized+degraded+remapped, 107 active+clean; 5.0 GiB data, 20 GiB used, 427 GiB / 447 GiB avail; 0 B/s wr, 159 op/s; 8823/247905 objects degraded (3.559%); 17 MiB/s, 322 objects/s recovering 2024-09-13T15:01:06.937 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:01:06.968 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:06.969 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:06.970 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:01:07.071 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:01:07.107 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:07.108 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:07.108 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:01:07.209 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:01:07.250 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:07.250 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:07.251 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:01:07.352 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:01:07.395 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:07.396 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:07.397 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:01:07.497 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:01:07.537 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:07.538 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:07.538 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:01:07.639 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:01:07.663 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:07.664 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:07.664 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:01:07.765 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:01:07.803 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:07.803 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:07.804 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:01:07.905 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:07.935 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:07.936 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:07.936 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:08.037 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:01:08.067 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:08.068 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:08.068 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:01:08.169 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:01:08.198 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:08.199 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:08.200 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:01:08.300 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:01:08.338 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:08.339 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:08.339 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:01:08.440 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:01:08.476 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:08.476 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:08.477 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:01:08.578 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:08.601 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:08 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-a[107454]: 2024-09-13T15:01:08.459+0000 7fa91586f640 -1 mon.a@0(leader).osd e1340 definitely_dead 0 2024-09-13T15:01:08.601 INFO:teuthology.orchestra.run.smithi071.stderr:marked in osd.2. 2024-09-13T15:01:08.611 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:08.612 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:08.613 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:08.713 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:01:08.735 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:08.736 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:08.736 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:01:08.837 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:01:08.858 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:08.859 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:08.860 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:01:08.881 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:08 smithi071 ceph-mon[107477]: pgmap v2033: 119 pgs: 1 active+recovering+undersized+degraded+remapped, 8 active+recovery_wait+degraded, 3 active+recovery_wait+undersized+degraded+remapped, 107 active+clean; 4.6 GiB data, 19 GiB used, 428 GiB / 447 GiB avail; 0 B/s wr, 444 op/s; 8427/224319 objects degraded (3.757%); 15 MiB/s, 313 objects/s recovering 2024-09-13T15:01:08.881 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:08 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 8427/224319 objects degraded (3.757%), 12 pgs degraded, 2 pgs undersized (PG_DEGRADED) 2024-09-13T15:01:08.881 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:08 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1760727630' entity='client.admin' cmd={"prefix": "osd in", "ids": ["2"]} : dispatch 2024-09-13T15:01:08.882 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:08 smithi071 ceph-mon[112785]: pgmap v2033: 119 pgs: 1 active+recovering+undersized+degraded+remapped, 8 active+recovery_wait+degraded, 3 active+recovery_wait+undersized+degraded+remapped, 107 active+clean; 4.6 GiB data, 19 GiB used, 428 GiB / 447 GiB avail; 0 B/s wr, 444 op/s; 8427/224319 objects degraded (3.757%); 15 MiB/s, 313 objects/s recovering 2024-09-13T15:01:08.882 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:08 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 8427/224319 objects degraded (3.757%), 12 pgs degraded, 2 pgs undersized (PG_DEGRADED) 2024-09-13T15:01:08.882 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:08 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1760727630' entity='client.admin' cmd={"prefix": "osd in", "ids": ["2"]} : dispatch 2024-09-13T15:01:08.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:08 smithi104 ceph-mon[105578]: pgmap v2033: 119 pgs: 1 active+recovering+undersized+degraded+remapped, 8 active+recovery_wait+degraded, 3 active+recovery_wait+undersized+degraded+remapped, 107 active+clean; 4.6 GiB data, 19 GiB used, 428 GiB / 447 GiB avail; 0 B/s wr, 444 op/s; 8427/224319 objects degraded (3.757%); 15 MiB/s, 313 objects/s recovering 2024-09-13T15:01:08.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:08 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 8427/224319 objects degraded (3.757%), 12 pgs degraded, 2 pgs undersized (PG_DEGRADED) 2024-09-13T15:01:08.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:08 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1760727630' entity='client.admin' cmd={"prefix": "osd in", "ids": ["2"]} : dispatch 2024-09-13T15:01:08.961 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:01:08.983 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:08.983 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:08.984 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:01:09.085 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:01:09.106 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:09.107 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:09.107 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:01:09.208 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:01:09.229 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:09.230 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:09.230 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:01:09.331 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:01:09.353 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:09.353 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:09.354 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:01:09.454 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:01:09.475 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:09.476 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:09.476 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:01:09.577 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:01:09.599 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:09.600 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:09.600 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:01:09.600 INFO:teuthology.orchestra.run.smithi071.stderr:nodeep-scrub is set 2024-09-13T15:01:09.686 INFO:tasks.thrashosds.thrasher:Added osd 2 2024-09-13T15:01:09.701 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:01:09.722 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:09.723 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:09.724 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:01:09.824 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:01:09.848 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:09.848 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:09.848 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:01:09.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:09 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1760727630' entity='client.admin' cmd='[{"prefix": "osd in", "ids": ["2"]}]': finished 2024-09-13T15:01:09.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:09 smithi071 ceph-mon[107477]: osdmap e1341: 8 total, 8 up, 6 in 2024-09-13T15:01:09.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:09 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/4236476480' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:01:09.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:09 smithi071 ceph-mon[107477]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:01:09.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:09 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/4236476480' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T15:01:09.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:09 smithi071 ceph-mon[107477]: osdmap e1342: 8 total, 8 up, 6 in 2024-09-13T15:01:09.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:09 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1760727630' entity='client.admin' cmd='[{"prefix": "osd in", "ids": ["2"]}]': finished 2024-09-13T15:01:09.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:09 smithi071 ceph-mon[112785]: osdmap e1341: 8 total, 8 up, 6 in 2024-09-13T15:01:09.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:09 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/4236476480' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:01:09.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:09 smithi071 ceph-mon[112785]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:01:09.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:09 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/4236476480' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T15:01:09.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:09 smithi071 ceph-mon[112785]: osdmap e1342: 8 total, 8 up, 6 in 2024-09-13T15:01:09.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:09 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1760727630' entity='client.admin' cmd='[{"prefix": "osd in", "ids": ["2"]}]': finished 2024-09-13T15:01:09.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:09 smithi104 ceph-mon[105578]: osdmap e1341: 8 total, 8 up, 6 in 2024-09-13T15:01:09.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:09 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/4236476480' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:01:09.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:09 smithi104 ceph-mon[105578]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:01:09.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:09 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/4236476480' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T15:01:09.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:09 smithi104 ceph-mon[105578]: osdmap e1342: 8 total, 8 up, 6 in 2024-09-13T15:01:09.949 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:01:09.971 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:09.971 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:09.972 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:01:10.072 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:01:10.096 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:10.097 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:10.097 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:01:10.198 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:10.219 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:10.219 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:10.220 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:10.321 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:01:10.342 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:10.343 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:10.343 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:01:10.444 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:01:10.466 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:10.466 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:10.467 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:01:10.568 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:01:10.589 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:10.589 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:10.590 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:01:10.691 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:01:10.713 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:10.713 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:10.714 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:01:10.815 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:01:10.856 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:10.857 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:10.857 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:01:10.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:10 smithi071 ceph-mon[107477]: pgmap v2035: 119 pgs: 1 active+recovering+undersized+degraded+remapped, 8 active+recovery_wait+degraded, 3 active+recovery_wait+undersized+degraded+remapped, 107 active+clean; 4.6 GiB data, 19 GiB used, 428 GiB / 447 GiB avail; 0 B/s wr, 1.48k op/s; 8427/224319 objects degraded (3.757%); 8.0 MiB/s, 215 objects/s recovering 2024-09-13T15:01:10.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:10 smithi071 ceph-mon[107477]: osdmap e1343: 8 total, 8 up, 6 in 2024-09-13T15:01:10.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:10 smithi071 ceph-mon[112785]: pgmap v2035: 119 pgs: 1 active+recovering+undersized+degraded+remapped, 8 active+recovery_wait+degraded, 3 active+recovery_wait+undersized+degraded+remapped, 107 active+clean; 4.6 GiB data, 19 GiB used, 428 GiB / 447 GiB avail; 0 B/s wr, 1.48k op/s; 8427/224319 objects degraded (3.757%); 8.0 MiB/s, 215 objects/s recovering 2024-09-13T15:01:10.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:10 smithi071 ceph-mon[112785]: osdmap e1343: 8 total, 8 up, 6 in 2024-09-13T15:01:10.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:10 smithi104 ceph-mon[105578]: pgmap v2035: 119 pgs: 1 active+recovering+undersized+degraded+remapped, 8 active+recovery_wait+degraded, 3 active+recovery_wait+undersized+degraded+remapped, 107 active+clean; 4.6 GiB data, 19 GiB used, 428 GiB / 447 GiB avail; 0 B/s wr, 1.48k op/s; 8427/224319 objects degraded (3.757%); 8.0 MiB/s, 215 objects/s recovering 2024-09-13T15:01:10.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:10 smithi104 ceph-mon[105578]: osdmap e1343: 8 total, 8 up, 6 in 2024-09-13T15:01:10.958 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:01:10.986 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:10.986 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:10.987 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:01:11.087 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:01:11.118 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:11.118 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:11.119 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:01:11.220 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:01:11.253 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:11.254 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:11.255 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:01:11.264 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:01:11.355 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:01:11.394 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:11.395 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:11.395 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:01:11.496 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:01:11.531 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:11.532 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:11.532 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:01:11.633 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:01:11.669 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:11.670 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:11.670 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:01:11.771 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:01:11.800 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:11.800 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:11.801 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:01:11.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:11 smithi071 ceph-mon[107477]: 9.10 starting backfill to osd.2 from (0'0,0'0] MAX to 1340'8753 2024-09-13T15:01:11.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:11 smithi071 ceph-mon[107477]: 9.12 starting backfill to osd.2 from (0'0,0'0] MAX to 1340'8915 2024-09-13T15:01:11.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:11 smithi071 ceph-mon[107477]: 9.b starting backfill to osd.2 from (0'0,0'0] MAX to 1340'9622 2024-09-13T15:01:11.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:11 smithi071 ceph-mon[107477]: 9.0 starting backfill to osd.2 from (0'0,0'0] MAX to 1340'8774 2024-09-13T15:01:11.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:11 smithi071 ceph-mon[107477]: 9.f starting backfill to osd.2 from (0'0,0'0] MAX to 1340'9529 2024-09-13T15:01:11.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:11 smithi071 ceph-mon[107477]: 9.17 starting backfill to osd.2 from (0'0,0'0] MAX to 1340'8777 2024-09-13T15:01:11.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:11 smithi071 ceph-mon[107477]: 9.1 starting backfill to osd.2 from (0'0,0'0] MAX to 1340'9088 2024-09-13T15:01:11.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:11 smithi071 ceph-mon[107477]: 9.16 starting backfill to osd.2 from (0'0,0'0] MAX to 1340'8678 2024-09-13T15:01:11.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:11 smithi071 ceph-mon[107477]: 9.11 starting backfill to osd.2 from (0'0,0'0] MAX to 1340'9081 2024-09-13T15:01:11.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:11 smithi071 ceph-mon[107477]: 9.6 starting backfill to osd.2 from (0'0,0'0] MAX to 1340'8718 2024-09-13T15:01:11.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:11 smithi071 ceph-mon[107477]: 9.2 starting backfill to osd.2 from (0'0,0'0] MAX to 1340'8920 2024-09-13T15:01:11.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:11 smithi071 ceph-mon[107477]: 9.7 starting backfill to osd.2 from (0'0,0'0] MAX to 1340'8765 2024-09-13T15:01:11.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:11 smithi071 ceph-mon[107477]: 9.19 scrub starts 2024-09-13T15:01:11.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:11 smithi071 ceph-mon[112785]: 9.10 starting backfill to osd.2 from (0'0,0'0] MAX to 1340'8753 2024-09-13T15:01:11.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:11 smithi071 ceph-mon[112785]: 9.12 starting backfill to osd.2 from (0'0,0'0] MAX to 1340'8915 2024-09-13T15:01:11.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:11 smithi071 ceph-mon[112785]: 9.b starting backfill to osd.2 from (0'0,0'0] MAX to 1340'9622 2024-09-13T15:01:11.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:11 smithi071 ceph-mon[112785]: 9.0 starting backfill to osd.2 from (0'0,0'0] MAX to 1340'8774 2024-09-13T15:01:11.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:11 smithi071 ceph-mon[112785]: 9.f starting backfill to osd.2 from (0'0,0'0] MAX to 1340'9529 2024-09-13T15:01:11.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:11 smithi071 ceph-mon[112785]: 9.17 starting backfill to osd.2 from (0'0,0'0] MAX to 1340'8777 2024-09-13T15:01:11.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:11 smithi071 ceph-mon[112785]: 9.1 starting backfill to osd.2 from (0'0,0'0] MAX to 1340'9088 2024-09-13T15:01:11.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:11 smithi071 ceph-mon[112785]: 9.16 starting backfill to osd.2 from (0'0,0'0] MAX to 1340'8678 2024-09-13T15:01:11.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:11 smithi071 ceph-mon[112785]: 9.11 starting backfill to osd.2 from (0'0,0'0] MAX to 1340'9081 2024-09-13T15:01:11.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:11 smithi071 ceph-mon[112785]: 9.6 starting backfill to osd.2 from (0'0,0'0] MAX to 1340'8718 2024-09-13T15:01:11.894 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:11 smithi071 ceph-mon[112785]: 9.2 starting backfill to osd.2 from (0'0,0'0] MAX to 1340'8920 2024-09-13T15:01:11.894 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:11 smithi071 ceph-mon[112785]: 9.7 starting backfill to osd.2 from (0'0,0'0] MAX to 1340'8765 2024-09-13T15:01:11.894 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:11 smithi071 ceph-mon[112785]: 9.19 scrub starts 2024-09-13T15:01:11.901 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:01:11.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:11 smithi104 ceph-mon[105578]: 9.10 starting backfill to osd.2 from (0'0,0'0] MAX to 1340'8753 2024-09-13T15:01:11.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:11 smithi104 ceph-mon[105578]: 9.12 starting backfill to osd.2 from (0'0,0'0] MAX to 1340'8915 2024-09-13T15:01:11.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:11 smithi104 ceph-mon[105578]: 9.b starting backfill to osd.2 from (0'0,0'0] MAX to 1340'9622 2024-09-13T15:01:11.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:11 smithi104 ceph-mon[105578]: 9.0 starting backfill to osd.2 from (0'0,0'0] MAX to 1340'8774 2024-09-13T15:01:11.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:11 smithi104 ceph-mon[105578]: 9.f starting backfill to osd.2 from (0'0,0'0] MAX to 1340'9529 2024-09-13T15:01:11.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:11 smithi104 ceph-mon[105578]: 9.17 starting backfill to osd.2 from (0'0,0'0] MAX to 1340'8777 2024-09-13T15:01:11.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:11 smithi104 ceph-mon[105578]: 9.1 starting backfill to osd.2 from (0'0,0'0] MAX to 1340'9088 2024-09-13T15:01:11.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:11 smithi104 ceph-mon[105578]: 9.16 starting backfill to osd.2 from (0'0,0'0] MAX to 1340'8678 2024-09-13T15:01:11.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:11 smithi104 ceph-mon[105578]: 9.11 starting backfill to osd.2 from (0'0,0'0] MAX to 1340'9081 2024-09-13T15:01:11.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:11 smithi104 ceph-mon[105578]: 9.6 starting backfill to osd.2 from (0'0,0'0] MAX to 1340'8718 2024-09-13T15:01:11.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:11 smithi104 ceph-mon[105578]: 9.2 starting backfill to osd.2 from (0'0,0'0] MAX to 1340'8920 2024-09-13T15:01:11.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:11 smithi104 ceph-mon[105578]: 9.7 starting backfill to osd.2 from (0'0,0'0] MAX to 1340'8765 2024-09-13T15:01:11.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:11 smithi104 ceph-mon[105578]: 9.19 scrub starts 2024-09-13T15:01:11.932 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:11.933 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:11.933 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:01:12.034 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:01:12.065 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:12.066 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:12.066 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:01:12.167 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:01:12.195 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:12.195 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:12.196 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:01:12.296 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:01:12.332 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:12.332 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:12.333 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:01:12.433 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:01:12.471 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:12.472 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:12.472 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:01:12.573 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:01:12.608 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:12.609 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:12.609 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:01:12.710 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:12.746 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:12.746 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:12.747 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:12.847 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:01:12.872 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:12.873 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:12.873 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:01:12.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:12 smithi071 ceph-mon[107477]: pgmap v2038: 119 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 18 remapped+peering, 9 active+recovery_wait+degraded, 91 active+clean; 4.4 GiB data, 18 GiB used, 429 GiB / 447 GiB avail; 0 B/s wr, 1.88k op/s; 6271/214065 objects degraded (2.929%); 895 B/s, 1 keys/s, 171 objects/s recovering 2024-09-13T15:01:12.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:12 smithi071 ceph-mon[107477]: osdmap e1344: 8 total, 8 up, 6 in 2024-09-13T15:01:12.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:12 smithi071 ceph-mon[112785]: pgmap v2038: 119 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 18 remapped+peering, 9 active+recovery_wait+degraded, 91 active+clean; 4.4 GiB data, 18 GiB used, 429 GiB / 447 GiB avail; 0 B/s wr, 1.88k op/s; 6271/214065 objects degraded (2.929%); 895 B/s, 1 keys/s, 171 objects/s recovering 2024-09-13T15:01:12.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:12 smithi071 ceph-mon[112785]: osdmap e1344: 8 total, 8 up, 6 in 2024-09-13T15:01:12.892 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:01:12 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:01:12] "GET /metrics HTTP/1.1" 200 36652 "" "Prometheus/2.51.0" 2024-09-13T15:01:12.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:12 smithi104 ceph-mon[105578]: pgmap v2038: 119 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 18 remapped+peering, 9 active+recovery_wait+degraded, 91 active+clean; 4.4 GiB data, 18 GiB used, 429 GiB / 447 GiB avail; 0 B/s wr, 1.88k op/s; 6271/214065 objects degraded (2.929%); 895 B/s, 1 keys/s, 171 objects/s recovering 2024-09-13T15:01:12.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:12 smithi104 ceph-mon[105578]: osdmap e1344: 8 total, 8 up, 6 in 2024-09-13T15:01:12.975 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:13.010 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:13.010 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:13.011 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:13.112 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:01:13.152 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:13.152 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:13.153 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:01:13.254 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:01:13.281 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd unset noscrub 2024-09-13T15:01:13.285 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:13.286 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:13.286 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:01:13.387 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:13.421 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:13.422 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:13.422 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:13.523 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:01:13.555 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:13.555 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:13.556 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:01:13.656 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:01:13.686 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:13.687 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:13.687 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:01:13.788 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:13.823 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:13.824 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:13.824 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:13.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:13 smithi104 ceph-mon[105578]: osdmap e1345: 8 total, 8 up, 6 in 2024-09-13T15:01:13.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:13 smithi104 ceph-mon[105578]: pgmap v2041: 119 pgs: 3 active+recovery_wait+undersized+degraded+remapped, 18 remapped+peering, 2 active+remapped+backfill_wait, 5 active+recovery_wait+degraded, 1 active+recovering, 90 active+clean; 4.3 GiB data, 18 GiB used, 519 GiB / 536 GiB avail; 0 B/s wr, 1.19k op/s; 5116/210048 objects degraded (2.436%); 8679/210048 objects misplaced (4.132%); 1.3 KiB/s, 2 keys/s, 344 objects/s recovering 2024-09-13T15:01:13.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:13 smithi104 ceph-mon[105578]: 1.14 scrub starts 2024-09-13T15:01:13.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:13 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 6271/214065 objects degraded (2.929%), 10 pgs degraded, 1 pg undersized (PG_DEGRADED) 2024-09-13T15:01:13.925 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:13.957 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:13.957 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:13.958 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:14.059 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:14.091 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:14.092 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:14.092 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:14.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:13 smithi071 ceph-mon[107477]: osdmap e1345: 8 total, 8 up, 6 in 2024-09-13T15:01:14.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:13 smithi071 ceph-mon[107477]: pgmap v2041: 119 pgs: 3 active+recovery_wait+undersized+degraded+remapped, 18 remapped+peering, 2 active+remapped+backfill_wait, 5 active+recovery_wait+degraded, 1 active+recovering, 90 active+clean; 4.3 GiB data, 18 GiB used, 519 GiB / 536 GiB avail; 0 B/s wr, 1.19k op/s; 5116/210048 objects degraded (2.436%); 8679/210048 objects misplaced (4.132%); 1.3 KiB/s, 2 keys/s, 344 objects/s recovering 2024-09-13T15:01:14.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:13 smithi071 ceph-mon[107477]: 1.14 scrub starts 2024-09-13T15:01:14.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:13 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 6271/214065 objects degraded (2.929%), 10 pgs degraded, 1 pg undersized (PG_DEGRADED) 2024-09-13T15:01:14.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:13 smithi071 ceph-mon[112785]: osdmap e1345: 8 total, 8 up, 6 in 2024-09-13T15:01:14.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:13 smithi071 ceph-mon[112785]: pgmap v2041: 119 pgs: 3 active+recovery_wait+undersized+degraded+remapped, 18 remapped+peering, 2 active+remapped+backfill_wait, 5 active+recovery_wait+degraded, 1 active+recovering, 90 active+clean; 4.3 GiB data, 18 GiB used, 519 GiB / 536 GiB avail; 0 B/s wr, 1.19k op/s; 5116/210048 objects degraded (2.436%); 8679/210048 objects misplaced (4.132%); 1.3 KiB/s, 2 keys/s, 344 objects/s recovering 2024-09-13T15:01:14.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:13 smithi071 ceph-mon[112785]: 1.14 scrub starts 2024-09-13T15:01:14.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:13 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 6271/214065 objects degraded (2.929%), 10 pgs degraded, 1 pg undersized (PG_DEGRADED) 2024-09-13T15:01:14.193 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:14.223 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:14.224 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:14.225 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:14.325 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:01:14.370 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:14.372 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:14.373 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:01:14.474 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:01:14.508 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:14.508 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:14.509 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:01:14.609 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:01:14.640 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:14.641 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:14.641 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:01:14.687 INFO:tasks.thrashosds.thrasher:in_osds: [0, 1, 5, 4, 7, 2] out_osds: [6, 3] dead_osds: [] live_osds: [0, 1, 2, 3, 4, 5, 7, 6] 2024-09-13T15:01:14.688 INFO:tasks.thrashosds.thrasher:choose_action: min_in 4 min_out 0 min_live 2 min_dead 0 chance_down 0.40 2024-09-13T15:01:14.688 INFO:tasks.thrashosds.thrasher:Adding osd 3 2024-09-13T15:01:14.688 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd in 3 2024-09-13T15:01:14.742 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:01:14.779 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:14.779 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:14.780 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:01:14.880 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:14.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:14 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:01:14.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:14 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:01:14.915 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:14.915 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:14.916 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:14.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:14 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:01:15.017 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:01:15.052 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:15.053 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:15.053 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:01:15.154 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:01:15.191 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:15.191 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:15.191 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:01:15.292 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:01:15.327 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:15.327 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:15.328 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:01:15.429 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:01:15.465 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:15.466 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:15.466 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:01:15.567 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:01:15.603 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:15.604 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:15.604 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:01:15.705 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:01:15.736 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:15.737 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:15.737 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:01:15.838 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:01:15.872 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:15.873 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:15.873 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:01:15.890 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T15:01:15.890 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T15:01:15.911 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:15 smithi071 ceph-mon[112785]: pgmap v2042: 119 pgs: 3 active+recovery_wait+undersized+degraded+remapped, 18 remapped+peering, 2 active+remapped+backfill_wait, 5 active+recovery_wait+degraded, 1 active+recovering, 90 active+clean; 4.3 GiB data, 18 GiB used, 519 GiB / 536 GiB avail; 0 B/s wr, 863 op/s; 5116/210048 objects degraded (2.436%); 8679/210048 objects misplaced (4.132%); 1017 B/s, 1 keys/s, 261 objects/s recovering 2024-09-13T15:01:15.911 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T15:01:15.912 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T15:01:15.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:15 smithi071 ceph-mon[107477]: pgmap v2042: 119 pgs: 3 active+recovery_wait+undersized+degraded+remapped, 18 remapped+peering, 2 active+remapped+backfill_wait, 5 active+recovery_wait+degraded, 1 active+recovering, 90 active+clean; 4.3 GiB data, 18 GiB used, 519 GiB / 536 GiB avail; 0 B/s wr, 863 op/s; 5116/210048 objects degraded (2.436%); 8679/210048 objects misplaced (4.132%); 1017 B/s, 1 keys/s, 261 objects/s recovering 2024-09-13T15:01:15.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:15 smithi104 ceph-mon[105578]: pgmap v2042: 119 pgs: 3 active+recovery_wait+undersized+degraded+remapped, 18 remapped+peering, 2 active+remapped+backfill_wait, 5 active+recovery_wait+degraded, 1 active+recovering, 90 active+clean; 4.3 GiB data, 18 GiB used, 519 GiB / 536 GiB avail; 0 B/s wr, 863 op/s; 5116/210048 objects degraded (2.436%); 8679/210048 objects misplaced (4.132%); 1017 B/s, 1 keys/s, 261 objects/s recovering 2024-09-13T15:01:15.931 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T15:01:15.931 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T15:01:15.955 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T15:01:15.955 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T15:01:15.974 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:15.987 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T15:01:15.987 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T15:01:16.014 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:16.014 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:16.015 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:16.019 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T15:01:16.019 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T15:01:16.045 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T15:01:16.046 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T15:01:16.074 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T15:01:16.074 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T15:01:16.116 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:01:16.148 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:16.149 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:16.149 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:01:16.250 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:16.283 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:16.284 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:16.284 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:16.385 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:01:16.420 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:16.421 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:16.421 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:01:16.522 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:01:16.560 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:16.561 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:16.562 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:01:16.662 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:01:16.702 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:16.703 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:16.703 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:01:16.758 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:01:16.804 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:01:16.837 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:16.837 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:16.838 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:01:16.846 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:16 smithi071 ceph-mon[107477]: 9.18 scrub starts 2024-09-13T15:01:16.846 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:16 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2061682393' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:01:16.847 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:16 smithi071 ceph-mon[112785]: 9.18 scrub starts 2024-09-13T15:01:16.847 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:16 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2061682393' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:01:16.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:16 smithi104 ceph-mon[105578]: 9.18 scrub starts 2024-09-13T15:01:16.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:16 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2061682393' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:01:16.938 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:01:16.966 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:16.967 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:16.967 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:01:17.068 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:01:17.099 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:17.099 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:17.100 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:01:17.201 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:01:17.235 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:17.235 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:17.236 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:01:17.337 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:01:17.372 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:17.372 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:17.373 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:01:17.474 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:01:17.506 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:17.507 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:17.508 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:01:17.609 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:01:17.643 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:17.644 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:17.644 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:01:17.708 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:17 smithi071 ceph-mon[107477]: 9.19 scrub starts 2024-09-13T15:01:17.708 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:17 smithi071 ceph-mon[107477]: pgmap v2043: 119 pgs: 2 active+recovery_wait+degraded+remapped, 3 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 4 active+recovery_wait+degraded, 101 active+clean; 3.9 GiB data, 17 GiB used, 520 GiB / 536 GiB avail; 0 B/s wr, 1.31k op/s; 6616/189459 objects degraded (3.492%); 27657/189459 objects misplaced (14.598%); 0 B/s, 190 objects/s recovering 2024-09-13T15:01:17.708 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:17 smithi071 ceph-mon[112785]: 9.19 scrub starts 2024-09-13T15:01:17.709 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:17 smithi071 ceph-mon[112785]: pgmap v2043: 119 pgs: 2 active+recovery_wait+degraded+remapped, 3 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 4 active+recovery_wait+degraded, 101 active+clean; 3.9 GiB data, 17 GiB used, 520 GiB / 536 GiB avail; 0 B/s wr, 1.31k op/s; 6616/189459 objects degraded (3.492%); 27657/189459 objects misplaced (14.598%); 0 B/s, 190 objects/s recovering 2024-09-13T15:01:17.745 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:01:17.780 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:17.780 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:17.781 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:01:17.881 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:01:17.914 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:17.915 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:17.915 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:01:17.931 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:01:17.974 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T15:01:17.974 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T15:01:18.016 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:18.051 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:18.051 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:18.052 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:18.153 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:01:18.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:17 smithi104 ceph-mon[105578]: 9.19 scrub starts 2024-09-13T15:01:18.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:17 smithi104 ceph-mon[105578]: pgmap v2043: 119 pgs: 2 active+recovery_wait+degraded+remapped, 3 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 4 active+recovery_wait+degraded, 101 active+clean; 3.9 GiB data, 17 GiB used, 520 GiB / 536 GiB avail; 0 B/s wr, 1.31k op/s; 6616/189459 objects degraded (3.492%); 27657/189459 objects misplaced (14.598%); 0 B/s, 190 objects/s recovering 2024-09-13T15:01:18.188 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:18.189 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:18.189 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:01:18.290 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:01:18.323 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:18.324 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:18.324 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:01:18.425 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:01:18.462 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:18.463 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:18.464 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:01:18.565 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:01:18.602 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:18.603 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:18.603 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:01:18.704 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:01:18.740 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:18.740 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:18.740 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:01:18.841 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:18.876 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:18.877 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:18.878 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:18.926 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:18 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 6616/189459 objects degraded (3.492%), 10 pgs degraded, 1 pg undersized (PG_DEGRADED) 2024-09-13T15:01:18.927 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:18 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 6616/189459 objects degraded (3.492%), 10 pgs degraded, 1 pg undersized (PG_DEGRADED) 2024-09-13T15:01:18.978 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:01:19.014 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:19.015 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:19.015 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:01:19.116 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:01:19.138 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:19.139 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:19.139 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:01:19.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:18 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 6616/189459 objects degraded (3.492%), 10 pgs degraded, 1 pg undersized (PG_DEGRADED) 2024-09-13T15:01:19.240 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:01:19.270 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:19.270 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:19.271 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:01:19.371 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:01:19.405 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:19.405 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:19.406 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:01:19.490 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=true 2024-09-13T15:01:19.507 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:01:19.544 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:19.545 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:19.545 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:01:19.646 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:01:19.692 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:19.693 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:19.693 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:01:19.794 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:19.824 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:19.824 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:19.825 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:19.925 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:19.948 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:19.948 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:19.949 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:20.049 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:01:20.081 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:20.082 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:20.082 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:01:20.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:19 smithi071 ceph-mon[107477]: pgmap v2044: 119 pgs: 2 active+recovery_wait+degraded+remapped, 3 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 4 active+recovery_wait+degraded, 101 active+clean; 3.9 GiB data, 17 GiB used, 520 GiB / 536 GiB avail; 0 B/s wr, 1.02k op/s; 6616/189459 objects degraded (3.492%); 27657/189459 objects misplaced (14.598%); 0 B/s, 149 objects/s recovering 2024-09-13T15:01:20.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:19 smithi071 ceph-mon[107477]: 1.14 scrub starts 2024-09-13T15:01:20.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:19 smithi071 ceph-mon[112785]: pgmap v2044: 119 pgs: 2 active+recovery_wait+degraded+remapped, 3 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 4 active+recovery_wait+degraded, 101 active+clean; 3.9 GiB data, 17 GiB used, 520 GiB / 536 GiB avail; 0 B/s wr, 1.02k op/s; 6616/189459 objects degraded (3.492%); 27657/189459 objects misplaced (14.598%); 0 B/s, 149 objects/s recovering 2024-09-13T15:01:20.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:19 smithi071 ceph-mon[112785]: 1.14 scrub starts 2024-09-13T15:01:20.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:19 smithi104 ceph-mon[105578]: pgmap v2044: 119 pgs: 2 active+recovery_wait+degraded+remapped, 3 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 4 active+recovery_wait+degraded, 101 active+clean; 3.9 GiB data, 17 GiB used, 520 GiB / 536 GiB avail; 0 B/s wr, 1.02k op/s; 6616/189459 objects degraded (3.492%); 27657/189459 objects misplaced (14.598%); 0 B/s, 149 objects/s recovering 2024-09-13T15:01:20.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:19 smithi104 ceph-mon[105578]: 1.14 scrub starts 2024-09-13T15:01:20.184 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:20.214 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:20.214 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:20.215 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:20.316 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:01:20.352 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:20.352 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:20.352 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:01:20.453 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:01:20.493 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:20.493 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:20.494 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:01:20.595 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:01:20.624 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:20.625 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:20.626 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:01:20.727 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:01:20.765 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:20.766 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:20.766 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:01:20.867 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:01:20.902 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:20.903 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:20.903 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:01:21.004 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:01:21.047 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:21.048 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:21.048 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:01:21.149 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:01:21.180 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:21.181 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:21.181 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:01:21.282 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:01:21.320 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:21.321 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:21.321 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:01:21.422 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:01:21.463 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:21.464 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:21.464 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:01:21.565 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:01:21.604 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:21.605 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:21.605 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:01:21.706 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:21.735 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:21.736 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:21.737 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:21.837 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:01:21.872 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:21.874 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:21.874 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:01:21.975 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:01:22.006 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:22.006 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:22.007 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:01:22.090 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.2 dump_historic_ops 2024-09-13T15:01:22.108 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:01:22.142 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:22.243 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:22.243 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:01:22.344 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:01:22.383 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:22.383 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:22.384 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:01:22.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:21 smithi071 ceph-mon[107477]: pgmap v2045: 119 pgs: 2 active+recovery_wait+degraded+remapped, 3 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 4 active+recovery_wait+degraded, 101 active+clean; 3.6 GiB data, 16 GiB used, 521 GiB / 536 GiB avail; 0 B/s wr, 1.26k op/s; 6287/175134 objects degraded (3.590%); 25488/175134 objects misplaced (14.553%); 0 B/s, 84 objects/s recovering 2024-09-13T15:01:22.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:21 smithi071 ceph-mon[112785]: pgmap v2045: 119 pgs: 2 active+recovery_wait+degraded+remapped, 3 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 4 active+recovery_wait+degraded, 101 active+clean; 3.6 GiB data, 16 GiB used, 521 GiB / 536 GiB avail; 0 B/s wr, 1.26k op/s; 6287/175134 objects degraded (3.590%); 25488/175134 objects misplaced (14.553%); 0 B/s, 84 objects/s recovering 2024-09-13T15:01:22.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:21 smithi104 ceph-mon[105578]: pgmap v2045: 119 pgs: 2 active+recovery_wait+degraded+remapped, 3 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 4 active+recovery_wait+degraded, 101 active+clean; 3.6 GiB data, 16 GiB used, 521 GiB / 536 GiB avail; 0 B/s wr, 1.26k op/s; 6287/175134 objects degraded (3.590%); 25488/175134 objects misplaced (14.553%); 0 B/s, 84 objects/s recovering 2024-09-13T15:01:22.484 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:01:22.519 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:22.519 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:22.520 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:01:22.620 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:01:22.642 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:22.643 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:22.644 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:01:22.744 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:01:22.778 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:22.778 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:22.779 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:01:22.836 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:01:22 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:01:22] "GET /metrics HTTP/1.1" 200 36648 "" "Prometheus/2.51.0" 2024-09-13T15:01:22.880 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:01:22.917 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:22.917 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:22.918 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:01:23.019 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:01:23.051 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:23.052 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:23.052 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:01:23.122 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:22 smithi071 ceph-mon[112785]: 9.18 scrub starts 2024-09-13T15:01:23.122 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:22 smithi071 ceph-mon[107477]: 9.18 scrub starts 2024-09-13T15:01:23.154 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:01:23.189 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:23.190 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:23.191 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:01:23.291 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:01:23.329 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:23.330 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:23.330 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:01:23.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:22 smithi104 ceph-mon[105578]: 9.18 scrub starts 2024-09-13T15:01:23.431 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:01:23.462 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:23.463 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:23.463 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:01:23.564 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:23.598 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:23.599 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:23.599 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:23.684 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:01:23.697 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:01:23.701 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:01:23.770 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:23.770 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:23.771 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:01:23.872 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:01:23.912 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:23.913 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:23.913 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:01:23.952 INFO:teuthology.orchestra.run.smithi071.stderr:marked in osd.3. 2024-09-13T15:01:23.990 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:23 smithi071 ceph-mon[112785]: 9.19 scrub starts 2024-09-13T15:01:23.991 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:23 smithi071 ceph-mon[112785]: pgmap v2046: 119 pgs: 2 active+recovery_wait+degraded+remapped, 1 active+clean+scrubbing, 3 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 4 active+recovery_wait+degraded, 100 active+clean; 3.4 GiB data, 15 GiB used, 521 GiB / 536 GiB avail; 0 B/s wr, 1.35k op/s; 6287/168435 objects degraded (3.733%); 24615/168435 objects misplaced (14.614%); 0 B/s, 75 objects/s recovering 2024-09-13T15:01:23.991 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:23 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 6287/168435 objects degraded (3.733%), 10 pgs degraded, 1 pg undersized (PG_DEGRADED) 2024-09-13T15:01:23.991 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:23 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1830236792' entity='client.admin' cmd={"prefix": "osd in", "ids": ["3"]} : dispatch 2024-09-13T15:01:23.991 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:23 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-a[107454]: 2024-09-13T15:01:23.727+0000 7fa91586f640 -1 mon.a@0(leader).osd e1345 definitely_dead 0 2024-09-13T15:01:23.991 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:23 smithi071 ceph-mon[107477]: 9.19 scrub starts 2024-09-13T15:01:23.991 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:23 smithi071 ceph-mon[107477]: pgmap v2046: 119 pgs: 2 active+recovery_wait+degraded+remapped, 1 active+clean+scrubbing, 3 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 4 active+recovery_wait+degraded, 100 active+clean; 3.4 GiB data, 15 GiB used, 521 GiB / 536 GiB avail; 0 B/s wr, 1.35k op/s; 6287/168435 objects degraded (3.733%); 24615/168435 objects misplaced (14.614%); 0 B/s, 75 objects/s recovering 2024-09-13T15:01:23.991 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:23 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 6287/168435 objects degraded (3.733%), 10 pgs degraded, 1 pg undersized (PG_DEGRADED) 2024-09-13T15:01:23.991 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:23 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1830236792' entity='client.admin' cmd={"prefix": "osd in", "ids": ["3"]} : dispatch 2024-09-13T15:01:24.014 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:01:24.038 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:24.038 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:24.039 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:01:24.140 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:01:24.161 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:24.162 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:24.162 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:01:24.263 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:01:24.284 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:24.285 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:24.286 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:01:24.386 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:24.409 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:24.409 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:24.409 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:24.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:23 smithi104 ceph-mon[105578]: 9.19 scrub starts 2024-09-13T15:01:24.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:23 smithi104 ceph-mon[105578]: pgmap v2046: 119 pgs: 2 active+recovery_wait+degraded+remapped, 1 active+clean+scrubbing, 3 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 4 active+recovery_wait+degraded, 100 active+clean; 3.4 GiB data, 15 GiB used, 521 GiB / 536 GiB avail; 0 B/s wr, 1.35k op/s; 6287/168435 objects degraded (3.733%); 24615/168435 objects misplaced (14.614%); 0 B/s, 75 objects/s recovering 2024-09-13T15:01:24.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:23 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 6287/168435 objects degraded (3.733%), 10 pgs degraded, 1 pg undersized (PG_DEGRADED) 2024-09-13T15:01:24.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:23 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1830236792' entity='client.admin' cmd={"prefix": "osd in", "ids": ["3"]} : dispatch 2024-09-13T15:01:24.511 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:01:24.532 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:24.533 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:24.533 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:01:24.634 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:24.656 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:24.657 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:24.657 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:24.758 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:01:24.779 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:24.780 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:24.780 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:01:24.881 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:01:24.904 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:24.905 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:24.906 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:01:24.955 INFO:teuthology.orchestra.run.smithi071.stderr:noscrub is unset 2024-09-13T15:01:25.007 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:01:25.031 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:25.032 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:25.032 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:01:25.133 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:25.157 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:25.158 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:25.158 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:25.259 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:01:25.282 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:25.283 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:25.283 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:01:25.384 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:01:25.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:24 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1830236792' entity='client.admin' cmd='[{"prefix": "osd in", "ids": ["3"]}]': finished 2024-09-13T15:01:25.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:24 smithi071 ceph-mon[107477]: osdmap e1346: 8 total, 8 up, 7 in 2024-09-13T15:01:25.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:24 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3037411740' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T15:01:25.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:24 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T15:01:25.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:24 smithi071 ceph-mon[107477]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:01:25.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:24 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T15:01:25.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:24 smithi071 ceph-mon[107477]: osdmap e1347: 8 total, 8 up, 7 in 2024-09-13T15:01:25.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:24 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1830236792' entity='client.admin' cmd='[{"prefix": "osd in", "ids": ["3"]}]': finished 2024-09-13T15:01:25.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:24 smithi071 ceph-mon[112785]: osdmap e1346: 8 total, 8 up, 7 in 2024-09-13T15:01:25.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:24 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3037411740' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T15:01:25.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:24 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T15:01:25.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:24 smithi071 ceph-mon[112785]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:01:25.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:24 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T15:01:25.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:24 smithi071 ceph-mon[112785]: osdmap e1347: 8 total, 8 up, 7 in 2024-09-13T15:01:25.407 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:25.408 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:25.408 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:01:25.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:24 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1830236792' entity='client.admin' cmd='[{"prefix": "osd in", "ids": ["3"]}]': finished 2024-09-13T15:01:25.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:24 smithi104 ceph-mon[105578]: osdmap e1346: 8 total, 8 up, 7 in 2024-09-13T15:01:25.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:24 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3037411740' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T15:01:25.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:24 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T15:01:25.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:24 smithi104 ceph-mon[105578]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:01:25.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:24 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T15:01:25.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:24 smithi104 ceph-mon[105578]: osdmap e1347: 8 total, 8 up, 7 in 2024-09-13T15:01:25.509 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:01:25.533 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:25.534 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:25.534 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:01:25.570 INFO:tasks.thrashosds.thrasher:Added osd 3 2024-09-13T15:01:25.635 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:01:25.660 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:25.661 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:25.661 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:01:25.762 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:01:25.784 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:25.785 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:25.785 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:01:25.886 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:01:25.909 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:25.910 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:25.910 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:01:26.011 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:01:26.046 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:26.047 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:26.047 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:01:26.148 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:01:26.192 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:26.192 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:26.192 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:01:26.293 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:01:26.327 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:26.327 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:26.328 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:01:26.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:25 smithi071 ceph-mon[107477]: pgmap v2048: 119 pgs: 1 peering, 2 active+recovery_wait+degraded+remapped, 1 active+clean+scrubbing, 3 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 4 active+recovery_wait+degraded, 99 active+clean; 3.4 GiB data, 15 GiB used, 521 GiB / 536 GiB avail; 0 B/s wr, 1.39k op/s; 6287/168435 objects degraded (3.733%); 24615/168435 objects misplaced (14.614%); 0 B/s, 77 objects/s recovering 2024-09-13T15:01:26.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:25 smithi071 ceph-mon[107477]: 9.f starting backfill to osd.3 from (0'0,0'0] MAX to 1345'10679 2024-09-13T15:01:26.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:25 smithi071 ceph-mon[107477]: 1.14 scrub starts 2024-09-13T15:01:26.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:25 smithi071 ceph-mon[107477]: 1.14 scrub ok 2024-09-13T15:01:26.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:25 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T15:01:26.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:25 smithi071 ceph-mon[107477]: osdmap e1348: 8 total, 8 up, 7 in 2024-09-13T15:01:26.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:25 smithi071 ceph-mon[112785]: pgmap v2048: 119 pgs: 1 peering, 2 active+recovery_wait+degraded+remapped, 1 active+clean+scrubbing, 3 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 4 active+recovery_wait+degraded, 99 active+clean; 3.4 GiB data, 15 GiB used, 521 GiB / 536 GiB avail; 0 B/s wr, 1.39k op/s; 6287/168435 objects degraded (3.733%); 24615/168435 objects misplaced (14.614%); 0 B/s, 77 objects/s recovering 2024-09-13T15:01:26.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:25 smithi071 ceph-mon[112785]: 9.f starting backfill to osd.3 from (0'0,0'0] MAX to 1345'10679 2024-09-13T15:01:26.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:25 smithi071 ceph-mon[112785]: 1.14 scrub starts 2024-09-13T15:01:26.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:25 smithi071 ceph-mon[112785]: 1.14 scrub ok 2024-09-13T15:01:26.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:25 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T15:01:26.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:25 smithi071 ceph-mon[112785]: osdmap e1348: 8 total, 8 up, 7 in 2024-09-13T15:01:26.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:25 smithi104 ceph-mon[105578]: pgmap v2048: 119 pgs: 1 peering, 2 active+recovery_wait+degraded+remapped, 1 active+clean+scrubbing, 3 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 4 active+recovery_wait+degraded, 99 active+clean; 3.4 GiB data, 15 GiB used, 521 GiB / 536 GiB avail; 0 B/s wr, 1.39k op/s; 6287/168435 objects degraded (3.733%); 24615/168435 objects misplaced (14.614%); 0 B/s, 77 objects/s recovering 2024-09-13T15:01:26.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:25 smithi104 ceph-mon[105578]: 9.f starting backfill to osd.3 from (0'0,0'0] MAX to 1345'10679 2024-09-13T15:01:26.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:25 smithi104 ceph-mon[105578]: 1.14 scrub starts 2024-09-13T15:01:26.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:25 smithi104 ceph-mon[105578]: 1.14 scrub ok 2024-09-13T15:01:26.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:25 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T15:01:26.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:25 smithi104 ceph-mon[105578]: osdmap e1348: 8 total, 8 up, 7 in 2024-09-13T15:01:26.429 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:01:26.465 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:26.465 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:26.466 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:01:26.567 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:01:26.616 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:26.617 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:26.617 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:01:26.718 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:01:26.751 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:26.751 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:26.752 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:01:26.853 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:01:26.892 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:26.893 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:26.893 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:01:26.994 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:27.032 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:27.032 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:27.033 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:27.134 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:01:27.156 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:27.157 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:27.157 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:01:27.258 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:27.260 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:26 smithi071 ceph-mon[107477]: 9.14 starting backfill to osd.3 from (0'0,0'0] MAX to 1345'9475 2024-09-13T15:01:27.261 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:26 smithi071 ceph-mon[107477]: 9.11 starting backfill to osd.3 from (0'0,0'0] MAX to 1345'9643 2024-09-13T15:01:27.261 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:26 smithi071 ceph-mon[107477]: 9.1 starting backfill to osd.3 from (0'0,0'0] MAX to 1345'9672 2024-09-13T15:01:27.261 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:26 smithi071 ceph-mon[107477]: 9.4 starting backfill to osd.3 from (0'0,0'0] MAX to 1345'9522 2024-09-13T15:01:27.261 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:26 smithi071 ceph-mon[107477]: 9.3 starting backfill to osd.3 from (0'0,0'0] MAX to 1345'9463 2024-09-13T15:01:27.261 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:26 smithi071 ceph-mon[107477]: 9.c starting backfill to osd.3 from (0'0,0'0] MAX to 1345'10648 2024-09-13T15:01:27.261 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:26 smithi071 ceph-mon[107477]: 9.13 starting backfill to osd.3 from (0'0,0'0] MAX to 1345'9383 2024-09-13T15:01:27.262 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:26 smithi071 ceph-mon[112785]: 9.14 starting backfill to osd.3 from (0'0,0'0] MAX to 1345'9475 2024-09-13T15:01:27.262 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:26 smithi071 ceph-mon[112785]: 9.11 starting backfill to osd.3 from (0'0,0'0] MAX to 1345'9643 2024-09-13T15:01:27.262 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:26 smithi071 ceph-mon[112785]: 9.1 starting backfill to osd.3 from (0'0,0'0] MAX to 1345'9672 2024-09-13T15:01:27.262 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:26 smithi071 ceph-mon[112785]: 9.4 starting backfill to osd.3 from (0'0,0'0] MAX to 1345'9522 2024-09-13T15:01:27.262 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:26 smithi071 ceph-mon[112785]: 9.3 starting backfill to osd.3 from (0'0,0'0] MAX to 1345'9463 2024-09-13T15:01:27.262 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:26 smithi071 ceph-mon[112785]: 9.c starting backfill to osd.3 from (0'0,0'0] MAX to 1345'10648 2024-09-13T15:01:27.262 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:26 smithi071 ceph-mon[112785]: 9.13 starting backfill to osd.3 from (0'0,0'0] MAX to 1345'9383 2024-09-13T15:01:27.304 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:27.304 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:27.305 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:27.406 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:01:27.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:26 smithi104 ceph-mon[105578]: 9.14 starting backfill to osd.3 from (0'0,0'0] MAX to 1345'9475 2024-09-13T15:01:27.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:26 smithi104 ceph-mon[105578]: 9.11 starting backfill to osd.3 from (0'0,0'0] MAX to 1345'9643 2024-09-13T15:01:27.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:26 smithi104 ceph-mon[105578]: 9.1 starting backfill to osd.3 from (0'0,0'0] MAX to 1345'9672 2024-09-13T15:01:27.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:26 smithi104 ceph-mon[105578]: 9.4 starting backfill to osd.3 from (0'0,0'0] MAX to 1345'9522 2024-09-13T15:01:27.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:26 smithi104 ceph-mon[105578]: 9.3 starting backfill to osd.3 from (0'0,0'0] MAX to 1345'9463 2024-09-13T15:01:27.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:26 smithi104 ceph-mon[105578]: 9.c starting backfill to osd.3 from (0'0,0'0] MAX to 1345'10648 2024-09-13T15:01:27.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:26 smithi104 ceph-mon[105578]: 9.13 starting backfill to osd.3 from (0'0,0'0] MAX to 1345'9383 2024-09-13T15:01:27.445 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:27.446 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:27.446 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:01:27.547 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:27.579 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:27.579 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:27.580 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:27.681 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:01:27.702 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:27.703 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:27.703 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:01:27.804 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:27.846 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:27.847 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:27.848 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:27.910 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T15:01:27.911 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T15:01:27.943 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T15:01:27.943 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T15:01:27.949 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:27.960 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T15:01:27.960 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T15:01:27.971 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:27.972 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:27.972 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:27.977 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T15:01:27.977 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T15:01:27.994 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T15:01:27.994 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T15:01:28.045 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T15:01:28.045 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T15:01:28.073 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:01:28.077 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T15:01:28.078 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T15:01:28.110 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:28.110 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:28.111 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:01:28.113 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T15:01:28.113 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T15:01:28.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:28 smithi104 ceph-mon[105578]: 9.18 scrub starts 2024-09-13T15:01:28.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:28 smithi104 ceph-mon[105578]: pgmap v2051: 119 pgs: 1 active+remapped+backfilling, 11 remapped+peering, 2 peering, 2 active+recovery_wait+degraded+remapped, 3 active+recovery_wait+undersized+degraded+remapped, 7 active+remapped+backfill_wait, 3 active+recovery_wait+degraded, 1 active+recovering, 89 active+clean; 3.2 GiB data, 14 GiB used, 522 GiB / 536 GiB avail; 0 B/s wr, 1.06k op/s; 4580/156060 objects degraded (2.935%); 22606/156060 objects misplaced (14.485%); 3.7 MiB/s, 321 objects/s recovering 2024-09-13T15:01:28.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:28 smithi104 ceph-mon[105578]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-09-13T15:01:28.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:28 smithi104 ceph-mon[105578]: osdmap e1349: 8 total, 8 up, 7 in 2024-09-13T15:01:28.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:28 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/708982125' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:01:28.212 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:01:28.248 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:28.249 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:28.249 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:01:28.301 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:28 smithi071 ceph-mon[107477]: 9.18 scrub starts 2024-09-13T15:01:28.302 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:28 smithi071 ceph-mon[107477]: pgmap v2051: 119 pgs: 1 active+remapped+backfilling, 11 remapped+peering, 2 peering, 2 active+recovery_wait+degraded+remapped, 3 active+recovery_wait+undersized+degraded+remapped, 7 active+remapped+backfill_wait, 3 active+recovery_wait+degraded, 1 active+recovering, 89 active+clean; 3.2 GiB data, 14 GiB used, 522 GiB / 536 GiB avail; 0 B/s wr, 1.06k op/s; 4580/156060 objects degraded (2.935%); 22606/156060 objects misplaced (14.485%); 3.7 MiB/s, 321 objects/s recovering 2024-09-13T15:01:28.302 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:28 smithi071 ceph-mon[107477]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-09-13T15:01:28.302 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:28 smithi071 ceph-mon[107477]: osdmap e1349: 8 total, 8 up, 7 in 2024-09-13T15:01:28.302 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:28 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/708982125' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:01:28.302 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:28 smithi071 ceph-mon[112785]: 9.18 scrub starts 2024-09-13T15:01:28.302 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:28 smithi071 ceph-mon[112785]: pgmap v2051: 119 pgs: 1 active+remapped+backfilling, 11 remapped+peering, 2 peering, 2 active+recovery_wait+degraded+remapped, 3 active+recovery_wait+undersized+degraded+remapped, 7 active+remapped+backfill_wait, 3 active+recovery_wait+degraded, 1 active+recovering, 89 active+clean; 3.2 GiB data, 14 GiB used, 522 GiB / 536 GiB avail; 0 B/s wr, 1.06k op/s; 4580/156060 objects degraded (2.935%); 22606/156060 objects misplaced (14.485%); 3.7 MiB/s, 321 objects/s recovering 2024-09-13T15:01:28.302 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:28 smithi071 ceph-mon[112785]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-09-13T15:01:28.302 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:28 smithi071 ceph-mon[112785]: osdmap e1349: 8 total, 8 up, 7 in 2024-09-13T15:01:28.302 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:28 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/708982125' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:01:28.350 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:28.394 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:28.395 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:28.396 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:28.497 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:01:28.533 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:28.533 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:28.534 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:01:28.635 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:01:28.670 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:28.670 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:28.670 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:01:28.771 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:01:28.807 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:28.808 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:28.808 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:01:28.909 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:01:28.946 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:28.947 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:28.947 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:01:29.048 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:01:29.088 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:29.089 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:29.089 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:01:29.190 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:01:29.245 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:29.246 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:29.246 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:01:29.298 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd unset nodeep-scrub 2024-09-13T15:01:29.330 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:29 smithi071 ceph-mon[107477]: 9.18 scrub ok 2024-09-13T15:01:29.330 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:29 smithi071 ceph-mon[107477]: 9.19 scrub starts 2024-09-13T15:01:29.330 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:29 smithi071 ceph-mon[107477]: osdmap e1350: 8 total, 8 up, 7 in 2024-09-13T15:01:29.330 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:29 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 4580/156060 objects degraded (2.935%), 8 pgs degraded (PG_DEGRADED) 2024-09-13T15:01:29.330 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:29 smithi071 ceph-mon[112785]: 9.18 scrub ok 2024-09-13T15:01:29.330 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:29 smithi071 ceph-mon[112785]: 9.19 scrub starts 2024-09-13T15:01:29.330 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:29 smithi071 ceph-mon[112785]: osdmap e1350: 8 total, 8 up, 7 in 2024-09-13T15:01:29.331 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:29 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 4580/156060 objects degraded (2.935%), 8 pgs degraded (PG_DEGRADED) 2024-09-13T15:01:29.347 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:01:29.385 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:29.386 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:29.386 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:01:29.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:29 smithi104 ceph-mon[105578]: 9.18 scrub ok 2024-09-13T15:01:29.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:29 smithi104 ceph-mon[105578]: 9.19 scrub starts 2024-09-13T15:01:29.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:29 smithi104 ceph-mon[105578]: osdmap e1350: 8 total, 8 up, 7 in 2024-09-13T15:01:29.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:29 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 4580/156060 objects degraded (2.935%), 8 pgs degraded (PG_DEGRADED) 2024-09-13T15:01:29.487 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:01:29.545 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:29.546 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:29.546 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:01:29.647 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:01:29.692 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:29.693 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:29.693 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:01:29.794 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:01:29.803 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T15:01:29.804 INFO:teuthology.orchestra.run.smithi071.stdout: "size": 20, 2024-09-13T15:01:29.804 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 600, 2024-09-13T15:01:29.804 INFO:teuthology.orchestra.run.smithi071.stdout: "ops": [ 2024-09-13T15:01:29.804 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.804 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:152364 9.0 9.4aa3ab20 (undecoded) ondisk+retry+write+known_if_redirected+supports_pool_eio e1341)", 2024-09-13T15:01:29.804 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:01:08.648330+0000", 2024-09-13T15:01:29.804 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 21.151026869999999, 2024-09-13T15:01:29.804 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.96262023900000004, 2024-09-13T15:01:29.804 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:01:29.804 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:01:29.804 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T15:01:29.804 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:01:29.805 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:01:29.805 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:01:29.805 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 152364 2024-09-13T15:01:29.805 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.805 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:01:29.805 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.805 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:01:29.805 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:08.648330+0000", 2024-09-13T15:01:29.805 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:01:29.805 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.805 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.805 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:01:29.806 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:08.648330+0000", 2024-09-13T15:01:29.806 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:01:29.806 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.806 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.806 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:01:29.806 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:08.648332+0000", 2024-09-13T15:01:29.806 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4079999999999999e-06 2024-09-13T15:01:29.806 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.806 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.806 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:01:29.806 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:08.648336+0000", 2024-09-13T15:01:29.806 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.5549999999999996e-06 2024-09-13T15:01:29.806 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.807 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.807 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:01:29.807 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:08.648346+0000", 2024-09-13T15:01:29.807 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.6269999999999995e-06 2024-09-13T15:01:29.807 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.807 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.807 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:01:29.807 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:08.648355+0000", 2024-09-13T15:01:29.807 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.2180000000000005e-06 2024-09-13T15:01:29.807 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.807 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.807 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:01:29.807 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:08.648527+0000", 2024-09-13T15:01:29.808 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000171657 2024-09-13T15:01:29.808 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.808 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.808 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:01:29.808 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:08.648536+0000", 2024-09-13T15:01:29.808 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.0799999999999995e-06 2024-09-13T15:01:29.808 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.808 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.808 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:01:29.808 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:09.610929+0000", 2024-09-13T15:01:29.808 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.96239348499999999 2024-09-13T15:01:29.809 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.809 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.809 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:01:29.809 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:09.610951+0000", 2024-09-13T15:01:29.809 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.1209e-05 2024-09-13T15:01:29.809 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:01:29.809 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:01:29.809 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:01:29.809 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.809 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.809 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:152376 9.0 9.9628f0e0 (undecoded) ondisk+write+known_if_redirected+supports_pool_eio e1341)", 2024-09-13T15:01:29.809 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:01:08.648377+0000", 2024-09-13T15:01:29.810 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 21.150979818, 2024-09-13T15:01:29.810 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.96293775500000001, 2024-09-13T15:01:29.810 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:01:29.810 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:01:29.810 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T15:01:29.810 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:01:29.810 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:01:29.810 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:01:29.810 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 152376 2024-09-13T15:01:29.810 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.810 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:01:29.810 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.810 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:01:29.811 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:08.648377+0000", 2024-09-13T15:01:29.811 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:01:29.811 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.811 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.811 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:01:29.811 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:08.648377+0000", 2024-09-13T15:01:29.811 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:01:29.811 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.811 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.811 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:01:29.811 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:08.648378+0000", 2024-09-13T15:01:29.811 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.5700000000000002e-07 2024-09-13T15:01:29.811 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.811 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.812 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:01:29.812 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:08.648381+0000", 2024-09-13T15:01:29.812 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.6769999999999999e-06 2024-09-13T15:01:29.812 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.812 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.812 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:01:29.812 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:08.648388+0000", 2024-09-13T15:01:29.812 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.7740000000000004e-06 2024-09-13T15:01:29.812 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.812 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.812 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:01:29.812 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:08.648395+0000", 2024-09-13T15:01:29.812 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.156e-06 2024-09-13T15:01:29.812 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.813 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.813 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:01:29.813 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:08.648559+0000", 2024-09-13T15:01:29.813 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000164279 2024-09-13T15:01:29.813 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.813 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.813 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:01:29.813 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:08.648564+0000", 2024-09-13T15:01:29.813 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.0980000000000001e-06 2024-09-13T15:01:29.813 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.813 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.813 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:01:29.813 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:09.611306+0000", 2024-09-13T15:01:29.813 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.96274163499999998 2024-09-13T15:01:29.814 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.814 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.814 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:01:29.814 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:09.611315+0000", 2024-09-13T15:01:29.814 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.5789999999999993e-06 2024-09-13T15:01:29.814 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:01:29.814 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:01:29.814 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:01:29.814 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.814 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.814 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:152379 9.12 9.b3798052 (undecoded) ondisk+write+known_if_redirected+supports_pool_eio e1341)", 2024-09-13T15:01:29.814 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:01:08.648403+0000", 2024-09-13T15:01:29.814 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 21.150953854000001, 2024-09-13T15:01:29.815 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.96053446200000003, 2024-09-13T15:01:29.815 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:01:29.815 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:01:29.815 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T15:01:29.815 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:01:29.815 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:01:29.815 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:01:29.815 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 152379 2024-09-13T15:01:29.815 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.815 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:01:29.816 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.816 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:01:29.816 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:08.648403+0000", 2024-09-13T15:01:29.816 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:01:29.816 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.816 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.816 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:01:29.816 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:08.648403+0000", 2024-09-13T15:01:29.816 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:01:29.816 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.816 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.816 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:01:29.817 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:08.648404+0000", 2024-09-13T15:01:29.817 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.5900000000000002e-07 2024-09-13T15:01:29.817 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.817 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.817 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:01:29.817 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:08.648406+0000", 2024-09-13T15:01:29.817 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.9230000000000001e-06 2024-09-13T15:01:29.817 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.817 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.817 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:01:29.817 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:08.648412+0000", 2024-09-13T15:01:29.817 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.1489999999999999e-06 2024-09-13T15:01:29.817 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.817 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.818 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:01:29.818 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:08.648417+0000", 2024-09-13T15:01:29.818 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.8590000000000004e-06 2024-09-13T15:01:29.818 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.818 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.818 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:01:29.818 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:08.648857+0000", 2024-09-13T15:01:29.818 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00043980700000000001 2024-09-13T15:01:29.818 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.818 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.818 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:01:29.818 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:08.648864+0000", 2024-09-13T15:01:29.818 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.559e-06 2024-09-13T15:01:29.819 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.819 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.819 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:01:29.819 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:09.608927+0000", 2024-09-13T15:01:29.819 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.96006248699999996 2024-09-13T15:01:29.819 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.819 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.819 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:01:29.819 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:09.608938+0000", 2024-09-13T15:01:29.819 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1219e-05 2024-09-13T15:01:29.819 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:01:29.819 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:01:29.819 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:01:29.820 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.820 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.820 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:152384 9.2 9.65bda5e2 (undecoded) ondisk+write+known_if_redirected+supports_pool_eio e1341)", 2024-09-13T15:01:29.820 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:01:08.648426+0000", 2024-09-13T15:01:29.820 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 21.150931710999998, 2024-09-13T15:01:29.820 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.96059720599999998, 2024-09-13T15:01:29.820 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:01:29.820 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:01:29.820 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T15:01:29.820 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:01:29.820 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:01:29.820 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:01:29.820 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 152384 2024-09-13T15:01:29.821 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.821 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:01:29.821 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.821 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:01:29.821 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:08.648426+0000", 2024-09-13T15:01:29.821 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:01:29.821 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.821 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.821 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:01:29.821 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:08.648426+0000", 2024-09-13T15:01:29.821 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:01:29.821 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.822 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.822 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:01:29.822 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:08.648426+0000", 2024-09-13T15:01:29.822 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.6100000000000001e-07 2024-09-13T15:01:29.822 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.822 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.822 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:01:29.823 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:08.648428+0000", 2024-09-13T15:01:29.823 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.1160000000000002e-06 2024-09-13T15:01:29.823 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.823 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.823 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:01:29.823 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:08.648435+0000", 2024-09-13T15:01:29.823 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.5810000000000002e-06 2024-09-13T15:01:29.823 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.823 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.823 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:01:29.823 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:08.648440+0000", 2024-09-13T15:01:29.823 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.9819999999999999e-06 2024-09-13T15:01:29.823 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.824 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.824 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:01:29.824 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:08.648888+0000", 2024-09-13T15:01:29.824 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00044820199999999998 2024-09-13T15:01:29.824 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.824 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.824 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:01:29.824 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:08.648894+0000", 2024-09-13T15:01:29.824 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.1330000000000004e-06 2024-09-13T15:01:29.824 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.824 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.824 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:01:29.825 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:09.609015+0000", 2024-09-13T15:01:29.825 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.96012141500000003 2024-09-13T15:01:29.825 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.825 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.825 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:01:29.825 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:09.609023+0000", 2024-09-13T15:01:29.825 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.3159999999999999e-06 2024-09-13T15:01:29.825 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:01:29.825 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:01:29.825 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:01:29.825 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.825 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.825 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.45692.0:152375 9.16 e1343/1342 9:6efade62:::benchmark_data_smithi071_298031_object41127:head v 1343'8679, mlcod=0'0)", 2024-09-13T15:01:29.826 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:01:10.843145+0000", 2024-09-13T15:01:29.826 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 18.956212407999999, 2024-09-13T15:01:29.826 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.112819562, 2024-09-13T15:01:29.826 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:01:29.826 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:01:29.826 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:01:29.826 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:01:29.826 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.826 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:01:29.827 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:10.843145+0000", 2024-09-13T15:01:29.827 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:01:29.827 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.827 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.827 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:01:29.827 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:10.843145+0000", 2024-09-13T15:01:29.827 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:01:29.827 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.827 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.827 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:01:29.828 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:10.843145+0000", 2024-09-13T15:01:29.828 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.9900000000000002e-07 2024-09-13T15:01:29.828 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.828 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.828 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:01:29.828 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:10.843150+0000", 2024-09-13T15:01:29.828 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.6419999999999998e-06 2024-09-13T15:01:29.828 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.828 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.828 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:01:29.828 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:10.843164+0000", 2024-09-13T15:01:29.828 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4583000000000001e-05 2024-09-13T15:01:29.828 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.829 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.829 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:01:29.829 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:10.843173+0000", 2024-09-13T15:01:29.829 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.8640000000000002e-06 2024-09-13T15:01:29.829 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.829 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.829 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:01:29.829 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:10.843233+0000", 2024-09-13T15:01:29.829 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.9363000000000001e-05 2024-09-13T15:01:29.829 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.829 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.829 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:01:29.829 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:10.843254+0000", 2024-09-13T15:01:29.829 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.162e-05 2024-09-13T15:01:29.830 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.830 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.830 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:01:29.830 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:10.859804+0000", 2024-09-13T15:01:29.830 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.016550061000000001 2024-09-13T15:01:29.830 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.830 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.830 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:01:29.830 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:10.955964+0000", 2024-09-13T15:01:29.830 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.096160129999999996 2024-09-13T15:01:29.830 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:01:29.830 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:01:29.830 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:01:29.830 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.831 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.831 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.45692.0:152379 9.12 e1343/1342 9:4a019ecd:::benchmark_data_smithi071_298031_object41131:head v 1343'8916, mlcod=0'0)", 2024-09-13T15:01:29.831 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:01:10.865032+0000", 2024-09-13T15:01:29.831 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 18.934324819, 2024-09-13T15:01:29.831 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.095019686000000006, 2024-09-13T15:01:29.831 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:01:29.831 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:01:29.831 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:01:29.831 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:01:29.831 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.832 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:01:29.832 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:10.865032+0000", 2024-09-13T15:01:29.832 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:01:29.832 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.832 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.832 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:01:29.832 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:10.865032+0000", 2024-09-13T15:01:29.832 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:01:29.832 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.832 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.832 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:01:29.832 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:10.865033+0000", 2024-09-13T15:01:29.832 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.0499999999999999e-07 2024-09-13T15:01:29.833 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.833 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.833 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:01:29.833 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:10.865037+0000", 2024-09-13T15:01:29.833 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.3760000000000001e-06 2024-09-13T15:01:29.833 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.833 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.833 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:01:29.833 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:10.955565+0000", 2024-09-13T15:01:29.833 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.090527435000000003 2024-09-13T15:01:29.833 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.833 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.833 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:01:29.834 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:10.955579+0000", 2024-09-13T15:01:29.834 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.449e-05 2024-09-13T15:01:29.834 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.834 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.834 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:01:29.834 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:10.955783+0000", 2024-09-13T15:01:29.834 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00020352099999999999 2024-09-13T15:01:29.834 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.834 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.834 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:01:29.834 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:10.955809+0000", 2024-09-13T15:01:29.834 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.6237999999999998e-05 2024-09-13T15:01:29.834 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.834 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.835 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:01:29.835 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:10.959974+0000", 2024-09-13T15:01:29.835 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0041652030000000001 2024-09-13T15:01:29.835 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.835 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.835 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:01:29.835 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:10.960052+0000", 2024-09-13T15:01:29.835 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.8118e-05 2024-09-13T15:01:29.836 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:29.837 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:01:29.837 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:01:29.837 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:01:29.837 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.837 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.837 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.45692.0:152847 9.f e1343/1342 9:f12ce71a:::benchmark_data_smithi071_298031_object41599:head v 1343'9569, mlcod=1343'9567)", 2024-09-13T15:01:29.837 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:01:11.266870+0000", 2024-09-13T15:01:29.837 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 18.532487407000001, 2024-09-13T15:01:29.837 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.011941966, 2024-09-13T15:01:29.837 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:01:29.837 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:01:29.837 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:01:29.838 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:01:29.838 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.838 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:01:29.838 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:11.266870+0000", 2024-09-13T15:01:29.838 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:01:29.838 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.838 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.838 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:01:29.838 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:11.266870+0000", 2024-09-13T15:01:29.838 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:01:29.838 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.838 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.838 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:01:29.839 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:11.266871+0000", 2024-09-13T15:01:29.839 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.0999999999999997e-07 2024-09-13T15:01:29.839 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.839 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.839 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:01:29.839 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:11.266876+0000", 2024-09-13T15:01:29.839 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.6500000000000001e-06 2024-09-13T15:01:29.839 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.839 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.839 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:01:29.839 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:11.266891+0000", 2024-09-13T15:01:29.839 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4948e-05 2024-09-13T15:01:29.839 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.840 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.840 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:01:29.840 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:11.266898+0000", 2024-09-13T15:01:29.840 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.0940000000000002e-06 2024-09-13T15:01:29.840 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.840 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.840 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:01:29.840 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:11.270991+0000", 2024-09-13T15:01:29.840 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0040927480000000002 2024-09-13T15:01:29.840 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.840 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.840 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:01:29.840 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:11.271015+0000", 2024-09-13T15:01:29.841 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.3838000000000001e-05 2024-09-13T15:01:29.841 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.841 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.841 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:01:29.841 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:11.278766+0000", 2024-09-13T15:01:29.841 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0077512809999999996 2024-09-13T15:01:29.841 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.841 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.841 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:01:29.841 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:11.278812+0000", 2024-09-13T15:01:29.841 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.5596999999999997e-05 2024-09-13T15:01:29.841 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:01:29.841 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:01:29.842 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:01:29.842 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.842 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.842 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.45692.0:156913 9.6 e1345/1342 9:629e9b05:::benchmark_data_smithi071_298031_object45665:head v 1345'8857, mlcod=1345'8854)", 2024-09-13T15:01:29.842 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:01:14.084193+0000", 2024-09-13T15:01:29.842 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 15.715163904000001, 2024-09-13T15:01:29.842 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.010909264, 2024-09-13T15:01:29.842 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:01:29.842 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:01:29.842 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:01:29.842 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:01:29.842 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.842 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:01:29.843 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:14.084193+0000", 2024-09-13T15:01:29.843 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:01:29.843 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.843 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.843 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:01:29.843 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:14.084193+0000", 2024-09-13T15:01:29.843 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:01:29.843 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.843 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.843 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:01:29.843 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:14.084194+0000", 2024-09-13T15:01:29.843 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.1800000000000002e-07 2024-09-13T15:01:29.843 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.844 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.844 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:01:29.844 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:14.084197+0000", 2024-09-13T15:01:29.844 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.36e-06 2024-09-13T15:01:29.844 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.844 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.844 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:01:29.844 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:14.084206+0000", 2024-09-13T15:01:29.844 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.0019999999999995e-06 2024-09-13T15:01:29.844 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.844 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.844 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:01:29.844 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:14.084211+0000", 2024-09-13T15:01:29.844 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.0499999999999999e-06 2024-09-13T15:01:29.845 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.845 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.845 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:01:29.845 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:14.085144+0000", 2024-09-13T15:01:29.845 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00093329800000000005 2024-09-13T15:01:29.845 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.845 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.845 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:01:29.845 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:14.085168+0000", 2024-09-13T15:01:29.845 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.3799999999999999e-05 2024-09-13T15:01:29.845 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.845 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.845 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:01:29.846 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:14.094969+0000", 2024-09-13T15:01:29.846 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0098004890000000008 2024-09-13T15:01:29.846 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.846 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.846 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:01:29.846 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:14.095103+0000", 2024-09-13T15:01:29.846 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013394700000000001 2024-09-13T15:01:29.846 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:01:29.846 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:01:29.846 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:01:29.846 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.846 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.846 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.45692.0:172902 9.2 e1350/1342 9:45f6291e:::benchmark_data_smithi071_298031_object61654:head v 1350'9578, mlcod=1334'6993)", 2024-09-13T15:01:29.847 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:01:28.033601+0000", 2024-09-13T15:01:29.847 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 1.7657561419999999, 2024-09-13T15:01:29.847 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.012252713, 2024-09-13T15:01:29.847 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:01:29.847 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:01:29.847 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:01:29.847 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:01:29.847 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.847 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:01:29.847 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:28.033601+0000", 2024-09-13T15:01:29.847 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:01:29.847 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.847 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.847 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:01:29.848 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:28.033601+0000", 2024-09-13T15:01:29.848 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:01:29.848 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.848 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.848 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:01:29.848 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:28.033602+0000", 2024-09-13T15:01:29.848 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.4600000000000003e-07 2024-09-13T15:01:29.848 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.848 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.848 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:01:29.848 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:28.033608+0000", 2024-09-13T15:01:29.848 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.8719999999999999e-06 2024-09-13T15:01:29.848 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.848 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.849 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:01:29.849 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:28.033623+0000", 2024-09-13T15:01:29.849 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.5087e-05 2024-09-13T15:01:29.849 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.849 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.849 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:01:29.849 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:28.033630+0000", 2024-09-13T15:01:29.849 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.7129999999999999e-06 2024-09-13T15:01:29.849 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.849 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.849 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:01:29.849 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:28.033906+0000", 2024-09-13T15:01:29.849 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00027663699999999999 2024-09-13T15:01:29.849 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.850 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.850 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:01:29.850 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:28.033933+0000", 2024-09-13T15:01:29.850 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.6313999999999999e-05 2024-09-13T15:01:29.850 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.850 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.850 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:01:29.850 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:28.045595+0000", 2024-09-13T15:01:29.850 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.011661929999999999 2024-09-13T15:01:29.850 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.850 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.850 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:01:29.850 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:28.045854+0000", 2024-09-13T15:01:29.850 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00025931400000000002 2024-09-13T15:01:29.851 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:01:29.851 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:01:29.851 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:01:29.851 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.851 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.851 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.45692.0:172914 9.b e1350/1342 9:de7136cc:::benchmark_data_smithi071_298031_object61666:head v 1350'10893, mlcod=1349'10888)", 2024-09-13T15:01:29.851 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:01:28.044896+0000", 2024-09-13T15:01:29.851 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 1.754460994, 2024-09-13T15:01:29.851 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.011949388999999999, 2024-09-13T15:01:29.851 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:01:29.851 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:01:29.851 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:01:29.851 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:01:29.852 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.852 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:01:29.852 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:28.044896+0000", 2024-09-13T15:01:29.852 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:01:29.852 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.852 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.852 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:01:29.852 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:28.044896+0000", 2024-09-13T15:01:29.852 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:01:29.852 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.852 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.852 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:01:29.852 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:28.044897+0000", 2024-09-13T15:01:29.852 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.4699999999999998e-07 2024-09-13T15:01:29.853 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.853 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.853 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:01:29.853 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:28.044899+0000", 2024-09-13T15:01:29.853 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.9720000000000001e-06 2024-09-13T15:01:29.853 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.853 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.853 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:01:29.853 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:28.044905+0000", 2024-09-13T15:01:29.853 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.1619999999999999e-06 2024-09-13T15:01:29.853 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.853 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.853 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:01:29.854 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:28.044909+0000", 2024-09-13T15:01:29.854 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.0470000000000004e-06 2024-09-13T15:01:29.854 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.854 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.854 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:01:29.854 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:28.050696+0000", 2024-09-13T15:01:29.854 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0057875130000000002 2024-09-13T15:01:29.854 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.854 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.854 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:01:29.854 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:28.050723+0000", 2024-09-13T15:01:29.854 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.6619999999999999e-05 2024-09-13T15:01:29.854 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.854 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.855 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:01:29.855 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:28.056812+0000", 2024-09-13T15:01:29.855 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0060888649999999997 2024-09-13T15:01:29.855 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.855 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.855 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:01:29.855 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:28.056846+0000", 2024-09-13T15:01:29.855 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.3963e-05 2024-09-13T15:01:29.855 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:01:29.855 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:01:29.855 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:01:29.855 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.855 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.855 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.45692.0:173257 9.2 e1350/1342 9:410139ae:::benchmark_data_smithi071_298031_object62009:head v 1350'9591, mlcod=1334'6993)", 2024-09-13T15:01:29.856 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:01:28.345579+0000", 2024-09-13T15:01:29.856 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 1.4537778109999999, 2024-09-13T15:01:29.856 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.011990702000000001, 2024-09-13T15:01:29.856 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:01:29.856 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:01:29.856 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:01:29.856 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:01:29.856 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.856 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:01:29.856 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:28.345579+0000", 2024-09-13T15:01:29.856 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:01:29.856 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.856 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.857 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:01:29.857 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:28.345579+0000", 2024-09-13T15:01:29.857 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:01:29.857 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.857 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.857 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:01:29.857 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:28.345581+0000", 2024-09-13T15:01:29.857 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.3289999999999999e-06 2024-09-13T15:01:29.857 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.857 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.857 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:01:29.857 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:28.345589+0000", 2024-09-13T15:01:29.857 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.337e-06 2024-09-13T15:01:29.857 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.858 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.858 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:01:29.858 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:28.345610+0000", 2024-09-13T15:01:29.858 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.1132999999999999e-05 2024-09-13T15:01:29.858 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.858 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.858 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:01:29.858 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:28.345620+0000", 2024-09-13T15:01:29.858 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.798e-06 2024-09-13T15:01:29.858 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.858 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.858 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:01:29.858 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:28.345717+0000", 2024-09-13T15:01:29.859 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.7199000000000002e-05 2024-09-13T15:01:29.859 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.859 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.859 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:01:29.859 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:28.345752+0000", 2024-09-13T15:01:29.859 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.4600000000000001e-05 2024-09-13T15:01:29.859 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.859 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.859 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:01:29.859 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:28.357189+0000", 2024-09-13T15:01:29.859 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.011436758999999999 2024-09-13T15:01:29.859 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.860 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.860 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:01:29.860 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:28.357570+0000", 2024-09-13T15:01:29.860 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00038154699999999998 2024-09-13T15:01:29.860 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:01:29.860 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:01:29.860 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:01:29.860 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.860 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.860 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.45692.0:173933 9.6 e1350/1342 9:6379f1ab:::benchmark_data_smithi071_298031_object62685:head v 1350'9398, mlcod=1350'9396)", 2024-09-13T15:01:29.860 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:01:28.844338+0000", 2024-09-13T15:01:29.860 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.95501905099999995, 2024-09-13T15:01:29.860 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.011231316999999999, 2024-09-13T15:01:29.860 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:01:29.861 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:01:29.861 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:01:29.861 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:01:29.861 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.861 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:01:29.861 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:28.844338+0000", 2024-09-13T15:01:29.861 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:01:29.861 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.861 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.861 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:01:29.861 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:28.844338+0000", 2024-09-13T15:01:29.861 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:01:29.861 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.862 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.862 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:01:29.862 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:28.844340+0000", 2024-09-13T15:01:29.862 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.3740000000000001e-06 2024-09-13T15:01:29.862 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.862 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.862 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:01:29.862 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:28.844347+0000", 2024-09-13T15:01:29.862 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.576e-06 2024-09-13T15:01:29.862 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.863 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.863 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:01:29.863 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:28.844365+0000", 2024-09-13T15:01:29.863 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.7487999999999999e-05 2024-09-13T15:01:29.863 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.863 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.863 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:01:29.863 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:28.844373+0000", 2024-09-13T15:01:29.863 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.3750000000000003e-06 2024-09-13T15:01:29.863 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.863 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.863 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:01:29.863 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:28.844682+0000", 2024-09-13T15:01:29.863 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00030856900000000002 2024-09-13T15:01:29.864 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.864 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.864 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:01:29.864 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:28.844745+0000", 2024-09-13T15:01:29.864 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.3880000000000005e-05 2024-09-13T15:01:29.864 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.864 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.864 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:01:29.864 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:28.855494+0000", 2024-09-13T15:01:29.864 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.010748532999999999 2024-09-13T15:01:29.864 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.864 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.864 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:01:29.865 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:28.855570+0000", 2024-09-13T15:01:29.865 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.5522e-05 2024-09-13T15:01:29.865 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:01:29.865 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:01:29.865 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:01:29.865 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.865 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.865 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.45692.0:173939 9.12 e1350/1342 9:4f3c97f3:::benchmark_data_smithi071_298031_object62691:head v 1350'9606, mlcod=1334'6995)", 2024-09-13T15:01:29.865 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:01:28.845710+0000", 2024-09-13T15:01:29.865 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.95364681299999998, 2024-09-13T15:01:29.865 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.011098304, 2024-09-13T15:01:29.865 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:01:29.865 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:01:29.866 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:01:29.866 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:01:29.866 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.866 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:01:29.866 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:28.845710+0000", 2024-09-13T15:01:29.866 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:01:29.866 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.866 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.866 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:01:29.866 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:28.845710+0000", 2024-09-13T15:01:29.866 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:01:29.866 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.866 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.867 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:01:29.867 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:28.845711+0000", 2024-09-13T15:01:29.867 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.78e-07 2024-09-13T15:01:29.867 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.867 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.867 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:01:29.867 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:28.845719+0000", 2024-09-13T15:01:29.867 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.2690000000000002e-06 2024-09-13T15:01:29.867 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.867 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.867 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:01:29.867 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:28.845735+0000", 2024-09-13T15:01:29.867 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.6541e-05 2024-09-13T15:01:29.867 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.868 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.868 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:01:29.868 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:28.845744+0000", 2024-09-13T15:01:29.868 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.3829999999999992e-06 2024-09-13T15:01:29.868 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.868 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.868 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:01:29.868 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:28.845823+0000", 2024-09-13T15:01:29.868 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.8994999999999998e-05 2024-09-13T15:01:29.868 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.868 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.868 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:01:29.868 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:28.845843+0000", 2024-09-13T15:01:29.868 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.0126e-05 2024-09-13T15:01:29.869 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.869 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.869 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:01:29.869 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:28.856571+0000", 2024-09-13T15:01:29.869 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.010727931 2024-09-13T15:01:29.869 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.869 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.869 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:01:29.869 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:28.856809+0000", 2024-09-13T15:01:29.869 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00023808100000000001 2024-09-13T15:01:29.869 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:01:29.869 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:01:29.869 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:01:29.870 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.870 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.870 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.45692.0:173941 9.12 e1350/1342 9:4a2e4466:::benchmark_data_smithi071_298031_object62693:head v 1350'9607, mlcod=1334'6995)", 2024-09-13T15:01:29.870 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:01:28.849525+0000", 2024-09-13T15:01:29.870 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.949832436, 2024-09-13T15:01:29.870 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.014576017, 2024-09-13T15:01:29.870 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:01:29.870 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:01:29.870 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:01:29.870 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:01:29.870 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.870 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:01:29.870 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:28.849525+0000", 2024-09-13T15:01:29.871 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:01:29.871 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.871 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.871 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:01:29.871 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:28.849525+0000", 2024-09-13T15:01:29.871 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:01:29.871 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.871 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.871 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:01:29.871 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:28.849526+0000", 2024-09-13T15:01:29.871 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.19e-06 2024-09-13T15:01:29.871 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.871 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.872 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:01:29.872 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:28.849612+0000", 2024-09-13T15:01:29.872 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.6081000000000005e-05 2024-09-13T15:01:29.872 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.872 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.872 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:01:29.872 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:28.849629+0000", 2024-09-13T15:01:29.872 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.6407000000000001e-05 2024-09-13T15:01:29.872 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.872 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.872 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:01:29.872 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:28.849636+0000", 2024-09-13T15:01:29.872 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.2049999999999996e-06 2024-09-13T15:01:29.872 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.873 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.873 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:01:29.873 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:28.854361+0000", 2024-09-13T15:01:29.873 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0047253679999999998 2024-09-13T15:01:29.873 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.873 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.873 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:01:29.873 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:28.854406+0000", 2024-09-13T15:01:29.873 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.5191999999999997e-05 2024-09-13T15:01:29.873 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.873 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.873 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:01:29.873 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:28.864056+0000", 2024-09-13T15:01:29.873 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0096492999999999995 2024-09-13T15:01:29.874 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.874 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.874 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:01:29.874 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:28.864101+0000", 2024-09-13T15:01:29.874 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.5274000000000001e-05 2024-09-13T15:01:29.874 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:01:29.874 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:01:29.874 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:01:29.874 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.874 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.874 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.45692.0:174726 9.7 e1350/1342 9:e0bcdc94:::benchmark_data_smithi071_298031_object63478:head v 1350'9458, mlcod=1350'9456)", 2024-09-13T15:01:29.874 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:01:29.507925+0000", 2024-09-13T15:01:29.874 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.29143226300000002, 2024-09-13T15:01:29.874 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.010838954, 2024-09-13T15:01:29.875 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:01:29.875 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:01:29.875 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:01:29.875 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:01:29.875 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.875 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:01:29.875 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:29.507925+0000", 2024-09-13T15:01:29.875 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:01:29.875 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.875 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.875 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:01:29.875 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:29.507925+0000", 2024-09-13T15:01:29.875 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:01:29.875 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.876 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.876 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:01:29.876 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:29.507926+0000", 2024-09-13T15:01:29.876 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.3379999999999999e-06 2024-09-13T15:01:29.876 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.876 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.876 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:01:29.876 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:29.507944+0000", 2024-09-13T15:01:29.876 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.7589e-05 2024-09-13T15:01:29.876 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.876 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.876 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:01:29.876 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:29.507971+0000", 2024-09-13T15:01:29.877 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.7385e-05 2024-09-13T15:01:29.877 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.877 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.877 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:01:29.877 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:29.507990+0000", 2024-09-13T15:01:29.877 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.9026e-05 2024-09-13T15:01:29.877 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.877 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.877 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:01:29.877 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:29.508720+0000", 2024-09-13T15:01:29.877 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000729658 2024-09-13T15:01:29.877 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.877 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.877 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:01:29.878 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:29.508738+0000", 2024-09-13T15:01:29.878 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.8321999999999998e-05 2024-09-13T15:01:29.878 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.878 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.878 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:01:29.878 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:29.518694+0000", 2024-09-13T15:01:29.878 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0099557859999999995 2024-09-13T15:01:29.878 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.878 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.878 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:01:29.878 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:29.518764+0000", 2024-09-13T15:01:29.878 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.9850000000000004e-05 2024-09-13T15:01:29.878 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:01:29.878 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:01:29.879 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:01:29.879 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.879 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.879 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.45692.0:174727 9.6 e1350/1342 9:66944ba1:::benchmark_data_smithi071_298031_object63479:head v 1350'9427, mlcod=1350'9425)", 2024-09-13T15:01:29.879 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:01:29.508206+0000", 2024-09-13T15:01:29.879 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.29115157699999999, 2024-09-13T15:01:29.879 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.010709076, 2024-09-13T15:01:29.879 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:01:29.879 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:01:29.879 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:01:29.879 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:01:29.879 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.879 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:01:29.879 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:29.508206+0000", 2024-09-13T15:01:29.880 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:01:29.880 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.880 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.880 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:01:29.880 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:29.508206+0000", 2024-09-13T15:01:29.880 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:01:29.880 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.880 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.880 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:01:29.881 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:29.881 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:01:29.881 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:29.508206+0000", 2024-09-13T15:01:29.882 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.41e-07 2024-09-13T15:01:29.882 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.882 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.882 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:01:29.882 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:29.508209+0000", 2024-09-13T15:01:29.882 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.9560000000000002e-06 2024-09-13T15:01:29.882 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.882 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.882 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:01:29.882 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:29.508214+0000", 2024-09-13T15:01:29.882 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.2009999999999998e-06 2024-09-13T15:01:29.882 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.882 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.883 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:01:29.883 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:29.508218+0000", 2024-09-13T15:01:29.883 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.0790000000000002e-06 2024-09-13T15:01:29.883 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.883 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.883 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:01:29.883 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:29.510016+0000", 2024-09-13T15:01:29.883 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0017979910000000001 2024-09-13T15:01:29.883 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.883 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.883 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:01:29.883 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:29.510074+0000", 2024-09-13T15:01:29.883 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.8034e-05 2024-09-13T15:01:29.884 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.884 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.884 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:01:29.884 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:29.518843+0000", 2024-09-13T15:01:29.884 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.008768985 2024-09-13T15:01:29.884 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.884 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.884 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:01:29.884 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:29.518915+0000", 2024-09-13T15:01:29.884 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.1588999999999995e-05 2024-09-13T15:01:29.884 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:01:29.884 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:01:29.884 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:01:29.884 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.885 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.885 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.45692.0:174735 9.16 e1350/1342 9:6ffe7d36:::benchmark_data_smithi071_298031_object63487:head v 1350'9359, mlcod=1350'9356)", 2024-09-13T15:01:29.885 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:01:29.519495+0000", 2024-09-13T15:01:29.885 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.279862467, 2024-09-13T15:01:29.885 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.01427986, 2024-09-13T15:01:29.885 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:01:29.885 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:01:29.885 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:01:29.885 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:01:29.885 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.885 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:01:29.885 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:29.519495+0000", 2024-09-13T15:01:29.885 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:01:29.886 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.886 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.886 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:01:29.886 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:29.519495+0000", 2024-09-13T15:01:29.886 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:01:29.886 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.886 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.886 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:01:29.886 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:29.519495+0000", 2024-09-13T15:01:29.886 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.0600000000000001e-07 2024-09-13T15:01:29.886 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.886 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.886 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:01:29.887 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:29.519498+0000", 2024-09-13T15:01:29.887 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.1949999999999999e-06 2024-09-13T15:01:29.887 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.887 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.887 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:01:29.887 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:29.519504+0000", 2024-09-13T15:01:29.887 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.5450000000000003e-06 2024-09-13T15:01:29.887 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.887 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.887 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:01:29.887 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:29.519508+0000", 2024-09-13T15:01:29.887 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.104e-06 2024-09-13T15:01:29.887 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.888 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.888 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:01:29.888 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:29.521753+0000", 2024-09-13T15:01:29.888 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0022447349999999999 2024-09-13T15:01:29.888 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.888 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.888 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:01:29.888 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:29.521771+0000", 2024-09-13T15:01:29.888 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.8641e-05 2024-09-13T15:01:29.888 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.888 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.888 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:01:29.888 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:29.533736+0000", 2024-09-13T15:01:29.888 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.011964987 2024-09-13T15:01:29.889 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.889 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.889 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:01:29.889 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:29.533775+0000", 2024-09-13T15:01:29.889 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.8346999999999997e-05 2024-09-13T15:01:29.889 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:01:29.889 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:01:29.889 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:01:29.889 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.889 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.889 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.45692.0:174995 9.12 e1350/1342 9:4fdb7806:::benchmark_data_smithi071_298031_object63747:head v 1350'9638, mlcod=1334'6995)", 2024-09-13T15:01:29.889 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:01:29.745333+0000", 2024-09-13T15:01:29.889 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.054024260999999997, 2024-09-13T15:01:29.889 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.010559285, 2024-09-13T15:01:29.890 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:01:29.890 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:01:29.890 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:01:29.890 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:01:29.890 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.890 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:01:29.890 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:29.745333+0000", 2024-09-13T15:01:29.890 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:01:29.890 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.890 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.890 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:01:29.890 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:29.745333+0000", 2024-09-13T15:01:29.890 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:01:29.890 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.891 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.891 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:01:29.891 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:29.745334+0000", 2024-09-13T15:01:29.891 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.003e-06 2024-09-13T15:01:29.891 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.891 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.891 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:01:29.891 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:29.745350+0000", 2024-09-13T15:01:29.891 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.6276000000000001e-05 2024-09-13T15:01:29.891 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.891 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.891 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:01:29.891 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:29.745375+0000", 2024-09-13T15:01:29.891 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.4983000000000001e-05 2024-09-13T15:01:29.892 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.892 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.892 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:01:29.892 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:29.745383+0000", 2024-09-13T15:01:29.892 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.0420000000000003e-06 2024-09-13T15:01:29.892 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.892 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.892 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:01:29.892 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:29.745500+0000", 2024-09-13T15:01:29.892 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000116568 2024-09-13T15:01:29.892 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.892 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.892 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:01:29.893 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:29.745520+0000", 2024-09-13T15:01:29.893 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.0511000000000001e-05 2024-09-13T15:01:29.893 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.893 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.893 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:01:29.893 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:29.755845+0000", 2024-09-13T15:01:29.893 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.010325043000000001 2024-09-13T15:01:29.893 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.893 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.893 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:01:29.893 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:29.755892+0000", 2024-09-13T15:01:29.893 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.6859e-05 2024-09-13T15:01:29.893 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:01:29.893 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:01:29.893 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:01:29.894 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.894 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.894 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.45692.0:175006 9.12 e1350/1342 9:497e3d85:::benchmark_data_smithi071_298031_object63758:head v 1350'9639, mlcod=1334'6995)", 2024-09-13T15:01:29.894 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:01:29.749084+0000", 2024-09-13T15:01:29.894 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.050273313, 2024-09-13T15:01:29.894 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.010844009, 2024-09-13T15:01:29.894 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:01:29.894 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:01:29.894 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:01:29.894 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:01:29.894 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.894 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:01:29.894 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:29.749084+0000", 2024-09-13T15:01:29.895 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:01:29.895 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.895 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.895 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:01:29.895 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:29.749084+0000", 2024-09-13T15:01:29.895 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:01:29.895 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.895 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.895 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:01:29.895 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:29.749085+0000", 2024-09-13T15:01:29.895 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.0500000000000003e-07 2024-09-13T15:01:29.895 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.895 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.895 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:01:29.896 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:29.749091+0000", 2024-09-13T15:01:29.896 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.2879999999999998e-06 2024-09-13T15:01:29.896 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.896 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.896 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:01:29.896 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:29.749100+0000", 2024-09-13T15:01:29.896 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.8519999999999993e-06 2024-09-13T15:01:29.896 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.896 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.896 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:01:29.896 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:29.749106+0000", 2024-09-13T15:01:29.896 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.0050000000000001e-06 2024-09-13T15:01:29.896 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.897 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.897 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:01:29.897 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:29.749261+0000", 2024-09-13T15:01:29.897 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000155212 2024-09-13T15:01:29.897 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.897 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.897 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:01:29.897 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:29.749439+0000", 2024-09-13T15:01:29.897 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00017762600000000001 2024-09-13T15:01:29.897 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.897 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.897 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:01:29.897 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:29.759785+0000", 2024-09-13T15:01:29.898 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.010346869999999999 2024-09-13T15:01:29.898 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.898 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.898 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:01:29.898 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:29.759928+0000", 2024-09-13T15:01:29.898 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00014255100000000001 2024-09-13T15:01:29.898 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:01:29.898 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:01:29.898 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:01:29.898 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.898 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.898 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.45692.0:175017 9.b e1350/1342 9:d02a6f99:::benchmark_data_smithi071_298031_object63769:head v 1350'11038, mlcod=1350'11036)", 2024-09-13T15:01:29.898 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:01:29.762233+0000", 2024-09-13T15:01:29.898 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.037124018000000002, 2024-09-13T15:01:29.899 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.010998746, 2024-09-13T15:01:29.899 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:01:29.899 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:01:29.899 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:01:29.899 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:01:29.899 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.899 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:01:29.899 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:29.762233+0000", 2024-09-13T15:01:29.899 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:01:29.899 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.899 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.899 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:01:29.899 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:29.762233+0000", 2024-09-13T15:01:29.899 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:01:29.900 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.900 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.900 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:01:29.900 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:29.762233+0000", 2024-09-13T15:01:29.900 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.5699999999999999e-07 2024-09-13T15:01:29.900 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.900 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.900 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:01:29.900 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:29.762237+0000", 2024-09-13T15:01:29.900 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.6890000000000002e-06 2024-09-13T15:01:29.900 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.900 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.900 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:01:29.900 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:29.762243+0000", 2024-09-13T15:01:29.901 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.6200000000000004e-06 2024-09-13T15:01:29.901 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.901 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.901 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:01:29.901 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:29.762247+0000", 2024-09-13T15:01:29.901 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.6920000000000001e-06 2024-09-13T15:01:29.901 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.901 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.901 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:01:29.901 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:29.763000+0000", 2024-09-13T15:01:29.901 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00075234499999999997 2024-09-13T15:01:29.901 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.901 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.901 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:01:29.902 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:29.763020+0000", 2024-09-13T15:01:29.902 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.0256999999999999e-05 2024-09-13T15:01:29.902 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.902 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.902 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:01:29.902 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:29.773193+0000", 2024-09-13T15:01:29.902 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.010172842 2024-09-13T15:01:29.902 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:01:29.902 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:01:29.902 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:01:29.902 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:29.773232+0000", 2024-09-13T15:01:29.902 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.9044000000000001e-05 2024-09-13T15:01:29.902 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:01:29.902 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:01:29.903 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:01:29.903 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:01:29.903 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:01:29.903 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T15:01:29.981 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:01:30.018 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:30.019 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:30.019 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:01:30.120 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:01:30.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:30 smithi071 ceph-mon[107477]: 9.19 scrub ok 2024-09-13T15:01:30.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:30 smithi071 ceph-mon[107477]: 9.9 scrub starts 2024-09-13T15:01:30.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:30 smithi071 ceph-mon[107477]: pgmap v2054: 119 pgs: 1 active+remapped+backfilling, 11 remapped+peering, 2 peering, 2 active+recovery_wait+degraded+remapped, 3 active+recovery_wait+undersized+degraded+remapped, 7 active+remapped+backfill_wait, 3 active+recovery_wait+degraded, 1 active+recovering, 89 active+clean; 3.2 GiB data, 14 GiB used, 522 GiB / 536 GiB avail; 0 B/s wr, 1.03k op/s; 4580/156060 objects degraded (2.935%); 22606/156060 objects misplaced (14.485%); 5.5 MiB/s, 481 objects/s recovering 2024-09-13T15:01:30.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:30 smithi071 ceph-mon[107477]: 1.4 scrub starts 2024-09-13T15:01:30.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:30 smithi071 ceph-mon[107477]: 1.4 scrub ok 2024-09-13T15:01:30.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:30 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:01:30.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:30 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:01:30.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:30 smithi071 ceph-mon[112785]: 9.19 scrub ok 2024-09-13T15:01:30.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:30 smithi071 ceph-mon[112785]: 9.9 scrub starts 2024-09-13T15:01:30.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:30 smithi071 ceph-mon[112785]: pgmap v2054: 119 pgs: 1 active+remapped+backfilling, 11 remapped+peering, 2 peering, 2 active+recovery_wait+degraded+remapped, 3 active+recovery_wait+undersized+degraded+remapped, 7 active+remapped+backfill_wait, 3 active+recovery_wait+degraded, 1 active+recovering, 89 active+clean; 3.2 GiB data, 14 GiB used, 522 GiB / 536 GiB avail; 0 B/s wr, 1.03k op/s; 4580/156060 objects degraded (2.935%); 22606/156060 objects misplaced (14.485%); 5.5 MiB/s, 481 objects/s recovering 2024-09-13T15:01:30.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:30 smithi071 ceph-mon[112785]: 1.4 scrub starts 2024-09-13T15:01:30.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:30 smithi071 ceph-mon[112785]: 1.4 scrub ok 2024-09-13T15:01:30.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:30 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:01:30.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:30 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:01:30.154 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:30.154 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:30.155 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:01:30.237 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:01:30.255 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:01:30.298 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:30.299 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:30.299 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:01:30.401 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:30.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:30 smithi104 ceph-mon[105578]: 9.19 scrub ok 2024-09-13T15:01:30.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:30 smithi104 ceph-mon[105578]: 9.9 scrub starts 2024-09-13T15:01:30.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:30 smithi104 ceph-mon[105578]: pgmap v2054: 119 pgs: 1 active+remapped+backfilling, 11 remapped+peering, 2 peering, 2 active+recovery_wait+degraded+remapped, 3 active+recovery_wait+undersized+degraded+remapped, 7 active+remapped+backfill_wait, 3 active+recovery_wait+degraded, 1 active+recovering, 89 active+clean; 3.2 GiB data, 14 GiB used, 522 GiB / 536 GiB avail; 0 B/s wr, 1.03k op/s; 4580/156060 objects degraded (2.935%); 22606/156060 objects misplaced (14.485%); 5.5 MiB/s, 481 objects/s recovering 2024-09-13T15:01:30.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:30 smithi104 ceph-mon[105578]: 1.4 scrub starts 2024-09-13T15:01:30.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:30 smithi104 ceph-mon[105578]: 1.4 scrub ok 2024-09-13T15:01:30.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:30 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:01:30.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:30 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:01:30.447 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:30.447 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:30.448 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:30.548 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:01:30.572 INFO:tasks.thrashosds.thrasher:in_osds: [0, 1, 5, 4, 7, 2, 3] out_osds: [6] dead_osds: [] live_osds: [0, 1, 2, 3, 4, 5, 7, 6] 2024-09-13T15:01:30.572 INFO:tasks.thrashosds.thrasher:choose_action: min_in 4 min_out 0 min_live 2 min_dead 0 chance_down 0.40 2024-09-13T15:01:30.572 INFO:tasks.thrashosds.thrasher:trim_stale_osdmaps 2024-09-13T15:01:30.572 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph tell osd.0 'trim stale osdmaps' 2024-09-13T15:01:30.581 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:30.581 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:30.582 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:01:30.683 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:01:30.718 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:30.719 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:30.720 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:01:30.820 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:01:30.855 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:30.856 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:30.856 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:01:30.944 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.3 dump_ops_in_flight 2024-09-13T15:01:30.957 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:01:30.990 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:30.991 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:30.991 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:01:31.092 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:31.146 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:31.147 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:31.147 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:31.248 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:01:31.257 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:31 smithi071 ceph-mon[107477]: 9.9 scrub ok 2024-09-13T15:01:31.258 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:31 smithi071 ceph-mon[112785]: 9.9 scrub ok 2024-09-13T15:01:31.295 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:31.296 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:31.296 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:01:31.397 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:01:31.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:31 smithi104 ceph-mon[105578]: 9.9 scrub ok 2024-09-13T15:01:31.461 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:31.461 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:31.462 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:01:31.555 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=false 2024-09-13T15:01:31.563 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:31.642 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:31.643 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:31.643 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:31.744 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:31.795 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:31.795 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:31.796 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:31.897 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:01:31.937 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:31.938 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:31.938 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:01:32.039 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:01:32.070 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:32.070 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:32.071 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:01:32.172 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:01:32.215 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:32.216 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:32.216 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:01:32.316 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:32 smithi071 ceph-mon[112785]: pgmap v2055: 119 pgs: 1 active+recovering+undersized+remapped, 1 active+remapped+backfilling, 4 active+recovery_wait+undersized+degraded+remapped, 12 active+remapped+backfill_wait, 3 active+recovery_wait+degraded, 1 active+recovering, 97 active+clean; 2.9 GiB data, 14 GiB used, 611 GiB / 626 GiB avail; 0 B/s wr, 1.34k op/s; 3822/144573 objects degraded (2.644%); 27123/144573 objects misplaced (18.761%); 13 MiB/s, 502 objects/s recovering 2024-09-13T15:01:32.317 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:32 smithi071 ceph-mon[112785]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-09-13T15:01:32.317 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:32 smithi071 ceph-mon[107477]: pgmap v2055: 119 pgs: 1 active+recovering+undersized+remapped, 1 active+remapped+backfilling, 4 active+recovery_wait+undersized+degraded+remapped, 12 active+remapped+backfill_wait, 3 active+recovery_wait+degraded, 1 active+recovering, 97 active+clean; 2.9 GiB data, 14 GiB used, 611 GiB / 626 GiB avail; 0 B/s wr, 1.34k op/s; 3822/144573 objects degraded (2.644%); 27123/144573 objects misplaced (18.761%); 13 MiB/s, 502 objects/s recovering 2024-09-13T15:01:32.317 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:32 smithi071 ceph-mon[107477]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-09-13T15:01:32.317 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:01:32.359 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:32.359 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:32.360 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:01:32.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:32 smithi104 ceph-mon[105578]: pgmap v2055: 119 pgs: 1 active+recovering+undersized+remapped, 1 active+remapped+backfilling, 4 active+recovery_wait+undersized+degraded+remapped, 12 active+remapped+backfill_wait, 3 active+recovery_wait+degraded, 1 active+recovering, 97 active+clean; 2.9 GiB data, 14 GiB used, 611 GiB / 626 GiB avail; 0 B/s wr, 1.34k op/s; 3822/144573 objects degraded (2.644%); 27123/144573 objects misplaced (18.761%); 13 MiB/s, 502 objects/s recovering 2024-09-13T15:01:32.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:32 smithi104 ceph-mon[105578]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-09-13T15:01:32.460 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:01:32.507 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:32.508 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:32.508 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:01:32.568 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:01:32.609 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:01:32.652 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:32.652 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:32.652 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:01:32.753 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:01:32.783 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:32.783 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:32.784 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:01:32.885 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:01:32.924 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:32.925 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:32.925 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:01:33.026 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:01:33.065 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:33.065 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:33.066 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:01:33.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:01:32 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:01:32] "GET /metrics HTTP/1.1" 200 36668 "" "Prometheus/2.51.0" 2024-09-13T15:01:33.166 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:01:33.206 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:33.206 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:33.207 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:01:33.264 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:01:33.288 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:01:33.307 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:01:33.337 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:33.338 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:33.339 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:01:33.439 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:33.497 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:33.498 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:33.498 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:33.519 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:33 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:01:33.519 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:33 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:01:33.519 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:33 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 3822/144573 objects degraded (2.644%), 7 pgs degraded (PG_DEGRADED) 2024-09-13T15:01:33.519 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:33 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:01:33.520 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:33 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:01:33.520 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:33 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 3822/144573 objects degraded (2.644%), 7 pgs degraded (PG_DEGRADED) 2024-09-13T15:01:33.599 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:01:33.636 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:33.637 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:33.637 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:01:33.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:33 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:01:33.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:33 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:01:33.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:33 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 3822/144573 objects degraded (2.644%), 7 pgs degraded (PG_DEGRADED) 2024-09-13T15:01:33.738 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:33.778 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:33.778 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:33.779 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:33.880 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:01:33.920 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:33.921 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:33.922 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:01:34.022 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:01:34.061 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:34.062 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:34.062 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:01:34.163 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:01:34.196 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:34.197 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:34.198 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:01:34.299 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:01:34.325 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:34.325 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:34.326 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:01:34.427 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:01:34.434 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:34 smithi071 ceph-mon[107477]: pgmap v2056: 119 pgs: 1 active+recovering+undersized+remapped, 1 active+remapped+backfilling, 4 active+recovery_wait+undersized+degraded+remapped, 12 active+remapped+backfill_wait, 3 active+recovery_wait+degraded, 98 active+clean; 2.8 GiB data, 14 GiB used, 611 GiB / 626 GiB avail; 3822/139332 objects degraded (2.743%); 26394/139332 objects misplaced (18.943%); 1.2 MiB/s, 0 objects/s recovering 2024-09-13T15:01:34.434 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:34 smithi071 ceph-mon[112785]: pgmap v2056: 119 pgs: 1 active+recovering+undersized+remapped, 1 active+remapped+backfilling, 4 active+recovery_wait+undersized+degraded+remapped, 12 active+remapped+backfill_wait, 3 active+recovery_wait+degraded, 98 active+clean; 2.8 GiB data, 14 GiB used, 611 GiB / 626 GiB avail; 3822/139332 objects degraded (2.743%); 26394/139332 objects misplaced (18.943%); 1.2 MiB/s, 0 objects/s recovering 2024-09-13T15:01:34.461 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:34.462 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:34.462 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:01:34.563 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:34.604 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:34.604 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:34.605 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:34.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:34 smithi104 ceph-mon[105578]: pgmap v2056: 119 pgs: 1 active+recovering+undersized+remapped, 1 active+remapped+backfilling, 4 active+recovery_wait+undersized+degraded+remapped, 12 active+remapped+backfill_wait, 3 active+recovery_wait+degraded, 98 active+clean; 2.8 GiB data, 14 GiB used, 611 GiB / 626 GiB avail; 3822/139332 objects degraded (2.743%); 26394/139332 objects misplaced (18.943%); 1.2 MiB/s, 0 objects/s recovering 2024-09-13T15:01:34.705 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:01:34.740 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:34.740 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:34.741 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:01:34.841 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:01:34.874 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:34.874 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:34.875 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:01:34.976 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:01:35.007 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:35.008 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:35.008 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:01:35.109 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:01:35.145 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:35.146 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:35.146 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:01:35.247 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:01:35.285 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:35.286 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:35.286 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:01:35.387 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:01:35.420 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:35.421 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:35.421 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:01:35.522 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:01:35.555 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:35.556 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:35.556 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:01:35.657 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:01:35.695 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:35.696 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:35.697 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:01:35.797 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:01:35.833 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:35.834 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:35.834 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:01:35.935 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:01:35.965 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:35.966 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:35.967 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:01:36.067 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:36.110 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:36.111 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:36.111 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:36.212 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:01:36.247 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:36.248 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:36.248 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:01:36.349 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:01:36.388 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:36.388 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:36.389 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:01:36.490 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:01:36.525 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:36.528 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:36.528 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:01:36.629 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:01:36.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:36 smithi071 ceph-mon[107477]: pgmap v2057: 119 pgs: 1 active+recovering+undersized+remapped, 1 active+remapped+backfilling, 4 active+recovery_wait+undersized+degraded+remapped, 12 active+remapped+backfill_wait, 3 active+recovery_wait+degraded, 98 active+clean; 2.8 GiB data, 14 GiB used, 612 GiB / 626 GiB avail; 3822/138099 objects degraded (2.768%); 26182/138099 objects misplaced (18.959%); 1.1 MiB/s, 0 objects/s recovering 2024-09-13T15:01:36.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:36 smithi071 ceph-mon[112785]: pgmap v2057: 119 pgs: 1 active+recovering+undersized+remapped, 1 active+remapped+backfilling, 4 active+recovery_wait+undersized+degraded+remapped, 12 active+remapped+backfill_wait, 3 active+recovery_wait+degraded, 98 active+clean; 2.8 GiB data, 14 GiB used, 612 GiB / 626 GiB avail; 3822/138099 objects degraded (2.768%); 26182/138099 objects misplaced (18.959%); 1.1 MiB/s, 0 objects/s recovering 2024-09-13T15:01:36.658 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:36.659 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:36.659 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:01:36.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:36 smithi104 ceph-mon[105578]: pgmap v2057: 119 pgs: 1 active+recovering+undersized+remapped, 1 active+remapped+backfilling, 4 active+recovery_wait+undersized+degraded+remapped, 12 active+remapped+backfill_wait, 3 active+recovery_wait+degraded, 98 active+clean; 2.8 GiB data, 14 GiB used, 612 GiB / 626 GiB avail; 3822/138099 objects degraded (2.768%); 26182/138099 objects misplaced (18.959%); 1.1 MiB/s, 0 objects/s recovering 2024-09-13T15:01:36.760 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:01:36.782 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:36.783 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:36.783 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:01:36.884 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:36.908 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:36.909 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:36.909 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:37.010 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:01:37.032 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:37.032 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:37.032 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:01:37.133 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:01:37.154 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:37.155 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:37.155 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:01:37.256 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:01:37.277 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:37.277 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:37.278 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:01:37.379 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:01:37.401 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:37.402 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:37.403 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:01:37.503 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:01:37.526 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:37.527 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:37.527 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:01:37.628 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:01:37.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:37 smithi071 ceph-mon[107477]: osdmap e1351: 8 total, 8 up, 7 in 2024-09-13T15:01:37.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:37 smithi071 ceph-mon[112785]: osdmap e1351: 8 total, 8 up, 7 in 2024-09-13T15:01:37.649 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:37.649 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:37.650 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:01:37.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:37 smithi104 ceph-mon[105578]: osdmap e1351: 8 total, 8 up, 7 in 2024-09-13T15:01:37.751 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:01:37.773 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:37.773 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:37.773 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:01:37.874 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:01:37.898 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:37.899 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:37.899 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:01:38.000 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:01:38.031 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:38.031 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:38.032 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:01:38.133 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:01:38.173 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:38.174 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:38.174 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:01:38.275 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:01:38.319 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:38.319 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:38.320 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:01:38.420 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:01:38.449 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:38.450 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:38.450 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:01:38.551 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:01:38.585 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:38.586 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:38.586 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:01:38.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:38 smithi104 ceph-mon[105578]: pgmap v2059: 119 pgs: 1 active+remapped+backfilling, 1 active+recovering+undersized+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 12 active+remapped+backfill_wait, 2 active+recovery_wait+degraded, 1 active+recovering, 98 active+clean; 2.5 GiB data, 13 GiB used, 613 GiB / 626 GiB avail; 3195/121023 objects degraded (2.640%); 22181/121023 objects misplaced (18.328%); 6.3 MiB/s, 0 objects/s recovering 2024-09-13T15:01:38.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:38 smithi104 ceph-mon[105578]: 9.1 starting backfill to osd.3 from (1327'4007,1350'10046] MIN to 1350'10047 2024-09-13T15:01:38.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:38 smithi104 ceph-mon[105578]: osdmap e1352: 8 total, 8 up, 7 in 2024-09-13T15:01:38.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:38 smithi104 ceph-mon[105578]: 9.15 scrub starts 2024-09-13T15:01:38.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:38 smithi104 ceph-mon[105578]: 9.15 scrub ok 2024-09-13T15:01:38.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:38 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 3195/121023 objects degraded (2.640%), 6 pgs degraded (PG_DEGRADED) 2024-09-13T15:01:38.687 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:01:38.723 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:38.723 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:38.724 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:01:38.824 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:01:38.866 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:38.866 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:38.867 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:01:38.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:38 smithi071 ceph-mon[112785]: pgmap v2059: 119 pgs: 1 active+remapped+backfilling, 1 active+recovering+undersized+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 12 active+remapped+backfill_wait, 2 active+recovery_wait+degraded, 1 active+recovering, 98 active+clean; 2.5 GiB data, 13 GiB used, 613 GiB / 626 GiB avail; 3195/121023 objects degraded (2.640%); 22181/121023 objects misplaced (18.328%); 6.3 MiB/s, 0 objects/s recovering 2024-09-13T15:01:38.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:38 smithi071 ceph-mon[112785]: 9.1 starting backfill to osd.3 from (1327'4007,1350'10046] MIN to 1350'10047 2024-09-13T15:01:38.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:38 smithi071 ceph-mon[112785]: osdmap e1352: 8 total, 8 up, 7 in 2024-09-13T15:01:38.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:38 smithi071 ceph-mon[112785]: 9.15 scrub starts 2024-09-13T15:01:38.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:38 smithi071 ceph-mon[112785]: 9.15 scrub ok 2024-09-13T15:01:38.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:38 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 3195/121023 objects degraded (2.640%), 6 pgs degraded (PG_DEGRADED) 2024-09-13T15:01:38.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:38 smithi071 ceph-mon[107477]: pgmap v2059: 119 pgs: 1 active+remapped+backfilling, 1 active+recovering+undersized+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 12 active+remapped+backfill_wait, 2 active+recovery_wait+degraded, 1 active+recovering, 98 active+clean; 2.5 GiB data, 13 GiB used, 613 GiB / 626 GiB avail; 3195/121023 objects degraded (2.640%); 22181/121023 objects misplaced (18.328%); 6.3 MiB/s, 0 objects/s recovering 2024-09-13T15:01:38.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:38 smithi071 ceph-mon[107477]: 9.1 starting backfill to osd.3 from (1327'4007,1350'10046] MIN to 1350'10047 2024-09-13T15:01:38.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:38 smithi071 ceph-mon[107477]: osdmap e1352: 8 total, 8 up, 7 in 2024-09-13T15:01:38.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:38 smithi071 ceph-mon[107477]: 9.15 scrub starts 2024-09-13T15:01:38.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:38 smithi071 ceph-mon[107477]: 9.15 scrub ok 2024-09-13T15:01:38.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:38 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 3195/121023 objects degraded (2.640%), 6 pgs degraded (PG_DEGRADED) 2024-09-13T15:01:38.967 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:01:39.011 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:39.011 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:39.012 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:01:39.112 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:01:39.146 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:39.147 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:39.148 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:01:39.249 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:01:39.289 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:39.290 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:39.290 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:01:39.391 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:39.427 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:39.427 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:39.428 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:39.528 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:01:39.565 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:39.566 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:39.566 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:01:39.574 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:39 smithi071 ceph-mon[107477]: osdmap e1353: 8 total, 8 up, 7 in 2024-09-13T15:01:39.574 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:39 smithi071 ceph-mon[112785]: osdmap e1353: 8 total, 8 up, 7 in 2024-09-13T15:01:39.667 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:01:39.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:39 smithi104 ceph-mon[105578]: osdmap e1353: 8 total, 8 up, 7 in 2024-09-13T15:01:39.704 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:39.705 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:39.705 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:01:39.806 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:39.854 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:39.857 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:39.858 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:39.958 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:01:39.993 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:39.993 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:39.994 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:01:40.095 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:01:40.134 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:40.134 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:40.135 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:01:40.235 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:01:40.270 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:40.270 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:40.271 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:01:40.371 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:01:40.406 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:40.407 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:40.407 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:01:40.427 INFO:teuthology.orchestra.run.smithi071.stderr:nodeep-scrub is unset 2024-09-13T15:01:40.508 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:01:40.535 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:40 smithi071 ceph-mon[107477]: pgmap v2062: 119 pgs: 1 active+remapped+backfilling, 1 active+recovering+undersized+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 12 active+remapped+backfill_wait, 2 active+recovery_wait+degraded, 1 active+recovering, 98 active+clean; 2.5 GiB data, 13 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 1.02k op/s; 3195/121023 objects degraded (2.640%); 22181/121023 objects misplaced (18.328%); 7.8 MiB/s, 212 objects/s recovering 2024-09-13T15:01:40.535 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:40 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1302290275' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:01:40.535 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:40 smithi071 ceph-mon[112785]: pgmap v2062: 119 pgs: 1 active+remapped+backfilling, 1 active+recovering+undersized+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 12 active+remapped+backfill_wait, 2 active+recovery_wait+degraded, 1 active+recovering, 98 active+clean; 2.5 GiB data, 13 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 1.02k op/s; 3195/121023 objects degraded (2.640%); 22181/121023 objects misplaced (18.328%); 7.8 MiB/s, 212 objects/s recovering 2024-09-13T15:01:40.535 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:40 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1302290275' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:01:40.558 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:40.558 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:40.558 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:01:40.659 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:01:40.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:40 smithi104 ceph-mon[105578]: pgmap v2062: 119 pgs: 1 active+remapped+backfilling, 1 active+recovering+undersized+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 12 active+remapped+backfill_wait, 2 active+recovery_wait+degraded, 1 active+recovering, 98 active+clean; 2.5 GiB data, 13 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 1.02k op/s; 3195/121023 objects degraded (2.640%); 22181/121023 objects misplaced (18.328%); 7.8 MiB/s, 212 objects/s recovering 2024-09-13T15:01:40.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:40 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1302290275' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:01:40.693 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:40.694 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:40.695 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:01:40.797 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:01:40.836 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:40.837 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:40.837 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:01:40.938 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:01:40.973 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:40.973 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:40.974 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:01:41.075 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:01:41.110 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:41.111 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:41.111 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:01:41.212 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:41.247 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:41.247 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:41.248 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:41.349 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:01:41.381 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:41.381 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:41.382 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:01:41.483 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:01:41.513 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:41.515 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:41.516 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:01:41.605 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:41 smithi071 ceph-mon[107477]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T15:01:41.605 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:41 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1302290275' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T15:01:41.605 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:41 smithi071 ceph-mon[107477]: osdmap e1354: 8 total, 8 up, 7 in 2024-09-13T15:01:41.605 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:41 smithi071 ceph-mon[112785]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T15:01:41.606 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:41 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1302290275' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T15:01:41.606 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:41 smithi071 ceph-mon[112785]: osdmap e1354: 8 total, 8 up, 7 in 2024-09-13T15:01:41.616 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:01:41.652 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:41.653 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:41.653 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:01:41.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:41 smithi104 ceph-mon[105578]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T15:01:41.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:41 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1302290275' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T15:01:41.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:41 smithi104 ceph-mon[105578]: osdmap e1354: 8 total, 8 up, 7 in 2024-09-13T15:01:41.754 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:01:41.775 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:41.776 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:41.776 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:01:41.820 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T15:01:41.821 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T15:01:41.834 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T15:01:41.834 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T15:01:41.850 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T15:01:41.850 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T15:01:41.877 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:01:41.880 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T15:01:41.880 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T15:01:41.911 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:41.911 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:41.912 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:01:41.912 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T15:01:41.912 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T15:01:41.945 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T15:01:41.945 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T15:01:41.973 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T15:01:41.973 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T15:01:42.008 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T15:01:42.008 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T15:01:42.012 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:01:42.050 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:42.051 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:42.051 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:01:42.152 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:01:42.185 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:42.186 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:42.186 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:01:42.287 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:01:42.328 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:42.329 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:42.330 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:01:42.432 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:01:42.469 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:42.470 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:42.470 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:01:42.571 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:01:42.611 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:42.611 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:42.612 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:01:42.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:42 smithi071 ceph-mon[107477]: pgmap v2064: 119 pgs: 1 active+recovering+undersized+remapped, 1 active+recovery_wait+remapped, 3 active+recovery_wait+undersized+degraded+remapped, 12 active+remapped+backfill_wait, 2 active+recovery_wait+degraded, 1 active+recovering, 99 active+clean; 2.3 GiB data, 13 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 704 op/s; 2416/111459 objects degraded (2.168%); 20028/111459 objects misplaced (17.969%); 2.9 MiB/s, 148 objects/s recovering 2024-09-13T15:01:42.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:42 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/774309840' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:01:42.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:42 smithi071 ceph-mon[112785]: pgmap v2064: 119 pgs: 1 active+recovering+undersized+remapped, 1 active+recovery_wait+remapped, 3 active+recovery_wait+undersized+degraded+remapped, 12 active+remapped+backfill_wait, 2 active+recovery_wait+degraded, 1 active+recovering, 99 active+clean; 2.3 GiB data, 13 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 704 op/s; 2416/111459 objects degraded (2.168%); 20028/111459 objects misplaced (17.969%); 2.9 MiB/s, 148 objects/s recovering 2024-09-13T15:01:42.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:42 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/774309840' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:01:42.713 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:01:42.752 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:42.753 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:42.753 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:01:42.854 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:01:42.876 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:42.877 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:42.877 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:01:42.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:42 smithi104 ceph-mon[105578]: pgmap v2064: 119 pgs: 1 active+recovering+undersized+remapped, 1 active+recovery_wait+remapped, 3 active+recovery_wait+undersized+degraded+remapped, 12 active+remapped+backfill_wait, 2 active+recovery_wait+degraded, 1 active+recovering, 99 active+clean; 2.3 GiB data, 13 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 704 op/s; 2416/111459 objects degraded (2.168%); 20028/111459 objects misplaced (17.969%); 2.9 MiB/s, 148 objects/s recovering 2024-09-13T15:01:42.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:42 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/774309840' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:01:42.978 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:01:43.016 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:43.017 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:43.017 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:01:43.118 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:01:43.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:01:42 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:01:42] "GET /metrics HTTP/1.1" 200 36668 "" "Prometheus/2.51.0" 2024-09-13T15:01:43.151 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:43.151 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:43.152 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:01:43.253 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:01:43.295 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:43.296 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:43.296 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:01:43.346 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd set noscrub 2024-09-13T15:01:43.397 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:01:43.430 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:43.431 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:43.431 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:01:43.532 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:01:43.585 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:43.586 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:43.586 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:01:43.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:43 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 2416/111459 objects degraded (2.168%), 5 pgs degraded (PG_DEGRADED) 2024-09-13T15:01:43.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:43 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 2416/111459 objects degraded (2.168%), 5 pgs degraded (PG_DEGRADED) 2024-09-13T15:01:43.687 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:01:43.721 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:43.722 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:43.722 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:01:43.823 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:01:43.861 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:43.864 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:43.865 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:01:43.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:43 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 2416/111459 objects degraded (2.168%), 5 pgs degraded (PG_DEGRADED) 2024-09-13T15:01:43.966 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:01:43.999 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:44.000 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:44.000 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:01:44.101 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:01:44.142 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:44.142 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:44.142 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:01:44.243 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:01:44.278 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:44.279 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:44.280 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:01:44.381 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:01:44.413 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:44.414 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:44.414 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:01:44.515 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:01:44.546 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:44.547 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:44.547 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:01:44.648 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:01:44.677 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:44.678 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:44.678 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:01:44.779 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:01:44.805 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:44.805 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:44.806 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:01:44.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:44 smithi071 ceph-mon[107477]: pgmap v2065: 119 pgs: 1 active+recovering+undersized+remapped, 1 active+recovery_wait+remapped, 3 active+recovery_wait+undersized+degraded+remapped, 12 active+remapped+backfill_wait, 2 active+recovery_wait+degraded, 100 active+clean; 2.2 GiB data, 12 GiB used, 613 GiB / 626 GiB avail; 2416/106881 objects degraded (2.260%); 19414/106881 objects misplaced (18.164%); 0 B/s, 64 objects/s recovering 2024-09-13T15:01:44.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:44 smithi071 ceph-mon[112785]: pgmap v2065: 119 pgs: 1 active+recovering+undersized+remapped, 1 active+recovery_wait+remapped, 3 active+recovery_wait+undersized+degraded+remapped, 12 active+remapped+backfill_wait, 2 active+recovery_wait+degraded, 100 active+clean; 2.2 GiB data, 12 GiB used, 613 GiB / 626 GiB avail; 2416/106881 objects degraded (2.260%); 19414/106881 objects misplaced (18.164%); 0 B/s, 64 objects/s recovering 2024-09-13T15:01:44.907 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:01:44.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:44 smithi104 ceph-mon[105578]: pgmap v2065: 119 pgs: 1 active+recovering+undersized+remapped, 1 active+recovery_wait+remapped, 3 active+recovery_wait+undersized+degraded+remapped, 12 active+remapped+backfill_wait, 2 active+recovery_wait+degraded, 100 active+clean; 2.2 GiB data, 12 GiB used, 613 GiB / 626 GiB avail; 2416/106881 objects degraded (2.260%); 19414/106881 objects misplaced (18.164%); 0 B/s, 64 objects/s recovering 2024-09-13T15:01:44.930 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:44.931 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:44.931 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:01:45.032 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:01:45.055 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:45.056 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:45.056 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:01:45.157 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:45.177 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:45.178 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:45.179 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:45.279 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:01:45.300 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:45.301 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:45.301 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:01:45.402 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:01:45.423 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:45.424 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:45.424 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:01:45.525 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:01:45.547 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:45.547 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:45.548 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:01:45.649 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:01:45.671 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:45.672 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:45.672 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:01:45.773 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:01:45.794 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:45.795 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:45.795 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:01:45.822 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:45 smithi104 ceph-mon[105578]: osdmap e1355: 8 total, 8 up, 7 in 2024-09-13T15:01:45.822 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:01:45.822 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:01:45.823 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:45 smithi104 ceph-mon[105578]: osdmap e1356: 8 total, 8 up, 7 in 2024-09-13T15:01:45.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:45 smithi071 ceph-mon[107477]: osdmap e1355: 8 total, 8 up, 7 in 2024-09-13T15:01:45.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:01:45.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:01:45.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:45 smithi071 ceph-mon[107477]: osdmap e1356: 8 total, 8 up, 7 in 2024-09-13T15:01:45.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:45 smithi071 ceph-mon[112785]: osdmap e1355: 8 total, 8 up, 7 in 2024-09-13T15:01:45.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:01:45.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:01:45.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:45 smithi071 ceph-mon[112785]: osdmap e1356: 8 total, 8 up, 7 in 2024-09-13T15:01:45.896 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:01:45.919 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:45.920 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:45.920 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:01:46.021 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:01:46.043 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:46.044 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:46.044 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:01:46.145 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:01:46.169 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:46.169 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:46.170 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:01:46.270 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:01:46.295 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:46.295 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:46.296 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:01:46.397 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:01:46.419 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:46.420 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:46.420 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:01:46.521 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:01:46.570 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:46.571 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:46.571 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:01:46.672 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:01:46.712 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:46.712 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:46.713 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:01:46.813 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:01:46.845 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:46.846 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:46.846 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:01:46.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:46 smithi071 ceph-mon[107477]: pgmap v2067: 119 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+undersized+remapped, 3 active+recovery_wait+undersized+degraded+remapped, 12 active+remapped+backfill_wait, 2 active+recovery_wait+degraded, 100 active+clean; 2.2 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 2416/106332 objects degraded (2.272%); 19231/106332 objects misplaced (18.086%); 0 B/s, 59 objects/s recovering 2024-09-13T15:01:46.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:46 smithi071 ceph-mon[107477]: osdmap e1357: 8 total, 8 up, 7 in 2024-09-13T15:01:46.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:46 smithi071 ceph-mon[112785]: pgmap v2067: 119 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+undersized+remapped, 3 active+recovery_wait+undersized+degraded+remapped, 12 active+remapped+backfill_wait, 2 active+recovery_wait+degraded, 100 active+clean; 2.2 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 2416/106332 objects degraded (2.272%); 19231/106332 objects misplaced (18.086%); 0 B/s, 59 objects/s recovering 2024-09-13T15:01:46.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:46 smithi071 ceph-mon[112785]: osdmap e1357: 8 total, 8 up, 7 in 2024-09-13T15:01:46.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:46 smithi104 ceph-mon[105578]: pgmap v2067: 119 pgs: 1 active+recovery_wait+remapped, 1 active+recovering+undersized+remapped, 3 active+recovery_wait+undersized+degraded+remapped, 12 active+remapped+backfill_wait, 2 active+recovery_wait+degraded, 100 active+clean; 2.2 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 2416/106332 objects degraded (2.272%); 19231/106332 objects misplaced (18.086%); 0 B/s, 59 objects/s recovering 2024-09-13T15:01:46.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:46 smithi104 ceph-mon[105578]: osdmap e1357: 8 total, 8 up, 7 in 2024-09-13T15:01:46.947 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:01:46.976 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:46.976 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:46.977 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:01:47.077 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:47.101 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:47.102 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:47.102 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:47.203 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:01:47.225 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:47.226 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:47.226 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:01:47.327 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:01:47.349 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:47.350 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:47.350 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:01:47.451 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:47.477 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:47.478 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:47.478 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:47.579 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:47.614 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:47.614 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:47.615 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:47.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:47 smithi104 ceph-mon[105578]: 9.11 continuing backfill to osd.3 from (1327'4364,1354'10286] MIN to 1354'10286 2024-09-13T15:01:47.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:47 smithi104 ceph-mon[105578]: osdmap e1358: 8 total, 8 up, 7 in 2024-09-13T15:01:47.715 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:01:47.755 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:47.756 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:47.756 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:01:47.857 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:47.865 INFO:teuthology.orchestra.run.smithi071.stderr:no valid command found; 10 closest matches: 2024-09-13T15:01:47.865 INFO:teuthology.orchestra.run.smithi071.stderr:0 2024-09-13T15:01:47.865 INFO:teuthology.orchestra.run.smithi071.stderr:1 2024-09-13T15:01:47.865 INFO:teuthology.orchestra.run.smithi071.stderr:2 2024-09-13T15:01:47.865 INFO:teuthology.orchestra.run.smithi071.stderr:abort 2024-09-13T15:01:47.865 INFO:teuthology.orchestra.run.smithi071.stderr:assert 2024-09-13T15:01:47.865 INFO:teuthology.orchestra.run.smithi071.stderr:bench [] [] [] [] 2024-09-13T15:01:47.865 INFO:teuthology.orchestra.run.smithi071.stderr:bluefs debug_inject_read_zeros 2024-09-13T15:01:47.866 INFO:teuthology.orchestra.run.smithi071.stderr:bluefs files list 2024-09-13T15:01:47.866 INFO:teuthology.orchestra.run.smithi071.stderr:bluefs stats 2024-09-13T15:01:47.866 INFO:teuthology.orchestra.run.smithi071.stderr:bluestore allocator dump block 2024-09-13T15:01:47.866 INFO:teuthology.orchestra.run.smithi071.stderr:Error EINVAL: invalid command 2024-09-13T15:01:47.866 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:47 smithi071 ceph-mon[107477]: 9.11 continuing backfill to osd.3 from (1327'4364,1354'10286] MIN to 1354'10286 2024-09-13T15:01:47.866 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:47 smithi071 ceph-mon[107477]: osdmap e1358: 8 total, 8 up, 7 in 2024-09-13T15:01:47.866 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:47 smithi071 ceph-mon[112785]: 9.11 continuing backfill to osd.3 from (1327'4364,1354'10286] MIN to 1354'10286 2024-09-13T15:01:47.866 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:47 smithi071 ceph-mon[112785]: osdmap e1358: 8 total, 8 up, 7 in 2024-09-13T15:01:47.893 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:47.894 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:47.894 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:47.995 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:01:48.036 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:48.036 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:48.037 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:01:48.137 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:01:48.160 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:48.160 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:48.161 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:01:48.261 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:01:48.300 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:48.301 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:48.302 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:01:48.402 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:01:48.433 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:48.434 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:48.434 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:01:48.535 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:01:48.574 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:48.574 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:48.575 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:01:48.675 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:01:48.710 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:48.711 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:48.711 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:01:48.812 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:01:48.857 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:48.857 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:48.858 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:01:48.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:48 smithi071 ceph-mon[107477]: pgmap v2070: 119 pgs: 1 active+undersized+remapped+backfill_wait, 1 active+recovering+undersized+remapped, 1 remapped, 1 active+recovery_wait+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 12 active+remapped+backfill_wait, 2 active+recovery_wait+degraded, 100 active+clean; 1.9 GiB data, 11 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 122 op/s; 1134/92019 objects degraded (1.232%); 15743/92019 objects misplaced (17.108%); 0 B/s, 154 objects/s recovering 2024-09-13T15:01:48.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:48 smithi071 ceph-mon[107477]: 9.12 continuing backfill to osd.2 from (1324'3100,1355'10199] MIN to 1355'10199 2024-09-13T15:01:48.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:48 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 1134/92019 objects degraded (1.232%), 3 pgs degraded (PG_DEGRADED) 2024-09-13T15:01:48.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:48 smithi071 ceph-mon[112785]: pgmap v2070: 119 pgs: 1 active+undersized+remapped+backfill_wait, 1 active+recovering+undersized+remapped, 1 remapped, 1 active+recovery_wait+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 12 active+remapped+backfill_wait, 2 active+recovery_wait+degraded, 100 active+clean; 1.9 GiB data, 11 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 122 op/s; 1134/92019 objects degraded (1.232%); 15743/92019 objects misplaced (17.108%); 0 B/s, 154 objects/s recovering 2024-09-13T15:01:48.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:48 smithi071 ceph-mon[112785]: 9.12 continuing backfill to osd.2 from (1324'3100,1355'10199] MIN to 1355'10199 2024-09-13T15:01:48.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:48 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 1134/92019 objects degraded (1.232%), 3 pgs degraded (PG_DEGRADED) 2024-09-13T15:01:48.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:48 smithi104 ceph-mon[105578]: pgmap v2070: 119 pgs: 1 active+undersized+remapped+backfill_wait, 1 active+recovering+undersized+remapped, 1 remapped, 1 active+recovery_wait+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 12 active+remapped+backfill_wait, 2 active+recovery_wait+degraded, 100 active+clean; 1.9 GiB data, 11 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 122 op/s; 1134/92019 objects degraded (1.232%); 15743/92019 objects misplaced (17.108%); 0 B/s, 154 objects/s recovering 2024-09-13T15:01:48.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:48 smithi104 ceph-mon[105578]: 9.12 continuing backfill to osd.2 from (1324'3100,1355'10199] MIN to 1355'10199 2024-09-13T15:01:48.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:48 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 1134/92019 objects degraded (1.232%), 3 pgs degraded (PG_DEGRADED) 2024-09-13T15:01:48.959 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:01:48.993 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:48.993 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:48.994 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:01:49.094 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:01:49.131 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:49.131 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:49.132 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:01:49.233 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:01:49.270 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:49.271 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:49.271 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:01:49.372 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:01:49.406 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:49.406 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:49.407 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:01:49.508 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:01:49.549 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:49.549 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:49.550 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:01:49.650 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:49.672 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:49.672 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:49.672 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:49.773 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:49.805 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:49.805 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:49.805 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:49.906 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:01:49.928 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:49.929 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:49.929 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:01:50.029 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:01:50.055 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:50.056 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:50.056 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:01:50.157 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:01:50.180 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:50.180 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:50.181 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:01:50.281 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:50.303 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:50.304 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:50.304 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:50.405 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:01:50.430 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:50.430 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:50.431 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:01:50.532 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:01:50.554 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:50.555 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:50.555 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:01:50.656 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:01:50.693 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:50.696 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:50.696 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:01:50.797 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:50.831 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:50.832 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:50.832 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:50.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:50 smithi071 ceph-mon[107477]: pgmap v2072: 119 pgs: 1 active+undersized+remapped+backfill_wait, 1 active+recovering+undersized+remapped, 1 remapped, 1 active+recovery_wait+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 12 active+remapped+backfill_wait, 2 active+recovery_wait+degraded, 100 active+clean; 1.9 GiB data, 11 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 1.11k op/s; 1134/92019 objects degraded (1.232%); 15743/92019 objects misplaced (17.108%); 0 B/s, 272 objects/s recovering 2024-09-13T15:01:50.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:50 smithi071 ceph-mon[107477]: osdmap e1359: 8 total, 8 up, 7 in 2024-09-13T15:01:50.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:50 smithi071 ceph-mon[112785]: pgmap v2072: 119 pgs: 1 active+undersized+remapped+backfill_wait, 1 active+recovering+undersized+remapped, 1 remapped, 1 active+recovery_wait+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 12 active+remapped+backfill_wait, 2 active+recovery_wait+degraded, 100 active+clean; 1.9 GiB data, 11 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 1.11k op/s; 1134/92019 objects degraded (1.232%); 15743/92019 objects misplaced (17.108%); 0 B/s, 272 objects/s recovering 2024-09-13T15:01:50.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:50 smithi071 ceph-mon[112785]: osdmap e1359: 8 total, 8 up, 7 in 2024-09-13T15:01:50.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:50 smithi104 ceph-mon[105578]: pgmap v2072: 119 pgs: 1 active+undersized+remapped+backfill_wait, 1 active+recovering+undersized+remapped, 1 remapped, 1 active+recovery_wait+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 12 active+remapped+backfill_wait, 2 active+recovery_wait+degraded, 100 active+clean; 1.9 GiB data, 11 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 1.11k op/s; 1134/92019 objects degraded (1.232%); 15743/92019 objects misplaced (17.108%); 0 B/s, 272 objects/s recovering 2024-09-13T15:01:50.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:50 smithi104 ceph-mon[105578]: osdmap e1359: 8 total, 8 up, 7 in 2024-09-13T15:01:50.932 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:01:50.977 DEBUG:teuthology.orchestra.run:got remote process result: 22 2024-09-13T15:01:50.977 INFO:tasks.thrashosds.thrasher:Failed to trim stale osdmaps, ignoring 2024-09-13T15:01:50.978 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph tell osd.1 'trim stale osdmaps' 2024-09-13T15:01:50.991 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:50.992 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:50.992 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:01:51.092 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:01:51.134 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:51.135 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:51.135 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:01:51.236 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:01:51.274 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:51.275 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:51.275 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:01:51.376 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:01:51.410 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:51.411 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:51.411 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:01:51.512 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:01:51.550 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:51.551 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:51.551 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:01:51.588 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T15:01:51.588 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T15:01:51.652 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:01:51.685 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:51.686 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:51.687 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:01:51.704 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:51 smithi071 ceph-mon[107477]: osdmap e1360: 8 total, 8 up, 7 in 2024-09-13T15:01:51.705 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:51 smithi071 ceph-mon[107477]: 9.2 continuing backfill to osd.2 from (1324'3100,1358'10283] MIN to 1358'10283 2024-09-13T15:01:51.705 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:51 smithi071 ceph-mon[112785]: osdmap e1360: 8 total, 8 up, 7 in 2024-09-13T15:01:51.705 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:51 smithi071 ceph-mon[112785]: 9.2 continuing backfill to osd.2 from (1324'3100,1358'10283] MIN to 1358'10283 2024-09-13T15:01:51.787 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:01:51.809 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:51.810 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:51.810 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:01:51.911 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:01:51.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:51 smithi104 ceph-mon[105578]: osdmap e1360: 8 total, 8 up, 7 in 2024-09-13T15:01:51.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:51 smithi104 ceph-mon[105578]: 9.2 continuing backfill to osd.2 from (1324'3100,1358'10283] MIN to 1358'10283 2024-09-13T15:01:51.946 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:51.947 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:51.947 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:01:52.049 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:52.091 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:52.092 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:52.092 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:52.193 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:01:52.227 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:52.228 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:52.228 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:01:52.261 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:01:52.329 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:01:52.362 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:52.363 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:52.363 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:01:52.465 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:01:52.525 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:52.525 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:52.526 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:01:52.626 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:01:52.662 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:52.663 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:52.663 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:01:52.764 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:52.799 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:52.800 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:52.800 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:52.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:52 smithi071 ceph-mon[107477]: pgmap v2075: 119 pgs: 1 active+remapped+backfilling, 1 peering, 1 active+undersized+remapped+backfill_wait, 1 active+recovering+undersized+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 12 active+remapped+backfill_wait, 2 active+recovery_wait+degraded, 100 active+clean; 1.7 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 515 op/s; 1134/85158 objects degraded (1.332%); 14014/85158 objects misplaced (16.456%); 19 MiB/s, 302 objects/s recovering 2024-09-13T15:01:52.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:52 smithi071 ceph-mon[107477]: 9.8 scrub starts 2024-09-13T15:01:52.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:52 smithi071 ceph-mon[112785]: pgmap v2075: 119 pgs: 1 active+remapped+backfilling, 1 peering, 1 active+undersized+remapped+backfill_wait, 1 active+recovering+undersized+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 12 active+remapped+backfill_wait, 2 active+recovery_wait+degraded, 100 active+clean; 1.7 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 515 op/s; 1134/85158 objects degraded (1.332%); 14014/85158 objects misplaced (16.456%); 19 MiB/s, 302 objects/s recovering 2024-09-13T15:01:52.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:52 smithi071 ceph-mon[112785]: 9.8 scrub starts 2024-09-13T15:01:52.892 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:01:52 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:01:52] "GET /metrics HTTP/1.1" 200 36653 "" "Prometheus/2.51.0" 2024-09-13T15:01:52.901 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:01:52.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:52 smithi104 ceph-mon[105578]: pgmap v2075: 119 pgs: 1 active+remapped+backfilling, 1 peering, 1 active+undersized+remapped+backfill_wait, 1 active+recovering+undersized+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 12 active+remapped+backfill_wait, 2 active+recovery_wait+degraded, 100 active+clean; 1.7 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 515 op/s; 1134/85158 objects degraded (1.332%); 14014/85158 objects misplaced (16.456%); 19 MiB/s, 302 objects/s recovering 2024-09-13T15:01:52.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:52 smithi104 ceph-mon[105578]: 9.8 scrub starts 2024-09-13T15:01:52.933 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:52.933 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:52.934 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:01:53.034 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:01:53.037 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.3 dump_blocked_ops 2024-09-13T15:01:53.067 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:53.068 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:53.068 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:01:53.158 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:01:53.231 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:53.271 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:53.271 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:53.271 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:53.372 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:01:53.417 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:53.419 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:53.419 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:01:53.520 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:01:53.556 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:53.557 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:53.558 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:01:53.658 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:01:53.697 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:53.697 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:53.698 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:01:53.798 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:01:53.830 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:53.831 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:53.832 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:01:53.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:53 smithi071 ceph-mon[112785]: 9.8 scrub ok 2024-09-13T15:01:53.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:53 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 1134/85158 objects degraded (1.332%), 3 pgs degraded (PG_DEGRADED) 2024-09-13T15:01:53.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:53 smithi071 ceph-mon[107477]: 9.8 scrub ok 2024-09-13T15:01:53.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:53 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 1134/85158 objects degraded (1.332%), 3 pgs degraded (PG_DEGRADED) 2024-09-13T15:01:53.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:53 smithi104 ceph-mon[105578]: 9.8 scrub ok 2024-09-13T15:01:53.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:53 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 1134/85158 objects degraded (1.332%), 3 pgs degraded (PG_DEGRADED) 2024-09-13T15:01:53.933 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:53.986 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:53.987 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:53.987 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:54.046 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=true 2024-09-13T15:01:54.089 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:01:54.121 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:54.121 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:54.122 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:01:54.223 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:01:54.265 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:54.266 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:54.266 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:01:54.367 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:01:54.401 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:54.402 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:54.403 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:01:54.503 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:54.537 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:01:54.537 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:54.538 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:54.538 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:54.639 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:01:54.683 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:54.684 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:54.684 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:01:54.785 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:01:54.813 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:54.814 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:54.814 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:01:54.915 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:01:54.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:54 smithi104 ceph-mon[105578]: pgmap v2076: 119 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+remapped+backfilling, 1 peering, 14 active+remapped+backfill_wait, 1 active+recovery_wait+degraded, 1 active+recovering, 100 active+clean; 1.7 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 582 op/s; 574/81522 objects degraded (0.704%); 14487/81522 objects misplaced (17.771%); 14 MiB/s, 390 objects/s recovering 2024-09-13T15:01:54.942 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:54 smithi071 ceph-mon[107477]: pgmap v2076: 119 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+remapped+backfilling, 1 peering, 14 active+remapped+backfill_wait, 1 active+recovery_wait+degraded, 1 active+recovering, 100 active+clean; 1.7 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 582 op/s; 574/81522 objects degraded (0.704%); 14487/81522 objects misplaced (17.771%); 14 MiB/s, 390 objects/s recovering 2024-09-13T15:01:54.942 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:54 smithi071 ceph-mon[112785]: pgmap v2076: 119 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+remapped+backfilling, 1 peering, 14 active+remapped+backfill_wait, 1 active+recovery_wait+degraded, 1 active+recovering, 100 active+clean; 1.7 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 582 op/s; 574/81522 objects degraded (0.704%); 14487/81522 objects misplaced (17.771%); 14 MiB/s, 390 objects/s recovering 2024-09-13T15:01:54.952 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:54.953 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:54.953 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:01:55.054 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:01:55.095 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:55.096 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:55.096 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:01:55.197 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:01:55.229 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:55.230 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:55.230 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:01:55.331 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:01:55.364 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:55.365 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:55.365 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:01:55.466 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:01:55.501 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:55.502 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:55.502 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:01:55.603 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:01:55.640 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:55.641 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:55.641 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:01:55.742 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:01:55.776 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:55.777 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:55.777 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:01:55.878 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:01:55.915 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:55.916 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:55.916 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:01:56.017 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:56.068 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:56.070 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:56.070 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:56.171 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:01:56.207 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:56.208 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:56.209 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:01:56.309 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:01:56.355 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:56.355 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:56.356 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:01:56.457 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:56.493 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:56.494 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:56.494 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:56.595 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:01:56.630 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:56.631 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:56.631 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:01:56.732 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:01:56.762 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:56.763 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:56.763 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:01:56.864 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:01:56.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:56 smithi071 ceph-mon[107477]: pgmap v2077: 119 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+remapped+backfilling, 1 peering, 14 active+remapped+backfill_wait, 1 active+recovery_wait+degraded, 1 active+recovering, 100 active+clean; 1.6 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 513 op/s; 574/80550 objects degraded (0.713%); 14163/80550 objects misplaced (17.583%); 11 MiB/s, 315 objects/s recovering 2024-09-13T15:01:56.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:56 smithi071 ceph-mon[112785]: pgmap v2077: 119 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+remapped+backfilling, 1 peering, 14 active+remapped+backfill_wait, 1 active+recovery_wait+degraded, 1 active+recovering, 100 active+clean; 1.6 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 513 op/s; 574/80550 objects degraded (0.713%); 14163/80550 objects misplaced (17.583%); 11 MiB/s, 315 objects/s recovering 2024-09-13T15:01:56.901 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:56.902 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:56.902 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:01:56.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:56 smithi104 ceph-mon[105578]: pgmap v2077: 119 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+remapped+backfilling, 1 peering, 14 active+remapped+backfill_wait, 1 active+recovery_wait+degraded, 1 active+recovering, 100 active+clean; 1.6 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 513 op/s; 574/80550 objects degraded (0.713%); 14163/80550 objects misplaced (17.583%); 11 MiB/s, 315 objects/s recovering 2024-09-13T15:01:57.003 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:01:57.034 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:57.034 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:57.035 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:01:57.135 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:01:57.167 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:57.168 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:57.168 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:01:57.269 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:01:57.310 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:57.311 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:57.311 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:01:57.412 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:57.459 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:57.459 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:57.459 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:57.560 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:01:57.597 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:57.597 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:57.598 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:01:57.698 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:01:57.730 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:57.730 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:57.731 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:01:57.832 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:57.866 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:57.867 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:57.867 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:01:57.968 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:01:58.006 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:58.006 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:58.006 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:01:58.107 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:01:58.145 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:58.145 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:58.146 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:01:58.247 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:01:58.277 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:58.278 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:58.278 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:01:58.309 INFO:teuthology.orchestra.run.smithi071.stderr:noscrub is set 2024-09-13T15:01:58.313 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:58 smithi071 ceph-mon[107477]: pgmap v2078: 119 pgs: 1 active+remapped+backfilling, 1 active+recovery_wait+undersized+degraded+remapped, 14 active+remapped+backfill_wait, 1 active+recovering, 102 active+clean; 1.3 GiB data, 9.9 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 394 op/s; 1/64077 objects degraded (0.002%); 10860/64077 objects misplaced (16.948%); 14 MiB/s, 336 objects/s recovering 2024-09-13T15:01:58.313 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:58 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:01:58.313 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:58 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:01:58.313 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:58 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T15:01:58.313 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:58 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T15:01:58.313 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:58 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:01:58.314 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:58 smithi071 ceph-mon[112785]: pgmap v2078: 119 pgs: 1 active+remapped+backfilling, 1 active+recovery_wait+undersized+degraded+remapped, 14 active+remapped+backfill_wait, 1 active+recovering, 102 active+clean; 1.3 GiB data, 9.9 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 394 op/s; 1/64077 objects degraded (0.002%); 10860/64077 objects misplaced (16.948%); 14 MiB/s, 336 objects/s recovering 2024-09-13T15:01:58.314 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:58 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:01:58.314 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:58 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:01:58.314 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:58 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T15:01:58.314 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:58 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T15:01:58.314 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:58 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:01:58.379 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:01:58.415 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:58.416 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:58.416 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:01:58.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:58 smithi104 ceph-mon[105578]: pgmap v2078: 119 pgs: 1 active+remapped+backfilling, 1 active+recovery_wait+undersized+degraded+remapped, 14 active+remapped+backfill_wait, 1 active+recovering, 102 active+clean; 1.3 GiB data, 9.9 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 394 op/s; 1/64077 objects degraded (0.002%); 10860/64077 objects misplaced (16.948%); 14 MiB/s, 336 objects/s recovering 2024-09-13T15:01:58.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:58 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:01:58.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:58 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:01:58.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:58 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T15:01:58.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:58 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T15:01:58.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:58 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:01:58.517 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:01:58.554 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:58.555 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:58.555 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:01:58.656 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:01:58.688 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:58.689 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:58.689 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:01:58.790 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:01:58.829 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:58.830 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:58.830 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:01:58.931 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:01:58.965 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:58.966 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:58.966 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:01:59.067 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:01:59.107 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:59.107 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:59.108 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:01:59.209 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:01:59.249 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:59.250 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:59.250 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:01:59.310 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:59 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3700455844' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T15:01:59.310 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:59 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T15:01:59.310 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:59 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 1/64077 objects degraded (0.002%), 1 pg degraded (PG_DEGRADED) 2024-09-13T15:01:59.310 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:59 smithi071 ceph-mon[107477]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:01:59.310 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:59 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T15:01:59.310 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:01:59 smithi071 ceph-mon[107477]: osdmap e1361: 8 total, 8 up, 7 in 2024-09-13T15:01:59.311 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:59 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3700455844' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T15:01:59.311 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:59 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T15:01:59.311 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:59 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 1/64077 objects degraded (0.002%), 1 pg degraded (PG_DEGRADED) 2024-09-13T15:01:59.311 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:59 smithi071 ceph-mon[112785]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:01:59.311 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:59 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T15:01:59.311 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:01:59 smithi071 ceph-mon[112785]: osdmap e1361: 8 total, 8 up, 7 in 2024-09-13T15:01:59.326 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:01:59.350 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:01:59.416 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:59.416 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:59.417 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:01:59.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:59 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3700455844' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T15:01:59.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:59 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T15:01:59.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:59 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 1/64077 objects degraded (0.002%), 1 pg degraded (PG_DEGRADED) 2024-09-13T15:01:59.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:59 smithi104 ceph-mon[105578]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:01:59.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:59 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T15:01:59.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:01:59 smithi104 ceph-mon[105578]: osdmap e1361: 8 total, 8 up, 7 in 2024-09-13T15:01:59.517 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:01:59.551 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:59.552 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:59.552 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:01:59.653 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:01:59.692 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:59.693 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:59.694 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:01:59.794 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:01:59.829 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:01:59.829 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:59.830 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:01:59.931 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:01:59.975 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:01:59.975 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:01:59.976 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:02:00.077 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:02:00.105 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:00.106 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:00.106 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:02:00.123 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:00 smithi071 ceph-mon[107477]: pgmap v2080: 119 pgs: 1 active+remapped+backfilling, 1 active+recovery_wait+undersized+degraded+remapped, 14 active+remapped+backfill_wait, 1 active+recovering, 102 active+clean; 1.3 GiB data, 9.9 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 177 op/s; 1/64077 objects degraded (0.002%); 10860/64077 objects misplaced (16.948%); 3.6 MiB/s, 162 objects/s recovering 2024-09-13T15:02:00.123 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:00 smithi071 ceph-mon[107477]: 9.5 scrub starts 2024-09-13T15:02:00.123 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:00 smithi071 ceph-mon[107477]: osdmap e1362: 8 total, 8 up, 7 in 2024-09-13T15:02:00.123 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:00 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:02:00.124 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:00 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:02:00.124 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:00 smithi071 ceph-mon[112785]: pgmap v2080: 119 pgs: 1 active+remapped+backfilling, 1 active+recovery_wait+undersized+degraded+remapped, 14 active+remapped+backfill_wait, 1 active+recovering, 102 active+clean; 1.3 GiB data, 9.9 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 177 op/s; 1/64077 objects degraded (0.002%); 10860/64077 objects misplaced (16.948%); 3.6 MiB/s, 162 objects/s recovering 2024-09-13T15:02:00.124 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:00 smithi071 ceph-mon[112785]: 9.5 scrub starts 2024-09-13T15:02:00.124 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:00 smithi071 ceph-mon[112785]: osdmap e1362: 8 total, 8 up, 7 in 2024-09-13T15:02:00.124 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:00 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:02:00.124 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:00 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:02:00.207 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:00.241 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:00.242 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:00.242 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:00.343 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:00.371 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:00.372 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:00.372 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:00.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:00 smithi104 ceph-mon[105578]: pgmap v2080: 119 pgs: 1 active+remapped+backfilling, 1 active+recovery_wait+undersized+degraded+remapped, 14 active+remapped+backfill_wait, 1 active+recovering, 102 active+clean; 1.3 GiB data, 9.9 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 177 op/s; 1/64077 objects degraded (0.002%); 10860/64077 objects misplaced (16.948%); 3.6 MiB/s, 162 objects/s recovering 2024-09-13T15:02:00.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:00 smithi104 ceph-mon[105578]: 9.5 scrub starts 2024-09-13T15:02:00.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:00 smithi104 ceph-mon[105578]: osdmap e1362: 8 total, 8 up, 7 in 2024-09-13T15:02:00.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:00 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:02:00.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:00 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:02:00.447 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T15:02:00.447 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T15:02:00.473 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:00.509 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:00.510 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:00.510 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:00.611 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:02:00.648 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:00.649 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:00.649 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:02:00.750 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:00.790 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:00.790 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:00.790 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:00.891 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:02:00.933 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:00.934 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:00.934 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:02:01.035 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:01.070 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:01.072 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:01.072 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:01.173 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:02:01.208 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:01.209 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:01.209 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:02:01.310 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:01.351 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:01.351 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:01.352 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:01.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:01 smithi071 ceph-mon[107477]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/64077 objects degraded (0.002%), 1 pg degraded) 2024-09-13T15:02:01.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:01 smithi071 ceph-mon[112785]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/64077 objects degraded (0.002%), 1 pg degraded) 2024-09-13T15:02:01.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:01 smithi104 ceph-mon[105578]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/64077 objects degraded (0.002%), 1 pg degraded) 2024-09-13T15:02:01.453 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:01.487 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:01.488 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:01.488 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:01.589 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:02:01.619 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:01.619 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:01.620 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:02:01.721 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:01.756 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:01.756 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:01.757 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:01.818 INFO:teuthology.orchestra.run.smithi071.stderr:no valid command found; 10 closest matches: 2024-09-13T15:02:01.818 INFO:teuthology.orchestra.run.smithi071.stderr:0 2024-09-13T15:02:01.818 INFO:teuthology.orchestra.run.smithi071.stderr:1 2024-09-13T15:02:01.818 INFO:teuthology.orchestra.run.smithi071.stderr:2 2024-09-13T15:02:01.818 INFO:teuthology.orchestra.run.smithi071.stderr:abort 2024-09-13T15:02:01.818 INFO:teuthology.orchestra.run.smithi071.stderr:assert 2024-09-13T15:02:01.818 INFO:teuthology.orchestra.run.smithi071.stderr:bench [] [] [] [] 2024-09-13T15:02:01.818 INFO:teuthology.orchestra.run.smithi071.stderr:bluefs debug_inject_read_zeros 2024-09-13T15:02:01.818 INFO:teuthology.orchestra.run.smithi071.stderr:bluefs files list 2024-09-13T15:02:01.818 INFO:teuthology.orchestra.run.smithi071.stderr:bluefs stats 2024-09-13T15:02:01.818 INFO:teuthology.orchestra.run.smithi071.stderr:bluestore allocator dump block 2024-09-13T15:02:01.819 INFO:teuthology.orchestra.run.smithi071.stderr:Error EINVAL: invalid command 2024-09-13T15:02:01.857 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:02:01.892 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:01.893 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:01.893 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:02:01.994 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:02:02.034 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:02.035 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:02.035 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:02:02.136 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:02.169 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:02.169 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:02.170 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:02.271 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:02:02.298 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:02.299 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:02.299 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:02:02.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:02 smithi071 ceph-mon[107477]: pgmap v2082: 119 pgs: 1 active+remapped+backfilling, 1 peering, 14 active+remapped+backfill_wait, 1 active+recovering, 102 active+clean; 1.1 GiB data, 9.1 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 456 op/s; 8052/52092 objects misplaced (15.457%); 9.2 MiB/s, 129 objects/s recovering 2024-09-13T15:02:02.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:02 smithi071 ceph-mon[112785]: pgmap v2082: 119 pgs: 1 active+remapped+backfilling, 1 peering, 14 active+remapped+backfill_wait, 1 active+recovering, 102 active+clean; 1.1 GiB data, 9.1 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 456 op/s; 8052/52092 objects misplaced (15.457%); 9.2 MiB/s, 129 objects/s recovering 2024-09-13T15:02:02.400 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:02:02.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:02 smithi104 ceph-mon[105578]: pgmap v2082: 119 pgs: 1 active+remapped+backfilling, 1 peering, 14 active+remapped+backfill_wait, 1 active+recovering, 102 active+clean; 1.1 GiB data, 9.1 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 456 op/s; 8052/52092 objects misplaced (15.457%); 9.2 MiB/s, 129 objects/s recovering 2024-09-13T15:02:02.423 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:02.424 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:02.424 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:02:02.482 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.3 dump_historic_ops 2024-09-13T15:02:02.525 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:02:02.550 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:02.550 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:02.551 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:02:02.652 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:02.674 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:02.675 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:02.675 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:02.776 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:02:02.799 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:02.800 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:02.800 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:02:02.891 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:02:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:02:02] "GET /metrics HTTP/1.1" 200 36677 "" "Prometheus/2.51.0" 2024-09-13T15:02:02.901 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:02:02.926 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:02.927 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:02.928 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:02:03.028 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:03.053 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:03.053 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:03.054 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:03.155 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:02:03.169 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:03 smithi071 ceph-mon[107477]: osdmap e1363: 8 total, 8 up, 7 in 2024-09-13T15:02:03.170 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:03 smithi071 ceph-mon[112785]: osdmap e1363: 8 total, 8 up, 7 in 2024-09-13T15:02:03.183 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:03.183 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:03.184 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:02:03.285 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:02:03.329 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:03.329 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:03.329 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:02:03.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:03 smithi104 ceph-mon[105578]: osdmap e1363: 8 total, 8 up, 7 in 2024-09-13T15:02:03.430 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:02:03.477 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:03.478 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:03.478 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:02:03.579 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:03.608 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:03.609 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:03.609 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:03.710 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:02:03.739 DEBUG:teuthology.orchestra.run:got remote process result: 22 2024-09-13T15:02:03.740 INFO:tasks.thrashosds.thrasher:Failed to trim stale osdmaps, ignoring 2024-09-13T15:02:03.740 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph tell osd.5 'trim stale osdmaps' 2024-09-13T15:02:03.755 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:03.759 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:03.759 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:02:03.860 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:02:03.889 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:03.890 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:03.890 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:02:03.991 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:02:04.032 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:04.033 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:04.033 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:02:04.134 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:04.163 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:04.164 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:04.164 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:04.265 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:02:04.278 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T15:02:04.279 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T15:02:04.279 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T15:02:04.279 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T15:02:04.279 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T15:02:04.279 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T15:02:04.279 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T15:02:04.279 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T15:02:04.279 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T15:02:04.280 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T15:02:04.280 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T15:02:04.280 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T15:02:04.280 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T15:02:04.280 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T15:02:04.295 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:04.296 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:04.297 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:02:04.305 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T15:02:04.305 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T15:02:04.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:04 smithi071 ceph-mon[107477]: pgmap v2084: 119 pgs: 2 active+remapped+backfilling, 1 peering, 13 active+remapped+backfill_wait, 103 active+clean; 971 MiB data, 8.8 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 968 op/s; 6976/46644 objects misplaced (14.956%); 11 MiB/s, 212 objects/s recovering 2024-09-13T15:02:04.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:04 smithi071 ceph-mon[107477]: osdmap e1364: 8 total, 8 up, 7 in 2024-09-13T15:02:04.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:04 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/291208474' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:02:04.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:04 smithi071 ceph-mon[112785]: pgmap v2084: 119 pgs: 2 active+remapped+backfilling, 1 peering, 13 active+remapped+backfill_wait, 103 active+clean; 971 MiB data, 8.8 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 968 op/s; 6976/46644 objects misplaced (14.956%); 11 MiB/s, 212 objects/s recovering 2024-09-13T15:02:04.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:04 smithi071 ceph-mon[112785]: osdmap e1364: 8 total, 8 up, 7 in 2024-09-13T15:02:04.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:04 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/291208474' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:02:04.398 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:04.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:04 smithi104 ceph-mon[105578]: pgmap v2084: 119 pgs: 2 active+remapped+backfilling, 1 peering, 13 active+remapped+backfill_wait, 103 active+clean; 971 MiB data, 8.8 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 968 op/s; 6976/46644 objects misplaced (14.956%); 11 MiB/s, 212 objects/s recovering 2024-09-13T15:02:04.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:04 smithi104 ceph-mon[105578]: osdmap e1364: 8 total, 8 up, 7 in 2024-09-13T15:02:04.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:04 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/291208474' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:02:04.430 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:04.431 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:04.431 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:04.532 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:02:04.573 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:04.573 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:04.574 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:02:04.675 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:02:04.722 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:04.722 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:04.723 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:02:04.824 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:02:04.880 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:04.881 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:04.881 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:02:04.927 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd set nodeep-scrub 2024-09-13T15:02:04.982 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:05.011 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:05.012 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:05.012 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:05.113 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:02:05.180 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:05.181 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:05.182 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:02:05.250 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:02:05.263 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:02:05.283 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:02:05.325 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:02:05.332 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:05.333 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:05.333 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:02:05.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:05 smithi071 ceph-mon[107477]: 9.5 scrub starts 2024-09-13T15:02:05.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:05 smithi071 ceph-mon[112785]: 9.5 scrub starts 2024-09-13T15:02:05.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:05 smithi104 ceph-mon[105578]: 9.5 scrub starts 2024-09-13T15:02:05.434 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:02:05.464 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:05.465 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:05.465 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:02:05.566 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:02:05.590 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:05.590 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:05.591 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:02:05.691 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:02:05.712 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:05.713 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:05.713 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:02:05.814 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:02:05.836 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:05.837 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:05.837 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:02:05.938 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:05.960 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:05.961 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:05.961 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:06.062 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:06.084 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:06.085 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:06.085 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:06.186 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:02:06.211 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:06.212 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:06.212 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:02:06.313 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:02:06.346 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:06.347 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:06.347 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:02:06.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:06 smithi104 ceph-mon[105578]: pgmap v2086: 119 pgs: 2 active+remapped+backfilling, 13 active+remapped+backfill_wait, 104 active+clean; 950 MiB data, 8.7 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 1.02k op/s; 6651/45669 objects misplaced (14.563%); 11 MiB/s, 212 objects/s recovering 2024-09-13T15:02:06.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:06 smithi104 ceph-mon[105578]: osdmap e1365: 8 total, 8 up, 7 in 2024-09-13T15:02:06.449 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:06.480 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:06.480 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:06.481 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:06.533 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:06 smithi071 ceph-mon[112785]: pgmap v2086: 119 pgs: 2 active+remapped+backfilling, 13 active+remapped+backfill_wait, 104 active+clean; 950 MiB data, 8.7 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 1.02k op/s; 6651/45669 objects misplaced (14.563%); 11 MiB/s, 212 objects/s recovering 2024-09-13T15:02:06.533 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:06 smithi071 ceph-mon[112785]: osdmap e1365: 8 total, 8 up, 7 in 2024-09-13T15:02:06.534 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:06 smithi071 ceph-mon[107477]: pgmap v2086: 119 pgs: 2 active+remapped+backfilling, 13 active+remapped+backfill_wait, 104 active+clean; 950 MiB data, 8.7 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 1.02k op/s; 6651/45669 objects misplaced (14.563%); 11 MiB/s, 212 objects/s recovering 2024-09-13T15:02:06.534 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:06 smithi071 ceph-mon[107477]: osdmap e1365: 8 total, 8 up, 7 in 2024-09-13T15:02:06.581 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:02:06.603 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:06.604 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:06.604 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:02:06.705 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:02:06.732 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:06.732 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:06.733 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:02:06.834 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:06.855 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:06.855 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:06.856 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:06.957 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:02:06.982 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:06.982 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:06.983 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:02:07.083 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:07.105 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:07.106 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:07.106 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:07.113 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=false 2024-09-13T15:02:07.207 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:07.232 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:07.232 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:07.233 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:07.334 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:02:07.378 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:07.378 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:07.379 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:02:07.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:07 smithi071 ceph-mon[107477]: osdmap e1366: 8 total, 8 up, 7 in 2024-09-13T15:02:07.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:07 smithi071 ceph-mon[107477]: osdmap e1367: 8 total, 8 up, 7 in 2024-09-13T15:02:07.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:07 smithi071 ceph-mon[112785]: osdmap e1366: 8 total, 8 up, 7 in 2024-09-13T15:02:07.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:07 smithi071 ceph-mon[112785]: osdmap e1367: 8 total, 8 up, 7 in 2024-09-13T15:02:07.480 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:07.501 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:07.502 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:07.502 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:07.603 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:07.626 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:07.627 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:07.628 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:07.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:07 smithi104 ceph-mon[105578]: osdmap e1366: 8 total, 8 up, 7 in 2024-09-13T15:02:07.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:07 smithi104 ceph-mon[105578]: osdmap e1367: 8 total, 8 up, 7 in 2024-09-13T15:02:07.729 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:07.749 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:07.750 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:07.750 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:07.851 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:02:07.876 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:07.876 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:07.877 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:02:07.978 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:07.999 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:08.000 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:08.000 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:08.101 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:02:08.127 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:08.128 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:08.129 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:02:08.229 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:08.257 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:08.257 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:08.258 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:08.359 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:02:08.380 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:08.381 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:08.381 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:02:08.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:08 smithi071 ceph-mon[112785]: pgmap v2089: 119 pgs: 1 peering, 1 active+remapped+backfilling, 11 active+remapped+backfill_wait, 106 active+clean; 730 MiB data, 8.1 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 807 op/s; 3693/35097 objects misplaced (10.522%); 24 MiB/s, 383 objects/s recovering 2024-09-13T15:02:08.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:08 smithi071 ceph-mon[112785]: 9.11 scrub starts 2024-09-13T15:02:08.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:08 smithi071 ceph-mon[112785]: osdmap e1368: 8 total, 8 up, 7 in 2024-09-13T15:02:08.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:08 smithi071 ceph-mon[107477]: pgmap v2089: 119 pgs: 1 peering, 1 active+remapped+backfilling, 11 active+remapped+backfill_wait, 106 active+clean; 730 MiB data, 8.1 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 807 op/s; 3693/35097 objects misplaced (10.522%); 24 MiB/s, 383 objects/s recovering 2024-09-13T15:02:08.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:08 smithi071 ceph-mon[107477]: 9.11 scrub starts 2024-09-13T15:02:08.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:08 smithi071 ceph-mon[107477]: osdmap e1368: 8 total, 8 up, 7 in 2024-09-13T15:02:08.482 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:08.503 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:08.503 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:08.504 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:08.604 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:02:08.626 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:08.627 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:08.627 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:02:08.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:08 smithi104 ceph-mon[105578]: pgmap v2089: 119 pgs: 1 peering, 1 active+remapped+backfilling, 11 active+remapped+backfill_wait, 106 active+clean; 730 MiB data, 8.1 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 807 op/s; 3693/35097 objects misplaced (10.522%); 24 MiB/s, 383 objects/s recovering 2024-09-13T15:02:08.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:08 smithi104 ceph-mon[105578]: 9.11 scrub starts 2024-09-13T15:02:08.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:08 smithi104 ceph-mon[105578]: osdmap e1368: 8 total, 8 up, 7 in 2024-09-13T15:02:08.728 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:02:08.749 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:08.750 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:08.750 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:02:08.851 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:08.872 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:08.873 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:08.873 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:08.974 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:08.997 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:08.997 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:08.998 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:09.098 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:09.119 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:09.120 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:09.120 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:09.221 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:09.249 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:09.249 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:09.250 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:09.325 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:09 smithi071 ceph-mon[107477]: 9.12 scrub starts 2024-09-13T15:02:09.325 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:09 smithi071 ceph-mon[107477]: 9.1 scrub starts 2024-09-13T15:02:09.326 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:09 smithi071 ceph-mon[107477]: osdmap e1369: 8 total, 8 up, 7 in 2024-09-13T15:02:09.326 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:09 smithi071 ceph-mon[112785]: 9.12 scrub starts 2024-09-13T15:02:09.326 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:09 smithi071 ceph-mon[112785]: 9.1 scrub starts 2024-09-13T15:02:09.326 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:09 smithi071 ceph-mon[112785]: osdmap e1369: 8 total, 8 up, 7 in 2024-09-13T15:02:09.350 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:09.371 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:09.372 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:09.372 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:09.473 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:02:09.498 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:09.499 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:09.499 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:02:09.600 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:09.622 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:09.622 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:09.623 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:09.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:09 smithi104 ceph-mon[105578]: 9.12 scrub starts 2024-09-13T15:02:09.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:09 smithi104 ceph-mon[105578]: 9.1 scrub starts 2024-09-13T15:02:09.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:09 smithi104 ceph-mon[105578]: osdmap e1369: 8 total, 8 up, 7 in 2024-09-13T15:02:09.724 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:02:09.747 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:09.747 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:09.748 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:02:09.848 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:02:09.871 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:09.872 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:09.872 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:02:09.973 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:02:09.997 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:09.998 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:09.998 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:02:10.099 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:02:10.122 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:10.123 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:10.123 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:02:10.224 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:10.254 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:10.254 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:10.255 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:10.355 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:02:10.389 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:10.390 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:10.391 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:02:10.491 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:02:10.534 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:10.535 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:10.535 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:02:10.636 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:10.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:10 smithi071 ceph-mon[107477]: pgmap v2092: 119 pgs: 1 peering, 1 active+remapped+backfilling, 11 active+remapped+backfill_wait, 106 active+clean; 730 MiB data, 8.1 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 880 op/s; 3693/35097 objects misplaced (10.522%); 29 MiB/s, 457 objects/s recovering 2024-09-13T15:02:10.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:10 smithi071 ceph-mon[107477]: 9.2 scrub starts 2024-09-13T15:02:10.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:10 smithi071 ceph-mon[107477]: 9.11 scrub starts 2024-09-13T15:02:10.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:10 smithi071 ceph-mon[107477]: osdmap e1370: 8 total, 8 up, 7 in 2024-09-13T15:02:10.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:10 smithi071 ceph-mon[112785]: pgmap v2092: 119 pgs: 1 peering, 1 active+remapped+backfilling, 11 active+remapped+backfill_wait, 106 active+clean; 730 MiB data, 8.1 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 880 op/s; 3693/35097 objects misplaced (10.522%); 29 MiB/s, 457 objects/s recovering 2024-09-13T15:02:10.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:10 smithi071 ceph-mon[112785]: 9.2 scrub starts 2024-09-13T15:02:10.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:10 smithi071 ceph-mon[112785]: 9.11 scrub starts 2024-09-13T15:02:10.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:10 smithi071 ceph-mon[112785]: osdmap e1370: 8 total, 8 up, 7 in 2024-09-13T15:02:10.670 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:10.671 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:10.671 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:10.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:10 smithi104 ceph-mon[105578]: pgmap v2092: 119 pgs: 1 peering, 1 active+remapped+backfilling, 11 active+remapped+backfill_wait, 106 active+clean; 730 MiB data, 8.1 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 880 op/s; 3693/35097 objects misplaced (10.522%); 29 MiB/s, 457 objects/s recovering 2024-09-13T15:02:10.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:10 smithi104 ceph-mon[105578]: 9.2 scrub starts 2024-09-13T15:02:10.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:10 smithi104 ceph-mon[105578]: 9.11 scrub starts 2024-09-13T15:02:10.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:10 smithi104 ceph-mon[105578]: osdmap e1370: 8 total, 8 up, 7 in 2024-09-13T15:02:10.772 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:10.801 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:10.802 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:10.802 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:10.903 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:02:10.936 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:10.936 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:10.937 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:02:11.037 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:02:11.071 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:11.071 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:11.072 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:02:11.172 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:02:11.211 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:11.212 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:11.212 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:02:11.313 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:02:11.348 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:11.348 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:11.349 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:02:11.450 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:02:11.454 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:11 smithi071 ceph-mon[107477]: 9.12 scrub starts 2024-09-13T15:02:11.454 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:11 smithi071 ceph-mon[107477]: 9.5 scrub starts 2024-09-13T15:02:11.454 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:11 smithi071 ceph-mon[112785]: 9.12 scrub starts 2024-09-13T15:02:11.454 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:11 smithi071 ceph-mon[112785]: 9.5 scrub starts 2024-09-13T15:02:11.486 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:11.486 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:11.487 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:02:11.587 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:02:11.621 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:11.622 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:11.622 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:02:11.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:11 smithi104 ceph-mon[105578]: 9.12 scrub starts 2024-09-13T15:02:11.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:11 smithi104 ceph-mon[105578]: 9.5 scrub starts 2024-09-13T15:02:11.723 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:11.757 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:11.758 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:11.758 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:11.859 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:11.895 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:11.896 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:11.896 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:11.997 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:02:12.026 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:12.027 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:12.027 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:02:12.128 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:02:12.163 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:12.164 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:12.165 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:02:12.265 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:02:12.299 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:12.300 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:12.301 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:02:12.401 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:02:12.437 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:12.437 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:12.438 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:02:12.539 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:02:12.571 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:12.571 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:12.572 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:02:12.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:12 smithi071 ceph-mon[107477]: 9.2 scrub starts 2024-09-13T15:02:12.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:12 smithi071 ceph-mon[107477]: pgmap v2095: 119 pgs: 1 active+clean+remapped, 2 peering, 2 active+remapped+backfill_wait, 114 active+clean; 666 MiB data, 7.5 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 256 op/s; 835/32022 objects misplaced (2.608%); 42 MiB/s, 671 objects/s recovering 2024-09-13T15:02:12.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:12 smithi071 ceph-mon[112785]: 9.2 scrub starts 2024-09-13T15:02:12.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:12 smithi071 ceph-mon[112785]: pgmap v2095: 119 pgs: 1 active+clean+remapped, 2 peering, 2 active+remapped+backfill_wait, 114 active+clean; 666 MiB data, 7.5 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 256 op/s; 835/32022 objects misplaced (2.608%); 42 MiB/s, 671 objects/s recovering 2024-09-13T15:02:12.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:12 smithi104 ceph-mon[105578]: 9.2 scrub starts 2024-09-13T15:02:12.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:12 smithi104 ceph-mon[105578]: pgmap v2095: 119 pgs: 1 active+clean+remapped, 2 peering, 2 active+remapped+backfill_wait, 114 active+clean; 666 MiB data, 7.5 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 256 op/s; 835/32022 objects misplaced (2.608%); 42 MiB/s, 671 objects/s recovering 2024-09-13T15:02:12.672 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:02:12.707 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:12.708 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:12.708 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:02:12.809 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:02:12.842 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:12.842 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:12.843 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:02:12.943 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:12.974 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:12.975 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:12.975 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:13.076 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:13.115 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:13.115 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:13.116 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:13.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:02:12 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:02:12] "GET /metrics HTTP/1.1" 200 36677 "" "Prometheus/2.51.0" 2024-09-13T15:02:13.216 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:13.243 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:13.244 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:13.245 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:13.345 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:02:13.381 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:13.381 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:13.382 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:02:13.483 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:13.517 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:13.518 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:13.518 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:13.619 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:02:13.649 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:13.650 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:13.650 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:02:13.751 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:02:13.786 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:13.787 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:13.787 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:02:13.888 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:02:13.925 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:13.926 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:13.926 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:02:14.027 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:02:14.065 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:14.065 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:14.066 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:02:14.167 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:14.203 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:14.204 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:14.204 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:14.305 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:02:14.337 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:14.338 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:14.338 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:02:14.439 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:02:14.460 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:14.460 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:14.461 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:02:14.561 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:14.594 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:14.595 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:14.595 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:14.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:14 smithi071 ceph-mon[112785]: pgmap v2096: 119 pgs: 2 peering, 117 active+clean; 644 MiB data, 7.6 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 238 op/s; 37 MiB/s, 598 objects/s recovering 2024-09-13T15:02:14.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:14 smithi071 ceph-mon[107477]: pgmap v2096: 119 pgs: 2 peering, 117 active+clean; 644 MiB data, 7.6 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 238 op/s; 37 MiB/s, 598 objects/s recovering 2024-09-13T15:02:14.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:14 smithi104 ceph-mon[105578]: pgmap v2096: 119 pgs: 2 peering, 117 active+clean; 644 MiB data, 7.6 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 238 op/s; 37 MiB/s, 598 objects/s recovering 2024-09-13T15:02:14.696 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:14.729 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:14.730 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:14.730 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:14.831 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:14.872 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:14.872 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:14.873 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:14.974 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:15.012 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:15.013 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:15.013 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:15.114 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:02:15.177 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:15.177 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:15.178 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:02:15.278 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:02:15.326 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:15.327 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:15.327 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:02:15.428 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:02:15.470 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:15.471 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:15.471 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:02:15.572 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:02:15.596 INFO:teuthology.orchestra.run.smithi071.stderr:nodeep-scrub is set 2024-09-13T15:02:15.607 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:15.608 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:15.608 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:02:15.709 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:15.742 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:15.742 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:15.742 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:15.820 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:15 smithi071 ceph-mon[112785]: 9.1 scrub starts 2024-09-13T15:02:15.820 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:15 smithi071 ceph-mon[112785]: 9.12 scrub starts 2024-09-13T15:02:15.820 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:15 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:02:15.820 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:15 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:02:15.820 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:15 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pool set", "pool": "unique_pool_4", "var": "pgp_num_actual", "val": "17"} : dispatch 2024-09-13T15:02:15.820 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:15 smithi071 ceph-mon[112785]: 9.11 scrub starts 2024-09-13T15:02:15.820 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:15 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3103701349' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:02:15.820 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:15 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:02:15.821 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:15 smithi071 ceph-mon[107477]: 9.1 scrub starts 2024-09-13T15:02:15.821 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:15 smithi071 ceph-mon[107477]: 9.12 scrub starts 2024-09-13T15:02:15.821 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:15 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:02:15.821 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:15 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:02:15.821 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:15 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pool set", "pool": "unique_pool_4", "var": "pgp_num_actual", "val": "17"} : dispatch 2024-09-13T15:02:15.821 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:15 smithi071 ceph-mon[107477]: 9.11 scrub starts 2024-09-13T15:02:15.821 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:15 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3103701349' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:02:15.821 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:15 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:02:15.843 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:02:15.876 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:15.877 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:15.877 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:02:15.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:15 smithi104 ceph-mon[105578]: 9.1 scrub starts 2024-09-13T15:02:15.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:15 smithi104 ceph-mon[105578]: 9.12 scrub starts 2024-09-13T15:02:15.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:15 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:02:15.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:15 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:02:15.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:15 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pool set", "pool": "unique_pool_4", "var": "pgp_num_actual", "val": "17"} : dispatch 2024-09-13T15:02:15.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:15 smithi104 ceph-mon[105578]: 9.11 scrub starts 2024-09-13T15:02:15.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:15 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3103701349' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:02:15.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:15 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:02:15.953 INFO:teuthology.orchestra.run.smithi071.stderr:no valid command found; 10 closest matches: 2024-09-13T15:02:15.953 INFO:teuthology.orchestra.run.smithi071.stderr:0 2024-09-13T15:02:15.953 INFO:teuthology.orchestra.run.smithi071.stderr:1 2024-09-13T15:02:15.954 INFO:teuthology.orchestra.run.smithi071.stderr:2 2024-09-13T15:02:15.954 INFO:teuthology.orchestra.run.smithi071.stderr:abort 2024-09-13T15:02:15.954 INFO:teuthology.orchestra.run.smithi071.stderr:assert 2024-09-13T15:02:15.954 INFO:teuthology.orchestra.run.smithi071.stderr:bench [] [] [] [] 2024-09-13T15:02:15.954 INFO:teuthology.orchestra.run.smithi071.stderr:bluefs debug_inject_read_zeros 2024-09-13T15:02:15.954 INFO:teuthology.orchestra.run.smithi071.stderr:bluefs files list 2024-09-13T15:02:15.954 INFO:teuthology.orchestra.run.smithi071.stderr:bluefs stats 2024-09-13T15:02:15.954 INFO:teuthology.orchestra.run.smithi071.stderr:bluestore allocator dump block 2024-09-13T15:02:15.954 INFO:teuthology.orchestra.run.smithi071.stderr:Error EINVAL: invalid command 2024-09-13T15:02:15.977 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:02:16.002 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:16.002 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:16.003 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:02:16.104 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:02:16.125 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:16.125 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:16.126 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:02:16.227 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:16.248 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:16.249 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:16.249 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:16.350 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:16.371 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:16.372 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:16.372 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:16.473 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:02:16.494 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:16.495 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:16.495 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:02:16.596 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:02:16.620 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:16.621 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:16.621 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:02:16.633 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T15:02:16.633 INFO:teuthology.orchestra.run.smithi071.stdout: "size": 20, 2024-09-13T15:02:16.633 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 600, 2024-09-13T15:02:16.634 INFO:teuthology.orchestra.run.smithi071.stdout: "ops": [ 2024-09-13T15:02:16.634 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.634 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:134221 8.c 8:3fbc1d47:::benchmark_data_smithi071_245775_object12923:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1230)", 2024-09-13T15:02:16.634 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:53:14.963278+0000", 2024-09-13T15:02:16.634 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 541.65669323500003, 2024-09-13T15:02:16.634 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.128580551, 2024-09-13T15:02:16.634 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:02:16.634 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:02:16.634 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:02:16.634 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:02:16.634 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T15:02:16.634 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T15:02:16.635 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 134221 2024-09-13T15:02:16.635 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.635 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:02:16.635 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.635 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:02:16.635 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.963278+0000", 2024-09-13T15:02:16.635 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:02:16.635 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.635 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.635 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:02:16.636 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.963278+0000", 2024-09-13T15:02:16.636 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:02:16.636 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.636 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.636 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:02:16.636 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.963278+0000", 2024-09-13T15:02:16.636 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.9400000000000001e-07 2024-09-13T15:02:16.636 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.636 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.636 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:02:16.636 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.963280+0000", 2024-09-13T15:02:16.636 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.2199999999999999e-06 2024-09-13T15:02:16.637 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.637 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.637 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:02:16.637 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.963287+0000", 2024-09-13T15:02:16.637 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.3409999999999999e-06 2024-09-13T15:02:16.637 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.637 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.637 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:02:16.637 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.963292+0000", 2024-09-13T15:02:16.637 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.1880000000000001e-06 2024-09-13T15:02:16.637 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.637 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.638 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:02:16.638 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.967174+0000", 2024-09-13T15:02:16.638 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0038820669999999999 2024-09-13T15:02:16.638 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.638 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.638 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:02:16.638 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.967191+0000", 2024-09-13T15:02:16.638 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.7300999999999999e-05 2024-09-13T15:02:16.638 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.638 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.638 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:02:16.638 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:16.085197+0000", 2024-09-13T15:02:16.638 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.118005578 2024-09-13T15:02:16.639 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.639 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.639 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:02:16.639 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:16.085402+0000", 2024-09-13T15:02:16.639 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00020496699999999999 2024-09-13T15:02:16.639 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.639 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.639 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 5,7", 2024-09-13T15:02:16.639 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:16.085533+0000", 2024-09-13T15:02:16.639 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000131674 2024-09-13T15:02:16.639 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.639 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.640 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:02:16.640 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:16.090883+0000", 2024-09-13T15:02:16.640 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0053497800000000002 2024-09-13T15:02:16.640 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.640 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.640 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:16.640 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:16.090918+0000", 2024-09-13T15:02:16.640 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.4474000000000002e-05 2024-09-13T15:02:16.640 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.640 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.640 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:16.640 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:16.091751+0000", 2024-09-13T15:02:16.641 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00083374100000000004 2024-09-13T15:02:16.641 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.641 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.641 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:02:16.641 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:16.091793+0000", 2024-09-13T15:02:16.641 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.1362000000000001e-05 2024-09-13T15:02:16.641 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.641 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.641 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:02:16.641 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:16.091858+0000", 2024-09-13T15:02:16.641 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.5463999999999995e-05 2024-09-13T15:02:16.641 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:02:16.641 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:02:16.642 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:02:16.642 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.642 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.642 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:134230 8.c 8:3eab7c4d:::benchmark_data_smithi071_245775_object12932:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1230)", 2024-09-13T15:02:16.642 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:53:14.992144+0000", 2024-09-13T15:02:16.642 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 541.62782662200004, 2024-09-13T15:02:16.642 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.100092064, 2024-09-13T15:02:16.642 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:02:16.642 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:02:16.642 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:02:16.642 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:02:16.642 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T15:02:16.642 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T15:02:16.642 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 134230 2024-09-13T15:02:16.643 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.643 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:02:16.643 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.643 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:02:16.643 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.992144+0000", 2024-09-13T15:02:16.643 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:02:16.643 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.643 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.643 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:02:16.643 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.992144+0000", 2024-09-13T15:02:16.643 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:02:16.643 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.643 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.643 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:02:16.644 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.992146+0000", 2024-09-13T15:02:16.644 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.5710000000000001e-06 2024-09-13T15:02:16.644 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.644 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.644 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:02:16.644 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.992151+0000", 2024-09-13T15:02:16.644 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.4979999999999997e-06 2024-09-13T15:02:16.644 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.644 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.644 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:02:16.644 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.992161+0000", 2024-09-13T15:02:16.644 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.7960000000000007e-06 2024-09-13T15:02:16.644 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.645 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.645 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:02:16.645 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.992168+0000", 2024-09-13T15:02:16.645 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.221e-06 2024-09-13T15:02:16.645 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.645 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.645 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:02:16.645 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.992222+0000", 2024-09-13T15:02:16.645 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.4061999999999998e-05 2024-09-13T15:02:16.645 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.646 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.646 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:02:16.646 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:14.992231+0000", 2024-09-13T15:02:16.646 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.6889999999999993e-06 2024-09-13T15:02:16.646 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.646 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.646 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:02:16.646 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:16.088459+0000", 2024-09-13T15:02:16.646 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0962276070000001 2024-09-13T15:02:16.646 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.646 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.646 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:02:16.646 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:16.088536+0000", 2024-09-13T15:02:16.646 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.7558000000000005e-05 2024-09-13T15:02:16.647 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.647 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.647 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 5,7", 2024-09-13T15:02:16.647 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:16.088610+0000", 2024-09-13T15:02:16.647 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.3967999999999994e-05 2024-09-13T15:02:16.647 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.647 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.647 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:02:16.647 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:16.091154+0000", 2024-09-13T15:02:16.647 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0025441219999999998 2024-09-13T15:02:16.647 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.647 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.647 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:16.647 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:16.091235+0000", 2024-09-13T15:02:16.647 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.0296999999999994e-05 2024-09-13T15:02:16.648 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.648 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.648 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:16.648 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:16.092066+0000", 2024-09-13T15:02:16.648 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00083119699999999999 2024-09-13T15:02:16.648 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.648 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.648 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:02:16.648 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:16.092124+0000", 2024-09-13T15:02:16.648 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.8119999999999999e-05 2024-09-13T15:02:16.648 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.648 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.648 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:02:16.648 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:53:16.092236+0000", 2024-09-13T15:02:16.649 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000112358 2024-09-13T15:02:16.649 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:02:16.649 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:02:16.649 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:02:16.649 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.649 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.649 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:180519 8.c 8:3485b252:::benchmark_data_smithi071_245775_object59221:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1271)", 2024-09-13T15:02:16.649 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:56:44.265522+0000", 2024-09-13T15:02:16.649 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 332.35444931699999, 2024-09-13T15:02:16.649 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.14504077, 2024-09-13T15:02:16.649 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:02:16.650 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:02:16.650 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:02:16.650 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:02:16.650 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T15:02:16.650 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T15:02:16.650 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 180519 2024-09-13T15:02:16.650 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.650 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:02:16.650 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.650 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:02:16.650 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:44.265522+0000", 2024-09-13T15:02:16.650 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:02:16.650 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.651 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.651 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:02:16.651 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:44.265522+0000", 2024-09-13T15:02:16.651 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:02:16.651 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.651 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.651 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:02:16.651 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:44.265523+0000", 2024-09-13T15:02:16.651 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.826e-06 2024-09-13T15:02:16.651 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.651 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.651 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:02:16.651 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:44.265530+0000", 2024-09-13T15:02:16.652 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.1619999999999996e-06 2024-09-13T15:02:16.652 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.652 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.652 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:02:16.652 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:44.265563+0000", 2024-09-13T15:02:16.652 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.3645000000000001e-05 2024-09-13T15:02:16.652 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.652 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.652 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:02:16.652 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:44.265573+0000", 2024-09-13T15:02:16.652 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.6940000000000007e-06 2024-09-13T15:02:16.652 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.652 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.653 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:02:16.653 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:44.278298+0000", 2024-09-13T15:02:16.653 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.012725346 2024-09-13T15:02:16.653 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.653 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.653 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:02:16.653 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:44.278310+0000", 2024-09-13T15:02:16.653 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2079000000000001e-05 2024-09-13T15:02:16.653 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.653 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.653 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:02:16.653 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:45.294097+0000", 2024-09-13T15:02:16.653 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0157865129999999 2024-09-13T15:02:16.654 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.654 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.654 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:02:16.654 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:45.294110+0000", 2024-09-13T15:02:16.654 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2744e-05 2024-09-13T15:02:16.654 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.654 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.654 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:02:16.654 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:46.395872+0000", 2024-09-13T15:02:16.654 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1017621689999999 2024-09-13T15:02:16.654 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.654 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.654 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:02:16.654 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:46.396001+0000", 2024-09-13T15:02:16.655 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012887200000000001 2024-09-13T15:02:16.655 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.655 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.655 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,5,7", 2024-09-13T15:02:16.655 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:46.396455+0000", 2024-09-13T15:02:16.655 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000454098 2024-09-13T15:02:16.655 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.655 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.655 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:02:16.655 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:46.402069+0000", 2024-09-13T15:02:16.655 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0056141539999999997 2024-09-13T15:02:16.655 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.656 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.656 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:16.656 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:46.402228+0000", 2024-09-13T15:02:16.656 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00015962100000000001 2024-09-13T15:02:16.656 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.656 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.656 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:16.656 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:46.406637+0000", 2024-09-13T15:02:16.656 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0044083500000000001 2024-09-13T15:02:16.656 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.656 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.657 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:16.657 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:46.410374+0000", 2024-09-13T15:02:16.657 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0037375030000000001 2024-09-13T15:02:16.657 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.657 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.657 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:02:16.657 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:46.410439+0000", 2024-09-13T15:02:16.657 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.4913999999999995e-05 2024-09-13T15:02:16.657 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.657 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.657 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:02:16.657 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:46.410562+0000", 2024-09-13T15:02:16.657 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012307999999999999 2024-09-13T15:02:16.658 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:02:16.658 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:02:16.658 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:02:16.658 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.658 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.658 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:202988 8.c 8:38991acf:::benchmark_data_smithi071_245775_object81690:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1279)", 2024-09-13T15:02:16.658 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:57:13.864411+0000", 2024-09-13T15:02:16.658 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 302.75556028900002, 2024-09-13T15:02:16.658 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.152637318, 2024-09-13T15:02:16.658 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:02:16.658 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:02:16.658 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T15:02:16.658 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:02:16.659 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T15:02:16.659 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T15:02:16.659 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 202988 2024-09-13T15:02:16.659 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.659 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:02:16.659 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.659 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:02:16.659 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864411+0000", 2024-09-13T15:02:16.659 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:02:16.659 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.659 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.659 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:02:16.659 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864411+0000", 2024-09-13T15:02:16.659 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:02:16.660 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.660 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.660 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:02:16.660 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864411+0000", 2024-09-13T15:02:16.660 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.5999999999999999e-07 2024-09-13T15:02:16.660 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.660 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.660 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:02:16.660 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864413+0000", 2024-09-13T15:02:16.660 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.1780000000000002e-06 2024-09-13T15:02:16.660 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.660 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.660 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:02:16.661 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864418+0000", 2024-09-13T15:02:16.661 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.2519999999999999e-06 2024-09-13T15:02:16.661 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.661 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.661 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:02:16.661 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864422+0000", 2024-09-13T15:02:16.661 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.997e-06 2024-09-13T15:02:16.661 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.661 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.661 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:02:16.661 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.867623+0000", 2024-09-13T15:02:16.661 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0032004099999999999 2024-09-13T15:02:16.661 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.662 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.662 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:02:16.662 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.867748+0000", 2024-09-13T15:02:16.662 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012510599999999999 2024-09-13T15:02:16.662 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.662 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.662 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,5,7", 2024-09-13T15:02:16.662 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.867859+0000", 2024-09-13T15:02:16.662 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00011084 2024-09-13T15:02:16.662 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.662 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.662 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:16.662 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.873568+0000", 2024-09-13T15:02:16.662 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0057090819999999999 2024-09-13T15:02:16.663 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.663 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.663 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:16.663 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.873654+0000", 2024-09-13T15:02:16.663 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.6626999999999996e-05 2024-09-13T15:02:16.663 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.663 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.663 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:02:16.663 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.877724+0000", 2024-09-13T15:02:16.663 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0040697199999999998 2024-09-13T15:02:16.663 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.663 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.663 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:02:16.664 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.921253+0000", 2024-09-13T15:02:16.664 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.043528628999999999 2024-09-13T15:02:16.664 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.664 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.664 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:02:16.664 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.921263+0000", 2024-09-13T15:02:16.664 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.747e-06 2024-09-13T15:02:16.664 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.664 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.664 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:02:16.664 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:15.016864+0000", 2024-09-13T15:02:16.664 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.095601263 2024-09-13T15:02:16.664 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.664 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.665 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:02:16.665 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:15.017048+0000", 2024-09-13T15:02:16.665 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000184107 2024-09-13T15:02:16.665 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:02:16.665 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:02:16.665 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:02:16.665 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.665 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.665 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:202993 8.f 8:ffc0644d:::benchmark_data_smithi071_245775_object81695:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1279)", 2024-09-13T15:02:16.665 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:57:13.864447+0000", 2024-09-13T15:02:16.666 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 302.75552367099999, 2024-09-13T15:02:16.666 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.1303862690000002, 2024-09-13T15:02:16.666 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:02:16.666 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:02:16.666 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T15:02:16.666 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:02:16.666 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T15:02:16.666 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T15:02:16.666 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 202993 2024-09-13T15:02:16.666 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.666 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:02:16.667 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.667 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:02:16.667 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864447+0000", 2024-09-13T15:02:16.667 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:02:16.667 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.667 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.667 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:02:16.667 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864447+0000", 2024-09-13T15:02:16.667 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:02:16.667 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.667 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.667 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:02:16.667 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864448+0000", 2024-09-13T15:02:16.668 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.5100000000000001e-07 2024-09-13T15:02:16.668 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.668 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.668 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:02:16.668 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864449+0000", 2024-09-13T15:02:16.668 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.8899999999999999e-06 2024-09-13T15:02:16.668 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.668 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.668 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:02:16.668 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864455+0000", 2024-09-13T15:02:16.668 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.2059999999999998e-06 2024-09-13T15:02:16.668 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.669 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.669 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:02:16.669 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864459+0000", 2024-09-13T15:02:16.669 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.33e-06 2024-09-13T15:02:16.669 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.669 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.669 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:02:16.669 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864509+0000", 2024-09-13T15:02:16.669 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.0047999999999999e-05 2024-09-13T15:02:16.669 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.669 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.669 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:02:16.670 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864618+0000", 2024-09-13T15:02:16.670 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00010870300000000001 2024-09-13T15:02:16.670 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.670 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.670 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,5", 2024-09-13T15:02:16.670 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864819+0000", 2024-09-13T15:02:16.670 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000200807 2024-09-13T15:02:16.670 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.670 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.670 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:02:16.670 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.868172+0000", 2024-09-13T15:02:16.670 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0033532879999999998 2024-09-13T15:02:16.670 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.670 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.670 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:16.671 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.870013+0000", 2024-09-13T15:02:16.671 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0018409489999999999 2024-09-13T15:02:16.671 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.671 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.671 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:02:16.671 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.909408+0000", 2024-09-13T15:02:16.671 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.039395415000000003 2024-09-13T15:02:16.671 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.671 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.671 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:02:16.671 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.909419+0000", 2024-09-13T15:02:16.671 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0373999999999999e-05 2024-09-13T15:02:16.671 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.672 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.672 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:02:16.672 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:14.944803+0000", 2024-09-13T15:02:16.672 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0353848880000001 2024-09-13T15:02:16.672 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.672 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.672 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:02:16.672 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:14.944817+0000", 2024-09-13T15:02:16.672 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.3772e-05 2024-09-13T15:02:16.672 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.672 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.672 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:02:16.673 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:15.994745+0000", 2024-09-13T15:02:16.673 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0499277789999999 2024-09-13T15:02:16.673 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.673 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.673 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:02:16.673 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:15.994833+0000", 2024-09-13T15:02:16.673 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.8468999999999996e-05 2024-09-13T15:02:16.673 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:02:16.673 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:02:16.673 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:02:16.673 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.673 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.674 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:202994 8.c 8:358f8fd2:::benchmark_data_smithi071_245775_object81696:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1279)", 2024-09-13T15:02:16.674 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:57:13.864471+0000", 2024-09-13T15:02:16.674 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 302.75550020100002, 2024-09-13T15:02:16.674 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1530016030000001, 2024-09-13T15:02:16.674 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:02:16.674 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:02:16.674 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T15:02:16.674 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:02:16.674 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T15:02:16.674 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T15:02:16.674 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 202994 2024-09-13T15:02:16.674 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.674 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:02:16.675 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.675 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:02:16.675 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864471+0000", 2024-09-13T15:02:16.675 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:02:16.675 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.675 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.675 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:02:16.675 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864471+0000", 2024-09-13T15:02:16.675 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:02:16.675 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.675 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.675 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:02:16.676 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864471+0000", 2024-09-13T15:02:16.676 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.1100000000000002e-07 2024-09-13T15:02:16.676 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.676 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.676 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:02:16.676 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864473+0000", 2024-09-13T15:02:16.676 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.844e-06 2024-09-13T15:02:16.676 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.676 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.676 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:02:16.677 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864478+0000", 2024-09-13T15:02:16.677 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.429e-06 2024-09-13T15:02:16.677 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.677 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.677 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:02:16.677 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864483+0000", 2024-09-13T15:02:16.677 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.2710000000000003e-06 2024-09-13T15:02:16.677 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.677 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.677 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:02:16.677 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.873689+0000", 2024-09-13T15:02:16.677 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0092065710000000002 2024-09-13T15:02:16.677 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.678 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.678 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:02:16.678 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.873823+0000", 2024-09-13T15:02:16.678 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013369599999999999 2024-09-13T15:02:16.678 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.678 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.678 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,5,7", 2024-09-13T15:02:16.678 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.873945+0000", 2024-09-13T15:02:16.678 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012263500000000001 2024-09-13T15:02:16.678 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.678 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.678 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:16.678 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.877935+0000", 2024-09-13T15:02:16.679 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0039897910000000003 2024-09-13T15:02:16.679 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.679 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.679 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:02:16.679 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.878034+0000", 2024-09-13T15:02:16.679 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.8610999999999995e-05 2024-09-13T15:02:16.679 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.679 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.679 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:02:16.679 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.921396+0000", 2024-09-13T15:02:16.679 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.043361828999999998 2024-09-13T15:02:16.679 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.679 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.680 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:02:16.680 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.921404+0000", 2024-09-13T15:02:16.680 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.4679999999999992e-06 2024-09-13T15:02:16.680 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.680 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.680 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:02:16.680 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:15.017426+0000", 2024-09-13T15:02:16.680 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0960221990000001 2024-09-13T15:02:16.680 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.680 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.680 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:02:16.680 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:15.017472+0000", 2024-09-13T15:02:16.680 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.5948000000000001e-05 2024-09-13T15:02:16.681 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:02:16.681 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:02:16.681 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:02:16.681 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.681 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.681 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:203001 8.f 8:ff778168:::benchmark_data_smithi071_245775_object81703:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1279)", 2024-09-13T15:02:16.681 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:57:13.877977+0000", 2024-09-13T15:02:16.681 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 302.74199434799999, 2024-09-13T15:02:16.681 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.1210819189999999, 2024-09-13T15:02:16.681 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:02:16.682 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:02:16.682 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T15:02:16.682 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:02:16.682 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T15:02:16.682 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T15:02:16.682 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 203001 2024-09-13T15:02:16.682 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.682 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:02:16.682 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.682 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:02:16.682 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.877977+0000", 2024-09-13T15:02:16.682 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:02:16.683 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.683 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.683 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:02:16.683 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.877977+0000", 2024-09-13T15:02:16.683 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:02:16.683 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.684 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.684 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:02:16.684 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.877978+0000", 2024-09-13T15:02:16.684 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.164e-06 2024-09-13T15:02:16.684 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.684 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.684 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:02:16.684 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.877982+0000", 2024-09-13T15:02:16.684 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.3189999999999996e-06 2024-09-13T15:02:16.684 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.684 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.684 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:02:16.685 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.877997+0000", 2024-09-13T15:02:16.685 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4939999999999999e-05 2024-09-13T15:02:16.685 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.685 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.685 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:02:16.685 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.878005+0000", 2024-09-13T15:02:16.685 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.1089999999999998e-06 2024-09-13T15:02:16.685 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.685 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.685 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:02:16.685 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.878187+0000", 2024-09-13T15:02:16.685 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000182387 2024-09-13T15:02:16.685 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.686 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.686 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:02:16.686 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.878307+0000", 2024-09-13T15:02:16.686 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000119552 2024-09-13T15:02:16.686 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.686 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.686 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,5", 2024-09-13T15:02:16.686 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.878416+0000", 2024-09-13T15:02:16.686 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000108966 2024-09-13T15:02:16.686 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.686 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.686 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:02:16.686 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.881687+0000", 2024-09-13T15:02:16.687 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0032711160000000001 2024-09-13T15:02:16.687 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.687 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.687 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:02:16.687 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.909488+0000", 2024-09-13T15:02:16.687 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.027800991000000001 2024-09-13T15:02:16.687 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.687 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.687 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:02:16.687 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.909497+0000", 2024-09-13T15:02:16.687 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.6969999999999999e-06 2024-09-13T15:02:16.687 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.687 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.687 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:02:16.688 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:14.944848+0000", 2024-09-13T15:02:16.688 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0353514559999999 2024-09-13T15:02:16.688 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.688 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.688 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:02:16.688 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:14.944857+0000", 2024-09-13T15:02:16.688 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.2089999999999994e-06 2024-09-13T15:02:16.688 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.688 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.688 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:02:16.688 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:15.995155+0000", 2024-09-13T15:02:16.688 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.050297531 2024-09-13T15:02:16.688 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.688 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.688 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for missing object", 2024-09-13T15:02:16.689 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:15.995283+0000", 2024-09-13T15:02:16.689 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012829700000000001 2024-09-13T15:02:16.689 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.689 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.689 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:02:16.689 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:15.998980+0000", 2024-09-13T15:02:16.689 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0036969450000000001 2024-09-13T15:02:16.689 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.689 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.689 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:02:16.689 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:15.999058+0000", 2024-09-13T15:02:16.689 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.8239999999999996e-05 2024-09-13T15:02:16.689 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:02:16.690 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:02:16.690 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:02:16.690 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.690 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.690 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:203005 8.17 8:e9c96c44:::benchmark_data_smithi071_245775_object81707:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1280)", 2024-09-13T15:02:16.690 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:57:13.910015+0000", 2024-09-13T15:02:16.690 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 302.70995596500001, 2024-09-13T15:02:16.690 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1268188320000001, 2024-09-13T15:02:16.690 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:02:16.690 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:02:16.690 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:02:16.690 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:02:16.690 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T15:02:16.691 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T15:02:16.691 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 203005 2024-09-13T15:02:16.691 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.691 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:02:16.691 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.691 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:02:16.691 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.910015+0000", 2024-09-13T15:02:16.691 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:02:16.691 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.691 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.691 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:02:16.691 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.910015+0000", 2024-09-13T15:02:16.691 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:02:16.691 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.691 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.692 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:02:16.692 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.910016+0000", 2024-09-13T15:02:16.692 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4100000000000001e-06 2024-09-13T15:02:16.692 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.692 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.692 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:02:16.692 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.910020+0000", 2024-09-13T15:02:16.692 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.7390000000000001e-06 2024-09-13T15:02:16.692 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.692 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.692 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:02:16.692 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.910030+0000", 2024-09-13T15:02:16.692 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.7210000000000006e-06 2024-09-13T15:02:16.693 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.693 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.693 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:02:16.693 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.910039+0000", 2024-09-13T15:02:16.693 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.2669999999999995e-06 2024-09-13T15:02:16.693 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.693 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.693 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:02:16.693 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.910211+0000", 2024-09-13T15:02:16.693 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000171867 2024-09-13T15:02:16.693 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.693 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.693 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:02:16.693 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.910219+0000", 2024-09-13T15:02:16.694 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.2810000000000008e-06 2024-09-13T15:02:16.694 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.694 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.694 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:16 smithi104 ceph-mon[105578]: pgmap v2097: 119 pgs: 119 active+clean; 542 MiB data, 7.1 GiB used, 619 GiB / 626 GiB avail; 0 B/s wr, 446 op/s; 32 MiB/s, 510 objects/s recovering 2024-09-13T15:02:16.694 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:16 smithi104 ceph-mon[105578]: 9.2 scrub starts 2024-09-13T15:02:16.695 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:16 smithi104 ceph-mon[105578]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:02:16.695 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:16 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pool set", "pool": "unique_pool_4", "var": "pgp_num_actual", "val": "17"}]': finished 2024-09-13T15:02:16.695 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:16 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T15:02:16.695 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:16 smithi104 ceph-mon[105578]: osdmap e1371: 8 total, 8 up, 7 in 2024-09-13T15:02:16.695 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:16 smithi104 ceph-mon[105578]: 9.11 scrub starts 2024-09-13T15:02:16.695 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:16 smithi104 ceph-mon[105578]: 9.5 scrub starts 2024-09-13T15:02:16.696 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:02:16.696 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:15.033606+0000", 2024-09-13T15:02:16.696 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.123386888 2024-09-13T15:02:16.696 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.696 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.696 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:02:16.696 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:15.033750+0000", 2024-09-13T15:02:16.697 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00014425000000000001 2024-09-13T15:02:16.697 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.697 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.697 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,4", 2024-09-13T15:02:16.697 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:15.034162+0000", 2024-09-13T15:02:16.697 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00041127699999999999 2024-09-13T15:02:16.697 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.697 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.697 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:16.697 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:15.036228+0000", 2024-09-13T15:02:16.697 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0020668209999999999 2024-09-13T15:02:16.697 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.697 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.697 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:02:16.698 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:15.036503+0000", 2024-09-13T15:02:16.698 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00027444200000000001 2024-09-13T15:02:16.698 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.698 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.698 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:16.698 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:15.036553+0000", 2024-09-13T15:02:16.698 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.9877999999999999e-05 2024-09-13T15:02:16.698 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.698 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.698 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:02:16.698 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:15.036620+0000", 2024-09-13T15:02:16.698 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.6995999999999993e-05 2024-09-13T15:02:16.698 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.699 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.699 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:02:16.699 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:15.036834+0000", 2024-09-13T15:02:16.699 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000213995 2024-09-13T15:02:16.699 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:02:16.699 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:02:16.699 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:02:16.699 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.699 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.699 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:236290 8.c 8:3327fde3:::benchmark_data_smithi071_245775_object114992:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1292)", 2024-09-13T15:02:16.699 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:57:51.599731+0000", 2024-09-13T15:02:16.699 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 265.02023985099999, 2024-09-13T15:02:16.700 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.024550485, 2024-09-13T15:02:16.700 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:02:16.700 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:02:16.700 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T15:02:16.700 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:02:16.700 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T15:02:16.700 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T15:02:16.700 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 236290 2024-09-13T15:02:16.700 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.700 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:02:16.700 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.700 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:02:16.701 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.599731+0000", 2024-09-13T15:02:16.701 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:02:16.701 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.701 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.701 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:02:16.701 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.599731+0000", 2024-09-13T15:02:16.701 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:02:16.701 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.701 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.701 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:02:16.701 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.599731+0000", 2024-09-13T15:02:16.701 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.5499999999999999e-07 2024-09-13T15:02:16.702 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.702 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.702 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:02:16.702 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.599733+0000", 2024-09-13T15:02:16.702 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.7850000000000001e-06 2024-09-13T15:02:16.702 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.702 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.702 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:02:16.702 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.599738+0000", 2024-09-13T15:02:16.702 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.1830000000000002e-06 2024-09-13T15:02:16.702 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.702 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.703 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:02:16.703 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.599743+0000", 2024-09-13T15:02:16.703 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.1740000000000002e-06 2024-09-13T15:02:16.703 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.703 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.703 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:02:16.703 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.605713+0000", 2024-09-13T15:02:16.703 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00597022 2024-09-13T15:02:16.703 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.703 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.703 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:02:16.703 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.605855+0000", 2024-09-13T15:02:16.703 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00014246500000000001 2024-09-13T15:02:16.703 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.704 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.704 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 4,5,7", 2024-09-13T15:02:16.704 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.606000+0000", 2024-09-13T15:02:16.704 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00014515400000000001 2024-09-13T15:02:16.704 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.704 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.704 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:02:16.704 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.613581+0000", 2024-09-13T15:02:16.704 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0075807460000000002 2024-09-13T15:02:16.704 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.704 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.704 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:16.704 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.613868+0000", 2024-09-13T15:02:16.705 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00028671399999999998 2024-09-13T15:02:16.705 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.705 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.705 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:16.705 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.667824+0000", 2024-09-13T15:02:16.705 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.053956470999999999 2024-09-13T15:02:16.705 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.705 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.705 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:02:16.705 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.674859+0000", 2024-09-13T15:02:16.705 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0070343610000000003 2024-09-13T15:02:16.705 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.705 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.706 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:02:16.706 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.674874+0000", 2024-09-13T15:02:16.706 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.5736999999999999e-05 2024-09-13T15:02:16.706 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.706 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.706 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:02:16.706 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:52.624259+0000", 2024-09-13T15:02:16.706 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.94938436800000003 2024-09-13T15:02:16.706 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.706 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.706 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:02:16.706 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:52.624282+0000", 2024-09-13T15:02:16.706 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.2751999999999998e-05 2024-09-13T15:02:16.706 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:02:16.707 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:02:16.707 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:02:16.707 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.707 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.707 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:236296 8.c 8.c6cdaf4c (undecoded) ondisk+write+known_if_redirected+supports_pool_eio e1293)", 2024-09-13T15:02:16.707 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:57:51.658029+0000", 2024-09-13T15:02:16.707 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 264.96194187499998, 2024-09-13T15:02:16.707 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.96717233300000005, 2024-09-13T15:02:16.707 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:02:16.707 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:02:16.707 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T15:02:16.707 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:02:16.707 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T15:02:16.708 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T15:02:16.708 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 236296 2024-09-13T15:02:16.708 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.708 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:02:16.708 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.708 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:02:16.708 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.658029+0000", 2024-09-13T15:02:16.708 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:02:16.708 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.708 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.708 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:02:16.708 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.658029+0000", 2024-09-13T15:02:16.708 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:02:16.709 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.709 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.709 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:02:16.709 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.658030+0000", 2024-09-13T15:02:16.709 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.282e-06 2024-09-13T15:02:16.709 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.709 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.709 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:02:16.709 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.658034+0000", 2024-09-13T15:02:16.709 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.0810000000000004e-06 2024-09-13T15:02:16.709 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.709 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.709 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:02:16.710 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.658043+0000", 2024-09-13T15:02:16.710 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.7509999999999997e-06 2024-09-13T15:02:16.710 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.710 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.710 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:02:16.710 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.658052+0000", 2024-09-13T15:02:16.710 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.4039999999999995e-06 2024-09-13T15:02:16.710 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.710 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.710 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:02:16.710 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.683214+0000", 2024-09-13T15:02:16.710 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.025162463999999999 2024-09-13T15:02:16.710 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.711 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.711 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:02:16.711 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.683226+0000", 2024-09-13T15:02:16.711 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1719000000000001e-05 2024-09-13T15:02:16.711 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.711 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.711 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:02:16.711 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:52.625181+0000", 2024-09-13T15:02:16.711 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.94195514700000005 2024-09-13T15:02:16.711 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.711 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.711 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:02:16.711 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:52.625201+0000", 2024-09-13T15:02:16.711 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.0485000000000001e-05 2024-09-13T15:02:16.712 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:02:16.712 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:02:16.712 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:02:16.712 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.712 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.712 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:236298 8.17 8:ed2c7bb2:::benchmark_data_smithi071_245775_object115000:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1293)", 2024-09-13T15:02:16.712 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:57:51.658061+0000", 2024-09-13T15:02:16.712 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 264.96190970499998, 2024-09-13T15:02:16.712 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1147906569999999, 2024-09-13T15:02:16.712 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:02:16.712 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:02:16.712 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:02:16.712 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:02:16.713 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T15:02:16.713 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T15:02:16.713 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 236298 2024-09-13T15:02:16.713 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.713 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:02:16.713 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.713 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:02:16.713 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.658061+0000", 2024-09-13T15:02:16.713 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:02:16.713 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.713 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.713 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:02:16.713 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.658061+0000", 2024-09-13T15:02:16.714 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:02:16.714 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.714 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.714 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:02:16.714 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.658062+0000", 2024-09-13T15:02:16.714 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.9100000000000004e-07 2024-09-13T15:02:16.714 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.714 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.714 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:02:16.714 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.658064+0000", 2024-09-13T15:02:16.714 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.3080000000000002e-06 2024-09-13T15:02:16.714 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.714 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.715 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:02:16.715 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.658070+0000", 2024-09-13T15:02:16.715 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.3230000000000003e-06 2024-09-13T15:02:16.715 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.715 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.715 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:02:16.715 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.658076+0000", 2024-09-13T15:02:16.715 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.2050000000000001e-06 2024-09-13T15:02:16.715 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.715 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.715 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:02:16.715 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.685450+0000", 2024-09-13T15:02:16.715 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.027374803 2024-09-13T15:02:16.715 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.716 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.716 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:02:16.716 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.685462+0000", 2024-09-13T15:02:16.716 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1804000000000001e-05 2024-09-13T15:02:16.716 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.716 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.716 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:02:16.716 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:52.767392+0000", 2024-09-13T15:02:16.716 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.081929508 2024-09-13T15:02:16.716 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.716 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.716 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:02:16.716 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:52.767524+0000", 2024-09-13T15:02:16.717 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013252699999999999 2024-09-13T15:02:16.717 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.717 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.717 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,4,5", 2024-09-13T15:02:16.717 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:52.767654+0000", 2024-09-13T15:02:16.717 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012984800000000001 2024-09-13T15:02:16.717 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.717 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.717 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:16.717 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:52.769846+0000", 2024-09-13T15:02:16.717 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0021921509999999998 2024-09-13T15:02:16.717 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.717 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.717 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:02:16.718 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:52.769863+0000", 2024-09-13T15:02:16.718 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.6685999999999999e-05 2024-09-13T15:02:16.718 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.718 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.718 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:16.718 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:52.769910+0000", 2024-09-13T15:02:16.718 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.6962000000000002e-05 2024-09-13T15:02:16.718 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.718 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.718 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:16.718 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:52.772661+0000", 2024-09-13T15:02:16.718 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.002751416 2024-09-13T15:02:16.718 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.719 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.719 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:02:16.719 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:52.772727+0000", 2024-09-13T15:02:16.719 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.6006000000000005e-05 2024-09-13T15:02:16.719 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.719 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.719 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:02:16.719 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:52.772852+0000", 2024-09-13T15:02:16.719 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012461899999999999 2024-09-13T15:02:16.719 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:02:16.719 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:02:16.719 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:02:16.719 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.720 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.720 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:211322 9.1 9:800abe3c:::benchmark_data_smithi071_298031_object100074:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1367)", 2024-09-13T15:02:16.720 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:02:07.277063+0000", 2024-09-13T15:02:16.720 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 9.3429074219999997, 2024-09-13T15:02:16.720 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.92451605100000001, 2024-09-13T15:02:16.720 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:02:16.720 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:02:16.720 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:02:16.720 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:02:16.720 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:02:16.720 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:02:16.720 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 211322 2024-09-13T15:02:16.720 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.720 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:02:16.721 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.721 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:02:16.721 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:07.277063+0000", 2024-09-13T15:02:16.721 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:02:16.721 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.721 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.721 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:02:16.721 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:07.277063+0000", 2024-09-13T15:02:16.721 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:02:16.721 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.721 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.721 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:02:16.721 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:07.277065+0000", 2024-09-13T15:02:16.721 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.567e-06 2024-09-13T15:02:16.722 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.722 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.722 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:02:16.722 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:07.277069+0000", 2024-09-13T15:02:16.722 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.3800000000000004e-06 2024-09-13T15:02:16.722 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.722 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.722 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:02:16.722 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:07.277081+0000", 2024-09-13T15:02:16.722 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2021999999999999e-05 2024-09-13T15:02:16.722 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.722 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.722 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:02:16.722 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:07.277089+0000", 2024-09-13T15:02:16.722 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.2150000000000004e-06 2024-09-13T15:02:16.723 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.723 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.723 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:02:16.723 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:07.277163+0000", 2024-09-13T15:02:16.723 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.4704999999999997e-05 2024-09-13T15:02:16.723 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.723 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.723 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:02:16.723 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:07.277172+0000", 2024-09-13T15:02:16.723 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.0780000000000002e-06 2024-09-13T15:02:16.723 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.723 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.723 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:02:16.723 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.196698+0000", 2024-09-13T15:02:16.724 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.91952525799999996 2024-09-13T15:02:16.724 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.724 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.724 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:02:16.724 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.196820+0000", 2024-09-13T15:02:16.724 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000121902 2024-09-13T15:02:16.724 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.724 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.724 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 4,7", 2024-09-13T15:02:16.724 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.196937+0000", 2024-09-13T15:02:16.724 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000117093 2024-09-13T15:02:16.724 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.724 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.725 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:02:16.725 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.199400+0000", 2024-09-13T15:02:16.725 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0024637299999999999 2024-09-13T15:02:16.725 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.725 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.725 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:16.725 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.201397+0000", 2024-09-13T15:02:16.725 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0019963540000000001 2024-09-13T15:02:16.725 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.725 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.725 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:16.725 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.201460+0000", 2024-09-13T15:02:16.726 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.3498999999999996e-05 2024-09-13T15:02:16.726 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.726 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.726 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:02:16.726 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.201515+0000", 2024-09-13T15:02:16.726 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.4508000000000001e-05 2024-09-13T15:02:16.726 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.726 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.726 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:02:16.726 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.201580+0000", 2024-09-13T15:02:16.726 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.4739999999999993e-05 2024-09-13T15:02:16.726 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:02:16.726 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:02:16.726 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:02:16.727 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.727 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.727 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:211518 9.c 9:3a6fcbdc:::benchmark_data_smithi071_298031_object100270:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1368)", 2024-09-13T15:02:16.727 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:02:08.216990+0000", 2024-09-13T15:02:16.727 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 8.4029807529999996, 2024-09-13T15:02:16.727 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.022778932, 2024-09-13T15:02:16.727 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:02:16.727 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:02:16.727 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:02:16.727 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:02:16.727 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:02:16.727 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:02:16.727 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 211518 2024-09-13T15:02:16.728 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.728 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:02:16.728 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.728 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:02:16.728 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.216990+0000", 2024-09-13T15:02:16.728 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:02:16.728 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.728 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.728 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:02:16.728 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.216990+0000", 2024-09-13T15:02:16.728 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:02:16.728 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.728 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.729 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:02:16.729 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.216992+0000", 2024-09-13T15:02:16.729 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.9149999999999999e-06 2024-09-13T15:02:16.729 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.729 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.729 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:02:16.729 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.216998+0000", 2024-09-13T15:02:16.729 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.1709999999999999e-06 2024-09-13T15:02:16.729 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.729 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.729 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:02:16.729 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.217014+0000", 2024-09-13T15:02:16.729 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.6135999999999999e-05 2024-09-13T15:02:16.730 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.730 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.730 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:02:16.730 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.217022+0000", 2024-09-13T15:02:16.730 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.5310000000000004e-06 2024-09-13T15:02:16.730 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.730 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.730 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:02:16.730 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.217078+0000", 2024-09-13T15:02:16.730 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.6557000000000001e-05 2024-09-13T15:02:16.730 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.730 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.730 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:02:16.731 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.217092+0000", 2024-09-13T15:02:16.731 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.3161e-05 2024-09-13T15:02:16.731 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.731 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.731 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:02:16.731 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.232059+0000", 2024-09-13T15:02:16.731 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.01496751 2024-09-13T15:02:16.731 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.731 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.731 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:02:16.731 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.232167+0000", 2024-09-13T15:02:16.731 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000107556 2024-09-13T15:02:16.731 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.731 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.732 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 4,7", 2024-09-13T15:02:16.732 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.232272+0000", 2024-09-13T15:02:16.732 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000105412 2024-09-13T15:02:16.732 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.732 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.732 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:16.732 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.237433+0000", 2024-09-13T15:02:16.732 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0051612089999999999 2024-09-13T15:02:16.732 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.732 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.732 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:16.732 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.237562+0000", 2024-09-13T15:02:16.733 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000128749 2024-09-13T15:02:16.733 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.733 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.733 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:02:16.733 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.239655+0000", 2024-09-13T15:02:16.733 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0020931399999999998 2024-09-13T15:02:16.733 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.733 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.733 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:02:16.733 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.239730+0000", 2024-09-13T15:02:16.733 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.4655999999999998e-05 2024-09-13T15:02:16.733 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.733 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.734 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:02:16.734 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.239769+0000", 2024-09-13T15:02:16.734 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.9229e-05 2024-09-13T15:02:16.734 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:02:16.734 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:02:16.734 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:02:16.734 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.734 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.734 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:211530 9.11 9:8ad4bd4b:::benchmark_data_smithi071_298031_object100282:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1368)", 2024-09-13T15:02:16.734 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:02:08.223987+0000", 2024-09-13T15:02:16.734 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 8.3959843749999994, 2024-09-13T15:02:16.734 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.98598043899999999, 2024-09-13T15:02:16.734 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:02:16.734 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:02:16.735 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:02:16.735 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:02:16.735 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:02:16.735 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:02:16.735 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 211530 2024-09-13T15:02:16.735 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.735 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:02:16.735 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.735 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:02:16.735 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.223987+0000", 2024-09-13T15:02:16.735 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:02:16.735 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.735 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.736 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:02:16.736 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.223987+0000", 2024-09-13T15:02:16.736 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:02:16.736 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.736 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.736 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:02:16.736 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.223988+0000", 2024-09-13T15:02:16.736 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.207e-06 2024-09-13T15:02:16.736 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.736 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.736 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:02:16.736 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.223993+0000", 2024-09-13T15:02:16.736 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.8380000000000001e-06 2024-09-13T15:02:16.736 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.737 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.737 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:02:16.737 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.224007+0000", 2024-09-13T15:02:16.737 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4409e-05 2024-09-13T15:02:16.737 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.737 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.737 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:02:16.737 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.224014+0000", 2024-09-13T15:02:16.737 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.2830000000000004e-06 2024-09-13T15:02:16.737 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.737 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.737 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:02:16.737 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.224079+0000", 2024-09-13T15:02:16.737 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.4521000000000001e-05 2024-09-13T15:02:16.738 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.738 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.738 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:02:16.738 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.224090+0000", 2024-09-13T15:02:16.738 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1578e-05 2024-09-13T15:02:16.738 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.738 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.738 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:02:16.738 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.198753+0000", 2024-09-13T15:02:16.738 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.97466214600000001 2024-09-13T15:02:16.738 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.738 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.738 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:02:16.739 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.198893+0000", 2024-09-13T15:02:16.739 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00014019400000000001 2024-09-13T15:02:16.739 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.739 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.739 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 4,7", 2024-09-13T15:02:16.739 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.199002+0000", 2024-09-13T15:02:16.739 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000109774 2024-09-13T15:02:16.739 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.739 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.739 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:16.739 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.207302+0000", 2024-09-13T15:02:16.739 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00829973 2024-09-13T15:02:16.739 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.739 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.740 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:16.740 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.207338+0000", 2024-09-13T15:02:16.740 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.6158000000000002e-05 2024-09-13T15:02:16.740 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.740 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.740 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:02:16.740 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.209875+0000", 2024-09-13T15:02:16.740 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0025369049999999999 2024-09-13T15:02:16.740 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.740 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.740 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:02:16.740 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.209923+0000", 2024-09-13T15:02:16.740 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.8164999999999997e-05 2024-09-13T15:02:16.741 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.741 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.741 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:02:16.741 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.209967+0000", 2024-09-13T15:02:16.741 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.3531e-05 2024-09-13T15:02:16.741 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:02:16.741 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:02:16.741 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:02:16.741 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.741 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.741 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:211536 9.c 9:39f88f67:::benchmark_data_smithi071_298031_object100288:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1368)", 2024-09-13T15:02:16.741 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:02:08.228636+0000", 2024-09-13T15:02:16.741 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 8.3913352850000003, 2024-09-13T15:02:16.742 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.021540643, 2024-09-13T15:02:16.742 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:02:16.742 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:02:16.742 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:02:16.742 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:02:16.742 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:02:16.742 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:02:16.742 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 211536 2024-09-13T15:02:16.742 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.742 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:02:16.742 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.742 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:02:16.742 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.228636+0000", 2024-09-13T15:02:16.742 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:02:16.743 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.743 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.743 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:02:16.743 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.228636+0000", 2024-09-13T15:02:16.743 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:02:16.743 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.743 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.743 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:02:16.743 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.228637+0000", 2024-09-13T15:02:16.743 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.7290000000000001e-06 2024-09-13T15:02:16.743 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.743 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.743 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:02:16.744 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.228646+0000", 2024-09-13T15:02:16.744 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.3059999999999998e-06 2024-09-13T15:02:16.744 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.744 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.744 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:02:16.744 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.228667+0000", 2024-09-13T15:02:16.744 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.1081e-05 2024-09-13T15:02:16.744 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.744 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.744 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:02:16.744 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.228675+0000", 2024-09-13T15:02:16.744 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.1640000000000001e-06 2024-09-13T15:02:16.744 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.744 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.745 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:02:16.745 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.228743+0000", 2024-09-13T15:02:16.745 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.8548999999999997e-05 2024-09-13T15:02:16.745 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.745 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.745 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:02:16.745 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.228754+0000", 2024-09-13T15:02:16.745 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0563e-05 2024-09-13T15:02:16.745 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.745 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.745 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:02:16.745 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.240109+0000", 2024-09-13T15:02:16.745 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0113551439999999 2024-09-13T15:02:16.746 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.746 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.746 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:02:16.746 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.240222+0000", 2024-09-13T15:02:16.746 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00011335199999999999 2024-09-13T15:02:16.746 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.746 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.746 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 4,7", 2024-09-13T15:02:16.746 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.240327+0000", 2024-09-13T15:02:16.746 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00010454 2024-09-13T15:02:16.746 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.746 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.746 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:02:16.746 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.246089+0000", 2024-09-13T15:02:16.747 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0057617809999999997 2024-09-13T15:02:16.747 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.747 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.747 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:16.747 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.247177+0000", 2024-09-13T15:02:16.747 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.001088019 2024-09-13T15:02:16.747 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.747 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.747 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:16.747 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.250075+0000", 2024-09-13T15:02:16.747 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0028978290000000002 2024-09-13T15:02:16.747 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.747 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.747 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:02:16.748 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.250130+0000", 2024-09-13T15:02:16.748 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.4948000000000003e-05 2024-09-13T15:02:16.748 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.748 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.748 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:02:16.748 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.250176+0000", 2024-09-13T15:02:16.748 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.6638000000000003e-05 2024-09-13T15:02:16.748 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:02:16.748 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:02:16.748 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:02:16.748 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.748 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.748 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:211543 9.11 9:8ba5e337:::benchmark_data_smithi071_298031_object100295:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1368)", 2024-09-13T15:02:16.748 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:02:08.235527+0000", 2024-09-13T15:02:16.749 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 8.3844438359999991, 2024-09-13T15:02:16.749 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.97456476000000003, 2024-09-13T15:02:16.749 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:02:16.749 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:02:16.749 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:02:16.749 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:02:16.749 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:02:16.749 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:02:16.749 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 211543 2024-09-13T15:02:16.749 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.749 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:02:16.749 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.749 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:02:16.750 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.235527+0000", 2024-09-13T15:02:16.750 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:02:16.750 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.750 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.750 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:02:16.750 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.235527+0000", 2024-09-13T15:02:16.750 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:02:16.750 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.750 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.750 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:02:16.750 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.235529+0000", 2024-09-13T15:02:16.750 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.5939999999999999e-06 2024-09-13T15:02:16.750 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.751 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.751 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:02:16.751 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.235534+0000", 2024-09-13T15:02:16.751 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.4489999999999998e-06 2024-09-13T15:02:16.751 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.751 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.751 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:02:16.751 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.235548+0000", 2024-09-13T15:02:16.751 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4181e-05 2024-09-13T15:02:16.751 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.751 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.751 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:02:16.751 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.235556+0000", 2024-09-13T15:02:16.751 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.3760000000000002e-06 2024-09-13T15:02:16.752 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.752 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.752 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:02:16.752 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.235623+0000", 2024-09-13T15:02:16.752 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.6950000000000001e-05 2024-09-13T15:02:16.752 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.752 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.752 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:02:16.752 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.235633+0000", 2024-09-13T15:02:16.752 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0542e-05 2024-09-13T15:02:16.752 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.752 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.752 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:02:16.753 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.201517+0000", 2024-09-13T15:02:16.753 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.96588366999999997 2024-09-13T15:02:16.753 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.753 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.753 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:02:16.753 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.201623+0000", 2024-09-13T15:02:16.753 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00010586600000000001 2024-09-13T15:02:16.753 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.753 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.753 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 4,7", 2024-09-13T15:02:16.753 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.201735+0000", 2024-09-13T15:02:16.753 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000112192 2024-09-13T15:02:16.753 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.754 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.754 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:16.754 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.207374+0000", 2024-09-13T15:02:16.754 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0056389819999999998 2024-09-13T15:02:16.754 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.754 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.754 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:16.754 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.209481+0000", 2024-09-13T15:02:16.754 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0021071190000000002 2024-09-13T15:02:16.754 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.754 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.754 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:02:16.755 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.210021+0000", 2024-09-13T15:02:16.755 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00054022499999999997 2024-09-13T15:02:16.755 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.755 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.755 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:02:16.755 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.210061+0000", 2024-09-13T15:02:16.755 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.9705e-05 2024-09-13T15:02:16.755 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.755 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.755 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:02:16.756 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.210092+0000", 2024-09-13T15:02:16.756 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.0908999999999998e-05 2024-09-13T15:02:16.756 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:02:16.756 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:02:16.756 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:02:16.756 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.756 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.756 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:211560 9.c 9:3678e3fb:::benchmark_data_smithi071_298031_object100312:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1368)", 2024-09-13T15:02:16.756 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:02:08.245785+0000", 2024-09-13T15:02:16.756 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 8.3741860609999996, 2024-09-13T15:02:16.756 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0045453900000001, 2024-09-13T15:02:16.756 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:02:16.757 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:02:16.757 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:02:16.757 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:02:16.757 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:02:16.757 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:02:16.757 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 211560 2024-09-13T15:02:16.757 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.757 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:02:16.757 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.757 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:02:16.757 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.245785+0000", 2024-09-13T15:02:16.757 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:02:16.757 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.758 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.758 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:02:16.758 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.245785+0000", 2024-09-13T15:02:16.758 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:02:16.758 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.758 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.758 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:02:16.758 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.245787+0000", 2024-09-13T15:02:16.758 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.137e-06 2024-09-13T15:02:16.758 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.758 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.758 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:02:16.758 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.245794+0000", 2024-09-13T15:02:16.758 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.8460000000000002e-06 2024-09-13T15:02:16.759 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.759 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.759 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:02:16.759 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.245812+0000", 2024-09-13T15:02:16.759 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.8624e-05 2024-09-13T15:02:16.759 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.759 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.759 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:02:16.759 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.245823+0000", 2024-09-13T15:02:16.759 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0132000000000001e-05 2024-09-13T15:02:16.759 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.759 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.759 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:02:16.759 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.245885+0000", 2024-09-13T15:02:16.760 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.2577999999999996e-05 2024-09-13T15:02:16.760 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.760 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.760 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:02:16.760 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.245893+0000", 2024-09-13T15:02:16.760 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.2199999999999992e-06 2024-09-13T15:02:16.760 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.760 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.760 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:02:16.760 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.243224+0000", 2024-09-13T15:02:16.760 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.99733076799999998 2024-09-13T15:02:16.760 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.760 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.761 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:02:16.761 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.243325+0000", 2024-09-13T15:02:16.761 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000100898 2024-09-13T15:02:16.761 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.761 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.761 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 4,7", 2024-09-13T15:02:16.761 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.243420+0000", 2024-09-13T15:02:16.761 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.4698999999999996e-05 2024-09-13T15:02:16.761 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.761 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.761 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:16.761 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.247212+0000", 2024-09-13T15:02:16.761 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0037927059999999999 2024-09-13T15:02:16.762 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.762 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.762 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:16.762 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.250235+0000", 2024-09-13T15:02:16.762 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0030224850000000001 2024-09-13T15:02:16.762 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.762 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.762 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:02:16.762 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.250256+0000", 2024-09-13T15:02:16.762 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.0709000000000001e-05 2024-09-13T15:02:16.762 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.762 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.762 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:02:16.763 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.250295+0000", 2024-09-13T15:02:16.763 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.9604000000000002e-05 2024-09-13T15:02:16.763 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.763 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.763 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:02:16.763 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.250330+0000", 2024-09-13T15:02:16.763 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.4984000000000003e-05 2024-09-13T15:02:16.763 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:02:16.763 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:02:16.763 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:02:16.763 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.763 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.763 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:211561 9.11 9:895cf6af:::benchmark_data_smithi071_298031_object100313:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1368)", 2024-09-13T15:02:16.763 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:02:08.247984+0000", 2024-09-13T15:02:16.764 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 8.3719868539999993, 2024-09-13T15:02:16.764 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.96229849499999998, 2024-09-13T15:02:16.764 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:02:16.764 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:02:16.764 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:02:16.764 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:02:16.764 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:02:16.764 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:02:16.764 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 211561 2024-09-13T15:02:16.764 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.764 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:02:16.764 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.764 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:02:16.764 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.247984+0000", 2024-09-13T15:02:16.765 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:02:16.765 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.765 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.765 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:02:16.765 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.247984+0000", 2024-09-13T15:02:16.765 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:02:16.765 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.765 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.765 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:02:16.765 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.247985+0000", 2024-09-13T15:02:16.765 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.029e-06 2024-09-13T15:02:16.765 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.765 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.766 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:02:16.766 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.247990+0000", 2024-09-13T15:02:16.766 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.758e-06 2024-09-13T15:02:16.766 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.766 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.766 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:02:16.766 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.248006+0000", 2024-09-13T15:02:16.766 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.5733999999999999e-05 2024-09-13T15:02:16.766 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.766 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.766 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:02:16.766 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.248014+0000", 2024-09-13T15:02:16.766 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.1920000000000005e-06 2024-09-13T15:02:16.767 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.767 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.767 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:02:16.767 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.248087+0000", 2024-09-13T15:02:16.767 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.3233999999999997e-05 2024-09-13T15:02:16.767 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.767 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.767 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:02:16.767 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.248099+0000", 2024-09-13T15:02:16.767 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1581e-05 2024-09-13T15:02:16.767 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.767 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.767 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:02:16.767 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.203385+0000", 2024-09-13T15:02:16.768 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.95528674800000002 2024-09-13T15:02:16.768 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.768 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.768 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:02:16.768 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.203484+0000", 2024-09-13T15:02:16.768 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.8764000000000005e-05 2024-09-13T15:02:16.768 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.768 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.768 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 4,7", 2024-09-13T15:02:16.768 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.203582+0000", 2024-09-13T15:02:16.768 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.8286000000000001e-05 2024-09-13T15:02:16.768 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.768 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.769 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:16.769 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.209443+0000", 2024-09-13T15:02:16.769 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0058610229999999999 2024-09-13T15:02:16.769 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.769 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.769 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:16.769 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.209597+0000", 2024-09-13T15:02:16.769 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00015401299999999999 2024-09-13T15:02:16.769 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.769 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.769 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:02:16.769 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.210097+0000", 2024-09-13T15:02:16.769 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000500061 2024-09-13T15:02:16.770 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.770 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.770 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:02:16.770 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.210247+0000", 2024-09-13T15:02:16.770 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00014926100000000001 2024-09-13T15:02:16.770 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.770 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.770 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:02:16.770 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.210283+0000", 2024-09-13T15:02:16.770 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.5811e-05 2024-09-13T15:02:16.770 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:02:16.770 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:02:16.770 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:02:16.770 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.771 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.771 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:211566 9.11 9:8e3260fd:::benchmark_data_smithi071_298031_object100318:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1368)", 2024-09-13T15:02:16.771 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:02:08.250612+0000", 2024-09-13T15:02:16.771 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 8.3693593760000002, 2024-09-13T15:02:16.771 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.95991666499999995, 2024-09-13T15:02:16.771 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:02:16.771 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:02:16.771 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:02:16.771 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:02:16.771 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:02:16.771 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:02:16.771 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 211566 2024-09-13T15:02:16.771 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.771 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:02:16.772 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.772 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:02:16.772 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.250612+0000", 2024-09-13T15:02:16.772 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:02:16.772 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.772 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.772 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:02:16.772 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.250612+0000", 2024-09-13T15:02:16.772 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:02:16.772 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.772 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.772 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:02:16.772 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.250613+0000", 2024-09-13T15:02:16.773 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.79e-06 2024-09-13T15:02:16.773 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.773 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.773 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:02:16.773 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.250620+0000", 2024-09-13T15:02:16.773 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.6329999999999999e-06 2024-09-13T15:02:16.773 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.773 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.773 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:02:16.773 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.250637+0000", 2024-09-13T15:02:16.773 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.7465e-05 2024-09-13T15:02:16.774 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.774 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.774 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:02:16.774 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.250646+0000", 2024-09-13T15:02:16.774 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.3129999999999999e-06 2024-09-13T15:02:16.774 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.774 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.774 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:02:16.774 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.250781+0000", 2024-09-13T15:02:16.774 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013496600000000001 2024-09-13T15:02:16.774 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.774 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.774 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:02:16.775 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.250791+0000", 2024-09-13T15:02:16.775 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0506000000000001e-05 2024-09-13T15:02:16.775 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.775 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.775 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:02:16.775 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.205388+0000", 2024-09-13T15:02:16.775 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.95459669899999999 2024-09-13T15:02:16.775 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.775 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.775 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:02:16.775 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.205500+0000", 2024-09-13T15:02:16.775 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00011242 2024-09-13T15:02:16.775 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.775 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.776 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 4,7", 2024-09-13T15:02:16.776 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.205597+0000", 2024-09-13T15:02:16.776 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.6255999999999995e-05 2024-09-13T15:02:16.776 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.776 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.776 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:16.776 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.209862+0000", 2024-09-13T15:02:16.776 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0042651709999999999 2024-09-13T15:02:16.776 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.776 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.776 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:02:16.776 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.210291+0000", 2024-09-13T15:02:16.776 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00042957599999999998 2024-09-13T15:02:16.777 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.777 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.777 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:16.777 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.210326+0000", 2024-09-13T15:02:16.777 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.4746999999999998e-05 2024-09-13T15:02:16.777 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.777 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.777 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:02:16.777 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.210453+0000", 2024-09-13T15:02:16.777 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012690800000000001 2024-09-13T15:02:16.777 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.777 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.777 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:02:16.777 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.210528+0000", 2024-09-13T15:02:16.778 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.5215000000000004e-05 2024-09-13T15:02:16.778 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:02:16.778 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:02:16.778 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:02:16.778 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.778 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.778 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:211580 9.c 9:37f02bb4:::benchmark_data_smithi071_298031_object100332:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1368)", 2024-09-13T15:02:16.778 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:02:08.262971+0000", 2024-09-13T15:02:16.778 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 8.3569996660000001, 2024-09-13T15:02:16.778 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.994822278, 2024-09-13T15:02:16.778 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:02:16.778 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:02:16.778 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:02:16.779 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:02:16.779 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:02:16.779 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:02:16.779 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 211580 2024-09-13T15:02:16.779 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.779 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:02:16.779 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.779 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:02:16.779 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.262971+0000", 2024-09-13T15:02:16.779 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:02:16.779 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.779 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.779 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:02:16.779 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.262971+0000", 2024-09-13T15:02:16.780 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:02:16.780 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.780 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.780 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:02:16.780 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.262973+0000", 2024-09-13T15:02:16.780 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.672e-06 2024-09-13T15:02:16.780 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.780 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.780 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:02:16.780 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.262978+0000", 2024-09-13T15:02:16.780 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.0579999999999997e-06 2024-09-13T15:02:16.780 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.780 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.781 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:02:16.781 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.262994+0000", 2024-09-13T15:02:16.781 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.5685e-05 2024-09-13T15:02:16.781 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.781 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.781 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:02:16.781 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.263000+0000", 2024-09-13T15:02:16.781 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.7789999999999998e-06 2024-09-13T15:02:16.781 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.781 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.781 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:02:16.781 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.263073+0000", 2024-09-13T15:02:16.781 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.2619000000000004e-05 2024-09-13T15:02:16.781 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.782 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.782 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:02:16.782 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.263086+0000", 2024-09-13T15:02:16.782 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2561000000000001e-05 2024-09-13T15:02:16.782 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.782 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.782 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:02:16.782 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.247239+0000", 2024-09-13T15:02:16.782 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.98415321300000003 2024-09-13T15:02:16.782 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.782 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.782 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:02:16.782 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.247338+0000", 2024-09-13T15:02:16.783 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.9542000000000003e-05 2024-09-13T15:02:16.783 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.783 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.783 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 4,7", 2024-09-13T15:02:16.783 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.247448+0000", 2024-09-13T15:02:16.783 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000109628 2024-09-13T15:02:16.783 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.783 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.783 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:16.783 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.255109+0000", 2024-09-13T15:02:16.783 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0076607519999999998 2024-09-13T15:02:16.783 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.783 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.783 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:16.784 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.255149+0000", 2024-09-13T15:02:16.784 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.0006999999999998e-05 2024-09-13T15:02:16.784 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.784 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.784 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:02:16.784 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.257507+0000", 2024-09-13T15:02:16.784 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.002358265 2024-09-13T15:02:16.784 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.784 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.784 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:02:16.784 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.257746+0000", 2024-09-13T15:02:16.784 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00023875099999999999 2024-09-13T15:02:16.784 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:02:16.785 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:02:16.785 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:02:16.785 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.257794+0000", 2024-09-13T15:02:16.785 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.7746e-05 2024-09-13T15:02:16.785 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:02:16.785 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:02:16.785 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:02:16.785 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:02:16.785 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:02:16.785 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T15:02:16.785 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:16.806 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:16.807 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:16.807 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:16.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:16 smithi071 ceph-mon[107477]: pgmap v2097: 119 pgs: 119 active+clean; 542 MiB data, 7.1 GiB used, 619 GiB / 626 GiB avail; 0 B/s wr, 446 op/s; 32 MiB/s, 510 objects/s recovering 2024-09-13T15:02:16.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:16 smithi071 ceph-mon[107477]: 9.2 scrub starts 2024-09-13T15:02:16.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:16 smithi071 ceph-mon[107477]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:02:16.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:16 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pool set", "pool": "unique_pool_4", "var": "pgp_num_actual", "val": "17"}]': finished 2024-09-13T15:02:16.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:16 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T15:02:16.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:16 smithi071 ceph-mon[107477]: osdmap e1371: 8 total, 8 up, 7 in 2024-09-13T15:02:16.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:16 smithi071 ceph-mon[107477]: 9.11 scrub starts 2024-09-13T15:02:16.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:16 smithi071 ceph-mon[107477]: 9.5 scrub starts 2024-09-13T15:02:16.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:16 smithi071 ceph-mon[112785]: pgmap v2097: 119 pgs: 119 active+clean; 542 MiB data, 7.1 GiB used, 619 GiB / 626 GiB avail; 0 B/s wr, 446 op/s; 32 MiB/s, 510 objects/s recovering 2024-09-13T15:02:16.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:16 smithi071 ceph-mon[112785]: 9.2 scrub starts 2024-09-13T15:02:16.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:16 smithi071 ceph-mon[112785]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:02:16.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:16 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pool set", "pool": "unique_pool_4", "var": "pgp_num_actual", "val": "17"}]': finished 2024-09-13T15:02:16.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:16 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T15:02:16.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:16 smithi071 ceph-mon[112785]: osdmap e1371: 8 total, 8 up, 7 in 2024-09-13T15:02:16.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:16 smithi071 ceph-mon[112785]: 9.11 scrub starts 2024-09-13T15:02:16.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:16 smithi071 ceph-mon[112785]: 9.5 scrub starts 2024-09-13T15:02:16.908 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:16.928 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:16.929 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:16.929 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:17.030 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:02:17.052 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:17.053 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:17.053 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:02:17.154 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:17.175 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:17.175 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:17.176 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:17.277 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:02:17.298 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:17.299 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:17.299 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:02:17.400 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:02:17.422 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:17.422 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:17.423 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:02:17.523 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:17.545 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:17.545 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:17.546 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:17.646 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:17.669 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:17.669 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:17.672 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:17.773 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:02:17.804 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:17.805 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:17.805 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:02:17.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:17 smithi071 ceph-mon[107477]: 9.2 scrub starts 2024-09-13T15:02:17.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:17 smithi071 ceph-mon[107477]: osdmap e1372: 8 total, 8 up, 7 in 2024-09-13T15:02:17.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:17 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pool set", "pool": "unique_pool_4", "var": "pgp_num_actual", "val": "18"} : dispatch 2024-09-13T15:02:17.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:17 smithi071 ceph-mon[107477]: 9.1 scrub starts 2024-09-13T15:02:17.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:17 smithi071 ceph-mon[112785]: 9.2 scrub starts 2024-09-13T15:02:17.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:17 smithi071 ceph-mon[112785]: osdmap e1372: 8 total, 8 up, 7 in 2024-09-13T15:02:17.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:17 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pool set", "pool": "unique_pool_4", "var": "pgp_num_actual", "val": "18"} : dispatch 2024-09-13T15:02:17.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:17 smithi071 ceph-mon[112785]: 9.1 scrub starts 2024-09-13T15:02:17.906 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:17.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:17 smithi104 ceph-mon[105578]: 9.2 scrub starts 2024-09-13T15:02:17.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:17 smithi104 ceph-mon[105578]: osdmap e1372: 8 total, 8 up, 7 in 2024-09-13T15:02:17.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:17 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pool set", "pool": "unique_pool_4", "var": "pgp_num_actual", "val": "18"} : dispatch 2024-09-13T15:02:17.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:17 smithi104 ceph-mon[105578]: 9.1 scrub starts 2024-09-13T15:02:17.932 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:17.933 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:17.933 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:18.034 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:02:18.062 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:18.063 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:18.064 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:02:18.165 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:02:18.188 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:18.189 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:18.189 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:02:18.290 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:02:18.314 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:18.314 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:18.314 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:02:18.415 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:18.436 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:18.437 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:18.437 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:18.538 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:18.559 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:18.559 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:18.560 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:18.661 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:18.682 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:18.682 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:18.683 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:18.784 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:02:18.807 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:18.807 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:18.808 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:02:18.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:18 smithi071 ceph-mon[107477]: pgmap v2100: 119 pgs: 119 active+clean; 277 MiB data, 6.4 GiB used, 619 GiB / 626 GiB avail; 0 B/s wr, 1.03k op/s; 22 MiB/s, 351 objects/s recovering 2024-09-13T15:02:18.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:18 smithi071 ceph-mon[107477]: 9.12 scrub starts 2024-09-13T15:02:18.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:18 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pool set", "pool": "unique_pool_4", "var": "pgp_num_actual", "val": "18"}]': finished 2024-09-13T15:02:18.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:18 smithi071 ceph-mon[107477]: 9.10 starting backfill to osd.4 from (0'0,0'0] MAX to 1370'10830 2024-09-13T15:02:18.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:18 smithi071 ceph-mon[107477]: osdmap e1373: 8 total, 8 up, 7 in 2024-09-13T15:02:18.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:18 smithi071 ceph-mon[107477]: 9.10 starting backfill to osd.7 from (0'0,0'0] MAX to 1370'10830 2024-09-13T15:02:18.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:18 smithi071 ceph-mon[107477]: 9.1 scrub starts 2024-09-13T15:02:18.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:18 smithi071 ceph-mon[107477]: 9.5 scrub starts 2024-09-13T15:02:18.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:18 smithi071 ceph-mon[107477]: osdmap e1374: 8 total, 8 up, 7 in 2024-09-13T15:02:18.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:18 smithi071 ceph-mon[112785]: pgmap v2100: 119 pgs: 119 active+clean; 277 MiB data, 6.4 GiB used, 619 GiB / 626 GiB avail; 0 B/s wr, 1.03k op/s; 22 MiB/s, 351 objects/s recovering 2024-09-13T15:02:18.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:18 smithi071 ceph-mon[112785]: 9.12 scrub starts 2024-09-13T15:02:18.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:18 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pool set", "pool": "unique_pool_4", "var": "pgp_num_actual", "val": "18"}]': finished 2024-09-13T15:02:18.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:18 smithi071 ceph-mon[112785]: 9.10 starting backfill to osd.4 from (0'0,0'0] MAX to 1370'10830 2024-09-13T15:02:18.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:18 smithi071 ceph-mon[112785]: osdmap e1373: 8 total, 8 up, 7 in 2024-09-13T15:02:18.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:18 smithi071 ceph-mon[112785]: 9.10 starting backfill to osd.7 from (0'0,0'0] MAX to 1370'10830 2024-09-13T15:02:18.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:18 smithi071 ceph-mon[112785]: 9.1 scrub starts 2024-09-13T15:02:18.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:18 smithi071 ceph-mon[112785]: 9.5 scrub starts 2024-09-13T15:02:18.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:18 smithi071 ceph-mon[112785]: osdmap e1374: 8 total, 8 up, 7 in 2024-09-13T15:02:18.909 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:18.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:18 smithi104 ceph-mon[105578]: pgmap v2100: 119 pgs: 119 active+clean; 277 MiB data, 6.4 GiB used, 619 GiB / 626 GiB avail; 0 B/s wr, 1.03k op/s; 22 MiB/s, 351 objects/s recovering 2024-09-13T15:02:18.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:18 smithi104 ceph-mon[105578]: 9.12 scrub starts 2024-09-13T15:02:18.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:18 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pool set", "pool": "unique_pool_4", "var": "pgp_num_actual", "val": "18"}]': finished 2024-09-13T15:02:18.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:18 smithi104 ceph-mon[105578]: 9.10 starting backfill to osd.4 from (0'0,0'0] MAX to 1370'10830 2024-09-13T15:02:18.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:18 smithi104 ceph-mon[105578]: osdmap e1373: 8 total, 8 up, 7 in 2024-09-13T15:02:18.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:18 smithi104 ceph-mon[105578]: 9.10 starting backfill to osd.7 from (0'0,0'0] MAX to 1370'10830 2024-09-13T15:02:18.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:18 smithi104 ceph-mon[105578]: 9.1 scrub starts 2024-09-13T15:02:18.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:18 smithi104 ceph-mon[105578]: 9.5 scrub starts 2024-09-13T15:02:18.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:18 smithi104 ceph-mon[105578]: osdmap e1374: 8 total, 8 up, 7 in 2024-09-13T15:02:18.930 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:18.931 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:18.931 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:19.032 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:02:19.055 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:19.056 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:19.056 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:02:19.097 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.4 dump_ops_in_flight 2024-09-13T15:02:19.157 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:19.179 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:19.179 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:19.180 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:19.281 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:02:19.296 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T15:02:19.304 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:19.304 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:19.305 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:02:19.405 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:02:19.432 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:19.433 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:19.433 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:02:19.534 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:02:19.563 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:19.563 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:19.564 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:02:19.605 DEBUG:teuthology.orchestra.run:got remote process result: 22 2024-09-13T15:02:19.606 INFO:tasks.thrashosds.thrasher:Failed to trim stale osdmaps, ignoring 2024-09-13T15:02:19.606 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph tell osd.4 'trim stale osdmaps' 2024-09-13T15:02:19.665 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:19.698 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:19.699 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:19.699 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:19.782 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:19 smithi104 ceph-mon[105578]: 9.12 scrub starts 2024-09-13T15:02:19.783 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:19 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pool set", "pool": "unique_pool_4", "var": "pgp_num_actual", "val": "19"} : dispatch 2024-09-13T15:02:19.783 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:19 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pool set", "pool": "unique_pool_4", "var": "pgp_num_actual", "val": "19"}]': finished 2024-09-13T15:02:19.783 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:19 smithi104 ceph-mon[105578]: osdmap e1375: 8 total, 8 up, 7 in 2024-09-13T15:02:19.800 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:19.827 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:19.828 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:19.828 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:19.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:19 smithi071 ceph-mon[107477]: 9.12 scrub starts 2024-09-13T15:02:19.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:19 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pool set", "pool": "unique_pool_4", "var": "pgp_num_actual", "val": "19"} : dispatch 2024-09-13T15:02:19.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:19 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pool set", "pool": "unique_pool_4", "var": "pgp_num_actual", "val": "19"}]': finished 2024-09-13T15:02:19.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:19 smithi071 ceph-mon[107477]: osdmap e1375: 8 total, 8 up, 7 in 2024-09-13T15:02:19.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:19 smithi071 ceph-mon[112785]: 9.12 scrub starts 2024-09-13T15:02:19.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:19 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pool set", "pool": "unique_pool_4", "var": "pgp_num_actual", "val": "19"} : dispatch 2024-09-13T15:02:19.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:19 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pool set", "pool": "unique_pool_4", "var": "pgp_num_actual", "val": "19"}]': finished 2024-09-13T15:02:19.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:19 smithi071 ceph-mon[112785]: osdmap e1375: 8 total, 8 up, 7 in 2024-09-13T15:02:19.929 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:02:19.951 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:19.951 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:19.952 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:02:20.009 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:02:20.053 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:20.074 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:20.075 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:20.076 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:20.177 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:20.198 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:20.198 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:20.199 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:20.300 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:20.323 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:20.324 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:20.324 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:20.425 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:02:20.447 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:20.448 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:20.448 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:02:20.549 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:02:20.570 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:20.571 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:20.571 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:02:20.672 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:20.694 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:20.694 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:20.695 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:20.795 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:20.798 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:02:20.816 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:20.817 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:20.818 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:20.878 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:20 smithi104 ceph-mon[105578]: pgmap v2103: 119 pgs: 119 active+clean; 277 MiB data, 6.4 GiB used, 619 GiB / 626 GiB avail; 0 B/s wr, 1.06k op/s 2024-09-13T15:02:20.879 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:20 smithi104 ceph-mon[105578]: 9.11 starting backfill to osd.1 from (1331'5682,1367'10948] MIN to 1371'11176 2024-09-13T15:02:20.879 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:20 smithi104 ceph-mon[105578]: 9.2 scrub starts 2024-09-13T15:02:20.879 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:20 smithi104 ceph-mon[105578]: 9.5 scrub starts 2024-09-13T15:02:20.879 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:20 smithi104 ceph-mon[105578]: osdmap e1376: 8 total, 8 up, 7 in 2024-09-13T15:02:20.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:20 smithi071 ceph-mon[107477]: pgmap v2103: 119 pgs: 119 active+clean; 277 MiB data, 6.4 GiB used, 619 GiB / 626 GiB avail; 0 B/s wr, 1.06k op/s 2024-09-13T15:02:20.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:20 smithi071 ceph-mon[107477]: 9.11 starting backfill to osd.1 from (1331'5682,1367'10948] MIN to 1371'11176 2024-09-13T15:02:20.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:20 smithi071 ceph-mon[107477]: 9.2 scrub starts 2024-09-13T15:02:20.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:20 smithi071 ceph-mon[107477]: 9.5 scrub starts 2024-09-13T15:02:20.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:20 smithi071 ceph-mon[107477]: osdmap e1376: 8 total, 8 up, 7 in 2024-09-13T15:02:20.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:20 smithi071 ceph-mon[112785]: pgmap v2103: 119 pgs: 119 active+clean; 277 MiB data, 6.4 GiB used, 619 GiB / 626 GiB avail; 0 B/s wr, 1.06k op/s 2024-09-13T15:02:20.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:20 smithi071 ceph-mon[112785]: 9.11 starting backfill to osd.1 from (1331'5682,1367'10948] MIN to 1371'11176 2024-09-13T15:02:20.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:20 smithi071 ceph-mon[112785]: 9.2 scrub starts 2024-09-13T15:02:20.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:20 smithi071 ceph-mon[112785]: 9.5 scrub starts 2024-09-13T15:02:20.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:20 smithi071 ceph-mon[112785]: osdmap e1376: 8 total, 8 up, 7 in 2024-09-13T15:02:20.918 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:20.939 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:20.940 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:20.940 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:21.041 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:21.062 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:21.062 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:21.063 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:21.163 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:02:21.184 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:21.185 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:21.185 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:02:21.286 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:21.308 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:21.308 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:21.309 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:21.390 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2024-09-13T15:02:21.390 INFO:teuthology.orchestra.run.smithi104.stdout: "ops": [], 2024-09-13T15:02:21.390 INFO:teuthology.orchestra.run.smithi104.stdout: "num_ops": 0 2024-09-13T15:02:21.390 INFO:teuthology.orchestra.run.smithi104.stdout:} 2024-09-13T15:02:21.410 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:02:21.431 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:21.432 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:21.432 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:02:21.533 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:21.554 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:21.555 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:21.555 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:21.656 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:21.677 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:21.678 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:21.678 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:21.766 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:21 smithi071 ceph-mon[107477]: 9.1 scrub starts 2024-09-13T15:02:21.767 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:21 smithi071 ceph-mon[107477]: osdmap e1377: 8 total, 8 up, 7 in 2024-09-13T15:02:21.767 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:21 smithi071 ceph-mon[112785]: 9.1 scrub starts 2024-09-13T15:02:21.767 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:21 smithi071 ceph-mon[112785]: osdmap e1377: 8 total, 8 up, 7 in 2024-09-13T15:02:21.779 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:21.809 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:21.810 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:21.810 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:21.911 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:02:21.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:21 smithi104 ceph-mon[105578]: 9.1 scrub starts 2024-09-13T15:02:21.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:21 smithi104 ceph-mon[105578]: osdmap e1377: 8 total, 8 up, 7 in 2024-09-13T15:02:21.943 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:21.944 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:21.944 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:02:22.006 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd unset noscrub 2024-09-13T15:02:22.045 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:22.073 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.4 dump_blocked_ops 2024-09-13T15:02:22.081 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:22.081 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:22.082 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:22.182 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:02:22.221 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:22.221 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:22.222 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:02:22.322 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:22.369 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:22.370 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:22.370 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:22.435 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T15:02:22.471 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:02:22.513 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:22.513 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:22.514 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:02:22.614 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:02:22.665 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T15:02:22.665 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T15:02:22.666 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:22.667 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:22.667 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:02:22.699 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T15:02:22.699 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T15:02:22.727 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T15:02:22.728 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T15:02:22.729 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:02:22 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:02:22] "GET /metrics HTTP/1.1" 200 36657 "" "Prometheus/2.51.0" 2024-09-13T15:02:22.729 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:22 smithi071 ceph-mon[107477]: pgmap v2106: 119 pgs: 1 peering, 118 active+clean; 154 MiB data, 5.9 GiB used, 620 GiB / 626 GiB avail; 0 B/s wr, 493 op/s; 2.4 MiB/s, 38 objects/s recovering 2024-09-13T15:02:22.729 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:22 smithi071 ceph-mon[107477]: 9.12 starting backfill to osd.0 from (0'0,0'0] MAX to 1373'11062 2024-09-13T15:02:22.729 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:22 smithi071 ceph-mon[107477]: 9.12 starting backfill to osd.5 from (0'0,0'0] MAX to 1373'11062 2024-09-13T15:02:22.730 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:22 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2004500866' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:02:22.730 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:22 smithi071 ceph-mon[112785]: pgmap v2106: 119 pgs: 1 peering, 118 active+clean; 154 MiB data, 5.9 GiB used, 620 GiB / 626 GiB avail; 0 B/s wr, 493 op/s; 2.4 MiB/s, 38 objects/s recovering 2024-09-13T15:02:22.730 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:22 smithi071 ceph-mon[112785]: 9.12 starting backfill to osd.0 from (0'0,0'0] MAX to 1373'11062 2024-09-13T15:02:22.730 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:22 smithi071 ceph-mon[112785]: 9.12 starting backfill to osd.5 from (0'0,0'0] MAX to 1373'11062 2024-09-13T15:02:22.731 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:22 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2004500866' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:02:22.755 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T15:02:22.755 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T15:02:22.768 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:22.780 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T15:02:22.780 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T15:02:22.799 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:22.800 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:22.800 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:22.804 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T15:02:22.804 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T15:02:22.828 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T15:02:22.829 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T15:02:22.855 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T15:02:22.855 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T15:02:22.874 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:22 smithi104 ceph-mon[105578]: pgmap v2106: 119 pgs: 1 peering, 118 active+clean; 154 MiB data, 5.9 GiB used, 620 GiB / 626 GiB avail; 0 B/s wr, 493 op/s; 2.4 MiB/s, 38 objects/s recovering 2024-09-13T15:02:22.874 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:22 smithi104 ceph-mon[105578]: 9.12 starting backfill to osd.0 from (0'0,0'0] MAX to 1373'11062 2024-09-13T15:02:22.874 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:22 smithi104 ceph-mon[105578]: 9.12 starting backfill to osd.5 from (0'0,0'0] MAX to 1373'11062 2024-09-13T15:02:22.874 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:22 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2004500866' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:02:22.901 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:02:22.929 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:22.930 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:22.930 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:02:23.031 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:02:23.055 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:23.056 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:23.056 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:02:23.157 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:02:23.179 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:23.179 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:23.179 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:02:23.280 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:23.302 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:23.302 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:23.303 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:23.404 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:02:23.425 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:23.425 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:23.426 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:02:23.526 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:02:23.548 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:23.549 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:23.549 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:02:23.650 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:23.674 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:23.674 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:23.675 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:23.760 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:23 smithi071 ceph-mon[107477]: 9.12 scrub starts 2024-09-13T15:02:23.761 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:23 smithi071 ceph-mon[107477]: osdmap e1378: 8 total, 8 up, 7 in 2024-09-13T15:02:23.761 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:23 smithi071 ceph-mon[112785]: 9.12 scrub starts 2024-09-13T15:02:23.761 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:23 smithi071 ceph-mon[112785]: osdmap e1378: 8 total, 8 up, 7 in 2024-09-13T15:02:23.775 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:23.791 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:02:23.811 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:23.959 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:23.959 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:23.959 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:23 smithi104 ceph-mon[105578]: 9.12 scrub starts 2024-09-13T15:02:23.959 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:23 smithi104 ceph-mon[105578]: osdmap e1378: 8 total, 8 up, 7 in 2024-09-13T15:02:24.060 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:24.099 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:24.099 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:24.100 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:24.188 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Removed 111245 objects 2024-09-13T15:02:24.189 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Clean up completed and total clean up time :110.661 2024-09-13T15:02:24.200 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:02:24.220 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:24.221 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:24.221 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:02:24.253 INFO:teuthology.orchestra.run.smithi104.stdout:ERROR: (22) Invalid argument 2024-09-13T15:02:24.253 INFO:teuthology.orchestra.run.smithi104.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T15:02:24.322 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:02:24.344 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:24.344 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:24.345 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:02:24.445 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:02:24.467 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:24.467 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:24.468 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:02:24.569 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:24.590 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:24.590 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:24.591 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:24.691 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:24.714 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:24.714 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:24.714 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:24.795 INFO:tasks.cephadm.ceph_manager.ceph:removing pool_name unique_pool_4 2024-09-13T15:02:24.795 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd pool rm unique_pool_4 unique_pool_4 --yes-i-really-really-mean-it 2024-09-13T15:02:24.816 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:24.817 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:24 smithi071 ceph-mon[107477]: pgmap v2109: 119 pgs: 1 peering, 118 active+clean; 151 MiB data, 5.9 GiB used, 620 GiB / 626 GiB avail; 0 B/s wr, 505 op/s; 2.4 MiB/s, 38 objects/s recovering 2024-09-13T15:02:24.817 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:24 smithi071 ceph-mon[107477]: osdmap e1379: 8 total, 8 up, 7 in 2024-09-13T15:02:24.817 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:24 smithi071 ceph-mon[112785]: pgmap v2109: 119 pgs: 1 peering, 118 active+clean; 151 MiB data, 5.9 GiB used, 620 GiB / 626 GiB avail; 0 B/s wr, 505 op/s; 2.4 MiB/s, 38 objects/s recovering 2024-09-13T15:02:24.817 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:24 smithi071 ceph-mon[112785]: osdmap e1379: 8 total, 8 up, 7 in 2024-09-13T15:02:24.838 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:24.839 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:24.839 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:24.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:24 smithi104 ceph-mon[105578]: pgmap v2109: 119 pgs: 1 peering, 118 active+clean; 151 MiB data, 5.9 GiB used, 620 GiB / 626 GiB avail; 0 B/s wr, 505 op/s; 2.4 MiB/s, 38 objects/s recovering 2024-09-13T15:02:24.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:24 smithi104 ceph-mon[105578]: osdmap e1379: 8 total, 8 up, 7 in 2024-09-13T15:02:24.941 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:02:24.962 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:24.963 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:24.963 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:02:24.983 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.4 dump_historic_ops 2024-09-13T15:02:25.064 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:25.085 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:25.085 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:25.086 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:25.180 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T15:02:25.186 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:25.207 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:25.208 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:25.208 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:25.270 INFO:teuthology.orchestra.run.smithi071.stderr:no valid command found; 10 closest matches: 2024-09-13T15:02:25.270 INFO:teuthology.orchestra.run.smithi071.stderr:0 2024-09-13T15:02:25.271 INFO:teuthology.orchestra.run.smithi071.stderr:1 2024-09-13T15:02:25.271 INFO:teuthology.orchestra.run.smithi071.stderr:2 2024-09-13T15:02:25.271 INFO:teuthology.orchestra.run.smithi071.stderr:abort 2024-09-13T15:02:25.271 INFO:teuthology.orchestra.run.smithi071.stderr:assert 2024-09-13T15:02:25.271 INFO:teuthology.orchestra.run.smithi071.stderr:bench [] [] [] [] 2024-09-13T15:02:25.271 INFO:teuthology.orchestra.run.smithi071.stderr:bluefs debug_inject_read_zeros 2024-09-13T15:02:25.271 INFO:teuthology.orchestra.run.smithi071.stderr:bluefs files list 2024-09-13T15:02:25.271 INFO:teuthology.orchestra.run.smithi071.stderr:bluefs stats 2024-09-13T15:02:25.271 INFO:teuthology.orchestra.run.smithi071.stderr:bluestore allocator dump block 2024-09-13T15:02:25.271 INFO:teuthology.orchestra.run.smithi071.stderr:Error EINVAL: invalid command 2024-09-13T15:02:25.309 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:25.330 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:25.330 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:25.331 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:25.431 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:02:25.455 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:25.456 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:25.456 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:02:25.557 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:02:25.578 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:25.579 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:25.580 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:02:25.681 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:25.702 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:25.702 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:25.702 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:25.799 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=true 2024-09-13T15:02:25.803 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:02:25.865 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:25.866 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:25.866 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:02:25.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:25 smithi071 ceph-mon[107477]: 9.5 scrub starts 2024-09-13T15:02:25.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:25 smithi071 ceph-mon[112785]: 9.5 scrub starts 2024-09-13T15:02:25.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:25 smithi104 ceph-mon[105578]: 9.5 scrub starts 2024-09-13T15:02:25.946 DEBUG:teuthology.orchestra.run:got remote process result: 22 2024-09-13T15:02:25.946 INFO:tasks.thrashosds.thrasher:Failed to trim stale osdmaps, ignoring 2024-09-13T15:02:25.947 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph tell osd.7 'trim stale osdmaps' 2024-09-13T15:02:25.967 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:25.989 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:25.989 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:25.989 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:26.009 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:02:26.090 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:02:26.112 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:26.113 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:26.114 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:02:26.214 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:02:26.235 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:26.236 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:26.236 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:02:26.337 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:26.358 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:26.358 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:26.359 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:26.400 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:02:26.459 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:02:26.481 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:26.481 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:26.482 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:02:26.582 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:26.605 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:26.605 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:26.606 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:26.707 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:26.728 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:26.729 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:26.729 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:26.830 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:02:26.853 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:26.853 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:26.854 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:02:26.873 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:26 smithi104 ceph-mon[105578]: pgmap v2111: 119 pgs: 1 peering, 118 active+clean; 111 MiB data, 5.7 GiB used, 620 GiB / 626 GiB avail; 0 B/s wr, 414 op/s; 2.1 MiB/s, 33 objects/s recovering 2024-09-13T15:02:26.873 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:26 smithi104 ceph-mon[105578]: 9.1 scrub starts 2024-09-13T15:02:26.873 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:26 smithi104 ceph-mon[105578]: 9.2 scrub starts 2024-09-13T15:02:26.905 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:26 smithi071 ceph-mon[107477]: pgmap v2111: 119 pgs: 1 peering, 118 active+clean; 111 MiB data, 5.7 GiB used, 620 GiB / 626 GiB avail; 0 B/s wr, 414 op/s; 2.1 MiB/s, 33 objects/s recovering 2024-09-13T15:02:26.906 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:26 smithi071 ceph-mon[107477]: 9.1 scrub starts 2024-09-13T15:02:26.906 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:26 smithi071 ceph-mon[107477]: 9.2 scrub starts 2024-09-13T15:02:26.906 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:26 smithi071 ceph-mon[112785]: pgmap v2111: 119 pgs: 1 peering, 118 active+clean; 111 MiB data, 5.7 GiB used, 620 GiB / 626 GiB avail; 0 B/s wr, 414 op/s; 2.1 MiB/s, 33 objects/s recovering 2024-09-13T15:02:26.906 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:26 smithi071 ceph-mon[112785]: 9.1 scrub starts 2024-09-13T15:02:26.906 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:26 smithi071 ceph-mon[112785]: 9.2 scrub starts 2024-09-13T15:02:26.955 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:02:26.956 INFO:teuthology.orchestra.run.smithi104.stdout:ERROR: (22) Invalid argument 2024-09-13T15:02:26.956 INFO:teuthology.orchestra.run.smithi104.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T15:02:26.976 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:26.977 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:26.977 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:02:27.078 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:02:27.099 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:27.100 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:27.100 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:02:27.201 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:27.223 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:27.223 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:27.224 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:27.324 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:02:27.346 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:27.346 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:27.347 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:02:27.447 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:02:27.470 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:27.470 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:27.471 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:02:27.571 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:02:27.593 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:27.593 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:27.594 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:02:27.668 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.5 dump_ops_in_flight 2024-09-13T15:02:27.695 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:02:27.716 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:27.717 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:27.717 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:02:27.818 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:27.840 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:27.840 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:27.841 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:27.867 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T15:02:27.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:27 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pool set", "pool": "unique_pool_4", "var": "pgp_num_actual", "val": "20"} : dispatch 2024-09-13T15:02:27.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:27 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pool set", "pool": "unique_pool_4", "var": "pgp_num_actual", "val": "20"} : dispatch 2024-09-13T15:02:27.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:27 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pool set", "pool": "unique_pool_4", "var": "pgp_num_actual", "val": "20"} : dispatch 2024-09-13T15:02:27.941 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:27.963 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:27.963 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:27.964 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:28.065 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:02:28.087 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:28.087 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:28.087 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:02:28.188 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:28.209 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:28.210 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:28.210 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:28.311 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:28.333 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:28.333 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:28.334 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:28.347 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:02:28.434 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:28.455 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:28.456 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:28.456 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:28.557 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:28.579 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:28.579 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:28.580 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:28.680 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:02:28.702 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:28.702 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:28.703 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:02:28.731 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:28 smithi071 ceph-mon[107477]: pgmap v2112: 119 pgs: 1 active+clean+scrubbing, 118 active+clean; 16 MiB data, 5.5 GiB used, 620 GiB / 626 GiB avail; 0 B/s wr, 396 op/s; 619 KiB/s, 9 objects/s recovering 2024-09-13T15:02:28.731 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:28 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pool set", "pool": "unique_pool_4", "var": "pgp_num_actual", "val": "20"}]': finished 2024-09-13T15:02:28.731 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:28 smithi071 ceph-mon[107477]: osdmap e1380: 8 total, 8 up, 7 in 2024-09-13T15:02:28.731 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:28 smithi071 ceph-mon[107477]: 9.5 scrub starts 2024-09-13T15:02:28.731 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:28 smithi071 ceph-mon[107477]: osdmap e1381: 8 total, 8 up, 7 in 2024-09-13T15:02:28.732 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:28 smithi071 ceph-mon[112785]: pgmap v2112: 119 pgs: 1 active+clean+scrubbing, 118 active+clean; 16 MiB data, 5.5 GiB used, 620 GiB / 626 GiB avail; 0 B/s wr, 396 op/s; 619 KiB/s, 9 objects/s recovering 2024-09-13T15:02:28.732 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:28 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pool set", "pool": "unique_pool_4", "var": "pgp_num_actual", "val": "20"}]': finished 2024-09-13T15:02:28.732 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:28 smithi071 ceph-mon[112785]: osdmap e1380: 8 total, 8 up, 7 in 2024-09-13T15:02:28.732 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:28 smithi071 ceph-mon[112785]: 9.5 scrub starts 2024-09-13T15:02:28.732 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:28 smithi071 ceph-mon[112785]: osdmap e1381: 8 total, 8 up, 7 in 2024-09-13T15:02:28.804 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:02:28.825 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:28.825 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:28.826 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:02:28.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:28 smithi104 ceph-mon[105578]: pgmap v2112: 119 pgs: 1 active+clean+scrubbing, 118 active+clean; 16 MiB data, 5.5 GiB used, 620 GiB / 626 GiB avail; 0 B/s wr, 396 op/s; 619 KiB/s, 9 objects/s recovering 2024-09-13T15:02:28.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:28 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pool set", "pool": "unique_pool_4", "var": "pgp_num_actual", "val": "20"}]': finished 2024-09-13T15:02:28.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:28 smithi104 ceph-mon[105578]: osdmap e1380: 8 total, 8 up, 7 in 2024-09-13T15:02:28.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:28 smithi104 ceph-mon[105578]: 9.5 scrub starts 2024-09-13T15:02:28.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:28 smithi104 ceph-mon[105578]: osdmap e1381: 8 total, 8 up, 7 in 2024-09-13T15:02:28.927 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:02:28.949 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:28.950 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:28.950 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:02:29.051 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:29.073 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:29.074 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:29.074 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:29.175 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:02:29.196 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:29.197 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:29.197 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:02:29.298 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:02:29.325 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:29.325 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:29.325 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:02:29.426 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:02:29.449 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:29.450 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:29.450 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:02:29.522 INFO:teuthology.orchestra.run.smithi104.stdout:ERROR: (22) Invalid argument 2024-09-13T15:02:29.523 INFO:teuthology.orchestra.run.smithi104.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T15:02:29.551 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:29.573 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:29.573 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:29.574 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:29.675 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:29.696 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:29.697 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:29.697 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:29.798 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:02:29.820 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:29.820 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:29.821 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:02:29.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:29 smithi071 ceph-mon[107477]: 9.1 scrub starts 2024-09-13T15:02:29.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:29 smithi071 ceph-mon[107477]: 9.2 scrub starts 2024-09-13T15:02:29.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pool set", "pool": "unique_pool_4", "var": "pgp_num_actual", "val": "21"} : dispatch 2024-09-13T15:02:29.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pool set", "pool": "unique_pool_4", "var": "pgp_num_actual", "val": "21"}]': finished 2024-09-13T15:02:29.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:29 smithi071 ceph-mon[107477]: osdmap e1382: 8 total, 8 up, 7 in 2024-09-13T15:02:29.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:02:29.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:29 smithi071 ceph-mon[112785]: 9.1 scrub starts 2024-09-13T15:02:29.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:29 smithi071 ceph-mon[112785]: 9.2 scrub starts 2024-09-13T15:02:29.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pool set", "pool": "unique_pool_4", "var": "pgp_num_actual", "val": "21"} : dispatch 2024-09-13T15:02:29.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pool set", "pool": "unique_pool_4", "var": "pgp_num_actual", "val": "21"}]': finished 2024-09-13T15:02:29.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:29 smithi071 ceph-mon[112785]: osdmap e1382: 8 total, 8 up, 7 in 2024-09-13T15:02:29.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:02:29.922 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:02:29.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:29 smithi104 ceph-mon[105578]: 9.1 scrub starts 2024-09-13T15:02:29.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:29 smithi104 ceph-mon[105578]: 9.2 scrub starts 2024-09-13T15:02:29.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pool set", "pool": "unique_pool_4", "var": "pgp_num_actual", "val": "21"} : dispatch 2024-09-13T15:02:29.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pool set", "pool": "unique_pool_4", "var": "pgp_num_actual", "val": "21"}]': finished 2024-09-13T15:02:29.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:29 smithi104 ceph-mon[105578]: osdmap e1382: 8 total, 8 up, 7 in 2024-09-13T15:02:29.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:02:29.944 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:29.944 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:29.944 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:02:30.045 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:02:30.067 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:30.068 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:30.069 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:02:30.120 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.5 dump_blocked_ops 2024-09-13T15:02:30.169 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:02:30.191 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:30.191 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:30.191 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:02:30.292 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:30.313 INFO:teuthology.orchestra.run.smithi071.stderr:noscrub is unset 2024-09-13T15:02:30.319 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:30.319 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:30.320 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:30.325 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T15:02:30.421 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:02:30.442 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:30.442 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:30.443 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:02:30.544 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:02:30.566 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:30.566 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:30.566 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:02:30.667 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:30.689 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:30.690 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:30.690 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:30.754 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:30 smithi104 ceph-mon[105578]: pgmap v2115: 119 pgs: 1 active+clean+scrubbing, 118 active+clean; 16 MiB data, 5.5 GiB used, 620 GiB / 626 GiB avail; 0 B/s wr, 388 op/s; 618 KiB/s, 9 objects/s recovering 2024-09-13T15:02:30.754 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:30 smithi104 ceph-mon[105578]: 9.13 starting backfill to osd.0 from (0'0,0'0] MAX to 1379'10987 2024-09-13T15:02:30.754 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:30 smithi104 ceph-mon[105578]: 9.13 starting backfill to osd.5 from (0'0,0'0] MAX to 1379'10987 2024-09-13T15:02:30.754 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:30 smithi104 ceph-mon[105578]: 9.2 scrub starts 2024-09-13T15:02:30.755 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:30 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3160756089' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T15:02:30.755 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:30 smithi104 ceph-mon[105578]: 9.5 scrub starts 2024-09-13T15:02:30.755 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:30 smithi104 ceph-mon[105578]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:02:30.755 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:30 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3160756089' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T15:02:30.755 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:30 smithi104 ceph-mon[105578]: osdmap e1383: 8 total, 8 up, 7 in 2024-09-13T15:02:30.791 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:02:30.814 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:30.814 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:30.815 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:02:30.915 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:30.937 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:30.938 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:30.938 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:31.030 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:30 smithi071 ceph-mon[107477]: pgmap v2115: 119 pgs: 1 active+clean+scrubbing, 118 active+clean; 16 MiB data, 5.5 GiB used, 620 GiB / 626 GiB avail; 0 B/s wr, 388 op/s; 618 KiB/s, 9 objects/s recovering 2024-09-13T15:02:31.030 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:30 smithi071 ceph-mon[107477]: 9.13 starting backfill to osd.0 from (0'0,0'0] MAX to 1379'10987 2024-09-13T15:02:31.031 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:30 smithi071 ceph-mon[107477]: 9.13 starting backfill to osd.5 from (0'0,0'0] MAX to 1379'10987 2024-09-13T15:02:31.031 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:30 smithi071 ceph-mon[107477]: 9.2 scrub starts 2024-09-13T15:02:31.031 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:30 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3160756089' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T15:02:31.031 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:30 smithi071 ceph-mon[107477]: 9.5 scrub starts 2024-09-13T15:02:31.031 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:30 smithi071 ceph-mon[107477]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:02:31.031 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:30 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3160756089' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T15:02:31.031 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:30 smithi071 ceph-mon[107477]: osdmap e1383: 8 total, 8 up, 7 in 2024-09-13T15:02:31.031 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:30 smithi071 ceph-mon[112785]: pgmap v2115: 119 pgs: 1 active+clean+scrubbing, 118 active+clean; 16 MiB data, 5.5 GiB used, 620 GiB / 626 GiB avail; 0 B/s wr, 388 op/s; 618 KiB/s, 9 objects/s recovering 2024-09-13T15:02:31.031 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:30 smithi071 ceph-mon[112785]: 9.13 starting backfill to osd.0 from (0'0,0'0] MAX to 1379'10987 2024-09-13T15:02:31.031 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:30 smithi071 ceph-mon[112785]: 9.13 starting backfill to osd.5 from (0'0,0'0] MAX to 1379'10987 2024-09-13T15:02:31.031 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:30 smithi071 ceph-mon[112785]: 9.2 scrub starts 2024-09-13T15:02:31.032 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:30 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3160756089' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T15:02:31.032 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:30 smithi071 ceph-mon[112785]: 9.5 scrub starts 2024-09-13T15:02:31.032 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:30 smithi071 ceph-mon[112785]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:02:31.032 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:30 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3160756089' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T15:02:31.032 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:30 smithi071 ceph-mon[112785]: osdmap e1383: 8 total, 8 up, 7 in 2024-09-13T15:02:31.038 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:02:31.061 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:31.061 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:31.063 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:02:31.164 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:31.186 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:31.186 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:31.187 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:31.287 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:02:31.309 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:31.310 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:31.310 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:02:31.411 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:31.432 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:31.432 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:31.433 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:31.533 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:02:31.554 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:31.555 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:31.556 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:02:31.656 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:31.677 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:31.678 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:31.678 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:31.780 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:02:31.802 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:31.802 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:31.803 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:02:31.821 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:31 smithi071 ceph-mon[112785]: 9.1 scrub starts 2024-09-13T15:02:31.821 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:31 smithi071 ceph-mon[112785]: 1.d scrub starts 2024-09-13T15:02:31.821 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:31 smithi071 ceph-mon[112785]: 1.d scrub ok 2024-09-13T15:02:31.821 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:31 smithi071 ceph-mon[112785]: 9.4 scrub starts 2024-09-13T15:02:31.821 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:31 smithi071 ceph-mon[112785]: 9.4 scrub ok 2024-09-13T15:02:31.822 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:31 smithi071 ceph-mon[112785]: pgmap v2118: 119 pgs: 1 peering, 1 unknown, 1 active+clean+scrubbing, 116 active+clean; 11 MiB data, 5.4 GiB used, 620 GiB / 626 GiB avail; 0 B/s wr, 26 op/s 2024-09-13T15:02:31.822 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:31 smithi071 ceph-mon[112785]: osdmap e1384: 8 total, 8 up, 7 in 2024-09-13T15:02:31.822 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:31 smithi071 ceph-mon[107477]: 9.1 scrub starts 2024-09-13T15:02:31.822 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:31 smithi071 ceph-mon[107477]: 1.d scrub starts 2024-09-13T15:02:31.822 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:31 smithi071 ceph-mon[107477]: 1.d scrub ok 2024-09-13T15:02:31.822 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:31 smithi071 ceph-mon[107477]: 9.4 scrub starts 2024-09-13T15:02:31.822 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:31 smithi071 ceph-mon[107477]: 9.4 scrub ok 2024-09-13T15:02:31.822 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:31 smithi071 ceph-mon[107477]: pgmap v2118: 119 pgs: 1 peering, 1 unknown, 1 active+clean+scrubbing, 116 active+clean; 11 MiB data, 5.4 GiB used, 620 GiB / 626 GiB avail; 0 B/s wr, 26 op/s 2024-09-13T15:02:31.823 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:31 smithi071 ceph-mon[107477]: osdmap e1384: 8 total, 8 up, 7 in 2024-09-13T15:02:31.903 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:31.925 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:31.926 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:31.926 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:31.928 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:31 smithi104 ceph-mon[105578]: 9.1 scrub starts 2024-09-13T15:02:31.928 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:31 smithi104 ceph-mon[105578]: 1.d scrub starts 2024-09-13T15:02:31.929 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:31 smithi104 ceph-mon[105578]: 1.d scrub ok 2024-09-13T15:02:31.929 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:31 smithi104 ceph-mon[105578]: 9.4 scrub starts 2024-09-13T15:02:31.929 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:31 smithi104 ceph-mon[105578]: 9.4 scrub ok 2024-09-13T15:02:31.929 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:31 smithi104 ceph-mon[105578]: pgmap v2118: 119 pgs: 1 peering, 1 unknown, 1 active+clean+scrubbing, 116 active+clean; 11 MiB data, 5.4 GiB used, 620 GiB / 626 GiB avail; 0 B/s wr, 26 op/s 2024-09-13T15:02:31.929 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:31 smithi104 ceph-mon[105578]: osdmap e1384: 8 total, 8 up, 7 in 2024-09-13T15:02:32.027 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:02:32.051 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:32.051 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:32.052 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:02:32.105 INFO:teuthology.orchestra.run.smithi071.stderr:no valid command found; 10 closest matches: 2024-09-13T15:02:32.105 INFO:teuthology.orchestra.run.smithi071.stderr:0 2024-09-13T15:02:32.105 INFO:teuthology.orchestra.run.smithi071.stderr:1 2024-09-13T15:02:32.105 INFO:teuthology.orchestra.run.smithi071.stderr:2 2024-09-13T15:02:32.105 INFO:teuthology.orchestra.run.smithi071.stderr:abort 2024-09-13T15:02:32.105 INFO:teuthology.orchestra.run.smithi071.stderr:assert 2024-09-13T15:02:32.106 INFO:teuthology.orchestra.run.smithi071.stderr:bench [] [] [] [] 2024-09-13T15:02:32.106 INFO:teuthology.orchestra.run.smithi071.stderr:bluefs debug_inject_read_zeros 2024-09-13T15:02:32.106 INFO:teuthology.orchestra.run.smithi071.stderr:bluefs files list 2024-09-13T15:02:32.106 INFO:teuthology.orchestra.run.smithi071.stderr:bluefs stats 2024-09-13T15:02:32.106 INFO:teuthology.orchestra.run.smithi071.stderr:bluestore allocator dump block 2024-09-13T15:02:32.106 INFO:teuthology.orchestra.run.smithi071.stderr:Error EINVAL: invalid command 2024-09-13T15:02:32.152 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:32.174 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:32.175 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:32.175 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:32.269 INFO:teuthology.orchestra.run.smithi104.stdout:ERROR: (22) Invalid argument 2024-09-13T15:02:32.269 INFO:teuthology.orchestra.run.smithi104.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T15:02:32.276 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:02:32.297 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:32.298 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:32.299 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:02:32.399 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:32.421 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:32.421 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:32.422 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:32.522 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:02:32.545 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:32.546 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:32.546 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:02:32.647 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:32.668 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:32.669 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:32.669 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:32.771 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:32.792 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:32.792 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:32.793 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:32.894 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:02:32.915 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:32.916 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:32.916 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:02:32.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:32 smithi104 ceph-mon[105578]: 9.14 starting backfill to osd.5 from (0'0,0'0] MAX to 1379'11101 2024-09-13T15:02:32.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:32 smithi104 ceph-mon[105578]: 9.14 scrub starts 2024-09-13T15:02:32.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:32 smithi104 ceph-mon[105578]: 9.14 scrub ok 2024-09-13T15:02:32.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:32 smithi104 ceph-mon[105578]: 9.6 scrub starts 2024-09-13T15:02:32.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:32 smithi104 ceph-mon[105578]: 9.6 scrub ok 2024-09-13T15:02:32.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:32 smithi104 ceph-mon[105578]: osdmap e1385: 8 total, 8 up, 7 in 2024-09-13T15:02:33.017 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:02:33.038 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:33.038 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:33.039 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:02:33.053 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd unset nodeep-scrub 2024-09-13T15:02:33.055 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.5 dump_historic_ops 2024-09-13T15:02:33.102 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:32 smithi071 ceph-mon[107477]: 9.14 starting backfill to osd.5 from (0'0,0'0] MAX to 1379'11101 2024-09-13T15:02:33.102 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:32 smithi071 ceph-mon[107477]: 9.14 scrub starts 2024-09-13T15:02:33.102 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:32 smithi071 ceph-mon[107477]: 9.14 scrub ok 2024-09-13T15:02:33.102 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:32 smithi071 ceph-mon[107477]: 9.6 scrub starts 2024-09-13T15:02:33.102 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:32 smithi071 ceph-mon[107477]: 9.6 scrub ok 2024-09-13T15:02:33.102 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:32 smithi071 ceph-mon[107477]: osdmap e1385: 8 total, 8 up, 7 in 2024-09-13T15:02:33.103 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:02:32 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:02:32] "GET /metrics HTTP/1.1" 200 36641 "" "Prometheus/2.51.0" 2024-09-13T15:02:33.103 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:32 smithi071 ceph-mon[112785]: 9.14 starting backfill to osd.5 from (0'0,0'0] MAX to 1379'11101 2024-09-13T15:02:33.103 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:32 smithi071 ceph-mon[112785]: 9.14 scrub starts 2024-09-13T15:02:33.103 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:32 smithi071 ceph-mon[112785]: 9.14 scrub ok 2024-09-13T15:02:33.103 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:32 smithi071 ceph-mon[112785]: 9.6 scrub starts 2024-09-13T15:02:33.103 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:32 smithi071 ceph-mon[112785]: 9.6 scrub ok 2024-09-13T15:02:33.103 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:32 smithi071 ceph-mon[112785]: osdmap e1385: 8 total, 8 up, 7 in 2024-09-13T15:02:33.140 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:33.162 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:33.163 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:33.163 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:33.210 DEBUG:teuthology.orchestra.run:got remote process result: 22 2024-09-13T15:02:33.211 INFO:tasks.thrashosds.thrasher:Failed to trim stale osdmaps, ignoring 2024-09-13T15:02:33.211 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph tell osd.2 'trim stale osdmaps' 2024-09-13T15:02:33.252 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T15:02:33.264 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:02:33.315 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:33.316 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:33.317 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:02:33.418 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:02:33.439 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:33.440 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:33.440 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:02:33.541 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:02:33.564 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:33.565 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:33.565 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:02:33.666 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:33.688 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:33.688 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:33.689 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:33.765 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T15:02:33.765 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T15:02:33.774 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T15:02:33.775 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T15:02:33.789 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:33.790 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T15:02:33.791 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T15:02:33.809 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T15:02:33.809 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T15:02:33.811 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:33.811 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:33.812 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:33.825 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T15:02:33.825 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T15:02:33.841 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T15:02:33.841 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T15:02:33.857 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T15:02:33.857 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T15:02:33.872 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T15:02:33.872 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T15:02:33.913 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:33.934 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:33.935 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:33.935 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:34.036 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:34.057 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:34.057 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:34.058 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:34.158 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:34.179 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:34.180 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:34.180 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:34.281 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:34.303 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:34.304 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:34.305 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:34.405 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:02:34.427 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:34.428 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:34.428 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:02:34.529 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:02:34.551 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:34.551 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:34.551 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:02:34.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:34 smithi071 ceph-mon[112785]: pgmap v2121: 119 pgs: 1 peering, 1 unknown, 117 active+clean; 11 MiB data, 5.4 GiB used, 620 GiB / 626 GiB avail; 0 B/s wr, 26 op/s 2024-09-13T15:02:34.644 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:34 smithi071 ceph-mon[112785]: osdmap e1386: 8 total, 8 up, 7 in 2024-09-13T15:02:34.645 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:34 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3863846953' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:02:34.645 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:34 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2492582398' entity='client.admin' cmd={"prefix": "osd pool rm", "pool": "unique_pool_4", "pool2": "unique_pool_4", "yes_i_really_really_mean_it": true} : dispatch 2024-09-13T15:02:34.645 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:34 smithi071 ceph-mon[107477]: pgmap v2121: 119 pgs: 1 peering, 1 unknown, 117 active+clean; 11 MiB data, 5.4 GiB used, 620 GiB / 626 GiB avail; 0 B/s wr, 26 op/s 2024-09-13T15:02:34.645 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:34 smithi071 ceph-mon[107477]: osdmap e1386: 8 total, 8 up, 7 in 2024-09-13T15:02:34.645 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:34 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3863846953' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:02:34.645 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:34 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2492582398' entity='client.admin' cmd={"prefix": "osd pool rm", "pool": "unique_pool_4", "pool2": "unique_pool_4", "yes_i_really_really_mean_it": true} : dispatch 2024-09-13T15:02:34.653 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:34.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:34 smithi104 ceph-mon[105578]: pgmap v2121: 119 pgs: 1 peering, 1 unknown, 117 active+clean; 11 MiB data, 5.4 GiB used, 620 GiB / 626 GiB avail; 0 B/s wr, 26 op/s 2024-09-13T15:02:34.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:34 smithi104 ceph-mon[105578]: osdmap e1386: 8 total, 8 up, 7 in 2024-09-13T15:02:34.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:34 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3863846953' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:02:34.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:34 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2492582398' entity='client.admin' cmd={"prefix": "osd pool rm", "pool": "unique_pool_4", "pool2": "unique_pool_4", "yes_i_really_really_mean_it": true} : dispatch 2024-09-13T15:02:34.677 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:34.677 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:34.678 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:34.680 INFO:teuthology.orchestra.run.smithi071.stderr:pool 'unique_pool_4' removed 2024-09-13T15:02:34.778 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:02:34.801 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:34.801 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:34.802 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:02:34.903 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:02:34.941 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:34.942 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:34.942 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:02:35.043 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:02:35.069 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:35.070 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:35.070 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:02:35.097 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:02:35.130 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:02:35.171 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:35.193 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:35.194 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:35.194 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:35.295 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:35.316 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:35.317 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:35.317 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:35.418 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:35.439 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:35.440 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:35.440 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:35.524 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2024-09-13T15:02:35.525 INFO:teuthology.orchestra.run.smithi104.stdout: "size": 20, 2024-09-13T15:02:35.525 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 600, 2024-09-13T15:02:35.525 INFO:teuthology.orchestra.run.smithi104.stdout: "ops": [ 2024-09-13T15:02:35.525 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.525 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:134229 8.8 8:1934118d:::benchmark_data_smithi071_245775_object12931:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1230)", 2024-09-13T15:02:35.525 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:53:14.988945+0000", 2024-09-13T15:02:35.525 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 560.53225536599996, 2024-09-13T15:02:35.525 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.0808747379999999, 2024-09-13T15:02:35.525 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:02:35.525 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:02:35.525 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:02:35.525 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T15:02:35.526 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T15:02:35.526 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 134229 2024-09-13T15:02:35.526 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.526 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:02:35.526 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.526 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:02:35.526 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:14.988945+0000", 2024-09-13T15:02:35.526 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:02:35.526 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.526 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.526 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:02:35.526 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:14.988945+0000", 2024-09-13T15:02:35.527 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:02:35.527 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.527 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.527 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:02:35.527 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:14.988945+0000", 2024-09-13T15:02:35.527 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T15:02:35.527 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.527 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.527 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:02:35.527 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:14.988949+0000", 2024-09-13T15:02:35.527 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.4739999999999999e-06 2024-09-13T15:02:35.527 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.527 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.528 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:02:35.528 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:14.988959+0000", 2024-09-13T15:02:35.528 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.029e-05 2024-09-13T15:02:35.528 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.528 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.528 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:02:35.528 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:14.988964+0000", 2024-09-13T15:02:35.528 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.0089999999999998e-06 2024-09-13T15:02:35.528 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.528 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.528 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.529 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:14.989015+0000", 2024-09-13T15:02:35.529 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.1087000000000001e-05 2024-09-13T15:02:35.529 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.529 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.529 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:02:35.529 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:14.989028+0000", 2024-09-13T15:02:35.529 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2473999999999999e-05 2024-09-13T15:02:35.529 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.529 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.529 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.529 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:15.950197+0000", 2024-09-13T15:02:35.529 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.96116943899999996 2024-09-13T15:02:35.530 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.530 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.530 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:02:35.530 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:15.950212+0000", 2024-09-13T15:02:35.530 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.4463e-05 2024-09-13T15:02:35.530 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.530 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.530 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.530 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.059948+0000", 2024-09-13T15:02:35.530 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.109736185 2024-09-13T15:02:35.530 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.530 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.530 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:02:35.531 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.060115+0000", 2024-09-13T15:02:35.531 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00016721100000000001 2024-09-13T15:02:35.531 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.531 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.531 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,3,7", 2024-09-13T15:02:35.531 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.060260+0000", 2024-09-13T15:02:35.531 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000144408 2024-09-13T15:02:35.531 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.531 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.531 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:35.531 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.069666+0000", 2024-09-13T15:02:35.531 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0094061330000000005 2024-09-13T15:02:35.532 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.532 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.532 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T15:02:35.532 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.069672+0000", 2024-09-13T15:02:35.532 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.8540000000000002e-06 2024-09-13T15:02:35.532 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.532 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.532 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:35.532 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.069695+0000", 2024-09-13T15:02:35.532 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.3042999999999999e-05 2024-09-13T15:02:35.532 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.532 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.532 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:35.533 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.069712+0000", 2024-09-13T15:02:35.533 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.7674999999999999e-05 2024-09-13T15:02:35.533 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.533 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.533 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:02:35.533 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.069751+0000", 2024-09-13T15:02:35.533 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.875e-05 2024-09-13T15:02:35.533 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.533 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.533 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:02:35.533 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:53:17.069820+0000", 2024-09-13T15:02:35.533 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.9004999999999994e-05 2024-09-13T15:02:35.533 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:02:35.534 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:02:35.534 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:02:35.534 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.534 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.534 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:140976 8.d 8:b8ace6d5:::benchmark_data_smithi071_245775_object19678:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1250)", 2024-09-13T15:02:35.534 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:54:33.187799+0000", 2024-09-13T15:02:35.534 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 482.33340124099999, 2024-09-13T15:02:35.534 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.0659357310000002, 2024-09-13T15:02:35.534 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:02:35.534 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:02:35.534 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:02:35.534 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T15:02:35.534 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T15:02:35.535 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 140976 2024-09-13T15:02:35.535 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.535 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:02:35.535 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.535 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:02:35.535 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:33.187799+0000", 2024-09-13T15:02:35.535 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:02:35.535 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.535 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.535 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:02:35.535 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:33.187799+0000", 2024-09-13T15:02:35.535 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:02:35.535 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.536 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.536 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:02:35.536 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:33.187798+0000", 2024-09-13T15:02:35.536 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T15:02:35.536 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.536 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.536 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:02:35.536 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:33.187804+0000", 2024-09-13T15:02:35.536 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.4519999999999996e-06 2024-09-13T15:02:35.536 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.536 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.536 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:02:35.536 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:33.187814+0000", 2024-09-13T15:02:35.537 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0723000000000001e-05 2024-09-13T15:02:35.537 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.537 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.537 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:02:35.537 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:33.187821+0000", 2024-09-13T15:02:35.537 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.029e-06 2024-09-13T15:02:35.537 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.537 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.537 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.537 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:33.187862+0000", 2024-09-13T15:02:35.537 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.0868999999999998e-05 2024-09-13T15:02:35.537 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.537 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.538 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:02:35.538 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:33.187970+0000", 2024-09-13T15:02:35.538 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00010794 2024-09-13T15:02:35.538 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.538 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.538 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,6,7", 2024-09-13T15:02:35.538 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:33.188054+0000", 2024-09-13T15:02:35.538 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.3416000000000002e-05 2024-09-13T15:02:35.538 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.538 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.538 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T15:02:35.538 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:33.190487+0000", 2024-09-13T15:02:35.538 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0024336399999999999 2024-09-13T15:02:35.539 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.539 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.539 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:35.539 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:33.190615+0000", 2024-09-13T15:02:35.539 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000127668 2024-09-13T15:02:35.539 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.539 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.539 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:35.539 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:33.191067+0000", 2024-09-13T15:02:35.539 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00045221600000000002 2024-09-13T15:02:35.539 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.539 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.540 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:35.540 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:36.253573+0000", 2024-09-13T15:02:35.540 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.0625062270000001 2024-09-13T15:02:35.540 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.540 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.540 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:02:35.540 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:36.253636+0000", 2024-09-13T15:02:35.540 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.2743000000000006e-05 2024-09-13T15:02:35.540 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.540 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.540 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:02:35.540 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:54:36.253735+0000", 2024-09-13T15:02:35.540 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.8978e-05 2024-09-13T15:02:35.540 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:02:35.541 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:02:35.541 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:02:35.541 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.541 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.541 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:202998 8.8 8:13571dd7:::benchmark_data_smithi071_245775_object81700:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1279)", 2024-09-13T15:02:35.541 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:57:13.873804+0000", 2024-09-13T15:02:35.541 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 321.647396818, 2024-09-13T15:02:35.541 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.0992788660000001, 2024-09-13T15:02:35.541 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:02:35.541 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T15:02:35.541 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:02:35.541 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T15:02:35.541 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T15:02:35.541 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 202998 2024-09-13T15:02:35.542 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.542 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:02:35.542 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.542 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:02:35.542 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:13.873804+0000", 2024-09-13T15:02:35.542 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:02:35.542 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.542 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.542 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:02:35.543 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:13.873804+0000", 2024-09-13T15:02:35.543 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:02:35.543 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.543 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.543 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:02:35.543 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:13.873802+0000", 2024-09-13T15:02:35.543 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999981 2024-09-13T15:02:35.543 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.543 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.543 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:02:35.543 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:13.873810+0000", 2024-09-13T15:02:35.543 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.4970000000000004e-06 2024-09-13T15:02:35.543 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.544 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.544 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:02:35.544 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:13.873822+0000", 2024-09-13T15:02:35.544 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2768999999999999e-05 2024-09-13T15:02:35.544 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.544 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.544 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:02:35.544 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:13.873830+0000", 2024-09-13T15:02:35.544 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.2139999999999999e-06 2024-09-13T15:02:35.544 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.544 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.544 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.545 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:13.873879+0000", 2024-09-13T15:02:35.545 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.9381e-05 2024-09-13T15:02:35.545 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.545 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.545 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:02:35.545 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:13.874025+0000", 2024-09-13T15:02:35.545 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000145909 2024-09-13T15:02:35.545 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.545 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.545 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,3", 2024-09-13T15:02:35.545 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:13.874373+0000", 2024-09-13T15:02:35.545 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00034824600000000003 2024-09-13T15:02:35.546 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.546 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.546 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T15:02:35.546 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:13.887119+0000", 2024-09-13T15:02:35.546 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.012746281 2024-09-13T15:02:35.546 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.546 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.546 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.546 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:13.900144+0000", 2024-09-13T15:02:35.546 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.013025011 2024-09-13T15:02:35.546 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.546 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.547 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:02:35.547 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:13.900157+0000", 2024-09-13T15:02:35.547 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2571e-05 2024-09-13T15:02:35.547 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.547 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.547 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.547 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:14.895768+0000", 2024-09-13T15:02:35.547 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.99561076800000003 2024-09-13T15:02:35.547 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.547 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.547 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:02:35.547 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:14.895780+0000", 2024-09-13T15:02:35.547 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2165e-05 2024-09-13T15:02:35.548 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.548 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.548 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.548 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:15.972996+0000", 2024-09-13T15:02:35.548 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0772160630000001 2024-09-13T15:02:35.548 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.548 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.548 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:02:35.548 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:15.973083+0000", 2024-09-13T15:02:35.548 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.6718000000000006e-05 2024-09-13T15:02:35.548 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:02:35.548 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:02:35.548 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:02:35.548 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.549 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.549 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:236284 8.3 8:c7dba6d1:::benchmark_data_smithi071_245775_object114986:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1292)", 2024-09-13T15:02:35.549 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:57:51.594942+0000", 2024-09-13T15:02:35.549 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 283.92625901000002, 2024-09-13T15:02:35.549 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.167668323, 2024-09-13T15:02:35.549 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:02:35.549 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T15:02:35.549 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:02:35.549 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T15:02:35.549 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T15:02:35.549 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 236284 2024-09-13T15:02:35.549 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.549 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:02:35.550 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.550 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:02:35.550 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.594942+0000", 2024-09-13T15:02:35.550 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:02:35.550 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.550 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.550 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:02:35.550 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.594942+0000", 2024-09-13T15:02:35.550 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:02:35.550 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.550 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.550 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:02:35.550 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.594941+0000", 2024-09-13T15:02:35.550 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T15:02:35.551 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.551 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.551 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:02:35.551 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.594947+0000", 2024-09-13T15:02:35.551 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.426e-06 2024-09-13T15:02:35.551 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.551 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.551 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:02:35.551 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.594960+0000", 2024-09-13T15:02:35.551 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2964e-05 2024-09-13T15:02:35.551 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.551 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.551 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:02:35.551 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.594967+0000", 2024-09-13T15:02:35.552 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.9589999999999998e-06 2024-09-13T15:02:35.552 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.552 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.552 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.552 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.595010+0000", 2024-09-13T15:02:35.552 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.3566999999999998e-05 2024-09-13T15:02:35.552 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.552 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.552 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:02:35.552 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.595143+0000", 2024-09-13T15:02:35.552 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00013249 2024-09-13T15:02:35.552 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.552 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.552 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,3", 2024-09-13T15:02:35.552 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.595481+0000", 2024-09-13T15:02:35.553 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00033768300000000003 2024-09-13T15:02:35.553 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.553 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.553 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T15:02:35.553 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.599809+0000", 2024-09-13T15:02:35.553 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0043284669999999999 2024-09-13T15:02:35.553 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.553 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.553 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:35.553 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.599911+0000", 2024-09-13T15:02:35.553 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000102011 2024-09-13T15:02:35.553 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.553 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.553 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.554 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.611766+0000", 2024-09-13T15:02:35.554 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.011855324 2024-09-13T15:02:35.554 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.554 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.554 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:02:35.554 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.611781+0000", 2024-09-13T15:02:35.554 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.4949e-05 2024-09-13T15:02:35.554 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.554 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.554 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.554 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.622505+0000", 2024-09-13T15:02:35.555 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:35.556 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0107234060000001 2024-09-13T15:02:35.556 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.556 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.557 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:02:35.557 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.622514+0000", 2024-09-13T15:02:35.557 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.9889999999999998e-06 2024-09-13T15:02:35.557 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.557 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.557 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.557 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.762529+0000", 2024-09-13T15:02:35.557 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.140015284 2024-09-13T15:02:35.557 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.557 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.557 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:02:35.557 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.762610+0000", 2024-09-13T15:02:35.557 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.0890000000000006e-05 2024-09-13T15:02:35.558 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:02:35.558 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:02:35.558 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:02:35.558 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.558 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.558 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:236286 8.3 8:c2738121:::benchmark_data_smithi071_245775_object114988:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1292)", 2024-09-13T15:02:35.558 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:57:51.595557+0000", 2024-09-13T15:02:35.558 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 283.92564323699997, 2024-09-13T15:02:35.558 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.1691831769999999, 2024-09-13T15:02:35.558 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:02:35.558 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T15:02:35.558 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:02:35.558 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T15:02:35.559 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T15:02:35.559 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 236286 2024-09-13T15:02:35.559 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.559 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:02:35.559 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.559 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:02:35.559 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.595557+0000", 2024-09-13T15:02:35.559 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:02:35.559 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.559 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.559 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:02:35.559 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.595557+0000", 2024-09-13T15:02:35.559 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:02:35.560 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.560 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.560 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:02:35.560 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.595557+0000", 2024-09-13T15:02:35.560 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T15:02:35.560 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.560 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.560 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:02:35.560 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.595567+0000", 2024-09-13T15:02:35.560 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0285999999999999e-05 2024-09-13T15:02:35.560 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.560 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.560 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:02:35.561 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.595578+0000", 2024-09-13T15:02:35.561 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0740000000000001e-05 2024-09-13T15:02:35.561 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.561 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.561 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:02:35.561 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.595584+0000", 2024-09-13T15:02:35.561 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.9429999999999997e-06 2024-09-13T15:02:35.561 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.561 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.561 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.561 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.597830+0000", 2024-09-13T15:02:35.561 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0022465829999999999 2024-09-13T15:02:35.561 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.562 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.562 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:02:35.562 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.597960+0000", 2024-09-13T15:02:35.562 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000129913 2024-09-13T15:02:35.562 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.562 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.562 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,3", 2024-09-13T15:02:35.562 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.598291+0000", 2024-09-13T15:02:35.562 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00033105100000000001 2024-09-13T15:02:35.562 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.562 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.562 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T15:02:35.562 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.599943+0000", 2024-09-13T15:02:35.562 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0016520300000000001 2024-09-13T15:02:35.563 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.563 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.563 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.563 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.611818+0000", 2024-09-13T15:02:35.563 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.011874861 2024-09-13T15:02:35.563 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.563 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.563 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:02:35.563 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.611826+0000", 2024-09-13T15:02:35.563 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.6120000000000001e-06 2024-09-13T15:02:35.563 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.563 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.563 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.563 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.622540+0000", 2024-09-13T15:02:35.564 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0107147089999999 2024-09-13T15:02:35.564 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.564 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.564 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:02:35.564 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.622548+0000", 2024-09-13T15:02:35.564 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.9419999999999995e-06 2024-09-13T15:02:35.564 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.564 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.564 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.564 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.764673+0000", 2024-09-13T15:02:35.564 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1421247320000001 2024-09-13T15:02:35.564 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.564 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.564 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:02:35.565 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.764741+0000", 2024-09-13T15:02:35.565 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.7504999999999998e-05 2024-09-13T15:02:35.565 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:02:35.565 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:02:35.565 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:02:35.565 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.565 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.565 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:236287 8.8 8:146f212b:::benchmark_data_smithi071_245775_object114989:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1292)", 2024-09-13T15:02:35.565 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:57:51.598997+0000", 2024-09-13T15:02:35.565 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 283.922203921, 2024-09-13T15:02:35.565 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.1065277120000001, 2024-09-13T15:02:35.565 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:02:35.565 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T15:02:35.565 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:02:35.566 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T15:02:35.566 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T15:02:35.566 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 236287 2024-09-13T15:02:35.566 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.566 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:02:35.566 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.566 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:02:35.566 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.598997+0000", 2024-09-13T15:02:35.566 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:02:35.566 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.566 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.566 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:02:35.566 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.598997+0000", 2024-09-13T15:02:35.567 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:02:35.567 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.567 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.567 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:02:35.567 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.598995+0000", 2024-09-13T15:02:35.567 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T15:02:35.567 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.567 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.567 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:02:35.567 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.599004+0000", 2024-09-13T15:02:35.567 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.6729999999999998e-06 2024-09-13T15:02:35.567 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.568 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.568 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:02:35.568 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.599017+0000", 2024-09-13T15:02:35.568 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2961e-05 2024-09-13T15:02:35.568 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.568 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.568 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:02:35.568 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.599024+0000", 2024-09-13T15:02:35.568 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.4080000000000001e-06 2024-09-13T15:02:35.568 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.568 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.568 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.568 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.599080+0000", 2024-09-13T15:02:35.568 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.5381999999999999e-05 2024-09-13T15:02:35.569 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.569 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.569 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:02:35.569 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.599180+0000", 2024-09-13T15:02:35.569 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000100017 2024-09-13T15:02:35.569 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.569 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.569 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,3,4", 2024-09-13T15:02:35.569 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.599476+0000", 2024-09-13T15:02:35.569 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00029608800000000002 2024-09-13T15:02:35.569 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.569 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.569 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:35.569 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.601713+0000", 2024-09-13T15:02:35.570 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0022367580000000001 2024-09-13T15:02:35.570 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.570 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.570 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T15:02:35.570 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.602550+0000", 2024-09-13T15:02:35.570 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00083758400000000005 2024-09-13T15:02:35.570 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.570 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.570 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.570 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.619586+0000", 2024-09-13T15:02:35.570 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.017035384000000001 2024-09-13T15:02:35.570 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.570 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.570 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:02:35.571 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.619593+0000", 2024-09-13T15:02:35.571 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.841e-06 2024-09-13T15:02:35.571 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.571 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.571 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.571 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.627523+0000", 2024-09-13T15:02:35.571 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0079296390000001 2024-09-13T15:02:35.571 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.571 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.571 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:02:35.571 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.627534+0000", 2024-09-13T15:02:35.571 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0738e-05 2024-09-13T15:02:35.572 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.572 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.572 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.572 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.705455+0000", 2024-09-13T15:02:35.572 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.077921457 2024-09-13T15:02:35.572 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.572 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.572 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:02:35.572 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.705524+0000", 2024-09-13T15:02:35.572 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.9092999999999997e-05 2024-09-13T15:02:35.572 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:02:35.572 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:02:35.573 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:02:35.573 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.573 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.573 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:236293 8.a 8:5e62eade:::benchmark_data_smithi071_245775_object114995:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1292)", 2024-09-13T15:02:35.573 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:57:51.603368+0000", 2024-09-13T15:02:35.573 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 283.91783226000001, 2024-09-13T15:02:35.573 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.1931981619999998, 2024-09-13T15:02:35.573 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:02:35.573 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T15:02:35.573 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:02:35.573 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T15:02:35.573 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T15:02:35.573 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 236293 2024-09-13T15:02:35.573 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.573 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:02:35.574 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.574 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:02:35.574 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.603368+0000", 2024-09-13T15:02:35.574 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:02:35.574 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.574 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.574 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:02:35.574 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.603368+0000", 2024-09-13T15:02:35.574 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:02:35.574 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.574 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.574 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:02:35.574 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.603367+0000", 2024-09-13T15:02:35.574 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T15:02:35.575 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.575 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.575 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:02:35.575 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.603373+0000", 2024-09-13T15:02:35.575 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.485e-06 2024-09-13T15:02:35.575 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.575 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.575 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:02:35.575 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.603383+0000", 2024-09-13T15:02:35.575 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0456e-05 2024-09-13T15:02:35.575 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.575 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.575 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:02:35.575 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.603391+0000", 2024-09-13T15:02:35.575 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.5349999999999999e-06 2024-09-13T15:02:35.576 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.576 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.576 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.576 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.603446+0000", 2024-09-13T15:02:35.576 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.5324000000000001e-05 2024-09-13T15:02:35.576 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.576 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.576 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:02:35.576 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.603593+0000", 2024-09-13T15:02:35.576 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000146685 2024-09-13T15:02:35.576 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.576 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.576 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,3", 2024-09-13T15:02:35.576 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.603710+0000", 2024-09-13T15:02:35.576 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00011770899999999999 2024-09-13T15:02:35.577 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.577 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.577 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.577 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.618879+0000", 2024-09-13T15:02:35.577 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.015168413 2024-09-13T15:02:35.577 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.577 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.577 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:02:35.577 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.618889+0000", 2024-09-13T15:02:35.577 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0182e-05 2024-09-13T15:02:35.577 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.577 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.577 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.577 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.615580+0000", 2024-09-13T15:02:35.578 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.99669099999999999 2024-09-13T15:02:35.578 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.578 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.578 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:02:35.578 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.615596+0000", 2024-09-13T15:02:35.578 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.5698000000000001e-05 2024-09-13T15:02:35.578 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.578 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.578 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.578 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.796486+0000", 2024-09-13T15:02:35.578 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1808899390000001 2024-09-13T15:02:35.578 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.578 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.578 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:02:35.578 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.796567+0000", 2024-09-13T15:02:35.579 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.0912000000000001e-05 2024-09-13T15:02:35.579 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:02:35.579 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:02:35.579 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:02:35.579 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.579 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.579 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:236288 8.10 8:0f9ffde5:::benchmark_data_smithi071_245775_object114990:head [delete] snapc 0=[] RETRY=1 ondisk+retry+write+known_if_redirected+supports_pool_eio e1293)", 2024-09-13T15:02:35.579 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:57:51.612048+0000", 2024-09-13T15:02:35.579 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 283.90915240999999, 2024-09-13T15:02:35.579 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.2061997579999999, 2024-09-13T15:02:35.579 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:02:35.579 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T15:02:35.579 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:02:35.580 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T15:02:35.580 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T15:02:35.580 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 236288 2024-09-13T15:02:35.580 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.580 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:02:35.580 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.580 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:02:35.580 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.612048+0000", 2024-09-13T15:02:35.580 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:02:35.580 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.580 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.580 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:02:35.580 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.612048+0000", 2024-09-13T15:02:35.580 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:02:35.580 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.581 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.581 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:02:35.581 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.612047+0000", 2024-09-13T15:02:35.581 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T15:02:35.581 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.581 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.581 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:02:35.581 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.612053+0000", 2024-09-13T15:02:35.581 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.4790000000000001e-06 2024-09-13T15:02:35.581 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.581 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.581 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:02:35.581 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.612064+0000", 2024-09-13T15:02:35.581 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.041e-05 2024-09-13T15:02:35.582 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.582 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.582 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:02:35.582 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.612078+0000", 2024-09-13T15:02:35.582 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3971999999999999e-05 2024-09-13T15:02:35.582 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.582 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.582 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.582 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.619573+0000", 2024-09-13T15:02:35.582 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0074958450000000001 2024-09-13T15:02:35.582 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.582 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.582 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:02:35.582 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.619584+0000", 2024-09-13T15:02:35.582 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.01e-05 2024-09-13T15:02:35.583 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.583 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.583 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.583 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.633885+0000", 2024-09-13T15:02:35.583 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.014301533 2024-09-13T15:02:35.583 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.583 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.583 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:02:35.583 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.633899+0000", 2024-09-13T15:02:35.583 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3896999999999999e-05 2024-09-13T15:02:35.583 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.583 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.583 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.583 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.818125+0000", 2024-09-13T15:02:35.583 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1842257039999999 2024-09-13T15:02:35.584 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.584 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.584 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:02:35.584 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.818248+0000", 2024-09-13T15:02:35.584 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000123299 2024-09-13T15:02:35.584 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:02:35.584 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:02:35.584 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:02:35.584 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.584 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.584 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:236297 8.a 8:5ca085ca:::benchmark_data_smithi071_245775_object114999:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1293)", 2024-09-13T15:02:35.584 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:57:51.614380+0000", 2024-09-13T15:02:35.584 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 283.90682057200002, 2024-09-13T15:02:35.584 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.2017422149999999, 2024-09-13T15:02:35.585 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:02:35.585 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:02:35.585 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:02:35.585 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T15:02:35.585 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T15:02:35.585 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 236297 2024-09-13T15:02:35.585 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.585 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:02:35.585 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.585 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:02:35.585 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.614380+0000", 2024-09-13T15:02:35.585 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:02:35.585 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.585 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.585 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:02:35.586 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.614380+0000", 2024-09-13T15:02:35.586 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:02:35.586 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.586 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.586 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:02:35.586 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.614379+0000", 2024-09-13T15:02:35.586 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T15:02:35.586 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.586 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.586 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:02:35.586 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.614383+0000", 2024-09-13T15:02:35.586 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.2810000000000002e-06 2024-09-13T15:02:35.586 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.586 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.586 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:02:35.587 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.614395+0000", 2024-09-13T15:02:35.587 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1443999999999999e-05 2024-09-13T15:02:35.587 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.587 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.587 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:02:35.587 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.614401+0000", 2024-09-13T15:02:35.587 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.6760000000000001e-06 2024-09-13T15:02:35.587 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.587 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.587 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.587 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.618922+0000", 2024-09-13T15:02:35.587 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0045210800000000002 2024-09-13T15:02:35.587 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.587 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.587 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:02:35.588 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.618930+0000", 2024-09-13T15:02:35.588 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.4159999999999998e-06 2024-09-13T15:02:35.588 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.588 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.588 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.588 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.615869+0000", 2024-09-13T15:02:35.588 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.99693899900000005 2024-09-13T15:02:35.588 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.588 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.588 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:02:35.588 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.615876+0000", 2024-09-13T15:02:35.588 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.6380000000000004e-06 2024-09-13T15:02:35.588 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.588 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.589 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.589 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.797133+0000", 2024-09-13T15:02:35.589 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.181256635 2024-09-13T15:02:35.589 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.589 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.589 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:02:35.589 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.797272+0000", 2024-09-13T15:02:35.589 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00013879800000000001 2024-09-13T15:02:35.589 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.589 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.589 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,3,4", 2024-09-13T15:02:35.589 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.797725+0000", 2024-09-13T15:02:35.589 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000453602 2024-09-13T15:02:35.590 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.590 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.590 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:35.590 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.815864+0000", 2024-09-13T15:02:35.590 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.018138412999999999 2024-09-13T15:02:35.590 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.590 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.590 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:35.590 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.815907+0000", 2024-09-13T15:02:35.590 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.3028999999999997e-05 2024-09-13T15:02:35.590 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.590 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.590 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:35.590 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.815945+0000", 2024-09-13T15:02:35.591 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.8099000000000002e-05 2024-09-13T15:02:35.591 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.591 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.591 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T15:02:35.591 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.815969+0000", 2024-09-13T15:02:35.591 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.3767000000000001e-05 2024-09-13T15:02:35.591 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.591 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.591 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:02:35.591 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.816014+0000", 2024-09-13T15:02:35.591 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.5495999999999999e-05 2024-09-13T15:02:35.591 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.591 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.592 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:02:35.592 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.816122+0000", 2024-09-13T15:02:35.592 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000107976 2024-09-13T15:02:35.592 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:02:35.592 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:02:35.592 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:02:35.592 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.592 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.592 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:236300 8.10 8:0d4a7413:::benchmark_data_smithi071_245775_object115002:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1293)", 2024-09-13T15:02:35.592 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:57:51.658588+0000", 2024-09-13T15:02:35.592 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 283.862612265, 2024-09-13T15:02:35.592 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.1885561669999998, 2024-09-13T15:02:35.592 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:02:35.593 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:02:35.593 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:02:35.593 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T15:02:35.593 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T15:02:35.593 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 236300 2024-09-13T15:02:35.593 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.593 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:02:35.593 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.593 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:02:35.593 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.658588+0000", 2024-09-13T15:02:35.593 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:02:35.593 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.593 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.594 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:02:35.594 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.658588+0000", 2024-09-13T15:02:35.594 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:02:35.594 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.594 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.594 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:02:35.594 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.658587+0000", 2024-09-13T15:02:35.594 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T15:02:35.594 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.594 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.594 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:02:35.594 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.658594+0000", 2024-09-13T15:02:35.594 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.6089999999999997e-06 2024-09-13T15:02:35.595 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.595 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.595 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:02:35.595 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.658606+0000", 2024-09-13T15:02:35.595 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2661e-05 2024-09-13T15:02:35.595 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.595 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.595 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:02:35.595 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.658614+0000", 2024-09-13T15:02:35.595 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.8599999999999993e-06 2024-09-13T15:02:35.595 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.595 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.595 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.596 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.658655+0000", 2024-09-13T15:02:35.596 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.1353999999999997e-05 2024-09-13T15:02:35.596 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.596 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.596 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:02:35.596 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.658665+0000", 2024-09-13T15:02:35.596 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.9739999999999997e-06 2024-09-13T15:02:35.596 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.596 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.596 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.596 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.633923+0000", 2024-09-13T15:02:35.596 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.97525804800000004 2024-09-13T15:02:35.597 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.597 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.597 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:02:35.597 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.633937+0000", 2024-09-13T15:02:35.597 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3216e-05 2024-09-13T15:02:35.597 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.597 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.597 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.597 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.819642+0000", 2024-09-13T15:02:35.597 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.185705722 2024-09-13T15:02:35.597 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.597 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.598 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:02:35.598 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.819744+0000", 2024-09-13T15:02:35.598 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000101591 2024-09-13T15:02:35.598 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.598 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.598 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,3,4", 2024-09-13T15:02:35.598 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.820129+0000", 2024-09-13T15:02:35.598 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00038507999999999999 2024-09-13T15:02:35.598 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.598 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.598 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T15:02:35.598 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.838481+0000", 2024-09-13T15:02:35.599 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.018351955999999999 2024-09-13T15:02:35.599 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.599 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.599 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:35.599 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.839338+0000", 2024-09-13T15:02:35.599 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00085694799999999995 2024-09-13T15:02:35.599 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.599 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.599 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:35.599 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.843710+0000", 2024-09-13T15:02:35.599 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0043717369999999997 2024-09-13T15:02:35.599 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.599 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.600 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:35.600 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.846965+0000", 2024-09-13T15:02:35.600 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00325508 2024-09-13T15:02:35.600 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.600 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.600 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:02:35.600 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.847041+0000", 2024-09-13T15:02:35.600 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.5950000000000003e-05 2024-09-13T15:02:35.600 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.600 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.600 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:02:35.600 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.847145+0000", 2024-09-13T15:02:35.600 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00010375299999999999 2024-09-13T15:02:35.601 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:02:35.601 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:02:35.601 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:02:35.601 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.601 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.601 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:236304 8.0 8:028367e1:::benchmark_data_smithi071_245775_object115006:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1293)", 2024-09-13T15:02:35.601 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:57:51.672098+0000", 2024-09-13T15:02:35.601 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 283.84910265899998, 2024-09-13T15:02:35.601 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.1789786179999999, 2024-09-13T15:02:35.601 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:02:35.601 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:02:35.601 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:02:35.602 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T15:02:35.602 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T15:02:35.602 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 236304 2024-09-13T15:02:35.602 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.602 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:02:35.602 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.602 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:02:35.602 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.672098+0000", 2024-09-13T15:02:35.602 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:02:35.602 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.602 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.602 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:02:35.602 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.672098+0000", 2024-09-13T15:02:35.603 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:02:35.603 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.603 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.603 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:02:35.603 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.672097+0000", 2024-09-13T15:02:35.603 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T15:02:35.603 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.603 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.603 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:02:35.603 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.672103+0000", 2024-09-13T15:02:35.603 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.7000000000000002e-06 2024-09-13T15:02:35.603 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.604 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.604 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:02:35.604 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.672114+0000", 2024-09-13T15:02:35.604 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0672999999999999e-05 2024-09-13T15:02:35.604 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.604 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.604 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:02:35.604 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.672119+0000", 2024-09-13T15:02:35.604 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.0810000000000001e-06 2024-09-13T15:02:35.604 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.604 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.604 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.605 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.672170+0000", 2024-09-13T15:02:35.605 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.1286000000000003e-05 2024-09-13T15:02:35.605 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.605 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.605 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:02:35.605 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.672183+0000", 2024-09-13T15:02:35.605 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2576e-05 2024-09-13T15:02:35.605 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.606 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.606 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.606 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.629866+0000", 2024-09-13T15:02:35.606 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.95768316600000003 2024-09-13T15:02:35.606 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.606 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.606 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:02:35.606 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.629890+0000", 2024-09-13T15:02:35.606 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.4015999999999998e-05 2024-09-13T15:02:35.606 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.606 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.606 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.606 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.821709+0000", 2024-09-13T15:02:35.607 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.191818716 2024-09-13T15:02:35.607 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.607 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.607 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:02:35.607 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.821826+0000", 2024-09-13T15:02:35.607 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000116872 2024-09-13T15:02:35.607 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.607 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.607 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,3,4", 2024-09-13T15:02:35.608 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.822228+0000", 2024-09-13T15:02:35.608 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00040196900000000001 2024-09-13T15:02:35.608 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.608 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.608 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:35.608 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.838430+0000", 2024-09-13T15:02:35.608 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.016202040000000001 2024-09-13T15:02:35.608 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.608 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.608 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T15:02:35.608 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.838472+0000", 2024-09-13T15:02:35.608 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.2419999999999997e-05 2024-09-13T15:02:35.609 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.609 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.609 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:35.609 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.850348+0000", 2024-09-13T15:02:35.609 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.011875975 2024-09-13T15:02:35.609 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.609 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.609 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:35.609 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.850861+0000", 2024-09-13T15:02:35.609 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00051246199999999999 2024-09-13T15:02:35.609 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.609 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.609 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:02:35.610 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.850975+0000", 2024-09-13T15:02:35.610 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000114765 2024-09-13T15:02:35.610 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.610 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.610 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:02:35.610 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.851077+0000", 2024-09-13T15:02:35.610 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000101226 2024-09-13T15:02:35.610 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:02:35.610 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:02:35.610 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:02:35.610 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.611 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.611 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:236307 8.13 8:cce4fa31:::benchmark_data_smithi071_245775_object115009:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1293)", 2024-09-13T15:02:35.611 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:57:51.677328+0000", 2024-09-13T15:02:35.611 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 283.84387272999999, 2024-09-13T15:02:35.611 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.1050571009999999, 2024-09-13T15:02:35.611 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:02:35.611 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:02:35.611 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:02:35.611 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T15:02:35.611 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T15:02:35.611 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 236307 2024-09-13T15:02:35.611 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.611 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:02:35.611 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.612 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:02:35.612 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.677328+0000", 2024-09-13T15:02:35.612 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:02:35.612 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.612 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.612 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:02:35.612 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.677328+0000", 2024-09-13T15:02:35.612 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:02:35.612 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.612 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.612 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:02:35.612 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.677327+0000", 2024-09-13T15:02:35.612 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T15:02:35.613 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.613 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.613 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:02:35.613 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.677332+0000", 2024-09-13T15:02:35.613 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.5460000000000002e-06 2024-09-13T15:02:35.613 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.613 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.613 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:02:35.613 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.677346+0000", 2024-09-13T15:02:35.613 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.4049999999999999e-05 2024-09-13T15:02:35.613 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.613 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.613 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:02:35.613 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.677351+0000", 2024-09-13T15:02:35.614 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.7219999999999996e-06 2024-09-13T15:02:35.614 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.614 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.614 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.614 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.677385+0000", 2024-09-13T15:02:35.614 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.3321000000000002e-05 2024-09-13T15:02:35.614 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.614 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.614 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:02:35.614 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.677391+0000", 2024-09-13T15:02:35.614 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.7980000000000002e-06 2024-09-13T15:02:35.614 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.614 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.615 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.615 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.622463+0000", 2024-09-13T15:02:35.615 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.94507247699999997 2024-09-13T15:02:35.615 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.615 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.615 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:02:35.615 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.622474+0000", 2024-09-13T15:02:35.615 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1188e-05 2024-09-13T15:02:35.615 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.615 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.615 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.615 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.764486+0000", 2024-09-13T15:02:35.615 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1420113599999999 2024-09-13T15:02:35.616 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.616 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.616 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:02:35.616 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.764613+0000", 2024-09-13T15:02:35.616 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000127632 2024-09-13T15:02:35.616 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.616 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.616 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,3,4", 2024-09-13T15:02:35.616 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.765008+0000", 2024-09-13T15:02:35.616 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00039521700000000001 2024-09-13T15:02:35.616 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.616 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.616 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:35.617 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.779342+0000", 2024-09-13T15:02:35.617 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.014333479 2024-09-13T15:02:35.617 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.617 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.617 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:35.617 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.779382+0000", 2024-09-13T15:02:35.617 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.9821999999999999e-05 2024-09-13T15:02:35.617 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.617 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.617 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T15:02:35.617 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.782058+0000", 2024-09-13T15:02:35.617 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0026760730000000002 2024-09-13T15:02:35.617 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.618 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.618 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:35.618 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.782136+0000", 2024-09-13T15:02:35.618 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.7687000000000003e-05 2024-09-13T15:02:35.618 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.618 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.618 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:02:35.618 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.782284+0000", 2024-09-13T15:02:35.618 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00014862400000000001 2024-09-13T15:02:35.618 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.618 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.618 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:02:35.618 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.782385+0000", 2024-09-13T15:02:35.619 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000100827 2024-09-13T15:02:35.619 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:02:35.619 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:02:35.619 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:02:35.619 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.619 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.619 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:236311 8.18 8:1bcf86d0:::benchmark_data_smithi071_245775_object115013:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1293)", 2024-09-13T15:02:35.619 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:57:51.692484+0000", 2024-09-13T15:02:35.619 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 283.82871670600002, 2024-09-13T15:02:35.619 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.1240690010000001, 2024-09-13T15:02:35.619 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:02:35.619 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:02:35.619 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:02:35.620 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T15:02:35.620 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T15:02:35.620 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 236311 2024-09-13T15:02:35.620 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.620 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:02:35.620 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.620 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:02:35.620 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.692484+0000", 2024-09-13T15:02:35.620 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:02:35.620 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.620 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.620 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:02:35.620 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.692484+0000", 2024-09-13T15:02:35.621 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:02:35.621 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.621 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.621 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:02:35.621 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.692481+0000", 2024-09-13T15:02:35.621 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999976 2024-09-13T15:02:35.621 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.621 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.621 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:02:35.621 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.692493+0000", 2024-09-13T15:02:35.621 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1498000000000001e-05 2024-09-13T15:02:35.621 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.621 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.621 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:02:35.622 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.692513+0000", 2024-09-13T15:02:35.622 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.0239999999999999e-05 2024-09-13T15:02:35.622 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.622 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.622 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:02:35.622 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.692522+0000", 2024-09-13T15:02:35.622 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.1910000000000006e-06 2024-09-13T15:02:35.622 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.622 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.622 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.622 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.692570+0000", 2024-09-13T15:02:35.622 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.7997000000000001e-05 2024-09-13T15:02:35.622 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.623 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.623 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:02:35.623 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.692578+0000", 2024-09-13T15:02:35.623 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.0090000000000007e-06 2024-09-13T15:02:35.623 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.623 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.623 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.623 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.633953+0000", 2024-09-13T15:02:35.623 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.94137520500000005 2024-09-13T15:02:35.623 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.623 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.623 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:02:35.623 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.633958+0000", 2024-09-13T15:02:35.624 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.267e-06 2024-09-13T15:02:35.624 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.624 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.624 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.624 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.694842+0000", 2024-09-13T15:02:35.624 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.060884462 2024-09-13T15:02:35.624 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.624 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.624 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:02:35.624 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.694985+0000", 2024-09-13T15:02:35.624 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000143282 2024-09-13T15:02:35.624 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.624 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.624 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,3,4", 2024-09-13T15:02:35.625 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.695459+0000", 2024-09-13T15:02:35.625 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00047344200000000003 2024-09-13T15:02:35.625 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.625 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.625 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T15:02:35.625 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.705078+0000", 2024-09-13T15:02:35.625 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0096191139999999998 2024-09-13T15:02:35.625 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.625 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.625 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:35.625 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.706706+0000", 2024-09-13T15:02:35.625 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0016280649999999999 2024-09-13T15:02:35.625 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.626 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.626 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:35.626 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.761999+0000", 2024-09-13T15:02:35.626 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.055293370000000001 2024-09-13T15:02:35.626 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.626 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.626 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:35.626 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.815689+0000", 2024-09-13T15:02:35.626 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.053689512000000002 2024-09-13T15:02:35.626 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.626 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.626 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:02:35.626 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.815739+0000", 2024-09-13T15:02:35.626 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.0389999999999997e-05 2024-09-13T15:02:35.626 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.627 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.627 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:02:35.627 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.816553+0000", 2024-09-13T15:02:35.627 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000813563 2024-09-13T15:02:35.627 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:02:35.627 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:02:35.627 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:02:35.627 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.627 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.627 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.45692.0:152349 9.f 9:ffc1a346:::benchmark_data_smithi071_298031_object41101:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1340)", 2024-09-13T15:02:35.627 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:01:08.588438+0000", 2024-09-13T15:02:35.627 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 86.932762886000006, 2024-09-13T15:02:35.627 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.4016674739999999, 2024-09-13T15:02:35.627 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:02:35.628 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T15:02:35.628 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:02:35.628 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.45692", 2024-09-13T15:02:35.628 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:02:35.628 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 152349 2024-09-13T15:02:35.628 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.628 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:02:35.628 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.628 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:02:35.628 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.588438+0000", 2024-09-13T15:02:35.628 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:02:35.628 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.628 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.629 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:02:35.629 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.588438+0000", 2024-09-13T15:02:35.629 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:02:35.629 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.629 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.629 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:02:35.629 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.588437+0000", 2024-09-13T15:02:35.629 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T15:02:35.629 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.629 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.629 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:02:35.629 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.588439+0000", 2024-09-13T15:02:35.629 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.9e-06 2024-09-13T15:02:35.630 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.630 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.630 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:02:35.630 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.588445+0000", 2024-09-13T15:02:35.630 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.3669999999999996e-06 2024-09-13T15:02:35.630 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.630 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.630 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:02:35.630 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.588449+0000", 2024-09-13T15:02:35.630 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.0679999999999998e-06 2024-09-13T15:02:35.630 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.630 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.630 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.630 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.588808+0000", 2024-09-13T15:02:35.631 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00035959700000000002 2024-09-13T15:02:35.631 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.631 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.631 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:02:35.631 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.590366+0000", 2024-09-13T15:02:35.631 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001557754 2024-09-13T15:02:35.631 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.631 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.631 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,4", 2024-09-13T15:02:35.631 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.590465+0000", 2024-09-13T15:02:35.631 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.9192999999999997e-05 2024-09-13T15:02:35.631 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.631 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.631 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:35.632 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.597012+0000", 2024-09-13T15:02:35.632 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0065470770000000001 2024-09-13T15:02:35.632 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.632 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.632 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T15:02:35.632 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.597119+0000", 2024-09-13T15:02:35.632 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00010641000000000001 2024-09-13T15:02:35.632 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.632 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.632 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.632 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.627815+0000", 2024-09-13T15:02:35.632 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.030696279999999999 2024-09-13T15:02:35.632 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.633 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.633 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:02:35.633 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.627825+0000", 2024-09-13T15:02:35.633 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.5869999999999999e-06 2024-09-13T15:02:35.633 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.633 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.633 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.633 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:09.619180+0000", 2024-09-13T15:02:35.633 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.99135488500000002 2024-09-13T15:02:35.633 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.633 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.633 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:02:35.633 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:09.619191+0000", 2024-09-13T15:02:35.633 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0954999999999999e-05 2024-09-13T15:02:35.634 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.634 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.634 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.634 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.989972+0000", 2024-09-13T15:02:35.634 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.370781375 2024-09-13T15:02:35.634 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.634 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.634 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:02:35.634 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.990105+0000", 2024-09-13T15:02:35.634 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00013333400000000001 2024-09-13T15:02:35.634 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:02:35.634 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:02:35.634 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:02:35.634 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.635 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.635 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.45692.0:152355 9.f 9:f16ba531:::benchmark_data_smithi071_298031_object41107:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1340)", 2024-09-13T15:02:35.635 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:01:08.593176+0000", 2024-09-13T15:02:35.635 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 86.928024163000003, 2024-09-13T15:02:35.635 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.3975036470000002, 2024-09-13T15:02:35.635 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:02:35.635 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T15:02:35.635 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:02:35.635 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.45692", 2024-09-13T15:02:35.635 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:02:35.635 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 152355 2024-09-13T15:02:35.635 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.635 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:02:35.635 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.636 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:02:35.636 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.593176+0000", 2024-09-13T15:02:35.636 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:02:35.636 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.636 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.636 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:02:35.636 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.593176+0000", 2024-09-13T15:02:35.636 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:02:35.636 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.636 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.636 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:02:35.636 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.593175+0000", 2024-09-13T15:02:35.636 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999981 2024-09-13T15:02:35.636 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.637 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.637 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:02:35.637 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.593181+0000", 2024-09-13T15:02:35.637 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.4749999999999998e-06 2024-09-13T15:02:35.637 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.637 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.637 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:02:35.637 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.593197+0000", 2024-09-13T15:02:35.637 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.5659e-05 2024-09-13T15:02:35.637 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.637 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.637 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:02:35.637 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.593204+0000", 2024-09-13T15:02:35.638 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.3950000000000003e-06 2024-09-13T15:02:35.638 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.638 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.638 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.638 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.594773+0000", 2024-09-13T15:02:35.638 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0015691310000000001 2024-09-13T15:02:35.638 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.638 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.638 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:02:35.638 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.594881+0000", 2024-09-13T15:02:35.638 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000107837 2024-09-13T15:02:35.638 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.638 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.638 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,4", 2024-09-13T15:02:35.638 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.595006+0000", 2024-09-13T15:02:35.639 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00012505799999999999 2024-09-13T15:02:35.639 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.639 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.639 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T15:02:35.639 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.597124+0000", 2024-09-13T15:02:35.639 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0021176430000000002 2024-09-13T15:02:35.639 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.639 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.639 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:35.639 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.598274+0000", 2024-09-13T15:02:35.639 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0011499189999999999 2024-09-13T15:02:35.639 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.639 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.640 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.640 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.627846+0000", 2024-09-13T15:02:35.640 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.029572317000000001 2024-09-13T15:02:35.640 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.640 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.640 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:02:35.640 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.627852+0000", 2024-09-13T15:02:35.640 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.3879999999999997e-06 2024-09-13T15:02:35.640 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.640 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.640 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.640 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:09.619343+0000", 2024-09-13T15:02:35.640 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.99149032599999998 2024-09-13T15:02:35.640 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.640 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.641 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:02:35.641 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:09.619423+0000", 2024-09-13T15:02:35.641 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.0028e-05 2024-09-13T15:02:35.641 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.641 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.641 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.641 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.990634+0000", 2024-09-13T15:02:35.641 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3712110420000001 2024-09-13T15:02:35.641 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.641 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.641 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:02:35.641 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.990680+0000", 2024-09-13T15:02:35.642 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.6300000000000001e-05 2024-09-13T15:02:35.642 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:02:35.642 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:02:35.642 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:02:35.642 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.642 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.643 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.45692.0:152368 9.f 9:fa1990a0:::benchmark_data_smithi071_298031_object41120:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1340)", 2024-09-13T15:02:35.643 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:01:08.599026+0000", 2024-09-13T15:02:35.643 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 86.922174288999997, 2024-09-13T15:02:35.643 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.391737505, 2024-09-13T15:02:35.643 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:02:35.643 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T15:02:35.643 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:02:35.643 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.45692", 2024-09-13T15:02:35.643 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:02:35.644 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 152368 2024-09-13T15:02:35.644 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.644 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:02:35.644 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.644 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:02:35.644 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.599026+0000", 2024-09-13T15:02:35.644 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:02:35.644 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.644 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.644 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:02:35.644 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.599026+0000", 2024-09-13T15:02:35.644 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:02:35.644 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.645 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.645 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:02:35.645 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.599025+0000", 2024-09-13T15:02:35.645 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T15:02:35.645 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.645 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.645 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:02:35.645 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.599031+0000", 2024-09-13T15:02:35.645 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.8719999999999999e-06 2024-09-13T15:02:35.645 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.645 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.645 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:02:35.645 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.599043+0000", 2024-09-13T15:02:35.645 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1871e-05 2024-09-13T15:02:35.646 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.646 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.646 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:02:35.646 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.599051+0000", 2024-09-13T15:02:35.646 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.5739999999999998e-06 2024-09-13T15:02:35.646 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.646 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.646 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.646 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.599123+0000", 2024-09-13T15:02:35.646 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.2411999999999997e-05 2024-09-13T15:02:35.646 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.646 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.646 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:02:35.646 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.599231+0000", 2024-09-13T15:02:35.647 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000107923 2024-09-13T15:02:35.647 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.647 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.647 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,4", 2024-09-13T15:02:35.647 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.599553+0000", 2024-09-13T15:02:35.647 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000321923 2024-09-13T15:02:35.647 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.647 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.647 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T15:02:35.647 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.604997+0000", 2024-09-13T15:02:35.647 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0054443809999999999 2024-09-13T15:02:35.647 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.647 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.647 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:35.648 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.607645+0000", 2024-09-13T15:02:35.648 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0026476109999999998 2024-09-13T15:02:35.648 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.648 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.648 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.648 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.627873+0000", 2024-09-13T15:02:35.648 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.020228502999999998 2024-09-13T15:02:35.648 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.648 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.648 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:02:35.648 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.627880+0000", 2024-09-13T15:02:35.648 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.2890000000000003e-06 2024-09-13T15:02:35.648 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.649 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.649 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.649 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:09.619464+0000", 2024-09-13T15:02:35.649 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.99158411999999996 2024-09-13T15:02:35.649 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.649 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.649 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:02:35.649 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:09.619475+0000", 2024-09-13T15:02:35.649 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1248e-05 2024-09-13T15:02:35.649 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.649 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.649 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.650 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.990719+0000", 2024-09-13T15:02:35.650 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.371244087 2024-09-13T15:02:35.650 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.650 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.650 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:02:35.650 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.990764+0000", 2024-09-13T15:02:35.650 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.4778999999999999e-05 2024-09-13T15:02:35.650 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:02:35.650 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:02:35.650 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:02:35.650 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.650 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.651 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.45692.0:152373 9.17 9:e95adf63:::benchmark_data_smithi071_298031_object41125:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1340)", 2024-09-13T15:02:35.651 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:01:08.611177+0000", 2024-09-13T15:02:35.651 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 86.910023682000002, 2024-09-13T15:02:35.651 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.3864549510000002, 2024-09-13T15:02:35.651 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:02:35.651 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:02:35.651 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:02:35.651 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.45692", 2024-09-13T15:02:35.651 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:02:35.651 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 152373 2024-09-13T15:02:35.651 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.651 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:02:35.651 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.651 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:02:35.651 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.611177+0000", 2024-09-13T15:02:35.652 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:02:35.652 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.652 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.652 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:02:35.652 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.611177+0000", 2024-09-13T15:02:35.652 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:02:35.652 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.652 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.652 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:02:35.652 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.611176+0000", 2024-09-13T15:02:35.652 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T15:02:35.652 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.653 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.653 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:02:35.653 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.611180+0000", 2024-09-13T15:02:35.653 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.3800000000000004e-06 2024-09-13T15:02:35.653 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.653 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.653 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:02:35.653 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.611199+0000", 2024-09-13T15:02:35.653 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.8848e-05 2024-09-13T15:02:35.653 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.653 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.653 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:02:35.654 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.611206+0000", 2024-09-13T15:02:35.654 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.5730000000000002e-06 2024-09-13T15:02:35.654 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.654 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.654 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.654 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.627910+0000", 2024-09-13T15:02:35.654 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.016703121000000001 2024-09-13T15:02:35.654 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.654 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.654 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:02:35.654 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.627917+0000", 2024-09-13T15:02:35.654 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.9589999999999998e-06 2024-09-13T15:02:35.654 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.654 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.655 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.655 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:09.608255+0000", 2024-09-13T15:02:35.655 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.98033831699999996 2024-09-13T15:02:35.655 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.655 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.655 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:02:35.655 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:09.608266+0000", 2024-09-13T15:02:35.655 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1499e-05 2024-09-13T15:02:35.655 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.655 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.655 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.655 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.992971+0000", 2024-09-13T15:02:35.656 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3847046839999999 2024-09-13T15:02:35.656 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.656 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.656 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:02:35.656 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.993090+0000", 2024-09-13T15:02:35.656 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000119182 2024-09-13T15:02:35.656 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.656 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.656 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,2,7", 2024-09-13T15:02:35.656 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.993383+0000", 2024-09-13T15:02:35.656 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00029305800000000001 2024-09-13T15:02:35.656 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.656 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.657 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T15:02:35.657 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.996854+0000", 2024-09-13T15:02:35.657 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.003471179 2024-09-13T15:02:35.657 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.657 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.657 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:35.657 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.997424+0000", 2024-09-13T15:02:35.657 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00056933999999999999 2024-09-13T15:02:35.657 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.657 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.657 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:35.657 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.997453+0000", 2024-09-13T15:02:35.658 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.9023e-05 2024-09-13T15:02:35.658 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.658 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.658 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:35.658 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.997486+0000", 2024-09-13T15:02:35.658 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.3408999999999998e-05 2024-09-13T15:02:35.658 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.658 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.658 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:02:35.658 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.997530+0000", 2024-09-13T15:02:35.658 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.3287000000000001e-05 2024-09-13T15:02:35.658 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.658 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.659 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:02:35.659 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.997632+0000", 2024-09-13T15:02:35.659 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00010239 2024-09-13T15:02:35.659 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:02:35.659 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:02:35.659 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:02:35.659 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.659 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.659 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.45692.0:152375 9.16 9:6efade62:::benchmark_data_smithi071_298031_object41127:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1341)", 2024-09-13T15:02:35.659 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:01:08.619926+0000", 2024-09-13T15:02:35.659 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 86.901275076000005, 2024-09-13T15:02:35.659 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.3366003590000002, 2024-09-13T15:02:35.660 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:02:35.660 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:02:35.660 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:02:35.660 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.45692", 2024-09-13T15:02:35.660 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:02:35.660 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 152375 2024-09-13T15:02:35.660 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.660 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:02:35.660 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.660 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:02:35.660 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.619926+0000", 2024-09-13T15:02:35.660 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:02:35.661 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.661 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.661 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:02:35.661 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.619926+0000", 2024-09-13T15:02:35.661 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:02:35.661 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.661 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.661 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:02:35.661 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.619924+0000", 2024-09-13T15:02:35.661 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T15:02:35.661 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.661 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.661 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:02:35.662 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.619933+0000", 2024-09-13T15:02:35.662 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.8759999999999994e-06 2024-09-13T15:02:35.662 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.662 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.662 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:02:35.662 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.619947+0000", 2024-09-13T15:02:35.662 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3738e-05 2024-09-13T15:02:35.662 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.662 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.662 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:02:35.662 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.619955+0000", 2024-09-13T15:02:35.662 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.1890000000000007e-06 2024-09-13T15:02:35.663 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.663 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.663 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.663 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.620215+0000", 2024-09-13T15:02:35.663 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00025982099999999998 2024-09-13T15:02:35.663 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.663 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.663 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:02:35.663 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.620226+0000", 2024-09-13T15:02:35.663 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0808000000000001e-05 2024-09-13T15:02:35.663 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.663 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.663 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.663 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:09.617725+0000", 2024-09-13T15:02:35.663 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.997499362 2024-09-13T15:02:35.664 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.664 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.664 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:02:35.664 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:09.617738+0000", 2024-09-13T15:02:35.664 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2971e-05 2024-09-13T15:02:35.664 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.664 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.664 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.664 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.842372+0000", 2024-09-13T15:02:35.664 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.224634271 2024-09-13T15:02:35.664 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.664 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.664 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:02:35.664 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.842457+0000", 2024-09-13T15:02:35.665 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.4660000000000006e-05 2024-09-13T15:02:35.665 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.665 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.665 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1,2", 2024-09-13T15:02:35.665 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.842670+0000", 2024-09-13T15:02:35.668 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000212905 2024-09-13T15:02:35.668 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.668 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.668 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T15:02:35.668 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.843811+0000", 2024-09-13T15:02:35.669 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001141553 2024-09-13T15:02:35.669 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.669 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.669 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:35.669 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.844967+0000", 2024-09-13T15:02:35.669 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0011553679999999999 2024-09-13T15:02:35.669 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.669 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.669 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:35.669 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.847370+0000", 2024-09-13T15:02:35.669 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0024037970000000001 2024-09-13T15:02:35.669 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.669 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.669 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:35.670 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.956334+0000", 2024-09-13T15:02:35.670 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.108963357 2024-09-13T15:02:35.670 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.670 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.670 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:02:35.670 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.956397+0000", 2024-09-13T15:02:35.670 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.2895e-05 2024-09-13T15:02:35.670 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.670 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.670 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:02:35.670 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.956526+0000", 2024-09-13T15:02:35.670 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000129219 2024-09-13T15:02:35.670 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:02:35.670 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:02:35.671 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:02:35.671 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.671 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.671 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.45692.0:152378 9.f 9:f7fb670f:::benchmark_data_smithi071_298031_object41130:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1341)", 2024-09-13T15:02:35.671 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:01:08.619974+0000", 2024-09-13T15:02:35.671 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 86.901227016999997, 2024-09-13T15:02:35.671 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.3774032150000002, 2024-09-13T15:02:35.671 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:02:35.671 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:02:35.671 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:02:35.671 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.45692", 2024-09-13T15:02:35.671 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:02:35.671 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 152378 2024-09-13T15:02:35.671 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.672 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:02:35.672 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.672 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:02:35.672 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.619974+0000", 2024-09-13T15:02:35.672 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:02:35.672 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.672 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.672 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:02:35.672 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.619974+0000", 2024-09-13T15:02:35.672 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:02:35.672 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.672 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.672 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:02:35.672 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.619973+0000", 2024-09-13T15:02:35.673 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T15:02:35.673 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.673 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.673 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:02:35.673 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.619976+0000", 2024-09-13T15:02:35.673 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.6699999999999998e-06 2024-09-13T15:02:35.673 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.673 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.673 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:02:35.673 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.619983+0000", 2024-09-13T15:02:35.673 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.0110000000000003e-06 2024-09-13T15:02:35.673 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.673 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.673 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:02:35.674 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.619989+0000", 2024-09-13T15:02:35.674 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.9630000000000003e-06 2024-09-13T15:02:35.674 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.674 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.674 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.674 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.627935+0000", 2024-09-13T15:02:35.674 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0079459609999999996 2024-09-13T15:02:35.674 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.674 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.674 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:02:35.674 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.627940+0000", 2024-09-13T15:02:35.674 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.6890000000000001e-06 2024-09-13T15:02:35.674 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.674 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.674 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.675 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:09.619497+0000", 2024-09-13T15:02:35.675 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.99155650900000003 2024-09-13T15:02:35.675 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.675 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.675 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:02:35.675 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:09.619503+0000", 2024-09-13T15:02:35.675 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.0700000000000003e-06 2024-09-13T15:02:35.675 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.675 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.675 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:02:35.675 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.990800+0000", 2024-09-13T15:02:35.675 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.371297309 2024-09-13T15:02:35.675 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.675 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.676 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:02:35.676 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.990916+0000", 2024-09-13T15:02:35.676 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00011535300000000001 2024-09-13T15:02:35.676 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.676 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.676 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,2,4", 2024-09-13T15:02:35.676 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.991032+0000", 2024-09-13T15:02:35.676 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000116495 2024-09-13T15:02:35.676 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.676 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.676 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:35.676 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.995229+0000", 2024-09-13T15:02:35.676 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0041964589999999996 2024-09-13T15:02:35.677 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.677 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.677 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T15:02:35.677 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.995239+0000", 2024-09-13T15:02:35.677 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0057e-05 2024-09-13T15:02:35.677 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.677 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.677 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:35.677 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.995290+0000", 2024-09-13T15:02:35.677 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.1452999999999997e-05 2024-09-13T15:02:35.677 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.677 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.677 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:02:35.677 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.997221+0000", 2024-09-13T15:02:35.678 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0019313080000000001 2024-09-13T15:02:35.678 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.678 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.678 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:02:35.678 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.997270+0000", 2024-09-13T15:02:35.678 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.9018999999999999e-05 2024-09-13T15:02:35.678 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:02:35.678 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:02:35.678 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:02:35.678 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.997377+0000", 2024-09-13T15:02:35.678 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000106368 2024-09-13T15:02:35.678 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:02:35.678 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:02:35.678 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:02:35.678 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:02:35.679 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:02:35.679 INFO:teuthology.orchestra.run.smithi104.stdout:} 2024-09-13T15:02:35.680 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:35.680 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:35.680 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:35.781 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:35.802 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:35.803 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:35.803 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:35.904 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:02:35.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:35 smithi104 ceph-mon[105578]: 9.2 scrub starts 2024-09-13T15:02:35.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:35 smithi104 ceph-mon[105578]: 9.2 scrub ok 2024-09-13T15:02:35.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:35 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2492582398' entity='client.admin' cmd='[{"prefix": "osd pool rm", "pool": "unique_pool_4", "pool2": "unique_pool_4", "yes_i_really_really_mean_it": true}]': finished 2024-09-13T15:02:35.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:35 smithi104 ceph-mon[105578]: osdmap e1387: 8 total, 8 up, 7 in 2024-09-13T15:02:35.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:35 smithi104 ceph-mon[105578]: pgmap v2124: 93 pgs: 93 active+clean; 582 KiB data, 5.4 GiB used, 620 GiB / 626 GiB avail 2024-09-13T15:02:35.925 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:35.926 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:35.927 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:02:36.027 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:36.048 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:36.049 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:36.049 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:36.097 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:35 smithi071 ceph-mon[112785]: 9.2 scrub starts 2024-09-13T15:02:36.097 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:35 smithi071 ceph-mon[112785]: 9.2 scrub ok 2024-09-13T15:02:36.097 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:35 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2492582398' entity='client.admin' cmd='[{"prefix": "osd pool rm", "pool": "unique_pool_4", "pool2": "unique_pool_4", "yes_i_really_really_mean_it": true}]': finished 2024-09-13T15:02:36.097 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:35 smithi071 ceph-mon[112785]: osdmap e1387: 8 total, 8 up, 7 in 2024-09-13T15:02:36.097 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:35 smithi071 ceph-mon[112785]: pgmap v2124: 93 pgs: 93 active+clean; 582 KiB data, 5.4 GiB used, 620 GiB / 626 GiB avail 2024-09-13T15:02:36.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:35 smithi071 ceph-mon[107477]: 9.2 scrub starts 2024-09-13T15:02:36.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:35 smithi071 ceph-mon[107477]: 9.2 scrub ok 2024-09-13T15:02:36.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:35 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2492582398' entity='client.admin' cmd='[{"prefix": "osd pool rm", "pool": "unique_pool_4", "pool2": "unique_pool_4", "yes_i_really_really_mean_it": true}]': finished 2024-09-13T15:02:36.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:35 smithi071 ceph-mon[107477]: osdmap e1387: 8 total, 8 up, 7 in 2024-09-13T15:02:36.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:35 smithi071 ceph-mon[107477]: pgmap v2124: 93 pgs: 93 active+clean; 582 KiB data, 5.4 GiB used, 620 GiB / 626 GiB avail 2024-09-13T15:02:36.117 INFO:teuthology.task.full_sequential:In full_sequential, running task radosbench... 2024-09-13T15:02:36.117 INFO:tasks.radosbench:Beginning radosbench... 2024-09-13T15:02:36.118 INFO:tasks.cephadm.ceph_manager.ceph:creating pool_name unique_pool_5 2024-09-13T15:02:36.118 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd pool create unique_pool_5 16 2024-09-13T15:02:36.150 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:36.171 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:36.172 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:36.172 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:36.273 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:02:36.294 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:36.295 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:36.295 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:02:36.396 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:02:36.417 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:36.418 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:36.418 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:02:36.519 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:36.541 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:36.541 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:36.542 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:36.573 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.7 dump_ops_in_flight 2024-09-13T15:02:36.642 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:02:36.664 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:36.664 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:36.665 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:02:36.765 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:02:36.786 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:36.787 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:36.787 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:02:36.808 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T15:02:36.888 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:02:36.910 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:36.910 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:36.911 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:02:37.011 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:37.034 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:37.035 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:37.035 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:37.077 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=false 2024-09-13T15:02:37.136 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:02:37.157 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:37.158 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:37.158 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:02:37.259 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:02:37.280 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:37.280 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:37.281 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:02:37.382 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:37.405 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:37.405 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:37.406 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:37.506 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:37.529 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:37.530 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:37.530 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:37.631 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:02:37.655 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:37.655 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:37.656 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:02:37.757 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:37.778 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:37.778 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:37.779 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:37.879 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:37.901 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:37.901 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:37.902 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:38.002 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:38.024 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:38.024 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:38.025 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:38.128 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:02:38.149 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:38.150 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:38.150 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:02:38.151 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:37 smithi104 ceph-mon[105578]: pgmap v2125: 93 pgs: 93 active+clean; 582 KiB data, 5.4 GiB used, 620 GiB / 626 GiB avail 2024-09-13T15:02:38.233 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:37 smithi071 ceph-mon[107477]: pgmap v2125: 93 pgs: 93 active+clean; 582 KiB data, 5.4 GiB used, 620 GiB / 626 GiB avail 2024-09-13T15:02:38.233 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:37 smithi071 ceph-mon[112785]: pgmap v2125: 93 pgs: 93 active+clean; 582 KiB data, 5.4 GiB used, 620 GiB / 626 GiB avail 2024-09-13T15:02:38.252 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:38.273 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:38.273 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:38.274 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:38.375 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:02:38.397 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:38.398 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:38.398 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:02:38.499 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:02:38.521 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:38.522 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:38.522 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:02:38.623 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:02:38.645 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:38.646 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:38.646 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:02:38.747 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:02:38.770 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:38.770 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:38.771 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:02:38.871 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:02:38.893 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:38.893 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:38.894 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:02:38.991 INFO:teuthology.orchestra.run.smithi071.stderr:no valid command found; 10 closest matches: 2024-09-13T15:02:38.991 INFO:teuthology.orchestra.run.smithi071.stderr:0 2024-09-13T15:02:38.991 INFO:teuthology.orchestra.run.smithi071.stderr:1 2024-09-13T15:02:38.991 INFO:teuthology.orchestra.run.smithi071.stderr:2 2024-09-13T15:02:38.991 INFO:teuthology.orchestra.run.smithi071.stderr:abort 2024-09-13T15:02:38.991 INFO:teuthology.orchestra.run.smithi071.stderr:assert 2024-09-13T15:02:38.991 INFO:teuthology.orchestra.run.smithi071.stderr:bench [] [] [] [] 2024-09-13T15:02:38.991 INFO:teuthology.orchestra.run.smithi071.stderr:bluefs debug_inject_read_zeros 2024-09-13T15:02:38.991 INFO:teuthology.orchestra.run.smithi071.stderr:bluefs files list 2024-09-13T15:02:38.991 INFO:teuthology.orchestra.run.smithi071.stderr:bluefs stats 2024-09-13T15:02:38.991 INFO:teuthology.orchestra.run.smithi071.stderr:bluestore allocator dump block 2024-09-13T15:02:38.992 INFO:teuthology.orchestra.run.smithi071.stderr:Error EINVAL: invalid command 2024-09-13T15:02:38.995 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:02:39.016 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:39.017 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:39.017 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:02:39.118 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:39.140 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:39.141 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:39.141 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:39.192 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2024-09-13T15:02:39.192 INFO:teuthology.orchestra.run.smithi104.stdout: "ops": [], 2024-09-13T15:02:39.193 INFO:teuthology.orchestra.run.smithi104.stdout: "num_ops": 0 2024-09-13T15:02:39.193 INFO:teuthology.orchestra.run.smithi104.stdout:} 2024-09-13T15:02:39.242 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:02:39.263 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:39.264 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:39.264 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:02:39.328 INFO:teuthology.orchestra.run.smithi071.stderr:nodeep-scrub is unset 2024-09-13T15:02:39.365 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:02:39.387 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:39.388 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:39.388 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:02:39.489 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:02:39.510 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:39.511 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:39.511 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:02:39.612 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:39.638 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:39.638 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:39.639 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:39.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:39 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/20829796' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:02:39.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:39 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:02:39.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:39 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/20829796' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:02:39.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:39 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:02:39.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:39 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/20829796' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:02:39.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:39 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:02:39.740 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:02:39.765 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:39.766 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:39.766 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:02:39.777 DEBUG:teuthology.orchestra.run:got remote process result: 22 2024-09-13T15:02:39.777 INFO:tasks.thrashosds.thrasher:Failed to trim stale osdmaps, ignoring 2024-09-13T15:02:39.777 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph tell osd.3 'trim stale osdmaps' 2024-09-13T15:02:39.866 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:02:39.887 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:39.888 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:39.888 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:02:39.989 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:40.002 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:02:40.013 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:40.014 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:40.014 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:40.034 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:02:40.115 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:02:40.136 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:40.137 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:40.137 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:02:40.238 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:02:40.264 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:40.264 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:40.265 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:02:40.365 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:02:40.387 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:40.387 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:40.388 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:02:40.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:40 smithi071 ceph-mon[107477]: pgmap v2126: 93 pgs: 93 active+clean; 582 KiB data, 5.4 GiB used, 620 GiB / 626 GiB avail 2024-09-13T15:02:40.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:40 smithi071 ceph-mon[107477]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T15:02:40.390 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:40 smithi071 ceph-mon[107477]: Cluster is now healthy 2024-09-13T15:02:40.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:40 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T15:02:40.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:40 smithi071 ceph-mon[107477]: osdmap e1388: 8 total, 8 up, 7 in 2024-09-13T15:02:40.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:40 smithi071 ceph-mon[107477]: 1.0 scrub starts 2024-09-13T15:02:40.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:40 smithi071 ceph-mon[107477]: 1.0 scrub ok 2024-09-13T15:02:40.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:40 smithi071 ceph-mon[112785]: pgmap v2126: 93 pgs: 93 active+clean; 582 KiB data, 5.4 GiB used, 620 GiB / 626 GiB avail 2024-09-13T15:02:40.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:40 smithi071 ceph-mon[112785]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T15:02:40.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:40 smithi071 ceph-mon[112785]: Cluster is now healthy 2024-09-13T15:02:40.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:40 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T15:02:40.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:40 smithi071 ceph-mon[112785]: osdmap e1388: 8 total, 8 up, 7 in 2024-09-13T15:02:40.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:40 smithi071 ceph-mon[112785]: 1.0 scrub starts 2024-09-13T15:02:40.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:40 smithi071 ceph-mon[112785]: 1.0 scrub ok 2024-09-13T15:02:40.489 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:02:40.510 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:40.511 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:40.511 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:02:40.612 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:02:40.634 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:40.635 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:40.635 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:02:40.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:40 smithi104 ceph-mon[105578]: pgmap v2126: 93 pgs: 93 active+clean; 582 KiB data, 5.4 GiB used, 620 GiB / 626 GiB avail 2024-09-13T15:02:40.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:40 smithi104 ceph-mon[105578]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T15:02:40.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:40 smithi104 ceph-mon[105578]: Cluster is now healthy 2024-09-13T15:02:40.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:40 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T15:02:40.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:40 smithi104 ceph-mon[105578]: osdmap e1388: 8 total, 8 up, 7 in 2024-09-13T15:02:40.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:40 smithi104 ceph-mon[105578]: 1.0 scrub starts 2024-09-13T15:02:40.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:40 smithi104 ceph-mon[105578]: 1.0 scrub ok 2024-09-13T15:02:40.736 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:40.764 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:40.765 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:40.766 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:40.866 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:40.891 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:40.891 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:40.891 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:40.959 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:02:40.992 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:02:41.013 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:41.014 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:41.014 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:02:41.115 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:02:41.138 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:41.138 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:41.139 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:02:41.240 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:41.266 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:41.266 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:41.267 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:41.368 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:41.391 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:41.392 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:41.392 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:41.418 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.7 dump_blocked_ops 2024-09-13T15:02:41.493 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:41.522 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:41.522 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:41.523 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:41.623 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:41.645 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:41.645 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:41.646 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:41.658 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T15:02:41.747 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:41.768 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:41.768 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:41.769 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:41.869 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:41.891 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:41.892 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:41.892 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:41.993 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:02:42.014 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:42.015 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:42.015 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:02:42.116 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:02:42.138 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:42.139 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:42.139 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:02:42.240 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:02:42.262 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:42.263 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:42.263 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:02:42.364 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:02:42.386 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:42.387 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:42.387 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:02:42.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:42 smithi104 ceph-mon[105578]: pgmap v2128: 93 pgs: 93 active+clean; 582 KiB data, 5.4 GiB used, 620 GiB / 626 GiB avail 2024-09-13T15:02:42.488 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:02:42.509 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:42.510 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:42.511 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:02:42.611 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:42.634 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:42.635 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:42.635 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:42.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:42 smithi071 ceph-mon[107477]: pgmap v2128: 93 pgs: 93 active+clean; 582 KiB data, 5.4 GiB used, 620 GiB / 626 GiB avail 2024-09-13T15:02:42.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:42 smithi071 ceph-mon[112785]: pgmap v2128: 93 pgs: 93 active+clean; 582 KiB data, 5.4 GiB used, 620 GiB / 626 GiB avail 2024-09-13T15:02:42.737 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:42.758 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:42.758 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:42.759 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:42.860 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:02:42.881 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:42.882 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:42.882 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:02:42.983 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:02:43.004 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:43.005 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:43.005 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:02:43.058 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:02:42 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:02:42] "GET /metrics HTTP/1.1" 200 36641 "" "Prometheus/2.51.0" 2024-09-13T15:02:43.105 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:02:43.127 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:43.128 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:43.128 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:02:43.229 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:02:43.250 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:43.251 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:43.251 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:02:43.352 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:02:43.374 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:43.375 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:43.375 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:02:43.476 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:02:43.497 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:43.498 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:43.498 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:02:43.579 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:43 smithi104 ceph-mon[105578]: 1.7 scrub starts 2024-09-13T15:02:43.579 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:43 smithi104 ceph-mon[105578]: 1.7 scrub ok 2024-09-13T15:02:43.586 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:43 smithi071 ceph-mon[107477]: 1.7 scrub starts 2024-09-13T15:02:43.586 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:43 smithi071 ceph-mon[107477]: 1.7 scrub ok 2024-09-13T15:02:43.587 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:43 smithi071 ceph-mon[112785]: 1.7 scrub starts 2024-09-13T15:02:43.587 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:43 smithi071 ceph-mon[112785]: 1.7 scrub ok 2024-09-13T15:02:43.599 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:43.601 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2024-09-13T15:02:43.601 INFO:teuthology.orchestra.run.smithi104.stdout: "ops": [], 2024-09-13T15:02:43.602 INFO:teuthology.orchestra.run.smithi104.stdout: "complaint_time": 30, 2024-09-13T15:02:43.602 INFO:teuthology.orchestra.run.smithi104.stdout: "num_blocked_ops": 0 2024-09-13T15:02:43.602 INFO:teuthology.orchestra.run.smithi104.stdout:} 2024-09-13T15:02:43.621 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:43.622 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:43.622 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:43.723 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:43.745 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:43.746 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:43.746 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:43.847 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:43.868 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:43.868 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:43.869 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:43.970 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:43.991 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:43.991 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:43.992 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:44.093 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:02:44.114 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:44.115 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:44.115 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:02:44.216 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:02:44.238 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:44.239 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:44.239 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:02:44.240 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T15:02:44.240 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T15:02:44.240 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T15:02:44.240 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T15:02:44.254 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.7 dump_historic_ops 2024-09-13T15:02:44.257 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T15:02:44.257 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T15:02:44.273 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T15:02:44.273 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T15:02:44.289 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T15:02:44.289 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T15:02:44.306 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T15:02:44.306 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T15:02:44.322 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T15:02:44.322 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T15:02:44.340 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:44.340 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T15:02:44.341 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T15:02:44.361 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:44.362 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:44.362 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:44.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:44 smithi071 ceph-mon[107477]: pgmap v2129: 93 pgs: 93 active+clean; 582 KiB data, 5.4 GiB used, 620 GiB / 626 GiB avail 2024-09-13T15:02:44.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:44 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2215660460' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:02:44.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:44 smithi071 ceph-mon[112785]: pgmap v2129: 93 pgs: 93 active+clean; 582 KiB data, 5.4 GiB used, 620 GiB / 626 GiB avail 2024-09-13T15:02:44.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:44 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2215660460' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:02:44.453 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T15:02:44.463 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:44.485 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:44.485 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:44.486 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:44.574 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:44 smithi104 ceph-mon[105578]: pgmap v2129: 93 pgs: 93 active+clean; 582 KiB data, 5.4 GiB used, 620 GiB / 626 GiB avail 2024-09-13T15:02:44.574 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:44 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2215660460' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:02:44.587 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:02:44.609 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:44.610 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:44.610 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:02:44.711 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:44.732 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:44.733 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:44.733 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:44.834 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:02:44.856 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:44.856 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:44.857 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:02:44.957 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:02:44.979 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:44.980 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:44.980 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:02:45.081 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:45.102 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:45.103 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:45.103 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:45.204 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:02:45.225 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:45.225 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:45.226 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:02:45.327 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:45.348 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:45.349 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:45.349 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:45.450 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:02:45.474 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:45.474 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:45.474 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:02:45.575 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:45.595 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:02:45.595 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:02:45.595 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.0", "id": [1, 2]} : dispatch 2024-09-13T15:02:45.596 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]} : dispatch 2024-09-13T15:02:45.596 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 5]} : dispatch 2024-09-13T15:02:45.596 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.15", "id": [3, 2]} : dispatch 2024-09-13T15:02:45.596 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]} : dispatch 2024-09-13T15:02:45.596 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:02:45.596 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:02:45.596 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.0", "id": [1, 2]} : dispatch 2024-09-13T15:02:45.596 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]} : dispatch 2024-09-13T15:02:45.596 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 5]} : dispatch 2024-09-13T15:02:45.596 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.15", "id": [3, 2]} : dispatch 2024-09-13T15:02:45.597 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]} : dispatch 2024-09-13T15:02:45.598 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:45.599 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:45.599 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:45.608 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd set noscrub 2024-09-13T15:02:45.700 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:02:45.721 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:45.721 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:45.722 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:02:45.823 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:45.844 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:45.845 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:45.845 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:45.862 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:02:45.862 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:02:45.862 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.0", "id": [1, 2]} : dispatch 2024-09-13T15:02:45.862 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]} : dispatch 2024-09-13T15:02:45.862 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 5]} : dispatch 2024-09-13T15:02:45.862 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.15", "id": [3, 2]} : dispatch 2024-09-13T15:02:45.862 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]} : dispatch 2024-09-13T15:02:45.946 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:02:45.968 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:45.969 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:45.969 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:02:46.070 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:02:46.087 INFO:teuthology.orchestra.run.smithi104.stdout:ERROR: (22) Invalid argument 2024-09-13T15:02:46.088 INFO:teuthology.orchestra.run.smithi104.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T15:02:46.093 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:46.094 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:46.094 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:02:46.195 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:46.216 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:46.217 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:46.217 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:46.318 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:46.339 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:46.340 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:46.340 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:46.441 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:46.463 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:46.464 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:46.464 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:46.565 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:02:46.590 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:46.591 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:46.591 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:02:46.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:46 smithi104 ceph-mon[105578]: pgmap v2130: 93 pgs: 93 active+clean; 582 KiB data, 5.4 GiB used, 620 GiB / 626 GiB avail 2024-09-13T15:02:46.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:46 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.0", "id": [1, 2]}]': finished 2024-09-13T15:02:46.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:46 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]': finished 2024-09-13T15:02:46.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:46 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 5]}]': finished 2024-09-13T15:02:46.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:46 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.15", "id": [3, 2]}]': finished 2024-09-13T15:02:46.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:46 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]': finished 2024-09-13T15:02:46.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:46 smithi104 ceph-mon[105578]: osdmap e1389: 8 total, 8 up, 7 in 2024-09-13T15:02:46.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:46 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2115690762' entity='client.admin' cmd={"prefix": "osd pool create", "pool": "unique_pool_5", "pg_num": 16} : dispatch 2024-09-13T15:02:46.673 INFO:teuthology.orchestra.run.smithi071.stderr:pool 'unique_pool_5' created 2024-09-13T15:02:46.692 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:46.713 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:46.713 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:46.714 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:46.787 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.6 dump_ops_in_flight 2024-09-13T15:02:46.815 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:46.851 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:46.851 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:46.852 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:46.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:46 smithi071 ceph-mon[107477]: pgmap v2130: 93 pgs: 93 active+clean; 582 KiB data, 5.4 GiB used, 620 GiB / 626 GiB avail 2024-09-13T15:02:46.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:46 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.0", "id": [1, 2]}]': finished 2024-09-13T15:02:46.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:46 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]': finished 2024-09-13T15:02:46.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:46 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 5]}]': finished 2024-09-13T15:02:46.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:46 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.15", "id": [3, 2]}]': finished 2024-09-13T15:02:46.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:46 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]': finished 2024-09-13T15:02:46.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:46 smithi071 ceph-mon[107477]: osdmap e1389: 8 total, 8 up, 7 in 2024-09-13T15:02:46.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:46 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2115690762' entity='client.admin' cmd={"prefix": "osd pool create", "pool": "unique_pool_5", "pg_num": 16} : dispatch 2024-09-13T15:02:46.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:46 smithi071 ceph-mon[112785]: pgmap v2130: 93 pgs: 93 active+clean; 582 KiB data, 5.4 GiB used, 620 GiB / 626 GiB avail 2024-09-13T15:02:46.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:46 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.0", "id": [1, 2]}]': finished 2024-09-13T15:02:46.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:46 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]': finished 2024-09-13T15:02:46.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:46 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 5]}]': finished 2024-09-13T15:02:46.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:46 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.15", "id": [3, 2]}]': finished 2024-09-13T15:02:46.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:46 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 5]}]': finished 2024-09-13T15:02:46.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:46 smithi071 ceph-mon[112785]: osdmap e1389: 8 total, 8 up, 7 in 2024-09-13T15:02:46.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:46 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2115690762' entity='client.admin' cmd={"prefix": "osd pool create", "pool": "unique_pool_5", "pg_num": 16} : dispatch 2024-09-13T15:02:46.953 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:02:46.977 INFO:teuthology.orchestra.run.smithi071.stderr:no valid command found; 10 closest matches: 2024-09-13T15:02:46.977 INFO:teuthology.orchestra.run.smithi071.stderr:0 2024-09-13T15:02:46.977 INFO:teuthology.orchestra.run.smithi071.stderr:1 2024-09-13T15:02:46.977 INFO:teuthology.orchestra.run.smithi071.stderr:2 2024-09-13T15:02:46.977 INFO:teuthology.orchestra.run.smithi071.stderr:abort 2024-09-13T15:02:46.978 INFO:teuthology.orchestra.run.smithi071.stderr:assert 2024-09-13T15:02:46.978 INFO:teuthology.orchestra.run.smithi071.stderr:bench [] [] [] [] 2024-09-13T15:02:46.978 INFO:teuthology.orchestra.run.smithi071.stderr:bluefs debug_inject_read_zeros 2024-09-13T15:02:46.978 INFO:teuthology.orchestra.run.smithi071.stderr:bluefs files list 2024-09-13T15:02:46.978 INFO:teuthology.orchestra.run.smithi071.stderr:bluefs stats 2024-09-13T15:02:46.978 INFO:teuthology.orchestra.run.smithi071.stderr:bluestore allocator dump block 2024-09-13T15:02:46.979 INFO:teuthology.orchestra.run.smithi071.stderr:Error EINVAL: invalid command 2024-09-13T15:02:46.980 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:46.980 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:46.981 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:02:46.991 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T15:02:47.082 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:02:47.106 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:47.107 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:47.107 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:02:47.208 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:02:47.233 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:47.233 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:47.233 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:02:47.334 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:47.357 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:47.357 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:47.358 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:47.459 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:47.481 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:47.482 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:47.482 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:47.583 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:02:47.609 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:47.609 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:47.610 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:02:47.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:47 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2115690762' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "unique_pool_5", "pg_num": 16}]': finished 2024-09-13T15:02:47.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:47 smithi071 ceph-mon[107477]: osdmap e1390: 8 total, 8 up, 7 in 2024-09-13T15:02:47.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:47 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2115690762' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "unique_pool_5", "pg_num": 16}]': finished 2024-09-13T15:02:47.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:47 smithi071 ceph-mon[112785]: osdmap e1390: 8 total, 8 up, 7 in 2024-09-13T15:02:47.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:47 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2115690762' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "unique_pool_5", "pg_num": 16}]': finished 2024-09-13T15:02:47.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:47 smithi104 ceph-mon[105578]: osdmap e1390: 8 total, 8 up, 7 in 2024-09-13T15:02:47.711 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:47.731 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:47.732 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:47.732 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:47.757 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd pool application enable unique_pool_5 rados --yes-i-really-mean-it || true 2024-09-13T15:02:47.833 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:47.854 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:47.854 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:47.855 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:47.955 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:02:47.977 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:47.977 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:47.978 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:02:48.079 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:02:48.099 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:48.100 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:48.101 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:02:48.201 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:02:48.213 DEBUG:teuthology.orchestra.run:got remote process result: 22 2024-09-13T15:02:48.213 INFO:tasks.thrashosds.thrasher:Failed to trim stale osdmaps, ignoring 2024-09-13T15:02:48.222 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:48.223 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:48.223 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:02:48.282 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:02:48.298 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:02:48.324 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:48.345 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:48.346 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:48.346 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:48.447 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:02:48.468 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:48.469 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:48.470 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:02:48.570 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:48.572 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=true 2024-09-13T15:02:48.593 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:48.593 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:48.594 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:48.638 INFO:teuthology.orchestra.run.smithi104.stdout:ERROR: (22) Invalid argument 2024-09-13T15:02:48.638 INFO:teuthology.orchestra.run.smithi104.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T15:02:48.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:48 smithi104 ceph-mon[105578]: pgmap v2133: 109 pgs: 16 unknown, 4 peering, 89 active+clean; 582 KiB data, 5.4 GiB used, 620 GiB / 626 GiB avail 2024-09-13T15:02:48.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:48 smithi104 ceph-mon[105578]: Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-13T15:02:48.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:48 smithi104 ceph-mon[105578]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-13T15:02:48.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:48 smithi104 ceph-mon[105578]: osdmap e1391: 8 total, 8 up, 7 in 2024-09-13T15:02:48.695 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:02:48.718 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:48.718 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:48.718 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:02:48.819 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:48 smithi071 ceph-mon[107477]: pgmap v2133: 109 pgs: 16 unknown, 4 peering, 89 active+clean; 582 KiB data, 5.4 GiB used, 620 GiB / 626 GiB avail 2024-09-13T15:02:48.819 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:48 smithi071 ceph-mon[107477]: Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-13T15:02:48.819 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:48 smithi071 ceph-mon[107477]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-13T15:02:48.819 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:48 smithi071 ceph-mon[107477]: osdmap e1391: 8 total, 8 up, 7 in 2024-09-13T15:02:48.819 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:48 smithi071 ceph-mon[112785]: pgmap v2133: 109 pgs: 16 unknown, 4 peering, 89 active+clean; 582 KiB data, 5.4 GiB used, 620 GiB / 626 GiB avail 2024-09-13T15:02:48.819 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:48 smithi071 ceph-mon[112785]: Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-13T15:02:48.819 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:48 smithi071 ceph-mon[112785]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-13T15:02:48.819 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:48 smithi071 ceph-mon[112785]: osdmap e1391: 8 total, 8 up, 7 in 2024-09-13T15:02:48.820 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:02:48.845 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:48.846 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:48.846 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:02:48.947 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:02:48.969 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:48.969 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:48.970 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:02:49.070 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:02:49.092 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:49.093 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:49.093 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:02:49.194 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:02:49.216 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:49.216 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:49.217 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:02:49.301 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.6 dump_blocked_ops 2024-09-13T15:02:49.318 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:49.365 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:49.366 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:49.366 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:49.467 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:02:49.488 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:49.489 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:49.490 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:02:49.501 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T15:02:49.590 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:02:49.613 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:49.613 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:49.613 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:02:49.714 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:49.735 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:49.735 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:49.736 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:49.836 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:49.855 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:49 smithi071 ceph-mon[107477]: osdmap e1392: 8 total, 8 up, 7 in 2024-09-13T15:02:49.855 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:49 smithi071 ceph-mon[112785]: osdmap e1392: 8 total, 8 up, 7 in 2024-09-13T15:02:49.858 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:49.859 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:49.859 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:49.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:49 smithi104 ceph-mon[105578]: osdmap e1392: 8 total, 8 up, 7 in 2024-09-13T15:02:49.960 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:02:49.981 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:49.982 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:49.982 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:02:50.083 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:02:50.105 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:50.105 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:50.105 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:02:50.206 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:02:50.227 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:50.228 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:50.228 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:02:50.329 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:50.351 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:50.351 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:50.352 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:50.452 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:50.473 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:50.473 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:50.474 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:50.574 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:02:50.597 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:50.598 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:50.598 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:02:50.661 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:02:50.699 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:02:50.721 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:50.722 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:50.722 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:02:50.779 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:50 smithi104 ceph-mon[105578]: pgmap v2136: 109 pgs: 13 unknown, 4 peering, 92 active+clean; 582 KiB data, 5.4 GiB used, 620 GiB / 626 GiB avail 2024-09-13T15:02:50.822 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:50.844 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:50.845 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:50.845 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:50.877 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:50 smithi071 ceph-mon[107477]: pgmap v2136: 109 pgs: 13 unknown, 4 peering, 92 active+clean; 582 KiB data, 5.4 GiB used, 620 GiB / 626 GiB avail 2024-09-13T15:02:50.877 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:50 smithi071 ceph-mon[112785]: pgmap v2136: 109 pgs: 13 unknown, 4 peering, 92 active+clean; 582 KiB data, 5.4 GiB used, 620 GiB / 626 GiB avail 2024-09-13T15:02:50.946 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:02:50.967 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:50.968 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:50.968 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:02:51.069 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:02:51.090 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:51.091 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:51.091 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:02:51.192 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:02:51.213 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:51.214 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:51.214 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:02:51.282 INFO:teuthology.orchestra.run.smithi104.stdout:ERROR: (22) Invalid argument 2024-09-13T15:02:51.282 INFO:teuthology.orchestra.run.smithi104.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T15:02:51.314 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:51.336 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:51.336 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:51.337 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:51.437 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:02:51.459 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:51.460 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:51.460 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:02:51.561 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:51.582 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:51.582 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:51.583 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:51.607 INFO:teuthology.orchestra.run.smithi071.stderr:noscrub is set 2024-09-13T15:02:51.684 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:51.705 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:51.705 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:51.706 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:51.807 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:51.828 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:51.828 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:51.829 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:51.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:51 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3911068093' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T15:02:51.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:51 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3911068093' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T15:02:51.903 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:51 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3911068093' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T15:02:51.924 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.6 dump_historic_ops 2024-09-13T15:02:51.930 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:51.988 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:51.989 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:51.989 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:52.090 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:52.112 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:52.112 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:52.113 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:52.124 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T15:02:52.213 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:02:52.236 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:52.236 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:52.237 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:02:52.338 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:02:52.358 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:52.359 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:52.359 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:02:52.460 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:02:52.481 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:52.482 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:52.482 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:02:52.583 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:02:52.607 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:52.608 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:52.608 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:02:52.709 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:02:52.730 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:52.731 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:52.731 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:02:52.832 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:02:52.853 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:52 smithi104 ceph-mon[105578]: pgmap v2137: 109 pgs: 2 unknown, 1 peering, 106 active+clean; 582 KiB data, 5.4 GiB used, 620 GiB / 626 GiB avail 2024-09-13T15:02:52.853 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:52 smithi104 ceph-mon[105578]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:02:52.853 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:52 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3911068093' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T15:02:52.853 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:52 smithi104 ceph-mon[105578]: osdmap e1393: 8 total, 8 up, 7 in 2024-09-13T15:02:52.853 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:52.854 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:52.855 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:02:52.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:52 smithi071 ceph-mon[107477]: pgmap v2137: 109 pgs: 2 unknown, 1 peering, 106 active+clean; 582 KiB data, 5.4 GiB used, 620 GiB / 626 GiB avail 2024-09-13T15:02:52.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:52 smithi071 ceph-mon[107477]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:02:52.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:52 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3911068093' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T15:02:52.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:52 smithi071 ceph-mon[107477]: osdmap e1393: 8 total, 8 up, 7 in 2024-09-13T15:02:52.891 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:02:52 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:02:52] "GET /metrics HTTP/1.1" 200 34286 "" "Prometheus/2.51.0" 2024-09-13T15:02:52.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:52 smithi071 ceph-mon[112785]: pgmap v2137: 109 pgs: 2 unknown, 1 peering, 106 active+clean; 582 KiB data, 5.4 GiB used, 620 GiB / 626 GiB avail 2024-09-13T15:02:52.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:52 smithi071 ceph-mon[112785]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:02:52.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:52 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3911068093' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T15:02:52.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:52 smithi071 ceph-mon[112785]: osdmap e1393: 8 total, 8 up, 7 in 2024-09-13T15:02:52.956 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:52.977 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:52.978 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:52.978 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:53.079 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:53.100 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:53.101 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:53.101 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:53.202 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:02:53.214 INFO:tasks.thrashosds.thrasher:in_osds: [0, 1, 5, 4, 7, 2, 3] out_osds: [6] dead_osds: [] live_osds: [0, 1, 2, 3, 4, 5, 7, 6] 2024-09-13T15:02:53.214 INFO:tasks.thrashosds.thrasher:choose_action: min_in 4 min_out 0 min_live 2 min_dead 0 chance_down 0.40 2024-09-13T15:02:53.214 INFO:tasks.thrashosds.thrasher:Killing osd 7, live_osds are [0, 1, 2, 3, 4, 5, 7, 6] 2024-09-13T15:02:53.215 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2024-09-13T15:02:53.215 DEBUG:teuthology.orchestra.run.smithi104:> sudo systemctl stop ceph-18f8172c-71da-11ef-bceb-c7b262605968@osd.7 2024-09-13T15:02:53.223 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:53.224 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:53.224 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:02:53.325 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:53.348 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:53.348 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:53.349 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:53.422 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:02:53 smithi104 systemd[1]: Stopping Ceph osd.7 for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T15:02:53.450 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:02:53.472 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:53.473 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:53.473 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:02:53.574 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:02:53.596 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:53.597 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:53.598 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:02:53.608 INFO:teuthology.orchestra.run.smithi071.stderr:enabled application 'rados' on pool 'unique_pool_5' 2024-09-13T15:02:53.699 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:53.721 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:53.721 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:53.722 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:53.815 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:53 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1466029416' entity='client.admin' cmd={"prefix": "osd pool application enable", "pool": "unique_pool_5", "app": "rados", "yes_i_really_mean_it": true} : dispatch 2024-09-13T15:02:53.815 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:53 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd pool application enable", "pool": "unique_pool_5", "app": "rados", "yes_i_really_mean_it": true} : dispatch 2024-09-13T15:02:53.822 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:02:53.845 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:53.846 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:53.846 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:02:53.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:53 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1466029416' entity='client.admin' cmd={"prefix": "osd pool application enable", "pool": "unique_pool_5", "app": "rados", "yes_i_really_mean_it": true} : dispatch 2024-09-13T15:02:53.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:53 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd pool application enable", "pool": "unique_pool_5", "app": "rados", "yes_i_really_mean_it": true} : dispatch 2024-09-13T15:02:53.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:53 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1466029416' entity='client.admin' cmd={"prefix": "osd pool application enable", "pool": "unique_pool_5", "app": "rados", "yes_i_really_mean_it": true} : dispatch 2024-09-13T15:02:53.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:53 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd pool application enable", "pool": "unique_pool_5", "app": "rados", "yes_i_really_mean_it": true} : dispatch 2024-09-13T15:02:53.947 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:02:53.969 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:53.969 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:53.970 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:02:54.049 INFO:teuthology.orchestra.run.smithi104.stdout:ERROR: (22) Invalid argument 2024-09-13T15:02:54.050 INFO:teuthology.orchestra.run.smithi104.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T15:02:54.070 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:02:54.092 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:54.092 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:54.093 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:02:54.194 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:02:54.215 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:54.216 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:54.216 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:02:54.309 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd set nodeep-scrub 2024-09-13T15:02:54.317 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:02:54.375 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:54.375 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:54.376 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:02:54.476 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:54.500 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:54.500 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:54.501 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:54.602 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:02:54.624 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:54.625 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:54.625 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:02:54.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:54 smithi104 ceph-mon[105578]: pgmap v2139: 109 pgs: 109 active+clean; 582 KiB data, 5.4 GiB used, 620 GiB / 626 GiB avail 2024-09-13T15:02:54.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:54 smithi104 ceph-mon[105578]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-09-13T15:02:54.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:54 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable", "pool": "unique_pool_5", "app": "rados", "yes_i_really_mean_it": true}]': finished 2024-09-13T15:02:54.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:54 smithi104 ceph-mon[105578]: osdmap e1394: 8 total, 8 up, 7 in 2024-09-13T15:02:54.709 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.0 dump_ops_in_flight 2024-09-13T15:02:54.726 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:02:54.775 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:54.775 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:54.776 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:02:54.877 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:54.888 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:54 smithi071 ceph-mon[107477]: pgmap v2139: 109 pgs: 109 active+clean; 582 KiB data, 5.4 GiB used, 620 GiB / 626 GiB avail 2024-09-13T15:02:54.889 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:54 smithi071 ceph-mon[107477]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-09-13T15:02:54.889 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:54 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable", "pool": "unique_pool_5", "app": "rados", "yes_i_really_mean_it": true}]': finished 2024-09-13T15:02:54.889 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:54 smithi071 ceph-mon[107477]: osdmap e1394: 8 total, 8 up, 7 in 2024-09-13T15:02:54.889 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:54 smithi071 ceph-mon[112785]: pgmap v2139: 109 pgs: 109 active+clean; 582 KiB data, 5.4 GiB used, 620 GiB / 626 GiB avail 2024-09-13T15:02:54.889 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:54 smithi071 ceph-mon[112785]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-09-13T15:02:54.889 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:54 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable", "pool": "unique_pool_5", "app": "rados", "yes_i_really_mean_it": true}]': finished 2024-09-13T15:02:54.889 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:54 smithi071 ceph-mon[112785]: osdmap e1394: 8 total, 8 up, 7 in 2024-09-13T15:02:54.901 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:54.901 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:54.901 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:55.002 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:55.024 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:55.025 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:55.025 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:55.126 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:02:55.149 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:55.149 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:55.149 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:02:55.172 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:02:54 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[57235]: 2024-09-13T15:02:54.813+0000 7f9601c51640 -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-09-13T15:02:55.172 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:02:54 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[57235]: 2024-09-13T15:02:54.813+0000 7f9601c51640 -1 osd.7 1394 *** Got signal Terminated *** 2024-09-13T15:02:55.172 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:02:54 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[57235]: 2024-09-13T15:02:54.813+0000 7f9601c51640 -1 osd.7 1394 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-13T15:02:55.250 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:02:55.258 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T15:02:55.258 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T15:02:55.259 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T15:02:55.259 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T15:02:55.265 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:02:55.273 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:55.273 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:55.274 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:02:55.279 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T15:02:55.279 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T15:02:55.280 DEBUG:teuthology.orchestra.run.smithi071:> /bin/sh -c 'adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage rados --no-log-to-stderr --name client.0 -b 65536 --object-size 65536 -p unique_pool_5 bench 90 write' 2024-09-13T15:02:55.283 INFO:tasks.radosbench:joining radosbench (timing out after 3000s) 2024-09-13T15:02:55.283 INFO:teuthology.orchestra.run:waiting for 3000 2024-09-13T15:02:55.299 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:02:55.305 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T15:02:55.306 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T15:02:55.323 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T15:02:55.323 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T15:02:55.340 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T15:02:55.340 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T15:02:55.342 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:hints = 1 2024-09-13T15:02:55.342 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Maintaining 16 concurrent writes of 65536 bytes to objects of size 65536 for up to 90 seconds or 0 objects 2024-09-13T15:02:55.342 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Object prefix: benchmark_data_smithi071_326067 2024-09-13T15:02:55.343 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2024-09-13T15:02:55.343 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 0 0 0 0 0 0 - 0 2024-09-13T15:02:55.372 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T15:02:55.372 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T15:02:55.375 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:02:55.407 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T15:02:55.407 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T15:02:55.413 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:55.413 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:55.414 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:02:55.515 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:55.549 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:55.550 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:55.550 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:55.651 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:55.672 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:55.672 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:55.673 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:55.774 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:02:55.792 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:55 smithi071 ceph-mon[107477]: osd.7 marked itself down and dead 2024-09-13T15:02:55.792 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:55 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3909005997' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:02:55.793 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:55 smithi071 ceph-mon[112785]: osd.7 marked itself down and dead 2024-09-13T15:02:55.793 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:55 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3909005997' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:02:55.796 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:55.797 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:55.797 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:02:55.898 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:55.919 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:55.920 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:55.920 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:55.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:55 smithi104 ceph-mon[105578]: osd.7 marked itself down and dead 2024-09-13T15:02:55.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:55 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3909005997' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:02:56.022 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:02:56.044 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:56.045 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:56.045 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:02:56.146 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:02:56.167 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:56.168 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:56.169 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:02:56.269 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:02:56.291 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:56.292 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:56.292 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:02:56.343 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 1 16 1197 1181 73.806 73.8125 0.00108763 0.00397438 2024-09-13T15:02:56.393 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:02:56.414 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:56.414 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:56.415 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:02:56.516 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:56.538 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:56.538 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:56.539 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:56.609 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:02:56 smithi104 podman[234913]: 2024-09-13 15:02:56.297674599 +0000 UTC m=+1.588613223 container died c0657150d5d6906a93659f79aab231986b3e200ce6c392040b62c989a8255841 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7, RELEASE=reef-2c01458, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, ceph=True) 2024-09-13T15:02:56.640 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:56.671 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:56.671 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:56.672 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:56.756 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:56 smithi071 ceph-mon[107477]: pgmap v2141: 109 pgs: 109 active+clean; 582 KiB data, 5.4 GiB used, 620 GiB / 626 GiB avail 2024-09-13T15:02:56.756 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:56 smithi071 ceph-mon[107477]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-13T15:02:56.756 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:56 smithi071 ceph-mon[107477]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-13T15:02:56.756 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:56 smithi071 ceph-mon[107477]: osdmap e1395: 8 total, 7 up, 7 in 2024-09-13T15:02:56.756 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:56 smithi071 ceph-mon[112785]: pgmap v2141: 109 pgs: 109 active+clean; 582 KiB data, 5.4 GiB used, 620 GiB / 626 GiB avail 2024-09-13T15:02:56.756 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:56 smithi071 ceph-mon[112785]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-13T15:02:56.757 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:56 smithi071 ceph-mon[112785]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-13T15:02:56.757 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:56 smithi071 ceph-mon[112785]: osdmap e1395: 8 total, 7 up, 7 in 2024-09-13T15:02:56.772 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:56.808 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:56.809 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:56.809 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:56.910 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:56.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:56 smithi104 ceph-mon[105578]: pgmap v2141: 109 pgs: 109 active+clean; 582 KiB data, 5.4 GiB used, 620 GiB / 626 GiB avail 2024-09-13T15:02:56.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:56 smithi104 ceph-mon[105578]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-13T15:02:56.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:56 smithi104 ceph-mon[105578]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-13T15:02:56.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:56 smithi104 ceph-mon[105578]: osdmap e1395: 8 total, 7 up, 7 in 2024-09-13T15:02:56.922 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:02:56 smithi104 podman[234913]: 2024-09-13 15:02:56.736888827 +0000 UTC m=+2.027827459 container cleanup c0657150d5d6906a93659f79aab231986b3e200ce6c392040b62c989a8255841 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, RELEASE=reef-2c01458, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-13T15:02:56.922 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:02:56 smithi104 bash[234913]: ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7 2024-09-13T15:02:56.942 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:56.943 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:56.943 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:57.044 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:02:57.082 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:57.082 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:57.083 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:02:57.184 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:02:57.221 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:57.222 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:57.222 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:02:57.323 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:57.343 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 2 16 4158 4142 129.426 185.062 0.00729694 0.00771648 2024-09-13T15:02:57.357 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:57.358 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:57.358 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:57.422 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:02:57 smithi104 podman[235019]: 2024-09-13 15:02:57.022053488 +0000 UTC m=+0.689541921 container remove c0657150d5d6906a93659f79aab231986b3e200ce6c392040b62c989a8255841 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7, GIT_BRANCH=HEAD, GIT_CLEAN=True, ceph=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=reef-2c01458, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=) 2024-09-13T15:02:57.459 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:57.488 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:57.489 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:57.489 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:57.590 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:57.622 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:57.623 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:57.623 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:57.724 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:02:57.756 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:57 smithi104 ceph-mon[105578]: osdmap e1396: 8 total, 7 up, 7 in 2024-09-13T15:02:57.757 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:02:57 smithi104 podman[235195]: 2024-09-13 15:02:57.405732003 +0000 UTC m=+0.029582215 image pull c129f5a2fd4eccce3e6eec43830eff1929af98bc48f3b850cf144ce5b326e8b5 quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11 2024-09-13T15:02:57.757 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:02:57 smithi104 podman[235195]: 2024-09-13 15:02:57.631576111 +0000 UTC m=+0.255426300 container create 024a8e0b58e6f0818035d6190f91bf52a063baac6a2717dc3551b6e46089ad6e (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7-deactivate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, RELEASE=reef-2c01458, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, CEPH_POINT_RELEASE=) 2024-09-13T15:02:57.767 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:57.767 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:57.768 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:02:57.869 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:02:57.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:57 smithi071 ceph-mon[107477]: osdmap e1396: 8 total, 7 up, 7 in 2024-09-13T15:02:57.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:57 smithi071 ceph-mon[112785]: osdmap e1396: 8 total, 7 up, 7 in 2024-09-13T15:02:57.905 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:57.906 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:57.906 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:02:58.007 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:02:58.043 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:58.044 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:58.045 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:02:58.145 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:02:58.172 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:02:57 smithi104 podman[235195]: 2024-09-13 15:02:57.859883491 +0000 UTC m=+0.483733684 container init 024a8e0b58e6f0818035d6190f91bf52a063baac6a2717dc3551b6e46089ad6e (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7-deactivate, ceph=True, GIT_CLEAN=True, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, RELEASE=reef-2c01458, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=) 2024-09-13T15:02:58.172 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:02:57 smithi104 podman[235195]: 2024-09-13 15:02:57.867931862 +0000 UTC m=+0.491782058 container start 024a8e0b58e6f0818035d6190f91bf52a063baac6a2717dc3551b6e46089ad6e (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7-deactivate, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, RELEASE=reef-2c01458, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True) 2024-09-13T15:02:58.189 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:58.189 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:58.189 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:02:58.290 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:02:58.327 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:58.328 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:58.328 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:02:58.343 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 3 16 7880 7864 163.819 232.625 0.00394776 0.00609677 2024-09-13T15:02:58.430 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:02:58.461 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:58.462 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:58.462 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:02:58.514 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=false 2024-09-13T15:02:58.563 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:02:58.601 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:58.602 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:58.602 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:02:58.642 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:02:58 smithi104 podman[235195]: 2024-09-13 15:02:58.184826711 +0000 UTC m=+0.808676908 container attach 024a8e0b58e6f0818035d6190f91bf52a063baac6a2717dc3551b6e46089ad6e (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7-deactivate, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.build-date=20240731, RELEASE=reef-2c01458, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD) 2024-09-13T15:02:58.643 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:02:58 smithi104 podman[235195]: 2024-09-13 15:02:58.257821966 +0000 UTC m=+0.881672169 container died 024a8e0b58e6f0818035d6190f91bf52a063baac6a2717dc3551b6e46089ad6e (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7-deactivate, GIT_CLEAN=True, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, ceph=True, RELEASE=reef-2c01458, 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.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2) 2024-09-13T15:02:58.703 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:02:58.743 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:58.744 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:58.744 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:02:58.845 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:02:58.872 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:58.873 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:58.873 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:02:58.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:58 smithi071 ceph-mon[107477]: pgmap v2144: 109 pgs: 18 peering, 12 stale+active+clean, 79 active+clean; 36 MiB data, 5.4 GiB used, 620 GiB / 626 GiB avail; 6.7 MiB/s wr, 107 op/s 2024-09-13T15:02:58.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:58 smithi071 ceph-mon[107477]: Health check failed: Reduced data availability: 3 pgs inactive, 5 pgs peering (PG_AVAILABILITY) 2024-09-13T15:02:58.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:02:58 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T15:02:58.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:58 smithi071 ceph-mon[112785]: pgmap v2144: 109 pgs: 18 peering, 12 stale+active+clean, 79 active+clean; 36 MiB data, 5.4 GiB used, 620 GiB / 626 GiB avail; 6.7 MiB/s wr, 107 op/s 2024-09-13T15:02:58.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:58 smithi071 ceph-mon[112785]: Health check failed: Reduced data availability: 3 pgs inactive, 5 pgs peering (PG_AVAILABILITY) 2024-09-13T15:02:58.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:02:58 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T15:02:58.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:58 smithi104 ceph-mon[105578]: pgmap v2144: 109 pgs: 18 peering, 12 stale+active+clean, 79 active+clean; 36 MiB data, 5.4 GiB used, 620 GiB / 626 GiB avail; 6.7 MiB/s wr, 107 op/s 2024-09-13T15:02:58.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:58 smithi104 ceph-mon[105578]: Health check failed: Reduced data availability: 3 pgs inactive, 5 pgs peering (PG_AVAILABILITY) 2024-09-13T15:02:58.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:02:58 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T15:02:58.949 DEBUG:teuthology.orchestra.run.smithi104:> sudo pkill -f 'journalctl -f -n 0 -u ceph-18f8172c-71da-11ef-bceb-c7b262605968@osd.7.service' 2024-09-13T15:02:58.974 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:02:59.008 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:59.009 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:59.009 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:02:59.010 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-13T15:02:59.011 INFO:tasks.cephadm.osd.7:Stopped osd.7 2024-09-13T15:02:59.110 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:59.147 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:59.147 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:59.147 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:59.248 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:02:59.290 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:59.290 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:59.291 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:02:59.343 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 4 16 11333 11317 176.808 215.812 0.00349405 0.00564972 2024-09-13T15:02:59.392 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:59.424 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:59.425 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:59.425 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:02:59.526 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:02:59.579 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:02:59.580 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:59.580 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:02:59.682 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:59.716 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:59.717 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:59.717 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:59.818 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:02:59.847 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:59.848 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:59.848 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:02:59.949 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:02:59.975 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:02:59.976 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:02:59.976 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:00.077 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:00.098 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:00.098 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:00.099 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:00.200 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:03:00.223 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:00.223 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:00.224 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:03:00.324 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:00.343 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 5 16 13003 12987 162.318 104.375 0.00146553 0.00566818 2024-09-13T15:03:00.345 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:00.346 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:00.347 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:00.447 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:00.480 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:00.481 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:00.481 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:00.582 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:03:00.619 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:00.620 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:00.620 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:03:00.648 INFO:teuthology.orchestra.run.smithi071.stderr:nodeep-scrub is set 2024-09-13T15:03:00.721 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:00.757 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:00.758 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:00.758 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:00.859 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:00.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:00 smithi071 ceph-mon[107477]: pgmap v2145: 109 pgs: 9 active+undersized, 18 peering, 9 stale+active+clean, 1 active+undersized+degraded, 72 active+clean; 141 MiB data, 5.7 GiB used, 620 GiB / 626 GiB avail; 23 MiB/s wr, 373 op/s; 635/6795 objects degraded (9.345%) 2024-09-13T15:03:00.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:00 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:03:00.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:00 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:03:00.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:00 smithi071 ceph-mon[107477]: Health check failed: Degraded data redundancy: 635/6795 objects degraded (9.345%), 1 pg degraded (PG_DEGRADED) 2024-09-13T15:03:00.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:00 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1460413545' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:03:00.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:00 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:03:00.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:00 smithi071 ceph-mon[112785]: pgmap v2145: 109 pgs: 9 active+undersized, 18 peering, 9 stale+active+clean, 1 active+undersized+degraded, 72 active+clean; 141 MiB data, 5.7 GiB used, 620 GiB / 626 GiB avail; 23 MiB/s wr, 373 op/s; 635/6795 objects degraded (9.345%) 2024-09-13T15:03:00.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:00 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:03:00.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:00 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:03:00.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:00 smithi071 ceph-mon[112785]: Health check failed: Degraded data redundancy: 635/6795 objects degraded (9.345%), 1 pg degraded (PG_DEGRADED) 2024-09-13T15:03:00.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:00 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1460413545' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:03:00.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:00 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:03:00.896 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:00.897 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:00.897 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:00.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:00 smithi104 ceph-mon[105578]: pgmap v2145: 109 pgs: 9 active+undersized, 18 peering, 9 stale+active+clean, 1 active+undersized+degraded, 72 active+clean; 141 MiB data, 5.7 GiB used, 620 GiB / 626 GiB avail; 23 MiB/s wr, 373 op/s; 635/6795 objects degraded (9.345%) 2024-09-13T15:03:00.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:00 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:03:00.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:00 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:03:00.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:00 smithi104 ceph-mon[105578]: Health check failed: Degraded data redundancy: 635/6795 objects degraded (9.345%), 1 pg degraded (PG_DEGRADED) 2024-09-13T15:03:00.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:00 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1460413545' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:03:00.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:00 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:03:00.998 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:03:01.020 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:01.020 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:01.021 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:03:01.122 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:01.152 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:01.153 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:01.154 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:01.255 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:03:01.293 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:01.293 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T15:03:01.294 INFO:teuthology.orchestra.run.smithi071.stdout: "ops": [ 2024-09-13T15:03:01.294 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.294 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.45977.0:15432 10.6 e1397/1390 10:613cbf11:::benchmark_data_smithi071_326067_object15431:head v 1397'927, mlcod=1397'925)", 2024-09-13T15:03:01.294 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:03:01.283953+0000", 2024-09-13T15:03:01.294 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.0050664819999999998, 2024-09-13T15:03:01.294 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0050953860000000004, 2024-09-13T15:03:01.295 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:03:01.295 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:03:01.295 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "started", 2024-09-13T15:03:01.295 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:03:01.295 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.295 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:03:01.295 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.283953+0000", 2024-09-13T15:03:01.295 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:01.295 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.295 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.295 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:03:01.295 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.283953+0000", 2024-09-13T15:03:01.295 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:01.296 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.296 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.296 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:03:01.296 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.283954+0000", 2024-09-13T15:03:01.296 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0780000000000001e-06 2024-09-13T15:03:01.296 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.296 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.296 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:03:01.296 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.283990+0000", 2024-09-13T15:03:01.296 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.6298999999999999e-05 2024-09-13T15:03:01.297 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.297 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.297 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:03:01.297 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.284006+0000", 2024-09-13T15:03:01.297 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.5780000000000001e-05 2024-09-13T15:03:01.297 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.297 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.297 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:03:01.297 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.284015+0000", 2024-09-13T15:03:01.297 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.3420000000000008e-06 2024-09-13T15:03:01.297 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.297 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.297 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:01.298 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.284079+0000", 2024-09-13T15:03:01.298 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.4083000000000003e-05 2024-09-13T15:03:01.298 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.298 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.298 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:03:01.298 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.284099+0000", 2024-09-13T15:03:01.298 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.0086999999999999e-05 2024-09-13T15:03:01.298 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:01.298 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:03:01.298 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:01.298 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.298 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.298 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45977.0:15434 10.8 10:11d4c7ae:::benchmark_data_smithi071_326067_object15433:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536 in=65536b] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1397)", 2024-09-13T15:03:01.298 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:03:01.284859+0000", 2024-09-13T15:03:01.299 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.0041608050000000001, 2024-09-13T15:03:01.299 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.004254931, 2024-09-13T15:03:01.299 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:03:01.299 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:03:01.299 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "waiting for sub ops", 2024-09-13T15:03:01.299 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:03:01.299 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45977", 2024-09-13T15:03:01.299 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4198631296", 2024-09-13T15:03:01.299 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 15434 2024-09-13T15:03:01.300 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.300 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:03:01.300 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.300 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:03:01.300 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.284859+0000", 2024-09-13T15:03:01.300 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:01.300 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.300 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.300 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:03:01.300 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.284859+0000", 2024-09-13T15:03:01.300 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:01.300 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.300 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.301 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:03:01.301 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.284860+0000", 2024-09-13T15:03:01.301 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.668e-06 2024-09-13T15:03:01.301 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.301 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.301 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:03:01.301 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.284885+0000", 2024-09-13T15:03:01.301 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.4102000000000001e-05 2024-09-13T15:03:01.301 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.301 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.301 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:03:01.301 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.284903+0000", 2024-09-13T15:03:01.301 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.8402000000000001e-05 2024-09-13T15:03:01.301 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.302 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.302 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:03:01.302 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.284911+0000", 2024-09-13T15:03:01.302 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.9149999999999996e-06 2024-09-13T15:03:01.302 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.302 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.302 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:01.302 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.284971+0000", 2024-09-13T15:03:01.302 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.9719000000000002e-05 2024-09-13T15:03:01.302 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.302 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.302 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:03:01.302 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.285154+0000", 2024-09-13T15:03:01.302 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00018305099999999999 2024-09-13T15:03:01.303 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.303 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.303 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 2", 2024-09-13T15:03:01.303 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.285337+0000", 2024-09-13T15:03:01.303 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00018315900000000001 2024-09-13T15:03:01.303 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.303 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.303 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:03:01.303 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.288203+0000", 2024-09-13T15:03:01.303 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.002866614 2024-09-13T15:03:01.303 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:01.303 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:03:01.303 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:01.304 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.304 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.304 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45977.0:15437 10.8 10:17d0253a:::benchmark_data_smithi071_326067_object15436:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536 in=65536b] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1397)", 2024-09-13T15:03:01.304 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:03:01.285273+0000", 2024-09-13T15:03:01.304 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.0037470419999999999, 2024-09-13T15:03:01.304 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0039381190000000003, 2024-09-13T15:03:01.304 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:03:01.304 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:03:01.304 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "waiting for sub ops", 2024-09-13T15:03:01.304 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:03:01.304 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45977", 2024-09-13T15:03:01.304 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4198631296", 2024-09-13T15:03:01.304 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 15437 2024-09-13T15:03:01.305 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.305 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:03:01.305 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.305 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:03:01.305 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.285273+0000", 2024-09-13T15:03:01.305 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:01.305 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.305 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.305 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:03:01.305 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.285273+0000", 2024-09-13T15:03:01.305 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:01.305 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.306 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.306 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:03:01.306 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.285273+0000", 2024-09-13T15:03:01.306 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.1399999999999995e-07 2024-09-13T15:03:01.306 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.306 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.306 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:03:01.306 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.285296+0000", 2024-09-13T15:03:01.306 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.2357e-05 2024-09-13T15:03:01.306 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.306 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.306 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:03:01.307 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.285307+0000", 2024-09-13T15:03:01.307 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1491999999999999e-05 2024-09-13T15:03:01.307 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.307 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.307 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:03:01.307 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.285314+0000", 2024-09-13T15:03:01.307 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.1890000000000001e-06 2024-09-13T15:03:01.307 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.307 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.307 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:01.307 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.286225+0000", 2024-09-13T15:03:01.307 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00091007499999999999 2024-09-13T15:03:01.308 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.308 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.308 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:03:01.308 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.286410+0000", 2024-09-13T15:03:01.308 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000185556 2024-09-13T15:03:01.308 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.308 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.308 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 2", 2024-09-13T15:03:01.308 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.286809+0000", 2024-09-13T15:03:01.308 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00039846400000000001 2024-09-13T15:03:01.308 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:01.308 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:03:01.309 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:01.309 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.309 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.309 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.45977.0:15435 10.1 e1397/1395 10:84a536c0:::benchmark_data_smithi071_326067_object15434:head v 1397'900, mlcod=1397'897)", 2024-09-13T15:03:01.309 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:03:01.286188+0000", 2024-09-13T15:03:01.309 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.002831479, 2024-09-13T15:03:01.309 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.003087195, 2024-09-13T15:03:01.309 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:03:01.309 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:03:01.309 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "started", 2024-09-13T15:03:01.309 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:03:01.309 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.310 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:03:01.310 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.286188+0000", 2024-09-13T15:03:01.310 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:01.310 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.310 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.310 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:03:01.310 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.286188+0000", 2024-09-13T15:03:01.310 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:01.311 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.311 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.311 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:03:01.311 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.286190+0000", 2024-09-13T15:03:01.311 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.322e-06 2024-09-13T15:03:01.311 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.311 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.311 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:03:01.311 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.286231+0000", 2024-09-13T15:03:01.311 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.0784000000000001e-05 2024-09-13T15:03:01.311 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.311 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.311 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:03:01.312 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.286245+0000", 2024-09-13T15:03:01.312 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4313e-05 2024-09-13T15:03:01.312 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.312 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.312 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:03:01.312 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.286252+0000", 2024-09-13T15:03:01.312 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.7739999999999999e-06 2024-09-13T15:03:01.312 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.312 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.312 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:01.312 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.286406+0000", 2024-09-13T15:03:01.312 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00015323800000000001 2024-09-13T15:03:01.312 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.313 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.313 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:03:01.313 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.286428+0000", 2024-09-13T15:03:01.313 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.2221e-05 2024-09-13T15:03:01.313 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:01.313 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:03:01.313 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:01.313 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.313 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.313 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45977.0:15444 10.b 10:dfbe0982:::benchmark_data_smithi071_326067_object15443:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536 in=65536b] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1397)", 2024-09-13T15:03:01.313 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:03:01.286634+0000", 2024-09-13T15:03:01.313 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.0023858490000000002, 2024-09-13T15:03:01.313 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0026983649999999999, 2024-09-13T15:03:01.314 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:03:01.314 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:03:01.314 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "waiting for sub ops", 2024-09-13T15:03:01.314 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:03:01.314 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45977", 2024-09-13T15:03:01.314 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4198631296", 2024-09-13T15:03:01.314 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 15444 2024-09-13T15:03:01.314 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.314 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:03:01.314 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.314 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:03:01.314 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.286634+0000", 2024-09-13T15:03:01.314 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:01.314 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.315 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.315 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:03:01.315 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.286634+0000", 2024-09-13T15:03:01.315 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:01.315 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.315 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.315 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:03:01.315 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.286634+0000", 2024-09-13T15:03:01.315 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.8700000000000005e-07 2024-09-13T15:03:01.315 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.315 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.315 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:03:01.315 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.286656+0000", 2024-09-13T15:03:01.315 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.1968999999999999e-05 2024-09-13T15:03:01.316 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.316 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.316 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:03:01.316 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.286667+0000", 2024-09-13T15:03:01.316 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0176999999999999e-05 2024-09-13T15:03:01.316 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.316 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.316 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:03:01.316 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.286673+0000", 2024-09-13T15:03:01.316 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.7209999999999997e-06 2024-09-13T15:03:01.316 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.316 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.317 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:01.317 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.286745+0000", 2024-09-13T15:03:01.317 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.2101999999999995e-05 2024-09-13T15:03:01.317 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.317 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.317 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:03:01.317 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.286860+0000", 2024-09-13T15:03:01.317 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000114676 2024-09-13T15:03:01.317 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.317 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.317 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,4", 2024-09-13T15:03:01.317 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.287130+0000", 2024-09-13T15:03:01.317 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00027009700000000001 2024-09-13T15:03:01.318 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:01.318 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:03:01.318 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:01.318 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.318 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.318 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.45977.0:15436 10.6 e1397/1390 10:61911105:::benchmark_data_smithi071_326067_object15435:head v 1397'928, mlcod=1397'925)", 2024-09-13T15:03:01.318 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:03:01.286738+0000", 2024-09-13T15:03:01.318 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.0022814720000000001, 2024-09-13T15:03:01.319 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0026571500000000001, 2024-09-13T15:03:01.319 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:03:01.319 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:03:01.319 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "started", 2024-09-13T15:03:01.319 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:03:01.319 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.319 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:03:01.319 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.286738+0000", 2024-09-13T15:03:01.319 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:01.319 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.319 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.319 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:03:01.320 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.286738+0000", 2024-09-13T15:03:01.320 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:01.320 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.320 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.320 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:03:01.320 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.286739+0000", 2024-09-13T15:03:01.320 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.4600000000000005e-07 2024-09-13T15:03:01.320 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.320 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.320 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:03:01.321 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.286772+0000", 2024-09-13T15:03:01.321 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.3423000000000002e-05 2024-09-13T15:03:01.321 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.321 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.321 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:03:01.321 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.286780+0000", 2024-09-13T15:03:01.321 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.3650000000000004e-06 2024-09-13T15:03:01.321 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.321 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.321 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:03:01.321 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.286787+0000", 2024-09-13T15:03:01.321 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.1510000000000001e-06 2024-09-13T15:03:01.321 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.321 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.322 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:01.322 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.286850+0000", 2024-09-13T15:03:01.322 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.3711e-05 2024-09-13T15:03:01.322 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.322 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.322 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:03:01.322 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.286869+0000", 2024-09-13T15:03:01.322 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.8709e-05 2024-09-13T15:03:01.322 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:01.322 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:03:01.322 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:01.322 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.322 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.322 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.45977.0:15439 10.d e1397/1390 10:b965744e:::benchmark_data_smithi071_326067_object15438:head v 1397'960, mlcod=1397'958)", 2024-09-13T15:03:01.323 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:03:01.287211+0000", 2024-09-13T15:03:01.323 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.0018086440000000001, 2024-09-13T15:03:01.323 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0022342270000000001, 2024-09-13T15:03:01.323 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:03:01.323 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:03:01.323 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "started", 2024-09-13T15:03:01.323 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:03:01.323 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.323 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:03:01.323 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.287211+0000", 2024-09-13T15:03:01.324 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:01.324 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.324 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.324 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:03:01.324 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.287211+0000", 2024-09-13T15:03:01.324 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:01.324 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.324 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.324 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:03:01.324 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.287212+0000", 2024-09-13T15:03:01.324 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.6000000000000003e-07 2024-09-13T15:03:01.324 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.324 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.325 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:03:01.325 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.287254+0000", 2024-09-13T15:03:01.325 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.2314000000000002e-05 2024-09-13T15:03:01.325 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.325 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.325 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:03:01.325 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.287262+0000", 2024-09-13T15:03:01.326 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:01.326 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:03:01.327 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.1249999999999993e-06 2024-09-13T15:03:01.327 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.327 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.327 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:03:01.327 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.287268+0000", 2024-09-13T15:03:01.327 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.8819999999999998e-06 2024-09-13T15:03:01.327 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.327 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.327 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:01.327 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.287369+0000", 2024-09-13T15:03:01.327 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00010102699999999999 2024-09-13T15:03:01.328 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.328 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.328 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:03:01.328 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.287386+0000", 2024-09-13T15:03:01.328 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.6591000000000001e-05 2024-09-13T15:03:01.328 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:01.328 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:03:01.328 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:01.328 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.328 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.328 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.45977.0:15438 10.1 e1397/1395 10:8abb9708:::benchmark_data_smithi071_326067_object15437:head v 1397'901, mlcod=1397'898)", 2024-09-13T15:03:01.328 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:03:01.287287+0000", 2024-09-13T15:03:01.328 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.0017323449999999999, 2024-09-13T15:03:01.329 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.002207451, 2024-09-13T15:03:01.329 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:03:01.329 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:03:01.329 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "started", 2024-09-13T15:03:01.329 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:03:01.329 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.329 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:03:01.329 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.287287+0000", 2024-09-13T15:03:01.329 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:01.329 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.329 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.329 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:03:01.329 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.287287+0000", 2024-09-13T15:03:01.330 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:01.330 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.330 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.330 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:03:01.330 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.287288+0000", 2024-09-13T15:03:01.330 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.0899999999999997e-07 2024-09-13T15:03:01.330 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.330 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.330 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:03:01.330 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.287321+0000", 2024-09-13T15:03:01.331 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.3834999999999997e-05 2024-09-13T15:03:01.331 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.331 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.331 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:03:01.331 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.287328+0000", 2024-09-13T15:03:01.331 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.2519999999999996e-06 2024-09-13T15:03:01.331 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.331 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.331 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:03:01.331 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.287332+0000", 2024-09-13T15:03:01.331 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.5129999999999998e-06 2024-09-13T15:03:01.331 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.331 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.331 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:01.332 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.288104+0000", 2024-09-13T15:03:01.332 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00077218899999999995 2024-09-13T15:03:01.332 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.332 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.332 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:03:01.332 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.288127+0000", 2024-09-13T15:03:01.332 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.2552e-05 2024-09-13T15:03:01.332 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:01.332 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:03:01.332 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:01.332 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.332 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.333 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.45977.0:15445 10.d e1397/1390 10:b9c450f8:::benchmark_data_smithi071_326067_object15444:head v 1397'961, mlcod=1397'958)", 2024-09-13T15:03:01.333 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:03:01.288038+0000", 2024-09-13T15:03:01.333 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.00098118500000000009, 2024-09-13T15:03:01.333 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.001502106, 2024-09-13T15:03:01.333 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:03:01.333 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:03:01.333 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "started", 2024-09-13T15:03:01.333 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:03:01.333 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.333 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:03:01.333 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.288038+0000", 2024-09-13T15:03:01.333 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:01.333 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.334 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.334 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:03:01.334 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.288038+0000", 2024-09-13T15:03:01.334 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:01.334 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.334 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.334 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:03:01.334 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.288039+0000", 2024-09-13T15:03:01.334 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.8500000000000002e-07 2024-09-13T15:03:01.334 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.334 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.334 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:03:01.334 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.288073+0000", 2024-09-13T15:03:01.334 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.4601999999999998e-05 2024-09-13T15:03:01.335 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.335 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.335 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:03:01.335 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.288083+0000", 2024-09-13T15:03:01.335 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.3449999999999995e-06 2024-09-13T15:03:01.335 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.335 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.335 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:03:01.335 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.288089+0000", 2024-09-13T15:03:01.335 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.6309999999999997e-06 2024-09-13T15:03:01.335 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.335 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.335 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:01.335 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.288442+0000", 2024-09-13T15:03:01.336 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00035221900000000002 2024-09-13T15:03:01.336 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.336 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.336 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:03:01.336 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.288471+0000", 2024-09-13T15:03:01.336 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.8983999999999999e-05 2024-09-13T15:03:01.336 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:01.336 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:03:01.336 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:01.336 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.336 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.336 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.45977.0:15441 10.5 e1397/1390 10:a920478b:::benchmark_data_smithi071_326067_object15440:head v 1397'1006, mlcod=1397'1004)", 2024-09-13T15:03:01.336 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:03:01.288800+0000", 2024-09-13T15:03:01.337 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.000219182, 2024-09-13T15:03:01.337 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00079083599999999995, 2024-09-13T15:03:01.337 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:03:01.337 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:03:01.337 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "started", 2024-09-13T15:03:01.337 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:03:01.337 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.337 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:03:01.337 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.288800+0000", 2024-09-13T15:03:01.337 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:01.337 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.337 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.337 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:03:01.338 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.288800+0000", 2024-09-13T15:03:01.338 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:01.338 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.338 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.338 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:03:01.338 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.288801+0000", 2024-09-13T15:03:01.338 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.75e-07 2024-09-13T15:03:01.338 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.338 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.338 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:03:01.338 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.288824+0000", 2024-09-13T15:03:01.338 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.304e-05 2024-09-13T15:03:01.338 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.338 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.338 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:03:01.339 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.288835+0000", 2024-09-13T15:03:01.339 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0702e-05 2024-09-13T15:03:01.339 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.339 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.339 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:03:01.339 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.288841+0000", 2024-09-13T15:03:01.339 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.4899999999999997e-06 2024-09-13T15:03:01.339 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.339 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.339 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:01.340 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.288908+0000", 2024-09-13T15:03:01.340 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.7161000000000003e-05 2024-09-13T15:03:01.340 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.340 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.340 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:03:01.340 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.288925+0000", 2024-09-13T15:03:01.340 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.6867e-05 2024-09-13T15:03:01.340 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:01.340 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:03:01.340 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:01.340 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.340 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.340 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.45977.0:15448 10.6 e1397/1390 10:68a80667:::benchmark_data_smithi071_326067_object15447:head v 1397'929, mlcod=1397'925)", 2024-09-13T15:03:01.341 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:03:01.289405+0000", 2024-09-13T15:03:01.341 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 4294967295.9996147, 2024-09-13T15:03:01.341 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00031012500000000002, 2024-09-13T15:03:01.341 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:03:01.341 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:03:01.341 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "started", 2024-09-13T15:03:01.341 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:03:01.341 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.341 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:03:01.341 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.289405+0000", 2024-09-13T15:03:01.341 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:01.341 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.342 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.342 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:03:01.342 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.289405+0000", 2024-09-13T15:03:01.342 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:01.342 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.342 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.342 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:03:01.342 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.289406+0000", 2024-09-13T15:03:01.342 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.9400000000000004e-07 2024-09-13T15:03:01.342 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.342 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.342 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:03:01.342 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.289438+0000", 2024-09-13T15:03:01.343 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.2113000000000002e-05 2024-09-13T15:03:01.343 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.343 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.343 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:03:01.343 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.289448+0000", 2024-09-13T15:03:01.343 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0324e-05 2024-09-13T15:03:01.343 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.343 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.343 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:03:01.343 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.289456+0000", 2024-09-13T15:03:01.343 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.3000000000000002e-06 2024-09-13T15:03:01.343 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.343 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.343 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:01.344 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.289533+0000", 2024-09-13T15:03:01.344 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.6971000000000006e-05 2024-09-13T15:03:01.344 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.344 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.344 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:03:01.344 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.289553+0000", 2024-09-13T15:03:01.344 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.9763e-05 2024-09-13T15:03:01.344 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:01.344 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:03:01.344 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:01.344 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.344 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.344 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop_reply(client.45977.0:15444 10.b e1397/1390 ondisk, result = 0)", 2024-09-13T15:03:01.345 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:03:01.289662+0000", 2024-09-13T15:03:01.345 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 4294967295.9993582, 2024-09-13T15:03:01.345 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.9907000000000004e-05, 2024-09-13T15:03:01.345 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:03:01.345 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:03:01.345 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "started", 2024-09-13T15:03:01.345 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:03:01.345 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.345 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:03:01.345 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.289662+0000", 2024-09-13T15:03:01.345 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:01.345 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.345 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.345 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:03:01.346 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.289662+0000", 2024-09-13T15:03:01.346 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:01.346 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.346 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.346 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:03:01.346 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.289662+0000", 2024-09-13T15:03:01.346 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.4199999999999995e-07 2024-09-13T15:03:01.346 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.346 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.346 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:03:01.346 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.289669+0000", 2024-09-13T15:03:01.346 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.3829999999999997e-06 2024-09-13T15:03:01.346 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.346 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.347 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:03:01.347 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.289676+0000", 2024-09-13T15:03:01.347 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.1369999999999996e-06 2024-09-13T15:03:01.347 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.347 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.347 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:03:01.347 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.289681+0000", 2024-09-13T15:03:01.347 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.5790000000000003e-06 2024-09-13T15:03:01.347 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.347 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.347 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:01.347 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.289742+0000", 2024-09-13T15:03:01.347 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.0757999999999997e-05 2024-09-13T15:03:01.347 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.348 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.348 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:03:01.348 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.289749+0000", 2024-09-13T15:03:01.348 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.0890000000000002e-06 2024-09-13T15:03:01.348 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:01.348 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:01.348 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:03:01.348 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:01.289761+0000", 2024-09-13T15:03:01.348 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2319e-05 2024-09-13T15:03:01.348 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:01.348 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:03:01.348 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:01.348 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:01.349 INFO:teuthology.orchestra.run.smithi071.stdout: ], 2024-09-13T15:03:01.349 INFO:teuthology.orchestra.run.smithi071.stdout: "num_ops": 12 2024-09-13T15:03:01.349 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T15:03:01.349 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 6 16 15592 15576 162.232 161.812 0.00692488 0.00615771 2024-09-13T15:03:01.427 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:01.459 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:01.459 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:01.460 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:01.561 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:03:01.597 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:01.598 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:01.599 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:03:01.699 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:03:01.730 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:01.731 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:01.731 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:01.832 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:03:01.869 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:01.870 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:01.871 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:03:01.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:01 smithi071 ceph-mon[107477]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:03:01.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:01 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T15:03:01.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:01 smithi071 ceph-mon[107477]: osdmap e1397: 8 total, 7 up, 7 in 2024-09-13T15:03:01.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:01 smithi071 ceph-mon[112785]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:03:01.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:01 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T15:03:01.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:01 smithi071 ceph-mon[112785]: osdmap e1397: 8 total, 7 up, 7 in 2024-09-13T15:03:01.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:01 smithi104 ceph-mon[105578]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:03:01.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:01 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T15:03:01.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:01 smithi104 ceph-mon[105578]: osdmap e1397: 8 total, 7 up, 7 in 2024-09-13T15:03:01.972 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:03:02.016 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:02.017 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:02.017 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:03:02.118 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:03:02.155 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:02.156 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:02.156 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:03:02.257 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:03:02.293 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:02.294 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:02.295 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:03:02.343 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 7 16 18690 18674 166.714 193.625 0.0025439 0.00599205 2024-09-13T15:03:02.396 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:03:02.433 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:02.434 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:02.434 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:03:02.535 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:02.567 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:02.568 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:02.568 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:02.669 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:03:02.704 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:02.705 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:02.705 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:03:02.806 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:02.810 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.0 dump_blocked_ops 2024-09-13T15:03:02.834 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:02.835 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:02.835 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:02.851 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:03:02.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:02 smithi104 ceph-mon[105578]: pgmap v2147: 109 pgs: 29 active+undersized, 5 peering, 15 active+undersized+degraded, 60 active+clean; 677 MiB data, 6.7 GiB used, 619 GiB / 626 GiB avail; 113 MiB/s wr, 1.80k op/s; 4881/32550 objects degraded (14.995%); 11 KiB/s, 0 objects/s recovering 2024-09-13T15:03:02.936 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:02.969 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:02.970 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:02.970 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:02.990 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:03:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:03:02] "GET /metrics HTTP/1.1" 200 36685 "" "Prometheus/2.51.0" 2024-09-13T15:03:02.990 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:02 smithi071 ceph-mon[112785]: pgmap v2147: 109 pgs: 29 active+undersized, 5 peering, 15 active+undersized+degraded, 60 active+clean; 677 MiB data, 6.7 GiB used, 619 GiB / 626 GiB avail; 113 MiB/s wr, 1.80k op/s; 4881/32550 objects degraded (14.995%); 11 KiB/s, 0 objects/s recovering 2024-09-13T15:03:02.991 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:02 smithi071 ceph-mon[107477]: pgmap v2147: 109 pgs: 29 active+undersized, 5 peering, 15 active+undersized+degraded, 60 active+clean; 677 MiB data, 6.7 GiB used, 619 GiB / 626 GiB avail; 113 MiB/s wr, 1.80k op/s; 4881/32550 objects degraded (14.995%); 11 KiB/s, 0 objects/s recovering 2024-09-13T15:03:03.071 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:03:03.115 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:03.116 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:03.116 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:03:03.217 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:03.238 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:03.238 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:03.239 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:03.340 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:03.344 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 8 16 21322 21306 166.435 164.5 0.00610821 0.00600237 2024-09-13T15:03:03.369 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:03.370 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:03.370 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:03.471 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:03:03.505 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:03.506 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:03.506 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:03:03.607 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:03:03.638 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:03.638 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:03.639 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:03.740 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:03:03.774 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:03.775 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:03.775 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:03.876 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:03.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:03 smithi071 ceph-mon[107477]: Health check update: Reduced data availability: 2 pgs inactive, 2 pgs peering (PG_AVAILABILITY) 2024-09-13T15:03:03.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:03 smithi071 ceph-mon[112785]: Health check update: Reduced data availability: 2 pgs inactive, 2 pgs peering (PG_AVAILABILITY) 2024-09-13T15:03:03.905 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:03.905 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:03.906 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:03.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:03 smithi104 ceph-mon[105578]: Health check update: Reduced data availability: 2 pgs inactive, 2 pgs peering (PG_AVAILABILITY) 2024-09-13T15:03:04.006 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:04.012 INFO:tasks.thrashosds.thrasher:in_osds: [0, 1, 5, 4, 7, 2, 3] out_osds: [6] dead_osds: [7] live_osds: [0, 1, 2, 3, 4, 5, 6] 2024-09-13T15:03:04.012 INFO:tasks.thrashosds.thrasher:choose_action: min_in 4 min_out 0 min_live 2 min_dead 0 chance_down 0.40 2024-09-13T15:03:04.012 INFO:tasks.thrashosds.thrasher:inject_pause on osd.3 2024-09-13T15:03:04.012 INFO:tasks.thrashosds.thrasher:Testing filestore_inject_stall pause injection for duration 3 2024-09-13T15:03:04.012 INFO:tasks.thrashosds.thrasher:Checking after 0, should_be_down=False 2024-09-13T15:03:04.012 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.3 config set filestore_inject_stall 3 2024-09-13T15:03:04.044 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:04.046 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:04.046 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:04.147 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:03:04.192 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:04.193 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:04.193 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:03:04.294 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:04.322 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:04.323 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:04.323 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:04.344 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd unset noscrub 2024-09-13T15:03:04.345 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 9 16 23770 23754 164.941 153 0.00339833 0.00605697 2024-09-13T15:03:04.425 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:03:04.454 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:04.454 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:04.455 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:03:04.555 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:03:04.586 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:04.586 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:04.587 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:04.687 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:03:04.715 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:04.715 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:04.716 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:04.817 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:04.837 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:04.838 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:04.838 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:04.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:04 smithi104 ceph-mon[105578]: pgmap v2148: 109 pgs: 34 active+undersized, 15 active+undersized+degraded, 60 active+clean; 787 MiB data, 7.1 GiB used, 619 GiB / 626 GiB avail; 107 MiB/s wr, 1.71k op/s; 4881/37842 objects degraded (12.898%); 8.8 KiB/s, 0 objects/s recovering 2024-09-13T15:03:04.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:04 smithi104 ceph-mon[105578]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 2 pgs peering) 2024-09-13T15:03:04.939 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:03:04.960 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:04.961 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:04.961 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:05.062 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:03:05.082 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:05.083 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:05.083 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:03:05.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:04 smithi071 ceph-mon[107477]: pgmap v2148: 109 pgs: 34 active+undersized, 15 active+undersized+degraded, 60 active+clean; 787 MiB data, 7.1 GiB used, 619 GiB / 626 GiB avail; 107 MiB/s wr, 1.71k op/s; 4881/37842 objects degraded (12.898%); 8.8 KiB/s, 0 objects/s recovering 2024-09-13T15:03:05.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:04 smithi071 ceph-mon[107477]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 2 pgs peering) 2024-09-13T15:03:05.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:04 smithi071 ceph-mon[112785]: pgmap v2148: 109 pgs: 34 active+undersized, 15 active+undersized+degraded, 60 active+clean; 787 MiB data, 7.1 GiB used, 619 GiB / 626 GiB avail; 107 MiB/s wr, 1.71k op/s; 4881/37842 objects degraded (12.898%); 8.8 KiB/s, 0 objects/s recovering 2024-09-13T15:03:05.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:04 smithi071 ceph-mon[112785]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 2 pgs peering) 2024-09-13T15:03:05.184 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:05.221 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:05.221 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:05.222 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:05.322 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:03:05.344 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 10 16 25480 25464 159.133 106.875 0.00588873 0.00627864 2024-09-13T15:03:05.353 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:05.353 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:05.354 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:05.454 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:03:05.483 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:05.484 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:05.485 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:05.585 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:05.621 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:05.622 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:05.622 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:05.723 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:05.756 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:05.757 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:05.757 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:05.858 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:05.884 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:05.885 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:05.886 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:05.986 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:03:06.032 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:06.032 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:06.033 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:03:06.043 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:05 smithi071 ceph-mon[107477]: pgmap v2149: 109 pgs: 34 active+undersized, 15 active+undersized+degraded, 60 active+clean; 995 MiB data, 8.0 GiB used, 618 GiB / 626 GiB avail; 116 MiB/s wr, 1.85k op/s; 5730/47802 objects degraded (11.987%); 7.7 KiB/s, 0 objects/s recovering 2024-09-13T15:03:06.043 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:05 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 5730/47802 objects degraded (11.987%), 15 pgs degraded (PG_DEGRADED) 2024-09-13T15:03:06.043 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:05 smithi071 ceph-mon[112785]: pgmap v2149: 109 pgs: 34 active+undersized, 15 active+undersized+degraded, 60 active+clean; 995 MiB data, 8.0 GiB used, 618 GiB / 626 GiB avail; 116 MiB/s wr, 1.85k op/s; 5730/47802 objects degraded (11.987%); 7.7 KiB/s, 0 objects/s recovering 2024-09-13T15:03:06.043 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:05 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 5730/47802 objects degraded (11.987%), 15 pgs degraded (PG_DEGRADED) 2024-09-13T15:03:06.134 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:06.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:05 smithi104 ceph-mon[105578]: pgmap v2149: 109 pgs: 34 active+undersized, 15 active+undersized+degraded, 60 active+clean; 995 MiB data, 8.0 GiB used, 618 GiB / 626 GiB avail; 116 MiB/s wr, 1.85k op/s; 5730/47802 objects degraded (11.987%); 7.7 KiB/s, 0 objects/s recovering 2024-09-13T15:03:06.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:05 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 5730/47802 objects degraded (11.987%), 15 pgs degraded (PG_DEGRADED) 2024-09-13T15:03:06.173 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:06.174 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:06.174 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:06.275 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:03:06.309 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:06.309 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:06.310 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:03:06.344 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 11 15 27616 27601 156.808 133.562 0.00703221 0.00637233 2024-09-13T15:03:06.411 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:03:06.433 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:06.434 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:06.434 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:03:06.535 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:03:06.565 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:06.566 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:06.566 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:03:06.667 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:03:06.699 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:06.699 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:06.699 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:06.800 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:03:06.822 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:06.822 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:06.822 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:06.923 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:03:06.955 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:06.955 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:06.956 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:03:07.056 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:07.093 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:07.094 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:07.095 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:07.195 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:07.222 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:07.223 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:07.224 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:07.324 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:07.344 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 12 16 29639 29623 154.271 126.375 0.00854087 0.0064771 2024-09-13T15:03:07.359 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:07.360 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:07.361 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:07.461 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:07.493 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:07.493 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:07.494 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:07.594 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:03:07.627 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:07.628 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:07.628 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:03:07.729 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:03:07.762 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:07.763 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:07.763 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:03:07.864 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:03:07.900 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:07.901 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:07.901 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:03:08.002 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:08.030 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:08.031 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:08.031 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:08.132 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:08.153 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:08.153 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:08.154 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:08.255 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:03:08.288 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:08.288 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:08.289 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:03:08.344 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 13 16 31485 31469 151.279 115.375 0.00666008 0.00660572 2024-09-13T15:03:08.390 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:03:08.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:07 smithi071 ceph-mon[107477]: pgmap v2150: 109 pgs: 34 active+undersized, 15 active+undersized+degraded, 60 active+clean; 1.5 GiB data, 9.2 GiB used, 617 GiB / 626 GiB avail; 153 MiB/s wr, 2.44k op/s; 9591/75159 objects degraded (12.761%); 6.4 KiB/s, 0 objects/s recovering 2024-09-13T15:03:08.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:07 smithi071 ceph-mon[112785]: pgmap v2150: 109 pgs: 34 active+undersized, 15 active+undersized+degraded, 60 active+clean; 1.5 GiB data, 9.2 GiB used, 617 GiB / 626 GiB avail; 153 MiB/s wr, 2.44k op/s; 9591/75159 objects degraded (12.761%); 6.4 KiB/s, 0 objects/s recovering 2024-09-13T15:03:08.413 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:07 smithi104 ceph-mon[105578]: pgmap v2150: 109 pgs: 34 active+undersized, 15 active+undersized+degraded, 60 active+clean; 1.5 GiB data, 9.2 GiB used, 617 GiB / 626 GiB avail; 153 MiB/s wr, 2.44k op/s; 9591/75159 objects degraded (12.761%); 6.4 KiB/s, 0 objects/s recovering 2024-09-13T15:03:08.426 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:08.427 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:08.427 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:03:08.528 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:03:08.563 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:08.563 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:08.564 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:03:08.664 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:08.691 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:08.692 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:08.692 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:08.793 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:08.825 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:08.826 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:08.827 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:08.927 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:03:08.962 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:08.963 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:08.963 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:03:09.064 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:03:09.093 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:09.093 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:09.094 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:09.194 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:03:09.232 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:09.232 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:09.233 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:03:09.334 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:03:09.344 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 14 16 33893 33877 151.222 150.5 0.00907205 0.00660821 2024-09-13T15:03:09.365 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:09.365 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:09.366 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:09.467 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:09.504 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:09.505 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:09.506 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:09.606 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:03:09.637 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:09.637 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:09.638 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:09.739 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:03:09.773 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:09.774 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:09.774 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:03:09.875 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:09.907 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:09.908 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:09.909 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:09.999 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:09 smithi071 ceph-mon[107477]: pgmap v2151: 109 pgs: 34 active+undersized, 15 active+undersized+degraded, 60 active+clean; 1.6 GiB data, 9.4 GiB used, 616 GiB / 626 GiB avail; 146 MiB/s wr, 2.34k op/s; 9591/77040 objects degraded (12.449%); 6.4 KiB/s, 0 objects/s recovering 2024-09-13T15:03:09.999 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:03:09.999 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:09 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:03:10.000 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:09 smithi071 ceph-mon[112785]: pgmap v2151: 109 pgs: 34 active+undersized, 15 active+undersized+degraded, 60 active+clean; 1.6 GiB data, 9.4 GiB used, 616 GiB / 626 GiB avail; 146 MiB/s wr, 2.34k op/s; 9591/77040 objects degraded (12.449%); 6.4 KiB/s, 0 objects/s recovering 2024-09-13T15:03:10.000 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:03:10.000 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:09 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:03:10.009 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:10.038 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:10.038 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:10.039 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:10.140 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:03:10.179 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:10.180 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:10.180 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:03:10.281 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:10.315 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:10.316 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:10.316 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:10.347 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 15 16 36086 36070 150.247 137.062 0.00513416 0.00665124 2024-09-13T15:03:10.417 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:10.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:09 smithi104 ceph-mon[105578]: pgmap v2151: 109 pgs: 34 active+undersized, 15 active+undersized+degraded, 60 active+clean; 1.6 GiB data, 9.4 GiB used, 616 GiB / 626 GiB avail; 146 MiB/s wr, 2.34k op/s; 9591/77040 objects degraded (12.449%); 6.4 KiB/s, 0 objects/s recovering 2024-09-13T15:03:10.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:03:10.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:09 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:03:10.444 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:10.445 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:10.445 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:10.450 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:03:10.454 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:03:10.501 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:03:10.514 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T15:03:10.514 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T15:03:10.546 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:03:10.553 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T15:03:10.553 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T15:03:10.585 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:10.586 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:10.586 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:03:10.590 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T15:03:10.590 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T15:03:10.620 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T15:03:10.621 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T15:03:10.655 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T15:03:10.655 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T15:03:10.687 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:10.688 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T15:03:10.688 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T15:03:10.720 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T15:03:10.720 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T15:03:10.722 INFO:teuthology.orchestra.run.smithi071.stderr:Error ENXIO: problem getting command descriptions from osd.7 2024-09-13T15:03:10.733 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:10.733 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:10.733 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:10.834 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:03:10.862 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:10.862 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:10.863 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:10.964 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:10.996 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:10.997 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:10.997 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:11.098 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:11.136 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:11.137 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:11.137 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:11.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:10 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1173698945' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:03:11.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:10 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1173698945' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:03:11.237 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:11.269 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:11.270 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:11.270 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:11.347 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 16 16 38150 38134 148.918 129 0.00316188 0.00671039 2024-09-13T15:03:11.371 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:03:11.408 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:11.409 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:11.409 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:03:11.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:10 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1173698945' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:03:11.509 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:11.540 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:11.541 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:11.541 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:11.642 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:03:11.678 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:11.679 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:11.679 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:03:11.780 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:11.810 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:11.810 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:11.811 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:11.911 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:11.953 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:11.954 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:11.954 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:12.055 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:12.085 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:12.086 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:12.086 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:12.187 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:12.222 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:12.222 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:12.223 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:12.324 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:03:12.347 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 17 16 40382 40366 148.364 139.5 0.00455574 0.0067355 2024-09-13T15:03:12.363 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:12.363 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:12.364 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:03:12.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:11 smithi071 ceph-mon[107477]: pgmap v2152: 109 pgs: 34 active+undersized, 15 active+undersized+degraded, 60 active+clean; 2.1 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 143 MiB/s wr, 2.29k op/s; 13477/102972 objects degraded (13.088%) 2024-09-13T15:03:12.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:11 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 13477/102972 objects degraded (13.088%), 15 pgs degraded (PG_DEGRADED) 2024-09-13T15:03:12.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:11 smithi071 ceph-mon[112785]: pgmap v2152: 109 pgs: 34 active+undersized, 15 active+undersized+degraded, 60 active+clean; 2.1 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 143 MiB/s wr, 2.29k op/s; 13477/102972 objects degraded (13.088%) 2024-09-13T15:03:12.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:11 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 13477/102972 objects degraded (13.088%), 15 pgs degraded (PG_DEGRADED) 2024-09-13T15:03:12.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:11 smithi104 ceph-mon[105578]: pgmap v2152: 109 pgs: 34 active+undersized, 15 active+undersized+degraded, 60 active+clean; 2.1 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 143 MiB/s wr, 2.29k op/s; 13477/102972 objects degraded (13.088%) 2024-09-13T15:03:12.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:11 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 13477/102972 objects degraded (13.088%), 15 pgs degraded (PG_DEGRADED) 2024-09-13T15:03:12.465 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:03:12.501 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:12.502 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:12.503 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:03:12.603 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:03:12.635 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:12.635 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:12.636 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:03:12.737 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:12.771 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:12.771 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:12.772 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:12.873 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:12.903 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:12.904 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:12.904 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:12.937 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:03:12 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:03:12] "GET /metrics HTTP/1.1" 200 36685 "" "Prometheus/2.51.0" 2024-09-13T15:03:13.005 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:03:13.034 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:13.035 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:13.036 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:13.136 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:03:13.171 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:13.172 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:13.172 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:03:13.273 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:13.302 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:13.303 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:13.303 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:13.348 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 18 16 42521 42505 147.548 133.688 0.00592953 0.00677245 2024-09-13T15:03:13.404 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:13.443 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:13.444 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:13.444 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:13.545 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:13.581 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:13.582 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:13.582 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:13.683 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:13.721 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:13.722 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:13.722 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:13.823 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:03:13.871 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:13.871 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:13.871 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:03:13.972 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:03:14.008 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:14.009 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:14.009 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:03:14.110 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:03:14.147 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:14.148 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:14.148 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:03:14.249 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:14.278 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:14.279 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:14.279 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:14.348 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 19 16 44589 44573 146.584 129.25 0.00346292 0.00681707 2024-09-13T15:03:14.356 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:13 smithi071 ceph-mon[107477]: pgmap v2153: 109 pgs: 34 active+undersized, 15 active+undersized+degraded, 60 active+clean; 2.2 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 129 MiB/s wr, 2.06k op/s; 13477/106803 objects degraded (12.619%) 2024-09-13T15:03:14.356 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:13 smithi071 ceph-mon[112785]: pgmap v2153: 109 pgs: 34 active+undersized, 15 active+undersized+degraded, 60 active+clean; 2.2 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 129 MiB/s wr, 2.06k op/s; 13477/106803 objects degraded (12.619%) 2024-09-13T15:03:14.380 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:03:14.397 DEBUG:teuthology.orchestra.run:got remote process result: 6 2024-09-13T15:03:14.397 INFO:tasks.thrashosds.thrasher:Failed to tell all osds, ignoring 2024-09-13T15:03:14.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:13 smithi104 ceph-mon[105578]: pgmap v2153: 109 pgs: 34 active+undersized, 15 active+undersized+degraded, 60 active+clean; 2.2 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 129 MiB/s wr, 2.06k op/s; 13477/106803 objects degraded (12.619%) 2024-09-13T15:03:14.423 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:14.424 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:14.424 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:03:14.525 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:03:14.555 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:14.556 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:14.556 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:14.657 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:03:14.692 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:14.692 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:14.692 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:03:14.793 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:14.830 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:14.832 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:14.833 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:14.933 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:14.961 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:14.962 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:14.963 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:15.063 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:03:15.103 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:15.104 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:15.104 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:03:15.124 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T15:03:15.124 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T15:03:15.205 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:03:15.245 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:15.245 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:15.245 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:03:15.346 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:03:15.348 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:2024-09-13T15:03:15.347478+0000 min lat: 0.0010658 max lat: 1.02246 avg lat: 0.0068852 2024-09-13T15:03:15.348 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2024-09-13T15:03:15.348 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 20 16 46473 46457 145.142 117.75 0.016161 0.0068852 2024-09-13T15:03:15.386 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:15.386 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:15.387 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:03:15.461 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T15:03:15.462 INFO:teuthology.orchestra.run.smithi071.stdout: "success": "" 2024-09-13T15:03:15.462 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T15:03:15.488 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:15.521 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:15.521 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:15.522 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:15.623 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:15.652 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:15.652 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:15.653 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:15.753 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:15.782 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:15.783 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:15.783 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:15.884 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:03:15.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:15 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:03:15.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:15 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:03:15.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:15 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:03:15.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:15 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:03:15.913 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:15.914 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:15.915 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:15.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:15 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:03:15.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:15 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:03:16.016 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:16.051 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:16.052 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:16.052 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:16.153 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:03:16.191 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:16.192 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:16.192 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:03:16.293 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:16.328 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:16.329 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:16.329 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:16.348 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 21 16 48509 48493 144.29 127.25 0.00695002 0.00692585 2024-09-13T15:03:16.398 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=true 2024-09-13T15:03:16.430 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:03:16.463 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:16.464 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:16.464 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:16.565 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:03:16.594 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:16.594 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:16.594 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:16.695 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:03:16.736 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:16.737 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:16.737 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:03:16.820 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:16 smithi104 ceph-mon[105578]: pgmap v2154: 109 pgs: 34 active+undersized, 15 active+undersized+degraded, 60 active+clean; 2.3 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 134 MiB/s wr, 2.14k op/s; 14172/114975 objects degraded (12.326%) 2024-09-13T15:03:16.837 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:16.869 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:16.869 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:16.870 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:16.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:16 smithi071 ceph-mon[107477]: pgmap v2154: 109 pgs: 34 active+undersized, 15 active+undersized+degraded, 60 active+clean; 2.3 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 134 MiB/s wr, 2.14k op/s; 14172/114975 objects degraded (12.326%) 2024-09-13T15:03:16.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:16 smithi071 ceph-mon[112785]: pgmap v2154: 109 pgs: 34 active+undersized, 15 active+undersized+degraded, 60 active+clean; 2.3 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 134 MiB/s wr, 2.14k op/s; 14172/114975 objects degraded (12.326%) 2024-09-13T15:03:16.971 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:17.004 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:17.005 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:17.005 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:17.037 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.0 dump_historic_ops 2024-09-13T15:03:17.106 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:03:17.164 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:17.164 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:17.165 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:03:17.265 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:03:17.296 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:17.297 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:17.297 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:17.348 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 22 16 50329 50313 142.898 113.75 0.00890082 0.00699336 2024-09-13T15:03:17.398 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:17.433 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:17.434 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:17.434 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:17.535 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:03:17.573 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:17.574 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:17.574 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:03:17.636 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:03:17.675 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:03:17.708 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:17.709 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:17.709 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:17.810 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:03:17.847 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:17 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 17384/138408 objects degraded (12.560%), 15 pgs degraded (PG_DEGRADED) 2024-09-13T15:03:17.847 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:17 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 17384/138408 objects degraded (12.560%), 15 pgs degraded (PG_DEGRADED) 2024-09-13T15:03:17.850 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:17.852 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:17.852 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:17.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:17 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 17384/138408 objects degraded (12.560%), 15 pgs degraded (PG_DEGRADED) 2024-09-13T15:03:17.953 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:17.985 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:17.985 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:17.986 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:18.086 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:03:18.119 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:18.120 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:18.121 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:18.221 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:18.250 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:18.251 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:18.251 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:18.349 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 23 16 52061 52045 141.391 108.25 0.0157582 0.00706758 2024-09-13T15:03:18.351 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:18.386 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:18.387 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:18.387 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:18.488 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:03:18.509 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:18.510 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:18.511 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:03:18.612 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:03:18.654 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:18.654 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:18.654 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:03:18.755 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:03:18.781 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:18.782 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:18.782 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:18.883 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:03:18.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:18 smithi071 ceph-mon[107477]: pgmap v2155: 109 pgs: 34 active+undersized, 15 active+undersized+degraded, 60 active+clean; 2.8 GiB data, 13 GiB used, 613 GiB / 626 GiB avail; 157 MiB/s wr, 2.52k op/s; 17384/138408 objects degraded (12.560%) 2024-09-13T15:03:18.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:18 smithi071 ceph-mon[112785]: pgmap v2155: 109 pgs: 34 active+undersized, 15 active+undersized+degraded, 60 active+clean; 2.8 GiB data, 13 GiB used, 613 GiB / 626 GiB avail; 157 MiB/s wr, 2.52k op/s; 17384/138408 objects degraded (12.560%) 2024-09-13T15:03:18.911 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:18.912 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:18.913 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:18.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:18 smithi104 ceph-mon[105578]: pgmap v2155: 109 pgs: 34 active+undersized, 15 active+undersized+degraded, 60 active+clean; 2.8 GiB data, 13 GiB used, 613 GiB / 626 GiB avail; 157 MiB/s wr, 2.52k op/s; 17384/138408 objects degraded (12.560%) 2024-09-13T15:03:19.013 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:19.037 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:19.038 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:19.038 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:19.139 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:03:19.177 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:19.178 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:19.178 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:03:19.279 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:19.308 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:19.310 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:19.311 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:19.349 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 24 16 53712 53696 139.799 103.188 0.0106012 0.00714808 2024-09-13T15:03:19.412 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:03:19.448 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:19.449 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:19.449 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:03:19.550 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:03:19.571 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:19.572 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:19.572 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:03:19.673 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:03:19.712 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:19.713 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:19.713 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:03:19.814 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:03:19.849 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:19.850 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:19.850 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:03:19.857 INFO:teuthology.orchestra.run.smithi071.stderr:noscrub is unset 2024-09-13T15:03:19.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:19 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1883451944' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T15:03:19.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:19 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T15:03:19.952 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:03:19.985 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:19.986 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:19.987 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:03:20.087 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:03:20.123 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:20.123 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:20.124 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:03:20.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:19 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1883451944' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T15:03:20.186 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:19 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T15:03:20.187 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:19 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1883451944' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T15:03:20.187 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:19 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T15:03:20.224 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:20.246 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:20.246 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:20.247 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:20.347 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:03:20.349 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 25 16 55261 55245 138.08 96.8125 0.0101185 0.00723747 2024-09-13T15:03:20.381 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:20.382 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:20.382 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:03:20.484 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:20.512 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:20.513 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:20.513 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:20.614 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:20.644 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:20.645 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:20.645 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:20.746 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:03:20.786 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:20.786 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:20.787 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:03:20.887 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:20.917 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:20.918 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:20.918 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:20.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:20 smithi104 ceph-mon[105578]: pgmap v2156: 109 pgs: 34 active+undersized, 15 active+undersized+degraded, 60 active+clean; 2.9 GiB data, 13 GiB used, 613 GiB / 626 GiB avail; 113 MiB/s wr, 1.81k op/s; 17384/140241 objects degraded (12.396%) 2024-09-13T15:03:20.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:20 smithi104 ceph-mon[105578]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:03:20.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:20 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T15:03:20.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:20 smithi104 ceph-mon[105578]: osdmap e1398: 8 total, 7 up, 7 in 2024-09-13T15:03:21.020 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:21.050 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:21.050 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:21.051 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:21.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:20 smithi071 ceph-mon[107477]: pgmap v2156: 109 pgs: 34 active+undersized, 15 active+undersized+degraded, 60 active+clean; 2.9 GiB data, 13 GiB used, 613 GiB / 626 GiB avail; 113 MiB/s wr, 1.81k op/s; 17384/140241 objects degraded (12.396%) 2024-09-13T15:03:21.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:20 smithi071 ceph-mon[107477]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:03:21.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:20 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T15:03:21.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:20 smithi071 ceph-mon[107477]: osdmap e1398: 8 total, 7 up, 7 in 2024-09-13T15:03:21.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:20 smithi071 ceph-mon[112785]: pgmap v2156: 109 pgs: 34 active+undersized, 15 active+undersized+degraded, 60 active+clean; 2.9 GiB data, 13 GiB used, 613 GiB / 626 GiB avail; 113 MiB/s wr, 1.81k op/s; 17384/140241 objects degraded (12.396%) 2024-09-13T15:03:21.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:20 smithi071 ceph-mon[112785]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:03:21.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:20 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T15:03:21.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:20 smithi071 ceph-mon[112785]: osdmap e1398: 8 total, 7 up, 7 in 2024-09-13T15:03:21.151 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:21.184 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:21.185 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:21.185 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:21.286 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:03:21.321 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:21.322 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:21.322 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:03:21.349 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 26 16 56900 56884 136.709 102.438 0.00446309 0.00730876 2024-09-13T15:03:21.423 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:03:21.464 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:21.465 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:21.465 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:03:21.566 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:03:21.594 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:21.595 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:21.595 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:21.602 INFO:tasks.thrashosds.thrasher:in_osds: [0, 1, 5, 4, 7, 2, 3] out_osds: [6] dead_osds: [7] live_osds: [0, 1, 2, 3, 4, 5, 6] 2024-09-13T15:03:21.602 INFO:tasks.thrashosds.thrasher:choose_action: min_in 4 min_out 0 min_live 2 min_dead 0 chance_down 0.40 2024-09-13T15:03:21.603 INFO:tasks.thrashosds.thrasher:Reviving osd 7 2024-09-13T15:03:21.603 INFO:tasks.cephadm.osd.7:Restarting osd.7 (starting--it wasn't running)... 2024-09-13T15:03:21.603 DEBUG:teuthology.orchestra.run.smithi104:osd.7> sudo journalctl -f -n 0 -u ceph-18f8172c-71da-11ef-bceb-c7b262605968@osd.7.service 2024-09-13T15:03:21.638 DEBUG:teuthology.orchestra.run.smithi104:> sudo systemctl start ceph-18f8172c-71da-11ef-bceb-c7b262605968@osd.7 2024-09-13T15:03:21.696 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:21.754 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:21.755 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:21.756 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:21.856 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:21.897 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:21.897 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:21.898 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:21.922 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:03:21 smithi104 systemd[1]: Starting Ceph osd.7 for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T15:03:21.999 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:03:22.037 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:22.038 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:22.038 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:03:22.139 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:22.163 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:22.164 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:22.165 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:22.265 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:03:22.299 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:22.300 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:22.300 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:22.324 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:03:22 smithi104 podman[237484]: 2024-09-13 15:03:21.93718235 +0000 UTC m=+0.025019653 image pull c129f5a2fd4eccce3e6eec43830eff1929af98bc48f3b850cf144ce5b326e8b5 quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11 2024-09-13T15:03:22.324 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:03:22 smithi104 podman[237484]: 2024-09-13 15:03:22.185258441 +0000 UTC m=+0.273095741 container create 8b29ba947467ae9993afd58f5528f715837bc43a2a87120aff8797dd88c58c87 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7-activate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, RELEASE=reef-2c01458, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, ceph=True) 2024-09-13T15:03:22.349 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 27 16 58512 58496 135.377 100.75 0.00602505 0.00738192 2024-09-13T15:03:22.401 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:22.431 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:22.431 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:22.432 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:22.532 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:03:22.564 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:22.565 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:22.565 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:22.652 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:03:22 smithi104 podman[237484]: 2024-09-13 15:03:22.455291055 +0000 UTC m=+0.543128377 container init 8b29ba947467ae9993afd58f5528f715837bc43a2a87120aff8797dd88c58c87 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7-activate, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.build-date=20240731, RELEASE=reef-2c01458, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, ceph=True) 2024-09-13T15:03:22.652 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:03:22 smithi104 podman[237484]: 2024-09-13 15:03:22.467186139 +0000 UTC m=+0.555023441 container start 8b29ba947467ae9993afd58f5528f715837bc43a2a87120aff8797dd88c58c87 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7-activate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.vendor=CentOS, RELEASE=reef-2c01458, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2) 2024-09-13T15:03:22.652 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:03:22 smithi104 podman[237484]: 2024-09-13 15:03:22.555199338 +0000 UTC m=+0.643036648 container attach 8b29ba947467ae9993afd58f5528f715837bc43a2a87120aff8797dd88c58c87 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7-activate, org.label-schema.build-date=20240731, RELEASE=reef-2c01458, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS) 2024-09-13T15:03:22.666 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:03:22.693 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:22.694 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:22.695 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:22.796 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:22.832 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:22.833 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:22.833 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:22.915 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:22 smithi104 ceph-mon[105578]: pgmap v2158: 109 pgs: 34 active+undersized, 15 active+undersized+degraded, 60 active+clean; 3.3 GiB data, 14 GiB used, 612 GiB / 626 GiB avail; 123 MiB/s wr, 1.96k op/s; 20645/161808 objects degraded (12.759%) 2024-09-13T15:03:22.934 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:22.972 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:22.972 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:22.973 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:23.073 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:03:23.109 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:23.110 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:23.110 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:03:23.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:22 smithi071 ceph-mon[107477]: pgmap v2158: 109 pgs: 34 active+undersized, 15 active+undersized+degraded, 60 active+clean; 3.3 GiB data, 14 GiB used, 612 GiB / 626 GiB avail; 123 MiB/s wr, 1.96k op/s; 20645/161808 objects degraded (12.759%) 2024-09-13T15:03:23.144 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:22 smithi071 ceph-mon[112785]: pgmap v2158: 109 pgs: 34 active+undersized, 15 active+undersized+degraded, 60 active+clean; 3.3 GiB data, 14 GiB used, 612 GiB / 626 GiB avail; 123 MiB/s wr, 1.96k op/s; 20645/161808 objects degraded (12.759%) 2024-09-13T15:03:23.145 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:03:22 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:03:22] "GET /metrics HTTP/1.1" 200 36705 "" "Prometheus/2.51.0" 2024-09-13T15:03:23.172 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:03:22 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7-activate[237530]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-13T15:03:23.173 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:03:22 smithi104 bash[237484]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-13T15:03:23.173 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:03:22 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7-activate[237530]: 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-09-13T15:03:23.173 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:03:22 smithi104 bash[237484]: 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-09-13T15:03:23.173 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:03:22 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7-activate[237530]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-09-13T15:03:23.173 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:03:22 smithi104 bash[237484]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-09-13T15:03:23.173 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:03:22 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7-activate[237530]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-09-13T15:03:23.173 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:03:22 smithi104 bash[237484]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-09-13T15:03:23.173 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:03:22 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7-activate[237530]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-7/block 2024-09-13T15:03:23.173 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:03:22 smithi104 bash[237484]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-7/block 2024-09-13T15:03:23.173 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:03:22 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7-activate[237530]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-13T15:03:23.173 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:03:22 smithi104 bash[237484]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-13T15:03:23.174 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:03:22 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7-activate[237530]: --> ceph-volume raw activate successful for osd ID: 7 2024-09-13T15:03:23.174 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:03:22 smithi104 bash[237484]: --> ceph-volume raw activate successful for osd ID: 7 2024-09-13T15:03:23.174 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:03:22 smithi104 podman[237484]: 2024-09-13 15:03:22.991592548 +0000 UTC m=+1.079429857 container died 8b29ba947467ae9993afd58f5528f715837bc43a2a87120aff8797dd88c58c87 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7-activate, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_CLEAN=True, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, RELEASE=reef-2c01458, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0) 2024-09-13T15:03:23.211 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:23.272 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:23.272 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:23.273 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:23.349 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 28 16 60287 60271 134.504 110.938 0.00698982 0.00743009 2024-09-13T15:03:23.373 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:23.408 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:23.408 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:23.409 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:23.509 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:03:23.545 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:23.546 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:23.546 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:03:23.647 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:03:23.685 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:23.685 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:23.685 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:03:23.786 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:03:23.820 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:23.820 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:23.821 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:03:23.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:23 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 20645/161808 objects degraded (12.759%), 15 pgs degraded (PG_DEGRADED) 2024-09-13T15:03:23.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:23 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 20645/161808 objects degraded (12.759%), 15 pgs degraded (PG_DEGRADED) 2024-09-13T15:03:23.922 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:23.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:23 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 20645/161808 objects degraded (12.759%), 15 pgs degraded (PG_DEGRADED) 2024-09-13T15:03:23.923 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:03:23 smithi104 podman[237731]: 2024-09-13 15:03:23.802957235 +0000 UTC m=+0.800812821 container remove 8b29ba947467ae9993afd58f5528f715837bc43a2a87120aff8797dd88c58c87 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7-activate, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, RELEASE=reef-2c01458, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD) 2024-09-13T15:03:23.958 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:23.959 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:23.959 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:24.036 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:03:24.060 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:03:24.086 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:24.087 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:24.087 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:24.188 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:03:24.218 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:24.218 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:24.218 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:24.319 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:03:24.349 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 29 16 61966 61950 133.484 104.938 0.0104444 0.00748606 2024-09-13T15:03:24.354 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:24.355 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:24.355 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:03:24.401 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:03:24 smithi104 podman[237824]: 2024-09-13 15:03:23.982116106 +0000 UTC m=+0.027485756 image pull c129f5a2fd4eccce3e6eec43830eff1929af98bc48f3b850cf144ce5b326e8b5 quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11 2024-09-13T15:03:24.401 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:03:24 smithi104 podman[237824]: 2024-09-13 15:03:24.112443244 +0000 UTC m=+0.157812898 container create 233cea8cde0b6a3e3577ce48def50d2338d8a30b66b76cc06a9f8f9aa0d0b946 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, RELEASE=reef-2c01458, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, CEPH_POINT_RELEASE=) 2024-09-13T15:03:24.401 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:03:24 smithi104 podman[237824]: 2024-09-13 15:03:24.399943019 +0000 UTC m=+0.445312682 container init 233cea8cde0b6a3e3577ce48def50d2338d8a30b66b76cc06a9f8f9aa0d0b946 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, RELEASE=reef-2c01458, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, io.buildah.version=1.37.2) 2024-09-13T15:03:24.456 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:03:24.500 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:24.501 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:24.502 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:03:24.507 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.7 dump_ops_in_flight 2024-09-13T15:03:24.603 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:03:24.639 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:24.640 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:24.640 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:24.665 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:03:24 smithi104 podman[237824]: 2024-09-13 15:03:24.40808235 +0000 UTC m=+0.453452002 container start 233cea8cde0b6a3e3577ce48def50d2338d8a30b66b76cc06a9f8f9aa0d0b946 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=reef-2c01458, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_BRANCH=HEAD, ceph=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.build-date=20240731) 2024-09-13T15:03:24.665 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:03:24 smithi104 ceph-osd[237896]: -- 172.21.15.104:0/3800896685 <== mon.1 v2:172.21.15.104:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55e1f33a11e0 con 0x55e1f333fc00 2024-09-13T15:03:24.666 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:03:24 smithi104 bash[237824]: 233cea8cde0b6a3e3577ce48def50d2338d8a30b66b76cc06a9f8f9aa0d0b946 2024-09-13T15:03:24.666 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:03:24 smithi104 systemd[1]: Started Ceph osd.7 for 18f8172c-71da-11ef-bceb-c7b262605968. 2024-09-13T15:03:24.741 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:03:24.777 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:24.780 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:24.781 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:03:24.841 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T15:03:24.881 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:24.918 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:24.919 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:24.919 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:24.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:24 smithi104 ceph-mon[105578]: pgmap v2159: 109 pgs: 34 active+undersized, 15 active+undersized+degraded, 60 active+clean; 3.4 GiB data, 14 GiB used, 612 GiB / 626 GiB avail; 121 MiB/s wr, 1.94k op/s; 20645/164904 objects degraded (12.519%) 2024-09-13T15:03:25.021 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:25.050 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:25.050 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:25.051 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:25.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:24 smithi071 ceph-mon[107477]: pgmap v2159: 109 pgs: 34 active+undersized, 15 active+undersized+degraded, 60 active+clean; 3.4 GiB data, 14 GiB used, 612 GiB / 626 GiB avail; 121 MiB/s wr, 1.94k op/s; 20645/164904 objects degraded (12.519%) 2024-09-13T15:03:25.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:24 smithi071 ceph-mon[112785]: pgmap v2159: 109 pgs: 34 active+undersized, 15 active+undersized+degraded, 60 active+clean; 3.4 GiB data, 14 GiB used, 612 GiB / 626 GiB avail; 121 MiB/s wr, 1.94k op/s; 20645/164904 objects degraded (12.519%) 2024-09-13T15:03:25.152 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:03:25.191 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:25.192 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:25.193 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:03:25.196 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd unset nodeep-scrub 2024-09-13T15:03:25.294 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:25.321 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:25.321 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:25.322 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:25.349 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 30 16 63394 63378 132.009 89.25 0.0128447 0.00756899 2024-09-13T15:03:25.422 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:03:24 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:03:24.953+0000 7f92ca0ce640 -1 Falling back to public interface 2024-09-13T15:03:25.422 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:03:25.474 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:25.474 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:25.475 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:03:25.576 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:03:25.602 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:25.603 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:25.603 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:03:25.704 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:25.734 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:25.735 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:25.735 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:25.836 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:25.860 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:25.861 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:25.861 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:25.962 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:03:25.998 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:25.999 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:25.999 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:03:26.099 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:26.139 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:26.140 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:26.140 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:26.241 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:03:26.272 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:26.273 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:26.273 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:03:26.349 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 31 16 64734 64718 130.453 83.75 0.0176261 0.00766052 2024-09-13T15:03:26.374 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:03:26.397 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:26.398 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:26.398 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:26.499 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:03:26.541 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:26.541 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:26.542 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:03:26.643 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:26.673 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:26.674 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:26.674 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:26.775 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:26.811 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:26.811 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:26.812 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:26.913 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:26.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:26 smithi104 ceph-mon[105578]: pgmap v2160: 109 pgs: 34 active+undersized, 15 active+undersized+degraded, 60 active+clean; 3.5 GiB data, 15 GiB used, 611 GiB / 626 GiB avail; 117 MiB/s wr, 1.87k op/s; 21196/171195 objects degraded (12.381%) 2024-09-13T15:03:26.933 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:26.933 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:26.934 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:27.035 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:27.061 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:27.062 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:27.062 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:27.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:26 smithi071 ceph-mon[107477]: pgmap v2160: 109 pgs: 34 active+undersized, 15 active+undersized+degraded, 60 active+clean; 3.5 GiB data, 15 GiB used, 611 GiB / 626 GiB avail; 117 MiB/s wr, 1.87k op/s; 21196/171195 objects degraded (12.381%) 2024-09-13T15:03:27.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:26 smithi071 ceph-mon[112785]: pgmap v2160: 109 pgs: 34 active+undersized, 15 active+undersized+degraded, 60 active+clean; 3.5 GiB data, 15 GiB used, 611 GiB / 626 GiB avail; 117 MiB/s wr, 1.87k op/s; 21196/171195 objects degraded (12.381%) 2024-09-13T15:03:27.162 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:03:27.188 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:27.189 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:27.189 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:27.290 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:27.315 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:27.315 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:27.316 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:27.349 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 32 16 65962 65946 128.774 76.75 0.0167511 0.00776054 2024-09-13T15:03:27.417 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:27.448 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:27.449 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:27.449 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:27.550 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:03:27.574 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:27.575 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:27.575 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:03:27.676 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:03:27.710 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:27.711 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:27.711 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:03:27.812 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:03:27.845 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:27.848 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:27.849 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:27.949 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:03:27.988 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:27.988 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:27.989 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:03:28.090 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:03:28.127 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:28.128 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:28.129 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:03:28.229 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:03:28.270 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:28.271 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:28.271 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:03:28.349 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 33 16 67474 67458 127.736 94.5 0.00855373 0.00782371 2024-09-13T15:03:28.372 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:03:28.412 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:28.413 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:28.413 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:03:28.514 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:28.548 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:28.549 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:28.549 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:28.650 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:28.691 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:28.692 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:28.692 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:28.793 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:03:28.819 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:28.820 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:28.820 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:28.822 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:28 smithi071 ceph-mon[107477]: pgmap v2161: 109 pgs: 34 active+undersized, 15 active+undersized+degraded, 60 active+clean; 3.8 GiB data, 16 GiB used, 610 GiB / 626 GiB avail; 106 MiB/s wr, 1.69k op/s; 23700/189261 objects degraded (12.522%) 2024-09-13T15:03:28.822 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:28 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 23700/189261 objects degraded (12.522%), 15 pgs degraded (PG_DEGRADED) 2024-09-13T15:03:28.823 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:28 smithi071 ceph-mon[112785]: pgmap v2161: 109 pgs: 34 active+undersized, 15 active+undersized+degraded, 60 active+clean; 3.8 GiB data, 16 GiB used, 610 GiB / 626 GiB avail; 106 MiB/s wr, 1.69k op/s; 23700/189261 objects degraded (12.522%) 2024-09-13T15:03:28.823 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:28 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 23700/189261 objects degraded (12.522%), 15 pgs degraded (PG_DEGRADED) 2024-09-13T15:03:28.921 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:28.968 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:28.969 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:28.969 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:29.005 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:28 smithi104 ceph-mon[105578]: pgmap v2161: 109 pgs: 34 active+undersized, 15 active+undersized+degraded, 60 active+clean; 3.8 GiB data, 16 GiB used, 610 GiB / 626 GiB avail; 106 MiB/s wr, 1.69k op/s; 23700/189261 objects degraded (12.522%) 2024-09-13T15:03:29.005 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:28 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 23700/189261 objects degraded (12.522%), 15 pgs degraded (PG_DEGRADED) 2024-09-13T15:03:29.070 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:03:29.105 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:29.106 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:29.106 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:03:29.207 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:03:29.236 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:29.237 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:29.237 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:29.338 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:29.349 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 34 16 68880 68864 126.563 87.875 0.0301085 0.00789555 2024-09-13T15:03:29.371 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:29.372 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:29.373 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:29.474 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:29.510 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:29.511 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:29.511 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:29.612 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:03:29.633 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:29.634 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:29.634 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:03:29.636 INFO:teuthology.orchestra.run.smithi104.stderr:no valid command found; 10 closest matches: 2024-09-13T15:03:29.636 INFO:teuthology.orchestra.run.smithi104.stderr:0 2024-09-13T15:03:29.636 INFO:teuthology.orchestra.run.smithi104.stderr:1 2024-09-13T15:03:29.636 INFO:teuthology.orchestra.run.smithi104.stderr:2 2024-09-13T15:03:29.636 INFO:teuthology.orchestra.run.smithi104.stderr:abort 2024-09-13T15:03:29.637 INFO:teuthology.orchestra.run.smithi104.stderr:assert 2024-09-13T15:03:29.637 INFO:teuthology.orchestra.run.smithi104.stderr:bluefs debug_inject_read_zeros 2024-09-13T15:03:29.637 INFO:teuthology.orchestra.run.smithi104.stderr:bluefs files list 2024-09-13T15:03:29.637 INFO:teuthology.orchestra.run.smithi104.stderr:bluefs stats 2024-09-13T15:03:29.637 INFO:teuthology.orchestra.run.smithi104.stderr:bluestore bluefs device info [] 2024-09-13T15:03:29.637 INFO:teuthology.orchestra.run.smithi104.stderr:config diff 2024-09-13T15:03:29.637 INFO:teuthology.orchestra.run.smithi104.stderr:admin_socket: invalid command 2024-09-13T15:03:29.736 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:03:29.757 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:29.758 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:29.758 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:03:29.859 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:29.900 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:29.901 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:29.901 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:29.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:29 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2362790516' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:03:29.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:03:30.002 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:03:30.013 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:29 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2362790516' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:03:30.013 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:03:30.014 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:29 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2362790516' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:03:30.014 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:03:30.027 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:30.028 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:30.028 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:30.110 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T15:03:30.110 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T15:03:30.110 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T15:03:30.110 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T15:03:30.110 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T15:03:30.111 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T15:03:30.111 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T15:03:30.111 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T15:03:30.111 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T15:03:30.111 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T15:03:30.111 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T15:03:30.111 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T15:03:30.111 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T15:03:30.111 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T15:03:30.111 INFO:teuthology.orchestra.run.smithi071.stderr:Error ENXIO: problem getting command descriptions from osd.7 2024-09-13T15:03:30.129 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:03:30.151 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:30.152 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:30.152 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:03:30.253 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:30.273 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:30.274 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:30.274 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:30.350 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 35 16 69474 69458 124.008 37.125 0.00288929 0.00800664 2024-09-13T15:03:30.375 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:30.397 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:30.398 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:30.398 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:30.499 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:30.537 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:30.538 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:30.538 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:30.639 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:03:30.671 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:30.672 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:30.673 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:30.753 DEBUG:teuthology.orchestra.run:got remote process result: 6 2024-09-13T15:03:30.753 INFO:tasks.thrashosds.thrasher:Failed to tell all osds, ignoring 2024-09-13T15:03:30.774 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:30.811 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:30.812 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:30.812 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:30.913 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:30.952 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:30.953 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:30.953 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:30.997 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:30 smithi104 ceph-mon[105578]: pgmap v2162: 109 pgs: 34 active+undersized, 15 active+undersized+degraded, 60 active+clean; 3.9 GiB data, 16 GiB used, 610 GiB / 626 GiB avail; 105 MiB/s wr, 1.68k op/s; 23700/190590 objects degraded (12.435%) 2024-09-13T15:03:31.054 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:31.077 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:30 smithi071 ceph-mon[107477]: pgmap v2162: 109 pgs: 34 active+undersized, 15 active+undersized+degraded, 60 active+clean; 3.9 GiB data, 16 GiB used, 610 GiB / 626 GiB avail; 105 MiB/s wr, 1.68k op/s; 23700/190590 objects degraded (12.435%) 2024-09-13T15:03:31.077 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:30 smithi071 ceph-mon[112785]: pgmap v2162: 109 pgs: 34 active+undersized, 15 active+undersized+degraded, 60 active+clean; 3.9 GiB data, 16 GiB used, 610 GiB / 626 GiB avail; 105 MiB/s wr, 1.68k op/s; 23700/190590 objects degraded (12.435%) 2024-09-13T15:03:31.089 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:31.089 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:31.090 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:31.190 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:03:31.234 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:31.234 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:31.234 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:03:31.335 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:03:31.341 DEBUG:teuthology.orchestra.run:got remote process result: 22 2024-09-13T15:03:31.342 INFO:tasks.cephadm.ceph_manager.ceph:waiting on admin_socket for osd-7, ['dump_ops_in_flight'] 2024-09-13T15:03:31.349 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 36 16 70852 70836 122.955 86.125 0.0111232 0.00812852 2024-09-13T15:03:31.372 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:31.372 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:31.373 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:03:31.474 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:31.506 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:31.506 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:31.507 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:31.607 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:31.656 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:31.657 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:31.658 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:31.758 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:31.765 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T15:03:31.765 INFO:teuthology.orchestra.run.smithi071.stdout: "size": 20, 2024-09-13T15:03:31.765 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 600, 2024-09-13T15:03:31.765 INFO:teuthology.orchestra.run.smithi071.stdout: "ops": [ 2024-09-13T15:03:31.765 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.765 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:202990 8.6 8:61634184:::benchmark_data_smithi071_245775_object81692:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1279)", 2024-09-13T15:03:31.765 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:57:13.865608+0000", 2024-09-13T15:03:31.765 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 377.88832214399997, 2024-09-13T15:03:31.766 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.5191272200000001, 2024-09-13T15:03:31.766 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:03:31.766 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:03:31.766 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T15:03:31.766 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:03:31.766 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T15:03:31.766 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T15:03:31.766 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 202990 2024-09-13T15:03:31.766 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.766 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:03:31.766 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.766 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:03:31.767 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.865608+0000", 2024-09-13T15:03:31.767 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:31.767 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.767 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.767 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:03:31.767 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.865608+0000", 2024-09-13T15:03:31.767 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:31.767 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.767 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.767 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:03:31.767 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.865610+0000", 2024-09-13T15:03:31.767 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.5859999999999999e-06 2024-09-13T15:03:31.767 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.768 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.768 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:03:31.768 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.865617+0000", 2024-09-13T15:03:31.768 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.9149999999999999e-06 2024-09-13T15:03:31.768 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.768 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.768 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:03:31.768 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.865629+0000", 2024-09-13T15:03:31.768 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2439999999999999e-05 2024-09-13T15:03:31.768 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.768 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.768 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:03:31.769 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.865638+0000", 2024-09-13T15:03:31.769 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.6659999999999997e-06 2024-09-13T15:03:31.769 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.769 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.769 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:31.769 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.865710+0000", 2024-09-13T15:03:31.769 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.2327000000000001e-05 2024-09-13T15:03:31.769 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.769 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.769 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:03:31.769 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.865871+0000", 2024-09-13T15:03:31.769 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00016083800000000001 2024-09-13T15:03:31.769 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.770 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.770 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 3,5", 2024-09-13T15:03:31.770 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.866506+0000", 2024-09-13T15:03:31.770 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00063529999999999999 2024-09-13T15:03:31.770 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.770 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.770 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:03:31.770 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.870723+0000", 2024-09-13T15:03:31.770 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0042166230000000001 2024-09-13T15:03:31.770 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.770 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.770 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:31.771 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.902908+0000", 2024-09-13T15:03:31.771 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.032185171999999998 2024-09-13T15:03:31.771 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.771 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.771 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:03:31.771 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.902921+0000", 2024-09-13T15:03:31.771 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.3225e-05 2024-09-13T15:03:31.771 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.771 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.771 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:31.771 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:14.879648+0000", 2024-09-13T15:03:31.772 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.97672624699999999 2024-09-13T15:03:31.772 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.772 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.772 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:03:31.772 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:14.879659+0000", 2024-09-13T15:03:31.772 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1096e-05 2024-09-13T15:03:31.772 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.772 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.772 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:31.772 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:16.212567+0000", 2024-09-13T15:03:31.772 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.3329086610000001 2024-09-13T15:03:31.772 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.772 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.773 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for missing object", 2024-09-13T15:03:31.773 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:16.212774+0000", 2024-09-13T15:03:31.773 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00020606800000000001 2024-09-13T15:03:31.773 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.773 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.773 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:31.773 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:16.384637+0000", 2024-09-13T15:03:31.773 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.171863497 2024-09-13T15:03:31.773 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.773 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.773 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:03:31.773 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:16.384736+0000", 2024-09-13T15:03:31.773 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.8559000000000003e-05 2024-09-13T15:03:31.774 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:31.774 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:03:31.774 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:31.774 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.774 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.774 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:202997 8.16 8:6dad6fc8:::benchmark_data_smithi071_245775_object81699:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1279)", 2024-09-13T15:03:31.774 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:57:13.871519+0000", 2024-09-13T15:03:31.774 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 377.88241182799999, 2024-09-13T15:03:31.774 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.5908935469999999, 2024-09-13T15:03:31.774 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:03:31.774 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:03:31.774 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T15:03:31.775 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:03:31.775 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T15:03:31.775 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T15:03:31.775 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 202997 2024-09-13T15:03:31.775 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.775 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:03:31.775 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.775 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:03:31.775 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.871519+0000", 2024-09-13T15:03:31.775 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:31.775 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.775 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.775 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:03:31.776 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.871519+0000", 2024-09-13T15:03:31.776 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:31.776 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.776 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.776 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:03:31.776 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.871520+0000", 2024-09-13T15:03:31.776 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.22e-06 2024-09-13T15:03:31.776 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.776 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.776 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:03:31.776 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.871526+0000", 2024-09-13T15:03:31.777 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.6319999999999996e-06 2024-09-13T15:03:31.777 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.777 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.777 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:03:31.777 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.871535+0000", 2024-09-13T15:03:31.777 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.4040000000000001e-06 2024-09-13T15:03:31.777 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.777 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.777 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:03:31.777 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.871542+0000", 2024-09-13T15:03:31.777 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.0639999999999996e-06 2024-09-13T15:03:31.777 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.778 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.778 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:31.778 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.871597+0000", 2024-09-13T15:03:31.778 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.5466000000000001e-05 2024-09-13T15:03:31.778 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.778 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.778 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:03:31.778 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.871818+0000", 2024-09-13T15:03:31.778 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000220409 2024-09-13T15:03:31.778 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.778 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.778 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 3,5", 2024-09-13T15:03:31.778 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.872349+0000", 2024-09-13T15:03:31.778 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00053143299999999999 2024-09-13T15:03:31.779 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.779 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.779 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:03:31.779 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.876480+0000", 2024-09-13T15:03:31.779 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0041305209999999998 2024-09-13T15:03:31.779 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.779 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.779 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:31.779 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.920817+0000", 2024-09-13T15:03:31.779 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.044337571999999999 2024-09-13T15:03:31.779 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.779 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.779 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:03:31.780 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.920830+0000", 2024-09-13T15:03:31.780 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2660000000000001e-05 2024-09-13T15:03:31.780 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.780 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.780 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:31.780 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:14.920453+0000", 2024-09-13T15:03:31.780 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.99962327500000003 2024-09-13T15:03:31.780 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.780 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.780 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:03:31.780 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:14.920466+0000", 2024-09-13T15:03:31.780 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2865e-05 2024-09-13T15:03:31.780 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.781 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.781 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:31.781 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:16.387589+0000", 2024-09-13T15:03:31.781 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4671228840000001 2024-09-13T15:03:31.781 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.781 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.781 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for missing object", 2024-09-13T15:03:31.781 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:16.387726+0000", 2024-09-13T15:03:31.781 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000136685 2024-09-13T15:03:31.781 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.781 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.781 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:31.781 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:16.462328+0000", 2024-09-13T15:03:31.782 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.074602403999999997 2024-09-13T15:03:31.782 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.782 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.782 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:03:31.782 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:16.462412+0000", 2024-09-13T15:03:31.782 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.4053000000000003e-05 2024-09-13T15:03:31.782 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:31.782 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:03:31.782 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:31.782 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.782 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.782 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:203000 8.6 8:60df1caf:::benchmark_data_smithi071_245775_object81702:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1279)", 2024-09-13T15:03:31.782 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:57:13.876986+0000", 2024-09-13T15:03:31.783 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 377.87694460500001, 2024-09-13T15:03:31.783 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.575034665, 2024-09-13T15:03:31.783 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:03:31.783 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:03:31.783 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:03:31.783 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:03:31.783 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T15:03:31.783 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T15:03:31.783 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 203000 2024-09-13T15:03:31.783 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.783 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:03:31.783 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.783 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:03:31.784 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.876986+0000", 2024-09-13T15:03:31.784 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:31.784 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.784 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.784 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:03:31.784 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.876986+0000", 2024-09-13T15:03:31.784 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:31.784 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.784 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.784 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:03:31.784 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.876986+0000", 2024-09-13T15:03:31.784 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.5400000000000002e-07 2024-09-13T15:03:31.785 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.785 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.785 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:03:31.785 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.876989+0000", 2024-09-13T15:03:31.785 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.9639999999999999e-06 2024-09-13T15:03:31.785 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.785 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.785 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:03:31.785 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.876996+0000", 2024-09-13T15:03:31.785 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.8009999999999998e-06 2024-09-13T15:03:31.785 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.785 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.785 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:03:31.786 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.877001+0000", 2024-09-13T15:03:31.786 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.1680000000000003e-06 2024-09-13T15:03:31.786 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.786 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.786 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:31.786 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.924405+0000", 2024-09-13T15:03:31.786 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.047404133000000001 2024-09-13T15:03:31.786 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.786 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.786 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:03:31.786 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.924415+0000", 2024-09-13T15:03:31.786 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.2920000000000001e-06 2024-09-13T15:03:31.787 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.787 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.787 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:31.787 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:14.879683+0000", 2024-09-13T15:03:31.787 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.95526862599999995 2024-09-13T15:03:31.787 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.787 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.787 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:03:31.787 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:14.879692+0000", 2024-09-13T15:03:31.787 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.6309999999999992e-06 2024-09-13T15:03:31.787 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.788 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.788 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:31.788 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:16.384803+0000", 2024-09-13T15:03:31.788 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.5051107369999999 2024-09-13T15:03:31.788 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.788 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.788 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for degraded object", 2024-09-13T15:03:31.788 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:16.385364+0000", 2024-09-13T15:03:31.788 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00056147100000000002 2024-09-13T15:03:31.788 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.788 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.788 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:31.788 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:16.402039+0000", 2024-09-13T15:03:31.789 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.016674659000000001 2024-09-13T15:03:31.789 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.789 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.789 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:03:31.789 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:16.402149+0000", 2024-09-13T15:03:31.789 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000110238 2024-09-13T15:03:31.789 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.789 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.789 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 3,4,5", 2024-09-13T15:03:31.789 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:16.402691+0000", 2024-09-13T15:03:31.789 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00054169299999999999 2024-09-13T15:03:31.789 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.789 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.790 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:03:31.790 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:16.408951+0000", 2024-09-13T15:03:31.790 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0062605650000000001 2024-09-13T15:03:31.790 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.790 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.790 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:03:31.790 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:16.428102+0000", 2024-09-13T15:03:31.790 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.019150824 2024-09-13T15:03:31.790 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.790 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.790 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:03:31.790 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:16.428209+0000", 2024-09-13T15:03:31.791 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000107292 2024-09-13T15:03:31.791 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.791 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.791 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:03:31.791 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:16.450725+0000", 2024-09-13T15:03:31.791 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.022515579000000001 2024-09-13T15:03:31.791 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.791 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.791 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:03:31.791 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:16.450794+0000", 2024-09-13T15:03:31.791 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.8916000000000002e-05 2024-09-13T15:03:31.791 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.791 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.791 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:03:31.792 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:16.452021+0000", 2024-09-13T15:03:31.792 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0012266219999999999 2024-09-13T15:03:31.792 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:31.792 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:03:31.792 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:31.792 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.792 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.792 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:203002 8.12 8:4c87d5f3:::benchmark_data_smithi071_245775_object81704:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1279)", 2024-09-13T15:03:31.792 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:57:13.877116+0000", 2024-09-13T15:03:31.792 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 377.87681435500002, 2024-09-13T15:03:31.792 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.4362949450000002, 2024-09-13T15:03:31.792 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:03:31.792 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:03:31.793 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T15:03:31.793 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:03:31.793 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T15:03:31.793 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T15:03:31.793 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 203002 2024-09-13T15:03:31.793 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.793 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:03:31.793 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.793 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:03:31.793 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.877116+0000", 2024-09-13T15:03:31.793 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:31.793 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.794 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.794 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:03:31.794 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.877116+0000", 2024-09-13T15:03:31.794 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:31.794 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.794 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.794 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:03:31.794 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.877117+0000", 2024-09-13T15:03:31.794 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.2600000000000002e-07 2024-09-13T15:03:31.794 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.794 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.794 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:03:31.794 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.877121+0000", 2024-09-13T15:03:31.794 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.0459999999999999e-06 2024-09-13T15:03:31.795 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.795 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.795 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:03:31.795 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.877140+0000", 2024-09-13T15:03:31.795 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.9157999999999999e-05 2024-09-13T15:03:31.795 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.795 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.795 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:03:31.795 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.877147+0000", 2024-09-13T15:03:31.795 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.8619999999999997e-06 2024-09-13T15:03:31.795 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.795 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.795 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:31.796 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.877240+0000", 2024-09-13T15:03:31.796 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.2775999999999994e-05 2024-09-13T15:03:31.796 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.796 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.796 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:03:31.796 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.877409+0000", 2024-09-13T15:03:31.796 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00016941499999999999 2024-09-13T15:03:31.796 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.796 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.796 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,5", 2024-09-13T15:03:31.796 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.877969+0000", 2024-09-13T15:03:31.796 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00055940099999999995 2024-09-13T15:03:31.796 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.797 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.797 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:31.797 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.908831+0000", 2024-09-13T15:03:31.797 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.030862451999999999 2024-09-13T15:03:31.797 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.797 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.797 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:03:31.797 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.908948+0000", 2024-09-13T15:03:31.797 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000117235 2024-09-13T15:03:31.797 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.797 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.797 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:31.797 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:14.893257+0000", 2024-09-13T15:03:31.797 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.98430890699999996 2024-09-13T15:03:31.798 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.798 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.798 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:03:31.798 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:14.893269+0000", 2024-09-13T15:03:31.798 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2177999999999999e-05 2024-09-13T15:03:31.798 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.798 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.798 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:31.798 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:16.262445+0000", 2024-09-13T15:03:31.798 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.3691755050000001 2024-09-13T15:03:31.798 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.798 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.799 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for missing object", 2024-09-13T15:03:31.799 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:16.262977+0000", 2024-09-13T15:03:31.799 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000531812 2024-09-13T15:03:31.799 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.799 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.799 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:31.799 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:16.313158+0000", 2024-09-13T15:03:31.799 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.050181745 2024-09-13T15:03:31.799 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.799 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.799 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:03:31.799 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:16.313411+0000", 2024-09-13T15:03:31.799 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00025272700000000001 2024-09-13T15:03:31.800 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:31.800 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:03:31.800 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:31.800 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.800 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.800 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:203004 8.6 8:60c9da9e:::benchmark_data_smithi071_245775_object81706:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1279)", 2024-09-13T15:03:31.800 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:57:13.880737+0000", 2024-09-13T15:03:31.800 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 377.87319375300001, 2024-09-13T15:03:31.800 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.6051212829999999, 2024-09-13T15:03:31.800 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:03:31.800 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:03:31.800 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:03:31.800 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:03:31.801 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T15:03:31.801 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T15:03:31.801 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 203004 2024-09-13T15:03:31.801 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.801 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:03:31.801 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.801 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:03:31.801 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.880737+0000", 2024-09-13T15:03:31.801 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:31.801 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.801 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.801 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:03:31.801 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.880737+0000", 2024-09-13T15:03:31.801 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:31.802 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.802 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.802 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:03:31.802 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.880739+0000", 2024-09-13T15:03:31.802 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.8780000000000001e-06 2024-09-13T15:03:31.802 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.802 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.802 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:03:31.802 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.880744+0000", 2024-09-13T15:03:31.802 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.9810000000000003e-06 2024-09-13T15:03:31.802 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.802 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.802 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:03:31.802 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.880756+0000", 2024-09-13T15:03:31.802 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2451e-05 2024-09-13T15:03:31.802 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.803 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.803 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:03:31.803 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.880764+0000", 2024-09-13T15:03:31.803 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.1380000000000007e-06 2024-09-13T15:03:31.803 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.803 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.803 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:31.803 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.924436+0000", 2024-09-13T15:03:31.803 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.043671777000000002 2024-09-13T15:03:31.803 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.803 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.803 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:03:31.803 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.924442+0000", 2024-09-13T15:03:31.803 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.4899999999999997e-06 2024-09-13T15:03:31.803 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.804 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.804 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:31.804 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:14.879891+0000", 2024-09-13T15:03:31.804 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.95544847600000005 2024-09-13T15:03:31.804 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.804 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.804 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:03:31.804 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:14.879902+0000", 2024-09-13T15:03:31.804 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0803e-05 2024-09-13T15:03:31.804 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.804 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.804 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:31.804 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:16.385396+0000", 2024-09-13T15:03:31.804 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.5054946490000001 2024-09-13T15:03:31.804 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.805 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.805 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for degraded object", 2024-09-13T15:03:31.805 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:16.385869+0000", 2024-09-13T15:03:31.805 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00047283200000000002 2024-09-13T15:03:31.805 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.805 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.805 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:31.805 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:16.472485+0000", 2024-09-13T15:03:31.805 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.086615528999999997 2024-09-13T15:03:31.805 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.805 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.805 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:03:31.806 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:16.472554+0000", 2024-09-13T15:03:31.806 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.9596000000000002e-05 2024-09-13T15:03:31.806 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.806 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.806 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 3,4,5", 2024-09-13T15:03:31.806 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:16.473045+0000", 2024-09-13T15:03:31.807 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00049057300000000001 2024-09-13T15:03:31.807 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.807 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.807 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:03:31.807 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:16.478245+0000", 2024-09-13T15:03:31.807 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0051997629999999996 2024-09-13T15:03:31.807 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.807 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.807 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:03:31.807 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:16.478286+0000", 2024-09-13T15:03:31.807 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.1029999999999998e-05 2024-09-13T15:03:31.807 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.807 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.807 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:03:31.807 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:16.478325+0000", 2024-09-13T15:03:31.808 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.8769000000000001e-05 2024-09-13T15:03:31.808 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.808 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.808 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:03:31.808 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:16.484596+0000", 2024-09-13T15:03:31.808 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0062719669999999998 2024-09-13T15:03:31.808 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.808 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.808 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:03:31.808 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:16.484632+0000", 2024-09-13T15:03:31.808 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.5765000000000001e-05 2024-09-13T15:03:31.808 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.808 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.808 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:03:31.809 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:16.485858+0000", 2024-09-13T15:03:31.809 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.001225816 2024-09-13T15:03:31.809 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:31.809 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:03:31.809 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:31.809 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.809 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.809 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:203006 8.5 8:a3d8c116:::benchmark_data_smithi071_245775_object81708:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1280)", 2024-09-13T15:03:31.809 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:57:13.928499+0000", 2024-09-13T15:03:31.809 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 377.82543131099999, 2024-09-13T15:03:31.810 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.3944286930000001, 2024-09-13T15:03:31.810 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:03:31.811 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:03:31.811 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:03:31.811 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:03:31.811 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T15:03:31.811 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T15:03:31.811 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 203006 2024-09-13T15:03:31.811 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.811 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:03:31.811 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.811 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:03:31.811 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.928499+0000", 2024-09-13T15:03:31.811 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:31.812 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.812 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.812 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:03:31.812 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.928499+0000", 2024-09-13T15:03:31.812 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:31.812 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.812 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.812 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:03:31.812 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.928501+0000", 2024-09-13T15:03:31.812 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.381e-06 2024-09-13T15:03:31.812 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.812 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.812 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:03:31.812 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.928507+0000", 2024-09-13T15:03:31.813 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.1770000000000003e-06 2024-09-13T15:03:31.813 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.813 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.813 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:03:31.813 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.928518+0000", 2024-09-13T15:03:31.813 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1684e-05 2024-09-13T15:03:31.813 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.813 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.813 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:03:31.813 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.928525+0000", 2024-09-13T15:03:31.813 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.4880000000000004e-06 2024-09-13T15:03:31.813 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.814 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.814 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:31.814 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.928577+0000", 2024-09-13T15:03:31.814 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.1653999999999997e-05 2024-09-13T15:03:31.814 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.814 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.814 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:03:31.814 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.928584+0000", 2024-09-13T15:03:31.814 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.4240000000000004e-06 2024-09-13T15:03:31.814 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.814 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.814 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:31.815 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:14.893560+0000", 2024-09-13T15:03:31.815 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.96497551599999998 2024-09-13T15:03:31.815 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.815 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.815 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:03:31.815 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:14.893567+0000", 2024-09-13T15:03:31.815 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.7689999999999996e-06 2024-09-13T15:03:31.815 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.815 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.815 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:31.815 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:16.216538+0000", 2024-09-13T15:03:31.815 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.3229711609999999 2024-09-13T15:03:31.815 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.815 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.816 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:03:31.816 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:16.216677+0000", 2024-09-13T15:03:31.816 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013882900000000001 2024-09-13T15:03:31.816 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.816 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.816 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,4,5", 2024-09-13T15:03:31.816 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:16.217212+0000", 2024-09-13T15:03:31.816 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00053437299999999999 2024-09-13T15:03:31.816 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.816 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.816 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:03:31.816 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:16.320678+0000", 2024-09-13T15:03:31.816 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.10346665100000001 2024-09-13T15:03:31.817 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.817 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.817 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:03:31.817 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:16.321565+0000", 2024-09-13T15:03:31.817 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00088620599999999995 2024-09-13T15:03:31.817 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.817 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.817 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:03:31.817 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:16.321624+0000", 2024-09-13T15:03:31.817 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.9694000000000001e-05 2024-09-13T15:03:31.817 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.817 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.818 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:03:31.818 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:16.321676+0000", 2024-09-13T15:03:31.818 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.1425000000000003e-05 2024-09-13T15:03:31.818 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.818 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.818 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:03:31.818 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:16.321750+0000", 2024-09-13T15:03:31.818 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.4330000000000002e-05 2024-09-13T15:03:31.818 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.818 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.818 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:03:31.818 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:16.322928+0000", 2024-09-13T15:03:31.818 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0011779309999999999 2024-09-13T15:03:31.819 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:31.819 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:03:31.819 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:31.819 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.819 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.819 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:27403 9.5 9:ad4865f2:::benchmark_data_smithi071_298031_object27402:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1318)", 2024-09-13T15:03:31.819 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:59:12.918819+0000", 2024-09-13T15:03:31.819 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 258.83511168500002, 2024-09-13T15:03:31.819 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.6110339890000001, 2024-09-13T15:03:31.819 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:03:31.819 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:03:31.819 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T15:03:31.819 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:03:31.820 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:03:31.820 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:03:31.820 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 27403 2024-09-13T15:03:31.820 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.820 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:03:31.820 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.820 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:03:31.820 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:12.918819+0000", 2024-09-13T15:03:31.820 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:31.820 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.820 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.820 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:03:31.820 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:12.918819+0000", 2024-09-13T15:03:31.821 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:31.821 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.821 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.821 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:03:31.821 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:12.918820+0000", 2024-09-13T15:03:31.821 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4789999999999999e-06 2024-09-13T15:03:31.821 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.821 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.821 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:03:31.821 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:12.918841+0000", 2024-09-13T15:03:31.821 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.0551999999999999e-05 2024-09-13T15:03:31.821 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.821 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.822 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:03:31.822 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:12.918857+0000", 2024-09-13T15:03:31.822 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.6248000000000001e-05 2024-09-13T15:03:31.822 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.822 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.822 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:03:31.822 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:12.918864+0000", 2024-09-13T15:03:31.822 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.0589999999999997e-06 2024-09-13T15:03:31.822 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.822 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.822 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:31.822 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:12.918936+0000", 2024-09-13T15:03:31.822 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.1849999999999998e-05 2024-09-13T15:03:31.823 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.823 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.823 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:03:31.823 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:12.919099+0000", 2024-09-13T15:03:31.823 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000162874 2024-09-13T15:03:31.823 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.823 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.823 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,5", 2024-09-13T15:03:31.823 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:12.919354+0000", 2024-09-13T15:03:31.823 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00025502899999999999 2024-09-13T15:03:31.823 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.823 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.823 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:31.823 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:12.943236+0000", 2024-09-13T15:03:31.824 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.023882127 2024-09-13T15:03:31.824 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.824 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.824 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:03:31.824 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:12.943249+0000", 2024-09-13T15:03:31.824 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.3062e-05 2024-09-13T15:03:31.824 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.824 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.824 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:31.824 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:13.272406+0000", 2024-09-13T15:03:31.824 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.32915675300000002 2024-09-13T15:03:31.824 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.824 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.825 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:03:31.825 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:13.272418+0000", 2024-09-13T15:03:31.825 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1782e-05 2024-09-13T15:03:31.825 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.825 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.825 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:31.825 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:14.529750+0000", 2024-09-13T15:03:31.825 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2573324020000001 2024-09-13T15:03:31.825 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.825 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.825 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:03:31.825 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:14.529853+0000", 2024-09-13T15:03:31.825 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000102772 2024-09-13T15:03:31.826 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:31.826 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:03:31.826 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:31.826 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.826 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.826 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:27406 9.5 9:a4022d6d:::benchmark_data_smithi071_298031_object27405:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1318)", 2024-09-13T15:03:31.826 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:59:12.919363+0000", 2024-09-13T15:03:31.826 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 258.83456770700002, 2024-09-13T15:03:31.826 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.611452213, 2024-09-13T15:03:31.826 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:03:31.826 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:03:31.826 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T15:03:31.826 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:03:31.826 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:03:31.827 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:03:31.827 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 27406 2024-09-13T15:03:31.827 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.827 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:03:31.827 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.827 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:03:31.827 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:12.919363+0000", 2024-09-13T15:03:31.827 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:31.827 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.827 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.827 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:03:31.827 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:12.919363+0000", 2024-09-13T15:03:31.827 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:31.828 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.828 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.828 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:03:31.828 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:12.919363+0000", 2024-09-13T15:03:31.828 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.4000000000000001e-07 2024-09-13T15:03:31.828 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.828 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.828 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:03:31.828 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:12.919384+0000", 2024-09-13T15:03:31.828 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.0273999999999999e-05 2024-09-13T15:03:31.828 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.828 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.828 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:03:31.828 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:12.919392+0000", 2024-09-13T15:03:31.829 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.3510000000000002e-06 2024-09-13T15:03:31.829 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.829 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.829 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:03:31.829 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:12.919398+0000", 2024-09-13T15:03:31.829 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.7830000000000004e-06 2024-09-13T15:03:31.829 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.829 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.829 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:31.829 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:12.921454+0000", 2024-09-13T15:03:31.829 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0020565850000000001 2024-09-13T15:03:31.829 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.829 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.829 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:03:31.830 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:12.921666+0000", 2024-09-13T15:03:31.830 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00021188399999999999 2024-09-13T15:03:31.830 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.830 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.830 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,5", 2024-09-13T15:03:31.830 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:12.921846+0000", 2024-09-13T15:03:31.830 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000179533 2024-09-13T15:03:31.830 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.830 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.830 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:31.830 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:12.943495+0000", 2024-09-13T15:03:31.830 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.021649569 2024-09-13T15:03:31.830 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.830 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.831 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:03:31.831 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:12.943507+0000", 2024-09-13T15:03:31.831 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1501000000000001e-05 2024-09-13T15:03:31.831 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.831 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.831 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:31.831 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:13.272786+0000", 2024-09-13T15:03:31.831 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.329279551 2024-09-13T15:03:31.831 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.831 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.831 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:03:31.831 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:13.272796+0000", 2024-09-13T15:03:31.831 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.0839999999999998e-06 2024-09-13T15:03:31.832 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.832 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.832 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:31.832 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:14.530761+0000", 2024-09-13T15:03:31.832 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2579656080000001 2024-09-13T15:03:31.832 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.832 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.832 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:03:31.832 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:14.530815+0000", 2024-09-13T15:03:31.832 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.3850000000000001e-05 2024-09-13T15:03:31.832 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:31.832 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:03:31.832 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:31.832 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.833 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.833 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:27417 9.9 9:996b4eba:::benchmark_data_smithi071_298031_object27416:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1319)", 2024-09-13T15:03:31.833 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:59:12.946467+0000", 2024-09-13T15:03:31.833 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 258.80746381900002, 2024-09-13T15:03:31.833 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.5904888239999999, 2024-09-13T15:03:31.833 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:03:31.833 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:03:31.833 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:03:31.833 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:03:31.833 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:03:31.833 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:03:31.833 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 27417 2024-09-13T15:03:31.833 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.834 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:03:31.834 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.834 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:03:31.834 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:12.946467+0000", 2024-09-13T15:03:31.834 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:31.834 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.834 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.834 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:03:31.834 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:12.946467+0000", 2024-09-13T15:03:31.834 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:31.834 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.834 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.834 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:03:31.834 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:12.946468+0000", 2024-09-13T15:03:31.835 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1930000000000001e-06 2024-09-13T15:03:31.835 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.835 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.835 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:03:31.835 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:12.946491+0000", 2024-09-13T15:03:31.835 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.3070000000000001e-05 2024-09-13T15:03:31.835 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.835 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.835 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:03:31.835 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:12.946503+0000", 2024-09-13T15:03:31.835 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2362e-05 2024-09-13T15:03:31.835 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.835 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.836 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:03:31.836 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:12.946511+0000", 2024-09-13T15:03:31.836 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.9279999999999993e-06 2024-09-13T15:03:31.836 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.836 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.836 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:31.836 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:12.946589+0000", 2024-09-13T15:03:31.836 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.7509000000000006e-05 2024-09-13T15:03:31.836 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.836 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.836 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:03:31.837 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:12.946599+0000", 2024-09-13T15:03:31.837 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.064e-05 2024-09-13T15:03:31.837 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.837 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.837 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:31.837 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:13.270303+0000", 2024-09-13T15:03:31.837 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.323703607 2024-09-13T15:03:31.837 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.837 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.837 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:03:31.837 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:13.270315+0000", 2024-09-13T15:03:31.837 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1684e-05 2024-09-13T15:03:31.837 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.838 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.838 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:31.838 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:14.525104+0000", 2024-09-13T15:03:31.838 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2547894550000001 2024-09-13T15:03:31.838 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.838 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.838 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:03:31.838 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:14.525263+0000", 2024-09-13T15:03:31.838 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000158646 2024-09-13T15:03:31.838 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.838 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.838 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 5,7", 2024-09-13T15:03:31.838 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:14.525462+0000", 2024-09-13T15:03:31.838 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00019960799999999999 2024-09-13T15:03:31.838 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.839 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.839 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:03:31.839 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:14.529169+0000", 2024-09-13T15:03:31.839 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.003706258 2024-09-13T15:03:31.839 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.839 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.839 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:03:31.839 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:14.530267+0000", 2024-09-13T15:03:31.839 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0010985400000000001 2024-09-13T15:03:31.839 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.839 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.839 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:03:31.840 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:14.535904+0000", 2024-09-13T15:03:31.840 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0056369810000000001 2024-09-13T15:03:31.840 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.840 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.840 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:03:31.840 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:14.535942+0000", 2024-09-13T15:03:31.840 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.8019999999999999e-05 2024-09-13T15:03:31.840 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.840 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.840 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:03:31.840 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:14.536956+0000", 2024-09-13T15:03:31.840 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.001013323 2024-09-13T15:03:31.841 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:31.841 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:03:31.841 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:31.841 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.841 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.841 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45977.0:1180 10.8 10:1ec1a82f:::benchmark_data_smithi071_326067_object1179:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1395)", 2024-09-13T15:03:31.841 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:02:55.642175+0000", 2024-09-13T15:03:31.841 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 36.111755363999997, 2024-09-13T15:03:31.841 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.000998389, 2024-09-13T15:03:31.841 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:03:31.841 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:03:31.841 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:03:31.841 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:03:31.842 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45977", 2024-09-13T15:03:31.842 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4198631296", 2024-09-13T15:03:31.842 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 1180 2024-09-13T15:03:31.842 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.842 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:03:31.842 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.842 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:03:31.842 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:55.642175+0000", 2024-09-13T15:03:31.842 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:31.842 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.842 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.842 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:03:31.842 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:55.642175+0000", 2024-09-13T15:03:31.842 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:31.843 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.843 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.843 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:03:31.843 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:55.642176+0000", 2024-09-13T15:03:31.843 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.1999999999999998e-07 2024-09-13T15:03:31.843 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.843 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.843 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:03:31.843 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:55.642197+0000", 2024-09-13T15:03:31.843 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.0908999999999999e-05 2024-09-13T15:03:31.843 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.843 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.844 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:03:31.844 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:55.642209+0000", 2024-09-13T15:03:31.844 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.189e-05 2024-09-13T15:03:31.844 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.844 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.844 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:03:31.844 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:55.642217+0000", 2024-09-13T15:03:31.844 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.8490000000000006e-06 2024-09-13T15:03:31.844 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.844 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.844 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:31.844 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:55.642273+0000", 2024-09-13T15:03:31.844 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.6705e-05 2024-09-13T15:03:31.845 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.845 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.845 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:03:31.845 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:55.642282+0000", 2024-09-13T15:03:31.845 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.2970000000000004e-06 2024-09-13T15:03:31.845 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.845 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.845 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:31.845 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:56.640333+0000", 2024-09-13T15:03:31.845 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.99805094500000002 2024-09-13T15:03:31.845 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.845 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.845 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:03:31.846 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:56.640487+0000", 2024-09-13T15:03:31.846 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00015456899999999999 2024-09-13T15:03:31.846 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.846 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.846 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 2", 2024-09-13T15:03:31.846 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:56.640636+0000", 2024-09-13T15:03:31.846 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00014893600000000001 2024-09-13T15:03:31.846 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.846 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.846 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:03:31.846 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:56.642731+0000", 2024-09-13T15:03:31.846 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0020952570000000001 2024-09-13T15:03:31.846 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.847 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.847 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:03:31.847 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:56.643019+0000", 2024-09-13T15:03:31.847 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00028736199999999999 2024-09-13T15:03:31.847 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.847 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.847 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:03:31.847 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:56.643080+0000", 2024-09-13T15:03:31.847 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.1552999999999998e-05 2024-09-13T15:03:31.847 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.847 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.847 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:03:31.847 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:56.643174+0000", 2024-09-13T15:03:31.848 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.3296999999999998e-05 2024-09-13T15:03:31.848 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:31.848 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:03:31.848 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:31.848 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.848 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.848 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45977.0:1192 10.8 10:12b8b7cc:::benchmark_data_smithi071_326067_object1191:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1395)", 2024-09-13T15:03:31.848 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:02:55.646618+0000", 2024-09-13T15:03:31.848 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 36.107312897, 2024-09-13T15:03:31.848 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.99700196799999996, 2024-09-13T15:03:31.848 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:03:31.848 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:03:31.848 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:03:31.848 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:03:31.848 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45977", 2024-09-13T15:03:31.849 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4198631296", 2024-09-13T15:03:31.849 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 1192 2024-09-13T15:03:31.849 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.849 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:03:31.849 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.849 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:03:31.849 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:55.646618+0000", 2024-09-13T15:03:31.849 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:31.849 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.849 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.849 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:03:31.849 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:55.646618+0000", 2024-09-13T15:03:31.849 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:31.850 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.850 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.850 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:03:31.850 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:55.646619+0000", 2024-09-13T15:03:31.850 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.3710000000000001e-06 2024-09-13T15:03:31.850 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.850 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.850 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:03:31.850 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:55.646640+0000", 2024-09-13T15:03:31.850 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.109e-05 2024-09-13T15:03:31.850 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.850 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.850 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:03:31.850 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:55.646657+0000", 2024-09-13T15:03:31.850 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.7093000000000001e-05 2024-09-13T15:03:31.851 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.851 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.851 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:03:31.851 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:55.646666+0000", 2024-09-13T15:03:31.851 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.3299999999999999e-06 2024-09-13T15:03:31.851 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.851 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.851 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:31.851 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:55.646729+0000", 2024-09-13T15:03:31.851 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.3027000000000005e-05 2024-09-13T15:03:31.851 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.851 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.851 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:03:31.852 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:55.646739+0000", 2024-09-13T15:03:31.852 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0513000000000001e-05 2024-09-13T15:03:31.852 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.852 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.852 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:31.852 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:56.641014+0000", 2024-09-13T15:03:31.852 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.99427473399999999 2024-09-13T15:03:31.852 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.852 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.852 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:03:31.852 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:56.641127+0000", 2024-09-13T15:03:31.852 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000112886 2024-09-13T15:03:31.852 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.852 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.853 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 2", 2024-09-13T15:03:31.853 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:56.641272+0000", 2024-09-13T15:03:31.853 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000145055 2024-09-13T15:03:31.853 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.853 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.853 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:03:31.853 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:56.642737+0000", 2024-09-13T15:03:31.853 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.001465233 2024-09-13T15:03:31.853 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.853 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.853 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:03:31.853 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:56.643446+0000", 2024-09-13T15:03:31.853 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00070870799999999995 2024-09-13T15:03:31.854 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.854 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.854 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:03:31.854 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:56.643500+0000", 2024-09-13T15:03:31.854 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.4734000000000001e-05 2024-09-13T15:03:31.854 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.854 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.854 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:03:31.854 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:56.643620+0000", 2024-09-13T15:03:31.854 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000119194 2024-09-13T15:03:31.854 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:31.854 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:03:31.854 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:31.854 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.855 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.855 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45977.0:1193 10.8 10:1519e9c9:::benchmark_data_smithi071_326067_object1192:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1395)", 2024-09-13T15:03:31.855 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:02:55.647527+0000", 2024-09-13T15:03:31.855 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 36.106403638000003, 2024-09-13T15:03:31.855 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.99837871199999995, 2024-09-13T15:03:31.855 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:03:31.855 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:03:31.855 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:03:31.855 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:03:31.855 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45977", 2024-09-13T15:03:31.855 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4198631296", 2024-09-13T15:03:31.855 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 1193 2024-09-13T15:03:31.856 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.856 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:03:31.856 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.856 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:03:31.856 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:55.647527+0000", 2024-09-13T15:03:31.856 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:31.856 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.856 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.856 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:03:31.856 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:55.647527+0000", 2024-09-13T15:03:31.856 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:31.856 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.856 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.856 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:03:31.857 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:55.647528+0000", 2024-09-13T15:03:31.857 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.2699999999999999e-07 2024-09-13T15:03:31.857 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.857 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.857 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:03:31.857 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:55.647545+0000", 2024-09-13T15:03:31.857 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.6946e-05 2024-09-13T15:03:31.857 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.857 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.857 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:03:31.857 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:55.647556+0000", 2024-09-13T15:03:31.857 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1756000000000001e-05 2024-09-13T15:03:31.857 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.857 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.858 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:03:31.858 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:55.647562+0000", 2024-09-13T15:03:31.858 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.2630000000000003e-06 2024-09-13T15:03:31.858 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.858 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.858 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:31.858 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:55.647601+0000", 2024-09-13T15:03:31.858 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.9066999999999997e-05 2024-09-13T15:03:31.858 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.858 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.858 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:03:31.858 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:55.647607+0000", 2024-09-13T15:03:31.858 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.2299999999999996e-06 2024-09-13T15:03:31.858 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.859 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.859 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:31.859 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:56.641558+0000", 2024-09-13T15:03:31.859 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.99395128700000002 2024-09-13T15:03:31.859 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.859 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.859 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:03:31.859 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:56.641679+0000", 2024-09-13T15:03:31.859 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000120362 2024-09-13T15:03:31.859 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.859 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.859 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 2", 2024-09-13T15:03:31.859 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:56.641818+0000", 2024-09-13T15:03:31.860 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000139276 2024-09-13T15:03:31.860 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.860 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.860 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:03:31.860 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:56.642742+0000", 2024-09-13T15:03:31.860 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00092369999999999996 2024-09-13T15:03:31.860 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.860 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.860 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:03:31.860 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:56.645696+0000", 2024-09-13T15:03:31.860 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0029543600000000001 2024-09-13T15:03:31.860 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.860 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.860 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:03:31.860 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:56.645754+0000", 2024-09-13T15:03:31.861 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.8233999999999998e-05 2024-09-13T15:03:31.861 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.861 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.861 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:03:31.861 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:56.645906+0000", 2024-09-13T15:03:31.861 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000151504 2024-09-13T15:03:31.861 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:31.861 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:03:31.861 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:31.861 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.861 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.861 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.45977.0:31115 10.1 e1397/1395 10:84986012:::benchmark_data_smithi071_326067_object31114:head v 1397'1916, mlcod=1397'1914)", 2024-09-13T15:03:31.861 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:03:08.036015+0000", 2024-09-13T15:03:31.861 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 23.717916003999999, 2024-09-13T15:03:31.862 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.122202672, 2024-09-13T15:03:31.862 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:03:31.862 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:03:31.862 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:03:31.862 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:03:31.862 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.862 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:03:31.862 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:08.036015+0000", 2024-09-13T15:03:31.862 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:31.862 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.862 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.862 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:03:31.862 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:08.036015+0000", 2024-09-13T15:03:31.862 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:31.863 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.863 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.863 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:03:31.863 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:08.036015+0000", 2024-09-13T15:03:31.863 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.5699999999999998e-07 2024-09-13T15:03:31.863 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.863 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.863 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:03:31.863 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:08.036175+0000", 2024-09-13T15:03:31.863 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000160321 2024-09-13T15:03:31.863 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.863 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.863 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:03:31.864 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:08.153953+0000", 2024-09-13T15:03:31.864 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.117777939 2024-09-13T15:03:31.864 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.864 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.864 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:03:31.864 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:08.153963+0000", 2024-09-13T15:03:31.864 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0098000000000001e-05 2024-09-13T15:03:31.864 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.864 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.864 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:31.864 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:08.154037+0000", 2024-09-13T15:03:31.864 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.3369999999999997e-05 2024-09-13T15:03:31.864 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.864 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.865 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:03:31.865 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:08.154061+0000", 2024-09-13T15:03:31.865 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.3997000000000001e-05 2024-09-13T15:03:31.865 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.865 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.865 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:03:31.865 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:08.158167+0000", 2024-09-13T15:03:31.865 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0041066899999999996 2024-09-13T15:03:31.865 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.865 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.865 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:03:31.865 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:08.158217+0000", 2024-09-13T15:03:31.865 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.99e-05 2024-09-13T15:03:31.865 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:31.866 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:03:31.866 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:31.866 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.866 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.866 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45977.0:69108 10.b 10:dc908e80:::benchmark_data_smithi071_326067_object69107:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1398)", 2024-09-13T15:03:31.866 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:03:29.495792+0000", 2024-09-13T15:03:31.866 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 2.2581384760000001, 2024-09-13T15:03:31.866 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.34084283799999998, 2024-09-13T15:03:31.866 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:03:31.866 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:03:31.866 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:03:31.866 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:03:31.866 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45977", 2024-09-13T15:03:31.866 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4198631296", 2024-09-13T15:03:31.867 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 69108 2024-09-13T15:03:31.867 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.867 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:03:31.867 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.867 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:03:31.867 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.495792+0000", 2024-09-13T15:03:31.867 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:31.867 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.867 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.867 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:03:31.868 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:31.868 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:31.869 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:31.869 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.495792+0000", 2024-09-13T15:03:31.869 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:31.869 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.869 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.869 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:03:31.869 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.495793+0000", 2024-09-13T15:03:31.869 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.438e-06 2024-09-13T15:03:31.869 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.870 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.870 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:03:31.870 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.495815+0000", 2024-09-13T15:03:31.870 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.145e-05 2024-09-13T15:03:31.870 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.870 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.870 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:03:31.870 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.495827+0000", 2024-09-13T15:03:31.870 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2388000000000001e-05 2024-09-13T15:03:31.870 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.870 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.870 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:03:31.870 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.495834+0000", 2024-09-13T15:03:31.871 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.9619999999999996e-06 2024-09-13T15:03:31.871 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.871 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.871 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:31.871 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.495998+0000", 2024-09-13T15:03:31.871 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00016370800000000001 2024-09-13T15:03:31.871 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.871 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.871 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:03:31.871 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.496849+0000", 2024-09-13T15:03:31.871 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00085055600000000003 2024-09-13T15:03:31.871 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.872 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.872 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,4", 2024-09-13T15:03:31.872 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.497008+0000", 2024-09-13T15:03:31.872 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00015912700000000001 2024-09-13T15:03:31.872 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.872 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.872 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:03:31.872 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.503325+0000", 2024-09-13T15:03:31.872 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0063170650000000002 2024-09-13T15:03:31.872 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.872 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.872 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:03:31.873 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.506038+0000", 2024-09-13T15:03:31.873 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.002713114 2024-09-13T15:03:31.873 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.873 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.873 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:03:31.873 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.836520+0000", 2024-09-13T15:03:31.873 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.33048242900000002 2024-09-13T15:03:31.873 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.873 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.873 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:03:31.873 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.836578+0000", 2024-09-13T15:03:31.873 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.7881999999999999e-05 2024-09-13T15:03:31.874 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.874 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.874 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:03:31.874 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.836635+0000", 2024-09-13T15:03:31.874 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.6718999999999997e-05 2024-09-13T15:03:31.874 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:31.874 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:03:31.874 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:31.874 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.874 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.874 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45977.0:69109 10.b 10:d51d721c:::benchmark_data_smithi071_326067_object69108:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1398)", 2024-09-13T15:03:31.874 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:03:29.496039+0000", 2024-09-13T15:03:31.874 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 2.2578913140000001, 2024-09-13T15:03:31.875 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.34669433399999999, 2024-09-13T15:03:31.875 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:03:31.875 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:03:31.875 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:03:31.875 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:03:31.875 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45977", 2024-09-13T15:03:31.875 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4198631296", 2024-09-13T15:03:31.875 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 69109 2024-09-13T15:03:31.875 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.875 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:03:31.875 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.875 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:03:31.875 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.496039+0000", 2024-09-13T15:03:31.876 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:31.876 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.876 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.876 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:03:31.876 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.496039+0000", 2024-09-13T15:03:31.876 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:31.876 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.876 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.876 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:03:31.876 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.496040+0000", 2024-09-13T15:03:31.876 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.6899999999999996e-07 2024-09-13T15:03:31.876 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.876 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.877 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:03:31.877 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.496058+0000", 2024-09-13T15:03:31.877 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.7631000000000001e-05 2024-09-13T15:03:31.877 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.877 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.877 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:03:31.877 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.496067+0000", 2024-09-13T15:03:31.877 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.3649999999999993e-06 2024-09-13T15:03:31.877 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.877 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.877 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:03:31.877 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.496074+0000", 2024-09-13T15:03:31.877 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.5869999999999998e-06 2024-09-13T15:03:31.877 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.878 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.878 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:31.878 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.500767+0000", 2024-09-13T15:03:31.878 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0046929040000000003 2024-09-13T15:03:31.878 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.878 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.878 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:03:31.878 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.500894+0000", 2024-09-13T15:03:31.878 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012720400000000001 2024-09-13T15:03:31.878 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.878 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.878 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,4", 2024-09-13T15:03:31.878 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.501014+0000", 2024-09-13T15:03:31.879 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000120637 2024-09-13T15:03:31.879 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.879 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.879 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:03:31.879 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.506043+0000", 2024-09-13T15:03:31.879 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.005028879 2024-09-13T15:03:31.879 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.879 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.879 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:03:31.879 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.506106+0000", 2024-09-13T15:03:31.879 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.2874999999999997e-05 2024-09-13T15:03:31.879 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.880 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.880 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:03:31.880 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.842628+0000", 2024-09-13T15:03:31.880 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.33652157999999999 2024-09-13T15:03:31.880 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.880 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.880 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:03:31.880 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.842664+0000", 2024-09-13T15:03:31.880 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.6653999999999998e-05 2024-09-13T15:03:31.880 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.880 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.880 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:03:31.880 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.842734+0000", 2024-09-13T15:03:31.880 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.9148999999999998e-05 2024-09-13T15:03:31.881 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:31.881 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:03:31.881 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:31.881 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.881 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.881 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45977.0:69121 10.b 10:dc29dfb2:::benchmark_data_smithi071_326067_object69120:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1398)", 2024-09-13T15:03:31.881 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:03:29.503040+0000", 2024-09-13T15:03:31.881 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 2.2508903170000001, 2024-09-13T15:03:31.881 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.33982931599999999, 2024-09-13T15:03:31.881 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:03:31.881 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:03:31.881 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:03:31.881 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:03:31.882 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45977", 2024-09-13T15:03:31.882 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4198631296", 2024-09-13T15:03:31.882 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 69121 2024-09-13T15:03:31.882 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.882 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:03:31.882 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.882 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:03:31.882 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.503040+0000", 2024-09-13T15:03:31.882 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:31.882 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.882 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.882 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:03:31.882 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.503040+0000", 2024-09-13T15:03:31.883 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:31.883 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.883 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.883 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:03:31.883 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.503042+0000", 2024-09-13T15:03:31.883 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.7239999999999999e-06 2024-09-13T15:03:31.883 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.883 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.883 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:03:31.883 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.503061+0000", 2024-09-13T15:03:31.883 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.9383000000000001e-05 2024-09-13T15:03:31.883 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.883 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.884 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:31 smithi071 ceph-mon[112785]: pgmap v2163: 109 pgs: 34 active+undersized, 15 active+undersized+degraded, 60 active+clean; 4.2 GiB data, 17 GiB used, 609 GiB / 626 GiB avail; 112 MiB/s wr, 1.79k op/s; 26032/205680 objects degraded (12.657%) 2024-09-13T15:03:31.884 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:31 smithi071 ceph-mon[107477]: pgmap v2163: 109 pgs: 34 active+undersized, 15 active+undersized+degraded, 60 active+clean; 4.2 GiB data, 17 GiB used, 609 GiB / 626 GiB avail; 112 MiB/s wr, 1.79k op/s; 26032/205680 objects degraded (12.657%) 2024-09-13T15:03:31.884 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:03:31.885 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.503073+0000", 2024-09-13T15:03:31.885 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1749000000000001e-05 2024-09-13T15:03:31.885 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.885 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.885 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:03:31.885 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.503080+0000", 2024-09-13T15:03:31.885 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.1489999999999997e-06 2024-09-13T15:03:31.885 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.885 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.885 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:31.885 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.503370+0000", 2024-09-13T15:03:31.885 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00028995099999999999 2024-09-13T15:03:31.886 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.886 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.886 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:03:31.886 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.503516+0000", 2024-09-13T15:03:31.886 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00014543499999999999 2024-09-13T15:03:31.886 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.886 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.886 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,4", 2024-09-13T15:03:31.886 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.503662+0000", 2024-09-13T15:03:31.886 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000145978 2024-09-13T15:03:31.886 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.886 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.886 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:03:31.887 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.506599+0000", 2024-09-13T15:03:31.887 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.002937411 2024-09-13T15:03:31.887 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.887 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.887 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:03:31.887 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.509964+0000", 2024-09-13T15:03:31.887 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0033651309999999999 2024-09-13T15:03:31.887 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.887 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.887 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:03:31.887 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.842778+0000", 2024-09-13T15:03:31.887 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.33281400799999999 2024-09-13T15:03:31.887 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.888 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.888 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:03:31.888 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.842840+0000", 2024-09-13T15:03:31.888 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.2333000000000001e-05 2024-09-13T15:03:31.888 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.888 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.888 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:03:31.888 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.842870+0000", 2024-09-13T15:03:31.888 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.9064000000000002e-05 2024-09-13T15:03:31.888 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:31.888 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:03:31.888 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:31.888 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.889 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.889 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45977.0:69129 10.b 10:dd718bd0:::benchmark_data_smithi071_326067_object69128:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1398)", 2024-09-13T15:03:31.889 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:03:29.507224+0000", 2024-09-13T15:03:31.889 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 2.2467061319999999, 2024-09-13T15:03:31.889 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.33578056499999998, 2024-09-13T15:03:31.889 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:03:31.889 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:03:31.889 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:03:31.889 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:03:31.889 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45977", 2024-09-13T15:03:31.889 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4198631296", 2024-09-13T15:03:31.889 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 69129 2024-09-13T15:03:31.889 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.890 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:03:31.890 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.890 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:03:31.890 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.507224+0000", 2024-09-13T15:03:31.890 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:31.890 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.890 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.890 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:03:31.890 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.507224+0000", 2024-09-13T15:03:31.890 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:31.890 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.890 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.890 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:03:31.891 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.507225+0000", 2024-09-13T15:03:31.891 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.029e-06 2024-09-13T15:03:31.891 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.891 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.891 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:03:31.891 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.507244+0000", 2024-09-13T15:03:31.891 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.9021999999999998e-05 2024-09-13T15:03:31.891 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.891 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.891 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:03:31.891 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.507255+0000", 2024-09-13T15:03:31.891 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0784e-05 2024-09-13T15:03:31.891 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.891 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.892 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:03:31.892 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.507262+0000", 2024-09-13T15:03:31.892 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.0160000000000003e-06 2024-09-13T15:03:31.892 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.892 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.892 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:31.892 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.507321+0000", 2024-09-13T15:03:31.892 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.8845000000000003e-05 2024-09-13T15:03:31.892 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.892 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.892 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:03:31.892 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.507473+0000", 2024-09-13T15:03:31.892 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00015227599999999999 2024-09-13T15:03:31.892 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.893 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.893 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,4", 2024-09-13T15:03:31.893 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.507623+0000", 2024-09-13T15:03:31.893 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000149808 2024-09-13T15:03:31.893 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.893 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.893 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:03:31.893 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.509849+0000", 2024-09-13T15:03:31.893 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0022257319999999998 2024-09-13T15:03:31.893 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.893 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.893 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:03:31.894 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.513868+0000", 2024-09-13T15:03:31.894 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0040192439999999999 2024-09-13T15:03:31.894 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.894 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.894 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:03:31.894 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.842926+0000", 2024-09-13T15:03:31.894 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.329058344 2024-09-13T15:03:31.894 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.894 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.894 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:03:31.894 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.842969+0000", 2024-09-13T15:03:31.894 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.2366000000000001e-05 2024-09-13T15:03:31.894 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.894 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.894 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:03:31.895 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.843005+0000", 2024-09-13T15:03:31.895 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.6099000000000001e-05 2024-09-13T15:03:31.895 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:31.895 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:03:31.895 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:31.895 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.895 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.895 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45977.0:69160 10.b 10:d6e677a1:::benchmark_data_smithi071_326067_object69159:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1398)", 2024-09-13T15:03:31.895 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:03:29.557630+0000", 2024-09-13T15:03:31.895 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 2.196300162, 2024-09-13T15:03:31.895 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.29173519799999997, 2024-09-13T15:03:31.895 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:03:31.895 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:03:31.895 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:03:31.895 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:03:31.896 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45977", 2024-09-13T15:03:31.896 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4198631296", 2024-09-13T15:03:31.896 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 69160 2024-09-13T15:03:31.896 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.896 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:03:31.896 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.896 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:03:31.896 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.557630+0000", 2024-09-13T15:03:31.896 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:31.896 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.896 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.896 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:03:31.896 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.557630+0000", 2024-09-13T15:03:31.897 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:31.897 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.897 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.897 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:03:31.897 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.557631+0000", 2024-09-13T15:03:31.897 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0950000000000001e-06 2024-09-13T15:03:31.897 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.897 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.897 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:03:31.897 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.557652+0000", 2024-09-13T15:03:31.897 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.0225999999999999e-05 2024-09-13T15:03:31.897 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.897 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.897 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:03:31.898 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.557664+0000", 2024-09-13T15:03:31.898 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2269000000000001e-05 2024-09-13T15:03:31.898 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.898 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.898 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:03:31.898 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.557670+0000", 2024-09-13T15:03:31.898 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.9959999999999999e-06 2024-09-13T15:03:31.898 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.898 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.898 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:31.898 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.557728+0000", 2024-09-13T15:03:31.898 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.838e-05 2024-09-13T15:03:31.899 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.899 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.899 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:03:31.899 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.557840+0000", 2024-09-13T15:03:31.899 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000111864 2024-09-13T15:03:31.899 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.899 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.899 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,4", 2024-09-13T15:03:31.899 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.557936+0000", 2024-09-13T15:03:31.899 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.5511000000000001e-05 2024-09-13T15:03:31.899 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.899 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.899 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:03:31.899 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.559741+0000", 2024-09-13T15:03:31.900 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.001805299 2024-09-13T15:03:31.900 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.900 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.900 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:03:31.900 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.560400+0000", 2024-09-13T15:03:31.900 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00065921399999999998 2024-09-13T15:03:31.900 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.900 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.900 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:03:31.900 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.849204+0000", 2024-09-13T15:03:31.900 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.28880394500000001 2024-09-13T15:03:31.900 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.900 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.901 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:03:31.901 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.849301+0000", 2024-09-13T15:03:31.901 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.7238000000000007e-05 2024-09-13T15:03:31.901 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.901 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.901 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:03:31.901 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.849366+0000", 2024-09-13T15:03:31.901 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.4160999999999998e-05 2024-09-13T15:03:31.901 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:31.901 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:03:31.901 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:31.901 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.901 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.902 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45977.0:69395 10.b 10:df397f6d:::benchmark_data_smithi071_326067_object69394:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1398)", 2024-09-13T15:03:31.902 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:03:30.002141+0000", 2024-09-13T15:03:31.902 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 1.751789963, 2024-09-13T15:03:31.902 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.098882229000000002, 2024-09-13T15:03:31.902 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:03:31.902 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:03:31.902 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:03:31.902 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:03:31.902 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45977", 2024-09-13T15:03:31.902 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4198631296", 2024-09-13T15:03:31.902 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 69395 2024-09-13T15:03:31.902 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.902 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:03:31.903 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.903 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:03:31.903 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:30.002141+0000", 2024-09-13T15:03:31.903 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:31.903 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.903 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.903 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:03:31.903 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:30.002141+0000", 2024-09-13T15:03:31.903 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:31.903 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.903 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.903 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:03:31.903 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:30.002142+0000", 2024-09-13T15:03:31.903 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2219999999999999e-06 2024-09-13T15:03:31.903 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.904 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.904 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:03:31.904 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:30.002166+0000", 2024-09-13T15:03:31.904 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.3768999999999999e-05 2024-09-13T15:03:31.904 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.904 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.904 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:03:31.904 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:30.002234+0000", 2024-09-13T15:03:31.904 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.8305000000000004e-05 2024-09-13T15:03:31.904 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.904 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.904 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:03:31.904 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:30.002241+0000", 2024-09-13T15:03:31.904 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.3710000000000002e-06 2024-09-13T15:03:31.905 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.905 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.905 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:31.905 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:30.003348+0000", 2024-09-13T15:03:31.905 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.001106756 2024-09-13T15:03:31.905 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.905 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.905 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:03:31.905 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:30.003496+0000", 2024-09-13T15:03:31.905 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00014786500000000001 2024-09-13T15:03:31.905 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.905 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.905 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,4", 2024-09-13T15:03:31.905 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:30.003633+0000", 2024-09-13T15:03:31.906 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000137422 2024-09-13T15:03:31.906 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.906 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.906 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:03:31.906 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:30.012893+0000", 2024-09-13T15:03:31.906 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0092597359999999993 2024-09-13T15:03:31.906 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.906 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.906 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:03:31.906 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:30.015639+0000", 2024-09-13T15:03:31.907 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0027464109999999998 2024-09-13T15:03:31.907 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.907 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.907 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:03:31.907 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:30.100940+0000", 2024-09-13T15:03:31.907 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.085300124000000005 2024-09-13T15:03:31.907 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.907 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.907 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:03:31.907 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:30.100990+0000", 2024-09-13T15:03:31.907 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.0046999999999997e-05 2024-09-13T15:03:31.907 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.907 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.907 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:03:31.908 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:30.101023+0000", 2024-09-13T15:03:31.908 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.3201000000000003e-05 2024-09-13T15:03:31.908 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:31.908 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:03:31.908 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:31.908 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.908 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.908 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45977.0:69397 10.b 10:d6171d01:::benchmark_data_smithi071_326067_object69396:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1398)", 2024-09-13T15:03:31.908 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:03:30.003291+0000", 2024-09-13T15:03:31.908 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 1.750639343, 2024-09-13T15:03:31.908 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.097831718999999998, 2024-09-13T15:03:31.908 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:03:31.908 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:03:31.909 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:03:31.909 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:03:31.909 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45977", 2024-09-13T15:03:31.909 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4198631296", 2024-09-13T15:03:31.909 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 69397 2024-09-13T15:03:31.909 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.909 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:03:31.909 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.909 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:03:31.909 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:30.003291+0000", 2024-09-13T15:03:31.909 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:31.909 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.909 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.909 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:03:31.910 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:30.003291+0000", 2024-09-13T15:03:31.910 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:03:31.910 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.910 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.910 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:03:31.910 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:30.003292+0000", 2024-09-13T15:03:31.910 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.5199999999999997e-07 2024-09-13T15:03:31.910 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.910 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.910 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:03:31.910 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:30.003312+0000", 2024-09-13T15:03:31.910 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.048e-05 2024-09-13T15:03:31.910 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.910 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.910 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:03:31.911 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:30.003321+0000", 2024-09-13T15:03:31.911 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.5629999999999992e-06 2024-09-13T15:03:31.911 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.911 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.911 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:03:31.911 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:30.003326+0000", 2024-09-13T15:03:31.911 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.434e-06 2024-09-13T15:03:31.911 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.911 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.911 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:03:31.911 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:30.006150+0000", 2024-09-13T15:03:31.911 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.002823697 2024-09-13T15:03:31.911 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.911 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.912 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:03:31.912 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:30.006274+0000", 2024-09-13T15:03:31.912 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000123645 2024-09-13T15:03:31.912 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.912 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.912 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,4", 2024-09-13T15:03:31.912 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:30.006395+0000", 2024-09-13T15:03:31.912 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000121725 2024-09-13T15:03:31.912 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.912 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.912 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:03:31.912 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:30.012898+0000", 2024-09-13T15:03:31.912 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0065028430000000003 2024-09-13T15:03:31.913 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.913 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.913 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:03:31.913 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:30.015753+0000", 2024-09-13T15:03:31.913 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0028549650000000001 2024-09-13T15:03:31.913 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.913 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.913 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:03:31.913 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:30.101054+0000", 2024-09-13T15:03:31.913 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.085300625000000005 2024-09-13T15:03:31.913 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.913 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.913 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:03:31.914 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:30.101093+0000", 2024-09-13T15:03:31.914 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.9580999999999999e-05 2024-09-13T15:03:31.914 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:03:31.914 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:03:31.914 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:03:31.914 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:30.101123+0000", 2024-09-13T15:03:31.914 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.9609000000000001e-05 2024-09-13T15:03:31.914 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:31.914 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:03:31.914 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:31.914 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:03:31.914 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:03:31.914 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T15:03:31.970 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:03:32.004 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:32.005 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:32.005 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:03:32.106 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:32.149 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:32.149 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:32.150 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:32.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:31 smithi104 ceph-mon[105578]: pgmap v2163: 109 pgs: 34 active+undersized, 15 active+undersized+degraded, 60 active+clean; 4.2 GiB data, 17 GiB used, 609 GiB / 626 GiB avail; 112 MiB/s wr, 1.79k op/s; 26032/205680 objects degraded (12.657%) 2024-09-13T15:03:32.251 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:32.281 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:32.281 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:32.282 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:32.350 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 37 16 72259 72243 122.009 87.9375 0.00754644 0.00819152 2024-09-13T15:03:32.382 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:32.413 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:32.414 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:32.414 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:32.515 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:03:32.558 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:32.559 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:32.559 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:03:32.660 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:03:32.700 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:32.700 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:32.701 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:03:32.754 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=false 2024-09-13T15:03:32.802 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:03:32.852 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:32.853 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:32.853 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:03:32.954 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:32.983 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:32.983 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:32.984 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:33.085 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:03:33.119 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:33.120 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:33.120 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:33.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:03:32 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:03:32] "GET /metrics HTTP/1.1" 200 36703 "" "Prometheus/2.51.0" 2024-09-13T15:03:33.222 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:03:33.256 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:33.257 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:33.257 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:03:33.280 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.1 dump_ops_in_flight 2024-09-13T15:03:33.350 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 38 16 73646 73630 121.079 86.6875 0.0215809 0.00825404 2024-09-13T15:03:33.358 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:33.389 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:33.390 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:33.390 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:33.491 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:03:33.519 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:33.519 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:33.520 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:33.621 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:33.662 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:33.662 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:33.663 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:33.763 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:33.796 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:33.797 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:33.797 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:33.898 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:03:33.935 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:33.936 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:33.936 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:03:33.962 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:03:34.037 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:34.064 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:34.065 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:34.065 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:34.166 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:03:34.217 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:34.218 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:34.218 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:03:34.299 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:33 smithi071 ceph-mon[107477]: pgmap v2164: 109 pgs: 34 active+undersized, 15 active+undersized+degraded, 60 active+clean; 4.2 GiB data, 17 GiB used, 609 GiB / 626 GiB avail; 80 MiB/s wr, 1.28k op/s; 26032/208074 objects degraded (12.511%) 2024-09-13T15:03:34.299 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:33 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 26032/208074 objects degraded (12.511%), 15 pgs degraded (PG_DEGRADED) 2024-09-13T15:03:34.299 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:33 smithi071 ceph-mon[112785]: pgmap v2164: 109 pgs: 34 active+undersized, 15 active+undersized+degraded, 60 active+clean; 4.2 GiB data, 17 GiB used, 609 GiB / 626 GiB avail; 80 MiB/s wr, 1.28k op/s; 26032/208074 objects degraded (12.511%) 2024-09-13T15:03:34.299 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:33 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 26032/208074 objects degraded (12.511%), 15 pgs degraded (PG_DEGRADED) 2024-09-13T15:03:34.320 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:03:34.353 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 39 16 74941 74925 120.047 80.9375 0.0160282 0.00832363 2024-09-13T15:03:34.364 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:34.365 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:34.365 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:03:34.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:33 smithi104 ceph-mon[105578]: pgmap v2164: 109 pgs: 34 active+undersized, 15 active+undersized+degraded, 60 active+clean; 4.2 GiB data, 17 GiB used, 609 GiB / 626 GiB avail; 80 MiB/s wr, 1.28k op/s; 26032/208074 objects degraded (12.511%) 2024-09-13T15:03:34.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:33 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 26032/208074 objects degraded (12.511%), 15 pgs degraded (PG_DEGRADED) 2024-09-13T15:03:34.466 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:03:34.499 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:34.500 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:34.500 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:03:34.601 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:03:34.645 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:34.645 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:34.646 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:03:34.747 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:34.775 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:34.775 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:34.776 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:34.877 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:03:34.906 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:34.907 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:34.907 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:35.008 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:03:35.036 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:35.037 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:35.037 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:35.138 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:35.175 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:35.176 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:35.177 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:35.277 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:03:35.318 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:35.319 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:35.319 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:03:35.351 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:2024-09-13T15:03:35.350711+0000 min lat: 0.0010658 max lat: 1.02246 avg lat: 0.0083961 2024-09-13T15:03:35.351 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2024-09-13T15:03:35.351 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 40 16 76205 76189 119.021 79 0.0171377 0.0083961 2024-09-13T15:03:35.421 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:03:35.459 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:35.460 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:35.460 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:03:35.561 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:03:35.592 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:35.593 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:35.593 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:35.694 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:03:35.733 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:35.733 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:35.734 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:03:35.834 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:03:35.868 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:35.869 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:35.869 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:35.970 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:36.005 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:36.006 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:36.006 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:36.107 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:36.147 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:36.148 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:36.148 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:36.249 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:03:36.291 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:36.291 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:36.292 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:03:36.298 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:35 smithi071 ceph-mon[107477]: pgmap v2165: 109 pgs: 34 active+undersized, 15 active+undersized+degraded, 60 active+clean; 4.3 GiB data, 17 GiB used, 609 GiB / 626 GiB avail; 83 MiB/s wr, 1.33k op/s; 26432/212748 objects degraded (12.424%) 2024-09-13T15:03:36.299 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:35 smithi071 ceph-mon[112785]: pgmap v2165: 109 pgs: 34 active+undersized, 15 active+undersized+degraded, 60 active+clean; 4.3 GiB data, 17 GiB used, 609 GiB / 626 GiB avail; 83 MiB/s wr, 1.33k op/s; 26432/212748 objects degraded (12.424%) 2024-09-13T15:03:36.342 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.7 dump_ops_in_flight 2024-09-13T15:03:36.351 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 41 16 77555 77539 118.176 84.375 0.00764795 0.00845675 2024-09-13T15:03:36.371 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:35 smithi104 ceph-mon[105578]: pgmap v2165: 109 pgs: 34 active+undersized, 15 active+undersized+degraded, 60 active+clean; 4.3 GiB data, 17 GiB used, 609 GiB / 626 GiB avail; 83 MiB/s wr, 1.33k op/s; 26432/212748 objects degraded (12.424%) 2024-09-13T15:03:36.393 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:03:36.427 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:36.427 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:36.428 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:36.528 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:03:36.562 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:36.562 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:36.563 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:03:36.663 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T15:03:36.663 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:36.705 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:36.705 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:36.706 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:36.806 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:03:36.851 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:36.852 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:36.852 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:36.953 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:36.991 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:36.992 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:36.992 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:37.040 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:03:37.078 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:37 smithi104 ceph-mon[105578]: from='osd.7 [v2:172.21.15.104:6824/2646118306,v1:172.21.15.104:6825/2646118306]' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2024-09-13T15:03:37.079 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:37 smithi104 ceph-mon[105578]: from='osd.7 ' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2024-09-13T15:03:37.079 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:03:36 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:03:36.854+0000 7f92ca0ce640 -1 osd.7 1394 log_to_monitors true 2024-09-13T15:03:37.079 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:03:37 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:03:37.075+0000 7f92bde70640 -1 osd.7 1399 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-13T15:03:37.094 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:37.125 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:37.126 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:37.126 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:37.227 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:37.254 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:37.255 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:37 smithi071 ceph-mon[107477]: from='osd.7 [v2:172.21.15.104:6824/2646118306,v1:172.21.15.104:6825/2646118306]' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2024-09-13T15:03:37.255 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:37 smithi071 ceph-mon[107477]: from='osd.7 ' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2024-09-13T15:03:37.255 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:37 smithi071 ceph-mon[112785]: from='osd.7 [v2:172.21.15.104:6824/2646118306,v1:172.21.15.104:6825/2646118306]' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2024-09-13T15:03:37.255 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:37 smithi071 ceph-mon[112785]: from='osd.7 ' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2024-09-13T15:03:37.255 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:37.256 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:37.352 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 42 16 78787 78771 117.193 77 0.0217526 0.00852774 2024-09-13T15:03:37.356 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:03:37.401 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:37.402 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:37.402 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:03:37.503 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:37.529 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:37.529 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:37.530 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:37.604 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:03:37.630 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:03:37.676 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:37.676 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:37.677 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:03:37.777 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:03:37.803 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:37.804 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:37.804 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:37.905 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:37.935 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:37.935 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:37.936 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:38.037 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:03:38.063 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:38.064 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:38.064 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:03:38.165 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:38.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:38 smithi104 ceph-mon[105578]: pgmap v2166: 109 pgs: 34 active+undersized, 15 active+undersized+degraded, 60 active+clean; 4.6 GiB data, 18 GiB used, 608 GiB / 626 GiB avail; 99 MiB/s wr, 1.58k op/s; 28557/227976 objects degraded (12.526%) 2024-09-13T15:03:38.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:38 smithi104 ceph-mon[105578]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-13T15:03:38.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:38 smithi104 ceph-mon[105578]: osdmap e1399: 8 total, 7 up, 7 in 2024-09-13T15:03:38.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:38 smithi104 ceph-mon[105578]: from='osd.7 [v2:172.21.15.104:6824/2646118306,v1:172.21.15.104:6825/2646118306]' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi104", "root=default"]} : dispatch 2024-09-13T15:03:38.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:38 smithi104 ceph-mon[105578]: from='osd.7 ' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi104", "root=default"]} : dispatch 2024-09-13T15:03:38.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:38 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:03:38.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:38 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:03:38.186 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:38.187 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:38.187 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:38.288 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:03:38.312 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:38.313 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:38.313 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:03:38.352 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 43 16 79595 79579 115.642 50.5 0.00385599 0.00857877 2024-09-13T15:03:38.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:38 smithi071 ceph-mon[107477]: pgmap v2166: 109 pgs: 34 active+undersized, 15 active+undersized+degraded, 60 active+clean; 4.6 GiB data, 18 GiB used, 608 GiB / 626 GiB avail; 99 MiB/s wr, 1.58k op/s; 28557/227976 objects degraded (12.526%) 2024-09-13T15:03:38.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:38 smithi071 ceph-mon[107477]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-13T15:03:38.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:38 smithi071 ceph-mon[107477]: osdmap e1399: 8 total, 7 up, 7 in 2024-09-13T15:03:38.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:38 smithi071 ceph-mon[107477]: from='osd.7 [v2:172.21.15.104:6824/2646118306,v1:172.21.15.104:6825/2646118306]' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi104", "root=default"]} : dispatch 2024-09-13T15:03:38.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:38 smithi071 ceph-mon[107477]: from='osd.7 ' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi104", "root=default"]} : dispatch 2024-09-13T15:03:38.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:38 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:03:38.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:38 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:03:38.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:38 smithi071 ceph-mon[112785]: pgmap v2166: 109 pgs: 34 active+undersized, 15 active+undersized+degraded, 60 active+clean; 4.6 GiB data, 18 GiB used, 608 GiB / 626 GiB avail; 99 MiB/s wr, 1.58k op/s; 28557/227976 objects degraded (12.526%) 2024-09-13T15:03:38.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:38 smithi071 ceph-mon[112785]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-13T15:03:38.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:38 smithi071 ceph-mon[112785]: osdmap e1399: 8 total, 7 up, 7 in 2024-09-13T15:03:38.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:38 smithi071 ceph-mon[112785]: from='osd.7 [v2:172.21.15.104:6824/2646118306,v1:172.21.15.104:6825/2646118306]' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi104", "root=default"]} : dispatch 2024-09-13T15:03:38.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:38 smithi071 ceph-mon[112785]: from='osd.7 ' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi104", "root=default"]} : dispatch 2024-09-13T15:03:38.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:38 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:03:38.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:38 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:03:38.414 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:38.436 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:38.437 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:38.437 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:38.484 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2024-09-13T15:03:38.484 INFO:teuthology.orchestra.run.smithi104.stdout: "ops": [], 2024-09-13T15:03:38.484 INFO:teuthology.orchestra.run.smithi104.stdout: "num_ops": 0 2024-09-13T15:03:38.484 INFO:teuthology.orchestra.run.smithi104.stdout:} 2024-09-13T15:03:38.538 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:03:38.560 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:38.560 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:38.561 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:03:38.661 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:38.684 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:38.685 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:38.685 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:38.786 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:03:38.807 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:38.807 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:38.808 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:38.909 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:38.930 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:38.930 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:38.931 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:39.032 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:39.053 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:39.054 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:39.054 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:39.074 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:39 smithi071 ceph-mon[112785]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-13T15:03:39.074 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:39 smithi071 ceph-mon[112785]: osd.7 [v2:172.21.15.104:6824/2646118306,v1:172.21.15.104:6825/2646118306] boot 2024-09-13T15:03:39.074 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:39 smithi071 ceph-mon[112785]: osdmap e1400: 8 total, 8 up, 7 in 2024-09-13T15:03:39.074 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:39 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-13T15:03:39.074 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:39 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 28557/227976 objects degraded (12.526%), 15 pgs degraded (PG_DEGRADED) 2024-09-13T15:03:39.074 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:39 smithi071 ceph-mon[112785]: osdmap e1401: 8 total, 8 up, 7 in 2024-09-13T15:03:39.074 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:39 smithi071 ceph-mon[107477]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-13T15:03:39.074 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:39 smithi071 ceph-mon[107477]: osd.7 [v2:172.21.15.104:6824/2646118306,v1:172.21.15.104:6825/2646118306] boot 2024-09-13T15:03:39.074 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:39 smithi071 ceph-mon[107477]: osdmap e1400: 8 total, 8 up, 7 in 2024-09-13T15:03:39.075 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:39 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-13T15:03:39.075 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:39 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 28557/227976 objects degraded (12.526%), 15 pgs degraded (PG_DEGRADED) 2024-09-13T15:03:39.075 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:39 smithi071 ceph-mon[107477]: osdmap e1401: 8 total, 8 up, 7 in 2024-09-13T15:03:39.106 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:39 smithi104 ceph-mon[105578]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-13T15:03:39.106 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:39 smithi104 ceph-mon[105578]: osd.7 [v2:172.21.15.104:6824/2646118306,v1:172.21.15.104:6825/2646118306] boot 2024-09-13T15:03:39.106 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:39 smithi104 ceph-mon[105578]: osdmap e1400: 8 total, 8 up, 7 in 2024-09-13T15:03:39.106 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:39 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-13T15:03:39.106 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:39 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 28557/227976 objects degraded (12.526%), 15 pgs degraded (PG_DEGRADED) 2024-09-13T15:03:39.106 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:39 smithi104 ceph-mon[105578]: osdmap e1401: 8 total, 8 up, 7 in 2024-09-13T15:03:39.155 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:03:39.177 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:39.178 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:39.178 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:03:39.279 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:03:39.300 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:39.301 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:39.301 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:03:39.352 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 44 16 79595 79579 113.014 0 - 0.00857877 2024-09-13T15:03:39.403 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:39.424 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:39.425 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:39.425 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:39.526 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:39.547 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:39.547 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:39.548 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:39.648 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:39.669 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:39.670 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:39.670 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:39.771 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:03:39.792 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:39.793 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:39.793 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:39.894 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:03:39.916 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:39.916 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:39.917 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:03:40.017 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:03:40.047 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:40.048 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:40.048 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:03:40.149 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:03:40.183 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:40.184 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:40.184 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:40.285 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:40.328 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:40.329 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:40.332 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:40.352 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 45 16 80013 79997 111.084 13.0625 0.011555 0.0089959 2024-09-13T15:03:40.359 INFO:teuthology.orchestra.run.smithi071.stderr:nodeep-scrub is unset 2024-09-13T15:03:40.433 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:03:40.478 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:40.479 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:40.479 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:03:40.580 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:40.624 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:40.672 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:40 smithi071 ceph-mon[107477]: pgmap v2170: 109 pgs: 34 active+undersized, 15 active+undersized+degraded, 60 active+clean; 4.7 GiB data, 17 GiB used, 609 GiB / 626 GiB avail; 74 MiB/s wr, 1.18k op/s; 28557/229314 objects degraded (12.453%) 2024-09-13T15:03:40.672 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:40 smithi071 ceph-mon[107477]: osdmap e1402: 8 total, 8 up, 7 in 2024-09-13T15:03:40.673 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:40 smithi071 ceph-mon[107477]: 10.1 starting backfill to osd.7 from (0'0,1394'60] MAX to 1399'4986 2024-09-13T15:03:40.673 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:40 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/830892405' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:03:40.673 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:40 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:03:40.673 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:40 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T15:03:40.673 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:40 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T15:03:40.673 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:40 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:03:40.673 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:40 smithi071 ceph-mon[112785]: pgmap v2170: 109 pgs: 34 active+undersized, 15 active+undersized+degraded, 60 active+clean; 4.7 GiB data, 17 GiB used, 609 GiB / 626 GiB avail; 74 MiB/s wr, 1.18k op/s; 28557/229314 objects degraded (12.453%) 2024-09-13T15:03:40.674 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:40 smithi071 ceph-mon[112785]: osdmap e1402: 8 total, 8 up, 7 in 2024-09-13T15:03:40.674 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:40 smithi071 ceph-mon[112785]: 10.1 starting backfill to osd.7 from (0'0,1394'60] MAX to 1399'4986 2024-09-13T15:03:40.674 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:40 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/830892405' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:03:40.674 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:40 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:03:40.674 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:40 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T15:03:40.674 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:40 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T15:03:40.674 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:40 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:03:40.674 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:40.675 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:40.675 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:40 smithi104 ceph-mon[105578]: pgmap v2170: 109 pgs: 34 active+undersized, 15 active+undersized+degraded, 60 active+clean; 4.7 GiB data, 17 GiB used, 609 GiB / 626 GiB avail; 74 MiB/s wr, 1.18k op/s; 28557/229314 objects degraded (12.453%) 2024-09-13T15:03:40.675 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:40 smithi104 ceph-mon[105578]: osdmap e1402: 8 total, 8 up, 7 in 2024-09-13T15:03:40.675 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:40 smithi104 ceph-mon[105578]: 10.1 starting backfill to osd.7 from (0'0,1394'60] MAX to 1399'4986 2024-09-13T15:03:40.675 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:40 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/830892405' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:03:40.675 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:40 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:03:40.676 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:40 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T15:03:40.676 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:40 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T15:03:40.676 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:40 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:03:40.776 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:40.829 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:40.830 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:40.831 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:40.932 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:03:40.972 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:40.972 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:40.973 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:03:41.074 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:03:41.113 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:41.114 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:41.114 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:03:41.215 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:41.254 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:41.255 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:41.255 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:41.352 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 46 16 81070 81054 110.105 66.0625 0.0112372 0.00907611 2024-09-13T15:03:41.356 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:03:41.398 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:41.398 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:41.399 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:03:41.473 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:41 smithi071 ceph-mon[107477]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T15:03:41.473 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:41 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T15:03:41.474 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:41 smithi071 ceph-mon[107477]: osdmap e1403: 8 total, 8 up, 7 in 2024-09-13T15:03:41.474 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:41 smithi071 ceph-mon[112785]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T15:03:41.474 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:41 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T15:03:41.474 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:41 smithi071 ceph-mon[112785]: osdmap e1403: 8 total, 8 up, 7 in 2024-09-13T15:03:41.499 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:41.537 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:41.538 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:41.538 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:41.639 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:03:41.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:41 smithi104 ceph-mon[105578]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T15:03:41.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:41 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T15:03:41.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:41 smithi104 ceph-mon[105578]: osdmap e1403: 8 total, 8 up, 7 in 2024-09-13T15:03:41.674 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:41.675 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:41.675 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:03:41.776 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:03:41.815 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:41.816 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:41.816 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:03:41.917 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:03:41.957 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:41.957 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:41.958 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:42.058 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:03:42.096 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:42.097 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:42.097 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:03:42.198 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:03:42.230 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:42.231 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:42.231 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:03:42.332 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:03:42.354 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 47 16 82151 82135 109.196 67.5625 0.0156233 0.00915295 2024-09-13T15:03:42.371 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:42.371 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:42.372 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:03:42.473 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:42.506 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:42.506 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:42.507 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:42.607 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:03:42.640 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:42.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:42 smithi071 ceph-mon[107477]: pgmap v2173: 109 pgs: 3 active+recovery_wait+undersized+degraded+remapped, 1 active+undersized+degraded+remapped+backfill_wait, 2 remapped+peering, 15 active+undersized, 5 active+undersized+degraded, 83 active+clean; 4.9 GiB data, 18 GiB used, 608 GiB / 626 GiB avail; 59 MiB/s wr, 941 op/s; 19631/239061 objects degraded (8.212%) 2024-09-13T15:03:42.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:42 smithi071 ceph-mon[112785]: pgmap v2173: 109 pgs: 3 active+recovery_wait+undersized+degraded+remapped, 1 active+undersized+degraded+remapped+backfill_wait, 2 remapped+peering, 15 active+undersized, 5 active+undersized+degraded, 83 active+clean; 4.9 GiB data, 18 GiB used, 608 GiB / 626 GiB avail; 59 MiB/s wr, 941 op/s; 19631/239061 objects degraded (8.212%) 2024-09-13T15:03:42.642 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:42.642 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:42.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:42 smithi104 ceph-mon[105578]: pgmap v2173: 109 pgs: 3 active+recovery_wait+undersized+degraded+remapped, 1 active+undersized+degraded+remapped+backfill_wait, 2 remapped+peering, 15 active+undersized, 5 active+undersized+degraded, 83 active+clean; 4.9 GiB data, 18 GiB used, 608 GiB / 626 GiB avail; 59 MiB/s wr, 941 op/s; 19631/239061 objects degraded (8.212%) 2024-09-13T15:03:42.742 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:03:42.775 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:42.776 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:42.776 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:03:42.877 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:03:42.911 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:42.911 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:42.912 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:03:43.012 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:43.033 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:43.034 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:43.034 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:43.135 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:43.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:03:42 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:03:42] "GET /metrics HTTP/1.1" 200 36703 "" "Prometheus/2.51.0" 2024-09-13T15:03:43.156 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:43.156 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:43.157 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:43.258 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:43.279 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:43.280 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:43.280 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:43.354 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 48 16 82932 82916 107.938 48.8125 0.00959007 0.00925958 2024-09-13T15:03:43.381 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:03:43.416 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:43.417 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:43.417 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:03:43.518 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:43.553 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:43.553 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:43.554 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:43.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:43 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 19631/239061 objects degraded (8.212%), 9 pgs degraded (PG_DEGRADED) 2024-09-13T15:03:43.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:43 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 19631/239061 objects degraded (8.212%), 9 pgs degraded (PG_DEGRADED) 2024-09-13T15:03:43.654 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:43.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:43 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 19631/239061 objects degraded (8.212%), 9 pgs degraded (PG_DEGRADED) 2024-09-13T15:03:43.687 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:43.688 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:43.688 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:43.789 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:03:43.832 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:43.834 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:43.834 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:03:43.935 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:03:43.976 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:43.977 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:43.977 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:44.078 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:44.106 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:44.107 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:44.107 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:44.127 INFO:tasks.thrashosds.thrasher:in_osds: [0, 1, 5, 4, 7, 2, 3] out_osds: [6] dead_osds: [] live_osds: [0, 1, 2, 3, 4, 5, 6, 7] 2024-09-13T15:03:44.127 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd reweight 0 1 2024-09-13T15:03:44.208 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:44.262 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:44.263 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:44.264 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:44.354 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 49 16 83806 83790 106.85 54.625 0.0942011 0.00933936 2024-09-13T15:03:44.365 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:44.404 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:44.405 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:44.405 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:44.506 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:03:44.540 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:44.540 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:44.541 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:44.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:44 smithi071 ceph-mon[107477]: pgmap v2174: 109 pgs: 3 active+recovery_wait+undersized+degraded+remapped, 1 active+undersized+degraded+remapped+backfill_wait, 2 remapped+peering, 103 active+clean; 4.9 GiB data, 18 GiB used, 608 GiB / 626 GiB avail; 47 MiB/s wr, 751 op/s; 19624/240408 objects degraded (8.163%) 2024-09-13T15:03:44.644 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:44 smithi071 ceph-mon[112785]: pgmap v2174: 109 pgs: 3 active+recovery_wait+undersized+degraded+remapped, 1 active+undersized+degraded+remapped+backfill_wait, 2 remapped+peering, 103 active+clean; 4.9 GiB data, 18 GiB used, 608 GiB / 626 GiB avail; 47 MiB/s wr, 751 op/s; 19624/240408 objects degraded (8.163%) 2024-09-13T15:03:44.644 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:03:44.676 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:44 smithi104 ceph-mon[105578]: pgmap v2174: 109 pgs: 3 active+recovery_wait+undersized+degraded+remapped, 1 active+undersized+degraded+remapped+backfill_wait, 2 remapped+peering, 103 active+clean; 4.9 GiB data, 18 GiB used, 608 GiB / 626 GiB avail; 47 MiB/s wr, 751 op/s; 19624/240408 objects degraded (8.163%) 2024-09-13T15:03:44.679 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:44.680 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:44.680 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:03:44.781 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:03:44.822 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:44.823 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:44.823 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:03:44.924 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:44.957 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:44.957 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:44.957 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:45.058 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:45.099 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:45.100 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:45.100 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:45.201 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:03:45.232 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:45.232 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:45.233 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:03:45.246 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T15:03:45.246 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T15:03:45.288 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T15:03:45.288 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T15:03:45.324 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T15:03:45.324 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T15:03:45.334 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:03:45.354 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 50 16 84843 84827 106.009 64.8125 0.0102682 0.0094275 2024-09-13T15:03:45.355 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T15:03:45.355 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T15:03:45.375 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:45.376 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:45.376 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:03:45.387 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T15:03:45.388 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T15:03:45.423 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T15:03:45.423 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T15:03:45.461 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T15:03:45.461 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T15:03:45.477 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:03:45.495 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T15:03:45.495 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_delete_sleep = '' osd_delete_sleep_hdd = '' osd_delete_sleep_hybrid = '' osd_delete_sleep_ssd = '' osd_enable_op_tracker = '' osd_max_backfills = '' osd_pg_delete_cost = '' (not observed, change may require restart) osd_recovery_max_active = '' osd_recovery_max_active_hdd = '' osd_recovery_max_active_ssd = '' osd_recovery_sleep = '' osd_recovery_sleep_hdd = '' osd_recovery_sleep_hybrid = '' osd_recovery_sleep_ssd = '' osd_scrub_sleep = '' osd_snap_trim_sleep = '' osd_snap_trim_sleep_hdd = '' osd_snap_trim_sleep_hybrid = '' osd_snap_trim_sleep_ssd = '' 2024-09-13T15:03:45.510 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:45.510 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:45.511 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:45.558 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T15:03:45.558 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T15:03:45.612 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:45.648 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:45.649 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:45.649 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:45.750 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:03:45.782 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:45.782 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:45.783 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:03:45.849 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd set noscrub 2024-09-13T15:03:45.883 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:03:45.884 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:03:45.884 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:03:45.884 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:45 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2887243961' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:03:45.885 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:03:45.885 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:03:45.885 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:45 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2887243961' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:03:45.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:03:45.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:03:45.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:45 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2887243961' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:03:45.946 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:45.947 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:45.947 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:03:46.015 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:03:46.048 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:46.100 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:46.100 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:46.101 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:46.201 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:03:46.239 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:46.240 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:46.240 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:03:46.341 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:03:46.354 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 51 16 85803 85787 105.107 60 0.0113125 0.00950905 2024-09-13T15:03:46.377 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:46.377 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:46.378 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:03:46.478 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:46.514 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:46.514 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:46.515 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:46.615 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:03:46.644 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.1 dump_blocked_ops 2024-09-13T15:03:46.656 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:46.657 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:46.657 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:03:46.758 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:03:46.800 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:46.801 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:46.801 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:03:46.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:46 smithi071 ceph-mon[107477]: pgmap v2175: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 1 active+undersized+degraded+remapped+backfill_wait, 103 active+clean; 5.0 GiB data, 18 GiB used, 608 GiB / 626 GiB avail; 46 MiB/s wr, 741 op/s; 29400/243990 objects degraded (12.050%); 970 KiB/s, 14 objects/s recovering 2024-09-13T15:03:46.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:46 smithi071 ceph-mon[112785]: pgmap v2175: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 1 active+undersized+degraded+remapped+backfill_wait, 103 active+clean; 5.0 GiB data, 18 GiB used, 608 GiB / 626 GiB avail; 46 MiB/s wr, 741 op/s; 29400/243990 objects degraded (12.050%); 970 KiB/s, 14 objects/s recovering 2024-09-13T15:03:46.902 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:03:46.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:46 smithi104 ceph-mon[105578]: pgmap v2175: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 1 active+undersized+degraded+remapped+backfill_wait, 103 active+clean; 5.0 GiB data, 18 GiB used, 608 GiB / 626 GiB avail; 46 MiB/s wr, 741 op/s; 29400/243990 objects degraded (12.050%); 970 KiB/s, 14 objects/s recovering 2024-09-13T15:03:46.932 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:46.933 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:46.933 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:03:47.034 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:03:47.082 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:47.082 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:47.083 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:03:47.183 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:47.213 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:47.213 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:47.214 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:47.314 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:47.354 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:47.354 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 52 16 86706 86690 104.171 56.4375 0.0325482 0.00959381 2024-09-13T15:03:47.355 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:47.355 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:47.456 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:03:47.502 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:47.503 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:47.503 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:03:47.604 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:47.648 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:47.649 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:47.649 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:47.750 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:03:47.780 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:47.781 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:47.781 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:03:47.882 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:03:47.912 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:47.913 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:47.913 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:03:48.014 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:48.048 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:48.049 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:48.049 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:48.112 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:03:48.149 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:03:48.197 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:48.198 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:48.198 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:03:48.299 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:03:48.333 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:48.333 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:48.334 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:03:48.355 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 53 16 87653 87637 103.322 59.1875 0.0357645 0.0096731 2024-09-13T15:03:48.435 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:03:48.468 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:48.469 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:48.469 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:03:48.570 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:48.606 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:48.607 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:48.607 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:48.708 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:03:48.742 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:48.744 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:48.744 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:03:48.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:48 smithi071 ceph-mon[107477]: pgmap v2176: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 103 active+clean; 5.2 GiB data, 19 GiB used, 607 GiB / 626 GiB avail; 64 MiB/s wr, 1.02k op/s; 29697/253875 objects degraded (11.697%); 800 KiB/s, 12 objects/s recovering 2024-09-13T15:03:48.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:48 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 29697/253875 objects degraded (11.697%), 6 pgs degraded (PG_DEGRADED) 2024-09-13T15:03:48.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:48 smithi071 ceph-mon[112785]: pgmap v2176: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 103 active+clean; 5.2 GiB data, 19 GiB used, 607 GiB / 626 GiB avail; 64 MiB/s wr, 1.02k op/s; 29697/253875 objects degraded (11.697%); 800 KiB/s, 12 objects/s recovering 2024-09-13T15:03:48.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:48 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 29697/253875 objects degraded (11.697%), 6 pgs degraded (PG_DEGRADED) 2024-09-13T15:03:48.845 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:48.873 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:48.873 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:48.873 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:48.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:48 smithi104 ceph-mon[105578]: pgmap v2176: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 103 active+clean; 5.2 GiB data, 19 GiB used, 607 GiB / 626 GiB avail; 64 MiB/s wr, 1.02k op/s; 29697/253875 objects degraded (11.697%); 800 KiB/s, 12 objects/s recovering 2024-09-13T15:03:48.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:48 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 29697/253875 objects degraded (11.697%), 6 pgs degraded (PG_DEGRADED) 2024-09-13T15:03:48.975 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:49.008 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:49.009 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:49.009 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:49.110 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:49.150 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:49.150 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:49.151 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:49.246 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:03:49.252 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:49.288 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:49.289 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:49.289 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:49.355 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 54 16 88688 88672 102.607 64.6875 0.00804111 0.0097409 2024-09-13T15:03:49.390 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:49.423 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:49.424 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:49.424 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:49.525 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:03:49.567 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:49.567 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:49.567 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:49.668 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:49.710 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:49.711 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:49.712 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:49.812 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:03:49.851 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:49.852 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:49.852 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:03:49.953 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:49.986 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:49.986 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:49.987 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:50.073 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=true 2024-09-13T15:03:50.087 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:03:50.142 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:50.142 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:50.143 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:03:50.244 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:03:50.278 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:50.278 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:50.279 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:03:50.355 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 55 16 89644 89628 101.827 59.75 0.0107286 0.00981513 2024-09-13T15:03:50.380 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:50.419 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:50.419 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:50.420 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:50.521 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:50.559 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:50.560 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:50.560 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:50.602 INFO:teuthology.orchestra.run.smithi071.stderr:reweighted osd.0 to 1 (10000) 2024-09-13T15:03:50.660 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:03:50.683 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:50.684 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:50.684 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:50.785 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:50.806 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:50.807 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:50.807 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:50.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:50 smithi071 ceph-mon[107477]: pgmap v2177: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 103 active+clean; 5.2 GiB data, 19 GiB used, 607 GiB / 626 GiB avail; 48 MiB/s wr, 760 op/s; 29697/254679 objects degraded (11.661%); 668 KiB/s, 10 objects/s recovering 2024-09-13T15:03:50.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:50 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2896627048' entity='client.admin' cmd={"prefix": "osd reweight", "id": 0, "weight": 1.0} : dispatch 2024-09-13T15:03:50.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:50 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd reweight", "id": 0, "weight": 1.0} : dispatch 2024-09-13T15:03:50.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:50 smithi071 ceph-mon[112785]: pgmap v2177: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 103 active+clean; 5.2 GiB data, 19 GiB used, 607 GiB / 626 GiB avail; 48 MiB/s wr, 760 op/s; 29697/254679 objects degraded (11.661%); 668 KiB/s, 10 objects/s recovering 2024-09-13T15:03:50.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:50 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2896627048' entity='client.admin' cmd={"prefix": "osd reweight", "id": 0, "weight": 1.0} : dispatch 2024-09-13T15:03:50.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:50 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd reweight", "id": 0, "weight": 1.0} : dispatch 2024-09-13T15:03:50.908 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:50.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:50 smithi104 ceph-mon[105578]: pgmap v2177: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 4 active+recovery_wait+undersized+degraded+remapped, 103 active+clean; 5.2 GiB data, 19 GiB used, 607 GiB / 626 GiB avail; 48 MiB/s wr, 760 op/s; 29697/254679 objects degraded (11.661%); 668 KiB/s, 10 objects/s recovering 2024-09-13T15:03:50.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:50 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2896627048' entity='client.admin' cmd={"prefix": "osd reweight", "id": 0, "weight": 1.0} : dispatch 2024-09-13T15:03:50.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:50 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd reweight", "id": 0, "weight": 1.0} : dispatch 2024-09-13T15:03:50.930 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:50.930 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:50.931 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:51.032 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:03:51.053 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:51.054 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:51.054 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:03:51.155 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:51.178 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:51.178 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:51.178 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:51.279 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:03:51.301 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:51.301 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:51.302 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:03:51.355 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 56 16 89977 89961 100.381 20.8125 0.0128516 0.00984373 2024-09-13T15:03:51.402 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:03:51.424 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:51.425 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:51.425 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:03:51.526 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:03:51.548 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:51.548 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:51.549 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:03:51.649 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:51.671 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:51.671 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:51.672 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:51.773 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:03:51.797 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:51.798 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:51.799 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:51.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:51 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 0, "weight": 1.0}]': finished 2024-09-13T15:03:51.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:51 smithi071 ceph-mon[107477]: osdmap e1404: 8 total, 8 up, 7 in 2024-09-13T15:03:51.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:51 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 0, "weight": 1.0}]': finished 2024-09-13T15:03:51.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:51 smithi071 ceph-mon[112785]: osdmap e1404: 8 total, 8 up, 7 in 2024-09-13T15:03:51.900 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:03:51.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:51 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 0, "weight": 1.0}]': finished 2024-09-13T15:03:51.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:51 smithi104 ceph-mon[105578]: osdmap e1404: 8 total, 8 up, 7 in 2024-09-13T15:03:51.925 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:51.926 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:51.926 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:52.027 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:03:52.048 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:52.049 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:52.049 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:03:52.150 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:52.171 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:52.172 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:52.172 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:52.273 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:03:52.294 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:52.295 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:52.296 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:03:52.355 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 57 16 90090 90074 98.744 7.0625 0.00336988 0.0099529 2024-09-13T15:03:52.397 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:03:52.418 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:52.419 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:52.419 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:03:52.520 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:03:52.542 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:52.543 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:52.543 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:03:52.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:52 smithi071 ceph-mon[107477]: pgmap v2179: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 1 remapped+peering, 1 active+undersized+degraded+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 103 active+clean; 5.4 GiB data, 19 GiB used, 606 GiB / 626 GiB avail; 57 MiB/s wr, 909 op/s; 24925/266364 objects degraded (9.357%); 1.4 MiB/s, 21 objects/s recovering 2024-09-13T15:03:52.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:52 smithi071 ceph-mon[107477]: osdmap e1405: 8 total, 8 up, 7 in 2024-09-13T15:03:52.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:52 smithi071 ceph-mon[112785]: pgmap v2179: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 1 remapped+peering, 1 active+undersized+degraded+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 103 active+clean; 5.4 GiB data, 19 GiB used, 606 GiB / 626 GiB avail; 57 MiB/s wr, 909 op/s; 24925/266364 objects degraded (9.357%); 1.4 MiB/s, 21 objects/s recovering 2024-09-13T15:03:52.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:52 smithi071 ceph-mon[112785]: osdmap e1405: 8 total, 8 up, 7 in 2024-09-13T15:03:52.644 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:03:52.666 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:52.667 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:52.668 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:03:52.769 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:52.806 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:52.808 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:52.808 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:52.909 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:52.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:52 smithi104 ceph-mon[105578]: pgmap v2179: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 1 remapped+peering, 1 active+undersized+degraded+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 103 active+clean; 5.4 GiB data, 19 GiB used, 606 GiB / 626 GiB avail; 57 MiB/s wr, 909 op/s; 24925/266364 objects degraded (9.357%); 1.4 MiB/s, 21 objects/s recovering 2024-09-13T15:03:52.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:52 smithi104 ceph-mon[105578]: osdmap e1405: 8 total, 8 up, 7 in 2024-09-13T15:03:52.953 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:52.953 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:52.953 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:52.968 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:03:52 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:03:52] "GET /metrics HTTP/1.1" 200 36703 "" "Prometheus/2.51.0" 2024-09-13T15:03:53.054 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:03:53.084 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:53.084 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:53.085 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:03:53.186 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:53.221 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:53.222 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:53.222 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:53.323 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:53.349 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:53.350 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:53.350 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:53.359 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 58 16 90698 90682 97.6908 38 0.0404515 0.0102286 2024-09-13T15:03:53.451 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:03:53.483 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:53.483 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:53.484 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:03:53.584 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:03:53.618 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:53.619 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:53.619 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:03:53.720 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:03:53.750 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:53.750 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:53.751 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:03:53.852 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:03:53.887 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:53.887 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:53.888 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:03:53.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:53 smithi071 ceph-mon[107477]: osdmap e1406: 8 total, 8 up, 7 in 2024-09-13T15:03:53.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:53 smithi071 ceph-mon[107477]: 10.4 starting backfill to osd.0 from (0'0,0'0] MAX to 1403'5662 2024-09-13T15:03:53.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:53 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 24925/266364 objects degraded (9.357%), 5 pgs degraded (PG_DEGRADED) 2024-09-13T15:03:53.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:53 smithi071 ceph-mon[107477]: osdmap e1407: 8 total, 8 up, 7 in 2024-09-13T15:03:53.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:53 smithi071 ceph-mon[112785]: osdmap e1406: 8 total, 8 up, 7 in 2024-09-13T15:03:53.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:53 smithi071 ceph-mon[112785]: 10.4 starting backfill to osd.0 from (0'0,0'0] MAX to 1403'5662 2024-09-13T15:03:53.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:53 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 24925/266364 objects degraded (9.357%), 5 pgs degraded (PG_DEGRADED) 2024-09-13T15:03:53.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:53 smithi071 ceph-mon[112785]: osdmap e1407: 8 total, 8 up, 7 in 2024-09-13T15:03:53.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:53 smithi104 ceph-mon[105578]: osdmap e1406: 8 total, 8 up, 7 in 2024-09-13T15:03:53.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:53 smithi104 ceph-mon[105578]: 10.4 starting backfill to osd.0 from (0'0,0'0] MAX to 1403'5662 2024-09-13T15:03:53.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:53 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 24925/266364 objects degraded (9.357%), 5 pgs degraded (PG_DEGRADED) 2024-09-13T15:03:53.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:53 smithi104 ceph-mon[105578]: osdmap e1407: 8 total, 8 up, 7 in 2024-09-13T15:03:53.989 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:54.024 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:54.024 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:54.024 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:54.125 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:54.165 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:54.165 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:54.166 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:54.267 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:03:54.304 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:54.305 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:54.306 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:03:54.359 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 59 16 91645 91629 97.0382 59.1875 0.014817 0.0102981 2024-09-13T15:03:54.406 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:03:54.452 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:54.453 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:54.453 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:03:54.554 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:54.589 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:54.589 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:54.590 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:54.691 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:54.723 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:54.724 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:54.724 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:54.825 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:54.863 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:54.864 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:54.865 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:54.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:54 smithi071 ceph-mon[107477]: pgmap v2182: 109 pgs: 1 peering, 1 active+recovering+undersized+degraded+remapped, 2 remapped+peering, 1 active+undersized+degraded+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 5.5 GiB data, 20 GiB used, 606 GiB / 626 GiB avail; 49 MiB/s wr, 781 op/s; 24925/267954 objects degraded (9.302%); 1.2 MiB/s, 20 objects/s recovering 2024-09-13T15:03:54.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:54 smithi071 ceph-mon[107477]: osdmap e1408: 8 total, 8 up, 7 in 2024-09-13T15:03:54.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:54 smithi071 ceph-mon[112785]: pgmap v2182: 109 pgs: 1 peering, 1 active+recovering+undersized+degraded+remapped, 2 remapped+peering, 1 active+undersized+degraded+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 5.5 GiB data, 20 GiB used, 606 GiB / 626 GiB avail; 49 MiB/s wr, 781 op/s; 24925/267954 objects degraded (9.302%); 1.2 MiB/s, 20 objects/s recovering 2024-09-13T15:03:54.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:54 smithi071 ceph-mon[112785]: osdmap e1408: 8 total, 8 up, 7 in 2024-09-13T15:03:54.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:54 smithi104 ceph-mon[105578]: pgmap v2182: 109 pgs: 1 peering, 1 active+recovering+undersized+degraded+remapped, 2 remapped+peering, 1 active+undersized+degraded+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 5.5 GiB data, 20 GiB used, 606 GiB / 626 GiB avail; 49 MiB/s wr, 781 op/s; 24925/267954 objects degraded (9.302%); 1.2 MiB/s, 20 objects/s recovering 2024-09-13T15:03:54.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:54 smithi104 ceph-mon[105578]: osdmap e1408: 8 total, 8 up, 7 in 2024-09-13T15:03:54.965 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:03:55.008 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:55.008 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:55.009 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:03:55.110 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:55.145 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:55.145 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:55.146 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:55.247 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:55.277 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:55.278 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:55.278 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:55.359 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:2024-09-13T15:03:55.358697+0000 min lat: 0.0010658 max lat: 2.0185 avg lat: 0.0103672 2024-09-13T15:03:55.359 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2024-09-13T15:03:55.359 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 60 16 92587 92571 96.4021 58.875 0.0119024 0.0103672 2024-09-13T15:03:55.378 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:55.417 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:55.418 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:55.418 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:55.511 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd reweight 1 1 2024-09-13T15:03:55.519 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:55.550 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:55.550 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:55.551 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:55.651 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:55.680 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:55.681 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:55.681 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:55.782 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:55.821 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:55.822 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:55.822 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:55.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:55 smithi071 ceph-mon[107477]: 1.11 scrub starts 2024-09-13T15:03:55.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:55 smithi071 ceph-mon[107477]: 1.11 scrub ok 2024-09-13T15:03:55.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:55 smithi071 ceph-mon[112785]: 1.11 scrub starts 2024-09-13T15:03:55.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:55 smithi071 ceph-mon[112785]: 1.11 scrub ok 2024-09-13T15:03:55.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:55 smithi104 ceph-mon[105578]: 1.11 scrub starts 2024-09-13T15:03:55.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:55 smithi104 ceph-mon[105578]: 1.11 scrub ok 2024-09-13T15:03:55.922 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:03:55.955 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:55.956 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:55.956 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:03:56.057 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:03:56.097 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:56.098 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:56.098 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:03:56.199 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:03:56.220 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:56.221 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:56.221 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:56.322 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:03:56.358 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:56.358 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:56.359 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:03:56.359 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 61 16 93488 93472 95.7449 56.3125 0.0457495 0.0104392 2024-09-13T15:03:56.460 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:56.492 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:56.493 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:56.493 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:56.594 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:03:56.615 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:56.615 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:56.615 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:03:56.716 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:56.747 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:56.748 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:56.748 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:56.849 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:03:56.882 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:56.883 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:56.883 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:03:56.902 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:56 smithi071 ceph-mon[107477]: pgmap v2185: 109 pgs: 1 active+remapped+backfilling, 2 peering, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 2 remapped+peering, 1 active+undersized+degraded+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 96 active+clean; 5.5 GiB data, 20 GiB used, 606 GiB / 626 GiB avail; 24 MiB/s wr, 389 op/s; 24696/271035 objects degraded (9.112%); 5673/271035 objects misplaced (2.093%); 4.0 MiB/s, 62 objects/s recovering 2024-09-13T15:03:56.902 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:56 smithi071 ceph-mon[112785]: pgmap v2185: 109 pgs: 1 active+remapped+backfilling, 2 peering, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 2 remapped+peering, 1 active+undersized+degraded+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 96 active+clean; 5.5 GiB data, 20 GiB used, 606 GiB / 626 GiB avail; 24 MiB/s wr, 389 op/s; 24696/271035 objects degraded (9.112%); 5673/271035 objects misplaced (2.093%); 4.0 MiB/s, 62 objects/s recovering 2024-09-13T15:03:56.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:56 smithi104 ceph-mon[105578]: pgmap v2185: 109 pgs: 1 active+remapped+backfilling, 2 peering, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 2 remapped+peering, 1 active+undersized+degraded+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 96 active+clean; 5.5 GiB data, 20 GiB used, 606 GiB / 626 GiB avail; 24 MiB/s wr, 389 op/s; 24696/271035 objects degraded (9.112%); 5673/271035 objects misplaced (2.093%); 4.0 MiB/s, 62 objects/s recovering 2024-09-13T15:03:56.985 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:57.013 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:57.014 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:57.014 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:57.115 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:57.149 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:57.149 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:57.150 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:57.250 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:57.273 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:57.274 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:57.274 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:57.360 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 62 16 94243 94227 94.961 47.1875 0.13605 0.0105166 2024-09-13T15:03:57.375 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:03:57.416 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:57.417 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:57.417 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:03:57.518 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:03:57.552 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:57.556 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:57.557 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:03:57.658 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:03:57.665 INFO:teuthology.orchestra.run.smithi071.stderr:noscrub is set 2024-09-13T15:03:57.680 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:57.681 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:57.681 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:03:57.782 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:03:57.809 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:57.810 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:57.810 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:03:57.911 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:57.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:57 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1152929124' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T15:03:57.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:57 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T15:03:57.947 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:57.948 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:57.948 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:58.049 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:03:58.087 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:58.087 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:58.088 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:03:58.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:57 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1152929124' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T15:03:58.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:57 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T15:03:58.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:57 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1152929124' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T15:03:58.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:57 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T15:03:58.189 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:03:58.234 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:58.235 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:58.235 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:03:58.336 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:03:58.359 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 63 16 95107 95091 94.3108 54 0.0237455 0.0105979 2024-09-13T15:03:58.366 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:58.366 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:58.367 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:03:58.468 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:58.503 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:58.504 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:58.504 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:58.605 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:03:58.642 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:58.642 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:58.643 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:03:58.743 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:03:58.781 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:58.782 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:58.782 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:03:58.883 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:03:58.920 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:58.920 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:58.921 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:03:58.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:58 smithi104 ceph-mon[105578]: pgmap v2186: 109 pgs: 1 active+remapped+backfilling, 1 peering, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 1 active+undersized+degraded+remapped+backfill_wait, 1 remapped+peering, 4 active+recovery_wait+undersized+degraded+remapped, 97 active+clean; 5.6 GiB data, 20 GiB used, 606 GiB / 626 GiB avail; 34 MiB/s wr, 546 op/s; 30534/276675 objects degraded (11.036%); 5673/276675 objects misplaced (2.050%); 3.0 MiB/s, 46 objects/s recovering 2024-09-13T15:03:58.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:58 smithi104 ceph-mon[105578]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:03:58.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:58 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T15:03:58.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:58 smithi104 ceph-mon[105578]: osdmap e1409: 8 total, 8 up, 7 in 2024-09-13T15:03:58.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:03:58 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 30534/276675 objects degraded (11.036%), 9 pgs degraded (PG_DEGRADED) 2024-09-13T15:03:59.022 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:59.048 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:59.049 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:59.049 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:59.063 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T15:03:59.063 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T15:03:59.063 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:58 smithi071 ceph-mon[107477]: pgmap v2186: 109 pgs: 1 active+remapped+backfilling, 1 peering, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 1 active+undersized+degraded+remapped+backfill_wait, 1 remapped+peering, 4 active+recovery_wait+undersized+degraded+remapped, 97 active+clean; 5.6 GiB data, 20 GiB used, 606 GiB / 626 GiB avail; 34 MiB/s wr, 546 op/s; 30534/276675 objects degraded (11.036%); 5673/276675 objects misplaced (2.050%); 3.0 MiB/s, 46 objects/s recovering 2024-09-13T15:03:59.063 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:58 smithi071 ceph-mon[107477]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:03:59.063 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:58 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T15:03:59.064 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:58 smithi071 ceph-mon[107477]: osdmap e1409: 8 total, 8 up, 7 in 2024-09-13T15:03:59.064 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:03:58 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 30534/276675 objects degraded (11.036%), 9 pgs degraded (PG_DEGRADED) 2024-09-13T15:03:59.064 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:58 smithi071 ceph-mon[112785]: pgmap v2186: 109 pgs: 1 active+remapped+backfilling, 1 peering, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 1 active+undersized+degraded+remapped+backfill_wait, 1 remapped+peering, 4 active+recovery_wait+undersized+degraded+remapped, 97 active+clean; 5.6 GiB data, 20 GiB used, 606 GiB / 626 GiB avail; 34 MiB/s wr, 546 op/s; 30534/276675 objects degraded (11.036%); 5673/276675 objects misplaced (2.050%); 3.0 MiB/s, 46 objects/s recovering 2024-09-13T15:03:59.064 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:58 smithi071 ceph-mon[112785]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:03:59.064 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:58 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T15:03:59.064 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:58 smithi071 ceph-mon[112785]: osdmap e1409: 8 total, 8 up, 7 in 2024-09-13T15:03:59.064 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:03:58 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 30534/276675 objects degraded (11.036%), 9 pgs degraded (PG_DEGRADED) 2024-09-13T15:03:59.150 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:03:59.185 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:59.186 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:59.186 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:03:59.287 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:03:59.324 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:59.325 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:59.325 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:03:59.360 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 64 16 95924 95908 93.6351 51.0625 0.00648605 0.0106738 2024-09-13T15:03:59.426 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:03:59.467 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:59.468 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:59.468 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:03:59.569 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:03:59.632 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:03:59.633 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:59.633 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:03:59.734 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:59.764 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:59.764 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:59.764 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:59.865 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:03:59.897 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:03:59.898 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:03:59.898 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:03:59.999 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:04:00.030 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:00.031 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:00.031 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:04:00.132 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:04:00.167 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:00.168 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:00.168 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:04:00.269 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:04:00.298 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:00.298 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:00.299 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:04:00.360 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 65 16 96835 96819 93.0706 56.9375 0.0199222 0.0107395 2024-09-13T15:04:00.399 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:04:00.432 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:00.433 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:00.433 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:04:00.534 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:04:00.566 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:00.566 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:00.567 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:04:00.668 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:04:00.708 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:00.708 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:00.709 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:04:00.763 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:04:00.785 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.1 dump_historic_ops 2024-09-13T15:04:00.796 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:04:00.809 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:04:00.829 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:00 smithi071 ceph-mon[107477]: pgmap v2188: 109 pgs: 1 active+remapped+backfilling, 1 peering, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 1 active+undersized+degraded+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 98 active+clean; 5.7 GiB data, 20 GiB used, 605 GiB / 626 GiB avail; 36 MiB/s wr, 574 op/s; 30534/278292 objects degraded (10.972%); 5432/278292 objects misplaced (1.952%); 7.8 MiB/s, 123 objects/s recovering 2024-09-13T15:04:00.829 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:00 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:04:00.829 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:00 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:04:00.834 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:00 smithi071 ceph-mon[112785]: pgmap v2188: 109 pgs: 1 active+remapped+backfilling, 1 peering, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 1 active+undersized+degraded+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 98 active+clean; 5.7 GiB data, 20 GiB used, 605 GiB / 626 GiB avail; 36 MiB/s wr, 574 op/s; 30534/278292 objects degraded (10.972%); 5432/278292 objects misplaced (1.952%); 7.8 MiB/s, 123 objects/s recovering 2024-09-13T15:04:00.834 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:00 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:04:00.834 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:00 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:04:00.834 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:00.835 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:00.835 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:04:00.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:00 smithi104 ceph-mon[105578]: pgmap v2188: 109 pgs: 1 active+remapped+backfilling, 1 peering, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 1 active+undersized+degraded+remapped+backfill_wait, 4 active+recovery_wait+undersized+degraded+remapped, 98 active+clean; 5.7 GiB data, 20 GiB used, 605 GiB / 626 GiB avail; 36 MiB/s wr, 574 op/s; 30534/278292 objects degraded (10.972%); 5432/278292 objects misplaced (1.952%); 7.8 MiB/s, 123 objects/s recovering 2024-09-13T15:04:00.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:00 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:04:00.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:00 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:04:00.936 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:04:00.964 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:00.965 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:00.965 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:04:01.066 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:04:01.095 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:01.095 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:01.097 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:04:01.198 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:04:01.242 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:01.242 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:01.243 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:04:01.344 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:04:01.360 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 66 16 97726 97710 92.5041 55.6875 0.0127074 0.0108047 2024-09-13T15:04:01.397 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:01.398 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:01.398 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:04:01.499 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:04:01.530 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:01.530 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:01.531 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:04:01.632 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:04:01.663 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:01.664 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:01.665 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:04:01.766 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:04:01.799 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:01.800 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:01.800 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:04:01.901 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:04:01.936 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:01.936 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:01.936 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:04:02.037 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:04:02.072 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:02.073 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:02.073 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:04:02.153 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd set nodeep-scrub 2024-09-13T15:04:02.174 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:04:02.242 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:02.243 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:02.243 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:04:02.344 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:04:02.361 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 67 16 98623 98607 91.9588 56.0625 0.0452768 0.0108679 2024-09-13T15:04:02.397 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:02.397 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:02.398 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:04:02.499 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:04:02.538 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:02.539 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:02.539 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:04:02.640 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:04:02.672 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:02.673 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:02.673 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:04:02.774 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:04:02.813 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:02.813 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:02.814 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:04:02.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:02 smithi071 ceph-mon[107477]: pgmap v2189: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 5.9 GiB data, 21 GiB used, 605 GiB / 626 GiB avail; 53 MiB/s wr, 852 op/s; 30708/288117 objects degraded (10.658%); 5432/288117 objects misplaced (1.885%); 6.9 MiB/s, 108 objects/s recovering 2024-09-13T15:04:02.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:02 smithi071 ceph-mon[112785]: pgmap v2189: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 5.9 GiB data, 21 GiB used, 605 GiB / 626 GiB avail; 53 MiB/s wr, 852 op/s; 30708/288117 objects degraded (10.658%); 5432/288117 objects misplaced (1.885%); 6.9 MiB/s, 108 objects/s recovering 2024-09-13T15:04:02.891 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:04:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:04:02] "GET /metrics HTTP/1.1" 200 36705 "" "Prometheus/2.51.0" 2024-09-13T15:04:02.915 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:04:02.925 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:02 smithi104 ceph-mon[105578]: pgmap v2189: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 5.9 GiB data, 21 GiB used, 605 GiB / 626 GiB avail; 53 MiB/s wr, 852 op/s; 30708/288117 objects degraded (10.658%); 5432/288117 objects misplaced (1.885%); 6.9 MiB/s, 108 objects/s recovering 2024-09-13T15:04:02.950 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:02.951 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:02.952 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:04:03.052 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:04:03.092 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:03.093 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:03.093 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:04:03.194 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:04:03.220 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:03.221 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:03.221 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:04:03.322 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:04:03.361 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 68 16 99467 99451 91.3822 52.75 0.0128683 0.0109375 2024-09-13T15:04:03.362 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:03.363 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:03.363 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:04:03.464 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:04:03.502 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:03.502 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:03.502 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:04:03.603 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:04:03.644 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:03.644 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:03.645 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:04:03.745 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:04:03.782 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:03.783 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:03.783 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:04:03.884 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:04:03.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:03 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 30708/288117 objects degraded (10.658%), 9 pgs degraded (PG_DEGRADED) 2024-09-13T15:04:03.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:03 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 30708/288117 objects degraded (10.658%), 9 pgs degraded (PG_DEGRADED) 2024-09-13T15:04:03.921 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:03.922 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:03.922 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:04:03.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:03 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 30708/288117 objects degraded (10.658%), 9 pgs degraded (PG_DEGRADED) 2024-09-13T15:04:04.023 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:04:04.047 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:04.049 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:04.050 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:04:04.151 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:04:04.175 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:04.176 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:04.176 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:04:04.277 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:04:04.306 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:04.306 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:04.307 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:04:04.361 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 69 16 100161 100145 90.6865 43.375 0.0330481 0.0110218 2024-09-13T15:04:04.407 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:04:04.446 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:04.446 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:04.447 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:04:04.548 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:04:04.589 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:04.589 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:04.589 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:04:04.690 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:04:04.724 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:04.724 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:04.725 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:04:04.825 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:04:04.860 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:04.860 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:04.860 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:04:04.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:04 smithi071 ceph-mon[107477]: pgmap v2190: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 5.9 GiB data, 21 GiB used, 605 GiB / 626 GiB avail; 45 MiB/s wr, 719 op/s; 30708/289575 objects degraded (10.605%); 5432/289575 objects misplaced (1.876%); 4.3 MiB/s, 69 objects/s recovering 2024-09-13T15:04:04.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:04 smithi071 ceph-mon[112785]: pgmap v2190: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 5.9 GiB data, 21 GiB used, 605 GiB / 626 GiB avail; 45 MiB/s wr, 719 op/s; 30708/289575 objects degraded (10.605%); 5432/289575 objects misplaced (1.876%); 4.3 MiB/s, 69 objects/s recovering 2024-09-13T15:04:04.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:04 smithi104 ceph-mon[105578]: pgmap v2190: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 5.9 GiB data, 21 GiB used, 605 GiB / 626 GiB avail; 45 MiB/s wr, 719 op/s; 30708/289575 objects degraded (10.605%); 5432/289575 objects misplaced (1.876%); 4.3 MiB/s, 69 objects/s recovering 2024-09-13T15:04:04.962 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:04:04.999 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:04.999 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:05.000 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:04:05.101 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:04:05.137 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:05.138 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:05.138 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:04:05.239 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:04:05.270 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:05.271 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:05.271 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:04:05.361 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 70 16 101045 101029 90.1803 55.25 0.0138702 0.0110818 2024-09-13T15:04:05.372 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:04:05.442 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:05.444 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:05.444 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:04:05.545 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:04:05.573 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:05.574 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:05.574 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:04:05.675 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:04:05.703 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:05.704 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:05.704 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:04:05.805 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:04:05.844 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:05.844 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:05.845 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:04:05.945 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:04:05.985 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:05.986 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:05.986 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:04:06.087 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:04:06.126 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:06.126 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:06.126 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:04:06.227 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:04:06.263 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:06.263 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:06.264 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:04:06.362 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 71 16 101807 101791 89.581 47.625 0.011659 0.0111566 2024-09-13T15:04:06.365 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:04:06.400 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:06.401 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:06.401 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:04:06.502 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:04:06.535 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:06.535 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:06.535 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:04:06.636 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:04:06.669 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:06.670 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:06.670 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:04:06.771 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:04:06.800 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:06.801 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:06.802 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:04:06.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:06 smithi071 ceph-mon[107477]: pgmap v2191: 109 pgs: 1 active+remapped+backfilling, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 6.0 GiB data, 21 GiB used, 604 GiB / 626 GiB avail; 49 MiB/s wr, 780 op/s; 30590/294447 objects degraded (10.389%); 5145/294447 objects misplaced (1.747%); 7.7 MiB/s, 123 objects/s recovering 2024-09-13T15:04:06.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:06 smithi071 ceph-mon[112785]: pgmap v2191: 109 pgs: 1 active+remapped+backfilling, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 6.0 GiB data, 21 GiB used, 604 GiB / 626 GiB avail; 49 MiB/s wr, 780 op/s; 30590/294447 objects degraded (10.389%); 5145/294447 objects misplaced (1.747%); 7.7 MiB/s, 123 objects/s recovering 2024-09-13T15:04:06.903 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:04:06.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:06 smithi104 ceph-mon[105578]: pgmap v2191: 109 pgs: 1 active+remapped+backfilling, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 6.0 GiB data, 21 GiB used, 604 GiB / 626 GiB avail; 49 MiB/s wr, 780 op/s; 30590/294447 objects degraded (10.389%); 5145/294447 objects misplaced (1.747%); 7.7 MiB/s, 123 objects/s recovering 2024-09-13T15:04:06.932 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:06.933 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:06.933 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:04:07.034 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:04:07.061 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:07.061 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:07.062 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:04:07.133 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:04:07.162 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:04:07.203 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:04:07.231 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:07.232 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:07.232 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:04:07.333 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:04:07.362 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 72 16 102605 102589 89.0295 49.875 0.00823903 0.0112263 2024-09-13T15:04:07.385 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:07.385 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:07.385 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:04:07.486 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:04:07.517 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:07.518 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:07.518 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:04:07.619 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:04:07.674 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:07.675 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:07.675 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:04:07.776 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:04:07.812 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:07.813 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:07.813 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:04:07.914 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:04:07.946 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:07.946 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:07.947 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:04:08.048 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:04:08.076 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:08.077 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:08.077 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:04:08.134 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T15:04:08.134 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T15:04:08.172 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T15:04:08.172 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T15:04:08.178 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:04:08.217 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T15:04:08.217 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T15:04:08.222 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:08.223 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:08.224 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:04:08.250 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T15:04:08.250 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T15:04:08.281 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T15:04:08.281 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T15:04:08.325 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:04:08.326 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T15:04:08.326 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T15:04:08.358 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T15:04:08.358 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T15:04:08.362 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 73 16 103472 103456 88.5522 54.1875 0.0098146 0.0112867 2024-09-13T15:04:08.372 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:08.372 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:08.373 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:04:08.390 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T15:04:08.390 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T15:04:08.474 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:04:08.502 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:08.503 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:08.503 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:04:08.604 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:04:08.642 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:08.643 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:08.643 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:04:08.744 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:04:08.776 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:08.776 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:08.777 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:04:08.878 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:04:08.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:08 smithi071 ceph-mon[107477]: pgmap v2192: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 6.1 GiB data, 22 GiB used, 604 GiB / 626 GiB avail; 53 MiB/s wr, 851 op/s; 30826/302232 objects degraded (10.199%); 5145/302232 objects misplaced (1.702%); 7.7 MiB/s, 123 objects/s recovering 2024-09-13T15:04:08.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:08 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3887624963' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:04:08.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:08 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 30826/302232 objects degraded (10.199%), 9 pgs degraded (PG_DEGRADED) 2024-09-13T15:04:08.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:08 smithi071 ceph-mon[112785]: pgmap v2192: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 6.1 GiB data, 22 GiB used, 604 GiB / 626 GiB avail; 53 MiB/s wr, 851 op/s; 30826/302232 objects degraded (10.199%); 5145/302232 objects misplaced (1.702%); 7.7 MiB/s, 123 objects/s recovering 2024-09-13T15:04:08.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:08 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3887624963' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:04:08.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:08 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 30826/302232 objects degraded (10.199%), 9 pgs degraded (PG_DEGRADED) 2024-09-13T15:04:08.915 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:08.916 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:08.916 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:04:08.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:08 smithi104 ceph-mon[105578]: pgmap v2192: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 6.1 GiB data, 22 GiB used, 604 GiB / 626 GiB avail; 53 MiB/s wr, 851 op/s; 30826/302232 objects degraded (10.199%); 5145/302232 objects misplaced (1.702%); 7.7 MiB/s, 123 objects/s recovering 2024-09-13T15:04:08.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:08 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3887624963' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:04:08.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:08 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 30826/302232 objects degraded (10.199%), 9 pgs degraded (PG_DEGRADED) 2024-09-13T15:04:09.017 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:04:09.062 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:09.063 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:09.063 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:04:09.164 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:04:09.187 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:09.188 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:09.188 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:04:09.289 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:04:09.311 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:09.311 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:09.311 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:04:09.362 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 74 16 104213 104197 87.9815 46.3125 0.0150597 0.0113428 2024-09-13T15:04:09.412 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:04:09.450 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:09.450 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:09.451 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:04:09.551 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:04:09.586 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:09.587 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:09.587 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:04:09.688 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:04:09.727 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:09.728 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:09.729 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:04:09.830 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:04:09.870 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:09.871 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:09.872 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:04:09.973 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:04:10.008 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:10.009 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:10.009 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:04:10.110 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:04:10.147 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:10.148 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:10.149 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:04:10.249 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:04:10.279 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:10.280 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:10.280 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:04:10.362 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 75 16 105065 105049 87.5184 53.25 0.0109542 0.0114114 2024-09-13T15:04:10.380 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:04:10.413 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:10.414 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:10.414 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:04:10.515 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:04:10.550 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:10.550 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:10.551 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:04:10.652 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:04:10.690 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:10.691 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:10.691 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:04:10.792 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:04:10.828 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:10.829 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:10.829 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:04:10.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:10 smithi071 ceph-mon[107477]: pgmap v2193: 109 pgs: 1 active+remapped+backfilling, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 6.2 GiB data, 22 GiB used, 604 GiB / 626 GiB avail; 50 MiB/s wr, 800 op/s; 30826/303768 objects degraded (10.148%); 4813/303768 objects misplaced (1.584%); 9.7 MiB/s, 155 objects/s recovering 2024-09-13T15:04:10.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:10 smithi071 ceph-mon[112785]: pgmap v2193: 109 pgs: 1 active+remapped+backfilling, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 6.2 GiB data, 22 GiB used, 604 GiB / 626 GiB avail; 50 MiB/s wr, 800 op/s; 30826/303768 objects degraded (10.148%); 4813/303768 objects misplaced (1.584%); 9.7 MiB/s, 155 objects/s recovering 2024-09-13T15:04:10.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:10 smithi104 ceph-mon[105578]: pgmap v2193: 109 pgs: 1 active+remapped+backfilling, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 6.2 GiB data, 22 GiB used, 604 GiB / 626 GiB avail; 50 MiB/s wr, 800 op/s; 30826/303768 objects degraded (10.148%); 4813/303768 objects misplaced (1.584%); 9.7 MiB/s, 155 objects/s recovering 2024-09-13T15:04:10.930 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:04:10.971 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:10.972 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:10.972 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:04:11.073 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:04:11.108 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:11.109 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:11.109 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:04:11.211 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:04:11.244 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:11.245 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:11.245 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:04:11.346 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:04:11.362 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 76 16 105950 105934 87.0947 55.3125 0.0330026 0.0114767 2024-09-13T15:04:11.382 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:11.382 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:11.383 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:04:11.483 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:04:11.529 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:11.530 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:11.530 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:04:11.631 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:04:11.662 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:11.662 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:11.663 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:04:11.764 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:04:11.804 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:11.804 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:11.805 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:04:11.906 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:04:11.945 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:11.945 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:11.945 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:04:12.046 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:04:12.081 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:12.081 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:12.082 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:04:12.182 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:04:12.214 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:12.214 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:12.215 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:04:12.315 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:04:12.357 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:12.358 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:12.358 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:04:12.362 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 77 16 106841 106825 86.6868 55.6875 0.0165408 0.0115303 2024-09-13T15:04:12.460 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:04:12.491 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:12.491 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:12.492 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:04:12.593 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:04:12.630 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:12.630 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:12.631 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:04:12.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:12 smithi071 ceph-mon[107477]: pgmap v2194: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 6.4 GiB data, 22 GiB used, 603 GiB / 626 GiB avail; 60 MiB/s wr, 962 op/s; 30940/312966 objects degraded (9.886%); 4813/312966 objects misplaced (1.538%); 7.2 MiB/s, 115 objects/s recovering 2024-09-13T15:04:12.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:12 smithi071 ceph-mon[112785]: pgmap v2194: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 6.4 GiB data, 22 GiB used, 603 GiB / 626 GiB avail; 60 MiB/s wr, 962 op/s; 30940/312966 objects degraded (9.886%); 4813/312966 objects misplaced (1.538%); 7.2 MiB/s, 115 objects/s recovering 2024-09-13T15:04:12.732 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:04:12.761 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:12.761 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:12.762 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:04:12.862 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:04:12.898 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:12.899 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:12.899 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:04:12.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:12 smithi104 ceph-mon[105578]: pgmap v2194: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 6.4 GiB data, 22 GiB used, 603 GiB / 626 GiB avail; 60 MiB/s wr, 962 op/s; 30940/312966 objects degraded (9.886%); 4813/312966 objects misplaced (1.538%); 7.2 MiB/s, 115 objects/s recovering 2024-09-13T15:04:13.000 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:04:13.040 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:13.041 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:13.041 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:04:13.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:04:12 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:04:12] "GET /metrics HTTP/1.1" 200 36705 "" "Prometheus/2.51.0" 2024-09-13T15:04:13.142 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:04:13.179 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:13.179 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:13.180 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:04:13.280 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:04:13.316 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:13.317 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:13.317 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:04:13.362 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 78 16 107746 107730 86.3006 56.5625 0.0152338 0.0115803 2024-09-13T15:04:13.418 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:04:13.457 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:13.457 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:13.457 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:04:13.558 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:04:13.594 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:13.594 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:13.595 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:04:13.695 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:04:13.720 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:13.721 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:13.721 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:04:13.822 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:04:13.870 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:13.871 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:13.871 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:04:13.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:13 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 30940/312966 objects degraded (9.886%), 9 pgs degraded (PG_DEGRADED) 2024-09-13T15:04:13.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:13 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 30940/312966 objects degraded (9.886%), 9 pgs degraded (PG_DEGRADED) 2024-09-13T15:04:13.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:13 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 30940/312966 objects degraded (9.886%), 9 pgs degraded (PG_DEGRADED) 2024-09-13T15:04:13.972 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:04:14.007 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:14.008 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:14.009 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:04:14.108 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=false 2024-09-13T15:04:14.109 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:04:14.146 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:14.147 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:14.147 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:04:14.248 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:04:14.277 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:14.278 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:14.278 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:04:14.364 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 79 16 108508 108492 85.8097 47.625 0.0180131 0.0116478 2024-09-13T15:04:14.380 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:04:14.424 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:14.425 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:14.425 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:04:14.526 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:04:14.560 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:14.561 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:14.561 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:04:14.629 INFO:teuthology.orchestra.run.smithi071.stderr:nodeep-scrub is set 2024-09-13T15:04:14.630 INFO:teuthology.orchestra.run.smithi071.stderr:reweighted osd.1 to 1 (10000) 2024-09-13T15:04:14.662 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:04:14.721 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:14.722 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:14.722 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:04:14.823 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:04:14.855 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:14.856 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:14.856 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:04:14.902 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:14 smithi071 ceph-mon[107477]: pgmap v2195: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 6.4 GiB data, 23 GiB used, 603 GiB / 626 GiB avail; 46 MiB/s wr, 734 op/s; 30940/314559 objects degraded (9.836%); 4813/314559 objects misplaced (1.530%); 6.7 MiB/s, 106 objects/s recovering 2024-09-13T15:04:14.902 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:14 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3752723468' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:04:14.902 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:14 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/987031684' entity='client.admin' cmd={"prefix": "osd reweight", "id": 1, "weight": 1.0} : dispatch 2024-09-13T15:04:14.902 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:14 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:04:14.903 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:14 smithi071 ceph-mon[112785]: pgmap v2195: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 6.4 GiB data, 23 GiB used, 603 GiB / 626 GiB avail; 46 MiB/s wr, 734 op/s; 30940/314559 objects degraded (9.836%); 4813/314559 objects misplaced (1.530%); 6.7 MiB/s, 106 objects/s recovering 2024-09-13T15:04:14.903 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:14 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3752723468' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:04:14.903 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:14 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/987031684' entity='client.admin' cmd={"prefix": "osd reweight", "id": 1, "weight": 1.0} : dispatch 2024-09-13T15:04:14.904 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:14 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:04:14.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:14 smithi104 ceph-mon[105578]: pgmap v2195: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 6.4 GiB data, 23 GiB used, 603 GiB / 626 GiB avail; 46 MiB/s wr, 734 op/s; 30940/314559 objects degraded (9.836%); 4813/314559 objects misplaced (1.530%); 6.7 MiB/s, 106 objects/s recovering 2024-09-13T15:04:14.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:14 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3752723468' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:04:14.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:14 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/987031684' entity='client.admin' cmd={"prefix": "osd reweight", "id": 1, "weight": 1.0} : dispatch 2024-09-13T15:04:14.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:14 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:04:14.956 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:04:14.984 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:14.985 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:14.985 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:04:15.086 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:04:15.120 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:15.120 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:15.121 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:04:15.221 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:04:15.253 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:15.254 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:15.254 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:04:15.355 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:04:15.364 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:2024-09-13T15:04:15.363558+0000 min lat: 0.0010658 max lat: 2.0185 avg lat: 0.0117014 2024-09-13T15:04:15.364 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2024-09-13T15:04:15.364 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 80 16 109380 109364 85.4182 54.5 0.0236219 0.0117014 2024-09-13T15:04:15.392 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:15.393 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:15.393 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:04:15.494 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:04:15.528 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:15.528 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:15.529 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:04:15.599 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd reweight 5 1 2024-09-13T15:04:15.629 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:04:15.703 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:15.704 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:15.704 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:04:15.805 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:04:15.824 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:15 smithi071 ceph-mon[107477]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:04:15.824 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:15 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3752723468' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T15:04:15.825 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:15 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/987031684' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 1, "weight": 1.0}]': finished 2024-09-13T15:04:15.825 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:15 smithi071 ceph-mon[107477]: osdmap e1410: 8 total, 8 up, 7 in 2024-09-13T15:04:15.834 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:15 smithi071 ceph-mon[112785]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:04:15.834 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:15 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3752723468' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T15:04:15.834 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:15 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/987031684' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 1, "weight": 1.0}]': finished 2024-09-13T15:04:15.834 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:15 smithi071 ceph-mon[112785]: osdmap e1410: 8 total, 8 up, 7 in 2024-09-13T15:04:15.859 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:15.859 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:15.860 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:04:15.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:15 smithi104 ceph-mon[105578]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:04:15.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:15 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3752723468' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T15:04:15.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:15 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/987031684' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 1, "weight": 1.0}]': finished 2024-09-13T15:04:15.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:15 smithi104 ceph-mon[105578]: osdmap e1410: 8 total, 8 up, 7 in 2024-09-13T15:04:15.961 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:04:16.004 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:16.005 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:16.005 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:04:16.106 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:04:16.143 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:16.143 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:16.144 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:04:16.244 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:04:16.282 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:16.283 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:16.284 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:04:16.364 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 81 16 110214 110198 85.0071 52.125 0.0073657 0.0117573 2024-09-13T15:04:16.385 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:04:16.422 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:16.423 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:16.423 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:04:16.524 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:04:16.571 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:16.571 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:16.572 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:04:16.673 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:04:16.707 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:16.708 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:16.708 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:04:16.805 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T15:04:16.805 INFO:teuthology.orchestra.run.smithi071.stdout: "size": 20, 2024-09-13T15:04:16.805 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 600, 2024-09-13T15:04:16.805 INFO:teuthology.orchestra.run.smithi071.stdout: "ops": [ 2024-09-13T15:04:16.805 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.805 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:183040 9.1 9:83fd7083:::benchmark_data_smithi071_298031_object71792:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1350)", 2024-09-13T15:04:16.806 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:01:36.372189+0000", 2024-09-13T15:04:16.806 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 160.427771382, 2024-09-13T15:04:16.806 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.5890248410000001, 2024-09-13T15:04:16.806 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:04:16.806 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:04:16.806 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T15:04:16.806 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:04:16.806 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:04:16.806 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:04:16.806 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 183040 2024-09-13T15:04:16.806 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.806 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:04:16.806 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.807 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:04:16.807 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.372189+0000", 2024-09-13T15:04:16.807 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:04:16.807 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.807 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.807 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:04:16.807 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.372189+0000", 2024-09-13T15:04:16.807 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:04:16.807 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.807 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.807 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:04:16.807 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.372191+0000", 2024-09-13T15:04:16.808 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.674e-06 2024-09-13T15:04:16.808 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.808 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.808 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:04:16.808 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.372197+0000", 2024-09-13T15:04:16.808 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.7919999999999998e-06 2024-09-13T15:04:16.808 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.808 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.808 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:04:16.808 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.372264+0000", 2024-09-13T15:04:16.808 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.7401000000000001e-05 2024-09-13T15:04:16.808 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.808 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.809 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:04:16.809 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.372272+0000", 2024-09-13T15:04:16.809 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.2549999999999997e-06 2024-09-13T15:04:16.809 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.809 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.809 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:04:16.809 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.372334+0000", 2024-09-13T15:04:16.809 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.1939000000000004e-05 2024-09-13T15:04:16.809 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.809 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.809 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:04:16.809 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.372478+0000", 2024-09-13T15:04:16.810 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000143399 2024-09-13T15:04:16.810 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.810 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.810 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 3,4,7", 2024-09-13T15:04:16.810 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.373016+0000", 2024-09-13T15:04:16.810 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00053833600000000004 2024-09-13T15:04:16.810 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.810 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.810 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:04:16.810 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.380709+0000", 2024-09-13T15:04:16.810 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0076935689999999999 2024-09-13T15:04:16.810 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.810 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.811 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:04:16.811 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.380721+0000", 2024-09-13T15:04:16.811 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1934e-05 2024-09-13T15:04:16.811 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.811 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.811 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:04:16.811 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.956010+0000", 2024-09-13T15:04:16.811 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.5752885569999999 2024-09-13T15:04:16.811 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.811 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.811 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for missing object", 2024-09-13T15:04:16.811 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.956130+0000", 2024-09-13T15:04:16.811 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00011958100000000001 2024-09-13T15:04:16.812 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.812 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.812 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:04:16.812 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.961161+0000", 2024-09-13T15:04:16.812 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.005031481 2024-09-13T15:04:16.812 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.812 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.812 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:04:16.812 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.961214+0000", 2024-09-13T15:04:16.812 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.2923000000000001e-05 2024-09-13T15:04:16.812 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:04:16.812 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:04:16.813 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:04:16.813 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.813 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.813 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:183147 9.1 9:86d6b48f:::benchmark_data_smithi071_298031_object71899:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1351)", 2024-09-13T15:04:16.813 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:01:36.463434+0000", 2024-09-13T15:04:16.813 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 160.33652694899999, 2024-09-13T15:04:16.813 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4980257029999999, 2024-09-13T15:04:16.813 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:04:16.813 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:04:16.813 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:04:16.813 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:04:16.813 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:04:16.813 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:04:16.813 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 183147 2024-09-13T15:04:16.814 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.814 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:04:16.814 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.814 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:04:16.814 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.463434+0000", 2024-09-13T15:04:16.814 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:04:16.814 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.814 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.814 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:04:16.814 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.463434+0000", 2024-09-13T15:04:16.814 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:04:16.814 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.814 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.815 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:04:16.815 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.463435+0000", 2024-09-13T15:04:16.815 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.6440000000000001e-06 2024-09-13T15:04:16.815 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.815 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.815 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:04:16.815 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.463441+0000", 2024-09-13T15:04:16.815 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.3800000000000002e-06 2024-09-13T15:04:16.815 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.815 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.815 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:04:16.815 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.463454+0000", 2024-09-13T15:04:16.815 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.3015e-05 2024-09-13T15:04:16.815 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.816 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.816 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:04:16.816 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.463461+0000", 2024-09-13T15:04:16.816 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.576e-06 2024-09-13T15:04:16.816 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.816 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.816 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:04:16.816 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.463534+0000", 2024-09-13T15:04:16.816 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.2384000000000004e-05 2024-09-13T15:04:16.816 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.816 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.816 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:04:16.817 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.463543+0000", 2024-09-13T15:04:16.817 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.8330000000000006e-06 2024-09-13T15:04:16.817 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.817 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.817 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:04:16.817 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.956346+0000", 2024-09-13T15:04:16.817 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.492802137 2024-09-13T15:04:16.817 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.817 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.817 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:04:16.817 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.956428+0000", 2024-09-13T15:04:16.817 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.2875999999999997e-05 2024-09-13T15:04:16.817 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.818 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.818 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 3,4,7", 2024-09-13T15:04:16.818 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.956685+0000", 2024-09-13T15:04:16.818 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00025622699999999998 2024-09-13T15:04:16.818 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.818 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.818 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:04:16.818 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.960739+0000", 2024-09-13T15:04:16.818 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0040547320000000001 2024-09-13T15:04:16.818 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.818 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.818 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:04:16.818 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.960892+0000", 2024-09-13T15:04:16.819 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000152879 2024-09-13T15:04:16.819 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.819 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.819 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:04:16.819 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.961284+0000", 2024-09-13T15:04:16.819 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00039201399999999999 2024-09-13T15:04:16.819 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.819 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.819 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:04:16.819 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.961316+0000", 2024-09-13T15:04:16.819 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.2097000000000001e-05 2024-09-13T15:04:16.819 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.819 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.820 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:04:16.820 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.961349+0000", 2024-09-13T15:04:16.820 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.2487999999999998e-05 2024-09-13T15:04:16.820 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.820 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.820 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:04:16.820 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.961459+0000", 2024-09-13T15:04:16.820 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00011042100000000001 2024-09-13T15:04:16.820 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:04:16.820 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:04:16.820 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:04:16.820 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.820 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.821 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:183157 9.1 9:8036f746:::benchmark_data_smithi071_298031_object71909:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1351)", 2024-09-13T15:04:16.821 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:01:36.470597+0000", 2024-09-13T15:04:16.821 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 160.329363532, 2024-09-13T15:04:16.821 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4911984999999999, 2024-09-13T15:04:16.821 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:04:16.821 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:04:16.821 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:04:16.821 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:04:16.821 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:04:16.821 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:04:16.821 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 183157 2024-09-13T15:04:16.821 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.821 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:04:16.822 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.822 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:04:16.822 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.470597+0000", 2024-09-13T15:04:16.822 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:04:16.822 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.822 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.822 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:04:16.822 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.470597+0000", 2024-09-13T15:04:16.822 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:04:16.822 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.822 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.822 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:04:16.823 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.470598+0000", 2024-09-13T15:04:16.823 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4699999999999999e-06 2024-09-13T15:04:16.823 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.823 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.823 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:04:16.823 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.470603+0000", 2024-09-13T15:04:16.823 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.0910000000000003e-06 2024-09-13T15:04:16.823 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.823 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.823 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:04:16.823 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.470710+0000", 2024-09-13T15:04:16.823 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00010726900000000001 2024-09-13T15:04:16.823 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.823 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.824 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:04:16.824 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.470717+0000", 2024-09-13T15:04:16.824 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.2309999999999999e-06 2024-09-13T15:04:16.824 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.824 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.824 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:04:16.824 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.470770+0000", 2024-09-13T15:04:16.824 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.3195999999999997e-05 2024-09-13T15:04:16.824 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.824 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.824 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:04:16.824 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.470779+0000", 2024-09-13T15:04:16.824 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.3250000000000008e-06 2024-09-13T15:04:16.824 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.825 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.825 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:04:16.825 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.958152+0000", 2024-09-13T15:04:16.825 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.487373289 2024-09-13T15:04:16.825 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.825 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.825 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:04:16.825 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.958273+0000", 2024-09-13T15:04:16.825 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012142399999999999 2024-09-13T15:04:16.825 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.825 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.825 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 3,4,7", 2024-09-13T15:04:16.825 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.958501+0000", 2024-09-13T15:04:16.826 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000227443 2024-09-13T15:04:16.826 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.826 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.826 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:04:16.826 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.960900+0000", 2024-09-13T15:04:16.826 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0023995169999999999 2024-09-13T15:04:16.826 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.826 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.826 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:04:16.826 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.960937+0000", 2024-09-13T15:04:16.826 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.6777999999999999e-05 2024-09-13T15:04:16.826 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.826 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.827 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:04:16.827 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.961512+0000", 2024-09-13T15:04:16.827 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00057503899999999995 2024-09-13T15:04:16.827 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.827 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.827 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:04:16.827 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.961602+0000", 2024-09-13T15:04:16.827 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.0105999999999994e-05 2024-09-13T15:04:16.827 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.827 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.827 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:04:16.827 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.961664+0000", 2024-09-13T15:04:16.827 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.2254000000000004e-05 2024-09-13T15:04:16.827 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.828 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.828 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:04:16.828 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.961795+0000", 2024-09-13T15:04:16.828 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000131068 2024-09-13T15:04:16.828 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:04:16.828 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:04:16.828 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:04:16.828 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.828 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.828 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:183187 9.1 9:873d85a2:::benchmark_data_smithi071_298031_object71939:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1351)", 2024-09-13T15:04:16.828 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:01:36.493792+0000", 2024-09-13T15:04:16.828 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 160.30616835800001, 2024-09-13T15:04:16.828 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4681918039999999, 2024-09-13T15:04:16.828 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:04:16.829 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:04:16.829 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:04:16.829 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:04:16.829 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:04:16.829 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:04:16.829 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 183187 2024-09-13T15:04:16.829 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.829 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:04:16.829 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.829 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:04:16.829 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.493792+0000", 2024-09-13T15:04:16.829 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:04:16.829 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.830 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.830 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:04:16.830 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.493792+0000", 2024-09-13T15:04:16.830 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:04:16.830 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.830 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.830 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:04:16.830 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.493794+0000", 2024-09-13T15:04:16.830 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.5370000000000001e-06 2024-09-13T15:04:16.830 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.830 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.830 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:04:16.830 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.493798+0000", 2024-09-13T15:04:16.830 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.7899999999999999e-06 2024-09-13T15:04:16.831 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.831 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.831 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:04:16.831 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.493811+0000", 2024-09-13T15:04:16.831 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2183e-05 2024-09-13T15:04:16.831 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.831 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.831 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:04:16.831 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.493817+0000", 2024-09-13T15:04:16.831 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.7299999999999999e-06 2024-09-13T15:04:16.831 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.831 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.831 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:04:16.831 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.494496+0000", 2024-09-13T15:04:16.832 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00067896000000000005 2024-09-13T15:04:16.832 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.832 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.832 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:04:16.832 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.494505+0000", 2024-09-13T15:04:16.832 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.7579999999999998e-06 2024-09-13T15:04:16.832 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.832 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.832 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:04:16.832 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.959539+0000", 2024-09-13T15:04:16.832 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4650342629999999 2024-09-13T15:04:16.832 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.833 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.833 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:04:16.833 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.959630+0000", 2024-09-13T15:04:16.833 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.0778000000000004e-05 2024-09-13T15:04:16.833 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.833 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.833 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 3,4,7", 2024-09-13T15:04:16.833 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.959826+0000", 2024-09-13T15:04:16.833 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000195393 2024-09-13T15:04:16.833 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.833 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.833 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:04:16.833 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.961133+0000", 2024-09-13T15:04:16.834 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.001306974 2024-09-13T15:04:16.834 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.834 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.834 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:04:16.834 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.961246+0000", 2024-09-13T15:04:16.834 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00011361099999999999 2024-09-13T15:04:16.834 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.834 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.834 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:04:16.834 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:04:16.835 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.961555+0000", 2024-09-13T15:04:16.836 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00030931099999999999 2024-09-13T15:04:16.836 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.836 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.836 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:04:16.836 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.961832+0000", 2024-09-13T15:04:16.836 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000276896 2024-09-13T15:04:16.836 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.836 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.836 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:04:16.836 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.961874+0000", 2024-09-13T15:04:16.836 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.1341000000000003e-05 2024-09-13T15:04:16.836 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.837 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.837 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:04:16.837 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.961984+0000", 2024-09-13T15:04:16.837 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00011027900000000001 2024-09-13T15:04:16.837 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:04:16.837 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:04:16.837 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:04:16.837 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.837 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.837 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:183191 9.1 9:85163266:::benchmark_data_smithi071_298031_object71943:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1351)", 2024-09-13T15:04:16.837 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:01:36.496616+0000", 2024-09-13T15:04:16.837 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 160.30334456, 2024-09-13T15:04:16.837 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4712215319999999, 2024-09-13T15:04:16.838 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:04:16.838 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:04:16.838 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:04:16.838 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:04:16.838 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:04:16.838 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:04:16.838 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 183191 2024-09-13T15:04:16.838 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.838 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:04:16.838 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.838 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:04:16.838 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.496616+0000", 2024-09-13T15:04:16.839 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:04:16.839 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.839 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.839 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:04:16.839 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.496616+0000", 2024-09-13T15:04:16.839 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:04:16.839 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.839 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.839 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:04:16.839 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.496617+0000", 2024-09-13T15:04:16.839 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2500000000000001e-06 2024-09-13T15:04:16.839 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.839 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.839 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:04:16.840 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.496622+0000", 2024-09-13T15:04:16.840 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.3250000000000001e-06 2024-09-13T15:04:16.840 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.840 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.840 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:04:16.840 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.496633+0000", 2024-09-13T15:04:16.840 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1394e-05 2024-09-13T15:04:16.840 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.840 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.840 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:04:16.840 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.496640+0000", 2024-09-13T15:04:16.840 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.6800000000000004e-06 2024-09-13T15:04:16.840 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.841 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.841 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:04:16.841 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.496719+0000", 2024-09-13T15:04:16.841 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.9005000000000007e-05 2024-09-13T15:04:16.841 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.841 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.841 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:04:16.841 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.496726+0000", 2024-09-13T15:04:16.841 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.8900000000000007e-06 2024-09-13T15:04:16.841 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.841 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.841 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:04:16.841 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.962036+0000", 2024-09-13T15:04:16.842 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.465309687 2024-09-13T15:04:16.842 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.842 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.842 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:04:16.842 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.962118+0000", 2024-09-13T15:04:16.842 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.14e-05 2024-09-13T15:04:16.842 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.842 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.842 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 3,4,7", 2024-09-13T15:04:16.842 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.962318+0000", 2024-09-13T15:04:16.842 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000200779 2024-09-13T15:04:16.842 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.842 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.842 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:04:16.843 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.967440+0000", 2024-09-13T15:04:16.843 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0051215999999999996 2024-09-13T15:04:16.843 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.843 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.843 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:04:16.843 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.967523+0000", 2024-09-13T15:04:16.843 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.2878000000000002e-05 2024-09-13T15:04:16.843 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.843 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.843 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:04:16.843 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.967536+0000", 2024-09-13T15:04:16.843 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2804e-05 2024-09-13T15:04:16.844 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.844 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.844 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:04:16.844 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.967660+0000", 2024-09-13T15:04:16.844 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012426599999999999 2024-09-13T15:04:16.844 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.844 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.844 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:04:16.844 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.967713+0000", 2024-09-13T15:04:16.845 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.2998999999999999e-05 2024-09-13T15:04:16.845 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.845 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.845 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:04:16.845 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.967837+0000", 2024-09-13T15:04:16.845 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012457500000000001 2024-09-13T15:04:16.845 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:04:16.845 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:04:16.845 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:04:16.845 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.846 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.846 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:183200 9.1 9:877a87be:::benchmark_data_smithi071_298031_object71952:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1351)", 2024-09-13T15:04:16.846 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:01:36.502603+0000", 2024-09-13T15:04:16.846 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 160.297357361, 2024-09-13T15:04:16.846 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4655417319999999, 2024-09-13T15:04:16.846 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:04:16.846 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:04:16.846 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:04:16.846 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:04:16.846 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:04:16.846 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:04:16.846 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 183200 2024-09-13T15:04:16.846 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.847 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:04:16.847 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.847 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:04:16.847 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.502603+0000", 2024-09-13T15:04:16.847 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:04:16.847 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.847 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.847 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:04:16.847 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.502603+0000", 2024-09-13T15:04:16.847 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:04:16.847 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.847 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.848 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:04:16.848 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.502605+0000", 2024-09-13T15:04:16.848 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4360000000000001e-06 2024-09-13T15:04:16.848 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.848 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.848 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:04:16.848 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.502626+0000", 2024-09-13T15:04:16.848 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.1379999999999999e-05 2024-09-13T15:04:16.848 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.848 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.848 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:04:16.848 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.502636+0000", 2024-09-13T15:04:16.848 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.8139999999999995e-06 2024-09-13T15:04:16.848 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.849 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.849 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:04:16.849 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.502643+0000", 2024-09-13T15:04:16.849 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.7789999999999998e-06 2024-09-13T15:04:16.849 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.849 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.849 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:04:16.849 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.502804+0000", 2024-09-13T15:04:16.849 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00016108299999999999 2024-09-13T15:04:16.849 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.849 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.849 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:04:16.849 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.502811+0000", 2024-09-13T15:04:16.850 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.4619999999999999e-06 2024-09-13T15:04:16.850 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.850 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.850 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:04:16.850 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.963543+0000", 2024-09-13T15:04:16.850 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4607319560000001 2024-09-13T15:04:16.850 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.850 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.850 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:04:16.850 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.963652+0000", 2024-09-13T15:04:16.850 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000108547 2024-09-13T15:04:16.850 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.850 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.851 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 3,4,7", 2024-09-13T15:04:16.851 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.963923+0000", 2024-09-13T15:04:16.851 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000271869 2024-09-13T15:04:16.851 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.851 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.851 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:04:16.851 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.967540+0000", 2024-09-13T15:04:16.851 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.003616256 2024-09-13T15:04:16.851 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.851 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.851 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:04:16.851 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.967595+0000", 2024-09-13T15:04:16.851 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.5415999999999999e-05 2024-09-13T15:04:16.852 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.852 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.852 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:04:16.852 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.967914+0000", 2024-09-13T15:04:16.852 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00031877899999999999 2024-09-13T15:04:16.852 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.852 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.852 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:04:16.852 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.967969+0000", 2024-09-13T15:04:16.852 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.4604000000000001e-05 2024-09-13T15:04:16.852 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.852 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.852 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:04:16.853 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.968028+0000", 2024-09-13T15:04:16.853 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.9794999999999999e-05 2024-09-13T15:04:16.853 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.853 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.853 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:04:16.853 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.968145+0000", 2024-09-13T15:04:16.853 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000116556 2024-09-13T15:04:16.853 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:04:16.853 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:04:16.853 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:04:16.853 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.853 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.853 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:219937 9.12 9:487383c0:::benchmark_data_smithi071_298031_object108689:head [delete] snapc 0=[] RETRY=1 ondisk+retry+write+known_if_redirected+supports_pool_eio e1376)", 2024-09-13T15:04:16.854 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:02:20.319350+0000", 2024-09-13T15:04:16.854 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 116.480610021, 2024-09-13T15:04:16.854 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.463864944, 2024-09-13T15:04:16.854 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:04:16.854 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:04:16.854 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:04:16.854 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:04:16.854 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:04:16.854 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:04:16.854 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 219937 2024-09-13T15:04:16.854 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.854 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:04:16.854 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.855 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:04:16.855 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319350+0000", 2024-09-13T15:04:16.855 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:04:16.855 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.855 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.855 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:04:16.855 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319350+0000", 2024-09-13T15:04:16.855 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:04:16.855 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.855 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.855 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:04:16.855 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319351+0000", 2024-09-13T15:04:16.855 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.4900000000000001e-07 2024-09-13T15:04:16.856 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.856 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.856 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:04:16.856 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319352+0000", 2024-09-13T15:04:16.856 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.542e-06 2024-09-13T15:04:16.856 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.856 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.856 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:04:16.856 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319358+0000", 2024-09-13T15:04:16.856 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.8810000000000001e-06 2024-09-13T15:04:16.856 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.856 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.856 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:04:16.857 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319363+0000", 2024-09-13T15:04:16.857 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.5700000000000003e-06 2024-09-13T15:04:16.857 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.857 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.857 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:04:16.857 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319910+0000", 2024-09-13T15:04:16.857 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00054683100000000001 2024-09-13T15:04:16.857 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.857 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.857 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:04:16.857 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319915+0000", 2024-09-13T15:04:16.857 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.6500000000000001e-06 2024-09-13T15:04:16.857 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.858 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.858 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:04:16.858 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.772214+0000", 2024-09-13T15:04:16.858 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4522986950000001 2024-09-13T15:04:16.858 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.858 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.858 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:04:16.858 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.772347+0000", 2024-09-13T15:04:16.858 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013311599999999999 2024-09-13T15:04:16.858 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.858 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.858 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 0,2,5,7", 2024-09-13T15:04:16.858 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.772969+0000", 2024-09-13T15:04:16.859 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00062227799999999998 2024-09-13T15:04:16.859 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.859 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.859 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:04:16.859 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.775942+0000", 2024-09-13T15:04:16.859 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0029730189999999999 2024-09-13T15:04:16.859 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.859 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.859 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:04:16.859 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.775980+0000", 2024-09-13T15:04:16.859 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.8025000000000003e-05 2024-09-13T15:04:16.859 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.859 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.859 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:04:16.860 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.776028+0000", 2024-09-13T15:04:16.860 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.7098000000000002e-05 2024-09-13T15:04:16.860 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.860 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.860 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:04:16.860 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.782878+0000", 2024-09-13T15:04:16.860 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0068507459999999996 2024-09-13T15:04:16.860 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.860 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.860 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:04:16.860 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.783013+0000", 2024-09-13T15:04:16.860 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013499700000000001 2024-09-13T15:04:16.860 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.861 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.861 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:04:16.861 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.783078+0000", 2024-09-13T15:04:16.861 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.4648999999999997e-05 2024-09-13T15:04:16.861 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.861 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.861 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:04:16.861 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.783215+0000", 2024-09-13T15:04:16.861 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000137498 2024-09-13T15:04:16.861 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:04:16.861 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:04:16.861 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:04:16.861 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.861 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.862 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:219947 9.12 9:4f3a3654:::benchmark_data_smithi071_298031_object108699:head [delete] snapc 0=[] RETRY=1 ondisk+retry+write+known_if_redirected+supports_pool_eio e1376)", 2024-09-13T15:04:16.862 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:02:20.319369+0000", 2024-09-13T15:04:16.862 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 116.480591425, 2024-09-13T15:04:16.862 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.464233074, 2024-09-13T15:04:16.862 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:04:16.862 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:04:16.862 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:04:16.862 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:04:16.862 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:04:16.862 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:04:16.862 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 219947 2024-09-13T15:04:16.862 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.862 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:04:16.863 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.863 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:04:16.863 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319369+0000", 2024-09-13T15:04:16.863 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:04:16.863 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.863 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.863 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:04:16.863 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319369+0000", 2024-09-13T15:04:16.863 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:04:16.863 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.863 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.863 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:04:16.863 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319369+0000", 2024-09-13T15:04:16.863 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.0899999999999997e-07 2024-09-13T15:04:16.863 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.864 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.864 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:04:16.864 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319371+0000", 2024-09-13T15:04:16.864 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.685e-06 2024-09-13T15:04:16.864 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.864 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.864 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:04:16.864 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319377+0000", 2024-09-13T15:04:16.864 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.6500000000000001e-06 2024-09-13T15:04:16.864 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.864 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.864 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:04:16.864 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319381+0000", 2024-09-13T15:04:16.865 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.6630000000000001e-06 2024-09-13T15:04:16.865 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.865 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.865 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:04:16.865 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319942+0000", 2024-09-13T15:04:16.865 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:04:16.866 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00056057199999999996 2024-09-13T15:04:16.866 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.866 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.866 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:04:16.866 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319948+0000", 2024-09-13T15:04:16.867 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.5200000000000003e-06 2024-09-13T15:04:16.867 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.867 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.867 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:04:16.867 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.776062+0000", 2024-09-13T15:04:16.867 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.456113132 2024-09-13T15:04:16.867 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.867 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.867 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:04:16.867 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.776199+0000", 2024-09-13T15:04:16.867 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013702000000000001 2024-09-13T15:04:16.867 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.867 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.868 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 0,2,5,7", 2024-09-13T15:04:16.868 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.776616+0000", 2024-09-13T15:04:16.868 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00041785200000000002 2024-09-13T15:04:16.868 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.868 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.868 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:04:16.868 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.782929+0000", 2024-09-13T15:04:16.868 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0063128220000000001 2024-09-13T15:04:16.868 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.868 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.868 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:04:16.868 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.782972+0000", 2024-09-13T15:04:16.868 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.2230000000000001e-05 2024-09-13T15:04:16.869 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.869 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.869 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:04:16.869 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.783285+0000", 2024-09-13T15:04:16.869 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00031322099999999997 2024-09-13T15:04:16.869 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.869 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.869 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:04:16.869 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.783367+0000", 2024-09-13T15:04:16.869 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.2198000000000001e-05 2024-09-13T15:04:16.869 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.869 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.869 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:04:16.869 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.783407+0000", 2024-09-13T15:04:16.870 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.0151999999999998e-05 2024-09-13T15:04:16.870 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.870 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.870 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:04:16.870 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.783475+0000", 2024-09-13T15:04:16.870 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.7668000000000003e-05 2024-09-13T15:04:16.870 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.870 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.870 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:04:16.870 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.783602+0000", 2024-09-13T15:04:16.870 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012737999999999999 2024-09-13T15:04:16.870 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:04:16.870 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:04:16.871 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:04:16.871 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.871 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.871 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:219993 9.12 9:4e3260f9:::benchmark_data_smithi071_298031_object108745:head [delete] snapc 0=[] RETRY=1 ondisk+retry+write+known_if_redirected+supports_pool_eio e1376)", 2024-09-13T15:04:16.871 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:02:20.319386+0000", 2024-09-13T15:04:16.871 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 116.480574116, 2024-09-13T15:04:16.871 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.464480134, 2024-09-13T15:04:16.871 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:04:16.871 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:04:16.871 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:04:16.871 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:04:16.871 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:04:16.871 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:04:16.871 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 219993 2024-09-13T15:04:16.872 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.872 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:04:16.872 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.872 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:04:16.872 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319386+0000", 2024-09-13T15:04:16.872 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:04:16.872 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.872 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.872 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:04:16.872 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319386+0000", 2024-09-13T15:04:16.872 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:04:16.873 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.873 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.873 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:04:16.873 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319387+0000", 2024-09-13T15:04:16.873 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.7e-07 2024-09-13T15:04:16.873 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.873 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.873 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:04:16.873 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319388+0000", 2024-09-13T15:04:16.873 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.6530000000000001e-06 2024-09-13T15:04:16.873 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.873 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.873 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:04:16.873 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319394+0000", 2024-09-13T15:04:16.874 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.7620000000000001e-06 2024-09-13T15:04:16.874 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.874 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.874 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:04:16.874 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319400+0000", 2024-09-13T15:04:16.874 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.3229999999999997e-06 2024-09-13T15:04:16.874 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.874 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.874 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:04:16.874 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319973+0000", 2024-09-13T15:04:16.874 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00057318699999999996 2024-09-13T15:04:16.874 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.874 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.875 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:04:16.875 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319976+0000", 2024-09-13T15:04:16.875 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.4120000000000001e-06 2024-09-13T15:04:16.875 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.875 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.875 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:04:16.875 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.779366+0000", 2024-09-13T15:04:16.875 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.459390046 2024-09-13T15:04:16.875 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.875 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.875 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:04:16.875 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.779470+0000", 2024-09-13T15:04:16.875 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000103704 2024-09-13T15:04:16.875 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.876 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.876 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 0,2,5,7", 2024-09-13T15:04:16.876 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.779785+0000", 2024-09-13T15:04:16.876 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00031533700000000001 2024-09-13T15:04:16.876 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.876 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.876 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:04:16.876 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.783270+0000", 2024-09-13T15:04:16.876 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0034846199999999999 2024-09-13T15:04:16.876 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.876 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.876 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:04:16.876 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.783320+0000", 2024-09-13T15:04:16.876 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.0192999999999999e-05 2024-09-13T15:04:16.877 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.877 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.877 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:04:16.877 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.783333+0000", 2024-09-13T15:04:16.877 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2584e-05 2024-09-13T15:04:16.877 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.877 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.877 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:04:16.877 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.783646+0000", 2024-09-13T15:04:16.877 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000313474 2024-09-13T15:04:16.877 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.877 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.877 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:04:16.878 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.783693+0000", 2024-09-13T15:04:16.878 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.6894999999999997e-05 2024-09-13T15:04:16.878 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.878 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.878 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:04:16.878 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.783763+0000", 2024-09-13T15:04:16.878 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.9591000000000005e-05 2024-09-13T15:04:16.878 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.878 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.878 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:04:16.878 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.783867+0000", 2024-09-13T15:04:16.878 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000103983 2024-09-13T15:04:16.878 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:04:16.878 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:04:16.879 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:04:16.879 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.879 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.879 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:220026 9.12 9:4bee470c:::benchmark_data_smithi071_298031_object108778:head [delete] snapc 0=[] RETRY=1 ondisk+retry+write+known_if_redirected+supports_pool_eio e1376)", 2024-09-13T15:04:16.879 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:02:20.319405+0000", 2024-09-13T15:04:16.879 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 116.480555999, 2024-09-13T15:04:16.879 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4757778779999999, 2024-09-13T15:04:16.879 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:04:16.879 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:04:16.879 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:04:16.879 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:04:16.879 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:04:16.879 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:04:16.879 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 220026 2024-09-13T15:04:16.880 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.880 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:04:16.880 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.880 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:04:16.880 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319405+0000", 2024-09-13T15:04:16.880 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:04:16.880 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.880 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.880 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:04:16.880 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319405+0000", 2024-09-13T15:04:16.880 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:04:16.880 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.881 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.881 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:04:16.881 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319405+0000", 2024-09-13T15:04:16.881 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.3700000000000001e-07 2024-09-13T15:04:16.881 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.881 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.881 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:04:16.881 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319407+0000", 2024-09-13T15:04:16.881 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.683e-06 2024-09-13T15:04:16.881 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.881 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.881 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:04:16.881 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319412+0000", 2024-09-13T15:04:16.882 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.558e-06 2024-09-13T15:04:16.882 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.882 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.882 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:04:16.882 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319417+0000", 2024-09-13T15:04:16.882 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.7010000000000004e-06 2024-09-13T15:04:16.882 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.882 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.882 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:04:16.882 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319999+0000", 2024-09-13T15:04:16.882 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00058270200000000005 2024-09-13T15:04:16.882 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.882 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.882 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:04:16.883 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.320003+0000", 2024-09-13T15:04:16.883 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.2399999999999999e-06 2024-09-13T15:04:16.883 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.883 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.883 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:04:16.883 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.783900+0000", 2024-09-13T15:04:16.883 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.463897453 2024-09-13T15:04:16.883 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.883 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.883 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:04:16.883 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.784010+0000", 2024-09-13T15:04:16.883 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000109959 2024-09-13T15:04:16.883 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.884 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.884 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 0,2,5,7", 2024-09-13T15:04:16.884 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.784507+0000", 2024-09-13T15:04:16.884 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00049657399999999995 2024-09-13T15:04:16.884 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.884 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.884 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:04:16.884 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.791217+0000", 2024-09-13T15:04:16.884 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0067102810000000002 2024-09-13T15:04:16.884 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.884 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.884 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:04:16.884 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.791265+0000", 2024-09-13T15:04:16.884 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.7754999999999999e-05 2024-09-13T15:04:16.885 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.885 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.885 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:04:16.885 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.794650+0000", 2024-09-13T15:04:16.885 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0033848300000000001 2024-09-13T15:04:16.885 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.885 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.885 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:04:16.885 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.794706+0000", 2024-09-13T15:04:16.885 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.6793000000000003e-05 2024-09-13T15:04:16.885 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.885 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.885 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:04:16.886 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.794786+0000", 2024-09-13T15:04:16.886 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.9197999999999996e-05 2024-09-13T15:04:16.886 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.886 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.886 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:04:16.886 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.795024+0000", 2024-09-13T15:04:16.886 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00023875 2024-09-13T15:04:16.886 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.887 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.887 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:04:16.887 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.795182+0000", 2024-09-13T15:04:16.887 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000158064 2024-09-13T15:04:16.887 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:04:16.887 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:04:16.887 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:04:16.887 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.887 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.887 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:220070 9.12 9:4abdaaa2:::benchmark_data_smithi071_298031_object108822:head [delete] snapc 0=[] RETRY=1 ondisk+retry+write+known_if_redirected+supports_pool_eio e1376)", 2024-09-13T15:04:16.887 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:02:20.319422+0000", 2024-09-13T15:04:16.888 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 116.480538659, 2024-09-13T15:04:16.888 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.485127155, 2024-09-13T15:04:16.888 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:04:16.888 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:04:16.888 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:04:16.888 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:04:16.888 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:04:16.888 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:04:16.888 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 220070 2024-09-13T15:04:16.888 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.888 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:04:16.888 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.888 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:04:16.889 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319422+0000", 2024-09-13T15:04:16.889 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:04:16.889 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.889 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.889 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:04:16.889 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319422+0000", 2024-09-13T15:04:16.889 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:04:16.889 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.889 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.889 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:04:16.889 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319422+0000", 2024-09-13T15:04:16.889 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.3000000000000002e-07 2024-09-13T15:04:16.889 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.889 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.890 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:04:16.890 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319424+0000", 2024-09-13T15:04:16.890 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.542e-06 2024-09-13T15:04:16.890 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.890 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.890 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:04:16.890 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319429+0000", 2024-09-13T15:04:16.890 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.5169999999999999e-06 2024-09-13T15:04:16.890 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.890 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.890 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:04:16.890 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319434+0000", 2024-09-13T15:04:16.890 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.0300000000000001e-06 2024-09-13T15:04:16.891 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.891 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.891 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:04:16.891 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.320025+0000", 2024-09-13T15:04:16.891 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00059054099999999998 2024-09-13T15:04:16.891 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.891 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.891 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:04:16.891 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.320028+0000", 2024-09-13T15:04:16.891 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.3390000000000001e-06 2024-09-13T15:04:16.891 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.891 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.891 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:04:16.891 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.787417+0000", 2024-09-13T15:04:16.892 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4673887699999999 2024-09-13T15:04:16.892 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.892 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.892 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:04:16.892 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.787548+0000", 2024-09-13T15:04:16.892 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000130665 2024-09-13T15:04:16.892 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.892 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.892 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 0,2,5,7", 2024-09-13T15:04:16.892 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.787935+0000", 2024-09-13T15:04:16.892 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00038745099999999997 2024-09-13T15:04:16.892 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.892 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.892 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:04:16.893 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.791385+0000", 2024-09-13T15:04:16.893 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0034494730000000002 2024-09-13T15:04:16.893 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.893 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.893 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:04:16.893 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.794656+0000", 2024-09-13T15:04:16.893 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.003271183 2024-09-13T15:04:16.893 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.893 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.893 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:04:16.893 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.795233+0000", 2024-09-13T15:04:16.893 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00057775600000000002 2024-09-13T15:04:16.893 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.893 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.894 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:04:16.894 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.795271+0000", 2024-09-13T15:04:16.894 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.7846000000000003e-05 2024-09-13T15:04:16.894 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.894 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.894 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:04:16.894 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.804335+0000", 2024-09-13T15:04:16.894 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0090635909999999993 2024-09-13T15:04:16.894 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.894 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.894 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:04:16.894 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.804401+0000", 2024-09-13T15:04:16.894 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.6223999999999995e-05 2024-09-13T15:04:16.894 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.895 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.895 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:04:16.895 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.804549+0000", 2024-09-13T15:04:16.895 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000147897 2024-09-13T15:04:16.895 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:04:16.895 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:04:16.895 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:04:16.895 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.895 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.895 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:220086 9.12 9:49ca3fe4:::benchmark_data_smithi071_298031_object108838:head [delete] snapc 0=[] RETRY=1 ondisk+retry+write+known_if_redirected+supports_pool_eio e1376)", 2024-09-13T15:04:16.895 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:02:20.319439+0000", 2024-09-13T15:04:16.895 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 116.480521139, 2024-09-13T15:04:16.895 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.485403386, 2024-09-13T15:04:16.896 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:04:16.896 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:04:16.896 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:04:16.896 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:04:16.896 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:04:16.896 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:04:16.896 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 220086 2024-09-13T15:04:16.896 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.896 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:04:16.896 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.896 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:04:16.896 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319439+0000", 2024-09-13T15:04:16.896 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:04:16.897 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.897 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.897 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:04:16.897 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319439+0000", 2024-09-13T15:04:16.897 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:04:16.897 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.897 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.897 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:04:16.897 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319440+0000", 2024-09-13T15:04:16.897 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.5199999999999998e-07 2024-09-13T15:04:16.897 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.897 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.897 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:04:16.897 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319445+0000", 2024-09-13T15:04:16.898 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.13e-06 2024-09-13T15:04:16.898 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.898 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.898 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:04:16.898 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319451+0000", 2024-09-13T15:04:16.898 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.1240000000000002e-06 2024-09-13T15:04:16.898 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.898 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.898 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:04:16.898 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319456+0000", 2024-09-13T15:04:16.898 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.8060000000000002e-06 2024-09-13T15:04:16.898 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.898 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.898 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:04:16.899 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.320049+0000", 2024-09-13T15:04:16.899 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00059353699999999999 2024-09-13T15:04:16.899 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.899 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.899 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:04:16.899 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.320053+0000", 2024-09-13T15:04:16.899 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.2270000000000002e-06 2024-09-13T15:04:16.899 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.899 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.899 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:04:16.899 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.791447+0000", 2024-09-13T15:04:16.899 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4713945660000001 2024-09-13T15:04:16.899 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.899 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.900 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:04:16.900 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.791571+0000", 2024-09-13T15:04:16.900 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012371300000000001 2024-09-13T15:04:16.900 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.900 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.900 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 0,2,5,7", 2024-09-13T15:04:16.900 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.791964+0000", 2024-09-13T15:04:16.900 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00039364499999999998 2024-09-13T15:04:16.900 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.900 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.900 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:04:16.900 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.795196+0000", 2024-09-13T15:04:16.900 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0032315320000000001 2024-09-13T15:04:16.901 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.901 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.901 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:04:16.901 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.795311+0000", 2024-09-13T15:04:16.901 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000115424 2024-09-13T15:04:16.901 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.901 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.901 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:04:16.901 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.795354+0000", 2024-09-13T15:04:16.901 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.2614000000000002e-05 2024-09-13T15:04:16.901 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.901 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.901 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:04:16.901 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.804608+0000", 2024-09-13T15:04:16.902 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0092538870000000006 2024-09-13T15:04:16.902 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.902 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.902 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:04:16.902 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.804654+0000", 2024-09-13T15:04:16.902 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.6171000000000002e-05 2024-09-13T15:04:16.902 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.902 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.902 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:04:16.902 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.804716+0000", 2024-09-13T15:04:16.902 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.2389000000000002e-05 2024-09-13T15:04:16.902 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.902 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.902 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:04:16.903 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.804843+0000", 2024-09-13T15:04:16.903 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012626900000000001 2024-09-13T15:04:16.903 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:04:16.903 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:04:16.903 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:04:16.903 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.903 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.903 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:220122 9.12 9:4932a81f:::benchmark_data_smithi071_298031_object108874:head [delete] snapc 0=[] RETRY=1 ondisk+retry+write+known_if_redirected+supports_pool_eio e1376)", 2024-09-13T15:04:16.903 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:02:20.319461+0000", 2024-09-13T15:04:16.903 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 116.48049929299999, 2024-09-13T15:04:16.903 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4899487739999999, 2024-09-13T15:04:16.903 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:04:16.903 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:04:16.903 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:04:16.904 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:04:16.904 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:04:16.904 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:04:16.904 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 220122 2024-09-13T15:04:16.904 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.904 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:04:16.904 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.904 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:04:16.904 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319461+0000", 2024-09-13T15:04:16.904 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:04:16.904 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.904 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.904 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:04:16.904 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319461+0000", 2024-09-13T15:04:16.905 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:04:16.905 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.905 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.905 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:04:16.905 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319462+0000", 2024-09-13T15:04:16.905 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.65e-07 2024-09-13T15:04:16.905 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.905 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.905 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:04:16.905 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319467+0000", 2024-09-13T15:04:16.905 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.57e-06 2024-09-13T15:04:16.905 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.905 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.905 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:04:16.906 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319473+0000", 2024-09-13T15:04:16.906 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.801e-06 2024-09-13T15:04:16.906 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.906 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.906 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:04:16.906 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319478+0000", 2024-09-13T15:04:16.906 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.6469999999999997e-06 2024-09-13T15:04:16.906 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.906 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.906 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:04:16.906 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.320074+0000", 2024-09-13T15:04:16.906 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00059619299999999996 2024-09-13T15:04:16.906 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.906 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.907 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:04:16.907 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.320077+0000", 2024-09-13T15:04:16.907 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.225e-06 2024-09-13T15:04:16.907 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.907 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.907 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:04:16.907 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.795384+0000", 2024-09-13T15:04:16.907 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.47530652 2024-09-13T15:04:16.907 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.907 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.907 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:04:16.907 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.795575+0000", 2024-09-13T15:04:16.907 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00019137099999999999 2024-09-13T15:04:16.907 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.908 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.908 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 0,2,5,7", 2024-09-13T15:04:16.908 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.795985+0000", 2024-09-13T15:04:16.908 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00041028000000000001 2024-09-13T15:04:16.908 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.908 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.908 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:04:16.908 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.804563+0000", 2024-09-13T15:04:16.908 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0085780100000000005 2024-09-13T15:04:16.908 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.908 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.908 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:04:16.908 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.804887+0000", 2024-09-13T15:04:16.908 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00032339700000000001 2024-09-13T15:04:16.909 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.909 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.909 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:16 smithi104 ceph-mon[105578]: pgmap v2197: 109 pgs: 1 active+remapped+backfilling, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 6.5 GiB data, 23 GiB used, 603 GiB / 626 GiB avail; 52 MiB/s wr, 825 op/s; 30814/319224 objects degraded (9.653%); 4458/319224 objects misplaced (1.397%); 8.2 MiB/s, 130 objects/s recovering 2024-09-13T15:04:16.910 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:04:16.910 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.805385+0000", 2024-09-13T15:04:16.910 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00049878699999999999 2024-09-13T15:04:16.911 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.911 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.911 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:04:16.911 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.807494+0000", 2024-09-13T15:04:16.911 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.002108169 2024-09-13T15:04:16.911 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.911 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.911 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:04:16.911 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.809168+0000", 2024-09-13T15:04:16.911 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.001673978 2024-09-13T15:04:16.911 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.911 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.911 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:04:16.911 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.809280+0000", 2024-09-13T15:04:16.912 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000112255 2024-09-13T15:04:16.912 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.912 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.912 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:04:16.912 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.809410+0000", 2024-09-13T15:04:16.912 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013020600000000001 2024-09-13T15:04:16.912 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:04:16.912 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:04:16.912 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:04:16.912 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.912 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.912 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:220154 9.12 9:4b0cd197:::benchmark_data_smithi071_298031_object108906:head [delete] snapc 0=[] RETRY=1 ondisk+retry+write+known_if_redirected+supports_pool_eio e1376)", 2024-09-13T15:04:16.912 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:02:20.319483+0000", 2024-09-13T15:04:16.913 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 116.48047794199999, 2024-09-13T15:04:16.913 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4902035819999999, 2024-09-13T15:04:16.913 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:04:16.913 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:04:16.913 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:04:16.913 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:04:16.913 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:04:16.913 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:04:16.913 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 220154 2024-09-13T15:04:16.913 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.913 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:04:16.913 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.913 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:04:16.913 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319483+0000", 2024-09-13T15:04:16.914 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:04:16.914 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.914 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.914 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:04:16.914 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319483+0000", 2024-09-13T15:04:16.914 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:04:16.914 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.914 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.914 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:04:16.914 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319483+0000", 2024-09-13T15:04:16.914 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.0499999999999999e-07 2024-09-13T15:04:16.914 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.914 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.915 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:04:16.915 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319484+0000", 2024-09-13T15:04:16.915 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.547e-06 2024-09-13T15:04:16.915 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.915 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.915 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:04:16.915 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319490+0000", 2024-09-13T15:04:16.915 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.0789999999999997e-06 2024-09-13T15:04:16.915 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.915 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.915 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:04:16.915 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319495+0000", 2024-09-13T15:04:16.915 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.5120000000000002e-06 2024-09-13T15:04:16.916 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.916 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.916 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:04:16.916 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.320098+0000", 2024-09-13T15:04:16.916 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00060252299999999999 2024-09-13T15:04:16.916 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.916 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.916 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:04:16.916 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.320101+0000", 2024-09-13T15:04:16.916 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.1990000000000002e-06 2024-09-13T15:04:16.916 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.916 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.916 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:04:16.916 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.798345+0000", 2024-09-13T15:04:16.917 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4782445879999999 2024-09-13T15:04:16.917 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.917 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.917 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:04:16.917 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.798477+0000", 2024-09-13T15:04:16.917 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013166999999999999 2024-09-13T15:04:16.917 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.917 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.917 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 0,2,5,7", 2024-09-13T15:04:16.917 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.798961+0000", 2024-09-13T15:04:16.917 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00048427099999999999 2024-09-13T15:04:16.917 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.917 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.918 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:04:16.918 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.805303+0000", 2024-09-13T15:04:16.918 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0063418249999999997 2024-09-13T15:04:16.918 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.918 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.918 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:04:16.918 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.805442+0000", 2024-09-13T15:04:16.918 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013851900000000001 2024-09-13T15:04:16.918 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.918 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.918 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:04:16.918 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.807451+0000", 2024-09-13T15:04:16.918 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0020093849999999998 2024-09-13T15:04:16.918 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.919 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.919 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:04:16.919 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.807549+0000", 2024-09-13T15:04:16.919 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.7701000000000005e-05 2024-09-13T15:04:16.919 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.919 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.919 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:04:16.919 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.809449+0000", 2024-09-13T15:04:16.919 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0019005719999999999 2024-09-13T15:04:16.919 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.919 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.919 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:04:16.919 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.809536+0000", 2024-09-13T15:04:16.920 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.7170999999999996e-05 2024-09-13T15:04:16.920 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.920 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.920 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:04:16.920 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.809686+0000", 2024-09-13T15:04:16.920 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000149715 2024-09-13T15:04:16.920 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:04:16.920 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:04:16.920 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:04:16.920 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.920 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.920 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:220159 9.12 9:49fdc336:::benchmark_data_smithi071_298031_object108911:head [delete] snapc 0=[] RETRY=1 ondisk+retry+write+known_if_redirected+supports_pool_eio e1376)", 2024-09-13T15:04:16.920 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:02:20.319500+0000", 2024-09-13T15:04:16.921 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 116.480460388, 2024-09-13T15:04:16.921 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.506281153, 2024-09-13T15:04:16.921 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:04:16.921 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:04:16.921 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:04:16.921 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:04:16.921 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:04:16.921 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:04:16.921 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 220159 2024-09-13T15:04:16.921 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.921 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:04:16.921 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.921 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:04:16.922 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319500+0000", 2024-09-13T15:04:16.922 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:04:16.922 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.922 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.922 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:04:16.922 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319500+0000", 2024-09-13T15:04:16.922 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:04:16.922 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.922 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.922 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:04:16.922 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319500+0000", 2024-09-13T15:04:16.922 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.6699999999999999e-07 2024-09-13T15:04:16.922 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.922 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.923 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:04:16.923 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319502+0000", 2024-09-13T15:04:16.923 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4899999999999999e-06 2024-09-13T15:04:16.923 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.923 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.923 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:04:16.923 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319508+0000", 2024-09-13T15:04:16.923 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.4069999999999998e-06 2024-09-13T15:04:16.923 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.923 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.923 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:04:16.923 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319513+0000", 2024-09-13T15:04:16.923 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.8930000000000004e-06 2024-09-13T15:04:16.923 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.924 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.924 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:04:16.924 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.320122+0000", 2024-09-13T15:04:16.924 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00060866000000000002 2024-09-13T15:04:16.924 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.924 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.924 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:04:16.924 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.320125+0000", 2024-09-13T15:04:16.924 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.2009999999999999e-06 2024-09-13T15:04:16.924 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.924 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.924 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:04:16.924 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.809731+0000", 2024-09-13T15:04:16.925 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4896056790000001 2024-09-13T15:04:16.925 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.925 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.925 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:04:16.925 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.809834+0000", 2024-09-13T15:04:16.925 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00010273899999999999 2024-09-13T15:04:16.925 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.925 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.925 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 0,2,5,7", 2024-09-13T15:04:16.925 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.810227+0000", 2024-09-13T15:04:16.925 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00039369399999999999 2024-09-13T15:04:16.925 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.925 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.926 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:04:16.926 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.821403+0000", 2024-09-13T15:04:16.926 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.011175846999999999 2024-09-13T15:04:16.926 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.926 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.926 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:04:16.926 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.821444+0000", 2024-09-13T15:04:16.926 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.0744999999999997e-05 2024-09-13T15:04:16.926 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.926 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.926 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:04:16.926 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.821512+0000", 2024-09-13T15:04:16.926 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.8348000000000004e-05 2024-09-13T15:04:16.926 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.927 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.927 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:04:16.927 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.821544+0000", 2024-09-13T15:04:16.927 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.2255000000000002e-05 2024-09-13T15:04:16.927 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.927 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.927 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:04:16.927 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.825596+0000", 2024-09-13T15:04:16.927 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0040510779999999996 2024-09-13T15:04:16.927 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.927 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.927 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:04:16.927 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.825654+0000", 2024-09-13T15:04:16.928 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.8082999999999999e-05 2024-09-13T15:04:16.928 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.928 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.928 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:04:16.928 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.825781+0000", 2024-09-13T15:04:16.928 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012766700000000001 2024-09-13T15:04:16.928 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:04:16.928 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:04:16.928 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:04:16.928 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.928 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.928 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:220229 9.12 9:4b56be3f:::benchmark_data_smithi071_298031_object108981:head [delete] snapc 0=[] RETRY=1 ondisk+retry+write+known_if_redirected+supports_pool_eio e1376)", 2024-09-13T15:04:16.928 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:02:20.319518+0000", 2024-09-13T15:04:16.929 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 116.480442213, 2024-09-13T15:04:16.929 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.5067162700000001, 2024-09-13T15:04:16.929 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:04:16.929 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:04:16.929 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:04:16.929 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:04:16.929 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:04:16.929 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:04:16.929 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 220229 2024-09-13T15:04:16.929 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.929 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:04:16.929 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.929 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:04:16.929 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319518+0000", 2024-09-13T15:04:16.930 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:04:16.930 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.930 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.930 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:04:16.930 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319518+0000", 2024-09-13T15:04:16.930 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:04:16.930 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.930 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.930 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:04:16.930 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319519+0000", 2024-09-13T15:04:16.930 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.3500000000000002e-07 2024-09-13T15:04:16.930 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.930 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.931 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:04:16.931 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319520+0000", 2024-09-13T15:04:16.931 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4649999999999999e-06 2024-09-13T15:04:16.931 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.931 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.931 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:04:16.931 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319526+0000", 2024-09-13T15:04:16.931 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.66e-06 2024-09-13T15:04:16.931 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.931 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.931 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:04:16.931 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319531+0000", 2024-09-13T15:04:16.931 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.8779999999999997e-06 2024-09-13T15:04:16.931 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.932 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.932 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:04:16.932 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.320138+0000", 2024-09-13T15:04:16.932 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00060737400000000004 2024-09-13T15:04:16.932 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.932 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.932 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:04:16.932 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.320141+0000", 2024-09-13T15:04:16.932 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.157e-06 2024-09-13T15:04:16.932 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.932 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.932 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:04:16.932 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.815201+0000", 2024-09-13T15:04:16.933 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.495059669 2024-09-13T15:04:16.933 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.933 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.933 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:04:16.933 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.815325+0000", 2024-09-13T15:04:16.933 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000123683 2024-09-13T15:04:16.933 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.933 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.933 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 0,2,5,7", 2024-09-13T15:04:16.933 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.815722+0000", 2024-09-13T15:04:16.933 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00039781400000000002 2024-09-13T15:04:16.933 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.933 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.933 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:04:16.934 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.821478+0000", 2024-09-13T15:04:16.934 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0057553760000000004 2024-09-13T15:04:16.934 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.934 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.934 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:04:16.934 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.821579+0000", 2024-09-13T15:04:16.934 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000100993 2024-09-13T15:04:16.934 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.934 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.934 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:04:16.934 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.821612+0000", 2024-09-13T15:04:16.934 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.3454000000000002e-05 2024-09-13T15:04:16.934 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.934 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.935 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:04:16.935 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.821645+0000", 2024-09-13T15:04:16.935 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.2886000000000003e-05 2024-09-13T15:04:16.935 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.935 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.935 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:04:16.935 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.825790+0000", 2024-09-13T15:04:16.935 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0041449410000000001 2024-09-13T15:04:16.935 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.935 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.935 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:04:16.935 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.825831+0000", 2024-09-13T15:04:16.935 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.0985000000000001e-05 2024-09-13T15:04:16.935 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.936 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.936 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:04:16.936 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.826235+0000", 2024-09-13T15:04:16.936 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0004036 2024-09-13T15:04:16.936 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:04:16.936 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:04:16.936 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:04:16.936 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.936 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.936 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45977.0:69106 10.2 10:49b11e08:::benchmark_data_smithi071_326067_object69105:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1398)", 2024-09-13T15:04:16.936 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:03:29.494114+0000", 2024-09-13T15:04:16.936 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 47.305846791, 2024-09-13T15:04:16.936 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.33727526200000002, 2024-09-13T15:04:16.937 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:04:16.937 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:04:16.937 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:04:16.937 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:04:16.937 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45977", 2024-09-13T15:04:16.937 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4198631296", 2024-09-13T15:04:16.937 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 69106 2024-09-13T15:04:16.937 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.937 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:04:16.937 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.937 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:04:16.937 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.494114+0000", 2024-09-13T15:04:16.937 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:04:16.938 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.938 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.938 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:04:16.938 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.494114+0000", 2024-09-13T15:04:16.938 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:04:16.938 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.938 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.938 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:04:16.938 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.494115+0000", 2024-09-13T15:04:16.938 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.0999999999999997e-07 2024-09-13T15:04:16.938 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.939 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:16 smithi071 ceph-mon[107477]: pgmap v2197: 109 pgs: 1 active+remapped+backfilling, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 6.5 GiB data, 23 GiB used, 603 GiB / 626 GiB avail; 52 MiB/s wr, 825 op/s; 30814/319224 objects degraded (9.653%); 4458/319224 objects misplaced (1.397%); 8.2 MiB/s, 130 objects/s recovering 2024-09-13T15:04:16.939 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:16 smithi071 ceph-mon[112785]: pgmap v2197: 109 pgs: 1 active+remapped+backfilling, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 6.5 GiB data, 23 GiB used, 603 GiB / 626 GiB avail; 52 MiB/s wr, 825 op/s; 30814/319224 objects degraded (9.653%); 4458/319224 objects misplaced (1.397%); 8.2 MiB/s, 130 objects/s recovering 2024-09-13T15:04:16.939 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.939 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:04:16.940 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.494135+0000", 2024-09-13T15:04:16.940 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.0288999999999998e-05 2024-09-13T15:04:16.940 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.940 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.940 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:04:16.940 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.494145+0000", 2024-09-13T15:04:16.940 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.8689999999999999e-06 2024-09-13T15:04:16.940 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.940 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.940 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:04:16.940 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.494151+0000", 2024-09-13T15:04:16.940 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.2620000000000004e-06 2024-09-13T15:04:16.941 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.941 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.941 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:04:16.941 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.497256+0000", 2024-09-13T15:04:16.941 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00310488 2024-09-13T15:04:16.941 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.941 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.941 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:04:16.941 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.497392+0000", 2024-09-13T15:04:16.941 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013612499999999999 2024-09-13T15:04:16.941 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.941 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.941 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 0,4", 2024-09-13T15:04:16.941 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.497526+0000", 2024-09-13T15:04:16.942 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013440699999999999 2024-09-13T15:04:16.942 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.942 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.942 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:04:16.942 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.831162+0000", 2024-09-13T15:04:16.942 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.33363555499999997 2024-09-13T15:04:16.942 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.942 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.942 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:04:16.942 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.831176+0000", 2024-09-13T15:04:16.942 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.3909e-05 2024-09-13T15:04:16.942 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.942 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.943 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:04:16.943 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.831278+0000", 2024-09-13T15:04:16.943 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000102489 2024-09-13T15:04:16.943 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.943 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.943 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:04:16.943 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.831340+0000", 2024-09-13T15:04:16.943 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.1486000000000001e-05 2024-09-13T15:04:16.943 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.943 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.943 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:04:16.943 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.831389+0000", 2024-09-13T15:04:16.943 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.9081e-05 2024-09-13T15:04:16.943 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:04:16.944 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:04:16.944 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:04:16.944 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.944 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.944 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.45977.0:69108 10.b e1398/1390 10:dc908e80:::benchmark_data_smithi071_326067_object69107:head v 1398'4300, mlcod=1398'4298)", 2024-09-13T15:04:16.944 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:03:29.499615+0000", 2024-09-13T15:04:16.944 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 47.300345100999998, 2024-09-13T15:04:16.944 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.33657828499999998, 2024-09-13T15:04:16.944 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:04:16.944 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:04:16.944 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:04:16.944 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:04:16.944 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.945 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:04:16.945 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.499615+0000", 2024-09-13T15:04:16.945 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:04:16.945 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.945 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.945 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:04:16.945 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.499615+0000", 2024-09-13T15:04:16.945 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:04:16.945 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.946 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.946 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:04:16.946 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.499616+0000", 2024-09-13T15:04:16.946 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.4200000000000002e-07 2024-09-13T15:04:16.946 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.946 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.946 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:04:16.946 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.499647+0000", 2024-09-13T15:04:16.946 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.1398e-05 2024-09-13T15:04:16.946 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.946 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.946 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:04:16.946 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.499654+0000", 2024-09-13T15:04:16.947 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.8800000000000002e-06 2024-09-13T15:04:16.947 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.947 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.947 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:04:16.947 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.499658+0000", 2024-09-13T15:04:16.947 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.5009999999999998e-06 2024-09-13T15:04:16.947 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.947 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.947 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:04:16.947 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.500197+0000", 2024-09-13T15:04:16.947 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00053842899999999999 2024-09-13T15:04:16.947 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.947 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.947 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:04:16.948 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.500225+0000", 2024-09-13T15:04:16.948 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.8555999999999999e-05 2024-09-13T15:04:16.948 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.948 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.948 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:04:16.948 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.836145+0000", 2024-09-13T15:04:16.948 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.33592003300000001 2024-09-13T15:04:16.948 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.948 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.948 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:04:16.948 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.836194+0000", 2024-09-13T15:04:16.948 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.8245999999999999e-05 2024-09-13T15:04:16.948 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:04:16.948 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:04:16.949 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:04:16.949 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.949 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.949 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.45977.0:69109 10.b e1398/1390 10:d51d721c:::benchmark_data_smithi071_326067_object69108:head v 1398'4301, mlcod=1398'4298)", 2024-09-13T15:04:16.949 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:03:29.501089+0000", 2024-09-13T15:04:16.949 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 47.298871919, 2024-09-13T15:04:16.949 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.33977306499999999, 2024-09-13T15:04:16.949 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:04:16.949 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:04:16.949 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:04:16.949 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:04:16.949 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.950 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:04:16.950 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.501089+0000", 2024-09-13T15:04:16.950 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:04:16.950 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.950 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.950 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:04:16.950 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.501089+0000", 2024-09-13T15:04:16.950 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:04:16.950 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.950 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.950 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:04:16.950 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.501089+0000", 2024-09-13T15:04:16.950 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.9599999999999998e-07 2024-09-13T15:04:16.950 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.950 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.951 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:04:16.951 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.501127+0000", 2024-09-13T15:04:16.951 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.7104000000000003e-05 2024-09-13T15:04:16.951 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.951 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.951 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:04:16.951 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.501138+0000", 2024-09-13T15:04:16.951 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.093e-05 2024-09-13T15:04:16.951 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.951 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.951 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:04:16.951 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.501144+0000", 2024-09-13T15:04:16.951 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.7880000000000001e-06 2024-09-13T15:04:16.951 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.951 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.952 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:04:16.952 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.831128+0000", 2024-09-13T15:04:16.952 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.32998350799999998 2024-09-13T15:04:16.952 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.952 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.952 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:04:16.952 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.831155+0000", 2024-09-13T15:04:16.952 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.6699999999999998e-05 2024-09-13T15:04:16.952 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.952 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.952 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:04:16.952 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.840816+0000", 2024-09-13T15:04:16.952 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0096611790000000006 2024-09-13T15:04:16.953 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.953 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.953 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:04:16.953 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.840862+0000", 2024-09-13T15:04:16.953 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.596e-05 2024-09-13T15:04:16.953 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:04:16.953 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:04:16.953 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:04:16.953 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.953 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.953 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.45977.0:69121 10.b e1398/1390 10:dc29dfb2:::benchmark_data_smithi071_326067_object69120:head v 1398'4302, mlcod=1398'4298)", 2024-09-13T15:04:16.953 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:03:29.504612+0000", 2024-09-13T15:04:16.953 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 47.295348605000001, 2024-09-13T15:04:16.954 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.336278358, 2024-09-13T15:04:16.954 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:04:16.954 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:04:16.954 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:04:16.954 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:04:16.954 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.954 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:04:16.954 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.504612+0000", 2024-09-13T15:04:16.954 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:04:16.954 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.954 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.954 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:04:16.954 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.504612+0000", 2024-09-13T15:04:16.954 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:04:16.955 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.955 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.955 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:04:16.955 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.504613+0000", 2024-09-13T15:04:16.955 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.049e-06 2024-09-13T15:04:16.955 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.955 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.955 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:04:16.955 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.504638+0000", 2024-09-13T15:04:16.955 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.4590999999999999e-05 2024-09-13T15:04:16.955 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.955 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.955 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:04:16.956 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.831132+0000", 2024-09-13T15:04:16.956 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.32649428899999999 2024-09-13T15:04:16.956 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.956 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.956 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:04:16.956 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.831156+0000", 2024-09-13T15:04:16.956 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.4600000000000002e-05 2024-09-13T15:04:16.956 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.956 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.956 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:04:16.956 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.833800+0000", 2024-09-13T15:04:16.956 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.002643397 2024-09-13T15:04:16.956 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.957 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.957 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:04:16.957 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.833869+0000", 2024-09-13T15:04:16.957 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.8965000000000001e-05 2024-09-13T15:04:16.957 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.957 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.957 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:04:16.957 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.840868+0000", 2024-09-13T15:04:16.957 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0069992919999999998 2024-09-13T15:04:16.957 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:04:16.957 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:04:16.957 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:04:16.957 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.840890+0000", 2024-09-13T15:04:16.957 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.2175e-05 2024-09-13T15:04:16.958 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:04:16.958 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:04:16.958 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:04:16.958 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:04:16.958 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:04:16.958 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T15:04:16.958 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:16.959 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:16.959 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:04:17.060 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:04:17.099 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:17.099 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:17.100 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:04:17.201 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:04:17.240 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:17.241 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:17.241 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:04:17.342 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:04:17.361 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:04:17.364 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 82 16 111034 111018 84.5951 51.25 0.0582343 0.0118138 2024-09-13T15:04:17.385 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:17.386 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:17.387 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:04:17.487 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:04:17.531 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:17.532 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:17.532 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:04:17.633 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:04:17.671 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:17.671 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:17.672 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:04:17.772 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:04:17.809 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:17.810 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:17.810 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:04:17.911 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:04:17.947 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:17.948 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:17.948 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:04:18.049 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:04:18.078 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:18.078 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:18.079 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:04:18.180 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:04:18.215 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:18.215 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:18.216 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:04:18.316 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:04:18.360 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:18.360 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:18.361 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:04:18.364 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 83 16 111869 111853 84.2047 52.1875 0.015496 0.0118706 2024-09-13T15:04:18.462 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:04:18.469 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd unset noscrub 2024-09-13T15:04:18.492 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:18.493 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:18.494 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:04:18.594 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:04:18.647 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:18.648 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:18.649 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:04:18.749 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:04:18.791 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:18.791 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:18.792 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:04:18.893 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:04:18.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:18 smithi104 ceph-mon[105578]: pgmap v2198: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 6.7 GiB data, 23 GiB used, 602 GiB / 626 GiB avail; 52 MiB/s wr, 835 op/s; 31088/327306 objects degraded (9.498%); 4458/327306 objects misplaced (1.362%); 8.2 MiB/s, 130 objects/s recovering 2024-09-13T15:04:18.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:18 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 31088/327306 objects degraded (9.498%), 9 pgs degraded (PG_DEGRADED) 2024-09-13T15:04:18.923 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:18.923 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:18.924 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:04:19.025 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:04:19.061 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:19.061 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:19.062 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:04:19.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:18 smithi071 ceph-mon[107477]: pgmap v2198: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 6.7 GiB data, 23 GiB used, 602 GiB / 626 GiB avail; 52 MiB/s wr, 835 op/s; 31088/327306 objects degraded (9.498%); 4458/327306 objects misplaced (1.362%); 8.2 MiB/s, 130 objects/s recovering 2024-09-13T15:04:19.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:18 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 31088/327306 objects degraded (9.498%), 9 pgs degraded (PG_DEGRADED) 2024-09-13T15:04:19.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:18 smithi071 ceph-mon[112785]: pgmap v2198: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 6.7 GiB data, 23 GiB used, 602 GiB / 626 GiB avail; 52 MiB/s wr, 835 op/s; 31088/327306 objects degraded (9.498%); 4458/327306 objects misplaced (1.362%); 8.2 MiB/s, 130 objects/s recovering 2024-09-13T15:04:19.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:18 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 31088/327306 objects degraded (9.498%), 9 pgs degraded (PG_DEGRADED) 2024-09-13T15:04:19.162 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:04:19.202 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:19.203 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:19.203 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:04:19.304 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:04:19.344 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:19.345 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:19.346 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:04:19.364 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 84 16 112727 112711 83.8406 53.625 0.0176539 0.0119223 2024-09-13T15:04:19.447 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:04:19.481 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:19.482 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:19.482 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:04:19.583 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:04:19.617 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:19.618 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:19.619 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:04:19.719 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:04:19.741 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:19.742 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:19.742 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:04:19.843 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:04:19.874 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:19.875 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:19.876 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:04:19.976 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:04:20.017 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:20.018 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:20.018 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:04:20.119 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:04:20.158 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:20.158 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:20.158 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:04:20.259 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:04:20.298 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:20.299 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:20.299 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:04:20.364 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 85 16 113498 113482 83.4212 48.1875 0.00359542 0.01198 2024-09-13T15:04:20.400 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:04:20.425 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:20.426 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:20.426 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:04:20.527 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:04:20.565 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:20.565 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:20.566 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:04:20.666 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:04:20.699 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:20.699 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:20.700 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:04:20.801 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:04:20.837 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:20.838 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:20.838 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:04:20.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:20 smithi104 ceph-mon[105578]: pgmap v2199: 109 pgs: 1 active+remapped+backfilling, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 6.7 GiB data, 24 GiB used, 602 GiB / 626 GiB avail; 52 MiB/s wr, 836 op/s; 31088/328866 objects degraded (9.453%); 4100/328866 objects misplaced (1.247%); 8.1 MiB/s, 129 objects/s recovering 2024-09-13T15:04:20.939 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:04:20.974 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:20.974 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:20.975 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:04:21.075 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:04:21.108 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:21.109 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:21.109 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:04:21.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:20 smithi071 ceph-mon[107477]: pgmap v2199: 109 pgs: 1 active+remapped+backfilling, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 6.7 GiB data, 24 GiB used, 602 GiB / 626 GiB avail; 52 MiB/s wr, 836 op/s; 31088/328866 objects degraded (9.453%); 4100/328866 objects misplaced (1.247%); 8.1 MiB/s, 129 objects/s recovering 2024-09-13T15:04:21.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:20 smithi071 ceph-mon[112785]: pgmap v2199: 109 pgs: 1 active+remapped+backfilling, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 6.7 GiB data, 24 GiB used, 602 GiB / 626 GiB avail; 52 MiB/s wr, 836 op/s; 31088/328866 objects degraded (9.453%); 4100/328866 objects misplaced (1.247%); 8.1 MiB/s, 129 objects/s recovering 2024-09-13T15:04:21.210 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:04:21.231 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:21.232 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:21.232 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:04:21.333 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:04:21.365 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 86 16 114200 114184 82.9614 43.875 0.0300778 0.0120482 2024-09-13T15:04:21.374 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:21.375 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:21.375 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:04:21.476 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:04:21.496 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:21.497 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:21.498 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:04:21.598 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:04:21.637 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:21.638 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:21.638 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:04:21.739 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:04:21.771 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:21.771 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:21.771 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:04:21.872 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:04:21.914 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:21.915 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:21.915 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:04:22.016 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:04:22.052 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:22.052 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:22.053 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:04:22.153 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:04:22.193 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:22.194 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:22.194 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:04:22.295 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:04:22.335 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:22.336 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:22.336 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:04:22.364 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 87 16 115032 115016 82.6055 52 0.00863789 0.0121003 2024-09-13T15:04:22.437 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:04:22.475 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:22.475 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:22.476 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:04:22.576 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:04:22.609 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:22.610 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:22.610 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:04:22.711 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:04:22.744 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:22.745 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:22.745 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:04:22.846 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:04:22.872 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:22.873 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:22.873 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:04:22.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:22 smithi104 ceph-mon[105578]: pgmap v2200: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 6.9 GiB data, 24 GiB used, 602 GiB / 626 GiB avail; 52 MiB/s wr, 836 op/s; 31200/338082 objects degraded (9.229%); 4100/338082 objects misplaced (1.213%); 8.1 MiB/s, 130 objects/s recovering 2024-09-13T15:04:22.974 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:04:23.013 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:23.014 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:23.014 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:04:23.115 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:04:23.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:22 smithi071 ceph-mon[107477]: pgmap v2200: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 6.9 GiB data, 24 GiB used, 602 GiB / 626 GiB avail; 52 MiB/s wr, 836 op/s; 31200/338082 objects degraded (9.229%); 4100/338082 objects misplaced (1.213%); 8.1 MiB/s, 130 objects/s recovering 2024-09-13T15:04:23.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:04:22 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:04:22] "GET /metrics HTTP/1.1" 200 36706 "" "Prometheus/2.51.0" 2024-09-13T15:04:23.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:22 smithi071 ceph-mon[112785]: pgmap v2200: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 6.9 GiB data, 24 GiB used, 602 GiB / 626 GiB avail; 52 MiB/s wr, 836 op/s; 31200/338082 objects degraded (9.229%); 4100/338082 objects misplaced (1.213%); 8.1 MiB/s, 130 objects/s recovering 2024-09-13T15:04:23.145 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:23.146 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:23.146 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:04:23.247 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:04:23.281 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:23.282 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:23.282 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:04:23.365 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 88 16 115816 115800 82.2236 49 0.0143254 0.0121571 2024-09-13T15:04:23.383 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:04:23.412 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:23.413 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:23.413 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:04:23.514 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:04:23.551 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:23.552 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:23.552 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:04:23.653 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:04:23.694 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:23.695 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:23.695 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:04:23.796 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:04:23.828 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:23.829 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:23.830 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:04:23.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:23 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 31200/338082 objects degraded (9.229%), 9 pgs degraded (PG_DEGRADED) 2024-09-13T15:04:23.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:23 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 31200/338082 objects degraded (9.229%), 9 pgs degraded (PG_DEGRADED) 2024-09-13T15:04:23.931 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:04:23.966 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:23.967 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:23.967 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:04:24.068 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:04:24.103 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:24.104 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:24.104 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:04:24.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:23 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 31200/338082 objects degraded (9.229%), 9 pgs degraded (PG_DEGRADED) 2024-09-13T15:04:24.205 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:04:24.247 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:24.248 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:24.248 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:04:24.349 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:04:24.365 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 89 16 116581 116565 81.837 47.8125 0.0123348 0.0122143 2024-09-13T15:04:24.388 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:24.388 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:24.389 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:04:24.489 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:04:24.549 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:24.550 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:24.550 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:04:24.651 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:04:24.680 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:24.681 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:24.682 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:04:24.783 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:04:24.828 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:24.829 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:24.829 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:04:24.930 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:04:24.949 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:24 smithi071 ceph-mon[107477]: pgmap v2201: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 6.9 GiB data, 24 GiB used, 601 GiB / 626 GiB avail; 52 MiB/s wr, 832 op/s; 31200/339546 objects degraded (9.189%); 4100/339546 objects misplaced (1.207%); 8.1 MiB/s, 130 objects/s recovering 2024-09-13T15:04:24.949 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:24 smithi071 ceph-mon[112785]: pgmap v2201: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 6.9 GiB data, 24 GiB used, 601 GiB / 626 GiB avail; 52 MiB/s wr, 832 op/s; 31200/339546 objects degraded (9.189%); 4100/339546 objects misplaced (1.207%); 8.1 MiB/s, 130 objects/s recovering 2024-09-13T15:04:24.979 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:24.980 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:24.981 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:04:25.081 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:04:25.114 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:25.115 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:25.116 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:04:25.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:24 smithi104 ceph-mon[105578]: pgmap v2201: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 6.9 GiB data, 24 GiB used, 601 GiB / 626 GiB avail; 52 MiB/s wr, 832 op/s; 31200/339546 objects degraded (9.189%); 4100/339546 objects misplaced (1.207%); 8.1 MiB/s, 130 objects/s recovering 2024-09-13T15:04:25.217 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:04:25.248 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:25.248 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:25.249 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:04:25.338 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.2 dump_ops_in_flight 2024-09-13T15:04:25.349 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:04:25.365 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Total time run: 90.0214 2024-09-13T15:04:25.365 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Total writes made: 117430 2024-09-13T15:04:25.365 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Write size: 65536 2024-09-13T15:04:25.365 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Object size: 65536 2024-09-13T15:04:25.365 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Bandwidth (MB/sec): 81.5293 2024-09-13T15:04:25.365 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Stddev Bandwidth: 44.4789 2024-09-13T15:04:25.366 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Max bandwidth (MB/sec): 232.625 2024-09-13T15:04:25.366 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Min bandwidth (MB/sec): 0 2024-09-13T15:04:25.366 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Average IOPS: 1304 2024-09-13T15:04:25.366 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Stddev IOPS: 711.663 2024-09-13T15:04:25.366 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Max IOPS: 3722 2024-09-13T15:04:25.366 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Min IOPS: 0 2024-09-13T15:04:25.366 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Average Latency(s): 0.0122599 2024-09-13T15:04:25.366 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Stddev Latency(s): 0.0347054 2024-09-13T15:04:25.366 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Max latency(s): 2.0185 2024-09-13T15:04:25.366 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Min latency(s): 0.0010658 2024-09-13T15:04:25.372 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Cleaning up (deleting benchmark objects) 2024-09-13T15:04:25.428 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:25.429 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:25.429 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:04:25.530 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:04:25.557 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:25.557 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:25.558 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:04:25.658 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:04:25.728 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:25.728 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:25.728 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:04:25.829 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:04:25.875 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:25.876 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:25.876 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:04:25.977 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:04:26.017 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:26.018 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:26.018 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:04:26.119 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:04:26.139 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T15:04:26.140 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T15:04:26.140 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T15:04:26.140 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T15:04:26.140 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T15:04:26.140 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T15:04:26.140 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T15:04:26.140 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T15:04:26.149 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:26.150 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:26.150 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:04:26.161 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T15:04:26.161 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T15:04:26.190 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T15:04:26.190 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T15:04:26.224 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T15:04:26.225 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T15:04:26.250 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:04:26.261 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T15:04:26.261 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T15:04:26.294 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:26.294 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:26.295 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:04:26.396 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:04:26.439 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:26.440 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:26.441 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:04:26.541 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:04:26.579 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:26.580 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:26.580 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:04:26.681 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:04:26.709 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:26.710 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:26.710 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:04:26.811 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:04:26.856 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:26.857 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:26.857 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:04:26.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:26 smithi071 ceph-mon[107477]: pgmap v2202: 109 pgs: 1 active+remapped+backfilling, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 7.0 GiB data, 25 GiB used, 601 GiB / 626 GiB avail; 50 MiB/s wr, 797 op/s; 31068/343866 objects degraded (9.035%); 3708/343866 objects misplaced (1.078%); 7.8 MiB/s, 125 objects/s recovering 2024-09-13T15:04:26.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:26 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2463281139' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:04:26.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:26 smithi071 ceph-mon[112785]: pgmap v2202: 109 pgs: 1 active+remapped+backfilling, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 7.0 GiB data, 25 GiB used, 601 GiB / 626 GiB avail; 50 MiB/s wr, 797 op/s; 31068/343866 objects degraded (9.035%); 3708/343866 objects misplaced (1.078%); 7.8 MiB/s, 125 objects/s recovering 2024-09-13T15:04:26.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:26 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2463281139' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:04:26.958 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:04:26.991 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:26.991 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:26.992 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:04:27.093 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:04:27.119 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:27.119 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:27.120 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:04:27.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:26 smithi104 ceph-mon[105578]: pgmap v2202: 109 pgs: 1 active+remapped+backfilling, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 7.0 GiB data, 25 GiB used, 601 GiB / 626 GiB avail; 50 MiB/s wr, 797 op/s; 31068/343866 objects degraded (9.035%); 3708/343866 objects misplaced (1.078%); 7.8 MiB/s, 125 objects/s recovering 2024-09-13T15:04:27.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:26 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2463281139' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:04:27.221 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:04:27.257 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:27.258 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:27.258 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:04:27.327 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:04:27.341 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:04:27.358 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:04:27.383 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:27.383 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:27.384 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:04:27.485 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:04:27.526 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:27.526 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:27.526 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:04:27.627 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:04:27.659 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:27.659 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:27.660 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:04:27.708 INFO:teuthology.orchestra.run.smithi071.stderr:reweighted osd.5 to 1 (10000) 2024-09-13T15:04:27.743 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:27 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2982642125' entity='client.admin' cmd={"prefix": "osd reweight", "id": 5, "weight": 1.0} : dispatch 2024-09-13T15:04:27.744 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:27 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd reweight", "id": 5, "weight": 1.0} : dispatch 2024-09-13T15:04:27.744 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:27 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2982642125' entity='client.admin' cmd={"prefix": "osd reweight", "id": 5, "weight": 1.0} : dispatch 2024-09-13T15:04:27.744 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:27 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd reweight", "id": 5, "weight": 1.0} : dispatch 2024-09-13T15:04:27.760 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:04:27.808 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:27.809 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:27.809 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:04:27.910 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:04:27.940 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:27.940 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:27.941 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:04:28.042 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:04:28.080 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:28.080 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:28.080 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:04:28.111 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:27 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2982642125' entity='client.admin' cmd={"prefix": "osd reweight", "id": 5, "weight": 1.0} : dispatch 2024-09-13T15:04:28.112 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:27 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd reweight", "id": 5, "weight": 1.0} : dispatch 2024-09-13T15:04:28.181 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:04:28.214 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:28.214 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:28.214 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:04:28.315 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:04:28.354 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:28.354 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:28.355 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:04:28.455 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:04:28.495 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:28.496 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:28.496 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:04:28.597 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:04:28.632 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:28.633 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:28.633 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:04:28.734 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:04:28.757 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd reweight 4 1 2024-09-13T15:04:28.778 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:28.778 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:28.779 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:04:28.815 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:28 smithi071 ceph-mon[107477]: pgmap v2203: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 7.1 GiB data, 25 GiB used, 601 GiB / 626 GiB avail; 85 B/s rd, 55 MiB/s wr, 894 op/s; 31290/350166 objects degraded (8.936%); 3708/350166 objects misplaced (1.059%); 6.7 MiB/s, 107 objects/s recovering 2024-09-13T15:04:28.815 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:28 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 5, "weight": 1.0}]': finished 2024-09-13T15:04:28.815 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:28 smithi071 ceph-mon[107477]: osdmap e1411: 8 total, 8 up, 7 in 2024-09-13T15:04:28.815 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:28 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 31290/350166 objects degraded (8.936%), 9 pgs degraded (PG_DEGRADED) 2024-09-13T15:04:28.816 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:28 smithi071 ceph-mon[112785]: pgmap v2203: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 7.1 GiB data, 25 GiB used, 601 GiB / 626 GiB avail; 85 B/s rd, 55 MiB/s wr, 894 op/s; 31290/350166 objects degraded (8.936%); 3708/350166 objects misplaced (1.059%); 6.7 MiB/s, 107 objects/s recovering 2024-09-13T15:04:28.816 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:28 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 5, "weight": 1.0}]': finished 2024-09-13T15:04:28.816 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:28 smithi071 ceph-mon[112785]: osdmap e1411: 8 total, 8 up, 7 in 2024-09-13T15:04:28.816 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:28 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 31290/350166 objects degraded (8.936%), 9 pgs degraded (PG_DEGRADED) 2024-09-13T15:04:28.880 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:04:28.944 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:28.946 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:28.947 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:04:29.048 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:04:29.086 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:29.087 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:29.088 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:04:29.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:28 smithi104 ceph-mon[105578]: pgmap v2203: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 7.1 GiB data, 25 GiB used, 601 GiB / 626 GiB avail; 85 B/s rd, 55 MiB/s wr, 894 op/s; 31290/350166 objects degraded (8.936%); 3708/350166 objects misplaced (1.059%); 6.7 MiB/s, 107 objects/s recovering 2024-09-13T15:04:29.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:28 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 5, "weight": 1.0}]': finished 2024-09-13T15:04:29.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:28 smithi104 ceph-mon[105578]: osdmap e1411: 8 total, 8 up, 7 in 2024-09-13T15:04:29.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:28 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 31290/350166 objects degraded (8.936%), 9 pgs degraded (PG_DEGRADED) 2024-09-13T15:04:29.189 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:04:29.222 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:29.223 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:29.223 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:04:29.256 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=true 2024-09-13T15:04:29.324 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:04:29.360 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:29.360 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:29.361 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:04:29.461 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:04:29.509 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:29.510 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:29.510 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:04:29.611 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:04:29.656 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:29.657 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:29.657 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:04:29.758 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:04:29.779 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:29.779 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:29.780 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:04:29.880 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:04:29.913 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:29.913 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:29.913 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:04:30.014 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:04:30.040 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:30.041 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:30.041 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:04:30.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:29 smithi071 ceph-mon[107477]: pgmap v2205: 109 pgs: 1 active+remapped+backfilling, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 7.1 GiB data, 25 GiB used, 601 GiB / 626 GiB avail; 102 B/s rd, 47 MiB/s wr, 809 op/s; 31290/350082 objects degraded (8.938%); 3292/350082 objects misplaced (0.940%); 7.4 MiB/s, 118 objects/s recovering 2024-09-13T15:04:30.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:04:30.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:29 smithi071 ceph-mon[112785]: pgmap v2205: 109 pgs: 1 active+remapped+backfilling, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 7.1 GiB data, 25 GiB used, 601 GiB / 626 GiB avail; 102 B/s rd, 47 MiB/s wr, 809 op/s; 31290/350082 objects degraded (8.938%); 3292/350082 objects misplaced (0.940%); 7.4 MiB/s, 118 objects/s recovering 2024-09-13T15:04:30.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:04:30.142 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:04:30.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:29 smithi104 ceph-mon[105578]: pgmap v2205: 109 pgs: 1 active+remapped+backfilling, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 7.1 GiB data, 25 GiB used, 601 GiB / 626 GiB avail; 102 B/s rd, 47 MiB/s wr, 809 op/s; 31290/350082 objects degraded (8.938%); 3292/350082 objects misplaced (0.940%); 7.4 MiB/s, 118 objects/s recovering 2024-09-13T15:04:30.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:04:30.177 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:30.177 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:30.178 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:04:30.279 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:04:30.315 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:30.315 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:30.316 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:04:30.417 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:04:30.459 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:30.460 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:30.460 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:04:30.561 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:04:30.593 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:30.594 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:30.594 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:04:30.695 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:04:30.725 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:30.725 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:30.726 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:04:30.827 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:04:30.857 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:30.858 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:30.859 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:04:30.959 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:04:31.018 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:31.019 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:31.019 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:04:31.120 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:04:31.162 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:31.163 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:31.163 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:04:31.264 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:04:31.308 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:31.309 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:31.309 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:04:31.410 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:04:31.446 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:31.447 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:31.447 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:04:31.548 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:04:31.583 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:31.584 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:31.584 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:04:31.685 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:04:31.719 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:31.719 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:31.720 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:04:31.822 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:04:31.913 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:31.914 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:31.914 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:04:32.015 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:04:32.051 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:32.051 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:32.052 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:04:32.153 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:04:32.172 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:04:32.187 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:04:32.206 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:32.207 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:32.207 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:04:32.308 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:04:32.319 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:32 smithi071 ceph-mon[107477]: pgmap v2206: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 7.0 GiB data, 25 GiB used, 601 GiB / 626 GiB avail; 102 B/s rd, 30 MiB/s wr, 823 op/s; 30862/341934 objects degraded (9.026%); 3292/341934 objects misplaced (0.963%); 7.5 MiB/s, 119 objects/s recovering 2024-09-13T15:04:32.319 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:32 smithi071 ceph-mon[112785]: pgmap v2206: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 7.0 GiB data, 25 GiB used, 601 GiB / 626 GiB avail; 102 B/s rd, 30 MiB/s wr, 823 op/s; 30862/341934 objects degraded (9.026%); 3292/341934 objects misplaced (0.963%); 7.5 MiB/s, 119 objects/s recovering 2024-09-13T15:04:32.341 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:32.342 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:32.342 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:04:32.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:32 smithi104 ceph-mon[105578]: pgmap v2206: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 7.0 GiB data, 25 GiB used, 601 GiB / 626 GiB avail; 102 B/s rd, 30 MiB/s wr, 823 op/s; 30862/341934 objects degraded (9.026%); 3292/341934 objects misplaced (0.963%); 7.5 MiB/s, 119 objects/s recovering 2024-09-13T15:04:32.443 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:04:32.470 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:32.471 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:32.471 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:04:32.572 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:04:32.613 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:32.613 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:32.614 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:04:32.715 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:04:32.746 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:32.747 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:32.747 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:04:32.848 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:04:32.854 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:04:32 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:04:32] "GET /metrics HTTP/1.1" 200 36708 "" "Prometheus/2.51.0" 2024-09-13T15:04:32.893 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:32.894 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:32.894 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:04:32.995 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:04:33.026 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:33.026 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:33.027 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:04:33.127 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:04:33.162 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:33.163 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:33.163 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:04:33.264 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:04:33.303 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:33.304 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:33.305 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:04:33.405 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:04:33.435 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:33.435 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:33.436 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:04:33.537 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:04:33.573 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:33.573 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:33.574 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:04:33.674 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:04:33.711 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:33.711 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:33.711 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:04:33.812 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:04:33.859 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:33.860 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:33.860 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:04:33.961 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:04:33.990 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:33.991 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:33.992 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:04:34.093 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:04:34.122 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:34.122 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:34.123 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:04:34.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:34 smithi071 ceph-mon[107477]: pgmap v2207: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 6.9 GiB data, 25 GiB used, 601 GiB / 626 GiB avail; 102 B/s rd, 27 MiB/s wr, 827 op/s; 30862/340344 objects degraded (9.068%); 3292/340344 objects misplaced (0.967%); 7.5 MiB/s, 119 objects/s recovering 2024-09-13T15:04:34.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:34 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 30862/340344 objects degraded (9.068%), 9 pgs degraded (PG_DEGRADED) 2024-09-13T15:04:34.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:34 smithi071 ceph-mon[112785]: pgmap v2207: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 6.9 GiB data, 25 GiB used, 601 GiB / 626 GiB avail; 102 B/s rd, 27 MiB/s wr, 827 op/s; 30862/340344 objects degraded (9.068%); 3292/340344 objects misplaced (0.967%); 7.5 MiB/s, 119 objects/s recovering 2024-09-13T15:04:34.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:34 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 30862/340344 objects degraded (9.068%), 9 pgs degraded (PG_DEGRADED) 2024-09-13T15:04:34.224 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:04:34.265 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:34.266 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:34.266 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:04:34.367 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:04:34.414 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:34.414 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:34.415 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:04:34.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:34 smithi104 ceph-mon[105578]: pgmap v2207: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 6.9 GiB data, 25 GiB used, 601 GiB / 626 GiB avail; 102 B/s rd, 27 MiB/s wr, 827 op/s; 30862/340344 objects degraded (9.068%); 3292/340344 objects misplaced (0.967%); 7.5 MiB/s, 119 objects/s recovering 2024-09-13T15:04:34.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:34 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 30862/340344 objects degraded (9.068%), 9 pgs degraded (PG_DEGRADED) 2024-09-13T15:04:34.515 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:04:34.548 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:34.548 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:34.549 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:04:34.650 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:04:34.682 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:34.682 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:34.683 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:04:34.701 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T15:04:34.701 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T15:04:34.784 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:04:34.820 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:34.821 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:34.821 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:04:34.922 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:04:34.956 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:34.956 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:34.957 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:04:35.016 INFO:teuthology.orchestra.run.smithi071.stderr:noscrub is unset 2024-09-13T15:04:35.034 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:35 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2804048447' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T15:04:35.034 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:35 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T15:04:35.034 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:35 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2804048447' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T15:04:35.034 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:35 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T15:04:35.058 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:04:35.096 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:35.097 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:35.097 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:04:35.198 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:04:35.228 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:35.229 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:35.229 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:04:35.330 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:04:35.372 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:35.373 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:35.373 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:04:35.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:35 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2804048447' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T15:04:35.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:35 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T15:04:35.473 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:04:35.504 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:35.505 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:35.505 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:04:35.606 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:04:35.650 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:35.651 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:35.651 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:04:35.752 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:04:35.783 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:35.784 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:35.784 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:04:35.885 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:04:35.917 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:35.918 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:35.918 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:04:36.019 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:04:36.063 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:36.064 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:36.064 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:04:36.165 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:04:36.200 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:36.201 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:36.201 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:04:36.302 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:04:36.338 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:36.338 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:36.339 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:04:36.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:36 smithi071 ceph-mon[107477]: pgmap v2208: 109 pgs: 1 active+remapped+backfilling, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 6.8 GiB data, 24 GiB used, 601 GiB / 626 GiB avail; 102 B/s rd, 18 MiB/s wr, 846 op/s; 30723/335478 objects degraded (9.158%); 2646/335478 objects misplaced (0.789%); 7.5 MiB/s, 119 objects/s recovering 2024-09-13T15:04:36.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:36 smithi071 ceph-mon[107477]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:04:36.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:36 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T15:04:36.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:36 smithi071 ceph-mon[107477]: osdmap e1412: 8 total, 8 up, 7 in 2024-09-13T15:04:36.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:36 smithi071 ceph-mon[112785]: pgmap v2208: 109 pgs: 1 active+remapped+backfilling, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 6.8 GiB data, 24 GiB used, 601 GiB / 626 GiB avail; 102 B/s rd, 18 MiB/s wr, 846 op/s; 30723/335478 objects degraded (9.158%); 2646/335478 objects misplaced (0.789%); 7.5 MiB/s, 119 objects/s recovering 2024-09-13T15:04:36.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:36 smithi071 ceph-mon[112785]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:04:36.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:36 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T15:04:36.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:36 smithi071 ceph-mon[112785]: osdmap e1412: 8 total, 8 up, 7 in 2024-09-13T15:04:36.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:36 smithi104 ceph-mon[105578]: pgmap v2208: 109 pgs: 1 active+remapped+backfilling, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 6.8 GiB data, 24 GiB used, 601 GiB / 626 GiB avail; 102 B/s rd, 18 MiB/s wr, 846 op/s; 30723/335478 objects degraded (9.158%); 2646/335478 objects misplaced (0.789%); 7.5 MiB/s, 119 objects/s recovering 2024-09-13T15:04:36.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:36 smithi104 ceph-mon[105578]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:04:36.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:36 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T15:04:36.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:36 smithi104 ceph-mon[105578]: osdmap e1412: 8 total, 8 up, 7 in 2024-09-13T15:04:36.439 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:04:36.469 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:36.470 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:36.471 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:04:36.572 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:04:36.600 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:36.601 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:36.601 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:04:36.702 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:04:36.737 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:36.737 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:36.738 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:04:36.838 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:04:36.872 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:36.872 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:36.873 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:04:36.973 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:04:36.999 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:37.000 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:37.000 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:04:37.101 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:04:37.137 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:37.138 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:37.138 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:04:37.239 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:04:37.276 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:37.277 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:37.277 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:04:37.378 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:04:37.407 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:37.408 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:37.409 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:04:37.510 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:04:37.542 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:37.542 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:37.543 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:04:37.644 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:04:37.678 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:37.678 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:37.679 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:04:37.780 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:04:37.813 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:37.814 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:37.814 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:04:37.915 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:04:37.942 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:37.942 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:37.943 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:04:38.044 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:04:38.074 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:38.075 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:38.075 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:04:38.176 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:04:38.212 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:38.213 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:38.213 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:04:38.314 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:04:38.346 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:38.347 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:38.347 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:04:38.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:38 smithi071 ceph-mon[107477]: pgmap v2210: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 6.7 GiB data, 24 GiB used, 602 GiB / 626 GiB avail; 3.5 MiB/s wr, 920 op/s; 30507/327735 objects degraded (9.308%); 2646/327735 objects misplaced (0.807%); 8.1 MiB/s, 129 objects/s recovering 2024-09-13T15:04:38.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:38 smithi071 ceph-mon[112785]: pgmap v2210: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 6.7 GiB data, 24 GiB used, 602 GiB / 626 GiB avail; 3.5 MiB/s wr, 920 op/s; 30507/327735 objects degraded (9.308%); 2646/327735 objects misplaced (0.807%); 8.1 MiB/s, 129 objects/s recovering 2024-09-13T15:04:38.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:38 smithi104 ceph-mon[105578]: pgmap v2210: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 6.7 GiB data, 24 GiB used, 602 GiB / 626 GiB avail; 3.5 MiB/s wr, 920 op/s; 30507/327735 objects degraded (9.308%); 2646/327735 objects misplaced (0.807%); 8.1 MiB/s, 129 objects/s recovering 2024-09-13T15:04:38.448 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:04:38.485 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:38.486 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:38.486 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:04:38.587 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:04:38.631 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:38.631 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:38.632 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:04:38.733 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:04:38.762 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:38.763 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:38.763 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:04:38.864 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:04:38.894 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:38.894 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:38.895 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:04:38.996 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:04:39.030 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:39.031 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:39.031 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:04:39.132 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:04:39.173 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:39.174 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:39.174 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:04:39.275 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:04:39.304 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:39.305 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:39.308 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:04:39.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:39 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 30507/327735 objects degraded (9.308%), 9 pgs degraded (PG_DEGRADED) 2024-09-13T15:04:39.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:39 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 30507/327735 objects degraded (9.308%), 9 pgs degraded (PG_DEGRADED) 2024-09-13T15:04:39.409 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:04:39.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:39 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 30507/327735 objects degraded (9.308%), 9 pgs degraded (PG_DEGRADED) 2024-09-13T15:04:39.429 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:39.430 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:39.430 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:04:39.531 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:04:39.557 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:39.557 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:39.558 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:04:39.658 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:04:39.699 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:39.699 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:39.700 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:04:39.801 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:04:39.850 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:39.851 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:39.851 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:04:39.952 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:04:40.002 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:40.003 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:40.003 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:04:40.104 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:04:40.125 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:40.126 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:40.126 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:04:40.227 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:04:40.249 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:40.250 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:40.250 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:04:40.351 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:04:40.373 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:40.374 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:40.374 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:04:40.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:40 smithi071 ceph-mon[107477]: pgmap v2211: 109 pgs: 1 active+remapped+backfilling, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 6.6 GiB data, 24 GiB used, 602 GiB / 626 GiB avail; 1.6 MiB/s wr, 847 op/s; 30507/326142 objects degraded (9.354%); 2179/326142 objects misplaced (0.668%); 7.4 MiB/s, 117 objects/s recovering 2024-09-13T15:04:40.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:40 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T15:04:40.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:40 smithi071 ceph-mon[112785]: pgmap v2211: 109 pgs: 1 active+remapped+backfilling, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 6.6 GiB data, 24 GiB used, 602 GiB / 626 GiB avail; 1.6 MiB/s wr, 847 op/s; 30507/326142 objects degraded (9.354%); 2179/326142 objects misplaced (0.668%); 7.4 MiB/s, 117 objects/s recovering 2024-09-13T15:04:40.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:40 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T15:04:40.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:40 smithi104 ceph-mon[105578]: pgmap v2211: 109 pgs: 1 active+remapped+backfilling, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 6.6 GiB data, 24 GiB used, 602 GiB / 626 GiB avail; 1.6 MiB/s wr, 847 op/s; 30507/326142 objects degraded (9.354%); 2179/326142 objects misplaced (0.668%); 7.4 MiB/s, 117 objects/s recovering 2024-09-13T15:04:40.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:40 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T15:04:40.475 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:04:40.500 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:40.501 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:40.501 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:04:40.602 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:04:40.626 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:40.626 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:40.627 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:04:40.727 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:04:40.775 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:40.776 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:40.776 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:04:40.877 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:04:40.917 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:40.917 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:40.918 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:04:41.018 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:04:41.056 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:41.056 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:41.057 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:04:41.157 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:04:41.204 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:41.204 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:41.205 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:04:41.305 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:04:41.337 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:41.337 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:41.338 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:04:41.439 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:04:41.466 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:41.467 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:41.467 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:04:41.568 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:04:41.606 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:41.606 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:41.607 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:04:41.708 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:04:41.752 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:41.753 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:41.754 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:04:41.854 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.2 dump_blocked_ops 2024-09-13T15:04:41.854 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:04:41.900 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:41.900 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:41.901 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:04:42.002 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:04:42.029 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:42.030 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:42.030 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:04:42.081 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:42 smithi071 ceph-mon[107477]: pgmap v2212: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 6.4 GiB data, 24 GiB used, 602 GiB / 626 GiB avail; 0 B/s wr, 836 op/s; 30138/316827 objects degraded (9.512%); 2179/316827 objects misplaced (0.688%); 7.3 MiB/s, 116 objects/s recovering 2024-09-13T15:04:42.083 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:42 smithi071 ceph-mon[112785]: pgmap v2212: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 6.4 GiB data, 24 GiB used, 602 GiB / 626 GiB avail; 0 B/s wr, 836 op/s; 30138/316827 objects degraded (9.512%); 2179/316827 objects misplaced (0.688%); 7.3 MiB/s, 116 objects/s recovering 2024-09-13T15:04:42.131 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:04:42.144 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T15:04:42.144 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T15:04:42.168 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:42.169 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:42.169 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:04:42.175 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T15:04:42.175 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T15:04:42.206 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T15:04:42.206 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T15:04:42.239 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T15:04:42.239 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T15:04:42.270 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:04:42.274 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T15:04:42.274 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T15:04:42.301 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:42.302 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:42.302 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:04:42.304 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T15:04:42.305 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T15:04:42.337 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T15:04:42.338 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T15:04:42.372 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T15:04:42.372 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T15:04:42.380 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:42 smithi104 ceph-mon[105578]: pgmap v2212: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 6.4 GiB data, 24 GiB used, 602 GiB / 626 GiB avail; 0 B/s wr, 836 op/s; 30138/316827 objects degraded (9.512%); 2179/316827 objects misplaced (0.688%); 7.3 MiB/s, 116 objects/s recovering 2024-09-13T15:04:42.403 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:04:42.439 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:42.439 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:42.440 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:04:42.541 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:04:42.582 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:42.583 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:42.583 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:04:42.684 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:04:42.729 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:42.730 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:42.730 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:04:42.831 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:04:42.864 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:42.865 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:42.865 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:04:42.891 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:04:42 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:04:42] "GET /metrics HTTP/1.1" 200 36708 "" "Prometheus/2.51.0" 2024-09-13T15:04:42.966 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:04:42.999 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:43.000 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:43.000 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:04:43.101 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:04:43.137 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:43.137 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:43.138 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:04:43.238 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:04:43.277 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:43.278 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:43.279 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:04:43.310 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:43 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/517417037' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:04:43.310 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:43 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/517417037' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:04:43.380 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:04:43.396 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:43 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/517417037' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:04:43.414 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:43.415 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:43.415 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:04:43.516 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:04:43.555 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:43.556 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:43.556 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:04:43.657 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:04:43.687 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:43.687 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:43.688 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:04:43.789 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:04:43.828 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:43.829 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:43.829 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:04:43.930 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:04:43.983 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:43.984 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:43.984 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:04:44.085 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:04:44.128 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:44.129 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:44.129 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:04:44.230 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:04:44.267 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:44.268 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:44.268 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:04:44.328 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:44 smithi071 ceph-mon[112785]: pgmap v2213: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 6.4 GiB data, 23 GiB used, 602 GiB / 626 GiB avail; 0 B/s wr, 831 op/s; 30138/315387 objects degraded (9.556%); 2179/315387 objects misplaced (0.691%); 7.3 MiB/s, 116 objects/s recovering 2024-09-13T15:04:44.329 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:44 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 30138/315387 objects degraded (9.556%), 9 pgs degraded, 5 pgs undersized (PG_DEGRADED) 2024-09-13T15:04:44.332 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:44 smithi071 ceph-mon[107477]: pgmap v2213: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 6.4 GiB data, 23 GiB used, 602 GiB / 626 GiB avail; 0 B/s wr, 831 op/s; 30138/315387 objects degraded (9.556%); 2179/315387 objects misplaced (0.691%); 7.3 MiB/s, 116 objects/s recovering 2024-09-13T15:04:44.332 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:44 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 30138/315387 objects degraded (9.556%), 9 pgs degraded, 5 pgs undersized (PG_DEGRADED) 2024-09-13T15:04:44.349 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:04:44.369 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:04:44.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:44 smithi104 ceph-mon[105578]: pgmap v2213: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 6.4 GiB data, 23 GiB used, 602 GiB / 626 GiB avail; 0 B/s wr, 831 op/s; 30138/315387 objects degraded (9.556%); 2179/315387 objects misplaced (0.691%); 7.3 MiB/s, 116 objects/s recovering 2024-09-13T15:04:44.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:44 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 30138/315387 objects degraded (9.556%), 9 pgs degraded, 5 pgs undersized (PG_DEGRADED) 2024-09-13T15:04:44.424 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:44.428 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:44.429 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:04:44.529 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:04:44.575 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:44.575 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:44.575 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:04:44.676 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:04:44.727 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:44.727 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:44.728 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:04:44.828 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:04:44.871 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:44.872 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:44.872 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:04:44.973 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:04:45.032 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:45.033 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:45.033 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:04:45.065 INFO:teuthology.orchestra.run.smithi071.stderr:reweighted osd.4 to 1 (10000) 2024-09-13T15:04:45.135 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:04:45.173 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:45.173 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:45.174 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:04:45.274 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:04:45.315 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:45.315 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:45.316 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:04:45.348 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=false 2024-09-13T15:04:45.351 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:04:45.352 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:45 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/637419258' entity='client.admin' cmd={"prefix": "osd reweight", "id": 4, "weight": 1.0} : dispatch 2024-09-13T15:04:45.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:04:45.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:45 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/637419258' entity='client.admin' cmd={"prefix": "osd reweight", "id": 4, "weight": 1.0} : dispatch 2024-09-13T15:04:45.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:04:45.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:45 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/637419258' entity='client.admin' cmd={"prefix": "osd reweight", "id": 4, "weight": 1.0} : dispatch 2024-09-13T15:04:45.417 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:04:45.477 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:45.477 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:45.478 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:04:45.579 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:04:45.630 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:45.630 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:45.631 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:04:45.732 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:04:45.767 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:45.768 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:45.768 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:04:45.841 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd unset nodeep-scrub 2024-09-13T15:04:45.869 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:04:45.934 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:45.935 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:45.935 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:04:46.036 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:04:46.075 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:46.075 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:46.076 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:04:46.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:46 smithi071 ceph-mon[107477]: pgmap v2214: 109 pgs: 1 active+remapped+backfilling, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 6.3 GiB data, 23 GiB used, 603 GiB / 626 GiB avail; 0 B/s wr, 815 op/s; 30006/311007 objects degraded (9.648%); 1649/311007 objects misplaced (0.530%); 6.9 MiB/s, 110 objects/s recovering 2024-09-13T15:04:46.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:46 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/637419258' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 4, "weight": 1.0}]': finished 2024-09-13T15:04:46.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:46 smithi071 ceph-mon[107477]: osdmap e1413: 8 total, 8 up, 7 in 2024-09-13T15:04:46.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:46 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:04:46.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:46 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:04:46.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:46 smithi071 ceph-mon[112785]: pgmap v2214: 109 pgs: 1 active+remapped+backfilling, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 6.3 GiB data, 23 GiB used, 603 GiB / 626 GiB avail; 0 B/s wr, 815 op/s; 30006/311007 objects degraded (9.648%); 1649/311007 objects misplaced (0.530%); 6.9 MiB/s, 110 objects/s recovering 2024-09-13T15:04:46.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:46 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/637419258' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 4, "weight": 1.0}]': finished 2024-09-13T15:04:46.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:46 smithi071 ceph-mon[112785]: osdmap e1413: 8 total, 8 up, 7 in 2024-09-13T15:04:46.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:46 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:04:46.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:46 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:04:46.176 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:04:46.215 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:46.215 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:46.216 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:04:46.316 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:04:46.351 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:46.351 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:46.351 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:04:46.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:46 smithi104 ceph-mon[105578]: pgmap v2214: 109 pgs: 1 active+remapped+backfilling, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 6.3 GiB data, 23 GiB used, 603 GiB / 626 GiB avail; 0 B/s wr, 815 op/s; 30006/311007 objects degraded (9.648%); 1649/311007 objects misplaced (0.530%); 6.9 MiB/s, 110 objects/s recovering 2024-09-13T15:04:46.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:46 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/637419258' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 4, "weight": 1.0}]': finished 2024-09-13T15:04:46.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:46 smithi104 ceph-mon[105578]: osdmap e1413: 8 total, 8 up, 7 in 2024-09-13T15:04:46.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:46 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:04:46.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:46 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:04:46.452 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:04:46.481 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:46.482 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:46.482 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:04:46.583 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:04:46.618 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:46.619 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:46.619 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:04:46.720 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:04:46.741 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:46.742 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:46.742 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:04:46.843 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:04:46.876 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:46.877 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:46.877 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:04:46.978 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:04:47.013 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:47.014 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:47.014 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:04:47.115 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:04:47.153 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:47.153 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:47.154 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:04:47.254 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:04:47.294 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:47.295 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:47.295 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:04:47.396 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:04:47.435 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:47.436 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:47.436 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:04:47.537 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:04:47.575 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:47.576 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:47.576 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:04:47.677 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:04:47.716 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:47.717 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:47.717 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:04:47.798 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd reweight 7 1 2024-09-13T15:04:47.818 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:04:47.846 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:47.847 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:47.848 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:04:47.948 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:04:48.023 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:48.023 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:48.024 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:04:48.124 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:04:48.161 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:48.162 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:48.163 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:04:48.263 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:04:48.285 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:48.286 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:48.286 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:04:48.387 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:04:48.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:48 smithi071 ceph-mon[112785]: pgmap v2216: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 6.2 GiB data, 23 GiB used, 603 GiB / 626 GiB avail; 0 B/s wr, 822 op/s; 29761/303039 objects degraded (9.821%); 1649/303039 objects misplaced (0.544%); 6.9 MiB/s, 110 objects/s recovering 2024-09-13T15:04:48.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:48 smithi071 ceph-mon[107477]: pgmap v2216: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 6.2 GiB data, 23 GiB used, 603 GiB / 626 GiB avail; 0 B/s wr, 822 op/s; 29761/303039 objects degraded (9.821%); 1649/303039 objects misplaced (0.544%); 6.9 MiB/s, 110 objects/s recovering 2024-09-13T15:04:48.413 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:48.413 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:48.414 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:04:48.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:48 smithi104 ceph-mon[105578]: pgmap v2216: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 6.2 GiB data, 23 GiB used, 603 GiB / 626 GiB avail; 0 B/s wr, 822 op/s; 29761/303039 objects degraded (9.821%); 1649/303039 objects misplaced (0.544%); 6.9 MiB/s, 110 objects/s recovering 2024-09-13T15:04:48.514 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:04:48.604 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:48.605 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:48.605 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:04:48.706 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:04:48.742 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:48.743 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:48.743 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:04:48.844 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:04:48.900 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:48.900 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:48.901 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:04:49.002 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:04:49.034 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:49.034 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:49.035 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:04:49.136 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:04:49.169 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:49.170 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:49.171 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:04:49.272 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:04:49.310 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:49.311 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:49.311 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:04:49.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:49 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 29761/303039 objects degraded (9.821%), 9 pgs degraded, 5 pgs undersized (PG_DEGRADED) 2024-09-13T15:04:49.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:49 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 29761/303039 objects degraded (9.821%), 9 pgs degraded, 5 pgs undersized (PG_DEGRADED) 2024-09-13T15:04:49.412 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:04:49.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:49 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 29761/303039 objects degraded (9.821%), 9 pgs degraded, 5 pgs undersized (PG_DEGRADED) 2024-09-13T15:04:49.443 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:49.444 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:49.444 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:04:49.545 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:04:49.578 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:49.579 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:49.579 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:04:49.680 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:04:49.711 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:49.711 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:49.712 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:04:49.812 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:04:49.847 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:49.848 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:49.848 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:04:49.915 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T15:04:49.915 INFO:teuthology.orchestra.run.smithi071.stdout: "ops": [], 2024-09-13T15:04:49.915 INFO:teuthology.orchestra.run.smithi071.stdout: "complaint_time": 30, 2024-09-13T15:04:49.915 INFO:teuthology.orchestra.run.smithi071.stdout: "num_blocked_ops": 0 2024-09-13T15:04:49.915 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T15:04:49.949 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:04:49.980 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:49.981 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:49.981 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:04:50.082 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:04:50.114 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:50.114 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:50.115 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:04:50.142 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:04:50.142 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:04:50.215 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:04:50.273 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:50.274 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:50.275 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:04:50.376 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:04:50.417 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:50.418 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:50.418 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:04:50.519 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:04:50.560 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:50.561 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:50.561 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:04:50.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:50 smithi071 ceph-mon[107477]: pgmap v2217: 109 pgs: 1 active+remapped+backfilling, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 6.1 GiB data, 23 GiB used, 603 GiB / 626 GiB avail; 0 B/s wr, 821 op/s; 29761/301488 objects degraded (9.871%); 1023/301488 objects misplaced (0.339%); 8.1 MiB/s, 129 objects/s recovering 2024-09-13T15:04:50.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:50 smithi071 ceph-mon[112785]: pgmap v2217: 109 pgs: 1 active+remapped+backfilling, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 6.1 GiB data, 23 GiB used, 603 GiB / 626 GiB avail; 0 B/s wr, 821 op/s; 29761/301488 objects degraded (9.871%); 1023/301488 objects misplaced (0.339%); 8.1 MiB/s, 129 objects/s recovering 2024-09-13T15:04:50.662 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:04:50.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:50 smithi104 ceph-mon[105578]: pgmap v2217: 109 pgs: 1 active+remapped+backfilling, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 6.1 GiB data, 23 GiB used, 603 GiB / 626 GiB avail; 0 B/s wr, 821 op/s; 29761/301488 objects degraded (9.871%); 1023/301488 objects misplaced (0.339%); 8.1 MiB/s, 129 objects/s recovering 2024-09-13T15:04:50.690 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:50.691 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:50.691 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:04:50.792 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:04:50.819 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.2 dump_historic_ops 2024-09-13T15:04:50.838 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:50.839 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:50.839 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:04:50.940 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:04:50.971 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:50.971 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:50.972 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:04:51.028 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:04:51.072 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:04:51.144 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:51.145 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:51.145 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:04:51.246 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:04:51.273 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:51.274 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:51.274 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:04:51.375 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:04:51.425 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:51.425 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:51.426 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:04:51.527 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:04:51.562 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:51.562 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:51.562 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:04:51.663 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:04:51.697 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:51.698 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:51.698 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:04:51.799 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:04:51.840 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:51.840 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:51.840 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:04:51.922 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 15:04:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=cleanup t=2024-09-13T15:04:51.642841017Z level=info msg="Completed cleanup jobs" duration=36.115828ms 2024-09-13T15:04:51.922 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 15:04:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=plugins.update.checker t=2024-09-13T15:04:51.763350781Z level=info msg="Update check succeeded" duration=66.431336ms 2024-09-13T15:04:51.922 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 15:04:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=grafana.update.checker t=2024-09-13T15:04:51.771383944Z level=info msg="Update check succeeded" duration=66.257861ms 2024-09-13T15:04:51.941 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:04:51.962 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:51.962 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:51.963 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:04:52.064 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:04:52.097 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:52.097 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:52.098 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:04:52.198 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:04:52.233 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:52.233 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:52.233 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:04:52.334 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:04:52.370 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:52.371 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:52.371 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:04:52.472 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:04:52.504 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:52.505 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:52.505 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:04:52.606 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:04:52.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:52 smithi071 ceph-mon[107477]: pgmap v2218: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 5.9 GiB data, 22 GiB used, 604 GiB / 626 GiB avail; 0 B/s wr, 823 op/s; 29293/292110 objects degraded (10.028%); 1023/292110 objects misplaced (0.350%); 8.3 MiB/s, 132 objects/s recovering 2024-09-13T15:04:52.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:52 smithi071 ceph-mon[112785]: pgmap v2218: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 5.9 GiB data, 22 GiB used, 604 GiB / 626 GiB avail; 0 B/s wr, 823 op/s; 29293/292110 objects degraded (10.028%); 1023/292110 objects misplaced (0.350%); 8.3 MiB/s, 132 objects/s recovering 2024-09-13T15:04:52.648 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:52.648 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:52.649 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:04:52.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:52 smithi104 ceph-mon[105578]: pgmap v2218: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 5.9 GiB data, 22 GiB used, 604 GiB / 626 GiB avail; 0 B/s wr, 823 op/s; 29293/292110 objects degraded (10.028%); 1023/292110 objects misplaced (0.350%); 8.3 MiB/s, 132 objects/s recovering 2024-09-13T15:04:52.749 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:04:52.780 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:52.780 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:52.781 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:04:52.881 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:04:52.923 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:52.924 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:52.924 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:04:53.025 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:04:53.058 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:53.058 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:53.059 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:04:53.132 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:04:52 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:04:52] "GET /metrics HTTP/1.1" 200 36709 "" "Prometheus/2.51.0" 2024-09-13T15:04:53.160 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:04:53.188 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:53.188 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:53.188 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:04:53.289 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:04:53.324 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:53.324 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:53.325 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:04:53.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:53 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 29293/292110 objects degraded (10.028%), 9 pgs degraded, 5 pgs undersized (PG_DEGRADED) 2024-09-13T15:04:53.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:53 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 29293/292110 objects degraded (10.028%), 9 pgs degraded, 5 pgs undersized (PG_DEGRADED) 2024-09-13T15:04:53.425 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:04:53.454 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:53.455 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:53.455 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:04:53.556 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:04:53.588 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:53.589 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:53.589 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:04:53.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:53 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 29293/292110 objects degraded (10.028%), 9 pgs degraded, 5 pgs undersized (PG_DEGRADED) 2024-09-13T15:04:53.691 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:04:53.723 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:53.724 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:53.725 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:04:53.826 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:04:53.864 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:53.864 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:53.865 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:04:53.965 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:04:54.003 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:54.004 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:54.004 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:04:54.105 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:04:54.134 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:54.135 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:54.136 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:04:54.236 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:04:54.273 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:54.273 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:54.274 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:04:54.375 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:04:54.414 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:54.415 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:54.415 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:04:54.516 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:04:54.548 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:54.548 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:54.549 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:04:54.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:54 smithi071 ceph-mon[107477]: pgmap v2219: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 5.9 GiB data, 22 GiB used, 604 GiB / 626 GiB avail; 0 B/s wr, 830 op/s; 29293/290460 objects degraded (10.085%); 1023/290460 objects misplaced (0.352%); 8.3 MiB/s, 132 objects/s recovering 2024-09-13T15:04:54.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:54 smithi071 ceph-mon[112785]: pgmap v2219: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 5.9 GiB data, 22 GiB used, 604 GiB / 626 GiB avail; 0 B/s wr, 830 op/s; 29293/290460 objects degraded (10.085%); 1023/290460 objects misplaced (0.352%); 8.3 MiB/s, 132 objects/s recovering 2024-09-13T15:04:54.650 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:04:54.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:54 smithi104 ceph-mon[105578]: pgmap v2219: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 5.9 GiB data, 22 GiB used, 604 GiB / 626 GiB avail; 0 B/s wr, 830 op/s; 29293/290460 objects degraded (10.085%); 1023/290460 objects misplaced (0.352%); 8.3 MiB/s, 132 objects/s recovering 2024-09-13T15:04:54.694 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:54.695 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:54.696 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:04:54.796 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:04:54.831 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:54.832 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:54.832 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:04:54.933 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:04:54.963 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:54.964 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:54.964 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:04:55.066 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:04:55.101 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:55.102 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:55.102 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:04:55.203 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:04:55.237 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:55.238 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:55.238 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:04:55.339 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:04:55.376 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:55.377 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:55.378 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:04:55.478 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:04:55.516 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:55.517 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:55.517 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:04:55.618 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:04:55.649 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:55.650 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:55.650 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:04:55.751 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:04:55.776 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:55.776 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:55.776 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:04:55.877 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:04:55.917 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:55.917 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:55.918 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:04:56.019 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:04:56.053 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:56.054 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:56.054 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:04:56.155 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:04:56.190 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:56.191 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:56.191 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:04:56.292 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:04:56.332 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:56.333 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:56.333 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:04:56.434 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:04:56.475 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:56.476 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:56.476 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:04:56.577 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:04:56.611 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:56.611 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:56.612 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:04:56.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:56 smithi071 ceph-mon[107477]: pgmap v2220: 109 pgs: 1 active+remapped+backfilling, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 5.8 GiB data, 22 GiB used, 604 GiB / 626 GiB avail; 0 B/s wr, 845 op/s; 29131/285621 objects degraded (10.199%); 425/285621 objects misplaced (0.149%); 9.2 MiB/s, 146 objects/s recovering 2024-09-13T15:04:56.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:56 smithi071 ceph-mon[112785]: pgmap v2220: 109 pgs: 1 active+remapped+backfilling, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 5.8 GiB data, 22 GiB used, 604 GiB / 626 GiB avail; 0 B/s wr, 845 op/s; 29131/285621 objects degraded (10.199%); 425/285621 objects misplaced (0.149%); 9.2 MiB/s, 146 objects/s recovering 2024-09-13T15:04:56.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:56 smithi104 ceph-mon[105578]: pgmap v2220: 109 pgs: 1 active+remapped+backfilling, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 5.8 GiB data, 22 GiB used, 604 GiB / 626 GiB avail; 0 B/s wr, 845 op/s; 29131/285621 objects degraded (10.199%); 425/285621 objects misplaced (0.149%); 9.2 MiB/s, 146 objects/s recovering 2024-09-13T15:04:56.713 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:04:56.750 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:56.751 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:56.752 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:04:56.853 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:04:56.882 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:56.883 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:56.883 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:04:56.984 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:04:57.018 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:57.019 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:57.019 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:04:57.120 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:04:57.157 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:57.157 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:57.157 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:04:57.258 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:04:57.298 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:57.299 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:57.299 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:04:57.400 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:04:57.434 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:57.459 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:57.459 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:04:57.560 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:04:57.585 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:57.585 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:57.586 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:04:57.687 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:04:57.708 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:57.708 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:57.709 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:04:57.810 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:04:57.832 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:57.833 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:57.833 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:04:57.934 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:04:57.956 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:57.957 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:57.957 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:04:58.058 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:04:58.080 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:58.080 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:58.080 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:04:58.181 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:04:58.203 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:58.203 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:58.204 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:04:58.305 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:04:58.326 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:58.327 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:58.327 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:04:58.428 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:04:58.453 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:58.453 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:58.454 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:04:58.554 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:04:58.576 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:58.576 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:58.577 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:04:58.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:58 smithi071 ceph-mon[107477]: pgmap v2221: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 5.6 GiB data, 21 GiB used, 604 GiB / 626 GiB avail; 0 B/s wr, 948 op/s; 28833/277161 objects degraded (10.403%); 425/277161 objects misplaced (0.153%); 7.7 MiB/s, 123 objects/s recovering 2024-09-13T15:04:58.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:58 smithi071 ceph-mon[107477]: osdmap e1414: 8 total, 8 up, 7 in 2024-09-13T15:04:58.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:58 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 28833/277161 objects degraded (10.403%), 9 pgs degraded, 6 pgs undersized (PG_DEGRADED) 2024-09-13T15:04:58.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:58 smithi071 ceph-mon[112785]: pgmap v2221: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 5.6 GiB data, 21 GiB used, 604 GiB / 626 GiB avail; 0 B/s wr, 948 op/s; 28833/277161 objects degraded (10.403%); 425/277161 objects misplaced (0.153%); 7.7 MiB/s, 123 objects/s recovering 2024-09-13T15:04:58.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:58 smithi071 ceph-mon[112785]: osdmap e1414: 8 total, 8 up, 7 in 2024-09-13T15:04:58.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:58 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 28833/277161 objects degraded (10.403%), 9 pgs degraded, 6 pgs undersized (PG_DEGRADED) 2024-09-13T15:04:58.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:58 smithi104 ceph-mon[105578]: pgmap v2221: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 5.6 GiB data, 21 GiB used, 604 GiB / 626 GiB avail; 0 B/s wr, 948 op/s; 28833/277161 objects degraded (10.403%); 425/277161 objects misplaced (0.153%); 7.7 MiB/s, 123 objects/s recovering 2024-09-13T15:04:58.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:58 smithi104 ceph-mon[105578]: osdmap e1414: 8 total, 8 up, 7 in 2024-09-13T15:04:58.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:58 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 28833/277161 objects degraded (10.403%), 9 pgs degraded, 6 pgs undersized (PG_DEGRADED) 2024-09-13T15:04:58.677 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:04:58.699 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:58.699 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:58.700 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:04:58.800 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:04:58.834 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:58.834 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:58.835 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:04:58.936 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:04:58.964 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:58.965 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:58.965 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:04:59.066 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:04:59.093 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:59.094 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:59.094 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:04:59.195 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:04:59.234 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:59.234 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:59.235 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:04:59.336 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:04:59.368 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:59.369 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:59.369 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:04:59.470 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:04:59.516 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:59.517 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:59.517 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:04:59.618 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:04:59.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:04:59 smithi071 ceph-mon[107477]: osdmap e1415: 8 total, 8 up, 7 in 2024-09-13T15:04:59.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:04:59 smithi071 ceph-mon[112785]: osdmap e1415: 8 total, 8 up, 7 in 2024-09-13T15:04:59.647 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:04:59.648 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:59.648 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:04:59.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:04:59 smithi104 ceph-mon[105578]: osdmap e1415: 8 total, 8 up, 7 in 2024-09-13T15:04:59.749 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:04:59.779 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:59.780 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:59.780 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:04:59.881 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:04:59.930 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:04:59.931 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:04:59.931 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:05:00.032 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:00.077 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:00.078 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:00.078 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:00.179 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:05:00.216 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:00.217 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:00.217 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:05:00.318 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:05:00.368 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:00.368 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:00.369 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:05:00.469 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:05:00.503 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:00.504 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:00.504 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:05:00.605 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:05:00.644 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:00.645 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:00.645 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:05:00.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:00 smithi104 ceph-mon[105578]: pgmap v2224: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 5.6 GiB data, 21 GiB used, 604 GiB / 626 GiB avail; 0 B/s wr, 654 op/s; 28833/276396 objects degraded (10.432%); 425/276396 objects misplaced (0.154%); 5.7 MiB/s, 90 objects/s recovering 2024-09-13T15:05:00.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:00 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:05:00.707 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:00 smithi071 ceph-mon[107477]: pgmap v2224: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 5.6 GiB data, 21 GiB used, 604 GiB / 626 GiB avail; 0 B/s wr, 654 op/s; 28833/276396 objects degraded (10.432%); 425/276396 objects misplaced (0.154%); 5.7 MiB/s, 90 objects/s recovering 2024-09-13T15:05:00.707 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:00 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:05:00.707 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:00 smithi071 ceph-mon[112785]: pgmap v2224: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 5.6 GiB data, 21 GiB used, 604 GiB / 626 GiB avail; 0 B/s wr, 654 op/s; 28833/276396 objects degraded (10.432%); 425/276396 objects misplaced (0.154%); 5.7 MiB/s, 90 objects/s recovering 2024-09-13T15:05:00.707 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:00 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:05:00.746 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:05:00.778 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:00.779 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:00.780 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:05:00.880 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:00.935 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:00.936 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:00.936 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:01.037 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:01.077 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:01.079 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:01.079 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:01.173 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T15:05:01.173 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T15:05:01.180 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:05:01.208 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T15:05:01.209 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T15:05:01.215 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:01.215 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:01.216 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:05:01.250 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T15:05:01.250 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T15:05:01.283 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T15:05:01.283 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T15:05:01.316 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:05:01.325 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T15:05:01.325 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T15:05:01.349 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:01.350 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:01.350 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:05:01.361 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T15:05:01.362 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T15:05:01.398 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T15:05:01.398 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T15:05:01.438 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T15:05:01.438 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T15:05:01.451 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:05:01.481 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:01.482 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:01.482 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:05:01.520 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:01 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1443216431' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:05:01.520 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:01 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1443216431' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:05:01.582 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:01.629 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:01.630 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:01.630 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:01.731 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:05:01.772 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:01.773 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:01.773 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:05:01.874 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:05:01.905 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:01.905 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:01.906 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:05:01.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:01 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1443216431' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:05:02.006 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:02.037 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:02.037 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:02.037 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:02.138 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:05:02.173 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:02.176 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:02.177 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:05:02.215 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:05:02.277 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:05:02.312 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:02.313 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:02.313 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:05:02.414 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:02.438 INFO:teuthology.orchestra.run.smithi071.stderr:nodeep-scrub is unset 2024-09-13T15:05:02.475 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:02.475 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:02.476 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:02.576 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:02.613 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:02.613 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:02.614 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:02.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:02 smithi071 ceph-mon[107477]: pgmap v2225: 109 pgs: 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 5.4 GiB data, 21 GiB used, 605 GiB / 626 GiB avail; 0 B/s wr, 951 op/s; 28302/267618 objects degraded (10.576%); 11 MiB/s, 182 objects/s recovering 2024-09-13T15:05:02.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:02 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/795773680' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:05:02.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:02 smithi071 ceph-mon[112785]: pgmap v2225: 109 pgs: 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 5.4 GiB data, 21 GiB used, 605 GiB / 626 GiB avail; 0 B/s wr, 951 op/s; 28302/267618 objects degraded (10.576%); 11 MiB/s, 182 objects/s recovering 2024-09-13T15:05:02.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:02 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/795773680' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:05:02.715 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:02.746 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:02.747 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:02.747 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:02.848 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:02.878 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:02.878 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:02.879 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:02.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:02 smithi104 ceph-mon[105578]: pgmap v2225: 109 pgs: 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 5.4 GiB data, 21 GiB used, 605 GiB / 626 GiB avail; 0 B/s wr, 951 op/s; 28302/267618 objects degraded (10.576%); 11 MiB/s, 182 objects/s recovering 2024-09-13T15:05:02.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:02 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/795773680' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:05:02.980 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:03.010 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:03.011 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:03.011 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:03.043 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:05:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:05:02] "GET /metrics HTTP/1.1" 200 36703 "" "Prometheus/2.51.0" 2024-09-13T15:05:03.112 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:03.145 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:03.146 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:03.146 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:03.247 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:03.275 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:03.276 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:03.276 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:03.377 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:03.411 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:03.412 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:03.412 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:03.513 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:03.550 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:03.551 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:03.551 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:03.652 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:05:03.694 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:03.695 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:03.696 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:05:03.796 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:05:03.826 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:03.826 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:03.827 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:05:03.830 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:03 smithi071 ceph-mon[107477]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T15:05:03.830 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:03 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/795773680' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T15:05:03.830 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:03 smithi071 ceph-mon[107477]: osdmap e1416: 8 total, 8 up, 7 in 2024-09-13T15:05:03.830 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:03 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 28302/267618 objects degraded (10.576%), 9 pgs degraded, 6 pgs undersized (PG_DEGRADED) 2024-09-13T15:05:03.831 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:03 smithi071 ceph-mon[112785]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T15:05:03.831 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:03 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/795773680' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T15:05:03.831 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:03 smithi071 ceph-mon[112785]: osdmap e1416: 8 total, 8 up, 7 in 2024-09-13T15:05:03.831 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:03 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 28302/267618 objects degraded (10.576%), 9 pgs degraded, 6 pgs undersized (PG_DEGRADED) 2024-09-13T15:05:03.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:03 smithi104 ceph-mon[105578]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T15:05:03.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:03 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/795773680' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T15:05:03.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:03 smithi104 ceph-mon[105578]: osdmap e1416: 8 total, 8 up, 7 in 2024-09-13T15:05:03.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:03 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 28302/267618 objects degraded (10.576%), 9 pgs degraded, 6 pgs undersized (PG_DEGRADED) 2024-09-13T15:05:03.928 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:03.966 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:03.967 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:03.967 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:04.068 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:05:04.096 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:04.097 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:04.097 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:05:04.198 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:04.234 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:04.234 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:04.235 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:04.335 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:04.359 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:04.359 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:04.360 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:04.460 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:04.465 INFO:teuthology.orchestra.run.smithi071.stderr:reweighted osd.7 to 1 (10000) 2024-09-13T15:05:04.488 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:04.489 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:04.489 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:04.590 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:05:04.623 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:04.624 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:04.625 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:05:04.725 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:05:04.760 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:04.761 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:04.761 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:05:04.862 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:05:04.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:04 smithi071 ceph-mon[107477]: pgmap v2227: 109 pgs: 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 5.4 GiB data, 21 GiB used, 605 GiB / 626 GiB avail; 0 B/s wr, 601 op/s; 28302/266331 objects degraded (10.627%); 7.6 MiB/s, 121 objects/s recovering 2024-09-13T15:05:04.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:04 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/539461222' entity='client.admin' cmd={"prefix": "osd reweight", "id": 7, "weight": 1.0} : dispatch 2024-09-13T15:05:04.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:04 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd reweight", "id": 7, "weight": 1.0} : dispatch 2024-09-13T15:05:04.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:04 smithi071 ceph-mon[112785]: pgmap v2227: 109 pgs: 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 5.4 GiB data, 21 GiB used, 605 GiB / 626 GiB avail; 0 B/s wr, 601 op/s; 28302/266331 objects degraded (10.627%); 7.6 MiB/s, 121 objects/s recovering 2024-09-13T15:05:04.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:04 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/539461222' entity='client.admin' cmd={"prefix": "osd reweight", "id": 7, "weight": 1.0} : dispatch 2024-09-13T15:05:04.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:04 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd reweight", "id": 7, "weight": 1.0} : dispatch 2024-09-13T15:05:04.897 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:04.898 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:04.898 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:05:04.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:04 smithi104 ceph-mon[105578]: pgmap v2227: 109 pgs: 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 5.4 GiB data, 21 GiB used, 605 GiB / 626 GiB avail; 0 B/s wr, 601 op/s; 28302/266331 objects degraded (10.627%); 7.6 MiB/s, 121 objects/s recovering 2024-09-13T15:05:04.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:04 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/539461222' entity='client.admin' cmd={"prefix": "osd reweight", "id": 7, "weight": 1.0} : dispatch 2024-09-13T15:05:04.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:04 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd reweight", "id": 7, "weight": 1.0} : dispatch 2024-09-13T15:05:04.998 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:05:05.033 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:05.034 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:05.034 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:05:05.135 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:05:05.172 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:05.173 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:05.173 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:05:05.274 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:05.309 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:05.310 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:05.310 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:05.411 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:05.442 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:05.443 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:05.443 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:05.544 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:05:05.580 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:05.581 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:05.581 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:05:05.682 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:05.711 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=true 2024-09-13T15:05:05.723 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:05.724 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:05.724 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:05.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:05 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 7, "weight": 1.0}]': finished 2024-09-13T15:05:05.803 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:05 smithi071 ceph-mon[107477]: osdmap e1417: 8 total, 8 up, 7 in 2024-09-13T15:05:05.804 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:05 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 7, "weight": 1.0}]': finished 2024-09-13T15:05:05.804 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:05 smithi071 ceph-mon[112785]: osdmap e1417: 8 total, 8 up, 7 in 2024-09-13T15:05:05.825 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:05.865 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:05.866 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:05.866 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:05.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:05 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 7, "weight": 1.0}]': finished 2024-09-13T15:05:05.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:05 smithi104 ceph-mon[105578]: osdmap e1417: 8 total, 8 up, 7 in 2024-09-13T15:05:05.966 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:06.000 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:06.001 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:06.001 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:06.102 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:06.136 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:06.137 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:06.137 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:06.238 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:06.259 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:06.260 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:06.261 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:06.361 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:05:06.382 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:06.383 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:06.383 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:05:06.484 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:05:06.519 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:06.520 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:06.520 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:05:06.621 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:05:06.660 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:06.661 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:06.661 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:05:06.762 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:06.796 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:06.796 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:06.796 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:06.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:06 smithi071 ceph-mon[107477]: pgmap v2229: 109 pgs: 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 5.3 GiB data, 21 GiB used, 605 GiB / 626 GiB avail; 0 B/s wr, 753 op/s; 28099/261573 objects degraded (10.742%); 8.9 MiB/s, 142 objects/s recovering 2024-09-13T15:05:06.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:06 smithi071 ceph-mon[112785]: pgmap v2229: 109 pgs: 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 5.3 GiB data, 21 GiB used, 605 GiB / 626 GiB avail; 0 B/s wr, 753 op/s; 28099/261573 objects degraded (10.742%); 8.9 MiB/s, 142 objects/s recovering 2024-09-13T15:05:06.897 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:06.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:06 smithi104 ceph-mon[105578]: pgmap v2229: 109 pgs: 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 5.3 GiB data, 21 GiB used, 605 GiB / 626 GiB avail; 0 B/s wr, 753 op/s; 28099/261573 objects degraded (10.742%); 8.9 MiB/s, 142 objects/s recovering 2024-09-13T15:05:06.931 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:06.932 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:06.933 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:07.033 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:07.070 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:07.071 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:07.072 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:07.172 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:07.211 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:07.212 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:07.213 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:07.316 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:05:07.351 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:07.352 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:07.352 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:05:07.453 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:05:07.480 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:07.481 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:07.481 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:05:07.582 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:07.604 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:07.604 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:07.605 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:07.706 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:07.742 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:07.742 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:07.743 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:07.844 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:05:07.872 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:07.873 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:07.873 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:05:07.974 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:05:08.007 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:08.007 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:08.008 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:05:08.108 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:08.153 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:08.154 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:08.154 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:08.255 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:05:08.290 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:08.290 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:08.291 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:05:08.391 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:05:08.415 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:08.416 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:08.416 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:05:08.517 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:08.543 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:08.544 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:08.544 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:08.645 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:05:08.677 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:08.678 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:08.678 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:05:08.779 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:05:08.815 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:08.815 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:08.816 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:05:08.825 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:08 smithi071 ceph-mon[107477]: pgmap v2230: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 5.2 GiB data, 20 GiB used, 606 GiB / 626 GiB avail; 0 B/s wr, 956 op/s; 27844/253434 objects degraded (10.987%); 7.3 MiB/s, 116 objects/s recovering 2024-09-13T15:05:08.826 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:08 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 27844/253434 objects degraded (10.987%), 9 pgs degraded, 6 pgs undersized (PG_DEGRADED) 2024-09-13T15:05:08.826 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:08 smithi071 ceph-mon[112785]: pgmap v2230: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 5.2 GiB data, 20 GiB used, 606 GiB / 626 GiB avail; 0 B/s wr, 956 op/s; 27844/253434 objects degraded (10.987%); 7.3 MiB/s, 116 objects/s recovering 2024-09-13T15:05:08.826 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:08 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 27844/253434 objects degraded (10.987%), 9 pgs degraded, 6 pgs undersized (PG_DEGRADED) 2024-09-13T15:05:08.917 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:05:08.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:08 smithi104 ceph-mon[105578]: pgmap v2230: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 5.2 GiB data, 20 GiB used, 606 GiB / 626 GiB avail; 0 B/s wr, 956 op/s; 27844/253434 objects degraded (10.987%); 7.3 MiB/s, 116 objects/s recovering 2024-09-13T15:05:08.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:08 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 27844/253434 objects degraded (10.987%), 9 pgs degraded, 6 pgs undersized (PG_DEGRADED) 2024-09-13T15:05:08.953 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:08.954 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:08.954 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:05:09.055 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:05:09.091 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:09.092 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:09.093 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:05:09.193 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:05:09.230 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:09.230 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:09.230 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:05:09.331 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:05:09.359 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:09.359 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:09.360 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:05:09.460 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:05:09.496 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:09.497 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:09.497 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:05:09.598 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:09.620 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:09.621 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:09.621 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:09.722 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:05:09.745 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:09.746 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:09.746 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:05:09.847 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:09.867 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:09.868 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:09.868 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:09.969 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:05:10.012 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:10.013 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:10.013 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:05:10.114 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:05:10.150 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:10.151 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:10.151 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:05:10.252 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:05:10.296 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:10.297 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:10.297 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:05:10.398 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:10.434 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:10.434 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:10.435 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:10.535 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:10.567 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:10.568 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:10.568 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:10.669 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:10.693 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:10.694 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:10.694 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:10.786 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:10 smithi071 ceph-mon[107477]: pgmap v2231: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 5.1 GiB data, 20 GiB used, 606 GiB / 626 GiB avail; 0 B/s wr, 620 op/s; 27844/252720 objects degraded (11.018%); 1.6 MiB/s, 25 objects/s recovering 2024-09-13T15:05:10.786 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:10 smithi071 ceph-mon[112785]: pgmap v2231: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 5.1 GiB data, 20 GiB used, 606 GiB / 626 GiB avail; 0 B/s wr, 620 op/s; 27844/252720 objects degraded (11.018%); 1.6 MiB/s, 25 objects/s recovering 2024-09-13T15:05:10.796 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:10.834 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:10.835 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:10.835 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:10.846 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd set noscrub 2024-09-13T15:05:10.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:10 smithi104 ceph-mon[105578]: pgmap v2231: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 5.1 GiB data, 20 GiB used, 606 GiB / 626 GiB avail; 0 B/s wr, 620 op/s; 27844/252720 objects degraded (11.018%); 1.6 MiB/s, 25 objects/s recovering 2024-09-13T15:05:10.936 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:05:10.979 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:10.980 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:10.981 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:05:11.081 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:11.121 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:11.122 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:11.123 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:11.224 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:11.255 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:11.256 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:11.256 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:11.357 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:11.389 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:11.390 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:11.391 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:11.491 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:05:11.522 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:11.522 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:11.523 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:05:11.624 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:11.659 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:11.659 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:11.660 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:11.760 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:11.794 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:11.795 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:11.795 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:11.896 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:05:11.928 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:11.928 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:11.929 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:05:12.030 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:05:12.074 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:12.074 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:12.075 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:05:12.175 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:12.215 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:12.216 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:12.217 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:12.317 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:05:12.351 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:12.352 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:12.352 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:05:12.453 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:05:12.455 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd reweight 2 1 2024-09-13T15:05:12.483 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:12.483 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:12.484 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:05:12.585 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:12.640 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:12.640 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:12.641 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:12.698 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:12 smithi071 ceph-mon[107477]: pgmap v2232: 109 pgs: 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 4.9 GiB data, 20 GiB used, 606 GiB / 626 GiB avail; 0 B/s wr, 927 op/s; 27353/242598 objects degraded (11.275%); 3.3 MiB/s, 52 objects/s recovering 2024-09-13T15:05:12.699 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:12 smithi071 ceph-mon[112785]: pgmap v2232: 109 pgs: 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 4.9 GiB data, 20 GiB used, 606 GiB / 626 GiB avail; 0 B/s wr, 927 op/s; 27353/242598 objects degraded (11.275%); 3.3 MiB/s, 52 objects/s recovering 2024-09-13T15:05:12.742 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:12.779 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:12.780 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:12.780 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:12.881 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:12.918 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:12.919 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:12.920 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:12.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:12 smithi104 ceph-mon[105578]: pgmap v2232: 109 pgs: 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 4.9 GiB data, 20 GiB used, 606 GiB / 626 GiB avail; 0 B/s wr, 927 op/s; 27353/242598 objects degraded (11.275%); 3.3 MiB/s, 52 objects/s recovering 2024-09-13T15:05:13.020 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:05:13.039 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:05:12 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:05:12] "GET /metrics HTTP/1.1" 200 36703 "" "Prometheus/2.51.0" 2024-09-13T15:05:13.057 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:13.058 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:13.058 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:05:13.159 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:05:13.197 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:13.197 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:13.198 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:05:13.289 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T15:05:13.289 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T15:05:13.299 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:13.327 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:13.328 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:13.328 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:13.429 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:13.464 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:13.465 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:13.465 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:13.566 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:05:13.601 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:13.602 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:13.602 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:05:13.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:13 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 27353/242598 objects degraded (11.275%), 9 pgs degraded, 6 pgs undersized (PG_DEGRADED) 2024-09-13T15:05:13.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:13 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 27353/242598 objects degraded (11.275%), 9 pgs degraded, 6 pgs undersized (PG_DEGRADED) 2024-09-13T15:05:13.703 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:05:13.739 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:13.740 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:13.740 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:05:13.841 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:05:13.842 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:05:13.908 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:13.908 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:13.909 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:05:13.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:13 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 27353/242598 objects degraded (11.275%), 9 pgs degraded, 6 pgs undersized (PG_DEGRADED) 2024-09-13T15:05:14.010 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:14.039 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:14.040 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:14.040 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:14.141 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:14.192 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:14.193 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:14.193 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:14.294 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:05:14.331 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:14.332 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:14.332 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:05:14.433 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:05:14.467 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:14.468 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:14.469 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:05:14.569 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:14.601 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:14.601 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:14.602 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:14.703 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:05:14.733 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:14.734 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:14.734 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:05:14.835 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:14.867 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:14.868 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:14.868 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:14.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:14 smithi071 ceph-mon[107477]: pgmap v2233: 109 pgs: 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 4.9 GiB data, 20 GiB used, 606 GiB / 626 GiB avail; 0 B/s wr, 841 op/s; 27353/241077 objects degraded (11.346%); 2.8 MiB/s, 44 objects/s recovering 2024-09-13T15:05:14.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:14 smithi071 ceph-mon[112785]: pgmap v2233: 109 pgs: 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 4.9 GiB data, 20 GiB used, 606 GiB / 626 GiB avail; 0 B/s wr, 841 op/s; 27353/241077 objects degraded (11.346%); 2.8 MiB/s, 44 objects/s recovering 2024-09-13T15:05:14.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:14 smithi104 ceph-mon[105578]: pgmap v2233: 109 pgs: 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 4.9 GiB data, 20 GiB used, 606 GiB / 626 GiB avail; 0 B/s wr, 841 op/s; 27353/241077 objects degraded (11.346%); 2.8 MiB/s, 44 objects/s recovering 2024-09-13T15:05:14.969 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:15.002 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:15.002 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:15.003 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:15.104 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:05:15.153 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:15.154 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:15.154 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:05:15.255 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:15.299 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:15.302 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:15.303 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:15.403 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:15.435 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:15.436 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:15.436 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:15.537 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:05:15.571 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:15.572 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:15.572 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:05:15.673 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:05:15.707 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:15.708 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:15.708 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:05:15.789 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:15 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:05:15.790 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:15 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:05:15.790 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:15 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:05:15.790 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:15 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:05:15.809 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:05:15.828 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.3 dump_ops_in_flight 2024-09-13T15:05:15.847 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:15.847 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:15.848 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:05:15.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:15 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:05:15.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:15 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:05:15.949 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:16.017 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:16.017 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:16.017 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:16.118 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:16.156 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:16.157 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:16.157 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:16.257 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:05:16.304 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:16.305 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:16.305 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:05:16.406 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:05:16.444 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:16.445 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:16.445 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:05:16.546 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:16.585 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:16.585 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:16.586 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:16.687 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:05:16.719 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:16.720 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:16.720 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:05:16.755 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:16 smithi071 ceph-mon[107477]: pgmap v2234: 109 pgs: 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 4.8 GiB data, 19 GiB used, 606 GiB / 626 GiB avail; 0 B/s wr, 903 op/s; 27107/236334 objects degraded (11.470%); 4.1 MiB/s, 65 objects/s recovering 2024-09-13T15:05:16.757 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:16 smithi071 ceph-mon[112785]: pgmap v2234: 109 pgs: 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 4.8 GiB data, 19 GiB used, 606 GiB / 626 GiB avail; 0 B/s wr, 903 op/s; 27107/236334 objects degraded (11.470%); 4.1 MiB/s, 65 objects/s recovering 2024-09-13T15:05:16.822 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:05:16.860 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:16.861 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:16.861 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:05:16.884 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:16 smithi104 ceph-mon[105578]: pgmap v2234: 109 pgs: 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 4.8 GiB data, 19 GiB used, 606 GiB / 626 GiB avail; 0 B/s wr, 903 op/s; 27107/236334 objects degraded (11.470%); 4.1 MiB/s, 65 objects/s recovering 2024-09-13T15:05:16.890 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:05:16.963 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:16.993 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:16.994 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:16.994 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:17.095 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:17.130 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:17.130 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:17.131 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:17.232 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:17.274 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:17.275 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:17.275 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:17.376 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:05:17.411 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:17.412 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:17.413 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:05:17.513 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:17.547 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:17.547 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:17.548 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:17.648 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:17.693 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:17.693 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:17.694 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:17.795 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:05:17.835 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:17.836 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:17.837 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:05:17.891 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:05:18.004 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:18.005 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T15:05:18.005 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T15:05:18.006 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T15:05:18.006 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T15:05:18.015 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T15:05:18.015 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T15:05:18.049 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T15:05:18.049 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T15:05:18.072 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:18.073 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:18.073 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:18.084 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T15:05:18.084 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T15:05:18.116 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T15:05:18.116 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T15:05:18.147 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T15:05:18.147 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T15:05:18.175 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:05:18.181 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T15:05:18.181 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T15:05:18.202 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:18.202 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:18.203 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:05:18.303 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:05:18.350 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:18.351 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:18.351 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:05:18.452 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:18.502 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:18.503 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:18.503 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:18.604 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:05:18.636 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:18.636 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:18.636 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:05:18.737 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:05:18.771 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:18.771 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:18.772 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:05:18.872 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:18.913 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:18.914 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:18.914 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:18.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:18 smithi104 ceph-mon[105578]: pgmap v2235: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 4.6 GiB data, 19 GiB used, 607 GiB / 626 GiB avail; 0 B/s wr, 938 op/s; 26822/227769 objects degraded (11.776%); 2.5 MiB/s, 40 objects/s recovering 2024-09-13T15:05:18.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:18 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:05:18.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:18 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:05:18.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:18 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3727165329' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:05:18.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:18 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 26822/227769 objects degraded (11.776%), 9 pgs degraded, 6 pgs undersized (PG_DEGRADED) 2024-09-13T15:05:18.924 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:18 smithi071 ceph-mon[107477]: pgmap v2235: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 4.6 GiB data, 19 GiB used, 607 GiB / 626 GiB avail; 0 B/s wr, 938 op/s; 26822/227769 objects degraded (11.776%); 2.5 MiB/s, 40 objects/s recovering 2024-09-13T15:05:18.924 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:18 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:05:18.924 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:18 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:05:18.924 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:18 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3727165329' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:05:18.924 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:18 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 26822/227769 objects degraded (11.776%), 9 pgs degraded, 6 pgs undersized (PG_DEGRADED) 2024-09-13T15:05:18.924 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:18 smithi071 ceph-mon[112785]: pgmap v2235: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 4.6 GiB data, 19 GiB used, 607 GiB / 626 GiB avail; 0 B/s wr, 938 op/s; 26822/227769 objects degraded (11.776%); 2.5 MiB/s, 40 objects/s recovering 2024-09-13T15:05:18.924 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:18 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:05:18.924 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:18 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:05:18.924 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:18 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3727165329' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:05:18.925 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:18 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 26822/227769 objects degraded (11.776%), 9 pgs degraded, 6 pgs undersized (PG_DEGRADED) 2024-09-13T15:05:19.015 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:05:19.060 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:19.061 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:19.061 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:05:19.162 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:19.191 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:19.191 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:19.191 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:19.292 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:19.321 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:19.322 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:19.322 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:19.423 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:05:19.452 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:19.452 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:19.453 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:05:19.554 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:05:19.594 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:19.595 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:19.595 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:05:19.696 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:05:19.732 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:19.733 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:19.733 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:05:19.834 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:19.869 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:19.869 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:19.870 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:19.971 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:20.004 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:20.006 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:20.006 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:20.107 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:20.137 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:20.138 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:20.138 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:20.238 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:20.274 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:20.274 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:20.275 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:20.376 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:05:20.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:20 smithi071 ceph-mon[107477]: pgmap v2236: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 4.6 GiB data, 19 GiB used, 607 GiB / 626 GiB avail; 0 B/s wr, 736 op/s; 26822/226917 objects degraded (11.820%); 2.5 MiB/s, 40 objects/s recovering 2024-09-13T15:05:20.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:20 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:05:20.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:20 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:05:20.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:20 smithi071 ceph-mon[112785]: pgmap v2236: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 4.6 GiB data, 19 GiB used, 607 GiB / 626 GiB avail; 0 B/s wr, 736 op/s; 26822/226917 objects degraded (11.820%); 2.5 MiB/s, 40 objects/s recovering 2024-09-13T15:05:20.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:20 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:05:20.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:20 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:05:20.397 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:20.397 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:20.398 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:05:20.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:20 smithi104 ceph-mon[105578]: pgmap v2236: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 4.6 GiB data, 19 GiB used, 607 GiB / 626 GiB avail; 0 B/s wr, 736 op/s; 26822/226917 objects degraded (11.820%); 2.5 MiB/s, 40 objects/s recovering 2024-09-13T15:05:20.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:20 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:05:20.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:20 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:05:20.499 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:20.537 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:20.538 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:20.539 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:20.640 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:20.661 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:20.662 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:20.662 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:20.763 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:05:20.796 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:20.797 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:20.797 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:05:20.898 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:20.936 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:20.936 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:20.937 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:21.037 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:21.059 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:21.060 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:21.060 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:21.161 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:05:21.187 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:21.188 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:21.188 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:05:21.289 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:05:21.325 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:21.325 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:21.326 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:05:21.426 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:21.458 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:21.459 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:21.460 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:21.560 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:21.592 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:21.593 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:21.593 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:21.693 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:21.731 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:21.731 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:21.732 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:21.833 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:21.869 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:21.870 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:21.870 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:21.971 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:21.992 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:21.993 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:21.993 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:22.094 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:05:22.123 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:22.123 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:22.124 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:05:22.225 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:22.265 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:22.265 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:22.266 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:22.367 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:05:22.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:22 smithi071 ceph-mon[107477]: pgmap v2237: 109 pgs: 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 4.4 GiB data, 18 GiB used, 607 GiB / 626 GiB avail; 0 B/s wr, 1.02k op/s; 26304/216021 objects degraded (12.177%); 3.6 MiB/s, 57 objects/s recovering 2024-09-13T15:05:22.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:22 smithi071 ceph-mon[112785]: pgmap v2237: 109 pgs: 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 4.4 GiB data, 18 GiB used, 607 GiB / 626 GiB avail; 0 B/s wr, 1.02k op/s; 26304/216021 objects degraded (12.177%); 3.6 MiB/s, 57 objects/s recovering 2024-09-13T15:05:22.403 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:22.404 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:22.404 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:05:22.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:22 smithi104 ceph-mon[105578]: pgmap v2237: 109 pgs: 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 4.4 GiB data, 18 GiB used, 607 GiB / 626 GiB avail; 0 B/s wr, 1.02k op/s; 26304/216021 objects degraded (12.177%); 3.6 MiB/s, 57 objects/s recovering 2024-09-13T15:05:22.505 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:05:22.533 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:22.534 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:22.534 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:05:22.635 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:05:22.669 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:22.670 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:22.670 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:05:22.771 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:05:22.807 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:22.808 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:22.808 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:05:22.909 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:05:22.941 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:22.942 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:22.942 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:05:23.043 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:05:23.079 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:23.080 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:23.080 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:05:23.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:05:22 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:05:22] "GET /metrics HTTP/1.1" 200 36705 "" "Prometheus/2.51.0" 2024-09-13T15:05:23.181 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:05:23.215 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:23.216 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:23.216 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:05:23.317 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:05:23.356 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:23.357 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:23.357 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:05:23.457 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:05:23.488 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:23.489 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:23.492 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:05:23.593 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:05:23.632 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:23.633 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:23.633 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:05:23.734 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:05:23.771 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:23.772 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:23.772 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:05:23.873 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:23.912 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:23.912 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:23.913 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:24.014 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:05:24.034 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:24.035 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:24.035 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:05:24.136 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:05:24.173 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:24.174 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:24.174 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:05:24.274 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:24.330 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:24.331 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:24.331 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:24.344 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:24 smithi071 ceph-mon[107477]: pgmap v2238: 109 pgs: 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 4.4 GiB data, 18 GiB used, 608 GiB / 626 GiB avail; 0 B/s wr, 786 op/s; 26304/214254 objects degraded (12.277%); 2.3 MiB/s, 37 objects/s recovering 2024-09-13T15:05:24.344 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:24 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 26304/214254 objects degraded (12.277%), 9 pgs degraded, 6 pgs undersized (PG_DEGRADED) 2024-09-13T15:05:24.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:24 smithi071 ceph-mon[112785]: pgmap v2238: 109 pgs: 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 4.4 GiB data, 18 GiB used, 608 GiB / 626 GiB avail; 0 B/s wr, 786 op/s; 26304/214254 objects degraded (12.277%); 2.3 MiB/s, 37 objects/s recovering 2024-09-13T15:05:24.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:24 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 26304/214254 objects degraded (12.277%), 9 pgs degraded, 6 pgs undersized (PG_DEGRADED) 2024-09-13T15:05:24.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:24 smithi104 ceph-mon[105578]: pgmap v2238: 109 pgs: 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 4.4 GiB data, 18 GiB used, 608 GiB / 626 GiB avail; 0 B/s wr, 786 op/s; 26304/214254 objects degraded (12.277%); 2.3 MiB/s, 37 objects/s recovering 2024-09-13T15:05:24.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:24 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 26304/214254 objects degraded (12.277%), 9 pgs degraded, 6 pgs undersized (PG_DEGRADED) 2024-09-13T15:05:24.432 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:24.471 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:24.471 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:24.472 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:24.572 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:24.609 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:24.609 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:24.610 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:24.711 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:24.751 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:24.752 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:24.752 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:24.853 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:24.893 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:24.893 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:24.894 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:24.994 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:05:25.025 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:25.026 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:25.027 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:05:25.128 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:25.161 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:25.162 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:25.162 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:25.263 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:05:25.291 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:25.291 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:25.292 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:05:25.392 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:05:25.392 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:25.446 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:25.447 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:25.447 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:25.548 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:25.584 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:25.585 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:25.585 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:25.686 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:05:25.716 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:25.716 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:25.717 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:05:25.817 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:25.850 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:25.850 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:25.850 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:25.951 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:05:25.985 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:25.986 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:25.986 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:05:26.087 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:26.131 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:26.131 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:26.132 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:26.233 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:26.266 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:26.267 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:26.267 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:26.368 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:05:26.379 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:26 smithi071 ceph-mon[107477]: pgmap v2239: 109 pgs: 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 4.3 GiB data, 18 GiB used, 608 GiB / 626 GiB avail; 0 B/s wr, 882 op/s; 26048/209271 objects degraded (12.447%); 3.7 MiB/s, 58 objects/s recovering 2024-09-13T15:05:26.380 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:26 smithi071 ceph-mon[112785]: pgmap v2239: 109 pgs: 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 4.3 GiB data, 18 GiB used, 608 GiB / 626 GiB avail; 0 B/s wr, 882 op/s; 26048/209271 objects degraded (12.447%); 3.7 MiB/s, 58 objects/s recovering 2024-09-13T15:05:26.405 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:26.406 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:26.406 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:05:26.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:26 smithi104 ceph-mon[105578]: pgmap v2239: 109 pgs: 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 4.3 GiB data, 18 GiB used, 608 GiB / 626 GiB avail; 0 B/s wr, 882 op/s; 26048/209271 objects degraded (12.447%); 3.7 MiB/s, 58 objects/s recovering 2024-09-13T15:05:26.507 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:05:26.538 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:26.539 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:26.539 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:05:26.640 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:05:26.670 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:26.671 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:26.671 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:05:26.772 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:05:26.810 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:26.810 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:26.811 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:05:26.911 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:05:26.943 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:26.944 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:26.944 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:05:27.045 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:05:27.080 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:27.081 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:27.081 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:05:27.182 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:05:27.216 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:27.216 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:27.217 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:05:27.318 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:05:27.350 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:27.351 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:27.351 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:05:27.431 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=false 2024-09-13T15:05:27.452 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:05:27.474 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T15:05:27.474 INFO:teuthology.orchestra.run.smithi071.stdout: "ops": [ 2024-09-13T15:05:27.474 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:05:27.474 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45977.0:170025 10.f 10:f7c914d0:::benchmark_data_smithi071_326067_object52592:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1417)", 2024-09-13T15:05:27.474 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:05:27.446513+0000", 2024-09-13T15:05:27.474 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.025155540000000001, 2024-09-13T15:05:27.475 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.025196791999999999, 2024-09-13T15:05:27.475 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:05:27.475 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:05:27.475 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "waiting for sub ops", 2024-09-13T15:05:27.475 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:05:27.475 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45977", 2024-09-13T15:05:27.475 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4198631296", 2024-09-13T15:05:27.475 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 170025 2024-09-13T15:05:27.475 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:05:27.475 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:05:27.475 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:05:27.476 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:05:27.476 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:05:27.446513+0000", 2024-09-13T15:05:27.476 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:05:27.476 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:05:27.476 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:05:27.476 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:05:27.476 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:05:27.446513+0000", 2024-09-13T15:05:27.476 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:05:27.476 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:05:27.476 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:05:27.477 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:05:27.477 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:05:27.446515+0000", 2024-09-13T15:05:27.477 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.824e-06 2024-09-13T15:05:27.477 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:05:27.477 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:05:27.477 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:05:27.477 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:05:27.446522+0000", 2024-09-13T15:05:27.477 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.6510000000000004e-06 2024-09-13T15:05:27.477 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:05:27.477 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:05:27.477 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:05:27.478 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:05:27.446542+0000", 2024-09-13T15:05:27.478 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.9987e-05 2024-09-13T15:05:27.478 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:05:27.478 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:05:27.478 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:05:27.478 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:05:27.446551+0000", 2024-09-13T15:05:27.478 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.8130000000000002e-06 2024-09-13T15:05:27.478 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:05:27.478 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:05:27.478 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:05:27.478 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:05:27.446651+0000", 2024-09-13T15:05:27.478 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000100529 2024-09-13T15:05:27.479 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:05:27.479 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:05:27.479 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:05:27.479 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:05:27.446914+0000", 2024-09-13T15:05:27.479 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00026300100000000001 2024-09-13T15:05:27.479 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:05:27.479 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:05:27.479 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 2,4", 2024-09-13T15:05:27.479 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:05:27.447259+0000", 2024-09-13T15:05:27.479 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000344533 2024-09-13T15:05:27.479 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:05:27.480 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:05:27.480 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:05:27.480 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:05:27.452193+0000", 2024-09-13T15:05:27.480 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0049344569999999997 2024-09-13T15:05:27.480 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:05:27.480 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:05:27.480 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:05:27.480 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:05:27.454937+0000", 2024-09-13T15:05:27.480 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0027436779999999998 2024-09-13T15:05:27.480 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:05:27.480 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:05:27.480 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:05:27.481 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:05:27.481 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:05:27.481 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.45977.0:170038 10.d e1417/1390 10:b5117785:::benchmark_data_smithi071_326067_object52605:head v 1417'10738, mlcod=1417'10734)", 2024-09-13T15:05:27.481 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:05:27.461795+0000", 2024-09-13T15:05:27.481 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.0098737080000000001, 2024-09-13T15:05:27.481 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.010001114, 2024-09-13T15:05:27.481 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:05:27.481 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:05:27.481 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "started", 2024-09-13T15:05:27.481 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:05:27.482 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:05:27.482 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:05:27.482 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:05:27.461795+0000", 2024-09-13T15:05:27.482 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:05:27.482 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:05:27.482 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:05:27.482 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:05:27.482 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:05:27.461795+0000", 2024-09-13T15:05:27.482 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:05:27.482 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:05:27.482 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:05:27.482 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:05:27.483 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:05:27.461796+0000", 2024-09-13T15:05:27.483 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2449999999999999e-06 2024-09-13T15:05:27.483 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:05:27.483 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:05:27.483 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:05:27.483 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:05:27.461806+0000", 2024-09-13T15:05:27.483 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.9690000000000006e-06 2024-09-13T15:05:27.483 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:05:27.483 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:05:27.483 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:05:27.483 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:05:27.461820+0000", 2024-09-13T15:05:27.483 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4099e-05 2024-09-13T15:05:27.484 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:05:27.484 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:05:27.484 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:05:27.484 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:05:27.461828+0000", 2024-09-13T15:05:27.484 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.238e-06 2024-09-13T15:05:27.484 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:05:27.484 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:05:27.484 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:05:27.484 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:05:27.463853+0000", 2024-09-13T15:05:27.484 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0020252260000000002 2024-09-13T15:05:27.484 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:05:27.485 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:05:27.485 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:05:27.485 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:05:27.463898+0000", 2024-09-13T15:05:27.485 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.5575999999999999e-05 2024-09-13T15:05:27.485 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:05:27.485 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:05:27.485 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:05:27.485 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:05:27.485 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:05:27.485 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.45977.0:170033 10.5 e1417/1390 10:afc58e26:::benchmark_data_smithi071_326067_object52600:head v 1417'10837, mlcod=1417'10835)", 2024-09-13T15:05:27.485 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:05:27.470660+0000", 2024-09-13T15:05:27.486 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.0010091729999999999, 2024-09-13T15:05:27.486 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.001190782, 2024-09-13T15:05:27.486 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:05:27.486 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:05:27.486 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "started", 2024-09-13T15:05:27.486 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:05:27.486 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:05:27.486 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:05:27.486 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:05:27.470660+0000", 2024-09-13T15:05:27.486 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:05:27.486 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:05:27.486 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:05:27.487 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:05:27.487 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:05:27.470660+0000", 2024-09-13T15:05:27.487 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:05:27.487 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:05:27.487 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:05:27.487 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:05:27.487 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:05:27.470661+0000", 2024-09-13T15:05:27.487 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.09e-07 2024-09-13T15:05:27.487 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:05:27.487 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:05:27.487 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:05:27.487 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:05:27.470668+0000", 2024-09-13T15:05:27.488 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.2520000000000002e-06 2024-09-13T15:05:27.488 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:05:27.488 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:05:27.488 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:05:27.488 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:05:27.470688+0000", 2024-09-13T15:05:27.488 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.9802000000000001e-05 2024-09-13T15:05:27.488 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:05:27.488 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:05:27.488 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:05:27.488 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:05:27.470696+0000", 2024-09-13T15:05:27.488 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.106e-06 2024-09-13T15:05:27.489 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:05:27.489 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:05:27.489 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:05:27.489 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:05:27.470885+0000", 2024-09-13T15:05:27.489 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00018946800000000001 2024-09-13T15:05:27.489 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:05:27.489 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:05:27.489 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:05:27.489 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:05:27.470929+0000", 2024-09-13T15:05:27.489 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.4088000000000002e-05 2024-09-13T15:05:27.489 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:05:27.489 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:05:27.490 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:05:27.490 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:05:27.490 INFO:teuthology.orchestra.run.smithi071.stdout: ], 2024-09-13T15:05:27.490 INFO:teuthology.orchestra.run.smithi071.stdout: "num_ops": 3 2024-09-13T15:05:27.490 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T15:05:27.546 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:27.547 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:27.547 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:05:27.648 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:05:27.678 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:27.678 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:27.679 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:05:27.780 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:27.803 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:27.803 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:27.804 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:27.904 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:27.934 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:27.935 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:27.935 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:28.036 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:05:28.066 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:28.066 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:28.067 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:05:28.115 INFO:teuthology.orchestra.run.smithi071.stderr:noscrub is set 2024-09-13T15:05:28.168 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:28.204 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:28.205 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:28.205 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:28.306 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:28.337 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:28.337 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:28.338 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:28.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:28 smithi071 ceph-mon[107477]: pgmap v2240: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 4.1 GiB data, 17 GiB used, 608 GiB / 626 GiB avail; 0 B/s wr, 988 op/s; 25776/200739 objects degraded (12.841%); 2.4 MiB/s, 38 objects/s recovering 2024-09-13T15:05:28.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:28 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/938462709' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T15:05:28.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:28 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T15:05:28.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:28 smithi071 ceph-mon[112785]: pgmap v2240: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 4.1 GiB data, 17 GiB used, 608 GiB / 626 GiB avail; 0 B/s wr, 988 op/s; 25776/200739 objects degraded (12.841%); 2.4 MiB/s, 38 objects/s recovering 2024-09-13T15:05:28.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:28 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/938462709' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T15:05:28.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:28 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T15:05:28.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:28 smithi104 ceph-mon[105578]: pgmap v2240: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 4.1 GiB data, 17 GiB used, 608 GiB / 626 GiB avail; 0 B/s wr, 988 op/s; 25776/200739 objects degraded (12.841%); 2.4 MiB/s, 38 objects/s recovering 2024-09-13T15:05:28.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:28 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/938462709' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T15:05:28.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:28 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T15:05:28.439 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:28.476 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:28.477 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:28.477 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:28.578 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:28.601 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:28.602 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:28.602 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:28.703 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:28.736 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:28.737 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:28.737 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:28.838 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:28.874 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:28.875 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:28.875 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:28.976 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:05:29.008 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:29.009 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:29.009 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:05:29.110 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:05:29.147 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:29.148 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:29.148 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:05:29.249 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:05:29.293 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:29.294 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:29.294 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:05:29.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:29 smithi071 ceph-mon[107477]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:05:29.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:29 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T15:05:29.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:29 smithi071 ceph-mon[107477]: osdmap e1418: 8 total, 8 up, 7 in 2024-09-13T15:05:29.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:29 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 25776/200739 objects degraded (12.841%), 9 pgs degraded, 6 pgs undersized (PG_DEGRADED) 2024-09-13T15:05:29.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:29 smithi071 ceph-mon[112785]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:05:29.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:29 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T15:05:29.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:29 smithi071 ceph-mon[112785]: osdmap e1418: 8 total, 8 up, 7 in 2024-09-13T15:05:29.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:29 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 25776/200739 objects degraded (12.841%), 9 pgs degraded, 6 pgs undersized (PG_DEGRADED) 2024-09-13T15:05:29.394 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:05:29.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:29 smithi104 ceph-mon[105578]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:05:29.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:29 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T15:05:29.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:29 smithi104 ceph-mon[105578]: osdmap e1418: 8 total, 8 up, 7 in 2024-09-13T15:05:29.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:29 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 25776/200739 objects degraded (12.841%), 9 pgs degraded, 6 pgs undersized (PG_DEGRADED) 2024-09-13T15:05:29.427 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:29.428 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:29.428 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:05:29.529 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:29.561 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:29.562 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:29.562 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:29.663 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:05:29.705 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:29.706 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:29.706 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:05:29.807 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:05:29.844 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:29.844 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:29.845 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:05:29.945 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:05:29.989 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:29.990 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:29.990 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:05:30.091 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:05:30.121 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:30.122 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:30.122 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:05:30.223 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:05:30.258 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:30.258 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:30.259 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:05:30.360 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:05:30.395 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:30.396 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:30.397 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:05:30.497 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:05:30.509 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.3 dump_blocked_ops 2024-09-13T15:05:30.528 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:30.529 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:30.529 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:05:30.630 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:30.693 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:30.694 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:30.694 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:30.779 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:30 smithi071 ceph-mon[107477]: pgmap v2242: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 4.1 GiB data, 17 GiB used, 608 GiB / 626 GiB avail; 0 B/s wr, 902 op/s; 25776/199827 objects degraded (12.899%); 2.9 MiB/s, 45 objects/s recovering 2024-09-13T15:05:30.779 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:30 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:05:30.779 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:30 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:05:30.779 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:30 smithi071 ceph-mon[112785]: pgmap v2242: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 4.1 GiB data, 17 GiB used, 608 GiB / 626 GiB avail; 0 B/s wr, 902 op/s; 25776/199827 objects degraded (12.899%); 2.9 MiB/s, 45 objects/s recovering 2024-09-13T15:05:30.779 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:30 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:05:30.779 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:30 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:05:30.795 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:05:30.844 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:30.846 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:30.846 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:05:30.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:30 smithi104 ceph-mon[105578]: pgmap v2242: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 4.1 GiB data, 17 GiB used, 608 GiB / 626 GiB avail; 0 B/s wr, 902 op/s; 25776/199827 objects degraded (12.899%); 2.9 MiB/s, 45 objects/s recovering 2024-09-13T15:05:30.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:30 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:05:30.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:30 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:05:30.947 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:30.979 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:30.979 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:30.980 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:31.080 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:31.121 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:31.122 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:31.122 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:31.223 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:31.261 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:31.261 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:31.262 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:31.363 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:05:31.393 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:31.393 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:31.394 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:05:31.494 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:05:31.526 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:31.526 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:31.527 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:05:31.628 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:05:31.664 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:31.665 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:31.665 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:05:31.766 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:31.796 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:31.796 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:31.797 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:31.897 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:05:31.925 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:31.925 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:31.926 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:05:32.026 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:05:32.052 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:32.053 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:32.054 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:05:32.154 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:32.186 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:32.186 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:32.187 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:32.288 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:32.322 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:32.322 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:32.322 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:32.423 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:05:32.465 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:32.466 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:32.466 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:05:32.567 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:32.583 INFO:teuthology.orchestra.run.smithi071.stderr:reweighted osd.2 to 1 (10000) 2024-09-13T15:05:32.596 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:32.596 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:32.597 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:32.697 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:05:32.737 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:32.738 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:32.738 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:05:32.839 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:05:32.870 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:32.870 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:32.871 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:05:32.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:32 smithi071 ceph-mon[107477]: pgmap v2243: 109 pgs: 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 3.8 GiB data, 17 GiB used, 609 GiB / 626 GiB avail; 0 B/s wr, 908 op/s; 25237/188748 objects degraded (13.371%); 3.3 MiB/s, 53 objects/s recovering 2024-09-13T15:05:32.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:32 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/261592056' entity='client.admin' cmd={"prefix": "osd reweight", "id": 2, "weight": 1.0} : dispatch 2024-09-13T15:05:32.891 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:05:32 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:05:32] "GET /metrics HTTP/1.1" 200 36703 "" "Prometheus/2.51.0" 2024-09-13T15:05:32.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:32 smithi071 ceph-mon[112785]: pgmap v2243: 109 pgs: 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 3.8 GiB data, 17 GiB used, 609 GiB / 626 GiB avail; 0 B/s wr, 908 op/s; 25237/188748 objects degraded (13.371%); 3.3 MiB/s, 53 objects/s recovering 2024-09-13T15:05:32.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:32 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/261592056' entity='client.admin' cmd={"prefix": "osd reweight", "id": 2, "weight": 1.0} : dispatch 2024-09-13T15:05:32.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:32 smithi104 ceph-mon[105578]: pgmap v2243: 109 pgs: 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 3.8 GiB data, 17 GiB used, 609 GiB / 626 GiB avail; 0 B/s wr, 908 op/s; 25237/188748 objects degraded (13.371%); 3.3 MiB/s, 53 objects/s recovering 2024-09-13T15:05:32.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:32 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/261592056' entity='client.admin' cmd={"prefix": "osd reweight", "id": 2, "weight": 1.0} : dispatch 2024-09-13T15:05:32.971 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:05:33.001 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:33.002 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:33.002 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:05:33.103 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:05:33.138 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:33.138 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:33.139 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:05:33.240 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:05:33.273 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:33.274 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:33.275 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:05:33.375 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:33.406 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:33.407 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:33.407 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:33.508 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:05:33.546 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:33.547 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:33.547 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:05:33.577 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd set nodeep-scrub 2024-09-13T15:05:33.648 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:05:33.681 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:33.682 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:33.682 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:05:33.783 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:33.829 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:33.829 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:33.830 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:33.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:33 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/261592056' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 2, "weight": 1.0}]': finished 2024-09-13T15:05:33.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:33 smithi071 ceph-mon[107477]: osdmap e1419: 8 total, 8 up, 7 in 2024-09-13T15:05:33.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:33 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 25237/188748 objects degraded (13.371%), 9 pgs degraded, 6 pgs undersized (PG_DEGRADED) 2024-09-13T15:05:33.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:33 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/261592056' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 2, "weight": 1.0}]': finished 2024-09-13T15:05:33.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:33 smithi071 ceph-mon[112785]: osdmap e1419: 8 total, 8 up, 7 in 2024-09-13T15:05:33.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:33 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 25237/188748 objects degraded (13.371%), 9 pgs degraded, 6 pgs undersized (PG_DEGRADED) 2024-09-13T15:05:33.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:33 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/261592056' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 2, "weight": 1.0}]': finished 2024-09-13T15:05:33.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:33 smithi104 ceph-mon[105578]: osdmap e1419: 8 total, 8 up, 7 in 2024-09-13T15:05:33.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:33 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 25237/188748 objects degraded (13.371%), 9 pgs degraded, 6 pgs undersized (PG_DEGRADED) 2024-09-13T15:05:33.931 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:05:33.968 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:33.968 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:33.969 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:05:34.070 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:05:34.103 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:34.103 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:34.104 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:05:34.204 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:34.233 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:34.234 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:34.234 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:34.335 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:05:34.365 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:34.365 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:34.365 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:05:34.466 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:05:34.490 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:34.490 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:34.491 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:05:34.592 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:05:34.632 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:34.633 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:34.633 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:05:34.734 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:05:34.745 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:34 smithi071 ceph-mon[107477]: pgmap v2245: 109 pgs: 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 3.8 GiB data, 17 GiB used, 609 GiB / 626 GiB avail; 0 B/s wr, 926 op/s; 25237/187023 objects degraded (13.494%); 2.1 MiB/s, 34 objects/s recovering 2024-09-13T15:05:34.745 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:34 smithi071 ceph-mon[112785]: pgmap v2245: 109 pgs: 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 3.8 GiB data, 17 GiB used, 609 GiB / 626 GiB avail; 0 B/s wr, 926 op/s; 25237/187023 objects degraded (13.494%); 2.1 MiB/s, 34 objects/s recovering 2024-09-13T15:05:34.769 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:34.769 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:34.770 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:05:34.870 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:05:34.911 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:34.912 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:34.912 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:05:34.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:34 smithi104 ceph-mon[105578]: pgmap v2245: 109 pgs: 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 3.8 GiB data, 17 GiB used, 609 GiB / 626 GiB avail; 0 B/s wr, 926 op/s; 25237/187023 objects degraded (13.494%); 2.1 MiB/s, 34 objects/s recovering 2024-09-13T15:05:35.013 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:05:35.047 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:35.047 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:35.047 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:05:35.148 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:35.163 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd reweight 3 1 2024-09-13T15:05:35.188 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:35.188 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:35.189 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:35.290 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:35.330 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:35.332 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:35.332 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:35.433 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:35.471 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:35.472 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:35.472 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:35.487 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:05:35.573 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:05:35.628 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:35.629 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:35.629 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:05:35.730 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:05:35.764 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:35.764 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:35.765 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:05:35.865 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:35.905 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:35.906 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:35.906 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:36.007 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:36.043 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:36.044 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:36.045 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:36.145 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:36.179 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:36.179 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:36.180 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:36.281 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:05:36.319 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:36.320 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:36.320 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:05:36.421 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:05:36.455 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:36.456 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:36.456 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:05:36.557 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:05:36.597 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:36.598 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:36.598 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:05:36.699 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:05:36.737 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:36.738 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:36.739 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:05:36.840 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:36.867 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:36.868 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:36.868 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:36.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:36 smithi071 ceph-mon[107477]: pgmap v2246: 109 pgs: 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 3.7 GiB data, 16 GiB used, 609 GiB / 626 GiB avail; 0 B/s wr, 794 op/s; 24981/181650 objects degraded (13.752%); 4.1 MiB/s, 66 objects/s recovering 2024-09-13T15:05:36.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:36 smithi071 ceph-mon[112785]: pgmap v2246: 109 pgs: 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 3.7 GiB data, 16 GiB used, 609 GiB / 626 GiB avail; 0 B/s wr, 794 op/s; 24981/181650 objects degraded (13.752%); 4.1 MiB/s, 66 objects/s recovering 2024-09-13T15:05:36.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:36 smithi104 ceph-mon[105578]: pgmap v2246: 109 pgs: 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 3.7 GiB data, 16 GiB used, 609 GiB / 626 GiB avail; 0 B/s wr, 794 op/s; 24981/181650 objects degraded (13.752%); 4.1 MiB/s, 66 objects/s recovering 2024-09-13T15:05:36.969 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:36.998 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:36.999 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:36.999 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:37.100 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:37.135 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:37.136 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:37.136 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:37.237 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:37.267 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:37.268 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:37.269 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:37.369 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:05:37.401 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:37.402 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:37.403 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:05:37.503 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:05:37.536 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:37.537 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:37.537 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:05:37.638 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:05:37.675 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:37.676 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:37.676 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:05:37.777 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:37.813 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:37.814 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:37.814 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:37.915 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:05:37.953 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:37.953 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:37.954 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:05:38.054 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:05:38.090 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:38.091 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:38.091 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:05:38.160 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:05:38.163 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:05:38.192 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:05:38.215 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:38.216 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:38.217 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:05:38.317 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:05:38.357 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:38.358 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:38.358 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:05:38.459 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:05:38.497 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:38.498 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:38.498 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:05:38.599 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:38.633 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:38.634 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:38.634 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:38.735 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:05:38.766 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:38.767 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:38.767 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:05:38.868 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:38.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:38 smithi071 ceph-mon[107477]: pgmap v2247: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 3.5 GiB data, 16 GiB used, 610 GiB / 626 GiB avail; 0 B/s wr, 1.01k op/s; 24667/172914 objects degraded (14.265%); 3.7 MiB/s, 59 objects/s recovering 2024-09-13T15:05:38.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:38 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 24667/172914 objects degraded (14.265%), 9 pgs degraded, 6 pgs undersized (PG_DEGRADED) 2024-09-13T15:05:38.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:38 smithi071 ceph-mon[112785]: pgmap v2247: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 3.5 GiB data, 16 GiB used, 610 GiB / 626 GiB avail; 0 B/s wr, 1.01k op/s; 24667/172914 objects degraded (14.265%); 3.7 MiB/s, 59 objects/s recovering 2024-09-13T15:05:38.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:38 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 24667/172914 objects degraded (14.265%), 9 pgs degraded, 6 pgs undersized (PG_DEGRADED) 2024-09-13T15:05:38.905 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:38.906 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:38.907 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:38.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:38 smithi104 ceph-mon[105578]: pgmap v2247: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 3.5 GiB data, 16 GiB used, 610 GiB / 626 GiB avail; 0 B/s wr, 1.01k op/s; 24667/172914 objects degraded (14.265%); 3.7 MiB/s, 59 objects/s recovering 2024-09-13T15:05:38.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:38 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 24667/172914 objects degraded (14.265%), 9 pgs degraded, 6 pgs undersized (PG_DEGRADED) 2024-09-13T15:05:39.007 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:05:39.042 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:39.043 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:39.044 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:05:39.144 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:05:39.173 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:39.174 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:39.174 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:05:39.275 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:05:39.306 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:39.307 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:39.307 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:05:39.408 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:39.446 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:39.446 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:39.447 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:39.547 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:05:39.588 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:39.588 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:39.589 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:05:39.689 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:05:39.733 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:39.733 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:39.734 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:05:39.834 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:39.875 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:39.875 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:39.876 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:39.977 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:40.031 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:40.032 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:40.032 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:40.133 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:40.168 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:40.168 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:40.169 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:40.270 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:05:40.301 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:40.302 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:40.302 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:05:40.403 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:05:40.433 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:40.433 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:40.434 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:05:40.534 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:40.570 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:40.571 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:40.572 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:40.672 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:40.718 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:40.719 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:40.719 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:40.820 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:05:40.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:40 smithi071 ceph-mon[107477]: pgmap v2248: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 3.5 GiB data, 16 GiB used, 610 GiB / 626 GiB avail; 0 B/s wr, 927 op/s; 24667/171990 objects degraded (14.342%); 3.3 MiB/s, 53 objects/s recovering 2024-09-13T15:05:40.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:40 smithi071 ceph-mon[112785]: pgmap v2248: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 3.5 GiB data, 16 GiB used, 610 GiB / 626 GiB avail; 0 B/s wr, 927 op/s; 24667/171990 objects degraded (14.342%); 3.3 MiB/s, 53 objects/s recovering 2024-09-13T15:05:40.864 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:40.864 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:40.865 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:05:40.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:40 smithi104 ceph-mon[105578]: pgmap v2248: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 3.5 GiB data, 16 GiB used, 610 GiB / 626 GiB avail; 0 B/s wr, 927 op/s; 24667/171990 objects degraded (14.342%); 3.3 MiB/s, 53 objects/s recovering 2024-09-13T15:05:40.965 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:41.003 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:41.004 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:41.004 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:41.105 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:05:41.138 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:41.139 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:41.139 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:05:41.240 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:05:41.273 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:41.273 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:41.274 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:05:41.374 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:41.412 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:41.412 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:41.413 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:41.513 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:41.550 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:41.551 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:41.552 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:41.652 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:05:41.689 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:41.690 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:41.690 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:05:41.791 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:41.828 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:41.829 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:41.829 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:41.930 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:41.967 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:41.967 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:41.967 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:42.068 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:42.089 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:42.090 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:42.090 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:42.191 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:05:42.216 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:42.216 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:42.217 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:05:42.318 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:05:42.353 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:42.354 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:42.354 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:05:42.455 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:05:42.485 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:42.486 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:42.487 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:05:42.588 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:05:42.622 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:42.623 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:42.623 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:05:42.724 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:05:42.746 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:42.746 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:42.747 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:05:42.847 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:05:42.874 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:42.875 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:42.876 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:05:42.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:42 smithi071 ceph-mon[107477]: pgmap v2249: 109 pgs: 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 3.3 GiB data, 15 GiB used, 610 GiB / 626 GiB avail; 0 B/s wr, 934 op/s; 24065/160710 objects degraded (14.974%); 3.6 MiB/s, 56 objects/s recovering 2024-09-13T15:05:42.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:42 smithi071 ceph-mon[112785]: pgmap v2249: 109 pgs: 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 3.3 GiB data, 15 GiB used, 610 GiB / 626 GiB avail; 0 B/s wr, 934 op/s; 24065/160710 objects degraded (14.974%); 3.6 MiB/s, 56 objects/s recovering 2024-09-13T15:05:42.891 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:05:42 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:05:42] "GET /metrics HTTP/1.1" 200 36703 "" "Prometheus/2.51.0" 2024-09-13T15:05:42.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:42 smithi104 ceph-mon[105578]: pgmap v2249: 109 pgs: 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 3.3 GiB data, 15 GiB used, 610 GiB / 626 GiB avail; 0 B/s wr, 934 op/s; 24065/160710 objects degraded (14.974%); 3.6 MiB/s, 56 objects/s recovering 2024-09-13T15:05:42.976 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:05:43.007 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:43.008 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:43.008 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:05:43.109 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:43.142 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:43.143 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:43.143 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:43.244 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:43.246 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:05:43.279 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:43.279 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:43.280 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:43.380 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:05:43.411 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:43.412 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:43.412 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:05:43.513 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:43.545 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:43.546 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:43.546 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:43.647 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:43.680 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:43.680 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:43.681 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:43.782 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:05:43.825 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:43.825 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:43.826 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:05:43.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:43 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 24065/160710 objects degraded (14.974%), 9 pgs degraded, 6 pgs undersized (PG_DEGRADED) 2024-09-13T15:05:43.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:43 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 24065/160710 objects degraded (14.974%), 9 pgs degraded, 6 pgs undersized (PG_DEGRADED) 2024-09-13T15:05:43.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:43 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 24065/160710 objects degraded (14.974%), 9 pgs degraded, 6 pgs undersized (PG_DEGRADED) 2024-09-13T15:05:43.926 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:05:43.963 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:43.964 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:43.964 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:05:44.065 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:05:44.104 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:44.105 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:44.105 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:05:44.206 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:05:44.238 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:44.239 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:44.240 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:05:44.340 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:05:44.369 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:44.370 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:44.370 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:05:44.471 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:05:44.502 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:44.502 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:44.503 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:05:44.604 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:05:44.628 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:44.628 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:44.629 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:05:44.730 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:44.763 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:44.764 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:44.764 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:44.865 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:44.899 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:44.900 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:44.900 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:44.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:44 smithi104 ceph-mon[105578]: pgmap v2250: 109 pgs: 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 3.2 GiB data, 15 GiB used, 611 GiB / 626 GiB avail; 0 B/s wr, 900 op/s; 24065/158922 objects degraded (15.143%); 3.4 MiB/s, 54 objects/s recovering 2024-09-13T15:05:44.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:44 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:05:44.963 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:44 smithi071 ceph-mon[107477]: pgmap v2250: 109 pgs: 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 3.2 GiB data, 15 GiB used, 611 GiB / 626 GiB avail; 0 B/s wr, 900 op/s; 24065/158922 objects degraded (15.143%); 3.4 MiB/s, 54 objects/s recovering 2024-09-13T15:05:44.963 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:44 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:05:44.963 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:44 smithi071 ceph-mon[112785]: pgmap v2250: 109 pgs: 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 3.2 GiB data, 15 GiB used, 611 GiB / 626 GiB avail; 0 B/s wr, 900 op/s; 24065/158922 objects degraded (15.143%); 3.4 MiB/s, 54 objects/s recovering 2024-09-13T15:05:44.963 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:44 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:05:45.001 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:05:45.037 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:45.038 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:45.038 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:05:45.139 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:05:45.172 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:45.173 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:45.176 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:05:45.277 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:05:45.315 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:45.315 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:45.316 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:05:45.416 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:45.447 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:45.447 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:45.448 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:45.548 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:45.581 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:45.581 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:45.582 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:45.682 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:45.724 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:45.724 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:45.725 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:45.826 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:05:45.858 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:45.859 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:45.859 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:05:45.960 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:05:45.986 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:45.987 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:45.987 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:05:46.088 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:46.121 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:46.122 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:46.122 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:46.223 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:05:46.273 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:46.274 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:46.274 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:05:46.375 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:05:46.408 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:46.409 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:46.409 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:05:46.510 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:05:46.548 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:46.548 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:46.549 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:05:46.649 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:05:46.689 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:46.690 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:46.690 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:05:46.791 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:05:46.805 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:46 smithi071 ceph-mon[107477]: pgmap v2251: 109 pgs: 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 3.1 GiB data, 15 GiB used, 611 GiB / 626 GiB avail; 0 B/s wr, 914 op/s; 23639/154065 objects degraded (15.344%); 5.2 MiB/s, 82 objects/s recovering 2024-09-13T15:05:46.805 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:46 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:05:46.805 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:46 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:05:46.805 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:46 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T15:05:46.805 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:46 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T15:05:46.805 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:46 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:05:46.806 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:46 smithi071 ceph-mon[112785]: pgmap v2251: 109 pgs: 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 3.1 GiB data, 15 GiB used, 611 GiB / 626 GiB avail; 0 B/s wr, 914 op/s; 23639/154065 objects degraded (15.344%); 5.2 MiB/s, 82 objects/s recovering 2024-09-13T15:05:46.806 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:46 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:05:46.806 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:46 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:05:46.806 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:46 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T15:05:46.806 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:46 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T15:05:46.806 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:46 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:05:46.829 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:46.830 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:46.831 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:05:46.904 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T15:05:46.904 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T15:05:46.904 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T15:05:46.904 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T15:05:46.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:46 smithi104 ceph-mon[105578]: pgmap v2251: 109 pgs: 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 3.1 GiB data, 15 GiB used, 611 GiB / 626 GiB avail; 0 B/s wr, 914 op/s; 23639/154065 objects degraded (15.344%); 5.2 MiB/s, 82 objects/s recovering 2024-09-13T15:05:46.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:46 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:05:46.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:46 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:05:46.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:46 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T15:05:46.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:46 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T15:05:46.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:46 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:05:46.928 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T15:05:46.929 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T15:05:46.932 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:05:46.963 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T15:05:46.963 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T15:05:46.966 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:46.966 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:46.967 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:05:46.996 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T15:05:46.996 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T15:05:47.031 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T15:05:47.032 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T15:05:47.067 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T15:05:47.068 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T15:05:47.068 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:05:47.105 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T15:05:47.105 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T15:05:47.112 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:47.113 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:47.113 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:05:47.214 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:47.245 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:47.246 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:47.246 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:47.347 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:05:47.379 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:47.379 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:47.380 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:05:47.481 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:47.513 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:47.514 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:47.514 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:47.614 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:47.644 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:47.645 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:47.645 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:47.684 INFO:teuthology.orchestra.run.smithi071.stderr:nodeep-scrub is set 2024-09-13T15:05:47.746 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:05:47.773 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:47.774 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:47.774 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:05:47.875 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:05:47.903 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:47.903 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:47.903 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:05:48.004 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:48.026 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:48.027 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:48.027 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:48.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:47 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3733657560' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:05:48.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:47 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1729894033' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:05:48.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:47 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:05:48.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:47 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3733657560' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:05:48.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:47 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1729894033' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:05:48.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:47 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:05:48.129 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:05:48.150 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:48.151 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:48.151 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:05:48.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:47 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3733657560' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:05:48.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:47 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1729894033' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:05:48.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:47 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:05:48.252 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:48.274 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:48.274 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:48.275 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:48.376 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:05:48.397 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:48.398 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:48.399 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:05:48.499 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:05:48.521 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:48.521 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:48.522 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:05:48.623 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:05:48.644 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:48.645 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:48.645 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:05:48.746 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:48.764 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:48 smithi071 ceph-mon[107477]: pgmap v2252: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 3.0 GiB data, 15 GiB used, 611 GiB / 626 GiB avail; 0 B/s wr, 993 op/s; 23365/145869 objects degraded (16.018%); 3.9 MiB/s, 61 objects/s recovering 2024-09-13T15:05:48.764 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:48 smithi071 ceph-mon[107477]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:05:48.764 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:48 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T15:05:48.764 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:48 smithi071 ceph-mon[107477]: osdmap e1420: 8 total, 8 up, 7 in 2024-09-13T15:05:48.764 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:48 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 23365/145869 objects degraded (16.018%), 9 pgs degraded, 6 pgs undersized (PG_DEGRADED) 2024-09-13T15:05:48.764 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:48 smithi071 ceph-mon[112785]: pgmap v2252: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 3.0 GiB data, 15 GiB used, 611 GiB / 626 GiB avail; 0 B/s wr, 993 op/s; 23365/145869 objects degraded (16.018%); 3.9 MiB/s, 61 objects/s recovering 2024-09-13T15:05:48.764 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:48 smithi071 ceph-mon[112785]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:05:48.764 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:48 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T15:05:48.764 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:48 smithi071 ceph-mon[112785]: osdmap e1420: 8 total, 8 up, 7 in 2024-09-13T15:05:48.765 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:48 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 23365/145869 objects degraded (16.018%), 9 pgs degraded, 6 pgs undersized (PG_DEGRADED) 2024-09-13T15:05:48.781 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:48.782 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:48.782 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:48.883 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:05:48.915 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:48.915 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:48.916 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:05:49.016 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:05:49.050 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:49.051 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:49.051 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:05:49.152 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:05:49.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:48 smithi104 ceph-mon[105578]: pgmap v2252: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 3.0 GiB data, 15 GiB used, 611 GiB / 626 GiB avail; 0 B/s wr, 993 op/s; 23365/145869 objects degraded (16.018%); 3.9 MiB/s, 61 objects/s recovering 2024-09-13T15:05:49.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:48 smithi104 ceph-mon[105578]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:05:49.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:48 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T15:05:49.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:48 smithi104 ceph-mon[105578]: osdmap e1420: 8 total, 8 up, 7 in 2024-09-13T15:05:49.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:48 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 23365/145869 objects degraded (16.018%), 9 pgs degraded, 6 pgs undersized (PG_DEGRADED) 2024-09-13T15:05:49.184 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:49.185 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:49.185 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:05:49.286 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:05:49.324 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:49.325 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:49.326 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:05:49.426 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:49.461 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:49.464 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:49.464 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:49.566 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:49.607 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:49.608 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:49.608 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:49.710 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:05:49.711 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T15:05:49.711 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T15:05:49.743 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:49.743 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:49.744 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:05:49.844 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:05:49.876 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:49.877 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:49.877 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:05:49.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:49 smithi071 ceph-mon[107477]: osdmap e1421: 8 total, 8 up, 7 in 2024-09-13T15:05:49.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:49 smithi071 ceph-mon[112785]: osdmap e1421: 8 total, 8 up, 7 in 2024-09-13T15:05:49.979 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:05:50.018 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:50.019 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:50.019 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:05:50.120 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:05:50.162 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:50.163 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:50.164 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:05:50.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:49 smithi104 ceph-mon[105578]: osdmap e1421: 8 total, 8 up, 7 in 2024-09-13T15:05:50.264 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:50.299 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:50.300 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:50.300 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:50.401 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:50.432 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:50.432 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:50.433 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:50.534 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:50.574 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:50.574 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:50.575 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:50.676 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:50.717 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:50.718 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:50.718 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:50.724 INFO:teuthology.orchestra.run.smithi071.stderr:reweighted osd.3 to 1 (10000) 2024-09-13T15:05:50.738 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.3 dump_historic_ops 2024-09-13T15:05:50.819 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:50.841 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:50.842 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:50.842 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:50.943 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:05:50.964 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:50.965 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:50.965 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:05:51.066 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:51.088 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:51.088 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:51.088 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:51.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:50 smithi071 ceph-mon[112785]: pgmap v2255: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 2.9 GiB data, 15 GiB used, 611 GiB / 626 GiB avail; 0 B/s wr, 653 op/s; 23365/145011 objects degraded (16.113%); 3.3 MiB/s, 53 objects/s recovering 2024-09-13T15:05:51.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:50 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2201363069' entity='client.admin' cmd={"prefix": "osd reweight", "id": 3, "weight": 1.0} : dispatch 2024-09-13T15:05:51.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:50 smithi071 ceph-mon[107477]: pgmap v2255: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 2.9 GiB data, 15 GiB used, 611 GiB / 626 GiB avail; 0 B/s wr, 653 op/s; 23365/145011 objects degraded (16.113%); 3.3 MiB/s, 53 objects/s recovering 2024-09-13T15:05:51.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:50 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2201363069' entity='client.admin' cmd={"prefix": "osd reweight", "id": 3, "weight": 1.0} : dispatch 2024-09-13T15:05:51.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:50 smithi104 ceph-mon[105578]: pgmap v2255: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 4 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 2.9 GiB data, 15 GiB used, 611 GiB / 626 GiB avail; 0 B/s wr, 653 op/s; 23365/145011 objects degraded (16.113%); 3.3 MiB/s, 53 objects/s recovering 2024-09-13T15:05:51.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:50 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2201363069' entity='client.admin' cmd={"prefix": "osd reweight", "id": 3, "weight": 1.0} : dispatch 2024-09-13T15:05:51.189 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:05:51.210 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:51.211 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:51.211 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:05:51.312 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:51.334 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:51.335 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:51.335 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:51.436 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:05:51.458 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:51.459 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:51.459 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:05:51.560 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:51.580 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:51.581 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:51.582 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:51.636 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=true 2024-09-13T15:05:51.683 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:51.704 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:51.704 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:51.705 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:51.805 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:05:51.827 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:51.827 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:51.828 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:05:51.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:51 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2201363069' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 3, "weight": 1.0}]': finished 2024-09-13T15:05:51.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:51 smithi071 ceph-mon[107477]: osdmap e1422: 8 total, 8 up, 7 in 2024-09-13T15:05:51.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:51 smithi071 ceph-mon[107477]: pgmap v2257: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 103 active+clean; 2.8 GiB data, 14 GiB used, 612 GiB / 626 GiB avail; 0 B/s wr, 1.00k op/s; 22668/135966 objects degraded (16.672%); 4.3 MiB/s, 70 objects/s recovering 2024-09-13T15:05:51.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:51 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2201363069' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 3, "weight": 1.0}]': finished 2024-09-13T15:05:51.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:51 smithi071 ceph-mon[112785]: osdmap e1422: 8 total, 8 up, 7 in 2024-09-13T15:05:51.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:51 smithi071 ceph-mon[112785]: pgmap v2257: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 103 active+clean; 2.8 GiB data, 14 GiB used, 612 GiB / 626 GiB avail; 0 B/s wr, 1.00k op/s; 22668/135966 objects degraded (16.672%); 4.3 MiB/s, 70 objects/s recovering 2024-09-13T15:05:51.916 INFO:tasks.cephadm.ceph_manager.ceph:waiting for recovery to complete 2024-09-13T15:05:51.916 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-13T15:05:51.928 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:05:51.949 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:51.949 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:51.950 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:05:51.962 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:05:51.983 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:05:52.051 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:52.073 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:52.073 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:52.074 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:52.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:51 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2201363069' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 3, "weight": 1.0}]': finished 2024-09-13T15:05:52.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:51 smithi104 ceph-mon[105578]: osdmap e1422: 8 total, 8 up, 7 in 2024-09-13T15:05:52.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:51 smithi104 ceph-mon[105578]: pgmap v2257: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 103 active+clean; 2.8 GiB data, 14 GiB used, 612 GiB / 626 GiB avail; 0 B/s wr, 1.00k op/s; 22668/135966 objects degraded (16.672%); 4.3 MiB/s, 70 objects/s recovering 2024-09-13T15:05:52.175 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:05:52.195 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:52.196 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:52.196 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:05:52.297 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:52.318 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:52.319 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:52.319 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:52.420 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:05:52.443 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:52.443 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:52.443 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:05:52.544 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:52.566 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:52.566 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:52.566 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:52.667 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:05:52.689 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:52.690 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:52.690 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:05:52.791 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:05:52.813 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:52.813 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:52.814 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:05:52.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:52 smithi071 ceph-mon[107477]: osdmap e1423: 8 total, 8 up, 7 in 2024-09-13T15:05:52.891 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:05:52 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:05:52] "GET /metrics HTTP/1.1" 200 36704 "" "Prometheus/2.51.0" 2024-09-13T15:05:52.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:52 smithi071 ceph-mon[112785]: osdmap e1423: 8 total, 8 up, 7 in 2024-09-13T15:05:52.915 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:05:52.937 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:52.937 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:52.937 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:05:53.038 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:05:53.059 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:53.060 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:53.060 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:05:53.161 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:05:53.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:52 smithi104 ceph-mon[105578]: osdmap e1423: 8 total, 8 up, 7 in 2024-09-13T15:05:53.174 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd unset noscrub 2024-09-13T15:05:53.186 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:53.186 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:53.187 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:05:53.288 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:53.327 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:53.327 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:53.328 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:53.428 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:53.465 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:53.466 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:53.466 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:53.567 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:53.600 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:53.600 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:53.601 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:53.701 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:05:53.732 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:53.732 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:53.733 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:05:53.834 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:05:53.872 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:53.873 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:53.873 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:05:53.974 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:05:54.009 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:54.010 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:54.010 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:05:54.111 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:05:54.130 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:53 smithi071 ceph-mon[107477]: osdmap e1424: 8 total, 8 up, 7 in 2024-09-13T15:05:54.130 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:53 smithi071 ceph-mon[107477]: 10.3 starting backfill to osd.3 from (0'0,0'0] MAX to 1421'12047 2024-09-13T15:05:54.130 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:53 smithi071 ceph-mon[107477]: 10.7 starting backfill to osd.3 from (0'0,0'0] MAX to 1421'11996 2024-09-13T15:05:54.130 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:53 smithi071 ceph-mon[107477]: pgmap v2260: 109 pgs: 2 peering, 1 active+recovering+undersized+degraded+remapped, 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 2.7 GiB data, 14 GiB used, 612 GiB / 626 GiB avail; 0 B/s wr, 797 op/s; 22668/134727 objects degraded (16.825%); 6.0 MiB/s, 97 objects/s recovering 2024-09-13T15:05:54.130 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:53 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 22668/135966 objects degraded (16.672%), 5 pgs degraded, 5 pgs undersized (PG_DEGRADED) 2024-09-13T15:05:54.130 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:53 smithi071 ceph-mon[107477]: osdmap e1425: 8 total, 8 up, 7 in 2024-09-13T15:05:54.131 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:53 smithi071 ceph-mon[112785]: osdmap e1424: 8 total, 8 up, 7 in 2024-09-13T15:05:54.131 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:53 smithi071 ceph-mon[112785]: 10.3 starting backfill to osd.3 from (0'0,0'0] MAX to 1421'12047 2024-09-13T15:05:54.131 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:53 smithi071 ceph-mon[112785]: 10.7 starting backfill to osd.3 from (0'0,0'0] MAX to 1421'11996 2024-09-13T15:05:54.131 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:53 smithi071 ceph-mon[112785]: pgmap v2260: 109 pgs: 2 peering, 1 active+recovering+undersized+degraded+remapped, 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 2.7 GiB data, 14 GiB used, 612 GiB / 626 GiB avail; 0 B/s wr, 797 op/s; 22668/134727 objects degraded (16.825%); 6.0 MiB/s, 97 objects/s recovering 2024-09-13T15:05:54.131 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:53 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 22668/135966 objects degraded (16.672%), 5 pgs degraded, 5 pgs undersized (PG_DEGRADED) 2024-09-13T15:05:54.131 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:53 smithi071 ceph-mon[112785]: osdmap e1425: 8 total, 8 up, 7 in 2024-09-13T15:05:54.144 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:54.145 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:54.145 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:05:54.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:53 smithi104 ceph-mon[105578]: osdmap e1424: 8 total, 8 up, 7 in 2024-09-13T15:05:54.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:53 smithi104 ceph-mon[105578]: 10.3 starting backfill to osd.3 from (0'0,0'0] MAX to 1421'12047 2024-09-13T15:05:54.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:53 smithi104 ceph-mon[105578]: 10.7 starting backfill to osd.3 from (0'0,0'0] MAX to 1421'11996 2024-09-13T15:05:54.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:53 smithi104 ceph-mon[105578]: pgmap v2260: 109 pgs: 2 peering, 1 active+recovering+undersized+degraded+remapped, 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 2.7 GiB data, 14 GiB used, 612 GiB / 626 GiB avail; 0 B/s wr, 797 op/s; 22668/134727 objects degraded (16.825%); 6.0 MiB/s, 97 objects/s recovering 2024-09-13T15:05:54.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:53 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 22668/135966 objects degraded (16.672%), 5 pgs degraded, 5 pgs undersized (PG_DEGRADED) 2024-09-13T15:05:54.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:53 smithi104 ceph-mon[105578]: osdmap e1425: 8 total, 8 up, 7 in 2024-09-13T15:05:54.246 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:54.294 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:54.294 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:54.295 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:54.396 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:05:54.424 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:54.425 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:54.426 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:05:54.526 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:54.565 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:54.565 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:54.566 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:54.667 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:05:54.701 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:54.701 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:54.701 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:05:54.802 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:54.841 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:54.841 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:54.841 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:54.942 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:05:54.979 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:54.979 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:54.980 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:05:55.080 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:55.140 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:55.141 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:55.141 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:55.242 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:55.280 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:55.280 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:55.280 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:55.381 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:05:55.399 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:05:55.427 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:55.428 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:55.428 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:05:55.438 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:05:55.481 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T15:05:55.481 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T15:05:55.516 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T15:05:55.516 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T15:05:55.529 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:55.548 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:55 smithi071 ceph-mon[107477]: osdmap e1426: 8 total, 8 up, 7 in 2024-09-13T15:05:55.548 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:55 smithi071 ceph-mon[112785]: osdmap e1426: 8 total, 8 up, 7 in 2024-09-13T15:05:55.561 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T15:05:55.562 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T15:05:55.579 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:55.581 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:55.581 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:55.596 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T15:05:55.596 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T15:05:55.629 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T15:05:55.629 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T15:05:55.664 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T15:05:55.664 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T15:05:55.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:55 smithi104 ceph-mon[105578]: osdmap e1426: 8 total, 8 up, 7 in 2024-09-13T15:05:55.682 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:55.695 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T15:05:55.695 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T15:05:55.717 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:55.718 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:55.718 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:55.736 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T15:05:55.736 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T15:05:55.819 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:05:55.847 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:55.847 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:55.847 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:05:55.948 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:55.983 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:55.984 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:55.984 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:56.085 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:05:56.114 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:56.114 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:56.115 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:05:56.216 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:05:56.249 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:56.249 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:56.250 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:05:56.350 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:05:56.381 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:56.382 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:56.382 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:05:56.483 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:56.516 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:56.517 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:56.517 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:56.618 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:56.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:56 smithi071 ceph-mon[112785]: pgmap v2263: 109 pgs: 1 active+recovery_wait, 4 peering, 1 active+recovering+undersized+degraded+remapped, 1 active+undersized+degraded+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 2.7 GiB data, 14 GiB used, 612 GiB / 626 GiB avail; 0 B/s wr, 322 op/s; 22668/132096 objects degraded (17.160%) 2024-09-13T15:05:56.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:56 smithi071 ceph-mon[112785]: 1.13 scrub starts 2024-09-13T15:05:56.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:56 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2199456637' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:05:56.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:56 smithi071 ceph-mon[107477]: pgmap v2263: 109 pgs: 1 active+recovery_wait, 4 peering, 1 active+recovering+undersized+degraded+remapped, 1 active+undersized+degraded+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 2.7 GiB data, 14 GiB used, 612 GiB / 626 GiB avail; 0 B/s wr, 322 op/s; 22668/132096 objects degraded (17.160%) 2024-09-13T15:05:56.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:56 smithi071 ceph-mon[107477]: 1.13 scrub starts 2024-09-13T15:05:56.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:56 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2199456637' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:05:56.649 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:56.650 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:56.650 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:56.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:56 smithi104 ceph-mon[105578]: pgmap v2263: 109 pgs: 1 active+recovery_wait, 4 peering, 1 active+recovering+undersized+degraded+remapped, 1 active+undersized+degraded+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 2.7 GiB data, 14 GiB used, 612 GiB / 626 GiB avail; 0 B/s wr, 322 op/s; 22668/132096 objects degraded (17.160%) 2024-09-13T15:05:56.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:56 smithi104 ceph-mon[105578]: 1.13 scrub starts 2024-09-13T15:05:56.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:56 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2199456637' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:05:56.751 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:05:56.780 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:56.781 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:56.781 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:05:56.882 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:56.919 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:56.919 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:56.920 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:57.021 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:05:57.051 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:57.051 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:57.052 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:05:57.152 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:05:57.182 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:57.183 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:57.183 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:05:57.284 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:05:57.321 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:57.322 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:57.322 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:05:57.423 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:05:57.457 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:57.458 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:57.458 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:05:57.559 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:57.595 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:57.595 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:57.595 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:57.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:57 smithi104 ceph-mon[105578]: 1.7 scrub starts 2024-09-13T15:05:57.696 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:05:57.717 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:57 smithi071 ceph-mon[107477]: 1.7 scrub starts 2024-09-13T15:05:57.718 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:57 smithi071 ceph-mon[112785]: 1.7 scrub starts 2024-09-13T15:05:57.725 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:57.726 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:57.726 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:05:57.827 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:05:57.860 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:57.860 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:57.861 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:05:57.961 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:05:57.998 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:57.999 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:57.999 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:05:58.100 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:58.132 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:58.133 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:58.133 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:58.234 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:05:58.275 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:58.275 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:58.275 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:05:58.376 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:58.431 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:58.432 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:58.432 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:58.533 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:58.562 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:58.563 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:58.563 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:58.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:58 smithi071 ceph-mon[112785]: pgmap v2264: 109 pgs: 1 active+remapped+backfilling, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 2 peering, 1 active+recovering+undersized+degraded+remapped, 1 active+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 2.6 GiB data, 14 GiB used, 612 GiB / 626 GiB avail; 0 B/s wr, 502 op/s; 22121/126804 objects degraded (17.445%); 4851/126804 objects misplaced (3.826%); 8.2 MiB/s, 147 objects/s recovering 2024-09-13T15:05:58.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:05:58 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 22121/126804 objects degraded (17.445%), 5 pgs degraded, 5 pgs undersized (PG_DEGRADED) 2024-09-13T15:05:58.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:58 smithi071 ceph-mon[107477]: pgmap v2264: 109 pgs: 1 active+remapped+backfilling, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 2 peering, 1 active+recovering+undersized+degraded+remapped, 1 active+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 2.6 GiB data, 14 GiB used, 612 GiB / 626 GiB avail; 0 B/s wr, 502 op/s; 22121/126804 objects degraded (17.445%); 4851/126804 objects misplaced (3.826%); 8.2 MiB/s, 147 objects/s recovering 2024-09-13T15:05:58.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:05:58 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 22121/126804 objects degraded (17.445%), 5 pgs degraded, 5 pgs undersized (PG_DEGRADED) 2024-09-13T15:05:58.665 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:05:58.699 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:58.700 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:58.700 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:05:58.801 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:05:58.841 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:58.842 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:58.842 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:05:58.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:58 smithi104 ceph-mon[105578]: pgmap v2264: 109 pgs: 1 active+remapped+backfilling, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 2 peering, 1 active+recovering+undersized+degraded+remapped, 1 active+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 2.6 GiB data, 14 GiB used, 612 GiB / 626 GiB avail; 0 B/s wr, 502 op/s; 22121/126804 objects degraded (17.445%); 4851/126804 objects misplaced (3.826%); 8.2 MiB/s, 147 objects/s recovering 2024-09-13T15:05:58.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:05:58 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 22121/126804 objects degraded (17.445%), 5 pgs degraded, 5 pgs undersized (PG_DEGRADED) 2024-09-13T15:05:58.942 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:05:58.983 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:58.984 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:58.984 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:05:59.085 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:05:59.128 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:59.128 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:59.129 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:05:59.230 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:05:59.263 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:59.264 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:59.264 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:05:59.365 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:05:59.405 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:59.406 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:59.406 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:05:59.507 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:05:59.538 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:59.538 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:59.539 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:05:59.631 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=false 2024-09-13T15:05:59.640 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:05:59.722 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:05:59.723 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:59.723 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:05:59.824 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:05:59.862 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:05:59.863 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:05:59.863 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:05:59.964 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:00.011 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:00.012 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:00.012 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:00.113 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:00.164 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:00.165 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:00.165 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:06:00.266 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:06:00.295 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:00.296 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:00.296 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:06:00.397 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:00.442 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:00.443 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:00.443 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:06:00.544 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:06:00.592 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:00.593 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:00.593 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:06:00.632 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:00 smithi071 ceph-mon[107477]: pgmap v2265: 109 pgs: 1 active+remapped+backfilling, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 2 peering, 1 active+recovering+undersized+degraded+remapped, 1 active+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 2.6 GiB data, 14 GiB used, 612 GiB / 626 GiB avail; 0 B/s wr, 469 op/s; 22121/125913 objects degraded (17.568%); 4851/125913 objects misplaced (3.853%); 6.9 MiB/s, 124 objects/s recovering 2024-09-13T15:06:00.633 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:00 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:06:00.633 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:00 smithi071 ceph-mon[112785]: pgmap v2265: 109 pgs: 1 active+remapped+backfilling, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 2 peering, 1 active+recovering+undersized+degraded+remapped, 1 active+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 2.6 GiB data, 14 GiB used, 612 GiB / 626 GiB avail; 0 B/s wr, 469 op/s; 22121/125913 objects degraded (17.568%); 4851/125913 objects misplaced (3.853%); 6.9 MiB/s, 124 objects/s recovering 2024-09-13T15:06:00.633 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:00 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:06:00.640 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T15:06:00.643 INFO:teuthology.orchestra.run.smithi071.stderr:dumped all 2024-09-13T15:06:00.694 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:06:00.723 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:00.723 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:00.724 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:06:00.825 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:06:00.859 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:00.860 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:00.860 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:06:00.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:00 smithi104 ceph-mon[105578]: pgmap v2265: 109 pgs: 1 active+remapped+backfilling, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 2 peering, 1 active+recovering+undersized+degraded+remapped, 1 active+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 2.6 GiB data, 14 GiB used, 612 GiB / 626 GiB avail; 0 B/s wr, 469 op/s; 22121/125913 objects degraded (17.568%); 4851/125913 objects misplaced (3.853%); 6.9 MiB/s, 124 objects/s recovering 2024-09-13T15:06:00.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:00 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:06:00.961 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:06:00.999 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:00.999 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:00.999 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:06:01.100 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:06:01.141 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:01.141 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:01.142 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:06:01.243 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:06:01.282 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:01.282 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:01.283 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:06:01.384 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:06:01.421 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:01.422 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:01.423 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:06:01.431 INFO:teuthology.orchestra.run.smithi071.stderr:noscrub is unset 2024-09-13T15:06:01.523 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:06:01.559 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:01.560 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:01.560 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:06:01.600 INFO:teuthology.orchestra.run.smithi071.stdout:{"pg_ready":true,"pg_map":{"version":2265,"stamp":"2024-09-13T15:05:58.988359+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":2749437949,"num_objects":41971,"num_object_clones":0,"num_object_copies":125913,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":22121,"num_objects_misplaced":4851,"num_objects_unfound":0,"num_objects_dirty":41971,"num_whiteouts":0,"num_read":1,"num_read_kb":1,"num_write":192981,"num_write_kb":7515554,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":12535,"num_bytes_recovered":810383407,"num_keys_recovered":30,"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":101399,"ondisk_log_size":101399,"up":327,"acting":322,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":329,"num_osds":7,"num_per_pool_osds":7,"num_per_pool_omap_osds":7,"kb":656216064,"kb_used":14221716,"kb_used_data":8346820,"kb_used_omap":252,"kb_used_meta":5874563,"kb_avail":641994348,"statfs":{"total":671965249536,"available":657402212352,"internally_reserved":0,"allocated":8547143680,"data_stored":8527131364,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":258429,"internal_metadata":6015553155},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[2,1,1,2,1,3],"upper_bound":64},"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":-192544768,"num_objects":-2938,"num_object_clones":0,"num_object_copies":-8814,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":-547,"num_objects_misplaced":4851,"num_objects_unfound":0,"num_objects_dirty":-2938,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2938,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":777,"num_bytes_recovered":45285376,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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.256841"},"pg_stats":[{"pgid":"1.11","version":"373'149","reported_seq":1634,"reported_epoch":1426,"state":"active+clean","last_fresh":"2024-09-13T15:05:54.397381+0000","last_change":"2024-09-13T15:03:55.256070+0000","last_active":"2024-09-13T15:05:54.397381+0000","last_peered":"2024-09-13T15:05:54.397381+0000","last_clean":"2024-09-13T15:05:54.397381+0000","last_became_active":"2024-09-13T15:03:54.361713+0000","last_became_peered":"2024-09-13T15:03:54.361713+0000","last_unstale":"2024-09-13T15:05:54.397381+0000","last_undegraded":"2024-09-13T15:05:54.397381+0000","last_fullsized":"2024-09-13T15:05:54.397381+0000","mapping_epoch":1407,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1408,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:03:55.256014+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:03:55.256014+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:43:38.456769+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.14","version":"0'0","reported_seq":181,"reported_epoch":1425,"state":"active+clean","last_fresh":"2024-09-13T15:05:53.394712+0000","last_change":"2024-09-13T15:03:38.356940+0000","last_active":"2024-09-13T15:05:53.394712+0000","last_peered":"2024-09-13T15:05:53.394712+0000","last_clean":"2024-09-13T15:05:53.394712+0000","last_became_active":"2024-09-13T15:03:38.356599+0000","last_became_peered":"2024-09-13T15:03:38.356599+0000","last_unstale":"2024-09-13T15:05:53.394712+0000","last_undegraded":"2024-09-13T15:05:53.394712+0000","last_fullsized":"2024-09-13T15:05:53.394712+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:30:57.502891+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.13","version":"70'2","reported_seq":136,"reported_epoch":1426,"state":"active+clean","last_fresh":"2024-09-13T15:05:54.389130+0000","last_change":"2024-09-13T15:03:38.350681+0000","last_active":"2024-09-13T15:05:54.389130+0000","last_peered":"2024-09-13T15:05:54.389130+0000","last_clean":"2024-09-13T15:05:54.389130+0000","last_became_active":"2024-09-13T15:03:38.349386+0000","last_became_peered":"2024-09-13T15:03:38.349386+0000","last_unstale":"2024-09-13T15:05:54.389130+0000","last_undegraded":"2024-09-13T15:05:54.389130+0000","last_fullsized":"2024-09-13T15:05:54.389130+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T02:02:39.428946+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":6,"num_bytes_recovered":102,"num_keys_recovered":30,"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,2],"acting":[7,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.10","version":"373'149","reported_seq":1782,"reported_epoch":1425,"state":"active+clean","last_fresh":"2024-09-13T15:05:53.384603+0000","last_change":"2024-09-13T15:03:38.349355+0000","last_active":"2024-09-13T15:05:53.384603+0000","last_peered":"2024-09-13T15:05:53.384603+0000","last_clean":"2024-09-13T15:05:53.384603+0000","last_became_active":"2024-09-13T15:03:38.349035+0000","last_became_peered":"2024-09-13T15:03:38.349035+0000","last_unstale":"2024-09-13T15:05:53.384603+0000","last_undegraded":"2024-09-13T15:05:53.384603+0000","last_fullsized":"2024-09-13T15:05:53.384603+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:47.921711+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:47.921711+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:12:52.991080+0000","scrub_duration":0.001430061,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.15","version":"0'0","reported_seq":1477,"reported_epoch":1425,"state":"active+clean","last_fresh":"2024-09-13T15:05:53.386185+0000","last_change":"2024-09-13T15:03:38.344711+0000","last_active":"2024-09-13T15:05:53.386185+0000","last_peered":"2024-09-13T15:05:53.386185+0000","last_clean":"2024-09-13T15:05:53.386185+0000","last_became_active":"2024-09-13T15:03:38.344365+0000","last_became_peered":"2024-09-13T15:03:38.344365+0000","last_unstale":"2024-09-13T15:05:53.386185+0000","last_undegraded":"2024-09-13T15:05:53.386185+0000","last_fullsized":"2024-09-13T15:05:53.386185+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:45:19.898790+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[5,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.12","version":"0'0","reported_seq":2111,"reported_epoch":1426,"state":"active+clean","last_fresh":"2024-09-13T15:05:54.417773+0000","last_change":"2024-09-13T15:05:51.741228+0000","last_active":"2024-09-13T15:05:54.417773+0000","last_peered":"2024-09-13T15:05:54.417773+0000","last_clean":"2024-09-13T15:05:54.417773+0000","last_became_active":"2024-09-13T15:05:51.740897+0000","last_became_peered":"2024-09-13T15:05:51.740897+0000","last_unstale":"2024-09-13T15:05:54.417773+0000","last_undegraded":"2024-09-13T15:05:54.417773+0000","last_fullsized":"2024-09-13T15:05:54.417773+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:41:52.248592+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.13","version":"373'149","reported_seq":1631,"reported_epoch":1425,"state":"peering","last_fresh":"2024-09-13T15:05:53.248998+0000","last_change":"2024-09-13T15:05:54.080350+0000","last_active":"2024-09-13T15:05:54.080350+0000","last_peered":"2024-09-13T15:05:53.248998+0000","last_clean":"2024-09-13T14:58:38.307932+0000","last_became_active":"2024-09-13T15:05:53.248378+0000","last_became_peered":"2024-09-13T15:05:53.248378+0000","last_unstale":"2024-09-13T15:05:53.248998+0000","last_undegraded":"2024-09-13T15:05:53.248998+0000","last_fullsized":"2024-09-13T15:05:53.248998+0000","mapping_epoch":1425,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1311,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:51.141140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:51.141140+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":true,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"no scrub is scheduled","scrub_duration":5,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"4.16","version":"0'0","reported_seq":2121,"reported_epoch":1426,"state":"active+clean","last_fresh":"2024-09-13T15:05:54.400352+0000","last_change":"2024-09-13T15:03:38.349331+0000","last_active":"2024-09-13T15:05:54.400352+0000","last_peered":"2024-09-13T15:05:54.400352+0000","last_clean":"2024-09-13T15:05:54.400352+0000","last_became_active":"2024-09-13T15:03:38.348741+0000","last_became_peered":"2024-09-13T15:03:38.348741+0000","last_unstale":"2024-09-13T15:05:54.400352+0000","last_undegraded":"2024-09-13T15:05:54.400352+0000","last_fullsized":"2024-09-13T15:05:54.400352+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:28:53.539736+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[0,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.11","version":"0'0","reported_seq":93,"reported_epoch":1426,"state":"active+clean","last_fresh":"2024-09-13T15:05:54.388739+0000","last_change":"2024-09-13T15:03:38.354041+0000","last_active":"2024-09-13T15:05:54.388739+0000","last_peered":"2024-09-13T15:05:54.388739+0000","last_clean":"2024-09-13T15:05:54.388739+0000","last_became_active":"2024-09-13T15:03:38.351864+0000","last_became_peered":"2024-09-13T15:03:38.351864+0000","last_unstale":"2024-09-13T15:05:54.388739+0000","last_undegraded":"2024-09-13T15:05:54.388739+0000","last_fullsized":"2024-09-13T15:05:54.388739+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:43:45.532422+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[7,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.12","version":"373'149","reported_seq":1779,"reported_epoch":1425,"state":"active+clean","last_fresh":"2024-09-13T15:05:53.384604+0000","last_change":"2024-09-13T15:03:38.356066+0000","last_active":"2024-09-13T15:05:53.384604+0000","last_peered":"2024-09-13T15:05:53.384604+0000","last_clean":"2024-09-13T15:05:53.384604+0000","last_became_active":"2024-09-13T15:03:38.355743+0000","last_became_peered":"2024-09-13T15:03:38.355743+0000","last_unstale":"2024-09-13T15:05:53.384604+0000","last_undegraded":"2024-09-13T15:05:53.384604+0000","last_fullsized":"2024-09-13T15:05:53.384604+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:46.963090+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:46.963090+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:18:39.622092+0000","scrub_duration":0.0014971279999999999,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[5,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.17","version":"0'0","reported_seq":16,"reported_epoch":1425,"state":"active+clean","last_fresh":"2024-09-13T15:05:53.394209+0000","last_change":"2024-09-13T15:05:51.734614+0000","last_active":"2024-09-13T15:05:53.394209+0000","last_peered":"2024-09-13T15:05:53.394209+0000","last_clean":"2024-09-13T15:05:53.394209+0000","last_became_active":"2024-09-13T15:05:51.734240+0000","last_became_peered":"2024-09-13T15:05:51.734240+0000","last_unstale":"2024-09-13T15:05:53.394209+0000","last_undegraded":"2024-09-13T15:05:53.394209+0000","last_fullsized":"2024-09-13T15:05:53.394209+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:39:54.213629+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[3,7,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.10","version":"70'8","reported_seq":64,"reported_epoch":1426,"state":"active+clean","last_fresh":"2024-09-13T15:05:54.400825+0000","last_change":"2024-09-13T15:05:47.285978+0000","last_active":"2024-09-13T15:05:54.400825+0000","last_peered":"2024-09-13T15:05:54.400825+0000","last_clean":"2024-09-13T15:05:54.400825+0000","last_became_active":"2024-09-13T15:03:51.626453+0000","last_became_peered":"2024-09-13T15:03:51.626453+0000","last_unstale":"2024-09-13T15:05:54.400825+0000","last_undegraded":"2024-09-13T15:05:54.400825+0000","last_fullsized":"2024-09-13T15:05:54.400825+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1419,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T01:57:18.346358+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":20,"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":[0,5,3],"acting":[0,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"10.6","version":"1426'11966","reported_seq":12012,"reported_epoch":1426,"state":"active+clean","last_fresh":"2024-09-13T15:05:55.924229+0000","last_change":"2024-09-13T15:02:47.600715+0000","last_active":"2024-09-13T15:05:55.924229+0000","last_peered":"2024-09-13T15:05:55.924229+0000","last_clean":"2024-09-13T15:05:55.924229+0000","last_became_active":"2024-09-13T15:02:47.600415+0000","last_became_peered":"2024-09-13T15:02:47.600415+0000","last_unstale":"2024-09-13T15:05:55.924229+0000","last_undegraded":"2024-09-13T15:05:55.924229+0000","last_fullsized":"2024-09-13T15:05:55.924229+0000","mapping_epoch":1390,"log_start":"1403'5400","ondisk_log_start":"1403'5400","created":1390,"last_epoch_clean":1391,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":6566,"log_dups_size":0,"ondisk_log_size":6566,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:17:21.224535+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":174194688,"num_objects":2658,"num_object_clones":0,"num_object_copies":7974,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2658,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":11966,"num_write_kb":467968,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[5,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"1.d","version":"373'149","reported_seq":1762,"reported_epoch":1425,"state":"active+clean","last_fresh":"2024-09-13T15:05:53.393935+0000","last_change":"2024-09-13T15:03:38.351301+0000","last_active":"2024-09-13T15:05:53.393935+0000","last_peered":"2024-09-13T15:05:53.393935+0000","last_clean":"2024-09-13T15:05:53.393935+0000","last_became_active":"2024-09-13T15:03:38.350105+0000","last_became_peered":"2024-09-13T15:03:38.350105+0000","last_unstale":"2024-09-13T15:05:53.393935+0000","last_undegraded":"2024-09-13T15:05:53.393935+0000","last_fullsized":"2024-09-13T15:05:53.393935+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:02:30.687228+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:02:30.687228+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":true,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"queued for scrub","scrub_duration":4,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.f","version":"70'1","reported_seq":110,"reported_epoch":1425,"state":"active+clean","last_fresh":"2024-09-13T15:05:53.394979+0000","last_change":"2024-09-13T15:03:51.626292+0000","last_active":"2024-09-13T15:05:53.394979+0000","last_peered":"2024-09-13T15:05:53.394979+0000","last_clean":"2024-09-13T15:05:53.394979+0000","last_became_active":"2024-09-13T15:03:51.623114+0000","last_became_peered":"2024-09-13T15:03:51.623114+0000","last_unstale":"2024-09-13T15:05:53.394979+0000","last_undegraded":"2024-09-13T15:05:53.394979+0000","last_fullsized":"2024-09-13T15:05:53.394979+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T15:05:32.910110+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":3,"num_bytes_recovered":66,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[7,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.8","version":"0'0","reported_seq":1452,"reported_epoch":1425,"state":"active+clean","last_fresh":"2024-09-13T15:05:53.384692+0000","last_change":"2024-09-13T15:03:38.353305+0000","last_active":"2024-09-13T15:05:53.384692+0000","last_peered":"2024-09-13T15:05:53.384692+0000","last_clean":"2024-09-13T15:05:53.384692+0000","last_became_active":"2024-09-13T15:03:38.352879+0000","last_became_peered":"2024-09-13T15:03:38.352879+0000","last_unstale":"2024-09-13T15:05:53.384692+0000","last_undegraded":"2024-09-13T15:05:53.384692+0000","last_fullsized":"2024-09-13T15:05:53.384692+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:40:30.592651+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"10.7","version":"1426'12169","reported_seq":12487,"reported_epoch":1426,"state":"active+remapped+backfill_wait","last_fresh":"2024-09-13T15:05:56.563870+0000","last_change":"2024-09-13T15:05:54.413869+0000","last_active":"2024-09-13T15:05:56.563870+0000","last_peered":"2024-09-13T15:05:56.563870+0000","last_clean":"2024-09-13T15:05:50.687912+0000","last_became_active":"2024-09-13T15:05:53.229386+0000","last_became_peered":"2024-09-13T15:05:53.229386+0000","last_unstale":"2024-09-13T15:05:56.563870+0000","last_undegraded":"2024-09-13T15:05:56.563870+0000","last_fullsized":"2024-09-13T15:05:56.563870+0000","mapping_epoch":1423,"log_start":"1403'5400","ondisk_log_start":"1403'5400","created":1390,"last_epoch_clean":1391,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":6769,"log_dups_size":0,"ondisk_log_size":6769,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"no scrub is scheduled","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":173604864,"num_objects":2649,"num_object_clones":0,"num_object_copies":7947,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":2524,"num_objects_unfound":0,"num_objects_dirty":2649,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":12169,"num_write_kb":474176,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":130,"num_bytes_recovered":8519680,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[2,5,4],"avail_no_missing":["2","4","5"],"object_location_counts":[{"shards":"2,4,5","objects":2649}],"blocked_by":[],"up_primary":3,"acting_primary":2,"purged_snaps":[]},{"pgid":"1.c","version":"373'149","reported_seq":1849,"reported_epoch":1425,"state":"active+clean","last_fresh":"2024-09-13T15:05:53.394607+0000","last_change":"2024-09-13T15:01:59.354979+0000","last_active":"2024-09-13T15:05:53.394607+0000","last_peered":"2024-09-13T15:05:53.394607+0000","last_clean":"2024-09-13T15:05:53.394607+0000","last_became_active":"2024-09-13T15:01:59.354085+0000","last_became_peered":"2024-09-13T15:01:59.354085+0000","last_unstale":"2024-09-13T15:05:53.394607+0000","last_undegraded":"2024-09-13T15:05:53.394607+0000","last_fullsized":"2024-09-13T15:05:53.394607+0000","mapping_epoch":1361,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1362,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:44.558993+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:44.558993+0000","objects_scrubbed":1,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:27:40.542397+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":327680,"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":1,"num_bytes_recovered":327680,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.e","version":"70'2","reported_seq":97,"reported_epoch":1425,"state":"active+clean","last_fresh":"2024-09-13T15:05:53.394860+0000","last_change":"2024-09-13T15:03:38.349897+0000","last_active":"2024-09-13T15:05:53.394860+0000","last_peered":"2024-09-13T15:05:53.394860+0000","last_clean":"2024-09-13T15:05:53.394860+0000","last_became_active":"2024-09-13T15:03:38.348354+0000","last_became_peered":"2024-09-13T15:03:38.348354+0000","last_unstale":"2024-09-13T15:05:53.394860+0000","last_undegraded":"2024-09-13T15:05:53.394860+0000","last_fullsized":"2024-09-13T15:05:53.394860+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T15:43:40.950366+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":2,"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,1],"acting":[7,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.9","version":"0'0","reported_seq":169,"reported_epoch":1426,"state":"active+clean","last_fresh":"2024-09-13T15:05:54.395984+0000","last_change":"2024-09-13T15:05:51.743005+0000","last_active":"2024-09-13T15:05:54.395984+0000","last_peered":"2024-09-13T15:05:54.395984+0000","last_clean":"2024-09-13T15:05:54.395984+0000","last_became_active":"2024-09-13T15:05:51.742687+0000","last_became_peered":"2024-09-13T15:05:51.742687+0000","last_unstale":"2024-09-13T15:05:54.395984+0000","last_undegraded":"2024-09-13T15:05:54.395984+0000","last_fullsized":"2024-09-13T15:05:54.395984+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:25:15.943530+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"10.4","version":"1426'12071","reported_seq":25005,"reported_epoch":1426,"state":"active+recovery_wait","last_fresh":"2024-09-13T15:05:54.621900+0000","last_change":"2024-09-13T15:04:58.790442+0000","last_active":"2024-09-13T15:05:54.621900+0000","last_peered":"2024-09-13T15:05:54.621900+0000","last_clean":"2024-09-13T15:04:57.377876+0000","last_became_active":"2024-09-13T15:04:58.752120+0000","last_became_peered":"2024-09-13T15:04:58.752120+0000","last_unstale":"2024-09-13T15:05:54.621900+0000","last_undegraded":"2024-09-13T15:05:54.621900+0000","last_fullsized":"2024-09-13T15:05:54.621900+0000","mapping_epoch":1414,"log_start":"1409'6172","ondisk_log_start":"1409'6172","created":1390,"last_epoch_clean":1413,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":5899,"log_dups_size":0,"ondisk_log_size":5899,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"no scrub is scheduled","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":175964160,"num_objects":2685,"num_object_clones":0,"num_object_copies":8055,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2685,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":12071,"num_write_kb":472192,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6424,"num_bytes_recovered":420937728,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":["0","1","3","4"],"object_location_counts":[{"shards":"0,3,4","objects":2685}],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"1.f","version":"373'149","reported_seq":1773,"reported_epoch":1425,"state":"active+clean","last_fresh":"2024-09-13T15:05:53.386557+0000","last_change":"2024-09-13T15:01:28.027947+0000","last_active":"2024-09-13T15:05:53.386557+0000","last_peered":"2024-09-13T15:05:53.386557+0000","last_clean":"2024-09-13T15:05:53.386557+0000","last_became_active":"2024-09-13T15:01:28.027514+0000","last_became_peered":"2024-09-13T15:01:28.027514+0000","last_unstale":"2024-09-13T15:05:53.386557+0000","last_undegraded":"2024-09-13T15:05:53.386557+0000","last_fullsized":"2024-09-13T15:05:53.386557+0000","mapping_epoch":1349,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1350,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:41.996887+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:41.996887+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:41:46.361463+0000","scrub_duration":0.0021616460000000001,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[5,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.d","version":"70'1","reported_seq":137,"reported_epoch":1425,"state":"active+clean","last_fresh":"2024-09-13T15:05:53.394111+0000","last_change":"2024-09-13T15:03:38.351064+0000","last_active":"2024-09-13T15:05:53.394111+0000","last_peered":"2024-09-13T15:05:53.394111+0000","last_clean":"2024-09-13T15:05:53.394111+0000","last_became_active":"2024-09-13T15:03:38.348082+0000","last_became_peered":"2024-09-13T15:03:38.348082+0000","last_unstale":"2024-09-13T15:05:53.394111+0000","last_undegraded":"2024-09-13T15:05:53.394111+0000","last_fullsized":"2024-09-13T15:05:53.394111+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T20:26:11.922683+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":4,"num_bytes_recovered":280,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[7,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.a","version":"0'0","reported_seq":93,"reported_epoch":1425,"state":"active+clean","last_fresh":"2024-09-13T15:05:53.393244+0000","last_change":"2024-09-13T15:03:38.356492+0000","last_active":"2024-09-13T15:05:53.393244+0000","last_peered":"2024-09-13T15:05:53.393244+0000","last_clean":"2024-09-13T15:05:53.393244+0000","last_became_active":"2024-09-13T15:03:38.356178+0000","last_became_peered":"2024-09-13T15:03:38.356178+0000","last_unstale":"2024-09-13T15:05:53.393244+0000","last_undegraded":"2024-09-13T15:05:53.393244+0000","last_fullsized":"2024-09-13T15:05:53.393244+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:00:06.309035+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[7,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"10.5","version":"1426'12378","reported_seq":12462,"reported_epoch":1426,"state":"active+clean","last_fresh":"2024-09-13T15:05:56.574166+0000","last_change":"2024-09-13T15:02:47.601285+0000","last_active":"2024-09-13T15:05:56.574166+0000","last_peered":"2024-09-13T15:05:56.574166+0000","last_clean":"2024-09-13T15:05:56.574166+0000","last_became_active":"2024-09-13T15:02:47.600359+0000","last_became_peered":"2024-09-13T15:02:47.600359+0000","last_unstale":"2024-09-13T15:05:56.574166+0000","last_undegraded":"2024-09-13T15:05:56.574166+0000","last_fullsized":"2024-09-13T15:05:56.574166+0000","mapping_epoch":1390,"log_start":"1398'4300","ondisk_log_start":"1398'4300","created":1390,"last_epoch_clean":1391,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":8078,"log_dups_size":0,"ondisk_log_size":8078,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:57:55.758679+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":170524672,"num_objects":2602,"num_object_clones":0,"num_object_copies":7806,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2602,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":12378,"num_write_kb":479360,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[2,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"1.e","version":"373'149","reported_seq":1822,"reported_epoch":1425,"state":"active+clean","last_fresh":"2024-09-13T15:05:53.396088+0000","last_change":"2024-09-13T15:03:38.351489+0000","last_active":"2024-09-13T15:05:53.396088+0000","last_peered":"2024-09-13T15:05:53.396088+0000","last_clean":"2024-09-13T15:05:53.396088+0000","last_became_active":"2024-09-13T15:03:38.350896+0000","last_became_peered":"2024-09-13T15:03:38.350896+0000","last_unstale":"2024-09-13T15:05:53.396088+0000","last_undegraded":"2024-09-13T15:05:53.396088+0000","last_fullsized":"2024-09-13T15:05:53.396088+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:46.145574+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:46.145574+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:18:57.368977+0000","scrub_duration":0.0016746529999999999,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7,3],"acting":[4,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.c","version":"0'0","reported_seq":1432,"reported_epoch":1425,"state":"active+clean","last_fresh":"2024-09-13T15:05:53.385778+0000","last_change":"2024-09-13T15:01:24.974778+0000","last_active":"2024-09-13T15:05:53.385778+0000","last_peered":"2024-09-13T15:05:53.385778+0000","last_clean":"2024-09-13T15:05:53.385778+0000","last_became_active":"2024-09-13T15:01:24.974473+0000","last_became_peered":"2024-09-13T15:01:24.974473+0000","last_unstale":"2024-09-13T15:05:53.385778+0000","last_undegraded":"2024-09-13T15:05:53.385778+0000","last_fullsized":"2024-09-13T15:05:53.385778+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:46:28.574203+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[5,3,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.b","version":"0'0","reported_seq":2071,"reported_epoch":1426,"state":"active+clean","last_fresh":"2024-09-13T15:05:54.400258+0000","last_change":"2024-09-13T14:57:14.903236+0000","last_active":"2024-09-13T15:05:54.400258+0000","last_peered":"2024-09-13T15:05:54.400258+0000","last_clean":"2024-09-13T15:05:54.400258+0000","last_became_active":"2024-09-13T14:57:14.902951+0000","last_became_peered":"2024-09-13T14:57:14.902951+0000","last_unstale":"2024-09-13T15:05:54.400258+0000","last_undegraded":"2024-09-13T15:05:54.400258+0000","last_fullsized":"2024-09-13T15:05:54.400258+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:55:09.250185+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"10.2","version":"1426'12186","reported_seq":12270,"reported_epoch":1426,"state":"active+clean","last_fresh":"2024-09-13T15:05:58.018454+0000","last_change":"2024-09-13T15:02:47.599322+0000","last_active":"2024-09-13T15:05:58.018454+0000","last_peered":"2024-09-13T15:05:58.018454+0000","last_clean":"2024-09-13T15:05:58.018454+0000","last_became_active":"2024-09-13T15:02:47.598913+0000","last_became_peered":"2024-09-13T15:02:47.598913+0000","last_unstale":"2024-09-13T15:05:58.018454+0000","last_undegraded":"2024-09-13T15:05:58.018454+0000","last_fullsized":"2024-09-13T15:05:58.018454+0000","mapping_epoch":1390,"log_start":"1408'5800","ondisk_log_start":"1408'5800","created":1390,"last_epoch_clean":1391,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":6386,"log_dups_size":0,"ondisk_log_size":6386,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:24:47.582373+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":165281792,"num_objects":2522,"num_object_clones":0,"num_object_copies":7566,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2522,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":12186,"num_write_kb":470656,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"1.9","version":"373'149","reported_seq":1733,"reported_epoch":1425,"state":"active+clean","last_fresh":"2024-09-13T15:05:53.394425+0000","last_change":"2024-09-13T15:03:38.352975+0000","last_active":"2024-09-13T15:05:53.394425+0000","last_peered":"2024-09-13T15:05:53.394425+0000","last_clean":"2024-09-13T15:05:53.394425+0000","last_became_active":"2024-09-13T15:03:38.351931+0000","last_became_peered":"2024-09-13T15:03:38.351931+0000","last_unstale":"2024-09-13T15:05:53.394425+0000","last_undegraded":"2024-09-13T15:05:53.394425+0000","last_fullsized":"2024-09-13T15:05:53.394425+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:00.672283+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:00.672283+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:33:57.200088+0000","scrub_duration":8,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[7,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.b","version":"70'2","reported_seq":184,"reported_epoch":1425,"state":"active+clean","last_fresh":"2024-09-13T15:05:53.393914+0000","last_change":"2024-09-13T15:03:51.624583+0000","last_active":"2024-09-13T15:05:53.393914+0000","last_peered":"2024-09-13T15:05:53.393914+0000","last_clean":"2024-09-13T15:05:53.393914+0000","last_became_active":"2024-09-13T15:03:51.620984+0000","last_became_peered":"2024-09-13T15:03:51.620984+0000","last_unstale":"2024-09-13T15:05:53.393914+0000","last_undegraded":"2024-09-13T15:05:53.393914+0000","last_fullsized":"2024-09-13T15:05:53.393914+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T21:45:32.793080+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":4,"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":[3,0,4],"acting":[3,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.c","version":"0'0","reported_seq":186,"reported_epoch":1425,"state":"active+clean","last_fresh":"2024-09-13T15:05:53.393558+0000","last_change":"2024-09-13T15:01:24.978702+0000","last_active":"2024-09-13T15:05:53.393558+0000","last_peered":"2024-09-13T15:05:53.393558+0000","last_clean":"2024-09-13T15:05:53.393558+0000","last_became_active":"2024-09-13T15:01:24.977757+0000","last_became_peered":"2024-09-13T15:01:24.977757+0000","last_unstale":"2024-09-13T15:05:53.393558+0000","last_undegraded":"2024-09-13T15:05:53.393558+0000","last_fullsized":"2024-09-13T15:05:53.393558+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:22:07.527337+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,3,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"10.3","version":"1426'12245","reported_seq":12811,"reported_epoch":1426,"state":"active+remapped+backfilling","last_fresh":"2024-09-13T15:05:56.572188+0000","last_change":"2024-09-13T15:05:54.416529+0000","last_active":"2024-09-13T15:05:56.572188+0000","last_peered":"2024-09-13T15:05:56.572188+0000","last_clean":"2024-09-13T15:05:50.683246+0000","last_became_active":"2024-09-13T15:05:53.248332+0000","last_became_peered":"2024-09-13T15:05:53.248332+0000","last_unstale":"2024-09-13T15:05:56.572188+0000","last_undegraded":"2024-09-13T15:05:56.572188+0000","last_fullsized":"2024-09-13T15:05:56.572188+0000","mapping_epoch":1423,"log_start":"1398'4200","ondisk_log_start":"1398'4200","created":1390,"last_epoch_clean":1391,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":8045,"log_dups_size":0,"ondisk_log_size":8045,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"no scrub is scheduled","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":167837696,"num_objects":2561,"num_object_clones":0,"num_object_copies":7683,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":2327,"num_objects_unfound":0,"num_objects_dirty":2561,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":12245,"num_write_kb":473792,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":238,"num_bytes_recovered":15597568,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[2,5,4],"avail_no_missing":["2","4","5"],"object_location_counts":[{"shards":"2,4,5","objects":2561}],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"1.8","version":"373'149","reported_seq":1804,"reported_epoch":1425,"state":"active+clean","last_fresh":"2024-09-13T15:05:53.384603+0000","last_change":"2024-09-13T15:01:28.028879+0000","last_active":"2024-09-13T15:05:53.384603+0000","last_peered":"2024-09-13T15:05:53.384603+0000","last_clean":"2024-09-13T15:05:53.384603+0000","last_became_active":"2024-09-13T15:01:28.025980+0000","last_became_peered":"2024-09-13T15:01:28.025980+0000","last_unstale":"2024-09-13T15:05:53.384603+0000","last_undegraded":"2024-09-13T15:05:53.384603+0000","last_fullsized":"2024-09-13T15:05:53.384603+0000","mapping_epoch":1349,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1350,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:06.782570+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:06.782570+0000","objects_scrubbed":1,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:31:55.692142+0000","scrub_duration":2,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":262688,"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":4,"num_bytes_recovered":1050752,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[5,2,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.a","version":"0'0","reported_seq":178,"reported_epoch":1426,"state":"active+clean","last_fresh":"2024-09-13T15:05:54.398306+0000","last_change":"2024-09-13T15:01:24.976401+0000","last_active":"2024-09-13T15:05:54.398306+0000","last_peered":"2024-09-13T15:05:54.398306+0000","last_clean":"2024-09-13T15:05:54.398306+0000","last_became_active":"2024-09-13T15:01:24.975687+0000","last_became_peered":"2024-09-13T15:01:24.975687+0000","last_unstale":"2024-09-13T15:05:54.398306+0000","last_undegraded":"2024-09-13T15:05:54.398306+0000","last_fullsized":"2024-09-13T15:05:54.398306+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:37:56.277103+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.d","version":"0'0","reported_seq":168,"reported_epoch":1425,"state":"active+clean","last_fresh":"2024-09-13T15:05:53.395398+0000","last_change":"2024-09-13T15:01:09.620455+0000","last_active":"2024-09-13T15:05:53.395398+0000","last_peered":"2024-09-13T15:05:53.395398+0000","last_clean":"2024-09-13T15:05:53.395398+0000","last_became_active":"2024-09-13T15:01:09.620141+0000","last_became_peered":"2024-09-13T15:01:09.620141+0000","last_unstale":"2024-09-13T15:05:53.395398+0000","last_undegraded":"2024-09-13T15:05:53.395398+0000","last_fullsized":"2024-09-13T15:05:53.395398+0000","mapping_epoch":1341,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1342,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:40:38.384024+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,1],"acting":[4,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"10.0","version":"1426'11950","reported_seq":12015,"reported_epoch":1426,"state":"active+recovery_wait+undersized+degraded+remapped","last_fresh":"2024-09-13T15:05:55.604266+0000","last_change":"2024-09-13T15:05:47.248384+0000","last_active":"2024-09-13T15:05:55.604266+0000","last_peered":"2024-09-13T15:05:55.604266+0000","last_clean":"2024-09-13T15:02:55.603269+0000","last_became_active":"2024-09-13T15:03:39.945455+0000","last_became_peered":"2024-09-13T15:03:39.945455+0000","last_unstale":"2024-09-13T15:05:55.604266+0000","last_undegraded":"2024-09-13T15:03:39.369772+0000","last_fullsized":"2024-09-13T15:03:39.344642+0000","mapping_epoch":1401,"log_start":"1410'7000","ondisk_log_start":"1410'7000","created":1390,"last_epoch_clean":1391,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":4950,"log_dups_size":0,"ondisk_log_size":4950,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:51:53.024744+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":170524672,"num_objects":2602,"num_object_clones":0,"num_object_copies":7806,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":4853,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2602,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":11950,"num_write_kb":465664,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":131072,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[4,1],"avail_no_missing":["4","1"],"object_location_counts":[{"shards":"1,4","objects":-2251}],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"1.b","version":"373'149","reported_seq":1832,"reported_epoch":1426,"state":"active+clean","last_fresh":"2024-09-13T15:05:54.396961+0000","last_change":"2024-09-13T14:58:46.524171+0000","last_active":"2024-09-13T15:05:54.396961+0000","last_peered":"2024-09-13T15:05:54.396961+0000","last_clean":"2024-09-13T15:05:54.396961+0000","last_became_active":"2024-09-13T14:58:43.532183+0000","last_became_peered":"2024-09-13T14:58:43.532183+0000","last_unstale":"2024-09-13T15:05:54.396961+0000","last_undegraded":"2024-09-13T15:05:54.396961+0000","last_fullsized":"2024-09-13T15:05:54.396961+0000","mapping_epoch":1310,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1311,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:46.524124+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:46.524124+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:27:09.177423+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.9","version":"0'0","reported_seq":192,"reported_epoch":1426,"state":"active+clean","last_fresh":"2024-09-13T15:05:54.396273+0000","last_change":"2024-09-13T15:03:38.354984+0000","last_active":"2024-09-13T15:05:54.396273+0000","last_peered":"2024-09-13T15:05:54.396273+0000","last_clean":"2024-09-13T15:05:54.396273+0000","last_became_active":"2024-09-13T15:03:38.354709+0000","last_became_peered":"2024-09-13T15:03:38.354709+0000","last_unstale":"2024-09-13T15:05:54.396273+0000","last_undegraded":"2024-09-13T15:05:54.396273+0000","last_fullsized":"2024-09-13T15:05:54.396273+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:59:16.039432+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,7],"acting":[4,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.e","version":"0'0","reported_seq":186,"reported_epoch":1425,"state":"active+clean","last_fresh":"2024-09-13T15:05:53.395890+0000","last_change":"2024-09-13T15:02:46.589725+0000","last_active":"2024-09-13T15:05:53.395890+0000","last_peered":"2024-09-13T15:05:53.395890+0000","last_clean":"2024-09-13T15:05:53.395890+0000","last_became_active":"2024-09-13T15:02:46.589402+0000","last_became_peered":"2024-09-13T15:02:46.589402+0000","last_unstale":"2024-09-13T15:05:53.395890+0000","last_undegraded":"2024-09-13T15:05:53.395890+0000","last_fullsized":"2024-09-13T15:05:53.395890+0000","mapping_epoch":1389,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1390,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:04:57.106829+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"10.1","version":"1426'12008","reported_seq":12069,"reported_epoch":1426,"state":"active+undersized+degraded+remapped+backfill_wait","last_fresh":"2024-09-13T15:05:55.658698+0000","last_change":"2024-09-13T15:03:39.958617+0000","last_active":"2024-09-13T15:05:55.658698+0000","last_peered":"2024-09-13T15:05:55.658698+0000","last_clean":"2024-09-13T15:02:55.612010+0000","last_became_active":"2024-09-13T15:03:39.951475+0000","last_became_peered":"2024-09-13T15:03:39.951475+0000","last_unstale":"2024-09-13T15:05:55.658698+0000","last_undegraded":"2024-09-13T15:03:39.357051+0000","last_fullsized":"2024-09-13T15:03:39.344698+0000","mapping_epoch":1401,"log_start":"1410'7000","ondisk_log_start":"1410'7000","created":1390,"last_epoch_clean":1391,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":5008,"log_dups_size":0,"ondisk_log_size":5008,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:13:29.737984+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":166723584,"num_objects":2544,"num_object_clones":0,"num_object_copies":7632,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":2544,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2544,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":12008,"num_write_kb":465664,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7,0],"acting":[4,0],"avail_no_missing":["4","0"],"object_location_counts":[{"shards":"0,4","objects":2544}],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"1.a","version":"373'149","reported_seq":1752,"reported_epoch":1425,"state":"active+clean","last_fresh":"2024-09-13T15:05:53.384603+0000","last_change":"2024-09-13T15:01:12.669843+0000","last_active":"2024-09-13T15:05:53.384603+0000","last_peered":"2024-09-13T15:05:53.384603+0000","last_clean":"2024-09-13T15:05:53.384603+0000","last_became_active":"2024-09-13T15:01:12.669313+0000","last_became_peered":"2024-09-13T15:01:12.669313+0000","last_unstale":"2024-09-13T15:05:53.384603+0000","last_undegraded":"2024-09-13T15:05:53.384603+0000","last_fullsized":"2024-09-13T15:05:53.384603+0000","mapping_epoch":1344,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1345,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:05.812475+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:05.812475+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:45:44.908862+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[5,2,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.8","version":"0'0","reported_seq":16,"reported_epoch":1425,"state":"active+clean","last_fresh":"2024-09-13T15:05:53.391619+0000","last_change":"2024-09-13T15:05:51.743180+0000","last_active":"2024-09-13T15:05:53.391619+0000","last_peered":"2024-09-13T15:05:53.391619+0000","last_clean":"2024-09-13T15:05:53.391619+0000","last_became_active":"2024-09-13T15:05:51.742786+0000","last_became_peered":"2024-09-13T15:05:51.742786+0000","last_unstale":"2024-09-13T15:05:53.391619+0000","last_undegraded":"2024-09-13T15:05:53.391619+0000","last_fullsized":"2024-09-13T15:05:53.391619+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:43:22.519481+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.f","version":"0'0","reported_seq":169,"reported_epoch":1425,"state":"active+clean","last_fresh":"2024-09-13T15:05:53.396427+0000","last_change":"2024-09-13T15:01:25.027529+0000","last_active":"2024-09-13T15:05:53.396427+0000","last_peered":"2024-09-13T15:05:53.396427+0000","last_clean":"2024-09-13T15:05:53.396427+0000","last_became_active":"2024-09-13T15:01:24.986960+0000","last_became_peered":"2024-09-13T15:01:24.986960+0000","last_unstale":"2024-09-13T15:05:53.396427+0000","last_undegraded":"2024-09-13T15:05:53.396427+0000","last_fullsized":"2024-09-13T15:05:53.396427+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:47:41.794862+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"10.b","version":"1426'12011","reported_seq":12095,"reported_epoch":1426,"state":"active+clean","last_fresh":"2024-09-13T15:05:54.645746+0000","last_change":"2024-09-13T15:02:47.600324+0000","last_active":"2024-09-13T15:05:54.645746+0000","last_peered":"2024-09-13T15:05:54.645746+0000","last_clean":"2024-09-13T15:05:54.645746+0000","last_became_active":"2024-09-13T15:02:47.600031+0000","last_became_peered":"2024-09-13T15:02:47.600031+0000","last_unstale":"2024-09-13T15:05:54.645746+0000","last_undegraded":"2024-09-13T15:05:54.645746+0000","last_fullsized":"2024-09-13T15:05:54.645746+0000","mapping_epoch":1390,"log_start":"1409'6100","ondisk_log_start":"1409'6100","created":1390,"last_epoch_clean":1391,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":5911,"log_dups_size":0,"ondisk_log_size":5911,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:55:49.611388+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":176619520,"num_objects":2695,"num_object_clones":0,"num_object_copies":8085,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2695,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":12011,"num_write_kb":470592,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.0","version":"373'149","reported_seq":1743,"reported_epoch":1425,"state":"active+clean","last_fresh":"2024-09-13T15:05:53.394275+0000","last_change":"2024-09-13T15:03:54.432077+0000","last_active":"2024-09-13T15:05:53.394275+0000","last_peered":"2024-09-13T15:05:53.394275+0000","last_clean":"2024-09-13T15:05:53.394275+0000","last_became_active":"2024-09-13T15:03:54.431663+0000","last_became_peered":"2024-09-13T15:03:54.431663+0000","last_unstale":"2024-09-13T15:05:53.394275+0000","last_undegraded":"2024-09-13T15:05:53.394275+0000","last_fullsized":"2024-09-13T15:05:53.394275+0000","mapping_epoch":1407,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":1408,"parent":"0.0","parent_split_bits":0,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:02:39.669027+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:02:39.669027+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":true,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"queued for scrub","scrub_duration":15,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"2.3","version":"63'1","reported_seq":1507,"reported_epoch":1425,"state":"active+clean","last_fresh":"2024-09-13T15:05:53.386341+0000","last_change":"2024-09-13T15:03:38.346531+0000","last_active":"2024-09-13T15:05:53.386341+0000","last_peered":"2024-09-13T15:05:53.386341+0000","last_clean":"2024-09-13T15:05:53.386341+0000","last_became_active":"2024-09-13T15:03:38.345909+0000","last_became_peered":"2024-09-13T15:03:38.345909+0000","last_unstale":"2024-09-13T15:05:53.386341+0000","last_undegraded":"2024-09-13T15:05:53.386341+0000","last_fullsized":"2024-09-13T15:05:53.386341+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-14T14:55:44.823772+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029038399999999998,"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":7,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":16,"reported_epoch":1425,"state":"active+clean","last_fresh":"2024-09-13T15:05:53.392025+0000","last_change":"2024-09-13T15:05:51.734474+0000","last_active":"2024-09-13T15:05:53.392025+0000","last_peered":"2024-09-13T15:05:53.392025+0000","last_clean":"2024-09-13T15:05:53.392025+0000","last_became_active":"2024-09-13T15:05:51.734151+0000","last_became_peered":"2024-09-13T15:05:51.734151+0000","last_unstale":"2024-09-13T15:05:53.392025+0000","last_undegraded":"2024-09-13T15:05:53.392025+0000","last_fullsized":"2024-09-13T15:05:53.392025+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:39:56.749516+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[3,5,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.5","version":"0'0","reported_seq":184,"reported_epoch":1425,"state":"active+clean","last_fresh":"2024-09-13T15:05:53.395297+0000","last_change":"2024-09-13T15:03:38.352837+0000","last_active":"2024-09-13T15:05:53.395297+0000","last_peered":"2024-09-13T15:05:53.395297+0000","last_clean":"2024-09-13T15:05:53.395297+0000","last_became_active":"2024-09-13T15:03:38.352572+0000","last_became_peered":"2024-09-13T15:03:38.352572+0000","last_unstale":"2024-09-13T15:05:53.395297+0000","last_undegraded":"2024-09-13T15:05:53.395297+0000","last_fullsized":"2024-09-13T15:05:53.395297+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:24:21.126416+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7,0],"acting":[4,7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"10.8","version":"1426'12279","reported_seq":22439,"reported_epoch":1426,"state":"active+clean","last_fresh":"2024-09-13T15:05:54.511000+0000","last_change":"2024-09-13T15:05:48.729589+0000","last_active":"2024-09-13T15:05:54.511000+0000","last_peered":"2024-09-13T15:05:54.511000+0000","last_clean":"2024-09-13T15:05:54.511000+0000","last_became_active":"2024-09-13T15:05:48.694842+0000","last_became_peered":"2024-09-13T15:05:48.694842+0000","last_unstale":"2024-09-13T15:05:54.511000+0000","last_undegraded":"2024-09-13T15:05:54.511000+0000","last_fullsized":"2024-09-13T15:05:54.511000+0000","mapping_epoch":1420,"log_start":"1409'6300","ondisk_log_start":"1409'6300","created":1390,"last_epoch_clean":1421,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":5979,"log_dups_size":0,"ondisk_log_size":5979,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:47:12.748567+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":177537024,"num_objects":2709,"num_object_clones":0,"num_object_copies":8127,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2709,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":12279,"num_write_kb":479616,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":5030,"num_bytes_recovered":329646080,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[0,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"1.3","version":"373'149","reported_seq":1757,"reported_epoch":1425,"state":"active+clean","last_fresh":"2024-09-13T15:05:53.393963+0000","last_change":"2024-09-13T14:58:41.253414+0000","last_active":"2024-09-13T15:05:53.393963+0000","last_peered":"2024-09-13T15:05:53.393963+0000","last_clean":"2024-09-13T15:05:53.393963+0000","last_became_active":"2024-09-13T14:57:55.737391+0000","last_became_peered":"2024-09-13T14:57:55.737391+0000","last_unstale":"2024-09-13T15:05:53.393963+0000","last_undegraded":"2024-09-13T15:05:53.393963+0000","last_fullsized":"2024-09-13T15:05:53.393963+0000","mapping_epoch":1296,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1297,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:41.253310+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:41.253310+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:24:04.946981+0000","scrub_duration":0.0016916399999999999,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[4,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.0","version":"0'0","reported_seq":93,"reported_epoch":1425,"state":"active+clean","last_fresh":"2024-09-13T15:05:53.394017+0000","last_change":"2024-09-13T15:03:38.347804+0000","last_active":"2024-09-13T15:05:53.394017+0000","last_peered":"2024-09-13T15:05:53.394017+0000","last_clean":"2024-09-13T15:05:53.394017+0000","last_became_active":"2024-09-13T15:03:38.347397+0000","last_became_peered":"2024-09-13T15:03:38.347397+0000","last_unstale":"2024-09-13T15:05:53.394017+0000","last_undegraded":"2024-09-13T15:05:53.394017+0000","last_fullsized":"2024-09-13T15:05:53.394017+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:43:12.424555+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000322109,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":2102,"reported_epoch":1426,"state":"active+clean","last_fresh":"2024-09-13T15:05:54.397300+0000","last_change":"2024-09-13T15:05:51.740565+0000","last_active":"2024-09-13T15:05:54.397300+0000","last_peered":"2024-09-13T15:05:54.397300+0000","last_clean":"2024-09-13T15:05:54.397300+0000","last_became_active":"2024-09-13T15:05:51.740130+0000","last_became_peered":"2024-09-13T15:05:51.740130+0000","last_unstale":"2024-09-13T15:05:54.397300+0000","last_undegraded":"2024-09-13T15:05:54.397300+0000","last_fullsized":"2024-09-13T15:05:54.397300+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:52:58.980736+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.6","version":"0'0","reported_seq":54,"reported_epoch":1426,"state":"active+clean","last_fresh":"2024-09-13T15:05:54.396559+0000","last_change":"2024-09-13T15:03:51.623960+0000","last_active":"2024-09-13T15:05:54.396559+0000","last_peered":"2024-09-13T15:05:54.396559+0000","last_clean":"2024-09-13T15:05:54.396559+0000","last_became_active":"2024-09-13T15:03:51.623539+0000","last_became_peered":"2024-09-13T15:03:51.623539+0000","last_unstale":"2024-09-13T15:05:54.396559+0000","last_undegraded":"2024-09-13T15:05:54.396559+0000","last_fullsized":"2024-09-13T15:05:54.396559+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:33:47.315017+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"10.9","version":"1426'11795","reported_seq":13067,"reported_epoch":1426,"state":"active+recovering+undersized+degraded+remapped","last_fresh":"2024-09-13T15:05:55.945387+0000","last_change":"2024-09-13T15:05:47.252497+0000","last_active":"2024-09-13T15:05:55.945387+0000","last_peered":"2024-09-13T15:05:55.945387+0000","last_clean":"2024-09-13T15:02:55.621196+0000","last_became_active":"2024-09-13T15:03:39.958397+0000","last_became_peered":"2024-09-13T15:03:39.958397+0000","last_unstale":"2024-09-13T15:05:55.945387+0000","last_undegraded":"2024-09-13T15:03:39.376570+0000","last_fullsized":"2024-09-13T15:03:39.346099+0000","mapping_epoch":1401,"log_start":"1403'5200","ondisk_log_start":"1403'5200","created":1390,"last_epoch_clean":1391,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":6595,"log_dups_size":0,"ondisk_log_size":6595,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:48:09.148535+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":162070528,"num_objects":2473,"num_object_clones":0,"num_object_copies":7419,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":4209,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2473,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":11795,"num_write_kb":456576,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":605,"num_bytes_recovered":34013184,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"avail_no_missing":["5","2"],"object_location_counts":[{"shards":"2,5","objects":-1736}],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"1.2","version":"373'149","reported_seq":1709,"reported_epoch":1425,"state":"active+clean","last_fresh":"2024-09-13T15:05:53.393165+0000","last_change":"2024-09-13T15:03:38.357929+0000","last_active":"2024-09-13T15:05:53.393165+0000","last_peered":"2024-09-13T15:05:53.393165+0000","last_clean":"2024-09-13T15:05:53.393165+0000","last_became_active":"2024-09-13T15:03:38.357642+0000","last_became_peered":"2024-09-13T15:03:38.357642+0000","last_unstale":"2024-09-13T15:05:53.393165+0000","last_undegraded":"2024-09-13T15:05:53.393165+0000","last_fullsized":"2024-09-13T15:05:53.393165+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:45.571820+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:45.571820+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:40:09.261995+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.1","version":"0'0","reported_seq":188,"reported_epoch":1426,"state":"active+clean","last_fresh":"2024-09-13T15:05:54.406028+0000","last_change":"2024-09-13T15:05:51.737191+0000","last_active":"2024-09-13T15:05:54.406028+0000","last_peered":"2024-09-13T15:05:54.406028+0000","last_clean":"2024-09-13T15:05:54.406028+0000","last_became_active":"2024-09-13T15:05:51.736725+0000","last_became_peered":"2024-09-13T15:05:51.736725+0000","last_unstale":"2024-09-13T15:05:54.406028+0000","last_undegraded":"2024-09-13T15:05:54.406028+0000","last_fullsized":"2024-09-13T15:05:54.406028+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:40:12.764444+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00030931399999999999,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":181,"reported_epoch":1426,"state":"active+clean","last_fresh":"2024-09-13T15:05:54.405180+0000","last_change":"2024-09-13T15:01:09.621555+0000","last_active":"2024-09-13T15:05:54.405180+0000","last_peered":"2024-09-13T15:05:54.405180+0000","last_clean":"2024-09-13T15:05:54.405180+0000","last_became_active":"2024-09-13T15:01:09.621210+0000","last_became_peered":"2024-09-13T15:01:09.621210+0000","last_unstale":"2024-09-13T15:05:54.405180+0000","last_undegraded":"2024-09-13T15:05:54.405180+0000","last_fullsized":"2024-09-13T15:05:54.405180+0000","mapping_epoch":1341,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1342,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:08:11.168661+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.7","version":"0'0","reported_seq":103,"reported_epoch":1426,"state":"active+clean","last_fresh":"2024-09-13T15:05:54.412992+0000","last_change":"2024-09-13T15:03:51.620120+0000","last_active":"2024-09-13T15:05:54.412992+0000","last_peered":"2024-09-13T15:05:54.412992+0000","last_clean":"2024-09-13T15:05:54.412992+0000","last_became_active":"2024-09-13T15:03:51.619628+0000","last_became_peered":"2024-09-13T15:03:51.619628+0000","last_unstale":"2024-09-13T15:05:54.412992+0000","last_undegraded":"2024-09-13T15:05:54.412992+0000","last_fullsized":"2024-09-13T15:05:54.412992+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:01:31.123910+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"10.a","version":"1426'12158","reported_seq":12224,"reported_epoch":1426,"state":"active+recovery_wait+undersized+degraded+remapped","last_fresh":"2024-09-13T15:05:55.954502+0000","last_change":"2024-09-13T15:03:51.768474+0000","last_active":"2024-09-13T15:05:55.954502+0000","last_peered":"2024-09-13T15:05:55.954502+0000","last_clean":"2024-09-13T15:02:55.609927+0000","last_became_active":"2024-09-13T15:03:51.761697+0000","last_became_peered":"2024-09-13T15:03:51.761697+0000","last_unstale":"2024-09-13T15:05:55.954502+0000","last_undegraded":"2024-09-13T15:03:51.639487+0000","last_fullsized":"2024-09-13T15:03:51.611615+0000","mapping_epoch":1404,"log_start":"1403'5600","ondisk_log_start":"1403'5600","created":1390,"last_epoch_clean":1391,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":6558,"log_dups_size":0,"ondisk_log_size":6558,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:15:44.159140+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":170262528,"num_objects":2598,"num_object_clones":0,"num_object_copies":7794,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":5670,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2598,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":12158,"num_write_kb":472192,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[5,2],"avail_no_missing":["5","2"],"object_location_counts":[{"shards":"2,5","objects":-3072},{"shards":"2,5,7","objects":664}],"blocked_by":[],"up_primary":0,"acting_primary":5,"purged_snaps":[]},{"pgid":"1.1","version":"373'149","reported_seq":1763,"reported_epoch":1425,"state":"active+clean","last_fresh":"2024-09-13T15:05:53.387293+0000","last_change":"2024-09-13T15:01:12.669020+0000","last_active":"2024-09-13T15:05:53.387293+0000","last_peered":"2024-09-13T15:05:53.387293+0000","last_clean":"2024-09-13T15:05:53.387293+0000","last_became_active":"2024-09-13T15:01:12.668669+0000","last_became_peered":"2024-09-13T15:01:12.668669+0000","last_unstale":"2024-09-13T15:05:53.387293+0000","last_undegraded":"2024-09-13T15:05:53.387293+0000","last_fullsized":"2024-09-13T15:05:53.387293+0000","mapping_epoch":1344,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1345,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:44.985050+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:44.985050+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:08:39.101982+0000","scrub_duration":0.0017537869999999999,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[5,0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.2","version":"65'2","reported_seq":1419,"reported_epoch":1425,"state":"active+clean","last_fresh":"2024-09-13T15:05:53.384979+0000","last_change":"2024-09-13T14:56:25.089588+0000","last_active":"2024-09-13T15:05:53.384979+0000","last_peered":"2024-09-13T15:05:53.384979+0000","last_clean":"2024-09-13T15:05:53.384979+0000","last_became_active":"2024-09-13T14:56:24.926628+0000","last_became_peered":"2024-09-13T14:56:24.926628+0000","last_unstale":"2024-09-13T15:05:53.384979+0000","last_undegraded":"2024-09-13T15:05:53.384979+0000","last_fullsized":"2024-09-13T15:05:53.384979+0000","mapping_epoch":1264,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1265,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-14T20:55:55.656534+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00094368000000000002,"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":1,"num_bytes_recovered":19,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"3.3","version":"0'0","reported_seq":160,"reported_epoch":1425,"state":"active+clean","last_fresh":"2024-09-13T15:05:53.394087+0000","last_change":"2024-09-13T14:57:14.902547+0000","last_active":"2024-09-13T15:05:53.394087+0000","last_peered":"2024-09-13T15:05:53.394087+0000","last_clean":"2024-09-13T15:05:53.394087+0000","last_became_active":"2024-09-13T14:57:14.902293+0000","last_became_peered":"2024-09-13T14:57:14.902293+0000","last_unstale":"2024-09-13T15:05:53.394087+0000","last_undegraded":"2024-09-13T15:05:53.394087+0000","last_fullsized":"2024-09-13T15:05:53.394087+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:56:57.423234+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.4","version":"0'0","reported_seq":188,"reported_epoch":1426,"state":"active+clean","last_fresh":"2024-09-13T15:05:54.405404+0000","last_change":"2024-09-13T15:01:24.976845+0000","last_active":"2024-09-13T15:05:54.405404+0000","last_peered":"2024-09-13T15:05:54.405404+0000","last_clean":"2024-09-13T15:05:54.405404+0000","last_became_active":"2024-09-13T15:01:24.976060+0000","last_became_peered":"2024-09-13T15:01:24.976060+0000","last_unstale":"2024-09-13T15:05:54.405404+0000","last_undegraded":"2024-09-13T15:05:54.405404+0000","last_fullsized":"2024-09-13T15:05:54.405404+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:53:30.324342+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[2,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"10.c","version":"1426'11912","reported_seq":11999,"reported_epoch":1426,"state":"active+recovery_wait+undersized+degraded+remapped","last_fresh":"2024-09-13T15:05:54.658175+0000","last_change":"2024-09-13T15:03:39.957718+0000","last_active":"2024-09-13T15:05:54.658175+0000","last_peered":"2024-09-13T15:05:54.658175+0000","last_clean":"2024-09-13T15:02:55.621914+0000","last_became_active":"2024-09-13T15:03:39.922868+0000","last_became_peered":"2024-09-13T15:03:39.922868+0000","last_unstale":"2024-09-13T15:05:54.658175+0000","last_undegraded":"2024-09-13T15:03:39.379877+0000","last_fullsized":"2024-09-13T15:03:39.345688+0000","mapping_epoch":1401,"log_start":"1409'6000","ondisk_log_start":"1409'6000","created":1390,"last_epoch_clean":1391,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":5912,"log_dups_size":0,"ondisk_log_size":5912,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"no scrub is scheduled","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":177078272,"num_objects":2702,"num_object_clones":0,"num_object_copies":8106,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":4845,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2702,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":11912,"num_write_kb":467648,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":131072,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[0,4],"avail_no_missing":["0","4"],"object_location_counts":[{"shards":"0,4","objects":-2143}],"blocked_by":[],"up_primary":7,"acting_primary":0,"purged_snaps":[]},{"pgid":"1.7","version":"373'149","reported_seq":1641,"reported_epoch":1425,"state":"peering","last_fresh":"2024-09-13T15:05:53.229651+0000","last_change":"2024-09-13T15:05:54.080397+0000","last_active":"2024-09-13T15:05:54.080397+0000","last_peered":"2024-09-13T15:05:53.229651+0000","last_clean":"2024-09-13T15:00:54.291399+0000","last_became_active":"2024-09-13T15:05:53.229197+0000","last_became_peered":"2024-09-13T15:05:53.229197+0000","last_unstale":"2024-09-13T15:05:53.229651+0000","last_undegraded":"2024-09-13T15:05:53.229651+0000","last_fullsized":"2024-09-13T15:05:53.229651+0000","mapping_epoch":1425,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:02:42.673333+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:02:42.673333+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":true,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"no scrub is scheduled","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[3,7,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.5","version":"0'0","reported_seq":1481,"reported_epoch":1425,"state":"active+clean","last_fresh":"2024-09-13T15:05:53.386106+0000","last_change":"2024-09-13T15:01:24.988475+0000","last_active":"2024-09-13T15:05:53.386106+0000","last_peered":"2024-09-13T15:05:53.386106+0000","last_clean":"2024-09-13T15:05:53.386106+0000","last_became_active":"2024-09-13T15:01:24.988142+0000","last_became_peered":"2024-09-13T15:01:24.988142+0000","last_unstale":"2024-09-13T15:05:53.386106+0000","last_undegraded":"2024-09-13T15:05:53.386106+0000","last_fullsized":"2024-09-13T15:05:53.386106+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:45:39.600773+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.4","version":"0'0","reported_seq":2056,"reported_epoch":1426,"state":"active+clean","last_fresh":"2024-09-13T15:05:54.401152+0000","last_change":"2024-09-13T15:03:38.353803+0000","last_active":"2024-09-13T15:05:54.401152+0000","last_peered":"2024-09-13T15:05:54.401152+0000","last_clean":"2024-09-13T15:05:54.401152+0000","last_became_active":"2024-09-13T15:03:38.353451+0000","last_became_peered":"2024-09-13T15:03:38.353451+0000","last_unstale":"2024-09-13T15:05:54.401152+0000","last_undegraded":"2024-09-13T15:05:54.401152+0000","last_fullsized":"2024-09-13T15:05:54.401152+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:29:47.331237+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00031535100000000001,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[0,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"4.2","version":"0'0","reported_seq":1685,"reported_epoch":1425,"state":"active+clean","last_fresh":"2024-09-13T15:05:53.385108+0000","last_change":"2024-09-13T14:57:14.909267+0000","last_active":"2024-09-13T15:05:53.385108+0000","last_peered":"2024-09-13T15:05:53.385108+0000","last_clean":"2024-09-13T15:05:53.385108+0000","last_became_active":"2024-09-13T14:57:14.908962+0000","last_became_peered":"2024-09-13T14:57:14.908962+0000","last_unstale":"2024-09-13T15:05:53.385108+0000","last_undegraded":"2024-09-13T15:05:53.385108+0000","last_fullsized":"2024-09-13T15:05:53.385108+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:16:41.040247+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[5,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"10.d","version":"1426'12135","reported_seq":12182,"reported_epoch":1426,"state":"active+clean","last_fresh":"2024-09-13T15:05:55.691676+0000","last_change":"2024-09-13T15:02:47.599770+0000","last_active":"2024-09-13T15:05:55.691676+0000","last_peered":"2024-09-13T15:05:55.691676+0000","last_clean":"2024-09-13T15:05:55.691676+0000","last_became_active":"2024-09-13T15:02:47.599552+0000","last_became_peered":"2024-09-13T15:02:47.599552+0000","last_unstale":"2024-09-13T15:05:55.691676+0000","last_undegraded":"2024-09-13T15:05:55.691676+0000","last_fullsized":"2024-09-13T15:05:55.691676+0000","mapping_epoch":1390,"log_start":"1410'7200","ondisk_log_start":"1410'7200","created":1390,"last_epoch_clean":1391,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":4935,"log_dups_size":0,"ondisk_log_size":4935,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:56:34.704394+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":174850072,"num_objects":2669,"num_object_clones":0,"num_object_copies":8007,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2669,"num_whiteouts":0,"num_read":1,"num_read_kb":1,"num_write":12135,"num_write_kb":473665,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"1.6","version":"373'149","reported_seq":1863,"reported_epoch":1426,"state":"active+clean","last_fresh":"2024-09-13T15:05:54.416641+0000","last_change":"2024-09-13T15:05:54.416545+0000","last_active":"2024-09-13T15:05:54.416641+0000","last_peered":"2024-09-13T15:05:54.416641+0000","last_clean":"2024-09-13T15:05:54.416641+0000","last_became_active":"2024-09-13T15:05:54.414577+0000","last_became_peered":"2024-09-13T15:05:54.414577+0000","last_unstale":"2024-09-13T15:05:54.416641+0000","last_undegraded":"2024-09-13T15:05:54.416641+0000","last_fullsized":"2024-09-13T15:05:54.416641+0000","mapping_epoch":1425,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1426,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:47.545603+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:47.545603+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:19:04.777726+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.4","version":"0'0","reported_seq":181,"reported_epoch":1426,"state":"active+clean","last_fresh":"2024-09-13T15:05:54.405502+0000","last_change":"2024-09-13T15:01:09.626775+0000","last_active":"2024-09-13T15:05:54.405502+0000","last_peered":"2024-09-13T15:05:54.405502+0000","last_clean":"2024-09-13T15:05:54.405502+0000","last_became_active":"2024-09-13T15:01:09.626498+0000","last_became_peered":"2024-09-13T15:01:09.626498+0000","last_unstale":"2024-09-13T15:05:54.405502+0000","last_undegraded":"2024-09-13T15:05:54.405502+0000","last_fullsized":"2024-09-13T15:05:54.405502+0000","mapping_epoch":1341,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1342,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:39:58.054131+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[2,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"2.5","version":"0'0","reported_seq":93,"reported_epoch":1425,"state":"active+clean","last_fresh":"2024-09-13T15:05:53.393795+0000","last_change":"2024-09-13T15:03:38.351643+0000","last_active":"2024-09-13T15:05:53.393795+0000","last_peered":"2024-09-13T15:05:53.393795+0000","last_clean":"2024-09-13T15:05:53.393795+0000","last_became_active":"2024-09-13T15:03:38.350507+0000","last_became_peered":"2024-09-13T15:03:38.350507+0000","last_unstale":"2024-09-13T15:05:53.393795+0000","last_undegraded":"2024-09-13T15:05:53.393795+0000","last_fullsized":"2024-09-13T15:05:53.393795+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:55:27.075999+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000327091,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.3","version":"0'0","reported_seq":2066,"reported_epoch":1426,"state":"active+clean","last_fresh":"2024-09-13T15:05:54.400242+0000","last_change":"2024-09-13T15:03:38.350008+0000","last_active":"2024-09-13T15:05:54.400242+0000","last_peered":"2024-09-13T15:05:54.400242+0000","last_clean":"2024-09-13T15:05:54.400242+0000","last_became_active":"2024-09-13T15:03:38.348336+0000","last_became_peered":"2024-09-13T15:03:38.348336+0000","last_unstale":"2024-09-13T15:05:54.400242+0000","last_undegraded":"2024-09-13T15:05:54.400242+0000","last_fullsized":"2024-09-13T15:05:54.400242+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:53:36.912607+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"10.e","version":"1426'11825","reported_seq":11871,"reported_epoch":1426,"state":"active+clean","last_fresh":"2024-09-13T15:05:55.689388+0000","last_change":"2024-09-13T15:02:47.594827+0000","last_active":"2024-09-13T15:05:55.689388+0000","last_peered":"2024-09-13T15:05:55.689388+0000","last_clean":"2024-09-13T15:05:55.689388+0000","last_became_active":"2024-09-13T15:02:47.594520+0000","last_became_peered":"2024-09-13T15:02:47.594520+0000","last_unstale":"2024-09-13T15:05:55.689388+0000","last_undegraded":"2024-09-13T15:05:55.689388+0000","last_fullsized":"2024-09-13T15:05:55.689388+0000","mapping_epoch":1390,"log_start":"1410'6900","ondisk_log_start":"1410'6900","created":1390,"last_epoch_clean":1391,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":4925,"log_dups_size":0,"ondisk_log_size":4925,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:39:22.986239+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":170328064,"num_objects":2599,"num_object_clones":0,"num_object_copies":7797,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2599,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":11825,"num_write_kb":461568,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,5],"acting":[4,2,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"1.5","version":"373'149","reported_seq":1801,"reported_epoch":1425,"state":"active+clean","last_fresh":"2024-09-13T15:05:53.395591+0000","last_change":"2024-09-13T15:01:12.672283+0000","last_active":"2024-09-13T15:05:53.395591+0000","last_peered":"2024-09-13T15:05:53.395591+0000","last_clean":"2024-09-13T15:05:53.395591+0000","last_became_active":"2024-09-13T15:01:12.671951+0000","last_became_peered":"2024-09-13T15:01:12.671951+0000","last_unstale":"2024-09-13T15:05:53.395591+0000","last_undegraded":"2024-09-13T15:05:53.395591+0000","last_fullsized":"2024-09-13T15:05:53.395591+0000","mapping_epoch":1344,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1345,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:53.120435+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:53.120435+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:59:42.418629+0000","scrub_duration":0.001555313,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,5],"acting":[4,2,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.7","version":"70'2","reported_seq":185,"reported_epoch":1425,"state":"active+clean","last_fresh":"2024-09-13T15:05:53.396345+0000","last_change":"2024-09-13T15:03:38.347346+0000","last_active":"2024-09-13T15:05:53.396345+0000","last_peered":"2024-09-13T15:05:53.396345+0000","last_clean":"2024-09-13T15:05:53.396345+0000","last_became_active":"2024-09-13T15:03:38.346858+0000","last_became_peered":"2024-09-13T15:03:38.346858+0000","last_unstale":"2024-09-13T15:05:53.396345+0000","last_undegraded":"2024-09-13T15:05:53.396345+0000","last_fullsized":"2024-09-13T15:05:53.396345+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T21:34:18.078474+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":2,"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":[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":"0'0","reported_seq":187,"reported_epoch":1426,"state":"active+clean","last_fresh":"2024-09-13T15:05:54.398227+0000","last_change":"2024-09-13T15:01:24.977687+0000","last_active":"2024-09-13T15:05:54.398227+0000","last_peered":"2024-09-13T15:05:54.398227+0000","last_clean":"2024-09-13T15:05:54.398227+0000","last_became_active":"2024-09-13T15:01:24.976347+0000","last_became_peered":"2024-09-13T15:01:24.976347+0000","last_unstale":"2024-09-13T15:05:54.398227+0000","last_undegraded":"2024-09-13T15:05:54.398227+0000","last_fullsized":"2024-09-13T15:05:54.398227+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:05:48.871297+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.0","version":"0'0","reported_seq":16,"reported_epoch":1425,"state":"active+clean","last_fresh":"2024-09-13T15:05:53.392100+0000","last_change":"2024-09-13T15:05:51.739298+0000","last_active":"2024-09-13T15:05:53.392100+0000","last_peered":"2024-09-13T15:05:53.392100+0000","last_clean":"2024-09-13T15:05:53.392100+0000","last_became_active":"2024-09-13T15:05:51.738901+0000","last_became_peered":"2024-09-13T15:05:51.738901+0000","last_unstale":"2024-09-13T15:05:53.392100+0000","last_undegraded":"2024-09-13T15:05:53.392100+0000","last_fullsized":"2024-09-13T15:05:53.392100+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:04:27.190615+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"10.f","version":"1425'11829","reported_seq":11911,"reported_epoch":1425,"state":"active+clean","last_fresh":"2024-09-13T15:05:54.076625+0000","last_change":"2024-09-13T15:02:47.601931+0000","last_active":"2024-09-13T15:05:54.076625+0000","last_peered":"2024-09-13T15:05:54.076625+0000","last_clean":"2024-09-13T15:05:54.076625+0000","last_became_active":"2024-09-13T15:02:47.601593+0000","last_became_peered":"2024-09-13T15:02:47.601593+0000","last_unstale":"2024-09-13T15:05:54.076625+0000","last_undegraded":"2024-09-13T15:05:54.076625+0000","last_fullsized":"2024-09-13T15:05:54.076625+0000","mapping_epoch":1390,"log_start":"1409'6134","ondisk_log_start":"1409'6134","created":1390,"last_epoch_clean":1391,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":5695,"log_dups_size":0,"ondisk_log_size":5695,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:52:11.243755+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":175439872,"num_objects":2677,"num_object_clones":0,"num_object_copies":8031,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2677,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":11829,"num_write_kb":464192,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,4],"acting":[3,2,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"1.4","version":"373'149","reported_seq":1841,"reported_epoch":1425,"state":"active+clean","last_fresh":"2024-09-13T15:05:53.394475+0000","last_change":"2024-09-13T15:03:38.347914+0000","last_active":"2024-09-13T15:05:53.394475+0000","last_peered":"2024-09-13T15:05:53.394475+0000","last_clean":"2024-09-13T15:05:53.394475+0000","last_became_active":"2024-09-13T15:03:38.347486+0000","last_became_peered":"2024-09-13T15:03:38.347486+0000","last_unstale":"2024-09-13T15:05:53.394475+0000","last_undegraded":"2024-09-13T15:05:53.394475+0000","last_fullsized":"2024-09-13T15:05:53.394475+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:01:29.028945+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:01:29.028945+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:05:18.331893+0000","scrub_duration":15,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[3,5,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.6","version":"70'1","reported_seq":58,"reported_epoch":1426,"state":"active+clean","last_fresh":"2024-09-13T15:05:54.396927+0000","last_change":"2024-09-13T15:05:47.254193+0000","last_active":"2024-09-13T15:05:54.396927+0000","last_peered":"2024-09-13T15:05:54.396927+0000","last_clean":"2024-09-13T15:05:54.396927+0000","last_became_active":"2024-09-13T15:03:51.622162+0000","last_became_peered":"2024-09-13T15:03:51.622162+0000","last_unstale":"2024-09-13T15:05:54.396927+0000","last_undegraded":"2024-09-13T15:05:54.396927+0000","last_fullsized":"2024-09-13T15:05:54.396927+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1419,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T18:10:03.754733+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":3,"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,1,4],"acting":[0,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.7","version":"0'0","reported_seq":138,"reported_epoch":1425,"state":"active+clean","last_fresh":"2024-09-13T15:05:53.395063+0000","last_change":"2024-09-13T15:03:38.350529+0000","last_active":"2024-09-13T15:05:53.395063+0000","last_peered":"2024-09-13T15:05:53.395063+0000","last_clean":"2024-09-13T15:05:53.395063+0000","last_became_active":"2024-09-13T15:03:38.348433+0000","last_became_peered":"2024-09-13T15:03:38.348433+0000","last_unstale":"2024-09-13T15:05:53.395063+0000","last_undegraded":"2024-09-13T15:05:53.395063+0000","last_fullsized":"2024-09-13T15:05:53.395063+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:33:01.473730+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029877400000000002,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[7,2,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.1","version":"0'0","reported_seq":160,"reported_epoch":1425,"state":"active+clean","last_fresh":"2024-09-13T15:05:53.393504+0000","last_change":"2024-09-13T14:57:14.896516+0000","last_active":"2024-09-13T15:05:53.393504+0000","last_peered":"2024-09-13T15:05:53.393504+0000","last_clean":"2024-09-13T15:05:53.393504+0000","last_became_active":"2024-09-13T14:57:14.896208+0000","last_became_peered":"2024-09-13T14:57:14.896208+0000","last_unstale":"2024-09-13T15:05:53.393504+0000","last_undegraded":"2024-09-13T15:05:53.393504+0000","last_fullsized":"2024-09-13T15:05:53.393504+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:41:18.049255+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"4.13","version":"0'0","reported_seq":159,"reported_epoch":1425,"state":"active+clean","last_fresh":"2024-09-13T15:05:53.394699+0000","last_change":"2024-09-13T14:57:14.905886+0000","last_active":"2024-09-13T15:05:53.394699+0000","last_peered":"2024-09-13T15:05:53.394699+0000","last_clean":"2024-09-13T15:05:53.394699+0000","last_became_active":"2024-09-13T14:57:14.905522+0000","last_became_peered":"2024-09-13T14:57:14.905522+0000","last_unstale":"2024-09-13T15:05:53.394699+0000","last_undegraded":"2024-09-13T15:05:53.394699+0000","last_fullsized":"2024-09-13T15:05:53.394699+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:15:11.492951+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[4,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.14","version":"455'23","reported_seq":222,"reported_epoch":1425,"state":"active+clean","last_fresh":"2024-09-13T15:05:53.393831+0000","last_change":"2024-09-13T15:03:38.355028+0000","last_active":"2024-09-13T15:05:53.393831+0000","last_peered":"2024-09-13T15:05:53.393831+0000","last_clean":"2024-09-13T15:05:53.393831+0000","last_became_active":"2024-09-13T15:03:38.354646+0000","last_became_peered":"2024-09-13T15:03:38.354646+0000","last_unstale":"2024-09-13T15:05:53.393831+0000","last_undegraded":"2024-09-13T15:05:53.393831+0000","last_fullsized":"2024-09-13T15:05:53.393831+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":23,"log_dups_size":0,"ondisk_log_size":23,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:45:54.923031+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":4756,"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":23,"num_write_kb":20,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":20,"num_bytes_recovered":23780,"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":[4,7,2],"acting":[4,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.12","version":"0'0","reported_seq":181,"reported_epoch":1426,"state":"active+clean","last_fresh":"2024-09-13T15:05:54.405253+0000","last_change":"2024-09-13T15:01:09.619289+0000","last_active":"2024-09-13T15:05:54.405253+0000","last_peered":"2024-09-13T15:05:54.405253+0000","last_clean":"2024-09-13T15:05:54.405253+0000","last_became_active":"2024-09-13T15:01:09.618935+0000","last_became_peered":"2024-09-13T15:01:09.618935+0000","last_unstale":"2024-09-13T15:05:54.405253+0000","last_undegraded":"2024-09-13T15:05:54.405253+0000","last_fullsized":"2024-09-13T15:05:54.405253+0000","mapping_epoch":1341,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1342,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:11:34.367502+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.15","version":"70'3","reported_seq":140,"reported_epoch":1425,"state":"active+clean","last_fresh":"2024-09-13T15:05:53.394027+0000","last_change":"2024-09-13T15:03:38.351650+0000","last_active":"2024-09-13T15:05:53.394027+0000","last_peered":"2024-09-13T15:05:53.394027+0000","last_clean":"2024-09-13T15:05:53.394027+0000","last_became_active":"2024-09-13T15:03:38.350405+0000","last_became_peered":"2024-09-13T15:03:38.350405+0000","last_unstale":"2024-09-13T15:05:53.394027+0000","last_undegraded":"2024-09-13T15:05:53.394027+0000","last_fullsized":"2024-09-13T15:05:53.394027+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T15:39:09.711845+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":6,"num_bytes_recovered":270,"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,3,4],"acting":[7,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.14","version":"373'149","reported_seq":1812,"reported_epoch":1426,"state":"active+clean","last_fresh":"2024-09-13T15:05:54.405622+0000","last_change":"2024-09-13T15:03:38.353142+0000","last_active":"2024-09-13T15:05:54.405622+0000","last_peered":"2024-09-13T15:05:54.405622+0000","last_clean":"2024-09-13T15:05:54.405622+0000","last_became_active":"2024-09-13T15:03:38.352816+0000","last_became_peered":"2024-09-13T15:03:38.352816+0000","last_unstale":"2024-09-13T15:05:54.405622+0000","last_undegraded":"2024-09-13T15:05:54.405622+0000","last_fullsized":"2024-09-13T15:05:54.405622+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:01:25.087696+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:01:25.087696+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:54:01.274831+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[2,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.16","version":"0'0","reported_seq":1453,"reported_epoch":1425,"state":"active+clean","last_fresh":"2024-09-13T15:05:53.386025+0000","last_change":"2024-09-13T15:03:38.347080+0000","last_active":"2024-09-13T15:05:53.386025+0000","last_peered":"2024-09-13T15:05:53.386025+0000","last_clean":"2024-09-13T15:05:53.386025+0000","last_became_active":"2024-09-13T15:03:38.346731+0000","last_became_peered":"2024-09-13T15:03:38.346731+0000","last_unstale":"2024-09-13T15:05:53.386025+0000","last_undegraded":"2024-09-13T15:05:53.386025+0000","last_fullsized":"2024-09-13T15:05:53.386025+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:12:59.793120+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.11","version":"0'0","reported_seq":180,"reported_epoch":1425,"state":"active+clean","last_fresh":"2024-09-13T15:05:53.391986+0000","last_change":"2024-09-13T15:03:38.347061+0000","last_active":"2024-09-13T15:05:53.391986+0000","last_peered":"2024-09-13T15:05:53.391986+0000","last_clean":"2024-09-13T15:05:53.391986+0000","last_became_active":"2024-09-13T15:03:38.346728+0000","last_became_peered":"2024-09-13T15:03:38.346728+0000","last_unstale":"2024-09-13T15:05:53.391986+0000","last_undegraded":"2024-09-13T15:05:53.391986+0000","last_fullsized":"2024-09-13T15:05:53.391986+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:27:43.708101+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[3,7,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.17","version":"0'0","reported_seq":2064,"reported_epoch":1426,"state":"active+clean","last_fresh":"2024-09-13T15:05:54.396884+0000","last_change":"2024-09-13T15:01:24.980537+0000","last_active":"2024-09-13T15:05:54.396884+0000","last_peered":"2024-09-13T15:05:54.396884+0000","last_clean":"2024-09-13T15:05:54.396884+0000","last_became_active":"2024-09-13T15:01:24.980250+0000","last_became_peered":"2024-09-13T15:01:24.980250+0000","last_unstale":"2024-09-13T15:05:54.396884+0000","last_undegraded":"2024-09-13T15:05:54.396884+0000","last_fullsized":"2024-09-13T15:05:54.396884+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:24:28.559561+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.10","version":"0'0","reported_seq":169,"reported_epoch":1425,"state":"active+clean","last_fresh":"2024-09-13T15:05:53.392278+0000","last_change":"2024-09-13T15:01:24.974745+0000","last_active":"2024-09-13T15:05:53.392278+0000","last_peered":"2024-09-13T15:05:53.392278+0000","last_clean":"2024-09-13T15:05:53.392278+0000","last_became_active":"2024-09-13T15:01:24.974421+0000","last_became_peered":"2024-09-13T15:01:24.974421+0000","last_unstale":"2024-09-13T15:05:53.392278+0000","last_undegraded":"2024-09-13T15:05:53.392278+0000","last_fullsized":"2024-09-13T15:05:53.392278+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:28:38.841799+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"4.1f","version":"0'0","reported_seq":1255,"reported_epoch":1425,"state":"active+clean","last_fresh":"2024-09-13T15:05:53.386777+0000","last_change":"2024-09-13T14:56:24.931876+0000","last_active":"2024-09-13T15:05:53.386777+0000","last_peered":"2024-09-13T15:05:53.386777+0000","last_clean":"2024-09-13T15:05:53.386777+0000","last_became_active":"2024-09-13T14:56:24.931589+0000","last_became_peered":"2024-09-13T14:56:24.931589+0000","last_unstale":"2024-09-13T15:05:53.386777+0000","last_undegraded":"2024-09-13T15:05:53.386777+0000","last_fullsized":"2024-09-13T15:05:53.386777+0000","mapping_epoch":1264,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1265,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:34:37.022035+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"3.18","version":"0'0","reported_seq":176,"reported_epoch":1425,"state":"active+clean","last_fresh":"2024-09-13T15:05:53.392220+0000","last_change":"2024-09-13T15:03:51.627446+0000","last_active":"2024-09-13T15:05:53.392220+0000","last_peered":"2024-09-13T15:05:53.392220+0000","last_clean":"2024-09-13T15:05:53.392220+0000","last_became_active":"2024-09-13T15:03:51.627121+0000","last_became_peered":"2024-09-13T15:03:51.627121+0000","last_unstale":"2024-09-13T15:05:53.392220+0000","last_undegraded":"2024-09-13T15:05:53.392220+0000","last_fullsized":"2024-09-13T15:05:53.392220+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:48:38.869948+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1e","version":"0'0","reported_seq":2106,"reported_epoch":1426,"state":"active+clean","last_fresh":"2024-09-13T15:05:54.396821+0000","last_change":"2024-09-13T15:05:51.741349+0000","last_active":"2024-09-13T15:05:54.396821+0000","last_peered":"2024-09-13T15:05:54.396821+0000","last_clean":"2024-09-13T15:05:54.396821+0000","last_became_active":"2024-09-13T15:05:51.741016+0000","last_became_peered":"2024-09-13T15:05:51.741016+0000","last_unstale":"2024-09-13T15:05:54.396821+0000","last_undegraded":"2024-09-13T15:05:54.396821+0000","last_fullsized":"2024-09-13T15:05:54.396821+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:24:57.100933+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.19","version":"0'0","reported_seq":2069,"reported_epoch":1426,"state":"active+clean","last_fresh":"2024-09-13T15:05:54.401517+0000","last_change":"2024-09-13T15:01:24.971960+0000","last_active":"2024-09-13T15:05:54.401517+0000","last_peered":"2024-09-13T15:05:54.401517+0000","last_clean":"2024-09-13T15:05:54.401517+0000","last_became_active":"2024-09-13T15:01:24.971517+0000","last_became_peered":"2024-09-13T15:01:24.971517+0000","last_unstale":"2024-09-13T15:05:54.401517+0000","last_undegraded":"2024-09-13T15:05:54.401517+0000","last_fullsized":"2024-09-13T15:05:54.401517+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:30:11.660530+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1d","version":"0'0","reported_seq":169,"reported_epoch":1425,"state":"active+clean","last_fresh":"2024-09-13T15:05:53.392891+0000","last_change":"2024-09-13T15:01:24.976076+0000","last_active":"2024-09-13T15:05:53.392891+0000","last_peered":"2024-09-13T15:05:53.392891+0000","last_clean":"2024-09-13T15:05:53.392891+0000","last_became_active":"2024-09-13T15:01:24.975757+0000","last_became_peered":"2024-09-13T15:01:24.975757+0000","last_unstale":"2024-09-13T15:05:53.392891+0000","last_undegraded":"2024-09-13T15:05:53.392891+0000","last_fullsized":"2024-09-13T15:05:53.392891+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:12:40.080845+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"3.1a","version":"70'1","reported_seq":168,"reported_epoch":1425,"state":"active+clean","last_fresh":"2024-09-13T15:05:53.393151+0000","last_change":"2024-09-13T15:01:09.621644+0000","last_active":"2024-09-13T15:05:53.393151+0000","last_peered":"2024-09-13T15:05:53.393151+0000","last_clean":"2024-09-13T15:05:53.393151+0000","last_became_active":"2024-09-13T15:01:09.620336+0000","last_became_peered":"2024-09-13T15:01:09.620336+0000","last_unstale":"2024-09-13T15:05:53.393151+0000","last_undegraded":"2024-09-13T15:05:53.393151+0000","last_fullsized":"2024-09-13T15:05:53.393151+0000","mapping_epoch":1341,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1342,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T20:00:35.360146+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1c","version":"0'0","reported_seq":187,"reported_epoch":1426,"state":"active+clean","last_fresh":"2024-09-13T15:05:54.405669+0000","last_change":"2024-09-13T15:01:24.976370+0000","last_active":"2024-09-13T15:05:54.405669+0000","last_peered":"2024-09-13T15:05:54.405669+0000","last_clean":"2024-09-13T15:05:54.405669+0000","last_became_active":"2024-09-13T15:01:24.975596+0000","last_became_peered":"2024-09-13T15:01:24.975596+0000","last_unstale":"2024-09-13T15:05:54.405669+0000","last_undegraded":"2024-09-13T15:05:54.405669+0000","last_fullsized":"2024-09-13T15:05:54.405669+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:13:32.203601+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[2,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.1b","version":"70'1","reported_seq":54,"reported_epoch":1426,"state":"active+clean","last_fresh":"2024-09-13T15:05:54.396741+0000","last_change":"2024-09-13T15:03:51.621572+0000","last_active":"2024-09-13T15:05:54.396741+0000","last_peered":"2024-09-13T15:05:54.396741+0000","last_clean":"2024-09-13T15:05:54.396741+0000","last_became_active":"2024-09-13T15:03:51.621247+0000","last_became_peered":"2024-09-13T15:03:51.621247+0000","last_unstale":"2024-09-13T15:05:54.396741+0000","last_undegraded":"2024-09-13T15:05:54.396741+0000","last_fullsized":"2024-09-13T15:05:54.396741+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T00:42:04.854905+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1b","version":"0'0","reported_seq":195,"reported_epoch":1425,"state":"active+clean","last_fresh":"2024-09-13T15:05:53.394768+0000","last_change":"2024-09-13T15:01:24.977220+0000","last_active":"2024-09-13T15:05:53.394768+0000","last_peered":"2024-09-13T15:05:53.394768+0000","last_clean":"2024-09-13T15:05:53.394768+0000","last_became_active":"2024-09-13T15:01:24.976741+0000","last_became_peered":"2024-09-13T15:01:24.976741+0000","last_unstale":"2024-09-13T15:05:53.394768+0000","last_undegraded":"2024-09-13T15:05:53.394768+0000","last_fullsized":"2024-09-13T15:05:53.394768+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:58:20.383610+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,3,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1c","version":"70'2","reported_seq":1435,"reported_epoch":1425,"state":"active+clean","last_fresh":"2024-09-13T15:05:53.385864+0000","last_change":"2024-09-13T14:57:15.014505+0000","last_active":"2024-09-13T15:05:53.385864+0000","last_peered":"2024-09-13T15:05:53.385864+0000","last_clean":"2024-09-13T15:05:53.385864+0000","last_became_active":"2024-09-13T14:57:14.993038+0000","last_became_peered":"2024-09-13T14:57:14.993038+0000","last_unstale":"2024-09-13T15:05:53.385864+0000","last_undegraded":"2024-09-13T15:05:53.385864+0000","last_fullsized":"2024-09-13T15:05:53.385864+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T14:36:30.851322+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":4,"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":[5,4,1],"acting":[5,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.1a","version":"0'0","reported_seq":186,"reported_epoch":1425,"state":"active+clean","last_fresh":"2024-09-13T15:05:53.393035+0000","last_change":"2024-09-13T15:01:24.976575+0000","last_active":"2024-09-13T15:05:53.393035+0000","last_peered":"2024-09-13T15:05:53.393035+0000","last_clean":"2024-09-13T15:05:53.393035+0000","last_became_active":"2024-09-13T15:01:24.976122+0000","last_became_peered":"2024-09-13T15:01:24.976122+0000","last_unstale":"2024-09-13T15:05:53.393035+0000","last_undegraded":"2024-09-13T15:05:53.393035+0000","last_fullsized":"2024-09-13T15:05:53.393035+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:25:55.386466+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[4,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1d","version":"70'2","reported_seq":1423,"reported_epoch":1425,"state":"active+clean","last_fresh":"2024-09-13T15:05:53.386025+0000","last_change":"2024-09-13T14:57:14.995153+0000","last_active":"2024-09-13T15:05:53.386025+0000","last_peered":"2024-09-13T15:05:53.386025+0000","last_clean":"2024-09-13T15:05:53.386025+0000","last_became_active":"2024-09-13T14:57:14.955820+0000","last_became_peered":"2024-09-13T14:57:14.955820+0000","last_unstale":"2024-09-13T15:05:53.386025+0000","last_undegraded":"2024-09-13T15:05:53.386025+0000","last_fullsized":"2024-09-13T15:05:53.386025+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T02:09:07.710606+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":3,"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":[5,4,1],"acting":[5,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.19","version":"0'0","reported_seq":169,"reported_epoch":1425,"state":"active+clean","last_fresh":"2024-09-13T15:05:53.391842+0000","last_change":"2024-09-13T15:01:24.975308+0000","last_active":"2024-09-13T15:05:53.391842+0000","last_peered":"2024-09-13T15:05:53.391842+0000","last_clean":"2024-09-13T15:05:53.391842+0000","last_became_active":"2024-09-13T15:01:24.974989+0000","last_became_peered":"2024-09-13T15:01:24.974989+0000","last_unstale":"2024-09-13T15:05:53.391842+0000","last_undegraded":"2024-09-13T15:05:53.391842+0000","last_fullsized":"2024-09-13T15:05:53.391842+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:22:58.631475+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,0],"acting":[3,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1e","version":"70'1","reported_seq":171,"reported_epoch":1425,"state":"active+clean","last_fresh":"2024-09-13T15:05:53.393112+0000","last_change":"2024-09-13T15:01:24.986072+0000","last_active":"2024-09-13T15:05:53.393112+0000","last_peered":"2024-09-13T15:05:53.393112+0000","last_clean":"2024-09-13T15:05:53.393112+0000","last_became_active":"2024-09-13T15:01:24.985247+0000","last_became_peered":"2024-09-13T15:01:24.985247+0000","last_unstale":"2024-09-13T15:05:53.393112+0000","last_undegraded":"2024-09-13T15:05:53.393112+0000","last_fullsized":"2024-09-13T15:05:53.393112+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T14:34:52.287383+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,1],"acting":[3,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.18","version":"0'0","reported_seq":176,"reported_epoch":1425,"state":"active+clean","last_fresh":"2024-09-13T15:05:53.395061+0000","last_change":"2024-09-13T15:05:51.743211+0000","last_active":"2024-09-13T15:05:53.395061+0000","last_peered":"2024-09-13T15:05:53.395061+0000","last_clean":"2024-09-13T15:05:53.395061+0000","last_became_active":"2024-09-13T15:05:51.742849+0000","last_became_peered":"2024-09-13T15:05:51.742849+0000","last_unstale":"2024-09-13T15:05:53.395061+0000","last_undegraded":"2024-09-13T15:05:53.395061+0000","last_fullsized":"2024-09-13T15:05:53.395061+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:51:58.508631+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1f","version":"70'4","reported_seq":60,"reported_epoch":1426,"state":"active+clean","last_fresh":"2024-09-13T15:05:54.396740+0000","last_change":"2024-09-13T15:05:47.245115+0000","last_active":"2024-09-13T15:05:54.396740+0000","last_peered":"2024-09-13T15:05:54.396740+0000","last_clean":"2024-09-13T15:05:54.396740+0000","last_became_active":"2024-09-13T15:03:51.620936+0000","last_became_peered":"2024-09-13T15:03:51.620936+0000","last_unstale":"2024-09-13T15:05:54.396740+0000","last_undegraded":"2024-09-13T15:05:54.396740+0000","last_fullsized":"2024-09-13T15:05:54.396740+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1419,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T00:58:17.705835+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":14,"num_bytes_recovered":4074,"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,5,2],"acting":[0,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]}],"pool_stats":[{"poolid":10,"num_pg":16,"stat_sum":{"num_bytes":2748842008,"num_objects":41945,"num_object_clones":0,"num_object_copies":125835,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":22121,"num_objects_misplaced":4851,"num_objects_unfound":0,"num_objects_dirty":41945,"num_whiteouts":0,"num_read":1,"num_read_kb":1,"num_write":192917,"num_write_kb":7515521,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":12431,"num_bytes_recovered":808976384,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":8413392896,"data_stored":8413380680,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":98211,"ondisk_log_size":98211,"up":48,"acting":43,"num_store_stats":7},{"poolid":4,"num_pg":32,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":96,"acting":96,"num_store_stats":8},{"poolid":3,"num_pg":32,"stat_sum":{"num_bytes":5554,"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":62,"num_write_kb":31,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":91,"num_bytes_recovered":28572,"num_keys_recovered":30,"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":122880,"data_stored":22104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":23634,"internal_metadata":0},"log_size":56,"ondisk_log_size":56,"up":96,"acting":96,"num_store_stats":8},{"poolid":2,"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":8,"num_bytes_recovered":19,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":16384,"data_stored":76,"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":1,"num_pg":21,"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":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":5,"num_bytes_recovered":1378432,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":2375680,"data_stored":2361472,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":3129,"ondisk_log_size":3129,"up":63,"acting":63,"num_store_stats":8}],"osd_stats":[{"osd":7,"up_from":1400,"seq":6012954214429,"num_pgs":46,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":871028,"kb_used_data":686892,"kb_used_omap":66,"kb_used_meta":184061,"kb_avail":92874124,"statfs":{"total":95995035648,"available":95103102976,"internally_reserved":0,"allocated":703377408,"data_stored":700508457,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":67622,"internal_metadata":188479450},"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":0,"seq":5248450035871,"num_pgs":0,"num_osds":0,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":0,"kb_used":0,"kb_used_data":0,"kb_used_omap":0,"kb_used_meta":0,"kb_avail":0,"statfs":{"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},"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":[]},{"osd":5,"up_from":38,"seq":163208757841,"num_pgs":46,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":2271400,"kb_used_data":1017820,"kb_used_omap":1,"kb_used_meta":1253566,"kb_avail":91473752,"statfs":{"total":95995035648,"available":93669122048,"internally_reserved":0,"allocated":1042247680,"data_stored":1039389705,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":1283652038},"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":[2,0,1,2,1,3],"upper_bound":64},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":4,"up_from":30,"seq":128849019478,"num_pgs":61,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":2805572,"kb_used_data":2052592,"kb_used_omap":1,"kb_used_meta":752958,"kb_avail":90939580,"statfs":{"total":95995035648,"available":93122129920,"internally_reserved":0,"allocated":2101854208,"data_stored":2098982052,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":771029446},"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":845,"seq":3629247365507,"num_pgs":45,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1640200,"kb_used_data":715580,"kb_used_omap":34,"kb_used_meta":924573,"kb_avail":92104952,"statfs":{"total":95995035648,"available":94315470848,"internally_reserved":0,"allocated":732753920,"data_stored":729910969,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":35801,"internal_metadata":946762791},"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":813,"seq":3491808412042,"num_pgs":34,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1925880,"kb_used_data":1325804,"kb_used_omap":50,"kb_used_meta":600013,"kb_avail":91819272,"statfs":{"total":95995035648,"available":94022934528,"internally_reserved":0,"allocated":1357623296,"data_stored":1354756238,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":52011,"internal_metadata":614413525},"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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[]},{"osd":1,"up_from":780,"seq":3350074491281,"num_pgs":46,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1983640,"kb_used_data":857616,"kb_used_omap":30,"kb_used_meta":1125985,"kb_avail":91761512,"statfs":{"total":95995035648,"available":93963788288,"internally_reserved":0,"allocated":878198784,"data_stored":875351913,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":31404,"internal_metadata":1153008980},"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":[0,1],"upper_bound":4},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":746,"seq":3204045603223,"num_pgs":51,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":2723996,"kb_used_data":1690516,"kb_used_omap":66,"kb_used_meta":1033405,"kb_avail":91021156,"statfs":{"total":95995035648,"available":93205663744,"internally_reserved":0,"allocated":1731088384,"data_stored":1728232030,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":68403,"internal_metadata":1058206925},"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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":327680,"data_stored":327680,"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":0,"data_stored":0,"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":266240,"data_stored":262688,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"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":327680,"data_stored":327680,"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":266240,"data_stored":262688,"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":0,"data_stored":0,"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":4096,"data_stored":19,"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":4096,"data_stored":19,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":4096,"data_stored":19,"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":4096,"data_stored":19,"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":0,"data_stored":0,"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":8192,"data_stored":604,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3890,"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":3041,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":20480,"data_stored":5372,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1366,"internal_metadata":0},{"poolid":3,"osd":3,"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":3176,"internal_metadata":0},{"poolid":3,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":24576,"data_stored":4902,"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":8192,"data_stored":652,"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":24576,"data_stored":5442,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5318,"internal_metadata":0},{"poolid":3,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":28672,"data_stored":4972,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":6843,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":10,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":1703546880,"data_stored":1703542808,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":10,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":865599488,"data_stored":865599488,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":10,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":1345454080,"data_stored":1345454080,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":10,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":720179200,"data_stored":720175128,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":10,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":2067861504,"data_stored":2067857432,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":10,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":1021378560,"data_stored":1021378560,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":10,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":689373184,"data_stored":689373184,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-13T15:06:01.606 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-13T15:06:01.661 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:06:01.680 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:01 smithi071 ceph-mon[107477]: 1.13 scrub starts 2024-09-13T15:06:01.680 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:01 smithi071 ceph-mon[107477]: from='client.55693 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T15:06:01.680 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:01 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3796847188' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T15:06:01.680 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:01 smithi071 ceph-mon[112785]: 1.13 scrub starts 2024-09-13T15:06:01.680 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:01 smithi071 ceph-mon[112785]: from='client.55693 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T15:06:01.681 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:01 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3796847188' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T15:06:01.693 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:01.694 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:01.694 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:06:01.795 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:06:01.825 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:01.826 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:01.826 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:06:01.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:01 smithi104 ceph-mon[105578]: 1.13 scrub starts 2024-09-13T15:06:01.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:01 smithi104 ceph-mon[105578]: from='client.55693 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T15:06:01.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:01 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3796847188' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T15:06:01.927 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:01.963 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:01.964 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:01.964 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:02.065 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:02.105 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:02.105 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:02.106 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:02.206 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:06:02.234 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:02.235 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:02.235 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:06:02.336 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:06:02.376 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:02.376 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:02.377 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:06:02.477 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:06:02.496 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:02 smithi071 ceph-mon[112785]: pgmap v2266: 109 pgs: 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 1 active+remapped+backfill_wait, 2 active+clean+scrubbing, 3 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 2.4 GiB data, 13 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 772 op/s; 21586/116184 objects degraded (18.579%); 4851/116184 objects misplaced (4.175%); 5.4 MiB/s, 129 objects/s recovering 2024-09-13T15:06:02.496 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:02 smithi071 ceph-mon[112785]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:06:02.496 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:02 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3796847188' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T15:06:02.496 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:02 smithi071 ceph-mon[112785]: osdmap e1427: 8 total, 8 up, 7 in 2024-09-13T15:06:02.496 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:02 smithi071 ceph-mon[112785]: 1.7 scrub starts 2024-09-13T15:06:02.496 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:02 smithi071 ceph-mon[112785]: 1.7 scrub ok 2024-09-13T15:06:02.498 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:02 smithi071 ceph-mon[107477]: pgmap v2266: 109 pgs: 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 1 active+remapped+backfill_wait, 2 active+clean+scrubbing, 3 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 2.4 GiB data, 13 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 772 op/s; 21586/116184 objects degraded (18.579%); 4851/116184 objects misplaced (4.175%); 5.4 MiB/s, 129 objects/s recovering 2024-09-13T15:06:02.498 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:02 smithi071 ceph-mon[107477]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:06:02.498 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:02 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3796847188' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T15:06:02.498 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:02 smithi071 ceph-mon[107477]: osdmap e1427: 8 total, 8 up, 7 in 2024-09-13T15:06:02.498 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:02 smithi071 ceph-mon[107477]: 1.7 scrub starts 2024-09-13T15:06:02.499 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:02 smithi071 ceph-mon[107477]: 1.7 scrub ok 2024-09-13T15:06:02.511 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:02.512 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:02.512 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:06:02.529 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T15:06:02.529 INFO:teuthology.orchestra.run.smithi071.stdout: "size": 20, 2024-09-13T15:06:02.529 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 600, 2024-09-13T15:06:02.529 INFO:teuthology.orchestra.run.smithi071.stdout: "ops": [ 2024-09-13T15:06:02.529 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.529 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:180519 8.c 8:3485b252:::benchmark_data_smithi071_245775_object59221:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1271)", 2024-09-13T15:06:02.530 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:56:44.265522+0000", 2024-09-13T15:06:02.530 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 558.25813302500001, 2024-09-13T15:06:02.530 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.14504077, 2024-09-13T15:06:02.530 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:06:02.530 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:06:02.530 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:06:02.530 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:06:02.530 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T15:06:02.530 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T15:06:02.530 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 180519 2024-09-13T15:06:02.530 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.531 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:06:02.531 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.531 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:06:02.531 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:44.265522+0000", 2024-09-13T15:06:02.531 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:06:02.531 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.531 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.531 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:06:02.531 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:44.265522+0000", 2024-09-13T15:06:02.531 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:06:02.531 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.531 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.531 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:06:02.532 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:44.265523+0000", 2024-09-13T15:06:02.532 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.826e-06 2024-09-13T15:06:02.532 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.532 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.532 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:06:02.532 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:44.265530+0000", 2024-09-13T15:06:02.532 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.1619999999999996e-06 2024-09-13T15:06:02.532 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.532 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.532 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:06:02.532 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:44.265563+0000", 2024-09-13T15:06:02.532 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.3645000000000001e-05 2024-09-13T15:06:02.532 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.533 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.533 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:06:02.533 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:44.265573+0000", 2024-09-13T15:06:02.533 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.6940000000000007e-06 2024-09-13T15:06:02.533 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.533 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.533 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:06:02.533 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:44.278298+0000", 2024-09-13T15:06:02.533 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.012725346 2024-09-13T15:06:02.533 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.533 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.533 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:06:02.533 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:44.278310+0000", 2024-09-13T15:06:02.533 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2079000000000001e-05 2024-09-13T15:06:02.534 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.534 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.534 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:06:02.534 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:45.294097+0000", 2024-09-13T15:06:02.534 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0157865129999999 2024-09-13T15:06:02.534 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.534 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.534 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:06:02.534 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:45.294110+0000", 2024-09-13T15:06:02.534 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2744e-05 2024-09-13T15:06:02.534 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.534 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.534 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:06:02.535 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:46.395872+0000", 2024-09-13T15:06:02.535 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1017621689999999 2024-09-13T15:06:02.535 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.535 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.535 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:06:02.535 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:46.396001+0000", 2024-09-13T15:06:02.535 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012887200000000001 2024-09-13T15:06:02.535 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.535 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.535 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,5,7", 2024-09-13T15:06:02.535 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:46.396455+0000", 2024-09-13T15:06:02.535 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000454098 2024-09-13T15:06:02.535 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.535 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.536 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:06:02.536 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:46.402069+0000", 2024-09-13T15:06:02.536 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0056141539999999997 2024-09-13T15:06:02.536 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.536 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.536 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:02.536 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:46.402228+0000", 2024-09-13T15:06:02.536 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00015962100000000001 2024-09-13T15:06:02.536 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.536 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.536 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:02.536 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:46.406637+0000", 2024-09-13T15:06:02.536 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0044083500000000001 2024-09-13T15:06:02.537 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.537 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.537 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:02.537 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:46.410374+0000", 2024-09-13T15:06:02.537 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0037375030000000001 2024-09-13T15:06:02.537 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.537 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.537 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:06:02.537 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:46.410439+0000", 2024-09-13T15:06:02.537 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.4913999999999995e-05 2024-09-13T15:06:02.537 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.537 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.537 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:06:02.538 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:56:46.410562+0000", 2024-09-13T15:06:02.538 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012307999999999999 2024-09-13T15:06:02.538 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:06:02.538 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:06:02.538 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:06:02.538 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.538 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.538 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:202988 8.c 8:38991acf:::benchmark_data_smithi071_245775_object81690:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1279)", 2024-09-13T15:06:02.538 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:57:13.864411+0000", 2024-09-13T15:06:02.538 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 528.65924399699998, 2024-09-13T15:06:02.538 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.152637318, 2024-09-13T15:06:02.538 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:06:02.539 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:06:02.539 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T15:06:02.539 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:06:02.539 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T15:06:02.539 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T15:06:02.539 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 202988 2024-09-13T15:06:02.539 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.539 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:06:02.539 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.539 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:06:02.539 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864411+0000", 2024-09-13T15:06:02.539 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:06:02.540 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.540 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.540 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:06:02.540 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864411+0000", 2024-09-13T15:06:02.540 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:06:02.540 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.540 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.540 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:06:02.540 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864411+0000", 2024-09-13T15:06:02.540 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.5999999999999999e-07 2024-09-13T15:06:02.540 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.540 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.540 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:06:02.541 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864413+0000", 2024-09-13T15:06:02.541 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.1780000000000002e-06 2024-09-13T15:06:02.541 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.541 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.541 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:06:02.541 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864418+0000", 2024-09-13T15:06:02.541 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.2519999999999999e-06 2024-09-13T15:06:02.541 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.541 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.541 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:06:02.541 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864422+0000", 2024-09-13T15:06:02.541 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.997e-06 2024-09-13T15:06:02.542 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.542 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.542 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:06:02.542 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.867623+0000", 2024-09-13T15:06:02.542 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0032004099999999999 2024-09-13T15:06:02.542 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.542 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.542 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:06:02.542 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.867748+0000", 2024-09-13T15:06:02.542 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012510599999999999 2024-09-13T15:06:02.542 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.542 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.542 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,5,7", 2024-09-13T15:06:02.542 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.867859+0000", 2024-09-13T15:06:02.542 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00011084 2024-09-13T15:06:02.543 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.543 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.543 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:02.543 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.873568+0000", 2024-09-13T15:06:02.543 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0057090819999999999 2024-09-13T15:06:02.543 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.543 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.543 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:02.543 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.873654+0000", 2024-09-13T15:06:02.543 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.6626999999999996e-05 2024-09-13T15:06:02.543 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.543 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.543 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:06:02.544 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.877724+0000", 2024-09-13T15:06:02.544 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0040697199999999998 2024-09-13T15:06:02.544 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.544 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.544 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:06:02.544 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.921253+0000", 2024-09-13T15:06:02.544 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.043528628999999999 2024-09-13T15:06:02.544 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.544 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.544 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:06:02.544 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.921263+0000", 2024-09-13T15:06:02.545 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.747e-06 2024-09-13T15:06:02.545 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.545 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.545 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:06:02.545 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:15.016864+0000", 2024-09-13T15:06:02.545 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.095601263 2024-09-13T15:06:02.545 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.545 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.545 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:06:02.545 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:15.017048+0000", 2024-09-13T15:06:02.545 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000184107 2024-09-13T15:06:02.545 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:06:02.545 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:06:02.546 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:06:02.546 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.546 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.546 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:202993 8.f 8:ffc0644d:::benchmark_data_smithi071_245775_object81695:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1279)", 2024-09-13T15:06:02.546 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:57:13.864447+0000", 2024-09-13T15:06:02.546 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 528.65920737900001, 2024-09-13T15:06:02.546 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.1303862690000002, 2024-09-13T15:06:02.546 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:06:02.546 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:06:02.546 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T15:06:02.546 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:06:02.546 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T15:06:02.546 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T15:06:02.547 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 202993 2024-09-13T15:06:02.547 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.547 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:06:02.547 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.547 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:06:02.547 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864447+0000", 2024-09-13T15:06:02.547 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:06:02.547 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.547 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.547 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:06:02.547 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864447+0000", 2024-09-13T15:06:02.547 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:06:02.547 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.548 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.548 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:06:02.548 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864448+0000", 2024-09-13T15:06:02.548 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.5100000000000001e-07 2024-09-13T15:06:02.548 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.548 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.548 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:06:02.548 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864449+0000", 2024-09-13T15:06:02.548 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.8899999999999999e-06 2024-09-13T15:06:02.548 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.548 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.548 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:06:02.549 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864455+0000", 2024-09-13T15:06:02.549 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.2059999999999998e-06 2024-09-13T15:06:02.549 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.549 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.549 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:06:02.549 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864459+0000", 2024-09-13T15:06:02.549 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.33e-06 2024-09-13T15:06:02.549 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.549 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.549 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:06:02.549 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864509+0000", 2024-09-13T15:06:02.549 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.0047999999999999e-05 2024-09-13T15:06:02.549 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.550 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.550 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:06:02.550 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864618+0000", 2024-09-13T15:06:02.550 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00010870300000000001 2024-09-13T15:06:02.550 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.550 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.550 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,5", 2024-09-13T15:06:02.550 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864819+0000", 2024-09-13T15:06:02.550 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000200807 2024-09-13T15:06:02.550 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.550 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.550 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:06:02.550 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.868172+0000", 2024-09-13T15:06:02.551 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0033532879999999998 2024-09-13T15:06:02.551 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.551 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.551 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:02.551 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.870013+0000", 2024-09-13T15:06:02.551 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0018409489999999999 2024-09-13T15:06:02.551 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.551 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.551 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:06:02.551 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.909408+0000", 2024-09-13T15:06:02.551 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.039395415000000003 2024-09-13T15:06:02.551 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.551 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.551 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:06:02.552 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.909419+0000", 2024-09-13T15:06:02.552 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0373999999999999e-05 2024-09-13T15:06:02.552 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.552 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.552 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:06:02.552 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:14.944803+0000", 2024-09-13T15:06:02.552 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0353848880000001 2024-09-13T15:06:02.552 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.552 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.552 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:06:02.552 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:14.944817+0000", 2024-09-13T15:06:02.552 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.3772e-05 2024-09-13T15:06:02.552 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.553 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.553 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:06:02.553 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:15.994745+0000", 2024-09-13T15:06:02.553 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0499277789999999 2024-09-13T15:06:02.553 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.553 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.553 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:06:02.553 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:15.994833+0000", 2024-09-13T15:06:02.553 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.8468999999999996e-05 2024-09-13T15:06:02.553 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:06:02.553 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:06:02.553 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:06:02.553 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.554 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.554 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:202994 8.c 8:358f8fd2:::benchmark_data_smithi071_245775_object81696:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1279)", 2024-09-13T15:06:02.554 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:57:13.864471+0000", 2024-09-13T15:06:02.554 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 528.65918390900003, 2024-09-13T15:06:02.554 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1530016030000001, 2024-09-13T15:06:02.554 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:06:02.554 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:06:02.554 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T15:06:02.554 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:06:02.556 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T15:06:02.556 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T15:06:02.556 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 202994 2024-09-13T15:06:02.556 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.556 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:06:02.556 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.556 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:06:02.556 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864471+0000", 2024-09-13T15:06:02.556 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:06:02.557 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.557 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.557 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:06:02.557 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864471+0000", 2024-09-13T15:06:02.557 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:06:02.557 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.557 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.557 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:06:02.557 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864471+0000", 2024-09-13T15:06:02.557 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.1100000000000002e-07 2024-09-13T15:06:02.557 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.557 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.557 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:06:02.558 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864473+0000", 2024-09-13T15:06:02.558 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.844e-06 2024-09-13T15:06:02.558 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.558 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.558 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:06:02.558 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864478+0000", 2024-09-13T15:06:02.558 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.429e-06 2024-09-13T15:06:02.558 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.558 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.558 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:06:02.558 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.864483+0000", 2024-09-13T15:06:02.558 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.2710000000000003e-06 2024-09-13T15:06:02.558 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.559 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.559 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:06:02.559 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.873689+0000", 2024-09-13T15:06:02.559 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0092065710000000002 2024-09-13T15:06:02.559 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.559 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.559 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:06:02.559 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.873823+0000", 2024-09-13T15:06:02.559 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013369599999999999 2024-09-13T15:06:02.559 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.559 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.559 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,5,7", 2024-09-13T15:06:02.559 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.873945+0000", 2024-09-13T15:06:02.560 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012263500000000001 2024-09-13T15:06:02.560 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.560 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.560 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:02.560 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.877935+0000", 2024-09-13T15:06:02.560 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0039897910000000003 2024-09-13T15:06:02.560 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.560 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.560 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:06:02.560 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.878034+0000", 2024-09-13T15:06:02.561 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.8610999999999995e-05 2024-09-13T15:06:02.561 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.561 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.561 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:06:02.561 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.921396+0000", 2024-09-13T15:06:02.562 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.043361828999999998 2024-09-13T15:06:02.562 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.562 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.562 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:06:02.562 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.921404+0000", 2024-09-13T15:06:02.562 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.4679999999999992e-06 2024-09-13T15:06:02.562 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.562 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.562 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:06:02.562 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:15.017426+0000", 2024-09-13T15:06:02.562 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0960221990000001 2024-09-13T15:06:02.562 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.562 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.563 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:06:02.563 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:15.017472+0000", 2024-09-13T15:06:02.563 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.5948000000000001e-05 2024-09-13T15:06:02.563 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:06:02.563 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:06:02.563 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:06:02.563 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.563 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.563 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:203001 8.f 8:ff778168:::benchmark_data_smithi071_245775_object81703:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1279)", 2024-09-13T15:06:02.563 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:57:13.877977+0000", 2024-09-13T15:06:02.563 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 528.64567805599995, 2024-09-13T15:06:02.563 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.1210819189999999, 2024-09-13T15:06:02.564 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:06:02.564 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:06:02.564 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T15:06:02.564 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:06:02.564 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T15:06:02.564 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T15:06:02.564 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 203001 2024-09-13T15:06:02.564 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.564 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:06:02.564 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.564 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:06:02.564 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.877977+0000", 2024-09-13T15:06:02.564 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:06:02.564 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.565 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.565 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:06:02.565 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.877977+0000", 2024-09-13T15:06:02.565 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:06:02.565 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.565 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.565 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:06:02.565 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.877978+0000", 2024-09-13T15:06:02.565 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.164e-06 2024-09-13T15:06:02.565 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.565 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.565 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:06:02.565 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.877982+0000", 2024-09-13T15:06:02.566 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.3189999999999996e-06 2024-09-13T15:06:02.566 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.566 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.566 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:06:02.566 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.877997+0000", 2024-09-13T15:06:02.566 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4939999999999999e-05 2024-09-13T15:06:02.566 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.566 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.566 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:06:02.566 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.878005+0000", 2024-09-13T15:06:02.566 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.1089999999999998e-06 2024-09-13T15:06:02.566 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.566 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.567 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:06:02.567 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.878187+0000", 2024-09-13T15:06:02.567 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000182387 2024-09-13T15:06:02.567 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.567 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.567 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:06:02.567 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.878307+0000", 2024-09-13T15:06:02.567 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000119552 2024-09-13T15:06:02.567 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.567 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.567 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,5", 2024-09-13T15:06:02.567 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.878416+0000", 2024-09-13T15:06:02.567 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000108966 2024-09-13T15:06:02.567 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.568 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.568 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:06:02.568 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.881687+0000", 2024-09-13T15:06:02.568 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0032711160000000001 2024-09-13T15:06:02.568 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.568 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.568 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:06:02.568 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.909488+0000", 2024-09-13T15:06:02.568 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.027800991000000001 2024-09-13T15:06:02.568 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.569 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.569 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:06:02.569 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.909497+0000", 2024-09-13T15:06:02.569 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.6969999999999999e-06 2024-09-13T15:06:02.569 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.569 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.569 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:06:02.569 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:14.944848+0000", 2024-09-13T15:06:02.569 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0353514559999999 2024-09-13T15:06:02.569 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.570 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.570 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:06:02.570 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:14.944857+0000", 2024-09-13T15:06:02.570 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.2089999999999994e-06 2024-09-13T15:06:02.570 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.570 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.570 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:06:02.570 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:15.995155+0000", 2024-09-13T15:06:02.570 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.050297531 2024-09-13T15:06:02.570 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.570 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.570 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for missing object", 2024-09-13T15:06:02.570 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:15.995283+0000", 2024-09-13T15:06:02.571 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012829700000000001 2024-09-13T15:06:02.571 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.571 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.571 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:06:02.571 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:15.998980+0000", 2024-09-13T15:06:02.571 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0036969450000000001 2024-09-13T15:06:02.571 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.571 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.571 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:06:02.571 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:15.999058+0000", 2024-09-13T15:06:02.571 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.8239999999999996e-05 2024-09-13T15:06:02.571 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:06:02.572 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:06:02.572 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:06:02.572 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.572 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.572 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:203005 8.17 8:e9c96c44:::benchmark_data_smithi071_245775_object81707:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1280)", 2024-09-13T15:06:02.572 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:57:13.910015+0000", 2024-09-13T15:06:02.572 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 528.61363967299997, 2024-09-13T15:06:02.572 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1268188320000001, 2024-09-13T15:06:02.572 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:06:02.572 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:06:02.572 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:06:02.572 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:06:02.573 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T15:06:02.573 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T15:06:02.573 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 203005 2024-09-13T15:06:02.573 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.573 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:06:02.573 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.573 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:06:02.573 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.910015+0000", 2024-09-13T15:06:02.573 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:06:02.573 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.573 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.573 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:06:02.573 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.910015+0000", 2024-09-13T15:06:02.574 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:06:02.574 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.574 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.574 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:06:02.574 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.910016+0000", 2024-09-13T15:06:02.574 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4100000000000001e-06 2024-09-13T15:06:02.574 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.574 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.574 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:06:02.574 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.910020+0000", 2024-09-13T15:06:02.574 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.7390000000000001e-06 2024-09-13T15:06:02.574 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.574 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.574 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:06:02.575 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.910030+0000", 2024-09-13T15:06:02.575 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.7210000000000006e-06 2024-09-13T15:06:02.575 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.575 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.575 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:06:02.575 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.910039+0000", 2024-09-13T15:06:02.575 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.2669999999999995e-06 2024-09-13T15:06:02.575 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.575 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.575 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:06:02.575 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.910211+0000", 2024-09-13T15:06:02.575 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000171867 2024-09-13T15:06:02.575 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.576 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.576 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:06:02.576 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:13.910219+0000", 2024-09-13T15:06:02.576 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.2810000000000008e-06 2024-09-13T15:06:02.576 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.576 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.576 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:06:02.576 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:15.033606+0000", 2024-09-13T15:06:02.576 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.123386888 2024-09-13T15:06:02.576 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.576 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.576 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:06:02.577 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:15.033750+0000", 2024-09-13T15:06:02.577 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00014425000000000001 2024-09-13T15:06:02.577 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.577 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.577 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,4", 2024-09-13T15:06:02.577 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:15.034162+0000", 2024-09-13T15:06:02.577 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00041127699999999999 2024-09-13T15:06:02.577 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.577 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.577 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:02.577 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:15.036228+0000", 2024-09-13T15:06:02.577 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0020668209999999999 2024-09-13T15:06:02.577 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.578 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.578 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:06:02.578 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:15.036503+0000", 2024-09-13T15:06:02.578 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00027444200000000001 2024-09-13T15:06:02.578 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.578 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.578 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:02.578 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:15.036553+0000", 2024-09-13T15:06:02.578 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.9877999999999999e-05 2024-09-13T15:06:02.578 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.578 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.578 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:06:02.579 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:15.036620+0000", 2024-09-13T15:06:02.579 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.6995999999999993e-05 2024-09-13T15:06:02.579 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.579 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.579 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:06:02.579 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:15.036834+0000", 2024-09-13T15:06:02.579 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000213995 2024-09-13T15:06:02.579 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:06:02.579 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:06:02.579 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:06:02.579 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.579 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.579 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:236290 8.c 8:3327fde3:::benchmark_data_smithi071_245775_object114992:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1292)", 2024-09-13T15:06:02.580 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:57:51.599731+0000", 2024-09-13T15:06:02.580 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 490.923923559, 2024-09-13T15:06:02.580 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.024550485, 2024-09-13T15:06:02.580 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:06:02.580 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:06:02.580 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T15:06:02.580 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:06:02.580 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T15:06:02.580 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T15:06:02.580 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 236290 2024-09-13T15:06:02.580 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.580 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:06:02.581 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.581 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:06:02.581 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.599731+0000", 2024-09-13T15:06:02.581 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:06:02.581 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.581 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.581 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:06:02.581 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.599731+0000", 2024-09-13T15:06:02.581 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:06:02.581 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.581 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.581 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:06:02.581 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.599731+0000", 2024-09-13T15:06:02.582 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.5499999999999999e-07 2024-09-13T15:06:02.582 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.582 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.582 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:06:02.582 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.599733+0000", 2024-09-13T15:06:02.582 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.7850000000000001e-06 2024-09-13T15:06:02.582 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.582 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.582 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:06:02.582 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.599738+0000", 2024-09-13T15:06:02.582 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.1830000000000002e-06 2024-09-13T15:06:02.582 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.582 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.582 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:06:02.582 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.599743+0000", 2024-09-13T15:06:02.583 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.1740000000000002e-06 2024-09-13T15:06:02.583 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.583 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.583 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:06:02.583 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.605713+0000", 2024-09-13T15:06:02.583 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00597022 2024-09-13T15:06:02.583 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.583 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.583 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:06:02.583 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.605855+0000", 2024-09-13T15:06:02.583 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00014246500000000001 2024-09-13T15:06:02.583 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.583 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.583 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 4,5,7", 2024-09-13T15:06:02.584 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.606000+0000", 2024-09-13T15:06:02.584 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00014515400000000001 2024-09-13T15:06:02.584 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.584 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.584 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:06:02.584 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.613581+0000", 2024-09-13T15:06:02.584 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0075807460000000002 2024-09-13T15:06:02.584 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.584 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.584 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:02.584 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.613868+0000", 2024-09-13T15:06:02.584 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00028671399999999998 2024-09-13T15:06:02.584 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.584 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.584 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:02.585 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.667824+0000", 2024-09-13T15:06:02.585 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.053956470999999999 2024-09-13T15:06:02.585 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.585 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.585 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:06:02.585 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.674859+0000", 2024-09-13T15:06:02.585 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0070343610000000003 2024-09-13T15:06:02.585 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.585 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.585 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:06:02.585 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.674874+0000", 2024-09-13T15:06:02.585 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.5736999999999999e-05 2024-09-13T15:06:02.585 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.586 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.586 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:06:02.586 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:52.624259+0000", 2024-09-13T15:06:02.586 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.94938436800000003 2024-09-13T15:06:02.586 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.586 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.586 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:06:02.586 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:52.624282+0000", 2024-09-13T15:06:02.586 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.2751999999999998e-05 2024-09-13T15:06:02.586 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:06:02.586 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:06:02.586 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:06:02.586 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.586 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.586 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:236296 8.c 8.c6cdaf4c (undecoded) ondisk+write+known_if_redirected+supports_pool_eio e1293)", 2024-09-13T15:06:02.587 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:57:51.658029+0000", 2024-09-13T15:06:02.587 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 490.865625583, 2024-09-13T15:06:02.587 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.96717233300000005, 2024-09-13T15:06:02.587 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:06:02.587 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:06:02.587 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T15:06:02.587 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:06:02.587 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T15:06:02.587 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T15:06:02.587 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 236296 2024-09-13T15:06:02.587 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.587 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:06:02.587 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.587 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:06:02.588 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.658029+0000", 2024-09-13T15:06:02.588 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:06:02.588 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.588 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.588 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:06:02.588 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.658029+0000", 2024-09-13T15:06:02.588 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:06:02.588 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.588 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.588 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:06:02.588 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.658030+0000", 2024-09-13T15:06:02.588 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.282e-06 2024-09-13T15:06:02.588 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.589 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.589 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:06:02.589 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.658034+0000", 2024-09-13T15:06:02.589 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.0810000000000004e-06 2024-09-13T15:06:02.589 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.589 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.589 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:06:02.589 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.658043+0000", 2024-09-13T15:06:02.589 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.7509999999999997e-06 2024-09-13T15:06:02.589 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.589 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.589 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:06:02.589 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.658052+0000", 2024-09-13T15:06:02.590 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.4039999999999995e-06 2024-09-13T15:06:02.590 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.590 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.590 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:06:02.590 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.683214+0000", 2024-09-13T15:06:02.590 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.025162463999999999 2024-09-13T15:06:02.590 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.590 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.590 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:06:02.590 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.683226+0000", 2024-09-13T15:06:02.590 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1719000000000001e-05 2024-09-13T15:06:02.590 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.590 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.591 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:06:02.591 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:52.625181+0000", 2024-09-13T15:06:02.591 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.94195514700000005 2024-09-13T15:06:02.591 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.591 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.591 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:06:02.591 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:52.625201+0000", 2024-09-13T15:06:02.591 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.0485000000000001e-05 2024-09-13T15:06:02.591 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:06:02.591 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:06:02.591 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:06:02.591 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.591 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.592 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.35391.0:236298 8.17 8:ed2c7bb2:::benchmark_data_smithi071_245775_object115000:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1293)", 2024-09-13T15:06:02.592 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:57:51.658061+0000", 2024-09-13T15:06:02.592 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 490.865593413, 2024-09-13T15:06:02.592 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1147906569999999, 2024-09-13T15:06:02.592 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:06:02.592 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:06:02.592 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:06:02.592 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:06:02.592 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.35391", 2024-09-13T15:06:02.592 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T15:06:02.592 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 236298 2024-09-13T15:06:02.592 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.592 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:06:02.593 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.593 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:06:02.593 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.658061+0000", 2024-09-13T15:06:02.593 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:06:02.593 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.593 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.593 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:06:02.593 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.658061+0000", 2024-09-13T15:06:02.593 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:06:02.593 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.593 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.593 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:06:02.593 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.658062+0000", 2024-09-13T15:06:02.594 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.9100000000000004e-07 2024-09-13T15:06:02.594 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.594 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.594 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:06:02.594 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.658064+0000", 2024-09-13T15:06:02.594 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.3080000000000002e-06 2024-09-13T15:06:02.594 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.594 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.594 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:06:02.594 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.658070+0000", 2024-09-13T15:06:02.594 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.3230000000000003e-06 2024-09-13T15:06:02.594 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.594 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.594 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:06:02.595 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.658076+0000", 2024-09-13T15:06:02.595 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.2050000000000001e-06 2024-09-13T15:06:02.595 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.595 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.595 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:06:02.595 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.685450+0000", 2024-09-13T15:06:02.595 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.027374803 2024-09-13T15:06:02.595 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.595 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.595 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:06:02.595 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:51.685462+0000", 2024-09-13T15:06:02.595 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1804000000000001e-05 2024-09-13T15:06:02.596 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.596 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.596 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:06:02.596 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:52.767392+0000", 2024-09-13T15:06:02.596 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.081929508 2024-09-13T15:06:02.596 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.596 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.596 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:06:02.596 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:52.767524+0000", 2024-09-13T15:06:02.596 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013252699999999999 2024-09-13T15:06:02.596 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.596 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.596 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,4,5", 2024-09-13T15:06:02.597 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:52.767654+0000", 2024-09-13T15:06:02.597 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012984800000000001 2024-09-13T15:06:02.597 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.597 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.597 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:02.597 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:52.769846+0000", 2024-09-13T15:06:02.597 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0021921509999999998 2024-09-13T15:06:02.597 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.597 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.597 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:06:02.597 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:52.769863+0000", 2024-09-13T15:06:02.597 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.6685999999999999e-05 2024-09-13T15:06:02.597 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.598 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.598 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:02.598 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:52.769910+0000", 2024-09-13T15:06:02.598 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.6962000000000002e-05 2024-09-13T15:06:02.598 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.598 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.598 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:02.598 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:52.772661+0000", 2024-09-13T15:06:02.598 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.002751416 2024-09-13T15:06:02.598 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.598 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.598 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:06:02.598 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:52.772727+0000", 2024-09-13T15:06:02.599 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.6006000000000005e-05 2024-09-13T15:06:02.599 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.599 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.599 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:06:02.599 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:57:52.772852+0000", 2024-09-13T15:06:02.599 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012461899999999999 2024-09-13T15:06:02.599 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:06:02.599 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:06:02.599 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:06:02.599 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.599 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.599 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:211322 9.1 9:800abe3c:::benchmark_data_smithi071_298031_object100074:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1367)", 2024-09-13T15:06:02.599 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:02:07.277063+0000", 2024-09-13T15:06:02.600 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 235.24659113000001, 2024-09-13T15:06:02.600 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.92451605100000001, 2024-09-13T15:06:02.600 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:06:02.600 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:06:02.600 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:06:02.600 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:06:02.600 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:06:02.600 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:06:02.600 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 211322 2024-09-13T15:06:02.600 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.600 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:06:02.601 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.601 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:06:02.601 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:07.277063+0000", 2024-09-13T15:06:02.601 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:06:02.601 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.601 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.601 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:06:02.601 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:07.277063+0000", 2024-09-13T15:06:02.601 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:06:02.601 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.601 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.601 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:06:02.601 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:07.277065+0000", 2024-09-13T15:06:02.601 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.567e-06 2024-09-13T15:06:02.602 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.602 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.602 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:06:02.602 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:07.277069+0000", 2024-09-13T15:06:02.602 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.3800000000000004e-06 2024-09-13T15:06:02.602 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.602 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.602 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:06:02.602 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:07.277081+0000", 2024-09-13T15:06:02.602 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2021999999999999e-05 2024-09-13T15:06:02.602 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.602 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.603 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:06:02.603 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:07.277089+0000", 2024-09-13T15:06:02.603 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.2150000000000004e-06 2024-09-13T15:06:02.603 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.603 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.603 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:06:02.603 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:07.277163+0000", 2024-09-13T15:06:02.603 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.4704999999999997e-05 2024-09-13T15:06:02.603 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.603 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.603 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:06:02.603 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:07.277172+0000", 2024-09-13T15:06:02.603 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.0780000000000002e-06 2024-09-13T15:06:02.603 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.604 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.604 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:06:02.604 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.196698+0000", 2024-09-13T15:06:02.604 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.91952525799999996 2024-09-13T15:06:02.604 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.604 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.604 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:06:02.604 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.196820+0000", 2024-09-13T15:06:02.604 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000121902 2024-09-13T15:06:02.604 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.604 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.604 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 4,7", 2024-09-13T15:06:02.604 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.196937+0000", 2024-09-13T15:06:02.604 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000117093 2024-09-13T15:06:02.605 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.605 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.605 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:06:02.605 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.199400+0000", 2024-09-13T15:06:02.605 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0024637299999999999 2024-09-13T15:06:02.605 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.605 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.605 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:02.605 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.201397+0000", 2024-09-13T15:06:02.605 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0019963540000000001 2024-09-13T15:06:02.606 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.606 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.606 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:02.606 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.201460+0000", 2024-09-13T15:06:02.606 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.3498999999999996e-05 2024-09-13T15:06:02.606 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.606 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.606 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:06:02.606 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.201515+0000", 2024-09-13T15:06:02.606 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.4508000000000001e-05 2024-09-13T15:06:02.606 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.606 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.607 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:06:02.607 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.201580+0000", 2024-09-13T15:06:02.607 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.4739999999999993e-05 2024-09-13T15:06:02.607 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:06:02.607 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:06:02.607 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:06:02.607 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.607 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.607 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:211518 9.c 9:3a6fcbdc:::benchmark_data_smithi071_298031_object100270:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1368)", 2024-09-13T15:06:02.607 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:02:08.216990+0000", 2024-09-13T15:06:02.607 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 234.306664461, 2024-09-13T15:06:02.607 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.022778932, 2024-09-13T15:06:02.607 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:06:02.607 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:06:02.608 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:06:02.608 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:06:02.608 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:06:02.608 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:06:02.608 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 211518 2024-09-13T15:06:02.608 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.608 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:06:02.608 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.608 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:06:02.608 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.216990+0000", 2024-09-13T15:06:02.608 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:06:02.608 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.608 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.608 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:06:02.608 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.216990+0000", 2024-09-13T15:06:02.609 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:06:02.609 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.609 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.609 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:06:02.609 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.216992+0000", 2024-09-13T15:06:02.609 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.9149999999999999e-06 2024-09-13T15:06:02.609 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.609 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.609 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:06:02.609 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.216998+0000", 2024-09-13T15:06:02.609 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.1709999999999999e-06 2024-09-13T15:06:02.609 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.610 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.610 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:06:02.610 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.217014+0000", 2024-09-13T15:06:02.610 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.6135999999999999e-05 2024-09-13T15:06:02.610 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.610 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.610 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:06:02.610 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.217022+0000", 2024-09-13T15:06:02.610 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.5310000000000004e-06 2024-09-13T15:06:02.610 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.610 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.610 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:06:02.610 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.217078+0000", 2024-09-13T15:06:02.611 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.6557000000000001e-05 2024-09-13T15:06:02.611 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.611 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.611 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:06:02.611 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.217092+0000", 2024-09-13T15:06:02.611 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.3161e-05 2024-09-13T15:06:02.611 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.611 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.611 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:06:02.611 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.232059+0000", 2024-09-13T15:06:02.611 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.01496751 2024-09-13T15:06:02.611 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.612 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.612 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:06:02.612 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.232167+0000", 2024-09-13T15:06:02.612 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000107556 2024-09-13T15:06:02.612 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.612 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.612 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 4,7", 2024-09-13T15:06:02.612 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.232272+0000", 2024-09-13T15:06:02.612 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000105412 2024-09-13T15:06:02.612 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.612 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.612 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:02.613 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.237433+0000", 2024-09-13T15:06:02.613 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0051612089999999999 2024-09-13T15:06:02.613 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.613 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.613 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:02.613 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.237562+0000", 2024-09-13T15:06:02.613 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000128749 2024-09-13T15:06:02.613 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.613 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.613 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:06:02.613 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.239655+0000", 2024-09-13T15:06:02.614 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0020931399999999998 2024-09-13T15:06:02.614 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.614 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.614 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:06:02.614 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.239730+0000", 2024-09-13T15:06:02.614 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.4655999999999998e-05 2024-09-13T15:06:02.614 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.614 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.614 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:06:02.614 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.239769+0000", 2024-09-13T15:06:02.614 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.9229e-05 2024-09-13T15:06:02.614 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:06:02.615 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:06:02.615 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:06:02.615 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.615 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.615 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:211530 9.11 9:8ad4bd4b:::benchmark_data_smithi071_298031_object100282:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1368)", 2024-09-13T15:06:02.615 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:02:08.223987+0000", 2024-09-13T15:06:02.615 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 234.299668083, 2024-09-13T15:06:02.615 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.98598043899999999, 2024-09-13T15:06:02.615 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:06:02.615 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:06:02.615 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:06:02.615 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:06:02.616 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:06:02.616 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:06:02.616 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 211530 2024-09-13T15:06:02.616 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.616 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:06:02.616 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.616 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:06:02.616 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.223987+0000", 2024-09-13T15:06:02.616 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:06:02.616 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.616 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.616 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:06:02.616 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.223987+0000", 2024-09-13T15:06:02.617 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:06:02.617 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.617 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.617 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:06:02.617 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.223988+0000", 2024-09-13T15:06:02.617 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.207e-06 2024-09-13T15:06:02.617 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.617 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.617 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:06:02.617 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.223993+0000", 2024-09-13T15:06:02.617 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.8380000000000001e-06 2024-09-13T15:06:02.617 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.618 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.618 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:06:02.618 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.224007+0000", 2024-09-13T15:06:02.618 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4409e-05 2024-09-13T15:06:02.618 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.618 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.618 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:06:02.618 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.224014+0000", 2024-09-13T15:06:02.618 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.2830000000000004e-06 2024-09-13T15:06:02.618 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.618 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.618 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:06:02.618 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.224079+0000", 2024-09-13T15:06:02.619 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.4521000000000001e-05 2024-09-13T15:06:02.619 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.619 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.619 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:06:02.619 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.224090+0000", 2024-09-13T15:06:02.619 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1578e-05 2024-09-13T15:06:02.619 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.619 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.619 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:06:02.619 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.198753+0000", 2024-09-13T15:06:02.619 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.97466214600000001 2024-09-13T15:06:02.619 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.619 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.620 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:06:02.620 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.198893+0000", 2024-09-13T15:06:02.620 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00014019400000000001 2024-09-13T15:06:02.620 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.620 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.620 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 4,7", 2024-09-13T15:06:02.620 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.199002+0000", 2024-09-13T15:06:02.620 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000109774 2024-09-13T15:06:02.620 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.620 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.620 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:02.620 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.207302+0000", 2024-09-13T15:06:02.620 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00829973 2024-09-13T15:06:02.621 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.621 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.621 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:02.621 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:06:02.622 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.207338+0000", 2024-09-13T15:06:02.622 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.6158000000000002e-05 2024-09-13T15:06:02.622 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.622 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.622 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:06:02.622 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.209875+0000", 2024-09-13T15:06:02.622 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0025369049999999999 2024-09-13T15:06:02.622 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.622 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.622 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:06:02.622 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.209923+0000", 2024-09-13T15:06:02.623 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.8164999999999997e-05 2024-09-13T15:06:02.623 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.623 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.623 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:06:02.623 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.209967+0000", 2024-09-13T15:06:02.623 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.3531e-05 2024-09-13T15:06:02.623 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:06:02.623 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:06:02.623 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:06:02.623 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.623 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.623 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:211536 9.c 9:39f88f67:::benchmark_data_smithi071_298031_object100288:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1368)", 2024-09-13T15:06:02.624 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:02:08.228636+0000", 2024-09-13T15:06:02.624 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 234.29501899300001, 2024-09-13T15:06:02.624 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.021540643, 2024-09-13T15:06:02.624 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:06:02.624 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:06:02.624 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:06:02.624 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:06:02.624 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:06:02.624 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:06:02.624 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 211536 2024-09-13T15:06:02.624 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.624 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:06:02.624 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.625 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:06:02.625 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.228636+0000", 2024-09-13T15:06:02.625 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:06:02.625 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.625 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.625 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:06:02.625 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.228636+0000", 2024-09-13T15:06:02.625 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:06:02.625 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.625 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.625 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:06:02.625 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.228637+0000", 2024-09-13T15:06:02.625 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.7290000000000001e-06 2024-09-13T15:06:02.626 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.626 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.626 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:06:02.626 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.228646+0000", 2024-09-13T15:06:02.626 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.3059999999999998e-06 2024-09-13T15:06:02.626 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.626 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.626 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:06:02.626 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.228667+0000", 2024-09-13T15:06:02.626 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.1081e-05 2024-09-13T15:06:02.626 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.626 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.626 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:06:02.627 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.228675+0000", 2024-09-13T15:06:02.627 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.1640000000000001e-06 2024-09-13T15:06:02.627 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.627 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.627 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:06:02.627 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.228743+0000", 2024-09-13T15:06:02.627 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.8548999999999997e-05 2024-09-13T15:06:02.627 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.627 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.627 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:06:02.627 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.228754+0000", 2024-09-13T15:06:02.627 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0563e-05 2024-09-13T15:06:02.627 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.627 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.628 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:06:02.628 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.240109+0000", 2024-09-13T15:06:02.628 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0113551439999999 2024-09-13T15:06:02.628 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.628 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.628 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:06:02.628 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.240222+0000", 2024-09-13T15:06:02.628 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00011335199999999999 2024-09-13T15:06:02.628 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.628 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.628 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 4,7", 2024-09-13T15:06:02.628 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.240327+0000", 2024-09-13T15:06:02.628 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00010454 2024-09-13T15:06:02.629 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.629 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.629 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:06:02.629 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.246089+0000", 2024-09-13T15:06:02.629 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0057617809999999997 2024-09-13T15:06:02.629 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.629 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.629 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:02.629 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.247177+0000", 2024-09-13T15:06:02.629 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.001088019 2024-09-13T15:06:02.629 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.629 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.629 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:02.630 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.250075+0000", 2024-09-13T15:06:02.630 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0028978290000000002 2024-09-13T15:06:02.630 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.630 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.630 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:06:02.630 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.250130+0000", 2024-09-13T15:06:02.630 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.4948000000000003e-05 2024-09-13T15:06:02.630 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.630 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.630 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:06:02.630 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.250176+0000", 2024-09-13T15:06:02.630 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.6638000000000003e-05 2024-09-13T15:06:02.630 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:06:02.630 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:06:02.631 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:06:02.631 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.631 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.631 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:211543 9.11 9:8ba5e337:::benchmark_data_smithi071_298031_object100295:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1368)", 2024-09-13T15:06:02.631 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:02:08.235527+0000", 2024-09-13T15:06:02.631 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 234.28812754399999, 2024-09-13T15:06:02.631 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.97456476000000003, 2024-09-13T15:06:02.631 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:06:02.631 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:06:02.631 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:06:02.631 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:06:02.631 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:06:02.631 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:06:02.631 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 211543 2024-09-13T15:06:02.632 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.632 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:06:02.632 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.632 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:06:02.632 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.235527+0000", 2024-09-13T15:06:02.632 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:06:02.632 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.632 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.632 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:06:02.632 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.235527+0000", 2024-09-13T15:06:02.632 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:06:02.632 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.632 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.633 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:06:02.633 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.235529+0000", 2024-09-13T15:06:02.633 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.5939999999999999e-06 2024-09-13T15:06:02.633 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.633 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.633 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:06:02.633 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.235534+0000", 2024-09-13T15:06:02.633 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.4489999999999998e-06 2024-09-13T15:06:02.633 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.633 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.633 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:06:02.633 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.235548+0000", 2024-09-13T15:06:02.633 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4181e-05 2024-09-13T15:06:02.633 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.634 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.634 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:06:02.634 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.235556+0000", 2024-09-13T15:06:02.634 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.3760000000000002e-06 2024-09-13T15:06:02.634 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.634 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.634 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:06:02.634 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.235623+0000", 2024-09-13T15:06:02.634 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.6950000000000001e-05 2024-09-13T15:06:02.634 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.634 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.634 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:06:02.634 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.235633+0000", 2024-09-13T15:06:02.634 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0542e-05 2024-09-13T15:06:02.635 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.635 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.635 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:06:02.635 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.201517+0000", 2024-09-13T15:06:02.635 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.96588366999999997 2024-09-13T15:06:02.635 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.635 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.635 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:06:02.635 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.201623+0000", 2024-09-13T15:06:02.635 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00010586600000000001 2024-09-13T15:06:02.635 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.635 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.635 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 4,7", 2024-09-13T15:06:02.636 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.201735+0000", 2024-09-13T15:06:02.636 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000112192 2024-09-13T15:06:02.636 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.636 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.636 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:02.636 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.207374+0000", 2024-09-13T15:06:02.636 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0056389819999999998 2024-09-13T15:06:02.636 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.636 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.636 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:02.636 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.209481+0000", 2024-09-13T15:06:02.636 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0021071190000000002 2024-09-13T15:06:02.636 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.637 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.637 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:06:02.637 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.210021+0000", 2024-09-13T15:06:02.637 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00054022499999999997 2024-09-13T15:06:02.637 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.637 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.637 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:06:02.637 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.210061+0000", 2024-09-13T15:06:02.637 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.9705e-05 2024-09-13T15:06:02.637 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.637 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.637 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:06:02.637 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.210092+0000", 2024-09-13T15:06:02.638 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.0908999999999998e-05 2024-09-13T15:06:02.638 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:06:02.638 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:06:02.638 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:06:02.638 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.638 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.638 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:211560 9.c 9:3678e3fb:::benchmark_data_smithi071_298031_object100312:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1368)", 2024-09-13T15:06:02.638 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:02:08.245785+0000", 2024-09-13T15:06:02.638 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 234.27786976900001, 2024-09-13T15:06:02.638 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0045453900000001, 2024-09-13T15:06:02.638 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:06:02.638 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:06:02.638 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:06:02.638 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:06:02.639 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:06:02.639 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:06:02.639 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 211560 2024-09-13T15:06:02.639 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.639 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:06:02.639 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.639 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:06:02.639 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.245785+0000", 2024-09-13T15:06:02.639 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:06:02.639 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.639 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.639 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:06:02.640 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.245785+0000", 2024-09-13T15:06:02.640 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:06:02.640 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.640 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.640 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:06:02.640 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.245787+0000", 2024-09-13T15:06:02.640 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.137e-06 2024-09-13T15:06:02.640 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.640 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.640 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:06:02.640 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.245794+0000", 2024-09-13T15:06:02.640 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.8460000000000002e-06 2024-09-13T15:06:02.640 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.641 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.641 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:06:02.641 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.245812+0000", 2024-09-13T15:06:02.641 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.8624e-05 2024-09-13T15:06:02.641 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.641 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.641 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:06:02.641 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.245823+0000", 2024-09-13T15:06:02.641 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0132000000000001e-05 2024-09-13T15:06:02.641 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.641 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.641 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:06:02.641 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.245885+0000", 2024-09-13T15:06:02.642 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.2577999999999996e-05 2024-09-13T15:06:02.642 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.642 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.642 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:06:02.642 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.245893+0000", 2024-09-13T15:06:02.642 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.2199999999999992e-06 2024-09-13T15:06:02.642 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.642 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.642 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:06:02.642 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.243224+0000", 2024-09-13T15:06:02.642 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.99733076799999998 2024-09-13T15:06:02.642 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.642 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.643 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:06:02.643 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.243325+0000", 2024-09-13T15:06:02.643 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000100898 2024-09-13T15:06:02.643 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.643 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.643 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 4,7", 2024-09-13T15:06:02.643 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.243420+0000", 2024-09-13T15:06:02.643 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.4698999999999996e-05 2024-09-13T15:06:02.643 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.643 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.643 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:02.643 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.247212+0000", 2024-09-13T15:06:02.643 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0037927059999999999 2024-09-13T15:06:02.644 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.644 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.644 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:02.644 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.250235+0000", 2024-09-13T15:06:02.644 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0030224850000000001 2024-09-13T15:06:02.644 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.644 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.644 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:06:02.644 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.250256+0000", 2024-09-13T15:06:02.644 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.0709000000000001e-05 2024-09-13T15:06:02.644 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.644 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.645 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:06:02.645 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.250295+0000", 2024-09-13T15:06:02.645 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.9604000000000002e-05 2024-09-13T15:06:02.645 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.645 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.645 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:06:02.645 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.250330+0000", 2024-09-13T15:06:02.645 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.4984000000000003e-05 2024-09-13T15:06:02.645 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:06:02.645 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:06:02.645 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:06:02.645 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.645 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.645 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:211561 9.11 9:895cf6af:::benchmark_data_smithi071_298031_object100313:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1368)", 2024-09-13T15:06:02.646 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:02:08.247984+0000", 2024-09-13T15:06:02.646 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 234.27567056199999, 2024-09-13T15:06:02.646 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.96229849499999998, 2024-09-13T15:06:02.646 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:06:02.646 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:06:02.646 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:06:02.646 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:06:02.646 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:06:02.646 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:06:02.646 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 211561 2024-09-13T15:06:02.646 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.646 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:06:02.647 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.647 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:06:02.647 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.247984+0000", 2024-09-13T15:06:02.647 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:06:02.647 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.647 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.647 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:06:02.647 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.247984+0000", 2024-09-13T15:06:02.647 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:06:02.647 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.647 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.647 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:06:02.647 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.247985+0000", 2024-09-13T15:06:02.647 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.029e-06 2024-09-13T15:06:02.648 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.648 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.648 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:06:02.648 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.247990+0000", 2024-09-13T15:06:02.648 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.758e-06 2024-09-13T15:06:02.648 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.648 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.648 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:06:02.648 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.248006+0000", 2024-09-13T15:06:02.648 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.5733999999999999e-05 2024-09-13T15:06:02.648 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.648 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.648 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:06:02.649 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.248014+0000", 2024-09-13T15:06:02.649 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.1920000000000005e-06 2024-09-13T15:06:02.649 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.649 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.649 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:06:02.649 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.248087+0000", 2024-09-13T15:06:02.649 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.3233999999999997e-05 2024-09-13T15:06:02.649 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.649 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.649 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:06:02.649 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.248099+0000", 2024-09-13T15:06:02.649 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1581e-05 2024-09-13T15:06:02.649 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.649 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.650 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:06:02.650 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.203385+0000", 2024-09-13T15:06:02.650 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.95528674800000002 2024-09-13T15:06:02.650 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.650 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.650 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:06:02.650 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.203484+0000", 2024-09-13T15:06:02.650 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.8764000000000005e-05 2024-09-13T15:06:02.650 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.650 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.650 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 4,7", 2024-09-13T15:06:02.650 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.203582+0000", 2024-09-13T15:06:02.650 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.8286000000000001e-05 2024-09-13T15:06:02.651 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.651 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.651 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:02.651 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.209443+0000", 2024-09-13T15:06:02.651 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0058610229999999999 2024-09-13T15:06:02.651 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.651 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.651 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:02.651 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.209597+0000", 2024-09-13T15:06:02.651 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00015401299999999999 2024-09-13T15:06:02.651 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.651 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.652 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:06:02.652 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.210097+0000", 2024-09-13T15:06:02.652 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000500061 2024-09-13T15:06:02.652 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.652 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.652 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:06:02.652 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.210247+0000", 2024-09-13T15:06:02.652 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00014926100000000001 2024-09-13T15:06:02.652 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.652 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.652 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:06:02.652 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.210283+0000", 2024-09-13T15:06:02.652 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.5811e-05 2024-09-13T15:06:02.653 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:06:02.653 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:06:02.653 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:06:02.653 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.653 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.653 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:211566 9.11 9:8e3260fd:::benchmark_data_smithi071_298031_object100318:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1368)", 2024-09-13T15:06:02.656 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:02:08.250612+0000", 2024-09-13T15:06:02.656 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 234.27304308399999, 2024-09-13T15:06:02.656 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.95991666499999995, 2024-09-13T15:06:02.656 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:06:02.656 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:06:02.656 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:06:02.656 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:06:02.656 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:06:02.657 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:06:02.657 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 211566 2024-09-13T15:06:02.657 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.657 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:06:02.657 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.657 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:06:02.657 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.250612+0000", 2024-09-13T15:06:02.657 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:06:02.657 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.657 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.657 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:06:02.657 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.250612+0000", 2024-09-13T15:06:02.657 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:06:02.658 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.658 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.658 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:06:02.658 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.250613+0000", 2024-09-13T15:06:02.658 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.79e-06 2024-09-13T15:06:02.658 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.658 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.658 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:06:02.658 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.250620+0000", 2024-09-13T15:06:02.658 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.6329999999999999e-06 2024-09-13T15:06:02.658 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.659 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.659 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:06:02.659 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.250637+0000", 2024-09-13T15:06:02.659 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.7465e-05 2024-09-13T15:06:02.659 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.659 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.659 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:06:02.659 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.250646+0000", 2024-09-13T15:06:02.659 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.3129999999999999e-06 2024-09-13T15:06:02.659 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.659 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.659 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:06:02.659 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.250781+0000", 2024-09-13T15:06:02.660 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013496600000000001 2024-09-13T15:06:02.660 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.660 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.660 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:06:02.660 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.250791+0000", 2024-09-13T15:06:02.660 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0506000000000001e-05 2024-09-13T15:06:02.660 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.660 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.660 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:06:02.660 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.205388+0000", 2024-09-13T15:06:02.660 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.95459669899999999 2024-09-13T15:06:02.660 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.660 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.661 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:06:02.661 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.205500+0000", 2024-09-13T15:06:02.661 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00011242 2024-09-13T15:06:02.661 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.661 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.661 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 4,7", 2024-09-13T15:06:02.661 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.205597+0000", 2024-09-13T15:06:02.661 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.6255999999999995e-05 2024-09-13T15:06:02.661 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.661 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.661 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:02.661 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.209862+0000", 2024-09-13T15:06:02.661 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0042651709999999999 2024-09-13T15:06:02.661 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.662 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.662 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:06:02.662 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.210291+0000", 2024-09-13T15:06:02.662 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00042957599999999998 2024-09-13T15:06:02.662 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.662 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.662 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:02.662 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.210326+0000", 2024-09-13T15:06:02.662 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.4746999999999998e-05 2024-09-13T15:06:02.662 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.662 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.662 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:06:02.662 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.210453+0000", 2024-09-13T15:06:02.662 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012690800000000001 2024-09-13T15:06:02.663 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.663 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.663 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:06:02.663 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.210528+0000", 2024-09-13T15:06:02.663 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.5215000000000004e-05 2024-09-13T15:06:02.663 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:06:02.663 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:06:02.663 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:06:02.663 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.663 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.663 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:211580 9.c 9:37f02bb4:::benchmark_data_smithi071_298031_object100332:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1368)", 2024-09-13T15:06:02.663 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:02:08.262971+0000", 2024-09-13T15:06:02.663 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 234.260683374, 2024-09-13T15:06:02.664 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.994822278, 2024-09-13T15:06:02.664 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:06:02.664 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:06:02.664 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:06:02.664 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:06:02.664 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:06:02.664 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:06:02.664 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 211580 2024-09-13T15:06:02.664 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.664 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:06:02.664 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.664 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:06:02.665 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.262971+0000", 2024-09-13T15:06:02.665 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:06:02.665 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.665 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.665 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:06:02.665 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.262971+0000", 2024-09-13T15:06:02.665 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:06:02.665 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.665 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.665 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:06:02.665 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.262973+0000", 2024-09-13T15:06:02.665 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.672e-06 2024-09-13T15:06:02.665 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.665 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.666 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:06:02.666 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.262978+0000", 2024-09-13T15:06:02.666 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.0579999999999997e-06 2024-09-13T15:06:02.666 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.666 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.666 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:06:02.666 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.262994+0000", 2024-09-13T15:06:02.666 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.5685e-05 2024-09-13T15:06:02.666 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.666 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.666 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:06:02.666 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.263000+0000", 2024-09-13T15:06:02.666 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.7789999999999998e-06 2024-09-13T15:06:02.666 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.667 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.667 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:06:02.667 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.263073+0000", 2024-09-13T15:06:02.667 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.2619000000000004e-05 2024-09-13T15:06:02.667 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.667 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.667 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:06:02.667 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:08.263086+0000", 2024-09-13T15:06:02.667 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2561000000000001e-05 2024-09-13T15:06:02.667 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.667 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.667 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:06:02.667 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.247239+0000", 2024-09-13T15:06:02.667 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.98415321300000003 2024-09-13T15:06:02.668 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.668 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.668 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:06:02.668 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.247338+0000", 2024-09-13T15:06:02.668 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.9542000000000003e-05 2024-09-13T15:06:02.668 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.668 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.668 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 4,7", 2024-09-13T15:06:02.668 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.247448+0000", 2024-09-13T15:06:02.668 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000109628 2024-09-13T15:06:02.668 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.668 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.668 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:02.669 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.255109+0000", 2024-09-13T15:06:02.669 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0076607519999999998 2024-09-13T15:06:02.669 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.669 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.669 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:02.669 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.255149+0000", 2024-09-13T15:06:02.669 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.0006999999999998e-05 2024-09-13T15:06:02.669 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.669 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.669 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:06:02.669 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.257507+0000", 2024-09-13T15:06:02.669 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.002358265 2024-09-13T15:06:02.670 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.670 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.670 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:06:02.670 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.257746+0000", 2024-09-13T15:06:02.670 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00023875099999999999 2024-09-13T15:06:02.670 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.670 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.670 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:06:02.670 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:09.257794+0000", 2024-09-13T15:06:02.670 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.7746e-05 2024-09-13T15:06:02.670 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:06:02.670 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:06:02.671 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:06:02.671 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.671 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.671 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.45977.0:183391 10.5 e1419/1390 10:aa0e5b0e:::benchmark_data_smithi071_326067_object65958:head v 1419'11706, mlcod=1419'11704)", 2024-09-13T15:06:02.671 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:05:41.955188+0000", 2024-09-13T15:06:02.671 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 20.568466501, 2024-09-13T15:06:02.671 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.25027060600000001, 2024-09-13T15:06:02.671 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:06:02.671 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:06:02.671 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:06:02.671 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:06:02.671 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.671 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:06:02.672 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:05:41.955188+0000", 2024-09-13T15:06:02.672 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:06:02.672 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.672 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.672 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:06:02.672 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:05:41.955188+0000", 2024-09-13T15:06:02.672 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:06:02.672 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.672 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.672 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:06:02.672 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:05:41.955189+0000", 2024-09-13T15:06:02.672 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.3200000000000003e-07 2024-09-13T15:06:02.672 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.673 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.673 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:06:02.673 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:05:41.955195+0000", 2024-09-13T15:06:02.673 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.3779999999999998e-06 2024-09-13T15:06:02.673 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.673 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.673 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:06:02.673 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:05:41.955208+0000", 2024-09-13T15:06:02.673 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2247e-05 2024-09-13T15:06:02.673 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.673 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.673 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:06:02.673 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:05:41.955215+0000", 2024-09-13T15:06:02.674 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.4429999999999997e-06 2024-09-13T15:06:02.674 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.674 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.674 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:06:02.674 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:05:41.955268+0000", 2024-09-13T15:06:02.674 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.2766000000000003e-05 2024-09-13T15:06:02.674 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.674 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.674 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:06:02.674 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:05:41.955287+0000", 2024-09-13T15:06:02.674 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.9123e-05 2024-09-13T15:06:02.674 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.674 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.675 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:06:02.675 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:05:42.205396+0000", 2024-09-13T15:06:02.675 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.25010865999999998 2024-09-13T15:06:02.675 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.675 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.675 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:06:02.675 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:05:42.205459+0000", 2024-09-13T15:06:02.675 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.3057000000000003e-05 2024-09-13T15:06:02.675 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:06:02.675 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:06:02.675 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:06:02.675 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.675 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.676 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.45977.0:183393 10.d e1419/1390 10:bccbc391:::benchmark_data_smithi071_326067_object65960:head v 1419'11564, mlcod=1419'11562)", 2024-09-13T15:06:02.676 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:05:41.957215+0000", 2024-09-13T15:06:02.676 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 20.566439443, 2024-09-13T15:06:02.676 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.24827513600000001, 2024-09-13T15:06:02.676 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:06:02.676 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:06:02.676 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:06:02.676 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:06:02.676 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.676 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:06:02.676 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:05:41.957215+0000", 2024-09-13T15:06:02.676 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:06:02.676 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.677 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.677 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:06:02.677 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:05:41.957215+0000", 2024-09-13T15:06:02.677 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:06:02.677 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.677 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.677 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:06:02.677 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:05:41.957216+0000", 2024-09-13T15:06:02.677 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.198e-06 2024-09-13T15:06:02.677 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.677 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.677 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:06:02.677 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:05:41.957223+0000", 2024-09-13T15:06:02.678 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.7290000000000003e-06 2024-09-13T15:06:02.678 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.678 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.678 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:06:02.678 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:05:41.957236+0000", 2024-09-13T15:06:02.678 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.292e-05 2024-09-13T15:06:02.678 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.678 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.678 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:06:02.678 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:05:41.957244+0000", 2024-09-13T15:06:02.678 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.6410000000000002e-06 2024-09-13T15:06:02.678 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.678 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.678 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:06:02.679 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:05:41.957312+0000", 2024-09-13T15:06:02.679 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.8276999999999997e-05 2024-09-13T15:06:02.679 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.679 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.679 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:06:02.679 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:05:41.957333+0000", 2024-09-13T15:06:02.679 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.0733999999999998e-05 2024-09-13T15:06:02.679 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.679 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.679 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:06:02.679 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:05:42.205463+0000", 2024-09-13T15:06:02.679 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.24812999599999999 2024-09-13T15:06:02.680 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:06:02.680 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:06:02.680 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:06:02.680 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:05:42.205490+0000", 2024-09-13T15:06:02.680 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.7640999999999998e-05 2024-09-13T15:06:02.680 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:06:02.680 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:06:02.680 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:06:02.680 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:06:02.680 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:06:02.680 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T15:06:02.681 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:02.725 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:02.725 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:02.725 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:02.826 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:06:02.856 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:02.857 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:02.857 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:06:02.891 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:06:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:06:02] "GET /metrics HTTP/1.1" 200 36689 "" "Prometheus/2.51.0" 2024-09-13T15:06:02.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:02 smithi104 ceph-mon[105578]: pgmap v2266: 109 pgs: 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 1 active+remapped+backfill_wait, 2 active+clean+scrubbing, 3 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 2.4 GiB data, 13 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 772 op/s; 21586/116184 objects degraded (18.579%); 4851/116184 objects misplaced (4.175%); 5.4 MiB/s, 129 objects/s recovering 2024-09-13T15:06:02.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:02 smithi104 ceph-mon[105578]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:06:02.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:02 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3796847188' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T15:06:02.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:02 smithi104 ceph-mon[105578]: osdmap e1427: 8 total, 8 up, 7 in 2024-09-13T15:06:02.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:02 smithi104 ceph-mon[105578]: 1.7 scrub starts 2024-09-13T15:06:02.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:02 smithi104 ceph-mon[105578]: 1.7 scrub ok 2024-09-13T15:06:02.959 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:02.995 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:02.996 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:02.996 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:03.097 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:03.140 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:03.141 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:03.141 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:06:03.242 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:06:03.281 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:03.281 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:03.282 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:06:03.382 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:06:03.411 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:03.412 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:03.412 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:06:03.513 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:06:03.544 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:03.545 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:03.545 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:06:03.646 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:03.679 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:03.680 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:03.680 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:06:03.781 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:06:03.812 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:03.813 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:03.813 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:06:03.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:03 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 21586/116184 objects degraded (18.579%), 5 pgs degraded, 5 pgs undersized (PG_DEGRADED) 2024-09-13T15:06:03.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:03 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 21586/116184 objects degraded (18.579%), 5 pgs degraded, 5 pgs undersized (PG_DEGRADED) 2024-09-13T15:06:03.913 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:06:03.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:03 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 21586/116184 objects degraded (18.579%), 5 pgs degraded, 5 pgs undersized (PG_DEGRADED) 2024-09-13T15:06:03.953 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:03.953 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:03.954 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:06:04.055 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:06:04.092 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:04.093 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:04.093 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:06:04.194 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:06:04.227 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:04.228 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:04.228 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:06:04.267 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd unset nodeep-scrub 2024-09-13T15:06:04.329 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:06:04.350 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:04.351 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:04.351 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:06:04.452 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:04.474 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:04.474 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:04.475 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:04.550 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:04 smithi071 ceph-mon[107477]: pgmap v2268: 109 pgs: 1 active+remapped+backfilling, 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 2 active+clean+scrubbing, 3 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 2.3 GiB data, 13 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 785 op/s; 21586/113634 objects degraded (18.996%); 3767/113634 objects misplaced (3.315%); 9.3 MiB/s, 189 objects/s recovering 2024-09-13T15:06:04.551 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:04 smithi071 ceph-mon[112785]: pgmap v2268: 109 pgs: 1 active+remapped+backfilling, 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 2 active+clean+scrubbing, 3 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 2.3 GiB data, 13 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 785 op/s; 21586/113634 objects degraded (18.996%); 3767/113634 objects misplaced (3.315%); 9.3 MiB/s, 189 objects/s recovering 2024-09-13T15:06:04.575 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:06:04.605 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:04.605 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:04.606 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:06:04.706 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:04.744 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:04.745 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:04.746 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:06:04.846 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:06:04.882 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:04.883 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:04.883 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:06:04.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:04 smithi104 ceph-mon[105578]: pgmap v2268: 109 pgs: 1 active+remapped+backfilling, 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 2 active+clean+scrubbing, 3 active+recovery_wait+undersized+degraded+remapped, 99 active+clean; 2.3 GiB data, 13 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 785 op/s; 21586/113634 objects degraded (18.996%); 3767/113634 objects misplaced (3.315%); 9.3 MiB/s, 189 objects/s recovering 2024-09-13T15:06:04.985 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:05.026 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:05.027 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:05.027 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:05.128 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:06:05.154 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:05.155 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:05.155 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:06:05.256 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:05.291 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:05.292 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:05.292 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:05.393 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:06:05.424 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:05.425 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:05.425 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:06:05.526 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:05.547 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:05.547 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:05.548 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:05.649 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:06:05.674 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:05.675 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:05.675 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:06:05.776 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:06:05.815 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:05.816 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:05.816 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:06:05.917 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:05.957 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:05.958 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:05.958 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:06.059 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:06.092 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:06.093 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:06.093 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:06:06.194 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:06:06.227 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:06.228 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:06.228 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:06:06.329 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:06:06.368 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:06.369 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:06.369 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:06:06.470 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:06:06.500 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:06.501 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:06.501 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:06:06.602 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:06:06.631 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:06.632 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:06.632 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:06:06.733 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:06.766 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:06.767 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:06.767 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:06.868 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:06:06.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:06 smithi071 ceph-mon[107477]: pgmap v2269: 109 pgs: 1 active+recovery_wait, 1 active+remapped+backfilling, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 2.2 GiB data, 13 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 780 op/s; 21586/108660 objects degraded (19.866%); 3767/108660 objects misplaced (3.467%); 8.0 MiB/s, 162 objects/s recovering 2024-09-13T15:06:06.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:06 smithi071 ceph-mon[112785]: pgmap v2269: 109 pgs: 1 active+recovery_wait, 1 active+remapped+backfilling, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 2.2 GiB data, 13 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 780 op/s; 21586/108660 objects degraded (19.866%); 3767/108660 objects misplaced (3.467%); 8.0 MiB/s, 162 objects/s recovering 2024-09-13T15:06:06.903 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:06.904 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:06.904 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:06:06.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:06 smithi104 ceph-mon[105578]: pgmap v2269: 109 pgs: 1 active+recovery_wait, 1 active+remapped+backfilling, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 2.2 GiB data, 13 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 780 op/s; 21586/108660 objects degraded (19.866%); 3767/108660 objects misplaced (3.467%); 8.0 MiB/s, 162 objects/s recovering 2024-09-13T15:06:07.006 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:07.040 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:07.040 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:07.041 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:06:07.142 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:06:07.174 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:07.174 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:07.174 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:06:07.275 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:07.317 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:07.317 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:07.318 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:07.419 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:07.437 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.4 dump_ops_in_flight 2024-09-13T15:06:07.473 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:07.474 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:07.474 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:07.575 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:06:07.622 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:07.623 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:07.623 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:06:07.724 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:07.749 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:07 smithi071 ceph-mon[107477]: 1.13 scrub starts 2024-09-13T15:06:07.749 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:07 smithi071 ceph-mon[107477]: 1.13 scrub ok 2024-09-13T15:06:07.749 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:07 smithi071 ceph-mon[112785]: 1.13 scrub starts 2024-09-13T15:06:07.750 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:07 smithi071 ceph-mon[112785]: 1.13 scrub ok 2024-09-13T15:06:07.763 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:07.763 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:07.764 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:07.772 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T15:06:07.864 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:07.901 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:07.902 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:07.902 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:07.907 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:07 smithi104 ceph-mon[105578]: 1.13 scrub starts 2024-09-13T15:06:07.907 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:07 smithi104 ceph-mon[105578]: 1.13 scrub ok 2024-09-13T15:06:07.984 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:06:08.003 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:08.062 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:08.064 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:08.064 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:06:08.165 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:06:08.197 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:08.198 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:08.198 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:06:08.299 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:06:08.340 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:08.341 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:08.341 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:06:08.442 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:06:08.471 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:08.472 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:08.472 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:06:08.573 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:08.609 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:08.610 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:08.610 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:08.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:08 smithi104 ceph-mon[105578]: pgmap v2270: 109 pgs: 1 active+remapped+backfilling, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 1 active+recovering+undersized+degraded+remapped, 1 active+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 2.1 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 863 op/s; 21032/100878 objects degraded (20.849%); 2735/100878 objects misplaced (2.711%); 7.8 MiB/s, 180 objects/s recovering 2024-09-13T15:06:08.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:08 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 21032/100878 objects degraded (20.849%), 5 pgs degraded, 5 pgs undersized (PG_DEGRADED) 2024-09-13T15:06:08.711 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:06:08.729 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:08 smithi071 ceph-mon[107477]: pgmap v2270: 109 pgs: 1 active+remapped+backfilling, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 1 active+recovering+undersized+degraded+remapped, 1 active+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 2.1 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 863 op/s; 21032/100878 objects degraded (20.849%); 2735/100878 objects misplaced (2.711%); 7.8 MiB/s, 180 objects/s recovering 2024-09-13T15:06:08.729 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:08 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 21032/100878 objects degraded (20.849%), 5 pgs degraded, 5 pgs undersized (PG_DEGRADED) 2024-09-13T15:06:08.730 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:08 smithi071 ceph-mon[112785]: pgmap v2270: 109 pgs: 1 active+remapped+backfilling, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 1 active+recovering+undersized+degraded+remapped, 1 active+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 2.1 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 863 op/s; 21032/100878 objects degraded (20.849%); 2735/100878 objects misplaced (2.711%); 7.8 MiB/s, 180 objects/s recovering 2024-09-13T15:06:08.730 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:08 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 21032/100878 objects degraded (20.849%), 5 pgs degraded, 5 pgs undersized (PG_DEGRADED) 2024-09-13T15:06:08.746 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:08.747 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:08.747 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:06:08.848 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:08.880 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:08.881 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:08.881 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:06:08.982 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:09.021 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:09.022 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:09.022 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:06:09.123 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:06:09.250 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:09.251 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:09.251 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:06:09.352 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:06:09.389 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:09.390 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:09.390 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:06:09.491 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:09.526 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:09.526 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:09.527 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:09.628 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:06:09.664 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:09.664 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:09.665 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:06:09.766 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:06:09.805 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:09.806 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:09.806 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:06:09.907 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:06:09.945 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:09.946 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:09.946 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:06:09.966 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2024-09-13T15:06:09.967 INFO:teuthology.orchestra.run.smithi104.stdout: "ops": [ 2024-09-13T15:06:09.967 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.967 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.45977.0:205238 10.f e1427/1390 10:fb173923:::benchmark_data_smithi071_326067_object87805:head v 1427'12695, mlcod=1427'12693)", 2024-09-13T15:06:09.967 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:06:09.957795+0000", 2024-09-13T15:06:09.967 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.0066872900000000002, 2024-09-13T15:06:09.967 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0067184669999999997, 2024-09-13T15:06:09.967 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:06:09.967 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "started", 2024-09-13T15:06:09.967 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:06:09.967 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.967 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:06:09.968 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:09.957795+0000", 2024-09-13T15:06:09.968 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:09.968 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:09.968 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.968 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:06:09.968 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:09.957795+0000", 2024-09-13T15:06:09.968 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:09.968 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:09.968 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.969 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:06:09.969 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:09.957794+0000", 2024-09-13T15:06:09.969 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T15:06:09.969 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:09.969 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.969 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:06:09.969 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:09.957803+0000", 2024-09-13T15:06:09.969 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.9840000000000007e-06 2024-09-13T15:06:09.969 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:09.969 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.969 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:06:09.970 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:09.957813+0000", 2024-09-13T15:06:09.970 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.5920000000000007e-06 2024-09-13T15:06:09.970 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:09.970 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.970 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:06:09.970 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:09.957819+0000", 2024-09-13T15:06:09.970 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.7640000000000002e-06 2024-09-13T15:06:09.970 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:09.970 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.970 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:09.970 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:09.957962+0000", 2024-09-13T15:06:09.970 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00014317799999999999 2024-09-13T15:06:09.970 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:09.971 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.971 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:06:09.971 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:09.957979+0000", 2024-09-13T15:06:09.971 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.7085e-05 2024-09-13T15:06:09.971 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:09.971 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:06:09.971 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:09.971 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:09.971 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.971 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.45977.0:205235 10.c e1427/1401 10:33e6e178:::benchmark_data_smithi071_326067_object87802:head v 1427'12758, mlcod=1396'83)", 2024-09-13T15:06:09.971 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:06:09.958697+0000", 2024-09-13T15:06:09.971 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.0057847970000000004, 2024-09-13T15:06:09.971 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0058802220000000001, 2024-09-13T15:06:09.971 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:06:09.972 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "started", 2024-09-13T15:06:09.972 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:06:09.972 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.972 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:06:09.972 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:09.958697+0000", 2024-09-13T15:06:09.972 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:09.972 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:09.972 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.972 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:06:09.972 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:09.958697+0000", 2024-09-13T15:06:09.972 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:09.972 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:09.972 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.973 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:06:09.973 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:09.958696+0000", 2024-09-13T15:06:09.973 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T15:06:09.973 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:09.973 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.973 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:06:09.973 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:09.958703+0000", 2024-09-13T15:06:09.973 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.7789999999999998e-06 2024-09-13T15:06:09.973 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:09.973 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.973 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:06:09.973 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:09.958713+0000", 2024-09-13T15:06:09.974 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.2329999999999995e-06 2024-09-13T15:06:09.974 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:09.974 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.974 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:06:09.974 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:09.958718+0000", 2024-09-13T15:06:09.974 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.4759999999999997e-06 2024-09-13T15:06:09.974 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:09.974 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.974 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:09.974 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:09.959727+0000", 2024-09-13T15:06:09.974 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0010087130000000001 2024-09-13T15:06:09.974 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:09.974 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.974 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:06:09.975 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:09.959747+0000", 2024-09-13T15:06:09.975 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.0128000000000001e-05 2024-09-13T15:06:09.975 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:09.975 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:06:09.975 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:09.975 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:09.975 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.975 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.45977.0:205237 10.3 e1427/1423 10:c9ec2628:::benchmark_data_smithi071_326067_object87804:head v 1427'12947, mlcod=1427'12943)", 2024-09-13T15:06:09.975 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:06:09.958808+0000", 2024-09-13T15:06:09.975 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.0056745049999999998, 2024-09-13T15:06:09.975 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0058295450000000002, 2024-09-13T15:06:09.975 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:06:09.975 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "started", 2024-09-13T15:06:09.975 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:06:09.976 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.976 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:06:09.976 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:09.958808+0000", 2024-09-13T15:06:09.976 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:09.976 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:09.976 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.976 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:06:09.976 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:09.958808+0000", 2024-09-13T15:06:09.976 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:09.976 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:09.976 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.976 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:06:09.977 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:09.958807+0000", 2024-09-13T15:06:09.977 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T15:06:09.977 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:09.977 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.977 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:06:09.977 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:09.958815+0000", 2024-09-13T15:06:09.977 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.9070000000000007e-06 2024-09-13T15:06:09.977 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:09.977 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.977 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:06:09.977 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:09.958824+0000", 2024-09-13T15:06:09.977 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.4710000000000007e-06 2024-09-13T15:06:09.977 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:09.977 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.978 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:06:09.978 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:09.958829+0000", 2024-09-13T15:06:09.978 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.0939999999999998e-06 2024-09-13T15:06:09.978 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:09.978 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.978 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:09.978 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:09.961274+0000", 2024-09-13T15:06:09.978 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0024451960000000002 2024-09-13T15:06:09.978 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:09.978 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.978 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:06:09.978 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:09.961298+0000", 2024-09-13T15:06:09.978 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.4358e-05 2024-09-13T15:06:09.979 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:09.979 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:06:09.979 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:09.979 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:09.979 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.979 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.45977.0:205240 10.1 10:845b5661:::benchmark_data_smithi071_326067_object87807:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1427)", 2024-09-13T15:06:09.979 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:06:09.960199+0000", 2024-09-13T15:06:09.979 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.0042832900000000004, 2024-09-13T15:06:09.979 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0044980339999999997, 2024-09-13T15:06:09.979 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:06:09.979 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "waiting for sub ops", 2024-09-13T15:06:09.979 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:06:09.979 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.45977", 2024-09-13T15:06:09.980 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4198631296", 2024-09-13T15:06:09.980 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 205240 2024-09-13T15:06:09.980 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:09.980 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:06:09.980 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.980 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:06:09.980 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:09.960199+0000", 2024-09-13T15:06:09.980 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:09.980 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:09.980 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.980 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:06:09.980 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:09.960199+0000", 2024-09-13T15:06:09.980 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:09.981 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:09.981 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.981 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:06:09.981 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:09.960197+0000", 2024-09-13T15:06:09.981 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T15:06:09.981 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:09.981 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.981 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:06:09.981 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:09.960204+0000", 2024-09-13T15:06:09.981 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.5579999999999997e-06 2024-09-13T15:06:09.981 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:09.981 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.981 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:06:09.982 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:09.960216+0000", 2024-09-13T15:06:09.982 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1970999999999999e-05 2024-09-13T15:06:09.982 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:09.982 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.982 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:06:09.982 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:09.960222+0000", 2024-09-13T15:06:09.982 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.3609999999999997e-06 2024-09-13T15:06:09.982 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:09.983 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.983 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:09.983 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:09.960271+0000", 2024-09-13T15:06:09.983 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.8446000000000003e-05 2024-09-13T15:06:09.983 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:09.983 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.983 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:06:09.983 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:09.960399+0000", 2024-09-13T15:06:09.983 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00012852 2024-09-13T15:06:09.983 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:09.983 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.983 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,7", 2024-09-13T15:06:09.984 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:09.960533+0000", 2024-09-13T15:06:09.984 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000134179 2024-09-13T15:06:09.984 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:09.984 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:06:09.984 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:09.984 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:09.984 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.984 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.45977.0:205243 10.4 e1427/1414 10:2bbb932a:::benchmark_data_smithi071_326067_object87810:head v 1427'12911, mlcod=1427'12909)", 2024-09-13T15:06:09.984 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:06:09.963176+0000", 2024-09-13T15:06:09.984 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.0013058480000000001, 2024-09-13T15:06:09.984 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001594945, 2024-09-13T15:06:09.984 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:06:09.984 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "started", 2024-09-13T15:06:09.985 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:06:09.985 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.985 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:06:09.985 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:09.963176+0000", 2024-09-13T15:06:09.985 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:09.985 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:09.985 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.985 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:06:09.985 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:09.963176+0000", 2024-09-13T15:06:09.985 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:09.985 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:09.985 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.985 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:06:09.985 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:09.963175+0000", 2024-09-13T15:06:09.986 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T15:06:09.986 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:09.986 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.986 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:06:09.986 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:09.963185+0000", 2024-09-13T15:06:09.986 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.6579999999999997e-06 2024-09-13T15:06:09.986 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:09.986 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.986 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:06:09.986 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:09.963196+0000", 2024-09-13T15:06:09.986 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0822000000000001e-05 2024-09-13T15:06:09.986 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:09.987 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.987 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:06:09.987 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:09.963203+0000", 2024-09-13T15:06:09.987 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.5789999999999998e-06 2024-09-13T15:06:09.987 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:09.987 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.987 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:09.987 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:09.964558+0000", 2024-09-13T15:06:09.987 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0013551839999999999 2024-09-13T15:06:09.987 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:09.987 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.987 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:06:09.987 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:09.964578+0000", 2024-09-13T15:06:09.987 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.0100000000000001e-05 2024-09-13T15:06:09.988 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:09.988 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:06:09.988 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:09.988 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:09.988 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.988 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.45977.0:205230 10.3 e1427/1423 10:c90f3ed9:::benchmark_data_smithi071_326067_object87797:head v 1427'12945, mlcod=1427'12943)", 2024-09-13T15:06:09.988 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:06:09.949894+0000", 2024-09-13T15:06:09.988 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.014588393, 2024-09-13T15:06:09.988 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.014955517, 2024-09-13T15:06:09.988 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:06:09.988 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "started", 2024-09-13T15:06:09.988 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:06:09.988 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.989 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:06:09.989 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:09.949894+0000", 2024-09-13T15:06:09.989 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:09.989 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:09.989 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.989 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:06:09.989 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:09.949894+0000", 2024-09-13T15:06:09.989 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:09.989 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:09.989 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.989 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:06:09.989 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:09.949893+0000", 2024-09-13T15:06:09.989 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T15:06:09.989 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:09.990 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.990 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:06:09.990 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:09.949899+0000", 2024-09-13T15:06:09.990 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.587e-06 2024-09-13T15:06:09.990 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:09.990 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.990 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:06:09.990 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:09.949926+0000", 2024-09-13T15:06:09.990 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.7538999999999998e-05 2024-09-13T15:06:09.990 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:09.990 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.990 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:06:09.990 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:09.949932+0000", 2024-09-13T15:06:09.991 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.4990000000000002e-06 2024-09-13T15:06:09.991 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:09.991 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.991 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:09.991 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:09.952479+0000", 2024-09-13T15:06:09.991 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0025471999999999999 2024-09-13T15:06:09.991 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:09.991 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.991 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:06:09.991 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:09.952501+0000", 2024-09-13T15:06:09.991 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.2277e-05 2024-09-13T15:06:09.991 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:09.991 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:06:09.991 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:09.992 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:09.992 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.992 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.45977.0:205234 10.3 e1427/1423 10:c655a650:::benchmark_data_smithi071_326067_object87801:head v 1427'12946, mlcod=1427'12943)", 2024-09-13T15:06:09.992 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:06:09.954136+0000", 2024-09-13T15:06:09.992 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.010346451, 2024-09-13T15:06:09.992 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.010755222, 2024-09-13T15:06:09.992 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:06:09.992 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "started", 2024-09-13T15:06:09.992 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:06:09.992 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.992 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:06:09.992 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:09.954136+0000", 2024-09-13T15:06:09.992 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:09.993 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:09.993 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.993 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:06:09.993 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:09.954136+0000", 2024-09-13T15:06:09.993 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:09.993 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:09.993 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.993 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:06:09.993 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:09.954135+0000", 2024-09-13T15:06:09.993 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T15:06:09.993 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:09.993 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.993 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:06:09.993 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:09.954142+0000", 2024-09-13T15:06:09.994 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.1060000000000002e-06 2024-09-13T15:06:09.994 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:09.994 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.994 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:06:09.994 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:09.954152+0000", 2024-09-13T15:06:09.994 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.9129999999999998e-06 2024-09-13T15:06:09.994 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:09.994 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.994 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:06:09.994 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:09.954158+0000", 2024-09-13T15:06:09.994 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.5390000000000004e-06 2024-09-13T15:06:09.994 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:09.994 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.995 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:09.995 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:09.956973+0000", 2024-09-13T15:06:09.995 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0028145309999999999 2024-09-13T15:06:09.995 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:09.995 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:09.995 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:06:09.995 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:09.956999+0000", 2024-09-13T15:06:09.995 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.584e-05 2024-09-13T15:06:09.995 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:09.995 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:06:09.995 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:09.995 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:09.995 INFO:teuthology.orchestra.run.smithi104.stdout: ], 2024-09-13T15:06:09.995 INFO:teuthology.orchestra.run.smithi104.stdout: "num_ops": 7 2024-09-13T15:06:09.996 INFO:teuthology.orchestra.run.smithi104.stdout:} 2024-09-13T15:06:10.047 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:06:10.086 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:10.086 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:10.087 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:06:10.187 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:06:10.226 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:10.227 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:10.227 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:06:10.328 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:06:10.366 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:10.366 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:10.367 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:06:10.468 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:06:10.501 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:10.502 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:10.503 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:06:10.604 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:10.639 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:10.640 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:10.640 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:10.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:10 smithi104 ceph-mon[105578]: pgmap v2271: 109 pgs: 1 active+remapped+backfilling, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 1 active+recovering+undersized+degraded+remapped, 1 active+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 2.0 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 858 op/s; 21032/100143 objects degraded (21.002%); 2735/100143 objects misplaced (2.731%); 7.8 MiB/s, 180 objects/s recovering 2024-09-13T15:06:10.711 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.4 dump_blocked_ops 2024-09-13T15:06:10.741 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:10.776 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:10.777 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:10.777 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:10.878 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:10.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:10 smithi071 ceph-mon[107477]: pgmap v2271: 109 pgs: 1 active+remapped+backfilling, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 1 active+recovering+undersized+degraded+remapped, 1 active+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 2.0 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 858 op/s; 21032/100143 objects degraded (21.002%); 2735/100143 objects misplaced (2.731%); 7.8 MiB/s, 180 objects/s recovering 2024-09-13T15:06:10.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:10 smithi071 ceph-mon[112785]: pgmap v2271: 109 pgs: 1 active+remapped+backfilling, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 1 active+recovering+undersized+degraded+remapped, 1 active+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 2.0 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 858 op/s; 21032/100143 objects degraded (21.002%); 2735/100143 objects misplaced (2.731%); 7.8 MiB/s, 180 objects/s recovering 2024-09-13T15:06:10.910 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:10.911 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:10.911 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:11.012 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:06:11.029 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T15:06:11.051 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:11.051 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:11.052 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:06:11.152 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:11.193 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:11.194 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:11.194 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:11.295 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:06:11.296 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:06:11.332 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:11.333 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:11.334 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:06:11.435 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:06:11.478 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:11.479 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:11.479 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:06:11.580 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:11.619 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:11.619 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:11.620 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:06:11.720 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:11.746 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:11.747 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:11.747 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:11.848 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:06:11.872 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:11.872 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:11.873 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:06:11.974 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:06:11.995 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:11.996 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:11.996 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:06:12.097 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:06:12.118 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:12.119 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:12.119 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:06:12.220 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:12.243 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:12.243 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:12.244 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:12.345 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:06:12.366 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:12.366 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:12.367 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:06:12.467 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:12.495 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:12.496 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:12.497 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:12.597 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:12.621 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:12.622 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:12.622 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:06:12.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:12 smithi104 ceph-mon[105578]: pgmap v2272: 109 pgs: 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 1 active+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 1.9 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 780 op/s; 20762/92757 objects degraded (22.383%); 2735/92757 objects misplaced (2.949%); 7.8 MiB/s, 154 objects/s recovering 2024-09-13T15:06:12.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:12 smithi104 ceph-mon[105578]: osdmap e1428: 8 total, 8 up, 7 in 2024-09-13T15:06:12.723 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:12 smithi071 ceph-mon[107477]: pgmap v2272: 109 pgs: 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 1 active+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 1.9 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 780 op/s; 20762/92757 objects degraded (22.383%); 2735/92757 objects misplaced (2.949%); 7.8 MiB/s, 154 objects/s recovering 2024-09-13T15:06:12.723 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:12 smithi071 ceph-mon[107477]: osdmap e1428: 8 total, 8 up, 7 in 2024-09-13T15:06:12.723 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:06:12 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:06:12] "GET /metrics HTTP/1.1" 200 36689 "" "Prometheus/2.51.0" 2024-09-13T15:06:12.723 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:12 smithi071 ceph-mon[112785]: pgmap v2272: 109 pgs: 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 1 active+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 1.9 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 780 op/s; 20762/92757 objects degraded (22.383%); 2735/92757 objects misplaced (2.949%); 7.8 MiB/s, 154 objects/s recovering 2024-09-13T15:06:12.723 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:12 smithi071 ceph-mon[112785]: osdmap e1428: 8 total, 8 up, 7 in 2024-09-13T15:06:12.724 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:12.763 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:12.763 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:12.764 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:12.864 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:12.898 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:12.899 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:12.899 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:13.000 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:06:13.036 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:13.037 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:13.037 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:06:13.137 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:06:13.172 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:13.172 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:13.173 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:06:13.274 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:06:13.310 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:13.311 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:13.311 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:06:13.412 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:13.453 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:13.454 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:13.454 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:13.541 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T15:06:13.541 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T15:06:13.541 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T15:06:13.541 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T15:06:13.541 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T15:06:13.541 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T15:06:13.542 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T15:06:13.542 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T15:06:13.542 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T15:06:13.542 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T15:06:13.542 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T15:06:13.542 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T15:06:13.542 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T15:06:13.542 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T15:06:13.542 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T15:06:13.542 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T15:06:13.556 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:13.592 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:13.592 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:13.592 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:06:13.693 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:13.729 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:13.730 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:13.730 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:13.831 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:06:13.860 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:13.861 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:13.861 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:06:13.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:13 smithi071 ceph-mon[107477]: osdmap e1429: 8 total, 8 up, 7 in 2024-09-13T15:06:13.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:13 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1784683028' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:06:13.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:13 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 20762/92757 objects degraded (22.383%), 5 pgs degraded, 5 pgs undersized (PG_DEGRADED) 2024-09-13T15:06:13.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:13 smithi071 ceph-mon[112785]: osdmap e1429: 8 total, 8 up, 7 in 2024-09-13T15:06:13.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:13 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1784683028' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:06:13.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:13 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 20762/92757 objects degraded (22.383%), 5 pgs degraded, 5 pgs undersized (PG_DEGRADED) 2024-09-13T15:06:13.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:13 smithi104 ceph-mon[105578]: osdmap e1429: 8 total, 8 up, 7 in 2024-09-13T15:06:13.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:13 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1784683028' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:06:13.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:13 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 20762/92757 objects degraded (22.383%), 5 pgs degraded, 5 pgs undersized (PG_DEGRADED) 2024-09-13T15:06:13.961 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:06:13.996 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:13.997 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:13.998 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:06:14.098 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:06:14.123 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:14.124 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:14.124 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:06:14.225 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:06:14.256 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:14.257 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:14.257 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:06:14.358 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:06:14.394 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:14.395 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:14.395 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:06:14.496 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:14.529 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:14.530 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:14.531 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:06:14.632 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:06:14.663 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:14.664 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:14.665 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:06:14.753 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:14 smithi071 ceph-mon[107477]: pgmap v2275: 109 pgs: 1 active+remapped+backfilling, 1 peering, 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 1.8 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 864 op/s; 20494/87903 objects degraded (23.314%); 1688/87903 objects misplaced (1.920%); 11 MiB/s, 241 objects/s recovering 2024-09-13T15:06:14.753 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:14 smithi071 ceph-mon[112785]: pgmap v2275: 109 pgs: 1 active+remapped+backfilling, 1 peering, 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 1.8 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 864 op/s; 20494/87903 objects degraded (23.314%); 1688/87903 objects misplaced (1.920%); 11 MiB/s, 241 objects/s recovering 2024-09-13T15:06:14.765 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:14.819 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:14.820 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:14.820 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:06:14.921 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:06:14.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:14 smithi104 ceph-mon[105578]: pgmap v2275: 109 pgs: 1 active+remapped+backfilling, 1 peering, 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 1.8 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 864 op/s; 20494/87903 objects degraded (23.314%); 1688/87903 objects misplaced (1.920%); 11 MiB/s, 241 objects/s recovering 2024-09-13T15:06:14.942 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:14.943 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:14.943 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:06:15.044 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:15.071 INFO:teuthology.orchestra.run.smithi104.stdout:ERROR: (22) Invalid argument 2024-09-13T15:06:15.071 INFO:teuthology.orchestra.run.smithi104.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T15:06:15.079 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:15.079 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:15.080 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:15.180 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:15.217 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:15.218 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:15.219 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:06:15.319 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:15.352 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:15.352 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:15.353 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:15.454 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:06:15.482 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:15.482 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:15.483 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:06:15.584 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:06:15.610 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:15 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:06:15.610 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:15 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:06:15.618 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:15.619 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:15.619 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:06:15.720 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:15.755 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:15.756 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:15.757 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:15.858 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:06:15.895 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:15.896 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:15.896 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:06:15.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:15 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:06:15.997 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:16.035 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:16.036 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:16.036 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:16.137 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:06:16.180 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:16.181 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:16.182 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:06:16.282 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:06:16.306 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:16.307 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:16.307 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:06:16.408 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:06:16.442 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:16.443 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:16.444 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:06:16.545 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:16.586 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:16.587 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:16.588 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:16.689 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:16.729 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:16.730 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:16.730 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:16.751 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:16 smithi071 ceph-mon[107477]: pgmap v2276: 109 pgs: 1 active+recovery_wait, 1 active+remapped+backfilling, 1 peering, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 1.7 GiB data, 11 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 709 op/s; 20494/83853 objects degraded (24.440%); 1688/83853 objects misplaced (2.013%); 5.6 MiB/s, 122 objects/s recovering 2024-09-13T15:06:16.751 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:16 smithi071 ceph-mon[112785]: pgmap v2276: 109 pgs: 1 active+recovery_wait, 1 active+remapped+backfilling, 1 peering, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 1.7 GiB data, 11 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 709 op/s; 20494/83853 objects degraded (24.440%); 1688/83853 objects misplaced (2.013%); 5.6 MiB/s, 122 objects/s recovering 2024-09-13T15:06:16.823 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:16 smithi104 ceph-mon[105578]: pgmap v2276: 109 pgs: 1 active+recovery_wait, 1 active+remapped+backfilling, 1 peering, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+undersized+degraded+remapped, 101 active+clean; 1.7 GiB data, 11 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 709 op/s; 20494/83853 objects degraded (24.440%); 1688/83853 objects misplaced (2.013%); 5.6 MiB/s, 122 objects/s recovering 2024-09-13T15:06:16.831 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:06:16.865 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:16.866 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:16.866 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:06:16.968 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:06:17.008 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:17.008 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:17.009 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:06:17.109 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:06:17.144 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:17.145 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:17.145 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:06:17.246 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:06:17.278 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:17.279 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:17.279 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:06:17.371 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T15:06:17.373 INFO:teuthology.orchestra.run.smithi071.stderr:dumped all 2024-09-13T15:06:17.380 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:17.416 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=true 2024-09-13T15:06:17.422 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:17.424 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:17.425 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:06:17.526 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:17.573 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:17.574 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:17.574 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:06:17.675 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:06:17.711 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:17.712 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:17.712 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:06:17.731 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.4 dump_historic_ops 2024-09-13T15:06:17.813 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:17.845 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:17.846 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:17.846 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:06:17.947 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:06:17.993 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:17.993 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:17.994 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:06:18.089 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T15:06:18.095 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:18.128 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:18.129 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:18.129 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:06:18.230 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:06:18.270 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:18.271 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:18.272 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:06:18.372 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:18.414 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:18.415 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:18.415 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:18.516 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:06:18.528 INFO:teuthology.orchestra.run.smithi071.stderr:nodeep-scrub is unset 2024-09-13T15:06:18.560 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:18.561 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:18.561 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:06:18.662 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:06:18.695 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:18.695 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:18.696 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:06:18.797 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:18.814 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:18 smithi104 ceph-mon[105578]: pgmap v2277: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 1 active+remapped+backfilling, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 3 active+recovery_wait+undersized+degraded+remapped, 102 active+clean; 1.6 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 940 op/s; 19916/77571 objects degraded (25.675%); 569/77571 objects misplaced (0.734%); 14 MiB/s, 299 objects/s recovering 2024-09-13T15:06:18.814 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:18 smithi104 ceph-mon[105578]: from='client.55702 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T15:06:18.814 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:18 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/4020708830' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:06:18.814 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:18 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:06:18.814 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:18 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 19916/77571 objects degraded (25.675%), 5 pgs degraded, 5 pgs undersized (PG_DEGRADED) 2024-09-13T15:06:18.821 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:18.821 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:18.822 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:18.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:18 smithi071 ceph-mon[107477]: pgmap v2277: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 1 active+remapped+backfilling, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 3 active+recovery_wait+undersized+degraded+remapped, 102 active+clean; 1.6 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 940 op/s; 19916/77571 objects degraded (25.675%); 569/77571 objects misplaced (0.734%); 14 MiB/s, 299 objects/s recovering 2024-09-13T15:06:18.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:18 smithi071 ceph-mon[107477]: from='client.55702 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T15:06:18.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:18 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/4020708830' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:06:18.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:18 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:06:18.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:18 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 19916/77571 objects degraded (25.675%), 5 pgs degraded, 5 pgs undersized (PG_DEGRADED) 2024-09-13T15:06:18.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:18 smithi071 ceph-mon[112785]: pgmap v2277: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 1 active+remapped+backfilling, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 3 active+recovery_wait+undersized+degraded+remapped, 102 active+clean; 1.6 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 940 op/s; 19916/77571 objects degraded (25.675%); 569/77571 objects misplaced (0.734%); 14 MiB/s, 299 objects/s recovering 2024-09-13T15:06:18.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:18 smithi071 ceph-mon[112785]: from='client.55702 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T15:06:18.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:18 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/4020708830' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:06:18.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:18 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:06:18.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:18 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 19916/77571 objects degraded (25.675%), 5 pgs degraded, 5 pgs undersized (PG_DEGRADED) 2024-09-13T15:06:18.923 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:18.949 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:18.949 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:18.949 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:19.050 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:19.075 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:19.075 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:19.075 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:06:19.176 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:06:19.213 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:19.213 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:19.213 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:06:19.314 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:19.346 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:19.346 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:19.347 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:19.448 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:06:19.488 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:19.489 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:19.490 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:06:19.590 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:06:19.644 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:19.644 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:19.645 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:06:19.745 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:19.746 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:19 smithi104 ceph-mon[105578]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T15:06:19.746 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:19 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T15:06:19.746 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:19 smithi104 ceph-mon[105578]: osdmap e1430: 8 total, 8 up, 7 in 2024-09-13T15:06:19.792 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:19.793 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:19.793 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:19.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:19 smithi071 ceph-mon[107477]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T15:06:19.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:19 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T15:06:19.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:19 smithi071 ceph-mon[107477]: osdmap e1430: 8 total, 8 up, 7 in 2024-09-13T15:06:19.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:19 smithi071 ceph-mon[112785]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T15:06:19.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:19 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T15:06:19.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:19 smithi071 ceph-mon[112785]: osdmap e1430: 8 total, 8 up, 7 in 2024-09-13T15:06:19.894 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:06:19.932 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:19.932 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:19.933 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:06:20.013 INFO:teuthology.orchestra.run.smithi071.stdout:{"pg_ready":true,"pg_map":{"version":2277,"stamp":"2024-09-13T15:06:16.997360+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":1693390845,"num_objects":25857,"num_object_clones":0,"num_object_copies":77571,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":19916,"num_objects_misplaced":569,"num_objects_unfound":0,"num_objects_dirty":25857,"num_whiteouts":0,"num_read":1,"num_read_kb":1,"num_write":209095,"num_write_kb":7515554,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":16736,"num_bytes_recovered":1005221935,"num_keys_recovered":30,"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":104313,"ondisk_log_size":104313,"up":327,"acting":322,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":336,"num_osds":7,"num_per_pool_osds":7,"num_per_pool_omap_osds":7,"kb":656216064,"kb_used":11568752,"kb_used_data":5619108,"kb_used_omap":252,"kb_used_meta":5949251,"kb_avail":644647312,"statfs":{"total":671965249536,"available":660118847488,"internally_reserved":0,"allocated":5753966592,"data_stored":5733782700,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":258429,"internal_metadata":6092033667},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[2,0,5,2,2],"upper_bound":32},"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":-493092864,"num_objects":-7524,"num_object_clones":0,"num_object_copies":-22572,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":-1116,"num_objects_misplaced":-2166,"num_objects_unfound":0,"num_objects_dirty":-7524,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":7524,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2395,"num_bytes_recovered":113442816,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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.004178"},"pg_stats":[{"pgid":"1.11","version":"373'149","reported_seq":1641,"reported_epoch":1429,"state":"active+clean","last_fresh":"2024-09-13T15:06:12.478899+0000","last_change":"2024-09-13T15:03:55.256070+0000","last_active":"2024-09-13T15:06:12.478899+0000","last_peered":"2024-09-13T15:06:12.478899+0000","last_clean":"2024-09-13T15:06:12.478899+0000","last_became_active":"2024-09-13T15:03:54.361713+0000","last_became_peered":"2024-09-13T15:03:54.361713+0000","last_unstale":"2024-09-13T15:06:12.478899+0000","last_undegraded":"2024-09-13T15:06:12.478899+0000","last_fullsized":"2024-09-13T15:06:12.478899+0000","mapping_epoch":1407,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1408,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:03:55.256014+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:03:55.256014+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:43:38.456769+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.14","version":"0'0","reported_seq":190,"reported_epoch":1429,"state":"active+clean","last_fresh":"2024-09-13T15:06:12.485569+0000","last_change":"2024-09-13T15:03:38.356940+0000","last_active":"2024-09-13T15:06:12.485569+0000","last_peered":"2024-09-13T15:06:12.485569+0000","last_clean":"2024-09-13T15:06:12.485569+0000","last_became_active":"2024-09-13T15:03:38.356599+0000","last_became_peered":"2024-09-13T15:03:38.356599+0000","last_unstale":"2024-09-13T15:06:12.485569+0000","last_undegraded":"2024-09-13T15:06:12.485569+0000","last_fullsized":"2024-09-13T15:06:12.485569+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:30:57.502891+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.13","version":"70'2","reported_seq":138,"reported_epoch":1427,"state":"active+clean","last_fresh":"2024-09-13T15:06:01.447858+0000","last_change":"2024-09-13T15:03:38.350681+0000","last_active":"2024-09-13T15:06:01.447858+0000","last_peered":"2024-09-13T15:06:01.447858+0000","last_clean":"2024-09-13T15:06:01.447858+0000","last_became_active":"2024-09-13T15:03:38.349386+0000","last_became_peered":"2024-09-13T15:03:38.349386+0000","last_unstale":"2024-09-13T15:06:01.447858+0000","last_undegraded":"2024-09-13T15:06:01.447858+0000","last_fullsized":"2024-09-13T15:06:01.447858+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T02:02:39.428946+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":6,"num_bytes_recovered":102,"num_keys_recovered":30,"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,2],"acting":[7,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.10","version":"373'149","reported_seq":1785,"reported_epoch":1428,"state":"active+clean","last_fresh":"2024-09-13T15:06:11.471442+0000","last_change":"2024-09-13T15:03:38.349355+0000","last_active":"2024-09-13T15:06:11.471442+0000","last_peered":"2024-09-13T15:06:11.471442+0000","last_clean":"2024-09-13T15:06:11.471442+0000","last_became_active":"2024-09-13T15:03:38.349035+0000","last_became_peered":"2024-09-13T15:03:38.349035+0000","last_unstale":"2024-09-13T15:06:11.471442+0000","last_undegraded":"2024-09-13T15:06:11.471442+0000","last_fullsized":"2024-09-13T15:06:11.471442+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:47.921711+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:47.921711+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:12:52.991080+0000","scrub_duration":0.001430061,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.15","version":"0'0","reported_seq":1480,"reported_epoch":1428,"state":"active+clean","last_fresh":"2024-09-13T15:06:11.472176+0000","last_change":"2024-09-13T15:03:38.344711+0000","last_active":"2024-09-13T15:06:11.472176+0000","last_peered":"2024-09-13T15:06:11.472176+0000","last_clean":"2024-09-13T15:06:11.472176+0000","last_became_active":"2024-09-13T15:03:38.344365+0000","last_became_peered":"2024-09-13T15:03:38.344365+0000","last_unstale":"2024-09-13T15:06:11.472176+0000","last_undegraded":"2024-09-13T15:06:11.472176+0000","last_fullsized":"2024-09-13T15:06:11.472176+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:45:19.898790+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[5,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.12","version":"0'0","reported_seq":2117,"reported_epoch":1429,"state":"active+clean","last_fresh":"2024-09-13T15:06:12.479462+0000","last_change":"2024-09-13T15:05:51.741228+0000","last_active":"2024-09-13T15:06:12.479462+0000","last_peered":"2024-09-13T15:06:12.479462+0000","last_clean":"2024-09-13T15:06:12.479462+0000","last_became_active":"2024-09-13T15:05:51.740897+0000","last_became_peered":"2024-09-13T15:05:51.740897+0000","last_unstale":"2024-09-13T15:06:12.479462+0000","last_undegraded":"2024-09-13T15:06:12.479462+0000","last_fullsized":"2024-09-13T15:06:12.479462+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:41:52.248592+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.13","version":"373'149","reported_seq":1661,"reported_epoch":1429,"state":"active+clean","last_fresh":"2024-09-13T15:06:12.485142+0000","last_change":"2024-09-13T15:06:05.604138+0000","last_active":"2024-09-13T15:06:12.485142+0000","last_peered":"2024-09-13T15:06:12.485142+0000","last_clean":"2024-09-13T15:06:12.485142+0000","last_became_active":"2024-09-13T15:05:54.404195+0000","last_became_peered":"2024-09-13T15:05:54.404195+0000","last_unstale":"2024-09-13T15:06:12.485142+0000","last_undegraded":"2024-09-13T15:06:12.485142+0000","last_fullsized":"2024-09-13T15:06:12.485142+0000","mapping_epoch":1425,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1426,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:06:05.604073+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:06:05.604073+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:32:36.388156+0000","scrub_duration":11,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"4.16","version":"0'0","reported_seq":2128,"reported_epoch":1429,"state":"active+clean","last_fresh":"2024-09-13T15:06:12.480540+0000","last_change":"2024-09-13T15:03:38.349331+0000","last_active":"2024-09-13T15:06:12.480540+0000","last_peered":"2024-09-13T15:06:12.480540+0000","last_clean":"2024-09-13T15:06:12.480540+0000","last_became_active":"2024-09-13T15:03:38.348741+0000","last_became_peered":"2024-09-13T15:03:38.348741+0000","last_unstale":"2024-09-13T15:06:12.480540+0000","last_undegraded":"2024-09-13T15:06:12.480540+0000","last_fullsized":"2024-09-13T15:06:12.480540+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:28:53.539736+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[0,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.11","version":"0'0","reported_seq":95,"reported_epoch":1427,"state":"active+clean","last_fresh":"2024-09-13T15:06:01.447784+0000","last_change":"2024-09-13T15:03:38.354041+0000","last_active":"2024-09-13T15:06:01.447784+0000","last_peered":"2024-09-13T15:06:01.447784+0000","last_clean":"2024-09-13T15:06:01.447784+0000","last_became_active":"2024-09-13T15:03:38.351864+0000","last_became_peered":"2024-09-13T15:03:38.351864+0000","last_unstale":"2024-09-13T15:06:01.447784+0000","last_undegraded":"2024-09-13T15:06:01.447784+0000","last_fullsized":"2024-09-13T15:06:01.447784+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:43:45.532422+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[7,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.12","version":"373'149","reported_seq":1782,"reported_epoch":1428,"state":"active+clean","last_fresh":"2024-09-13T15:06:11.471453+0000","last_change":"2024-09-13T15:03:38.356066+0000","last_active":"2024-09-13T15:06:11.471453+0000","last_peered":"2024-09-13T15:06:11.471453+0000","last_clean":"2024-09-13T15:06:11.471453+0000","last_became_active":"2024-09-13T15:03:38.355743+0000","last_became_peered":"2024-09-13T15:03:38.355743+0000","last_unstale":"2024-09-13T15:06:11.471453+0000","last_undegraded":"2024-09-13T15:06:11.471453+0000","last_fullsized":"2024-09-13T15:06:11.471453+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:46.963090+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:46.963090+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:18:39.622092+0000","scrub_duration":0.0014971279999999999,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[5,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.17","version":"0'0","reported_seq":24,"reported_epoch":1429,"state":"active+clean","last_fresh":"2024-09-13T15:06:12.485251+0000","last_change":"2024-09-13T15:05:51.734614+0000","last_active":"2024-09-13T15:06:12.485251+0000","last_peered":"2024-09-13T15:06:12.485251+0000","last_clean":"2024-09-13T15:06:12.485251+0000","last_became_active":"2024-09-13T15:05:51.734240+0000","last_became_peered":"2024-09-13T15:05:51.734240+0000","last_unstale":"2024-09-13T15:06:12.485251+0000","last_undegraded":"2024-09-13T15:06:12.485251+0000","last_fullsized":"2024-09-13T15:06:12.485251+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:39:54.213629+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[3,7,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.10","version":"70'8","reported_seq":71,"reported_epoch":1429,"state":"active+clean","last_fresh":"2024-09-13T15:06:12.478752+0000","last_change":"2024-09-13T15:05:47.285978+0000","last_active":"2024-09-13T15:06:12.478752+0000","last_peered":"2024-09-13T15:06:12.478752+0000","last_clean":"2024-09-13T15:06:12.478752+0000","last_became_active":"2024-09-13T15:03:51.626453+0000","last_became_peered":"2024-09-13T15:03:51.626453+0000","last_unstale":"2024-09-13T15:06:12.478752+0000","last_undegraded":"2024-09-13T15:06:12.478752+0000","last_fullsized":"2024-09-13T15:06:12.478752+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1419,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T01:57:18.346358+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":20,"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":[0,5,3],"acting":[0,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"10.6","version":"1429'12984","reported_seq":13032,"reported_epoch":1429,"state":"active+clean","last_fresh":"2024-09-13T15:06:16.022094+0000","last_change":"2024-09-13T15:02:47.600715+0000","last_active":"2024-09-13T15:06:16.022094+0000","last_peered":"2024-09-13T15:06:16.022094+0000","last_clean":"2024-09-13T15:06:16.022094+0000","last_became_active":"2024-09-13T15:02:47.600415+0000","last_became_peered":"2024-09-13T15:02:47.600415+0000","last_unstale":"2024-09-13T15:06:16.022094+0000","last_undegraded":"2024-09-13T15:06:16.022094+0000","last_fullsized":"2024-09-13T15:06:16.022094+0000","mapping_epoch":1390,"log_start":"1409'6400","ondisk_log_start":"1409'6400","created":1390,"last_epoch_clean":1391,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":6584,"log_dups_size":0,"ondisk_log_size":6584,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:17:21.224535+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":107479040,"num_objects":1640,"num_object_clones":0,"num_object_copies":4920,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1640,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":12984,"num_write_kb":467968,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[5,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"1.d","version":"373'149","reported_seq":1764,"reported_epoch":1427,"state":"active+clean","last_fresh":"2024-09-13T15:06:01.448187+0000","last_change":"2024-09-13T15:03:38.351301+0000","last_active":"2024-09-13T15:06:01.448187+0000","last_peered":"2024-09-13T15:06:01.448187+0000","last_clean":"2024-09-13T15:06:01.448187+0000","last_became_active":"2024-09-13T15:03:38.350105+0000","last_became_peered":"2024-09-13T15:03:38.350105+0000","last_unstale":"2024-09-13T15:06:01.448187+0000","last_undegraded":"2024-09-13T15:06:01.448187+0000","last_fullsized":"2024-09-13T15:06:01.448187+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:02:30.687228+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:02:30.687228+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":true,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"queued for scrub","scrub_duration":4,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.f","version":"70'1","reported_seq":112,"reported_epoch":1427,"state":"active+clean","last_fresh":"2024-09-13T15:06:01.447997+0000","last_change":"2024-09-13T15:03:51.626292+0000","last_active":"2024-09-13T15:06:01.447997+0000","last_peered":"2024-09-13T15:06:01.447997+0000","last_clean":"2024-09-13T15:06:01.447997+0000","last_became_active":"2024-09-13T15:03:51.623114+0000","last_became_peered":"2024-09-13T15:03:51.623114+0000","last_unstale":"2024-09-13T15:06:01.447997+0000","last_undegraded":"2024-09-13T15:06:01.447997+0000","last_fullsized":"2024-09-13T15:06:01.447997+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T15:05:32.910110+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":3,"num_bytes_recovered":66,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[7,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.8","version":"0'0","reported_seq":1455,"reported_epoch":1428,"state":"active+clean","last_fresh":"2024-09-13T15:06:11.471513+0000","last_change":"2024-09-13T15:03:38.353305+0000","last_active":"2024-09-13T15:06:11.471513+0000","last_peered":"2024-09-13T15:06:11.471513+0000","last_clean":"2024-09-13T15:06:11.471513+0000","last_became_active":"2024-09-13T15:03:38.352879+0000","last_became_peered":"2024-09-13T15:03:38.352879+0000","last_unstale":"2024-09-13T15:06:11.471513+0000","last_undegraded":"2024-09-13T15:06:11.471513+0000","last_fullsized":"2024-09-13T15:06:11.471513+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:40:30.592651+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"10.7","version":"1429'13230","reported_seq":15648,"reported_epoch":1429,"state":"active+remapped+backfilling","last_fresh":"2024-09-13T15:06:16.605372+0000","last_change":"2024-09-13T15:06:12.773288+0000","last_active":"2024-09-13T15:06:16.605372+0000","last_peered":"2024-09-13T15:06:16.605372+0000","last_clean":"2024-09-13T15:05:50.687912+0000","last_became_active":"2024-09-13T15:05:53.229386+0000","last_became_peered":"2024-09-13T15:05:53.229386+0000","last_unstale":"2024-09-13T15:06:16.605372+0000","last_undegraded":"2024-09-13T15:06:16.605372+0000","last_fullsized":"2024-09-13T15:06:16.605372+0000","mapping_epoch":1423,"log_start":"1403'5400","ondisk_log_start":"1403'5400","created":1390,"last_epoch_clean":1391,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":7830,"log_dups_size":0,"ondisk_log_size":7830,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"no scrub is scheduled","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":104071168,"num_objects":1588,"num_object_clones":0,"num_object_copies":4764,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":569,"num_objects_unfound":0,"num_objects_dirty":1588,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":13230,"num_write_kb":474176,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":1174,"num_bytes_recovered":76939264,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[2,5,4],"avail_no_missing":["2","4","5"],"object_location_counts":[{"shards":"2,4,5","objects":1588}],"blocked_by":[],"up_primary":3,"acting_primary":2,"purged_snaps":[]},{"pgid":"1.c","version":"373'149","reported_seq":1857,"reported_epoch":1429,"state":"active+clean","last_fresh":"2024-09-13T15:06:12.485474+0000","last_change":"2024-09-13T15:01:59.354979+0000","last_active":"2024-09-13T15:06:12.485474+0000","last_peered":"2024-09-13T15:06:12.485474+0000","last_clean":"2024-09-13T15:06:12.485474+0000","last_became_active":"2024-09-13T15:01:59.354085+0000","last_became_peered":"2024-09-13T15:01:59.354085+0000","last_unstale":"2024-09-13T15:06:12.485474+0000","last_undegraded":"2024-09-13T15:06:12.485474+0000","last_fullsized":"2024-09-13T15:06:12.485474+0000","mapping_epoch":1361,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1362,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:44.558993+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:44.558993+0000","objects_scrubbed":1,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:27:40.542397+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":327680,"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":1,"num_bytes_recovered":327680,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.e","version":"70'2","reported_seq":99,"reported_epoch":1427,"state":"active+clean","last_fresh":"2024-09-13T15:06:01.448187+0000","last_change":"2024-09-13T15:03:38.349897+0000","last_active":"2024-09-13T15:06:01.448187+0000","last_peered":"2024-09-13T15:06:01.448187+0000","last_clean":"2024-09-13T15:06:01.448187+0000","last_became_active":"2024-09-13T15:03:38.348354+0000","last_became_peered":"2024-09-13T15:03:38.348354+0000","last_unstale":"2024-09-13T15:06:01.448187+0000","last_undegraded":"2024-09-13T15:06:01.448187+0000","last_fullsized":"2024-09-13T15:06:01.448187+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T15:43:40.950366+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":2,"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,1],"acting":[7,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.9","version":"0'0","reported_seq":172,"reported_epoch":1428,"state":"active+clean","last_fresh":"2024-09-13T15:06:11.466726+0000","last_change":"2024-09-13T15:05:51.743005+0000","last_active":"2024-09-13T15:06:11.466726+0000","last_peered":"2024-09-13T15:06:11.466726+0000","last_clean":"2024-09-13T15:06:11.466726+0000","last_became_active":"2024-09-13T15:05:51.742687+0000","last_became_peered":"2024-09-13T15:05:51.742687+0000","last_unstale":"2024-09-13T15:06:11.466726+0000","last_undegraded":"2024-09-13T15:06:11.466726+0000","last_fullsized":"2024-09-13T15:06:11.466726+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:25:15.943530+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"10.4","version":"1429'13113","reported_seq":26053,"reported_epoch":1429,"state":"active+recovery_wait","last_fresh":"2024-09-13T15:06:14.751644+0000","last_change":"2024-09-13T15:04:58.790442+0000","last_active":"2024-09-13T15:06:14.751644+0000","last_peered":"2024-09-13T15:06:14.751644+0000","last_clean":"2024-09-13T15:04:57.377876+0000","last_became_active":"2024-09-13T15:04:58.752120+0000","last_became_peered":"2024-09-13T15:04:58.752120+0000","last_unstale":"2024-09-13T15:06:14.751644+0000","last_undegraded":"2024-09-13T15:06:14.751644+0000","last_fullsized":"2024-09-13T15:06:14.751644+0000","mapping_epoch":1414,"log_start":"1410'7172","ondisk_log_start":"1410'7172","created":1390,"last_epoch_clean":1413,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":5941,"log_dups_size":0,"ondisk_log_size":5941,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"no scrub is scheduled","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":107675648,"num_objects":1643,"num_object_clones":0,"num_object_copies":4929,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1643,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":13113,"num_write_kb":472192,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6424,"num_bytes_recovered":420937728,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":["0","1","3","4"],"object_location_counts":[{"shards":"0,3,4","objects":1643}],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"1.f","version":"373'149","reported_seq":1776,"reported_epoch":1428,"state":"active+clean","last_fresh":"2024-09-13T15:06:11.473355+0000","last_change":"2024-09-13T15:01:28.027947+0000","last_active":"2024-09-13T15:06:11.473355+0000","last_peered":"2024-09-13T15:06:11.473355+0000","last_clean":"2024-09-13T15:06:11.473355+0000","last_became_active":"2024-09-13T15:01:28.027514+0000","last_became_peered":"2024-09-13T15:01:28.027514+0000","last_unstale":"2024-09-13T15:06:11.473355+0000","last_undegraded":"2024-09-13T15:06:11.473355+0000","last_fullsized":"2024-09-13T15:06:11.473355+0000","mapping_epoch":1349,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1350,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:41.996887+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:41.996887+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:41:46.361463+0000","scrub_duration":0.0021616460000000001,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[5,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.d","version":"70'1","reported_seq":139,"reported_epoch":1427,"state":"active+clean","last_fresh":"2024-09-13T15:06:01.448240+0000","last_change":"2024-09-13T15:03:38.351064+0000","last_active":"2024-09-13T15:06:01.448240+0000","last_peered":"2024-09-13T15:06:01.448240+0000","last_clean":"2024-09-13T15:06:01.448240+0000","last_became_active":"2024-09-13T15:03:38.348082+0000","last_became_peered":"2024-09-13T15:03:38.348082+0000","last_unstale":"2024-09-13T15:06:01.448240+0000","last_undegraded":"2024-09-13T15:06:01.448240+0000","last_fullsized":"2024-09-13T15:06:01.448240+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T20:26:11.922683+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":4,"num_bytes_recovered":280,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[7,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.a","version":"0'0","reported_seq":95,"reported_epoch":1427,"state":"active+clean","last_fresh":"2024-09-13T15:06:01.448956+0000","last_change":"2024-09-13T15:03:38.356492+0000","last_active":"2024-09-13T15:06:01.448956+0000","last_peered":"2024-09-13T15:06:01.448956+0000","last_clean":"2024-09-13T15:06:01.448956+0000","last_became_active":"2024-09-13T15:03:38.356178+0000","last_became_peered":"2024-09-13T15:03:38.356178+0000","last_unstale":"2024-09-13T15:06:01.448956+0000","last_undegraded":"2024-09-13T15:06:01.448956+0000","last_fullsized":"2024-09-13T15:06:01.448956+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:00:06.309035+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[7,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"10.5","version":"1429'13433","reported_seq":13523,"reported_epoch":1429,"state":"active+clean","last_fresh":"2024-09-13T15:06:16.527500+0000","last_change":"2024-09-13T15:02:47.601285+0000","last_active":"2024-09-13T15:06:16.527500+0000","last_peered":"2024-09-13T15:06:16.527500+0000","last_clean":"2024-09-13T15:06:16.527500+0000","last_became_active":"2024-09-13T15:02:47.600359+0000","last_became_peered":"2024-09-13T15:02:47.600359+0000","last_unstale":"2024-09-13T15:06:16.527500+0000","last_undegraded":"2024-09-13T15:06:16.527500+0000","last_fullsized":"2024-09-13T15:06:16.527500+0000","mapping_epoch":1390,"log_start":"1398'4600","ondisk_log_start":"1398'4600","created":1390,"last_epoch_clean":1391,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":8833,"log_dups_size":0,"ondisk_log_size":8833,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:57:55.758679+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":101384192,"num_objects":1547,"num_object_clones":0,"num_object_copies":4641,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1547,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":13433,"num_write_kb":479360,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[2,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"1.e","version":"373'149","reported_seq":1825,"reported_epoch":1428,"state":"active+clean","last_fresh":"2024-09-13T15:06:11.468947+0000","last_change":"2024-09-13T15:03:38.351489+0000","last_active":"2024-09-13T15:06:11.468947+0000","last_peered":"2024-09-13T15:06:11.468947+0000","last_clean":"2024-09-13T15:06:11.468947+0000","last_became_active":"2024-09-13T15:03:38.350896+0000","last_became_peered":"2024-09-13T15:03:38.350896+0000","last_unstale":"2024-09-13T15:06:11.468947+0000","last_undegraded":"2024-09-13T15:06:11.468947+0000","last_fullsized":"2024-09-13T15:06:11.468947+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:46.145574+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:46.145574+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:18:57.368977+0000","scrub_duration":0.0016746529999999999,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7,3],"acting":[4,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.c","version":"0'0","reported_seq":1435,"reported_epoch":1428,"state":"active+clean","last_fresh":"2024-09-13T15:06:11.471927+0000","last_change":"2024-09-13T15:01:24.974778+0000","last_active":"2024-09-13T15:06:11.471927+0000","last_peered":"2024-09-13T15:06:11.471927+0000","last_clean":"2024-09-13T15:06:11.471927+0000","last_became_active":"2024-09-13T15:01:24.974473+0000","last_became_peered":"2024-09-13T15:01:24.974473+0000","last_unstale":"2024-09-13T15:06:11.471927+0000","last_undegraded":"2024-09-13T15:06:11.471927+0000","last_fullsized":"2024-09-13T15:06:11.471927+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:46:28.574203+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[5,3,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.b","version":"0'0","reported_seq":2077,"reported_epoch":1429,"state":"active+clean","last_fresh":"2024-09-13T15:06:12.479286+0000","last_change":"2024-09-13T14:57:14.903236+0000","last_active":"2024-09-13T15:06:12.479286+0000","last_peered":"2024-09-13T15:06:12.479286+0000","last_clean":"2024-09-13T15:06:12.479286+0000","last_became_active":"2024-09-13T14:57:14.902951+0000","last_became_peered":"2024-09-13T14:57:14.902951+0000","last_unstale":"2024-09-13T15:06:12.479286+0000","last_undegraded":"2024-09-13T15:06:12.479286+0000","last_fullsized":"2024-09-13T15:06:12.479286+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:55:09.250185+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"10.2","version":"1429'12941","reported_seq":13031,"reported_epoch":1429,"state":"active+clean","last_fresh":"2024-09-13T15:06:12.980536+0000","last_change":"2024-09-13T15:02:47.599322+0000","last_active":"2024-09-13T15:06:12.980536+0000","last_peered":"2024-09-13T15:06:12.980536+0000","last_clean":"2024-09-13T15:06:12.980536+0000","last_became_active":"2024-09-13T15:02:47.598913+0000","last_became_peered":"2024-09-13T15:02:47.598913+0000","last_unstale":"2024-09-13T15:06:12.980536+0000","last_undegraded":"2024-09-13T15:06:12.980536+0000","last_fullsized":"2024-09-13T15:06:12.980536+0000","mapping_epoch":1390,"log_start":"1409'6400","ondisk_log_start":"1409'6400","created":1390,"last_epoch_clean":1391,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":6541,"log_dups_size":0,"ondisk_log_size":6541,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:24:47.582373+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":115802112,"num_objects":1767,"num_object_clones":0,"num_object_copies":5301,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1767,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":12941,"num_write_kb":470656,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"1.9","version":"373'149","reported_seq":1735,"reported_epoch":1427,"state":"active+clean","last_fresh":"2024-09-13T15:06:01.456749+0000","last_change":"2024-09-13T15:03:38.352975+0000","last_active":"2024-09-13T15:06:01.456749+0000","last_peered":"2024-09-13T15:06:01.456749+0000","last_clean":"2024-09-13T15:06:01.456749+0000","last_became_active":"2024-09-13T15:03:38.351931+0000","last_became_peered":"2024-09-13T15:03:38.351931+0000","last_unstale":"2024-09-13T15:06:01.456749+0000","last_undegraded":"2024-09-13T15:06:01.456749+0000","last_fullsized":"2024-09-13T15:06:01.456749+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:00.672283+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:00.672283+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:33:57.200088+0000","scrub_duration":8,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[7,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.b","version":"70'2","reported_seq":193,"reported_epoch":1429,"state":"active+clean","last_fresh":"2024-09-13T15:06:12.485051+0000","last_change":"2024-09-13T15:03:51.624583+0000","last_active":"2024-09-13T15:06:12.485051+0000","last_peered":"2024-09-13T15:06:12.485051+0000","last_clean":"2024-09-13T15:06:12.485051+0000","last_became_active":"2024-09-13T15:03:51.620984+0000","last_became_peered":"2024-09-13T15:03:51.620984+0000","last_unstale":"2024-09-13T15:06:12.485051+0000","last_undegraded":"2024-09-13T15:06:12.485051+0000","last_fullsized":"2024-09-13T15:06:12.485051+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T21:45:32.793080+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":4,"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":[3,0,4],"acting":[3,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.c","version":"0'0","reported_seq":190,"reported_epoch":1429,"state":"active+clean","last_fresh":"2024-09-13T15:06:12.492946+0000","last_change":"2024-09-13T15:01:24.978702+0000","last_active":"2024-09-13T15:06:12.492946+0000","last_peered":"2024-09-13T15:06:12.492946+0000","last_clean":"2024-09-13T15:06:12.492946+0000","last_became_active":"2024-09-13T15:01:24.977757+0000","last_became_peered":"2024-09-13T15:01:24.977757+0000","last_unstale":"2024-09-13T15:06:12.492946+0000","last_undegraded":"2024-09-13T15:06:12.492946+0000","last_fullsized":"2024-09-13T15:06:12.492946+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:22:07.527337+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,3,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"10.3","version":"1429'13253","reported_seq":17698,"reported_epoch":1429,"state":"active+clean","last_fresh":"2024-09-13T15:06:16.609602+0000","last_change":"2024-09-13T15:06:12.766309+0000","last_active":"2024-09-13T15:06:16.609602+0000","last_peered":"2024-09-13T15:06:16.609602+0000","last_clean":"2024-09-13T15:06:16.609602+0000","last_became_active":"2024-09-13T15:06:12.608861+0000","last_became_peered":"2024-09-13T15:06:12.608861+0000","last_unstale":"2024-09-13T15:06:16.609602+0000","last_undegraded":"2024-09-13T15:06:16.609602+0000","last_fullsized":"2024-09-13T15:06:16.609602+0000","mapping_epoch":1428,"log_start":"1398'4400","ondisk_log_start":"1398'4400","created":1390,"last_epoch_clean":1429,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":8853,"log_dups_size":0,"ondisk_log_size":8853,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:31:19.062661+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":101777408,"num_objects":1553,"num_object_clones":0,"num_object_copies":4659,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1553,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":13253,"num_write_kb":473792,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2168,"num_bytes_recovered":142016512,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[2,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"1.8","version":"373'149","reported_seq":1807,"reported_epoch":1428,"state":"active+clean","last_fresh":"2024-09-13T15:06:11.471361+0000","last_change":"2024-09-13T15:01:28.028879+0000","last_active":"2024-09-13T15:06:11.471361+0000","last_peered":"2024-09-13T15:06:11.471361+0000","last_clean":"2024-09-13T15:06:11.471361+0000","last_became_active":"2024-09-13T15:01:28.025980+0000","last_became_peered":"2024-09-13T15:01:28.025980+0000","last_unstale":"2024-09-13T15:06:11.471361+0000","last_undegraded":"2024-09-13T15:06:11.471361+0000","last_fullsized":"2024-09-13T15:06:11.471361+0000","mapping_epoch":1349,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1350,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:06.782570+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:06.782570+0000","objects_scrubbed":1,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:31:55.692142+0000","scrub_duration":2,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":262688,"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":4,"num_bytes_recovered":1050752,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[5,2,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.a","version":"0'0","reported_seq":181,"reported_epoch":1428,"state":"active+clean","last_fresh":"2024-09-13T15:06:11.466852+0000","last_change":"2024-09-13T15:01:24.976401+0000","last_active":"2024-09-13T15:06:11.466852+0000","last_peered":"2024-09-13T15:06:11.466852+0000","last_clean":"2024-09-13T15:06:11.466852+0000","last_became_active":"2024-09-13T15:01:24.975687+0000","last_became_peered":"2024-09-13T15:01:24.975687+0000","last_unstale":"2024-09-13T15:06:11.466852+0000","last_undegraded":"2024-09-13T15:06:11.466852+0000","last_fullsized":"2024-09-13T15:06:11.466852+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:37:56.277103+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.d","version":"0'0","reported_seq":172,"reported_epoch":1429,"state":"active+clean","last_fresh":"2024-09-13T15:06:12.493056+0000","last_change":"2024-09-13T15:01:09.620455+0000","last_active":"2024-09-13T15:06:12.493056+0000","last_peered":"2024-09-13T15:06:12.493056+0000","last_clean":"2024-09-13T15:06:12.493056+0000","last_became_active":"2024-09-13T15:01:09.620141+0000","last_became_peered":"2024-09-13T15:01:09.620141+0000","last_unstale":"2024-09-13T15:06:12.493056+0000","last_undegraded":"2024-09-13T15:06:12.493056+0000","last_fullsized":"2024-09-13T15:06:12.493056+0000","mapping_epoch":1341,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1342,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:40:38.384024+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,1],"acting":[4,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"10.0","version":"1429'12956","reported_seq":13024,"reported_epoch":1429,"state":"active+recovery_wait+undersized+degraded+remapped","last_fresh":"2024-09-13T15:06:15.672213+0000","last_change":"2024-09-13T15:05:47.248384+0000","last_active":"2024-09-13T15:06:15.672213+0000","last_peered":"2024-09-13T15:06:15.672213+0000","last_clean":"2024-09-13T15:02:55.603269+0000","last_became_active":"2024-09-13T15:03:39.945455+0000","last_became_peered":"2024-09-13T15:03:39.945455+0000","last_unstale":"2024-09-13T15:06:15.672213+0000","last_undegraded":"2024-09-13T15:03:39.369772+0000","last_fullsized":"2024-09-13T15:03:39.344642+0000","mapping_epoch":1401,"log_start":"1412'8000","ondisk_log_start":"1412'8000","created":1390,"last_epoch_clean":1391,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":4956,"log_dups_size":0,"ondisk_log_size":4956,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:51:53.024744+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":104595456,"num_objects":1596,"num_object_clones":0,"num_object_copies":4788,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":4853,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1596,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":12956,"num_write_kb":465664,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":131072,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[4,1],"avail_no_missing":["4","1"],"object_location_counts":[{"shards":"1,4","objects":-3257}],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"1.b","version":"373'149","reported_seq":1838,"reported_epoch":1429,"state":"active+clean","last_fresh":"2024-09-13T15:06:12.479186+0000","last_change":"2024-09-13T14:58:46.524171+0000","last_active":"2024-09-13T15:06:12.479186+0000","last_peered":"2024-09-13T15:06:12.479186+0000","last_clean":"2024-09-13T15:06:12.479186+0000","last_became_active":"2024-09-13T14:58:43.532183+0000","last_became_peered":"2024-09-13T14:58:43.532183+0000","last_unstale":"2024-09-13T15:06:12.479186+0000","last_undegraded":"2024-09-13T15:06:12.479186+0000","last_fullsized":"2024-09-13T15:06:12.479186+0000","mapping_epoch":1310,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1311,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:46.524124+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:46.524124+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:27:09.177423+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.9","version":"0'0","reported_seq":195,"reported_epoch":1428,"state":"active+clean","last_fresh":"2024-09-13T15:06:11.467027+0000","last_change":"2024-09-13T15:03:38.354984+0000","last_active":"2024-09-13T15:06:11.467027+0000","last_peered":"2024-09-13T15:06:11.467027+0000","last_clean":"2024-09-13T15:06:11.467027+0000","last_became_active":"2024-09-13T15:03:38.354709+0000","last_became_peered":"2024-09-13T15:03:38.354709+0000","last_unstale":"2024-09-13T15:06:11.467027+0000","last_undegraded":"2024-09-13T15:06:11.467027+0000","last_fullsized":"2024-09-13T15:06:11.467027+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:59:16.039432+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,7],"acting":[4,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.e","version":"0'0","reported_seq":190,"reported_epoch":1429,"state":"active+clean","last_fresh":"2024-09-13T15:06:12.493186+0000","last_change":"2024-09-13T15:02:46.589725+0000","last_active":"2024-09-13T15:06:12.493186+0000","last_peered":"2024-09-13T15:06:12.493186+0000","last_clean":"2024-09-13T15:06:12.493186+0000","last_became_active":"2024-09-13T15:02:46.589402+0000","last_became_peered":"2024-09-13T15:02:46.589402+0000","last_unstale":"2024-09-13T15:06:12.493186+0000","last_undegraded":"2024-09-13T15:06:12.493186+0000","last_fullsized":"2024-09-13T15:06:12.493186+0000","mapping_epoch":1389,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1390,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:04:57.106829+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"10.1","version":"1429'12986","reported_seq":13050,"reported_epoch":1429,"state":"active+undersized+degraded+remapped+backfill_wait","last_fresh":"2024-09-13T15:06:15.700942+0000","last_change":"2024-09-13T15:03:39.958617+0000","last_active":"2024-09-13T15:06:15.700942+0000","last_peered":"2024-09-13T15:06:15.700942+0000","last_clean":"2024-09-13T15:02:55.612010+0000","last_became_active":"2024-09-13T15:03:39.951475+0000","last_became_peered":"2024-09-13T15:03:39.951475+0000","last_unstale":"2024-09-13T15:06:15.700942+0000","last_undegraded":"2024-09-13T15:03:39.357051+0000","last_fullsized":"2024-09-13T15:03:39.344698+0000","mapping_epoch":1401,"log_start":"1412'8000","ondisk_log_start":"1412'8000","created":1390,"last_epoch_clean":1391,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":4986,"log_dups_size":0,"ondisk_log_size":4986,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:13:29.737984+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":102629376,"num_objects":1566,"num_object_clones":0,"num_object_copies":4698,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":1566,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1566,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":12986,"num_write_kb":465664,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7,0],"acting":[4,0],"avail_no_missing":["4","0"],"object_location_counts":[{"shards":"0,4","objects":1566}],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"1.a","version":"373'149","reported_seq":1755,"reported_epoch":1428,"state":"active+clean","last_fresh":"2024-09-13T15:06:11.471362+0000","last_change":"2024-09-13T15:01:12.669843+0000","last_active":"2024-09-13T15:06:11.471362+0000","last_peered":"2024-09-13T15:06:11.471362+0000","last_clean":"2024-09-13T15:06:11.471362+0000","last_became_active":"2024-09-13T15:01:12.669313+0000","last_became_peered":"2024-09-13T15:01:12.669313+0000","last_unstale":"2024-09-13T15:06:11.471362+0000","last_undegraded":"2024-09-13T15:06:11.471362+0000","last_fullsized":"2024-09-13T15:06:11.471362+0000","mapping_epoch":1344,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1345,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:05.812475+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:05.812475+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:45:44.908862+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[5,2,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.8","version":"0'0","reported_seq":24,"reported_epoch":1429,"state":"active+clean","last_fresh":"2024-09-13T15:06:12.483996+0000","last_change":"2024-09-13T15:05:51.743180+0000","last_active":"2024-09-13T15:06:12.483996+0000","last_peered":"2024-09-13T15:06:12.483996+0000","last_clean":"2024-09-13T15:06:12.483996+0000","last_became_active":"2024-09-13T15:05:51.742786+0000","last_became_peered":"2024-09-13T15:05:51.742786+0000","last_unstale":"2024-09-13T15:06:12.483996+0000","last_undegraded":"2024-09-13T15:06:12.483996+0000","last_fullsized":"2024-09-13T15:06:12.483996+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:43:22.519481+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.f","version":"0'0","reported_seq":178,"reported_epoch":1429,"state":"active+clean","last_fresh":"2024-09-13T15:06:12.485772+0000","last_change":"2024-09-13T15:01:25.027529+0000","last_active":"2024-09-13T15:06:12.485772+0000","last_peered":"2024-09-13T15:06:12.485772+0000","last_clean":"2024-09-13T15:06:12.485772+0000","last_became_active":"2024-09-13T15:01:24.986960+0000","last_became_peered":"2024-09-13T15:01:24.986960+0000","last_unstale":"2024-09-13T15:06:12.485772+0000","last_undegraded":"2024-09-13T15:06:12.485772+0000","last_fullsized":"2024-09-13T15:06:12.485772+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:47:41.794862+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"10.b","version":"1429'13073","reported_seq":13163,"reported_epoch":1429,"state":"active+clean","last_fresh":"2024-09-13T15:06:14.790888+0000","last_change":"2024-09-13T15:02:47.600324+0000","last_active":"2024-09-13T15:06:14.790888+0000","last_peered":"2024-09-13T15:06:14.790888+0000","last_clean":"2024-09-13T15:06:14.790888+0000","last_became_active":"2024-09-13T15:02:47.600031+0000","last_became_peered":"2024-09-13T15:02:47.600031+0000","last_unstale":"2024-09-13T15:06:14.790888+0000","last_undegraded":"2024-09-13T15:06:14.790888+0000","last_fullsized":"2024-09-13T15:06:14.790888+0000","mapping_epoch":1390,"log_start":"1410'7100","ondisk_log_start":"1410'7100","created":1390,"last_epoch_clean":1391,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":5973,"log_dups_size":0,"ondisk_log_size":5973,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:55:49.611388+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":107020288,"num_objects":1633,"num_object_clones":0,"num_object_copies":4899,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1633,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":13073,"num_write_kb":470592,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.0","version":"373'149","reported_seq":1745,"reported_epoch":1427,"state":"active+clean","last_fresh":"2024-09-13T15:06:01.452408+0000","last_change":"2024-09-13T15:03:54.432077+0000","last_active":"2024-09-13T15:06:01.452408+0000","last_peered":"2024-09-13T15:06:01.452408+0000","last_clean":"2024-09-13T15:06:01.452408+0000","last_became_active":"2024-09-13T15:03:54.431663+0000","last_became_peered":"2024-09-13T15:03:54.431663+0000","last_unstale":"2024-09-13T15:06:01.452408+0000","last_undegraded":"2024-09-13T15:06:01.452408+0000","last_fullsized":"2024-09-13T15:06:01.452408+0000","mapping_epoch":1407,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":1408,"parent":"0.0","parent_split_bits":0,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:02:39.669027+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:02:39.669027+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":true,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"queued for scrub","scrub_duration":15,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"2.3","version":"63'1","reported_seq":1511,"reported_epoch":1428,"state":"active+clean","last_fresh":"2024-09-13T15:06:11.474603+0000","last_change":"2024-09-13T15:03:38.346531+0000","last_active":"2024-09-13T15:06:11.474603+0000","last_peered":"2024-09-13T15:06:11.474603+0000","last_clean":"2024-09-13T15:06:11.474603+0000","last_became_active":"2024-09-13T15:03:38.345909+0000","last_became_peered":"2024-09-13T15:03:38.345909+0000","last_unstale":"2024-09-13T15:06:11.474603+0000","last_undegraded":"2024-09-13T15:06:11.474603+0000","last_fullsized":"2024-09-13T15:06:11.474603+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-14T14:55:44.823772+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029038399999999998,"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":7,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":24,"reported_epoch":1429,"state":"active+clean","last_fresh":"2024-09-13T15:06:12.484272+0000","last_change":"2024-09-13T15:05:51.734474+0000","last_active":"2024-09-13T15:06:12.484272+0000","last_peered":"2024-09-13T15:06:12.484272+0000","last_clean":"2024-09-13T15:06:12.484272+0000","last_became_active":"2024-09-13T15:05:51.734151+0000","last_became_peered":"2024-09-13T15:05:51.734151+0000","last_unstale":"2024-09-13T15:06:12.484272+0000","last_undegraded":"2024-09-13T15:06:12.484272+0000","last_fullsized":"2024-09-13T15:06:12.484272+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:39:56.749516+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[3,5,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.5","version":"0'0","reported_seq":187,"reported_epoch":1428,"state":"active+clean","last_fresh":"2024-09-13T15:06:11.466855+0000","last_change":"2024-09-13T15:03:38.352837+0000","last_active":"2024-09-13T15:06:11.466855+0000","last_peered":"2024-09-13T15:06:11.466855+0000","last_clean":"2024-09-13T15:06:11.466855+0000","last_became_active":"2024-09-13T15:03:38.352572+0000","last_became_peered":"2024-09-13T15:03:38.352572+0000","last_unstale":"2024-09-13T15:06:11.466855+0000","last_undegraded":"2024-09-13T15:06:11.466855+0000","last_fullsized":"2024-09-13T15:06:11.466855+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:24:21.126416+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7,0],"acting":[4,7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"10.8","version":"1429'13336","reported_seq":23502,"reported_epoch":1429,"state":"active+clean","last_fresh":"2024-09-13T15:06:14.768163+0000","last_change":"2024-09-13T15:05:48.729589+0000","last_active":"2024-09-13T15:06:14.768163+0000","last_peered":"2024-09-13T15:06:14.768163+0000","last_clean":"2024-09-13T15:06:14.768163+0000","last_became_active":"2024-09-13T15:05:48.694842+0000","last_became_peered":"2024-09-13T15:05:48.694842+0000","last_unstale":"2024-09-13T15:06:14.768163+0000","last_undegraded":"2024-09-13T15:06:14.768163+0000","last_fullsized":"2024-09-13T15:06:14.768163+0000","mapping_epoch":1420,"log_start":"1410'7400","ondisk_log_start":"1410'7400","created":1390,"last_epoch_clean":1421,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":5936,"log_dups_size":0,"ondisk_log_size":5936,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:47:12.748567+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":108265472,"num_objects":1652,"num_object_clones":0,"num_object_copies":4956,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1652,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":13336,"num_write_kb":479616,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":5030,"num_bytes_recovered":329646080,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[0,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"1.3","version":"373'149","reported_seq":1760,"reported_epoch":1428,"state":"active+clean","last_fresh":"2024-09-13T15:06:11.468968+0000","last_change":"2024-09-13T14:58:41.253414+0000","last_active":"2024-09-13T15:06:11.468968+0000","last_peered":"2024-09-13T15:06:11.468968+0000","last_clean":"2024-09-13T15:06:11.468968+0000","last_became_active":"2024-09-13T14:57:55.737391+0000","last_became_peered":"2024-09-13T14:57:55.737391+0000","last_unstale":"2024-09-13T15:06:11.468968+0000","last_undegraded":"2024-09-13T15:06:11.468968+0000","last_fullsized":"2024-09-13T15:06:11.468968+0000","mapping_epoch":1296,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1297,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:41.253310+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:41.253310+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:24:04.946981+0000","scrub_duration":0.0016916399999999999,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[4,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.0","version":"0'0","reported_seq":95,"reported_epoch":1427,"state":"active+clean","last_fresh":"2024-09-13T15:06:01.451222+0000","last_change":"2024-09-13T15:03:38.347804+0000","last_active":"2024-09-13T15:06:01.451222+0000","last_peered":"2024-09-13T15:06:01.451222+0000","last_clean":"2024-09-13T15:06:01.451222+0000","last_became_active":"2024-09-13T15:03:38.347397+0000","last_became_peered":"2024-09-13T15:03:38.347397+0000","last_unstale":"2024-09-13T15:06:01.451222+0000","last_undegraded":"2024-09-13T15:06:01.451222+0000","last_fullsized":"2024-09-13T15:06:01.451222+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:43:12.424555+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000322109,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":2108,"reported_epoch":1429,"state":"active+clean","last_fresh":"2024-09-13T15:06:12.479099+0000","last_change":"2024-09-13T15:05:51.740565+0000","last_active":"2024-09-13T15:06:12.479099+0000","last_peered":"2024-09-13T15:06:12.479099+0000","last_clean":"2024-09-13T15:06:12.479099+0000","last_became_active":"2024-09-13T15:05:51.740130+0000","last_became_peered":"2024-09-13T15:05:51.740130+0000","last_unstale":"2024-09-13T15:06:12.479099+0000","last_undegraded":"2024-09-13T15:06:12.479099+0000","last_fullsized":"2024-09-13T15:06:12.479099+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:52:58.980736+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.6","version":"0'0","reported_seq":61,"reported_epoch":1429,"state":"active+clean","last_fresh":"2024-09-13T15:06:12.479567+0000","last_change":"2024-09-13T15:03:51.623960+0000","last_active":"2024-09-13T15:06:12.479567+0000","last_peered":"2024-09-13T15:06:12.479567+0000","last_clean":"2024-09-13T15:06:12.479567+0000","last_became_active":"2024-09-13T15:03:51.623539+0000","last_became_peered":"2024-09-13T15:03:51.623539+0000","last_unstale":"2024-09-13T15:06:12.479567+0000","last_undegraded":"2024-09-13T15:06:12.479567+0000","last_fullsized":"2024-09-13T15:06:12.479567+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:33:47.315017+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"10.9","version":"1429'12755","reported_seq":16484,"reported_epoch":1429,"state":"active+recovering+undersized+degraded+remapped","last_fresh":"2024-09-13T15:06:16.013253+0000","last_change":"2024-09-13T15:05:47.252497+0000","last_active":"2024-09-13T15:06:16.013253+0000","last_peered":"2024-09-13T15:06:16.013253+0000","last_clean":"2024-09-13T15:02:55.621196+0000","last_became_active":"2024-09-13T15:03:39.958397+0000","last_became_peered":"2024-09-13T15:03:39.958397+0000","last_unstale":"2024-09-13T15:06:16.013253+0000","last_undegraded":"2024-09-13T15:03:39.376570+0000","last_fullsized":"2024-09-13T15:03:39.346099+0000","mapping_epoch":1401,"log_start":"1409'6200","ondisk_log_start":"1409'6200","created":1390,"last_epoch_clean":1391,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":6555,"log_dups_size":0,"ondisk_log_size":6555,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:48:09.148535+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":99155968,"num_objects":1513,"num_object_clones":0,"num_object_copies":4539,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":2982,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1513,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":12755,"num_write_kb":456576,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":1832,"num_bytes_recovered":34013184,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"avail_no_missing":["5","2"],"object_location_counts":[{"shards":"2,5","objects":-1469}],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"1.2","version":"373'149","reported_seq":1711,"reported_epoch":1427,"state":"active+clean","last_fresh":"2024-09-13T15:06:01.447986+0000","last_change":"2024-09-13T15:03:38.357929+0000","last_active":"2024-09-13T15:06:01.447986+0000","last_peered":"2024-09-13T15:06:01.447986+0000","last_clean":"2024-09-13T15:06:01.447986+0000","last_became_active":"2024-09-13T15:03:38.357642+0000","last_became_peered":"2024-09-13T15:03:38.357642+0000","last_unstale":"2024-09-13T15:06:01.447986+0000","last_undegraded":"2024-09-13T15:06:01.447986+0000","last_fullsized":"2024-09-13T15:06:01.447986+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:45.571820+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:45.571820+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:40:09.261995+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.1","version":"0'0","reported_seq":194,"reported_epoch":1429,"state":"active+clean","last_fresh":"2024-09-13T15:06:12.480387+0000","last_change":"2024-09-13T15:05:51.737191+0000","last_active":"2024-09-13T15:06:12.480387+0000","last_peered":"2024-09-13T15:06:12.480387+0000","last_clean":"2024-09-13T15:06:12.480387+0000","last_became_active":"2024-09-13T15:05:51.736725+0000","last_became_peered":"2024-09-13T15:05:51.736725+0000","last_unstale":"2024-09-13T15:06:12.480387+0000","last_undegraded":"2024-09-13T15:06:12.480387+0000","last_fullsized":"2024-09-13T15:06:12.480387+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:40:12.764444+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00030931399999999999,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":187,"reported_epoch":1429,"state":"active+clean","last_fresh":"2024-09-13T15:06:12.479348+0000","last_change":"2024-09-13T15:01:09.621555+0000","last_active":"2024-09-13T15:06:12.479348+0000","last_peered":"2024-09-13T15:06:12.479348+0000","last_clean":"2024-09-13T15:06:12.479348+0000","last_became_active":"2024-09-13T15:01:09.621210+0000","last_became_peered":"2024-09-13T15:01:09.621210+0000","last_unstale":"2024-09-13T15:06:12.479348+0000","last_undegraded":"2024-09-13T15:06:12.479348+0000","last_fullsized":"2024-09-13T15:06:12.479348+0000","mapping_epoch":1341,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1342,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:08:11.168661+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.7","version":"0'0","reported_seq":109,"reported_epoch":1429,"state":"active+clean","last_fresh":"2024-09-13T15:06:12.482823+0000","last_change":"2024-09-13T15:03:51.620120+0000","last_active":"2024-09-13T15:06:12.482823+0000","last_peered":"2024-09-13T15:06:12.482823+0000","last_clean":"2024-09-13T15:06:12.482823+0000","last_became_active":"2024-09-13T15:03:51.619628+0000","last_became_peered":"2024-09-13T15:03:51.619628+0000","last_unstale":"2024-09-13T15:06:12.482823+0000","last_undegraded":"2024-09-13T15:06:12.482823+0000","last_fullsized":"2024-09-13T15:06:12.482823+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:01:31.123910+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"10.a","version":"1429'13170","reported_seq":13240,"reported_epoch":1429,"state":"active+recovery_wait+undersized+degraded+remapped","last_fresh":"2024-09-13T15:06:15.959609+0000","last_change":"2024-09-13T15:03:51.768474+0000","last_active":"2024-09-13T15:06:15.959609+0000","last_peered":"2024-09-13T15:06:15.959609+0000","last_clean":"2024-09-13T15:02:55.609927+0000","last_became_active":"2024-09-13T15:03:51.761697+0000","last_became_peered":"2024-09-13T15:03:51.761697+0000","last_unstale":"2024-09-13T15:06:15.959609+0000","last_undegraded":"2024-09-13T15:03:51.639487+0000","last_fullsized":"2024-09-13T15:03:51.611615+0000","mapping_epoch":1404,"log_start":"1409'6600","ondisk_log_start":"1409'6600","created":1390,"last_epoch_clean":1391,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":6570,"log_dups_size":0,"ondisk_log_size":6570,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:15:44.159140+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":103940096,"num_objects":1586,"num_object_clones":0,"num_object_copies":4758,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":5670,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1586,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":13170,"num_write_kb":472192,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[5,2],"avail_no_missing":["5","2"],"object_location_counts":[{"shards":"2,5","objects":-4084}],"blocked_by":[],"up_primary":0,"acting_primary":5,"purged_snaps":[]},{"pgid":"1.1","version":"373'149","reported_seq":1766,"reported_epoch":1428,"state":"active+clean","last_fresh":"2024-09-13T15:06:11.474980+0000","last_change":"2024-09-13T15:01:12.669020+0000","last_active":"2024-09-13T15:06:11.474980+0000","last_peered":"2024-09-13T15:06:11.474980+0000","last_clean":"2024-09-13T15:06:11.474980+0000","last_became_active":"2024-09-13T15:01:12.668669+0000","last_became_peered":"2024-09-13T15:01:12.668669+0000","last_unstale":"2024-09-13T15:06:11.474980+0000","last_undegraded":"2024-09-13T15:06:11.474980+0000","last_fullsized":"2024-09-13T15:06:11.474980+0000","mapping_epoch":1344,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1345,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:44.985050+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:44.985050+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:08:39.101982+0000","scrub_duration":0.0017537869999999999,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[5,0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.2","version":"65'2","reported_seq":1423,"reported_epoch":1428,"state":"active+clean","last_fresh":"2024-09-13T15:06:11.471757+0000","last_change":"2024-09-13T14:56:25.089588+0000","last_active":"2024-09-13T15:06:11.471757+0000","last_peered":"2024-09-13T15:06:11.471757+0000","last_clean":"2024-09-13T15:06:11.471757+0000","last_became_active":"2024-09-13T14:56:24.926628+0000","last_became_peered":"2024-09-13T14:56:24.926628+0000","last_unstale":"2024-09-13T15:06:11.471757+0000","last_undegraded":"2024-09-13T15:06:11.471757+0000","last_fullsized":"2024-09-13T15:06:11.471757+0000","mapping_epoch":1264,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1265,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-14T20:55:55.656534+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00094368000000000002,"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":1,"num_bytes_recovered":19,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"3.3","version":"0'0","reported_seq":163,"reported_epoch":1428,"state":"active+clean","last_fresh":"2024-09-13T15:06:11.469247+0000","last_change":"2024-09-13T14:57:14.902547+0000","last_active":"2024-09-13T15:06:11.469247+0000","last_peered":"2024-09-13T15:06:11.469247+0000","last_clean":"2024-09-13T15:06:11.469247+0000","last_became_active":"2024-09-13T14:57:14.902293+0000","last_became_peered":"2024-09-13T14:57:14.902293+0000","last_unstale":"2024-09-13T15:06:11.469247+0000","last_undegraded":"2024-09-13T15:06:11.469247+0000","last_fullsized":"2024-09-13T15:06:11.469247+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:56:57.423234+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.4","version":"0'0","reported_seq":194,"reported_epoch":1429,"state":"active+clean","last_fresh":"2024-09-13T15:06:12.479986+0000","last_change":"2024-09-13T15:01:24.976845+0000","last_active":"2024-09-13T15:06:12.479986+0000","last_peered":"2024-09-13T15:06:12.479986+0000","last_clean":"2024-09-13T15:06:12.479986+0000","last_became_active":"2024-09-13T15:01:24.976060+0000","last_became_peered":"2024-09-13T15:01:24.976060+0000","last_unstale":"2024-09-13T15:06:12.479986+0000","last_undegraded":"2024-09-13T15:06:12.479986+0000","last_fullsized":"2024-09-13T15:06:12.479986+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:53:30.324342+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[2,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"10.c","version":"1429'12966","reported_seq":13057,"reported_epoch":1429,"state":"active+recovery_wait+undersized+degraded+remapped","last_fresh":"2024-09-13T15:06:14.790883+0000","last_change":"2024-09-13T15:03:39.957718+0000","last_active":"2024-09-13T15:06:14.790883+0000","last_peered":"2024-09-13T15:06:14.790883+0000","last_clean":"2024-09-13T15:02:55.621914+0000","last_became_active":"2024-09-13T15:03:39.922868+0000","last_became_peered":"2024-09-13T15:03:39.922868+0000","last_unstale":"2024-09-13T15:06:14.790883+0000","last_undegraded":"2024-09-13T15:03:39.379877+0000","last_fullsized":"2024-09-13T15:03:39.345688+0000","mapping_epoch":1401,"log_start":"1410'7000","ondisk_log_start":"1410'7000","created":1390,"last_epoch_clean":1391,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":5966,"log_dups_size":0,"ondisk_log_size":5966,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"no scrub is scheduled","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":108003328,"num_objects":1648,"num_object_clones":0,"num_object_copies":4944,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":4845,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1648,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":12966,"num_write_kb":467648,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":131072,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[0,4],"avail_no_missing":["0","4"],"object_location_counts":[{"shards":"0,4","objects":-3197}],"blocked_by":[],"up_primary":7,"acting_primary":0,"purged_snaps":[]},{"pgid":"1.7","version":"373'149","reported_seq":1668,"reported_epoch":1429,"state":"active+clean","last_fresh":"2024-09-13T15:06:12.485339+0000","last_change":"2024-09-13T15:06:01.469716+0000","last_active":"2024-09-13T15:06:12.485339+0000","last_peered":"2024-09-13T15:06:12.485339+0000","last_clean":"2024-09-13T15:06:12.485339+0000","last_became_active":"2024-09-13T15:05:54.405373+0000","last_became_peered":"2024-09-13T15:05:54.405373+0000","last_unstale":"2024-09-13T15:06:12.485339+0000","last_undegraded":"2024-09-13T15:06:12.485339+0000","last_fullsized":"2024-09-13T15:06:12.485339+0000","mapping_epoch":1425,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1426,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:06:01.469635+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:06:01.469635+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:12:02.151647+0000","scrub_duration":5,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[3,7,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.5","version":"0'0","reported_seq":1484,"reported_epoch":1428,"state":"active+clean","last_fresh":"2024-09-13T15:06:11.472316+0000","last_change":"2024-09-13T15:01:24.988475+0000","last_active":"2024-09-13T15:06:11.472316+0000","last_peered":"2024-09-13T15:06:11.472316+0000","last_clean":"2024-09-13T15:06:11.472316+0000","last_became_active":"2024-09-13T15:01:24.988142+0000","last_became_peered":"2024-09-13T15:01:24.988142+0000","last_unstale":"2024-09-13T15:06:11.472316+0000","last_undegraded":"2024-09-13T15:06:11.472316+0000","last_fullsized":"2024-09-13T15:06:11.472316+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:45:39.600773+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.4","version":"0'0","reported_seq":2062,"reported_epoch":1429,"state":"active+clean","last_fresh":"2024-09-13T15:06:12.479979+0000","last_change":"2024-09-13T15:03:38.353803+0000","last_active":"2024-09-13T15:06:12.479979+0000","last_peered":"2024-09-13T15:06:12.479979+0000","last_clean":"2024-09-13T15:06:12.479979+0000","last_became_active":"2024-09-13T15:03:38.353451+0000","last_became_peered":"2024-09-13T15:03:38.353451+0000","last_unstale":"2024-09-13T15:06:12.479979+0000","last_undegraded":"2024-09-13T15:06:12.479979+0000","last_fullsized":"2024-09-13T15:06:12.479979+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:29:47.331237+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00031535100000000001,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[0,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"4.2","version":"0'0","reported_seq":1688,"reported_epoch":1428,"state":"active+clean","last_fresh":"2024-09-13T15:06:11.471875+0000","last_change":"2024-09-13T14:57:14.909267+0000","last_active":"2024-09-13T15:06:11.471875+0000","last_peered":"2024-09-13T15:06:11.471875+0000","last_clean":"2024-09-13T15:06:11.471875+0000","last_became_active":"2024-09-13T14:57:14.908962+0000","last_became_peered":"2024-09-13T14:57:14.908962+0000","last_unstale":"2024-09-13T15:06:11.471875+0000","last_undegraded":"2024-09-13T15:06:11.471875+0000","last_fullsized":"2024-09-13T15:06:11.471875+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:16:41.040247+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[5,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"10.d","version":"1429'13119","reported_seq":13169,"reported_epoch":1429,"state":"active+clean","last_fresh":"2024-09-13T15:06:15.696842+0000","last_change":"2024-09-13T15:02:47.599770+0000","last_active":"2024-09-13T15:06:15.696842+0000","last_peered":"2024-09-13T15:06:15.696842+0000","last_clean":"2024-09-13T15:06:15.696842+0000","last_became_active":"2024-09-13T15:02:47.599552+0000","last_became_peered":"2024-09-13T15:02:47.599552+0000","last_unstale":"2024-09-13T15:06:15.696842+0000","last_undegraded":"2024-09-13T15:06:15.696842+0000","last_fullsized":"2024-09-13T15:06:15.696842+0000","mapping_epoch":1390,"log_start":"1412'8200","ondisk_log_start":"1412'8200","created":1390,"last_epoch_clean":1391,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":4919,"log_dups_size":0,"ondisk_log_size":4919,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:56:34.704394+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":110362648,"num_objects":1685,"num_object_clones":0,"num_object_copies":5055,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1685,"num_whiteouts":0,"num_read":1,"num_read_kb":1,"num_write":13119,"num_write_kb":473665,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"1.6","version":"373'149","reported_seq":1869,"reported_epoch":1429,"state":"active+clean","last_fresh":"2024-09-13T15:06:12.480265+0000","last_change":"2024-09-13T15:05:54.416545+0000","last_active":"2024-09-13T15:06:12.480265+0000","last_peered":"2024-09-13T15:06:12.480265+0000","last_clean":"2024-09-13T15:06:12.480265+0000","last_became_active":"2024-09-13T15:05:54.414577+0000","last_became_peered":"2024-09-13T15:05:54.414577+0000","last_unstale":"2024-09-13T15:06:12.480265+0000","last_undegraded":"2024-09-13T15:06:12.480265+0000","last_fullsized":"2024-09-13T15:06:12.480265+0000","mapping_epoch":1425,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1426,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:47.545603+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:47.545603+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:19:04.777726+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.4","version":"0'0","reported_seq":187,"reported_epoch":1429,"state":"active+clean","last_fresh":"2024-09-13T15:06:12.480118+0000","last_change":"2024-09-13T15:01:09.626775+0000","last_active":"2024-09-13T15:06:12.480118+0000","last_peered":"2024-09-13T15:06:12.480118+0000","last_clean":"2024-09-13T15:06:12.480118+0000","last_became_active":"2024-09-13T15:01:09.626498+0000","last_became_peered":"2024-09-13T15:01:09.626498+0000","last_unstale":"2024-09-13T15:06:12.480118+0000","last_undegraded":"2024-09-13T15:06:12.480118+0000","last_fullsized":"2024-09-13T15:06:12.480118+0000","mapping_epoch":1341,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1342,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:39:58.054131+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[2,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"2.5","version":"0'0","reported_seq":95,"reported_epoch":1427,"state":"active+clean","last_fresh":"2024-09-13T15:06:01.448109+0000","last_change":"2024-09-13T15:03:38.351643+0000","last_active":"2024-09-13T15:06:01.448109+0000","last_peered":"2024-09-13T15:06:01.448109+0000","last_clean":"2024-09-13T15:06:01.448109+0000","last_became_active":"2024-09-13T15:03:38.350507+0000","last_became_peered":"2024-09-13T15:03:38.350507+0000","last_unstale":"2024-09-13T15:06:01.448109+0000","last_undegraded":"2024-09-13T15:06:01.448109+0000","last_fullsized":"2024-09-13T15:06:01.448109+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:55:27.075999+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000327091,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.3","version":"0'0","reported_seq":2072,"reported_epoch":1429,"state":"active+clean","last_fresh":"2024-09-13T15:06:12.479329+0000","last_change":"2024-09-13T15:03:38.350008+0000","last_active":"2024-09-13T15:06:12.479329+0000","last_peered":"2024-09-13T15:06:12.479329+0000","last_clean":"2024-09-13T15:06:12.479329+0000","last_became_active":"2024-09-13T15:03:38.348336+0000","last_became_peered":"2024-09-13T15:03:38.348336+0000","last_unstale":"2024-09-13T15:06:12.479329+0000","last_undegraded":"2024-09-13T15:06:12.479329+0000","last_fullsized":"2024-09-13T15:06:12.479329+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:53:36.912607+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"10.e","version":"1429'12860","reported_seq":12908,"reported_epoch":1429,"state":"active+clean","last_fresh":"2024-09-13T15:06:15.711416+0000","last_change":"2024-09-13T15:02:47.594827+0000","last_active":"2024-09-13T15:06:15.711416+0000","last_peered":"2024-09-13T15:06:15.711416+0000","last_clean":"2024-09-13T15:06:15.711416+0000","last_became_active":"2024-09-13T15:02:47.594520+0000","last_became_peered":"2024-09-13T15:02:47.594520+0000","last_unstale":"2024-09-13T15:06:15.711416+0000","last_undegraded":"2024-09-13T15:06:15.711416+0000","last_fullsized":"2024-09-13T15:06:15.711416+0000","mapping_epoch":1390,"log_start":"1412'7900","ondisk_log_start":"1412'7900","created":1390,"last_epoch_clean":1391,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":4960,"log_dups_size":0,"ondisk_log_size":4960,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:39:22.986239+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":102498304,"num_objects":1564,"num_object_clones":0,"num_object_copies":4692,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1564,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":12860,"num_write_kb":461568,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,5],"acting":[4,2,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"1.5","version":"373'149","reported_seq":1804,"reported_epoch":1428,"state":"active+clean","last_fresh":"2024-09-13T15:06:11.468220+0000","last_change":"2024-09-13T15:01:12.672283+0000","last_active":"2024-09-13T15:06:11.468220+0000","last_peered":"2024-09-13T15:06:11.468220+0000","last_clean":"2024-09-13T15:06:11.468220+0000","last_became_active":"2024-09-13T15:01:12.671951+0000","last_became_peered":"2024-09-13T15:01:12.671951+0000","last_unstale":"2024-09-13T15:06:11.468220+0000","last_undegraded":"2024-09-13T15:06:11.468220+0000","last_fullsized":"2024-09-13T15:06:11.468220+0000","mapping_epoch":1344,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1345,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:53.120435+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:53.120435+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:59:42.418629+0000","scrub_duration":0.001555313,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,5],"acting":[4,2,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.7","version":"70'2","reported_seq":193,"reported_epoch":1429,"state":"active+clean","last_fresh":"2024-09-13T15:06:12.485874+0000","last_change":"2024-09-13T15:03:38.347346+0000","last_active":"2024-09-13T15:06:12.485874+0000","last_peered":"2024-09-13T15:06:12.485874+0000","last_clean":"2024-09-13T15:06:12.485874+0000","last_became_active":"2024-09-13T15:03:38.346858+0000","last_became_peered":"2024-09-13T15:03:38.346858+0000","last_unstale":"2024-09-13T15:06:12.485874+0000","last_undegraded":"2024-09-13T15:06:12.485874+0000","last_fullsized":"2024-09-13T15:06:12.485874+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T21:34:18.078474+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":2,"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":[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":"0'0","reported_seq":190,"reported_epoch":1428,"state":"active+clean","last_fresh":"2024-09-13T15:06:11.468862+0000","last_change":"2024-09-13T15:01:24.977687+0000","last_active":"2024-09-13T15:06:11.468862+0000","last_peered":"2024-09-13T15:06:11.468862+0000","last_clean":"2024-09-13T15:06:11.468862+0000","last_became_active":"2024-09-13T15:01:24.976347+0000","last_became_peered":"2024-09-13T15:01:24.976347+0000","last_unstale":"2024-09-13T15:06:11.468862+0000","last_undegraded":"2024-09-13T15:06:11.468862+0000","last_fullsized":"2024-09-13T15:06:11.468862+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:05:48.871297+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.0","version":"0'0","reported_seq":24,"reported_epoch":1429,"state":"active+clean","last_fresh":"2024-09-13T15:06:12.483971+0000","last_change":"2024-09-13T15:05:51.739298+0000","last_active":"2024-09-13T15:06:12.483971+0000","last_peered":"2024-09-13T15:06:12.483971+0000","last_clean":"2024-09-13T15:06:12.483971+0000","last_became_active":"2024-09-13T15:05:51.738901+0000","last_became_peered":"2024-09-13T15:05:51.738901+0000","last_unstale":"2024-09-13T15:06:12.483971+0000","last_undegraded":"2024-09-13T15:06:12.483971+0000","last_fullsized":"2024-09-13T15:06:12.483971+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:04:27.190615+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"10.f","version":"1429'12856","reported_seq":12946,"reported_epoch":1429,"state":"active+clean","last_fresh":"2024-09-13T15:06:14.085156+0000","last_change":"2024-09-13T15:02:47.601931+0000","last_active":"2024-09-13T15:06:14.085156+0000","last_peered":"2024-09-13T15:06:14.085156+0000","last_clean":"2024-09-13T15:06:14.085156+0000","last_became_active":"2024-09-13T15:02:47.601593+0000","last_became_peered":"2024-09-13T15:02:47.601593+0000","last_unstale":"2024-09-13T15:06:14.085156+0000","last_undegraded":"2024-09-13T15:06:14.085156+0000","last_fullsized":"2024-09-13T15:06:14.085156+0000","mapping_epoch":1390,"log_start":"1410'7134","ondisk_log_start":"1410'7134","created":1390,"last_epoch_clean":1391,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":5722,"log_dups_size":0,"ondisk_log_size":5722,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:52:11.243755+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":108134400,"num_objects":1650,"num_object_clones":0,"num_object_copies":4950,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1650,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":12856,"num_write_kb":464192,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,4],"acting":[3,2,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"1.4","version":"373'149","reported_seq":1849,"reported_epoch":1429,"state":"active+clean","last_fresh":"2024-09-13T15:06:12.485303+0000","last_change":"2024-09-13T15:03:38.347914+0000","last_active":"2024-09-13T15:06:12.485303+0000","last_peered":"2024-09-13T15:06:12.485303+0000","last_clean":"2024-09-13T15:06:12.485303+0000","last_became_active":"2024-09-13T15:03:38.347486+0000","last_became_peered":"2024-09-13T15:03:38.347486+0000","last_unstale":"2024-09-13T15:06:12.485303+0000","last_undegraded":"2024-09-13T15:06:12.485303+0000","last_fullsized":"2024-09-13T15:06:12.485303+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:01:29.028945+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:01:29.028945+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:05:18.331893+0000","scrub_duration":15,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[3,5,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.6","version":"70'1","reported_seq":65,"reported_epoch":1429,"state":"active+clean","last_fresh":"2024-09-13T15:06:12.480444+0000","last_change":"2024-09-13T15:05:47.254193+0000","last_active":"2024-09-13T15:06:12.480444+0000","last_peered":"2024-09-13T15:06:12.480444+0000","last_clean":"2024-09-13T15:06:12.480444+0000","last_became_active":"2024-09-13T15:03:51.622162+0000","last_became_peered":"2024-09-13T15:03:51.622162+0000","last_unstale":"2024-09-13T15:06:12.480444+0000","last_undegraded":"2024-09-13T15:06:12.480444+0000","last_fullsized":"2024-09-13T15:06:12.480444+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1419,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T18:10:03.754733+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":3,"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,1,4],"acting":[0,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.7","version":"0'0","reported_seq":140,"reported_epoch":1427,"state":"active+clean","last_fresh":"2024-09-13T15:06:01.448407+0000","last_change":"2024-09-13T15:03:38.350529+0000","last_active":"2024-09-13T15:06:01.448407+0000","last_peered":"2024-09-13T15:06:01.448407+0000","last_clean":"2024-09-13T15:06:01.448407+0000","last_became_active":"2024-09-13T15:03:38.348433+0000","last_became_peered":"2024-09-13T15:03:38.348433+0000","last_unstale":"2024-09-13T15:06:01.448407+0000","last_undegraded":"2024-09-13T15:06:01.448407+0000","last_fullsized":"2024-09-13T15:06:01.448407+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:33:01.473730+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029877400000000002,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[7,2,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.1","version":"0'0","reported_seq":163,"reported_epoch":1428,"state":"active+clean","last_fresh":"2024-09-13T15:06:11.466907+0000","last_change":"2024-09-13T14:57:14.896516+0000","last_active":"2024-09-13T15:06:11.466907+0000","last_peered":"2024-09-13T15:06:11.466907+0000","last_clean":"2024-09-13T15:06:11.466907+0000","last_became_active":"2024-09-13T14:57:14.896208+0000","last_became_peered":"2024-09-13T14:57:14.896208+0000","last_unstale":"2024-09-13T15:06:11.466907+0000","last_undegraded":"2024-09-13T15:06:11.466907+0000","last_fullsized":"2024-09-13T15:06:11.466907+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:41:18.049255+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"4.13","version":"0'0","reported_seq":162,"reported_epoch":1428,"state":"active+clean","last_fresh":"2024-09-13T15:06:11.469036+0000","last_change":"2024-09-13T14:57:14.905886+0000","last_active":"2024-09-13T15:06:11.469036+0000","last_peered":"2024-09-13T15:06:11.469036+0000","last_clean":"2024-09-13T15:06:11.469036+0000","last_became_active":"2024-09-13T14:57:14.905522+0000","last_became_peered":"2024-09-13T14:57:14.905522+0000","last_unstale":"2024-09-13T15:06:11.469036+0000","last_undegraded":"2024-09-13T15:06:11.469036+0000","last_fullsized":"2024-09-13T15:06:11.469036+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:15:11.492951+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[4,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.14","version":"455'23","reported_seq":225,"reported_epoch":1428,"state":"active+clean","last_fresh":"2024-09-13T15:06:11.467524+0000","last_change":"2024-09-13T15:03:38.355028+0000","last_active":"2024-09-13T15:06:11.467524+0000","last_peered":"2024-09-13T15:06:11.467524+0000","last_clean":"2024-09-13T15:06:11.467524+0000","last_became_active":"2024-09-13T15:03:38.354646+0000","last_became_peered":"2024-09-13T15:03:38.354646+0000","last_unstale":"2024-09-13T15:06:11.467524+0000","last_undegraded":"2024-09-13T15:06:11.467524+0000","last_fullsized":"2024-09-13T15:06:11.467524+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":23,"log_dups_size":0,"ondisk_log_size":23,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:45:54.923031+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":4756,"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":23,"num_write_kb":20,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":20,"num_bytes_recovered":23780,"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":[4,7,2],"acting":[4,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.12","version":"0'0","reported_seq":187,"reported_epoch":1429,"state":"active+clean","last_fresh":"2024-09-13T15:06:12.479635+0000","last_change":"2024-09-13T15:01:09.619289+0000","last_active":"2024-09-13T15:06:12.479635+0000","last_peered":"2024-09-13T15:06:12.479635+0000","last_clean":"2024-09-13T15:06:12.479635+0000","last_became_active":"2024-09-13T15:01:09.618935+0000","last_became_peered":"2024-09-13T15:01:09.618935+0000","last_unstale":"2024-09-13T15:06:12.479635+0000","last_undegraded":"2024-09-13T15:06:12.479635+0000","last_fullsized":"2024-09-13T15:06:12.479635+0000","mapping_epoch":1341,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1342,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:11:34.367502+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.15","version":"70'3","reported_seq":143,"reported_epoch":1427,"state":"active+clean","last_fresh":"2024-09-13T15:06:02.341179+0000","last_change":"2024-09-13T15:03:38.351650+0000","last_active":"2024-09-13T15:06:02.341179+0000","last_peered":"2024-09-13T15:06:02.341179+0000","last_clean":"2024-09-13T15:06:02.341179+0000","last_became_active":"2024-09-13T15:03:38.350405+0000","last_became_peered":"2024-09-13T15:03:38.350405+0000","last_unstale":"2024-09-13T15:06:02.341179+0000","last_undegraded":"2024-09-13T15:06:02.341179+0000","last_fullsized":"2024-09-13T15:06:02.341179+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T15:39:09.711845+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":6,"num_bytes_recovered":270,"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,3,4],"acting":[7,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.14","version":"373'149","reported_seq":1818,"reported_epoch":1429,"state":"active+clean","last_fresh":"2024-09-13T15:06:12.480207+0000","last_change":"2024-09-13T15:03:38.353142+0000","last_active":"2024-09-13T15:06:12.480207+0000","last_peered":"2024-09-13T15:06:12.480207+0000","last_clean":"2024-09-13T15:06:12.480207+0000","last_became_active":"2024-09-13T15:03:38.352816+0000","last_became_peered":"2024-09-13T15:03:38.352816+0000","last_unstale":"2024-09-13T15:06:12.480207+0000","last_undegraded":"2024-09-13T15:06:12.480207+0000","last_fullsized":"2024-09-13T15:06:12.480207+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:01:25.087696+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:01:25.087696+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:54:01.274831+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[2,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.16","version":"0'0","reported_seq":1456,"reported_epoch":1428,"state":"active+clean","last_fresh":"2024-09-13T15:06:11.473112+0000","last_change":"2024-09-13T15:03:38.347080+0000","last_active":"2024-09-13T15:06:11.473112+0000","last_peered":"2024-09-13T15:06:11.473112+0000","last_clean":"2024-09-13T15:06:11.473112+0000","last_became_active":"2024-09-13T15:03:38.346731+0000","last_became_peered":"2024-09-13T15:03:38.346731+0000","last_unstale":"2024-09-13T15:06:11.473112+0000","last_undegraded":"2024-09-13T15:06:11.473112+0000","last_fullsized":"2024-09-13T15:06:11.473112+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:12:59.793120+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.11","version":"0'0","reported_seq":189,"reported_epoch":1429,"state":"active+clean","last_fresh":"2024-09-13T15:06:12.485801+0000","last_change":"2024-09-13T15:03:38.347061+0000","last_active":"2024-09-13T15:06:12.485801+0000","last_peered":"2024-09-13T15:06:12.485801+0000","last_clean":"2024-09-13T15:06:12.485801+0000","last_became_active":"2024-09-13T15:03:38.346728+0000","last_became_peered":"2024-09-13T15:03:38.346728+0000","last_unstale":"2024-09-13T15:06:12.485801+0000","last_undegraded":"2024-09-13T15:06:12.485801+0000","last_fullsized":"2024-09-13T15:06:12.485801+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:27:43.708101+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[3,7,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.17","version":"0'0","reported_seq":2071,"reported_epoch":1429,"state":"active+clean","last_fresh":"2024-09-13T15:06:12.480125+0000","last_change":"2024-09-13T15:01:24.980537+0000","last_active":"2024-09-13T15:06:12.480125+0000","last_peered":"2024-09-13T15:06:12.480125+0000","last_clean":"2024-09-13T15:06:12.480125+0000","last_became_active":"2024-09-13T15:01:24.980250+0000","last_became_peered":"2024-09-13T15:01:24.980250+0000","last_unstale":"2024-09-13T15:06:12.480125+0000","last_undegraded":"2024-09-13T15:06:12.480125+0000","last_fullsized":"2024-09-13T15:06:12.480125+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:24:28.559561+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.10","version":"0'0","reported_seq":178,"reported_epoch":1429,"state":"active+clean","last_fresh":"2024-09-13T15:06:12.484167+0000","last_change":"2024-09-13T15:01:24.974745+0000","last_active":"2024-09-13T15:06:12.484167+0000","last_peered":"2024-09-13T15:06:12.484167+0000","last_clean":"2024-09-13T15:06:12.484167+0000","last_became_active":"2024-09-13T15:01:24.974421+0000","last_became_peered":"2024-09-13T15:01:24.974421+0000","last_unstale":"2024-09-13T15:06:12.484167+0000","last_undegraded":"2024-09-13T15:06:12.484167+0000","last_fullsized":"2024-09-13T15:06:12.484167+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:28:38.841799+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"4.1f","version":"0'0","reported_seq":1258,"reported_epoch":1428,"state":"active+clean","last_fresh":"2024-09-13T15:06:11.473522+0000","last_change":"2024-09-13T14:56:24.931876+0000","last_active":"2024-09-13T15:06:11.473522+0000","last_peered":"2024-09-13T15:06:11.473522+0000","last_clean":"2024-09-13T15:06:11.473522+0000","last_became_active":"2024-09-13T14:56:24.931589+0000","last_became_peered":"2024-09-13T14:56:24.931589+0000","last_unstale":"2024-09-13T15:06:11.473522+0000","last_undegraded":"2024-09-13T15:06:11.473522+0000","last_fullsized":"2024-09-13T15:06:11.473522+0000","mapping_epoch":1264,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1265,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:34:37.022035+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"3.18","version":"0'0","reported_seq":184,"reported_epoch":1429,"state":"active+clean","last_fresh":"2024-09-13T15:06:12.484136+0000","last_change":"2024-09-13T15:03:51.627446+0000","last_active":"2024-09-13T15:06:12.484136+0000","last_peered":"2024-09-13T15:06:12.484136+0000","last_clean":"2024-09-13T15:06:12.484136+0000","last_became_active":"2024-09-13T15:03:51.627121+0000","last_became_peered":"2024-09-13T15:03:51.627121+0000","last_unstale":"2024-09-13T15:06:12.484136+0000","last_undegraded":"2024-09-13T15:06:12.484136+0000","last_fullsized":"2024-09-13T15:06:12.484136+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:48:38.869948+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1e","version":"0'0","reported_seq":2113,"reported_epoch":1429,"state":"active+clean","last_fresh":"2024-09-13T15:06:12.480396+0000","last_change":"2024-09-13T15:05:51.741349+0000","last_active":"2024-09-13T15:06:12.480396+0000","last_peered":"2024-09-13T15:06:12.480396+0000","last_clean":"2024-09-13T15:06:12.480396+0000","last_became_active":"2024-09-13T15:05:51.741016+0000","last_became_peered":"2024-09-13T15:05:51.741016+0000","last_unstale":"2024-09-13T15:06:12.480396+0000","last_undegraded":"2024-09-13T15:06:12.480396+0000","last_fullsized":"2024-09-13T15:06:12.480396+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:24:57.100933+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.19","version":"0'0","reported_seq":2075,"reported_epoch":1429,"state":"active+clean","last_fresh":"2024-09-13T15:06:12.596491+0000","last_change":"2024-09-13T15:01:24.971960+0000","last_active":"2024-09-13T15:06:12.596491+0000","last_peered":"2024-09-13T15:06:12.596491+0000","last_clean":"2024-09-13T15:06:12.596491+0000","last_became_active":"2024-09-13T15:01:24.971517+0000","last_became_peered":"2024-09-13T15:01:24.971517+0000","last_unstale":"2024-09-13T15:06:12.596491+0000","last_undegraded":"2024-09-13T15:06:12.596491+0000","last_fullsized":"2024-09-13T15:06:12.596491+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:30:11.660530+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1d","version":"0'0","reported_seq":177,"reported_epoch":1429,"state":"active+clean","last_fresh":"2024-09-13T15:06:12.485385+0000","last_change":"2024-09-13T15:01:24.976076+0000","last_active":"2024-09-13T15:06:12.485385+0000","last_peered":"2024-09-13T15:06:12.485385+0000","last_clean":"2024-09-13T15:06:12.485385+0000","last_became_active":"2024-09-13T15:01:24.975757+0000","last_became_peered":"2024-09-13T15:01:24.975757+0000","last_unstale":"2024-09-13T15:06:12.485385+0000","last_undegraded":"2024-09-13T15:06:12.485385+0000","last_fullsized":"2024-09-13T15:06:12.485385+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:12:40.080845+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"3.1a","version":"70'1","reported_seq":171,"reported_epoch":1428,"state":"active+clean","last_fresh":"2024-09-13T15:06:11.467048+0000","last_change":"2024-09-13T15:01:09.621644+0000","last_active":"2024-09-13T15:06:11.467048+0000","last_peered":"2024-09-13T15:06:11.467048+0000","last_clean":"2024-09-13T15:06:11.467048+0000","last_became_active":"2024-09-13T15:01:09.620336+0000","last_became_peered":"2024-09-13T15:01:09.620336+0000","last_unstale":"2024-09-13T15:06:11.467048+0000","last_undegraded":"2024-09-13T15:06:11.467048+0000","last_fullsized":"2024-09-13T15:06:11.467048+0000","mapping_epoch":1341,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1342,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T20:00:35.360146+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1c","version":"0'0","reported_seq":194,"reported_epoch":1429,"state":"active+clean","last_fresh":"2024-09-13T15:06:12.480312+0000","last_change":"2024-09-13T15:01:24.976370+0000","last_active":"2024-09-13T15:06:12.480312+0000","last_peered":"2024-09-13T15:06:12.480312+0000","last_clean":"2024-09-13T15:06:12.480312+0000","last_became_active":"2024-09-13T15:01:24.975596+0000","last_became_peered":"2024-09-13T15:01:24.975596+0000","last_unstale":"2024-09-13T15:06:12.480312+0000","last_undegraded":"2024-09-13T15:06:12.480312+0000","last_fullsized":"2024-09-13T15:06:12.480312+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:13:32.203601+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[2,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.1b","version":"70'1","reported_seq":60,"reported_epoch":1429,"state":"active+clean","last_fresh":"2024-09-13T15:06:12.478954+0000","last_change":"2024-09-13T15:03:51.621572+0000","last_active":"2024-09-13T15:06:12.478954+0000","last_peered":"2024-09-13T15:06:12.478954+0000","last_clean":"2024-09-13T15:06:12.478954+0000","last_became_active":"2024-09-13T15:03:51.621247+0000","last_became_peered":"2024-09-13T15:03:51.621247+0000","last_unstale":"2024-09-13T15:06:12.478954+0000","last_undegraded":"2024-09-13T15:06:12.478954+0000","last_fullsized":"2024-09-13T15:06:12.478954+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T00:42:04.854905+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1b","version":"0'0","reported_seq":198,"reported_epoch":1428,"state":"active+clean","last_fresh":"2024-09-13T15:06:11.469175+0000","last_change":"2024-09-13T15:01:24.977220+0000","last_active":"2024-09-13T15:06:11.469175+0000","last_peered":"2024-09-13T15:06:11.469175+0000","last_clean":"2024-09-13T15:06:11.469175+0000","last_became_active":"2024-09-13T15:01:24.976741+0000","last_became_peered":"2024-09-13T15:01:24.976741+0000","last_unstale":"2024-09-13T15:06:11.469175+0000","last_undegraded":"2024-09-13T15:06:11.469175+0000","last_fullsized":"2024-09-13T15:06:11.469175+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:58:20.383610+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,3,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1c","version":"70'2","reported_seq":1438,"reported_epoch":1428,"state":"active+clean","last_fresh":"2024-09-13T15:06:11.472022+0000","last_change":"2024-09-13T14:57:15.014505+0000","last_active":"2024-09-13T15:06:11.472022+0000","last_peered":"2024-09-13T15:06:11.472022+0000","last_clean":"2024-09-13T15:06:11.472022+0000","last_became_active":"2024-09-13T14:57:14.993038+0000","last_became_peered":"2024-09-13T14:57:14.993038+0000","last_unstale":"2024-09-13T15:06:11.472022+0000","last_undegraded":"2024-09-13T15:06:11.472022+0000","last_fullsized":"2024-09-13T15:06:11.472022+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T14:36:30.851322+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":4,"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":[5,4,1],"acting":[5,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.1a","version":"0'0","reported_seq":189,"reported_epoch":1428,"state":"active+clean","last_fresh":"2024-09-13T15:06:11.466927+0000","last_change":"2024-09-13T15:01:24.976575+0000","last_active":"2024-09-13T15:06:11.466927+0000","last_peered":"2024-09-13T15:06:11.466927+0000","last_clean":"2024-09-13T15:06:11.466927+0000","last_became_active":"2024-09-13T15:01:24.976122+0000","last_became_peered":"2024-09-13T15:01:24.976122+0000","last_unstale":"2024-09-13T15:06:11.466927+0000","last_undegraded":"2024-09-13T15:06:11.466927+0000","last_fullsized":"2024-09-13T15:06:11.466927+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:25:55.386466+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[4,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1d","version":"70'2","reported_seq":1426,"reported_epoch":1428,"state":"active+clean","last_fresh":"2024-09-13T15:06:11.472250+0000","last_change":"2024-09-13T14:57:14.995153+0000","last_active":"2024-09-13T15:06:11.472250+0000","last_peered":"2024-09-13T15:06:11.472250+0000","last_clean":"2024-09-13T15:06:11.472250+0000","last_became_active":"2024-09-13T14:57:14.955820+0000","last_became_peered":"2024-09-13T14:57:14.955820+0000","last_unstale":"2024-09-13T15:06:11.472250+0000","last_undegraded":"2024-09-13T15:06:11.472250+0000","last_fullsized":"2024-09-13T15:06:11.472250+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T02:09:07.710606+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":3,"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":[5,4,1],"acting":[5,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.19","version":"0'0","reported_seq":177,"reported_epoch":1429,"state":"active+clean","last_fresh":"2024-09-13T15:06:12.485629+0000","last_change":"2024-09-13T15:01:24.975308+0000","last_active":"2024-09-13T15:06:12.485629+0000","last_peered":"2024-09-13T15:06:12.485629+0000","last_clean":"2024-09-13T15:06:12.485629+0000","last_became_active":"2024-09-13T15:01:24.974989+0000","last_became_peered":"2024-09-13T15:01:24.974989+0000","last_unstale":"2024-09-13T15:06:12.485629+0000","last_undegraded":"2024-09-13T15:06:12.485629+0000","last_fullsized":"2024-09-13T15:06:12.485629+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:22:58.631475+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,0],"acting":[3,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1e","version":"70'1","reported_seq":179,"reported_epoch":1429,"state":"active+clean","last_fresh":"2024-09-13T15:06:12.486242+0000","last_change":"2024-09-13T15:01:24.986072+0000","last_active":"2024-09-13T15:06:12.486242+0000","last_peered":"2024-09-13T15:06:12.486242+0000","last_clean":"2024-09-13T15:06:12.486242+0000","last_became_active":"2024-09-13T15:01:24.985247+0000","last_became_peered":"2024-09-13T15:01:24.985247+0000","last_unstale":"2024-09-13T15:06:12.486242+0000","last_undegraded":"2024-09-13T15:06:12.486242+0000","last_fullsized":"2024-09-13T15:06:12.486242+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T14:34:52.287383+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,1],"acting":[3,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.18","version":"0'0","reported_seq":179,"reported_epoch":1428,"state":"active+clean","last_fresh":"2024-09-13T15:06:11.470177+0000","last_change":"2024-09-13T15:05:51.743211+0000","last_active":"2024-09-13T15:06:11.470177+0000","last_peered":"2024-09-13T15:06:11.470177+0000","last_clean":"2024-09-13T15:06:11.470177+0000","last_became_active":"2024-09-13T15:05:51.742849+0000","last_became_peered":"2024-09-13T15:05:51.742849+0000","last_unstale":"2024-09-13T15:06:11.470177+0000","last_undegraded":"2024-09-13T15:06:11.470177+0000","last_fullsized":"2024-09-13T15:06:11.470177+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:51:58.508631+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1f","version":"70'4","reported_seq":67,"reported_epoch":1429,"state":"active+clean","last_fresh":"2024-09-13T15:06:12.479879+0000","last_change":"2024-09-13T15:05:47.245115+0000","last_active":"2024-09-13T15:06:12.479879+0000","last_peered":"2024-09-13T15:06:12.479879+0000","last_clean":"2024-09-13T15:06:12.479879+0000","last_became_active":"2024-09-13T15:03:51.620936+0000","last_became_peered":"2024-09-13T15:03:51.620936+0000","last_unstale":"2024-09-13T15:06:12.479879+0000","last_undegraded":"2024-09-13T15:06:12.479879+0000","last_fullsized":"2024-09-13T15:06:12.479879+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1419,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T00:58:17.705835+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":14,"num_bytes_recovered":4074,"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,5,2],"acting":[0,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]}],"pool_stats":[{"poolid":10,"num_pg":16,"stat_sum":{"num_bytes":1692794904,"num_objects":25831,"num_object_clones":0,"num_object_copies":77493,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":19916,"num_objects_misplaced":569,"num_objects_unfound":0,"num_objects_dirty":25831,"num_whiteouts":0,"num_read":1,"num_read_kb":1,"num_write":209031,"num_write_kb":7515521,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":16632,"num_bytes_recovered":1003814912,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":5623853056,"data_stored":5623840840,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":101125,"ondisk_log_size":101125,"up":48,"acting":43,"num_store_stats":7},{"poolid":4,"num_pg":32,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":96,"acting":96,"num_store_stats":8},{"poolid":3,"num_pg":32,"stat_sum":{"num_bytes":5554,"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":62,"num_write_kb":31,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":91,"num_bytes_recovered":28572,"num_keys_recovered":30,"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":122880,"data_stored":22104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":23634,"internal_metadata":0},"log_size":56,"ondisk_log_size":56,"up":96,"acting":96,"num_store_stats":8},{"poolid":2,"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":8,"num_bytes_recovered":19,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":16384,"data_stored":76,"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":1,"num_pg":21,"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":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":5,"num_bytes_recovered":1378432,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":2375680,"data_stored":2361472,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":3129,"ondisk_log_size":3129,"up":63,"acting":63,"num_store_stats":8}],"osd_stats":[{"osd":7,"up_from":1400,"seq":6012954214432,"num_pgs":45,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":679384,"kb_used_data":503436,"kb_used_omap":66,"kb_used_meta":175869,"kb_avail":93065768,"statfs":{"total":95995035648,"available":95299346432,"internally_reserved":0,"allocated":515518464,"data_stored":512633915,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":67622,"internal_metadata":180090842},"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":0,"seq":5248450035875,"num_pgs":0,"num_osds":0,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":0,"kb_used":0,"kb_used_data":0,"kb_used_omap":0,"kb_used_meta":0,"kb_avail":0,"statfs":{"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},"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":[]},{"osd":5,"up_from":38,"seq":163208757845,"num_pgs":46,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1907156,"kb_used_data":631436,"kb_used_omap":1,"kb_used_meta":1275710,"kb_avail":91837996,"statfs":{"total":95995035648,"available":94042107904,"internally_reserved":0,"allocated":646590464,"data_stored":643709069,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":1306327494},"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":[]},{"osd":4,"up_from":30,"seq":128849019482,"num_pgs":61,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":2060584,"kb_used_data":1275616,"kb_used_omap":1,"kb_used_meta":784958,"kb_avail":91684568,"statfs":{"total":95995035648,"available":93884997632,"internally_reserved":0,"allocated":1306230784,"data_stored":1303335208,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":803797446},"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":845,"seq":3629247365511,"num_pgs":53,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1550876,"kb_used_data":607180,"kb_used_omap":34,"kb_used_meta":943581,"kb_avail":92194276,"statfs":{"total":95995035648,"available":94406938624,"internally_reserved":0,"allocated":621752320,"data_stored":618870450,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":35801,"internal_metadata":966226983},"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":[1,0,3,2,1],"upper_bound":32},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":2,"up_from":813,"seq":3491808412046,"num_pgs":34,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1416676,"kb_used_data":802716,"kb_used_omap":50,"kb_used_meta":613901,"kb_avail":92328476,"statfs":{"total":95995035648,"available":94544359424,"internally_reserved":0,"allocated":821981184,"data_stored":819090706,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":52011,"internal_metadata":628634837},"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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[]},{"osd":1,"up_from":780,"seq":3350074491284,"num_pgs":46,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1844860,"kb_used_data":710512,"kb_used_omap":30,"kb_used_meta":1134305,"kb_avail":91900292,"statfs":{"total":95995035648,"available":94105899008,"internally_reserved":0,"allocated":727564288,"data_stored":724701819,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":31404,"internal_metadata":1161528660},"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":[1,0,2,0,1],"upper_bound":32},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":746,"seq":3204045603227,"num_pgs":51,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":2109216,"kb_used_data":1088212,"kb_used_omap":66,"kb_used_meta":1020925,"kb_avail":91635936,"statfs":{"total":95995035648,"available":93835198464,"internally_reserved":0,"allocated":1114329088,"data_stored":1111441533,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":68403,"internal_metadata":1045427405},"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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":327680,"data_stored":327680,"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":0,"data_stored":0,"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":266240,"data_stored":262688,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"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":327680,"data_stored":327680,"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":266240,"data_stored":262688,"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":0,"data_stored":0,"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":4096,"data_stored":19,"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":4096,"data_stored":19,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":4096,"data_stored":19,"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":4096,"data_stored":19,"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":0,"data_stored":0,"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":8192,"data_stored":604,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3890,"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":3041,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":20480,"data_stored":5372,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1366,"internal_metadata":0},{"poolid":3,"osd":3,"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":3176,"internal_metadata":0},{"poolid":3,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":24576,"data_stored":4902,"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":8192,"data_stored":652,"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":24576,"data_stored":5442,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5318,"internal_metadata":0},{"poolid":3,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":28672,"data_stored":4972,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":6843,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":10,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":1089081344,"data_stored":1089077272,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":10,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":716308480,"data_stored":716308480,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":10,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":805634048,"data_stored":805634048,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":10,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":607129600,"data_stored":607125528,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":10,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":1275990016,"data_stored":1275985944,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":10,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":621871104,"data_stored":621871104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":10,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":507838464,"data_stored":507838464,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-13T15:06:20.018 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph status --format=json 2024-09-13T15:06:20.034 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:06:20.069 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:20.069 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:20.070 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:06:20.171 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:20.189 INFO:teuthology.orchestra.run.smithi104.stdout:ERROR: (22) Invalid argument 2024-09-13T15:06:20.189 INFO:teuthology.orchestra.run.smithi104.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T15:06:20.207 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:20.208 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:20.208 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:06:20.309 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:06:20.338 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:20.339 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:20.339 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:06:20.440 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:20.472 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:20.473 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:20.473 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:06:20.574 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:06:20.601 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:20.602 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:20.602 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:06:20.703 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:20.724 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:20.725 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:20.725 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:20.826 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:06:20.847 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:20.848 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:20.848 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:06:20.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:20 smithi071 ceph-mon[107477]: pgmap v2279: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 1 active+remapped+backfilling, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 3 active+recovery_wait+undersized+degraded+remapped, 102 active+clean; 1.6 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 599 op/s; 19916/76782 objects degraded (25.938%); 569/76782 objects misplaced (0.741%); 14 MiB/s, 282 objects/s recovering 2024-09-13T15:06:20.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:20 smithi071 ceph-mon[112785]: pgmap v2279: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 1 active+remapped+backfilling, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 3 active+recovery_wait+undersized+degraded+remapped, 102 active+clean; 1.6 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 599 op/s; 19916/76782 objects degraded (25.938%); 569/76782 objects misplaced (0.741%); 14 MiB/s, 282 objects/s recovering 2024-09-13T15:06:20.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:20 smithi104 ceph-mon[105578]: pgmap v2279: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 1 active+remapped+backfilling, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 3 active+recovery_wait+undersized+degraded+remapped, 102 active+clean; 1.6 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 599 op/s; 19916/76782 objects degraded (25.938%); 569/76782 objects misplaced (0.741%); 14 MiB/s, 282 objects/s recovering 2024-09-13T15:06:20.949 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:06:20.971 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:20.972 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:20.973 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:06:21.073 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:06:21.097 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:21.097 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:21.097 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:06:21.198 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:06:21.205 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.5 dump_ops_in_flight 2024-09-13T15:06:21.222 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:21.223 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:21.224 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:06:21.325 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:06:21.350 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:21.351 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:21.351 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:06:21.452 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:21.464 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:06:21.478 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:21.478 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:21.479 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:21.540 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T15:06:21.579 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:21.609 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:21.610 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:21.610 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:06:21.711 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:21.745 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:21.746 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:21.746 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:21.847 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:21.881 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:21.881 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:21.882 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:06:21.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:21 smithi071 ceph-mon[107477]: osdmap e1431: 8 total, 8 up, 7 in 2024-09-13T15:06:21.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:21 smithi071 ceph-mon[112785]: osdmap e1431: 8 total, 8 up, 7 in 2024-09-13T15:06:21.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:21 smithi104 ceph-mon[105578]: osdmap e1431: 8 total, 8 up, 7 in 2024-09-13T15:06:21.982 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:06:22.013 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:22.013 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:22.014 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:06:22.114 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:22.154 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:22.155 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:22.155 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:22.256 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:06:22.283 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:22.283 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:22.284 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:06:22.385 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:22.420 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:22.420 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:22.421 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:22.522 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:06:22.564 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:22.565 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:22.565 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:06:22.596 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:22 smithi071 ceph-mon[107477]: pgmap v2281: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 1 active+recovering+undersized+degraded+remapped, 1 active+remapped+backfilling, 3 active+recovery_wait+undersized+degraded+remapped, 102 active+clean; 1.4 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 741 op/s; 19659/70095 objects degraded (28.046%); 569/70095 objects misplaced (0.812%); 7.9 MiB/s, 176 objects/s recovering 2024-09-13T15:06:22.596 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:22 smithi071 ceph-mon[107477]: osdmap e1432: 8 total, 8 up, 7 in 2024-09-13T15:06:22.596 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:22 smithi071 ceph-mon[112785]: pgmap v2281: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 1 active+recovering+undersized+degraded+remapped, 1 active+remapped+backfilling, 3 active+recovery_wait+undersized+degraded+remapped, 102 active+clean; 1.4 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 741 op/s; 19659/70095 objects degraded (28.046%); 569/70095 objects misplaced (0.812%); 7.9 MiB/s, 176 objects/s recovering 2024-09-13T15:06:22.596 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:22 smithi071 ceph-mon[112785]: osdmap e1432: 8 total, 8 up, 7 in 2024-09-13T15:06:22.666 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:22.705 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:22.705 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:22.706 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:22.807 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:22.838 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:06:22.839 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:22.839 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:22.839 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:22.891 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:06:22 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:06:22] "GET /metrics HTTP/1.1" 200 36697 "" "Prometheus/2.51.0" 2024-09-13T15:06:22.919 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:22 smithi104 ceph-mon[105578]: pgmap v2281: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 1 active+recovering+undersized+degraded+remapped, 1 active+remapped+backfilling, 3 active+recovery_wait+undersized+degraded+remapped, 102 active+clean; 1.4 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 741 op/s; 19659/70095 objects degraded (28.046%); 569/70095 objects misplaced (0.812%); 7.9 MiB/s, 176 objects/s recovering 2024-09-13T15:06:22.920 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:22 smithi104 ceph-mon[105578]: osdmap e1432: 8 total, 8 up, 7 in 2024-09-13T15:06:22.940 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:22.982 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:22.983 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:22.983 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:06:23.084 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:23.106 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:23.107 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:23.107 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:23.208 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:06:23.239 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:23.240 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:23.240 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:06:23.341 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:06:23.371 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:23.371 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:23.372 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:06:23.473 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:06:23.505 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:23.506 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:23.506 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:06:23.607 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:06:23.637 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:23.637 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:23.638 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:06:23.738 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:06:23.772 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:23.773 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:23.773 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:06:23.813 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:23 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 19659/70095 objects degraded (28.046%), 5 pgs degraded, 5 pgs undersized (PG_DEGRADED) 2024-09-13T15:06:23.813 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:23 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 19659/70095 objects degraded (28.046%), 5 pgs degraded, 5 pgs undersized (PG_DEGRADED) 2024-09-13T15:06:23.874 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:06:23.908 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:23.909 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:23.909 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:06:23.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:23 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 19659/70095 objects degraded (28.046%), 5 pgs degraded, 5 pgs undersized (PG_DEGRADED) 2024-09-13T15:06:24.010 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:24.018 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd set noscrub 2024-09-13T15:06:24.052 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:24.053 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:24.053 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:24.154 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:06:24.183 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:24.183 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:24.184 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:06:24.285 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:06:24.305 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:24.306 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:24.306 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:06:24.407 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:06:24.432 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:24.432 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:24.433 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:06:24.533 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:24.575 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:24.575 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:24.575 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:24.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:24 smithi071 ceph-mon[107477]: pgmap v2283: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 1 active+remapped+backfilling, 3 active+recovery_wait+undersized+degraded+remapped, 102 active+clean; 1.4 GiB data, 10 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 584 op/s; 19210/67038 objects degraded (28.655%); 569/67038 objects misplaced (0.849%); 0 B/s, 74 objects/s recovering 2024-09-13T15:06:24.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:24 smithi071 ceph-mon[112785]: pgmap v2283: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 1 active+remapped+backfilling, 3 active+recovery_wait+undersized+degraded+remapped, 102 active+clean; 1.4 GiB data, 10 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 584 op/s; 19210/67038 objects degraded (28.655%); 569/67038 objects misplaced (0.849%); 0 B/s, 74 objects/s recovering 2024-09-13T15:06:24.677 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:06:24.706 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:24.706 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:24.707 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:06:24.808 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:24.871 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:24.872 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:24.873 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:24.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:24 smithi104 ceph-mon[105578]: pgmap v2283: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 1 active+remapped+backfilling, 3 active+recovery_wait+undersized+degraded+remapped, 102 active+clean; 1.4 GiB data, 10 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 584 op/s; 19210/67038 objects degraded (28.655%); 569/67038 objects misplaced (0.849%); 0 B/s, 74 objects/s recovering 2024-09-13T15:06:24.973 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:06:25.004 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:25.004 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:25.005 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:06:25.105 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:06:25.137 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:25.138 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:25.138 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:06:25.239 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:06:25.286 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:25.287 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:25.287 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:06:25.388 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:06:25.414 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:25.415 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:25.415 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:06:25.516 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:25.538 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:25.538 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:25.539 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:06:25.639 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:06:25.679 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:25.680 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:25.680 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:06:25.781 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:25.818 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:25.819 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:25.819 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:25.920 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:06:25.950 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:25.951 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:25.951 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:06:26.052 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:06:26.083 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:26.083 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:26.084 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:06:26.185 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:06:26.227 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:26.228 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:26.229 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:06:26.330 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:06:26.373 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:26.374 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:26.374 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:06:26.475 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:06:26.499 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:26.500 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:26.500 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:06:26.601 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:26.621 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:26 smithi071 ceph-mon[107477]: pgmap v2284: 109 pgs: 1 active+recovery_wait, 1 active+recovering+undersized+degraded+remapped, 1 active+undersized+degraded+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 103 active+clean; 1.3 GiB data, 10 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 756 op/s; 19210/62052 objects degraded (30.958%); 5.1 MiB/s, 151 objects/s recovering 2024-09-13T15:06:26.621 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:26 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3391625173' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:06:26.621 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:26 smithi071 ceph-mon[112785]: pgmap v2284: 109 pgs: 1 active+recovery_wait, 1 active+recovering+undersized+degraded+remapped, 1 active+undersized+degraded+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 103 active+clean; 1.3 GiB data, 10 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 756 op/s; 19210/62052 objects degraded (30.958%); 5.1 MiB/s, 151 objects/s recovering 2024-09-13T15:06:26.621 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:26 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3391625173' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:06:26.637 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:26.638 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:26.638 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:26.670 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:26 smithi104 ceph-mon[105578]: pgmap v2284: 109 pgs: 1 active+recovery_wait, 1 active+recovering+undersized+degraded+remapped, 1 active+undersized+degraded+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 103 active+clean; 1.3 GiB data, 10 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 756 op/s; 19210/62052 objects degraded (30.958%); 5.1 MiB/s, 151 objects/s recovering 2024-09-13T15:06:26.670 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:26 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3391625173' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:06:26.739 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:06:26.778 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:26.778 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:26.779 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:06:26.867 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T15:06:26.867 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T15:06:26.867 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T15:06:26.867 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T15:06:26.867 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T15:06:26.867 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T15:06:26.867 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T15:06:26.867 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T15:06:26.868 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T15:06:26.868 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T15:06:26.868 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T15:06:26.868 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T15:06:26.868 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T15:06:26.868 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T15:06:26.868 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T15:06:26.868 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T15:06:26.880 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:06:26.911 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:26.911 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:26.912 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:06:27.012 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:06:27.051 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:27.051 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:27.052 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:06:27.128 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:06:27.153 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:27.194 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:27.194 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:27.194 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:27.295 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:27.338 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:27.338 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:27.339 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:27.440 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:06:27.484 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:27.484 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:27.485 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:06:27.555 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2024-09-13T15:06:27.555 INFO:teuthology.orchestra.run.smithi104.stdout: "ops": [ 2024-09-13T15:06:27.555 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.555 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.45977.0:218224 10.e e1432/1390 10:7dd97b7b:::benchmark_data_smithi071_326067_object100791:head v 1432'13398, mlcod=1432'13396)", 2024-09-13T15:06:27.555 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:06:27.551864+0000", 2024-09-13T15:06:27.555 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.00024996300000000002, 2024-09-13T15:06:27.555 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00027716600000000002, 2024-09-13T15:06:27.556 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:06:27.556 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "started", 2024-09-13T15:06:27.556 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:06:27.556 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.556 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:06:27.556 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.551864+0000", 2024-09-13T15:06:27.556 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:27.556 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.556 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.556 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:06:27.557 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.551864+0000", 2024-09-13T15:06:27.557 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:27.557 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.557 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.557 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:06:27.557 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.551863+0000", 2024-09-13T15:06:27.557 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T15:06:27.557 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.557 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.557 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:06:27.557 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.551871+0000", 2024-09-13T15:06:27.557 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.097e-06 2024-09-13T15:06:27.558 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.558 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.558 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:06:27.558 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.551892+0000", 2024-09-13T15:06:27.558 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.1043000000000002e-05 2024-09-13T15:06:27.558 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.558 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.558 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:06:27.558 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.551898+0000", 2024-09-13T15:06:27.558 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.2899999999999999e-06 2024-09-13T15:06:27.558 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.559 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.559 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:27.559 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.552015+0000", 2024-09-13T15:06:27.559 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000117253 2024-09-13T15:06:27.559 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.559 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.559 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:06:27.559 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.552034+0000", 2024-09-13T15:06:27.559 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.8805e-05 2024-09-13T15:06:27.559 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:27.559 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:06:27.559 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:27.559 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.560 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.560 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.45977.0:218206 10.a 10:58e1a8be:::benchmark_data_smithi071_326067_object100773:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1432)", 2024-09-13T15:06:27.560 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:06:27.534046+0000", 2024-09-13T15:06:27.560 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.018068150000000002, 2024-09-13T15:06:27.560 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.018163743, 2024-09-13T15:06:27.560 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:06:27.560 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "waiting for sub ops", 2024-09-13T15:06:27.560 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:06:27.560 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.45977", 2024-09-13T15:06:27.560 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4198631296", 2024-09-13T15:06:27.560 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 218206 2024-09-13T15:06:27.561 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.561 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:06:27.561 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.561 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:06:27.561 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.534046+0000", 2024-09-13T15:06:27.561 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:27.561 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.561 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.561 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:06:27.562 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.534046+0000", 2024-09-13T15:06:27.562 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:27.562 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.562 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.562 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:06:27.562 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.534045+0000", 2024-09-13T15:06:27.562 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T15:06:27.562 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.562 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.562 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:06:27.562 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.534052+0000", 2024-09-13T15:06:27.562 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.6930000000000007e-06 2024-09-13T15:06:27.562 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.562 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.563 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:06:27.563 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.534065+0000", 2024-09-13T15:06:27.563 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2463000000000001e-05 2024-09-13T15:06:27.563 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.563 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.563 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:06:27.563 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.534072+0000", 2024-09-13T15:06:27.563 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.8689999999999998e-06 2024-09-13T15:06:27.563 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.563 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.563 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:27.563 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.534138+0000", 2024-09-13T15:06:27.564 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.6122000000000002e-05 2024-09-13T15:06:27.564 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.564 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.564 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:06:27.564 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.534311+0000", 2024-09-13T15:06:27.564 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00017328800000000001 2024-09-13T15:06:27.564 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.564 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.564 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,2", 2024-09-13T15:06:27.564 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.534481+0000", 2024-09-13T15:06:27.564 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00016990500000000001 2024-09-13T15:06:27.564 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.564 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.565 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:27.565 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.541828+0000", 2024-09-13T15:06:27.565 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0073473339999999996 2024-09-13T15:06:27.565 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.565 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.565 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T15:06:27.565 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.541837+0000", 2024-09-13T15:06:27.565 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.4749999999999993e-06 2024-09-13T15:06:27.565 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:27.565 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:06:27.565 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:27.565 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.565 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.566 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.45977.0:218207 10.a 10:54da0d50:::benchmark_data_smithi071_326067_object100774:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1432)", 2024-09-13T15:06:27.566 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:06:27.534085+0000", 2024-09-13T15:06:27.566 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.018029541, 2024-09-13T15:06:27.566 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.018209812999999998, 2024-09-13T15:06:27.566 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:06:27.566 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "waiting for sub ops", 2024-09-13T15:06:27.566 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:06:27.566 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.45977", 2024-09-13T15:06:27.566 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4198631296", 2024-09-13T15:06:27.566 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 218207 2024-09-13T15:06:27.566 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.566 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:06:27.566 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.567 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:06:27.567 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.534085+0000", 2024-09-13T15:06:27.567 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:27.567 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.567 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.567 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:06:27.567 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.534085+0000", 2024-09-13T15:06:27.567 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:27.567 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.567 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.567 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:06:27.567 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.534084+0000", 2024-09-13T15:06:27.567 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T15:06:27.568 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.568 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.568 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:06:27.568 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.534087+0000", 2024-09-13T15:06:27.568 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.897e-06 2024-09-13T15:06:27.568 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.568 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.568 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:06:27.568 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.534093+0000", 2024-09-13T15:06:27.568 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.0789999999999997e-06 2024-09-13T15:06:27.568 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.568 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.568 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:06:27.569 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.534098+0000", 2024-09-13T15:06:27.569 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.5730000000000001e-06 2024-09-13T15:06:27.569 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.569 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.569 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:27.569 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.538036+0000", 2024-09-13T15:06:27.569 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0039385219999999999 2024-09-13T15:06:27.569 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.569 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.569 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:06:27.569 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.538231+0000", 2024-09-13T15:06:27.569 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000194575 2024-09-13T15:06:27.569 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.570 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.570 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,2", 2024-09-13T15:06:27.570 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.538383+0000", 2024-09-13T15:06:27.570 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00015262300000000001 2024-09-13T15:06:27.570 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.570 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.570 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:27.570 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.549178+0000", 2024-09-13T15:06:27.570 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.010794918000000001 2024-09-13T15:06:27.570 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.570 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.570 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T15:06:27.570 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.551261+0000", 2024-09-13T15:06:27.571 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.002082352 2024-09-13T15:06:27.571 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:27.571 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:06:27.571 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:27.571 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.571 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.571 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.45977.0:218177 10.a 10:5a37ee5e:::benchmark_data_smithi071_326067_object100744:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1432)", 2024-09-13T15:06:27.571 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:06:27.501631+0000", 2024-09-13T15:06:27.571 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.050483567999999999, 2024-09-13T15:06:27.571 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.050745677000000003, 2024-09-13T15:06:27.571 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:06:27.571 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "waiting for sub ops", 2024-09-13T15:06:27.572 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:06:27.572 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.45977", 2024-09-13T15:06:27.572 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4198631296", 2024-09-13T15:06:27.572 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 218177 2024-09-13T15:06:27.572 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.572 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:06:27.572 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.572 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:06:27.572 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.501631+0000", 2024-09-13T15:06:27.572 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:27.572 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.573 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.573 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:06:27.573 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.501631+0000", 2024-09-13T15:06:27.573 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:27.573 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.573 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.573 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:06:27.573 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.501630+0000", 2024-09-13T15:06:27.573 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T15:06:27.573 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.573 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.573 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:06:27.573 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.501633+0000", 2024-09-13T15:06:27.574 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.2600000000000001e-06 2024-09-13T15:06:27.574 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.574 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.574 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:06:27.574 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.501640+0000", 2024-09-13T15:06:27.574 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.4019999999999999e-06 2024-09-13T15:06:27.574 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.574 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.574 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:06:27.574 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.501644+0000", 2024-09-13T15:06:27.574 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.296e-06 2024-09-13T15:06:27.574 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.574 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.575 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:27.575 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.512161+0000", 2024-09-13T15:06:27.575 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.010516803999999999 2024-09-13T15:06:27.575 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.575 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.575 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:06:27.575 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.512332+0000", 2024-09-13T15:06:27.575 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00017095599999999999 2024-09-13T15:06:27.575 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.575 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.575 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,2", 2024-09-13T15:06:27.575 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.512491+0000", 2024-09-13T15:06:27.575 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00015960599999999999 2024-09-13T15:06:27.575 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.576 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.576 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T15:06:27.576 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.520120+0000", 2024-09-13T15:06:27.576 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0076283669999999996 2024-09-13T15:06:27.576 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.576 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.576 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:27.576 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.526141+0000", 2024-09-13T15:06:27.576 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0060212900000000003 2024-09-13T15:06:27.576 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:27.576 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:06:27.576 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:27.576 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.577 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.577 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.45977.0:218210 10.a 10:5ad22507:::benchmark_data_smithi071_326067_object100777:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1432)", 2024-09-13T15:06:27.577 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:06:27.538532+0000", 2024-09-13T15:06:27.577 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.013582313, 2024-09-13T15:06:27.577 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.013924236, 2024-09-13T15:06:27.577 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:06:27.577 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "waiting for sub ops", 2024-09-13T15:06:27.577 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:06:27.577 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.45977", 2024-09-13T15:06:27.577 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4198631296", 2024-09-13T15:06:27.577 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 218210 2024-09-13T15:06:27.577 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.578 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:06:27.578 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.578 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:06:27.578 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.538532+0000", 2024-09-13T15:06:27.578 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:27.578 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.578 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.578 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:06:27.578 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.538532+0000", 2024-09-13T15:06:27.578 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:27.578 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.578 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.578 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:06:27.579 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.538531+0000", 2024-09-13T15:06:27.579 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T15:06:27.579 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.579 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.579 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:06:27.579 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.538537+0000", 2024-09-13T15:06:27.579 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.7719999999999997e-06 2024-09-13T15:06:27.579 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.579 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.579 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:06:27.579 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.538549+0000", 2024-09-13T15:06:27.579 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1676e-05 2024-09-13T15:06:27.579 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.580 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.580 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:06:27.580 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.538556+0000", 2024-09-13T15:06:27.580 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.0759999999999997e-06 2024-09-13T15:06:27.580 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.580 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.580 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:27.580 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.541876+0000", 2024-09-13T15:06:27.580 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0033200450000000002 2024-09-13T15:06:27.580 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.580 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.580 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:06:27.581 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.542061+0000", 2024-09-13T15:06:27.581 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00018484999999999999 2024-09-13T15:06:27.581 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.581 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.581 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,2", 2024-09-13T15:06:27.581 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.544297+0000", 2024-09-13T15:06:27.581 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0022355560000000001 2024-09-13T15:06:27.581 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.581 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.581 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T15:06:27.581 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.551331+0000", 2024-09-13T15:06:27.581 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00703391 2024-09-13T15:06:27.581 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.581 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.582 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:27.582 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.551364+0000", 2024-09-13T15:06:27.582 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.3250000000000002e-05 2024-09-13T15:06:27.582 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:27.582 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:06:27.582 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:27.582 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.582 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.582 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.45977.0:218187 10.a 10:52e5883c:::benchmark_data_smithi071_326067_object100754:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1432)", 2024-09-13T15:06:27.582 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:06:27.509093+0000", 2024-09-13T15:06:27.582 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.043021608000000003, 2024-09-13T15:06:27.582 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.043452737999999998, 2024-09-13T15:06:27.582 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:06:27.583 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "waiting for sub ops", 2024-09-13T15:06:27.583 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:06:27.583 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.45977", 2024-09-13T15:06:27.583 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4198631296", 2024-09-13T15:06:27.583 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 218187 2024-09-13T15:06:27.583 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.583 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:06:27.583 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.583 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:06:27.583 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.509093+0000", 2024-09-13T15:06:27.583 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:27.583 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.583 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.583 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:06:27.584 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.509093+0000", 2024-09-13T15:06:27.584 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:27.584 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.584 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.584 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:06:27.584 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.509091+0000", 2024-09-13T15:06:27.584 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T15:06:27.584 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.584 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.584 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:06:27.584 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.509098+0000", 2024-09-13T15:06:27.584 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.4579999999999998e-06 2024-09-13T15:06:27.584 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.585 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.585 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:06:27.585 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.509110+0000", 2024-09-13T15:06:27.585 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2078e-05 2024-09-13T15:06:27.585 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.585 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.585 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:06:27.585 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.509117+0000", 2024-09-13T15:06:27.585 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.9149999999999999e-06 2024-09-13T15:06:27.585 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.585 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.585 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:27.586 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:27.587 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.515966+0000", 2024-09-13T15:06:27.587 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0068497940000000002 2024-09-13T15:06:27.587 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.587 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.587 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:06:27.587 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.516116+0000", 2024-09-13T15:06:27.587 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00014997900000000001 2024-09-13T15:06:27.587 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.587 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.587 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,2", 2024-09-13T15:06:27.587 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.516268+0000", 2024-09-13T15:06:27.588 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000151175 2024-09-13T15:06:27.588 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.588 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.588 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T15:06:27.588 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.520317+0000", 2024-09-13T15:06:27.588 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0040497390000000001 2024-09-13T15:06:27.588 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.588 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.588 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:27.588 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.526249+0000", 2024-09-13T15:06:27.588 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0059320270000000003 2024-09-13T15:06:27.588 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:27.588 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:06:27.588 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:27.589 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.589 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.589 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.45977.0:218216 10.3 e1432/1428 10:ca74b831:::benchmark_data_smithi071_326067_object100783:head v 1432'13750, mlcod=1432'13746)", 2024-09-13T15:06:27.589 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:06:27.547188+0000", 2024-09-13T15:06:27.589 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.0049257900000000002, 2024-09-13T15:06:27.589 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0054412760000000001, 2024-09-13T15:06:27.589 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:06:27.589 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "started", 2024-09-13T15:06:27.589 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:06:27.589 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.589 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:06:27.589 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.547188+0000", 2024-09-13T15:06:27.589 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:27.590 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.590 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.590 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:06:27.590 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.547188+0000", 2024-09-13T15:06:27.590 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:27.590 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.590 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.590 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:06:27.590 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.547188+0000", 2024-09-13T15:06:27.590 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T15:06:27.590 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.590 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.590 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:06:27.591 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.547196+0000", 2024-09-13T15:06:27.591 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.2740000000000007e-06 2024-09-13T15:06:27.591 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.591 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.591 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:06:27.591 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.547206+0000", 2024-09-13T15:06:27.591 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.6350000000000001e-06 2024-09-13T15:06:27.591 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.591 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.591 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:06:27.591 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.547211+0000", 2024-09-13T15:06:27.591 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.6250000000000004e-06 2024-09-13T15:06:27.591 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.592 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.592 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:27.592 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.547564+0000", 2024-09-13T15:06:27.592 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00035268300000000001 2024-09-13T15:06:27.592 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:27.592 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:27.592 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:06:27.592 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:27.547583+0000", 2024-09-13T15:06:27.592 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.8867000000000001e-05 2024-09-13T15:06:27.592 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:27.592 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:06:27.592 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:27.592 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:27.593 INFO:teuthology.orchestra.run.smithi104.stdout: ], 2024-09-13T15:06:27.593 INFO:teuthology.orchestra.run.smithi104.stdout: "num_ops": 7 2024-09-13T15:06:27.593 INFO:teuthology.orchestra.run.smithi104.stdout:} 2024-09-13T15:06:27.616 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:27.617 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:27.617 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:06:27.718 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:27.758 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:27.758 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:27.759 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:27.859 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:27.893 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:27.894 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:27.894 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:27.995 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:06:28.025 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:28.026 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:28.026 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:06:28.127 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:28.173 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:28.174 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:28.174 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:28.275 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:28.302 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.5 dump_blocked_ops 2024-09-13T15:06:28.317 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:28.318 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:28.318 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:06:28.419 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:06:28.456 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:28.457 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:28.457 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:06:28.558 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:06:28.601 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:28.602 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:28.602 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:06:28.624 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T15:06:28.703 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:06:28.747 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:28.747 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:28.748 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:06:28.813 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:28 smithi104 ceph-mon[105578]: pgmap v2285: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 3 active+recovery_wait+undersized+degraded+remapped, 103 active+clean; 1.1 GiB data, 9.7 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 879 op/s; 18466/55671 objects degraded (33.170%); 4.1 MiB/s, 188 objects/s recovering 2024-09-13T15:06:28.813 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:28 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2173730793' entity='client.admin' cmd={"prefix": "status", "format": "json"} : dispatch 2024-09-13T15:06:28.813 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:28 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 18466/55671 objects degraded (33.170%), 5 pgs degraded, 5 pgs undersized (PG_DEGRADED) 2024-09-13T15:06:28.849 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:06:28.853 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T15:06:28.853 INFO:teuthology.orchestra.run.smithi071.stdout:{"fsid":"18f8172c-71da-11ef-bceb-c7b262605968","health":{"status":"HEALTH_WARN","checks":{"PG_DEGRADED":{"severity":"HEALTH_WARN","summary":{"message":"Degraded data redundancy: 18466/55671 objects degraded (33.170%), 5 pgs degraded, 5 pgs undersized","count":10},"muted":false}},"mutes":[]},"election_epoch":30,"quorum":[0,1,2],"quorum_names":["a","b","c"],"quorum_age":2311,"monmap":{"epoch":4,"min_mon_release_name":"squid","num_mons":3},"osdmap":{"epoch":1432,"num_osds":8,"num_up_osds":8,"osd_up_since":1726239817,"num_in_osds":7,"osd_in_since":1726239683,"num_remapped_pgs":5},"pgmap":{"pgs_by_state":[{"state_name":"active+clean","count":103},{"state_name":"active+recovery_wait+undersized+degraded+remapped","count":3},{"state_name":"active+recovery_wait","count":1},{"state_name":"active+undersized+degraded+remapped+backfill_wait","count":1},{"state_name":"active+recovering+undersized+degraded+remapped","count":1}],"num_pgs":109,"num_pools":5,"num_objects":18557,"data_bytes":1214978045,"bytes_used":10450071552,"bytes_avail":661515177984,"bytes_total":671965249536,"degraded_objects":18466,"degraded_total":55671,"degraded_ratio":0.33169873003897898,"recovering_objects_per_sec":188,"recovering_bytes_per_sec":4348001,"recovering_keys_per_sec":0,"num_objects_recovered":1506,"num_bytes_recovered":34799616,"num_keys_recovered":0,"write_bytes_sec":0,"read_op_per_sec":0,"write_op_per_sec":879},"fsmap":{"epoch":9,"btime":"1970-01-01T00:00:00:000000+0000","id":1,"up":1,"in":1,"max":1,"by_rank":[{"filesystem_id":1,"rank":0,"name":"foo.smithi071.awdchm","status":"up:active","gid":14637}],"up:standby":1},"mgrmap":{"available":true,"num_standbys":1,"modules":["cephadm","dashboard","iostat","nfs","prometheus","restful"],"services":{"dashboard":"https://172.21.15.71:8443/","prometheus":"http://172.21.15.71:9283/"}},"servicemap":{"epoch":34,"modified":"2024-09-13T15:04:38.949404+0000","services":{}},"progress_events":{}} 2024-09-13T15:06:28.853 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:28 smithi071 ceph-mon[107477]: pgmap v2285: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 3 active+recovery_wait+undersized+degraded+remapped, 103 active+clean; 1.1 GiB data, 9.7 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 879 op/s; 18466/55671 objects degraded (33.170%); 4.1 MiB/s, 188 objects/s recovering 2024-09-13T15:06:28.853 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:28 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2173730793' entity='client.admin' cmd={"prefix": "status", "format": "json"} : dispatch 2024-09-13T15:06:28.854 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:28 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 18466/55671 objects degraded (33.170%), 5 pgs degraded, 5 pgs undersized (PG_DEGRADED) 2024-09-13T15:06:28.854 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:28 smithi071 ceph-mon[112785]: pgmap v2285: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 3 active+recovery_wait+undersized+degraded+remapped, 103 active+clean; 1.1 GiB data, 9.7 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 879 op/s; 18466/55671 objects degraded (33.170%); 4.1 MiB/s, 188 objects/s recovering 2024-09-13T15:06:28.854 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:28 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2173730793' entity='client.admin' cmd={"prefix": "status", "format": "json"} : dispatch 2024-09-13T15:06:28.854 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:28 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 18466/55671 objects degraded (33.170%), 5 pgs degraded, 5 pgs undersized (PG_DEGRADED) 2024-09-13T15:06:28.878 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:28.879 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:28.879 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:06:28.980 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:06:29.016 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:29.016 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:29.017 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:06:29.118 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:06:29.156 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:29.157 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:29.157 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:06:29.258 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:06:29.289 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:29.289 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:29.289 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:06:29.390 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:29.423 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:29.424 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:29.424 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:06:29.525 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:29.562 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:29.563 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:29.563 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:29.664 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:06:29.695 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:29.695 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:29.696 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:06:29.737 INFO:tasks.cephadm.ceph_manager.ceph:making progress, resetting timeout 2024-09-13T15:06:29.737 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-13T15:06:29.797 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:06:29.827 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:29.828 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:29.828 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:06:29.929 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:06:29.966 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:29.967 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:29.967 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:06:30.068 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:30.134 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:30.134 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:30.134 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:30.235 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:30.276 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:30.277 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:30.277 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:30.378 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:30.414 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:30.417 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:30.417 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:30.518 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:06:30.549 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:30.550 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:30.550 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:06:30.617 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2024-09-13T15:06:30.617 INFO:teuthology.orchestra.run.smithi104.stdout: "ops": [], 2024-09-13T15:06:30.617 INFO:teuthology.orchestra.run.smithi104.stdout: "complaint_time": 30, 2024-09-13T15:06:30.617 INFO:teuthology.orchestra.run.smithi104.stdout: "num_blocked_ops": 0 2024-09-13T15:06:30.617 INFO:teuthology.orchestra.run.smithi104.stdout:} 2024-09-13T15:06:30.651 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:30.690 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:30.691 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:30.691 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:30.698 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=false 2024-09-13T15:06:30.791 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:06:30.817 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:30.818 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:30.818 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:06:30.836 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:30 smithi071 ceph-mon[107477]: pgmap v2286: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 3 active+recovery_wait+undersized+degraded+remapped, 103 active+clean; 1.1 GiB data, 9.6 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 712 op/s; 18466/54918 objects degraded (33.625%); 3.9 MiB/s, 177 objects/s recovering 2024-09-13T15:06:30.836 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:30 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:06:30.836 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:30 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:06:30.839 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:30 smithi071 ceph-mon[112785]: pgmap v2286: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 3 active+recovery_wait+undersized+degraded+remapped, 103 active+clean; 1.1 GiB data, 9.6 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 712 op/s; 18466/54918 objects degraded (33.625%); 3.9 MiB/s, 177 objects/s recovering 2024-09-13T15:06:30.839 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:30 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:06:30.839 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:30 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:06:30.850 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:06:30.919 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:30.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:30 smithi104 ceph-mon[105578]: pgmap v2286: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 3 active+recovery_wait+undersized+degraded+remapped, 103 active+clean; 1.1 GiB data, 9.6 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 712 op/s; 18466/54918 objects degraded (33.625%); 3.9 MiB/s, 177 objects/s recovering 2024-09-13T15:06:30.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:30 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:06:30.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:30 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:06:30.960 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:30.961 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:30.961 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:31.062 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:06:31.094 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:31.095 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:31.095 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:06:31.196 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:31.241 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:31.242 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:31.243 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:31.343 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:06:31.371 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.5 dump_historic_ops 2024-09-13T15:06:31.382 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:31.382 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:31.383 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:06:31.484 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:06:31.529 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:31.529 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:31.530 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:06:31.586 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:31 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2039018875' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T15:06:31.586 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:31 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T15:06:31.600 INFO:teuthology.orchestra.run.smithi071.stderr:noscrub is set 2024-09-13T15:06:31.630 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:06:31.675 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:31.676 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:31.676 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:06:31.712 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T15:06:31.778 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:31.819 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:31.819 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:31.820 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:06:31.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:31 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2039018875' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T15:06:31.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:31 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T15:06:31.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:31 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2039018875' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T15:06:31.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:31 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T15:06:31.921 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:06:31.952 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:31.953 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:31.953 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:06:32.054 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:06:32.109 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:32.110 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:32.110 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:06:32.211 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:32.246 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:32.246 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:32.247 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:06:32.347 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:06:32.381 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:32.381 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:32.382 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:06:32.482 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:32.516 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:32.517 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:32.517 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:32.618 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:06:32.649 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:32.650 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:32.650 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:06:32.674 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:06:32.751 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:32.788 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:32.788 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:32.789 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:06:32.889 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:06:32.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:32 smithi071 ceph-mon[112785]: pgmap v2287: 109 pgs: 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+undersized+degraded+remapped, 103 active+clean; 974 MiB data, 9.3 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 775 op/s; 18230/46827 objects degraded (38.931%); 3.3 MiB/s, 150 objects/s recovering 2024-09-13T15:06:32.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:32 smithi071 ceph-mon[112785]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:06:32.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:32 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T15:06:32.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:32 smithi071 ceph-mon[112785]: osdmap e1433: 8 total, 8 up, 7 in 2024-09-13T15:06:32.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:32 smithi071 ceph-mon[107477]: pgmap v2287: 109 pgs: 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+undersized+degraded+remapped, 103 active+clean; 974 MiB data, 9.3 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 775 op/s; 18230/46827 objects degraded (38.931%); 3.3 MiB/s, 150 objects/s recovering 2024-09-13T15:06:32.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:32 smithi071 ceph-mon[107477]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:06:32.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:32 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T15:06:32.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:32 smithi071 ceph-mon[107477]: osdmap e1433: 8 total, 8 up, 7 in 2024-09-13T15:06:32.892 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:06:32 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:06:32] "GET /metrics HTTP/1.1" 200 36692 "" "Prometheus/2.51.0" 2024-09-13T15:06:32.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:32 smithi104 ceph-mon[105578]: pgmap v2287: 109 pgs: 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+undersized+degraded+remapped, 103 active+clean; 974 MiB data, 9.3 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 775 op/s; 18230/46827 objects degraded (38.931%); 3.3 MiB/s, 150 objects/s recovering 2024-09-13T15:06:32.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:32 smithi104 ceph-mon[105578]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:06:32.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:32 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T15:06:32.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:32 smithi104 ceph-mon[105578]: osdmap e1433: 8 total, 8 up, 7 in 2024-09-13T15:06:32.923 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:32.923 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:32.924 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:06:33.025 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:33.058 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:33.058 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:33.059 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:33.160 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:33.206 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:33.207 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:33.207 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:06:33.308 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:06:33.354 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:33.355 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:33.355 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:06:33.456 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:06:33.492 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:33.492 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:33.493 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:06:33.594 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:06:33.629 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:33.630 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:33.630 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:06:33.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:33 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 18230/46827 objects degraded (38.931%), 5 pgs degraded, 5 pgs undersized (PG_DEGRADED) 2024-09-13T15:06:33.731 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:33.740 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2024-09-13T15:06:33.740 INFO:teuthology.orchestra.run.smithi104.stdout: "size": 20, 2024-09-13T15:06:33.740 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 600, 2024-09-13T15:06:33.740 INFO:teuthology.orchestra.run.smithi104.stdout: "ops": [ 2024-09-13T15:06:33.740 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.741 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:202998 8.8 8:13571dd7:::benchmark_data_smithi071_245775_object81700:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1279)", 2024-09-13T15:06:33.741 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:57:13.873804+0000", 2024-09-13T15:06:33.741 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 559.86047374099996, 2024-09-13T15:06:33.741 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.0992788660000001, 2024-09-13T15:06:33.741 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:06:33.741 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T15:06:33.741 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:06:33.741 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T15:06:33.741 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T15:06:33.741 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 202998 2024-09-13T15:06:33.741 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.741 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:06:33.742 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.742 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:06:33.742 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:13.873804+0000", 2024-09-13T15:06:33.742 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:33.742 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.742 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.742 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:06:33.742 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:13.873804+0000", 2024-09-13T15:06:33.742 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:33.742 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.742 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.742 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:06:33.742 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:13.873802+0000", 2024-09-13T15:06:33.743 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999981 2024-09-13T15:06:33.743 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.743 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.743 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:06:33.743 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:13.873810+0000", 2024-09-13T15:06:33.743 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.4970000000000004e-06 2024-09-13T15:06:33.743 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.743 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.743 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:06:33.743 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:13.873822+0000", 2024-09-13T15:06:33.743 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2768999999999999e-05 2024-09-13T15:06:33.743 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.743 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.744 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:06:33.744 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:13.873830+0000", 2024-09-13T15:06:33.744 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.2139999999999999e-06 2024-09-13T15:06:33.744 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.744 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.744 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.744 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:13.873879+0000", 2024-09-13T15:06:33.744 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.9381e-05 2024-09-13T15:06:33.744 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.744 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.744 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:06:33.744 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:13.874025+0000", 2024-09-13T15:06:33.745 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000145909 2024-09-13T15:06:33.745 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.745 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.745 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,3", 2024-09-13T15:06:33.745 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:13.874373+0000", 2024-09-13T15:06:33.745 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00034824600000000003 2024-09-13T15:06:33.745 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.745 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.745 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T15:06:33.745 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:13.887119+0000", 2024-09-13T15:06:33.745 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.012746281 2024-09-13T15:06:33.745 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.746 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.746 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.746 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:13.900144+0000", 2024-09-13T15:06:33.746 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.013025011 2024-09-13T15:06:33.746 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.746 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.746 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:06:33.746 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:13.900157+0000", 2024-09-13T15:06:33.746 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2571e-05 2024-09-13T15:06:33.746 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.746 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.746 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.746 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:14.895768+0000", 2024-09-13T15:06:33.747 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.99561076800000003 2024-09-13T15:06:33.747 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.747 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.747 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:06:33.747 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:14.895780+0000", 2024-09-13T15:06:33.747 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2165e-05 2024-09-13T15:06:33.747 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.747 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.747 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.747 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:15.972996+0000", 2024-09-13T15:06:33.747 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0772160630000001 2024-09-13T15:06:33.748 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.748 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.748 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:06:33.748 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:15.973083+0000", 2024-09-13T15:06:33.748 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.6718000000000006e-05 2024-09-13T15:06:33.748 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:33.748 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:06:33.748 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:33.748 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.748 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.748 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:236284 8.3 8:c7dba6d1:::benchmark_data_smithi071_245775_object114986:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1292)", 2024-09-13T15:06:33.748 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:57:51.594942+0000", 2024-09-13T15:06:33.748 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 522.13933593299998, 2024-09-13T15:06:33.749 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.167668323, 2024-09-13T15:06:33.749 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:06:33.749 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T15:06:33.749 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:06:33.749 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T15:06:33.749 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T15:06:33.749 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 236284 2024-09-13T15:06:33.749 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.749 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:06:33.749 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.749 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:06:33.749 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.594942+0000", 2024-09-13T15:06:33.749 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:33.750 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.750 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.750 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:06:33.750 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.594942+0000", 2024-09-13T15:06:33.750 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:33.750 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.750 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.750 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:06:33.750 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.594941+0000", 2024-09-13T15:06:33.750 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T15:06:33.750 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.750 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.750 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:06:33.750 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.594947+0000", 2024-09-13T15:06:33.751 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.426e-06 2024-09-13T15:06:33.751 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.751 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.751 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:06:33.751 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.594960+0000", 2024-09-13T15:06:33.751 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2964e-05 2024-09-13T15:06:33.751 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.751 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.751 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:06:33.751 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.594967+0000", 2024-09-13T15:06:33.751 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.9589999999999998e-06 2024-09-13T15:06:33.751 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.752 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.752 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.752 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.595010+0000", 2024-09-13T15:06:33.752 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.3566999999999998e-05 2024-09-13T15:06:33.752 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.752 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.752 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:06:33.752 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.595143+0000", 2024-09-13T15:06:33.752 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00013249 2024-09-13T15:06:33.752 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.752 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.752 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,3", 2024-09-13T15:06:33.752 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.595481+0000", 2024-09-13T15:06:33.752 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00033768300000000003 2024-09-13T15:06:33.753 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.753 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.753 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T15:06:33.753 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.599809+0000", 2024-09-13T15:06:33.753 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0043284669999999999 2024-09-13T15:06:33.753 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.753 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.753 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:33.753 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.599911+0000", 2024-09-13T15:06:33.753 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000102011 2024-09-13T15:06:33.753 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.753 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.753 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.754 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.611766+0000", 2024-09-13T15:06:33.754 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.011855324 2024-09-13T15:06:33.754 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.754 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.754 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:06:33.754 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.611781+0000", 2024-09-13T15:06:33.754 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.4949e-05 2024-09-13T15:06:33.754 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.754 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.754 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.754 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.622505+0000", 2024-09-13T15:06:33.754 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0107234060000001 2024-09-13T15:06:33.755 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.755 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.755 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:06:33.755 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.622514+0000", 2024-09-13T15:06:33.755 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.9889999999999998e-06 2024-09-13T15:06:33.755 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.755 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.755 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.755 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.762529+0000", 2024-09-13T15:06:33.755 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.140015284 2024-09-13T15:06:33.755 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.755 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.755 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:06:33.755 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.762610+0000", 2024-09-13T15:06:33.756 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.0890000000000006e-05 2024-09-13T15:06:33.756 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:33.756 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:06:33.756 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:33.756 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.756 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.756 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:236286 8.3 8:c2738121:::benchmark_data_smithi071_245775_object114988:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1292)", 2024-09-13T15:06:33.756 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:57:51.595557+0000", 2024-09-13T15:06:33.756 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 522.13872016000005, 2024-09-13T15:06:33.756 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.1691831769999999, 2024-09-13T15:06:33.756 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:06:33.756 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T15:06:33.756 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:06:33.757 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T15:06:33.757 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T15:06:33.757 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 236286 2024-09-13T15:06:33.757 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.757 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:06:33.757 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.757 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:06:33.757 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.595557+0000", 2024-09-13T15:06:33.757 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:33.757 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.757 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.757 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:06:33.757 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.595557+0000", 2024-09-13T15:06:33.758 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:33.758 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.758 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.758 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:06:33.758 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.595557+0000", 2024-09-13T15:06:33.758 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T15:06:33.758 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.758 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.758 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:06:33.758 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.595567+0000", 2024-09-13T15:06:33.758 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0285999999999999e-05 2024-09-13T15:06:33.758 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.758 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.758 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:06:33.758 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.595578+0000", 2024-09-13T15:06:33.759 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0740000000000001e-05 2024-09-13T15:06:33.759 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.759 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.759 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:06:33.759 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.595584+0000", 2024-09-13T15:06:33.759 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.9429999999999997e-06 2024-09-13T15:06:33.759 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.759 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.759 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.759 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.597830+0000", 2024-09-13T15:06:33.759 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0022465829999999999 2024-09-13T15:06:33.759 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.759 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.759 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:06:33.760 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.597960+0000", 2024-09-13T15:06:33.760 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000129913 2024-09-13T15:06:33.760 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.760 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.760 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,3", 2024-09-13T15:06:33.760 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.598291+0000", 2024-09-13T15:06:33.760 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00033105100000000001 2024-09-13T15:06:33.760 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.760 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.760 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T15:06:33.760 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.599943+0000", 2024-09-13T15:06:33.760 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0016520300000000001 2024-09-13T15:06:33.760 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.760 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.761 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.761 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.611818+0000", 2024-09-13T15:06:33.761 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.011874861 2024-09-13T15:06:33.761 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.761 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.761 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:06:33.761 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.611826+0000", 2024-09-13T15:06:33.761 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.6120000000000001e-06 2024-09-13T15:06:33.761 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.761 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.761 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.761 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.622540+0000", 2024-09-13T15:06:33.761 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0107147089999999 2024-09-13T15:06:33.761 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.762 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.762 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:06:33.762 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.622548+0000", 2024-09-13T15:06:33.762 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.9419999999999995e-06 2024-09-13T15:06:33.762 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.762 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.762 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.762 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.764673+0000", 2024-09-13T15:06:33.762 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1421247320000001 2024-09-13T15:06:33.762 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.762 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.762 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:06:33.762 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.764741+0000", 2024-09-13T15:06:33.762 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.7504999999999998e-05 2024-09-13T15:06:33.763 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:33.763 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:06:33.763 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:33.763 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.763 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.763 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:236287 8.8 8:146f212b:::benchmark_data_smithi071_245775_object114989:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1292)", 2024-09-13T15:06:33.763 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:57:51.598997+0000", 2024-09-13T15:06:33.763 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 522.13528084400002, 2024-09-13T15:06:33.763 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.1065277120000001, 2024-09-13T15:06:33.763 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:06:33.763 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T15:06:33.763 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:06:33.763 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T15:06:33.763 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T15:06:33.764 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 236287 2024-09-13T15:06:33.764 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.764 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:06:33.764 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.764 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:06:33.764 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.598997+0000", 2024-09-13T15:06:33.764 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:33.764 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.764 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.764 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:06:33.764 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.598997+0000", 2024-09-13T15:06:33.764 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:33.764 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.764 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.765 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:06:33.765 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.598995+0000", 2024-09-13T15:06:33.765 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T15:06:33.765 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.765 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.765 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:06:33.765 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.599004+0000", 2024-09-13T15:06:33.765 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.6729999999999998e-06 2024-09-13T15:06:33.765 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.765 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.765 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:06:33.765 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.599017+0000", 2024-09-13T15:06:33.765 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2961e-05 2024-09-13T15:06:33.765 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.766 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.766 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:06:33.766 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.599024+0000", 2024-09-13T15:06:33.766 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.4080000000000001e-06 2024-09-13T15:06:33.766 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.766 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.766 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.766 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.599080+0000", 2024-09-13T15:06:33.766 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.5381999999999999e-05 2024-09-13T15:06:33.766 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.766 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.766 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:06:33.766 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.599180+0000", 2024-09-13T15:06:33.766 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000100017 2024-09-13T15:06:33.767 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.767 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.767 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,3,4", 2024-09-13T15:06:33.767 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.599476+0000", 2024-09-13T15:06:33.767 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00029608800000000002 2024-09-13T15:06:33.767 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.767 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.767 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:33.767 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.601713+0000", 2024-09-13T15:06:33.767 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0022367580000000001 2024-09-13T15:06:33.768 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.768 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.768 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T15:06:33.768 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.602550+0000", 2024-09-13T15:06:33.768 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00083758400000000005 2024-09-13T15:06:33.768 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.768 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.768 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.768 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.619586+0000", 2024-09-13T15:06:33.768 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.017035384000000001 2024-09-13T15:06:33.768 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.768 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.768 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:06:33.769 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.619593+0000", 2024-09-13T15:06:33.769 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.841e-06 2024-09-13T15:06:33.769 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.769 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.769 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.769 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.627523+0000", 2024-09-13T15:06:33.769 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0079296390000001 2024-09-13T15:06:33.769 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.769 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.769 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:06:33.769 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.627534+0000", 2024-09-13T15:06:33.771 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0738e-05 2024-09-13T15:06:33.771 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.771 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.771 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.771 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.705455+0000", 2024-09-13T15:06:33.771 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.077921457 2024-09-13T15:06:33.771 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.771 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.771 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:06:33.771 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.705524+0000", 2024-09-13T15:06:33.771 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.9092999999999997e-05 2024-09-13T15:06:33.771 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:33.772 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:06:33.772 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:33.772 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.772 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.772 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:236293 8.a 8:5e62eade:::benchmark_data_smithi071_245775_object114995:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1292)", 2024-09-13T15:06:33.772 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:57:51.603368+0000", 2024-09-13T15:06:33.772 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 522.13090918299997, 2024-09-13T15:06:33.772 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.1931981619999998, 2024-09-13T15:06:33.772 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:06:33.772 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T15:06:33.772 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:06:33.772 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T15:06:33.773 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T15:06:33.773 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 236293 2024-09-13T15:06:33.773 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.773 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:06:33.773 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.773 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:06:33.773 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.603368+0000", 2024-09-13T15:06:33.773 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:33.773 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.773 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.773 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:06:33.773 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.603368+0000", 2024-09-13T15:06:33.773 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:33.774 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.774 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.774 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:06:33.774 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.603367+0000", 2024-09-13T15:06:33.774 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T15:06:33.774 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.774 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.774 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:06:33.774 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.603373+0000", 2024-09-13T15:06:33.774 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.485e-06 2024-09-13T15:06:33.774 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.774 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.774 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:06:33.775 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.603383+0000", 2024-09-13T15:06:33.775 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0456e-05 2024-09-13T15:06:33.775 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.775 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.775 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:06:33.775 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.603391+0000", 2024-09-13T15:06:33.775 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.5349999999999999e-06 2024-09-13T15:06:33.775 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.775 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.775 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.775 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.603446+0000", 2024-09-13T15:06:33.775 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.5324000000000001e-05 2024-09-13T15:06:33.775 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.775 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.776 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:06:33.776 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.603593+0000", 2024-09-13T15:06:33.776 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000146685 2024-09-13T15:06:33.776 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.776 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.776 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,3", 2024-09-13T15:06:33.776 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.603710+0000", 2024-09-13T15:06:33.776 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00011770899999999999 2024-09-13T15:06:33.776 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.776 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.776 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.776 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.618879+0000", 2024-09-13T15:06:33.777 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.015168413 2024-09-13T15:06:33.777 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.777 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.777 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:06:33.777 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.618889+0000", 2024-09-13T15:06:33.777 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0182e-05 2024-09-13T15:06:33.777 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.777 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.777 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.777 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.615580+0000", 2024-09-13T15:06:33.777 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.99669099999999999 2024-09-13T15:06:33.777 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.777 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.778 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:06:33.778 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.615596+0000", 2024-09-13T15:06:33.778 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.5698000000000001e-05 2024-09-13T15:06:33.778 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.778 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.778 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.778 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.796486+0000", 2024-09-13T15:06:33.778 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1808899390000001 2024-09-13T15:06:33.778 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.778 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.778 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:06:33.778 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.796567+0000", 2024-09-13T15:06:33.778 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.0912000000000001e-05 2024-09-13T15:06:33.778 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:33.778 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:06:33.779 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:33.779 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.779 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.779 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:236288 8.10 8:0f9ffde5:::benchmark_data_smithi071_245775_object114990:head [delete] snapc 0=[] RETRY=1 ondisk+retry+write+known_if_redirected+supports_pool_eio e1293)", 2024-09-13T15:06:33.779 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:57:51.612048+0000", 2024-09-13T15:06:33.779 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 522.12222933299995, 2024-09-13T15:06:33.779 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.2061997579999999, 2024-09-13T15:06:33.779 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:06:33.779 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T15:06:33.779 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:06:33.779 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T15:06:33.779 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T15:06:33.779 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 236288 2024-09-13T15:06:33.779 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.779 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:06:33.780 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.780 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:06:33.780 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.612048+0000", 2024-09-13T15:06:33.780 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:33.780 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.780 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.780 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:06:33.780 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.612048+0000", 2024-09-13T15:06:33.780 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:33.780 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.780 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.780 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:06:33.780 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.612047+0000", 2024-09-13T15:06:33.781 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T15:06:33.781 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.781 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.781 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:06:33.781 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.612053+0000", 2024-09-13T15:06:33.781 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.4790000000000001e-06 2024-09-13T15:06:33.781 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.781 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.781 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:06:33.781 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.612064+0000", 2024-09-13T15:06:33.781 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.041e-05 2024-09-13T15:06:33.781 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.782 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.782 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:06:33.782 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.612078+0000", 2024-09-13T15:06:33.782 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3971999999999999e-05 2024-09-13T15:06:33.782 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.782 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.782 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.782 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.619573+0000", 2024-09-13T15:06:33.782 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0074958450000000001 2024-09-13T15:06:33.782 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.782 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.782 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:06:33.782 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.619584+0000", 2024-09-13T15:06:33.782 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.01e-05 2024-09-13T15:06:33.783 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.783 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.783 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.783 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.633885+0000", 2024-09-13T15:06:33.783 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.014301533 2024-09-13T15:06:33.783 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.783 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.783 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:06:33.783 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.633899+0000", 2024-09-13T15:06:33.783 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3896999999999999e-05 2024-09-13T15:06:33.783 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.784 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.784 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.784 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.818125+0000", 2024-09-13T15:06:33.784 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1842257039999999 2024-09-13T15:06:33.784 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.784 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.784 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:06:33.784 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.818248+0000", 2024-09-13T15:06:33.784 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000123299 2024-09-13T15:06:33.784 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:33.784 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:06:33.784 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:33.784 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.785 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.785 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:236297 8.a 8:5ca085ca:::benchmark_data_smithi071_245775_object114999:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1293)", 2024-09-13T15:06:33.785 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:57:51.614380+0000", 2024-09-13T15:06:33.785 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 522.11989749500003, 2024-09-13T15:06:33.785 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.2017422149999999, 2024-09-13T15:06:33.785 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:06:33.785 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:06:33.785 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:06:33.785 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T15:06:33.785 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T15:06:33.785 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 236297 2024-09-13T15:06:33.785 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.785 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:06:33.785 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.786 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:06:33.786 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.614380+0000", 2024-09-13T15:06:33.786 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:33.786 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.786 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.786 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:06:33.786 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.614380+0000", 2024-09-13T15:06:33.786 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:33.786 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.786 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.786 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:06:33.786 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.614379+0000", 2024-09-13T15:06:33.786 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T15:06:33.786 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.787 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.787 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:06:33.787 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.614383+0000", 2024-09-13T15:06:33.787 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.2810000000000002e-06 2024-09-13T15:06:33.787 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.787 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.787 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:06:33.787 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.614395+0000", 2024-09-13T15:06:33.787 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1443999999999999e-05 2024-09-13T15:06:33.787 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.787 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.787 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:06:33.787 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.614401+0000", 2024-09-13T15:06:33.787 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.6760000000000001e-06 2024-09-13T15:06:33.788 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.788 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.788 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.788 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.618922+0000", 2024-09-13T15:06:33.788 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0045210800000000002 2024-09-13T15:06:33.788 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.788 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.788 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:06:33.788 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.618930+0000", 2024-09-13T15:06:33.788 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.4159999999999998e-06 2024-09-13T15:06:33.788 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.788 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.788 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.789 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.615869+0000", 2024-09-13T15:06:33.789 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.99693899900000005 2024-09-13T15:06:33.789 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.789 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.789 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:06:33.789 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.615876+0000", 2024-09-13T15:06:33.789 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.6380000000000004e-06 2024-09-13T15:06:33.789 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.789 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.789 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.789 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.797133+0000", 2024-09-13T15:06:33.789 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.181256635 2024-09-13T15:06:33.790 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.790 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.790 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:06:33.790 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.797272+0000", 2024-09-13T15:06:33.790 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00013879800000000001 2024-09-13T15:06:33.790 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.790 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.790 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,3,4", 2024-09-13T15:06:33.790 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.797725+0000", 2024-09-13T15:06:33.790 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000453602 2024-09-13T15:06:33.790 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.790 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.790 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:33.791 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.815864+0000", 2024-09-13T15:06:33.791 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.018138412999999999 2024-09-13T15:06:33.791 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.791 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.791 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:33.791 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.815907+0000", 2024-09-13T15:06:33.791 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.3028999999999997e-05 2024-09-13T15:06:33.791 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.791 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.791 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:33.791 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.815945+0000", 2024-09-13T15:06:33.791 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.8099000000000002e-05 2024-09-13T15:06:33.791 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.792 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.792 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T15:06:33.792 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.815969+0000", 2024-09-13T15:06:33.792 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.3767000000000001e-05 2024-09-13T15:06:33.792 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.792 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.792 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:06:33.792 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.816014+0000", 2024-09-13T15:06:33.792 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.5495999999999999e-05 2024-09-13T15:06:33.792 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.792 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.792 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:06:33.792 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.816122+0000", 2024-09-13T15:06:33.793 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000107976 2024-09-13T15:06:33.793 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:33.793 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:06:33.793 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:33.793 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.793 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.793 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:236300 8.10 8:0d4a7413:::benchmark_data_smithi071_245775_object115002:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1293)", 2024-09-13T15:06:33.793 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:57:51.658588+0000", 2024-09-13T15:06:33.793 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 522.07568918799996, 2024-09-13T15:06:33.793 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.1885561669999998, 2024-09-13T15:06:33.793 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:06:33.793 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:06:33.793 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:06:33.793 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T15:06:33.794 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T15:06:33.794 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 236300 2024-09-13T15:06:33.794 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.794 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:06:33.794 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.794 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:06:33.794 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.658588+0000", 2024-09-13T15:06:33.794 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:33.794 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.794 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.794 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:06:33.794 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.658588+0000", 2024-09-13T15:06:33.794 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:33.794 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.794 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.795 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:06:33.795 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.658587+0000", 2024-09-13T15:06:33.795 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T15:06:33.795 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.795 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.795 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:06:33.795 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.658594+0000", 2024-09-13T15:06:33.795 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.6089999999999997e-06 2024-09-13T15:06:33.795 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.795 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.795 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:06:33.795 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.658606+0000", 2024-09-13T15:06:33.795 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2661e-05 2024-09-13T15:06:33.795 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.796 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.796 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:06:33.796 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.658614+0000", 2024-09-13T15:06:33.796 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.8599999999999993e-06 2024-09-13T15:06:33.796 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.796 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.796 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.796 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.658655+0000", 2024-09-13T15:06:33.796 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.1353999999999997e-05 2024-09-13T15:06:33.796 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.796 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.797 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:06:33.797 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.658665+0000", 2024-09-13T15:06:33.797 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.9739999999999997e-06 2024-09-13T15:06:33.797 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.797 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.797 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.797 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.633923+0000", 2024-09-13T15:06:33.797 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.97525804800000004 2024-09-13T15:06:33.797 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.797 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.797 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:06:33.797 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.633937+0000", 2024-09-13T15:06:33.797 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3216e-05 2024-09-13T15:06:33.798 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.798 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.798 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.798 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.819642+0000", 2024-09-13T15:06:33.798 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.185705722 2024-09-13T15:06:33.798 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.798 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.798 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:06:33.798 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.819744+0000", 2024-09-13T15:06:33.798 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000101591 2024-09-13T15:06:33.798 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.798 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.798 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,3,4", 2024-09-13T15:06:33.798 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.820129+0000", 2024-09-13T15:06:33.799 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00038507999999999999 2024-09-13T15:06:33.799 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.799 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.799 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T15:06:33.799 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.838481+0000", 2024-09-13T15:06:33.799 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.018351955999999999 2024-09-13T15:06:33.799 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.799 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.799 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:33.799 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.839338+0000", 2024-09-13T15:06:33.800 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00085694799999999995 2024-09-13T15:06:33.800 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.800 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.800 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:33.800 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.843710+0000", 2024-09-13T15:06:33.800 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0043717369999999997 2024-09-13T15:06:33.800 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.800 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.800 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:33.800 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.846965+0000", 2024-09-13T15:06:33.800 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00325508 2024-09-13T15:06:33.800 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.801 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.801 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:06:33.801 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.847041+0000", 2024-09-13T15:06:33.801 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.5950000000000003e-05 2024-09-13T15:06:33.801 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.801 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.801 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:06:33.801 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.847145+0000", 2024-09-13T15:06:33.801 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00010375299999999999 2024-09-13T15:06:33.801 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:33.802 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:06:33.802 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:33.802 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.802 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.802 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:236304 8.0 8:028367e1:::benchmark_data_smithi071_245775_object115006:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1293)", 2024-09-13T15:06:33.802 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:57:51.672098+0000", 2024-09-13T15:06:33.802 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 522.062179582, 2024-09-13T15:06:33.802 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.1789786179999999, 2024-09-13T15:06:33.802 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:06:33.802 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:06:33.802 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:06:33.802 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T15:06:33.802 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T15:06:33.802 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 236304 2024-09-13T15:06:33.803 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.803 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:06:33.803 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.803 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:06:33.803 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.672098+0000", 2024-09-13T15:06:33.803 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:33.803 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.803 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.803 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:06:33.803 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.672098+0000", 2024-09-13T15:06:33.803 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:33.803 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.803 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.803 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:06:33.803 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.672097+0000", 2024-09-13T15:06:33.804 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T15:06:33.804 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.804 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.804 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:06:33.804 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.672103+0000", 2024-09-13T15:06:33.804 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.7000000000000002e-06 2024-09-13T15:06:33.804 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.804 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.804 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:06:33.804 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.672114+0000", 2024-09-13T15:06:33.804 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0672999999999999e-05 2024-09-13T15:06:33.804 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.804 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.805 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:06:33.805 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.672119+0000", 2024-09-13T15:06:33.805 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.0810000000000001e-06 2024-09-13T15:06:33.805 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.805 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.805 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.805 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.672170+0000", 2024-09-13T15:06:33.805 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.1286000000000003e-05 2024-09-13T15:06:33.805 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.805 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.805 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:06:33.805 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.672183+0000", 2024-09-13T15:06:33.805 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2576e-05 2024-09-13T15:06:33.805 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.805 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.806 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.806 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.629866+0000", 2024-09-13T15:06:33.806 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.95768316600000003 2024-09-13T15:06:33.806 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.806 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.806 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:06:33.806 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.629890+0000", 2024-09-13T15:06:33.806 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.4015999999999998e-05 2024-09-13T15:06:33.806 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.806 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.806 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.806 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.821709+0000", 2024-09-13T15:06:33.806 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.191818716 2024-09-13T15:06:33.806 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.807 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.807 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:06:33.807 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.821826+0000", 2024-09-13T15:06:33.807 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000116872 2024-09-13T15:06:33.807 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.807 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.807 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,3,4", 2024-09-13T15:06:33.807 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.822228+0000", 2024-09-13T15:06:33.807 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00040196900000000001 2024-09-13T15:06:33.807 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.807 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.807 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:33.807 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.838430+0000", 2024-09-13T15:06:33.808 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.016202040000000001 2024-09-13T15:06:33.808 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.808 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.808 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T15:06:33.808 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.838472+0000", 2024-09-13T15:06:33.808 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.2419999999999997e-05 2024-09-13T15:06:33.808 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.808 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.808 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:33.808 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.850348+0000", 2024-09-13T15:06:33.808 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.011875975 2024-09-13T15:06:33.808 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.808 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.809 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:33.809 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.850861+0000", 2024-09-13T15:06:33.809 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00051246199999999999 2024-09-13T15:06:33.809 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.809 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.809 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:06:33.809 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.850975+0000", 2024-09-13T15:06:33.809 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000114765 2024-09-13T15:06:33.809 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.809 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.809 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:06:33.809 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.851077+0000", 2024-09-13T15:06:33.810 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000101226 2024-09-13T15:06:33.810 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:33.810 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:06:33.810 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:33.810 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.810 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.810 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:236307 8.13 8:cce4fa31:::benchmark_data_smithi071_245775_object115009:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1293)", 2024-09-13T15:06:33.810 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:57:51.677328+0000", 2024-09-13T15:06:33.810 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 522.05694965299995, 2024-09-13T15:06:33.810 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.1050571009999999, 2024-09-13T15:06:33.810 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:06:33.810 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:06:33.810 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:06:33.811 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T15:06:33.811 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T15:06:33.811 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 236307 2024-09-13T15:06:33.811 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.811 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:06:33.811 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.811 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:06:33.811 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.677328+0000", 2024-09-13T15:06:33.811 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:33.811 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.811 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.811 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:06:33.811 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.677328+0000", 2024-09-13T15:06:33.812 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:33.812 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.812 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.812 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:06:33.812 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.677327+0000", 2024-09-13T15:06:33.812 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T15:06:33.812 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.812 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.812 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:06:33.812 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.677332+0000", 2024-09-13T15:06:33.812 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.5460000000000002e-06 2024-09-13T15:06:33.812 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.812 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.813 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:06:33.813 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.677346+0000", 2024-09-13T15:06:33.813 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.4049999999999999e-05 2024-09-13T15:06:33.813 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.813 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.813 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:06:33.813 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.677351+0000", 2024-09-13T15:06:33.813 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.7219999999999996e-06 2024-09-13T15:06:33.813 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.813 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.813 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.813 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.677385+0000", 2024-09-13T15:06:33.813 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.3321000000000002e-05 2024-09-13T15:06:33.813 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.814 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.814 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:06:33.814 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.677391+0000", 2024-09-13T15:06:33.814 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.7980000000000002e-06 2024-09-13T15:06:33.814 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.814 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.814 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.814 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.622463+0000", 2024-09-13T15:06:33.814 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.94507247699999997 2024-09-13T15:06:33.814 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.814 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.814 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:06:33.814 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.622474+0000", 2024-09-13T15:06:33.814 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1188e-05 2024-09-13T15:06:33.815 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.815 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.815 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.815 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.764486+0000", 2024-09-13T15:06:33.815 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1420113599999999 2024-09-13T15:06:33.815 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.815 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.815 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:06:33.815 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.764613+0000", 2024-09-13T15:06:33.815 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000127632 2024-09-13T15:06:33.815 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.815 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.815 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,3,4", 2024-09-13T15:06:33.816 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.765008+0000", 2024-09-13T15:06:33.816 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00039521700000000001 2024-09-13T15:06:33.816 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.816 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.816 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:33.816 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.779342+0000", 2024-09-13T15:06:33.816 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.014333479 2024-09-13T15:06:33.816 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.816 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.816 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:33.816 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.779382+0000", 2024-09-13T15:06:33.816 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.9821999999999999e-05 2024-09-13T15:06:33.816 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.817 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.817 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T15:06:33.817 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.782058+0000", 2024-09-13T15:06:33.817 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0026760730000000002 2024-09-13T15:06:33.817 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.817 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.817 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:33.817 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.782136+0000", 2024-09-13T15:06:33.817 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.7687000000000003e-05 2024-09-13T15:06:33.817 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.817 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.817 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:06:33.817 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.782284+0000", 2024-09-13T15:06:33.818 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00014862400000000001 2024-09-13T15:06:33.818 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.818 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.818 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:06:33.818 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.782385+0000", 2024-09-13T15:06:33.818 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000100827 2024-09-13T15:06:33.818 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:33.818 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:06:33.818 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:33.818 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.818 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.818 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.35391.0:236311 8.18 8:1bcf86d0:::benchmark_data_smithi071_245775_object115013:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1293)", 2024-09-13T15:06:33.818 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T14:57:51.692484+0000", 2024-09-13T15:06:33.819 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 522.04179362900004, 2024-09-13T15:06:33.819 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.1240690010000001, 2024-09-13T15:06:33.819 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:06:33.819 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:06:33.819 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:06:33.819 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.35391", 2024-09-13T15:06:33.819 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4038161190", 2024-09-13T15:06:33.819 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 236311 2024-09-13T15:06:33.819 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.819 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:06:33.819 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.819 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:06:33.819 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.692484+0000", 2024-09-13T15:06:33.819 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:33.820 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.820 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.820 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:06:33.820 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.692484+0000", 2024-09-13T15:06:33.820 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:33.820 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.820 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.820 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:06:33.820 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.692481+0000", 2024-09-13T15:06:33.820 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999976 2024-09-13T15:06:33.820 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.820 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.820 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:06:33.821 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.692493+0000", 2024-09-13T15:06:33.821 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1498000000000001e-05 2024-09-13T15:06:33.821 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.821 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.821 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:06:33.821 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.692513+0000", 2024-09-13T15:06:33.821 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.0239999999999999e-05 2024-09-13T15:06:33.821 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.821 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.821 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:06:33.821 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.692522+0000", 2024-09-13T15:06:33.821 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.1910000000000006e-06 2024-09-13T15:06:33.821 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.822 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.822 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.822 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.692570+0000", 2024-09-13T15:06:33.822 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.7997000000000001e-05 2024-09-13T15:06:33.822 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.822 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.822 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:06:33.822 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:51.692578+0000", 2024-09-13T15:06:33.822 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.0090000000000007e-06 2024-09-13T15:06:33.822 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.822 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.822 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.822 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.633953+0000", 2024-09-13T15:06:33.823 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.94137520500000005 2024-09-13T15:06:33.823 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.823 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.823 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:06:33.823 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:52.633958+0000", 2024-09-13T15:06:33.823 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.267e-06 2024-09-13T15:06:33.823 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.823 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.823 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.823 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.694842+0000", 2024-09-13T15:06:33.823 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.060884462 2024-09-13T15:06:33.823 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.823 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.823 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:06:33.823 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.694985+0000", 2024-09-13T15:06:33.824 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000143282 2024-09-13T15:06:33.824 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.824 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.824 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,3,4", 2024-09-13T15:06:33.824 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.695459+0000", 2024-09-13T15:06:33.824 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00047344200000000003 2024-09-13T15:06:33.824 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.824 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.824 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T15:06:33.824 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.705078+0000", 2024-09-13T15:06:33.824 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0096191139999999998 2024-09-13T15:06:33.824 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.824 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.824 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:33.825 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.706706+0000", 2024-09-13T15:06:33.825 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0016280649999999999 2024-09-13T15:06:33.825 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.825 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.825 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:33.825 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.761999+0000", 2024-09-13T15:06:33.825 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.055293370000000001 2024-09-13T15:06:33.825 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.825 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.825 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:33.825 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.815689+0000", 2024-09-13T15:06:33.825 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.053689512000000002 2024-09-13T15:06:33.825 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.825 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.826 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:06:33.826 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.815739+0000", 2024-09-13T15:06:33.826 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.0389999999999997e-05 2024-09-13T15:06:33.826 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.826 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.826 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:06:33.826 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T14:57:53.816553+0000", 2024-09-13T15:06:33.826 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000813563 2024-09-13T15:06:33.826 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:33.826 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:06:33.826 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:33.826 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.826 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.826 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.45692.0:152349 9.f 9:ffc1a346:::benchmark_data_smithi071_298031_object41101:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1340)", 2024-09-13T15:06:33.827 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:01:08.588438+0000", 2024-09-13T15:06:33.827 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 325.14583980899999, 2024-09-13T15:06:33.827 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.4016674739999999, 2024-09-13T15:06:33.827 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:06:33.827 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T15:06:33.827 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:06:33.827 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.45692", 2024-09-13T15:06:33.827 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:06:33.827 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 152349 2024-09-13T15:06:33.827 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.827 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:06:33.827 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.827 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:06:33.827 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.588438+0000", 2024-09-13T15:06:33.828 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:33.828 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.828 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.828 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:06:33.828 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.588438+0000", 2024-09-13T15:06:33.828 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:33.828 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.828 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.828 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:06:33.829 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:33.829 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:33.829 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:33.830 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.588437+0000", 2024-09-13T15:06:33.830 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T15:06:33.830 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.830 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.830 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:06:33.831 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.588439+0000", 2024-09-13T15:06:33.831 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.9e-06 2024-09-13T15:06:33.831 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.831 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.831 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:06:33.831 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.588445+0000", 2024-09-13T15:06:33.831 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.3669999999999996e-06 2024-09-13T15:06:33.831 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.831 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.831 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:06:33.831 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.588449+0000", 2024-09-13T15:06:33.831 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.0679999999999998e-06 2024-09-13T15:06:33.831 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.831 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.831 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.832 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.588808+0000", 2024-09-13T15:06:33.832 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00035959700000000002 2024-09-13T15:06:33.832 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.832 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.832 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:06:33.832 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.590366+0000", 2024-09-13T15:06:33.832 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001557754 2024-09-13T15:06:33.832 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.832 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.832 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,4", 2024-09-13T15:06:33.832 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.590465+0000", 2024-09-13T15:06:33.832 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.9192999999999997e-05 2024-09-13T15:06:33.833 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.833 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.833 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:33.833 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.597012+0000", 2024-09-13T15:06:33.833 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0065470770000000001 2024-09-13T15:06:33.833 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.833 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.833 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T15:06:33.833 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.597119+0000", 2024-09-13T15:06:33.833 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00010641000000000001 2024-09-13T15:06:33.833 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.833 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.833 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.834 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.627815+0000", 2024-09-13T15:06:33.834 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.030696279999999999 2024-09-13T15:06:33.834 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.834 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.834 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:06:33.834 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.627825+0000", 2024-09-13T15:06:33.834 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.5869999999999999e-06 2024-09-13T15:06:33.834 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.834 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.834 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.834 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:09.619180+0000", 2024-09-13T15:06:33.834 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.99135488500000002 2024-09-13T15:06:33.834 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.834 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.835 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:06:33.835 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:09.619191+0000", 2024-09-13T15:06:33.835 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0954999999999999e-05 2024-09-13T15:06:33.835 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.835 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.835 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.835 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.989972+0000", 2024-09-13T15:06:33.835 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.370781375 2024-09-13T15:06:33.835 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.835 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.835 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:06:33.835 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.990105+0000", 2024-09-13T15:06:33.835 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00013333400000000001 2024-09-13T15:06:33.835 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:33.835 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:06:33.836 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:33.836 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.836 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.836 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.45692.0:152355 9.f 9:f16ba531:::benchmark_data_smithi071_298031_object41107:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1340)", 2024-09-13T15:06:33.836 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:01:08.593176+0000", 2024-09-13T15:06:33.836 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 325.14110108599999, 2024-09-13T15:06:33.836 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.3975036470000002, 2024-09-13T15:06:33.836 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:06:33.836 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T15:06:33.836 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:06:33.836 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.45692", 2024-09-13T15:06:33.836 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:06:33.836 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 152355 2024-09-13T15:06:33.836 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.837 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:06:33.837 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.837 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:06:33.837 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.593176+0000", 2024-09-13T15:06:33.837 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:33.837 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.837 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.837 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:06:33.837 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.593176+0000", 2024-09-13T15:06:33.837 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:33.837 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.837 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.837 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:06:33.838 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.593175+0000", 2024-09-13T15:06:33.838 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999981 2024-09-13T15:06:33.838 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.838 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.838 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:06:33.838 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.593181+0000", 2024-09-13T15:06:33.838 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.4749999999999998e-06 2024-09-13T15:06:33.838 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.838 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.838 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:06:33.838 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.593197+0000", 2024-09-13T15:06:33.838 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.5659e-05 2024-09-13T15:06:33.838 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.839 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.839 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:06:33.839 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.593204+0000", 2024-09-13T15:06:33.839 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.3950000000000003e-06 2024-09-13T15:06:33.839 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.839 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.839 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.839 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.594773+0000", 2024-09-13T15:06:33.839 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0015691310000000001 2024-09-13T15:06:33.839 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.839 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.839 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:06:33.839 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.594881+0000", 2024-09-13T15:06:33.840 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000107837 2024-09-13T15:06:33.840 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.840 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.840 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,4", 2024-09-13T15:06:33.840 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.595006+0000", 2024-09-13T15:06:33.840 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00012505799999999999 2024-09-13T15:06:33.840 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.840 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.840 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T15:06:33.840 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.597124+0000", 2024-09-13T15:06:33.840 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0021176430000000002 2024-09-13T15:06:33.840 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.840 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.841 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:33.841 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.598274+0000", 2024-09-13T15:06:33.841 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0011499189999999999 2024-09-13T15:06:33.841 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.841 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.841 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.841 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.627846+0000", 2024-09-13T15:06:33.841 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.029572317000000001 2024-09-13T15:06:33.841 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.841 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.841 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:06:33.841 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.627852+0000", 2024-09-13T15:06:33.841 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.3879999999999997e-06 2024-09-13T15:06:33.842 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.842 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.842 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.842 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:09.619343+0000", 2024-09-13T15:06:33.842 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.99149032599999998 2024-09-13T15:06:33.842 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.842 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.842 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:06:33.842 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:09.619423+0000", 2024-09-13T15:06:33.842 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.0028e-05 2024-09-13T15:06:33.842 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.842 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.842 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.843 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.990634+0000", 2024-09-13T15:06:33.843 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3712110420000001 2024-09-13T15:06:33.843 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.843 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.843 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:06:33.843 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.990680+0000", 2024-09-13T15:06:33.843 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.6300000000000001e-05 2024-09-13T15:06:33.843 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:33.843 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:06:33.843 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:33.843 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.843 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.843 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.45692.0:152368 9.f 9:fa1990a0:::benchmark_data_smithi071_298031_object41120:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1340)", 2024-09-13T15:06:33.844 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:01:08.599026+0000", 2024-09-13T15:06:33.844 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 325.13525121200001, 2024-09-13T15:06:33.844 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.391737505, 2024-09-13T15:06:33.844 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:06:33.844 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T15:06:33.844 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:06:33.844 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.45692", 2024-09-13T15:06:33.844 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:06:33.844 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 152368 2024-09-13T15:06:33.844 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.844 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:06:33.844 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.844 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:06:33.845 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.599026+0000", 2024-09-13T15:06:33.845 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:33.845 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.845 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.845 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:06:33.845 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.599026+0000", 2024-09-13T15:06:33.845 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:33.845 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.845 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.845 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:06:33.845 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.599025+0000", 2024-09-13T15:06:33.845 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T15:06:33.845 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.845 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.846 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:06:33.846 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.599031+0000", 2024-09-13T15:06:33.846 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.8719999999999999e-06 2024-09-13T15:06:33.846 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.846 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.846 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:06:33.846 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.599043+0000", 2024-09-13T15:06:33.846 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1871e-05 2024-09-13T15:06:33.846 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.846 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.846 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:06:33.846 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.599051+0000", 2024-09-13T15:06:33.846 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.5739999999999998e-06 2024-09-13T15:06:33.847 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.847 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.847 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.847 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.599123+0000", 2024-09-13T15:06:33.847 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.2411999999999997e-05 2024-09-13T15:06:33.847 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.847 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.847 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:06:33.847 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.599231+0000", 2024-09-13T15:06:33.847 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000107923 2024-09-13T15:06:33.847 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.847 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.847 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,4", 2024-09-13T15:06:33.848 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.599553+0000", 2024-09-13T15:06:33.848 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000321923 2024-09-13T15:06:33.848 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.848 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.848 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T15:06:33.848 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.604997+0000", 2024-09-13T15:06:33.848 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0054443809999999999 2024-09-13T15:06:33.848 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.848 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.848 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:33.848 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.607645+0000", 2024-09-13T15:06:33.848 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0026476109999999998 2024-09-13T15:06:33.849 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.849 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.849 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.849 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.627873+0000", 2024-09-13T15:06:33.849 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.020228502999999998 2024-09-13T15:06:33.849 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.849 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.849 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:06:33.849 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.627880+0000", 2024-09-13T15:06:33.849 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.2890000000000003e-06 2024-09-13T15:06:33.849 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.849 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.849 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.850 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:09.619464+0000", 2024-09-13T15:06:33.850 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.99158411999999996 2024-09-13T15:06:33.850 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.850 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.850 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:06:33.850 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:09.619475+0000", 2024-09-13T15:06:33.850 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1248e-05 2024-09-13T15:06:33.850 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.850 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.850 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.850 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.990719+0000", 2024-09-13T15:06:33.850 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.371244087 2024-09-13T15:06:33.850 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.850 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.851 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:06:33.851 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.990764+0000", 2024-09-13T15:06:33.851 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.4778999999999999e-05 2024-09-13T15:06:33.851 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:33.851 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:06:33.851 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:33.851 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.851 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.851 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.45692.0:152373 9.17 9:e95adf63:::benchmark_data_smithi071_298031_object41125:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1340)", 2024-09-13T15:06:33.851 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:01:08.611177+0000", 2024-09-13T15:06:33.851 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 325.12310060499999, 2024-09-13T15:06:33.851 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.3864549510000002, 2024-09-13T15:06:33.851 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:06:33.851 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:06:33.852 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:06:33.852 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.45692", 2024-09-13T15:06:33.852 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:06:33.852 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 152373 2024-09-13T15:06:33.852 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.852 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:06:33.852 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.852 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:06:33.852 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.611177+0000", 2024-09-13T15:06:33.852 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:33.852 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.852 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.853 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:06:33.853 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.611177+0000", 2024-09-13T15:06:33.853 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:33.853 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.853 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.853 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:06:33.853 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.611176+0000", 2024-09-13T15:06:33.853 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T15:06:33.853 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.853 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.853 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:06:33.853 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.611180+0000", 2024-09-13T15:06:33.853 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.3800000000000004e-06 2024-09-13T15:06:33.854 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.854 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.854 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:06:33.854 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.611199+0000", 2024-09-13T15:06:33.854 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.8848e-05 2024-09-13T15:06:33.854 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.854 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.854 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:06:33.854 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.611206+0000", 2024-09-13T15:06:33.854 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.5730000000000002e-06 2024-09-13T15:06:33.854 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.854 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.854 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.855 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.627910+0000", 2024-09-13T15:06:33.855 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.016703121000000001 2024-09-13T15:06:33.855 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.855 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.855 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:06:33.855 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.627917+0000", 2024-09-13T15:06:33.855 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.9589999999999998e-06 2024-09-13T15:06:33.855 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.855 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.855 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.855 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:09.608255+0000", 2024-09-13T15:06:33.855 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.98033831699999996 2024-09-13T15:06:33.855 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.855 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.855 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:06:33.856 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:09.608266+0000", 2024-09-13T15:06:33.856 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1499e-05 2024-09-13T15:06:33.856 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.856 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.856 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.856 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.992971+0000", 2024-09-13T15:06:33.856 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3847046839999999 2024-09-13T15:06:33.856 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.856 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.856 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:06:33.856 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.993090+0000", 2024-09-13T15:06:33.856 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000119182 2024-09-13T15:06:33.856 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.856 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.857 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,2,7", 2024-09-13T15:06:33.857 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.993383+0000", 2024-09-13T15:06:33.857 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00029305800000000001 2024-09-13T15:06:33.857 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.857 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.857 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T15:06:33.857 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.996854+0000", 2024-09-13T15:06:33.857 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.003471179 2024-09-13T15:06:33.857 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.857 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.857 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:33.857 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.997424+0000", 2024-09-13T15:06:33.857 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00056933999999999999 2024-09-13T15:06:33.857 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.858 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.858 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:33.858 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.997453+0000", 2024-09-13T15:06:33.858 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.9023e-05 2024-09-13T15:06:33.858 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.858 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.858 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:33.858 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.997486+0000", 2024-09-13T15:06:33.858 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.3408999999999998e-05 2024-09-13T15:06:33.858 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.858 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.858 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:06:33.858 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.997530+0000", 2024-09-13T15:06:33.858 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.3287000000000001e-05 2024-09-13T15:06:33.858 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.859 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.859 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:06:33.859 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.997632+0000", 2024-09-13T15:06:33.859 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00010239 2024-09-13T15:06:33.859 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:33.859 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:06:33.859 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:33.859 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.859 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.859 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.45692.0:152375 9.16 9:6efade62:::benchmark_data_smithi071_298031_object41127:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1341)", 2024-09-13T15:06:33.859 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:01:08.619926+0000", 2024-09-13T15:06:33.859 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 325.11435199900001, 2024-09-13T15:06:33.859 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.3366003590000002, 2024-09-13T15:06:33.860 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:06:33.860 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:06:33.860 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:06:33.860 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.45692", 2024-09-13T15:06:33.860 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:06:33.860 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 152375 2024-09-13T15:06:33.860 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.860 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:06:33.860 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.860 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:06:33.860 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.619926+0000", 2024-09-13T15:06:33.860 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:33.860 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.860 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.861 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:06:33.861 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.619926+0000", 2024-09-13T15:06:33.861 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:33.861 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.861 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.861 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:06:33.861 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.619924+0000", 2024-09-13T15:06:33.861 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T15:06:33.861 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.861 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.861 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:06:33.861 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.619933+0000", 2024-09-13T15:06:33.861 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.8759999999999994e-06 2024-09-13T15:06:33.862 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.862 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.862 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:06:33.862 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.619947+0000", 2024-09-13T15:06:33.862 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3738e-05 2024-09-13T15:06:33.862 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.862 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.862 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:06:33.862 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.619955+0000", 2024-09-13T15:06:33.862 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.1890000000000007e-06 2024-09-13T15:06:33.863 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.863 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.863 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.863 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.620215+0000", 2024-09-13T15:06:33.863 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00025982099999999998 2024-09-13T15:06:33.863 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.863 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.863 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:06:33.863 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.620226+0000", 2024-09-13T15:06:33.863 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0808000000000001e-05 2024-09-13T15:06:33.863 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.863 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.863 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.864 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:09.617725+0000", 2024-09-13T15:06:33.864 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.997499362 2024-09-13T15:06:33.864 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.864 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.864 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:06:33.864 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:09.617738+0000", 2024-09-13T15:06:33.864 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2971e-05 2024-09-13T15:06:33.864 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.864 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.864 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.864 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.842372+0000", 2024-09-13T15:06:33.864 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.224634271 2024-09-13T15:06:33.864 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.864 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.865 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:06:33.865 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.842457+0000", 2024-09-13T15:06:33.865 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.4660000000000006e-05 2024-09-13T15:06:33.865 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.865 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.865 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1,2", 2024-09-13T15:06:33.865 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.842670+0000", 2024-09-13T15:06:33.865 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000212905 2024-09-13T15:06:33.865 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.865 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.865 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T15:06:33.865 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.843811+0000", 2024-09-13T15:06:33.865 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001141553 2024-09-13T15:06:33.865 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.866 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.866 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:33.866 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.844967+0000", 2024-09-13T15:06:33.866 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0011553679999999999 2024-09-13T15:06:33.866 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.866 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.866 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:33.866 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.847370+0000", 2024-09-13T15:06:33.866 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0024037970000000001 2024-09-13T15:06:33.866 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.866 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.866 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:33.866 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.956334+0000", 2024-09-13T15:06:33.866 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.108963357 2024-09-13T15:06:33.867 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.867 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.867 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:06:33.867 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.956397+0000", 2024-09-13T15:06:33.867 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.2895e-05 2024-09-13T15:06:33.867 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.867 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.867 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:06:33.867 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.956526+0000", 2024-09-13T15:06:33.867 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000129219 2024-09-13T15:06:33.867 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:33.867 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:06:33.867 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:33.867 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.868 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.868 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.45692.0:152378 9.f 9:f7fb670f:::benchmark_data_smithi071_298031_object41130:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1341)", 2024-09-13T15:06:33.868 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:01:08.619974+0000", 2024-09-13T15:06:33.868 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 325.11430394000001, 2024-09-13T15:06:33.868 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.3774032150000002, 2024-09-13T15:06:33.868 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:06:33.868 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:06:33.868 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:06:33.868 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.45692", 2024-09-13T15:06:33.868 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:06:33.868 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 152378 2024-09-13T15:06:33.868 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.868 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:06:33.868 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.869 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:06:33.869 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.619974+0000", 2024-09-13T15:06:33.869 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:33.869 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.869 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.869 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:06:33.869 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.619974+0000", 2024-09-13T15:06:33.869 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:33.869 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.869 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.869 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:06:33.869 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.619973+0000", 2024-09-13T15:06:33.869 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T15:06:33.869 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.870 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.870 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:06:33.870 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.619976+0000", 2024-09-13T15:06:33.870 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.6699999999999998e-06 2024-09-13T15:06:33.870 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.870 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.870 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:06:33.870 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.619983+0000", 2024-09-13T15:06:33.870 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.0110000000000003e-06 2024-09-13T15:06:33.870 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.870 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.870 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:06:33.870 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.619989+0000", 2024-09-13T15:06:33.870 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.9630000000000003e-06 2024-09-13T15:06:33.871 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.871 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.871 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.871 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.627935+0000", 2024-09-13T15:06:33.871 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0079459609999999996 2024-09-13T15:06:33.871 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.871 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.871 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:06:33.871 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.627940+0000", 2024-09-13T15:06:33.871 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.6890000000000001e-06 2024-09-13T15:06:33.871 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.871 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.871 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.872 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:09.619497+0000", 2024-09-13T15:06:33.872 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.99155650900000003 2024-09-13T15:06:33.872 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.872 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.872 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:06:33.872 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:09.619503+0000", 2024-09-13T15:06:33.872 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.0700000000000003e-06 2024-09-13T15:06:33.872 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.872 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.873 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.873 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.990800+0000", 2024-09-13T15:06:33.873 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.371297309 2024-09-13T15:06:33.873 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.873 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.873 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:06:33.873 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.990916+0000", 2024-09-13T15:06:33.873 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00011535300000000001 2024-09-13T15:06:33.873 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.873 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.873 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,2,4", 2024-09-13T15:06:33.873 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.991032+0000", 2024-09-13T15:06:33.873 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000116495 2024-09-13T15:06:33.874 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.874 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.874 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:33.874 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.995229+0000", 2024-09-13T15:06:33.874 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0041964589999999996 2024-09-13T15:06:33.874 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.874 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.874 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T15:06:33.874 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.995239+0000", 2024-09-13T15:06:33.874 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0057e-05 2024-09-13T15:06:33.874 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.874 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.874 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:33.874 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.995290+0000", 2024-09-13T15:06:33.875 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.1452999999999997e-05 2024-09-13T15:06:33.875 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.875 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.875 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:33.875 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.997221+0000", 2024-09-13T15:06:33.875 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0019313080000000001 2024-09-13T15:06:33.875 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.875 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.875 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:06:33.875 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.997270+0000", 2024-09-13T15:06:33.875 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.9018999999999999e-05 2024-09-13T15:06:33.875 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.875 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.875 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:06:33.876 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.997377+0000", 2024-09-13T15:06:33.876 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000106368 2024-09-13T15:06:33.876 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:33.876 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:06:33.876 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:33.876 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.876 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.876 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.45977.0:79582 10.a 10:56395b16:::benchmark_data_smithi071_326067_object79581:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1400)", 2024-09-13T15:06:33.876 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:03:38.039126+0000", 2024-09-13T15:06:33.876 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 175.69515169900001, 2024-09-13T15:06:33.876 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.952287364, 2024-09-13T15:06:33.876 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:06:33.877 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:06:33.877 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:06:33.877 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.45977", 2024-09-13T15:06:33.877 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4198631296", 2024-09-13T15:06:33.877 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 79582 2024-09-13T15:06:33.877 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.877 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:06:33.877 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.877 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:06:33.877 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.039126+0000", 2024-09-13T15:06:33.877 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:33.877 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.878 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.878 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:06:33.878 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.039126+0000", 2024-09-13T15:06:33.878 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:33.878 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.878 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.878 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:06:33.878 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.039125+0000", 2024-09-13T15:06:33.878 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T15:06:33.878 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.878 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.878 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:06:33.878 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.039180+0000", 2024-09-13T15:06:33.879 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.5177999999999999e-05 2024-09-13T15:06:33.879 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.879 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.879 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:06:33.879 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.039192+0000", 2024-09-13T15:06:33.879 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2245999999999999e-05 2024-09-13T15:06:33.879 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.879 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.879 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:06:33.879 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.039197+0000", 2024-09-13T15:06:33.879 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.899e-06 2024-09-13T15:06:33.879 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.879 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.879 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.880 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.039232+0000", 2024-09-13T15:06:33.880 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.5222000000000003e-05 2024-09-13T15:06:33.880 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.880 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.880 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:06:33.880 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.039238+0000", 2024-09-13T15:06:33.880 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.5570000000000003e-06 2024-09-13T15:06:33.880 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.880 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.880 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.880 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.338393+0000", 2024-09-13T15:06:33.880 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.29915491599999999 2024-09-13T15:06:33.880 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.881 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.881 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:06:33.881 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.338404+0000", 2024-09-13T15:06:33.881 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1304999999999999e-05 2024-09-13T15:06:33.881 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.881 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.881 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.881 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:39.976831+0000", 2024-09-13T15:06:33.881 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.6384272279999998 2024-09-13T15:06:33.881 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.881 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.881 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:06:33.882 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:39.976992+0000", 2024-09-13T15:06:33.882 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000160197 2024-09-13T15:06:33.882 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.882 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.882 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 2,7", 2024-09-13T15:06:33.882 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:39.977152+0000", 2024-09-13T15:06:33.882 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000160672 2024-09-13T15:06:33.882 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.882 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.882 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T15:06:33.882 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:39.980271+0000", 2024-09-13T15:06:33.882 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0031183320000000001 2024-09-13T15:06:33.882 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.882 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.883 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:33.883 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:39.984745+0000", 2024-09-13T15:06:33.883 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0044746170000000002 2024-09-13T15:06:33.883 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.883 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.883 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:33.883 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:39.988153+0000", 2024-09-13T15:06:33.883 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0034075419999999999 2024-09-13T15:06:33.883 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.883 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.883 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:06:33.883 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:39.988208+0000", 2024-09-13T15:06:33.883 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.4929000000000002e-05 2024-09-13T15:06:33.884 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.884 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.884 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:06:33.884 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:39.991413+0000", 2024-09-13T15:06:33.884 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0032056089999999999 2024-09-13T15:06:33.884 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:33.884 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:06:33.884 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:33.884 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.884 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.884 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.45977.0:79585 10.9 10:917744b2:::benchmark_data_smithi071_326067_object79584:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1400)", 2024-09-13T15:06:33.884 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:03:38.041035+0000", 2024-09-13T15:06:33.884 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 175.69324274900001, 2024-09-13T15:06:33.884 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.9436438110000001, 2024-09-13T15:06:33.885 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:06:33.885 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:06:33.885 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:06:33.885 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.45977", 2024-09-13T15:06:33.885 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4198631296", 2024-09-13T15:06:33.885 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 79585 2024-09-13T15:06:33.885 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.885 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:06:33.885 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.885 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:06:33.885 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.041035+0000", 2024-09-13T15:06:33.885 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:33.885 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.886 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.886 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:06:33.886 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.041035+0000", 2024-09-13T15:06:33.886 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:33.886 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.886 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.886 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:06:33.886 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.041034+0000", 2024-09-13T15:06:33.886 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T15:06:33.886 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.886 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.886 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:06:33.886 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.041095+0000", 2024-09-13T15:06:33.887 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.1251e-05 2024-09-13T15:06:33.887 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.887 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.887 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:06:33.887 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.041106+0000", 2024-09-13T15:06:33.887 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0773e-05 2024-09-13T15:06:33.887 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.887 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.887 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:06:33.887 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.041113+0000", 2024-09-13T15:06:33.887 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.8920000000000003e-06 2024-09-13T15:06:33.887 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.887 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.888 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.888 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.041173+0000", 2024-09-13T15:06:33.888 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.0374000000000002e-05 2024-09-13T15:06:33.888 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.888 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.888 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:06:33.888 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.041183+0000", 2024-09-13T15:06:33.888 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0325e-05 2024-09-13T15:06:33.888 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.888 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.888 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.888 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.338879+0000", 2024-09-13T15:06:33.888 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.297695394 2024-09-13T15:06:33.888 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.889 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.889 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:06:33.889 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.338888+0000", 2024-09-13T15:06:33.889 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.9549999999999998e-06 2024-09-13T15:06:33.889 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.889 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.889 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.889 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:39.968692+0000", 2024-09-13T15:06:33.889 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.62980455 2024-09-13T15:06:33.889 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.889 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.889 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:06:33.889 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:39.968850+0000", 2024-09-13T15:06:33.890 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00015778799999999999 2024-09-13T15:06:33.890 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.890 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.890 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 2,7", 2024-09-13T15:06:33.890 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:39.969018+0000", 2024-09-13T15:06:33.890 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00016801300000000001 2024-09-13T15:06:33.890 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.890 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.890 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T15:06:33.890 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:39.981170+0000", 2024-09-13T15:06:33.890 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.012152333 2024-09-13T15:06:33.890 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.890 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.891 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:33.891 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:39.981206+0000", 2024-09-13T15:06:33.891 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.5790000000000001e-05 2024-09-13T15:06:33.891 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.891 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.891 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:33.891 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:39.981243+0000", 2024-09-13T15:06:33.891 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.6523000000000003e-05 2024-09-13T15:06:33.891 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.891 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.891 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:06:33.891 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:39.981286+0000", 2024-09-13T15:06:33.891 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.3148000000000001e-05 2024-09-13T15:06:33.892 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.892 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.892 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:06:33.892 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:39.984679+0000", 2024-09-13T15:06:33.892 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0033926870000000001 2024-09-13T15:06:33.892 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:33.892 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:06:33.892 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:33.892 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.892 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.892 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.45977.0:164838 10.9 10:9baf059f:::benchmark_data_smithi071_326067_object47405:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1417)", 2024-09-13T15:06:33.892 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:05:21.860922+0000", 2024-09-13T15:06:33.892 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 71.873355967999998, 2024-09-13T15:06:33.892 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.15913474899999999, 2024-09-13T15:06:33.893 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:06:33.893 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:06:33.893 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:06:33.893 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.45977", 2024-09-13T15:06:33.893 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4198631296", 2024-09-13T15:06:33.893 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 164838 2024-09-13T15:06:33.893 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.893 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:06:33.893 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.893 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:06:33.893 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:05:21.860922+0000", 2024-09-13T15:06:33.893 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:33.893 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.894 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.894 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:06:33.894 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:05:21.860922+0000", 2024-09-13T15:06:33.894 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:06:33.894 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.894 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.894 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:06:33.894 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:05:21.860920+0000", 2024-09-13T15:06:33.894 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T15:06:33.894 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.894 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.894 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:06:33.894 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:05:21.860927+0000", 2024-09-13T15:06:33.894 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.0079999999999996e-06 2024-09-13T15:06:33.895 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.895 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.895 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:06:33.895 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:05:21.860938+0000", 2024-09-13T15:06:33.895 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1293e-05 2024-09-13T15:06:33.895 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.895 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.895 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:06:33.895 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:05:21.860944+0000", 2024-09-13T15:06:33.895 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.0610000000000001e-06 2024-09-13T15:06:33.895 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.895 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.895 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:06:33.895 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:05:21.868801+0000", 2024-09-13T15:06:33.896 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.007857022 2024-09-13T15:06:33.896 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.896 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.896 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:06:33.896 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:05:21.868972+0000", 2024-09-13T15:06:33.896 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00017102999999999999 2024-09-13T15:06:33.896 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.896 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.896 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 2,7", 2024-09-13T15:06:33.896 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:05:21.869117+0000", 2024-09-13T15:06:33.896 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00014467500000000001 2024-09-13T15:06:33.896 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.896 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.897 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T15:06:33.897 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:05:21.876430+0000", 2024-09-13T15:06:33.897 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0073130349999999998 2024-09-13T15:06:33.897 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.897 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.897 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:33.897 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:05:21.887164+0000", 2024-09-13T15:06:33.897 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.010734432 2024-09-13T15:06:33.897 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.897 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.897 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:06:33.897 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:05:22.017736+0000", 2024-09-13T15:06:33.897 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.13057136499999999 2024-09-13T15:06:33.898 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.898 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.898 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:06:33.898 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:05:22.017772+0000", 2024-09-13T15:06:33.898 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.6480999999999999e-05 2024-09-13T15:06:33.898 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:06:33.898 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:06:33.898 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:06:33.898 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:05:22.020056+0000", 2024-09-13T15:06:33.898 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0022839919999999999 2024-09-13T15:06:33.899 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:33.899 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:06:33.899 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:33.899 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:06:33.899 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:06:33.899 INFO:teuthology.orchestra.run.smithi104.stdout:} 2024-09-13T15:06:33.899 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:33 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 18230/46827 objects degraded (38.931%), 5 pgs degraded, 5 pgs undersized (PG_DEGRADED) 2024-09-13T15:06:33.900 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:33 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 18230/46827 objects degraded (38.931%), 5 pgs degraded, 5 pgs undersized (PG_DEGRADED) 2024-09-13T15:06:33.930 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:06:33.955 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:33.956 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:33.956 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:06:34.057 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:34.097 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:34.098 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:34.098 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:06:34.199 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:34.246 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:34.247 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:34.247 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:06:34.348 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:34.386 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:34.386 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:34.387 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:34.488 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:34.521 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:34.522 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:34.522 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:34.609 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T15:06:34.611 INFO:teuthology.orchestra.run.smithi071.stderr:dumped all 2024-09-13T15:06:34.623 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:06:34.656 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:34.657 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:34.657 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:06:34.669 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd set nodeep-scrub 2024-09-13T15:06:34.675 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.6 dump_ops_in_flight 2024-09-13T15:06:34.758 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:06:34.796 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:34.797 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:34.797 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:06:34.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:34 smithi071 ceph-mon[107477]: pgmap v2289: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 103 active+clean; 886 MiB data, 8.9 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 814 op/s; 17773/42576 objects degraded (41.744%); 3.3 MiB/s, 151 objects/s recovering 2024-09-13T15:06:34.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:34 smithi071 ceph-mon[112785]: pgmap v2289: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 103 active+clean; 886 MiB data, 8.9 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 814 op/s; 17773/42576 objects degraded (41.744%); 3.3 MiB/s, 151 objects/s recovering 2024-09-13T15:06:34.898 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:06:34.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:34 smithi104 ceph-mon[105578]: pgmap v2289: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 103 active+clean; 886 MiB data, 8.9 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 814 op/s; 17773/42576 objects degraded (41.744%); 3.3 MiB/s, 151 objects/s recovering 2024-09-13T15:06:34.928 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:34.929 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:34.929 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:06:35.025 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T15:06:35.030 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:35.073 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:35.074 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:35.074 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:35.175 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:35.222 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:35.223 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:35.224 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:35.324 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:06:35.363 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:35.363 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:35.364 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:06:35.465 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:06:35.500 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:35.500 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:35.501 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:06:35.601 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:06:35.630 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:35.631 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:35.631 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:06:35.732 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:35.772 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:35.773 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:35.773 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:35.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:35 smithi071 ceph-mon[107477]: from='client.55726 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T15:06:35.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:35 smithi071 ceph-mon[112785]: from='client.55726 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T15:06:35.874 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:35.911 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:35.912 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:35.913 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:06:35.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:35 smithi104 ceph-mon[105578]: from='client.55726 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T15:06:36.010 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:06:36.013 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:06:36.028 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T15:06:36.028 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T15:06:36.039 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:36.040 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:36.040 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:06:36.061 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T15:06:36.061 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T15:06:36.093 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T15:06:36.093 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T15:06:36.128 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T15:06:36.128 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T15:06:36.140 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:06:36.162 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T15:06:36.163 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T15:06:36.172 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:36.173 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:36.173 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:06:36.199 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T15:06:36.199 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T15:06:36.235 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T15:06:36.235 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T15:06:36.270 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T15:06:36.270 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T15:06:36.274 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:06:36.310 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:36.310 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:36.311 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:06:36.412 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:36.446 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:36.447 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:36.448 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:36.548 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:36.583 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:36.584 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:36.585 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:36.665 INFO:teuthology.orchestra.run.smithi071.stdout:{"pg_ready":true,"pg_map":{"version":2289,"stamp":"2024-09-13T15:06:33.004064+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":928913405,"num_objects":14192,"num_object_clones":0,"num_object_copies":42576,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":17773,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":14192,"num_whiteouts":0,"num_read":1,"num_read_kb":1,"num_write":220760,"num_write_kb":7515554,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":18699,"num_bytes_recovered":1040021551,"num_keys_recovered":30,"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":102216,"ondisk_log_size":102216,"up":327,"acting":322,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":336,"num_osds":7,"num_per_pool_osds":7,"num_per_pool_omap_osds":7,"kb":656216064,"kb_used":9383452,"kb_used_data":3372004,"kb_used_omap":252,"kb_used_meta":6011075,"kb_avail":646832612,"statfs":{"total":671965249536,"available":662356594688,"internally_reserved":0,"allocated":3452932096,"data_stored":3432560064,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":258429,"internal_metadata":6155341443},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[1,3,6,2,5,8],"upper_bound":64},"perf_stat":{"commit_latency_ms":3,"apply_latency_ms":3,"commit_latency_ns":3000000,"apply_latency_ns":3000000},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":-534380544,"num_objects":-8154,"num_object_clones":0,"num_object_copies":-24462,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":-1437,"num_objects_misplaced":-569,"num_objects_unfound":0,"num_objects_dirty":-8154,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":8154,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":1514,"num_bytes_recovered":34799616,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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.004941"},"pg_stats":[{"pgid":"1.11","version":"373'149","reported_seq":1647,"reported_epoch":1432,"state":"active+clean","last_fresh":"2024-09-13T15:06:21.589132+0000","last_change":"2024-09-13T15:03:55.256070+0000","last_active":"2024-09-13T15:06:21.589132+0000","last_peered":"2024-09-13T15:06:21.589132+0000","last_clean":"2024-09-13T15:06:21.589132+0000","last_became_active":"2024-09-13T15:03:54.361713+0000","last_became_peered":"2024-09-13T15:03:54.361713+0000","last_unstale":"2024-09-13T15:06:21.589132+0000","last_undegraded":"2024-09-13T15:06:21.589132+0000","last_fullsized":"2024-09-13T15:06:21.589132+0000","mapping_epoch":1407,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1408,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:03:55.256014+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:03:55.256014+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:43:38.456769+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.14","version":"0'0","reported_seq":196,"reported_epoch":1432,"state":"active+clean","last_fresh":"2024-09-13T15:06:21.538523+0000","last_change":"2024-09-13T15:03:38.356940+0000","last_active":"2024-09-13T15:06:21.538523+0000","last_peered":"2024-09-13T15:06:21.538523+0000","last_clean":"2024-09-13T15:06:21.538523+0000","last_became_active":"2024-09-13T15:03:38.356599+0000","last_became_peered":"2024-09-13T15:03:38.356599+0000","last_unstale":"2024-09-13T15:06:21.538523+0000","last_undegraded":"2024-09-13T15:06:21.538523+0000","last_fullsized":"2024-09-13T15:06:21.538523+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:30:57.502891+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.13","version":"70'2","reported_seq":143,"reported_epoch":1432,"state":"active+clean","last_fresh":"2024-09-13T15:06:21.544177+0000","last_change":"2024-09-13T15:03:38.350681+0000","last_active":"2024-09-13T15:06:21.544177+0000","last_peered":"2024-09-13T15:06:21.544177+0000","last_clean":"2024-09-13T15:06:21.544177+0000","last_became_active":"2024-09-13T15:03:38.349386+0000","last_became_peered":"2024-09-13T15:03:38.349386+0000","last_unstale":"2024-09-13T15:06:21.544177+0000","last_undegraded":"2024-09-13T15:06:21.544177+0000","last_fullsized":"2024-09-13T15:06:21.544177+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T02:02:39.428946+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":6,"num_bytes_recovered":102,"num_keys_recovered":30,"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,2],"acting":[7,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.10","version":"373'149","reported_seq":1788,"reported_epoch":1431,"state":"active+clean","last_fresh":"2024-09-13T15:06:20.541224+0000","last_change":"2024-09-13T15:03:38.349355+0000","last_active":"2024-09-13T15:06:20.541224+0000","last_peered":"2024-09-13T15:06:20.541224+0000","last_clean":"2024-09-13T15:06:20.541224+0000","last_became_active":"2024-09-13T15:03:38.349035+0000","last_became_peered":"2024-09-13T15:03:38.349035+0000","last_unstale":"2024-09-13T15:06:20.541224+0000","last_undegraded":"2024-09-13T15:06:20.541224+0000","last_fullsized":"2024-09-13T15:06:20.541224+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:47.921711+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:47.921711+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:12:52.991080+0000","scrub_duration":0.001430061,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.15","version":"0'0","reported_seq":1483,"reported_epoch":1431,"state":"active+clean","last_fresh":"2024-09-13T15:06:20.541746+0000","last_change":"2024-09-13T15:03:38.344711+0000","last_active":"2024-09-13T15:06:20.541746+0000","last_peered":"2024-09-13T15:06:20.541746+0000","last_clean":"2024-09-13T15:06:20.541746+0000","last_became_active":"2024-09-13T15:03:38.344365+0000","last_became_peered":"2024-09-13T15:03:38.344365+0000","last_unstale":"2024-09-13T15:06:20.541746+0000","last_undegraded":"2024-09-13T15:06:20.541746+0000","last_fullsized":"2024-09-13T15:06:20.541746+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:45:19.898790+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[5,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.12","version":"0'0","reported_seq":2123,"reported_epoch":1432,"state":"active+clean","last_fresh":"2024-09-13T15:06:21.589665+0000","last_change":"2024-09-13T15:05:51.741228+0000","last_active":"2024-09-13T15:06:21.589665+0000","last_peered":"2024-09-13T15:06:21.589665+0000","last_clean":"2024-09-13T15:06:21.589665+0000","last_became_active":"2024-09-13T15:05:51.740897+0000","last_became_peered":"2024-09-13T15:05:51.740897+0000","last_unstale":"2024-09-13T15:06:21.589665+0000","last_undegraded":"2024-09-13T15:06:21.589665+0000","last_fullsized":"2024-09-13T15:06:21.589665+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:41:52.248592+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.13","version":"373'149","reported_seq":1667,"reported_epoch":1432,"state":"active+clean","last_fresh":"2024-09-13T15:06:21.538046+0000","last_change":"2024-09-13T15:06:05.604138+0000","last_active":"2024-09-13T15:06:21.538046+0000","last_peered":"2024-09-13T15:06:21.538046+0000","last_clean":"2024-09-13T15:06:21.538046+0000","last_became_active":"2024-09-13T15:05:54.404195+0000","last_became_peered":"2024-09-13T15:05:54.404195+0000","last_unstale":"2024-09-13T15:06:21.538046+0000","last_undegraded":"2024-09-13T15:06:21.538046+0000","last_fullsized":"2024-09-13T15:06:21.538046+0000","mapping_epoch":1425,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1426,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:06:05.604073+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:06:05.604073+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:32:36.388156+0000","scrub_duration":11,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"4.16","version":"0'0","reported_seq":2134,"reported_epoch":1432,"state":"active+clean","last_fresh":"2024-09-13T15:06:21.590521+0000","last_change":"2024-09-13T15:03:38.349331+0000","last_active":"2024-09-13T15:06:21.590521+0000","last_peered":"2024-09-13T15:06:21.590521+0000","last_clean":"2024-09-13T15:06:21.590521+0000","last_became_active":"2024-09-13T15:03:38.348741+0000","last_became_peered":"2024-09-13T15:03:38.348741+0000","last_unstale":"2024-09-13T15:06:21.590521+0000","last_undegraded":"2024-09-13T15:06:21.590521+0000","last_fullsized":"2024-09-13T15:06:21.590521+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:28:53.539736+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[0,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.11","version":"0'0","reported_seq":100,"reported_epoch":1432,"state":"active+clean","last_fresh":"2024-09-13T15:06:21.544038+0000","last_change":"2024-09-13T15:03:38.354041+0000","last_active":"2024-09-13T15:06:21.544038+0000","last_peered":"2024-09-13T15:06:21.544038+0000","last_clean":"2024-09-13T15:06:21.544038+0000","last_became_active":"2024-09-13T15:03:38.351864+0000","last_became_peered":"2024-09-13T15:03:38.351864+0000","last_unstale":"2024-09-13T15:06:21.544038+0000","last_undegraded":"2024-09-13T15:06:21.544038+0000","last_fullsized":"2024-09-13T15:06:21.544038+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:43:45.532422+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[7,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.12","version":"373'149","reported_seq":1785,"reported_epoch":1431,"state":"active+clean","last_fresh":"2024-09-13T15:06:20.541354+0000","last_change":"2024-09-13T15:03:38.356066+0000","last_active":"2024-09-13T15:06:20.541354+0000","last_peered":"2024-09-13T15:06:20.541354+0000","last_clean":"2024-09-13T15:06:20.541354+0000","last_became_active":"2024-09-13T15:03:38.355743+0000","last_became_peered":"2024-09-13T15:03:38.355743+0000","last_unstale":"2024-09-13T15:06:20.541354+0000","last_undegraded":"2024-09-13T15:06:20.541354+0000","last_fullsized":"2024-09-13T15:06:20.541354+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:46.963090+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:46.963090+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:18:39.622092+0000","scrub_duration":0.0014971279999999999,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[5,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.17","version":"0'0","reported_seq":30,"reported_epoch":1432,"state":"active+clean","last_fresh":"2024-09-13T15:06:21.538226+0000","last_change":"2024-09-13T15:05:51.734614+0000","last_active":"2024-09-13T15:06:21.538226+0000","last_peered":"2024-09-13T15:06:21.538226+0000","last_clean":"2024-09-13T15:06:21.538226+0000","last_became_active":"2024-09-13T15:05:51.734240+0000","last_became_peered":"2024-09-13T15:05:51.734240+0000","last_unstale":"2024-09-13T15:06:21.538226+0000","last_undegraded":"2024-09-13T15:06:21.538226+0000","last_fullsized":"2024-09-13T15:06:21.538226+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:39:54.213629+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[3,7,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.10","version":"70'8","reported_seq":77,"reported_epoch":1432,"state":"active+clean","last_fresh":"2024-09-13T15:06:21.588791+0000","last_change":"2024-09-13T15:05:47.285978+0000","last_active":"2024-09-13T15:06:21.588791+0000","last_peered":"2024-09-13T15:06:21.588791+0000","last_clean":"2024-09-13T15:06:21.588791+0000","last_became_active":"2024-09-13T15:03:51.626453+0000","last_became_peered":"2024-09-13T15:03:51.626453+0000","last_unstale":"2024-09-13T15:06:21.588791+0000","last_undegraded":"2024-09-13T15:06:21.588791+0000","last_fullsized":"2024-09-13T15:06:21.588791+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1419,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T01:57:18.346358+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":20,"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":[0,5,3],"acting":[0,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"10.6","version":"1432'13752","reported_seq":13804,"reported_epoch":1432,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.019850+0000","last_change":"2024-09-13T15:02:47.600715+0000","last_active":"2024-09-13T15:06:31.019850+0000","last_peered":"2024-09-13T15:06:31.019850+0000","last_clean":"2024-09-13T15:06:31.019850+0000","last_became_active":"2024-09-13T15:02:47.600415+0000","last_became_peered":"2024-09-13T15:02:47.600415+0000","last_unstale":"2024-09-13T15:06:31.019850+0000","last_undegraded":"2024-09-13T15:06:31.019850+0000","last_fullsized":"2024-09-13T15:06:31.019850+0000","mapping_epoch":1390,"log_start":"1410'7200","ondisk_log_start":"1410'7200","created":1390,"last_epoch_clean":1391,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":6552,"log_dups_size":0,"ondisk_log_size":6552,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:17:21.224535+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":57147392,"num_objects":872,"num_object_clones":0,"num_object_copies":2616,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":872,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":13752,"num_write_kb":467968,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[5,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"1.d","version":"373'149","reported_seq":1769,"reported_epoch":1432,"state":"active+clean","last_fresh":"2024-09-13T15:06:21.544502+0000","last_change":"2024-09-13T15:03:38.351301+0000","last_active":"2024-09-13T15:06:21.544502+0000","last_peered":"2024-09-13T15:06:21.544502+0000","last_clean":"2024-09-13T15:06:21.544502+0000","last_became_active":"2024-09-13T15:03:38.350105+0000","last_became_peered":"2024-09-13T15:03:38.350105+0000","last_unstale":"2024-09-13T15:06:21.544502+0000","last_undegraded":"2024-09-13T15:06:21.544502+0000","last_fullsized":"2024-09-13T15:06:21.544502+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:02:30.687228+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:02:30.687228+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":true,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"queued for scrub","scrub_duration":4,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.f","version":"70'1","reported_seq":117,"reported_epoch":1432,"state":"active+clean","last_fresh":"2024-09-13T15:06:21.544818+0000","last_change":"2024-09-13T15:03:51.626292+0000","last_active":"2024-09-13T15:06:21.544818+0000","last_peered":"2024-09-13T15:06:21.544818+0000","last_clean":"2024-09-13T15:06:21.544818+0000","last_became_active":"2024-09-13T15:03:51.623114+0000","last_became_peered":"2024-09-13T15:03:51.623114+0000","last_unstale":"2024-09-13T15:06:21.544818+0000","last_undegraded":"2024-09-13T15:06:21.544818+0000","last_fullsized":"2024-09-13T15:06:21.544818+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T15:05:32.910110+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":3,"num_bytes_recovered":66,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[7,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.8","version":"0'0","reported_seq":1458,"reported_epoch":1431,"state":"active+clean","last_fresh":"2024-09-13T15:06:20.541380+0000","last_change":"2024-09-13T15:03:38.353305+0000","last_active":"2024-09-13T15:06:20.541380+0000","last_peered":"2024-09-13T15:06:20.541380+0000","last_clean":"2024-09-13T15:06:20.541380+0000","last_became_active":"2024-09-13T15:03:38.352879+0000","last_became_peered":"2024-09-13T15:03:38.352879+0000","last_unstale":"2024-09-13T15:06:20.541380+0000","last_undegraded":"2024-09-13T15:06:20.541380+0000","last_fullsized":"2024-09-13T15:06:20.541380+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:40:30.592651+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"10.7","version":"1432'13878","reported_seq":17374,"reported_epoch":1432,"state":"active+clean","last_fresh":"2024-09-13T15:06:29.109400+0000","last_change":"2024-09-13T15:06:21.587199+0000","last_active":"2024-09-13T15:06:29.109400+0000","last_peered":"2024-09-13T15:06:29.109400+0000","last_clean":"2024-09-13T15:06:29.109400+0000","last_became_active":"2024-09-13T15:06:21.540825+0000","last_became_peered":"2024-09-13T15:06:21.540825+0000","last_unstale":"2024-09-13T15:06:29.109400+0000","last_undegraded":"2024-09-13T15:06:29.109400+0000","last_fullsized":"2024-09-13T15:06:29.109400+0000","mapping_epoch":1431,"log_start":"1412'8162","ondisk_log_start":"1412'8162","created":1390,"last_epoch_clean":1432,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":5716,"log_dups_size":0,"ondisk_log_size":5716,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:12:45.457406+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":61603840,"num_objects":940,"num_object_clones":0,"num_object_copies":2820,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":940,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":13878,"num_write_kb":474176,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":1705,"num_bytes_recovered":111738880,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[3,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"1.c","version":"373'149","reported_seq":1864,"reported_epoch":1432,"state":"active+clean","last_fresh":"2024-09-13T15:06:21.538465+0000","last_change":"2024-09-13T15:01:59.354979+0000","last_active":"2024-09-13T15:06:21.538465+0000","last_peered":"2024-09-13T15:06:21.538465+0000","last_clean":"2024-09-13T15:06:21.538465+0000","last_became_active":"2024-09-13T15:01:59.354085+0000","last_became_peered":"2024-09-13T15:01:59.354085+0000","last_unstale":"2024-09-13T15:06:21.538465+0000","last_undegraded":"2024-09-13T15:06:21.538465+0000","last_fullsized":"2024-09-13T15:06:21.538465+0000","mapping_epoch":1361,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1362,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:44.558993+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:44.558993+0000","objects_scrubbed":1,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:27:40.542397+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":327680,"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":1,"num_bytes_recovered":327680,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.e","version":"70'2","reported_seq":104,"reported_epoch":1432,"state":"active+clean","last_fresh":"2024-09-13T15:06:21.544711+0000","last_change":"2024-09-13T15:03:38.349897+0000","last_active":"2024-09-13T15:06:21.544711+0000","last_peered":"2024-09-13T15:06:21.544711+0000","last_clean":"2024-09-13T15:06:21.544711+0000","last_became_active":"2024-09-13T15:03:38.348354+0000","last_became_peered":"2024-09-13T15:03:38.348354+0000","last_unstale":"2024-09-13T15:06:21.544711+0000","last_undegraded":"2024-09-13T15:06:21.544711+0000","last_fullsized":"2024-09-13T15:06:21.544711+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T15:43:40.950366+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":2,"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,1],"acting":[7,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.9","version":"0'0","reported_seq":175,"reported_epoch":1431,"state":"active+clean","last_fresh":"2024-09-13T15:06:20.548774+0000","last_change":"2024-09-13T15:05:51.743005+0000","last_active":"2024-09-13T15:06:20.548774+0000","last_peered":"2024-09-13T15:06:20.548774+0000","last_clean":"2024-09-13T15:06:20.548774+0000","last_became_active":"2024-09-13T15:05:51.742687+0000","last_became_peered":"2024-09-13T15:05:51.742687+0000","last_unstale":"2024-09-13T15:06:20.548774+0000","last_undegraded":"2024-09-13T15:06:20.548774+0000","last_fullsized":"2024-09-13T15:06:20.548774+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:25:15.943530+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"10.4","version":"1432'13836","reported_seq":26782,"reported_epoch":1432,"state":"active+recovery_wait","last_fresh":"2024-09-13T15:06:29.819117+0000","last_change":"2024-09-13T15:04:58.790442+0000","last_active":"2024-09-13T15:06:29.819117+0000","last_peered":"2024-09-13T15:06:29.819117+0000","last_clean":"2024-09-13T15:04:57.377876+0000","last_became_active":"2024-09-13T15:04:58.752120+0000","last_became_peered":"2024-09-13T15:04:58.752120+0000","last_unstale":"2024-09-13T15:06:29.819117+0000","last_undegraded":"2024-09-13T15:06:29.819117+0000","last_fullsized":"2024-09-13T15:06:29.819117+0000","mapping_epoch":1414,"log_start":"1411'7872","ondisk_log_start":"1411'7872","created":1390,"last_epoch_clean":1413,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":5964,"log_dups_size":0,"ondisk_log_size":5964,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"no scrub is scheduled","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":60293120,"num_objects":920,"num_object_clones":0,"num_object_copies":2760,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":920,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":13836,"num_write_kb":472192,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6424,"num_bytes_recovered":420937728,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":["0","1","3","4"],"object_location_counts":[{"shards":"0,3,4","objects":920}],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"1.f","version":"373'149","reported_seq":1779,"reported_epoch":1431,"state":"active+clean","last_fresh":"2024-09-13T15:06:20.542034+0000","last_change":"2024-09-13T15:01:28.027947+0000","last_active":"2024-09-13T15:06:20.542034+0000","last_peered":"2024-09-13T15:06:20.542034+0000","last_clean":"2024-09-13T15:06:20.542034+0000","last_became_active":"2024-09-13T15:01:28.027514+0000","last_became_peered":"2024-09-13T15:01:28.027514+0000","last_unstale":"2024-09-13T15:06:20.542034+0000","last_undegraded":"2024-09-13T15:06:20.542034+0000","last_fullsized":"2024-09-13T15:06:20.542034+0000","mapping_epoch":1349,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1350,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:41.996887+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:41.996887+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:41:46.361463+0000","scrub_duration":0.0021616460000000001,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[5,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.d","version":"70'1","reported_seq":144,"reported_epoch":1432,"state":"active+clean","last_fresh":"2024-09-13T15:06:21.544581+0000","last_change":"2024-09-13T15:03:38.351064+0000","last_active":"2024-09-13T15:06:21.544581+0000","last_peered":"2024-09-13T15:06:21.544581+0000","last_clean":"2024-09-13T15:06:21.544581+0000","last_became_active":"2024-09-13T15:03:38.348082+0000","last_became_peered":"2024-09-13T15:03:38.348082+0000","last_unstale":"2024-09-13T15:06:21.544581+0000","last_undegraded":"2024-09-13T15:06:21.544581+0000","last_fullsized":"2024-09-13T15:06:21.544581+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T20:26:11.922683+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":4,"num_bytes_recovered":280,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[7,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.a","version":"0'0","reported_seq":100,"reported_epoch":1432,"state":"active+clean","last_fresh":"2024-09-13T15:06:21.544297+0000","last_change":"2024-09-13T15:03:38.356492+0000","last_active":"2024-09-13T15:06:21.544297+0000","last_peered":"2024-09-13T15:06:21.544297+0000","last_clean":"2024-09-13T15:06:21.544297+0000","last_became_active":"2024-09-13T15:03:38.356178+0000","last_became_peered":"2024-09-13T15:03:38.356178+0000","last_unstale":"2024-09-13T15:06:21.544297+0000","last_undegraded":"2024-09-13T15:06:21.544297+0000","last_fullsized":"2024-09-13T15:06:21.544297+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:00:06.309035+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[7,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"10.5","version":"1433'14177","reported_seq":14275,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.636435+0000","last_change":"2024-09-13T15:02:47.601285+0000","last_active":"2024-09-13T15:06:31.636435+0000","last_peered":"2024-09-13T15:06:31.636435+0000","last_clean":"2024-09-13T15:06:31.636435+0000","last_became_active":"2024-09-13T15:02:47.600359+0000","last_became_peered":"2024-09-13T15:02:47.600359+0000","last_unstale":"2024-09-13T15:06:31.636435+0000","last_undegraded":"2024-09-13T15:06:31.636435+0000","last_fullsized":"2024-09-13T15:06:31.636435+0000","mapping_epoch":1390,"log_start":"1403'5300","ondisk_log_start":"1403'5300","created":1390,"last_epoch_clean":1391,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":8877,"log_dups_size":0,"ondisk_log_size":8877,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:57:55.758679+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":52625408,"num_objects":803,"num_object_clones":0,"num_object_copies":2409,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":803,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":14177,"num_write_kb":479360,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[2,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"1.e","version":"373'149","reported_seq":1829,"reported_epoch":1431,"state":"active+clean","last_fresh":"2024-09-13T15:06:20.714833+0000","last_change":"2024-09-13T15:03:38.351489+0000","last_active":"2024-09-13T15:06:20.714833+0000","last_peered":"2024-09-13T15:06:20.714833+0000","last_clean":"2024-09-13T15:06:20.714833+0000","last_became_active":"2024-09-13T15:03:38.350896+0000","last_became_peered":"2024-09-13T15:03:38.350896+0000","last_unstale":"2024-09-13T15:06:20.714833+0000","last_undegraded":"2024-09-13T15:06:20.714833+0000","last_fullsized":"2024-09-13T15:06:20.714833+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:46.145574+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:46.145574+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:18:57.368977+0000","scrub_duration":0.0016746529999999999,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7,3],"acting":[4,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.c","version":"0'0","reported_seq":1438,"reported_epoch":1431,"state":"active+clean","last_fresh":"2024-09-13T15:06:20.541579+0000","last_change":"2024-09-13T15:01:24.974778+0000","last_active":"2024-09-13T15:06:20.541579+0000","last_peered":"2024-09-13T15:06:20.541579+0000","last_clean":"2024-09-13T15:06:20.541579+0000","last_became_active":"2024-09-13T15:01:24.974473+0000","last_became_peered":"2024-09-13T15:01:24.974473+0000","last_unstale":"2024-09-13T15:06:20.541579+0000","last_undegraded":"2024-09-13T15:06:20.541579+0000","last_fullsized":"2024-09-13T15:06:20.541579+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:46:28.574203+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[5,3,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.b","version":"0'0","reported_seq":2083,"reported_epoch":1432,"state":"active+clean","last_fresh":"2024-09-13T15:06:21.589480+0000","last_change":"2024-09-13T14:57:14.903236+0000","last_active":"2024-09-13T15:06:21.589480+0000","last_peered":"2024-09-13T15:06:21.589480+0000","last_clean":"2024-09-13T15:06:21.589480+0000","last_became_active":"2024-09-13T14:57:14.902951+0000","last_became_peered":"2024-09-13T14:57:14.902951+0000","last_unstale":"2024-09-13T15:06:21.589480+0000","last_undegraded":"2024-09-13T15:06:21.589480+0000","last_fullsized":"2024-09-13T15:06:21.589480+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:55:09.250185+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"10.2","version":"1432'13651","reported_seq":13747,"reported_epoch":1432,"state":"active+clean","last_fresh":"2024-09-13T15:06:27.956498+0000","last_change":"2024-09-13T15:02:47.599322+0000","last_active":"2024-09-13T15:06:27.956498+0000","last_peered":"2024-09-13T15:06:27.956498+0000","last_clean":"2024-09-13T15:06:27.956498+0000","last_became_active":"2024-09-13T15:02:47.598913+0000","last_became_peered":"2024-09-13T15:02:47.598913+0000","last_unstale":"2024-09-13T15:06:27.956498+0000","last_undegraded":"2024-09-13T15:06:27.956498+0000","last_fullsized":"2024-09-13T15:06:27.956498+0000","mapping_epoch":1390,"log_start":"1410'7100","ondisk_log_start":"1410'7100","created":1390,"last_epoch_clean":1391,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":6551,"log_dups_size":0,"ondisk_log_size":6551,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:24:47.582373+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":69271552,"num_objects":1057,"num_object_clones":0,"num_object_copies":3171,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1057,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":13651,"num_write_kb":470656,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"1.9","version":"373'149","reported_seq":1740,"reported_epoch":1432,"state":"active+clean","last_fresh":"2024-09-13T15:06:21.544944+0000","last_change":"2024-09-13T15:03:38.352975+0000","last_active":"2024-09-13T15:06:21.544944+0000","last_peered":"2024-09-13T15:06:21.544944+0000","last_clean":"2024-09-13T15:06:21.544944+0000","last_became_active":"2024-09-13T15:03:38.351931+0000","last_became_peered":"2024-09-13T15:03:38.351931+0000","last_unstale":"2024-09-13T15:06:21.544944+0000","last_undegraded":"2024-09-13T15:06:21.544944+0000","last_fullsized":"2024-09-13T15:06:21.544944+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:00.672283+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:00.672283+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:33:57.200088+0000","scrub_duration":8,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[7,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.b","version":"70'2","reported_seq":199,"reported_epoch":1432,"state":"active+clean","last_fresh":"2024-09-13T15:06:21.538202+0000","last_change":"2024-09-13T15:03:51.624583+0000","last_active":"2024-09-13T15:06:21.538202+0000","last_peered":"2024-09-13T15:06:21.538202+0000","last_clean":"2024-09-13T15:06:21.538202+0000","last_became_active":"2024-09-13T15:03:51.620984+0000","last_became_peered":"2024-09-13T15:03:51.620984+0000","last_unstale":"2024-09-13T15:06:21.538202+0000","last_undegraded":"2024-09-13T15:06:21.538202+0000","last_fullsized":"2024-09-13T15:06:21.538202+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T21:45:32.793080+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":4,"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":[3,0,4],"acting":[3,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.c","version":"0'0","reported_seq":193,"reported_epoch":1431,"state":"active+clean","last_fresh":"2024-09-13T15:06:20.549793+0000","last_change":"2024-09-13T15:01:24.978702+0000","last_active":"2024-09-13T15:06:20.549793+0000","last_peered":"2024-09-13T15:06:20.549793+0000","last_clean":"2024-09-13T15:06:20.549793+0000","last_became_active":"2024-09-13T15:01:24.977757+0000","last_became_peered":"2024-09-13T15:01:24.977757+0000","last_unstale":"2024-09-13T15:06:20.549793+0000","last_undegraded":"2024-09-13T15:06:20.549793+0000","last_fullsized":"2024-09-13T15:06:20.549793+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:22:07.527337+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,3,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"10.3","version":"1433'13976","reported_seq":18429,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.615447+0000","last_change":"2024-09-13T15:06:12.766309+0000","last_active":"2024-09-13T15:06:31.615447+0000","last_peered":"2024-09-13T15:06:31.615447+0000","last_clean":"2024-09-13T15:06:31.615447+0000","last_became_active":"2024-09-13T15:06:12.608861+0000","last_became_peered":"2024-09-13T15:06:12.608861+0000","last_unstale":"2024-09-13T15:06:31.615447+0000","last_undegraded":"2024-09-13T15:06:31.615447+0000","last_fullsized":"2024-09-13T15:06:31.615447+0000","mapping_epoch":1428,"log_start":"1403'5100","ondisk_log_start":"1403'5100","created":1390,"last_epoch_clean":1429,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":8876,"log_dups_size":0,"ondisk_log_size":8876,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:31:19.062661+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":54394880,"num_objects":830,"num_object_clones":0,"num_object_copies":2490,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":830,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":13976,"num_write_kb":473792,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2168,"num_bytes_recovered":142016512,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[2,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"1.8","version":"373'149","reported_seq":1810,"reported_epoch":1431,"state":"active+clean","last_fresh":"2024-09-13T15:06:20.541224+0000","last_change":"2024-09-13T15:01:28.028879+0000","last_active":"2024-09-13T15:06:20.541224+0000","last_peered":"2024-09-13T15:06:20.541224+0000","last_clean":"2024-09-13T15:06:20.541224+0000","last_became_active":"2024-09-13T15:01:28.025980+0000","last_became_peered":"2024-09-13T15:01:28.025980+0000","last_unstale":"2024-09-13T15:06:20.541224+0000","last_undegraded":"2024-09-13T15:06:20.541224+0000","last_fullsized":"2024-09-13T15:06:20.541224+0000","mapping_epoch":1349,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1350,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:06.782570+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:06.782570+0000","objects_scrubbed":1,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:31:55.692142+0000","scrub_duration":2,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":262688,"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":4,"num_bytes_recovered":1050752,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[5,2,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.a","version":"0'0","reported_seq":184,"reported_epoch":1431,"state":"active+clean","last_fresh":"2024-09-13T15:06:20.548910+0000","last_change":"2024-09-13T15:01:24.976401+0000","last_active":"2024-09-13T15:06:20.548910+0000","last_peered":"2024-09-13T15:06:20.548910+0000","last_clean":"2024-09-13T15:06:20.548910+0000","last_became_active":"2024-09-13T15:01:24.975687+0000","last_became_peered":"2024-09-13T15:01:24.975687+0000","last_unstale":"2024-09-13T15:06:20.548910+0000","last_undegraded":"2024-09-13T15:06:20.548910+0000","last_fullsized":"2024-09-13T15:06:20.548910+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:37:56.277103+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.d","version":"0'0","reported_seq":175,"reported_epoch":1431,"state":"active+clean","last_fresh":"2024-09-13T15:06:20.549512+0000","last_change":"2024-09-13T15:01:09.620455+0000","last_active":"2024-09-13T15:06:20.549512+0000","last_peered":"2024-09-13T15:06:20.549512+0000","last_clean":"2024-09-13T15:06:20.549512+0000","last_became_active":"2024-09-13T15:01:09.620141+0000","last_became_peered":"2024-09-13T15:01:09.620141+0000","last_unstale":"2024-09-13T15:06:20.549512+0000","last_undegraded":"2024-09-13T15:06:20.549512+0000","last_fullsized":"2024-09-13T15:06:20.549512+0000","mapping_epoch":1341,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1342,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:40:38.384024+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,1],"acting":[4,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"10.0","version":"1432'13663","reported_seq":13734,"reported_epoch":1432,"state":"active+recovery_wait+undersized+degraded+remapped","last_fresh":"2024-09-13T15:06:30.686839+0000","last_change":"2024-09-13T15:05:47.248384+0000","last_active":"2024-09-13T15:06:30.686839+0000","last_peered":"2024-09-13T15:06:30.686839+0000","last_clean":"2024-09-13T15:02:55.603269+0000","last_became_active":"2024-09-13T15:03:39.945455+0000","last_became_peered":"2024-09-13T15:03:39.945455+0000","last_unstale":"2024-09-13T15:06:30.686839+0000","last_undegraded":"2024-09-13T15:03:39.369772+0000","last_fullsized":"2024-09-13T15:03:39.344642+0000","mapping_epoch":1401,"log_start":"1413'8700","ondisk_log_start":"1413'8700","created":1390,"last_epoch_clean":1391,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":4963,"log_dups_size":0,"ondisk_log_size":4963,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:51:53.024744+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":58261504,"num_objects":889,"num_object_clones":0,"num_object_copies":2667,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":4853,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":889,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":13663,"num_write_kb":465664,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":131072,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[4,1],"avail_no_missing":["4","1"],"object_location_counts":[{"shards":"1,4","objects":-3964}],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"1.b","version":"373'149","reported_seq":1844,"reported_epoch":1432,"state":"active+clean","last_fresh":"2024-09-13T15:06:21.589326+0000","last_change":"2024-09-13T14:58:46.524171+0000","last_active":"2024-09-13T15:06:21.589326+0000","last_peered":"2024-09-13T15:06:21.589326+0000","last_clean":"2024-09-13T15:06:21.589326+0000","last_became_active":"2024-09-13T14:58:43.532183+0000","last_became_peered":"2024-09-13T14:58:43.532183+0000","last_unstale":"2024-09-13T15:06:21.589326+0000","last_undegraded":"2024-09-13T15:06:21.589326+0000","last_fullsized":"2024-09-13T15:06:21.589326+0000","mapping_epoch":1310,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1311,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:46.524124+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:46.524124+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:27:09.177423+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.9","version":"0'0","reported_seq":198,"reported_epoch":1431,"state":"active+clean","last_fresh":"2024-09-13T15:06:20.549060+0000","last_change":"2024-09-13T15:03:38.354984+0000","last_active":"2024-09-13T15:06:20.549060+0000","last_peered":"2024-09-13T15:06:20.549060+0000","last_clean":"2024-09-13T15:06:20.549060+0000","last_became_active":"2024-09-13T15:03:38.354709+0000","last_became_peered":"2024-09-13T15:03:38.354709+0000","last_unstale":"2024-09-13T15:06:20.549060+0000","last_undegraded":"2024-09-13T15:06:20.549060+0000","last_fullsized":"2024-09-13T15:06:20.549060+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:59:16.039432+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,7],"acting":[4,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.e","version":"0'0","reported_seq":193,"reported_epoch":1431,"state":"active+clean","last_fresh":"2024-09-13T15:06:20.549474+0000","last_change":"2024-09-13T15:02:46.589725+0000","last_active":"2024-09-13T15:06:20.549474+0000","last_peered":"2024-09-13T15:06:20.549474+0000","last_clean":"2024-09-13T15:06:20.549474+0000","last_became_active":"2024-09-13T15:02:46.589402+0000","last_became_peered":"2024-09-13T15:02:46.589402+0000","last_unstale":"2024-09-13T15:06:20.549474+0000","last_undegraded":"2024-09-13T15:06:20.549474+0000","last_fullsized":"2024-09-13T15:06:20.549474+0000","mapping_epoch":1389,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1390,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:04:57.106829+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"10.1","version":"1432'13697","reported_seq":13764,"reported_epoch":1432,"state":"active+undersized+degraded+remapped+backfill_wait","last_fresh":"2024-09-13T15:06:30.715290+0000","last_change":"2024-09-13T15:03:39.958617+0000","last_active":"2024-09-13T15:06:30.715290+0000","last_peered":"2024-09-13T15:06:30.715290+0000","last_clean":"2024-09-13T15:02:55.612010+0000","last_became_active":"2024-09-13T15:03:39.951475+0000","last_became_peered":"2024-09-13T15:03:39.951475+0000","last_unstale":"2024-09-13T15:06:30.715290+0000","last_undegraded":"2024-09-13T15:03:39.357051+0000","last_fullsized":"2024-09-13T15:03:39.344698+0000","mapping_epoch":1401,"log_start":"1413'8700","ondisk_log_start":"1413'8700","created":1390,"last_epoch_clean":1391,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":4997,"log_dups_size":0,"ondisk_log_size":4997,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:13:29.737984+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":56033280,"num_objects":855,"num_object_clones":0,"num_object_copies":2565,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":855,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":855,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":13697,"num_write_kb":465664,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7,0],"acting":[4,0],"avail_no_missing":["4","0"],"object_location_counts":[{"shards":"0,4","objects":855}],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"1.a","version":"373'149","reported_seq":1758,"reported_epoch":1431,"state":"active+clean","last_fresh":"2024-09-13T15:06:20.541288+0000","last_change":"2024-09-13T15:01:12.669843+0000","last_active":"2024-09-13T15:06:20.541288+0000","last_peered":"2024-09-13T15:06:20.541288+0000","last_clean":"2024-09-13T15:06:20.541288+0000","last_became_active":"2024-09-13T15:01:12.669313+0000","last_became_peered":"2024-09-13T15:01:12.669313+0000","last_unstale":"2024-09-13T15:06:20.541288+0000","last_undegraded":"2024-09-13T15:06:20.541288+0000","last_fullsized":"2024-09-13T15:06:20.541288+0000","mapping_epoch":1344,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1345,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:05.812475+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:05.812475+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:45:44.908862+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[5,2,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.8","version":"0'0","reported_seq":30,"reported_epoch":1432,"state":"active+clean","last_fresh":"2024-09-13T15:06:21.537724+0000","last_change":"2024-09-13T15:05:51.743180+0000","last_active":"2024-09-13T15:06:21.537724+0000","last_peered":"2024-09-13T15:06:21.537724+0000","last_clean":"2024-09-13T15:06:21.537724+0000","last_became_active":"2024-09-13T15:05:51.742786+0000","last_became_peered":"2024-09-13T15:05:51.742786+0000","last_unstale":"2024-09-13T15:06:21.537724+0000","last_undegraded":"2024-09-13T15:06:21.537724+0000","last_fullsized":"2024-09-13T15:06:21.537724+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:43:22.519481+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.f","version":"0'0","reported_seq":184,"reported_epoch":1432,"state":"active+clean","last_fresh":"2024-09-13T15:06:21.538889+0000","last_change":"2024-09-13T15:01:25.027529+0000","last_active":"2024-09-13T15:06:21.538889+0000","last_peered":"2024-09-13T15:06:21.538889+0000","last_clean":"2024-09-13T15:06:21.538889+0000","last_became_active":"2024-09-13T15:01:24.986960+0000","last_became_peered":"2024-09-13T15:01:24.986960+0000","last_unstale":"2024-09-13T15:06:21.538889+0000","last_undegraded":"2024-09-13T15:06:21.538889+0000","last_fullsized":"2024-09-13T15:06:21.538889+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:47:41.794862+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"10.b","version":"1432'13841","reported_seq":13937,"reported_epoch":1432,"state":"active+clean","last_fresh":"2024-09-13T15:06:29.807483+0000","last_change":"2024-09-13T15:02:47.600324+0000","last_active":"2024-09-13T15:06:29.807483+0000","last_peered":"2024-09-13T15:06:29.807483+0000","last_clean":"2024-09-13T15:06:29.807483+0000","last_became_active":"2024-09-13T15:02:47.600031+0000","last_became_peered":"2024-09-13T15:02:47.600031+0000","last_unstale":"2024-09-13T15:06:29.807483+0000","last_undegraded":"2024-09-13T15:06:29.807483+0000","last_fullsized":"2024-09-13T15:06:29.807483+0000","mapping_epoch":1390,"log_start":"1412'7900","ondisk_log_start":"1412'7900","created":1390,"last_epoch_clean":1391,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":5941,"log_dups_size":0,"ondisk_log_size":5941,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:55:49.611388+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":56688640,"num_objects":865,"num_object_clones":0,"num_object_copies":2595,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":865,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":13841,"num_write_kb":470592,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.0","version":"373'149","reported_seq":1750,"reported_epoch":1432,"state":"active+clean","last_fresh":"2024-09-13T15:06:21.544190+0000","last_change":"2024-09-13T15:03:54.432077+0000","last_active":"2024-09-13T15:06:21.544190+0000","last_peered":"2024-09-13T15:06:21.544190+0000","last_clean":"2024-09-13T15:06:21.544190+0000","last_became_active":"2024-09-13T15:03:54.431663+0000","last_became_peered":"2024-09-13T15:03:54.431663+0000","last_unstale":"2024-09-13T15:06:21.544190+0000","last_undegraded":"2024-09-13T15:06:21.544190+0000","last_fullsized":"2024-09-13T15:06:21.544190+0000","mapping_epoch":1407,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":1408,"parent":"0.0","parent_split_bits":0,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:02:39.669027+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:02:39.669027+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":true,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"queued for scrub","scrub_duration":15,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"2.3","version":"63'1","reported_seq":1514,"reported_epoch":1431,"state":"active+clean","last_fresh":"2024-09-13T15:06:20.541733+0000","last_change":"2024-09-13T15:03:38.346531+0000","last_active":"2024-09-13T15:06:20.541733+0000","last_peered":"2024-09-13T15:06:20.541733+0000","last_clean":"2024-09-13T15:06:20.541733+0000","last_became_active":"2024-09-13T15:03:38.345909+0000","last_became_peered":"2024-09-13T15:03:38.345909+0000","last_unstale":"2024-09-13T15:06:20.541733+0000","last_undegraded":"2024-09-13T15:06:20.541733+0000","last_fullsized":"2024-09-13T15:06:20.541733+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-14T14:55:44.823772+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029038399999999998,"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":7,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":30,"reported_epoch":1432,"state":"active+clean","last_fresh":"2024-09-13T15:06:21.537988+0000","last_change":"2024-09-13T15:05:51.734474+0000","last_active":"2024-09-13T15:06:21.537988+0000","last_peered":"2024-09-13T15:06:21.537988+0000","last_clean":"2024-09-13T15:06:21.537988+0000","last_became_active":"2024-09-13T15:05:51.734151+0000","last_became_peered":"2024-09-13T15:05:51.734151+0000","last_unstale":"2024-09-13T15:06:21.537988+0000","last_undegraded":"2024-09-13T15:06:21.537988+0000","last_fullsized":"2024-09-13T15:06:21.537988+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:39:56.749516+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[3,5,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.5","version":"0'0","reported_seq":190,"reported_epoch":1431,"state":"active+clean","last_fresh":"2024-09-13T15:06:20.549440+0000","last_change":"2024-09-13T15:03:38.352837+0000","last_active":"2024-09-13T15:06:20.549440+0000","last_peered":"2024-09-13T15:06:20.549440+0000","last_clean":"2024-09-13T15:06:20.549440+0000","last_became_active":"2024-09-13T15:03:38.352572+0000","last_became_peered":"2024-09-13T15:03:38.352572+0000","last_unstale":"2024-09-13T15:06:20.549440+0000","last_undegraded":"2024-09-13T15:06:20.549440+0000","last_fullsized":"2024-09-13T15:06:20.549440+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:24:21.126416+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7,0],"acting":[4,7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"10.8","version":"1432'14104","reported_seq":24276,"reported_epoch":1432,"state":"active+clean","last_fresh":"2024-09-13T15:06:29.812190+0000","last_change":"2024-09-13T15:05:48.729589+0000","last_active":"2024-09-13T15:06:29.812190+0000","last_peered":"2024-09-13T15:06:29.812190+0000","last_clean":"2024-09-13T15:06:29.812190+0000","last_became_active":"2024-09-13T15:05:48.694842+0000","last_became_peered":"2024-09-13T15:05:48.694842+0000","last_unstale":"2024-09-13T15:06:29.812190+0000","last_undegraded":"2024-09-13T15:06:29.812190+0000","last_fullsized":"2024-09-13T15:06:29.812190+0000","mapping_epoch":1420,"log_start":"1412'8200","ondisk_log_start":"1412'8200","created":1390,"last_epoch_clean":1421,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":5904,"log_dups_size":0,"ondisk_log_size":5904,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:47:12.748567+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":57933824,"num_objects":884,"num_object_clones":0,"num_object_copies":2652,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":884,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":14104,"num_write_kb":479616,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":5030,"num_bytes_recovered":329646080,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[0,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"1.3","version":"373'149","reported_seq":1763,"reported_epoch":1431,"state":"active+clean","last_fresh":"2024-09-13T15:06:20.549838+0000","last_change":"2024-09-13T14:58:41.253414+0000","last_active":"2024-09-13T15:06:20.549838+0000","last_peered":"2024-09-13T15:06:20.549838+0000","last_clean":"2024-09-13T15:06:20.549838+0000","last_became_active":"2024-09-13T14:57:55.737391+0000","last_became_peered":"2024-09-13T14:57:55.737391+0000","last_unstale":"2024-09-13T15:06:20.549838+0000","last_undegraded":"2024-09-13T15:06:20.549838+0000","last_fullsized":"2024-09-13T15:06:20.549838+0000","mapping_epoch":1296,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1297,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:41.253310+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:41.253310+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:24:04.946981+0000","scrub_duration":0.0016916399999999999,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[4,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.0","version":"0'0","reported_seq":100,"reported_epoch":1432,"state":"active+clean","last_fresh":"2024-09-13T15:06:21.543971+0000","last_change":"2024-09-13T15:03:38.347804+0000","last_active":"2024-09-13T15:06:21.543971+0000","last_peered":"2024-09-13T15:06:21.543971+0000","last_clean":"2024-09-13T15:06:21.543971+0000","last_became_active":"2024-09-13T15:03:38.347397+0000","last_became_peered":"2024-09-13T15:03:38.347397+0000","last_unstale":"2024-09-13T15:06:21.543971+0000","last_undegraded":"2024-09-13T15:06:21.543971+0000","last_fullsized":"2024-09-13T15:06:21.543971+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:43:12.424555+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000322109,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":2114,"reported_epoch":1432,"state":"active+clean","last_fresh":"2024-09-13T15:06:21.589049+0000","last_change":"2024-09-13T15:05:51.740565+0000","last_active":"2024-09-13T15:06:21.589049+0000","last_peered":"2024-09-13T15:06:21.589049+0000","last_clean":"2024-09-13T15:06:21.589049+0000","last_became_active":"2024-09-13T15:05:51.740130+0000","last_became_peered":"2024-09-13T15:05:51.740130+0000","last_unstale":"2024-09-13T15:06:21.589049+0000","last_undegraded":"2024-09-13T15:06:21.589049+0000","last_fullsized":"2024-09-13T15:06:21.589049+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:52:58.980736+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.6","version":"0'0","reported_seq":67,"reported_epoch":1432,"state":"active+clean","last_fresh":"2024-09-13T15:06:21.588895+0000","last_change":"2024-09-13T15:03:51.623960+0000","last_active":"2024-09-13T15:06:21.588895+0000","last_peered":"2024-09-13T15:06:21.588895+0000","last_clean":"2024-09-13T15:06:21.588895+0000","last_became_active":"2024-09-13T15:03:51.623539+0000","last_became_peered":"2024-09-13T15:03:51.623539+0000","last_unstale":"2024-09-13T15:06:21.588895+0000","last_undegraded":"2024-09-13T15:06:21.588895+0000","last_fullsized":"2024-09-13T15:06:21.588895+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:33:47.315017+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"10.9","version":"1432'13436","reported_seq":20032,"reported_epoch":1432,"state":"active+recovering+undersized+degraded+remapped","last_fresh":"2024-09-13T15:06:31.031130+0000","last_change":"2024-09-13T15:05:47.252497+0000","last_active":"2024-09-13T15:06:31.031130+0000","last_peered":"2024-09-13T15:06:31.031130+0000","last_clean":"2024-09-13T15:02:55.621196+0000","last_became_active":"2024-09-13T15:03:39.958397+0000","last_became_peered":"2024-09-13T15:03:39.958397+0000","last_unstale":"2024-09-13T15:06:31.031130+0000","last_undegraded":"2024-09-13T15:03:39.376570+0000","last_fullsized":"2024-09-13T15:03:39.346099+0000","mapping_epoch":1401,"log_start":"1410'6900","ondisk_log_start":"1410'6900","created":1390,"last_epoch_clean":1391,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":6536,"log_dups_size":0,"ondisk_log_size":6536,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:48:09.148535+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":54525952,"num_objects":832,"num_object_clones":0,"num_object_copies":2496,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":1550,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":832,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":13436,"num_write_kb":456576,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":3264,"num_bytes_recovered":34013184,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"avail_no_missing":["5","2"],"object_location_counts":[{"shards":"2,5","objects":-718}],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"1.2","version":"373'149","reported_seq":1716,"reported_epoch":1432,"state":"active+clean","last_fresh":"2024-09-13T15:06:21.544262+0000","last_change":"2024-09-13T15:03:38.357929+0000","last_active":"2024-09-13T15:06:21.544262+0000","last_peered":"2024-09-13T15:06:21.544262+0000","last_clean":"2024-09-13T15:06:21.544262+0000","last_became_active":"2024-09-13T15:03:38.357642+0000","last_became_peered":"2024-09-13T15:03:38.357642+0000","last_unstale":"2024-09-13T15:06:21.544262+0000","last_undegraded":"2024-09-13T15:06:21.544262+0000","last_fullsized":"2024-09-13T15:06:21.544262+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:45.571820+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:45.571820+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:40:09.261995+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.1","version":"0'0","reported_seq":202,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.607992+0000","last_change":"2024-09-13T15:05:51.737191+0000","last_active":"2024-09-13T15:06:31.607992+0000","last_peered":"2024-09-13T15:06:31.607992+0000","last_clean":"2024-09-13T15:06:31.607992+0000","last_became_active":"2024-09-13T15:05:51.736725+0000","last_became_peered":"2024-09-13T15:05:51.736725+0000","last_unstale":"2024-09-13T15:06:31.607992+0000","last_undegraded":"2024-09-13T15:06:31.607992+0000","last_fullsized":"2024-09-13T15:06:31.607992+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:40:12.764444+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00030931399999999999,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":195,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.606852+0000","last_change":"2024-09-13T15:01:09.621555+0000","last_active":"2024-09-13T15:06:31.606852+0000","last_peered":"2024-09-13T15:06:31.606852+0000","last_clean":"2024-09-13T15:06:31.606852+0000","last_became_active":"2024-09-13T15:01:09.621210+0000","last_became_peered":"2024-09-13T15:01:09.621210+0000","last_unstale":"2024-09-13T15:06:31.606852+0000","last_undegraded":"2024-09-13T15:06:31.606852+0000","last_fullsized":"2024-09-13T15:06:31.606852+0000","mapping_epoch":1341,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1342,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:08:11.168661+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.7","version":"0'0","reported_seq":117,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.607694+0000","last_change":"2024-09-13T15:03:51.620120+0000","last_active":"2024-09-13T15:06:31.607694+0000","last_peered":"2024-09-13T15:06:31.607694+0000","last_clean":"2024-09-13T15:06:31.607694+0000","last_became_active":"2024-09-13T15:03:51.619628+0000","last_became_peered":"2024-09-13T15:03:51.619628+0000","last_unstale":"2024-09-13T15:06:31.607694+0000","last_undegraded":"2024-09-13T15:06:31.607694+0000","last_fullsized":"2024-09-13T15:06:31.607694+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:01:31.123910+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"10.a","version":"1432'13929","reported_seq":14001,"reported_epoch":1432,"state":"active+recovery_wait+undersized+degraded+remapped","last_fresh":"2024-09-13T15:06:30.973824+0000","last_change":"2024-09-13T15:03:51.768474+0000","last_active":"2024-09-13T15:06:30.973824+0000","last_peered":"2024-09-13T15:06:30.973824+0000","last_clean":"2024-09-13T15:02:55.609927+0000","last_became_active":"2024-09-13T15:03:51.761697+0000","last_became_peered":"2024-09-13T15:03:51.761697+0000","last_unstale":"2024-09-13T15:06:30.973824+0000","last_undegraded":"2024-09-13T15:03:51.639487+0000","last_fullsized":"2024-09-13T15:03:51.611615+0000","mapping_epoch":1404,"log_start":"1410'7400","ondisk_log_start":"1410'7400","created":1390,"last_epoch_clean":1391,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":6529,"log_dups_size":0,"ondisk_log_size":6529,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:15:44.159140+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":54198272,"num_objects":827,"num_object_clones":0,"num_object_copies":2481,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":5670,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":827,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":13929,"num_write_kb":472192,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[5,2],"avail_no_missing":["5","2"],"object_location_counts":[{"shards":"2,5","objects":-4843}],"blocked_by":[],"up_primary":0,"acting_primary":5,"purged_snaps":[]},{"pgid":"1.1","version":"373'149","reported_seq":1769,"reported_epoch":1431,"state":"active+clean","last_fresh":"2024-09-13T15:06:20.546113+0000","last_change":"2024-09-13T15:01:12.669020+0000","last_active":"2024-09-13T15:06:20.546113+0000","last_peered":"2024-09-13T15:06:20.546113+0000","last_clean":"2024-09-13T15:06:20.546113+0000","last_became_active":"2024-09-13T15:01:12.668669+0000","last_became_peered":"2024-09-13T15:01:12.668669+0000","last_unstale":"2024-09-13T15:06:20.546113+0000","last_undegraded":"2024-09-13T15:06:20.546113+0000","last_fullsized":"2024-09-13T15:06:20.546113+0000","mapping_epoch":1344,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1345,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:44.985050+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:44.985050+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:08:39.101982+0000","scrub_duration":0.0017537869999999999,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[5,0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.2","version":"65'2","reported_seq":1426,"reported_epoch":1431,"state":"active+clean","last_fresh":"2024-09-13T15:06:20.541439+0000","last_change":"2024-09-13T14:56:25.089588+0000","last_active":"2024-09-13T15:06:20.541439+0000","last_peered":"2024-09-13T15:06:20.541439+0000","last_clean":"2024-09-13T15:06:20.541439+0000","last_became_active":"2024-09-13T14:56:24.926628+0000","last_became_peered":"2024-09-13T14:56:24.926628+0000","last_unstale":"2024-09-13T15:06:20.541439+0000","last_undegraded":"2024-09-13T15:06:20.541439+0000","last_fullsized":"2024-09-13T15:06:20.541439+0000","mapping_epoch":1264,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1265,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-14T20:55:55.656534+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00094368000000000002,"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":1,"num_bytes_recovered":19,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"3.3","version":"0'0","reported_seq":166,"reported_epoch":1431,"state":"active+clean","last_fresh":"2024-09-13T15:06:20.550041+0000","last_change":"2024-09-13T14:57:14.902547+0000","last_active":"2024-09-13T15:06:20.550041+0000","last_peered":"2024-09-13T15:06:20.550041+0000","last_clean":"2024-09-13T15:06:20.550041+0000","last_became_active":"2024-09-13T14:57:14.902293+0000","last_became_peered":"2024-09-13T14:57:14.902293+0000","last_unstale":"2024-09-13T15:06:20.550041+0000","last_undegraded":"2024-09-13T15:06:20.550041+0000","last_fullsized":"2024-09-13T15:06:20.550041+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:56:57.423234+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.4","version":"0'0","reported_seq":202,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.607167+0000","last_change":"2024-09-13T15:01:24.976845+0000","last_active":"2024-09-13T15:06:31.607167+0000","last_peered":"2024-09-13T15:06:31.607167+0000","last_clean":"2024-09-13T15:06:31.607167+0000","last_became_active":"2024-09-13T15:01:24.976060+0000","last_became_peered":"2024-09-13T15:01:24.976060+0000","last_unstale":"2024-09-13T15:06:31.607167+0000","last_undegraded":"2024-09-13T15:06:31.607167+0000","last_fullsized":"2024-09-13T15:06:31.607167+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:53:30.324342+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[2,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"10.c","version":"1432'13688","reported_seq":13787,"reported_epoch":1432,"state":"active+recovery_wait+undersized+degraded+remapped","last_fresh":"2024-09-13T15:06:29.818692+0000","last_change":"2024-09-13T15:03:39.957718+0000","last_active":"2024-09-13T15:06:29.818692+0000","last_peered":"2024-09-13T15:06:29.818692+0000","last_clean":"2024-09-13T15:02:55.621914+0000","last_became_active":"2024-09-13T15:03:39.922868+0000","last_became_peered":"2024-09-13T15:03:39.922868+0000","last_unstale":"2024-09-13T15:06:29.818692+0000","last_undegraded":"2024-09-13T15:03:39.379877+0000","last_fullsized":"2024-09-13T15:03:39.345688+0000","mapping_epoch":1401,"log_start":"1411'7800","ondisk_log_start":"1411'7800","created":1390,"last_epoch_clean":1391,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":5888,"log_dups_size":0,"ondisk_log_size":5888,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"no scrub is scheduled","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":60686336,"num_objects":926,"num_object_clones":0,"num_object_copies":2778,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":4845,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":926,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":13688,"num_write_kb":467648,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":131072,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[0,4],"avail_no_missing":["0","4"],"object_location_counts":[{"shards":"0,4","objects":-3919}],"blocked_by":[],"up_primary":7,"acting_primary":0,"purged_snaps":[]},{"pgid":"1.7","version":"373'149","reported_seq":1674,"reported_epoch":1432,"state":"active+clean","last_fresh":"2024-09-13T15:06:21.538318+0000","last_change":"2024-09-13T15:06:01.469716+0000","last_active":"2024-09-13T15:06:21.538318+0000","last_peered":"2024-09-13T15:06:21.538318+0000","last_clean":"2024-09-13T15:06:21.538318+0000","last_became_active":"2024-09-13T15:05:54.405373+0000","last_became_peered":"2024-09-13T15:05:54.405373+0000","last_unstale":"2024-09-13T15:06:21.538318+0000","last_undegraded":"2024-09-13T15:06:21.538318+0000","last_fullsized":"2024-09-13T15:06:21.538318+0000","mapping_epoch":1425,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1426,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:06:01.469635+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:06:01.469635+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:12:02.151647+0000","scrub_duration":5,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[3,7,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.5","version":"0'0","reported_seq":1487,"reported_epoch":1431,"state":"active+clean","last_fresh":"2024-09-13T15:06:20.541922+0000","last_change":"2024-09-13T15:01:24.988475+0000","last_active":"2024-09-13T15:06:20.541922+0000","last_peered":"2024-09-13T15:06:20.541922+0000","last_clean":"2024-09-13T15:06:20.541922+0000","last_became_active":"2024-09-13T15:01:24.988142+0000","last_became_peered":"2024-09-13T15:01:24.988142+0000","last_unstale":"2024-09-13T15:06:20.541922+0000","last_undegraded":"2024-09-13T15:06:20.541922+0000","last_fullsized":"2024-09-13T15:06:20.541922+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:45:39.600773+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.4","version":"0'0","reported_seq":2068,"reported_epoch":1432,"state":"active+clean","last_fresh":"2024-09-13T15:06:21.590078+0000","last_change":"2024-09-13T15:03:38.353803+0000","last_active":"2024-09-13T15:06:21.590078+0000","last_peered":"2024-09-13T15:06:21.590078+0000","last_clean":"2024-09-13T15:06:21.590078+0000","last_became_active":"2024-09-13T15:03:38.353451+0000","last_became_peered":"2024-09-13T15:03:38.353451+0000","last_unstale":"2024-09-13T15:06:21.590078+0000","last_undegraded":"2024-09-13T15:06:21.590078+0000","last_fullsized":"2024-09-13T15:06:21.590078+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:29:47.331237+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00031535100000000001,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[0,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"4.2","version":"0'0","reported_seq":1691,"reported_epoch":1431,"state":"active+clean","last_fresh":"2024-09-13T15:06:20.541566+0000","last_change":"2024-09-13T14:57:14.909267+0000","last_active":"2024-09-13T15:06:20.541566+0000","last_peered":"2024-09-13T15:06:20.541566+0000","last_clean":"2024-09-13T15:06:20.541566+0000","last_became_active":"2024-09-13T14:57:14.908962+0000","last_became_peered":"2024-09-13T14:57:14.908962+0000","last_unstale":"2024-09-13T15:06:20.541566+0000","last_undegraded":"2024-09-13T15:06:20.541566+0000","last_fullsized":"2024-09-13T15:06:20.541566+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:16:41.040247+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[5,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"10.d","version":"1432'13887","reported_seq":13940,"reported_epoch":1432,"state":"active+clean","last_fresh":"2024-09-13T15:06:30.692062+0000","last_change":"2024-09-13T15:02:47.599770+0000","last_active":"2024-09-13T15:06:30.692062+0000","last_peered":"2024-09-13T15:06:30.692062+0000","last_clean":"2024-09-13T15:06:30.692062+0000","last_became_active":"2024-09-13T15:02:47.599552+0000","last_became_peered":"2024-09-13T15:02:47.599552+0000","last_unstale":"2024-09-13T15:06:30.692062+0000","last_undegraded":"2024-09-13T15:06:30.692062+0000","last_fullsized":"2024-09-13T15:06:30.692062+0000","mapping_epoch":1390,"log_start":"1413'8900","ondisk_log_start":"1413'8900","created":1390,"last_epoch_clean":1391,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":4987,"log_dups_size":0,"ondisk_log_size":4987,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:56:34.704394+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":60031000,"num_objects":917,"num_object_clones":0,"num_object_copies":2751,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":917,"num_whiteouts":0,"num_read":1,"num_read_kb":1,"num_write":13887,"num_write_kb":473665,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"1.6","version":"373'149","reported_seq":1875,"reported_epoch":1432,"state":"active+clean","last_fresh":"2024-09-13T15:06:21.589064+0000","last_change":"2024-09-13T15:05:54.416545+0000","last_active":"2024-09-13T15:06:21.589064+0000","last_peered":"2024-09-13T15:06:21.589064+0000","last_clean":"2024-09-13T15:06:21.589064+0000","last_became_active":"2024-09-13T15:05:54.414577+0000","last_became_peered":"2024-09-13T15:05:54.414577+0000","last_unstale":"2024-09-13T15:06:21.589064+0000","last_undegraded":"2024-09-13T15:06:21.589064+0000","last_fullsized":"2024-09-13T15:06:21.589064+0000","mapping_epoch":1425,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1426,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:47.545603+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:47.545603+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:19:04.777726+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.4","version":"0'0","reported_seq":195,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.607249+0000","last_change":"2024-09-13T15:01:09.626775+0000","last_active":"2024-09-13T15:06:31.607249+0000","last_peered":"2024-09-13T15:06:31.607249+0000","last_clean":"2024-09-13T15:06:31.607249+0000","last_became_active":"2024-09-13T15:01:09.626498+0000","last_became_peered":"2024-09-13T15:01:09.626498+0000","last_unstale":"2024-09-13T15:06:31.607249+0000","last_undegraded":"2024-09-13T15:06:31.607249+0000","last_fullsized":"2024-09-13T15:06:31.607249+0000","mapping_epoch":1341,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1342,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:39:58.054131+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[2,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"2.5","version":"0'0","reported_seq":100,"reported_epoch":1432,"state":"active+clean","last_fresh":"2024-09-13T15:06:21.544426+0000","last_change":"2024-09-13T15:03:38.351643+0000","last_active":"2024-09-13T15:06:21.544426+0000","last_peered":"2024-09-13T15:06:21.544426+0000","last_clean":"2024-09-13T15:06:21.544426+0000","last_became_active":"2024-09-13T15:03:38.350507+0000","last_became_peered":"2024-09-13T15:03:38.350507+0000","last_unstale":"2024-09-13T15:06:21.544426+0000","last_undegraded":"2024-09-13T15:06:21.544426+0000","last_fullsized":"2024-09-13T15:06:21.544426+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:55:27.075999+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000327091,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.3","version":"0'0","reported_seq":2078,"reported_epoch":1432,"state":"active+clean","last_fresh":"2024-09-13T15:06:21.589565+0000","last_change":"2024-09-13T15:03:38.350008+0000","last_active":"2024-09-13T15:06:21.589565+0000","last_peered":"2024-09-13T15:06:21.589565+0000","last_clean":"2024-09-13T15:06:21.589565+0000","last_became_active":"2024-09-13T15:03:38.348336+0000","last_became_peered":"2024-09-13T15:03:38.348336+0000","last_unstale":"2024-09-13T15:06:21.589565+0000","last_undegraded":"2024-09-13T15:06:21.589565+0000","last_fullsized":"2024-09-13T15:06:21.589565+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:53:36.912607+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"10.e","version":"1432'13605","reported_seq":13657,"reported_epoch":1432,"state":"active+clean","last_fresh":"2024-09-13T15:06:30.715962+0000","last_change":"2024-09-13T15:02:47.594827+0000","last_active":"2024-09-13T15:06:30.715962+0000","last_peered":"2024-09-13T15:06:30.715962+0000","last_clean":"2024-09-13T15:06:30.715962+0000","last_became_active":"2024-09-13T15:02:47.594520+0000","last_became_peered":"2024-09-13T15:02:47.594520+0000","last_unstale":"2024-09-13T15:06:30.715962+0000","last_undegraded":"2024-09-13T15:06:30.715962+0000","last_fullsized":"2024-09-13T15:06:30.715962+0000","mapping_epoch":1390,"log_start":"1413'8600","ondisk_log_start":"1413'8600","created":1390,"last_epoch_clean":1391,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":5005,"log_dups_size":0,"ondisk_log_size":5005,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:39:22.986239+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":53673984,"num_objects":819,"num_object_clones":0,"num_object_copies":2457,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":819,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":13605,"num_write_kb":461568,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,5],"acting":[4,2,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"1.5","version":"373'149","reported_seq":1807,"reported_epoch":1431,"state":"active+clean","last_fresh":"2024-09-13T15:06:20.549626+0000","last_change":"2024-09-13T15:01:12.672283+0000","last_active":"2024-09-13T15:06:20.549626+0000","last_peered":"2024-09-13T15:06:20.549626+0000","last_clean":"2024-09-13T15:06:20.549626+0000","last_became_active":"2024-09-13T15:01:12.671951+0000","last_became_peered":"2024-09-13T15:01:12.671951+0000","last_unstale":"2024-09-13T15:06:20.549626+0000","last_undegraded":"2024-09-13T15:06:20.549626+0000","last_fullsized":"2024-09-13T15:06:20.549626+0000","mapping_epoch":1344,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1345,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:53.120435+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:53.120435+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:59:42.418629+0000","scrub_duration":0.001555313,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,5],"acting":[4,2,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.7","version":"70'2","reported_seq":199,"reported_epoch":1432,"state":"active+clean","last_fresh":"2024-09-13T15:06:21.538857+0000","last_change":"2024-09-13T15:03:38.347346+0000","last_active":"2024-09-13T15:06:21.538857+0000","last_peered":"2024-09-13T15:06:21.538857+0000","last_clean":"2024-09-13T15:06:21.538857+0000","last_became_active":"2024-09-13T15:03:38.346858+0000","last_became_peered":"2024-09-13T15:03:38.346858+0000","last_unstale":"2024-09-13T15:06:21.538857+0000","last_undegraded":"2024-09-13T15:06:21.538857+0000","last_fullsized":"2024-09-13T15:06:21.538857+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T21:34:18.078474+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":2,"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":[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":"0'0","reported_seq":193,"reported_epoch":1431,"state":"active+clean","last_fresh":"2024-09-13T15:06:20.549751+0000","last_change":"2024-09-13T15:01:24.977687+0000","last_active":"2024-09-13T15:06:20.549751+0000","last_peered":"2024-09-13T15:06:20.549751+0000","last_clean":"2024-09-13T15:06:20.549751+0000","last_became_active":"2024-09-13T15:01:24.976347+0000","last_became_peered":"2024-09-13T15:01:24.976347+0000","last_unstale":"2024-09-13T15:06:20.549751+0000","last_undegraded":"2024-09-13T15:06:20.549751+0000","last_fullsized":"2024-09-13T15:06:20.549751+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:05:48.871297+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.0","version":"0'0","reported_seq":30,"reported_epoch":1432,"state":"active+clean","last_fresh":"2024-09-13T15:06:21.537679+0000","last_change":"2024-09-13T15:05:51.739298+0000","last_active":"2024-09-13T15:06:21.537679+0000","last_peered":"2024-09-13T15:06:21.537679+0000","last_clean":"2024-09-13T15:06:21.537679+0000","last_became_active":"2024-09-13T15:05:51.738901+0000","last_became_peered":"2024-09-13T15:05:51.738901+0000","last_unstale":"2024-09-13T15:06:21.537679+0000","last_undegraded":"2024-09-13T15:06:21.537679+0000","last_fullsized":"2024-09-13T15:06:21.537679+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:04:27.190615+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"10.f","version":"1432'13576","reported_seq":13672,"reported_epoch":1432,"state":"active+clean","last_fresh":"2024-09-13T15:06:29.061492+0000","last_change":"2024-09-13T15:02:47.601931+0000","last_active":"2024-09-13T15:06:29.061492+0000","last_peered":"2024-09-13T15:06:29.061492+0000","last_clean":"2024-09-13T15:06:29.061492+0000","last_became_active":"2024-09-13T15:02:47.601593+0000","last_became_peered":"2024-09-13T15:02:47.601593+0000","last_unstale":"2024-09-13T15:06:29.061492+0000","last_undegraded":"2024-09-13T15:06:29.061492+0000","last_fullsized":"2024-09-13T15:06:29.061492+0000","mapping_epoch":1390,"log_start":"1412'7834","ondisk_log_start":"1412'7834","created":1390,"last_epoch_clean":1391,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":5742,"log_dups_size":0,"ondisk_log_size":5742,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:52:11.243755+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":60948480,"num_objects":930,"num_object_clones":0,"num_object_copies":2790,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":930,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":13576,"num_write_kb":464192,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,4],"acting":[3,2,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"1.4","version":"373'149","reported_seq":1855,"reported_epoch":1432,"state":"active+clean","last_fresh":"2024-09-13T15:06:21.538272+0000","last_change":"2024-09-13T15:03:38.347914+0000","last_active":"2024-09-13T15:06:21.538272+0000","last_peered":"2024-09-13T15:06:21.538272+0000","last_clean":"2024-09-13T15:06:21.538272+0000","last_became_active":"2024-09-13T15:03:38.347486+0000","last_became_peered":"2024-09-13T15:03:38.347486+0000","last_unstale":"2024-09-13T15:06:21.538272+0000","last_undegraded":"2024-09-13T15:06:21.538272+0000","last_fullsized":"2024-09-13T15:06:21.538272+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:01:29.028945+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:01:29.028945+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:05:18.331893+0000","scrub_duration":15,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[3,5,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.6","version":"70'1","reported_seq":71,"reported_epoch":1432,"state":"active+clean","last_fresh":"2024-09-13T15:06:21.590436+0000","last_change":"2024-09-13T15:05:47.254193+0000","last_active":"2024-09-13T15:06:21.590436+0000","last_peered":"2024-09-13T15:06:21.590436+0000","last_clean":"2024-09-13T15:06:21.590436+0000","last_became_active":"2024-09-13T15:03:51.622162+0000","last_became_peered":"2024-09-13T15:03:51.622162+0000","last_unstale":"2024-09-13T15:06:21.590436+0000","last_undegraded":"2024-09-13T15:06:21.590436+0000","last_fullsized":"2024-09-13T15:06:21.590436+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1419,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T18:10:03.754733+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":3,"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,1,4],"acting":[0,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.7","version":"0'0","reported_seq":145,"reported_epoch":1432,"state":"active+clean","last_fresh":"2024-09-13T15:06:21.544907+0000","last_change":"2024-09-13T15:03:38.350529+0000","last_active":"2024-09-13T15:06:21.544907+0000","last_peered":"2024-09-13T15:06:21.544907+0000","last_clean":"2024-09-13T15:06:21.544907+0000","last_became_active":"2024-09-13T15:03:38.348433+0000","last_became_peered":"2024-09-13T15:03:38.348433+0000","last_unstale":"2024-09-13T15:06:21.544907+0000","last_undegraded":"2024-09-13T15:06:21.544907+0000","last_fullsized":"2024-09-13T15:06:21.544907+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:33:01.473730+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029877400000000002,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[7,2,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.1","version":"0'0","reported_seq":166,"reported_epoch":1431,"state":"active+clean","last_fresh":"2024-09-13T15:06:20.548933+0000","last_change":"2024-09-13T14:57:14.896516+0000","last_active":"2024-09-13T15:06:20.548933+0000","last_peered":"2024-09-13T15:06:20.548933+0000","last_clean":"2024-09-13T15:06:20.548933+0000","last_became_active":"2024-09-13T14:57:14.896208+0000","last_became_peered":"2024-09-13T14:57:14.896208+0000","last_unstale":"2024-09-13T15:06:20.548933+0000","last_undegraded":"2024-09-13T15:06:20.548933+0000","last_fullsized":"2024-09-13T15:06:20.548933+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:41:18.049255+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"4.13","version":"0'0","reported_seq":165,"reported_epoch":1431,"state":"active+clean","last_fresh":"2024-09-13T15:06:20.549954+0000","last_change":"2024-09-13T14:57:14.905886+0000","last_active":"2024-09-13T15:06:20.549954+0000","last_peered":"2024-09-13T15:06:20.549954+0000","last_clean":"2024-09-13T15:06:20.549954+0000","last_became_active":"2024-09-13T14:57:14.905522+0000","last_became_peered":"2024-09-13T14:57:14.905522+0000","last_unstale":"2024-09-13T15:06:20.549954+0000","last_undegraded":"2024-09-13T15:06:20.549954+0000","last_fullsized":"2024-09-13T15:06:20.549954+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:15:11.492951+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[4,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.14","version":"455'23","reported_seq":228,"reported_epoch":1431,"state":"active+clean","last_fresh":"2024-09-13T15:06:20.549963+0000","last_change":"2024-09-13T15:03:38.355028+0000","last_active":"2024-09-13T15:06:20.549963+0000","last_peered":"2024-09-13T15:06:20.549963+0000","last_clean":"2024-09-13T15:06:20.549963+0000","last_became_active":"2024-09-13T15:03:38.354646+0000","last_became_peered":"2024-09-13T15:03:38.354646+0000","last_unstale":"2024-09-13T15:06:20.549963+0000","last_undegraded":"2024-09-13T15:06:20.549963+0000","last_fullsized":"2024-09-13T15:06:20.549963+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":23,"log_dups_size":0,"ondisk_log_size":23,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:45:54.923031+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":4756,"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":23,"num_write_kb":20,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":20,"num_bytes_recovered":23780,"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":[4,7,2],"acting":[4,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.12","version":"0'0","reported_seq":195,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.606980+0000","last_change":"2024-09-13T15:01:09.619289+0000","last_active":"2024-09-13T15:06:31.606980+0000","last_peered":"2024-09-13T15:06:31.606980+0000","last_clean":"2024-09-13T15:06:31.606980+0000","last_became_active":"2024-09-13T15:01:09.618935+0000","last_became_peered":"2024-09-13T15:01:09.618935+0000","last_unstale":"2024-09-13T15:06:31.606980+0000","last_undegraded":"2024-09-13T15:06:31.606980+0000","last_fullsized":"2024-09-13T15:06:31.606980+0000","mapping_epoch":1341,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1342,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:11:34.367502+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.15","version":"70'3","reported_seq":148,"reported_epoch":1432,"state":"active+clean","last_fresh":"2024-09-13T15:06:21.544554+0000","last_change":"2024-09-13T15:03:38.351650+0000","last_active":"2024-09-13T15:06:21.544554+0000","last_peered":"2024-09-13T15:06:21.544554+0000","last_clean":"2024-09-13T15:06:21.544554+0000","last_became_active":"2024-09-13T15:03:38.350405+0000","last_became_peered":"2024-09-13T15:03:38.350405+0000","last_unstale":"2024-09-13T15:06:21.544554+0000","last_undegraded":"2024-09-13T15:06:21.544554+0000","last_fullsized":"2024-09-13T15:06:21.544554+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T15:39:09.711845+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":6,"num_bytes_recovered":270,"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,3,4],"acting":[7,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.14","version":"373'149","reported_seq":1826,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.607335+0000","last_change":"2024-09-13T15:03:38.353142+0000","last_active":"2024-09-13T15:06:31.607335+0000","last_peered":"2024-09-13T15:06:31.607335+0000","last_clean":"2024-09-13T15:06:31.607335+0000","last_became_active":"2024-09-13T15:03:38.352816+0000","last_became_peered":"2024-09-13T15:03:38.352816+0000","last_unstale":"2024-09-13T15:06:31.607335+0000","last_undegraded":"2024-09-13T15:06:31.607335+0000","last_fullsized":"2024-09-13T15:06:31.607335+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:01:25.087696+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:01:25.087696+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:54:01.274831+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[2,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.16","version":"0'0","reported_seq":1459,"reported_epoch":1431,"state":"active+clean","last_fresh":"2024-09-13T15:06:20.541854+0000","last_change":"2024-09-13T15:03:38.347080+0000","last_active":"2024-09-13T15:06:20.541854+0000","last_peered":"2024-09-13T15:06:20.541854+0000","last_clean":"2024-09-13T15:06:20.541854+0000","last_became_active":"2024-09-13T15:03:38.346731+0000","last_became_peered":"2024-09-13T15:03:38.346731+0000","last_unstale":"2024-09-13T15:06:20.541854+0000","last_undegraded":"2024-09-13T15:06:20.541854+0000","last_fullsized":"2024-09-13T15:06:20.541854+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:12:59.793120+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.11","version":"0'0","reported_seq":195,"reported_epoch":1432,"state":"active+clean","last_fresh":"2024-09-13T15:06:21.538546+0000","last_change":"2024-09-13T15:03:38.347061+0000","last_active":"2024-09-13T15:06:21.538546+0000","last_peered":"2024-09-13T15:06:21.538546+0000","last_clean":"2024-09-13T15:06:21.538546+0000","last_became_active":"2024-09-13T15:03:38.346728+0000","last_became_peered":"2024-09-13T15:03:38.346728+0000","last_unstale":"2024-09-13T15:06:21.538546+0000","last_undegraded":"2024-09-13T15:06:21.538546+0000","last_fullsized":"2024-09-13T15:06:21.538546+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:27:43.708101+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[3,7,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.17","version":"0'0","reported_seq":2077,"reported_epoch":1432,"state":"active+clean","last_fresh":"2024-09-13T15:06:21.591892+0000","last_change":"2024-09-13T15:01:24.980537+0000","last_active":"2024-09-13T15:06:21.591892+0000","last_peered":"2024-09-13T15:06:21.591892+0000","last_clean":"2024-09-13T15:06:21.591892+0000","last_became_active":"2024-09-13T15:01:24.980250+0000","last_became_peered":"2024-09-13T15:01:24.980250+0000","last_unstale":"2024-09-13T15:06:21.591892+0000","last_undegraded":"2024-09-13T15:06:21.591892+0000","last_fullsized":"2024-09-13T15:06:21.591892+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:24:28.559561+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.10","version":"0'0","reported_seq":184,"reported_epoch":1432,"state":"active+clean","last_fresh":"2024-09-13T15:06:21.537893+0000","last_change":"2024-09-13T15:01:24.974745+0000","last_active":"2024-09-13T15:06:21.537893+0000","last_peered":"2024-09-13T15:06:21.537893+0000","last_clean":"2024-09-13T15:06:21.537893+0000","last_became_active":"2024-09-13T15:01:24.974421+0000","last_became_peered":"2024-09-13T15:01:24.974421+0000","last_unstale":"2024-09-13T15:06:21.537893+0000","last_undegraded":"2024-09-13T15:06:21.537893+0000","last_fullsized":"2024-09-13T15:06:21.537893+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:28:38.841799+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"4.1f","version":"0'0","reported_seq":1261,"reported_epoch":1431,"state":"active+clean","last_fresh":"2024-09-13T15:06:20.542183+0000","last_change":"2024-09-13T14:56:24.931876+0000","last_active":"2024-09-13T15:06:20.542183+0000","last_peered":"2024-09-13T15:06:20.542183+0000","last_clean":"2024-09-13T15:06:20.542183+0000","last_became_active":"2024-09-13T14:56:24.931589+0000","last_became_peered":"2024-09-13T14:56:24.931589+0000","last_unstale":"2024-09-13T15:06:20.542183+0000","last_undegraded":"2024-09-13T15:06:20.542183+0000","last_fullsized":"2024-09-13T15:06:20.542183+0000","mapping_epoch":1264,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1265,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:34:37.022035+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"3.18","version":"0'0","reported_seq":191,"reported_epoch":1432,"state":"active+clean","last_fresh":"2024-09-13T15:06:21.537864+0000","last_change":"2024-09-13T15:03:51.627446+0000","last_active":"2024-09-13T15:06:21.537864+0000","last_peered":"2024-09-13T15:06:21.537864+0000","last_clean":"2024-09-13T15:06:21.537864+0000","last_became_active":"2024-09-13T15:03:51.627121+0000","last_became_peered":"2024-09-13T15:03:51.627121+0000","last_unstale":"2024-09-13T15:06:21.537864+0000","last_undegraded":"2024-09-13T15:06:21.537864+0000","last_fullsized":"2024-09-13T15:06:21.537864+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:48:38.869948+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1e","version":"0'0","reported_seq":2119,"reported_epoch":1432,"state":"active+clean","last_fresh":"2024-09-13T15:06:21.589162+0000","last_change":"2024-09-13T15:05:51.741349+0000","last_active":"2024-09-13T15:06:21.589162+0000","last_peered":"2024-09-13T15:06:21.589162+0000","last_clean":"2024-09-13T15:06:21.589162+0000","last_became_active":"2024-09-13T15:05:51.741016+0000","last_became_peered":"2024-09-13T15:05:51.741016+0000","last_unstale":"2024-09-13T15:06:21.589162+0000","last_undegraded":"2024-09-13T15:06:21.589162+0000","last_fullsized":"2024-09-13T15:06:21.589162+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:24:57.100933+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.19","version":"0'0","reported_seq":2081,"reported_epoch":1432,"state":"active+clean","last_fresh":"2024-09-13T15:06:21.624175+0000","last_change":"2024-09-13T15:01:24.971960+0000","last_active":"2024-09-13T15:06:21.624175+0000","last_peered":"2024-09-13T15:06:21.624175+0000","last_clean":"2024-09-13T15:06:21.624175+0000","last_became_active":"2024-09-13T15:01:24.971517+0000","last_became_peered":"2024-09-13T15:01:24.971517+0000","last_unstale":"2024-09-13T15:06:21.624175+0000","last_undegraded":"2024-09-13T15:06:21.624175+0000","last_fullsized":"2024-09-13T15:06:21.624175+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:30:11.660530+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1d","version":"0'0","reported_seq":184,"reported_epoch":1432,"state":"active+clean","last_fresh":"2024-09-13T15:06:21.538805+0000","last_change":"2024-09-13T15:01:24.976076+0000","last_active":"2024-09-13T15:06:21.538805+0000","last_peered":"2024-09-13T15:06:21.538805+0000","last_clean":"2024-09-13T15:06:21.538805+0000","last_became_active":"2024-09-13T15:01:24.975757+0000","last_became_peered":"2024-09-13T15:01:24.975757+0000","last_unstale":"2024-09-13T15:06:21.538805+0000","last_undegraded":"2024-09-13T15:06:21.538805+0000","last_fullsized":"2024-09-13T15:06:21.538805+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:12:40.080845+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"3.1a","version":"70'1","reported_seq":174,"reported_epoch":1431,"state":"active+clean","last_fresh":"2024-09-13T15:06:20.549028+0000","last_change":"2024-09-13T15:01:09.621644+0000","last_active":"2024-09-13T15:06:20.549028+0000","last_peered":"2024-09-13T15:06:20.549028+0000","last_clean":"2024-09-13T15:06:20.549028+0000","last_became_active":"2024-09-13T15:01:09.620336+0000","last_became_peered":"2024-09-13T15:01:09.620336+0000","last_unstale":"2024-09-13T15:06:20.549028+0000","last_undegraded":"2024-09-13T15:06:20.549028+0000","last_fullsized":"2024-09-13T15:06:20.549028+0000","mapping_epoch":1341,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1342,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T20:00:35.360146+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1c","version":"0'0","reported_seq":202,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.607420+0000","last_change":"2024-09-13T15:01:24.976370+0000","last_active":"2024-09-13T15:06:31.607420+0000","last_peered":"2024-09-13T15:06:31.607420+0000","last_clean":"2024-09-13T15:06:31.607420+0000","last_became_active":"2024-09-13T15:01:24.975596+0000","last_became_peered":"2024-09-13T15:01:24.975596+0000","last_unstale":"2024-09-13T15:06:31.607420+0000","last_undegraded":"2024-09-13T15:06:31.607420+0000","last_fullsized":"2024-09-13T15:06:31.607420+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:13:32.203601+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[2,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.1b","version":"70'1","reported_seq":67,"reported_epoch":1432,"state":"active+clean","last_fresh":"2024-09-13T15:06:21.589167+0000","last_change":"2024-09-13T15:03:51.621572+0000","last_active":"2024-09-13T15:06:21.589167+0000","last_peered":"2024-09-13T15:06:21.589167+0000","last_clean":"2024-09-13T15:06:21.589167+0000","last_became_active":"2024-09-13T15:03:51.621247+0000","last_became_peered":"2024-09-13T15:03:51.621247+0000","last_unstale":"2024-09-13T15:06:21.589167+0000","last_undegraded":"2024-09-13T15:06:21.589167+0000","last_fullsized":"2024-09-13T15:06:21.589167+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T00:42:04.854905+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1b","version":"0'0","reported_seq":201,"reported_epoch":1431,"state":"active+clean","last_fresh":"2024-09-13T15:06:20.550191+0000","last_change":"2024-09-13T15:01:24.977220+0000","last_active":"2024-09-13T15:06:20.550191+0000","last_peered":"2024-09-13T15:06:20.550191+0000","last_clean":"2024-09-13T15:06:20.550191+0000","last_became_active":"2024-09-13T15:01:24.976741+0000","last_became_peered":"2024-09-13T15:01:24.976741+0000","last_unstale":"2024-09-13T15:06:20.550191+0000","last_undegraded":"2024-09-13T15:06:20.550191+0000","last_fullsized":"2024-09-13T15:06:20.550191+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:58:20.383610+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,3,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1c","version":"70'2","reported_seq":1441,"reported_epoch":1431,"state":"active+clean","last_fresh":"2024-09-13T15:06:20.541450+0000","last_change":"2024-09-13T14:57:15.014505+0000","last_active":"2024-09-13T15:06:20.541450+0000","last_peered":"2024-09-13T15:06:20.541450+0000","last_clean":"2024-09-13T15:06:20.541450+0000","last_became_active":"2024-09-13T14:57:14.993038+0000","last_became_peered":"2024-09-13T14:57:14.993038+0000","last_unstale":"2024-09-13T15:06:20.541450+0000","last_undegraded":"2024-09-13T15:06:20.541450+0000","last_fullsized":"2024-09-13T15:06:20.541450+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T14:36:30.851322+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":4,"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":[5,4,1],"acting":[5,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.1a","version":"0'0","reported_seq":192,"reported_epoch":1431,"state":"active+clean","last_fresh":"2024-09-13T15:06:20.548939+0000","last_change":"2024-09-13T15:01:24.976575+0000","last_active":"2024-09-13T15:06:20.548939+0000","last_peered":"2024-09-13T15:06:20.548939+0000","last_clean":"2024-09-13T15:06:20.548939+0000","last_became_active":"2024-09-13T15:01:24.976122+0000","last_became_peered":"2024-09-13T15:01:24.976122+0000","last_unstale":"2024-09-13T15:06:20.548939+0000","last_undegraded":"2024-09-13T15:06:20.548939+0000","last_fullsized":"2024-09-13T15:06:20.548939+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:25:55.386466+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[4,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1d","version":"70'2","reported_seq":1429,"reported_epoch":1431,"state":"active+clean","last_fresh":"2024-09-13T15:06:20.541829+0000","last_change":"2024-09-13T14:57:14.995153+0000","last_active":"2024-09-13T15:06:20.541829+0000","last_peered":"2024-09-13T15:06:20.541829+0000","last_clean":"2024-09-13T15:06:20.541829+0000","last_became_active":"2024-09-13T14:57:14.955820+0000","last_became_peered":"2024-09-13T14:57:14.955820+0000","last_unstale":"2024-09-13T15:06:20.541829+0000","last_undegraded":"2024-09-13T15:06:20.541829+0000","last_fullsized":"2024-09-13T15:06:20.541829+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T02:09:07.710606+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":3,"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":[5,4,1],"acting":[5,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.19","version":"0'0","reported_seq":184,"reported_epoch":1432,"state":"active+clean","last_fresh":"2024-09-13T15:06:21.538457+0000","last_change":"2024-09-13T15:01:24.975308+0000","last_active":"2024-09-13T15:06:21.538457+0000","last_peered":"2024-09-13T15:06:21.538457+0000","last_clean":"2024-09-13T15:06:21.538457+0000","last_became_active":"2024-09-13T15:01:24.974989+0000","last_became_peered":"2024-09-13T15:01:24.974989+0000","last_unstale":"2024-09-13T15:06:21.538457+0000","last_undegraded":"2024-09-13T15:06:21.538457+0000","last_fullsized":"2024-09-13T15:06:21.538457+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:22:58.631475+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,0],"acting":[3,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1e","version":"70'1","reported_seq":185,"reported_epoch":1432,"state":"active+clean","last_fresh":"2024-09-13T15:06:21.538680+0000","last_change":"2024-09-13T15:01:24.986072+0000","last_active":"2024-09-13T15:06:21.538680+0000","last_peered":"2024-09-13T15:06:21.538680+0000","last_clean":"2024-09-13T15:06:21.538680+0000","last_became_active":"2024-09-13T15:01:24.985247+0000","last_became_peered":"2024-09-13T15:01:24.985247+0000","last_unstale":"2024-09-13T15:06:21.538680+0000","last_undegraded":"2024-09-13T15:06:21.538680+0000","last_fullsized":"2024-09-13T15:06:21.538680+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T14:34:52.287383+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,1],"acting":[3,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.18","version":"0'0","reported_seq":182,"reported_epoch":1431,"state":"active+clean","last_fresh":"2024-09-13T15:06:20.552015+0000","last_change":"2024-09-13T15:05:51.743211+0000","last_active":"2024-09-13T15:06:20.552015+0000","last_peered":"2024-09-13T15:06:20.552015+0000","last_clean":"2024-09-13T15:06:20.552015+0000","last_became_active":"2024-09-13T15:05:51.742849+0000","last_became_peered":"2024-09-13T15:05:51.742849+0000","last_unstale":"2024-09-13T15:06:20.552015+0000","last_undegraded":"2024-09-13T15:06:20.552015+0000","last_fullsized":"2024-09-13T15:06:20.552015+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:51:58.508631+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1f","version":"70'4","reported_seq":73,"reported_epoch":1432,"state":"active+clean","last_fresh":"2024-09-13T15:06:21.591659+0000","last_change":"2024-09-13T15:05:47.245115+0000","last_active":"2024-09-13T15:06:21.591659+0000","last_peered":"2024-09-13T15:06:21.591659+0000","last_clean":"2024-09-13T15:06:21.591659+0000","last_became_active":"2024-09-13T15:03:51.620936+0000","last_became_peered":"2024-09-13T15:03:51.620936+0000","last_unstale":"2024-09-13T15:06:21.591659+0000","last_undegraded":"2024-09-13T15:06:21.591659+0000","last_fullsized":"2024-09-13T15:06:21.591659+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1419,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T00:58:17.705835+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":14,"num_bytes_recovered":4074,"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,5,2],"acting":[0,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]}],"pool_stats":[{"poolid":10,"num_pg":16,"stat_sum":{"num_bytes":928317464,"num_objects":14166,"num_object_clones":0,"num_object_copies":42498,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":17773,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":14166,"num_whiteouts":0,"num_read":1,"num_read_kb":1,"num_write":220696,"num_write_kb":7515521,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":18595,"num_bytes_recovered":1038614528,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":3323080704,"data_stored":3323068488,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":99028,"ondisk_log_size":99028,"up":48,"acting":43,"num_store_stats":7},{"poolid":4,"num_pg":32,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":96,"acting":96,"num_store_stats":8},{"poolid":3,"num_pg":32,"stat_sum":{"num_bytes":5554,"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":62,"num_write_kb":31,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":91,"num_bytes_recovered":28572,"num_keys_recovered":30,"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":122880,"data_stored":22104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":23634,"internal_metadata":0},"log_size":56,"ondisk_log_size":56,"up":96,"acting":96,"num_store_stats":8},{"poolid":2,"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":8,"num_bytes_recovered":19,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":16384,"data_stored":76,"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":1,"num_pg":21,"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":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":5,"num_bytes_recovered":1378432,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":2375680,"data_stored":2361472,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":3129,"ondisk_log_size":3129,"up":63,"acting":63,"num_store_stats":8}],"osd_stats":[{"osd":7,"up_from":1400,"seq":6012954214436,"num_pgs":45,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":436004,"kb_used_data":259996,"kb_used_omap":66,"kb_used_meta":175869,"kb_avail":93309148,"statfs":{"total":95995035648,"available":95548567552,"internally_reserved":0,"allocated":266235904,"data_stored":263312151,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":67622,"internal_metadata":180090842},"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":0,"seq":5248450035878,"num_pgs":0,"num_osds":0,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":0,"kb_used":0,"kb_used_data":0,"kb_used_omap":0,"kb_used_meta":0,"kb_avail":0,"statfs":{"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},"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":[]},{"osd":5,"up_from":38,"seq":163208757848,"num_pgs":46,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1623300,"kb_used_data":343484,"kb_used_omap":1,"kb_used_meta":1279806,"kb_avail":92121852,"statfs":{"total":95995035648,"available":94332776448,"internally_reserved":0,"allocated":351727616,"data_stored":348822702,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":1310521798},"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":[0,1,0,0,1,3],"upper_bound":64},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":4,"up_from":30,"seq":128849019485,"num_pgs":61,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1579928,"kb_used_data":782672,"kb_used_omap":1,"kb_used_meta":797246,"kb_avail":92165224,"statfs":{"total":95995035648,"available":94377189376,"internally_reserved":0,"allocated":801456128,"data_stored":798537033,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":816380358},"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":[0,0,2],"upper_bound":8},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":3,"up_from":845,"seq":3629247365514,"num_pgs":53,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1339972,"kb_used_data":388028,"kb_used_omap":34,"kb_used_meta":951901,"kb_avail":92405180,"statfs":{"total":95995035648,"available":94622904320,"internally_reserved":0,"allocated":397340672,"data_stored":394435283,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":35801,"internal_metadata":974746663},"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":[0,0,2,1,3,1],"upper_bound":64},"perf_stat":{"commit_latency_ms":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[]},{"osd":2,"up_from":813,"seq":3491808412049,"num_pgs":34,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1042836,"kb_used_data":420556,"kb_used_omap":50,"kb_used_meta":622221,"kb_avail":92702316,"statfs":{"total":95995035648,"available":94927171584,"internally_reserved":0,"allocated":430649344,"data_stored":427735347,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":52011,"internal_metadata":637154517},"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":[1,0,0,1],"upper_bound":16},"perf_stat":{"commit_latency_ms":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[]},{"osd":1,"up_from":780,"seq":3350074491287,"num_pgs":46,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1698680,"kb_used_data":572656,"kb_used_omap":30,"kb_used_meta":1125985,"kb_avail":92046472,"statfs":{"total":95995035648,"available":94255587328,"internally_reserved":0,"allocated":586399744,"data_stored":583505934,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":31404,"internal_metadata":1153008980},"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":[0,1],"upper_bound":4},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":746,"seq":3204045603230,"num_pgs":51,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1662732,"kb_used_data":604612,"kb_used_omap":66,"kb_used_meta":1058045,"kb_avail":92082420,"statfs":{"total":95995035648,"available":94292398080,"internally_reserved":0,"allocated":619122688,"data_stored":616211614,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":68403,"internal_metadata":1083438285},"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":[0,1,2,0,1,4],"upper_bound":64},"perf_stat":{"commit_latency_ms":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":327680,"data_stored":327680,"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":0,"data_stored":0,"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":266240,"data_stored":262688,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"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":327680,"data_stored":327680,"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":266240,"data_stored":262688,"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":0,"data_stored":0,"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":4096,"data_stored":19,"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":4096,"data_stored":19,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":4096,"data_stored":19,"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":4096,"data_stored":19,"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":0,"data_stored":0,"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":8192,"data_stored":604,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3890,"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":3041,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":20480,"data_stored":5372,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1366,"internal_metadata":0},{"poolid":3,"osd":3,"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":3176,"internal_metadata":0},{"poolid":3,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":24576,"data_stored":4902,"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":8192,"data_stored":652,"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":24576,"data_stored":5442,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5318,"internal_metadata":0},{"poolid":3,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":28672,"data_stored":4972,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":6843,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":10,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":597430272,"data_stored":597426200,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":10,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":572850176,"data_stored":572850176,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":10,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":415629312,"data_stored":415629312,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":10,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":377884672,"data_stored":377880600,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":10,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":773853184,"data_stored":773849112,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":10,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":330366976,"data_stored":330366976,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":10,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":255066112,"data_stored":255066112,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-13T15:06:36.686 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:36.722 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:36.722 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:36.723 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:36.824 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:06:36.856 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:36.856 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:36.857 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:06:36.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:36 smithi071 ceph-mon[107477]: pgmap v2290: 109 pgs: 1 active+recovery_wait, 1 active+recovering+undersized+degraded+remapped, 1 active+undersized+degraded+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 103 active+clean; 763 MiB data, 8.6 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 844 op/s; 17773/36699 objects degraded (48.429%); 0 B/s, 98 objects/s recovering 2024-09-13T15:06:36.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:36 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/375514074' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:06:36.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:36 smithi071 ceph-mon[112785]: pgmap v2290: 109 pgs: 1 active+recovery_wait, 1 active+recovering+undersized+degraded+remapped, 1 active+undersized+degraded+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 103 active+clean; 763 MiB data, 8.6 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 844 op/s; 17773/36699 objects degraded (48.429%); 0 B/s, 98 objects/s recovering 2024-09-13T15:06:36.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:36 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/375514074' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:06:36.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:36 smithi104 ceph-mon[105578]: pgmap v2290: 109 pgs: 1 active+recovery_wait, 1 active+recovering+undersized+degraded+remapped, 1 active+undersized+degraded+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 103 active+clean; 763 MiB data, 8.6 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 844 op/s; 17773/36699 objects degraded (48.429%); 0 B/s, 98 objects/s recovering 2024-09-13T15:06:36.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:36 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/375514074' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:06:36.957 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:36.986 INFO:teuthology.orchestra.run.smithi104.stdout:ERROR: (22) Invalid argument 2024-09-13T15:06:36.987 INFO:teuthology.orchestra.run.smithi104.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T15:06:36.998 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:36.999 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:36.999 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:06:37.100 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:06:37.133 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:37.133 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:37.134 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:06:37.234 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:06:37.263 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:37.263 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:37.264 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:06:37.365 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:06:37.393 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:37.394 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:37.394 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:06:37.495 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:37.530 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:37.531 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:37.531 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:37.632 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:06:37.659 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:37.660 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:37.660 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:06:37.761 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:37.797 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:37.798 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:37.798 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:06:37.899 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:06:37.929 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:37.930 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:37.930 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:06:37.957 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.6 dump_blocked_ops 2024-09-13T15:06:38.031 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:38.071 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:38.072 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:38.072 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:38.173 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:06:38.220 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:38.221 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:38.221 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:06:38.322 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:06:38.326 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T15:06:38.361 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:38.361 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:38.362 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:06:38.462 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:06:38.492 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:38.493 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:38.493 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:06:38.594 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:06:38.636 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:38.636 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:38.637 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:06:38.738 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:38.769 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:38.770 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:38.770 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:38.777 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:38 smithi104 ceph-mon[105578]: pgmap v2291: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 3 active+recovery_wait+undersized+degraded+remapped, 103 active+clean; 607 MiB data, 8.2 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 881 op/s; 16963/29202 objects degraded (58.088%); 0 B/s, 98 objects/s recovering 2024-09-13T15:06:38.777 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:38 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 16963/29202 objects degraded (58.088%), 5 pgs degraded, 5 pgs undersized (PG_DEGRADED) 2024-09-13T15:06:38.870 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:38.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:38 smithi071 ceph-mon[107477]: pgmap v2291: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 3 active+recovery_wait+undersized+degraded+remapped, 103 active+clean; 607 MiB data, 8.2 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 881 op/s; 16963/29202 objects degraded (58.088%); 0 B/s, 98 objects/s recovering 2024-09-13T15:06:38.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:38 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 16963/29202 objects degraded (58.088%), 5 pgs degraded, 5 pgs undersized (PG_DEGRADED) 2024-09-13T15:06:38.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:38 smithi071 ceph-mon[112785]: pgmap v2291: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 3 active+recovery_wait+undersized+degraded+remapped, 103 active+clean; 607 MiB data, 8.2 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 881 op/s; 16963/29202 objects degraded (58.088%); 0 B/s, 98 objects/s recovering 2024-09-13T15:06:38.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:38 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 16963/29202 objects degraded (58.088%), 5 pgs degraded, 5 pgs undersized (PG_DEGRADED) 2024-09-13T15:06:38.910 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:38.911 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:38.911 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:39.012 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:39.052 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:39.052 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:39.052 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:39.153 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:39.186 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:39.187 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:39.187 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:39.288 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:06:39.324 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:39.325 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:39.325 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:06:39.426 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:39.472 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:39.472 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:39.473 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:06:39.574 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:39.611 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:39.612 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:39.612 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:39.671 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-13T15:06:39.713 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:06:39.740 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:39.741 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:39.741 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:06:39.842 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:39.909 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:39.911 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:39.911 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:06:40.012 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:06:40.041 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:06:40.051 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:40.052 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:40.052 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:06:40.153 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:06:40.189 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:40.190 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:40.190 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:06:40.225 INFO:teuthology.orchestra.run.smithi104.stdout:ERROR: (22) Invalid argument 2024-09-13T15:06:40.225 INFO:teuthology.orchestra.run.smithi104.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T15:06:40.292 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:06:40.326 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:40.326 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:40.326 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:06:40.353 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=true 2024-09-13T15:06:40.427 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:40.464 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:40.465 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:40.465 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:40.566 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:06:40.624 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:40.625 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:40.625 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:06:40.646 INFO:teuthology.orchestra.run.smithi071.stderr:nodeep-scrub is set 2024-09-13T15:06:40.727 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:06:40.756 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:40.757 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:40.757 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:06:40.858 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:06:40.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:40 smithi071 ceph-mon[107477]: pgmap v2292: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 3 active+recovery_wait+undersized+degraded+remapped, 103 active+clean; 591 MiB data, 8.1 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 883 op/s; 16963/28401 objects degraded (59.727%); 0 B/s, 98 objects/s recovering 2024-09-13T15:06:40.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:40 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/4092345256' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:06:40.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:40 smithi071 ceph-mon[112785]: pgmap v2292: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 3 active+recovery_wait+undersized+degraded+remapped, 103 active+clean; 591 MiB data, 8.1 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 883 op/s; 16963/28401 objects degraded (59.727%); 0 B/s, 98 objects/s recovering 2024-09-13T15:06:40.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:40 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/4092345256' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:06:40.896 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:40.897 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:40.897 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:06:40.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:40 smithi104 ceph-mon[105578]: pgmap v2292: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 3 active+recovery_wait+undersized+degraded+remapped, 103 active+clean; 591 MiB data, 8.1 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 883 op/s; 16963/28401 objects degraded (59.727%); 0 B/s, 98 objects/s recovering 2024-09-13T15:06:40.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:40 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/4092345256' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:06:40.961 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.6 dump_historic_ops 2024-09-13T15:06:40.998 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:41.029 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:41.030 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:41.030 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:41.131 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:06:41.169 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:41.169 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:41.170 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:06:41.272 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:41.287 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T15:06:41.308 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:41.309 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:41.309 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:41.410 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:41.450 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:41.450 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:41.451 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:41.551 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:41.583 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:41.584 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:41.584 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:41.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:41 smithi104 ceph-mon[105578]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:06:41.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:41 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/4092345256' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T15:06:41.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:41 smithi104 ceph-mon[105578]: osdmap e1434: 8 total, 8 up, 7 in 2024-09-13T15:06:41.685 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:41.715 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:41.716 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:41.716 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:06:41.817 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:41.853 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:41.854 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:41.854 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:41.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:41 smithi071 ceph-mon[107477]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:06:41.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:41 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/4092345256' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T15:06:41.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:41 smithi071 ceph-mon[107477]: osdmap e1434: 8 total, 8 up, 7 in 2024-09-13T15:06:41.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:41 smithi071 ceph-mon[112785]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:06:41.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:41 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/4092345256' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T15:06:41.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:41 smithi071 ceph-mon[112785]: osdmap e1434: 8 total, 8 up, 7 in 2024-09-13T15:06:41.955 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:41.995 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:41.996 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:41.996 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:42.097 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:06:42.134 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:42.134 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:42.135 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:06:42.236 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:06:42.267 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:42.268 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:42.268 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:06:42.369 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:42.409 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:42.410 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:42.410 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:42.511 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:06:42.533 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:42.533 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:42.533 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:06:42.634 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:06:42.664 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:42.665 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:42.665 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:06:42.766 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:06:42.780 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:06:42.794 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:42.794 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:42.794 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:06:42.881 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:42 smithi104 ceph-mon[105578]: pgmap v2294: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+undersized+degraded+remapped, 103 active+clean; 411 MiB data, 7.7 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 867 op/s; 16673/19788 objects degraded (84.258%); 0 B/s, 55 objects/s recovering 2024-09-13T15:06:42.895 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:06:42.911 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:42 smithi071 ceph-mon[107477]: pgmap v2294: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+undersized+degraded+remapped, 103 active+clean; 411 MiB data, 7.7 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 867 op/s; 16673/19788 objects degraded (84.258%); 0 B/s, 55 objects/s recovering 2024-09-13T15:06:42.912 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:42 smithi071 ceph-mon[112785]: pgmap v2294: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 1 active+recovering+undersized+degraded+remapped, 3 active+recovery_wait+undersized+degraded+remapped, 103 active+clean; 411 MiB data, 7.7 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 867 op/s; 16673/19788 objects degraded (84.258%); 0 B/s, 55 objects/s recovering 2024-09-13T15:06:42.912 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:06:42 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:06:42] "GET /metrics HTTP/1.1" 200 36692 "" "Prometheus/2.51.0" 2024-09-13T15:06:42.933 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:42.934 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:42.934 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:06:43.035 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:43.077 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:43.078 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:43.078 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:43.179 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:06:43.211 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:43.212 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:43.212 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:06:43.313 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:43.349 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:43.349 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:43.349 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:43.450 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:06:43.482 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:43.483 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:43.483 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:06:43.521 INFO:teuthology.orchestra.run.smithi104.stdout:ERROR: (22) Invalid argument 2024-09-13T15:06:43.521 INFO:teuthology.orchestra.run.smithi104.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T15:06:43.584 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:43.618 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:43.619 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:43.619 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:43.720 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:06:43.753 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:43.753 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:43.754 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:06:43.854 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:06:43.877 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:43 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 16673/19788 objects degraded (84.258%), 5 pgs degraded, 5 pgs undersized (PG_DEGRADED) 2024-09-13T15:06:43.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:43 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 16673/19788 objects degraded (84.258%), 5 pgs degraded, 5 pgs undersized (PG_DEGRADED) 2024-09-13T15:06:43.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:43 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 16673/19788 objects degraded (84.258%), 5 pgs degraded, 5 pgs undersized (PG_DEGRADED) 2024-09-13T15:06:43.891 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:43.892 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:43.892 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:06:43.901 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd unset noscrub 2024-09-13T15:06:43.994 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:06:44.018 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:44.019 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:44.020 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:06:44.121 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:06:44.144 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:44.145 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:44.145 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:06:44.201 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.7 dump_ops_in_flight 2024-09-13T15:06:44.246 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:06:44.270 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:44.271 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:44.272 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:06:44.373 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:44.394 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:44.395 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:44.395 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:44.439 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T15:06:44.496 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:44.519 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:44.520 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:44.520 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:06:44.621 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:44.643 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:44.643 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:44.644 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:44.745 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:06:44.774 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:44.775 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:44.775 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:06:44.876 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:06:44.907 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:44.908 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:44.908 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:06:44.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:44 smithi104 ceph-mon[105578]: pgmap v2295: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 3 active+recovery_wait+undersized+degraded+remapped, 103 active+clean; 320 MiB data, 7.4 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 905 op/s; 16042/15393 objects degraded (104.216%); 0 B/s, 115 objects/s recovering 2024-09-13T15:06:44.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:44 smithi104 ceph-mon[105578]: osdmap e1435: 8 total, 8 up, 7 in 2024-09-13T15:06:44.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:44 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:06:44.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:44 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:06:44.969 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T15:06:44.970 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:44 smithi071 ceph-mon[107477]: pgmap v2295: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 3 active+recovery_wait+undersized+degraded+remapped, 103 active+clean; 320 MiB data, 7.4 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 905 op/s; 16042/15393 objects degraded (104.216%); 0 B/s, 115 objects/s recovering 2024-09-13T15:06:44.970 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:44 smithi071 ceph-mon[107477]: osdmap e1435: 8 total, 8 up, 7 in 2024-09-13T15:06:44.970 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:44 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:06:44.970 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:44 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:06:44.970 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:44 smithi071 ceph-mon[112785]: pgmap v2295: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 3 active+recovery_wait+undersized+degraded+remapped, 103 active+clean; 320 MiB data, 7.4 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 905 op/s; 16042/15393 objects degraded (104.216%); 0 B/s, 115 objects/s recovering 2024-09-13T15:06:44.970 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:44 smithi071 ceph-mon[112785]: osdmap e1435: 8 total, 8 up, 7 in 2024-09-13T15:06:44.970 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:44 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:06:44.970 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:44 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:06:44.973 INFO:teuthology.orchestra.run.smithi071.stderr:dumped all 2024-09-13T15:06:45.009 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:06:45.060 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:45.061 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:45.061 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:06:45.162 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:45.194 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:45.194 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:45.195 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:06:45.295 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:06:45.327 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:45.327 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:45.328 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:06:45.428 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:06:45.460 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:45.460 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:45.461 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:06:45.483 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T15:06:45.483 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T15:06:45.523 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T15:06:45.523 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T15:06:45.559 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T15:06:45.560 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T15:06:45.561 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:06:45.592 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:45.592 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:45.593 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:06:45.599 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T15:06:45.599 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T15:06:45.630 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T15:06:45.631 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T15:06:45.662 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T15:06:45.663 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T15:06:45.693 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:06:45.696 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T15:06:45.696 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T15:06:45.722 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:45.723 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:45.723 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:06:45.727 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T15:06:45.727 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T15:06:45.825 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:06:45.855 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:45.855 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:45.855 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:06:45.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:45 smithi071 ceph-mon[107477]: from='client.36246 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T15:06:45.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:45 smithi071 ceph-mon[107477]: osdmap e1436: 8 total, 8 up, 7 in 2024-09-13T15:06:45.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:45 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3358655178' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:06:45.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:45 smithi071 ceph-mon[112785]: from='client.36246 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T15:06:45.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:45 smithi071 ceph-mon[112785]: osdmap e1436: 8 total, 8 up, 7 in 2024-09-13T15:06:45.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:45 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3358655178' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:06:45.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:45 smithi104 ceph-mon[105578]: from='client.36246 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T15:06:45.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:45 smithi104 ceph-mon[105578]: osdmap e1436: 8 total, 8 up, 7 in 2024-09-13T15:06:45.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:45 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3358655178' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:06:45.957 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:45.978 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:45.978 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:45.979 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:46.080 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:06:46.130 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:46.131 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:46.131 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:06:46.232 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:46.273 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:46.274 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:46.274 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:46.301 INFO:teuthology.orchestra.run.smithi071.stdout:{"pg_ready":true,"pg_map":{"version":2296,"stamp":"2024-09-13T15:06:43.659508+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":316545021,"num_objects":4848,"num_object_clones":0,"num_object_copies":14544,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":16042,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":4848,"num_whiteouts":0,"num_read":1,"num_read_kb":1,"num_write":230104,"num_write_kb":7515554,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":19856,"num_bytes_recovered":1040021551,"num_keys_recovered":30,"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":102160,"ondisk_log_size":102160,"up":327,"acting":322,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":336,"num_osds":7,"num_per_pool_osds":7,"num_per_pool_omap_osds":7,"kb":656216064,"kb_used":7679536,"kb_used_data":1617908,"kb_used_omap":252,"kb_used_meta":6061251,"kb_avail":648536528,"statfs":{"total":671965249536,"available":664101404672,"internally_reserved":0,"allocated":1656737792,"data_stored":1636294993,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":258429,"internal_metadata":6206721667},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[0,1,3,1,2],"upper_bound":32},"perf_stat":{"commit_latency_ms":3,"apply_latency_ms":3,"commit_latency_ns":3000000,"apply_latency_ns":3000000},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":-483983360,"num_objects":-7385,"num_object_clones":0,"num_object_copies":-22155,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":-1731,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":-7385,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":7385,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":1157,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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.654743"},"pg_stats":[{"pgid":"1.11","version":"373'149","reported_seq":1649,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.606611+0000","last_change":"2024-09-13T15:03:55.256070+0000","last_active":"2024-09-13T15:06:31.606611+0000","last_peered":"2024-09-13T15:06:31.606611+0000","last_clean":"2024-09-13T15:06:31.606611+0000","last_became_active":"2024-09-13T15:03:54.361713+0000","last_became_peered":"2024-09-13T15:03:54.361713+0000","last_unstale":"2024-09-13T15:06:31.606611+0000","last_undegraded":"2024-09-13T15:06:31.606611+0000","last_fullsized":"2024-09-13T15:06:31.606611+0000","mapping_epoch":1407,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1408,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:03:55.256014+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:03:55.256014+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:43:38.456769+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.14","version":"0'0","reported_seq":198,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.620394+0000","last_change":"2024-09-13T15:03:38.356940+0000","last_active":"2024-09-13T15:06:31.620394+0000","last_peered":"2024-09-13T15:06:31.620394+0000","last_clean":"2024-09-13T15:06:31.620394+0000","last_became_active":"2024-09-13T15:03:38.356599+0000","last_became_peered":"2024-09-13T15:03:38.356599+0000","last_unstale":"2024-09-13T15:06:31.620394+0000","last_undegraded":"2024-09-13T15:06:31.620394+0000","last_fullsized":"2024-09-13T15:06:31.620394+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:30:57.502891+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.13","version":"70'2","reported_seq":144,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.605538+0000","last_change":"2024-09-13T15:03:38.350681+0000","last_active":"2024-09-13T15:06:31.605538+0000","last_peered":"2024-09-13T15:06:31.605538+0000","last_clean":"2024-09-13T15:06:31.605538+0000","last_became_active":"2024-09-13T15:03:38.349386+0000","last_became_peered":"2024-09-13T15:03:38.349386+0000","last_unstale":"2024-09-13T15:06:31.605538+0000","last_undegraded":"2024-09-13T15:06:31.605538+0000","last_fullsized":"2024-09-13T15:06:31.605538+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T02:02:39.428946+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":6,"num_bytes_recovered":102,"num_keys_recovered":30,"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,2],"acting":[7,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.10","version":"373'149","reported_seq":1790,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.598806+0000","last_change":"2024-09-13T15:03:38.349355+0000","last_active":"2024-09-13T15:06:31.598806+0000","last_peered":"2024-09-13T15:06:31.598806+0000","last_clean":"2024-09-13T15:06:31.598806+0000","last_became_active":"2024-09-13T15:03:38.349035+0000","last_became_peered":"2024-09-13T15:03:38.349035+0000","last_unstale":"2024-09-13T15:06:31.598806+0000","last_undegraded":"2024-09-13T15:06:31.598806+0000","last_fullsized":"2024-09-13T15:06:31.598806+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:47.921711+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:47.921711+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:12:52.991080+0000","scrub_duration":0.001430061,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.15","version":"0'0","reported_seq":1485,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.599462+0000","last_change":"2024-09-13T15:03:38.344711+0000","last_active":"2024-09-13T15:06:31.599462+0000","last_peered":"2024-09-13T15:06:31.599462+0000","last_clean":"2024-09-13T15:06:31.599462+0000","last_became_active":"2024-09-13T15:03:38.344365+0000","last_became_peered":"2024-09-13T15:03:38.344365+0000","last_unstale":"2024-09-13T15:06:31.599462+0000","last_undegraded":"2024-09-13T15:06:31.599462+0000","last_fullsized":"2024-09-13T15:06:31.599462+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:45:19.898790+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[5,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.12","version":"0'0","reported_seq":2125,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.604328+0000","last_change":"2024-09-13T15:05:51.741228+0000","last_active":"2024-09-13T15:06:31.604328+0000","last_peered":"2024-09-13T15:06:31.604328+0000","last_clean":"2024-09-13T15:06:31.604328+0000","last_became_active":"2024-09-13T15:05:51.740897+0000","last_became_peered":"2024-09-13T15:05:51.740897+0000","last_unstale":"2024-09-13T15:06:31.604328+0000","last_undegraded":"2024-09-13T15:06:31.604328+0000","last_fullsized":"2024-09-13T15:06:31.604328+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:41:52.248592+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.13","version":"373'149","reported_seq":1669,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.611577+0000","last_change":"2024-09-13T15:06:05.604138+0000","last_active":"2024-09-13T15:06:31.611577+0000","last_peered":"2024-09-13T15:06:31.611577+0000","last_clean":"2024-09-13T15:06:31.611577+0000","last_became_active":"2024-09-13T15:05:54.404195+0000","last_became_peered":"2024-09-13T15:05:54.404195+0000","last_unstale":"2024-09-13T15:06:31.611577+0000","last_undegraded":"2024-09-13T15:06:31.611577+0000","last_fullsized":"2024-09-13T15:06:31.611577+0000","mapping_epoch":1425,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1426,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:06:05.604073+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:06:05.604073+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:32:36.388156+0000","scrub_duration":11,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"4.16","version":"0'0","reported_seq":2136,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.606193+0000","last_change":"2024-09-13T15:03:38.349331+0000","last_active":"2024-09-13T15:06:31.606193+0000","last_peered":"2024-09-13T15:06:31.606193+0000","last_clean":"2024-09-13T15:06:31.606193+0000","last_became_active":"2024-09-13T15:03:38.348741+0000","last_became_peered":"2024-09-13T15:03:38.348741+0000","last_unstale":"2024-09-13T15:06:31.606193+0000","last_undegraded":"2024-09-13T15:06:31.606193+0000","last_fullsized":"2024-09-13T15:06:31.606193+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:28:53.539736+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[0,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.11","version":"0'0","reported_seq":101,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.605230+0000","last_change":"2024-09-13T15:03:38.354041+0000","last_active":"2024-09-13T15:06:31.605230+0000","last_peered":"2024-09-13T15:06:31.605230+0000","last_clean":"2024-09-13T15:06:31.605230+0000","last_became_active":"2024-09-13T15:03:38.351864+0000","last_became_peered":"2024-09-13T15:03:38.351864+0000","last_unstale":"2024-09-13T15:06:31.605230+0000","last_undegraded":"2024-09-13T15:06:31.605230+0000","last_fullsized":"2024-09-13T15:06:31.605230+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:43:45.532422+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[7,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.12","version":"373'149","reported_seq":1787,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.600261+0000","last_change":"2024-09-13T15:03:38.356066+0000","last_active":"2024-09-13T15:06:31.600261+0000","last_peered":"2024-09-13T15:06:31.600261+0000","last_clean":"2024-09-13T15:06:31.600261+0000","last_became_active":"2024-09-13T15:03:38.355743+0000","last_became_peered":"2024-09-13T15:03:38.355743+0000","last_unstale":"2024-09-13T15:06:31.600261+0000","last_undegraded":"2024-09-13T15:06:31.600261+0000","last_fullsized":"2024-09-13T15:06:31.600261+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:46.963090+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:46.963090+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:18:39.622092+0000","scrub_duration":0.0014971279999999999,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[5,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.17","version":"0'0","reported_seq":32,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.611861+0000","last_change":"2024-09-13T15:05:51.734614+0000","last_active":"2024-09-13T15:06:31.611861+0000","last_peered":"2024-09-13T15:06:31.611861+0000","last_clean":"2024-09-13T15:06:31.611861+0000","last_became_active":"2024-09-13T15:05:51.734240+0000","last_became_peered":"2024-09-13T15:05:51.734240+0000","last_unstale":"2024-09-13T15:06:31.611861+0000","last_undegraded":"2024-09-13T15:06:31.611861+0000","last_fullsized":"2024-09-13T15:06:31.611861+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:39:54.213629+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[3,7,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.10","version":"70'8","reported_seq":79,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.604752+0000","last_change":"2024-09-13T15:05:47.285978+0000","last_active":"2024-09-13T15:06:31.604752+0000","last_peered":"2024-09-13T15:06:31.604752+0000","last_clean":"2024-09-13T15:06:31.604752+0000","last_became_active":"2024-09-13T15:03:51.626453+0000","last_became_peered":"2024-09-13T15:03:51.626453+0000","last_unstale":"2024-09-13T15:06:31.604752+0000","last_undegraded":"2024-09-13T15:06:31.604752+0000","last_fullsized":"2024-09-13T15:06:31.604752+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1419,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T01:57:18.346358+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":20,"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":[0,5,3],"acting":[0,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"10.6","version":"1434'14345","reported_seq":14399,"reported_epoch":1434,"state":"active+clean","last_fresh":"2024-09-13T15:06:40.995540+0000","last_change":"2024-09-13T15:02:47.600715+0000","last_active":"2024-09-13T15:06:40.995540+0000","last_peered":"2024-09-13T15:06:40.995540+0000","last_clean":"2024-09-13T15:06:40.995540+0000","last_became_active":"2024-09-13T15:02:47.600415+0000","last_became_peered":"2024-09-13T15:02:47.600415+0000","last_unstale":"2024-09-13T15:06:40.995540+0000","last_undegraded":"2024-09-13T15:06:40.995540+0000","last_fullsized":"2024-09-13T15:06:40.995540+0000","mapping_epoch":1390,"log_start":"1412'7800","ondisk_log_start":"1412'7800","created":1390,"last_epoch_clean":1391,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":6545,"log_dups_size":0,"ondisk_log_size":6545,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:17:21.224535+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":18284544,"num_objects":279,"num_object_clones":0,"num_object_copies":837,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":279,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":14345,"num_write_kb":467968,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[5,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"1.d","version":"373'149","reported_seq":1770,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.605877+0000","last_change":"2024-09-13T15:03:38.351301+0000","last_active":"2024-09-13T15:06:31.605877+0000","last_peered":"2024-09-13T15:06:31.605877+0000","last_clean":"2024-09-13T15:06:31.605877+0000","last_became_active":"2024-09-13T15:03:38.350105+0000","last_became_peered":"2024-09-13T15:03:38.350105+0000","last_unstale":"2024-09-13T15:06:31.605877+0000","last_undegraded":"2024-09-13T15:06:31.605877+0000","last_fullsized":"2024-09-13T15:06:31.605877+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:02:30.687228+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:02:30.687228+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":true,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"queued for scrub","scrub_duration":4,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.f","version":"70'1","reported_seq":118,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.606323+0000","last_change":"2024-09-13T15:03:51.626292+0000","last_active":"2024-09-13T15:06:31.606323+0000","last_peered":"2024-09-13T15:06:31.606323+0000","last_clean":"2024-09-13T15:06:31.606323+0000","last_became_active":"2024-09-13T15:03:51.623114+0000","last_became_peered":"2024-09-13T15:03:51.623114+0000","last_unstale":"2024-09-13T15:06:31.606323+0000","last_undegraded":"2024-09-13T15:06:31.606323+0000","last_fullsized":"2024-09-13T15:06:31.606323+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T15:05:32.910110+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":3,"num_bytes_recovered":66,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[7,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.8","version":"0'0","reported_seq":1460,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.598877+0000","last_change":"2024-09-13T15:03:38.353305+0000","last_active":"2024-09-13T15:06:31.598877+0000","last_peered":"2024-09-13T15:06:31.598877+0000","last_clean":"2024-09-13T15:06:31.598877+0000","last_became_active":"2024-09-13T15:03:38.352879+0000","last_became_peered":"2024-09-13T15:03:38.352879+0000","last_unstale":"2024-09-13T15:06:31.598877+0000","last_undegraded":"2024-09-13T15:06:31.598877+0000","last_fullsized":"2024-09-13T15:06:31.598877+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:40:30.592651+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"10.7","version":"1433'14433","reported_seq":17931,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:39.083283+0000","last_change":"2024-09-13T15:06:21.587199+0000","last_active":"2024-09-13T15:06:39.083283+0000","last_peered":"2024-09-13T15:06:39.083283+0000","last_clean":"2024-09-13T15:06:39.083283+0000","last_became_active":"2024-09-13T15:06:21.540825+0000","last_became_peered":"2024-09-13T15:06:21.540825+0000","last_unstale":"2024-09-13T15:06:39.083283+0000","last_undegraded":"2024-09-13T15:06:39.083283+0000","last_fullsized":"2024-09-13T15:06:39.083283+0000","mapping_epoch":1431,"log_start":"1413'8762","ondisk_log_start":"1413'8762","created":1390,"last_epoch_clean":1432,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":5671,"log_dups_size":0,"ondisk_log_size":5671,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:12:45.457406+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":25231360,"num_objects":385,"num_object_clones":0,"num_object_copies":1155,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":385,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":14433,"num_write_kb":474176,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":1705,"num_bytes_recovered":111738880,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[3,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"1.c","version":"373'149","reported_seq":1866,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.618185+0000","last_change":"2024-09-13T15:01:59.354979+0000","last_active":"2024-09-13T15:06:31.618185+0000","last_peered":"2024-09-13T15:06:31.618185+0000","last_clean":"2024-09-13T15:06:31.618185+0000","last_became_active":"2024-09-13T15:01:59.354085+0000","last_became_peered":"2024-09-13T15:01:59.354085+0000","last_unstale":"2024-09-13T15:06:31.618185+0000","last_undegraded":"2024-09-13T15:06:31.618185+0000","last_fullsized":"2024-09-13T15:06:31.618185+0000","mapping_epoch":1361,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1362,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:44.558993+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:44.558993+0000","objects_scrubbed":1,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:27:40.542397+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":327680,"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":1,"num_bytes_recovered":327680,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.e","version":"70'2","reported_seq":105,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.606123+0000","last_change":"2024-09-13T15:03:38.349897+0000","last_active":"2024-09-13T15:06:31.606123+0000","last_peered":"2024-09-13T15:06:31.606123+0000","last_clean":"2024-09-13T15:06:31.606123+0000","last_became_active":"2024-09-13T15:03:38.348354+0000","last_became_peered":"2024-09-13T15:03:38.348354+0000","last_unstale":"2024-09-13T15:06:31.606123+0000","last_undegraded":"2024-09-13T15:06:31.606123+0000","last_fullsized":"2024-09-13T15:06:31.606123+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T15:43:40.950366+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":2,"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,1],"acting":[7,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.9","version":"0'0","reported_seq":177,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.607410+0000","last_change":"2024-09-13T15:05:51.743005+0000","last_active":"2024-09-13T15:06:31.607410+0000","last_peered":"2024-09-13T15:06:31.607410+0000","last_clean":"2024-09-13T15:06:31.607410+0000","last_became_active":"2024-09-13T15:05:51.742687+0000","last_became_peered":"2024-09-13T15:05:51.742687+0000","last_unstale":"2024-09-13T15:06:31.607410+0000","last_undegraded":"2024-09-13T15:06:31.607410+0000","last_fullsized":"2024-09-13T15:06:31.607410+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:25:15.943530+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"10.4","version":"1433'14409","reported_seq":27357,"reported_epoch":1433,"state":"active+recovery_wait","last_fresh":"2024-09-13T15:06:39.876400+0000","last_change":"2024-09-13T15:04:58.790442+0000","last_active":"2024-09-13T15:06:39.876400+0000","last_peered":"2024-09-13T15:06:39.876400+0000","last_clean":"2024-09-13T15:04:57.377876+0000","last_became_active":"2024-09-13T15:04:58.752120+0000","last_became_peered":"2024-09-13T15:04:58.752120+0000","last_unstale":"2024-09-13T15:06:39.876400+0000","last_undegraded":"2024-09-13T15:06:39.876400+0000","last_fullsized":"2024-09-13T15:06:39.876400+0000","mapping_epoch":1414,"log_start":"1413'8472","ondisk_log_start":"1413'8472","created":1390,"last_epoch_clean":1413,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":5937,"log_dups_size":0,"ondisk_log_size":5937,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"no scrub is scheduled","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":22740992,"num_objects":347,"num_object_clones":0,"num_object_copies":1041,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":347,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":14409,"num_write_kb":472192,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6424,"num_bytes_recovered":420937728,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":["0","1","3","4"],"object_location_counts":[{"shards":"0,3,4","objects":347}],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"1.f","version":"373'149","reported_seq":1781,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.599072+0000","last_change":"2024-09-13T15:01:28.027947+0000","last_active":"2024-09-13T15:06:31.599072+0000","last_peered":"2024-09-13T15:06:31.599072+0000","last_clean":"2024-09-13T15:06:31.599072+0000","last_became_active":"2024-09-13T15:01:28.027514+0000","last_became_peered":"2024-09-13T15:01:28.027514+0000","last_unstale":"2024-09-13T15:06:31.599072+0000","last_undegraded":"2024-09-13T15:06:31.599072+0000","last_fullsized":"2024-09-13T15:06:31.599072+0000","mapping_epoch":1349,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1350,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:41.996887+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:41.996887+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:41:46.361463+0000","scrub_duration":0.0021616460000000001,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[5,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.d","version":"70'1","reported_seq":145,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.606975+0000","last_change":"2024-09-13T15:03:38.351064+0000","last_active":"2024-09-13T15:06:31.606975+0000","last_peered":"2024-09-13T15:06:31.606975+0000","last_clean":"2024-09-13T15:06:31.606975+0000","last_became_active":"2024-09-13T15:03:38.348082+0000","last_became_peered":"2024-09-13T15:03:38.348082+0000","last_unstale":"2024-09-13T15:06:31.606975+0000","last_undegraded":"2024-09-13T15:06:31.606975+0000","last_fullsized":"2024-09-13T15:06:31.606975+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T20:26:11.922683+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":4,"num_bytes_recovered":280,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[7,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.a","version":"0'0","reported_seq":101,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.606765+0000","last_change":"2024-09-13T15:03:38.356492+0000","last_active":"2024-09-13T15:06:31.606765+0000","last_peered":"2024-09-13T15:06:31.606765+0000","last_clean":"2024-09-13T15:06:31.606765+0000","last_became_active":"2024-09-13T15:03:38.356178+0000","last_became_peered":"2024-09-13T15:03:38.356178+0000","last_unstale":"2024-09-13T15:06:31.606765+0000","last_undegraded":"2024-09-13T15:06:31.606765+0000","last_fullsized":"2024-09-13T15:06:31.606765+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:00:06.309035+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[7,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"10.5","version":"1434'14754","reported_seq":14854,"reported_epoch":1434,"state":"active+clean","last_fresh":"2024-09-13T15:06:41.631988+0000","last_change":"2024-09-13T15:02:47.601285+0000","last_active":"2024-09-13T15:06:41.631988+0000","last_peered":"2024-09-13T15:06:41.631988+0000","last_clean":"2024-09-13T15:06:41.631988+0000","last_became_active":"2024-09-13T15:02:47.600359+0000","last_became_peered":"2024-09-13T15:02:47.600359+0000","last_unstale":"2024-09-13T15:06:41.631988+0000","last_undegraded":"2024-09-13T15:06:41.631988+0000","last_fullsized":"2024-09-13T15:06:41.631988+0000","mapping_epoch":1390,"log_start":"1408'5900","ondisk_log_start":"1408'5900","created":1390,"last_epoch_clean":1391,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":8854,"log_dups_size":0,"ondisk_log_size":8854,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:57:55.758679+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":14811136,"num_objects":226,"num_object_clones":0,"num_object_copies":678,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":226,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":14754,"num_write_kb":479360,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[2,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"1.e","version":"373'149","reported_seq":1831,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.603767+0000","last_change":"2024-09-13T15:03:38.351489+0000","last_active":"2024-09-13T15:06:31.603767+0000","last_peered":"2024-09-13T15:06:31.603767+0000","last_clean":"2024-09-13T15:06:31.603767+0000","last_became_active":"2024-09-13T15:03:38.350896+0000","last_became_peered":"2024-09-13T15:03:38.350896+0000","last_unstale":"2024-09-13T15:06:31.603767+0000","last_undegraded":"2024-09-13T15:06:31.603767+0000","last_fullsized":"2024-09-13T15:06:31.603767+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:46.145574+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:46.145574+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:18:57.368977+0000","scrub_duration":0.0016746529999999999,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7,3],"acting":[4,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.c","version":"0'0","reported_seq":1440,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.599145+0000","last_change":"2024-09-13T15:01:24.974778+0000","last_active":"2024-09-13T15:06:31.599145+0000","last_peered":"2024-09-13T15:06:31.599145+0000","last_clean":"2024-09-13T15:06:31.599145+0000","last_became_active":"2024-09-13T15:01:24.974473+0000","last_became_peered":"2024-09-13T15:01:24.974473+0000","last_unstale":"2024-09-13T15:06:31.599145+0000","last_undegraded":"2024-09-13T15:06:31.599145+0000","last_fullsized":"2024-09-13T15:06:31.599145+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:46:28.574203+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[5,3,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.b","version":"0'0","reported_seq":2085,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.605361+0000","last_change":"2024-09-13T14:57:14.903236+0000","last_active":"2024-09-13T15:06:31.605361+0000","last_peered":"2024-09-13T15:06:31.605361+0000","last_clean":"2024-09-13T15:06:31.605361+0000","last_became_active":"2024-09-13T14:57:14.902951+0000","last_became_peered":"2024-09-13T14:57:14.902951+0000","last_unstale":"2024-09-13T15:06:31.605361+0000","last_undegraded":"2024-09-13T15:06:31.605361+0000","last_fullsized":"2024-09-13T15:06:31.605361+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:55:09.250185+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"10.2","version":"1434'14528","reported_seq":14627,"reported_epoch":1434,"state":"active+clean","last_fresh":"2024-09-13T15:06:42.981891+0000","last_change":"2024-09-13T15:02:47.599322+0000","last_active":"2024-09-13T15:06:42.981891+0000","last_peered":"2024-09-13T15:06:42.981891+0000","last_clean":"2024-09-13T15:06:42.981891+0000","last_became_active":"2024-09-13T15:02:47.598913+0000","last_became_peered":"2024-09-13T15:02:47.598913+0000","last_unstale":"2024-09-13T15:06:42.981891+0000","last_undegraded":"2024-09-13T15:06:42.981891+0000","last_fullsized":"2024-09-13T15:06:42.981891+0000","mapping_epoch":1390,"log_start":"1412'8000","ondisk_log_start":"1412'8000","created":1390,"last_epoch_clean":1391,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":6528,"log_dups_size":0,"ondisk_log_size":6528,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:24:47.582373+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":11796480,"num_objects":180,"num_object_clones":0,"num_object_copies":540,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":180,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":14528,"num_write_kb":470656,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"1.9","version":"373'149","reported_seq":1741,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.609984+0000","last_change":"2024-09-13T15:03:38.352975+0000","last_active":"2024-09-13T15:06:31.609984+0000","last_peered":"2024-09-13T15:06:31.609984+0000","last_clean":"2024-09-13T15:06:31.609984+0000","last_became_active":"2024-09-13T15:03:38.351931+0000","last_became_peered":"2024-09-13T15:03:38.351931+0000","last_unstale":"2024-09-13T15:06:31.609984+0000","last_undegraded":"2024-09-13T15:06:31.609984+0000","last_fullsized":"2024-09-13T15:06:31.609984+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:00.672283+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:00.672283+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:33:57.200088+0000","scrub_duration":8,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[7,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.b","version":"70'2","reported_seq":201,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.611739+0000","last_change":"2024-09-13T15:03:51.624583+0000","last_active":"2024-09-13T15:06:31.611739+0000","last_peered":"2024-09-13T15:06:31.611739+0000","last_clean":"2024-09-13T15:06:31.611739+0000","last_became_active":"2024-09-13T15:03:51.620984+0000","last_became_peered":"2024-09-13T15:03:51.620984+0000","last_unstale":"2024-09-13T15:06:31.611739+0000","last_undegraded":"2024-09-13T15:06:31.611739+0000","last_fullsized":"2024-09-13T15:06:31.611739+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T21:45:32.793080+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":4,"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":[3,0,4],"acting":[3,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.c","version":"0'0","reported_seq":195,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.608433+0000","last_change":"2024-09-13T15:01:24.978702+0000","last_active":"2024-09-13T15:06:31.608433+0000","last_peered":"2024-09-13T15:06:31.608433+0000","last_clean":"2024-09-13T15:06:31.608433+0000","last_became_active":"2024-09-13T15:01:24.977757+0000","last_became_peered":"2024-09-13T15:01:24.977757+0000","last_unstale":"2024-09-13T15:06:31.608433+0000","last_undegraded":"2024-09-13T15:06:31.608433+0000","last_fullsized":"2024-09-13T15:06:31.608433+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:22:07.527337+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,3,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"10.3","version":"1434'14544","reported_seq":18998,"reported_epoch":1434,"state":"active+clean","last_fresh":"2024-09-13T15:06:41.643549+0000","last_change":"2024-09-13T15:06:12.766309+0000","last_active":"2024-09-13T15:06:41.643549+0000","last_peered":"2024-09-13T15:06:41.643549+0000","last_clean":"2024-09-13T15:06:41.643549+0000","last_became_active":"2024-09-13T15:06:12.608861+0000","last_became_peered":"2024-09-13T15:06:12.608861+0000","last_unstale":"2024-09-13T15:06:41.643549+0000","last_undegraded":"2024-09-13T15:06:41.643549+0000","last_fullsized":"2024-09-13T15:06:41.643549+0000","mapping_epoch":1428,"log_start":"1406'5700","ondisk_log_start":"1406'5700","created":1390,"last_epoch_clean":1429,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":8844,"log_dups_size":0,"ondisk_log_size":8844,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:31:19.062661+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":17170432,"num_objects":262,"num_object_clones":0,"num_object_copies":786,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":262,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":14544,"num_write_kb":473792,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2168,"num_bytes_recovered":142016512,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[2,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"1.8","version":"373'149","reported_seq":1812,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.598726+0000","last_change":"2024-09-13T15:01:28.028879+0000","last_active":"2024-09-13T15:06:31.598726+0000","last_peered":"2024-09-13T15:06:31.598726+0000","last_clean":"2024-09-13T15:06:31.598726+0000","last_became_active":"2024-09-13T15:01:28.025980+0000","last_became_peered":"2024-09-13T15:01:28.025980+0000","last_unstale":"2024-09-13T15:06:31.598726+0000","last_undegraded":"2024-09-13T15:06:31.598726+0000","last_fullsized":"2024-09-13T15:06:31.598726+0000","mapping_epoch":1349,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1350,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:06.782570+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:06.782570+0000","objects_scrubbed":1,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:31:55.692142+0000","scrub_duration":2,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":262688,"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":4,"num_bytes_recovered":1050752,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[5,2,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.a","version":"0'0","reported_seq":186,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.600938+0000","last_change":"2024-09-13T15:01:24.976401+0000","last_active":"2024-09-13T15:06:31.600938+0000","last_peered":"2024-09-13T15:06:31.600938+0000","last_clean":"2024-09-13T15:06:31.600938+0000","last_became_active":"2024-09-13T15:01:24.975687+0000","last_became_peered":"2024-09-13T15:01:24.975687+0000","last_unstale":"2024-09-13T15:06:31.600938+0000","last_undegraded":"2024-09-13T15:06:31.600938+0000","last_fullsized":"2024-09-13T15:06:31.600938+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:37:56.277103+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.d","version":"0'0","reported_seq":177,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.608854+0000","last_change":"2024-09-13T15:01:09.620455+0000","last_active":"2024-09-13T15:06:31.608854+0000","last_peered":"2024-09-13T15:06:31.608854+0000","last_clean":"2024-09-13T15:06:31.608854+0000","last_became_active":"2024-09-13T15:01:09.620141+0000","last_became_peered":"2024-09-13T15:01:09.620141+0000","last_unstale":"2024-09-13T15:06:31.608854+0000","last_undegraded":"2024-09-13T15:06:31.608854+0000","last_fullsized":"2024-09-13T15:06:31.608854+0000","mapping_epoch":1341,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1342,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:40:38.384024+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,1],"acting":[4,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"10.0","version":"1434'14236","reported_seq":14309,"reported_epoch":1434,"state":"active+recovery_wait+undersized+degraded+remapped","last_fresh":"2024-09-13T15:06:40.686626+0000","last_change":"2024-09-13T15:05:47.248384+0000","last_active":"2024-09-13T15:06:40.686626+0000","last_peered":"2024-09-13T15:06:40.686626+0000","last_clean":"2024-09-13T15:02:55.603269+0000","last_became_active":"2024-09-13T15:03:39.945455+0000","last_became_peered":"2024-09-13T15:03:39.945455+0000","last_unstale":"2024-09-13T15:06:40.686626+0000","last_undegraded":"2024-09-13T15:03:39.369772+0000","last_fullsized":"2024-09-13T15:03:39.344642+0000","mapping_epoch":1401,"log_start":"1416'9300","ondisk_log_start":"1416'9300","created":1390,"last_epoch_clean":1391,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":4936,"log_dups_size":0,"ondisk_log_size":4936,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:51:53.024744+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":20709376,"num_objects":316,"num_object_clones":0,"num_object_copies":948,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":4853,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":316,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":14236,"num_write_kb":465664,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":131072,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[4,1],"avail_no_missing":["4","1"],"object_location_counts":[{"shards":"1,4","objects":-4537}],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"1.b","version":"373'149","reported_seq":1846,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.605233+0000","last_change":"2024-09-13T14:58:46.524171+0000","last_active":"2024-09-13T15:06:31.605233+0000","last_peered":"2024-09-13T15:06:31.605233+0000","last_clean":"2024-09-13T15:06:31.605233+0000","last_became_active":"2024-09-13T14:58:43.532183+0000","last_became_peered":"2024-09-13T14:58:43.532183+0000","last_unstale":"2024-09-13T15:06:31.605233+0000","last_undegraded":"2024-09-13T15:06:31.605233+0000","last_fullsized":"2024-09-13T15:06:31.605233+0000","mapping_epoch":1310,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1311,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:46.524124+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:46.524124+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:27:09.177423+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.9","version":"0'0","reported_seq":200,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.607698+0000","last_change":"2024-09-13T15:03:38.354984+0000","last_active":"2024-09-13T15:06:31.607698+0000","last_peered":"2024-09-13T15:06:31.607698+0000","last_clean":"2024-09-13T15:06:31.607698+0000","last_became_active":"2024-09-13T15:03:38.354709+0000","last_became_peered":"2024-09-13T15:03:38.354709+0000","last_unstale":"2024-09-13T15:06:31.607698+0000","last_undegraded":"2024-09-13T15:06:31.607698+0000","last_fullsized":"2024-09-13T15:06:31.607698+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:59:16.039432+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,7],"acting":[4,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.e","version":"0'0","reported_seq":195,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.603558+0000","last_change":"2024-09-13T15:02:46.589725+0000","last_active":"2024-09-13T15:06:31.603558+0000","last_peered":"2024-09-13T15:06:31.603558+0000","last_clean":"2024-09-13T15:06:31.603558+0000","last_became_active":"2024-09-13T15:02:46.589402+0000","last_became_peered":"2024-09-13T15:02:46.589402+0000","last_unstale":"2024-09-13T15:06:31.603558+0000","last_undegraded":"2024-09-13T15:06:31.603558+0000","last_fullsized":"2024-09-13T15:06:31.603558+0000","mapping_epoch":1389,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1390,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:04:57.106829+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"10.1","version":"1434'14271","reported_seq":14340,"reported_epoch":1434,"state":"active+undersized+degraded+remapped+backfill_wait","last_fresh":"2024-09-13T15:06:40.682246+0000","last_change":"2024-09-13T15:03:39.958617+0000","last_active":"2024-09-13T15:06:40.682246+0000","last_peered":"2024-09-13T15:06:40.682246+0000","last_clean":"2024-09-13T15:02:55.612010+0000","last_became_active":"2024-09-13T15:03:39.951475+0000","last_became_peered":"2024-09-13T15:03:39.951475+0000","last_unstale":"2024-09-13T15:06:40.682246+0000","last_undegraded":"2024-09-13T15:03:39.357051+0000","last_fullsized":"2024-09-13T15:03:39.344698+0000","mapping_epoch":1401,"log_start":"1417'9300","ondisk_log_start":"1417'9300","created":1390,"last_epoch_clean":1391,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":4971,"log_dups_size":0,"ondisk_log_size":4971,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:13:29.737984+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":18415616,"num_objects":281,"num_object_clones":0,"num_object_copies":843,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":281,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":281,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":14271,"num_write_kb":465664,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7,0],"acting":[4,0],"avail_no_missing":["4","0"],"object_location_counts":[{"shards":"0,4","objects":281}],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"1.a","version":"373'149","reported_seq":1760,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.600184+0000","last_change":"2024-09-13T15:01:12.669843+0000","last_active":"2024-09-13T15:06:31.600184+0000","last_peered":"2024-09-13T15:06:31.600184+0000","last_clean":"2024-09-13T15:06:31.600184+0000","last_became_active":"2024-09-13T15:01:12.669313+0000","last_became_peered":"2024-09-13T15:01:12.669313+0000","last_unstale":"2024-09-13T15:06:31.600184+0000","last_undegraded":"2024-09-13T15:06:31.600184+0000","last_fullsized":"2024-09-13T15:06:31.600184+0000","mapping_epoch":1344,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1345,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:05.812475+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:05.812475+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:45:44.908862+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[5,2,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.8","version":"0'0","reported_seq":32,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.609740+0000","last_change":"2024-09-13T15:05:51.743180+0000","last_active":"2024-09-13T15:06:31.609740+0000","last_peered":"2024-09-13T15:06:31.609740+0000","last_clean":"2024-09-13T15:06:31.609740+0000","last_became_active":"2024-09-13T15:05:51.742786+0000","last_became_peered":"2024-09-13T15:05:51.742786+0000","last_unstale":"2024-09-13T15:06:31.609740+0000","last_undegraded":"2024-09-13T15:06:31.609740+0000","last_fullsized":"2024-09-13T15:06:31.609740+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:43:22.519481+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.f","version":"0'0","reported_seq":186,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.612273+0000","last_change":"2024-09-13T15:01:25.027529+0000","last_active":"2024-09-13T15:06:31.612273+0000","last_peered":"2024-09-13T15:06:31.612273+0000","last_clean":"2024-09-13T15:06:31.612273+0000","last_became_active":"2024-09-13T15:01:24.986960+0000","last_became_peered":"2024-09-13T15:01:24.986960+0000","last_unstale":"2024-09-13T15:06:31.612273+0000","last_undegraded":"2024-09-13T15:06:31.612273+0000","last_fullsized":"2024-09-13T15:06:31.612273+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:47:41.794862+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"10.b","version":"1433'14369","reported_seq":14467,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:39.890535+0000","last_change":"2024-09-13T15:02:47.600324+0000","last_active":"2024-09-13T15:06:39.890535+0000","last_peered":"2024-09-13T15:06:39.890535+0000","last_clean":"2024-09-13T15:06:39.890535+0000","last_became_active":"2024-09-13T15:02:47.600031+0000","last_became_peered":"2024-09-13T15:02:47.600031+0000","last_unstale":"2024-09-13T15:06:39.890535+0000","last_undegraded":"2024-09-13T15:06:39.890535+0000","last_fullsized":"2024-09-13T15:06:39.890535+0000","mapping_epoch":1390,"log_start":"1413'8400","ondisk_log_start":"1413'8400","created":1390,"last_epoch_clean":1391,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":5969,"log_dups_size":0,"ondisk_log_size":5969,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:55:49.611388+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":22085632,"num_objects":337,"num_object_clones":0,"num_object_copies":1011,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":337,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":14369,"num_write_kb":470592,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.0","version":"373'149","reported_seq":1751,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.627441+0000","last_change":"2024-09-13T15:03:54.432077+0000","last_active":"2024-09-13T15:06:31.627441+0000","last_peered":"2024-09-13T15:06:31.627441+0000","last_clean":"2024-09-13T15:06:31.627441+0000","last_became_active":"2024-09-13T15:03:54.431663+0000","last_became_peered":"2024-09-13T15:03:54.431663+0000","last_unstale":"2024-09-13T15:06:31.627441+0000","last_undegraded":"2024-09-13T15:06:31.627441+0000","last_fullsized":"2024-09-13T15:06:31.627441+0000","mapping_epoch":1407,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":1408,"parent":"0.0","parent_split_bits":0,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:02:39.669027+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:02:39.669027+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":true,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"queued for scrub","scrub_duration":15,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"2.3","version":"63'1","reported_seq":1516,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.603433+0000","last_change":"2024-09-13T15:03:38.346531+0000","last_active":"2024-09-13T15:06:31.603433+0000","last_peered":"2024-09-13T15:06:31.603433+0000","last_clean":"2024-09-13T15:06:31.603433+0000","last_became_active":"2024-09-13T15:03:38.345909+0000","last_became_peered":"2024-09-13T15:03:38.345909+0000","last_unstale":"2024-09-13T15:06:31.603433+0000","last_undegraded":"2024-09-13T15:06:31.603433+0000","last_fullsized":"2024-09-13T15:06:31.603433+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-14T14:55:44.823772+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029038399999999998,"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":7,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":32,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.610636+0000","last_change":"2024-09-13T15:05:51.734474+0000","last_active":"2024-09-13T15:06:31.610636+0000","last_peered":"2024-09-13T15:06:31.610636+0000","last_clean":"2024-09-13T15:06:31.610636+0000","last_became_active":"2024-09-13T15:05:51.734151+0000","last_became_peered":"2024-09-13T15:05:51.734151+0000","last_unstale":"2024-09-13T15:06:31.610636+0000","last_undegraded":"2024-09-13T15:06:31.610636+0000","last_fullsized":"2024-09-13T15:06:31.610636+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:39:56.749516+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[3,5,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.5","version":"0'0","reported_seq":192,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.608713+0000","last_change":"2024-09-13T15:03:38.352837+0000","last_active":"2024-09-13T15:06:31.608713+0000","last_peered":"2024-09-13T15:06:31.608713+0000","last_clean":"2024-09-13T15:06:31.608713+0000","last_became_active":"2024-09-13T15:03:38.352572+0000","last_became_peered":"2024-09-13T15:03:38.352572+0000","last_unstale":"2024-09-13T15:06:31.608713+0000","last_undegraded":"2024-09-13T15:06:31.608713+0000","last_fullsized":"2024-09-13T15:06:31.608713+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:24:21.126416+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7,0],"acting":[4,7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"10.8","version":"1433'14644","reported_seq":24818,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:39.876632+0000","last_change":"2024-09-13T15:05:48.729589+0000","last_active":"2024-09-13T15:06:39.876632+0000","last_peered":"2024-09-13T15:06:39.876632+0000","last_clean":"2024-09-13T15:06:39.876632+0000","last_became_active":"2024-09-13T15:05:48.694842+0000","last_became_peered":"2024-09-13T15:05:48.694842+0000","last_unstale":"2024-09-13T15:06:39.876632+0000","last_undegraded":"2024-09-13T15:06:39.876632+0000","last_fullsized":"2024-09-13T15:06:39.876632+0000","mapping_epoch":1420,"log_start":"1413'8700","ondisk_log_start":"1413'8700","created":1390,"last_epoch_clean":1421,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":5944,"log_dups_size":0,"ondisk_log_size":5944,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:47:12.748567+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":22544384,"num_objects":344,"num_object_clones":0,"num_object_copies":1032,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":344,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":14644,"num_write_kb":479616,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":5030,"num_bytes_recovered":329646080,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[0,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"1.3","version":"373'149","reported_seq":1765,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.601586+0000","last_change":"2024-09-13T14:58:41.253414+0000","last_active":"2024-09-13T15:06:31.601586+0000","last_peered":"2024-09-13T15:06:31.601586+0000","last_clean":"2024-09-13T15:06:31.601586+0000","last_became_active":"2024-09-13T14:57:55.737391+0000","last_became_peered":"2024-09-13T14:57:55.737391+0000","last_unstale":"2024-09-13T15:06:31.601586+0000","last_undegraded":"2024-09-13T15:06:31.601586+0000","last_fullsized":"2024-09-13T15:06:31.601586+0000","mapping_epoch":1296,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1297,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:41.253310+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:41.253310+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:24:04.946981+0000","scrub_duration":0.0016916399999999999,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[4,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.0","version":"0'0","reported_seq":101,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.626972+0000","last_change":"2024-09-13T15:03:38.347804+0000","last_active":"2024-09-13T15:06:31.626972+0000","last_peered":"2024-09-13T15:06:31.626972+0000","last_clean":"2024-09-13T15:06:31.626972+0000","last_became_active":"2024-09-13T15:03:38.347397+0000","last_became_peered":"2024-09-13T15:03:38.347397+0000","last_unstale":"2024-09-13T15:06:31.626972+0000","last_undegraded":"2024-09-13T15:06:31.626972+0000","last_fullsized":"2024-09-13T15:06:31.626972+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:43:12.424555+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000322109,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":2116,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.606516+0000","last_change":"2024-09-13T15:05:51.740565+0000","last_active":"2024-09-13T15:06:31.606516+0000","last_peered":"2024-09-13T15:06:31.606516+0000","last_clean":"2024-09-13T15:06:31.606516+0000","last_became_active":"2024-09-13T15:05:51.740130+0000","last_became_peered":"2024-09-13T15:05:51.740130+0000","last_unstale":"2024-09-13T15:06:31.606516+0000","last_undegraded":"2024-09-13T15:06:31.606516+0000","last_fullsized":"2024-09-13T15:06:31.606516+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:52:58.980736+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.6","version":"0'0","reported_seq":69,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.605816+0000","last_change":"2024-09-13T15:03:51.623960+0000","last_active":"2024-09-13T15:06:31.605816+0000","last_peered":"2024-09-13T15:06:31.605816+0000","last_clean":"2024-09-13T15:06:31.605816+0000","last_became_active":"2024-09-13T15:03:51.623539+0000","last_became_peered":"2024-09-13T15:03:51.623539+0000","last_unstale":"2024-09-13T15:06:31.605816+0000","last_undegraded":"2024-09-13T15:06:31.605816+0000","last_fullsized":"2024-09-13T15:06:31.605816+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:33:47.315017+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"10.9","version":"1434'13981","reported_seq":22893,"reported_epoch":1434,"state":"active+recovering+undersized+degraded+remapped","last_fresh":"2024-09-13T15:06:41.033895+0000","last_change":"2024-09-13T15:05:47.252497+0000","last_active":"2024-09-13T15:06:41.033895+0000","last_peered":"2024-09-13T15:06:41.033895+0000","last_clean":"2024-09-13T15:02:55.621196+0000","last_became_active":"2024-09-13T15:03:39.958397+0000","last_became_peered":"2024-09-13T15:03:39.958397+0000","last_unstale":"2024-09-13T15:06:41.033895+0000","last_undegraded":"2024-09-13T15:03:39.376570+0000","last_fullsized":"2024-09-13T15:03:39.346099+0000","mapping_epoch":1401,"log_start":"1411'7400","ondisk_log_start":"1411'7400","created":1390,"last_epoch_clean":1391,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":6581,"log_dups_size":0,"ondisk_log_size":6581,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:48:09.148535+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":18808832,"num_objects":287,"num_object_clones":0,"num_object_copies":861,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":393,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":287,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":13981,"num_write_kb":456576,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":4421,"num_bytes_recovered":34013184,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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],"avail_no_missing":["5","2"],"object_location_counts":[{"shards":"2,5","objects":-106}],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"1.2","version":"373'149","reported_seq":1717,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.606696+0000","last_change":"2024-09-13T15:03:38.357929+0000","last_active":"2024-09-13T15:06:31.606696+0000","last_peered":"2024-09-13T15:06:31.606696+0000","last_clean":"2024-09-13T15:06:31.606696+0000","last_became_active":"2024-09-13T15:03:38.357642+0000","last_became_peered":"2024-09-13T15:03:38.357642+0000","last_unstale":"2024-09-13T15:06:31.606696+0000","last_undegraded":"2024-09-13T15:06:31.606696+0000","last_fullsized":"2024-09-13T15:06:31.606696+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:45.571820+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:45.571820+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:40:09.261995+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.1","version":"0'0","reported_seq":204,"reported_epoch":1434,"state":"active+clean","last_fresh":"2024-09-13T15:06:40.655281+0000","last_change":"2024-09-13T15:05:51.737191+0000","last_active":"2024-09-13T15:06:40.655281+0000","last_peered":"2024-09-13T15:06:40.655281+0000","last_clean":"2024-09-13T15:06:40.655281+0000","last_became_active":"2024-09-13T15:05:51.736725+0000","last_became_peered":"2024-09-13T15:05:51.736725+0000","last_unstale":"2024-09-13T15:06:40.655281+0000","last_undegraded":"2024-09-13T15:06:40.655281+0000","last_fullsized":"2024-09-13T15:06:40.655281+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:40:12.764444+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00030931399999999999,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":197,"reported_epoch":1434,"state":"active+clean","last_fresh":"2024-09-13T15:06:40.654390+0000","last_change":"2024-09-13T15:01:09.621555+0000","last_active":"2024-09-13T15:06:40.654390+0000","last_peered":"2024-09-13T15:06:40.654390+0000","last_clean":"2024-09-13T15:06:40.654390+0000","last_became_active":"2024-09-13T15:01:09.621210+0000","last_became_peered":"2024-09-13T15:01:09.621210+0000","last_unstale":"2024-09-13T15:06:40.654390+0000","last_undegraded":"2024-09-13T15:06:40.654390+0000","last_fullsized":"2024-09-13T15:06:40.654390+0000","mapping_epoch":1341,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1342,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:08:11.168661+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.7","version":"0'0","reported_seq":119,"reported_epoch":1434,"state":"active+clean","last_fresh":"2024-09-13T15:06:40.654831+0000","last_change":"2024-09-13T15:03:51.620120+0000","last_active":"2024-09-13T15:06:40.654831+0000","last_peered":"2024-09-13T15:06:40.654831+0000","last_clean":"2024-09-13T15:06:40.654831+0000","last_became_active":"2024-09-13T15:03:51.619628+0000","last_became_peered":"2024-09-13T15:03:51.619628+0000","last_unstale":"2024-09-13T15:06:40.654831+0000","last_undegraded":"2024-09-13T15:06:40.654831+0000","last_fullsized":"2024-09-13T15:06:40.654831+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:01:31.123910+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"10.a","version":"1434'14482","reported_seq":14557,"reported_epoch":1434,"state":"active+recovery_wait+undersized+degraded+remapped","last_fresh":"2024-09-13T15:06:41.023131+0000","last_change":"2024-09-13T15:03:51.768474+0000","last_active":"2024-09-13T15:06:41.023131+0000","last_peered":"2024-09-13T15:06:41.023131+0000","last_clean":"2024-09-13T15:02:55.609927+0000","last_became_active":"2024-09-13T15:03:51.761697+0000","last_became_peered":"2024-09-13T15:03:51.761697+0000","last_unstale":"2024-09-13T15:06:41.023131+0000","last_undegraded":"2024-09-13T15:03:51.639487+0000","last_fullsized":"2024-09-13T15:03:51.611615+0000","mapping_epoch":1404,"log_start":"1411'7900","ondisk_log_start":"1411'7900","created":1390,"last_epoch_clean":1391,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":6582,"log_dups_size":0,"ondisk_log_size":6582,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:15:44.159140+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":17956864,"num_objects":274,"num_object_clones":0,"num_object_copies":822,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":5670,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":274,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":14482,"num_write_kb":472192,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[5,2],"avail_no_missing":["5","2"],"object_location_counts":[{"shards":"2,5","objects":-5396}],"blocked_by":[],"up_primary":0,"acting_primary":5,"purged_snaps":[]},{"pgid":"1.1","version":"373'149","reported_seq":1771,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.599348+0000","last_change":"2024-09-13T15:01:12.669020+0000","last_active":"2024-09-13T15:06:31.599348+0000","last_peered":"2024-09-13T15:06:31.599348+0000","last_clean":"2024-09-13T15:06:31.599348+0000","last_became_active":"2024-09-13T15:01:12.668669+0000","last_became_peered":"2024-09-13T15:01:12.668669+0000","last_unstale":"2024-09-13T15:06:31.599348+0000","last_undegraded":"2024-09-13T15:06:31.599348+0000","last_fullsized":"2024-09-13T15:06:31.599348+0000","mapping_epoch":1344,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1345,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:44.985050+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:44.985050+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:08:39.101982+0000","scrub_duration":0.0017537869999999999,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[5,0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.2","version":"65'2","reported_seq":1428,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.602891+0000","last_change":"2024-09-13T14:56:25.089588+0000","last_active":"2024-09-13T15:06:31.602891+0000","last_peered":"2024-09-13T15:06:31.602891+0000","last_clean":"2024-09-13T15:06:31.602891+0000","last_became_active":"2024-09-13T14:56:24.926628+0000","last_became_peered":"2024-09-13T14:56:24.926628+0000","last_unstale":"2024-09-13T15:06:31.602891+0000","last_undegraded":"2024-09-13T15:06:31.602891+0000","last_fullsized":"2024-09-13T15:06:31.602891+0000","mapping_epoch":1264,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1265,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-14T20:55:55.656534+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00094368000000000002,"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":1,"num_bytes_recovered":19,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"3.3","version":"0'0","reported_seq":168,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.601749+0000","last_change":"2024-09-13T14:57:14.902547+0000","last_active":"2024-09-13T15:06:31.601749+0000","last_peered":"2024-09-13T15:06:31.601749+0000","last_clean":"2024-09-13T15:06:31.601749+0000","last_became_active":"2024-09-13T14:57:14.902293+0000","last_became_peered":"2024-09-13T14:57:14.902293+0000","last_unstale":"2024-09-13T15:06:31.601749+0000","last_undegraded":"2024-09-13T15:06:31.601749+0000","last_fullsized":"2024-09-13T15:06:31.601749+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:56:57.423234+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.4","version":"0'0","reported_seq":204,"reported_epoch":1434,"state":"active+clean","last_fresh":"2024-09-13T15:06:40.654553+0000","last_change":"2024-09-13T15:01:24.976845+0000","last_active":"2024-09-13T15:06:40.654553+0000","last_peered":"2024-09-13T15:06:40.654553+0000","last_clean":"2024-09-13T15:06:40.654553+0000","last_became_active":"2024-09-13T15:01:24.976060+0000","last_became_peered":"2024-09-13T15:01:24.976060+0000","last_unstale":"2024-09-13T15:06:40.654553+0000","last_undegraded":"2024-09-13T15:06:40.654553+0000","last_fullsized":"2024-09-13T15:06:40.654553+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:53:30.324342+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[2,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"10.c","version":"1433'14271","reported_seq":14371,"reported_epoch":1433,"state":"active+recovery_wait+undersized+degraded+remapped","last_fresh":"2024-09-13T15:06:39.869986+0000","last_change":"2024-09-13T15:03:39.957718+0000","last_active":"2024-09-13T15:06:39.869986+0000","last_peered":"2024-09-13T15:06:39.869986+0000","last_clean":"2024-09-13T15:02:55.621914+0000","last_became_active":"2024-09-13T15:03:39.922868+0000","last_became_peered":"2024-09-13T15:03:39.922868+0000","last_unstale":"2024-09-13T15:06:39.869986+0000","last_undegraded":"2024-09-13T15:03:39.379877+0000","last_fullsized":"2024-09-13T15:03:39.345688+0000","mapping_epoch":1401,"log_start":"1412'8300","ondisk_log_start":"1412'8300","created":1390,"last_epoch_clean":1391,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":5971,"log_dups_size":0,"ondisk_log_size":5971,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"no scrub is scheduled","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":22478848,"num_objects":343,"num_object_clones":0,"num_object_copies":1029,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":4845,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":343,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":14271,"num_write_kb":467648,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":131072,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[0,4],"avail_no_missing":["0","4"],"object_location_counts":[{"shards":"0,4","objects":-4502}],"blocked_by":[],"up_primary":7,"acting_primary":0,"purged_snaps":[]},{"pgid":"1.7","version":"373'149","reported_seq":1676,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.612880+0000","last_change":"2024-09-13T15:06:01.469716+0000","last_active":"2024-09-13T15:06:31.612880+0000","last_peered":"2024-09-13T15:06:31.612880+0000","last_clean":"2024-09-13T15:06:31.612880+0000","last_became_active":"2024-09-13T15:05:54.405373+0000","last_became_peered":"2024-09-13T15:05:54.405373+0000","last_unstale":"2024-09-13T15:06:31.612880+0000","last_undegraded":"2024-09-13T15:06:31.612880+0000","last_fullsized":"2024-09-13T15:06:31.612880+0000","mapping_epoch":1425,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1426,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:06:01.469635+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:06:01.469635+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:12:02.151647+0000","scrub_duration":5,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[3,7,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.5","version":"0'0","reported_seq":1489,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.599603+0000","last_change":"2024-09-13T15:01:24.988475+0000","last_active":"2024-09-13T15:06:31.599603+0000","last_peered":"2024-09-13T15:06:31.599603+0000","last_clean":"2024-09-13T15:06:31.599603+0000","last_became_active":"2024-09-13T15:01:24.988142+0000","last_became_peered":"2024-09-13T15:01:24.988142+0000","last_unstale":"2024-09-13T15:06:31.599603+0000","last_undegraded":"2024-09-13T15:06:31.599603+0000","last_fullsized":"2024-09-13T15:06:31.599603+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:45:39.600773+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.4","version":"0'0","reported_seq":2070,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.604480+0000","last_change":"2024-09-13T15:03:38.353803+0000","last_active":"2024-09-13T15:06:31.604480+0000","last_peered":"2024-09-13T15:06:31.604480+0000","last_clean":"2024-09-13T15:06:31.604480+0000","last_became_active":"2024-09-13T15:03:38.353451+0000","last_became_peered":"2024-09-13T15:03:38.353451+0000","last_unstale":"2024-09-13T15:06:31.604480+0000","last_undegraded":"2024-09-13T15:06:31.604480+0000","last_fullsized":"2024-09-13T15:06:31.604480+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:29:47.331237+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00031535100000000001,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[0,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"4.2","version":"0'0","reported_seq":1693,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.603028+0000","last_change":"2024-09-13T14:57:14.909267+0000","last_active":"2024-09-13T15:06:31.603028+0000","last_peered":"2024-09-13T15:06:31.603028+0000","last_clean":"2024-09-13T15:06:31.603028+0000","last_became_active":"2024-09-13T14:57:14.908962+0000","last_became_peered":"2024-09-13T14:57:14.908962+0000","last_unstale":"2024-09-13T15:06:31.603028+0000","last_undegraded":"2024-09-13T15:06:31.603028+0000","last_fullsized":"2024-09-13T15:06:31.603028+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:16:41.040247+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[5,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"10.d","version":"1434'14474","reported_seq":14529,"reported_epoch":1434,"state":"active+clean","last_fresh":"2024-09-13T15:06:40.721833+0000","last_change":"2024-09-13T15:02:47.599770+0000","last_active":"2024-09-13T15:06:40.721833+0000","last_peered":"2024-09-13T15:06:40.721833+0000","last_clean":"2024-09-13T15:06:40.721833+0000","last_became_active":"2024-09-13T15:02:47.599552+0000","last_became_peered":"2024-09-13T15:02:47.599552+0000","last_unstale":"2024-09-13T15:06:40.721833+0000","last_undegraded":"2024-09-13T15:06:40.721833+0000","last_fullsized":"2024-09-13T15:06:40.721833+0000","mapping_epoch":1390,"log_start":"1417'9500","ondisk_log_start":"1417'9500","created":1390,"last_epoch_clean":1391,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":4974,"log_dups_size":0,"ondisk_log_size":4974,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:56:34.704394+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":21561368,"num_objects":330,"num_object_clones":0,"num_object_copies":990,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":330,"num_whiteouts":0,"num_read":1,"num_read_kb":1,"num_write":14474,"num_write_kb":473665,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"1.6","version":"373'149","reported_seq":1877,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.606317+0000","last_change":"2024-09-13T15:05:54.416545+0000","last_active":"2024-09-13T15:06:31.606317+0000","last_peered":"2024-09-13T15:06:31.606317+0000","last_clean":"2024-09-13T15:06:31.606317+0000","last_became_active":"2024-09-13T15:05:54.414577+0000","last_became_peered":"2024-09-13T15:05:54.414577+0000","last_unstale":"2024-09-13T15:06:31.606317+0000","last_undegraded":"2024-09-13T15:06:31.606317+0000","last_fullsized":"2024-09-13T15:06:31.606317+0000","mapping_epoch":1425,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1426,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:47.545603+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:47.545603+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:19:04.777726+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.4","version":"0'0","reported_seq":197,"reported_epoch":1434,"state":"active+clean","last_fresh":"2024-09-13T15:06:40.654668+0000","last_change":"2024-09-13T15:01:09.626775+0000","last_active":"2024-09-13T15:06:40.654668+0000","last_peered":"2024-09-13T15:06:40.654668+0000","last_clean":"2024-09-13T15:06:40.654668+0000","last_became_active":"2024-09-13T15:01:09.626498+0000","last_became_peered":"2024-09-13T15:01:09.626498+0000","last_unstale":"2024-09-13T15:06:40.654668+0000","last_undegraded":"2024-09-13T15:06:40.654668+0000","last_fullsized":"2024-09-13T15:06:40.654668+0000","mapping_epoch":1341,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1342,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:39:58.054131+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[2,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"2.5","version":"0'0","reported_seq":101,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.605766+0000","last_change":"2024-09-13T15:03:38.351643+0000","last_active":"2024-09-13T15:06:31.605766+0000","last_peered":"2024-09-13T15:06:31.605766+0000","last_clean":"2024-09-13T15:06:31.605766+0000","last_became_active":"2024-09-13T15:03:38.350507+0000","last_became_peered":"2024-09-13T15:03:38.350507+0000","last_unstale":"2024-09-13T15:06:31.605766+0000","last_undegraded":"2024-09-13T15:06:31.605766+0000","last_fullsized":"2024-09-13T15:06:31.605766+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:55:27.075999+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000327091,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.3","version":"0'0","reported_seq":2080,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.605426+0000","last_change":"2024-09-13T15:03:38.350008+0000","last_active":"2024-09-13T15:06:31.605426+0000","last_peered":"2024-09-13T15:06:31.605426+0000","last_clean":"2024-09-13T15:06:31.605426+0000","last_became_active":"2024-09-13T15:03:38.348336+0000","last_became_peered":"2024-09-13T15:03:38.348336+0000","last_unstale":"2024-09-13T15:06:31.605426+0000","last_undegraded":"2024-09-13T15:06:31.605426+0000","last_fullsized":"2024-09-13T15:06:31.605426+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:53:36.912607+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"10.e","version":"1434'14151","reported_seq":14205,"reported_epoch":1434,"state":"active+clean","last_fresh":"2024-09-13T15:06:40.662617+0000","last_change":"2024-09-13T15:02:47.594827+0000","last_active":"2024-09-13T15:06:40.662617+0000","last_peered":"2024-09-13T15:06:40.662617+0000","last_clean":"2024-09-13T15:06:40.662617+0000","last_became_active":"2024-09-13T15:02:47.594520+0000","last_became_peered":"2024-09-13T15:02:47.594520+0000","last_unstale":"2024-09-13T15:06:40.662617+0000","last_undegraded":"2024-09-13T15:06:40.662617+0000","last_fullsized":"2024-09-13T15:06:40.662617+0000","mapping_epoch":1390,"log_start":"1416'9200","ondisk_log_start":"1416'9200","created":1390,"last_epoch_clean":1391,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":4951,"log_dups_size":0,"ondisk_log_size":4951,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:39:22.986239+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":17891328,"num_objects":273,"num_object_clones":0,"num_object_copies":819,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":273,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":14151,"num_write_kb":461568,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,5],"acting":[4,2,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"1.5","version":"373'149","reported_seq":1809,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.609097+0000","last_change":"2024-09-13T15:01:12.672283+0000","last_active":"2024-09-13T15:06:31.609097+0000","last_peered":"2024-09-13T15:06:31.609097+0000","last_clean":"2024-09-13T15:06:31.609097+0000","last_became_active":"2024-09-13T15:01:12.671951+0000","last_became_peered":"2024-09-13T15:01:12.671951+0000","last_unstale":"2024-09-13T15:06:31.609097+0000","last_undegraded":"2024-09-13T15:06:31.609097+0000","last_fullsized":"2024-09-13T15:06:31.609097+0000","mapping_epoch":1344,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1345,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:53.120435+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:53.120435+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:59:42.418629+0000","scrub_duration":0.001555313,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,5],"acting":[4,2,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.7","version":"70'2","reported_seq":201,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.612190+0000","last_change":"2024-09-13T15:03:38.347346+0000","last_active":"2024-09-13T15:06:31.612190+0000","last_peered":"2024-09-13T15:06:31.612190+0000","last_clean":"2024-09-13T15:06:31.612190+0000","last_became_active":"2024-09-13T15:03:38.346858+0000","last_became_peered":"2024-09-13T15:03:38.346858+0000","last_unstale":"2024-09-13T15:06:31.612190+0000","last_undegraded":"2024-09-13T15:06:31.612190+0000","last_fullsized":"2024-09-13T15:06:31.612190+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T21:34:18.078474+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":2,"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":[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":"0'0","reported_seq":195,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.603689+0000","last_change":"2024-09-13T15:01:24.977687+0000","last_active":"2024-09-13T15:06:31.603689+0000","last_peered":"2024-09-13T15:06:31.603689+0000","last_clean":"2024-09-13T15:06:31.603689+0000","last_became_active":"2024-09-13T15:01:24.976347+0000","last_became_peered":"2024-09-13T15:01:24.976347+0000","last_unstale":"2024-09-13T15:06:31.603689+0000","last_undegraded":"2024-09-13T15:06:31.603689+0000","last_fullsized":"2024-09-13T15:06:31.603689+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:05:48.871297+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.0","version":"0'0","reported_seq":32,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.609627+0000","last_change":"2024-09-13T15:05:51.739298+0000","last_active":"2024-09-13T15:06:31.609627+0000","last_peered":"2024-09-13T15:06:31.609627+0000","last_clean":"2024-09-13T15:06:31.609627+0000","last_became_active":"2024-09-13T15:05:51.738901+0000","last_became_peered":"2024-09-13T15:05:51.738901+0000","last_unstale":"2024-09-13T15:06:31.609627+0000","last_undegraded":"2024-09-13T15:06:31.609627+0000","last_fullsized":"2024-09-13T15:06:31.609627+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:04:27.190615+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"10.f","version":"1433'14148","reported_seq":14246,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:39.059882+0000","last_change":"2024-09-13T15:02:47.601931+0000","last_active":"2024-09-13T15:06:39.059882+0000","last_peered":"2024-09-13T15:06:39.059882+0000","last_clean":"2024-09-13T15:06:39.059882+0000","last_became_active":"2024-09-13T15:02:47.601593+0000","last_became_peered":"2024-09-13T15:02:47.601593+0000","last_unstale":"2024-09-13T15:06:39.059882+0000","last_undegraded":"2024-09-13T15:06:39.059882+0000","last_fullsized":"2024-09-13T15:06:39.059882+0000","mapping_epoch":1390,"log_start":"1413'8434","ondisk_log_start":"1413'8434","created":1390,"last_epoch_clean":1391,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:02:46.572296+0000","last_clean_scrub_stamp":"2024-09-13T15:02:46.572296+0000","objects_scrubbed":0,"log_size":5714,"log_dups_size":0,"ondisk_log_size":5714,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:52:11.243755+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":23461888,"num_objects":358,"num_object_clones":0,"num_object_copies":1074,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":358,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":14148,"num_write_kb":464192,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,4],"acting":[3,2,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"1.4","version":"373'149","reported_seq":1857,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.614661+0000","last_change":"2024-09-13T15:03:38.347914+0000","last_active":"2024-09-13T15:06:31.614661+0000","last_peered":"2024-09-13T15:06:31.614661+0000","last_clean":"2024-09-13T15:06:31.614661+0000","last_became_active":"2024-09-13T15:03:38.347486+0000","last_became_peered":"2024-09-13T15:03:38.347486+0000","last_unstale":"2024-09-13T15:06:31.614661+0000","last_undegraded":"2024-09-13T15:06:31.614661+0000","last_fullsized":"2024-09-13T15:06:31.614661+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:01:29.028945+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:01:29.028945+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:05:18.331893+0000","scrub_duration":15,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[3,5,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.6","version":"70'1","reported_seq":73,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.606094+0000","last_change":"2024-09-13T15:05:47.254193+0000","last_active":"2024-09-13T15:06:31.606094+0000","last_peered":"2024-09-13T15:06:31.606094+0000","last_clean":"2024-09-13T15:06:31.606094+0000","last_became_active":"2024-09-13T15:03:51.622162+0000","last_became_peered":"2024-09-13T15:03:51.622162+0000","last_unstale":"2024-09-13T15:06:31.606094+0000","last_undegraded":"2024-09-13T15:06:31.606094+0000","last_fullsized":"2024-09-13T15:06:31.606094+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1419,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T18:10:03.754733+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":3,"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,1,4],"acting":[0,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.7","version":"0'0","reported_seq":146,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.606448+0000","last_change":"2024-09-13T15:03:38.350529+0000","last_active":"2024-09-13T15:06:31.606448+0000","last_peered":"2024-09-13T15:06:31.606448+0000","last_clean":"2024-09-13T15:06:31.606448+0000","last_became_active":"2024-09-13T15:03:38.348433+0000","last_became_peered":"2024-09-13T15:03:38.348433+0000","last_unstale":"2024-09-13T15:06:31.606448+0000","last_undegraded":"2024-09-13T15:06:31.606448+0000","last_fullsized":"2024-09-13T15:06:31.606448+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:33:01.473730+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029877400000000002,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[7,2,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.1","version":"0'0","reported_seq":168,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.607586+0000","last_change":"2024-09-13T14:57:14.896516+0000","last_active":"2024-09-13T15:06:31.607586+0000","last_peered":"2024-09-13T15:06:31.607586+0000","last_clean":"2024-09-13T15:06:31.607586+0000","last_became_active":"2024-09-13T14:57:14.896208+0000","last_became_peered":"2024-09-13T14:57:14.896208+0000","last_unstale":"2024-09-13T15:06:31.607586+0000","last_undegraded":"2024-09-13T15:06:31.607586+0000","last_fullsized":"2024-09-13T15:06:31.607586+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:41:18.049255+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"4.13","version":"0'0","reported_seq":168,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:35.728593+0000","last_change":"2024-09-13T14:57:14.905886+0000","last_active":"2024-09-13T15:06:35.728593+0000","last_peered":"2024-09-13T15:06:35.728593+0000","last_clean":"2024-09-13T15:06:35.728593+0000","last_became_active":"2024-09-13T14:57:14.905522+0000","last_became_peered":"2024-09-13T14:57:14.905522+0000","last_unstale":"2024-09-13T15:06:35.728593+0000","last_undegraded":"2024-09-13T15:06:35.728593+0000","last_fullsized":"2024-09-13T15:06:35.728593+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:15:11.492951+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[4,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.14","version":"455'23","reported_seq":231,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:35.728644+0000","last_change":"2024-09-13T15:03:38.355028+0000","last_active":"2024-09-13T15:06:35.728644+0000","last_peered":"2024-09-13T15:06:35.728644+0000","last_clean":"2024-09-13T15:06:35.728644+0000","last_became_active":"2024-09-13T15:03:38.354646+0000","last_became_peered":"2024-09-13T15:03:38.354646+0000","last_unstale":"2024-09-13T15:06:35.728644+0000","last_undegraded":"2024-09-13T15:06:35.728644+0000","last_fullsized":"2024-09-13T15:06:35.728644+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":23,"log_dups_size":0,"ondisk_log_size":23,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:45:54.923031+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":4756,"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":23,"num_write_kb":20,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":20,"num_bytes_recovered":23780,"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":[4,7,2],"acting":[4,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.12","version":"0'0","reported_seq":197,"reported_epoch":1434,"state":"active+clean","last_fresh":"2024-09-13T15:06:40.661220+0000","last_change":"2024-09-13T15:01:09.619289+0000","last_active":"2024-09-13T15:06:40.661220+0000","last_peered":"2024-09-13T15:06:40.661220+0000","last_clean":"2024-09-13T15:06:40.661220+0000","last_became_active":"2024-09-13T15:01:09.618935+0000","last_became_peered":"2024-09-13T15:01:09.618935+0000","last_unstale":"2024-09-13T15:06:40.661220+0000","last_undegraded":"2024-09-13T15:06:40.661220+0000","last_fullsized":"2024-09-13T15:06:40.661220+0000","mapping_epoch":1341,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1342,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:11:34.367502+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.15","version":"70'3","reported_seq":149,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.606886+0000","last_change":"2024-09-13T15:03:38.351650+0000","last_active":"2024-09-13T15:06:31.606886+0000","last_peered":"2024-09-13T15:06:31.606886+0000","last_clean":"2024-09-13T15:06:31.606886+0000","last_became_active":"2024-09-13T15:03:38.350405+0000","last_became_peered":"2024-09-13T15:03:38.350405+0000","last_unstale":"2024-09-13T15:06:31.606886+0000","last_undegraded":"2024-09-13T15:06:31.606886+0000","last_fullsized":"2024-09-13T15:06:31.606886+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T15:39:09.711845+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":6,"num_bytes_recovered":270,"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,3,4],"acting":[7,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.14","version":"373'149","reported_seq":1828,"reported_epoch":1434,"state":"active+clean","last_fresh":"2024-09-13T15:06:40.654747+0000","last_change":"2024-09-13T15:03:38.353142+0000","last_active":"2024-09-13T15:06:40.654747+0000","last_peered":"2024-09-13T15:06:40.654747+0000","last_clean":"2024-09-13T15:06:40.654747+0000","last_became_active":"2024-09-13T15:03:38.352816+0000","last_became_peered":"2024-09-13T15:03:38.352816+0000","last_unstale":"2024-09-13T15:06:40.654747+0000","last_undegraded":"2024-09-13T15:06:40.654747+0000","last_fullsized":"2024-09-13T15:06:40.654747+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:01:25.087696+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:01:25.087696+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:54:01.274831+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[2,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.16","version":"0'0","reported_seq":1461,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.603053+0000","last_change":"2024-09-13T15:03:38.347080+0000","last_active":"2024-09-13T15:06:31.603053+0000","last_peered":"2024-09-13T15:06:31.603053+0000","last_clean":"2024-09-13T15:06:31.603053+0000","last_became_active":"2024-09-13T15:03:38.346731+0000","last_became_peered":"2024-09-13T15:03:38.346731+0000","last_unstale":"2024-09-13T15:06:31.603053+0000","last_undegraded":"2024-09-13T15:06:31.603053+0000","last_fullsized":"2024-09-13T15:06:31.603053+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:12:59.793120+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.11","version":"0'0","reported_seq":197,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.610542+0000","last_change":"2024-09-13T15:03:38.347061+0000","last_active":"2024-09-13T15:06:31.610542+0000","last_peered":"2024-09-13T15:06:31.610542+0000","last_clean":"2024-09-13T15:06:31.610542+0000","last_became_active":"2024-09-13T15:03:38.346728+0000","last_became_peered":"2024-09-13T15:03:38.346728+0000","last_unstale":"2024-09-13T15:06:31.610542+0000","last_undegraded":"2024-09-13T15:06:31.610542+0000","last_fullsized":"2024-09-13T15:06:31.610542+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:27:43.708101+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[3,7,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.17","version":"0'0","reported_seq":2079,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.604034+0000","last_change":"2024-09-13T15:01:24.980537+0000","last_active":"2024-09-13T15:06:31.604034+0000","last_peered":"2024-09-13T15:06:31.604034+0000","last_clean":"2024-09-13T15:06:31.604034+0000","last_became_active":"2024-09-13T15:01:24.980250+0000","last_became_peered":"2024-09-13T15:01:24.980250+0000","last_unstale":"2024-09-13T15:06:31.604034+0000","last_undegraded":"2024-09-13T15:06:31.604034+0000","last_fullsized":"2024-09-13T15:06:31.604034+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:24:28.559561+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.10","version":"0'0","reported_seq":186,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.610045+0000","last_change":"2024-09-13T15:01:24.974745+0000","last_active":"2024-09-13T15:06:31.610045+0000","last_peered":"2024-09-13T15:06:31.610045+0000","last_clean":"2024-09-13T15:06:31.610045+0000","last_became_active":"2024-09-13T15:01:24.974421+0000","last_became_peered":"2024-09-13T15:01:24.974421+0000","last_unstale":"2024-09-13T15:06:31.610045+0000","last_undegraded":"2024-09-13T15:06:31.610045+0000","last_fullsized":"2024-09-13T15:06:31.610045+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:28:38.841799+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"4.1f","version":"0'0","reported_seq":1263,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.599292+0000","last_change":"2024-09-13T14:56:24.931876+0000","last_active":"2024-09-13T15:06:31.599292+0000","last_peered":"2024-09-13T15:06:31.599292+0000","last_clean":"2024-09-13T15:06:31.599292+0000","last_became_active":"2024-09-13T14:56:24.931589+0000","last_became_peered":"2024-09-13T14:56:24.931589+0000","last_unstale":"2024-09-13T15:06:31.599292+0000","last_undegraded":"2024-09-13T15:06:31.599292+0000","last_fullsized":"2024-09-13T15:06:31.599292+0000","mapping_epoch":1264,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1265,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:34:37.022035+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"3.18","version":"0'0","reported_seq":193,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.609958+0000","last_change":"2024-09-13T15:03:51.627446+0000","last_active":"2024-09-13T15:06:31.609958+0000","last_peered":"2024-09-13T15:06:31.609958+0000","last_clean":"2024-09-13T15:06:31.609958+0000","last_became_active":"2024-09-13T15:03:51.627121+0000","last_became_peered":"2024-09-13T15:03:51.627121+0000","last_unstale":"2024-09-13T15:06:31.609958+0000","last_undegraded":"2024-09-13T15:06:31.609958+0000","last_fullsized":"2024-09-13T15:06:31.609958+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:48:38.869948+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1e","version":"0'0","reported_seq":2121,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.605999+0000","last_change":"2024-09-13T15:05:51.741349+0000","last_active":"2024-09-13T15:06:31.605999+0000","last_peered":"2024-09-13T15:06:31.605999+0000","last_clean":"2024-09-13T15:06:31.605999+0000","last_became_active":"2024-09-13T15:05:51.741016+0000","last_became_peered":"2024-09-13T15:05:51.741016+0000","last_unstale":"2024-09-13T15:06:31.605999+0000","last_undegraded":"2024-09-13T15:06:31.605999+0000","last_fullsized":"2024-09-13T15:06:31.605999+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:24:57.100933+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.19","version":"0'0","reported_seq":2086,"reported_epoch":1434,"state":"active+clean","last_fresh":"2024-09-13T15:06:40.656385+0000","last_change":"2024-09-13T15:01:24.971960+0000","last_active":"2024-09-13T15:06:40.656385+0000","last_peered":"2024-09-13T15:06:40.656385+0000","last_clean":"2024-09-13T15:06:40.656385+0000","last_became_active":"2024-09-13T15:01:24.971517+0000","last_became_peered":"2024-09-13T15:01:24.971517+0000","last_unstale":"2024-09-13T15:06:40.656385+0000","last_undegraded":"2024-09-13T15:06:40.656385+0000","last_fullsized":"2024-09-13T15:06:40.656385+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:30:11.660530+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1d","version":"0'0","reported_seq":186,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.617452+0000","last_change":"2024-09-13T15:01:24.976076+0000","last_active":"2024-09-13T15:06:31.617452+0000","last_peered":"2024-09-13T15:06:31.617452+0000","last_clean":"2024-09-13T15:06:31.617452+0000","last_became_active":"2024-09-13T15:01:24.975757+0000","last_became_peered":"2024-09-13T15:01:24.975757+0000","last_unstale":"2024-09-13T15:06:31.617452+0000","last_undegraded":"2024-09-13T15:06:31.617452+0000","last_fullsized":"2024-09-13T15:06:31.617452+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:12:40.080845+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"3.1a","version":"70'1","reported_seq":176,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.601128+0000","last_change":"2024-09-13T15:01:09.621644+0000","last_active":"2024-09-13T15:06:31.601128+0000","last_peered":"2024-09-13T15:06:31.601128+0000","last_clean":"2024-09-13T15:06:31.601128+0000","last_became_active":"2024-09-13T15:01:09.620336+0000","last_became_peered":"2024-09-13T15:01:09.620336+0000","last_unstale":"2024-09-13T15:06:31.601128+0000","last_undegraded":"2024-09-13T15:06:31.601128+0000","last_fullsized":"2024-09-13T15:06:31.601128+0000","mapping_epoch":1341,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1342,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T20:00:35.360146+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1c","version":"0'0","reported_seq":204,"reported_epoch":1434,"state":"active+clean","last_fresh":"2024-09-13T15:06:40.654841+0000","last_change":"2024-09-13T15:01:24.976370+0000","last_active":"2024-09-13T15:06:40.654841+0000","last_peered":"2024-09-13T15:06:40.654841+0000","last_clean":"2024-09-13T15:06:40.654841+0000","last_became_active":"2024-09-13T15:01:24.975596+0000","last_became_peered":"2024-09-13T15:01:24.975596+0000","last_unstale":"2024-09-13T15:06:40.654841+0000","last_undegraded":"2024-09-13T15:06:40.654841+0000","last_fullsized":"2024-09-13T15:06:40.654841+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:13:32.203601+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[2,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.1b","version":"70'1","reported_seq":69,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.605069+0000","last_change":"2024-09-13T15:03:51.621572+0000","last_active":"2024-09-13T15:06:31.605069+0000","last_peered":"2024-09-13T15:06:31.605069+0000","last_clean":"2024-09-13T15:06:31.605069+0000","last_became_active":"2024-09-13T15:03:51.621247+0000","last_became_peered":"2024-09-13T15:03:51.621247+0000","last_unstale":"2024-09-13T15:06:31.605069+0000","last_undegraded":"2024-09-13T15:06:31.605069+0000","last_fullsized":"2024-09-13T15:06:31.605069+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T00:42:04.854905+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1b","version":"0'0","reported_seq":203,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.601868+0000","last_change":"2024-09-13T15:01:24.977220+0000","last_active":"2024-09-13T15:06:31.601868+0000","last_peered":"2024-09-13T15:06:31.601868+0000","last_clean":"2024-09-13T15:06:31.601868+0000","last_became_active":"2024-09-13T15:01:24.976741+0000","last_became_peered":"2024-09-13T15:01:24.976741+0000","last_unstale":"2024-09-13T15:06:31.601868+0000","last_undegraded":"2024-09-13T15:06:31.601868+0000","last_fullsized":"2024-09-13T15:06:31.601868+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:58:20.383610+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,3,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1c","version":"70'2","reported_seq":1443,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.599223+0000","last_change":"2024-09-13T14:57:15.014505+0000","last_active":"2024-09-13T15:06:31.599223+0000","last_peered":"2024-09-13T15:06:31.599223+0000","last_clean":"2024-09-13T15:06:31.599223+0000","last_became_active":"2024-09-13T14:57:14.993038+0000","last_became_peered":"2024-09-13T14:57:14.993038+0000","last_unstale":"2024-09-13T15:06:31.599223+0000","last_undegraded":"2024-09-13T15:06:31.599223+0000","last_fullsized":"2024-09-13T15:06:31.599223+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T14:36:30.851322+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":4,"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":[5,4,1],"acting":[5,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.1a","version":"0'0","reported_seq":194,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.601009+0000","last_change":"2024-09-13T15:01:24.976575+0000","last_active":"2024-09-13T15:06:31.601009+0000","last_peered":"2024-09-13T15:06:31.601009+0000","last_clean":"2024-09-13T15:06:31.601009+0000","last_became_active":"2024-09-13T15:01:24.976122+0000","last_became_peered":"2024-09-13T15:01:24.976122+0000","last_unstale":"2024-09-13T15:06:31.601009+0000","last_undegraded":"2024-09-13T15:06:31.601009+0000","last_fullsized":"2024-09-13T15:06:31.601009+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:25:55.386466+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[4,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1d","version":"70'2","reported_seq":1431,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.599535+0000","last_change":"2024-09-13T14:57:14.995153+0000","last_active":"2024-09-13T15:06:31.599535+0000","last_peered":"2024-09-13T15:06:31.599535+0000","last_clean":"2024-09-13T15:06:31.599535+0000","last_became_active":"2024-09-13T14:57:14.955820+0000","last_became_peered":"2024-09-13T14:57:14.955820+0000","last_unstale":"2024-09-13T15:06:31.599535+0000","last_undegraded":"2024-09-13T15:06:31.599535+0000","last_fullsized":"2024-09-13T15:06:31.599535+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T02:09:07.710606+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":3,"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":[5,4,1],"acting":[5,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.19","version":"0'0","reported_seq":186,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.610387+0000","last_change":"2024-09-13T15:01:24.975308+0000","last_active":"2024-09-13T15:06:31.610387+0000","last_peered":"2024-09-13T15:06:31.610387+0000","last_clean":"2024-09-13T15:06:31.610387+0000","last_became_active":"2024-09-13T15:01:24.974989+0000","last_became_peered":"2024-09-13T15:01:24.974989+0000","last_unstale":"2024-09-13T15:06:31.610387+0000","last_undegraded":"2024-09-13T15:06:31.610387+0000","last_fullsized":"2024-09-13T15:06:31.610387+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:22:58.631475+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,0],"acting":[3,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1e","version":"70'1","reported_seq":187,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.612079+0000","last_change":"2024-09-13T15:01:24.986072+0000","last_active":"2024-09-13T15:06:31.612079+0000","last_peered":"2024-09-13T15:06:31.612079+0000","last_clean":"2024-09-13T15:06:31.612079+0000","last_became_active":"2024-09-13T15:01:24.985247+0000","last_became_peered":"2024-09-13T15:01:24.985247+0000","last_unstale":"2024-09-13T15:06:31.612079+0000","last_undegraded":"2024-09-13T15:06:31.612079+0000","last_fullsized":"2024-09-13T15:06:31.612079+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T14:34:52.287383+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,1],"acting":[3,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.18","version":"0'0","reported_seq":184,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.607462+0000","last_change":"2024-09-13T15:05:51.743211+0000","last_active":"2024-09-13T15:06:31.607462+0000","last_peered":"2024-09-13T15:06:31.607462+0000","last_clean":"2024-09-13T15:06:31.607462+0000","last_became_active":"2024-09-13T15:05:51.742849+0000","last_became_peered":"2024-09-13T15:05:51.742849+0000","last_unstale":"2024-09-13T15:06:31.607462+0000","last_undegraded":"2024-09-13T15:06:31.607462+0000","last_fullsized":"2024-09-13T15:06:31.607462+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:51:58.508631+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1f","version":"70'4","reported_seq":75,"reported_epoch":1433,"state":"active+clean","last_fresh":"2024-09-13T15:06:31.603823+0000","last_change":"2024-09-13T15:05:47.245115+0000","last_active":"2024-09-13T15:06:31.603823+0000","last_peered":"2024-09-13T15:06:31.603823+0000","last_clean":"2024-09-13T15:06:31.603823+0000","last_became_active":"2024-09-13T15:03:51.620936+0000","last_became_peered":"2024-09-13T15:03:51.620936+0000","last_unstale":"2024-09-13T15:06:31.603823+0000","last_undegraded":"2024-09-13T15:06:31.603823+0000","last_fullsized":"2024-09-13T15:06:31.603823+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1419,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T00:58:17.705835+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":14,"num_bytes_recovered":4074,"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,5,2],"acting":[0,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]}],"pool_stats":[{"poolid":10,"num_pg":16,"stat_sum":{"num_bytes":315949080,"num_objects":4822,"num_object_clones":0,"num_object_copies":14466,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":16042,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":4822,"num_whiteouts":0,"num_read":1,"num_read_kb":1,"num_write":230040,"num_write_kb":7515521,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":19752,"num_bytes_recovered":1038614528,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":1527853056,"data_stored":1527840840,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":98972,"ondisk_log_size":98972,"up":48,"acting":43,"num_store_stats":7},{"poolid":4,"num_pg":32,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":96,"acting":96,"num_store_stats":8},{"poolid":3,"num_pg":32,"stat_sum":{"num_bytes":5554,"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":62,"num_write_kb":31,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":91,"num_bytes_recovered":28572,"num_keys_recovered":30,"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":122880,"data_stored":22104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":23634,"internal_metadata":0},"log_size":56,"ondisk_log_size":56,"up":96,"acting":96,"num_store_stats":8},{"poolid":2,"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":8,"num_bytes_recovered":19,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":16384,"data_stored":76,"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":1,"num_pg":21,"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":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":5,"num_bytes_recovered":1378432,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":2375680,"data_stored":2361472,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":3129,"ondisk_log_size":3129,"up":63,"acting":63,"num_store_stats":8}],"osd_stats":[{"osd":7,"up_from":1400,"seq":6012954214438,"num_pgs":45,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":312500,"kb_used_data":114412,"kb_used_omap":66,"kb_used_meta":198013,"kb_avail":93432652,"statfs":{"total":95995035648,"available":95675035648,"internally_reserved":0,"allocated":117157888,"data_stored":114226272,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":67622,"internal_metadata":202766298},"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":0,"seq":5248450035880,"num_pgs":0,"num_osds":0,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":0,"kb_used":0,"kb_used_data":0,"kb_used_omap":0,"kb_used_meta":0,"kb_avail":0,"statfs":{"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},"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":[]},{"osd":5,"up_from":38,"seq":163208757850,"num_pgs":46,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1401236,"kb_used_data":125516,"kb_used_omap":1,"kb_used_meta":1275710,"kb_avail":92343916,"statfs":{"total":95995035648,"available":94560169984,"internally_reserved":0,"allocated":128528384,"data_stored":125615607,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":1306327494},"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":[]},{"osd":4,"up_from":30,"seq":128849019487,"num_pgs":61,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1201448,"kb_used_data":416480,"kb_used_omap":1,"kb_used_meta":784958,"kb_avail":92543704,"statfs":{"total":95995035648,"available":94764752896,"internally_reserved":0,"allocated":426475520,"data_stored":423548562,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":803797446},"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":[0,1,3,1,2],"upper_bound":32},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":3,"up_from":845,"seq":3629247365516,"num_pgs":53,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1156244,"kb_used_data":172300,"kb_used_omap":34,"kb_used_meta":983837,"kb_avail":92588908,"statfs":{"total":95995035648,"available":94811041792,"internally_reserved":0,"allocated":176435200,"data_stored":173521948,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":35801,"internal_metadata":1007449127},"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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[]},{"osd":2,"up_from":813,"seq":3491808412051,"num_pgs":34,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":756984,"kb_used_data":134700,"kb_used_omap":50,"kb_used_meta":622221,"kb_avail":92988168,"statfs":{"total":95995035648,"available":95219884032,"internally_reserved":0,"allocated":137932800,"data_stored":135003077,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":52011,"internal_metadata":637154517},"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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[]},{"osd":1,"up_from":780,"seq":3350074491290,"num_pgs":46,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1543512,"kb_used_data":409168,"kb_used_omap":30,"kb_used_meta":1134305,"kb_avail":92201640,"statfs":{"total":95995035648,"available":94414479360,"internally_reserved":0,"allocated":418988032,"data_stored":416078496,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":31404,"internal_metadata":1161528660},"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":[]},{"osd":0,"up_from":746,"seq":3204045603232,"num_pgs":51,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1307612,"kb_used_data":245332,"kb_used_omap":66,"kb_used_meta":1062205,"kb_avail":92437540,"statfs":{"total":95995035648,"available":94656040960,"internally_reserved":0,"allocated":251219968,"data_stored":248301031,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":68403,"internal_metadata":1087698125},"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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":327680,"data_stored":327680,"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":0,"data_stored":0,"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":266240,"data_stored":262688,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"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":327680,"data_stored":327680,"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":266240,"data_stored":262688,"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":0,"data_stored":0,"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":4096,"data_stored":19,"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":4096,"data_stored":19,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":4096,"data_stored":19,"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":4096,"data_stored":19,"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":0,"data_stored":0,"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":8192,"data_stored":604,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3890,"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":3041,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":20480,"data_stored":5372,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1366,"internal_metadata":0},{"poolid":3,"osd":3,"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":3176,"internal_metadata":0},{"poolid":3,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":24576,"data_stored":4902,"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":8192,"data_stored":652,"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":24576,"data_stored":5442,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5318,"internal_metadata":0},{"poolid":3,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":28672,"data_stored":4972,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":6843,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":10,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":225447936,"data_stored":225443864,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":10,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":405667840,"data_stored":405667840,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":10,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":124977152,"data_stored":124977152,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":10,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":154406912,"data_stored":154402840,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":10,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":403181568,"data_stored":403177496,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":10,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":109445120,"data_stored":109445120,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":10,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":104726528,"data_stored":104726528,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-13T15:06:46.306 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph status --format=json 2024-09-13T15:06:46.375 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:06:46.402 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:46.402 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:46.403 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:06:46.503 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:46.564 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:46.565 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:46.565 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:46.666 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:46.704 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:46.704 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:46.704 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:46.805 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:06:46.832 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:46.832 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:06:46.833 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:46.833 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:06:46.934 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:46.951 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Removed 117430 objects 2024-09-13T15:06:46.951 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Clean up completed and total clean up time :141.578 2024-09-13T15:06:46.960 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:46.960 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:46.961 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:06:46.966 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:46 smithi071 ceph-mon[107477]: pgmap v2298: 109 pgs: 1 active+recovery_wait, 1 active+recovering+undersized+degraded+remapped, 1 active+undersized+degraded+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 103 active+clean; 208 MiB data, 7.1 GiB used, 619 GiB / 626 GiB avail; 0 B/s wr, 1.02k op/s; 16042/10047 objects degraded (159.670%); 0 B/s, 105 objects/s recovering 2024-09-13T15:06:46.966 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:46 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T15:06:46.966 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:46 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:06:46.966 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:46 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:06:46.967 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:46 smithi071 ceph-mon[112785]: pgmap v2298: 109 pgs: 1 active+recovery_wait, 1 active+recovering+undersized+degraded+remapped, 1 active+undersized+degraded+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 103 active+clean; 208 MiB data, 7.1 GiB used, 619 GiB / 626 GiB avail; 0 B/s wr, 1.02k op/s; 16042/10047 objects degraded (159.670%); 0 B/s, 105 objects/s recovering 2024-09-13T15:06:46.967 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:46 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T15:06:46.967 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:46 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:06:46.967 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:46 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:06:47.062 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:47.083 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:47.084 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:47.084 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:47.156 INFO:tasks.cephadm.ceph_manager.ceph:removing pool_name unique_pool_5 2024-09-13T15:06:47.156 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd pool rm unique_pool_5 unique_pool_5 --yes-i-really-really-mean-it 2024-09-13T15:06:47.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:46 smithi104 ceph-mon[105578]: pgmap v2298: 109 pgs: 1 active+recovery_wait, 1 active+recovering+undersized+degraded+remapped, 1 active+undersized+degraded+remapped+backfill_wait, 3 active+recovery_wait+undersized+degraded+remapped, 103 active+clean; 208 MiB data, 7.1 GiB used, 619 GiB / 626 GiB avail; 0 B/s wr, 1.02k op/s; 16042/10047 objects degraded (159.670%); 0 B/s, 105 objects/s recovering 2024-09-13T15:06:47.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:46 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T15:06:47.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:46 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:06:47.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:46 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:06:47.184 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:06:47.207 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:47.208 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:47.208 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:06:47.309 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:47.330 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:47.331 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:47.331 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:47.432 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:47.453 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:47.453 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:47.454 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:47.554 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:47.576 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:47.576 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:47.577 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:06:47.677 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:47.699 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:47.700 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:47.700 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:47.801 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:06:47.826 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:47.826 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:47.827 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:06:47.928 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:06:47.951 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:47.952 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:47.952 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:06:48.053 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:06:48.078 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:48.078 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:48.079 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:06:48.179 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:06:48.202 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:48.203 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:48.203 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:06:48.304 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:06:48.325 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:48.326 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:48.326 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:06:48.427 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:06:48.448 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:48.449 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:48.449 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:06:48.550 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:48.571 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:48.571 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:48.572 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:48.672 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:06:48.696 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:48.697 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:48.697 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:06:48.797 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=false 2024-09-13T15:06:48.798 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:06:48.820 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:48.820 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:48.821 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:06:48.921 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:48.945 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:48.945 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:48.945 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:49.046 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:49.067 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:49.067 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:49.068 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:06:49.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:48 smithi071 ceph-mon[107477]: pgmap v2299: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 2 active+recovering+undersized+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 104 active+clean; 73 MiB data, 6.7 GiB used, 619 GiB / 626 GiB avail; 0 B/s wr, 1.03k op/s; 15184/3534 objects degraded (429.655%); 0 B/s, 198 objects/s recovering 2024-09-13T15:06:49.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:48 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 15184/3534 objects degraded (429.655%), 4 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T15:06:49.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:48 smithi071 ceph-mon[112785]: pgmap v2299: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 2 active+recovering+undersized+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 104 active+clean; 73 MiB data, 6.7 GiB used, 619 GiB / 626 GiB avail; 0 B/s wr, 1.03k op/s; 15184/3534 objects degraded (429.655%); 0 B/s, 198 objects/s recovering 2024-09-13T15:06:49.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:48 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 15184/3534 objects degraded (429.655%), 4 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T15:06:49.169 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:49.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:48 smithi104 ceph-mon[105578]: pgmap v2299: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 2 active+recovering+undersized+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 104 active+clean; 73 MiB data, 6.7 GiB used, 619 GiB / 626 GiB avail; 0 B/s wr, 1.03k op/s; 15184/3534 objects degraded (429.655%); 0 B/s, 198 objects/s recovering 2024-09-13T15:06:49.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:48 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 15184/3534 objects degraded (429.655%), 4 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T15:06:49.189 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:49.190 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:49.191 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:06:49.292 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:06:49.314 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:49.314 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:49.315 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:06:49.415 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:06:49.439 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:49.440 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:49.440 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:06:49.541 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:06:49.563 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:49.564 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:49.564 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:06:49.666 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:06:49.690 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:49.690 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:49.691 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:06:49.792 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:49.812 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:49.813 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:49.813 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:49.914 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:06:49.937 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:49.938 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:49.939 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:06:50.039 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:06:50.061 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:50.062 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:50.062 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:06:50.146 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:06:50.163 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:50.195 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:50.196 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:50.196 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:50.297 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:50.319 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:50.320 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:50.320 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:50.421 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:06:50.445 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:50.445 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:50.446 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:06:50.546 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:06:50.568 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:50.568 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:50.569 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:06:50.670 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:06:50.695 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:50.696 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:50.696 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:06:50.797 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:50.818 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:50.819 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:50.819 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:50.920 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:50.941 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:50.942 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:50.942 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:06:50.947 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:50 smithi071 ceph-mon[112785]: pgmap v2300: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 2 active+recovering+undersized+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 104 active+clean; 61 MiB data, 6.6 GiB used, 619 GiB / 626 GiB avail; 0 B/s wr, 699 op/s; 15184/2994 objects degraded (507.148%); 0 B/s, 157 objects/s recovering 2024-09-13T15:06:50.947 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:50 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:06:50.947 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:50 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:06:50.948 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:50 smithi071 ceph-mon[107477]: pgmap v2300: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 2 active+recovering+undersized+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 104 active+clean; 61 MiB data, 6.6 GiB used, 619 GiB / 626 GiB avail; 0 B/s wr, 699 op/s; 15184/2994 objects degraded (507.148%); 0 B/s, 157 objects/s recovering 2024-09-13T15:06:50.948 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:50 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:06:50.948 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:50 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:06:51.044 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:06:51.066 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:51.067 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:51.067 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:06:51.168 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:06:51.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:50 smithi104 ceph-mon[105578]: pgmap v2300: 109 pgs: 1 active+undersized+degraded+remapped+backfill_wait, 1 active+recovery_wait, 2 active+recovering+undersized+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 104 active+clean; 61 MiB data, 6.6 GiB used, 619 GiB / 626 GiB avail; 0 B/s wr, 699 op/s; 15184/2994 objects degraded (507.148%); 0 B/s, 157 objects/s recovering 2024-09-13T15:06:51.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:50 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:06:51.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:50 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:06:51.190 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:51.190 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:51.191 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:06:51.292 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:51.315 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:51.316 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:51.316 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:06:51.417 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:51.438 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:51.439 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:51.439 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:51.540 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:06:51.562 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:51.562 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:51.562 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:06:51.638 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:06:51.664 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:06:51.685 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:51.686 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:51.686 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:06:51.787 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:06:51.809 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:51.809 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:51.810 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:06:51.911 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:51.934 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:51.934 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:51.935 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:52.036 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:52.057 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:52.057 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:52.058 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:52.159 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:06:52.181 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:52.181 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:52.182 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:06:52.283 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:52.305 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:52.305 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:52.306 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:52.406 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:52.427 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:52.428 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:52.428 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:52.529 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:52.553 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:52.553 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:52.553 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:06:52.654 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:06:52.676 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:52.676 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:52.677 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:06:52.778 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:52.798 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:52.799 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:52.799 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:52.900 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:52.922 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:52.922 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:52.923 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:53.024 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:06:53.046 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:53.047 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:53.047 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:06:53.093 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:52 smithi104 ceph-mon[105578]: pgmap v2301: 109 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 104 active+clean; 9.0 MiB data, 6.4 GiB used, 619 GiB / 626 GiB avail; 0 B/s wr, 620 op/s; 14675/483 objects degraded (3038.302%); 0 B/s, 135 objects/s recovering 2024-09-13T15:06:53.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:52 smithi071 ceph-mon[107477]: pgmap v2301: 109 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 104 active+clean; 9.0 MiB data, 6.4 GiB used, 619 GiB / 626 GiB avail; 0 B/s wr, 620 op/s; 14675/483 objects degraded (3038.302%); 0 B/s, 135 objects/s recovering 2024-09-13T15:06:53.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:52 smithi071 ceph-mon[112785]: pgmap v2301: 109 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 104 active+clean; 9.0 MiB data, 6.4 GiB used, 619 GiB / 626 GiB avail; 0 B/s wr, 620 op/s; 14675/483 objects degraded (3038.302%); 0 B/s, 135 objects/s recovering 2024-09-13T15:06:53.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:06:52 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:06:52] "GET /metrics HTTP/1.1" 200 36672 "" "Prometheus/2.51.0" 2024-09-13T15:06:53.148 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:53.168 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:53.169 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:53.169 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:53.270 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:06:53.294 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:53.295 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:53.295 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:06:53.396 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:06:53.419 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:53.419 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:53.420 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:06:53.520 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:06:53.543 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:53.544 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:53.544 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:06:53.645 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:06:53.666 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:53.667 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:53.667 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:06:53.768 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:53.790 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:53.791 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:53.791 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:06:53.892 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:06:53.914 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:53.914 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:53.915 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:06:53.957 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:53 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 14675/483 objects degraded (3038.302%), 4 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T15:06:54.016 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:54.036 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:53 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 14675/483 objects degraded (3038.302%), 4 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T15:06:54.036 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:53 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 14675/483 objects degraded (3038.302%), 4 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T15:06:54.039 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:54.039 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:54.040 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:54.140 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:54.162 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:54.163 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:54.163 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:54.264 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:54.285 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:54.285 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:54.286 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:06:54.386 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:06:54.408 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:54.409 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:54.409 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:06:54.510 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:06:54.533 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:54.534 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:54.534 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:06:54.629 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:06:54.635 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:54.657 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:54.657 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:54.658 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:54.703 INFO:teuthology.orchestra.run.smithi071.stderr:noscrub is unset 2024-09-13T15:06:54.759 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:54.780 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:54.780 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:54.781 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:06:54.882 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:06:54.905 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:54.906 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:54.906 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:06:55.007 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:06:55.026 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:54 smithi104 ceph-mon[105578]: pgmap v2302: 109 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 104 active+clean; 582 KiB data, 6.4 GiB used, 619 GiB / 626 GiB avail; 0 B/s wr, 515 op/s; 14276/78 objects degraded (18302.564%); 0 B/s, 158 objects/s recovering 2024-09-13T15:06:55.026 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:54 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2534967236' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T15:06:55.026 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2024-09-13T15:06:55.026 INFO:teuthology.orchestra.run.smithi104.stdout: "ops": [], 2024-09-13T15:06:55.026 INFO:teuthology.orchestra.run.smithi104.stdout: "num_ops": 0 2024-09-13T15:06:55.026 INFO:teuthology.orchestra.run.smithi104.stdout:} 2024-09-13T15:06:55.029 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:55.030 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:55.030 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:06:55.131 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:06:55.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:54 smithi071 ceph-mon[107477]: pgmap v2302: 109 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 104 active+clean; 582 KiB data, 6.4 GiB used, 619 GiB / 626 GiB avail; 0 B/s wr, 515 op/s; 14276/78 objects degraded (18302.564%); 0 B/s, 158 objects/s recovering 2024-09-13T15:06:55.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:54 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2534967236' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T15:06:55.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:54 smithi071 ceph-mon[112785]: pgmap v2302: 109 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 104 active+clean; 582 KiB data, 6.4 GiB used, 619 GiB / 626 GiB avail; 0 B/s wr, 515 op/s; 14276/78 objects degraded (18302.564%); 0 B/s, 158 objects/s recovering 2024-09-13T15:06:55.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:54 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2534967236' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T15:06:55.155 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:55.156 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:55.157 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:06:55.257 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:55.279 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:55.279 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:55.279 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:06:55.380 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:06:55.403 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:55.403 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:55.404 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:06:55.505 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:06:55.527 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:55.528 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:55.528 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:06:55.629 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:06:55.652 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:55.653 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:55.653 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:06:55.750 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:55 smithi071 ceph-mon[107477]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:06:55.751 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:55 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2534967236' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T15:06:55.751 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:55 smithi071 ceph-mon[107477]: osdmap e1437: 8 total, 8 up, 7 in 2024-09-13T15:06:55.751 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:55 smithi071 ceph-mon[112785]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:06:55.751 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:55 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2534967236' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T15:06:55.751 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:55 smithi071 ceph-mon[112785]: osdmap e1437: 8 total, 8 up, 7 in 2024-09-13T15:06:55.755 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:06:55.777 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:55.778 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:55.778 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:06:55.879 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:55.903 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:55.903 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:55.904 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:06:56.005 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:06:56.028 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:56.029 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:56.029 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:06:56.130 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:56.152 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:56.153 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:56.153 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:06:56.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:55 smithi104 ceph-mon[105578]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:06:56.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:55 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2534967236' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T15:06:56.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:55 smithi104 ceph-mon[105578]: osdmap e1437: 8 total, 8 up, 7 in 2024-09-13T15:06:56.254 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:06:56.277 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:56.278 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:56.278 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:06:56.337 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T15:06:56.337 INFO:teuthology.orchestra.run.smithi071.stdout:{"fsid":"18f8172c-71da-11ef-bceb-c7b262605968","health":{"status":"HEALTH_WARN","checks":{"OSDMAP_FLAGS":{"severity":"HEALTH_WARN","summary":{"message":"nodeep-scrub flag(s) set","count":12},"muted":false},"PG_DEGRADED":{"severity":"HEALTH_WARN","summary":{"message":"Degraded data redundancy: 14276/78 objects degraded (18302.564%), 4 pgs degraded, 4 pgs undersized","count":8},"muted":false}},"mutes":[]},"election_epoch":30,"quorum":[0,1,2],"quorum_names":["a","b","c"],"quorum_age":2339,"monmap":{"epoch":4,"min_mon_release_name":"squid","num_mons":3},"osdmap":{"epoch":1437,"num_osds":8,"num_up_osds":8,"osd_up_since":1726239817,"num_in_osds":7,"osd_in_since":1726239683,"num_remapped_pgs":4},"pgmap":{"pgs_by_state":[{"state_name":"active+clean","count":104},{"state_name":"active+recovering+undersized+degraded+remapped","count":2},{"state_name":"active+undersized+degraded+remapped+backfill_wait","count":1},{"state_name":"active+recovery_wait","count":1},{"state_name":"active+recovery_wait+undersized+degraded+remapped","count":1}],"num_pgs":109,"num_pools":5,"num_objects":26,"data_bytes":595941,"bytes_used":6882140160,"bytes_avail":665083109376,"bytes_total":671965249536,"degraded_objects":14276,"degraded_total":78,"degraded_ratio":183.02564102564102,"recovering_objects_per_sec":148,"recovering_bytes_per_sec":0,"recovering_keys_per_sec":0,"num_objects_recovered":1485,"num_bytes_recovered":0,"num_keys_recovered":0,"write_bytes_sec":0,"read_op_per_sec":0,"write_op_per_sec":332},"fsmap":{"epoch":9,"btime":"1970-01-01T00:00:00:000000+0000","id":1,"up":1,"in":1,"max":1,"by_rank":[{"filesystem_id":1,"rank":0,"name":"foo.smithi071.awdchm","status":"up:active","gid":14637}],"up:standby":1},"mgrmap":{"available":true,"num_standbys":1,"modules":["cephadm","dashboard","iostat","nfs","prometheus","restful"],"services":{"dashboard":"https://172.21.15.71:8443/","prometheus":"http://172.21.15.71:9283/"}},"servicemap":{"epoch":34,"modified":"2024-09-13T15:04:38.949404+0000","services":{}},"progress_events":{}} 2024-09-13T15:06:56.379 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:56.400 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:56.401 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:56.401 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:56.502 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:56.523 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:56.524 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:56.524 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:56.625 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:06:56.650 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:56.651 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:56.651 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:06:56.752 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:06:56.774 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:56.775 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:56.775 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:06:56.876 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:56.898 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:56.899 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:56.899 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:57.000 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:57.022 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:57.022 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:57.023 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:57.123 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:57.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:56 smithi071 ceph-mon[107477]: pgmap v2304: 109 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 104 active+clean; 582 KiB data, 6.4 GiB used, 619 GiB / 626 GiB avail; 0 B/s wr, 332 op/s; 14276/78 objects degraded (18302.564%); 0 B/s, 148 objects/s recovering 2024-09-13T15:06:57.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:56 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3357668812' entity='client.admin' cmd={"prefix": "status", "format": "json"} : dispatch 2024-09-13T15:06:57.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:56 smithi071 ceph-mon[112785]: pgmap v2304: 109 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 104 active+clean; 582 KiB data, 6.4 GiB used, 619 GiB / 626 GiB avail; 0 B/s wr, 332 op/s; 14276/78 objects degraded (18302.564%); 0 B/s, 148 objects/s recovering 2024-09-13T15:06:57.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:56 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3357668812' entity='client.admin' cmd={"prefix": "status", "format": "json"} : dispatch 2024-09-13T15:06:57.145 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:57.145 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:57.146 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:06:57.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:56 smithi104 ceph-mon[105578]: pgmap v2304: 109 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovery_wait, 1 active+undersized+degraded+remapped+backfill_wait, 2 active+recovering+undersized+degraded+remapped, 104 active+clean; 582 KiB data, 6.4 GiB used, 619 GiB / 626 GiB avail; 0 B/s wr, 332 op/s; 14276/78 objects degraded (18302.564%); 0 B/s, 148 objects/s recovering 2024-09-13T15:06:57.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:56 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3357668812' entity='client.admin' cmd={"prefix": "status", "format": "json"} : dispatch 2024-09-13T15:06:57.247 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:06:57.269 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:57.270 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:57.271 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:06:57.372 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:57.393 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:57.394 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:57.394 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:57.495 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:57.516 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:57.516 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:57.517 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:06:57.617 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:06:57.639 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:57.640 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:57.641 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:06:57.742 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:06:57.763 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:57.764 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:57.765 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:06:57.865 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:06:57.888 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:57.888 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:57.889 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:06:57.990 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:58.011 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:58.012 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:58.013 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:06:58.114 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:58.135 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:58.136 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:58.136 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:06:58.237 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:06:58.259 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:58.260 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:58.261 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:06:58.335 INFO:tasks.cephadm.ceph_manager.ceph:making progress, resetting timeout 2024-09-13T15:06:58.335 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-13T15:06:58.361 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:06:58.385 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:58.385 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:58.386 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:06:58.486 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:06:58.508 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:58.509 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:58.509 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:06:58.610 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:06:58.633 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:58.634 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:58.634 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:06:58.735 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:06:58.757 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:58.758 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:58.758 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:06:58.859 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:58.880 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:58.881 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:58.881 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:58.982 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:59.004 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:59.004 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:59.005 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:59.046 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:58 smithi071 ceph-mon[107477]: pgmap v2305: 109 pgs: 1 active+undersized+remapped+backfill_wait, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovery_wait, 2 active+recovering+undersized+degraded+remapped, 104 active+clean; 582 KiB data, 6.4 GiB used, 619 GiB / 626 GiB avail; 0 B/s wr, 115 op/s; 13203/78 objects degraded (16926.923%); 0 B/s, 192 objects/s recovering 2024-09-13T15:06:59.047 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:58 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 13203/78 objects degraded (16926.923%), 3 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T15:06:59.047 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:58 smithi071 ceph-mon[112785]: pgmap v2305: 109 pgs: 1 active+undersized+remapped+backfill_wait, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovery_wait, 2 active+recovering+undersized+degraded+remapped, 104 active+clean; 582 KiB data, 6.4 GiB used, 619 GiB / 626 GiB avail; 0 B/s wr, 115 op/s; 13203/78 objects degraded (16926.923%); 0 B/s, 192 objects/s recovering 2024-09-13T15:06:59.047 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:58 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 13203/78 objects degraded (16926.923%), 3 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T15:06:59.106 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:06:59.129 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:59.129 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:59.130 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:06:59.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:58 smithi104 ceph-mon[105578]: pgmap v2305: 109 pgs: 1 active+undersized+remapped+backfill_wait, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovery_wait, 2 active+recovering+undersized+degraded+remapped, 104 active+clean; 582 KiB data, 6.4 GiB used, 619 GiB / 626 GiB avail; 0 B/s wr, 115 op/s; 13203/78 objects degraded (16926.923%); 0 B/s, 192 objects/s recovering 2024-09-13T15:06:59.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:58 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 13203/78 objects degraded (16926.923%), 3 pgs degraded, 4 pgs undersized (PG_DEGRADED) 2024-09-13T15:06:59.231 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:06:59.253 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:59.253 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:59.254 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:06:59.354 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:06:59.376 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:06:59.377 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:59.377 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:06:59.478 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:59.500 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:59.500 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:59.500 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:59.601 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:06:59.622 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:59.623 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:59.623 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:06:59.724 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:06:59.746 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:59.747 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:59.747 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:06:59.848 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:59.870 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:59.870 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:59.870 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:06:59.925 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:06:59 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:06:59.926 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:06:59 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:06:59.972 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:06:59.994 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:06:59.995 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:06:59.995 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:00.096 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:07:00.117 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:00.118 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:00.118 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:07:00.161 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T15:07:00.162 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T15:07:00.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:06:59 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:07:00.176 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T15:07:00.176 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T15:07:00.194 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T15:07:00.195 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T15:07:00.213 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T15:07:00.213 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T15:07:00.220 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:07:00.232 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T15:07:00.232 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T15:07:00.242 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:00.243 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:00.243 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:07:00.249 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T15:07:00.250 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T15:07:00.267 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T15:07:00.268 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T15:07:00.285 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T15:07:00.286 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T15:07:00.344 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:07:00.369 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:00.370 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:00.370 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:07:00.471 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:07:00.493 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:00.494 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:00.494 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:07:00.595 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:00.616 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:00.617 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:00.617 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:00.718 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:07:00.723 INFO:teuthology.orchestra.run.smithi071.stderr:pool 'unique_pool_5' removed 2024-09-13T15:07:00.746 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:00.747 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:00.747 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:07:00.848 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:07:00.870 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:00.870 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:00.870 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:07:00.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:00 smithi071 ceph-mon[107477]: pgmap v2306: 109 pgs: 1 active+undersized+remapped+backfill_wait, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovery_wait, 2 active+recovering+undersized+degraded+remapped, 104 active+clean; 582 KiB data, 6.4 GiB used, 619 GiB / 626 GiB avail; 0 B/s wr, 97 op/s; 13203/78 objects degraded (16926.923%); 0 B/s, 192 objects/s recovering 2024-09-13T15:07:00.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:00 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3083434568' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:07:00.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:00 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3318982051' entity='client.admin' cmd={"prefix": "osd pool rm", "pool": "unique_pool_5", "pool2": "unique_pool_5", "yes_i_really_really_mean_it": true} : dispatch 2024-09-13T15:07:00.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:00 smithi071 ceph-mon[112785]: pgmap v2306: 109 pgs: 1 active+undersized+remapped+backfill_wait, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovery_wait, 2 active+recovering+undersized+degraded+remapped, 104 active+clean; 582 KiB data, 6.4 GiB used, 619 GiB / 626 GiB avail; 0 B/s wr, 97 op/s; 13203/78 objects degraded (16926.923%); 0 B/s, 192 objects/s recovering 2024-09-13T15:07:00.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:00 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3083434568' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:07:00.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:00 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3318982051' entity='client.admin' cmd={"prefix": "osd pool rm", "pool": "unique_pool_5", "pool2": "unique_pool_5", "yes_i_really_really_mean_it": true} : dispatch 2024-09-13T15:07:00.906 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd unset nodeep-scrub 2024-09-13T15:07:00.971 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:00.993 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:00.993 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:00.994 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:01.095 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:07:01.116 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:01.117 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:01.117 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:07:01.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:00 smithi104 ceph-mon[105578]: pgmap v2306: 109 pgs: 1 active+undersized+remapped+backfill_wait, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovery_wait, 2 active+recovering+undersized+degraded+remapped, 104 active+clean; 582 KiB data, 6.4 GiB used, 619 GiB / 626 GiB avail; 0 B/s wr, 97 op/s; 13203/78 objects degraded (16926.923%); 0 B/s, 192 objects/s recovering 2024-09-13T15:07:01.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:00 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3083434568' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:07:01.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:00 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3318982051' entity='client.admin' cmd={"prefix": "osd pool rm", "pool": "unique_pool_5", "pool2": "unique_pool_5", "yes_i_really_really_mean_it": true} : dispatch 2024-09-13T15:07:01.218 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:07:01.240 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:01.241 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:01.242 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:07:01.342 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:07:01.351 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.7 dump_blocked_ops 2024-09-13T15:07:01.364 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:01.364 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:01.365 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:07:01.466 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:07:01.487 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:01.488 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:01.488 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:07:01.589 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:07:01.610 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:01.611 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:01.612 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:07:01.712 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:07:01.733 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:01.734 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:01.734 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:07:01.835 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:07:01.857 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:01.857 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:01.858 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:07:01.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:01 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3318982051' entity='client.admin' cmd='[{"prefix": "osd pool rm", "pool": "unique_pool_5", "pool2": "unique_pool_5", "yes_i_really_really_mean_it": true}]': finished 2024-09-13T15:07:01.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:01 smithi071 ceph-mon[107477]: osdmap e1438: 8 total, 8 up, 7 in 2024-09-13T15:07:01.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:01 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3318982051' entity='client.admin' cmd='[{"prefix": "osd pool rm", "pool": "unique_pool_5", "pool2": "unique_pool_5", "yes_i_really_really_mean_it": true}]': finished 2024-09-13T15:07:01.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:01 smithi071 ceph-mon[112785]: osdmap e1438: 8 total, 8 up, 7 in 2024-09-13T15:07:01.959 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:07:01.981 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:01.982 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:01.983 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:07:02.005 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:07:02.024 INFO:teuthology.task.full_sequential:In full_sequential, running task radosbench... 2024-09-13T15:07:02.025 INFO:tasks.radosbench:Beginning radosbench... 2024-09-13T15:07:02.026 INFO:tasks.cephadm.ceph_manager.ceph:creating pool_name unique_pool_6 2024-09-13T15:07:02.026 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd pool create unique_pool_6 16 2024-09-13T15:07:02.083 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:07:02.105 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:02.105 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:02.106 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:07:02.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:01 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3318982051' entity='client.admin' cmd='[{"prefix": "osd pool rm", "pool": "unique_pool_5", "pool2": "unique_pool_5", "yes_i_really_really_mean_it": true}]': finished 2024-09-13T15:07:02.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:01 smithi104 ceph-mon[105578]: osdmap e1438: 8 total, 8 up, 7 in 2024-09-13T15:07:02.207 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:02.228 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:02.229 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:02.229 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:02.330 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:07:02.352 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:02.353 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:02.353 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:07:02.454 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:07:02.477 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:02.478 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:02.478 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:07:02.580 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:07:02.601 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:02.602 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:02.602 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:07:02.703 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:02.725 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:02.726 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:02.726 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:02.827 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:07:02.848 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:02.849 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:02.849 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:07:02.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:02 smithi071 ceph-mon[107477]: pgmap v2308: 93 pgs: 93 active+clean; 582 KiB data, 6.4 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:07:02.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:02 smithi071 ceph-mon[107477]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 13203/78 objects degraded (16926.923%), 3 pgs degraded, 4 pgs undersized) 2024-09-13T15:07:02.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:02 smithi071 ceph-mon[112785]: pgmap v2308: 93 pgs: 93 active+clean; 582 KiB data, 6.4 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:07:02.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:02 smithi071 ceph-mon[112785]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 13203/78 objects degraded (16926.923%), 3 pgs degraded, 4 pgs undersized) 2024-09-13T15:07:02.892 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:07:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:07:02] "GET /metrics HTTP/1.1" 200 36671 "" "Prometheus/2.51.0" 2024-09-13T15:07:02.950 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:07:02.976 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:02.976 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:02.977 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:07:03.078 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:07:03.104 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:03.104 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:03.105 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:07:03.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:02 smithi104 ceph-mon[105578]: pgmap v2308: 93 pgs: 93 active+clean; 582 KiB data, 6.4 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:07:03.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:02 smithi104 ceph-mon[105578]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 13203/78 objects degraded (16926.923%), 3 pgs degraded, 4 pgs undersized) 2024-09-13T15:07:03.206 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:07:03.228 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:03.228 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:03.229 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:07:03.242 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=true 2024-09-13T15:07:03.329 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:07:03.350 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:03.351 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:03.352 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:07:03.452 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:03.474 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:03.475 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:03.475 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:03.576 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:07:03.597 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:03.598 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:03.600 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:07:03.700 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:07:03.726 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:03.726 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:03.727 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:07:03.827 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:07:03.853 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:03.854 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:03.855 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:07:03.955 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:07:03.978 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:03.978 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:03.978 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:07:04.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:03 smithi071 ceph-mon[107477]: 1.d scrub starts 2024-09-13T15:07:04.055 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:03 smithi071 ceph-mon[107477]: 1.d scrub ok 2024-09-13T15:07:04.055 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:03 smithi071 ceph-mon[112785]: 1.d scrub starts 2024-09-13T15:07:04.055 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:03 smithi071 ceph-mon[112785]: 1.d scrub ok 2024-09-13T15:07:04.079 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:07:04.106 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:04.106 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:04.107 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:07:04.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:03 smithi104 ceph-mon[105578]: 1.d scrub starts 2024-09-13T15:07:04.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:03 smithi104 ceph-mon[105578]: 1.d scrub ok 2024-09-13T15:07:04.208 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:04.222 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T15:07:04.223 INFO:teuthology.orchestra.run.smithi071.stderr:dumped all 2024-09-13T15:07:04.233 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:04.234 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:04.234 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:04.335 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:07:04.357 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:04.358 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:04.358 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:07:04.391 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T15:07:04.392 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:07:04.460 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:07:04.482 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:04.482 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:04.483 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:07:04.583 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:07:04.606 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:04.606 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:04.607 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:07:04.707 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:07:04.729 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:04.730 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:04.730 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:07:04.831 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:07:04.852 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:04.853 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:04.853 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:07:04.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:04 smithi104 ceph-mon[105578]: pgmap v2309: 93 pgs: 93 active+clean; 582 KiB data, 6.4 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:07:04.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:04 smithi104 ceph-mon[105578]: from='client.46199 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T15:07:04.954 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:07:04.980 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:04.981 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:04.981 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:07:05.082 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:07:05.102 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:05.103 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:05.103 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:07:05.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:04 smithi071 ceph-mon[112785]: pgmap v2309: 93 pgs: 93 active+clean; 582 KiB data, 6.4 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:07:05.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:04 smithi071 ceph-mon[112785]: from='client.46199 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T15:07:05.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:04 smithi071 ceph-mon[107477]: pgmap v2309: 93 pgs: 93 active+clean; 582 KiB data, 6.4 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:07:05.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:04 smithi071 ceph-mon[107477]: from='client.46199 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T15:07:05.205 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:07:05.226 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:05.227 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:05.228 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:07:05.232 INFO:teuthology.orchestra.run.smithi071.stdout:{"pg_ready":true,"pg_map":{"version":2309,"stamp":"2024-09-13T15:07:03.015587+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":595941,"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":0,"num_read_kb":0,"num_write":64,"num_write_kb":33,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":104,"num_bytes_recovered":1407023,"num_keys_recovered":30,"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":3188,"ondisk_log_size":3188,"up":279,"acting":279,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":336,"num_osds":7,"num_per_pool_osds":7,"num_per_pool_omap_osds":7,"kb":656216064,"kb_used":6732904,"kb_used_data":668952,"kb_used_omap":252,"kb_used_meta":6059843,"kb_avail":649483160,"statfs":{"total":671965249536,"available":665070755840,"internally_reserved":0,"allocated":685006848,"data_stored":664363508,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":258429,"internal_metadata":6205279875},"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":16,"apply_latency_ms":16,"commit_latency_ns":16000000,"apply_latency_ns":16000000},"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":-14276,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":-1,"num_read_kb":-1,"num_write":-234862,"num_write_kb":-7515521,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":-21237,"num_bytes_recovered":-1038614528,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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.311932"},"pg_stats":[{"pgid":"1.11","version":"373'149","reported_seq":1657,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.704892+0000","last_change":"2024-09-13T15:03:55.256070+0000","last_active":"2024-09-13T15:06:54.704892+0000","last_peered":"2024-09-13T15:06:54.704892+0000","last_clean":"2024-09-13T15:06:54.704892+0000","last_became_active":"2024-09-13T15:03:54.361713+0000","last_became_peered":"2024-09-13T15:03:54.361713+0000","last_unstale":"2024-09-13T15:06:54.704892+0000","last_undegraded":"2024-09-13T15:06:54.704892+0000","last_fullsized":"2024-09-13T15:06:54.704892+0000","mapping_epoch":1407,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1408,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:03:55.256014+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:03:55.256014+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:43:38.456769+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.14","version":"0'0","reported_seq":206,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:56.019550+0000","last_change":"2024-09-13T15:03:38.356940+0000","last_active":"2024-09-13T15:06:56.019550+0000","last_peered":"2024-09-13T15:06:56.019550+0000","last_clean":"2024-09-13T15:06:56.019550+0000","last_became_active":"2024-09-13T15:03:38.356599+0000","last_became_peered":"2024-09-13T15:03:38.356599+0000","last_unstale":"2024-09-13T15:06:56.019550+0000","last_undegraded":"2024-09-13T15:06:56.019550+0000","last_fullsized":"2024-09-13T15:06:56.019550+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:30:57.502891+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.13","version":"70'2","reported_seq":148,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.704079+0000","last_change":"2024-09-13T15:03:38.350681+0000","last_active":"2024-09-13T15:06:54.704079+0000","last_peered":"2024-09-13T15:06:54.704079+0000","last_clean":"2024-09-13T15:06:54.704079+0000","last_became_active":"2024-09-13T15:03:38.349386+0000","last_became_peered":"2024-09-13T15:03:38.349386+0000","last_unstale":"2024-09-13T15:06:54.704079+0000","last_undegraded":"2024-09-13T15:06:54.704079+0000","last_fullsized":"2024-09-13T15:06:54.704079+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T02:02:39.428946+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":6,"num_bytes_recovered":102,"num_keys_recovered":30,"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,2],"acting":[7,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.10","version":"373'149","reported_seq":1793,"reported_epoch":1436,"state":"active+clean","last_fresh":"2024-09-13T15:06:44.670436+0000","last_change":"2024-09-13T15:03:38.349355+0000","last_active":"2024-09-13T15:06:44.670436+0000","last_peered":"2024-09-13T15:06:44.670436+0000","last_clean":"2024-09-13T15:06:44.670436+0000","last_became_active":"2024-09-13T15:03:38.349035+0000","last_became_peered":"2024-09-13T15:03:38.349035+0000","last_unstale":"2024-09-13T15:06:44.670436+0000","last_undegraded":"2024-09-13T15:06:44.670436+0000","last_fullsized":"2024-09-13T15:06:44.670436+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:47.921711+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:47.921711+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:12:52.991080+0000","scrub_duration":0.001430061,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.15","version":"0'0","reported_seq":1488,"reported_epoch":1436,"state":"active+clean","last_fresh":"2024-09-13T15:06:44.671033+0000","last_change":"2024-09-13T15:03:38.344711+0000","last_active":"2024-09-13T15:06:44.671033+0000","last_peered":"2024-09-13T15:06:44.671033+0000","last_clean":"2024-09-13T15:06:44.671033+0000","last_became_active":"2024-09-13T15:03:38.344365+0000","last_became_peered":"2024-09-13T15:03:38.344365+0000","last_unstale":"2024-09-13T15:06:44.671033+0000","last_undegraded":"2024-09-13T15:06:44.671033+0000","last_fullsized":"2024-09-13T15:06:44.671033+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:45:19.898790+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[5,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.12","version":"0'0","reported_seq":2133,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.705146+0000","last_change":"2024-09-13T15:05:51.741228+0000","last_active":"2024-09-13T15:06:54.705146+0000","last_peered":"2024-09-13T15:06:54.705146+0000","last_clean":"2024-09-13T15:06:54.705146+0000","last_became_active":"2024-09-13T15:05:51.740897+0000","last_became_peered":"2024-09-13T15:05:51.740897+0000","last_unstale":"2024-09-13T15:06:54.705146+0000","last_undegraded":"2024-09-13T15:06:54.705146+0000","last_fullsized":"2024-09-13T15:06:54.705146+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:41:52.248592+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.13","version":"373'149","reported_seq":1677,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:56.019311+0000","last_change":"2024-09-13T15:06:05.604138+0000","last_active":"2024-09-13T15:06:56.019311+0000","last_peered":"2024-09-13T15:06:56.019311+0000","last_clean":"2024-09-13T15:06:56.019311+0000","last_became_active":"2024-09-13T15:05:54.404195+0000","last_became_peered":"2024-09-13T15:05:54.404195+0000","last_unstale":"2024-09-13T15:06:56.019311+0000","last_undegraded":"2024-09-13T15:06:56.019311+0000","last_fullsized":"2024-09-13T15:06:56.019311+0000","mapping_epoch":1425,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1426,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:06:05.604073+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:06:05.604073+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:32:36.388156+0000","scrub_duration":11,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"4.16","version":"0'0","reported_seq":2144,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.705723+0000","last_change":"2024-09-13T15:03:38.349331+0000","last_active":"2024-09-13T15:06:54.705723+0000","last_peered":"2024-09-13T15:06:54.705723+0000","last_clean":"2024-09-13T15:06:54.705723+0000","last_became_active":"2024-09-13T15:03:38.348741+0000","last_became_peered":"2024-09-13T15:03:38.348741+0000","last_unstale":"2024-09-13T15:06:54.705723+0000","last_undegraded":"2024-09-13T15:06:54.705723+0000","last_fullsized":"2024-09-13T15:06:54.705723+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:28:53.539736+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[0,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.11","version":"0'0","reported_seq":105,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.703821+0000","last_change":"2024-09-13T15:03:38.354041+0000","last_active":"2024-09-13T15:06:54.703821+0000","last_peered":"2024-09-13T15:06:54.703821+0000","last_clean":"2024-09-13T15:06:54.703821+0000","last_became_active":"2024-09-13T15:03:38.351864+0000","last_became_peered":"2024-09-13T15:03:38.351864+0000","last_unstale":"2024-09-13T15:06:54.703821+0000","last_undegraded":"2024-09-13T15:06:54.703821+0000","last_fullsized":"2024-09-13T15:06:54.703821+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:43:45.532422+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[7,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.12","version":"373'149","reported_seq":1790,"reported_epoch":1436,"state":"active+clean","last_fresh":"2024-09-13T15:06:44.670553+0000","last_change":"2024-09-13T15:03:38.356066+0000","last_active":"2024-09-13T15:06:44.670553+0000","last_peered":"2024-09-13T15:06:44.670553+0000","last_clean":"2024-09-13T15:06:44.670553+0000","last_became_active":"2024-09-13T15:03:38.355743+0000","last_became_peered":"2024-09-13T15:03:38.355743+0000","last_unstale":"2024-09-13T15:06:44.670553+0000","last_undegraded":"2024-09-13T15:06:44.670553+0000","last_fullsized":"2024-09-13T15:06:44.670553+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:46.963090+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:46.963090+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:18:39.622092+0000","scrub_duration":0.0014971279999999999,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[5,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.17","version":"0'0","reported_seq":40,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:56.019049+0000","last_change":"2024-09-13T15:05:51.734614+0000","last_active":"2024-09-13T15:06:56.019049+0000","last_peered":"2024-09-13T15:06:56.019049+0000","last_clean":"2024-09-13T15:06:56.019049+0000","last_became_active":"2024-09-13T15:05:51.734240+0000","last_became_peered":"2024-09-13T15:05:51.734240+0000","last_unstale":"2024-09-13T15:06:56.019049+0000","last_undegraded":"2024-09-13T15:06:56.019049+0000","last_fullsized":"2024-09-13T15:06:56.019049+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:39:54.213629+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[3,7,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.10","version":"70'8","reported_seq":87,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.704664+0000","last_change":"2024-09-13T15:05:47.285978+0000","last_active":"2024-09-13T15:06:54.704664+0000","last_peered":"2024-09-13T15:06:54.704664+0000","last_clean":"2024-09-13T15:06:54.704664+0000","last_became_active":"2024-09-13T15:03:51.626453+0000","last_became_peered":"2024-09-13T15:03:51.626453+0000","last_unstale":"2024-09-13T15:06:54.704664+0000","last_undegraded":"2024-09-13T15:06:54.704664+0000","last_fullsized":"2024-09-13T15:06:54.704664+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1419,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T01:57:18.346358+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":20,"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":[0,5,3],"acting":[0,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"1.d","version":"373'149","reported_seq":1786,"reported_epoch":1438,"state":"active+clean","last_fresh":"2024-09-13T15:07:01.927996+0000","last_change":"2024-09-13T15:07:01.928087+0000","last_active":"2024-09-13T15:07:01.927996+0000","last_peered":"2024-09-13T15:07:01.927996+0000","last_clean":"2024-09-13T15:07:01.927996+0000","last_became_active":"2024-09-13T15:03:38.350105+0000","last_became_peered":"2024-09-13T15:03:38.350105+0000","last_unstale":"2024-09-13T15:07:01.927996+0000","last_undegraded":"2024-09-13T15:07:01.927996+0000","last_fullsized":"2024-09-13T15:07:01.927996+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:07:01.927969+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:07:01.927969+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:18:08.638205+0000","scrub_duration":0.0022436270000000002,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.f","version":"70'1","reported_seq":122,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.704384+0000","last_change":"2024-09-13T15:03:51.626292+0000","last_active":"2024-09-13T15:06:54.704384+0000","last_peered":"2024-09-13T15:06:54.704384+0000","last_clean":"2024-09-13T15:06:54.704384+0000","last_became_active":"2024-09-13T15:03:51.623114+0000","last_became_peered":"2024-09-13T15:03:51.623114+0000","last_unstale":"2024-09-13T15:06:54.704384+0000","last_undegraded":"2024-09-13T15:06:54.704384+0000","last_fullsized":"2024-09-13T15:06:54.704384+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T15:05:32.910110+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":3,"num_bytes_recovered":66,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[7,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.8","version":"0'0","reported_seq":1463,"reported_epoch":1436,"state":"active+clean","last_fresh":"2024-09-13T15:06:44.670512+0000","last_change":"2024-09-13T15:03:38.353305+0000","last_active":"2024-09-13T15:06:44.670512+0000","last_peered":"2024-09-13T15:06:44.670512+0000","last_clean":"2024-09-13T15:06:44.670512+0000","last_became_active":"2024-09-13T15:03:38.352879+0000","last_became_peered":"2024-09-13T15:03:38.352879+0000","last_unstale":"2024-09-13T15:06:44.670512+0000","last_undegraded":"2024-09-13T15:06:44.670512+0000","last_fullsized":"2024-09-13T15:06:44.670512+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:40:30.592651+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.c","version":"373'149","reported_seq":1874,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:56.018812+0000","last_change":"2024-09-13T15:01:59.354979+0000","last_active":"2024-09-13T15:06:56.018812+0000","last_peered":"2024-09-13T15:06:56.018812+0000","last_clean":"2024-09-13T15:06:56.018812+0000","last_became_active":"2024-09-13T15:01:59.354085+0000","last_became_peered":"2024-09-13T15:01:59.354085+0000","last_unstale":"2024-09-13T15:06:56.018812+0000","last_undegraded":"2024-09-13T15:06:56.018812+0000","last_fullsized":"2024-09-13T15:06:56.018812+0000","mapping_epoch":1361,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1362,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:44.558993+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:44.558993+0000","objects_scrubbed":1,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:27:40.542397+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":327680,"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":1,"num_bytes_recovered":327680,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.e","version":"70'2","reported_seq":109,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.704427+0000","last_change":"2024-09-13T15:03:38.349897+0000","last_active":"2024-09-13T15:06:54.704427+0000","last_peered":"2024-09-13T15:06:54.704427+0000","last_clean":"2024-09-13T15:06:54.704427+0000","last_became_active":"2024-09-13T15:03:38.348354+0000","last_became_peered":"2024-09-13T15:03:38.348354+0000","last_unstale":"2024-09-13T15:06:54.704427+0000","last_undegraded":"2024-09-13T15:06:54.704427+0000","last_fullsized":"2024-09-13T15:06:54.704427+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T15:43:40.950366+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":2,"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,1],"acting":[7,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.9","version":"0'0","reported_seq":181,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.706885+0000","last_change":"2024-09-13T15:05:51.743005+0000","last_active":"2024-09-13T15:06:54.706885+0000","last_peered":"2024-09-13T15:06:54.706885+0000","last_clean":"2024-09-13T15:06:54.706885+0000","last_became_active":"2024-09-13T15:05:51.742687+0000","last_became_peered":"2024-09-13T15:05:51.742687+0000","last_unstale":"2024-09-13T15:06:54.706885+0000","last_undegraded":"2024-09-13T15:06:54.706885+0000","last_fullsized":"2024-09-13T15:06:54.706885+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:25:15.943530+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"1.f","version":"373'149","reported_seq":1784,"reported_epoch":1436,"state":"active+clean","last_fresh":"2024-09-13T15:06:44.671544+0000","last_change":"2024-09-13T15:01:28.027947+0000","last_active":"2024-09-13T15:06:44.671544+0000","last_peered":"2024-09-13T15:06:44.671544+0000","last_clean":"2024-09-13T15:06:44.671544+0000","last_became_active":"2024-09-13T15:01:28.027514+0000","last_became_peered":"2024-09-13T15:01:28.027514+0000","last_unstale":"2024-09-13T15:06:44.671544+0000","last_undegraded":"2024-09-13T15:06:44.671544+0000","last_fullsized":"2024-09-13T15:06:44.671544+0000","mapping_epoch":1349,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1350,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:41.996887+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:41.996887+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:41:46.361463+0000","scrub_duration":0.0021616460000000001,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[5,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.d","version":"70'1","reported_seq":149,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.704520+0000","last_change":"2024-09-13T15:03:38.351064+0000","last_active":"2024-09-13T15:06:54.704520+0000","last_peered":"2024-09-13T15:06:54.704520+0000","last_clean":"2024-09-13T15:06:54.704520+0000","last_became_active":"2024-09-13T15:03:38.348082+0000","last_became_peered":"2024-09-13T15:03:38.348082+0000","last_unstale":"2024-09-13T15:06:54.704520+0000","last_undegraded":"2024-09-13T15:06:54.704520+0000","last_fullsized":"2024-09-13T15:06:54.704520+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T20:26:11.922683+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":4,"num_bytes_recovered":280,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[7,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.a","version":"0'0","reported_seq":105,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.704156+0000","last_change":"2024-09-13T15:03:38.356492+0000","last_active":"2024-09-13T15:06:54.704156+0000","last_peered":"2024-09-13T15:06:54.704156+0000","last_clean":"2024-09-13T15:06:54.704156+0000","last_became_active":"2024-09-13T15:03:38.356178+0000","last_became_peered":"2024-09-13T15:03:38.356178+0000","last_unstale":"2024-09-13T15:06:54.704156+0000","last_undegraded":"2024-09-13T15:06:54.704156+0000","last_fullsized":"2024-09-13T15:06:54.704156+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:00:06.309035+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[7,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.e","version":"373'149","reported_seq":1835,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.707761+0000","last_change":"2024-09-13T15:03:38.351489+0000","last_active":"2024-09-13T15:06:54.707761+0000","last_peered":"2024-09-13T15:06:54.707761+0000","last_clean":"2024-09-13T15:06:54.707761+0000","last_became_active":"2024-09-13T15:03:38.350896+0000","last_became_peered":"2024-09-13T15:03:38.350896+0000","last_unstale":"2024-09-13T15:06:54.707761+0000","last_undegraded":"2024-09-13T15:06:54.707761+0000","last_fullsized":"2024-09-13T15:06:54.707761+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:46.145574+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:46.145574+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:18:57.368977+0000","scrub_duration":0.0016746529999999999,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7,3],"acting":[4,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.c","version":"0'0","reported_seq":1444,"reported_epoch":1436,"state":"active+clean","last_fresh":"2024-09-13T15:06:46.044370+0000","last_change":"2024-09-13T15:01:24.974778+0000","last_active":"2024-09-13T15:06:46.044370+0000","last_peered":"2024-09-13T15:06:46.044370+0000","last_clean":"2024-09-13T15:06:46.044370+0000","last_became_active":"2024-09-13T15:01:24.974473+0000","last_became_peered":"2024-09-13T15:01:24.974473+0000","last_unstale":"2024-09-13T15:06:46.044370+0000","last_undegraded":"2024-09-13T15:06:46.044370+0000","last_fullsized":"2024-09-13T15:06:46.044370+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:46:28.574203+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[5,3,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.b","version":"0'0","reported_seq":2093,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.705308+0000","last_change":"2024-09-13T14:57:14.903236+0000","last_active":"2024-09-13T15:06:54.705308+0000","last_peered":"2024-09-13T15:06:54.705308+0000","last_clean":"2024-09-13T15:06:54.705308+0000","last_became_active":"2024-09-13T14:57:14.902951+0000","last_became_peered":"2024-09-13T14:57:14.902951+0000","last_unstale":"2024-09-13T15:06:54.705308+0000","last_undegraded":"2024-09-13T15:06:54.705308+0000","last_fullsized":"2024-09-13T15:06:54.705308+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:55:09.250185+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.9","version":"373'149","reported_seq":1745,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.704123+0000","last_change":"2024-09-13T15:03:38.352975+0000","last_active":"2024-09-13T15:06:54.704123+0000","last_peered":"2024-09-13T15:06:54.704123+0000","last_clean":"2024-09-13T15:06:54.704123+0000","last_became_active":"2024-09-13T15:03:38.351931+0000","last_became_peered":"2024-09-13T15:03:38.351931+0000","last_unstale":"2024-09-13T15:06:54.704123+0000","last_undegraded":"2024-09-13T15:06:54.704123+0000","last_fullsized":"2024-09-13T15:06:54.704123+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:00.672283+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:00.672283+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:33:57.200088+0000","scrub_duration":8,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[7,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.b","version":"70'2","reported_seq":209,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:56.018637+0000","last_change":"2024-09-13T15:03:51.624583+0000","last_active":"2024-09-13T15:06:56.018637+0000","last_peered":"2024-09-13T15:06:56.018637+0000","last_clean":"2024-09-13T15:06:56.018637+0000","last_became_active":"2024-09-13T15:03:51.620984+0000","last_became_peered":"2024-09-13T15:03:51.620984+0000","last_unstale":"2024-09-13T15:06:56.018637+0000","last_undegraded":"2024-09-13T15:06:56.018637+0000","last_fullsized":"2024-09-13T15:06:56.018637+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T21:45:32.793080+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":4,"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":[3,0,4],"acting":[3,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.c","version":"0'0","reported_seq":199,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.707936+0000","last_change":"2024-09-13T15:01:24.978702+0000","last_active":"2024-09-13T15:06:54.707936+0000","last_peered":"2024-09-13T15:06:54.707936+0000","last_clean":"2024-09-13T15:06:54.707936+0000","last_became_active":"2024-09-13T15:01:24.977757+0000","last_became_peered":"2024-09-13T15:01:24.977757+0000","last_unstale":"2024-09-13T15:06:54.707936+0000","last_undegraded":"2024-09-13T15:06:54.707936+0000","last_fullsized":"2024-09-13T15:06:54.707936+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:22:07.527337+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,3,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"1.8","version":"373'149","reported_seq":1815,"reported_epoch":1436,"state":"active+clean","last_fresh":"2024-09-13T15:06:44.670351+0000","last_change":"2024-09-13T15:01:28.028879+0000","last_active":"2024-09-13T15:06:44.670351+0000","last_peered":"2024-09-13T15:06:44.670351+0000","last_clean":"2024-09-13T15:06:44.670351+0000","last_became_active":"2024-09-13T15:01:28.025980+0000","last_became_peered":"2024-09-13T15:01:28.025980+0000","last_unstale":"2024-09-13T15:06:44.670351+0000","last_undegraded":"2024-09-13T15:06:44.670351+0000","last_fullsized":"2024-09-13T15:06:44.670351+0000","mapping_epoch":1349,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1350,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:06.782570+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:06.782570+0000","objects_scrubbed":1,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:31:55.692142+0000","scrub_duration":2,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":262688,"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":4,"num_bytes_recovered":1050752,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[5,2,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.a","version":"0'0","reported_seq":190,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.707070+0000","last_change":"2024-09-13T15:01:24.976401+0000","last_active":"2024-09-13T15:06:54.707070+0000","last_peered":"2024-09-13T15:06:54.707070+0000","last_clean":"2024-09-13T15:06:54.707070+0000","last_became_active":"2024-09-13T15:01:24.975687+0000","last_became_peered":"2024-09-13T15:01:24.975687+0000","last_unstale":"2024-09-13T15:06:54.707070+0000","last_undegraded":"2024-09-13T15:06:54.707070+0000","last_fullsized":"2024-09-13T15:06:54.707070+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:37:56.277103+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.d","version":"0'0","reported_seq":181,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.708152+0000","last_change":"2024-09-13T15:01:09.620455+0000","last_active":"2024-09-13T15:06:54.708152+0000","last_peered":"2024-09-13T15:06:54.708152+0000","last_clean":"2024-09-13T15:06:54.708152+0000","last_became_active":"2024-09-13T15:01:09.620141+0000","last_became_peered":"2024-09-13T15:01:09.620141+0000","last_unstale":"2024-09-13T15:06:54.708152+0000","last_undegraded":"2024-09-13T15:06:54.708152+0000","last_fullsized":"2024-09-13T15:06:54.708152+0000","mapping_epoch":1341,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1342,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:40:38.384024+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,1],"acting":[4,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"1.b","version":"373'149","reported_seq":1854,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.705258+0000","last_change":"2024-09-13T14:58:46.524171+0000","last_active":"2024-09-13T15:06:54.705258+0000","last_peered":"2024-09-13T15:06:54.705258+0000","last_clean":"2024-09-13T15:06:54.705258+0000","last_became_active":"2024-09-13T14:58:43.532183+0000","last_became_peered":"2024-09-13T14:58:43.532183+0000","last_unstale":"2024-09-13T15:06:54.705258+0000","last_undegraded":"2024-09-13T15:06:54.705258+0000","last_fullsized":"2024-09-13T15:06:54.705258+0000","mapping_epoch":1310,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1311,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:46.524124+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:46.524124+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:27:09.177423+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.9","version":"0'0","reported_seq":204,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.707117+0000","last_change":"2024-09-13T15:03:38.354984+0000","last_active":"2024-09-13T15:06:54.707117+0000","last_peered":"2024-09-13T15:06:54.707117+0000","last_clean":"2024-09-13T15:06:54.707117+0000","last_became_active":"2024-09-13T15:03:38.354709+0000","last_became_peered":"2024-09-13T15:03:38.354709+0000","last_unstale":"2024-09-13T15:06:54.707117+0000","last_undegraded":"2024-09-13T15:06:54.707117+0000","last_fullsized":"2024-09-13T15:06:54.707117+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:59:16.039432+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,7],"acting":[4,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.e","version":"0'0","reported_seq":199,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.707461+0000","last_change":"2024-09-13T15:02:46.589725+0000","last_active":"2024-09-13T15:06:54.707461+0000","last_peered":"2024-09-13T15:06:54.707461+0000","last_clean":"2024-09-13T15:06:54.707461+0000","last_became_active":"2024-09-13T15:02:46.589402+0000","last_became_peered":"2024-09-13T15:02:46.589402+0000","last_unstale":"2024-09-13T15:06:54.707461+0000","last_undegraded":"2024-09-13T15:06:54.707461+0000","last_fullsized":"2024-09-13T15:06:54.707461+0000","mapping_epoch":1389,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1390,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:04:57.106829+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"1.a","version":"373'149","reported_seq":1763,"reported_epoch":1436,"state":"active+clean","last_fresh":"2024-09-13T15:06:44.670461+0000","last_change":"2024-09-13T15:01:12.669843+0000","last_active":"2024-09-13T15:06:44.670461+0000","last_peered":"2024-09-13T15:06:44.670461+0000","last_clean":"2024-09-13T15:06:44.670461+0000","last_became_active":"2024-09-13T15:01:12.669313+0000","last_became_peered":"2024-09-13T15:01:12.669313+0000","last_unstale":"2024-09-13T15:06:44.670461+0000","last_undegraded":"2024-09-13T15:06:44.670461+0000","last_fullsized":"2024-09-13T15:06:44.670461+0000","mapping_epoch":1344,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1345,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:05.812475+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:05.812475+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:45:44.908862+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[5,2,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.8","version":"0'0","reported_seq":40,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:56.018810+0000","last_change":"2024-09-13T15:05:51.743180+0000","last_active":"2024-09-13T15:06:56.018810+0000","last_peered":"2024-09-13T15:06:56.018810+0000","last_clean":"2024-09-13T15:06:56.018810+0000","last_became_active":"2024-09-13T15:05:51.742786+0000","last_became_peered":"2024-09-13T15:05:51.742786+0000","last_unstale":"2024-09-13T15:06:56.018810+0000","last_undegraded":"2024-09-13T15:06:56.018810+0000","last_fullsized":"2024-09-13T15:06:56.018810+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:43:22.519481+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.f","version":"0'0","reported_seq":194,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:56.019963+0000","last_change":"2024-09-13T15:01:25.027529+0000","last_active":"2024-09-13T15:06:56.019963+0000","last_peered":"2024-09-13T15:06:56.019963+0000","last_clean":"2024-09-13T15:06:56.019963+0000","last_became_active":"2024-09-13T15:01:24.986960+0000","last_became_peered":"2024-09-13T15:01:24.986960+0000","last_unstale":"2024-09-13T15:06:56.019963+0000","last_undegraded":"2024-09-13T15:06:56.019963+0000","last_fullsized":"2024-09-13T15:06:56.019963+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:47:41.794862+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"1.0","version":"373'149","reported_seq":1755,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.703915+0000","last_change":"2024-09-13T15:03:54.432077+0000","last_active":"2024-09-13T15:06:54.703915+0000","last_peered":"2024-09-13T15:06:54.703915+0000","last_clean":"2024-09-13T15:06:54.703915+0000","last_became_active":"2024-09-13T15:03:54.431663+0000","last_became_peered":"2024-09-13T15:03:54.431663+0000","last_unstale":"2024-09-13T15:06:54.703915+0000","last_undegraded":"2024-09-13T15:06:54.703915+0000","last_fullsized":"2024-09-13T15:06:54.703915+0000","mapping_epoch":1407,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":1408,"parent":"0.0","parent_split_bits":0,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:02:39.669027+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:02:39.669027+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":true,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"queued for scrub","scrub_duration":15,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"2.3","version":"63'1","reported_seq":1519,"reported_epoch":1436,"state":"active+clean","last_fresh":"2024-09-13T15:06:44.670890+0000","last_change":"2024-09-13T15:03:38.346531+0000","last_active":"2024-09-13T15:06:44.670890+0000","last_peered":"2024-09-13T15:06:44.670890+0000","last_clean":"2024-09-13T15:06:44.670890+0000","last_became_active":"2024-09-13T15:03:38.345909+0000","last_became_peered":"2024-09-13T15:03:38.345909+0000","last_unstale":"2024-09-13T15:06:44.670890+0000","last_undegraded":"2024-09-13T15:06:44.670890+0000","last_fullsized":"2024-09-13T15:06:44.670890+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-14T14:55:44.823772+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029038399999999998,"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":7,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":40,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:56.018643+0000","last_change":"2024-09-13T15:05:51.734474+0000","last_active":"2024-09-13T15:06:56.018643+0000","last_peered":"2024-09-13T15:06:56.018643+0000","last_clean":"2024-09-13T15:06:56.018643+0000","last_became_active":"2024-09-13T15:05:51.734151+0000","last_became_peered":"2024-09-13T15:05:51.734151+0000","last_unstale":"2024-09-13T15:06:56.018643+0000","last_undegraded":"2024-09-13T15:06:56.018643+0000","last_fullsized":"2024-09-13T15:06:56.018643+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:39:56.749516+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[3,5,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.5","version":"0'0","reported_seq":196,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.707942+0000","last_change":"2024-09-13T15:03:38.352837+0000","last_active":"2024-09-13T15:06:54.707942+0000","last_peered":"2024-09-13T15:06:54.707942+0000","last_clean":"2024-09-13T15:06:54.707942+0000","last_became_active":"2024-09-13T15:03:38.352572+0000","last_became_peered":"2024-09-13T15:03:38.352572+0000","last_unstale":"2024-09-13T15:06:54.707942+0000","last_undegraded":"2024-09-13T15:06:54.707942+0000","last_fullsized":"2024-09-13T15:06:54.707942+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:24:21.126416+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7,0],"acting":[4,7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"1.3","version":"373'149","reported_seq":1769,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.707387+0000","last_change":"2024-09-13T14:58:41.253414+0000","last_active":"2024-09-13T15:06:54.707387+0000","last_peered":"2024-09-13T15:06:54.707387+0000","last_clean":"2024-09-13T15:06:54.707387+0000","last_became_active":"2024-09-13T14:57:55.737391+0000","last_became_peered":"2024-09-13T14:57:55.737391+0000","last_unstale":"2024-09-13T15:06:54.707387+0000","last_undegraded":"2024-09-13T15:06:54.707387+0000","last_fullsized":"2024-09-13T15:06:54.707387+0000","mapping_epoch":1296,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1297,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:41.253310+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:41.253310+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:24:04.946981+0000","scrub_duration":0.0016916399999999999,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[4,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.0","version":"0'0","reported_seq":105,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.703752+0000","last_change":"2024-09-13T15:03:38.347804+0000","last_active":"2024-09-13T15:06:54.703752+0000","last_peered":"2024-09-13T15:06:54.703752+0000","last_clean":"2024-09-13T15:06:54.703752+0000","last_became_active":"2024-09-13T15:03:38.347397+0000","last_became_peered":"2024-09-13T15:03:38.347397+0000","last_unstale":"2024-09-13T15:06:54.703752+0000","last_undegraded":"2024-09-13T15:06:54.703752+0000","last_fullsized":"2024-09-13T15:06:54.703752+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:43:12.424555+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000322109,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":2124,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.704873+0000","last_change":"2024-09-13T15:05:51.740565+0000","last_active":"2024-09-13T15:06:54.704873+0000","last_peered":"2024-09-13T15:06:54.704873+0000","last_clean":"2024-09-13T15:06:54.704873+0000","last_became_active":"2024-09-13T15:05:51.740130+0000","last_became_peered":"2024-09-13T15:05:51.740130+0000","last_unstale":"2024-09-13T15:06:54.704873+0000","last_undegraded":"2024-09-13T15:06:54.704873+0000","last_fullsized":"2024-09-13T15:06:54.704873+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:52:58.980736+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.6","version":"0'0","reported_seq":77,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.705247+0000","last_change":"2024-09-13T15:03:51.623960+0000","last_active":"2024-09-13T15:06:54.705247+0000","last_peered":"2024-09-13T15:06:54.705247+0000","last_clean":"2024-09-13T15:06:54.705247+0000","last_became_active":"2024-09-13T15:03:51.623539+0000","last_became_peered":"2024-09-13T15:03:51.623539+0000","last_unstale":"2024-09-13T15:06:54.705247+0000","last_undegraded":"2024-09-13T15:06:54.705247+0000","last_fullsized":"2024-09-13T15:06:54.705247+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:33:47.315017+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.2","version":"373'149","reported_seq":1721,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.704121+0000","last_change":"2024-09-13T15:03:38.357929+0000","last_active":"2024-09-13T15:06:54.704121+0000","last_peered":"2024-09-13T15:06:54.704121+0000","last_clean":"2024-09-13T15:06:54.704121+0000","last_became_active":"2024-09-13T15:03:38.357642+0000","last_became_peered":"2024-09-13T15:03:38.357642+0000","last_unstale":"2024-09-13T15:06:54.704121+0000","last_undegraded":"2024-09-13T15:06:54.704121+0000","last_fullsized":"2024-09-13T15:06:54.704121+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:45.571820+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:45.571820+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:40:09.261995+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.1","version":"0'0","reported_seq":212,"reported_epoch":1438,"state":"active+clean","last_fresh":"2024-09-13T15:07:00.727870+0000","last_change":"2024-09-13T15:05:51.737191+0000","last_active":"2024-09-13T15:07:00.727870+0000","last_peered":"2024-09-13T15:07:00.727870+0000","last_clean":"2024-09-13T15:07:00.727870+0000","last_became_active":"2024-09-13T15:05:51.736725+0000","last_became_peered":"2024-09-13T15:05:51.736725+0000","last_unstale":"2024-09-13T15:07:00.727870+0000","last_undegraded":"2024-09-13T15:07:00.727870+0000","last_fullsized":"2024-09-13T15:07:00.727870+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:40:12.764444+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00030931399999999999,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":205,"reported_epoch":1438,"state":"active+clean","last_fresh":"2024-09-13T15:07:00.726711+0000","last_change":"2024-09-13T15:01:09.621555+0000","last_active":"2024-09-13T15:07:00.726711+0000","last_peered":"2024-09-13T15:07:00.726711+0000","last_clean":"2024-09-13T15:07:00.726711+0000","last_became_active":"2024-09-13T15:01:09.621210+0000","last_became_peered":"2024-09-13T15:01:09.621210+0000","last_unstale":"2024-09-13T15:07:00.726711+0000","last_undegraded":"2024-09-13T15:07:00.726711+0000","last_fullsized":"2024-09-13T15:07:00.726711+0000","mapping_epoch":1341,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1342,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:08:11.168661+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.7","version":"0'0","reported_seq":127,"reported_epoch":1438,"state":"active+clean","last_fresh":"2024-09-13T15:07:00.729069+0000","last_change":"2024-09-13T15:03:51.620120+0000","last_active":"2024-09-13T15:07:00.729069+0000","last_peered":"2024-09-13T15:07:00.729069+0000","last_clean":"2024-09-13T15:07:00.729069+0000","last_became_active":"2024-09-13T15:03:51.619628+0000","last_became_peered":"2024-09-13T15:03:51.619628+0000","last_unstale":"2024-09-13T15:07:00.729069+0000","last_undegraded":"2024-09-13T15:07:00.729069+0000","last_fullsized":"2024-09-13T15:07:00.729069+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:01:31.123910+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.1","version":"373'149","reported_seq":1775,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.707021+0000","last_change":"2024-09-13T15:01:12.669020+0000","last_active":"2024-09-13T15:06:54.707021+0000","last_peered":"2024-09-13T15:06:54.707021+0000","last_clean":"2024-09-13T15:06:54.707021+0000","last_became_active":"2024-09-13T15:01:12.668669+0000","last_became_peered":"2024-09-13T15:01:12.668669+0000","last_unstale":"2024-09-13T15:06:54.707021+0000","last_undegraded":"2024-09-13T15:06:54.707021+0000","last_fullsized":"2024-09-13T15:06:54.707021+0000","mapping_epoch":1344,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1345,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:44.985050+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:44.985050+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:08:39.101982+0000","scrub_duration":0.0017537869999999999,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[5,0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.2","version":"65'2","reported_seq":1431,"reported_epoch":1436,"state":"active+clean","last_fresh":"2024-09-13T15:06:44.671912+0000","last_change":"2024-09-13T14:56:25.089588+0000","last_active":"2024-09-13T15:06:44.671912+0000","last_peered":"2024-09-13T15:06:44.671912+0000","last_clean":"2024-09-13T15:06:44.671912+0000","last_became_active":"2024-09-13T14:56:24.926628+0000","last_became_peered":"2024-09-13T14:56:24.926628+0000","last_unstale":"2024-09-13T15:06:44.671912+0000","last_undegraded":"2024-09-13T15:06:44.671912+0000","last_fullsized":"2024-09-13T15:06:44.671912+0000","mapping_epoch":1264,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1265,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-14T20:55:55.656534+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00094368000000000002,"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":1,"num_bytes_recovered":19,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"3.3","version":"0'0","reported_seq":172,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.707543+0000","last_change":"2024-09-13T14:57:14.902547+0000","last_active":"2024-09-13T15:06:54.707543+0000","last_peered":"2024-09-13T15:06:54.707543+0000","last_clean":"2024-09-13T15:06:54.707543+0000","last_became_active":"2024-09-13T14:57:14.902293+0000","last_became_peered":"2024-09-13T14:57:14.902293+0000","last_unstale":"2024-09-13T15:06:54.707543+0000","last_undegraded":"2024-09-13T15:06:54.707543+0000","last_fullsized":"2024-09-13T15:06:54.707543+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:56:57.423234+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.4","version":"0'0","reported_seq":212,"reported_epoch":1438,"state":"active+clean","last_fresh":"2024-09-13T15:07:00.726934+0000","last_change":"2024-09-13T15:01:24.976845+0000","last_active":"2024-09-13T15:07:00.726934+0000","last_peered":"2024-09-13T15:07:00.726934+0000","last_clean":"2024-09-13T15:07:00.726934+0000","last_became_active":"2024-09-13T15:01:24.976060+0000","last_became_peered":"2024-09-13T15:01:24.976060+0000","last_unstale":"2024-09-13T15:07:00.726934+0000","last_undegraded":"2024-09-13T15:07:00.726934+0000","last_fullsized":"2024-09-13T15:07:00.726934+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:53:30.324342+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[2,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"1.7","version":"373'149","reported_seq":1684,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:56.019825+0000","last_change":"2024-09-13T15:06:01.469716+0000","last_active":"2024-09-13T15:06:56.019825+0000","last_peered":"2024-09-13T15:06:56.019825+0000","last_clean":"2024-09-13T15:06:56.019825+0000","last_became_active":"2024-09-13T15:05:54.405373+0000","last_became_peered":"2024-09-13T15:05:54.405373+0000","last_unstale":"2024-09-13T15:06:56.019825+0000","last_undegraded":"2024-09-13T15:06:56.019825+0000","last_fullsized":"2024-09-13T15:06:56.019825+0000","mapping_epoch":1425,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1426,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:06:01.469635+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:06:01.469635+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:12:02.151647+0000","scrub_duration":5,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[3,7,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.5","version":"0'0","reported_seq":1492,"reported_epoch":1436,"state":"active+clean","last_fresh":"2024-09-13T15:06:44.671260+0000","last_change":"2024-09-13T15:01:24.988475+0000","last_active":"2024-09-13T15:06:44.671260+0000","last_peered":"2024-09-13T15:06:44.671260+0000","last_clean":"2024-09-13T15:06:44.671260+0000","last_became_active":"2024-09-13T15:01:24.988142+0000","last_became_peered":"2024-09-13T15:01:24.988142+0000","last_unstale":"2024-09-13T15:06:44.671260+0000","last_undegraded":"2024-09-13T15:06:44.671260+0000","last_fullsized":"2024-09-13T15:06:44.671260+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:45:39.600773+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.4","version":"0'0","reported_seq":2078,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.705871+0000","last_change":"2024-09-13T15:03:38.353803+0000","last_active":"2024-09-13T15:06:54.705871+0000","last_peered":"2024-09-13T15:06:54.705871+0000","last_clean":"2024-09-13T15:06:54.705871+0000","last_became_active":"2024-09-13T15:03:38.353451+0000","last_became_peered":"2024-09-13T15:03:38.353451+0000","last_unstale":"2024-09-13T15:06:54.705871+0000","last_undegraded":"2024-09-13T15:06:54.705871+0000","last_fullsized":"2024-09-13T15:06:54.705871+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:29:47.331237+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00031535100000000001,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[0,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"4.2","version":"0'0","reported_seq":1696,"reported_epoch":1436,"state":"active+clean","last_fresh":"2024-09-13T15:06:44.671998+0000","last_change":"2024-09-13T14:57:14.909267+0000","last_active":"2024-09-13T15:06:44.671998+0000","last_peered":"2024-09-13T15:06:44.671998+0000","last_clean":"2024-09-13T15:06:44.671998+0000","last_became_active":"2024-09-13T14:57:14.908962+0000","last_became_peered":"2024-09-13T14:57:14.908962+0000","last_unstale":"2024-09-13T15:06:44.671998+0000","last_undegraded":"2024-09-13T15:06:44.671998+0000","last_fullsized":"2024-09-13T15:06:44.671998+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:16:41.040247+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[5,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"1.6","version":"373'149","reported_seq":1885,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.705615+0000","last_change":"2024-09-13T15:05:54.416545+0000","last_active":"2024-09-13T15:06:54.705615+0000","last_peered":"2024-09-13T15:06:54.705615+0000","last_clean":"2024-09-13T15:06:54.705615+0000","last_became_active":"2024-09-13T15:05:54.414577+0000","last_became_peered":"2024-09-13T15:05:54.414577+0000","last_unstale":"2024-09-13T15:06:54.705615+0000","last_undegraded":"2024-09-13T15:06:54.705615+0000","last_fullsized":"2024-09-13T15:06:54.705615+0000","mapping_epoch":1425,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1426,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:47.545603+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:47.545603+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:19:04.777726+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.4","version":"0'0","reported_seq":205,"reported_epoch":1438,"state":"active+clean","last_fresh":"2024-09-13T15:07:00.727026+0000","last_change":"2024-09-13T15:01:09.626775+0000","last_active":"2024-09-13T15:07:00.727026+0000","last_peered":"2024-09-13T15:07:00.727026+0000","last_clean":"2024-09-13T15:07:00.727026+0000","last_became_active":"2024-09-13T15:01:09.626498+0000","last_became_peered":"2024-09-13T15:01:09.626498+0000","last_unstale":"2024-09-13T15:07:00.727026+0000","last_undegraded":"2024-09-13T15:07:00.727026+0000","last_fullsized":"2024-09-13T15:07:00.727026+0000","mapping_epoch":1341,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1342,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:39:58.054131+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[2,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"2.5","version":"0'0","reported_seq":105,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.704249+0000","last_change":"2024-09-13T15:03:38.351643+0000","last_active":"2024-09-13T15:06:54.704249+0000","last_peered":"2024-09-13T15:06:54.704249+0000","last_clean":"2024-09-13T15:06:54.704249+0000","last_became_active":"2024-09-13T15:03:38.350507+0000","last_became_peered":"2024-09-13T15:03:38.350507+0000","last_unstale":"2024-09-13T15:06:54.704249+0000","last_undegraded":"2024-09-13T15:06:54.704249+0000","last_fullsized":"2024-09-13T15:06:54.704249+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:55:27.075999+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000327091,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.3","version":"0'0","reported_seq":2088,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.705354+0000","last_change":"2024-09-13T15:03:38.350008+0000","last_active":"2024-09-13T15:06:54.705354+0000","last_peered":"2024-09-13T15:06:54.705354+0000","last_clean":"2024-09-13T15:06:54.705354+0000","last_became_active":"2024-09-13T15:03:38.348336+0000","last_became_peered":"2024-09-13T15:03:38.348336+0000","last_unstale":"2024-09-13T15:06:54.705354+0000","last_undegraded":"2024-09-13T15:06:54.705354+0000","last_fullsized":"2024-09-13T15:06:54.705354+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:53:36.912607+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.5","version":"373'149","reported_seq":1813,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.708923+0000","last_change":"2024-09-13T15:01:12.672283+0000","last_active":"2024-09-13T15:06:54.708923+0000","last_peered":"2024-09-13T15:06:54.708923+0000","last_clean":"2024-09-13T15:06:54.708923+0000","last_became_active":"2024-09-13T15:01:12.671951+0000","last_became_peered":"2024-09-13T15:01:12.671951+0000","last_unstale":"2024-09-13T15:06:54.708923+0000","last_undegraded":"2024-09-13T15:06:54.708923+0000","last_fullsized":"2024-09-13T15:06:54.708923+0000","mapping_epoch":1344,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1345,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:53.120435+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:53.120435+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:59:42.418629+0000","scrub_duration":0.001555313,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,5],"acting":[4,2,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.7","version":"70'2","reported_seq":209,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:56.019927+0000","last_change":"2024-09-13T15:03:38.347346+0000","last_active":"2024-09-13T15:06:56.019927+0000","last_peered":"2024-09-13T15:06:56.019927+0000","last_clean":"2024-09-13T15:06:56.019927+0000","last_became_active":"2024-09-13T15:03:38.346858+0000","last_became_peered":"2024-09-13T15:03:38.346858+0000","last_unstale":"2024-09-13T15:06:56.019927+0000","last_undegraded":"2024-09-13T15:06:56.019927+0000","last_fullsized":"2024-09-13T15:06:56.019927+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T21:34:18.078474+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":2,"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":[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":"0'0","reported_seq":199,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.707690+0000","last_change":"2024-09-13T15:01:24.977687+0000","last_active":"2024-09-13T15:06:54.707690+0000","last_peered":"2024-09-13T15:06:54.707690+0000","last_clean":"2024-09-13T15:06:54.707690+0000","last_became_active":"2024-09-13T15:01:24.976347+0000","last_became_peered":"2024-09-13T15:01:24.976347+0000","last_unstale":"2024-09-13T15:06:54.707690+0000","last_undegraded":"2024-09-13T15:06:54.707690+0000","last_fullsized":"2024-09-13T15:06:54.707690+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:05:48.871297+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.0","version":"0'0","reported_seq":40,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:56.018936+0000","last_change":"2024-09-13T15:05:51.739298+0000","last_active":"2024-09-13T15:06:56.018936+0000","last_peered":"2024-09-13T15:06:56.018936+0000","last_clean":"2024-09-13T15:06:56.018936+0000","last_became_active":"2024-09-13T15:05:51.738901+0000","last_became_peered":"2024-09-13T15:05:51.738901+0000","last_unstale":"2024-09-13T15:06:56.018936+0000","last_undegraded":"2024-09-13T15:06:56.018936+0000","last_fullsized":"2024-09-13T15:06:56.018936+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:04:27.190615+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.4","version":"373'149","reported_seq":1865,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:56.019442+0000","last_change":"2024-09-13T15:03:38.347914+0000","last_active":"2024-09-13T15:06:56.019442+0000","last_peered":"2024-09-13T15:06:56.019442+0000","last_clean":"2024-09-13T15:06:56.019442+0000","last_became_active":"2024-09-13T15:03:38.347486+0000","last_became_peered":"2024-09-13T15:03:38.347486+0000","last_unstale":"2024-09-13T15:06:56.019442+0000","last_undegraded":"2024-09-13T15:06:56.019442+0000","last_fullsized":"2024-09-13T15:06:56.019442+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:01:29.028945+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:01:29.028945+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:05:18.331893+0000","scrub_duration":15,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[3,5,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.6","version":"70'1","reported_seq":81,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.705636+0000","last_change":"2024-09-13T15:05:47.254193+0000","last_active":"2024-09-13T15:06:54.705636+0000","last_peered":"2024-09-13T15:06:54.705636+0000","last_clean":"2024-09-13T15:06:54.705636+0000","last_became_active":"2024-09-13T15:03:51.622162+0000","last_became_peered":"2024-09-13T15:03:51.622162+0000","last_unstale":"2024-09-13T15:06:54.705636+0000","last_undegraded":"2024-09-13T15:06:54.705636+0000","last_fullsized":"2024-09-13T15:06:54.705636+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1419,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T18:10:03.754733+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":3,"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,1,4],"acting":[0,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.7","version":"0'0","reported_seq":150,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.704554+0000","last_change":"2024-09-13T15:03:38.350529+0000","last_active":"2024-09-13T15:06:54.704554+0000","last_peered":"2024-09-13T15:06:54.704554+0000","last_clean":"2024-09-13T15:06:54.704554+0000","last_became_active":"2024-09-13T15:03:38.348433+0000","last_became_peered":"2024-09-13T15:03:38.348433+0000","last_unstale":"2024-09-13T15:06:54.704554+0000","last_undegraded":"2024-09-13T15:06:54.704554+0000","last_fullsized":"2024-09-13T15:06:54.704554+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:33:01.473730+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029877400000000002,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[7,2,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.1","version":"0'0","reported_seq":172,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.707578+0000","last_change":"2024-09-13T14:57:14.896516+0000","last_active":"2024-09-13T15:06:54.707578+0000","last_peered":"2024-09-13T15:06:54.707578+0000","last_clean":"2024-09-13T15:06:54.707578+0000","last_became_active":"2024-09-13T14:57:14.896208+0000","last_became_peered":"2024-09-13T14:57:14.896208+0000","last_unstale":"2024-09-13T15:06:54.707578+0000","last_undegraded":"2024-09-13T15:06:54.707578+0000","last_fullsized":"2024-09-13T15:06:54.707578+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:41:18.049255+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"4.13","version":"0'0","reported_seq":172,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.707467+0000","last_change":"2024-09-13T14:57:14.905886+0000","last_active":"2024-09-13T15:06:54.707467+0000","last_peered":"2024-09-13T15:06:54.707467+0000","last_clean":"2024-09-13T15:06:54.707467+0000","last_became_active":"2024-09-13T14:57:14.905522+0000","last_became_peered":"2024-09-13T14:57:14.905522+0000","last_unstale":"2024-09-13T15:06:54.707467+0000","last_undegraded":"2024-09-13T15:06:54.707467+0000","last_fullsized":"2024-09-13T15:06:54.707467+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:15:11.492951+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[4,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.14","version":"455'23","reported_seq":235,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.708070+0000","last_change":"2024-09-13T15:03:38.355028+0000","last_active":"2024-09-13T15:06:54.708070+0000","last_peered":"2024-09-13T15:06:54.708070+0000","last_clean":"2024-09-13T15:06:54.708070+0000","last_became_active":"2024-09-13T15:03:38.354646+0000","last_became_peered":"2024-09-13T15:03:38.354646+0000","last_unstale":"2024-09-13T15:06:54.708070+0000","last_undegraded":"2024-09-13T15:06:54.708070+0000","last_fullsized":"2024-09-13T15:06:54.708070+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":23,"log_dups_size":0,"ondisk_log_size":23,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:45:54.923031+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":4756,"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":23,"num_write_kb":20,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":20,"num_bytes_recovered":23780,"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":[4,7,2],"acting":[4,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.12","version":"0'0","reported_seq":205,"reported_epoch":1438,"state":"active+clean","last_fresh":"2024-09-13T15:07:00.726772+0000","last_change":"2024-09-13T15:01:09.619289+0000","last_active":"2024-09-13T15:07:00.726772+0000","last_peered":"2024-09-13T15:07:00.726772+0000","last_clean":"2024-09-13T15:07:00.726772+0000","last_became_active":"2024-09-13T15:01:09.618935+0000","last_became_peered":"2024-09-13T15:01:09.618935+0000","last_unstale":"2024-09-13T15:07:00.726772+0000","last_undegraded":"2024-09-13T15:07:00.726772+0000","last_fullsized":"2024-09-13T15:07:00.726772+0000","mapping_epoch":1341,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1342,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:11:34.367502+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.15","version":"70'3","reported_seq":153,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.704437+0000","last_change":"2024-09-13T15:03:38.351650+0000","last_active":"2024-09-13T15:06:54.704437+0000","last_peered":"2024-09-13T15:06:54.704437+0000","last_clean":"2024-09-13T15:06:54.704437+0000","last_became_active":"2024-09-13T15:03:38.350405+0000","last_became_peered":"2024-09-13T15:03:38.350405+0000","last_unstale":"2024-09-13T15:06:54.704437+0000","last_undegraded":"2024-09-13T15:06:54.704437+0000","last_fullsized":"2024-09-13T15:06:54.704437+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T15:39:09.711845+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":6,"num_bytes_recovered":270,"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,3,4],"acting":[7,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.14","version":"373'149","reported_seq":1836,"reported_epoch":1438,"state":"active+clean","last_fresh":"2024-09-13T15:07:00.727115+0000","last_change":"2024-09-13T15:03:38.353142+0000","last_active":"2024-09-13T15:07:00.727115+0000","last_peered":"2024-09-13T15:07:00.727115+0000","last_clean":"2024-09-13T15:07:00.727115+0000","last_became_active":"2024-09-13T15:03:38.352816+0000","last_became_peered":"2024-09-13T15:03:38.352816+0000","last_unstale":"2024-09-13T15:07:00.727115+0000","last_undegraded":"2024-09-13T15:07:00.727115+0000","last_fullsized":"2024-09-13T15:07:00.727115+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:01:25.087696+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:01:25.087696+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:54:01.274831+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[2,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.16","version":"0'0","reported_seq":1464,"reported_epoch":1436,"state":"active+clean","last_fresh":"2024-09-13T15:06:44.671372+0000","last_change":"2024-09-13T15:03:38.347080+0000","last_active":"2024-09-13T15:06:44.671372+0000","last_peered":"2024-09-13T15:06:44.671372+0000","last_clean":"2024-09-13T15:06:44.671372+0000","last_became_active":"2024-09-13T15:03:38.346731+0000","last_became_peered":"2024-09-13T15:03:38.346731+0000","last_unstale":"2024-09-13T15:06:44.671372+0000","last_undegraded":"2024-09-13T15:06:44.671372+0000","last_fullsized":"2024-09-13T15:06:44.671372+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:12:59.793120+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.11","version":"0'0","reported_seq":205,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:56.019177+0000","last_change":"2024-09-13T15:03:38.347061+0000","last_active":"2024-09-13T15:06:56.019177+0000","last_peered":"2024-09-13T15:06:56.019177+0000","last_clean":"2024-09-13T15:06:56.019177+0000","last_became_active":"2024-09-13T15:03:38.346728+0000","last_became_peered":"2024-09-13T15:03:38.346728+0000","last_unstale":"2024-09-13T15:06:56.019177+0000","last_undegraded":"2024-09-13T15:06:56.019177+0000","last_fullsized":"2024-09-13T15:06:56.019177+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:27:43.708101+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[3,7,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.17","version":"0'0","reported_seq":2087,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.705869+0000","last_change":"2024-09-13T15:01:24.980537+0000","last_active":"2024-09-13T15:06:54.705869+0000","last_peered":"2024-09-13T15:06:54.705869+0000","last_clean":"2024-09-13T15:06:54.705869+0000","last_became_active":"2024-09-13T15:01:24.980250+0000","last_became_peered":"2024-09-13T15:01:24.980250+0000","last_unstale":"2024-09-13T15:06:54.705869+0000","last_undegraded":"2024-09-13T15:06:54.705869+0000","last_fullsized":"2024-09-13T15:06:54.705869+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:24:28.559561+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.10","version":"0'0","reported_seq":194,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:56.019292+0000","last_change":"2024-09-13T15:01:24.974745+0000","last_active":"2024-09-13T15:06:56.019292+0000","last_peered":"2024-09-13T15:06:56.019292+0000","last_clean":"2024-09-13T15:06:56.019292+0000","last_became_active":"2024-09-13T15:01:24.974421+0000","last_became_peered":"2024-09-13T15:01:24.974421+0000","last_unstale":"2024-09-13T15:06:56.019292+0000","last_undegraded":"2024-09-13T15:06:56.019292+0000","last_fullsized":"2024-09-13T15:06:56.019292+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:28:38.841799+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"4.1f","version":"0'0","reported_seq":1267,"reported_epoch":1436,"state":"active+clean","last_fresh":"2024-09-13T15:06:51.044975+0000","last_change":"2024-09-13T14:56:24.931876+0000","last_active":"2024-09-13T15:06:51.044975+0000","last_peered":"2024-09-13T15:06:51.044975+0000","last_clean":"2024-09-13T15:06:51.044975+0000","last_became_active":"2024-09-13T14:56:24.931589+0000","last_became_peered":"2024-09-13T14:56:24.931589+0000","last_unstale":"2024-09-13T15:06:51.044975+0000","last_undegraded":"2024-09-13T15:06:51.044975+0000","last_fullsized":"2024-09-13T15:06:51.044975+0000","mapping_epoch":1264,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1265,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:34:37.022035+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"3.18","version":"0'0","reported_seq":201,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:56.018586+0000","last_change":"2024-09-13T15:03:51.627446+0000","last_active":"2024-09-13T15:06:56.018586+0000","last_peered":"2024-09-13T15:06:56.018586+0000","last_clean":"2024-09-13T15:06:56.018586+0000","last_became_active":"2024-09-13T15:03:51.627121+0000","last_became_peered":"2024-09-13T15:03:51.627121+0000","last_unstale":"2024-09-13T15:06:56.018586+0000","last_undegraded":"2024-09-13T15:06:56.018586+0000","last_fullsized":"2024-09-13T15:06:56.018586+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:48:38.869948+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1e","version":"0'0","reported_seq":2129,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.705554+0000","last_change":"2024-09-13T15:05:51.741349+0000","last_active":"2024-09-13T15:06:54.705554+0000","last_peered":"2024-09-13T15:06:54.705554+0000","last_clean":"2024-09-13T15:06:54.705554+0000","last_became_active":"2024-09-13T15:05:51.741016+0000","last_became_peered":"2024-09-13T15:05:51.741016+0000","last_unstale":"2024-09-13T15:06:54.705554+0000","last_undegraded":"2024-09-13T15:06:54.705554+0000","last_fullsized":"2024-09-13T15:06:54.705554+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:24:57.100933+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.19","version":"0'0","reported_seq":2092,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.899380+0000","last_change":"2024-09-13T15:01:24.971960+0000","last_active":"2024-09-13T15:06:54.899380+0000","last_peered":"2024-09-13T15:06:54.899380+0000","last_clean":"2024-09-13T15:06:54.899380+0000","last_became_active":"2024-09-13T15:01:24.971517+0000","last_became_peered":"2024-09-13T15:01:24.971517+0000","last_unstale":"2024-09-13T15:06:54.899380+0000","last_undegraded":"2024-09-13T15:06:54.899380+0000","last_fullsized":"2024-09-13T15:06:54.899380+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:30:11.660530+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1d","version":"0'0","reported_seq":194,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:56.019599+0000","last_change":"2024-09-13T15:01:24.976076+0000","last_active":"2024-09-13T15:06:56.019599+0000","last_peered":"2024-09-13T15:06:56.019599+0000","last_clean":"2024-09-13T15:06:56.019599+0000","last_became_active":"2024-09-13T15:01:24.975757+0000","last_became_peered":"2024-09-13T15:01:24.975757+0000","last_unstale":"2024-09-13T15:06:56.019599+0000","last_undegraded":"2024-09-13T15:06:56.019599+0000","last_fullsized":"2024-09-13T15:06:56.019599+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:12:40.080845+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"3.1a","version":"70'1","reported_seq":180,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.707431+0000","last_change":"2024-09-13T15:01:09.621644+0000","last_active":"2024-09-13T15:06:54.707431+0000","last_peered":"2024-09-13T15:06:54.707431+0000","last_clean":"2024-09-13T15:06:54.707431+0000","last_became_active":"2024-09-13T15:01:09.620336+0000","last_became_peered":"2024-09-13T15:01:09.620336+0000","last_unstale":"2024-09-13T15:06:54.707431+0000","last_undegraded":"2024-09-13T15:06:54.707431+0000","last_fullsized":"2024-09-13T15:06:54.707431+0000","mapping_epoch":1341,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1342,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T20:00:35.360146+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1c","version":"0'0","reported_seq":212,"reported_epoch":1438,"state":"active+clean","last_fresh":"2024-09-13T15:07:00.727206+0000","last_change":"2024-09-13T15:01:24.976370+0000","last_active":"2024-09-13T15:07:00.727206+0000","last_peered":"2024-09-13T15:07:00.727206+0000","last_clean":"2024-09-13T15:07:00.727206+0000","last_became_active":"2024-09-13T15:01:24.975596+0000","last_became_peered":"2024-09-13T15:01:24.975596+0000","last_unstale":"2024-09-13T15:07:00.727206+0000","last_undegraded":"2024-09-13T15:07:00.727206+0000","last_fullsized":"2024-09-13T15:07:00.727206+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:13:32.203601+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[2,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.1b","version":"70'1","reported_seq":77,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.705123+0000","last_change":"2024-09-13T15:03:51.621572+0000","last_active":"2024-09-13T15:06:54.705123+0000","last_peered":"2024-09-13T15:06:54.705123+0000","last_clean":"2024-09-13T15:06:54.705123+0000","last_became_active":"2024-09-13T15:03:51.621247+0000","last_became_peered":"2024-09-13T15:03:51.621247+0000","last_unstale":"2024-09-13T15:06:54.705123+0000","last_undegraded":"2024-09-13T15:06:54.705123+0000","last_fullsized":"2024-09-13T15:06:54.705123+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T00:42:04.854905+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1b","version":"0'0","reported_seq":207,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.707680+0000","last_change":"2024-09-13T15:01:24.977220+0000","last_active":"2024-09-13T15:06:54.707680+0000","last_peered":"2024-09-13T15:06:54.707680+0000","last_clean":"2024-09-13T15:06:54.707680+0000","last_became_active":"2024-09-13T15:01:24.976741+0000","last_became_peered":"2024-09-13T15:01:24.976741+0000","last_unstale":"2024-09-13T15:06:54.707680+0000","last_undegraded":"2024-09-13T15:06:54.707680+0000","last_fullsized":"2024-09-13T15:06:54.707680+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:58:20.383610+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,3,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1c","version":"70'2","reported_seq":1447,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.707576+0000","last_change":"2024-09-13T14:57:15.014505+0000","last_active":"2024-09-13T15:06:54.707576+0000","last_peered":"2024-09-13T15:06:54.707576+0000","last_clean":"2024-09-13T15:06:54.707576+0000","last_became_active":"2024-09-13T14:57:14.993038+0000","last_became_peered":"2024-09-13T14:57:14.993038+0000","last_unstale":"2024-09-13T15:06:54.707576+0000","last_undegraded":"2024-09-13T15:06:54.707576+0000","last_fullsized":"2024-09-13T15:06:54.707576+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T14:36:30.851322+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":4,"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":[5,4,1],"acting":[5,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.1a","version":"0'0","reported_seq":198,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.708193+0000","last_change":"2024-09-13T15:01:24.976575+0000","last_active":"2024-09-13T15:06:54.708193+0000","last_peered":"2024-09-13T15:06:54.708193+0000","last_clean":"2024-09-13T15:06:54.708193+0000","last_became_active":"2024-09-13T15:01:24.976122+0000","last_became_peered":"2024-09-13T15:01:24.976122+0000","last_unstale":"2024-09-13T15:06:54.708193+0000","last_undegraded":"2024-09-13T15:06:54.708193+0000","last_fullsized":"2024-09-13T15:06:54.708193+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:25:55.386466+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[4,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1d","version":"70'2","reported_seq":1434,"reported_epoch":1436,"state":"active+clean","last_fresh":"2024-09-13T15:06:44.671115+0000","last_change":"2024-09-13T14:57:14.995153+0000","last_active":"2024-09-13T15:06:44.671115+0000","last_peered":"2024-09-13T15:06:44.671115+0000","last_clean":"2024-09-13T15:06:44.671115+0000","last_became_active":"2024-09-13T14:57:14.955820+0000","last_became_peered":"2024-09-13T14:57:14.955820+0000","last_unstale":"2024-09-13T15:06:44.671115+0000","last_undegraded":"2024-09-13T15:06:44.671115+0000","last_fullsized":"2024-09-13T15:06:44.671115+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T02:09:07.710606+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":3,"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":[5,4,1],"acting":[5,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.19","version":"0'0","reported_seq":194,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:56.019078+0000","last_change":"2024-09-13T15:01:24.975308+0000","last_active":"2024-09-13T15:06:56.019078+0000","last_peered":"2024-09-13T15:06:56.019078+0000","last_clean":"2024-09-13T15:06:56.019078+0000","last_became_active":"2024-09-13T15:01:24.974989+0000","last_became_peered":"2024-09-13T15:01:24.974989+0000","last_unstale":"2024-09-13T15:06:56.019078+0000","last_undegraded":"2024-09-13T15:06:56.019078+0000","last_fullsized":"2024-09-13T15:06:56.019078+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:22:58.631475+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,0],"acting":[3,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1e","version":"70'1","reported_seq":195,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:56.019752+0000","last_change":"2024-09-13T15:01:24.986072+0000","last_active":"2024-09-13T15:06:56.019752+0000","last_peered":"2024-09-13T15:06:56.019752+0000","last_clean":"2024-09-13T15:06:56.019752+0000","last_became_active":"2024-09-13T15:01:24.985247+0000","last_became_peered":"2024-09-13T15:01:24.985247+0000","last_unstale":"2024-09-13T15:06:56.019752+0000","last_undegraded":"2024-09-13T15:06:56.019752+0000","last_fullsized":"2024-09-13T15:06:56.019752+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T14:34:52.287383+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,1],"acting":[3,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.18","version":"0'0","reported_seq":189,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:55.757313+0000","last_change":"2024-09-13T15:05:51.743211+0000","last_active":"2024-09-13T15:06:55.757313+0000","last_peered":"2024-09-13T15:06:55.757313+0000","last_clean":"2024-09-13T15:06:55.757313+0000","last_became_active":"2024-09-13T15:05:51.742849+0000","last_became_peered":"2024-09-13T15:05:51.742849+0000","last_unstale":"2024-09-13T15:06:55.757313+0000","last_undegraded":"2024-09-13T15:06:55.757313+0000","last_fullsized":"2024-09-13T15:06:55.757313+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:51:58.508631+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1f","version":"70'4","reported_seq":83,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.705771+0000","last_change":"2024-09-13T15:05:47.245115+0000","last_active":"2024-09-13T15:06:54.705771+0000","last_peered":"2024-09-13T15:06:54.705771+0000","last_clean":"2024-09-13T15:06:54.705771+0000","last_became_active":"2024-09-13T15:03:51.620936+0000","last_became_peered":"2024-09-13T15:03:51.620936+0000","last_unstale":"2024-09-13T15:06:54.705771+0000","last_undegraded":"2024-09-13T15:06:54.705771+0000","last_fullsized":"2024-09-13T15:06:54.705771+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1419,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T00:58:17.705835+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":14,"num_bytes_recovered":4074,"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,5,2],"acting":[0,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]}],"pool_stats":[{"poolid":4,"num_pg":32,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":96,"acting":96,"num_store_stats":8},{"poolid":3,"num_pg":32,"stat_sum":{"num_bytes":5554,"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":62,"num_write_kb":31,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":91,"num_bytes_recovered":28572,"num_keys_recovered":30,"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":122880,"data_stored":22104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":23634,"internal_metadata":0},"log_size":56,"ondisk_log_size":56,"up":96,"acting":96,"num_store_stats":8},{"poolid":2,"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":8,"num_bytes_recovered":19,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":16384,"data_stored":76,"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":1,"num_pg":21,"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":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":5,"num_bytes_recovered":1378432,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":2375680,"data_stored":2361472,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":3129,"ondisk_log_size":3129,"up":63,"acting":63,"num_store_stats":8}],"osd_stats":[{"osd":7,"up_from":1400,"seq":6012954214442,"num_pgs":45,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":259000,"kb_used_data":53036,"kb_used_omap":66,"kb_used_meta":202109,"kb_avail":93486152,"statfs":{"total":95995035648,"available":95729819648,"internally_reserved":0,"allocated":54308864,"data_stored":51345693,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":67622,"internal_metadata":206960602},"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":0,"seq":5248450035884,"num_pgs":0,"num_osds":0,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":0,"kb_used":0,"kb_used_data":0,"kb_used_omap":0,"kb_used_meta":0,"kb_avail":0,"statfs":{"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},"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":[]},{"osd":5,"up_from":38,"seq":163208757854,"num_pgs":46,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1271320,"kb_used_data":7884,"kb_used_omap":1,"kb_used_meta":1263422,"kb_avail":92473832,"statfs":{"total":95995035648,"available":94693203968,"internally_reserved":0,"allocated":8073216,"data_stored":5128937,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":1293744582},"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":[]},{"osd":4,"up_from":30,"seq":128849019491,"num_pgs":61,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1026728,"kb_used_data":211420,"kb_used_omap":1,"kb_used_meta":815294,"kb_avail":92718424,"statfs":{"total":95995035648,"available":94943666176,"internally_reserved":0,"allocated":216494080,"data_stored":213539692,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":834861510},"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":4,"apply_latency_ms":4,"commit_latency_ns":4000000,"apply_latency_ns":4000000},"alerts":[]},{"osd":3,"up_from":845,"seq":3629247365520,"num_pgs":53,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":983764,"kb_used_data":8200,"kb_used_omap":34,"kb_used_meta":975517,"kb_avail":92761388,"statfs":{"total":95995035648,"available":94987661312,"internally_reserved":0,"allocated":8396800,"data_stored":5456118,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":35801,"internal_metadata":998929447},"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":813,"seq":3491808412055,"num_pgs":34,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":635768,"kb_used_data":7916,"kb_used_omap":50,"kb_used_meta":627789,"kb_avail":93109384,"statfs":{"total":95995035648,"available":95344009216,"internally_reserved":0,"allocated":8105984,"data_stored":5144706,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":52011,"internal_metadata":642856149},"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":12,"apply_latency_ms":12,"commit_latency_ns":12000000,"apply_latency_ns":12000000},"alerts":[]},{"osd":1,"up_from":780,"seq":3350074491293,"num_pgs":46,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1494412,"kb_used_data":372544,"kb_used_omap":30,"kb_used_meta":1121825,"kb_avail":92250740,"statfs":{"total":95995035648,"available":94464757760,"internally_reserved":0,"allocated":381485056,"data_stored":378551881,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":31404,"internal_metadata":1148749140},"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":[]},{"osd":0,"up_from":746,"seq":3204045603236,"num_pgs":51,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1061912,"kb_used_data":7952,"kb_used_omap":66,"kb_used_meta":1053885,"kb_avail":92683240,"statfs":{"total":95995035648,"available":94907637760,"internally_reserved":0,"allocated":8142848,"data_stored":5196481,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":68403,"internal_metadata":1079178445},"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":327680,"data_stored":327680,"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":0,"data_stored":0,"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":266240,"data_stored":262688,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"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":327680,"data_stored":327680,"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":266240,"data_stored":262688,"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":0,"data_stored":0,"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":4096,"data_stored":19,"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":4096,"data_stored":19,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":4096,"data_stored":19,"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":4096,"data_stored":19,"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":0,"data_stored":0,"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":8192,"data_stored":604,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3890,"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":3041,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":20480,"data_stored":5372,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1366,"internal_metadata":0},{"poolid":3,"osd":3,"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":3176,"internal_metadata":0},{"poolid":3,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":24576,"data_stored":4902,"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":8192,"data_stored":652,"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":24576,"data_stored":5442,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5318,"internal_metadata":0},{"poolid":3,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":28672,"data_stored":4972,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":6843,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":0,"data_stored":0,"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-09-13T15:07:05.266 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:07:05.328 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:05.349 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:05.350 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:05.350 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:05.451 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:07:05.557 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:05.557 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:05.558 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:07:05.602 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:07:05.658 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:07:05.684 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:05.685 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:05.685 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:07:05.786 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:07:05.811 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:05.812 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:05.812 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:07:05.823 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:05 smithi071 ceph-mon[107477]: pgmap v2310: 93 pgs: 93 active+clean; 582 KiB data, 6.4 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:07:05.824 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:05 smithi071 ceph-mon[112785]: pgmap v2310: 93 pgs: 93 active+clean; 582 KiB data, 6.4 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:07:05.913 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:05.936 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:05.936 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:05.936 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:06.020 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:05 smithi104 ceph-mon[105578]: pgmap v2310: 93 pgs: 93 active+clean; 582 KiB data, 6.4 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:07:06.037 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:06.058 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:06.059 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:06.059 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:06.160 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:07:06.181 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:06.181 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:06.182 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:07:06.282 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:07:06.307 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:06.307 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:06.308 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:07:06.408 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:07:06.432 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:06.433 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:06.433 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:07:06.534 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:07:06.555 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:06.556 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:06.556 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:07:06.657 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:07:06.682 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:06.683 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:06.683 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:07:06.784 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:07:06.810 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:06.810 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:06.811 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:07:06.911 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:07:06.934 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:06.934 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:06.935 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:07:07.035 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:07:07.062 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:07.062 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:07.063 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:07:07.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:06 smithi071 ceph-mon[107477]: 1.0 scrub starts 2024-09-13T15:07:07.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:06 smithi071 ceph-mon[107477]: 1.0 scrub ok 2024-09-13T15:07:07.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:06 smithi071 ceph-mon[112785]: 1.0 scrub starts 2024-09-13T15:07:07.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:06 smithi071 ceph-mon[112785]: 1.0 scrub ok 2024-09-13T15:07:07.164 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:07.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:06 smithi104 ceph-mon[105578]: 1.0 scrub starts 2024-09-13T15:07:07.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:06 smithi104 ceph-mon[105578]: 1.0 scrub ok 2024-09-13T15:07:07.186 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:07.187 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:07.188 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:07.289 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:07:07.314 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:07.315 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:07.315 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:07:07.416 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:07.438 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:07.439 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:07.439 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:07.540 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:07.562 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:07.562 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:07.563 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:07.663 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:07.684 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:07.685 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:07.685 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:07.786 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:07:07.807 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:07.809 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:07.810 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:07:07.910 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:07:07.936 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:07.936 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:07.937 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:07:08.038 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:07:08.063 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:08.063 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:08.064 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:07:08.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:07 smithi071 ceph-mon[107477]: pgmap v2311: 93 pgs: 93 active+clean; 582 KiB data, 6.2 GiB used, 620 GiB / 626 GiB avail 2024-09-13T15:07:08.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:07 smithi071 ceph-mon[112785]: pgmap v2311: 93 pgs: 93 active+clean; 582 KiB data, 6.2 GiB used, 620 GiB / 626 GiB avail 2024-09-13T15:07:08.165 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:08.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:07 smithi104 ceph-mon[105578]: pgmap v2311: 93 pgs: 93 active+clean; 582 KiB data, 6.2 GiB used, 620 GiB / 626 GiB avail 2024-09-13T15:07:08.186 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:08.187 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:08.187 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:08.237 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-13T15:07:08.288 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:08.308 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:08.309 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:08.312 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:08.413 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:07:08.439 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:08.439 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:08.440 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:07:08.541 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:07:08.562 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:08.563 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:08.563 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:07:08.664 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:07:08.690 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:08.690 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:08.691 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:07:08.792 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:08.813 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:08.814 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:08.814 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:08.915 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:07:08.937 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:08.938 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:08.938 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:07:09.039 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:07:09.060 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:09.061 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:09.061 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:07:09.162 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:07:09.187 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:09.187 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:09.188 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:07:09.288 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:07:09.311 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:09.312 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:09.312 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:07:09.413 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:07:09.436 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:09.436 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:09.437 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:07:09.537 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:07:09.560 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:09.561 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:09.561 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:07:09.662 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:07:09.684 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:09.685 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:09.685 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:07:09.786 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:09.808 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:09.808 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:09.808 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:09.909 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:09.930 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:09.931 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:09.931 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:10.024 INFO:teuthology.orchestra.run.smithi104.stdout:ERROR: (22) Invalid argument 2024-09-13T15:07:10.024 INFO:teuthology.orchestra.run.smithi104.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T15:07:10.032 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:07:10.054 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:10.054 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:10.055 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:07:10.155 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:10.177 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:10.177 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:10.178 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:10.245 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:10 smithi071 ceph-mon[107477]: pgmap v2312: 93 pgs: 93 active+clean; 582 KiB data, 6.2 GiB used, 620 GiB / 626 GiB avail 2024-09-13T15:07:10.245 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:10 smithi071 ceph-mon[112785]: pgmap v2312: 93 pgs: 93 active+clean; 582 KiB data, 6.2 GiB used, 620 GiB / 626 GiB avail 2024-09-13T15:07:10.279 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:07:10.301 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:10.302 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:10.302 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:07:10.403 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:10.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:10 smithi104 ceph-mon[105578]: pgmap v2312: 93 pgs: 93 active+clean; 582 KiB data, 6.2 GiB used, 620 GiB / 626 GiB avail 2024-09-13T15:07:10.424 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:10.425 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:10.425 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:10.526 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:07:10.548 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:10.549 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:10.549 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:07:10.650 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:07:10.671 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:10.671 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:10.672 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:07:10.773 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:07:10.795 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:10.795 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:10.796 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:07:10.897 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:07:10.917 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:10.918 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:10.918 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:07:10.957 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T15:07:10.957 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T15:07:10.957 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T15:07:10.957 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T15:07:10.958 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T15:07:10.958 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T15:07:10.958 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T15:07:10.958 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T15:07:10.958 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T15:07:10.958 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T15:07:10.958 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T15:07:10.959 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T15:07:10.959 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T15:07:10.959 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T15:07:10.959 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T15:07:10.959 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T15:07:11.020 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:07:11.041 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:11.041 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:11.042 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:07:11.143 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:07:11.164 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:11.168 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:11.169 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:07:11.199 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.7 dump_historic_ops 2024-09-13T15:07:11.242 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:11 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3641298008' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:07:11.242 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:11 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:07:11.242 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:11 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:07:11.242 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:11 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3641298008' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:07:11.243 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:11 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:07:11.243 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:11 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:07:11.270 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:07:11.291 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:11.292 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:11.292 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:07:11.346 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:11 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3641298008' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:07:11.346 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:11 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:07:11.346 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:11 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:07:11.394 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:07:11.415 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:11.416 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:11.416 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:07:11.517 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:07:11.538 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:11.539 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:11.539 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:07:11.638 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T15:07:11.640 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:11.662 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:11.663 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:11.663 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:11.764 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:07:11.787 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:11.787 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:11.788 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:07:11.888 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:07:11.911 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:11.912 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:11.913 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:07:12.013 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:07:12.035 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:12.036 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:12.036 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:07:12.137 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:07:12.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:12 smithi071 ceph-mon[107477]: pgmap v2313: 93 pgs: 93 active+clean; 582 KiB data, 6.2 GiB used, 620 GiB / 626 GiB avail 2024-09-13T15:07:12.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:12 smithi071 ceph-mon[112785]: pgmap v2313: 93 pgs: 93 active+clean; 582 KiB data, 6.2 GiB used, 620 GiB / 626 GiB avail 2024-09-13T15:07:12.160 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:12.161 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:12.161 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:07:12.262 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:07:12.285 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:12.286 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:12.286 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:07:12.378 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:12 smithi104 ceph-mon[105578]: pgmap v2313: 93 pgs: 93 active+clean; 582 KiB data, 6.2 GiB used, 620 GiB / 626 GiB avail 2024-09-13T15:07:12.387 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:07:12.408 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:12.408 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:12.409 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:07:12.509 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:07:12.530 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:12.531 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:12.531 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:07:12.632 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:07:12.654 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:12.654 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:12.655 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:07:12.734 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:07:12.755 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:07:12.778 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:12.779 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:12.779 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:07:12.864 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:07:12 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:07:12] "GET /metrics HTTP/1.1" 200 36671 "" "Prometheus/2.51.0" 2024-09-13T15:07:12.880 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:07:12.901 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:12.902 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:12.902 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:07:13.003 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:07:13.027 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:13.027 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:13.028 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:07:13.081 INFO:teuthology.orchestra.run.smithi071.stderr:pool 'unique_pool_6' created 2024-09-13T15:07:13.087 INFO:teuthology.orchestra.run.smithi071.stderr:nodeep-scrub is unset 2024-09-13T15:07:13.129 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:07:13.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:13 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3783153094' entity='client.admin' cmd={"prefix": "osd pool create", "pool": "unique_pool_6", "pg_num": 16} : dispatch 2024-09-13T15:07:13.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:13 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1292096918' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:07:13.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:13 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:07:13.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:13 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3783153094' entity='client.admin' cmd={"prefix": "osd pool create", "pool": "unique_pool_6", "pg_num": 16} : dispatch 2024-09-13T15:07:13.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:13 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1292096918' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:07:13.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:13 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:07:13.151 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:13.151 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:13.152 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:07:13.249 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:13 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3783153094' entity='client.admin' cmd={"prefix": "osd pool create", "pool": "unique_pool_6", "pg_num": 16} : dispatch 2024-09-13T15:07:13.249 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:13 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1292096918' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:07:13.249 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:13 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:07:13.253 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:07:13.274 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:13.274 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:13.275 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:07:13.351 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2024-09-13T15:07:13.352 INFO:teuthology.orchestra.run.smithi104.stdout: "size": 20, 2024-09-13T15:07:13.352 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 600, 2024-09-13T15:07:13.352 INFO:teuthology.orchestra.run.smithi104.stdout: "ops": [ 2024-09-13T15:07:13.352 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.352 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.45977.0:79562 10.c 10.cbff9adc (undecoded) ondisk+retry+write+known_if_redirected+supports_pool_eio e1400)", 2024-09-13T15:07:13.352 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:03:38.032318+0000", 2024-09-13T15:07:13.352 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 215.31676342899999, 2024-09-13T15:07:13.352 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.31337056899999999, 2024-09-13T15:07:13.352 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:07:13.352 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T15:07:13.352 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:07:13.353 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.45977", 2024-09-13T15:07:13.353 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4198631296", 2024-09-13T15:07:13.353 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 79562 2024-09-13T15:07:13.353 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.353 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:07:13.353 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.353 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:07:13.353 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.032318+0000", 2024-09-13T15:07:13.353 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:07:13.353 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.353 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.353 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:07:13.353 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.032318+0000", 2024-09-13T15:07:13.354 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:07:13.354 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.354 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.354 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:07:13.354 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.032316+0000", 2024-09-13T15:07:13.354 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999981 2024-09-13T15:07:13.354 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.354 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.354 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:07:13.354 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.032401+0000", 2024-09-13T15:07:13.354 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.4457999999999997e-05 2024-09-13T15:07:13.354 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.355 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.355 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:07:13.355 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.032425+0000", 2024-09-13T15:07:13.355 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.4553e-05 2024-09-13T15:07:13.355 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.355 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.355 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:07:13.355 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.032454+0000", 2024-09-13T15:07:13.355 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.8761000000000001e-05 2024-09-13T15:07:13.355 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.355 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.355 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:07:13.356 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.033628+0000", 2024-09-13T15:07:13.356 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001173618 2024-09-13T15:07:13.356 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.356 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.356 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:07:13.356 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.033644+0000", 2024-09-13T15:07:13.356 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.615e-05 2024-09-13T15:07:13.356 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.356 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.356 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:07:13.356 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.345677+0000", 2024-09-13T15:07:13.356 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.31203345199999999 2024-09-13T15:07:13.357 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.357 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.357 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:07:13.357 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.345689+0000", 2024-09-13T15:07:13.357 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1318000000000001e-05 2024-09-13T15:07:13.357 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:07:13.357 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:07:13.357 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:07:13.357 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.357 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.357 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.45977.0:79572 10.c 10.c6f89cfc (undecoded) ondisk+retry+write+known_if_redirected+supports_pool_eio e1400)", 2024-09-13T15:07:13.357 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:03:38.032465+0000", 2024-09-13T15:07:13.357 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 215.31661622799999, 2024-09-13T15:07:13.358 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.31326193699999999, 2024-09-13T15:07:13.358 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:07:13.358 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T15:07:13.358 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:07:13.358 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.45977", 2024-09-13T15:07:13.358 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4198631296", 2024-09-13T15:07:13.358 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 79572 2024-09-13T15:07:13.358 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.358 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:07:13.358 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.358 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:07:13.358 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.032465+0000", 2024-09-13T15:07:13.358 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:07:13.358 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.359 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.359 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:07:13.359 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.032465+0000", 2024-09-13T15:07:13.359 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:07:13.359 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.359 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.359 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:07:13.359 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.032465+0000", 2024-09-13T15:07:13.359 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T15:07:13.359 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.359 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.359 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:07:13.359 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.032518+0000", 2024-09-13T15:07:13.359 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.3018e-05 2024-09-13T15:07:13.360 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.360 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.360 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:07:13.360 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.032526+0000", 2024-09-13T15:07:13.360 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.8109999999999992e-06 2024-09-13T15:07:13.360 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.360 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.360 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:07:13.360 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.032533+0000", 2024-09-13T15:07:13.360 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.0559999999999999e-06 2024-09-13T15:07:13.360 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.360 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.360 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:07:13.360 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.033667+0000", 2024-09-13T15:07:13.361 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00113386 2024-09-13T15:07:13.361 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.361 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.361 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:07:13.361 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.033675+0000", 2024-09-13T15:07:13.361 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.7190000000000001e-06 2024-09-13T15:07:13.361 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.361 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.361 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:07:13.361 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.345718+0000", 2024-09-13T15:07:13.361 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.31204289400000002 2024-09-13T15:07:13.361 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.361 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.361 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:07:13.362 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.345727+0000", 2024-09-13T15:07:13.362 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.2269999999999999e-06 2024-09-13T15:07:13.362 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:07:13.362 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:07:13.362 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:07:13.362 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.362 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.362 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.45977.0:79573 10.c 10.f849a13c (undecoded) ondisk+write+known_if_redirected+supports_pool_eio e1400)", 2024-09-13T15:07:13.362 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:03:38.033544+0000", 2024-09-13T15:07:13.362 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 215.31553775099999, 2024-09-13T15:07:13.362 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.31221664199999999, 2024-09-13T15:07:13.362 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:07:13.362 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T15:07:13.362 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:07:13.363 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.45977", 2024-09-13T15:07:13.363 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4198631296", 2024-09-13T15:07:13.363 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 79573 2024-09-13T15:07:13.363 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.363 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:07:13.363 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.363 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:07:13.363 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.033544+0000", 2024-09-13T15:07:13.363 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:07:13.363 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.363 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.363 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:07:13.363 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.033544+0000", 2024-09-13T15:07:13.363 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:07:13.364 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.364 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.364 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:07:13.364 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.033543+0000", 2024-09-13T15:07:13.364 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T15:07:13.364 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.364 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.364 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:07:13.364 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.033601+0000", 2024-09-13T15:07:13.364 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.8455000000000002e-05 2024-09-13T15:07:13.364 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.364 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.364 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:07:13.364 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.033611+0000", 2024-09-13T15:07:13.365 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0098999999999999e-05 2024-09-13T15:07:13.365 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.365 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.365 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:07:13.365 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.033618+0000", 2024-09-13T15:07:13.365 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.9450000000000004e-06 2024-09-13T15:07:13.365 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.365 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.365 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:07:13.365 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.033696+0000", 2024-09-13T15:07:13.365 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.7732999999999996e-05 2024-09-13T15:07:13.365 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.365 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.366 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:07:13.366 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.033703+0000", 2024-09-13T15:07:13.366 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.8299999999999998e-06 2024-09-13T15:07:13.366 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.366 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.366 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:07:13.366 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.345751+0000", 2024-09-13T15:07:13.366 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.31204842500000002 2024-09-13T15:07:13.366 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.366 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.366 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:07:13.366 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.345760+0000", 2024-09-13T15:07:13.366 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.9509999999999995e-06 2024-09-13T15:07:13.366 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:07:13.367 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:07:13.367 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:07:13.367 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.367 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.367 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "MOSDPGPush(10.8 1403/1401 [PushOp(10:1df3d095:::benchmark_data_smithi071_326067_object1402:head, version: 1396'88, data_included: [0~65536], data_size: 65536, omap_header_size: 0, omap_entries_size: 0, attrset_size: 2, recovery_info: ObjectRecoveryInfo(10:1df3d095:::benchmark_data_smithi071_326067_object1402:head@1396'88, size: 65536, copy_subset: [0~65536], clone_subset: {}, snapset: 0=[]:{}, object_exist: 0), after_progress: ObjectRecoveryProgress(!first, data_recovered_to:65536, data_complete:true, omap_recovered_to:, omap_complete:true, error:false), before_progress: ObjectRecoveryProgress(first, data_recovered_to:0, data_complete:false, omap_recovered_to:, omap_complete:false, error:false))])", 2024-09-13T15:07:13.367 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:03:40.823496+0000", 2024-09-13T15:07:13.367 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 212.52558522300001, 2024-09-13T15:07:13.367 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.073058315999999998, 2024-09-13T15:07:13.367 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:07:13.367 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "started", 2024-09-13T15:07:13.367 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:07:13.367 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.367 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:07:13.367 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:40.823496+0000", 2024-09-13T15:07:13.368 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:07:13.368 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.368 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.368 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:07:13.368 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:40.823496+0000", 2024-09-13T15:07:13.368 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:07:13.368 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.368 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.368 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:07:13.368 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:40.823495+0000", 2024-09-13T15:07:13.368 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T15:07:13.368 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.368 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.368 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:07:13.369 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:40.823544+0000", 2024-09-13T15:07:13.369 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.8337999999999997e-05 2024-09-13T15:07:13.369 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.369 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.369 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:07:13.369 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:40.823567+0000", 2024-09-13T15:07:13.369 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.3719000000000001e-05 2024-09-13T15:07:13.369 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.369 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.369 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:07:13.369 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:40.823584+0000", 2024-09-13T15:07:13.369 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.6059999999999999e-05 2024-09-13T15:07:13.369 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.369 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.370 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:07:13.370 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:40.894742+0000", 2024-09-13T15:07:13.370 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.071158378999999994 2024-09-13T15:07:13.370 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.370 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.370 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:07:13.370 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:40.894757+0000", 2024-09-13T15:07:13.370 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.5519000000000002e-05 2024-09-13T15:07:13.370 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.370 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.370 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:07:13.370 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:40.896555+0000", 2024-09-13T15:07:13.370 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001797121 2024-09-13T15:07:13.370 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:07:13.371 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:07:13.371 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:07:13.371 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.371 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.371 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.45977.0:81640 10.8 e1403/1401 10:19e35fcf:::benchmark_data_smithi071_326067_object81639:head v 1403'5239, mlcod=1396'110)", 2024-09-13T15:07:13.371 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:03:41.901708+0000", 2024-09-13T15:07:13.371 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 211.44737318, 2024-09-13T15:07:13.371 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.053143374, 2024-09-13T15:07:13.371 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:07:13.371 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:07:13.371 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:07:13.371 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.371 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:07:13.371 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:41.901708+0000", 2024-09-13T15:07:13.372 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:07:13.372 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.372 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.372 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:07:13.372 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:41.901708+0000", 2024-09-13T15:07:13.372 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:07:13.372 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.372 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.372 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:07:13.372 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:41.901707+0000", 2024-09-13T15:07:13.372 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T15:07:13.372 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.372 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.373 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:07:13.373 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:41.901752+0000", 2024-09-13T15:07:13.373 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.5022999999999999e-05 2024-09-13T15:07:13.373 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.373 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.373 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:07:13.373 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:41.901767+0000", 2024-09-13T15:07:13.373 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.4093e-05 2024-09-13T15:07:13.373 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.373 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.373 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:07:13.373 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:41.901773+0000", 2024-09-13T15:07:13.373 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.4899999999999997e-06 2024-09-13T15:07:13.373 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.374 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.374 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:07:13.374 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:41.914543+0000", 2024-09-13T15:07:13.374 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.012769925 2024-09-13T15:07:13.374 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.374 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.374 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:07:13.374 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:41.914571+0000", 2024-09-13T15:07:13.374 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.7855999999999999e-05 2024-09-13T15:07:13.374 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.374 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.374 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:07:13.374 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:41.954740+0000", 2024-09-13T15:07:13.374 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.040168930999999998 2024-09-13T15:07:13.374 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.375 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.375 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:07:13.375 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:41.954852+0000", 2024-09-13T15:07:13.375 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000111906 2024-09-13T15:07:13.375 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:07:13.375 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:07:13.375 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:07:13.375 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.375 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.375 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.45977.0:81656 10.0 e1403/1401 10:0b95227f:::benchmark_data_smithi071_326067_object81655:head v 1403'5052, mlcod=1394'60)", 2024-09-13T15:07:13.375 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:03:41.903514+0000", 2024-09-13T15:07:13.375 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 211.44556764500001, 2024-09-13T15:07:13.375 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.051568116999999997, 2024-09-13T15:07:13.375 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:07:13.376 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:07:13.376 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:07:13.376 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.376 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:07:13.376 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:41.903514+0000", 2024-09-13T15:07:13.376 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:07:13.376 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.376 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.376 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:07:13.376 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:41.903514+0000", 2024-09-13T15:07:13.376 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:07:13.376 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.376 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.377 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:07:13.377 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:41.903514+0000", 2024-09-13T15:07:13.377 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T15:07:13.377 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.377 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.377 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:07:13.377 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:41.903540+0000", 2024-09-13T15:07:13.377 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.6259e-05 2024-09-13T15:07:13.377 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.377 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.377 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:07:13.377 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:41.903546+0000", 2024-09-13T15:07:13.377 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.4989999999999999e-06 2024-09-13T15:07:13.378 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.378 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.378 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:07:13.378 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:41.903551+0000", 2024-09-13T15:07:13.378 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.8450000000000002e-06 2024-09-13T15:07:13.378 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.378 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.378 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:07:13.378 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:41.922280+0000", 2024-09-13T15:07:13.378 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.018728872000000001 2024-09-13T15:07:13.378 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.378 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.378 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:07:13.378 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:41.922315+0000", 2024-09-13T15:07:13.379 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.4900999999999997e-05 2024-09-13T15:07:13.379 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.379 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.379 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:07:13.379 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:41.954857+0000", 2024-09-13T15:07:13.379 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.032541621999999999 2024-09-13T15:07:13.379 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.379 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.379 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:07:13.379 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:41.955082+0000", 2024-09-13T15:07:13.379 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00022544000000000001 2024-09-13T15:07:13.379 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:07:13.379 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:07:13.380 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:07:13.381 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:07:13.381 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.381 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.381 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.45977.0:82354 10.8 e1403/1401 10:16f39513:::benchmark_data_smithi071_326067_object82353:head v 1403'5286, mlcod=1396'121)", 2024-09-13T15:07:13.381 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:03:42.586011+0000", 2024-09-13T15:07:13.382 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 210.763070003, 2024-09-13T15:07:13.382 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.053389431000000001, 2024-09-13T15:07:13.382 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:07:13.382 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:07:13.382 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:07:13.382 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.382 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:07:13.382 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:42.586011+0000", 2024-09-13T15:07:13.382 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:07:13.382 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.382 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.382 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:07:13.382 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:42.586011+0000", 2024-09-13T15:07:13.383 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:07:13.383 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.383 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.383 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:07:13.383 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:42.586011+0000", 2024-09-13T15:07:13.383 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T15:07:13.383 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.383 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.383 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:07:13.383 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:42.586045+0000", 2024-09-13T15:07:13.383 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.3370000000000001e-05 2024-09-13T15:07:13.383 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.383 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.383 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:07:13.384 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:42.586051+0000", 2024-09-13T15:07:13.384 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.3400000000000003e-06 2024-09-13T15:07:13.384 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.384 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.384 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:07:13.384 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:42.586055+0000", 2024-09-13T15:07:13.384 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.5229999999999997e-06 2024-09-13T15:07:13.384 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.384 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.384 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:07:13.384 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:42.588792+0000", 2024-09-13T15:07:13.384 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0027363309999999998 2024-09-13T15:07:13.384 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.385 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.385 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:07:13.385 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:42.588811+0000", 2024-09-13T15:07:13.385 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.9063999999999999e-05 2024-09-13T15:07:13.385 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.385 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.385 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:07:13.385 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:42.639282+0000", 2024-09-13T15:07:13.385 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.050470978 2024-09-13T15:07:13.385 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.385 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.385 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:07:13.385 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:42.639401+0000", 2024-09-13T15:07:13.385 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00011911799999999999 2024-09-13T15:07:13.386 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:07:13.386 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:07:13.386 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:07:13.386 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.386 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.386 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "MOSDPGPush(10.8 1409/1401 [PushOp(10:19d7ebfd:::benchmark_data_smithi071_326067_object14513:head, version: 1397'957, data_included: [0~65536], data_size: 65536, omap_header_size: 0, omap_entries_size: 0, attrset_size: 2, recovery_info: ObjectRecoveryInfo(10:19d7ebfd:::benchmark_data_smithi071_326067_object14513:head@1397'957, size: 65536, copy_subset: [0~65536], clone_subset: {}, snapset: 0=[]:{}, object_exist: 0), after_progress: ObjectRecoveryProgress(!first, data_recovered_to:65536, data_complete:true, omap_recovered_to:, omap_complete:true, error:false), before_progress: ObjectRecoveryProgress(first, data_recovered_to:0, data_complete:false, omap_recovered_to:, omap_complete:false, error:false))])", 2024-09-13T15:07:13.386 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:04:12.196020+0000", 2024-09-13T15:07:13.386 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 181.15306129699999, 2024-09-13T15:07:13.386 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.064762533999999997, 2024-09-13T15:07:13.386 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:07:13.386 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "started", 2024-09-13T15:07:13.386 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:07:13.387 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.387 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:07:13.387 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:04:12.196020+0000", 2024-09-13T15:07:13.387 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:07:13.387 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.387 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.387 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:07:13.387 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:04:12.196020+0000", 2024-09-13T15:07:13.387 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:07:13.388 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.388 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.388 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:07:13.388 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:04:12.196020+0000", 2024-09-13T15:07:13.388 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T15:07:13.388 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.388 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.388 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:07:13.388 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:04:12.196059+0000", 2024-09-13T15:07:13.388 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.9465000000000002e-05 2024-09-13T15:07:13.388 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.388 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.389 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:07:13.389 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:04:12.196075+0000", 2024-09-13T15:07:13.389 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.5580999999999999e-05 2024-09-13T15:07:13.389 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.389 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.389 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:07:13.389 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:04:12.196088+0000", 2024-09-13T15:07:13.389 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3366999999999999e-05 2024-09-13T15:07:13.389 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.389 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.389 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:07:13.389 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:04:12.255188+0000", 2024-09-13T15:07:13.389 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.059100082999999998 2024-09-13T15:07:13.389 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.390 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.390 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:07:13.390 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:04:12.255199+0000", 2024-09-13T15:07:13.390 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0981e-05 2024-09-13T15:07:13.390 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.390 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.390 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:07:13.390 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:04:12.260783+0000", 2024-09-13T15:07:13.390 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0055834530000000004 2024-09-13T15:07:13.390 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:07:13.390 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:07:13.390 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:07:13.390 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.390 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.391 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.45977.0:132019 10.9 e1412/1401 10:96c0716c:::benchmark_data_smithi071_326067_object14586:head v 1412'8055, mlcod=1394'71)", 2024-09-13T15:07:13.391 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:04:42.867770+0000", 2024-09-13T15:07:13.391 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 150.481311003, 2024-09-13T15:07:13.391 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.052622031999999999, 2024-09-13T15:07:13.391 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:07:13.391 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:07:13.391 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:07:13.391 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.391 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:07:13.391 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:04:42.867770+0000", 2024-09-13T15:07:13.391 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:07:13.391 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.391 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.391 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:07:13.392 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:04:42.867770+0000", 2024-09-13T15:07:13.392 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:07:13.392 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.392 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.392 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:07:13.392 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:04:42.867769+0000", 2024-09-13T15:07:13.392 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T15:07:13.392 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.392 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.392 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:07:13.392 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:04:42.867778+0000", 2024-09-13T15:07:13.392 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.0780000000000002e-06 2024-09-13T15:07:13.392 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.392 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.393 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:07:13.393 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:04:42.867794+0000", 2024-09-13T15:07:13.393 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.5187999999999999e-05 2024-09-13T15:07:13.393 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.393 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.393 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:07:13.393 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:04:42.867802+0000", 2024-09-13T15:07:13.393 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.1629999999999996e-06 2024-09-13T15:07:13.393 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.393 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.394 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:07:13.394 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:04:42.877088+0000", 2024-09-13T15:07:13.394 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0092858030000000005 2024-09-13T15:07:13.394 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.394 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.394 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:07:13.394 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:04:42.877116+0000", 2024-09-13T15:07:13.394 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.8306999999999999e-05 2024-09-13T15:07:13.394 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.394 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.394 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:07:13.394 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:04:42.920362+0000", 2024-09-13T15:07:13.394 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.043245565999999999 2024-09-13T15:07:13.394 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.395 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.395 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:07:13.395 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:04:42.920392+0000", 2024-09-13T15:07:13.395 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.0985999999999998e-05 2024-09-13T15:07:13.395 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:07:13.395 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:07:13.395 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:07:13.395 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.395 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.395 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.45977.0:132790 10.8 e1412/1401 10:11dc2a73:::benchmark_data_smithi071_326067_object15357:head v 1412'8508, mlcod=1397'1017)", 2024-09-13T15:07:13.395 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:04:43.712334+0000", 2024-09-13T15:07:13.395 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 149.63674749899999, 2024-09-13T15:07:13.395 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.054154448000000001, 2024-09-13T15:07:13.395 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:07:13.396 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:07:13.396 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:07:13.396 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.396 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:07:13.396 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:04:43.712334+0000", 2024-09-13T15:07:13.396 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:07:13.396 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.396 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.396 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:07:13.396 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:04:43.712334+0000", 2024-09-13T15:07:13.396 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:07:13.396 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.396 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.397 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:07:13.397 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:04:43.712332+0000", 2024-09-13T15:07:13.397 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T15:07:13.397 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.397 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.397 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:07:13.397 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:04:43.712343+0000", 2024-09-13T15:07:13.397 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0587e-05 2024-09-13T15:07:13.397 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.397 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.397 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:07:13.397 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:04:43.712359+0000", 2024-09-13T15:07:13.397 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.6517000000000001e-05 2024-09-13T15:07:13.398 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.398 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.398 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:07:13.398 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:04:43.712368+0000", 2024-09-13T15:07:13.398 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.8880000000000003e-06 2024-09-13T15:07:13.398 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.398 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.398 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:07:13.398 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:04:43.720579+0000", 2024-09-13T15:07:13.398 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0082107729999999993 2024-09-13T15:07:13.398 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.398 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.399 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:07:13.399 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:04:43.720626+0000", 2024-09-13T15:07:13.399 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.6768999999999999e-05 2024-09-13T15:07:13.399 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.399 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.399 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:07:13.399 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:04:43.766361+0000", 2024-09-13T15:07:13.399 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.045735387000000002 2024-09-13T15:07:13.399 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.399 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.399 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:07:13.399 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:04:43.766488+0000", 2024-09-13T15:07:13.399 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000127138 2024-09-13T15:07:13.400 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:07:13.400 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:07:13.400 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:07:13.400 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.400 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.400 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "MOSDPGPush(10.8 1415/1401 [PushOp(10:1a662b34:::benchmark_data_smithi071_326067_object38344:head, version: 1397'2465, data_included: [0~65536], data_size: 65536, omap_header_size: 0, omap_entries_size: 0, attrset_size: 2, recovery_info: ObjectRecoveryInfo(10:1a662b34:::benchmark_data_smithi071_326067_object38344:head@1397'2465, size: 65536, copy_subset: [0~65536], clone_subset: {}, snapset: 0=[]:{}, object_exist: 0), after_progress: ObjectRecoveryProgress(!first, data_recovered_to:65536, data_complete:true, omap_recovered_to:, omap_complete:true, error:false), before_progress: ObjectRecoveryProgress(first, data_recovered_to:0, data_complete:false, omap_recovered_to:, omap_complete:false, error:false))])", 2024-09-13T15:07:13.400 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:04:59.589472+0000", 2024-09-13T15:07:13.400 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 133.75960962299999, 2024-09-13T15:07:13.400 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.051747426999999999, 2024-09-13T15:07:13.400 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:07:13.400 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "started", 2024-09-13T15:07:13.400 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:07:13.400 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.401 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:07:13.401 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:04:59.589472+0000", 2024-09-13T15:07:13.401 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:07:13.401 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.401 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.401 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:07:13.401 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:04:59.589472+0000", 2024-09-13T15:07:13.401 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:07:13.401 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.401 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.401 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:07:13.401 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:04:59.589471+0000", 2024-09-13T15:07:13.402 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T15:07:13.402 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.402 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.402 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:07:13.402 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:04:59.589523+0000", 2024-09-13T15:07:13.402 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.2308000000000001e-05 2024-09-13T15:07:13.402 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.402 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.402 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:07:13.402 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:04:59.589547+0000", 2024-09-13T15:07:13.402 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.3856e-05 2024-09-13T15:07:13.402 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.403 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.403 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:07:13.403 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:04:59.589566+0000", 2024-09-13T15:07:13.403 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.9403999999999999e-05 2024-09-13T15:07:13.403 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.403 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.403 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:07:13.403 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:04:59.619477+0000", 2024-09-13T15:07:13.403 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.029911208000000002 2024-09-13T15:07:13.403 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.403 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.403 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:07:13.403 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:04:59.619485+0000", 2024-09-13T15:07:13.403 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.3780000000000003e-06 2024-09-13T15:07:13.404 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.404 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.404 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:07:13.404 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:04:59.641219+0000", 2024-09-13T15:07:13.404 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.021734577000000001 2024-09-13T15:07:13.404 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:07:13.404 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:07:13.404 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:07:13.404 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.404 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.404 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "MOSDPGPush(10.8 1418/1401 [PushOp(10:1829b643:::benchmark_data_smithi071_326067_object63143:head, version: 1398'4045, data_included: [0~65536], data_size: 65536, omap_header_size: 0, omap_entries_size: 0, attrset_size: 2, recovery_info: ObjectRecoveryInfo(10:1829b643:::benchmark_data_smithi071_326067_object63143:head@1398'4045, size: 65536, copy_subset: [0~65536], clone_subset: {}, snapset: 0=[]:{}, object_exist: 0), after_progress: ObjectRecoveryProgress(!first, data_recovered_to:65536, data_complete:true, omap_recovered_to:, omap_complete:true, error:false), before_progress: ObjectRecoveryProgress(first, data_recovered_to:0, data_complete:false, omap_recovered_to:, omap_complete:false, error:false))])", 2024-09-13T15:07:13.404 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:05:32.495163+0000", 2024-09-13T15:07:13.404 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 100.85391872300001, 2024-09-13T15:07:13.405 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.062288462000000003, 2024-09-13T15:07:13.405 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:07:13.405 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "started", 2024-09-13T15:07:13.405 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:07:13.405 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.405 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:07:13.405 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:05:32.495163+0000", 2024-09-13T15:07:13.405 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:07:13.405 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.405 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.405 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:07:13.405 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:05:32.495163+0000", 2024-09-13T15:07:13.405 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:07:13.405 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.406 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.406 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:07:13.406 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:05:32.495162+0000", 2024-09-13T15:07:13.406 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T15:07:13.406 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.406 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.406 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:07:13.406 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:05:32.495227+0000", 2024-09-13T15:07:13.406 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.5262e-05 2024-09-13T15:07:13.406 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.406 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.406 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:07:13.406 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:05:32.495252+0000", 2024-09-13T15:07:13.406 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.4944e-05 2024-09-13T15:07:13.407 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.407 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.407 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:07:13.407 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:05:32.495276+0000", 2024-09-13T15:07:13.407 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.4632999999999999e-05 2024-09-13T15:07:13.407 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.407 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.407 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:07:13.407 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:05:32.548828+0000", 2024-09-13T15:07:13.407 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.053551139999999997 2024-09-13T15:07:13.407 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.407 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.407 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:07:13.407 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:05:32.548844+0000", 2024-09-13T15:07:13.408 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.6359e-05 2024-09-13T15:07:13.408 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.408 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.408 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:07:13.408 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:05:32.557451+0000", 2024-09-13T15:07:13.408 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0086072460000000007 2024-09-13T15:07:13.408 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:07:13.408 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:07:13.408 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:07:13.408 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.408 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.408 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.45977.0:176715 10.c e1419/1401 10:38dc0383:::benchmark_data_smithi071_326067_object59282:head v 1419'10933, mlcod=1396'83)", 2024-09-13T15:07:13.408 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:05:34.676756+0000", 2024-09-13T15:07:13.409 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 98.672325779999994, 2024-09-13T15:07:13.409 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.060199522999999998, 2024-09-13T15:07:13.409 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:07:13.409 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:07:13.409 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:07:13.409 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.409 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:07:13.409 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:05:34.676756+0000", 2024-09-13T15:07:13.409 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:07:13.409 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.409 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.409 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:07:13.409 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:05:34.676756+0000", 2024-09-13T15:07:13.409 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:07:13.410 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.410 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.410 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:07:13.410 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:05:34.676755+0000", 2024-09-13T15:07:13.410 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T15:07:13.410 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.410 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.410 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:07:13.410 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:05:34.676762+0000", 2024-09-13T15:07:13.410 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.2239999999999998e-06 2024-09-13T15:07:13.410 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.410 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.410 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:07:13.410 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:05:34.676775+0000", 2024-09-13T15:07:13.411 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2349e-05 2024-09-13T15:07:13.411 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.411 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.411 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:07:13.411 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:05:34.676781+0000", 2024-09-13T15:07:13.411 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.0630000000000002e-06 2024-09-13T15:07:13.411 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.411 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.411 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:07:13.411 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:05:34.679073+0000", 2024-09-13T15:07:13.411 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.002292807 2024-09-13T15:07:13.411 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.411 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.412 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:07:13.412 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:05:34.679094+0000", 2024-09-13T15:07:13.412 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.0295000000000001e-05 2024-09-13T15:07:13.412 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.412 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.412 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:07:13.412 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:05:34.736923+0000", 2024-09-13T15:07:13.412 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.057829141000000001 2024-09-13T15:07:13.412 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.412 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.412 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:07:13.412 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:05:34.736955+0000", 2024-09-13T15:07:13.412 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.2376000000000003e-05 2024-09-13T15:07:13.413 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:07:13.413 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:07:13.413 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:07:13.413 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.416 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.416 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.45977.0:176721 10.c e1419/1401 10:3b52ce37:::benchmark_data_smithi071_326067_object59288:head v 1419'10934, mlcod=1396'83)", 2024-09-13T15:07:13.417 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:05:34.679768+0000", 2024-09-13T15:07:13.417 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 98.669313721999998, 2024-09-13T15:07:13.417 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.057228586999999997, 2024-09-13T15:07:13.417 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:07:13.417 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:07:13.417 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:07:13.417 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.417 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:07:13.417 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:05:34.679768+0000", 2024-09-13T15:07:13.417 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:07:13.417 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.417 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.417 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:07:13.418 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:05:34.679768+0000", 2024-09-13T15:07:13.418 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:07:13.418 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.418 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.418 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:07:13.418 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:05:34.679767+0000", 2024-09-13T15:07:13.418 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T15:07:13.418 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.418 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.418 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:07:13.418 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:05:34.679775+0000", 2024-09-13T15:07:13.418 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.3170000000000002e-06 2024-09-13T15:07:13.418 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.419 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.419 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:07:13.419 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:05:34.679786+0000", 2024-09-13T15:07:13.419 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1343e-05 2024-09-13T15:07:13.419 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.419 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.419 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:07:13.419 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:05:34.679793+0000", 2024-09-13T15:07:13.419 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.0380000000000002e-06 2024-09-13T15:07:13.419 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.419 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.419 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:07:13.419 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:05:34.689918+0000", 2024-09-13T15:07:13.419 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.010124810999999999 2024-09-13T15:07:13.420 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.420 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.420 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:07:13.420 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:05:34.689971+0000", 2024-09-13T15:07:13.420 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.2680999999999999e-05 2024-09-13T15:07:13.420 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.420 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.420 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:07:13.420 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:05:34.736961+0000", 2024-09-13T15:07:13.420 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.046990259 2024-09-13T15:07:13.420 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.420 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.420 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:07:13.420 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:05:34.736996+0000", 2024-09-13T15:07:13.421 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.5311000000000001e-05 2024-09-13T15:07:13.421 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:07:13.421 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:07:13.421 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:07:13.421 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.421 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.421 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.45977.0:205518 10.c e1427/1401 10:3c457131:::benchmark_data_smithi071_326067_object88085:head v 1427'12787, mlcod=1396'83)", 2024-09-13T15:07:13.421 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:06:10.266102+0000", 2024-09-13T15:07:13.421 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 63.082979797, 2024-09-13T15:07:13.421 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.065756341999999995, 2024-09-13T15:07:13.421 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:07:13.421 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:07:13.421 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:07:13.421 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.422 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:07:13.422 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:10.266102+0000", 2024-09-13T15:07:13.422 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:07:13.422 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.422 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.422 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:07:13.422 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:10.266102+0000", 2024-09-13T15:07:13.422 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:07:13.422 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.422 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.422 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:07:13.422 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:10.266101+0000", 2024-09-13T15:07:13.422 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T15:07:13.422 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.423 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.423 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:07:13.423 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:10.266107+0000", 2024-09-13T15:07:13.423 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.19e-06 2024-09-13T15:07:13.423 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.423 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.423 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:07:13.423 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:10.266120+0000", 2024-09-13T15:07:13.423 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2947e-05 2024-09-13T15:07:13.423 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.423 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.423 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:07:13.423 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:10.266127+0000", 2024-09-13T15:07:13.423 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.5980000000000002e-06 2024-09-13T15:07:13.424 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.424 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.424 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:07:13.424 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:10.283332+0000", 2024-09-13T15:07:13.424 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.017205333 2024-09-13T15:07:13.424 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.424 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.424 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:07:13.424 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:10.283358+0000", 2024-09-13T15:07:13.424 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.5728000000000002e-05 2024-09-13T15:07:13.424 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.424 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.424 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:07:13.424 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:10.331756+0000", 2024-09-13T15:07:13.425 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.048398222999999997 2024-09-13T15:07:13.425 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.425 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.425 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:07:13.425 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:10.331858+0000", 2024-09-13T15:07:13.425 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000102128 2024-09-13T15:07:13.425 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:07:13.425 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:07:13.425 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:07:13.425 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.425 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.425 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.45977.0:205525 10.c e1427/1401 10:3a20931a:::benchmark_data_smithi071_326067_object88092:head v 1427'12788, mlcod=1396'83)", 2024-09-13T15:07:13.425 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:06:10.280112+0000", 2024-09-13T15:07:13.426 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 63.068969547999998, 2024-09-13T15:07:13.426 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.051818471999999997, 2024-09-13T15:07:13.426 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:07:13.426 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:07:13.426 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:07:13.426 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.426 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:07:13.426 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:10.280112+0000", 2024-09-13T15:07:13.426 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:07:13.426 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.426 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.426 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:07:13.426 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:10.280112+0000", 2024-09-13T15:07:13.426 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:07:13.427 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.427 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.427 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:07:13.427 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:10.280111+0000", 2024-09-13T15:07:13.427 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T15:07:13.427 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.427 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.427 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:07:13.427 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:10.280118+0000", 2024-09-13T15:07:13.427 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.7569999999999998e-06 2024-09-13T15:07:13.427 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.427 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.428 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:07:13.428 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:10.280133+0000", 2024-09-13T15:07:13.428 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.4861999999999999e-05 2024-09-13T15:07:13.428 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.428 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.428 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:07:13.428 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:10.280139+0000", 2024-09-13T15:07:13.428 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.3439999999999997e-06 2024-09-13T15:07:13.428 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.428 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.428 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:07:13.428 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:10.293071+0000", 2024-09-13T15:07:13.428 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.012931639999999999 2024-09-13T15:07:13.428 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.429 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.429 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:07:13.429 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:10.293126+0000", 2024-09-13T15:07:13.429 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.5847999999999998e-05 2024-09-13T15:07:13.429 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.429 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.429 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:07:13.429 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:10.331862+0000", 2024-09-13T15:07:13.429 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.038735694000000001 2024-09-13T15:07:13.429 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.429 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.429 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:07:13.430 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:10.331930+0000", 2024-09-13T15:07:13.430 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.826e-05 2024-09-13T15:07:13.430 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:07:13.430 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:07:13.430 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:07:13.430 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.430 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.430 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.45977.0:219510 10.c e1432/1401 10:30538d15:::benchmark_data_smithi071_326067_object102077:head v 1432'13645, mlcod=1396'83)", 2024-09-13T15:07:13.430 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:06:28.974780+0000", 2024-09-13T15:07:13.430 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 44.374301248000002, 2024-09-13T15:07:13.430 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.055934454000000002, 2024-09-13T15:07:13.430 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:07:13.430 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:07:13.430 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:07:13.431 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.431 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:07:13.431 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:28.974780+0000", 2024-09-13T15:07:13.431 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:07:13.431 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.431 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.431 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:07:13.431 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:28.974780+0000", 2024-09-13T15:07:13.431 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:07:13.431 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.431 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.431 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:07:13.431 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:28.974779+0000", 2024-09-13T15:07:13.432 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T15:07:13.432 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.432 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.432 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:07:13.432 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:28.974792+0000", 2024-09-13T15:07:13.432 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.279e-05 2024-09-13T15:07:13.432 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.432 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.432 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:07:13.432 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:28.974818+0000", 2024-09-13T15:07:13.432 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.5865999999999999e-05 2024-09-13T15:07:13.432 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.432 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.432 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:07:13.433 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:28.974827+0000", 2024-09-13T15:07:13.433 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.0699999999999996e-06 2024-09-13T15:07:13.433 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.433 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.433 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:07:13.433 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:28.974912+0000", 2024-09-13T15:07:13.433 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.5143999999999997e-05 2024-09-13T15:07:13.433 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.433 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.433 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:07:13.433 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:28.974936+0000", 2024-09-13T15:07:13.433 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.4116000000000001e-05 2024-09-13T15:07:13.433 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.434 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.434 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:07:13.434 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:29.030653+0000", 2024-09-13T15:07:13.434 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.055717359000000001 2024-09-13T15:07:13.434 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.434 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.434 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:07:13.434 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:29.030715+0000", 2024-09-13T15:07:13.434 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.1284000000000005e-05 2024-09-13T15:07:13.434 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:07:13.434 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:07:13.434 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:07:13.434 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.434 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.435 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.45977.0:219511 10.c e1432/1401 10:33659a8c:::benchmark_data_smithi071_326067_object102078:head v 1432'13646, mlcod=1396'83)", 2024-09-13T15:07:13.435 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:06:28.978747+0000", 2024-09-13T15:07:13.435 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 44.370334137, 2024-09-13T15:07:13.435 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.052069285999999999, 2024-09-13T15:07:13.435 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:07:13.435 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:07:13.435 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:07:13.435 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.435 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:07:13.435 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:28.978747+0000", 2024-09-13T15:07:13.435 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:07:13.435 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.435 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.436 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:07:13.436 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:28.978747+0000", 2024-09-13T15:07:13.436 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:07:13.436 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.436 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.436 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:07:13.436 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:28.978747+0000", 2024-09-13T15:07:13.436 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T15:07:13.436 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.436 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.436 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:07:13.436 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:28.978757+0000", 2024-09-13T15:07:13.436 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0359e-05 2024-09-13T15:07:13.437 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.437 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.437 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:07:13.437 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:28.978771+0000", 2024-09-13T15:07:13.437 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.4331999999999999e-05 2024-09-13T15:07:13.437 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.438 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.438 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:07:13.438 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:28.978779+0000", 2024-09-13T15:07:13.438 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.6029999999999999e-06 2024-09-13T15:07:13.438 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.438 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.438 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:07:13.438 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:28.982859+0000", 2024-09-13T15:07:13.438 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.004079928 2024-09-13T15:07:13.438 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.438 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.439 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:07:13.439 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:28.982929+0000", 2024-09-13T15:07:13.439 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.0331000000000001e-05 2024-09-13T15:07:13.439 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.439 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.439 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:07:13.439 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:29.030718+0000", 2024-09-13T15:07:13.439 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.047789415000000002 2024-09-13T15:07:13.439 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.439 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.439 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:07:13.439 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:29.030817+0000", 2024-09-13T15:07:13.439 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.8134999999999995e-05 2024-09-13T15:07:13.439 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:07:13.440 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:07:13.440 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:07:13.440 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.440 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.440 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.45977.0:223318 10.c e1433/1401 10:3955930e:::benchmark_data_smithi071_326067_object105885:head v 1433'13876, mlcod=1396'83)", 2024-09-13T15:07:13.440 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:06:33.088610+0000", 2024-09-13T15:07:13.440 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 40.260471870000003, 2024-09-13T15:07:13.440 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.055476023999999999, 2024-09-13T15:07:13.440 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:07:13.440 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:07:13.440 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:07:13.440 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.440 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:07:13.440 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:33.088610+0000", 2024-09-13T15:07:13.441 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:07:13.441 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.441 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.441 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:07:13.441 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:33.088610+0000", 2024-09-13T15:07:13.441 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:07:13.441 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.441 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.441 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:07:13.441 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:33.088609+0000", 2024-09-13T15:07:13.441 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T15:07:13.441 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.442 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.442 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:07:13.442 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:33.088617+0000", 2024-09-13T15:07:13.442 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.9750000000000007e-06 2024-09-13T15:07:13.442 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.442 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.442 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:07:13.442 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:33.088629+0000", 2024-09-13T15:07:13.442 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1759e-05 2024-09-13T15:07:13.442 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.442 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.442 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:07:13.442 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:33.088636+0000", 2024-09-13T15:07:13.442 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.0049999999999998e-06 2024-09-13T15:07:13.443 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.443 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.443 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:07:13.443 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:33.106641+0000", 2024-09-13T15:07:13.443 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.018005302000000001 2024-09-13T15:07:13.443 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.443 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.443 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:07:13.443 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:33.106690+0000", 2024-09-13T15:07:13.443 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.8674000000000002e-05 2024-09-13T15:07:13.443 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.443 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.444 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:07:13.444 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:33.144009+0000", 2024-09-13T15:07:13.444 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.037319768000000003 2024-09-13T15:07:13.444 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.444 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.444 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:07:13.444 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:33.144086+0000", 2024-09-13T15:07:13.444 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.6209000000000002e-05 2024-09-13T15:07:13.444 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:07:13.444 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:07:13.444 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:07:13.444 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.444 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.445 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.45977.0:223321 10.c e1433/1401 10:30e65f01:::benchmark_data_smithi071_326067_object105888:head v 1433'13877, mlcod=1396'83)", 2024-09-13T15:07:13.445 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:06:33.092058+0000", 2024-09-13T15:07:13.445 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 40.257023853, 2024-09-13T15:07:13.445 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.052080183000000002, 2024-09-13T15:07:13.445 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:07:13.445 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:07:13.445 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:07:13.445 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.445 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:07:13.445 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:33.092058+0000", 2024-09-13T15:07:13.445 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:07:13.445 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.446 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.446 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:07:13.446 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:33.092058+0000", 2024-09-13T15:07:13.446 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:07:13.446 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.446 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.447 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:07:13.447 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:33.092057+0000", 2024-09-13T15:07:13.447 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T15:07:13.447 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.447 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.447 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:07:13.448 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:33.092065+0000", 2024-09-13T15:07:13.448 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.6000000000000007e-06 2024-09-13T15:07:13.448 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.448 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.448 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:07:13.448 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:33.092076+0000", 2024-09-13T15:07:13.449 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0801e-05 2024-09-13T15:07:13.449 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.449 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.449 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:07:13.449 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:33.092083+0000", 2024-09-13T15:07:13.449 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.7440000000000001e-06 2024-09-13T15:07:13.449 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.449 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.449 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:07:13.449 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:33.116444+0000", 2024-09-13T15:07:13.449 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.024361119000000001 2024-09-13T15:07:13.449 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.450 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.450 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:07:13.450 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:33.116467+0000", 2024-09-13T15:07:13.450 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.3047000000000001e-05 2024-09-13T15:07:13.450 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.451 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.451 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:07:13.451 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:33.144091+0000", 2024-09-13T15:07:13.451 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.027624274000000001 2024-09-13T15:07:13.451 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:07:13.451 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:07:13.451 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:07:13.451 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:06:33.144138+0000", 2024-09-13T15:07:13.451 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.6409000000000002e-05 2024-09-13T15:07:13.451 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:07:13.451 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:07:13.451 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:07:13.451 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:07:13.451 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:07:13.452 INFO:teuthology.orchestra.run.smithi104.stdout:} 2024-09-13T15:07:13.472 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:13.473 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:13.473 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:07:13.574 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:07:13.595 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:13.596 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:13.596 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:07:13.697 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:07:13.718 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:13.719 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:13.719 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:07:13.820 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:07:13.841 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:13.842 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:13.842 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:07:13.878 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=false 2024-09-13T15:07:13.943 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:13.964 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:13.965 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:13.965 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:14.066 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:14.089 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:14.090 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:14.090 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:14.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:14 smithi071 ceph-mon[107477]: pgmap v2314: 93 pgs: 93 active+clean; 582 KiB data, 6.2 GiB used, 620 GiB / 626 GiB avail 2024-09-13T15:07:14.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:14 smithi071 ceph-mon[107477]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T15:07:14.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:14 smithi071 ceph-mon[107477]: Cluster is now healthy 2024-09-13T15:07:14.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:14 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3783153094' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "unique_pool_6", "pg_num": 16}]': finished 2024-09-13T15:07:14.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:14 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T15:07:14.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:14 smithi071 ceph-mon[107477]: osdmap e1439: 8 total, 8 up, 7 in 2024-09-13T15:07:14.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:14 smithi071 ceph-mon[112785]: pgmap v2314: 93 pgs: 93 active+clean; 582 KiB data, 6.2 GiB used, 620 GiB / 626 GiB avail 2024-09-13T15:07:14.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:14 smithi071 ceph-mon[112785]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T15:07:14.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:14 smithi071 ceph-mon[112785]: Cluster is now healthy 2024-09-13T15:07:14.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:14 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3783153094' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "unique_pool_6", "pg_num": 16}]': finished 2024-09-13T15:07:14.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:14 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T15:07:14.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:14 smithi071 ceph-mon[112785]: osdmap e1439: 8 total, 8 up, 7 in 2024-09-13T15:07:14.191 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:07:14.212 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:14.213 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:14.213 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:07:14.314 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:14.335 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:14.336 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:14.336 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:14.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:14 smithi104 ceph-mon[105578]: pgmap v2314: 93 pgs: 93 active+clean; 582 KiB data, 6.2 GiB used, 620 GiB / 626 GiB avail 2024-09-13T15:07:14.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:14 smithi104 ceph-mon[105578]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T15:07:14.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:14 smithi104 ceph-mon[105578]: Cluster is now healthy 2024-09-13T15:07:14.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:14 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3783153094' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "unique_pool_6", "pg_num": 16}]': finished 2024-09-13T15:07:14.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:14 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T15:07:14.423 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:14 smithi104 ceph-mon[105578]: osdmap e1439: 8 total, 8 up, 7 in 2024-09-13T15:07:14.437 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:07:14.459 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:14.459 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:14.460 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:07:14.560 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:07:14.582 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:14.583 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:14.583 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:07:14.630 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.0 dump_ops_in_flight 2024-09-13T15:07:14.685 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:07:14.707 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:14.707 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:14.707 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:07:14.745 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd pool application enable unique_pool_6 rados --yes-i-really-mean-it || true 2024-09-13T15:07:14.808 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:07:14.829 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:14.830 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:14.830 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:07:14.931 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:07:14.953 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:14.954 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:14.954 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:07:15.055 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:07:15.077 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:15.077 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:15.078 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:07:15.178 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:15.200 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:15.200 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:15.201 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:15.302 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:07:15.323 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:15.324 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:15.324 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:07:15.388 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:15 smithi104 ceph-mon[105578]: osdmap e1440: 8 total, 8 up, 7 in 2024-09-13T15:07:15.388 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:15 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:07:15.388 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:15 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:07:15.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:15 smithi071 ceph-mon[107477]: osdmap e1440: 8 total, 8 up, 7 in 2024-09-13T15:07:15.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:15 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:07:15.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:15 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:07:15.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:15 smithi071 ceph-mon[112785]: osdmap e1440: 8 total, 8 up, 7 in 2024-09-13T15:07:15.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:15 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:07:15.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:15 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:07:15.426 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:15.447 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:15.448 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:15.449 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:15.549 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:07:15.570 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:15.571 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:15.571 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:07:15.580 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:07:15.673 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:07:15.694 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:15.694 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:15.695 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:07:15.796 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:07:15.817 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:15.817 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:15.818 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:07:15.919 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:07:15.940 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:15.941 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:15.942 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:07:16.043 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:07:16.064 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:16.065 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:16.066 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:07:16.167 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:16.189 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:16.189 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:16.190 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:16.291 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:16.312 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:16.313 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:16.313 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:16.345 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T15:07:16.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:16 smithi071 ceph-mon[107477]: pgmap v2317: 109 pgs: 9 unknown, 100 active+clean; 582 KiB data, 6.2 GiB used, 620 GiB / 626 GiB avail 2024-09-13T15:07:16.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:16 smithi071 ceph-mon[107477]: osdmap e1441: 8 total, 8 up, 7 in 2024-09-13T15:07:16.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:16 smithi071 ceph-mon[107477]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-13T15:07:16.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:16 smithi071 ceph-mon[112785]: pgmap v2317: 109 pgs: 9 unknown, 100 active+clean; 582 KiB data, 6.2 GiB used, 620 GiB / 626 GiB avail 2024-09-13T15:07:16.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:16 smithi071 ceph-mon[112785]: osdmap e1441: 8 total, 8 up, 7 in 2024-09-13T15:07:16.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:16 smithi071 ceph-mon[112785]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-13T15:07:16.349 INFO:teuthology.orchestra.run.smithi071.stderr:dumped all 2024-09-13T15:07:16.354 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:16 smithi104 ceph-mon[105578]: pgmap v2317: 109 pgs: 9 unknown, 100 active+clean; 582 KiB data, 6.2 GiB used, 620 GiB / 626 GiB avail 2024-09-13T15:07:16.354 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:16 smithi104 ceph-mon[105578]: osdmap e1441: 8 total, 8 up, 7 in 2024-09-13T15:07:16.354 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:16 smithi104 ceph-mon[105578]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-13T15:07:16.415 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:07:16.436 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:16.437 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:16.437 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:07:16.538 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:07:16.559 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:16.560 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:16.560 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:07:16.661 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:16.683 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:16.683 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:16.684 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:16.785 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:16.806 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:16.807 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:16.807 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:16.908 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:16.929 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:16.929 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:16.930 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:17.030 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:07:17.053 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:17.053 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:17.054 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:07:17.154 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:07:17.177 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:17.177 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:17.178 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:07:17.242 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:07:17.249 INFO:teuthology.orchestra.run.smithi071.stdout:{"pg_ready":true,"pg_map":{"version":2318,"stamp":"2024-09-13T15:07:15.095802+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":595941,"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":0,"num_read_kb":0,"num_write":64,"num_write_kb":33,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":104,"num_bytes_recovered":1407023,"num_keys_recovered":30,"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":3188,"ondisk_log_size":3188,"up":300,"acting":300,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":289,"num_osds":7,"num_per_pool_osds":7,"num_per_pool_omap_osds":7,"kb":656216064,"kb_used":6461532,"kb_used_data":397260,"kb_used_omap":252,"kb_used_meta":6063939,"kb_avail":649754532,"statfs":{"total":671965249536,"available":665348640768,"internally_reserved":0,"allocated":406794240,"data_stored":386100337,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":258429,"internal_metadata":6209474179},"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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"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":"6.078661"},"pg_stats":[{"pgid":"1.11","version":"373'149","reported_seq":1663,"reported_epoch":1440,"state":"active+clean","last_fresh":"2024-09-13T15:07:14.088399+0000","last_change":"2024-09-13T15:03:55.256070+0000","last_active":"2024-09-13T15:07:14.088399+0000","last_peered":"2024-09-13T15:07:14.088399+0000","last_clean":"2024-09-13T15:07:14.088399+0000","last_became_active":"2024-09-13T15:03:54.361713+0000","last_became_peered":"2024-09-13T15:03:54.361713+0000","last_unstale":"2024-09-13T15:07:14.088399+0000","last_undegraded":"2024-09-13T15:07:14.088399+0000","last_fullsized":"2024-09-13T15:07:14.088399+0000","mapping_epoch":1407,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1408,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:03:55.256014+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:03:55.256014+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:43:38.456769+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.14","version":"0'0","reported_seq":212,"reported_epoch":1440,"state":"active+clean","last_fresh":"2024-09-13T15:07:14.091198+0000","last_change":"2024-09-13T15:03:38.356940+0000","last_active":"2024-09-13T15:07:14.091198+0000","last_peered":"2024-09-13T15:07:14.091198+0000","last_clean":"2024-09-13T15:07:14.091198+0000","last_became_active":"2024-09-13T15:03:38.356599+0000","last_became_peered":"2024-09-13T15:03:38.356599+0000","last_unstale":"2024-09-13T15:07:14.091198+0000","last_undegraded":"2024-09-13T15:07:14.091198+0000","last_fullsized":"2024-09-13T15:07:14.091198+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:30:57.502891+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.13","version":"70'2","reported_seq":148,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.704079+0000","last_change":"2024-09-13T15:03:38.350681+0000","last_active":"2024-09-13T15:06:54.704079+0000","last_peered":"2024-09-13T15:06:54.704079+0000","last_clean":"2024-09-13T15:06:54.704079+0000","last_became_active":"2024-09-13T15:03:38.349386+0000","last_became_peered":"2024-09-13T15:03:38.349386+0000","last_unstale":"2024-09-13T15:06:54.704079+0000","last_undegraded":"2024-09-13T15:06:54.704079+0000","last_fullsized":"2024-09-13T15:06:54.704079+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T02:02:39.428946+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":6,"num_bytes_recovered":102,"num_keys_recovered":30,"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,2],"acting":[7,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.10","version":"373'149","reported_seq":1794,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.706690+0000","last_change":"2024-09-13T15:03:38.349355+0000","last_active":"2024-09-13T15:06:54.706690+0000","last_peered":"2024-09-13T15:06:54.706690+0000","last_clean":"2024-09-13T15:06:54.706690+0000","last_became_active":"2024-09-13T15:03:38.349035+0000","last_became_peered":"2024-09-13T15:03:38.349035+0000","last_unstale":"2024-09-13T15:06:54.706690+0000","last_undegraded":"2024-09-13T15:06:54.706690+0000","last_fullsized":"2024-09-13T15:06:54.706690+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:47.921711+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:47.921711+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:12:52.991080+0000","scrub_duration":0.001430061,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.15","version":"0'0","reported_seq":1489,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.707797+0000","last_change":"2024-09-13T15:03:38.344711+0000","last_active":"2024-09-13T15:06:54.707797+0000","last_peered":"2024-09-13T15:06:54.707797+0000","last_clean":"2024-09-13T15:06:54.707797+0000","last_became_active":"2024-09-13T15:03:38.344365+0000","last_became_peered":"2024-09-13T15:03:38.344365+0000","last_unstale":"2024-09-13T15:06:54.707797+0000","last_undegraded":"2024-09-13T15:06:54.707797+0000","last_fullsized":"2024-09-13T15:06:54.707797+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:45:19.898790+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[5,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.12","version":"0'0","reported_seq":2140,"reported_epoch":1440,"state":"active+clean","last_fresh":"2024-09-13T15:07:14.089026+0000","last_change":"2024-09-13T15:05:51.741228+0000","last_active":"2024-09-13T15:07:14.089026+0000","last_peered":"2024-09-13T15:07:14.089026+0000","last_clean":"2024-09-13T15:07:14.089026+0000","last_became_active":"2024-09-13T15:05:51.740897+0000","last_became_peered":"2024-09-13T15:05:51.740897+0000","last_unstale":"2024-09-13T15:07:14.089026+0000","last_undegraded":"2024-09-13T15:07:14.089026+0000","last_fullsized":"2024-09-13T15:07:14.089026+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:41:52.248592+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.13","version":"373'149","reported_seq":1683,"reported_epoch":1440,"state":"active+clean","last_fresh":"2024-09-13T15:07:14.090739+0000","last_change":"2024-09-13T15:06:05.604138+0000","last_active":"2024-09-13T15:07:14.090739+0000","last_peered":"2024-09-13T15:07:14.090739+0000","last_clean":"2024-09-13T15:07:14.090739+0000","last_became_active":"2024-09-13T15:05:54.404195+0000","last_became_peered":"2024-09-13T15:05:54.404195+0000","last_unstale":"2024-09-13T15:07:14.090739+0000","last_undegraded":"2024-09-13T15:07:14.090739+0000","last_fullsized":"2024-09-13T15:07:14.090739+0000","mapping_epoch":1425,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1426,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:06:05.604073+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:06:05.604073+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:32:36.388156+0000","scrub_duration":11,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"4.16","version":"0'0","reported_seq":2150,"reported_epoch":1440,"state":"active+clean","last_fresh":"2024-09-13T15:07:14.088628+0000","last_change":"2024-09-13T15:03:38.349331+0000","last_active":"2024-09-13T15:07:14.088628+0000","last_peered":"2024-09-13T15:07:14.088628+0000","last_clean":"2024-09-13T15:07:14.088628+0000","last_became_active":"2024-09-13T15:03:38.348741+0000","last_became_peered":"2024-09-13T15:03:38.348741+0000","last_unstale":"2024-09-13T15:07:14.088628+0000","last_undegraded":"2024-09-13T15:07:14.088628+0000","last_fullsized":"2024-09-13T15:07:14.088628+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:28:53.539736+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[0,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.11","version":"0'0","reported_seq":105,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.703821+0000","last_change":"2024-09-13T15:03:38.354041+0000","last_active":"2024-09-13T15:06:54.703821+0000","last_peered":"2024-09-13T15:06:54.703821+0000","last_clean":"2024-09-13T15:06:54.703821+0000","last_became_active":"2024-09-13T15:03:38.351864+0000","last_became_peered":"2024-09-13T15:03:38.351864+0000","last_unstale":"2024-09-13T15:06:54.703821+0000","last_undegraded":"2024-09-13T15:06:54.703821+0000","last_fullsized":"2024-09-13T15:06:54.703821+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:43:45.532422+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[7,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.12","version":"373'149","reported_seq":1791,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.707831+0000","last_change":"2024-09-13T15:03:38.356066+0000","last_active":"2024-09-13T15:06:54.707831+0000","last_peered":"2024-09-13T15:06:54.707831+0000","last_clean":"2024-09-13T15:06:54.707831+0000","last_became_active":"2024-09-13T15:03:38.355743+0000","last_became_peered":"2024-09-13T15:03:38.355743+0000","last_unstale":"2024-09-13T15:06:54.707831+0000","last_undegraded":"2024-09-13T15:06:54.707831+0000","last_fullsized":"2024-09-13T15:06:54.707831+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:46.963090+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:46.963090+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:18:39.622092+0000","scrub_duration":0.0014971279999999999,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[5,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.17","version":"0'0","reported_seq":46,"reported_epoch":1440,"state":"active+clean","last_fresh":"2024-09-13T15:07:14.090891+0000","last_change":"2024-09-13T15:05:51.734614+0000","last_active":"2024-09-13T15:07:14.090891+0000","last_peered":"2024-09-13T15:07:14.090891+0000","last_clean":"2024-09-13T15:07:14.090891+0000","last_became_active":"2024-09-13T15:05:51.734240+0000","last_became_peered":"2024-09-13T15:05:51.734240+0000","last_unstale":"2024-09-13T15:07:14.090891+0000","last_undegraded":"2024-09-13T15:07:14.090891+0000","last_fullsized":"2024-09-13T15:07:14.090891+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:39:54.213629+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[3,7,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.10","version":"70'8","reported_seq":93,"reported_epoch":1440,"state":"active+clean","last_fresh":"2024-09-13T15:07:14.088912+0000","last_change":"2024-09-13T15:05:47.285978+0000","last_active":"2024-09-13T15:07:14.088912+0000","last_peered":"2024-09-13T15:07:14.088912+0000","last_clean":"2024-09-13T15:07:14.088912+0000","last_became_active":"2024-09-13T15:03:51.626453+0000","last_became_peered":"2024-09-13T15:03:51.626453+0000","last_unstale":"2024-09-13T15:07:14.088912+0000","last_undegraded":"2024-09-13T15:07:14.088912+0000","last_fullsized":"2024-09-13T15:07:14.088912+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1419,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T01:57:18.346358+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":20,"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":[0,5,3],"acting":[0,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"11.7","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-09-13T15:07:13.073579+0000","last_change":"2024-09-13T15:07:13.073579+0000","last_active":"2024-09-13T15:07:13.073579+0000","last_peered":"2024-09-13T15:07:13.073579+0000","last_clean":"2024-09-13T15:07:13.073579+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-09-13T15:07:13.073579+0000","last_undegraded":"2024-09-13T15:07:13.073579+0000","last_fullsized":"2024-09-13T15:07:13.073579+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"--","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"1.d","version":"373'149","reported_seq":1786,"reported_epoch":1438,"state":"active+clean","last_fresh":"2024-09-13T15:07:01.927996+0000","last_change":"2024-09-13T15:07:01.928087+0000","last_active":"2024-09-13T15:07:01.927996+0000","last_peered":"2024-09-13T15:07:01.927996+0000","last_clean":"2024-09-13T15:07:01.927996+0000","last_became_active":"2024-09-13T15:03:38.350105+0000","last_became_peered":"2024-09-13T15:03:38.350105+0000","last_unstale":"2024-09-13T15:07:01.927996+0000","last_undegraded":"2024-09-13T15:07:01.927996+0000","last_fullsized":"2024-09-13T15:07:01.927996+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:07:01.927969+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:07:01.927969+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:18:08.638205+0000","scrub_duration":0.0022436270000000002,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.f","version":"70'1","reported_seq":122,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.704384+0000","last_change":"2024-09-13T15:03:51.626292+0000","last_active":"2024-09-13T15:06:54.704384+0000","last_peered":"2024-09-13T15:06:54.704384+0000","last_clean":"2024-09-13T15:06:54.704384+0000","last_became_active":"2024-09-13T15:03:51.623114+0000","last_became_peered":"2024-09-13T15:03:51.623114+0000","last_unstale":"2024-09-13T15:06:54.704384+0000","last_undegraded":"2024-09-13T15:06:54.704384+0000","last_fullsized":"2024-09-13T15:06:54.704384+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T15:05:32.910110+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":3,"num_bytes_recovered":66,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[7,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.8","version":"0'0","reported_seq":1465,"reported_epoch":1438,"state":"active+clean","last_fresh":"2024-09-13T15:07:01.288932+0000","last_change":"2024-09-13T15:03:38.353305+0000","last_active":"2024-09-13T15:07:01.288932+0000","last_peered":"2024-09-13T15:07:01.288932+0000","last_clean":"2024-09-13T15:07:01.288932+0000","last_became_active":"2024-09-13T15:03:38.352879+0000","last_became_peered":"2024-09-13T15:03:38.352879+0000","last_unstale":"2024-09-13T15:07:01.288932+0000","last_undegraded":"2024-09-13T15:07:01.288932+0000","last_fullsized":"2024-09-13T15:07:01.288932+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:40:30.592651+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"11.6","version":"0'0","reported_seq":11,"reported_epoch":1440,"state":"active+clean","last_fresh":"2024-09-13T15:07:14.124235+0000","last_change":"2024-09-13T15:07:14.122904+0000","last_active":"2024-09-13T15:07:14.124235+0000","last_peered":"2024-09-13T15:07:14.124235+0000","last_clean":"2024-09-13T15:07:14.124235+0000","last_became_active":"2024-09-13T15:07:14.122572+0000","last_became_peered":"2024-09-13T15:07:14.122572+0000","last_unstale":"2024-09-13T15:07:14.124235+0000","last_undegraded":"2024-09-13T15:07:14.124235+0000","last_fullsized":"2024-09-13T15:07:14.124235+0000","mapping_epoch":1439,"log_start":"0'0","ondisk_log_start":"0'0","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:33:03.322242+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.c","version":"373'149","reported_seq":1880,"reported_epoch":1440,"state":"active+clean","last_fresh":"2024-09-13T15:07:14.091109+0000","last_change":"2024-09-13T15:01:59.354979+0000","last_active":"2024-09-13T15:07:14.091109+0000","last_peered":"2024-09-13T15:07:14.091109+0000","last_clean":"2024-09-13T15:07:14.091109+0000","last_became_active":"2024-09-13T15:01:59.354085+0000","last_became_peered":"2024-09-13T15:01:59.354085+0000","last_unstale":"2024-09-13T15:07:14.091109+0000","last_undegraded":"2024-09-13T15:07:14.091109+0000","last_fullsized":"2024-09-13T15:07:14.091109+0000","mapping_epoch":1361,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1362,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:44.558993+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:44.558993+0000","objects_scrubbed":1,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:27:40.542397+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":327680,"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":1,"num_bytes_recovered":327680,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.e","version":"70'2","reported_seq":109,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.704427+0000","last_change":"2024-09-13T15:03:38.349897+0000","last_active":"2024-09-13T15:06:54.704427+0000","last_peered":"2024-09-13T15:06:54.704427+0000","last_clean":"2024-09-13T15:06:54.704427+0000","last_became_active":"2024-09-13T15:03:38.348354+0000","last_became_peered":"2024-09-13T15:03:38.348354+0000","last_unstale":"2024-09-13T15:06:54.704427+0000","last_undegraded":"2024-09-13T15:06:54.704427+0000","last_fullsized":"2024-09-13T15:06:54.704427+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T15:43:40.950366+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":2,"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,1],"acting":[7,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.9","version":"0'0","reported_seq":181,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.706885+0000","last_change":"2024-09-13T15:05:51.743005+0000","last_active":"2024-09-13T15:06:54.706885+0000","last_peered":"2024-09-13T15:06:54.706885+0000","last_clean":"2024-09-13T15:06:54.706885+0000","last_became_active":"2024-09-13T15:05:51.742687+0000","last_became_peered":"2024-09-13T15:05:51.742687+0000","last_unstale":"2024-09-13T15:06:54.706885+0000","last_undegraded":"2024-09-13T15:06:54.706885+0000","last_fullsized":"2024-09-13T15:06:54.706885+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:25:15.943530+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"11.5","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-09-13T15:07:13.073579+0000","last_change":"2024-09-13T15:07:13.073579+0000","last_active":"2024-09-13T15:07:13.073579+0000","last_peered":"2024-09-13T15:07:13.073579+0000","last_clean":"2024-09-13T15:07:13.073579+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-09-13T15:07:13.073579+0000","last_undegraded":"2024-09-13T15:07:13.073579+0000","last_fullsized":"2024-09-13T15:07:13.073579+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"--","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"1.f","version":"373'149","reported_seq":1785,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.708557+0000","last_change":"2024-09-13T15:01:28.027947+0000","last_active":"2024-09-13T15:06:54.708557+0000","last_peered":"2024-09-13T15:06:54.708557+0000","last_clean":"2024-09-13T15:06:54.708557+0000","last_became_active":"2024-09-13T15:01:28.027514+0000","last_became_peered":"2024-09-13T15:01:28.027514+0000","last_unstale":"2024-09-13T15:06:54.708557+0000","last_undegraded":"2024-09-13T15:06:54.708557+0000","last_fullsized":"2024-09-13T15:06:54.708557+0000","mapping_epoch":1349,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1350,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:41.996887+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:41.996887+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:41:46.361463+0000","scrub_duration":0.0021616460000000001,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[5,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.d","version":"70'1","reported_seq":149,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.704520+0000","last_change":"2024-09-13T15:03:38.351064+0000","last_active":"2024-09-13T15:06:54.704520+0000","last_peered":"2024-09-13T15:06:54.704520+0000","last_clean":"2024-09-13T15:06:54.704520+0000","last_became_active":"2024-09-13T15:03:38.348082+0000","last_became_peered":"2024-09-13T15:03:38.348082+0000","last_unstale":"2024-09-13T15:06:54.704520+0000","last_undegraded":"2024-09-13T15:06:54.704520+0000","last_fullsized":"2024-09-13T15:06:54.704520+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T20:26:11.922683+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":4,"num_bytes_recovered":280,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[7,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.a","version":"0'0","reported_seq":105,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.704156+0000","last_change":"2024-09-13T15:03:38.356492+0000","last_active":"2024-09-13T15:06:54.704156+0000","last_peered":"2024-09-13T15:06:54.704156+0000","last_clean":"2024-09-13T15:06:54.704156+0000","last_became_active":"2024-09-13T15:03:38.356178+0000","last_became_peered":"2024-09-13T15:03:38.356178+0000","last_unstale":"2024-09-13T15:06:54.704156+0000","last_undegraded":"2024-09-13T15:06:54.704156+0000","last_fullsized":"2024-09-13T15:06:54.704156+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:00:06.309035+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[7,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"11.4","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-09-13T15:07:13.073579+0000","last_change":"2024-09-13T15:07:13.073579+0000","last_active":"2024-09-13T15:07:13.073579+0000","last_peered":"2024-09-13T15:07:13.073579+0000","last_clean":"2024-09-13T15:07:13.073579+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-09-13T15:07:13.073579+0000","last_undegraded":"2024-09-13T15:07:13.073579+0000","last_fullsized":"2024-09-13T15:07:13.073579+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"--","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"1.e","version":"373'149","reported_seq":1835,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.707761+0000","last_change":"2024-09-13T15:03:38.351489+0000","last_active":"2024-09-13T15:06:54.707761+0000","last_peered":"2024-09-13T15:06:54.707761+0000","last_clean":"2024-09-13T15:06:54.707761+0000","last_became_active":"2024-09-13T15:03:38.350896+0000","last_became_peered":"2024-09-13T15:03:38.350896+0000","last_unstale":"2024-09-13T15:06:54.707761+0000","last_undegraded":"2024-09-13T15:06:54.707761+0000","last_fullsized":"2024-09-13T15:06:54.707761+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:46.145574+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:46.145574+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:18:57.368977+0000","scrub_duration":0.0016746529999999999,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7,3],"acting":[4,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.c","version":"0'0","reported_seq":1445,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.707509+0000","last_change":"2024-09-13T15:01:24.974778+0000","last_active":"2024-09-13T15:06:54.707509+0000","last_peered":"2024-09-13T15:06:54.707509+0000","last_clean":"2024-09-13T15:06:54.707509+0000","last_became_active":"2024-09-13T15:01:24.974473+0000","last_became_peered":"2024-09-13T15:01:24.974473+0000","last_unstale":"2024-09-13T15:06:54.707509+0000","last_undegraded":"2024-09-13T15:06:54.707509+0000","last_fullsized":"2024-09-13T15:06:54.707509+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:46:28.574203+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[5,3,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.b","version":"0'0","reported_seq":2099,"reported_epoch":1440,"state":"active+clean","last_fresh":"2024-09-13T15:07:14.088533+0000","last_change":"2024-09-13T14:57:14.903236+0000","last_active":"2024-09-13T15:07:14.088533+0000","last_peered":"2024-09-13T15:07:14.088533+0000","last_clean":"2024-09-13T15:07:14.088533+0000","last_became_active":"2024-09-13T14:57:14.902951+0000","last_became_peered":"2024-09-13T14:57:14.902951+0000","last_unstale":"2024-09-13T15:07:14.088533+0000","last_undegraded":"2024-09-13T15:07:14.088533+0000","last_fullsized":"2024-09-13T15:07:14.088533+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:55:09.250185+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"11.3","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-09-13T15:07:13.073579+0000","last_change":"2024-09-13T15:07:13.073579+0000","last_active":"2024-09-13T15:07:13.073579+0000","last_peered":"2024-09-13T15:07:13.073579+0000","last_clean":"2024-09-13T15:07:13.073579+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-09-13T15:07:13.073579+0000","last_undegraded":"2024-09-13T15:07:13.073579+0000","last_fullsized":"2024-09-13T15:07:13.073579+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"--","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"1.9","version":"373'149","reported_seq":1745,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.704123+0000","last_change":"2024-09-13T15:03:38.352975+0000","last_active":"2024-09-13T15:06:54.704123+0000","last_peered":"2024-09-13T15:06:54.704123+0000","last_clean":"2024-09-13T15:06:54.704123+0000","last_became_active":"2024-09-13T15:03:38.351931+0000","last_became_peered":"2024-09-13T15:03:38.351931+0000","last_unstale":"2024-09-13T15:06:54.704123+0000","last_undegraded":"2024-09-13T15:06:54.704123+0000","last_fullsized":"2024-09-13T15:06:54.704123+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:00.672283+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:00.672283+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:33:57.200088+0000","scrub_duration":8,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[7,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.b","version":"70'2","reported_seq":215,"reported_epoch":1440,"state":"active+clean","last_fresh":"2024-09-13T15:07:14.090893+0000","last_change":"2024-09-13T15:03:51.624583+0000","last_active":"2024-09-13T15:07:14.090893+0000","last_peered":"2024-09-13T15:07:14.090893+0000","last_clean":"2024-09-13T15:07:14.090893+0000","last_became_active":"2024-09-13T15:03:51.620984+0000","last_became_peered":"2024-09-13T15:03:51.620984+0000","last_unstale":"2024-09-13T15:07:14.090893+0000","last_undegraded":"2024-09-13T15:07:14.090893+0000","last_fullsized":"2024-09-13T15:07:14.090893+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T21:45:32.793080+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":4,"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":[3,0,4],"acting":[3,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.c","version":"0'0","reported_seq":199,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.707936+0000","last_change":"2024-09-13T15:01:24.978702+0000","last_active":"2024-09-13T15:06:54.707936+0000","last_peered":"2024-09-13T15:06:54.707936+0000","last_clean":"2024-09-13T15:06:54.707936+0000","last_became_active":"2024-09-13T15:01:24.977757+0000","last_became_peered":"2024-09-13T15:01:24.977757+0000","last_unstale":"2024-09-13T15:06:54.707936+0000","last_undegraded":"2024-09-13T15:06:54.707936+0000","last_fullsized":"2024-09-13T15:06:54.707936+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:22:07.527337+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,3,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"11.2","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-09-13T15:07:13.073579+0000","last_change":"2024-09-13T15:07:13.073579+0000","last_active":"2024-09-13T15:07:13.073579+0000","last_peered":"2024-09-13T15:07:13.073579+0000","last_clean":"2024-09-13T15:07:13.073579+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-09-13T15:07:13.073579+0000","last_undegraded":"2024-09-13T15:07:13.073579+0000","last_fullsized":"2024-09-13T15:07:13.073579+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"--","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"1.8","version":"373'149","reported_seq":1816,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.706704+0000","last_change":"2024-09-13T15:01:28.028879+0000","last_active":"2024-09-13T15:06:54.706704+0000","last_peered":"2024-09-13T15:06:54.706704+0000","last_clean":"2024-09-13T15:06:54.706704+0000","last_became_active":"2024-09-13T15:01:28.025980+0000","last_became_peered":"2024-09-13T15:01:28.025980+0000","last_unstale":"2024-09-13T15:06:54.706704+0000","last_undegraded":"2024-09-13T15:06:54.706704+0000","last_fullsized":"2024-09-13T15:06:54.706704+0000","mapping_epoch":1349,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1350,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:06.782570+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:06.782570+0000","objects_scrubbed":1,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:31:55.692142+0000","scrub_duration":2,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":262688,"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":4,"num_bytes_recovered":1050752,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[5,2,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.a","version":"0'0","reported_seq":190,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.707070+0000","last_change":"2024-09-13T15:01:24.976401+0000","last_active":"2024-09-13T15:06:54.707070+0000","last_peered":"2024-09-13T15:06:54.707070+0000","last_clean":"2024-09-13T15:06:54.707070+0000","last_became_active":"2024-09-13T15:01:24.975687+0000","last_became_peered":"2024-09-13T15:01:24.975687+0000","last_unstale":"2024-09-13T15:06:54.707070+0000","last_undegraded":"2024-09-13T15:06:54.707070+0000","last_fullsized":"2024-09-13T15:06:54.707070+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:37:56.277103+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.d","version":"0'0","reported_seq":181,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.708152+0000","last_change":"2024-09-13T15:01:09.620455+0000","last_active":"2024-09-13T15:06:54.708152+0000","last_peered":"2024-09-13T15:06:54.708152+0000","last_clean":"2024-09-13T15:06:54.708152+0000","last_became_active":"2024-09-13T15:01:09.620141+0000","last_became_peered":"2024-09-13T15:01:09.620141+0000","last_unstale":"2024-09-13T15:06:54.708152+0000","last_undegraded":"2024-09-13T15:06:54.708152+0000","last_fullsized":"2024-09-13T15:06:54.708152+0000","mapping_epoch":1341,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1342,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:40:38.384024+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,1],"acting":[4,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"11.1","version":"0'0","reported_seq":11,"reported_epoch":1440,"state":"active+clean","last_fresh":"2024-09-13T15:07:14.096181+0000","last_change":"2024-09-13T15:07:14.095632+0000","last_active":"2024-09-13T15:07:14.096181+0000","last_peered":"2024-09-13T15:07:14.096181+0000","last_clean":"2024-09-13T15:07:14.096181+0000","last_became_active":"2024-09-13T15:07:14.095325+0000","last_became_peered":"2024-09-13T15:07:14.095325+0000","last_unstale":"2024-09-13T15:07:14.096181+0000","last_undegraded":"2024-09-13T15:07:14.096181+0000","last_fullsized":"2024-09-13T15:07:14.096181+0000","mapping_epoch":1439,"log_start":"0'0","ondisk_log_start":"0'0","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:24:09.702751+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[3,0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"1.b","version":"373'149","reported_seq":1860,"reported_epoch":1440,"state":"active+clean","last_fresh":"2024-09-13T15:07:14.088441+0000","last_change":"2024-09-13T14:58:46.524171+0000","last_active":"2024-09-13T15:07:14.088441+0000","last_peered":"2024-09-13T15:07:14.088441+0000","last_clean":"2024-09-13T15:07:14.088441+0000","last_became_active":"2024-09-13T14:58:43.532183+0000","last_became_peered":"2024-09-13T14:58:43.532183+0000","last_unstale":"2024-09-13T15:07:14.088441+0000","last_undegraded":"2024-09-13T15:07:14.088441+0000","last_fullsized":"2024-09-13T15:07:14.088441+0000","mapping_epoch":1310,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1311,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:46.524124+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:46.524124+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:27:09.177423+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.9","version":"0'0","reported_seq":204,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.707117+0000","last_change":"2024-09-13T15:03:38.354984+0000","last_active":"2024-09-13T15:06:54.707117+0000","last_peered":"2024-09-13T15:06:54.707117+0000","last_clean":"2024-09-13T15:06:54.707117+0000","last_became_active":"2024-09-13T15:03:38.354709+0000","last_became_peered":"2024-09-13T15:03:38.354709+0000","last_unstale":"2024-09-13T15:06:54.707117+0000","last_undegraded":"2024-09-13T15:06:54.707117+0000","last_fullsized":"2024-09-13T15:06:54.707117+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:59:16.039432+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,7],"acting":[4,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.e","version":"0'0","reported_seq":199,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.707461+0000","last_change":"2024-09-13T15:02:46.589725+0000","last_active":"2024-09-13T15:06:54.707461+0000","last_peered":"2024-09-13T15:06:54.707461+0000","last_clean":"2024-09-13T15:06:54.707461+0000","last_became_active":"2024-09-13T15:02:46.589402+0000","last_became_peered":"2024-09-13T15:02:46.589402+0000","last_unstale":"2024-09-13T15:06:54.707461+0000","last_undegraded":"2024-09-13T15:06:54.707461+0000","last_fullsized":"2024-09-13T15:06:54.707461+0000","mapping_epoch":1389,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1390,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:04:57.106829+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"11.0","version":"0'0","reported_seq":11,"reported_epoch":1440,"state":"active+clean","last_fresh":"2024-09-13T15:07:14.125498+0000","last_change":"2024-09-13T15:07:14.123552+0000","last_active":"2024-09-13T15:07:14.125498+0000","last_peered":"2024-09-13T15:07:14.125498+0000","last_clean":"2024-09-13T15:07:14.125498+0000","last_became_active":"2024-09-13T15:07:14.123280+0000","last_became_peered":"2024-09-13T15:07:14.123280+0000","last_unstale":"2024-09-13T15:07:14.125498+0000","last_undegraded":"2024-09-13T15:07:14.125498+0000","last_fullsized":"2024-09-13T15:07:14.125498+0000","mapping_epoch":1439,"log_start":"0'0","ondisk_log_start":"0'0","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:34:19.255076+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.a","version":"373'149","reported_seq":1764,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.707744+0000","last_change":"2024-09-13T15:01:12.669843+0000","last_active":"2024-09-13T15:06:54.707744+0000","last_peered":"2024-09-13T15:06:54.707744+0000","last_clean":"2024-09-13T15:06:54.707744+0000","last_became_active":"2024-09-13T15:01:12.669313+0000","last_became_peered":"2024-09-13T15:01:12.669313+0000","last_unstale":"2024-09-13T15:06:54.707744+0000","last_undegraded":"2024-09-13T15:06:54.707744+0000","last_fullsized":"2024-09-13T15:06:54.707744+0000","mapping_epoch":1344,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1345,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:05.812475+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:05.812475+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:45:44.908862+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[5,2,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.8","version":"0'0","reported_seq":46,"reported_epoch":1440,"state":"active+clean","last_fresh":"2024-09-13T15:07:14.090557+0000","last_change":"2024-09-13T15:05:51.743180+0000","last_active":"2024-09-13T15:07:14.090557+0000","last_peered":"2024-09-13T15:07:14.090557+0000","last_clean":"2024-09-13T15:07:14.090557+0000","last_became_active":"2024-09-13T15:05:51.742786+0000","last_became_peered":"2024-09-13T15:05:51.742786+0000","last_unstale":"2024-09-13T15:07:14.090557+0000","last_undegraded":"2024-09-13T15:07:14.090557+0000","last_fullsized":"2024-09-13T15:07:14.090557+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:43:22.519481+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.f","version":"0'0","reported_seq":200,"reported_epoch":1440,"state":"active+clean","last_fresh":"2024-09-13T15:07:14.091266+0000","last_change":"2024-09-13T15:01:25.027529+0000","last_active":"2024-09-13T15:07:14.091266+0000","last_peered":"2024-09-13T15:07:14.091266+0000","last_clean":"2024-09-13T15:07:14.091266+0000","last_became_active":"2024-09-13T15:01:24.986960+0000","last_became_peered":"2024-09-13T15:01:24.986960+0000","last_unstale":"2024-09-13T15:07:14.091266+0000","last_undegraded":"2024-09-13T15:07:14.091266+0000","last_fullsized":"2024-09-13T15:07:14.091266+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:47:41.794862+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"11.a","version":"0'0","reported_seq":11,"reported_epoch":1440,"state":"active+clean","last_fresh":"2024-09-13T15:07:14.125544+0000","last_change":"2024-09-13T15:07:14.123660+0000","last_active":"2024-09-13T15:07:14.125544+0000","last_peered":"2024-09-13T15:07:14.125544+0000","last_clean":"2024-09-13T15:07:14.125544+0000","last_became_active":"2024-09-13T15:07:14.123397+0000","last_became_peered":"2024-09-13T15:07:14.123397+0000","last_unstale":"2024-09-13T15:07:14.125544+0000","last_undegraded":"2024-09-13T15:07:14.125544+0000","last_fullsized":"2024-09-13T15:07:14.125544+0000","mapping_epoch":1439,"log_start":"0'0","ondisk_log_start":"0'0","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:21:14.610604+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[3,5,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"1.0","version":"373'149","reported_seq":1767,"reported_epoch":1438,"state":"active+clean","last_fresh":"2024-09-13T15:07:04.950879+0000","last_change":"2024-09-13T15:07:04.951005+0000","last_active":"2024-09-13T15:07:04.950879+0000","last_peered":"2024-09-13T15:07:04.950879+0000","last_clean":"2024-09-13T15:07:04.950879+0000","last_became_active":"2024-09-13T15:03:54.431663+0000","last_became_peered":"2024-09-13T15:03:54.431663+0000","last_unstale":"2024-09-13T15:07:04.950879+0000","last_undegraded":"2024-09-13T15:07:04.950879+0000","last_fullsized":"2024-09-13T15:07:04.950879+0000","mapping_epoch":1407,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":1408,"parent":"0.0","parent_split_bits":0,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:07:04.950859+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:07:04.950859+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:07:49.239979+0000","scrub_duration":0.0020154529999999999,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"2.3","version":"63'1","reported_seq":1520,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.707389+0000","last_change":"2024-09-13T15:03:38.346531+0000","last_active":"2024-09-13T15:06:54.707389+0000","last_peered":"2024-09-13T15:06:54.707389+0000","last_clean":"2024-09-13T15:06:54.707389+0000","last_became_active":"2024-09-13T15:03:38.345909+0000","last_became_peered":"2024-09-13T15:03:38.345909+0000","last_unstale":"2024-09-13T15:06:54.707389+0000","last_undegraded":"2024-09-13T15:06:54.707389+0000","last_fullsized":"2024-09-13T15:06:54.707389+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-14T14:55:44.823772+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029038399999999998,"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":7,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":46,"reported_epoch":1440,"state":"active+clean","last_fresh":"2024-09-13T15:07:14.091452+0000","last_change":"2024-09-13T15:05:51.734474+0000","last_active":"2024-09-13T15:07:14.091452+0000","last_peered":"2024-09-13T15:07:14.091452+0000","last_clean":"2024-09-13T15:07:14.091452+0000","last_became_active":"2024-09-13T15:05:51.734151+0000","last_became_peered":"2024-09-13T15:05:51.734151+0000","last_unstale":"2024-09-13T15:07:14.091452+0000","last_undegraded":"2024-09-13T15:07:14.091452+0000","last_fullsized":"2024-09-13T15:07:14.091452+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:39:56.749516+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[3,5,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.5","version":"0'0","reported_seq":196,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.707942+0000","last_change":"2024-09-13T15:03:38.352837+0000","last_active":"2024-09-13T15:06:54.707942+0000","last_peered":"2024-09-13T15:06:54.707942+0000","last_clean":"2024-09-13T15:06:54.707942+0000","last_became_active":"2024-09-13T15:03:38.352572+0000","last_became_peered":"2024-09-13T15:03:38.352572+0000","last_unstale":"2024-09-13T15:06:54.707942+0000","last_undegraded":"2024-09-13T15:06:54.707942+0000","last_fullsized":"2024-09-13T15:06:54.707942+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:24:21.126416+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7,0],"acting":[4,7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"11.9","version":"0'0","reported_seq":11,"reported_epoch":1440,"state":"active+clean","last_fresh":"2024-09-13T15:07:14.125256+0000","last_change":"2024-09-13T15:07:14.122720+0000","last_active":"2024-09-13T15:07:14.125256+0000","last_peered":"2024-09-13T15:07:14.125256+0000","last_clean":"2024-09-13T15:07:14.125256+0000","last_became_active":"2024-09-13T15:07:14.122420+0000","last_became_peered":"2024-09-13T15:07:14.122420+0000","last_unstale":"2024-09-13T15:07:14.125256+0000","last_undegraded":"2024-09-13T15:07:14.125256+0000","last_fullsized":"2024-09-13T15:07:14.125256+0000","mapping_epoch":1439,"log_start":"0'0","ondisk_log_start":"0'0","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:11:32.272964+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.3","version":"373'149","reported_seq":1769,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.707387+0000","last_change":"2024-09-13T14:58:41.253414+0000","last_active":"2024-09-13T15:06:54.707387+0000","last_peered":"2024-09-13T15:06:54.707387+0000","last_clean":"2024-09-13T15:06:54.707387+0000","last_became_active":"2024-09-13T14:57:55.737391+0000","last_became_peered":"2024-09-13T14:57:55.737391+0000","last_unstale":"2024-09-13T15:06:54.707387+0000","last_undegraded":"2024-09-13T15:06:54.707387+0000","last_fullsized":"2024-09-13T15:06:54.707387+0000","mapping_epoch":1296,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1297,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:41.253310+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:41.253310+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:24:04.946981+0000","scrub_duration":0.0016916399999999999,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[4,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.0","version":"0'0","reported_seq":105,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.703752+0000","last_change":"2024-09-13T15:03:38.347804+0000","last_active":"2024-09-13T15:06:54.703752+0000","last_peered":"2024-09-13T15:06:54.703752+0000","last_clean":"2024-09-13T15:06:54.703752+0000","last_became_active":"2024-09-13T15:03:38.347397+0000","last_became_peered":"2024-09-13T15:03:38.347397+0000","last_unstale":"2024-09-13T15:06:54.703752+0000","last_undegraded":"2024-09-13T15:06:54.703752+0000","last_fullsized":"2024-09-13T15:06:54.703752+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:43:12.424555+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000322109,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":2130,"reported_epoch":1440,"state":"active+clean","last_fresh":"2024-09-13T15:07:14.088302+0000","last_change":"2024-09-13T15:05:51.740565+0000","last_active":"2024-09-13T15:07:14.088302+0000","last_peered":"2024-09-13T15:07:14.088302+0000","last_clean":"2024-09-13T15:07:14.088302+0000","last_became_active":"2024-09-13T15:05:51.740130+0000","last_became_peered":"2024-09-13T15:05:51.740130+0000","last_unstale":"2024-09-13T15:07:14.088302+0000","last_undegraded":"2024-09-13T15:07:14.088302+0000","last_fullsized":"2024-09-13T15:07:14.088302+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:52:58.980736+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.6","version":"0'0","reported_seq":83,"reported_epoch":1440,"state":"active+clean","last_fresh":"2024-09-13T15:07:14.088438+0000","last_change":"2024-09-13T15:03:51.623960+0000","last_active":"2024-09-13T15:07:14.088438+0000","last_peered":"2024-09-13T15:07:14.088438+0000","last_clean":"2024-09-13T15:07:14.088438+0000","last_became_active":"2024-09-13T15:03:51.623539+0000","last_became_peered":"2024-09-13T15:03:51.623539+0000","last_unstale":"2024-09-13T15:07:14.088438+0000","last_undegraded":"2024-09-13T15:07:14.088438+0000","last_fullsized":"2024-09-13T15:07:14.088438+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:33:47.315017+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"11.8","version":"0'0","reported_seq":11,"reported_epoch":1440,"state":"active+clean","last_fresh":"2024-09-13T15:07:14.096425+0000","last_change":"2024-09-13T15:07:14.095833+0000","last_active":"2024-09-13T15:07:14.096425+0000","last_peered":"2024-09-13T15:07:14.096425+0000","last_clean":"2024-09-13T15:07:14.096425+0000","last_became_active":"2024-09-13T15:07:14.095511+0000","last_became_peered":"2024-09-13T15:07:14.095511+0000","last_unstale":"2024-09-13T15:07:14.096425+0000","last_undegraded":"2024-09-13T15:07:14.096425+0000","last_fullsized":"2024-09-13T15:07:14.096425+0000","mapping_epoch":1439,"log_start":"0'0","ondisk_log_start":"0'0","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:54:41.237517+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[3,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"1.2","version":"373'149","reported_seq":1721,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.704121+0000","last_change":"2024-09-13T15:03:38.357929+0000","last_active":"2024-09-13T15:06:54.704121+0000","last_peered":"2024-09-13T15:06:54.704121+0000","last_clean":"2024-09-13T15:06:54.704121+0000","last_became_active":"2024-09-13T15:03:38.357642+0000","last_became_peered":"2024-09-13T15:03:38.357642+0000","last_unstale":"2024-09-13T15:06:54.704121+0000","last_undegraded":"2024-09-13T15:06:54.704121+0000","last_fullsized":"2024-09-13T15:06:54.704121+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:45.571820+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:45.571820+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:40:09.261995+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.1","version":"0'0","reported_seq":212,"reported_epoch":1438,"state":"active+clean","last_fresh":"2024-09-13T15:07:00.727870+0000","last_change":"2024-09-13T15:05:51.737191+0000","last_active":"2024-09-13T15:07:00.727870+0000","last_peered":"2024-09-13T15:07:00.727870+0000","last_clean":"2024-09-13T15:07:00.727870+0000","last_became_active":"2024-09-13T15:05:51.736725+0000","last_became_peered":"2024-09-13T15:05:51.736725+0000","last_unstale":"2024-09-13T15:07:00.727870+0000","last_undegraded":"2024-09-13T15:07:00.727870+0000","last_fullsized":"2024-09-13T15:07:00.727870+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:40:12.764444+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00030931399999999999,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":206,"reported_epoch":1438,"state":"active+clean","last_fresh":"2024-09-13T15:07:00.726773+0000","last_change":"2024-09-13T15:01:09.621555+0000","last_active":"2024-09-13T15:07:00.726773+0000","last_peered":"2024-09-13T15:07:00.726773+0000","last_clean":"2024-09-13T15:07:00.726773+0000","last_became_active":"2024-09-13T15:01:09.621210+0000","last_became_peered":"2024-09-13T15:01:09.621210+0000","last_unstale":"2024-09-13T15:07:00.726773+0000","last_undegraded":"2024-09-13T15:07:00.726773+0000","last_fullsized":"2024-09-13T15:07:00.726773+0000","mapping_epoch":1341,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1342,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:08:11.168661+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.7","version":"0'0","reported_seq":128,"reported_epoch":1438,"state":"active+clean","last_fresh":"2024-09-13T15:07:00.729108+0000","last_change":"2024-09-13T15:03:51.620120+0000","last_active":"2024-09-13T15:07:00.729108+0000","last_peered":"2024-09-13T15:07:00.729108+0000","last_clean":"2024-09-13T15:07:00.729108+0000","last_became_active":"2024-09-13T15:03:51.619628+0000","last_became_peered":"2024-09-13T15:03:51.619628+0000","last_unstale":"2024-09-13T15:07:00.729108+0000","last_undegraded":"2024-09-13T15:07:00.729108+0000","last_fullsized":"2024-09-13T15:07:00.729108+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:01:31.123910+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"11.b","version":"0'0","reported_seq":11,"reported_epoch":1440,"state":"active+clean","last_fresh":"2024-09-13T15:07:14.125594+0000","last_change":"2024-09-13T15:07:14.124749+0000","last_active":"2024-09-13T15:07:14.125594+0000","last_peered":"2024-09-13T15:07:14.125594+0000","last_clean":"2024-09-13T15:07:14.125594+0000","last_became_active":"2024-09-13T15:07:14.124372+0000","last_became_peered":"2024-09-13T15:07:14.124372+0000","last_unstale":"2024-09-13T15:07:14.125594+0000","last_undegraded":"2024-09-13T15:07:14.125594+0000","last_fullsized":"2024-09-13T15:07:14.125594+0000","mapping_epoch":1439,"log_start":"0'0","ondisk_log_start":"0'0","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:57:05.984229+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[3,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"1.1","version":"373'149","reported_seq":1776,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:07:01.049471+0000","last_change":"2024-09-13T15:01:12.669020+0000","last_active":"2024-09-13T15:07:01.049471+0000","last_peered":"2024-09-13T15:07:01.049471+0000","last_clean":"2024-09-13T15:07:01.049471+0000","last_became_active":"2024-09-13T15:01:12.668669+0000","last_became_peered":"2024-09-13T15:01:12.668669+0000","last_unstale":"2024-09-13T15:07:01.049471+0000","last_undegraded":"2024-09-13T15:07:01.049471+0000","last_fullsized":"2024-09-13T15:07:01.049471+0000","mapping_epoch":1344,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1345,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:44.985050+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:44.985050+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:08:39.101982+0000","scrub_duration":0.0017537869999999999,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[5,0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.2","version":"65'2","reported_seq":1432,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.708622+0000","last_change":"2024-09-13T14:56:25.089588+0000","last_active":"2024-09-13T15:06:54.708622+0000","last_peered":"2024-09-13T15:06:54.708622+0000","last_clean":"2024-09-13T15:06:54.708622+0000","last_became_active":"2024-09-13T14:56:24.926628+0000","last_became_peered":"2024-09-13T14:56:24.926628+0000","last_unstale":"2024-09-13T15:06:54.708622+0000","last_undegraded":"2024-09-13T15:06:54.708622+0000","last_fullsized":"2024-09-13T15:06:54.708622+0000","mapping_epoch":1264,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1265,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-14T20:55:55.656534+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00094368000000000002,"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":1,"num_bytes_recovered":19,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"3.3","version":"0'0","reported_seq":172,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.707543+0000","last_change":"2024-09-13T14:57:14.902547+0000","last_active":"2024-09-13T15:06:54.707543+0000","last_peered":"2024-09-13T15:06:54.707543+0000","last_clean":"2024-09-13T15:06:54.707543+0000","last_became_active":"2024-09-13T14:57:14.902293+0000","last_became_peered":"2024-09-13T14:57:14.902293+0000","last_unstale":"2024-09-13T15:06:54.707543+0000","last_undegraded":"2024-09-13T15:06:54.707543+0000","last_fullsized":"2024-09-13T15:06:54.707543+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:56:57.423234+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.4","version":"0'0","reported_seq":212,"reported_epoch":1438,"state":"active+clean","last_fresh":"2024-09-13T15:07:00.726934+0000","last_change":"2024-09-13T15:01:24.976845+0000","last_active":"2024-09-13T15:07:00.726934+0000","last_peered":"2024-09-13T15:07:00.726934+0000","last_clean":"2024-09-13T15:07:00.726934+0000","last_became_active":"2024-09-13T15:01:24.976060+0000","last_became_peered":"2024-09-13T15:01:24.976060+0000","last_unstale":"2024-09-13T15:07:00.726934+0000","last_undegraded":"2024-09-13T15:07:00.726934+0000","last_fullsized":"2024-09-13T15:07:00.726934+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:53:30.324342+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[2,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"11.d","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-09-13T15:07:13.073579+0000","last_change":"2024-09-13T15:07:13.073579+0000","last_active":"2024-09-13T15:07:13.073579+0000","last_peered":"2024-09-13T15:07:13.073579+0000","last_clean":"2024-09-13T15:07:13.073579+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-09-13T15:07:13.073579+0000","last_undegraded":"2024-09-13T15:07:13.073579+0000","last_fullsized":"2024-09-13T15:07:13.073579+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"--","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"1.7","version":"373'149","reported_seq":1690,"reported_epoch":1440,"state":"active+clean","last_fresh":"2024-09-13T15:07:14.091003+0000","last_change":"2024-09-13T15:06:01.469716+0000","last_active":"2024-09-13T15:07:14.091003+0000","last_peered":"2024-09-13T15:07:14.091003+0000","last_clean":"2024-09-13T15:07:14.091003+0000","last_became_active":"2024-09-13T15:05:54.405373+0000","last_became_peered":"2024-09-13T15:05:54.405373+0000","last_unstale":"2024-09-13T15:07:14.091003+0000","last_undegraded":"2024-09-13T15:07:14.091003+0000","last_fullsized":"2024-09-13T15:07:14.091003+0000","mapping_epoch":1425,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1426,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:06:01.469635+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:06:01.469635+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:12:02.151647+0000","scrub_duration":5,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[3,7,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.5","version":"0'0","reported_seq":1493,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.707943+0000","last_change":"2024-09-13T15:01:24.988475+0000","last_active":"2024-09-13T15:06:54.707943+0000","last_peered":"2024-09-13T15:06:54.707943+0000","last_clean":"2024-09-13T15:06:54.707943+0000","last_became_active":"2024-09-13T15:01:24.988142+0000","last_became_peered":"2024-09-13T15:01:24.988142+0000","last_unstale":"2024-09-13T15:06:54.707943+0000","last_undegraded":"2024-09-13T15:06:54.707943+0000","last_fullsized":"2024-09-13T15:06:54.707943+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:45:39.600773+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.4","version":"0'0","reported_seq":2084,"reported_epoch":1440,"state":"active+clean","last_fresh":"2024-09-13T15:07:14.088420+0000","last_change":"2024-09-13T15:03:38.353803+0000","last_active":"2024-09-13T15:07:14.088420+0000","last_peered":"2024-09-13T15:07:14.088420+0000","last_clean":"2024-09-13T15:07:14.088420+0000","last_became_active":"2024-09-13T15:03:38.353451+0000","last_became_peered":"2024-09-13T15:03:38.353451+0000","last_unstale":"2024-09-13T15:07:14.088420+0000","last_undegraded":"2024-09-13T15:07:14.088420+0000","last_fullsized":"2024-09-13T15:07:14.088420+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:29:47.331237+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00031535100000000001,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[0,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"4.2","version":"0'0","reported_seq":1697,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.708752+0000","last_change":"2024-09-13T14:57:14.909267+0000","last_active":"2024-09-13T15:06:54.708752+0000","last_peered":"2024-09-13T15:06:54.708752+0000","last_clean":"2024-09-13T15:06:54.708752+0000","last_became_active":"2024-09-13T14:57:14.908962+0000","last_became_peered":"2024-09-13T14:57:14.908962+0000","last_unstale":"2024-09-13T15:06:54.708752+0000","last_undegraded":"2024-09-13T15:06:54.708752+0000","last_fullsized":"2024-09-13T15:06:54.708752+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:16:41.040247+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[5,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"11.c","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-09-13T15:07:13.073579+0000","last_change":"2024-09-13T15:07:13.073579+0000","last_active":"2024-09-13T15:07:13.073579+0000","last_peered":"2024-09-13T15:07:13.073579+0000","last_clean":"2024-09-13T15:07:13.073579+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-09-13T15:07:13.073579+0000","last_undegraded":"2024-09-13T15:07:13.073579+0000","last_fullsized":"2024-09-13T15:07:13.073579+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"--","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"1.6","version":"373'149","reported_seq":1891,"reported_epoch":1440,"state":"active+clean","last_fresh":"2024-09-13T15:07:14.088494+0000","last_change":"2024-09-13T15:05:54.416545+0000","last_active":"2024-09-13T15:07:14.088494+0000","last_peered":"2024-09-13T15:07:14.088494+0000","last_clean":"2024-09-13T15:07:14.088494+0000","last_became_active":"2024-09-13T15:05:54.414577+0000","last_became_peered":"2024-09-13T15:05:54.414577+0000","last_unstale":"2024-09-13T15:07:14.088494+0000","last_undegraded":"2024-09-13T15:07:14.088494+0000","last_fullsized":"2024-09-13T15:07:14.088494+0000","mapping_epoch":1425,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1426,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:47.545603+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:47.545603+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:19:04.777726+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.4","version":"0'0","reported_seq":205,"reported_epoch":1438,"state":"active+clean","last_fresh":"2024-09-13T15:07:00.727026+0000","last_change":"2024-09-13T15:01:09.626775+0000","last_active":"2024-09-13T15:07:00.727026+0000","last_peered":"2024-09-13T15:07:00.727026+0000","last_clean":"2024-09-13T15:07:00.727026+0000","last_became_active":"2024-09-13T15:01:09.626498+0000","last_became_peered":"2024-09-13T15:01:09.626498+0000","last_unstale":"2024-09-13T15:07:00.727026+0000","last_undegraded":"2024-09-13T15:07:00.727026+0000","last_fullsized":"2024-09-13T15:07:00.727026+0000","mapping_epoch":1341,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1342,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:39:58.054131+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[2,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"2.5","version":"0'0","reported_seq":105,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.704249+0000","last_change":"2024-09-13T15:03:38.351643+0000","last_active":"2024-09-13T15:06:54.704249+0000","last_peered":"2024-09-13T15:06:54.704249+0000","last_clean":"2024-09-13T15:06:54.704249+0000","last_became_active":"2024-09-13T15:03:38.350507+0000","last_became_peered":"2024-09-13T15:03:38.350507+0000","last_unstale":"2024-09-13T15:06:54.704249+0000","last_undegraded":"2024-09-13T15:06:54.704249+0000","last_fullsized":"2024-09-13T15:06:54.704249+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:55:27.075999+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000327091,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.3","version":"0'0","reported_seq":2094,"reported_epoch":1440,"state":"active+clean","last_fresh":"2024-09-13T15:07:14.088614+0000","last_change":"2024-09-13T15:03:38.350008+0000","last_active":"2024-09-13T15:07:14.088614+0000","last_peered":"2024-09-13T15:07:14.088614+0000","last_clean":"2024-09-13T15:07:14.088614+0000","last_became_active":"2024-09-13T15:03:38.348336+0000","last_became_peered":"2024-09-13T15:03:38.348336+0000","last_unstale":"2024-09-13T15:07:14.088614+0000","last_undegraded":"2024-09-13T15:07:14.088614+0000","last_fullsized":"2024-09-13T15:07:14.088614+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:53:36.912607+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"11.f","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-09-13T15:07:13.073579+0000","last_change":"2024-09-13T15:07:13.073579+0000","last_active":"2024-09-13T15:07:13.073579+0000","last_peered":"2024-09-13T15:07:13.073579+0000","last_clean":"2024-09-13T15:07:13.073579+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-09-13T15:07:13.073579+0000","last_undegraded":"2024-09-13T15:07:13.073579+0000","last_fullsized":"2024-09-13T15:07:13.073579+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"--","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"1.5","version":"373'149","reported_seq":1813,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.708923+0000","last_change":"2024-09-13T15:01:12.672283+0000","last_active":"2024-09-13T15:06:54.708923+0000","last_peered":"2024-09-13T15:06:54.708923+0000","last_clean":"2024-09-13T15:06:54.708923+0000","last_became_active":"2024-09-13T15:01:12.671951+0000","last_became_peered":"2024-09-13T15:01:12.671951+0000","last_unstale":"2024-09-13T15:06:54.708923+0000","last_undegraded":"2024-09-13T15:06:54.708923+0000","last_fullsized":"2024-09-13T15:06:54.708923+0000","mapping_epoch":1344,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1345,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:53.120435+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:53.120435+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:59:42.418629+0000","scrub_duration":0.001555313,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,5],"acting":[4,2,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.7","version":"70'2","reported_seq":215,"reported_epoch":1440,"state":"active+clean","last_fresh":"2024-09-13T15:07:14.091185+0000","last_change":"2024-09-13T15:03:38.347346+0000","last_active":"2024-09-13T15:07:14.091185+0000","last_peered":"2024-09-13T15:07:14.091185+0000","last_clean":"2024-09-13T15:07:14.091185+0000","last_became_active":"2024-09-13T15:03:38.346858+0000","last_became_peered":"2024-09-13T15:03:38.346858+0000","last_unstale":"2024-09-13T15:07:14.091185+0000","last_undegraded":"2024-09-13T15:07:14.091185+0000","last_fullsized":"2024-09-13T15:07:14.091185+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T21:34:18.078474+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":2,"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":[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":"0'0","reported_seq":199,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.707690+0000","last_change":"2024-09-13T15:01:24.977687+0000","last_active":"2024-09-13T15:06:54.707690+0000","last_peered":"2024-09-13T15:06:54.707690+0000","last_clean":"2024-09-13T15:06:54.707690+0000","last_became_active":"2024-09-13T15:01:24.976347+0000","last_became_peered":"2024-09-13T15:01:24.976347+0000","last_unstale":"2024-09-13T15:06:54.707690+0000","last_undegraded":"2024-09-13T15:06:54.707690+0000","last_fullsized":"2024-09-13T15:06:54.707690+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:05:48.871297+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.0","version":"0'0","reported_seq":46,"reported_epoch":1440,"state":"active+clean","last_fresh":"2024-09-13T15:07:14.090438+0000","last_change":"2024-09-13T15:05:51.739298+0000","last_active":"2024-09-13T15:07:14.090438+0000","last_peered":"2024-09-13T15:07:14.090438+0000","last_clean":"2024-09-13T15:07:14.090438+0000","last_became_active":"2024-09-13T15:05:51.738901+0000","last_became_peered":"2024-09-13T15:05:51.738901+0000","last_unstale":"2024-09-13T15:07:14.090438+0000","last_undegraded":"2024-09-13T15:07:14.090438+0000","last_fullsized":"2024-09-13T15:07:14.090438+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:04:27.190615+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"11.e","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2024-09-13T15:07:13.073579+0000","last_change":"2024-09-13T15:07:13.073579+0000","last_active":"2024-09-13T15:07:13.073579+0000","last_peered":"2024-09-13T15:07:13.073579+0000","last_clean":"2024-09-13T15:07:13.073579+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2024-09-13T15:07:13.073579+0000","last_undegraded":"2024-09-13T15:07:13.073579+0000","last_fullsized":"2024-09-13T15:07:13.073579+0000","mapping_epoch":0,"log_start":"0'0","ondisk_log_start":"0'0","created":0,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"--","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[],"acting":[],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":-1,"acting_primary":-1,"purged_snaps":[]},{"pgid":"1.4","version":"373'149","reported_seq":1871,"reported_epoch":1440,"state":"active+clean","last_fresh":"2024-09-13T15:07:14.090991+0000","last_change":"2024-09-13T15:03:38.347914+0000","last_active":"2024-09-13T15:07:14.090991+0000","last_peered":"2024-09-13T15:07:14.090991+0000","last_clean":"2024-09-13T15:07:14.090991+0000","last_became_active":"2024-09-13T15:03:38.347486+0000","last_became_peered":"2024-09-13T15:03:38.347486+0000","last_unstale":"2024-09-13T15:07:14.090991+0000","last_undegraded":"2024-09-13T15:07:14.090991+0000","last_fullsized":"2024-09-13T15:07:14.090991+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:01:29.028945+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:01:29.028945+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:05:18.331893+0000","scrub_duration":15,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[3,5,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.6","version":"70'1","reported_seq":87,"reported_epoch":1440,"state":"active+clean","last_fresh":"2024-09-13T15:07:14.088599+0000","last_change":"2024-09-13T15:05:47.254193+0000","last_active":"2024-09-13T15:07:14.088599+0000","last_peered":"2024-09-13T15:07:14.088599+0000","last_clean":"2024-09-13T15:07:14.088599+0000","last_became_active":"2024-09-13T15:03:51.622162+0000","last_became_peered":"2024-09-13T15:03:51.622162+0000","last_unstale":"2024-09-13T15:07:14.088599+0000","last_undegraded":"2024-09-13T15:07:14.088599+0000","last_fullsized":"2024-09-13T15:07:14.088599+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1419,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T18:10:03.754733+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":3,"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,1,4],"acting":[0,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.7","version":"0'0","reported_seq":150,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.704554+0000","last_change":"2024-09-13T15:03:38.350529+0000","last_active":"2024-09-13T15:06:54.704554+0000","last_peered":"2024-09-13T15:06:54.704554+0000","last_clean":"2024-09-13T15:06:54.704554+0000","last_became_active":"2024-09-13T15:03:38.348433+0000","last_became_peered":"2024-09-13T15:03:38.348433+0000","last_unstale":"2024-09-13T15:06:54.704554+0000","last_undegraded":"2024-09-13T15:06:54.704554+0000","last_fullsized":"2024-09-13T15:06:54.704554+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:33:01.473730+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029877400000000002,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[7,2,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.1","version":"0'0","reported_seq":172,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.707578+0000","last_change":"2024-09-13T14:57:14.896516+0000","last_active":"2024-09-13T15:06:54.707578+0000","last_peered":"2024-09-13T15:06:54.707578+0000","last_clean":"2024-09-13T15:06:54.707578+0000","last_became_active":"2024-09-13T14:57:14.896208+0000","last_became_peered":"2024-09-13T14:57:14.896208+0000","last_unstale":"2024-09-13T15:06:54.707578+0000","last_undegraded":"2024-09-13T15:06:54.707578+0000","last_fullsized":"2024-09-13T15:06:54.707578+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:41:18.049255+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"4.13","version":"0'0","reported_seq":172,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.707467+0000","last_change":"2024-09-13T14:57:14.905886+0000","last_active":"2024-09-13T15:06:54.707467+0000","last_peered":"2024-09-13T15:06:54.707467+0000","last_clean":"2024-09-13T15:06:54.707467+0000","last_became_active":"2024-09-13T14:57:14.905522+0000","last_became_peered":"2024-09-13T14:57:14.905522+0000","last_unstale":"2024-09-13T15:06:54.707467+0000","last_undegraded":"2024-09-13T15:06:54.707467+0000","last_fullsized":"2024-09-13T15:06:54.707467+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:15:11.492951+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[4,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.14","version":"455'23","reported_seq":235,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.708070+0000","last_change":"2024-09-13T15:03:38.355028+0000","last_active":"2024-09-13T15:06:54.708070+0000","last_peered":"2024-09-13T15:06:54.708070+0000","last_clean":"2024-09-13T15:06:54.708070+0000","last_became_active":"2024-09-13T15:03:38.354646+0000","last_became_peered":"2024-09-13T15:03:38.354646+0000","last_unstale":"2024-09-13T15:06:54.708070+0000","last_undegraded":"2024-09-13T15:06:54.708070+0000","last_fullsized":"2024-09-13T15:06:54.708070+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":23,"log_dups_size":0,"ondisk_log_size":23,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:45:54.923031+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":4756,"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":23,"num_write_kb":20,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":20,"num_bytes_recovered":23780,"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":[4,7,2],"acting":[4,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.12","version":"0'0","reported_seq":205,"reported_epoch":1438,"state":"active+clean","last_fresh":"2024-09-13T15:07:00.726772+0000","last_change":"2024-09-13T15:01:09.619289+0000","last_active":"2024-09-13T15:07:00.726772+0000","last_peered":"2024-09-13T15:07:00.726772+0000","last_clean":"2024-09-13T15:07:00.726772+0000","last_became_active":"2024-09-13T15:01:09.618935+0000","last_became_peered":"2024-09-13T15:01:09.618935+0000","last_unstale":"2024-09-13T15:07:00.726772+0000","last_undegraded":"2024-09-13T15:07:00.726772+0000","last_fullsized":"2024-09-13T15:07:00.726772+0000","mapping_epoch":1341,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1342,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:11:34.367502+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.15","version":"70'3","reported_seq":153,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.704437+0000","last_change":"2024-09-13T15:03:38.351650+0000","last_active":"2024-09-13T15:06:54.704437+0000","last_peered":"2024-09-13T15:06:54.704437+0000","last_clean":"2024-09-13T15:06:54.704437+0000","last_became_active":"2024-09-13T15:03:38.350405+0000","last_became_peered":"2024-09-13T15:03:38.350405+0000","last_unstale":"2024-09-13T15:06:54.704437+0000","last_undegraded":"2024-09-13T15:06:54.704437+0000","last_fullsized":"2024-09-13T15:06:54.704437+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T15:39:09.711845+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":6,"num_bytes_recovered":270,"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,3,4],"acting":[7,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.14","version":"373'149","reported_seq":1836,"reported_epoch":1438,"state":"active+clean","last_fresh":"2024-09-13T15:07:00.727115+0000","last_change":"2024-09-13T15:03:38.353142+0000","last_active":"2024-09-13T15:07:00.727115+0000","last_peered":"2024-09-13T15:07:00.727115+0000","last_clean":"2024-09-13T15:07:00.727115+0000","last_became_active":"2024-09-13T15:03:38.352816+0000","last_became_peered":"2024-09-13T15:03:38.352816+0000","last_unstale":"2024-09-13T15:07:00.727115+0000","last_undegraded":"2024-09-13T15:07:00.727115+0000","last_fullsized":"2024-09-13T15:07:00.727115+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:01:25.087696+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:01:25.087696+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:54:01.274831+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[2,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.16","version":"0'0","reported_seq":1465,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.708314+0000","last_change":"2024-09-13T15:03:38.347080+0000","last_active":"2024-09-13T15:06:54.708314+0000","last_peered":"2024-09-13T15:06:54.708314+0000","last_clean":"2024-09-13T15:06:54.708314+0000","last_became_active":"2024-09-13T15:03:38.346731+0000","last_became_peered":"2024-09-13T15:03:38.346731+0000","last_unstale":"2024-09-13T15:06:54.708314+0000","last_undegraded":"2024-09-13T15:06:54.708314+0000","last_fullsized":"2024-09-13T15:06:54.708314+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:12:59.793120+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.11","version":"0'0","reported_seq":211,"reported_epoch":1440,"state":"active+clean","last_fresh":"2024-09-13T15:07:14.091044+0000","last_change":"2024-09-13T15:03:38.347061+0000","last_active":"2024-09-13T15:07:14.091044+0000","last_peered":"2024-09-13T15:07:14.091044+0000","last_clean":"2024-09-13T15:07:14.091044+0000","last_became_active":"2024-09-13T15:03:38.346728+0000","last_became_peered":"2024-09-13T15:03:38.346728+0000","last_unstale":"2024-09-13T15:07:14.091044+0000","last_undegraded":"2024-09-13T15:07:14.091044+0000","last_fullsized":"2024-09-13T15:07:14.091044+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:27:43.708101+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[3,7,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.17","version":"0'0","reported_seq":2093,"reported_epoch":1440,"state":"active+clean","last_fresh":"2024-09-13T15:07:14.088811+0000","last_change":"2024-09-13T15:01:24.980537+0000","last_active":"2024-09-13T15:07:14.088811+0000","last_peered":"2024-09-13T15:07:14.088811+0000","last_clean":"2024-09-13T15:07:14.088811+0000","last_became_active":"2024-09-13T15:01:24.980250+0000","last_became_peered":"2024-09-13T15:01:24.980250+0000","last_unstale":"2024-09-13T15:07:14.088811+0000","last_undegraded":"2024-09-13T15:07:14.088811+0000","last_fullsized":"2024-09-13T15:07:14.088811+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:24:28.559561+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.10","version":"0'0","reported_seq":200,"reported_epoch":1440,"state":"active+clean","last_fresh":"2024-09-13T15:07:14.091106+0000","last_change":"2024-09-13T15:01:24.974745+0000","last_active":"2024-09-13T15:07:14.091106+0000","last_peered":"2024-09-13T15:07:14.091106+0000","last_clean":"2024-09-13T15:07:14.091106+0000","last_became_active":"2024-09-13T15:01:24.974421+0000","last_became_peered":"2024-09-13T15:01:24.974421+0000","last_unstale":"2024-09-13T15:07:14.091106+0000","last_undegraded":"2024-09-13T15:07:14.091106+0000","last_fullsized":"2024-09-13T15:07:14.091106+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:28:38.841799+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"4.1f","version":"0'0","reported_seq":1268,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.708756+0000","last_change":"2024-09-13T14:56:24.931876+0000","last_active":"2024-09-13T15:06:54.708756+0000","last_peered":"2024-09-13T15:06:54.708756+0000","last_clean":"2024-09-13T15:06:54.708756+0000","last_became_active":"2024-09-13T14:56:24.931589+0000","last_became_peered":"2024-09-13T14:56:24.931589+0000","last_unstale":"2024-09-13T15:06:54.708756+0000","last_undegraded":"2024-09-13T15:06:54.708756+0000","last_fullsized":"2024-09-13T15:06:54.708756+0000","mapping_epoch":1264,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1265,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:34:37.022035+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"3.18","version":"0'0","reported_seq":207,"reported_epoch":1440,"state":"active+clean","last_fresh":"2024-09-13T15:07:14.090993+0000","last_change":"2024-09-13T15:03:51.627446+0000","last_active":"2024-09-13T15:07:14.090993+0000","last_peered":"2024-09-13T15:07:14.090993+0000","last_clean":"2024-09-13T15:07:14.090993+0000","last_became_active":"2024-09-13T15:03:51.627121+0000","last_became_peered":"2024-09-13T15:03:51.627121+0000","last_unstale":"2024-09-13T15:07:14.090993+0000","last_undegraded":"2024-09-13T15:07:14.090993+0000","last_fullsized":"2024-09-13T15:07:14.090993+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:48:38.869948+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1e","version":"0'0","reported_seq":2135,"reported_epoch":1440,"state":"active+clean","last_fresh":"2024-09-13T15:07:14.088546+0000","last_change":"2024-09-13T15:05:51.741349+0000","last_active":"2024-09-13T15:07:14.088546+0000","last_peered":"2024-09-13T15:07:14.088546+0000","last_clean":"2024-09-13T15:07:14.088546+0000","last_became_active":"2024-09-13T15:05:51.741016+0000","last_became_peered":"2024-09-13T15:05:51.741016+0000","last_unstale":"2024-09-13T15:07:14.088546+0000","last_undegraded":"2024-09-13T15:07:14.088546+0000","last_fullsized":"2024-09-13T15:07:14.088546+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:24:57.100933+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.19","version":"0'0","reported_seq":2094,"reported_epoch":1438,"state":"active+clean","last_fresh":"2024-09-13T15:07:01.545128+0000","last_change":"2024-09-13T15:01:24.971960+0000","last_active":"2024-09-13T15:07:01.545128+0000","last_peered":"2024-09-13T15:07:01.545128+0000","last_clean":"2024-09-13T15:07:01.545128+0000","last_became_active":"2024-09-13T15:01:24.971517+0000","last_became_peered":"2024-09-13T15:01:24.971517+0000","last_unstale":"2024-09-13T15:07:01.545128+0000","last_undegraded":"2024-09-13T15:07:01.545128+0000","last_fullsized":"2024-09-13T15:07:01.545128+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:30:11.660530+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1d","version":"0'0","reported_seq":200,"reported_epoch":1440,"state":"active+clean","last_fresh":"2024-09-13T15:07:14.090846+0000","last_change":"2024-09-13T15:01:24.976076+0000","last_active":"2024-09-13T15:07:14.090846+0000","last_peered":"2024-09-13T15:07:14.090846+0000","last_clean":"2024-09-13T15:07:14.090846+0000","last_became_active":"2024-09-13T15:01:24.975757+0000","last_became_peered":"2024-09-13T15:01:24.975757+0000","last_unstale":"2024-09-13T15:07:14.090846+0000","last_undegraded":"2024-09-13T15:07:14.090846+0000","last_fullsized":"2024-09-13T15:07:14.090846+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:12:40.080845+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"3.1a","version":"70'1","reported_seq":180,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.707431+0000","last_change":"2024-09-13T15:01:09.621644+0000","last_active":"2024-09-13T15:06:54.707431+0000","last_peered":"2024-09-13T15:06:54.707431+0000","last_clean":"2024-09-13T15:06:54.707431+0000","last_became_active":"2024-09-13T15:01:09.620336+0000","last_became_peered":"2024-09-13T15:01:09.620336+0000","last_unstale":"2024-09-13T15:06:54.707431+0000","last_undegraded":"2024-09-13T15:06:54.707431+0000","last_fullsized":"2024-09-13T15:06:54.707431+0000","mapping_epoch":1341,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1342,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T20:00:35.360146+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1c","version":"0'0","reported_seq":212,"reported_epoch":1438,"state":"active+clean","last_fresh":"2024-09-13T15:07:00.727206+0000","last_change":"2024-09-13T15:01:24.976370+0000","last_active":"2024-09-13T15:07:00.727206+0000","last_peered":"2024-09-13T15:07:00.727206+0000","last_clean":"2024-09-13T15:07:00.727206+0000","last_became_active":"2024-09-13T15:01:24.975596+0000","last_became_peered":"2024-09-13T15:01:24.975596+0000","last_unstale":"2024-09-13T15:07:00.727206+0000","last_undegraded":"2024-09-13T15:07:00.727206+0000","last_fullsized":"2024-09-13T15:07:00.727206+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:13:32.203601+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[2,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.1b","version":"70'1","reported_seq":83,"reported_epoch":1440,"state":"active+clean","last_fresh":"2024-09-13T15:07:14.088337+0000","last_change":"2024-09-13T15:03:51.621572+0000","last_active":"2024-09-13T15:07:14.088337+0000","last_peered":"2024-09-13T15:07:14.088337+0000","last_clean":"2024-09-13T15:07:14.088337+0000","last_became_active":"2024-09-13T15:03:51.621247+0000","last_became_peered":"2024-09-13T15:03:51.621247+0000","last_unstale":"2024-09-13T15:07:14.088337+0000","last_undegraded":"2024-09-13T15:07:14.088337+0000","last_fullsized":"2024-09-13T15:07:14.088337+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T00:42:04.854905+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1b","version":"0'0","reported_seq":207,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.707680+0000","last_change":"2024-09-13T15:01:24.977220+0000","last_active":"2024-09-13T15:06:54.707680+0000","last_peered":"2024-09-13T15:06:54.707680+0000","last_clean":"2024-09-13T15:06:54.707680+0000","last_became_active":"2024-09-13T15:01:24.976741+0000","last_became_peered":"2024-09-13T15:01:24.976741+0000","last_unstale":"2024-09-13T15:06:54.707680+0000","last_undegraded":"2024-09-13T15:06:54.707680+0000","last_fullsized":"2024-09-13T15:06:54.707680+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:58:20.383610+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,3,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1c","version":"70'2","reported_seq":1448,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:07:01.049522+0000","last_change":"2024-09-13T14:57:15.014505+0000","last_active":"2024-09-13T15:07:01.049522+0000","last_peered":"2024-09-13T15:07:01.049522+0000","last_clean":"2024-09-13T15:07:01.049522+0000","last_became_active":"2024-09-13T14:57:14.993038+0000","last_became_peered":"2024-09-13T14:57:14.993038+0000","last_unstale":"2024-09-13T15:07:01.049522+0000","last_undegraded":"2024-09-13T15:07:01.049522+0000","last_fullsized":"2024-09-13T15:07:01.049522+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T14:36:30.851322+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":4,"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":[5,4,1],"acting":[5,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.1a","version":"0'0","reported_seq":198,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:54.708193+0000","last_change":"2024-09-13T15:01:24.976575+0000","last_active":"2024-09-13T15:06:54.708193+0000","last_peered":"2024-09-13T15:06:54.708193+0000","last_clean":"2024-09-13T15:06:54.708193+0000","last_became_active":"2024-09-13T15:01:24.976122+0000","last_became_peered":"2024-09-13T15:01:24.976122+0000","last_unstale":"2024-09-13T15:06:54.708193+0000","last_undegraded":"2024-09-13T15:06:54.708193+0000","last_fullsized":"2024-09-13T15:06:54.708193+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:25:55.386466+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[4,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1d","version":"70'2","reported_seq":1436,"reported_epoch":1438,"state":"active+clean","last_fresh":"2024-09-13T15:07:01.289632+0000","last_change":"2024-09-13T14:57:14.995153+0000","last_active":"2024-09-13T15:07:01.289632+0000","last_peered":"2024-09-13T15:07:01.289632+0000","last_clean":"2024-09-13T15:07:01.289632+0000","last_became_active":"2024-09-13T14:57:14.955820+0000","last_became_peered":"2024-09-13T14:57:14.955820+0000","last_unstale":"2024-09-13T15:07:01.289632+0000","last_undegraded":"2024-09-13T15:07:01.289632+0000","last_fullsized":"2024-09-13T15:07:01.289632+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T02:09:07.710606+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":3,"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":[5,4,1],"acting":[5,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.19","version":"0'0","reported_seq":200,"reported_epoch":1440,"state":"active+clean","last_fresh":"2024-09-13T15:07:14.090943+0000","last_change":"2024-09-13T15:01:24.975308+0000","last_active":"2024-09-13T15:07:14.090943+0000","last_peered":"2024-09-13T15:07:14.090943+0000","last_clean":"2024-09-13T15:07:14.090943+0000","last_became_active":"2024-09-13T15:01:24.974989+0000","last_became_peered":"2024-09-13T15:01:24.974989+0000","last_unstale":"2024-09-13T15:07:14.090943+0000","last_undegraded":"2024-09-13T15:07:14.090943+0000","last_fullsized":"2024-09-13T15:07:14.090943+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:22:58.631475+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,0],"acting":[3,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1e","version":"70'1","reported_seq":201,"reported_epoch":1440,"state":"active+clean","last_fresh":"2024-09-13T15:07:14.091243+0000","last_change":"2024-09-13T15:01:24.986072+0000","last_active":"2024-09-13T15:07:14.091243+0000","last_peered":"2024-09-13T15:07:14.091243+0000","last_clean":"2024-09-13T15:07:14.091243+0000","last_became_active":"2024-09-13T15:01:24.985247+0000","last_became_peered":"2024-09-13T15:01:24.985247+0000","last_unstale":"2024-09-13T15:07:14.091243+0000","last_undegraded":"2024-09-13T15:07:14.091243+0000","last_fullsized":"2024-09-13T15:07:14.091243+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T14:34:52.287383+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,1],"acting":[3,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.18","version":"0'0","reported_seq":189,"reported_epoch":1437,"state":"active+clean","last_fresh":"2024-09-13T15:06:55.757313+0000","last_change":"2024-09-13T15:05:51.743211+0000","last_active":"2024-09-13T15:06:55.757313+0000","last_peered":"2024-09-13T15:06:55.757313+0000","last_clean":"2024-09-13T15:06:55.757313+0000","last_became_active":"2024-09-13T15:05:51.742849+0000","last_became_peered":"2024-09-13T15:05:51.742849+0000","last_unstale":"2024-09-13T15:06:55.757313+0000","last_undegraded":"2024-09-13T15:06:55.757313+0000","last_fullsized":"2024-09-13T15:06:55.757313+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:51:58.508631+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1f","version":"70'4","reported_seq":89,"reported_epoch":1440,"state":"active+clean","last_fresh":"2024-09-13T15:07:14.088687+0000","last_change":"2024-09-13T15:05:47.245115+0000","last_active":"2024-09-13T15:07:14.088687+0000","last_peered":"2024-09-13T15:07:14.088687+0000","last_clean":"2024-09-13T15:07:14.088687+0000","last_became_active":"2024-09-13T15:03:51.620936+0000","last_became_peered":"2024-09-13T15:03:51.620936+0000","last_unstale":"2024-09-13T15:07:14.088687+0000","last_undegraded":"2024-09-13T15:07:14.088687+0000","last_fullsized":"2024-09-13T15:07:14.088687+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1419,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T00:58:17.705835+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":14,"num_bytes_recovered":4074,"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,5,2],"acting":[0,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]}],"pool_stats":[{"poolid":11,"num_pg":16,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":21,"acting":21,"num_store_stats":2},{"poolid":4,"num_pg":32,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":96,"acting":96,"num_store_stats":8},{"poolid":3,"num_pg":32,"stat_sum":{"num_bytes":5554,"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":62,"num_write_kb":31,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":91,"num_bytes_recovered":28572,"num_keys_recovered":30,"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":122880,"data_stored":22104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":23634,"internal_metadata":0},"log_size":56,"ondisk_log_size":56,"up":96,"acting":96,"num_store_stats":8},{"poolid":2,"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":8,"num_bytes_recovered":19,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":16384,"data_stored":76,"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":1,"num_pg":21,"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":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":5,"num_bytes_recovered":1378432,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":2375680,"data_stored":2361472,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":3129,"ondisk_log_size":3129,"up":63,"acting":63,"num_store_stats":8}],"osd_stats":[{"osd":7,"up_from":1400,"seq":6012954214444,"num_pgs":39,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":209844,"kb_used_data":7660,"kb_used_omap":66,"kb_used_meta":202109,"kb_avail":93535308,"statfs":{"total":95995035648,"available":95780155392,"internally_reserved":0,"allocated":7843840,"data_stored":4880669,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":67622,"internal_metadata":206960602},"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":0,"seq":5248450035886,"num_pgs":0,"num_osds":0,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":0,"kb_used":0,"kb_used_data":0,"kb_used_omap":0,"kb_used_meta":0,"kb_avail":0,"statfs":{"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},"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":[]},{"osd":5,"up_from":38,"seq":163208757856,"num_pgs":38,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1275432,"kb_used_data":7900,"kb_used_omap":1,"kb_used_meta":1267518,"kb_avail":92469720,"statfs":{"total":95995035648,"available":94688993280,"internally_reserved":0,"allocated":8089600,"data_stored":5137405,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":1297938886},"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":[]},{"osd":4,"up_from":30,"seq":128849019493,"num_pgs":48,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":823288,"kb_used_data":7980,"kb_used_omap":1,"kb_used_meta":815294,"kb_avail":92921864,"statfs":{"total":95995035648,"available":95151988736,"internally_reserved":0,"allocated":8171520,"data_stored":5209216,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":834861510},"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":845,"seq":3629247365523,"num_pgs":55,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":983792,"kb_used_data":8228,"kb_used_omap":34,"kb_used_meta":975517,"kb_avail":92761360,"statfs":{"total":95995035648,"available":94987632640,"internally_reserved":0,"allocated":8425472,"data_stored":5473321,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":35801,"internal_metadata":998929447},"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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[]},{"osd":2,"up_from":813,"seq":3491808412057,"num_pgs":26,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":635768,"kb_used_data":7916,"kb_used_omap":50,"kb_used_meta":627789,"kb_avail":93109384,"statfs":{"total":95995035648,"available":95344009216,"internally_reserved":0,"allocated":8105984,"data_stored":5144706,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":52011,"internal_metadata":642856149},"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":780,"seq":3350074491296,"num_pgs":43,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1471448,"kb_used_data":349584,"kb_used_omap":30,"kb_used_meta":1121825,"kb_avail":92273704,"statfs":{"total":95995035648,"available":94488272896,"internally_reserved":0,"allocated":357974016,"data_stored":355032925,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":31404,"internal_metadata":1148749140},"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":[]},{"osd":0,"up_from":746,"seq":3204045603239,"num_pgs":40,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1061960,"kb_used_data":7992,"kb_used_omap":66,"kb_used_meta":1053885,"kb_avail":92683192,"statfs":{"total":95995035648,"available":94907588608,"internally_reserved":0,"allocated":8183808,"data_stored":5222095,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":68403,"internal_metadata":1079178445},"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":327680,"data_stored":327680,"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":0,"data_stored":0,"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":266240,"data_stored":262688,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"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":327680,"data_stored":327680,"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":266240,"data_stored":262688,"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":0,"data_stored":0,"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":4096,"data_stored":19,"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":4096,"data_stored":19,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":4096,"data_stored":19,"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":4096,"data_stored":19,"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":0,"data_stored":0,"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":8192,"data_stored":604,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3890,"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":3041,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":20480,"data_stored":5372,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1366,"internal_metadata":0},{"poolid":3,"osd":3,"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":3176,"internal_metadata":0},{"poolid":3,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":24576,"data_stored":4902,"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":8192,"data_stored":652,"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":24576,"data_stored":5442,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5318,"internal_metadata":0},{"poolid":3,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":28672,"data_stored":4972,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":6843,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":11,"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":11,"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}]}} 2024-09-13T15:07:17.254 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph status --format=json 2024-09-13T15:07:17.279 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:07:17.299 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:17.300 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:17.300 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:07:17.349 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:17 smithi104 ceph-mon[105578]: from='client.46223 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T15:07:17.349 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:17 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:07:17.349 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:17 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:07:17.351 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:17 smithi071 ceph-mon[107477]: from='client.46223 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T15:07:17.351 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:17 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:07:17.351 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:17 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:07:17.351 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:17 smithi071 ceph-mon[112785]: from='client.46223 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T15:07:17.351 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:17 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:07:17.351 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:17 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:07:17.401 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:07:17.423 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:17.424 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:17.424 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:07:17.525 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:07:17.529 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd set noscrub 2024-09-13T15:07:17.546 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:17.546 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:17.547 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:07:17.648 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:07:17.670 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:17.670 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:17.670 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:07:17.771 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:07:17.793 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:17.794 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:17.794 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:07:17.895 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:17.918 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:17.918 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:17.918 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:18.019 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:07:18.041 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:18.042 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:18.042 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:07:18.143 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:07:18.165 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:18.165 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:18.166 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:07:18.266 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:07:18.288 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:18.289 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:18.289 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:07:18.365 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:18 smithi071 ceph-mon[107477]: pgmap v2319: 109 pgs: 4 unknown, 105 active+clean; 582 KiB data, 6.2 GiB used, 620 GiB / 626 GiB avail 2024-09-13T15:07:18.365 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:18 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T15:07:18.366 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:18 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T15:07:18.366 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:18 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:07:18.366 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:18 smithi071 ceph-mon[112785]: pgmap v2319: 109 pgs: 4 unknown, 105 active+clean; 582 KiB data, 6.2 GiB used, 620 GiB / 626 GiB avail 2024-09-13T15:07:18.366 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:18 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T15:07:18.366 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:18 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T15:07:18.366 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:18 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:07:18.390 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:07:18.412 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:18.413 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:18.414 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:07:18.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:18 smithi104 ceph-mon[105578]: pgmap v2319: 109 pgs: 4 unknown, 105 active+clean; 582 KiB data, 6.2 GiB used, 620 GiB / 626 GiB avail 2024-09-13T15:07:18.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:18 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T15:07:18.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:18 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T15:07:18.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:18 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:07:18.515 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:07:18.537 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:18.538 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:18.538 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:07:18.639 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:07:18.660 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:18.661 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:18.661 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:07:18.762 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:07:18.788 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:18.789 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:18.789 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:07:18.890 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:07:18.906 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:07:18.912 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:18.913 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:18.914 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:07:19.015 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:07:19.041 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:19.042 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:19.042 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:07:19.143 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:19.165 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:19.166 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:19.166 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:19.268 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:19.291 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:19.291 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:19.292 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:19.392 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:19.414 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:19.415 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:19.415 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:19.516 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:19.538 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:19.538 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:19.539 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:19.639 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:07:19.666 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:19.666 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:19.667 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:07:19.767 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:07:19.789 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:19.789 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:19.790 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:07:19.891 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:19.914 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:19.914 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:19.915 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:19.942 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:07:20.016 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:07:20.042 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:20.043 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:20.043 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:07:20.109 INFO:teuthology.orchestra.run.smithi071.stderr:enabled application 'rados' on pool 'unique_pool_6' 2024-09-13T15:07:20.144 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:07:20.169 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:20.172 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:20.173 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:07:20.225 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:20 smithi071 ceph-mon[107477]: pgmap v2320: 109 pgs: 109 active+clean; 582 KiB data, 6.2 GiB used, 620 GiB / 626 GiB avail 2024-09-13T15:07:20.225 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:20 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2776209053' entity='client.admin' cmd={"prefix": "osd pool application enable", "pool": "unique_pool_6", "app": "rados", "yes_i_really_mean_it": true} : dispatch 2024-09-13T15:07:20.225 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:20 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd pool application enable", "pool": "unique_pool_6", "app": "rados", "yes_i_really_mean_it": true} : dispatch 2024-09-13T15:07:20.225 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:20 smithi071 ceph-mon[112785]: pgmap v2320: 109 pgs: 109 active+clean; 582 KiB data, 6.2 GiB used, 620 GiB / 626 GiB avail 2024-09-13T15:07:20.225 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:20 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2776209053' entity='client.admin' cmd={"prefix": "osd pool application enable", "pool": "unique_pool_6", "app": "rados", "yes_i_really_mean_it": true} : dispatch 2024-09-13T15:07:20.225 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:20 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd pool application enable", "pool": "unique_pool_6", "app": "rados", "yes_i_really_mean_it": true} : dispatch 2024-09-13T15:07:20.273 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:07:20.295 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:20.296 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:20.296 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:07:20.397 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:20.418 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:20.419 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:20.419 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:20.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:20 smithi104 ceph-mon[105578]: pgmap v2320: 109 pgs: 109 active+clean; 582 KiB data, 6.2 GiB used, 620 GiB / 626 GiB avail 2024-09-13T15:07:20.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:20 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2776209053' entity='client.admin' cmd={"prefix": "osd pool application enable", "pool": "unique_pool_6", "app": "rados", "yes_i_really_mean_it": true} : dispatch 2024-09-13T15:07:20.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:20 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd pool application enable", "pool": "unique_pool_6", "app": "rados", "yes_i_really_mean_it": true} : dispatch 2024-09-13T15:07:20.521 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:07:20.547 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:20.547 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:20.548 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:07:20.649 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:07:20.670 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:20.671 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:20.671 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:07:20.772 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:07:20.794 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:20.795 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:20.795 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:07:20.896 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:20.918 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:20.919 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:20.919 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:21.020 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:07:21.046 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:21.047 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:21.047 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:07:21.148 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:21.170 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:21.171 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:21.171 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:21.272 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:21.294 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:21.294 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:21.294 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:21.335 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:21 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable", "pool": "unique_pool_6", "app": "rados", "yes_i_really_mean_it": true}]': finished 2024-09-13T15:07:21.336 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:21 smithi071 ceph-mon[107477]: osdmap e1442: 8 total, 8 up, 7 in 2024-09-13T15:07:21.336 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:21 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable", "pool": "unique_pool_6", "app": "rados", "yes_i_really_mean_it": true}]': finished 2024-09-13T15:07:21.336 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:21 smithi071 ceph-mon[112785]: osdmap e1442: 8 total, 8 up, 7 in 2024-09-13T15:07:21.397 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:07:21.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:21 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable", "pool": "unique_pool_6", "app": "rados", "yes_i_really_mean_it": true}]': finished 2024-09-13T15:07:21.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:21 smithi104 ceph-mon[105578]: osdmap e1442: 8 total, 8 up, 7 in 2024-09-13T15:07:21.423 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:21.423 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:21.424 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:07:21.524 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:07:21.546 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:21.547 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:21.547 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:07:21.648 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:07:21.669 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:21.670 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:21.670 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:07:21.771 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:07:21.796 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:21.797 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:21.797 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:07:21.898 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:07:21.922 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:21.923 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:21.923 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:07:22.024 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:07:22.048 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:22.048 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:22.049 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:07:22.063 DEBUG:teuthology.orchestra.run.smithi071:> /bin/sh -c 'adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage rados --no-log-to-stderr --name client.0 -b 65536 --object-size 65536 -p unique_pool_6 bench 90 write' 2024-09-13T15:07:22.066 INFO:tasks.radosbench:joining radosbench (timing out after 3000s) 2024-09-13T15:07:22.066 INFO:teuthology.orchestra.run:waiting for 3000 2024-09-13T15:07:22.117 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:hints = 1 2024-09-13T15:07:22.117 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Maintaining 16 concurrent writes of 65536 bytes to objects of size 65536 for up to 90 seconds or 0 objects 2024-09-13T15:07:22.117 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Object prefix: benchmark_data_smithi071_360808 2024-09-13T15:07:22.117 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2024-09-13T15:07:22.117 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 0 0 0 0 0 0 - 0 2024-09-13T15:07:22.149 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:07:22.177 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:22.178 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:22.178 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:07:22.182 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:07:22.279 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:07:22.307 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:22.307 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:22.308 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:07:22.373 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:22 smithi071 ceph-mon[107477]: pgmap v2322: 109 pgs: 109 active+clean; 582 KiB data, 6.2 GiB used, 620 GiB / 626 GiB avail 2024-09-13T15:07:22.374 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:22 smithi071 ceph-mon[107477]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-13T15:07:22.374 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:22 smithi071 ceph-mon[107477]: Cluster is now healthy 2024-09-13T15:07:22.374 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:22 smithi071 ceph-mon[112785]: pgmap v2322: 109 pgs: 109 active+clean; 582 KiB data, 6.2 GiB used, 620 GiB / 626 GiB avail 2024-09-13T15:07:22.374 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:22 smithi071 ceph-mon[112785]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-13T15:07:22.374 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:22 smithi071 ceph-mon[112785]: Cluster is now healthy 2024-09-13T15:07:22.408 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:07:22.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:22 smithi104 ceph-mon[105578]: pgmap v2322: 109 pgs: 109 active+clean; 582 KiB data, 6.2 GiB used, 620 GiB / 626 GiB avail 2024-09-13T15:07:22.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:22 smithi104 ceph-mon[105578]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-13T15:07:22.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:22 smithi104 ceph-mon[105578]: Cluster is now healthy 2024-09-13T15:07:22.435 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:22.436 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:22.437 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:07:22.537 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:07:22.563 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:22.564 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:22.564 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:07:22.583 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T15:07:22.583 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T15:07:22.606 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T15:07:22.606 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T15:07:22.644 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T15:07:22.644 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T15:07:22.665 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:22.682 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T15:07:22.683 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T15:07:22.701 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:22.702 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:22.702 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:22.713 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T15:07:22.713 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T15:07:22.745 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T15:07:22.745 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T15:07:22.779 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T15:07:22.779 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T15:07:22.803 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:22.810 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T15:07:22.810 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T15:07:22.842 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:22.843 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:22.843 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:22.944 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:07:22.972 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:22.972 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:22.973 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:07:23.062 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:07:22 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:07:22] "GET /metrics HTTP/1.1" 200 36597 "" "Prometheus/2.51.0" 2024-09-13T15:07:23.074 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:07:23.099 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:23.100 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:23.100 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:07:23.117 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 1 16 3301 3285 205.281 205.312 0.00634638 0.00485256 2024-09-13T15:07:23.201 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:07:23.226 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:23.226 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:23.227 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:07:23.328 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:07:23.353 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:23 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/97895391' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:07:23.353 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:23 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/97895391' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:07:23.369 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:23.370 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:23.370 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:07:23.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:23 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/97895391' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:07:23.470 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:07:23.497 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:23.498 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:23.499 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:07:23.599 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:07:23.625 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:23.625 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:23.626 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:07:23.727 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:07:23.748 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:23.749 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:23.749 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:07:23.850 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:07:23.889 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:23.890 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:23.890 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:07:23.991 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:24.029 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:24.030 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:24.030 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:24.117 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 2 16 6105 6089 190.258 175.25 0.00292362 0.00524803 2024-09-13T15:07:24.131 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:07:24.169 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:24.170 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:24.170 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:07:24.272 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:24.305 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:24.305 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:24.306 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:24.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:24 smithi071 ceph-mon[107477]: pgmap v2323: 109 pgs: 109 active+clean; 15 MiB data, 6.2 GiB used, 620 GiB / 626 GiB avail; 1.8 MiB/s wr, 28 op/s 2024-09-13T15:07:24.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:24 smithi071 ceph-mon[112785]: pgmap v2323: 109 pgs: 109 active+clean; 15 MiB data, 6.2 GiB used, 620 GiB / 626 GiB avail; 1.8 MiB/s wr, 28 op/s 2024-09-13T15:07:24.407 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:07:24.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:24 smithi104 ceph-mon[105578]: pgmap v2323: 109 pgs: 109 active+clean; 15 MiB data, 6.2 GiB used, 620 GiB / 626 GiB avail; 1.8 MiB/s wr, 28 op/s 2024-09-13T15:07:24.433 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:24.434 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:24.434 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:07:24.535 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:07:24.563 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:24.564 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:24.564 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:07:24.665 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:07:24.702 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:24.703 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:24.703 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:07:24.804 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:07:24.841 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:24.842 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:24.842 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:07:24.943 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:07:24.969 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:24.970 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:24.970 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:07:25.071 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:07:25.097 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:25.098 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:25.099 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:07:25.117 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 3 16 9014 8998 187.438 181.812 0.00364922 0.0053286 2024-09-13T15:07:25.200 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:07:25.220 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:25.221 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:25.221 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:07:25.322 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:07:25.358 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:25.359 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:25.359 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:07:25.460 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:07:25.488 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:25.489 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:25.489 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:07:25.590 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:25.611 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:25.612 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:25.612 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:25.713 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:07:25.735 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:25.735 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:25.735 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:07:25.836 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:07:25.858 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:25.858 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:25.859 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:07:25.960 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:07:25.987 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:25.987 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:25.988 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:07:26.089 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:26.117 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 4 16 10431 10415 162.717 88.5625 0.00562168 0.00613761 2024-09-13T15:07:26.126 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:26.127 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:26.127 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:26.228 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:26.250 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:26.250 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:26.251 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:26.352 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:07:26.377 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:26.378 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:26.378 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:07:26.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:26 smithi071 ceph-mon[107477]: pgmap v2324: 109 pgs: 109 active+clean; 195 MiB data, 6.6 GiB used, 619 GiB / 626 GiB avail; 20 MiB/s wr, 312 op/s 2024-09-13T15:07:26.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:26 smithi071 ceph-mon[112785]: pgmap v2324: 109 pgs: 109 active+clean; 195 MiB data, 6.6 GiB used, 619 GiB / 626 GiB avail; 20 MiB/s wr, 312 op/s 2024-09-13T15:07:26.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:26 smithi104 ceph-mon[105578]: pgmap v2324: 109 pgs: 109 active+clean; 195 MiB data, 6.6 GiB used, 619 GiB / 626 GiB avail; 20 MiB/s wr, 312 op/s 2024-09-13T15:07:26.479 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:07:26.518 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:26.518 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:26.519 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:07:26.619 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:07:26.646 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:26.647 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:26.647 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:07:26.748 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:07:26.781 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:26.782 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:26.782 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:07:26.883 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:26.920 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:26.921 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:26.921 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:27.022 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:27.064 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:27.065 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:27.065 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:27.117 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 5 16 12829 12813 160.146 149.875 0.00525423 0.00623467 2024-09-13T15:07:27.166 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:07:27.192 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:27.193 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:27.193 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:07:27.294 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:07:27.315 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:27.315 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:27.316 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:07:27.416 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:07:27.442 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:27.443 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:27.444 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:07:27.545 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:27.582 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:27.583 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:27.584 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:27.684 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:07:27.711 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:27.711 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:27.712 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:07:27.812 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:07:27.837 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:27.838 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:27.838 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:07:27.939 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:07:27.966 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:27.967 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:27.967 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:07:28.068 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:07:28.105 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:28.106 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:28.106 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:07:28.117 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 6 16 15335 15319 159.557 156.625 0.00265635 0.00625874 2024-09-13T15:07:28.151 INFO:teuthology.orchestra.run.smithi071.stderr:noscrub is set 2024-09-13T15:07:28.207 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:07:28.233 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:28.233 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:28.234 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:07:28.335 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:07:28.371 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:28.372 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:28.372 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:07:28.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:28 smithi071 ceph-mon[107477]: pgmap v2325: 109 pgs: 109 active+clean; 414 MiB data, 7.3 GiB used, 618 GiB / 626 GiB avail; 41 MiB/s wr, 661 op/s 2024-09-13T15:07:28.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:28 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3876730671' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T15:07:28.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:28 smithi071 ceph-mon[112785]: pgmap v2325: 109 pgs: 109 active+clean; 414 MiB data, 7.3 GiB used, 618 GiB / 626 GiB avail; 41 MiB/s wr, 661 op/s 2024-09-13T15:07:28.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:28 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3876730671' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T15:07:28.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:28 smithi104 ceph-mon[105578]: pgmap v2325: 109 pgs: 109 active+clean; 414 MiB data, 7.3 GiB used, 618 GiB / 626 GiB avail; 41 MiB/s wr, 661 op/s 2024-09-13T15:07:28.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:28 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3876730671' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T15:07:28.473 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:07:28.509 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:28.509 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:28.510 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:07:28.610 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:28.649 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:28.649 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:28.650 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:28.751 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:07:28.789 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:28.790 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:28.790 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:07:28.891 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:28.931 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:28.932 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:28.932 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:29.033 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:07:29.057 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:29.058 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:29.058 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:07:29.117 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 7 16 17813 17797 158.886 154.875 0.0131783 0.00628819 2024-09-13T15:07:29.159 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:07:29.188 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:29.188 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:29.189 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:07:29.289 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:07:29.328 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:29.328 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:29.329 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:07:29.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:29 smithi071 ceph-mon[107477]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:07:29.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:29 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3876730671' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T15:07:29.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:29 smithi071 ceph-mon[107477]: osdmap e1443: 8 total, 8 up, 7 in 2024-09-13T15:07:29.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:29 smithi071 ceph-mon[112785]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:07:29.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:29 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3876730671' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T15:07:29.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:29 smithi071 ceph-mon[112785]: osdmap e1443: 8 total, 8 up, 7 in 2024-09-13T15:07:29.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:29 smithi104 ceph-mon[105578]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:07:29.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:29 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3876730671' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T15:07:29.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:29 smithi104 ceph-mon[105578]: osdmap e1443: 8 total, 8 up, 7 in 2024-09-13T15:07:29.430 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:29.468 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:29.468 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:29.469 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:29.570 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:29.614 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:29.615 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:29.616 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:29.716 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:29.753 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:29.754 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:29.754 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:29.855 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:29.891 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:29.892 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:29.892 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:29.993 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:07:30.019 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:30.020 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:30.020 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:07:30.118 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 8 16 20163 20147 157.382 146.875 0.00898684 0.00634795 2024-09-13T15:07:30.120 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:07:30.162 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:30.162 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:30.163 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:07:30.263 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:30.295 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:30.296 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:30.296 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:30.397 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:07:30.435 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:30.436 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:30.437 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:07:30.537 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:07:30.575 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:30.575 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:30.576 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:07:30.676 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:07:30.710 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:30.710 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:30.711 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:07:30.811 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:30.849 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:30.850 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:30.850 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:30.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:30 smithi071 ceph-mon[107477]: pgmap v2327: 109 pgs: 109 active+clean; 605 MiB data, 8.2 GiB used, 618 GiB / 626 GiB avail; 68 MiB/s wr, 1.08k op/s 2024-09-13T15:07:30.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:30 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:07:30.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:30 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:07:30.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:30 smithi071 ceph-mon[112785]: pgmap v2327: 109 pgs: 109 active+clean; 605 MiB data, 8.2 GiB used, 618 GiB / 626 GiB avail; 68 MiB/s wr, 1.08k op/s 2024-09-13T15:07:30.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:30 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:07:30.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:30 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:07:30.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:30 smithi104 ceph-mon[105578]: pgmap v2327: 109 pgs: 109 active+clean; 605 MiB data, 8.2 GiB used, 618 GiB / 626 GiB avail; 68 MiB/s wr, 1.08k op/s 2024-09-13T15:07:30.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:30 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:07:30.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:30 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:07:30.951 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:07:30.979 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:30.980 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:30.980 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:07:31.013 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd set nodeep-scrub 2024-09-13T15:07:31.081 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:07:31.107 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:31.108 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:31.108 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:07:31.118 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 9 16 22132 22116 153.568 123.062 0.0024543 0.00649342 2024-09-13T15:07:31.208 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:07:31.234 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:31.235 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:31.235 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:07:31.336 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:31.374 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:31.374 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:31.375 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:31.475 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:31.514 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:31.515 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:31.515 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:31.616 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:07:31.652 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:31.652 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:31.653 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:07:31.754 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:31.778 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:31.779 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:31.780 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:31.880 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:31.915 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:31.916 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:31.916 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:32.017 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:07:32.055 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:32.055 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:32.056 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:07:32.118 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 10 16 24036 24020 150.11 119 0.0127012 0.00665632 2024-09-13T15:07:32.157 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:07:32.178 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:32.179 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:32.179 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:07:32.280 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:32.319 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:32.320 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:32.320 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:32.421 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:32.458 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:32.458 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:32.459 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:32.560 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:07:32.581 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:32.581 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:32.582 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:07:32.682 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:32.719 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:32.720 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:32.720 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:32.821 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:07:32.856 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:32.857 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:32.857 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:07:32.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:32 smithi071 ceph-mon[107477]: pgmap v2328: 109 pgs: 109 active+clean; 967 MiB data, 8.9 GiB used, 617 GiB / 626 GiB avail; 97 MiB/s wr, 1.55k op/s 2024-09-13T15:07:32.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:32 smithi071 ceph-mon[112785]: pgmap v2328: 109 pgs: 109 active+clean; 967 MiB data, 8.9 GiB used, 617 GiB / 626 GiB avail; 97 MiB/s wr, 1.55k op/s 2024-09-13T15:07:32.891 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:07:32 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:07:32] "GET /metrics HTTP/1.1" 200 36658 "" "Prometheus/2.51.0" 2024-09-13T15:07:32.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:32 smithi104 ceph-mon[105578]: pgmap v2328: 109 pgs: 109 active+clean; 967 MiB data, 8.9 GiB used, 617 GiB / 626 GiB avail; 97 MiB/s wr, 1.55k op/s 2024-09-13T15:07:32.958 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:32.995 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:32.995 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:32.996 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:33.096 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:07:33.118 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 11 16 25679 25663 145.798 102.688 0.00667952 0.00685209 2024-09-13T15:07:33.138 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:33.139 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:33.139 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:07:33.240 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:07:33.277 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:33.277 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:33.278 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:07:33.379 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:07:33.406 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:33.407 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:33.407 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:07:33.508 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:07:33.529 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:33.530 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:33.530 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:07:33.631 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:07:33.652 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:33.653 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:33.653 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:07:33.754 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:33.791 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:33.792 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:33.793 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:33.893 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:07:33.915 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:33.915 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:33.916 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:07:34.016 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:07:34.044 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:34.045 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:34.045 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:07:34.118 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 12 16 27154 27138 141.33 92.1875 0.0111082 0.00706909 2024-09-13T15:07:34.146 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:07:34.172 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:34.172 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:34.173 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:07:34.274 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:34.295 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:34.296 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:34.296 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:34.397 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:07:34.423 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:34.424 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:34.424 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:07:34.525 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:07:34.561 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:34.562 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:34.563 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:07:34.663 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:07:34.684 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:34.685 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:34.685 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:07:34.786 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:07:34.810 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:34.811 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:34.811 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:07:34.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:34 smithi071 ceph-mon[107477]: pgmap v2329: 109 pgs: 109 active+clean; 1.3 GiB data, 9.7 GiB used, 616 GiB / 626 GiB avail; 130 MiB/s wr, 2.08k op/s 2024-09-13T15:07:34.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:34 smithi071 ceph-mon[112785]: pgmap v2329: 109 pgs: 109 active+clean; 1.3 GiB data, 9.7 GiB used, 616 GiB / 626 GiB avail; 130 MiB/s wr, 2.08k op/s 2024-09-13T15:07:34.912 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:07:34.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:34 smithi104 ceph-mon[105578]: pgmap v2329: 109 pgs: 109 active+clean; 1.3 GiB data, 9.7 GiB used, 616 GiB / 626 GiB avail; 130 MiB/s wr, 2.08k op/s 2024-09-13T15:07:34.938 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:34.939 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:34.939 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:07:35.040 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:07:35.067 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:35.067 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:35.068 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:07:35.118 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 13 16 28906 28890 138.881 109.5 0.00555701 0.00719437 2024-09-13T15:07:35.168 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:35.203 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:35.204 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:35.204 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:35.305 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:35.327 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:35.327 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:35.328 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:35.428 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:35.458 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:35.459 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:35.459 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:35.560 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:35.598 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:35.599 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:35.600 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:35.700 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:07:35.735 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:35.736 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:35.736 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:07:35.837 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:07:35.863 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:35.863 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:35.864 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:07:35.965 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:07:35.991 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:35.992 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:35.992 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:07:36.093 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:07:36.118 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:36.119 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 14 16 30718 30702 137.049 113.25 0.00775766 0.00729003 2024-09-13T15:07:36.119 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:36.120 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:07:36.221 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:07:36.280 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:36.281 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:36.281 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:07:36.382 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:07:36.418 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:36.418 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:36.419 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:07:36.520 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:07:36.562 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:36.562 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:36.563 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:07:36.664 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:07:36.688 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:36.689 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:36.689 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:07:36.790 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:07:36.815 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:36.815 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:36.816 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:07:36.878 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:36 smithi071 ceph-mon[107477]: pgmap v2330: 109 pgs: 109 active+clean; 1.5 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 138 MiB/s wr, 2.20k op/s 2024-09-13T15:07:36.878 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:36 smithi071 ceph-mon[112785]: pgmap v2330: 109 pgs: 109 active+clean; 1.5 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 138 MiB/s wr, 2.20k op/s 2024-09-13T15:07:36.916 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:36.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:36 smithi104 ceph-mon[105578]: pgmap v2330: 109 pgs: 109 active+clean; 1.5 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 138 MiB/s wr, 2.20k op/s 2024-09-13T15:07:36.958 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:36.959 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:36.959 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:37.060 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:07:37.085 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:37.086 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:37.086 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:07:37.118 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 15 15 32539 32524 135.504 113.875 0.00434175 0.00737406 2024-09-13T15:07:37.188 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:07:37.213 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:37.214 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:37.214 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:07:37.315 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:37.352 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:37.353 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:37.354 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:37.455 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:07:37.480 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:37.480 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:37.481 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:07:37.582 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:07:37.621 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:37.622 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:37.623 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:07:37.724 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:07:37.748 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:37.749 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:37.749 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:07:37.850 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:37.887 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:37.888 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:37.888 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:37.989 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:38.010 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:38.011 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:38.011 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:38.112 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:07:38.118 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 16 16 33889 33873 132.304 84.3125 0.00231905 0.00746462 2024-09-13T15:07:38.133 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:38.134 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:38.134 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:07:38.235 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:38.275 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:38.275 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:38.276 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:38.376 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:07:38.402 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:38.403 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:38.403 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:07:38.504 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:38.543 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:38.544 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:38.545 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:38.645 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:38.681 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:38.682 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:38.682 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:38.783 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:38.820 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:38.820 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:38.821 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:38.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:38 smithi071 ceph-mon[107477]: pgmap v2331: 109 pgs: 109 active+clean; 1.7 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 132 MiB/s wr, 2.12k op/s 2024-09-13T15:07:38.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:38 smithi071 ceph-mon[112785]: pgmap v2331: 109 pgs: 109 active+clean; 1.7 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 132 MiB/s wr, 2.12k op/s 2024-09-13T15:07:38.922 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:07:38.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:38 smithi104 ceph-mon[105578]: pgmap v2331: 109 pgs: 109 active+clean; 1.7 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 132 MiB/s wr, 2.12k op/s 2024-09-13T15:07:38.945 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:38.946 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:38.946 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:07:39.047 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:07:39.070 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:39.070 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:39.071 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:07:39.118 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 17 16 35209 35193 129.374 82.5 0.00944134 0.00772201 2024-09-13T15:07:39.172 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:07:39.215 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:39.215 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:39.216 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:07:39.317 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:39.353 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:39.354 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:39.354 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:39.417 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T15:07:39.418 INFO:teuthology.orchestra.run.smithi071.stdout:{"fsid":"18f8172c-71da-11ef-bceb-c7b262605968","health":{"status":"HEALTH_WARN","checks":{"OSDMAP_FLAGS":{"severity":"HEALTH_WARN","summary":{"message":"noscrub flag(s) set","count":7},"muted":false}},"mutes":[]},"election_epoch":30,"quorum":[0,1,2],"quorum_names":["a","b","c"],"quorum_age":2382,"monmap":{"epoch":4,"min_mon_release_name":"squid","num_mons":3},"osdmap":{"epoch":1443,"num_osds":8,"num_up_osds":8,"osd_up_since":1726239817,"num_in_osds":7,"osd_in_since":1726239683,"num_remapped_pgs":0},"pgmap":{"pgs_by_state":[{"state_name":"active+clean","count":109}],"num_pgs":109,"num_pools":5,"num_objects":27817,"data_bytes":1821906917,"bytes_used":12067606528,"bytes_avail":659897643008,"bytes_total":671965249536,"write_bytes_sec":138738850,"read_op_per_sec":0,"write_op_per_sec":2116},"fsmap":{"epoch":9,"btime":"1970-01-01T00:00:00:000000+0000","id":1,"up":1,"in":1,"max":1,"by_rank":[{"filesystem_id":1,"rank":0,"name":"foo.smithi071.awdchm","status":"up:active","gid":14637}],"up:standby":1},"mgrmap":{"available":true,"num_standbys":1,"modules":["cephadm","dashboard","iostat","nfs","prometheus","restful"],"services":{"dashboard":"https://172.21.15.71:8443/","prometheus":"http://172.21.15.71:9283/"}},"servicemap":{"epoch":34,"modified":"2024-09-13T15:04:38.949404+0000","services":{}},"progress_events":{}} 2024-09-13T15:07:39.455 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:07:39.477 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:39.478 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:39.478 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:07:39.579 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:07:39.603 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:39.603 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:39.604 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:07:39.704 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:39.746 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:39.747 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:39.747 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:39.800 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T15:07:39.800 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T15:07:39.849 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:07:39.888 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:39.889 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:39.889 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:07:39.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:39 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2029898668' entity='client.admin' cmd={"prefix": "status", "format": "json"} : dispatch 2024-09-13T15:07:39.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:39 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2029898668' entity='client.admin' cmd={"prefix": "status", "format": "json"} : dispatch 2024-09-13T15:07:39.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:39 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2029898668' entity='client.admin' cmd={"prefix": "status", "format": "json"} : dispatch 2024-09-13T15:07:39.990 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:07:40.014 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:40.014 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:40.015 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:07:40.115 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:40.119 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 18 16 36590 36574 126.981 86.3125 0.0144557 0.0078679 2024-09-13T15:07:40.154 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:40.155 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:40.155 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:40.228 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=true 2024-09-13T15:07:40.256 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:07:40.280 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:40.281 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:40.281 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:07:40.382 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:07:40.407 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:40.407 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:40.408 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:07:40.509 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:07:40.532 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:40.533 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:40.533 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:07:40.634 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:07:40.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:40 smithi071 ceph-mon[107477]: pgmap v2332: 109 pgs: 109 active+clean; 1.8 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 116 MiB/s wr, 1.86k op/s 2024-09-13T15:07:40.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:40 smithi071 ceph-mon[112785]: pgmap v2332: 109 pgs: 109 active+clean; 1.8 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 116 MiB/s wr, 1.86k op/s 2024-09-13T15:07:40.659 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:40.660 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:40.660 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:07:40.678 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.0 dump_blocked_ops 2024-09-13T15:07:40.761 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:07:40.822 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:40.823 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:40.823 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:07:40.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:40 smithi104 ceph-mon[105578]: pgmap v2332: 109 pgs: 109 active+clean; 1.8 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 116 MiB/s wr, 1.86k op/s 2024-09-13T15:07:40.925 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:07:40.950 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:40.950 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:40.951 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:07:41.051 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:07:41.078 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:41.079 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:41.079 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:07:41.119 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 19 16 38194 38178 125.574 100.25 0.00828155 0.00795768 2024-09-13T15:07:41.180 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:07:41.206 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:41.207 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:41.207 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:07:41.268 INFO:tasks.cephadm.ceph_manager.ceph:no progress seen, keeping timeout for now 2024-09-13T15:07:41.269 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-13T15:07:41.305 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:07:41.308 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:07:41.369 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:41.370 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:41.370 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:07:41.382 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:07:41.471 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:07:41.500 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:41.500 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:41.501 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:07:41.602 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:41.645 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:41.645 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:41.646 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:41.747 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:07:41.773 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:41.773 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:41.774 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:07:41.875 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:07:41.916 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:41.919 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:41.920 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:07:42.020 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:07:42.045 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:42.046 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:42.046 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:07:42.119 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:2024-09-13T15:07:42.118658+0000 min lat: 0.0011004 max lat: 0.377916 avg lat: 0.00806208 2024-09-13T15:07:42.119 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2024-09-13T15:07:42.119 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 20 16 39687 39671 123.96 93.3125 0.00999051 0.00806208 2024-09-13T15:07:42.147 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:42.182 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:42.183 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:42.183 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:42.284 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:42.322 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:42.323 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:42.323 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:42.423 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:07:42.425 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:07:42.450 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:42.450 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:42.451 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:07:42.552 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:07:42.577 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:42.577 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:42.578 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:07:42.679 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:07:42.704 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:42.705 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:42.705 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:07:42.806 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:07:42.831 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:42.832 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:42.832 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:07:42.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:42 smithi071 ceph-mon[107477]: pgmap v2333: 109 pgs: 109 active+clean; 2.1 GiB data, 12 GiB used, 613 GiB / 626 GiB avail; 126 MiB/s wr, 2.02k op/s 2024-09-13T15:07:42.891 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:07:42 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:07:42] "GET /metrics HTTP/1.1" 200 36658 "" "Prometheus/2.51.0" 2024-09-13T15:07:42.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:42 smithi071 ceph-mon[112785]: pgmap v2333: 109 pgs: 109 active+clean; 2.1 GiB data, 12 GiB used, 613 GiB / 626 GiB avail; 126 MiB/s wr, 2.02k op/s 2024-09-13T15:07:42.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:42 smithi104 ceph-mon[105578]: pgmap v2333: 109 pgs: 109 active+clean; 2.1 GiB data, 12 GiB used, 613 GiB / 626 GiB avail; 126 MiB/s wr, 2.02k op/s 2024-09-13T15:07:42.933 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:07:42.975 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:42.976 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:42.976 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:07:43.077 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:43.117 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:43.117 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:43.118 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:43.119 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 21 16 41341 41325 122.979 103.375 0.0159851 0.00812567 2024-09-13T15:07:43.219 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:43.262 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:43.262 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:43.263 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:43.364 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:07:43.387 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:43.388 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:43.388 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:07:43.489 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:07:43.514 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:43.514 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:43.515 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:07:43.615 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:43.653 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:43.653 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:43.654 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:43.755 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:07:43.780 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:43.780 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:43.781 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:07:43.882 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:07:43.906 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:43.907 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:43.907 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:07:44.008 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:44.050 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:44.051 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:44.051 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:44.119 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 22 16 42915 42899 121.861 98.375 0.00619862 0.00820099 2024-09-13T15:07:44.151 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:44.184 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:44.185 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:44.185 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:44.286 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:07:44.311 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:44.311 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:44.312 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:07:44.413 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:44.434 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:44.435 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:44.435 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:44.536 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:44.577 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:44.578 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:44.579 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:44.679 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:07:44.701 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:44.702 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:44.702 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:07:44.803 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:07:44.829 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:44.830 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:44.830 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:07:44.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:44 smithi071 ceph-mon[107477]: pgmap v2334: 109 pgs: 109 active+clean; 2.3 GiB data, 13 GiB used, 613 GiB / 626 GiB avail; 115 MiB/s wr, 1.84k op/s 2024-09-13T15:07:44.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:44 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:07:44.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:44 smithi071 ceph-mon[112785]: pgmap v2334: 109 pgs: 109 active+clean; 2.3 GiB data, 13 GiB used, 613 GiB / 626 GiB avail; 115 MiB/s wr, 1.84k op/s 2024-09-13T15:07:44.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:44 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:07:44.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:44 smithi104 ceph-mon[105578]: pgmap v2334: 109 pgs: 109 active+clean; 2.3 GiB data, 13 GiB used, 613 GiB / 626 GiB avail; 115 MiB/s wr, 1.84k op/s 2024-09-13T15:07:44.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:44 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:07:44.932 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:44.973 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:44.973 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:44.973 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:45.074 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:07:45.098 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:45.099 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:45.100 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:07:45.119 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 23 16 44211 44195 120.084 81 0.004018 0.00832176 2024-09-13T15:07:45.201 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:07:45.224 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:45.225 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:45.225 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:07:45.326 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:07:45.352 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:45.353 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:45.353 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:07:45.454 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:07:45.481 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:45.482 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:45.482 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:07:45.583 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:07:45.623 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:45.624 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:45.624 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:07:45.725 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:45.767 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:45.768 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:45.768 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:45.869 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:07:45.895 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:45.895 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:45.895 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:07:45.996 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:07:46.020 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:46.021 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:46.021 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:07:46.044 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:07:46.120 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 24 16 45743 45727 119.064 95.75 0.00846782 0.00839363 2024-09-13T15:07:46.122 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:07:46.146 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:46.147 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:46.147 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:07:46.248 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:46.283 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:46.284 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:46.284 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:46.385 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:07:46.413 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:46.414 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:46.414 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:07:46.515 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:46.556 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:46.556 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:46.557 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:46.658 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:07:46.697 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:46.698 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:46.698 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:07:46.799 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:46.825 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:46.826 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:46.826 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:46.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:46 smithi071 ceph-mon[107477]: pgmap v2335: 109 pgs: 109 active+clean; 2.5 GiB data, 14 GiB used, 612 GiB / 626 GiB avail; 104 MiB/s wr, 1.66k op/s 2024-09-13T15:07:46.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:46 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]} : dispatch 2024-09-13T15:07:46.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:46 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 7]} : dispatch 2024-09-13T15:07:46.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:46 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [3, 0]} : dispatch 2024-09-13T15:07:46.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:46 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1a", "id": [3, 7]} : dispatch 2024-09-13T15:07:46.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:46 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "11.c", "id": [1, 5]} : dispatch 2024-09-13T15:07:46.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:46 smithi071 ceph-mon[112785]: pgmap v2335: 109 pgs: 109 active+clean; 2.5 GiB data, 14 GiB used, 612 GiB / 626 GiB avail; 104 MiB/s wr, 1.66k op/s 2024-09-13T15:07:46.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:46 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]} : dispatch 2024-09-13T15:07:46.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:46 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 7]} : dispatch 2024-09-13T15:07:46.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:46 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [3, 0]} : dispatch 2024-09-13T15:07:46.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:46 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1a", "id": [3, 7]} : dispatch 2024-09-13T15:07:46.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:46 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "11.c", "id": [1, 5]} : dispatch 2024-09-13T15:07:46.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:46 smithi104 ceph-mon[105578]: pgmap v2335: 109 pgs: 109 active+clean; 2.5 GiB data, 14 GiB used, 612 GiB / 626 GiB avail; 104 MiB/s wr, 1.66k op/s 2024-09-13T15:07:46.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:46 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]} : dispatch 2024-09-13T15:07:46.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:46 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 7]} : dispatch 2024-09-13T15:07:46.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:46 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [3, 0]} : dispatch 2024-09-13T15:07:46.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:46 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1a", "id": [3, 7]} : dispatch 2024-09-13T15:07:46.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:46 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "11.c", "id": [1, 5]} : dispatch 2024-09-13T15:07:46.927 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:07:46.948 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:46.949 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:46.949 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:07:47.050 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:07:47.071 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:47.072 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:47.073 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:07:47.120 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 25 16 46831 46815 117.021 68 0.0021296 0.00843026 2024-09-13T15:07:47.174 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:07:47.195 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:47.196 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:47.196 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:07:47.297 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:07:47.319 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:47.320 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:47.320 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:07:47.421 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:07:47.442 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:47.443 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:47.443 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:07:47.544 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:07:47.564 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:47.565 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:47.566 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:07:47.666 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:07:47.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:47 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]': finished 2024-09-13T15:07:47.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:47 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 7]}]': finished 2024-09-13T15:07:47.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:47 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [3, 0]}]': finished 2024-09-13T15:07:47.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:47 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1a", "id": [3, 7]}]': finished 2024-09-13T15:07:47.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:47 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "11.c", "id": [1, 5]}]': finished 2024-09-13T15:07:47.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:47 smithi104 ceph-mon[105578]: osdmap e1444: 8 total, 8 up, 7 in 2024-09-13T15:07:47.687 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:47.688 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:47.688 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:07:47.784 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:47 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]': finished 2024-09-13T15:07:47.784 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:47 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 7]}]': finished 2024-09-13T15:07:47.784 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:47 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [3, 0]}]': finished 2024-09-13T15:07:47.784 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:47 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1a", "id": [3, 7]}]': finished 2024-09-13T15:07:47.784 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:47 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "11.c", "id": [1, 5]}]': finished 2024-09-13T15:07:47.784 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:47 smithi071 ceph-mon[107477]: osdmap e1444: 8 total, 8 up, 7 in 2024-09-13T15:07:47.784 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:47 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]': finished 2024-09-13T15:07:47.784 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:47 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 7]}]': finished 2024-09-13T15:07:47.785 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:47 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [3, 0]}]': finished 2024-09-13T15:07:47.785 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:47 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1a", "id": [3, 7]}]': finished 2024-09-13T15:07:47.785 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:47 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "11.c", "id": [1, 5]}]': finished 2024-09-13T15:07:47.785 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:47 smithi071 ceph-mon[112785]: osdmap e1444: 8 total, 8 up, 7 in 2024-09-13T15:07:47.789 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:47.811 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:47.811 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:47.812 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:47.912 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:07:47.934 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:47.934 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:47.935 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:07:48.017 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T15:07:48.017 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T15:07:48.035 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:07:48.057 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:48.058 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:48.058 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:07:48.121 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 26 16 46831 46815 112.52 0 - 0.00843026 2024-09-13T15:07:48.159 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:07:48.182 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:48.182 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:48.183 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:07:48.284 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:07:48.305 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:48.305 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:48.306 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:07:48.407 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:07:48.428 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:48.428 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:48.429 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:07:48.529 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:07:48.552 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:48.553 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:48.553 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:07:48.653 INFO:teuthology.orchestra.run.smithi071.stderr:nodeep-scrub is set 2024-09-13T15:07:48.654 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:07:48.677 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:48.678 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:48.678 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:07:48.779 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:48.795 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.0 dump_historic_ops 2024-09-13T15:07:48.801 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:48.802 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:48.802 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:48.903 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:48.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:48 smithi104 ceph-mon[105578]: pgmap v2337: 109 pgs: 1 peering, 108 active+clean; 2.6 GiB data, 14 GiB used, 612 GiB / 626 GiB avail; 94 MiB/s wr, 1.50k op/s 2024-09-13T15:07:48.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:48 smithi104 ceph-mon[105578]: Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-13T15:07:48.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:48 smithi104 ceph-mon[105578]: osdmap e1445: 8 total, 8 up, 7 in 2024-09-13T15:07:48.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:48 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1428451751' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:07:48.925 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:48.925 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:48.926 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:49.027 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:07:49.048 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:49.049 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:49.049 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:07:49.121 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 27 16 46831 46815 108.353 0 - 0.00843026 2024-09-13T15:07:49.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:48 smithi071 ceph-mon[107477]: pgmap v2337: 109 pgs: 1 peering, 108 active+clean; 2.6 GiB data, 14 GiB used, 612 GiB / 626 GiB avail; 94 MiB/s wr, 1.50k op/s 2024-09-13T15:07:49.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:48 smithi071 ceph-mon[107477]: Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-13T15:07:49.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:48 smithi071 ceph-mon[107477]: osdmap e1445: 8 total, 8 up, 7 in 2024-09-13T15:07:49.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:48 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1428451751' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:07:49.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:48 smithi071 ceph-mon[112785]: pgmap v2337: 109 pgs: 1 peering, 108 active+clean; 2.6 GiB data, 14 GiB used, 612 GiB / 626 GiB avail; 94 MiB/s wr, 1.50k op/s 2024-09-13T15:07:49.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:48 smithi071 ceph-mon[112785]: Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-13T15:07:49.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:48 smithi071 ceph-mon[112785]: osdmap e1445: 8 total, 8 up, 7 in 2024-09-13T15:07:49.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:48 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1428451751' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:07:49.150 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:07:49.172 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:49.172 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:49.173 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:07:49.273 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:07:49.296 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:49.296 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:49.297 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:07:49.398 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:49.432 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:49.432 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:49.433 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:49.534 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:07:49.558 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:49.559 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:49.559 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:07:49.661 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:07:49.688 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:49.688 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:49.689 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:07:49.790 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:49.831 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:49.831 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:49.832 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:49.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:49 smithi071 ceph-mon[107477]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:07:49.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:49 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1428451751' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T15:07:49.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:49 smithi071 ceph-mon[107477]: osdmap e1446: 8 total, 8 up, 7 in 2024-09-13T15:07:49.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:49 smithi071 ceph-mon[112785]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:07:49.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:49 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1428451751' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T15:07:49.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:49 smithi071 ceph-mon[112785]: osdmap e1446: 8 total, 8 up, 7 in 2024-09-13T15:07:49.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:49 smithi104 ceph-mon[105578]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:07:49.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:49 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1428451751' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T15:07:49.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:49 smithi104 ceph-mon[105578]: osdmap e1446: 8 total, 8 up, 7 in 2024-09-13T15:07:49.933 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:49.969 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:49.969 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:49.970 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:50.070 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:07:50.095 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:50.095 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:50.096 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:07:50.121 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 28 16 47816 47800 106.68 20.5208 0.0141468 0.0093681 2024-09-13T15:07:50.197 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:07:50.221 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:50.221 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:50.222 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:07:50.322 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:50.366 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:50.367 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:50.368 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:50.468 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:07:50.495 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:50.496 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:50.496 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:07:50.597 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:07:50.623 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:50.624 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:50.625 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:07:50.726 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:07:50.750 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:50.750 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:50.751 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:07:50.852 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:07:50.876 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:50.877 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:50.877 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:07:50.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:50 smithi104 ceph-mon[105578]: pgmap v2340: 109 pgs: 1 remapped+peering, 1 peering, 107 active+clean; 2.7 GiB data, 15 GiB used, 611 GiB / 626 GiB avail; 77 MiB/s wr, 1.24k op/s 2024-09-13T15:07:50.979 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:07:51.004 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:51.004 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:51.005 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:07:51.106 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:07:51.122 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 29 16 49119 49103 105.806 81.4375 0.0125359 0.00944446 2024-09-13T15:07:51.130 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:51.131 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:51.131 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:07:51.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:50 smithi071 ceph-mon[107477]: pgmap v2340: 109 pgs: 1 remapped+peering, 1 peering, 107 active+clean; 2.7 GiB data, 15 GiB used, 611 GiB / 626 GiB avail; 77 MiB/s wr, 1.24k op/s 2024-09-13T15:07:51.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:50 smithi071 ceph-mon[112785]: pgmap v2340: 109 pgs: 1 remapped+peering, 1 peering, 107 active+clean; 2.7 GiB data, 15 GiB used, 611 GiB / 626 GiB avail; 77 MiB/s wr, 1.24k op/s 2024-09-13T15:07:51.232 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:07:51.258 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:51.259 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:51.260 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:07:51.361 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:07:51.401 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:07:51.418 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:51.419 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:51.419 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:07:51.434 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T15:07:51.435 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T15:07:51.471 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T15:07:51.471 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T15:07:51.506 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T15:07:51.507 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T15:07:51.520 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:51.545 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T15:07:51.545 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T15:07:51.570 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:51.571 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:51.572 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:51.578 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T15:07:51.578 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T15:07:51.610 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T15:07:51.610 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T15:07:51.641 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T15:07:51.641 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T15:07:51.645 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd unset noscrub 2024-09-13T15:07:51.673 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:07:51.676 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T15:07:51.676 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T15:07:51.696 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:51.697 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:51.697 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:07:51.798 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:07:51.852 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:51.853 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:51.853 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:07:51.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:51 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1791484897' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:07:51.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:51 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1791484897' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:07:51.956 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:07:51.984 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:51.984 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:51.985 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:07:52.085 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:07:52.122 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 30 16 50328 50312 104.798 75.5625 0.00700878 0.00953729 2024-09-13T15:07:52.123 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:52.124 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:52.124 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:07:52.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:51 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1791484897' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:07:52.225 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:52.267 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:52.267 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:52.267 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:52.368 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:07:52.394 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:52.394 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:52.395 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:07:52.496 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:07:52.532 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:52.532 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:52.533 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:07:52.634 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:07:52.677 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:52.677 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:52.678 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:07:52.780 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:07:52.802 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:52.802 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:52.802 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:07:52.903 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:52.943 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:52.944 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:52.944 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:53.045 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:07:53.081 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:53.082 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:53.082 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:07:53.122 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 31 16 51507 51491 103.794 73.6875 0.00813731 0.00962073 2024-09-13T15:07:53.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:52 smithi071 ceph-mon[107477]: pgmap v2341: 109 pgs: 1 remapped+peering, 1 peering, 107 active+clean; 2.9 GiB data, 15 GiB used, 611 GiB / 626 GiB avail; 61 MiB/s wr, 981 op/s 2024-09-13T15:07:53.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:52 smithi071 ceph-mon[112785]: pgmap v2341: 109 pgs: 1 remapped+peering, 1 peering, 107 active+clean; 2.9 GiB data, 15 GiB used, 611 GiB / 626 GiB avail; 61 MiB/s wr, 981 op/s 2024-09-13T15:07:53.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:07:52 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:07:52] "GET /metrics HTTP/1.1" 200 36666 "" "Prometheus/2.51.0" 2024-09-13T15:07:53.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:52 smithi104 ceph-mon[105578]: pgmap v2341: 109 pgs: 1 remapped+peering, 1 peering, 107 active+clean; 2.9 GiB data, 15 GiB used, 611 GiB / 626 GiB avail; 61 MiB/s wr, 981 op/s 2024-09-13T15:07:53.183 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:07:53.211 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:53.212 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:53.212 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:07:53.313 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:53.348 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:53.349 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:53.350 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:53.450 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:07:53.488 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:53.489 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:53.489 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:07:53.590 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:53.625 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:53.626 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:53.626 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:53.727 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:07:53.751 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:53.752 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:53.753 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:07:53.853 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:53.890 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:53.890 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:53.891 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:53.992 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:07:54.025 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:54.026 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:54.026 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:07:54.123 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 32 16 52664 52648 102.81 72.3125 0.00887137 0.009721 2024-09-13T15:07:54.127 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:54.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:53 smithi071 ceph-mon[112785]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-09-13T15:07:54.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:53 smithi071 ceph-mon[107477]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-09-13T15:07:54.168 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:54.169 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:54.169 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:54.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:53 smithi104 ceph-mon[105578]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-09-13T15:07:54.270 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:54.307 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:54.307 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:54.308 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:54.408 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:54.429 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:54.430 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:54.430 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:54.531 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:07:54.565 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:54.566 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:54.566 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:07:54.667 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:07:54.693 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:54.693 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:54.694 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:07:54.795 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:54.831 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:54.832 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:54.832 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:54.933 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:54.968 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:54.968 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:54.969 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:55.069 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:07:55.105 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:55.106 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:55.107 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:07:55.125 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 33 16 53762 53746 101.767 68.625 0.0181673 0.00981917 2024-09-13T15:07:55.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:54 smithi071 ceph-mon[107477]: pgmap v2342: 109 pgs: 1 remapped+peering, 108 active+clean; 3.0 GiB data, 15 GiB used, 611 GiB / 626 GiB avail; 64 MiB/s wr, 1.02k op/s 2024-09-13T15:07:55.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:54 smithi071 ceph-mon[112785]: pgmap v2342: 109 pgs: 1 remapped+peering, 108 active+clean; 3.0 GiB data, 15 GiB used, 611 GiB / 626 GiB avail; 64 MiB/s wr, 1.02k op/s 2024-09-13T15:07:55.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:54 smithi104 ceph-mon[105578]: pgmap v2342: 109 pgs: 1 remapped+peering, 108 active+clean; 3.0 GiB data, 15 GiB used, 611 GiB / 626 GiB avail; 64 MiB/s wr, 1.02k op/s 2024-09-13T15:07:55.207 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:55.248 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:55.249 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:55.249 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:55.350 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:07:55.374 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:55.375 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:55.375 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:07:55.476 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:55.511 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:55.512 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:55.512 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:55.613 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:07:55.637 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:55.638 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:55.639 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:07:55.740 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:07:55.766 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:55.767 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:55.767 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:07:55.868 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:55.909 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:55.909 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:55.910 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:56.011 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:07:56.053 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:56.054 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:56.054 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:07:56.125 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 34 16 54957 54941 100.971 74.6875 0.00708068 0.00989821 2024-09-13T15:07:56.154 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:07:56.196 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:56.196 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:56.197 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:07:56.297 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:07:56.339 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:56.340 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:56.340 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:07:56.441 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:07:56.469 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:56.469 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:56.470 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:07:56.570 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:07:56.594 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:56.594 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:56.595 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:07:56.695 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:56.729 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:56.730 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:56.730 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:56.831 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:07:56.871 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:56.871 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:56.871 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:07:56.972 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:07:56.999 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:57.000 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:57.000 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:07:57.101 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:57.125 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 35 16 56081 56065 100.093 70.25 0.0158817 0.0099827 2024-09-13T15:07:57.128 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:57.129 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:57.129 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:57.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:56 smithi071 ceph-mon[107477]: pgmap v2343: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 3.1 GiB data, 16 GiB used, 610 GiB / 626 GiB avail; 67 MiB/s wr, 1.07k op/s; 2766/154131 objects misplaced (1.795%); 960 KiB/s, 14 objects/s recovering 2024-09-13T15:07:57.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:56 smithi071 ceph-mon[112785]: pgmap v2343: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 3.1 GiB data, 16 GiB used, 610 GiB / 626 GiB avail; 67 MiB/s wr, 1.07k op/s; 2766/154131 objects misplaced (1.795%); 960 KiB/s, 14 objects/s recovering 2024-09-13T15:07:57.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:56 smithi104 ceph-mon[105578]: pgmap v2343: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 3.1 GiB data, 16 GiB used, 610 GiB / 626 GiB avail; 67 MiB/s wr, 1.07k op/s; 2766/154131 objects misplaced (1.795%); 960 KiB/s, 14 objects/s recovering 2024-09-13T15:07:57.230 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:57.265 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:57.266 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:57.266 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:57.367 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:57.404 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:57.405 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:57.405 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:57.506 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:07:57.530 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:57.531 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:57.531 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:07:57.632 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:57.685 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:57.685 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:57.686 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:57.787 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:07:57.810 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:57.811 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:57.811 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:07:57.912 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:57.949 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:57.949 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:57.950 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:58.050 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:07:58.078 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:58.078 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:58.079 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:07:58.125 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 36 16 57258 57242 99.3558 73.5625 0.022479 0.0100589 2024-09-13T15:07:58.180 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:58.220 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:58.220 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:58.221 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:58.321 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:07:58.345 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:58.346 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:58.347 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:07:58.447 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:07:58.486 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:58.488 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:58.488 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:07:58.589 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:58.625 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:58.625 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:58.626 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:58.727 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:07:58.753 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:58.753 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:58.754 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:07:58.854 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:07:58.879 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:58.880 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:58.880 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:07:58.981 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:07:59.018 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:59.019 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:59.019 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:07:59.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:58 smithi071 ceph-mon[107477]: pgmap v2344: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 3.2 GiB data, 16 GiB used, 610 GiB / 626 GiB avail; 55 MiB/s wr, 887 op/s; 2766/158487 objects misplaced (1.745%); 819 KiB/s, 12 objects/s recovering 2024-09-13T15:07:59.091 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:58 smithi071 ceph-mon[112785]: pgmap v2344: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 3.2 GiB data, 16 GiB used, 610 GiB / 626 GiB avail; 55 MiB/s wr, 887 op/s; 2766/158487 objects misplaced (1.745%); 819 KiB/s, 12 objects/s recovering 2024-09-13T15:07:59.121 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:07:59.125 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 37 16 58468 58452 98.7144 75.625 0.014559 0.010125 2024-09-13T15:07:59.148 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:07:59.148 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:59.149 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:07:59.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:58 smithi104 ceph-mon[105578]: pgmap v2344: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 3.2 GiB data, 16 GiB used, 610 GiB / 626 GiB avail; 55 MiB/s wr, 887 op/s; 2766/158487 objects misplaced (1.745%); 819 KiB/s, 12 objects/s recovering 2024-09-13T15:07:59.249 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:59.298 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:59.299 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:59.299 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:59.400 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:07:59.442 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:59.443 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:59.444 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:07:59.544 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:59.582 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:59.583 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:59.583 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:59.684 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:07:59.723 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:59.724 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:59.724 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:07:59.825 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:07:59.877 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:07:59.877 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:07:59.877 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:07:59.978 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:00.003 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:00.003 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:00.004 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:08:00.051 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:07:59 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:08:00.051 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:07:59 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:08:00.104 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:08:00.105 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:08:00.127 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 38 16 59584 59568 97.9478 69.75 0.0157437 0.0102027 2024-09-13T15:08:00.155 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:00.155 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:00.156 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:08:00.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:07:59 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:08:00.256 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:00.282 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:00.282 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:00.283 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:08:00.383 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:00.406 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:00.406 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:00.407 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:00.489 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T15:08:00.491 INFO:teuthology.orchestra.run.smithi071.stderr:dumped all 2024-09-13T15:08:00.507 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:08:00.545 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:00.546 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:00.546 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:08:00.647 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:08:00.671 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:00.672 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:00.673 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:08:00.773 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:08:00.812 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:00.813 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:00.813 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:08:00.835 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=false 2024-09-13T15:08:00.896 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:00 smithi071 ceph-mon[107477]: pgmap v2345: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 3.3 GiB data, 16 GiB used, 609 GiB / 626 GiB avail; 58 MiB/s wr, 925 op/s; 2595/163725 objects misplaced (1.585%); 1.8 MiB/s, 28 objects/s recovering 2024-09-13T15:08:00.896 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:00 smithi071 ceph-mon[112785]: pgmap v2345: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 3.3 GiB data, 16 GiB used, 609 GiB / 626 GiB avail; 58 MiB/s wr, 925 op/s; 2595/163725 objects misplaced (1.585%); 1.8 MiB/s, 28 objects/s recovering 2024-09-13T15:08:00.914 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:08:00.977 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:00.980 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:00.981 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:08:01.081 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:01.127 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 39 16 60563 60547 97.0051 61.1875 0.0108101 0.0103029 2024-09-13T15:08:01.141 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:01.141 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:01.142 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:01.153 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T15:08:01.153 INFO:teuthology.orchestra.run.smithi071.stdout: "size": 20, 2024-09-13T15:08:01.153 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 600, 2024-09-13T15:08:01.153 INFO:teuthology.orchestra.run.smithi071.stdout: "ops": [ 2024-09-13T15:08:01.153 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.153 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:27403 9.5 9:ad4865f2:::benchmark_data_smithi071_298031_object27402:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1318)", 2024-09-13T15:08:01.153 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:59:12.918819+0000", 2024-09-13T15:08:01.153 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 528.04676366800004, 2024-09-13T15:08:01.154 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.6110339890000001, 2024-09-13T15:08:01.154 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:08:01.154 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:08:01.154 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T15:08:01.154 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:08:01.154 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:08:01.154 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:08:01.154 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 27403 2024-09-13T15:08:01.154 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.154 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:08:01.154 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.154 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:08:01.154 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:12.918819+0000", 2024-09-13T15:08:01.154 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:01.155 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.155 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.155 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:08:01.155 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:12.918819+0000", 2024-09-13T15:08:01.155 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:01.155 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.155 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.155 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:08:01.155 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:12.918820+0000", 2024-09-13T15:08:01.155 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4789999999999999e-06 2024-09-13T15:08:01.155 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.155 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.155 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:08:01.156 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:12.918841+0000", 2024-09-13T15:08:01.156 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.0551999999999999e-05 2024-09-13T15:08:01.156 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.156 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.156 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:08:01.156 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:12.918857+0000", 2024-09-13T15:08:01.156 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.6248000000000001e-05 2024-09-13T15:08:01.156 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.156 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.156 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:08:01.156 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:12.918864+0000", 2024-09-13T15:08:01.156 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.0589999999999997e-06 2024-09-13T15:08:01.157 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.157 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.157 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:01.157 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:12.918936+0000", 2024-09-13T15:08:01.157 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.1849999999999998e-05 2024-09-13T15:08:01.157 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.157 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.157 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:08:01.157 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:12.919099+0000", 2024-09-13T15:08:01.157 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000162874 2024-09-13T15:08:01.157 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.157 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.157 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,5", 2024-09-13T15:08:01.157 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:12.919354+0000", 2024-09-13T15:08:01.158 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00025502899999999999 2024-09-13T15:08:01.158 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.158 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.158 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:01.158 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:12.943236+0000", 2024-09-13T15:08:01.158 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.023882127 2024-09-13T15:08:01.158 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.158 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.158 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:08:01.158 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:12.943249+0000", 2024-09-13T15:08:01.158 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.3062e-05 2024-09-13T15:08:01.158 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.159 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.159 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:01.159 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:13.272406+0000", 2024-09-13T15:08:01.159 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.32915675300000002 2024-09-13T15:08:01.159 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.159 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.159 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:08:01.159 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:13.272418+0000", 2024-09-13T15:08:01.159 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1782e-05 2024-09-13T15:08:01.159 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.159 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.159 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:01.159 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:14.529750+0000", 2024-09-13T15:08:01.159 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2573324020000001 2024-09-13T15:08:01.160 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.160 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.160 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:08:01.160 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:14.529853+0000", 2024-09-13T15:08:01.160 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000102772 2024-09-13T15:08:01.160 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:01.160 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:08:01.160 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:01.160 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.160 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.160 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:27406 9.5 9:a4022d6d:::benchmark_data_smithi071_298031_object27405:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1318)", 2024-09-13T15:08:01.160 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:59:12.919363+0000", 2024-09-13T15:08:01.160 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 528.04621969000004, 2024-09-13T15:08:01.161 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.611452213, 2024-09-13T15:08:01.161 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:08:01.161 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:08:01.161 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T15:08:01.161 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:08:01.161 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:08:01.161 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:08:01.161 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 27406 2024-09-13T15:08:01.161 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.161 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:08:01.161 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.161 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:08:01.161 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:12.919363+0000", 2024-09-13T15:08:01.161 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:01.162 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.162 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.162 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:08:01.162 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:12.919363+0000", 2024-09-13T15:08:01.162 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:01.162 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.162 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.162 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:08:01.162 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:12.919363+0000", 2024-09-13T15:08:01.162 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.4000000000000001e-07 2024-09-13T15:08:01.162 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.162 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.162 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:08:01.162 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:12.919384+0000", 2024-09-13T15:08:01.163 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.0273999999999999e-05 2024-09-13T15:08:01.163 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.163 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.163 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:08:01.163 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:12.919392+0000", 2024-09-13T15:08:01.163 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.3510000000000002e-06 2024-09-13T15:08:01.163 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.163 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.163 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:08:01.163 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:12.919398+0000", 2024-09-13T15:08:01.163 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.7830000000000004e-06 2024-09-13T15:08:01.163 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.163 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.163 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:01.163 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:12.921454+0000", 2024-09-13T15:08:01.164 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0020565850000000001 2024-09-13T15:08:01.164 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.164 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.164 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:08:01.164 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:12.921666+0000", 2024-09-13T15:08:01.164 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00021188399999999999 2024-09-13T15:08:01.164 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.164 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.164 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,5", 2024-09-13T15:08:01.164 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:12.921846+0000", 2024-09-13T15:08:01.164 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000179533 2024-09-13T15:08:01.164 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.164 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.165 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:01.165 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:12.943495+0000", 2024-09-13T15:08:01.165 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.021649569 2024-09-13T15:08:01.165 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.165 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.165 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:08:01.165 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:12.943507+0000", 2024-09-13T15:08:01.165 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1501000000000001e-05 2024-09-13T15:08:01.165 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.165 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.165 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:01.165 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:13.272786+0000", 2024-09-13T15:08:01.165 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.329279551 2024-09-13T15:08:01.165 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.166 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.166 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:08:01.166 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:13.272796+0000", 2024-09-13T15:08:01.166 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.0839999999999998e-06 2024-09-13T15:08:01.166 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.166 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.166 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:01.166 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:14.530761+0000", 2024-09-13T15:08:01.166 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2579656080000001 2024-09-13T15:08:01.166 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.166 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.166 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:08:01.166 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:14.530815+0000", 2024-09-13T15:08:01.166 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.3850000000000001e-05 2024-09-13T15:08:01.167 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:01.167 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:08:01.167 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:01.167 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.167 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.167 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:27417 9.9 9:996b4eba:::benchmark_data_smithi071_298031_object27416:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1319)", 2024-09-13T15:08:01.167 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T14:59:12.946467+0000", 2024-09-13T15:08:01.167 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 528.01911580199999, 2024-09-13T15:08:01.167 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.5904888239999999, 2024-09-13T15:08:01.167 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:08:01.167 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:08:01.167 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:08:01.167 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:08:01.168 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:08:01.168 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:08:01.168 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 27417 2024-09-13T15:08:01.168 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.168 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:08:01.168 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.168 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:08:01.168 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:12.946467+0000", 2024-09-13T15:08:01.168 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:01.168 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.168 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.168 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:08:01.168 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:12.946467+0000", 2024-09-13T15:08:01.169 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:01.169 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.169 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.169 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:08:01.169 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:12.946468+0000", 2024-09-13T15:08:01.169 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1930000000000001e-06 2024-09-13T15:08:01.169 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.169 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.169 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:08:01.169 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:12.946491+0000", 2024-09-13T15:08:01.169 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.3070000000000001e-05 2024-09-13T15:08:01.169 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.169 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.170 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:08:01.170 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:12.946503+0000", 2024-09-13T15:08:01.170 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2362e-05 2024-09-13T15:08:01.170 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.170 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.170 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:08:01.170 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:12.946511+0000", 2024-09-13T15:08:01.170 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.9279999999999993e-06 2024-09-13T15:08:01.170 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.170 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.170 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:01.170 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:12.946589+0000", 2024-09-13T15:08:01.171 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.7509000000000006e-05 2024-09-13T15:08:01.171 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.171 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.171 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:08:01.171 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:12.946599+0000", 2024-09-13T15:08:01.171 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.064e-05 2024-09-13T15:08:01.171 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.171 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.171 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:01.171 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:13.270303+0000", 2024-09-13T15:08:01.171 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.323703607 2024-09-13T15:08:01.171 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.171 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.172 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:08:01.172 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:13.270315+0000", 2024-09-13T15:08:01.172 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1684e-05 2024-09-13T15:08:01.172 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.172 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.172 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:01.172 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:14.525104+0000", 2024-09-13T15:08:01.172 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2547894550000001 2024-09-13T15:08:01.172 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.172 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.172 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:08:01.172 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:14.525263+0000", 2024-09-13T15:08:01.172 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000158646 2024-09-13T15:08:01.173 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.173 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.173 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 5,7", 2024-09-13T15:08:01.173 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:14.525462+0000", 2024-09-13T15:08:01.173 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00019960799999999999 2024-09-13T15:08:01.173 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.173 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.173 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:01.173 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:14.529169+0000", 2024-09-13T15:08:01.173 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.003706258 2024-09-13T15:08:01.173 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.173 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.173 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:08:01.174 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:14.530267+0000", 2024-09-13T15:08:01.174 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0010985400000000001 2024-09-13T15:08:01.174 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.174 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.174 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:01.174 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:14.535904+0000", 2024-09-13T15:08:01.174 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0056369810000000001 2024-09-13T15:08:01.174 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.174 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.174 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:08:01.174 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:14.535942+0000", 2024-09-13T15:08:01.174 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.8019999999999999e-05 2024-09-13T15:08:01.174 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.174 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.175 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:08:01.175 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T14:59:14.536956+0000", 2024-09-13T15:08:01.175 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.001013323 2024-09-13T15:08:01.175 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:01.175 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:08:01.175 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:01.175 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.175 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.175 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45977.0:79566 10.8 10:18afc2e1:::benchmark_data_smithi071_326067_object79565:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1399)", 2024-09-13T15:08:01.175 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:03:38.008396+0000", 2024-09-13T15:08:01.175 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 262.95718649700001, 2024-09-13T15:08:01.175 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.960878511, 2024-09-13T15:08:01.175 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:08:01.176 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:08:01.176 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T15:08:01.176 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:08:01.176 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45977", 2024-09-13T15:08:01.176 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4198631296", 2024-09-13T15:08:01.176 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 79566 2024-09-13T15:08:01.176 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.176 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:08:01.176 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.176 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:08:01.176 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:38.008396+0000", 2024-09-13T15:08:01.176 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:01.176 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.176 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.177 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:08:01.177 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:38.008396+0000", 2024-09-13T15:08:01.177 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:01.177 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.177 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.177 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:08:01.177 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:38.008398+0000", 2024-09-13T15:08:01.177 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.2680000000000001e-06 2024-09-13T15:08:01.177 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.177 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.177 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:08:01.177 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:38.008424+0000", 2024-09-13T15:08:01.177 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.6091000000000001e-05 2024-09-13T15:08:01.178 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.178 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.178 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:08:01.178 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:38.008444+0000", 2024-09-13T15:08:01.178 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.9745000000000002e-05 2024-09-13T15:08:01.178 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.178 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.178 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:08:01.178 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:38.008454+0000", 2024-09-13T15:08:01.178 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0128e-05 2024-09-13T15:08:01.178 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.178 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.178 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:01.179 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:38.008620+0000", 2024-09-13T15:08:01.179 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00016595 2024-09-13T15:08:01.179 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.179 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.179 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:08:01.179 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:38.008975+0000", 2024-09-13T15:08:01.179 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00035449899999999998 2024-09-13T15:08:01.179 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.179 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.179 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 2", 2024-09-13T15:08:01.179 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:38.016398+0000", 2024-09-13T15:08:01.179 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0074231799999999997 2024-09-13T15:08:01.179 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.179 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.180 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:01.180 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:38.039511+0000", 2024-09-13T15:08:01.180 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.023113326 2024-09-13T15:08:01.180 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.180 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.180 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:08:01.180 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:38.039528+0000", 2024-09-13T15:08:01.180 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.6943999999999999e-05 2024-09-13T15:08:01.180 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.180 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.180 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:01.180 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:38.338875+0000", 2024-09-13T15:08:01.180 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.29934709500000001 2024-09-13T15:08:01.181 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.181 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.181 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:08:01.181 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:38.338889+0000", 2024-09-13T15:08:01.181 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4032000000000001e-05 2024-09-13T15:08:01.181 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.181 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.181 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:01.181 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:39.954226+0000", 2024-09-13T15:08:01.181 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.615336385 2024-09-13T15:08:01.181 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.181 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.181 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for degraded object", 2024-09-13T15:08:01.182 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:39.957490+0000", 2024-09-13T15:08:01.182 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0032642909999999999 2024-09-13T15:08:01.182 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.182 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.182 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:01.182 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:39.969170+0000", 2024-09-13T15:08:01.182 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.011680190999999999 2024-09-13T15:08:01.182 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.182 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.182 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:08:01.182 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:39.969275+0000", 2024-09-13T15:08:01.182 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000104386 2024-09-13T15:08:01.182 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:01.182 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:08:01.183 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:01.183 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.183 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.183 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45977.0:79574 10.8 10:1392c69b:::benchmark_data_smithi071_326067_object79573:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1400)", 2024-09-13T15:08:01.184 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:03:38.033012+0000", 2024-09-13T15:08:01.184 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 262.93257085099998, 2024-09-13T15:08:01.184 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.9387684090000001, 2024-09-13T15:08:01.184 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:08:01.184 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:08:01.184 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:08:01.184 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:08:01.184 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45977", 2024-09-13T15:08:01.184 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4198631296", 2024-09-13T15:08:01.184 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 79574 2024-09-13T15:08:01.185 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.185 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:08:01.185 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.185 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:08:01.185 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:38.033012+0000", 2024-09-13T15:08:01.185 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:01.185 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.185 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.185 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:08:01.185 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:38.033012+0000", 2024-09-13T15:08:01.185 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:01.185 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.185 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.186 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:08:01.186 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:38.033014+0000", 2024-09-13T15:08:01.186 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.1919999999999999e-06 2024-09-13T15:08:01.186 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.186 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.186 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:08:01.186 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:38.033038+0000", 2024-09-13T15:08:01.186 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.3907e-05 2024-09-13T15:08:01.186 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.186 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.186 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:08:01.186 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:38.033049+0000", 2024-09-13T15:08:01.186 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1613e-05 2024-09-13T15:08:01.187 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.187 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.187 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:08:01.187 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:38.033057+0000", 2024-09-13T15:08:01.187 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.7789999999999996e-06 2024-09-13T15:08:01.187 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.187 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.187 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:01.187 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:38.040276+0000", 2024-09-13T15:08:01.187 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0072188130000000001 2024-09-13T15:08:01.187 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.187 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.188 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:08:01.188 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:38.040287+0000", 2024-09-13T15:08:01.188 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1158999999999999e-05 2024-09-13T15:08:01.188 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.188 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.188 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:01.188 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:38.338919+0000", 2024-09-13T15:08:01.188 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.29863223900000002 2024-09-13T15:08:01.188 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.188 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.188 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:08:01.188 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:38.338927+0000", 2024-09-13T15:08:01.188 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.1200000000000002e-06 2024-09-13T15:08:01.189 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.189 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.189 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:01.189 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:39.960371+0000", 2024-09-13T15:08:01.189 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.621443558 2024-09-13T15:08:01.189 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.189 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.189 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:08:01.189 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:39.960548+0000", 2024-09-13T15:08:01.189 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00017679800000000001 2024-09-13T15:08:01.189 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.189 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.189 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 2,7", 2024-09-13T15:08:01.190 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:39.960730+0000", 2024-09-13T15:08:01.190 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00018251000000000001 2024-09-13T15:08:01.190 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.190 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.190 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:08:01.190 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:39.969272+0000", 2024-09-13T15:08:01.190 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0085415779999999993 2024-09-13T15:08:01.190 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.190 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.190 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:01.190 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:39.969414+0000", 2024-09-13T15:08:01.190 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00014218299999999999 2024-09-13T15:08:01.190 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.191 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.191 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:01.191 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:39.969494+0000", 2024-09-13T15:08:01.191 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.0060000000000003e-05 2024-09-13T15:08:01.191 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.191 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.191 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:08:01.191 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:39.969549+0000", 2024-09-13T15:08:01.191 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.4413000000000002e-05 2024-09-13T15:08:01.191 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.191 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.191 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:08:01.191 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:39.971780+0000", 2024-09-13T15:08:01.191 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0022314869999999999 2024-09-13T15:08:01.192 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:01.192 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:08:01.192 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:01.192 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.192 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.192 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45977.0:79590 10.8 10:180a46a6:::benchmark_data_smithi071_326067_object79589:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1400)", 2024-09-13T15:08:01.192 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:03:38.048008+0000", 2024-09-13T15:08:01.192 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 262.91757467600002, 2024-09-13T15:08:01.192 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.9468240530000001, 2024-09-13T15:08:01.192 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:08:01.192 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:08:01.192 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:08:01.192 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:08:01.192 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45977", 2024-09-13T15:08:01.193 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4198631296", 2024-09-13T15:08:01.193 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 79590 2024-09-13T15:08:01.193 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.193 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:08:01.193 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.193 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:08:01.193 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:38.048008+0000", 2024-09-13T15:08:01.193 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:01.193 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.193 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.193 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:08:01.193 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:38.048008+0000", 2024-09-13T15:08:01.193 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:01.193 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.194 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.194 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:08:01.194 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:38.048010+0000", 2024-09-13T15:08:01.194 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.779e-06 2024-09-13T15:08:01.194 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.194 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.194 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:08:01.194 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:38.048047+0000", 2024-09-13T15:08:01.194 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.7069e-05 2024-09-13T15:08:01.194 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.194 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.194 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:08:01.194 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:38.048065+0000", 2024-09-13T15:08:01.194 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.7878999999999999e-05 2024-09-13T15:08:01.195 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.195 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.195 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:08:01.195 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:38.048072+0000", 2024-09-13T15:08:01.195 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.7910000000000005e-06 2024-09-13T15:08:01.195 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.195 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.195 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:01.195 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:38.048143+0000", 2024-09-13T15:08:01.195 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.0927999999999996e-05 2024-09-13T15:08:01.195 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.195 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.195 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:08:01.195 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:38.048153+0000", 2024-09-13T15:08:01.196 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.645e-06 2024-09-13T15:08:01.196 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.196 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.196 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:01.196 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:38.338955+0000", 2024-09-13T15:08:01.196 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.29080186400000002 2024-09-13T15:08:01.196 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.196 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.196 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:08:01.196 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:38.338962+0000", 2024-09-13T15:08:01.196 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.6009999999999997e-06 2024-09-13T15:08:01.196 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.197 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.197 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:01.197 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:39.971831+0000", 2024-09-13T15:08:01.197 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.632868526 2024-09-13T15:08:01.197 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.197 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.197 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:08:01.197 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:39.971978+0000", 2024-09-13T15:08:01.197 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00014724900000000001 2024-09-13T15:08:01.197 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.197 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.197 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 2,7", 2024-09-13T15:08:01.197 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:39.972111+0000", 2024-09-13T15:08:01.198 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000132531 2024-09-13T15:08:01.198 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.198 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.198 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:01.198 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:39.978594+0000", 2024-09-13T15:08:01.198 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0064828630000000002 2024-09-13T15:08:01.198 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.198 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.198 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:08:01.199 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:39.978733+0000", 2024-09-13T15:08:01.199 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013992599999999999 2024-09-13T15:08:01.199 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.199 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.199 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:01.199 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:39.992089+0000", 2024-09-13T15:08:01.199 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.013355455 2024-09-13T15:08:01.199 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.199 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.199 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:08:01.199 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:39.992147+0000", 2024-09-13T15:08:01.199 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.8258999999999999e-05 2024-09-13T15:08:01.199 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.200 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.200 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:08:01.200 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:39.994832+0000", 2024-09-13T15:08:01.200 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0026846880000000002 2024-09-13T15:08:01.200 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:01.200 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:08:01.200 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:01.200 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.200 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.200 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45977.0:79562 10.c 10:3b59ffd3:::benchmark_data_smithi071_326067_object79561:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] RETRY=2 ondisk+retry+write+known_if_redirected+supports_pool_eio e1401)", 2024-09-13T15:08:01.200 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:03:38.339304+0000", 2024-09-13T15:08:01.200 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 262.62627838399999, 2024-09-13T15:08:01.200 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.589666485, 2024-09-13T15:08:01.201 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:08:01.201 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:08:01.201 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T15:08:01.201 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:08:01.201 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45977", 2024-09-13T15:08:01.201 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4198631296", 2024-09-13T15:08:01.201 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 79562 2024-09-13T15:08:01.201 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.201 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:08:01.201 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.201 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:08:01.201 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:38.339304+0000", 2024-09-13T15:08:01.201 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:01.202 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.202 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.202 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:08:01.202 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:38.339304+0000", 2024-09-13T15:08:01.202 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:01.202 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.202 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.202 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:08:01.202 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:38.339306+0000", 2024-09-13T15:08:01.202 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.5090000000000001e-06 2024-09-13T15:08:01.202 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.202 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.202 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:08:01.202 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:38.339332+0000", 2024-09-13T15:08:01.203 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.6075999999999999e-05 2024-09-13T15:08:01.203 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.203 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.203 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:08:01.203 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:38.339344+0000", 2024-09-13T15:08:01.203 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2753e-05 2024-09-13T15:08:01.203 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.203 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.204 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:08:01.204 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:38.339354+0000", 2024-09-13T15:08:01.204 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.7659999999999993e-06 2024-09-13T15:08:01.204 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.204 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.204 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:01.204 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:38.341663+0000", 2024-09-13T15:08:01.204 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.002309223 2024-09-13T15:08:01.204 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.204 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.204 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:08:01.204 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:38.341674+0000", 2024-09-13T15:08:01.204 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0581000000000001e-05 2024-09-13T15:08:01.205 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.205 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.205 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:01.205 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:39.928016+0000", 2024-09-13T15:08:01.205 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.586341534 2024-09-13T15:08:01.205 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.205 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.205 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:08:01.205 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:39.928971+0000", 2024-09-13T15:08:01.205 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00095504300000000004 2024-09-13T15:08:01.205 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:01.205 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:08:01.205 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:01.206 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.206 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.206 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45977.0:79572 10.c 10:3f391f63:::benchmark_data_smithi071_326067_object79571:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] RETRY=2 ondisk+retry+write+known_if_redirected+supports_pool_eio e1401)", 2024-09-13T15:08:01.206 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:03:38.339372+0000", 2024-09-13T15:08:01.206 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 262.62621002499998, 2024-09-13T15:08:01.206 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.6151086540000001, 2024-09-13T15:08:01.206 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:08:01.206 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:08:01.206 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:08:01.206 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:08:01.206 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45977", 2024-09-13T15:08:01.206 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4198631296", 2024-09-13T15:08:01.206 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 79572 2024-09-13T15:08:01.206 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.207 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:08:01.207 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.207 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:08:01.207 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:38.339372+0000", 2024-09-13T15:08:01.207 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:01.207 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.207 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.207 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:08:01.207 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:38.339372+0000", 2024-09-13T15:08:01.207 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:01.207 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.207 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.207 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:08:01.207 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:38.339373+0000", 2024-09-13T15:08:01.208 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.1799999999999995e-07 2024-09-13T15:08:01.208 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.208 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.208 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:08:01.208 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:38.339395+0000", 2024-09-13T15:08:01.208 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.1741000000000001e-05 2024-09-13T15:08:01.208 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.208 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.208 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:08:01.208 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:38.339402+0000", 2024-09-13T15:08:01.208 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.6329999999999996e-06 2024-09-13T15:08:01.208 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.208 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.209 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:08:01.209 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:38.339409+0000", 2024-09-13T15:08:01.209 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.331e-06 2024-09-13T15:08:01.209 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.209 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.209 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:01.209 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:38.341734+0000", 2024-09-13T15:08:01.209 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0023256100000000001 2024-09-13T15:08:01.209 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.209 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.209 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:08:01.209 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:38.341745+0000", 2024-09-13T15:08:01.209 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0985000000000001e-05 2024-09-13T15:08:01.210 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.210 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.210 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:01.210 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:39.930456+0000", 2024-09-13T15:08:01.210 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.588710844 2024-09-13T15:08:01.210 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.210 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.210 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:08:01.210 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:39.930943+0000", 2024-09-13T15:08:01.210 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00048642200000000003 2024-09-13T15:08:01.210 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.210 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.210 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 4,7", 2024-09-13T15:08:01.210 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:39.931115+0000", 2024-09-13T15:08:01.210 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00017208300000000001 2024-09-13T15:08:01.211 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.211 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.211 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:08:01.211 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:39.934891+0000", 2024-09-13T15:08:01.211 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0037766829999999999 2024-09-13T15:08:01.211 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.211 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.211 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:01.211 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:39.937979+0000", 2024-09-13T15:08:01.211 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0030877909999999999 2024-09-13T15:08:01.211 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.211 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.211 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:01.212 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:39.952471+0000", 2024-09-13T15:08:01.212 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.014492163000000001 2024-09-13T15:08:01.212 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.212 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.212 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:08:01.212 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:39.952522+0000", 2024-09-13T15:08:01.212 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.0290999999999997e-05 2024-09-13T15:08:01.212 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.212 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.212 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:08:01.212 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:39.954481+0000", 2024-09-13T15:08:01.212 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0019594590000000002 2024-09-13T15:08:01.213 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:01.213 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:08:01.213 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:01.213 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.213 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.213 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45977.0:79573 10.c 10:3c85921f:::benchmark_data_smithi071_326067_object79572:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] RETRY=1 ondisk+retry+write+known_if_redirected+supports_pool_eio e1401)", 2024-09-13T15:08:01.213 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:03:38.339418+0000", 2024-09-13T15:08:01.213 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 262.62616483800002, 2024-09-13T15:08:01.213 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.616305841, 2024-09-13T15:08:01.213 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:08:01.213 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:08:01.213 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:08:01.213 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:08:01.213 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45977", 2024-09-13T15:08:01.214 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4198631296", 2024-09-13T15:08:01.214 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 79573 2024-09-13T15:08:01.214 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.214 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:08:01.214 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.214 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:08:01.214 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:38.339418+0000", 2024-09-13T15:08:01.214 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:01.214 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.214 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.214 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:08:01.214 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:38.339418+0000", 2024-09-13T15:08:01.214 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:01.215 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.215 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.215 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:08:01.215 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:38.339418+0000", 2024-09-13T15:08:01.215 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.4000000000000002e-07 2024-09-13T15:08:01.215 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.215 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.215 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:08:01.215 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:38.339438+0000", 2024-09-13T15:08:01.215 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.9561000000000001e-05 2024-09-13T15:08:01.215 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.215 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.215 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:08:01.216 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:38.339445+0000", 2024-09-13T15:08:01.216 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.7950000000000008e-06 2024-09-13T15:08:01.216 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.216 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.216 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:08:01.216 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:38.339466+0000", 2024-09-13T15:08:01.216 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.0523999999999999e-05 2024-09-13T15:08:01.216 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.216 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.216 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:01.216 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:38.341783+0000", 2024-09-13T15:08:01.216 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0023168310000000001 2024-09-13T15:08:01.216 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.217 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.217 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:08:01.217 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:38.341792+0000", 2024-09-13T15:08:01.217 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.3340000000000008e-06 2024-09-13T15:08:01.217 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.217 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.217 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:01.217 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:39.933332+0000", 2024-09-13T15:08:01.217 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.591540148 2024-09-13T15:08:01.217 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.217 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.217 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:08:01.217 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:39.933440+0000", 2024-09-13T15:08:01.217 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00010765899999999999 2024-09-13T15:08:01.218 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.218 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.218 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 4,7", 2024-09-13T15:08:01.218 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:39.933537+0000", 2024-09-13T15:08:01.218 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.6751999999999998e-05 2024-09-13T15:08:01.218 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.218 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.218 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:08:01.218 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:39.934939+0000", 2024-09-13T15:08:01.218 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0014024339999999999 2024-09-13T15:08:01.218 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.218 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.218 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:01.218 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:39.938014+0000", 2024-09-13T15:08:01.219 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0030743670000000002 2024-09-13T15:08:01.219 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.219 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.219 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:01.219 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:39.954524+0000", 2024-09-13T15:08:01.219 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.016510582999999999 2024-09-13T15:08:01.219 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.219 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.219 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:08:01.219 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:39.954565+0000", 2024-09-13T15:08:01.219 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.1396999999999997e-05 2024-09-13T15:08:01.219 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.219 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.219 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:08:01.220 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:39.955724+0000", 2024-09-13T15:08:01.220 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.001158016 2024-09-13T15:08:01.220 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:01.220 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:08:01.220 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:01.220 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.220 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.220 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45977.0:144539 10.4 10:2d838ff0:::benchmark_data_smithi071_326067_object27106:head [delete] snapc 0=[] RETRY=1 ondisk+retry+write+known_if_redirected+supports_pool_eio e1414)", 2024-09-13T15:08:01.220 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:04:57.401498+0000", 2024-09-13T15:08:01.220 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 183.56408426600001, 2024-09-13T15:08:01.220 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.3710486720000001, 2024-09-13T15:08:01.220 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:08:01.220 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:08:01.221 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T15:08:01.221 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:08:01.221 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45977", 2024-09-13T15:08:01.221 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4198631296", 2024-09-13T15:08:01.221 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 144539 2024-09-13T15:08:01.221 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.221 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:08:01.221 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.221 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:08:01.221 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:57.401498+0000", 2024-09-13T15:08:01.221 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:01.221 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.221 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.221 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:08:01.222 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:57.401498+0000", 2024-09-13T15:08:01.222 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:01.222 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.222 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.222 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:08:01.222 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:57.401500+0000", 2024-09-13T15:08:01.222 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4699999999999999e-06 2024-09-13T15:08:01.222 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.222 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.222 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:08:01.222 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:57.401504+0000", 2024-09-13T15:08:01.222 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.1930000000000003e-06 2024-09-13T15:08:01.222 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.223 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.223 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:08:01.223 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:57.401514+0000", 2024-09-13T15:08:01.223 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.9399999999999997e-06 2024-09-13T15:08:01.223 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.223 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.223 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:08:01.223 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:57.401520+0000", 2024-09-13T15:08:01.223 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.0059999999999998e-06 2024-09-13T15:08:01.223 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.223 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.223 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:01.223 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:57.403725+0000", 2024-09-13T15:08:01.223 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.002204966 2024-09-13T15:08:01.224 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.224 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.224 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op must wait for map", 2024-09-13T15:08:01.224 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:57.403732+0000", 2024-09-13T15:08:01.224 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.238e-06 2024-09-13T15:08:01.224 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.224 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.224 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:01.224 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:57.413149+0000", 2024-09-13T15:08:01.224 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0094171740000000004 2024-09-13T15:08:01.224 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.224 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.224 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:08:01.225 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:57.413158+0000", 2024-09-13T15:08:01.225 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.2639999999999997e-06 2024-09-13T15:08:01.225 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.225 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.225 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:01.225 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:58.772471+0000", 2024-09-13T15:08:01.225 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.359312984 2024-09-13T15:08:01.225 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.225 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.225 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:08:01.225 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:58.772547+0000", 2024-09-13T15:08:01.225 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.5437000000000003e-05 2024-09-13T15:08:01.225 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:01.226 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:08:01.226 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:01.226 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.226 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.226 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45977.0:144545 10.4 10:2db550dc:::benchmark_data_smithi071_326067_object27112:head [delete] snapc 0=[] RETRY=1 ondisk+retry+write+known_if_redirected+supports_pool_eio e1414)", 2024-09-13T15:08:01.226 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:04:57.401532+0000", 2024-09-13T15:08:01.226 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 183.564050595, 2024-09-13T15:08:01.226 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.3807028240000001, 2024-09-13T15:08:01.226 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:08:01.226 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:08:01.226 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T15:08:01.226 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:08:01.226 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45977", 2024-09-13T15:08:01.226 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4198631296", 2024-09-13T15:08:01.227 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 144545 2024-09-13T15:08:01.227 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.227 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:08:01.227 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.227 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:08:01.227 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:57.401532+0000", 2024-09-13T15:08:01.227 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:01.227 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.227 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.227 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:08:01.227 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:57.401532+0000", 2024-09-13T15:08:01.227 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:01.227 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.227 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.228 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:08:01.228 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:57.401532+0000", 2024-09-13T15:08:01.228 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.5600000000000001e-07 2024-09-13T15:08:01.228 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.228 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.228 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:08:01.228 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:57.401534+0000", 2024-09-13T15:08:01.228 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.804e-06 2024-09-13T15:08:01.228 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.228 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.228 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:08:01.228 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:57.401540+0000", 2024-09-13T15:08:01.228 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.9800000000000003e-06 2024-09-13T15:08:01.229 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.229 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.229 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:08:01.229 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:57.401545+0000", 2024-09-13T15:08:01.229 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.6e-06 2024-09-13T15:08:01.229 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.229 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.229 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:01.229 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:57.403794+0000", 2024-09-13T15:08:01.229 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0022491199999999999 2024-09-13T15:08:01.229 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.229 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.229 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting_for_map not empty", 2024-09-13T15:08:01.229 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:57.403800+0000", 2024-09-13T15:08:01.230 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.3799999999999999e-06 2024-09-13T15:08:01.230 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.230 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.230 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:01.230 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:57.413180+0000", 2024-09-13T15:08:01.230 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0093795760000000006 2024-09-13T15:08:01.230 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.230 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.230 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:08:01.230 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:57.413186+0000", 2024-09-13T15:08:01.230 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.8629999999999996e-06 2024-09-13T15:08:01.230 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.230 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.230 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:01.231 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:58.772840+0000", 2024-09-13T15:08:01.231 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.359654417 2024-09-13T15:08:01.231 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.231 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.231 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for missing object", 2024-09-13T15:08:01.231 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:58.772942+0000", 2024-09-13T15:08:01.231 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00010181199999999999 2024-09-13T15:08:01.231 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.231 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.231 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:01.231 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:58.782152+0000", 2024-09-13T15:08:01.231 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0092100840000000003 2024-09-13T15:08:01.231 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.231 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.232 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:08:01.232 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:58.782235+0000", 2024-09-13T15:08:01.232 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.2831999999999996e-05 2024-09-13T15:08:01.232 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:01.232 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:08:01.232 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:01.232 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.232 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.232 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45977.0:144574 10.4 10:266c62c3:::benchmark_data_smithi071_326067_object27141:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1414)", 2024-09-13T15:08:01.232 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:04:57.432655+0000", 2024-09-13T15:08:01.232 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 183.53292710700001, 2024-09-13T15:08:01.232 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.3578653430000001, 2024-09-13T15:08:01.232 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:08:01.233 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:08:01.233 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:08:01.233 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:08:01.233 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45977", 2024-09-13T15:08:01.233 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4198631296", 2024-09-13T15:08:01.233 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 144574 2024-09-13T15:08:01.233 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.233 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:08:01.233 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.233 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:08:01.233 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:57.432655+0000", 2024-09-13T15:08:01.233 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:01.233 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.233 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.234 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:08:01.234 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:57.432655+0000", 2024-09-13T15:08:01.234 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:01.234 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.234 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.234 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:08:01.234 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:57.432657+0000", 2024-09-13T15:08:01.234 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.511e-06 2024-09-13T15:08:01.234 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.234 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.234 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:08:01.234 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:57.432662+0000", 2024-09-13T15:08:01.234 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.4909999999999996e-06 2024-09-13T15:08:01.234 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.235 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.235 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:08:01.235 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:57.432678+0000", 2024-09-13T15:08:01.235 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.5889999999999999e-05 2024-09-13T15:08:01.235 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.235 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.235 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:08:01.235 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:57.432686+0000", 2024-09-13T15:08:01.235 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.0169999999999996e-06 2024-09-13T15:08:01.235 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.235 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.235 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:01.235 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:57.435387+0000", 2024-09-13T15:08:01.235 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0027006479999999999 2024-09-13T15:08:01.236 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.236 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.236 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:08:01.236 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:57.435396+0000", 2024-09-13T15:08:01.236 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.2760000000000006e-06 2024-09-13T15:08:01.236 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.236 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.236 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:01.236 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:58.772995+0000", 2024-09-13T15:08:01.236 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.337598635 2024-09-13T15:08:01.236 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.236 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.236 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:08:01.236 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:58.773102+0000", 2024-09-13T15:08:01.237 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00010697899999999999 2024-09-13T15:08:01.237 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.237 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.237 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 3,4", 2024-09-13T15:08:01.237 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:58.773561+0000", 2024-09-13T15:08:01.237 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00045939 2024-09-13T15:08:01.237 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.237 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.237 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:08:01.237 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:58.782106+0000", 2024-09-13T15:08:01.237 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0085447300000000004 2024-09-13T15:08:01.237 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.237 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.238 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:01.238 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:58.782297+0000", 2024-09-13T15:08:01.238 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00019087600000000001 2024-09-13T15:08:01.238 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.238 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.238 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:01.238 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:58.790401+0000", 2024-09-13T15:08:01.238 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0081042370000000002 2024-09-13T15:08:01.238 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.238 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.238 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:08:01.238 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:58.790441+0000", 2024-09-13T15:08:01.238 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.9650999999999997e-05 2024-09-13T15:08:01.238 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.239 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.239 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:08:01.239 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:58.790521+0000", 2024-09-13T15:08:01.239 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.0012000000000006e-05 2024-09-13T15:08:01.239 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:01.239 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:08:01.239 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:01.239 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.239 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.239 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45977.0:144597 10.4 10:26cfaa76:::benchmark_data_smithi071_326067_object27164:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1414)", 2024-09-13T15:08:01.239 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:04:57.456966+0000", 2024-09-13T15:08:01.239 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 183.50861686100001, 2024-09-13T15:08:01.239 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.3338143790000001, 2024-09-13T15:08:01.240 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:08:01.240 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:08:01.240 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:08:01.240 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:08:01.240 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45977", 2024-09-13T15:08:01.240 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4198631296", 2024-09-13T15:08:01.240 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 144597 2024-09-13T15:08:01.240 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.240 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:08:01.240 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.240 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:08:01.240 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:57.456966+0000", 2024-09-13T15:08:01.240 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:01.240 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.241 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.241 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:08:01.241 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:57.456966+0000", 2024-09-13T15:08:01.241 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:01.241 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.241 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.241 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:08:01.241 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:57.456967+0000", 2024-09-13T15:08:01.241 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.285e-06 2024-09-13T15:08:01.241 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.241 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.241 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:08:01.241 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:57.456972+0000", 2024-09-13T15:08:01.242 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.3449999999999996e-06 2024-09-13T15:08:01.242 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.242 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.242 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:08:01.242 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:57.456985+0000", 2024-09-13T15:08:01.242 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2847000000000001e-05 2024-09-13T15:08:01.242 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.242 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.242 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:08:01.242 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:57.456993+0000", 2024-09-13T15:08:01.242 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.8529999999999992e-06 2024-09-13T15:08:01.242 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.242 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.242 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:01.243 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:57.457069+0000", 2024-09-13T15:08:01.243 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.5726e-05 2024-09-13T15:08:01.243 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.243 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.243 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:08:01.243 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:57.457077+0000", 2024-09-13T15:08:01.243 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.3100000000000001e-06 2024-09-13T15:08:01.243 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.243 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.243 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:01.243 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:58.777394+0000", 2024-09-13T15:08:01.243 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.320316499 2024-09-13T15:08:01.243 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.243 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.244 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:08:01.244 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:58.777522+0000", 2024-09-13T15:08:01.244 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012809299999999999 2024-09-13T15:08:01.244 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.244 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.244 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 3,4", 2024-09-13T15:08:01.244 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:58.777636+0000", 2024-09-13T15:08:01.244 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00011489000000000001 2024-09-13T15:08:01.244 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.244 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.244 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:08:01.244 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:58.782113+0000", 2024-09-13T15:08:01.244 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0044763590000000001 2024-09-13T15:08:01.245 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.245 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.245 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:01.245 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:58.790592+0000", 2024-09-13T15:08:01.245 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0084788339999999993 2024-09-13T15:08:01.245 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.245 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.245 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:01.245 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:58.790643+0000", 2024-09-13T15:08:01.245 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.1687999999999997e-05 2024-09-13T15:08:01.245 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.245 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.245 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:08:01.245 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:58.790681+0000", 2024-09-13T15:08:01.246 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.7561000000000002e-05 2024-09-13T15:08:01.246 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.246 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.246 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:08:01.246 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:58.790780+0000", 2024-09-13T15:08:01.246 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.9088999999999999e-05 2024-09-13T15:08:01.246 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:01.246 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:08:01.246 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:01.246 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.246 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.246 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45977.0:144602 10.4 10:2440fc49:::benchmark_data_smithi071_326067_object27169:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1414)", 2024-09-13T15:08:01.246 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:04:57.462227+0000", 2024-09-13T15:08:01.247 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 183.50335537300001, 2024-09-13T15:08:01.247 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.335279624, 2024-09-13T15:08:01.247 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:08:01.247 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:08:01.247 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:08:01.247 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:08:01.247 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45977", 2024-09-13T15:08:01.247 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4198631296", 2024-09-13T15:08:01.247 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 144602 2024-09-13T15:08:01.247 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.247 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:08:01.247 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.247 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:08:01.247 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:57.462227+0000", 2024-09-13T15:08:01.248 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:01.248 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.248 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.248 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:08:01.248 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:57.462227+0000", 2024-09-13T15:08:01.248 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:01.248 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.248 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.248 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:08:01.248 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:57.462228+0000", 2024-09-13T15:08:01.248 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.8400000000000002e-07 2024-09-13T15:08:01.248 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.248 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.248 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:08:01.249 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:57.462233+0000", 2024-09-13T15:08:01.249 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.3839999999999999e-06 2024-09-13T15:08:01.249 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.249 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.249 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:08:01.249 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:57.462247+0000", 2024-09-13T15:08:01.249 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4008e-05 2024-09-13T15:08:01.249 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.249 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.249 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:08:01.249 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:57.462253+0000", 2024-09-13T15:08:01.249 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.985e-06 2024-09-13T15:08:01.249 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.249 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.249 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:01.250 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:57.462394+0000", 2024-09-13T15:08:01.250 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00014080200000000001 2024-09-13T15:08:01.250 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.250 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.250 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:08:01.250 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:57.462415+0000", 2024-09-13T15:08:01.250 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.037e-05 2024-09-13T15:08:01.250 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.250 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.250 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:01.250 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:58.779640+0000", 2024-09-13T15:08:01.250 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.317225756 2024-09-13T15:08:01.250 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.250 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.251 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:08:01.251 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:58.779728+0000", 2024-09-13T15:08:01.251 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.7322000000000002e-05 2024-09-13T15:08:01.251 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.251 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.251 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 3,4", 2024-09-13T15:08:01.251 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:58.779812+0000", 2024-09-13T15:08:01.251 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.3838000000000006e-05 2024-09-13T15:08:01.251 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.251 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.251 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:08:01.251 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:58.782310+0000", 2024-09-13T15:08:01.251 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0024988010000000001 2024-09-13T15:08:01.251 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.252 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.252 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:01.252 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:58.790915+0000", 2024-09-13T15:08:01.252 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0086051080000000002 2024-09-13T15:08:01.252 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.252 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.252 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:01.252 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:58.797318+0000", 2024-09-13T15:08:01.252 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00640225 2024-09-13T15:08:01.252 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.252 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.252 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:08:01.252 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:58.797376+0000", 2024-09-13T15:08:01.253 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.8610000000000003e-05 2024-09-13T15:08:01.253 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.253 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.253 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:08:01.253 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:04:58.797507+0000", 2024-09-13T15:08:01.253 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013040600000000001 2024-09-13T15:08:01.253 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:01.253 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:08:01.253 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:01.253 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.253 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.253 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.46238.0:51151 11.6 11:626f9803:::benchmark_data_smithi071_360808_object51150:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1446)", 2024-09-13T15:08:01.253 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:07:52.783304+0000", 2024-09-13T15:08:01.253 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 8.1822780230000003, 2024-09-13T15:08:01.254 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.045266793999999999, 2024-09-13T15:08:01.254 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:08:01.254 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:08:01.254 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:08:01.254 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:08:01.254 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.46238", 2024-09-13T15:08:01.254 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1306112367", 2024-09-13T15:08:01.254 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 51151 2024-09-13T15:08:01.254 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.254 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:08:01.254 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.254 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:08:01.254 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:52.783304+0000", 2024-09-13T15:08:01.255 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:01.255 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.255 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.255 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:08:01.255 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:52.783304+0000", 2024-09-13T15:08:01.255 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:01.255 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.255 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.255 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:08:01.255 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:52.783306+0000", 2024-09-13T15:08:01.255 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.821e-06 2024-09-13T15:08:01.255 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.255 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.255 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:08:01.256 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:52.783327+0000", 2024-09-13T15:08:01.256 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.1027e-05 2024-09-13T15:08:01.256 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.256 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.256 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:08:01.256 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:52.783339+0000", 2024-09-13T15:08:01.256 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1620999999999999e-05 2024-09-13T15:08:01.256 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.256 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.256 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:08:01.256 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:52.783345+0000", 2024-09-13T15:08:01.256 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.1709999999999999e-06 2024-09-13T15:08:01.256 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.256 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.257 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:01.257 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:52.783396+0000", 2024-09-13T15:08:01.257 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.0917000000000001e-05 2024-09-13T15:08:01.257 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.257 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.257 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:08:01.257 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:52.783543+0000", 2024-09-13T15:08:01.257 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00014648999999999999 2024-09-13T15:08:01.257 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.257 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.257 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,2", 2024-09-13T15:08:01.257 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:52.783638+0000", 2024-09-13T15:08:01.257 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.5624000000000005e-05 2024-09-13T15:08:01.258 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.258 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.258 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:08:01.258 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:52.787045+0000", 2024-09-13T15:08:01.258 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0034070760000000002 2024-09-13T15:08:01.258 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.258 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.258 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:01.258 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:52.787087+0000", 2024-09-13T15:08:01.258 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.2156000000000001e-05 2024-09-13T15:08:01.258 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.258 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.258 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:01.258 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:52.828447+0000", 2024-09-13T15:08:01.259 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.041359802000000001 2024-09-13T15:08:01.259 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.259 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.259 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:08:01.259 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:52.828524+0000", 2024-09-13T15:08:01.259 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.6582999999999995e-05 2024-09-13T15:08:01.259 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.259 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.259 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:08:01.259 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:52.828571+0000", 2024-09-13T15:08:01.259 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.7506000000000002e-05 2024-09-13T15:08:01.259 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:01.259 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:08:01.259 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:01.260 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.260 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.260 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.46238.0:51152 11.6 11:675105d6:::benchmark_data_smithi071_360808_object51151:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1446)", 2024-09-13T15:08:01.260 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:07:52.783407+0000", 2024-09-13T15:08:01.260 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 8.1821757529999992, 2024-09-13T15:08:01.260 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.047464112000000003, 2024-09-13T15:08:01.260 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:08:01.260 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:08:01.260 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:08:01.260 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:08:01.260 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.46238", 2024-09-13T15:08:01.260 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1306112367", 2024-09-13T15:08:01.260 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 51152 2024-09-13T15:08:01.260 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.261 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:08:01.261 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.261 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:08:01.261 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:52.783407+0000", 2024-09-13T15:08:01.261 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:01.261 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.261 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.261 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:08:01.261 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:52.783407+0000", 2024-09-13T15:08:01.261 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:01.261 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.261 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.261 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:08:01.261 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:52.783407+0000", 2024-09-13T15:08:01.262 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.2600000000000002e-07 2024-09-13T15:08:01.262 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.262 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.262 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:08:01.262 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:52.783423+0000", 2024-09-13T15:08:01.262 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.5413999999999998e-05 2024-09-13T15:08:01.262 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.262 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.262 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:08:01.262 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:52.783427+0000", 2024-09-13T15:08:01.262 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.7849999999999999e-06 2024-09-13T15:08:01.262 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.262 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.262 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:08:01.263 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:52.783431+0000", 2024-09-13T15:08:01.263 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.4209999999999999e-06 2024-09-13T15:08:01.263 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.263 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.263 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:01.263 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:52.785194+0000", 2024-09-13T15:08:01.263 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0017626919999999999 2024-09-13T15:08:01.263 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.263 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.263 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:08:01.263 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:52.785319+0000", 2024-09-13T15:08:01.263 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000124969 2024-09-13T15:08:01.263 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.263 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.264 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,2", 2024-09-13T15:08:01.264 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:52.785414+0000", 2024-09-13T15:08:01.264 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.5932000000000002e-05 2024-09-13T15:08:01.264 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.264 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.264 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:08:01.264 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:52.787168+0000", 2024-09-13T15:08:01.264 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0017530989999999999 2024-09-13T15:08:01.264 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.264 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.264 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:01.264 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:52.787431+0000", 2024-09-13T15:08:01.264 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00026302900000000002 2024-09-13T15:08:01.264 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.265 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.265 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:01.265 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:52.830776+0000", 2024-09-13T15:08:01.265 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.043345410000000001 2024-09-13T15:08:01.265 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.265 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.265 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:08:01.265 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:52.830830+0000", 2024-09-13T15:08:01.265 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.4265999999999998e-05 2024-09-13T15:08:01.265 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.265 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.265 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:08:01.265 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:52.830871+0000", 2024-09-13T15:08:01.265 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.0568999999999997e-05 2024-09-13T15:08:01.266 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:01.266 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:08:01.266 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:01.266 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.266 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.266 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.46238.0:54635 11.6 11:609a1590:::benchmark_data_smithi071_360808_object54634:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1446)", 2024-09-13T15:08:01.266 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:07:55.845318+0000", 2024-09-13T15:08:01.266 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 5.1202644660000001, 2024-09-13T15:08:01.266 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.034876305000000003, 2024-09-13T15:08:01.266 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:08:01.266 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:08:01.266 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:08:01.266 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:08:01.267 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.46238", 2024-09-13T15:08:01.267 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1306112367", 2024-09-13T15:08:01.267 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 54635 2024-09-13T15:08:01.267 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.267 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:08:01.267 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.267 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:08:01.267 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:55.845318+0000", 2024-09-13T15:08:01.267 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:01.267 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.267 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.267 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:08:01.267 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:55.845318+0000", 2024-09-13T15:08:01.267 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:01.268 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.268 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.268 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:08:01.268 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:55.845319+0000", 2024-09-13T15:08:01.268 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1990000000000001e-06 2024-09-13T15:08:01.268 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.268 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.268 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:08:01.268 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:55.845343+0000", 2024-09-13T15:08:01.268 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.3663999999999999e-05 2024-09-13T15:08:01.268 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.268 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.268 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:08:01.269 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:55.845360+0000", 2024-09-13T15:08:01.269 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.7365999999999999e-05 2024-09-13T15:08:01.269 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.269 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.269 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:08:01.269 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:55.845367+0000", 2024-09-13T15:08:01.269 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.6749999999999996e-06 2024-09-13T15:08:01.269 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.269 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.269 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:01.269 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:55.845407+0000", 2024-09-13T15:08:01.269 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.0284000000000003e-05 2024-09-13T15:08:01.269 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.270 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.270 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:08:01.270 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:55.845522+0000", 2024-09-13T15:08:01.270 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000115182 2024-09-13T15:08:01.270 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.270 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.270 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,2", 2024-09-13T15:08:01.270 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:55.845610+0000", 2024-09-13T15:08:01.270 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.7794999999999995e-05 2024-09-13T15:08:01.270 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.270 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.270 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:08:01.270 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:55.847418+0000", 2024-09-13T15:08:01.270 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.001807894 2024-09-13T15:08:01.271 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.271 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.271 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:01.271 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:55.861395+0000", 2024-09-13T15:08:01.271 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.013976753999999999 2024-09-13T15:08:01.271 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.271 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.271 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:01.271 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:55.879998+0000", 2024-09-13T15:08:01.271 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.018603628000000001 2024-09-13T15:08:01.271 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.271 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.271 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:08:01.271 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:55.880088+0000", 2024-09-13T15:08:01.272 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.9178999999999994e-05 2024-09-13T15:08:01.272 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.272 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.272 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:08:01.272 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:55.880194+0000", 2024-09-13T15:08:01.272 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000106685 2024-09-13T15:08:01.272 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:01.272 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:08:01.272 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:01.272 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.272 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.272 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.46238.0:55616 11.6 11:69751176:::benchmark_data_smithi071_360808_object55615:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1446)", 2024-09-13T15:08:01.272 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:07:56.726043+0000", 2024-09-13T15:08:01.273 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 4.2395390710000003, 2024-09-13T15:08:01.273 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.061146613000000002, 2024-09-13T15:08:01.273 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:08:01.273 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:08:01.273 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:08:01.273 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:08:01.273 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.46238", 2024-09-13T15:08:01.273 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1306112367", 2024-09-13T15:08:01.273 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 55616 2024-09-13T15:08:01.273 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.273 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:08:01.273 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.273 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:08:01.273 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:56.726043+0000", 2024-09-13T15:08:01.274 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:01.274 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.274 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.274 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:08:01.274 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:56.726043+0000", 2024-09-13T15:08:01.274 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:01.274 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.274 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.274 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:08:01.274 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:56.726045+0000", 2024-09-13T15:08:01.274 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.866e-06 2024-09-13T15:08:01.274 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.274 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.274 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:08:01.274 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:56.726070+0000", 2024-09-13T15:08:01.275 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.5128999999999999e-05 2024-09-13T15:08:01.275 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.275 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.275 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:08:01.275 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:56.726091+0000", 2024-09-13T15:08:01.275 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.0268999999999999e-05 2024-09-13T15:08:01.275 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.275 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.275 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:08:01.275 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:56.726100+0000", 2024-09-13T15:08:01.275 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.2010000000000005e-06 2024-09-13T15:08:01.275 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.275 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.275 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:01.276 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:56.726164+0000", 2024-09-13T15:08:01.276 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.4554000000000006e-05 2024-09-13T15:08:01.276 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.276 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.276 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:08:01.276 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:56.726332+0000", 2024-09-13T15:08:01.276 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000167362 2024-09-13T15:08:01.276 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.276 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.276 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,2", 2024-09-13T15:08:01.276 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:56.726479+0000", 2024-09-13T15:08:01.276 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000146887 2024-09-13T15:08:01.276 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.277 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.277 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:08:01.277 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:56.728980+0000", 2024-09-13T15:08:01.277 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0025012720000000001 2024-09-13T15:08:01.277 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.277 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.277 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:01.277 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:56.734445+0000", 2024-09-13T15:08:01.277 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0054654380000000004 2024-09-13T15:08:01.277 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.277 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.277 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:01.277 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:56.787089+0000", 2024-09-13T15:08:01.277 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.052643798999999998 2024-09-13T15:08:01.278 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.278 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.278 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:08:01.278 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:56.787147+0000", 2024-09-13T15:08:01.278 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.7819999999999999e-05 2024-09-13T15:08:01.278 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.278 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.278 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:08:01.278 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:56.787190+0000", 2024-09-13T15:08:01.278 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.3016000000000003e-05 2024-09-13T15:08:01.278 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:01.278 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:08:01.278 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:01.278 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.279 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.279 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.46238.0:55620 11.6 11:61b8b5fb:::benchmark_data_smithi071_360808_object55619:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1446)", 2024-09-13T15:08:01.279 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:07:56.730218+0000", 2024-09-13T15:08:01.279 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 4.2353647600000004, 2024-09-13T15:08:01.279 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.057541649, 2024-09-13T15:08:01.279 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:08:01.279 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:08:01.279 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:08:01.279 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:08:01.279 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.46238", 2024-09-13T15:08:01.279 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1306112367", 2024-09-13T15:08:01.279 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 55620 2024-09-13T15:08:01.279 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.279 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:08:01.280 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.280 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:08:01.280 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:56.730218+0000", 2024-09-13T15:08:01.280 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:01.280 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.280 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.280 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:08:01.280 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:56.730218+0000", 2024-09-13T15:08:01.280 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:01.280 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.280 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.280 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:08:01.280 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:56.730220+0000", 2024-09-13T15:08:01.281 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.1890000000000001e-06 2024-09-13T15:08:01.281 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.281 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.281 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:08:01.281 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:56.730252+0000", 2024-09-13T15:08:01.281 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.1856999999999997e-05 2024-09-13T15:08:01.281 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.281 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.281 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:08:01.281 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:56.730270+0000", 2024-09-13T15:08:01.281 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.8087000000000001e-05 2024-09-13T15:08:01.281 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.281 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.281 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:08:01.282 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:56.730279+0000", 2024-09-13T15:08:01.282 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.0829999999999993e-06 2024-09-13T15:08:01.282 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.282 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.282 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:01.282 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:56.730358+0000", 2024-09-13T15:08:01.282 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.8757000000000005e-05 2024-09-13T15:08:01.282 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.282 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.282 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:08:01.282 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:56.730502+0000", 2024-09-13T15:08:01.282 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000144389 2024-09-13T15:08:01.282 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.282 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.283 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,2", 2024-09-13T15:08:01.283 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:56.730651+0000", 2024-09-13T15:08:01.283 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000148765 2024-09-13T15:08:01.283 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.283 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.283 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:08:01.283 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:56.733022+0000", 2024-09-13T15:08:01.283 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0023708140000000002 2024-09-13T15:08:01.283 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.283 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.283 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:01.283 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:56.734488+0000", 2024-09-13T15:08:01.283 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0014661120000000001 2024-09-13T15:08:01.284 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.284 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.284 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:01.284 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:56.787611+0000", 2024-09-13T15:08:01.284 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.053122823999999999 2024-09-13T15:08:01.284 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.284 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.284 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:08:01.284 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:56.787716+0000", 2024-09-13T15:08:01.284 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000105031 2024-09-13T15:08:01.284 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.284 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.284 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:08:01.284 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:56.787759+0000", 2024-09-13T15:08:01.285 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.3741e-05 2024-09-13T15:08:01.285 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:01.285 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:08:01.285 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:01.285 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.285 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.285 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.46238.0:57256 11.6 11:6c67916d:::benchmark_data_smithi071_360808_object57255:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1446)", 2024-09-13T15:08:01.285 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:07:58.118148+0000", 2024-09-13T15:08:01.285 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 2.8474342830000001, 2024-09-13T15:08:01.285 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.031224914999999999, 2024-09-13T15:08:01.285 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:08:01.285 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:08:01.285 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:08:01.285 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:08:01.285 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.46238", 2024-09-13T15:08:01.286 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1306112367", 2024-09-13T15:08:01.286 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 57256 2024-09-13T15:08:01.286 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.286 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:08:01.286 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.286 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:08:01.286 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:58.118148+0000", 2024-09-13T15:08:01.286 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:01.286 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.286 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.286 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:08:01.286 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:58.118148+0000", 2024-09-13T15:08:01.286 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:01.286 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.287 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.287 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:08:01.287 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:58.118149+0000", 2024-09-13T15:08:01.287 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.7899999999999998e-07 2024-09-13T15:08:01.287 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.287 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.287 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:08:01.287 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:58.118169+0000", 2024-09-13T15:08:01.287 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.9862000000000001e-05 2024-09-13T15:08:01.287 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.287 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.287 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:08:01.287 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:58.118177+0000", 2024-09-13T15:08:01.287 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.0579999999999998e-06 2024-09-13T15:08:01.288 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.288 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.288 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:08:01.288 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:58.118183+0000", 2024-09-13T15:08:01.288 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.0249999999999999e-06 2024-09-13T15:08:01.288 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.288 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.288 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:01.288 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:58.124241+0000", 2024-09-13T15:08:01.288 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0060584419999999998 2024-09-13T15:08:01.288 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.288 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.288 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:08:01.288 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:58.124624+0000", 2024-09-13T15:08:01.289 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00038296400000000001 2024-09-13T15:08:01.289 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.289 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.289 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,2", 2024-09-13T15:08:01.289 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:58.125170+0000", 2024-09-13T15:08:01.289 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000546293 2024-09-13T15:08:01.289 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.289 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.289 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:08:01.289 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:58.131601+0000", 2024-09-13T15:08:01.289 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.006430407 2024-09-13T15:08:01.289 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.289 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.289 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:01.290 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:58.135126+0000", 2024-09-13T15:08:01.290 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.003525416 2024-09-13T15:08:01.290 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.290 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.290 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:01.290 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:58.149177+0000", 2024-09-13T15:08:01.290 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.014050429 2024-09-13T15:08:01.290 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.290 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.290 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:08:01.290 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:58.149283+0000", 2024-09-13T15:08:01.290 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00010658300000000001 2024-09-13T15:08:01.290 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:01.290 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:01.291 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:08:01.291 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:07:58.149373+0000", 2024-09-13T15:08:01.291 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.9857000000000004e-05 2024-09-13T15:08:01.291 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:01.291 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:08:01.291 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:01.291 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:01.291 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:08:01.291 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T15:08:01.291 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:01.292 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:00 smithi104 ceph-mon[105578]: pgmap v2345: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 3.3 GiB data, 16 GiB used, 609 GiB / 626 GiB avail; 58 MiB/s wr, 925 op/s; 2595/163725 objects misplaced (1.585%); 1.8 MiB/s, 28 objects/s recovering 2024-09-13T15:08:01.315 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:01.315 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:01.316 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:01.417 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:01.438 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:01.439 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:01.439 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:01.540 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:08:01.562 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:01.562 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:01.563 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:08:01.663 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:08:01.702 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:01.702 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:01.702 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:08:01.803 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:08:01.845 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:01.846 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:01.846 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:08:01.947 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:01.983 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:01.984 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:01.984 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:02.085 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:02.123 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:02.124 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:02.124 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:02.127 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:2024-09-13T15:08:02.127048+0000 min lat: 0.0011004 max lat: 2.69288 avg lat: 0.0104495 2024-09-13T15:08:02.127 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2024-09-13T15:08:02.127 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 40 15 61250 61235 95.6551 43 0.0136782 0.0104495 2024-09-13T15:08:02.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:01 smithi071 ceph-mon[107477]: from='client.46268 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T15:08:02.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:01 smithi071 ceph-mon[112785]: from='client.46268 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T15:08:02.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:01 smithi104 ceph-mon[105578]: from='client.46268 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T15:08:02.225 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:02.250 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:02.251 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:02.251 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:02.352 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:02.384 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:02.385 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:02.385 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:02.486 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:02.509 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:02.509 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:02.510 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:02.610 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:08:02.652 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:02.653 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:02.653 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:08:02.754 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:08:02.780 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:02.781 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:02.781 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:08:02.882 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:08:02.919 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:02.920 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:02.920 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:08:03.021 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:08:03.071 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:03.071 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:03.072 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:08:03.127 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 41 16 62327 62311 94.9622 67.25 0.0142497 0.0105243 2024-09-13T15:08:03.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:02 smithi071 ceph-mon[107477]: pgmap v2346: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 3.5 GiB data, 17 GiB used, 609 GiB / 626 GiB avail; 65 MiB/s wr, 1.05k op/s; 2595/172629 objects misplaced (1.503%); 1.5 MiB/s, 24 objects/s recovering 2024-09-13T15:08:03.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:08:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:08:02] "GET /metrics HTTP/1.1" 200 36685 "" "Prometheus/2.51.0" 2024-09-13T15:08:03.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:02 smithi071 ceph-mon[112785]: pgmap v2346: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 3.5 GiB data, 17 GiB used, 609 GiB / 626 GiB avail; 65 MiB/s wr, 1.05k op/s; 2595/172629 objects misplaced (1.503%); 1.5 MiB/s, 24 objects/s recovering 2024-09-13T15:08:03.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:02 smithi104 ceph-mon[105578]: pgmap v2346: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 3.5 GiB data, 17 GiB used, 609 GiB / 626 GiB avail; 65 MiB/s wr, 1.05k op/s; 2595/172629 objects misplaced (1.503%); 1.5 MiB/s, 24 objects/s recovering 2024-09-13T15:08:03.173 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:03.196 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:03.197 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:03.197 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:08:03.298 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:08:03.322 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:03.323 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:03.323 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:08:03.424 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:03.461 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:03.462 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:03.462 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:03.563 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:03.606 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:03.607 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:03.607 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:03.708 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:08:03.750 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:03.751 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:03.751 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:08:03.852 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:08:03.889 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:03.890 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:03.890 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:08:03.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:03 smithi071 ceph-mon[107477]: pgmap v2347: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 3.7 GiB data, 17 GiB used, 609 GiB / 626 GiB avail; 67 MiB/s wr, 1.08k op/s; 2595/179469 objects misplaced (1.446%); 1.5 MiB/s, 24 objects/s recovering 2024-09-13T15:08:03.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:03 smithi071 ceph-mon[112785]: pgmap v2347: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 3.7 GiB data, 17 GiB used, 609 GiB / 626 GiB avail; 67 MiB/s wr, 1.08k op/s; 2595/179469 objects misplaced (1.446%); 1.5 MiB/s, 24 objects/s recovering 2024-09-13T15:08:03.992 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:08:04.027 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:04.028 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:04.028 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:08:04.127 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 42 16 63442 63426 94.3604 69.6875 0.0135039 0.0105914 2024-09-13T15:08:04.129 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:08:04.167 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:04.168 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:04.168 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:08:04.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:03 smithi104 ceph-mon[105578]: pgmap v2347: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 3.7 GiB data, 17 GiB used, 609 GiB / 626 GiB avail; 67 MiB/s wr, 1.08k op/s; 2595/179469 objects misplaced (1.446%); 1.5 MiB/s, 24 objects/s recovering 2024-09-13T15:08:04.269 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:08:04.306 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:04.306 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:04.307 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:08:04.408 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:08:04.444 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:04.444 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:04.445 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:08:04.503 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.1 dump_ops_in_flight 2024-09-13T15:08:04.545 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:08:04.569 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:04.569 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:04.570 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:08:04.671 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:04.695 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:04.696 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:04.697 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:08:04.797 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:04.844 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:04.845 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:04.845 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:04.946 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:08:04.972 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:04.972 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:04.973 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:08:05.073 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:05.095 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:05.096 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:05.096 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:08:05.128 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:08:05.128 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 43 16 64466 64450 93.6528 64 0.0230512 0.0106715 2024-09-13T15:08:05.197 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:08:05.220 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:05.221 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:05.221 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:08:05.322 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:05.370 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:05.371 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:05.371 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:05.472 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:05.498 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:05.499 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:05.499 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:05.597 INFO:teuthology.orchestra.run.smithi071.stdout:{"pg_ready":true,"pg_map":{"version":2345,"stamp":"2024-09-13T15:07:59.032214+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":3575519205,"num_objects":54575,"num_object_clones":0,"num_object_copies":163725,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":2595,"num_objects_unfound":0,"num_objects_dirty":54575,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":54613,"num_write_kb":3491169,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":395,"num_bytes_recovered":20477999,"num_keys_recovered":30,"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":57737,"ondisk_log_size":57737,"up":327,"acting":327,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":329,"num_osds":7,"num_per_pool_osds":7,"num_per_pool_omap_osds":7,"kb":656216064,"kb_used":17212116,"kb_used_data":10864540,"kb_used_omap":252,"kb_used_meta":6347267,"kb_avail":639003948,"statfs":{"total":671965249536,"available":654340042752,"internally_reserved":0,"allocated":11125288960,"data_stored":11104313265,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":258429,"internal_metadata":6499602051},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[4,5,4,7,3,4],"upper_bound":64},"perf_stat":{"commit_latency_ms":4,"apply_latency_ms":4,"commit_latency_ns":4000000,"apply_latency_ns":4000000},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":629211136,"num_objects":9601,"num_object_clones":0,"num_object_copies":28803,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":2595,"num_objects_unfound":0,"num_objects_dirty":9601,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":9601,"num_write_kb":614464,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":291,"num_bytes_recovered":19070976,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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.377640"},"pg_stats":[{"pgid":"1.11","version":"373'149","reported_seq":1675,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:48.658130+0000","last_change":"2024-09-13T15:03:55.256070+0000","last_active":"2024-09-13T15:07:48.658130+0000","last_peered":"2024-09-13T15:07:48.658130+0000","last_clean":"2024-09-13T15:07:48.658130+0000","last_became_active":"2024-09-13T15:03:54.361713+0000","last_became_peered":"2024-09-13T15:03:54.361713+0000","last_unstale":"2024-09-13T15:07:48.658130+0000","last_undegraded":"2024-09-13T15:07:48.658130+0000","last_fullsized":"2024-09-13T15:07:48.658130+0000","mapping_epoch":1407,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1408,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:03:55.256014+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:03:55.256014+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:43:38.456769+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.14","version":"0'0","reported_seq":224,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:49.157518+0000","last_change":"2024-09-13T15:03:38.356940+0000","last_active":"2024-09-13T15:07:49.157518+0000","last_peered":"2024-09-13T15:07:49.157518+0000","last_clean":"2024-09-13T15:07:49.157518+0000","last_became_active":"2024-09-13T15:03:38.356599+0000","last_became_peered":"2024-09-13T15:03:38.356599+0000","last_unstale":"2024-09-13T15:07:49.157518+0000","last_undegraded":"2024-09-13T15:07:49.157518+0000","last_fullsized":"2024-09-13T15:07:49.157518+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:30:57.502891+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.13","version":"70'2","reported_seq":156,"reported_epoch":1445,"state":"active+clean","last_fresh":"2024-09-13T15:07:47.730410+0000","last_change":"2024-09-13T15:03:38.350681+0000","last_active":"2024-09-13T15:07:47.730410+0000","last_peered":"2024-09-13T15:07:47.730410+0000","last_clean":"2024-09-13T15:07:47.730410+0000","last_became_active":"2024-09-13T15:03:38.349386+0000","last_became_peered":"2024-09-13T15:03:38.349386+0000","last_unstale":"2024-09-13T15:07:47.730410+0000","last_undegraded":"2024-09-13T15:07:47.730410+0000","last_fullsized":"2024-09-13T15:07:47.730410+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T02:02:39.428946+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":6,"num_bytes_recovered":102,"num_keys_recovered":30,"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,2],"acting":[7,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.10","version":"373'149","reported_seq":1802,"reported_epoch":1445,"state":"active+clean","last_fresh":"2024-09-13T15:07:47.651023+0000","last_change":"2024-09-13T15:03:38.349355+0000","last_active":"2024-09-13T15:07:47.651023+0000","last_peered":"2024-09-13T15:07:47.651023+0000","last_clean":"2024-09-13T15:07:47.651023+0000","last_became_active":"2024-09-13T15:03:38.349035+0000","last_became_peered":"2024-09-13T15:03:38.349035+0000","last_unstale":"2024-09-13T15:07:47.651023+0000","last_undegraded":"2024-09-13T15:07:47.651023+0000","last_fullsized":"2024-09-13T15:07:47.651023+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:47.921711+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:47.921711+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:12:52.991080+0000","scrub_duration":0.001430061,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.15","version":"0'0","reported_seq":1498,"reported_epoch":1445,"state":"active+clean","last_fresh":"2024-09-13T15:07:47.650969+0000","last_change":"2024-09-13T15:03:38.344711+0000","last_active":"2024-09-13T15:07:47.650969+0000","last_peered":"2024-09-13T15:07:47.650969+0000","last_clean":"2024-09-13T15:07:47.650969+0000","last_became_active":"2024-09-13T15:03:38.344365+0000","last_became_peered":"2024-09-13T15:03:38.344365+0000","last_unstale":"2024-09-13T15:07:47.650969+0000","last_undegraded":"2024-09-13T15:07:47.650969+0000","last_fullsized":"2024-09-13T15:07:47.650969+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:45:19.898790+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[5,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.12","version":"0'0","reported_seq":2152,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:48.658302+0000","last_change":"2024-09-13T15:05:51.741228+0000","last_active":"2024-09-13T15:07:48.658302+0000","last_peered":"2024-09-13T15:07:48.658302+0000","last_clean":"2024-09-13T15:07:48.658302+0000","last_became_active":"2024-09-13T15:05:51.740897+0000","last_became_peered":"2024-09-13T15:05:51.740897+0000","last_unstale":"2024-09-13T15:07:48.658302+0000","last_undegraded":"2024-09-13T15:07:48.658302+0000","last_fullsized":"2024-09-13T15:07:48.658302+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:41:52.248592+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.13","version":"373'149","reported_seq":1695,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:49.157236+0000","last_change":"2024-09-13T15:06:05.604138+0000","last_active":"2024-09-13T15:07:49.157236+0000","last_peered":"2024-09-13T15:07:49.157236+0000","last_clean":"2024-09-13T15:07:49.157236+0000","last_became_active":"2024-09-13T15:05:54.404195+0000","last_became_peered":"2024-09-13T15:05:54.404195+0000","last_unstale":"2024-09-13T15:07:49.157236+0000","last_undegraded":"2024-09-13T15:07:49.157236+0000","last_fullsized":"2024-09-13T15:07:49.157236+0000","mapping_epoch":1425,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1426,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:06:05.604073+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:06:05.604073+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:32:36.388156+0000","scrub_duration":11,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"4.16","version":"0'0","reported_seq":2162,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:48.658962+0000","last_change":"2024-09-13T15:03:38.349331+0000","last_active":"2024-09-13T15:07:48.658962+0000","last_peered":"2024-09-13T15:07:48.658962+0000","last_clean":"2024-09-13T15:07:48.658962+0000","last_became_active":"2024-09-13T15:03:38.348741+0000","last_became_peered":"2024-09-13T15:03:38.348741+0000","last_unstale":"2024-09-13T15:07:48.658962+0000","last_undegraded":"2024-09-13T15:07:48.658962+0000","last_fullsized":"2024-09-13T15:07:48.658962+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:28:53.539736+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[0,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.11","version":"0'0","reported_seq":113,"reported_epoch":1445,"state":"active+clean","last_fresh":"2024-09-13T15:07:47.730313+0000","last_change":"2024-09-13T15:03:38.354041+0000","last_active":"2024-09-13T15:07:47.730313+0000","last_peered":"2024-09-13T15:07:47.730313+0000","last_clean":"2024-09-13T15:07:47.730313+0000","last_became_active":"2024-09-13T15:03:38.351864+0000","last_became_peered":"2024-09-13T15:03:38.351864+0000","last_unstale":"2024-09-13T15:07:47.730313+0000","last_undegraded":"2024-09-13T15:07:47.730313+0000","last_fullsized":"2024-09-13T15:07:47.730313+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:43:45.532422+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[7,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.12","version":"373'149","reported_seq":1799,"reported_epoch":1445,"state":"active+clean","last_fresh":"2024-09-13T15:07:47.650610+0000","last_change":"2024-09-13T15:03:38.356066+0000","last_active":"2024-09-13T15:07:47.650610+0000","last_peered":"2024-09-13T15:07:47.650610+0000","last_clean":"2024-09-13T15:07:47.650610+0000","last_became_active":"2024-09-13T15:03:38.355743+0000","last_became_peered":"2024-09-13T15:03:38.355743+0000","last_unstale":"2024-09-13T15:07:47.650610+0000","last_undegraded":"2024-09-13T15:07:47.650610+0000","last_fullsized":"2024-09-13T15:07:47.650610+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:46.963090+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:46.963090+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:18:39.622092+0000","scrub_duration":0.0014971279999999999,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[5,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.17","version":"0'0","reported_seq":58,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:49.157692+0000","last_change":"2024-09-13T15:05:51.734614+0000","last_active":"2024-09-13T15:07:49.157692+0000","last_peered":"2024-09-13T15:07:49.157692+0000","last_clean":"2024-09-13T15:07:49.157692+0000","last_became_active":"2024-09-13T15:05:51.734240+0000","last_became_peered":"2024-09-13T15:05:51.734240+0000","last_unstale":"2024-09-13T15:07:49.157692+0000","last_undegraded":"2024-09-13T15:07:49.157692+0000","last_fullsized":"2024-09-13T15:07:49.157692+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:39:54.213629+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[3,7,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.10","version":"70'8","reported_seq":105,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:48.658016+0000","last_change":"2024-09-13T15:05:47.285978+0000","last_active":"2024-09-13T15:07:48.658016+0000","last_peered":"2024-09-13T15:07:48.658016+0000","last_clean":"2024-09-13T15:07:48.658016+0000","last_became_active":"2024-09-13T15:03:51.626453+0000","last_became_peered":"2024-09-13T15:03:51.626453+0000","last_unstale":"2024-09-13T15:07:48.658016+0000","last_undegraded":"2024-09-13T15:07:48.658016+0000","last_fullsized":"2024-09-13T15:07:48.658016+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1419,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T01:57:18.346358+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":20,"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":[0,5,3],"acting":[0,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"11.7","version":"1446'3452","reported_seq":3468,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:56.028659+0000","last_change":"2024-09-13T15:07:14.123016+0000","last_active":"2024-09-13T15:07:56.028659+0000","last_peered":"2024-09-13T15:07:56.028659+0000","last_clean":"2024-09-13T15:07:56.028659+0000","last_became_active":"2024-09-13T15:07:14.122640+0000","last_became_peered":"2024-09-13T15:07:14.122640+0000","last_unstale":"2024-09-13T15:07:56.028659+0000","last_undegraded":"2024-09-13T15:07:56.028659+0000","last_fullsized":"2024-09-13T15:07:56.028659+0000","mapping_epoch":1439,"log_start":"0'0","ondisk_log_start":"0'0","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":3452,"log_dups_size":0,"ondisk_log_size":3452,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:32:15.200453+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":226230272,"num_objects":3452,"num_object_clones":0,"num_object_copies":10356,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":3452,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3452,"num_write_kb":220928,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[5,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"1.d","version":"373'149","reported_seq":1794,"reported_epoch":1445,"state":"active+clean","last_fresh":"2024-09-13T15:07:47.730701+0000","last_change":"2024-09-13T15:07:01.928087+0000","last_active":"2024-09-13T15:07:47.730701+0000","last_peered":"2024-09-13T15:07:47.730701+0000","last_clean":"2024-09-13T15:07:47.730701+0000","last_became_active":"2024-09-13T15:03:38.350105+0000","last_became_peered":"2024-09-13T15:03:38.350105+0000","last_unstale":"2024-09-13T15:07:47.730701+0000","last_undegraded":"2024-09-13T15:07:47.730701+0000","last_fullsized":"2024-09-13T15:07:47.730701+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:07:01.927969+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:07:01.927969+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:18:08.638205+0000","scrub_duration":0.0022436270000000002,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.f","version":"70'1","reported_seq":130,"reported_epoch":1445,"state":"active+clean","last_fresh":"2024-09-13T15:07:47.730799+0000","last_change":"2024-09-13T15:03:51.626292+0000","last_active":"2024-09-13T15:07:47.730799+0000","last_peered":"2024-09-13T15:07:47.730799+0000","last_clean":"2024-09-13T15:07:47.730799+0000","last_became_active":"2024-09-13T15:03:51.623114+0000","last_became_peered":"2024-09-13T15:03:51.623114+0000","last_unstale":"2024-09-13T15:07:47.730799+0000","last_undegraded":"2024-09-13T15:07:47.730799+0000","last_fullsized":"2024-09-13T15:07:47.730799+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T15:05:32.910110+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":3,"num_bytes_recovered":66,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[7,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.8","version":"0'0","reported_seq":1473,"reported_epoch":1445,"state":"active+clean","last_fresh":"2024-09-13T15:07:47.651099+0000","last_change":"2024-09-13T15:03:38.353305+0000","last_active":"2024-09-13T15:07:47.651099+0000","last_peered":"2024-09-13T15:07:47.651099+0000","last_clean":"2024-09-13T15:07:47.651099+0000","last_became_active":"2024-09-13T15:03:38.352879+0000","last_became_peered":"2024-09-13T15:03:38.352879+0000","last_unstale":"2024-09-13T15:07:47.651099+0000","last_undegraded":"2024-09-13T15:07:47.651099+0000","last_fullsized":"2024-09-13T15:07:47.651099+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:40:30.592651+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"11.6","version":"1446'3306","reported_seq":3331,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:54.883972+0000","last_change":"2024-09-13T15:07:14.122904+0000","last_active":"2024-09-13T15:07:54.883972+0000","last_peered":"2024-09-13T15:07:54.883972+0000","last_clean":"2024-09-13T15:07:54.883972+0000","last_became_active":"2024-09-13T15:07:14.122572+0000","last_became_peered":"2024-09-13T15:07:14.122572+0000","last_unstale":"2024-09-13T15:07:54.883972+0000","last_undegraded":"2024-09-13T15:07:54.883972+0000","last_fullsized":"2024-09-13T15:07:54.883972+0000","mapping_epoch":1439,"log_start":"0'0","ondisk_log_start":"0'0","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":3306,"log_dups_size":0,"ondisk_log_size":3306,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:55:33.479447+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":216662016,"num_objects":3306,"num_object_clones":0,"num_object_copies":9918,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":3306,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3306,"num_write_kb":211584,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.c","version":"373'149","reported_seq":1892,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:49.157462+0000","last_change":"2024-09-13T15:01:59.354979+0000","last_active":"2024-09-13T15:07:49.157462+0000","last_peered":"2024-09-13T15:07:49.157462+0000","last_clean":"2024-09-13T15:07:49.157462+0000","last_became_active":"2024-09-13T15:01:59.354085+0000","last_became_peered":"2024-09-13T15:01:59.354085+0000","last_unstale":"2024-09-13T15:07:49.157462+0000","last_undegraded":"2024-09-13T15:07:49.157462+0000","last_fullsized":"2024-09-13T15:07:49.157462+0000","mapping_epoch":1361,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1362,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:44.558993+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:44.558993+0000","objects_scrubbed":1,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:27:40.542397+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":327680,"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":1,"num_bytes_recovered":327680,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.e","version":"70'2","reported_seq":117,"reported_epoch":1445,"state":"active+clean","last_fresh":"2024-09-13T15:07:47.730896+0000","last_change":"2024-09-13T15:03:38.349897+0000","last_active":"2024-09-13T15:07:47.730896+0000","last_peered":"2024-09-13T15:07:47.730896+0000","last_clean":"2024-09-13T15:07:47.730896+0000","last_became_active":"2024-09-13T15:03:38.348354+0000","last_became_peered":"2024-09-13T15:03:38.348354+0000","last_unstale":"2024-09-13T15:07:47.730896+0000","last_undegraded":"2024-09-13T15:07:47.730896+0000","last_fullsized":"2024-09-13T15:07:47.730896+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T15:43:40.950366+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":2,"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,1],"acting":[7,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.9","version":"0'0","reported_seq":189,"reported_epoch":1445,"state":"active+clean","last_fresh":"2024-09-13T15:07:47.650024+0000","last_change":"2024-09-13T15:05:51.743005+0000","last_active":"2024-09-13T15:07:47.650024+0000","last_peered":"2024-09-13T15:07:47.650024+0000","last_clean":"2024-09-13T15:07:47.650024+0000","last_became_active":"2024-09-13T15:05:51.742687+0000","last_became_peered":"2024-09-13T15:05:51.742687+0000","last_unstale":"2024-09-13T15:07:47.650024+0000","last_undegraded":"2024-09-13T15:07:47.650024+0000","last_fullsized":"2024-09-13T15:07:47.650024+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:25:15.943530+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"11.5","version":"1446'3580","reported_seq":3596,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:57.380131+0000","last_change":"2024-09-13T15:07:14.097253+0000","last_active":"2024-09-13T15:07:57.380131+0000","last_peered":"2024-09-13T15:07:57.380131+0000","last_clean":"2024-09-13T15:07:57.380131+0000","last_became_active":"2024-09-13T15:07:14.097010+0000","last_became_peered":"2024-09-13T15:07:14.097010+0000","last_unstale":"2024-09-13T15:07:57.380131+0000","last_undegraded":"2024-09-13T15:07:57.380131+0000","last_fullsized":"2024-09-13T15:07:57.380131+0000","mapping_epoch":1439,"log_start":"0'0","ondisk_log_start":"0'0","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":3580,"log_dups_size":0,"ondisk_log_size":3580,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:19:48.034238+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":234618880,"num_objects":3580,"num_object_clones":0,"num_object_copies":10740,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":3580,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3580,"num_write_kb":229120,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[7,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.f","version":"373'149","reported_seq":1794,"reported_epoch":1445,"state":"active+clean","last_fresh":"2024-09-13T15:07:47.651273+0000","last_change":"2024-09-13T15:01:28.027947+0000","last_active":"2024-09-13T15:07:47.651273+0000","last_peered":"2024-09-13T15:07:47.651273+0000","last_clean":"2024-09-13T15:07:47.651273+0000","last_became_active":"2024-09-13T15:01:28.027514+0000","last_became_peered":"2024-09-13T15:01:28.027514+0000","last_unstale":"2024-09-13T15:07:47.651273+0000","last_undegraded":"2024-09-13T15:07:47.651273+0000","last_fullsized":"2024-09-13T15:07:47.651273+0000","mapping_epoch":1349,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1350,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:41.996887+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:41.996887+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:41:46.361463+0000","scrub_duration":0.0021616460000000001,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[5,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.d","version":"70'1","reported_seq":157,"reported_epoch":1445,"state":"active+clean","last_fresh":"2024-09-13T15:07:47.731066+0000","last_change":"2024-09-13T15:03:38.351064+0000","last_active":"2024-09-13T15:07:47.731066+0000","last_peered":"2024-09-13T15:07:47.731066+0000","last_clean":"2024-09-13T15:07:47.731066+0000","last_became_active":"2024-09-13T15:03:38.348082+0000","last_became_peered":"2024-09-13T15:03:38.348082+0000","last_unstale":"2024-09-13T15:07:47.731066+0000","last_undegraded":"2024-09-13T15:07:47.731066+0000","last_fullsized":"2024-09-13T15:07:47.731066+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T20:26:11.922683+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":4,"num_bytes_recovered":280,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[7,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.a","version":"0'0","reported_seq":114,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:48.658808+0000","last_change":"2024-09-13T15:03:38.356492+0000","last_active":"2024-09-13T15:07:48.658808+0000","last_peered":"2024-09-13T15:07:48.658808+0000","last_clean":"2024-09-13T15:07:48.658808+0000","last_became_active":"2024-09-13T15:03:38.356178+0000","last_became_peered":"2024-09-13T15:03:38.356178+0000","last_unstale":"2024-09-13T15:07:48.658808+0000","last_undegraded":"2024-09-13T15:07:48.658808+0000","last_fullsized":"2024-09-13T15:07:48.658808+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:00:06.309035+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[7,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"11.4","version":"1446'3511","reported_seq":3527,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:57.371726+0000","last_change":"2024-09-13T15:07:14.124685+0000","last_active":"2024-09-13T15:07:57.371726+0000","last_peered":"2024-09-13T15:07:57.371726+0000","last_clean":"2024-09-13T15:07:57.371726+0000","last_became_active":"2024-09-13T15:07:14.124359+0000","last_became_peered":"2024-09-13T15:07:14.124359+0000","last_unstale":"2024-09-13T15:07:57.371726+0000","last_undegraded":"2024-09-13T15:07:57.371726+0000","last_fullsized":"2024-09-13T15:07:57.371726+0000","mapping_epoch":1439,"log_start":"0'0","ondisk_log_start":"0'0","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":3511,"log_dups_size":0,"ondisk_log_size":3511,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:31:57.278179+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":230096896,"num_objects":3511,"num_object_clones":0,"num_object_copies":10533,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":3511,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3511,"num_write_kb":224704,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[7,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.e","version":"373'149","reported_seq":1843,"reported_epoch":1445,"state":"active+clean","last_fresh":"2024-09-13T15:07:47.652310+0000","last_change":"2024-09-13T15:03:38.351489+0000","last_active":"2024-09-13T15:07:47.652310+0000","last_peered":"2024-09-13T15:07:47.652310+0000","last_clean":"2024-09-13T15:07:47.652310+0000","last_became_active":"2024-09-13T15:03:38.350896+0000","last_became_peered":"2024-09-13T15:03:38.350896+0000","last_unstale":"2024-09-13T15:07:47.652310+0000","last_undegraded":"2024-09-13T15:07:47.652310+0000","last_fullsized":"2024-09-13T15:07:47.652310+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:46.145574+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:46.145574+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:18:57.368977+0000","scrub_duration":0.0016746529999999999,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7,3],"acting":[4,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.c","version":"0'0","reported_seq":1453,"reported_epoch":1445,"state":"active+clean","last_fresh":"2024-09-13T15:07:47.650962+0000","last_change":"2024-09-13T15:01:24.974778+0000","last_active":"2024-09-13T15:07:47.650962+0000","last_peered":"2024-09-13T15:07:47.650962+0000","last_clean":"2024-09-13T15:07:47.650962+0000","last_became_active":"2024-09-13T15:01:24.974473+0000","last_became_peered":"2024-09-13T15:01:24.974473+0000","last_unstale":"2024-09-13T15:07:47.650962+0000","last_undegraded":"2024-09-13T15:07:47.650962+0000","last_fullsized":"2024-09-13T15:07:47.650962+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:46:28.574203+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[5,3,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.b","version":"0'0","reported_seq":2111,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:48.658629+0000","last_change":"2024-09-13T14:57:14.903236+0000","last_active":"2024-09-13T15:07:48.658629+0000","last_peered":"2024-09-13T15:07:48.658629+0000","last_clean":"2024-09-13T15:07:48.658629+0000","last_became_active":"2024-09-13T14:57:14.902951+0000","last_became_peered":"2024-09-13T14:57:14.902951+0000","last_unstale":"2024-09-13T15:07:48.658629+0000","last_undegraded":"2024-09-13T15:07:48.658629+0000","last_fullsized":"2024-09-13T15:07:48.658629+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:55:09.250185+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"11.3","version":"1446'3438","reported_seq":3454,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:57.387163+0000","last_change":"2024-09-13T15:07:14.122443+0000","last_active":"2024-09-13T15:07:57.387163+0000","last_peered":"2024-09-13T15:07:57.387163+0000","last_clean":"2024-09-13T15:07:57.387163+0000","last_became_active":"2024-09-13T15:07:14.122118+0000","last_became_peered":"2024-09-13T15:07:14.122118+0000","last_unstale":"2024-09-13T15:07:57.387163+0000","last_undegraded":"2024-09-13T15:07:57.387163+0000","last_fullsized":"2024-09-13T15:07:57.387163+0000","mapping_epoch":1439,"log_start":"0'0","ondisk_log_start":"0'0","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":3438,"log_dups_size":0,"ondisk_log_size":3438,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:44:05.215571+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":225312768,"num_objects":3438,"num_object_clones":0,"num_object_copies":10314,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":3438,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3438,"num_write_kb":220032,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[7,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.9","version":"373'149","reported_seq":1754,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:48.658576+0000","last_change":"2024-09-13T15:03:38.352975+0000","last_active":"2024-09-13T15:07:48.658576+0000","last_peered":"2024-09-13T15:07:48.658576+0000","last_clean":"2024-09-13T15:07:48.658576+0000","last_became_active":"2024-09-13T15:03:38.351931+0000","last_became_peered":"2024-09-13T15:03:38.351931+0000","last_unstale":"2024-09-13T15:07:48.658576+0000","last_undegraded":"2024-09-13T15:07:48.658576+0000","last_fullsized":"2024-09-13T15:07:48.658576+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:00.672283+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:00.672283+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:33:57.200088+0000","scrub_duration":8,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[7,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.b","version":"70'2","reported_seq":227,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:49.157354+0000","last_change":"2024-09-13T15:03:51.624583+0000","last_active":"2024-09-13T15:07:49.157354+0000","last_peered":"2024-09-13T15:07:49.157354+0000","last_clean":"2024-09-13T15:07:49.157354+0000","last_became_active":"2024-09-13T15:03:51.620984+0000","last_became_peered":"2024-09-13T15:03:51.620984+0000","last_unstale":"2024-09-13T15:07:49.157354+0000","last_undegraded":"2024-09-13T15:07:49.157354+0000","last_fullsized":"2024-09-13T15:07:49.157354+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T21:45:32.793080+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":4,"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":[3,0,4],"acting":[3,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.c","version":"0'0","reported_seq":207,"reported_epoch":1445,"state":"active+clean","last_fresh":"2024-09-13T15:07:47.652305+0000","last_change":"2024-09-13T15:01:24.978702+0000","last_active":"2024-09-13T15:07:47.652305+0000","last_peered":"2024-09-13T15:07:47.652305+0000","last_clean":"2024-09-13T15:07:47.652305+0000","last_became_active":"2024-09-13T15:01:24.977757+0000","last_became_peered":"2024-09-13T15:01:24.977757+0000","last_unstale":"2024-09-13T15:07:47.652305+0000","last_undegraded":"2024-09-13T15:07:47.652305+0000","last_fullsized":"2024-09-13T15:07:47.652305+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:22:07.527337+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,3,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"11.2","version":"1446'3412","reported_seq":3437,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:56.678176+0000","last_change":"2024-09-13T15:07:14.096632+0000","last_active":"2024-09-13T15:07:56.678176+0000","last_peered":"2024-09-13T15:07:56.678176+0000","last_clean":"2024-09-13T15:07:56.678176+0000","last_became_active":"2024-09-13T15:07:14.096037+0000","last_became_peered":"2024-09-13T15:07:14.096037+0000","last_unstale":"2024-09-13T15:07:56.678176+0000","last_undegraded":"2024-09-13T15:07:56.678176+0000","last_fullsized":"2024-09-13T15:07:56.678176+0000","mapping_epoch":1439,"log_start":"0'0","ondisk_log_start":"0'0","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":3412,"log_dups_size":0,"ondisk_log_size":3412,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:33:30.082142+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":223608832,"num_objects":3412,"num_object_clones":0,"num_object_copies":10236,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":3412,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3412,"num_write_kb":218368,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.8","version":"373'149","reported_seq":1825,"reported_epoch":1445,"state":"active+clean","last_fresh":"2024-09-13T15:07:47.650067+0000","last_change":"2024-09-13T15:01:28.028879+0000","last_active":"2024-09-13T15:07:47.650067+0000","last_peered":"2024-09-13T15:07:47.650067+0000","last_clean":"2024-09-13T15:07:47.650067+0000","last_became_active":"2024-09-13T15:01:28.025980+0000","last_became_peered":"2024-09-13T15:01:28.025980+0000","last_unstale":"2024-09-13T15:07:47.650067+0000","last_undegraded":"2024-09-13T15:07:47.650067+0000","last_fullsized":"2024-09-13T15:07:47.650067+0000","mapping_epoch":1349,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1350,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:06.782570+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:06.782570+0000","objects_scrubbed":1,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:31:55.692142+0000","scrub_duration":2,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":262688,"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":4,"num_bytes_recovered":1050752,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[5,2,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.a","version":"0'0","reported_seq":198,"reported_epoch":1445,"state":"active+clean","last_fresh":"2024-09-13T15:07:47.650436+0000","last_change":"2024-09-13T15:01:24.976401+0000","last_active":"2024-09-13T15:07:47.650436+0000","last_peered":"2024-09-13T15:07:47.650436+0000","last_clean":"2024-09-13T15:07:47.650436+0000","last_became_active":"2024-09-13T15:01:24.975687+0000","last_became_peered":"2024-09-13T15:01:24.975687+0000","last_unstale":"2024-09-13T15:07:47.650436+0000","last_undegraded":"2024-09-13T15:07:47.650436+0000","last_fullsized":"2024-09-13T15:07:47.650436+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:37:56.277103+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.d","version":"0'0","reported_seq":189,"reported_epoch":1445,"state":"active+clean","last_fresh":"2024-09-13T15:07:47.652039+0000","last_change":"2024-09-13T15:01:09.620455+0000","last_active":"2024-09-13T15:07:47.652039+0000","last_peered":"2024-09-13T15:07:47.652039+0000","last_clean":"2024-09-13T15:07:47.652039+0000","last_became_active":"2024-09-13T15:01:09.620141+0000","last_became_peered":"2024-09-13T15:01:09.620141+0000","last_unstale":"2024-09-13T15:07:47.652039+0000","last_undegraded":"2024-09-13T15:07:47.652039+0000","last_fullsized":"2024-09-13T15:07:47.652039+0000","mapping_epoch":1341,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1342,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:40:38.384024+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,1],"acting":[4,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"11.1","version":"1446'3259","reported_seq":3284,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:54.151455+0000","last_change":"2024-09-13T15:07:14.095632+0000","last_active":"2024-09-13T15:07:54.151455+0000","last_peered":"2024-09-13T15:07:54.151455+0000","last_clean":"2024-09-13T15:07:54.151455+0000","last_became_active":"2024-09-13T15:07:14.095325+0000","last_became_peered":"2024-09-13T15:07:14.095325+0000","last_unstale":"2024-09-13T15:07:54.151455+0000","last_undegraded":"2024-09-13T15:07:54.151455+0000","last_fullsized":"2024-09-13T15:07:54.151455+0000","mapping_epoch":1439,"log_start":"0'0","ondisk_log_start":"0'0","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":3259,"log_dups_size":0,"ondisk_log_size":3259,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:18:24.578701+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":213581824,"num_objects":3259,"num_object_clones":0,"num_object_copies":9777,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":3259,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3259,"num_write_kb":208576,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[3,0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"1.b","version":"373'149","reported_seq":1873,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:48.658538+0000","last_change":"2024-09-13T14:58:46.524171+0000","last_active":"2024-09-13T15:07:48.658538+0000","last_peered":"2024-09-13T15:07:48.658538+0000","last_clean":"2024-09-13T15:07:48.658538+0000","last_became_active":"2024-09-13T14:58:43.532183+0000","last_became_peered":"2024-09-13T14:58:43.532183+0000","last_unstale":"2024-09-13T15:07:48.658538+0000","last_undegraded":"2024-09-13T15:07:48.658538+0000","last_fullsized":"2024-09-13T15:07:48.658538+0000","mapping_epoch":1310,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1311,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:46.524124+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:46.524124+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:27:09.177423+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.9","version":"0'0","reported_seq":212,"reported_epoch":1445,"state":"active+clean","last_fresh":"2024-09-13T15:07:47.650465+0000","last_change":"2024-09-13T15:03:38.354984+0000","last_active":"2024-09-13T15:07:47.650465+0000","last_peered":"2024-09-13T15:07:47.650465+0000","last_clean":"2024-09-13T15:07:47.650465+0000","last_became_active":"2024-09-13T15:03:38.354709+0000","last_became_peered":"2024-09-13T15:03:38.354709+0000","last_unstale":"2024-09-13T15:07:47.650465+0000","last_undegraded":"2024-09-13T15:07:47.650465+0000","last_fullsized":"2024-09-13T15:07:47.650465+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:59:16.039432+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,7],"acting":[4,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.e","version":"0'0","reported_seq":207,"reported_epoch":1445,"state":"active+clean","last_fresh":"2024-09-13T15:07:47.650531+0000","last_change":"2024-09-13T15:02:46.589725+0000","last_active":"2024-09-13T15:07:47.650531+0000","last_peered":"2024-09-13T15:07:47.650531+0000","last_clean":"2024-09-13T15:07:47.650531+0000","last_became_active":"2024-09-13T15:02:46.589402+0000","last_became_peered":"2024-09-13T15:02:46.589402+0000","last_unstale":"2024-09-13T15:07:47.650531+0000","last_undegraded":"2024-09-13T15:07:47.650531+0000","last_fullsized":"2024-09-13T15:07:47.650531+0000","mapping_epoch":1389,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1390,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:04:57.106829+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"11.0","version":"1446'3336","reported_seq":3360,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:54.157478+0000","last_change":"2024-09-13T15:07:14.123552+0000","last_active":"2024-09-13T15:07:54.157478+0000","last_peered":"2024-09-13T15:07:54.157478+0000","last_clean":"2024-09-13T15:07:54.157478+0000","last_became_active":"2024-09-13T15:07:14.123280+0000","last_became_peered":"2024-09-13T15:07:14.123280+0000","last_unstale":"2024-09-13T15:07:54.157478+0000","last_undegraded":"2024-09-13T15:07:54.157478+0000","last_fullsized":"2024-09-13T15:07:54.157478+0000","mapping_epoch":1439,"log_start":"0'0","ondisk_log_start":"0'0","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":3336,"log_dups_size":0,"ondisk_log_size":3336,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:05:55.956653+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":218628096,"num_objects":3336,"num_object_clones":0,"num_object_copies":10008,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":3336,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3336,"num_write_kb":213504,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.a","version":"373'149","reported_seq":1773,"reported_epoch":1445,"state":"active+clean","last_fresh":"2024-09-13T15:07:47.650529+0000","last_change":"2024-09-13T15:01:12.669843+0000","last_active":"2024-09-13T15:07:47.650529+0000","last_peered":"2024-09-13T15:07:47.650529+0000","last_clean":"2024-09-13T15:07:47.650529+0000","last_became_active":"2024-09-13T15:01:12.669313+0000","last_became_peered":"2024-09-13T15:01:12.669313+0000","last_unstale":"2024-09-13T15:07:47.650529+0000","last_undegraded":"2024-09-13T15:07:47.650529+0000","last_fullsized":"2024-09-13T15:07:47.650529+0000","mapping_epoch":1344,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1345,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:05.812475+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:05.812475+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:45:44.908862+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[5,2,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.8","version":"0'0","reported_seq":58,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:49.157296+0000","last_change":"2024-09-13T15:05:51.743180+0000","last_active":"2024-09-13T15:07:49.157296+0000","last_peered":"2024-09-13T15:07:49.157296+0000","last_clean":"2024-09-13T15:07:49.157296+0000","last_became_active":"2024-09-13T15:05:51.742786+0000","last_became_peered":"2024-09-13T15:05:51.742786+0000","last_unstale":"2024-09-13T15:07:49.157296+0000","last_undegraded":"2024-09-13T15:07:49.157296+0000","last_fullsized":"2024-09-13T15:07:49.157296+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:43:22.519481+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.f","version":"0'0","reported_seq":14,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:48.673617+0000","last_change":"2024-09-13T15:07:48.163399+0000","last_active":"2024-09-13T15:07:48.673617+0000","last_peered":"2024-09-13T15:07:48.673617+0000","last_clean":"2024-09-13T15:07:48.673617+0000","last_became_active":"2024-09-13T15:07:48.163060+0000","last_became_peered":"2024-09-13T15:07:48.163060+0000","last_unstale":"2024-09-13T15:07:48.673617+0000","last_undegraded":"2024-09-13T15:07:48.673617+0000","last_fullsized":"2024-09-13T15:07:48.673617+0000","mapping_epoch":1444,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1445,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:32:11.459505+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[2,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"11.a","version":"1446'3409","reported_seq":3434,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:54.145519+0000","last_change":"2024-09-13T15:07:14.123660+0000","last_active":"2024-09-13T15:07:54.145519+0000","last_peered":"2024-09-13T15:07:54.145519+0000","last_clean":"2024-09-13T15:07:54.145519+0000","last_became_active":"2024-09-13T15:07:14.123397+0000","last_became_peered":"2024-09-13T15:07:14.123397+0000","last_unstale":"2024-09-13T15:07:54.145519+0000","last_undegraded":"2024-09-13T15:07:54.145519+0000","last_fullsized":"2024-09-13T15:07:54.145519+0000","mapping_epoch":1439,"log_start":"0'0","ondisk_log_start":"0'0","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":3409,"log_dups_size":0,"ondisk_log_size":3409,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:47:10.588203+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":223412224,"num_objects":3409,"num_object_clones":0,"num_object_copies":10227,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":3409,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3409,"num_write_kb":218176,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[3,5,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"1.0","version":"373'149","reported_seq":1776,"reported_epoch":1445,"state":"active+clean","last_fresh":"2024-09-13T15:07:47.730535+0000","last_change":"2024-09-13T15:07:04.951005+0000","last_active":"2024-09-13T15:07:47.730535+0000","last_peered":"2024-09-13T15:07:47.730535+0000","last_clean":"2024-09-13T15:07:47.730535+0000","last_became_active":"2024-09-13T15:03:54.431663+0000","last_became_peered":"2024-09-13T15:03:54.431663+0000","last_unstale":"2024-09-13T15:07:47.730535+0000","last_undegraded":"2024-09-13T15:07:47.730535+0000","last_fullsized":"2024-09-13T15:07:47.730535+0000","mapping_epoch":1407,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":1408,"parent":"0.0","parent_split_bits":0,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:07:04.950859+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:07:04.950859+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:07:49.239979+0000","scrub_duration":0.0020154529999999999,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"2.3","version":"63'1","reported_seq":1528,"reported_epoch":1445,"state":"active+clean","last_fresh":"2024-09-13T15:07:47.650970+0000","last_change":"2024-09-13T15:03:38.346531+0000","last_active":"2024-09-13T15:07:47.650970+0000","last_peered":"2024-09-13T15:07:47.650970+0000","last_clean":"2024-09-13T15:07:47.650970+0000","last_became_active":"2024-09-13T15:03:38.345909+0000","last_became_peered":"2024-09-13T15:03:38.345909+0000","last_unstale":"2024-09-13T15:07:47.650970+0000","last_undegraded":"2024-09-13T15:07:47.650970+0000","last_fullsized":"2024-09-13T15:07:47.650970+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-14T14:55:44.823772+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029038399999999998,"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":7,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":58,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:49.157084+0000","last_change":"2024-09-13T15:05:51.734474+0000","last_active":"2024-09-13T15:07:49.157084+0000","last_peered":"2024-09-13T15:07:49.157084+0000","last_clean":"2024-09-13T15:07:49.157084+0000","last_became_active":"2024-09-13T15:05:51.734151+0000","last_became_peered":"2024-09-13T15:05:51.734151+0000","last_unstale":"2024-09-13T15:07:49.157084+0000","last_undegraded":"2024-09-13T15:07:49.157084+0000","last_fullsized":"2024-09-13T15:07:49.157084+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:39:56.749516+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[3,5,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.5","version":"0'0","reported_seq":205,"reported_epoch":1445,"state":"active+clean","last_fresh":"2024-09-13T15:07:47.651940+0000","last_change":"2024-09-13T15:03:38.352837+0000","last_active":"2024-09-13T15:07:47.651940+0000","last_peered":"2024-09-13T15:07:47.651940+0000","last_clean":"2024-09-13T15:07:47.651940+0000","last_became_active":"2024-09-13T15:03:38.352572+0000","last_became_peered":"2024-09-13T15:03:38.352572+0000","last_unstale":"2024-09-13T15:07:47.651940+0000","last_undegraded":"2024-09-13T15:07:47.651940+0000","last_fullsized":"2024-09-13T15:07:47.651940+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:24:21.126416+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7,0],"acting":[4,7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"11.9","version":"1446'3281","reported_seq":3306,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:54.151248+0000","last_change":"2024-09-13T15:07:14.122720+0000","last_active":"2024-09-13T15:07:54.151248+0000","last_peered":"2024-09-13T15:07:54.151248+0000","last_clean":"2024-09-13T15:07:54.151248+0000","last_became_active":"2024-09-13T15:07:14.122420+0000","last_became_peered":"2024-09-13T15:07:14.122420+0000","last_unstale":"2024-09-13T15:07:54.151248+0000","last_undegraded":"2024-09-13T15:07:54.151248+0000","last_fullsized":"2024-09-13T15:07:54.151248+0000","mapping_epoch":1439,"log_start":"0'0","ondisk_log_start":"0'0","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":3281,"log_dups_size":0,"ondisk_log_size":3281,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:18:38.877810+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":215023616,"num_objects":3281,"num_object_clones":0,"num_object_copies":9843,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":3281,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3281,"num_write_kb":209984,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.3","version":"373'149","reported_seq":1778,"reported_epoch":1445,"state":"active+clean","last_fresh":"2024-09-13T15:07:47.651363+0000","last_change":"2024-09-13T14:58:41.253414+0000","last_active":"2024-09-13T15:07:47.651363+0000","last_peered":"2024-09-13T15:07:47.651363+0000","last_clean":"2024-09-13T15:07:47.651363+0000","last_became_active":"2024-09-13T14:57:55.737391+0000","last_became_peered":"2024-09-13T14:57:55.737391+0000","last_unstale":"2024-09-13T15:07:47.651363+0000","last_undegraded":"2024-09-13T15:07:47.651363+0000","last_fullsized":"2024-09-13T15:07:47.651363+0000","mapping_epoch":1296,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1297,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:41.253310+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:41.253310+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:24:04.946981+0000","scrub_duration":0.0016916399999999999,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[4,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.0","version":"0'0","reported_seq":114,"reported_epoch":1445,"state":"active+clean","last_fresh":"2024-09-13T15:07:47.730304+0000","last_change":"2024-09-13T15:03:38.347804+0000","last_active":"2024-09-13T15:07:47.730304+0000","last_peered":"2024-09-13T15:07:47.730304+0000","last_clean":"2024-09-13T15:07:47.730304+0000","last_became_active":"2024-09-13T15:03:38.347397+0000","last_became_peered":"2024-09-13T15:03:38.347397+0000","last_unstale":"2024-09-13T15:07:47.730304+0000","last_undegraded":"2024-09-13T15:07:47.730304+0000","last_fullsized":"2024-09-13T15:07:47.730304+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:43:12.424555+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000322109,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":2143,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:48.658056+0000","last_change":"2024-09-13T15:05:51.740565+0000","last_active":"2024-09-13T15:07:48.658056+0000","last_peered":"2024-09-13T15:07:48.658056+0000","last_clean":"2024-09-13T15:07:48.658056+0000","last_became_active":"2024-09-13T15:05:51.740130+0000","last_became_peered":"2024-09-13T15:05:51.740130+0000","last_unstale":"2024-09-13T15:07:48.658056+0000","last_undegraded":"2024-09-13T15:07:48.658056+0000","last_fullsized":"2024-09-13T15:07:48.658056+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:52:58.980736+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.6","version":"0'0","reported_seq":95,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:48.658530+0000","last_change":"2024-09-13T15:03:51.623960+0000","last_active":"2024-09-13T15:07:48.658530+0000","last_peered":"2024-09-13T15:07:48.658530+0000","last_clean":"2024-09-13T15:07:48.658530+0000","last_became_active":"2024-09-13T15:03:51.623539+0000","last_became_peered":"2024-09-13T15:03:51.623539+0000","last_unstale":"2024-09-13T15:07:48.658530+0000","last_undegraded":"2024-09-13T15:07:48.658530+0000","last_fullsized":"2024-09-13T15:07:48.658530+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:33:47.315017+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"11.8","version":"1446'3341","reported_seq":3366,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:54.169464+0000","last_change":"2024-09-13T15:07:14.095833+0000","last_active":"2024-09-13T15:07:54.169464+0000","last_peered":"2024-09-13T15:07:54.169464+0000","last_clean":"2024-09-13T15:07:54.169464+0000","last_became_active":"2024-09-13T15:07:14.095511+0000","last_became_peered":"2024-09-13T15:07:14.095511+0000","last_unstale":"2024-09-13T15:07:54.169464+0000","last_undegraded":"2024-09-13T15:07:54.169464+0000","last_fullsized":"2024-09-13T15:07:54.169464+0000","mapping_epoch":1439,"log_start":"0'0","ondisk_log_start":"0'0","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":3341,"log_dups_size":0,"ondisk_log_size":3341,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:14:22.876964+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":218955776,"num_objects":3341,"num_object_clones":0,"num_object_copies":10023,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":3341,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3341,"num_write_kb":213824,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[3,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"1.2","version":"373'149","reported_seq":1730,"reported_epoch":1445,"state":"active+clean","last_fresh":"2024-09-13T15:07:47.730485+0000","last_change":"2024-09-13T15:03:38.357929+0000","last_active":"2024-09-13T15:07:47.730485+0000","last_peered":"2024-09-13T15:07:47.730485+0000","last_clean":"2024-09-13T15:07:47.730485+0000","last_became_active":"2024-09-13T15:03:38.357642+0000","last_became_peered":"2024-09-13T15:03:38.357642+0000","last_unstale":"2024-09-13T15:07:47.730485+0000","last_undegraded":"2024-09-13T15:07:47.730485+0000","last_fullsized":"2024-09-13T15:07:47.730485+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:45.571820+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:45.571820+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:40:09.261995+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.1","version":"0'0","reported_seq":229,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:48.673359+0000","last_change":"2024-09-13T15:05:51.737191+0000","last_active":"2024-09-13T15:07:48.673359+0000","last_peered":"2024-09-13T15:07:48.673359+0000","last_clean":"2024-09-13T15:07:48.673359+0000","last_became_active":"2024-09-13T15:05:51.736725+0000","last_became_peered":"2024-09-13T15:05:51.736725+0000","last_unstale":"2024-09-13T15:07:48.673359+0000","last_undegraded":"2024-09-13T15:07:48.673359+0000","last_fullsized":"2024-09-13T15:07:48.673359+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:40:12.764444+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00030931399999999999,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":222,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:48.673215+0000","last_change":"2024-09-13T15:01:09.621555+0000","last_active":"2024-09-13T15:07:48.673215+0000","last_peered":"2024-09-13T15:07:48.673215+0000","last_clean":"2024-09-13T15:07:48.673215+0000","last_became_active":"2024-09-13T15:01:09.621210+0000","last_became_peered":"2024-09-13T15:01:09.621210+0000","last_unstale":"2024-09-13T15:07:48.673215+0000","last_undegraded":"2024-09-13T15:07:48.673215+0000","last_fullsized":"2024-09-13T15:07:48.673215+0000","mapping_epoch":1341,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1342,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:08:11.168661+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.7","version":"0'0","reported_seq":144,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:48.673724+0000","last_change":"2024-09-13T15:03:51.620120+0000","last_active":"2024-09-13T15:07:48.673724+0000","last_peered":"2024-09-13T15:07:48.673724+0000","last_clean":"2024-09-13T15:07:48.673724+0000","last_became_active":"2024-09-13T15:03:51.619628+0000","last_became_peered":"2024-09-13T15:03:51.619628+0000","last_unstale":"2024-09-13T15:07:48.673724+0000","last_undegraded":"2024-09-13T15:07:48.673724+0000","last_fullsized":"2024-09-13T15:07:48.673724+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:01:31.123910+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"11.b","version":"1446'3393","reported_seq":3418,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:54.169419+0000","last_change":"2024-09-13T15:07:14.124749+0000","last_active":"2024-09-13T15:07:54.169419+0000","last_peered":"2024-09-13T15:07:54.169419+0000","last_clean":"2024-09-13T15:07:54.169419+0000","last_became_active":"2024-09-13T15:07:14.124372+0000","last_became_peered":"2024-09-13T15:07:14.124372+0000","last_unstale":"2024-09-13T15:07:54.169419+0000","last_undegraded":"2024-09-13T15:07:54.169419+0000","last_fullsized":"2024-09-13T15:07:54.169419+0000","mapping_epoch":1439,"log_start":"0'0","ondisk_log_start":"0'0","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":3393,"log_dups_size":0,"ondisk_log_size":3393,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:36:05.580574+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":222363648,"num_objects":3393,"num_object_clones":0,"num_object_copies":10179,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":3393,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3393,"num_write_kb":217152,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[3,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"1.1","version":"373'149","reported_seq":1784,"reported_epoch":1445,"state":"active+clean","last_fresh":"2024-09-13T15:07:47.650566+0000","last_change":"2024-09-13T15:01:12.669020+0000","last_active":"2024-09-13T15:07:47.650566+0000","last_peered":"2024-09-13T15:07:47.650566+0000","last_clean":"2024-09-13T15:07:47.650566+0000","last_became_active":"2024-09-13T15:01:12.668669+0000","last_became_peered":"2024-09-13T15:01:12.668669+0000","last_unstale":"2024-09-13T15:07:47.650566+0000","last_undegraded":"2024-09-13T15:07:47.650566+0000","last_fullsized":"2024-09-13T15:07:47.650566+0000","mapping_epoch":1344,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1345,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:44.985050+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:44.985050+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:08:39.101982+0000","scrub_duration":0.0017537869999999999,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[5,0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.2","version":"65'2","reported_seq":1440,"reported_epoch":1445,"state":"active+clean","last_fresh":"2024-09-13T15:07:47.650696+0000","last_change":"2024-09-13T14:56:25.089588+0000","last_active":"2024-09-13T15:07:47.650696+0000","last_peered":"2024-09-13T15:07:47.650696+0000","last_clean":"2024-09-13T15:07:47.650696+0000","last_became_active":"2024-09-13T14:56:24.926628+0000","last_became_peered":"2024-09-13T14:56:24.926628+0000","last_unstale":"2024-09-13T15:07:47.650696+0000","last_undegraded":"2024-09-13T15:07:47.650696+0000","last_fullsized":"2024-09-13T15:07:47.650696+0000","mapping_epoch":1264,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1265,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-14T20:55:55.656534+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00094368000000000002,"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":1,"num_bytes_recovered":19,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"3.3","version":"0'0","reported_seq":181,"reported_epoch":1445,"state":"active+clean","last_fresh":"2024-09-13T15:07:47.651498+0000","last_change":"2024-09-13T14:57:14.902547+0000","last_active":"2024-09-13T15:07:47.651498+0000","last_peered":"2024-09-13T15:07:47.651498+0000","last_clean":"2024-09-13T15:07:47.651498+0000","last_became_active":"2024-09-13T14:57:14.902293+0000","last_became_peered":"2024-09-13T14:57:14.902293+0000","last_unstale":"2024-09-13T15:07:47.651498+0000","last_undegraded":"2024-09-13T15:07:47.651498+0000","last_fullsized":"2024-09-13T15:07:47.651498+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:56:57.423234+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.4","version":"0'0","reported_seq":229,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:48.673510+0000","last_change":"2024-09-13T15:01:24.976845+0000","last_active":"2024-09-13T15:07:48.673510+0000","last_peered":"2024-09-13T15:07:48.673510+0000","last_clean":"2024-09-13T15:07:48.673510+0000","last_became_active":"2024-09-13T15:01:24.976060+0000","last_became_peered":"2024-09-13T15:01:24.976060+0000","last_unstale":"2024-09-13T15:07:48.673510+0000","last_undegraded":"2024-09-13T15:07:48.673510+0000","last_fullsized":"2024-09-13T15:07:48.673510+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:53:30.324342+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[2,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"11.d","version":"1446'3417","reported_seq":3442,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:56.620335+0000","last_change":"2024-09-13T15:07:14.123573+0000","last_active":"2024-09-13T15:07:56.620335+0000","last_peered":"2024-09-13T15:07:56.620335+0000","last_clean":"2024-09-13T15:07:56.620335+0000","last_became_active":"2024-09-13T15:07:14.123290+0000","last_became_peered":"2024-09-13T15:07:14.123290+0000","last_unstale":"2024-09-13T15:07:56.620335+0000","last_undegraded":"2024-09-13T15:07:56.620335+0000","last_fullsized":"2024-09-13T15:07:56.620335+0000","mapping_epoch":1439,"log_start":"0'0","ondisk_log_start":"0'0","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":3417,"log_dups_size":0,"ondisk_log_size":3417,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:29:56.007228+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":223936512,"num_objects":3417,"num_object_clones":0,"num_object_copies":10251,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":3417,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3417,"num_write_kb":218688,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[2,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"1.7","version":"373'149","reported_seq":1702,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:49.157747+0000","last_change":"2024-09-13T15:06:01.469716+0000","last_active":"2024-09-13T15:07:49.157747+0000","last_peered":"2024-09-13T15:07:49.157747+0000","last_clean":"2024-09-13T15:07:49.157747+0000","last_became_active":"2024-09-13T15:05:54.405373+0000","last_became_peered":"2024-09-13T15:05:54.405373+0000","last_unstale":"2024-09-13T15:07:49.157747+0000","last_undegraded":"2024-09-13T15:07:49.157747+0000","last_fullsized":"2024-09-13T15:07:49.157747+0000","mapping_epoch":1425,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1426,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:06:01.469635+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:06:01.469635+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:12:02.151647+0000","scrub_duration":5,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[3,7,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.5","version":"0'0","reported_seq":1502,"reported_epoch":1445,"state":"active+clean","last_fresh":"2024-09-13T15:07:47.651123+0000","last_change":"2024-09-13T15:01:24.988475+0000","last_active":"2024-09-13T15:07:47.651123+0000","last_peered":"2024-09-13T15:07:47.651123+0000","last_clean":"2024-09-13T15:07:47.651123+0000","last_became_active":"2024-09-13T15:01:24.988142+0000","last_became_peered":"2024-09-13T15:01:24.988142+0000","last_unstale":"2024-09-13T15:07:47.651123+0000","last_undegraded":"2024-09-13T15:07:47.651123+0000","last_fullsized":"2024-09-13T15:07:47.651123+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:45:39.600773+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.4","version":"0'0","reported_seq":2097,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:48.658262+0000","last_change":"2024-09-13T15:03:38.353803+0000","last_active":"2024-09-13T15:07:48.658262+0000","last_peered":"2024-09-13T15:07:48.658262+0000","last_clean":"2024-09-13T15:07:48.658262+0000","last_became_active":"2024-09-13T15:03:38.353451+0000","last_became_peered":"2024-09-13T15:03:38.353451+0000","last_unstale":"2024-09-13T15:07:48.658262+0000","last_undegraded":"2024-09-13T15:07:48.658262+0000","last_fullsized":"2024-09-13T15:07:48.658262+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:29:47.331237+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00031535100000000001,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[0,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"4.2","version":"0'0","reported_seq":1706,"reported_epoch":1445,"state":"active+clean","last_fresh":"2024-09-13T15:07:47.650780+0000","last_change":"2024-09-13T14:57:14.909267+0000","last_active":"2024-09-13T15:07:47.650780+0000","last_peered":"2024-09-13T15:07:47.650780+0000","last_clean":"2024-09-13T15:07:47.650780+0000","last_became_active":"2024-09-13T14:57:14.908962+0000","last_became_peered":"2024-09-13T14:57:14.908962+0000","last_unstale":"2024-09-13T15:07:47.650780+0000","last_undegraded":"2024-09-13T15:07:47.650780+0000","last_fullsized":"2024-09-13T15:07:47.650780+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:16:41.040247+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[5,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"11.c","version":"1446'3546","reported_seq":4155,"reported_epoch":1446,"state":"active+recovering+remapped","last_fresh":"2024-09-13T15:07:58.292993+0000","last_change":"2024-09-13T15:07:49.376661+0000","last_active":"2024-09-13T15:07:58.292993+0000","last_peered":"2024-09-13T15:07:58.292993+0000","last_clean":"2024-09-13T15:07:46.622964+0000","last_became_active":"2024-09-13T15:07:49.362458+0000","last_became_peered":"2024-09-13T15:07:49.362458+0000","last_unstale":"2024-09-13T15:07:58.292993+0000","last_undegraded":"2024-09-13T15:07:58.292993+0000","last_fullsized":"2024-09-13T15:07:58.292993+0000","mapping_epoch":1445,"log_start":"0'0","ondisk_log_start":"0'0","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":3546,"log_dups_size":0,"ondisk_log_size":3546,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"no scrub is scheduled","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":232390656,"num_objects":3546,"num_object_clones":0,"num_object_copies":10638,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":2595,"num_objects_unfound":0,"num_objects_dirty":3546,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3546,"num_write_kb":226944,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":291,"num_bytes_recovered":19070976,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[1,2,4],"avail_no_missing":["1","2","4"],"object_location_counts":[{"shards":"1,2,4","objects":951}],"blocked_by":[],"up_primary":5,"acting_primary":1,"purged_snaps":[]},{"pgid":"1.6","version":"373'149","reported_seq":1904,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:48.658646+0000","last_change":"2024-09-13T15:05:54.416545+0000","last_active":"2024-09-13T15:07:48.658646+0000","last_peered":"2024-09-13T15:07:48.658646+0000","last_clean":"2024-09-13T15:07:48.658646+0000","last_became_active":"2024-09-13T15:05:54.414577+0000","last_became_peered":"2024-09-13T15:05:54.414577+0000","last_unstale":"2024-09-13T15:07:48.658646+0000","last_undegraded":"2024-09-13T15:07:48.658646+0000","last_fullsized":"2024-09-13T15:07:48.658646+0000","mapping_epoch":1425,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1426,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:47.545603+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:47.545603+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:19:04.777726+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.4","version":"0'0","reported_seq":222,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:48.673811+0000","last_change":"2024-09-13T15:01:09.626775+0000","last_active":"2024-09-13T15:07:48.673811+0000","last_peered":"2024-09-13T15:07:48.673811+0000","last_clean":"2024-09-13T15:07:48.673811+0000","last_became_active":"2024-09-13T15:01:09.626498+0000","last_became_peered":"2024-09-13T15:01:09.626498+0000","last_unstale":"2024-09-13T15:07:48.673811+0000","last_undegraded":"2024-09-13T15:07:48.673811+0000","last_fullsized":"2024-09-13T15:07:48.673811+0000","mapping_epoch":1341,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1342,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:39:58.054131+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[2,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"2.5","version":"0'0","reported_seq":114,"reported_epoch":1445,"state":"active+clean","last_fresh":"2024-09-13T15:07:47.730435+0000","last_change":"2024-09-13T15:03:38.351643+0000","last_active":"2024-09-13T15:07:47.730435+0000","last_peered":"2024-09-13T15:07:47.730435+0000","last_clean":"2024-09-13T15:07:47.730435+0000","last_became_active":"2024-09-13T15:03:38.350507+0000","last_became_peered":"2024-09-13T15:03:38.350507+0000","last_unstale":"2024-09-13T15:07:47.730435+0000","last_undegraded":"2024-09-13T15:07:47.730435+0000","last_fullsized":"2024-09-13T15:07:47.730435+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:55:27.075999+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000327091,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.3","version":"0'0","reported_seq":2107,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:48.658722+0000","last_change":"2024-09-13T15:03:38.350008+0000","last_active":"2024-09-13T15:07:48.658722+0000","last_peered":"2024-09-13T15:07:48.658722+0000","last_clean":"2024-09-13T15:07:48.658722+0000","last_became_active":"2024-09-13T15:03:38.348336+0000","last_became_peered":"2024-09-13T15:03:38.348336+0000","last_unstale":"2024-09-13T15:07:48.658722+0000","last_undegraded":"2024-09-13T15:07:48.658722+0000","last_fullsized":"2024-09-13T15:07:48.658722+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:53:36.912607+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"11.f","version":"1446'3476","reported_seq":3492,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:57.360218+0000","last_change":"2024-09-13T15:07:14.122443+0000","last_active":"2024-09-13T15:07:57.360218+0000","last_peered":"2024-09-13T15:07:57.360218+0000","last_clean":"2024-09-13T15:07:57.360218+0000","last_became_active":"2024-09-13T15:07:14.122113+0000","last_became_peered":"2024-09-13T15:07:14.122113+0000","last_unstale":"2024-09-13T15:07:57.360218+0000","last_undegraded":"2024-09-13T15:07:57.360218+0000","last_fullsized":"2024-09-13T15:07:57.360218+0000","mapping_epoch":1439,"log_start":"0'0","ondisk_log_start":"0'0","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":3476,"log_dups_size":0,"ondisk_log_size":3476,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:35:34.607843+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":227803136,"num_objects":3476,"num_object_clones":0,"num_object_copies":10428,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":3476,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3476,"num_write_kb":222464,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[7,1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.5","version":"373'149","reported_seq":1822,"reported_epoch":1445,"state":"active+clean","last_fresh":"2024-09-13T15:07:47.652191+0000","last_change":"2024-09-13T15:01:12.672283+0000","last_active":"2024-09-13T15:07:47.652191+0000","last_peered":"2024-09-13T15:07:47.652191+0000","last_clean":"2024-09-13T15:07:47.652191+0000","last_became_active":"2024-09-13T15:01:12.671951+0000","last_became_peered":"2024-09-13T15:01:12.671951+0000","last_unstale":"2024-09-13T15:07:47.652191+0000","last_undegraded":"2024-09-13T15:07:47.652191+0000","last_fullsized":"2024-09-13T15:07:47.652191+0000","mapping_epoch":1344,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1345,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:53.120435+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:53.120435+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:59:42.418629+0000","scrub_duration":0.001555313,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,5],"acting":[4,2,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.7","version":"70'2","reported_seq":227,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:49.157816+0000","last_change":"2024-09-13T15:03:38.347346+0000","last_active":"2024-09-13T15:07:49.157816+0000","last_peered":"2024-09-13T15:07:49.157816+0000","last_clean":"2024-09-13T15:07:49.157816+0000","last_became_active":"2024-09-13T15:03:38.346858+0000","last_became_peered":"2024-09-13T15:03:38.346858+0000","last_unstale":"2024-09-13T15:07:49.157816+0000","last_undegraded":"2024-09-13T15:07:49.157816+0000","last_fullsized":"2024-09-13T15:07:49.157816+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T21:34:18.078474+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":2,"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":[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":"0'0","reported_seq":207,"reported_epoch":1445,"state":"active+clean","last_fresh":"2024-09-13T15:07:47.652229+0000","last_change":"2024-09-13T15:01:24.977687+0000","last_active":"2024-09-13T15:07:47.652229+0000","last_peered":"2024-09-13T15:07:47.652229+0000","last_clean":"2024-09-13T15:07:47.652229+0000","last_became_active":"2024-09-13T15:01:24.976347+0000","last_became_peered":"2024-09-13T15:01:24.976347+0000","last_unstale":"2024-09-13T15:07:47.652229+0000","last_undegraded":"2024-09-13T15:07:47.652229+0000","last_fullsized":"2024-09-13T15:07:47.652229+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:05:48.871297+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.0","version":"0'0","reported_seq":59,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:49.157308+0000","last_change":"2024-09-13T15:05:51.739298+0000","last_active":"2024-09-13T15:07:49.157308+0000","last_peered":"2024-09-13T15:07:49.157308+0000","last_clean":"2024-09-13T15:07:49.157308+0000","last_became_active":"2024-09-13T15:05:51.738901+0000","last_became_peered":"2024-09-13T15:05:51.738901+0000","last_unstale":"2024-09-13T15:07:49.157308+0000","last_undegraded":"2024-09-13T15:07:49.157308+0000","last_fullsized":"2024-09-13T15:07:49.157308+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:04:27.190615+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"11.e","version":"1446'3392","reported_seq":3408,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:55.878097+0000","last_change":"2024-09-13T15:07:14.124736+0000","last_active":"2024-09-13T15:07:55.878097+0000","last_peered":"2024-09-13T15:07:55.878097+0000","last_clean":"2024-09-13T15:07:55.878097+0000","last_became_active":"2024-09-13T15:07:14.124438+0000","last_became_peered":"2024-09-13T15:07:14.124438+0000","last_unstale":"2024-09-13T15:07:55.878097+0000","last_undegraded":"2024-09-13T15:07:55.878097+0000","last_fullsized":"2024-09-13T15:07:55.878097+0000","mapping_epoch":1439,"log_start":"0'0","ondisk_log_start":"0'0","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":3392,"log_dups_size":0,"ondisk_log_size":3392,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:27:28.940752+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":222298112,"num_objects":3392,"num_object_clones":0,"num_object_copies":10176,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":3392,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3392,"num_write_kb":217088,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[4,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"1.4","version":"373'149","reported_seq":1884,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:49.157425+0000","last_change":"2024-09-13T15:03:38.347914+0000","last_active":"2024-09-13T15:07:49.157425+0000","last_peered":"2024-09-13T15:07:49.157425+0000","last_clean":"2024-09-13T15:07:49.157425+0000","last_became_active":"2024-09-13T15:03:38.347486+0000","last_became_peered":"2024-09-13T15:03:38.347486+0000","last_unstale":"2024-09-13T15:07:49.157425+0000","last_undegraded":"2024-09-13T15:07:49.157425+0000","last_fullsized":"2024-09-13T15:07:49.157425+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:01:29.028945+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:01:29.028945+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:05:18.331893+0000","scrub_duration":15,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[3,5,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.6","version":"70'1","reported_seq":99,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:48.658890+0000","last_change":"2024-09-13T15:05:47.254193+0000","last_active":"2024-09-13T15:07:48.658890+0000","last_peered":"2024-09-13T15:07:48.658890+0000","last_clean":"2024-09-13T15:07:48.658890+0000","last_became_active":"2024-09-13T15:03:51.622162+0000","last_became_peered":"2024-09-13T15:03:51.622162+0000","last_unstale":"2024-09-13T15:07:48.658890+0000","last_undegraded":"2024-09-13T15:07:48.658890+0000","last_fullsized":"2024-09-13T15:07:48.658890+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1419,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T18:10:03.754733+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":3,"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,1,4],"acting":[0,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.7","version":"0'0","reported_seq":159,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:48.659112+0000","last_change":"2024-09-13T15:03:38.350529+0000","last_active":"2024-09-13T15:07:48.659112+0000","last_peered":"2024-09-13T15:07:48.659112+0000","last_clean":"2024-09-13T15:07:48.659112+0000","last_became_active":"2024-09-13T15:03:38.348433+0000","last_became_peered":"2024-09-13T15:03:38.348433+0000","last_unstale":"2024-09-13T15:07:48.659112+0000","last_undegraded":"2024-09-13T15:07:48.659112+0000","last_fullsized":"2024-09-13T15:07:48.659112+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:33:01.473730+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029877400000000002,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[7,2,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.1","version":"0'0","reported_seq":181,"reported_epoch":1445,"state":"active+clean","last_fresh":"2024-09-13T15:07:47.650286+0000","last_change":"2024-09-13T14:57:14.896516+0000","last_active":"2024-09-13T15:07:47.650286+0000","last_peered":"2024-09-13T15:07:47.650286+0000","last_clean":"2024-09-13T15:07:47.650286+0000","last_became_active":"2024-09-13T14:57:14.896208+0000","last_became_peered":"2024-09-13T14:57:14.896208+0000","last_unstale":"2024-09-13T15:07:47.650286+0000","last_undegraded":"2024-09-13T15:07:47.650286+0000","last_fullsized":"2024-09-13T15:07:47.650286+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:41:18.049255+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"4.13","version":"0'0","reported_seq":189,"reported_epoch":1445,"state":"active+clean","last_fresh":"2024-09-13T15:07:47.731798+0000","last_change":"2024-09-13T15:07:47.731518+0000","last_active":"2024-09-13T15:07:47.731798+0000","last_peered":"2024-09-13T15:07:47.731798+0000","last_clean":"2024-09-13T15:07:47.731798+0000","last_became_active":"2024-09-13T15:07:47.731180+0000","last_became_peered":"2024-09-13T15:07:47.731180+0000","last_unstale":"2024-09-13T15:07:47.731798+0000","last_undegraded":"2024-09-13T15:07:47.731798+0000","last_fullsized":"2024-09-13T15:07:47.731798+0000","mapping_epoch":1444,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1445,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:38:24.788752+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7,5],"acting":[4,7,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.14","version":"455'23","reported_seq":243,"reported_epoch":1445,"state":"active+clean","last_fresh":"2024-09-13T15:07:47.652395+0000","last_change":"2024-09-13T15:03:38.355028+0000","last_active":"2024-09-13T15:07:47.652395+0000","last_peered":"2024-09-13T15:07:47.652395+0000","last_clean":"2024-09-13T15:07:47.652395+0000","last_became_active":"2024-09-13T15:03:38.354646+0000","last_became_peered":"2024-09-13T15:03:38.354646+0000","last_unstale":"2024-09-13T15:07:47.652395+0000","last_undegraded":"2024-09-13T15:07:47.652395+0000","last_fullsized":"2024-09-13T15:07:47.652395+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":23,"log_dups_size":0,"ondisk_log_size":23,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:45:54.923031+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":4756,"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":23,"num_write_kb":20,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":20,"num_bytes_recovered":23780,"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":[4,7,2],"acting":[4,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.12","version":"0'0","reported_seq":221,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:48.673443+0000","last_change":"2024-09-13T15:01:09.619289+0000","last_active":"2024-09-13T15:07:48.673443+0000","last_peered":"2024-09-13T15:07:48.673443+0000","last_clean":"2024-09-13T15:07:48.673443+0000","last_became_active":"2024-09-13T15:01:09.618935+0000","last_became_peered":"2024-09-13T15:01:09.618935+0000","last_unstale":"2024-09-13T15:07:48.673443+0000","last_undegraded":"2024-09-13T15:07:48.673443+0000","last_fullsized":"2024-09-13T15:07:48.673443+0000","mapping_epoch":1341,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1342,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:11:34.367502+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.15","version":"70'3","reported_seq":161,"reported_epoch":1445,"state":"active+clean","last_fresh":"2024-09-13T15:07:47.730824+0000","last_change":"2024-09-13T15:03:38.351650+0000","last_active":"2024-09-13T15:07:47.730824+0000","last_peered":"2024-09-13T15:07:47.730824+0000","last_clean":"2024-09-13T15:07:47.730824+0000","last_became_active":"2024-09-13T15:03:38.350405+0000","last_became_peered":"2024-09-13T15:03:38.350405+0000","last_unstale":"2024-09-13T15:07:47.730824+0000","last_undegraded":"2024-09-13T15:07:47.730824+0000","last_fullsized":"2024-09-13T15:07:47.730824+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T15:39:09.711845+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":6,"num_bytes_recovered":270,"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,3,4],"acting":[7,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.14","version":"373'149","reported_seq":1852,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:48.674038+0000","last_change":"2024-09-13T15:03:38.353142+0000","last_active":"2024-09-13T15:07:48.674038+0000","last_peered":"2024-09-13T15:07:48.674038+0000","last_clean":"2024-09-13T15:07:48.674038+0000","last_became_active":"2024-09-13T15:03:38.352816+0000","last_became_peered":"2024-09-13T15:03:38.352816+0000","last_unstale":"2024-09-13T15:07:48.674038+0000","last_undegraded":"2024-09-13T15:07:48.674038+0000","last_fullsized":"2024-09-13T15:07:48.674038+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:01:25.087696+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:01:25.087696+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:54:01.274831+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[2,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.16","version":"0'0","reported_seq":1474,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:49.307768+0000","last_change":"2024-09-13T15:03:38.347080+0000","last_active":"2024-09-13T15:07:49.307768+0000","last_peered":"2024-09-13T15:07:49.307768+0000","last_clean":"2024-09-13T15:07:49.307768+0000","last_became_active":"2024-09-13T15:03:38.346731+0000","last_became_peered":"2024-09-13T15:03:38.346731+0000","last_unstale":"2024-09-13T15:07:49.307768+0000","last_undegraded":"2024-09-13T15:07:49.307768+0000","last_fullsized":"2024-09-13T15:07:49.307768+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:12:59.793120+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.11","version":"0'0","reported_seq":223,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:49.157414+0000","last_change":"2024-09-13T15:03:38.347061+0000","last_active":"2024-09-13T15:07:49.157414+0000","last_peered":"2024-09-13T15:07:49.157414+0000","last_clean":"2024-09-13T15:07:49.157414+0000","last_became_active":"2024-09-13T15:03:38.346728+0000","last_became_peered":"2024-09-13T15:03:38.346728+0000","last_unstale":"2024-09-13T15:07:49.157414+0000","last_undegraded":"2024-09-13T15:07:49.157414+0000","last_fullsized":"2024-09-13T15:07:49.157414+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:27:43.708101+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[3,7,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.17","version":"0'0","reported_seq":2105,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:48.658429+0000","last_change":"2024-09-13T15:01:24.980537+0000","last_active":"2024-09-13T15:07:48.658429+0000","last_peered":"2024-09-13T15:07:48.658429+0000","last_clean":"2024-09-13T15:07:48.658429+0000","last_became_active":"2024-09-13T15:01:24.980250+0000","last_became_peered":"2024-09-13T15:01:24.980250+0000","last_unstale":"2024-09-13T15:07:48.658429+0000","last_undegraded":"2024-09-13T15:07:48.658429+0000","last_fullsized":"2024-09-13T15:07:48.658429+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:24:28.559561+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.10","version":"0'0","reported_seq":212,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:49.156653+0000","last_change":"2024-09-13T15:01:24.974745+0000","last_active":"2024-09-13T15:07:49.156653+0000","last_peered":"2024-09-13T15:07:49.156653+0000","last_clean":"2024-09-13T15:07:49.156653+0000","last_became_active":"2024-09-13T15:01:24.974421+0000","last_became_peered":"2024-09-13T15:01:24.974421+0000","last_unstale":"2024-09-13T15:07:49.156653+0000","last_undegraded":"2024-09-13T15:07:49.156653+0000","last_fullsized":"2024-09-13T15:07:49.156653+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:28:38.841799+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"4.1f","version":"0'0","reported_seq":1276,"reported_epoch":1445,"state":"active+clean","last_fresh":"2024-09-13T15:07:47.651379+0000","last_change":"2024-09-13T14:56:24.931876+0000","last_active":"2024-09-13T15:07:47.651379+0000","last_peered":"2024-09-13T15:07:47.651379+0000","last_clean":"2024-09-13T15:07:47.651379+0000","last_became_active":"2024-09-13T14:56:24.931589+0000","last_became_peered":"2024-09-13T14:56:24.931589+0000","last_unstale":"2024-09-13T15:07:47.651379+0000","last_undegraded":"2024-09-13T15:07:47.651379+0000","last_fullsized":"2024-09-13T15:07:47.651379+0000","mapping_epoch":1264,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1265,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:34:37.022035+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"3.18","version":"0'0","reported_seq":219,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:49.157413+0000","last_change":"2024-09-13T15:03:51.627446+0000","last_active":"2024-09-13T15:07:49.157413+0000","last_peered":"2024-09-13T15:07:49.157413+0000","last_clean":"2024-09-13T15:07:49.157413+0000","last_became_active":"2024-09-13T15:03:51.627121+0000","last_became_peered":"2024-09-13T15:03:51.627121+0000","last_unstale":"2024-09-13T15:07:49.157413+0000","last_undegraded":"2024-09-13T15:07:49.157413+0000","last_fullsized":"2024-09-13T15:07:49.157413+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:48:38.869948+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1e","version":"0'0","reported_seq":2147,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:48.658843+0000","last_change":"2024-09-13T15:05:51.741349+0000","last_active":"2024-09-13T15:07:48.658843+0000","last_peered":"2024-09-13T15:07:48.658843+0000","last_clean":"2024-09-13T15:07:48.658843+0000","last_became_active":"2024-09-13T15:05:51.741016+0000","last_became_peered":"2024-09-13T15:05:51.741016+0000","last_unstale":"2024-09-13T15:07:48.658843+0000","last_undegraded":"2024-09-13T15:07:48.658843+0000","last_fullsized":"2024-09-13T15:07:48.658843+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:24:57.100933+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.19","version":"0'0","reported_seq":2110,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:48.659708+0000","last_change":"2024-09-13T15:01:24.971960+0000","last_active":"2024-09-13T15:07:48.659708+0000","last_peered":"2024-09-13T15:07:48.659708+0000","last_clean":"2024-09-13T15:07:48.659708+0000","last_became_active":"2024-09-13T15:01:24.971517+0000","last_became_peered":"2024-09-13T15:01:24.971517+0000","last_unstale":"2024-09-13T15:07:48.659708+0000","last_undegraded":"2024-09-13T15:07:48.659708+0000","last_fullsized":"2024-09-13T15:07:48.659708+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:30:11.660530+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1d","version":"0'0","reported_seq":212,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:49.156697+0000","last_change":"2024-09-13T15:01:24.976076+0000","last_active":"2024-09-13T15:07:49.156697+0000","last_peered":"2024-09-13T15:07:49.156697+0000","last_clean":"2024-09-13T15:07:49.156697+0000","last_became_active":"2024-09-13T15:01:24.975757+0000","last_became_peered":"2024-09-13T15:01:24.975757+0000","last_unstale":"2024-09-13T15:07:49.156697+0000","last_undegraded":"2024-09-13T15:07:49.156697+0000","last_fullsized":"2024-09-13T15:07:49.156697+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:12:40.080845+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"3.1a","version":"70'1","reported_seq":189,"reported_epoch":1445,"state":"active+clean","last_fresh":"2024-09-13T15:07:47.650981+0000","last_change":"2024-09-13T15:01:09.621644+0000","last_active":"2024-09-13T15:07:47.650981+0000","last_peered":"2024-09-13T15:07:47.650981+0000","last_clean":"2024-09-13T15:07:47.650981+0000","last_became_active":"2024-09-13T15:01:09.620336+0000","last_became_peered":"2024-09-13T15:01:09.620336+0000","last_unstale":"2024-09-13T15:07:47.650981+0000","last_undegraded":"2024-09-13T15:07:47.650981+0000","last_fullsized":"2024-09-13T15:07:47.650981+0000","mapping_epoch":1341,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1342,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T20:00:35.360146+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1c","version":"0'0","reported_seq":228,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:48.674068+0000","last_change":"2024-09-13T15:01:24.976370+0000","last_active":"2024-09-13T15:07:48.674068+0000","last_peered":"2024-09-13T15:07:48.674068+0000","last_clean":"2024-09-13T15:07:48.674068+0000","last_became_active":"2024-09-13T15:01:24.975596+0000","last_became_peered":"2024-09-13T15:01:24.975596+0000","last_unstale":"2024-09-13T15:07:48.674068+0000","last_undegraded":"2024-09-13T15:07:48.674068+0000","last_fullsized":"2024-09-13T15:07:48.674068+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:13:32.203601+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[2,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.1b","version":"70'1","reported_seq":95,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:48.658415+0000","last_change":"2024-09-13T15:03:51.621572+0000","last_active":"2024-09-13T15:07:48.658415+0000","last_peered":"2024-09-13T15:07:48.658415+0000","last_clean":"2024-09-13T15:07:48.658415+0000","last_became_active":"2024-09-13T15:03:51.621247+0000","last_became_peered":"2024-09-13T15:03:51.621247+0000","last_unstale":"2024-09-13T15:07:48.658415+0000","last_undegraded":"2024-09-13T15:07:48.658415+0000","last_fullsized":"2024-09-13T15:07:48.658415+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T00:42:04.854905+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1b","version":"0'0","reported_seq":216,"reported_epoch":1445,"state":"active+clean","last_fresh":"2024-09-13T15:07:47.651676+0000","last_change":"2024-09-13T15:01:24.977220+0000","last_active":"2024-09-13T15:07:47.651676+0000","last_peered":"2024-09-13T15:07:47.651676+0000","last_clean":"2024-09-13T15:07:47.651676+0000","last_became_active":"2024-09-13T15:01:24.976741+0000","last_became_peered":"2024-09-13T15:01:24.976741+0000","last_unstale":"2024-09-13T15:07:47.651676+0000","last_undegraded":"2024-09-13T15:07:47.651676+0000","last_fullsized":"2024-09-13T15:07:47.651676+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:58:20.383610+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,3,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1c","version":"70'2","reported_seq":1456,"reported_epoch":1445,"state":"active+clean","last_fresh":"2024-09-13T15:07:47.650750+0000","last_change":"2024-09-13T14:57:15.014505+0000","last_active":"2024-09-13T15:07:47.650750+0000","last_peered":"2024-09-13T15:07:47.650750+0000","last_clean":"2024-09-13T15:07:47.650750+0000","last_became_active":"2024-09-13T14:57:14.993038+0000","last_became_peered":"2024-09-13T14:57:14.993038+0000","last_unstale":"2024-09-13T15:07:47.650750+0000","last_undegraded":"2024-09-13T15:07:47.650750+0000","last_fullsized":"2024-09-13T15:07:47.650750+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T14:36:30.851322+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":4,"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":[5,4,1],"acting":[5,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.1a","version":"0'0","reported_seq":216,"reported_epoch":1445,"state":"active+clean","last_fresh":"2024-09-13T15:07:48.074633+0000","last_change":"2024-09-13T15:07:48.074403+0000","last_active":"2024-09-13T15:07:48.074633+0000","last_peered":"2024-09-13T15:07:48.074633+0000","last_clean":"2024-09-13T15:07:48.074633+0000","last_became_active":"2024-09-13T15:07:48.074094+0000","last_became_peered":"2024-09-13T15:07:48.074094+0000","last_unstale":"2024-09-13T15:07:48.074633+0000","last_undegraded":"2024-09-13T15:07:48.074633+0000","last_fullsized":"2024-09-13T15:07:48.074633+0000","mapping_epoch":1444,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1445,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:21:23.588222+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7,0],"acting":[4,7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1d","version":"70'2","reported_seq":1444,"reported_epoch":1445,"state":"active+clean","last_fresh":"2024-09-13T15:07:47.651443+0000","last_change":"2024-09-13T14:57:14.995153+0000","last_active":"2024-09-13T15:07:47.651443+0000","last_peered":"2024-09-13T15:07:47.651443+0000","last_clean":"2024-09-13T15:07:47.651443+0000","last_became_active":"2024-09-13T14:57:14.955820+0000","last_became_peered":"2024-09-13T14:57:14.955820+0000","last_unstale":"2024-09-13T15:07:47.651443+0000","last_undegraded":"2024-09-13T15:07:47.651443+0000","last_fullsized":"2024-09-13T15:07:47.651443+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T02:09:07.710606+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":3,"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":[5,4,1],"acting":[5,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.19","version":"0'0","reported_seq":212,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:49.156656+0000","last_change":"2024-09-13T15:01:24.975308+0000","last_active":"2024-09-13T15:07:49.156656+0000","last_peered":"2024-09-13T15:07:49.156656+0000","last_clean":"2024-09-13T15:07:49.156656+0000","last_became_active":"2024-09-13T15:01:24.974989+0000","last_became_peered":"2024-09-13T15:01:24.974989+0000","last_unstale":"2024-09-13T15:07:49.156656+0000","last_undegraded":"2024-09-13T15:07:49.156656+0000","last_fullsized":"2024-09-13T15:07:49.156656+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:22:58.631475+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,0],"acting":[3,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1e","version":"70'1","reported_seq":214,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:49.156757+0000","last_change":"2024-09-13T15:01:24.986072+0000","last_active":"2024-09-13T15:07:49.156757+0000","last_peered":"2024-09-13T15:07:49.156757+0000","last_clean":"2024-09-13T15:07:49.156757+0000","last_became_active":"2024-09-13T15:01:24.985247+0000","last_became_peered":"2024-09-13T15:01:24.985247+0000","last_unstale":"2024-09-13T15:07:49.156757+0000","last_undegraded":"2024-09-13T15:07:49.156757+0000","last_fullsized":"2024-09-13T15:07:49.156757+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T14:34:52.287383+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,1],"acting":[3,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.18","version":"0'0","reported_seq":206,"reported_epoch":1445,"state":"active+clean","last_fresh":"2024-09-13T15:07:48.075001+0000","last_change":"2024-09-13T15:07:48.074798+0000","last_active":"2024-09-13T15:07:48.075001+0000","last_peered":"2024-09-13T15:07:48.075001+0000","last_clean":"2024-09-13T15:07:48.075001+0000","last_became_active":"2024-09-13T15:07:48.074479+0000","last_became_peered":"2024-09-13T15:07:48.074479+0000","last_unstale":"2024-09-13T15:07:48.075001+0000","last_undegraded":"2024-09-13T15:07:48.075001+0000","last_fullsized":"2024-09-13T15:07:48.075001+0000","mapping_epoch":1444,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1445,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:26:01.157586+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[4,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1f","version":"70'4","reported_seq":101,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:48.658312+0000","last_change":"2024-09-13T15:05:47.245115+0000","last_active":"2024-09-13T15:07:48.658312+0000","last_peered":"2024-09-13T15:07:48.658312+0000","last_clean":"2024-09-13T15:07:48.658312+0000","last_became_active":"2024-09-13T15:03:51.620936+0000","last_became_peered":"2024-09-13T15:03:51.620936+0000","last_unstale":"2024-09-13T15:07:48.658312+0000","last_undegraded":"2024-09-13T15:07:48.658312+0000","last_fullsized":"2024-09-13T15:07:48.658312+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1419,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T00:58:17.705835+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":14,"num_bytes_recovered":4074,"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,5,2],"acting":[0,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]}],"pool_stats":[{"poolid":11,"num_pg":16,"stat_sum":{"num_bytes":3574923264,"num_objects":54549,"num_object_clones":0,"num_object_copies":163647,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":2595,"num_objects_unfound":0,"num_objects_dirty":54549,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":54549,"num_write_kb":3491136,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":291,"num_bytes_recovered":19070976,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":10908860416,"data_stored":10908860416,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":54549,"ondisk_log_size":54549,"up":48,"acting":48,"num_store_stats":7},{"poolid":4,"num_pg":32,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":96,"acting":96,"num_store_stats":8},{"poolid":3,"num_pg":32,"stat_sum":{"num_bytes":5554,"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":62,"num_write_kb":31,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":91,"num_bytes_recovered":28572,"num_keys_recovered":30,"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":122880,"data_stored":22104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":23634,"internal_metadata":0},"log_size":56,"ondisk_log_size":56,"up":96,"acting":96,"num_store_stats":8},{"poolid":2,"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":8,"num_bytes_recovered":19,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":16384,"data_stored":76,"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":1,"num_pg":21,"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":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":5,"num_bytes_recovered":1378432,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":2375680,"data_stored":2361472,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":3129,"ondisk_log_size":3129,"up":63,"acting":63,"num_store_stats":8}],"osd_stats":[{"osd":7,"up_from":1400,"seq":6012954214453,"num_pgs":47,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1576288,"kb_used_data":1338008,"kb_used_omap":66,"kb_used_meta":238205,"kb_avail":92168864,"statfs":{"total":95995035648,"available":94380916736,"internally_reserved":0,"allocated":1370120192,"data_stored":1367115196,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":67622,"internal_metadata":243922906},"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":[1,0,1,2],"upper_bound":16},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":6,"up_from":0,"seq":5248450035895,"num_pgs":0,"num_osds":0,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":0,"kb_used":0,"kb_used_data":0,"kb_used_omap":0,"kb_used_meta":0,"kb_avail":0,"statfs":{"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},"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":[]},{"osd":5,"up_from":38,"seq":163208757865,"num_pgs":44,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":2436560,"kb_used_data":1146888,"kb_used_omap":1,"kb_used_meta":1289662,"kb_avail":91308592,"statfs":{"total":95995035648,"available":93499998208,"internally_reserved":0,"allocated":1174413312,"data_stored":1171419292,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":1320614342},"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":[0,0,0,2],"upper_bound":16},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":4,"up_from":30,"seq":128849019502,"num_pgs":52,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1710752,"kb_used_data":871640,"kb_used_omap":1,"kb_used_meta":839102,"kb_avail":92034400,"statfs":{"total":95995035648,"available":94243225600,"internally_reserved":0,"allocated":892559360,"data_stored":889555231,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":859240902},"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":[1],"upper_bound":2},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":3,"up_from":845,"seq":3629247365531,"num_pgs":53,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":2725580,"kb_used_data":1709764,"kb_used_omap":34,"kb_used_meta":1015773,"kb_avail":91019572,"statfs":{"total":95995035648,"available":93204041728,"internally_reserved":0,"allocated":1750798336,"data_stored":1747807913,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":35801,"internal_metadata":1040151591},"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":[0,0,1,2,1],"upper_bound":32},"perf_stat":{"commit_latency_ms":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[]},{"osd":2,"up_from":813,"seq":3491808412066,"num_pgs":34,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":2158112,"kb_used_data":1516376,"kb_used_omap":50,"kb_used_meta":641677,"kb_avail":91587040,"statfs":{"total":95995035648,"available":93785128960,"internally_reserved":0,"allocated":1552769024,"data_stored":1549765921,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":52011,"internal_metadata":657077461},"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":[0,1],"upper_bound":4},"perf_stat":{"commit_latency_ms":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[]},{"osd":1,"up_from":780,"seq":3350074491305,"num_pgs":53,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":4233220,"kb_used_data":3004476,"kb_used_omap":30,"kb_used_meta":1228705,"kb_avail":89511932,"statfs":{"total":95995035648,"available":91660218368,"internally_reserved":0,"allocated":3076583424,"data_stored":3073600508,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":31404,"internal_metadata":1258194260},"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":[2,2,2,1,2,4],"upper_bound":64},"perf_stat":{"commit_latency_ms":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[]},{"osd":0,"up_from":746,"seq":3204045603247,"num_pgs":46,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":2371604,"kb_used_data":1277388,"kb_used_omap":66,"kb_used_meta":1094141,"kb_avail":91373548,"statfs":{"total":95995035648,"available":93566513152,"internally_reserved":0,"allocated":1308045312,"data_stored":1305049204,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":68403,"internal_metadata":1120400589},"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":[0,2],"upper_bound":4},"perf_stat":{"commit_latency_ms":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":327680,"data_stored":327680,"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":0,"data_stored":0,"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":266240,"data_stored":262688,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"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":327680,"data_stored":327680,"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":266240,"data_stored":262688,"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":0,"data_stored":0,"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":4096,"data_stored":19,"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":4096,"data_stored":19,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":4096,"data_stored":19,"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":4096,"data_stored":19,"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":0,"data_stored":0,"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":8192,"data_stored":604,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3890,"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":3041,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":20480,"data_stored":5372,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1366,"internal_metadata":0},{"poolid":3,"osd":3,"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":3176,"internal_metadata":0},{"poolid":3,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":24576,"data_stored":4902,"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":8192,"data_stored":652,"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":24576,"data_stored":5442,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5318,"internal_metadata":0},{"poolid":3,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":28672,"data_stored":4972,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":6843,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":11,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":1315438592,"data_stored":1315438592,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":11,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":2824011776,"data_stored":2824011776,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":11,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":1576075264,"data_stored":1576075264,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":11,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":1742602240,"data_stored":1742602240,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":11,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":889978880,"data_stored":889978880,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":11,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":1179975680,"data_stored":1179975680,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":11,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":1380777984,"data_stored":1380777984,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-13T15:08:05.603 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:08:05.648 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:05.649 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:05.649 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:08:05.750 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:08:05.793 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:05.794 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:05.794 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:08:05.895 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:05.920 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:05.921 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:05.921 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:06.022 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:08:06.045 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:06.046 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:06.046 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:08:06.131 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 44 16 65388 65372 92.833 57.625 0.0143977 0.0107665 2024-09-13T15:08:06.147 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:08:06.180 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:06.181 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:06.182 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:08:06.282 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:06.306 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:06.307 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:06.308 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:08:06.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:06 smithi071 ceph-mon[112785]: pgmap v2348: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 3.8 GiB data, 18 GiB used, 608 GiB / 626 GiB avail; 72 MiB/s wr, 1.15k op/s; 2361/186924 objects misplaced (1.263%); 2.7 MiB/s, 43 objects/s recovering 2024-09-13T15:08:06.346 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:06 smithi071 ceph-mon[107477]: pgmap v2348: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 3.8 GiB data, 18 GiB used, 608 GiB / 626 GiB avail; 72 MiB/s wr, 1.15k op/s; 2361/186924 objects misplaced (1.263%); 2.7 MiB/s, 43 objects/s recovering 2024-09-13T15:08:06.368 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:08:06.408 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:06.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:06 smithi104 ceph-mon[105578]: pgmap v2348: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 3.8 GiB data, 18 GiB used, 608 GiB / 626 GiB avail; 72 MiB/s wr, 1.15k op/s; 2361/186924 objects misplaced (1.263%); 2.7 MiB/s, 43 objects/s recovering 2024-09-13T15:08:06.458 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:06.458 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:06.459 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:06.560 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:06.582 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:06.583 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:06.583 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:08:06.684 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:08:06.723 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:06.724 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:06.724 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:08:06.825 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:08:06.850 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:06.850 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:06.851 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:08:06.952 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:08:06.976 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:06.976 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:06.976 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:08:07.077 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:07.101 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:07.102 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:07.102 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:07.109 INFO:teuthology.orchestra.run.smithi071.stderr:noscrub is unset 2024-09-13T15:08:07.129 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 45 16 66275 66259 92.002 55.4375 0.0205876 0.0108623 2024-09-13T15:08:07.202 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:07.227 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:07.228 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:07.228 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:08:07.329 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:07.353 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:07.354 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:07.354 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:07.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:07 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1880427026' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T15:08:07.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:07 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T15:08:07.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:07 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1880427026' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T15:08:07.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:07 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T15:08:07.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:07 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1880427026' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T15:08:07.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:07 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T15:08:07.454 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:08:07.477 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:07.478 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:07.478 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:08:07.579 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:08:07.624 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:07.625 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:07.625 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:08:07.726 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:07.750 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:07.751 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:07.751 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:08:07.852 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:08:07.878 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:07.879 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:07.879 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:08:07.980 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:08:08.017 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:08.018 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:08.018 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:08:08.119 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:08:08.129 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 46 16 67341 67325 91.4503 66.625 0.0192868 0.0109225 2024-09-13T15:08:08.141 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:08.141 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:08.142 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:08:08.243 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:08.285 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:08.286 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:08.286 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:08.387 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:08.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:08 smithi071 ceph-mon[107477]: pgmap v2349: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 3.9 GiB data, 18 GiB used, 608 GiB / 626 GiB avail; 63 MiB/s wr, 1.01k op/s; 2361/190581 objects misplaced (1.239%); 2.1 MiB/s, 33 objects/s recovering 2024-09-13T15:08:08.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:08 smithi071 ceph-mon[107477]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:08:08.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:08 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T15:08:08.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:08 smithi071 ceph-mon[107477]: osdmap e1447: 8 total, 8 up, 7 in 2024-09-13T15:08:08.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:08 smithi071 ceph-mon[112785]: pgmap v2349: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 3.9 GiB data, 18 GiB used, 608 GiB / 626 GiB avail; 63 MiB/s wr, 1.01k op/s; 2361/190581 objects misplaced (1.239%); 2.1 MiB/s, 33 objects/s recovering 2024-09-13T15:08:08.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:08 smithi071 ceph-mon[112785]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:08:08.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:08 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T15:08:08.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:08 smithi071 ceph-mon[112785]: osdmap e1447: 8 total, 8 up, 7 in 2024-09-13T15:08:08.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:08 smithi104 ceph-mon[105578]: pgmap v2349: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 3.9 GiB data, 18 GiB used, 608 GiB / 626 GiB avail; 63 MiB/s wr, 1.01k op/s; 2361/190581 objects misplaced (1.239%); 2.1 MiB/s, 33 objects/s recovering 2024-09-13T15:08:08.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:08 smithi104 ceph-mon[105578]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:08:08.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:08 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T15:08:08.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:08 smithi104 ceph-mon[105578]: osdmap e1447: 8 total, 8 up, 7 in 2024-09-13T15:08:08.426 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:08.427 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:08.427 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:08.528 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:08:08.571 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:08.571 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:08.571 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:08:08.603 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-13T15:08:08.673 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:08:08.698 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:08.699 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:08.699 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:08:08.800 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:08:08.842 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:08.843 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:08.844 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:08:08.944 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:08:08.986 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:08.987 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:08.987 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:08:09.088 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:08:09.112 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:09.113 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:09.113 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:08:09.129 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 47 16 68381 68365 90.8875 65 0.0071738 0.0109967 2024-09-13T15:08:09.214 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:08:09.256 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:09.257 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:09.257 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:08:09.358 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:08:09.398 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:09.398 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:09.399 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:08:09.499 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:08:09.525 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:09.525 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:09.526 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:08:09.627 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:08:09.653 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:09.653 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:09.654 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:08:09.754 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:09.780 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:09.780 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:09.781 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:08:09.881 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:09.904 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:09.905 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:09.905 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:08:10.006 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:08:10.046 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:10.047 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:10.047 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:08:10.129 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 48 16 69435 69419 90.3664 65.875 0.0128675 0.0110592 2024-09-13T15:08:10.149 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:10.198 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:10.198 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:10.199 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:10.299 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:10.324 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:10.325 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:10.325 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:08:10.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:10 smithi071 ceph-mon[112785]: pgmap v2351: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 4.0 GiB data, 18 GiB used, 607 GiB / 626 GiB avail; 66 MiB/s wr, 1.05k op/s; 2181/195231 objects misplaced (1.117%); 2.6 MiB/s, 41 objects/s recovering 2024-09-13T15:08:10.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:10 smithi071 ceph-mon[107477]: pgmap v2351: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 4.0 GiB data, 18 GiB used, 607 GiB / 626 GiB avail; 66 MiB/s wr, 1.05k op/s; 2181/195231 objects misplaced (1.117%); 2.6 MiB/s, 41 objects/s recovering 2024-09-13T15:08:10.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:10 smithi104 ceph-mon[105578]: pgmap v2351: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 4.0 GiB data, 18 GiB used, 607 GiB / 626 GiB avail; 66 MiB/s wr, 1.05k op/s; 2181/195231 objects misplaced (1.117%); 2.6 MiB/s, 41 objects/s recovering 2024-09-13T15:08:10.426 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:08:10.466 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:10.467 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:10.467 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:08:10.568 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:08:10.593 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:10.594 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:10.594 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:08:10.695 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:08:10.732 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:10.733 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:10.733 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:08:10.834 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:08:10.875 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:10.876 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:10.876 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:08:10.977 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:08:11.014 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:11.016 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:11.017 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:08:11.117 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:08:11.131 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 49 16 70494 70478 89.8729 66.1875 0.0104413 0.0111205 2024-09-13T15:08:11.173 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:11.173 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:11.174 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:08:11.275 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:11.316 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:11.316 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:11.317 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:11.417 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:11.443 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:11.444 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:11.445 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:11.545 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:11.586 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:11.587 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:11.587 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:11.688 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:11.730 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:11.730 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:11.730 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:11.807 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T15:08:11.808 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T15:08:11.831 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:08:11.851 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T15:08:11.851 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T15:08:11.875 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:11.876 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:11.876 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:08:11.886 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T15:08:11.887 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T15:08:11.920 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T15:08:11.921 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T15:08:11.956 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T15:08:11.956 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T15:08:11.977 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:11.989 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T15:08:11.990 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T15:08:12.003 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:12.004 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:12.004 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:12.022 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T15:08:12.023 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T15:08:12.054 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T15:08:12.054 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T15:08:12.105 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:12.129 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 50 16 71497 71481 89.3292 62.6875 0.0131729 0.0111889 2024-09-13T15:08:12.147 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:12.147 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:12.148 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:12.249 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:08:12.271 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:12.271 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:12.272 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:08:12.372 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:08:12.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:12 smithi071 ceph-mon[107477]: pgmap v2352: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 4.1 GiB data, 19 GiB used, 607 GiB / 626 GiB avail; 63 MiB/s wr, 1.01k op/s; 2181/202830 objects misplaced (1.075%); 2.6 MiB/s, 41 objects/s recovering 2024-09-13T15:08:12.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:12 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/927948420' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:08:12.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:12 smithi071 ceph-mon[112785]: pgmap v2352: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 4.1 GiB data, 19 GiB used, 607 GiB / 626 GiB avail; 63 MiB/s wr, 1.01k op/s; 2181/202830 objects misplaced (1.075%); 2.6 MiB/s, 41 objects/s recovering 2024-09-13T15:08:12.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:12 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/927948420' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:08:12.408 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:12.409 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:12.409 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:08:12.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:12 smithi104 ceph-mon[105578]: pgmap v2352: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 4.1 GiB data, 19 GiB used, 607 GiB / 626 GiB avail; 63 MiB/s wr, 1.01k op/s; 2181/202830 objects misplaced (1.075%); 2.6 MiB/s, 41 objects/s recovering 2024-09-13T15:08:12.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:12 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/927948420' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:08:12.510 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:08:12.552 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:12.553 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:12.553 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:08:12.651 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd unset nodeep-scrub 2024-09-13T15:08:12.654 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:08:12.737 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:12.738 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:12.738 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:08:12.839 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:12.864 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:12.864 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:12.865 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:08:12.966 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:08:12.990 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:12.991 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:12.992 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:08:13.093 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:08:13.129 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 51 16 72491 72475 88.7957 62.125 0.012271 0.0112556 2024-09-13T15:08:13.130 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:13.131 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:13.132 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:08:13.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:08:12 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:08:12] "GET /metrics HTTP/1.1" 200 36685 "" "Prometheus/2.51.0" 2024-09-13T15:08:13.233 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:13.277 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:13.278 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:13.278 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:13.379 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:13.405 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:13.405 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:13.406 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:13.506 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:08:13.531 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:13.531 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:13.532 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:08:13.633 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:08:13.658 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:13.658 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:13.659 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:08:13.760 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:13.797 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:13.798 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:13.798 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:13.899 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:08:13.943 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:13.943 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:13.944 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:08:14.045 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:14.071 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:14.072 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:14.072 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:08:14.130 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 52 16 73464 73448 88.2576 60.8125 0.0266537 0.0113242 2024-09-13T15:08:14.173 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:08:14.211 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:14 smithi071 ceph-mon[107477]: pgmap v2353: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 4.3 GiB data, 19 GiB used, 607 GiB / 626 GiB avail; 63 MiB/s wr, 1.00k op/s; 2181/209595 objects misplaced (1.041%); 2.6 MiB/s, 41 objects/s recovering 2024-09-13T15:08:14.212 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:14 smithi071 ceph-mon[112785]: pgmap v2353: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 4.3 GiB data, 19 GiB used, 607 GiB / 626 GiB avail; 63 MiB/s wr, 1.00k op/s; 2181/209595 objects misplaced (1.041%); 2.6 MiB/s, 41 objects/s recovering 2024-09-13T15:08:14.215 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:14.216 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:14.216 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:08:14.317 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:14.340 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:14.341 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:14.341 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:08:14.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:14 smithi104 ceph-mon[105578]: pgmap v2353: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 4.3 GiB data, 19 GiB used, 607 GiB / 626 GiB avail; 63 MiB/s wr, 1.00k op/s; 2181/209595 objects misplaced (1.041%); 2.6 MiB/s, 41 objects/s recovering 2024-09-13T15:08:14.442 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:14.483 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:14.484 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:14.485 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:14.585 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:08:14.633 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:14.634 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:14.634 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:08:14.735 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:08:14.767 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:14.767 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:14.768 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:08:14.869 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:08:14.907 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:14.908 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:14.909 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:08:15.009 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:08:15.030 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:15.031 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:15.031 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:08:15.129 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 53 16 74308 74292 87.5876 52.75 0.0333654 0.0114109 2024-09-13T15:08:15.132 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:08:15.154 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:15.155 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:15.155 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:08:15.256 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:08:15.291 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:15.292 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:15.292 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:08:15.393 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:15.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:15 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:08:15.434 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:15.435 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:15.435 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:15.536 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:15.561 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:15.562 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:15.562 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:15.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:15 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:08:15.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:15 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:08:15.663 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:15.688 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:15.688 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:15.689 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:08:15.789 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:08:15.811 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:15.812 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:15.812 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:08:15.913 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:08:15.938 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:15.939 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:15.939 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:08:16.040 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:16.067 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:16.067 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:16.068 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:08:16.130 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 54 16 75257 75241 87.064 59.3125 0.0267251 0.0114802 2024-09-13T15:08:16.168 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:16.212 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:16.213 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:16.213 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:16.314 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:16.337 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:16.338 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:16.338 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:16.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:16 smithi104 ceph-mon[105578]: pgmap v2354: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 4.4 GiB data, 20 GiB used, 606 GiB / 626 GiB avail; 63 MiB/s wr, 1.01k op/s; 1982/217206 objects misplaced (0.912%); 2.4 MiB/s, 37 objects/s recovering 2024-09-13T15:08:16.438 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:16.467 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:16.468 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:16.468 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:16.569 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:16.597 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:16.598 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:16.598 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:16.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:16 smithi071 ceph-mon[112785]: pgmap v2354: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 4.4 GiB data, 20 GiB used, 606 GiB / 626 GiB avail; 63 MiB/s wr, 1.01k op/s; 1982/217206 objects misplaced (0.912%); 2.4 MiB/s, 37 objects/s recovering 2024-09-13T15:08:16.646 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:16 smithi071 ceph-mon[107477]: pgmap v2354: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 4.4 GiB data, 20 GiB used, 606 GiB / 626 GiB avail; 63 MiB/s wr, 1.01k op/s; 1982/217206 objects misplaced (0.912%); 2.4 MiB/s, 37 objects/s recovering 2024-09-13T15:08:16.699 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:08:16.723 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:16.723 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:16.724 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:08:16.825 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:08:16.850 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:16.850 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:16.851 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:08:16.952 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:16.976 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:16.976 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:16.976 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:08:17.077 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:17.100 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:17.100 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:17.101 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:08:17.131 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 55 16 76160 76144 86.5054 56.4375 0.00909296 0.0115543 2024-09-13T15:08:17.201 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:08:17.226 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:17.227 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:17.227 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:08:17.328 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:08:17.373 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:17.374 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:17.374 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:08:17.475 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:17.498 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:17.498 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:17.499 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:08:17.600 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:17.647 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:17.647 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:17.648 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:17.655 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:08:17.656 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:08:17.749 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:08:17.775 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:17.775 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:17.776 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:08:17.876 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:17.902 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:17.902 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:17.903 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:08:18.004 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:18.044 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:18.045 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:18.045 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:18.131 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 56 16 77085 77069 85.993 57.8125 0.0180413 0.0116228 2024-09-13T15:08:18.147 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:08:18.182 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:18.183 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:18.184 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:08:18.284 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:08:18.321 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:18.322 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:18.323 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:08:18.369 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:18 smithi071 ceph-mon[107477]: pgmap v2355: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 4.5 GiB data, 20 GiB used, 606 GiB / 626 GiB avail; 63 MiB/s wr, 1.01k op/s; 1982/220776 objects misplaced (0.898%); 2.4 MiB/s, 37 objects/s recovering 2024-09-13T15:08:18.370 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:18 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T15:08:18.370 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:18 smithi071 ceph-mon[112785]: pgmap v2355: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 4.5 GiB data, 20 GiB used, 606 GiB / 626 GiB avail; 63 MiB/s wr, 1.01k op/s; 1982/220776 objects misplaced (0.898%); 2.4 MiB/s, 37 objects/s recovering 2024-09-13T15:08:18.370 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:18 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T15:08:18.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:18 smithi104 ceph-mon[105578]: pgmap v2355: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 4.5 GiB data, 20 GiB used, 606 GiB / 626 GiB avail; 63 MiB/s wr, 1.01k op/s; 1982/220776 objects misplaced (0.898%); 2.4 MiB/s, 37 objects/s recovering 2024-09-13T15:08:18.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:18 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T15:08:18.424 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:08:18.460 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:18.461 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:18.462 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:08:18.562 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:18.592 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:18.592 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:18.593 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:08:18.694 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:08:18.732 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:18.733 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:18.733 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:08:18.834 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:08:18.885 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:18.886 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:18.886 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:08:18.987 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:08:19.025 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:19.026 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:19.026 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:08:19.127 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:19.131 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 57 16 78060 78044 85.5534 60.9375 0.0131069 0.0116835 2024-09-13T15:08:19.152 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:19.153 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:19.153 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:08:19.254 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:08:19.301 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:19.301 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:19.302 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:08:19.402 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:19.427 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:19.427 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:19.428 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:19.528 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:08:19.566 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:19.567 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:19.567 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:08:19.668 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:08:19.693 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=true 2024-09-13T15:08:19.695 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:19.696 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:19.696 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:08:19.797 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:19.821 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:19.822 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:19.822 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:19.923 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:08:19.958 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:19.959 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:19.959 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:08:20.060 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:08:20.095 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:20.095 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:20.095 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:08:20.131 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 58 16 79039 79023 85.1332 61.1875 0.0249984 0.0117405 2024-09-13T15:08:20.197 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:08:20.241 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:20.241 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:20.242 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:08:20.342 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:20.367 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:20.368 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:20.368 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:08:20.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:20 smithi104 ceph-mon[105578]: pgmap v2356: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 4.6 GiB data, 20 GiB used, 606 GiB / 626 GiB avail; 60 MiB/s wr, 965 op/s; 1787/225165 objects misplaced (0.794%); 3.0 MiB/s, 48 objects/s recovering 2024-09-13T15:08:20.469 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:08:20.496 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:20.496 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:20.497 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:08:20.597 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:20.620 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:20.621 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:20.621 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:20.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:20 smithi071 ceph-mon[107477]: pgmap v2356: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 4.6 GiB data, 20 GiB used, 606 GiB / 626 GiB avail; 60 MiB/s wr, 965 op/s; 1787/225165 objects misplaced (0.794%); 3.0 MiB/s, 48 objects/s recovering 2024-09-13T15:08:20.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:20 smithi071 ceph-mon[112785]: pgmap v2356: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 4.6 GiB data, 20 GiB used, 606 GiB / 626 GiB avail; 60 MiB/s wr, 965 op/s; 1787/225165 objects misplaced (0.794%); 3.0 MiB/s, 48 objects/s recovering 2024-09-13T15:08:20.723 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:08:20.763 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:20.764 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:20.764 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:08:20.865 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:20.889 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:20.890 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:20.890 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:20.991 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:21.013 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:21.014 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:21.014 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:08:21.115 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:08:21.131 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 59 16 79839 79823 84.5378 50 0.00311656 0.0117887 2024-09-13T15:08:21.136 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:21.137 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:21.137 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:08:21.238 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:21.264 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:21.264 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:21.265 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:08:21.366 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:21.391 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:21.391 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:21.392 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:21.493 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:21.523 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:21.524 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:21.524 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:21.625 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:08:21.664 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:21.665 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:21.665 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:08:21.766 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:21.806 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:21.807 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:21.807 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:21.908 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:21.938 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:21.939 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:21.939 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:22.040 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:22.061 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:22.062 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:22.062 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:22.131 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:2024-09-13T15:08:22.131151+0000 min lat: 0.0011004 max lat: 2.69288 avg lat: 0.0118991 2024-09-13T15:08:22.132 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2024-09-13T15:08:22.132 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 60 16 80616 80600 83.9382 48.5625 0.124947 0.0118991 2024-09-13T15:08:22.163 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:22.195 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:22.196 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:22.196 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:22.297 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:08:22.339 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:22.339 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:22.340 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:08:22.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:22 smithi104 ceph-mon[105578]: pgmap v2357: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 4.7 GiB data, 21 GiB used, 605 GiB / 626 GiB avail; 64 MiB/s wr, 1.02k op/s; 1787/232137 objects misplaced (0.770%); 2.1 MiB/s, 32 objects/s recovering 2024-09-13T15:08:22.432 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:22 smithi071 ceph-mon[107477]: pgmap v2357: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 4.7 GiB data, 21 GiB used, 605 GiB / 626 GiB avail; 64 MiB/s wr, 1.02k op/s; 1787/232137 objects misplaced (0.770%); 2.1 MiB/s, 32 objects/s recovering 2024-09-13T15:08:22.432 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:22 smithi071 ceph-mon[112785]: pgmap v2357: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 4.7 GiB data, 21 GiB used, 605 GiB / 626 GiB avail; 64 MiB/s wr, 1.02k op/s; 1787/232137 objects misplaced (0.770%); 2.1 MiB/s, 32 objects/s recovering 2024-09-13T15:08:22.441 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:08:22.467 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:22.468 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:22.468 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:08:22.569 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:08:22.612 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:22.613 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:22.613 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:08:22.714 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:08:22.741 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:22.742 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:22.742 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:08:22.843 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:22.871 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:22.873 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:22.874 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:08:22.975 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:08:22.997 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:22.997 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:22.998 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:08:23.099 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:08:23.124 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:23.125 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:23.125 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:08:23.131 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 61 16 81549 81533 83.5181 58.3125 0.00836981 0.0119675 2024-09-13T15:08:23.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:08:22 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:08:22] "GET /metrics HTTP/1.1" 200 36689 "" "Prometheus/2.51.0" 2024-09-13T15:08:23.226 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:08:23.253 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:23.254 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:23.254 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:08:23.355 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:08:23.388 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:23.388 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:23.389 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:08:23.490 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:23.513 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:23.513 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:23.514 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:08:23.614 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:23.638 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:23.639 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:23.640 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:23.740 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:23.763 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:23.764 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:23.764 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:23.786 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T15:08:23.786 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T15:08:23.865 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:08:23.916 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:23.916 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:23.917 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:08:24.018 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:24.043 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:24.044 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:24.044 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:08:24.131 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 62 16 82452 82436 83.0813 56.4375 0.00486023 0.0120299 2024-09-13T15:08:24.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:23 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:08:24.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:23 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:08:24.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:23 smithi071 ceph-mon[112785]: pgmap v2358: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 4.8 GiB data, 21 GiB used, 605 GiB / 626 GiB avail; 61 MiB/s wr, 976 op/s; 1787/237993 objects misplaced (0.751%); 2.1 MiB/s, 32 objects/s recovering 2024-09-13T15:08:24.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:23 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:08:24.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:23 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:08:24.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:23 smithi071 ceph-mon[107477]: pgmap v2358: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 4.8 GiB data, 21 GiB used, 605 GiB / 626 GiB avail; 61 MiB/s wr, 976 op/s; 1787/237993 objects misplaced (0.751%); 2.1 MiB/s, 32 objects/s recovering 2024-09-13T15:08:24.145 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:24.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:23 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:08:24.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:23 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:08:24.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:23 smithi104 ceph-mon[105578]: pgmap v2358: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 4.8 GiB data, 21 GiB used, 605 GiB / 626 GiB avail; 61 MiB/s wr, 976 op/s; 1787/237993 objects misplaced (0.751%); 2.1 MiB/s, 32 objects/s recovering 2024-09-13T15:08:24.185 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:24.186 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:24.187 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:24.287 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:08:24.331 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:24.331 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:24.331 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:08:24.432 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:24.472 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:24.473 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:24.473 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:24.574 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:08:24.617 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:24.618 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:24.618 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:08:24.719 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:08:24.756 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:24.756 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:24.757 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:08:24.857 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:08:24.883 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:24.884 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:24.885 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:08:24.985 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:25.028 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:25.028 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:25.029 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:25.130 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:08:25.133 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 63 15 83344 83329 82.6477 55.8125 0.0156 0.0120942 2024-09-13T15:08:25.173 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:25.174 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:25.174 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:08:25.275 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:08:25.319 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:25.320 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:25.320 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:08:25.421 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:08:25.456 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:25.457 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:25.457 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:08:25.558 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:08:25.606 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:25.607 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:25.607 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:08:25.708 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:25.732 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:25.732 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:25.733 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:25.750 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.1 dump_blocked_ops 2024-09-13T15:08:25.833 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:25.857 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:25.857 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:25.858 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:25.958 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:25.984 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:25.984 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:25.985 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:08:26.086 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:08:26.108 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:26.109 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:26.109 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:08:26.132 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 64 16 84125 84109 82.1181 48.75 0.00448392 0.0121645 2024-09-13T15:08:26.210 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:26.231 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:26.232 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:26.232 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:26.272 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T15:08:26.274 INFO:teuthology.orchestra.run.smithi071.stderr:dumped all 2024-09-13T15:08:26.333 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:26.354 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:26.355 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:26.355 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:26.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:26 smithi071 ceph-mon[107477]: pgmap v2359: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 5.0 GiB data, 21 GiB used, 604 GiB / 626 GiB avail; 61 MiB/s wr, 969 op/s; 1519/244497 objects misplaced (0.621%); 3.4 MiB/s, 55 objects/s recovering 2024-09-13T15:08:26.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:26 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/828580371' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:08:26.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:26 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:08:26.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:26 smithi071 ceph-mon[112785]: pgmap v2359: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 5.0 GiB data, 21 GiB used, 604 GiB / 626 GiB avail; 61 MiB/s wr, 969 op/s; 1519/244497 objects misplaced (0.621%); 3.4 MiB/s, 55 objects/s recovering 2024-09-13T15:08:26.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:26 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/828580371' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:08:26.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:26 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:08:26.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:26 smithi104 ceph-mon[105578]: pgmap v2359: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 5.0 GiB data, 21 GiB used, 604 GiB / 626 GiB avail; 61 MiB/s wr, 969 op/s; 1519/244497 objects misplaced (0.621%); 3.4 MiB/s, 55 objects/s recovering 2024-09-13T15:08:26.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:26 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/828580371' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:08:26.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:26 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:08:26.457 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:26.479 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:26.480 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:26.480 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:26.581 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:08:26.620 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:26.620 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:26.621 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:08:26.721 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:08:26.746 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:26.746 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:26.747 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:08:26.847 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:26.889 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:26.890 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:26.890 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:26.991 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:08:27.014 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:27.015 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:27.015 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:08:27.116 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:27.132 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 65 16 84711 84695 81.4183 36.625 0.00326734 0.0122637 2024-09-13T15:08:27.137 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:27.137 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:27.138 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:27.238 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:27.252 INFO:teuthology.orchestra.run.smithi071.stderr:nodeep-scrub is unset 2024-09-13T15:08:27.261 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:27.261 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:27.262 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:08:27.363 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:08:27.386 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:27.387 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:27.387 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:08:27.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:27 smithi071 ceph-mon[107477]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T15:08:27.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:27 smithi071 ceph-mon[107477]: Cluster is now healthy 2024-09-13T15:08:27.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:27 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T15:08:27.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:27 smithi071 ceph-mon[107477]: osdmap e1448: 8 total, 8 up, 7 in 2024-09-13T15:08:27.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:27 smithi071 ceph-mon[107477]: from='client.55846 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T15:08:27.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:27 smithi071 ceph-mon[112785]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T15:08:27.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:27 smithi071 ceph-mon[112785]: Cluster is now healthy 2024-09-13T15:08:27.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:27 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T15:08:27.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:27 smithi071 ceph-mon[112785]: osdmap e1448: 8 total, 8 up, 7 in 2024-09-13T15:08:27.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:27 smithi071 ceph-mon[112785]: from='client.55846 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T15:08:27.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:27 smithi104 ceph-mon[105578]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T15:08:27.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:27 smithi104 ceph-mon[105578]: Cluster is now healthy 2024-09-13T15:08:27.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:27 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T15:08:27.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:27 smithi104 ceph-mon[105578]: osdmap e1448: 8 total, 8 up, 7 in 2024-09-13T15:08:27.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:27 smithi104 ceph-mon[105578]: from='client.55846 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T15:08:27.488 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:27.511 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:27.512 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:27.512 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:27.613 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:08:27.654 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:27.654 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:27.655 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:08:27.756 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:08:27.781 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:27.782 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:27.782 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:08:27.883 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:08:27.911 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:27.911 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:27.912 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:08:28.012 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:28.050 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:28.051 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:28.051 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:28.132 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 66 16 85545 85529 80.9744 52.125 0.0123343 0.0123443 2024-09-13T15:08:28.152 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:28.174 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:28.175 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:28.176 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:28.276 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:28.302 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:28.302 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:28.303 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:08:28.380 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:28 smithi071 ceph-mon[107477]: pgmap v2361: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 5.0 GiB data, 22 GiB used, 604 GiB / 626 GiB avail; 56 MiB/s wr, 894 op/s; 1519/247632 objects misplaced (0.613%); 2.9 MiB/s, 46 objects/s recovering 2024-09-13T15:08:28.380 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:28 smithi071 ceph-mon[112785]: pgmap v2361: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 5.0 GiB data, 22 GiB used, 604 GiB / 626 GiB avail; 56 MiB/s wr, 894 op/s; 1519/247632 objects misplaced (0.613%); 2.9 MiB/s, 46 objects/s recovering 2024-09-13T15:08:28.404 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:28.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:28 smithi104 ceph-mon[105578]: pgmap v2361: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 5.0 GiB data, 22 GiB used, 604 GiB / 626 GiB avail; 56 MiB/s wr, 894 op/s; 1519/247632 objects misplaced (0.613%); 2.9 MiB/s, 46 objects/s recovering 2024-09-13T15:08:28.429 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:28.429 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:28.430 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:08:28.530 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:28.558 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:28.558 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:28.559 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:08:28.660 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:08:28.709 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:28.710 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:28.710 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:08:28.811 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:08:28.836 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:28.837 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:28.837 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:08:28.938 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:08:28.990 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:28.991 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:28.991 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:08:29.092 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:08:29.132 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:29.132 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:29.133 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:08:29.133 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 67 16 86461 86445 80.6203 57.25 0.0102888 0.0123978 2024-09-13T15:08:29.234 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:29.274 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:29.275 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:29.275 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:29.353 INFO:teuthology.orchestra.run.smithi071.stdout:{"pg_ready":true,"pg_map":{"version":2360,"stamp":"2024-09-13T15:08:26.100439+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":5375334373,"num_objects":82038,"num_object_clones":0,"num_object_copies":246114,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":1519,"num_objects_unfound":0,"num_objects_dirty":82038,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":82076,"num_write_kb":5248801,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":1471,"num_bytes_recovered":90994735,"num_keys_recovered":30,"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":85200,"ondisk_log_size":85200,"up":327,"acting":327,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":329,"num_osds":7,"num_per_pool_osds":7,"num_per_pool_omap_osds":7,"kb":656216064,"kb_used":22648580,"kb_used_data":16196876,"kb_used_omap":252,"kb_used_meta":6451395,"kb_avail":633567484,"statfs":{"total":671965249536,"available":648773103616,"internally_reserved":0,"allocated":16585601024,"data_stored":16564570519,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":258429,"internal_metadata":6606229123},"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":4,"apply_latency_ms":4,"commit_latency_ns":4000000,"apply_latency_ns":4000000},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":631504896,"num_objects":9636,"num_object_clones":0,"num_object_copies":28908,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":-463,"num_objects_unfound":0,"num_objects_dirty":9636,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":9636,"num_write_kb":616704,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":463,"num_bytes_recovered":30343168,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":"11.060048"},"pg_stats":[{"pgid":"1.11","version":"373'149","reported_seq":1677,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:07.122334+0000","last_change":"2024-09-13T15:03:55.256070+0000","last_active":"2024-09-13T15:08:07.122334+0000","last_peered":"2024-09-13T15:08:07.122334+0000","last_clean":"2024-09-13T15:08:07.122334+0000","last_became_active":"2024-09-13T15:03:54.361713+0000","last_became_peered":"2024-09-13T15:03:54.361713+0000","last_unstale":"2024-09-13T15:08:07.122334+0000","last_undegraded":"2024-09-13T15:08:07.122334+0000","last_fullsized":"2024-09-13T15:08:07.122334+0000","mapping_epoch":1407,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1408,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:03:55.256014+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:03:55.256014+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:43:38.456769+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.14","version":"0'0","reported_seq":226,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:07.125078+0000","last_change":"2024-09-13T15:03:38.356940+0000","last_active":"2024-09-13T15:08:07.125078+0000","last_peered":"2024-09-13T15:08:07.125078+0000","last_clean":"2024-09-13T15:08:07.125078+0000","last_became_active":"2024-09-13T15:03:38.356599+0000","last_became_peered":"2024-09-13T15:03:38.356599+0000","last_unstale":"2024-09-13T15:08:07.125078+0000","last_undegraded":"2024-09-13T15:08:07.125078+0000","last_fullsized":"2024-09-13T15:08:07.125078+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:30:57.502891+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.13","version":"70'2","reported_seq":158,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:07.111920+0000","last_change":"2024-09-13T15:03:38.350681+0000","last_active":"2024-09-13T15:08:07.111920+0000","last_peered":"2024-09-13T15:08:07.111920+0000","last_clean":"2024-09-13T15:08:07.111920+0000","last_became_active":"2024-09-13T15:03:38.349386+0000","last_became_peered":"2024-09-13T15:03:38.349386+0000","last_unstale":"2024-09-13T15:08:07.111920+0000","last_undegraded":"2024-09-13T15:08:07.111920+0000","last_fullsized":"2024-09-13T15:08:07.111920+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T02:02:39.428946+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":6,"num_bytes_recovered":102,"num_keys_recovered":30,"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,2],"acting":[7,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.10","version":"373'149","reported_seq":1804,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:08:01.060959+0000","last_change":"2024-09-13T15:03:38.349355+0000","last_active":"2024-09-13T15:08:01.060959+0000","last_peered":"2024-09-13T15:08:01.060959+0000","last_clean":"2024-09-13T15:08:01.060959+0000","last_became_active":"2024-09-13T15:03:38.349035+0000","last_became_peered":"2024-09-13T15:03:38.349035+0000","last_unstale":"2024-09-13T15:08:01.060959+0000","last_undegraded":"2024-09-13T15:08:01.060959+0000","last_fullsized":"2024-09-13T15:08:01.060959+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:47.921711+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:47.921711+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:12:52.991080+0000","scrub_duration":0.001430061,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.15","version":"0'0","reported_seq":1499,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:49.307654+0000","last_change":"2024-09-13T15:03:38.344711+0000","last_active":"2024-09-13T15:07:49.307654+0000","last_peered":"2024-09-13T15:07:49.307654+0000","last_clean":"2024-09-13T15:07:49.307654+0000","last_became_active":"2024-09-13T15:03:38.344365+0000","last_became_peered":"2024-09-13T15:03:38.344365+0000","last_unstale":"2024-09-13T15:07:49.307654+0000","last_undegraded":"2024-09-13T15:07:49.307654+0000","last_fullsized":"2024-09-13T15:07:49.307654+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:45:19.898790+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[5,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.12","version":"0'0","reported_seq":2154,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:07.121660+0000","last_change":"2024-09-13T15:05:51.741228+0000","last_active":"2024-09-13T15:08:07.121660+0000","last_peered":"2024-09-13T15:08:07.121660+0000","last_clean":"2024-09-13T15:08:07.121660+0000","last_became_active":"2024-09-13T15:05:51.740897+0000","last_became_peered":"2024-09-13T15:05:51.740897+0000","last_unstale":"2024-09-13T15:08:07.121660+0000","last_undegraded":"2024-09-13T15:08:07.121660+0000","last_fullsized":"2024-09-13T15:08:07.121660+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:41:52.248592+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.13","version":"373'149","reported_seq":1698,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:07.129494+0000","last_change":"2024-09-13T15:06:05.604138+0000","last_active":"2024-09-13T15:08:07.129494+0000","last_peered":"2024-09-13T15:08:07.129494+0000","last_clean":"2024-09-13T15:08:07.129494+0000","last_became_active":"2024-09-13T15:05:54.404195+0000","last_became_peered":"2024-09-13T15:05:54.404195+0000","last_unstale":"2024-09-13T15:08:07.129494+0000","last_undegraded":"2024-09-13T15:08:07.129494+0000","last_fullsized":"2024-09-13T15:08:07.129494+0000","mapping_epoch":1425,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1426,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:06:05.604073+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:06:05.604073+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:32:36.388156+0000","scrub_duration":11,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"4.16","version":"0'0","reported_seq":2165,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:07.122725+0000","last_change":"2024-09-13T15:03:38.349331+0000","last_active":"2024-09-13T15:08:07.122725+0000","last_peered":"2024-09-13T15:08:07.122725+0000","last_clean":"2024-09-13T15:08:07.122725+0000","last_became_active":"2024-09-13T15:03:38.348741+0000","last_became_peered":"2024-09-13T15:03:38.348741+0000","last_unstale":"2024-09-13T15:08:07.122725+0000","last_undegraded":"2024-09-13T15:08:07.122725+0000","last_fullsized":"2024-09-13T15:08:07.122725+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:28:53.539736+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[0,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.11","version":"0'0","reported_seq":115,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:07.111366+0000","last_change":"2024-09-13T15:03:38.354041+0000","last_active":"2024-09-13T15:08:07.111366+0000","last_peered":"2024-09-13T15:08:07.111366+0000","last_clean":"2024-09-13T15:08:07.111366+0000","last_became_active":"2024-09-13T15:03:38.351864+0000","last_became_peered":"2024-09-13T15:03:38.351864+0000","last_unstale":"2024-09-13T15:08:07.111366+0000","last_undegraded":"2024-09-13T15:08:07.111366+0000","last_fullsized":"2024-09-13T15:08:07.111366+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:43:45.532422+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[7,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.12","version":"373'149","reported_seq":1801,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:08:01.060995+0000","last_change":"2024-09-13T15:03:38.356066+0000","last_active":"2024-09-13T15:08:01.060995+0000","last_peered":"2024-09-13T15:08:01.060995+0000","last_clean":"2024-09-13T15:08:01.060995+0000","last_became_active":"2024-09-13T15:03:38.355743+0000","last_became_peered":"2024-09-13T15:03:38.355743+0000","last_unstale":"2024-09-13T15:08:01.060995+0000","last_undegraded":"2024-09-13T15:08:01.060995+0000","last_fullsized":"2024-09-13T15:08:01.060995+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:46.963090+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:46.963090+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:18:39.622092+0000","scrub_duration":0.0014971279999999999,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[5,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.17","version":"0'0","reported_seq":61,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:07.124192+0000","last_change":"2024-09-13T15:05:51.734614+0000","last_active":"2024-09-13T15:08:07.124192+0000","last_peered":"2024-09-13T15:08:07.124192+0000","last_clean":"2024-09-13T15:08:07.124192+0000","last_became_active":"2024-09-13T15:05:51.734240+0000","last_became_peered":"2024-09-13T15:05:51.734240+0000","last_unstale":"2024-09-13T15:08:07.124192+0000","last_undegraded":"2024-09-13T15:08:07.124192+0000","last_fullsized":"2024-09-13T15:08:07.124192+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:39:54.213629+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[3,7,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.10","version":"70'8","reported_seq":107,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:07.122373+0000","last_change":"2024-09-13T15:05:47.285978+0000","last_active":"2024-09-13T15:08:07.122373+0000","last_peered":"2024-09-13T15:08:07.122373+0000","last_clean":"2024-09-13T15:08:07.122373+0000","last_became_active":"2024-09-13T15:03:51.626453+0000","last_became_peered":"2024-09-13T15:03:51.626453+0000","last_unstale":"2024-09-13T15:08:07.122373+0000","last_undegraded":"2024-09-13T15:08:07.122373+0000","last_fullsized":"2024-09-13T15:08:07.122373+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1419,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T01:57:18.346358+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":20,"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":[0,5,3],"acting":[0,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"11.7","version":"1447'5293","reported_seq":5310,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:26.002439+0000","last_change":"2024-09-13T15:07:14.123016+0000","last_active":"2024-09-13T15:08:26.002439+0000","last_peered":"2024-09-13T15:08:26.002439+0000","last_clean":"2024-09-13T15:08:26.002439+0000","last_became_active":"2024-09-13T15:07:14.122640+0000","last_became_peered":"2024-09-13T15:07:14.122640+0000","last_unstale":"2024-09-13T15:08:26.002439+0000","last_undegraded":"2024-09-13T15:08:26.002439+0000","last_fullsized":"2024-09-13T15:08:26.002439+0000","mapping_epoch":1439,"log_start":"0'0","ondisk_log_start":"0'0","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":5293,"log_dups_size":0,"ondisk_log_size":5293,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:32:15.200453+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":346882048,"num_objects":5293,"num_object_clones":0,"num_object_copies":15879,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5293,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":5293,"num_write_kb":338752,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[5,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"1.d","version":"373'149","reported_seq":1796,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:07.112258+0000","last_change":"2024-09-13T15:07:01.928087+0000","last_active":"2024-09-13T15:08:07.112258+0000","last_peered":"2024-09-13T15:08:07.112258+0000","last_clean":"2024-09-13T15:08:07.112258+0000","last_became_active":"2024-09-13T15:03:38.350105+0000","last_became_peered":"2024-09-13T15:03:38.350105+0000","last_unstale":"2024-09-13T15:08:07.112258+0000","last_undegraded":"2024-09-13T15:08:07.112258+0000","last_fullsized":"2024-09-13T15:08:07.112258+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:07:01.927969+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:07:01.927969+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:18:08.638205+0000","scrub_duration":0.0022436270000000002,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.f","version":"70'1","reported_seq":132,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:07.112083+0000","last_change":"2024-09-13T15:03:51.626292+0000","last_active":"2024-09-13T15:08:07.112083+0000","last_peered":"2024-09-13T15:08:07.112083+0000","last_clean":"2024-09-13T15:08:07.112083+0000","last_became_active":"2024-09-13T15:03:51.623114+0000","last_became_peered":"2024-09-13T15:03:51.623114+0000","last_unstale":"2024-09-13T15:08:07.112083+0000","last_undegraded":"2024-09-13T15:08:07.112083+0000","last_fullsized":"2024-09-13T15:08:07.112083+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T15:05:32.910110+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":3,"num_bytes_recovered":66,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[7,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.8","version":"0'0","reported_seq":1474,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:49.307174+0000","last_change":"2024-09-13T15:03:38.353305+0000","last_active":"2024-09-13T15:07:49.307174+0000","last_peered":"2024-09-13T15:07:49.307174+0000","last_clean":"2024-09-13T15:07:49.307174+0000","last_became_active":"2024-09-13T15:03:38.352879+0000","last_became_peered":"2024-09-13T15:03:38.352879+0000","last_unstale":"2024-09-13T15:07:49.307174+0000","last_undegraded":"2024-09-13T15:07:49.307174+0000","last_fullsized":"2024-09-13T15:07:49.307174+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:40:30.592651+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"11.6","version":"1447'5173","reported_seq":5200,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:24.933620+0000","last_change":"2024-09-13T15:07:14.122904+0000","last_active":"2024-09-13T15:08:24.933620+0000","last_peered":"2024-09-13T15:08:24.933620+0000","last_clean":"2024-09-13T15:08:24.933620+0000","last_became_active":"2024-09-13T15:07:14.122572+0000","last_became_peered":"2024-09-13T15:07:14.122572+0000","last_unstale":"2024-09-13T15:08:24.933620+0000","last_undegraded":"2024-09-13T15:08:24.933620+0000","last_fullsized":"2024-09-13T15:08:24.933620+0000","mapping_epoch":1439,"log_start":"0'0","ondisk_log_start":"0'0","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":5173,"log_dups_size":0,"ondisk_log_size":5173,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:55:33.479447+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":339017728,"num_objects":5173,"num_object_clones":0,"num_object_copies":15519,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5173,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":5173,"num_write_kb":331072,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.c","version":"373'149","reported_seq":1894,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:07.124988+0000","last_change":"2024-09-13T15:01:59.354979+0000","last_active":"2024-09-13T15:08:07.124988+0000","last_peered":"2024-09-13T15:08:07.124988+0000","last_clean":"2024-09-13T15:08:07.124988+0000","last_became_active":"2024-09-13T15:01:59.354085+0000","last_became_peered":"2024-09-13T15:01:59.354085+0000","last_unstale":"2024-09-13T15:08:07.124988+0000","last_undegraded":"2024-09-13T15:08:07.124988+0000","last_fullsized":"2024-09-13T15:08:07.124988+0000","mapping_epoch":1361,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1362,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:44.558993+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:44.558993+0000","objects_scrubbed":1,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:27:40.542397+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":327680,"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":1,"num_bytes_recovered":327680,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.e","version":"70'2","reported_seq":119,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:07.112616+0000","last_change":"2024-09-13T15:03:38.349897+0000","last_active":"2024-09-13T15:08:07.112616+0000","last_peered":"2024-09-13T15:08:07.112616+0000","last_clean":"2024-09-13T15:08:07.112616+0000","last_became_active":"2024-09-13T15:03:38.348354+0000","last_became_peered":"2024-09-13T15:03:38.348354+0000","last_unstale":"2024-09-13T15:08:07.112616+0000","last_undegraded":"2024-09-13T15:08:07.112616+0000","last_fullsized":"2024-09-13T15:08:07.112616+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T15:43:40.950366+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":2,"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,1],"acting":[7,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.9","version":"0'0","reported_seq":191,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:08:05.892799+0000","last_change":"2024-09-13T15:05:51.743005+0000","last_active":"2024-09-13T15:08:05.892799+0000","last_peered":"2024-09-13T15:08:05.892799+0000","last_clean":"2024-09-13T15:08:05.892799+0000","last_became_active":"2024-09-13T15:05:51.742687+0000","last_became_peered":"2024-09-13T15:05:51.742687+0000","last_unstale":"2024-09-13T15:08:05.892799+0000","last_undegraded":"2024-09-13T15:08:05.892799+0000","last_fullsized":"2024-09-13T15:08:05.892799+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:25:15.943530+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"11.5","version":"1447'5060","reported_seq":5077,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:22.387735+0000","last_change":"2024-09-13T15:07:14.097253+0000","last_active":"2024-09-13T15:08:22.387735+0000","last_peered":"2024-09-13T15:08:22.387735+0000","last_clean":"2024-09-13T15:08:22.387735+0000","last_became_active":"2024-09-13T15:07:14.097010+0000","last_became_peered":"2024-09-13T15:07:14.097010+0000","last_unstale":"2024-09-13T15:08:22.387735+0000","last_undegraded":"2024-09-13T15:08:22.387735+0000","last_fullsized":"2024-09-13T15:08:22.387735+0000","mapping_epoch":1439,"log_start":"0'0","ondisk_log_start":"0'0","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":5060,"log_dups_size":0,"ondisk_log_size":5060,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:19:48.034238+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":331612160,"num_objects":5060,"num_object_clones":0,"num_object_copies":15180,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5060,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":5060,"num_write_kb":323840,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[7,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.f","version":"373'149","reported_seq":1795,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:49.307654+0000","last_change":"2024-09-13T15:01:28.027947+0000","last_active":"2024-09-13T15:07:49.307654+0000","last_peered":"2024-09-13T15:07:49.307654+0000","last_clean":"2024-09-13T15:07:49.307654+0000","last_became_active":"2024-09-13T15:01:28.027514+0000","last_became_peered":"2024-09-13T15:01:28.027514+0000","last_unstale":"2024-09-13T15:07:49.307654+0000","last_undegraded":"2024-09-13T15:07:49.307654+0000","last_fullsized":"2024-09-13T15:07:49.307654+0000","mapping_epoch":1349,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1350,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:41.996887+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:41.996887+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:41:46.361463+0000","scrub_duration":0.0021616460000000001,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[5,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.d","version":"70'1","reported_seq":159,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:07.112409+0000","last_change":"2024-09-13T15:03:38.351064+0000","last_active":"2024-09-13T15:08:07.112409+0000","last_peered":"2024-09-13T15:08:07.112409+0000","last_clean":"2024-09-13T15:08:07.112409+0000","last_became_active":"2024-09-13T15:03:38.348082+0000","last_became_peered":"2024-09-13T15:03:38.348082+0000","last_unstale":"2024-09-13T15:08:07.112409+0000","last_undegraded":"2024-09-13T15:08:07.112409+0000","last_fullsized":"2024-09-13T15:08:07.112409+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T20:26:11.922683+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":4,"num_bytes_recovered":280,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[7,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.a","version":"0'0","reported_seq":115,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:57.393746+0000","last_change":"2024-09-13T15:03:38.356492+0000","last_active":"2024-09-13T15:07:57.393746+0000","last_peered":"2024-09-13T15:07:57.393746+0000","last_clean":"2024-09-13T15:07:57.393746+0000","last_became_active":"2024-09-13T15:03:38.356178+0000","last_became_peered":"2024-09-13T15:03:38.356178+0000","last_unstale":"2024-09-13T15:07:57.393746+0000","last_undegraded":"2024-09-13T15:07:57.393746+0000","last_fullsized":"2024-09-13T15:07:57.393746+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:00:06.309035+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[7,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"11.4","version":"1447'5086","reported_seq":5103,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:22.347572+0000","last_change":"2024-09-13T15:07:14.124685+0000","last_active":"2024-09-13T15:08:22.347572+0000","last_peered":"2024-09-13T15:08:22.347572+0000","last_clean":"2024-09-13T15:08:22.347572+0000","last_became_active":"2024-09-13T15:07:14.124359+0000","last_became_peered":"2024-09-13T15:07:14.124359+0000","last_unstale":"2024-09-13T15:08:22.347572+0000","last_undegraded":"2024-09-13T15:08:22.347572+0000","last_fullsized":"2024-09-13T15:08:22.347572+0000","mapping_epoch":1439,"log_start":"0'0","ondisk_log_start":"0'0","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":5086,"log_dups_size":0,"ondisk_log_size":5086,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:31:57.278179+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":333316096,"num_objects":5086,"num_object_clones":0,"num_object_copies":15258,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5086,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":5086,"num_write_kb":325504,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[7,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.e","version":"373'149","reported_seq":1844,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:48.674092+0000","last_change":"2024-09-13T15:03:38.351489+0000","last_active":"2024-09-13T15:07:48.674092+0000","last_peered":"2024-09-13T15:07:48.674092+0000","last_clean":"2024-09-13T15:07:48.674092+0000","last_became_active":"2024-09-13T15:03:38.350896+0000","last_became_peered":"2024-09-13T15:03:38.350896+0000","last_unstale":"2024-09-13T15:07:48.674092+0000","last_undegraded":"2024-09-13T15:07:48.674092+0000","last_fullsized":"2024-09-13T15:07:48.674092+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:46.145574+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:46.145574+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:18:57.368977+0000","scrub_duration":0.0016746529999999999,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7,3],"acting":[4,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.c","version":"0'0","reported_seq":1454,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:49.307013+0000","last_change":"2024-09-13T15:01:24.974778+0000","last_active":"2024-09-13T15:07:49.307013+0000","last_peered":"2024-09-13T15:07:49.307013+0000","last_clean":"2024-09-13T15:07:49.307013+0000","last_became_active":"2024-09-13T15:01:24.974473+0000","last_became_peered":"2024-09-13T15:01:24.974473+0000","last_unstale":"2024-09-13T15:07:49.307013+0000","last_undegraded":"2024-09-13T15:07:49.307013+0000","last_fullsized":"2024-09-13T15:07:49.307013+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:46:28.574203+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[5,3,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.b","version":"0'0","reported_seq":2114,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:07.122052+0000","last_change":"2024-09-13T14:57:14.903236+0000","last_active":"2024-09-13T15:08:07.122052+0000","last_peered":"2024-09-13T15:08:07.122052+0000","last_clean":"2024-09-13T15:08:07.122052+0000","last_became_active":"2024-09-13T14:57:14.902951+0000","last_became_peered":"2024-09-13T14:57:14.902951+0000","last_unstale":"2024-09-13T15:08:07.122052+0000","last_undegraded":"2024-09-13T15:08:07.122052+0000","last_fullsized":"2024-09-13T15:08:07.122052+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:55:09.250185+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"11.3","version":"1447'4925","reported_seq":4942,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:22.379518+0000","last_change":"2024-09-13T15:07:14.122443+0000","last_active":"2024-09-13T15:08:22.379518+0000","last_peered":"2024-09-13T15:08:22.379518+0000","last_clean":"2024-09-13T15:08:22.379518+0000","last_became_active":"2024-09-13T15:07:14.122118+0000","last_became_peered":"2024-09-13T15:07:14.122118+0000","last_unstale":"2024-09-13T15:08:22.379518+0000","last_undegraded":"2024-09-13T15:08:22.379518+0000","last_fullsized":"2024-09-13T15:08:22.379518+0000","mapping_epoch":1439,"log_start":"0'0","ondisk_log_start":"0'0","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":4925,"log_dups_size":0,"ondisk_log_size":4925,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:44:05.215571+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":322764800,"num_objects":4925,"num_object_clones":0,"num_object_copies":14775,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":4925,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":4925,"num_write_kb":315200,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[7,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.9","version":"373'149","reported_seq":1755,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:57.393711+0000","last_change":"2024-09-13T15:03:38.352975+0000","last_active":"2024-09-13T15:07:57.393711+0000","last_peered":"2024-09-13T15:07:57.393711+0000","last_clean":"2024-09-13T15:07:57.393711+0000","last_became_active":"2024-09-13T15:03:38.351931+0000","last_became_peered":"2024-09-13T15:03:38.351931+0000","last_unstale":"2024-09-13T15:07:57.393711+0000","last_undegraded":"2024-09-13T15:07:57.393711+0000","last_fullsized":"2024-09-13T15:07:57.393711+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:00.672283+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:00.672283+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:33:57.200088+0000","scrub_duration":8,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[7,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.b","version":"70'2","reported_seq":230,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:07.129600+0000","last_change":"2024-09-13T15:03:51.624583+0000","last_active":"2024-09-13T15:08:07.129600+0000","last_peered":"2024-09-13T15:08:07.129600+0000","last_clean":"2024-09-13T15:08:07.129600+0000","last_became_active":"2024-09-13T15:03:51.620984+0000","last_became_peered":"2024-09-13T15:03:51.620984+0000","last_unstale":"2024-09-13T15:08:07.129600+0000","last_undegraded":"2024-09-13T15:08:07.129600+0000","last_fullsized":"2024-09-13T15:08:07.129600+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T21:45:32.793080+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":4,"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":[3,0,4],"acting":[3,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.c","version":"0'0","reported_seq":208,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:48.673667+0000","last_change":"2024-09-13T15:01:24.978702+0000","last_active":"2024-09-13T15:07:48.673667+0000","last_peered":"2024-09-13T15:07:48.673667+0000","last_clean":"2024-09-13T15:07:48.673667+0000","last_became_active":"2024-09-13T15:01:24.977757+0000","last_became_peered":"2024-09-13T15:01:24.977757+0000","last_unstale":"2024-09-13T15:07:48.673667+0000","last_undegraded":"2024-09-13T15:07:48.673667+0000","last_fullsized":"2024-09-13T15:07:48.673667+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:22:07.527337+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,3,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"11.2","version":"1447'4902","reported_seq":4929,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:21.709974+0000","last_change":"2024-09-13T15:07:14.096632+0000","last_active":"2024-09-13T15:08:21.709974+0000","last_peered":"2024-09-13T15:08:21.709974+0000","last_clean":"2024-09-13T15:08:21.709974+0000","last_became_active":"2024-09-13T15:07:14.096037+0000","last_became_peered":"2024-09-13T15:07:14.096037+0000","last_unstale":"2024-09-13T15:08:21.709974+0000","last_undegraded":"2024-09-13T15:08:21.709974+0000","last_fullsized":"2024-09-13T15:08:21.709974+0000","mapping_epoch":1439,"log_start":"0'0","ondisk_log_start":"0'0","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":4902,"log_dups_size":0,"ondisk_log_size":4902,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:33:30.082142+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":321257472,"num_objects":4902,"num_object_clones":0,"num_object_copies":14706,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":4902,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":4902,"num_write_kb":313728,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.8","version":"373'149","reported_seq":1826,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:49.307074+0000","last_change":"2024-09-13T15:01:28.028879+0000","last_active":"2024-09-13T15:07:49.307074+0000","last_peered":"2024-09-13T15:07:49.307074+0000","last_clean":"2024-09-13T15:07:49.307074+0000","last_became_active":"2024-09-13T15:01:28.025980+0000","last_became_peered":"2024-09-13T15:01:28.025980+0000","last_unstale":"2024-09-13T15:07:49.307074+0000","last_undegraded":"2024-09-13T15:07:49.307074+0000","last_fullsized":"2024-09-13T15:07:49.307074+0000","mapping_epoch":1349,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1350,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:06.782570+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:06.782570+0000","objects_scrubbed":1,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:31:55.692142+0000","scrub_duration":2,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":262688,"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":4,"num_bytes_recovered":1050752,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[5,2,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.a","version":"0'0","reported_seq":200,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:08:05.892837+0000","last_change":"2024-09-13T15:01:24.976401+0000","last_active":"2024-09-13T15:08:05.892837+0000","last_peered":"2024-09-13T15:08:05.892837+0000","last_clean":"2024-09-13T15:08:05.892837+0000","last_became_active":"2024-09-13T15:01:24.975687+0000","last_became_peered":"2024-09-13T15:01:24.975687+0000","last_unstale":"2024-09-13T15:08:05.892837+0000","last_undegraded":"2024-09-13T15:08:05.892837+0000","last_fullsized":"2024-09-13T15:08:05.892837+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:37:56.277103+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.d","version":"0'0","reported_seq":190,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:48.673935+0000","last_change":"2024-09-13T15:01:09.620455+0000","last_active":"2024-09-13T15:07:48.673935+0000","last_peered":"2024-09-13T15:07:48.673935+0000","last_clean":"2024-09-13T15:07:48.673935+0000","last_became_active":"2024-09-13T15:01:09.620141+0000","last_became_peered":"2024-09-13T15:01:09.620141+0000","last_unstale":"2024-09-13T15:07:48.673935+0000","last_undegraded":"2024-09-13T15:07:48.673935+0000","last_fullsized":"2024-09-13T15:07:48.673935+0000","mapping_epoch":1341,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1342,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:40:38.384024+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,1],"acting":[4,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"11.1","version":"1447'5130","reported_seq":5157,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:24.165830+0000","last_change":"2024-09-13T15:07:14.095632+0000","last_active":"2024-09-13T15:08:24.165830+0000","last_peered":"2024-09-13T15:08:24.165830+0000","last_clean":"2024-09-13T15:08:24.165830+0000","last_became_active":"2024-09-13T15:07:14.095325+0000","last_became_peered":"2024-09-13T15:07:14.095325+0000","last_unstale":"2024-09-13T15:08:24.165830+0000","last_undegraded":"2024-09-13T15:08:24.165830+0000","last_fullsized":"2024-09-13T15:08:24.165830+0000","mapping_epoch":1439,"log_start":"0'0","ondisk_log_start":"0'0","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":5130,"log_dups_size":0,"ondisk_log_size":5130,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:18:24.578701+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":336199680,"num_objects":5130,"num_object_clones":0,"num_object_copies":15390,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5130,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":5130,"num_write_kb":328320,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[3,0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"1.b","version":"373'149","reported_seq":1875,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:07.121925+0000","last_change":"2024-09-13T14:58:46.524171+0000","last_active":"2024-09-13T15:08:07.121925+0000","last_peered":"2024-09-13T15:08:07.121925+0000","last_clean":"2024-09-13T15:08:07.121925+0000","last_became_active":"2024-09-13T14:58:43.532183+0000","last_became_peered":"2024-09-13T14:58:43.532183+0000","last_unstale":"2024-09-13T15:08:07.121925+0000","last_undegraded":"2024-09-13T15:08:07.121925+0000","last_fullsized":"2024-09-13T15:08:07.121925+0000","mapping_epoch":1310,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1311,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:46.524124+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:46.524124+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:27:09.177423+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.9","version":"0'0","reported_seq":214,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:08:05.892826+0000","last_change":"2024-09-13T15:03:38.354984+0000","last_active":"2024-09-13T15:08:05.892826+0000","last_peered":"2024-09-13T15:08:05.892826+0000","last_clean":"2024-09-13T15:08:05.892826+0000","last_became_active":"2024-09-13T15:03:38.354709+0000","last_became_peered":"2024-09-13T15:03:38.354709+0000","last_unstale":"2024-09-13T15:08:05.892826+0000","last_undegraded":"2024-09-13T15:08:05.892826+0000","last_fullsized":"2024-09-13T15:08:05.892826+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:59:16.039432+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,7],"acting":[4,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.e","version":"0'0","reported_seq":208,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:48.673972+0000","last_change":"2024-09-13T15:02:46.589725+0000","last_active":"2024-09-13T15:07:48.673972+0000","last_peered":"2024-09-13T15:07:48.673972+0000","last_clean":"2024-09-13T15:07:48.673972+0000","last_became_active":"2024-09-13T15:02:46.589402+0000","last_became_peered":"2024-09-13T15:02:46.589402+0000","last_unstale":"2024-09-13T15:07:48.673972+0000","last_undegraded":"2024-09-13T15:07:48.673972+0000","last_fullsized":"2024-09-13T15:07:48.673972+0000","mapping_epoch":1389,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1390,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:04:57.106829+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"11.0","version":"1447'5199","reported_seq":5224,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:24.175295+0000","last_change":"2024-09-13T15:07:14.123552+0000","last_active":"2024-09-13T15:08:24.175295+0000","last_peered":"2024-09-13T15:08:24.175295+0000","last_clean":"2024-09-13T15:08:24.175295+0000","last_became_active":"2024-09-13T15:07:14.123280+0000","last_became_peered":"2024-09-13T15:07:14.123280+0000","last_unstale":"2024-09-13T15:08:24.175295+0000","last_undegraded":"2024-09-13T15:08:24.175295+0000","last_fullsized":"2024-09-13T15:08:24.175295+0000","mapping_epoch":1439,"log_start":"0'0","ondisk_log_start":"0'0","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":5199,"log_dups_size":0,"ondisk_log_size":5199,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:05:55.956653+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":340721664,"num_objects":5199,"num_object_clones":0,"num_object_copies":15597,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5199,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":5199,"num_write_kb":332736,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.a","version":"373'149","reported_seq":1774,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:49.307262+0000","last_change":"2024-09-13T15:01:12.669843+0000","last_active":"2024-09-13T15:07:49.307262+0000","last_peered":"2024-09-13T15:07:49.307262+0000","last_clean":"2024-09-13T15:07:49.307262+0000","last_became_active":"2024-09-13T15:01:12.669313+0000","last_became_peered":"2024-09-13T15:01:12.669313+0000","last_unstale":"2024-09-13T15:07:49.307262+0000","last_undegraded":"2024-09-13T15:07:49.307262+0000","last_fullsized":"2024-09-13T15:07:49.307262+0000","mapping_epoch":1344,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1345,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:05.812475+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:05.812475+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:45:44.908862+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[5,2,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.8","version":"0'0","reported_seq":61,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:07.125429+0000","last_change":"2024-09-13T15:05:51.743180+0000","last_active":"2024-09-13T15:08:07.125429+0000","last_peered":"2024-09-13T15:08:07.125429+0000","last_clean":"2024-09-13T15:08:07.125429+0000","last_became_active":"2024-09-13T15:05:51.742786+0000","last_became_peered":"2024-09-13T15:05:51.742786+0000","last_unstale":"2024-09-13T15:08:07.125429+0000","last_undegraded":"2024-09-13T15:08:07.125429+0000","last_fullsized":"2024-09-13T15:08:07.125429+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:43:22.519481+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.f","version":"0'0","reported_seq":16,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:07.112387+0000","last_change":"2024-09-13T15:07:48.163399+0000","last_active":"2024-09-13T15:08:07.112387+0000","last_peered":"2024-09-13T15:08:07.112387+0000","last_clean":"2024-09-13T15:08:07.112387+0000","last_became_active":"2024-09-13T15:07:48.163060+0000","last_became_peered":"2024-09-13T15:07:48.163060+0000","last_unstale":"2024-09-13T15:08:07.112387+0000","last_undegraded":"2024-09-13T15:08:07.112387+0000","last_fullsized":"2024-09-13T15:08:07.112387+0000","mapping_epoch":1444,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1445,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:32:11.459505+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[2,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"11.a","version":"1447'5311","reported_seq":5337,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:24.170297+0000","last_change":"2024-09-13T15:07:14.123660+0000","last_active":"2024-09-13T15:08:24.170297+0000","last_peered":"2024-09-13T15:08:24.170297+0000","last_clean":"2024-09-13T15:08:24.170297+0000","last_became_active":"2024-09-13T15:07:14.123397+0000","last_became_peered":"2024-09-13T15:07:14.123397+0000","last_unstale":"2024-09-13T15:08:24.170297+0000","last_undegraded":"2024-09-13T15:08:24.170297+0000","last_fullsized":"2024-09-13T15:08:24.170297+0000","mapping_epoch":1439,"log_start":"0'0","ondisk_log_start":"0'0","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":5311,"log_dups_size":0,"ondisk_log_size":5311,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:47:10.588203+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":348061696,"num_objects":5311,"num_object_clones":0,"num_object_copies":15933,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5311,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":5311,"num_write_kb":339904,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[3,5,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"1.0","version":"373'149","reported_seq":1777,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:48.658569+0000","last_change":"2024-09-13T15:07:04.951005+0000","last_active":"2024-09-13T15:07:48.658569+0000","last_peered":"2024-09-13T15:07:48.658569+0000","last_clean":"2024-09-13T15:07:48.658569+0000","last_became_active":"2024-09-13T15:03:54.431663+0000","last_became_peered":"2024-09-13T15:03:54.431663+0000","last_unstale":"2024-09-13T15:07:48.658569+0000","last_undegraded":"2024-09-13T15:07:48.658569+0000","last_fullsized":"2024-09-13T15:07:48.658569+0000","mapping_epoch":1407,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":1408,"parent":"0.0","parent_split_bits":0,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:07:04.950859+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:07:04.950859+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:07:49.239979+0000","scrub_duration":0.0020154529999999999,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"2.3","version":"63'1","reported_seq":1530,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:07.113982+0000","last_change":"2024-09-13T15:03:38.346531+0000","last_active":"2024-09-13T15:08:07.113982+0000","last_peered":"2024-09-13T15:08:07.113982+0000","last_clean":"2024-09-13T15:08:07.113982+0000","last_became_active":"2024-09-13T15:03:38.345909+0000","last_became_peered":"2024-09-13T15:03:38.345909+0000","last_unstale":"2024-09-13T15:08:07.113982+0000","last_undegraded":"2024-09-13T15:08:07.113982+0000","last_fullsized":"2024-09-13T15:08:07.113982+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-14T14:55:44.823772+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029038399999999998,"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":7,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":61,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:07.124129+0000","last_change":"2024-09-13T15:05:51.734474+0000","last_active":"2024-09-13T15:08:07.124129+0000","last_peered":"2024-09-13T15:08:07.124129+0000","last_clean":"2024-09-13T15:08:07.124129+0000","last_became_active":"2024-09-13T15:05:51.734151+0000","last_became_peered":"2024-09-13T15:05:51.734151+0000","last_unstale":"2024-09-13T15:08:07.124129+0000","last_undegraded":"2024-09-13T15:08:07.124129+0000","last_fullsized":"2024-09-13T15:08:07.124129+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:39:56.749516+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[3,5,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.5","version":"0'0","reported_seq":206,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:48.674020+0000","last_change":"2024-09-13T15:03:38.352837+0000","last_active":"2024-09-13T15:07:48.674020+0000","last_peered":"2024-09-13T15:07:48.674020+0000","last_clean":"2024-09-13T15:07:48.674020+0000","last_became_active":"2024-09-13T15:03:38.352572+0000","last_became_peered":"2024-09-13T15:03:38.352572+0000","last_unstale":"2024-09-13T15:07:48.674020+0000","last_undegraded":"2024-09-13T15:07:48.674020+0000","last_fullsized":"2024-09-13T15:07:48.674020+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:24:21.126416+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7,0],"acting":[4,7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"11.9","version":"1447'5182","reported_seq":5209,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:24.164921+0000","last_change":"2024-09-13T15:07:14.122720+0000","last_active":"2024-09-13T15:08:24.164921+0000","last_peered":"2024-09-13T15:08:24.164921+0000","last_clean":"2024-09-13T15:08:24.164921+0000","last_became_active":"2024-09-13T15:07:14.122420+0000","last_became_peered":"2024-09-13T15:07:14.122420+0000","last_unstale":"2024-09-13T15:08:24.164921+0000","last_undegraded":"2024-09-13T15:08:24.164921+0000","last_fullsized":"2024-09-13T15:08:24.164921+0000","mapping_epoch":1439,"log_start":"0'0","ondisk_log_start":"0'0","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":5182,"log_dups_size":0,"ondisk_log_size":5182,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:18:38.877810+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":339607552,"num_objects":5182,"num_object_clones":0,"num_object_copies":15546,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5182,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":5182,"num_write_kb":331648,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.3","version":"373'149","reported_seq":1779,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:48.673691+0000","last_change":"2024-09-13T14:58:41.253414+0000","last_active":"2024-09-13T15:07:48.673691+0000","last_peered":"2024-09-13T15:07:48.673691+0000","last_clean":"2024-09-13T15:07:48.673691+0000","last_became_active":"2024-09-13T14:57:55.737391+0000","last_became_peered":"2024-09-13T14:57:55.737391+0000","last_unstale":"2024-09-13T15:07:48.673691+0000","last_undegraded":"2024-09-13T15:07:48.673691+0000","last_fullsized":"2024-09-13T15:07:48.673691+0000","mapping_epoch":1296,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1297,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:41.253310+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:41.253310+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:24:04.946981+0000","scrub_duration":0.0016916399999999999,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[4,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.0","version":"0'0","reported_seq":115,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:48.658479+0000","last_change":"2024-09-13T15:03:38.347804+0000","last_active":"2024-09-13T15:07:48.658479+0000","last_peered":"2024-09-13T15:07:48.658479+0000","last_clean":"2024-09-13T15:07:48.658479+0000","last_became_active":"2024-09-13T15:03:38.347397+0000","last_became_peered":"2024-09-13T15:03:38.347397+0000","last_unstale":"2024-09-13T15:07:48.658479+0000","last_undegraded":"2024-09-13T15:07:48.658479+0000","last_fullsized":"2024-09-13T15:07:48.658479+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:43:12.424555+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000322109,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":2145,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:07.122256+0000","last_change":"2024-09-13T15:05:51.740565+0000","last_active":"2024-09-13T15:08:07.122256+0000","last_peered":"2024-09-13T15:08:07.122256+0000","last_clean":"2024-09-13T15:08:07.122256+0000","last_became_active":"2024-09-13T15:05:51.740130+0000","last_became_peered":"2024-09-13T15:05:51.740130+0000","last_unstale":"2024-09-13T15:08:07.122256+0000","last_undegraded":"2024-09-13T15:08:07.122256+0000","last_fullsized":"2024-09-13T15:08:07.122256+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:52:58.980736+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.6","version":"0'0","reported_seq":98,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:07.121743+0000","last_change":"2024-09-13T15:03:51.623960+0000","last_active":"2024-09-13T15:08:07.121743+0000","last_peered":"2024-09-13T15:08:07.121743+0000","last_clean":"2024-09-13T15:08:07.121743+0000","last_became_active":"2024-09-13T15:03:51.623539+0000","last_became_peered":"2024-09-13T15:03:51.623539+0000","last_unstale":"2024-09-13T15:08:07.121743+0000","last_undegraded":"2024-09-13T15:08:07.121743+0000","last_fullsized":"2024-09-13T15:08:07.121743+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:33:47.315017+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"11.8","version":"1447'5174","reported_seq":5201,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:24.149862+0000","last_change":"2024-09-13T15:07:14.095833+0000","last_active":"2024-09-13T15:08:24.149862+0000","last_peered":"2024-09-13T15:08:24.149862+0000","last_clean":"2024-09-13T15:08:24.149862+0000","last_became_active":"2024-09-13T15:07:14.095511+0000","last_became_peered":"2024-09-13T15:07:14.095511+0000","last_unstale":"2024-09-13T15:08:24.149862+0000","last_undegraded":"2024-09-13T15:08:24.149862+0000","last_fullsized":"2024-09-13T15:08:24.149862+0000","mapping_epoch":1439,"log_start":"0'0","ondisk_log_start":"0'0","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":5174,"log_dups_size":0,"ondisk_log_size":5174,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:14:22.876964+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":339083264,"num_objects":5174,"num_object_clones":0,"num_object_copies":15522,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5174,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":5174,"num_write_kb":331136,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[3,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"1.2","version":"373'149","reported_seq":1731,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:48.658846+0000","last_change":"2024-09-13T15:03:38.357929+0000","last_active":"2024-09-13T15:07:48.658846+0000","last_peered":"2024-09-13T15:07:48.658846+0000","last_clean":"2024-09-13T15:07:48.658846+0000","last_became_active":"2024-09-13T15:03:38.357642+0000","last_became_peered":"2024-09-13T15:03:38.357642+0000","last_unstale":"2024-09-13T15:07:48.658846+0000","last_undegraded":"2024-09-13T15:07:48.658846+0000","last_fullsized":"2024-09-13T15:07:48.658846+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:45.571820+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:45.571820+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:40:09.261995+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.1","version":"0'0","reported_seq":231,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:07.114415+0000","last_change":"2024-09-13T15:05:51.737191+0000","last_active":"2024-09-13T15:08:07.114415+0000","last_peered":"2024-09-13T15:08:07.114415+0000","last_clean":"2024-09-13T15:08:07.114415+0000","last_became_active":"2024-09-13T15:05:51.736725+0000","last_became_peered":"2024-09-13T15:05:51.736725+0000","last_unstale":"2024-09-13T15:08:07.114415+0000","last_undegraded":"2024-09-13T15:08:07.114415+0000","last_fullsized":"2024-09-13T15:08:07.114415+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:40:12.764444+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00030931399999999999,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":224,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:07.112685+0000","last_change":"2024-09-13T15:01:09.621555+0000","last_active":"2024-09-13T15:08:07.112685+0000","last_peered":"2024-09-13T15:08:07.112685+0000","last_clean":"2024-09-13T15:08:07.112685+0000","last_became_active":"2024-09-13T15:01:09.621210+0000","last_became_peered":"2024-09-13T15:01:09.621210+0000","last_unstale":"2024-09-13T15:08:07.112685+0000","last_undegraded":"2024-09-13T15:08:07.112685+0000","last_fullsized":"2024-09-13T15:08:07.112685+0000","mapping_epoch":1341,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1342,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:08:11.168661+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.7","version":"0'0","reported_seq":146,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:07.112478+0000","last_change":"2024-09-13T15:03:51.620120+0000","last_active":"2024-09-13T15:08:07.112478+0000","last_peered":"2024-09-13T15:08:07.112478+0000","last_clean":"2024-09-13T15:08:07.112478+0000","last_became_active":"2024-09-13T15:03:51.619628+0000","last_became_peered":"2024-09-13T15:03:51.619628+0000","last_unstale":"2024-09-13T15:08:07.112478+0000","last_undegraded":"2024-09-13T15:08:07.112478+0000","last_fullsized":"2024-09-13T15:08:07.112478+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:01:31.123910+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"11.b","version":"1447'5339","reported_seq":5366,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:24.152620+0000","last_change":"2024-09-13T15:07:14.124749+0000","last_active":"2024-09-13T15:08:24.152620+0000","last_peered":"2024-09-13T15:08:24.152620+0000","last_clean":"2024-09-13T15:08:24.152620+0000","last_became_active":"2024-09-13T15:07:14.124372+0000","last_became_peered":"2024-09-13T15:07:14.124372+0000","last_unstale":"2024-09-13T15:08:24.152620+0000","last_undegraded":"2024-09-13T15:08:24.152620+0000","last_fullsized":"2024-09-13T15:08:24.152620+0000","mapping_epoch":1439,"log_start":"0'0","ondisk_log_start":"0'0","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":5339,"log_dups_size":0,"ondisk_log_size":5339,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:36:05.580574+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":349896704,"num_objects":5339,"num_object_clones":0,"num_object_copies":16017,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5339,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":5339,"num_write_kb":341696,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[3,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"1.1","version":"373'149","reported_seq":1785,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:49.307217+0000","last_change":"2024-09-13T15:01:12.669020+0000","last_active":"2024-09-13T15:07:49.307217+0000","last_peered":"2024-09-13T15:07:49.307217+0000","last_clean":"2024-09-13T15:07:49.307217+0000","last_became_active":"2024-09-13T15:01:12.668669+0000","last_became_peered":"2024-09-13T15:01:12.668669+0000","last_unstale":"2024-09-13T15:07:49.307217+0000","last_undegraded":"2024-09-13T15:07:49.307217+0000","last_fullsized":"2024-09-13T15:07:49.307217+0000","mapping_epoch":1344,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1345,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:44.985050+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:44.985050+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:08:39.101982+0000","scrub_duration":0.0017537869999999999,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[5,0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.2","version":"65'2","reported_seq":1442,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:07.113815+0000","last_change":"2024-09-13T14:56:25.089588+0000","last_active":"2024-09-13T15:08:07.113815+0000","last_peered":"2024-09-13T15:08:07.113815+0000","last_clean":"2024-09-13T15:08:07.113815+0000","last_became_active":"2024-09-13T14:56:24.926628+0000","last_became_peered":"2024-09-13T14:56:24.926628+0000","last_unstale":"2024-09-13T15:08:07.113815+0000","last_undegraded":"2024-09-13T15:08:07.113815+0000","last_fullsized":"2024-09-13T15:08:07.113815+0000","mapping_epoch":1264,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1265,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-14T20:55:55.656534+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00094368000000000002,"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":1,"num_bytes_recovered":19,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"3.3","version":"0'0","reported_seq":182,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:48.673782+0000","last_change":"2024-09-13T14:57:14.902547+0000","last_active":"2024-09-13T15:07:48.673782+0000","last_peered":"2024-09-13T15:07:48.673782+0000","last_clean":"2024-09-13T15:07:48.673782+0000","last_became_active":"2024-09-13T14:57:14.902293+0000","last_became_peered":"2024-09-13T14:57:14.902293+0000","last_unstale":"2024-09-13T15:07:48.673782+0000","last_undegraded":"2024-09-13T15:07:48.673782+0000","last_fullsized":"2024-09-13T15:07:48.673782+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:56:57.423234+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.4","version":"0'0","reported_seq":231,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:07.113508+0000","last_change":"2024-09-13T15:01:24.976845+0000","last_active":"2024-09-13T15:08:07.113508+0000","last_peered":"2024-09-13T15:08:07.113508+0000","last_clean":"2024-09-13T15:08:07.113508+0000","last_became_active":"2024-09-13T15:01:24.976060+0000","last_became_peered":"2024-09-13T15:01:24.976060+0000","last_unstale":"2024-09-13T15:08:07.113508+0000","last_undegraded":"2024-09-13T15:08:07.113508+0000","last_fullsized":"2024-09-13T15:08:07.113508+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:53:30.324342+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[2,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"11.d","version":"1447'5006","reported_seq":5033,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:21.663771+0000","last_change":"2024-09-13T15:07:14.123573+0000","last_active":"2024-09-13T15:08:21.663771+0000","last_peered":"2024-09-13T15:08:21.663771+0000","last_clean":"2024-09-13T15:08:21.663771+0000","last_became_active":"2024-09-13T15:07:14.123290+0000","last_became_peered":"2024-09-13T15:07:14.123290+0000","last_unstale":"2024-09-13T15:08:21.663771+0000","last_undegraded":"2024-09-13T15:08:21.663771+0000","last_fullsized":"2024-09-13T15:08:21.663771+0000","mapping_epoch":1439,"log_start":"0'0","ondisk_log_start":"0'0","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":5006,"log_dups_size":0,"ondisk_log_size":5006,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:29:56.007228+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":328073216,"num_objects":5006,"num_object_clones":0,"num_object_copies":15018,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5006,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":5006,"num_write_kb":320384,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[2,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"1.7","version":"373'149","reported_seq":1705,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:07.124245+0000","last_change":"2024-09-13T15:06:01.469716+0000","last_active":"2024-09-13T15:08:07.124245+0000","last_peered":"2024-09-13T15:08:07.124245+0000","last_clean":"2024-09-13T15:08:07.124245+0000","last_became_active":"2024-09-13T15:05:54.405373+0000","last_became_peered":"2024-09-13T15:05:54.405373+0000","last_unstale":"2024-09-13T15:08:07.124245+0000","last_undegraded":"2024-09-13T15:08:07.124245+0000","last_fullsized":"2024-09-13T15:08:07.124245+0000","mapping_epoch":1425,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1426,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:06:01.469635+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:06:01.469635+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:12:02.151647+0000","scrub_duration":5,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[3,7,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.5","version":"0'0","reported_seq":1503,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:49.307001+0000","last_change":"2024-09-13T15:01:24.988475+0000","last_active":"2024-09-13T15:07:49.307001+0000","last_peered":"2024-09-13T15:07:49.307001+0000","last_clean":"2024-09-13T15:07:49.307001+0000","last_became_active":"2024-09-13T15:01:24.988142+0000","last_became_peered":"2024-09-13T15:01:24.988142+0000","last_unstale":"2024-09-13T15:07:49.307001+0000","last_undegraded":"2024-09-13T15:07:49.307001+0000","last_fullsized":"2024-09-13T15:07:49.307001+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:45:39.600773+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.4","version":"0'0","reported_seq":2099,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:07.121514+0000","last_change":"2024-09-13T15:03:38.353803+0000","last_active":"2024-09-13T15:08:07.121514+0000","last_peered":"2024-09-13T15:08:07.121514+0000","last_clean":"2024-09-13T15:08:07.121514+0000","last_became_active":"2024-09-13T15:03:38.353451+0000","last_became_peered":"2024-09-13T15:03:38.353451+0000","last_unstale":"2024-09-13T15:08:07.121514+0000","last_undegraded":"2024-09-13T15:08:07.121514+0000","last_fullsized":"2024-09-13T15:08:07.121514+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:29:47.331237+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00031535100000000001,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[0,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"4.2","version":"0'0","reported_seq":1707,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:49.307392+0000","last_change":"2024-09-13T14:57:14.909267+0000","last_active":"2024-09-13T15:07:49.307392+0000","last_peered":"2024-09-13T15:07:49.307392+0000","last_clean":"2024-09-13T15:07:49.307392+0000","last_became_active":"2024-09-13T14:57:14.908962+0000","last_became_peered":"2024-09-13T14:57:14.908962+0000","last_unstale":"2024-09-13T15:07:49.307392+0000","last_undegraded":"2024-09-13T15:07:49.307392+0000","last_fullsized":"2024-09-13T15:07:49.307392+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:16:41.040247+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[5,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"11.c","version":"1447'5080","reported_seq":7844,"reported_epoch":1447,"state":"active+recovering+remapped","last_fresh":"2024-09-13T15:08:23.391979+0000","last_change":"2024-09-13T15:07:49.376661+0000","last_active":"2024-09-13T15:08:23.391979+0000","last_peered":"2024-09-13T15:08:23.391979+0000","last_clean":"2024-09-13T15:07:46.622964+0000","last_became_active":"2024-09-13T15:07:49.362458+0000","last_became_peered":"2024-09-13T15:07:49.362458+0000","last_unstale":"2024-09-13T15:08:23.391979+0000","last_undegraded":"2024-09-13T15:08:23.391979+0000","last_fullsized":"2024-09-13T15:08:23.391979+0000","mapping_epoch":1445,"log_start":"0'0","ondisk_log_start":"0'0","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":5080,"log_dups_size":0,"ondisk_log_size":5080,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"no scrub is scheduled","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":332922880,"num_objects":5080,"num_object_clones":0,"num_object_copies":15240,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":1519,"num_objects_unfound":0,"num_objects_dirty":5080,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":5080,"num_write_kb":325120,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":1367,"num_bytes_recovered":89587712,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[1,2,4],"avail_no_missing":["1","2","4"],"object_location_counts":[{"shards":"1,2,4","objects":3561}],"blocked_by":[],"up_primary":5,"acting_primary":1,"purged_snaps":[]},{"pgid":"1.6","version":"373'149","reported_seq":1906,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:07.121798+0000","last_change":"2024-09-13T15:05:54.416545+0000","last_active":"2024-09-13T15:08:07.121798+0000","last_peered":"2024-09-13T15:08:07.121798+0000","last_clean":"2024-09-13T15:08:07.121798+0000","last_became_active":"2024-09-13T15:05:54.414577+0000","last_became_peered":"2024-09-13T15:05:54.414577+0000","last_unstale":"2024-09-13T15:08:07.121798+0000","last_undegraded":"2024-09-13T15:08:07.121798+0000","last_fullsized":"2024-09-13T15:08:07.121798+0000","mapping_epoch":1425,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1426,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:47.545603+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:47.545603+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:19:04.777726+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.4","version":"0'0","reported_seq":224,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:07.113642+0000","last_change":"2024-09-13T15:01:09.626775+0000","last_active":"2024-09-13T15:08:07.113642+0000","last_peered":"2024-09-13T15:08:07.113642+0000","last_clean":"2024-09-13T15:08:07.113642+0000","last_became_active":"2024-09-13T15:01:09.626498+0000","last_became_peered":"2024-09-13T15:01:09.626498+0000","last_unstale":"2024-09-13T15:08:07.113642+0000","last_undegraded":"2024-09-13T15:08:07.113642+0000","last_fullsized":"2024-09-13T15:08:07.113642+0000","mapping_epoch":1341,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1342,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:39:58.054131+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[2,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"2.5","version":"0'0","reported_seq":115,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:48.658699+0000","last_change":"2024-09-13T15:03:38.351643+0000","last_active":"2024-09-13T15:07:48.658699+0000","last_peered":"2024-09-13T15:07:48.658699+0000","last_clean":"2024-09-13T15:07:48.658699+0000","last_became_active":"2024-09-13T15:03:38.350507+0000","last_became_peered":"2024-09-13T15:03:38.350507+0000","last_unstale":"2024-09-13T15:07:48.658699+0000","last_undegraded":"2024-09-13T15:07:48.658699+0000","last_fullsized":"2024-09-13T15:07:48.658699+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:55:27.075999+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000327091,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.3","version":"0'0","reported_seq":2109,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:07.122098+0000","last_change":"2024-09-13T15:03:38.350008+0000","last_active":"2024-09-13T15:08:07.122098+0000","last_peered":"2024-09-13T15:08:07.122098+0000","last_clean":"2024-09-13T15:08:07.122098+0000","last_became_active":"2024-09-13T15:03:38.348336+0000","last_became_peered":"2024-09-13T15:03:38.348336+0000","last_unstale":"2024-09-13T15:08:07.122098+0000","last_undegraded":"2024-09-13T15:08:07.122098+0000","last_fullsized":"2024-09-13T15:08:07.122098+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:53:36.912607+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"11.f","version":"1447'4978","reported_seq":4995,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:22.384067+0000","last_change":"2024-09-13T15:07:14.122443+0000","last_active":"2024-09-13T15:08:22.384067+0000","last_peered":"2024-09-13T15:08:22.384067+0000","last_clean":"2024-09-13T15:08:22.384067+0000","last_became_active":"2024-09-13T15:07:14.122113+0000","last_became_peered":"2024-09-13T15:07:14.122113+0000","last_unstale":"2024-09-13T15:08:22.384067+0000","last_undegraded":"2024-09-13T15:08:22.384067+0000","last_fullsized":"2024-09-13T15:08:22.384067+0000","mapping_epoch":1439,"log_start":"0'0","ondisk_log_start":"0'0","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":4978,"log_dups_size":0,"ondisk_log_size":4978,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:35:34.607843+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":326238208,"num_objects":4978,"num_object_clones":0,"num_object_copies":14934,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":4978,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":4978,"num_write_kb":318592,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[7,1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.5","version":"373'149","reported_seq":1823,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:48.674147+0000","last_change":"2024-09-13T15:01:12.672283+0000","last_active":"2024-09-13T15:07:48.674147+0000","last_peered":"2024-09-13T15:07:48.674147+0000","last_clean":"2024-09-13T15:07:48.674147+0000","last_became_active":"2024-09-13T15:01:12.671951+0000","last_became_peered":"2024-09-13T15:01:12.671951+0000","last_unstale":"2024-09-13T15:07:48.674147+0000","last_undegraded":"2024-09-13T15:07:48.674147+0000","last_fullsized":"2024-09-13T15:07:48.674147+0000","mapping_epoch":1344,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1345,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:53.120435+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:53.120435+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:59:42.418629+0000","scrub_duration":0.001555313,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,5],"acting":[4,2,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.7","version":"70'2","reported_seq":230,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:07.124489+0000","last_change":"2024-09-13T15:03:38.347346+0000","last_active":"2024-09-13T15:08:07.124489+0000","last_peered":"2024-09-13T15:08:07.124489+0000","last_clean":"2024-09-13T15:08:07.124489+0000","last_became_active":"2024-09-13T15:03:38.346858+0000","last_became_peered":"2024-09-13T15:03:38.346858+0000","last_unstale":"2024-09-13T15:08:07.124489+0000","last_undegraded":"2024-09-13T15:08:07.124489+0000","last_fullsized":"2024-09-13T15:08:07.124489+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T21:34:18.078474+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":2,"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":[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":"0'0","reported_seq":209,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:08:05.892941+0000","last_change":"2024-09-13T15:01:24.977687+0000","last_active":"2024-09-13T15:08:05.892941+0000","last_peered":"2024-09-13T15:08:05.892941+0000","last_clean":"2024-09-13T15:08:05.892941+0000","last_became_active":"2024-09-13T15:01:24.976347+0000","last_became_peered":"2024-09-13T15:01:24.976347+0000","last_unstale":"2024-09-13T15:08:05.892941+0000","last_undegraded":"2024-09-13T15:08:05.892941+0000","last_fullsized":"2024-09-13T15:08:05.892941+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:05:48.871297+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.0","version":"0'0","reported_seq":61,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:07.125266+0000","last_change":"2024-09-13T15:05:51.739298+0000","last_active":"2024-09-13T15:08:07.125266+0000","last_peered":"2024-09-13T15:08:07.125266+0000","last_clean":"2024-09-13T15:08:07.125266+0000","last_became_active":"2024-09-13T15:05:51.738901+0000","last_became_peered":"2024-09-13T15:05:51.738901+0000","last_unstale":"2024-09-13T15:08:07.125266+0000","last_undegraded":"2024-09-13T15:08:07.125266+0000","last_fullsized":"2024-09-13T15:08:07.125266+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:04:27.190615+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"11.e","version":"1447'5174","reported_seq":5191,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:25.838131+0000","last_change":"2024-09-13T15:07:14.124736+0000","last_active":"2024-09-13T15:08:25.838131+0000","last_peered":"2024-09-13T15:08:25.838131+0000","last_clean":"2024-09-13T15:08:25.838131+0000","last_became_active":"2024-09-13T15:07:14.124438+0000","last_became_peered":"2024-09-13T15:07:14.124438+0000","last_unstale":"2024-09-13T15:08:25.838131+0000","last_undegraded":"2024-09-13T15:08:25.838131+0000","last_fullsized":"2024-09-13T15:08:25.838131+0000","mapping_epoch":1439,"log_start":"0'0","ondisk_log_start":"0'0","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":5174,"log_dups_size":0,"ondisk_log_size":5174,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:27:28.940752+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":339083264,"num_objects":5174,"num_object_clones":0,"num_object_copies":15522,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5174,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":5174,"num_write_kb":331136,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[4,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"1.4","version":"373'149","reported_seq":1886,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:07.124844+0000","last_change":"2024-09-13T15:03:38.347914+0000","last_active":"2024-09-13T15:08:07.124844+0000","last_peered":"2024-09-13T15:08:07.124844+0000","last_clean":"2024-09-13T15:08:07.124844+0000","last_became_active":"2024-09-13T15:03:38.347486+0000","last_became_peered":"2024-09-13T15:03:38.347486+0000","last_unstale":"2024-09-13T15:08:07.124844+0000","last_undegraded":"2024-09-13T15:08:07.124844+0000","last_fullsized":"2024-09-13T15:08:07.124844+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:01:29.028945+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:01:29.028945+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:05:18.331893+0000","scrub_duration":15,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[3,5,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.6","version":"70'1","reported_seq":102,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:07.122811+0000","last_change":"2024-09-13T15:05:47.254193+0000","last_active":"2024-09-13T15:08:07.122811+0000","last_peered":"2024-09-13T15:08:07.122811+0000","last_clean":"2024-09-13T15:08:07.122811+0000","last_became_active":"2024-09-13T15:03:51.622162+0000","last_became_peered":"2024-09-13T15:03:51.622162+0000","last_unstale":"2024-09-13T15:08:07.122811+0000","last_undegraded":"2024-09-13T15:08:07.122811+0000","last_fullsized":"2024-09-13T15:08:07.122811+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1419,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T18:10:03.754733+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":3,"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,1,4],"acting":[0,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.7","version":"0'0","reported_seq":160,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:57.393864+0000","last_change":"2024-09-13T15:03:38.350529+0000","last_active":"2024-09-13T15:07:57.393864+0000","last_peered":"2024-09-13T15:07:57.393864+0000","last_clean":"2024-09-13T15:07:57.393864+0000","last_became_active":"2024-09-13T15:03:38.348433+0000","last_became_peered":"2024-09-13T15:03:38.348433+0000","last_unstale":"2024-09-13T15:07:57.393864+0000","last_undegraded":"2024-09-13T15:07:57.393864+0000","last_fullsized":"2024-09-13T15:07:57.393864+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:33:01.473730+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029877400000000002,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[7,2,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.1","version":"0'0","reported_seq":182,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:48.673446+0000","last_change":"2024-09-13T14:57:14.896516+0000","last_active":"2024-09-13T15:07:48.673446+0000","last_peered":"2024-09-13T15:07:48.673446+0000","last_clean":"2024-09-13T15:07:48.673446+0000","last_became_active":"2024-09-13T14:57:14.896208+0000","last_became_peered":"2024-09-13T14:57:14.896208+0000","last_unstale":"2024-09-13T15:07:48.673446+0000","last_undegraded":"2024-09-13T15:07:48.673446+0000","last_fullsized":"2024-09-13T15:07:48.673446+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:41:18.049255+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"4.13","version":"0'0","reported_seq":190,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:48.673734+0000","last_change":"2024-09-13T15:07:47.731518+0000","last_active":"2024-09-13T15:07:48.673734+0000","last_peered":"2024-09-13T15:07:48.673734+0000","last_clean":"2024-09-13T15:07:48.673734+0000","last_became_active":"2024-09-13T15:07:47.731180+0000","last_became_peered":"2024-09-13T15:07:47.731180+0000","last_unstale":"2024-09-13T15:07:48.673734+0000","last_undegraded":"2024-09-13T15:07:48.673734+0000","last_fullsized":"2024-09-13T15:07:48.673734+0000","mapping_epoch":1444,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1445,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:38:24.788752+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7,5],"acting":[4,7,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.14","version":"455'23","reported_seq":244,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:48.673830+0000","last_change":"2024-09-13T15:03:38.355028+0000","last_active":"2024-09-13T15:07:48.673830+0000","last_peered":"2024-09-13T15:07:48.673830+0000","last_clean":"2024-09-13T15:07:48.673830+0000","last_became_active":"2024-09-13T15:03:38.354646+0000","last_became_peered":"2024-09-13T15:03:38.354646+0000","last_unstale":"2024-09-13T15:07:48.673830+0000","last_undegraded":"2024-09-13T15:07:48.673830+0000","last_fullsized":"2024-09-13T15:07:48.673830+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":23,"log_dups_size":0,"ondisk_log_size":23,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:45:54.923031+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":4756,"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":23,"num_write_kb":20,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":20,"num_bytes_recovered":23780,"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":[4,7,2],"acting":[4,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.12","version":"0'0","reported_seq":224,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:07.112177+0000","last_change":"2024-09-13T15:01:09.619289+0000","last_active":"2024-09-13T15:08:07.112177+0000","last_peered":"2024-09-13T15:08:07.112177+0000","last_clean":"2024-09-13T15:08:07.112177+0000","last_became_active":"2024-09-13T15:01:09.618935+0000","last_became_peered":"2024-09-13T15:01:09.618935+0000","last_unstale":"2024-09-13T15:08:07.112177+0000","last_undegraded":"2024-09-13T15:08:07.112177+0000","last_fullsized":"2024-09-13T15:08:07.112177+0000","mapping_epoch":1341,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1342,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:11:34.367502+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.15","version":"70'3","reported_seq":162,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:48.658869+0000","last_change":"2024-09-13T15:03:38.351650+0000","last_active":"2024-09-13T15:07:48.658869+0000","last_peered":"2024-09-13T15:07:48.658869+0000","last_clean":"2024-09-13T15:07:48.658869+0000","last_became_active":"2024-09-13T15:03:38.350405+0000","last_became_peered":"2024-09-13T15:03:38.350405+0000","last_unstale":"2024-09-13T15:07:48.658869+0000","last_undegraded":"2024-09-13T15:07:48.658869+0000","last_fullsized":"2024-09-13T15:07:48.658869+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T15:39:09.711845+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":6,"num_bytes_recovered":270,"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,3,4],"acting":[7,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.14","version":"373'149","reported_seq":1855,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:07.113765+0000","last_change":"2024-09-13T15:03:38.353142+0000","last_active":"2024-09-13T15:08:07.113765+0000","last_peered":"2024-09-13T15:08:07.113765+0000","last_clean":"2024-09-13T15:08:07.113765+0000","last_became_active":"2024-09-13T15:03:38.352816+0000","last_became_peered":"2024-09-13T15:03:38.352816+0000","last_unstale":"2024-09-13T15:08:07.113765+0000","last_undegraded":"2024-09-13T15:08:07.113765+0000","last_fullsized":"2024-09-13T15:08:07.113765+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:01:25.087696+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:01:25.087696+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:54:01.274831+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[2,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.16","version":"0'0","reported_seq":1475,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:51.058603+0000","last_change":"2024-09-13T15:03:38.347080+0000","last_active":"2024-09-13T15:07:51.058603+0000","last_peered":"2024-09-13T15:07:51.058603+0000","last_clean":"2024-09-13T15:07:51.058603+0000","last_became_active":"2024-09-13T15:03:38.346731+0000","last_became_peered":"2024-09-13T15:03:38.346731+0000","last_unstale":"2024-09-13T15:07:51.058603+0000","last_undegraded":"2024-09-13T15:07:51.058603+0000","last_fullsized":"2024-09-13T15:07:51.058603+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:12:59.793120+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.11","version":"0'0","reported_seq":225,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:07.123893+0000","last_change":"2024-09-13T15:03:38.347061+0000","last_active":"2024-09-13T15:08:07.123893+0000","last_peered":"2024-09-13T15:08:07.123893+0000","last_clean":"2024-09-13T15:08:07.123893+0000","last_became_active":"2024-09-13T15:03:38.346728+0000","last_became_peered":"2024-09-13T15:03:38.346728+0000","last_unstale":"2024-09-13T15:08:07.123893+0000","last_undegraded":"2024-09-13T15:08:07.123893+0000","last_fullsized":"2024-09-13T15:08:07.123893+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:27:43.708101+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[3,7,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.17","version":"0'0","reported_seq":2107,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:07.122037+0000","last_change":"2024-09-13T15:01:24.980537+0000","last_active":"2024-09-13T15:08:07.122037+0000","last_peered":"2024-09-13T15:08:07.122037+0000","last_clean":"2024-09-13T15:08:07.122037+0000","last_became_active":"2024-09-13T15:01:24.980250+0000","last_became_peered":"2024-09-13T15:01:24.980250+0000","last_unstale":"2024-09-13T15:08:07.122037+0000","last_undegraded":"2024-09-13T15:08:07.122037+0000","last_fullsized":"2024-09-13T15:08:07.122037+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:24:28.559561+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.10","version":"0'0","reported_seq":214,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:07.125680+0000","last_change":"2024-09-13T15:01:24.974745+0000","last_active":"2024-09-13T15:08:07.125680+0000","last_peered":"2024-09-13T15:08:07.125680+0000","last_clean":"2024-09-13T15:08:07.125680+0000","last_became_active":"2024-09-13T15:01:24.974421+0000","last_became_peered":"2024-09-13T15:01:24.974421+0000","last_unstale":"2024-09-13T15:08:07.125680+0000","last_undegraded":"2024-09-13T15:08:07.125680+0000","last_fullsized":"2024-09-13T15:08:07.125680+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:28:38.841799+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"4.1f","version":"0'0","reported_seq":1277,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:49.307749+0000","last_change":"2024-09-13T14:56:24.931876+0000","last_active":"2024-09-13T15:07:49.307749+0000","last_peered":"2024-09-13T15:07:49.307749+0000","last_clean":"2024-09-13T15:07:49.307749+0000","last_became_active":"2024-09-13T14:56:24.931589+0000","last_became_peered":"2024-09-13T14:56:24.931589+0000","last_unstale":"2024-09-13T15:07:49.307749+0000","last_undegraded":"2024-09-13T15:07:49.307749+0000","last_fullsized":"2024-09-13T15:07:49.307749+0000","mapping_epoch":1264,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1265,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:34:37.022035+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"3.18","version":"0'0","reported_seq":221,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:07.125609+0000","last_change":"2024-09-13T15:03:51.627446+0000","last_active":"2024-09-13T15:08:07.125609+0000","last_peered":"2024-09-13T15:08:07.125609+0000","last_clean":"2024-09-13T15:08:07.125609+0000","last_became_active":"2024-09-13T15:03:51.627121+0000","last_became_peered":"2024-09-13T15:03:51.627121+0000","last_unstale":"2024-09-13T15:08:07.125609+0000","last_undegraded":"2024-09-13T15:08:07.125609+0000","last_fullsized":"2024-09-13T15:08:07.125609+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:48:38.869948+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1e","version":"0'0","reported_seq":2150,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:07.122625+0000","last_change":"2024-09-13T15:05:51.741349+0000","last_active":"2024-09-13T15:08:07.122625+0000","last_peered":"2024-09-13T15:08:07.122625+0000","last_clean":"2024-09-13T15:08:07.122625+0000","last_became_active":"2024-09-13T15:05:51.741016+0000","last_became_peered":"2024-09-13T15:05:51.741016+0000","last_unstale":"2024-09-13T15:08:07.122625+0000","last_undegraded":"2024-09-13T15:08:07.122625+0000","last_fullsized":"2024-09-13T15:08:07.122625+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:24:57.100933+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.19","version":"0'0","reported_seq":2112,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:07.116482+0000","last_change":"2024-09-13T15:01:24.971960+0000","last_active":"2024-09-13T15:08:07.116482+0000","last_peered":"2024-09-13T15:08:07.116482+0000","last_clean":"2024-09-13T15:08:07.116482+0000","last_became_active":"2024-09-13T15:01:24.971517+0000","last_became_peered":"2024-09-13T15:01:24.971517+0000","last_unstale":"2024-09-13T15:08:07.116482+0000","last_undegraded":"2024-09-13T15:08:07.116482+0000","last_fullsized":"2024-09-13T15:08:07.116482+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:30:11.660530+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1d","version":"0'0","reported_seq":214,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:07.128649+0000","last_change":"2024-09-13T15:01:24.976076+0000","last_active":"2024-09-13T15:08:07.128649+0000","last_peered":"2024-09-13T15:08:07.128649+0000","last_clean":"2024-09-13T15:08:07.128649+0000","last_became_active":"2024-09-13T15:01:24.975757+0000","last_became_peered":"2024-09-13T15:01:24.975757+0000","last_unstale":"2024-09-13T15:08:07.128649+0000","last_undegraded":"2024-09-13T15:08:07.128649+0000","last_fullsized":"2024-09-13T15:08:07.128649+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:12:40.080845+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"3.1a","version":"70'1","reported_seq":190,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:48.673719+0000","last_change":"2024-09-13T15:01:09.621644+0000","last_active":"2024-09-13T15:07:48.673719+0000","last_peered":"2024-09-13T15:07:48.673719+0000","last_clean":"2024-09-13T15:07:48.673719+0000","last_became_active":"2024-09-13T15:01:09.620336+0000","last_became_peered":"2024-09-13T15:01:09.620336+0000","last_unstale":"2024-09-13T15:07:48.673719+0000","last_undegraded":"2024-09-13T15:07:48.673719+0000","last_fullsized":"2024-09-13T15:07:48.673719+0000","mapping_epoch":1341,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1342,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T20:00:35.360146+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1c","version":"0'0","reported_seq":230,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:07.113807+0000","last_change":"2024-09-13T15:01:24.976370+0000","last_active":"2024-09-13T15:08:07.113807+0000","last_peered":"2024-09-13T15:08:07.113807+0000","last_clean":"2024-09-13T15:08:07.113807+0000","last_became_active":"2024-09-13T15:01:24.975596+0000","last_became_peered":"2024-09-13T15:01:24.975596+0000","last_unstale":"2024-09-13T15:08:07.113807+0000","last_undegraded":"2024-09-13T15:08:07.113807+0000","last_fullsized":"2024-09-13T15:08:07.113807+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:13:32.203601+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[2,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.1b","version":"70'1","reported_seq":97,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:07.121834+0000","last_change":"2024-09-13T15:03:51.621572+0000","last_active":"2024-09-13T15:08:07.121834+0000","last_peered":"2024-09-13T15:08:07.121834+0000","last_clean":"2024-09-13T15:08:07.121834+0000","last_became_active":"2024-09-13T15:03:51.621247+0000","last_became_peered":"2024-09-13T15:03:51.621247+0000","last_unstale":"2024-09-13T15:08:07.121834+0000","last_undegraded":"2024-09-13T15:08:07.121834+0000","last_fullsized":"2024-09-13T15:08:07.121834+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T00:42:04.854905+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1b","version":"0'0","reported_seq":217,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:48.673854+0000","last_change":"2024-09-13T15:01:24.977220+0000","last_active":"2024-09-13T15:07:48.673854+0000","last_peered":"2024-09-13T15:07:48.673854+0000","last_clean":"2024-09-13T15:07:48.673854+0000","last_became_active":"2024-09-13T15:01:24.976741+0000","last_became_peered":"2024-09-13T15:01:24.976741+0000","last_unstale":"2024-09-13T15:07:48.673854+0000","last_undegraded":"2024-09-13T15:07:48.673854+0000","last_fullsized":"2024-09-13T15:07:48.673854+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:58:20.383610+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,3,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1c","version":"70'2","reported_seq":1457,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:49.307441+0000","last_change":"2024-09-13T14:57:15.014505+0000","last_active":"2024-09-13T15:07:49.307441+0000","last_peered":"2024-09-13T15:07:49.307441+0000","last_clean":"2024-09-13T15:07:49.307441+0000","last_became_active":"2024-09-13T14:57:14.993038+0000","last_became_peered":"2024-09-13T14:57:14.993038+0000","last_unstale":"2024-09-13T15:07:49.307441+0000","last_undegraded":"2024-09-13T15:07:49.307441+0000","last_fullsized":"2024-09-13T15:07:49.307441+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T14:36:30.851322+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":4,"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":[5,4,1],"acting":[5,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.1a","version":"0'0","reported_seq":217,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:48.673484+0000","last_change":"2024-09-13T15:07:48.074403+0000","last_active":"2024-09-13T15:07:48.673484+0000","last_peered":"2024-09-13T15:07:48.673484+0000","last_clean":"2024-09-13T15:07:48.673484+0000","last_became_active":"2024-09-13T15:07:48.074094+0000","last_became_peered":"2024-09-13T15:07:48.074094+0000","last_unstale":"2024-09-13T15:07:48.673484+0000","last_undegraded":"2024-09-13T15:07:48.673484+0000","last_fullsized":"2024-09-13T15:07:48.673484+0000","mapping_epoch":1444,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1445,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:21:23.588222+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7,0],"acting":[4,7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1d","version":"70'2","reported_seq":1445,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:49.307690+0000","last_change":"2024-09-13T14:57:14.995153+0000","last_active":"2024-09-13T15:07:49.307690+0000","last_peered":"2024-09-13T15:07:49.307690+0000","last_clean":"2024-09-13T15:07:49.307690+0000","last_became_active":"2024-09-13T14:57:14.955820+0000","last_became_peered":"2024-09-13T14:57:14.955820+0000","last_unstale":"2024-09-13T15:07:49.307690+0000","last_undegraded":"2024-09-13T15:07:49.307690+0000","last_fullsized":"2024-09-13T15:07:49.307690+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T02:09:07.710606+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":3,"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":[5,4,1],"acting":[5,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.19","version":"0'0","reported_seq":214,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:07.123724+0000","last_change":"2024-09-13T15:01:24.975308+0000","last_active":"2024-09-13T15:08:07.123724+0000","last_peered":"2024-09-13T15:08:07.123724+0000","last_clean":"2024-09-13T15:08:07.123724+0000","last_became_active":"2024-09-13T15:01:24.974989+0000","last_became_peered":"2024-09-13T15:01:24.974989+0000","last_unstale":"2024-09-13T15:08:07.123724+0000","last_undegraded":"2024-09-13T15:08:07.123724+0000","last_fullsized":"2024-09-13T15:08:07.123724+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:22:58.631475+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,0],"acting":[3,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1e","version":"70'1","reported_seq":216,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:07.124016+0000","last_change":"2024-09-13T15:01:24.986072+0000","last_active":"2024-09-13T15:08:07.124016+0000","last_peered":"2024-09-13T15:08:07.124016+0000","last_clean":"2024-09-13T15:08:07.124016+0000","last_became_active":"2024-09-13T15:01:24.985247+0000","last_became_peered":"2024-09-13T15:01:24.985247+0000","last_unstale":"2024-09-13T15:08:07.124016+0000","last_undegraded":"2024-09-13T15:08:07.124016+0000","last_fullsized":"2024-09-13T15:08:07.124016+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T14:34:52.287383+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,1],"acting":[3,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.18","version":"0'0","reported_seq":207,"reported_epoch":1446,"state":"active+clean","last_fresh":"2024-09-13T15:07:48.673334+0000","last_change":"2024-09-13T15:07:48.074798+0000","last_active":"2024-09-13T15:07:48.673334+0000","last_peered":"2024-09-13T15:07:48.673334+0000","last_clean":"2024-09-13T15:07:48.673334+0000","last_became_active":"2024-09-13T15:07:48.074479+0000","last_became_peered":"2024-09-13T15:07:48.074479+0000","last_unstale":"2024-09-13T15:07:48.673334+0000","last_undegraded":"2024-09-13T15:07:48.673334+0000","last_fullsized":"2024-09-13T15:07:48.673334+0000","mapping_epoch":1444,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1445,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:26:01.157586+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[4,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1f","version":"70'4","reported_seq":104,"reported_epoch":1447,"state":"active+clean","last_fresh":"2024-09-13T15:08:07.121849+0000","last_change":"2024-09-13T15:05:47.245115+0000","last_active":"2024-09-13T15:08:07.121849+0000","last_peered":"2024-09-13T15:08:07.121849+0000","last_clean":"2024-09-13T15:08:07.121849+0000","last_became_active":"2024-09-13T15:03:51.620936+0000","last_became_peered":"2024-09-13T15:03:51.620936+0000","last_unstale":"2024-09-13T15:08:07.121849+0000","last_undegraded":"2024-09-13T15:08:07.121849+0000","last_fullsized":"2024-09-13T15:08:07.121849+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1419,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T00:58:17.705835+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":14,"num_bytes_recovered":4074,"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,5,2],"acting":[0,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]}],"pool_stats":[{"poolid":11,"num_pg":16,"stat_sum":{"num_bytes":5374738432,"num_objects":82012,"num_object_clones":0,"num_object_copies":246036,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":1519,"num_objects_unfound":0,"num_objects_dirty":82012,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":82012,"num_write_kb":5248768,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":1367,"num_bytes_recovered":89587712,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":16410411008,"data_stored":16410411008,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":82012,"ondisk_log_size":82012,"up":48,"acting":48,"num_store_stats":7},{"poolid":4,"num_pg":32,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":96,"acting":96,"num_store_stats":8},{"poolid":3,"num_pg":32,"stat_sum":{"num_bytes":5554,"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":62,"num_write_kb":31,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":91,"num_bytes_recovered":28572,"num_keys_recovered":30,"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":122880,"data_stored":22104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":23634,"internal_metadata":0},"log_size":56,"ondisk_log_size":56,"up":96,"acting":96,"num_store_stats":8},{"poolid":2,"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":8,"num_bytes_recovered":19,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":16384,"data_stored":76,"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":1,"num_pg":21,"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":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":5,"num_bytes_recovered":1378432,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":2375680,"data_stored":2361472,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":3129,"ondisk_log_size":3129,"up":63,"acting":63,"num_store_stats":8}],"osd_stats":[{"osd":7,"up_from":1400,"seq":6012954214458,"num_pgs":47,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":2148592,"kb_used_data":1922600,"kb_used_omap":66,"kb_used_meta":225917,"kb_avail":91596560,"statfs":{"total":95995035648,"available":93794877440,"internally_reserved":0,"allocated":1968742400,"data_stored":1965729574,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":67622,"internal_metadata":231339994},"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":0,"seq":5248450035901,"num_pgs":0,"num_osds":0,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":0,"kb_used":0,"kb_used_data":0,"kb_used_omap":0,"kb_used_meta":0,"kb_avail":0,"statfs":{"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},"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":[]},{"osd":5,"up_from":38,"seq":163208757871,"num_pgs":44,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":3260320,"kb_used_data":1934552,"kb_used_omap":1,"kb_used_meta":1325758,"kb_avail":90484832,"statfs":{"total":95995035648,"available":92656467968,"internally_reserved":0,"allocated":1980981248,"data_stored":1977979398,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":1357576646},"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":[]},{"osd":4,"up_from":30,"seq":128849019508,"num_pgs":52,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":2214448,"kb_used_data":1345000,"kb_used_omap":1,"kb_used_meta":869438,"kb_avail":91530704,"statfs":{"total":95995035648,"available":93727440896,"internally_reserved":0,"allocated":1377280000,"data_stored":1374268041,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":890304966},"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":845,"seq":3629247365537,"num_pgs":53,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":3672540,"kb_used_data":2642836,"kb_used_omap":34,"kb_used_meta":1029661,"kb_avail":90072612,"statfs":{"total":95995035648,"available":92234354688,"internally_reserved":0,"allocated":2706264064,"data_stored":2703265811,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":35801,"internal_metadata":1054372903},"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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[]},{"osd":2,"up_from":813,"seq":3491808412071,"num_pgs":34,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":2890352,"kb_used_data":2222248,"kb_used_omap":50,"kb_used_meta":668045,"kb_avail":90854800,"statfs":{"total":95995035648,"available":93035315200,"internally_reserved":0,"allocated":2275581952,"data_stored":2272571019,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":52011,"internal_metadata":684078293},"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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[]},{"osd":1,"up_from":780,"seq":3350074491310,"num_pgs":53,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5372564,"kb_used_data":4138252,"kb_used_omap":30,"kb_used_meta":1234273,"kb_avail":88372588,"statfs":{"total":95995035648,"available":90493530112,"internally_reserved":0,"allocated":4237570048,"data_stored":4234579302,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":31404,"internal_metadata":1263895892},"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":746,"seq":3204045603253,"num_pgs":46,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":3089764,"kb_used_data":1991388,"kb_used_omap":66,"kb_used_meta":1098301,"kb_avail":90655388,"statfs":{"total":95995035648,"available":92831117312,"internally_reserved":0,"allocated":2039181312,"data_stored":2036177374,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":68403,"internal_metadata":1124660429},"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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":327680,"data_stored":327680,"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":0,"data_stored":0,"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":266240,"data_stored":262688,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"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":327680,"data_stored":327680,"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":266240,"data_stored":262688,"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":0,"data_stored":0,"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":4096,"data_stored":19,"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":4096,"data_stored":19,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":4096,"data_stored":19,"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":4096,"data_stored":19,"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":0,"data_stored":0,"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":8192,"data_stored":604,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3890,"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":3041,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":20480,"data_stored":5372,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1366,"internal_metadata":0},{"poolid":3,"osd":3,"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":3176,"internal_metadata":0},{"poolid":3,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":24576,"data_stored":4902,"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":8192,"data_stored":652,"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":24576,"data_stored":5442,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5318,"internal_metadata":0},{"poolid":3,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":28672,"data_stored":4972,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":6843,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":11,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":2046492672,"data_stored":2046492672,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":11,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":4029349888,"data_stored":4029349888,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":11,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":2286485504,"data_stored":2286485504,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":11,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":2722627584,"data_stored":2722627584,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":11,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":1370685440,"data_stored":1370685440,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":11,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":1980825600,"data_stored":1980825600,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":11,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":1973944320,"data_stored":1973944320,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-13T15:08:29.358 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph status --format=json 2024-09-13T15:08:29.376 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:29.401 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:29.402 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:29.402 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:29.503 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:08:29.529 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:29.529 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:29.530 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:08:29.631 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:29.654 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:29.655 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:29.655 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:29.696 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:08:29.755 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:08:29.780 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:29.781 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:29.781 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:08:29.882 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:08:29.925 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:29.926 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:29.926 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:08:30.027 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:30.053 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:30.054 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:30.054 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:30.135 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 68 16 87354 87338 80.2536 55.8125 0.014433 0.0124554 2024-09-13T15:08:30.155 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:08:30.201 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:30.202 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:30.202 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:08:30.303 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:08:30.326 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:30.327 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:30.327 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:08:30.416 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd set noscrub 2024-09-13T15:08:30.428 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:08:30.502 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:30.503 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:30.503 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:08:30.604 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:08:30.627 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:30.628 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:30.628 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:08:30.729 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:30.750 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:08:30.753 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:30.754 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:30.754 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:08:30.754 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:08:30.855 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:08:30.881 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:30.881 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:30.882 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:08:30.889 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:30 smithi071 ceph-mon[107477]: pgmap v2362: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 5.1 GiB data, 22 GiB used, 604 GiB / 626 GiB avail; 54 MiB/s wr, 871 op/s; 1189/251325 objects misplaced (0.473%); 3.7 MiB/s, 59 objects/s recovering 2024-09-13T15:08:30.889 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:30 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:08:30.889 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:30 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:08:30.889 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:30 smithi071 ceph-mon[112785]: pgmap v2362: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 5.1 GiB data, 22 GiB used, 604 GiB / 626 GiB avail; 54 MiB/s wr, 871 op/s; 1189/251325 objects misplaced (0.473%); 3.7 MiB/s, 59 objects/s recovering 2024-09-13T15:08:30.889 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:30 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:08:30.890 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:30 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:08:30.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:30 smithi104 ceph-mon[105578]: pgmap v2362: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 5.1 GiB data, 22 GiB used, 604 GiB / 626 GiB avail; 54 MiB/s wr, 871 op/s; 1189/251325 objects misplaced (0.473%); 3.7 MiB/s, 59 objects/s recovering 2024-09-13T15:08:30.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:30 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:08:30.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:30 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:08:30.982 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:08:31.023 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:31.024 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:31.024 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:08:31.125 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:31.134 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 69 16 88218 88202 79.8731 54 0.0228396 0.0125143 2024-09-13T15:08:31.151 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:31.151 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:31.152 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:08:31.252 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:08:31.292 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:31.293 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:31.293 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:08:31.394 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:08:31.430 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:31.431 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:31.431 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:08:31.532 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:08:31.583 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:31.583 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:31.583 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:08:31.684 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:08:31.729 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:31.729 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:31.730 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:08:31.830 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:31.905 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:31.905 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:31.905 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:32.006 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:08:32.030 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:32.030 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:32.031 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:08:32.131 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:08:32.137 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 70 16 89105 89089 79.524 55.4375 0.0500612 0.0125686 2024-09-13T15:08:32.180 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:32.181 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:32.181 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:08:32.282 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:32.316 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:32.317 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:32.317 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:32.418 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:08:32.462 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:32.520 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:32.520 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:08:32.621 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:08:32.650 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:32.651 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:32.651 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:08:32.752 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:08:32.792 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:32.792 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:32.793 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:08:32.860 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:32 smithi071 ceph-mon[107477]: pgmap v2363: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 5.2 GiB data, 22 GiB used, 604 GiB / 626 GiB avail; 53 MiB/s wr, 846 op/s; 1189/257544 objects misplaced (0.462%); 3.7 MiB/s, 59 objects/s recovering 2024-09-13T15:08:32.861 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:08:32 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:08:32] "GET /metrics HTTP/1.1" 200 36684 "" "Prometheus/2.51.0" 2024-09-13T15:08:32.861 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:32 smithi071 ceph-mon[112785]: pgmap v2363: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 5.2 GiB data, 22 GiB used, 604 GiB / 626 GiB avail; 53 MiB/s wr, 846 op/s; 1189/257544 objects misplaced (0.462%); 3.7 MiB/s, 59 objects/s recovering 2024-09-13T15:08:32.893 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:32.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:32 smithi104 ceph-mon[105578]: pgmap v2363: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 5.2 GiB data, 22 GiB used, 604 GiB / 626 GiB avail; 53 MiB/s wr, 846 op/s; 1189/257544 objects misplaced (0.462%); 3.7 MiB/s, 59 objects/s recovering 2024-09-13T15:08:32.929 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:32.932 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:32.933 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:33.033 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:33.057 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:33.057 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:33.058 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:08:33.134 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 71 16 89961 89945 79.1574 53.5 0.0142944 0.0126268 2024-09-13T15:08:33.158 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:33.193 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:33.193 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:33.194 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:33.295 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:08:33.330 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:33.331 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:33.331 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:08:33.432 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:33.455 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:33.456 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:33.456 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:33.517 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T15:08:33.517 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T15:08:33.517 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T15:08:33.517 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T15:08:33.517 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T15:08:33.517 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T15:08:33.518 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T15:08:33.518 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T15:08:33.518 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T15:08:33.518 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T15:08:33.518 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T15:08:33.518 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T15:08:33.518 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T15:08:33.518 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T15:08:33.518 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T15:08:33.518 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T15:08:33.557 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:33.608 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:33.609 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:33.609 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:33.710 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:08:33.733 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:33.734 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:33.734 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:08:33.831 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:33 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/4261607377' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:08:33.832 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:33 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/4261607377' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:08:33.835 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:33.885 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:33.886 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:33.887 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:33.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:33 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/4261607377' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:08:33.988 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:08:34.028 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:34.029 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:34.029 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:08:34.130 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:34.134 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 72 16 90837 90821 78.8184 54.75 0.0263431 0.0126815 2024-09-13T15:08:34.153 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:34.154 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:34.154 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:08:34.255 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:34.293 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:34.294 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:34.294 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:34.395 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:08:34.419 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:34.419 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:34.420 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:08:34.520 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:34.544 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:34.545 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:34.545 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:34.646 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:08:34.688 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:34.689 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:34.689 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:08:34.790 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:08:34.835 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:34.836 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:34.837 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:08:34.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:34 smithi071 ceph-mon[107477]: pgmap v2364: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 5.4 GiB data, 23 GiB used, 603 GiB / 626 GiB avail; 53 MiB/s wr, 841 op/s; 1189/263232 objects misplaced (0.452%); 3.7 MiB/s, 59 objects/s recovering 2024-09-13T15:08:34.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:34 smithi071 ceph-mon[112785]: pgmap v2364: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 5.4 GiB data, 23 GiB used, 603 GiB / 626 GiB avail; 53 MiB/s wr, 841 op/s; 1189/263232 objects misplaced (0.452%); 3.7 MiB/s, 59 objects/s recovering 2024-09-13T15:08:34.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:34 smithi104 ceph-mon[105578]: pgmap v2364: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 5.4 GiB data, 23 GiB used, 603 GiB / 626 GiB avail; 53 MiB/s wr, 841 op/s; 1189/263232 objects misplaced (0.452%); 3.7 MiB/s, 59 objects/s recovering 2024-09-13T15:08:34.937 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:08:34.943 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:08:34.959 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:34.959 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:34.960 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:08:35.061 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:08:35.110 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:35.110 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:35.111 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:08:35.134 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 73 16 91670 91654 78.4519 52.0625 0.023163 0.0127409 2024-09-13T15:08:35.211 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:08:35.235 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:35.236 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:35.236 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:08:35.337 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:08:35.362 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:35.362 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:35.363 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:08:35.463 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:35.486 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:35.487 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:35.488 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:35.589 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:35.638 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:35.638 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:35.638 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:35.739 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:35.762 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:35.763 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:35.763 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:08:35.864 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:08:35.909 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:35.910 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:35.910 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:08:36.011 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:08:36.050 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:36.051 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:36.051 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:08:36.135 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 74 16 92494 92478 78.0877 51.5 0.0262057 0.0128004 2024-09-13T15:08:36.152 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:08:36.176 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:36.177 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:36.177 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:08:36.278 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:08:36.322 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:36.323 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:36.323 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:08:36.328 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=false 2024-09-13T15:08:36.425 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:36.449 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:36.450 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:36.450 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:08:36.551 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:08:36.619 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:36.621 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:36.621 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:08:36.722 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:36.745 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:36.746 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:36.746 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:36.847 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:36.885 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:36.885 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:36.885 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:36.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:36 smithi071 ceph-mon[112785]: pgmap v2365: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 5.5 GiB data, 23 GiB used, 603 GiB / 626 GiB avail; 53 MiB/s wr, 843 op/s; 898/269805 objects misplaced (0.333%); 3.9 MiB/s, 62 objects/s recovering 2024-09-13T15:08:36.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:36 smithi071 ceph-mon[107477]: pgmap v2365: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 5.5 GiB data, 23 GiB used, 603 GiB / 626 GiB avail; 53 MiB/s wr, 843 op/s; 898/269805 objects misplaced (0.333%); 3.9 MiB/s, 62 objects/s recovering 2024-09-13T15:08:36.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:36 smithi104 ceph-mon[105578]: pgmap v2365: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 5.5 GiB data, 23 GiB used, 603 GiB / 626 GiB avail; 53 MiB/s wr, 843 op/s; 898/269805 objects misplaced (0.333%); 3.9 MiB/s, 62 objects/s recovering 2024-09-13T15:08:36.987 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:37.002 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T15:08:37.002 INFO:teuthology.orchestra.run.smithi071.stdout:{"fsid":"18f8172c-71da-11ef-bceb-c7b262605968","health":{"status":"HEALTH_OK","checks":{},"mutes":[]},"election_epoch":30,"quorum":[0,1,2],"quorum_names":["a","b","c"],"quorum_age":2440,"monmap":{"epoch":4,"min_mon_release_name":"squid","num_mons":3},"osdmap":{"epoch":1448,"num_osds":8,"num_up_osds":8,"osd_up_since":1726239817,"num_in_osds":7,"osd_in_since":1726239683,"num_remapped_pgs":1},"pgmap":{"pgs_by_state":[{"state_name":"active+clean","count":108},{"state_name":"active+recovering+remapped","count":1}],"num_pgs":109,"num_pools":5,"num_objects":89935,"data_bytes":5892872165,"bytes_used":24776724480,"bytes_avail":647188525056,"bytes_total":671965249536,"misplaced_objects":898,"misplaced_total":269805,"misplaced_ratio":0.0033283297196123125,"recovering_objects_per_sec":62,"recovering_bytes_per_sec":4068547,"recovering_keys_per_sec":0,"num_objects_recovered":621,"num_bytes_recovered":40697856,"num_keys_recovered":0,"write_bytes_sec":55269356,"read_op_per_sec":0,"write_op_per_sec":843},"fsmap":{"epoch":9,"btime":"1970-01-01T00:00:00:000000+0000","id":1,"up":1,"in":1,"max":1,"by_rank":[{"filesystem_id":1,"rank":0,"name":"foo.smithi071.awdchm","status":"up:active","gid":14637}],"up:standby":1},"mgrmap":{"available":true,"num_standbys":1,"modules":["cephadm","dashboard","iostat","nfs","prometheus","restful"],"services":{"dashboard":"https://172.21.15.71:8443/","prometheus":"http://172.21.15.71:9283/"}},"servicemap":{"epoch":34,"modified":"2024-09-13T15:04:38.949404+0000","services":{}},"progress_events":{}} 2024-09-13T15:08:37.029 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:37.030 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:37.030 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:37.131 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:08:37.135 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 75 16 93184 93168 77.6216 43.125 0.0170499 0.0128769 2024-09-13T15:08:37.169 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:37.170 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:37.170 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:08:37.271 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:37.294 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:37.295 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:37.295 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:08:37.396 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:08:37.464 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:37.464 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:37.464 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:08:37.565 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:08:37.621 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:37.622 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:37.622 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:08:37.723 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:08:37.776 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:37.777 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:37.777 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:08:37.840 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:37 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1812645864' entity='client.admin' cmd={"prefix": "status", "format": "json"} : dispatch 2024-09-13T15:08:37.840 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:37 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1812645864' entity='client.admin' cmd={"prefix": "status", "format": "json"} : dispatch 2024-09-13T15:08:37.880 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:37.918 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:37.919 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:37.919 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:37.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:37 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1812645864' entity='client.admin' cmd={"prefix": "status", "format": "json"} : dispatch 2024-09-13T15:08:38.020 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:38.044 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:38.044 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:38.045 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:38.135 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 76 16 93932 93916 77.2154 46.75 0.0198035 0.0129452 2024-09-13T15:08:38.145 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:08:38.202 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:38.202 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:38.203 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:08:38.303 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:38.346 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:38.346 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:38.347 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:38.359 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T15:08:38.359 INFO:teuthology.orchestra.run.smithi071.stdout: "ops": [], 2024-09-13T15:08:38.360 INFO:teuthology.orchestra.run.smithi071.stdout: "complaint_time": 30, 2024-09-13T15:08:38.360 INFO:teuthology.orchestra.run.smithi071.stdout: "num_blocked_ops": 0 2024-09-13T15:08:38.360 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T15:08:38.448 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:08:38.483 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:38.484 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:38.485 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:08:38.585 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:38.615 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:38.616 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:38.616 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:38.717 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:38.742 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:38.743 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:38.743 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:38.844 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:08:38.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:38 smithi071 ceph-mon[107477]: pgmap v2366: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 5.6 GiB data, 23 GiB used, 602 GiB / 626 GiB avail; 51 MiB/s wr, 816 op/s; 898/272931 objects misplaced (0.329%); 3.5 MiB/s, 56 objects/s recovering 2024-09-13T15:08:38.846 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:38 smithi071 ceph-mon[112785]: pgmap v2366: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 5.6 GiB data, 23 GiB used, 602 GiB / 626 GiB avail; 51 MiB/s wr, 816 op/s; 898/272931 objects misplaced (0.329%); 3.5 MiB/s, 56 objects/s recovering 2024-09-13T15:08:38.885 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:38.886 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:38.886 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:08:38.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:38 smithi104 ceph-mon[105578]: pgmap v2366: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 5.6 GiB data, 23 GiB used, 602 GiB / 626 GiB avail; 51 MiB/s wr, 816 op/s; 898/272931 objects misplaced (0.329%); 3.5 MiB/s, 56 objects/s recovering 2024-09-13T15:08:38.987 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:08:39.047 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:39.048 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:39.048 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:08:39.062 INFO:tasks.cephadm.ceph_manager.ceph:making progress, resetting timeout 2024-09-13T15:08:39.062 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-13T15:08:39.138 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 77 16 94763 94747 76.8859 51.9375 0.0115666 0.0130006 2024-09-13T15:08:39.149 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:08:39.173 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:39.174 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:39.174 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:08:39.275 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:08:39.300 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:39.300 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:39.301 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:08:39.402 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:08:39.428 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:39.429 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:39.430 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:08:39.530 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:08:39.554 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:39.554 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:39.555 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:08:39.656 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:08:39.696 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:39.697 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:39.697 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:08:39.798 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:08:39.835 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:39.835 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:39.836 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:08:39.937 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:08:40.003 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:40.004 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:40.004 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:08:40.105 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:08:40.137 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 78 16 95619 95603 76.585 53.5 0.0194652 0.0130522 2024-09-13T15:08:40.156 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:40.157 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:40.158 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:08:40.259 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:08:40.314 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:40.315 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:40.315 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:08:40.416 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:40.442 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:40.442 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:40.443 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:40.543 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:08:40.567 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:40.568 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:40.568 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:08:40.669 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:40.687 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.1 dump_historic_ops 2024-09-13T15:08:40.730 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:40.732 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:40.733 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:40.833 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:40.858 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:40.858 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:40.859 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:08:40.893 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:40 smithi071 ceph-mon[107477]: pgmap v2367: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 5.6 GiB data, 24 GiB used, 602 GiB / 626 GiB avail; 50 MiB/s wr, 806 op/s; 615/276663 objects misplaced (0.222%); 4.7 MiB/s, 75 objects/s recovering 2024-09-13T15:08:40.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:40 smithi071 ceph-mon[112785]: pgmap v2367: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 5.6 GiB data, 24 GiB used, 602 GiB / 626 GiB avail; 50 MiB/s wr, 806 op/s; 615/276663 objects misplaced (0.222%); 4.7 MiB/s, 75 objects/s recovering 2024-09-13T15:08:40.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:40 smithi104 ceph-mon[105578]: pgmap v2367: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 5.6 GiB data, 24 GiB used, 602 GiB / 626 GiB avail; 50 MiB/s wr, 806 op/s; 615/276663 objects misplaced (0.222%); 4.7 MiB/s, 75 objects/s recovering 2024-09-13T15:08:40.960 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:08:40.983 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:40.984 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:40.984 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:08:41.085 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:08:41.108 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:41.109 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:41.109 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:08:41.137 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 79 16 96418 96402 76.2476 49.9375 0.00993341 0.0131094 2024-09-13T15:08:41.210 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:41.232 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:41.233 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:41.233 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:41.334 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:41.358 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:41.359 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:41.359 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:08:41.373 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:08:41.460 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:41.486 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:41.487 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:41.487 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:41.588 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:41.612 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:41.613 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:41.613 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:08:41.640 INFO:teuthology.orchestra.run.smithi071.stderr:noscrub is set 2024-09-13T15:08:41.714 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:41.756 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:41.757 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:41.757 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:41.762 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:41 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1126787653' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T15:08:41.762 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:41 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T15:08:41.764 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:41 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1126787653' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T15:08:41.764 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:41 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T15:08:41.858 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:41.883 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:41.883 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:41.884 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:41.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:41 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1126787653' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T15:08:41.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:41 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T15:08:41.985 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:08:41.987 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:08:42.031 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:42.032 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:42.033 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:08:42.133 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:42.139 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:2024-09-13T15:08:42.137341+0000 min lat: 0.0011004 max lat: 2.69288 avg lat: 0.0131634 2024-09-13T15:08:42.139 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2024-09-13T15:08:42.139 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 80 16 97240 97224 75.9367 51.375 0.010351 0.0131634 2024-09-13T15:08:42.158 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:42.159 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:42.159 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:08:42.260 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:08:42.286 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:42.287 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:42.287 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:08:42.388 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:42.429 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:42.429 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:42.430 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:42.530 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:08:42.555 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:42.556 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:42.556 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:08:42.657 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:08:42.682 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:42.682 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:42.682 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:08:42.783 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:08:42.808 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:42.809 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:42.809 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:08:42.891 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:08:42 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:08:42] "GET /metrics HTTP/1.1" 200 36684 "" "Prometheus/2.51.0" 2024-09-13T15:08:42.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:42 smithi071 ceph-mon[107477]: pgmap v2368: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 5.8 GiB data, 24 GiB used, 602 GiB / 626 GiB avail; 55 MiB/s wr, 872 op/s; 615/282735 objects misplaced (0.218%); 3.0 MiB/s, 47 objects/s recovering 2024-09-13T15:08:42.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:42 smithi071 ceph-mon[107477]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:08:42.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:42 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T15:08:42.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:42 smithi071 ceph-mon[107477]: osdmap e1449: 8 total, 8 up, 7 in 2024-09-13T15:08:42.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:42 smithi071 ceph-mon[112785]: pgmap v2368: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 5.8 GiB data, 24 GiB used, 602 GiB / 626 GiB avail; 55 MiB/s wr, 872 op/s; 615/282735 objects misplaced (0.218%); 3.0 MiB/s, 47 objects/s recovering 2024-09-13T15:08:42.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:42 smithi071 ceph-mon[112785]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:08:42.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:42 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T15:08:42.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:42 smithi071 ceph-mon[112785]: osdmap e1449: 8 total, 8 up, 7 in 2024-09-13T15:08:42.910 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:08:42.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:42 smithi104 ceph-mon[105578]: pgmap v2368: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 5.8 GiB data, 24 GiB used, 602 GiB / 626 GiB avail; 55 MiB/s wr, 872 op/s; 615/282735 objects misplaced (0.218%); 3.0 MiB/s, 47 objects/s recovering 2024-09-13T15:08:42.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:42 smithi104 ceph-mon[105578]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:08:42.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:42 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T15:08:42.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:42 smithi104 ceph-mon[105578]: osdmap e1449: 8 total, 8 up, 7 in 2024-09-13T15:08:42.948 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:42.949 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:42.949 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:08:43.050 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:43.076 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:43.077 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:43.077 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:43.138 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 81 16 98147 98131 75.699 56.6875 0.0156749 0.0132052 2024-09-13T15:08:43.178 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:08:43.215 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:43.216 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:08:43.216 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:43.217 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:08:43.318 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:08:43.343 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:43.343 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:43.344 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:08:43.444 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:08:43.471 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:43.472 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:43.472 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:08:43.573 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:43.603 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:43.603 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:43.604 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:43.705 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:08:43.741 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:43.742 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:43.742 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:08:43.843 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:08:43.864 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:43.865 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:43.865 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:08:43.967 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:43.992 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:43.992 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:43.993 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:44.093 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:08:44.131 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:44.132 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:44.132 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:08:44.137 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 82 16 99006 98990 75.4306 53.6875 0.0241254 0.0132508 2024-09-13T15:08:44.233 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:08:44.258 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:44.258 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:44.259 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:08:44.360 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:08:44.398 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:44.399 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:44.400 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:08:44.500 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:44.522 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:44.523 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:44.524 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:44.624 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:44.648 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:44.648 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:44.649 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:08:44.710 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:44 smithi071 ceph-mon[107477]: pgmap v2370: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 5.9 GiB data, 24 GiB used, 602 GiB / 626 GiB avail; 52 MiB/s wr, 824 op/s; 615/287976 objects misplaced (0.214%); 3.6 MiB/s, 57 objects/s recovering 2024-09-13T15:08:44.710 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:44 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:08:44.710 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:44 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:08:44.710 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:44 smithi071 ceph-mon[112785]: pgmap v2370: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 5.9 GiB data, 24 GiB used, 602 GiB / 626 GiB avail; 52 MiB/s wr, 824 op/s; 615/287976 objects misplaced (0.214%); 3.6 MiB/s, 57 objects/s recovering 2024-09-13T15:08:44.711 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:44 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:08:44.711 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:44 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:08:44.750 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:08:44.775 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:44.775 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:44.776 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:08:44.877 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:08:44.901 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:44.901 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:44.902 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:08:44.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:44 smithi104 ceph-mon[105578]: pgmap v2370: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 5.9 GiB data, 24 GiB used, 602 GiB / 626 GiB avail; 52 MiB/s wr, 824 op/s; 615/287976 objects misplaced (0.214%); 3.6 MiB/s, 57 objects/s recovering 2024-09-13T15:08:44.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:44 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:08:44.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:44 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:08:45.002 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:45.041 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:45.041 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:45.042 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:45.138 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 83 16 99870 99854 75.1724 54 0.0284197 0.013297 2024-09-13T15:08:45.143 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:08:45.187 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:45.187 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:45.188 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:08:45.261 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd set nodeep-scrub 2024-09-13T15:08:45.289 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:08:45.361 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:45.362 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:45.362 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:08:45.463 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:08:45.523 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:45.524 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:45.524 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:08:45.625 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:45.651 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:45.652 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:45.652 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:45.753 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:45.775 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:45.776 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:45.776 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:08:45.877 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:08:45.938 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:45.938 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:45.939 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:08:46.040 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:46.065 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:46.066 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:46.066 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:08:46.138 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 84 16 100705 100689 74.8987 52.1875 0.0112422 0.0133454 2024-09-13T15:08:46.167 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:46.203 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:46.204 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:46.204 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:46.305 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:46.328 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:46.329 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:46.329 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:08:46.430 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:08:46.466 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:46.467 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:46.467 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:08:46.568 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:08:46.610 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:46.611 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:46.611 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:08:46.712 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:08:46.754 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:46.755 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:46.755 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:08:46.856 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:08:46.885 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:46.885 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:46.886 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:08:46.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:46 smithi104 ceph-mon[105578]: pgmap v2371: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 6.0 GiB data, 25 GiB used, 601 GiB / 626 GiB avail; 51 MiB/s wr, 819 op/s; 291/294399 objects misplaced (0.099%); 3.8 MiB/s, 60 objects/s recovering 2024-09-13T15:08:46.986 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:46 smithi071 ceph-mon[107477]: pgmap v2371: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 6.0 GiB data, 25 GiB used, 601 GiB / 626 GiB avail; 51 MiB/s wr, 819 op/s; 291/294399 objects misplaced (0.099%); 3.8 MiB/s, 60 objects/s recovering 2024-09-13T15:08:46.986 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:46 smithi071 ceph-mon[112785]: pgmap v2371: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 6.0 GiB data, 25 GiB used, 601 GiB / 626 GiB avail; 51 MiB/s wr, 819 op/s; 291/294399 objects misplaced (0.099%); 3.8 MiB/s, 60 objects/s recovering 2024-09-13T15:08:46.987 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:08:47.011 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:47.012 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:47.012 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:08:47.113 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:47.138 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 85 16 101551 101535 74.6396 52.875 0.0149487 0.0133925 2024-09-13T15:08:47.159 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:47.161 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:47.161 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:47.262 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:08:47.292 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:47.292 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:47.293 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:08:47.393 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:08:47.419 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:47.419 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:47.420 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:08:47.521 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:08:47.556 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:47.557 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:47.557 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:08:47.658 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:08:47.691 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:47.692 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:47.692 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:08:47.793 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:08:47.823 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:47.823 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:47.823 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:08:47.924 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:08:47.945 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:47.946 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:47.946 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:08:48.047 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:48.068 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:48.069 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:48.069 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:48.138 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 86 16 102095 102079 74.167 34 0.00376326 0.0134165 2024-09-13T15:08:48.170 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:08:48.191 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:48.192 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:48.192 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:08:48.293 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:08:48.315 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:48.315 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:48.316 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:08:48.416 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:08:48.439 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:48.439 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:48.439 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:08:48.540 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:48.563 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:48.563 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:48.563 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:48.664 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:08:48.691 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:48.691 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:48.691 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:08:48.792 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:48.815 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:48.815 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:48.816 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:48.916 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:48.939 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:48.940 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:48.940 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:08:49.041 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:49.068 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:49.069 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:49.069 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:49.138 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 87 16 102185 102169 73.3793 5.625 0.0171899 0.0136223 2024-09-13T15:08:49.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:48 smithi071 ceph-mon[107477]: pgmap v2372: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 6.1 GiB data, 25 GiB used, 601 GiB / 626 GiB avail; 51 MiB/s wr, 818 op/s; 291/297507 objects misplaced (0.098%); 3.8 MiB/s, 60 objects/s recovering 2024-09-13T15:08:49.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:48 smithi071 ceph-mon[107477]: osdmap e1450: 8 total, 8 up, 7 in 2024-09-13T15:08:49.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:48 smithi071 ceph-mon[112785]: pgmap v2372: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 6.1 GiB data, 25 GiB used, 601 GiB / 626 GiB avail; 51 MiB/s wr, 818 op/s; 291/297507 objects misplaced (0.098%); 3.8 MiB/s, 60 objects/s recovering 2024-09-13T15:08:49.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:48 smithi071 ceph-mon[112785]: osdmap e1450: 8 total, 8 up, 7 in 2024-09-13T15:08:49.169 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:08:49.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:48 smithi104 ceph-mon[105578]: pgmap v2372: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 6.1 GiB data, 25 GiB used, 601 GiB / 626 GiB avail; 51 MiB/s wr, 818 op/s; 291/297507 objects misplaced (0.098%); 3.8 MiB/s, 60 objects/s recovering 2024-09-13T15:08:49.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:48 smithi104 ceph-mon[105578]: osdmap e1450: 8 total, 8 up, 7 in 2024-09-13T15:08:49.200 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:49.200 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:49.201 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:08:49.302 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:49.331 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:49.332 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:49.333 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:08:49.434 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:08:49.466 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:49.466 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:49.467 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:08:49.567 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:49.597 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:49.598 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:49.598 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:49.699 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:49.724 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:49.725 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:49.725 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:49.826 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:08:49.850 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:49.850 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:49.851 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:08:49.951 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:08:49.986 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:49.986 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:49.987 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:08:50.088 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:50.110 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:50.111 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:50.112 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:08:50.138 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 88 16 102972 102956 73.1044 49.1875 0.111808 0.0136734 2024-09-13T15:08:50.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:49 smithi071 ceph-mon[107477]: osdmap e1451: 8 total, 8 up, 7 in 2024-09-13T15:08:50.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:49 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/4006871075' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:08:50.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:49 smithi071 ceph-mon[112785]: osdmap e1451: 8 total, 8 up, 7 in 2024-09-13T15:08:50.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:49 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/4006871075' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:08:50.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:49 smithi104 ceph-mon[105578]: osdmap e1451: 8 total, 8 up, 7 in 2024-09-13T15:08:50.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:49 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/4006871075' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:08:50.213 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:08:50.254 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:50.255 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:50.255 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:08:50.356 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:08:50.402 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:50.402 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:50.403 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:08:50.504 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:50.528 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:50.528 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:50.529 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:08:50.565 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T15:08:50.566 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T15:08:50.566 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T15:08:50.566 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T15:08:50.566 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T15:08:50.566 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T15:08:50.566 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T15:08:50.566 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T15:08:50.567 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T15:08:50.567 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T15:08:50.567 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T15:08:50.567 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T15:08:50.567 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T15:08:50.567 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T15:08:50.567 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T15:08:50.567 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T15:08:50.630 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:08:50.653 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:50.653 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:50.654 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:08:50.755 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:50.778 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:50.779 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:50.779 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:08:50.880 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:08:50.890 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:50 smithi071 ceph-mon[107477]: pgmap v2375: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 6.1 GiB data, 25 GiB used, 601 GiB / 626 GiB avail; 49 MiB/s wr, 776 op/s; 291/300744 objects misplaced (0.097%); 2.7 MiB/s, 43 objects/s recovering 2024-09-13T15:08:50.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:50 smithi071 ceph-mon[112785]: pgmap v2375: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 6.1 GiB data, 25 GiB used, 601 GiB / 626 GiB avail; 49 MiB/s wr, 776 op/s; 291/300744 objects misplaced (0.097%); 2.7 MiB/s, 43 objects/s recovering 2024-09-13T15:08:50.903 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:50.904 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:50.904 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:08:51.005 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:08:51.036 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:51.037 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:51.037 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:08:51.138 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:51.139 INFO:tasks.radosbench.radosbench.0.smithi071.stdout: 89 16 103784 103768 72.8532 50.75 0.00348177 0.0137182 2024-09-13T15:08:51.171 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:51.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:50 smithi104 ceph-mon[105578]: pgmap v2375: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 6.1 GiB data, 25 GiB used, 601 GiB / 626 GiB avail; 49 MiB/s wr, 776 op/s; 291/300744 objects misplaced (0.097%); 2.7 MiB/s, 43 objects/s recovering 2024-09-13T15:08:51.173 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:51.173 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:51.274 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:08:51.310 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:51.311 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:51.311 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:08:51.412 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:51.436 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:51.437 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:51.437 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:51.538 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:51.568 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:51.569 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:51.569 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:08:51.670 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:51.695 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:51.696 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:51.696 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:08:51.797 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:51.823 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:51.823 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:51.824 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:08:51.925 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:51.951 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:51.952 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:51.952 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:08:52.053 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:08:52.078 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:52.078 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:52.079 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:08:52.139 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Total time run: 90.0106 2024-09-13T15:08:52.139 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Total writes made: 104708 2024-09-13T15:08:52.139 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Write size: 65536 2024-09-13T15:08:52.139 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Object size: 65536 2024-09-13T15:08:52.139 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Bandwidth (MB/sec): 72.7054 2024-09-13T15:08:52.139 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Stddev Bandwidth: 36.3 2024-09-13T15:08:52.139 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Max bandwidth (MB/sec): 205.312 2024-09-13T15:08:52.139 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Min bandwidth (MB/sec): 0 2024-09-13T15:08:52.139 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Average IOPS: 1163 2024-09-13T15:08:52.139 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Stddev IOPS: 580.805 2024-09-13T15:08:52.140 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Max IOPS: 3285 2024-09-13T15:08:52.140 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Min IOPS: 0 2024-09-13T15:08:52.140 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Average Latency(s): 0.0137497 2024-09-13T15:08:52.140 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Stddev Latency(s): 0.0385172 2024-09-13T15:08:52.140 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Max latency(s): 2.69288 2024-09-13T15:08:52.140 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Min latency(s): 0.0011004 2024-09-13T15:08:52.144 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Cleaning up (deleting benchmark objects) 2024-09-13T15:08:52.180 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:08:52.218 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:52.218 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:52.219 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:08:52.320 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:08:52.362 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:52.363 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:52.364 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:08:52.464 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:52.489 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:52.490 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:52.490 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:08:52.591 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:52.618 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:52.619 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:52.619 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:08:52.720 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:08:52.757 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:52.757 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:52.758 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:08:52.858 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:52.884 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:52.885 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:52.885 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:08:52.986 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:53.010 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:53.011 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:53.011 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:53.112 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:08:53.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:52 smithi071 ceph-mon[107477]: pgmap v2376: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 6.2 GiB data, 25 GiB used, 600 GiB / 626 GiB avail; 46 MiB/s wr, 728 op/s; 291/305484 objects misplaced (0.095%); 2.5 MiB/s, 40 objects/s recovering 2024-09-13T15:08:53.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:08:52 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:08:52] "GET /metrics HTTP/1.1" 200 36678 "" "Prometheus/2.51.0" 2024-09-13T15:08:53.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:52 smithi071 ceph-mon[112785]: pgmap v2376: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 6.2 GiB data, 25 GiB used, 600 GiB / 626 GiB avail; 46 MiB/s wr, 728 op/s; 291/305484 objects misplaced (0.095%); 2.5 MiB/s, 40 objects/s recovering 2024-09-13T15:08:53.148 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:53.149 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:53.149 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:08:53.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:52 smithi104 ceph-mon[105578]: pgmap v2376: 109 pgs: 1 active+recovering+remapped, 108 active+clean; 6.2 GiB data, 25 GiB used, 600 GiB / 626 GiB avail; 46 MiB/s wr, 728 op/s; 291/305484 objects misplaced (0.095%); 2.5 MiB/s, 40 objects/s recovering 2024-09-13T15:08:53.250 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:53.289 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:53.289 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:53.290 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:53.391 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:08:53.415 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:53.416 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:53.416 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:08:53.517 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:53.540 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:53.541 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:53.541 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:53.642 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:08:53.667 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:53.667 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:53.667 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:08:53.768 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:08:53.789 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:53.790 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:53.790 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:08:53.891 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:53.924 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:53.925 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:53.925 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:54.026 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:08:54.068 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:54.068 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:54.069 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:08:54.169 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:08:54.194 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:54.195 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:54.195 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:08:54.296 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:08:54.327 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:54.328 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:54.328 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:08:54.429 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:08:54.450 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:54.451 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:54.451 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:08:54.552 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:54.573 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:54.574 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:54.574 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:54.675 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:54.716 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:54.716 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:54.717 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:54.817 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:54.840 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:54.841 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:54.841 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:54.942 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:08:54.985 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:54.985 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:54.986 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:08:55.086 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:08:55.111 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:55.111 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:55.112 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:08:55.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:54 smithi071 ceph-mon[107477]: pgmap v2377: 109 pgs: 109 active+clean; 6.3 GiB data, 26 GiB used, 600 GiB / 626 GiB avail; 42 MiB/s wr, 677 op/s; 2.3 MiB/s, 36 objects/s recovering 2024-09-13T15:08:55.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:54 smithi071 ceph-mon[112785]: pgmap v2377: 109 pgs: 109 active+clean; 6.3 GiB data, 26 GiB used, 600 GiB / 626 GiB avail; 42 MiB/s wr, 677 op/s; 2.3 MiB/s, 36 objects/s recovering 2024-09-13T15:08:55.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:54 smithi104 ceph-mon[105578]: pgmap v2377: 109 pgs: 109 active+clean; 6.3 GiB data, 26 GiB used, 600 GiB / 626 GiB avail; 42 MiB/s wr, 677 op/s; 2.3 MiB/s, 36 objects/s recovering 2024-09-13T15:08:55.212 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:08:55.236 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:55.237 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:55.237 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:08:55.338 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:08:55.373 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:55.374 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:55.374 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:08:55.475 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:55.512 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:55.513 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:55.513 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:55.614 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:08:55.652 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:55.653 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:55.653 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:08:55.754 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:55.793 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:55.793 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:55.794 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:55.894 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:55.919 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:55.920 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:55.920 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:55.948 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T15:08:55.949 INFO:teuthology.orchestra.run.smithi071.stdout: "size": 20, 2024-09-13T15:08:55.949 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 600, 2024-09-13T15:08:55.949 INFO:teuthology.orchestra.run.smithi071.stdout: "ops": [ 2024-09-13T15:08:55.949 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.949 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:183040 9.1 9:83fd7083:::benchmark_data_smithi071_298031_object71792:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1350)", 2024-09-13T15:08:55.949 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:01:36.372189+0000", 2024-09-13T15:08:55.949 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 430.99011735599998, 2024-09-13T15:08:55.949 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.5890248410000001, 2024-09-13T15:08:55.949 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:08:55.949 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:08:55.949 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T15:08:55.949 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:08:55.950 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:08:55.950 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:08:55.950 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 183040 2024-09-13T15:08:55.950 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.950 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:08:55.950 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.950 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:08:55.950 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.372189+0000", 2024-09-13T15:08:55.950 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:55.950 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.950 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.950 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:08:55.951 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.372189+0000", 2024-09-13T15:08:55.951 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:55.951 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.951 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.951 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:08:55.951 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.372191+0000", 2024-09-13T15:08:55.951 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.674e-06 2024-09-13T15:08:55.951 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.951 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.951 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:08:55.951 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.372197+0000", 2024-09-13T15:08:55.951 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.7919999999999998e-06 2024-09-13T15:08:55.951 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.952 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.952 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:08:55.952 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.372264+0000", 2024-09-13T15:08:55.952 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.7401000000000001e-05 2024-09-13T15:08:55.952 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.952 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.952 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:08:55.952 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.372272+0000", 2024-09-13T15:08:55.952 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.2549999999999997e-06 2024-09-13T15:08:55.952 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.952 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.952 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:55.953 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.372334+0000", 2024-09-13T15:08:55.953 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.1939000000000004e-05 2024-09-13T15:08:55.953 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.953 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.953 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:08:55.953 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.372478+0000", 2024-09-13T15:08:55.953 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000143399 2024-09-13T15:08:55.953 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.953 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.954 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 3,4,7", 2024-09-13T15:08:55.954 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.373016+0000", 2024-09-13T15:08:55.954 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00053833600000000004 2024-09-13T15:08:55.954 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.954 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.954 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:55.954 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.380709+0000", 2024-09-13T15:08:55.954 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0076935689999999999 2024-09-13T15:08:55.954 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.955 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.955 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:08:55.955 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.380721+0000", 2024-09-13T15:08:55.955 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1934e-05 2024-09-13T15:08:55.955 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.955 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.955 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:55.955 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.956010+0000", 2024-09-13T15:08:55.955 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.5752885569999999 2024-09-13T15:08:55.955 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.955 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.956 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for missing object", 2024-09-13T15:08:55.956 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.956130+0000", 2024-09-13T15:08:55.956 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00011958100000000001 2024-09-13T15:08:55.956 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.956 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.956 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:55.956 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.961161+0000", 2024-09-13T15:08:55.956 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.005031481 2024-09-13T15:08:55.956 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.956 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.956 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:08:55.956 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.961214+0000", 2024-09-13T15:08:55.956 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.2923000000000001e-05 2024-09-13T15:08:55.957 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:55.957 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:08:55.957 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:55.957 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.957 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.957 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:183147 9.1 9:86d6b48f:::benchmark_data_smithi071_298031_object71899:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1351)", 2024-09-13T15:08:55.957 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:01:36.463434+0000", 2024-09-13T15:08:55.957 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 430.898872923, 2024-09-13T15:08:55.957 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4980257029999999, 2024-09-13T15:08:55.957 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:08:55.957 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:08:55.957 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:08:55.957 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:08:55.958 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:08:55.958 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:08:55.958 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 183147 2024-09-13T15:08:55.958 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.958 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:08:55.958 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.958 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:08:55.958 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.463434+0000", 2024-09-13T15:08:55.958 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:55.958 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.958 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.958 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:08:55.958 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.463434+0000", 2024-09-13T15:08:55.959 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:55.959 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.959 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.959 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:08:55.959 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.463435+0000", 2024-09-13T15:08:55.959 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.6440000000000001e-06 2024-09-13T15:08:55.959 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.959 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.959 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:08:55.959 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.463441+0000", 2024-09-13T15:08:55.959 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.3800000000000002e-06 2024-09-13T15:08:55.960 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.960 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.960 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:08:55.960 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.463454+0000", 2024-09-13T15:08:55.960 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.3015e-05 2024-09-13T15:08:55.960 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.960 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.960 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:08:55.960 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.463461+0000", 2024-09-13T15:08:55.960 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.576e-06 2024-09-13T15:08:55.960 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.961 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.961 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:55.961 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.463534+0000", 2024-09-13T15:08:55.961 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.2384000000000004e-05 2024-09-13T15:08:55.961 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.961 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.961 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:08:55.961 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.463543+0000", 2024-09-13T15:08:55.961 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.8330000000000006e-06 2024-09-13T15:08:55.961 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.961 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.961 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:55.961 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.956346+0000", 2024-09-13T15:08:55.961 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.492802137 2024-09-13T15:08:55.962 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.962 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.962 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:08:55.962 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.956428+0000", 2024-09-13T15:08:55.962 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.2875999999999997e-05 2024-09-13T15:08:55.962 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.962 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.962 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 3,4,7", 2024-09-13T15:08:55.962 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.956685+0000", 2024-09-13T15:08:55.962 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00025622699999999998 2024-09-13T15:08:55.962 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.962 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.962 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:55.962 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.960739+0000", 2024-09-13T15:08:55.963 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0040547320000000001 2024-09-13T15:08:55.963 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.963 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.963 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:08:55.963 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.960892+0000", 2024-09-13T15:08:55.963 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000152879 2024-09-13T15:08:55.963 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.963 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.963 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:55.964 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.961284+0000", 2024-09-13T15:08:55.964 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00039201399999999999 2024-09-13T15:08:55.964 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.964 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.964 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:55.964 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.961316+0000", 2024-09-13T15:08:55.964 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.2097000000000001e-05 2024-09-13T15:08:55.964 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.964 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.964 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:08:55.964 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.961349+0000", 2024-09-13T15:08:55.964 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.2487999999999998e-05 2024-09-13T15:08:55.965 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.965 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.965 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:08:55.965 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.961459+0000", 2024-09-13T15:08:55.965 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00011042100000000001 2024-09-13T15:08:55.965 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:55.965 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:08:55.965 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:55.965 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.965 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.965 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:183157 9.1 9:8036f746:::benchmark_data_smithi071_298031_object71909:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1351)", 2024-09-13T15:08:55.966 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:01:36.470597+0000", 2024-09-13T15:08:55.966 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 430.89170950599998, 2024-09-13T15:08:55.966 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4911984999999999, 2024-09-13T15:08:55.966 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:08:55.966 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:08:55.966 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:08:55.966 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:08:55.966 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:08:55.966 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:08:55.966 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 183157 2024-09-13T15:08:55.966 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.966 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:08:55.967 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.967 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:08:55.967 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.470597+0000", 2024-09-13T15:08:55.967 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:55.967 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.967 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.967 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:08:55.967 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.470597+0000", 2024-09-13T15:08:55.967 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:55.967 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.967 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.967 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:08:55.967 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.470598+0000", 2024-09-13T15:08:55.967 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4699999999999999e-06 2024-09-13T15:08:55.968 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.968 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.968 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:08:55.968 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.470603+0000", 2024-09-13T15:08:55.968 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.0910000000000003e-06 2024-09-13T15:08:55.968 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.968 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.968 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:08:55.968 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.470710+0000", 2024-09-13T15:08:55.968 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00010726900000000001 2024-09-13T15:08:55.968 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.968 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.969 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:08:55.969 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.470717+0000", 2024-09-13T15:08:55.969 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.2309999999999999e-06 2024-09-13T15:08:55.969 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.969 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.969 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:55.969 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.470770+0000", 2024-09-13T15:08:55.969 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.3195999999999997e-05 2024-09-13T15:08:55.969 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.969 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.969 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:08:55.969 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.470779+0000", 2024-09-13T15:08:55.969 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.3250000000000008e-06 2024-09-13T15:08:55.969 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.970 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.970 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:55.970 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.958152+0000", 2024-09-13T15:08:55.970 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.487373289 2024-09-13T15:08:55.970 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.970 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.970 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:08:55.970 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.958273+0000", 2024-09-13T15:08:55.970 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012142399999999999 2024-09-13T15:08:55.970 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.970 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.970 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 3,4,7", 2024-09-13T15:08:55.970 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.958501+0000", 2024-09-13T15:08:55.970 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000227443 2024-09-13T15:08:55.971 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.971 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.971 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:08:55.971 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.960900+0000", 2024-09-13T15:08:55.971 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0023995169999999999 2024-09-13T15:08:55.971 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.971 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.971 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:55.971 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.960937+0000", 2024-09-13T15:08:55.971 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.6777999999999999e-05 2024-09-13T15:08:55.971 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.971 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.971 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:55.972 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.961512+0000", 2024-09-13T15:08:55.972 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00057503899999999995 2024-09-13T15:08:55.972 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.972 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.972 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:55.972 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.961602+0000", 2024-09-13T15:08:55.972 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.0105999999999994e-05 2024-09-13T15:08:55.972 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.972 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.972 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:08:55.973 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.961664+0000", 2024-09-13T15:08:55.973 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.2254000000000004e-05 2024-09-13T15:08:55.973 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.973 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.973 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:08:55.973 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.961795+0000", 2024-09-13T15:08:55.973 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000131068 2024-09-13T15:08:55.973 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:55.973 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:08:55.974 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:55.974 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.974 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.974 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:183187 9.1 9:873d85a2:::benchmark_data_smithi071_298031_object71939:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1351)", 2024-09-13T15:08:55.974 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:01:36.493792+0000", 2024-09-13T15:08:55.974 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 430.86851433200002, 2024-09-13T15:08:55.974 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4681918039999999, 2024-09-13T15:08:55.974 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:08:55.974 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:08:55.974 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:08:55.974 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:08:55.974 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:08:55.974 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:08:55.975 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 183187 2024-09-13T15:08:55.975 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.975 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:08:55.975 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.975 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:08:55.975 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.493792+0000", 2024-09-13T15:08:55.975 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:55.975 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.975 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.975 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:08:55.975 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.493792+0000", 2024-09-13T15:08:55.975 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:55.975 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.975 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.976 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:08:55.976 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.493794+0000", 2024-09-13T15:08:55.976 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.5370000000000001e-06 2024-09-13T15:08:55.976 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.976 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.976 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:08:55.976 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.493798+0000", 2024-09-13T15:08:55.976 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.7899999999999999e-06 2024-09-13T15:08:55.977 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.977 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.977 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:08:55.977 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.493811+0000", 2024-09-13T15:08:55.977 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2183e-05 2024-09-13T15:08:55.977 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.977 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.977 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:08:55.977 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.493817+0000", 2024-09-13T15:08:55.977 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.7299999999999999e-06 2024-09-13T15:08:55.977 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.977 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.977 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:55.977 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.494496+0000", 2024-09-13T15:08:55.978 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00067896000000000005 2024-09-13T15:08:55.978 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.978 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.978 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:08:55.978 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.494505+0000", 2024-09-13T15:08:55.978 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.7579999999999998e-06 2024-09-13T15:08:55.978 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.978 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.978 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:55.978 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.959539+0000", 2024-09-13T15:08:55.978 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4650342629999999 2024-09-13T15:08:55.978 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.979 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.979 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:08:55.979 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.959630+0000", 2024-09-13T15:08:55.979 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.0778000000000004e-05 2024-09-13T15:08:55.979 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.979 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.979 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 3,4,7", 2024-09-13T15:08:55.979 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.959826+0000", 2024-09-13T15:08:55.979 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000195393 2024-09-13T15:08:55.979 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.979 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.979 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:08:55.979 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.961133+0000", 2024-09-13T15:08:55.979 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.001306974 2024-09-13T15:08:55.980 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.980 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.980 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:55.980 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.961246+0000", 2024-09-13T15:08:55.980 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00011361099999999999 2024-09-13T15:08:55.980 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.980 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.980 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:55.980 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.961555+0000", 2024-09-13T15:08:55.980 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00030931099999999999 2024-09-13T15:08:55.980 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.980 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.980 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:55.981 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.961832+0000", 2024-09-13T15:08:55.981 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000276896 2024-09-13T15:08:55.981 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.981 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.981 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:08:55.981 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.961874+0000", 2024-09-13T15:08:55.981 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.1341000000000003e-05 2024-09-13T15:08:55.981 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.981 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.981 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:08:55.982 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.961984+0000", 2024-09-13T15:08:55.982 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00011027900000000001 2024-09-13T15:08:55.982 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:55.982 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:08:55.982 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:55.982 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.982 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.982 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:183191 9.1 9:85163266:::benchmark_data_smithi071_298031_object71943:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1351)", 2024-09-13T15:08:55.982 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:01:36.496616+0000", 2024-09-13T15:08:55.982 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 430.86569053400001, 2024-09-13T15:08:55.982 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4712215319999999, 2024-09-13T15:08:55.982 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:08:55.982 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:08:55.982 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:08:55.983 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:08:55.983 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:08:55.983 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:08:55.983 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 183191 2024-09-13T15:08:55.983 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.983 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:08:55.983 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.983 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:08:55.983 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.496616+0000", 2024-09-13T15:08:55.983 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:55.984 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.984 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.984 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:08:55.984 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.496616+0000", 2024-09-13T15:08:55.984 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:55.985 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.985 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.985 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:08:55.985 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.496617+0000", 2024-09-13T15:08:55.985 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2500000000000001e-06 2024-09-13T15:08:55.985 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.986 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.986 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:08:55.986 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.496622+0000", 2024-09-13T15:08:55.986 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.3250000000000001e-06 2024-09-13T15:08:55.986 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.986 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.987 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:08:55.987 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.496633+0000", 2024-09-13T15:08:55.987 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1394e-05 2024-09-13T15:08:55.987 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.987 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.987 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:08:55.987 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.496640+0000", 2024-09-13T15:08:55.987 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.6800000000000004e-06 2024-09-13T15:08:55.988 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.988 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.988 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:55.988 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.496719+0000", 2024-09-13T15:08:55.988 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.9005000000000007e-05 2024-09-13T15:08:55.988 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.988 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.989 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:08:55.989 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.496726+0000", 2024-09-13T15:08:55.989 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.8900000000000007e-06 2024-09-13T15:08:55.989 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.989 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.990 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:55.990 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.962036+0000", 2024-09-13T15:08:55.990 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.465309687 2024-09-13T15:08:55.990 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.990 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.990 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:08:55.991 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.962118+0000", 2024-09-13T15:08:55.991 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.14e-05 2024-09-13T15:08:55.991 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.991 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.991 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 3,4,7", 2024-09-13T15:08:55.991 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.962318+0000", 2024-09-13T15:08:55.991 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000200779 2024-09-13T15:08:55.991 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.992 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.992 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:55.992 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.967440+0000", 2024-09-13T15:08:55.992 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0051215999999999996 2024-09-13T15:08:55.992 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.992 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.992 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:55.992 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.967523+0000", 2024-09-13T15:08:55.992 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.2878000000000002e-05 2024-09-13T15:08:55.992 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.992 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.992 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:08:55.993 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.967536+0000", 2024-09-13T15:08:55.993 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2804e-05 2024-09-13T15:08:55.993 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.993 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.993 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:55.993 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.967660+0000", 2024-09-13T15:08:55.993 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012426599999999999 2024-09-13T15:08:55.993 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.993 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.993 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:08:55.993 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.967713+0000", 2024-09-13T15:08:55.993 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.2998999999999999e-05 2024-09-13T15:08:55.993 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.994 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.994 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:08:55.994 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.967837+0000", 2024-09-13T15:08:55.994 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012457500000000001 2024-09-13T15:08:55.994 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:55.994 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:08:55.994 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:55.994 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.994 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.994 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:183200 9.1 9:877a87be:::benchmark_data_smithi071_298031_object71952:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1351)", 2024-09-13T15:08:55.994 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:01:36.502603+0000", 2024-09-13T15:08:55.994 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 430.85970333500001, 2024-09-13T15:08:55.994 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4655417319999999, 2024-09-13T15:08:55.994 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:08:55.995 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:08:55.995 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:08:55.995 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:08:55.995 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:08:55.995 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:08:55.995 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 183200 2024-09-13T15:08:55.995 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.995 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:08:55.995 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.995 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:08:55.995 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.502603+0000", 2024-09-13T15:08:55.995 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:55.995 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.996 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.996 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:08:55.996 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.502603+0000", 2024-09-13T15:08:55.996 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:55.996 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.996 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.996 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:08:55.996 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.502605+0000", 2024-09-13T15:08:55.996 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4360000000000001e-06 2024-09-13T15:08:55.996 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.996 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.996 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:08:55.997 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.502626+0000", 2024-09-13T15:08:55.997 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.1379999999999999e-05 2024-09-13T15:08:55.997 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.997 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.997 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:08:55.997 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.502636+0000", 2024-09-13T15:08:55.997 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.8139999999999995e-06 2024-09-13T15:08:55.997 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.997 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.997 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:08:55.997 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.502643+0000", 2024-09-13T15:08:55.997 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.7789999999999998e-06 2024-09-13T15:08:55.998 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.998 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.998 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:55.998 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.502804+0000", 2024-09-13T15:08:55.998 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00016108299999999999 2024-09-13T15:08:55.998 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.998 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.998 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:08:55.998 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:36.502811+0000", 2024-09-13T15:08:55.998 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.4619999999999999e-06 2024-09-13T15:08:55.998 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.998 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.998 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:55.998 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.963543+0000", 2024-09-13T15:08:55.999 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4607319560000001 2024-09-13T15:08:55.999 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.999 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.999 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:08:55.999 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.963652+0000", 2024-09-13T15:08:55.999 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000108547 2024-09-13T15:08:55.999 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.999 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.999 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 3,4,7", 2024-09-13T15:08:55.999 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.963923+0000", 2024-09-13T15:08:55.999 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000271869 2024-09-13T15:08:55.999 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:55.999 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:55.999 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:08:55.999 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.967540+0000", 2024-09-13T15:08:56.000 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.003616256 2024-09-13T15:08:56.000 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.000 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.000 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:56.000 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.967595+0000", 2024-09-13T15:08:56.000 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.5415999999999999e-05 2024-09-13T15:08:56.000 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.000 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.000 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:56.000 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.967914+0000", 2024-09-13T15:08:56.001 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00031877899999999999 2024-09-13T15:08:56.001 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.001 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.001 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:56.001 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.967969+0000", 2024-09-13T15:08:56.001 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.4604000000000001e-05 2024-09-13T15:08:56.001 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.002 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.002 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:08:56.002 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.968028+0000", 2024-09-13T15:08:56.002 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.9794999999999999e-05 2024-09-13T15:08:56.002 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.002 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.002 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:08:56.002 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:01:37.968145+0000", 2024-09-13T15:08:56.002 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000116556 2024-09-13T15:08:56.002 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:56.002 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:08:56.003 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:56.003 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.003 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.003 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:219937 9.12 9:487383c0:::benchmark_data_smithi071_298031_object108689:head [delete] snapc 0=[] RETRY=1 ondisk+retry+write+known_if_redirected+supports_pool_eio e1376)", 2024-09-13T15:08:56.003 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:02:20.319350+0000", 2024-09-13T15:08:56.003 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 387.042955995, 2024-09-13T15:08:56.003 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.463864944, 2024-09-13T15:08:56.003 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:08:56.003 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:08:56.003 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:08:56.003 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:08:56.003 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:08:56.003 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:08:56.003 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 219937 2024-09-13T15:08:56.003 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.004 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:08:56.004 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.004 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:08:56.004 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319350+0000", 2024-09-13T15:08:56.004 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:56.004 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.004 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.004 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:08:56.004 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319350+0000", 2024-09-13T15:08:56.004 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:56.004 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.004 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.004 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:08:56.005 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319351+0000", 2024-09-13T15:08:56.005 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.4900000000000001e-07 2024-09-13T15:08:56.005 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.005 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.005 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:08:56.005 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319352+0000", 2024-09-13T15:08:56.005 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.542e-06 2024-09-13T15:08:56.005 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.005 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.005 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:08:56.005 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319358+0000", 2024-09-13T15:08:56.005 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.8810000000000001e-06 2024-09-13T15:08:56.005 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.006 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.006 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:08:56.006 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319363+0000", 2024-09-13T15:08:56.006 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.5700000000000003e-06 2024-09-13T15:08:56.006 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.006 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.006 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:56.006 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319910+0000", 2024-09-13T15:08:56.006 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00054683100000000001 2024-09-13T15:08:56.006 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.006 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.007 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:08:56.007 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319915+0000", 2024-09-13T15:08:56.007 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.6500000000000001e-06 2024-09-13T15:08:56.007 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.007 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.007 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:56.007 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.772214+0000", 2024-09-13T15:08:56.007 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4522986950000001 2024-09-13T15:08:56.007 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.007 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.008 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:08:56.008 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.772347+0000", 2024-09-13T15:08:56.008 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013311599999999999 2024-09-13T15:08:56.008 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.008 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.008 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 0,2,5,7", 2024-09-13T15:08:56.008 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.772969+0000", 2024-09-13T15:08:56.008 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00062227799999999998 2024-09-13T15:08:56.008 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.008 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.008 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:08:56.008 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.775942+0000", 2024-09-13T15:08:56.009 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0029730189999999999 2024-09-13T15:08:56.009 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.009 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.009 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:56.009 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.775980+0000", 2024-09-13T15:08:56.009 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.8025000000000003e-05 2024-09-13T15:08:56.009 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.009 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.009 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:56.009 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.776028+0000", 2024-09-13T15:08:56.009 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.7098000000000002e-05 2024-09-13T15:08:56.009 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.009 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.010 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:56.010 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.782878+0000", 2024-09-13T15:08:56.010 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0068507459999999996 2024-09-13T15:08:56.010 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.010 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.010 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:56.010 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.783013+0000", 2024-09-13T15:08:56.010 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013499700000000001 2024-09-13T15:08:56.010 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.010 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.010 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:08:56.010 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.783078+0000", 2024-09-13T15:08:56.010 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.4648999999999997e-05 2024-09-13T15:08:56.011 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.011 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.011 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:08:56.011 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.783215+0000", 2024-09-13T15:08:56.011 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000137498 2024-09-13T15:08:56.011 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:56.011 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:08:56.011 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:56.011 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.011 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.011 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:219947 9.12 9:4f3a3654:::benchmark_data_smithi071_298031_object108699:head [delete] snapc 0=[] RETRY=1 ondisk+retry+write+known_if_redirected+supports_pool_eio e1376)", 2024-09-13T15:08:56.011 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:02:20.319369+0000", 2024-09-13T15:08:56.011 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 387.04293739899998, 2024-09-13T15:08:56.011 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.464233074, 2024-09-13T15:08:56.012 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:08:56.012 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:08:56.012 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:08:56.012 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:08:56.012 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:08:56.012 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:08:56.012 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 219947 2024-09-13T15:08:56.012 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.012 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:08:56.012 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.012 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:08:56.012 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319369+0000", 2024-09-13T15:08:56.012 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:56.012 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.013 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.013 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:08:56.013 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319369+0000", 2024-09-13T15:08:56.013 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:56.013 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.013 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.013 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:08:56.013 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319369+0000", 2024-09-13T15:08:56.013 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.0899999999999997e-07 2024-09-13T15:08:56.013 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.013 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.013 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:08:56.013 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319371+0000", 2024-09-13T15:08:56.014 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.685e-06 2024-09-13T15:08:56.014 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.014 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.014 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:08:56.014 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319377+0000", 2024-09-13T15:08:56.014 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.6500000000000001e-06 2024-09-13T15:08:56.014 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.014 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.014 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:08:56.014 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319381+0000", 2024-09-13T15:08:56.014 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.6630000000000001e-06 2024-09-13T15:08:56.014 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.014 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.014 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:56.014 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319942+0000", 2024-09-13T15:08:56.015 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00056057199999999996 2024-09-13T15:08:56.015 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.015 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.015 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:08:56.015 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319948+0000", 2024-09-13T15:08:56.015 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.5200000000000003e-06 2024-09-13T15:08:56.015 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.015 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.015 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:56.015 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.776062+0000", 2024-09-13T15:08:56.015 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.456113132 2024-09-13T15:08:56.015 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.015 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.015 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:08:56.015 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.776199+0000", 2024-09-13T15:08:56.016 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013702000000000001 2024-09-13T15:08:56.016 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.016 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.016 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 0,2,5,7", 2024-09-13T15:08:56.016 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.776616+0000", 2024-09-13T15:08:56.016 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00041785200000000002 2024-09-13T15:08:56.016 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.016 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.016 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:56.016 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.782929+0000", 2024-09-13T15:08:56.016 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0063128220000000001 2024-09-13T15:08:56.016 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.016 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.016 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:56.017 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.782972+0000", 2024-09-13T15:08:56.017 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.2230000000000001e-05 2024-09-13T15:08:56.017 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.017 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.017 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:08:56.017 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.783285+0000", 2024-09-13T15:08:56.017 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00031322099999999997 2024-09-13T15:08:56.017 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.017 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.017 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:56.017 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.783367+0000", 2024-09-13T15:08:56.017 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.2198000000000001e-05 2024-09-13T15:08:56.017 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.018 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.018 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:56.018 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.783407+0000", 2024-09-13T15:08:56.018 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.0151999999999998e-05 2024-09-13T15:08:56.018 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.018 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.018 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:08:56.018 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.783475+0000", 2024-09-13T15:08:56.018 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.7668000000000003e-05 2024-09-13T15:08:56.018 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.018 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.018 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:08:56.018 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.783602+0000", 2024-09-13T15:08:56.018 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012737999999999999 2024-09-13T15:08:56.019 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:56.019 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:08:56.019 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:56.019 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.019 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.019 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:219993 9.12 9:4e3260f9:::benchmark_data_smithi071_298031_object108745:head [delete] snapc 0=[] RETRY=1 ondisk+retry+write+known_if_redirected+supports_pool_eio e1376)", 2024-09-13T15:08:56.019 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:02:20.319386+0000", 2024-09-13T15:08:56.019 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 387.04292009, 2024-09-13T15:08:56.019 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.464480134, 2024-09-13T15:08:56.019 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:08:56.019 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:08:56.019 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:08:56.019 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:08:56.019 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:08:56.020 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:08:56.020 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 219993 2024-09-13T15:08:56.020 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.020 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:08:56.020 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.020 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:08:56.020 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319386+0000", 2024-09-13T15:08:56.020 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:56.020 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.020 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.021 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:08:56.021 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319386+0000", 2024-09-13T15:08:56.021 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:56.021 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.021 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.021 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:08:56.021 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319387+0000", 2024-09-13T15:08:56.021 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.7e-07 2024-09-13T15:08:56.021 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.021 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.021 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:08:56.022 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319388+0000", 2024-09-13T15:08:56.022 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.6530000000000001e-06 2024-09-13T15:08:56.022 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.022 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.022 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:08:56.022 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319394+0000", 2024-09-13T15:08:56.022 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.7620000000000001e-06 2024-09-13T15:08:56.022 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.022 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.022 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:08:56.022 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319400+0000", 2024-09-13T15:08:56.022 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.3229999999999997e-06 2024-09-13T15:08:56.022 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.022 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.023 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:56.023 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319973+0000", 2024-09-13T15:08:56.023 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00057318699999999996 2024-09-13T15:08:56.023 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.023 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.023 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:08:56.023 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319976+0000", 2024-09-13T15:08:56.023 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.4120000000000001e-06 2024-09-13T15:08:56.023 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.023 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.024 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:56.024 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.779366+0000", 2024-09-13T15:08:56.024 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.459390046 2024-09-13T15:08:56.024 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.024 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.024 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:08:56.024 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.779470+0000", 2024-09-13T15:08:56.024 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000103704 2024-09-13T15:08:56.024 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.024 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.024 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 0,2,5,7", 2024-09-13T15:08:56.024 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.779785+0000", 2024-09-13T15:08:56.024 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00031533700000000001 2024-09-13T15:08:56.025 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.025 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.025 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:56.025 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.783270+0000", 2024-09-13T15:08:56.025 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0034846199999999999 2024-09-13T15:08:56.025 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.025 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.025 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:56.025 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.783320+0000", 2024-09-13T15:08:56.025 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.0192999999999999e-05 2024-09-13T15:08:56.025 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.025 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.025 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:08:56.026 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.783333+0000", 2024-09-13T15:08:56.026 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2584e-05 2024-09-13T15:08:56.026 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.026 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.026 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:56.026 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.783646+0000", 2024-09-13T15:08:56.026 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000313474 2024-09-13T15:08:56.026 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.026 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.026 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:56.026 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.783693+0000", 2024-09-13T15:08:56.026 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.6894999999999997e-05 2024-09-13T15:08:56.026 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.027 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.027 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:08:56.027 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.783763+0000", 2024-09-13T15:08:56.027 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.9591000000000005e-05 2024-09-13T15:08:56.027 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.027 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.027 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:08:56.027 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.783867+0000", 2024-09-13T15:08:56.027 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000103983 2024-09-13T15:08:56.027 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:56.027 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:08:56.027 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:56.027 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.027 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.028 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:220026 9.12 9:4bee470c:::benchmark_data_smithi071_298031_object108778:head [delete] snapc 0=[] RETRY=1 ondisk+retry+write+known_if_redirected+supports_pool_eio e1376)", 2024-09-13T15:08:56.028 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:02:20.319405+0000", 2024-09-13T15:08:56.028 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 387.04290197300003, 2024-09-13T15:08:56.028 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4757778779999999, 2024-09-13T15:08:56.028 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:08:56.028 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:08:56.028 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:08:56.028 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:08:56.028 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:08:56.028 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:08:56.028 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 220026 2024-09-13T15:08:56.028 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.028 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:08:56.029 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.029 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:08:56.029 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319405+0000", 2024-09-13T15:08:56.029 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:56.029 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.029 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.029 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:08:56.029 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319405+0000", 2024-09-13T15:08:56.029 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:56.029 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.029 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.029 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:08:56.029 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319405+0000", 2024-09-13T15:08:56.030 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.3700000000000001e-07 2024-09-13T15:08:56.030 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.030 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.030 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:08:56.030 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319407+0000", 2024-09-13T15:08:56.030 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.683e-06 2024-09-13T15:08:56.030 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.030 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.030 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:08:56.030 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319412+0000", 2024-09-13T15:08:56.031 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.558e-06 2024-09-13T15:08:56.031 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.031 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.031 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:08:56.031 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319417+0000", 2024-09-13T15:08:56.031 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.7010000000000004e-06 2024-09-13T15:08:56.031 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.031 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.031 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:56.031 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319999+0000", 2024-09-13T15:08:56.031 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00058270200000000005 2024-09-13T15:08:56.031 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.031 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.032 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:08:56.032 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.320003+0000", 2024-09-13T15:08:56.032 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.2399999999999999e-06 2024-09-13T15:08:56.032 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.032 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.032 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:56.032 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.783900+0000", 2024-09-13T15:08:56.032 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.463897453 2024-09-13T15:08:56.032 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.032 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.032 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:08:56.032 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.784010+0000", 2024-09-13T15:08:56.032 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000109959 2024-09-13T15:08:56.032 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.033 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.033 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 0,2,5,7", 2024-09-13T15:08:56.033 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.784507+0000", 2024-09-13T15:08:56.033 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00049657399999999995 2024-09-13T15:08:56.033 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.033 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.033 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:56.033 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.791217+0000", 2024-09-13T15:08:56.036 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0067102810000000002 2024-09-13T15:08:56.036 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.036 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.036 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:56.036 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.791265+0000", 2024-09-13T15:08:56.036 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.7754999999999999e-05 2024-09-13T15:08:56.037 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.037 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.037 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:08:56.037 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.794650+0000", 2024-09-13T15:08:56.037 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0033848300000000001 2024-09-13T15:08:56.037 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.037 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.037 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:56.037 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.794706+0000", 2024-09-13T15:08:56.037 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.6793000000000003e-05 2024-09-13T15:08:56.038 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.038 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.038 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:56.038 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.794786+0000", 2024-09-13T15:08:56.038 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.9197999999999996e-05 2024-09-13T15:08:56.038 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.038 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.038 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:08:56.038 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.795024+0000", 2024-09-13T15:08:56.038 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00023875 2024-09-13T15:08:56.038 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.038 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.039 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:08:56.039 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.795182+0000", 2024-09-13T15:08:56.039 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000158064 2024-09-13T15:08:56.039 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:56.039 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:08:56.039 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:56.039 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.039 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.039 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:220070 9.12 9:4abdaaa2:::benchmark_data_smithi071_298031_object108822:head [delete] snapc 0=[] RETRY=1 ondisk+retry+write+known_if_redirected+supports_pool_eio e1376)", 2024-09-13T15:08:56.039 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:02:20.319422+0000", 2024-09-13T15:08:56.039 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 387.04288463300003, 2024-09-13T15:08:56.040 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.485127155, 2024-09-13T15:08:56.040 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:08:56.040 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:08:56.040 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:08:56.040 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:08:56.040 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:08:56.040 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:08:56.040 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 220070 2024-09-13T15:08:56.040 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.040 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:08:56.040 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.040 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:08:56.040 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319422+0000", 2024-09-13T15:08:56.041 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:56.041 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.041 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.041 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:08:56.041 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319422+0000", 2024-09-13T15:08:56.041 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:56.041 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.041 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.041 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:08:56.041 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319422+0000", 2024-09-13T15:08:56.041 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.3000000000000002e-07 2024-09-13T15:08:56.041 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.041 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.042 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:08:56.042 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319424+0000", 2024-09-13T15:08:56.042 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.542e-06 2024-09-13T15:08:56.042 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.042 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.042 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:08:56.042 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319429+0000", 2024-09-13T15:08:56.042 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.5169999999999999e-06 2024-09-13T15:08:56.042 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.042 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.042 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:08:56.042 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319434+0000", 2024-09-13T15:08:56.042 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.0300000000000001e-06 2024-09-13T15:08:56.042 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.043 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.043 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:56.043 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.320025+0000", 2024-09-13T15:08:56.043 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00059054099999999998 2024-09-13T15:08:56.043 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.043 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.043 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:08:56.043 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.320028+0000", 2024-09-13T15:08:56.043 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.3390000000000001e-06 2024-09-13T15:08:56.043 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.043 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.043 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:56.043 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.787417+0000", 2024-09-13T15:08:56.043 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4673887699999999 2024-09-13T15:08:56.044 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.044 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.044 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:08:56.044 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.787548+0000", 2024-09-13T15:08:56.044 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000130665 2024-09-13T15:08:56.044 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.044 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.044 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 0,2,5,7", 2024-09-13T15:08:56.044 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.787935+0000", 2024-09-13T15:08:56.044 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00038745099999999997 2024-09-13T15:08:56.044 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.044 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.045 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:56.045 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.791385+0000", 2024-09-13T15:08:56.045 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0034494730000000002 2024-09-13T15:08:56.045 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.045 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.045 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:08:56.045 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.794656+0000", 2024-09-13T15:08:56.045 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.003271183 2024-09-13T15:08:56.045 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.045 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.045 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:56.045 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.795233+0000", 2024-09-13T15:08:56.045 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00057775600000000002 2024-09-13T15:08:56.045 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.045 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.046 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:56.046 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.795271+0000", 2024-09-13T15:08:56.046 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.7846000000000003e-05 2024-09-13T15:08:56.046 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.046 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.046 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:56.046 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.804335+0000", 2024-09-13T15:08:56.046 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0090635909999999993 2024-09-13T15:08:56.046 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.046 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.046 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:08:56.046 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.804401+0000", 2024-09-13T15:08:56.046 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.6223999999999995e-05 2024-09-13T15:08:56.046 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.047 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.047 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:08:56.047 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.804549+0000", 2024-09-13T15:08:56.047 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000147897 2024-09-13T15:08:56.047 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:56.047 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:08:56.047 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:56.047 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.047 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.047 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:220086 9.12 9:49ca3fe4:::benchmark_data_smithi071_298031_object108838:head [delete] snapc 0=[] RETRY=1 ondisk+retry+write+known_if_redirected+supports_pool_eio e1376)", 2024-09-13T15:08:56.047 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:02:20.319439+0000", 2024-09-13T15:08:56.047 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 387.042867113, 2024-09-13T15:08:56.047 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.485403386, 2024-09-13T15:08:56.048 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:08:56.048 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:08:56.048 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:08:56.048 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:08:56.048 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:08:56.048 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:08:56.048 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 220086 2024-09-13T15:08:56.048 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.048 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:08:56.048 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.048 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:08:56.048 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319439+0000", 2024-09-13T15:08:56.048 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:56.049 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.049 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.049 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:08:56.049 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319439+0000", 2024-09-13T15:08:56.049 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:56.049 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.049 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.049 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:08:56.049 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319440+0000", 2024-09-13T15:08:56.049 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.5199999999999998e-07 2024-09-13T15:08:56.049 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.049 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.049 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:08:56.049 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319445+0000", 2024-09-13T15:08:56.050 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.13e-06 2024-09-13T15:08:56.050 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.050 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.050 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:08:56.050 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319451+0000", 2024-09-13T15:08:56.050 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.1240000000000002e-06 2024-09-13T15:08:56.050 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.050 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.050 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:08:56.050 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319456+0000", 2024-09-13T15:08:56.050 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.8060000000000002e-06 2024-09-13T15:08:56.050 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.050 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.051 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:56.051 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.320049+0000", 2024-09-13T15:08:56.051 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00059353699999999999 2024-09-13T15:08:56.051 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.051 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.051 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:08:56.051 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.320053+0000", 2024-09-13T15:08:56.051 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.2270000000000002e-06 2024-09-13T15:08:56.051 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.051 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.051 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:56.052 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.791447+0000", 2024-09-13T15:08:56.052 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4713945660000001 2024-09-13T15:08:56.052 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.052 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.052 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:08:56.052 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.791571+0000", 2024-09-13T15:08:56.052 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012371300000000001 2024-09-13T15:08:56.052 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.052 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.052 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 0,2,5,7", 2024-09-13T15:08:56.052 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.791964+0000", 2024-09-13T15:08:56.052 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00039364499999999998 2024-09-13T15:08:56.053 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.053 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.053 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:08:56.053 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.795196+0000", 2024-09-13T15:08:56.053 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0032315320000000001 2024-09-13T15:08:56.053 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.053 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.053 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:56.053 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.795311+0000", 2024-09-13T15:08:56.053 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000115424 2024-09-13T15:08:56.053 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.053 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.053 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:56.054 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.795354+0000", 2024-09-13T15:08:56.054 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.2614000000000002e-05 2024-09-13T15:08:56.054 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.054 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.054 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:56.054 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.804608+0000", 2024-09-13T15:08:56.054 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0092538870000000006 2024-09-13T15:08:56.054 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.054 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.054 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:56.054 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.804654+0000", 2024-09-13T15:08:56.054 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.6171000000000002e-05 2024-09-13T15:08:56.055 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.055 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.055 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:08:56.055 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.804716+0000", 2024-09-13T15:08:56.055 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.2389000000000002e-05 2024-09-13T15:08:56.055 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.055 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.055 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:08:56.055 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.804843+0000", 2024-09-13T15:08:56.055 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012626900000000001 2024-09-13T15:08:56.055 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:56.055 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:08:56.055 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:56.055 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.055 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.056 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:220122 9.12 9:4932a81f:::benchmark_data_smithi071_298031_object108874:head [delete] snapc 0=[] RETRY=1 ondisk+retry+write+known_if_redirected+supports_pool_eio e1376)", 2024-09-13T15:08:56.056 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:02:20.319461+0000", 2024-09-13T15:08:56.056 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 387.04284526700002, 2024-09-13T15:08:56.056 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4899487739999999, 2024-09-13T15:08:56.056 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:08:56.056 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:08:56.056 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:08:56.056 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:08:56.056 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:08:56.056 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:08:56.056 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 220122 2024-09-13T15:08:56.056 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.056 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:08:56.056 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.057 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:08:56.057 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319461+0000", 2024-09-13T15:08:56.057 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:56.057 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.057 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.057 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:08:56.057 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319461+0000", 2024-09-13T15:08:56.057 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:56.057 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.057 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.057 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:08:56.057 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319462+0000", 2024-09-13T15:08:56.058 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.65e-07 2024-09-13T15:08:56.058 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.058 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.058 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:08:56.058 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319467+0000", 2024-09-13T15:08:56.058 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.57e-06 2024-09-13T15:08:56.058 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.058 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.058 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:08:56.058 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319473+0000", 2024-09-13T15:08:56.058 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.801e-06 2024-09-13T15:08:56.058 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.058 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.058 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:08:56.059 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319478+0000", 2024-09-13T15:08:56.059 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.6469999999999997e-06 2024-09-13T15:08:56.059 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.059 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.059 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:56.059 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.320074+0000", 2024-09-13T15:08:56.059 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00059619299999999996 2024-09-13T15:08:56.059 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.059 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.059 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:08:56.059 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.320077+0000", 2024-09-13T15:08:56.059 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.225e-06 2024-09-13T15:08:56.059 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.059 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.059 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:56.060 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.795384+0000", 2024-09-13T15:08:56.060 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.47530652 2024-09-13T15:08:56.060 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.060 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.060 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:08:56.060 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.795575+0000", 2024-09-13T15:08:56.060 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00019137099999999999 2024-09-13T15:08:56.060 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.060 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.060 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 0,2,5,7", 2024-09-13T15:08:56.061 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.795985+0000", 2024-09-13T15:08:56.061 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00041028000000000001 2024-09-13T15:08:56.061 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.061 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.061 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:08:56.061 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.804563+0000", 2024-09-13T15:08:56.061 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0085780100000000005 2024-09-13T15:08:56.061 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.061 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.061 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:56.061 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.804887+0000", 2024-09-13T15:08:56.061 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00032339700000000001 2024-09-13T15:08:56.061 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.061 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.061 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:56.062 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.805385+0000", 2024-09-13T15:08:56.062 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00049878699999999999 2024-09-13T15:08:56.062 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.062 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.062 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:56.062 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.807494+0000", 2024-09-13T15:08:56.062 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.002108169 2024-09-13T15:08:56.062 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.062 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.062 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:56.062 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.809168+0000", 2024-09-13T15:08:56.062 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.001673978 2024-09-13T15:08:56.062 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.062 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.063 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:08:56.063 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.809280+0000", 2024-09-13T15:08:56.063 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000112255 2024-09-13T15:08:56.063 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.063 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.063 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:08:56.063 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.809410+0000", 2024-09-13T15:08:56.063 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013020600000000001 2024-09-13T15:08:56.063 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:56.063 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:08:56.063 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:56.063 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.064 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.064 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:220154 9.12 9:4b0cd197:::benchmark_data_smithi071_298031_object108906:head [delete] snapc 0=[] RETRY=1 ondisk+retry+write+known_if_redirected+supports_pool_eio e1376)", 2024-09-13T15:08:56.064 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:02:20.319483+0000", 2024-09-13T15:08:56.064 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 387.04282391599997, 2024-09-13T15:08:56.064 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4902035819999999, 2024-09-13T15:08:56.064 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:08:56.064 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:08:56.064 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:08:56.064 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:08:56.064 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:08:56.064 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:08:56.064 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 220154 2024-09-13T15:08:56.064 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.064 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:08:56.065 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.065 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:08:56.065 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319483+0000", 2024-09-13T15:08:56.065 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:56.065 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.065 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.065 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:08:56.065 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319483+0000", 2024-09-13T15:08:56.065 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:56.065 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.066 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.066 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:08:56.066 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319483+0000", 2024-09-13T15:08:56.066 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.0499999999999999e-07 2024-09-13T15:08:56.066 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.066 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.066 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:08:56.066 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319484+0000", 2024-09-13T15:08:56.066 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.547e-06 2024-09-13T15:08:56.066 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.066 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.066 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:08:56.066 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319490+0000", 2024-09-13T15:08:56.066 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.0789999999999997e-06 2024-09-13T15:08:56.067 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.067 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.067 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:08:56.067 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319495+0000", 2024-09-13T15:08:56.067 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.5120000000000002e-06 2024-09-13T15:08:56.067 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.067 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.067 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:56.067 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.320098+0000", 2024-09-13T15:08:56.067 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00060252299999999999 2024-09-13T15:08:56.067 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.067 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.067 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:08:56.068 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.320101+0000", 2024-09-13T15:08:56.068 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.1990000000000002e-06 2024-09-13T15:08:56.068 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.068 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.068 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:56.068 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.798345+0000", 2024-09-13T15:08:56.068 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4782445879999999 2024-09-13T15:08:56.068 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.068 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.068 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:08:56.068 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.798477+0000", 2024-09-13T15:08:56.068 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013166999999999999 2024-09-13T15:08:56.068 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.068 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.069 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 0,2,5,7", 2024-09-13T15:08:56.069 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.798961+0000", 2024-09-13T15:08:56.069 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00048427099999999999 2024-09-13T15:08:56.069 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.069 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.069 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:56.069 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.805303+0000", 2024-09-13T15:08:56.069 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0063418249999999997 2024-09-13T15:08:56.069 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.069 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.069 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:56.070 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.805442+0000", 2024-09-13T15:08:56.070 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013851900000000001 2024-09-13T15:08:56.070 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.070 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.070 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:08:56.070 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.807451+0000", 2024-09-13T15:08:56.070 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0020093849999999998 2024-09-13T15:08:56.070 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.070 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.070 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:56.070 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.807549+0000", 2024-09-13T15:08:56.070 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.7701000000000005e-05 2024-09-13T15:08:56.070 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.070 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.071 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:56.071 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.809449+0000", 2024-09-13T15:08:56.071 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0019005719999999999 2024-09-13T15:08:56.071 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.071 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.071 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:08:56.071 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.809536+0000", 2024-09-13T15:08:56.071 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.7170999999999996e-05 2024-09-13T15:08:56.071 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.071 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.071 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:08:56.071 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.809686+0000", 2024-09-13T15:08:56.071 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000149715 2024-09-13T15:08:56.071 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:56.072 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:08:56.072 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:56.072 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.072 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.072 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:220159 9.12 9:49fdc336:::benchmark_data_smithi071_298031_object108911:head [delete] snapc 0=[] RETRY=1 ondisk+retry+write+known_if_redirected+supports_pool_eio e1376)", 2024-09-13T15:08:56.072 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:02:20.319500+0000", 2024-09-13T15:08:56.072 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 387.04280636200002, 2024-09-13T15:08:56.072 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.506281153, 2024-09-13T15:08:56.072 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:08:56.072 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:08:56.072 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:08:56.072 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:08:56.072 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:08:56.073 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:08:56.073 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 220159 2024-09-13T15:08:56.073 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.073 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:08:56.073 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.073 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:08:56.073 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319500+0000", 2024-09-13T15:08:56.073 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:56.073 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.073 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.073 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:08:56.073 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319500+0000", 2024-09-13T15:08:56.073 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:56.073 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.074 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.074 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:08:56.074 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319500+0000", 2024-09-13T15:08:56.074 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.6699999999999999e-07 2024-09-13T15:08:56.074 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.074 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.074 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:08:56.074 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319502+0000", 2024-09-13T15:08:56.074 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4899999999999999e-06 2024-09-13T15:08:56.074 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.074 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.074 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:08:56.074 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319508+0000", 2024-09-13T15:08:56.075 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.4069999999999998e-06 2024-09-13T15:08:56.075 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.075 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.075 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:08:56.075 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319513+0000", 2024-09-13T15:08:56.075 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.8930000000000004e-06 2024-09-13T15:08:56.075 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.075 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.075 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:56.075 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.320122+0000", 2024-09-13T15:08:56.075 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00060866000000000002 2024-09-13T15:08:56.075 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.075 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.075 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:08:56.076 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.320125+0000", 2024-09-13T15:08:56.076 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.2009999999999999e-06 2024-09-13T15:08:56.076 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.076 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.076 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:56.076 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.809731+0000", 2024-09-13T15:08:56.076 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4896056790000001 2024-09-13T15:08:56.076 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.076 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.076 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:08:56.076 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.809834+0000", 2024-09-13T15:08:56.077 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00010273899999999999 2024-09-13T15:08:56.077 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.077 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.077 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 0,2,5,7", 2024-09-13T15:08:56.077 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.810227+0000", 2024-09-13T15:08:56.077 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00039369399999999999 2024-09-13T15:08:56.077 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.077 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.077 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:56.077 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.821403+0000", 2024-09-13T15:08:56.077 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.011175846999999999 2024-09-13T15:08:56.077 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.078 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.078 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:56.078 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.821444+0000", 2024-09-13T15:08:56.078 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.0744999999999997e-05 2024-09-13T15:08:56.078 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.078 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.078 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:56.078 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.821512+0000", 2024-09-13T15:08:56.078 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.8348000000000004e-05 2024-09-13T15:08:56.078 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.078 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.078 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:56.078 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.821544+0000", 2024-09-13T15:08:56.078 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.2255000000000002e-05 2024-09-13T15:08:56.079 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.079 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.079 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:08:56.079 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.825596+0000", 2024-09-13T15:08:56.079 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0040510779999999996 2024-09-13T15:08:56.079 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.079 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.079 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:08:56.079 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.825654+0000", 2024-09-13T15:08:56.079 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.8082999999999999e-05 2024-09-13T15:08:56.079 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.079 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.080 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:08:56.080 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.825781+0000", 2024-09-13T15:08:56.080 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012766700000000001 2024-09-13T15:08:56.080 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:56.080 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:08:56.080 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:56.080 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.080 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.080 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:220229 9.12 9:4b56be3f:::benchmark_data_smithi071_298031_object108981:head [delete] snapc 0=[] RETRY=1 ondisk+retry+write+known_if_redirected+supports_pool_eio e1376)", 2024-09-13T15:08:56.080 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:02:20.319518+0000", 2024-09-13T15:08:56.080 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 387.04278818699999, 2024-09-13T15:08:56.080 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.5067162700000001, 2024-09-13T15:08:56.080 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:08:56.080 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:08:56.081 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:08:56.081 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:08:56.081 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:08:56.081 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:08:56.081 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 220229 2024-09-13T15:08:56.081 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.081 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:08:56.081 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.082 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:08:56.082 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319518+0000", 2024-09-13T15:08:56.082 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:56.082 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.082 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.082 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:08:56.082 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319518+0000", 2024-09-13T15:08:56.082 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:56.082 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.083 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.083 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:08:56.083 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319519+0000", 2024-09-13T15:08:56.083 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.3500000000000002e-07 2024-09-13T15:08:56.083 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.083 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.083 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:08:56.083 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319520+0000", 2024-09-13T15:08:56.083 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4649999999999999e-06 2024-09-13T15:08:56.083 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.083 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.083 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:08:56.083 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319526+0000", 2024-09-13T15:08:56.083 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.66e-06 2024-09-13T15:08:56.084 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.084 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.084 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:08:56.084 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319531+0000", 2024-09-13T15:08:56.084 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.8779999999999997e-06 2024-09-13T15:08:56.084 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.084 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.084 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:56.084 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.320138+0000", 2024-09-13T15:08:56.084 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00060737400000000004 2024-09-13T15:08:56.084 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.084 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.084 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:08:56.084 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.320141+0000", 2024-09-13T15:08:56.085 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.157e-06 2024-09-13T15:08:56.085 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.085 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.085 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:56.085 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.815201+0000", 2024-09-13T15:08:56.085 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.495059669 2024-09-13T15:08:56.085 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.085 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.085 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:08:56.085 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.815325+0000", 2024-09-13T15:08:56.085 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000123683 2024-09-13T15:08:56.086 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.086 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.086 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 0,2,5,7", 2024-09-13T15:08:56.086 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.815722+0000", 2024-09-13T15:08:56.086 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00039781400000000002 2024-09-13T15:08:56.086 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.086 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.086 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:56.086 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.821478+0000", 2024-09-13T15:08:56.086 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0057553760000000004 2024-09-13T15:08:56.086 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.086 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.086 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:56.086 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.821579+0000", 2024-09-13T15:08:56.087 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000100993 2024-09-13T15:08:56.087 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.087 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.087 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:56.087 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.821612+0000", 2024-09-13T15:08:56.087 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.3454000000000002e-05 2024-09-13T15:08:56.087 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.087 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.087 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:56.087 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.821645+0000", 2024-09-13T15:08:56.087 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.2886000000000003e-05 2024-09-13T15:08:56.087 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.087 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.087 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:08:56.088 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.825790+0000", 2024-09-13T15:08:56.088 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0041449410000000001 2024-09-13T15:08:56.088 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.088 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.088 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:08:56.088 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.825831+0000", 2024-09-13T15:08:56.088 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.0985000000000001e-05 2024-09-13T15:08:56.088 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.088 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.088 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:08:56.088 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.826235+0000", 2024-09-13T15:08:56.088 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0004036 2024-09-13T15:08:56.088 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:56.089 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:08:56.089 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:56.089 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.089 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.089 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45977.0:69106 10.2 10:49b11e08:::benchmark_data_smithi071_326067_object69105:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1398)", 2024-09-13T15:08:56.089 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:03:29.494114+0000", 2024-09-13T15:08:56.089 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 317.868192765, 2024-09-13T15:08:56.089 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.33727526200000002, 2024-09-13T15:08:56.089 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:08:56.090 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:08:56.090 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:08:56.090 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:08:56.090 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45977", 2024-09-13T15:08:56.090 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/4198631296", 2024-09-13T15:08:56.090 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 69106 2024-09-13T15:08:56.090 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.090 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:08:56.090 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.090 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:08:56.090 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.494114+0000", 2024-09-13T15:08:56.090 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:56.091 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.091 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.091 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:08:56.091 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.494114+0000", 2024-09-13T15:08:56.091 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:56.091 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.091 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.091 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:08:56.091 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.494115+0000", 2024-09-13T15:08:56.091 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.0999999999999997e-07 2024-09-13T15:08:56.091 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.092 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.092 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:08:56.092 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.494135+0000", 2024-09-13T15:08:56.092 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.0288999999999998e-05 2024-09-13T15:08:56.092 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.092 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.092 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:08:56.092 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.494145+0000", 2024-09-13T15:08:56.092 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.8689999999999999e-06 2024-09-13T15:08:56.092 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.092 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.092 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:08:56.092 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.494151+0000", 2024-09-13T15:08:56.093 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.2620000000000004e-06 2024-09-13T15:08:56.093 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.093 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.093 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:56.093 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.497256+0000", 2024-09-13T15:08:56.093 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00310488 2024-09-13T15:08:56.093 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.093 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.093 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:08:56.093 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.497392+0000", 2024-09-13T15:08:56.093 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013612499999999999 2024-09-13T15:08:56.093 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.093 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.094 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 0,4", 2024-09-13T15:08:56.094 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.497526+0000", 2024-09-13T15:08:56.094 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013440699999999999 2024-09-13T15:08:56.094 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.094 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.094 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:56.094 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.831162+0000", 2024-09-13T15:08:56.094 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.33363555499999997 2024-09-13T15:08:56.094 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.094 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.094 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:08:56.094 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.831176+0000", 2024-09-13T15:08:56.094 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.3909e-05 2024-09-13T15:08:56.094 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.095 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.095 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:08:56.095 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.831278+0000", 2024-09-13T15:08:56.095 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000102489 2024-09-13T15:08:56.095 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.095 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.095 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:08:56.095 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.831340+0000", 2024-09-13T15:08:56.095 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.1486000000000001e-05 2024-09-13T15:08:56.095 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.095 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.095 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:08:56.095 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.831389+0000", 2024-09-13T15:08:56.095 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.9081e-05 2024-09-13T15:08:56.095 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:56.096 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:08:56.096 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:56.096 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.096 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.096 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.45977.0:69108 10.b e1398/1390 10:dc908e80:::benchmark_data_smithi071_326067_object69107:head v 1398'4300, mlcod=1398'4298)", 2024-09-13T15:08:56.096 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:03:29.499615+0000", 2024-09-13T15:08:56.096 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 317.86269107499999, 2024-09-13T15:08:56.096 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.33657828499999998, 2024-09-13T15:08:56.096 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:08:56.096 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:08:56.096 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:08:56.096 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:08:56.096 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.097 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:08:56.097 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.499615+0000", 2024-09-13T15:08:56.097 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:56.097 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.097 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.097 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:08:56.097 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.499615+0000", 2024-09-13T15:08:56.097 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:56.097 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.097 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.097 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:08:56.097 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.499616+0000", 2024-09-13T15:08:56.097 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.4200000000000002e-07 2024-09-13T15:08:56.098 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.098 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.098 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:08:56.098 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.499647+0000", 2024-09-13T15:08:56.098 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.1398e-05 2024-09-13T15:08:56.098 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.098 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.098 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:08:56.098 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.499654+0000", 2024-09-13T15:08:56.098 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.8800000000000002e-06 2024-09-13T15:08:56.098 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.098 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.098 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:08:56.098 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.499658+0000", 2024-09-13T15:08:56.099 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.5009999999999998e-06 2024-09-13T15:08:56.099 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.099 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.099 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:56.099 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.500197+0000", 2024-09-13T15:08:56.099 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00053842899999999999 2024-09-13T15:08:56.099 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.099 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.099 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:08:56.099 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.500225+0000", 2024-09-13T15:08:56.099 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.8555999999999999e-05 2024-09-13T15:08:56.099 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.100 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.100 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:08:56.100 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.836145+0000", 2024-09-13T15:08:56.100 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.33592003300000001 2024-09-13T15:08:56.100 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.100 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.100 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:08:56.101 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.836194+0000", 2024-09-13T15:08:56.101 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.8245999999999999e-05 2024-09-13T15:08:56.101 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:56.101 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:08:56.101 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:56.101 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.102 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.102 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.45977.0:69109 10.b e1398/1390 10:d51d721c:::benchmark_data_smithi071_326067_object69108:head v 1398'4301, mlcod=1398'4298)", 2024-09-13T15:08:56.102 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:03:29.501089+0000", 2024-09-13T15:08:56.102 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 317.861217893, 2024-09-13T15:08:56.102 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.33977306499999999, 2024-09-13T15:08:56.102 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:08:56.102 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:08:56.102 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:08:56.102 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:08:56.102 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.102 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:08:56.103 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.501089+0000", 2024-09-13T15:08:56.103 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:56.103 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.103 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.103 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:08:56.103 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.501089+0000", 2024-09-13T15:08:56.103 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:56.103 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.103 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.103 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:08:56.103 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.501089+0000", 2024-09-13T15:08:56.103 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.9599999999999998e-07 2024-09-13T15:08:56.103 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.104 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.104 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:08:56.104 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.501127+0000", 2024-09-13T15:08:56.104 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.7104000000000003e-05 2024-09-13T15:08:56.104 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.104 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.104 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:08:56.104 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.501138+0000", 2024-09-13T15:08:56.104 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.093e-05 2024-09-13T15:08:56.104 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.104 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.104 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:08:56.104 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.501144+0000", 2024-09-13T15:08:56.105 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.7880000000000001e-06 2024-09-13T15:08:56.105 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.105 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.105 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:56.105 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.831128+0000", 2024-09-13T15:08:56.105 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.32998350799999998 2024-09-13T15:08:56.105 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.105 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.105 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:08:56.105 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.831155+0000", 2024-09-13T15:08:56.105 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.6699999999999998e-05 2024-09-13T15:08:56.105 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.105 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.106 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:08:56.106 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.840816+0000", 2024-09-13T15:08:56.106 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0096611790000000006 2024-09-13T15:08:56.106 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.106 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.106 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:08:56.106 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.840862+0000", 2024-09-13T15:08:56.106 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.596e-05 2024-09-13T15:08:56.106 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:56.106 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:08:56.107 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:56.107 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.107 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.107 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.45977.0:69121 10.b e1398/1390 10:dc29dfb2:::benchmark_data_smithi071_326067_object69120:head v 1398'4302, mlcod=1398'4298)", 2024-09-13T15:08:56.107 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:03:29.504612+0000", 2024-09-13T15:08:56.107 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 317.857694579, 2024-09-13T15:08:56.107 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.336278358, 2024-09-13T15:08:56.107 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:08:56.108 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:08:56.108 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:08:56.108 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:08:56.108 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.108 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:08:56.108 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.504612+0000", 2024-09-13T15:08:56.108 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:56.108 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.108 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.108 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:08:56.109 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.504612+0000", 2024-09-13T15:08:56.109 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:08:56.109 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.109 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.109 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:08:56.109 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.504613+0000", 2024-09-13T15:08:56.109 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.049e-06 2024-09-13T15:08:56.109 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.109 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.109 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:08:56.109 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.504638+0000", 2024-09-13T15:08:56.109 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.4590999999999999e-05 2024-09-13T15:08:56.109 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.109 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.110 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:08:56.110 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.831132+0000", 2024-09-13T15:08:56.110 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.32649428899999999 2024-09-13T15:08:56.110 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.110 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.110 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:08:56.110 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.831156+0000", 2024-09-13T15:08:56.110 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.4600000000000002e-05 2024-09-13T15:08:56.111 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.111 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.111 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:08:56.111 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.833800+0000", 2024-09-13T15:08:56.111 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.002643397 2024-09-13T15:08:56.111 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.111 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.111 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:08:56.111 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.833869+0000", 2024-09-13T15:08:56.111 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.8965000000000001e-05 2024-09-13T15:08:56.111 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.111 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.111 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:08:56.111 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.840868+0000", 2024-09-13T15:08:56.112 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0069992919999999998 2024-09-13T15:08:56.112 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:08:56.112 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:08:56.112 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:08:56.112 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.840890+0000", 2024-09-13T15:08:56.112 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.2175e-05 2024-09-13T15:08:56.112 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:56.112 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:08:56.112 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:56.112 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:08:56.112 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:08:56.112 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T15:08:56.113 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:08:56.137 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:56.138 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:56.139 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:08:56.240 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:56.264 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:56.265 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:56.265 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:56.366 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:08:56.393 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:56.394 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:56.394 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:08:56.495 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:08:56.529 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:56.530 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:56.530 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:08:56.631 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:08:56.673 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:56.676 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:56.677 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:08:56.777 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:08:56.801 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:56.802 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:56.802 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:08:56.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:56 smithi071 ceph-mon[107477]: pgmap v2378: 109 pgs: 109 active+clean; 6.3 GiB data, 26 GiB used, 600 GiB / 626 GiB avail; 42 MiB/s wr, 789 op/s; 2.3 MiB/s, 36 objects/s recovering 2024-09-13T15:08:56.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:56 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:08:56.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:56 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:08:56.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:56 smithi071 ceph-mon[112785]: pgmap v2378: 109 pgs: 109 active+clean; 6.3 GiB data, 26 GiB used, 600 GiB / 626 GiB avail; 42 MiB/s wr, 789 op/s; 2.3 MiB/s, 36 objects/s recovering 2024-09-13T15:08:56.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:56 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:08:56.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:56 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:08:56.903 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:08:56.949 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:56.950 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:56.950 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:08:57.051 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:08:57.084 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:57.085 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:57.085 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:08:57.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:56 smithi104 ceph-mon[105578]: pgmap v2378: 109 pgs: 109 active+clean; 6.3 GiB data, 26 GiB used, 600 GiB / 626 GiB avail; 42 MiB/s wr, 789 op/s; 2.3 MiB/s, 36 objects/s recovering 2024-09-13T15:08:57.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:56 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:08:57.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:56 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:08:57.187 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:57.219 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:57.220 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:57.221 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:57.322 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:57.337 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=true 2024-09-13T15:08:57.352 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:57.352 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:57.353 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:57.428 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.2 dump_ops_in_flight 2024-09-13T15:08:57.454 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:57.476 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:57.477 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:57.477 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:57.578 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:08:57.654 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:57.655 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:57.655 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:08:57.756 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:57.805 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:57.806 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:57.807 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:57.861 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:08:57.907 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:08:57.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:57 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T15:08:57.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:57 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T15:08:57.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:57 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:08:57.955 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:57.955 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:57 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T15:08:57.955 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:57 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T15:08:57.955 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:57 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:08:57.956 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:57.956 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:08:57.957 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:57 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T15:08:57.957 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:57 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T15:08:57.957 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:57 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:08:58.058 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:08:58.083 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:58.084 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:58.084 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:08:58.185 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:08:58.211 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:58.212 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:58.212 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:08:58.313 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:58.339 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:58.340 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:58.341 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:58.441 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:08:58.465 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:58.466 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:58.466 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:08:58.480 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T15:08:58.481 INFO:teuthology.orchestra.run.smithi071.stderr:dumped all 2024-09-13T15:08:58.567 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:58.606 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:58.607 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:58.607 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:58.708 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:08:58.734 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:58.735 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:58.735 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:08:58.836 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:08:58.878 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:58.879 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:58.879 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:08:58.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:58 smithi071 ceph-mon[107477]: pgmap v2379: 109 pgs: 109 active+clean; 6.3 GiB data, 26 GiB used, 600 GiB / 626 GiB avail; 109 B/s rd, 30 MiB/s wr, 703 op/s; 1.9 MiB/s, 31 objects/s recovering 2024-09-13T15:08:58.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:58 smithi071 ceph-mon[112785]: pgmap v2379: 109 pgs: 109 active+clean; 6.3 GiB data, 26 GiB used, 600 GiB / 626 GiB avail; 109 B/s rd, 30 MiB/s wr, 703 op/s; 1.9 MiB/s, 31 objects/s recovering 2024-09-13T15:08:58.980 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:08:59.006 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:59.007 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:59.007 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:08:59.108 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:59.147 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:59.148 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:59.148 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:59.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:58 smithi104 ceph-mon[105578]: pgmap v2379: 109 pgs: 109 active+clean; 6.3 GiB data, 26 GiB used, 600 GiB / 626 GiB avail; 109 B/s rd, 30 MiB/s wr, 703 op/s; 1.9 MiB/s, 31 objects/s recovering 2024-09-13T15:08:59.191 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:08:59.195 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:08:59.249 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:59.302 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:59.303 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:59.303 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:59.404 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:08:59.441 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:59.441 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:59.442 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:08:59.543 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:08:59.578 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:59.578 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:59.579 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:08:59.679 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:08:59.720 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:08:59.721 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:59.722 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:08:59.823 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:59.850 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:59.851 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:59.851 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:08:59.952 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:08:59.975 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:08:59.976 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:08:59.977 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:09:00.005 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:59 smithi071 ceph-mon[107477]: from='client.55861 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T15:09:00.006 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:08:59 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:09:00.006 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:59 smithi071 ceph-mon[112785]: from='client.55861 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T15:09:00.006 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:08:59 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:09:00.077 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:09:00.101 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:00.102 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:00.102 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:09:00.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:59 smithi104 ceph-mon[105578]: from='client.55861 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T15:09:00.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:08:59 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:09:00.203 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:09:00.227 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:00.227 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:00.227 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:09:00.328 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:09:00.349 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:00.353 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:00.353 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:09:00.454 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:09:00.480 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:00.481 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:00.482 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:09:00.582 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:09:00.620 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:00.621 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:00.621 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:09:00.722 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:09:00.749 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:00.751 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:00.751 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:09:00.852 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:09:00.891 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:00.892 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:00.892 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:09:00.993 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:09:01.016 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:01.016 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:01.017 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:09:01.042 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:00 smithi071 ceph-mon[107477]: pgmap v2380: 109 pgs: 109 active+clean; 6.2 GiB data, 25 GiB used, 600 GiB / 626 GiB avail; 98 B/s rd, 27 MiB/s wr, 740 op/s; 1.8 MiB/s, 28 objects/s recovering 2024-09-13T15:09:01.042 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:00 smithi071 ceph-mon[112785]: pgmap v2380: 109 pgs: 109 active+clean; 6.2 GiB data, 25 GiB used, 600 GiB / 626 GiB avail; 98 B/s rd, 27 MiB/s wr, 740 op/s; 1.8 MiB/s, 28 objects/s recovering 2024-09-13T15:09:01.118 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:09:01.143 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:01.143 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:01.144 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:09:01.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:00 smithi104 ceph-mon[105578]: pgmap v2380: 109 pgs: 109 active+clean; 6.2 GiB data, 25 GiB used, 600 GiB / 626 GiB avail; 98 B/s rd, 27 MiB/s wr, 740 op/s; 1.8 MiB/s, 28 objects/s recovering 2024-09-13T15:09:01.245 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:09:01.272 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:01.272 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:01.273 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:09:01.373 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:09:01.408 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:01.409 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:01.409 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:09:01.510 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:09:01.535 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:01.535 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:01.536 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:09:01.637 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:09:01.671 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:01.672 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:01.672 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:09:01.773 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:09:01.783 INFO:teuthology.orchestra.run.smithi071.stderr:nodeep-scrub is set 2024-09-13T15:09:01.796 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:01.797 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:01.797 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:09:01.898 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:09:01.927 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:01.927 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:01.928 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:09:02.029 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:09:02.054 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:02.054 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:02.055 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:09:02.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:01 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3859394653' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:09:02.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:01 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:09:02.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:01 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3859394653' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:09:02.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:01 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:09:02.156 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:09:02.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:01 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3859394653' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:09:02.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:01 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:09:02.192 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:02.192 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:02.193 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:09:02.294 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:09:02.329 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:02.330 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:02.330 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:09:02.431 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:09:02.460 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:02.460 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:02.461 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:09:02.562 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:09:02.601 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:02.602 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:02.602 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:09:02.703 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:09:02.724 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:02.724 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:02.725 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:09:02.825 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:09:02.847 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:02.847 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:02.848 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:09:02.949 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:09:02.972 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:02.973 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:02.973 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:09:03.074 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:09:03.097 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:03.098 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:03.098 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:09:03.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:02 smithi071 ceph-mon[112785]: pgmap v2381: 109 pgs: 109 active+clean; 6.1 GiB data, 25 GiB used, 601 GiB / 626 GiB avail; 85 B/s rd, 23 MiB/s wr, 831 op/s; 1.5 MiB/s, 24 objects/s recovering 2024-09-13T15:09:03.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:02 smithi071 ceph-mon[112785]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:09:03.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:02 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T15:09:03.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:02 smithi071 ceph-mon[112785]: osdmap e1452: 8 total, 8 up, 7 in 2024-09-13T15:09:03.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:02 smithi071 ceph-mon[107477]: pgmap v2381: 109 pgs: 109 active+clean; 6.1 GiB data, 25 GiB used, 601 GiB / 626 GiB avail; 85 B/s rd, 23 MiB/s wr, 831 op/s; 1.5 MiB/s, 24 objects/s recovering 2024-09-13T15:09:03.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:02 smithi071 ceph-mon[107477]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:09:03.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:02 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T15:09:03.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:02 smithi071 ceph-mon[107477]: osdmap e1452: 8 total, 8 up, 7 in 2024-09-13T15:09:03.142 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:09:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:09:02] "GET /metrics HTTP/1.1" 200 36684 "" "Prometheus/2.51.0" 2024-09-13T15:09:03.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:02 smithi104 ceph-mon[105578]: pgmap v2381: 109 pgs: 109 active+clean; 6.1 GiB data, 25 GiB used, 601 GiB / 626 GiB avail; 85 B/s rd, 23 MiB/s wr, 831 op/s; 1.5 MiB/s, 24 objects/s recovering 2024-09-13T15:09:03.233 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:02 smithi104 ceph-mon[105578]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:09:03.233 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:02 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T15:09:03.233 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:02 smithi104 ceph-mon[105578]: osdmap e1452: 8 total, 8 up, 7 in 2024-09-13T15:09:03.234 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:03.272 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:03.272 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:03.273 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:03.332 INFO:teuthology.orchestra.run.smithi071.stdout:{"pg_ready":true,"pg_map":{"version":2379,"stamp":"2024-09-13T15:08:57.062579+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":6724458493,"num_objects":102625,"num_object_clones":0,"num_object_copies":307875,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":102625,"num_whiteouts":0,"num_read":1,"num_read_kb":1,"num_write":106883,"num_write_kb":6701346,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2991,"num_bytes_recovered":190609455,"num_keys_recovered":30,"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":101807,"ondisk_log_size":101807,"up":327,"acting":327,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":329,"num_osds":7,"num_per_pool_osds":7,"num_per_pool_omap_osds":7,"kb":656216064,"kb_used":26906064,"kb_used_data":20326360,"kb_used_omap":252,"kb_used_meta":6579395,"kb_avail":629310000,"statfs":{"total":671965249536,"available":644413440000,"internally_reserved":0,"allocated":20814192640,"data_stored":20792930476,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":258429,"internal_metadata":6737301123},"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":4,"apply_latency_ms":4,"commit_latency_ns":4000000,"apply_latency_ns":4000000},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":155713560,"num_objects":2377,"num_object_clones":0,"num_object_copies":7131,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":-291,"num_objects_unfound":0,"num_objects_dirty":2377,"num_whiteouts":0,"num_read":1,"num_read_kb":1,"num_write":6597,"num_write_kb":287105,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":292,"num_bytes_recovered":19136512,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":"9.385350"},"pg_stats":[{"pgid":"1.11","version":"373'149","reported_seq":1686,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:48.681094+0000","last_change":"2024-09-13T15:03:55.256070+0000","last_active":"2024-09-13T15:08:48.681094+0000","last_peered":"2024-09-13T15:08:48.681094+0000","last_clean":"2024-09-13T15:08:48.681094+0000","last_became_active":"2024-09-13T15:03:54.361713+0000","last_became_peered":"2024-09-13T15:03:54.361713+0000","last_unstale":"2024-09-13T15:08:48.681094+0000","last_undegraded":"2024-09-13T15:08:48.681094+0000","last_fullsized":"2024-09-13T15:08:48.681094+0000","mapping_epoch":1407,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1408,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:03:55.256014+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:03:55.256014+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:43:38.456769+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.14","version":"0'0","reported_seq":235,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:49.025015+0000","last_change":"2024-09-13T15:03:38.356940+0000","last_active":"2024-09-13T15:08:49.025015+0000","last_peered":"2024-09-13T15:08:49.025015+0000","last_clean":"2024-09-13T15:08:49.025015+0000","last_became_active":"2024-09-13T15:03:38.356599+0000","last_became_peered":"2024-09-13T15:03:38.356599+0000","last_unstale":"2024-09-13T15:08:49.025015+0000","last_undegraded":"2024-09-13T15:08:49.025015+0000","last_fullsized":"2024-09-13T15:08:49.025015+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:30:57.502891+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.13","version":"70'2","reported_seq":162,"reported_epoch":1450,"state":"active+clean","last_fresh":"2024-09-13T15:08:47.686704+0000","last_change":"2024-09-13T15:03:38.350681+0000","last_active":"2024-09-13T15:08:47.686704+0000","last_peered":"2024-09-13T15:08:47.686704+0000","last_clean":"2024-09-13T15:08:47.686704+0000","last_became_active":"2024-09-13T15:03:38.349386+0000","last_became_peered":"2024-09-13T15:03:38.349386+0000","last_unstale":"2024-09-13T15:08:47.686704+0000","last_undegraded":"2024-09-13T15:08:47.686704+0000","last_fullsized":"2024-09-13T15:08:47.686704+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T02:02:39.428946+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":6,"num_bytes_recovered":102,"num_keys_recovered":30,"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,2],"acting":[7,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.10","version":"373'149","reported_seq":1808,"reported_epoch":1450,"state":"active+clean","last_fresh":"2024-09-13T15:08:47.685184+0000","last_change":"2024-09-13T15:03:38.349355+0000","last_active":"2024-09-13T15:08:47.685184+0000","last_peered":"2024-09-13T15:08:47.685184+0000","last_clean":"2024-09-13T15:08:47.685184+0000","last_became_active":"2024-09-13T15:03:38.349035+0000","last_became_peered":"2024-09-13T15:03:38.349035+0000","last_unstale":"2024-09-13T15:08:47.685184+0000","last_undegraded":"2024-09-13T15:08:47.685184+0000","last_fullsized":"2024-09-13T15:08:47.685184+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:47.921711+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:47.921711+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:12:52.991080+0000","scrub_duration":0.001430061,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.15","version":"0'0","reported_seq":1503,"reported_epoch":1450,"state":"active+clean","last_fresh":"2024-09-13T15:08:47.683920+0000","last_change":"2024-09-13T15:03:38.344711+0000","last_active":"2024-09-13T15:08:47.683920+0000","last_peered":"2024-09-13T15:08:47.683920+0000","last_clean":"2024-09-13T15:08:47.683920+0000","last_became_active":"2024-09-13T15:03:38.344365+0000","last_became_peered":"2024-09-13T15:03:38.344365+0000","last_unstale":"2024-09-13T15:08:47.683920+0000","last_undegraded":"2024-09-13T15:08:47.683920+0000","last_fullsized":"2024-09-13T15:08:47.683920+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:45:19.898790+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[5,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.12","version":"0'0","reported_seq":2162,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:48.680342+0000","last_change":"2024-09-13T15:05:51.741228+0000","last_active":"2024-09-13T15:08:48.680342+0000","last_peered":"2024-09-13T15:08:48.680342+0000","last_clean":"2024-09-13T15:08:48.680342+0000","last_became_active":"2024-09-13T15:05:51.740897+0000","last_became_peered":"2024-09-13T15:05:51.740897+0000","last_unstale":"2024-09-13T15:08:48.680342+0000","last_undegraded":"2024-09-13T15:08:48.680342+0000","last_fullsized":"2024-09-13T15:08:48.680342+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:41:52.248592+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.13","version":"373'149","reported_seq":1706,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:49.024404+0000","last_change":"2024-09-13T15:06:05.604138+0000","last_active":"2024-09-13T15:08:49.024404+0000","last_peered":"2024-09-13T15:08:49.024404+0000","last_clean":"2024-09-13T15:08:49.024404+0000","last_became_active":"2024-09-13T15:05:54.404195+0000","last_became_peered":"2024-09-13T15:05:54.404195+0000","last_unstale":"2024-09-13T15:08:49.024404+0000","last_undegraded":"2024-09-13T15:08:49.024404+0000","last_fullsized":"2024-09-13T15:08:49.024404+0000","mapping_epoch":1425,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1426,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:06:05.604073+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:06:05.604073+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:32:36.388156+0000","scrub_duration":11,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"4.16","version":"0'0","reported_seq":2173,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:48.681238+0000","last_change":"2024-09-13T15:03:38.349331+0000","last_active":"2024-09-13T15:08:48.681238+0000","last_peered":"2024-09-13T15:08:48.681238+0000","last_clean":"2024-09-13T15:08:48.681238+0000","last_became_active":"2024-09-13T15:03:38.348741+0000","last_became_peered":"2024-09-13T15:03:38.348741+0000","last_unstale":"2024-09-13T15:08:48.681238+0000","last_undegraded":"2024-09-13T15:08:48.681238+0000","last_fullsized":"2024-09-13T15:08:48.681238+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:28:53.539736+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[0,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.11","version":"0'0","reported_seq":119,"reported_epoch":1450,"state":"active+clean","last_fresh":"2024-09-13T15:08:47.685332+0000","last_change":"2024-09-13T15:03:38.354041+0000","last_active":"2024-09-13T15:08:47.685332+0000","last_peered":"2024-09-13T15:08:47.685332+0000","last_clean":"2024-09-13T15:08:47.685332+0000","last_became_active":"2024-09-13T15:03:38.351864+0000","last_became_peered":"2024-09-13T15:03:38.351864+0000","last_unstale":"2024-09-13T15:08:47.685332+0000","last_undegraded":"2024-09-13T15:08:47.685332+0000","last_fullsized":"2024-09-13T15:08:47.685332+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:43:45.532422+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[7,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.12","version":"373'149","reported_seq":1805,"reported_epoch":1450,"state":"active+clean","last_fresh":"2024-09-13T15:08:47.682993+0000","last_change":"2024-09-13T15:03:38.356066+0000","last_active":"2024-09-13T15:08:47.682993+0000","last_peered":"2024-09-13T15:08:47.682993+0000","last_clean":"2024-09-13T15:08:47.682993+0000","last_became_active":"2024-09-13T15:03:38.355743+0000","last_became_peered":"2024-09-13T15:03:38.355743+0000","last_unstale":"2024-09-13T15:08:47.682993+0000","last_undegraded":"2024-09-13T15:08:47.682993+0000","last_fullsized":"2024-09-13T15:08:47.682993+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:46.963090+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:46.963090+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:18:39.622092+0000","scrub_duration":0.0014971279999999999,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[5,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.17","version":"0'0","reported_seq":69,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:49.024827+0000","last_change":"2024-09-13T15:05:51.734614+0000","last_active":"2024-09-13T15:08:49.024827+0000","last_peered":"2024-09-13T15:08:49.024827+0000","last_clean":"2024-09-13T15:08:49.024827+0000","last_became_active":"2024-09-13T15:05:51.734240+0000","last_became_peered":"2024-09-13T15:05:51.734240+0000","last_unstale":"2024-09-13T15:08:49.024827+0000","last_undegraded":"2024-09-13T15:08:49.024827+0000","last_fullsized":"2024-09-13T15:08:49.024827+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:39:54.213629+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[3,7,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.10","version":"70'8","reported_seq":116,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:48.679446+0000","last_change":"2024-09-13T15:05:47.285978+0000","last_active":"2024-09-13T15:08:48.679446+0000","last_peered":"2024-09-13T15:08:48.679446+0000","last_clean":"2024-09-13T15:08:48.679446+0000","last_became_active":"2024-09-13T15:03:51.626453+0000","last_became_peered":"2024-09-13T15:03:51.626453+0000","last_unstale":"2024-09-13T15:08:48.679446+0000","last_undegraded":"2024-09-13T15:08:48.679446+0000","last_fullsized":"2024-09-13T15:08:48.679446+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1419,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T01:57:18.346358+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":20,"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":[0,5,3],"acting":[0,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"11.7","version":"1451'6722","reported_seq":6743,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:56.046426+0000","last_change":"2024-09-13T15:07:14.123016+0000","last_active":"2024-09-13T15:08:56.046426+0000","last_peered":"2024-09-13T15:08:56.046426+0000","last_clean":"2024-09-13T15:08:56.046426+0000","last_became_active":"2024-09-13T15:07:14.122640+0000","last_became_peered":"2024-09-13T15:07:14.122640+0000","last_unstale":"2024-09-13T15:08:56.046426+0000","last_undegraded":"2024-09-13T15:08:56.046426+0000","last_fullsized":"2024-09-13T15:08:56.046426+0000","mapping_epoch":1439,"log_start":"0'0","ondisk_log_start":"0'0","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":6722,"log_dups_size":0,"ondisk_log_size":6722,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:32:15.200453+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":411435008,"num_objects":6278,"num_object_clones":0,"num_object_copies":18834,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6278,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":6722,"num_write_kb":416000,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[5,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"1.d","version":"373'149","reported_seq":1800,"reported_epoch":1450,"state":"active+clean","last_fresh":"2024-09-13T15:08:47.685817+0000","last_change":"2024-09-13T15:07:01.928087+0000","last_active":"2024-09-13T15:08:47.685817+0000","last_peered":"2024-09-13T15:08:47.685817+0000","last_clean":"2024-09-13T15:08:47.685817+0000","last_became_active":"2024-09-13T15:03:38.350105+0000","last_became_peered":"2024-09-13T15:03:38.350105+0000","last_unstale":"2024-09-13T15:08:47.685817+0000","last_undegraded":"2024-09-13T15:08:47.685817+0000","last_fullsized":"2024-09-13T15:08:47.685817+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:07:01.927969+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:07:01.927969+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:18:08.638205+0000","scrub_duration":0.0022436270000000002,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.f","version":"70'1","reported_seq":136,"reported_epoch":1450,"state":"active+clean","last_fresh":"2024-09-13T15:08:47.685994+0000","last_change":"2024-09-13T15:03:51.626292+0000","last_active":"2024-09-13T15:08:47.685994+0000","last_peered":"2024-09-13T15:08:47.685994+0000","last_clean":"2024-09-13T15:08:47.685994+0000","last_became_active":"2024-09-13T15:03:51.623114+0000","last_became_peered":"2024-09-13T15:03:51.623114+0000","last_unstale":"2024-09-13T15:08:47.685994+0000","last_undegraded":"2024-09-13T15:08:47.685994+0000","last_fullsized":"2024-09-13T15:08:47.685994+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T15:05:32.910110+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":3,"num_bytes_recovered":66,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[7,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.8","version":"0'0","reported_seq":1478,"reported_epoch":1450,"state":"active+clean","last_fresh":"2024-09-13T15:08:47.685249+0000","last_change":"2024-09-13T15:03:38.353305+0000","last_active":"2024-09-13T15:08:47.685249+0000","last_peered":"2024-09-13T15:08:47.685249+0000","last_clean":"2024-09-13T15:08:47.685249+0000","last_became_active":"2024-09-13T15:03:38.352879+0000","last_became_peered":"2024-09-13T15:03:38.352879+0000","last_unstale":"2024-09-13T15:08:47.685249+0000","last_undegraded":"2024-09-13T15:08:47.685249+0000","last_fullsized":"2024-09-13T15:08:47.685249+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:40:30.592651+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"11.6","version":"1451'6706","reported_seq":6741,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:54.945823+0000","last_change":"2024-09-13T15:07:14.122904+0000","last_active":"2024-09-13T15:08:54.945823+0000","last_peered":"2024-09-13T15:08:54.945823+0000","last_clean":"2024-09-13T15:08:54.945823+0000","last_became_active":"2024-09-13T15:07:14.122572+0000","last_became_peered":"2024-09-13T15:07:14.122572+0000","last_unstale":"2024-09-13T15:08:54.945823+0000","last_undegraded":"2024-09-13T15:08:54.945823+0000","last_fullsized":"2024-09-13T15:08:54.945823+0000","mapping_epoch":1439,"log_start":"1442'100","ondisk_log_start":"1442'100","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":6606,"log_dups_size":0,"ondisk_log_size":6606,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:55:33.479447+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":417071104,"num_objects":6364,"num_object_clones":0,"num_object_copies":19092,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6364,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":6706,"num_write_kb":418240,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.c","version":"373'149","reported_seq":1903,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:49.024737+0000","last_change":"2024-09-13T15:01:59.354979+0000","last_active":"2024-09-13T15:08:49.024737+0000","last_peered":"2024-09-13T15:08:49.024737+0000","last_clean":"2024-09-13T15:08:49.024737+0000","last_became_active":"2024-09-13T15:01:59.354085+0000","last_became_peered":"2024-09-13T15:01:59.354085+0000","last_unstale":"2024-09-13T15:08:49.024737+0000","last_undegraded":"2024-09-13T15:08:49.024737+0000","last_fullsized":"2024-09-13T15:08:49.024737+0000","mapping_epoch":1361,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1362,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:44.558993+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:44.558993+0000","objects_scrubbed":1,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:27:40.542397+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":327680,"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":1,"num_bytes_recovered":327680,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.e","version":"70'2","reported_seq":123,"reported_epoch":1450,"state":"active+clean","last_fresh":"2024-09-13T15:08:47.685733+0000","last_change":"2024-09-13T15:03:38.349897+0000","last_active":"2024-09-13T15:08:47.685733+0000","last_peered":"2024-09-13T15:08:47.685733+0000","last_clean":"2024-09-13T15:08:47.685733+0000","last_became_active":"2024-09-13T15:03:38.348354+0000","last_became_peered":"2024-09-13T15:03:38.348354+0000","last_unstale":"2024-09-13T15:08:47.685733+0000","last_undegraded":"2024-09-13T15:08:47.685733+0000","last_fullsized":"2024-09-13T15:08:47.685733+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T15:43:40.950366+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":2,"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,1],"acting":[7,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.9","version":"0'0","reported_seq":195,"reported_epoch":1450,"state":"active+clean","last_fresh":"2024-09-13T15:08:47.678836+0000","last_change":"2024-09-13T15:05:51.743005+0000","last_active":"2024-09-13T15:08:47.678836+0000","last_peered":"2024-09-13T15:08:47.678836+0000","last_clean":"2024-09-13T15:08:47.678836+0000","last_became_active":"2024-09-13T15:05:51.742687+0000","last_became_peered":"2024-09-13T15:05:51.742687+0000","last_unstale":"2024-09-13T15:08:47.678836+0000","last_undegraded":"2024-09-13T15:08:47.678836+0000","last_fullsized":"2024-09-13T15:08:47.678836+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:25:15.943530+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"11.5","version":"1451'6527","reported_seq":6548,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:52.365116+0000","last_change":"2024-09-13T15:07:14.097253+0000","last_active":"2024-09-13T15:08:52.365116+0000","last_peered":"2024-09-13T15:08:52.365116+0000","last_clean":"2024-09-13T15:08:52.365116+0000","last_became_active":"2024-09-13T15:07:14.097010+0000","last_became_peered":"2024-09-13T15:07:14.097010+0000","last_unstale":"2024-09-13T15:08:52.365116+0000","last_undegraded":"2024-09-13T15:08:52.365116+0000","last_fullsized":"2024-09-13T15:08:52.365116+0000","mapping_epoch":1439,"log_start":"1442'100","ondisk_log_start":"1442'100","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":6427,"log_dups_size":0,"ondisk_log_size":6427,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:19:48.034238+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":426442752,"num_objects":6507,"num_object_clones":0,"num_object_copies":19521,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6507,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":6527,"num_write_kb":417088,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[7,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.f","version":"373'149","reported_seq":1799,"reported_epoch":1450,"state":"active+clean","last_fresh":"2024-09-13T15:08:47.683185+0000","last_change":"2024-09-13T15:01:28.027947+0000","last_active":"2024-09-13T15:08:47.683185+0000","last_peered":"2024-09-13T15:08:47.683185+0000","last_clean":"2024-09-13T15:08:47.683185+0000","last_became_active":"2024-09-13T15:01:28.027514+0000","last_became_peered":"2024-09-13T15:01:28.027514+0000","last_unstale":"2024-09-13T15:08:47.683185+0000","last_undegraded":"2024-09-13T15:08:47.683185+0000","last_fullsized":"2024-09-13T15:08:47.683185+0000","mapping_epoch":1349,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1350,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:41.996887+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:41.996887+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:41:46.361463+0000","scrub_duration":0.0021616460000000001,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[5,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.d","version":"70'1","reported_seq":163,"reported_epoch":1450,"state":"active+clean","last_fresh":"2024-09-13T15:08:47.686032+0000","last_change":"2024-09-13T15:03:38.351064+0000","last_active":"2024-09-13T15:08:47.686032+0000","last_peered":"2024-09-13T15:08:47.686032+0000","last_clean":"2024-09-13T15:08:47.686032+0000","last_became_active":"2024-09-13T15:03:38.348082+0000","last_became_peered":"2024-09-13T15:03:38.348082+0000","last_unstale":"2024-09-13T15:08:47.686032+0000","last_undegraded":"2024-09-13T15:08:47.686032+0000","last_fullsized":"2024-09-13T15:08:47.686032+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T20:26:11.922683+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":4,"num_bytes_recovered":280,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[7,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.a","version":"0'0","reported_seq":119,"reported_epoch":1450,"state":"active+clean","last_fresh":"2024-09-13T15:08:47.685934+0000","last_change":"2024-09-13T15:03:38.356492+0000","last_active":"2024-09-13T15:08:47.685934+0000","last_peered":"2024-09-13T15:08:47.685934+0000","last_clean":"2024-09-13T15:08:47.685934+0000","last_became_active":"2024-09-13T15:03:38.356178+0000","last_became_peered":"2024-09-13T15:03:38.356178+0000","last_unstale":"2024-09-13T15:08:47.685934+0000","last_undegraded":"2024-09-13T15:08:47.685934+0000","last_fullsized":"2024-09-13T15:08:47.685934+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:00:06.309035+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[7,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"11.4","version":"1451'6662","reported_seq":6683,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:52.334520+0000","last_change":"2024-09-13T15:07:14.124685+0000","last_active":"2024-09-13T15:08:52.334520+0000","last_peered":"2024-09-13T15:08:52.334520+0000","last_clean":"2024-09-13T15:08:52.334520+0000","last_became_active":"2024-09-13T15:07:14.124359+0000","last_became_peered":"2024-09-13T15:07:14.124359+0000","last_unstale":"2024-09-13T15:08:52.334520+0000","last_undegraded":"2024-09-13T15:08:52.334520+0000","last_fullsized":"2024-09-13T15:08:52.334520+0000","mapping_epoch":1439,"log_start":"1442'200","ondisk_log_start":"1442'200","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":6462,"log_dups_size":0,"ondisk_log_size":6462,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:31:57.278179+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":434896896,"num_objects":6636,"num_object_clones":0,"num_object_copies":19908,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6636,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":6662,"num_write_kb":425536,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[7,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.e","version":"373'149","reported_seq":1849,"reported_epoch":1450,"state":"active+clean","last_fresh":"2024-09-13T15:08:47.680294+0000","last_change":"2024-09-13T15:03:38.351489+0000","last_active":"2024-09-13T15:08:47.680294+0000","last_peered":"2024-09-13T15:08:47.680294+0000","last_clean":"2024-09-13T15:08:47.680294+0000","last_became_active":"2024-09-13T15:03:38.350896+0000","last_became_peered":"2024-09-13T15:03:38.350896+0000","last_unstale":"2024-09-13T15:08:47.680294+0000","last_undegraded":"2024-09-13T15:08:47.680294+0000","last_fullsized":"2024-09-13T15:08:47.680294+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:46.145574+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:46.145574+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:18:57.368977+0000","scrub_duration":0.0016746529999999999,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7,3],"acting":[4,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.c","version":"0'0","reported_seq":1458,"reported_epoch":1450,"state":"active+clean","last_fresh":"2024-09-13T15:08:47.682927+0000","last_change":"2024-09-13T15:01:24.974778+0000","last_active":"2024-09-13T15:08:47.682927+0000","last_peered":"2024-09-13T15:08:47.682927+0000","last_clean":"2024-09-13T15:08:47.682927+0000","last_became_active":"2024-09-13T15:01:24.974473+0000","last_became_peered":"2024-09-13T15:01:24.974473+0000","last_unstale":"2024-09-13T15:08:47.682927+0000","last_undegraded":"2024-09-13T15:08:47.682927+0000","last_fullsized":"2024-09-13T15:08:47.682927+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:46:28.574203+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[5,3,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.b","version":"0'0","reported_seq":2122,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:48.680068+0000","last_change":"2024-09-13T14:57:14.903236+0000","last_active":"2024-09-13T15:08:48.680068+0000","last_peered":"2024-09-13T15:08:48.680068+0000","last_clean":"2024-09-13T15:08:48.680068+0000","last_became_active":"2024-09-13T14:57:14.902951+0000","last_became_peered":"2024-09-13T14:57:14.902951+0000","last_unstale":"2024-09-13T15:08:48.680068+0000","last_undegraded":"2024-09-13T15:08:48.680068+0000","last_fullsized":"2024-09-13T15:08:48.680068+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:55:09.250185+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"11.3","version":"1451'6464","reported_seq":6485,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:52.412697+0000","last_change":"2024-09-13T15:07:14.122443+0000","last_active":"2024-09-13T15:08:52.412697+0000","last_peered":"2024-09-13T15:08:52.412697+0000","last_clean":"2024-09-13T15:08:52.412697+0000","last_became_active":"2024-09-13T15:07:14.122118+0000","last_became_peered":"2024-09-13T15:07:14.122118+0000","last_unstale":"2024-09-13T15:08:52.412697+0000","last_undegraded":"2024-09-13T15:08:52.412697+0000","last_fullsized":"2024-09-13T15:08:52.412697+0000","mapping_epoch":1439,"log_start":"0'0","ondisk_log_start":"0'0","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":6464,"log_dups_size":0,"ondisk_log_size":6464,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:44:05.215571+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":420610048,"num_objects":6418,"num_object_clones":0,"num_object_copies":19254,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6418,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":6464,"num_write_kb":412224,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[7,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.9","version":"373'149","reported_seq":1759,"reported_epoch":1450,"state":"active+clean","last_fresh":"2024-09-13T15:08:47.685198+0000","last_change":"2024-09-13T15:03:38.352975+0000","last_active":"2024-09-13T15:08:47.685198+0000","last_peered":"2024-09-13T15:08:47.685198+0000","last_clean":"2024-09-13T15:08:47.685198+0000","last_became_active":"2024-09-13T15:03:38.351931+0000","last_became_peered":"2024-09-13T15:03:38.351931+0000","last_unstale":"2024-09-13T15:08:47.685198+0000","last_undegraded":"2024-09-13T15:08:47.685198+0000","last_fullsized":"2024-09-13T15:08:47.685198+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:00.672283+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:00.672283+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:33:57.200088+0000","scrub_duration":8,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[7,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.b","version":"70'2","reported_seq":238,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:49.024590+0000","last_change":"2024-09-13T15:03:51.624583+0000","last_active":"2024-09-13T15:08:49.024590+0000","last_peered":"2024-09-13T15:08:49.024590+0000","last_clean":"2024-09-13T15:08:49.024590+0000","last_became_active":"2024-09-13T15:03:51.620984+0000","last_became_peered":"2024-09-13T15:03:51.620984+0000","last_unstale":"2024-09-13T15:08:49.024590+0000","last_undegraded":"2024-09-13T15:08:49.024590+0000","last_fullsized":"2024-09-13T15:08:49.024590+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T21:45:32.793080+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":4,"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":[3,0,4],"acting":[3,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.c","version":"0'0","reported_seq":213,"reported_epoch":1450,"state":"active+clean","last_fresh":"2024-09-13T15:08:47.679586+0000","last_change":"2024-09-13T15:01:24.978702+0000","last_active":"2024-09-13T15:08:47.679586+0000","last_peered":"2024-09-13T15:08:47.679586+0000","last_clean":"2024-09-13T15:08:47.679586+0000","last_became_active":"2024-09-13T15:01:24.977757+0000","last_became_peered":"2024-09-13T15:01:24.977757+0000","last_unstale":"2024-09-13T15:08:47.679586+0000","last_undegraded":"2024-09-13T15:08:47.679586+0000","last_fullsized":"2024-09-13T15:08:47.679586+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:22:07.527337+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,3,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"11.2","version":"1451'6668","reported_seq":6701,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:56.737161+0000","last_change":"2024-09-13T15:07:14.096632+0000","last_active":"2024-09-13T15:08:56.737161+0000","last_peered":"2024-09-13T15:08:56.737161+0000","last_clean":"2024-09-13T15:08:56.737161+0000","last_became_active":"2024-09-13T15:07:14.096037+0000","last_became_peered":"2024-09-13T15:07:14.096037+0000","last_unstale":"2024-09-13T15:08:56.737161+0000","last_undegraded":"2024-09-13T15:08:56.737161+0000","last_fullsized":"2024-09-13T15:08:56.737161+0000","mapping_epoch":1439,"log_start":"0'0","ondisk_log_start":"0'0","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":6668,"log_dups_size":0,"ondisk_log_size":6668,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:33:30.082142+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":404357120,"num_objects":6170,"num_object_clones":0,"num_object_copies":18510,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6170,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":6668,"num_write_kb":410816,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.8","version":"373'149","reported_seq":1830,"reported_epoch":1450,"state":"active+clean","last_fresh":"2024-09-13T15:08:47.685089+0000","last_change":"2024-09-13T15:01:28.028879+0000","last_active":"2024-09-13T15:08:47.685089+0000","last_peered":"2024-09-13T15:08:47.685089+0000","last_clean":"2024-09-13T15:08:47.685089+0000","last_became_active":"2024-09-13T15:01:28.025980+0000","last_became_peered":"2024-09-13T15:01:28.025980+0000","last_unstale":"2024-09-13T15:08:47.685089+0000","last_undegraded":"2024-09-13T15:08:47.685089+0000","last_fullsized":"2024-09-13T15:08:47.685089+0000","mapping_epoch":1349,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1350,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:06.782570+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:06.782570+0000","objects_scrubbed":1,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:31:55.692142+0000","scrub_duration":2,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":262688,"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":4,"num_bytes_recovered":1050752,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[5,2,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.a","version":"0'0","reported_seq":204,"reported_epoch":1450,"state":"active+clean","last_fresh":"2024-09-13T15:08:47.679266+0000","last_change":"2024-09-13T15:01:24.976401+0000","last_active":"2024-09-13T15:08:47.679266+0000","last_peered":"2024-09-13T15:08:47.679266+0000","last_clean":"2024-09-13T15:08:47.679266+0000","last_became_active":"2024-09-13T15:01:24.975687+0000","last_became_peered":"2024-09-13T15:01:24.975687+0000","last_unstale":"2024-09-13T15:08:47.679266+0000","last_undegraded":"2024-09-13T15:08:47.679266+0000","last_fullsized":"2024-09-13T15:08:47.679266+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:37:56.277103+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.d","version":"0'0","reported_seq":195,"reported_epoch":1450,"state":"active+clean","last_fresh":"2024-09-13T15:08:47.680588+0000","last_change":"2024-09-13T15:01:09.620455+0000","last_active":"2024-09-13T15:08:47.680588+0000","last_peered":"2024-09-13T15:08:47.680588+0000","last_clean":"2024-09-13T15:08:47.680588+0000","last_became_active":"2024-09-13T15:01:09.620141+0000","last_became_peered":"2024-09-13T15:01:09.620141+0000","last_unstale":"2024-09-13T15:08:47.680588+0000","last_undegraded":"2024-09-13T15:08:47.680588+0000","last_fullsized":"2024-09-13T15:08:47.680588+0000","mapping_epoch":1341,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1342,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:40:38.384024+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,1],"acting":[4,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"11.1","version":"1451'6616","reported_seq":6651,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:54.268413+0000","last_change":"2024-09-13T15:07:14.095632+0000","last_active":"2024-09-13T15:08:54.268413+0000","last_peered":"2024-09-13T15:08:54.268413+0000","last_clean":"2024-09-13T15:08:54.268413+0000","last_became_active":"2024-09-13T15:07:14.095325+0000","last_became_peered":"2024-09-13T15:07:14.095325+0000","last_unstale":"2024-09-13T15:08:54.268413+0000","last_undegraded":"2024-09-13T15:08:54.268413+0000","last_fullsized":"2024-09-13T15:08:54.268413+0000","mapping_epoch":1439,"log_start":"1442'900","ondisk_log_start":"1442'900","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":5716,"log_dups_size":0,"ondisk_log_size":5716,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:18:24.578701+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":419954688,"num_objects":6408,"num_object_clones":0,"num_object_copies":19224,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6408,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":6616,"num_write_kb":416768,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[3,0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"1.b","version":"373'149","reported_seq":1883,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:48.679971+0000","last_change":"2024-09-13T14:58:46.524171+0000","last_active":"2024-09-13T15:08:48.679971+0000","last_peered":"2024-09-13T15:08:48.679971+0000","last_clean":"2024-09-13T15:08:48.679971+0000","last_became_active":"2024-09-13T14:58:43.532183+0000","last_became_peered":"2024-09-13T14:58:43.532183+0000","last_unstale":"2024-09-13T15:08:48.679971+0000","last_undegraded":"2024-09-13T15:08:48.679971+0000","last_fullsized":"2024-09-13T15:08:48.679971+0000","mapping_epoch":1310,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1311,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:46.524124+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:46.524124+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:27:09.177423+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.9","version":"0'0","reported_seq":218,"reported_epoch":1450,"state":"active+clean","last_fresh":"2024-09-13T15:08:47.679135+0000","last_change":"2024-09-13T15:03:38.354984+0000","last_active":"2024-09-13T15:08:47.679135+0000","last_peered":"2024-09-13T15:08:47.679135+0000","last_clean":"2024-09-13T15:08:47.679135+0000","last_became_active":"2024-09-13T15:03:38.354709+0000","last_became_peered":"2024-09-13T15:03:38.354709+0000","last_unstale":"2024-09-13T15:08:47.679135+0000","last_undegraded":"2024-09-13T15:08:47.679135+0000","last_fullsized":"2024-09-13T15:08:47.679135+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:59:16.039432+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,7],"acting":[4,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.e","version":"0'0","reported_seq":213,"reported_epoch":1450,"state":"active+clean","last_fresh":"2024-09-13T15:08:47.678990+0000","last_change":"2024-09-13T15:02:46.589725+0000","last_active":"2024-09-13T15:08:47.678990+0000","last_peered":"2024-09-13T15:08:47.678990+0000","last_clean":"2024-09-13T15:08:47.678990+0000","last_became_active":"2024-09-13T15:02:46.589402+0000","last_became_peered":"2024-09-13T15:02:46.589402+0000","last_unstale":"2024-09-13T15:08:47.678990+0000","last_undegraded":"2024-09-13T15:08:47.678990+0000","last_fullsized":"2024-09-13T15:08:47.678990+0000","mapping_epoch":1389,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1390,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:04:57.106829+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"11.0","version":"1451'6706","reported_seq":6741,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:54.242475+0000","last_change":"2024-09-13T15:07:14.123552+0000","last_active":"2024-09-13T15:08:54.242475+0000","last_peered":"2024-09-13T15:08:54.242475+0000","last_clean":"2024-09-13T15:08:54.242475+0000","last_became_active":"2024-09-13T15:07:14.123280+0000","last_became_peered":"2024-09-13T15:07:14.123280+0000","last_unstale":"2024-09-13T15:08:54.242475+0000","last_undegraded":"2024-09-13T15:08:54.242475+0000","last_fullsized":"2024-09-13T15:08:54.242475+0000","mapping_epoch":1439,"log_start":"1442'1000","ondisk_log_start":"1442'1000","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":5706,"log_dups_size":0,"ondisk_log_size":5706,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:05:55.956653+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":423624704,"num_objects":6464,"num_object_clones":0,"num_object_copies":19392,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6464,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":6706,"num_write_kb":421440,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.a","version":"373'149","reported_seq":1778,"reported_epoch":1450,"state":"active+clean","last_fresh":"2024-09-13T15:08:47.682466+0000","last_change":"2024-09-13T15:01:12.669843+0000","last_active":"2024-09-13T15:08:47.682466+0000","last_peered":"2024-09-13T15:08:47.682466+0000","last_clean":"2024-09-13T15:08:47.682466+0000","last_became_active":"2024-09-13T15:01:12.669313+0000","last_became_peered":"2024-09-13T15:01:12.669313+0000","last_unstale":"2024-09-13T15:08:47.682466+0000","last_undegraded":"2024-09-13T15:08:47.682466+0000","last_fullsized":"2024-09-13T15:08:47.682466+0000","mapping_epoch":1344,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1345,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:05.812475+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:05.812475+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:45:44.908862+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[5,2,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.8","version":"0'0","reported_seq":69,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:49.024280+0000","last_change":"2024-09-13T15:05:51.743180+0000","last_active":"2024-09-13T15:08:49.024280+0000","last_peered":"2024-09-13T15:08:49.024280+0000","last_clean":"2024-09-13T15:08:49.024280+0000","last_became_active":"2024-09-13T15:05:51.742786+0000","last_became_peered":"2024-09-13T15:05:51.742786+0000","last_unstale":"2024-09-13T15:08:49.024280+0000","last_undegraded":"2024-09-13T15:08:49.024280+0000","last_fullsized":"2024-09-13T15:08:49.024280+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:43:22.519481+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.f","version":"0'0","reported_seq":24,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:48.679510+0000","last_change":"2024-09-13T15:07:48.163399+0000","last_active":"2024-09-13T15:08:48.679510+0000","last_peered":"2024-09-13T15:08:48.679510+0000","last_clean":"2024-09-13T15:08:48.679510+0000","last_became_active":"2024-09-13T15:07:48.163060+0000","last_became_peered":"2024-09-13T15:07:48.163060+0000","last_unstale":"2024-09-13T15:08:48.679510+0000","last_undegraded":"2024-09-13T15:08:48.679510+0000","last_fullsized":"2024-09-13T15:08:48.679510+0000","mapping_epoch":1444,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1445,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:32:11.459505+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[2,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"11.a","version":"1451'6876","reported_seq":6911,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:54.266530+0000","last_change":"2024-09-13T15:07:14.123660+0000","last_active":"2024-09-13T15:08:54.266530+0000","last_peered":"2024-09-13T15:08:54.266530+0000","last_clean":"2024-09-13T15:08:54.266530+0000","last_became_active":"2024-09-13T15:07:14.123397+0000","last_became_peered":"2024-09-13T15:07:14.123397+0000","last_unstale":"2024-09-13T15:08:54.266530+0000","last_undegraded":"2024-09-13T15:08:54.266530+0000","last_fullsized":"2024-09-13T15:08:54.266530+0000","mapping_epoch":1439,"log_start":"1443'1200","ondisk_log_start":"1443'1200","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":5676,"log_dups_size":0,"ondisk_log_size":5676,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:47:10.588203+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":432668672,"num_objects":6602,"num_object_clones":0,"num_object_copies":19806,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6602,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":6876,"num_write_kb":431296,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[3,5,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"1.0","version":"373'149","reported_seq":1781,"reported_epoch":1450,"state":"active+clean","last_fresh":"2024-09-13T15:08:47.686259+0000","last_change":"2024-09-13T15:07:04.951005+0000","last_active":"2024-09-13T15:08:47.686259+0000","last_peered":"2024-09-13T15:08:47.686259+0000","last_clean":"2024-09-13T15:08:47.686259+0000","last_became_active":"2024-09-13T15:03:54.431663+0000","last_became_peered":"2024-09-13T15:03:54.431663+0000","last_unstale":"2024-09-13T15:08:47.686259+0000","last_undegraded":"2024-09-13T15:08:47.686259+0000","last_fullsized":"2024-09-13T15:08:47.686259+0000","mapping_epoch":1407,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":1408,"parent":"0.0","parent_split_bits":0,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:07:04.950859+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:07:04.950859+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:07:49.239979+0000","scrub_duration":0.0020154529999999999,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"2.3","version":"63'1","reported_seq":1534,"reported_epoch":1450,"state":"active+clean","last_fresh":"2024-09-13T15:08:47.682665+0000","last_change":"2024-09-13T15:03:38.346531+0000","last_active":"2024-09-13T15:08:47.682665+0000","last_peered":"2024-09-13T15:08:47.682665+0000","last_clean":"2024-09-13T15:08:47.682665+0000","last_became_active":"2024-09-13T15:03:38.345909+0000","last_became_peered":"2024-09-13T15:03:38.345909+0000","last_unstale":"2024-09-13T15:08:47.682665+0000","last_undegraded":"2024-09-13T15:08:47.682665+0000","last_fullsized":"2024-09-13T15:08:47.682665+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-14T14:55:44.823772+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029038399999999998,"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":7,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":69,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:49.024360+0000","last_change":"2024-09-13T15:05:51.734474+0000","last_active":"2024-09-13T15:08:49.024360+0000","last_peered":"2024-09-13T15:08:49.024360+0000","last_clean":"2024-09-13T15:08:49.024360+0000","last_became_active":"2024-09-13T15:05:51.734151+0000","last_became_peered":"2024-09-13T15:05:51.734151+0000","last_unstale":"2024-09-13T15:08:49.024360+0000","last_undegraded":"2024-09-13T15:08:49.024360+0000","last_fullsized":"2024-09-13T15:08:49.024360+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:39:56.749516+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[3,5,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.5","version":"0'0","reported_seq":210,"reported_epoch":1450,"state":"active+clean","last_fresh":"2024-09-13T15:08:47.680462+0000","last_change":"2024-09-13T15:03:38.352837+0000","last_active":"2024-09-13T15:08:47.680462+0000","last_peered":"2024-09-13T15:08:47.680462+0000","last_clean":"2024-09-13T15:08:47.680462+0000","last_became_active":"2024-09-13T15:03:38.352572+0000","last_became_peered":"2024-09-13T15:03:38.352572+0000","last_unstale":"2024-09-13T15:08:47.680462+0000","last_undegraded":"2024-09-13T15:08:47.680462+0000","last_fullsized":"2024-09-13T15:08:47.680462+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:24:21.126416+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7,0],"acting":[4,7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"11.9","version":"1451'6695","reported_seq":6730,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:54.589100+0000","last_change":"2024-09-13T15:07:14.122720+0000","last_active":"2024-09-13T15:08:54.589100+0000","last_peered":"2024-09-13T15:08:54.589100+0000","last_clean":"2024-09-13T15:08:54.589100+0000","last_became_active":"2024-09-13T15:07:14.122420+0000","last_became_peered":"2024-09-13T15:07:14.122420+0000","last_unstale":"2024-09-13T15:08:54.589100+0000","last_undegraded":"2024-09-13T15:08:54.589100+0000","last_fullsized":"2024-09-13T15:08:54.589100+0000","mapping_epoch":1439,"log_start":"1443'1000","ondisk_log_start":"1443'1000","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":5695,"log_dups_size":0,"ondisk_log_size":5695,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:18:38.877810+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":422510592,"num_objects":6447,"num_object_clones":0,"num_object_copies":19341,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6447,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":6695,"num_write_kb":420544,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.3","version":"373'149","reported_seq":1783,"reported_epoch":1450,"state":"active+clean","last_fresh":"2024-09-13T15:08:47.679784+0000","last_change":"2024-09-13T14:58:41.253414+0000","last_active":"2024-09-13T15:08:47.679784+0000","last_peered":"2024-09-13T15:08:47.679784+0000","last_clean":"2024-09-13T15:08:47.679784+0000","last_became_active":"2024-09-13T14:57:55.737391+0000","last_became_peered":"2024-09-13T14:57:55.737391+0000","last_unstale":"2024-09-13T15:08:47.679784+0000","last_undegraded":"2024-09-13T15:08:47.679784+0000","last_fullsized":"2024-09-13T15:08:47.679784+0000","mapping_epoch":1296,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1297,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:41.253310+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:41.253310+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:24:04.946981+0000","scrub_duration":0.0016916399999999999,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[4,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.0","version":"0'0","reported_seq":119,"reported_epoch":1450,"state":"active+clean","last_fresh":"2024-09-13T15:08:47.685534+0000","last_change":"2024-09-13T15:03:38.347804+0000","last_active":"2024-09-13T15:08:47.685534+0000","last_peered":"2024-09-13T15:08:47.685534+0000","last_clean":"2024-09-13T15:08:47.685534+0000","last_became_active":"2024-09-13T15:03:38.347397+0000","last_became_peered":"2024-09-13T15:03:38.347397+0000","last_unstale":"2024-09-13T15:08:47.685534+0000","last_undegraded":"2024-09-13T15:08:47.685534+0000","last_fullsized":"2024-09-13T15:08:47.685534+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:43:12.424555+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000322109,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":2153,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:48.680976+0000","last_change":"2024-09-13T15:05:51.740565+0000","last_active":"2024-09-13T15:08:48.680976+0000","last_peered":"2024-09-13T15:08:48.680976+0000","last_clean":"2024-09-13T15:08:48.680976+0000","last_became_active":"2024-09-13T15:05:51.740130+0000","last_became_peered":"2024-09-13T15:05:51.740130+0000","last_unstale":"2024-09-13T15:08:48.680976+0000","last_undegraded":"2024-09-13T15:08:48.680976+0000","last_fullsized":"2024-09-13T15:08:48.680976+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:52:58.980736+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.6","version":"0'0","reported_seq":106,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:48.680760+0000","last_change":"2024-09-13T15:03:51.623960+0000","last_active":"2024-09-13T15:08:48.680760+0000","last_peered":"2024-09-13T15:08:48.680760+0000","last_clean":"2024-09-13T15:08:48.680760+0000","last_became_active":"2024-09-13T15:03:51.623539+0000","last_became_peered":"2024-09-13T15:03:51.623539+0000","last_unstale":"2024-09-13T15:08:48.680760+0000","last_undegraded":"2024-09-13T15:08:48.680760+0000","last_fullsized":"2024-09-13T15:08:48.680760+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:33:47.315017+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"11.8","version":"1451'6738","reported_seq":6772,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:54.313259+0000","last_change":"2024-09-13T15:07:14.095833+0000","last_active":"2024-09-13T15:08:54.313259+0000","last_peered":"2024-09-13T15:08:54.313259+0000","last_clean":"2024-09-13T15:08:54.313259+0000","last_became_active":"2024-09-13T15:07:14.095511+0000","last_became_peered":"2024-09-13T15:07:14.095511+0000","last_unstale":"2024-09-13T15:08:54.313259+0000","last_undegraded":"2024-09-13T15:08:54.313259+0000","last_fullsized":"2024-09-13T15:08:54.313259+0000","mapping_epoch":1439,"log_start":"1443'1000","ondisk_log_start":"1443'1000","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":5738,"log_dups_size":0,"ondisk_log_size":5738,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:14:22.876964+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":424804352,"num_objects":6482,"num_object_clones":0,"num_object_copies":19446,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6482,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":6738,"num_write_kb":423040,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[3,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"1.2","version":"373'149","reported_seq":1735,"reported_epoch":1450,"state":"active+clean","last_fresh":"2024-09-13T15:08:47.685320+0000","last_change":"2024-09-13T15:03:38.357929+0000","last_active":"2024-09-13T15:08:47.685320+0000","last_peered":"2024-09-13T15:08:47.685320+0000","last_clean":"2024-09-13T15:08:47.685320+0000","last_became_active":"2024-09-13T15:03:38.357642+0000","last_became_peered":"2024-09-13T15:03:38.357642+0000","last_unstale":"2024-09-13T15:08:47.685320+0000","last_undegraded":"2024-09-13T15:08:47.685320+0000","last_fullsized":"2024-09-13T15:08:47.685320+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:45.571820+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:45.571820+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:40:09.261995+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.1","version":"0'0","reported_seq":239,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:48.680240+0000","last_change":"2024-09-13T15:05:51.737191+0000","last_active":"2024-09-13T15:08:48.680240+0000","last_peered":"2024-09-13T15:08:48.680240+0000","last_clean":"2024-09-13T15:08:48.680240+0000","last_became_active":"2024-09-13T15:05:51.736725+0000","last_became_peered":"2024-09-13T15:05:51.736725+0000","last_unstale":"2024-09-13T15:08:48.680240+0000","last_undegraded":"2024-09-13T15:08:48.680240+0000","last_fullsized":"2024-09-13T15:08:48.680240+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:40:12.764444+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00030931399999999999,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":232,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:48.679383+0000","last_change":"2024-09-13T15:01:09.621555+0000","last_active":"2024-09-13T15:08:48.679383+0000","last_peered":"2024-09-13T15:08:48.679383+0000","last_clean":"2024-09-13T15:08:48.679383+0000","last_became_active":"2024-09-13T15:01:09.621210+0000","last_became_peered":"2024-09-13T15:01:09.621210+0000","last_unstale":"2024-09-13T15:08:48.679383+0000","last_undegraded":"2024-09-13T15:08:48.679383+0000","last_fullsized":"2024-09-13T15:08:48.679383+0000","mapping_epoch":1341,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1342,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:08:11.168661+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.7","version":"0'0","reported_seq":154,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:48.679666+0000","last_change":"2024-09-13T15:03:51.620120+0000","last_active":"2024-09-13T15:08:48.679666+0000","last_peered":"2024-09-13T15:08:48.679666+0000","last_clean":"2024-09-13T15:08:48.679666+0000","last_became_active":"2024-09-13T15:03:51.619628+0000","last_became_peered":"2024-09-13T15:03:51.619628+0000","last_unstale":"2024-09-13T15:08:48.679666+0000","last_undegraded":"2024-09-13T15:08:48.679666+0000","last_fullsized":"2024-09-13T15:08:48.679666+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:01:31.123910+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"11.b","version":"1451'6906","reported_seq":6941,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:54.213726+0000","last_change":"2024-09-13T15:07:14.124749+0000","last_active":"2024-09-13T15:08:54.213726+0000","last_peered":"2024-09-13T15:08:54.213726+0000","last_clean":"2024-09-13T15:08:54.213726+0000","last_became_active":"2024-09-13T15:07:14.124372+0000","last_became_peered":"2024-09-13T15:07:14.124372+0000","last_unstale":"2024-09-13T15:08:54.213726+0000","last_undegraded":"2024-09-13T15:08:54.213726+0000","last_fullsized":"2024-09-13T15:08:54.213726+0000","mapping_epoch":1439,"log_start":"1443'1200","ondisk_log_start":"1443'1200","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":5706,"log_dups_size":0,"ondisk_log_size":5706,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:36:05.580574+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":434372608,"num_objects":6628,"num_object_clones":0,"num_object_copies":19884,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6628,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":6906,"num_write_kb":433088,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[3,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"1.1","version":"373'149","reported_seq":1789,"reported_epoch":1450,"state":"active+clean","last_fresh":"2024-09-13T15:08:47.682458+0000","last_change":"2024-09-13T15:01:12.669020+0000","last_active":"2024-09-13T15:08:47.682458+0000","last_peered":"2024-09-13T15:08:47.682458+0000","last_clean":"2024-09-13T15:08:47.682458+0000","last_became_active":"2024-09-13T15:01:12.668669+0000","last_became_peered":"2024-09-13T15:01:12.668669+0000","last_unstale":"2024-09-13T15:08:47.682458+0000","last_undegraded":"2024-09-13T15:08:47.682458+0000","last_fullsized":"2024-09-13T15:08:47.682458+0000","mapping_epoch":1344,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1345,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:44.985050+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:44.985050+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:08:39.101982+0000","scrub_duration":0.0017537869999999999,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[5,0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.2","version":"65'2","reported_seq":1446,"reported_epoch":1450,"state":"active+clean","last_fresh":"2024-09-13T15:08:47.683082+0000","last_change":"2024-09-13T14:56:25.089588+0000","last_active":"2024-09-13T15:08:47.683082+0000","last_peered":"2024-09-13T15:08:47.683082+0000","last_clean":"2024-09-13T15:08:47.683082+0000","last_became_active":"2024-09-13T14:56:24.926628+0000","last_became_peered":"2024-09-13T14:56:24.926628+0000","last_unstale":"2024-09-13T15:08:47.683082+0000","last_undegraded":"2024-09-13T15:08:47.683082+0000","last_fullsized":"2024-09-13T15:08:47.683082+0000","mapping_epoch":1264,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1265,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-14T20:55:55.656534+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00094368000000000002,"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":1,"num_bytes_recovered":19,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"3.3","version":"0'0","reported_seq":186,"reported_epoch":1450,"state":"active+clean","last_fresh":"2024-09-13T15:08:47.679921+0000","last_change":"2024-09-13T14:57:14.902547+0000","last_active":"2024-09-13T15:08:47.679921+0000","last_peered":"2024-09-13T15:08:47.679921+0000","last_clean":"2024-09-13T15:08:47.679921+0000","last_became_active":"2024-09-13T14:57:14.902293+0000","last_became_peered":"2024-09-13T14:57:14.902293+0000","last_unstale":"2024-09-13T15:08:47.679921+0000","last_undegraded":"2024-09-13T15:08:47.679921+0000","last_fullsized":"2024-09-13T15:08:47.679921+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:56:57.423234+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.4","version":"0'0","reported_seq":239,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:48.680662+0000","last_change":"2024-09-13T15:01:24.976845+0000","last_active":"2024-09-13T15:08:48.680662+0000","last_peered":"2024-09-13T15:08:48.680662+0000","last_clean":"2024-09-13T15:08:48.680662+0000","last_became_active":"2024-09-13T15:01:24.976060+0000","last_became_peered":"2024-09-13T15:01:24.976060+0000","last_unstale":"2024-09-13T15:08:48.680662+0000","last_undegraded":"2024-09-13T15:08:48.680662+0000","last_fullsized":"2024-09-13T15:08:48.680662+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:53:30.324342+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[2,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"11.d","version":"1451'6733","reported_seq":6769,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:56.665308+0000","last_change":"2024-09-13T15:07:14.123573+0000","last_active":"2024-09-13T15:08:56.665308+0000","last_peered":"2024-09-13T15:08:56.665308+0000","last_clean":"2024-09-13T15:08:56.665308+0000","last_became_active":"2024-09-13T15:07:14.123290+0000","last_became_peered":"2024-09-13T15:07:14.123290+0000","last_unstale":"2024-09-13T15:08:56.665308+0000","last_undegraded":"2024-09-13T15:08:56.665308+0000","last_fullsized":"2024-09-13T15:08:56.665308+0000","mapping_epoch":1439,"log_start":"0'0","ondisk_log_start":"0'0","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":6733,"log_dups_size":0,"ondisk_log_size":6733,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:29:56.007228+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":410517528,"num_objects":6265,"num_object_clones":0,"num_object_copies":18795,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6265,"num_whiteouts":0,"num_read":1,"num_read_kb":1,"num_write":6733,"num_write_kb":415873,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[2,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"1.7","version":"373'149","reported_seq":1713,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:49.024852+0000","last_change":"2024-09-13T15:06:01.469716+0000","last_active":"2024-09-13T15:08:49.024852+0000","last_peered":"2024-09-13T15:08:49.024852+0000","last_clean":"2024-09-13T15:08:49.024852+0000","last_became_active":"2024-09-13T15:05:54.405373+0000","last_became_peered":"2024-09-13T15:05:54.405373+0000","last_unstale":"2024-09-13T15:08:49.024852+0000","last_undegraded":"2024-09-13T15:08:49.024852+0000","last_fullsized":"2024-09-13T15:08:49.024852+0000","mapping_epoch":1425,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1426,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:06:01.469635+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:06:01.469635+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:12:02.151647+0000","scrub_duration":5,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[3,7,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.5","version":"0'0","reported_seq":1507,"reported_epoch":1450,"state":"active+clean","last_fresh":"2024-09-13T15:08:47.684069+0000","last_change":"2024-09-13T15:01:24.988475+0000","last_active":"2024-09-13T15:08:47.684069+0000","last_peered":"2024-09-13T15:08:47.684069+0000","last_clean":"2024-09-13T15:08:47.684069+0000","last_became_active":"2024-09-13T15:01:24.988142+0000","last_became_peered":"2024-09-13T15:01:24.988142+0000","last_unstale":"2024-09-13T15:08:47.684069+0000","last_undegraded":"2024-09-13T15:08:47.684069+0000","last_fullsized":"2024-09-13T15:08:47.684069+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:45:39.600773+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.4","version":"0'0","reported_seq":2107,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:48.681087+0000","last_change":"2024-09-13T15:03:38.353803+0000","last_active":"2024-09-13T15:08:48.681087+0000","last_peered":"2024-09-13T15:08:48.681087+0000","last_clean":"2024-09-13T15:08:48.681087+0000","last_became_active":"2024-09-13T15:03:38.353451+0000","last_became_peered":"2024-09-13T15:03:38.353451+0000","last_unstale":"2024-09-13T15:08:48.681087+0000","last_undegraded":"2024-09-13T15:08:48.681087+0000","last_fullsized":"2024-09-13T15:08:48.681087+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:29:47.331237+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00031535100000000001,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[0,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"4.2","version":"0'0","reported_seq":1711,"reported_epoch":1450,"state":"active+clean","last_fresh":"2024-09-13T15:08:47.683210+0000","last_change":"2024-09-13T14:57:14.909267+0000","last_active":"2024-09-13T15:08:47.683210+0000","last_peered":"2024-09-13T15:08:47.683210+0000","last_clean":"2024-09-13T15:08:47.683210+0000","last_became_active":"2024-09-13T14:57:14.908962+0000","last_became_peered":"2024-09-13T14:57:14.908962+0000","last_unstale":"2024-09-13T15:08:47.683210+0000","last_undegraded":"2024-09-13T15:08:47.683210+0000","last_fullsized":"2024-09-13T15:08:47.683210+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:16:41.040247+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[5,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"11.c","version":"1451'6672","reported_seq":12497,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:56.081119+0000","last_change":"2024-09-13T15:08:49.103557+0000","last_active":"2024-09-13T15:08:56.081119+0000","last_peered":"2024-09-13T15:08:56.081119+0000","last_clean":"2024-09-13T15:08:56.081119+0000","last_became_active":"2024-09-13T15:08:49.032545+0000","last_became_peered":"2024-09-13T15:08:49.032545+0000","last_unstale":"2024-09-13T15:08:56.081119+0000","last_undegraded":"2024-09-13T15:08:56.081119+0000","last_fullsized":"2024-09-13T15:08:56.081119+0000","mapping_epoch":1450,"log_start":"1442'600","ondisk_log_start":"1442'600","created":1439,"last_epoch_clean":1451,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":6072,"log_dups_size":0,"ondisk_log_size":6072,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:42:52.558461+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":409731072,"num_objects":6252,"num_object_clones":0,"num_object_copies":18756,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6252,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":6672,"num_write_kb":413568,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2887,"num_bytes_recovered":189202432,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[5,2,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"1.6","version":"373'149","reported_seq":1914,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:48.680852+0000","last_change":"2024-09-13T15:05:54.416545+0000","last_active":"2024-09-13T15:08:48.680852+0000","last_peered":"2024-09-13T15:08:48.680852+0000","last_clean":"2024-09-13T15:08:48.680852+0000","last_became_active":"2024-09-13T15:05:54.414577+0000","last_became_peered":"2024-09-13T15:05:54.414577+0000","last_unstale":"2024-09-13T15:08:48.680852+0000","last_undegraded":"2024-09-13T15:08:48.680852+0000","last_fullsized":"2024-09-13T15:08:48.680852+0000","mapping_epoch":1425,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1426,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:47.545603+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:47.545603+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:19:04.777726+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.4","version":"0'0","reported_seq":232,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:48.680769+0000","last_change":"2024-09-13T15:01:09.626775+0000","last_active":"2024-09-13T15:08:48.680769+0000","last_peered":"2024-09-13T15:08:48.680769+0000","last_clean":"2024-09-13T15:08:48.680769+0000","last_became_active":"2024-09-13T15:01:09.626498+0000","last_became_peered":"2024-09-13T15:01:09.626498+0000","last_unstale":"2024-09-13T15:08:48.680769+0000","last_undegraded":"2024-09-13T15:08:48.680769+0000","last_fullsized":"2024-09-13T15:08:48.680769+0000","mapping_epoch":1341,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1342,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:39:58.054131+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[2,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"2.5","version":"0'0","reported_seq":119,"reported_epoch":1450,"state":"active+clean","last_fresh":"2024-09-13T15:08:47.685684+0000","last_change":"2024-09-13T15:03:38.351643+0000","last_active":"2024-09-13T15:08:47.685684+0000","last_peered":"2024-09-13T15:08:47.685684+0000","last_clean":"2024-09-13T15:08:47.685684+0000","last_became_active":"2024-09-13T15:03:38.350507+0000","last_became_peered":"2024-09-13T15:03:38.350507+0000","last_unstale":"2024-09-13T15:08:47.685684+0000","last_undegraded":"2024-09-13T15:08:47.685684+0000","last_fullsized":"2024-09-13T15:08:47.685684+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:55:27.075999+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000327091,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.3","version":"0'0","reported_seq":2117,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:48.680150+0000","last_change":"2024-09-13T15:03:38.350008+0000","last_active":"2024-09-13T15:08:48.680150+0000","last_peered":"2024-09-13T15:08:48.680150+0000","last_clean":"2024-09-13T15:08:48.680150+0000","last_became_active":"2024-09-13T15:03:38.348336+0000","last_became_peered":"2024-09-13T15:03:38.348336+0000","last_unstale":"2024-09-13T15:08:48.680150+0000","last_undegraded":"2024-09-13T15:08:48.680150+0000","last_fullsized":"2024-09-13T15:08:48.680150+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:53:36.912607+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"11.f","version":"1451'6458","reported_seq":6475,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:52.367675+0000","last_change":"2024-09-13T15:07:14.122443+0000","last_active":"2024-09-13T15:08:52.367675+0000","last_peered":"2024-09-13T15:08:52.367675+0000","last_clean":"2024-09-13T15:08:52.367675+0000","last_became_active":"2024-09-13T15:07:14.122113+0000","last_became_peered":"2024-09-13T15:07:14.122113+0000","last_unstale":"2024-09-13T15:08:52.367675+0000","last_undegraded":"2024-09-13T15:08:52.367675+0000","last_fullsized":"2024-09-13T15:08:52.367675+0000","mapping_epoch":1439,"log_start":"0'0","ondisk_log_start":"0'0","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":6458,"log_dups_size":0,"ondisk_log_size":6458,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:35:34.607843+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":420085760,"num_objects":6410,"num_object_clones":0,"num_object_copies":19230,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6410,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":6458,"num_write_kb":411776,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[7,1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.5","version":"373'149","reported_seq":1827,"reported_epoch":1450,"state":"active+clean","last_fresh":"2024-09-13T15:08:47.680752+0000","last_change":"2024-09-13T15:01:12.672283+0000","last_active":"2024-09-13T15:08:47.680752+0000","last_peered":"2024-09-13T15:08:47.680752+0000","last_clean":"2024-09-13T15:08:47.680752+0000","last_became_active":"2024-09-13T15:01:12.671951+0000","last_became_peered":"2024-09-13T15:01:12.671951+0000","last_unstale":"2024-09-13T15:08:47.680752+0000","last_undegraded":"2024-09-13T15:08:47.680752+0000","last_fullsized":"2024-09-13T15:08:47.680752+0000","mapping_epoch":1344,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1345,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:53.120435+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:53.120435+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:59:42.418629+0000","scrub_duration":0.001555313,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,5],"acting":[4,2,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.7","version":"70'2","reported_seq":238,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:49.025071+0000","last_change":"2024-09-13T15:03:38.347346+0000","last_active":"2024-09-13T15:08:49.025071+0000","last_peered":"2024-09-13T15:08:49.025071+0000","last_clean":"2024-09-13T15:08:49.025071+0000","last_became_active":"2024-09-13T15:03:38.346858+0000","last_became_peered":"2024-09-13T15:03:38.346858+0000","last_unstale":"2024-09-13T15:08:49.025071+0000","last_undegraded":"2024-09-13T15:08:49.025071+0000","last_fullsized":"2024-09-13T15:08:49.025071+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T21:34:18.078474+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":2,"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":[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":"0'0","reported_seq":213,"reported_epoch":1450,"state":"active+clean","last_fresh":"2024-09-13T15:08:47.680240+0000","last_change":"2024-09-13T15:01:24.977687+0000","last_active":"2024-09-13T15:08:47.680240+0000","last_peered":"2024-09-13T15:08:47.680240+0000","last_clean":"2024-09-13T15:08:47.680240+0000","last_became_active":"2024-09-13T15:01:24.976347+0000","last_became_peered":"2024-09-13T15:01:24.976347+0000","last_unstale":"2024-09-13T15:08:47.680240+0000","last_undegraded":"2024-09-13T15:08:47.680240+0000","last_fullsized":"2024-09-13T15:08:47.680240+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:05:48.871297+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.0","version":"0'0","reported_seq":69,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:49.024169+0000","last_change":"2024-09-13T15:05:51.739298+0000","last_active":"2024-09-13T15:08:49.024169+0000","last_peered":"2024-09-13T15:08:49.024169+0000","last_clean":"2024-09-13T15:08:49.024169+0000","last_became_active":"2024-09-13T15:05:51.738901+0000","last_became_peered":"2024-09-13T15:05:51.738901+0000","last_unstale":"2024-09-13T15:08:49.024169+0000","last_undegraded":"2024-09-13T15:08:49.024169+0000","last_fullsized":"2024-09-13T15:08:49.024169+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:04:27.190615+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"11.e","version":"1451'6670","reported_seq":6690,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:55.904890+0000","last_change":"2024-09-13T15:07:14.124736+0000","last_active":"2024-09-13T15:08:55.904890+0000","last_peered":"2024-09-13T15:08:55.904890+0000","last_clean":"2024-09-13T15:08:55.904890+0000","last_became_active":"2024-09-13T15:07:14.124438+0000","last_became_peered":"2024-09-13T15:07:14.124438+0000","last_unstale":"2024-09-13T15:08:55.904890+0000","last_undegraded":"2024-09-13T15:08:55.904890+0000","last_fullsized":"2024-09-13T15:08:55.904890+0000","mapping_epoch":1439,"log_start":"1442'900","ondisk_log_start":"1442'900","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":5770,"log_dups_size":0,"ondisk_log_size":5770,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:27:28.940752+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":410779648,"num_objects":6268,"num_object_clones":0,"num_object_copies":18804,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6268,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":6670,"num_write_kb":414016,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[4,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"1.4","version":"373'149","reported_seq":1894,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:49.024892+0000","last_change":"2024-09-13T15:03:38.347914+0000","last_active":"2024-09-13T15:08:49.024892+0000","last_peered":"2024-09-13T15:08:49.024892+0000","last_clean":"2024-09-13T15:08:49.024892+0000","last_became_active":"2024-09-13T15:03:38.347486+0000","last_became_peered":"2024-09-13T15:03:38.347486+0000","last_unstale":"2024-09-13T15:08:49.024892+0000","last_undegraded":"2024-09-13T15:08:49.024892+0000","last_fullsized":"2024-09-13T15:08:49.024892+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:01:29.028945+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:01:29.028945+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:05:18.331893+0000","scrub_duration":15,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[3,5,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.6","version":"70'1","reported_seq":110,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:48.681134+0000","last_change":"2024-09-13T15:05:47.254193+0000","last_active":"2024-09-13T15:08:48.681134+0000","last_peered":"2024-09-13T15:08:48.681134+0000","last_clean":"2024-09-13T15:08:48.681134+0000","last_became_active":"2024-09-13T15:03:51.622162+0000","last_became_peered":"2024-09-13T15:03:51.622162+0000","last_unstale":"2024-09-13T15:08:48.681134+0000","last_undegraded":"2024-09-13T15:08:48.681134+0000","last_fullsized":"2024-09-13T15:08:48.681134+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1419,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T18:10:03.754733+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":3,"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,1,4],"acting":[0,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.7","version":"0'0","reported_seq":164,"reported_epoch":1450,"state":"active+clean","last_fresh":"2024-09-13T15:08:47.686165+0000","last_change":"2024-09-13T15:03:38.350529+0000","last_active":"2024-09-13T15:08:47.686165+0000","last_peered":"2024-09-13T15:08:47.686165+0000","last_clean":"2024-09-13T15:08:47.686165+0000","last_became_active":"2024-09-13T15:03:38.348433+0000","last_became_peered":"2024-09-13T15:03:38.348433+0000","last_unstale":"2024-09-13T15:08:47.686165+0000","last_undegraded":"2024-09-13T15:08:47.686165+0000","last_fullsized":"2024-09-13T15:08:47.686165+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:33:01.473730+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029877400000000002,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[7,2,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.1","version":"0'0","reported_seq":186,"reported_epoch":1450,"state":"active+clean","last_fresh":"2024-09-13T15:08:47.679019+0000","last_change":"2024-09-13T14:57:14.896516+0000","last_active":"2024-09-13T15:08:47.679019+0000","last_peered":"2024-09-13T15:08:47.679019+0000","last_clean":"2024-09-13T15:08:47.679019+0000","last_became_active":"2024-09-13T14:57:14.896208+0000","last_became_peered":"2024-09-13T14:57:14.896208+0000","last_unstale":"2024-09-13T15:08:47.679019+0000","last_undegraded":"2024-09-13T15:08:47.679019+0000","last_fullsized":"2024-09-13T15:08:47.679019+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:41:18.049255+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"4.13","version":"0'0","reported_seq":195,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:49.025172+0000","last_change":"2024-09-13T15:07:47.731518+0000","last_active":"2024-09-13T15:08:49.025172+0000","last_peered":"2024-09-13T15:08:49.025172+0000","last_clean":"2024-09-13T15:08:49.025172+0000","last_became_active":"2024-09-13T15:07:47.731180+0000","last_became_peered":"2024-09-13T15:07:47.731180+0000","last_unstale":"2024-09-13T15:08:49.025172+0000","last_undegraded":"2024-09-13T15:08:49.025172+0000","last_fullsized":"2024-09-13T15:08:49.025172+0000","mapping_epoch":1444,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1445,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:38:24.788752+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7,5],"acting":[4,7,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.14","version":"455'23","reported_seq":249,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:49.032118+0000","last_change":"2024-09-13T15:03:38.355028+0000","last_active":"2024-09-13T15:08:49.032118+0000","last_peered":"2024-09-13T15:08:49.032118+0000","last_clean":"2024-09-13T15:08:49.032118+0000","last_became_active":"2024-09-13T15:03:38.354646+0000","last_became_peered":"2024-09-13T15:03:38.354646+0000","last_unstale":"2024-09-13T15:08:49.032118+0000","last_undegraded":"2024-09-13T15:08:49.032118+0000","last_fullsized":"2024-09-13T15:08:49.032118+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":23,"log_dups_size":0,"ondisk_log_size":23,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:45:54.923031+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":4756,"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":23,"num_write_kb":20,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":20,"num_bytes_recovered":23780,"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":[4,7,2],"acting":[4,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.12","version":"0'0","reported_seq":232,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:48.680580+0000","last_change":"2024-09-13T15:01:09.619289+0000","last_active":"2024-09-13T15:08:48.680580+0000","last_peered":"2024-09-13T15:08:48.680580+0000","last_clean":"2024-09-13T15:08:48.680580+0000","last_became_active":"2024-09-13T15:01:09.618935+0000","last_became_peered":"2024-09-13T15:01:09.618935+0000","last_unstale":"2024-09-13T15:08:48.680580+0000","last_undegraded":"2024-09-13T15:08:48.680580+0000","last_fullsized":"2024-09-13T15:08:48.680580+0000","mapping_epoch":1341,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1342,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:11:34.367502+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.15","version":"70'3","reported_seq":167,"reported_epoch":1450,"state":"active+clean","last_fresh":"2024-09-13T15:08:47.685909+0000","last_change":"2024-09-13T15:03:38.351650+0000","last_active":"2024-09-13T15:08:47.685909+0000","last_peered":"2024-09-13T15:08:47.685909+0000","last_clean":"2024-09-13T15:08:47.685909+0000","last_became_active":"2024-09-13T15:03:38.350405+0000","last_became_peered":"2024-09-13T15:03:38.350405+0000","last_unstale":"2024-09-13T15:08:47.685909+0000","last_undegraded":"2024-09-13T15:08:47.685909+0000","last_fullsized":"2024-09-13T15:08:47.685909+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T15:39:09.711845+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":6,"num_bytes_recovered":270,"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,3,4],"acting":[7,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.14","version":"373'149","reported_seq":1863,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:48.681146+0000","last_change":"2024-09-13T15:03:38.353142+0000","last_active":"2024-09-13T15:08:48.681146+0000","last_peered":"2024-09-13T15:08:48.681146+0000","last_clean":"2024-09-13T15:08:48.681146+0000","last_became_active":"2024-09-13T15:03:38.352816+0000","last_became_peered":"2024-09-13T15:03:38.352816+0000","last_unstale":"2024-09-13T15:08:48.681146+0000","last_undegraded":"2024-09-13T15:08:48.681146+0000","last_fullsized":"2024-09-13T15:08:48.681146+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:01:25.087696+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:01:25.087696+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:54:01.274831+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[2,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.16","version":"0'0","reported_seq":1479,"reported_epoch":1450,"state":"active+clean","last_fresh":"2024-09-13T15:08:47.683027+0000","last_change":"2024-09-13T15:03:38.347080+0000","last_active":"2024-09-13T15:08:47.683027+0000","last_peered":"2024-09-13T15:08:47.683027+0000","last_clean":"2024-09-13T15:08:47.683027+0000","last_became_active":"2024-09-13T15:03:38.346731+0000","last_became_peered":"2024-09-13T15:03:38.346731+0000","last_unstale":"2024-09-13T15:08:47.683027+0000","last_undegraded":"2024-09-13T15:08:47.683027+0000","last_fullsized":"2024-09-13T15:08:47.683027+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:12:59.793120+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.11","version":"0'0","reported_seq":234,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:49.025034+0000","last_change":"2024-09-13T15:03:38.347061+0000","last_active":"2024-09-13T15:08:49.025034+0000","last_peered":"2024-09-13T15:08:49.025034+0000","last_clean":"2024-09-13T15:08:49.025034+0000","last_became_active":"2024-09-13T15:03:38.346728+0000","last_became_peered":"2024-09-13T15:03:38.346728+0000","last_unstale":"2024-09-13T15:08:49.025034+0000","last_undegraded":"2024-09-13T15:08:49.025034+0000","last_fullsized":"2024-09-13T15:08:49.025034+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:27:43.708101+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[3,7,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.17","version":"0'0","reported_seq":2116,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:48.679926+0000","last_change":"2024-09-13T15:01:24.980537+0000","last_active":"2024-09-13T15:08:48.679926+0000","last_peered":"2024-09-13T15:08:48.679926+0000","last_clean":"2024-09-13T15:08:48.679926+0000","last_became_active":"2024-09-13T15:01:24.980250+0000","last_became_peered":"2024-09-13T15:01:24.980250+0000","last_unstale":"2024-09-13T15:08:48.679926+0000","last_undegraded":"2024-09-13T15:08:48.679926+0000","last_fullsized":"2024-09-13T15:08:48.679926+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:24:28.559561+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.10","version":"0'0","reported_seq":223,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:49.024896+0000","last_change":"2024-09-13T15:01:24.974745+0000","last_active":"2024-09-13T15:08:49.024896+0000","last_peered":"2024-09-13T15:08:49.024896+0000","last_clean":"2024-09-13T15:08:49.024896+0000","last_became_active":"2024-09-13T15:01:24.974421+0000","last_became_peered":"2024-09-13T15:01:24.974421+0000","last_unstale":"2024-09-13T15:08:49.024896+0000","last_undegraded":"2024-09-13T15:08:49.024896+0000","last_fullsized":"2024-09-13T15:08:49.024896+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:28:38.841799+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"4.1f","version":"0'0","reported_seq":1282,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:48.682593+0000","last_change":"2024-09-13T14:56:24.931876+0000","last_active":"2024-09-13T15:08:48.682593+0000","last_peered":"2024-09-13T15:08:48.682593+0000","last_clean":"2024-09-13T15:08:48.682593+0000","last_became_active":"2024-09-13T14:56:24.931589+0000","last_became_peered":"2024-09-13T14:56:24.931589+0000","last_unstale":"2024-09-13T15:08:48.682593+0000","last_undegraded":"2024-09-13T15:08:48.682593+0000","last_fullsized":"2024-09-13T15:08:48.682593+0000","mapping_epoch":1264,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1265,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:34:37.022035+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"3.18","version":"0'0","reported_seq":230,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:49.024732+0000","last_change":"2024-09-13T15:03:51.627446+0000","last_active":"2024-09-13T15:08:49.024732+0000","last_peered":"2024-09-13T15:08:49.024732+0000","last_clean":"2024-09-13T15:08:49.024732+0000","last_became_active":"2024-09-13T15:03:51.627121+0000","last_became_peered":"2024-09-13T15:03:51.627121+0000","last_unstale":"2024-09-13T15:08:49.024732+0000","last_undegraded":"2024-09-13T15:08:49.024732+0000","last_fullsized":"2024-09-13T15:08:49.024732+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:48:38.869948+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1e","version":"0'0","reported_seq":2158,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:48.681047+0000","last_change":"2024-09-13T15:05:51.741349+0000","last_active":"2024-09-13T15:08:48.681047+0000","last_peered":"2024-09-13T15:08:48.681047+0000","last_clean":"2024-09-13T15:08:48.681047+0000","last_became_active":"2024-09-13T15:05:51.741016+0000","last_became_peered":"2024-09-13T15:05:51.741016+0000","last_unstale":"2024-09-13T15:08:48.681047+0000","last_undegraded":"2024-09-13T15:08:48.681047+0000","last_fullsized":"2024-09-13T15:08:48.681047+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:24:57.100933+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.19","version":"0'0","reported_seq":2120,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:48.689285+0000","last_change":"2024-09-13T15:01:24.971960+0000","last_active":"2024-09-13T15:08:48.689285+0000","last_peered":"2024-09-13T15:08:48.689285+0000","last_clean":"2024-09-13T15:08:48.689285+0000","last_became_active":"2024-09-13T15:01:24.971517+0000","last_became_peered":"2024-09-13T15:01:24.971517+0000","last_unstale":"2024-09-13T15:08:48.689285+0000","last_undegraded":"2024-09-13T15:08:48.689285+0000","last_fullsized":"2024-09-13T15:08:48.689285+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:30:11.660530+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1d","version":"0'0","reported_seq":222,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:49.024842+0000","last_change":"2024-09-13T15:01:24.976076+0000","last_active":"2024-09-13T15:08:49.024842+0000","last_peered":"2024-09-13T15:08:49.024842+0000","last_clean":"2024-09-13T15:08:49.024842+0000","last_became_active":"2024-09-13T15:01:24.975757+0000","last_became_peered":"2024-09-13T15:01:24.975757+0000","last_unstale":"2024-09-13T15:08:49.024842+0000","last_undegraded":"2024-09-13T15:08:49.024842+0000","last_fullsized":"2024-09-13T15:08:49.024842+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:12:40.080845+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"3.1a","version":"70'1","reported_seq":194,"reported_epoch":1450,"state":"active+clean","last_fresh":"2024-09-13T15:08:47.679439+0000","last_change":"2024-09-13T15:01:09.621644+0000","last_active":"2024-09-13T15:08:47.679439+0000","last_peered":"2024-09-13T15:08:47.679439+0000","last_clean":"2024-09-13T15:08:47.679439+0000","last_became_active":"2024-09-13T15:01:09.620336+0000","last_became_peered":"2024-09-13T15:01:09.620336+0000","last_unstale":"2024-09-13T15:08:47.679439+0000","last_undegraded":"2024-09-13T15:08:47.679439+0000","last_fullsized":"2024-09-13T15:08:47.679439+0000","mapping_epoch":1341,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1342,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T20:00:35.360146+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1c","version":"0'0","reported_seq":239,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:48.681055+0000","last_change":"2024-09-13T15:01:24.976370+0000","last_active":"2024-09-13T15:08:48.681055+0000","last_peered":"2024-09-13T15:08:48.681055+0000","last_clean":"2024-09-13T15:08:48.681055+0000","last_became_active":"2024-09-13T15:01:24.975596+0000","last_became_peered":"2024-09-13T15:01:24.975596+0000","last_unstale":"2024-09-13T15:08:48.681055+0000","last_undegraded":"2024-09-13T15:08:48.681055+0000","last_fullsized":"2024-09-13T15:08:48.681055+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:13:32.203601+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[2,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.1b","version":"70'1","reported_seq":106,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:48.679919+0000","last_change":"2024-09-13T15:03:51.621572+0000","last_active":"2024-09-13T15:08:48.679919+0000","last_peered":"2024-09-13T15:08:48.679919+0000","last_clean":"2024-09-13T15:08:48.679919+0000","last_became_active":"2024-09-13T15:03:51.621247+0000","last_became_peered":"2024-09-13T15:03:51.621247+0000","last_unstale":"2024-09-13T15:08:48.679919+0000","last_undegraded":"2024-09-13T15:08:48.679919+0000","last_fullsized":"2024-09-13T15:08:48.679919+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T00:42:04.854905+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1b","version":"0'0","reported_seq":221,"reported_epoch":1450,"state":"active+clean","last_fresh":"2024-09-13T15:08:47.680033+0000","last_change":"2024-09-13T15:01:24.977220+0000","last_active":"2024-09-13T15:08:47.680033+0000","last_peered":"2024-09-13T15:08:47.680033+0000","last_clean":"2024-09-13T15:08:47.680033+0000","last_became_active":"2024-09-13T15:01:24.976741+0000","last_became_peered":"2024-09-13T15:01:24.976741+0000","last_unstale":"2024-09-13T15:08:47.680033+0000","last_undegraded":"2024-09-13T15:08:47.680033+0000","last_fullsized":"2024-09-13T15:08:47.680033+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:58:20.383610+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,3,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1c","version":"70'2","reported_seq":1461,"reported_epoch":1450,"state":"active+clean","last_fresh":"2024-09-13T15:08:47.683013+0000","last_change":"2024-09-13T14:57:15.014505+0000","last_active":"2024-09-13T15:08:47.683013+0000","last_peered":"2024-09-13T15:08:47.683013+0000","last_clean":"2024-09-13T15:08:47.683013+0000","last_became_active":"2024-09-13T14:57:14.993038+0000","last_became_peered":"2024-09-13T14:57:14.993038+0000","last_unstale":"2024-09-13T15:08:47.683013+0000","last_undegraded":"2024-09-13T15:08:47.683013+0000","last_fullsized":"2024-09-13T15:08:47.683013+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T14:36:30.851322+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":4,"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":[5,4,1],"acting":[5,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.1a","version":"0'0","reported_seq":221,"reported_epoch":1450,"state":"active+clean","last_fresh":"2024-09-13T15:08:47.679327+0000","last_change":"2024-09-13T15:07:48.074403+0000","last_active":"2024-09-13T15:08:47.679327+0000","last_peered":"2024-09-13T15:08:47.679327+0000","last_clean":"2024-09-13T15:08:47.679327+0000","last_became_active":"2024-09-13T15:07:48.074094+0000","last_became_peered":"2024-09-13T15:07:48.074094+0000","last_unstale":"2024-09-13T15:08:47.679327+0000","last_undegraded":"2024-09-13T15:08:47.679327+0000","last_fullsized":"2024-09-13T15:08:47.679327+0000","mapping_epoch":1444,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1445,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:21:23.588222+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7,0],"acting":[4,7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1d","version":"70'2","reported_seq":1449,"reported_epoch":1450,"state":"active+clean","last_fresh":"2024-09-13T15:08:47.684000+0000","last_change":"2024-09-13T14:57:14.995153+0000","last_active":"2024-09-13T15:08:47.684000+0000","last_peered":"2024-09-13T15:08:47.684000+0000","last_clean":"2024-09-13T15:08:47.684000+0000","last_became_active":"2024-09-13T14:57:14.955820+0000","last_became_peered":"2024-09-13T14:57:14.955820+0000","last_unstale":"2024-09-13T15:08:47.684000+0000","last_undegraded":"2024-09-13T15:08:47.684000+0000","last_fullsized":"2024-09-13T15:08:47.684000+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T02:09:07.710606+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":3,"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":[5,4,1],"acting":[5,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.19","version":"0'0","reported_seq":223,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:49.024797+0000","last_change":"2024-09-13T15:01:24.975308+0000","last_active":"2024-09-13T15:08:49.024797+0000","last_peered":"2024-09-13T15:08:49.024797+0000","last_clean":"2024-09-13T15:08:49.024797+0000","last_became_active":"2024-09-13T15:01:24.974989+0000","last_became_peered":"2024-09-13T15:01:24.974989+0000","last_unstale":"2024-09-13T15:08:49.024797+0000","last_undegraded":"2024-09-13T15:08:49.024797+0000","last_fullsized":"2024-09-13T15:08:49.024797+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:22:58.631475+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,0],"acting":[3,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1e","version":"70'1","reported_seq":224,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:49.024917+0000","last_change":"2024-09-13T15:01:24.986072+0000","last_active":"2024-09-13T15:08:49.024917+0000","last_peered":"2024-09-13T15:08:49.024917+0000","last_clean":"2024-09-13T15:08:49.024917+0000","last_became_active":"2024-09-13T15:01:24.985247+0000","last_became_peered":"2024-09-13T15:01:24.985247+0000","last_unstale":"2024-09-13T15:08:49.024917+0000","last_undegraded":"2024-09-13T15:08:49.024917+0000","last_fullsized":"2024-09-13T15:08:49.024917+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T14:34:52.287383+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,1],"acting":[3,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.18","version":"0'0","reported_seq":211,"reported_epoch":1450,"state":"active+clean","last_fresh":"2024-09-13T15:08:47.678781+0000","last_change":"2024-09-13T15:07:48.074798+0000","last_active":"2024-09-13T15:08:47.678781+0000","last_peered":"2024-09-13T15:08:47.678781+0000","last_clean":"2024-09-13T15:08:47.678781+0000","last_became_active":"2024-09-13T15:07:48.074479+0000","last_became_peered":"2024-09-13T15:07:48.074479+0000","last_unstale":"2024-09-13T15:08:47.678781+0000","last_undegraded":"2024-09-13T15:08:47.678781+0000","last_fullsized":"2024-09-13T15:08:47.678781+0000","mapping_epoch":1444,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1445,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:26:01.157586+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[4,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1f","version":"70'4","reported_seq":112,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:48.679689+0000","last_change":"2024-09-13T15:05:47.245115+0000","last_active":"2024-09-13T15:08:48.679689+0000","last_peered":"2024-09-13T15:08:48.679689+0000","last_clean":"2024-09-13T15:08:48.679689+0000","last_became_active":"2024-09-13T15:03:51.620936+0000","last_became_peered":"2024-09-13T15:03:51.620936+0000","last_unstale":"2024-09-13T15:08:48.679689+0000","last_undegraded":"2024-09-13T15:08:48.679689+0000","last_fullsized":"2024-09-13T15:08:48.679689+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1419,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T00:58:17.705835+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":14,"num_bytes_recovered":4074,"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,5,2],"acting":[0,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]}],"pool_stats":[{"poolid":11,"num_pg":16,"stat_sum":{"num_bytes":6723862552,"num_objects":102599,"num_object_clones":0,"num_object_copies":307797,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":102599,"num_whiteouts":0,"num_read":1,"num_read_kb":1,"num_write":106819,"num_write_kb":6701313,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2887,"num_bytes_recovered":189202432,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":20543254528,"data_stored":20543242312,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":98619,"ondisk_log_size":98619,"up":48,"acting":48,"num_store_stats":7},{"poolid":4,"num_pg":32,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":96,"acting":96,"num_store_stats":8},{"poolid":3,"num_pg":32,"stat_sum":{"num_bytes":5554,"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":62,"num_write_kb":31,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":91,"num_bytes_recovered":28572,"num_keys_recovered":30,"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":122880,"data_stored":22104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":23634,"internal_metadata":0},"log_size":56,"ondisk_log_size":56,"up":96,"acting":96,"num_store_stats":8},{"poolid":2,"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":8,"num_bytes_recovered":19,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":16384,"data_stored":76,"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":1,"num_pg":21,"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":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":5,"num_bytes_recovered":1378432,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":2375680,"data_stored":2361472,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":3129,"ondisk_log_size":3129,"up":63,"acting":63,"num_store_stats":8}],"osd_stats":[{"osd":7,"up_from":1400,"seq":6012954214464,"num_pgs":47,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":2748784,"kb_used_data":2504744,"kb_used_omap":66,"kb_used_meta":243965,"kb_avail":90996368,"statfs":{"total":95995035648,"available":93180280832,"internally_reserved":0,"allocated":2564857856,"data_stored":2561813681,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":67622,"internal_metadata":249821146},"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":0,"seq":5248450035907,"num_pgs":0,"num_osds":0,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":0,"kb_used":0,"kb_used_data":0,"kb_used_omap":0,"kb_used_meta":0,"kb_avail":0,"statfs":{"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},"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":[]},{"osd":5,"up_from":38,"seq":163208757877,"num_pgs":44,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":3755168,"kb_used_data":2437592,"kb_used_omap":1,"kb_used_meta":1317566,"kb_avail":89989984,"statfs":{"total":95995035648,"available":92149743616,"internally_reserved":0,"allocated":2496094208,"data_stored":2493061009,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":1349188038},"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":[]},{"osd":4,"up_from":30,"seq":128849019514,"num_pgs":52,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":2488756,"kb_used_data":1627500,"kb_used_omap":1,"kb_used_meta":861246,"kb_avail":91256396,"statfs":{"total":95995035648,"available":93446549504,"internally_reserved":0,"allocated":1666560000,"data_stored":1663512620,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":881916358},"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":845,"seq":3629247365543,"num_pgs":53,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":4423388,"kb_used_data":3317332,"kb_used_omap":34,"kb_used_meta":1106013,"kb_avail":89321764,"statfs":{"total":95995035648,"available":91465486336,"internally_reserved":0,"allocated":3396947968,"data_stored":3393918366,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":35801,"internal_metadata":1132557351},"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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[]},{"osd":2,"up_from":813,"seq":3491808412078,"num_pgs":34,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":3508596,"kb_used_data":2830764,"kb_used_omap":50,"kb_used_meta":677773,"kb_avail":90236556,"statfs":{"total":95995035648,"available":92402233344,"internally_reserved":0,"allocated":2898702336,"data_stored":2895655982,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":52011,"internal_metadata":694039765},"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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[]},{"osd":1,"up_from":780,"seq":3350074491316,"num_pgs":53,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6383000,"kb_used_data":5126480,"kb_used_omap":30,"kb_used_meta":1256481,"kb_avail":87362152,"statfs":{"total":95995035648,"available":89458843648,"internally_reserved":0,"allocated":5249515520,"data_stored":5246489353,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":31404,"internal_metadata":1286636884},"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":746,"seq":3204045603259,"num_pgs":46,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":3598372,"kb_used_data":2481948,"kb_used_omap":66,"kb_used_meta":1116349,"kb_avail":90146780,"statfs":{"total":95995035648,"available":92310302720,"internally_reserved":0,"allocated":2541514752,"data_stored":2538479465,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":68403,"internal_metadata":1143141581},"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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":327680,"data_stored":327680,"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":0,"data_stored":0,"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":266240,"data_stored":262688,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"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":327680,"data_stored":327680,"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":266240,"data_stored":262688,"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":0,"data_stored":0,"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":4096,"data_stored":19,"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":4096,"data_stored":19,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":4096,"data_stored":19,"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":4096,"data_stored":19,"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":0,"data_stored":0,"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":8192,"data_stored":604,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3890,"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":3041,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":20480,"data_stored":5372,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1366,"internal_metadata":0},{"poolid":3,"osd":3,"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":3176,"internal_metadata":0},{"poolid":3,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":24576,"data_stored":4902,"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":8192,"data_stored":652,"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":24576,"data_stored":5442,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5318,"internal_metadata":0},{"poolid":3,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":28672,"data_stored":4972,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":6843,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":11,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":2521628672,"data_stored":2521628672,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":11,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":5077602304,"data_stored":5077598232,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":11,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":2867793920,"data_stored":2867789848,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":11,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":3387555840,"data_stored":3387555840,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":11,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":1646268416,"data_stored":1646264344,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":11,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":2486763520,"data_stored":2486763520,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":11,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":2555641856,"data_stored":2555641856,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-13T15:09:03.374 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:09:03.415 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:03.415 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:03.415 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:09:03.516 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:09:03.542 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:03.543 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:03.543 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:09:03.644 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:09:03.688 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:03.689 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:03.690 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:09:03.790 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:09:03.829 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:03.830 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:03.831 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:09:03.931 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:09:03.963 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:03.964 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:03.964 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:09:04.065 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:04.111 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:04.111 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:04.111 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:04.212 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:09:04.239 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:04.240 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:04.240 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:09:04.341 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:09:04.377 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:04.378 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:04.378 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:09:04.479 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:04.514 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:04.515 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:04.515 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:04.616 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:09:04.640 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:04.640 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:04.641 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:09:04.741 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:09:04.767 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:04.768 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:04.769 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:09:04.870 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:09:04.911 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:04.911 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:04.912 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:09:05.012 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:09:05.040 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:05.041 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:05.042 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:09:05.054 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:04 smithi071 ceph-mon[112785]: pgmap v2383: 109 pgs: 109 active+clean; 5.9 GiB data, 25 GiB used, 601 GiB / 626 GiB avail; 102 B/s rd, 7.8 MiB/s wr, 889 op/s 2024-09-13T15:09:05.055 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:04 smithi071 ceph-mon[107477]: pgmap v2383: 109 pgs: 109 active+clean; 5.9 GiB data, 25 GiB used, 601 GiB / 626 GiB avail; 102 B/s rd, 7.8 MiB/s wr, 889 op/s 2024-09-13T15:09:05.142 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:09:05.169 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:05.169 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:05.170 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:09:05.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:04 smithi104 ceph-mon[105578]: pgmap v2383: 109 pgs: 109 active+clean; 5.9 GiB data, 25 GiB used, 601 GiB / 626 GiB avail; 102 B/s rd, 7.8 MiB/s wr, 889 op/s 2024-09-13T15:09:05.270 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:09:05.309 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:05.310 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:05.310 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:09:05.411 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:09:05.457 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:05.457 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:05.458 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:09:05.558 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:09:05.604 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:05.605 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:05.605 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:09:05.706 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:09:05.737 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd unset noscrub 2024-09-13T15:09:05.741 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:05.742 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:05.742 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:09:05.770 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T15:09:05.770 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T15:09:05.810 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T15:09:05.811 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T15:09:05.818 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:05 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/160584391' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:09:05.819 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:05 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/160584391' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:09:05.843 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:09:05.848 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T15:09:05.848 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T15:09:05.905 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T15:09:05.905 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T15:09:05.957 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:05.957 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:05.958 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:09:05.961 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T15:09:05.962 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T15:09:05.996 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T15:09:05.996 INFO:teuthology.orchestra.run.smithi071.stdout: "ops": [ 2024-09-13T15:09:05.996 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:05.996 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.46238.0:116705 11.2 11:4649525d:::benchmark_data_smithi071_360808_object11994:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1452)", 2024-09-13T15:09:05.996 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:09:05.962182+0000", 2024-09-13T15:09:05.997 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.025613453000000001, 2024-09-13T15:09:05.997 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.025639808, 2024-09-13T15:09:05.997 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:09:05.997 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:09:05.997 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "waiting for sub ops", 2024-09-13T15:09:05.997 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:09:05.997 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.46238", 2024-09-13T15:09:05.997 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1306112367", 2024-09-13T15:09:05.997 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 116705 2024-09-13T15:09:05.997 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:05.997 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:09:05.997 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:05.997 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:09:05.998 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.962182+0000", 2024-09-13T15:09:05.998 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:09:05.998 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:05.998 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:05.998 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:09:05.998 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.962182+0000", 2024-09-13T15:09:05.998 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:09:05.998 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:05.998 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:05.998 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:09:05.998 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.962183+0000", 2024-09-13T15:09:05.998 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.519e-06 2024-09-13T15:09:05.998 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:05.998 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:05.999 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:09:05.999 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.962187+0000", 2024-09-13T15:09:05.999 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.092e-06 2024-09-13T15:09:05.999 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:05.999 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:05.999 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:09:05.999 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.962198+0000", 2024-09-13T15:09:05.999 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0379e-05 2024-09-13T15:09:05.999 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:05.999 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:05.999 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:09:05.999 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.962204+0000", 2024-09-13T15:09:05.999 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.4819999999999999e-06 2024-09-13T15:09:06.000 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.000 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.000 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:09:06.000 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.962421+0000", 2024-09-13T15:09:06.000 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00021738700000000001 2024-09-13T15:09:06.000 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.000 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.000 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:09:06.000 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.962780+0000", 2024-09-13T15:09:06.000 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00035880299999999999 2024-09-13T15:09:06.000 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.000 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.000 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 0,3", 2024-09-13T15:09:06.001 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.963008+0000", 2024-09-13T15:09:06.001 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00022766400000000001 2024-09-13T15:09:06.001 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.001 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.001 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:09:06.001 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.969276+0000", 2024-09-13T15:09:06.001 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0062683740000000002 2024-09-13T15:09:06.001 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.001 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.001 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:09:06.001 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.978528+0000", 2024-09-13T15:09:06.001 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0092521329999999992 2024-09-13T15:09:06.001 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:09:06.001 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:09:06.001 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:09:06.002 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.002 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.002 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.46238.0:116721 11.d 11:b9088d2b:::benchmark_data_smithi071_360808_object12010:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1452)", 2024-09-13T15:09:06.002 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:09:05.977389+0000", 2024-09-13T15:09:06.002 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.010406528, 2024-09-13T15:09:06.002 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.010508191, 2024-09-13T15:09:06.002 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:09:06.002 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:09:06.002 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "waiting for sub ops", 2024-09-13T15:09:06.002 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:09:06.002 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.46238", 2024-09-13T15:09:06.002 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1306112367", 2024-09-13T15:09:06.002 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 116721 2024-09-13T15:09:06.002 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.003 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:09:06.003 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.003 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:09:06.003 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.977389+0000", 2024-09-13T15:09:06.003 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:09:06.003 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.003 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.003 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:09:06.003 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.977389+0000", 2024-09-13T15:09:06.003 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:09:06.003 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.003 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.003 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:09:06.003 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.977391+0000", 2024-09-13T15:09:06.004 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.0310000000000001e-06 2024-09-13T15:09:06.004 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.004 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.004 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:09:06.004 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.977397+0000", 2024-09-13T15:09:06.004 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.5860000000000001e-06 2024-09-13T15:09:06.004 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.004 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.004 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:09:06.004 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.977417+0000", 2024-09-13T15:09:06.004 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.9508e-05 2024-09-13T15:09:06.004 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.004 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.005 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:09:06.005 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.977427+0000", 2024-09-13T15:09:06.005 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.9490000000000008e-06 2024-09-13T15:09:06.005 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.005 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.005 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:09:06.005 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.977490+0000", 2024-09-13T15:09:06.005 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.3855000000000004e-05 2024-09-13T15:09:06.005 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.005 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.005 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:09:06.005 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.977605+0000", 2024-09-13T15:09:06.005 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000114677 2024-09-13T15:09:06.005 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.006 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.006 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,4", 2024-09-13T15:09:06.006 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.977724+0000", 2024-09-13T15:09:06.006 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00011861700000000001 2024-09-13T15:09:06.006 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.006 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.006 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:09:06.006 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.982843+0000", 2024-09-13T15:09:06.006 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0051196389999999996 2024-09-13T15:09:06.006 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:09:06.006 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:09:06.006 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:09:06.006 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.006 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.006 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.46238.0:116720 11.6 e1452/1439 11:6fab74a4:::benchmark_data_smithi071_360808_object12009:head v 1452'7314, mlcod=1452'7312)", 2024-09-13T15:09:06.007 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:09:05.980022+0000", 2024-09-13T15:09:06.007 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.0077732590000000002, 2024-09-13T15:09:06.007 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0079374730000000004, 2024-09-13T15:09:06.007 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:09:06.007 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:09:06.007 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "started", 2024-09-13T15:09:06.007 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:09:06.007 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.007 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:09:06.007 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.980022+0000", 2024-09-13T15:09:06.007 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:09:06.007 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.007 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.007 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:09:06.008 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.980022+0000", 2024-09-13T15:09:06.008 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:09:06.008 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.008 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.008 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:09:06.008 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.980023+0000", 2024-09-13T15:09:06.008 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.1100000000000004e-07 2024-09-13T15:09:06.008 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.008 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.008 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:09:06.008 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.980029+0000", 2024-09-13T15:09:06.008 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.4880000000000004e-06 2024-09-13T15:09:06.008 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.008 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.009 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:09:06.009 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.980044+0000", 2024-09-13T15:09:06.009 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4321000000000001e-05 2024-09-13T15:09:06.009 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.009 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.009 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:09:06.009 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.980050+0000", 2024-09-13T15:09:06.009 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.4479999999999999e-06 2024-09-13T15:09:06.009 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.009 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.009 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:09:06.009 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.981772+0000", 2024-09-13T15:09:06.009 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0017223659999999999 2024-09-13T15:09:06.009 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.010 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.010 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:09:06.010 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.981791+0000", 2024-09-13T15:09:06.010 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.8573999999999999e-05 2024-09-13T15:09:06.010 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:09:06.010 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:09:06.010 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:09:06.010 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.010 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.010 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.46238.0:116722 11.d 11:b1f3943d:::benchmark_data_smithi071_360808_object12011:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1452)", 2024-09-13T15:09:06.010 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:09:05.982929+0000", 2024-09-13T15:09:06.010 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.0048659569999999997, 2024-09-13T15:09:06.010 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0050799030000000002, 2024-09-13T15:09:06.011 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:09:06.011 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:09:06.011 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "waiting for sub ops", 2024-09-13T15:09:06.011 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:09:06.011 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.46238", 2024-09-13T15:09:06.011 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1306112367", 2024-09-13T15:09:06.011 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 116722 2024-09-13T15:09:06.011 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.011 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:09:06.011 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.011 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:09:06.011 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.982929+0000", 2024-09-13T15:09:06.011 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:09:06.011 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.012 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.012 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:09:06.012 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.982929+0000", 2024-09-13T15:09:06.012 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:09:06.012 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.012 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.012 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:09:06.012 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.982930+0000", 2024-09-13T15:09:06.012 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.359e-06 2024-09-13T15:09:06.012 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.012 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.012 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:09:06.012 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.982937+0000", 2024-09-13T15:09:06.013 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.2140000000000001e-06 2024-09-13T15:09:06.013 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.013 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.013 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:09:06.013 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.982949+0000", 2024-09-13T15:09:06.013 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1854e-05 2024-09-13T15:09:06.013 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.013 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.013 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:09:06.013 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.982956+0000", 2024-09-13T15:09:06.013 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.0090000000000001e-06 2024-09-13T15:09:06.013 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.013 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.014 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:09:06.014 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.983095+0000", 2024-09-13T15:09:06.014 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013979199999999999 2024-09-13T15:09:06.014 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.014 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.014 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:09:06.014 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.983211+0000", 2024-09-13T15:09:06.014 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000115227 2024-09-13T15:09:06.014 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.014 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.014 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 1,4", 2024-09-13T15:09:06.014 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.983451+0000", 2024-09-13T15:09:06.014 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00024068399999999999 2024-09-13T15:09:06.014 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:09:06.015 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:09:06.015 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:09:06.015 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.015 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.015 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.46238.0:116723 11.c e1452/1450 11:370e57b2:::benchmark_data_smithi071_360808_object12012:head v 1452'7223, mlcod=1452'7221)", 2024-09-13T15:09:06.015 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:09:05.983271+0000", 2024-09-13T15:09:06.015 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.0045238350000000004, 2024-09-13T15:09:06.015 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0047971109999999997, 2024-09-13T15:09:06.015 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:09:06.015 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:09:06.015 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "started", 2024-09-13T15:09:06.015 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:09:06.015 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.015 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:09:06.016 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.983271+0000", 2024-09-13T15:09:06.016 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:09:06.016 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.016 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.016 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:09:06.016 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.983271+0000", 2024-09-13T15:09:06.016 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:09:06.016 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.016 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.016 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:09:06.016 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.983272+0000", 2024-09-13T15:09:06.016 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.9599999999999999e-07 2024-09-13T15:09:06.016 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.017 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.017 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:09:06.017 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.983278+0000", 2024-09-13T15:09:06.017 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.976e-06 2024-09-13T15:09:06.017 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.017 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.017 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:09:06.017 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.983286+0000", 2024-09-13T15:09:06.017 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.9820000000000008e-06 2024-09-13T15:09:06.017 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.017 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.017 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:09:06.017 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.983291+0000", 2024-09-13T15:09:06.017 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.4990000000000002e-06 2024-09-13T15:09:06.018 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.018 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.018 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:09:06.018 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.983965+0000", 2024-09-13T15:09:06.018 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00067325600000000001 2024-09-13T15:09:06.018 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.018 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.018 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:09:06.018 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.983985+0000", 2024-09-13T15:09:06.018 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.0514999999999999e-05 2024-09-13T15:09:06.018 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:09:06.018 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:09:06.018 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:09:06.018 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.018 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.019 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.46238.0:116724 11.2 11:450facc6:::benchmark_data_smithi071_360808_object12013:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1452)", 2024-09-13T15:09:06.019 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:09:05.983557+0000", 2024-09-13T15:09:06.019 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.0042384750000000002, 2024-09-13T15:09:06.019 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0045638509999999998, 2024-09-13T15:09:06.019 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:09:06.019 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:09:06.019 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T15:09:06.019 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:09:06.019 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.46238", 2024-09-13T15:09:06.019 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1306112367", 2024-09-13T15:09:06.019 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 116724 2024-09-13T15:09:06.019 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.019 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:09:06.019 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.020 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:09:06.020 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.983557+0000", 2024-09-13T15:09:06.020 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:09:06.020 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.020 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.020 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:09:06.020 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.983557+0000", 2024-09-13T15:09:06.020 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:09:06.020 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.020 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.020 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:09:06.020 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.983557+0000", 2024-09-13T15:09:06.020 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.9500000000000002e-07 2024-09-13T15:09:06.020 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.020 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.021 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:09:06.021 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.983561+0000", 2024-09-13T15:09:06.021 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.642e-06 2024-09-13T15:09:06.021 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.021 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.021 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:09:06.021 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.983572+0000", 2024-09-13T15:09:06.021 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1208e-05 2024-09-13T15:09:06.021 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.021 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.021 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:09:06.021 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.983579+0000", 2024-09-13T15:09:06.021 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.3799999999999999e-06 2024-09-13T15:09:06.022 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.022 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.022 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:09:06.022 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.987039+0000", 2024-09-13T15:09:06.022 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0034606459999999999 2024-09-13T15:09:06.022 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:09:06.022 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:09:06.022 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:09:06.022 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.022 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.022 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.46238.0:116727 11.4 e1452/1439 11:2c517fae:::benchmark_data_smithi071_360808_object12016:head v 1452'7388, mlcod=1452'7386)", 2024-09-13T15:09:06.022 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:09:05.983952+0000", 2024-09-13T15:09:06.022 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.0038430199999999999, 2024-09-13T15:09:06.022 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0042218480000000003, 2024-09-13T15:09:06.023 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:09:06.023 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:09:06.023 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "started", 2024-09-13T15:09:06.023 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:09:06.023 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.023 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:09:06.023 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.983952+0000", 2024-09-13T15:09:06.023 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:09:06.023 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.023 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.023 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:09:06.023 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.983952+0000", 2024-09-13T15:09:06.023 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:09:06.023 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.024 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.024 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:09:06.024 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.983953+0000", 2024-09-13T15:09:06.024 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.1099999999999995e-07 2024-09-13T15:09:06.024 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.024 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.024 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:09:06.024 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.983958+0000", 2024-09-13T15:09:06.024 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.2190000000000003e-06 2024-09-13T15:09:06.024 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.024 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.024 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:09:06.024 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.983967+0000", 2024-09-13T15:09:06.024 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.8689999999999993e-06 2024-09-13T15:09:06.025 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.025 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.025 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:09:06.025 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.983973+0000", 2024-09-13T15:09:06.025 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.5769999999999999e-06 2024-09-13T15:09:06.025 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.025 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.025 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:09:06.025 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.985460+0000", 2024-09-13T15:09:06.025 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0014870549999999999 2024-09-13T15:09:06.025 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.025 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.025 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:09:06.025 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.985479+0000", 2024-09-13T15:09:06.025 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.8660000000000001e-05 2024-09-13T15:09:06.026 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:09:06.026 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:09:06.026 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:09:06.026 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.026 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.026 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop_reply(client.46238.0:116722 11.d e1452/1439)", 2024-09-13T15:09:06.026 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:09:05.986823+0000", 2024-09-13T15:09:06.026 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.00097194100000000004, 2024-09-13T15:09:06.026 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0013955490000000001, 2024-09-13T15:09:06.026 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:09:06.026 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:09:06.026 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "queued for pg", 2024-09-13T15:09:06.026 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:09:06.026 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.027 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:09:06.027 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.986823+0000", 2024-09-13T15:09:06.027 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:09:06.027 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.027 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.027 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:09:06.027 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.986823+0000", 2024-09-13T15:09:06.027 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:09:06.027 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.027 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.027 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:09:06.027 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.986824+0000", 2024-09-13T15:09:06.027 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.7999999999999993e-07 2024-09-13T15:09:06.027 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.028 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.028 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:09:06.028 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.986829+0000", 2024-09-13T15:09:06.028 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.0849999999999996e-06 2024-09-13T15:09:06.028 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.028 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.028 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:09:06.028 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.986843+0000", 2024-09-13T15:09:06.028 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4277000000000001e-05 2024-09-13T15:09:06.028 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.028 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.028 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:09:06.028 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.986851+0000", 2024-09-13T15:09:06.028 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.571e-06 2024-09-13T15:09:06.029 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:09:06.029 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:09:06.029 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:09:06.029 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.029 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.029 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.46238.0:116696 11.2 11:46c66650:::benchmark_data_smithi071_360808_object11985:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1452)", 2024-09-13T15:09:06.029 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:09:05.933988+0000", 2024-09-13T15:09:06.029 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.053807474000000001, 2024-09-13T15:09:06.029 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.054293525000000002, 2024-09-13T15:09:06.029 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:09:06.029 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:09:06.029 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "waiting for sub ops", 2024-09-13T15:09:06.029 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:09:06.030 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.46238", 2024-09-13T15:09:06.030 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1306112367", 2024-09-13T15:09:06.030 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 116696 2024-09-13T15:09:06.030 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.030 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:09:06.030 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.030 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:09:06.030 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.933988+0000", 2024-09-13T15:09:06.030 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:09:06.030 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.030 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.030 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:09:06.030 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.933988+0000", 2024-09-13T15:09:06.030 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:09:06.031 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.031 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.031 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:09:06.031 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.933989+0000", 2024-09-13T15:09:06.031 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0529999999999999e-06 2024-09-13T15:09:06.031 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.031 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.031 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:09:06.031 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.933992+0000", 2024-09-13T15:09:06.031 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.6109999999999998e-06 2024-09-13T15:09:06.031 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.031 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.031 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:09:06.032 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.934000+0000", 2024-09-13T15:09:06.032 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.7929999999999998e-06 2024-09-13T15:09:06.032 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.032 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.032 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:09:06.032 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.934005+0000", 2024-09-13T15:09:06.032 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.4210000000000003e-06 2024-09-13T15:09:06.032 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.032 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.032 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:09:06.032 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.953101+0000", 2024-09-13T15:09:06.032 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.019095206 2024-09-13T15:09:06.032 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.032 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.033 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:09:06.033 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.953217+0000", 2024-09-13T15:09:06.033 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000115995 2024-09-13T15:09:06.033 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.033 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.033 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 0,3", 2024-09-13T15:09:06.033 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.953324+0000", 2024-09-13T15:09:06.033 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000107033 2024-09-13T15:09:06.033 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.033 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.034 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:09:06.034 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.967034+0000", 2024-09-13T15:09:06.034 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.013710315000000001 2024-09-13T15:09:06.034 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:09:06.034 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:09:06.034 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:09:06.034 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:05.978498+0000", 2024-09-13T15:09:06.034 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.011464222 2024-09-13T15:09:06.034 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:09:06.034 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:09:06.034 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:09:06.034 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:09:06.034 INFO:teuthology.orchestra.run.smithi071.stdout: ], 2024-09-13T15:09:06.034 INFO:teuthology.orchestra.run.smithi071.stdout: "num_ops": 9 2024-09-13T15:09:06.035 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T15:09:06.035 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T15:09:06.035 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T15:09:06.040 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T15:09:06.040 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T15:09:06.059 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:09:06.081 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T15:09:06.081 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T15:09:06.082 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:06.083 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:06.083 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:09:06.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:05 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/160584391' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:09:06.183 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:09:06.207 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:06.208 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:06.208 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:09:06.309 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:09:06.332 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:06.333 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:06.333 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:09:06.338 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-13T15:09:06.434 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:09:06.471 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:06.472 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:06.472 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:09:06.573 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:09:06.595 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:06.596 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:06.596 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:09:06.697 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:09:06.758 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:06.759 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:06.759 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:09:06.860 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:09:06.890 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:06.891 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:06.891 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:09:06.992 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:09:07.025 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:07.025 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:07.026 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:09:07.071 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:06 smithi071 ceph-mon[107477]: pgmap v2384: 109 pgs: 109 active+clean; 5.8 GiB data, 24 GiB used, 601 GiB / 626 GiB avail; 102 B/s rd, 1.5 MiB/s wr, 881 op/s 2024-09-13T15:09:07.071 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:06 smithi071 ceph-mon[112785]: pgmap v2384: 109 pgs: 109 active+clean; 5.8 GiB data, 24 GiB used, 601 GiB / 626 GiB avail; 102 B/s rd, 1.5 MiB/s wr, 881 op/s 2024-09-13T15:09:07.127 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:09:07.151 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:07.152 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:07.152 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:09:07.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:06 smithi104 ceph-mon[105578]: pgmap v2384: 109 pgs: 109 active+clean; 5.8 GiB data, 24 GiB used, 601 GiB / 626 GiB avail; 102 B/s rd, 1.5 MiB/s wr, 881 op/s 2024-09-13T15:09:07.184 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:09:07.254 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:07.288 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:07.289 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:07.289 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:07.390 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:09:07.413 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:07.413 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:07.414 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:09:07.515 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:09:07.539 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:07.540 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:07.540 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:09:07.641 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:09:07.680 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.2 dump_blocked_ops 2024-09-13T15:09:07.715 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:07.716 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:07.716 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:09:07.816 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:09:07.839 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:07.839 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:07.840 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:09:07.940 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:07.994 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:07.995 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:07.995 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:08.096 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:09:08.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:07 smithi071 ceph-mon[107477]: pgmap v2385: 109 pgs: 109 active+clean; 5.7 GiB data, 24 GiB used, 602 GiB / 626 GiB avail; 0 B/s wr, 879 op/s 2024-09-13T15:09:08.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:07 smithi071 ceph-mon[112785]: pgmap v2385: 109 pgs: 109 active+clean; 5.7 GiB data, 24 GiB used, 602 GiB / 626 GiB avail; 0 B/s wr, 879 op/s 2024-09-13T15:09:08.142 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:08.142 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:08.143 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:09:08.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:07 smithi104 ceph-mon[105578]: pgmap v2385: 109 pgs: 109 active+clean; 5.7 GiB data, 24 GiB used, 602 GiB / 626 GiB avail; 0 B/s wr, 879 op/s 2024-09-13T15:09:08.243 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:09:08.265 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:08.265 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:08.266 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:09:08.366 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:09:08.392 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:08.393 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:08.393 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:09:08.494 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:09:08.537 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:08.538 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:08.539 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:09:08.639 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:09:08.662 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:08.663 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:08.663 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:09:08.764 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:09:08.787 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:08.788 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:08.788 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:09:08.889 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:09:08.913 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:08.913 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:08.913 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:09:09.014 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:09:09.041 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:09.042 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:09.042 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:09:09.110 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=false 2024-09-13T15:09:09.144 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:09.198 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:09.199 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:09.199 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:09.300 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:09:09.324 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:09.325 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:09.325 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:09:09.426 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:09:09.473 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:09.473 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:09.474 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:09:09.575 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:09.614 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:09.615 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:09.615 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:09.716 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:09:09.741 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:09.741 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:09.741 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:09:09.842 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:09:09.870 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:09.871 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:09.871 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:09:09.971 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:09:10.012 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:10.013 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:10.013 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:09:10.114 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:09:10.138 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:10.139 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:10.140 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:09:10.240 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:10.279 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:10.280 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:10.280 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:10.381 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:09:10.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:10 smithi071 ceph-mon[107477]: pgmap v2386: 109 pgs: 109 active+clean; 5.7 GiB data, 24 GiB used, 602 GiB / 626 GiB avail; 0 B/s wr, 869 op/s 2024-09-13T15:09:10.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:10 smithi071 ceph-mon[112785]: pgmap v2386: 109 pgs: 109 active+clean; 5.7 GiB data, 24 GiB used, 602 GiB / 626 GiB avail; 0 B/s wr, 869 op/s 2024-09-13T15:09:10.403 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:10.404 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:10.404 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:09:10.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:10 smithi104 ceph-mon[105578]: pgmap v2386: 109 pgs: 109 active+clean; 5.7 GiB data, 24 GiB used, 602 GiB / 626 GiB avail; 0 B/s wr, 869 op/s 2024-09-13T15:09:10.505 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:09:10.541 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:10.541 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:10.542 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:09:10.642 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:09:10.681 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:10.682 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:10.682 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:09:10.783 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:10.818 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:10.818 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:10.819 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:10.920 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:09:10.946 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:10.947 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:10.947 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:09:11.048 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:09:11.075 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:11.075 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:11.075 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:09:11.176 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:09:11.200 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:11.200 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:11.201 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:09:11.301 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:09:11.328 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:11.329 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:11.329 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:09:11.430 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:09:11.469 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:11.469 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:11.470 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:09:11.570 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:09:11.607 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:09:11.629 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:11.630 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:11.630 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:09:11.676 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:09:11.731 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:09:11.757 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:11.757 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:11.758 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:09:11.858 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:09:11.885 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:11.886 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:11.886 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:09:11.987 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:09:12.011 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:12.011 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:12.012 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:09:12.112 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:09:12.153 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:12.154 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:12.154 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:09:12.255 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:09:12.291 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:12.292 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:12.292 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:09:12.368 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:12 smithi071 ceph-mon[107477]: pgmap v2387: 109 pgs: 109 active+clean; 5.5 GiB data, 24 GiB used, 602 GiB / 626 GiB avail; 0 B/s wr, 844 op/s 2024-09-13T15:09:12.368 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:12 smithi071 ceph-mon[112785]: pgmap v2387: 109 pgs: 109 active+clean; 5.5 GiB data, 24 GiB used, 602 GiB / 626 GiB avail; 0 B/s wr, 844 op/s 2024-09-13T15:09:12.393 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:09:12.415 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:12.416 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:12.416 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:09:12.421 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:12 smithi104 ceph-mon[105578]: pgmap v2387: 109 pgs: 109 active+clean; 5.5 GiB data, 24 GiB used, 602 GiB / 626 GiB avail; 0 B/s wr, 844 op/s 2024-09-13T15:09:12.517 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:09:12.552 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:12.553 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:12.553 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:09:12.654 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:12.695 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:12.696 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:12.696 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:12.797 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:09:12.822 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:12.823 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:12.823 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:09:12.924 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:09:12.950 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:12.951 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:12.951 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:09:13.052 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:13.091 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:13.092 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:13.092 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:13.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:09:12 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:09:12] "GET /metrics HTTP/1.1" 200 36684 "" "Prometheus/2.51.0" 2024-09-13T15:09:13.193 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:09:13.241 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:13.241 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:13.241 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:09:13.342 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:09:13.384 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:13.385 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:13.385 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:09:13.486 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:09:13.511 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:13.511 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:13.512 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:09:13.613 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:09:13.637 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:13.637 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:13.638 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:09:13.738 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:13.761 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:13.762 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:13.762 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:13.863 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:09:13.886 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:13.887 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:13.887 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:09:13.988 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:14.026 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:14.027 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:14.027 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:14.128 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:09:14.155 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:14.156 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:14.156 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:09:14.257 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:09:14.282 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:14.282 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:14.283 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:09:14.384 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:09:14.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:14 smithi071 ceph-mon[107477]: pgmap v2388: 109 pgs: 109 active+clean; 5.4 GiB data, 23 GiB used, 603 GiB / 626 GiB avail; 0 B/s wr, 839 op/s 2024-09-13T15:09:14.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:14 smithi071 ceph-mon[112785]: pgmap v2388: 109 pgs: 109 active+clean; 5.4 GiB data, 23 GiB used, 603 GiB / 626 GiB avail; 0 B/s wr, 839 op/s 2024-09-13T15:09:14.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:14 smithi104 ceph-mon[105578]: pgmap v2388: 109 pgs: 109 active+clean; 5.4 GiB data, 23 GiB used, 603 GiB / 626 GiB avail; 0 B/s wr, 839 op/s 2024-09-13T15:09:14.423 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:14.423 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:14.423 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:09:14.524 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:14.558 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:14.559 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:14.559 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:14.660 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:09:14.683 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:14.683 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:14.684 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:09:14.785 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:09:14.823 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:14.824 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:14.824 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:09:14.925 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:09:14.964 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:14.964 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:14.965 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:09:15.065 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:09:15.116 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:09:15.117 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:15.117 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:15.118 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:09:15.218 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:15.256 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:15.256 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:15.257 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:15.358 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:09:15.382 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:15.383 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:15.383 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:09:15.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:15 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:09:15.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:15 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:09:15.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:15 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:09:15.484 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:09:15.521 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:15.521 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:15.522 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:09:15.623 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:09:15.668 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:15.669 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:15.669 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:09:15.770 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:09:15.796 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:15.796 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:15.797 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:09:15.897 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:09:15.948 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:15.949 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:15.949 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:09:16.050 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:09:16.076 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:16.077 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:16.077 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:09:16.178 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:09:16.201 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:16.202 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:16.202 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:09:16.302 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:09:16.327 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:16.328 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:16.328 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:09:16.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:16 smithi104 ceph-mon[105578]: pgmap v2389: 109 pgs: 109 active+clean; 5.3 GiB data, 23 GiB used, 603 GiB / 626 GiB avail; 0 B/s wr, 865 op/s 2024-09-13T15:09:16.429 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:09:16.452 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:16 smithi071 ceph-mon[107477]: pgmap v2389: 109 pgs: 109 active+clean; 5.3 GiB data, 23 GiB used, 603 GiB / 626 GiB avail; 0 B/s wr, 865 op/s 2024-09-13T15:09:16.453 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:16 smithi071 ceph-mon[112785]: pgmap v2389: 109 pgs: 109 active+clean; 5.3 GiB data, 23 GiB used, 603 GiB / 626 GiB avail; 0 B/s wr, 865 op/s 2024-09-13T15:09:16.467 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:16.468 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:16.468 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:09:16.569 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:16.612 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:16.612 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:16.613 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:16.713 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:09:16.751 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:16.752 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:16.752 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:09:16.853 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:09:16.891 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:16.892 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:16.892 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:09:16.993 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:09:17.018 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:17.019 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:17.019 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:09:17.120 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:17.165 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:17.166 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:17.166 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:17.235 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T15:09:17.235 INFO:teuthology.orchestra.run.smithi071.stdout: "ops": [], 2024-09-13T15:09:17.235 INFO:teuthology.orchestra.run.smithi071.stdout: "complaint_time": 30, 2024-09-13T15:09:17.235 INFO:teuthology.orchestra.run.smithi071.stdout: "num_blocked_ops": 0 2024-09-13T15:09:17.235 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T15:09:17.267 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:09:17.311 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:17.312 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:17.312 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:09:17.416 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:17.463 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:17.464 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:17.464 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:17.565 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:17.609 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:17.609 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:17.610 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:17.711 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:09:17.738 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:17.739 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:17.739 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:09:17.840 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:09:17.862 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:17.863 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:17.863 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:09:17.964 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:09:17.987 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:17.987 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:17.988 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:09:18.089 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:09:18.127 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:18.128 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:18.128 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:09:18.191 INFO:teuthology.orchestra.run.smithi071.stderr:noscrub is unset 2024-09-13T15:09:18.193 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.2 dump_historic_ops 2024-09-13T15:09:18.229 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:09:18.254 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:18.255 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:18.255 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:09:18.357 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:09:18.382 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:18.383 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:18.383 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:09:18.484 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:09:18.522 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:18.523 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:18.524 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:09:18.624 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:09:18.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:18 smithi071 ceph-mon[107477]: pgmap v2390: 109 pgs: 109 active+clean; 5.2 GiB data, 23 GiB used, 603 GiB / 626 GiB avail; 0 B/s wr, 828 op/s 2024-09-13T15:09:18.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:18 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3761059155' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T15:09:18.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:18 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T15:09:18.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:18 smithi071 ceph-mon[112785]: pgmap v2390: 109 pgs: 109 active+clean; 5.2 GiB data, 23 GiB used, 603 GiB / 626 GiB avail; 0 B/s wr, 828 op/s 2024-09-13T15:09:18.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:18 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3761059155' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T15:09:18.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:18 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T15:09:18.648 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:18.648 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:18.649 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:09:18.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:18 smithi104 ceph-mon[105578]: pgmap v2390: 109 pgs: 109 active+clean; 5.2 GiB data, 23 GiB used, 603 GiB / 626 GiB avail; 0 B/s wr, 828 op/s 2024-09-13T15:09:18.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:18 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3761059155' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T15:09:18.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:18 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T15:09:18.750 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:09:18.774 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:18.775 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:18.775 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:09:18.876 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:09:18.900 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:18.901 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:18.901 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:09:19.002 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:09:19.025 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:19.026 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:19.026 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:09:19.127 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:09:19.164 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:19.165 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:19.165 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:09:19.266 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:09:19.314 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:19.315 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:19.315 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:09:19.416 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:19.465 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:19 smithi071 ceph-mon[107477]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:09:19.466 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:19 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T15:09:19.466 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:19 smithi071 ceph-mon[107477]: osdmap e1453: 8 total, 8 up, 7 in 2024-09-13T15:09:19.466 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:19 smithi071 ceph-mon[112785]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:09:19.466 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:19 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T15:09:19.466 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:19 smithi071 ceph-mon[112785]: osdmap e1453: 8 total, 8 up, 7 in 2024-09-13T15:09:19.467 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:19.468 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:19.468 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:19.569 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:09:19.595 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:19.595 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:19.596 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:09:19.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:19 smithi104 ceph-mon[105578]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:09:19.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:19 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T15:09:19.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:19 smithi104 ceph-mon[105578]: osdmap e1453: 8 total, 8 up, 7 in 2024-09-13T15:09:19.697 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:09:19.719 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:19.720 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:19.721 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:09:19.822 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:09:19.856 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:19.857 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:19.857 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:09:19.958 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:09:19.998 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:19.999 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:19.999 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:09:20.100 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:20.141 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:20.142 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:20.143 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:20.243 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:09:20.266 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:20.267 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:20.267 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:09:20.366 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:20 smithi071 ceph-mon[107477]: pgmap v2392: 109 pgs: 109 active+clean; 5.1 GiB data, 22 GiB used, 604 GiB / 626 GiB avail; 0 B/s wr, 877 op/s 2024-09-13T15:09:20.367 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:20 smithi071 ceph-mon[112785]: pgmap v2392: 109 pgs: 109 active+clean; 5.1 GiB data, 22 GiB used, 604 GiB / 626 GiB avail; 0 B/s wr, 877 op/s 2024-09-13T15:09:20.368 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:09:20.391 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:20.392 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:20.392 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:09:20.493 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:09:20.528 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:20.528 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:20.528 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:09:20.629 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:20.669 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T15:09:20.671 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:20.673 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:20.674 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:20 smithi104 ceph-mon[105578]: pgmap v2392: 109 pgs: 109 active+clean; 5.1 GiB data, 22 GiB used, 604 GiB / 626 GiB avail; 0 B/s wr, 877 op/s 2024-09-13T15:09:20.674 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:20.675 INFO:teuthology.orchestra.run.smithi071.stderr:dumped all 2024-09-13T15:09:20.776 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:09:20.799 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:20.800 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:20.800 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:09:20.901 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:20.944 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:20.945 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:20.946 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:21.046 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:09:21.086 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:21.087 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:21.087 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:09:21.188 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:09:21.212 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:21.212 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:21.213 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:09:21.291 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:21 smithi071 ceph-mon[107477]: from='client.46322 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T15:09:21.291 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:21 smithi071 ceph-mon[112785]: from='client.46322 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T15:09:21.314 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:09:21.336 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:21.336 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:21.337 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:09:21.438 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:09:21.464 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:21.464 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:21.464 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:09:21.565 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:09:21.590 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:21.591 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:21.592 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:09:21.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:21 smithi104 ceph-mon[105578]: from='client.46322 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T15:09:21.692 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:21.732 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:21.733 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:21.733 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:21.834 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:09:21.835 INFO:teuthology.orchestra.run.smithi071.stdout:{"pg_ready":true,"pg_map":{"version":2392,"stamp":"2024-09-13T15:09:19.070337+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":5508110333,"num_objects":84065,"num_object_clones":0,"num_object_copies":252195,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":84065,"num_whiteouts":0,"num_read":1,"num_read_kb":1,"num_write":125443,"num_write_kb":6701346,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2991,"num_bytes_recovered":190609455,"num_keys_recovered":30,"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":104767,"ondisk_log_size":104767,"up":327,"acting":327,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":329,"num_osds":7,"num_per_pool_osds":7,"num_per_pool_omap_osds":7,"kb":656216064,"kb_used":23288768,"kb_used_data":16606344,"kb_used_omap":252,"kb_used_meta":6681987,"kb_avail":632927296,"statfs":{"total":671965249536,"available":648117551104,"internally_reserved":0,"allocated":17004896256,"data_stored":16983579051,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":258429,"internal_metadata":6842355331},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[5,3,4,7,13],"upper_bound":32},"perf_stat":{"commit_latency_ms":4,"apply_latency_ms":4,"commit_latency_ns":4000000,"apply_latency_ns":4000000},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":-575012864,"num_objects":-8774,"num_object_clones":0,"num_object_copies":-26322,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":-8774,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":8774,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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.003083"},"pg_stats":[{"pgid":"1.11","version":"373'149","reported_seq":1688,"reported_epoch":1452,"state":"active+clean","last_fresh":"2024-09-13T15:09:01.790645+0000","last_change":"2024-09-13T15:03:55.256070+0000","last_active":"2024-09-13T15:09:01.790645+0000","last_peered":"2024-09-13T15:09:01.790645+0000","last_clean":"2024-09-13T15:09:01.790645+0000","last_became_active":"2024-09-13T15:03:54.361713+0000","last_became_peered":"2024-09-13T15:03:54.361713+0000","last_unstale":"2024-09-13T15:09:01.790645+0000","last_undegraded":"2024-09-13T15:09:01.790645+0000","last_fullsized":"2024-09-13T15:09:01.790645+0000","mapping_epoch":1407,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1408,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:03:55.256014+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:03:55.256014+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:43:38.456769+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.14","version":"0'0","reported_seq":237,"reported_epoch":1452,"state":"active+clean","last_fresh":"2024-09-13T15:09:01.799563+0000","last_change":"2024-09-13T15:03:38.356940+0000","last_active":"2024-09-13T15:09:01.799563+0000","last_peered":"2024-09-13T15:09:01.799563+0000","last_clean":"2024-09-13T15:09:01.799563+0000","last_became_active":"2024-09-13T15:03:38.356599+0000","last_became_peered":"2024-09-13T15:03:38.356599+0000","last_unstale":"2024-09-13T15:09:01.799563+0000","last_undegraded":"2024-09-13T15:09:01.799563+0000","last_fullsized":"2024-09-13T15:09:01.799563+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:30:57.502891+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.13","version":"70'2","reported_seq":163,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:49.025147+0000","last_change":"2024-09-13T15:03:38.350681+0000","last_active":"2024-09-13T15:08:49.025147+0000","last_peered":"2024-09-13T15:08:49.025147+0000","last_clean":"2024-09-13T15:08:49.025147+0000","last_became_active":"2024-09-13T15:03:38.349386+0000","last_became_peered":"2024-09-13T15:03:38.349386+0000","last_unstale":"2024-09-13T15:08:49.025147+0000","last_undegraded":"2024-09-13T15:08:49.025147+0000","last_fullsized":"2024-09-13T15:08:49.025147+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T02:02:39.428946+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":6,"num_bytes_recovered":102,"num_keys_recovered":30,"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,2],"acting":[7,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.10","version":"373'149","reported_seq":1809,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:48.681980+0000","last_change":"2024-09-13T15:03:38.349355+0000","last_active":"2024-09-13T15:08:48.681980+0000","last_peered":"2024-09-13T15:08:48.681980+0000","last_clean":"2024-09-13T15:08:48.681980+0000","last_became_active":"2024-09-13T15:03:38.349035+0000","last_became_peered":"2024-09-13T15:03:38.349035+0000","last_unstale":"2024-09-13T15:08:48.681980+0000","last_undegraded":"2024-09-13T15:08:48.681980+0000","last_fullsized":"2024-09-13T15:08:48.681980+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:47.921711+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:47.921711+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:12:52.991080+0000","scrub_duration":0.001430061,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.15","version":"0'0","reported_seq":1504,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:48.682402+0000","last_change":"2024-09-13T15:03:38.344711+0000","last_active":"2024-09-13T15:08:48.682402+0000","last_peered":"2024-09-13T15:08:48.682402+0000","last_clean":"2024-09-13T15:08:48.682402+0000","last_became_active":"2024-09-13T15:03:38.344365+0000","last_became_peered":"2024-09-13T15:03:38.344365+0000","last_unstale":"2024-09-13T15:08:48.682402+0000","last_undegraded":"2024-09-13T15:08:48.682402+0000","last_fullsized":"2024-09-13T15:08:48.682402+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:45:19.898790+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[5,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.12","version":"0'0","reported_seq":2164,"reported_epoch":1452,"state":"active+clean","last_fresh":"2024-09-13T15:09:01.792714+0000","last_change":"2024-09-13T15:05:51.741228+0000","last_active":"2024-09-13T15:09:01.792714+0000","last_peered":"2024-09-13T15:09:01.792714+0000","last_clean":"2024-09-13T15:09:01.792714+0000","last_became_active":"2024-09-13T15:05:51.740897+0000","last_became_peered":"2024-09-13T15:05:51.740897+0000","last_unstale":"2024-09-13T15:09:01.792714+0000","last_undegraded":"2024-09-13T15:09:01.792714+0000","last_fullsized":"2024-09-13T15:09:01.792714+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:41:52.248592+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.13","version":"373'149","reported_seq":1708,"reported_epoch":1452,"state":"active+clean","last_fresh":"2024-09-13T15:09:01.800861+0000","last_change":"2024-09-13T15:06:05.604138+0000","last_active":"2024-09-13T15:09:01.800861+0000","last_peered":"2024-09-13T15:09:01.800861+0000","last_clean":"2024-09-13T15:09:01.800861+0000","last_became_active":"2024-09-13T15:05:54.404195+0000","last_became_peered":"2024-09-13T15:05:54.404195+0000","last_unstale":"2024-09-13T15:09:01.800861+0000","last_undegraded":"2024-09-13T15:09:01.800861+0000","last_fullsized":"2024-09-13T15:09:01.800861+0000","mapping_epoch":1425,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1426,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:06:05.604073+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:06:05.604073+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:32:36.388156+0000","scrub_duration":11,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"4.16","version":"0'0","reported_seq":2175,"reported_epoch":1452,"state":"active+clean","last_fresh":"2024-09-13T15:09:01.790133+0000","last_change":"2024-09-13T15:03:38.349331+0000","last_active":"2024-09-13T15:09:01.790133+0000","last_peered":"2024-09-13T15:09:01.790133+0000","last_clean":"2024-09-13T15:09:01.790133+0000","last_became_active":"2024-09-13T15:03:38.348741+0000","last_became_peered":"2024-09-13T15:03:38.348741+0000","last_unstale":"2024-09-13T15:09:01.790133+0000","last_undegraded":"2024-09-13T15:09:01.790133+0000","last_fullsized":"2024-09-13T15:09:01.790133+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:28:53.539736+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[0,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.11","version":"0'0","reported_seq":120,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:49.024575+0000","last_change":"2024-09-13T15:03:38.354041+0000","last_active":"2024-09-13T15:08:49.024575+0000","last_peered":"2024-09-13T15:08:49.024575+0000","last_clean":"2024-09-13T15:08:49.024575+0000","last_became_active":"2024-09-13T15:03:38.351864+0000","last_became_peered":"2024-09-13T15:03:38.351864+0000","last_unstale":"2024-09-13T15:08:49.024575+0000","last_undegraded":"2024-09-13T15:08:49.024575+0000","last_fullsized":"2024-09-13T15:08:49.024575+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:43:45.532422+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[7,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.12","version":"373'149","reported_seq":1806,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:48.682096+0000","last_change":"2024-09-13T15:03:38.356066+0000","last_active":"2024-09-13T15:08:48.682096+0000","last_peered":"2024-09-13T15:08:48.682096+0000","last_clean":"2024-09-13T15:08:48.682096+0000","last_became_active":"2024-09-13T15:03:38.355743+0000","last_became_peered":"2024-09-13T15:03:38.355743+0000","last_unstale":"2024-09-13T15:08:48.682096+0000","last_undegraded":"2024-09-13T15:08:48.682096+0000","last_fullsized":"2024-09-13T15:08:48.682096+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:46.963090+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:46.963090+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:18:39.622092+0000","scrub_duration":0.0014971279999999999,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[5,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.17","version":"0'0","reported_seq":71,"reported_epoch":1452,"state":"active+clean","last_fresh":"2024-09-13T15:09:01.800345+0000","last_change":"2024-09-13T15:05:51.734614+0000","last_active":"2024-09-13T15:09:01.800345+0000","last_peered":"2024-09-13T15:09:01.800345+0000","last_clean":"2024-09-13T15:09:01.800345+0000","last_became_active":"2024-09-13T15:05:51.734240+0000","last_became_peered":"2024-09-13T15:05:51.734240+0000","last_unstale":"2024-09-13T15:09:01.800345+0000","last_undegraded":"2024-09-13T15:09:01.800345+0000","last_fullsized":"2024-09-13T15:09:01.800345+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:39:54.213629+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[3,7,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.10","version":"70'8","reported_seq":118,"reported_epoch":1452,"state":"active+clean","last_fresh":"2024-09-13T15:09:01.789630+0000","last_change":"2024-09-13T15:05:47.285978+0000","last_active":"2024-09-13T15:09:01.789630+0000","last_peered":"2024-09-13T15:09:01.789630+0000","last_clean":"2024-09-13T15:09:01.789630+0000","last_became_active":"2024-09-13T15:03:51.626453+0000","last_became_peered":"2024-09-13T15:03:51.626453+0000","last_unstale":"2024-09-13T15:09:01.789630+0000","last_undegraded":"2024-09-13T15:09:01.789630+0000","last_fullsized":"2024-09-13T15:09:01.789630+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1419,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T01:57:18.346358+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":20,"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":[0,5,3],"acting":[0,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"11.7","version":"1452'7854","reported_seq":7876,"reported_epoch":1452,"state":"active+clean","last_fresh":"2024-09-13T15:09:16.070121+0000","last_change":"2024-09-13T15:07:14.123016+0000","last_active":"2024-09-13T15:09:16.070121+0000","last_peered":"2024-09-13T15:09:16.070121+0000","last_clean":"2024-09-13T15:09:16.070121+0000","last_became_active":"2024-09-13T15:07:14.122640+0000","last_became_peered":"2024-09-13T15:07:14.122640+0000","last_unstale":"2024-09-13T15:09:16.070121+0000","last_undegraded":"2024-09-13T15:09:16.070121+0000","last_fullsized":"2024-09-13T15:09:16.070121+0000","mapping_epoch":1439,"log_start":"1442'1000","ondisk_log_start":"1442'1000","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":6854,"log_dups_size":0,"ondisk_log_size":6854,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:32:15.200453+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":337248256,"num_objects":5146,"num_object_clones":0,"num_object_copies":15438,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5146,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":7854,"num_write_kb":416000,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[5,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"1.d","version":"373'149","reported_seq":1801,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:49.025286+0000","last_change":"2024-09-13T15:07:01.928087+0000","last_active":"2024-09-13T15:08:49.025286+0000","last_peered":"2024-09-13T15:08:49.025286+0000","last_clean":"2024-09-13T15:08:49.025286+0000","last_became_active":"2024-09-13T15:03:38.350105+0000","last_became_peered":"2024-09-13T15:03:38.350105+0000","last_unstale":"2024-09-13T15:08:49.025286+0000","last_undegraded":"2024-09-13T15:08:49.025286+0000","last_fullsized":"2024-09-13T15:08:49.025286+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:07:01.927969+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:07:01.927969+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:18:08.638205+0000","scrub_duration":0.0022436270000000002,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.f","version":"70'1","reported_seq":137,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:49.025517+0000","last_change":"2024-09-13T15:03:51.626292+0000","last_active":"2024-09-13T15:08:49.025517+0000","last_peered":"2024-09-13T15:08:49.025517+0000","last_clean":"2024-09-13T15:08:49.025517+0000","last_became_active":"2024-09-13T15:03:51.623114+0000","last_became_peered":"2024-09-13T15:03:51.623114+0000","last_unstale":"2024-09-13T15:08:49.025517+0000","last_undegraded":"2024-09-13T15:08:49.025517+0000","last_fullsized":"2024-09-13T15:08:49.025517+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T15:05:32.910110+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":3,"num_bytes_recovered":66,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[7,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.8","version":"0'0","reported_seq":1479,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:48.681959+0000","last_change":"2024-09-13T15:03:38.353305+0000","last_active":"2024-09-13T15:08:48.681959+0000","last_peered":"2024-09-13T15:08:48.681959+0000","last_clean":"2024-09-13T15:08:48.681959+0000","last_became_active":"2024-09-13T15:03:38.352879+0000","last_became_peered":"2024-09-13T15:03:38.352879+0000","last_unstale":"2024-09-13T15:08:48.681959+0000","last_undegraded":"2024-09-13T15:08:48.681959+0000","last_fullsized":"2024-09-13T15:08:48.681959+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:40:30.592651+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"11.6","version":"1452'7795","reported_seq":7832,"reported_epoch":1452,"state":"active+clean","last_fresh":"2024-09-13T15:09:14.983018+0000","last_change":"2024-09-13T15:07:14.122904+0000","last_active":"2024-09-13T15:09:14.983018+0000","last_peered":"2024-09-13T15:09:14.983018+0000","last_clean":"2024-09-13T15:09:14.983018+0000","last_became_active":"2024-09-13T15:07:14.122572+0000","last_became_peered":"2024-09-13T15:07:14.122572+0000","last_unstale":"2024-09-13T15:09:14.983018+0000","last_undegraded":"2024-09-13T15:09:14.983018+0000","last_fullsized":"2024-09-13T15:09:14.983018+0000","mapping_epoch":1439,"log_start":"1443'1200","ondisk_log_start":"1443'1200","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":6595,"log_dups_size":0,"ondisk_log_size":6595,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:55:33.479447+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":345702400,"num_objects":5275,"num_object_clones":0,"num_object_copies":15825,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5275,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":7795,"num_write_kb":418240,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.c","version":"373'149","reported_seq":1905,"reported_epoch":1452,"state":"active+clean","last_fresh":"2024-09-13T15:09:01.799467+0000","last_change":"2024-09-13T15:01:59.354979+0000","last_active":"2024-09-13T15:09:01.799467+0000","last_peered":"2024-09-13T15:09:01.799467+0000","last_clean":"2024-09-13T15:09:01.799467+0000","last_became_active":"2024-09-13T15:01:59.354085+0000","last_became_peered":"2024-09-13T15:01:59.354085+0000","last_unstale":"2024-09-13T15:09:01.799467+0000","last_undegraded":"2024-09-13T15:09:01.799467+0000","last_fullsized":"2024-09-13T15:09:01.799467+0000","mapping_epoch":1361,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1362,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:44.558993+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:44.558993+0000","objects_scrubbed":1,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:27:40.542397+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":327680,"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":1,"num_bytes_recovered":327680,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.e","version":"70'2","reported_seq":124,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:49.025364+0000","last_change":"2024-09-13T15:03:38.349897+0000","last_active":"2024-09-13T15:08:49.025364+0000","last_peered":"2024-09-13T15:08:49.025364+0000","last_clean":"2024-09-13T15:08:49.025364+0000","last_became_active":"2024-09-13T15:03:38.348354+0000","last_became_peered":"2024-09-13T15:03:38.348354+0000","last_unstale":"2024-09-13T15:08:49.025364+0000","last_undegraded":"2024-09-13T15:08:49.025364+0000","last_fullsized":"2024-09-13T15:08:49.025364+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T15:43:40.950366+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":2,"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,1],"acting":[7,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.9","version":"0'0","reported_seq":196,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:49.024654+0000","last_change":"2024-09-13T15:05:51.743005+0000","last_active":"2024-09-13T15:08:49.024654+0000","last_peered":"2024-09-13T15:08:49.024654+0000","last_clean":"2024-09-13T15:08:49.024654+0000","last_became_active":"2024-09-13T15:05:51.742687+0000","last_became_peered":"2024-09-13T15:05:51.742687+0000","last_unstale":"2024-09-13T15:08:49.024654+0000","last_undegraded":"2024-09-13T15:08:49.024654+0000","last_fullsized":"2024-09-13T15:08:49.024654+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:25:15.943530+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"11.5","version":"1452'7913","reported_seq":7935,"reported_epoch":1452,"state":"active+clean","last_fresh":"2024-09-13T15:09:17.411915+0000","last_change":"2024-09-13T15:07:14.097253+0000","last_active":"2024-09-13T15:09:17.411915+0000","last_peered":"2024-09-13T15:09:17.411915+0000","last_clean":"2024-09-13T15:09:17.411915+0000","last_became_active":"2024-09-13T15:07:14.097010+0000","last_became_peered":"2024-09-13T15:07:14.097010+0000","last_unstale":"2024-09-13T15:09:17.411915+0000","last_undegraded":"2024-09-13T15:09:17.411915+0000","last_fullsized":"2024-09-13T15:09:17.411915+0000","mapping_epoch":1439,"log_start":"1443'1500","ondisk_log_start":"1443'1500","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":6413,"log_dups_size":0,"ondisk_log_size":6413,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:19:48.034238+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":335609856,"num_objects":5121,"num_object_clones":0,"num_object_copies":15363,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5121,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":7913,"num_write_kb":417088,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[7,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.f","version":"373'149","reported_seq":1800,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:48.682380+0000","last_change":"2024-09-13T15:01:28.027947+0000","last_active":"2024-09-13T15:08:48.682380+0000","last_peered":"2024-09-13T15:08:48.682380+0000","last_clean":"2024-09-13T15:08:48.682380+0000","last_became_active":"2024-09-13T15:01:28.027514+0000","last_became_peered":"2024-09-13T15:01:28.027514+0000","last_unstale":"2024-09-13T15:08:48.682380+0000","last_undegraded":"2024-09-13T15:08:48.682380+0000","last_fullsized":"2024-09-13T15:08:48.682380+0000","mapping_epoch":1349,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1350,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:41.996887+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:41.996887+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:41:46.361463+0000","scrub_duration":0.0021616460000000001,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[5,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.d","version":"70'1","reported_seq":164,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:49.025424+0000","last_change":"2024-09-13T15:03:38.351064+0000","last_active":"2024-09-13T15:08:49.025424+0000","last_peered":"2024-09-13T15:08:49.025424+0000","last_clean":"2024-09-13T15:08:49.025424+0000","last_became_active":"2024-09-13T15:03:38.348082+0000","last_became_peered":"2024-09-13T15:03:38.348082+0000","last_unstale":"2024-09-13T15:08:49.025424+0000","last_undegraded":"2024-09-13T15:08:49.025424+0000","last_fullsized":"2024-09-13T15:08:49.025424+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T20:26:11.922683+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":4,"num_bytes_recovered":280,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[7,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.a","version":"0'0","reported_seq":120,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:49.024877+0000","last_change":"2024-09-13T15:03:38.356492+0000","last_active":"2024-09-13T15:08:49.024877+0000","last_peered":"2024-09-13T15:08:49.024877+0000","last_clean":"2024-09-13T15:08:49.024877+0000","last_became_active":"2024-09-13T15:03:38.356178+0000","last_became_peered":"2024-09-13T15:03:38.356178+0000","last_unstale":"2024-09-13T15:08:49.024877+0000","last_undegraded":"2024-09-13T15:08:49.024877+0000","last_fullsized":"2024-09-13T15:08:49.024877+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:00:06.309035+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[7,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"11.4","version":"1452'8040","reported_seq":8062,"reported_epoch":1452,"state":"active+clean","last_fresh":"2024-09-13T15:09:17.403261+0000","last_change":"2024-09-13T15:07:14.124685+0000","last_active":"2024-09-13T15:09:17.403261+0000","last_peered":"2024-09-13T15:09:17.403261+0000","last_clean":"2024-09-13T15:09:17.403261+0000","last_became_active":"2024-09-13T15:07:14.124359+0000","last_became_peered":"2024-09-13T15:07:14.124359+0000","last_unstale":"2024-09-13T15:09:17.403261+0000","last_undegraded":"2024-09-13T15:09:17.403261+0000","last_fullsized":"2024-09-13T15:09:17.403261+0000","mapping_epoch":1439,"log_start":"1443'1600","ondisk_log_start":"1443'1600","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":6440,"log_dups_size":0,"ondisk_log_size":6440,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:31:57.278179+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":344588288,"num_objects":5258,"num_object_clones":0,"num_object_copies":15774,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5258,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":8040,"num_write_kb":425536,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[7,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.e","version":"373'149","reported_seq":1850,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:49.025968+0000","last_change":"2024-09-13T15:03:38.351489+0000","last_active":"2024-09-13T15:08:49.025968+0000","last_peered":"2024-09-13T15:08:49.025968+0000","last_clean":"2024-09-13T15:08:49.025968+0000","last_became_active":"2024-09-13T15:03:38.350896+0000","last_became_peered":"2024-09-13T15:03:38.350896+0000","last_unstale":"2024-09-13T15:08:49.025968+0000","last_undegraded":"2024-09-13T15:08:49.025968+0000","last_fullsized":"2024-09-13T15:08:49.025968+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:46.145574+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:46.145574+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:18:57.368977+0000","scrub_duration":0.0016746529999999999,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7,3],"acting":[4,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.c","version":"0'0","reported_seq":1460,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:09:01.081984+0000","last_change":"2024-09-13T15:01:24.974778+0000","last_active":"2024-09-13T15:09:01.081984+0000","last_peered":"2024-09-13T15:09:01.081984+0000","last_clean":"2024-09-13T15:09:01.081984+0000","last_became_active":"2024-09-13T15:01:24.974473+0000","last_became_peered":"2024-09-13T15:01:24.974473+0000","last_unstale":"2024-09-13T15:09:01.081984+0000","last_undegraded":"2024-09-13T15:09:01.081984+0000","last_fullsized":"2024-09-13T15:09:01.081984+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:46:28.574203+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[5,3,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.b","version":"0'0","reported_seq":2124,"reported_epoch":1452,"state":"active+clean","last_fresh":"2024-09-13T15:09:01.790168+0000","last_change":"2024-09-13T14:57:14.903236+0000","last_active":"2024-09-13T15:09:01.790168+0000","last_peered":"2024-09-13T15:09:01.790168+0000","last_clean":"2024-09-13T15:09:01.790168+0000","last_became_active":"2024-09-13T14:57:14.902951+0000","last_became_peered":"2024-09-13T14:57:14.902951+0000","last_unstale":"2024-09-13T15:09:01.790168+0000","last_undegraded":"2024-09-13T15:09:01.790168+0000","last_fullsized":"2024-09-13T15:09:01.790168+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:55:09.250185+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"11.3","version":"1452'7794","reported_seq":7816,"reported_epoch":1452,"state":"active+clean","last_fresh":"2024-09-13T15:09:17.388953+0000","last_change":"2024-09-13T15:07:14.122443+0000","last_active":"2024-09-13T15:09:17.388953+0000","last_peered":"2024-09-13T15:09:17.388953+0000","last_clean":"2024-09-13T15:09:17.388953+0000","last_became_active":"2024-09-13T15:07:14.122118+0000","last_became_peered":"2024-09-13T15:07:14.122118+0000","last_unstale":"2024-09-13T15:09:17.388953+0000","last_undegraded":"2024-09-13T15:09:17.388953+0000","last_fullsized":"2024-09-13T15:09:17.388953+0000","mapping_epoch":1439,"log_start":"1443'1400","ondisk_log_start":"1443'1400","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":6394,"log_dups_size":0,"ondisk_log_size":6394,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:44:05.215571+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":333447168,"num_objects":5088,"num_object_clones":0,"num_object_copies":15264,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5088,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":7794,"num_write_kb":412224,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[7,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.9","version":"373'149","reported_seq":1760,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:49.024724+0000","last_change":"2024-09-13T15:03:38.352975+0000","last_active":"2024-09-13T15:08:49.024724+0000","last_peered":"2024-09-13T15:08:49.024724+0000","last_clean":"2024-09-13T15:08:49.024724+0000","last_became_active":"2024-09-13T15:03:38.351931+0000","last_became_peered":"2024-09-13T15:03:38.351931+0000","last_unstale":"2024-09-13T15:08:49.024724+0000","last_undegraded":"2024-09-13T15:08:49.024724+0000","last_fullsized":"2024-09-13T15:08:49.024724+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:00.672283+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:00.672283+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:33:57.200088+0000","scrub_duration":8,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[7,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.b","version":"70'2","reported_seq":240,"reported_epoch":1452,"state":"active+clean","last_fresh":"2024-09-13T15:09:01.800992+0000","last_change":"2024-09-13T15:03:51.624583+0000","last_active":"2024-09-13T15:09:01.800992+0000","last_peered":"2024-09-13T15:09:01.800992+0000","last_clean":"2024-09-13T15:09:01.800992+0000","last_became_active":"2024-09-13T15:03:51.620984+0000","last_became_peered":"2024-09-13T15:03:51.620984+0000","last_unstale":"2024-09-13T15:09:01.800992+0000","last_undegraded":"2024-09-13T15:09:01.800992+0000","last_fullsized":"2024-09-13T15:09:01.800992+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T21:45:32.793080+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":4,"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":[3,0,4],"acting":[3,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.c","version":"0'0","reported_seq":214,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:49.032048+0000","last_change":"2024-09-13T15:01:24.978702+0000","last_active":"2024-09-13T15:08:49.032048+0000","last_peered":"2024-09-13T15:08:49.032048+0000","last_clean":"2024-09-13T15:08:49.032048+0000","last_became_active":"2024-09-13T15:01:24.977757+0000","last_became_peered":"2024-09-13T15:01:24.977757+0000","last_unstale":"2024-09-13T15:08:49.032048+0000","last_undegraded":"2024-09-13T15:08:49.032048+0000","last_fullsized":"2024-09-13T15:08:49.032048+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:22:07.527337+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,3,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"11.2","version":"1452'7753","reported_seq":7790,"reported_epoch":1452,"state":"active+clean","last_fresh":"2024-09-13T15:09:16.781735+0000","last_change":"2024-09-13T15:07:14.096632+0000","last_active":"2024-09-13T15:09:16.781735+0000","last_peered":"2024-09-13T15:09:16.781735+0000","last_clean":"2024-09-13T15:09:16.781735+0000","last_became_active":"2024-09-13T15:07:14.096037+0000","last_became_peered":"2024-09-13T15:07:14.096037+0000","last_unstale":"2024-09-13T15:09:16.781735+0000","last_undegraded":"2024-09-13T15:09:16.781735+0000","last_fullsized":"2024-09-13T15:09:16.781735+0000","mapping_epoch":1439,"log_start":"0'0","ondisk_log_start":"0'0","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":7753,"log_dups_size":0,"ondisk_log_size":7753,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:33:30.082142+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":333250560,"num_objects":5085,"num_object_clones":0,"num_object_copies":15255,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5085,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":7753,"num_write_kb":410816,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.8","version":"373'149","reported_seq":1831,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:48.681868+0000","last_change":"2024-09-13T15:01:28.028879+0000","last_active":"2024-09-13T15:08:48.681868+0000","last_peered":"2024-09-13T15:08:48.681868+0000","last_clean":"2024-09-13T15:08:48.681868+0000","last_became_active":"2024-09-13T15:01:28.025980+0000","last_became_peered":"2024-09-13T15:01:28.025980+0000","last_unstale":"2024-09-13T15:08:48.681868+0000","last_undegraded":"2024-09-13T15:08:48.681868+0000","last_fullsized":"2024-09-13T15:08:48.681868+0000","mapping_epoch":1349,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1350,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:06.782570+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:06.782570+0000","objects_scrubbed":1,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:31:55.692142+0000","scrub_duration":2,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":262688,"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":4,"num_bytes_recovered":1050752,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[5,2,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.a","version":"0'0","reported_seq":205,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:49.024862+0000","last_change":"2024-09-13T15:01:24.976401+0000","last_active":"2024-09-13T15:08:49.024862+0000","last_peered":"2024-09-13T15:08:49.024862+0000","last_clean":"2024-09-13T15:08:49.024862+0000","last_became_active":"2024-09-13T15:01:24.975687+0000","last_became_peered":"2024-09-13T15:01:24.975687+0000","last_unstale":"2024-09-13T15:08:49.024862+0000","last_undegraded":"2024-09-13T15:08:49.024862+0000","last_fullsized":"2024-09-13T15:08:49.024862+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:37:56.277103+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.d","version":"0'0","reported_seq":196,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:49.025688+0000","last_change":"2024-09-13T15:01:09.620455+0000","last_active":"2024-09-13T15:08:49.025688+0000","last_peered":"2024-09-13T15:08:49.025688+0000","last_clean":"2024-09-13T15:08:49.025688+0000","last_became_active":"2024-09-13T15:01:09.620141+0000","last_became_peered":"2024-09-13T15:01:09.620141+0000","last_unstale":"2024-09-13T15:08:49.025688+0000","last_undegraded":"2024-09-13T15:08:49.025688+0000","last_fullsized":"2024-09-13T15:08:49.025688+0000","mapping_epoch":1341,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1342,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:40:38.384024+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,1],"acting":[4,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"11.1","version":"1452'7675","reported_seq":7711,"reported_epoch":1452,"state":"active+clean","last_fresh":"2024-09-13T15:09:14.641560+0000","last_change":"2024-09-13T15:07:14.095632+0000","last_active":"2024-09-13T15:09:14.641560+0000","last_peered":"2024-09-13T15:09:14.641560+0000","last_clean":"2024-09-13T15:09:14.641560+0000","last_became_active":"2024-09-13T15:07:14.095325+0000","last_became_peered":"2024-09-13T15:07:14.095325+0000","last_unstale":"2024-09-13T15:09:14.641560+0000","last_undegraded":"2024-09-13T15:09:14.641560+0000","last_fullsized":"2024-09-13T15:09:14.641560+0000","mapping_epoch":1439,"log_start":"1443'2000","ondisk_log_start":"1443'2000","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":5675,"log_dups_size":0,"ondisk_log_size":5675,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:18:24.578701+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":350552064,"num_objects":5349,"num_object_clones":0,"num_object_copies":16047,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5349,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":7675,"num_write_kb":416768,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[3,0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"1.b","version":"373'149","reported_seq":1885,"reported_epoch":1452,"state":"active+clean","last_fresh":"2024-09-13T15:09:01.790142+0000","last_change":"2024-09-13T14:58:46.524171+0000","last_active":"2024-09-13T15:09:01.790142+0000","last_peered":"2024-09-13T15:09:01.790142+0000","last_clean":"2024-09-13T15:09:01.790142+0000","last_became_active":"2024-09-13T14:58:43.532183+0000","last_became_peered":"2024-09-13T14:58:43.532183+0000","last_unstale":"2024-09-13T15:09:01.790142+0000","last_undegraded":"2024-09-13T15:09:01.790142+0000","last_fullsized":"2024-09-13T15:09:01.790142+0000","mapping_epoch":1310,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1311,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:46.524124+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:46.524124+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:27:09.177423+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.9","version":"0'0","reported_seq":219,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:49.024888+0000","last_change":"2024-09-13T15:03:38.354984+0000","last_active":"2024-09-13T15:08:49.024888+0000","last_peered":"2024-09-13T15:08:49.024888+0000","last_clean":"2024-09-13T15:08:49.024888+0000","last_became_active":"2024-09-13T15:03:38.354709+0000","last_became_peered":"2024-09-13T15:03:38.354709+0000","last_unstale":"2024-09-13T15:08:49.024888+0000","last_undegraded":"2024-09-13T15:08:49.024888+0000","last_fullsized":"2024-09-13T15:08:49.024888+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:59:16.039432+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,7],"acting":[4,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.e","version":"0'0","reported_seq":214,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:49.025789+0000","last_change":"2024-09-13T15:02:46.589725+0000","last_active":"2024-09-13T15:08:49.025789+0000","last_peered":"2024-09-13T15:08:49.025789+0000","last_clean":"2024-09-13T15:08:49.025789+0000","last_became_active":"2024-09-13T15:02:46.589402+0000","last_became_peered":"2024-09-13T15:02:46.589402+0000","last_unstale":"2024-09-13T15:08:49.025789+0000","last_undegraded":"2024-09-13T15:08:49.025789+0000","last_fullsized":"2024-09-13T15:08:49.025789+0000","mapping_epoch":1389,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1390,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:04:57.106829+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"11.0","version":"1452'7865","reported_seq":7903,"reported_epoch":1452,"state":"active+clean","last_fresh":"2024-09-13T15:09:14.640812+0000","last_change":"2024-09-13T15:07:14.123552+0000","last_active":"2024-09-13T15:09:14.640812+0000","last_peered":"2024-09-13T15:09:14.640812+0000","last_clean":"2024-09-13T15:09:14.640812+0000","last_became_active":"2024-09-13T15:07:14.123280+0000","last_became_peered":"2024-09-13T15:07:14.123280+0000","last_unstale":"2024-09-13T15:09:14.640812+0000","last_undegraded":"2024-09-13T15:09:14.640812+0000","last_fullsized":"2024-09-13T15:09:14.640812+0000","mapping_epoch":1439,"log_start":"1443'2200","ondisk_log_start":"1443'2200","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":5665,"log_dups_size":0,"ondisk_log_size":5665,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:05:55.956653+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":347668480,"num_objects":5305,"num_object_clones":0,"num_object_copies":15915,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5305,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":7865,"num_write_kb":421440,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.a","version":"373'149","reported_seq":1779,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:48.682092+0000","last_change":"2024-09-13T15:01:12.669843+0000","last_active":"2024-09-13T15:08:48.682092+0000","last_peered":"2024-09-13T15:08:48.682092+0000","last_clean":"2024-09-13T15:08:48.682092+0000","last_became_active":"2024-09-13T15:01:12.669313+0000","last_became_peered":"2024-09-13T15:01:12.669313+0000","last_unstale":"2024-09-13T15:08:48.682092+0000","last_undegraded":"2024-09-13T15:08:48.682092+0000","last_fullsized":"2024-09-13T15:08:48.682092+0000","mapping_epoch":1344,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1345,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:05.812475+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:05.812475+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:45:44.908862+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[5,2,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.8","version":"0'0","reported_seq":71,"reported_epoch":1452,"state":"active+clean","last_fresh":"2024-09-13T15:09:01.805008+0000","last_change":"2024-09-13T15:05:51.743180+0000","last_active":"2024-09-13T15:09:01.805008+0000","last_peered":"2024-09-13T15:09:01.805008+0000","last_clean":"2024-09-13T15:09:01.805008+0000","last_became_active":"2024-09-13T15:05:51.742786+0000","last_became_peered":"2024-09-13T15:05:51.742786+0000","last_unstale":"2024-09-13T15:09:01.805008+0000","last_undegraded":"2024-09-13T15:09:01.805008+0000","last_fullsized":"2024-09-13T15:09:01.805008+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:43:22.519481+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.f","version":"0'0","reported_seq":26,"reported_epoch":1452,"state":"active+clean","last_fresh":"2024-09-13T15:09:01.781706+0000","last_change":"2024-09-13T15:07:48.163399+0000","last_active":"2024-09-13T15:09:01.781706+0000","last_peered":"2024-09-13T15:09:01.781706+0000","last_clean":"2024-09-13T15:09:01.781706+0000","last_became_active":"2024-09-13T15:07:48.163060+0000","last_became_peered":"2024-09-13T15:07:48.163060+0000","last_unstale":"2024-09-13T15:09:01.781706+0000","last_undegraded":"2024-09-13T15:09:01.781706+0000","last_fullsized":"2024-09-13T15:09:01.781706+0000","mapping_epoch":1444,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1445,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:32:11.459505+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[2,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"11.a","version":"1452'8005","reported_seq":8042,"reported_epoch":1452,"state":"active+clean","last_fresh":"2024-09-13T15:09:14.621369+0000","last_change":"2024-09-13T15:07:14.123660+0000","last_active":"2024-09-13T15:09:14.621369+0000","last_peered":"2024-09-13T15:09:14.621369+0000","last_clean":"2024-09-13T15:09:14.621369+0000","last_became_active":"2024-09-13T15:07:14.123397+0000","last_became_peered":"2024-09-13T15:07:14.123397+0000","last_unstale":"2024-09-13T15:09:14.621369+0000","last_undegraded":"2024-09-13T15:09:14.621369+0000","last_fullsized":"2024-09-13T15:09:14.621369+0000","mapping_epoch":1439,"log_start":"1443'2300","ondisk_log_start":"1443'2300","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":5705,"log_dups_size":0,"ondisk_log_size":5705,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:47:10.588203+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":358678528,"num_objects":5473,"num_object_clones":0,"num_object_copies":16419,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5473,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":8005,"num_write_kb":431296,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[3,5,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"1.0","version":"373'149","reported_seq":1782,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:49.024544+0000","last_change":"2024-09-13T15:07:04.951005+0000","last_active":"2024-09-13T15:08:49.024544+0000","last_peered":"2024-09-13T15:08:49.024544+0000","last_clean":"2024-09-13T15:08:49.024544+0000","last_became_active":"2024-09-13T15:03:54.431663+0000","last_became_peered":"2024-09-13T15:03:54.431663+0000","last_unstale":"2024-09-13T15:08:49.024544+0000","last_undegraded":"2024-09-13T15:08:49.024544+0000","last_fullsized":"2024-09-13T15:08:49.024544+0000","mapping_epoch":1407,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":1408,"parent":"0.0","parent_split_bits":0,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:07:04.950859+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:07:04.950859+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:07:49.239979+0000","scrub_duration":0.0020154529999999999,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"2.3","version":"63'1","reported_seq":1535,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:48.682640+0000","last_change":"2024-09-13T15:03:38.346531+0000","last_active":"2024-09-13T15:08:48.682640+0000","last_peered":"2024-09-13T15:08:48.682640+0000","last_clean":"2024-09-13T15:08:48.682640+0000","last_became_active":"2024-09-13T15:03:38.345909+0000","last_became_peered":"2024-09-13T15:03:38.345909+0000","last_unstale":"2024-09-13T15:08:48.682640+0000","last_undegraded":"2024-09-13T15:08:48.682640+0000","last_fullsized":"2024-09-13T15:08:48.682640+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-14T14:55:44.823772+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029038399999999998,"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":7,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":71,"reported_epoch":1452,"state":"active+clean","last_fresh":"2024-09-13T15:09:01.799801+0000","last_change":"2024-09-13T15:05:51.734474+0000","last_active":"2024-09-13T15:09:01.799801+0000","last_peered":"2024-09-13T15:09:01.799801+0000","last_clean":"2024-09-13T15:09:01.799801+0000","last_became_active":"2024-09-13T15:05:51.734151+0000","last_became_peered":"2024-09-13T15:05:51.734151+0000","last_unstale":"2024-09-13T15:09:01.799801+0000","last_undegraded":"2024-09-13T15:09:01.799801+0000","last_fullsized":"2024-09-13T15:09:01.799801+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:39:56.749516+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[3,5,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.5","version":"0'0","reported_seq":211,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:49.025607+0000","last_change":"2024-09-13T15:03:38.352837+0000","last_active":"2024-09-13T15:08:49.025607+0000","last_peered":"2024-09-13T15:08:49.025607+0000","last_clean":"2024-09-13T15:08:49.025607+0000","last_became_active":"2024-09-13T15:03:38.352572+0000","last_became_peered":"2024-09-13T15:03:38.352572+0000","last_unstale":"2024-09-13T15:08:49.025607+0000","last_undegraded":"2024-09-13T15:08:49.025607+0000","last_fullsized":"2024-09-13T15:08:49.025607+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:24:21.126416+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7,0],"acting":[4,7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"11.9","version":"1452'7789","reported_seq":7826,"reported_epoch":1452,"state":"active+clean","last_fresh":"2024-09-13T15:09:14.622431+0000","last_change":"2024-09-13T15:07:14.122720+0000","last_active":"2024-09-13T15:09:14.622431+0000","last_peered":"2024-09-13T15:09:14.622431+0000","last_clean":"2024-09-13T15:09:14.622431+0000","last_became_active":"2024-09-13T15:07:14.122420+0000","last_became_peered":"2024-09-13T15:07:14.122420+0000","last_unstale":"2024-09-13T15:09:14.622431+0000","last_undegraded":"2024-09-13T15:09:14.622431+0000","last_fullsized":"2024-09-13T15:09:14.622431+0000","mapping_epoch":1439,"log_start":"1443'2100","ondisk_log_start":"1443'2100","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":5689,"log_dups_size":0,"ondisk_log_size":5689,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:18:38.877810+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":350814208,"num_objects":5353,"num_object_clones":0,"num_object_copies":16059,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5353,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":7789,"num_write_kb":420544,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.3","version":"373'149","reported_seq":1784,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:49.025133+0000","last_change":"2024-09-13T14:58:41.253414+0000","last_active":"2024-09-13T15:08:49.025133+0000","last_peered":"2024-09-13T15:08:49.025133+0000","last_clean":"2024-09-13T15:08:49.025133+0000","last_became_active":"2024-09-13T14:57:55.737391+0000","last_became_peered":"2024-09-13T14:57:55.737391+0000","last_unstale":"2024-09-13T15:08:49.025133+0000","last_undegraded":"2024-09-13T15:08:49.025133+0000","last_fullsized":"2024-09-13T15:08:49.025133+0000","mapping_epoch":1296,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1297,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:41.253310+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:41.253310+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:24:04.946981+0000","scrub_duration":0.0016916399999999999,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[4,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.0","version":"0'0","reported_seq":120,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:49.024404+0000","last_change":"2024-09-13T15:03:38.347804+0000","last_active":"2024-09-13T15:08:49.024404+0000","last_peered":"2024-09-13T15:08:49.024404+0000","last_clean":"2024-09-13T15:08:49.024404+0000","last_became_active":"2024-09-13T15:03:38.347397+0000","last_became_peered":"2024-09-13T15:03:38.347397+0000","last_unstale":"2024-09-13T15:08:49.024404+0000","last_undegraded":"2024-09-13T15:08:49.024404+0000","last_fullsized":"2024-09-13T15:08:49.024404+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:43:12.424555+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000322109,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":2155,"reported_epoch":1452,"state":"active+clean","last_fresh":"2024-09-13T15:09:01.790480+0000","last_change":"2024-09-13T15:05:51.740565+0000","last_active":"2024-09-13T15:09:01.790480+0000","last_peered":"2024-09-13T15:09:01.790480+0000","last_clean":"2024-09-13T15:09:01.790480+0000","last_became_active":"2024-09-13T15:05:51.740130+0000","last_became_peered":"2024-09-13T15:05:51.740130+0000","last_unstale":"2024-09-13T15:09:01.790480+0000","last_undegraded":"2024-09-13T15:09:01.790480+0000","last_fullsized":"2024-09-13T15:09:01.790480+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:52:58.980736+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.6","version":"0'0","reported_seq":108,"reported_epoch":1452,"state":"active+clean","last_fresh":"2024-09-13T15:09:01.789565+0000","last_change":"2024-09-13T15:03:51.623960+0000","last_active":"2024-09-13T15:09:01.789565+0000","last_peered":"2024-09-13T15:09:01.789565+0000","last_clean":"2024-09-13T15:09:01.789565+0000","last_became_active":"2024-09-13T15:03:51.623539+0000","last_became_peered":"2024-09-13T15:03:51.623539+0000","last_unstale":"2024-09-13T15:09:01.789565+0000","last_undegraded":"2024-09-13T15:09:01.789565+0000","last_fullsized":"2024-09-13T15:09:01.789565+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:33:47.315017+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"11.8","version":"1452'7837","reported_seq":7874,"reported_epoch":1452,"state":"active+clean","last_fresh":"2024-09-13T15:09:14.600778+0000","last_change":"2024-09-13T15:07:14.095833+0000","last_active":"2024-09-13T15:09:14.600778+0000","last_peered":"2024-09-13T15:09:14.600778+0000","last_clean":"2024-09-13T15:09:14.600778+0000","last_became_active":"2024-09-13T15:07:14.095511+0000","last_became_peered":"2024-09-13T15:07:14.095511+0000","last_unstale":"2024-09-13T15:09:14.600778+0000","last_undegraded":"2024-09-13T15:09:14.600778+0000","last_fullsized":"2024-09-13T15:09:14.600778+0000","mapping_epoch":1439,"log_start":"1443'2100","ondisk_log_start":"1443'2100","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":5737,"log_dups_size":0,"ondisk_log_size":5737,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:14:22.876964+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":352780288,"num_objects":5383,"num_object_clones":0,"num_object_copies":16149,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5383,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":7837,"num_write_kb":423040,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[3,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"1.2","version":"373'149","reported_seq":1736,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:49.024796+0000","last_change":"2024-09-13T15:03:38.357929+0000","last_active":"2024-09-13T15:08:49.024796+0000","last_peered":"2024-09-13T15:08:49.024796+0000","last_clean":"2024-09-13T15:08:49.024796+0000","last_became_active":"2024-09-13T15:03:38.357642+0000","last_became_peered":"2024-09-13T15:03:38.357642+0000","last_unstale":"2024-09-13T15:08:49.024796+0000","last_undegraded":"2024-09-13T15:08:49.024796+0000","last_fullsized":"2024-09-13T15:08:49.024796+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:45.571820+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:45.571820+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:40:09.261995+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.1","version":"0'0","reported_seq":241,"reported_epoch":1452,"state":"active+clean","last_fresh":"2024-09-13T15:09:01.782132+0000","last_change":"2024-09-13T15:05:51.737191+0000","last_active":"2024-09-13T15:09:01.782132+0000","last_peered":"2024-09-13T15:09:01.782132+0000","last_clean":"2024-09-13T15:09:01.782132+0000","last_became_active":"2024-09-13T15:05:51.736725+0000","last_became_peered":"2024-09-13T15:05:51.736725+0000","last_unstale":"2024-09-13T15:09:01.782132+0000","last_undegraded":"2024-09-13T15:09:01.782132+0000","last_fullsized":"2024-09-13T15:09:01.782132+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:40:12.764444+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00030931399999999999,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":235,"reported_epoch":1452,"state":"active+clean","last_fresh":"2024-09-13T15:09:01.783270+0000","last_change":"2024-09-13T15:01:09.621555+0000","last_active":"2024-09-13T15:09:01.783270+0000","last_peered":"2024-09-13T15:09:01.783270+0000","last_clean":"2024-09-13T15:09:01.783270+0000","last_became_active":"2024-09-13T15:01:09.621210+0000","last_became_peered":"2024-09-13T15:01:09.621210+0000","last_unstale":"2024-09-13T15:09:01.783270+0000","last_undegraded":"2024-09-13T15:09:01.783270+0000","last_fullsized":"2024-09-13T15:09:01.783270+0000","mapping_epoch":1341,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1342,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:08:11.168661+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.7","version":"0'0","reported_seq":157,"reported_epoch":1452,"state":"active+clean","last_fresh":"2024-09-13T15:09:01.781883+0000","last_change":"2024-09-13T15:03:51.620120+0000","last_active":"2024-09-13T15:09:01.781883+0000","last_peered":"2024-09-13T15:09:01.781883+0000","last_clean":"2024-09-13T15:09:01.781883+0000","last_became_active":"2024-09-13T15:03:51.619628+0000","last_became_peered":"2024-09-13T15:03:51.619628+0000","last_unstale":"2024-09-13T15:09:01.781883+0000","last_undegraded":"2024-09-13T15:09:01.781883+0000","last_fullsized":"2024-09-13T15:09:01.781883+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:01:31.123910+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"11.b","version":"1452'7981","reported_seq":8018,"reported_epoch":1452,"state":"active+clean","last_fresh":"2024-09-13T15:09:14.622437+0000","last_change":"2024-09-13T15:07:14.124749+0000","last_active":"2024-09-13T15:09:14.622437+0000","last_peered":"2024-09-13T15:09:14.622437+0000","last_clean":"2024-09-13T15:09:14.622437+0000","last_became_active":"2024-09-13T15:07:14.124372+0000","last_became_peered":"2024-09-13T15:07:14.124372+0000","last_unstale":"2024-09-13T15:09:14.622437+0000","last_undegraded":"2024-09-13T15:09:14.622437+0000","last_fullsized":"2024-09-13T15:09:14.622437+0000","mapping_epoch":1439,"log_start":"1443'2300","ondisk_log_start":"1443'2300","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":5681,"log_dups_size":0,"ondisk_log_size":5681,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:36:05.580574+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":363921408,"num_objects":5553,"num_object_clones":0,"num_object_copies":16659,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5553,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":7981,"num_write_kb":433088,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[3,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"1.1","version":"373'149","reported_seq":1791,"reported_epoch":1452,"state":"active+clean","last_fresh":"2024-09-13T15:09:01.790441+0000","last_change":"2024-09-13T15:01:12.669020+0000","last_active":"2024-09-13T15:09:01.790441+0000","last_peered":"2024-09-13T15:09:01.790441+0000","last_clean":"2024-09-13T15:09:01.790441+0000","last_became_active":"2024-09-13T15:01:12.668669+0000","last_became_peered":"2024-09-13T15:01:12.668669+0000","last_unstale":"2024-09-13T15:09:01.790441+0000","last_undegraded":"2024-09-13T15:09:01.790441+0000","last_fullsized":"2024-09-13T15:09:01.790441+0000","mapping_epoch":1344,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1345,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:44.985050+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:44.985050+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:08:39.101982+0000","scrub_duration":0.0017537869999999999,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[5,0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.2","version":"65'2","reported_seq":1447,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:48.682287+0000","last_change":"2024-09-13T14:56:25.089588+0000","last_active":"2024-09-13T15:08:48.682287+0000","last_peered":"2024-09-13T15:08:48.682287+0000","last_clean":"2024-09-13T15:08:48.682287+0000","last_became_active":"2024-09-13T14:56:24.926628+0000","last_became_peered":"2024-09-13T14:56:24.926628+0000","last_unstale":"2024-09-13T15:08:48.682287+0000","last_undegraded":"2024-09-13T15:08:48.682287+0000","last_fullsized":"2024-09-13T15:08:48.682287+0000","mapping_epoch":1264,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1265,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-14T20:55:55.656534+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00094368000000000002,"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":1,"num_bytes_recovered":19,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"3.3","version":"0'0","reported_seq":187,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:49.025218+0000","last_change":"2024-09-13T14:57:14.902547+0000","last_active":"2024-09-13T15:08:49.025218+0000","last_peered":"2024-09-13T15:08:49.025218+0000","last_clean":"2024-09-13T15:08:49.025218+0000","last_became_active":"2024-09-13T14:57:14.902293+0000","last_became_peered":"2024-09-13T14:57:14.902293+0000","last_unstale":"2024-09-13T15:08:49.025218+0000","last_undegraded":"2024-09-13T15:08:49.025218+0000","last_fullsized":"2024-09-13T15:08:49.025218+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:56:57.423234+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.4","version":"0'0","reported_seq":241,"reported_epoch":1452,"state":"active+clean","last_fresh":"2024-09-13T15:09:01.782526+0000","last_change":"2024-09-13T15:01:24.976845+0000","last_active":"2024-09-13T15:09:01.782526+0000","last_peered":"2024-09-13T15:09:01.782526+0000","last_clean":"2024-09-13T15:09:01.782526+0000","last_became_active":"2024-09-13T15:01:24.976060+0000","last_became_peered":"2024-09-13T15:01:24.976060+0000","last_unstale":"2024-09-13T15:09:01.782526+0000","last_undegraded":"2024-09-13T15:09:01.782526+0000","last_fullsized":"2024-09-13T15:09:01.782526+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:53:30.324342+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[2,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"11.d","version":"1452'7815","reported_seq":7853,"reported_epoch":1452,"state":"active+clean","last_fresh":"2024-09-13T15:09:16.769270+0000","last_change":"2024-09-13T15:07:14.123573+0000","last_active":"2024-09-13T15:09:16.769270+0000","last_peered":"2024-09-13T15:09:16.769270+0000","last_clean":"2024-09-13T15:09:16.769270+0000","last_became_active":"2024-09-13T15:07:14.123290+0000","last_became_peered":"2024-09-13T15:07:14.123290+0000","last_unstale":"2024-09-13T15:09:16.769270+0000","last_undegraded":"2024-09-13T15:09:16.769270+0000","last_fullsized":"2024-09-13T15:09:16.769270+0000","mapping_epoch":1439,"log_start":"0'0","ondisk_log_start":"0'0","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":7815,"log_dups_size":0,"ondisk_log_size":7815,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:29:56.007228+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":339607576,"num_objects":5183,"num_object_clones":0,"num_object_copies":15549,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5183,"num_whiteouts":0,"num_read":1,"num_read_kb":1,"num_write":7815,"num_write_kb":415873,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[2,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"1.7","version":"373'149","reported_seq":1715,"reported_epoch":1452,"state":"active+clean","last_fresh":"2024-09-13T15:09:01.800439+0000","last_change":"2024-09-13T15:06:01.469716+0000","last_active":"2024-09-13T15:09:01.800439+0000","last_peered":"2024-09-13T15:09:01.800439+0000","last_clean":"2024-09-13T15:09:01.800439+0000","last_became_active":"2024-09-13T15:05:54.405373+0000","last_became_peered":"2024-09-13T15:05:54.405373+0000","last_unstale":"2024-09-13T15:09:01.800439+0000","last_undegraded":"2024-09-13T15:09:01.800439+0000","last_fullsized":"2024-09-13T15:09:01.800439+0000","mapping_epoch":1425,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1426,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:06:01.469635+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:06:01.469635+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:12:02.151647+0000","scrub_duration":5,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[3,7,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.5","version":"0'0","reported_seq":1508,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:48.682454+0000","last_change":"2024-09-13T15:01:24.988475+0000","last_active":"2024-09-13T15:08:48.682454+0000","last_peered":"2024-09-13T15:08:48.682454+0000","last_clean":"2024-09-13T15:08:48.682454+0000","last_became_active":"2024-09-13T15:01:24.988142+0000","last_became_peered":"2024-09-13T15:01:24.988142+0000","last_unstale":"2024-09-13T15:08:48.682454+0000","last_undegraded":"2024-09-13T15:08:48.682454+0000","last_fullsized":"2024-09-13T15:08:48.682454+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:45:39.600773+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.4","version":"0'0","reported_seq":2109,"reported_epoch":1452,"state":"active+clean","last_fresh":"2024-09-13T15:09:01.789483+0000","last_change":"2024-09-13T15:03:38.353803+0000","last_active":"2024-09-13T15:09:01.789483+0000","last_peered":"2024-09-13T15:09:01.789483+0000","last_clean":"2024-09-13T15:09:01.789483+0000","last_became_active":"2024-09-13T15:03:38.353451+0000","last_became_peered":"2024-09-13T15:03:38.353451+0000","last_unstale":"2024-09-13T15:09:01.789483+0000","last_undegraded":"2024-09-13T15:09:01.789483+0000","last_fullsized":"2024-09-13T15:09:01.789483+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:29:47.331237+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00031535100000000001,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[0,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"4.2","version":"0'0","reported_seq":1712,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:48.682686+0000","last_change":"2024-09-13T14:57:14.909267+0000","last_active":"2024-09-13T15:08:48.682686+0000","last_peered":"2024-09-13T15:08:48.682686+0000","last_clean":"2024-09-13T15:08:48.682686+0000","last_became_active":"2024-09-13T14:57:14.908962+0000","last_became_peered":"2024-09-13T14:57:14.908962+0000","last_unstale":"2024-09-13T15:08:48.682686+0000","last_undegraded":"2024-09-13T15:08:48.682686+0000","last_fullsized":"2024-09-13T15:08:48.682686+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:16:41.040247+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[5,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"11.c","version":"1452'7767","reported_seq":13593,"reported_epoch":1452,"state":"active+clean","last_fresh":"2024-09-13T15:09:16.066571+0000","last_change":"2024-09-13T15:08:49.103557+0000","last_active":"2024-09-13T15:09:16.066571+0000","last_peered":"2024-09-13T15:09:16.066571+0000","last_clean":"2024-09-13T15:09:16.066571+0000","last_became_active":"2024-09-13T15:08:49.032545+0000","last_became_peered":"2024-09-13T15:08:49.032545+0000","last_unstale":"2024-09-13T15:09:16.066571+0000","last_undegraded":"2024-09-13T15:09:16.066571+0000","last_fullsized":"2024-09-13T15:09:16.066571+0000","mapping_epoch":1450,"log_start":"1442'900","ondisk_log_start":"1442'900","created":1439,"last_epoch_clean":1451,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":6867,"log_dups_size":0,"ondisk_log_size":6867,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:42:52.558461+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":337969152,"num_objects":5157,"num_object_clones":0,"num_object_copies":15471,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5157,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":7767,"num_write_kb":413568,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2887,"num_bytes_recovered":189202432,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[5,2,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"1.6","version":"373'149","reported_seq":1916,"reported_epoch":1452,"state":"active+clean","last_fresh":"2024-09-13T15:09:01.789663+0000","last_change":"2024-09-13T15:05:54.416545+0000","last_active":"2024-09-13T15:09:01.789663+0000","last_peered":"2024-09-13T15:09:01.789663+0000","last_clean":"2024-09-13T15:09:01.789663+0000","last_became_active":"2024-09-13T15:05:54.414577+0000","last_became_peered":"2024-09-13T15:05:54.414577+0000","last_unstale":"2024-09-13T15:09:01.789663+0000","last_undegraded":"2024-09-13T15:09:01.789663+0000","last_fullsized":"2024-09-13T15:09:01.789663+0000","mapping_epoch":1425,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1426,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:47.545603+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:47.545603+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:19:04.777726+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.4","version":"0'0","reported_seq":234,"reported_epoch":1452,"state":"active+clean","last_fresh":"2024-09-13T15:09:01.782842+0000","last_change":"2024-09-13T15:01:09.626775+0000","last_active":"2024-09-13T15:09:01.782842+0000","last_peered":"2024-09-13T15:09:01.782842+0000","last_clean":"2024-09-13T15:09:01.782842+0000","last_became_active":"2024-09-13T15:01:09.626498+0000","last_became_peered":"2024-09-13T15:01:09.626498+0000","last_unstale":"2024-09-13T15:09:01.782842+0000","last_undegraded":"2024-09-13T15:09:01.782842+0000","last_fullsized":"2024-09-13T15:09:01.782842+0000","mapping_epoch":1341,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1342,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:39:58.054131+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[2,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"2.5","version":"0'0","reported_seq":120,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:49.025137+0000","last_change":"2024-09-13T15:03:38.351643+0000","last_active":"2024-09-13T15:08:49.025137+0000","last_peered":"2024-09-13T15:08:49.025137+0000","last_clean":"2024-09-13T15:08:49.025137+0000","last_became_active":"2024-09-13T15:03:38.350507+0000","last_became_peered":"2024-09-13T15:03:38.350507+0000","last_unstale":"2024-09-13T15:08:49.025137+0000","last_undegraded":"2024-09-13T15:08:49.025137+0000","last_fullsized":"2024-09-13T15:08:49.025137+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:55:27.075999+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000327091,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.3","version":"0'0","reported_seq":2119,"reported_epoch":1452,"state":"active+clean","last_fresh":"2024-09-13T15:09:01.790268+0000","last_change":"2024-09-13T15:03:38.350008+0000","last_active":"2024-09-13T15:09:01.790268+0000","last_peered":"2024-09-13T15:09:01.790268+0000","last_clean":"2024-09-13T15:09:01.790268+0000","last_became_active":"2024-09-13T15:03:38.348336+0000","last_became_peered":"2024-09-13T15:03:38.348336+0000","last_unstale":"2024-09-13T15:09:01.790268+0000","last_undegraded":"2024-09-13T15:09:01.790268+0000","last_fullsized":"2024-09-13T15:09:01.790268+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:53:36.912607+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"11.f","version":"1452'7767","reported_seq":7789,"reported_epoch":1452,"state":"active+clean","last_fresh":"2024-09-13T15:09:17.371780+0000","last_change":"2024-09-13T15:07:14.122443+0000","last_active":"2024-09-13T15:09:17.371780+0000","last_peered":"2024-09-13T15:09:17.371780+0000","last_clean":"2024-09-13T15:09:17.371780+0000","last_became_active":"2024-09-13T15:07:14.122113+0000","last_became_peered":"2024-09-13T15:07:14.122113+0000","last_unstale":"2024-09-13T15:09:17.371780+0000","last_undegraded":"2024-09-13T15:09:17.371780+0000","last_fullsized":"2024-09-13T15:09:17.371780+0000","mapping_epoch":1439,"log_start":"1443'1300","ondisk_log_start":"1443'1300","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":6467,"log_dups_size":0,"ondisk_log_size":6467,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:35:34.607843+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":334299136,"num_objects":5101,"num_object_clones":0,"num_object_copies":15303,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5101,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":7767,"num_write_kb":411776,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[7,1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.5","version":"373'149","reported_seq":1828,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:49.024359+0000","last_change":"2024-09-13T15:01:12.672283+0000","last_active":"2024-09-13T15:08:49.024359+0000","last_peered":"2024-09-13T15:08:49.024359+0000","last_clean":"2024-09-13T15:08:49.024359+0000","last_became_active":"2024-09-13T15:01:12.671951+0000","last_became_peered":"2024-09-13T15:01:12.671951+0000","last_unstale":"2024-09-13T15:08:49.024359+0000","last_undegraded":"2024-09-13T15:08:49.024359+0000","last_fullsized":"2024-09-13T15:08:49.024359+0000","mapping_epoch":1344,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1345,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:53.120435+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:53.120435+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:59:42.418629+0000","scrub_duration":0.001555313,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,5],"acting":[4,2,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.7","version":"70'2","reported_seq":240,"reported_epoch":1452,"state":"active+clean","last_fresh":"2024-09-13T15:09:01.800678+0000","last_change":"2024-09-13T15:03:38.347346+0000","last_active":"2024-09-13T15:09:01.800678+0000","last_peered":"2024-09-13T15:09:01.800678+0000","last_clean":"2024-09-13T15:09:01.800678+0000","last_became_active":"2024-09-13T15:03:38.346858+0000","last_became_peered":"2024-09-13T15:03:38.346858+0000","last_unstale":"2024-09-13T15:09:01.800678+0000","last_undegraded":"2024-09-13T15:09:01.800678+0000","last_fullsized":"2024-09-13T15:09:01.800678+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T21:34:18.078474+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":2,"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":[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":"0'0","reported_seq":214,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:49.025937+0000","last_change":"2024-09-13T15:01:24.977687+0000","last_active":"2024-09-13T15:08:49.025937+0000","last_peered":"2024-09-13T15:08:49.025937+0000","last_clean":"2024-09-13T15:08:49.025937+0000","last_became_active":"2024-09-13T15:01:24.976347+0000","last_became_peered":"2024-09-13T15:01:24.976347+0000","last_unstale":"2024-09-13T15:08:49.025937+0000","last_undegraded":"2024-09-13T15:08:49.025937+0000","last_fullsized":"2024-09-13T15:08:49.025937+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:05:48.871297+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.0","version":"0'0","reported_seq":71,"reported_epoch":1452,"state":"active+clean","last_fresh":"2024-09-13T15:09:01.804815+0000","last_change":"2024-09-13T15:05:51.739298+0000","last_active":"2024-09-13T15:09:01.804815+0000","last_peered":"2024-09-13T15:09:01.804815+0000","last_clean":"2024-09-13T15:09:01.804815+0000","last_became_active":"2024-09-13T15:05:51.738901+0000","last_became_peered":"2024-09-13T15:05:51.738901+0000","last_unstale":"2024-09-13T15:09:01.804815+0000","last_undegraded":"2024-09-13T15:09:01.804815+0000","last_fullsized":"2024-09-13T15:09:01.804815+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:04:27.190615+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"11.e","version":"1452'7729","reported_seq":7751,"reported_epoch":1452,"state":"active+clean","last_fresh":"2024-09-13T15:09:15.888332+0000","last_change":"2024-09-13T15:07:14.124736+0000","last_active":"2024-09-13T15:09:15.888332+0000","last_peered":"2024-09-13T15:09:15.888332+0000","last_clean":"2024-09-13T15:09:15.888332+0000","last_became_active":"2024-09-13T15:07:14.124438+0000","last_became_peered":"2024-09-13T15:07:14.124438+0000","last_unstale":"2024-09-13T15:09:15.888332+0000","last_undegraded":"2024-09-13T15:09:15.888332+0000","last_fullsized":"2024-09-13T15:09:15.888332+0000","mapping_epoch":1439,"log_start":"1443'1900","ondisk_log_start":"1443'1900","created":1439,"last_epoch_clean":1440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T15:07:13.073579+0000","last_clean_scrub_stamp":"2024-09-13T15:07:13.073579+0000","objects_scrubbed":0,"log_size":5829,"log_dups_size":0,"ondisk_log_size":5829,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:27:28.940752+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":341377024,"num_objects":5209,"num_object_clones":0,"num_object_copies":15627,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5209,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":7729,"num_write_kb":414016,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[4,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"1.4","version":"373'149","reported_seq":1896,"reported_epoch":1452,"state":"active+clean","last_fresh":"2024-09-13T15:09:01.799306+0000","last_change":"2024-09-13T15:03:38.347914+0000","last_active":"2024-09-13T15:09:01.799306+0000","last_peered":"2024-09-13T15:09:01.799306+0000","last_clean":"2024-09-13T15:09:01.799306+0000","last_became_active":"2024-09-13T15:03:38.347486+0000","last_became_peered":"2024-09-13T15:03:38.347486+0000","last_unstale":"2024-09-13T15:09:01.799306+0000","last_undegraded":"2024-09-13T15:09:01.799306+0000","last_fullsized":"2024-09-13T15:09:01.799306+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:01:29.028945+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:01:29.028945+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:05:18.331893+0000","scrub_duration":15,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[3,5,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.6","version":"70'1","reported_seq":112,"reported_epoch":1452,"state":"active+clean","last_fresh":"2024-09-13T15:09:01.790981+0000","last_change":"2024-09-13T15:05:47.254193+0000","last_active":"2024-09-13T15:09:01.790981+0000","last_peered":"2024-09-13T15:09:01.790981+0000","last_clean":"2024-09-13T15:09:01.790981+0000","last_became_active":"2024-09-13T15:03:51.622162+0000","last_became_peered":"2024-09-13T15:03:51.622162+0000","last_unstale":"2024-09-13T15:09:01.790981+0000","last_undegraded":"2024-09-13T15:09:01.790981+0000","last_fullsized":"2024-09-13T15:09:01.790981+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1419,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T18:10:03.754733+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":3,"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,1,4],"acting":[0,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.7","version":"0'0","reported_seq":165,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:49.025717+0000","last_change":"2024-09-13T15:03:38.350529+0000","last_active":"2024-09-13T15:08:49.025717+0000","last_peered":"2024-09-13T15:08:49.025717+0000","last_clean":"2024-09-13T15:08:49.025717+0000","last_became_active":"2024-09-13T15:03:38.348433+0000","last_became_peered":"2024-09-13T15:03:38.348433+0000","last_unstale":"2024-09-13T15:08:49.025717+0000","last_undegraded":"2024-09-13T15:08:49.025717+0000","last_fullsized":"2024-09-13T15:08:49.025717+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:33:01.473730+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029877400000000002,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[7,2,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.1","version":"0'0","reported_seq":187,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:49.024804+0000","last_change":"2024-09-13T14:57:14.896516+0000","last_active":"2024-09-13T15:08:49.024804+0000","last_peered":"2024-09-13T15:08:49.024804+0000","last_clean":"2024-09-13T15:08:49.024804+0000","last_became_active":"2024-09-13T14:57:14.896208+0000","last_became_peered":"2024-09-13T14:57:14.896208+0000","last_unstale":"2024-09-13T15:08:49.024804+0000","last_undegraded":"2024-09-13T15:08:49.024804+0000","last_fullsized":"2024-09-13T15:08:49.024804+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:41:18.049255+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"4.13","version":"0'0","reported_seq":196,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:55.912923+0000","last_change":"2024-09-13T15:07:47.731518+0000","last_active":"2024-09-13T15:08:55.912923+0000","last_peered":"2024-09-13T15:08:55.912923+0000","last_clean":"2024-09-13T15:08:55.912923+0000","last_became_active":"2024-09-13T15:07:47.731180+0000","last_became_peered":"2024-09-13T15:07:47.731180+0000","last_unstale":"2024-09-13T15:08:55.912923+0000","last_undegraded":"2024-09-13T15:08:55.912923+0000","last_fullsized":"2024-09-13T15:08:55.912923+0000","mapping_epoch":1444,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1445,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:38:24.788752+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7,5],"acting":[4,7,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.14","version":"455'23","reported_seq":250,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:55.912971+0000","last_change":"2024-09-13T15:03:38.355028+0000","last_active":"2024-09-13T15:08:55.912971+0000","last_peered":"2024-09-13T15:08:55.912971+0000","last_clean":"2024-09-13T15:08:55.912971+0000","last_became_active":"2024-09-13T15:03:38.354646+0000","last_became_peered":"2024-09-13T15:03:38.354646+0000","last_unstale":"2024-09-13T15:08:55.912971+0000","last_undegraded":"2024-09-13T15:08:55.912971+0000","last_fullsized":"2024-09-13T15:08:55.912971+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":23,"log_dups_size":0,"ondisk_log_size":23,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:45:54.923031+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":4756,"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":23,"num_write_kb":20,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":20,"num_bytes_recovered":23780,"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":[4,7,2],"acting":[4,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.12","version":"0'0","reported_seq":234,"reported_epoch":1452,"state":"active+clean","last_fresh":"2024-09-13T15:09:01.783956+0000","last_change":"2024-09-13T15:01:09.619289+0000","last_active":"2024-09-13T15:09:01.783956+0000","last_peered":"2024-09-13T15:09:01.783956+0000","last_clean":"2024-09-13T15:09:01.783956+0000","last_became_active":"2024-09-13T15:01:09.618935+0000","last_became_peered":"2024-09-13T15:01:09.618935+0000","last_unstale":"2024-09-13T15:09:01.783956+0000","last_undegraded":"2024-09-13T15:09:01.783956+0000","last_fullsized":"2024-09-13T15:09:01.783956+0000","mapping_epoch":1341,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1342,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:11:34.367502+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.15","version":"70'3","reported_seq":168,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:49.025350+0000","last_change":"2024-09-13T15:03:38.351650+0000","last_active":"2024-09-13T15:08:49.025350+0000","last_peered":"2024-09-13T15:08:49.025350+0000","last_clean":"2024-09-13T15:08:49.025350+0000","last_became_active":"2024-09-13T15:03:38.350405+0000","last_became_peered":"2024-09-13T15:03:38.350405+0000","last_unstale":"2024-09-13T15:08:49.025350+0000","last_undegraded":"2024-09-13T15:08:49.025350+0000","last_fullsized":"2024-09-13T15:08:49.025350+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T15:39:09.711845+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":6,"num_bytes_recovered":270,"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,3,4],"acting":[7,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.14","version":"373'149","reported_seq":1865,"reported_epoch":1452,"state":"active+clean","last_fresh":"2024-09-13T15:09:01.782937+0000","last_change":"2024-09-13T15:03:38.353142+0000","last_active":"2024-09-13T15:09:01.782937+0000","last_peered":"2024-09-13T15:09:01.782937+0000","last_clean":"2024-09-13T15:09:01.782937+0000","last_became_active":"2024-09-13T15:03:38.352816+0000","last_became_peered":"2024-09-13T15:03:38.352816+0000","last_unstale":"2024-09-13T15:09:01.782937+0000","last_undegraded":"2024-09-13T15:09:01.782937+0000","last_fullsized":"2024-09-13T15:09:01.782937+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:01:25.087696+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:01:25.087696+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:54:01.274831+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[2,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.16","version":"0'0","reported_seq":1480,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:48.682317+0000","last_change":"2024-09-13T15:03:38.347080+0000","last_active":"2024-09-13T15:08:48.682317+0000","last_peered":"2024-09-13T15:08:48.682317+0000","last_clean":"2024-09-13T15:08:48.682317+0000","last_became_active":"2024-09-13T15:03:38.346731+0000","last_became_peered":"2024-09-13T15:03:38.346731+0000","last_unstale":"2024-09-13T15:08:48.682317+0000","last_undegraded":"2024-09-13T15:08:48.682317+0000","last_fullsized":"2024-09-13T15:08:48.682317+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:12:59.793120+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.11","version":"0'0","reported_seq":236,"reported_epoch":1452,"state":"active+clean","last_fresh":"2024-09-13T15:09:01.799155+0000","last_change":"2024-09-13T15:03:38.347061+0000","last_active":"2024-09-13T15:09:01.799155+0000","last_peered":"2024-09-13T15:09:01.799155+0000","last_clean":"2024-09-13T15:09:01.799155+0000","last_became_active":"2024-09-13T15:03:38.346728+0000","last_became_peered":"2024-09-13T15:03:38.346728+0000","last_unstale":"2024-09-13T15:09:01.799155+0000","last_undegraded":"2024-09-13T15:09:01.799155+0000","last_fullsized":"2024-09-13T15:09:01.799155+0000","mapping_epoch":1400,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1401,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:27:43.708101+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[3,7,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.17","version":"0'0","reported_seq":2118,"reported_epoch":1452,"state":"active+clean","last_fresh":"2024-09-13T15:09:01.789980+0000","last_change":"2024-09-13T15:01:24.980537+0000","last_active":"2024-09-13T15:09:01.789980+0000","last_peered":"2024-09-13T15:09:01.789980+0000","last_clean":"2024-09-13T15:09:01.789980+0000","last_became_active":"2024-09-13T15:01:24.980250+0000","last_became_peered":"2024-09-13T15:01:24.980250+0000","last_unstale":"2024-09-13T15:09:01.789980+0000","last_undegraded":"2024-09-13T15:09:01.789980+0000","last_fullsized":"2024-09-13T15:09:01.789980+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:24:28.559561+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.10","version":"0'0","reported_seq":225,"reported_epoch":1452,"state":"active+clean","last_fresh":"2024-09-13T15:09:01.805303+0000","last_change":"2024-09-13T15:01:24.974745+0000","last_active":"2024-09-13T15:09:01.805303+0000","last_peered":"2024-09-13T15:09:01.805303+0000","last_clean":"2024-09-13T15:09:01.805303+0000","last_became_active":"2024-09-13T15:01:24.974421+0000","last_became_peered":"2024-09-13T15:01:24.974421+0000","last_unstale":"2024-09-13T15:09:01.805303+0000","last_undegraded":"2024-09-13T15:09:01.805303+0000","last_fullsized":"2024-09-13T15:09:01.805303+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:28:38.841799+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"4.1f","version":"0'0","reported_seq":1283,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:56.081421+0000","last_change":"2024-09-13T14:56:24.931876+0000","last_active":"2024-09-13T15:08:56.081421+0000","last_peered":"2024-09-13T15:08:56.081421+0000","last_clean":"2024-09-13T15:08:56.081421+0000","last_became_active":"2024-09-13T14:56:24.931589+0000","last_became_peered":"2024-09-13T14:56:24.931589+0000","last_unstale":"2024-09-13T15:08:56.081421+0000","last_undegraded":"2024-09-13T15:08:56.081421+0000","last_fullsized":"2024-09-13T15:08:56.081421+0000","mapping_epoch":1264,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1265,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:34:37.022035+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"3.18","version":"0'0","reported_seq":232,"reported_epoch":1452,"state":"active+clean","last_fresh":"2024-09-13T15:09:01.805214+0000","last_change":"2024-09-13T15:03:51.627446+0000","last_active":"2024-09-13T15:09:01.805214+0000","last_peered":"2024-09-13T15:09:01.805214+0000","last_clean":"2024-09-13T15:09:01.805214+0000","last_became_active":"2024-09-13T15:03:51.627121+0000","last_became_peered":"2024-09-13T15:03:51.627121+0000","last_unstale":"2024-09-13T15:09:01.805214+0000","last_undegraded":"2024-09-13T15:09:01.805214+0000","last_fullsized":"2024-09-13T15:09:01.805214+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:48:38.869948+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1e","version":"0'0","reported_seq":2160,"reported_epoch":1452,"state":"active+clean","last_fresh":"2024-09-13T15:09:01.789882+0000","last_change":"2024-09-13T15:05:51.741349+0000","last_active":"2024-09-13T15:09:01.789882+0000","last_peered":"2024-09-13T15:09:01.789882+0000","last_clean":"2024-09-13T15:09:01.789882+0000","last_became_active":"2024-09-13T15:05:51.741016+0000","last_became_peered":"2024-09-13T15:05:51.741016+0000","last_unstale":"2024-09-13T15:09:01.789882+0000","last_undegraded":"2024-09-13T15:09:01.789882+0000","last_fullsized":"2024-09-13T15:09:01.789882+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:24:57.100933+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.19","version":"0'0","reported_seq":2125,"reported_epoch":1453,"state":"active+clean","last_fresh":"2024-09-13T15:09:18.205691+0000","last_change":"2024-09-13T15:01:24.971960+0000","last_active":"2024-09-13T15:09:18.205691+0000","last_peered":"2024-09-13T15:09:18.205691+0000","last_clean":"2024-09-13T15:09:18.205691+0000","last_became_active":"2024-09-13T15:01:24.971517+0000","last_became_peered":"2024-09-13T15:01:24.971517+0000","last_unstale":"2024-09-13T15:09:18.205691+0000","last_undegraded":"2024-09-13T15:09:18.205691+0000","last_fullsized":"2024-09-13T15:09:18.205691+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:30:11.660530+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1d","version":"0'0","reported_seq":225,"reported_epoch":1452,"state":"active+clean","last_fresh":"2024-09-13T15:09:01.800659+0000","last_change":"2024-09-13T15:01:24.976076+0000","last_active":"2024-09-13T15:09:01.800659+0000","last_peered":"2024-09-13T15:09:01.800659+0000","last_clean":"2024-09-13T15:09:01.800659+0000","last_became_active":"2024-09-13T15:01:24.975757+0000","last_became_peered":"2024-09-13T15:01:24.975757+0000","last_unstale":"2024-09-13T15:09:01.800659+0000","last_undegraded":"2024-09-13T15:09:01.800659+0000","last_fullsized":"2024-09-13T15:09:01.800659+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:12:40.080845+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"3.1a","version":"70'1","reported_seq":195,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:49.025023+0000","last_change":"2024-09-13T15:01:09.621644+0000","last_active":"2024-09-13T15:08:49.025023+0000","last_peered":"2024-09-13T15:08:49.025023+0000","last_clean":"2024-09-13T15:08:49.025023+0000","last_became_active":"2024-09-13T15:01:09.620336+0000","last_became_peered":"2024-09-13T15:01:09.620336+0000","last_unstale":"2024-09-13T15:08:49.025023+0000","last_undegraded":"2024-09-13T15:08:49.025023+0000","last_fullsized":"2024-09-13T15:08:49.025023+0000","mapping_epoch":1341,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1342,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T20:00:35.360146+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1c","version":"0'0","reported_seq":241,"reported_epoch":1452,"state":"active+clean","last_fresh":"2024-09-13T15:09:01.783034+0000","last_change":"2024-09-13T15:01:24.976370+0000","last_active":"2024-09-13T15:09:01.783034+0000","last_peered":"2024-09-13T15:09:01.783034+0000","last_clean":"2024-09-13T15:09:01.783034+0000","last_became_active":"2024-09-13T15:01:24.975596+0000","last_became_peered":"2024-09-13T15:01:24.975596+0000","last_unstale":"2024-09-13T15:09:01.783034+0000","last_undegraded":"2024-09-13T15:09:01.783034+0000","last_fullsized":"2024-09-13T15:09:01.783034+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:13:32.203601+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[2,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.1b","version":"70'1","reported_seq":108,"reported_epoch":1452,"state":"active+clean","last_fresh":"2024-09-13T15:09:01.790066+0000","last_change":"2024-09-13T15:03:51.621572+0000","last_active":"2024-09-13T15:09:01.790066+0000","last_peered":"2024-09-13T15:09:01.790066+0000","last_clean":"2024-09-13T15:09:01.790066+0000","last_became_active":"2024-09-13T15:03:51.621247+0000","last_became_peered":"2024-09-13T15:03:51.621247+0000","last_unstale":"2024-09-13T15:09:01.790066+0000","last_undegraded":"2024-09-13T15:09:01.790066+0000","last_fullsized":"2024-09-13T15:09:01.790066+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1405,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T00:42:04.854905+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1b","version":"0'0","reported_seq":222,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:49.025308+0000","last_change":"2024-09-13T15:01:24.977220+0000","last_active":"2024-09-13T15:08:49.025308+0000","last_peered":"2024-09-13T15:08:49.025308+0000","last_clean":"2024-09-13T15:08:49.025308+0000","last_became_active":"2024-09-13T15:01:24.976741+0000","last_became_peered":"2024-09-13T15:01:24.976741+0000","last_unstale":"2024-09-13T15:08:49.025308+0000","last_undegraded":"2024-09-13T15:08:49.025308+0000","last_fullsized":"2024-09-13T15:08:49.025308+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:58:20.383610+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,3,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1c","version":"70'2","reported_seq":1462,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:48.682452+0000","last_change":"2024-09-13T14:57:15.014505+0000","last_active":"2024-09-13T15:08:48.682452+0000","last_peered":"2024-09-13T15:08:48.682452+0000","last_clean":"2024-09-13T15:08:48.682452+0000","last_became_active":"2024-09-13T14:57:14.993038+0000","last_became_peered":"2024-09-13T14:57:14.993038+0000","last_unstale":"2024-09-13T15:08:48.682452+0000","last_undegraded":"2024-09-13T15:08:48.682452+0000","last_fullsized":"2024-09-13T15:08:48.682452+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T14:36:30.851322+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":4,"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":[5,4,1],"acting":[5,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.1a","version":"0'0","reported_seq":222,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:49.024924+0000","last_change":"2024-09-13T15:07:48.074403+0000","last_active":"2024-09-13T15:08:49.024924+0000","last_peered":"2024-09-13T15:08:49.024924+0000","last_clean":"2024-09-13T15:08:49.024924+0000","last_became_active":"2024-09-13T15:07:48.074094+0000","last_became_peered":"2024-09-13T15:07:48.074094+0000","last_unstale":"2024-09-13T15:08:49.024924+0000","last_undegraded":"2024-09-13T15:08:49.024924+0000","last_fullsized":"2024-09-13T15:08:49.024924+0000","mapping_epoch":1444,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1445,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:21:23.588222+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7,0],"acting":[4,7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1d","version":"70'2","reported_seq":1450,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:48.682424+0000","last_change":"2024-09-13T14:57:14.995153+0000","last_active":"2024-09-13T15:08:48.682424+0000","last_peered":"2024-09-13T15:08:48.682424+0000","last_clean":"2024-09-13T15:08:48.682424+0000","last_became_active":"2024-09-13T14:57:14.955820+0000","last_became_peered":"2024-09-13T14:57:14.955820+0000","last_unstale":"2024-09-13T15:08:48.682424+0000","last_undegraded":"2024-09-13T15:08:48.682424+0000","last_fullsized":"2024-09-13T15:08:48.682424+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T02:09:07.710606+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":3,"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":[5,4,1],"acting":[5,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.19","version":"0'0","reported_seq":225,"reported_epoch":1452,"state":"active+clean","last_fresh":"2024-09-13T15:09:01.799029+0000","last_change":"2024-09-13T15:01:24.975308+0000","last_active":"2024-09-13T15:09:01.799029+0000","last_peered":"2024-09-13T15:09:01.799029+0000","last_clean":"2024-09-13T15:09:01.799029+0000","last_became_active":"2024-09-13T15:01:24.974989+0000","last_became_peered":"2024-09-13T15:01:24.974989+0000","last_unstale":"2024-09-13T15:09:01.799029+0000","last_undegraded":"2024-09-13T15:09:01.799029+0000","last_fullsized":"2024-09-13T15:09:01.799029+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:22:58.631475+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,0],"acting":[3,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1e","version":"70'1","reported_seq":226,"reported_epoch":1452,"state":"active+clean","last_fresh":"2024-09-13T15:09:01.799123+0000","last_change":"2024-09-13T15:01:24.986072+0000","last_active":"2024-09-13T15:09:01.799123+0000","last_peered":"2024-09-13T15:09:01.799123+0000","last_clean":"2024-09-13T15:09:01.799123+0000","last_became_active":"2024-09-13T15:01:24.985247+0000","last_became_peered":"2024-09-13T15:01:24.985247+0000","last_unstale":"2024-09-13T15:09:01.799123+0000","last_undegraded":"2024-09-13T15:09:01.799123+0000","last_fullsized":"2024-09-13T15:09:01.799123+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T14:34:52.287383+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,1],"acting":[3,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.18","version":"0'0","reported_seq":212,"reported_epoch":1451,"state":"active+clean","last_fresh":"2024-09-13T15:08:49.024485+0000","last_change":"2024-09-13T15:07:48.074798+0000","last_active":"2024-09-13T15:08:49.024485+0000","last_peered":"2024-09-13T15:08:49.024485+0000","last_clean":"2024-09-13T15:08:49.024485+0000","last_became_active":"2024-09-13T15:07:48.074479+0000","last_became_peered":"2024-09-13T15:07:48.074479+0000","last_unstale":"2024-09-13T15:08:49.024485+0000","last_undegraded":"2024-09-13T15:08:49.024485+0000","last_fullsized":"2024-09-13T15:08:49.024485+0000","mapping_epoch":1444,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1445,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:26:01.157586+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[4,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1f","version":"70'4","reported_seq":114,"reported_epoch":1452,"state":"active+clean","last_fresh":"2024-09-13T15:09:01.789810+0000","last_change":"2024-09-13T15:05:47.245115+0000","last_active":"2024-09-13T15:09:01.789810+0000","last_peered":"2024-09-13T15:09:01.789810+0000","last_clean":"2024-09-13T15:09:01.789810+0000","last_became_active":"2024-09-13T15:03:51.620936+0000","last_became_peered":"2024-09-13T15:03:51.620936+0000","last_unstale":"2024-09-13T15:09:01.789810+0000","last_undegraded":"2024-09-13T15:09:01.789810+0000","last_fullsized":"2024-09-13T15:09:01.789810+0000","mapping_epoch":1404,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1419,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T00:58:17.705835+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":14,"num_bytes_recovered":4074,"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,5,2],"acting":[0,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]}],"pool_stats":[{"poolid":11,"num_pg":16,"stat_sum":{"num_bytes":5507514392,"num_objects":84039,"num_object_clones":0,"num_object_copies":252117,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":84039,"num_whiteouts":0,"num_read":1,"num_read_kb":1,"num_write":125379,"num_write_kb":6701313,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2887,"num_bytes_recovered":189202432,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":16756453376,"data_stored":16756441160,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":101579,"ondisk_log_size":101579,"up":48,"acting":48,"num_store_stats":7},{"poolid":4,"num_pg":32,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":96,"acting":96,"num_store_stats":8},{"poolid":3,"num_pg":32,"stat_sum":{"num_bytes":5554,"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":62,"num_write_kb":31,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":91,"num_bytes_recovered":28572,"num_keys_recovered":30,"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":122880,"data_stored":22104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":23634,"internal_metadata":0},"log_size":56,"ondisk_log_size":56,"up":96,"acting":96,"num_store_stats":8},{"poolid":2,"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":8,"num_bytes_recovered":19,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":16384,"data_stored":76,"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":1,"num_pg":21,"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":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":5,"num_bytes_recovered":1378432,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":2375680,"data_stored":2361472,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":3129,"ondisk_log_size":3129,"up":63,"acting":63,"num_store_stats":8}],"osd_stats":[{"osd":7,"up_from":1400,"seq":6012954214469,"num_pgs":47,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":2253312,"kb_used_data":1991224,"kb_used_omap":66,"kb_used_meta":262013,"kb_avail":91491840,"statfs":{"total":95995035648,"available":93687644160,"internally_reserved":0,"allocated":2039013376,"data_stored":2035961338,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":67622,"internal_metadata":268302298},"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":[0,2,2,1,2],"upper_bound":32},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":6,"up_from":0,"seq":5248450035911,"num_pgs":0,"num_osds":0,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":0,"kb_used":0,"kb_used_data":0,"kb_used_omap":0,"kb_used_meta":0,"kb_avail":0,"statfs":{"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},"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":[]},{"osd":5,"up_from":38,"seq":163208757881,"num_pgs":44,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":3377328,"kb_used_data":2033512,"kb_used_omap":1,"kb_used_meta":1343806,"kb_avail":90367824,"statfs":{"total":95995035648,"available":92536651776,"internally_reserved":0,"allocated":2082316288,"data_stored":2079275226,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":1376057798},"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":[1,1,0,1,2],"upper_bound":32},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":4,"up_from":30,"seq":128849019518,"num_pgs":52,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":2206404,"kb_used_data":1345148,"kb_used_omap":1,"kb_used_meta":861246,"kb_avail":91538748,"statfs":{"total":95995035648,"available":93735677952,"internally_reserved":0,"allocated":1377431552,"data_stored":1374376309,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":881916358},"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":[0,0,0,0,2],"upper_bound":32},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":3,"up_from":845,"seq":3629247365547,"num_pgs":53,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":3863340,"kb_used_data":2757220,"kb_used_omap":34,"kb_used_meta":1106013,"kb_avail":89881812,"statfs":{"total":95995035648,"available":92038975488,"internally_reserved":0,"allocated":2823393280,"data_stored":2820355815,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":35801,"internal_metadata":1132557351},"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":[1,0,1,1,4],"upper_bound":32},"perf_stat":{"commit_latency_ms":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[]},{"osd":2,"up_from":813,"seq":3491808412082,"num_pgs":34,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":3035460,"kb_used_data":2327100,"kb_used_omap":50,"kb_used_meta":708301,"kb_avail":90709692,"statfs":{"total":95995035648,"available":92886724608,"internally_reserved":0,"allocated":2382950400,"data_stored":2379896183,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":52011,"internal_metadata":725300437},"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":[3,0,0,3,3],"upper_bound":32},"perf_stat":{"commit_latency_ms":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[]},{"osd":1,"up_from":780,"seq":3350074491321,"num_pgs":53,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5370984,"kb_used_data":4078304,"kb_used_omap":30,"kb_used_meta":1292577,"kb_avail":88374168,"statfs":{"total":95995035648,"available":90495148032,"internally_reserved":0,"allocated":4176183296,"data_stored":4173149266,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":31404,"internal_metadata":1323599188},"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":[0,0,0,1],"upper_bound":16},"perf_stat":{"commit_latency_ms":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[]},{"osd":0,"up_from":746,"seq":3204045603263,"num_pgs":46,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":3181940,"kb_used_data":2073836,"kb_used_omap":66,"kb_used_meta":1108029,"kb_avail":90563212,"statfs":{"total":95995035648,"available":92736729088,"internally_reserved":0,"allocated":2123608064,"data_stored":2120564914,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":68403,"internal_metadata":1134621901},"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":[0,0,1],"upper_bound":8},"perf_stat":{"commit_latency_ms":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":327680,"data_stored":327680,"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":0,"data_stored":0,"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":266240,"data_stored":262688,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"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":327680,"data_stored":327680,"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":266240,"data_stored":262688,"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":0,"data_stored":0,"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":4096,"data_stored":19,"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":4096,"data_stored":19,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":4096,"data_stored":19,"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":4096,"data_stored":19,"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":0,"data_stored":0,"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":8192,"data_stored":604,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3890,"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":3041,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":20480,"data_stored":5372,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1366,"internal_metadata":0},{"poolid":3,"osd":3,"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":3176,"internal_metadata":0},{"poolid":3,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":24576,"data_stored":4902,"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":8192,"data_stored":652,"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":24576,"data_stored":5442,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5318,"internal_metadata":0},{"poolid":3,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":28672,"data_stored":4972,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":6843,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":11,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":2096234496,"data_stored":2096234496,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":11,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":4042133504,"data_stored":4042129432,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":11,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":2372669440,"data_stored":2372665368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":11,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":2809856000,"data_stored":2809856000,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":11,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":1360138240,"data_stored":1360134168,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":11,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":2052521984,"data_stored":2052521984,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":11,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":2022899712,"data_stored":2022899712,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-13T15:09:21.841 INFO:tasks.cephadm.ceph_manager.ceph:recovered! 2024-09-13T15:09:21.841 INFO:tasks.thrashosds.thrasher:choose_action: min_in 4 min_out 0 min_live 2 min_dead 0 chance_down 0.40 2024-09-13T15:09:21.841 INFO:tasks.thrashosds.thrasher:Adding osd 6 2024-09-13T15:09:21.841 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd in 6 2024-09-13T15:09:21.867 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:21.867 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:21.868 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:09:21.969 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:09:22.015 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:22.015 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:22.016 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:09:22.082 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd unset nodeep-scrub 2024-09-13T15:09:22.117 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:09:22.143 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:22.144 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:22.145 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:09:22.169 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:09:22.213 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T15:09:22.213 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T15:09:22.245 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:09:22.269 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T15:09:22.269 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T15:09:22.271 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:22.272 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:22.272 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:09:22.308 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T15:09:22.309 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T15:09:22.343 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T15:09:22.344 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T15:09:22.373 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:09:22.374 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T15:09:22.374 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T15:09:22.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:22 smithi071 ceph-mon[107477]: pgmap v2393: 109 pgs: 109 active+clean; 5.0 GiB data, 22 GiB used, 604 GiB / 626 GiB avail; 0 B/s wr, 898 op/s 2024-09-13T15:09:22.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:22 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/865237355' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:09:22.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:22 smithi071 ceph-mon[112785]: pgmap v2393: 109 pgs: 109 active+clean; 5.0 GiB data, 22 GiB used, 604 GiB / 626 GiB avail; 0 B/s wr, 898 op/s 2024-09-13T15:09:22.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:22 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/865237355' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:09:22.407 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T15:09:22.408 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T15:09:22.437 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:22.437 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T15:09:22.438 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T15:09:22.438 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:22.438 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:09:22.472 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T15:09:22.472 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T15:09:22.540 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:09:22.565 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:22.565 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:22.566 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:09:22.666 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:09:22.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:22 smithi104 ceph-mon[105578]: pgmap v2393: 109 pgs: 109 active+clean; 5.0 GiB data, 22 GiB used, 604 GiB / 626 GiB avail; 0 B/s wr, 898 op/s 2024-09-13T15:09:22.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:22 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/865237355' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:09:22.693 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:22.694 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:22.694 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:09:22.795 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:09:22.820 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:22.821 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:22.822 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:09:22.922 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:22.957 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:22.957 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:22.958 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:22.974 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:09:22 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:09:22] "GET /metrics HTTP/1.1" 200 36669 "" "Prometheus/2.51.0" 2024-09-13T15:09:23.059 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:23.097 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:23.098 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:23.098 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:23.199 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:09:23.235 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:23.235 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:23.236 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:09:23.337 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:09:23.359 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:23.360 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:23.361 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:09:23.461 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:09:23.486 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:23.487 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:23.487 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:09:23.588 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:09:23.622 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:23.623 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:23.623 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:09:23.724 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:23.754 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:23.755 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:23.755 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:23.856 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:09:23.897 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:23.898 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:23.898 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:09:23.999 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:24.035 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:24.035 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:24.035 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:24.136 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:09:24.159 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:24.160 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:24.160 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:09:24.261 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:09:24.290 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:09:24.297 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:24.297 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:24.298 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:09:24.356 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:09:24.399 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:09:24.423 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:24.424 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:24.424 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:09:24.525 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:09:24.567 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:24.568 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:24.568 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:09:24.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:24 smithi071 ceph-mon[107477]: pgmap v2394: 109 pgs: 109 active+clean; 4.9 GiB data, 22 GiB used, 604 GiB / 626 GiB avail; 0 B/s wr, 906 op/s 2024-09-13T15:09:24.594 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:24 smithi071 ceph-mon[112785]: pgmap v2394: 109 pgs: 109 active+clean; 4.9 GiB data, 22 GiB used, 604 GiB / 626 GiB avail; 0 B/s wr, 906 op/s 2024-09-13T15:09:24.668 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:09:24.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:24 smithi104 ceph-mon[105578]: pgmap v2394: 109 pgs: 109 active+clean; 4.9 GiB data, 22 GiB used, 604 GiB / 626 GiB avail; 0 B/s wr, 906 op/s 2024-09-13T15:09:24.712 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:24.712 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:24.713 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:09:24.814 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:09:24.837 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:24.838 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:24.838 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:09:24.939 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:09:24.978 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:24.979 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:24.979 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:09:25.080 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:09:25.113 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:25.114 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:25.114 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:09:25.215 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:09:25.238 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:25.239 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:25.239 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:09:25.340 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:09:25.373 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:25.374 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:25.374 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:09:25.475 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:25.506 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:25.506 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:25.507 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:25.608 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:09:25.645 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:25.646 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:25.647 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:09:25.747 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:25.791 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:25.792 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:25.792 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:25.793 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=true 2024-09-13T15:09:25.894 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:09:25.917 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:25.918 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:25.918 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:09:26.019 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:26.071 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:26.073 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:26.074 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:26.175 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:09:26.196 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:26.197 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:26.197 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:09:26.298 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:09:26.322 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:26.323 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:26.323 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:09:26.424 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:26.453 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:26.453 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:26.453 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:26.554 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:09:26.578 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:26.578 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:26.579 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:09:26.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:26 smithi071 ceph-mon[107477]: pgmap v2395: 109 pgs: 109 active+clean; 4.7 GiB data, 21 GiB used, 605 GiB / 626 GiB avail; 0 B/s wr, 904 op/s 2024-09-13T15:09:26.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:26 smithi071 ceph-mon[112785]: pgmap v2395: 109 pgs: 109 active+clean; 4.7 GiB data, 21 GiB used, 605 GiB / 626 GiB avail; 0 B/s wr, 904 op/s 2024-09-13T15:09:26.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:26 smithi104 ceph-mon[105578]: pgmap v2395: 109 pgs: 109 active+clean; 4.7 GiB data, 21 GiB used, 605 GiB / 626 GiB avail; 0 B/s wr, 904 op/s 2024-09-13T15:09:26.679 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:09:26.720 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T15:09:26.720 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T15:09:26.721 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:26.722 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:26.722 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:09:26.823 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:09:26.848 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:26.849 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:26.849 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:09:26.950 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:26.992 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:26.992 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:26.993 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:27.093 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:27.131 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:27.131 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:27.132 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:27.232 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:09:27.263 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:27.264 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:27.264 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:09:27.365 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:09:27.390 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:27.390 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:27.391 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:09:27.491 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:09:27.525 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:27.526 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:27.526 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:09:27.627 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:09:27.653 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:27.654 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:27.654 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:09:27.755 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:27.798 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:27.799 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:27.799 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:27.900 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:09:27.925 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:27.925 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:27.926 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:09:28.027 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:09:28.051 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:28.052 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:28.052 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:09:28.153 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:09:28.177 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:28.177 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:28.178 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:09:28.279 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:09:28.305 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:28.305 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:28.306 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:09:28.407 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:28.462 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:28.463 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:28.463 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:28.564 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:09:28.605 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:28.605 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:28.606 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:09:28.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:28 smithi071 ceph-mon[107477]: pgmap v2396: 109 pgs: 109 active+clean; 4.7 GiB data, 21 GiB used, 605 GiB / 626 GiB avail; 0 B/s wr, 897 op/s 2024-09-13T15:09:28.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:28 smithi071 ceph-mon[112785]: pgmap v2396: 109 pgs: 109 active+clean; 4.7 GiB data, 21 GiB used, 605 GiB / 626 GiB avail; 0 B/s wr, 897 op/s 2024-09-13T15:09:28.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:28 smithi104 ceph-mon[105578]: pgmap v2396: 109 pgs: 109 active+clean; 4.7 GiB data, 21 GiB used, 605 GiB / 626 GiB avail; 0 B/s wr, 897 op/s 2024-09-13T15:09:28.707 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:09:28.734 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:28.735 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:28.735 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:09:28.792 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.3 dump_ops_in_flight 2024-09-13T15:09:28.877 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:09:28.901 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:28.902 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:28.902 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:09:29.003 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:29.058 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:29.058 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:29.058 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:29.159 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:09:29.183 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:29.184 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:29.184 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:09:29.285 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:09:29.309 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:29.310 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:29.310 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:09:29.411 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:09:29.432 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:29.433 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:29.433 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:09:29.534 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:09:29.559 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:29.560 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:29.560 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:09:29.661 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:09:29.686 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:29.686 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:29.687 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:09:29.788 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:09:29.838 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:29.839 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:29.839 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:09:29.940 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:09:29.987 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:29.988 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:29.988 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:09:30.089 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:09:30.123 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:30.124 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:30.124 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:09:30.225 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:09:30.249 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:30.249 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:30.250 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:09:30.274 INFO:teuthology.orchestra.run.smithi071.stderr:nodeep-scrub is unset 2024-09-13T15:09:30.351 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:09:30.373 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:30.374 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:30.375 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:09:30.475 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:09:30.502 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:30.503 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:30.503 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:09:30.604 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:30.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:30 smithi071 ceph-mon[112785]: pgmap v2397: 109 pgs: 109 active+clean; 4.6 GiB data, 21 GiB used, 605 GiB / 626 GiB avail; 0 B/s wr, 822 op/s 2024-09-13T15:09:30.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:30 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:09:30.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:30 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3869468601' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:09:30.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:30 smithi071 ceph-mon[107477]: pgmap v2397: 109 pgs: 109 active+clean; 4.6 GiB data, 21 GiB used, 605 GiB / 626 GiB avail; 0 B/s wr, 822 op/s 2024-09-13T15:09:30.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:30 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:09:30.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:30 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3869468601' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:09:30.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:30 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-a[107454]: 2024-09-13T15:09:30.292+0000 7fa91586f640 -1 mon.a@0(leader).osd e1454 definitely_dead 0 2024-09-13T15:09:30.644 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:30.645 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:30.645 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:30.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:30 smithi104 ceph-mon[105578]: pgmap v2397: 109 pgs: 109 active+clean; 4.6 GiB data, 21 GiB used, 605 GiB / 626 GiB avail; 0 B/s wr, 822 op/s 2024-09-13T15:09:30.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:30 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:09:30.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:30 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3869468601' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:09:30.746 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:09:30.781 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:30.782 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:30.782 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:09:30.883 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:30.928 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:30.928 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:30.929 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:31.030 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:09:31.056 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:31.057 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:31.057 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:09:31.158 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:09:31.195 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:31.195 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:31.195 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:09:31.296 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:09:31.325 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:31.325 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:31.325 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:09:31.354 INFO:teuthology.orchestra.run.smithi071.stderr:marked in osd.6. 2024-09-13T15:09:31.427 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:09:31.448 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:31.449 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:31.449 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:09:31.550 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:09:31.570 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:31.571 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:31.572 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:09:31.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:31 smithi071 ceph-mon[107477]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T15:09:31.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:31 smithi071 ceph-mon[107477]: Cluster is now healthy 2024-09-13T15:09:31.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:31 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3869468601' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T15:09:31.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:31 smithi071 ceph-mon[107477]: osdmap e1454: 8 total, 8 up, 7 in 2024-09-13T15:09:31.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:31 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/4050481361' entity='client.admin' cmd={"prefix": "osd in", "ids": ["6"]} : dispatch 2024-09-13T15:09:31.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:31 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd in", "ids": ["6"]} : dispatch 2024-09-13T15:09:31.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:31 smithi071 ceph-mon[112785]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T15:09:31.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:31 smithi071 ceph-mon[112785]: Cluster is now healthy 2024-09-13T15:09:31.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:31 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3869468601' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T15:09:31.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:31 smithi071 ceph-mon[112785]: osdmap e1454: 8 total, 8 up, 7 in 2024-09-13T15:09:31.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:31 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/4050481361' entity='client.admin' cmd={"prefix": "osd in", "ids": ["6"]} : dispatch 2024-09-13T15:09:31.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:31 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd in", "ids": ["6"]} : dispatch 2024-09-13T15:09:31.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:31 smithi104 ceph-mon[105578]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T15:09:31.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:31 smithi104 ceph-mon[105578]: Cluster is now healthy 2024-09-13T15:09:31.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:31 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3869468601' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T15:09:31.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:31 smithi104 ceph-mon[105578]: osdmap e1454: 8 total, 8 up, 7 in 2024-09-13T15:09:31.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:31 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/4050481361' entity='client.admin' cmd={"prefix": "osd in", "ids": ["6"]} : dispatch 2024-09-13T15:09:31.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:31 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd in", "ids": ["6"]} : dispatch 2024-09-13T15:09:31.673 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:09:31.694 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:31.695 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:31.696 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:09:31.797 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:09:31.818 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:31.819 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:31.819 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:09:31.920 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:09:31.942 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:31.943 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:31.943 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:09:32.044 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:09:32.067 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:32.067 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:32.068 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:09:32.168 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:09:32.191 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:32.191 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:32.192 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:09:32.293 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:09:32.321 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:32.321 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:32.322 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:09:32.422 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:09:32.447 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:32.447 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:32.448 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:09:32.548 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:09:32.573 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:32.573 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:32.574 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:09:32.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:32 smithi071 ceph-mon[107477]: pgmap v2399: 109 pgs: 109 active+clean; 4.4 GiB data, 20 GiB used, 606 GiB / 626 GiB avail; 0 B/s wr, 896 op/s 2024-09-13T15:09:32.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:32 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd in", "ids": ["6"]}]': finished 2024-09-13T15:09:32.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:32 smithi071 ceph-mon[107477]: osdmap e1455: 8 total, 8 up, 8 in 2024-09-13T15:09:32.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:32 smithi071 ceph-mon[112785]: pgmap v2399: 109 pgs: 109 active+clean; 4.4 GiB data, 20 GiB used, 606 GiB / 626 GiB avail; 0 B/s wr, 896 op/s 2024-09-13T15:09:32.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:32 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd in", "ids": ["6"]}]': finished 2024-09-13T15:09:32.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:32 smithi071 ceph-mon[112785]: osdmap e1455: 8 total, 8 up, 8 in 2024-09-13T15:09:32.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:32 smithi104 ceph-mon[105578]: pgmap v2399: 109 pgs: 109 active+clean; 4.4 GiB data, 20 GiB used, 606 GiB / 626 GiB avail; 0 B/s wr, 896 op/s 2024-09-13T15:09:32.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:32 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd in", "ids": ["6"]}]': finished 2024-09-13T15:09:32.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:32 smithi104 ceph-mon[105578]: osdmap e1455: 8 total, 8 up, 8 in 2024-09-13T15:09:32.675 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:09:32.700 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:32.701 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:32.701 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:09:32.802 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:09:32.826 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:32.827 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:32.827 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:09:32.928 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:09:32.954 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:32.955 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:32.955 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:09:33.056 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:09:33.082 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:33.083 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:33.083 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:09:33.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:09:32 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:09:32] "GET /metrics HTTP/1.1" 200 36666 "" "Prometheus/2.51.0" 2024-09-13T15:09:33.183 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:09:33.210 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:33.210 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:33.210 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:09:33.311 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:09:33.344 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:33.345 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:33.345 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:09:33.446 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:09:33.486 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:33.487 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:33.487 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:09:33.588 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:09:33.616 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:33.617 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:33.617 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:09:33.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:33 smithi071 ceph-mon[107477]: osdmap e1456: 8 total, 8 up, 8 in 2024-09-13T15:09:33.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:33 smithi071 ceph-mon[112785]: osdmap e1456: 8 total, 8 up, 8 in 2024-09-13T15:09:33.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:33 smithi104 ceph-mon[105578]: osdmap e1456: 8 total, 8 up, 8 in 2024-09-13T15:09:33.718 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:09:33.757 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:33.758 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:33.758 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:09:33.859 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:09:33.888 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:33.888 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:33.889 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:09:33.989 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:09:34.019 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:34.020 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:34.020 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:09:34.121 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:09:34.160 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:34.161 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:34.162 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:09:34.262 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:09:34.291 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:34.292 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:34.292 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:09:34.393 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:09:34.421 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:34.422 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:34.422 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:09:34.523 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:09:34.549 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:34.549 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:34.550 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:09:34.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:34 smithi071 ceph-mon[107477]: pgmap v2402: 109 pgs: 3 remapped+peering, 1 unknown, 1 peering, 104 active+clean; 4.3 GiB data, 20 GiB used, 606 GiB / 626 GiB avail; 0 B/s wr, 848 op/s; 11 B/s, 0 objects/s recovering 2024-09-13T15:09:34.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:34 smithi071 ceph-mon[107477]: 11.1 starting backfill to osd.6 from (0'0,0'0] MAX to 1454'8589 2024-09-13T15:09:34.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:34 smithi071 ceph-mon[107477]: osdmap e1457: 8 total, 8 up, 8 in 2024-09-13T15:09:34.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:34 smithi071 ceph-mon[107477]: 11.3 starting backfill to osd.6 from (0'0,0'0] MAX to 1454'8566 2024-09-13T15:09:34.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:34 smithi071 ceph-mon[107477]: 11.8 starting backfill to osd.6 from (0'0,0'0] MAX to 1454'8794 2024-09-13T15:09:34.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:34 smithi071 ceph-mon[107477]: 11.4 starting backfill to osd.6 from (0'0,0'0] MAX to 1454'8791 2024-09-13T15:09:34.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:34 smithi071 ceph-mon[107477]: 11.5 starting backfill to osd.6 from (0'0,0'0] MAX to 1454'8688 2024-09-13T15:09:34.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:34 smithi071 ceph-mon[107477]: 11.a starting backfill to osd.6 from (0'0,0'0] MAX to 1454'8973 2024-09-13T15:09:34.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:34 smithi071 ceph-mon[107477]: 11.9 starting backfill to osd.6 from (0'0,0'0] MAX to 1454'8727 2024-09-13T15:09:34.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:34 smithi071 ceph-mon[107477]: osdmap e1458: 8 total, 8 up, 8 in 2024-09-13T15:09:34.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:34 smithi071 ceph-mon[112785]: pgmap v2402: 109 pgs: 3 remapped+peering, 1 unknown, 1 peering, 104 active+clean; 4.3 GiB data, 20 GiB used, 606 GiB / 626 GiB avail; 0 B/s wr, 848 op/s; 11 B/s, 0 objects/s recovering 2024-09-13T15:09:34.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:34 smithi071 ceph-mon[112785]: 11.1 starting backfill to osd.6 from (0'0,0'0] MAX to 1454'8589 2024-09-13T15:09:34.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:34 smithi071 ceph-mon[112785]: osdmap e1457: 8 total, 8 up, 8 in 2024-09-13T15:09:34.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:34 smithi071 ceph-mon[112785]: 11.3 starting backfill to osd.6 from (0'0,0'0] MAX to 1454'8566 2024-09-13T15:09:34.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:34 smithi071 ceph-mon[112785]: 11.8 starting backfill to osd.6 from (0'0,0'0] MAX to 1454'8794 2024-09-13T15:09:34.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:34 smithi071 ceph-mon[112785]: 11.4 starting backfill to osd.6 from (0'0,0'0] MAX to 1454'8791 2024-09-13T15:09:34.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:34 smithi071 ceph-mon[112785]: 11.5 starting backfill to osd.6 from (0'0,0'0] MAX to 1454'8688 2024-09-13T15:09:34.643 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:34 smithi071 ceph-mon[112785]: 11.a starting backfill to osd.6 from (0'0,0'0] MAX to 1454'8973 2024-09-13T15:09:34.643 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:34 smithi071 ceph-mon[112785]: 11.9 starting backfill to osd.6 from (0'0,0'0] MAX to 1454'8727 2024-09-13T15:09:34.643 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:34 smithi071 ceph-mon[112785]: osdmap e1458: 8 total, 8 up, 8 in 2024-09-13T15:09:34.650 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:09:34.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:34 smithi104 ceph-mon[105578]: pgmap v2402: 109 pgs: 3 remapped+peering, 1 unknown, 1 peering, 104 active+clean; 4.3 GiB data, 20 GiB used, 606 GiB / 626 GiB avail; 0 B/s wr, 848 op/s; 11 B/s, 0 objects/s recovering 2024-09-13T15:09:34.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:34 smithi104 ceph-mon[105578]: 11.1 starting backfill to osd.6 from (0'0,0'0] MAX to 1454'8589 2024-09-13T15:09:34.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:34 smithi104 ceph-mon[105578]: osdmap e1457: 8 total, 8 up, 8 in 2024-09-13T15:09:34.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:34 smithi104 ceph-mon[105578]: 11.3 starting backfill to osd.6 from (0'0,0'0] MAX to 1454'8566 2024-09-13T15:09:34.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:34 smithi104 ceph-mon[105578]: 11.8 starting backfill to osd.6 from (0'0,0'0] MAX to 1454'8794 2024-09-13T15:09:34.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:34 smithi104 ceph-mon[105578]: 11.4 starting backfill to osd.6 from (0'0,0'0] MAX to 1454'8791 2024-09-13T15:09:34.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:34 smithi104 ceph-mon[105578]: 11.5 starting backfill to osd.6 from (0'0,0'0] MAX to 1454'8688 2024-09-13T15:09:34.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:34 smithi104 ceph-mon[105578]: 11.a starting backfill to osd.6 from (0'0,0'0] MAX to 1454'8973 2024-09-13T15:09:34.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:34 smithi104 ceph-mon[105578]: 11.9 starting backfill to osd.6 from (0'0,0'0] MAX to 1454'8727 2024-09-13T15:09:34.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:34 smithi104 ceph-mon[105578]: osdmap e1458: 8 total, 8 up, 8 in 2024-09-13T15:09:34.676 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:34.676 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:34.677 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:09:34.778 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:09:34.805 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:34.805 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:34.806 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:09:34.906 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:09:34.933 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:34.933 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:34.934 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:09:35.034 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:09:35.059 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:35.060 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:35.060 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:09:35.161 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:09:35.184 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:35.185 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:35.185 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:09:35.286 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:09:35.309 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:35.310 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:35.310 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:09:35.411 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:09:35.436 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:35.437 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:35.437 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:09:35.538 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:09:35.571 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:35.571 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:35.571 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:09:35.672 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:09:35.693 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:35.694 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:35.694 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:09:35.795 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:09:35.828 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:35.829 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:35.829 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:09:35.830 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:35 smithi071 ceph-mon[107477]: osdmap e1459: 8 total, 8 up, 8 in 2024-09-13T15:09:35.830 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:35 smithi071 ceph-mon[112785]: osdmap e1459: 8 total, 8 up, 8 in 2024-09-13T15:09:35.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:35 smithi104 ceph-mon[105578]: osdmap e1459: 8 total, 8 up, 8 in 2024-09-13T15:09:35.930 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:09:35.975 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:35.975 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:35.975 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:09:36.076 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:09:36.104 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:36.105 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:36.105 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:09:36.206 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:09:36.230 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:36.230 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:36.230 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:09:36.332 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:09:36.373 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:36.374 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:36.375 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:09:36.476 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:36.522 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:36.523 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:36.523 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:36.624 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:09:36.653 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:36.654 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:36.655 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:09:36.743 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd set noscrub 2024-09-13T15:09:36.756 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:36.795 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:36 smithi071 ceph-mon[107477]: pgmap v2406: 109 pgs: 4 active+remapped+backfill_wait, 1 active+remapped+backfilling, 3 remapped+peering, 1 unknown, 2 peering, 98 active+clean; 4.3 GiB data, 20 GiB used, 606 GiB / 626 GiB avail; 0 B/s wr, 631 op/s; 21806/209685 objects misplaced (10.399%); 186 KiB/s, 2 objects/s recovering 2024-09-13T15:09:36.796 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:36 smithi071 ceph-mon[107477]: osdmap e1460: 8 total, 8 up, 8 in 2024-09-13T15:09:36.796 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:36 smithi071 ceph-mon[112785]: pgmap v2406: 109 pgs: 4 active+remapped+backfill_wait, 1 active+remapped+backfilling, 3 remapped+peering, 1 unknown, 2 peering, 98 active+clean; 4.3 GiB data, 20 GiB used, 606 GiB / 626 GiB avail; 0 B/s wr, 631 op/s; 21806/209685 objects misplaced (10.399%); 186 KiB/s, 2 objects/s recovering 2024-09-13T15:09:36.796 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:36 smithi071 ceph-mon[112785]: osdmap e1460: 8 total, 8 up, 8 in 2024-09-13T15:09:36.834 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:36.835 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:36.835 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:36.843 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:09:36.865 INFO:tasks.thrashosds.thrasher:Added osd 6 2024-09-13T15:09:36.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:36 smithi104 ceph-mon[105578]: pgmap v2406: 109 pgs: 4 active+remapped+backfill_wait, 1 active+remapped+backfilling, 3 remapped+peering, 1 unknown, 2 peering, 98 active+clean; 4.3 GiB data, 20 GiB used, 606 GiB / 626 GiB avail; 0 B/s wr, 631 op/s; 21806/209685 objects misplaced (10.399%); 186 KiB/s, 2 objects/s recovering 2024-09-13T15:09:36.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:36 smithi104 ceph-mon[105578]: osdmap e1460: 8 total, 8 up, 8 in 2024-09-13T15:09:36.936 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:09:36.944 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:09:37.008 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:37.009 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:37.009 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:09:37.110 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:09:37.157 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:37.158 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:37.158 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:09:37.259 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:09:37.301 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:37.301 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:37.302 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:09:37.403 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:09:37.429 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:37.430 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:37.430 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:09:37.531 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:09:37.570 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:37.571 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:37.571 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:09:37.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:37 smithi071 ceph-mon[107477]: Health check failed: Degraded data redundancy: 58/207660 objects degraded (0.028%), 1 pg degraded (PG_DEGRADED) 2024-09-13T15:09:37.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:37 smithi071 ceph-mon[112785]: Health check failed: Degraded data redundancy: 58/207660 objects degraded (0.028%), 1 pg degraded (PG_DEGRADED) 2024-09-13T15:09:37.673 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:09:37.707 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:37.708 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:37.708 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:09:37.809 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:09:37.852 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:37.853 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:37.854 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:09:37.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:37 smithi104 ceph-mon[105578]: Health check failed: Degraded data redundancy: 58/207660 objects degraded (0.028%), 1 pg degraded (PG_DEGRADED) 2024-09-13T15:09:37.954 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:09:37.998 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:37.999 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:37.999 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:09:38.100 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:09:38.126 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:38.126 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:38.127 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:09:38.228 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:38.273 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:38.274 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:38.274 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:38.375 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:09:38.401 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:38.402 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:38.402 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:09:38.503 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:38.521 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:38 smithi071 ceph-mon[107477]: pgmap v2408: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 1 active+remapped+backfilling, 3 remapped+peering, 1 peering, 99 active+clean; 4.2 GiB data, 20 GiB used, 695 GiB / 715 GiB avail; 0 B/s wr, 478 op/s; 58/207660 objects degraded (0.028%); 26056/207660 objects misplaced (12.547%); 1.4 MiB/s, 23 objects/s recovering 2024-09-13T15:09:38.547 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:38.547 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:38.548 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:38.648 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:38.679 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:38.680 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:38.681 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:38.781 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:09:38.816 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:38.817 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:38.817 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:09:38.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:38 smithi071 ceph-mon[112785]: pgmap v2408: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 1 active+remapped+backfilling, 3 remapped+peering, 1 peering, 99 active+clean; 4.2 GiB data, 20 GiB used, 695 GiB / 715 GiB avail; 0 B/s wr, 478 op/s; 58/207660 objects degraded (0.028%); 26056/207660 objects misplaced (12.547%); 1.4 MiB/s, 23 objects/s recovering 2024-09-13T15:09:38.918 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:09:38.924 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:38 smithi104 ceph-mon[105578]: pgmap v2408: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 1 active+remapped+backfilling, 3 remapped+peering, 1 peering, 99 active+clean; 4.2 GiB data, 20 GiB used, 695 GiB / 715 GiB avail; 0 B/s wr, 478 op/s; 58/207660 objects degraded (0.028%); 26056/207660 objects misplaced (12.547%); 1.4 MiB/s, 23 objects/s recovering 2024-09-13T15:09:38.946 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:38.947 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:38.947 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:09:39.048 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:09:39.073 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:39.074 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:39.075 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:09:39.176 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:09:39.203 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:39.204 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:39.204 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:09:39.305 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:09:39.360 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:39.361 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:39.361 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:09:39.462 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:09:39.489 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:39.490 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:39.490 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:09:39.591 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:39.632 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:39.632 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:39.633 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:39.734 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:09:39.767 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:39.768 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:39.768 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:09:39.869 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:09:39.908 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:39.909 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:39.909 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:09:40.010 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:09:40.038 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:40.039 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:40.039 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:09:40.140 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:09:40.182 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:40.183 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:40.183 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:09:40.284 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:40.326 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:40.327 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:40.327 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:40.428 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:09:40.470 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:40.471 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:40.471 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:09:40.572 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:09:40.599 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:40.600 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:40.600 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:09:40.701 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:09:40.727 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:40.727 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:40.728 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:09:40.814 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:40 smithi071 ceph-mon[107477]: pgmap v2409: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 7 active+remapped+backfill_wait, 1 peering, 100 active+clean; 4.2 GiB data, 20 GiB used, 696 GiB / 715 GiB avail; 0 B/s wr, 466 op/s; 58/205311 objects degraded (0.028%); 34300/205311 objects misplaced (16.706%); 1.2 MiB/s, 20 objects/s recovering 2024-09-13T15:09:40.815 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:40 smithi071 ceph-mon[112785]: pgmap v2409: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 7 active+remapped+backfill_wait, 1 peering, 100 active+clean; 4.2 GiB data, 20 GiB used, 696 GiB / 715 GiB avail; 0 B/s wr, 466 op/s; 58/205311 objects degraded (0.028%); 34300/205311 objects misplaced (16.706%); 1.2 MiB/s, 20 objects/s recovering 2024-09-13T15:09:40.828 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:40.836 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T15:09:40.837 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T15:09:40.883 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:40.883 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:40.883 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:40.888 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T15:09:40.888 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T15:09:40.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:40 smithi104 ceph-mon[105578]: pgmap v2409: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 7 active+remapped+backfill_wait, 1 peering, 100 active+clean; 4.2 GiB data, 20 GiB used, 696 GiB / 715 GiB avail; 0 B/s wr, 466 op/s; 58/205311 objects degraded (0.028%); 34300/205311 objects misplaced (16.706%); 1.2 MiB/s, 20 objects/s recovering 2024-09-13T15:09:40.940 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T15:09:40.941 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T15:09:40.969 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T15:09:40.970 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T15:09:40.983 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T15:09:40.983 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T15:09:40.985 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:09:41.011 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:41.012 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:41.013 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:09:41.025 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T15:09:41.025 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T15:09:41.057 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T15:09:41.057 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T15:09:41.091 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T15:09:41.091 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T15:09:41.114 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:09:41.130 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T15:09:41.130 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T15:09:41.143 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:41.144 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:41.144 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:09:41.245 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:09:41.274 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:41.275 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:41.276 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:09:41.376 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:09:41.402 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:41.402 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:41.403 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:09:41.504 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:09:41.529 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:41.530 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:41.531 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:09:41.540 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:09:41.631 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:09:41.657 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:41.657 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:41.658 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:09:41.758 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:41.809 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:41.810 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:41.810 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:41.867 INFO:tasks.thrashosds.thrasher:in_osds: [0, 1, 5, 4, 7, 2, 3, 6] out_osds: [] dead_osds: [] live_osds: [0, 1, 2, 3, 4, 5, 6, 7] 2024-09-13T15:09:41.867 INFO:tasks.thrashosds.thrasher:choose_action: min_in 4 min_out 0 min_live 2 min_dead 0 chance_down 0.40 2024-09-13T15:09:41.867 INFO:tasks.thrashosds.thrasher:Removing osd 7, in_osds are: [0, 1, 5, 4, 7, 2, 3, 6] 2024-09-13T15:09:41.867 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd out 7 2024-09-13T15:09:41.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:41 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/864053017' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:09:41.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:41 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/864053017' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:09:41.911 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:09:41.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:41 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/864053017' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:09:41.973 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:41.973 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:41.974 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:09:42.075 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:09:42.120 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:42.121 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:42.121 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:09:42.188 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.3 dump_blocked_ops 2024-09-13T15:09:42.223 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:09:42.246 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:42.247 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:42.248 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:09:42.349 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:09:42.392 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:42.393 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:42.393 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:09:42.494 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:09:42.531 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:42.532 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:42.533 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:09:42.634 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:42.674 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:42.675 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:42.675 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:42.776 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:09:42.802 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:42.803 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:42.803 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:09:42.821 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:42 smithi071 ceph-mon[107477]: pgmap v2410: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 7 active+remapped+backfill_wait, 101 active+clean; 4.1 GiB data, 19 GiB used, 696 GiB / 715 GiB avail; 0 B/s wr, 603 op/s; 58/199581 objects degraded (0.029%); 33361/199581 objects misplaced (16.716%); 914 KiB/s, 15 objects/s recovering 2024-09-13T15:09:42.821 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:09:42 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:09:42] "GET /metrics HTTP/1.1" 200 36666 "" "Prometheus/2.51.0" 2024-09-13T15:09:42.822 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:42 smithi071 ceph-mon[112785]: pgmap v2410: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 7 active+remapped+backfill_wait, 101 active+clean; 4.1 GiB data, 19 GiB used, 696 GiB / 715 GiB avail; 0 B/s wr, 603 op/s; 58/199581 objects degraded (0.029%); 33361/199581 objects misplaced (16.716%); 914 KiB/s, 15 objects/s recovering 2024-09-13T15:09:42.905 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:09:42.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:42 smithi104 ceph-mon[105578]: pgmap v2410: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 7 active+remapped+backfill_wait, 101 active+clean; 4.1 GiB data, 19 GiB used, 696 GiB / 715 GiB avail; 0 B/s wr, 603 op/s; 58/199581 objects degraded (0.029%); 33361/199581 objects misplaced (16.716%); 914 KiB/s, 15 objects/s recovering 2024-09-13T15:09:42.933 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:42.934 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:42.934 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:09:43.035 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:09:43.099 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:43.099 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:43.100 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:09:43.200 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:09:43.244 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:43.245 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:43.245 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:09:43.346 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:09:43.372 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:43.373 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:43.374 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:09:43.474 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:09:43.514 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:43.514 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:43.515 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:09:43.616 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:43.652 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:43.652 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:43.653 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:43.754 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:09:43.788 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:43.790 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:43.790 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:09:43.891 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:09:43.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:43 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 58/199581 objects degraded (0.029%), 1 pg degraded (PG_DEGRADED) 2024-09-13T15:09:43.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:43 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 58/199581 objects degraded (0.029%), 1 pg degraded (PG_DEGRADED) 2024-09-13T15:09:43.915 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:43.915 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:43.916 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:09:43.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:43 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 58/199581 objects degraded (0.029%), 1 pg degraded (PG_DEGRADED) 2024-09-13T15:09:44.016 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:09:44.049 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:44.049 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:44.050 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:09:44.151 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:09:44.188 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:44.189 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:44.189 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:09:44.290 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:09:44.325 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:44.326 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:44.326 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:09:44.427 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:44.467 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:44.468 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:44.468 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:44.569 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:09:44.608 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:44.609 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:44.609 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:09:44.710 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:09:44.752 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:44.752 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:44.753 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:09:44.824 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=false 2024-09-13T15:09:44.854 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:09:44.862 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:44 smithi071 ceph-mon[107477]: pgmap v2411: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 7 active+remapped+backfill_wait, 101 active+clean; 4.0 GiB data, 19 GiB used, 696 GiB / 715 GiB avail; 0 B/s wr, 702 op/s; 217/194532 objects degraded (0.112%); 32636/194532 objects misplaced (16.777%); 1.4 MiB/s, 22 objects/s recovering 2024-09-13T15:09:44.862 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:44 smithi071 ceph-mon[112785]: pgmap v2411: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 7 active+remapped+backfill_wait, 101 active+clean; 4.0 GiB data, 19 GiB used, 696 GiB / 715 GiB avail; 0 B/s wr, 702 op/s; 217/194532 objects degraded (0.112%); 32636/194532 objects misplaced (16.777%); 1.4 MiB/s, 22 objects/s recovering 2024-09-13T15:09:44.904 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:44.905 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:44.905 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:09:44.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:44 smithi104 ceph-mon[105578]: pgmap v2411: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 7 active+remapped+backfill_wait, 101 active+clean; 4.0 GiB data, 19 GiB used, 696 GiB / 715 GiB avail; 0 B/s wr, 702 op/s; 217/194532 objects degraded (0.112%); 32636/194532 objects misplaced (16.777%); 1.4 MiB/s, 22 objects/s recovering 2024-09-13T15:09:45.005 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:09:45.057 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:45.058 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:45.058 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:09:45.159 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:09:45.202 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:45.203 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:45.203 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:09:45.304 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:45.346 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:45.347 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:45.347 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:45.448 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:09:45.484 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:45.485 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:45.488 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:09:45.589 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:09:45.621 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:45.622 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:45.622 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:09:45.723 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:09:45.763 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:45.764 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:45.764 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:09:45.865 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:09:45.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:09:45.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:09:45.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:09:45.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:09:45.899 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:45.900 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:45.900 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:09:45.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:09:45.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:09:46.001 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:46.041 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:09:46.041 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:46.042 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:46.042 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:46.046 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:09:46.143 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:09:46.173 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:46.173 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:46.174 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:09:46.275 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:09:46.327 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:46.328 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:46.328 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:09:46.429 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:09:46.468 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:46.469 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:46.469 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:09:46.570 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:09:46.605 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:46.605 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:46.605 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:09:46.706 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:09:46.740 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:46.741 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:46.741 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:09:46.842 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:09:46.883 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:46.883 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:46.883 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:09:46.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:46 smithi071 ceph-mon[107477]: pgmap v2412: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 7 active+remapped+backfill_wait, 101 active+clean; 3.8 GiB data, 19 GiB used, 697 GiB / 715 GiB avail; 0 B/s wr, 704 op/s; 217/188529 objects degraded (0.115%); 31424/188529 objects misplaced (16.668%); 1.1 MiB/s, 19 objects/s recovering 2024-09-13T15:09:46.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:46 smithi071 ceph-mon[112785]: pgmap v2412: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 7 active+remapped+backfill_wait, 101 active+clean; 3.8 GiB data, 19 GiB used, 697 GiB / 715 GiB avail; 0 B/s wr, 704 op/s; 217/188529 objects degraded (0.115%); 31424/188529 objects misplaced (16.668%); 1.1 MiB/s, 19 objects/s recovering 2024-09-13T15:09:46.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:46 smithi104 ceph-mon[105578]: pgmap v2412: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 7 active+remapped+backfill_wait, 101 active+clean; 3.8 GiB data, 19 GiB used, 697 GiB / 715 GiB avail; 0 B/s wr, 704 op/s; 217/188529 objects degraded (0.115%); 31424/188529 objects misplaced (16.668%); 1.1 MiB/s, 19 objects/s recovering 2024-09-13T15:09:46.984 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:09:47.013 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:47.013 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:47.014 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:09:47.114 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:47.156 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:47.157 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:47.157 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:47.258 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:09:47.281 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:47.282 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:47.282 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:09:47.383 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:09:47.443 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:47.444 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:47.445 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:09:47.545 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:09:47.572 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:47.572 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:47.573 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:09:47.673 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:09:47.699 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:47.699 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:47.700 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:09:47.801 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:09:47.833 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:47.833 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:47.834 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:09:47.935 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:09:47.963 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:47.963 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:47.964 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:09:48.065 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:09:48.090 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:48.091 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:48.091 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:09:48.192 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:48.231 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:48.232 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:48.232 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:48.333 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:09:48.359 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:48.360 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:48.360 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:09:48.461 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:09:48.501 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:48.502 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:48.502 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:09:48.603 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:09:48.645 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:48.645 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:48.646 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:09:48.747 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:09:48.777 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:48.777 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:48.778 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:09:48.879 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:48.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:48 smithi071 ceph-mon[112785]: pgmap v2413: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 7 active+remapped+backfill_wait, 101 active+clean; 3.8 GiB data, 18 GiB used, 697 GiB / 715 GiB avail; 0 B/s wr, 711 op/s; 365/184899 objects degraded (0.197%); 31185/184899 objects misplaced (16.866%); 1.5 MiB/s, 24 objects/s recovering 2024-09-13T15:09:48.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:48 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 365/184899 objects degraded (0.197%), 1 pg degraded (PG_DEGRADED) 2024-09-13T15:09:48.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:48 smithi071 ceph-mon[107477]: pgmap v2413: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 7 active+remapped+backfill_wait, 101 active+clean; 3.8 GiB data, 18 GiB used, 697 GiB / 715 GiB avail; 0 B/s wr, 711 op/s; 365/184899 objects degraded (0.197%); 31185/184899 objects misplaced (16.866%); 1.5 MiB/s, 24 objects/s recovering 2024-09-13T15:09:48.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:48 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 365/184899 objects degraded (0.197%), 1 pg degraded (PG_DEGRADED) 2024-09-13T15:09:48.912 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:48.913 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:48.914 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:48.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:48 smithi104 ceph-mon[105578]: pgmap v2413: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 7 active+remapped+backfill_wait, 101 active+clean; 3.8 GiB data, 18 GiB used, 697 GiB / 715 GiB avail; 0 B/s wr, 711 op/s; 365/184899 objects degraded (0.197%); 31185/184899 objects misplaced (16.866%); 1.5 MiB/s, 24 objects/s recovering 2024-09-13T15:09:48.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:48 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 365/184899 objects degraded (0.197%), 1 pg degraded (PG_DEGRADED) 2024-09-13T15:09:49.015 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:09:49.056 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:49.056 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:49.057 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:09:49.158 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:09:49.184 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:49.185 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:49.185 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:09:49.286 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:09:49.319 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:49.320 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:49.320 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:09:49.421 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:09:49.447 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:49.447 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:49.448 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:09:49.548 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:09:49.577 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:49.578 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:49.578 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:09:49.679 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:09:49.701 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:49.702 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:49.702 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:09:49.803 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:09:49.827 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:49.828 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:49.828 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:09:49.929 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:09:49.973 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:49.974 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:49.974 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:09:50.075 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:09:50.123 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:50.124 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:50.124 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:09:50.225 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:50.262 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:50.263 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:50.264 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:50.364 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:09:50.389 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:50.390 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:50.390 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:09:50.491 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:09:50.517 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:50.517 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:50.518 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:09:50.619 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:09:50.644 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:50.644 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:50.645 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:09:50.683 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T15:09:50.684 INFO:teuthology.orchestra.run.smithi071.stdout: "ops": [], 2024-09-13T15:09:50.684 INFO:teuthology.orchestra.run.smithi071.stdout: "complaint_time": 30, 2024-09-13T15:09:50.684 INFO:teuthology.orchestra.run.smithi071.stdout: "num_blocked_ops": 0 2024-09-13T15:09:50.684 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T15:09:50.745 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:09:50.786 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:50.787 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:50.788 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:09:50.889 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:09:50.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:50 smithi071 ceph-mon[107477]: pgmap v2414: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 7 active+remapped+backfill_wait, 101 active+clean; 3.7 GiB data, 18 GiB used, 697 GiB / 715 GiB avail; 0 B/s wr, 714 op/s; 365/181947 objects degraded (0.201%); 30453/181947 objects misplaced (16.737%); 1.0 MiB/s, 16 objects/s recovering 2024-09-13T15:09:50.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:50 smithi071 ceph-mon[112785]: pgmap v2414: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 7 active+remapped+backfill_wait, 101 active+clean; 3.7 GiB data, 18 GiB used, 697 GiB / 715 GiB avail; 0 B/s wr, 714 op/s; 365/181947 objects degraded (0.201%); 30453/181947 objects misplaced (16.737%); 1.0 MiB/s, 16 objects/s recovering 2024-09-13T15:09:50.916 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:50.916 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:50.917 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:09:50.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:50 smithi104 ceph-mon[105578]: pgmap v2414: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 7 active+remapped+backfill_wait, 101 active+clean; 3.7 GiB data, 18 GiB used, 697 GiB / 715 GiB avail; 0 B/s wr, 714 op/s; 365/181947 objects degraded (0.201%); 30453/181947 objects misplaced (16.737%); 1.0 MiB/s, 16 objects/s recovering 2024-09-13T15:09:51.017 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:09:51.056 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:51.057 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:51.057 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:09:51.158 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:09:51.183 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:51.184 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:51.184 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:09:51.285 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:51.328 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:51.329 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:51.329 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:51.430 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:09:51.472 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:51.473 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:51.473 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:09:51.574 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:09:51.597 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:51.598 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:51.598 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:09:51.618 INFO:teuthology.orchestra.run.smithi071.stderr:noscrub is set 2024-09-13T15:09:51.677 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.3 dump_historic_ops 2024-09-13T15:09:51.699 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:09:51.726 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:51.727 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:51.727 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:09:51.828 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:09:51.857 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:51.858 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:51.858 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:09:51.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:51 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1326576696' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T15:09:51.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:51 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1326576696' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T15:09:51.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:51 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1326576696' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T15:09:51.959 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:52.000 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:52.000 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:52.001 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:52.102 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:09:52.128 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:52.128 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:52.129 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:09:52.229 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:09:52.256 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:52.257 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:52.257 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:09:52.358 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:09:52.402 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:52.403 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:52.403 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:09:52.504 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:09:52.533 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:52.534 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:52.534 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:09:52.635 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:52.673 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:52.674 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:52.674 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:52.775 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:09:52.805 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:52.806 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:52.806 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:09:52.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:52 smithi071 ceph-mon[112785]: pgmap v2415: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 7 active+remapped+backfill_wait, 101 active+clean; 3.6 GiB data, 18 GiB used, 697 GiB / 715 GiB avail; 0 B/s wr, 816 op/s; 365/175920 objects degraded (0.207%); 29453/175920 objects misplaced (16.742%); 938 KiB/s, 14 objects/s recovering 2024-09-13T15:09:52.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:52 smithi071 ceph-mon[112785]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:09:52.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:52 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1326576696' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T15:09:52.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:52 smithi071 ceph-mon[112785]: osdmap e1461: 8 total, 8 up, 8 in 2024-09-13T15:09:52.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:52 smithi071 ceph-mon[107477]: pgmap v2415: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 7 active+remapped+backfill_wait, 101 active+clean; 3.6 GiB data, 18 GiB used, 697 GiB / 715 GiB avail; 0 B/s wr, 816 op/s; 365/175920 objects degraded (0.207%); 29453/175920 objects misplaced (16.742%); 938 KiB/s, 14 objects/s recovering 2024-09-13T15:09:52.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:52 smithi071 ceph-mon[107477]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:09:52.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:52 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1326576696' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T15:09:52.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:52 smithi071 ceph-mon[107477]: osdmap e1461: 8 total, 8 up, 8 in 2024-09-13T15:09:52.892 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:09:52 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:09:52] "GET /metrics HTTP/1.1" 200 36706 "" "Prometheus/2.51.0" 2024-09-13T15:09:52.907 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:09:52.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:52 smithi104 ceph-mon[105578]: pgmap v2415: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 7 active+remapped+backfill_wait, 101 active+clean; 3.6 GiB data, 18 GiB used, 697 GiB / 715 GiB avail; 0 B/s wr, 816 op/s; 365/175920 objects degraded (0.207%); 29453/175920 objects misplaced (16.742%); 938 KiB/s, 14 objects/s recovering 2024-09-13T15:09:52.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:52 smithi104 ceph-mon[105578]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:09:52.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:52 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1326576696' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T15:09:52.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:52 smithi104 ceph-mon[105578]: osdmap e1461: 8 total, 8 up, 8 in 2024-09-13T15:09:52.949 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:52.950 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:52.950 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:09:53.051 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:53.092 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:53.093 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:53.093 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:53.194 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:09:53.231 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:53.232 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:53.233 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:09:53.333 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:09:53.361 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:53.362 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:53.362 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:09:53.463 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:53.499 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:53.499 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:53.500 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:53.601 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:09:53.629 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:53.630 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:53.630 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:09:53.731 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:09:53.775 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:53.775 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:53.776 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:09:53.876 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:53.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:53 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 365/175920 objects degraded (0.207%), 1 pg degraded (PG_DEGRADED) 2024-09-13T15:09:53.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:53 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 365/175920 objects degraded (0.207%), 1 pg degraded (PG_DEGRADED) 2024-09-13T15:09:53.915 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:53.915 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:53.916 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:53.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:53 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 365/175920 objects degraded (0.207%), 1 pg degraded (PG_DEGRADED) 2024-09-13T15:09:54.016 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:54.051 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:54.052 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:54.053 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:54.153 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:09:54.187 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:54.187 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:54.188 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:09:54.289 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:54.315 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:54.316 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:54.317 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:54.417 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:09:54.438 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:54.439 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:54.439 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:09:54.540 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:09:54.574 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:54.575 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:54.575 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:09:54.676 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:09:54.697 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:54.698 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:54.698 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:09:54.799 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:09:54.826 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:54.826 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:54.827 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:09:54.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:54 smithi071 ceph-mon[107477]: pgmap v2417: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 7 active+remapped+backfill_wait, 101 active+clean; 3.5 GiB data, 18 GiB used, 698 GiB / 715 GiB avail; 0 B/s wr, 787 op/s; 512/170907 objects degraded (0.300%); 28702/170907 objects misplaced (16.794%); 1.1 MiB/s, 18 objects/s recovering 2024-09-13T15:09:54.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:54 smithi071 ceph-mon[112785]: pgmap v2417: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 7 active+remapped+backfill_wait, 101 active+clean; 3.5 GiB data, 18 GiB used, 698 GiB / 715 GiB avail; 0 B/s wr, 787 op/s; 512/170907 objects degraded (0.300%); 28702/170907 objects misplaced (16.794%); 1.1 MiB/s, 18 objects/s recovering 2024-09-13T15:09:54.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:54 smithi104 ceph-mon[105578]: pgmap v2417: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 7 active+remapped+backfill_wait, 101 active+clean; 3.5 GiB data, 18 GiB used, 698 GiB / 715 GiB avail; 0 B/s wr, 787 op/s; 512/170907 objects degraded (0.300%); 28702/170907 objects misplaced (16.794%); 1.1 MiB/s, 18 objects/s recovering 2024-09-13T15:09:54.927 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:54.960 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:54.960 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:54.961 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:55.062 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:09:55.091 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:55.091 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:55.092 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:09:55.193 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:09:55.224 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:55.224 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:55.225 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:09:55.326 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:09:55.364 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:55.365 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:55.365 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:09:55.466 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:09:55.495 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:55.496 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:55.496 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:09:55.597 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:09:55.646 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:55.647 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:55.647 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:09:55.748 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:09:55.783 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:55.784 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:55.784 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:09:55.885 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:09:55.914 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:55.915 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:55.915 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:09:56.016 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:09:56.039 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:56.039 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:56.040 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:09:56.141 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:09:56.166 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:56.167 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:56.167 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:09:56.268 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:09:56.305 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:56.306 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:56.306 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:09:56.407 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:09:56.435 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:56.436 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:56.436 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:09:56.537 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:09:56.565 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:56.565 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:56.566 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:09:56.667 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:56.704 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:56.704 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:56.705 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:56.806 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:09:56.847 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:56.847 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:56.847 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:09:56.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:56 smithi071 ceph-mon[107477]: pgmap v2418: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 7 active+remapped+backfill_wait, 101 active+clean; 3.4 GiB data, 17 GiB used, 698 GiB / 715 GiB avail; 0 B/s wr, 760 op/s; 512/165699 objects degraded (0.309%); 27606/165699 objects misplaced (16.660%); 1.1 MiB/s, 18 objects/s recovering 2024-09-13T15:09:56.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:56 smithi071 ceph-mon[112785]: pgmap v2418: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 7 active+remapped+backfill_wait, 101 active+clean; 3.4 GiB data, 17 GiB used, 698 GiB / 715 GiB avail; 0 B/s wr, 760 op/s; 512/165699 objects degraded (0.309%); 27606/165699 objects misplaced (16.660%); 1.1 MiB/s, 18 objects/s recovering 2024-09-13T15:09:56.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:56 smithi104 ceph-mon[105578]: pgmap v2418: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 7 active+remapped+backfill_wait, 101 active+clean; 3.4 GiB data, 17 GiB used, 698 GiB / 715 GiB avail; 0 B/s wr, 760 op/s; 512/165699 objects degraded (0.309%); 27606/165699 objects misplaced (16.660%); 1.1 MiB/s, 18 objects/s recovering 2024-09-13T15:09:56.948 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:56.981 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:56.982 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:56.982 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:57.067 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:09:57.084 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:57.147 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:57.148 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:57.148 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:57.249 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:57.305 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:57.306 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:57.307 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:57.408 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:09:57.460 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:57.461 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:57.461 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:09:57.562 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:09:57.631 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:57.632 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:57.632 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:09:57.733 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:09:57.779 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:57 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T15:09:57.781 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:57 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T15:09:57.786 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:57.787 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:57.787 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:09:57.888 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:09:57.913 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:57.914 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:57.914 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:09:57.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:57 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T15:09:58.015 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:09:58.054 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:58.056 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:58.056 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:09:58.157 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:58.209 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:58.210 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:58.212 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:58.313 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:09:58.337 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:58.337 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:58.338 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:09:58.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:58 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-a[107454]: 2024-09-13T15:09:58.098+0000 7fa91586f640 -1 mon.a@0(leader).osd e1461 definitely_dead 0 2024-09-13T15:09:58.438 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:09:58.473 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:58.473 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:58.474 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:09:58.575 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:09:58.615 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:58.616 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:58.616 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:09:58.717 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:09:58.739 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:58.740 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:58.740 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:09:58.802 INFO:teuthology.orchestra.run.smithi071.stderr:marked out osd.7. 2024-09-13T15:09:58.841 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:09:58.862 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:58.863 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:58.863 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:09:58.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:58 smithi071 ceph-mon[107477]: pgmap v2419: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 7 active+remapped+backfill_wait, 101 active+clean; 3.3 GiB data, 17 GiB used, 698 GiB / 715 GiB avail; 0 B/s wr, 744 op/s; 587/162558 objects degraded (0.361%); 27399/162558 objects misplaced (16.855%); 1.4 MiB/s, 22 objects/s recovering 2024-09-13T15:09:58.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:58 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3076955204' entity='client.admin' cmd={"prefix": "osd out", "ids": ["7"]} : dispatch 2024-09-13T15:09:58.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:58 smithi071 ceph-mon[107477]: Client client.admin marked osd.7 out, while it was still marked up 2024-09-13T15:09:58.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:58 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 587/162558 objects degraded (0.361%), 1 pg degraded (PG_DEGRADED) 2024-09-13T15:09:58.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:58 smithi071 ceph-mon[112785]: pgmap v2419: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 7 active+remapped+backfill_wait, 101 active+clean; 3.3 GiB data, 17 GiB used, 698 GiB / 715 GiB avail; 0 B/s wr, 744 op/s; 587/162558 objects degraded (0.361%); 27399/162558 objects misplaced (16.855%); 1.4 MiB/s, 22 objects/s recovering 2024-09-13T15:09:58.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:58 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3076955204' entity='client.admin' cmd={"prefix": "osd out", "ids": ["7"]} : dispatch 2024-09-13T15:09:58.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:58 smithi071 ceph-mon[112785]: Client client.admin marked osd.7 out, while it was still marked up 2024-09-13T15:09:58.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:58 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 587/162558 objects degraded (0.361%), 1 pg degraded (PG_DEGRADED) 2024-09-13T15:09:58.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:58 smithi104 ceph-mon[105578]: pgmap v2419: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 7 active+remapped+backfill_wait, 101 active+clean; 3.3 GiB data, 17 GiB used, 698 GiB / 715 GiB avail; 0 B/s wr, 744 op/s; 587/162558 objects degraded (0.361%); 27399/162558 objects misplaced (16.855%); 1.4 MiB/s, 22 objects/s recovering 2024-09-13T15:09:58.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:58 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3076955204' entity='client.admin' cmd={"prefix": "osd out", "ids": ["7"]} : dispatch 2024-09-13T15:09:58.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:58 smithi104 ceph-mon[105578]: Client client.admin marked osd.7 out, while it was still marked up 2024-09-13T15:09:58.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:58 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 587/162558 objects degraded (0.361%), 1 pg degraded (PG_DEGRADED) 2024-09-13T15:09:58.965 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:58.986 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:58.987 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:58.988 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:59.089 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:59.094 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd set nodeep-scrub 2024-09-13T15:09:59.111 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:59.112 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:59.112 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:59.212 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:09:59.234 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:59.235 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:59.235 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:09:59.336 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:09:59.360 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:59.360 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:59.361 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:09:59.462 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:09:59.485 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:59.485 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:59.486 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:09:59.587 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:09:59.608 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:59.608 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:59.609 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:09:59.614 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:09:59.709 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:09:59.734 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:59 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3076955204' entity='client.admin' cmd='[{"prefix": "osd out", "ids": ["7"]}]': finished 2024-09-13T15:09:59.735 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:59 smithi071 ceph-mon[112785]: osdmap e1462: 8 total, 8 up, 7 in 2024-09-13T15:09:59.735 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:59 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:09:59.735 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:59 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:09:59.735 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:09:59 smithi071 ceph-mon[112785]: osdmap e1463: 8 total, 8 up, 7 in 2024-09-13T15:09:59.735 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:59 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3076955204' entity='client.admin' cmd='[{"prefix": "osd out", "ids": ["7"]}]': finished 2024-09-13T15:09:59.735 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:59 smithi071 ceph-mon[107477]: osdmap e1462: 8 total, 8 up, 7 in 2024-09-13T15:09:59.735 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:59 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:09:59.735 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:59 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:09:59.736 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:09:59 smithi071 ceph-mon[107477]: osdmap e1463: 8 total, 8 up, 7 in 2024-09-13T15:09:59.742 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:59.743 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:59.743 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:09:59.844 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:09:59.866 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:09:59.867 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:59.867 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:09:59.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:59 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3076955204' entity='client.admin' cmd='[{"prefix": "osd out", "ids": ["7"]}]': finished 2024-09-13T15:09:59.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:59 smithi104 ceph-mon[105578]: osdmap e1462: 8 total, 8 up, 7 in 2024-09-13T15:09:59.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:59 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:09:59.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:59 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:09:59.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:09:59 smithi104 ceph-mon[105578]: osdmap e1463: 8 total, 8 up, 7 in 2024-09-13T15:09:59.968 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:09:59.989 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:09:59.990 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:09:59.990 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:10:00.091 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:10:00.114 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:00.115 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:00.115 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:10:00.216 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:10:00.238 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:00.238 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:00.238 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:10:00.339 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:10:00.361 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:00.362 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:00.362 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:10:00.463 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:10:00.484 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:00.485 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:00.485 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:10:00.586 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:10:00.607 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:00.608 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:00.608 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:10:00.709 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:10:00.739 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:00.740 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:00.741 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:10:00.842 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:10:00.875 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:00.876 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:00.876 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:10:00.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:00 smithi104 ceph-mon[105578]: pgmap v2421: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 7 active+remapped+backfill_wait, 101 active+clean; 3.3 GiB data, 15 GiB used, 610 GiB / 626 GiB avail; 0 B/s wr, 666 op/s; 587/159930 objects degraded (0.367%); 26727/159930 objects misplaced (16.712%); 1.7 MiB/s, 27 objects/s recovering 2024-09-13T15:10:00.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:00 smithi104 ceph-mon[105578]: Health detail: HEALTH_WARN noscrub flag(s) set; Degraded data redundancy: 587/159930 objects degraded (0.367%), 1 pg degraded 2024-09-13T15:10:00.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:00 smithi104 ceph-mon[105578]: [WRN] OSDMAP_FLAGS: noscrub flag(s) set 2024-09-13T15:10:00.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:00 smithi104 ceph-mon[105578]: [WRN] PG_DEGRADED: Degraded data redundancy: 587/159930 objects degraded (0.367%), 1 pg degraded 2024-09-13T15:10:00.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:00 smithi104 ceph-mon[105578]: pg 11.d is active+recovering+undersized+degraded+remapped, acting [2,4] 2024-09-13T15:10:00.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:00 smithi104 ceph-mon[105578]: osdmap e1464: 8 total, 8 up, 7 in 2024-09-13T15:10:00.977 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:10:00.998 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:00.999 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:00.999 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:10:01.100 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:10:01.132 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:01.133 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:01.134 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:10:01.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:00 smithi071 ceph-mon[107477]: pgmap v2421: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 7 active+remapped+backfill_wait, 101 active+clean; 3.3 GiB data, 15 GiB used, 610 GiB / 626 GiB avail; 0 B/s wr, 666 op/s; 587/159930 objects degraded (0.367%); 26727/159930 objects misplaced (16.712%); 1.7 MiB/s, 27 objects/s recovering 2024-09-13T15:10:01.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:00 smithi071 ceph-mon[107477]: Health detail: HEALTH_WARN noscrub flag(s) set; Degraded data redundancy: 587/159930 objects degraded (0.367%), 1 pg degraded 2024-09-13T15:10:01.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:00 smithi071 ceph-mon[107477]: [WRN] OSDMAP_FLAGS: noscrub flag(s) set 2024-09-13T15:10:01.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:00 smithi071 ceph-mon[107477]: [WRN] PG_DEGRADED: Degraded data redundancy: 587/159930 objects degraded (0.367%), 1 pg degraded 2024-09-13T15:10:01.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:00 smithi071 ceph-mon[107477]: pg 11.d is active+recovering+undersized+degraded+remapped, acting [2,4] 2024-09-13T15:10:01.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:00 smithi071 ceph-mon[107477]: osdmap e1464: 8 total, 8 up, 7 in 2024-09-13T15:10:01.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:00 smithi071 ceph-mon[112785]: pgmap v2421: 109 pgs: 1 active+recovering+undersized+degraded+remapped, 7 active+remapped+backfill_wait, 101 active+clean; 3.3 GiB data, 15 GiB used, 610 GiB / 626 GiB avail; 0 B/s wr, 666 op/s; 587/159930 objects degraded (0.367%); 26727/159930 objects misplaced (16.712%); 1.7 MiB/s, 27 objects/s recovering 2024-09-13T15:10:01.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:00 smithi071 ceph-mon[112785]: Health detail: HEALTH_WARN noscrub flag(s) set; Degraded data redundancy: 587/159930 objects degraded (0.367%), 1 pg degraded 2024-09-13T15:10:01.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:00 smithi071 ceph-mon[112785]: [WRN] OSDMAP_FLAGS: noscrub flag(s) set 2024-09-13T15:10:01.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:00 smithi071 ceph-mon[112785]: [WRN] PG_DEGRADED: Degraded data redundancy: 587/159930 objects degraded (0.367%), 1 pg degraded 2024-09-13T15:10:01.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:00 smithi071 ceph-mon[112785]: pg 11.d is active+recovering+undersized+degraded+remapped, acting [2,4] 2024-09-13T15:10:01.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:00 smithi071 ceph-mon[112785]: osdmap e1464: 8 total, 8 up, 7 in 2024-09-13T15:10:01.235 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:10:01.258 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:01.259 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:01.259 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:10:01.360 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:10:01.393 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:01.394 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:01.394 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:10:01.495 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:10:01.523 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:01.524 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:01.524 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:10:01.625 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:10:01.663 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:01.663 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:01.663 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:10:01.764 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:10:01.810 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:01.811 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:01.811 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:10:01.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:01 smithi071 ceph-mon[107477]: 11.e starting backfill to osd.0 from (0'0,0'0] MAX to 1461'9784 2024-09-13T15:10:01.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:01 smithi071 ceph-mon[107477]: 11.3 continuing backfill to osd.6 from (1446'3000,1461'9705] 11:c009a668:::benchmark_data_smithi071_360808_object96582:head to 1461'9705 2024-09-13T15:10:01.893 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:01 smithi071 ceph-mon[107477]: 11.5 continuing backfill to osd.6 from (1446'3300,1461'9897] MIN to 1461'9897 2024-09-13T15:10:01.893 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:01 smithi071 ceph-mon[107477]: 11.f starting backfill to osd.0 from (0'0,0'0] MAX to 1461'9732 2024-09-13T15:10:01.893 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:01 smithi071 ceph-mon[107477]: 11.0 starting backfill to osd.6 from (0'0,0'0] MAX to 1461'9963 2024-09-13T15:10:01.893 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:01 smithi071 ceph-mon[107477]: osdmap e1465: 8 total, 8 up, 7 in 2024-09-13T15:10:01.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:01 smithi071 ceph-mon[112785]: 11.e starting backfill to osd.0 from (0'0,0'0] MAX to 1461'9784 2024-09-13T15:10:01.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:01 smithi071 ceph-mon[112785]: 11.3 continuing backfill to osd.6 from (1446'3000,1461'9705] 11:c009a668:::benchmark_data_smithi071_360808_object96582:head to 1461'9705 2024-09-13T15:10:01.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:01 smithi071 ceph-mon[112785]: 11.5 continuing backfill to osd.6 from (1446'3300,1461'9897] MIN to 1461'9897 2024-09-13T15:10:01.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:01 smithi071 ceph-mon[112785]: 11.f starting backfill to osd.0 from (0'0,0'0] MAX to 1461'9732 2024-09-13T15:10:01.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:01 smithi071 ceph-mon[112785]: 11.0 starting backfill to osd.6 from (0'0,0'0] MAX to 1461'9963 2024-09-13T15:10:01.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:01 smithi071 ceph-mon[112785]: osdmap e1465: 8 total, 8 up, 7 in 2024-09-13T15:10:01.912 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:10:01.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:01 smithi104 ceph-mon[105578]: 11.e starting backfill to osd.0 from (0'0,0'0] MAX to 1461'9784 2024-09-13T15:10:01.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:01 smithi104 ceph-mon[105578]: 11.3 continuing backfill to osd.6 from (1446'3000,1461'9705] 11:c009a668:::benchmark_data_smithi071_360808_object96582:head to 1461'9705 2024-09-13T15:10:01.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:01 smithi104 ceph-mon[105578]: 11.5 continuing backfill to osd.6 from (1446'3300,1461'9897] MIN to 1461'9897 2024-09-13T15:10:01.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:01 smithi104 ceph-mon[105578]: 11.f starting backfill to osd.0 from (0'0,0'0] MAX to 1461'9732 2024-09-13T15:10:01.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:01 smithi104 ceph-mon[105578]: 11.0 starting backfill to osd.6 from (0'0,0'0] MAX to 1461'9963 2024-09-13T15:10:01.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:01 smithi104 ceph-mon[105578]: osdmap e1465: 8 total, 8 up, 7 in 2024-09-13T15:10:01.939 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:01.940 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:01.940 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:10:02.046 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:10:02.077 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:02.078 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:02.078 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:10:02.179 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:10:02.209 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:02.210 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:02.210 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:10:02.311 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:10:02.350 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:02.351 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:02.351 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:10:02.452 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:10:02.495 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:02.496 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:02.497 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:10:02.598 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:10:02.639 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:02.639 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:02.640 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:10:02.741 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:10:02.766 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:02.767 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:02.767 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:10:02.868 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:10:02.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:02 smithi071 ceph-mon[107477]: pgmap v2424: 109 pgs: 6 remapped+peering, 1 active+recovering+undersized+degraded+remapped, 7 active+remapped+backfill_wait, 95 active+clean; 3.2 GiB data, 15 GiB used, 611 GiB / 626 GiB avail; 0 B/s wr, 532 op/s; 587/156120 objects degraded (0.376%); 26003/156120 objects misplaced (16.656%); 1.4 MiB/s, 22 objects/s recovering 2024-09-13T15:10:02.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:02 smithi071 ceph-mon[107477]: Health check failed: Reduced data availability: 1 pg inactive, 3 pgs peering (PG_AVAILABILITY) 2024-09-13T15:10:02.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:02 smithi071 ceph-mon[107477]: osdmap e1466: 8 total, 8 up, 7 in 2024-09-13T15:10:02.894 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:10:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:10:02] "GET /metrics HTTP/1.1" 200 36691 "" "Prometheus/2.51.0" 2024-09-13T15:10:02.894 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:02 smithi071 ceph-mon[112785]: pgmap v2424: 109 pgs: 6 remapped+peering, 1 active+recovering+undersized+degraded+remapped, 7 active+remapped+backfill_wait, 95 active+clean; 3.2 GiB data, 15 GiB used, 611 GiB / 626 GiB avail; 0 B/s wr, 532 op/s; 587/156120 objects degraded (0.376%); 26003/156120 objects misplaced (16.656%); 1.4 MiB/s, 22 objects/s recovering 2024-09-13T15:10:02.894 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:02 smithi071 ceph-mon[112785]: Health check failed: Reduced data availability: 1 pg inactive, 3 pgs peering (PG_AVAILABILITY) 2024-09-13T15:10:02.894 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:02 smithi071 ceph-mon[112785]: osdmap e1466: 8 total, 8 up, 7 in 2024-09-13T15:10:02.907 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:02.908 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:02.908 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:10:02.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:02 smithi104 ceph-mon[105578]: pgmap v2424: 109 pgs: 6 remapped+peering, 1 active+recovering+undersized+degraded+remapped, 7 active+remapped+backfill_wait, 95 active+clean; 3.2 GiB data, 15 GiB used, 611 GiB / 626 GiB avail; 0 B/s wr, 532 op/s; 587/156120 objects degraded (0.376%); 26003/156120 objects misplaced (16.656%); 1.4 MiB/s, 22 objects/s recovering 2024-09-13T15:10:02.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:02 smithi104 ceph-mon[105578]: Health check failed: Reduced data availability: 1 pg inactive, 3 pgs peering (PG_AVAILABILITY) 2024-09-13T15:10:02.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:02 smithi104 ceph-mon[105578]: osdmap e1466: 8 total, 8 up, 7 in 2024-09-13T15:10:03.010 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:10:03.033 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:03.034 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:03.034 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:10:03.135 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:10:03.165 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:03.166 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:03.166 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:10:03.267 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:10:03.292 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:03.293 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:03.293 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:10:03.394 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:10:03.433 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:03.434 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:03.434 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:10:03.535 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:10:03.563 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:03.564 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:03.564 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:10:03.665 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:10:03.698 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:03.698 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:03.698 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:10:03.799 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:10:03.826 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:03.827 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:03.827 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:10:03.928 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:10:03.971 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:03.972 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:03.972 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:10:04.073 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:10:04.100 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:04.101 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:04.102 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:10:04.202 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:10:04.241 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:04.241 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:04.242 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:10:04.342 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:10:04.368 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:04.369 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:04.369 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:10:04.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:04 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:10:04.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:04 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:10:04.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:04 smithi071 ceph-mon[107477]: pgmap v2427: 109 pgs: 1 active+recovery_wait+remapped, 1 peering, 3 active+undersized+remapped, 6 remapped+peering, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 89 active+clean; 3.1 GiB data, 15 GiB used, 611 GiB / 626 GiB avail; 0 B/s wr, 537 op/s; 643/153483 objects degraded (0.419%); 31816/153483 objects misplaced (20.729%); 3.6 MiB/s, 2 keys/s, 60 objects/s recovering 2024-09-13T15:10:04.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:04 smithi071 ceph-mon[107477]: 1.0 scrub starts 2024-09-13T15:10:04.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:04 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 587/156120 objects degraded (0.376%), 1 pg degraded (PG_DEGRADED) 2024-09-13T15:10:04.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:04 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:10:04.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:04 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:10:04.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:04 smithi071 ceph-mon[112785]: pgmap v2427: 109 pgs: 1 active+recovery_wait+remapped, 1 peering, 3 active+undersized+remapped, 6 remapped+peering, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 89 active+clean; 3.1 GiB data, 15 GiB used, 611 GiB / 626 GiB avail; 0 B/s wr, 537 op/s; 643/153483 objects degraded (0.419%); 31816/153483 objects misplaced (20.729%); 3.6 MiB/s, 2 keys/s, 60 objects/s recovering 2024-09-13T15:10:04.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:04 smithi071 ceph-mon[112785]: 1.0 scrub starts 2024-09-13T15:10:04.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:04 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 587/156120 objects degraded (0.376%), 1 pg degraded (PG_DEGRADED) 2024-09-13T15:10:04.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:04 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:10:04.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:04 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:10:04.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:04 smithi104 ceph-mon[105578]: pgmap v2427: 109 pgs: 1 active+recovery_wait+remapped, 1 peering, 3 active+undersized+remapped, 6 remapped+peering, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 89 active+clean; 3.1 GiB data, 15 GiB used, 611 GiB / 626 GiB avail; 0 B/s wr, 537 op/s; 643/153483 objects degraded (0.419%); 31816/153483 objects misplaced (20.729%); 3.6 MiB/s, 2 keys/s, 60 objects/s recovering 2024-09-13T15:10:04.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:04 smithi104 ceph-mon[105578]: 1.0 scrub starts 2024-09-13T15:10:04.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:04 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 587/156120 objects degraded (0.376%), 1 pg degraded (PG_DEGRADED) 2024-09-13T15:10:04.460 INFO:tasks.thrashosds.thrasher:in_osds: [0, 1, 5, 4, 2, 3, 6] out_osds: [7] dead_osds: [] live_osds: [0, 1, 2, 3, 4, 5, 6, 7] 2024-09-13T15:10:04.460 INFO:tasks.thrashosds.thrasher:choose_action: min_in 4 min_out 0 min_live 2 min_dead 0 chance_down 0.40 2024-09-13T15:10:04.460 INFO:tasks.thrashosds.thrasher:Reweighting by: {'max_change': '1.0', 'overage': '1000', 'type': 'test-reweight-by-utilization'} 2024-09-13T15:10:04.461 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd test-reweight-by-utilization 1000 1.0 2024-09-13T15:10:04.470 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:10:04.495 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:04.495 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:04.496 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:10:04.597 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:10:04.624 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:04.625 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:04.625 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:10:04.726 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:10:04.753 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:04.753 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:04.754 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:10:04.854 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:10:04.906 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:04.907 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:04.907 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:10:04.922 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T15:10:04.922 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T15:10:04.957 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T15:10:04.957 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T15:10:04.989 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T15:10:04.990 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T15:10:05.008 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:10:05.035 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T15:10:05.035 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T15:10:05.056 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:05.056 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:05.057 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:10:05.084 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T15:10:05.084 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T15:10:05.110 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T15:10:05.111 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T15:10:05.136 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T15:10:05.136 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T15:10:05.160 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:10:05.166 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T15:10:05.166 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T15:10:05.190 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:05.190 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:05.190 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:10:05.291 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:10:05.328 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:05.329 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:05.329 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:10:05.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:05 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2880089405' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:10:05.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:05 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2880089405' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:10:05.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:05 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2880089405' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:10:05.430 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:10:05.455 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:05.456 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:05.457 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:10:05.557 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:10:05.599 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:05.600 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:05.600 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:10:05.701 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:10:05.741 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:05.741 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:05.742 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:10:05.842 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:10:05.866 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:05.867 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:05.867 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:10:05.968 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:10:05.991 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:05.992 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:05.992 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:10:06.074 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:06 smithi071 ceph-mon[107477]: pgmap v2428: 109 pgs: 1 active+recovery_wait+remapped, 1 peering, 3 active+undersized+remapped, 3 remapped+peering, 1 active+recovering+undersized+degraded+remapped, 9 active+remapped+backfill_wait, 91 active+clean; 3.1 GiB data, 15 GiB used, 611 GiB / 626 GiB avail; 0 B/s wr, 579 op/s; 643/150456 objects degraded (0.427%); 34228/150456 objects misplaced (22.750%); 2.6 MiB/s, 1 keys/s, 44 objects/s recovering 2024-09-13T15:10:06.074 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:06 smithi071 ceph-mon[112785]: pgmap v2428: 109 pgs: 1 active+recovery_wait+remapped, 1 peering, 3 active+undersized+remapped, 3 remapped+peering, 1 active+recovering+undersized+degraded+remapped, 9 active+remapped+backfill_wait, 91 active+clean; 3.1 GiB data, 15 GiB used, 611 GiB / 626 GiB avail; 0 B/s wr, 579 op/s; 643/150456 objects degraded (0.427%); 34228/150456 objects misplaced (22.750%); 2.6 MiB/s, 1 keys/s, 44 objects/s recovering 2024-09-13T15:10:06.093 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:10:06.123 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:06.123 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:06.124 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:10:06.225 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:10:06.249 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:06.249 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:06.250 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:10:06.350 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:10:06.376 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:06.377 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:06.378 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:10:06.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:06 smithi104 ceph-mon[105578]: pgmap v2428: 109 pgs: 1 active+recovery_wait+remapped, 1 peering, 3 active+undersized+remapped, 3 remapped+peering, 1 active+recovering+undersized+degraded+remapped, 9 active+remapped+backfill_wait, 91 active+clean; 3.1 GiB data, 15 GiB used, 611 GiB / 626 GiB avail; 0 B/s wr, 579 op/s; 643/150456 objects degraded (0.427%); 34228/150456 objects misplaced (22.750%); 2.6 MiB/s, 1 keys/s, 44 objects/s recovering 2024-09-13T15:10:06.479 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:10:06.526 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:06.527 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:06.527 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:10:06.628 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:10:06.658 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:06.659 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:06.660 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:10:06.760 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:10:06.784 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:06.785 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:06.785 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:10:06.886 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:10:06.925 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:06.926 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:06.926 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:10:07.027 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:10:07.055 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:07.056 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:07.056 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:10:07.104 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:10:07.157 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:10:07.181 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:07.181 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:07.182 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:10:07.282 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:10:07.308 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:07.309 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:07.309 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:10:07.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:07 smithi071 ceph-mon[107477]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 2 pgs peering) 2024-09-13T15:10:07.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:07 smithi071 ceph-mon[112785]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 2 pgs peering) 2024-09-13T15:10:07.412 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:10:07.438 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T15:10:07.438 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T15:10:07.450 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:10:07.502 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:07.503 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:07.503 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:10:07.604 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:10:07.645 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:07.646 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:07.646 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:10:07.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:07 smithi104 ceph-mon[105578]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 2 pgs peering) 2024-09-13T15:10:07.747 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:10:07.770 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:07.770 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:07.771 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:10:07.872 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:10:07.898 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:07.898 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:07.898 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:10:07.999 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:10:08.025 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:08.026 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:08.027 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:10:08.127 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:10:08.164 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:08.165 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:08.165 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:10:08.264 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.4 dump_ops_in_flight 2024-09-13T15:10:08.266 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:10:08.293 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:08.293 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:08.294 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:10:08.394 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:10:08.437 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:08.437 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:08.437 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:10:08.538 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:10:08.557 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T15:10:08.568 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:08.569 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:08.569 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:10:08.571 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:08 smithi071 ceph-mon[107477]: pgmap v2429: 109 pgs: 1 active+remapped+backfilling, 1 active+clean+scrubbing, 1 active+recovery_wait+remapped, 1 peering, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 96 active+clean; 3.0 GiB data, 15 GiB used, 611 GiB / 626 GiB avail; 0 B/s wr, 490 op/s; 643/146634 objects degraded (0.439%); 33042/146634 objects misplaced (22.534%); 7.7 MiB/s, 1 keys/s, 124 objects/s recovering 2024-09-13T15:10:08.572 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:08 smithi071 ceph-mon[112785]: pgmap v2429: 109 pgs: 1 active+remapped+backfilling, 1 active+clean+scrubbing, 1 active+recovery_wait+remapped, 1 peering, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 96 active+clean; 3.0 GiB data, 15 GiB used, 611 GiB / 626 GiB avail; 0 B/s wr, 490 op/s; 643/146634 objects degraded (0.439%); 33042/146634 objects misplaced (22.534%); 7.7 MiB/s, 1 keys/s, 124 objects/s recovering 2024-09-13T15:10:08.670 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:10:08.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:08 smithi104 ceph-mon[105578]: pgmap v2429: 109 pgs: 1 active+remapped+backfilling, 1 active+clean+scrubbing, 1 active+recovery_wait+remapped, 1 peering, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 96 active+clean; 3.0 GiB data, 15 GiB used, 611 GiB / 626 GiB avail; 0 B/s wr, 490 op/s; 643/146634 objects degraded (0.439%); 33042/146634 objects misplaced (22.534%); 7.7 MiB/s, 1 keys/s, 124 objects/s recovering 2024-09-13T15:10:08.703 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:08.703 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:08.704 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:10:08.804 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:10:08.861 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:08.862 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:08.862 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:10:08.963 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:10:09.016 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:09.017 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:09.017 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:10:09.118 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:10:09.139 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=true 2024-09-13T15:10:09.161 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:09.161 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:09.162 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:10:09.263 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:10:09.297 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:09.298 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:09.299 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:10:09.399 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:10:09.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:09 smithi104 ceph-mon[105578]: 1.0 scrub starts 2024-09-13T15:10:09.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:09 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 643/146634 objects degraded (0.439%), 1 pg degraded (PG_DEGRADED) 2024-09-13T15:10:09.451 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:09.451 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:09.452 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:10:09.553 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:10:09.594 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:09.595 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:09.595 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:10:09.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:09 smithi071 ceph-mon[107477]: 1.0 scrub starts 2024-09-13T15:10:09.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:09 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 643/146634 objects degraded (0.439%), 1 pg degraded (PG_DEGRADED) 2024-09-13T15:10:09.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:09 smithi071 ceph-mon[112785]: 1.0 scrub starts 2024-09-13T15:10:09.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:09 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 643/146634 objects degraded (0.439%), 1 pg degraded (PG_DEGRADED) 2024-09-13T15:10:09.696 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:10:09.722 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:09.722 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:09.723 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:10:09.824 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:10:09.861 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:09.862 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:09.862 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:10:09.963 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:10:10.004 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:10.005 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:10.005 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:10:10.106 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:10:10.134 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:10.135 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:10.135 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:10:10.236 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:10:10.276 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:10.277 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:10.277 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:10:10.378 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:10:10.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:10 smithi071 ceph-mon[107477]: pgmap v2430: 109 pgs: 1 active+recovery_wait+remapped, 1 active+remapped+backfilling, 1 active+clean+scrubbing, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 97 active+clean; 2.9 GiB data, 15 GiB used, 611 GiB / 626 GiB avail; 0 B/s wr, 539 op/s; 645/143163 objects degraded (0.451%); 32252/143163 objects misplaced (22.528%); 7.0 MiB/s, 1 keys/s, 113 objects/s recovering 2024-09-13T15:10:10.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:10 smithi071 ceph-mon[112785]: pgmap v2430: 109 pgs: 1 active+recovery_wait+remapped, 1 active+remapped+backfilling, 1 active+clean+scrubbing, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 97 active+clean; 2.9 GiB data, 15 GiB used, 611 GiB / 626 GiB avail; 0 B/s wr, 539 op/s; 645/143163 objects degraded (0.451%); 32252/143163 objects misplaced (22.528%); 7.0 MiB/s, 1 keys/s, 113 objects/s recovering 2024-09-13T15:10:10.408 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:10.409 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:10.409 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:10:10.459 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:10 smithi104 ceph-mon[105578]: pgmap v2430: 109 pgs: 1 active+recovery_wait+remapped, 1 active+remapped+backfilling, 1 active+clean+scrubbing, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 97 active+clean; 2.9 GiB data, 15 GiB used, 611 GiB / 626 GiB avail; 0 B/s wr, 539 op/s; 645/143163 objects degraded (0.451%); 32252/143163 objects misplaced (22.528%); 7.0 MiB/s, 1 keys/s, 113 objects/s recovering 2024-09-13T15:10:10.510 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:10:10.554 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:10.555 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:10.555 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:10:10.601 INFO:teuthology.orchestra.run.smithi104.stdout:ERROR: (22) Invalid argument 2024-09-13T15:10:10.602 INFO:teuthology.orchestra.run.smithi104.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T15:10:10.656 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:10:10.691 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:10.691 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:10.692 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:10:10.792 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:10:10.824 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:10.824 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:10.825 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:10:10.926 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:10:10.955 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:10.956 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:10.956 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:10:11.057 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:10:11.083 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:11.084 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:11.084 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:10:11.185 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:10:11.227 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:11.228 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:11.228 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:10:11.329 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:10:11.330 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.4 dump_blocked_ops 2024-09-13T15:10:11.367 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:11.368 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:11.368 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:10:11.469 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:10:11.514 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:11.515 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:11.515 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:10:11.607 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T15:10:11.616 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:10:11.653 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:11.654 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:11.655 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:10:11.755 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:10:11.788 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:11.789 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:11.789 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:10:11.890 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:10:11.927 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:11.927 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:11.927 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:10:12.028 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:10:12.061 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:12.061 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:12.062 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:10:12.162 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:10:12.204 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:12.205 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:12.205 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:10:12.306 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:10:12.329 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:12.330 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:12.330 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:10:12.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:12 smithi104 ceph-mon[105578]: pgmap v2431: 109 pgs: 1 active+clean+scrubbing, 1 active+recovery_wait+remapped, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 97 active+clean; 2.8 GiB data, 14 GiB used, 611 GiB / 626 GiB avail; 0 B/s wr, 582 op/s; 645/138327 objects degraded (0.466%); 31091/138327 objects misplaced (22.476%); 6.0 MiB/s, 95 objects/s recovering 2024-09-13T15:10:12.431 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:10:12.466 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:12.467 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:12.467 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:10:12.568 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:10:12.603 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:12.604 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:12.604 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:10:12.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:12 smithi071 ceph-mon[107477]: pgmap v2431: 109 pgs: 1 active+clean+scrubbing, 1 active+recovery_wait+remapped, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 97 active+clean; 2.8 GiB data, 14 GiB used, 611 GiB / 626 GiB avail; 0 B/s wr, 582 op/s; 645/138327 objects degraded (0.466%); 31091/138327 objects misplaced (22.476%); 6.0 MiB/s, 95 objects/s recovering 2024-09-13T15:10:12.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:12 smithi071 ceph-mon[112785]: pgmap v2431: 109 pgs: 1 active+clean+scrubbing, 1 active+recovery_wait+remapped, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 97 active+clean; 2.8 GiB data, 14 GiB used, 611 GiB / 626 GiB avail; 0 B/s wr, 582 op/s; 645/138327 objects degraded (0.466%); 31091/138327 objects misplaced (22.476%); 6.0 MiB/s, 95 objects/s recovering 2024-09-13T15:10:12.705 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:10:12.733 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:12.733 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:12.734 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:10:12.835 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:10:12.861 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:12.862 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:12.862 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:10:12.963 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:10:13.020 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:13.021 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:13.021 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:10:13.122 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:10:13.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:10:12 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:10:12] "GET /metrics HTTP/1.1" 200 36691 "" "Prometheus/2.51.0" 2024-09-13T15:10:13.154 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:13.155 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:13.155 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:10:13.256 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:10:13.301 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:13.301 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:13.302 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:10:13.403 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:10:13.436 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:13.437 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:13.437 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:10:13.538 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:10:13.551 INFO:teuthology.orchestra.run.smithi104.stdout:ERROR: (22) Invalid argument 2024-09-13T15:10:13.551 INFO:teuthology.orchestra.run.smithi104.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T15:10:13.570 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:13.571 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:13.571 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:10:13.672 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:10:13.708 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:13.709 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:13.709 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:10:13.810 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:10:13.841 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:13.842 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:13.842 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:10:13.943 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:10:13.983 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:13.984 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:13.984 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:10:14.085 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:10:14.112 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:14.113 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:14.113 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:10:14.214 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:10:14.241 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:14.242 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:14.242 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:10:14.343 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:10:14.385 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:14.385 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:14.385 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:10:14.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:14 smithi071 ceph-mon[107477]: pgmap v2432: 109 pgs: 1 active+remapped+backfilling, 1 active+recovery_wait+remapped, 1 active+clean+scrubbing, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 97 active+clean; 2.7 GiB data, 14 GiB used, 612 GiB / 626 GiB avail; 0 B/s wr, 658 op/s; 785/132852 objects degraded (0.591%); 29502/132852 objects misplaced (22.207%); 7.6 MiB/s, 121 objects/s recovering 2024-09-13T15:10:14.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:14 smithi071 ceph-mon[107477]: 1.0 scrub starts 2024-09-13T15:10:14.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:14 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 785/132852 objects degraded (0.591%), 1 pg degraded (PG_DEGRADED) 2024-09-13T15:10:14.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:14 smithi071 ceph-mon[112785]: pgmap v2432: 109 pgs: 1 active+remapped+backfilling, 1 active+recovery_wait+remapped, 1 active+clean+scrubbing, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 97 active+clean; 2.7 GiB data, 14 GiB used, 612 GiB / 626 GiB avail; 0 B/s wr, 658 op/s; 785/132852 objects degraded (0.591%); 29502/132852 objects misplaced (22.207%); 7.6 MiB/s, 121 objects/s recovering 2024-09-13T15:10:14.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:14 smithi071 ceph-mon[112785]: 1.0 scrub starts 2024-09-13T15:10:14.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:14 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 785/132852 objects degraded (0.591%), 1 pg degraded (PG_DEGRADED) 2024-09-13T15:10:14.486 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:10:14.530 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:14.531 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:14.531 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:10:14.632 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:10:14.661 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:14.662 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:14.663 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:10:14.669 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:14 smithi104 ceph-mon[105578]: pgmap v2432: 109 pgs: 1 active+remapped+backfilling, 1 active+recovery_wait+remapped, 1 active+clean+scrubbing, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 97 active+clean; 2.7 GiB data, 14 GiB used, 612 GiB / 626 GiB avail; 0 B/s wr, 658 op/s; 785/132852 objects degraded (0.591%); 29502/132852 objects misplaced (22.207%); 7.6 MiB/s, 121 objects/s recovering 2024-09-13T15:10:14.669 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:14 smithi104 ceph-mon[105578]: 1.0 scrub starts 2024-09-13T15:10:14.669 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:14 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 785/132852 objects degraded (0.591%), 1 pg degraded (PG_DEGRADED) 2024-09-13T15:10:14.764 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:10:14.800 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:14.801 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:14.801 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:10:14.902 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:10:14.931 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:14.932 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:14.933 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:10:14.997 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.4 dump_historic_ops 2024-09-13T15:10:15.034 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:10:15.077 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:15.077 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:15.078 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:10:15.178 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:10:15.217 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:15.218 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:15.219 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:10:15.284 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T15:10:15.320 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:10:15.361 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:15.362 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:15.363 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:10:15.463 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:10:15.500 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:15.501 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:15.501 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:10:15.536 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:15 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:10:15.602 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:10:15.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:15 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:10:15.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:15 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:10:15.642 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:15.643 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:15.643 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:10:15.744 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:10:15.787 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:15.788 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:15.789 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:10:15.889 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:10:15.942 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:15.943 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:15.943 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:10:16.044 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:10:16.084 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:16.085 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:16.085 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:10:16.186 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:10:16.236 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:16.237 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:16.237 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:10:16.338 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:10:16.395 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:16.396 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:16.396 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:10:16.494 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:16 smithi104 ceph-mon[105578]: pgmap v2433: 109 pgs: 1 active+remapped+backfilling, 1 active+recovery_wait+remapped, 1 active+clean+scrubbing, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 97 active+clean; 2.6 GiB data, 14 GiB used, 612 GiB / 626 GiB avail; 0 B/s wr, 690 op/s; 785/128610 objects degraded (0.610%); 28364/128610 objects misplaced (22.054%); 6.6 MiB/s, 106 objects/s recovering 2024-09-13T15:10:16.497 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:10:16.530 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:16.531 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:16.531 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:10:16.575 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:16 smithi071 ceph-mon[107477]: pgmap v2433: 109 pgs: 1 active+remapped+backfilling, 1 active+recovery_wait+remapped, 1 active+clean+scrubbing, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 97 active+clean; 2.6 GiB data, 14 GiB used, 612 GiB / 626 GiB avail; 0 B/s wr, 690 op/s; 785/128610 objects degraded (0.610%); 28364/128610 objects misplaced (22.054%); 6.6 MiB/s, 106 objects/s recovering 2024-09-13T15:10:16.575 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:16 smithi071 ceph-mon[112785]: pgmap v2433: 109 pgs: 1 active+remapped+backfilling, 1 active+recovery_wait+remapped, 1 active+clean+scrubbing, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 97 active+clean; 2.6 GiB data, 14 GiB used, 612 GiB / 626 GiB avail; 0 B/s wr, 690 op/s; 785/128610 objects degraded (0.610%); 28364/128610 objects misplaced (22.054%); 6.6 MiB/s, 106 objects/s recovering 2024-09-13T15:10:16.633 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:10:16.665 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:16.666 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:16.667 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:10:16.767 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:10:16.795 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:16.796 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:16.796 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:10:16.897 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:10:16.947 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:16.947 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:16.948 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:10:17.048 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:10:17.049 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:10:17.102 INFO:teuthology.orchestra.run.smithi104.stdout:ERROR: (22) Invalid argument 2024-09-13T15:10:17.102 INFO:teuthology.orchestra.run.smithi104.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T15:10:17.111 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:17.112 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:17.113 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:10:17.213 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:10:17.246 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:17.246 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:17.247 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:10:17.345 INFO:teuthology.orchestra.run.smithi071.stdout:moved 0 / 327 (0%) 2024-09-13T15:10:17.345 INFO:teuthology.orchestra.run.smithi071.stdout:avg 46.7143 2024-09-13T15:10:17.345 INFO:teuthology.orchestra.run.smithi071.stdout:stddev 4.23301 -> 4.23301 (expected baseline 6.32778) 2024-09-13T15:10:17.346 INFO:teuthology.orchestra.run.smithi071.stdout:min osd.2 with 40 -> 40 pgs (0.856269 -> 0.856269 * mean) 2024-09-13T15:10:17.346 INFO:teuthology.orchestra.run.smithi071.stdout:max osd.1 with 52 -> 52 pgs (1.11315 -> 1.11315 * mean) 2024-09-13T15:10:17.346 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T15:10:17.346 INFO:teuthology.orchestra.run.smithi071.stdout:oload 1000 2024-09-13T15:10:17.346 INFO:teuthology.orchestra.run.smithi071.stdout:max_change 1 2024-09-13T15:10:17.346 INFO:teuthology.orchestra.run.smithi071.stdout:max_change_osds 4 2024-09-13T15:10:17.346 INFO:teuthology.orchestra.run.smithi071.stdout:average_utilization 0.0218 2024-09-13T15:10:17.346 INFO:teuthology.orchestra.run.smithi071.stdout:overload_utilization 0.2184 2024-09-13T15:10:17.346 INFO:teuthology.orchestra.run.smithi071.stderr:no change 2024-09-13T15:10:17.348 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:10:17.398 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:17.398 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:17.399 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:10:17.500 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:10:17.544 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:17.544 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:17.544 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:10:17.645 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:10:17.678 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:17.678 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:17.678 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:10:17.779 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:10:17.826 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:17.826 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:17.827 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:10:17.828 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.5 dump_ops_in_flight 2024-09-13T15:10:17.928 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:10:17.968 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:17.968 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:17.968 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:10:18.069 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:10:18.109 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:18.110 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:18.110 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:10:18.200 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T15:10:18.212 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:10:18.248 INFO:teuthology.orchestra.run.smithi071.stderr:nodeep-scrub is set 2024-09-13T15:10:18.249 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:18.250 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:18.250 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:10:18.351 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:10:18.385 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:18.386 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:18.386 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:10:18.488 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:10:18.512 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:18 smithi104 ceph-mon[105578]: pgmap v2434: 109 pgs: 1 active+remapped+backfilling, 1 active+clean+scrubbing, 1 active+recovery_wait+remapped, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 97 active+clean; 2.5 GiB data, 14 GiB used, 612 GiB / 626 GiB avail; 0 B/s wr, 720 op/s; 785/124497 objects degraded (0.631%); 27279/124497 objects misplaced (21.911%); 9.4 MiB/s, 150 objects/s recovering 2024-09-13T15:10:18.512 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:18 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1683552298' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:10:18.512 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:18 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:10:18.512 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:18 smithi104 ceph-mon[105578]: from='client.36447 -' entity='client.admin' cmd=[{"prefix": "osd test-reweight-by-utilization", "oload": 1000, "max_change": 1.0, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T15:10:18.521 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:18.522 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:18.522 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:10:18.615 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:18 smithi071 ceph-mon[107477]: pgmap v2434: 109 pgs: 1 active+remapped+backfilling, 1 active+clean+scrubbing, 1 active+recovery_wait+remapped, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 97 active+clean; 2.5 GiB data, 14 GiB used, 612 GiB / 626 GiB avail; 0 B/s wr, 720 op/s; 785/124497 objects degraded (0.631%); 27279/124497 objects misplaced (21.911%); 9.4 MiB/s, 150 objects/s recovering 2024-09-13T15:10:18.615 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:18 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1683552298' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:10:18.616 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:18 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:10:18.616 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:18 smithi071 ceph-mon[107477]: from='client.36447 -' entity='client.admin' cmd=[{"prefix": "osd test-reweight-by-utilization", "oload": 1000, "max_change": 1.0, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T15:10:18.616 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:18 smithi071 ceph-mon[112785]: pgmap v2434: 109 pgs: 1 active+remapped+backfilling, 1 active+clean+scrubbing, 1 active+recovery_wait+remapped, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 97 active+clean; 2.5 GiB data, 14 GiB used, 612 GiB / 626 GiB avail; 0 B/s wr, 720 op/s; 785/124497 objects degraded (0.631%); 27279/124497 objects misplaced (21.911%); 9.4 MiB/s, 150 objects/s recovering 2024-09-13T15:10:18.616 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:18 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1683552298' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:10:18.616 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:18 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:10:18.616 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:18 smithi071 ceph-mon[112785]: from='client.36447 -' entity='client.admin' cmd=[{"prefix": "osd test-reweight-by-utilization", "oload": 1000, "max_change": 1.0, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T15:10:18.623 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:10:18.652 INFO:tasks.thrashosds.thrasher:Reweighting by: {'max_change': '1.0', 'overage': '110', 'type': 'reweight-by-utilization'} 2024-09-13T15:10:18.652 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd reweight-by-utilization 110 1.0 2024-09-13T15:10:18.684 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:18.684 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:18.685 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:10:18.786 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:10:18.817 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:18.818 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:18.818 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:10:18.919 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:10:18.976 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:18.976 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:18.977 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:10:19.078 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:10:19.104 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:19.105 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:19.105 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:10:19.206 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:10:19.237 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:19.237 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:19.238 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:10:19.338 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:10:19.366 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:19.366 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:19.367 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:10:19.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:19 smithi071 ceph-mon[107477]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:10:19.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:19 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T15:10:19.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:19 smithi071 ceph-mon[107477]: osdmap e1467: 8 total, 8 up, 7 in 2024-09-13T15:10:19.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:19 smithi071 ceph-mon[107477]: 1.0 scrub starts 2024-09-13T15:10:19.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:19 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 785/124497 objects degraded (0.631%), 1 pg degraded (PG_DEGRADED) 2024-09-13T15:10:19.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:19 smithi071 ceph-mon[112785]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:10:19.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:19 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T15:10:19.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:19 smithi071 ceph-mon[112785]: osdmap e1467: 8 total, 8 up, 7 in 2024-09-13T15:10:19.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:19 smithi071 ceph-mon[112785]: 1.0 scrub starts 2024-09-13T15:10:19.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:19 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 785/124497 objects degraded (0.631%), 1 pg degraded (PG_DEGRADED) 2024-09-13T15:10:19.468 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:10:19.514 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:19.514 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:19.515 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:10:19.615 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:10:19.643 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:19.644 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:19.644 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:10:19.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:19 smithi104 ceph-mon[105578]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:10:19.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:19 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T15:10:19.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:19 smithi104 ceph-mon[105578]: osdmap e1467: 8 total, 8 up, 7 in 2024-09-13T15:10:19.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:19 smithi104 ceph-mon[105578]: 1.0 scrub starts 2024-09-13T15:10:19.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:19 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 785/124497 objects degraded (0.631%), 1 pg degraded (PG_DEGRADED) 2024-09-13T15:10:19.745 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:10:19.772 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:19.772 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:19.773 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:10:19.873 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:10:19.902 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:19.903 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:19.904 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:10:20.004 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:10:20.043 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:20.043 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:20.044 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:10:20.145 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:10:20.187 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:20.187 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:20.188 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:10:20.288 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:10:20.317 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:20.318 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:20.319 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:10:20.419 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:10:20.446 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:20.447 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:20.447 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:10:20.548 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:10:20.571 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:20.572 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:20.572 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:10:20.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:20 smithi071 ceph-mon[107477]: pgmap v2436: 109 pgs: 1 active+recovery_wait+remapped, 1 active+remapped+backfilling, 1 active+clean+scrubbing, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 97 active+clean; 2.5 GiB data, 13 GiB used, 612 GiB / 626 GiB avail; 0 B/s wr, 734 op/s; 893/121128 objects degraded (0.737%); 26385/121128 objects misplaced (21.783%); 7.8 MiB/s, 124 objects/s recovering 2024-09-13T15:10:20.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:20 smithi071 ceph-mon[112785]: pgmap v2436: 109 pgs: 1 active+recovery_wait+remapped, 1 active+remapped+backfilling, 1 active+clean+scrubbing, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 97 active+clean; 2.5 GiB data, 13 GiB used, 612 GiB / 626 GiB avail; 0 B/s wr, 734 op/s; 893/121128 objects degraded (0.737%); 26385/121128 objects misplaced (21.783%); 7.8 MiB/s, 124 objects/s recovering 2024-09-13T15:10:20.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:20 smithi104 ceph-mon[105578]: pgmap v2436: 109 pgs: 1 active+recovery_wait+remapped, 1 active+remapped+backfilling, 1 active+clean+scrubbing, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 97 active+clean; 2.5 GiB data, 13 GiB used, 612 GiB / 626 GiB avail; 0 B/s wr, 734 op/s; 893/121128 objects degraded (0.737%); 26385/121128 objects misplaced (21.783%); 7.8 MiB/s, 124 objects/s recovering 2024-09-13T15:10:20.673 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:10:20.709 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:20.710 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:20.711 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:10:20.811 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:10:20.833 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:20.833 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:20.833 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:10:20.934 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:10:20.976 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:20.976 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:20.977 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:10:21.078 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:10:21.117 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:21.118 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:21.118 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:10:21.219 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:10:21.245 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:21.246 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:21.246 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:10:21.347 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:10:21.368 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:21.369 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:21.370 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:10:21.471 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:10:21.497 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:21.497 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:21.498 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:10:21.598 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:10:21.623 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:21.624 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:21.624 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:10:21.725 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:10:21.778 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:21.779 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:21.779 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:10:21.880 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:10:21.900 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:21.901 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:21.902 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:10:22.002 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:10:22.042 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:22.042 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:22.043 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:10:22.143 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:10:22.177 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:22.177 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:22.178 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:10:22.279 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:10:22.310 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:22.311 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:22.312 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:10:22.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:22 smithi071 ceph-mon[107477]: pgmap v2437: 109 pgs: 1 active+clean+scrubbing, 1 active+recovery_wait+remapped, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 97 active+clean; 2.4 GiB data, 13 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 737 op/s; 893/116205 objects degraded (0.768%); 25215/116205 objects misplaced (21.699%); 7.8 MiB/s, 124 objects/s recovering 2024-09-13T15:10:22.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:22 smithi071 ceph-mon[112785]: pgmap v2437: 109 pgs: 1 active+clean+scrubbing, 1 active+recovery_wait+remapped, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 97 active+clean; 2.4 GiB data, 13 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 737 op/s; 893/116205 objects degraded (0.768%); 25215/116205 objects misplaced (21.699%); 7.8 MiB/s, 124 objects/s recovering 2024-09-13T15:10:22.412 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:10:22.457 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:22.458 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:22.458 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:10:22.559 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:10:22.602 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:22.603 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:22.603 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:10:22.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:22 smithi104 ceph-mon[105578]: pgmap v2437: 109 pgs: 1 active+clean+scrubbing, 1 active+recovery_wait+remapped, 1 active+remapped+backfilling, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 97 active+clean; 2.4 GiB data, 13 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 737 op/s; 893/116205 objects degraded (0.768%); 25215/116205 objects misplaced (21.699%); 7.8 MiB/s, 124 objects/s recovering 2024-09-13T15:10:22.703 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:10:22.729 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:22.730 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:22.730 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:10:22.825 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T15:10:22.825 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T15:10:22.830 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:10:22.868 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T15:10:22.868 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T15:10:22.871 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:10:22 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:10:22] "GET /metrics HTTP/1.1" 200 36692 "" "Prometheus/2.51.0" 2024-09-13T15:10:22.887 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:22.888 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:22.888 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:10:22.899 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T15:10:22.900 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T15:10:22.940 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T15:10:22.940 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T15:10:22.975 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T15:10:22.976 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T15:10:22.992 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:10:23.009 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T15:10:23.009 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T15:10:23.039 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:23.040 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:23.040 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:10:23.044 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T15:10:23.045 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T15:10:23.076 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T15:10:23.076 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T15:10:23.141 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:10:23.177 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:23.177 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:23.177 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:10:23.278 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:10:23.313 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:23.314 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:23.314 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:10:23.415 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:10:23.426 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd unset noscrub 2024-09-13T15:10:23.456 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:23.457 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:23.458 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:10:23.513 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:23 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3533068467' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:10:23.513 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2024-09-13T15:10:23.513 INFO:teuthology.orchestra.run.smithi104.stdout: "ops": [ 2024-09-13T15:10:23.513 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:23.513 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.46238.0:174585 11.c 11:341454aa:::benchmark_data_smithi071_360808_object69874:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1467)", 2024-09-13T15:10:23.514 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:10:23.495655+0000", 2024-09-13T15:10:23.514 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.015531427, 2024-09-13T15:10:23.514 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.015564467, 2024-09-13T15:10:23.514 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:10:23.514 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "waiting for sub ops", 2024-09-13T15:10:23.514 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:10:23.514 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.46238", 2024-09-13T15:10:23.514 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1306112367", 2024-09-13T15:10:23.514 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 174585 2024-09-13T15:10:23.514 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:23.514 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:10:23.515 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:23.515 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:10:23.515 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:23.495655+0000", 2024-09-13T15:10:23.515 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:23.515 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:23.515 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:23.515 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:10:23.515 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:23.495655+0000", 2024-09-13T15:10:23.515 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:23.515 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:23.515 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:23.515 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:10:23.515 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:23.495653+0000", 2024-09-13T15:10:23.516 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999981 2024-09-13T15:10:23.516 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:23.516 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:23.516 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:10:23.516 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:23.495663+0000", 2024-09-13T15:10:23.516 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0104e-05 2024-09-13T15:10:23.516 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:23.516 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:23.516 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:10:23.516 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:23.495681+0000", 2024-09-13T15:10:23.516 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.7907e-05 2024-09-13T15:10:23.516 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:23.517 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:23.517 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:10:23.517 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:23.495690+0000", 2024-09-13T15:10:23.517 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.9609999999999994e-06 2024-09-13T15:10:23.517 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:23.517 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:23.517 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:23.517 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:23.495772+0000", 2024-09-13T15:10:23.517 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.1652999999999999e-05 2024-09-13T15:10:23.517 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:23.517 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:23.517 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:10:23.517 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:23.495942+0000", 2024-09-13T15:10:23.517 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00017074599999999999 2024-09-13T15:10:23.518 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:23.518 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:23.518 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 2,4", 2024-09-13T15:10:23.518 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:23.496071+0000", 2024-09-13T15:10:23.518 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000129071 2024-09-13T15:10:23.518 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:23.518 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:23.518 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T15:10:23.518 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:23.499930+0000", 2024-09-13T15:10:23.518 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0038581309999999999 2024-09-13T15:10:23.518 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:23.518 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:23.519 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:10:23.519 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:23.503116+0000", 2024-09-13T15:10:23.519 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0031860640000000002 2024-09-13T15:10:23.519 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:23.519 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:10:23.519 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:23.519 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:23.519 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:23.519 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.46238.0:174587 11.7 11:ee8a82fc:::benchmark_data_smithi071_360808_object69876:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1467)", 2024-09-13T15:10:23.519 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:10:23.496137+0000", 2024-09-13T15:10:23.519 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.015049035000000001, 2024-09-13T15:10:23.519 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.015167646999999999, 2024-09-13T15:10:23.519 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:10:23.520 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "waiting for sub ops", 2024-09-13T15:10:23.520 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:10:23.520 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.46238", 2024-09-13T15:10:23.520 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1306112367", 2024-09-13T15:10:23.520 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 174587 2024-09-13T15:10:23.520 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:23.520 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:10:23.520 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:23.520 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:10:23.520 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:23.496137+0000", 2024-09-13T15:10:23.520 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:23.520 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:23.521 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:23.521 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:10:23.521 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:23.496137+0000", 2024-09-13T15:10:23.521 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:23.521 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:23.521 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:23.521 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:10:23.521 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:23.496137+0000", 2024-09-13T15:10:23.521 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T15:10:23.521 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:23.521 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:23.521 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:10:23.521 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:23.496142+0000", 2024-09-13T15:10:23.522 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.7579999999999998e-06 2024-09-13T15:10:23.522 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:23.522 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:23.522 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:10:23.522 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:23.496154+0000", 2024-09-13T15:10:23.522 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1685000000000001e-05 2024-09-13T15:10:23.522 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:23.522 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:23.522 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:10:23.522 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:23.496161+0000", 2024-09-13T15:10:23.523 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.9399999999999996e-06 2024-09-13T15:10:23.523 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:23.523 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:23.523 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:23.523 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:23.496209+0000", 2024-09-13T15:10:23.523 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.8347999999999999e-05 2024-09-13T15:10:23.523 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:23.523 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:23.523 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:10:23.523 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:23.496314+0000", 2024-09-13T15:10:23.523 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000104659 2024-09-13T15:10:23.523 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:23.523 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:23.524 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,4", 2024-09-13T15:10:23.524 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:23.496414+0000", 2024-09-13T15:10:23.524 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000100466 2024-09-13T15:10:23.524 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:23.524 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:23.524 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T15:10:23.524 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:23.500622+0000", 2024-09-13T15:10:23.524 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.004207812 2024-09-13T15:10:23.524 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:23.524 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:23.524 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:10:23.524 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:23.500677+0000", 2024-09-13T15:10:23.524 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.4715e-05 2024-09-13T15:10:23.525 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:23.525 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:10:23.525 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:23.525 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:23.525 INFO:teuthology.orchestra.run.smithi104.stdout: ], 2024-09-13T15:10:23.525 INFO:teuthology.orchestra.run.smithi104.stdout: "num_ops": 2 2024-09-13T15:10:23.525 INFO:teuthology.orchestra.run.smithi104.stdout:} 2024-09-13T15:10:23.559 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:10:23.587 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:23.588 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:23.589 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:10:23.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:23 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3533068467' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:10:23.643 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:23 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3533068467' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:10:23.689 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:10:23.760 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:23.761 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:23.761 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:10:23.862 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:10:23.889 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:23.890 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:23.890 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:10:23.991 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:10:24.047 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:24.047 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:24.048 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:10:24.149 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:10:24.189 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:24.190 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:24.190 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:10:24.247 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.5 dump_blocked_ops 2024-09-13T15:10:24.290 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:10:24.326 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:24.327 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:24.327 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:10:24.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:24 smithi071 ceph-mon[107477]: pgmap v2438: 109 pgs: 1 active+remapped+backfilling, 1 active+recovery_wait+remapped, 1 active+clean+scrubbing, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 97 active+clean; 2.2 GiB data, 13 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 742 op/s; 972/110571 objects degraded (0.879%); 23757/110571 objects misplaced (21.486%); 7.7 MiB/s, 123 objects/s recovering 2024-09-13T15:10:24.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:24 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 972/110571 objects degraded (0.879%), 1 pg degraded (PG_DEGRADED) 2024-09-13T15:10:24.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:24 smithi071 ceph-mon[112785]: pgmap v2438: 109 pgs: 1 active+remapped+backfilling, 1 active+recovery_wait+remapped, 1 active+clean+scrubbing, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 97 active+clean; 2.2 GiB data, 13 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 742 op/s; 972/110571 objects degraded (0.879%); 23757/110571 objects misplaced (21.486%); 7.7 MiB/s, 123 objects/s recovering 2024-09-13T15:10:24.391 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:24 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 972/110571 objects degraded (0.879%), 1 pg degraded (PG_DEGRADED) 2024-09-13T15:10:24.428 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:10:24.465 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:24.466 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:24.466 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:10:24.533 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T15:10:24.567 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:10:24.609 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:24.609 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:24.610 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:10:24.665 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:24 smithi104 ceph-mon[105578]: pgmap v2438: 109 pgs: 1 active+remapped+backfilling, 1 active+recovery_wait+remapped, 1 active+clean+scrubbing, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 97 active+clean; 2.2 GiB data, 13 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 742 op/s; 972/110571 objects degraded (0.879%); 23757/110571 objects misplaced (21.486%); 7.7 MiB/s, 123 objects/s recovering 2024-09-13T15:10:24.665 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:24 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 972/110571 objects degraded (0.879%), 1 pg degraded (PG_DEGRADED) 2024-09-13T15:10:24.710 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:10:24.741 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:24.742 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:24.742 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:10:24.843 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:10:24.876 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:24.876 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:24.877 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:10:24.932 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:10:24.978 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:10:25.002 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:25.003 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:25.003 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:10:25.045 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:10:25.104 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:10:25.133 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:25.134 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:25.134 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:10:25.235 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:10:25.287 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:25.288 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:25.288 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:10:25.333 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:25 smithi071 ceph-mon[107477]: 1.0 scrub starts 2024-09-13T15:10:25.333 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:25 smithi071 ceph-mon[112785]: 1.0 scrub starts 2024-09-13T15:10:25.389 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:10:25.423 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:25.423 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:25.423 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:10:25.524 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:10:25.590 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:25.591 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:25.591 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:10:25.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:25 smithi104 ceph-mon[105578]: 1.0 scrub starts 2024-09-13T15:10:25.691 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:10:25.716 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:25.717 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:25.717 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:10:25.818 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:10:25.854 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:25.855 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:25.855 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:10:25.956 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:10:25.995 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:25.996 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:25.996 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:10:26.097 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:10:26.122 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:26.122 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:26.123 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:10:26.224 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:10:26.258 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:26.258 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:26.259 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:10:26.359 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:10:26.392 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:26.393 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:26.393 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:10:26.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:26 smithi104 ceph-mon[105578]: pgmap v2439: 109 pgs: 1 active+remapped+backfilling, 1 active+recovery_wait+remapped, 1 active+clean+scrubbing, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 97 active+clean; 2.2 GiB data, 13 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 737 op/s; 972/106482 objects degraded (0.913%); 22615/106482 objects misplaced (21.238%); 7.7 MiB/s, 123 objects/s recovering 2024-09-13T15:10:26.459 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2024-09-13T15:10:26.459 INFO:teuthology.orchestra.run.smithi104.stdout: "ops": [], 2024-09-13T15:10:26.459 INFO:teuthology.orchestra.run.smithi104.stdout: "complaint_time": 30, 2024-09-13T15:10:26.459 INFO:teuthology.orchestra.run.smithi104.stdout: "num_blocked_ops": 0 2024-09-13T15:10:26.460 INFO:teuthology.orchestra.run.smithi104.stdout:} 2024-09-13T15:10:26.471 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=false 2024-09-13T15:10:26.494 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:10:26.553 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:26.554 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:26.554 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:10:26.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:26 smithi071 ceph-mon[107477]: pgmap v2439: 109 pgs: 1 active+remapped+backfilling, 1 active+recovery_wait+remapped, 1 active+clean+scrubbing, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 97 active+clean; 2.2 GiB data, 13 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 737 op/s; 972/106482 objects degraded (0.913%); 22615/106482 objects misplaced (21.238%); 7.7 MiB/s, 123 objects/s recovering 2024-09-13T15:10:26.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:26 smithi071 ceph-mon[112785]: pgmap v2439: 109 pgs: 1 active+remapped+backfilling, 1 active+recovery_wait+remapped, 1 active+clean+scrubbing, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 97 active+clean; 2.2 GiB data, 13 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 737 op/s; 972/106482 objects degraded (0.913%); 22615/106482 objects misplaced (21.238%); 7.7 MiB/s, 123 objects/s recovering 2024-09-13T15:10:26.656 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:10:26.680 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:26.681 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:26.685 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:10:26.786 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:10:26.807 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:26.807 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:26.807 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:10:26.908 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:10:26.929 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:26.930 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:26.930 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:10:27.031 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:10:27.053 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:27.053 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:27.054 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:10:27.121 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.5 dump_historic_ops 2024-09-13T15:10:27.155 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:10:27.186 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:27.186 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:27.187 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:10:27.288 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:10:27.309 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:27.309 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:27.310 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:10:27.326 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T15:10:27.411 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:10:27.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:27 smithi104 ceph-mon[105578]: osdmap e1468: 8 total, 8 up, 7 in 2024-09-13T15:10:27.440 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:27.441 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:27.441 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:10:27.542 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:10:27.576 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:27.577 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:27.577 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:10:27.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:27 smithi071 ceph-mon[107477]: osdmap e1468: 8 total, 8 up, 7 in 2024-09-13T15:10:27.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:27 smithi071 ceph-mon[112785]: osdmap e1468: 8 total, 8 up, 7 in 2024-09-13T15:10:27.678 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:10:27.724 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:27.724 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:27.725 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:10:27.825 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:10:27.854 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:27.855 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:27.855 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:10:27.956 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:10:27.993 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:27.994 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:27.994 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:10:28.095 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:10:28.120 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:28.120 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:28.121 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:10:28.221 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:10:28.256 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:28.256 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:28.256 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:10:28.357 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:10:28.383 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:28.383 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:28.384 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:10:28.485 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:10:28.506 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:28.506 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:28.507 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:10:28.602 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:28 smithi104 ceph-mon[105578]: pgmap v2441: 109 pgs: 1 active+clean+remapped, 1 active+clean+scrubbing, 1 active+recovery_wait+remapped, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 97 active+clean; 2.1 GiB data, 13 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 725 op/s; 972/102462 objects degraded (0.949%); 21625/102462 objects misplaced (21.105%); 7.8 MiB/s, 125 objects/s recovering 2024-09-13T15:10:28.602 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:28 smithi104 ceph-mon[105578]: osdmap e1469: 8 total, 8 up, 7 in 2024-09-13T15:10:28.607 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:10:28.628 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:28.629 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:28.629 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:10:28.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:28 smithi071 ceph-mon[107477]: pgmap v2441: 109 pgs: 1 active+clean+remapped, 1 active+clean+scrubbing, 1 active+recovery_wait+remapped, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 97 active+clean; 2.1 GiB data, 13 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 725 op/s; 972/102462 objects degraded (0.949%); 21625/102462 objects misplaced (21.105%); 7.8 MiB/s, 125 objects/s recovering 2024-09-13T15:10:28.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:28 smithi071 ceph-mon[107477]: osdmap e1469: 8 total, 8 up, 7 in 2024-09-13T15:10:28.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:28 smithi071 ceph-mon[112785]: pgmap v2441: 109 pgs: 1 active+clean+remapped, 1 active+clean+scrubbing, 1 active+recovery_wait+remapped, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 97 active+clean; 2.1 GiB data, 13 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 725 op/s; 972/102462 objects degraded (0.949%); 21625/102462 objects misplaced (21.105%); 7.8 MiB/s, 125 objects/s recovering 2024-09-13T15:10:28.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:28 smithi071 ceph-mon[112785]: osdmap e1469: 8 total, 8 up, 7 in 2024-09-13T15:10:28.730 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:10:28.759 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:28.759 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:28.759 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:10:28.860 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:10:28.897 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:28.897 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:28.898 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:10:28.998 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:10:29.028 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:29.029 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:29.029 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:10:29.131 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:10:29.167 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:29.167 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:29.168 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:10:29.228 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2024-09-13T15:10:29.228 INFO:teuthology.orchestra.run.smithi104.stdout: "size": 20, 2024-09-13T15:10:29.228 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 600, 2024-09-13T15:10:29.228 INFO:teuthology.orchestra.run.smithi104.stdout: "ops": [ 2024-09-13T15:10:29.228 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.228 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.45692.0:152349 9.f 9:ffc1a346:::benchmark_data_smithi071_298031_object41101:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1340)", 2024-09-13T15:10:29.228 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:01:08.588438+0000", 2024-09-13T15:10:29.229 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 560.63585390799994, 2024-09-13T15:10:29.229 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.4016674739999999, 2024-09-13T15:10:29.229 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:10:29.229 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T15:10:29.229 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:10:29.229 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.45692", 2024-09-13T15:10:29.229 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:10:29.229 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 152349 2024-09-13T15:10:29.229 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.229 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:10:29.229 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.229 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:10:29.229 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.588438+0000", 2024-09-13T15:10:29.230 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:29.230 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.230 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.230 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:10:29.230 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.588438+0000", 2024-09-13T15:10:29.230 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:29.230 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.230 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.230 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:10:29.230 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.588437+0000", 2024-09-13T15:10:29.230 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T15:10:29.230 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.230 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.231 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:10:29.231 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.588439+0000", 2024-09-13T15:10:29.231 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.9e-06 2024-09-13T15:10:29.231 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.231 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.231 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:10:29.231 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.588445+0000", 2024-09-13T15:10:29.231 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.3669999999999996e-06 2024-09-13T15:10:29.231 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.231 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.231 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:10:29.231 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.588449+0000", 2024-09-13T15:10:29.231 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.0679999999999998e-06 2024-09-13T15:10:29.232 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.232 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.232 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:29.232 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.588808+0000", 2024-09-13T15:10:29.232 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00035959700000000002 2024-09-13T15:10:29.232 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.232 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.232 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:10:29.232 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.590366+0000", 2024-09-13T15:10:29.232 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001557754 2024-09-13T15:10:29.232 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.232 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.233 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,4", 2024-09-13T15:10:29.233 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.590465+0000", 2024-09-13T15:10:29.233 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.9192999999999997e-05 2024-09-13T15:10:29.233 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.233 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.233 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:10:29.233 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.597012+0000", 2024-09-13T15:10:29.233 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0065470770000000001 2024-09-13T15:10:29.233 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.233 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.233 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T15:10:29.233 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.597119+0000", 2024-09-13T15:10:29.233 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00010641000000000001 2024-09-13T15:10:29.233 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.234 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.234 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:29.234 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.627815+0000", 2024-09-13T15:10:29.234 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.030696279999999999 2024-09-13T15:10:29.234 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.234 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.234 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:10:29.234 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.627825+0000", 2024-09-13T15:10:29.234 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.5869999999999999e-06 2024-09-13T15:10:29.234 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.234 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.234 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:29.234 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:09.619180+0000", 2024-09-13T15:10:29.235 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.99135488500000002 2024-09-13T15:10:29.235 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.235 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.235 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:10:29.235 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:09.619191+0000", 2024-09-13T15:10:29.235 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0954999999999999e-05 2024-09-13T15:10:29.235 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.235 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.235 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:29.235 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.989972+0000", 2024-09-13T15:10:29.235 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.370781375 2024-09-13T15:10:29.235 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.235 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.236 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:10:29.236 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.990105+0000", 2024-09-13T15:10:29.236 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00013333400000000001 2024-09-13T15:10:29.236 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:29.236 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:10:29.236 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:29.236 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.236 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.236 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.45692.0:152355 9.f 9:f16ba531:::benchmark_data_smithi071_298031_object41107:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1340)", 2024-09-13T15:10:29.236 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:01:08.593176+0000", 2024-09-13T15:10:29.236 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 560.631115185, 2024-09-13T15:10:29.236 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.3975036470000002, 2024-09-13T15:10:29.236 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:10:29.237 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T15:10:29.237 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:10:29.237 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.45692", 2024-09-13T15:10:29.237 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:10:29.237 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 152355 2024-09-13T15:10:29.237 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.237 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:10:29.237 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.237 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:10:29.237 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.593176+0000", 2024-09-13T15:10:29.237 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:29.237 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.237 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.237 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:10:29.238 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.593176+0000", 2024-09-13T15:10:29.238 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:29.238 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.238 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.238 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:10:29.238 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.593175+0000", 2024-09-13T15:10:29.238 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999981 2024-09-13T15:10:29.238 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.238 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.238 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:10:29.238 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.593181+0000", 2024-09-13T15:10:29.238 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.4749999999999998e-06 2024-09-13T15:10:29.238 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.239 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.239 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:10:29.239 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.593197+0000", 2024-09-13T15:10:29.239 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.5659e-05 2024-09-13T15:10:29.239 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.239 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.239 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:10:29.239 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.593204+0000", 2024-09-13T15:10:29.239 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.3950000000000003e-06 2024-09-13T15:10:29.239 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.239 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.239 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:29.239 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.594773+0000", 2024-09-13T15:10:29.239 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0015691310000000001 2024-09-13T15:10:29.240 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.240 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.240 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:10:29.240 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.594881+0000", 2024-09-13T15:10:29.240 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000107837 2024-09-13T15:10:29.240 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.240 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.240 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,4", 2024-09-13T15:10:29.240 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.595006+0000", 2024-09-13T15:10:29.240 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00012505799999999999 2024-09-13T15:10:29.240 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.240 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.241 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T15:10:29.241 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.597124+0000", 2024-09-13T15:10:29.241 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0021176430000000002 2024-09-13T15:10:29.241 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.241 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.241 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:10:29.241 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.598274+0000", 2024-09-13T15:10:29.241 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0011499189999999999 2024-09-13T15:10:29.241 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.241 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.241 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:29.241 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.627846+0000", 2024-09-13T15:10:29.241 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.029572317000000001 2024-09-13T15:10:29.242 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.242 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.242 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:10:29.242 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.627852+0000", 2024-09-13T15:10:29.242 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.3879999999999997e-06 2024-09-13T15:10:29.242 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.242 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.242 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:29.242 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:09.619343+0000", 2024-09-13T15:10:29.242 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.99149032599999998 2024-09-13T15:10:29.242 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.242 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.242 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:10:29.242 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:09.619423+0000", 2024-09-13T15:10:29.243 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.0028e-05 2024-09-13T15:10:29.243 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.243 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.243 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:29.243 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.990634+0000", 2024-09-13T15:10:29.243 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3712110420000001 2024-09-13T15:10:29.243 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.243 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.243 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:10:29.243 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.990680+0000", 2024-09-13T15:10:29.243 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.6300000000000001e-05 2024-09-13T15:10:29.243 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:29.243 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:10:29.244 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:29.244 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.244 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.244 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.45692.0:152368 9.f 9:fa1990a0:::benchmark_data_smithi071_298031_object41120:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1340)", 2024-09-13T15:10:29.244 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:01:08.599026+0000", 2024-09-13T15:10:29.244 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 560.62526531100002, 2024-09-13T15:10:29.244 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.391737505, 2024-09-13T15:10:29.244 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:10:29.244 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T15:10:29.244 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:10:29.244 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.45692", 2024-09-13T15:10:29.244 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:10:29.245 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 152368 2024-09-13T15:10:29.245 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.245 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:10:29.245 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.245 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:10:29.245 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.599026+0000", 2024-09-13T15:10:29.245 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:29.245 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.245 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.245 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:10:29.245 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.599026+0000", 2024-09-13T15:10:29.245 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:29.245 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.245 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.246 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:10:29.246 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.599025+0000", 2024-09-13T15:10:29.246 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T15:10:29.246 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.246 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.246 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:10:29.246 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.599031+0000", 2024-09-13T15:10:29.246 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.8719999999999999e-06 2024-09-13T15:10:29.246 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.246 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.246 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:10:29.246 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.599043+0000", 2024-09-13T15:10:29.246 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1871e-05 2024-09-13T15:10:29.247 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.247 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.247 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:10:29.247 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.599051+0000", 2024-09-13T15:10:29.247 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.5739999999999998e-06 2024-09-13T15:10:29.247 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.247 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.247 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:29.247 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.599123+0000", 2024-09-13T15:10:29.247 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.2411999999999997e-05 2024-09-13T15:10:29.247 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.247 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.247 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:10:29.248 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.599231+0000", 2024-09-13T15:10:29.248 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000107923 2024-09-13T15:10:29.248 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.248 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.248 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,4", 2024-09-13T15:10:29.248 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.599553+0000", 2024-09-13T15:10:29.248 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000321923 2024-09-13T15:10:29.248 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.248 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.248 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T15:10:29.248 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.604997+0000", 2024-09-13T15:10:29.248 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0054443809999999999 2024-09-13T15:10:29.248 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.249 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.249 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:10:29.249 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.607645+0000", 2024-09-13T15:10:29.249 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0026476109999999998 2024-09-13T15:10:29.249 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.249 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.249 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:29.249 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.627873+0000", 2024-09-13T15:10:29.249 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.020228502999999998 2024-09-13T15:10:29.249 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.249 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.249 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:10:29.249 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.627880+0000", 2024-09-13T15:10:29.250 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.2890000000000003e-06 2024-09-13T15:10:29.250 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.250 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.250 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:29.250 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:09.619464+0000", 2024-09-13T15:10:29.250 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.99158411999999996 2024-09-13T15:10:29.250 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.250 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.250 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:10:29.250 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:09.619475+0000", 2024-09-13T15:10:29.250 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1248e-05 2024-09-13T15:10:29.250 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.250 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.250 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:29.251 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.990719+0000", 2024-09-13T15:10:29.251 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.371244087 2024-09-13T15:10:29.251 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.251 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.251 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:10:29.251 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.990764+0000", 2024-09-13T15:10:29.251 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.4778999999999999e-05 2024-09-13T15:10:29.251 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:29.251 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:10:29.251 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:29.251 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.251 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.251 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.45692.0:152373 9.17 9:e95adf63:::benchmark_data_smithi071_298031_object41125:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1340)", 2024-09-13T15:10:29.251 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:01:08.611177+0000", 2024-09-13T15:10:29.252 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 560.61311470400005, 2024-09-13T15:10:29.252 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.3864549510000002, 2024-09-13T15:10:29.252 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:10:29.252 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:10:29.252 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:10:29.252 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.45692", 2024-09-13T15:10:29.252 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:10:29.252 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 152373 2024-09-13T15:10:29.252 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.252 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:10:29.252 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.252 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:10:29.252 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.611177+0000", 2024-09-13T15:10:29.252 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:29.253 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.253 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.253 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:10:29.253 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.611177+0000", 2024-09-13T15:10:29.253 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:29.253 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.253 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.253 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:10:29.253 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.611176+0000", 2024-09-13T15:10:29.253 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T15:10:29.253 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.253 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.253 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:10:29.253 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.611180+0000", 2024-09-13T15:10:29.254 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.3800000000000004e-06 2024-09-13T15:10:29.254 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.254 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.254 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:10:29.254 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.611199+0000", 2024-09-13T15:10:29.254 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.8848e-05 2024-09-13T15:10:29.254 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.254 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.254 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:10:29.254 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.611206+0000", 2024-09-13T15:10:29.254 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.5730000000000002e-06 2024-09-13T15:10:29.254 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.254 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.254 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:29.255 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.627910+0000", 2024-09-13T15:10:29.255 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.016703121000000001 2024-09-13T15:10:29.255 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.255 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.255 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:10:29.255 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.627917+0000", 2024-09-13T15:10:29.255 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.9589999999999998e-06 2024-09-13T15:10:29.255 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.255 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.255 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:29.255 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:09.608255+0000", 2024-09-13T15:10:29.255 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.98033831699999996 2024-09-13T15:10:29.255 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.256 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.256 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:10:29.256 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:09.608266+0000", 2024-09-13T15:10:29.256 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1499e-05 2024-09-13T15:10:29.256 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.256 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.256 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:29.256 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.992971+0000", 2024-09-13T15:10:29.256 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3847046839999999 2024-09-13T15:10:29.256 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.257 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.257 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:10:29.257 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.993090+0000", 2024-09-13T15:10:29.257 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000119182 2024-09-13T15:10:29.257 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.257 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.257 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,2,7", 2024-09-13T15:10:29.258 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.993383+0000", 2024-09-13T15:10:29.258 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00029305800000000001 2024-09-13T15:10:29.258 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.258 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.258 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T15:10:29.258 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.996854+0000", 2024-09-13T15:10:29.258 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.003471179 2024-09-13T15:10:29.258 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.259 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.259 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:10:29.259 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.997424+0000", 2024-09-13T15:10:29.259 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00056933999999999999 2024-09-13T15:10:29.259 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.259 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.259 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:10:29.259 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.997453+0000", 2024-09-13T15:10:29.259 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.9023e-05 2024-09-13T15:10:29.259 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.259 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.259 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:10:29.259 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.997486+0000", 2024-09-13T15:10:29.259 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.3408999999999998e-05 2024-09-13T15:10:29.260 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.260 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.260 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:10:29.260 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.997530+0000", 2024-09-13T15:10:29.260 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.3287000000000001e-05 2024-09-13T15:10:29.260 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.260 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.260 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:10:29.260 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.997632+0000", 2024-09-13T15:10:29.260 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00010239 2024-09-13T15:10:29.260 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:29.260 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:10:29.260 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:29.260 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.261 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.261 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.45692.0:152375 9.16 9:6efade62:::benchmark_data_smithi071_298031_object41127:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1341)", 2024-09-13T15:10:29.261 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:01:08.619926+0000", 2024-09-13T15:10:29.261 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 560.60436609800001, 2024-09-13T15:10:29.261 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.3366003590000002, 2024-09-13T15:10:29.261 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:10:29.261 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:10:29.261 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:10:29.261 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.45692", 2024-09-13T15:10:29.261 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:10:29.261 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 152375 2024-09-13T15:10:29.261 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.261 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:10:29.261 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.262 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:10:29.262 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.619926+0000", 2024-09-13T15:10:29.262 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:29.262 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.262 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.262 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:10:29.262 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.619926+0000", 2024-09-13T15:10:29.262 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:29.262 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.262 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.262 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:10:29.262 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.619924+0000", 2024-09-13T15:10:29.262 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T15:10:29.262 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.263 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.263 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:10:29.263 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.619933+0000", 2024-09-13T15:10:29.263 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.8759999999999994e-06 2024-09-13T15:10:29.263 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.263 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.263 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:10:29.263 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.619947+0000", 2024-09-13T15:10:29.263 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3738e-05 2024-09-13T15:10:29.263 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.263 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.263 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:10:29.264 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.619955+0000", 2024-09-13T15:10:29.264 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.1890000000000007e-06 2024-09-13T15:10:29.264 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.264 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.264 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:29.264 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.620215+0000", 2024-09-13T15:10:29.264 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00025982099999999998 2024-09-13T15:10:29.264 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.264 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.265 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:10:29.265 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.620226+0000", 2024-09-13T15:10:29.265 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0808000000000001e-05 2024-09-13T15:10:29.265 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.265 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.265 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:29.265 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:09.617725+0000", 2024-09-13T15:10:29.265 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.997499362 2024-09-13T15:10:29.265 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.265 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.265 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:10:29.265 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:09.617738+0000", 2024-09-13T15:10:29.265 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2971e-05 2024-09-13T15:10:29.265 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.266 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.266 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:29.266 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.842372+0000", 2024-09-13T15:10:29.266 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.224634271 2024-09-13T15:10:29.266 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.266 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.266 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:10:29.266 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.842457+0000", 2024-09-13T15:10:29.266 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.4660000000000006e-05 2024-09-13T15:10:29.266 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.266 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.266 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 0,1,2", 2024-09-13T15:10:29.266 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.842670+0000", 2024-09-13T15:10:29.266 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000212905 2024-09-13T15:10:29.266 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.267 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.267 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T15:10:29.267 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.843811+0000", 2024-09-13T15:10:29.267 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001141553 2024-09-13T15:10:29.267 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.267 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.267 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:10:29.267 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.844967+0000", 2024-09-13T15:10:29.267 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0011553679999999999 2024-09-13T15:10:29.267 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.267 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.267 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:10:29.267 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.847370+0000", 2024-09-13T15:10:29.267 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0024037970000000001 2024-09-13T15:10:29.268 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.268 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.268 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:10:29.268 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.956334+0000", 2024-09-13T15:10:29.268 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.108963357 2024-09-13T15:10:29.268 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.268 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.268 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:10:29.268 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.956397+0000", 2024-09-13T15:10:29.268 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.2895e-05 2024-09-13T15:10:29.268 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.268 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.268 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:10:29.268 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.956526+0000", 2024-09-13T15:10:29.269 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000129219 2024-09-13T15:10:29.269 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:29.269 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:10:29.269 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:29.269 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.269 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.269 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.45692.0:152378 9.f 9:f7fb670f:::benchmark_data_smithi071_298031_object41130:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1341)", 2024-09-13T15:10:29.269 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:01:08.619974+0000", 2024-09-13T15:10:29.269 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 560.60431803899996, 2024-09-13T15:10:29.269 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.3774032150000002, 2024-09-13T15:10:29.269 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:10:29.269 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:10:29.269 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:10:29.269 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.45692", 2024-09-13T15:10:29.270 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:10:29.270 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 152378 2024-09-13T15:10:29.270 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.270 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:10:29.270 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.270 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:10:29.270 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.619974+0000", 2024-09-13T15:10:29.270 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:29.270 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.270 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.270 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:10:29.270 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.619974+0000", 2024-09-13T15:10:29.270 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:29.270 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.271 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.271 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:10:29.271 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.619973+0000", 2024-09-13T15:10:29.271 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T15:10:29.271 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.271 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.271 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:10:29.271 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.619976+0000", 2024-09-13T15:10:29.271 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.6699999999999998e-06 2024-09-13T15:10:29.271 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.271 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.271 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:10:29.271 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.619983+0000", 2024-09-13T15:10:29.271 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.0110000000000003e-06 2024-09-13T15:10:29.272 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.272 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.272 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:10:29.272 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.619989+0000", 2024-09-13T15:10:29.272 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.9630000000000003e-06 2024-09-13T15:10:29.272 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.272 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.272 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:29.272 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.627935+0000", 2024-09-13T15:10:29.272 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0079459609999999996 2024-09-13T15:10:29.272 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.272 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.272 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:10:29.272 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:08.627940+0000", 2024-09-13T15:10:29.273 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.6890000000000001e-06 2024-09-13T15:10:29.273 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.273 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.273 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:29.273 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:09.619497+0000", 2024-09-13T15:10:29.273 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.99155650900000003 2024-09-13T15:10:29.273 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.273 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.273 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:10:29.273 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:09.619503+0000", 2024-09-13T15:10:29.273 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.0700000000000003e-06 2024-09-13T15:10:29.273 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.273 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.273 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:29.274 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.990800+0000", 2024-09-13T15:10:29.274 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.371297309 2024-09-13T15:10:29.274 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.274 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.274 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:10:29.274 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.990916+0000", 2024-09-13T15:10:29.274 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00011535300000000001 2024-09-13T15:10:29.274 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.274 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.274 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 1,2,4", 2024-09-13T15:10:29.274 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.991032+0000", 2024-09-13T15:10:29.274 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000116495 2024-09-13T15:10:29.274 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.275 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.275 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:10:29.275 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.995229+0000", 2024-09-13T15:10:29.275 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0041964589999999996 2024-09-13T15:10:29.275 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.275 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.275 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T15:10:29.275 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.995239+0000", 2024-09-13T15:10:29.275 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0057e-05 2024-09-13T15:10:29.275 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.275 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.275 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:10:29.275 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.995290+0000", 2024-09-13T15:10:29.276 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.1452999999999997e-05 2024-09-13T15:10:29.276 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.276 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.276 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:10:29.276 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.997221+0000", 2024-09-13T15:10:29.276 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0019313080000000001 2024-09-13T15:10:29.276 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.276 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.276 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:10:29.276 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.997270+0000", 2024-09-13T15:10:29.276 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.9018999999999999e-05 2024-09-13T15:10:29.276 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.276 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.276 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:10:29.277 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:01:10.997377+0000", 2024-09-13T15:10:29.277 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000106368 2024-09-13T15:10:29.277 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:29.277 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:10:29.277 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:29.277 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.277 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.277 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.45977.0:79582 10.a 10:56395b16:::benchmark_data_smithi071_326067_object79581:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1400)", 2024-09-13T15:10:29.277 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:03:38.039126+0000", 2024-09-13T15:10:29.277 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 411.18516579800001, 2024-09-13T15:10:29.277 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.952287364, 2024-09-13T15:10:29.277 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:10:29.277 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:10:29.277 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:10:29.278 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.45977", 2024-09-13T15:10:29.278 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4198631296", 2024-09-13T15:10:29.278 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 79582 2024-09-13T15:10:29.278 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.278 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:10:29.278 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.278 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:10:29.278 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.039126+0000", 2024-09-13T15:10:29.278 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:29.278 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.278 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.278 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:10:29.278 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.039126+0000", 2024-09-13T15:10:29.278 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:29.279 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.279 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.279 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:10:29.279 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.039125+0000", 2024-09-13T15:10:29.279 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T15:10:29.279 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.279 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.279 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:10:29.279 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.039180+0000", 2024-09-13T15:10:29.279 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.5177999999999999e-05 2024-09-13T15:10:29.279 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.279 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.279 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:10:29.279 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.039192+0000", 2024-09-13T15:10:29.280 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2245999999999999e-05 2024-09-13T15:10:29.280 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.280 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.280 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:10:29.280 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.039197+0000", 2024-09-13T15:10:29.280 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.899e-06 2024-09-13T15:10:29.280 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.280 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.280 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:29.280 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.039232+0000", 2024-09-13T15:10:29.280 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.5222000000000003e-05 2024-09-13T15:10:29.280 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.280 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.280 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:10:29.281 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.039238+0000", 2024-09-13T15:10:29.281 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.5570000000000003e-06 2024-09-13T15:10:29.281 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.281 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.281 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:29.281 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.338393+0000", 2024-09-13T15:10:29.281 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.29915491599999999 2024-09-13T15:10:29.281 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.281 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.281 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:10:29.281 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.338404+0000", 2024-09-13T15:10:29.281 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1304999999999999e-05 2024-09-13T15:10:29.281 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.281 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.282 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:29.282 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:39.976831+0000", 2024-09-13T15:10:29.282 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.6384272279999998 2024-09-13T15:10:29.282 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.282 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.282 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:10:29.282 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:39.976992+0000", 2024-09-13T15:10:29.282 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000160197 2024-09-13T15:10:29.282 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.282 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.282 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 2,7", 2024-09-13T15:10:29.282 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:39.977152+0000", 2024-09-13T15:10:29.282 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000160672 2024-09-13T15:10:29.282 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.283 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.283 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T15:10:29.283 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:39.980271+0000", 2024-09-13T15:10:29.283 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0031183320000000001 2024-09-13T15:10:29.283 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.283 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.283 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:10:29.283 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:39.984745+0000", 2024-09-13T15:10:29.283 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0044746170000000002 2024-09-13T15:10:29.283 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.283 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.283 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:10:29.283 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:39.988153+0000", 2024-09-13T15:10:29.283 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0034075419999999999 2024-09-13T15:10:29.283 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.284 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.284 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:10:29.284 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:39.988208+0000", 2024-09-13T15:10:29.284 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.4929000000000002e-05 2024-09-13T15:10:29.284 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.284 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.284 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:10:29.284 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:39.991413+0000", 2024-09-13T15:10:29.284 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0032056089999999999 2024-09-13T15:10:29.284 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:29.284 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:10:29.284 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:29.284 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.285 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.285 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.45977.0:79585 10.9 10:917744b2:::benchmark_data_smithi071_326067_object79584:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1400)", 2024-09-13T15:10:29.285 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:03:38.041035+0000", 2024-09-13T15:10:29.285 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 411.18325684799998, 2024-09-13T15:10:29.285 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.9436438110000001, 2024-09-13T15:10:29.285 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:10:29.285 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:10:29.285 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:10:29.285 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.45977", 2024-09-13T15:10:29.285 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/4198631296", 2024-09-13T15:10:29.285 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 79585 2024-09-13T15:10:29.285 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.285 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:10:29.285 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.286 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:10:29.286 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.041035+0000", 2024-09-13T15:10:29.286 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:29.286 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.286 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.286 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:10:29.286 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.041035+0000", 2024-09-13T15:10:29.286 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:29.286 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.286 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.286 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:10:29.286 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.041034+0000", 2024-09-13T15:10:29.286 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T15:10:29.286 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.287 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.287 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:10:29.287 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.041095+0000", 2024-09-13T15:10:29.287 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.1251e-05 2024-09-13T15:10:29.287 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.287 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.287 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:10:29.287 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.041106+0000", 2024-09-13T15:10:29.287 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0773e-05 2024-09-13T15:10:29.287 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.287 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.287 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:10:29.287 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.041113+0000", 2024-09-13T15:10:29.288 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.8920000000000003e-06 2024-09-13T15:10:29.288 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.288 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.288 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:29.288 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.041173+0000", 2024-09-13T15:10:29.288 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.0374000000000002e-05 2024-09-13T15:10:29.288 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.288 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.288 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:10:29.288 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.041183+0000", 2024-09-13T15:10:29.288 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0325e-05 2024-09-13T15:10:29.288 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.288 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.288 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:29.289 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.338879+0000", 2024-09-13T15:10:29.289 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.297695394 2024-09-13T15:10:29.289 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.289 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.289 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:10:29.289 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:38.338888+0000", 2024-09-13T15:10:29.289 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.9549999999999998e-06 2024-09-13T15:10:29.289 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.289 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.289 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:29.289 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:39.968692+0000", 2024-09-13T15:10:29.289 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.62980455 2024-09-13T15:10:29.289 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.289 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.290 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:10:29.290 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:39.968850+0000", 2024-09-13T15:10:29.290 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00015778799999999999 2024-09-13T15:10:29.290 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.290 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.290 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 2,7", 2024-09-13T15:10:29.290 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:39.969018+0000", 2024-09-13T15:10:29.290 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00016801300000000001 2024-09-13T15:10:29.290 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.290 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.290 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T15:10:29.290 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:39.981170+0000", 2024-09-13T15:10:29.290 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.012152333 2024-09-13T15:10:29.291 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.291 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.291 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:10:29.291 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:39.981206+0000", 2024-09-13T15:10:29.291 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.5790000000000001e-05 2024-09-13T15:10:29.291 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.291 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.291 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:10:29.291 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:39.981243+0000", 2024-09-13T15:10:29.291 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.6523000000000003e-05 2024-09-13T15:10:29.291 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.291 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.292 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:10:29.292 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:39.981286+0000", 2024-09-13T15:10:29.292 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.3148000000000001e-05 2024-09-13T15:10:29.292 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.292 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.292 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:10:29.292 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:03:39.984679+0000", 2024-09-13T15:10:29.292 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0033926870000000001 2024-09-13T15:10:29.292 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:29.292 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:10:29.292 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:29.292 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.292 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.293 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.46238.0:101938 11.c 11:3140e0dc:::benchmark_data_smithi071_360808_object101937:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] RETRY=1 ondisk+retry+write+known_if_redirected+supports_pool_eio e1450)", 2024-09-13T15:10:29.293 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:08:47.688579+0000", 2024-09-13T15:10:29.293 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 101.535713126, 2024-09-13T15:10:29.293 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.348125429, 2024-09-13T15:10:29.293 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:10:29.293 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T15:10:29.293 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:10:29.293 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.46238", 2024-09-13T15:10:29.293 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1306112367", 2024-09-13T15:10:29.293 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 101938 2024-09-13T15:10:29.293 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.293 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:10:29.293 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.293 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:10:29.294 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.688579+0000", 2024-09-13T15:10:29.294 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:29.294 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.294 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.294 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:10:29.294 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.688579+0000", 2024-09-13T15:10:29.294 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:29.294 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.294 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.294 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:10:29.294 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.688577+0000", 2024-09-13T15:10:29.294 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999981 2024-09-13T15:10:29.294 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.294 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.295 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:10:29.295 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.688633+0000", 2024-09-13T15:10:29.295 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.6338999999999997e-05 2024-09-13T15:10:29.295 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.295 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.295 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:10:29.295 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.688648+0000", 2024-09-13T15:10:29.295 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.456e-05 2024-09-13T15:10:29.295 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.295 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.295 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:10:29.295 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.688656+0000", 2024-09-13T15:10:29.295 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.1419999999999993e-06 2024-09-13T15:10:29.295 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.296 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.296 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:29.296 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.688747+0000", 2024-09-13T15:10:29.296 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.0668000000000007e-05 2024-09-13T15:10:29.296 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.296 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.296 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:10:29.296 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.688756+0000", 2024-09-13T15:10:29.296 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.4290000000000007e-06 2024-09-13T15:10:29.296 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.296 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.296 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:29.296 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.036626+0000", 2024-09-13T15:10:29.297 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3478701200000001 2024-09-13T15:10:29.297 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.297 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.297 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:10:29.297 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.036704+0000", 2024-09-13T15:10:29.297 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.7883e-05 2024-09-13T15:10:29.297 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:29.297 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:10:29.297 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:29.297 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.297 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.297 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.46238.0:101939 11.c 11:3615dcff:::benchmark_data_smithi071_360808_object101938:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] RETRY=1 ondisk+retry+write+known_if_redirected+supports_pool_eio e1450)", 2024-09-13T15:10:29.297 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:08:47.688670+0000", 2024-09-13T15:10:29.298 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 101.53562147700001, 2024-09-13T15:10:29.298 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3482809170000001, 2024-09-13T15:10:29.298 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:10:29.298 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T15:10:29.298 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:10:29.298 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.46238", 2024-09-13T15:10:29.298 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1306112367", 2024-09-13T15:10:29.298 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 101939 2024-09-13T15:10:29.298 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.298 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:10:29.298 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.298 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:10:29.298 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.688670+0000", 2024-09-13T15:10:29.298 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:29.298 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.299 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.299 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:10:29.299 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.688670+0000", 2024-09-13T15:10:29.299 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:29.299 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.299 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.299 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:10:29.299 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.688670+0000", 2024-09-13T15:10:29.299 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T15:10:29.299 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.299 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.299 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:10:29.300 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.688707+0000", 2024-09-13T15:10:29.300 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.7248e-05 2024-09-13T15:10:29.300 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.300 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.300 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:10:29.300 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.688715+0000", 2024-09-13T15:10:29.300 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.1359999999999997e-06 2024-09-13T15:10:29.300 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.300 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.300 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:10:29.300 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.688721+0000", 2024-09-13T15:10:29.300 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.5219999999999998e-06 2024-09-13T15:10:29.300 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.301 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.301 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:29.301 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.688787+0000", 2024-09-13T15:10:29.301 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.6537000000000003e-05 2024-09-13T15:10:29.301 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.301 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.301 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:10:29.301 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.688796+0000", 2024-09-13T15:10:29.301 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.687e-06 2024-09-13T15:10:29.301 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.301 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.301 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:29.301 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.036882+0000", 2024-09-13T15:10:29.301 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3480862229999999 2024-09-13T15:10:29.302 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.302 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.302 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:10:29.302 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.036951+0000", 2024-09-13T15:10:29.302 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.9123999999999998e-05 2024-09-13T15:10:29.302 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:29.302 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:10:29.302 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:29.302 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.302 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.302 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.46238.0:101941 11.c 11:35e07507:::benchmark_data_smithi071_360808_object101940:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] RETRY=1 ondisk+retry+write+known_if_redirected+supports_pool_eio e1450)", 2024-09-13T15:10:29.302 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:08:47.688727+0000", 2024-09-13T15:10:29.302 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 101.535565147, 2024-09-13T15:10:29.302 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.34834063, 2024-09-13T15:10:29.303 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:10:29.303 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T15:10:29.303 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:10:29.303 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.46238", 2024-09-13T15:10:29.303 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1306112367", 2024-09-13T15:10:29.303 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 101941 2024-09-13T15:10:29.303 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.303 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:10:29.303 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.303 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:10:29.303 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.688727+0000", 2024-09-13T15:10:29.303 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:29.303 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.303 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.304 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:10:29.304 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.688727+0000", 2024-09-13T15:10:29.304 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:29.304 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.304 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.304 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:10:29.304 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.688726+0000", 2024-09-13T15:10:29.304 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T15:10:29.304 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.304 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.304 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:10:29.304 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.688760+0000", 2024-09-13T15:10:29.304 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.3603000000000003e-05 2024-09-13T15:10:29.304 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.305 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.305 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:10:29.305 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.688767+0000", 2024-09-13T15:10:29.305 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.939e-06 2024-09-13T15:10:29.305 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.305 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.305 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:10:29.305 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.688772+0000", 2024-09-13T15:10:29.305 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.1569999999999999e-06 2024-09-13T15:10:29.305 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.305 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.305 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:29.305 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.688814+0000", 2024-09-13T15:10:29.305 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.2283000000000002e-05 2024-09-13T15:10:29.306 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.306 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.306 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:10:29.306 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.688820+0000", 2024-09-13T15:10:29.306 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.9030000000000001e-06 2024-09-13T15:10:29.306 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.306 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.306 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:29.306 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.037017+0000", 2024-09-13T15:10:29.306 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.348197203 2024-09-13T15:10:29.306 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.306 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.306 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:10:29.306 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.037067+0000", 2024-09-13T15:10:29.307 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.0067e-05 2024-09-13T15:10:29.307 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:29.307 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:10:29.307 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:29.307 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.307 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.307 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.46238.0:101943 11.c 11:34706956:::benchmark_data_smithi071_360808_object101942:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] RETRY=1 ondisk+retry+write+known_if_redirected+supports_pool_eio e1450)", 2024-09-13T15:10:29.307 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:08:47.688788+0000", 2024-09-13T15:10:29.307 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 101.53550414, 2024-09-13T15:10:29.307 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.414517499, 2024-09-13T15:10:29.307 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:10:29.307 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "reached pg", 2024-09-13T15:10:29.307 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:10:29.308 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.46238", 2024-09-13T15:10:29.308 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1306112367", 2024-09-13T15:10:29.308 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 101943 2024-09-13T15:10:29.308 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.308 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:10:29.308 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.308 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:10:29.308 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.688788+0000", 2024-09-13T15:10:29.308 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:29.308 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.308 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.308 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:10:29.308 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.688788+0000", 2024-09-13T15:10:29.308 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:29.309 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.309 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.309 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:10:29.309 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.688787+0000", 2024-09-13T15:10:29.309 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T15:10:29.309 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.309 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.309 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:10:29.309 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.688822+0000", 2024-09-13T15:10:29.309 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.5299000000000002e-05 2024-09-13T15:10:29.309 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.309 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.309 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:10:29.309 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.688830+0000", 2024-09-13T15:10:29.309 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.5510000000000002e-06 2024-09-13T15:10:29.310 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.310 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.310 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:10:29.310 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.688835+0000", 2024-09-13T15:10:29.310 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.502e-06 2024-09-13T15:10:29.310 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.310 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.310 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:29.310 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.688940+0000", 2024-09-13T15:10:29.310 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00010497000000000001 2024-09-13T15:10:29.310 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.310 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.310 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:10:29.310 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.688949+0000", 2024-09-13T15:10:29.311 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.9500000000000007e-06 2024-09-13T15:10:29.311 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.311 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.311 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:29.311 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.037091+0000", 2024-09-13T15:10:29.311 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3481419020000001 2024-09-13T15:10:29.311 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.311 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.311 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for missing object", 2024-09-13T15:10:29.311 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.037176+0000", 2024-09-13T15:10:29.311 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.4997e-05 2024-09-13T15:10:29.311 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.311 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.311 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:29.312 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.044513+0000", 2024-09-13T15:10:29.312 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0073372050000000003 2024-09-13T15:10:29.312 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.312 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.312 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for degraded object", 2024-09-13T15:10:29.312 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.044554+0000", 2024-09-13T15:10:29.312 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.0707000000000002e-05 2024-09-13T15:10:29.312 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.312 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.312 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:29.312 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.103227+0000", 2024-09-13T15:10:29.312 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.058673031 2024-09-13T15:10:29.312 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.313 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.313 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:10:29.313 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.103305+0000", 2024-09-13T15:10:29.313 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.7885000000000004e-05 2024-09-13T15:10:29.313 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:29.313 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:10:29.313 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:29.313 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.313 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.313 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:10:29.315 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.46238.0:101954 11.c 11:385b01a4:::benchmark_data_smithi071_360808_object101953:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] RETRY=1 ondisk+retry+write+known_if_redirected+supports_pool_eio e1450)", 2024-09-13T15:10:29.315 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:08:47.688847+0000", 2024-09-13T15:10:29.315 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 101.535444353, 2024-09-13T15:10:29.315 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3604996169999999, 2024-09-13T15:10:29.315 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:10:29.315 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:10:29.315 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:10:29.315 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.46238", 2024-09-13T15:10:29.316 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1306112367", 2024-09-13T15:10:29.316 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 101954 2024-09-13T15:10:29.316 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.316 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:10:29.316 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.316 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:10:29.316 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.688847+0000", 2024-09-13T15:10:29.316 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:29.316 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.316 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.316 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:10:29.316 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.688847+0000", 2024-09-13T15:10:29.317 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:29.317 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.317 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.317 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:10:29.317 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.688847+0000", 2024-09-13T15:10:29.317 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T15:10:29.317 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.317 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.317 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:10:29.317 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.688913+0000", 2024-09-13T15:10:29.317 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.6035e-05 2024-09-13T15:10:29.317 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.318 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.318 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:10:29.318 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.688922+0000", 2024-09-13T15:10:29.318 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.986e-06 2024-09-13T15:10:29.318 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.318 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.318 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:10:29.318 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.688928+0000", 2024-09-13T15:10:29.318 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.7200000000000003e-06 2024-09-13T15:10:29.318 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.318 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.318 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:29.318 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.688972+0000", 2024-09-13T15:10:29.318 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.4836999999999998e-05 2024-09-13T15:10:29.319 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.319 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.319 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:10:29.319 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.688980+0000", 2024-09-13T15:10:29.319 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.2400000000000001e-06 2024-09-13T15:10:29.319 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.319 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.319 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:29.319 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.037211+0000", 2024-09-13T15:10:29.319 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.348230982 2024-09-13T15:10:29.319 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.319 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.319 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:10:29.320 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.037332+0000", 2024-09-13T15:10:29.320 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00012181899999999999 2024-09-13T15:10:29.320 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.320 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.320 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 2,4", 2024-09-13T15:10:29.320 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.037450+0000", 2024-09-13T15:10:29.320 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00011775199999999999 2024-09-13T15:10:29.320 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.320 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.320 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T15:10:29.320 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.044562+0000", 2024-09-13T15:10:29.320 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0071119080000000001 2024-09-13T15:10:29.320 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.321 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.321 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:10:29.321 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.044603+0000", 2024-09-13T15:10:29.321 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.0599999999999998e-05 2024-09-13T15:10:29.321 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.321 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.321 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:10:29.321 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.049226+0000", 2024-09-13T15:10:29.321 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0046230639999999996 2024-09-13T15:10:29.321 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.321 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.321 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:10:29.321 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.049263+0000", 2024-09-13T15:10:29.321 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.7636999999999999e-05 2024-09-13T15:10:29.322 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.322 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.322 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:10:29.322 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.049347+0000", 2024-09-13T15:10:29.322 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.3516999999999993e-05 2024-09-13T15:10:29.322 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:29.322 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:10:29.322 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:29.322 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.322 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.322 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.46238.0:101968 11.c 11:3c2c06e9:::benchmark_data_smithi071_360808_object101967:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1450)", 2024-09-13T15:10:29.322 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:08:47.690771+0000", 2024-09-13T15:10:29.322 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 101.533520827, 2024-09-13T15:10:29.322 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.358818911, 2024-09-13T15:10:29.323 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:10:29.323 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:10:29.323 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:10:29.323 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.46238", 2024-09-13T15:10:29.323 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1306112367", 2024-09-13T15:10:29.323 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 101968 2024-09-13T15:10:29.323 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.323 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:10:29.323 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.323 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:10:29.323 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.690771+0000", 2024-09-13T15:10:29.323 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:29.323 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.323 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.324 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:10:29.324 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.690771+0000", 2024-09-13T15:10:29.324 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:29.324 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.324 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.324 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:10:29.324 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.690770+0000", 2024-09-13T15:10:29.324 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T15:10:29.324 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.324 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.324 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:10:29.324 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.690844+0000", 2024-09-13T15:10:29.324 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.3946e-05 2024-09-13T15:10:29.324 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.325 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.325 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:10:29.325 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.690853+0000", 2024-09-13T15:10:29.325 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.2900000000000008e-06 2024-09-13T15:10:29.325 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.325 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.325 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:10:29.325 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.690860+0000", 2024-09-13T15:10:29.325 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.2570000000000001e-06 2024-09-13T15:10:29.325 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.325 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.325 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:29.325 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.691212+0000", 2024-09-13T15:10:29.325 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000351567 2024-09-13T15:10:29.325 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.326 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.326 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:10:29.326 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.691220+0000", 2024-09-13T15:10:29.326 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.1319999999999994e-06 2024-09-13T15:10:29.326 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.326 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.326 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:29.326 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.039853+0000", 2024-09-13T15:10:29.326 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3486330479999999 2024-09-13T15:10:29.326 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.326 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.326 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:10:29.326 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.039977+0000", 2024-09-13T15:10:29.326 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000123509 2024-09-13T15:10:29.327 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.327 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.327 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 2,4", 2024-09-13T15:10:29.327 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.040130+0000", 2024-09-13T15:10:29.327 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00015295099999999999 2024-09-13T15:10:29.327 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.327 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.327 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T15:10:29.327 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.044698+0000", 2024-09-13T15:10:29.327 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0045684810000000001 2024-09-13T15:10:29.327 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.327 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.327 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:10:29.327 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.044740+0000", 2024-09-13T15:10:29.328 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.2339999999999998e-05 2024-09-13T15:10:29.328 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.328 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.328 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:10:29.328 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.049417+0000", 2024-09-13T15:10:29.328 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0046770270000000003 2024-09-13T15:10:29.328 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.328 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.328 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:10:29.328 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.049475+0000", 2024-09-13T15:10:29.328 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.7361000000000002e-05 2024-09-13T15:10:29.328 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.328 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.328 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:10:29.328 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.049590+0000", 2024-09-13T15:10:29.329 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000114968 2024-09-13T15:10:29.329 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:29.329 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:10:29.329 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:29.329 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.329 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.329 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.46238.0:101979 11.c 11:32d355b4:::benchmark_data_smithi071_360808_object101978:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1450)", 2024-09-13T15:10:29.329 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:08:47.707397+0000", 2024-09-13T15:10:29.329 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 101.51689461399999, 2024-09-13T15:10:29.329 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3486130030000001, 2024-09-13T15:10:29.329 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:10:29.329 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:10:29.329 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:10:29.330 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.46238", 2024-09-13T15:10:29.330 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1306112367", 2024-09-13T15:10:29.330 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 101979 2024-09-13T15:10:29.330 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.330 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:10:29.330 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.330 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:10:29.330 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.707397+0000", 2024-09-13T15:10:29.330 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:29.330 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.330 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.330 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:10:29.330 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.707397+0000", 2024-09-13T15:10:29.330 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:29.331 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.331 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.331 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:10:29.331 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.707396+0000", 2024-09-13T15:10:29.331 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T15:10:29.331 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.331 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.331 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:10:29.331 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.707456+0000", 2024-09-13T15:10:29.331 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.0312000000000001e-05 2024-09-13T15:10:29.331 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.331 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.331 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:10:29.331 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.707466+0000", 2024-09-13T15:10:29.332 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0295000000000001e-05 2024-09-13T15:10:29.332 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.332 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.332 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:10:29.332 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.707473+0000", 2024-09-13T15:10:29.332 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.6279999999999999e-06 2024-09-13T15:10:29.332 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.332 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.332 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:29.332 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.709293+0000", 2024-09-13T15:10:29.332 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.001819867 2024-09-13T15:10:29.332 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.332 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.332 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:10:29.333 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.709302+0000", 2024-09-13T15:10:29.333 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.4369999999999996e-06 2024-09-13T15:10:29.333 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.333 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.333 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:29.333 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.044766+0000", 2024-09-13T15:10:29.333 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3354639829999999 2024-09-13T15:10:29.333 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.333 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.333 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:10:29.333 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.044883+0000", 2024-09-13T15:10:29.333 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00011681 2024-09-13T15:10:29.333 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.333 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.334 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 2,4", 2024-09-13T15:10:29.334 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.045009+0000", 2024-09-13T15:10:29.334 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00012652799999999999 2024-09-13T15:10:29.334 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.334 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.334 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:10:29.334 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.055765+0000", 2024-09-13T15:10:29.334 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.010755873000000001 2024-09-13T15:10:29.334 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.334 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.334 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T15:10:29.334 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.055772+0000", 2024-09-13T15:10:29.334 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.7349999999999999e-06 2024-09-13T15:10:29.334 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.335 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.335 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:10:29.335 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.055825+0000", 2024-09-13T15:10:29.335 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.3273000000000003e-05 2024-09-13T15:10:29.335 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.335 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.335 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:10:29.335 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.055882+0000", 2024-09-13T15:10:29.335 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.6493000000000003e-05 2024-09-13T15:10:29.335 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.335 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.335 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:10:29.335 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.056010+0000", 2024-09-13T15:10:29.335 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000128236 2024-09-13T15:10:29.336 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:29.336 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:10:29.336 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:29.336 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.336 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.336 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.46238.0:101985 11.c 11:3b347679:::benchmark_data_smithi071_360808_object101984:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1450)", 2024-09-13T15:10:29.336 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:08:47.712948+0000", 2024-09-13T15:10:29.336 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 101.511343243, 2024-09-13T15:10:29.336 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.352777801, 2024-09-13T15:10:29.336 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:10:29.336 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:10:29.336 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:10:29.336 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.46238", 2024-09-13T15:10:29.336 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1306112367", 2024-09-13T15:10:29.337 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 101985 2024-09-13T15:10:29.337 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.337 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:10:29.337 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.337 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:10:29.337 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.712948+0000", 2024-09-13T15:10:29.337 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:29.337 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.337 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.337 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:10:29.337 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.712948+0000", 2024-09-13T15:10:29.337 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:29.337 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.337 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.338 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:10:29.338 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.712947+0000", 2024-09-13T15:10:29.338 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T15:10:29.338 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.338 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.338 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:10:29.338 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.712969+0000", 2024-09-13T15:10:29.338 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.2195e-05 2024-09-13T15:10:29.338 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.338 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.338 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:10:29.338 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.712981+0000", 2024-09-13T15:10:29.338 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1953000000000001e-05 2024-09-13T15:10:29.338 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.338 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.339 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:10:29.339 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.712987+0000", 2024-09-13T15:10:29.339 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.8669999999999999e-06 2024-09-13T15:10:29.339 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.339 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.339 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:29.339 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.713029+0000", 2024-09-13T15:10:29.339 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.1613000000000003e-05 2024-09-13T15:10:29.339 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.339 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.339 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:10:29.339 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.713037+0000", 2024-09-13T15:10:29.339 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.7320000000000004e-06 2024-09-13T15:10:29.339 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.340 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.340 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:29.340 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.046998+0000", 2024-09-13T15:10:29.340 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3339607419999999 2024-09-13T15:10:29.340 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.340 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.340 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:10:29.340 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.047142+0000", 2024-09-13T15:10:29.340 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00014438999999999999 2024-09-13T15:10:29.340 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.340 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.340 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 2,4", 2024-09-13T15:10:29.340 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.047247+0000", 2024-09-13T15:10:29.340 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000104808 2024-09-13T15:10:29.341 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.341 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.341 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T15:10:29.341 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.055776+0000", 2024-09-13T15:10:29.341 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.008529198 2024-09-13T15:10:29.341 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.341 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.341 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:10:29.341 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.056515+0000", 2024-09-13T15:10:29.341 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00073901399999999997 2024-09-13T15:10:29.341 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.341 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.341 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:10:29.341 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.065544+0000", 2024-09-13T15:10:29.341 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.009028243 2024-09-13T15:10:29.342 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.342 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.342 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:10:29.342 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.065599+0000", 2024-09-13T15:10:29.342 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.4976999999999999e-05 2024-09-13T15:10:29.342 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.342 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.342 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:10:29.342 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.065726+0000", 2024-09-13T15:10:29.342 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00012751 2024-09-13T15:10:29.342 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:29.342 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:10:29.342 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:29.342 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.343 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.343 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.46238.0:101995 11.c 11:3033a92f:::benchmark_data_smithi071_360808_object101994:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1450)", 2024-09-13T15:10:29.343 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:08:47.723145+0000", 2024-09-13T15:10:29.343 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 101.501146283, 2024-09-13T15:10:29.343 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.348703947, 2024-09-13T15:10:29.343 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:10:29.343 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:10:29.343 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:10:29.343 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.46238", 2024-09-13T15:10:29.343 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1306112367", 2024-09-13T15:10:29.343 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 101995 2024-09-13T15:10:29.343 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.343 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:10:29.343 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.344 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:10:29.344 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.723145+0000", 2024-09-13T15:10:29.344 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:29.344 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.344 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.344 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:10:29.344 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.723145+0000", 2024-09-13T15:10:29.344 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:29.344 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.344 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.344 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:10:29.344 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.723144+0000", 2024-09-13T15:10:29.344 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T15:10:29.344 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.345 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.345 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:10:29.345 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.723187+0000", 2024-09-13T15:10:29.345 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.3189999999999998e-05 2024-09-13T15:10:29.345 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.345 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.345 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:10:29.345 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.723199+0000", 2024-09-13T15:10:29.345 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1681e-05 2024-09-13T15:10:29.345 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.345 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.345 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:10:29.345 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.723207+0000", 2024-09-13T15:10:29.345 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.0900000000000005e-06 2024-09-13T15:10:29.346 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.346 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.346 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:29.346 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.727274+0000", 2024-09-13T15:10:29.346 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0040670250000000002 2024-09-13T15:10:29.346 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.346 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.346 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:10:29.346 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.727283+0000", 2024-09-13T15:10:29.346 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.4450000000000002e-06 2024-09-13T15:10:29.346 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.346 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.346 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:29.346 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.049663+0000", 2024-09-13T15:10:29.347 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3223791280000001 2024-09-13T15:10:29.347 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.347 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.347 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:10:29.347 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.049798+0000", 2024-09-13T15:10:29.347 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00013564600000000001 2024-09-13T15:10:29.347 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.347 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.347 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 2,4", 2024-09-13T15:10:29.347 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.049895+0000", 2024-09-13T15:10:29.347 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.6860000000000004e-05 2024-09-13T15:10:29.347 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.347 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.348 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T15:10:29.348 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.056523+0000", 2024-09-13T15:10:29.348 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0066276319999999996 2024-09-13T15:10:29.348 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.348 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.348 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:10:29.348 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.056548+0000", 2024-09-13T15:10:29.348 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.5505000000000001e-05 2024-09-13T15:10:29.348 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.348 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.348 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:10:29.348 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.071718+0000", 2024-09-13T15:10:29.348 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.015170159000000001 2024-09-13T15:10:29.349 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.349 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.349 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:10:29.349 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.071754+0000", 2024-09-13T15:10:29.349 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.5812000000000002e-05 2024-09-13T15:10:29.349 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.349 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.349 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:10:29.349 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.071849+0000", 2024-09-13T15:10:29.349 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.5185000000000004e-05 2024-09-13T15:10:29.349 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:29.349 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:10:29.350 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:29.350 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.350 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.350 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.46238.0:102011 11.c 11:35698e0c:::benchmark_data_smithi071_360808_object102010:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1450)", 2024-09-13T15:10:29.350 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:08:47.744600+0000", 2024-09-13T15:10:29.350 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 101.47969132, 2024-09-13T15:10:29.350 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.327464113, 2024-09-13T15:10:29.350 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:10:29.350 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:10:29.350 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:10:29.350 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.46238", 2024-09-13T15:10:29.351 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1306112367", 2024-09-13T15:10:29.351 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 102011 2024-09-13T15:10:29.351 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.352 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:10:29.352 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.352 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:10:29.352 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.744600+0000", 2024-09-13T15:10:29.352 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:29.352 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.352 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.352 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:10:29.352 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.744600+0000", 2024-09-13T15:10:29.352 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:29.352 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.352 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.352 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:10:29.353 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.744599+0000", 2024-09-13T15:10:29.353 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T15:10:29.353 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.353 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.353 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:10:29.353 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.744663+0000", 2024-09-13T15:10:29.353 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.4344999999999995e-05 2024-09-13T15:10:29.353 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.353 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.353 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:10:29.353 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.744679+0000", 2024-09-13T15:10:29.353 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.5268e-05 2024-09-13T15:10:29.353 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.353 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.353 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:10:29.354 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.744687+0000", 2024-09-13T15:10:29.354 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.6759999999999996e-06 2024-09-13T15:10:29.354 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.354 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.354 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:29.354 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.744744+0000", 2024-09-13T15:10:29.354 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.6657999999999999e-05 2024-09-13T15:10:29.354 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.354 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.354 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:10:29.354 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.744755+0000", 2024-09-13T15:10:29.354 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1250000000000001e-05 2024-09-13T15:10:29.354 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.354 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.355 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:29.355 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.052615+0000", 2024-09-13T15:10:29.355 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.307859651 2024-09-13T15:10:29.355 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.355 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.355 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:10:29.355 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.052771+0000", 2024-09-13T15:10:29.355 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000156584 2024-09-13T15:10:29.355 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.355 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.355 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 2,4", 2024-09-13T15:10:29.355 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.052939+0000", 2024-09-13T15:10:29.355 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00016802899999999999 2024-09-13T15:10:29.355 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.356 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.356 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:10:29.356 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.056581+0000", 2024-09-13T15:10:29.356 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0036411059999999999 2024-09-13T15:10:29.356 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.356 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.356 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T15:10:29.356 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.056587+0000", 2024-09-13T15:10:29.356 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.353e-06 2024-09-13T15:10:29.356 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.356 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.356 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:10:29.356 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.071970+0000", 2024-09-13T15:10:29.357 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.015382977000000001 2024-09-13T15:10:29.357 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.357 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.357 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:10:29.357 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.072004+0000", 2024-09-13T15:10:29.357 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.379e-05 2024-09-13T15:10:29.357 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.357 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.357 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:10:29.357 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.072064+0000", 2024-09-13T15:10:29.357 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.0816999999999997e-05 2024-09-13T15:10:29.357 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:29.357 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:10:29.357 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:29.358 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.358 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.358 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.46238.0:102041 11.c 11:3a44b360:::benchmark_data_smithi071_360808_object102040:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1450)", 2024-09-13T15:10:29.358 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:08:47.780096+0000", 2024-09-13T15:10:29.358 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 101.444195861, 2024-09-13T15:10:29.358 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.292108193, 2024-09-13T15:10:29.358 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:10:29.358 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:10:29.358 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:10:29.358 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.46238", 2024-09-13T15:10:29.358 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1306112367", 2024-09-13T15:10:29.358 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 102041 2024-09-13T15:10:29.358 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.358 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:10:29.359 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.359 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:10:29.359 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.780096+0000", 2024-09-13T15:10:29.359 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:29.359 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.359 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.359 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:10:29.359 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.780096+0000", 2024-09-13T15:10:29.359 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:29.359 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.359 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.359 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:10:29.359 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.780094+0000", 2024-09-13T15:10:29.359 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T15:10:29.360 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.360 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.360 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:10:29.360 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.780147+0000", 2024-09-13T15:10:29.360 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.2209000000000001e-05 2024-09-13T15:10:29.360 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.360 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.360 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:10:29.360 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.780160+0000", 2024-09-13T15:10:29.360 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3681e-05 2024-09-13T15:10:29.360 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.360 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.360 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:10:29.361 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.780168+0000", 2024-09-13T15:10:29.361 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.4189999999999996e-06 2024-09-13T15:10:29.361 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.361 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.361 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:29.361 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.780225+0000", 2024-09-13T15:10:29.361 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.6731000000000003e-05 2024-09-13T15:10:29.361 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.361 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.361 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:10:29.361 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.780232+0000", 2024-09-13T15:10:29.361 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.0770000000000002e-06 2024-09-13T15:10:29.361 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.361 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.362 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:29.362 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.056613+0000", 2024-09-13T15:10:29.362 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2763818169999999 2024-09-13T15:10:29.362 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.362 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.362 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:10:29.362 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.056735+0000", 2024-09-13T15:10:29.362 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00012113 2024-09-13T15:10:29.362 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.362 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.362 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 2,4", 2024-09-13T15:10:29.362 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.056897+0000", 2024-09-13T15:10:29.362 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000162693 2024-09-13T15:10:29.363 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.363 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.363 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T15:10:29.363 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.065741+0000", 2024-09-13T15:10:29.363 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0088442669999999994 2024-09-13T15:10:29.363 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.363 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.363 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:10:29.363 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.065807+0000", 2024-09-13T15:10:29.363 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.5652000000000001e-05 2024-09-13T15:10:29.363 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.363 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.363 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:10:29.363 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.072107+0000", 2024-09-13T15:10:29.364 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0063000749999999996 2024-09-13T15:10:29.364 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.364 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.364 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:10:29.364 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.072138+0000", 2024-09-13T15:10:29.364 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.0710000000000002e-05 2024-09-13T15:10:29.364 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.364 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.364 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:10:29.364 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.072204+0000", 2024-09-13T15:10:29.364 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.6048000000000002e-05 2024-09-13T15:10:29.364 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:29.364 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:10:29.364 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:29.365 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.365 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.365 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_op(client.46238.0:102044 11.c 11:37a50211:::benchmark_data_smithi071_360808_object102043:head [set-alloc-hint object_size 65536 write_size 65536,write 0~65536] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1450)", 2024-09-13T15:10:29.365 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:08:47.782412+0000", 2024-09-13T15:10:29.365 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 101.44187946300001, 2024-09-13T15:10:29.365 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.294013584, 2024-09-13T15:10:29.365 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:10:29.365 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:10:29.365 INFO:teuthology.orchestra.run.smithi104.stdout: "client_info": { 2024-09-13T15:10:29.365 INFO:teuthology.orchestra.run.smithi104.stdout: "client": "client.46238", 2024-09-13T15:10:29.365 INFO:teuthology.orchestra.run.smithi104.stdout: "client_addr": "172.21.15.71:0/1306112367", 2024-09-13T15:10:29.365 INFO:teuthology.orchestra.run.smithi104.stdout: "tid": 102044 2024-09-13T15:10:29.365 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.366 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:10:29.366 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.366 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:10:29.366 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.782412+0000", 2024-09-13T15:10:29.366 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:29.366 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.366 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.366 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:10:29.366 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.782412+0000", 2024-09-13T15:10:29.366 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:29.366 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.366 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.366 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:10:29.367 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.782405+0000", 2024-09-13T15:10:29.367 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999924 2024-09-13T15:10:29.367 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.367 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.367 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:10:29.367 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.782480+0000", 2024-09-13T15:10:29.367 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.5432000000000006e-05 2024-09-13T15:10:29.367 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.367 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.367 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:10:29.367 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.782499+0000", 2024-09-13T15:10:29.367 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.8680000000000001e-05 2024-09-13T15:10:29.367 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.367 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.368 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:10:29.368 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.782507+0000", 2024-09-13T15:10:29.368 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.0150000000000003e-06 2024-09-13T15:10:29.368 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.368 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.368 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:29.368 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.782562+0000", 2024-09-13T15:10:29.368 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.5420000000000001e-05 2024-09-13T15:10:29.368 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.368 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.368 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for peered", 2024-09-13T15:10:29.368 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:47.782574+0000", 2024-09-13T15:10:29.368 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1401e-05 2024-09-13T15:10:29.368 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.369 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.369 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:29.369 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.059771+0000", 2024-09-13T15:10:29.369 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2771975420000001 2024-09-13T15:10:29.369 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.369 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.369 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:10:29.369 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.059937+0000", 2024-09-13T15:10:29.369 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00016608200000000001 2024-09-13T15:10:29.369 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.369 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.369 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "waiting for subops from 2,4", 2024-09-13T15:10:29.369 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.060108+0000", 2024-09-13T15:10:29.369 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00017039600000000001 2024-09-13T15:10:29.370 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.370 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.370 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "op_commit", 2024-09-13T15:10:29.370 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.065747+0000", 2024-09-13T15:10:29.370 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0056391619999999996 2024-09-13T15:10:29.370 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.370 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.370 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:10:29.370 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.065861+0000", 2024-09-13T15:10:29.370 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00011459 2024-09-13T15:10:29.370 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.370 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.370 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:10:29.370 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.076270+0000", 2024-09-13T15:10:29.371 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.010408516 2024-09-13T15:10:29.371 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.371 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.371 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:10:29.371 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.076306+0000", 2024-09-13T15:10:29.371 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.6202999999999999e-05 2024-09-13T15:10:29.371 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:29.371 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:29.371 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:10:29.371 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:08:49.076426+0000", 2024-09-13T15:10:29.371 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000119595 2024-09-13T15:10:29.371 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:29.371 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:10:29.371 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:29.372 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:29.372 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:10:29.372 INFO:teuthology.orchestra.run.smithi104.stdout:} 2024-09-13T15:10:29.373 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:29.373 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:29.374 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:10:29.474 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:10:29.511 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:29.511 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:29.512 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:10:29.612 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:10:29.614 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:29 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 972/102462 objects degraded (0.949%), 1 pg degraded (PG_DEGRADED) 2024-09-13T15:10:29.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:29 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 972/102462 objects degraded (0.949%), 1 pg degraded (PG_DEGRADED) 2024-09-13T15:10:29.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:29 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 972/102462 objects degraded (0.949%), 1 pg degraded (PG_DEGRADED) 2024-09-13T15:10:29.642 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:29.642 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:29.642 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:10:29.743 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:10:29.780 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:29.780 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:29.781 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:10:29.881 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:10:29.922 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:29.923 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:29.924 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:10:30.024 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:10:30.051 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:30.052 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:30.052 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:10:30.153 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:10:30.177 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:30.178 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:30.178 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:10:30.279 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:10:30.289 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.6 dump_ops_in_flight 2024-09-13T15:10:30.305 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:30.306 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:30.306 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:10:30.408 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:10:30.440 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:30.441 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:30.442 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:10:30.542 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:10:30.567 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:30.568 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:30.569 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:10:30.601 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T15:10:30.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:30 smithi071 ceph-mon[107477]: pgmap v2443: 109 pgs: 1 active+recovery_wait+remapped, 1 active+clean+remapped, 1 active+clean+scrubbing, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 97 active+clean; 2.0 GiB data, 12 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 697 op/s; 1087/99447 objects degraded (1.093%); 20791/99447 objects misplaced (20.907%); 9.8 MiB/s, 157 objects/s recovering 2024-09-13T15:10:30.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:30 smithi071 ceph-mon[107477]: 1.0 scrub starts 2024-09-13T15:10:30.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:30 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:10:30.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:30 smithi071 ceph-mon[112785]: pgmap v2443: 109 pgs: 1 active+recovery_wait+remapped, 1 active+clean+remapped, 1 active+clean+scrubbing, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 97 active+clean; 2.0 GiB data, 12 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 697 op/s; 1087/99447 objects degraded (1.093%); 20791/99447 objects misplaced (20.907%); 9.8 MiB/s, 157 objects/s recovering 2024-09-13T15:10:30.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:30 smithi071 ceph-mon[112785]: 1.0 scrub starts 2024-09-13T15:10:30.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:30 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:10:30.670 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:10:30.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:30 smithi104 ceph-mon[105578]: pgmap v2443: 109 pgs: 1 active+recovery_wait+remapped, 1 active+clean+remapped, 1 active+clean+scrubbing, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 97 active+clean; 2.0 GiB data, 12 GiB used, 613 GiB / 626 GiB avail; 0 B/s wr, 697 op/s; 1087/99447 objects degraded (1.093%); 20791/99447 objects misplaced (20.907%); 9.8 MiB/s, 157 objects/s recovering 2024-09-13T15:10:30.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:30 smithi104 ceph-mon[105578]: 1.0 scrub starts 2024-09-13T15:10:30.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:30 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:10:30.708 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:30.708 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:30.708 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:10:30.809 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:10:30.831 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:30.832 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:30.832 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:10:30.933 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:10:30.972 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:30.972 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:30.972 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:10:31.073 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:10:31.110 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:31.111 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:31.111 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:10:31.212 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:10:31.241 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:31.241 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:31.241 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:10:31.343 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:10:31.365 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:31.366 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:31.366 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:10:31.467 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:10:31.512 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:31.512 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:31.512 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:10:31.613 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:10:31.642 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:31.643 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:31.643 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:10:31.744 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:10:31.769 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:31.770 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:31.770 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:10:31.870 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:10:31.895 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:31.895 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:31.896 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:10:31.997 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:10:32.036 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:32.037 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:32.037 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:10:32.138 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:10:32.167 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:32.168 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:32.168 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:10:32.269 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:10:32.306 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:32.307 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:32.307 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:10:32.408 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:10:32.422 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:32 smithi104 ceph-mon[105578]: pgmap v2444: 109 pgs: 1 active+clean+scrubbing, 1 active+recovery_wait+remapped, 1 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 97 active+clean; 1.9 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 625 op/s; 1087/95547 objects degraded (1.138%); 19858/95547 objects misplaced (20.783%); 5.3 MiB/s, 84 objects/s recovering 2024-09-13T15:10:32.437 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:32.437 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:32.438 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:10:32.538 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:10:32.584 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:32.585 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:32.586 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:10:32.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:32 smithi071 ceph-mon[107477]: pgmap v2444: 109 pgs: 1 active+clean+scrubbing, 1 active+recovery_wait+remapped, 1 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 97 active+clean; 1.9 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 625 op/s; 1087/95547 objects degraded (1.138%); 19858/95547 objects misplaced (20.783%); 5.3 MiB/s, 84 objects/s recovering 2024-09-13T15:10:32.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:32 smithi071 ceph-mon[112785]: pgmap v2444: 109 pgs: 1 active+clean+scrubbing, 1 active+recovery_wait+remapped, 1 active+clean+remapped, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 97 active+clean; 1.9 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 625 op/s; 1087/95547 objects degraded (1.138%); 19858/95547 objects misplaced (20.783%); 5.3 MiB/s, 84 objects/s recovering 2024-09-13T15:10:32.687 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:10:32.720 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:32.721 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:32.721 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:10:32.822 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:10:32.846 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:32.847 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:32.847 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:10:32.948 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:10:32.983 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:32.983 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:32.984 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:10:33.037 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2024-09-13T15:10:33.037 INFO:teuthology.orchestra.run.smithi104.stdout: "ops": [ 2024-09-13T15:10:33.037 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.037 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.46238.0:180832 11.d e1469/1456 11:b3a370f5:::benchmark_data_smithi071_360808_object76121:head v 1469'11228, mlcod=1447'4726)", 2024-09-13T15:10:33.037 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:10:32.768818+0000", 2024-09-13T15:10:33.037 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.028346566, 2024-09-13T15:10:33.037 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.028381308000000001, 2024-09-13T15:10:33.037 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:10:33.037 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "started", 2024-09-13T15:10:33.038 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:10:33.038 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.038 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:10:33.038 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:32.768818+0000", 2024-09-13T15:10:33.038 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:33.038 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:33.038 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.038 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:10:33.038 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:32.768818+0000", 2024-09-13T15:10:33.038 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:33.038 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:33.039 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.039 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:10:33.039 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:32.768817+0000", 2024-09-13T15:10:33.039 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T15:10:33.039 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:33.039 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.039 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:10:33.039 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:32.768824+0000", 2024-09-13T15:10:33.039 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.8120000000000002e-06 2024-09-13T15:10:33.039 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:33.039 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.040 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:10:33.040 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:32.768834+0000", 2024-09-13T15:10:33.040 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0566e-05 2024-09-13T15:10:33.040 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:33.040 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.040 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:10:33.040 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:32.768840+0000", 2024-09-13T15:10:33.040 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.0340000000000002e-06 2024-09-13T15:10:33.040 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:33.040 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.040 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:33.040 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:32.773486+0000", 2024-09-13T15:10:33.040 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0046461150000000001 2024-09-13T15:10:33.041 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:33.041 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.041 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:10:33.041 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:32.773507+0000", 2024-09-13T15:10:33.041 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.0526e-05 2024-09-13T15:10:33.041 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:33.041 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:10:33.041 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:33.041 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:33.041 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.041 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.46238.0:180841 11.5 e1469/1463 11:abc91dfc:::benchmark_data_smithi071_360808_object76130:head v 1469'11284, mlcod=1469'11282)", 2024-09-13T15:10:33.041 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:10:32.769477+0000", 2024-09-13T15:10:33.041 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.027686657, 2024-09-13T15:10:33.042 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.027783018, 2024-09-13T15:10:33.042 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:10:33.042 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "started", 2024-09-13T15:10:33.042 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:10:33.042 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.042 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:10:33.042 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:32.769477+0000", 2024-09-13T15:10:33.042 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:33.042 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:33.042 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.042 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:10:33.043 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:32.769477+0000", 2024-09-13T15:10:33.043 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:33.043 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:33.043 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.043 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:10:33.043 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:32.769477+0000", 2024-09-13T15:10:33.043 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T15:10:33.043 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:33.043 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.043 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:10:33.043 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:32.769483+0000", 2024-09-13T15:10:33.043 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.9669999999999998e-06 2024-09-13T15:10:33.043 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:33.044 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.044 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:10:33.044 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:32.769495+0000", 2024-09-13T15:10:33.044 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1897e-05 2024-09-13T15:10:33.044 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:33.044 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.044 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:10:33.044 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:32.769501+0000", 2024-09-13T15:10:33.044 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.9580000000000004e-06 2024-09-13T15:10:33.044 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:33.044 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.044 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:33.044 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:32.779797+0000", 2024-09-13T15:10:33.045 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.010296435 2024-09-13T15:10:33.045 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:33.045 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.045 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:10:33.045 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:32.779822+0000", 2024-09-13T15:10:33.045 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.474e-05 2024-09-13T15:10:33.045 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:33.045 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:10:33.045 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:33.045 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:33.045 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.045 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.46238.0:180833 11.d e1469/1456 11:bac0f138:::benchmark_data_smithi071_360808_object76122:head v 1469'11229, mlcod=1447'4726)", 2024-09-13T15:10:33.045 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:10:32.776011+0000", 2024-09-13T15:10:33.045 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.021152794999999999, 2024-09-13T15:10:33.046 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.021303732999999998, 2024-09-13T15:10:33.046 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:10:33.046 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "started", 2024-09-13T15:10:33.046 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:10:33.046 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.046 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:10:33.046 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:32.776011+0000", 2024-09-13T15:10:33.046 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:33.046 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:33.046 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.046 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:10:33.046 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:32.776011+0000", 2024-09-13T15:10:33.046 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:33.046 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:33.047 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.047 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:10:33.047 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:32.776010+0000", 2024-09-13T15:10:33.047 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T15:10:33.047 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:33.047 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.047 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:10:33.047 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:32.776019+0000", 2024-09-13T15:10:33.047 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.5320000000000006e-06 2024-09-13T15:10:33.047 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:33.047 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.047 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:10:33.047 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:32.776032+0000", 2024-09-13T15:10:33.047 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3311e-05 2024-09-13T15:10:33.047 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:33.048 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.048 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:10:33.048 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:32.776041+0000", 2024-09-13T15:10:33.048 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.5599999999999994e-06 2024-09-13T15:10:33.048 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:33.048 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.048 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:33.048 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:32.780769+0000", 2024-09-13T15:10:33.048 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0047281299999999997 2024-09-13T15:10:33.048 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:33.048 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.048 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:10:33.048 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:32.780791+0000", 2024-09-13T15:10:33.049 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.1608999999999999e-05 2024-09-13T15:10:33.049 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:33.049 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:10:33.049 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:33.049 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:33.049 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.049 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.46238.0:180798 11.d e1469/1456 11:bbe83f00:::benchmark_data_smithi071_360808_object76087:head v 1469'11230, mlcod=1447'4726)", 2024-09-13T15:10:33.049 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:10:32.786999+0000", 2024-09-13T15:10:33.049 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.010165634, 2024-09-13T15:10:33.049 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.010370058999999999, 2024-09-13T15:10:33.049 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:10:33.049 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "started", 2024-09-13T15:10:33.049 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:10:33.050 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.050 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:10:33.050 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:32.786999+0000", 2024-09-13T15:10:33.050 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:33.050 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:33.050 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.050 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:10:33.050 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:32.786999+0000", 2024-09-13T15:10:33.050 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:33.050 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:33.050 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.050 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:10:33.050 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:32.786998+0000", 2024-09-13T15:10:33.050 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T15:10:33.050 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:33.051 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.051 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:10:33.051 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:32.787006+0000", 2024-09-13T15:10:33.051 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.9899999999999997e-06 2024-09-13T15:10:33.052 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:33.052 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.052 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:10:33.052 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:32.787015+0000", 2024-09-13T15:10:33.052 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.5929999999999995e-06 2024-09-13T15:10:33.052 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:33.052 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.052 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:10:33.052 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:32.787023+0000", 2024-09-13T15:10:33.052 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.2189999999999998e-06 2024-09-13T15:10:33.052 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:33.052 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.053 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:33.053 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:32.791144+0000", 2024-09-13T15:10:33.053 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0041209549999999999 2024-09-13T15:10:33.053 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:33.053 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.053 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:10:33.053 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:32.791169+0000", 2024-09-13T15:10:33.053 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.5194e-05 2024-09-13T15:10:33.053 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:33.054 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:10:33.054 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:33.054 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:33.054 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.054 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.46238.0:180851 11.5 e1469/1463 11:a16263c2:::benchmark_data_smithi071_360808_object76140:head v 1469'11285, mlcod=1469'11282)", 2024-09-13T15:10:33.054 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:10:32.788961+0000", 2024-09-13T15:10:33.054 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.0082030530000000001, 2024-09-13T15:10:33.054 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0084613299999999995, 2024-09-13T15:10:33.054 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:10:33.054 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "started", 2024-09-13T15:10:33.054 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:10:33.054 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.054 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:10:33.054 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:32.788961+0000", 2024-09-13T15:10:33.055 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:33.055 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:33.055 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.055 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:10:33.055 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:32.788961+0000", 2024-09-13T15:10:33.055 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:33.055 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:33.055 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.055 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:10:33.055 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:32.788960+0000", 2024-09-13T15:10:33.056 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T15:10:33.056 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:33.056 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.056 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:10:33.056 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:32.788966+0000", 2024-09-13T15:10:33.056 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.9190000000000004e-06 2024-09-13T15:10:33.056 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:33.056 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.056 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:10:33.057 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:32.788997+0000", 2024-09-13T15:10:33.057 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.0593000000000003e-05 2024-09-13T15:10:33.057 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:33.057 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.057 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:10:33.057 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:32.789007+0000", 2024-09-13T15:10:33.057 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.8989999999999996e-06 2024-09-13T15:10:33.057 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:33.057 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.057 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:33.057 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:32.790939+0000", 2024-09-13T15:10:33.057 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0019321329999999999 2024-09-13T15:10:33.057 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:33.057 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.058 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:10:33.058 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:32.790957+0000", 2024-09-13T15:10:33.058 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.8366999999999999e-05 2024-09-13T15:10:33.058 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:33.058 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:10:33.058 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:33.058 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:33.058 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.058 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.46238.0:180854 11.4 e1469/1462 11:20920e35:::benchmark_data_smithi071_360808_object76143:head v 1469'11413, mlcod=1469'11410)", 2024-09-13T15:10:33.059 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:10:32.793480+0000", 2024-09-13T15:10:33.059 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.003684185, 2024-09-13T15:10:33.059 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0039953100000000002, 2024-09-13T15:10:33.059 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:10:33.059 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "started", 2024-09-13T15:10:33.059 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:10:33.059 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.059 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:10:33.059 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:32.793480+0000", 2024-09-13T15:10:33.059 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:33.059 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:33.059 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.059 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:10:33.059 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:32.793480+0000", 2024-09-13T15:10:33.060 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:33.060 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:33.060 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.060 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:10:33.060 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:32.793479+0000", 2024-09-13T15:10:33.060 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T15:10:33.060 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:33.060 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.060 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:10:33.060 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:32.793488+0000", 2024-09-13T15:10:33.060 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.2660000000000007e-06 2024-09-13T15:10:33.060 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:33.060 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.061 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:10:33.061 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:32.793502+0000", 2024-09-13T15:10:33.061 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.4575e-05 2024-09-13T15:10:33.061 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:33.061 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.061 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:10:33.061 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:32.793509+0000", 2024-09-13T15:10:33.061 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.6780000000000003e-06 2024-09-13T15:10:33.061 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:33.061 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.061 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:33.062 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:32.793602+0000", 2024-09-13T15:10:33.062 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.3057e-05 2024-09-13T15:10:33.062 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:33.062 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.062 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:10:33.062 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:32.793624+0000", 2024-09-13T15:10:33.062 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.2018000000000002e-05 2024-09-13T15:10:33.062 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:33.062 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:10:33.062 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:33.062 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:33.062 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.062 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.46238.0:180858 11.3 e1469/1463 11:cefc9a78:::benchmark_data_smithi071_360808_object76147:head v 1469'11064, mlcod=1469'11061)", 2024-09-13T15:10:33.062 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:10:32.794851+0000", 2024-09-13T15:10:33.062 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.0023134380000000001, 2024-09-13T15:10:33.063 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0026731559999999999, 2024-09-13T15:10:33.063 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:10:33.063 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "started", 2024-09-13T15:10:33.063 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:10:33.063 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.063 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:10:33.063 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:32.794851+0000", 2024-09-13T15:10:33.063 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:33.063 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:33.063 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.063 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:10:33.063 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:32.794851+0000", 2024-09-13T15:10:33.063 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:33.063 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:33.064 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.064 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:10:33.064 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:32.794850+0000", 2024-09-13T15:10:33.064 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T15:10:33.064 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:33.064 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.064 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:10:33.064 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:32.794857+0000", 2024-09-13T15:10:33.064 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.233e-06 2024-09-13T15:10:33.064 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:33.064 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.064 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:10:33.064 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:32.794871+0000", 2024-09-13T15:10:33.065 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.4158999999999999e-05 2024-09-13T15:10:33.065 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:33.065 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.065 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:10:33.065 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:32.794878+0000", 2024-09-13T15:10:33.065 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.5189999999999998e-06 2024-09-13T15:10:33.065 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:33.065 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.065 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:33.065 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:32.794946+0000", 2024-09-13T15:10:33.065 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.8518999999999999e-05 2024-09-13T15:10:33.065 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:33.065 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:33.066 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:10:33.066 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:32.794974+0000", 2024-09-13T15:10:33.066 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.7251e-05 2024-09-13T15:10:33.066 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:33.066 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:10:33.066 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:33.066 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:33.066 INFO:teuthology.orchestra.run.smithi104.stdout: ], 2024-09-13T15:10:33.066 INFO:teuthology.orchestra.run.smithi104.stdout: "num_ops": 7 2024-09-13T15:10:33.066 INFO:teuthology.orchestra.run.smithi104.stdout:} 2024-09-13T15:10:33.085 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:10:33.106 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:33.107 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:33.107 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:10:33.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:10:32 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:10:32] "GET /metrics HTTP/1.1" 200 36688 "" "Prometheus/2.51.0" 2024-09-13T15:10:33.208 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:10:33.243 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:33.243 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:33.244 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:10:33.344 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:10:33.372 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:33.373 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:33.373 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:10:33.474 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:10:33.506 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:33.507 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:33.507 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:10:33.608 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:10:33.638 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:33.638 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:33.638 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:10:33.739 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:10:33.767 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:33.768 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:33.769 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:10:33.810 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.6 dump_blocked_ops 2024-09-13T15:10:33.870 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:10:33.901 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:33.902 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:33.902 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:10:34.003 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:10:34.047 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:34.048 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:34.048 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:10:34.128 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T15:10:34.149 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:10:34.211 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:34.212 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:34.212 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:10:34.313 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:10:34.345 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:34.345 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:34.345 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:10:34.446 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:10:34.504 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:34.504 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:34.505 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:10:34.530 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:34 smithi104 ceph-mon[105578]: pgmap v2445: 109 pgs: 1 active+recovery_wait+remapped, 1 active+clean+scrubbing, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 98 active+clean; 1.8 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 653 op/s; 1119/90780 objects degraded (1.233%); 19079/90780 objects misplaced (21.017%); 6.5 MiB/s, 103 objects/s recovering 2024-09-13T15:10:34.530 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:34 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 1119/90780 objects degraded (1.233%), 1 pg degraded (PG_DEGRADED) 2024-09-13T15:10:34.530 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:34 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:10:34.530 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:34 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:10:34.606 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:10:34.637 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:34.638 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:34.638 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:10:34.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:34 smithi071 ceph-mon[107477]: pgmap v2445: 109 pgs: 1 active+recovery_wait+remapped, 1 active+clean+scrubbing, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 98 active+clean; 1.8 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 653 op/s; 1119/90780 objects degraded (1.233%); 19079/90780 objects misplaced (21.017%); 6.5 MiB/s, 103 objects/s recovering 2024-09-13T15:10:34.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:34 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 1119/90780 objects degraded (1.233%), 1 pg degraded (PG_DEGRADED) 2024-09-13T15:10:34.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:34 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:10:34.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:34 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:10:34.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:34 smithi071 ceph-mon[112785]: pgmap v2445: 109 pgs: 1 active+recovery_wait+remapped, 1 active+clean+scrubbing, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 98 active+clean; 1.8 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 653 op/s; 1119/90780 objects degraded (1.233%); 19079/90780 objects misplaced (21.017%); 6.5 MiB/s, 103 objects/s recovering 2024-09-13T15:10:34.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:34 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 1119/90780 objects degraded (1.233%), 1 pg degraded (PG_DEGRADED) 2024-09-13T15:10:34.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:34 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:10:34.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:34 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:10:34.739 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:10:34.766 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:34.767 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:34.767 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:10:34.868 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:10:34.906 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:34.907 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:34.907 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:10:35.008 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:10:35.039 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:35.040 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:35.041 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:10:35.141 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:10:35.186 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:35.187 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:35.187 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:10:35.288 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:10:35.335 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:35.335 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:35.336 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:10:35.436 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:10:35.453 INFO:teuthology.orchestra.run.smithi071.stderr:noscrub is unset 2024-09-13T15:10:35.485 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:35.486 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:35.486 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:10:35.587 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:10:35.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:35 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1719726532' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T15:10:35.642 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:35.643 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:35.643 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:10:35.644 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:35 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1719726532' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T15:10:35.650 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:35 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1719726532' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T15:10:35.744 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:10:35.768 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:10:35.773 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:35.774 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:35.774 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:10:35.875 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:10:35.905 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:35.905 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:35.905 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:10:36.006 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:10:36.036 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:36.037 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:36.037 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:10:36.078 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2024-09-13T15:10:36.078 INFO:teuthology.orchestra.run.smithi104.stdout: "ops": [], 2024-09-13T15:10:36.078 INFO:teuthology.orchestra.run.smithi104.stdout: "complaint_time": 30, 2024-09-13T15:10:36.078 INFO:teuthology.orchestra.run.smithi104.stdout: "num_blocked_ops": 0 2024-09-13T15:10:36.078 INFO:teuthology.orchestra.run.smithi104.stdout:} 2024-09-13T15:10:36.138 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:10:36.177 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:36.177 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:36.178 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:10:36.279 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:10:36.303 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:36.304 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:36.304 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:10:36.405 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:10:36.432 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:36.433 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:36.433 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:10:36.534 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:10:36.564 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:36.565 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:36.565 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:10:36.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:36 smithi071 ceph-mon[107477]: pgmap v2446: 109 pgs: 1 active+recovery_wait+remapped, 1 active+clean+scrubbing, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 98 active+clean; 1.8 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 609 op/s; 1119/86409 objects degraded (1.295%); 17870/86409 objects misplaced (20.681%); 2.2 MiB/s, 34 objects/s recovering 2024-09-13T15:10:36.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:36 smithi071 ceph-mon[107477]: 1.0 scrub starts 2024-09-13T15:10:36.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:36 smithi071 ceph-mon[107477]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:10:36.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:36 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1719726532' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T15:10:36.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:36 smithi071 ceph-mon[107477]: osdmap e1470: 8 total, 8 up, 7 in 2024-09-13T15:10:36.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:36 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T15:10:36.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:36 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T15:10:36.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:36 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:10:36.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:36 smithi071 ceph-mon[112785]: pgmap v2446: 109 pgs: 1 active+recovery_wait+remapped, 1 active+clean+scrubbing, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 98 active+clean; 1.8 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 609 op/s; 1119/86409 objects degraded (1.295%); 17870/86409 objects misplaced (20.681%); 2.2 MiB/s, 34 objects/s recovering 2024-09-13T15:10:36.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:36 smithi071 ceph-mon[112785]: 1.0 scrub starts 2024-09-13T15:10:36.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:36 smithi071 ceph-mon[112785]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:10:36.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:36 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1719726532' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T15:10:36.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:36 smithi071 ceph-mon[112785]: osdmap e1470: 8 total, 8 up, 7 in 2024-09-13T15:10:36.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:36 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T15:10:36.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:36 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T15:10:36.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:36 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:10:36.666 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:10:36.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:36 smithi104 ceph-mon[105578]: pgmap v2446: 109 pgs: 1 active+recovery_wait+remapped, 1 active+clean+scrubbing, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 98 active+clean; 1.8 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 609 op/s; 1119/86409 objects degraded (1.295%); 17870/86409 objects misplaced (20.681%); 2.2 MiB/s, 34 objects/s recovering 2024-09-13T15:10:36.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:36 smithi104 ceph-mon[105578]: 1.0 scrub starts 2024-09-13T15:10:36.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:36 smithi104 ceph-mon[105578]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:10:36.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:36 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1719726532' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T15:10:36.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:36 smithi104 ceph-mon[105578]: osdmap e1470: 8 total, 8 up, 7 in 2024-09-13T15:10:36.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:36 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T15:10:36.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:36 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T15:10:36.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:36 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:10:36.709 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:36.710 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:36.710 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:10:36.811 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:10:36.839 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.6 dump_historic_ops 2024-09-13T15:10:36.850 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:36.851 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:36.851 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:10:36.952 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:10:36.994 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:36.995 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:36.996 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:10:37.096 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:10:37.100 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T15:10:37.121 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:37.122 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:37.122 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:10:37.223 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:10:37.247 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:37.248 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:37.249 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:10:37.350 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:10:37.392 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:37.393 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:37.393 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:10:37.495 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:10:37.548 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:37.549 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:37.549 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:10:37.650 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:10:37.707 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:37.707 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:37.708 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:10:37.808 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:10:37.837 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:37.838 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:37.838 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:10:37.939 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:10:37.980 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:37.981 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:37.981 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:10:38.082 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:10:38.113 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:38.114 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:38.114 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:10:38.215 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:10:38.241 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:38.241 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:38.242 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:10:38.343 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:10:38.377 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:38.378 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:38.378 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:10:38.389 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd unset nodeep-scrub 2024-09-13T15:10:38.415 INFO:teuthology.orchestra.run.smithi071.stdout:moved 36 / 327 (11.0092%) 2024-09-13T15:10:38.416 INFO:teuthology.orchestra.run.smithi071.stdout:avg 46.7143 2024-09-13T15:10:38.416 INFO:teuthology.orchestra.run.smithi071.stdout:stddev 4.23301 -> 5.57326 (expected baseline 6.32778) 2024-09-13T15:10:38.416 INFO:teuthology.orchestra.run.smithi071.stdout:min osd.2 with 40 -> 46 pgs (0.856269 -> 0.984709 * mean) 2024-09-13T15:10:38.416 INFO:teuthology.orchestra.run.smithi071.stdout:max osd.1 with 52 -> 35 pgs (1.11315 -> 0.749235 * mean) 2024-09-13T15:10:38.416 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T15:10:38.416 INFO:teuthology.orchestra.run.smithi071.stdout:oload 110 2024-09-13T15:10:38.416 INFO:teuthology.orchestra.run.smithi071.stdout:max_change 1 2024-09-13T15:10:38.416 INFO:teuthology.orchestra.run.smithi071.stdout:max_change_osds 4 2024-09-13T15:10:38.416 INFO:teuthology.orchestra.run.smithi071.stdout:average_utilization 0.0185 2024-09-13T15:10:38.416 INFO:teuthology.orchestra.run.smithi071.stdout:overload_utilization 0.0204 2024-09-13T15:10:38.416 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1 weight 1.0000 -> 0.5923 2024-09-13T15:10:38.417 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3 weight 1.0000 -> 0.8477 2024-09-13T15:10:38.417 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5 weight 1.0000 -> 0.8528 2024-09-13T15:10:38.417 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0 weight 1.0000 -> 0.8739 2024-09-13T15:10:38.479 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:10:38.505 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:38.506 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:38.506 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:10:38.607 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:10:38.629 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:38.630 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:38.630 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:10:38.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:38 smithi071 ceph-mon[107477]: pgmap v2448: 109 pgs: 1 active+clean+scrubbing, 1 active+recovery_wait+remapped, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 98 active+clean; 1.7 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 623 op/s; 1119/82281 objects degraded (1.360%); 17408/82281 objects misplaced (21.157%); 1022 KiB/s, 15 objects/s recovering 2024-09-13T15:10:38.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:38 smithi071 ceph-mon[107477]: from='client.36462 -' entity='client.admin' cmd=[{"prefix": "osd reweight-by-utilization", "oload": 110, "max_change": 1.0, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T15:10:38.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:38 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd reweightn", "weights": "{'0':'57270','1':'38818','3':'55558','5':'55890'}"} : dispatch 2024-09-13T15:10:38.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:38 smithi071 ceph-mon[112785]: pgmap v2448: 109 pgs: 1 active+clean+scrubbing, 1 active+recovery_wait+remapped, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 98 active+clean; 1.7 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 623 op/s; 1119/82281 objects degraded (1.360%); 17408/82281 objects misplaced (21.157%); 1022 KiB/s, 15 objects/s recovering 2024-09-13T15:10:38.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:38 smithi071 ceph-mon[112785]: from='client.36462 -' entity='client.admin' cmd=[{"prefix": "osd reweight-by-utilization", "oload": 110, "max_change": 1.0, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T15:10:38.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:38 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd reweightn", "weights": "{'0':'57270','1':'38818','3':'55558','5':'55890'}"} : dispatch 2024-09-13T15:10:38.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:38 smithi104 ceph-mon[105578]: pgmap v2448: 109 pgs: 1 active+clean+scrubbing, 1 active+recovery_wait+remapped, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 98 active+clean; 1.7 GiB data, 12 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 623 op/s; 1119/82281 objects degraded (1.360%); 17408/82281 objects misplaced (21.157%); 1022 KiB/s, 15 objects/s recovering 2024-09-13T15:10:38.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:38 smithi104 ceph-mon[105578]: from='client.36462 -' entity='client.admin' cmd=[{"prefix": "osd reweight-by-utilization", "oload": 110, "max_change": 1.0, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T15:10:38.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:38 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd reweightn", "weights": "{'0':'57270','1':'38818','3':'55558','5':'55890'}"} : dispatch 2024-09-13T15:10:38.731 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:10:38.759 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:38.759 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:38.760 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:10:38.861 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:10:38.882 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:38.883 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:38.883 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:10:38.984 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:10:39.006 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:39.007 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:39.007 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:10:39.108 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:10:39.129 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:39.130 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:39.130 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:10:39.231 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:10:39.253 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:39.254 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:39.255 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:10:39.341 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2024-09-13T15:10:39.341 INFO:teuthology.orchestra.run.smithi104.stdout: "size": 20, 2024-09-13T15:10:39.341 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 600, 2024-09-13T15:10:39.341 INFO:teuthology.orchestra.run.smithi104.stdout: "ops": [ 2024-09-13T15:10:39.341 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.341 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.46238.0:148693 11.d e1460/1456 11:b60b4bc2:::benchmark_data_smithi071_360808_object43982:head v 1460'9179, mlcod=1443'2675)", 2024-09-13T15:10:39.341 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:09:45.858093+0000", 2024-09-13T15:10:39.342 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 53.480672249000001, 2024-09-13T15:10:39.342 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.058702434999999997, 2024-09-13T15:10:39.342 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:10:39.342 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:10:39.342 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:10:39.342 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.342 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:10:39.342 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:45.858093+0000", 2024-09-13T15:10:39.342 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:39.342 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.343 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.343 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:10:39.343 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:45.858093+0000", 2024-09-13T15:10:39.343 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:39.343 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.343 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.343 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:10:39.343 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:45.858092+0000", 2024-09-13T15:10:39.343 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T15:10:39.343 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.343 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.344 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:10:39.344 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:45.858099+0000", 2024-09-13T15:10:39.344 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.9199999999999998e-06 2024-09-13T15:10:39.344 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.344 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.344 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:10:39.345 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:45.858110+0000", 2024-09-13T15:10:39.345 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0601999999999999e-05 2024-09-13T15:10:39.345 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.345 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.345 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:10:39.345 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:45.858116+0000", 2024-09-13T15:10:39.345 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.1e-06 2024-09-13T15:10:39.345 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.345 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.345 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:39.345 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:45.875082+0000", 2024-09-13T15:10:39.346 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.016965731000000001 2024-09-13T15:10:39.346 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.346 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.346 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:10:39.346 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:45.875121+0000", 2024-09-13T15:10:39.346 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.9548999999999997e-05 2024-09-13T15:10:39.346 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.346 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.346 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:10:39.346 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:45.916759+0000", 2024-09-13T15:10:39.346 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.041638221000000003 2024-09-13T15:10:39.346 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.346 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.347 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:10:39.347 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:45.916795+0000", 2024-09-13T15:10:39.347 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.6001000000000003e-05 2024-09-13T15:10:39.347 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:39.347 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:10:39.347 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:39.347 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.347 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.347 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.46238.0:148701 11.d e1460/1456 11:b7a30ad2:::benchmark_data_smithi071_360808_object43990:head v 1460'9180, mlcod=1443'2675)", 2024-09-13T15:10:39.347 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:09:45.865181+0000", 2024-09-13T15:10:39.347 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 53.473583845999997, 2024-09-13T15:10:39.348 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.051637422000000002, 2024-09-13T15:10:39.348 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:10:39.348 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:10:39.348 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:10:39.348 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.348 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:10:39.348 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:45.865181+0000", 2024-09-13T15:10:39.348 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:39.348 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.348 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.348 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:10:39.349 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:45.865181+0000", 2024-09-13T15:10:39.349 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:39.349 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.349 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.349 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:10:39.349 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:45.865181+0000", 2024-09-13T15:10:39.349 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T15:10:39.349 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.349 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.349 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:10:39.349 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:45.865188+0000", 2024-09-13T15:10:39.350 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.4930000000000001e-06 2024-09-13T15:10:39.350 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.350 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.350 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:10:39.350 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:45.865204+0000", 2024-09-13T15:10:39.350 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.554e-05 2024-09-13T15:10:39.350 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.350 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.350 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:10:39.350 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:45.865211+0000", 2024-09-13T15:10:39.350 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.9299999999999997e-06 2024-09-13T15:10:39.350 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.351 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.351 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:39.351 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:45.883734+0000", 2024-09-13T15:10:39.351 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.018523881999999998 2024-09-13T15:10:39.351 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.351 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.351 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:10:39.351 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:45.883760+0000", 2024-09-13T15:10:39.351 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.5582e-05 2024-09-13T15:10:39.351 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.351 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.352 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:10:39.352 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:45.916799+0000", 2024-09-13T15:10:39.352 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.033038650000000003 2024-09-13T15:10:39.352 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.352 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.352 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:10:39.352 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:45.916819+0000", 2024-09-13T15:10:39.352 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.0134999999999999e-05 2024-09-13T15:10:39.352 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:39.352 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:10:39.352 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:39.353 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.353 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.353 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.46238.0:148706 11.5 e1460/1456 11:a216b409:::benchmark_data_smithi071_360808_object43995:head v 1460'9290, mlcod=1460'9284)", 2024-09-13T15:10:39.353 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:09:45.871660+0000", 2024-09-13T15:10:39.353 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 53.467105062999998, 2024-09-13T15:10:39.353 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.052259832999999999, 2024-09-13T15:10:39.353 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:10:39.353 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:10:39.353 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:10:39.353 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.353 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:10:39.353 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:45.871660+0000", 2024-09-13T15:10:39.354 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:39.354 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.354 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.354 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:10:39.354 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:45.871660+0000", 2024-09-13T15:10:39.354 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:39.354 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.354 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.354 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:10:39.354 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:45.871659+0000", 2024-09-13T15:10:39.354 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T15:10:39.355 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.355 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.355 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:10:39.355 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:45.871666+0000", 2024-09-13T15:10:39.355 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.8190000000000003e-06 2024-09-13T15:10:39.355 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.355 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.355 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:10:39.355 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:45.871680+0000", 2024-09-13T15:10:39.355 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.4083999999999999e-05 2024-09-13T15:10:39.355 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.356 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.356 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:10:39.356 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:45.871687+0000", 2024-09-13T15:10:39.356 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.4670000000000001e-06 2024-09-13T15:10:39.356 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.356 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.356 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:39.356 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:45.900655+0000", 2024-09-13T15:10:39.356 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.028968814999999998 2024-09-13T15:10:39.356 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.356 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.357 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:10:39.357 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:45.900704+0000", 2024-09-13T15:10:39.357 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.8538999999999997e-05 2024-09-13T15:10:39.357 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.357 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.357 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:10:39.357 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:45.923878+0000", 2024-09-13T15:10:39.357 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.023173954 2024-09-13T15:10:39.357 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.357 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.357 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:10:39.357 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:45.923920+0000", 2024-09-13T15:10:39.358 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.1992e-05 2024-09-13T15:10:39.358 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:39.358 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:10:39.358 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:39.358 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.358 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.358 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.46238.0:153583 11.d e1461/1456 11:b55e1785:::benchmark_data_smithi071_360808_object48872:head v 1461'9478, mlcod=1446'2977)", 2024-09-13T15:10:39.358 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:09:52.273241+0000", 2024-09-13T15:10:39.358 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 47.065524001999997, 2024-09-13T15:10:39.358 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.054296375000000001, 2024-09-13T15:10:39.358 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:10:39.359 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:10:39.360 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:10:39.360 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:10:39.360 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.360 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:10:39.361 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:52.273241+0000", 2024-09-13T15:10:39.361 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:39.361 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.361 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.361 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:10:39.361 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:52.273241+0000", 2024-09-13T15:10:39.361 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:39.361 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.361 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.361 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:10:39.361 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:52.273241+0000", 2024-09-13T15:10:39.362 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T15:10:39.362 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.362 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.362 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:10:39.362 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:52.273247+0000", 2024-09-13T15:10:39.362 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.0939999999999996e-06 2024-09-13T15:10:39.362 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.362 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.362 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:10:39.362 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:52.273261+0000", 2024-09-13T15:10:39.362 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.4090000000000001e-05 2024-09-13T15:10:39.362 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.363 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.363 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:10:39.363 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:52.273267+0000", 2024-09-13T15:10:39.363 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.764e-06 2024-09-13T15:10:39.363 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.363 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.363 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:39.363 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:52.276567+0000", 2024-09-13T15:10:39.363 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.003299349 2024-09-13T15:10:39.363 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.363 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.364 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:10:39.364 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:52.276592+0000", 2024-09-13T15:10:39.364 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.5554999999999998e-05 2024-09-13T15:10:39.364 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.364 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.364 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:10:39.364 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:52.327503+0000", 2024-09-13T15:10:39.364 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.050910798 2024-09-13T15:10:39.364 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.364 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.364 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:10:39.365 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:52.327538+0000", 2024-09-13T15:10:39.365 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.4400000000000003e-05 2024-09-13T15:10:39.365 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:39.365 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:10:39.365 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:39.365 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.365 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.365 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.46238.0:157821 11.d e1461/1456 11:b2139637:::benchmark_data_smithi071_360808_object53110:head v 1461'9740, mlcod=1446'3234)", 2024-09-13T15:10:39.365 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:09:58.381016+0000", 2024-09-13T15:10:39.365 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 40.957749258, 2024-09-13T15:10:39.365 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.054051885000000001, 2024-09-13T15:10:39.366 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:10:39.366 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:10:39.366 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:10:39.366 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.366 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:10:39.366 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:58.381016+0000", 2024-09-13T15:10:39.366 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:39.366 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.366 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.366 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:10:39.366 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:58.381016+0000", 2024-09-13T15:10:39.366 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:39.367 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.367 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.367 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:10:39.367 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:58.381015+0000", 2024-09-13T15:10:39.367 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T15:10:39.367 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.367 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.367 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:10:39.367 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:58.381022+0000", 2024-09-13T15:10:39.367 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.0249999999999997e-06 2024-09-13T15:10:39.367 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.367 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.368 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:10:39.368 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:58.381034+0000", 2024-09-13T15:10:39.368 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1493e-05 2024-09-13T15:10:39.368 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.368 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.368 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:10:39.368 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:58.381041+0000", 2024-09-13T15:10:39.368 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.8909999999999998e-06 2024-09-13T15:10:39.368 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.368 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.369 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:39.369 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:58.392878+0000", 2024-09-13T15:10:39.369 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.011837479999999999 2024-09-13T15:10:39.369 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.369 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.369 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:10:39.369 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:58.392906+0000", 2024-09-13T15:10:39.369 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.7566e-05 2024-09-13T15:10:39.369 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.369 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.369 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:10:39.369 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:58.434995+0000", 2024-09-13T15:10:39.370 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.042089123999999999 2024-09-13T15:10:39.370 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.370 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.370 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:10:39.370 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:58.435068+0000", 2024-09-13T15:10:39.370 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.2992999999999997e-05 2024-09-13T15:10:39.370 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:39.370 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:10:39.371 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:39.371 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.371 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.371 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.46238.0:157822 11.d e1461/1456 11:bf111544:::benchmark_data_smithi071_360808_object53111:head v 1461'9741, mlcod=1446'3234)", 2024-09-13T15:10:39.371 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:09:58.386260+0000", 2024-09-13T15:10:39.371 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 40.952505244000001, 2024-09-13T15:10:39.371 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.060101469999999997, 2024-09-13T15:10:39.371 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:10:39.371 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:10:39.371 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:10:39.372 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.372 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:10:39.372 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:58.386260+0000", 2024-09-13T15:10:39.372 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:39.372 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.372 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.372 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:10:39.372 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:58.386260+0000", 2024-09-13T15:10:39.372 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:39.372 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.372 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.372 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:10:39.373 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:58.386259+0000", 2024-09-13T15:10:39.373 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T15:10:39.373 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.373 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.373 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:10:39.373 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:58.386267+0000", 2024-09-13T15:10:39.373 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.1999999999999994e-06 2024-09-13T15:10:39.373 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.373 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.373 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:10:39.373 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:58.386280+0000", 2024-09-13T15:10:39.374 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3594000000000001e-05 2024-09-13T15:10:39.374 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.374 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.374 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:10:39.374 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:58.386288+0000", 2024-09-13T15:10:39.374 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.2690000000000002e-06 2024-09-13T15:10:39.374 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.374 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.374 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:39.374 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:58.401623+0000", 2024-09-13T15:10:39.374 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.01533547 2024-09-13T15:10:39.375 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.375 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.375 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:10:39.375 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:58.401640+0000", 2024-09-13T15:10:39.375 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.7022000000000001e-05 2024-09-13T15:10:39.375 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.375 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.375 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:10:39.375 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:58.446310+0000", 2024-09-13T15:10:39.375 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.044669604000000002 2024-09-13T15:10:39.375 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.375 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.376 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:10:39.376 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:58.446361+0000", 2024-09-13T15:10:39.376 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.1731000000000003e-05 2024-09-13T15:10:39.376 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:39.376 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:10:39.376 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:39.376 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.376 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.376 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.46238.0:157828 11.d e1461/1456 11:b69dd6ea:::benchmark_data_smithi071_360808_object53117:head v 1461'9742, mlcod=1446'3234)", 2024-09-13T15:10:39.376 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:09:58.395004+0000", 2024-09-13T15:10:39.376 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 40.943761402, 2024-09-13T15:10:39.377 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.061314430000000003, 2024-09-13T15:10:39.377 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:10:39.377 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:10:39.377 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:10:39.377 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.377 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:10:39.377 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:58.395004+0000", 2024-09-13T15:10:39.377 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:39.377 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.377 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.377 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:10:39.378 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:58.395004+0000", 2024-09-13T15:10:39.378 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:39.378 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.378 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.378 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:10:39.378 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:58.395003+0000", 2024-09-13T15:10:39.378 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T15:10:39.378 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.378 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.378 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:10:39.378 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:58.395009+0000", 2024-09-13T15:10:39.379 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.8150000000000002e-06 2024-09-13T15:10:39.379 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.379 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.379 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:10:39.379 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:58.395021+0000", 2024-09-13T15:10:39.379 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2021000000000001e-05 2024-09-13T15:10:39.379 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.379 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.379 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:10:39.379 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:58.395026+0000", 2024-09-13T15:10:39.379 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.0130000000000001e-06 2024-09-13T15:10:39.380 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.380 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.380 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:39.380 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:58.411219+0000", 2024-09-13T15:10:39.380 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.016192702999999999 2024-09-13T15:10:39.380 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.380 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.380 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:10:39.380 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:58.411242+0000", 2024-09-13T15:10:39.380 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.2959000000000002e-05 2024-09-13T15:10:39.381 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.381 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.381 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:10:39.381 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:58.456280+0000", 2024-09-13T15:10:39.381 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.045038639999999998 2024-09-13T15:10:39.381 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.381 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.381 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:10:39.381 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:58.456318+0000", 2024-09-13T15:10:39.381 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.8043000000000002e-05 2024-09-13T15:10:39.381 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:39.382 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:10:39.382 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:39.382 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.382 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.382 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.46238.0:157860 11.5 e1461/1456 11:adcd980c:::benchmark_data_smithi071_360808_object53149:head v 1461'9886, mlcod=1461'9881)", 2024-09-13T15:10:39.382 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:09:58.410433+0000", 2024-09-13T15:10:39.382 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 40.928332470999997, 2024-09-13T15:10:39.382 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.058581280999999999, 2024-09-13T15:10:39.382 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:10:39.382 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:10:39.382 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:10:39.383 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.383 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:10:39.383 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:58.410433+0000", 2024-09-13T15:10:39.383 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:39.383 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.383 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.383 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:10:39.383 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:58.410433+0000", 2024-09-13T15:10:39.383 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:39.383 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.383 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.384 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:10:39.384 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:58.410432+0000", 2024-09-13T15:10:39.384 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T15:10:39.384 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.384 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.384 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:10:39.384 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:58.410438+0000", 2024-09-13T15:10:39.384 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.6840000000000001e-06 2024-09-13T15:10:39.384 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.384 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.384 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:10:39.384 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:58.410450+0000", 2024-09-13T15:10:39.385 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1652e-05 2024-09-13T15:10:39.385 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.385 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.385 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:10:39.385 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:58.410456+0000", 2024-09-13T15:10:39.385 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.5429999999999999e-06 2024-09-13T15:10:39.385 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.385 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.385 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:39.385 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:58.435015+0000", 2024-09-13T15:10:39.385 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.024559300999999999 2024-09-13T15:10:39.386 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.386 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.386 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:10:39.386 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:58.435041+0000", 2024-09-13T15:10:39.386 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.6018999999999999e-05 2024-09-13T15:10:39.386 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.386 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.386 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:10:39.386 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:58.468977+0000", 2024-09-13T15:10:39.386 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.033935219000000003 2024-09-13T15:10:39.386 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.386 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.387 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:10:39.387 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:58.469014+0000", 2024-09-13T15:10:39.387 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.7419000000000002e-05 2024-09-13T15:10:39.387 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:39.387 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:10:39.387 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:39.387 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.387 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.387 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.46238.0:157859 11.d e1461/1456 11:b286c559:::benchmark_data_smithi071_360808_object53148:head v 1461'9745, mlcod=1446'3234)", 2024-09-13T15:10:39.387 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:09:58.416017+0000", 2024-09-13T15:10:39.387 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 40.922748298999998, 2024-09-13T15:10:39.388 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.053060843000000003, 2024-09-13T15:10:39.388 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:10:39.388 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:10:39.388 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:10:39.388 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.388 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:10:39.388 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:58.416017+0000", 2024-09-13T15:10:39.388 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:39.389 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.389 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.389 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:10:39.389 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:58.416017+0000", 2024-09-13T15:10:39.389 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:39.389 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.389 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.389 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:10:39.389 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:58.416016+0000", 2024-09-13T15:10:39.389 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T15:10:39.389 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.390 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.390 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:10:39.390 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:58.416023+0000", 2024-09-13T15:10:39.390 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.4669999999999998e-06 2024-09-13T15:10:39.390 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.390 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.390 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:10:39.390 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:58.416039+0000", 2024-09-13T15:10:39.390 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.5926e-05 2024-09-13T15:10:39.390 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.390 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.391 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:10:39.391 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:58.416046+0000", 2024-09-13T15:10:39.391 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.1670000000000002e-06 2024-09-13T15:10:39.391 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.391 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.391 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:39.391 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:58.435094+0000", 2024-09-13T15:10:39.391 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.019048137 2024-09-13T15:10:39.391 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.391 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.392 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:10:39.392 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:58.435118+0000", 2024-09-13T15:10:39.392 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.3414999999999999e-05 2024-09-13T15:10:39.392 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.392 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.392 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:10:39.392 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:58.469017+0000", 2024-09-13T15:10:39.392 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.033899536000000001 2024-09-13T15:10:39.392 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.392 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.392 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:10:39.393 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:09:58.469078+0000", 2024-09-13T15:10:39.393 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.0475e-05 2024-09-13T15:10:39.393 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:39.393 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:10:39.393 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:39.393 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.393 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.393 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.46238.0:158460 11.d e1464/1456 11:bb88f195:::benchmark_data_smithi071_360808_object53749:head v 1464'9797, mlcod=1446'3450)", 2024-09-13T15:10:39.393 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:10:01.569158+0000", 2024-09-13T15:10:39.393 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 37.769607571000002, 2024-09-13T15:10:39.393 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.053545648000000001, 2024-09-13T15:10:39.394 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:10:39.394 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:10:39.394 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:10:39.394 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.394 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:10:39.394 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:01.569158+0000", 2024-09-13T15:10:39.394 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:39.395 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.396 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.396 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:10:39.396 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:01.569158+0000", 2024-09-13T15:10:39.396 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:39.396 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.396 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.396 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:10:39.396 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:01.569157+0000", 2024-09-13T15:10:39.396 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T15:10:39.396 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.396 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.397 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:10:39.397 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:01.569164+0000", 2024-09-13T15:10:39.397 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.0639999999999996e-06 2024-09-13T15:10:39.397 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.397 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.397 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:10:39.397 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:01.569178+0000", 2024-09-13T15:10:39.397 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.4049000000000001e-05 2024-09-13T15:10:39.397 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.397 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.397 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:10:39.398 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:01.569184+0000", 2024-09-13T15:10:39.398 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.3350000000000003e-06 2024-09-13T15:10:39.398 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.398 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.398 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:39.398 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:01.581070+0000", 2024-09-13T15:10:39.398 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.011886127 2024-09-13T15:10:39.398 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.398 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.398 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:10:39.398 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:01.581094+0000", 2024-09-13T15:10:39.398 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.3104000000000001e-05 2024-09-13T15:10:39.399 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.399 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.399 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:10:39.399 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:01.622654+0000", 2024-09-13T15:10:39.399 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.041560527999999999 2024-09-13T15:10:39.399 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.399 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.399 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:10:39.400 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:01.622703+0000", 2024-09-13T15:10:39.400 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.9212000000000002e-05 2024-09-13T15:10:39.400 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:39.400 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:10:39.400 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:39.400 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.400 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.400 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.46238.0:160452 11.5 e1466/1463 11:ad7b75e1:::benchmark_data_smithi071_360808_object55741:head v 1466'10044, mlcod=1466'10039)", 2024-09-13T15:10:39.400 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:10:04.181992+0000", 2024-09-13T15:10:39.400 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 35.156773278000003, 2024-09-13T15:10:39.400 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.053230978999999998, 2024-09-13T15:10:39.401 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:10:39.401 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:10:39.401 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:10:39.401 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.401 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:10:39.401 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:04.181992+0000", 2024-09-13T15:10:39.401 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:39.401 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.401 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.401 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:10:39.401 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:04.181992+0000", 2024-09-13T15:10:39.402 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:39.402 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.402 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.402 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:10:39.402 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:04.181991+0000", 2024-09-13T15:10:39.402 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T15:10:39.402 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.403 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.403 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:10:39.403 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:04.181999+0000", 2024-09-13T15:10:39.403 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.0299999999999994e-06 2024-09-13T15:10:39.403 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.403 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.403 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:10:39.403 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:04.182014+0000", 2024-09-13T15:10:39.403 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.5034999999999999e-05 2024-09-13T15:10:39.403 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.403 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.404 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:10:39.404 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:04.182021+0000", 2024-09-13T15:10:39.404 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.9709999999999998e-06 2024-09-13T15:10:39.404 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.404 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.404 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:39.404 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:04.201286+0000", 2024-09-13T15:10:39.404 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.019264560999999999 2024-09-13T15:10:39.404 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.404 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.404 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:10:39.405 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:04.201326+0000", 2024-09-13T15:10:39.405 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.032e-05 2024-09-13T15:10:39.405 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.405 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.405 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:10:39.405 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:04.235154+0000", 2024-09-13T15:10:39.405 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.033828413000000002 2024-09-13T15:10:39.405 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.405 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.405 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:10:39.405 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:04.235223+0000", 2024-09-13T15:10:39.406 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.8619000000000001e-05 2024-09-13T15:10:39.406 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:39.406 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:10:39.406 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:39.406 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.406 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.406 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.46238.0:178367 11.d e1469/1456 11:bb3c934c:::benchmark_data_smithi071_360808_object73656:head v 1469'11055, mlcod=1447'4613)", 2024-09-13T15:10:39.406 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:10:29.641454+0000", 2024-09-13T15:10:39.406 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 9.6973110330000001, 2024-09-13T15:10:39.406 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.052680129999999999, 2024-09-13T15:10:39.406 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:10:39.407 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:10:39.407 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:10:39.407 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.407 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:10:39.407 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:29.641454+0000", 2024-09-13T15:10:39.407 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:39.407 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.407 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.407 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:10:39.407 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:29.641454+0000", 2024-09-13T15:10:39.407 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:39.407 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.408 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.408 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:10:39.408 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:29.641453+0000", 2024-09-13T15:10:39.408 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T15:10:39.408 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.408 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.408 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:10:39.408 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:29.641461+0000", 2024-09-13T15:10:39.408 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.1499999999999999e-06 2024-09-13T15:10:39.408 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.408 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.409 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:10:39.409 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:29.641479+0000", 2024-09-13T15:10:39.409 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.7156e-05 2024-09-13T15:10:39.409 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.409 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.409 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:10:39.409 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:29.641486+0000", 2024-09-13T15:10:39.409 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.3189999999999997e-06 2024-09-13T15:10:39.409 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.409 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.409 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:39.410 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:29.655739+0000", 2024-09-13T15:10:39.410 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.014253501 2024-09-13T15:10:39.410 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.410 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.410 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:10:39.410 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:29.655764+0000", 2024-09-13T15:10:39.410 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.4134e-05 2024-09-13T15:10:39.410 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.410 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.410 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:10:39.410 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:29.694109+0000", 2024-09-13T15:10:39.410 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.038345479000000002 2024-09-13T15:10:39.411 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.411 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.411 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:10:39.411 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:29.694134+0000", 2024-09-13T15:10:39.411 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.5307e-05 2024-09-13T15:10:39.411 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:39.411 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:10:39.411 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:39.411 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.411 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.411 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.46238.0:178383 11.d e1469/1456 11:b81312dd:::benchmark_data_smithi071_360808_object73672:head v 1469'11059, mlcod=1447'4613)", 2024-09-13T15:10:39.411 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:10:29.655660+0000", 2024-09-13T15:10:39.412 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 9.6831047479999999, 2024-09-13T15:10:39.412 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.055221924999999998, 2024-09-13T15:10:39.412 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:10:39.412 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:10:39.412 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:10:39.412 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.412 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:10:39.412 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:29.655660+0000", 2024-09-13T15:10:39.412 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:39.412 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.412 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.412 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:10:39.413 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:29.655660+0000", 2024-09-13T15:10:39.413 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:39.413 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.413 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.413 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:10:39.413 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:29.655660+0000", 2024-09-13T15:10:39.413 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T15:10:39.413 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.413 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.413 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:10:39.413 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:29.655667+0000", 2024-09-13T15:10:39.413 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.2259999999999999e-06 2024-09-13T15:10:39.414 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.414 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.414 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:10:39.414 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:29.655678+0000", 2024-09-13T15:10:39.414 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0993e-05 2024-09-13T15:10:39.414 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.414 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.414 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:10:39.414 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:29.655688+0000", 2024-09-13T15:10:39.414 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.0069e-05 2024-09-13T15:10:39.415 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.415 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.415 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:39.415 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:29.682417+0000", 2024-09-13T15:10:39.415 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.026728742999999999 2024-09-13T15:10:39.415 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.415 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.415 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:10:39.415 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:29.682437+0000", 2024-09-13T15:10:39.415 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.0848000000000001e-05 2024-09-13T15:10:39.415 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.415 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.416 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:10:39.416 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:29.710856+0000", 2024-09-13T15:10:39.416 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.028418776999999999 2024-09-13T15:10:39.416 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.416 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.416 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:10:39.416 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:29.710882+0000", 2024-09-13T15:10:39.416 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.6140999999999999e-05 2024-09-13T15:10:39.416 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:39.416 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:10:39.416 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:39.416 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.417 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.417 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.46238.0:178685 11.d e1469/1456 11:bc870970:::benchmark_data_smithi071_360808_object73974:head v 1469'11086, mlcod=1447'4622)", 2024-09-13T15:10:39.417 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:10:30.047408+0000", 2024-09-13T15:10:39.417 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 9.2913570869999997, 2024-09-13T15:10:39.417 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.055056246000000003, 2024-09-13T15:10:39.417 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:10:39.417 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:10:39.417 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:10:39.417 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.417 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:10:39.417 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:30.047408+0000", 2024-09-13T15:10:39.417 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:39.418 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.418 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.418 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:10:39.418 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:30.047408+0000", 2024-09-13T15:10:39.418 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:39.418 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.418 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.418 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:10:39.418 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:30.047407+0000", 2024-09-13T15:10:39.418 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T15:10:39.418 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.418 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.419 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:10:39.419 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:30.047419+0000", 2024-09-13T15:10:39.419 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1572e-05 2024-09-13T15:10:39.419 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.419 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.419 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:10:39.419 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:30.047431+0000", 2024-09-13T15:10:39.419 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2108e-05 2024-09-13T15:10:39.419 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.419 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.419 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:10:39.420 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:30.047436+0000", 2024-09-13T15:10:39.420 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.6149999999999999e-06 2024-09-13T15:10:39.420 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.420 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.420 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:39.420 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:30.047479+0000", 2024-09-13T15:10:39.420 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.3545999999999999e-05 2024-09-13T15:10:39.420 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.420 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.420 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:10:39.420 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:30.047506+0000", 2024-09-13T15:10:39.420 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.6207000000000002e-05 2024-09-13T15:10:39.421 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.421 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.421 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:10:39.421 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:30.102431+0000", 2024-09-13T15:10:39.421 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.054925348999999998 2024-09-13T15:10:39.421 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.421 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.421 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:10:39.421 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:30.102464+0000", 2024-09-13T15:10:39.421 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.3473999999999998e-05 2024-09-13T15:10:39.422 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:39.422 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:10:39.422 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:39.422 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.422 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.422 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.46238.0:178686 11.d e1469/1456 11:b7aeeaae:::benchmark_data_smithi071_360808_object73975:head v 1469'11087, mlcod=1447'4622)", 2024-09-13T15:10:39.422 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:10:30.049923+0000", 2024-09-13T15:10:39.422 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 9.2888425100000003, 2024-09-13T15:10:39.422 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.060421969999999998, 2024-09-13T15:10:39.422 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:10:39.422 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:10:39.423 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:10:39.423 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.423 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:10:39.423 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:30.049923+0000", 2024-09-13T15:10:39.423 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:39.423 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.423 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.423 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:10:39.423 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:30.049923+0000", 2024-09-13T15:10:39.423 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:39.423 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.423 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.424 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:10:39.424 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:30.049922+0000", 2024-09-13T15:10:39.424 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T15:10:39.424 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.424 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.424 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:10:39.424 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:30.049929+0000", 2024-09-13T15:10:39.424 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.4739999999999999e-06 2024-09-13T15:10:39.424 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.424 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.424 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:10:39.425 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:30.049941+0000", 2024-09-13T15:10:39.425 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.1454000000000001e-05 2024-09-13T15:10:39.425 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.425 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.425 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:10:39.425 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:30.049948+0000", 2024-09-13T15:10:39.425 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.8279999999999997e-06 2024-09-13T15:10:39.425 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.425 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.425 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:39.425 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:30.059885+0000", 2024-09-13T15:10:39.425 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.0099374660000000007 2024-09-13T15:10:39.426 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.426 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.426 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:10:39.426 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:30.059910+0000", 2024-09-13T15:10:39.426 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.5415e-05 2024-09-13T15:10:39.426 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.426 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.426 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:10:39.426 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:30.110257+0000", 2024-09-13T15:10:39.426 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.050346810999999998 2024-09-13T15:10:39.426 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.426 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.427 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:10:39.427 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:30.110345+0000", 2024-09-13T15:10:39.427 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.7425999999999999e-05 2024-09-13T15:10:39.427 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:39.427 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:10:39.427 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:39.427 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.427 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.427 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.46238.0:178693 11.d e1469/1456 11:b9307b46:::benchmark_data_smithi071_360808_object73982:head v 1469'11088, mlcod=1447'4622)", 2024-09-13T15:10:39.427 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:10:30.053920+0000", 2024-09-13T15:10:39.427 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 9.2848454480000004, 2024-09-13T15:10:39.428 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.056476549000000001, 2024-09-13T15:10:39.428 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:10:39.428 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:10:39.428 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:10:39.428 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.428 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:10:39.428 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:30.053920+0000", 2024-09-13T15:10:39.428 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:39.428 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.428 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.428 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:10:39.428 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:30.053920+0000", 2024-09-13T15:10:39.429 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:39.429 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.429 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.429 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:10:39.429 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:30.053919+0000", 2024-09-13T15:10:39.429 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T15:10:39.429 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.429 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.429 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:10:39.429 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:30.053926+0000", 2024-09-13T15:10:39.429 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.1110000000000002e-06 2024-09-13T15:10:39.430 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.430 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.430 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:10:39.430 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:30.053939+0000", 2024-09-13T15:10:39.430 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.3131e-05 2024-09-13T15:10:39.430 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.430 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.430 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:10:39.430 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:30.053946+0000", 2024-09-13T15:10:39.430 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.9419999999999998e-06 2024-09-13T15:10:39.430 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.430 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.431 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:39.431 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:30.066061+0000", 2024-09-13T15:10:39.431 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.012114411 2024-09-13T15:10:39.431 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.431 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.431 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:10:39.431 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:30.066085+0000", 2024-09-13T15:10:39.432 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.3955e-05 2024-09-13T15:10:39.432 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.432 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.432 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:10:39.432 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:30.110350+0000", 2024-09-13T15:10:39.432 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.044264997 2024-09-13T15:10:39.433 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.433 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.433 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:10:39.433 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:30.110396+0000", 2024-09-13T15:10:39.433 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.6743000000000003e-05 2024-09-13T15:10:39.433 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:39.433 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:10:39.433 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:39.433 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.433 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.433 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.46238.0:178696 11.d e1469/1456 11:b63a37e2:::benchmark_data_smithi071_360808_object73985:head v 1469'11089, mlcod=1447'4622)", 2024-09-13T15:10:39.434 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:10:30.057883+0000", 2024-09-13T15:10:39.434 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 9.2808818229999996, 2024-09-13T15:10:39.434 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.052560655999999997, 2024-09-13T15:10:39.434 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:10:39.434 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:10:39.434 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:10:39.434 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.434 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:10:39.434 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:30.057883+0000", 2024-09-13T15:10:39.434 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:39.434 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.435 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.435 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:10:39.435 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:30.057883+0000", 2024-09-13T15:10:39.435 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:39.435 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.435 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.435 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:10:39.435 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:30.057883+0000", 2024-09-13T15:10:39.435 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T15:10:39.435 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.435 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.435 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:10:39.436 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:30.058280+0000", 2024-09-13T15:10:39.436 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.000397496 2024-09-13T15:10:39.436 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.436 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.436 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:10:39.436 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:30.058295+0000", 2024-09-13T15:10:39.436 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.4907e-05 2024-09-13T15:10:39.436 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.436 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.436 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:10:39.436 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:30.058301+0000", 2024-09-13T15:10:39.436 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.2299999999999996e-06 2024-09-13T15:10:39.436 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.437 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.437 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:39.437 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:30.073004+0000", 2024-09-13T15:10:39.437 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.014702707000000001 2024-09-13T15:10:39.437 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.437 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.437 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:10:39.437 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:30.073027+0000", 2024-09-13T15:10:39.437 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.3436000000000001e-05 2024-09-13T15:10:39.437 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.438 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.438 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:10:39.438 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:30.110400+0000", 2024-09-13T15:10:39.438 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.037372297999999998 2024-09-13T15:10:39.438 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.438 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.438 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:10:39.438 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:30.110444+0000", 2024-09-13T15:10:39.438 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.4401999999999999e-05 2024-09-13T15:10:39.438 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:39.438 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:10:39.438 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:39.439 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.439 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.439 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.46238.0:183541 11.d e1470/1456 11:b38020f8:::benchmark_data_smithi071_360808_object78830:head v 1470'11414, mlcod=1447'4913)", 2024-09-13T15:10:39.439 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:10:36.690606+0000", 2024-09-13T15:10:39.439 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 2.648159626, 2024-09-13T15:10:39.439 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.051409227000000002, 2024-09-13T15:10:39.439 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:10:39.439 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:10:39.439 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:10:39.439 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.439 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:10:39.439 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:36.690606+0000", 2024-09-13T15:10:39.440 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:39.440 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.440 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.440 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:10:39.440 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:36.690606+0000", 2024-09-13T15:10:39.440 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:39.440 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.440 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.440 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:10:39.440 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:36.690604+0000", 2024-09-13T15:10:39.440 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999986 2024-09-13T15:10:39.441 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.441 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.441 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:10:39.441 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:36.690613+0000", 2024-09-13T15:10:39.441 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 8.8109999999999992e-06 2024-09-13T15:10:39.441 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.441 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.441 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:10:39.441 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:36.690632+0000", 2024-09-13T15:10:39.441 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.8521000000000001e-05 2024-09-13T15:10:39.441 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.441 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.442 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:10:39.442 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:36.690641+0000", 2024-09-13T15:10:39.442 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 9.1260000000000004e-06 2024-09-13T15:10:39.442 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.442 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.442 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:39.442 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:36.690854+0000", 2024-09-13T15:10:39.442 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00021283399999999999 2024-09-13T15:10:39.442 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.442 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.443 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:10:39.443 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:36.690874+0000", 2024-09-13T15:10:39.443 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.0013e-05 2024-09-13T15:10:39.443 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.443 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.443 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:10:39.443 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:36.741982+0000", 2024-09-13T15:10:39.443 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.051108016999999999 2024-09-13T15:10:39.443 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.443 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.443 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:10:39.444 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:36.742015+0000", 2024-09-13T15:10:39.444 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.3123000000000001e-05 2024-09-13T15:10:39.444 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:39.444 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:10:39.444 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:39.444 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.444 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.444 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.46238.0:183560 11.d e1470/1456 11:b39ec354:::benchmark_data_smithi071_360808_object78849:head v 1470'11417, mlcod=1447'4913)", 2024-09-13T15:10:39.444 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:10:36.703307+0000", 2024-09-13T15:10:39.444 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 2.6354582660000001, 2024-09-13T15:10:39.444 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.053214075, 2024-09-13T15:10:39.444 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:10:39.445 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:10:39.445 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:10:39.445 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.445 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:10:39.445 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:36.703307+0000", 2024-09-13T15:10:39.445 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:39.445 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.445 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.445 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:10:39.445 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:36.703307+0000", 2024-09-13T15:10:39.445 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:39.445 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.446 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.446 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:10:39.446 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:36.703306+0000", 2024-09-13T15:10:39.446 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.999999 2024-09-13T15:10:39.446 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.446 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.446 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:10:39.446 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:36.703313+0000", 2024-09-13T15:10:39.446 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 7.3100000000000003e-06 2024-09-13T15:10:39.446 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.446 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.446 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:10:39.446 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:36.703326+0000", 2024-09-13T15:10:39.446 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.2648e-05 2024-09-13T15:10:39.447 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.447 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.447 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:10:39.447 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:36.703333+0000", 2024-09-13T15:10:39.447 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.9489999999999999e-06 2024-09-13T15:10:39.447 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.447 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.447 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:39.447 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:36.714660+0000", 2024-09-13T15:10:39.447 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.011327545 2024-09-13T15:10:39.447 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.447 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.448 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:10:39.448 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:36.714692+0000", 2024-09-13T15:10:39.448 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 3.1449000000000003e-05 2024-09-13T15:10:39.448 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.448 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.448 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:10:39.448 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:36.756496+0000", 2024-09-13T15:10:39.448 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.041803940999999997 2024-09-13T15:10:39.448 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.448 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.448 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:10:39.448 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:36.756521+0000", 2024-09-13T15:10:39.448 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 2.5164000000000002e-05 2024-09-13T15:10:39.449 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:39.449 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:10:39.449 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:39.449 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.449 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.449 INFO:teuthology.orchestra.run.smithi104.stdout: "description": "osd_repop(client.46238.0:184737 11.0 e1472/1463 11:03685427:::benchmark_data_smithi071_360808_object80026:head v 1472'11619, mlcod=1470'11617)", 2024-09-13T15:10:39.449 INFO:teuthology.orchestra.run.smithi104.stdout: "initiated_at": "2024-09-13T15:10:38.565376+0000", 2024-09-13T15:10:39.449 INFO:teuthology.orchestra.run.smithi104.stdout: "age": 0.77338902799999998, 2024-09-13T15:10:39.449 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.063422451000000005, 2024-09-13T15:10:39.449 INFO:teuthology.orchestra.run.smithi104.stdout: "type_data": { 2024-09-13T15:10:39.449 INFO:teuthology.orchestra.run.smithi104.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:10:39.449 INFO:teuthology.orchestra.run.smithi104.stdout: "events": [ 2024-09-13T15:10:39.450 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.450 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "initiated", 2024-09-13T15:10:39.450 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:38.565376+0000", 2024-09-13T15:10:39.450 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:39.450 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.450 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.450 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "throttled", 2024-09-13T15:10:39.450 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:38.565376+0000", 2024-09-13T15:10:39.450 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0 2024-09-13T15:10:39.450 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.450 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.450 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "header_read", 2024-09-13T15:10:39.450 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:38.565376+0000", 2024-09-13T15:10:39.451 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4294967295.9999995 2024-09-13T15:10:39.451 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.451 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.451 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "all_read", 2024-09-13T15:10:39.451 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:38.565381+0000", 2024-09-13T15:10:39.451 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 4.7550000000000002e-06 2024-09-13T15:10:39.451 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.451 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.451 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "dispatched", 2024-09-13T15:10:39.451 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:38.565386+0000", 2024-09-13T15:10:39.451 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.4229999999999996e-06 2024-09-13T15:10:39.451 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.451 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.452 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "queued_for_pg", 2024-09-13T15:10:39.452 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:38.565392+0000", 2024-09-13T15:10:39.452 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 5.9220000000000002e-06 2024-09-13T15:10:39.452 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.452 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.452 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "reached_pg", 2024-09-13T15:10:39.452 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:38.565544+0000", 2024-09-13T15:10:39.452 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.00015233600000000001 2024-09-13T15:10:39.452 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.452 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.452 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "started", 2024-09-13T15:10:39.453 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:38.565564+0000", 2024-09-13T15:10:39.453 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 1.9207000000000001e-05 2024-09-13T15:10:39.453 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.453 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.453 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "commit_sent", 2024-09-13T15:10:39.453 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:38.628734+0000", 2024-09-13T15:10:39.453 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 0.063170688000000003 2024-09-13T15:10:39.453 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2024-09-13T15:10:39.453 INFO:teuthology.orchestra.run.smithi104.stdout: { 2024-09-13T15:10:39.453 INFO:teuthology.orchestra.run.smithi104.stdout: "event": "done", 2024-09-13T15:10:39.453 INFO:teuthology.orchestra.run.smithi104.stdout: "time": "2024-09-13T15:10:38.628799+0000", 2024-09-13T15:10:39.454 INFO:teuthology.orchestra.run.smithi104.stdout: "duration": 6.4380000000000004e-05 2024-09-13T15:10:39.454 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:39.454 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:10:39.454 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:39.454 INFO:teuthology.orchestra.run.smithi104.stdout: } 2024-09-13T15:10:39.454 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2024-09-13T15:10:39.454 INFO:teuthology.orchestra.run.smithi104.stdout:} 2024-09-13T15:10:39.455 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T15:10:39.455 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T15:10:39.456 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:39.456 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T15:10:39.456 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T15:10:39.457 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:39.457 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:10:39.477 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T15:10:39.477 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T15:10:39.498 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T15:10:39.499 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T15:10:39.515 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T15:10:39.516 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T15:10:39.533 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T15:10:39.533 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T15:10:39.550 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T15:10:39.550 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T15:10:39.558 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:10:39.568 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T15:10:39.568 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T15:10:39.581 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:39 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd reweightn", "weights": "{'0':'57270','1':'38818','3':'55558','5':'55890'}"}]': finished 2024-09-13T15:10:39.581 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:39 smithi071 ceph-mon[107477]: osdmap e1471: 8 total, 8 up, 7 in 2024-09-13T15:10:39.581 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:39 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 1119/82281 objects degraded (1.360%), 1 pg degraded, 1 pg undersized (PG_DEGRADED) 2024-09-13T15:10:39.581 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:39 smithi071 ceph-mon[107477]: osdmap e1472: 8 total, 8 up, 7 in 2024-09-13T15:10:39.581 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:39 smithi071 ceph-mon[107477]: 11.5 starting backfill to osd.0 from (0'0,0'0] MAX to 1470'11524 2024-09-13T15:10:39.581 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:39 smithi071 ceph-mon[107477]: 11.5 continuing backfill to osd.6 from (1447'4500,1470'11524] MIN to 1470'11524 2024-09-13T15:10:39.581 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:39 smithi071 ceph-mon[107477]: 11.3 starting backfill to osd.2 from (0'0,0'0] MAX to 1470'11308 2024-09-13T15:10:39.581 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:39 smithi071 ceph-mon[107477]: 11.8 starting backfill to osd.2 from (0'0,0'0] MAX to 1470'11637 2024-09-13T15:10:39.581 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:39 smithi071 ceph-mon[107477]: 11.8 starting backfill to osd.6 from (1448'5822,1470'11636] MIN to 1470'11637 2024-09-13T15:10:39.581 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:39 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/149788686' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:10:39.582 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:39 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd reweightn", "weights": "{'0':'57270','1':'38818','3':'55558','5':'55890'}"}]': finished 2024-09-13T15:10:39.582 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:39 smithi071 ceph-mon[112785]: osdmap e1471: 8 total, 8 up, 7 in 2024-09-13T15:10:39.582 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:39 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 1119/82281 objects degraded (1.360%), 1 pg degraded, 1 pg undersized (PG_DEGRADED) 2024-09-13T15:10:39.582 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:39 smithi071 ceph-mon[112785]: osdmap e1472: 8 total, 8 up, 7 in 2024-09-13T15:10:39.582 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:39 smithi071 ceph-mon[112785]: 11.5 starting backfill to osd.0 from (0'0,0'0] MAX to 1470'11524 2024-09-13T15:10:39.582 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:39 smithi071 ceph-mon[112785]: 11.5 continuing backfill to osd.6 from (1447'4500,1470'11524] MIN to 1470'11524 2024-09-13T15:10:39.582 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:39 smithi071 ceph-mon[112785]: 11.3 starting backfill to osd.2 from (0'0,0'0] MAX to 1470'11308 2024-09-13T15:10:39.582 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:39 smithi071 ceph-mon[112785]: 11.8 starting backfill to osd.2 from (0'0,0'0] MAX to 1470'11637 2024-09-13T15:10:39.582 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:39 smithi071 ceph-mon[112785]: 11.8 starting backfill to osd.6 from (1448'5822,1470'11636] MIN to 1470'11637 2024-09-13T15:10:39.583 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:39 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/149788686' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:10:39.583 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:39.584 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:39.584 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:10:39.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:39 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd reweightn", "weights": "{'0':'57270','1':'38818','3':'55558','5':'55890'}"}]': finished 2024-09-13T15:10:39.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:39 smithi104 ceph-mon[105578]: osdmap e1471: 8 total, 8 up, 7 in 2024-09-13T15:10:39.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:39 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 1119/82281 objects degraded (1.360%), 1 pg degraded, 1 pg undersized (PG_DEGRADED) 2024-09-13T15:10:39.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:39 smithi104 ceph-mon[105578]: osdmap e1472: 8 total, 8 up, 7 in 2024-09-13T15:10:39.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:39 smithi104 ceph-mon[105578]: 11.5 starting backfill to osd.0 from (0'0,0'0] MAX to 1470'11524 2024-09-13T15:10:39.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:39 smithi104 ceph-mon[105578]: 11.5 continuing backfill to osd.6 from (1447'4500,1470'11524] MIN to 1470'11524 2024-09-13T15:10:39.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:39 smithi104 ceph-mon[105578]: 11.3 starting backfill to osd.2 from (0'0,0'0] MAX to 1470'11308 2024-09-13T15:10:39.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:39 smithi104 ceph-mon[105578]: 11.8 starting backfill to osd.2 from (0'0,0'0] MAX to 1470'11637 2024-09-13T15:10:39.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:39 smithi104 ceph-mon[105578]: 11.8 starting backfill to osd.6 from (1448'5822,1470'11636] MIN to 1470'11637 2024-09-13T15:10:39.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:39 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/149788686' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:10:39.685 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:10:39.719 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:39.720 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:39.720 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:10:39.821 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:10:39.846 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:39.847 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:39.847 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:10:39.948 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:10:39.970 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:39.971 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:39.971 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:10:40.031 INFO:tasks.thrashosds.thrasher:Reweighting by: {'max_change': '1.0', 'overage': '1000', 'type': 'reweight-by-utilization'} 2024-09-13T15:10:40.031 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd reweight-by-utilization 1000 1.0 2024-09-13T15:10:40.072 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:10:40.094 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:40.095 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:40.095 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:10:40.196 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:10:40.217 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:40.218 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:40.218 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:10:40.252 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:10:40.274 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.7 dump_ops_in_flight 2024-09-13T15:10:40.319 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:10:40.342 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:40.342 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:40.343 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:10:40.444 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:10:40.467 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:40.468 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:40.469 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:10:40.474 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T15:10:40.570 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:10:40.592 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:40.593 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:40.594 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:10:40.598 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:40 smithi104 ceph-mon[105578]: pgmap v2451: 109 pgs: 1 active+recovery_wait+remapped, 1 active+clean+scrubbing, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 98 active+clean; 1.6 GiB data, 11 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 651 op/s; 1228/79053 objects degraded (1.553%); 18088/79053 objects misplaced (22.881%); 1.4 MiB/s, 21 objects/s recovering 2024-09-13T15:10:40.598 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:40 smithi104 ceph-mon[105578]: 11.6 starting backfill to osd.4 from (0'0,0'0] MAX to 1470'11516 2024-09-13T15:10:40.598 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:40 smithi104 ceph-mon[105578]: 11.7 starting backfill to osd.0 from (0'0,0'0] MAX to 1470'11524 2024-09-13T15:10:40.598 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:40 smithi104 ceph-mon[105578]: osdmap e1473: 8 total, 8 up, 7 in 2024-09-13T15:10:40.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:40 smithi071 ceph-mon[107477]: pgmap v2451: 109 pgs: 1 active+recovery_wait+remapped, 1 active+clean+scrubbing, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 98 active+clean; 1.6 GiB data, 11 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 651 op/s; 1228/79053 objects degraded (1.553%); 18088/79053 objects misplaced (22.881%); 1.4 MiB/s, 21 objects/s recovering 2024-09-13T15:10:40.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:40 smithi071 ceph-mon[107477]: 11.6 starting backfill to osd.4 from (0'0,0'0] MAX to 1470'11516 2024-09-13T15:10:40.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:40 smithi071 ceph-mon[107477]: 11.7 starting backfill to osd.0 from (0'0,0'0] MAX to 1470'11524 2024-09-13T15:10:40.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:40 smithi071 ceph-mon[107477]: osdmap e1473: 8 total, 8 up, 7 in 2024-09-13T15:10:40.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:40 smithi071 ceph-mon[112785]: pgmap v2451: 109 pgs: 1 active+recovery_wait+remapped, 1 active+clean+scrubbing, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 98 active+clean; 1.6 GiB data, 11 GiB used, 614 GiB / 626 GiB avail; 0 B/s wr, 651 op/s; 1228/79053 objects degraded (1.553%); 18088/79053 objects misplaced (22.881%); 1.4 MiB/s, 21 objects/s recovering 2024-09-13T15:10:40.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:40 smithi071 ceph-mon[112785]: 11.6 starting backfill to osd.4 from (0'0,0'0] MAX to 1470'11516 2024-09-13T15:10:40.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:40 smithi071 ceph-mon[112785]: 11.7 starting backfill to osd.0 from (0'0,0'0] MAX to 1470'11524 2024-09-13T15:10:40.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:40 smithi071 ceph-mon[112785]: osdmap e1473: 8 total, 8 up, 7 in 2024-09-13T15:10:40.695 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:10:40.723 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:40.724 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:40.724 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:10:40.825 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:10:40.874 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:40.875 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:40.875 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:10:40.976 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:10:41.017 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:41.018 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:41.018 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:10:41.119 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:10:41.149 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:41.150 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:41.150 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:10:41.251 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:10:41.290 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:41.291 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:41.291 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:10:41.392 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:10:41.416 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:41.417 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:41.417 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:10:41.518 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:10:41.565 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:41.566 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:41.566 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:10:41.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:41 smithi071 ceph-mon[107477]: 1.0 scrub starts 2024-09-13T15:10:41.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:41 smithi071 ceph-mon[107477]: 1.0 scrub ok 2024-09-13T15:10:41.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:41 smithi071 ceph-mon[107477]: osdmap e1474: 8 total, 8 up, 7 in 2024-09-13T15:10:41.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:41 smithi071 ceph-mon[107477]: 11.b starting backfill to osd.4 from (0'0,0'0] MAX to 1470'11962 2024-09-13T15:10:41.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:41 smithi071 ceph-mon[112785]: 1.0 scrub starts 2024-09-13T15:10:41.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:41 smithi071 ceph-mon[112785]: 1.0 scrub ok 2024-09-13T15:10:41.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:41 smithi071 ceph-mon[112785]: osdmap e1474: 8 total, 8 up, 7 in 2024-09-13T15:10:41.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:41 smithi071 ceph-mon[112785]: 11.b starting backfill to osd.4 from (0'0,0'0] MAX to 1470'11962 2024-09-13T15:10:41.667 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:10:41.711 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:41.712 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:41.712 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:10:41.813 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:10:41.855 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:41.856 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:41.856 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:10:41.856 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:41 smithi104 ceph-mon[105578]: 1.0 scrub starts 2024-09-13T15:10:41.856 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:41 smithi104 ceph-mon[105578]: 1.0 scrub ok 2024-09-13T15:10:41.857 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:41 smithi104 ceph-mon[105578]: osdmap e1474: 8 total, 8 up, 7 in 2024-09-13T15:10:41.857 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:41 smithi104 ceph-mon[105578]: 11.b starting backfill to osd.4 from (0'0,0'0] MAX to 1470'11962 2024-09-13T15:10:41.956 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:10:42.001 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:42.001 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:42.002 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:10:42.103 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:10:42.130 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:42.131 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:42.131 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:10:42.232 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:10:42.265 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:42.266 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:42.266 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:10:42.367 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:10:42.394 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:42.395 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:42.395 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:10:42.496 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:10:42.505 INFO:teuthology.orchestra.run.smithi104.stdout:ERROR: (22) Invalid argument 2024-09-13T15:10:42.506 INFO:teuthology.orchestra.run.smithi104.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T15:10:42.526 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:42.526 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:42.526 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:10:42.627 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:10:42.664 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:42.664 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:42.665 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:10:42.765 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:10:42.793 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=true 2024-09-13T15:10:42.822 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:42.823 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:42.823 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:10:42.832 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:42 smithi104 ceph-mon[105578]: pgmap v2454: 109 pgs: 1 active+undersized+remapped, 1 remapped+peering, 2 active+recovery_wait+remapped, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 96 active+clean; 1.5 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 550 op/s; 1228/75666 objects degraded (1.623%); 20371/75666 objects misplaced (26.922%); 2.0 MiB/s, 33 objects/s recovering 2024-09-13T15:10:42.832 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:42 smithi104 ceph-mon[105578]: osdmap e1475: 8 total, 8 up, 7 in 2024-09-13T15:10:42.853 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:42 smithi071 ceph-mon[107477]: pgmap v2454: 109 pgs: 1 active+undersized+remapped, 1 remapped+peering, 2 active+recovery_wait+remapped, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 96 active+clean; 1.5 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 550 op/s; 1228/75666 objects degraded (1.623%); 20371/75666 objects misplaced (26.922%); 2.0 MiB/s, 33 objects/s recovering 2024-09-13T15:10:42.853 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:42 smithi071 ceph-mon[107477]: osdmap e1475: 8 total, 8 up, 7 in 2024-09-13T15:10:42.853 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:10:42 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:10:42] "GET /metrics HTTP/1.1" 200 36688 "" "Prometheus/2.51.0" 2024-09-13T15:10:42.853 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:42 smithi071 ceph-mon[112785]: pgmap v2454: 109 pgs: 1 active+undersized+remapped, 1 remapped+peering, 2 active+recovery_wait+remapped, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 96 active+clean; 1.5 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 550 op/s; 1228/75666 objects degraded (1.623%); 20371/75666 objects misplaced (26.922%); 2.0 MiB/s, 33 objects/s recovering 2024-09-13T15:10:42.853 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:42 smithi071 ceph-mon[112785]: osdmap e1475: 8 total, 8 up, 7 in 2024-09-13T15:10:42.924 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:10:42.984 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:42.985 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:42.985 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:10:43.086 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:10:43.110 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:43.110 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:43.111 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:10:43.116 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:10:43.203 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.7 dump_blocked_ops 2024-09-13T15:10:43.211 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:10:43.279 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:43.280 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:43.281 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:10:43.381 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:10:43.420 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:43.421 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:43.421 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:10:43.484 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T15:10:43.522 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:10:43.545 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:43.546 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:43.546 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:10:43.647 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:10:43.681 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:43.682 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:43.682 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:10:43.783 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:10:43.810 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:43.810 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:43.810 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:10:43.816 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:43 smithi071 ceph-mon[112785]: osdmap e1476: 8 total, 8 up, 7 in 2024-09-13T15:10:43.816 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:43 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 1228/75666 objects degraded (1.623%), 1 pg degraded, 1 pg undersized (PG_DEGRADED) 2024-09-13T15:10:43.816 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:43 smithi071 ceph-mon[107477]: osdmap e1476: 8 total, 8 up, 7 in 2024-09-13T15:10:43.816 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:43 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 1228/75666 objects degraded (1.623%), 1 pg degraded, 1 pg undersized (PG_DEGRADED) 2024-09-13T15:10:43.912 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:10:43.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:43 smithi104 ceph-mon[105578]: osdmap e1476: 8 total, 8 up, 7 in 2024-09-13T15:10:43.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:43 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 1228/75666 objects degraded (1.623%), 1 pg degraded, 1 pg undersized (PG_DEGRADED) 2024-09-13T15:10:43.955 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:43.956 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:43.957 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:10:44.057 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:10:44.085 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:44.086 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:44.086 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:10:44.132 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:10:44.187 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:10:44.238 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:44.238 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:44.239 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:10:44.339 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:10:44.374 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:44.375 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:44.375 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:10:44.476 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:10:44.515 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:44.515 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:44.515 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:10:44.616 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:10:44.652 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:44.653 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:44.653 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:10:44.754 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:44 smithi104 ceph-mon[105578]: pgmap v2457: 109 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 peering, 2 active+undersized+remapped, 1 remapped+peering, 1 active+recovery_wait+remapped, 1 active+recovering+undersized+degraded+remapped, 10 active+remapped+backfill_wait, 92 active+clean; 1.5 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 559 op/s; 1242/72330 objects degraded (1.717%); 22565/72330 objects misplaced (31.197%); 4.5 MiB/s, 74 objects/s recovering 2024-09-13T15:10:44.754 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:10:44.788 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:44.788 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:44.789 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:10:44.890 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:10:44.894 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:44 smithi071 ceph-mon[107477]: pgmap v2457: 109 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 peering, 2 active+undersized+remapped, 1 remapped+peering, 1 active+recovery_wait+remapped, 1 active+recovering+undersized+degraded+remapped, 10 active+remapped+backfill_wait, 92 active+clean; 1.5 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 559 op/s; 1242/72330 objects degraded (1.717%); 22565/72330 objects misplaced (31.197%); 4.5 MiB/s, 74 objects/s recovering 2024-09-13T15:10:44.894 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:44 smithi071 ceph-mon[112785]: pgmap v2457: 109 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 peering, 2 active+undersized+remapped, 1 remapped+peering, 1 active+recovery_wait+remapped, 1 active+recovering+undersized+degraded+remapped, 10 active+remapped+backfill_wait, 92 active+clean; 1.5 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 559 op/s; 1242/72330 objects degraded (1.717%); 22565/72330 objects misplaced (31.197%); 4.5 MiB/s, 74 objects/s recovering 2024-09-13T15:10:44.917 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:44.918 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:44.918 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:10:45.020 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:10:45.048 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:45.049 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:45.049 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:10:45.150 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:10:45.194 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:45.195 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:45.195 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:10:45.296 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:10:45.349 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:45.350 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:45.350 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:10:45.451 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:10:45.480 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:45.481 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:45.481 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:10:45.564 INFO:teuthology.orchestra.run.smithi071.stderr:nodeep-scrub is unset 2024-09-13T15:10:45.582 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:10:45.610 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:45.611 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:45.611 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:10:45.712 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:10:45.750 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:45.751 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:45.752 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:10:45.852 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:10:45.869 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:10:45.869 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:45 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3181787861' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:10:45.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:10:45.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:45 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3181787861' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:10:45.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:10:45.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:45 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3181787861' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:10:45.895 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:45.895 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:45.896 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:10:45.997 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:10:46.020 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:46.021 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:46.021 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:10:46.122 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:10:46.149 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:46.150 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:46.150 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:10:46.172 INFO:teuthology.orchestra.run.smithi104.stdout:ERROR: (22) Invalid argument 2024-09-13T15:10:46.172 INFO:teuthology.orchestra.run.smithi104.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T15:10:46.251 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:10:46.281 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:46.282 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:46.282 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:10:46.383 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:10:46.413 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:46.414 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:46.414 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:10:46.484 INFO:teuthology.orchestra.run.smithi071.stdout:moved 0 / 327 (0%) 2024-09-13T15:10:46.484 INFO:teuthology.orchestra.run.smithi071.stdout:avg 46.7143 2024-09-13T15:10:46.484 INFO:teuthology.orchestra.run.smithi071.stdout:stddev 5.57326 -> 5.57326 (expected baseline 6.32778) 2024-09-13T15:10:46.484 INFO:teuthology.orchestra.run.smithi071.stdout:min osd.1 with 35 -> 35 pgs (0.749235 -> 0.749235 * mean) 2024-09-13T15:10:46.485 INFO:teuthology.orchestra.run.smithi071.stdout:max osd.6 with 54 -> 54 pgs (1.15596 -> 1.15596 * mean) 2024-09-13T15:10:46.485 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T15:10:46.485 INFO:teuthology.orchestra.run.smithi071.stdout:oload 1000 2024-09-13T15:10:46.485 INFO:teuthology.orchestra.run.smithi071.stdout:max_change 1 2024-09-13T15:10:46.485 INFO:teuthology.orchestra.run.smithi071.stdout:max_change_osds 4 2024-09-13T15:10:46.485 INFO:teuthology.orchestra.run.smithi071.stdout:average_utilization 0.0172 2024-09-13T15:10:46.485 INFO:teuthology.orchestra.run.smithi071.stdout:overload_utilization 0.1722 2024-09-13T15:10:46.485 INFO:teuthology.orchestra.run.smithi071.stderr:no change 2024-09-13T15:10:46.515 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:10:46.544 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:46.545 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:46.545 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:10:46.646 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:10:46.697 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:46.698 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:46.698 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:10:46.799 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:10:46.826 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:46.826 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:46.827 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:10:46.883 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:46 smithi071 ceph-mon[112785]: pgmap v2458: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+remapped, 1 peering, 2 active+undersized+remapped, 1 active+recovering+undersized+degraded+remapped, 10 active+remapped+backfill_wait, 92 active+clean; 1.4 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 605 op/s; 1242/68808 objects degraded (1.805%); 22617/68808 objects misplaced (32.870%); 3.2 MiB/s, 52 objects/s recovering 2024-09-13T15:10:46.884 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:46 smithi071 ceph-mon[112785]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T15:10:46.884 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:46 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3181787861' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T15:10:46.884 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:46 smithi071 ceph-mon[112785]: osdmap e1477: 8 total, 8 up, 7 in 2024-09-13T15:10:46.884 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:46 smithi071 ceph-mon[107477]: pgmap v2458: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+remapped, 1 peering, 2 active+undersized+remapped, 1 active+recovering+undersized+degraded+remapped, 10 active+remapped+backfill_wait, 92 active+clean; 1.4 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 605 op/s; 1242/68808 objects degraded (1.805%); 22617/68808 objects misplaced (32.870%); 3.2 MiB/s, 52 objects/s recovering 2024-09-13T15:10:46.884 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:46 smithi071 ceph-mon[107477]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T15:10:46.884 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:46 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3181787861' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T15:10:46.884 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:46 smithi071 ceph-mon[107477]: osdmap e1477: 8 total, 8 up, 7 in 2024-09-13T15:10:46.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:46 smithi104 ceph-mon[105578]: pgmap v2458: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+remapped, 1 peering, 2 active+undersized+remapped, 1 active+recovering+undersized+degraded+remapped, 10 active+remapped+backfill_wait, 92 active+clean; 1.4 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 605 op/s; 1242/68808 objects degraded (1.805%); 22617/68808 objects misplaced (32.870%); 3.2 MiB/s, 52 objects/s recovering 2024-09-13T15:10:46.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:46 smithi104 ceph-mon[105578]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T15:10:46.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:46 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3181787861' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T15:10:46.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:46 smithi104 ceph-mon[105578]: osdmap e1477: 8 total, 8 up, 7 in 2024-09-13T15:10:46.928 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:10:46.959 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:46.959 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:46.960 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:10:47.060 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:10:47.095 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:47.096 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:47.097 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:10:47.198 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:10:47.242 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:47.243 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:47.243 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:10:47.344 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:10:47.389 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:47.390 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:47.390 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:10:47.491 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:10:47.529 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:47.529 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:47.529 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:10:47.630 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:10:47.659 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:47 smithi104 ceph-mon[105578]: from='client.36480 -' entity='client.admin' cmd=[{"prefix": "osd reweight-by-utilization", "oload": 1000, "max_change": 1.0, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T15:10:47.660 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:47.660 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:47.661 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:10:47.698 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.7 dump_historic_ops 2024-09-13T15:10:47.761 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:10:47.788 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:47.789 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:47.789 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:10:47.890 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:10:47.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:47 smithi071 ceph-mon[107477]: from='client.36480 -' entity='client.admin' cmd=[{"prefix": "osd reweight-by-utilization", "oload": 1000, "max_change": 1.0, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T15:10:47.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:47 smithi071 ceph-mon[112785]: from='client.36480 -' entity='client.admin' cmd=[{"prefix": "osd reweight-by-utilization", "oload": 1000, "max_change": 1.0, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T15:10:47.929 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:47.930 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:47.931 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:10:48.031 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:10:48.036 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T15:10:48.065 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:48.066 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:48.066 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:10:48.167 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:10:48.196 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:48.197 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:48.197 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:10:48.301 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:10:48.336 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:48.336 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:48.337 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:10:48.438 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:10:48.460 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:48.461 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:48.461 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:10:48.562 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:10:48.583 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:48.584 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:48.584 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:10:48.600 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:48 smithi104 ceph-mon[105578]: pgmap v2460: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+remapped, 1 active+recovering+undersized+degraded+remapped, 10 active+remapped+backfill_wait, 95 active+clean; 1.3 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 595 op/s; 1242/64947 objects degraded (1.912%); 21530/64947 objects misplaced (33.150%); 3.0 MiB/s, 48 objects/s recovering 2024-09-13T15:10:48.601 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:48 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 1242/64947 objects degraded (1.912%), 2 pgs degraded, 1 pg undersized (PG_DEGRADED) 2024-09-13T15:10:48.685 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:10:48.709 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:48.709 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:48.710 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:10:48.810 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:10:48.832 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:48.832 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:48.833 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:10:48.870 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:48 smithi071 ceph-mon[107477]: pgmap v2460: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+remapped, 1 active+recovering+undersized+degraded+remapped, 10 active+remapped+backfill_wait, 95 active+clean; 1.3 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 595 op/s; 1242/64947 objects degraded (1.912%); 21530/64947 objects misplaced (33.150%); 3.0 MiB/s, 48 objects/s recovering 2024-09-13T15:10:48.870 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:48 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 1242/64947 objects degraded (1.912%), 2 pgs degraded, 1 pg undersized (PG_DEGRADED) 2024-09-13T15:10:48.870 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:48 smithi071 ceph-mon[112785]: pgmap v2460: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+remapped, 1 active+recovering+undersized+degraded+remapped, 10 active+remapped+backfill_wait, 95 active+clean; 1.3 GiB data, 11 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 595 op/s; 1242/64947 objects degraded (1.912%); 21530/64947 objects misplaced (33.150%); 3.0 MiB/s, 48 objects/s recovering 2024-09-13T15:10:48.871 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:48 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 1242/64947 objects degraded (1.912%), 2 pgs degraded, 1 pg undersized (PG_DEGRADED) 2024-09-13T15:10:48.934 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:10:48.957 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:48.958 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:48.958 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:10:49.059 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:10:49.087 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:49.087 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:49.088 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:10:49.189 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:10:49.211 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:49.212 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:49.213 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:10:49.313 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:10:49.352 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:49.353 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:49.353 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:10:49.454 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:10:49.483 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:49.483 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:49.484 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:10:49.585 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:10:49.606 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:49.606 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:49.607 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:10:49.708 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:10:49.751 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:49.751 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:49.751 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:10:49.852 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:10:49.890 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:49.891 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:49.891 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:10:49.992 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:10:50.029 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:50.029 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:50.030 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:10:50.131 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:10:50.153 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:50.154 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:50.154 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:10:50.256 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:10:50.291 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:50.291 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:50.292 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:10:50.392 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:10:50.427 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:50.427 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:50.428 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:10:50.528 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:10:50.555 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:50.556 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:50.557 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:10:50.658 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:10:50.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:50 smithi104 ceph-mon[105578]: pgmap v2461: 109 pgs: 1 active+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovery_wait+remapped, 1 active+recovering+undersized+degraded+remapped, 10 active+remapped+backfill_wait, 95 active+clean; 1.3 GiB data, 10 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 541 op/s; 1242/61614 objects degraded (2.016%); 20472/61614 objects misplaced (33.226%); 3.5 MiB/s, 56 objects/s recovering 2024-09-13T15:10:50.688 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:50.689 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:50.689 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:10:50.790 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:10:50.817 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:50.818 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:50.818 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:10:50.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:50 smithi071 ceph-mon[107477]: pgmap v2461: 109 pgs: 1 active+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovery_wait+remapped, 1 active+recovering+undersized+degraded+remapped, 10 active+remapped+backfill_wait, 95 active+clean; 1.3 GiB data, 10 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 541 op/s; 1242/61614 objects degraded (2.016%); 20472/61614 objects misplaced (33.226%); 3.5 MiB/s, 56 objects/s recovering 2024-09-13T15:10:50.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:50 smithi071 ceph-mon[112785]: pgmap v2461: 109 pgs: 1 active+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovery_wait+remapped, 1 active+recovering+undersized+degraded+remapped, 10 active+remapped+backfill_wait, 95 active+clean; 1.3 GiB data, 10 GiB used, 615 GiB / 626 GiB avail; 0 B/s wr, 541 op/s; 1242/61614 objects degraded (2.016%); 20472/61614 objects misplaced (33.226%); 3.5 MiB/s, 56 objects/s recovering 2024-09-13T15:10:50.897 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd set noscrub 2024-09-13T15:10:50.919 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:10:50.983 INFO:teuthology.orchestra.run.smithi104.stdout:ERROR: (22) Invalid argument 2024-09-13T15:10:50.983 INFO:teuthology.orchestra.run.smithi104.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T15:10:51.001 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:51.001 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:51.002 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:10:51.103 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:10:51.131 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:51.131 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:51.132 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:10:51.233 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:10:51.272 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:51.273 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:51.273 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:10:51.374 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:10:51.409 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:51.410 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:51.410 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:10:51.511 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:10:51.559 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:51.560 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:51.560 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:10:51.657 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.0 dump_ops_in_flight 2024-09-13T15:10:51.661 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:10:51.739 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:51.740 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:51.740 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:10:51.841 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:10:51.868 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:51.869 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:51.869 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:10:51.970 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:10:51.992 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:51.993 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:51.993 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:10:52.094 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:10:52.142 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:52.143 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:52.143 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:10:52.244 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:10:52.278 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:52.279 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:52.279 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:10:52.380 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:10:52.423 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:52.424 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:52.424 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:10:52.525 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:10:52.546 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:52.547 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:52.547 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:10:52.648 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:10:52.690 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:52.690 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:52.691 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:10:52.792 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:10:52.833 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:52.834 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:52.834 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:10:52.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:52 smithi071 ceph-mon[107477]: pgmap v2462: 109 pgs: 1 active+recovery_wait+remapped, 1 active+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 10 active+remapped+backfill_wait, 95 active+clean; 1.2 GiB data, 10 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 583 op/s; 1242/57264 objects degraded (2.169%); 18801/57264 objects misplaced (32.832%); 1.0 MiB/s, 16 objects/s recovering 2024-09-13T15:10:52.891 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:10:52 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:10:52] "GET /metrics HTTP/1.1" 200 36753 "" "Prometheus/2.51.0" 2024-09-13T15:10:52.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:52 smithi071 ceph-mon[112785]: pgmap v2462: 109 pgs: 1 active+recovery_wait+remapped, 1 active+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 10 active+remapped+backfill_wait, 95 active+clean; 1.2 GiB data, 10 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 583 op/s; 1242/57264 objects degraded (2.169%); 18801/57264 objects misplaced (32.832%); 1.0 MiB/s, 16 objects/s recovering 2024-09-13T15:10:52.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:52 smithi104 ceph-mon[105578]: pgmap v2462: 109 pgs: 1 active+recovery_wait+remapped, 1 active+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 10 active+remapped+backfill_wait, 95 active+clean; 1.2 GiB data, 10 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 583 op/s; 1242/57264 objects degraded (2.169%); 18801/57264 objects misplaced (32.832%); 1.0 MiB/s, 16 objects/s recovering 2024-09-13T15:10:52.934 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:10:52.971 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:52.972 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:52.972 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:10:53.073 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:10:53.116 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:53.117 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:53.117 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:10:53.218 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:10:53.260 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:53.261 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:53.261 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:10:53.363 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:10:53.387 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:53.388 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:53.388 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:10:53.489 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:10:53.535 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:53.535 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:53.536 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:10:53.637 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:10:53.681 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:53.681 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:53.682 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:10:53.782 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:10:53.828 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:53.829 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:53.829 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:10:53.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:53 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 1242/57264 objects degraded (2.169%), 2 pgs degraded, 1 pg undersized (PG_DEGRADED) 2024-09-13T15:10:53.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:53 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 1242/57264 objects degraded (2.169%), 2 pgs degraded, 1 pg undersized (PG_DEGRADED) 2024-09-13T15:10:53.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:53 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 1242/57264 objects degraded (2.169%), 2 pgs degraded, 1 pg undersized (PG_DEGRADED) 2024-09-13T15:10:53.930 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:10:53.959 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:53.959 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:53.960 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:10:54.061 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:10:54.100 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:54.101 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:54.101 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:10:54.202 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:10:54.227 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:54.227 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:54.228 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:10:54.329 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:10:54.371 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:54.372 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:54.372 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:10:54.473 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:10:54.514 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:54.515 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:54.516 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:10:54.617 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:10:54.644 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:54.644 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:54.645 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:10:54.746 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:10:54.786 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:54.787 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:54.787 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:10:54.888 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:10:54.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:54 smithi071 ceph-mon[107477]: pgmap v2463: 109 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovery_wait+remapped, 1 active+remapped, 1 active+recovering+undersized+degraded+remapped, 10 active+remapped+backfill_wait, 95 active+clean; 1.1 GiB data, 10 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 663 op/s; 1242/52431 objects degraded (2.369%); 17607/52431 objects misplaced (33.581%); 2.0 MiB/s, 32 objects/s recovering 2024-09-13T15:10:54.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:54 smithi071 ceph-mon[112785]: pgmap v2463: 109 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovery_wait+remapped, 1 active+remapped, 1 active+recovering+undersized+degraded+remapped, 10 active+remapped+backfill_wait, 95 active+clean; 1.1 GiB data, 10 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 663 op/s; 1242/52431 objects degraded (2.369%); 17607/52431 objects misplaced (33.581%); 2.0 MiB/s, 32 objects/s recovering 2024-09-13T15:10:54.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:54 smithi104 ceph-mon[105578]: pgmap v2463: 109 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovery_wait+remapped, 1 active+remapped, 1 active+recovering+undersized+degraded+remapped, 10 active+remapped+backfill_wait, 95 active+clean; 1.1 GiB data, 10 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 663 op/s; 1242/52431 objects degraded (2.369%); 17607/52431 objects misplaced (33.581%); 2.0 MiB/s, 32 objects/s recovering 2024-09-13T15:10:54.927 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:54.927 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:54.927 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:10:55.028 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:10:55.063 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:55.064 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:55.065 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:10:55.165 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:10:55.191 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:55.192 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:55.192 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:10:55.293 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:10:55.322 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:55.323 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:55.323 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:10:55.424 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:10:55.455 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:55.456 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:55.456 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:10:55.557 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:10:55.602 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:55.602 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:55.603 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:10:55.703 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:10:55.745 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:55.746 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:55.746 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:10:55.847 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:10:55.884 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:55.885 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:55.885 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:10:55.986 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:10:56.015 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:56.016 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:56.016 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:10:56.117 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:10:56.155 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:56.156 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:56.156 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:10:56.257 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:10:56.284 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:56.284 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:56.285 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:10:56.358 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T15:10:56.358 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T15:10:56.386 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:10:56.397 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T15:10:56.397 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T15:10:56.412 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:56.413 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:56.413 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:10:56.441 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T15:10:56.441 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T15:10:56.478 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T15:10:56.479 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T15:10:56.514 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:10:56.521 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T15:10:56.521 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T15:10:56.537 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:56.538 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:56.538 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:10:56.557 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T15:10:56.558 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T15:10:56.560 INFO:tasks.thrashosds.thrasher:Reweighting by: {'max_change': '3.0', 'overage': '110', 'type': 'reweight-by-utilization'} 2024-09-13T15:10:56.560 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd reweight-by-utilization 110 3.0 2024-09-13T15:10:56.593 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T15:10:56.593 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T15:10:56.605 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:10:56.610 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:10:56.626 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T15:10:56.626 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T15:10:56.639 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:10:56.653 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:56 smithi071 ceph-mon[107477]: pgmap v2464: 109 pgs: 1 active+recovery_wait+remapped, 1 active+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 10 active+remapped+backfill_wait, 95 active+clean; 1007 MiB data, 9.8 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 680 op/s; 1242/48396 objects degraded (2.566%); 15805/48396 objects misplaced (32.658%); 2.0 MiB/s, 32 objects/s recovering 2024-09-13T15:10:56.653 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:56 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2039210231' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:10:56.653 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:56 smithi071 ceph-mon[112785]: pgmap v2464: 109 pgs: 1 active+recovery_wait+remapped, 1 active+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 10 active+remapped+backfill_wait, 95 active+clean; 1007 MiB data, 9.8 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 680 op/s; 1242/48396 objects degraded (2.566%); 15805/48396 objects misplaced (32.658%); 2.0 MiB/s, 32 objects/s recovering 2024-09-13T15:10:56.653 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:56 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2039210231' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:10:56.662 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:56.663 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:56.663 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:10:56.764 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:10:56.825 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:56.826 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:56.826 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:10:56.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:56 smithi104 ceph-mon[105578]: pgmap v2464: 109 pgs: 1 active+recovery_wait+remapped, 1 active+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 10 active+remapped+backfill_wait, 95 active+clean; 1007 MiB data, 9.8 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 680 op/s; 1242/48396 objects degraded (2.566%); 15805/48396 objects misplaced (32.658%); 2.0 MiB/s, 32 objects/s recovering 2024-09-13T15:10:56.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:56 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2039210231' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:10:56.926 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:10:56.982 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:56.985 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:56.985 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:10:57.086 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:10:57.120 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:57.120 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:57.121 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:10:57.222 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:10:57.256 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:57.256 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:57.256 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:10:57.357 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:10:57.386 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:57.387 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:57.388 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:10:57.488 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:10:57.514 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:57.515 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:57.515 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:10:57.616 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:10:57.662 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:57.663 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:57.663 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:10:57.764 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:10:57.793 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:57.794 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:57.794 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:10:57.895 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:10:57.920 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:57.920 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:57.921 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:10:58.022 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:10:58.058 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:58.059 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:58.059 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:10:58.160 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:10:58.186 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:58.186 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:58.187 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:10:58.287 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:10:58.312 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:58.313 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:58.313 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:10:58.414 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:10:58.452 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:58.452 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:58.453 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:10:58.553 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:10:58.602 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:58.603 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:58.603 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:10:58.704 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:10:58.745 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:58.745 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:58.746 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:10:58.846 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:10:58.882 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:58.883 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:58.883 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:10:58.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:58 smithi071 ceph-mon[107477]: pgmap v2465: 109 pgs: 1 active+recovery_wait+remapped, 1 active+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 10 active+remapped+backfill_wait, 95 active+clean; 926 MiB data, 9.6 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 664 op/s; 1242/44517 objects degraded (2.790%); 14699/44517 objects misplaced (33.019%); 1.7 MiB/s, 27 objects/s recovering 2024-09-13T15:10:58.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:10:58 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 1242/44517 objects degraded (2.790%), 2 pgs degraded, 1 pg undersized (PG_DEGRADED) 2024-09-13T15:10:58.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:58 smithi071 ceph-mon[112785]: pgmap v2465: 109 pgs: 1 active+recovery_wait+remapped, 1 active+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 10 active+remapped+backfill_wait, 95 active+clean; 926 MiB data, 9.6 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 664 op/s; 1242/44517 objects degraded (2.790%); 14699/44517 objects misplaced (33.019%); 1.7 MiB/s, 27 objects/s recovering 2024-09-13T15:10:58.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:10:58 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 1242/44517 objects degraded (2.790%), 2 pgs degraded, 1 pg undersized (PG_DEGRADED) 2024-09-13T15:10:58.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:58 smithi104 ceph-mon[105578]: pgmap v2465: 109 pgs: 1 active+recovery_wait+remapped, 1 active+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 10 active+remapped+backfill_wait, 95 active+clean; 926 MiB data, 9.6 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 664 op/s; 1242/44517 objects degraded (2.790%); 14699/44517 objects misplaced (33.019%); 1.7 MiB/s, 27 objects/s recovering 2024-09-13T15:10:58.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:10:58 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 1242/44517 objects degraded (2.790%), 2 pgs degraded, 1 pg undersized (PG_DEGRADED) 2024-09-13T15:10:58.984 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:10:59.015 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:59.016 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:59.016 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:10:59.117 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:10:59.144 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:59.145 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:59.145 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:10:59.246 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:10:59.291 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:59.292 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:59.292 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:10:59.393 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:10:59.423 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:59.424 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:59.424 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:10:59.525 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:10:59.553 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:59.553 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:59.554 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:10:59.654 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:10:59.688 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:59.688 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:59.689 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:10:59.789 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:10:59.839 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:10:59.839 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:59.840 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:10:59.941 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:10:59.966 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:10:59.967 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:10:59.967 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:11:00.068 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:00.089 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:00.090 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:00.090 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:00.191 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:00.218 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:00.219 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:00.219 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:00.320 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:00.358 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:00.359 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:00.359 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:00.460 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:00.488 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:00.489 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:00.489 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:00.590 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:00.611 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:00.612 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:00.613 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:00.716 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:00.751 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:00.752 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:00.753 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:00.853 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:11:00.890 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:00.891 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:00.891 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:11:00.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:00 smithi071 ceph-mon[107477]: pgmap v2466: 109 pgs: 1 active+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovery_wait+remapped, 1 active+recovering+undersized+degraded+remapped, 10 active+remapped+backfill_wait, 95 active+clean; 857 MiB data, 9.4 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 659 op/s; 1277/41205 objects degraded (3.099%); 13676/41205 objects misplaced (33.190%); 2.5 MiB/s, 39 objects/s recovering 2024-09-13T15:11:00.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:00 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:11:00.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:00 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:11:00.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:00 smithi071 ceph-mon[112785]: pgmap v2466: 109 pgs: 1 active+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovery_wait+remapped, 1 active+recovering+undersized+degraded+remapped, 10 active+remapped+backfill_wait, 95 active+clean; 857 MiB data, 9.4 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 659 op/s; 1277/41205 objects degraded (3.099%); 13676/41205 objects misplaced (33.190%); 2.5 MiB/s, 39 objects/s recovering 2024-09-13T15:11:00.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:00 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:11:00.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:00 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:11:00.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:00 smithi104 ceph-mon[105578]: pgmap v2466: 109 pgs: 1 active+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovery_wait+remapped, 1 active+recovering+undersized+degraded+remapped, 10 active+remapped+backfill_wait, 95 active+clean; 857 MiB data, 9.4 GiB used, 616 GiB / 626 GiB avail; 0 B/s wr, 659 op/s; 1277/41205 objects degraded (3.099%); 13676/41205 objects misplaced (33.190%); 2.5 MiB/s, 39 objects/s recovering 2024-09-13T15:11:00.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:00 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:11:00.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:00 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:11:00.993 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:11:01.019 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:01.019 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:01.020 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:11:01.121 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:11:01.149 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:01.150 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:01.150 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:11:01.251 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:11:01.277 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:01.278 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:01.278 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:11:01.379 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:11:01.423 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:01.423 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:01.424 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:11:01.525 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:11:01.560 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:01.561 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:01.561 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:11:01.662 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:01.697 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:01.697 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:01.698 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:01.799 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:11:01.840 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:01.841 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:01.841 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:11:01.942 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:11:01.980 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:01.981 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:01.981 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:11:02.082 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:11:02.128 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:02.128 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:02.129 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:11:02.230 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:02.268 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:02.268 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:02.269 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:02.370 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:11:02.410 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:02.413 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:02.414 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:11:02.515 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:02.536 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:02.536 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:02.536 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:02.637 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:02.662 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:02.663 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:02.664 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:02.764 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:11:02.790 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:02.790 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:02.791 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:11:02.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:02 smithi071 ceph-mon[112785]: pgmap v2467: 109 pgs: 1 active+recovery_wait+remapped, 1 active+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 10 active+remapped+backfill_wait, 95 active+clean; 757 MiB data, 9.2 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 700 op/s; 1277/36378 objects degraded (3.510%); 11820/36378 objects misplaced (32.492%); 1.7 MiB/s, 27 objects/s recovering 2024-09-13T15:11:02.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:02 smithi071 ceph-mon[107477]: pgmap v2467: 109 pgs: 1 active+recovery_wait+remapped, 1 active+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 10 active+remapped+backfill_wait, 95 active+clean; 757 MiB data, 9.2 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 700 op/s; 1277/36378 objects degraded (3.510%); 11820/36378 objects misplaced (32.492%); 1.7 MiB/s, 27 objects/s recovering 2024-09-13T15:11:02.891 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:11:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:11:02] "GET /metrics HTTP/1.1" 200 36749 "" "Prometheus/2.51.0" 2024-09-13T15:11:02.892 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:11:02.917 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:02.918 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:02.918 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:11:02.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:02 smithi104 ceph-mon[105578]: pgmap v2467: 109 pgs: 1 active+recovery_wait+remapped, 1 active+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 10 active+remapped+backfill_wait, 95 active+clean; 757 MiB data, 9.2 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 700 op/s; 1277/36378 objects degraded (3.510%); 11820/36378 objects misplaced (32.492%); 1.7 MiB/s, 27 objects/s recovering 2024-09-13T15:11:03.019 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:03.060 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:03.061 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:03.061 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:03.162 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:11:03.190 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:03.191 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:03.191 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:11:03.292 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:03.331 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:03.331 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:03.332 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:03.433 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:11:03.475 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:03.476 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:03.476 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:11:03.577 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:03.620 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:03.621 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:03.621 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:03.722 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:03.746 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:03.746 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:03.747 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:03.848 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:03.878 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:03.879 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:03.879 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:03.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:03 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 1277/36378 objects degraded (3.510%), 2 pgs degraded, 1 pg undersized (PG_DEGRADED) 2024-09-13T15:11:03.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:03 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 1277/36378 objects degraded (3.510%), 2 pgs degraded, 1 pg undersized (PG_DEGRADED) 2024-09-13T15:11:03.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:03 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 1277/36378 objects degraded (3.510%), 2 pgs degraded, 1 pg undersized (PG_DEGRADED) 2024-09-13T15:11:03.981 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:11:04.016 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:04.017 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:04.017 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:11:04.118 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:04.142 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:04.142 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:04.143 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:04.244 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:11:04.278 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:04.279 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:04.279 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:11:04.380 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:04.430 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:04.430 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:04.431 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:04.531 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:04.556 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:04.556 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:04.557 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:04.658 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:04.690 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:04.690 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:04.691 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:04.752 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:04 smithi071 ceph-mon[112785]: pgmap v2468: 109 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovery_wait+remapped, 1 active+remapped, 1 active+recovering+undersized+degraded+remapped, 10 active+remapped+backfill_wait, 95 active+clean; 647 MiB data, 9.0 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 725 op/s; 1350/31116 objects degraded (4.339%); 10544/31116 objects misplaced (33.886%); 2.5 MiB/s, 40 objects/s recovering 2024-09-13T15:11:04.752 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:04 smithi071 ceph-mon[107477]: pgmap v2468: 109 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovery_wait+remapped, 1 active+remapped, 1 active+recovering+undersized+degraded+remapped, 10 active+remapped+backfill_wait, 95 active+clean; 647 MiB data, 9.0 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 725 op/s; 1350/31116 objects degraded (4.339%); 10544/31116 objects misplaced (33.886%); 2.5 MiB/s, 40 objects/s recovering 2024-09-13T15:11:04.791 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:11:04.835 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:04.835 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:04.836 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:11:04.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:04 smithi104 ceph-mon[105578]: pgmap v2468: 109 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovery_wait+remapped, 1 active+remapped, 1 active+recovering+undersized+degraded+remapped, 10 active+remapped+backfill_wait, 95 active+clean; 647 MiB data, 9.0 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 725 op/s; 1350/31116 objects degraded (4.339%); 10544/31116 objects misplaced (33.886%); 2.5 MiB/s, 40 objects/s recovering 2024-09-13T15:11:04.936 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:11:04.985 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:04.985 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:04.986 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:11:05.086 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:11:05.119 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:05.120 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:05.121 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:11:05.221 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:05.245 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:05.246 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:05.246 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:05.347 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:11:05.371 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:05.372 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:05.372 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:11:05.474 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:05.496 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:05.497 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:05.497 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:05.598 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:11:05.619 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:05.620 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:05.620 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:11:05.721 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:11:05.761 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:05.761 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:05.762 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:11:05.766 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=false 2024-09-13T15:11:05.863 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:11:05.885 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:05.886 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:05.886 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:11:05.987 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:11:06.015 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:06.016 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:06.016 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:11:06.117 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:11:06.191 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:06.192 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:06.193 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:11:06.294 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:06.319 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:06.319 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:06.320 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:06.421 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:11:06.458 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:06.458 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:06.459 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:11:06.559 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:06.590 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:06.591 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:06.591 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:06.692 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:06.719 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:06.720 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:06.720 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:06.821 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:11:06.863 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:06.863 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:06.864 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:11:06.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:06 smithi071 ceph-mon[107477]: pgmap v2469: 109 pgs: 1 active+recovery_wait+remapped, 1 active+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 10 active+remapped+backfill_wait, 95 active+clean; 565 MiB data, 8.7 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 701 op/s; 1350/27177 objects degraded (4.967%); 8809/27177 objects misplaced (32.413%); 1.6 MiB/s, 25 objects/s recovering 2024-09-13T15:11:06.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:06 smithi071 ceph-mon[112785]: pgmap v2469: 109 pgs: 1 active+recovery_wait+remapped, 1 active+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 10 active+remapped+backfill_wait, 95 active+clean; 565 MiB data, 8.7 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 701 op/s; 1350/27177 objects degraded (4.967%); 8809/27177 objects misplaced (32.413%); 1.6 MiB/s, 25 objects/s recovering 2024-09-13T15:11:06.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:06 smithi104 ceph-mon[105578]: pgmap v2469: 109 pgs: 1 active+recovery_wait+remapped, 1 active+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 10 active+remapped+backfill_wait, 95 active+clean; 565 MiB data, 8.7 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 701 op/s; 1350/27177 objects degraded (4.967%); 8809/27177 objects misplaced (32.413%); 1.6 MiB/s, 25 objects/s recovering 2024-09-13T15:11:06.964 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:11:07.007 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:07.008 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:07.008 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:11:07.109 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:07.156 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:07.157 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:07.157 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:07.258 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:07.284 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:07.284 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:07.285 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:07.385 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:07.413 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:07.413 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:07.414 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:07.514 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:11:07.561 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:07.561 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:07.562 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:11:07.663 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:11:07.689 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:07.689 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:07.690 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:11:07.705 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T15:11:07.705 INFO:teuthology.orchestra.run.smithi071.stdout: "ops": [ 2024-09-13T15:11:07.705 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:11:07.705 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.46238.0:203756 11.1 11:8b63fdfa:::benchmark_data_smithi071_360808_object99045:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1477)", 2024-09-13T15:11:07.705 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:11:07.663119+0000", 2024-09-13T15:11:07.705 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.0067356990000000004, 2024-09-13T15:11:07.705 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0067642450000000003, 2024-09-13T15:11:07.705 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:11:07.705 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:11:07.705 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "waiting for sub ops", 2024-09-13T15:11:07.705 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:11:07.706 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.46238", 2024-09-13T15:11:07.706 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1306112367", 2024-09-13T15:11:07.706 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 203756 2024-09-13T15:11:07.706 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:11:07.706 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:11:07.706 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:11:07.706 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:11:07.706 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:07.663119+0000", 2024-09-13T15:11:07.706 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:11:07.706 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:11:07.706 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:11:07.706 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:11:07.706 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:07.663119+0000", 2024-09-13T15:11:07.707 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:11:07.707 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:11:07.707 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:11:07.707 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:11:07.707 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:07.663120+0000", 2024-09-13T15:11:07.707 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.6020000000000001e-06 2024-09-13T15:11:07.707 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:11:07.707 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:11:07.707 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:11:07.707 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:07.663126+0000", 2024-09-13T15:11:07.707 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.3689999999999998e-06 2024-09-13T15:11:07.707 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:11:07.708 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:11:07.708 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:11:07.708 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:07.663137+0000", 2024-09-13T15:11:07.708 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1168e-05 2024-09-13T15:11:07.708 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:11:07.708 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:11:07.708 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:11:07.708 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:07.663145+0000", 2024-09-13T15:11:07.708 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.6880000000000005e-06 2024-09-13T15:11:07.708 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:11:07.708 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:11:07.708 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:11:07.708 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:07.663211+0000", 2024-09-13T15:11:07.709 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.6055000000000004e-05 2024-09-13T15:11:07.709 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:11:07.709 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:11:07.709 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:11:07.709 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:07.663342+0000", 2024-09-13T15:11:07.709 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013015499999999999 2024-09-13T15:11:07.709 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:11:07.709 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:11:07.709 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 2,3,6", 2024-09-13T15:11:07.709 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:07.663481+0000", 2024-09-13T15:11:07.709 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000139667 2024-09-13T15:11:07.709 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:11:07.710 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:11:07.710 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:11:07.710 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:11:07.710 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:11:07.710 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.46238.0:203754 11.2 e1477/1439 11:46258cf6:::benchmark_data_smithi071_360808_object99043:head v 1477'12501, mlcod=1477'12497)", 2024-09-13T15:11:07.710 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:11:07.663444+0000", 2024-09-13T15:11:07.710 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.0064105409999999996, 2024-09-13T15:11:07.710 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0065043289999999997, 2024-09-13T15:11:07.710 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:11:07.710 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:11:07.710 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "started", 2024-09-13T15:11:07.710 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:11:07.710 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:11:07.710 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:11:07.711 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:07.663444+0000", 2024-09-13T15:11:07.711 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:11:07.711 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:11:07.711 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:11:07.711 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:11:07.711 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:07.663444+0000", 2024-09-13T15:11:07.711 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:11:07.711 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:11:07.711 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:11:07.711 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:11:07.711 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:07.663445+0000", 2024-09-13T15:11:07.711 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.9999999999999995e-07 2024-09-13T15:11:07.711 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:11:07.712 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:11:07.712 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:11:07.712 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:07.663452+0000", 2024-09-13T15:11:07.712 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.8410000000000002e-06 2024-09-13T15:11:07.712 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:11:07.712 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:11:07.712 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:11:07.712 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:07.663463+0000", 2024-09-13T15:11:07.712 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1669e-05 2024-09-13T15:11:07.713 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:11:07.713 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:11:07.713 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:11:07.713 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:07.663470+0000", 2024-09-13T15:11:07.713 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.8539999999999999e-06 2024-09-13T15:11:07.713 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:11:07.713 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:11:07.713 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:11:07.713 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:07.663534+0000", 2024-09-13T15:11:07.713 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.4255000000000001e-05 2024-09-13T15:11:07.713 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:11:07.714 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:11:07.714 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:11:07.714 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:07.663554+0000", 2024-09-13T15:11:07.714 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.0064e-05 2024-09-13T15:11:07.714 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:11:07.714 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:11:07.714 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:11:07.714 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:11:07.714 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:11:07.714 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.46238.0:203753 11.8 e1477/1471 11:16ca0ff9:::benchmark_data_smithi071_360808_object99042:head v 1477'12868, mlcod=1477'12865)", 2024-09-13T15:11:07.714 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:11:07.663506+0000", 2024-09-13T15:11:07.714 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.0063477430000000003, 2024-09-13T15:11:07.714 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0065061479999999998, 2024-09-13T15:11:07.715 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:11:07.715 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:11:07.715 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "started", 2024-09-13T15:11:07.715 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:11:07.715 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:11:07.715 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:11:07.715 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:07.663506+0000", 2024-09-13T15:11:07.715 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:11:07.715 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:11:07.715 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:11:07.715 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:11:07.715 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:07.663506+0000", 2024-09-13T15:11:07.715 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:11:07.716 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:11:07.716 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:11:07.716 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:11:07.716 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:07.663507+0000", 2024-09-13T15:11:07.716 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.5900000000000002e-07 2024-09-13T15:11:07.716 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:11:07.716 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:11:07.716 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:11:07.716 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:07.663511+0000", 2024-09-13T15:11:07.716 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.0679999999999998e-06 2024-09-13T15:11:07.716 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:11:07.717 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:11:07.717 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:11:07.717 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:07.663518+0000", 2024-09-13T15:11:07.717 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.0729999999999999e-06 2024-09-13T15:11:07.717 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:11:07.717 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:11:07.717 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:11:07.717 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:07.663523+0000", 2024-09-13T15:11:07.717 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.5379999999999996e-06 2024-09-13T15:11:07.717 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:11:07.717 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:11:07.717 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:11:07.718 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:07.663582+0000", 2024-09-13T15:11:07.718 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.9293000000000003e-05 2024-09-13T15:11:07.718 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:11:07.718 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:11:07.718 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:11:07.718 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:07.663607+0000", 2024-09-13T15:11:07.718 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.4975000000000001e-05 2024-09-13T15:11:07.718 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:11:07.718 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:11:07.718 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:11:07.718 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:11:07.718 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:11:07.718 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.46238.0:203757 11.e e1477/1468 11:76fb590e:::benchmark_data_smithi071_360808_object99046:head v 1477'12586, mlcod=1477'12584)", 2024-09-13T15:11:07.718 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:11:07.665057+0000", 2024-09-13T15:11:07.719 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.0047970199999999999, 2024-09-13T15:11:07.719 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.005001976, 2024-09-13T15:11:07.719 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:11:07.719 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:11:07.719 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "started", 2024-09-13T15:11:07.719 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:11:07.719 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:11:07.719 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:11:07.719 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:07.665057+0000", 2024-09-13T15:11:07.719 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:11:07.719 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:11:07.719 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:11:07.719 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:11:07.719 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:07.665057+0000", 2024-09-13T15:11:07.720 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:11:07.720 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:11:07.720 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:11:07.720 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:11:07.720 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:07.665058+0000", 2024-09-13T15:11:07.720 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.1800000000000004e-07 2024-09-13T15:11:07.720 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:11:07.720 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:11:07.720 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:11:07.720 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:07.665064+0000", 2024-09-13T15:11:07.720 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.2029999999999997e-06 2024-09-13T15:11:07.720 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:11:07.721 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:11:07.721 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:11:07.721 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:07.665080+0000", 2024-09-13T15:11:07.721 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.5313000000000001e-05 2024-09-13T15:11:07.721 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:11:07.721 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:11:07.721 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:11:07.721 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:07.665086+0000", 2024-09-13T15:11:07.721 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.7599999999999997e-06 2024-09-13T15:11:07.721 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:11:07.721 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:11:07.721 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:11:07.721 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:07.665776+0000", 2024-09-13T15:11:07.722 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00068925799999999999 2024-09-13T15:11:07.722 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:11:07.722 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:11:07.722 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:11:07.722 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:07.665794+0000", 2024-09-13T15:11:07.722 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.8780999999999999e-05 2024-09-13T15:11:07.722 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:11:07.722 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:11:07.722 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:11:07.722 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:11:07.722 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:11:07.722 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.46238.0:203761 11.1 11.da909871 (undecoded) ondisk+write+known_if_redirected+supports_pool_eio e1477)", 2024-09-13T15:11:07.722 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:11:07.669192+0000", 2024-09-13T15:11:07.722 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.00066231000000000005, 2024-09-13T15:11:07.723 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00091593100000000004, 2024-09-13T15:11:07.723 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:11:07.723 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:11:07.723 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "queued for pg", 2024-09-13T15:11:07.723 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:11:07.723 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.46238", 2024-09-13T15:11:07.723 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1306112367", 2024-09-13T15:11:07.723 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 203761 2024-09-13T15:11:07.723 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:11:07.723 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:11:07.723 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:11:07.723 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:11:07.723 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:07.669192+0000", 2024-09-13T15:11:07.723 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:11:07.724 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:11:07.724 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:11:07.724 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:11:07.724 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:07.669192+0000", 2024-09-13T15:11:07.724 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:11:07.724 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:11:07.724 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:11:07.724 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:11:07.724 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:07.669194+0000", 2024-09-13T15:11:07.724 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.637e-06 2024-09-13T15:11:07.724 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:11:07.724 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:11:07.724 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:11:07.725 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:07.669199+0000", 2024-09-13T15:11:07.725 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.6200000000000004e-06 2024-09-13T15:11:07.725 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:11:07.725 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:11:07.725 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:11:07.725 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:07.669212+0000", 2024-09-13T15:11:07.725 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2798e-05 2024-09-13T15:11:07.725 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:11:07.725 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:11:07.725 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:11:07.725 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:07.669220+0000", 2024-09-13T15:11:07.725 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.8620000000000003e-06 2024-09-13T15:11:07.725 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:11:07.726 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:11:07.726 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:11:07.726 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:11:07.726 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:11:07.726 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.46238.0:203760 11.e e1477/1468 11:7b104724:::benchmark_data_smithi071_360808_object99049:head v 1477'12587, mlcod=1477'12584)", 2024-09-13T15:11:07.726 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:11:07.669243+0000", 2024-09-13T15:11:07.726 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 0.00061127600000000001, 2024-09-13T15:11:07.726 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00091144999999999996, 2024-09-13T15:11:07.726 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:11:07.726 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:11:07.726 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "started", 2024-09-13T15:11:07.727 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:11:07.727 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:11:07.727 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:11:07.727 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:07.669243+0000", 2024-09-13T15:11:07.727 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:11:07.727 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:11:07.727 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:11:07.727 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:11:07.727 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:07.669243+0000", 2024-09-13T15:11:07.727 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:11:07.727 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:11:07.727 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:11:07.727 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:11:07.727 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:07.669244+0000", 2024-09-13T15:11:07.728 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.3499999999999996e-07 2024-09-13T15:11:07.728 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:11:07.728 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:11:07.728 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:11:07.728 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:07.669248+0000", 2024-09-13T15:11:07.728 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.5190000000000003e-06 2024-09-13T15:11:07.728 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:11:07.728 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:11:07.728 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:11:07.728 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:07.669255+0000", 2024-09-13T15:11:07.728 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.968e-06 2024-09-13T15:11:07.728 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:11:07.728 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:11:07.729 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:11:07.729 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:07.669260+0000", 2024-09-13T15:11:07.729 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.6670000000000004e-06 2024-09-13T15:11:07.729 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:11:07.729 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:11:07.729 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:11:07.729 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:07.669566+0000", 2024-09-13T15:11:07.729 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00030604800000000001 2024-09-13T15:11:07.729 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:11:07.729 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:11:07.729 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:11:07.729 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:07.669666+0000", 2024-09-13T15:11:07.729 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.9936e-05 2024-09-13T15:11:07.730 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:11:07.730 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:11:07.730 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:11:07.730 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:11:07.730 INFO:teuthology.orchestra.run.smithi071.stdout: ], 2024-09-13T15:11:07.730 INFO:teuthology.orchestra.run.smithi071.stdout: "num_ops": 6 2024-09-13T15:11:07.730 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T15:11:07.791 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:07.815 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:07.816 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:07.817 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:07.918 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:11:07.967 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:07.968 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:07.968 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:11:08.069 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:08.095 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:08.096 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:08.096 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:08.197 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:08.232 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:08.233 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:08.233 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:08.334 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:11:08.360 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:08.361 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:08.361 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:11:08.462 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:11:08.500 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:08.501 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:08.502 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:11:08.603 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:11:08.633 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:08.634 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:08.635 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:11:08.736 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:11:08.763 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:08.764 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:08.765 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:11:08.865 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:11:08.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:08 smithi071 ceph-mon[107477]: pgmap v2470: 109 pgs: 1 active+recovery_wait+remapped, 1 active+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 10 active+remapped+backfill_wait, 95 active+clean; 489 MiB data, 8.5 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 690 op/s; 1350/23517 objects degraded (5.741%); 7793/23517 objects misplaced (33.138%); 1.6 MiB/s, 25 objects/s recovering 2024-09-13T15:11:08.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:08 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 1350/23517 objects degraded (5.741%), 2 pgs degraded, 1 pg undersized (PG_DEGRADED) 2024-09-13T15:11:08.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:08 smithi071 ceph-mon[112785]: pgmap v2470: 109 pgs: 1 active+recovery_wait+remapped, 1 active+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 10 active+remapped+backfill_wait, 95 active+clean; 489 MiB data, 8.5 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 690 op/s; 1350/23517 objects degraded (5.741%); 7793/23517 objects misplaced (33.138%); 1.6 MiB/s, 25 objects/s recovering 2024-09-13T15:11:08.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:08 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 1350/23517 objects degraded (5.741%), 2 pgs degraded, 1 pg undersized (PG_DEGRADED) 2024-09-13T15:11:08.908 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:08.909 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:08.909 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:11:08.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:08 smithi104 ceph-mon[105578]: pgmap v2470: 109 pgs: 1 active+recovery_wait+remapped, 1 active+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 10 active+remapped+backfill_wait, 95 active+clean; 489 MiB data, 8.5 GiB used, 617 GiB / 626 GiB avail; 0 B/s wr, 690 op/s; 1350/23517 objects degraded (5.741%); 7793/23517 objects misplaced (33.138%); 1.6 MiB/s, 25 objects/s recovering 2024-09-13T15:11:08.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:08 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 1350/23517 objects degraded (5.741%), 2 pgs degraded, 1 pg undersized (PG_DEGRADED) 2024-09-13T15:11:09.010 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:11:09.040 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:09.041 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:09.041 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:11:09.142 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:11:09.168 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:09.169 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:09.169 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:11:09.270 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:11:09.322 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:09.323 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:09.324 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:11:09.384 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:11:09.424 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:09.450 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:09.450 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:09.451 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:09.551 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:09.610 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:09.611 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:09.611 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:09.711 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:11:09.735 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:09.736 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:09.736 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:11:09.837 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:11:09.877 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:09.878 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:09.878 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:11:09.979 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:11:10.008 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:10.009 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:10.009 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:11:10.098 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:11:10.103 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.0 dump_blocked_ops 2024-09-13T15:11:10.110 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:11:10.135 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:10.136 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:10.136 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:11:10.237 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:10.259 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:10.260 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:10.260 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:10.361 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:10.424 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:10.424 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:10.425 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:10.525 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:10.578 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:10.578 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:10.579 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:10.642 INFO:teuthology.orchestra.run.smithi071.stderr:noscrub is set 2024-09-13T15:11:10.679 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:11:10.728 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:10.728 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:10.729 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:11:10.830 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:11:10.860 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:10.861 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:10.861 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:11:10.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:10 smithi071 ceph-mon[112785]: pgmap v2471: 109 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovery_wait+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+remapped+backfill_wait, 95 active+clean; 420 MiB data, 8.2 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 675 op/s; 1367/20190 objects degraded (6.771%); 6681/20190 objects misplaced (33.091%); 2.6 MiB/s, 42 objects/s recovering 2024-09-13T15:11:10.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:10 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3232099674' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T15:11:10.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:10 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T15:11:10.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:10 smithi071 ceph-mon[107477]: pgmap v2471: 109 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovery_wait+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+remapped+backfill_wait, 95 active+clean; 420 MiB data, 8.2 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 675 op/s; 1367/20190 objects degraded (6.771%); 6681/20190 objects misplaced (33.091%); 2.6 MiB/s, 42 objects/s recovering 2024-09-13T15:11:10.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:10 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3232099674' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T15:11:10.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:10 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T15:11:10.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:10 smithi104 ceph-mon[105578]: pgmap v2471: 109 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovery_wait+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+remapped+backfill_wait, 95 active+clean; 420 MiB data, 8.2 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 675 op/s; 1367/20190 objects degraded (6.771%); 6681/20190 objects misplaced (33.091%); 2.6 MiB/s, 42 objects/s recovering 2024-09-13T15:11:10.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:10 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3232099674' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T15:11:10.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:10 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd set", "key": "noscrub"} : dispatch 2024-09-13T15:11:10.962 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:11:10.992 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:10.993 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:10.993 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:11:11.094 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:11:11.133 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:11.133 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:11.134 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:11:11.235 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:11:11.262 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:11.263 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:11.263 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:11:11.364 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:11:11.421 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:11.421 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:11.422 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:11:11.522 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:11:11.543 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:11.544 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:11.544 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:11:11.645 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:11.673 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:11.674 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:11.674 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:11.775 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:11:11.819 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:11.819 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:11.820 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:11:11.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:11 smithi071 ceph-mon[107477]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:11:11.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:11 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T15:11:11.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:11 smithi071 ceph-mon[107477]: osdmap e1478: 8 total, 8 up, 7 in 2024-09-13T15:11:11.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:11 smithi071 ceph-mon[112785]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:11:11.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:11 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T15:11:11.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:11 smithi071 ceph-mon[112785]: osdmap e1478: 8 total, 8 up, 7 in 2024-09-13T15:11:11.921 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:11.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:11 smithi104 ceph-mon[105578]: Health check failed: noscrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:11:11.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:11 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd set", "key": "noscrub"}]': finished 2024-09-13T15:11:11.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:11 smithi104 ceph-mon[105578]: osdmap e1478: 8 total, 8 up, 7 in 2024-09-13T15:11:11.965 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:11.965 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:11.966 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:12.067 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:11:12.119 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:12.120 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:12.120 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:11:12.221 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:12.266 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:12.267 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:12.267 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:12.368 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:11:12.395 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:12.396 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:12.396 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:11:12.497 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:12.536 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:12.537 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:12.537 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:12.638 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:11:12.664 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:12.665 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:12.665 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:11:12.766 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:12.795 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:12.796 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:12.796 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:12.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:12 smithi071 ceph-mon[107477]: pgmap v2473: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+remapped+backfill_wait, 95 active+clean; 331 MiB data, 8.0 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 681 op/s; 1367/15927 objects degraded (8.583%); 5053/15927 objects misplaced (31.726%); 2.2 MiB/s, 35 objects/s recovering 2024-09-13T15:11:12.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:12 smithi071 ceph-mon[112785]: pgmap v2473: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+remapped+backfill_wait, 95 active+clean; 331 MiB data, 8.0 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 681 op/s; 1367/15927 objects degraded (8.583%); 5053/15927 objects misplaced (31.726%); 2.2 MiB/s, 35 objects/s recovering 2024-09-13T15:11:12.891 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:11:12 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:11:12] "GET /metrics HTTP/1.1" 200 36749 "" "Prometheus/2.51.0" 2024-09-13T15:11:12.897 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:11:12.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:12 smithi104 ceph-mon[105578]: pgmap v2473: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+remapped+backfill_wait, 95 active+clean; 331 MiB data, 8.0 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 681 op/s; 1367/15927 objects degraded (8.583%); 5053/15927 objects misplaced (31.726%); 2.2 MiB/s, 35 objects/s recovering 2024-09-13T15:11:12.927 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:12.928 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:12.928 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:11:13.029 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:11:13.072 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:13.072 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:13.073 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:11:13.173 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:13.204 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:13.204 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:13.205 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:13.306 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:11:13.335 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:13.336 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:13.336 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:11:13.437 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:11:13.480 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:13.481 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:13.481 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:11:13.556 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:11:13.583 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:11:13.607 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:13.608 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:13.608 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:11:13.709 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:11:13.761 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:13.762 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:13.762 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:11:13.863 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:11:13.887 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:13.888 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:13.888 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:11:13.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:13 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 1367/15927 objects degraded (8.583%), 2 pgs degraded, 1 pg undersized (PG_DEGRADED) 2024-09-13T15:11:13.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:13 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 1367/15927 objects degraded (8.583%), 2 pgs degraded, 1 pg undersized (PG_DEGRADED) 2024-09-13T15:11:13.989 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:14.015 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:14.015 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:14.015 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:14.116 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:11:14.157 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:14.157 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:14.158 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:11:14.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:13 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 1367/15927 objects degraded (8.583%), 2 pgs degraded, 1 pg undersized (PG_DEGRADED) 2024-09-13T15:11:14.258 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:11:14.296 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:14.296 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:14.297 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:11:14.397 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:11:14.424 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:14.425 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:14.425 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:11:14.526 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:14.569 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:14.570 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:14.570 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:14.671 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:11:14.709 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:14.709 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:14.710 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:11:14.810 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:11:14.851 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:14.852 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:14.852 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:11:14.953 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:14.999 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:15.000 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:15.000 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:15.003 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd set nodeep-scrub 2024-09-13T15:11:15.045 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:14 smithi071 ceph-mon[107477]: pgmap v2474: 109 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovery_wait+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+remapped+backfill_wait, 95 active+clean; 227 MiB data, 7.8 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 671 op/s; 1376/10971 objects degraded (12.542%); 3795/10971 objects misplaced (34.591%); 2.5 MiB/s, 40 objects/s recovering 2024-09-13T15:11:15.045 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:14 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:11:15.046 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:14 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:11:15.046 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:14 smithi071 ceph-mon[112785]: pgmap v2474: 109 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovery_wait+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+remapped+backfill_wait, 95 active+clean; 227 MiB data, 7.8 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 671 op/s; 1376/10971 objects degraded (12.542%); 3795/10971 objects misplaced (34.591%); 2.5 MiB/s, 40 objects/s recovering 2024-09-13T15:11:15.046 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:14 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:11:15.046 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:14 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:11:15.101 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:11:15.142 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:15.143 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:15.143 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:11:15.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:14 smithi104 ceph-mon[105578]: pgmap v2474: 109 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovery_wait+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+remapped+backfill_wait, 95 active+clean; 227 MiB data, 7.8 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 671 op/s; 1376/10971 objects degraded (12.542%); 3795/10971 objects misplaced (34.591%); 2.5 MiB/s, 40 objects/s recovering 2024-09-13T15:11:15.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:14 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:11:15.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:14 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:11:15.244 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:11:15.274 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:15.275 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:15.275 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:11:15.376 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:11:15.424 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:15.425 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:15.425 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:11:15.526 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:11:15.547 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:15.548 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:15.548 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:11:15.649 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:11:15.670 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:15.671 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:15.671 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:11:15.772 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:11:15.795 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:15.796 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:15.796 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:11:15.897 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:15.919 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:15.919 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:15.920 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:16.021 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:11:16.042 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:16.043 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:16.043 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:11:16.072 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:15 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2813338684' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:11:16.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:15 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2813338684' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:11:16.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:15 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2813338684' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:11:16.144 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:11:16.176 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:16.177 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:16.177 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:11:16.278 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:11:16.311 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:16.312 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:16.313 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:11:16.413 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:11:16.452 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:16.453 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:16.453 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:11:16.470 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Removed 104708 objects 2024-09-13T15:11:16.470 INFO:tasks.radosbench.radosbench.0.smithi071.stdout:Clean up completed and total clean up time :144.325 2024-09-13T15:11:16.531 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T15:11:16.531 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T15:11:16.531 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T15:11:16.531 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T15:11:16.531 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T15:11:16.531 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T15:11:16.531 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T15:11:16.532 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T15:11:16.532 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T15:11:16.532 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T15:11:16.532 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T15:11:16.532 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T15:11:16.532 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T15:11:16.532 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T15:11:16.533 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T15:11:16.533 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T15:11:16.554 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:16.577 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:16.578 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:16.578 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:16.679 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:11:16.701 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:16.702 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:16.702 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:11:16.803 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:11:16.825 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:16.826 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:16.827 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:11:16.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:16 smithi071 ceph-mon[107477]: pgmap v2475: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+remapped+backfill_wait, 95 active+clean; 146 MiB data, 7.6 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 670 op/s; 1376/7041 objects degraded (19.543%); 2070/7041 objects misplaced (29.399%); 2.5 MiB/s, 40 objects/s recovering 2024-09-13T15:11:16.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:16 smithi071 ceph-mon[112785]: pgmap v2475: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+remapped+backfill_wait, 95 active+clean; 146 MiB data, 7.6 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 670 op/s; 1376/7041 objects degraded (19.543%); 2070/7041 objects misplaced (29.399%); 2.5 MiB/s, 40 objects/s recovering 2024-09-13T15:11:16.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:16 smithi104 ceph-mon[105578]: pgmap v2475: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+remapped+backfill_wait, 95 active+clean; 146 MiB data, 7.6 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 670 op/s; 1376/7041 objects degraded (19.543%); 2070/7041 objects misplaced (29.399%); 2.5 MiB/s, 40 objects/s recovering 2024-09-13T15:11:16.927 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:11:16.949 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:16.950 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:16.950 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:11:17.051 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:17.073 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:17.073 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:17.074 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:17.175 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:11:17.197 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:17.197 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:17.197 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:11:17.298 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:11:17.319 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:17.320 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:17.320 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:11:17.421 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:11:17.442 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:17.443 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:17.443 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:11:17.544 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:11:17.567 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:17.567 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:17.568 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:11:17.669 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:11:17.693 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:17.694 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:17.694 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:11:17.795 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:11:17.817 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:17.817 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:17.818 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:11:17.918 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:11:17.941 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:17.942 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:17.942 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:11:18.043 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:11:18.066 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:18.066 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:18.067 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:11:18.168 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:11:18.189 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:18.190 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:18.190 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:11:18.291 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:11:18.314 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:18.315 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:18.315 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:11:18.416 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:18.437 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:18.438 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:18.439 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:18.539 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:11:18.561 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:18.562 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:18.562 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:11:18.663 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:11:18.684 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:18.685 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:18.685 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:11:18.786 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:11:18.808 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:18.809 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:18.809 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:11:18.893 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:18 smithi071 ceph-mon[107477]: pgmap v2476: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+remapped+backfill_wait, 95 active+clean; 71 MiB data, 7.4 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 668 op/s; 1376/3456 objects degraded (39.815%); 1065/3456 objects misplaced (30.816%); 2.5 MiB/s, 40 objects/s recovering 2024-09-13T15:11:18.893 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:18 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 1376/3456 objects degraded (39.815%), 2 pgs degraded, 1 pg undersized (PG_DEGRADED) 2024-09-13T15:11:18.894 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:18 smithi071 ceph-mon[112785]: pgmap v2476: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+remapped+backfill_wait, 95 active+clean; 71 MiB data, 7.4 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 668 op/s; 1376/3456 objects degraded (39.815%); 1065/3456 objects misplaced (30.816%); 2.5 MiB/s, 40 objects/s recovering 2024-09-13T15:11:18.894 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:18 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 1376/3456 objects degraded (39.815%), 2 pgs degraded, 1 pg undersized (PG_DEGRADED) 2024-09-13T15:11:18.910 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:11:18.932 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:18.933 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:18.933 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:11:19.034 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:19.057 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:19.057 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:19.058 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:19.159 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:11:19.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:18 smithi104 ceph-mon[105578]: pgmap v2476: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+remapped+backfill_wait, 95 active+clean; 71 MiB data, 7.4 GiB used, 618 GiB / 626 GiB avail; 0 B/s wr, 668 op/s; 1376/3456 objects degraded (39.815%); 1065/3456 objects misplaced (30.816%); 2.5 MiB/s, 40 objects/s recovering 2024-09-13T15:11:19.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:18 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 1376/3456 objects degraded (39.815%), 2 pgs degraded, 1 pg undersized (PG_DEGRADED) 2024-09-13T15:11:19.180 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:19.180 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:19.181 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:11:19.282 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:11:19.303 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:19.303 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:19.304 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:11:19.405 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:11:19.426 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:19.426 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:19.427 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:11:19.528 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:19.549 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:19.549 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:19.550 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:19.650 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:11:19.672 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:19.673 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:19.673 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:11:19.774 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:11:19.795 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:19.795 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:19.796 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:11:19.897 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:11:19.918 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:19.919 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:19.919 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:11:20.016 INFO:tasks.cephadm.ceph_manager.ceph:removing pool_name unique_pool_6 2024-09-13T15:11:20.017 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd pool rm unique_pool_6 unique_pool_6 --yes-i-really-really-mean-it 2024-09-13T15:11:20.020 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:20.042 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:20.042 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:20.042 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:20.143 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:11:20.168 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:20.169 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:20.169 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:11:20.270 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:11:20.295 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:20.296 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:20.296 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:11:20.397 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:11:20.420 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:20.420 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:20.421 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:11:20.522 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:20.544 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:20.544 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:20.545 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:20.646 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:11:20.667 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:20.668 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:20.668 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:11:20.695 INFO:teuthology.orchestra.run.smithi071.stdout:moved 37 / 327 (11.315%) 2024-09-13T15:11:20.695 INFO:teuthology.orchestra.run.smithi071.stdout:avg 46.7143 2024-09-13T15:11:20.695 INFO:teuthology.orchestra.run.smithi071.stdout:stddev 5.57326 -> 14.26 (expected baseline 6.32778) 2024-09-13T15:11:20.695 INFO:teuthology.orchestra.run.smithi071.stdout:min osd.1 with 35 -> 20 pgs (0.749235 -> 0.428135 * mean) 2024-09-13T15:11:20.695 INFO:teuthology.orchestra.run.smithi071.stdout:max osd.6 with 54 -> 66 pgs (1.15596 -> 1.41284 * mean) 2024-09-13T15:11:20.696 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T15:11:20.696 INFO:teuthology.orchestra.run.smithi071.stdout:oload 110 2024-09-13T15:11:20.696 INFO:teuthology.orchestra.run.smithi071.stdout:max_change 3 2024-09-13T15:11:20.696 INFO:teuthology.orchestra.run.smithi071.stdout:max_change_osds 4 2024-09-13T15:11:20.696 INFO:teuthology.orchestra.run.smithi071.stdout:average_utilization 0.0115 2024-09-13T15:11:20.696 INFO:teuthology.orchestra.run.smithi071.stdout:overload_utilization 0.0127 2024-09-13T15:11:20.696 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1 weight 0.5923 -> 0.3663 2024-09-13T15:11:20.696 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5 weight 0.8528 -> 0.6608 2024-09-13T15:11:20.696 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0 weight 0.8739 -> 0.7447 2024-09-13T15:11:20.696 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3 weight 0.8477 -> 0.7562 2024-09-13T15:11:20.769 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:11:20.790 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:20.791 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:20.791 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:11:20.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:20 smithi071 ceph-mon[107477]: pgmap v2477: 109 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovery_wait+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+remapped+backfill_wait, 95 active+clean; 25 MiB data, 7.2 GiB used, 619 GiB / 626 GiB avail; 0 B/s wr, 631 op/s; 1385/1236 objects degraded (112.055%); 407/1236 objects misplaced (32.929%); 2.0 MiB/s, 57 objects/s recovering 2024-09-13T15:11:20.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:20 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd reweightn", "weights": "{'0':'48807','1':'24004','3':'49560','5':'43303'}"} : dispatch 2024-09-13T15:11:20.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:20 smithi071 ceph-mon[112785]: pgmap v2477: 109 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovery_wait+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+remapped+backfill_wait, 95 active+clean; 25 MiB data, 7.2 GiB used, 619 GiB / 626 GiB avail; 0 B/s wr, 631 op/s; 1385/1236 objects degraded (112.055%); 407/1236 objects misplaced (32.929%); 2.0 MiB/s, 57 objects/s recovering 2024-09-13T15:11:20.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:20 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd reweightn", "weights": "{'0':'48807','1':'24004','3':'49560','5':'43303'}"} : dispatch 2024-09-13T15:11:20.892 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:11:20.913 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:20.913 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:20.914 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:11:21.015 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:11:21.038 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:21.039 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:21.039 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:11:21.140 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:11:21.161 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:21.162 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:21.162 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:11:21.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:20 smithi104 ceph-mon[105578]: pgmap v2477: 109 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovery_wait+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+remapped+backfill_wait, 95 active+clean; 25 MiB data, 7.2 GiB used, 619 GiB / 626 GiB avail; 0 B/s wr, 631 op/s; 1385/1236 objects degraded (112.055%); 407/1236 objects misplaced (32.929%); 2.0 MiB/s, 57 objects/s recovering 2024-09-13T15:11:21.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:20 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd reweightn", "weights": "{'0':'48807','1':'24004','3':'49560','5':'43303'}"} : dispatch 2024-09-13T15:11:21.263 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:21.284 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:21.285 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:21.285 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:21.386 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:21.407 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:21.408 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:21.409 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:21.509 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:21.532 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:21.533 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:21.533 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:21.634 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:11:21.655 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:21.656 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:21.656 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:11:21.757 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:21.779 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:21.780 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:21.780 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:21.881 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:11:21.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:21 smithi071 ceph-mon[107477]: from='client.46415 -' entity='client.admin' cmd=[{"prefix": "osd reweight-by-utilization", "oload": 110, "max_change": 3.0, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T15:11:21.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:21 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd reweightn", "weights": "{'0':'48807','1':'24004','3':'49560','5':'43303'}"}]': finished 2024-09-13T15:11:21.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:21 smithi071 ceph-mon[107477]: osdmap e1479: 8 total, 8 up, 7 in 2024-09-13T15:11:21.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:21 smithi071 ceph-mon[107477]: osdmap e1480: 8 total, 8 up, 7 in 2024-09-13T15:11:21.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:21 smithi071 ceph-mon[112785]: from='client.46415 -' entity='client.admin' cmd=[{"prefix": "osd reweight-by-utilization", "oload": 110, "max_change": 3.0, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T15:11:21.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:21 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd reweightn", "weights": "{'0':'48807','1':'24004','3':'49560','5':'43303'}"}]': finished 2024-09-13T15:11:21.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:21 smithi071 ceph-mon[112785]: osdmap e1479: 8 total, 8 up, 7 in 2024-09-13T15:11:21.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:21 smithi071 ceph-mon[112785]: osdmap e1480: 8 total, 8 up, 7 in 2024-09-13T15:11:21.902 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:21.902 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:21.903 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:11:22.004 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:22.025 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:22.025 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:22.025 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:22.126 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:11:22.149 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:22.149 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:22.150 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:11:22.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:21 smithi104 ceph-mon[105578]: from='client.46415 -' entity='client.admin' cmd=[{"prefix": "osd reweight-by-utilization", "oload": 110, "max_change": 3.0, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T15:11:22.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:21 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd='[{"prefix": "osd reweightn", "weights": "{'0':'48807','1':'24004','3':'49560','5':'43303'}"}]': finished 2024-09-13T15:11:22.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:21 smithi104 ceph-mon[105578]: osdmap e1479: 8 total, 8 up, 7 in 2024-09-13T15:11:22.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:21 smithi104 ceph-mon[105578]: osdmap e1480: 8 total, 8 up, 7 in 2024-09-13T15:11:22.251 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:11:22.274 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:22.274 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:22.275 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:11:22.376 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:11:22.397 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:22.397 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:22.398 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:11:22.499 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:11:22.519 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:22.520 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:22.520 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:11:22.621 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:11:22.643 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:22.643 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:22.644 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:11:22.745 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:11:22.768 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:22.768 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:22.769 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:11:22.870 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:11:22.891 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:22.892 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:22.892 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:11:22.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:22 smithi071 ceph-mon[107477]: pgmap v2479: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+remapped+backfill_wait, 95 active+clean; 6.0 MiB data, 7.1 GiB used, 619 GiB / 626 GiB avail; 0 B/s wr, 519 op/s; 1385/339 objects degraded (408.555%); 66/339 objects misplaced (19.469%); 2.0 MiB/s, 57 objects/s recovering 2024-09-13T15:11:22.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:22 smithi071 ceph-mon[107477]: 11.5 continuing backfill to osd.0 from (1451'6902,1478'13034] MIN to 1478'13034 2024-09-13T15:11:22.893 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:22 smithi071 ceph-mon[107477]: 11.8 continuing backfill to osd.2 from (1452'7422,1478'13220] MIN to 1478'13220 2024-09-13T15:11:22.893 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:22 smithi071 ceph-mon[107477]: 11.5 starting backfill to osd.2 from (0'0,0'0] MAX to 1478'13034 2024-09-13T15:11:22.893 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:22 smithi071 ceph-mon[107477]: 11.8 starting backfill to osd.4 from (0'0,0'0] MAX to 1478'13220 2024-09-13T15:11:22.893 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:22 smithi071 ceph-mon[107477]: 11.5 continuing backfill to osd.6 from (1451'6902,1478'13034] MIN to 1478'13034 2024-09-13T15:11:22.893 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:22 smithi071 ceph-mon[107477]: 11.8 continuing backfill to osd.6 from (1452'7422,1478'13220] MIN to 1478'13220 2024-09-13T15:11:22.893 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:22 smithi071 ceph-mon[107477]: osdmap e1481: 8 total, 8 up, 7 in 2024-09-13T15:11:22.893 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:11:22 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:11:22] "GET /metrics HTTP/1.1" 200 36742 "" "Prometheus/2.51.0" 2024-09-13T15:11:22.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:22 smithi071 ceph-mon[112785]: pgmap v2479: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+remapped+backfill_wait, 95 active+clean; 6.0 MiB data, 7.1 GiB used, 619 GiB / 626 GiB avail; 0 B/s wr, 519 op/s; 1385/339 objects degraded (408.555%); 66/339 objects misplaced (19.469%); 2.0 MiB/s, 57 objects/s recovering 2024-09-13T15:11:22.894 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:22 smithi071 ceph-mon[112785]: 11.5 continuing backfill to osd.0 from (1451'6902,1478'13034] MIN to 1478'13034 2024-09-13T15:11:22.894 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:22 smithi071 ceph-mon[112785]: 11.8 continuing backfill to osd.2 from (1452'7422,1478'13220] MIN to 1478'13220 2024-09-13T15:11:22.894 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:22 smithi071 ceph-mon[112785]: 11.5 starting backfill to osd.2 from (0'0,0'0] MAX to 1478'13034 2024-09-13T15:11:22.894 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:22 smithi071 ceph-mon[112785]: 11.8 starting backfill to osd.4 from (0'0,0'0] MAX to 1478'13220 2024-09-13T15:11:22.894 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:22 smithi071 ceph-mon[112785]: 11.5 continuing backfill to osd.6 from (1451'6902,1478'13034] MIN to 1478'13034 2024-09-13T15:11:22.894 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:22 smithi071 ceph-mon[112785]: 11.8 continuing backfill to osd.6 from (1452'7422,1478'13220] MIN to 1478'13220 2024-09-13T15:11:22.894 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:22 smithi071 ceph-mon[112785]: osdmap e1481: 8 total, 8 up, 7 in 2024-09-13T15:11:22.990 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=true 2024-09-13T15:11:22.993 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:11:23.013 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:23.014 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:23.014 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:11:23.021 INFO:tasks.thrashosds.thrasher:Reweighting by: {'max_change': '1.0', 'overage': '1000', 'type': 'reweight-by-utilization'} 2024-09-13T15:11:23.021 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd reweight-by-utilization 1000 1.0 2024-09-13T15:11:23.115 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:11:23.139 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:23.140 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:23.140 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:11:23.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:22 smithi104 ceph-mon[105578]: pgmap v2479: 109 pgs: 1 active+recovery_wait+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 1 active+recovering+undersized+degraded+remapped, 11 active+remapped+backfill_wait, 95 active+clean; 6.0 MiB data, 7.1 GiB used, 619 GiB / 626 GiB avail; 0 B/s wr, 519 op/s; 1385/339 objects degraded (408.555%); 66/339 objects misplaced (19.469%); 2.0 MiB/s, 57 objects/s recovering 2024-09-13T15:11:23.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:22 smithi104 ceph-mon[105578]: 11.5 continuing backfill to osd.0 from (1451'6902,1478'13034] MIN to 1478'13034 2024-09-13T15:11:23.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:22 smithi104 ceph-mon[105578]: 11.8 continuing backfill to osd.2 from (1452'7422,1478'13220] MIN to 1478'13220 2024-09-13T15:11:23.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:22 smithi104 ceph-mon[105578]: 11.5 starting backfill to osd.2 from (0'0,0'0] MAX to 1478'13034 2024-09-13T15:11:23.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:22 smithi104 ceph-mon[105578]: 11.8 starting backfill to osd.4 from (0'0,0'0] MAX to 1478'13220 2024-09-13T15:11:23.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:22 smithi104 ceph-mon[105578]: 11.5 continuing backfill to osd.6 from (1451'6902,1478'13034] MIN to 1478'13034 2024-09-13T15:11:23.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:22 smithi104 ceph-mon[105578]: 11.8 continuing backfill to osd.6 from (1452'7422,1478'13220] MIN to 1478'13220 2024-09-13T15:11:23.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:22 smithi104 ceph-mon[105578]: osdmap e1481: 8 total, 8 up, 7 in 2024-09-13T15:11:23.241 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:11:23.262 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:23.262 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:23.263 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:11:23.364 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:11:23.386 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:23.387 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:23.387 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:11:23.488 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:23.533 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:23.533 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:23.534 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:23.634 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:11:23.656 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:23.656 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:23.657 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:11:23.758 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:23.779 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:23.780 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:23.780 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:23.881 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:11:23.903 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:23.904 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:23.904 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:11:24.005 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:11:24.028 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:24.028 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:24.029 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:11:24.130 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:24.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:23 smithi071 ceph-mon[107477]: 11.7 continuing backfill to osd.0 from (1451'6802,1478'13000] MIN to 1478'13000 2024-09-13T15:11:24.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:23 smithi071 ceph-mon[107477]: 11.7 starting backfill to osd.6 from (0'0,0'0] MAX to 1478'13000 2024-09-13T15:11:24.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:23 smithi071 ceph-mon[107477]: 11.e starting backfill to osd.3 from (0'0,0'0] MAX to 1478'12938 2024-09-13T15:11:24.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:23 smithi071 ceph-mon[107477]: 11.2 starting backfill to osd.6 from (0'0,0'0] MAX to 1478'12838 2024-09-13T15:11:24.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:23 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 1385/339 objects degraded (408.555%), 2 pgs degraded, 1 pg undersized (PG_DEGRADED) 2024-09-13T15:11:24.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:23 smithi071 ceph-mon[107477]: osdmap e1482: 8 total, 8 up, 7 in 2024-09-13T15:11:24.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:23 smithi071 ceph-mon[112785]: 11.7 continuing backfill to osd.0 from (1451'6802,1478'13000] MIN to 1478'13000 2024-09-13T15:11:24.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:23 smithi071 ceph-mon[112785]: 11.7 starting backfill to osd.6 from (0'0,0'0] MAX to 1478'13000 2024-09-13T15:11:24.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:23 smithi071 ceph-mon[112785]: 11.e starting backfill to osd.3 from (0'0,0'0] MAX to 1478'12938 2024-09-13T15:11:24.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:23 smithi071 ceph-mon[112785]: 11.2 starting backfill to osd.6 from (0'0,0'0] MAX to 1478'12838 2024-09-13T15:11:24.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:23 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 1385/339 objects degraded (408.555%), 2 pgs degraded, 1 pg undersized (PG_DEGRADED) 2024-09-13T15:11:24.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:23 smithi071 ceph-mon[112785]: osdmap e1482: 8 total, 8 up, 7 in 2024-09-13T15:11:24.152 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:24.153 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:24.153 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:24.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:23 smithi104 ceph-mon[105578]: 11.7 continuing backfill to osd.0 from (1451'6802,1478'13000] MIN to 1478'13000 2024-09-13T15:11:24.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:23 smithi104 ceph-mon[105578]: 11.7 starting backfill to osd.6 from (0'0,0'0] MAX to 1478'13000 2024-09-13T15:11:24.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:23 smithi104 ceph-mon[105578]: 11.e starting backfill to osd.3 from (0'0,0'0] MAX to 1478'12938 2024-09-13T15:11:24.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:23 smithi104 ceph-mon[105578]: 11.2 starting backfill to osd.6 from (0'0,0'0] MAX to 1478'12838 2024-09-13T15:11:24.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:23 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 1385/339 objects degraded (408.555%), 2 pgs degraded, 1 pg undersized (PG_DEGRADED) 2024-09-13T15:11:24.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:23 smithi104 ceph-mon[105578]: osdmap e1482: 8 total, 8 up, 7 in 2024-09-13T15:11:24.254 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:11:24.275 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:24.275 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:24.276 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:11:24.377 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:24.399 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:24.400 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:24.400 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:24.474 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T15:11:24.475 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T15:11:24.501 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:11:24.523 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:24.524 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:24.524 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:11:24.625 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:11:24.646 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:24.647 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:24.647 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:11:24.748 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:24.769 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:24.770 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:24.770 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:24.871 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:24.892 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:24.893 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:24.893 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:24.994 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:11:25.016 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:25.017 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:25.017 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:11:25.118 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:25.139 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:25.140 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:25.140 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:25.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:24 smithi071 ceph-mon[107477]: pgmap v2482: 109 pgs: 1 active+clean+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 4 remapped+peering, 11 peering, 1 active+recovery_wait+remapped, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 82 active+clean; 582 KiB data, 7.1 GiB used, 619 GiB / 626 GiB avail; 0 B/s wr, 187 op/s; 1384/78 objects degraded (1774.359%); 1.3 MiB/s, 221 objects/s recovering 2024-09-13T15:11:25.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:24 smithi071 ceph-mon[107477]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-09-13T15:11:25.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:24 smithi071 ceph-mon[107477]: osdmap e1483: 8 total, 8 up, 7 in 2024-09-13T15:11:25.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:24 smithi071 ceph-mon[112785]: pgmap v2482: 109 pgs: 1 active+clean+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 4 remapped+peering, 11 peering, 1 active+recovery_wait+remapped, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 82 active+clean; 582 KiB data, 7.1 GiB used, 619 GiB / 626 GiB avail; 0 B/s wr, 187 op/s; 1384/78 objects degraded (1774.359%); 1.3 MiB/s, 221 objects/s recovering 2024-09-13T15:11:25.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:24 smithi071 ceph-mon[112785]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-09-13T15:11:25.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:24 smithi071 ceph-mon[112785]: osdmap e1483: 8 total, 8 up, 7 in 2024-09-13T15:11:25.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:24 smithi104 ceph-mon[105578]: pgmap v2482: 109 pgs: 1 active+clean+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 4 remapped+peering, 11 peering, 1 active+recovery_wait+remapped, 1 active+recovering+undersized+degraded+remapped, 8 active+remapped+backfill_wait, 82 active+clean; 582 KiB data, 7.1 GiB used, 619 GiB / 626 GiB avail; 0 B/s wr, 187 op/s; 1384/78 objects degraded (1774.359%); 1.3 MiB/s, 221 objects/s recovering 2024-09-13T15:11:25.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:24 smithi104 ceph-mon[105578]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-09-13T15:11:25.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:24 smithi104 ceph-mon[105578]: osdmap e1483: 8 total, 8 up, 7 in 2024-09-13T15:11:25.241 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:11:25.263 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:25.263 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:25.263 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:11:25.364 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:11:25.386 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:25.386 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:25.387 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:11:25.488 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:11:25.509 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:25.510 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:25.510 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:11:25.611 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:11:25.633 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:25.633 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:25.634 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:11:25.735 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:25.756 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:25.757 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:25.757 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:25.858 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:11:25.879 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:25.880 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:25.880 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:11:25.981 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:11:26.002 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:26.002 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:26.003 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:11:26.103 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:26.124 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:26.125 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:26.126 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:26.226 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:11:26.248 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:26.248 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:26.249 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:11:26.350 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:11:26.371 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:26.371 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:26.372 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:11:26.473 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:11:26.494 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:26.495 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:26.495 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:11:26.596 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:11:26.618 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:26.619 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:26.619 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:11:26.720 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:11:26.742 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:26.743 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:26.743 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:11:26.843 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:11:26.844 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:11:26.845 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:11:26.869 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:26.870 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:26.870 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:11:26.971 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:11:26.991 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:26.992 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:26.992 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:11:27.004 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:26 smithi071 ceph-mon[107477]: pgmap v2485: 109 pgs: 1 active+clean+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 4 remapped+peering, 1 active+remapped, 11 peering, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 86 active+clean; 582 KiB data, 7.1 GiB used, 619 GiB / 626 GiB avail; 0 B/s wr, 21 op/s; 1384/78 objects degraded (1774.359%); 64 KiB/s, 238 objects/s recovering 2024-09-13T15:11:27.005 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:26 smithi071 ceph-mon[112785]: pgmap v2485: 109 pgs: 1 active+clean+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 4 remapped+peering, 1 active+remapped, 11 peering, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 86 active+clean; 582 KiB data, 7.1 GiB used, 619 GiB / 626 GiB avail; 0 B/s wr, 21 op/s; 1384/78 objects degraded (1774.359%); 64 KiB/s, 238 objects/s recovering 2024-09-13T15:11:27.028 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:26 smithi104 ceph-mon[105578]: pgmap v2485: 109 pgs: 1 active+clean+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 4 remapped+peering, 1 active+remapped, 11 peering, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 86 active+clean; 582 KiB data, 7.1 GiB used, 619 GiB / 626 GiB avail; 0 B/s wr, 21 op/s; 1384/78 objects degraded (1774.359%); 64 KiB/s, 238 objects/s recovering 2024-09-13T15:11:27.094 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:11:27.116 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:27.117 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:27.117 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:11:27.218 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:27.240 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:27.241 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:27.241 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:27.342 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:11:27.364 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:27.364 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:27.365 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:11:27.466 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:27.488 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:27.488 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:27.489 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:27.590 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:27.612 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:27.612 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:27.613 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:27.714 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:27.735 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:27.736 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:27.736 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:27.837 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:11:27.859 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:27.860 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:27.860 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:11:27.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:27 smithi104 ceph-mon[105578]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-09-13T15:11:27.961 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:11:27.983 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:27.983 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:27.984 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:11:28.084 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:11:28.106 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:28.107 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:28.107 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:11:28.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:27 smithi071 ceph-mon[107477]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-09-13T15:11:28.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:27 smithi071 ceph-mon[112785]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-09-13T15:11:28.208 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:11:28.230 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:28.230 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:28.231 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:11:28.332 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:11:28.353 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:28.354 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:28.354 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:11:28.455 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:11:28.478 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:28.479 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:28.479 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:11:28.580 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:11:28.601 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:28.602 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:28.602 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:11:28.703 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:28.725 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:28.726 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:28.726 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:28.827 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:11:28.848 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:28.849 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:28.849 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:11:28.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:28 smithi071 ceph-mon[107477]: pgmap v2486: 109 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 2 remapped+peering, 1 active+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 100 active+clean; 582 KiB data, 7.2 GiB used, 619 GiB / 626 GiB avail; 1384/78 objects degraded (1774.359%); 47 KiB/s, 177 objects/s recovering 2024-09-13T15:11:28.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:28 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 1384/78 objects degraded (1774.359%), 2 pgs degraded, 1 pg undersized (PG_DEGRADED) 2024-09-13T15:11:28.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:28 smithi071 ceph-mon[112785]: pgmap v2486: 109 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 2 remapped+peering, 1 active+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 100 active+clean; 582 KiB data, 7.2 GiB used, 619 GiB / 626 GiB avail; 1384/78 objects degraded (1774.359%); 47 KiB/s, 177 objects/s recovering 2024-09-13T15:11:28.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:28 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 1384/78 objects degraded (1774.359%), 2 pgs degraded, 1 pg undersized (PG_DEGRADED) 2024-09-13T15:11:28.950 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:11:28.971 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:28.971 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:28.972 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:11:29.072 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:11:29.093 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:29.094 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:29.094 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:11:29.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:28 smithi104 ceph-mon[105578]: pgmap v2486: 109 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 2 remapped+peering, 1 active+remapped, 1 active+recovering+undersized+degraded+remapped, 4 active+remapped+backfill_wait, 100 active+clean; 582 KiB data, 7.2 GiB used, 619 GiB / 626 GiB avail; 1384/78 objects degraded (1774.359%); 47 KiB/s, 177 objects/s recovering 2024-09-13T15:11:29.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:28 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 1384/78 objects degraded (1774.359%), 2 pgs degraded, 1 pg undersized (PG_DEGRADED) 2024-09-13T15:11:29.195 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:11:29.216 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:29.217 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:29.217 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:11:29.318 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:29.342 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:29.343 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:29.343 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:29.444 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:29.466 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:29.466 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:29.467 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:29.567 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:29.589 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:29.590 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:29.590 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:29.691 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:29.719 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:29.719 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:29.720 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:29.821 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:11:29.842 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:29.843 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:29.843 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:11:29.944 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:29.965 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:29.966 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:29.966 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:30.067 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:11:30.087 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:30.088 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:30.088 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:11:30.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:11:30.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:11:30.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:11:30.189 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:11:30.211 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:30.211 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:30.211 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:11:30.312 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:11:30.334 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:30.334 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:30.335 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:11:30.435 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:30.457 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:30.457 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:30.458 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:30.505 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.0 dump_historic_ops 2024-09-13T15:11:30.558 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:11:30.581 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:30.582 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:30.583 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:11:30.683 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:11:30.704 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:30.705 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:30.705 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:11:30.806 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:11:30.836 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:30.836 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:30.837 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:11:30.938 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:11:30.960 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:30.960 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:30.961 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:11:31.049 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:30 smithi071 ceph-mon[107477]: pgmap v2487: 109 pgs: 1 active+remapped, 1 active+recovery_wait+undersized+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 101 active+clean; 582 KiB data, 7.2 GiB used, 619 GiB / 626 GiB avail; 618/78 objects degraded (792.308%); 3 B/s, 261 objects/s recovering 2024-09-13T15:11:31.049 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:30 smithi071 ceph-mon[107477]: osdmap e1484: 8 total, 8 up, 7 in 2024-09-13T15:11:31.049 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:30 smithi071 ceph-mon[112785]: pgmap v2487: 109 pgs: 1 active+remapped, 1 active+recovery_wait+undersized+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 101 active+clean; 582 KiB data, 7.2 GiB used, 619 GiB / 626 GiB avail; 618/78 objects degraded (792.308%); 3 B/s, 261 objects/s recovering 2024-09-13T15:11:31.050 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:30 smithi071 ceph-mon[112785]: osdmap e1484: 8 total, 8 up, 7 in 2024-09-13T15:11:31.061 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:31.083 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:31.083 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:31.084 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:31.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:30 smithi104 ceph-mon[105578]: pgmap v2487: 109 pgs: 1 active+remapped, 1 active+recovery_wait+undersized+remapped, 1 active+recovering+undersized+degraded+remapped, 5 active+remapped+backfill_wait, 101 active+clean; 582 KiB data, 7.2 GiB used, 619 GiB / 626 GiB avail; 618/78 objects degraded (792.308%); 3 B/s, 261 objects/s recovering 2024-09-13T15:11:31.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:30 smithi104 ceph-mon[105578]: osdmap e1484: 8 total, 8 up, 7 in 2024-09-13T15:11:31.185 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:11:31.208 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:31.209 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:31.209 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:11:31.310 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:11:31.332 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:31.332 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:31.333 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:11:31.433 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:11:31.455 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:31.455 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:31.456 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:11:31.557 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:11:31.578 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:31.579 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:31.579 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:11:31.680 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:11:31.702 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:31.702 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:31.703 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:11:31.804 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:11:31.826 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:31.827 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:31.827 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:11:31.928 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:11:31.949 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:31.950 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:31.950 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:11:32.051 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:32.061 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:31 smithi071 ceph-mon[107477]: osdmap e1485: 8 total, 8 up, 7 in 2024-09-13T15:11:32.061 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:31 smithi071 ceph-mon[112785]: osdmap e1485: 8 total, 8 up, 7 in 2024-09-13T15:11:32.073 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:32.074 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:32.074 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:32.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:31 smithi104 ceph-mon[105578]: osdmap e1485: 8 total, 8 up, 7 in 2024-09-13T15:11:32.174 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:32.195 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:32.196 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:32.196 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:32.297 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:11:32.320 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:32.320 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:32.321 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:11:32.422 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:11:32.447 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:32.448 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:32.448 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:11:32.549 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:11:32.573 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:32.573 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:32.573 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:11:32.674 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:32.697 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:32.698 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:32.698 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:32.799 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:32.822 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:32.824 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:32.825 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:32.925 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:11:32.949 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:32.949 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:32.950 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:11:33.050 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:33.074 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:33.074 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:33.075 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:33.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:32 smithi071 ceph-mon[107477]: pgmap v2490: 109 pgs: 2 peering, 1 active+remapped, 1 active+recovery_wait+undersized+remapped, 1 active+recovering+undersized+degraded+remapped, 3 active+remapped+backfill_wait, 101 active+clean; 582 KiB data, 7.2 GiB used, 619 GiB / 626 GiB avail; 618/78 objects degraded (792.308%); 3 B/s, 252 objects/s recovering 2024-09-13T15:11:33.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:32 smithi071 ceph-mon[112785]: pgmap v2490: 109 pgs: 2 peering, 1 active+remapped, 1 active+recovery_wait+undersized+remapped, 1 active+recovering+undersized+degraded+remapped, 3 active+remapped+backfill_wait, 101 active+clean; 582 KiB data, 7.2 GiB used, 619 GiB / 626 GiB avail; 618/78 objects degraded (792.308%); 3 B/s, 252 objects/s recovering 2024-09-13T15:11:33.142 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:11:32 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:11:32] "GET /metrics HTTP/1.1" 200 36720 "" "Prometheus/2.51.0" 2024-09-13T15:11:33.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:32 smithi104 ceph-mon[105578]: pgmap v2490: 109 pgs: 2 peering, 1 active+remapped, 1 active+recovery_wait+undersized+remapped, 1 active+recovering+undersized+degraded+remapped, 3 active+remapped+backfill_wait, 101 active+clean; 582 KiB data, 7.2 GiB used, 619 GiB / 626 GiB avail; 618/78 objects degraded (792.308%); 3 B/s, 252 objects/s recovering 2024-09-13T15:11:33.175 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:11:33.199 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:33.200 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:33.200 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:11:33.301 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:11:33.323 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:33.323 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:33.324 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:11:33.424 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:11:33.446 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:33.447 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:33.447 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:11:33.548 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:33.569 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:33.570 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:33.571 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:33.671 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:11:33.698 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:33.698 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:33.699 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:11:33.799 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:11:33.826 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:33.827 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:33.827 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:11:33.928 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:11:33.950 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:33.950 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:33.951 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:11:34.008 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:11:34.041 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:11:34.051 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:11:34.078 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:34.079 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:34.079 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:11:34.129 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:33 smithi071 ceph-mon[107477]: Health check update: Degraded data redundancy: 618/78 objects degraded (792.308%), 1 pg degraded, 1 pg undersized (PG_DEGRADED) 2024-09-13T15:11:34.130 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:33 smithi071 ceph-mon[112785]: Health check update: Degraded data redundancy: 618/78 objects degraded (792.308%), 1 pg degraded, 1 pg undersized (PG_DEGRADED) 2024-09-13T15:11:34.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:33 smithi104 ceph-mon[105578]: Health check update: Degraded data redundancy: 618/78 objects degraded (792.308%), 1 pg degraded, 1 pg undersized (PG_DEGRADED) 2024-09-13T15:11:34.179 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:11:34.205 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:34.205 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:34.206 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:11:34.306 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:11:34.328 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:34.329 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:34.329 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:11:34.430 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:11:34.452 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:34.452 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:34.452 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:11:34.553 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:11:34.575 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:34.575 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:34.576 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:11:34.677 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:11:34.702 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:34.703 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:34.703 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:11:34.804 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:11:34.822 INFO:teuthology.orchestra.run.smithi071.stderr:nodeep-scrub is set 2024-09-13T15:11:34.831 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:34.831 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:34.832 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:11:34.832 INFO:teuthology.orchestra.run.smithi071.stderr:pool 'unique_pool_6' removed 2024-09-13T15:11:34.933 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:11:34.954 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:34.954 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:34.955 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:11:35.056 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:11:35.059 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:34 smithi071 ceph-mon[107477]: pgmap v2491: 109 pgs: 2 peering, 1 active+remapped, 106 active+clean; 582 KiB data, 7.2 GiB used, 619 GiB / 626 GiB avail; 2 B/s, 287 objects/s recovering 2024-09-13T15:11:35.059 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:34 smithi071 ceph-mon[107477]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 618/78 objects degraded (792.308%), 1 pg degraded, 1 pg undersized) 2024-09-13T15:11:35.059 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:34 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3801327393' entity='client.admin' cmd={"prefix": "osd pool rm", "pool": "unique_pool_6", "pool2": "unique_pool_6", "yes_i_really_really_mean_it": true} : dispatch 2024-09-13T15:11:35.059 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:34 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd pool rm", "pool": "unique_pool_6", "pool2": "unique_pool_6", "yes_i_really_really_mean_it": true} : dispatch 2024-09-13T15:11:35.059 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:34 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1630235662' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:11:35.059 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:34 smithi071 ceph-mon[112785]: pgmap v2491: 109 pgs: 2 peering, 1 active+remapped, 106 active+clean; 582 KiB data, 7.2 GiB used, 619 GiB / 626 GiB avail; 2 B/s, 287 objects/s recovering 2024-09-13T15:11:35.059 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:34 smithi071 ceph-mon[112785]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 618/78 objects degraded (792.308%), 1 pg degraded, 1 pg undersized) 2024-09-13T15:11:35.059 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:34 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3801327393' entity='client.admin' cmd={"prefix": "osd pool rm", "pool": "unique_pool_6", "pool2": "unique_pool_6", "yes_i_really_really_mean_it": true} : dispatch 2024-09-13T15:11:35.060 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:34 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd pool rm", "pool": "unique_pool_6", "pool2": "unique_pool_6", "yes_i_really_really_mean_it": true} : dispatch 2024-09-13T15:11:35.060 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:34 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1630235662' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:11:35.077 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:35.078 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:35.078 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:11:35.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:34 smithi104 ceph-mon[105578]: pgmap v2491: 109 pgs: 2 peering, 1 active+remapped, 106 active+clean; 582 KiB data, 7.2 GiB used, 619 GiB / 626 GiB avail; 2 B/s, 287 objects/s recovering 2024-09-13T15:11:35.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:34 smithi104 ceph-mon[105578]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 618/78 objects degraded (792.308%), 1 pg degraded, 1 pg undersized) 2024-09-13T15:11:35.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:34 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3801327393' entity='client.admin' cmd={"prefix": "osd pool rm", "pool": "unique_pool_6", "pool2": "unique_pool_6", "yes_i_really_really_mean_it": true} : dispatch 2024-09-13T15:11:35.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:34 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd pool rm", "pool": "unique_pool_6", "pool2": "unique_pool_6", "yes_i_really_really_mean_it": true} : dispatch 2024-09-13T15:11:35.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:34 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1630235662' entity='client.admin' cmd={"prefix": "osd set", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:11:35.179 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:35.209 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:35.210 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:35.210 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:35.311 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:11:35.334 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:35.334 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:35.335 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:11:35.435 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:11:35.457 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:35.458 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:35.458 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:11:35.559 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:11:35.580 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:35.581 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:35.581 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:11:35.682 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:11:35.703 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:35.704 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:35.704 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:11:35.805 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:11:35.829 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:35.830 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:35.830 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:11:35.931 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:11:35.952 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:35.953 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:35.953 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:11:36.054 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:36.075 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:36.076 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:36.076 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:36.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:35 smithi071 ceph-mon[107477]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:11:36.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:35 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool rm", "pool": "unique_pool_6", "pool2": "unique_pool_6", "yes_i_really_really_mean_it": true}]': finished 2024-09-13T15:11:36.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:35 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1630235662' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T15:11:36.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:35 smithi071 ceph-mon[107477]: osdmap e1486: 8 total, 8 up, 7 in 2024-09-13T15:11:36.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:35 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T15:11:36.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:35 smithi071 ceph-mon[112785]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:11:36.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:35 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool rm", "pool": "unique_pool_6", "pool2": "unique_pool_6", "yes_i_really_really_mean_it": true}]': finished 2024-09-13T15:11:36.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:35 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1630235662' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T15:11:36.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:35 smithi071 ceph-mon[112785]: osdmap e1486: 8 total, 8 up, 7 in 2024-09-13T15:11:36.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:35 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T15:11:36.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:35 smithi104 ceph-mon[105578]: Health check update: noscrub,nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:11:36.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:35 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool rm", "pool": "unique_pool_6", "pool2": "unique_pool_6", "yes_i_really_really_mean_it": true}]': finished 2024-09-13T15:11:36.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:35 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1630235662' entity='client.admin' cmd='[{"prefix": "osd set", "key": "nodeep-scrub"}]': finished 2024-09-13T15:11:36.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:35 smithi104 ceph-mon[105578]: osdmap e1486: 8 total, 8 up, 7 in 2024-09-13T15:11:36.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:35 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T15:11:36.177 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:11:36.199 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:36.199 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:36.200 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:11:36.301 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:11:36.321 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:36.322 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:36.322 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:11:36.423 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:36.445 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:36.445 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:36.446 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:36.547 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:11:36.568 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:36.569 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:36.569 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:11:36.670 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:11:36.691 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:36.692 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:36.692 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:11:36.793 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:11:36.846 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:36.847 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:36.847 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:11:36.948 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:11:36.969 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:36.970 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:36.970 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:11:37.045 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:36 smithi071 ceph-mon[107477]: pgmap v2493: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:11:37.045 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:36 smithi071 ceph-mon[112785]: pgmap v2493: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:11:37.071 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:11:37.091 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:37.092 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:37.092 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:11:37.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:36 smithi104 ceph-mon[105578]: pgmap v2493: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:11:37.193 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:11:37.214 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:37.215 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:37.216 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:11:37.316 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:11:37.338 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:37.338 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:37.339 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:11:37.440 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:11:37.460 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:37.461 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:37.461 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:11:37.562 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:11:37.584 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:37.584 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:37.584 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:11:37.685 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:37.706 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:37.707 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:37.707 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:37.808 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:37.832 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:37.833 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:37.834 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:37.934 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:11:37.956 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:37.957 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:37.957 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:11:38.058 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:11:38.079 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:38.080 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:38.080 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:11:38.135 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T15:11:38.135 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T15:11:38.182 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:38.203 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:38.203 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:38.204 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:38.305 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:38.326 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:38.326 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:38.327 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:38.428 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:11:38.449 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:38.450 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:38.450 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:11:38.551 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:38.572 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:38.573 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:38.573 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:38.674 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:11:38.695 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:38.695 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:38.696 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:11:38.797 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:11:38.804 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.1 dump_ops_in_flight 2024-09-13T15:11:38.818 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:38.819 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:38.819 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:11:38.920 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:11:38.942 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:38.942 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:38.943 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:11:39.043 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:11:39.052 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:38 smithi071 ceph-mon[107477]: pgmap v2494: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:11:39.052 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:38 smithi071 ceph-mon[112785]: pgmap v2494: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:11:39.065 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:39.065 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:39.066 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:11:39.069 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd unset noscrub 2024-09-13T15:11:39.129 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:38 smithi104 ceph-mon[105578]: pgmap v2494: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:11:39.167 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:11:39.188 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:39.189 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:39.189 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:11:39.290 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:11:39.312 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:39.312 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:39.312 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:11:39.413 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:11:39.435 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:39.435 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:39.436 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:11:39.502 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:11:39.519 INFO:teuthology.task.sequential:In sequential, running task print... 2024-09-13T15:11:39.520 INFO:teuthology.task.print:**** done end radosbench.yaml 2024-09-13T15:11:39.520 INFO:teuthology.task.sequential:In sequential, running task workunit... 2024-09-13T15:11:39.526 INFO:tasks.workunit:Pulling workunits from ref reef 2024-09-13T15:11:39.526 INFO:tasks.workunit:Making a separate scratch dir for every client... 2024-09-13T15:11:39.527 DEBUG:teuthology.orchestra.run.smithi071:> stat -- /home/ubuntu/cephtest/mnt.0 2024-09-13T15:11:39.537 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:11:39.553 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:39.554 INFO:teuthology.orchestra.run.smithi071.stderr:stat: cannot statx '/home/ubuntu/cephtest/mnt.0': No such file or directory 2024-09-13T15:11:39.554 DEBUG:teuthology.orchestra.run.smithi071:> mkdir -- /home/ubuntu/cephtest/mnt.0 2024-09-13T15:11:39.558 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:39.558 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:39.559 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:11:39.628 INFO:tasks.workunit:Created dir /home/ubuntu/cephtest/mnt.0 2024-09-13T15:11:39.628 DEBUG:teuthology.orchestra.run.smithi071:> cd -- /home/ubuntu/cephtest/mnt.0 && mkdir -- client.0 2024-09-13T15:11:39.660 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:11:39.681 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:39.681 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:39.682 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:11:39.685 INFO:tasks.workunit:timeout=3h 2024-09-13T15:11:39.686 INFO:tasks.workunit:cleanup=True 2024-09-13T15:11:39.686 DEBUG:teuthology.orchestra.run.smithi071:> rm -rf /home/ubuntu/cephtest/clone.client.0 && git clone --depth 1 --branch reef https://git.ceph.com/ceph-ci.git /home/ubuntu/cephtest/clone.client.0 && cd /home/ubuntu/cephtest/clone.client.0 2024-09-13T15:11:39.760 INFO:tasks.workunit.client.0.smithi071.stderr:Cloning into '/home/ubuntu/cephtest/clone.client.0'... 2024-09-13T15:11:39.782 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:11:39.804 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:39.804 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:39.805 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:11:39.905 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:39.917 INFO:teuthology.orchestra.run.smithi071.stdout:moved 0 / 279 (0%) 2024-09-13T15:11:39.917 INFO:teuthology.orchestra.run.smithi071.stdout:avg 39.8571 2024-09-13T15:11:39.917 INFO:teuthology.orchestra.run.smithi071.stdout:stddev 12.0881 -> 12.0881 (expected baseline 5.84493) 2024-09-13T15:11:39.917 INFO:teuthology.orchestra.run.smithi071.stdout:min osd.1 with 17 -> 17 pgs (0.426523 -> 0.426523 * mean) 2024-09-13T15:11:39.917 INFO:teuthology.orchestra.run.smithi071.stdout:max osd.6 with 55 -> 55 pgs (1.37993 -> 1.37993 * mean) 2024-09-13T15:11:39.917 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T15:11:39.917 INFO:teuthology.orchestra.run.smithi071.stdout:oload 1000 2024-09-13T15:11:39.917 INFO:teuthology.orchestra.run.smithi071.stdout:max_change 1 2024-09-13T15:11:39.917 INFO:teuthology.orchestra.run.smithi071.stdout:max_change_osds 4 2024-09-13T15:11:39.918 INFO:teuthology.orchestra.run.smithi071.stdout:average_utilization 0.0114 2024-09-13T15:11:39.918 INFO:teuthology.orchestra.run.smithi071.stdout:overload_utilization 0.1139 2024-09-13T15:11:39.918 INFO:teuthology.orchestra.run.smithi071.stderr:no change 2024-09-13T15:11:39.926 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:39.927 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:39.927 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:40.028 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:11:40.049 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:40.050 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:40.050 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:11:40.151 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:11:40.173 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:40.174 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:40.174 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:11:40.275 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:11:40.297 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:40.298 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:40.298 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:11:40.399 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:40.421 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:40.421 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:40.421 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:40.522 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:11:40.543 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:40.544 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:40.544 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:11:40.645 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:40.666 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:40.667 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:40.667 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:40.768 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:40.790 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:40.790 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:40.791 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:40.892 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:40.913 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:40.914 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:40.914 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:41.016 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:11:41.038 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:41.039 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:41.039 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:11:41.140 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:11:41.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:40 smithi071 ceph-mon[107477]: pgmap v2495: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:11:41.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:40 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:11:41.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:40 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:11:41.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:40 smithi071 ceph-mon[112785]: pgmap v2495: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:11:41.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:40 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:11:41.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:40 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:11:41.166 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:41.166 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:41.166 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:11:41.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:40 smithi104 ceph-mon[105578]: pgmap v2495: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:11:41.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:40 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:11:41.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:40 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:11:41.267 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:11:41.291 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:41.292 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:41.292 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:11:41.393 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:11:41.414 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:41.415 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:41.415 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:11:41.425 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:11:41.517 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:11:41.539 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:41.539 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:41.540 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:11:41.641 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:41.661 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:41.662 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:41.662 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:41.763 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:11:41.789 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:41.790 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:41.791 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:11:41.892 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:11:41.913 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:41.914 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:41.914 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:11:41.988 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:11:42.015 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:11:42.042 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:42.042 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:42.043 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:11:42.113 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:41 smithi071 ceph-mon[112785]: from='client.36513 -' entity='client.admin' cmd=[{"prefix": "osd reweight-by-utilization", "oload": 1000, "max_change": 1.0, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T15:11:42.114 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:41 smithi071 ceph-mon[107477]: from='client.36513 -' entity='client.admin' cmd=[{"prefix": "osd reweight-by-utilization", "oload": 1000, "max_change": 1.0, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T15:11:42.143 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:11:42.169 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:42.170 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:42.170 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:11:42.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:41 smithi104 ceph-mon[105578]: from='client.36513 -' entity='client.admin' cmd=[{"prefix": "osd reweight-by-utilization", "oload": 1000, "max_change": 1.0, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T15:11:42.271 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:11:42.297 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:42.298 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:42.298 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:11:42.399 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:42.420 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:42.421 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:42.421 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:42.522 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:11:42.546 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:42.547 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:42.547 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:11:42.648 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:11:42.674 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:42.675 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:42.675 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:11:42.776 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:11:42.797 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:42.798 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:42.798 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:11:42.899 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:11:42.925 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:42.925 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:42.926 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:11:43.027 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:11:43.048 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:43.048 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:43.049 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:11:43.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:42 smithi071 ceph-mon[107477]: pgmap v2496: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:11:43.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:42 smithi071 ceph-mon[112785]: pgmap v2496: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:11:43.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:11:42 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:11:42] "GET /metrics HTTP/1.1" 200 36720 "" "Prometheus/2.51.0" 2024-09-13T15:11:43.150 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:11:43.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:42 smithi104 ceph-mon[105578]: pgmap v2496: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:11:43.175 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:43.176 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:43.176 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:11:43.277 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:43.303 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:43.303 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:43.304 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:43.405 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:11:43.430 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:43.431 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:43.431 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:11:43.532 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:43.554 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:43.554 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:43.554 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:43.655 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:43.677 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:43.677 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:43.678 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:43.779 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:11:43.805 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:43.806 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:43.806 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:11:43.907 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:43.931 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:43.932 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:43.932 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:44.033 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:11:44.056 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:44.057 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:44.057 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:11:44.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:43 smithi071 ceph-mon[107477]: pgmap v2497: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:11:44.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:43 smithi071 ceph-mon[112785]: pgmap v2497: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:11:44.159 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:44.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:43 smithi104 ceph-mon[105578]: pgmap v2497: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:11:44.181 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:44.182 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:44.182 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:44.283 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:11:44.304 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:44.305 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:44.305 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:11:44.406 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:11:44.432 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:44.432 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:44.433 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:11:44.534 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:11:44.560 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:44.561 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:44.561 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:11:44.662 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:11:44.685 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:44.685 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:44.686 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:11:44.786 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:11:44.811 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:44.812 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:44.812 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:11:44.913 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:11:44.934 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:44.935 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:44.935 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:11:45.036 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:45.057 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:45.057 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:45.058 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:45.158 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:45.184 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:45.185 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:45.185 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:45.286 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:45.308 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:45.308 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:45.309 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:45.341 INFO:tasks.workunit.client.0.smithi071.stderr:Updating files: 83% (10106/12073) Updating files: 84% (10142/12073) Updating files: 85% (10263/12073) Updating files: 86% (10383/12073) Updating files: 87% (10504/12073) Updating files: 88% (10625/12073) Updating files: 89% (10745/12073) Updating files: 90% (10866/12073) Updating files: 91% (10987/12073) Updating files: 92% (11108/12073) Updating files: 93% (11228/12073) Updating files: 94% (11349/12073) Updating files: 95% (11470/12073) Updating files: 96% (11591/12073) Updating files: 97% (11711/12073) Updating files: 98% (11832/12073) Updating files: 99% (11953/12073) Updating files: 100% (12073/12073) Updating files: 100% (12073/12073), done. 2024-09-13T15:11:45.357 DEBUG:teuthology.orchestra.run.smithi071:> 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-09-13T15:11:45.409 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:45.461 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:45.461 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:45.462 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:45.484 INFO:tasks.workunit.client.0.smithi071.stdout:for d in direct_io fs ; do ( cd $d ; make all ) ; done 2024-09-13T15:11:45.486 INFO:tasks.workunit.client.0.smithi071.stdout:make[1]: Entering directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/direct_io' 2024-09-13T15:11:45.486 INFO:tasks.workunit.client.0.smithi071.stdout:cc -Wall -Wextra -D_GNU_SOURCE direct_io_test.c -o direct_io_test 2024-09-13T15:11:45.562 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:11:45.589 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:45.590 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:45.590 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:11:45.691 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:11:45.717 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:45.718 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:45.718 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:11:45.819 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:45.841 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:45.841 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:45.842 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:45.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:11:45.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:45 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:11:45.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:11:45.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:45 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:11:45.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:11:45.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:45 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:11:45.943 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:11:45.966 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:45.967 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:45.967 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:11:46.068 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:11:46.095 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:46.096 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:46.096 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:11:46.197 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:11:46.223 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:46.224 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:46.224 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:11:46.324 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:11:46.349 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:46.349 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:46.350 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:11:46.390 INFO:tasks.thrashosds.thrasher:in_osds: [0, 1, 5, 4, 2, 3, 6] out_osds: [7] dead_osds: [] live_osds: [0, 1, 2, 3, 4, 5, 6, 7] 2024-09-13T15:11:46.391 INFO:tasks.thrashosds.thrasher:choose_action: min_in 4 min_out 0 min_live 2 min_dead 0 chance_down 0.40 2024-09-13T15:11:46.391 INFO:tasks.thrashosds.thrasher:fixing pg num pool .mgr 2024-09-13T15:11:46.391 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-13T15:11:46.451 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:11:46.473 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:46.474 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:46.475 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:11:46.575 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:46.601 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:46.602 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:46.602 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:46.703 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:11:46.724 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:46.725 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:46.725 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:11:46.826 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:11:46.845 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:46 smithi104 ceph-mon[105578]: pgmap v2498: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:11:46.847 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:46.848 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:46.848 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:11:46.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:46 smithi071 ceph-mon[107477]: pgmap v2498: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:11:46.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:46 smithi071 ceph-mon[112785]: pgmap v2498: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:11:46.949 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:46.972 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:46.973 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:46.973 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:47.074 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:11:47.096 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:47.097 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:47.097 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:11:47.132 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T15:11:47.133 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T15:11:47.146 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T15:11:47.146 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T15:11:47.162 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T15:11:47.162 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T15:11:47.180 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T15:11:47.180 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T15:11:47.195 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T15:11:47.196 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T15:11:47.198 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:47.212 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T15:11:47.212 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T15:11:47.218 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:47.219 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:47.219 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:47.229 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T15:11:47.229 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T15:11:47.247 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T15:11:47.247 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T15:11:47.321 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:11:47.343 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:47.343 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:47.343 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:11:47.444 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:11:47.465 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:47.466 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:47.466 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:11:47.567 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:47.590 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:47.590 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:47.590 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:47.691 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:11:47.712 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:47.713 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:47.713 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:11:47.762 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:47 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1043711225' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:11:47.762 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:47 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1043711225' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:11:47.762 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T15:11:47.762 INFO:teuthology.orchestra.run.smithi071.stdout: "ops": [], 2024-09-13T15:11:47.763 INFO:teuthology.orchestra.run.smithi071.stdout: "num_ops": 0 2024-09-13T15:11:47.763 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T15:11:47.814 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:11:47.836 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:47.836 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:47.837 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:11:47.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:47 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1043711225' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:11:47.937 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:11:47.958 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:47.959 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:47.959 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:11:48.002 INFO:tasks.workunit.client.0.smithi071.stdout:cc -Wall -Wextra -D_GNU_SOURCE test_sync_io.c -o test_sync_io 2024-09-13T15:11:48.060 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:11:48.081 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:48.081 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:48.082 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:11:48.082 INFO:tasks.workunit.client.0.smithi071.stdout:cc -Wall -Wextra -D_GNU_SOURCE test_short_dio_read.c -o test_short_dio_read 2024-09-13T15:11:48.123 INFO:tasks.workunit.client.0.smithi071.stdout:make[1]: Leaving directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/direct_io' 2024-09-13T15:11:48.124 INFO:tasks.workunit.client.0.smithi071.stdout:make[1]: Entering directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/fs' 2024-09-13T15:11:48.125 INFO:tasks.workunit.client.0.smithi071.stdout:cc -Wall -Wextra -D_GNU_SOURCE test_o_trunc.c -o test_o_trunc 2024-09-13T15:11:48.164 INFO:tasks.workunit.client.0.smithi071.stdout:make[1]: Leaving directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/fs' 2024-09-13T15:11:48.167 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-09-13T15:11:48.168 DEBUG:teuthology.orchestra.run.smithi071:> dd if=/home/ubuntu/cephtest/workunits.list.client.0 of=/dev/stdout 2024-09-13T15:11:48.182 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:48.193 INFO:tasks.workunit:Running workunits matching cls/test_cls_rbd.sh on client.0... 2024-09-13T15:11:48.194 INFO:tasks.workunit:Running workunit cls/test_cls_rbd.sh... 2024-09-13T15:11:48.195 DEBUG:teuthology.orchestra.run.smithi071: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-09-13T15:11:48.203 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:48.203 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:48.204 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:48.305 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:11:48.326 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:48.326 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:48.327 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:11:48.427 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:11:48.434 INFO:tasks.workunit.client.0.smithi071.stdout:Running main() from gmock_main.cc 2024-09-13T15:11:48.434 INFO:tasks.workunit.client.0.smithi071.stdout:[==========] Running 70 tests from 1 test suite. 2024-09-13T15:11:48.434 INFO:tasks.workunit.client.0.smithi071.stdout:[----------] Global test environment set-up. 2024-09-13T15:11:48.435 INFO:tasks.workunit.client.0.smithi071.stdout:[----------] 70 tests from TestClsRbd 2024-09-13T15:11:48.452 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:48.452 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:48.453 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:11:48.553 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:11:48.575 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:48.576 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:48.576 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:11:48.606 INFO:teuthology.orchestra.run.smithi071.stderr:noscrub is unset 2024-09-13T15:11:48.677 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:11:48.699 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:48.699 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:48.700 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:11:48.800 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:11:48.823 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:48.823 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:48.824 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:11:48.871 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:48 smithi071 ceph-mon[112785]: pgmap v2499: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:11:48.871 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:48 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1799259168' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T15:11:48.872 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:48 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T15:11:48.872 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:48 smithi071 ceph-mon[107477]: pgmap v2499: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:11:48.872 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:48 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1799259168' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T15:11:48.872 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:48 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T15:11:48.891 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.1 dump_blocked_ops 2024-09-13T15:11:48.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:48 smithi104 ceph-mon[105578]: pgmap v2499: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:11:48.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:48 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1799259168' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T15:11:48.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:48 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T15:11:48.925 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:48.953 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:48.954 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:48.955 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:49.056 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:49.077 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:49.078 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:49.078 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:49.179 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:11:49.201 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:49.201 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:49.201 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:11:49.302 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:11:49.323 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:49.324 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:49.325 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:11:49.426 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:11:49.448 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:49.448 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:49.448 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:11:49.549 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:49.574 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:49.574 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:49.574 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:49.607 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.get_all_features 2024-09-13T15:11:49.628 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.get_all_features (21 ms) 2024-09-13T15:11:49.629 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.copyup 2024-09-13T15:11:49.676 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:11:49.717 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:49.718 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:49.718 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:11:49.813 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.copyup (185 ms) 2024-09-13T15:11:49.814 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.sparse_copyup 2024-09-13T15:11:49.819 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:11:49.840 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:49.841 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:49.841 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:11:49.871 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.sparse_copyup (57 ms) 2024-09-13T15:11:49.871 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.get_and_set_id 2024-09-13T15:11:49.878 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.get_and_set_id (7 ms) 2024-09-13T15:11:49.878 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.add_remove_child 2024-09-13T15:11:49.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:49 smithi071 ceph-mon[112785]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:11:49.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:49 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T15:11:49.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:49 smithi071 ceph-mon[112785]: osdmap e1487: 8 total, 8 up, 7 in 2024-09-13T15:11:49.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:49 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/32911518' entity='client.admin' cmd={"prefix": "osd pool application enable","pool": "test-rados-api-smithi071-390370-1","app": "rados","yes_i_really_mean_it": true} : dispatch 2024-09-13T15:11:49.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:49 smithi071 ceph-mon[107477]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:11:49.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:49 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T15:11:49.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:49 smithi071 ceph-mon[107477]: osdmap e1487: 8 total, 8 up, 7 in 2024-09-13T15:11:49.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:49 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/32911518' entity='client.admin' cmd={"prefix": "osd pool application enable","pool": "test-rados-api-smithi071-390370-1","app": "rados","yes_i_really_mean_it": true} : dispatch 2024-09-13T15:11:49.911 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.add_remove_child (33 ms) 2024-09-13T15:11:49.911 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.directory_methods 2024-09-13T15:11:49.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:49 smithi104 ceph-mon[105578]: Health check update: nodeep-scrub flag(s) set (OSDMAP_FLAGS) 2024-09-13T15:11:49.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:49 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T15:11:49.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:49 smithi104 ceph-mon[105578]: osdmap e1487: 8 total, 8 up, 7 in 2024-09-13T15:11:49.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:49 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/32911518' entity='client.admin' cmd={"prefix": "osd pool application enable","pool": "test-rados-api-smithi071-390370-1","app": "rados","yes_i_really_mean_it": true} : dispatch 2024-09-13T15:11:49.937 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.directory_methods (26 ms) 2024-09-13T15:11:49.937 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.create 2024-09-13T15:11:49.941 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:11:49.948 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.create (12 ms) 2024-09-13T15:11:49.949 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.get_features 2024-09-13T15:11:49.950 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.get_features (2 ms) 2024-09-13T15:11:49.950 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.get_object_prefix 2024-09-13T15:11:49.952 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.get_object_prefix (2 ms) 2024-09-13T15:11:49.952 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.get_create_timestamp 2024-09-13T15:11:49.953 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.get_create_timestamp (1 ms) 2024-09-13T15:11:49.954 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.get_access_timestamp 2024-09-13T15:11:49.955 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.get_access_timestamp (2 ms) 2024-09-13T15:11:49.955 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.get_modify_timestamp 2024-09-13T15:11:49.957 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.get_modify_timestamp (1 ms) 2024-09-13T15:11:49.957 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.get_data_pool 2024-09-13T15:11:49.960 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.get_data_pool (4 ms) 2024-09-13T15:11:49.960 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.get_size 2024-09-13T15:11:49.964 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.get_size (4 ms) 2024-09-13T15:11:49.964 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.set_size 2024-09-13T15:11:49.965 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:49.965 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:49.966 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:11:49.968 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.set_size (4 ms) 2024-09-13T15:11:49.968 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.protection_status 2024-09-13T15:11:49.985 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.protection_status (16 ms) 2024-09-13T15:11:49.985 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.snapshot_limits 2024-09-13T15:11:49.991 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.snapshot_limits (7 ms) 2024-09-13T15:11:49.992 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.parents_v1 2024-09-13T15:11:50.032 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.parents_v1 (40 ms) 2024-09-13T15:11:50.032 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.parents_v2 2024-09-13T15:11:50.061 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.parents_v2 (29 ms) 2024-09-13T15:11:50.061 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.snapshots 2024-09-13T15:11:50.067 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:50.083 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.snapshots (23 ms) 2024-09-13T15:11:50.083 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.snapid_race 2024-09-13T15:11:50.089 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:50.089 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:50.090 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:50.090 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.snapid_race (7 ms) 2024-09-13T15:11:50.090 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.stripingv2 2024-09-13T15:11:50.099 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.stripingv2 (8 ms) 2024-09-13T15:11:50.099 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.object_map_save 2024-09-13T15:11:50.103 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.object_map_save (5 ms) 2024-09-13T15:11:50.103 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.object_map_resize 2024-09-13T15:11:50.110 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.object_map_resize (7 ms) 2024-09-13T15:11:50.111 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.object_map_update 2024-09-13T15:11:50.118 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.object_map_update (8 ms) 2024-09-13T15:11:50.119 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.object_map_load_enoent 2024-09-13T15:11:50.119 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.object_map_load_enoent (0 ms) 2024-09-13T15:11:50.119 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.object_map_snap_add 2024-09-13T15:11:50.125 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.object_map_snap_add (7 ms) 2024-09-13T15:11:50.125 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.object_map_snap_remove 2024-09-13T15:11:50.132 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.object_map_snap_remove (7 ms) 2024-09-13T15:11:50.132 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.flags 2024-09-13T15:11:50.136 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.flags (4 ms) 2024-09-13T15:11:50.137 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.metadata 2024-09-13T15:11:50.161 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.metadata (24 ms) 2024-09-13T15:11:50.161 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.set_features 2024-09-13T15:11:50.167 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.set_features (6 ms) 2024-09-13T15:11:50.167 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.mirror 2024-09-13T15:11:50.190 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:50.201 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.mirror (35 ms) 2024-09-13T15:11:50.201 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.mirror_image 2024-09-13T15:11:50.213 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:50.214 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:50.214 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:50.217 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.mirror_image (15 ms) 2024-09-13T15:11:50.217 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.mirror_image_status 2024-09-13T15:11:50.315 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:11:50.337 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:50.338 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:50.338 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:11:50.439 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:11:50.461 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:50.464 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:50.465 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:11:50.566 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:11:50.589 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:50.589 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:50.590 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:11:50.690 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:50.713 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:50.714 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:50.714 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:50.815 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:11:50.837 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:50.838 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:50.838 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:11:50.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:50 smithi071 ceph-mon[107477]: 1.3 scrub starts 2024-09-13T15:11:50.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:50 smithi071 ceph-mon[107477]: 1.3 scrub ok 2024-09-13T15:11:50.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:50 smithi071 ceph-mon[107477]: pgmap v2501: 125 pgs: 32 unknown, 93 active+clean; 582 KiB data, 7.1 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:11:50.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:50 smithi071 ceph-mon[107477]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-13T15:11:50.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:50 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/32911518' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi071-390370-1","app": "rados","yes_i_really_mean_it": true}]': finished 2024-09-13T15:11:50.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:50 smithi071 ceph-mon[107477]: osdmap e1488: 8 total, 8 up, 7 in 2024-09-13T15:11:50.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:50 smithi071 ceph-mon[112785]: 1.3 scrub starts 2024-09-13T15:11:50.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:50 smithi071 ceph-mon[112785]: 1.3 scrub ok 2024-09-13T15:11:50.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:50 smithi071 ceph-mon[112785]: pgmap v2501: 125 pgs: 32 unknown, 93 active+clean; 582 KiB data, 7.1 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:11:50.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:50 smithi071 ceph-mon[112785]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-13T15:11:50.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:50 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/32911518' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi071-390370-1","app": "rados","yes_i_really_mean_it": true}]': finished 2024-09-13T15:11:50.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:50 smithi071 ceph-mon[112785]: osdmap e1488: 8 total, 8 up, 7 in 2024-09-13T15:11:50.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:50 smithi104 ceph-mon[105578]: 1.3 scrub starts 2024-09-13T15:11:50.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:50 smithi104 ceph-mon[105578]: 1.3 scrub ok 2024-09-13T15:11:50.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:50 smithi104 ceph-mon[105578]: pgmap v2501: 125 pgs: 32 unknown, 93 active+clean; 582 KiB data, 7.1 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:11:50.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:50 smithi104 ceph-mon[105578]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-13T15:11:50.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:50 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/32911518' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi071-390370-1","app": "rados","yes_i_really_mean_it": true}]': finished 2024-09-13T15:11:50.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:50 smithi104 ceph-mon[105578]: osdmap e1488: 8 total, 8 up, 7 in 2024-09-13T15:11:50.939 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:11:50.962 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:50.963 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:50.963 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:11:51.064 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:11:51.089 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:51.089 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:51.089 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:11:51.190 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:51.213 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:51.213 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:51.214 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:51.314 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:11:51.335 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:51.336 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:51.336 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:11:51.437 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:11:51.460 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:51.461 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:51.461 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:11:51.562 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:11:51.571 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:11:51.571 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:11:51.585 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:51.585 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:51.586 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:11:51.655 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'osd.*' injectargs --osd_enable_op_tracker=false 2024-09-13T15:11:51.686 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:51.709 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:51.709 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:51.710 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:51.811 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:11:51.832 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:51.833 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:51.834 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:11:51.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:51 smithi071 ceph-mon[107477]: osdmap e1489: 8 total, 8 up, 7 in 2024-09-13T15:11:51.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:51 smithi071 ceph-mon[112785]: osdmap e1489: 8 total, 8 up, 7 in 2024-09-13T15:11:51.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:51 smithi104 ceph-mon[105578]: osdmap e1489: 8 total, 8 up, 7 in 2024-09-13T15:11:51.934 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:11:51.956 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:51.956 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:51.957 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:11:52.057 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:11:52.081 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:52.082 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:52.082 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:11:52.183 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:11:52.205 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:52.206 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:52.206 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:11:52.307 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:11:52.330 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:52.330 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:52.330 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:11:52.431 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:11:52.453 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:52.454 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:52.455 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:11:52.527 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.mirror_image_status (2311 ms) 2024-09-13T15:11:52.527 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.mirror_image_map 2024-09-13T15:11:52.555 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:11:52.577 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:52.577 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:52.578 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:11:52.608 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.mirror_image_map (80 ms) 2024-09-13T15:11:52.608 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.mirror_instances 2024-09-13T15:11:52.619 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.mirror_instances (12 ms) 2024-09-13T15:11:52.620 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.mirror_snapshot 2024-09-13T15:11:52.630 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.mirror_snapshot (10 ms) 2024-09-13T15:11:52.630 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.group_dir_list 2024-09-13T15:11:52.631 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.group_dir_list (2 ms) 2024-09-13T15:11:52.631 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.group_dir_add 2024-09-13T15:11:52.633 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.group_dir_add (2 ms) 2024-09-13T15:11:52.633 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.dir_add_already_existing 2024-09-13T15:11:52.636 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.dir_add_already_existing (2 ms) 2024-09-13T15:11:52.636 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.group_dir_rename 2024-09-13T15:11:52.641 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.group_dir_rename (6 ms) 2024-09-13T15:11:52.642 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.group_dir_remove 2024-09-13T15:11:52.644 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.group_dir_remove (3 ms) 2024-09-13T15:11:52.644 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.group_dir_remove_missing 2024-09-13T15:11:52.648 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.group_dir_remove_missing (4 ms) 2024-09-13T15:11:52.648 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.group_image_add 2024-09-13T15:11:52.650 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.group_image_add (2 ms) 2024-09-13T15:11:52.650 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.group_image_remove 2024-09-13T15:11:52.653 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.group_image_remove (3 ms) 2024-09-13T15:11:52.653 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.group_image_list 2024-09-13T15:11:52.656 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.group_image_list (2 ms) 2024-09-13T15:11:52.656 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.group_image_clean 2024-09-13T15:11:52.659 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.group_image_clean (4 ms) 2024-09-13T15:11:52.660 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.image_group_add 2024-09-13T15:11:52.662 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.image_group_add (2 ms) 2024-09-13T15:11:52.662 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.image_group_remove 2024-09-13T15:11:52.664 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.image_group_remove (3 ms) 2024-09-13T15:11:52.664 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.image_group_get 2024-09-13T15:11:52.667 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.image_group_get (2 ms) 2024-09-13T15:11:52.667 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.group_snap_set_empty_name 2024-09-13T15:11:52.669 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.group_snap_set_empty_name (2 ms) 2024-09-13T15:11:52.669 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.group_snap_set_empty_id 2024-09-13T15:11:52.670 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.group_snap_set_empty_id (2 ms) 2024-09-13T15:11:52.670 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.group_snap_set_duplicate_id 2024-09-13T15:11:52.673 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.group_snap_set_duplicate_id (3 ms) 2024-09-13T15:11:52.673 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.group_snap_set_duplicate_name 2024-09-13T15:11:52.676 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.group_snap_set_duplicate_name (2 ms) 2024-09-13T15:11:52.676 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.group_snap_set 2024-09-13T15:11:52.678 INFO:tasks.workunit.client.0.smithi071.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.4-843-g2c01458a/rpm/el9/BUILD/ceph-18.2.4-843-g2c01458a/src/test/cls_rbd/test_cls_rbd.cc:2681: Failure 2024-09-13T15:11:52.678 INFO:tasks.workunit.client.0.smithi071.stdout:Expected equality of these values: 2024-09-13T15:11:52.678 INFO:tasks.workunit.client.0.smithi071.stdout: 1U 2024-09-13T15:11:52.678 INFO:tasks.workunit.client.0.smithi071.stdout: Which is: 1 2024-09-13T15:11:52.678 INFO:tasks.workunit.client.0.smithi071.stdout: keys.size() 2024-09-13T15:11:52.678 INFO:tasks.workunit.client.0.smithi071.stdout: Which is: 3 2024-09-13T15:11:52.678 INFO:tasks.workunit.client.0.smithi071.stdout:[ FAILED ] TestClsRbd.group_snap_set (2 ms) 2024-09-13T15:11:52.678 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.group_snap_list 2024-09-13T15:11:52.678 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:11:52.681 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.group_snap_list (3 ms) 2024-09-13T15:11:52.681 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.group_snap_list_max_return 2024-09-13T15:11:52.698 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.group_snap_list_max_return (17 ms) 2024-09-13T15:11:52.698 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.group_snap_list_max_read 2024-09-13T15:11:52.702 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:52.703 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:52.703 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:11:52.704 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:52 smithi071 ceph-mon[107477]: pgmap v2504: 125 pgs: 14 unknown, 111 active+clean; 582 KiB data, 7.1 GiB used, 619 GiB / 626 GiB avail; 1.5 MiB/s rd, 788 KiB/s wr, 286 op/s 2024-09-13T15:11:52.704 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:52 smithi071 ceph-mon[107477]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-13T15:11:52.704 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:52 smithi071 ceph-mon[112785]: pgmap v2504: 125 pgs: 14 unknown, 111 active+clean; 582 KiB data, 7.1 GiB used, 619 GiB / 626 GiB avail; 1.5 MiB/s rd, 788 KiB/s wr, 286 op/s 2024-09-13T15:11:52.704 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:52 smithi071 ceph-mon[112785]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-13T15:11:52.804 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:11:52.825 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:52.826 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:52.826 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:11:52.910 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.group_snap_list_max_read (212 ms) 2024-09-13T15:11:52.910 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.group_snap_remove 2024-09-13T15:11:52.913 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.group_snap_remove (3 ms) 2024-09-13T15:11:52.913 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.group_snap_get_by_id 2024-09-13T15:11:52.915 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.group_snap_get_by_id (2 ms) 2024-09-13T15:11:52.915 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.trash_methods 2024-09-13T15:11:52.922 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.trash_methods (7 ms) 2024-09-13T15:11:52.922 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.op_features 2024-09-13T15:11:52.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:52 smithi104 ceph-mon[105578]: pgmap v2504: 125 pgs: 14 unknown, 111 active+clean; 582 KiB data, 7.1 GiB used, 619 GiB / 626 GiB avail; 1.5 MiB/s rd, 788 KiB/s wr, 286 op/s 2024-09-13T15:11:52.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:52 smithi104 ceph-mon[105578]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-13T15:11:52.927 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:52.929 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.op_features (8 ms) 2024-09-13T15:11:52.929 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.clone_parent 2024-09-13T15:11:52.948 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:52.949 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:52.950 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:52.950 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.clone_parent (20 ms) 2024-09-13T15:11:52.950 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.clone_parent_ns 2024-09-13T15:11:52.957 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.clone_parent_ns (8 ms) 2024-09-13T15:11:52.957 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.clone_child 2024-09-13T15:11:52.967 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.clone_child (10 ms) 2024-09-13T15:11:52.968 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.namespace_methods 2024-09-13T15:11:52.974 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.namespace_methods (7 ms) 2024-09-13T15:11:52.974 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.migration 2024-09-13T15:11:52.983 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.migration (8 ms) 2024-09-13T15:11:52.983 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.migration_v1 2024-09-13T15:11:52.993 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.migration_v1 (10 ms) 2024-09-13T15:11:52.993 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.assert_snapc_seq 2024-09-13T15:11:53.051 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:11:53.072 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:53.072 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:53.073 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:11:53.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:11:52 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:11:52] "GET /metrics HTTP/1.1" 200 34306 "" "Prometheus/2.51.0" 2024-09-13T15:11:53.174 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:11:53.195 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:53.197 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:53.197 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:11:53.298 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2 2024-09-13T15:11:53.320 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:53.321 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:53.321 INFO:tasks.cephadm.osd.2:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.2' 2024-09-13T15:11:53.422 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:11:53.445 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:53.445 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:53.445 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:11:53.495 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd unset nodeep-scrub 2024-09-13T15:11:53.546 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:11:53.569 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:53.570 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:53.570 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:11:53.671 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0 2024-09-13T15:11:53.694 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:53.694 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:53.694 INFO:tasks.cephadm.osd.0:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.0' 2024-09-13T15:11:53.795 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:11:53.818 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:53.819 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:53.819 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:11:53.920 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7 2024-09-13T15:11:53.944 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:53.944 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:53.945 INFO:tasks.cephadm.osd.7:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.7' 2024-09-13T15:11:53.949 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T15:11:53.953 INFO:teuthology.orchestra.run.smithi071.stdout: "ops": [], 2024-09-13T15:11:53.953 INFO:teuthology.orchestra.run.smithi071.stdout: "complaint_time": 30, 2024-09-13T15:11:53.954 INFO:teuthology.orchestra.run.smithi071.stdout: "num_blocked_ops": 0 2024-09-13T15:11:53.954 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T15:11:54.045 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:11:54.069 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:54.070 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:54.070 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:11:54.171 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3 2024-09-13T15:11:54.193 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:54.193 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:54.194 INFO:tasks.cephadm.osd.3:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.3' 2024-09-13T15:11:54.294 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:11:54.316 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:54.316 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:54.317 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:11:54.418 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:11:54.444 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:54.444 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:54.445 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:11:54.546 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:54.572 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:54.573 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:54.573 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:54.627 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.assert_snapc_seq (1634 ms) 2024-09-13T15:11:54.627 INFO:tasks.workunit.client.0.smithi071.stdout:[ RUN ] TestClsRbd.sparsify 2024-09-13T15:11:54.667 INFO:tasks.workunit.client.0.smithi071.stdout:[ OK ] TestClsRbd.sparsify (40 ms) 2024-09-13T15:11:54.674 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:11:54.697 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:54.698 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:54.698 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:11:54.708 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.1 dump_historic_ops 2024-09-13T15:11:54.799 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:11:54.821 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:54.822 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:54.822 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:11:54.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:54 smithi071 ceph-mon[107477]: pgmap v2505: 125 pgs: 125 active+clean; 582 KiB data, 7.1 GiB used, 619 GiB / 626 GiB avail; 1.6 MiB/s rd, 799 KiB/s wr, 360 op/s 2024-09-13T15:11:54.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:54 smithi071 ceph-mon[107477]: osdmap e1490: 8 total, 8 up, 7 in 2024-09-13T15:11:54.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:54 smithi071 ceph-mon[112785]: pgmap v2505: 125 pgs: 125 active+clean; 582 KiB data, 7.1 GiB used, 619 GiB / 626 GiB avail; 1.6 MiB/s rd, 799 KiB/s wr, 360 op/s 2024-09-13T15:11:54.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:54 smithi071 ceph-mon[112785]: osdmap e1490: 8 total, 8 up, 7 in 2024-09-13T15:11:54.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:54 smithi104 ceph-mon[105578]: pgmap v2505: 125 pgs: 125 active+clean; 582 KiB data, 7.1 GiB used, 619 GiB / 626 GiB avail; 1.6 MiB/s rd, 799 KiB/s wr, 360 op/s 2024-09-13T15:11:54.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:54 smithi104 ceph-mon[105578]: osdmap e1490: 8 total, 8 up, 7 in 2024-09-13T15:11:54.922 DEBUG:teuthology.orchestra.run.smithi071:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1 2024-09-13T15:11:54.944 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: docker: command not found 2024-09-13T15:11:54.945 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:54.945 INFO:tasks.cephadm.osd.1:Ignoring exception while sending signal: Command failed on smithi071 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.1' 2024-09-13T15:11:55.046 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:11:55.070 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:55.071 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:55.071 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:11:55.172 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:55.196 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:55.197 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:55.197 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:55.257 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:11:55.261 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:11:55.298 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:11:55.323 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:55.323 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:55.324 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:11:55.425 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6 2024-09-13T15:11:55.451 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:55.452 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:55.452 INFO:tasks.cephadm.osd.6:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.6' 2024-09-13T15:11:55.553 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:55.578 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:55.579 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:55.579 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:55.638 INFO:tasks.workunit.client.0.smithi071.stdout:[----------] 70 tests from TestClsRbd (5059 ms total) 2024-09-13T15:11:55.638 INFO:tasks.workunit.client.0.smithi071.stdout: 2024-09-13T15:11:55.638 INFO:tasks.workunit.client.0.smithi071.stdout:[----------] Global test environment tear-down 2024-09-13T15:11:55.638 INFO:tasks.workunit.client.0.smithi071.stdout:[==========] 70 tests from 1 test suite ran. (7204 ms total) 2024-09-13T15:11:55.639 INFO:tasks.workunit.client.0.smithi071.stdout:[ PASSED ] 69 tests. 2024-09-13T15:11:55.639 INFO:tasks.workunit.client.0.smithi071.stdout:[ FAILED ] 1 test, listed below: 2024-09-13T15:11:55.639 INFO:tasks.workunit.client.0.smithi071.stdout:[ FAILED ] TestClsRbd.group_snap_set 2024-09-13T15:11:55.639 INFO:tasks.workunit.client.0.smithi071.stdout: 2024-09-13T15:11:55.639 INFO:tasks.workunit.client.0.smithi071.stdout: 1 FAILED TEST 2024-09-13T15:11:55.671 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:55.671 INFO:tasks.workunit:Stopping ['cls/test_cls_rbd.sh'] on client.0... 2024-09-13T15:11:55.671 DEBUG:teuthology.orchestra.run.smithi071:> sudo rm -rf -- /home/ubuntu/cephtest/workunits.list.client.0 /home/ubuntu/cephtest/clone.client.0 2024-09-13T15:11:55.680 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4 2024-09-13T15:11:55.704 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:55.705 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:55.705 INFO:tasks.cephadm.osd.4:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.4' 2024-09-13T15:11:55.806 DEBUG:teuthology.orchestra.run.smithi104:> sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5 2024-09-13T15:11:55.831 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: docker: command not found 2024-09-13T15:11:55.831 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:11:55.832 INFO:tasks.cephadm.osd.5:Ignoring exception while sending signal: Command failed on smithi104 with status 1: 'sudo docker kill -s 1 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd.5' 2024-09-13T15:11:55.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:55 smithi071 ceph-mon[107477]: osdmap e1491: 8 total, 8 up, 7 in 2024-09-13T15:11:55.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:55 smithi071 ceph-mon[112785]: osdmap e1491: 8 total, 8 up, 7 in 2024-09-13T15:11:55.899 INFO:tasks.thrashosds:joining thrashosds 2024-09-13T15:11:55.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:55 smithi104 ceph-mon[105578]: osdmap e1491: 8 total, 8 up, 7 in 2024-09-13T15:11:56.634 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:56 smithi071 ceph-mon[107477]: pgmap v2508: 125 pgs: 125 active+clean; 582 KiB data, 7.1 GiB used, 619 GiB / 626 GiB avail; 1.7 MiB/s rd, 877 KiB/s wr, 446 op/s 2024-09-13T15:11:56.634 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:56 smithi071 ceph-mon[107477]: osdmap e1492: 8 total, 8 up, 7 in 2024-09-13T15:11:56.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:56 smithi071 ceph-mon[112785]: pgmap v2508: 125 pgs: 125 active+clean; 582 KiB data, 7.1 GiB used, 619 GiB / 626 GiB avail; 1.7 MiB/s rd, 877 KiB/s wr, 446 op/s 2024-09-13T15:11:56.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:56 smithi071 ceph-mon[112785]: osdmap e1492: 8 total, 8 up, 7 in 2024-09-13T15:11:56.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:56 smithi104 ceph-mon[105578]: pgmap v2508: 125 pgs: 125 active+clean; 582 KiB data, 7.1 GiB used, 619 GiB / 626 GiB avail; 1.7 MiB/s rd, 877 KiB/s wr, 446 op/s 2024-09-13T15:11:56.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:56 smithi104 ceph-mon[105578]: osdmap e1492: 8 total, 8 up, 7 in 2024-09-13T15:11:57.136 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:11:58.743 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:58 smithi071 ceph-mon[107477]: pgmap v2510: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:11:58.743 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:58 smithi071 ceph-mon[112785]: pgmap v2510: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:11:58.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:58 smithi104 ceph-mon[105578]: pgmap v2510: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:11:59.651 INFO:teuthology.orchestra.run.smithi071.stderr:nodeep-scrub is unset 2024-09-13T15:11:59.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:59 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/827930275' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:11:59.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:59 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:11:59.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:11:59 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:11:59.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:59 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/827930275' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:11:59.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:59 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:11:59.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:11:59 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:11:59.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:59 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/827930275' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:11:59.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:59 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:11:59.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:11:59 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:12:00.682 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T15:12:00.684 INFO:teuthology.orchestra.run.smithi071.stderr:dumped all 2024-09-13T15:12:00.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:00 smithi071 ceph-mon[107477]: from='client.36537 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T15:12:00.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:00 smithi071 ceph-mon[107477]: pgmap v2511: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:12:00.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:00 smithi071 ceph-mon[107477]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T15:12:00.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:00 smithi071 ceph-mon[107477]: Cluster is now healthy 2024-09-13T15:12:00.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:00 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T15:12:00.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:00 smithi071 ceph-mon[107477]: osdmap e1493: 8 total, 8 up, 7 in 2024-09-13T15:12:00.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:00 smithi071 ceph-mon[112785]: from='client.36537 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T15:12:00.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:00 smithi071 ceph-mon[112785]: pgmap v2511: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:12:00.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:00 smithi071 ceph-mon[112785]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T15:12:00.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:00 smithi071 ceph-mon[112785]: Cluster is now healthy 2024-09-13T15:12:00.893 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:00 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T15:12:00.894 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:00 smithi071 ceph-mon[112785]: osdmap e1493: 8 total, 8 up, 7 in 2024-09-13T15:12:00.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:00 smithi104 ceph-mon[105578]: from='client.36537 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T15:12:00.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:00 smithi104 ceph-mon[105578]: pgmap v2511: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:12:00.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:00 smithi104 ceph-mon[105578]: Health check cleared: OSDMAP_FLAGS (was: nodeep-scrub flag(s) set) 2024-09-13T15:12:00.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:00 smithi104 ceph-mon[105578]: Cluster is now healthy 2024-09-13T15:12:00.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:00 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T15:12:00.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:00 smithi104 ceph-mon[105578]: osdmap e1493: 8 total, 8 up, 7 in 2024-09-13T15:12:02.745 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0: {} 2024-09-13T15:12:02.746 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1: {} 2024-09-13T15:12:02.746 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2: {} 2024-09-13T15:12:02.746 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3: {} 2024-09-13T15:12:02.746 INFO:teuthology.orchestra.run.smithi071.stderr:osd.0: osd_enable_op_tracker = '' 2024-09-13T15:12:02.746 INFO:teuthology.orchestra.run.smithi071.stderr:osd.1: osd_enable_op_tracker = '' 2024-09-13T15:12:02.746 INFO:teuthology.orchestra.run.smithi071.stderr:osd.2: osd_enable_op_tracker = '' 2024-09-13T15:12:02.746 INFO:teuthology.orchestra.run.smithi071.stderr:osd.3: osd_enable_op_tracker = '' 2024-09-13T15:12:02.747 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4: {} 2024-09-13T15:12:02.747 INFO:teuthology.orchestra.run.smithi071.stderr:osd.4: osd_enable_op_tracker = '' 2024-09-13T15:12:02.767 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5: {} 2024-09-13T15:12:02.767 INFO:teuthology.orchestra.run.smithi071.stderr:osd.5: osd_enable_op_tracker = '' 2024-09-13T15:12:02.783 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6: {} 2024-09-13T15:12:02.784 INFO:teuthology.orchestra.run.smithi071.stderr:osd.6: osd_enable_op_tracker = '' 2024-09-13T15:12:02.801 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7: {} 2024-09-13T15:12:02.801 INFO:teuthology.orchestra.run.smithi071.stderr:osd.7: osd_enable_op_tracker = '' 2024-09-13T15:12:02.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:02 smithi071 ceph-mon[107477]: pgmap v2513: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:12:02.892 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:12:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:12:02] "GET /metrics HTTP/1.1" 200 34304 "" "Prometheus/2.51.0" 2024-09-13T15:12:02.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:02 smithi071 ceph-mon[112785]: pgmap v2513: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:12:02.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:02 smithi104 ceph-mon[105578]: pgmap v2513: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:12:03.697 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd unset noscrub 2024-09-13T15:12:03.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:03 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1832395933' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:12:03.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:03 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1832395933' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:12:03.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:03 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1832395933' entity='client.admin' cmd={"prefix": "osd ls"} : dispatch 2024-09-13T15:12:04.275 INFO:teuthology.orchestra.run.smithi071.stdout:{"pg_ready":true,"pg_map":{"version":2510,"stamp":"2024-09-13T15:11:57.131285+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":595941,"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":0,"num_read_kb":0,"num_write":64,"num_write_kb":33,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":146,"num_bytes_recovered":1745076,"num_keys_recovered":40,"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":3188,"ondisk_log_size":3188,"up":279,"acting":279,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":377,"num_osds":7,"num_per_pool_osds":7,"num_per_pool_omap_osds":7,"kb":656216064,"kb_used":7429124,"kb_used_data":353404,"kb_used_omap":254,"kb_used_meta":7075329,"kb_avail":648786940,"statfs":{"total":671965249536,"available":664357826560,"internally_reserved":0,"allocated":361885696,"data_stored":338647854,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":260121,"internal_metadata":7245137895},"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":-236,"num_objects":-14,"num_object_clones":0,"num_object_copies":-42,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":-14,"num_whiteouts":0,"num_read":-1073,"num_read_kb":-9258,"num_write":-645,"num_write_kb":-4730,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":-11,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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.001477"},"pg_stats":[{"pgid":"1.11","version":"373'149","reported_seq":1777,"reported_epoch":1491,"state":"active+clean","last_fresh":"2024-09-13T15:11:54.901904+0000","last_change":"2024-09-13T15:11:24.482009+0000","last_active":"2024-09-13T15:11:54.901904+0000","last_peered":"2024-09-13T15:11:54.901904+0000","last_clean":"2024-09-13T15:11:54.901904+0000","last_became_active":"2024-09-13T15:11:24.481626+0000","last_became_peered":"2024-09-13T15:11:24.481626+0000","last_unstale":"2024-09-13T15:11:54.901904+0000","last_undegraded":"2024-09-13T15:11:54.901904+0000","last_fullsized":"2024-09-13T15:11:54.901904+0000","mapping_epoch":1482,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1483,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:03:55.256014+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:03:55.256014+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:42:23.293964+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[0,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"4.14","version":"0'0","reported_seq":330,"reported_epoch":1491,"state":"active+clean","last_fresh":"2024-09-13T15:11:54.826800+0000","last_change":"2024-09-13T15:10:38.485708+0000","last_active":"2024-09-13T15:11:54.826800+0000","last_peered":"2024-09-13T15:11:54.826800+0000","last_clean":"2024-09-13T15:11:54.826800+0000","last_became_active":"2024-09-13T15:10:38.485336+0000","last_became_peered":"2024-09-13T15:10:38.485336+0000","last_unstale":"2024-09-13T15:11:54.826800+0000","last_undegraded":"2024-09-13T15:11:54.826800+0000","last_fullsized":"2024-09-13T15:11:54.826800+0000","mapping_epoch":1471,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1472,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:23:23.625120+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,5],"acting":[3,2,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.13","version":"70'2","reported_seq":111,"reported_epoch":1491,"state":"active+clean","last_fresh":"2024-09-13T15:11:54.630965+0000","last_change":"2024-09-13T15:09:59.663312+0000","last_active":"2024-09-13T15:11:54.630965+0000","last_peered":"2024-09-13T15:11:54.630965+0000","last_clean":"2024-09-13T15:11:54.630965+0000","last_became_active":"2024-09-13T15:09:59.653322+0000","last_became_peered":"2024-09-13T15:09:59.653322+0000","last_unstale":"2024-09-13T15:11:54.630965+0000","last_undegraded":"2024-09-13T15:11:54.630965+0000","last_fullsized":"2024-09-13T15:11:54.630965+0000","mapping_epoch":1462,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1463,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T15:11:40.392788+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":8,"num_bytes_recovered":136,"num_keys_recovered":40,"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":[4,2,6],"acting":[4,2,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"1.10","version":"373'149","reported_seq":1883,"reported_epoch":1490,"state":"active+clean","last_fresh":"2024-09-13T15:11:53.621973+0000","last_change":"2024-09-13T15:10:02.653115+0000","last_active":"2024-09-13T15:11:53.621973+0000","last_peered":"2024-09-13T15:11:53.621973+0000","last_clean":"2024-09-13T15:11:53.621973+0000","last_became_active":"2024-09-13T15:10:02.652564+0000","last_became_peered":"2024-09-13T15:10:02.652564+0000","last_unstale":"2024-09-13T15:11:53.621973+0000","last_undegraded":"2024-09-13T15:11:53.621973+0000","last_fullsized":"2024-09-13T15:11:53.621973+0000","mapping_epoch":1465,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1466,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:47.921711+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:47.921711+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:58:16.014934+0000","scrub_duration":0.001430061,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[5,6,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.15","version":"0'0","reported_seq":1546,"reported_epoch":1489,"state":"active+clean","last_fresh":"2024-09-13T15:11:50.611116+0000","last_change":"2024-09-13T15:11:21.715462+0000","last_active":"2024-09-13T15:11:50.611116+0000","last_peered":"2024-09-13T15:11:50.611116+0000","last_clean":"2024-09-13T15:11:50.611116+0000","last_became_active":"2024-09-13T15:11:21.714772+0000","last_became_peered":"2024-09-13T15:11:21.714772+0000","last_unstale":"2024-09-13T15:11:50.611116+0000","last_undegraded":"2024-09-13T15:11:50.611116+0000","last_fullsized":"2024-09-13T15:11:50.611116+0000","mapping_epoch":1479,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1480,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:00:13.106820+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[2,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.12","version":"0'0","reported_seq":2265,"reported_epoch":1491,"state":"active+clean","last_fresh":"2024-09-13T15:11:54.902260+0000","last_change":"2024-09-13T15:11:21.720677+0000","last_active":"2024-09-13T15:11:54.902260+0000","last_peered":"2024-09-13T15:11:54.902260+0000","last_clean":"2024-09-13T15:11:54.902260+0000","last_became_active":"2024-09-13T15:11:21.720284+0000","last_became_peered":"2024-09-13T15:11:21.720284+0000","last_unstale":"2024-09-13T15:11:54.902260+0000","last_undegraded":"2024-09-13T15:11:54.902260+0000","last_fullsized":"2024-09-13T15:11:54.902260+0000","mapping_epoch":1479,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1480,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:23:55.979214+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[0,2,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"1.13","version":"373'149","reported_seq":1807,"reported_epoch":1491,"state":"active+clean","last_fresh":"2024-09-13T15:11:54.630822+0000","last_change":"2024-09-13T15:10:42.529300+0000","last_active":"2024-09-13T15:11:54.630822+0000","last_peered":"2024-09-13T15:11:54.630822+0000","last_clean":"2024-09-13T15:11:54.630822+0000","last_became_active":"2024-09-13T15:10:42.528945+0000","last_became_peered":"2024-09-13T15:10:42.528945+0000","last_unstale":"2024-09-13T15:11:54.630822+0000","last_undegraded":"2024-09-13T15:11:54.630822+0000","last_fullsized":"2024-09-13T15:11:54.630822+0000","mapping_epoch":1475,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1476,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:06:05.604073+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:06:05.604073+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:43:20.798268+0000","scrub_duration":0.0017852580000000001,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[4,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.16","version":"0'0","reported_seq":2261,"reported_epoch":1491,"state":"active+clean","last_fresh":"2024-09-13T15:11:54.902471+0000","last_change":"2024-09-13T15:09:59.662108+0000","last_active":"2024-09-13T15:11:54.902471+0000","last_peered":"2024-09-13T15:11:54.902471+0000","last_clean":"2024-09-13T15:11:54.902471+0000","last_became_active":"2024-09-13T15:09:59.661813+0000","last_became_peered":"2024-09-13T15:09:59.661813+0000","last_unstale":"2024-09-13T15:11:54.902471+0000","last_undegraded":"2024-09-13T15:11:54.902471+0000","last_fullsized":"2024-09-13T15:11:54.902471+0000","mapping_epoch":1462,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1463,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:09:10.412652+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[0,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.11","version":"0'0","reported_seq":165,"reported_epoch":1491,"state":"active+clean","last_fresh":"2024-09-13T15:11:54.629774+0000","last_change":"2024-09-13T15:09:59.655068+0000","last_active":"2024-09-13T15:11:54.629774+0000","last_peered":"2024-09-13T15:11:54.629774+0000","last_clean":"2024-09-13T15:11:54.629774+0000","last_became_active":"2024-09-13T15:09:59.654753+0000","last_became_peered":"2024-09-13T15:09:59.654753+0000","last_unstale":"2024-09-13T15:11:54.629774+0000","last_undegraded":"2024-09-13T15:11:54.629774+0000","last_fullsized":"2024-09-13T15:11:54.629774+0000","mapping_epoch":1462,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1463,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:34:26.663477+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.12","version":"373'149","reported_seq":1880,"reported_epoch":1490,"state":"active+clean","last_fresh":"2024-09-13T15:11:53.622549+0000","last_change":"2024-09-13T15:10:41.495007+0000","last_active":"2024-09-13T15:11:53.622549+0000","last_peered":"2024-09-13T15:11:53.622549+0000","last_clean":"2024-09-13T15:11:53.622549+0000","last_became_active":"2024-09-13T15:10:41.494638+0000","last_became_peered":"2024-09-13T15:10:41.494638+0000","last_unstale":"2024-09-13T15:11:53.622549+0000","last_undegraded":"2024-09-13T15:11:53.622549+0000","last_fullsized":"2024-09-13T15:11:53.622549+0000","mapping_epoch":1474,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1475,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:46.963090+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:46.963090+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:39:20.666919+0000","scrub_duration":0.0014971279999999999,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[5,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.17","version":"0'0","reported_seq":135,"reported_epoch":1490,"state":"active+clean","last_fresh":"2024-09-13T15:11:53.623211+0000","last_change":"2024-09-13T15:10:38.485456+0000","last_active":"2024-09-13T15:11:53.623211+0000","last_peered":"2024-09-13T15:11:53.623211+0000","last_clean":"2024-09-13T15:11:53.623211+0000","last_became_active":"2024-09-13T15:10:38.485135+0000","last_became_peered":"2024-09-13T15:10:38.485135+0000","last_unstale":"2024-09-13T15:11:53.623211+0000","last_undegraded":"2024-09-13T15:11:53.623211+0000","last_fullsized":"2024-09-13T15:11:53.623211+0000","mapping_epoch":1471,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1472,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:50:50.427174+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[5,2,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.10","version":"70'8","reported_seq":95,"reported_epoch":1491,"state":"active+clean","last_fresh":"2024-09-13T15:11:54.631797+0000","last_change":"2024-09-13T15:11:21.739010+0000","last_active":"2024-09-13T15:11:54.631797+0000","last_peered":"2024-09-13T15:11:54.631797+0000","last_clean":"2024-09-13T15:11:54.631797+0000","last_became_active":"2024-09-13T15:11:21.729091+0000","last_became_peered":"2024-09-13T15:11:21.729091+0000","last_unstale":"2024-09-13T15:11:54.631797+0000","last_undegraded":"2024-09-13T15:11:54.631797+0000","last_fullsized":"2024-09-13T15:11:54.631797+0000","mapping_epoch":1479,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1480,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T21:06:05.847881+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":32,"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":[6,3,2],"acting":[6,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"1.d","version":"373'149","reported_seq":1731,"reported_epoch":1491,"state":"active+clean","last_fresh":"2024-09-13T15:11:54.630500+0000","last_change":"2024-09-13T15:10:02.670461+0000","last_active":"2024-09-13T15:11:54.630500+0000","last_peered":"2024-09-13T15:11:54.630500+0000","last_clean":"2024-09-13T15:11:54.630500+0000","last_became_active":"2024-09-13T15:10:02.670133+0000","last_became_peered":"2024-09-13T15:10:02.670133+0000","last_unstale":"2024-09-13T15:11:54.630500+0000","last_undegraded":"2024-09-13T15:11:54.630500+0000","last_fullsized":"2024-09-13T15:11:54.630500+0000","mapping_epoch":1465,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1466,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:07:01.927969+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:07:01.927969+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:35:51.450737+0000","scrub_duration":0.001650653,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.f","version":"70'1","reported_seq":132,"reported_epoch":1491,"state":"active+clean","last_fresh":"2024-09-13T15:11:54.631096+0000","last_change":"2024-09-13T15:11:21.743145+0000","last_active":"2024-09-13T15:11:54.631096+0000","last_peered":"2024-09-13T15:11:54.631096+0000","last_clean":"2024-09-13T15:11:54.631096+0000","last_became_active":"2024-09-13T15:11:21.731376+0000","last_became_peered":"2024-09-13T15:11:21.731376+0000","last_unstale":"2024-09-13T15:11:54.631096+0000","last_undegraded":"2024-09-13T15:11:54.631096+0000","last_fullsized":"2024-09-13T15:11:54.631096+0000","mapping_epoch":1479,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1480,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T23:08:11.043296+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":6,"num_bytes_recovered":132,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[4,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.8","version":"0'0","reported_seq":1523,"reported_epoch":1490,"state":"active+clean","last_fresh":"2024-09-13T15:11:53.622075+0000","last_change":"2024-09-13T15:11:21.729162+0000","last_active":"2024-09-13T15:11:53.622075+0000","last_peered":"2024-09-13T15:11:53.622075+0000","last_clean":"2024-09-13T15:11:53.622075+0000","last_became_active":"2024-09-13T15:11:21.728818+0000","last_became_peered":"2024-09-13T15:11:21.728818+0000","last_unstale":"2024-09-13T15:11:53.622075+0000","last_undegraded":"2024-09-13T15:11:53.622075+0000","last_fullsized":"2024-09-13T15:11:53.622075+0000","mapping_epoch":1479,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1480,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:30:48.586665+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[6,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"1.c","version":"373'149","reported_seq":1998,"reported_epoch":1491,"state":"active+clean","last_fresh":"2024-09-13T15:11:54.826710+0000","last_change":"2024-09-13T15:09:35.488671+0000","last_active":"2024-09-13T15:11:54.826710+0000","last_peered":"2024-09-13T15:11:54.826710+0000","last_clean":"2024-09-13T15:11:54.826710+0000","last_became_active":"2024-09-13T15:09:35.488305+0000","last_became_peered":"2024-09-13T15:09:35.488305+0000","last_unstale":"2024-09-13T15:11:54.826710+0000","last_undegraded":"2024-09-13T15:11:54.826710+0000","last_fullsized":"2024-09-13T15:11:54.826710+0000","mapping_epoch":1459,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1460,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:44.558993+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:44.558993+0000","objects_scrubbed":1,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:24:05.536534+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":327680,"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":2,"num_bytes_recovered":655360,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[3,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.e","version":"70'2","reported_seq":120,"reported_epoch":1491,"state":"active+clean","last_fresh":"2024-09-13T15:11:54.631276+0000","last_change":"2024-09-13T15:11:21.719918+0000","last_active":"2024-09-13T15:11:54.631276+0000","last_peered":"2024-09-13T15:11:54.631276+0000","last_clean":"2024-09-13T15:11:54.631276+0000","last_became_active":"2024-09-13T15:11:21.710151+0000","last_became_peered":"2024-09-13T15:11:21.710151+0000","last_unstale":"2024-09-13T15:11:54.631276+0000","last_undegraded":"2024-09-13T15:11:54.631276+0000","last_fullsized":"2024-09-13T15:11:54.631276+0000","mapping_epoch":1479,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1480,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T21:28:57.024150+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":5,"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":[4,1,3],"acting":[4,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.9","version":"0'0","reported_seq":255,"reported_epoch":1491,"state":"active+clean","last_fresh":"2024-09-13T15:11:54.629595+0000","last_change":"2024-09-13T15:11:21.706814+0000","last_active":"2024-09-13T15:11:54.629595+0000","last_peered":"2024-09-13T15:11:54.629595+0000","last_clean":"2024-09-13T15:11:54.629595+0000","last_became_active":"2024-09-13T15:11:21.706534+0000","last_became_peered":"2024-09-13T15:11:21.706534+0000","last_unstale":"2024-09-13T15:11:54.629595+0000","last_undegraded":"2024-09-13T15:11:54.629595+0000","last_fullsized":"2024-09-13T15:11:54.629595+0000","mapping_epoch":1479,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1480,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:20:13.682546+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.f","version":"373'149","reported_seq":1725,"reported_epoch":1490,"state":"active+clean","last_fresh":"2024-09-13T15:11:53.623872+0000","last_change":"2024-09-13T15:09:34.457164+0000","last_active":"2024-09-13T15:11:53.623872+0000","last_peered":"2024-09-13T15:11:53.623872+0000","last_clean":"2024-09-13T15:11:53.623872+0000","last_became_active":"2024-09-13T15:09:34.456841+0000","last_became_peered":"2024-09-13T15:09:34.456841+0000","last_unstale":"2024-09-13T15:11:53.623872+0000","last_undegraded":"2024-09-13T15:11:53.623872+0000","last_fullsized":"2024-09-13T15:11:53.623872+0000","mapping_epoch":1458,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1459,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:41.996887+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:41.996887+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:29:39.842442+0000","scrub_duration":0.0021616460000000001,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[6,5,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.d","version":"70'1","reported_seq":195,"reported_epoch":1490,"state":"active+clean","last_fresh":"2024-09-13T15:11:53.623623+0000","last_change":"2024-09-13T15:11:21.723094+0000","last_active":"2024-09-13T15:11:53.623623+0000","last_peered":"2024-09-13T15:11:53.623623+0000","last_clean":"2024-09-13T15:11:53.623623+0000","last_became_active":"2024-09-13T15:11:21.710029+0000","last_became_peered":"2024-09-13T15:11:21.710029+0000","last_unstale":"2024-09-13T15:11:53.623623+0000","last_undegraded":"2024-09-13T15:11:53.623623+0000","last_fullsized":"2024-09-13T15:11:53.623623+0000","mapping_epoch":1479,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1480,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T20:48:49.773315+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":5,"num_bytes_recovered":350,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[6,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"4.a","version":"0'0","reported_seq":56,"reported_epoch":1490,"state":"active+clean","last_fresh":"2024-09-13T15:11:53.622766+0000","last_change":"2024-09-13T15:09:59.650435+0000","last_active":"2024-09-13T15:11:53.622766+0000","last_peered":"2024-09-13T15:11:53.622766+0000","last_clean":"2024-09-13T15:11:53.622766+0000","last_became_active":"2024-09-13T15:09:59.650136+0000","last_became_peered":"2024-09-13T15:09:59.650136+0000","last_unstale":"2024-09-13T15:11:53.622766+0000","last_undegraded":"2024-09-13T15:11:53.622766+0000","last_fullsized":"2024-09-13T15:11:53.622766+0000","mapping_epoch":1462,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1463,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:25:44.730367+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1,5],"acting":[6,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"1.e","version":"373'149","reported_seq":1908,"reported_epoch":1491,"state":"active+clean","last_fresh":"2024-09-13T15:11:54.631378+0000","last_change":"2024-09-13T15:10:02.679478+0000","last_active":"2024-09-13T15:11:54.631378+0000","last_peered":"2024-09-13T15:11:54.631378+0000","last_clean":"2024-09-13T15:11:54.631378+0000","last_became_active":"2024-09-13T15:10:02.679152+0000","last_became_peered":"2024-09-13T15:10:02.679152+0000","last_unstale":"2024-09-13T15:11:54.631378+0000","last_undegraded":"2024-09-13T15:11:54.631378+0000","last_fullsized":"2024-09-13T15:11:54.631378+0000","mapping_epoch":1465,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1466,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:46.145574+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:46.145574+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:42:03.937309+0000","scrub_duration":0.0016746529999999999,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[4,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.c","version":"0'0","reported_seq":1509,"reported_epoch":1490,"state":"active+clean","last_fresh":"2024-09-13T15:11:53.622703+0000","last_change":"2024-09-13T15:09:32.301211+0000","last_active":"2024-09-13T15:11:53.622703+0000","last_peered":"2024-09-13T15:11:53.622703+0000","last_clean":"2024-09-13T15:11:53.622703+0000","last_became_active":"2024-09-13T15:09:32.300771+0000","last_became_peered":"2024-09-13T15:09:32.300771+0000","last_unstale":"2024-09-13T15:11:53.622703+0000","last_undegraded":"2024-09-13T15:11:53.622703+0000","last_fullsized":"2024-09-13T15:11:53.622703+0000","mapping_epoch":1455,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1456,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:34:43.072536+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.b","version":"0'0","reported_seq":2203,"reported_epoch":1491,"state":"active+clean","last_fresh":"2024-09-13T15:11:54.901858+0000","last_change":"2024-09-13T14:57:14.903236+0000","last_active":"2024-09-13T15:11:54.901858+0000","last_peered":"2024-09-13T15:11:54.901858+0000","last_clean":"2024-09-13T15:11:54.901858+0000","last_became_active":"2024-09-13T14:57:14.902951+0000","last_became_peered":"2024-09-13T14:57:14.902951+0000","last_unstale":"2024-09-13T15:11:54.901858+0000","last_undegraded":"2024-09-13T15:11:54.901858+0000","last_fullsized":"2024-09-13T15:11:54.901858+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:55:09.250185+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.9","version":"373'149","reported_seq":1720,"reported_epoch":1491,"state":"active+clean","last_fresh":"2024-09-13T15:11:54.825165+0000","last_change":"2024-09-13T15:10:02.676146+0000","last_active":"2024-09-13T15:11:54.825165+0000","last_peered":"2024-09-13T15:11:54.825165+0000","last_clean":"2024-09-13T15:11:54.825165+0000","last_became_active":"2024-09-13T15:10:02.675771+0000","last_became_peered":"2024-09-13T15:10:02.675771+0000","last_unstale":"2024-09-13T15:11:54.825165+0000","last_undegraded":"2024-09-13T15:11:54.825165+0000","last_fullsized":"2024-09-13T15:11:54.825165+0000","mapping_epoch":1465,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1466,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:00.672283+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:00.672283+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:20:43.185597+0000","scrub_duration":8,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,5],"acting":[3,2,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.b","version":"70'2","reported_seq":330,"reported_epoch":1491,"state":"active+clean","last_fresh":"2024-09-13T15:11:54.826467+0000","last_change":"2024-09-13T15:11:21.721659+0000","last_active":"2024-09-13T15:11:54.826467+0000","last_peered":"2024-09-13T15:11:54.826467+0000","last_clean":"2024-09-13T15:11:54.826467+0000","last_became_active":"2024-09-13T15:11:21.712365+0000","last_became_peered":"2024-09-13T15:11:21.712365+0000","last_unstale":"2024-09-13T15:11:54.826467+0000","last_undegraded":"2024-09-13T15:11:54.826467+0000","last_fullsized":"2024-09-13T15:11:54.826467+0000","mapping_epoch":1479,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1480,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T16:55:47.652307+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":5,"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":[3,4,2],"acting":[3,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.c","version":"0'0","reported_seq":264,"reported_epoch":1491,"state":"active+clean","last_fresh":"2024-09-13T15:11:54.630135+0000","last_change":"2024-09-13T15:09:32.301526+0000","last_active":"2024-09-13T15:11:54.630135+0000","last_peered":"2024-09-13T15:11:54.630135+0000","last_clean":"2024-09-13T15:11:54.630135+0000","last_became_active":"2024-09-13T15:09:32.301142+0000","last_became_peered":"2024-09-13T15:09:32.301142+0000","last_unstale":"2024-09-13T15:11:54.630135+0000","last_undegraded":"2024-09-13T15:11:54.630135+0000","last_fullsized":"2024-09-13T15:11:54.630135+0000","mapping_epoch":1455,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1456,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:39:08.067530+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[4,3,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"1.8","version":"373'149","reported_seq":1746,"reported_epoch":1489,"state":"active+clean","last_fresh":"2024-09-13T15:11:50.610506+0000","last_change":"2024-09-13T15:11:30.807812+0000","last_active":"2024-09-13T15:11:50.610506+0000","last_peered":"2024-09-13T15:11:50.610506+0000","last_clean":"2024-09-13T15:11:50.610506+0000","last_became_active":"2024-09-13T15:11:30.807067+0000","last_became_peered":"2024-09-13T15:11:30.807067+0000","last_unstale":"2024-09-13T15:11:50.610506+0000","last_undegraded":"2024-09-13T15:11:50.610506+0000","last_fullsized":"2024-09-13T15:11:50.610506+0000","mapping_epoch":1484,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1485,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:06.782570+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:06.782570+0000","objects_scrubbed":1,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:36:39.877475+0000","scrub_duration":2,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":262688,"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":4,"num_bytes_recovered":1050752,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[2,3,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.a","version":"0'0","reported_seq":56,"reported_epoch":1490,"state":"active+clean","last_fresh":"2024-09-13T15:11:53.622284+0000","last_change":"2024-09-13T15:10:38.487035+0000","last_active":"2024-09-13T15:11:53.622284+0000","last_peered":"2024-09-13T15:11:53.622284+0000","last_clean":"2024-09-13T15:11:53.622284+0000","last_became_active":"2024-09-13T15:10:38.486742+0000","last_became_peered":"2024-09-13T15:10:38.486742+0000","last_unstale":"2024-09-13T15:11:53.622284+0000","last_undegraded":"2024-09-13T15:11:53.622284+0000","last_fullsized":"2024-09-13T15:11:53.622284+0000","mapping_epoch":1471,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1472,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:36:24.456810+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[6,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"4.d","version":"0'0","reported_seq":237,"reported_epoch":1491,"state":"active+clean","last_fresh":"2024-09-13T15:11:54.630402+0000","last_change":"2024-09-13T15:01:09.620455+0000","last_active":"2024-09-13T15:11:54.630402+0000","last_peered":"2024-09-13T15:11:54.630402+0000","last_clean":"2024-09-13T15:11:54.630402+0000","last_became_active":"2024-09-13T15:01:09.620141+0000","last_became_peered":"2024-09-13T15:01:09.620141+0000","last_unstale":"2024-09-13T15:11:54.630402+0000","last_undegraded":"2024-09-13T15:11:54.630402+0000","last_fullsized":"2024-09-13T15:11:54.630402+0000","mapping_epoch":1341,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1342,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:40:38.384024+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,1],"acting":[4,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"1.b","version":"373'149","reported_seq":1974,"reported_epoch":1491,"state":"active+clean","last_fresh":"2024-09-13T15:11:54.901750+0000","last_change":"2024-09-13T15:11:24.484758+0000","last_active":"2024-09-13T15:11:54.901750+0000","last_peered":"2024-09-13T15:11:54.901750+0000","last_clean":"2024-09-13T15:11:54.901750+0000","last_became_active":"2024-09-13T15:11:24.484381+0000","last_became_peered":"2024-09-13T15:11:24.484381+0000","last_unstale":"2024-09-13T15:11:54.901750+0000","last_undegraded":"2024-09-13T15:11:54.901750+0000","last_fullsized":"2024-09-13T15:11:54.901750+0000","mapping_epoch":1482,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1483,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:46.524124+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:46.524124+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:29:35.193126+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.9","version":"0'0","reported_seq":269,"reported_epoch":1491,"state":"active+clean","last_fresh":"2024-09-13T15:11:54.631161+0000","last_change":"2024-09-13T15:09:59.655894+0000","last_active":"2024-09-13T15:11:54.631161+0000","last_peered":"2024-09-13T15:11:54.631161+0000","last_clean":"2024-09-13T15:11:54.631161+0000","last_became_active":"2024-09-13T15:09:59.655591+0000","last_became_peered":"2024-09-13T15:09:59.655591+0000","last_unstale":"2024-09-13T15:11:54.631161+0000","last_undegraded":"2024-09-13T15:11:54.631161+0000","last_fullsized":"2024-09-13T15:11:54.631161+0000","mapping_epoch":1462,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1463,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:45:28.003948+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,1],"acting":[4,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.e","version":"0'0","reported_seq":273,"reported_epoch":1491,"state":"active+clean","last_fresh":"2024-09-13T15:11:54.631169+0000","last_change":"2024-09-13T15:10:38.475705+0000","last_active":"2024-09-13T15:11:54.631169+0000","last_peered":"2024-09-13T15:11:54.631169+0000","last_clean":"2024-09-13T15:11:54.631169+0000","last_became_active":"2024-09-13T15:10:38.475296+0000","last_became_peered":"2024-09-13T15:10:38.475296+0000","last_unstale":"2024-09-13T15:11:54.631169+0000","last_undegraded":"2024-09-13T15:11:54.631169+0000","last_fullsized":"2024-09-13T15:11:54.631169+0000","mapping_epoch":1471,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1472,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:38:29.134403+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,6,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"1.a","version":"373'149","reported_seq":1837,"reported_epoch":1490,"state":"active+clean","last_fresh":"2024-09-13T15:11:53.622457+0000","last_change":"2024-09-13T15:09:34.458810+0000","last_active":"2024-09-13T15:11:53.622457+0000","last_peered":"2024-09-13T15:11:53.622457+0000","last_clean":"2024-09-13T15:11:53.622457+0000","last_became_active":"2024-09-13T15:09:34.458370+0000","last_became_peered":"2024-09-13T15:09:34.458370+0000","last_unstale":"2024-09-13T15:11:53.622457+0000","last_undegraded":"2024-09-13T15:11:53.622457+0000","last_fullsized":"2024-09-13T15:11:53.622457+0000","mapping_epoch":1458,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1459,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:05.812475+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:05.812475+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:31:30.879434+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[5,2,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.8","version":"0'0","reported_seq":131,"reported_epoch":1491,"state":"active+clean","last_fresh":"2024-09-13T15:11:54.629862+0000","last_change":"2024-09-13T15:11:21.703356+0000","last_active":"2024-09-13T15:11:54.629862+0000","last_peered":"2024-09-13T15:11:54.629862+0000","last_clean":"2024-09-13T15:11:54.629862+0000","last_became_active":"2024-09-13T15:11:21.703031+0000","last_became_peered":"2024-09-13T15:11:21.703031+0000","last_unstale":"2024-09-13T15:11:54.629862+0000","last_undegraded":"2024-09-13T15:11:54.629862+0000","last_fullsized":"2024-09-13T15:11:54.629862+0000","mapping_epoch":1479,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1480,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:01:37.750351+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.f","version":"0'0","reported_seq":101,"reported_epoch":1489,"state":"active+clean","last_fresh":"2024-09-13T15:11:50.611392+0000","last_change":"2024-09-13T15:07:48.163399+0000","last_active":"2024-09-13T15:11:50.611392+0000","last_peered":"2024-09-13T15:11:50.611392+0000","last_clean":"2024-09-13T15:11:50.611392+0000","last_became_active":"2024-09-13T15:07:48.163060+0000","last_became_peered":"2024-09-13T15:07:48.163060+0000","last_unstale":"2024-09-13T15:11:50.611392+0000","last_undegraded":"2024-09-13T15:11:50.611392+0000","last_fullsized":"2024-09-13T15:11:50.611392+0000","mapping_epoch":1444,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1445,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:32:11.459505+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[2,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"1.0","version":"373'149","reported_seq":1817,"reported_epoch":1491,"state":"active+clean","last_fresh":"2024-09-13T15:11:54.901545+0000","last_change":"2024-09-13T15:11:24.483352+0000","last_active":"2024-09-13T15:11:54.901545+0000","last_peered":"2024-09-13T15:11:54.901545+0000","last_clean":"2024-09-13T15:11:54.901545+0000","last_became_active":"2024-09-13T15:11:24.482971+0000","last_became_peered":"2024-09-13T15:11:24.482971+0000","last_unstale":"2024-09-13T15:11:54.901545+0000","last_undegraded":"2024-09-13T15:11:54.901545+0000","last_fullsized":"2024-09-13T15:11:54.901545+0000","mapping_epoch":1482,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":1483,"parent":"0.0","parent_split_bits":0,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:10:40.366061+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:10:40.366061+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:12:48.152323+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6,2],"acting":[0,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.3","version":"63'1","reported_seq":1588,"reported_epoch":1490,"state":"active+clean","last_fresh":"2024-09-13T15:11:53.622279+0000","last_change":"2024-09-13T15:09:59.670967+0000","last_active":"2024-09-13T15:11:53.622279+0000","last_peered":"2024-09-13T15:11:53.622279+0000","last_clean":"2024-09-13T15:11:53.622279+0000","last_became_active":"2024-09-13T15:09:59.654220+0000","last_became_peered":"2024-09-13T15:09:59.654220+0000","last_unstale":"2024-09-13T15:11:53.622279+0000","last_undegraded":"2024-09-13T15:11:53.622279+0000","last_fullsized":"2024-09-13T15:11:53.622279+0000","mapping_epoch":1462,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1463,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-14T18:57:20.779913+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029038399999999998,"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":8,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[5,2,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2","version":"0'0","reported_seq":157,"reported_epoch":1491,"state":"active+clean","last_fresh":"2024-09-13T15:11:54.825796+0000","last_change":"2024-09-13T15:09:32.300528+0000","last_active":"2024-09-13T15:11:54.825796+0000","last_peered":"2024-09-13T15:11:54.825796+0000","last_clean":"2024-09-13T15:11:54.825796+0000","last_became_active":"2024-09-13T15:09:32.300079+0000","last_became_peered":"2024-09-13T15:09:32.300079+0000","last_unstale":"2024-09-13T15:11:54.825796+0000","last_undegraded":"2024-09-13T15:11:54.825796+0000","last_fullsized":"2024-09-13T15:11:54.825796+0000","mapping_epoch":1455,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1456,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:00:01.184232+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.5","version":"0'0","reported_seq":56,"reported_epoch":1490,"state":"active+clean","last_fresh":"2024-09-13T15:11:53.623779+0000","last_change":"2024-09-13T15:09:59.654167+0000","last_active":"2024-09-13T15:11:53.623779+0000","last_peered":"2024-09-13T15:11:53.623779+0000","last_clean":"2024-09-13T15:11:53.623779+0000","last_became_active":"2024-09-13T15:09:59.653848+0000","last_became_peered":"2024-09-13T15:09:59.653848+0000","last_unstale":"2024-09-13T15:11:53.623779+0000","last_undegraded":"2024-09-13T15:11:53.623779+0000","last_fullsized":"2024-09-13T15:11:53.623779+0000","mapping_epoch":1462,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1463,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:14:56.396920+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[6,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"1.3","version":"373'149","reported_seq":1635,"reported_epoch":1490,"state":"active+clean","last_fresh":"2024-09-13T15:11:53.623965+0000","last_change":"2024-09-13T15:11:48.948541+0000","last_active":"2024-09-13T15:11:53.623965+0000","last_peered":"2024-09-13T15:11:53.623965+0000","last_clean":"2024-09-13T15:11:53.623965+0000","last_became_active":"2024-09-13T15:09:34.458565+0000","last_became_peered":"2024-09-13T15:09:34.458565+0000","last_unstale":"2024-09-13T15:11:53.623965+0000","last_undegraded":"2024-09-13T15:11:53.623965+0000","last_fullsized":"2024-09-13T15:11:53.623965+0000","mapping_epoch":1458,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1459,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:11:48.948446+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:11:48.948446+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:09:09.803248+0000","scrub_duration":0.001355141,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1,4],"acting":[6,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"2.0","version":"0'0","reported_seq":952,"reported_epoch":1491,"state":"active+clean","last_fresh":"2024-09-13T15:11:54.901620+0000","last_change":"2024-09-13T15:10:38.501043+0000","last_active":"2024-09-13T15:11:54.901620+0000","last_peered":"2024-09-13T15:11:54.901620+0000","last_clean":"2024-09-13T15:11:54.901620+0000","last_became_active":"2024-09-13T15:10:38.499645+0000","last_became_peered":"2024-09-13T15:10:38.499645+0000","last_unstale":"2024-09-13T15:11:54.901620+0000","last_undegraded":"2024-09-13T15:11:54.901620+0000","last_fullsized":"2024-09-13T15:11:54.901620+0000","mapping_epoch":1471,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1472,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:55:58.695206+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000322109,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[0,3,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.1","version":"0'0","reported_seq":2242,"reported_epoch":1491,"state":"active+clean","last_fresh":"2024-09-13T15:11:54.901796+0000","last_change":"2024-09-13T15:10:38.535911+0000","last_active":"2024-09-13T15:11:54.901796+0000","last_peered":"2024-09-13T15:11:54.901796+0000","last_clean":"2024-09-13T15:11:54.901796+0000","last_became_active":"2024-09-13T15:10:38.533526+0000","last_became_peered":"2024-09-13T15:10:38.533526+0000","last_unstale":"2024-09-13T15:11:54.901796+0000","last_undegraded":"2024-09-13T15:11:54.901796+0000","last_fullsized":"2024-09-13T15:11:54.901796+0000","mapping_epoch":1471,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1472,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:08:10.589091+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[0,4,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"4.6","version":"0'0","reported_seq":1074,"reported_epoch":1490,"state":"active+clean","last_fresh":"2024-09-13T15:11:53.622855+0000","last_change":"2024-09-13T15:10:38.475182+0000","last_active":"2024-09-13T15:11:53.622855+0000","last_peered":"2024-09-13T15:11:53.622855+0000","last_clean":"2024-09-13T15:11:53.622855+0000","last_became_active":"2024-09-13T15:10:38.474822+0000","last_became_peered":"2024-09-13T15:10:38.474822+0000","last_unstale":"2024-09-13T15:11:53.622855+0000","last_undegraded":"2024-09-13T15:11:53.622855+0000","last_fullsized":"2024-09-13T15:11:53.622855+0000","mapping_epoch":1471,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1472,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:04:10.274430+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[5,2,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"1.2","version":"373'149","reported_seq":1707,"reported_epoch":1491,"state":"active+clean","last_fresh":"2024-09-13T15:11:54.901515+0000","last_change":"2024-09-13T15:10:02.683036+0000","last_active":"2024-09-13T15:11:54.901515+0000","last_peered":"2024-09-13T15:11:54.901515+0000","last_clean":"2024-09-13T15:11:54.901515+0000","last_became_active":"2024-09-13T15:10:02.679132+0000","last_became_peered":"2024-09-13T15:10:02.679132+0000","last_unstale":"2024-09-13T15:11:54.901515+0000","last_undegraded":"2024-09-13T15:11:54.901515+0000","last_fullsized":"2024-09-13T15:11:54.901515+0000","mapping_epoch":1465,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1466,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:45.571820+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:45.571820+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:01:21.097282+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[0,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.1","version":"0'0","reported_seq":317,"reported_epoch":1489,"state":"active+clean","last_fresh":"2024-09-13T15:11:50.610674+0000","last_change":"2024-09-13T15:05:51.737191+0000","last_active":"2024-09-13T15:11:50.610674+0000","last_peered":"2024-09-13T15:11:50.610674+0000","last_clean":"2024-09-13T15:11:50.610674+0000","last_became_active":"2024-09-13T15:05:51.736725+0000","last_became_peered":"2024-09-13T15:05:51.736725+0000","last_unstale":"2024-09-13T15:11:50.610674+0000","last_undegraded":"2024-09-13T15:11:50.610674+0000","last_fullsized":"2024-09-13T15:11:50.610674+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:40:12.764444+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00030931399999999999,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":317,"reported_epoch":1489,"state":"active+clean","last_fresh":"2024-09-13T15:11:50.610565+0000","last_change":"2024-09-13T15:09:32.541366+0000","last_active":"2024-09-13T15:11:50.610565+0000","last_peered":"2024-09-13T15:11:50.610565+0000","last_clean":"2024-09-13T15:11:50.610565+0000","last_became_active":"2024-09-13T15:09:32.541004+0000","last_became_peered":"2024-09-13T15:09:32.541004+0000","last_unstale":"2024-09-13T15:11:50.610565+0000","last_undegraded":"2024-09-13T15:11:50.610565+0000","last_fullsized":"2024-09-13T15:11:50.610565+0000","mapping_epoch":1455,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1456,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:40:56.713342+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.7","version":"0'0","reported_seq":1752,"reported_epoch":1490,"state":"active+clean","last_fresh":"2024-09-13T15:11:53.623605+0000","last_change":"2024-09-13T15:10:38.520012+0000","last_active":"2024-09-13T15:11:53.623605+0000","last_peered":"2024-09-13T15:11:53.623605+0000","last_clean":"2024-09-13T15:11:53.623605+0000","last_became_active":"2024-09-13T15:10:38.519798+0000","last_became_peered":"2024-09-13T15:10:38.519798+0000","last_unstale":"2024-09-13T15:11:53.623605+0000","last_undegraded":"2024-09-13T15:11:53.623605+0000","last_fullsized":"2024-09-13T15:11:53.623605+0000","mapping_epoch":1471,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1472,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:47:33.662924+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[5,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"1.1","version":"373'149","reported_seq":1831,"reported_epoch":1490,"state":"active+clean","last_fresh":"2024-09-13T15:11:53.623230+0000","last_change":"2024-09-13T15:01:12.669020+0000","last_active":"2024-09-13T15:11:53.623230+0000","last_peered":"2024-09-13T15:11:53.623230+0000","last_clean":"2024-09-13T15:11:53.623230+0000","last_became_active":"2024-09-13T15:01:12.668669+0000","last_became_peered":"2024-09-13T15:01:12.668669+0000","last_unstale":"2024-09-13T15:11:53.623230+0000","last_undegraded":"2024-09-13T15:11:53.623230+0000","last_fullsized":"2024-09-13T15:11:53.623230+0000","mapping_epoch":1344,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1345,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:44.985050+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:44.985050+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:08:39.101982+0000","scrub_duration":0.0017537869999999999,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[5,0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.2","version":"65'2","reported_seq":1500,"reported_epoch":1490,"state":"active+clean","last_fresh":"2024-09-13T15:11:53.622636+0000","last_change":"2024-09-13T15:09:32.544828+0000","last_active":"2024-09-13T15:11:53.622636+0000","last_peered":"2024-09-13T15:11:53.622636+0000","last_clean":"2024-09-13T15:11:53.622636+0000","last_became_active":"2024-09-13T15:09:32.540481+0000","last_became_peered":"2024-09-13T15:09:32.540481+0000","last_unstale":"2024-09-13T15:11:53.622636+0000","last_undegraded":"2024-09-13T15:11:53.622636+0000","last_fullsized":"2024-09-13T15:11:53.622636+0000","mapping_epoch":1455,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1456,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-15T01:45:29.765180+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00094368000000000002,"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":2,"num_bytes_recovered":38,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":238,"reported_epoch":1491,"state":"active+clean","last_fresh":"2024-09-13T15:11:54.630739+0000","last_change":"2024-09-13T15:09:32.522622+0000","last_active":"2024-09-13T15:11:54.630739+0000","last_peered":"2024-09-13T15:11:54.630739+0000","last_clean":"2024-09-13T15:11:54.630739+0000","last_became_active":"2024-09-13T15:09:32.522210+0000","last_became_peered":"2024-09-13T15:09:32.522210+0000","last_unstale":"2024-09-13T15:11:54.630739+0000","last_undegraded":"2024-09-13T15:11:54.630739+0000","last_fullsized":"2024-09-13T15:11:54.630739+0000","mapping_epoch":1455,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1456,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:24:39.612769+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.4","version":"0'0","reported_seq":324,"reported_epoch":1489,"state":"active+clean","last_fresh":"2024-09-13T15:11:50.611059+0000","last_change":"2024-09-13T15:10:38.483093+0000","last_active":"2024-09-13T15:11:50.611059+0000","last_peered":"2024-09-13T15:11:50.611059+0000","last_clean":"2024-09-13T15:11:50.611059+0000","last_became_active":"2024-09-13T15:10:38.481048+0000","last_became_peered":"2024-09-13T15:10:38.481048+0000","last_unstale":"2024-09-13T15:11:50.611059+0000","last_undegraded":"2024-09-13T15:11:50.611059+0000","last_fullsized":"2024-09-13T15:11:50.611059+0000","mapping_epoch":1471,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1472,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:52:36.979111+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[2,3,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"1.7","version":"373'149","reported_seq":1800,"reported_epoch":1490,"state":"active+clean","last_fresh":"2024-09-13T15:11:53.624023+0000","last_change":"2024-09-13T15:10:42.526225+0000","last_active":"2024-09-13T15:11:53.624023+0000","last_peered":"2024-09-13T15:11:53.624023+0000","last_clean":"2024-09-13T15:11:53.624023+0000","last_became_active":"2024-09-13T15:10:42.525695+0000","last_became_peered":"2024-09-13T15:10:42.525695+0000","last_unstale":"2024-09-13T15:11:53.624023+0000","last_undegraded":"2024-09-13T15:11:53.624023+0000","last_fullsized":"2024-09-13T15:11:53.624023+0000","mapping_epoch":1475,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1476,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:06:01.469635+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:06:01.469635+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:54:14.569633+0000","scrub_duration":5,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.5","version":"0'0","reported_seq":1549,"reported_epoch":1490,"state":"active+clean","last_fresh":"2024-09-13T15:11:53.622381+0000","last_change":"2024-09-13T15:01:24.988475+0000","last_active":"2024-09-13T15:11:53.622381+0000","last_peered":"2024-09-13T15:11:53.622381+0000","last_clean":"2024-09-13T15:11:53.622381+0000","last_became_active":"2024-09-13T15:01:24.988142+0000","last_became_peered":"2024-09-13T15:01:24.988142+0000","last_unstale":"2024-09-13T15:11:53.622381+0000","last_undegraded":"2024-09-13T15:11:53.622381+0000","last_fullsized":"2024-09-13T15:11:53.622381+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:45:39.600773+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.4","version":"0'0","reported_seq":2203,"reported_epoch":1491,"state":"active+clean","last_fresh":"2024-09-13T15:11:54.902211+0000","last_change":"2024-09-13T15:11:21.722867+0000","last_active":"2024-09-13T15:11:54.902211+0000","last_peered":"2024-09-13T15:11:54.902211+0000","last_clean":"2024-09-13T15:11:54.902211+0000","last_became_active":"2024-09-13T15:11:21.722428+0000","last_became_peered":"2024-09-13T15:11:21.722428+0000","last_unstale":"2024-09-13T15:11:54.902211+0000","last_undegraded":"2024-09-13T15:11:54.902211+0000","last_fullsized":"2024-09-13T15:11:54.902211+0000","mapping_epoch":1479,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1480,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:02:43.073388+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00031535100000000001,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[0,2,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"4.2","version":"0'0","reported_seq":1757,"reported_epoch":1491,"state":"active+clean","last_fresh":"2024-09-13T15:11:54.630188+0000","last_change":"2024-09-13T15:11:21.714755+0000","last_active":"2024-09-13T15:11:54.630188+0000","last_peered":"2024-09-13T15:11:54.630188+0000","last_clean":"2024-09-13T15:11:54.630188+0000","last_became_active":"2024-09-13T15:11:21.714465+0000","last_became_peered":"2024-09-13T15:11:21.714465+0000","last_unstale":"2024-09-13T15:11:54.630188+0000","last_undegraded":"2024-09-13T15:11:54.630188+0000","last_fullsized":"2024-09-13T15:11:54.630188+0000","mapping_epoch":1479,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1480,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:44:15.819238+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[4,0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"1.6","version":"373'149","reported_seq":1984,"reported_epoch":1490,"state":"active+clean","last_fresh":"2024-09-13T15:11:53.624311+0000","last_change":"2024-09-13T15:11:24.484256+0000","last_active":"2024-09-13T15:11:53.624311+0000","last_peered":"2024-09-13T15:11:53.624311+0000","last_clean":"2024-09-13T15:11:53.624311+0000","last_became_active":"2024-09-13T15:11:24.483992+0000","last_became_peered":"2024-09-13T15:11:24.483992+0000","last_unstale":"2024-09-13T15:11:53.624311+0000","last_undegraded":"2024-09-13T15:11:53.624311+0000","last_fullsized":"2024-09-13T15:11:53.624311+0000","mapping_epoch":1482,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1483,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:47.545603+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:47.545603+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:14:20.557241+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[6,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.4","version":"0'0","reported_seq":317,"reported_epoch":1489,"state":"active+clean","last_fresh":"2024-09-13T15:11:50.610992+0000","last_change":"2024-09-13T15:11:21.725588+0000","last_active":"2024-09-13T15:11:50.610992+0000","last_peered":"2024-09-13T15:11:50.610992+0000","last_clean":"2024-09-13T15:11:50.610992+0000","last_became_active":"2024-09-13T15:11:21.722156+0000","last_became_peered":"2024-09-13T15:11:21.722156+0000","last_unstale":"2024-09-13T15:11:50.610992+0000","last_undegraded":"2024-09-13T15:11:50.610992+0000","last_fullsized":"2024-09-13T15:11:50.610992+0000","mapping_epoch":1479,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1480,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:35:48.905285+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[2,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"2.5","version":"0'0","reported_seq":1405,"reported_epoch":1491,"state":"active+clean","last_fresh":"2024-09-13T15:11:54.902313+0000","last_change":"2024-09-13T15:11:21.707504+0000","last_active":"2024-09-13T15:11:54.902313+0000","last_peered":"2024-09-13T15:11:54.902313+0000","last_clean":"2024-09-13T15:11:54.902313+0000","last_became_active":"2024-09-13T15:11:21.706566+0000","last_became_peered":"2024-09-13T15:11:21.706566+0000","last_unstale":"2024-09-13T15:11:54.902313+0000","last_undegraded":"2024-09-13T15:11:54.902313+0000","last_fullsized":"2024-09-13T15:11:54.902313+0000","mapping_epoch":1479,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1480,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:22:53.302679+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000327091,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[0,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"4.3","version":"0'0","reported_seq":2206,"reported_epoch":1491,"state":"active+clean","last_fresh":"2024-09-13T15:11:54.901896+0000","last_change":"2024-09-13T15:09:59.656017+0000","last_active":"2024-09-13T15:11:54.901896+0000","last_peered":"2024-09-13T15:11:54.901896+0000","last_clean":"2024-09-13T15:11:54.901896+0000","last_became_active":"2024-09-13T15:09:59.655715+0000","last_became_peered":"2024-09-13T15:09:59.655715+0000","last_unstale":"2024-09-13T15:11:54.901896+0000","last_undegraded":"2024-09-13T15:11:54.901896+0000","last_fullsized":"2024-09-13T15:11:54.901896+0000","mapping_epoch":1462,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1463,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:21:04.270874+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[0,5,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"1.5","version":"373'149","reported_seq":1887,"reported_epoch":1492,"state":"active+clean","last_fresh":"2024-09-13T15:11:55.634716+0000","last_change":"2024-09-13T15:09:34.511380+0000","last_active":"2024-09-13T15:11:55.634716+0000","last_peered":"2024-09-13T15:11:55.634716+0000","last_clean":"2024-09-13T15:11:55.634716+0000","last_became_active":"2024-09-13T15:09:34.510969+0000","last_became_peered":"2024-09-13T15:09:34.510969+0000","last_unstale":"2024-09-13T15:11:55.634716+0000","last_undegraded":"2024-09-13T15:11:55.634716+0000","last_fullsized":"2024-09-13T15:11:55.634716+0000","mapping_epoch":1458,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1459,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:53.120435+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:53.120435+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:25:14.663653+0000","scrub_duration":0.001555313,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,6],"acting":[4,2,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.7","version":"70'2","reported_seq":330,"reported_epoch":1491,"state":"active+clean","last_fresh":"2024-09-13T15:11:54.826683+0000","last_change":"2024-09-13T15:09:59.676022+0000","last_active":"2024-09-13T15:11:54.826683+0000","last_peered":"2024-09-13T15:11:54.826683+0000","last_clean":"2024-09-13T15:11:54.826683+0000","last_became_active":"2024-09-13T15:09:59.657815+0000","last_became_peered":"2024-09-13T15:09:59.657815+0000","last_unstale":"2024-09-13T15:11:54.826683+0000","last_undegraded":"2024-09-13T15:11:54.826683+0000","last_fullsized":"2024-09-13T15:11:54.826683+0000","mapping_epoch":1462,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1463,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T23:41:35.112411+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":3,"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":[3,0,5],"acting":[3,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.6","version":"0'0","reported_seq":56,"reported_epoch":1490,"state":"active+clean","last_fresh":"2024-09-13T15:11:53.624336+0000","last_change":"2024-09-13T15:10:38.479104+0000","last_active":"2024-09-13T15:11:53.624336+0000","last_peered":"2024-09-13T15:11:53.624336+0000","last_clean":"2024-09-13T15:11:53.624336+0000","last_became_active":"2024-09-13T15:10:38.478728+0000","last_became_peered":"2024-09-13T15:10:38.478728+0000","last_unstale":"2024-09-13T15:11:53.624336+0000","last_undegraded":"2024-09-13T15:11:53.624336+0000","last_fullsized":"2024-09-13T15:11:53.624336+0000","mapping_epoch":1471,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1472,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:57:36.620446+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[6,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"4.0","version":"0'0","reported_seq":139,"reported_epoch":1490,"state":"active+clean","last_fresh":"2024-09-13T15:11:53.621770+0000","last_change":"2024-09-13T15:11:21.706710+0000","last_active":"2024-09-13T15:11:53.621770+0000","last_peered":"2024-09-13T15:11:53.621770+0000","last_clean":"2024-09-13T15:11:53.621770+0000","last_became_active":"2024-09-13T15:11:21.705867+0000","last_became_peered":"2024-09-13T15:11:21.705867+0000","last_unstale":"2024-09-13T15:11:53.621770+0000","last_undegraded":"2024-09-13T15:11:53.621770+0000","last_fullsized":"2024-09-13T15:11:53.621770+0000","mapping_epoch":1479,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1480,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:29:53.738791+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.4","version":"373'149","reported_seq":1996,"reported_epoch":1491,"state":"active+clean","last_fresh":"2024-09-13T15:11:54.826609+0000","last_change":"2024-09-13T15:11:24.477498+0000","last_active":"2024-09-13T15:11:54.826609+0000","last_peered":"2024-09-13T15:11:54.826609+0000","last_clean":"2024-09-13T15:11:54.826609+0000","last_became_active":"2024-09-13T15:11:24.477089+0000","last_became_peered":"2024-09-13T15:11:24.477089+0000","last_unstale":"2024-09-13T15:11:54.826609+0000","last_undegraded":"2024-09-13T15:11:54.826609+0000","last_fullsized":"2024-09-13T15:11:54.826609+0000","mapping_epoch":1482,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1483,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:01:29.028945+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:01:29.028945+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:26:33.481097+0000","scrub_duration":15,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[3,6,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.6","version":"70'1","reported_seq":198,"reported_epoch":1491,"state":"active+clean","last_fresh":"2024-09-13T15:11:54.630867+0000","last_change":"2024-09-13T15:11:21.741224+0000","last_active":"2024-09-13T15:11:54.630867+0000","last_peered":"2024-09-13T15:11:54.630867+0000","last_clean":"2024-09-13T15:11:54.630867+0000","last_became_active":"2024-09-13T15:11:21.730769+0000","last_became_peered":"2024-09-13T15:11:21.730769+0000","last_unstale":"2024-09-13T15:11:54.630867+0000","last_undegraded":"2024-09-13T15:11:54.630867+0000","last_fullsized":"2024-09-13T15:11:54.630867+0000","mapping_epoch":1479,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1480,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T19:44:58.813666+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":5,"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":[4,6,2],"acting":[4,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.7","version":"0'0","reported_seq":56,"reported_epoch":1490,"state":"active+clean","last_fresh":"2024-09-13T15:11:53.623699+0000","last_change":"2024-09-13T15:09:59.656895+0000","last_active":"2024-09-13T15:11:53.623699+0000","last_peered":"2024-09-13T15:11:53.623699+0000","last_clean":"2024-09-13T15:11:53.623699+0000","last_became_active":"2024-09-13T15:09:59.656600+0000","last_became_peered":"2024-09-13T15:09:59.656600+0000","last_unstale":"2024-09-13T15:11:53.623699+0000","last_undegraded":"2024-09-13T15:11:53.623699+0000","last_fullsized":"2024-09-13T15:11:53.623699+0000","mapping_epoch":1462,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1463,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:09:01.269667+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029877400000000002,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,3],"acting":[6,2,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"4.1","version":"0'0","reported_seq":238,"reported_epoch":1491,"state":"active+clean","last_fresh":"2024-09-13T15:11:54.629810+0000","last_change":"2024-09-13T15:09:32.299443+0000","last_active":"2024-09-13T15:11:54.629810+0000","last_peered":"2024-09-13T15:11:54.629810+0000","last_clean":"2024-09-13T15:11:54.629810+0000","last_became_active":"2024-09-13T15:09:32.299125+0000","last_became_peered":"2024-09-13T15:09:32.299125+0000","last_unstale":"2024-09-13T15:11:54.629810+0000","last_undegraded":"2024-09-13T15:11:54.629810+0000","last_fullsized":"2024-09-13T15:11:54.629810+0000","mapping_epoch":1455,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1456,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:05:57.361588+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.13","version":"0'0","reported_seq":264,"reported_epoch":1491,"state":"active+clean","last_fresh":"2024-09-13T15:11:54.630652+0000","last_change":"2024-09-13T15:11:21.708301+0000","last_active":"2024-09-13T15:11:54.630652+0000","last_peered":"2024-09-13T15:11:54.630652+0000","last_clean":"2024-09-13T15:11:54.630652+0000","last_became_active":"2024-09-13T15:11:21.707783+0000","last_became_peered":"2024-09-13T15:11:21.707783+0000","last_unstale":"2024-09-13T15:11:54.630652+0000","last_undegraded":"2024-09-13T15:11:54.630652+0000","last_fullsized":"2024-09-13T15:11:54.630652+0000","mapping_epoch":1479,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1480,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:12:51.050468+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[4,6,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.14","version":"455'23","reported_seq":329,"reported_epoch":1491,"state":"active+clean","last_fresh":"2024-09-13T15:11:54.630302+0000","last_change":"2024-09-13T15:09:59.679107+0000","last_active":"2024-09-13T15:11:54.630302+0000","last_peered":"2024-09-13T15:11:54.630302+0000","last_clean":"2024-09-13T15:11:54.630302+0000","last_became_active":"2024-09-13T15:09:59.656537+0000","last_became_peered":"2024-09-13T15:09:59.656537+0000","last_unstale":"2024-09-13T15:11:54.630302+0000","last_undegraded":"2024-09-13T15:11:54.630302+0000","last_fullsized":"2024-09-13T15:11:54.630302+0000","mapping_epoch":1462,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1463,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":23,"log_dups_size":0,"ondisk_log_size":23,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:56:07.270037+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":4756,"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":23,"num_write_kb":20,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":28,"num_bytes_recovered":33292,"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":[4,6,2],"acting":[4,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.12","version":"0'0","reported_seq":965,"reported_epoch":1490,"state":"active+clean","last_fresh":"2024-09-13T15:11:53.622122+0000","last_change":"2024-09-13T15:10:38.501023+0000","last_active":"2024-09-13T15:11:53.622122+0000","last_peered":"2024-09-13T15:11:53.622122+0000","last_clean":"2024-09-13T15:11:53.622122+0000","last_became_active":"2024-09-13T15:10:38.500776+0000","last_became_peered":"2024-09-13T15:10:38.500776+0000","last_unstale":"2024-09-13T15:11:53.622122+0000","last_undegraded":"2024-09-13T15:11:53.622122+0000","last_fullsized":"2024-09-13T15:11:53.622122+0000","mapping_epoch":1471,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1472,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:37:12.127109+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,0],"acting":[6,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.15","version":"70'3","reported_seq":134,"reported_epoch":1491,"state":"active+clean","last_fresh":"2024-09-13T15:11:54.827000+0000","last_change":"2024-09-13T15:09:59.668134+0000","last_active":"2024-09-13T15:11:54.827000+0000","last_peered":"2024-09-13T15:11:54.827000+0000","last_clean":"2024-09-13T15:11:54.827000+0000","last_became_active":"2024-09-13T15:09:59.654751+0000","last_became_peered":"2024-09-13T15:09:59.654751+0000","last_unstale":"2024-09-13T15:11:54.827000+0000","last_undegraded":"2024-09-13T15:11:54.827000+0000","last_fullsized":"2024-09-13T15:11:54.827000+0000","mapping_epoch":1462,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1463,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T18:52:08.839831+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":8,"num_bytes_recovered":360,"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":[3,4,0],"acting":[3,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"1.14","version":"373'149","reported_seq":1960,"reported_epoch":1489,"state":"active+clean","last_fresh":"2024-09-13T15:11:50.611152+0000","last_change":"2024-09-13T15:11:24.477198+0000","last_active":"2024-09-13T15:11:50.611152+0000","last_peered":"2024-09-13T15:11:50.611152+0000","last_clean":"2024-09-13T15:11:50.611152+0000","last_became_active":"2024-09-13T15:11:24.476817+0000","last_became_peered":"2024-09-13T15:11:24.476817+0000","last_unstale":"2024-09-13T15:11:50.611152+0000","last_undegraded":"2024-09-13T15:11:50.611152+0000","last_fullsized":"2024-09-13T15:11:50.611152+0000","mapping_epoch":1482,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1483,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:01:25.087696+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:01:25.087696+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:25:11.861414+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.16","version":"0'0","reported_seq":1541,"reported_epoch":1489,"state":"active+clean","last_fresh":"2024-09-13T15:11:50.611029+0000","last_change":"2024-09-13T15:11:21.718932+0000","last_active":"2024-09-13T15:11:50.611029+0000","last_peered":"2024-09-13T15:11:50.611029+0000","last_clean":"2024-09-13T15:11:50.611029+0000","last_became_active":"2024-09-13T15:11:21.718570+0000","last_became_peered":"2024-09-13T15:11:21.718570+0000","last_unstale":"2024-09-13T15:11:50.611029+0000","last_undegraded":"2024-09-13T15:11:50.611029+0000","last_fullsized":"2024-09-13T15:11:50.611029+0000","mapping_epoch":1479,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1480,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:55:57.212655+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.11","version":"0'0","reported_seq":329,"reported_epoch":1491,"state":"active+clean","last_fresh":"2024-09-13T15:11:54.826064+0000","last_change":"2024-09-13T15:09:59.663116+0000","last_active":"2024-09-13T15:11:54.826064+0000","last_peered":"2024-09-13T15:11:54.826064+0000","last_clean":"2024-09-13T15:11:54.826064+0000","last_became_active":"2024-09-13T15:09:59.662792+0000","last_became_peered":"2024-09-13T15:09:59.662792+0000","last_unstale":"2024-09-13T15:11:54.826064+0000","last_undegraded":"2024-09-13T15:11:54.826064+0000","last_fullsized":"2024-09-13T15:11:54.826064+0000","mapping_epoch":1462,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1463,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:57:56.878477+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[3,6,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.17","version":"0'0","reported_seq":2197,"reported_epoch":1491,"state":"active+clean","last_fresh":"2024-09-13T15:11:54.902522+0000","last_change":"2024-09-13T15:01:24.980537+0000","last_active":"2024-09-13T15:11:54.902522+0000","last_peered":"2024-09-13T15:11:54.902522+0000","last_clean":"2024-09-13T15:11:54.902522+0000","last_became_active":"2024-09-13T15:01:24.980250+0000","last_became_peered":"2024-09-13T15:01:24.980250+0000","last_unstale":"2024-09-13T15:11:54.902522+0000","last_undegraded":"2024-09-13T15:11:54.902522+0000","last_fullsized":"2024-09-13T15:11:54.902522+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:24:28.559561+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.10","version":"0'0","reported_seq":318,"reported_epoch":1491,"state":"active+clean","last_fresh":"2024-09-13T15:11:54.825924+0000","last_change":"2024-09-13T15:11:21.728368+0000","last_active":"2024-09-13T15:11:54.825924+0000","last_peered":"2024-09-13T15:11:54.825924+0000","last_clean":"2024-09-13T15:11:54.825924+0000","last_became_active":"2024-09-13T15:11:21.727969+0000","last_became_peered":"2024-09-13T15:11:21.727969+0000","last_unstale":"2024-09-13T15:11:54.825924+0000","last_undegraded":"2024-09-13T15:11:54.825924+0000","last_fullsized":"2024-09-13T15:11:54.825924+0000","mapping_epoch":1479,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1480,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:03:27.344961+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[3,6,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.1f","version":"0'0","reported_seq":47,"reported_epoch":1490,"state":"active+clean","last_fresh":"2024-09-13T15:11:53.623780+0000","last_change":"2024-09-13T15:09:32.538067+0000","last_active":"2024-09-13T15:11:53.623780+0000","last_peered":"2024-09-13T15:11:53.623780+0000","last_clean":"2024-09-13T15:11:53.623780+0000","last_became_active":"2024-09-13T15:09:32.537735+0000","last_became_peered":"2024-09-13T15:09:32.537735+0000","last_unstale":"2024-09-13T15:11:53.623780+0000","last_undegraded":"2024-09-13T15:11:53.623780+0000","last_fullsized":"2024-09-13T15:11:53.623780+0000","mapping_epoch":1455,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1456,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:25:50.497787+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.18","version":"0'0","reported_seq":318,"reported_epoch":1491,"state":"active+clean","last_fresh":"2024-09-13T15:11:54.825812+0000","last_change":"2024-09-13T15:10:38.498147+0000","last_active":"2024-09-13T15:11:54.825812+0000","last_peered":"2024-09-13T15:11:54.825812+0000","last_clean":"2024-09-13T15:11:54.825812+0000","last_became_active":"2024-09-13T15:10:38.497467+0000","last_became_peered":"2024-09-13T15:10:38.497467+0000","last_unstale":"2024-09-13T15:11:54.825812+0000","last_undegraded":"2024-09-13T15:11:54.825812+0000","last_fullsized":"2024-09-13T15:11:54.825812+0000","mapping_epoch":1471,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1472,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:43:12.188495+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,5],"acting":[3,2,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.1e","version":"0'0","reported_seq":2260,"reported_epoch":1491,"state":"active+clean","last_fresh":"2024-09-13T15:11:54.902444+0000","last_change":"2024-09-13T15:11:21.709776+0000","last_active":"2024-09-13T15:11:54.902444+0000","last_peered":"2024-09-13T15:11:54.902444+0000","last_clean":"2024-09-13T15:11:54.902444+0000","last_became_active":"2024-09-13T15:11:21.709450+0000","last_became_peered":"2024-09-13T15:11:21.709450+0000","last_unstale":"2024-09-13T15:11:54.902444+0000","last_undegraded":"2024-09-13T15:11:54.902444+0000","last_fullsized":"2024-09-13T15:11:54.902444+0000","mapping_epoch":1479,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1480,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:00:53.067331+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[0,5,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.19","version":"0'0","reported_seq":1934,"reported_epoch":1491,"state":"active+clean","last_fresh":"2024-09-13T15:11:54.825677+0000","last_change":"2024-09-13T15:11:21.707800+0000","last_active":"2024-09-13T15:11:54.825677+0000","last_peered":"2024-09-13T15:11:54.825677+0000","last_clean":"2024-09-13T15:11:54.825677+0000","last_became_active":"2024-09-13T15:11:21.707494+0000","last_became_peered":"2024-09-13T15:11:21.707494+0000","last_unstale":"2024-09-13T15:11:54.825677+0000","last_undegraded":"2024-09-13T15:11:54.825677+0000","last_fullsized":"2024-09-13T15:11:54.825677+0000","mapping_epoch":1479,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1480,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:37:58.135796+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[3,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.1d","version":"0'0","reported_seq":304,"reported_epoch":1491,"state":"active+clean","last_fresh":"2024-09-13T15:11:54.827107+0000","last_change":"2024-09-13T15:01:24.976076+0000","last_active":"2024-09-13T15:11:54.827107+0000","last_peered":"2024-09-13T15:11:54.827107+0000","last_clean":"2024-09-13T15:11:54.827107+0000","last_became_active":"2024-09-13T15:01:24.975757+0000","last_became_peered":"2024-09-13T15:01:24.975757+0000","last_unstale":"2024-09-13T15:11:54.827107+0000","last_undegraded":"2024-09-13T15:11:54.827107+0000","last_fullsized":"2024-09-13T15:11:54.827107+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:12:40.080845+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"3.1a","version":"70'1","reported_seq":236,"reported_epoch":1491,"state":"active+clean","last_fresh":"2024-09-13T15:11:54.630691+0000","last_change":"2024-09-13T15:01:09.621644+0000","last_active":"2024-09-13T15:11:54.630691+0000","last_peered":"2024-09-13T15:11:54.630691+0000","last_clean":"2024-09-13T15:11:54.630691+0000","last_became_active":"2024-09-13T15:01:09.620336+0000","last_became_peered":"2024-09-13T15:01:09.620336+0000","last_unstale":"2024-09-13T15:11:54.630691+0000","last_undegraded":"2024-09-13T15:11:54.630691+0000","last_fullsized":"2024-09-13T15:11:54.630691+0000","mapping_epoch":1341,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1342,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T20:00:35.360146+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1c","version":"0'0","reported_seq":316,"reported_epoch":1489,"state":"active+clean","last_fresh":"2024-09-13T15:11:50.611242+0000","last_change":"2024-09-13T15:01:24.976370+0000","last_active":"2024-09-13T15:11:50.611242+0000","last_peered":"2024-09-13T15:11:50.611242+0000","last_clean":"2024-09-13T15:11:50.611242+0000","last_became_active":"2024-09-13T15:01:24.975596+0000","last_became_peered":"2024-09-13T15:01:24.975596+0000","last_unstale":"2024-09-13T15:11:50.611242+0000","last_undegraded":"2024-09-13T15:11:50.611242+0000","last_fullsized":"2024-09-13T15:11:50.611242+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:13:32.203601+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[2,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.1b","version":"70'1","reported_seq":199,"reported_epoch":1491,"state":"active+clean","last_fresh":"2024-09-13T15:11:54.630162+0000","last_change":"2024-09-13T15:10:38.479586+0000","last_active":"2024-09-13T15:11:54.630162+0000","last_peered":"2024-09-13T15:11:54.630162+0000","last_clean":"2024-09-13T15:11:54.630162+0000","last_became_active":"2024-09-13T15:10:38.479218+0000","last_became_peered":"2024-09-13T15:10:38.479218+0000","last_unstale":"2024-09-13T15:11:54.630162+0000","last_undegraded":"2024-09-13T15:11:54.630162+0000","last_fullsized":"2024-09-13T15:11:54.630162+0000","mapping_epoch":1471,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1472,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T01:17:33.553177+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[4,3,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.1b","version":"0'0","reported_seq":272,"reported_epoch":1491,"state":"active+clean","last_fresh":"2024-09-13T15:11:54.630932+0000","last_change":"2024-09-13T15:10:38.479302+0000","last_active":"2024-09-13T15:11:54.630932+0000","last_peered":"2024-09-13T15:11:54.630932+0000","last_clean":"2024-09-13T15:11:54.630932+0000","last_became_active":"2024-09-13T15:10:38.479021+0000","last_became_peered":"2024-09-13T15:10:38.479021+0000","last_unstale":"2024-09-13T15:11:54.630932+0000","last_undegraded":"2024-09-13T15:11:54.630932+0000","last_fullsized":"2024-09-13T15:11:54.630932+0000","mapping_epoch":1471,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1472,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:04:14.625397+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[4,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1c","version":"70'2","reported_seq":1515,"reported_epoch":1490,"state":"active+clean","last_fresh":"2024-09-13T15:11:53.622760+0000","last_change":"2024-09-13T15:11:21.713147+0000","last_active":"2024-09-13T15:11:53.622760+0000","last_peered":"2024-09-13T15:11:53.622760+0000","last_clean":"2024-09-13T15:11:53.622760+0000","last_became_active":"2024-09-13T15:11:21.709045+0000","last_became_peered":"2024-09-13T15:11:21.709045+0000","last_unstale":"2024-09-13T15:11:53.622760+0000","last_undegraded":"2024-09-13T15:11:53.622760+0000","last_fullsized":"2024-09-13T15:11:53.622760+0000","mapping_epoch":1479,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1480,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T23:51:00.173719+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":5,"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":[5,4,6],"acting":[5,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.1a","version":"0'0","reported_seq":272,"reported_epoch":1491,"state":"active+clean","last_fresh":"2024-09-13T15:11:54.630103+0000","last_change":"2024-09-13T15:09:59.654438+0000","last_active":"2024-09-13T15:11:54.630103+0000","last_peered":"2024-09-13T15:11:54.630103+0000","last_clean":"2024-09-13T15:11:54.630103+0000","last_became_active":"2024-09-13T15:09:59.654143+0000","last_became_peered":"2024-09-13T15:09:59.654143+0000","last_unstale":"2024-09-13T15:11:54.630103+0000","last_undegraded":"2024-09-13T15:11:54.630103+0000","last_fullsized":"2024-09-13T15:11:54.630103+0000","mapping_epoch":1462,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1463,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:19:26.424152+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[4,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1d","version":"70'2","reported_seq":1503,"reported_epoch":1490,"state":"active+clean","last_fresh":"2024-09-13T15:11:53.622285+0000","last_change":"2024-09-13T15:09:32.304366+0000","last_active":"2024-09-13T15:11:53.622285+0000","last_peered":"2024-09-13T15:11:53.622285+0000","last_clean":"2024-09-13T15:11:53.622285+0000","last_became_active":"2024-09-13T15:09:32.295616+0000","last_became_peered":"2024-09-13T15:09:32.295616+0000","last_unstale":"2024-09-13T15:11:53.622285+0000","last_undegraded":"2024-09-13T15:11:53.622285+0000","last_fullsized":"2024-09-13T15:11:53.622285+0000","mapping_epoch":1455,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1456,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T17:44:19.964776+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":4,"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":[5,4,6],"acting":[5,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.19","version":"0'0","reported_seq":304,"reported_epoch":1491,"state":"active+clean","last_fresh":"2024-09-13T15:11:54.825995+0000","last_change":"2024-09-13T15:01:24.975308+0000","last_active":"2024-09-13T15:11:54.825995+0000","last_peered":"2024-09-13T15:11:54.825995+0000","last_clean":"2024-09-13T15:11:54.825995+0000","last_became_active":"2024-09-13T15:01:24.974989+0000","last_became_peered":"2024-09-13T15:01:24.974989+0000","last_unstale":"2024-09-13T15:11:54.825995+0000","last_undegraded":"2024-09-13T15:11:54.825995+0000","last_fullsized":"2024-09-13T15:11:54.825995+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:22:58.631475+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,0],"acting":[3,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1e","version":"70'1","reported_seq":313,"reported_epoch":1491,"state":"active+clean","last_fresh":"2024-09-13T15:11:54.827508+0000","last_change":"2024-09-13T15:09:32.304368+0000","last_active":"2024-09-13T15:11:54.827508+0000","last_peered":"2024-09-13T15:11:54.827508+0000","last_clean":"2024-09-13T15:11:54.827508+0000","last_became_active":"2024-09-13T15:09:32.303931+0000","last_became_peered":"2024-09-13T15:09:32.303931+0000","last_unstale":"2024-09-13T15:11:54.827508+0000","last_undegraded":"2024-09-13T15:11:54.827508+0000","last_fullsized":"2024-09-13T15:11:54.827508+0000","mapping_epoch":1455,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1456,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T16:37:20.927470+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.18","version":"0'0","reported_seq":272,"reported_epoch":1491,"state":"active+clean","last_fresh":"2024-09-13T15:11:54.630327+0000","last_change":"2024-09-13T15:11:21.791924+0000","last_active":"2024-09-13T15:11:54.630327+0000","last_peered":"2024-09-13T15:11:54.630327+0000","last_clean":"2024-09-13T15:11:54.630327+0000","last_became_active":"2024-09-13T15:11:21.733608+0000","last_became_peered":"2024-09-13T15:11:21.733608+0000","last_unstale":"2024-09-13T15:11:54.630327+0000","last_undegraded":"2024-09-13T15:11:54.630327+0000","last_fullsized":"2024-09-13T15:11:54.630327+0000","mapping_epoch":1479,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1480,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:28:53.488052+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,6,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1f","version":"70'4","reported_seq":431,"reported_epoch":1490,"state":"active+clean","last_fresh":"2024-09-13T15:11:53.623361+0000","last_change":"2024-09-13T15:10:38.497209+0000","last_active":"2024-09-13T15:11:53.623361+0000","last_peered":"2024-09-13T15:11:53.623361+0000","last_clean":"2024-09-13T15:11:53.623361+0000","last_became_active":"2024-09-13T15:10:38.485135+0000","last_became_peered":"2024-09-13T15:10:38.485135+0000","last_unstale":"2024-09-13T15:11:53.623361+0000","last_undegraded":"2024-09-13T15:11:53.623361+0000","last_fullsized":"2024-09-13T15:11:53.623361+0000","mapping_epoch":1471,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1472,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T19:41:31.314550+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":16,"num_bytes_recovered":4656,"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":[5,2,6],"acting":[5,2,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]}],"pool_stats":[{"poolid":4,"num_pg":32,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":96,"acting":96,"num_store_stats":8},{"poolid":3,"num_pg":32,"stat_sum":{"num_bytes":5554,"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":62,"num_write_kb":31,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":130,"num_bytes_recovered":38926,"num_keys_recovered":40,"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":21418,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":23634,"internal_metadata":0},"log_size":56,"ondisk_log_size":56,"up":96,"acting":96,"num_store_stats":8},{"poolid":2,"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":10,"num_bytes_recovered":38,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":1,"num_pg":21,"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":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1706112,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":3129,"ondisk_log_size":3129,"up":63,"acting":63,"num_store_stats":8}],"osd_stats":[{"osd":7,"up_from":0,"seq":6012954214500,"num_pgs":0,"num_osds":0,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":0,"kb_used":0,"kb_used_data":0,"kb_used_omap":0,"kb_used_meta":0,"kb_avail":0,"statfs":{"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},"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":[]},{"osd":6,"up_from":1222,"seq":5248450035943,"num_pgs":75,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":298084,"kb_used_data":9060,"kb_used_omap":67,"kb_used_meta":288892,"kb_avail":93447068,"statfs":{"total":95995035648,"available":95689797632,"internally_reserved":0,"allocated":9277440,"data_stored":5940359,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":69314,"internal_metadata":295825726},"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":38,"seq":163208757913,"num_pgs":46,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1392468,"kb_used_data":8452,"kb_used_omap":1,"kb_used_meta":1383998,"kb_avail":92352684,"statfs":{"total":95995035648,"available":94569148416,"internally_reserved":0,"allocated":8654848,"data_stored":5342627,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":1417214406},"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":[]},{"osd":4,"up_from":30,"seq":128849019550,"num_pgs":67,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":923888,"kb_used_data":8484,"kb_used_omap":1,"kb_used_meta":915390,"kb_avail":92821264,"statfs":{"total":95995035648,"available":95048974336,"internally_reserved":0,"allocated":8687616,"data_stored":5349609,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":937359814},"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":845,"seq":3629247365579,"num_pgs":60,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1187284,"kb_used_data":9032,"kb_used_omap":34,"kb_used_meta":1178205,"kb_avail":92557868,"statfs":{"total":95995035648,"available":94779256832,"internally_reserved":0,"allocated":9248768,"data_stored":5923785,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":35801,"internal_metadata":1206481959},"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":813,"seq":3491808412113,"num_pgs":65,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":744852,"kb_used_data":8716,"kb_used_omap":50,"kb_used_meta":736077,"kb_avail":93000300,"statfs":{"total":95995035648,"available":95232307200,"internally_reserved":0,"allocated":8925184,"data_stored":5595230,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":52011,"internal_metadata":753743061},"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":780,"seq":3350074491352,"num_pgs":24,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1643492,"kb_used_data":300892,"kb_used_omap":30,"kb_used_meta":1342561,"kb_avail":92101660,"statfs":{"total":95995035648,"available":94312099840,"internally_reserved":0,"allocated":308113408,"data_stored":304823925,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":31404,"internal_metadata":1374782804},"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":[]},{"osd":0,"up_from":746,"seq":3204045603295,"num_pgs":40,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1239056,"kb_used_data":8768,"kb_used_omap":66,"kb_used_meta":1230205,"kb_avail":92506096,"statfs":{"total":95995035648,"available":94726242304,"internally_reserved":0,"allocated":8978432,"data_stored":5672319,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":68403,"internal_metadata":1259730125},"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":327680,"data_stored":327680,"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":0,"data_stored":0,"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":266240,"data_stored":262688,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":4096,"data_stored":19,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":4096,"data_stored":19,"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":4096,"data_stored":19,"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":0,"data_stored":0,"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":4096,"data_stored":90,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3890,"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":3041,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":24576,"data_stored":5394,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1366,"internal_metadata":0},{"poolid":3,"osd":3,"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":3176,"internal_metadata":0},{"poolid":3,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":28672,"data_stored":4972,"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":8192,"data_stored":604,"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":24576,"data_stored":5442,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5318,"internal_metadata":0},{"poolid":3,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":12288,"data_stored":4756,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":6843,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":0,"data_stored":0,"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-09-13T15:12:04.280 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd pool set .mgr pgp_num 21 2024-09-13T15:12:04.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:04 smithi104 ceph-mon[105578]: pgmap v2514: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:12:04.936 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-13T15:12:04.937 INFO:teuthology.orchestra.run.smithi071.stdout: "size": 20, 2024-09-13T15:12:04.937 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 600, 2024-09-13T15:12:04.937 INFO:teuthology.orchestra.run.smithi071.stdout: "ops": [ 2024-09-13T15:12:04.937 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.937 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:219937 9.12 9:487383c0:::benchmark_data_smithi071_298031_object108689:head [delete] snapc 0=[] RETRY=1 ondisk+retry+write+known_if_redirected+supports_pool_eio e1376)", 2024-09-13T15:12:04.937 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:02:20.319350+0000", 2024-09-13T15:12:04.937 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 582.25812277600005, 2024-09-13T15:12:04.937 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.463864944, 2024-09-13T15:12:04.937 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:12:04.937 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:12:04.937 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:12:04.938 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:12:04.938 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:12:04.938 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:12:04.938 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 219937 2024-09-13T15:12:04.938 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.938 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:12:04.938 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.938 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:12:04.938 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319350+0000", 2024-09-13T15:12:04.938 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:12:04.938 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.938 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.938 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:12:04.939 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319350+0000", 2024-09-13T15:12:04.939 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:12:04.939 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.939 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.939 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:12:04.939 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319351+0000", 2024-09-13T15:12:04.939 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.4900000000000001e-07 2024-09-13T15:12:04.939 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.939 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.940 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:12:04.940 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319352+0000", 2024-09-13T15:12:04.940 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.542e-06 2024-09-13T15:12:04.940 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.940 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.940 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:12:04.940 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319358+0000", 2024-09-13T15:12:04.940 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.8810000000000001e-06 2024-09-13T15:12:04.940 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.940 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.940 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:12:04.940 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319363+0000", 2024-09-13T15:12:04.941 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.5700000000000003e-06 2024-09-13T15:12:04.941 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.941 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.941 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:12:04.941 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319910+0000", 2024-09-13T15:12:04.941 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00054683100000000001 2024-09-13T15:12:04.941 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.941 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.941 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:12:04.941 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319915+0000", 2024-09-13T15:12:04.941 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.6500000000000001e-06 2024-09-13T15:12:04.941 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.941 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.942 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:12:04.942 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.772214+0000", 2024-09-13T15:12:04.942 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4522986950000001 2024-09-13T15:12:04.942 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.942 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.942 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:12:04.942 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.772347+0000", 2024-09-13T15:12:04.942 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013311599999999999 2024-09-13T15:12:04.942 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.942 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.942 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 0,2,5,7", 2024-09-13T15:12:04.942 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.772969+0000", 2024-09-13T15:12:04.943 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00062227799999999998 2024-09-13T15:12:04.943 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.943 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.943 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:12:04.943 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.775942+0000", 2024-09-13T15:12:04.943 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0029730189999999999 2024-09-13T15:12:04.943 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.943 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.943 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:12:04.943 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.775980+0000", 2024-09-13T15:12:04.943 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.8025000000000003e-05 2024-09-13T15:12:04.943 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.943 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.943 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:12:04.944 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.776028+0000", 2024-09-13T15:12:04.944 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.7098000000000002e-05 2024-09-13T15:12:04.944 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.944 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.944 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:12:04.944 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.782878+0000", 2024-09-13T15:12:04.944 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0068507459999999996 2024-09-13T15:12:04.944 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.944 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.944 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:12:04.944 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.783013+0000", 2024-09-13T15:12:04.944 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013499700000000001 2024-09-13T15:12:04.944 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.945 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.945 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:12:04.945 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.783078+0000", 2024-09-13T15:12:04.945 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.4648999999999997e-05 2024-09-13T15:12:04.945 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.945 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.945 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:12:04.945 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.783215+0000", 2024-09-13T15:12:04.945 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000137498 2024-09-13T15:12:04.945 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:12:04.945 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:12:04.945 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:12:04.945 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.946 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.946 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:219947 9.12 9:4f3a3654:::benchmark_data_smithi071_298031_object108699:head [delete] snapc 0=[] RETRY=1 ondisk+retry+write+known_if_redirected+supports_pool_eio e1376)", 2024-09-13T15:12:04.946 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:02:20.319369+0000", 2024-09-13T15:12:04.946 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 582.25810418000003, 2024-09-13T15:12:04.946 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.464233074, 2024-09-13T15:12:04.946 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:12:04.946 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:12:04.946 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:12:04.946 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:12:04.946 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:12:04.946 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:12:04.946 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 219947 2024-09-13T15:12:04.946 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.946 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:12:04.947 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.947 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:12:04.947 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319369+0000", 2024-09-13T15:12:04.947 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:12:04.947 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.947 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.947 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:12:04.947 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319369+0000", 2024-09-13T15:12:04.947 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:12:04.947 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.947 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.947 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:12:04.947 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319369+0000", 2024-09-13T15:12:04.948 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.0899999999999997e-07 2024-09-13T15:12:04.948 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.948 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.948 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:12:04.948 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319371+0000", 2024-09-13T15:12:04.948 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.685e-06 2024-09-13T15:12:04.948 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.948 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.948 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:12:04.948 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319377+0000", 2024-09-13T15:12:04.948 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.6500000000000001e-06 2024-09-13T15:12:04.948 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.948 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.949 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:12:04.949 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319381+0000", 2024-09-13T15:12:04.949 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.6630000000000001e-06 2024-09-13T15:12:04.949 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.949 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.949 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:12:04.949 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319942+0000", 2024-09-13T15:12:04.949 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00056057199999999996 2024-09-13T15:12:04.949 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.949 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.949 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:12:04.949 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319948+0000", 2024-09-13T15:12:04.949 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.5200000000000003e-06 2024-09-13T15:12:04.949 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.950 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.950 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:12:04.950 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.776062+0000", 2024-09-13T15:12:04.950 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.456113132 2024-09-13T15:12:04.950 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.950 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.950 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:12:04.950 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.776199+0000", 2024-09-13T15:12:04.950 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013702000000000001 2024-09-13T15:12:04.950 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.950 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.950 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 0,2,5,7", 2024-09-13T15:12:04.950 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.776616+0000", 2024-09-13T15:12:04.951 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00041785200000000002 2024-09-13T15:12:04.951 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.951 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.951 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:12:04.952 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.782929+0000", 2024-09-13T15:12:04.952 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0063128220000000001 2024-09-13T15:12:04.952 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.952 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.952 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:12:04.952 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.782972+0000", 2024-09-13T15:12:04.952 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.2230000000000001e-05 2024-09-13T15:12:04.952 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.952 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.952 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:12:04.952 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.783285+0000", 2024-09-13T15:12:04.952 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00031322099999999997 2024-09-13T15:12:04.953 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.953 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.953 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:12:04.953 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.783367+0000", 2024-09-13T15:12:04.953 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.2198000000000001e-05 2024-09-13T15:12:04.953 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.953 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.953 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:12:04.953 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.783407+0000", 2024-09-13T15:12:04.953 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.0151999999999998e-05 2024-09-13T15:12:04.953 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.953 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.953 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:12:04.953 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.783475+0000", 2024-09-13T15:12:04.954 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.7668000000000003e-05 2024-09-13T15:12:04.954 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.954 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.954 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:12:04.954 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.783602+0000", 2024-09-13T15:12:04.954 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012737999999999999 2024-09-13T15:12:04.954 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:12:04.954 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:12:04.954 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:12:04.954 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.954 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.954 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:219993 9.12 9:4e3260f9:::benchmark_data_smithi071_298031_object108745:head [delete] snapc 0=[] RETRY=1 ondisk+retry+write+known_if_redirected+supports_pool_eio e1376)", 2024-09-13T15:12:04.954 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:02:20.319386+0000", 2024-09-13T15:12:04.955 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 582.25808687100005, 2024-09-13T15:12:04.955 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.464480134, 2024-09-13T15:12:04.955 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:12:04.955 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:12:04.955 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:12:04.955 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:12:04.955 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:12:04.955 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:12:04.955 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 219993 2024-09-13T15:12:04.955 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.955 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:12:04.955 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.955 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:12:04.956 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319386+0000", 2024-09-13T15:12:04.957 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:12:04.957 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.957 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.957 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:12:04.957 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319386+0000", 2024-09-13T15:12:04.957 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:12:04.957 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.957 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.957 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:12:04.957 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319387+0000", 2024-09-13T15:12:04.957 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.7e-07 2024-09-13T15:12:04.957 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.958 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.958 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:12:04.958 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319388+0000", 2024-09-13T15:12:04.958 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.6530000000000001e-06 2024-09-13T15:12:04.958 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.958 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.958 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:12:04.958 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319394+0000", 2024-09-13T15:12:04.958 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.7620000000000001e-06 2024-09-13T15:12:04.958 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.958 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.958 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:12:04.958 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319400+0000", 2024-09-13T15:12:04.958 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.3229999999999997e-06 2024-09-13T15:12:04.959 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.959 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.959 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:12:04.959 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319973+0000", 2024-09-13T15:12:04.959 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00057318699999999996 2024-09-13T15:12:04.959 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.959 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.959 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:12:04.959 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319976+0000", 2024-09-13T15:12:04.959 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.4120000000000001e-06 2024-09-13T15:12:04.959 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.959 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.960 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:12:04.960 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.779366+0000", 2024-09-13T15:12:04.960 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.459390046 2024-09-13T15:12:04.960 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.960 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.960 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:12:04.960 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.779470+0000", 2024-09-13T15:12:04.960 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000103704 2024-09-13T15:12:04.960 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.960 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.960 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 0,2,5,7", 2024-09-13T15:12:04.960 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.779785+0000", 2024-09-13T15:12:04.960 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00031533700000000001 2024-09-13T15:12:04.960 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.961 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.961 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:12:04.961 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.783270+0000", 2024-09-13T15:12:04.961 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0034846199999999999 2024-09-13T15:12:04.961 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.961 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.961 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:12:04.961 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.783320+0000", 2024-09-13T15:12:04.961 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.0192999999999999e-05 2024-09-13T15:12:04.961 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.961 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.961 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:12:04.961 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.783333+0000", 2024-09-13T15:12:04.961 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.2584e-05 2024-09-13T15:12:04.962 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.962 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.962 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:12:04.962 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.783646+0000", 2024-09-13T15:12:04.962 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000313474 2024-09-13T15:12:04.962 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.962 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.962 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:12:04.962 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.783693+0000", 2024-09-13T15:12:04.962 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.6894999999999997e-05 2024-09-13T15:12:04.962 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.962 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.962 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:12:04.963 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.783763+0000", 2024-09-13T15:12:04.963 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.9591000000000005e-05 2024-09-13T15:12:04.963 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.963 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.963 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:12:04.963 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.783867+0000", 2024-09-13T15:12:04.963 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000103983 2024-09-13T15:12:04.963 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:12:04.963 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:12:04.963 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:12:04.963 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.963 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.963 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:220026 9.12 9:4bee470c:::benchmark_data_smithi071_298031_object108778:head [delete] snapc 0=[] RETRY=1 ondisk+retry+write+known_if_redirected+supports_pool_eio e1376)", 2024-09-13T15:12:04.963 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:02:20.319405+0000", 2024-09-13T15:12:04.964 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 582.25806875399996, 2024-09-13T15:12:04.964 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4757778779999999, 2024-09-13T15:12:04.964 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:12:04.964 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:12:04.964 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:12:04.964 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:12:04.964 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:12:04.964 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:12:04.964 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 220026 2024-09-13T15:12:04.964 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.964 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:12:04.964 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.964 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:12:04.965 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319405+0000", 2024-09-13T15:12:04.965 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:12:04.965 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.965 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.965 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:12:04.965 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319405+0000", 2024-09-13T15:12:04.965 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:12:04.965 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.965 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.965 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:12:04.965 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319405+0000", 2024-09-13T15:12:04.965 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.3700000000000001e-07 2024-09-13T15:12:04.965 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.965 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.966 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:12:04.966 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319407+0000", 2024-09-13T15:12:04.966 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.683e-06 2024-09-13T15:12:04.966 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.966 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.966 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:12:04.966 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319412+0000", 2024-09-13T15:12:04.966 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.558e-06 2024-09-13T15:12:04.966 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.966 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.966 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:12:04.966 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319417+0000", 2024-09-13T15:12:04.966 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.7010000000000004e-06 2024-09-13T15:12:04.967 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.967 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.967 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:12:04.967 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319999+0000", 2024-09-13T15:12:04.967 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00058270200000000005 2024-09-13T15:12:04.967 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.967 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.967 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:12:04.967 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.320003+0000", 2024-09-13T15:12:04.967 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.2399999999999999e-06 2024-09-13T15:12:04.967 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.968 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.968 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:12:04.968 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.783900+0000", 2024-09-13T15:12:04.968 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.463897453 2024-09-13T15:12:04.968 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.968 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.968 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:12:04.968 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.784010+0000", 2024-09-13T15:12:04.968 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000109959 2024-09-13T15:12:04.968 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.969 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.969 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 0,2,5,7", 2024-09-13T15:12:04.969 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.784507+0000", 2024-09-13T15:12:04.969 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00049657399999999995 2024-09-13T15:12:04.969 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.969 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.969 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:12:04.969 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.791217+0000", 2024-09-13T15:12:04.969 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0067102810000000002 2024-09-13T15:12:04.969 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.969 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.969 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:12:04.969 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.791265+0000", 2024-09-13T15:12:04.969 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.7754999999999999e-05 2024-09-13T15:12:04.970 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.970 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.970 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:12:04.970 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.794650+0000", 2024-09-13T15:12:04.970 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0033848300000000001 2024-09-13T15:12:04.970 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.970 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.970 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:12:04.970 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.794706+0000", 2024-09-13T15:12:04.970 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.6793000000000003e-05 2024-09-13T15:12:04.970 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.970 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.970 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:12:04.971 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.794786+0000", 2024-09-13T15:12:04.971 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.9197999999999996e-05 2024-09-13T15:12:04.971 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.971 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.971 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:12:04.971 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.795024+0000", 2024-09-13T15:12:04.971 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00023875 2024-09-13T15:12:04.971 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.971 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.971 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:12:04.971 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.795182+0000", 2024-09-13T15:12:04.971 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000158064 2024-09-13T15:12:04.971 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:12:04.972 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:12:04.972 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:12:04.972 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.972 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.972 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:220070 9.12 9:4abdaaa2:::benchmark_data_smithi071_298031_object108822:head [delete] snapc 0=[] RETRY=1 ondisk+retry+write+known_if_redirected+supports_pool_eio e1376)", 2024-09-13T15:12:04.972 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:02:20.319422+0000", 2024-09-13T15:12:04.972 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 582.25805141399997, 2024-09-13T15:12:04.972 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.485127155, 2024-09-13T15:12:04.972 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:12:04.972 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:12:04.972 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:12:04.972 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:12:04.972 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:12:04.973 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:12:04.973 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 220070 2024-09-13T15:12:04.973 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.973 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:12:04.973 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.973 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:12:04.973 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319422+0000", 2024-09-13T15:12:04.973 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:12:04.973 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.973 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.973 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:12:04.973 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319422+0000", 2024-09-13T15:12:04.973 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:12:04.974 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.974 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.974 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:12:04.974 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319422+0000", 2024-09-13T15:12:04.974 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.3000000000000002e-07 2024-09-13T15:12:04.974 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.974 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.974 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:12:04.974 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319424+0000", 2024-09-13T15:12:04.974 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.542e-06 2024-09-13T15:12:04.974 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.974 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.975 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:12:04.975 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319429+0000", 2024-09-13T15:12:04.975 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.5169999999999999e-06 2024-09-13T15:12:04.975 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.975 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.975 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:12:04.975 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319434+0000", 2024-09-13T15:12:04.975 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.0300000000000001e-06 2024-09-13T15:12:04.975 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.975 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.975 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:12:04.975 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.320025+0000", 2024-09-13T15:12:04.975 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00059054099999999998 2024-09-13T15:12:04.976 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.976 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.976 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:12:04.976 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.320028+0000", 2024-09-13T15:12:04.976 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.3390000000000001e-06 2024-09-13T15:12:04.976 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.976 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.976 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:12:04.976 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.787417+0000", 2024-09-13T15:12:04.976 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4673887699999999 2024-09-13T15:12:04.976 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.976 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.977 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:12:04.977 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.787548+0000", 2024-09-13T15:12:04.977 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000130665 2024-09-13T15:12:04.977 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.977 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.977 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 0,2,5,7", 2024-09-13T15:12:04.977 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.787935+0000", 2024-09-13T15:12:04.977 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00038745099999999997 2024-09-13T15:12:04.977 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.977 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.977 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:12:04.977 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.791385+0000", 2024-09-13T15:12:04.977 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0034494730000000002 2024-09-13T15:12:04.978 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.978 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.978 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:12:04.978 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.794656+0000", 2024-09-13T15:12:04.978 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.003271183 2024-09-13T15:12:04.978 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.978 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.978 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:12:04.978 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.795233+0000", 2024-09-13T15:12:04.978 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00057775600000000002 2024-09-13T15:12:04.978 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.978 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.978 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:12:04.979 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.795271+0000", 2024-09-13T15:12:04.979 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.7846000000000003e-05 2024-09-13T15:12:04.979 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.979 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.979 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:12:04.979 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.804335+0000", 2024-09-13T15:12:04.979 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0090635909999999993 2024-09-13T15:12:04.979 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.979 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.979 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:12:04.979 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.804401+0000", 2024-09-13T15:12:04.979 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.6223999999999995e-05 2024-09-13T15:12:04.979 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.979 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.980 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:12:04.980 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.804549+0000", 2024-09-13T15:12:04.980 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000147897 2024-09-13T15:12:04.980 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:12:04.980 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:12:04.980 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:12:04.980 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.980 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.980 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:220086 9.12 9:49ca3fe4:::benchmark_data_smithi071_298031_object108838:head [delete] snapc 0=[] RETRY=1 ondisk+retry+write+known_if_redirected+supports_pool_eio e1376)", 2024-09-13T15:12:04.980 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:02:20.319439+0000", 2024-09-13T15:12:04.980 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 582.25803389400005, 2024-09-13T15:12:04.980 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.485403386, 2024-09-13T15:12:04.980 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:12:04.980 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:12:04.981 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:12:04.981 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:12:04.981 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:12:04.981 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:12:04.981 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 220086 2024-09-13T15:12:04.981 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.981 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:12:04.981 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.981 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:12:04.981 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319439+0000", 2024-09-13T15:12:04.981 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:12:04.981 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.981 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.982 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:12:04.982 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319439+0000", 2024-09-13T15:12:04.982 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:12:04.982 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.982 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.982 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:12:04.982 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319440+0000", 2024-09-13T15:12:04.982 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.5199999999999998e-07 2024-09-13T15:12:04.982 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.982 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.982 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:12:04.982 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319445+0000", 2024-09-13T15:12:04.982 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.13e-06 2024-09-13T15:12:04.982 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.983 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.983 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:12:04.983 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319451+0000", 2024-09-13T15:12:04.983 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.1240000000000002e-06 2024-09-13T15:12:04.983 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.983 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.983 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:12:04.983 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319456+0000", 2024-09-13T15:12:04.983 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.8060000000000002e-06 2024-09-13T15:12:04.983 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.983 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.983 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:12:04.983 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.320049+0000", 2024-09-13T15:12:04.984 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00059353699999999999 2024-09-13T15:12:04.984 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.984 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.984 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:12:04.984 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.320053+0000", 2024-09-13T15:12:04.984 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.2270000000000002e-06 2024-09-13T15:12:04.984 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.984 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.984 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:12:04.984 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.791447+0000", 2024-09-13T15:12:04.984 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4713945660000001 2024-09-13T15:12:04.984 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.984 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.985 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:12:04.985 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.791571+0000", 2024-09-13T15:12:04.985 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012371300000000001 2024-09-13T15:12:04.985 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.985 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.985 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 0,2,5,7", 2024-09-13T15:12:04.985 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.791964+0000", 2024-09-13T15:12:04.985 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00039364499999999998 2024-09-13T15:12:04.987 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.987 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.987 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:12:04.987 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.795196+0000", 2024-09-13T15:12:04.987 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0032315320000000001 2024-09-13T15:12:04.987 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.987 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.987 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:12:04.987 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.795311+0000", 2024-09-13T15:12:04.987 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000115424 2024-09-13T15:12:04.988 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.988 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.988 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:12:04.988 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.795354+0000", 2024-09-13T15:12:04.988 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.2614000000000002e-05 2024-09-13T15:12:04.988 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.988 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.988 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:12:04.988 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.804608+0000", 2024-09-13T15:12:04.988 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0092538870000000006 2024-09-13T15:12:04.988 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.988 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.988 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:12:04.989 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.804654+0000", 2024-09-13T15:12:04.989 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.6171000000000002e-05 2024-09-13T15:12:04.989 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.989 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.989 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:12:04.989 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.804716+0000", 2024-09-13T15:12:04.989 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.2389000000000002e-05 2024-09-13T15:12:04.989 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.989 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.989 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:12:04.989 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.804843+0000", 2024-09-13T15:12:04.989 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012626900000000001 2024-09-13T15:12:04.989 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:12:04.990 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:12:04.990 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:12:04.990 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.990 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.990 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:220122 9.12 9:4932a81f:::benchmark_data_smithi071_298031_object108874:head [delete] snapc 0=[] RETRY=1 ondisk+retry+write+known_if_redirected+supports_pool_eio e1376)", 2024-09-13T15:12:04.990 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:02:20.319461+0000", 2024-09-13T15:12:04.990 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 582.25801204799996, 2024-09-13T15:12:04.990 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4899487739999999, 2024-09-13T15:12:04.990 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:12:04.990 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:12:04.990 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:12:04.990 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:12:04.990 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:12:04.991 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:12:04.991 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 220122 2024-09-13T15:12:04.991 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.991 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:12:04.991 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.991 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:12:04.991 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319461+0000", 2024-09-13T15:12:04.991 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:12:04.991 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.991 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.991 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:12:04.991 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319461+0000", 2024-09-13T15:12:04.991 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:12:04.991 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.992 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.992 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:12:04.992 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319462+0000", 2024-09-13T15:12:04.992 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.65e-07 2024-09-13T15:12:04.992 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.992 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.992 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:12:04.992 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319467+0000", 2024-09-13T15:12:04.992 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.57e-06 2024-09-13T15:12:04.992 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.992 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.992 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:12:04.993 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319473+0000", 2024-09-13T15:12:04.993 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.801e-06 2024-09-13T15:12:04.993 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.993 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.993 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:12:04.993 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319478+0000", 2024-09-13T15:12:04.993 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.6469999999999997e-06 2024-09-13T15:12:04.993 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.993 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.993 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:12:04.993 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.320074+0000", 2024-09-13T15:12:04.993 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00059619299999999996 2024-09-13T15:12:04.993 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.994 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.994 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:12:04.994 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.320077+0000", 2024-09-13T15:12:04.994 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.225e-06 2024-09-13T15:12:04.994 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.994 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.994 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:12:04.994 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.795384+0000", 2024-09-13T15:12:04.994 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.47530652 2024-09-13T15:12:04.994 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.994 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.994 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:12:04.994 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.795575+0000", 2024-09-13T15:12:04.995 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00019137099999999999 2024-09-13T15:12:04.995 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.995 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.995 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 0,2,5,7", 2024-09-13T15:12:04.995 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.795985+0000", 2024-09-13T15:12:04.995 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00041028000000000001 2024-09-13T15:12:04.995 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.995 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.995 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:12:04.995 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.804563+0000", 2024-09-13T15:12:04.995 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0085780100000000005 2024-09-13T15:12:04.996 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.996 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.996 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:12:04.997 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.804887+0000", 2024-09-13T15:12:04.997 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00032339700000000001 2024-09-13T15:12:04.997 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.997 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.997 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:12:04.997 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.805385+0000", 2024-09-13T15:12:04.997 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00049878699999999999 2024-09-13T15:12:04.997 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.997 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.997 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:12:04.998 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.807494+0000", 2024-09-13T15:12:04.998 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.002108169 2024-09-13T15:12:04.998 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.998 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.998 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:12:04.998 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.809168+0000", 2024-09-13T15:12:04.998 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.001673978 2024-09-13T15:12:04.998 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.998 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.998 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:12:04.998 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.809280+0000", 2024-09-13T15:12:04.999 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000112255 2024-09-13T15:12:04.999 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.999 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.999 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:12:04.999 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.809410+0000", 2024-09-13T15:12:04.999 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013020600000000001 2024-09-13T15:12:04.999 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:12:04.999 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:12:04.999 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:12:04.999 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:04.999 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:04.999 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:220154 9.12 9:4b0cd197:::benchmark_data_smithi071_298031_object108906:head [delete] snapc 0=[] RETRY=1 ondisk+retry+write+known_if_redirected+supports_pool_eio e1376)", 2024-09-13T15:12:05.000 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:02:20.319483+0000", 2024-09-13T15:12:05.000 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 582.25799069699997, 2024-09-13T15:12:05.000 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4902035819999999, 2024-09-13T15:12:05.000 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:12:05.000 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:12:05.000 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:12:05.000 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:12:05.000 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:12:05.000 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:12:05.000 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 220154 2024-09-13T15:12:05.001 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.001 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:12:05.001 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.001 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:12:05.001 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319483+0000", 2024-09-13T15:12:05.001 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:12:05.001 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.001 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.001 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:12:05.001 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319483+0000", 2024-09-13T15:12:05.001 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:12:05.002 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.002 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.002 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:12:05.002 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319483+0000", 2024-09-13T15:12:05.002 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.0499999999999999e-07 2024-09-13T15:12:05.002 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.002 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.002 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:12:05.002 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319484+0000", 2024-09-13T15:12:05.002 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.547e-06 2024-09-13T15:12:05.002 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.002 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.003 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:12:05.003 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319490+0000", 2024-09-13T15:12:05.003 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.0789999999999997e-06 2024-09-13T15:12:05.003 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.003 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.003 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:12:05.003 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319495+0000", 2024-09-13T15:12:05.003 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.5120000000000002e-06 2024-09-13T15:12:05.003 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.003 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.003 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:12:05.003 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.320098+0000", 2024-09-13T15:12:05.004 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00060252299999999999 2024-09-13T15:12:05.004 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.004 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.004 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:12:05.004 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.320101+0000", 2024-09-13T15:12:05.004 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.1990000000000002e-06 2024-09-13T15:12:05.004 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.004 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.004 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:12:05.004 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.798345+0000", 2024-09-13T15:12:05.004 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4782445879999999 2024-09-13T15:12:05.005 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.005 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.005 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:12:05.005 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.798477+0000", 2024-09-13T15:12:05.005 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013166999999999999 2024-09-13T15:12:05.005 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.005 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.005 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 0,2,5,7", 2024-09-13T15:12:05.005 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.798961+0000", 2024-09-13T15:12:05.005 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00048427099999999999 2024-09-13T15:12:05.005 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.006 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.006 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:12:05.006 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.805303+0000", 2024-09-13T15:12:05.006 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0063418249999999997 2024-09-13T15:12:05.006 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.006 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.006 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:12:05.006 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.805442+0000", 2024-09-13T15:12:05.006 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00013851900000000001 2024-09-13T15:12:05.006 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.006 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.006 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:12:05.007 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.807451+0000", 2024-09-13T15:12:05.007 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0020093849999999998 2024-09-13T15:12:05.007 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.007 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.007 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:12:05.007 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.807549+0000", 2024-09-13T15:12:05.007 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.7701000000000005e-05 2024-09-13T15:12:05.007 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.007 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.007 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:12:05.007 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.809449+0000", 2024-09-13T15:12:05.008 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0019005719999999999 2024-09-13T15:12:05.008 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.008 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.008 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:12:05.008 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.809536+0000", 2024-09-13T15:12:05.008 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.7170999999999996e-05 2024-09-13T15:12:05.008 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.008 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.008 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:12:05.008 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.809686+0000", 2024-09-13T15:12:05.008 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000149715 2024-09-13T15:12:05.008 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:12:05.009 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:12:05.009 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:12:05.009 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.009 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.009 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:220159 9.12 9:49fdc336:::benchmark_data_smithi071_298031_object108911:head [delete] snapc 0=[] RETRY=1 ondisk+retry+write+known_if_redirected+supports_pool_eio e1376)", 2024-09-13T15:12:05.009 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:02:20.319500+0000", 2024-09-13T15:12:05.009 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 582.25797314299996, 2024-09-13T15:12:05.009 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.506281153, 2024-09-13T15:12:05.009 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:12:05.009 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:12:05.010 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:12:05.010 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:12:05.010 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:12:05.010 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:12:05.010 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 220159 2024-09-13T15:12:05.010 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.010 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:12:05.010 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.010 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:12:05.010 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319500+0000", 2024-09-13T15:12:05.010 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:12:05.010 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.011 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.011 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:12:05.011 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319500+0000", 2024-09-13T15:12:05.011 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:12:05.011 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.011 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.011 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:12:05.011 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319500+0000", 2024-09-13T15:12:05.011 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.6699999999999999e-07 2024-09-13T15:12:05.011 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.011 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.011 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:12:05.012 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319502+0000", 2024-09-13T15:12:05.012 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4899999999999999e-06 2024-09-13T15:12:05.012 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.012 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.012 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:12:05.012 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319508+0000", 2024-09-13T15:12:05.012 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.4069999999999998e-06 2024-09-13T15:12:05.012 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.012 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.012 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:12:05.012 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319513+0000", 2024-09-13T15:12:05.013 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.8930000000000004e-06 2024-09-13T15:12:05.013 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.013 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.013 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:12:05.013 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.320122+0000", 2024-09-13T15:12:05.013 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00060866000000000002 2024-09-13T15:12:05.013 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.013 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.013 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:12:05.013 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.320125+0000", 2024-09-13T15:12:05.013 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.2009999999999999e-06 2024-09-13T15:12:05.013 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.014 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.014 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:12:05.014 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.809731+0000", 2024-09-13T15:12:05.014 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4896056790000001 2024-09-13T15:12:05.014 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.014 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.014 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:12:05.014 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.809834+0000", 2024-09-13T15:12:05.014 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00010273899999999999 2024-09-13T15:12:05.014 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.014 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.015 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 0,2,5,7", 2024-09-13T15:12:05.015 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.810227+0000", 2024-09-13T15:12:05.015 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00039369399999999999 2024-09-13T15:12:05.015 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.015 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.015 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:12:05.015 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.821403+0000", 2024-09-13T15:12:05.015 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.011175846999999999 2024-09-13T15:12:05.015 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.015 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.015 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:12:05.015 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.821444+0000", 2024-09-13T15:12:05.016 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.0744999999999997e-05 2024-09-13T15:12:05.016 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.016 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.016 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:12:05.016 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.821512+0000", 2024-09-13T15:12:05.016 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.8348000000000004e-05 2024-09-13T15:12:05.016 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.016 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.016 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:12:05.016 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.821544+0000", 2024-09-13T15:12:05.017 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.2255000000000002e-05 2024-09-13T15:12:05.017 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.017 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.017 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:12:05.017 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.825596+0000", 2024-09-13T15:12:05.017 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0040510779999999996 2024-09-13T15:12:05.017 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.017 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.017 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:12:05.017 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.825654+0000", 2024-09-13T15:12:05.017 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.8082999999999999e-05 2024-09-13T15:12:05.017 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.018 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.018 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:12:05.018 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.825781+0000", 2024-09-13T15:12:05.018 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012766700000000001 2024-09-13T15:12:05.018 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:12:05.018 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:12:05.018 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:12:05.018 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.018 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.018 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.45692.0:220229 9.12 9:4b56be3f:::benchmark_data_smithi071_298031_object108981:head [delete] snapc 0=[] RETRY=1 ondisk+retry+write+known_if_redirected+supports_pool_eio e1376)", 2024-09-13T15:12:05.018 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:02:20.319518+0000", 2024-09-13T15:12:05.019 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 582.25795496800004, 2024-09-13T15:12:05.019 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.5067162700000001, 2024-09-13T15:12:05.019 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:12:05.019 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:12:05.019 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:12:05.019 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:12:05.019 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.45692", 2024-09-13T15:12:05.019 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1577044501", 2024-09-13T15:12:05.019 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 220229 2024-09-13T15:12:05.019 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.019 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:12:05.020 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.020 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:12:05.020 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319518+0000", 2024-09-13T15:12:05.020 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:12:05.020 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.020 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.020 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:12:05.020 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319518+0000", 2024-09-13T15:12:05.020 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:12:05.020 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.020 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.021 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:12:05.021 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319519+0000", 2024-09-13T15:12:05.021 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.3500000000000002e-07 2024-09-13T15:12:05.021 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.021 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.021 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:12:05.024 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319520+0000", 2024-09-13T15:12:05.024 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4649999999999999e-06 2024-09-13T15:12:05.024 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.024 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.024 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:12:05.025 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319526+0000", 2024-09-13T15:12:05.025 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.66e-06 2024-09-13T15:12:05.025 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.025 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.025 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:12:05.025 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.319531+0000", 2024-09-13T15:12:05.025 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.8779999999999997e-06 2024-09-13T15:12:05.025 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.026 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.026 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:12:05.026 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.320138+0000", 2024-09-13T15:12:05.026 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00060737400000000004 2024-09-13T15:12:05.026 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.026 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.026 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:12:05.026 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:20.320141+0000", 2024-09-13T15:12:05.026 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.157e-06 2024-09-13T15:12:05.027 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.027 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.027 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:12:05.027 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.815201+0000", 2024-09-13T15:12:05.027 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.495059669 2024-09-13T15:12:05.027 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.027 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.027 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:12:05.027 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.815325+0000", 2024-09-13T15:12:05.027 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000123683 2024-09-13T15:12:05.027 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.028 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.028 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 0,2,5,7", 2024-09-13T15:12:05.028 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.815722+0000", 2024-09-13T15:12:05.028 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00039781400000000002 2024-09-13T15:12:05.028 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.028 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.028 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:12:05.028 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.821478+0000", 2024-09-13T15:12:05.028 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0057553760000000004 2024-09-13T15:12:05.028 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.028 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.029 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:12:05.029 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.821579+0000", 2024-09-13T15:12:05.029 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000100993 2024-09-13T15:12:05.029 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.029 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.029 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:12:05.029 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.821612+0000", 2024-09-13T15:12:05.029 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.3454000000000002e-05 2024-09-13T15:12:05.029 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.029 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.029 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:12:05.029 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.821645+0000", 2024-09-13T15:12:05.030 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.2886000000000003e-05 2024-09-13T15:12:05.030 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.030 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.030 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:12:05.030 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.825790+0000", 2024-09-13T15:12:05.030 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0041449410000000001 2024-09-13T15:12:05.030 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.030 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.030 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:12:05.030 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.825831+0000", 2024-09-13T15:12:05.030 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.0985000000000001e-05 2024-09-13T15:12:05.030 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.031 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.031 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:12:05.031 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:02:21.826235+0000", 2024-09-13T15:12:05.031 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0004036 2024-09-13T15:12:05.031 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:12:05.031 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:12:05.031 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:12:05.031 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.031 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.031 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.45977.0:69109 10.b e1398/1390 10:d51d721c:::benchmark_data_smithi071_326067_object69108:head v 1398'4301, mlcod=1398'4298)", 2024-09-13T15:12:05.031 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:03:29.501089+0000", 2024-09-13T15:12:05.032 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 513.076384674, 2024-09-13T15:12:05.032 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.33977306499999999, 2024-09-13T15:12:05.032 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:12:05.032 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:12:05.032 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:12:05.032 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:12:05.032 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.032 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:12:05.032 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.501089+0000", 2024-09-13T15:12:05.032 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:12:05.032 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.033 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.033 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:12:05.033 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.501089+0000", 2024-09-13T15:12:05.033 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:12:05.033 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.033 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.033 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:12:05.033 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.501089+0000", 2024-09-13T15:12:05.033 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.9599999999999998e-07 2024-09-13T15:12:05.033 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.034 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.034 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:12:05.034 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.501127+0000", 2024-09-13T15:12:05.034 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.7104000000000003e-05 2024-09-13T15:12:05.034 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.034 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.034 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:12:05.034 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.501138+0000", 2024-09-13T15:12:05.034 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.093e-05 2024-09-13T15:12:05.034 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.034 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.034 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:12:05.035 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.501144+0000", 2024-09-13T15:12:05.035 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.7880000000000001e-06 2024-09-13T15:12:05.035 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.035 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.035 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:12:05.035 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.831128+0000", 2024-09-13T15:12:05.035 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.32998350799999998 2024-09-13T15:12:05.035 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.035 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.035 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:12:05.036 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.831155+0000", 2024-09-13T15:12:05.036 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.6699999999999998e-05 2024-09-13T15:12:05.036 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.036 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.036 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:12:05.036 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.840816+0000", 2024-09-13T15:12:05.036 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0096611790000000006 2024-09-13T15:12:05.036 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.036 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.036 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:12:05.036 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:03:29.840862+0000", 2024-09-13T15:12:05.037 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.596e-05 2024-09-13T15:12:05.037 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:12:05.037 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:12:05.037 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:12:05.037 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.037 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.038 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:04 smithi071 ceph-mon[107477]: pgmap v2514: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:12:05.038 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.46238.0:158060 11.3 11:c6164e03:::benchmark_data_smithi071_360808_object53349:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1462)", 2024-09-13T15:12:05.038 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:09:58.698273+0000", 2024-09-13T15:12:05.038 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 123.879200266, 2024-09-13T15:12:05.038 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.9967074519999999, 2024-09-13T15:12:05.038 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:12:05.038 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:12:05.039 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:12:05.039 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:12:05.039 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.46238", 2024-09-13T15:12:05.039 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1306112367", 2024-09-13T15:12:05.039 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 158060 2024-09-13T15:12:05.039 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.039 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:12:05.039 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.039 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:12:05.039 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:58.698273+0000", 2024-09-13T15:12:05.039 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:12:05.040 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.040 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.040 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:12:05.040 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:58.698273+0000", 2024-09-13T15:12:05.040 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:12:05.040 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.040 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.040 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:12:05.040 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:58.698275+0000", 2024-09-13T15:12:05.040 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.9099999999999999e-06 2024-09-13T15:12:05.041 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.041 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.041 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:12:05.041 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:58.698282+0000", 2024-09-13T15:12:05.041 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.503e-06 2024-09-13T15:12:05.041 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.041 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.041 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:12:05.041 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:58.698302+0000", 2024-09-13T15:12:05.041 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.9707e-05 2024-09-13T15:12:05.041 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.042 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.042 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:12:05.042 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:58.698311+0000", 2024-09-13T15:12:05.042 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.9679999999999995e-06 2024-09-13T15:12:05.042 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.042 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.042 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:12:05.042 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:58.698435+0000", 2024-09-13T15:12:05.042 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000124027 2024-09-13T15:12:05.042 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.042 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.043 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:12:05.043 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:58.698445+0000", 2024-09-13T15:12:05.043 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.662e-06 2024-09-13T15:12:05.043 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.043 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.043 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:12:05.043 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:59.640755+0000", 2024-09-13T15:12:05.043 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.94231006500000003 2024-09-13T15:12:05.043 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.043 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.043 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:12:05.043 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:59.640765+0000", 2024-09-13T15:12:05.044 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0487e-05 2024-09-13T15:12:05.044 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.044 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.044 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:12:05.044 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:10:00.676918+0000", 2024-09-13T15:12:05.044 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0361528870000001 2024-09-13T15:12:05.044 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.044 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.044 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:12:05.044 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:10:00.677081+0000", 2024-09-13T15:12:05.044 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00016285799999999999 2024-09-13T15:12:05.045 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.045 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.045 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 5,6,7", 2024-09-13T15:12:05.045 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:10:00.677650+0000", 2024-09-13T15:12:05.045 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00056932700000000001 2024-09-13T15:12:05.045 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.045 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.045 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:12:05.045 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:10:00.688002+0000", 2024-09-13T15:12:05.045 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.010351479 2024-09-13T15:12:05.045 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.046 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.046 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:12:05.046 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:10:00.694747+0000", 2024-09-13T15:12:05.046 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0067447339999999996 2024-09-13T15:12:05.046 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.046 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.046 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:12:05.046 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:10:00.694797+0000", 2024-09-13T15:12:05.047 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.9990000000000001e-05 2024-09-13T15:12:05.047 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.047 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.047 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:12:05.047 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:10:00.694832+0000", 2024-09-13T15:12:05.047 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.5222000000000003e-05 2024-09-13T15:12:05.047 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.047 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.047 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:12:05.047 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:10:00.694872+0000", 2024-09-13T15:12:05.047 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.9861999999999999e-05 2024-09-13T15:12:05.047 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.048 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.048 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:12:05.048 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:10:00.694980+0000", 2024-09-13T15:12:05.048 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000108764 2024-09-13T15:12:05.048 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:12:05.048 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:12:05.048 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:12:05.048 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.048 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.048 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.46238.0:158073 11.3 11:c457badc:::benchmark_data_smithi071_360808_object53362:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1463)", 2024-09-13T15:12:05.048 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:09:59.706055+0000", 2024-09-13T15:12:05.048 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 122.871418718, 2024-09-13T15:12:05.049 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.98932356600000004, 2024-09-13T15:12:05.049 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:12:05.049 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:12:05.049 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:12:05.049 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:12:05.049 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.46238", 2024-09-13T15:12:05.049 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1306112367", 2024-09-13T15:12:05.049 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 158073 2024-09-13T15:12:05.049 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.049 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:12:05.049 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.050 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:12:05.050 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:59.706055+0000", 2024-09-13T15:12:05.050 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:12:05.050 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.050 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.050 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:12:05.050 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:59.706055+0000", 2024-09-13T15:12:05.050 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:12:05.050 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.050 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.050 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:12:05.050 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:59.706056+0000", 2024-09-13T15:12:05.051 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.694e-06 2024-09-13T15:12:05.051 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.051 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.051 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:12:05.051 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:59.706062+0000", 2024-09-13T15:12:05.051 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.3000000000000001e-06 2024-09-13T15:12:05.051 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.051 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.051 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:12:05.051 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:59.706075+0000", 2024-09-13T15:12:05.051 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.3704e-05 2024-09-13T15:12:05.051 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.052 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.052 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:12:05.052 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:59.706083+0000", 2024-09-13T15:12:05.052 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.3200000000000002e-06 2024-09-13T15:12:05.052 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.052 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.052 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:12:05.052 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:59.706141+0000", 2024-09-13T15:12:05.052 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.8724000000000002e-05 2024-09-13T15:12:05.052 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.053 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.053 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:12:05.053 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:59.706152+0000", 2024-09-13T15:12:05.053 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.0861e-05 2024-09-13T15:12:05.053 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.053 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.053 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:12:05.053 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:10:00.688038+0000", 2024-09-13T15:12:05.053 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.981885962 2024-09-13T15:12:05.053 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.053 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.054 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:12:05.054 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:10:00.688182+0000", 2024-09-13T15:12:05.054 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00014396299999999999 2024-09-13T15:12:05.054 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.054 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.054 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 5,6,7", 2024-09-13T15:12:05.054 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:10:00.688351+0000", 2024-09-13T15:12:05.054 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00016898 2024-09-13T15:12:05.054 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.054 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.054 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:12:05.055 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:10:00.694757+0000", 2024-09-13T15:12:05.055 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0064058680000000003 2024-09-13T15:12:05.055 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.055 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.055 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:12:05.055 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:10:00.695050+0000", 2024-09-13T15:12:05.055 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00029267200000000001 2024-09-13T15:12:05.055 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.055 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.055 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:12:05.056 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:10:00.695173+0000", 2024-09-13T15:12:05.056 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012312600000000001 2024-09-13T15:12:05.056 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.056 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.056 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:12:05.056 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:10:00.695235+0000", 2024-09-13T15:12:05.056 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.2500000000000001e-05 2024-09-13T15:12:05.056 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.057 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.057 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:12:05.057 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:10:00.695293+0000", 2024-09-13T15:12:05.057 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.8174999999999998e-05 2024-09-13T15:12:05.057 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.057 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.057 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:12:05.057 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:10:00.695378+0000", 2024-09-13T15:12:05.057 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.4716999999999995e-05 2024-09-13T15:12:05.057 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:12:05.057 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:12:05.058 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:12:05.058 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.058 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.058 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_op(client.46238.0:158074 11.3 11:cb3f7b3e:::benchmark_data_smithi071_360808_object53363:head [delete] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e1463)", 2024-09-13T15:12:05.058 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:09:59.706976+0000", 2024-09-13T15:12:05.058 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 122.870497383, 2024-09-13T15:12:05.058 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.99268736899999999, 2024-09-13T15:12:05.058 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:12:05.058 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:12:05.058 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:12:05.059 INFO:teuthology.orchestra.run.smithi071.stdout: "client_info": { 2024-09-13T15:12:05.059 INFO:teuthology.orchestra.run.smithi071.stdout: "client": "client.46238", 2024-09-13T15:12:05.059 INFO:teuthology.orchestra.run.smithi071.stdout: "client_addr": "172.21.15.71:0/1306112367", 2024-09-13T15:12:05.059 INFO:teuthology.orchestra.run.smithi071.stdout: "tid": 158074 2024-09-13T15:12:05.059 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.059 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:12:05.059 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.059 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:12:05.059 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:59.706976+0000", 2024-09-13T15:12:05.059 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:12:05.059 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.059 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.060 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:12:05.060 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:59.706976+0000", 2024-09-13T15:12:05.060 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:12:05.060 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.060 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.060 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:12:05.060 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:59.706977+0000", 2024-09-13T15:12:05.060 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.8800000000000002e-07 2024-09-13T15:12:05.060 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.060 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.061 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:12:05.061 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:59.706980+0000", 2024-09-13T15:12:05.061 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.2660000000000002e-06 2024-09-13T15:12:05.061 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.061 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.061 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:12:05.061 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:59.706989+0000", 2024-09-13T15:12:05.061 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.4749999999999999e-06 2024-09-13T15:12:05.061 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.061 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.061 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:12:05.061 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:59.706994+0000", 2024-09-13T15:12:05.062 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.8559999999999998e-06 2024-09-13T15:12:05.062 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.062 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.062 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:12:05.062 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:59.707040+0000", 2024-09-13T15:12:05.062 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.5596999999999997e-05 2024-09-13T15:12:05.062 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.062 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.062 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for peered", 2024-09-13T15:12:05.062 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:09:59.707050+0000", 2024-09-13T15:12:05.062 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.008e-05 2024-09-13T15:12:05.062 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.063 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.063 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:12:05.063 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:10:00.691308+0000", 2024-09-13T15:12:05.063 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.98425822399999996 2024-09-13T15:12:05.063 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.063 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.063 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:12:05.063 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:10:00.691433+0000", 2024-09-13T15:12:05.063 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00012478200000000001 2024-09-13T15:12:05.063 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.063 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.064 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "waiting for subops from 5,6,7", 2024-09-13T15:12:05.064 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:10:00.691584+0000", 2024-09-13T15:12:05.064 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00015145600000000001 2024-09-13T15:12:05.064 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.064 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.064 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "op_commit", 2024-09-13T15:12:05.064 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:10:00.694989+0000", 2024-09-13T15:12:05.064 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.0034045199999999999 2024-09-13T15:12:05.064 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.064 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.065 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:12:05.065 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:10:00.695435+0000", 2024-09-13T15:12:05.065 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00044650100000000003 2024-09-13T15:12:05.065 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.065 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.065 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:12:05.065 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:10:00.698715+0000", 2024-09-13T15:12:05.065 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.003279564 2024-09-13T15:12:05.065 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.065 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.065 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "sub_op_commit_rec", 2024-09-13T15:12:05.066 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:10:00.699263+0000", 2024-09-13T15:12:05.066 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00054815300000000001 2024-09-13T15:12:05.066 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.066 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.066 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:12:05.066 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:10:00.699548+0000", 2024-09-13T15:12:05.066 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00028515600000000001 2024-09-13T15:12:05.066 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.066 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.066 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:12:05.067 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:10:00.699663+0000", 2024-09-13T15:12:05.067 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000114951 2024-09-13T15:12:05.067 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:12:05.067 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:12:05.067 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:12:05.067 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.067 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.067 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.36531.0:3013 12.13 e1489/1487 12:caa624ae:::image44:head v 1489'3, mlcod=1489'1)", 2024-09-13T15:12:05.067 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:11:52.957784+0000", 2024-09-13T15:12:05.067 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 9.6196890550000003, 2024-09-13T15:12:05.067 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000432872, 2024-09-13T15:12:05.068 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:12:05.068 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:12:05.068 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:12:05.068 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:12:05.068 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.068 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:12:05.068 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:52.957784+0000", 2024-09-13T15:12:05.068 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:12:05.068 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.068 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.068 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:12:05.069 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:52.957784+0000", 2024-09-13T15:12:05.069 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:12:05.069 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.069 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.069 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:12:05.069 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:52.957786+0000", 2024-09-13T15:12:05.069 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.483e-06 2024-09-13T15:12:05.069 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.069 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.069 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:12:05.069 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:52.957794+0000", 2024-09-13T15:12:05.069 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.4659999999999999e-06 2024-09-13T15:12:05.070 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.070 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.070 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:12:05.070 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:52.957821+0000", 2024-09-13T15:12:05.070 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.6661000000000001e-05 2024-09-13T15:12:05.070 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.070 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.070 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:12:05.070 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:52.957832+0000", 2024-09-13T15:12:05.070 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.1389999999999999e-05 2024-09-13T15:12:05.070 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.070 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.071 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:12:05.071 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:52.957896+0000", 2024-09-13T15:12:05.071 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.3946000000000001e-05 2024-09-13T15:12:05.071 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.071 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.071 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:12:05.071 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:52.957920+0000", 2024-09-13T15:12:05.071 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.3913e-05 2024-09-13T15:12:05.071 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.071 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.071 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:12:05.071 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:52.958183+0000", 2024-09-13T15:12:05.072 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00026326099999999999 2024-09-13T15:12:05.072 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.072 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.072 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:12:05.072 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:52.958217+0000", 2024-09-13T15:12:05.072 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.3751999999999998e-05 2024-09-13T15:12:05.072 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:12:05.072 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:12:05.072 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:12:05.072 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.072 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.073 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:04 smithi071 ceph-mon[112785]: pgmap v2514: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:12:05.073 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "pg_update_log_missing(12.5 epoch 1491/1487 rep_tid 5574 entries 1491'1 (0'0) error 12:a36b2a04:::image48:head by client.36531.0:3083 0.000000 -2 ObjectCleanRegions clean_offsets: [(0, 18446744073709551615)], clean_omap: true, new_object: false trim_to 0'0 roll_forward_to 0'0)", 2024-09-13T15:12:05.073 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:11:54.633493+0000", 2024-09-13T15:12:05.073 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 7.943979948, 2024-09-13T15:12:05.074 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00048734199999999998, 2024-09-13T15:12:05.074 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:12:05.074 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:12:05.074 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "reached pg", 2024-09-13T15:12:05.074 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:12:05.074 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.074 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:12:05.074 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:54.633493+0000", 2024-09-13T15:12:05.074 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:12:05.074 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.074 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.074 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:12:05.075 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:54.633493+0000", 2024-09-13T15:12:05.075 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:12:05.075 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.075 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.075 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:12:05.075 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:54.633493+0000", 2024-09-13T15:12:05.075 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.15e-07 2024-09-13T15:12:05.075 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.075 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.075 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:12:05.075 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:54.633501+0000", 2024-09-13T15:12:05.075 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.8229999999999995e-06 2024-09-13T15:12:05.076 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.076 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.076 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:12:05.076 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:54.633529+0000", 2024-09-13T15:12:05.076 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.8107e-05 2024-09-13T15:12:05.076 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.076 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.076 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:12:05.076 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:54.633542+0000", 2024-09-13T15:12:05.076 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.311e-05 2024-09-13T15:12:05.077 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.077 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.077 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:12:05.077 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:54.633631+0000", 2024-09-13T15:12:05.077 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 8.8789000000000007e-05 2024-09-13T15:12:05.077 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.077 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.077 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:12:05.077 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:54.633981+0000", 2024-09-13T15:12:05.077 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000349398 2024-09-13T15:12:05.077 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:12:05.078 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:12:05.078 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:12:05.078 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.078 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.078 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.36531.0:3084 12.5 e1491/1487 12:a36b2a04:::image48:head v 1491'2, mlcod=0'0)", 2024-09-13T15:12:05.078 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:11:54.635807+0000", 2024-09-13T15:12:05.078 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 7.9416660649999997, 2024-09-13T15:12:05.078 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000484592, 2024-09-13T15:12:05.078 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:12:05.078 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:12:05.078 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:12:05.079 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:12:05.079 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.079 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:12:05.079 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:54.635807+0000", 2024-09-13T15:12:05.079 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:12:05.079 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.079 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.079 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:12:05.079 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:54.635807+0000", 2024-09-13T15:12:05.079 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:12:05.080 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.080 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.080 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:12:05.080 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:54.635808+0000", 2024-09-13T15:12:05.080 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.2500000000000005e-07 2024-09-13T15:12:05.080 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.080 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.080 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:12:05.080 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:54.635814+0000", 2024-09-13T15:12:05.080 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.3600000000000001e-06 2024-09-13T15:12:05.080 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.081 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.081 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:12:05.081 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:54.635829+0000", 2024-09-13T15:12:05.081 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4594e-05 2024-09-13T15:12:05.081 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.081 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.081 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:12:05.081 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:54.635837+0000", 2024-09-13T15:12:05.081 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.8520000000000004e-06 2024-09-13T15:12:05.081 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.081 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.082 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:12:05.082 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:54.635899+0000", 2024-09-13T15:12:05.082 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.2247000000000002e-05 2024-09-13T15:12:05.082 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.082 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.082 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:12:05.082 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:54.635921+0000", 2024-09-13T15:12:05.082 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.1948999999999999e-05 2024-09-13T15:12:05.082 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.082 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.083 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:12:05.083 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:54.636222+0000", 2024-09-13T15:12:05.083 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00030087499999999998 2024-09-13T15:12:05.083 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.083 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.083 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:12:05.083 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:54.636292+0000", 2024-09-13T15:12:05.083 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.0090000000000001e-05 2024-09-13T15:12:05.083 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:12:05.083 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:12:05.084 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:12:05.084 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.084 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.084 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.36531.0:3085 12.5 e1491/1487 12:a36b2a04:::image48:head v 1491'3, mlcod=1491'1)", 2024-09-13T15:12:05.084 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:11:54.637403+0000", 2024-09-13T15:12:05.084 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 7.940070618, 2024-09-13T15:12:05.084 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00046219099999999998, 2024-09-13T15:12:05.084 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:12:05.084 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:12:05.084 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:12:05.084 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:12:05.085 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.085 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:12:05.085 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:54.637403+0000", 2024-09-13T15:12:05.085 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:12:05.085 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.085 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.085 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:12:05.085 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:54.637403+0000", 2024-09-13T15:12:05.085 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:12:05.085 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.085 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.086 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:12:05.086 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:54.637403+0000", 2024-09-13T15:12:05.086 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.8599999999999998e-07 2024-09-13T15:12:05.086 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.086 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.086 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:12:05.086 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:54.637408+0000", 2024-09-13T15:12:05.086 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 4.5480000000000003e-06 2024-09-13T15:12:05.086 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.086 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.086 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:12:05.087 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:54.637418+0000", 2024-09-13T15:12:05.087 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 9.8749999999999995e-06 2024-09-13T15:12:05.087 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.087 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.087 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:12:05.087 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:54.637424+0000", 2024-09-13T15:12:05.087 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 6.4269999999999996e-06 2024-09-13T15:12:05.087 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.087 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.087 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:12:05.087 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:54.637475+0000", 2024-09-13T15:12:05.087 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.1270999999999998e-05 2024-09-13T15:12:05.088 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.088 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.088 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:12:05.088 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:54.637497+0000", 2024-09-13T15:12:05.088 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.1297999999999998e-05 2024-09-13T15:12:05.088 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.088 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.088 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:12:05.088 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:54.637827+0000", 2024-09-13T15:12:05.088 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00033055399999999999 2024-09-13T15:12:05.088 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.088 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.089 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:12:05.089 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:54.637865+0000", 2024-09-13T15:12:05.089 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.7632000000000002e-05 2024-09-13T15:12:05.089 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:12:05.089 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:12:05.089 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:12:05.089 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.089 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.089 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.36531.0:3086 12.5 e1491/1487 12:a36b2a04:::image48:head v 1491'4, mlcod=1491'2)", 2024-09-13T15:12:05.089 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:11:54.638731+0000", 2024-09-13T15:12:05.089 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 7.9387425839999999, 2024-09-13T15:12:05.089 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00083130499999999996, 2024-09-13T15:12:05.090 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:12:05.090 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:12:05.090 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:12:05.090 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:12:05.090 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.090 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:12:05.090 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:54.638731+0000", 2024-09-13T15:12:05.090 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:12:05.090 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.090 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.090 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:12:05.091 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:54.638731+0000", 2024-09-13T15:12:05.091 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:12:05.091 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.091 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.091 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:12:05.091 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:54.638731+0000", 2024-09-13T15:12:05.091 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.1399999999999996e-07 2024-09-13T15:12:05.091 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.091 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.091 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:12:05.091 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:54.638737+0000", 2024-09-13T15:12:05.092 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.305e-06 2024-09-13T15:12:05.092 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.092 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.092 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:12:05.092 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:54.638751+0000", 2024-09-13T15:12:05.092 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.4174e-05 2024-09-13T15:12:05.092 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.092 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.092 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:12:05.092 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:54.638758+0000", 2024-09-13T15:12:05.093 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 7.0260000000000002e-06 2024-09-13T15:12:05.093 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.093 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.093 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:12:05.093 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:54.638809+0000", 2024-09-13T15:12:05.093 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 5.0637999999999999e-05 2024-09-13T15:12:05.093 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.093 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.093 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:12:05.093 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:54.638828+0000", 2024-09-13T15:12:05.093 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.9219e-05 2024-09-13T15:12:05.093 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.094 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.094 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:12:05.094 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:54.639536+0000", 2024-09-13T15:12:05.094 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00070788000000000003 2024-09-13T15:12:05.094 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.094 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.094 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:12:05.094 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:54.639562+0000", 2024-09-13T15:12:05.094 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.6349000000000001e-05 2024-09-13T15:12:05.094 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:12:05.094 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:12:05.095 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:12:05.095 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.095 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.095 INFO:teuthology.orchestra.run.smithi071.stdout: "description": "osd_repop(client.36531.0:3111 12.5 e1491/1487 12:a36b2a04:::image48:head v 1491'22, mlcod=1491'20)", 2024-09-13T15:12:05.095 INFO:teuthology.orchestra.run.smithi071.stdout: "initiated_at": "2024-09-13T15:11:54.663514+0000", 2024-09-13T15:12:05.095 INFO:teuthology.orchestra.run.smithi071.stdout: "age": 7.9139595590000003, 2024-09-13T15:12:05.095 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00055121800000000002, 2024-09-13T15:12:05.095 INFO:teuthology.orchestra.run.smithi071.stdout: "continuous": false, 2024-09-13T15:12:05.095 INFO:teuthology.orchestra.run.smithi071.stdout: "type_data": { 2024-09-13T15:12:05.095 INFO:teuthology.orchestra.run.smithi071.stdout: "flag_point": "commit sent; apply or cleanup", 2024-09-13T15:12:05.095 INFO:teuthology.orchestra.run.smithi071.stdout: "events": [ 2024-09-13T15:12:05.096 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.096 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "initiated", 2024-09-13T15:12:05.096 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:54.663514+0000", 2024-09-13T15:12:05.096 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:12:05.096 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.096 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.096 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "header_read", 2024-09-13T15:12:05.096 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:54.663514+0000", 2024-09-13T15:12:05.096 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0 2024-09-13T15:12:05.096 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.096 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.097 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "throttled", 2024-09-13T15:12:05.097 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:54.663515+0000", 2024-09-13T15:12:05.097 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.567e-06 2024-09-13T15:12:05.097 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.097 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.097 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "all_read", 2024-09-13T15:12:05.097 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:54.663537+0000", 2024-09-13T15:12:05.097 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.2062999999999999e-05 2024-09-13T15:12:05.097 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.097 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.097 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "dispatched", 2024-09-13T15:12:05.098 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:54.663568+0000", 2024-09-13T15:12:05.098 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 3.0269000000000001e-05 2024-09-13T15:12:05.098 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.098 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.098 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "queued_for_pg", 2024-09-13T15:12:05.098 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:54.663585+0000", 2024-09-13T15:12:05.098 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.7669999999999999e-05 2024-09-13T15:12:05.098 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.098 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.098 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "reached_pg", 2024-09-13T15:12:05.098 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:54.663761+0000", 2024-09-13T15:12:05.098 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.000175537 2024-09-13T15:12:05.099 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.099 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.099 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "started", 2024-09-13T15:12:05.099 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:54.663774+0000", 2024-09-13T15:12:05.099 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 1.3307e-05 2024-09-13T15:12:05.099 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.099 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.099 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "commit_sent", 2024-09-13T15:12:05.099 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:54.664036+0000", 2024-09-13T15:12:05.100 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 0.00026203199999999999 2024-09-13T15:12:05.100 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-13T15:12:05.100 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-13T15:12:05.100 INFO:teuthology.orchestra.run.smithi071.stdout: "event": "done", 2024-09-13T15:12:05.100 INFO:teuthology.orchestra.run.smithi071.stdout: "time": "2024-09-13T15:11:54.664065+0000", 2024-09-13T15:12:05.100 INFO:teuthology.orchestra.run.smithi071.stdout: "duration": 2.8773e-05 2024-09-13T15:12:05.100 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:12:05.100 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:12:05.100 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:12:05.100 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-13T15:12:05.100 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-13T15:12:05.101 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-13T15:12:06.159 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.2 dump_ops_in_flight 2024-09-13T15:12:06.560 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:12:06.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:06 smithi071 ceph-mon[107477]: pgmap v2515: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:12:06.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:06 smithi071 ceph-mon[112785]: pgmap v2515: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:12:06.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:06 smithi104 ceph-mon[105578]: pgmap v2515: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:12:06.923 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:12:06.929 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:12:08.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:08 smithi071 ceph-mon[107477]: pgmap v2516: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:12:08.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:08 smithi071 ceph-mon[112785]: pgmap v2516: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:12:08.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:08 smithi104 ceph-mon[105578]: pgmap v2516: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:12:10.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:10 smithi071 ceph-mon[107477]: pgmap v2517: 93 pgs: 93 active+clean; 582 KiB data, 7.0 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:12:10.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:10 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:12:10.391 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:10 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:12:10.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:10 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T15:12:10.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:10 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T15:12:10.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:10 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:12:10.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:10 smithi071 ceph-mon[112785]: pgmap v2517: 93 pgs: 93 active+clean; 582 KiB data, 7.0 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:12:10.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:10 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:12:10.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:10 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:12:10.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:10 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T15:12:10.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:10 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T15:12:10.392 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:10 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:12:10.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:10 smithi104 ceph-mon[105578]: pgmap v2517: 93 pgs: 93 active+clean; 582 KiB data, 7.0 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:12:10.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:10 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:12:10.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:10 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:12:10.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:10 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T15:12:10.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:10 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T15:12:10.673 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:10 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:12:11.342 INFO:teuthology.orchestra.run.smithi071.stderr:set pool 1 pgp_num to 21 2024-09-13T15:12:11.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:11 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2279991527' entity='client.admin' cmd={"prefix": "osd pool set", "pool": ".mgr", "var": "pgp_num", "val": "21"} : dispatch 2024-09-13T15:12:11.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:11 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd pool set", "pool": ".mgr", "var": "pgp_num", "val": "21"} : dispatch 2024-09-13T15:12:11.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:11 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2279991527' entity='client.admin' cmd={"prefix": "osd pool set", "pool": ".mgr", "var": "pgp_num", "val": "21"} : dispatch 2024-09-13T15:12:11.642 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:11 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd pool set", "pool": ".mgr", "var": "pgp_num", "val": "21"} : dispatch 2024-09-13T15:12:11.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:11 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2279991527' entity='client.admin' cmd={"prefix": "osd pool set", "pool": ".mgr", "var": "pgp_num", "val": "21"} : dispatch 2024-09-13T15:12:11.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:11 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd pool set", "pool": ".mgr", "var": "pgp_num", "val": "21"} : dispatch 2024-09-13T15:12:12.627 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:12 smithi071 ceph-mon[112785]: pgmap v2518: 93 pgs: 93 active+clean; 582 KiB data, 7.0 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:12:12.627 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:12 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": ".mgr", "var": "pgp_num", "val": "21"}]': finished 2024-09-13T15:12:12.627 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:12 smithi071 ceph-mon[112785]: osdmap e1494: 8 total, 8 up, 7 in 2024-09-13T15:12:12.627 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:12 smithi071 ceph-mon[107477]: pgmap v2518: 93 pgs: 93 active+clean; 582 KiB data, 7.0 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:12:12.628 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:12 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": ".mgr", "var": "pgp_num", "val": "21"}]': finished 2024-09-13T15:12:12.628 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:12 smithi071 ceph-mon[107477]: osdmap e1494: 8 total, 8 up, 7 in 2024-09-13T15:12:12.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:12 smithi104 ceph-mon[105578]: pgmap v2518: 93 pgs: 93 active+clean; 582 KiB data, 7.0 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:12:12.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:12 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": ".mgr", "var": "pgp_num", "val": "21"}]': finished 2024-09-13T15:12:12.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:12 smithi104 ceph-mon[105578]: osdmap e1494: 8 total, 8 up, 7 in 2024-09-13T15:12:12.891 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:12:12 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:12:12] "GET /metrics HTTP/1.1" 200 34304 "" "Prometheus/2.51.0" 2024-09-13T15:12:13.086 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T15:12:13.086 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T15:12:13.887 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.2 dump_blocked_ops 2024-09-13T15:12:14.430 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:12:14.551 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:14 smithi071 ceph-mon[107477]: pgmap v2520: 93 pgs: 93 active+clean; 582 KiB data, 7.0 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:12:14.552 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:14 smithi071 ceph-mon[112785]: pgmap v2520: 93 pgs: 93 active+clean; 582 KiB data, 7.0 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:12:14.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:14 smithi104 ceph-mon[105578]: pgmap v2520: 93 pgs: 93 active+clean; 582 KiB data, 7.0 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:12:15.587 INFO:teuthology.orchestra.run.smithi071.stderr:noscrub is unset 2024-09-13T15:12:15.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:15 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:12:15.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:15 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:12:15.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:15 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1613080711' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T15:12:15.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:15 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:12:15.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:15 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:12:15.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:15 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1613080711' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T15:12:15.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:15 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:12:15.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:15 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:12:15.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:15 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1613080711' entity='client.admin' cmd={"prefix": "osd unset", "key": "noscrub"} : dispatch 2024-09-13T15:12:16.822 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd unset nodeep-scrub 2024-09-13T15:12:16.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:16 smithi071 ceph-mon[107477]: pgmap v2521: 93 pgs: 93 active+clean; 582 KiB data, 7.0 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:12:16.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:16 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1613080711' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T15:12:16.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:16 smithi071 ceph-mon[107477]: osdmap e1495: 8 total, 8 up, 7 in 2024-09-13T15:12:16.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:16 smithi071 ceph-mon[112785]: pgmap v2521: 93 pgs: 93 active+clean; 582 KiB data, 7.0 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:12:16.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:16 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1613080711' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T15:12:16.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:16 smithi071 ceph-mon[112785]: osdmap e1495: 8 total, 8 up, 7 in 2024-09-13T15:12:16.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:16 smithi104 ceph-mon[105578]: pgmap v2521: 93 pgs: 93 active+clean; 582 KiB data, 7.0 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:12:16.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:16 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1613080711' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "noscrub"}]': finished 2024-09-13T15:12:16.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:16 smithi104 ceph-mon[105578]: osdmap e1495: 8 total, 8 up, 7 in 2024-09-13T15:12:17.036 INFO:tasks.thrashosds.thrasher:inning osd 2024-09-13T15:12:17.037 INFO:tasks.thrashosds.thrasher:Adding osd 7 2024-09-13T15:12:17.037 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd in 7 2024-09-13T15:12:17.048 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T15:12:17.048 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T15:12:17.786 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.2 dump_historic_ops 2024-09-13T15:12:17.844 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:12:17.860 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:12:18.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:18 smithi071 ceph-mon[107477]: pgmap v2523: 93 pgs: 93 active+clean; 582 KiB data, 7.0 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:12:18.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:18 smithi071 ceph-mon[112785]: pgmap v2523: 93 pgs: 93 active+clean; 582 KiB data, 7.0 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:12:18.680 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:12:18.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:18 smithi104 ceph-mon[105578]: pgmap v2523: 93 pgs: 93 active+clean; 582 KiB data, 7.0 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:12:20.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:20 smithi071 ceph-mon[107477]: pgmap v2524: 93 pgs: 93 active+clean; 582 KiB data, 7.0 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:12:20.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:20 smithi071 ceph-mon[112785]: pgmap v2524: 93 pgs: 93 active+clean; 582 KiB data, 7.0 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:12:20.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:20 smithi104 ceph-mon[105578]: pgmap v2524: 93 pgs: 93 active+clean; 582 KiB data, 7.0 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:12:22.883 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:22 smithi071 ceph-mon[112785]: pgmap v2525: 93 pgs: 93 active+clean; 582 KiB data, 7.0 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:12:22.925 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:12:22 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:12:22] "GET /metrics HTTP/1.1" 200 34303 "" "Prometheus/2.51.0" 2024-09-13T15:12:22.925 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:22 smithi071 ceph-mon[107477]: pgmap v2525: 93 pgs: 93 active+clean; 582 KiB data, 7.0 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:12:22.925 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T15:12:22.926 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T15:12:22.926 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:22 smithi104 ceph-mon[105578]: pgmap v2525: 93 pgs: 93 active+clean; 582 KiB data, 7.0 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:12:23.605 INFO:teuthology.orchestra.run.smithi071.stderr:marked in osd.7. 2024-09-13T15:12:23.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:23 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/563916599' entity='client.admin' cmd={"prefix": "osd in", "ids": ["7"]} : dispatch 2024-09-13T15:12:23.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:23 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd in", "ids": ["7"]} : dispatch 2024-09-13T15:12:23.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:23 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-a[107454]: 2024-09-13T15:12:23.427+0000 7fa91586f640 -1 mon.a@0(leader).osd e1495 definitely_dead 0 2024-09-13T15:12:23.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:23 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/563916599' entity='client.admin' cmd={"prefix": "osd in", "ids": ["7"]} : dispatch 2024-09-13T15:12:23.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:23 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd in", "ids": ["7"]} : dispatch 2024-09-13T15:12:23.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:23 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/563916599' entity='client.admin' cmd={"prefix": "osd in", "ids": ["7"]} : dispatch 2024-09-13T15:12:23.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:23 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd in", "ids": ["7"]} : dispatch 2024-09-13T15:12:24.312 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.3 dump_ops_in_flight 2024-09-13T15:12:24.604 INFO:teuthology.orchestra.run.smithi071.stderr:nodeep-scrub is unset 2024-09-13T15:12:24.827 INFO:tasks.thrashosds.thrasher:Added osd 7 2024-09-13T15:12:24.828 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph -- tell 'mon.*' injectargs --mon_osd_down_out_interval=600 2024-09-13T15:12:24.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:24 smithi071 ceph-mon[107477]: pgmap v2526: 93 pgs: 93 active+clean; 582 KiB data, 7.0 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:12:24.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:24 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd in", "ids": ["7"]}]': finished 2024-09-13T15:12:24.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:24 smithi071 ceph-mon[107477]: osdmap e1496: 8 total, 8 up, 8 in 2024-09-13T15:12:24.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:24 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1186139662' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:12:24.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:24 smithi071 ceph-mon[112785]: pgmap v2526: 93 pgs: 93 active+clean; 582 KiB data, 7.0 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:12:24.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:24 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd in", "ids": ["7"]}]': finished 2024-09-13T15:12:24.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:24 smithi071 ceph-mon[112785]: osdmap e1496: 8 total, 8 up, 8 in 2024-09-13T15:12:24.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:24 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1186139662' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:12:24.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:24 smithi104 ceph-mon[105578]: pgmap v2526: 93 pgs: 93 active+clean; 582 KiB data, 7.0 GiB used, 619 GiB / 626 GiB avail 2024-09-13T15:12:24.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:24 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd in", "ids": ["7"]}]': finished 2024-09-13T15:12:24.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:24 smithi104 ceph-mon[105578]: osdmap e1496: 8 total, 8 up, 8 in 2024-09-13T15:12:24.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:24 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1186139662' entity='client.admin' cmd={"prefix": "osd unset", "key": "nodeep-scrub"} : dispatch 2024-09-13T15:12:25.500 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:12:25.671 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:25 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1186139662' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T15:12:25.671 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:25 smithi071 ceph-mon[107477]: osdmap e1497: 8 total, 8 up, 8 in 2024-09-13T15:12:25.672 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:25 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1186139662' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T15:12:25.672 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:25 smithi071 ceph-mon[112785]: osdmap e1497: 8 total, 8 up, 8 in 2024-09-13T15:12:25.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:25 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1186139662' entity='client.admin' cmd='[{"prefix": "osd unset", "key": "nodeep-scrub"}]': finished 2024-09-13T15:12:25.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:25 smithi104 ceph-mon[105578]: osdmap e1497: 8 total, 8 up, 8 in 2024-09-13T15:12:26.226 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:12:26.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:26 smithi071 ceph-mon[107477]: pgmap v2529: 93 pgs: 1 remapped+peering, 92 active+clean; 582 KiB data, 7.0 GiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 objects/s recovering 2024-09-13T15:12:26.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:26 smithi071 ceph-mon[107477]: osdmap e1498: 8 total, 8 up, 8 in 2024-09-13T15:12:26.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:26 smithi071 ceph-mon[112785]: pgmap v2529: 93 pgs: 1 remapped+peering, 92 active+clean; 582 KiB data, 7.0 GiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 objects/s recovering 2024-09-13T15:12:26.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:26 smithi071 ceph-mon[112785]: osdmap e1498: 8 total, 8 up, 8 in 2024-09-13T15:12:26.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:26 smithi104 ceph-mon[105578]: pgmap v2529: 93 pgs: 1 remapped+peering, 92 active+clean; 582 KiB data, 7.0 GiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 objects/s recovering 2024-09-13T15:12:26.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:26 smithi104 ceph-mon[105578]: osdmap e1498: 8 total, 8 up, 8 in 2024-09-13T15:12:27.734 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:27 smithi071 ceph-mon[107477]: osdmap e1499: 8 total, 8 up, 8 in 2024-09-13T15:12:27.735 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:27 smithi071 ceph-mon[112785]: osdmap e1499: 8 total, 8 up, 8 in 2024-09-13T15:12:27.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:27 smithi104 ceph-mon[105578]: osdmap e1499: 8 total, 8 up, 8 in 2024-09-13T15:12:27.958 INFO:teuthology.orchestra.run.smithi071.stdout:mon.a: {} 2024-09-13T15:12:27.959 INFO:teuthology.orchestra.run.smithi071.stdout:mon.b: {} 2024-09-13T15:12:27.959 INFO:teuthology.orchestra.run.smithi071.stderr:mon.a: mon_osd_down_out_interval = '' (not observed, change may require restart) 2024-09-13T15:12:27.959 INFO:teuthology.orchestra.run.smithi071.stderr:mon.b: mon_osd_down_out_interval = '' (not observed, change may require restart) 2024-09-13T15:12:27.964 INFO:teuthology.orchestra.run.smithi071.stdout:mon.c: {} 2024-09-13T15:12:27.964 INFO:teuthology.orchestra.run.smithi071.stderr:mon.c: mon_osd_down_out_interval = '' (not observed, change may require restart) 2024-09-13T15:12:28.657 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd reweight 0 1 2024-09-13T15:12:28.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:28 smithi071 ceph-mon[107477]: pgmap v2532: 93 pgs: 3 active+undersized+remapped, 4 remapped+peering, 86 active+clean; 582 KiB data, 7.0 GiB used, 619 GiB / 626 GiB avail; 1.2 KiB/s, 1 objects/s recovering 2024-09-13T15:12:28.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:28 smithi071 ceph-mon[107477]: osdmap e1500: 8 total, 8 up, 8 in 2024-09-13T15:12:28.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:28 smithi071 ceph-mon[107477]: 1.d scrub starts 2024-09-13T15:12:28.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:28 smithi071 ceph-mon[107477]: 1.d scrub ok 2024-09-13T15:12:28.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:28 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2635870264' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-13T15:12:28.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:28 smithi071 ceph-mon[112785]: pgmap v2532: 93 pgs: 3 active+undersized+remapped, 4 remapped+peering, 86 active+clean; 582 KiB data, 7.0 GiB used, 619 GiB / 626 GiB avail; 1.2 KiB/s, 1 objects/s recovering 2024-09-13T15:12:28.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:28 smithi071 ceph-mon[112785]: osdmap e1500: 8 total, 8 up, 8 in 2024-09-13T15:12:28.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:28 smithi071 ceph-mon[112785]: 1.d scrub starts 2024-09-13T15:12:28.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:28 smithi071 ceph-mon[112785]: 1.d scrub ok 2024-09-13T15:12:28.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:28 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2635870264' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-13T15:12:28.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:28 smithi104 ceph-mon[105578]: pgmap v2532: 93 pgs: 3 active+undersized+remapped, 4 remapped+peering, 86 active+clean; 582 KiB data, 7.0 GiB used, 619 GiB / 626 GiB avail; 1.2 KiB/s, 1 objects/s recovering 2024-09-13T15:12:28.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:28 smithi104 ceph-mon[105578]: osdmap e1500: 8 total, 8 up, 8 in 2024-09-13T15:12:28.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:28 smithi104 ceph-mon[105578]: 1.d scrub starts 2024-09-13T15:12:28.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:28 smithi104 ceph-mon[105578]: 1.d scrub ok 2024-09-13T15:12:28.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:28 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2635870264' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-13T15:12:29.687 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T15:12:29.688 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T15:12:29.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:29 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:12:29.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:29 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:12:29.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:29 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:12:30.409 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.3 dump_blocked_ops 2024-09-13T15:12:30.457 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:12:30.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:30 smithi104 ceph-mon[105578]: pgmap v2534: 93 pgs: 5 peering, 3 active+undersized+remapped, 2 remapped+peering, 83 active+clean; 582 KiB data, 7.3 GiB used, 708 GiB / 715 GiB avail; 1.0 KiB/s, 1 objects/s recovering 2024-09-13T15:12:30.972 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:30 smithi071 ceph-mon[107477]: pgmap v2534: 93 pgs: 5 peering, 3 active+undersized+remapped, 2 remapped+peering, 83 active+clean; 582 KiB data, 7.3 GiB used, 708 GiB / 715 GiB avail; 1.0 KiB/s, 1 objects/s recovering 2024-09-13T15:12:30.972 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:30 smithi071 ceph-mon[112785]: pgmap v2534: 93 pgs: 5 peering, 3 active+undersized+remapped, 2 remapped+peering, 83 active+clean; 582 KiB data, 7.3 GiB used, 708 GiB / 715 GiB avail; 1.0 KiB/s, 1 objects/s recovering 2024-09-13T15:12:31.282 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:12:32.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:32 smithi071 ceph-mon[107477]: pgmap v2535: 93 pgs: 5 peering, 3 active+undersized+remapped, 85 active+clean; 582 KiB data, 7.3 GiB used, 708 GiB / 715 GiB avail; 792 B/s, 0 objects/s recovering 2024-09-13T15:12:32.892 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:12:32 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:12:32] "GET /metrics HTTP/1.1" 200 34305 "" "Prometheus/2.51.0" 2024-09-13T15:12:32.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:32 smithi071 ceph-mon[112785]: pgmap v2535: 93 pgs: 5 peering, 3 active+undersized+remapped, 85 active+clean; 582 KiB data, 7.3 GiB used, 708 GiB / 715 GiB avail; 792 B/s, 0 objects/s recovering 2024-09-13T15:12:32.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:32 smithi104 ceph-mon[105578]: pgmap v2535: 93 pgs: 5 peering, 3 active+undersized+remapped, 85 active+clean; 582 KiB data, 7.3 GiB used, 708 GiB / 715 GiB avail; 792 B/s, 0 objects/s recovering 2024-09-13T15:12:34.077 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T15:12:34.077 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T15:12:34.658 INFO:teuthology.orchestra.run.smithi071.stderr:reweighted osd.0 to 1 (10000) 2024-09-13T15:12:34.674 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:34 smithi071 ceph-mon[107477]: pgmap v2536: 93 pgs: 93 active+clean; 582 KiB data, 7.3 GiB used, 708 GiB / 715 GiB avail; 631 B/s, 0 objects/s recovering 2024-09-13T15:12:34.674 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:34 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3712953576' entity='client.admin' cmd={"prefix": "osd reweight", "id": 0, "weight": 1.0} : dispatch 2024-09-13T15:12:34.675 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:34 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd reweight", "id": 0, "weight": 1.0} : dispatch 2024-09-13T15:12:34.675 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:34 smithi071 ceph-mon[112785]: pgmap v2536: 93 pgs: 93 active+clean; 582 KiB data, 7.3 GiB used, 708 GiB / 715 GiB avail; 631 B/s, 0 objects/s recovering 2024-09-13T15:12:34.675 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:34 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3712953576' entity='client.admin' cmd={"prefix": "osd reweight", "id": 0, "weight": 1.0} : dispatch 2024-09-13T15:12:34.675 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:34 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd reweight", "id": 0, "weight": 1.0} : dispatch 2024-09-13T15:12:34.747 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.3 dump_historic_ops 2024-09-13T15:12:34.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:34 smithi104 ceph-mon[105578]: pgmap v2536: 93 pgs: 93 active+clean; 582 KiB data, 7.3 GiB used, 708 GiB / 715 GiB avail; 631 B/s, 0 objects/s recovering 2024-09-13T15:12:34.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:34 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3712953576' entity='client.admin' cmd={"prefix": "osd reweight", "id": 0, "weight": 1.0} : dispatch 2024-09-13T15:12:34.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:34 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd reweight", "id": 0, "weight": 1.0} : dispatch 2024-09-13T15:12:35.375 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd primary-affinity 0 1 2024-09-13T15:12:35.483 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:12:35.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:35 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 0, "weight": 1.0}]': finished 2024-09-13T15:12:35.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:35 smithi071 ceph-mon[107477]: osdmap e1501: 8 total, 8 up, 8 in 2024-09-13T15:12:35.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:35 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 0, "weight": 1.0}]': finished 2024-09-13T15:12:35.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:35 smithi071 ceph-mon[112785]: osdmap e1501: 8 total, 8 up, 8 in 2024-09-13T15:12:35.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:35 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 0, "weight": 1.0}]': finished 2024-09-13T15:12:35.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:35 smithi104 ceph-mon[105578]: osdmap e1501: 8 total, 8 up, 8 in 2024-09-13T15:12:36.310 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:12:36.678 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:36 smithi071 ceph-mon[107477]: pgmap v2538: 93 pgs: 2 peering, 91 active+clean; 582 KiB data, 7.3 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:12:36.679 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:36 smithi071 ceph-mon[107477]: osdmap e1502: 8 total, 8 up, 8 in 2024-09-13T15:12:36.679 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:36 smithi071 ceph-mon[112785]: pgmap v2538: 93 pgs: 2 peering, 91 active+clean; 582 KiB data, 7.3 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:12:36.679 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:36 smithi071 ceph-mon[112785]: osdmap e1502: 8 total, 8 up, 8 in 2024-09-13T15:12:36.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:36 smithi104 ceph-mon[105578]: pgmap v2538: 93 pgs: 2 peering, 91 active+clean; 582 KiB data, 7.3 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:12:36.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:36 smithi104 ceph-mon[105578]: osdmap e1502: 8 total, 8 up, 8 in 2024-09-13T15:12:37.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:37 smithi071 ceph-mon[107477]: Health check failed: Reduced data availability: 2 pgs inactive, 2 pgs peering (PG_AVAILABILITY) 2024-09-13T15:12:37.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:37 smithi071 ceph-mon[112785]: Health check failed: Reduced data availability: 2 pgs inactive, 2 pgs peering (PG_AVAILABILITY) 2024-09-13T15:12:38.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:37 smithi104 ceph-mon[105578]: Health check failed: Reduced data availability: 2 pgs inactive, 2 pgs peering (PG_AVAILABILITY) 2024-09-13T15:12:38.692 INFO:teuthology.orchestra.run.smithi071.stdout:ERROR: (22) Invalid argument 2024-09-13T15:12:38.693 INFO:teuthology.orchestra.run.smithi071.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T15:12:38.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:38 smithi071 ceph-mon[107477]: pgmap v2540: 93 pgs: 7 peering, 86 active+clean; 582 KiB data, 7.3 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:12:38.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:38 smithi071 ceph-mon[112785]: pgmap v2540: 93 pgs: 7 peering, 86 active+clean; 582 KiB data, 7.3 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:12:39.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:38 smithi104 ceph-mon[105578]: pgmap v2540: 93 pgs: 7 peering, 86 active+clean; 582 KiB data, 7.3 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:12:39.389 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.4 dump_ops_in_flight 2024-09-13T15:12:39.602 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T15:12:40.722 INFO:teuthology.orchestra.run.smithi071.stderr:set osd.0 primary-affinity to 1 (8655362) 2024-09-13T15:12:41.021 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:40 smithi104 ceph-mon[105578]: pgmap v2541: 93 pgs: 7 peering, 86 active+clean; 582 KiB data, 7.3 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:12:41.022 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:40 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2488196438' entity='client.admin' cmd={"prefix": "osd primary-affinity", "id": 0, "weight": 1.0} : dispatch 2024-09-13T15:12:41.022 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:40 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd primary-affinity", "id": 0, "weight": 1.0} : dispatch 2024-09-13T15:12:41.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:40 smithi071 ceph-mon[107477]: pgmap v2541: 93 pgs: 7 peering, 86 active+clean; 582 KiB data, 7.3 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:12:41.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:40 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2488196438' entity='client.admin' cmd={"prefix": "osd primary-affinity", "id": 0, "weight": 1.0} : dispatch 2024-09-13T15:12:41.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:40 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd primary-affinity", "id": 0, "weight": 1.0} : dispatch 2024-09-13T15:12:41.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:40 smithi071 ceph-mon[112785]: pgmap v2541: 93 pgs: 7 peering, 86 active+clean; 582 KiB data, 7.3 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:12:41.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:40 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2488196438' entity='client.admin' cmd={"prefix": "osd primary-affinity", "id": 0, "weight": 1.0} : dispatch 2024-09-13T15:12:41.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:40 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd primary-affinity", "id": 0, "weight": 1.0} : dispatch 2024-09-13T15:12:41.347 INFO:teuthology.orchestra.run.smithi104.stdout:ERROR: (22) Invalid argument 2024-09-13T15:12:41.347 INFO:teuthology.orchestra.run.smithi104.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T15:12:41.453 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd reweight 1 1 2024-09-13T15:12:41.653 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:12:41.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:41 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd primary-affinity", "id": 0, "weight": 1.0}]': finished 2024-09-13T15:12:41.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:41 smithi104 ceph-mon[105578]: osdmap e1503: 8 total, 8 up, 8 in 2024-09-13T15:12:41.986 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.4 dump_blocked_ops 2024-09-13T15:12:42.066 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:41 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd primary-affinity", "id": 0, "weight": 1.0}]': finished 2024-09-13T15:12:42.066 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:41 smithi071 ceph-mon[107477]: osdmap e1503: 8 total, 8 up, 8 in 2024-09-13T15:12:42.066 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:41 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd primary-affinity", "id": 0, "weight": 1.0}]': finished 2024-09-13T15:12:42.066 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:41 smithi071 ceph-mon[112785]: osdmap e1503: 8 total, 8 up, 8 in 2024-09-13T15:12:42.184 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T15:12:42.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:42 smithi071 ceph-mon[107477]: pgmap v2543: 93 pgs: 93 active+clean; 582 KiB data, 7.3 GiB used, 708 GiB / 715 GiB avail; 0 B/s, 0 objects/s recovering 2024-09-13T15:12:42.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:42 smithi071 ceph-mon[107477]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 2 pgs peering) 2024-09-13T15:12:42.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:42 smithi071 ceph-mon[107477]: Cluster is now healthy 2024-09-13T15:12:42.891 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:12:42 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:12:42] "GET /metrics HTTP/1.1" 200 34305 "" "Prometheus/2.51.0" 2024-09-13T15:12:42.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:42 smithi071 ceph-mon[112785]: pgmap v2543: 93 pgs: 93 active+clean; 582 KiB data, 7.3 GiB used, 708 GiB / 715 GiB avail; 0 B/s, 0 objects/s recovering 2024-09-13T15:12:42.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:42 smithi071 ceph-mon[112785]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 2 pgs peering) 2024-09-13T15:12:42.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:42 smithi071 ceph-mon[112785]: Cluster is now healthy 2024-09-13T15:12:42.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:42 smithi104 ceph-mon[105578]: pgmap v2543: 93 pgs: 93 active+clean; 582 KiB data, 7.3 GiB used, 708 GiB / 715 GiB avail; 0 B/s, 0 objects/s recovering 2024-09-13T15:12:42.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:42 smithi104 ceph-mon[105578]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 2 pgs peering) 2024-09-13T15:12:42.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:42 smithi104 ceph-mon[105578]: Cluster is now healthy 2024-09-13T15:12:43.861 INFO:teuthology.orchestra.run.smithi104.stdout:ERROR: (22) Invalid argument 2024-09-13T15:12:43.861 INFO:teuthology.orchestra.run.smithi104.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T15:12:44.646 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.4 dump_historic_ops 2024-09-13T15:12:44.748 INFO:teuthology.orchestra.run.smithi071.stderr:reweighted osd.1 to 1 (10000) 2024-09-13T15:12:44.850 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T15:12:44.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:44 smithi104 ceph-mon[105578]: pgmap v2544: 93 pgs: 93 active+clean; 582 KiB data, 7.3 GiB used, 708 GiB / 715 GiB avail; 0 B/s, 0 objects/s recovering 2024-09-13T15:12:44.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:44 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/922651110' entity='client.admin' cmd={"prefix": "osd reweight", "id": 1, "weight": 1.0} : dispatch 2024-09-13T15:12:44.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:44 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd reweight", "id": 1, "weight": 1.0} : dispatch 2024-09-13T15:12:44.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:44 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:12:45.128 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:44 smithi071 ceph-mon[107477]: pgmap v2544: 93 pgs: 93 active+clean; 582 KiB data, 7.3 GiB used, 708 GiB / 715 GiB avail; 0 B/s, 0 objects/s recovering 2024-09-13T15:12:45.128 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:44 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/922651110' entity='client.admin' cmd={"prefix": "osd reweight", "id": 1, "weight": 1.0} : dispatch 2024-09-13T15:12:45.128 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:44 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd reweight", "id": 1, "weight": 1.0} : dispatch 2024-09-13T15:12:45.128 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:44 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:12:45.128 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:44 smithi071 ceph-mon[112785]: pgmap v2544: 93 pgs: 93 active+clean; 582 KiB data, 7.3 GiB used, 708 GiB / 715 GiB avail; 0 B/s, 0 objects/s recovering 2024-09-13T15:12:45.128 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:44 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/922651110' entity='client.admin' cmd={"prefix": "osd reweight", "id": 1, "weight": 1.0} : dispatch 2024-09-13T15:12:45.128 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:44 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd reweight", "id": 1, "weight": 1.0} : dispatch 2024-09-13T15:12:45.129 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:44 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:12:45.477 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd primary-affinity 1 1 2024-09-13T15:12:45.674 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:12:45.757 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:45 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 1, "weight": 1.0}]': finished 2024-09-13T15:12:45.757 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:45 smithi071 ceph-mon[107477]: osdmap e1504: 8 total, 8 up, 8 in 2024-09-13T15:12:45.757 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:45 smithi071 ceph-mon[107477]: osdmap e1505: 8 total, 8 up, 8 in 2024-09-13T15:12:46.116 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:45 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 1, "weight": 1.0}]': finished 2024-09-13T15:12:46.116 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:45 smithi104 ceph-mon[105578]: osdmap e1504: 8 total, 8 up, 8 in 2024-09-13T15:12:46.116 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:45 smithi104 ceph-mon[105578]: osdmap e1505: 8 total, 8 up, 8 in 2024-09-13T15:12:46.124 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:45 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 1, "weight": 1.0}]': finished 2024-09-13T15:12:46.124 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:45 smithi071 ceph-mon[112785]: osdmap e1504: 8 total, 8 up, 8 in 2024-09-13T15:12:46.124 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:45 smithi071 ceph-mon[112785]: osdmap e1505: 8 total, 8 up, 8 in 2024-09-13T15:12:46.458 INFO:teuthology.orchestra.run.smithi104.stdout:ERROR: (22) Invalid argument 2024-09-13T15:12:46.458 INFO:teuthology.orchestra.run.smithi104.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T15:12:46.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:46 smithi071 ceph-mon[107477]: pgmap v2546: 93 pgs: 3 peering, 90 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 75 B/s, 1 objects/s recovering 2024-09-13T15:12:46.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:46 smithi071 ceph-mon[107477]: osdmap e1506: 8 total, 8 up, 8 in 2024-09-13T15:12:46.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:46 smithi071 ceph-mon[112785]: pgmap v2546: 93 pgs: 3 peering, 90 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 75 B/s, 1 objects/s recovering 2024-09-13T15:12:46.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:46 smithi071 ceph-mon[112785]: osdmap e1506: 8 total, 8 up, 8 in 2024-09-13T15:12:47.079 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:46 smithi104 ceph-mon[105578]: pgmap v2546: 93 pgs: 3 peering, 90 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 75 B/s, 1 objects/s recovering 2024-09-13T15:12:47.079 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:46 smithi104 ceph-mon[105578]: osdmap e1506: 8 total, 8 up, 8 in 2024-09-13T15:12:47.101 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.5 dump_ops_in_flight 2024-09-13T15:12:47.305 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T15:12:47.741 INFO:teuthology.orchestra.run.smithi071.stderr:set osd.1 primary-affinity to 1 (8655362) 2024-09-13T15:12:48.128 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:47 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1681256131' entity='client.admin' cmd={"prefix": "osd primary-affinity", "id": 1, "weight": 1.0} : dispatch 2024-09-13T15:12:48.128 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:47 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1681256131' entity='client.admin' cmd='[{"prefix": "osd primary-affinity", "id": 1, "weight": 1.0}]': finished 2024-09-13T15:12:48.128 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:47 smithi071 ceph-mon[107477]: osdmap e1507: 8 total, 8 up, 8 in 2024-09-13T15:12:48.128 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:47 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1681256131' entity='client.admin' cmd={"prefix": "osd primary-affinity", "id": 1, "weight": 1.0} : dispatch 2024-09-13T15:12:48.129 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:47 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1681256131' entity='client.admin' cmd='[{"prefix": "osd primary-affinity", "id": 1, "weight": 1.0}]': finished 2024-09-13T15:12:48.129 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:47 smithi071 ceph-mon[112785]: osdmap e1507: 8 total, 8 up, 8 in 2024-09-13T15:12:48.169 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:47 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1681256131' entity='client.admin' cmd={"prefix": "osd primary-affinity", "id": 1, "weight": 1.0} : dispatch 2024-09-13T15:12:48.170 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:47 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1681256131' entity='client.admin' cmd='[{"prefix": "osd primary-affinity", "id": 1, "weight": 1.0}]': finished 2024-09-13T15:12:48.170 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:47 smithi104 ceph-mon[105578]: osdmap e1507: 8 total, 8 up, 8 in 2024-09-13T15:12:48.574 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd reweight 2 1 2024-09-13T15:12:48.783 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:12:48.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:48 smithi071 ceph-mon[107477]: pgmap v2549: 93 pgs: 1 remapped+peering, 11 peering, 81 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 0 B/s, 0 objects/s recovering 2024-09-13T15:12:48.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:48 smithi071 ceph-mon[107477]: osdmap e1508: 8 total, 8 up, 8 in 2024-09-13T15:12:48.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:48 smithi071 ceph-mon[112785]: pgmap v2549: 93 pgs: 1 remapped+peering, 11 peering, 81 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 0 B/s, 0 objects/s recovering 2024-09-13T15:12:48.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:48 smithi071 ceph-mon[112785]: osdmap e1508: 8 total, 8 up, 8 in 2024-09-13T15:12:48.981 INFO:teuthology.orchestra.run.smithi104.stdout:ERROR: (22) Invalid argument 2024-09-13T15:12:48.981 INFO:teuthology.orchestra.run.smithi104.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T15:12:49.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:48 smithi104 ceph-mon[105578]: pgmap v2549: 93 pgs: 1 remapped+peering, 11 peering, 81 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 0 B/s, 0 objects/s recovering 2024-09-13T15:12:49.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:48 smithi104 ceph-mon[105578]: osdmap e1508: 8 total, 8 up, 8 in 2024-09-13T15:12:49.624 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.5 dump_blocked_ops 2024-09-13T15:12:49.822 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T15:12:50.772 INFO:teuthology.orchestra.run.smithi071.stderr:reweighted osd.2 to 1 (10000) 2024-09-13T15:12:51.084 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:50 smithi104 ceph-mon[105578]: pgmap v2552: 93 pgs: 1 remapped+peering, 2 activating, 8 peering, 82 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 0 B/s, 0 objects/s recovering 2024-09-13T15:12:51.084 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:50 smithi104 ceph-mon[105578]: 1.3 scrub starts 2024-09-13T15:12:51.084 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:50 smithi104 ceph-mon[105578]: 1.3 scrub ok 2024-09-13T15:12:51.084 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:50 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1000089348' entity='client.admin' cmd={"prefix": "osd reweight", "id": 2, "weight": 1.0} : dispatch 2024-09-13T15:12:51.084 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:50 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd reweight", "id": 2, "weight": 1.0} : dispatch 2024-09-13T15:12:51.135 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:50 smithi071 ceph-mon[107477]: pgmap v2552: 93 pgs: 1 remapped+peering, 2 activating, 8 peering, 82 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 0 B/s, 0 objects/s recovering 2024-09-13T15:12:51.135 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:50 smithi071 ceph-mon[107477]: 1.3 scrub starts 2024-09-13T15:12:51.135 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:50 smithi071 ceph-mon[107477]: 1.3 scrub ok 2024-09-13T15:12:51.135 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:50 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1000089348' entity='client.admin' cmd={"prefix": "osd reweight", "id": 2, "weight": 1.0} : dispatch 2024-09-13T15:12:51.135 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:50 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd reweight", "id": 2, "weight": 1.0} : dispatch 2024-09-13T15:12:51.135 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:50 smithi071 ceph-mon[112785]: pgmap v2552: 93 pgs: 1 remapped+peering, 2 activating, 8 peering, 82 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 0 B/s, 0 objects/s recovering 2024-09-13T15:12:51.135 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:50 smithi071 ceph-mon[112785]: 1.3 scrub starts 2024-09-13T15:12:51.135 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:50 smithi071 ceph-mon[112785]: 1.3 scrub ok 2024-09-13T15:12:51.136 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:50 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1000089348' entity='client.admin' cmd={"prefix": "osd reweight", "id": 2, "weight": 1.0} : dispatch 2024-09-13T15:12:51.136 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:50 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd reweight", "id": 2, "weight": 1.0} : dispatch 2024-09-13T15:12:51.567 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd primary-affinity 2 1 2024-09-13T15:12:51.595 INFO:teuthology.orchestra.run.smithi104.stdout:ERROR: (22) Invalid argument 2024-09-13T15:12:51.595 INFO:teuthology.orchestra.run.smithi104.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T15:12:51.764 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:12:51.887 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:51 smithi071 ceph-mon[107477]: 1.13 scrub starts 2024-09-13T15:12:51.887 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:51 smithi071 ceph-mon[107477]: 1.13 scrub ok 2024-09-13T15:12:51.888 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:51 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 2, "weight": 1.0}]': finished 2024-09-13T15:12:51.888 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:51 smithi071 ceph-mon[107477]: osdmap e1509: 8 total, 8 up, 8 in 2024-09-13T15:12:51.888 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:51 smithi071 ceph-mon[112785]: 1.13 scrub starts 2024-09-13T15:12:51.888 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:51 smithi071 ceph-mon[112785]: 1.13 scrub ok 2024-09-13T15:12:51.889 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:51 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 2, "weight": 1.0}]': finished 2024-09-13T15:12:51.889 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:51 smithi071 ceph-mon[112785]: osdmap e1509: 8 total, 8 up, 8 in 2024-09-13T15:12:52.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:51 smithi104 ceph-mon[105578]: 1.13 scrub starts 2024-09-13T15:12:52.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:51 smithi104 ceph-mon[105578]: 1.13 scrub ok 2024-09-13T15:12:52.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:51 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 2, "weight": 1.0}]': finished 2024-09-13T15:12:52.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:51 smithi104 ceph-mon[105578]: osdmap e1509: 8 total, 8 up, 8 in 2024-09-13T15:12:52.263 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.5 dump_historic_ops 2024-09-13T15:12:52.462 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T15:12:52.835 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:52 smithi104 ceph-mon[105578]: pgmap v2554: 93 pgs: 1 remapped+peering, 2 activating, 90 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 0 B/s, 0 objects/s recovering 2024-09-13T15:12:52.835 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:52 smithi104 ceph-mon[105578]: 1.b scrub starts 2024-09-13T15:12:52.836 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:52 smithi104 ceph-mon[105578]: 1.b scrub ok 2024-09-13T15:12:53.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:52 smithi071 ceph-mon[107477]: pgmap v2554: 93 pgs: 1 remapped+peering, 2 activating, 90 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 0 B/s, 0 objects/s recovering 2024-09-13T15:12:53.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:52 smithi071 ceph-mon[107477]: 1.b scrub starts 2024-09-13T15:12:53.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:52 smithi071 ceph-mon[107477]: 1.b scrub ok 2024-09-13T15:12:53.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:52 smithi071 ceph-mon[112785]: pgmap v2554: 93 pgs: 1 remapped+peering, 2 activating, 90 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 0 B/s, 0 objects/s recovering 2024-09-13T15:12:53.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:52 smithi071 ceph-mon[112785]: 1.b scrub starts 2024-09-13T15:12:53.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:52 smithi071 ceph-mon[112785]: 1.b scrub ok 2024-09-13T15:12:53.094 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:12:52 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:12:52] "GET /metrics HTTP/1.1" 200 34287 "" "Prometheus/2.51.0" 2024-09-13T15:12:54.107 INFO:teuthology.orchestra.run.smithi104.stdout:ERROR: (22) Invalid argument 2024-09-13T15:12:54.107 INFO:teuthology.orchestra.run.smithi104.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T15:12:54.702 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.6 dump_ops_in_flight 2024-09-13T15:12:54.782 INFO:teuthology.orchestra.run.smithi071.stderr:set osd.2 primary-affinity to 1 (8655362) 2024-09-13T15:12:54.905 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T15:12:55.027 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:54 smithi104 ceph-mon[105578]: pgmap v2555: 93 pgs: 2 activating, 91 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 0 B/s, 0 objects/s recovering 2024-09-13T15:12:55.027 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:54 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/374059085' entity='client.admin' cmd={"prefix": "osd primary-affinity", "id": 2, "weight": 1.0} : dispatch 2024-09-13T15:12:55.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:54 smithi071 ceph-mon[107477]: pgmap v2555: 93 pgs: 2 activating, 91 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 0 B/s, 0 objects/s recovering 2024-09-13T15:12:55.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:54 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/374059085' entity='client.admin' cmd={"prefix": "osd primary-affinity", "id": 2, "weight": 1.0} : dispatch 2024-09-13T15:12:55.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:54 smithi071 ceph-mon[112785]: pgmap v2555: 93 pgs: 2 activating, 91 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 0 B/s, 0 objects/s recovering 2024-09-13T15:12:55.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:54 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/374059085' entity='client.admin' cmd={"prefix": "osd primary-affinity", "id": 2, "weight": 1.0} : dispatch 2024-09-13T15:12:55.469 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd reweight 3 1 2024-09-13T15:12:55.673 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:12:56.088 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:55 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/374059085' entity='client.admin' cmd='[{"prefix": "osd primary-affinity", "id": 2, "weight": 1.0}]': finished 2024-09-13T15:12:56.088 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:55 smithi071 ceph-mon[107477]: osdmap e1510: 8 total, 8 up, 8 in 2024-09-13T15:12:56.088 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:55 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/374059085' entity='client.admin' cmd='[{"prefix": "osd primary-affinity", "id": 2, "weight": 1.0}]': finished 2024-09-13T15:12:56.088 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:55 smithi071 ceph-mon[112785]: osdmap e1510: 8 total, 8 up, 8 in 2024-09-13T15:12:56.128 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:55 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/374059085' entity='client.admin' cmd='[{"prefix": "osd primary-affinity", "id": 2, "weight": 1.0}]': finished 2024-09-13T15:12:56.128 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:55 smithi104 ceph-mon[105578]: osdmap e1510: 8 total, 8 up, 8 in 2024-09-13T15:12:56.665 INFO:teuthology.orchestra.run.smithi104.stdout:ERROR: (22) Invalid argument 2024-09-13T15:12:56.665 INFO:teuthology.orchestra.run.smithi104.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T15:12:56.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:56 smithi104 ceph-mon[105578]: pgmap v2557: 93 pgs: 93 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 0 B/s, 0 objects/s recovering 2024-09-13T15:12:57.051 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:56 smithi071 ceph-mon[107477]: pgmap v2557: 93 pgs: 93 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 0 B/s, 0 objects/s recovering 2024-09-13T15:12:57.051 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:56 smithi071 ceph-mon[112785]: pgmap v2557: 93 pgs: 93 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 0 B/s, 0 objects/s recovering 2024-09-13T15:12:57.223 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.6 dump_blocked_ops 2024-09-13T15:12:57.421 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T15:12:57.806 INFO:teuthology.orchestra.run.smithi071.stderr:reweighted osd.3 to 1 (10000) 2024-09-13T15:12:58.115 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:57 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3503204990' entity='client.admin' cmd={"prefix": "osd reweight", "id": 3, "weight": 1.0} : dispatch 2024-09-13T15:12:58.115 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:57 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd reweight", "id": 3, "weight": 1.0} : dispatch 2024-09-13T15:12:58.115 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:57 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3503204990' entity='client.admin' cmd={"prefix": "osd reweight", "id": 3, "weight": 1.0} : dispatch 2024-09-13T15:12:58.116 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:57 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd reweight", "id": 3, "weight": 1.0} : dispatch 2024-09-13T15:12:58.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:57 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3503204990' entity='client.admin' cmd={"prefix": "osd reweight", "id": 3, "weight": 1.0} : dispatch 2024-09-13T15:12:58.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:57 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd reweight", "id": 3, "weight": 1.0} : dispatch 2024-09-13T15:12:58.538 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd primary-affinity 3 1 2024-09-13T15:12:58.733 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:12:59.004 INFO:teuthology.orchestra.run.smithi104.stdout:ERROR: (22) Invalid argument 2024-09-13T15:12:59.004 INFO:teuthology.orchestra.run.smithi104.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T15:12:59.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:58 smithi071 ceph-mon[107477]: pgmap v2558: 93 pgs: 93 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 0 B/s, 0 objects/s recovering 2024-09-13T15:12:59.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:58 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 3, "weight": 1.0}]': finished 2024-09-13T15:12:59.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:58 smithi071 ceph-mon[107477]: osdmap e1511: 8 total, 8 up, 8 in 2024-09-13T15:12:59.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:12:58 smithi071 ceph-mon[107477]: osdmap e1512: 8 total, 8 up, 8 in 2024-09-13T15:12:59.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:58 smithi071 ceph-mon[112785]: pgmap v2558: 93 pgs: 93 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 0 B/s, 0 objects/s recovering 2024-09-13T15:12:59.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:58 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 3, "weight": 1.0}]': finished 2024-09-13T15:12:59.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:58 smithi071 ceph-mon[112785]: osdmap e1511: 8 total, 8 up, 8 in 2024-09-13T15:12:59.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:12:58 smithi071 ceph-mon[112785]: osdmap e1512: 8 total, 8 up, 8 in 2024-09-13T15:12:59.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:58 smithi104 ceph-mon[105578]: pgmap v2558: 93 pgs: 93 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 0 B/s, 0 objects/s recovering 2024-09-13T15:12:59.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:58 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 3, "weight": 1.0}]': finished 2024-09-13T15:12:59.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:58 smithi104 ceph-mon[105578]: osdmap e1511: 8 total, 8 up, 8 in 2024-09-13T15:12:59.173 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:12:58 smithi104 ceph-mon[105578]: osdmap e1512: 8 total, 8 up, 8 in 2024-09-13T15:12:59.654 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.6 dump_historic_ops 2024-09-13T15:12:59.853 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T15:13:00.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:00 smithi071 ceph-mon[107477]: pgmap v2561: 93 pgs: 1 remapped+peering, 92 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:00.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:00 smithi071 ceph-mon[107477]: osdmap e1513: 8 total, 8 up, 8 in 2024-09-13T15:13:00.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:00 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:13:00.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:00 smithi071 ceph-mon[112785]: pgmap v2561: 93 pgs: 1 remapped+peering, 92 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:00.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:00 smithi071 ceph-mon[112785]: osdmap e1513: 8 total, 8 up, 8 in 2024-09-13T15:13:00.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:00 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:13:00.812 INFO:teuthology.orchestra.run.smithi071.stderr:set osd.3 primary-affinity to 1 (8655362) 2024-09-13T15:13:00.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:00 smithi104 ceph-mon[105578]: pgmap v2561: 93 pgs: 1 remapped+peering, 92 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:00.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:00 smithi104 ceph-mon[105578]: osdmap e1513: 8 total, 8 up, 8 in 2024-09-13T15:13:00.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:00 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:13:01.484 INFO:teuthology.orchestra.run.smithi104.stdout:ERROR: (22) Invalid argument 2024-09-13T15:13:01.485 INFO:teuthology.orchestra.run.smithi104.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T15:13:01.647 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd reweight 4 1 2024-09-13T15:13:01.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:01 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/913971412' entity='client.admin' cmd={"prefix": "osd primary-affinity", "id": 3, "weight": 1.0} : dispatch 2024-09-13T15:13:01.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:01 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd primary-affinity", "id": 3, "weight": 1.0} : dispatch 2024-09-13T15:13:01.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:01 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd primary-affinity", "id": 3, "weight": 1.0}]': finished 2024-09-13T15:13:01.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:01 smithi104 ceph-mon[105578]: osdmap e1514: 8 total, 8 up, 8 in 2024-09-13T15:13:01.849 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:13:01.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:01 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/913971412' entity='client.admin' cmd={"prefix": "osd primary-affinity", "id": 3, "weight": 1.0} : dispatch 2024-09-13T15:13:01.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:01 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd primary-affinity", "id": 3, "weight": 1.0} : dispatch 2024-09-13T15:13:01.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:01 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd primary-affinity", "id": 3, "weight": 1.0}]': finished 2024-09-13T15:13:01.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:01 smithi071 ceph-mon[112785]: osdmap e1514: 8 total, 8 up, 8 in 2024-09-13T15:13:01.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:01 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/913971412' entity='client.admin' cmd={"prefix": "osd primary-affinity", "id": 3, "weight": 1.0} : dispatch 2024-09-13T15:13:01.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:01 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd primary-affinity", "id": 3, "weight": 1.0} : dispatch 2024-09-13T15:13:01.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:01 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd primary-affinity", "id": 3, "weight": 1.0}]': finished 2024-09-13T15:13:01.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:01 smithi071 ceph-mon[107477]: osdmap e1514: 8 total, 8 up, 8 in 2024-09-13T15:13:02.381 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.7 dump_ops_in_flight 2024-09-13T15:13:02.585 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T15:13:03.025 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:02 smithi104 ceph-mon[105578]: pgmap v2564: 93 pgs: 2 active+undersized+remapped, 1 remapped+peering, 90 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:03.026 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:02 smithi104 ceph-mon[105578]: osdmap e1515: 8 total, 8 up, 8 in 2024-09-13T15:13:03.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:02 smithi071 ceph-mon[107477]: pgmap v2564: 93 pgs: 2 active+undersized+remapped, 1 remapped+peering, 90 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:03.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:02 smithi071 ceph-mon[107477]: osdmap e1515: 8 total, 8 up, 8 in 2024-09-13T15:13:03.142 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:13:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:13:02] "GET /metrics HTTP/1.1" 200 34266 "" "Prometheus/2.51.0" 2024-09-13T15:13:03.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:02 smithi071 ceph-mon[112785]: pgmap v2564: 93 pgs: 2 active+undersized+remapped, 1 remapped+peering, 90 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:03.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:02 smithi071 ceph-mon[112785]: osdmap e1515: 8 total, 8 up, 8 in 2024-09-13T15:13:04.193 INFO:teuthology.orchestra.run.smithi104.stdout:ERROR: (22) Invalid argument 2024-09-13T15:13:04.193 INFO:teuthology.orchestra.run.smithi104.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T15:13:04.825 INFO:teuthology.orchestra.run.smithi071.stderr:reweighted osd.4 to 1 (10000) 2024-09-13T15:13:04.826 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.7 dump_blocked_ops 2024-09-13T15:13:05.023 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T15:13:05.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:04 smithi071 ceph-mon[107477]: pgmap v2566: 93 pgs: 2 active+undersized+remapped, 1 remapped+peering, 90 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:05.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:04 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1332093328' entity='client.admin' cmd={"prefix": "osd reweight", "id": 4, "weight": 1.0} : dispatch 2024-09-13T15:13:05.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:04 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd reweight", "id": 4, "weight": 1.0} : dispatch 2024-09-13T15:13:05.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:04 smithi071 ceph-mon[112785]: pgmap v2566: 93 pgs: 2 active+undersized+remapped, 1 remapped+peering, 90 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:05.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:04 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1332093328' entity='client.admin' cmd={"prefix": "osd reweight", "id": 4, "weight": 1.0} : dispatch 2024-09-13T15:13:05.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:04 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd reweight", "id": 4, "weight": 1.0} : dispatch 2024-09-13T15:13:05.143 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:04 smithi104 ceph-mon[105578]: pgmap v2566: 93 pgs: 2 active+undersized+remapped, 1 remapped+peering, 90 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:05.144 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:04 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1332093328' entity='client.admin' cmd={"prefix": "osd reweight", "id": 4, "weight": 1.0} : dispatch 2024-09-13T15:13:05.144 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:04 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd reweight", "id": 4, "weight": 1.0} : dispatch 2024-09-13T15:13:05.707 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd primary-affinity 4 1 2024-09-13T15:13:05.909 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:13:06.029 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:05 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 4, "weight": 1.0}]': finished 2024-09-13T15:13:06.029 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:05 smithi071 ceph-mon[107477]: osdmap e1516: 8 total, 8 up, 8 in 2024-09-13T15:13:06.029 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:05 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 4, "weight": 1.0}]': finished 2024-09-13T15:13:06.029 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:05 smithi071 ceph-mon[112785]: osdmap e1516: 8 total, 8 up, 8 in 2024-09-13T15:13:06.120 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:05 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 4, "weight": 1.0}]': finished 2024-09-13T15:13:06.120 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:05 smithi104 ceph-mon[105578]: osdmap e1516: 8 total, 8 up, 8 in 2024-09-13T15:13:06.615 INFO:teuthology.orchestra.run.smithi104.stdout:ERROR: (22) Invalid argument 2024-09-13T15:13:06.615 INFO:teuthology.orchestra.run.smithi104.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T15:13:07.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:06 smithi071 ceph-mon[107477]: pgmap v2568: 93 pgs: 2 active+undersized+remapped, 91 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:07.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:06 smithi071 ceph-mon[112785]: pgmap v2568: 93 pgs: 2 active+undersized+remapped, 91 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:07.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:06 smithi104 ceph-mon[105578]: pgmap v2568: 93 pgs: 2 active+undersized+remapped, 91 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:07.416 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph daemon osd.7 dump_historic_ops 2024-09-13T15:13:07.612 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T15:13:08.849 INFO:teuthology.orchestra.run.smithi071.stderr:set osd.4 primary-affinity to 1 (8655362) 2024-09-13T15:13:08.978 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:08 smithi104 ceph-mon[105578]: pgmap v2569: 93 pgs: 93 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:08.979 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:08 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1145360528' entity='client.admin' cmd={"prefix": "osd primary-affinity", "id": 4, "weight": 1.0} : dispatch 2024-09-13T15:13:08.979 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:08 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd primary-affinity", "id": 4, "weight": 1.0} : dispatch 2024-09-13T15:13:09.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:08 smithi071 ceph-mon[107477]: pgmap v2569: 93 pgs: 93 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:09.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:08 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1145360528' entity='client.admin' cmd={"prefix": "osd primary-affinity", "id": 4, "weight": 1.0} : dispatch 2024-09-13T15:13:09.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:08 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd primary-affinity", "id": 4, "weight": 1.0} : dispatch 2024-09-13T15:13:09.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:08 smithi071 ceph-mon[112785]: pgmap v2569: 93 pgs: 93 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:09.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:08 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1145360528' entity='client.admin' cmd={"prefix": "osd primary-affinity", "id": 4, "weight": 1.0} : dispatch 2024-09-13T15:13:09.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:08 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd primary-affinity", "id": 4, "weight": 1.0} : dispatch 2024-09-13T15:13:09.213 INFO:teuthology.orchestra.run.smithi104.stdout:ERROR: (22) Invalid argument 2024-09-13T15:13:09.214 INFO:teuthology.orchestra.run.smithi104.stdout:op_tracker tracking is not enabled now, so no ops are tracked currently, even those get stuck. Please enable "osd_enable_op_tracker", and the tracker will start to track new ops received afterwards. 2024-09-13T15:13:09.749 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd reweight 5 1 2024-09-13T15:13:09.954 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:13:10.075 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:09 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd primary-affinity", "id": 4, "weight": 1.0}]': finished 2024-09-13T15:13:10.075 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:09 smithi071 ceph-mon[107477]: osdmap e1517: 8 total, 8 up, 8 in 2024-09-13T15:13:10.075 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:09 smithi071 ceph-mon[107477]: pgmap v2571: 93 pgs: 93 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:10.075 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:09 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd primary-affinity", "id": 4, "weight": 1.0}]': finished 2024-09-13T15:13:10.076 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:09 smithi071 ceph-mon[112785]: osdmap e1517: 8 total, 8 up, 8 in 2024-09-13T15:13:10.076 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:09 smithi071 ceph-mon[112785]: pgmap v2571: 93 pgs: 93 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:10.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:09 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd primary-affinity", "id": 4, "weight": 1.0}]': finished 2024-09-13T15:13:10.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:09 smithi104 ceph-mon[105578]: osdmap e1517: 8 total, 8 up, 8 in 2024-09-13T15:13:10.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:09 smithi104 ceph-mon[105578]: pgmap v2571: 93 pgs: 93 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:10.953 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:10 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T15:13:11.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:10 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T15:13:11.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:10 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T15:13:12.119 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:11 smithi071 ceph-mon[107477]: pgmap v2572: 93 pgs: 93 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:12.119 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:11 smithi071 ceph-mon[112785]: pgmap v2572: 93 pgs: 93 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:12.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:11 smithi104 ceph-mon[105578]: pgmap v2572: 93 pgs: 93 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:12.865 INFO:teuthology.orchestra.run.smithi071.stderr:reweighted osd.5 to 1 (10000) 2024-09-13T15:13:12.960 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:12 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1588073873' entity='client.admin' cmd={"prefix": "osd reweight", "id": 5, "weight": 1.0} : dispatch 2024-09-13T15:13:12.960 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:12 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1588073873' entity='client.admin' cmd={"prefix": "osd reweight", "id": 5, "weight": 1.0} : dispatch 2024-09-13T15:13:12.961 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:13:12 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:13:12] "GET /metrics HTTP/1.1" 200 34266 "" "Prometheus/2.51.0" 2024-09-13T15:13:13.172 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:12 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1588073873' entity='client.admin' cmd={"prefix": "osd reweight", "id": 5, "weight": 1.0} : dispatch 2024-09-13T15:13:13.710 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd primary-affinity 5 1 2024-09-13T15:13:14.006 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:13 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1588073873' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 5, "weight": 1.0}]': finished 2024-09-13T15:13:14.006 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:13 smithi071 ceph-mon[112785]: osdmap e1518: 8 total, 8 up, 8 in 2024-09-13T15:13:14.006 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:13 smithi071 ceph-mon[112785]: pgmap v2574: 93 pgs: 93 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:14.006 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:13 smithi071 ceph-mon[112785]: osdmap e1519: 8 total, 8 up, 8 in 2024-09-13T15:13:14.006 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:13 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1588073873' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 5, "weight": 1.0}]': finished 2024-09-13T15:13:14.007 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:13 smithi071 ceph-mon[107477]: osdmap e1518: 8 total, 8 up, 8 in 2024-09-13T15:13:14.007 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:13 smithi071 ceph-mon[107477]: pgmap v2574: 93 pgs: 93 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:14.007 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:13 smithi071 ceph-mon[107477]: osdmap e1519: 8 total, 8 up, 8 in 2024-09-13T15:13:14.168 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:13 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1588073873' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 5, "weight": 1.0}]': finished 2024-09-13T15:13:14.168 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:13 smithi104 ceph-mon[105578]: osdmap e1518: 8 total, 8 up, 8 in 2024-09-13T15:13:14.169 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:13 smithi104 ceph-mon[105578]: pgmap v2574: 93 pgs: 93 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:14.169 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:13 smithi104 ceph-mon[105578]: osdmap e1519: 8 total, 8 up, 8 in 2024-09-13T15:13:14.276 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:13:15.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:15 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:13:15.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:15 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:13:15.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:15 smithi104 ceph-mon[105578]: osdmap e1520: 8 total, 8 up, 8 in 2024-09-13T15:13:15.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:15 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:13:15.752 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:15 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:13:15.753 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:15 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:13:15.753 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:15 smithi071 ceph-mon[107477]: osdmap e1520: 8 total, 8 up, 8 in 2024-09-13T15:13:15.753 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:15 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:13:15.753 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:15 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:13:15.753 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:15 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:13:15.753 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:15 smithi071 ceph-mon[112785]: osdmap e1520: 8 total, 8 up, 8 in 2024-09-13T15:13:15.753 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:15 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:13:16.842 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:16 smithi104 ceph-mon[105578]: pgmap v2577: 93 pgs: 1 active+undersized+remapped, 1 remapped+peering, 91 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:16.842 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:16 smithi104 ceph-mon[105578]: osdmap e1521: 8 total, 8 up, 8 in 2024-09-13T15:13:16.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:16 smithi071 ceph-mon[107477]: pgmap v2577: 93 pgs: 1 active+undersized+remapped, 1 remapped+peering, 91 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:16.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:16 smithi071 ceph-mon[107477]: osdmap e1521: 8 total, 8 up, 8 in 2024-09-13T15:13:16.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:16 smithi071 ceph-mon[112785]: pgmap v2577: 93 pgs: 1 active+undersized+remapped, 1 remapped+peering, 91 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:16.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:16 smithi071 ceph-mon[112785]: osdmap e1521: 8 total, 8 up, 8 in 2024-09-13T15:13:17.517 INFO:teuthology.orchestra.run.smithi071.stderr:set osd.5 primary-affinity to 1 (8655362) 2024-09-13T15:13:17.797 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:17 smithi104 ceph-mon[105578]: osdmap e1522: 8 total, 8 up, 8 in 2024-09-13T15:13:17.797 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:17 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/542455891' entity='client.admin' cmd={"prefix": "osd primary-affinity", "id": 5, "weight": 1.0} : dispatch 2024-09-13T15:13:17.797 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:17 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd primary-affinity", "id": 5, "weight": 1.0} : dispatch 2024-09-13T15:13:17.797 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:17 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:13:17.797 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:17 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:13:17.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:17 smithi071 ceph-mon[107477]: osdmap e1522: 8 total, 8 up, 8 in 2024-09-13T15:13:17.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:17 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/542455891' entity='client.admin' cmd={"prefix": "osd primary-affinity", "id": 5, "weight": 1.0} : dispatch 2024-09-13T15:13:17.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:17 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd primary-affinity", "id": 5, "weight": 1.0} : dispatch 2024-09-13T15:13:17.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:17 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:13:17.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:17 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:13:17.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:17 smithi071 ceph-mon[112785]: osdmap e1522: 8 total, 8 up, 8 in 2024-09-13T15:13:17.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:17 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/542455891' entity='client.admin' cmd={"prefix": "osd primary-affinity", "id": 5, "weight": 1.0} : dispatch 2024-09-13T15:13:17.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:17 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd primary-affinity", "id": 5, "weight": 1.0} : dispatch 2024-09-13T15:13:17.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:17 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:13:17.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:17 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:13:18.344 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd reweight 6 1 2024-09-13T15:13:18.541 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:13:18.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:18 smithi071 ceph-mon[107477]: pgmap v2580: 93 pgs: 1 peering, 2 active+undersized+remapped, 1 remapped+peering, 89 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 64 KiB/s, 1 objects/s recovering 2024-09-13T15:13:18.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:18 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd primary-affinity", "id": 5, "weight": 1.0}]': finished 2024-09-13T15:13:18.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:18 smithi071 ceph-mon[107477]: osdmap e1523: 8 total, 8 up, 8 in 2024-09-13T15:13:18.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:18 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T15:13:18.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:18 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T15:13:18.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:18 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:13:18.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:18 smithi071 ceph-mon[112785]: pgmap v2580: 93 pgs: 1 peering, 2 active+undersized+remapped, 1 remapped+peering, 89 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 64 KiB/s, 1 objects/s recovering 2024-09-13T15:13:18.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:18 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd primary-affinity", "id": 5, "weight": 1.0}]': finished 2024-09-13T15:13:18.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:18 smithi071 ceph-mon[112785]: osdmap e1523: 8 total, 8 up, 8 in 2024-09-13T15:13:18.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:18 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T15:13:18.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:18 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T15:13:18.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:18 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:13:18.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:18 smithi104 ceph-mon[105578]: pgmap v2580: 93 pgs: 1 peering, 2 active+undersized+remapped, 1 remapped+peering, 89 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 64 KiB/s, 1 objects/s recovering 2024-09-13T15:13:18.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:18 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd primary-affinity", "id": 5, "weight": 1.0}]': finished 2024-09-13T15:13:18.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:18 smithi104 ceph-mon[105578]: osdmap e1523: 8 total, 8 up, 8 in 2024-09-13T15:13:18.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:18 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T15:13:18.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:18 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T15:13:18.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:18 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:13:20.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:20 smithi071 ceph-mon[107477]: pgmap v2582: 93 pgs: 1 peering, 2 active+undersized+remapped, 90 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 55 KiB/s, 1 objects/s recovering 2024-09-13T15:13:20.642 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:20 smithi071 ceph-mon[112785]: pgmap v2582: 93 pgs: 1 peering, 2 active+undersized+remapped, 90 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 55 KiB/s, 1 objects/s recovering 2024-09-13T15:13:20.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:20 smithi104 ceph-mon[105578]: pgmap v2582: 93 pgs: 1 peering, 2 active+undersized+remapped, 90 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 55 KiB/s, 1 objects/s recovering 2024-09-13T15:13:21.527 INFO:teuthology.orchestra.run.smithi071.stderr:reweighted osd.6 to 1 (10000) 2024-09-13T15:13:21.888 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:21 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/765128263' entity='client.admin' cmd={"prefix": "osd reweight", "id": 6, "weight": 1.0} : dispatch 2024-09-13T15:13:21.888 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:21 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/765128263' entity='client.admin' cmd={"prefix": "osd reweight", "id": 6, "weight": 1.0} : dispatch 2024-09-13T15:13:21.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:21 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/765128263' entity='client.admin' cmd={"prefix": "osd reweight", "id": 6, "weight": 1.0} : dispatch 2024-09-13T15:13:22.214 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd primary-affinity 6 1 2024-09-13T15:13:22.420 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:13:22.528 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:22 smithi071 ceph-mon[107477]: pgmap v2583: 93 pgs: 1 peering, 92 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2024-09-13T15:13:22.529 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:22 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/765128263' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 6, "weight": 1.0}]': finished 2024-09-13T15:13:22.807 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:22 smithi071 ceph-mon[107477]: osdmap e1524: 8 total, 8 up, 8 in 2024-09-13T15:13:22.807 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:22 smithi071 ceph-mon[112785]: pgmap v2583: 93 pgs: 1 peering, 92 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2024-09-13T15:13:22.808 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:22 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/765128263' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 6, "weight": 1.0}]': finished 2024-09-13T15:13:22.808 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:22 smithi071 ceph-mon[112785]: osdmap e1524: 8 total, 8 up, 8 in 2024-09-13T15:13:22.808 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:13:22 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:13:22] "GET /metrics HTTP/1.1" 200 34247 "" "Prometheus/2.51.0" 2024-09-13T15:13:22.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:22 smithi104 ceph-mon[105578]: pgmap v2583: 93 pgs: 1 peering, 92 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2024-09-13T15:13:22.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:22 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/765128263' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 6, "weight": 1.0}]': finished 2024-09-13T15:13:22.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:22 smithi104 ceph-mon[105578]: osdmap e1524: 8 total, 8 up, 8 in 2024-09-13T15:13:24.535 INFO:teuthology.orchestra.run.smithi071.stderr:set osd.6 primary-affinity to 1 (8655362) 2024-09-13T15:13:24.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:24 smithi071 ceph-mon[112785]: pgmap v2585: 93 pgs: 93 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 10 B/s, 0 objects/s recovering 2024-09-13T15:13:24.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:24 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1105792271' entity='client.admin' cmd={"prefix": "osd primary-affinity", "id": 6, "weight": 1.0} : dispatch 2024-09-13T15:13:24.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:24 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd primary-affinity", "id": 6, "weight": 1.0} : dispatch 2024-09-13T15:13:24.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:24 smithi071 ceph-mon[107477]: pgmap v2585: 93 pgs: 93 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 10 B/s, 0 objects/s recovering 2024-09-13T15:13:24.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:24 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1105792271' entity='client.admin' cmd={"prefix": "osd primary-affinity", "id": 6, "weight": 1.0} : dispatch 2024-09-13T15:13:24.892 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:24 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd primary-affinity", "id": 6, "weight": 1.0} : dispatch 2024-09-13T15:13:24.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:24 smithi104 ceph-mon[105578]: pgmap v2585: 93 pgs: 93 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail; 10 B/s, 0 objects/s recovering 2024-09-13T15:13:24.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:24 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1105792271' entity='client.admin' cmd={"prefix": "osd primary-affinity", "id": 6, "weight": 1.0} : dispatch 2024-09-13T15:13:24.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:24 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd primary-affinity", "id": 6, "weight": 1.0} : dispatch 2024-09-13T15:13:25.326 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd reweight 7 1 2024-09-13T15:13:25.524 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:13:25.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:25 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd primary-affinity", "id": 6, "weight": 1.0}]': finished 2024-09-13T15:13:25.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:25 smithi071 ceph-mon[107477]: osdmap e1525: 8 total, 8 up, 8 in 2024-09-13T15:13:25.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:25 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd primary-affinity", "id": 6, "weight": 1.0}]': finished 2024-09-13T15:13:25.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:25 smithi071 ceph-mon[112785]: osdmap e1525: 8 total, 8 up, 8 in 2024-09-13T15:13:25.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:25 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd primary-affinity", "id": 6, "weight": 1.0}]': finished 2024-09-13T15:13:25.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:25 smithi104 ceph-mon[105578]: osdmap e1525: 8 total, 8 up, 8 in 2024-09-13T15:13:26.710 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:26 smithi071 ceph-mon[107477]: pgmap v2587: 93 pgs: 93 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:26.710 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:26 smithi071 ceph-mon[112785]: pgmap v2587: 93 pgs: 93 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:26.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:26 smithi104 ceph-mon[105578]: pgmap v2587: 93 pgs: 93 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:27.557 INFO:teuthology.orchestra.run.smithi071.stderr:reweighted osd.7 to 1 (10000) 2024-09-13T15:13:27.672 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:27 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2713676566' entity='client.admin' cmd={"prefix": "osd reweight", "id": 7, "weight": 1.0} : dispatch 2024-09-13T15:13:27.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:27 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2713676566' entity='client.admin' cmd={"prefix": "osd reweight", "id": 7, "weight": 1.0} : dispatch 2024-09-13T15:13:27.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:27 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2713676566' entity='client.admin' cmd={"prefix": "osd reweight", "id": 7, "weight": 1.0} : dispatch 2024-09-13T15:13:28.315 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd primary-affinity 7 1 2024-09-13T15:13:28.512 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:13:28.816 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:28 smithi071 ceph-mon[107477]: pgmap v2588: 93 pgs: 93 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:28.816 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:28 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2713676566' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 7, "weight": 1.0}]': finished 2024-09-13T15:13:28.816 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:28 smithi071 ceph-mon[107477]: osdmap e1526: 8 total, 8 up, 8 in 2024-09-13T15:13:28.816 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:28 smithi071 ceph-mon[112785]: pgmap v2588: 93 pgs: 93 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:28.816 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:28 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2713676566' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 7, "weight": 1.0}]': finished 2024-09-13T15:13:28.816 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:28 smithi071 ceph-mon[112785]: osdmap e1526: 8 total, 8 up, 8 in 2024-09-13T15:13:28.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:28 smithi104 ceph-mon[105578]: pgmap v2588: 93 pgs: 93 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:28.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:28 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2713676566' entity='client.admin' cmd='[{"prefix": "osd reweight", "id": 7, "weight": 1.0}]': finished 2024-09-13T15:13:28.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:28 smithi104 ceph-mon[105578]: osdmap e1526: 8 total, 8 up, 8 in 2024-09-13T15:13:30.565 INFO:teuthology.orchestra.run.smithi071.stderr:set osd.7 primary-affinity to 1 (8655362) 2024-09-13T15:13:30.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:30 smithi071 ceph-mon[107477]: pgmap v2590: 93 pgs: 93 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:30.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:30 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:13:30.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:30 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3079450170' entity='client.admin' cmd={"prefix": "osd primary-affinity", "id": 7, "weight": 1.0} : dispatch 2024-09-13T15:13:30.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:30 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd={"prefix": "osd primary-affinity", "id": 7, "weight": 1.0} : dispatch 2024-09-13T15:13:30.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:30 smithi071 ceph-mon[112785]: pgmap v2590: 93 pgs: 93 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:30.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:30 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:13:30.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:30 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3079450170' entity='client.admin' cmd={"prefix": "osd primary-affinity", "id": 7, "weight": 1.0} : dispatch 2024-09-13T15:13:30.892 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:30 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd={"prefix": "osd primary-affinity", "id": 7, "weight": 1.0} : dispatch 2024-09-13T15:13:30.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:30 smithi104 ceph-mon[105578]: pgmap v2590: 93 pgs: 93 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:30.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:30 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:13:30.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:30 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3079450170' entity='client.admin' cmd={"prefix": "osd primary-affinity", "id": 7, "weight": 1.0} : dispatch 2024-09-13T15:13:30.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:30 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd={"prefix": "osd primary-affinity", "id": 7, "weight": 1.0} : dispatch 2024-09-13T15:13:31.278 INFO:tasks.thrashosds.thrasher:joining the do_sighup greenlet 2024-09-13T15:13:31.278 INFO:tasks.thrashosds.thrasher:joining the do_optrack_toggle greenlet 2024-09-13T15:13:31.278 INFO:tasks.thrashosds.thrasher:joining the do_dump_ops greenlet 2024-09-13T15:13:31.278 INFO:tasks.thrashosds.thrasher:joining the do_noscrub_toggle greenlet 2024-09-13T15:13:31.278 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-13T15:13:31.278 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-13T15:13:31.476 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:13:31.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:31 smithi071 ceph-mon[107477]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd primary-affinity", "id": 7, "weight": 1.0}]': finished 2024-09-13T15:13:31.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:31 smithi071 ceph-mon[107477]: osdmap e1527: 8 total, 8 up, 8 in 2024-09-13T15:13:31.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:31 smithi071 ceph-mon[112785]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd primary-affinity", "id": 7, "weight": 1.0}]': finished 2024-09-13T15:13:31.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:31 smithi071 ceph-mon[112785]: osdmap e1527: 8 total, 8 up, 8 in 2024-09-13T15:13:31.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:31 smithi104 ceph-mon[105578]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd primary-affinity", "id": 7, "weight": 1.0}]': finished 2024-09-13T15:13:31.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:31 smithi104 ceph-mon[105578]: osdmap e1527: 8 total, 8 up, 8 in 2024-09-13T15:13:32.704 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:32 smithi071 ceph-mon[107477]: pgmap v2592: 93 pgs: 93 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:32.705 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:32 smithi071 ceph-mon[112785]: pgmap v2592: 93 pgs: 93 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:32.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:32 smithi104 ceph-mon[105578]: pgmap v2592: 93 pgs: 93 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:32.990 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:13:32 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:13:32] "GET /metrics HTTP/1.1" 200 34248 "" "Prometheus/2.51.0" 2024-09-13T15:13:33.611 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T15:13:33.611 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":1527,"fsid":"18f8172c-71da-11ef-bceb-c7b262605968","created":"2024-09-13T14:12:34.413032+0000","modified":"2024-09-13T15:13:30.558770+0000","last_up_change":"2024-09-13T15:03:37.999755+0000","last_in_change":"2024-09-13T15:12:23.594665+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":24,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":12,"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-09-13T14:15:42.013153+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,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":21,"pg_placement_num":21,"pg_placement_num_target":21,"pg_num_target":21,"pg_num_pending":21,"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":"1494","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"1261","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":1.8999999761581421,"score_stable":1.8999999761581421,"optimal_score":1,"raw_score_acting":1.8999999761581421,"raw_score_stable":1.8999999761581421,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":2,"pool_name":"rbd","create_time":"2024-09-13T14:18:11.086718+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,"is_stretch_pool":false,"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":"65","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":65,"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":2,"score_stable":2,"optimal_score":1,"raw_score_acting":2,"raw_score_stable":2,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":3,"pool_name":"cephfs.foo.meta","create_time":"2024-09-13T14:19:28.631258+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,"is_stretch_pool":false,"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":"70","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":"foo"}},"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":4,"pool_name":"cephfs.foo.data","create_time":"2024-09-13T14:19:28.930459+0000","flags":131073,"flags_names":"hashpspool,bulk","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,"is_stretch_pool":false,"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":"70","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":{},"application_metadata":{"cephfs":{"data":"foo"}},"read_balance":{"score_type":"Fair distribution","score_acting":2.25,"score_stable":2.25,"optimal_score":1,"raw_score_acting":2.25,"raw_score_stable":2.25,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"fd3f37eb-3ff9-4549-8e14-55ab9c6297a3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":8,"last_clean_end":734,"up_from":746,"up_thru":1521,"down_at":735,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6802","nonce":3344536173},{"type":"v1","addr":"172.21.15.71:6803","nonce":3344536173}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6804","nonce":3344536173},{"type":"v1","addr":"172.21.15.71:6805","nonce":3344536173}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6808","nonce":3344536173},{"type":"v1","addr":"172.21.15.71:6809","nonce":3344536173}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6806","nonce":3344536173},{"type":"v1","addr":"172.21.15.71:6807","nonce":3344536173}]},"public_addr":"172.21.15.71:6803/3344536173","cluster_addr":"172.21.15.71:6805/3344536173","heartbeat_back_addr":"172.21.15.71:6809/3344536173","heartbeat_front_addr":"172.21.15.71:6807/3344536173","state":["exists","up"]},{"osd":1,"uuid":"b2b5fc6c-0aa1-4eed-9fcc-59816f01ba10","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":13,"last_clean_end":767,"up_from":780,"up_thru":1521,"down_at":768,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6810","nonce":2439276550},{"type":"v1","addr":"172.21.15.71:6811","nonce":2439276550}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6812","nonce":2439276550},{"type":"v1","addr":"172.21.15.71:6813","nonce":2439276550}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6816","nonce":2439276550},{"type":"v1","addr":"172.21.15.71:6817","nonce":2439276550}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6814","nonce":2439276550},{"type":"v1","addr":"172.21.15.71:6815","nonce":2439276550}]},"public_addr":"172.21.15.71:6811/2439276550","cluster_addr":"172.21.15.71:6813/2439276550","heartbeat_back_addr":"172.21.15.71:6817/2439276550","heartbeat_front_addr":"172.21.15.71:6815/2439276550","state":["exists","up"]},{"osd":2,"uuid":"f9911633-19b2-4c10-bd42-bd6a5cc6a745","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":18,"last_clean_end":800,"up_from":813,"up_thru":1520,"down_at":801,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6818","nonce":2746539070},{"type":"v1","addr":"172.21.15.71:6819","nonce":2746539070}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6820","nonce":2746539070},{"type":"v1","addr":"172.21.15.71:6821","nonce":2746539070}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6824","nonce":2746539070},{"type":"v1","addr":"172.21.15.71:6825","nonce":2746539070}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6822","nonce":2746539070},{"type":"v1","addr":"172.21.15.71:6823","nonce":2746539070}]},"public_addr":"172.21.15.71:6819/2746539070","cluster_addr":"172.21.15.71:6821/2746539070","heartbeat_back_addr":"172.21.15.71:6825/2746539070","heartbeat_front_addr":"172.21.15.71:6823/2746539070","state":["exists","up"]},{"osd":3,"uuid":"b6d04cea-113c-4b8b-b249-cb99a731ad2e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":25,"last_clean_end":833,"up_from":845,"up_thru":1521,"down_at":834,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6826","nonce":1553051233},{"type":"v1","addr":"172.21.15.71:6827","nonce":1553051233}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6828","nonce":1553051233},{"type":"v1","addr":"172.21.15.71:6829","nonce":1553051233}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6832","nonce":1553051233},{"type":"v1","addr":"172.21.15.71:6833","nonce":1553051233}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6830","nonce":1553051233},{"type":"v1","addr":"172.21.15.71:6831","nonce":1553051233}]},"public_addr":"172.21.15.71:6827/1553051233","cluster_addr":"172.21.15.71:6829/1553051233","heartbeat_back_addr":"172.21.15.71:6833/1553051233","heartbeat_front_addr":"172.21.15.71:6831/1553051233","state":["exists","up"]},{"osd":4,"uuid":"eaa5fdfd-97b4-4d4e-8efe-138d03bc42db","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":1511,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6800","nonce":2747742495},{"type":"v1","addr":"172.21.15.104:6801","nonce":2747742495}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6802","nonce":2747742495},{"type":"v1","addr":"172.21.15.104:6803","nonce":2747742495}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6806","nonce":2747742495},{"type":"v1","addr":"172.21.15.104:6807","nonce":2747742495}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6804","nonce":2747742495},{"type":"v1","addr":"172.21.15.104:6805","nonce":2747742495}]},"public_addr":"172.21.15.104:6801/2747742495","cluster_addr":"172.21.15.104:6803/2747742495","heartbeat_back_addr":"172.21.15.104:6807/2747742495","heartbeat_front_addr":"172.21.15.104:6805/2747742495","state":["exists","up"]},{"osd":5,"uuid":"327f32c8-3a34-41cd-9b28-8652bde403b8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":1521,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6808","nonce":2156075125},{"type":"v1","addr":"172.21.15.104:6809","nonce":2156075125}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6810","nonce":2156075125},{"type":"v1","addr":"172.21.15.104:6811","nonce":2156075125}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6814","nonce":2156075125},{"type":"v1","addr":"172.21.15.104:6815","nonce":2156075125}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6812","nonce":2156075125},{"type":"v1","addr":"172.21.15.104:6813","nonce":2156075125}]},"public_addr":"172.21.15.104:6809/2156075125","cluster_addr":"172.21.15.104:6811/2156075125","heartbeat_back_addr":"172.21.15.104:6815/2156075125","heartbeat_front_addr":"172.21.15.104:6813/2156075125","state":["exists","up"]},{"osd":6,"uuid":"c8dc48f6-6da0-4cfc-8792-1802e110957c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":46,"last_clean_end":1150,"up_from":1222,"up_thru":1518,"down_at":1151,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6816","nonce":1310779001},{"type":"v1","addr":"172.21.15.104:6817","nonce":1310779001}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6818","nonce":1310779001},{"type":"v1","addr":"172.21.15.104:6819","nonce":1310779001}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6822","nonce":1310779001},{"type":"v1","addr":"172.21.15.104:6823","nonce":1310779001}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6820","nonce":1310779001},{"type":"v1","addr":"172.21.15.104:6821","nonce":1310779001}]},"public_addr":"172.21.15.104:6817/1310779001","cluster_addr":"172.21.15.104:6819/1310779001","heartbeat_back_addr":"172.21.15.104:6823/1310779001","heartbeat_front_addr":"172.21.15.104:6821/1310779001","state":["exists","up"]},{"osd":7,"uuid":"e5c8a041-aca0-4a18-a7ae-808831a44305","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":54,"last_clean_end":1394,"up_from":1400,"up_thru":1518,"down_at":1395,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6824","nonce":2646118306},{"type":"v1","addr":"172.21.15.104:6825","nonce":2646118306}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6826","nonce":2646118306},{"type":"v1","addr":"172.21.15.104:6827","nonce":2646118306}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6830","nonce":2646118306},{"type":"v1","addr":"172.21.15.104:6831","nonce":2646118306}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6828","nonce":2646118306},{"type":"v1","addr":"172.21.15.104:6829","nonce":2646118306}]},"public_addr":"172.21.15.104:6825/2646118306","cluster_addr":"172.21.15.104:6827/2646118306","heartbeat_back_addr":"172.21.15.104:6831/2646118306","heartbeat_front_addr":"172.21.15.104:6829/2646118306","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-13T14:14:51.235454+0000","dead_epoch":734},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-13T14:15:15.661769+0000","dead_epoch":766},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-13T14:15:39.445404+0000","dead_epoch":800},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-13T14:16:04.663298+0000","dead_epoch":833},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-13T14:16:26.742205+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-09-13T14:16:50.860887+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-09-13T14:17:14.362769+0000","dead_epoch":1150},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-13T14:17:37.981239+0000","dead_epoch":1394}],"pg_upmap":[],"pg_upmap_items":[{"pgid":"4.6","mappings":[{"from":1,"to":5}]},{"pgid":"4.a","mappings":[{"from":1,"to":5}]},{"pgid":"4.f","mappings":[{"from":1,"to":2}]},{"pgid":"4.15","mappings":[{"from":3,"to":2}]},{"pgid":"4.17","mappings":[{"from":1,"to":5}]}],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.71:0/1117165250":"2024-09-14T14:25:44.198063+0000","172.21.15.71:0/2875866556":"2024-09-14T14:25:44.198063+0000","172.21.15.71:0/2479738009":"2024-09-14T14:25:44.198063+0000","172.21.15.71:0/746739318":"2024-09-14T14:25:44.198063+0000","172.21.15.71:6800/1653172791":"2024-09-14T14:25:44.198063+0000","172.21.15.71:6800/264732740":"2024-09-14T14:22:34.572186+0000","172.21.15.71:6800/3448551475":"2024-09-14T14:13:06.258336+0000","172.21.15.71:0/433354922":"2024-09-14T14:22:34.572186+0000","172.21.15.104:0/1680645046":"2024-09-14T14:23:06.043542+0000","172.21.15.71:6801/1653172791":"2024-09-14T14:25:44.198063+0000","172.21.15.71:0/70220275":"2024-09-14T14:22:34.572186+0000","172.21.15.104:0/3885302818":"2024-09-14T14:23:06.043542+0000","172.21.15.71:6801/264732740":"2024-09-14T14:22:34.572186+0000","172.21.15.71:0/3698292050":"2024-09-14T14:18:09.429479+0000","172.21.15.71:0/2957393214":"2024-09-14T14:18:09.429479+0000","172.21.15.71:0/920424232":"2024-09-14T14:13:29.716958+0000","172.21.15.104:0/2700755661":"2024-09-14T14:23:06.043542+0000","172.21.15.104:6834/4267452369":"2024-09-14T14:23:06.043542+0000","172.21.15.71:0/2106557968":"2024-09-14T14:22:34.572186+0000","172.21.15.104:0/3146199134":"2024-09-14T14:23:06.043542+0000","172.21.15.71:6800/1578475249":"2024-09-14T14:18:09.429479+0000","172.21.15.71:0/1423310701":"2024-09-14T14:13:06.258336+0000","172.21.15.71:6801/3448551475":"2024-09-14T14:13:06.258336+0000","172.21.15.71:0/1970520876":"2024-09-14T14:13:06.258336+0000","172.21.15.71:6801/1578475249":"2024-09-14T14:18:09.429479+0000","172.21.15.71:0/781580":"2024-09-14T14:13:29.716958+0000","172.21.15.71:0/788315538":"2024-09-14T14:13:06.258336+0000","172.21.15.104:0/4055060788":"2024-09-14T14:23:06.043542+0000","172.21.15.104:0/1914236881":"2024-09-14T14:23:06.043542+0000","172.21.15.71:6800/1578233797":"2024-09-14T14:13:29.716958+0000","172.21.15.71:6801/1578233797":"2024-09-14T14:13:29.716958+0000","172.21.15.71:0/3436285126":"2024-09-14T14:13:29.716958+0000","172.21.15.71:0/1512142036":"2024-09-14T14:18:09.429479+0000","172.21.15.71:0/1285114295":"2024-09-14T14:18:09.429479+0000","172.21.15.104:6835/4267452369":"2024-09-14T14:23:06.043542+0000","172.21.15.71:0/1712032227":"2024-09-14T14:22:34.572186+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[{"pool":12,"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-09-13T15:13:34.463 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-13T15:13:34.464 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-13T15:13:34.668 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:13:34.788 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:34 smithi071 ceph-mon[107477]: pgmap v2593: 93 pgs: 93 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:34.789 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:34 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/3194564234' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-13T15:13:34.789 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:34 smithi071 ceph-mon[112785]: pgmap v2593: 93 pgs: 93 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:34.789 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:34 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/3194564234' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-13T15:13:34.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:34 smithi104 ceph-mon[105578]: pgmap v2593: 93 pgs: 93 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:34.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:34 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/3194564234' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-13T15:13:36.482 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T15:13:36.482 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":1527,"fsid":"18f8172c-71da-11ef-bceb-c7b262605968","created":"2024-09-13T14:12:34.413032+0000","modified":"2024-09-13T15:13:30.558770+0000","last_up_change":"2024-09-13T15:03:37.999755+0000","last_in_change":"2024-09-13T15:12:23.594665+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":24,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":12,"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-09-13T14:15:42.013153+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,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":21,"pg_placement_num":21,"pg_placement_num_target":21,"pg_num_target":21,"pg_num_pending":21,"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":"1494","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"1261","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":1.8999999761581421,"score_stable":1.8999999761581421,"optimal_score":1,"raw_score_acting":1.8999999761581421,"raw_score_stable":1.8999999761581421,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":2,"pool_name":"rbd","create_time":"2024-09-13T14:18:11.086718+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,"is_stretch_pool":false,"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":"65","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":65,"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":2,"score_stable":2,"optimal_score":1,"raw_score_acting":2,"raw_score_stable":2,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":3,"pool_name":"cephfs.foo.meta","create_time":"2024-09-13T14:19:28.631258+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,"is_stretch_pool":false,"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":"70","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":"foo"}},"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":4,"pool_name":"cephfs.foo.data","create_time":"2024-09-13T14:19:28.930459+0000","flags":131073,"flags_names":"hashpspool,bulk","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,"is_stretch_pool":false,"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":"70","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":{},"application_metadata":{"cephfs":{"data":"foo"}},"read_balance":{"score_type":"Fair distribution","score_acting":2.25,"score_stable":2.25,"optimal_score":1,"raw_score_acting":2.25,"raw_score_stable":2.25,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"fd3f37eb-3ff9-4549-8e14-55ab9c6297a3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":8,"last_clean_end":734,"up_from":746,"up_thru":1521,"down_at":735,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6802","nonce":3344536173},{"type":"v1","addr":"172.21.15.71:6803","nonce":3344536173}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6804","nonce":3344536173},{"type":"v1","addr":"172.21.15.71:6805","nonce":3344536173}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6808","nonce":3344536173},{"type":"v1","addr":"172.21.15.71:6809","nonce":3344536173}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6806","nonce":3344536173},{"type":"v1","addr":"172.21.15.71:6807","nonce":3344536173}]},"public_addr":"172.21.15.71:6803/3344536173","cluster_addr":"172.21.15.71:6805/3344536173","heartbeat_back_addr":"172.21.15.71:6809/3344536173","heartbeat_front_addr":"172.21.15.71:6807/3344536173","state":["exists","up"]},{"osd":1,"uuid":"b2b5fc6c-0aa1-4eed-9fcc-59816f01ba10","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":13,"last_clean_end":767,"up_from":780,"up_thru":1521,"down_at":768,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6810","nonce":2439276550},{"type":"v1","addr":"172.21.15.71:6811","nonce":2439276550}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6812","nonce":2439276550},{"type":"v1","addr":"172.21.15.71:6813","nonce":2439276550}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6816","nonce":2439276550},{"type":"v1","addr":"172.21.15.71:6817","nonce":2439276550}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6814","nonce":2439276550},{"type":"v1","addr":"172.21.15.71:6815","nonce":2439276550}]},"public_addr":"172.21.15.71:6811/2439276550","cluster_addr":"172.21.15.71:6813/2439276550","heartbeat_back_addr":"172.21.15.71:6817/2439276550","heartbeat_front_addr":"172.21.15.71:6815/2439276550","state":["exists","up"]},{"osd":2,"uuid":"f9911633-19b2-4c10-bd42-bd6a5cc6a745","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":18,"last_clean_end":800,"up_from":813,"up_thru":1520,"down_at":801,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6818","nonce":2746539070},{"type":"v1","addr":"172.21.15.71:6819","nonce":2746539070}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6820","nonce":2746539070},{"type":"v1","addr":"172.21.15.71:6821","nonce":2746539070}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6824","nonce":2746539070},{"type":"v1","addr":"172.21.15.71:6825","nonce":2746539070}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6822","nonce":2746539070},{"type":"v1","addr":"172.21.15.71:6823","nonce":2746539070}]},"public_addr":"172.21.15.71:6819/2746539070","cluster_addr":"172.21.15.71:6821/2746539070","heartbeat_back_addr":"172.21.15.71:6825/2746539070","heartbeat_front_addr":"172.21.15.71:6823/2746539070","state":["exists","up"]},{"osd":3,"uuid":"b6d04cea-113c-4b8b-b249-cb99a731ad2e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":25,"last_clean_end":833,"up_from":845,"up_thru":1521,"down_at":834,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6826","nonce":1553051233},{"type":"v1","addr":"172.21.15.71:6827","nonce":1553051233}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6828","nonce":1553051233},{"type":"v1","addr":"172.21.15.71:6829","nonce":1553051233}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6832","nonce":1553051233},{"type":"v1","addr":"172.21.15.71:6833","nonce":1553051233}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6830","nonce":1553051233},{"type":"v1","addr":"172.21.15.71:6831","nonce":1553051233}]},"public_addr":"172.21.15.71:6827/1553051233","cluster_addr":"172.21.15.71:6829/1553051233","heartbeat_back_addr":"172.21.15.71:6833/1553051233","heartbeat_front_addr":"172.21.15.71:6831/1553051233","state":["exists","up"]},{"osd":4,"uuid":"eaa5fdfd-97b4-4d4e-8efe-138d03bc42db","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":1511,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6800","nonce":2747742495},{"type":"v1","addr":"172.21.15.104:6801","nonce":2747742495}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6802","nonce":2747742495},{"type":"v1","addr":"172.21.15.104:6803","nonce":2747742495}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6806","nonce":2747742495},{"type":"v1","addr":"172.21.15.104:6807","nonce":2747742495}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6804","nonce":2747742495},{"type":"v1","addr":"172.21.15.104:6805","nonce":2747742495}]},"public_addr":"172.21.15.104:6801/2747742495","cluster_addr":"172.21.15.104:6803/2747742495","heartbeat_back_addr":"172.21.15.104:6807/2747742495","heartbeat_front_addr":"172.21.15.104:6805/2747742495","state":["exists","up"]},{"osd":5,"uuid":"327f32c8-3a34-41cd-9b28-8652bde403b8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":1521,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6808","nonce":2156075125},{"type":"v1","addr":"172.21.15.104:6809","nonce":2156075125}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6810","nonce":2156075125},{"type":"v1","addr":"172.21.15.104:6811","nonce":2156075125}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6814","nonce":2156075125},{"type":"v1","addr":"172.21.15.104:6815","nonce":2156075125}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6812","nonce":2156075125},{"type":"v1","addr":"172.21.15.104:6813","nonce":2156075125}]},"public_addr":"172.21.15.104:6809/2156075125","cluster_addr":"172.21.15.104:6811/2156075125","heartbeat_back_addr":"172.21.15.104:6815/2156075125","heartbeat_front_addr":"172.21.15.104:6813/2156075125","state":["exists","up"]},{"osd":6,"uuid":"c8dc48f6-6da0-4cfc-8792-1802e110957c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":46,"last_clean_end":1150,"up_from":1222,"up_thru":1518,"down_at":1151,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6816","nonce":1310779001},{"type":"v1","addr":"172.21.15.104:6817","nonce":1310779001}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6818","nonce":1310779001},{"type":"v1","addr":"172.21.15.104:6819","nonce":1310779001}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6822","nonce":1310779001},{"type":"v1","addr":"172.21.15.104:6823","nonce":1310779001}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6820","nonce":1310779001},{"type":"v1","addr":"172.21.15.104:6821","nonce":1310779001}]},"public_addr":"172.21.15.104:6817/1310779001","cluster_addr":"172.21.15.104:6819/1310779001","heartbeat_back_addr":"172.21.15.104:6823/1310779001","heartbeat_front_addr":"172.21.15.104:6821/1310779001","state":["exists","up"]},{"osd":7,"uuid":"e5c8a041-aca0-4a18-a7ae-808831a44305","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":54,"last_clean_end":1394,"up_from":1400,"up_thru":1518,"down_at":1395,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6824","nonce":2646118306},{"type":"v1","addr":"172.21.15.104:6825","nonce":2646118306}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6826","nonce":2646118306},{"type":"v1","addr":"172.21.15.104:6827","nonce":2646118306}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6830","nonce":2646118306},{"type":"v1","addr":"172.21.15.104:6831","nonce":2646118306}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6828","nonce":2646118306},{"type":"v1","addr":"172.21.15.104:6829","nonce":2646118306}]},"public_addr":"172.21.15.104:6825/2646118306","cluster_addr":"172.21.15.104:6827/2646118306","heartbeat_back_addr":"172.21.15.104:6831/2646118306","heartbeat_front_addr":"172.21.15.104:6829/2646118306","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-13T14:14:51.235454+0000","dead_epoch":734},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-13T14:15:15.661769+0000","dead_epoch":766},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-13T14:15:39.445404+0000","dead_epoch":800},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-13T14:16:04.663298+0000","dead_epoch":833},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-13T14:16:26.742205+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-09-13T14:16:50.860887+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-09-13T14:17:14.362769+0000","dead_epoch":1150},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-13T14:17:37.981239+0000","dead_epoch":1394}],"pg_upmap":[],"pg_upmap_items":[{"pgid":"4.6","mappings":[{"from":1,"to":5}]},{"pgid":"4.a","mappings":[{"from":1,"to":5}]},{"pgid":"4.f","mappings":[{"from":1,"to":2}]},{"pgid":"4.15","mappings":[{"from":3,"to":2}]},{"pgid":"4.17","mappings":[{"from":1,"to":5}]}],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.71:0/1712032227":"2024-09-14T14:22:34.572186+0000","172.21.15.71:0/1512142036":"2024-09-14T14:18:09.429479+0000","172.21.15.71:6800/264732740":"2024-09-14T14:22:34.572186+0000","172.21.15.71:6800/3448551475":"2024-09-14T14:13:06.258336+0000","172.21.15.71:0/433354922":"2024-09-14T14:22:34.572186+0000","172.21.15.104:0/1914236881":"2024-09-14T14:23:06.043542+0000","172.21.15.104:0/4055060788":"2024-09-14T14:23:06.043542+0000","172.21.15.104:0/1680645046":"2024-09-14T14:23:06.043542+0000","172.21.15.71:6800/1653172791":"2024-09-14T14:25:44.198063+0000","172.21.15.71:0/70220275":"2024-09-14T14:22:34.572186+0000","172.21.15.71:6801/1653172791":"2024-09-14T14:25:44.198063+0000","172.21.15.104:0/3885302818":"2024-09-14T14:23:06.043542+0000","172.21.15.71:0/2957393214":"2024-09-14T14:18:09.429479+0000","172.21.15.71:0/920424232":"2024-09-14T14:13:29.716958+0000","172.21.15.104:0/2700755661":"2024-09-14T14:23:06.043542+0000","172.21.15.104:6834/4267452369":"2024-09-14T14:23:06.043542+0000","172.21.15.71:0/2106557968":"2024-09-14T14:22:34.572186+0000","172.21.15.104:0/3146199134":"2024-09-14T14:23:06.043542+0000","172.21.15.71:6800/1578475249":"2024-09-14T14:18:09.429479+0000","172.21.15.71:0/1423310701":"2024-09-14T14:13:06.258336+0000","172.21.15.71:6801/3448551475":"2024-09-14T14:13:06.258336+0000","172.21.15.71:6801/1578475249":"2024-09-14T14:18:09.429479+0000","172.21.15.71:0/1970520876":"2024-09-14T14:13:06.258336+0000","172.21.15.71:0/781580":"2024-09-14T14:13:29.716958+0000","172.21.15.71:6801/264732740":"2024-09-14T14:22:34.572186+0000","172.21.15.71:0/3698292050":"2024-09-14T14:18:09.429479+0000","172.21.15.71:0/746739318":"2024-09-14T14:25:44.198063+0000","172.21.15.71:0/788315538":"2024-09-14T14:13:06.258336+0000","172.21.15.71:0/2479738009":"2024-09-14T14:25:44.198063+0000","172.21.15.104:6835/4267452369":"2024-09-14T14:23:06.043542+0000","172.21.15.71:0/1285114295":"2024-09-14T14:18:09.429479+0000","172.21.15.71:6800/1578233797":"2024-09-14T14:13:29.716958+0000","172.21.15.71:0/2875866556":"2024-09-14T14:25:44.198063+0000","172.21.15.71:0/1117165250":"2024-09-14T14:25:44.198063+0000","172.21.15.71:6801/1578233797":"2024-09-14T14:13:29.716958+0000","172.21.15.71:0/3436285126":"2024-09-14T14:13:29.716958+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[{"pool":12,"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-09-13T15:13:36.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:36 smithi071 ceph-mon[107477]: pgmap v2594: 93 pgs: 93 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:36.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:36 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/961435061' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-13T15:13:36.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:36 smithi071 ceph-mon[112785]: pgmap v2594: 93 pgs: 93 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:36.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:36 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/961435061' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-13T15:13:36.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:36 smithi104 ceph-mon[105578]: pgmap v2594: 93 pgs: 93 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:36.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:36 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/961435061' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-13T15:13:37.307 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-09-13T15:13:37.307 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-09-13T15:13:37.308 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-09-13T15:13:37.308 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-09-13T15:13:37.308 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-09-13T15:13:37.309 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-09-13T15:13:37.309 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph tell osd.6 flush_pg_stats 2024-09-13T15:13:37.310 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph tell osd.7 flush_pg_stats 2024-09-13T15:13:37.742 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:13:37.743 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:13:37.766 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:13:37.768 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:13:37.776 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:13:37.784 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:13:38.728 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:38 smithi071 ceph-mon[107477]: pgmap v2595: 93 pgs: 93 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:38.729 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:38 smithi071 ceph-mon[112785]: pgmap v2595: 93 pgs: 93 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:38.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:38 smithi104 ceph-mon[105578]: pgmap v2595: 93 pgs: 93 active+clean; 582 KiB data, 7.2 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:40.821 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:40 smithi071 ceph-mon[107477]: pgmap v2596: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:40.821 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:40 smithi071 ceph-mon[112785]: pgmap v2596: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:40.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:40 smithi104 ceph-mon[105578]: pgmap v2596: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:42.876 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:42 smithi071 ceph-mon[107477]: pgmap v2597: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:42.877 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:13:42 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:13:42] "GET /metrics HTTP/1.1" 200 34248 "" "Prometheus/2.51.0" 2024-09-13T15:13:42.877 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:42 smithi071 ceph-mon[112785]: pgmap v2597: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:42.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:42 smithi104 ceph-mon[105578]: pgmap v2597: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:44.864 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:44 smithi071 ceph-mon[107477]: pgmap v2598: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:44.926 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:44 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:13:44.927 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:44 smithi071 ceph-mon[112785]: pgmap v2598: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:44.927 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:44 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:13:44.928 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:44 smithi104 ceph-mon[105578]: pgmap v2598: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:44.928 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:44 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:13:45.383 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:13:45.383 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:13:46.669 INFO:teuthology.orchestra.run.smithi071.stdout:6012954214523 2024-09-13T15:13:46.670 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.7 2024-09-13T15:13:46.888 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:46 smithi071 ceph-mon[107477]: pgmap v2599: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:46.888 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:46 smithi071 ceph-mon[112785]: pgmap v2599: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:46.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:46 smithi104 ceph-mon[105578]: pgmap v2599: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:48.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:48 smithi071 ceph-mon[107477]: pgmap v2600: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:48.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:48 smithi071 ceph-mon[112785]: pgmap v2600: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:48.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:48 smithi104 ceph-mon[105578]: pgmap v2600: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:50.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:50 smithi071 ceph-mon[107477]: pgmap v2601: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:50.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:50 smithi071 ceph-mon[112785]: pgmap v2601: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:50.911 INFO:teuthology.orchestra.run.smithi071.stdout:3350074491375 2024-09-13T15:13:50.912 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-09-13T15:13:50.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:50 smithi104 ceph-mon[105578]: pgmap v2601: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:52.435 INFO:teuthology.orchestra.run.smithi071.stdout:3204045603317 2024-09-13T15:13:52.436 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-09-13T15:13:52.704 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:52 smithi071 ceph-mon[107477]: pgmap v2602: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:52.704 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:52 smithi071 ceph-mon[112785]: pgmap v2602: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:52.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:52 smithi104 ceph-mon[105578]: pgmap v2602: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:53.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:13:52 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:13:52] "GET /metrics HTTP/1.1" 200 34249 "" "Prometheus/2.51.0" 2024-09-13T15:13:53.313 INFO:teuthology.orchestra.run.smithi071.stdout:3491808412136 2024-09-13T15:13:53.313 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-09-13T15:13:54.106 INFO:teuthology.orchestra.run.smithi071.stdout:5248450035967 2024-09-13T15:13:54.106 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.6 2024-09-13T15:13:54.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:54 smithi071 ceph-mon[107477]: pgmap v2603: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:54.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:54 smithi071 ceph-mon[112785]: pgmap v2603: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:54.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:54 smithi104 ceph-mon[105578]: pgmap v2603: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:55.857 INFO:teuthology.orchestra.run.smithi071.stdout:128849019573 2024-09-13T15:13:55.857 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-09-13T15:13:55.923 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:13:56.517 INFO:teuthology.orchestra.run.smithi071.stdout:3629247365603 2024-09-13T15:13:56.518 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-09-13T15:13:56.866 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:56 smithi071 ceph-mon[107477]: pgmap v2604: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:56.866 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:56 smithi071 ceph-mon[112785]: pgmap v2604: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:56.908 INFO:teuthology.orchestra.run.smithi071.stdout:163208757937 2024-09-13T15:13:56.909 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-09-13T15:13:56.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:56 smithi104 ceph-mon[105578]: pgmap v2604: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:57.205 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:13:57.206 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:13:57.206 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:13:57.207 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:13:57.682 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:13:57.682 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:13:58.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:58 smithi071 ceph-mon[107477]: pgmap v2605: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:58.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:58 smithi071 ceph-mon[112785]: pgmap v2605: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:58.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:58 smithi104 ceph-mon[105578]: pgmap v2605: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:13:59.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:13:59 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:13:59.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:13:59 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:13:59.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:13:59 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:14:00.798 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:14:00 smithi071 ceph-mon[112785]: pgmap v2606: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:14:00.799 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:14:00 smithi071 ceph-mon[107477]: pgmap v2606: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:14:00.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:14:00 smithi104 ceph-mon[105578]: pgmap v2606: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:14:02.704 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:14:02 smithi071 ceph-mon[107477]: pgmap v2607: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:14:02.704 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:14:02 smithi071 ceph-mon[112785]: pgmap v2607: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:14:02.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:14:02 smithi104 ceph-mon[105578]: pgmap v2607: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:14:02.988 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:14:02 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:14:02] "GET /metrics HTTP/1.1" 200 34251 "" "Prometheus/2.51.0" 2024-09-13T15:14:04.221 INFO:teuthology.orchestra.run.smithi071.stdout:3204045603321 2024-09-13T15:14:04.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:14:04 smithi071 ceph-mon[107477]: pgmap v2608: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:14:04.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:14:04 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/309801785' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-13T15:14:04.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:14:04 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1072979441' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-13T15:14:04.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:14:04 smithi071 ceph-mon[112785]: pgmap v2608: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:14:04.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:14:04 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/309801785' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-13T15:14:04.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:14:04 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1072979441' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-13T15:14:04.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:14:04 smithi104 ceph-mon[105578]: pgmap v2608: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:14:04.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:14:04 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/309801785' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-13T15:14:04.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:14:04 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1072979441' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-13T15:14:04.957 INFO:tasks.cephadm.ceph_manager.ceph:need seq 3204045603317 got 3204045603321 for osd.0 2024-09-13T15:14:04.958 DEBUG:teuthology.parallel:result is None 2024-09-13T15:14:05.586 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:14:05.690 INFO:teuthology.orchestra.run.smithi071.stdout:128849019576 2024-09-13T15:14:06.814 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:14:06 smithi071 ceph-mon[107477]: pgmap v2609: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:14:06.814 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:14:06 smithi071 ceph-mon[112785]: pgmap v2609: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:14:06.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:14:06 smithi104 ceph-mon[105578]: pgmap v2609: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:14:07.094 INFO:teuthology.orchestra.run.smithi071.stdout:3491808412140 2024-09-13T15:14:07.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:14:07 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1270215278' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-13T15:14:07.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:14:07 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1270215278' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-13T15:14:07.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:14:07 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1270215278' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-13T15:14:08.889 INFO:teuthology.orchestra.run.smithi071.stdout:5248450035970 2024-09-13T15:14:08.889 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:14:08 smithi071 ceph-mon[107477]: pgmap v2610: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:14:08.890 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:14:08 smithi071 ceph-mon[112785]: pgmap v2610: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:14:08.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:14:08 smithi104 ceph-mon[105578]: pgmap v2610: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:14:09.801 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:14:09 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/249180240' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 6} : dispatch 2024-09-13T15:14:09.802 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:14:09 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/249180240' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 6} : dispatch 2024-09-13T15:14:09.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:14:09 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/249180240' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 6} : dispatch 2024-09-13T15:14:10.230 INFO:tasks.cephadm.ceph_manager.ceph:need seq 3491808412136 got 3491808412140 for osd.2 2024-09-13T15:14:10.230 DEBUG:teuthology.parallel:result is None 2024-09-13T15:14:10.605 INFO:teuthology.orchestra.run.smithi071.stdout:3350074491380 2024-09-13T15:14:10.815 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:14:10 smithi071 ceph-mon[107477]: pgmap v2611: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:14:10.815 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:14:10 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1384397026' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-13T15:14:10.815 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:14:10 smithi071 ceph-mon[112785]: pgmap v2611: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:14:10.815 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:14:10 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1384397026' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-13T15:14:10.835 INFO:tasks.cephadm.ceph_manager.ceph:need seq 5248450035967 got 5248450035970 for osd.6 2024-09-13T15:14:10.836 DEBUG:teuthology.parallel:result is None 2024-09-13T15:14:10.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:14:10 smithi104 ceph-mon[105578]: pgmap v2611: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:14:10.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:14:10 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1384397026' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-13T15:14:11.672 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:14:11 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/2856227453' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 7} : dispatch 2024-09-13T15:14:11.672 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:14:11 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/2856227453' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 7} : dispatch 2024-09-13T15:14:11.689 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849019573 got 128849019576 for osd.4 2024-09-13T15:14:11.689 DEBUG:teuthology.parallel:result is None 2024-09-13T15:14:11.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:14:11 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/2856227453' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 7} : dispatch 2024-09-13T15:14:11.995 INFO:teuthology.orchestra.run.smithi071.stdout:6012954214528 2024-09-13T15:14:12.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:14:12 smithi104 ceph-mon[105578]: pgmap v2612: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:14:12.942 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:14:12 smithi071 ceph-mon[107477]: pgmap v2612: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:14:12.943 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:14:12 smithi071 ceph-mon[112785]: pgmap v2612: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:14:12.943 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:14:12 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:14:12] "GET /metrics HTTP/1.1" 200 34251 "" "Prometheus/2.51.0" 2024-09-13T15:14:13.741 INFO:tasks.cephadm.ceph_manager.ceph:need seq 3350074491375 got 3350074491380 for osd.1 2024-09-13T15:14:13.742 DEBUG:teuthology.parallel:result is None 2024-09-13T15:14:14.098 INFO:teuthology.orchestra.run.smithi071.stdout:163208757941 2024-09-13T15:14:14.576 INFO:tasks.cephadm.ceph_manager.ceph:need seq 6012954214523 got 6012954214528 for osd.7 2024-09-13T15:14:14.576 DEBUG:teuthology.parallel:result is None 2024-09-13T15:14:14.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:14:14 smithi071 ceph-mon[107477]: pgmap v2613: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:14:14.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:14:14 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1798826128' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-13T15:14:14.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:14:14 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:14:14.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:14:14 smithi071 ceph-mon[112785]: pgmap v2613: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:14:14.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:14:14 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1798826128' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-13T15:14:14.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:14:14 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:14:14.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:14:14 smithi104 ceph-mon[105578]: pgmap v2613: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:14:14.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:14:14 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1798826128' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-13T15:14:14.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:14:14 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-13T15:14:15.354 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757937 got 163208757941 for osd.5 2024-09-13T15:14:15.354 DEBUG:teuthology.parallel:result is None 2024-09-13T15:14:15.467 INFO:teuthology.orchestra.run.smithi071.stdout:3629247365607 2024-09-13T15:14:15.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:14:15 smithi104 ceph-mon[105578]: from='client.? 172.21.15.71:0/1541757142' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-13T15:14:16.122 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:14:15 smithi071 ceph-mon[107477]: from='client.? 172.21.15.71:0/1541757142' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-13T15:14:16.122 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:14:15 smithi071 ceph-mon[112785]: from='client.? 172.21.15.71:0/1541757142' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-13T15:14:16.145 INFO:tasks.cephadm.ceph_manager.ceph:need seq 3629247365603 got 3629247365607 for osd.3 2024-09-13T15:14:16.145 DEBUG:teuthology.parallel:result is None 2024-09-13T15:14:16.145 INFO:tasks.cephadm.ceph_manager.ceph:waiting for recovery to complete 2024-09-13T15:14:16.146 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-13T15:14:16.343 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:14:16.809 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:14:16 smithi071 ceph-mon[107477]: pgmap v2614: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:14:16.809 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:14:16 smithi071 ceph-mon[112785]: pgmap v2614: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:14:16.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:14:16 smithi104 ceph-mon[105578]: pgmap v2614: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:14:18.417 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T15:14:18.418 INFO:teuthology.orchestra.run.smithi071.stderr:dumped all 2024-09-13T15:14:18.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:14:18 smithi104 ceph-mon[105578]: pgmap v2615: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:14:18.923 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:14:18 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T15:14:18.980 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:14:18 smithi071 ceph-mon[107477]: pgmap v2615: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:14:18.980 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:14:18 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T15:14:18.981 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:14:18 smithi071 ceph-mon[112785]: pgmap v2615: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:14:18.981 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:14:18 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T15:14:19.285 INFO:teuthology.orchestra.run.smithi071.stdout:{"pg_ready":true,"pg_map":{"version":2615,"stamp":"2024-09-13T15:14:17.165374+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":595941,"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":0,"num_read_kb":0,"num_write":64,"num_write_kb":33,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":165,"num_bytes_recovered":2012030,"num_keys_recovered":40,"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":3188,"ondisk_log_size":3188,"up":279,"acting":279,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":279,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":8,"kb":749961216,"kb_used":7459064,"kb_used_data":72796,"kb_used_omap":320,"kb_used_meta":7385855,"kb_avail":742502152,"statfs":{"total":767960285184,"available":760322203648,"internally_reserved":0,"allocated":74543104,"data_stored":46878730,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":327743,"internal_metadata":7563116481},"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.002894"},"pg_stats":[{"pgid":"1.11","version":"373'149","reported_seq":1871,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.890957+0000","last_change":"2024-09-13T15:13:16.518178+0000","last_active":"2024-09-13T15:13:30.890957+0000","last_peered":"2024-09-13T15:13:30.890957+0000","last_clean":"2024-09-13T15:13:30.890957+0000","last_became_active":"2024-09-13T15:13:16.517810+0000","last_became_peered":"2024-09-13T15:13:16.517810+0000","last_unstale":"2024-09-13T15:13:30.890957+0000","last_undegraded":"2024-09-13T15:13:30.890957+0000","last_fullsized":"2024-09-13T15:13:30.890957+0000","mapping_epoch":1521,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1522,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:03:55.256014+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:03:55.256014+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:49:31.908207+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.14","version":"0'0","reported_seq":417,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:31.317433+0000","last_change":"2024-09-13T15:12:45.752608+0000","last_active":"2024-09-13T15:13:31.317433+0000","last_peered":"2024-09-13T15:13:31.317433+0000","last_clean":"2024-09-13T15:13:31.317433+0000","last_became_active":"2024-09-13T15:12:45.752284+0000","last_became_peered":"2024-09-13T15:12:45.752284+0000","last_unstale":"2024-09-13T15:13:31.317433+0000","last_undegraded":"2024-09-13T15:13:31.317433+0000","last_fullsized":"2024-09-13T15:13:31.317433+0000","mapping_epoch":1504,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1505,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:33:08.229162+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.13","version":"70'2","reported_seq":47,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.818025+0000","last_change":"2024-09-13T15:12:24.646234+0000","last_active":"2024-09-13T15:13:27.818025+0000","last_peered":"2024-09-13T15:13:27.818025+0000","last_clean":"2024-09-13T15:13:27.818025+0000","last_became_active":"2024-09-13T15:12:24.630085+0000","last_became_peered":"2024-09-13T15:12:24.630085+0000","last_unstale":"2024-09-13T15:13:27.818025+0000","last_undegraded":"2024-09-13T15:13:27.818025+0000","last_fullsized":"2024-09-13T15:13:27.818025+0000","mapping_epoch":1496,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1497,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T18:11:12.825209+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":8,"num_bytes_recovered":136,"num_keys_recovered":40,"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,2],"acting":[7,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.10","version":"373'149","reported_seq":1937,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.817978+0000","last_change":"2024-09-13T15:12:27.643153+0000","last_active":"2024-09-13T15:13:27.817978+0000","last_peered":"2024-09-13T15:13:27.817978+0000","last_clean":"2024-09-13T15:13:27.817978+0000","last_became_active":"2024-09-13T15:12:27.642752+0000","last_became_peered":"2024-09-13T15:12:27.642752+0000","last_unstale":"2024-09-13T15:13:27.817978+0000","last_undegraded":"2024-09-13T15:13:27.817978+0000","last_fullsized":"2024-09-13T15:13:27.817978+0000","mapping_epoch":1499,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1500,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:47.921711+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:47.921711+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:54:16.414758+0000","scrub_duration":0.001430061,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.15","version":"0'0","reported_seq":19,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.817773+0000","last_change":"2024-09-13T15:13:13.500094+0000","last_active":"2024-09-13T15:13:27.817773+0000","last_peered":"2024-09-13T15:13:27.817773+0000","last_clean":"2024-09-13T15:13:27.817773+0000","last_became_active":"2024-09-13T15:13:13.499708+0000","last_became_peered":"2024-09-13T15:13:13.499708+0000","last_unstale":"2024-09-13T15:13:27.817773+0000","last_undegraded":"2024-09-13T15:13:27.817773+0000","last_fullsized":"2024-09-13T15:13:27.817773+0000","mapping_epoch":1518,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1519,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:21:16.976205+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[5,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.12","version":"0'0","reported_seq":2359,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.891113+0000","last_change":"2024-09-13T15:12:58.498658+0000","last_active":"2024-09-13T15:13:30.891113+0000","last_peered":"2024-09-13T15:13:30.891113+0000","last_clean":"2024-09-13T15:13:30.891113+0000","last_became_active":"2024-09-13T15:12:58.498326+0000","last_became_peered":"2024-09-13T15:12:58.498326+0000","last_unstale":"2024-09-13T15:13:30.891113+0000","last_undegraded":"2024-09-13T15:13:30.891113+0000","last_fullsized":"2024-09-13T15:13:30.891113+0000","mapping_epoch":1511,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1512,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:17:31.158643+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.13","version":"373'149","reported_seq":1644,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.815443+0000","last_change":"2024-09-13T15:13:01.823315+0000","last_active":"2024-09-13T15:13:30.815443+0000","last_peered":"2024-09-13T15:13:30.815443+0000","last_clean":"2024-09-13T15:13:30.815443+0000","last_became_active":"2024-09-13T15:13:01.822875+0000","last_became_peered":"2024-09-13T15:13:01.822875+0000","last_unstale":"2024-09-13T15:13:30.815443+0000","last_undegraded":"2024-09-13T15:13:30.815443+0000","last_fullsized":"2024-09-13T15:13:30.815443+0000","mapping_epoch":1514,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1515,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:12:50.176385+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:12:50.176385+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:53:08.734667+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.16","version":"0'0","reported_seq":2341,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.891348+0000","last_change":"2024-09-13T15:12:24.620607+0000","last_active":"2024-09-13T15:13:30.891348+0000","last_peered":"2024-09-13T15:13:30.891348+0000","last_clean":"2024-09-13T15:13:30.891348+0000","last_became_active":"2024-09-13T15:12:24.620310+0000","last_became_peered":"2024-09-13T15:12:24.620310+0000","last_unstale":"2024-09-13T15:13:30.891348+0000","last_undegraded":"2024-09-13T15:13:30.891348+0000","last_fullsized":"2024-09-13T15:13:30.891348+0000","mapping_epoch":1496,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1497,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:47:25.548601+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[0,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.11","version":"0'0","reported_seq":41,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.818177+0000","last_change":"2024-09-13T15:12:24.628289+0000","last_active":"2024-09-13T15:13:27.818177+0000","last_peered":"2024-09-13T15:13:27.818177+0000","last_clean":"2024-09-13T15:13:27.818177+0000","last_became_active":"2024-09-13T15:12:24.627987+0000","last_became_peered":"2024-09-13T15:12:24.627987+0000","last_unstale":"2024-09-13T15:13:27.818177+0000","last_undegraded":"2024-09-13T15:13:27.818177+0000","last_fullsized":"2024-09-13T15:13:27.818177+0000","mapping_epoch":1496,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1497,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:40:50.089507+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.12","version":"373'149","reported_seq":1951,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.817586+0000","last_change":"2024-09-13T15:12:48.747535+0000","last_active":"2024-09-13T15:13:27.817586+0000","last_peered":"2024-09-13T15:13:27.817586+0000","last_clean":"2024-09-13T15:13:27.817586+0000","last_became_active":"2024-09-13T15:12:48.747172+0000","last_became_peered":"2024-09-13T15:12:48.747172+0000","last_unstale":"2024-09-13T15:13:27.817586+0000","last_undegraded":"2024-09-13T15:13:27.817586+0000","last_fullsized":"2024-09-13T15:13:27.817586+0000","mapping_epoch":1507,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1508,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:46.963090+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:46.963090+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:16:03.895999+0000","scrub_duration":0.0014971279999999999,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.17","version":"0'0","reported_seq":42,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:31.317560+0000","last_change":"2024-09-13T15:12:58.498359+0000","last_active":"2024-09-13T15:13:31.317560+0000","last_peered":"2024-09-13T15:13:31.317560+0000","last_clean":"2024-09-13T15:13:31.317560+0000","last_became_active":"2024-09-13T15:12:58.498063+0000","last_became_peered":"2024-09-13T15:12:58.498063+0000","last_unstale":"2024-09-13T15:13:31.317560+0000","last_undegraded":"2024-09-13T15:13:31.317560+0000","last_fullsized":"2024-09-13T15:13:31.317560+0000","mapping_epoch":1511,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1512,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:52:22.128368+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[3,7,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.10","version":"70'8","reported_seq":170,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.562655+0000","last_change":"2024-09-13T15:13:13.507260+0000","last_active":"2024-09-13T15:13:30.562655+0000","last_peered":"2024-09-13T15:13:30.562655+0000","last_clean":"2024-09-13T15:13:30.562655+0000","last_became_active":"2024-09-13T15:13:13.498526+0000","last_became_peered":"2024-09-13T15:13:13.498526+0000","last_unstale":"2024-09-13T15:13:30.562655+0000","last_undegraded":"2024-09-13T15:13:30.562655+0000","last_fullsized":"2024-09-13T15:13:30.562655+0000","mapping_epoch":1518,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1519,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T19:21:21.728715+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":40,"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":[6,0,5],"acting":[6,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"1.d","version":"373'149","reported_seq":1639,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.818183+0000","last_change":"2024-09-13T15:12:27.901982+0000","last_active":"2024-09-13T15:13:27.818183+0000","last_peered":"2024-09-13T15:13:27.818183+0000","last_clean":"2024-09-13T15:13:27.818183+0000","last_became_active":"2024-09-13T15:12:27.648342+0000","last_became_peered":"2024-09-13T15:12:27.648342+0000","last_unstale":"2024-09-13T15:13:27.818183+0000","last_undegraded":"2024-09-13T15:13:27.818183+0000","last_fullsized":"2024-09-13T15:13:27.818183+0000","mapping_epoch":1499,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1500,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:12:27.901847+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:12:27.901847+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:33:21.879667+0000","scrub_duration":0.0014714940000000001,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.f","version":"70'1","reported_seq":58,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.818795+0000","last_change":"2024-09-13T15:12:35.676455+0000","last_active":"2024-09-13T15:13:27.818795+0000","last_peered":"2024-09-13T15:13:27.818795+0000","last_clean":"2024-09-13T15:13:27.818795+0000","last_became_active":"2024-09-13T15:12:35.669808+0000","last_became_peered":"2024-09-13T15:12:35.669808+0000","last_unstale":"2024-09-13T15:13:27.818795+0000","last_undegraded":"2024-09-13T15:13:27.818795+0000","last_fullsized":"2024-09-13T15:13:27.818795+0000","mapping_epoch":1501,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1502,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T22:01:36.635026+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":7,"num_bytes_recovered":154,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[7,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.8","version":"0'0","reported_seq":19,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.817422+0000","last_change":"2024-09-13T15:13:13.499036+0000","last_active":"2024-09-13T15:13:27.817422+0000","last_peered":"2024-09-13T15:13:27.817422+0000","last_clean":"2024-09-13T15:13:27.817422+0000","last_became_active":"2024-09-13T15:13:13.498749+0000","last_became_peered":"2024-09-13T15:13:13.498749+0000","last_unstale":"2024-09-13T15:13:27.817422+0000","last_undegraded":"2024-09-13T15:13:27.817422+0000","last_fullsized":"2024-09-13T15:13:27.817422+0000","mapping_epoch":1518,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1519,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:36:37.096987+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.c","version":"373'149","reported_seq":2072,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:31.317376+0000","last_change":"2024-09-13T15:09:35.488671+0000","last_active":"2024-09-13T15:13:31.317376+0000","last_peered":"2024-09-13T15:13:31.317376+0000","last_clean":"2024-09-13T15:13:31.317376+0000","last_became_active":"2024-09-13T15:09:35.488305+0000","last_became_peered":"2024-09-13T15:09:35.488305+0000","last_unstale":"2024-09-13T15:13:31.317376+0000","last_undegraded":"2024-09-13T15:13:31.317376+0000","last_fullsized":"2024-09-13T15:13:31.317376+0000","mapping_epoch":1459,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1460,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:44.558993+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:44.558993+0000","objects_scrubbed":1,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:22:09.216336+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":327680,"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":2,"num_bytes_recovered":655360,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[3,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.e","version":"70'2","reported_seq":45,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.818751+0000","last_change":"2024-09-13T15:12:24.643475+0000","last_active":"2024-09-13T15:13:27.818751+0000","last_peered":"2024-09-13T15:13:27.818751+0000","last_clean":"2024-09-13T15:13:27.818751+0000","last_became_active":"2024-09-13T15:12:24.628827+0000","last_became_peered":"2024-09-13T15:12:24.628827+0000","last_unstale":"2024-09-13T15:13:27.818751+0000","last_undegraded":"2024-09-13T15:13:27.818751+0000","last_fullsized":"2024-09-13T15:13:27.818751+0000","mapping_epoch":1496,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1497,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T00:32:09.421965+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":3,"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,1],"acting":[7,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.9","version":"0'0","reported_seq":309,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.560210+0000","last_change":"2024-09-13T15:12:58.501010+0000","last_active":"2024-09-13T15:13:27.560210+0000","last_peered":"2024-09-13T15:13:27.560210+0000","last_clean":"2024-09-13T15:13:27.560210+0000","last_became_active":"2024-09-13T15:12:58.500713+0000","last_became_peered":"2024-09-13T15:12:58.500713+0000","last_unstale":"2024-09-13T15:13:27.560210+0000","last_undegraded":"2024-09-13T15:13:27.560210+0000","last_fullsized":"2024-09-13T15:13:27.560210+0000","mapping_epoch":1511,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1512,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:36:41.856843+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"1.f","version":"373'149","reported_seq":1762,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.563517+0000","last_change":"2024-09-13T15:09:34.457164+0000","last_active":"2024-09-13T15:13:30.563517+0000","last_peered":"2024-09-13T15:13:30.563517+0000","last_clean":"2024-09-13T15:13:30.563517+0000","last_became_active":"2024-09-13T15:09:34.456841+0000","last_became_peered":"2024-09-13T15:09:34.456841+0000","last_unstale":"2024-09-13T15:13:30.563517+0000","last_undegraded":"2024-09-13T15:13:30.563517+0000","last_fullsized":"2024-09-13T15:13:30.563517+0000","mapping_epoch":1458,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1459,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:41.996887+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:41.996887+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:29:39.842442+0000","scrub_duration":0.0021616460000000001,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[6,5,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.d","version":"70'1","reported_seq":58,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.818604+0000","last_change":"2024-09-13T15:13:13.503868+0000","last_active":"2024-09-13T15:13:27.818604+0000","last_peered":"2024-09-13T15:13:27.818604+0000","last_clean":"2024-09-13T15:13:27.818604+0000","last_became_active":"2024-09-13T15:13:13.499152+0000","last_became_peered":"2024-09-13T15:13:13.499152+0000","last_unstale":"2024-09-13T15:13:27.818604+0000","last_undegraded":"2024-09-13T15:13:27.818604+0000","last_fullsized":"2024-09-13T15:13:27.818604+0000","mapping_epoch":1518,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1519,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T21:25:50.757085+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":6,"num_bytes_recovered":420,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.a","version":"0'0","reported_seq":102,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.562924+0000","last_change":"2024-09-13T15:12:24.624238+0000","last_active":"2024-09-13T15:13:30.562924+0000","last_peered":"2024-09-13T15:13:30.562924+0000","last_clean":"2024-09-13T15:13:30.562924+0000","last_became_active":"2024-09-13T15:12:24.623956+0000","last_became_peered":"2024-09-13T15:12:24.623956+0000","last_unstale":"2024-09-13T15:13:30.562924+0000","last_undegraded":"2024-09-13T15:13:30.562924+0000","last_fullsized":"2024-09-13T15:13:30.562924+0000","mapping_epoch":1496,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1497,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:40:20.204246+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[6,5,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"1.e","version":"373'149","reported_seq":1961,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.560917+0000","last_change":"2024-09-13T15:12:27.649744+0000","last_active":"2024-09-13T15:13:27.560917+0000","last_peered":"2024-09-13T15:13:27.560917+0000","last_clean":"2024-09-13T15:13:27.560917+0000","last_became_active":"2024-09-13T15:12:27.649365+0000","last_became_peered":"2024-09-13T15:12:27.649365+0000","last_unstale":"2024-09-13T15:13:27.560917+0000","last_undegraded":"2024-09-13T15:13:27.560917+0000","last_fullsized":"2024-09-13T15:13:27.560917+0000","mapping_epoch":1499,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1500,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:46.145574+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:46.145574+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:25:55.261671+0000","scrub_duration":0.0016746529999999999,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7,3],"acting":[4,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.c","version":"0'0","reported_seq":1546,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.562301+0000","last_change":"2024-09-13T15:09:32.301211+0000","last_active":"2024-09-13T15:13:30.562301+0000","last_peered":"2024-09-13T15:13:30.562301+0000","last_clean":"2024-09-13T15:13:30.562301+0000","last_became_active":"2024-09-13T15:09:32.300771+0000","last_became_peered":"2024-09-13T15:09:32.300771+0000","last_unstale":"2024-09-13T15:13:30.562301+0000","last_undegraded":"2024-09-13T15:13:30.562301+0000","last_fullsized":"2024-09-13T15:13:30.562301+0000","mapping_epoch":1455,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1456,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:34:43.072536+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.b","version":"0'0","reported_seq":2276,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.891230+0000","last_change":"2024-09-13T14:57:14.903236+0000","last_active":"2024-09-13T15:13:30.891230+0000","last_peered":"2024-09-13T15:13:30.891230+0000","last_clean":"2024-09-13T15:13:30.891230+0000","last_became_active":"2024-09-13T14:57:14.902951+0000","last_became_peered":"2024-09-13T14:57:14.902951+0000","last_unstale":"2024-09-13T15:13:30.891230+0000","last_undegraded":"2024-09-13T15:13:30.891230+0000","last_fullsized":"2024-09-13T15:13:30.891230+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:55:09.250185+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.9","version":"373'149","reported_seq":1653,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.818088+0000","last_change":"2024-09-13T15:12:27.644633+0000","last_active":"2024-09-13T15:13:27.818088+0000","last_peered":"2024-09-13T15:13:27.818088+0000","last_clean":"2024-09-13T15:13:27.818088+0000","last_became_active":"2024-09-13T15:12:27.644209+0000","last_became_peered":"2024-09-13T15:12:27.644209+0000","last_unstale":"2024-09-13T15:13:27.818088+0000","last_undegraded":"2024-09-13T15:13:27.818088+0000","last_fullsized":"2024-09-13T15:13:27.818088+0000","mapping_epoch":1499,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1500,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:00.672283+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:00.672283+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:07:22.525608+0000","scrub_duration":8,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[7,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.b","version":"70'2","reported_seq":425,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:31.317239+0000","last_change":"2024-09-13T15:12:35.674652+0000","last_active":"2024-09-13T15:13:31.317239+0000","last_peered":"2024-09-13T15:13:31.317239+0000","last_clean":"2024-09-13T15:13:31.317239+0000","last_became_active":"2024-09-13T15:12:35.669376+0000","last_became_peered":"2024-09-13T15:12:35.669376+0000","last_unstale":"2024-09-13T15:13:31.317239+0000","last_undegraded":"2024-09-13T15:13:31.317239+0000","last_fullsized":"2024-09-13T15:13:31.317239+0000","mapping_epoch":1501,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1502,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T16:02:18.367822+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":7,"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":[3,0,4],"acting":[3,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.c","version":"0'0","reported_seq":300,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.560813+0000","last_change":"2024-09-13T15:09:32.301526+0000","last_active":"2024-09-13T15:13:27.560813+0000","last_peered":"2024-09-13T15:13:27.560813+0000","last_clean":"2024-09-13T15:13:27.560813+0000","last_became_active":"2024-09-13T15:09:32.301142+0000","last_became_peered":"2024-09-13T15:09:32.301142+0000","last_unstale":"2024-09-13T15:13:27.560813+0000","last_undegraded":"2024-09-13T15:13:27.560813+0000","last_fullsized":"2024-09-13T15:13:27.560813+0000","mapping_epoch":1455,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1456,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:39:08.067530+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[4,3,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"1.8","version":"373'149","reported_seq":1823,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.817272+0000","last_change":"2024-09-13T15:13:16.518399+0000","last_active":"2024-09-13T15:13:27.817272+0000","last_peered":"2024-09-13T15:13:27.817272+0000","last_clean":"2024-09-13T15:13:27.817272+0000","last_became_active":"2024-09-13T15:13:16.518065+0000","last_became_peered":"2024-09-13T15:13:16.518065+0000","last_unstale":"2024-09-13T15:13:27.817272+0000","last_undegraded":"2024-09-13T15:13:27.817272+0000","last_fullsized":"2024-09-13T15:13:27.817272+0000","mapping_epoch":1521,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1522,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:06.782570+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:06.782570+0000","objects_scrubbed":1,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:40:05.954772+0000","scrub_duration":2,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":262688,"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":5,"num_bytes_recovered":1313440,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[5,2,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.a","version":"0'0","reported_seq":102,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.562774+0000","last_change":"2024-09-13T15:12:45.747291+0000","last_active":"2024-09-13T15:13:30.562774+0000","last_peered":"2024-09-13T15:13:30.562774+0000","last_clean":"2024-09-13T15:13:30.562774+0000","last_became_active":"2024-09-13T15:12:45.746952+0000","last_became_peered":"2024-09-13T15:12:45.746952+0000","last_unstale":"2024-09-13T15:13:30.562774+0000","last_undegraded":"2024-09-13T15:13:30.562774+0000","last_fullsized":"2024-09-13T15:13:30.562774+0000","mapping_epoch":1504,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1505,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:49:12.921030+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.d","version":"0'0","reported_seq":273,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.561002+0000","last_change":"2024-09-13T15:01:09.620455+0000","last_active":"2024-09-13T15:13:27.561002+0000","last_peered":"2024-09-13T15:13:27.561002+0000","last_clean":"2024-09-13T15:13:27.561002+0000","last_became_active":"2024-09-13T15:01:09.620141+0000","last_became_peered":"2024-09-13T15:01:09.620141+0000","last_unstale":"2024-09-13T15:13:27.561002+0000","last_undegraded":"2024-09-13T15:13:27.561002+0000","last_fullsized":"2024-09-13T15:13:27.561002+0000","mapping_epoch":1341,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1342,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:40:38.384024+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,1],"acting":[4,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"1.b","version":"373'149","reported_seq":1652,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.815451+0000","last_change":"2024-09-13T15:13:16.516678+0000","last_active":"2024-09-13T15:13:30.815451+0000","last_peered":"2024-09-13T15:13:30.815451+0000","last_clean":"2024-09-13T15:13:30.815451+0000","last_became_active":"2024-09-13T15:13:16.516269+0000","last_became_peered":"2024-09-13T15:13:16.516269+0000","last_unstale":"2024-09-13T15:13:30.815451+0000","last_undegraded":"2024-09-13T15:13:30.815451+0000","last_fullsized":"2024-09-13T15:13:30.815451+0000","mapping_epoch":1521,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1522,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:12:51.223581+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:12:51.223581+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:47:11.187727+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[1,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.9","version":"0'0","reported_seq":314,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.560676+0000","last_change":"2024-09-13T15:12:24.630461+0000","last_active":"2024-09-13T15:13:27.560676+0000","last_peered":"2024-09-13T15:13:27.560676+0000","last_clean":"2024-09-13T15:13:27.560676+0000","last_became_active":"2024-09-13T15:12:24.630148+0000","last_became_peered":"2024-09-13T15:12:24.630148+0000","last_unstale":"2024-09-13T15:13:27.560676+0000","last_undegraded":"2024-09-13T15:13:27.560676+0000","last_fullsized":"2024-09-13T15:13:27.560676+0000","mapping_epoch":1496,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1497,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:46:01.631893+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,7],"acting":[4,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.e","version":"0'0","reported_seq":318,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.560675+0000","last_change":"2024-09-13T15:12:45.754591+0000","last_active":"2024-09-13T15:13:27.560675+0000","last_peered":"2024-09-13T15:13:27.560675+0000","last_clean":"2024-09-13T15:13:27.560675+0000","last_became_active":"2024-09-13T15:12:45.754019+0000","last_became_peered":"2024-09-13T15:12:45.754019+0000","last_unstale":"2024-09-13T15:13:27.560675+0000","last_undegraded":"2024-09-13T15:13:27.560675+0000","last_fullsized":"2024-09-13T15:13:27.560675+0000","mapping_epoch":1504,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1505,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:33:08.981100+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"1.a","version":"373'149","reported_seq":1874,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.561940+0000","last_change":"2024-09-13T15:09:34.458810+0000","last_active":"2024-09-13T15:13:30.561940+0000","last_peered":"2024-09-13T15:13:30.561940+0000","last_clean":"2024-09-13T15:13:30.561940+0000","last_became_active":"2024-09-13T15:09:34.458370+0000","last_became_peered":"2024-09-13T15:09:34.458370+0000","last_unstale":"2024-09-13T15:13:30.561940+0000","last_undegraded":"2024-09-13T15:13:30.561940+0000","last_fullsized":"2024-09-13T15:13:30.561940+0000","mapping_epoch":1458,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1459,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:05.812475+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:05.812475+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:31:30.879434+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[5,2,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.8","version":"0'0","reported_seq":42,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:31.316972+0000","last_change":"2024-09-13T15:12:58.499610+0000","last_active":"2024-09-13T15:13:31.316972+0000","last_peered":"2024-09-13T15:13:31.316972+0000","last_clean":"2024-09-13T15:13:31.316972+0000","last_became_active":"2024-09-13T15:12:58.499166+0000","last_became_peered":"2024-09-13T15:12:58.499166+0000","last_unstale":"2024-09-13T15:13:31.316972+0000","last_undegraded":"2024-09-13T15:13:31.316972+0000","last_fullsized":"2024-09-13T15:13:31.316972+0000","mapping_epoch":1511,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1512,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:42:54.370839+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.f","version":"0'0","reported_seq":178,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:31.653994+0000","last_change":"2024-09-13T15:07:48.163399+0000","last_active":"2024-09-13T15:13:31.653994+0000","last_peered":"2024-09-13T15:13:31.653994+0000","last_clean":"2024-09-13T15:13:31.653994+0000","last_became_active":"2024-09-13T15:07:48.163060+0000","last_became_peered":"2024-09-13T15:07:48.163060+0000","last_unstale":"2024-09-13T15:13:31.653994+0000","last_undegraded":"2024-09-13T15:13:31.653994+0000","last_fullsized":"2024-09-13T15:13:31.653994+0000","mapping_epoch":1444,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1445,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:32:11.459505+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[2,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"1.0","version":"373'149","reported_seq":1868,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.817290+0000","last_change":"2024-09-13T15:12:27.646347+0000","last_active":"2024-09-13T15:13:27.817290+0000","last_peered":"2024-09-13T15:13:27.817290+0000","last_clean":"2024-09-13T15:13:27.817290+0000","last_became_active":"2024-09-13T15:12:27.645933+0000","last_became_peered":"2024-09-13T15:12:27.645933+0000","last_unstale":"2024-09-13T15:13:27.817290+0000","last_undegraded":"2024-09-13T15:13:27.817290+0000","last_fullsized":"2024-09-13T15:13:27.817290+0000","mapping_epoch":1499,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":1500,"parent":"0.0","parent_split_bits":0,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:10:40.366061+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:10:40.366061+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:31:08.413164+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"63'1","reported_seq":1641,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.818033+0000","last_change":"2024-09-13T15:12:24.635810+0000","last_active":"2024-09-13T15:13:27.818033+0000","last_peered":"2024-09-13T15:13:27.818033+0000","last_clean":"2024-09-13T15:13:27.818033+0000","last_became_active":"2024-09-13T15:12:24.621579+0000","last_became_peered":"2024-09-13T15:12:24.621579+0000","last_unstale":"2024-09-13T15:13:27.818033+0000","last_undegraded":"2024-09-13T15:13:27.818033+0000","last_fullsized":"2024-09-13T15:13:27.818033+0000","mapping_epoch":1496,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1497,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-14T18:32:29.488867+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029038399999999998,"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":9,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":231,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:31.317125+0000","last_change":"2024-09-13T15:09:32.300528+0000","last_active":"2024-09-13T15:13:31.317125+0000","last_peered":"2024-09-13T15:13:31.317125+0000","last_clean":"2024-09-13T15:13:31.317125+0000","last_became_active":"2024-09-13T15:09:32.300079+0000","last_became_peered":"2024-09-13T15:09:32.300079+0000","last_unstale":"2024-09-13T15:13:31.317125+0000","last_undegraded":"2024-09-13T15:13:31.317125+0000","last_fullsized":"2024-09-13T15:13:31.317125+0000","mapping_epoch":1455,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1456,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:00:01.184232+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.5","version":"0'0","reported_seq":102,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.563391+0000","last_change":"2024-09-13T15:12:24.630176+0000","last_active":"2024-09-13T15:13:30.563391+0000","last_peered":"2024-09-13T15:13:30.563391+0000","last_clean":"2024-09-13T15:13:30.563391+0000","last_became_active":"2024-09-13T15:12:24.629813+0000","last_became_peered":"2024-09-13T15:12:24.629813+0000","last_unstale":"2024-09-13T15:13:30.563391+0000","last_undegraded":"2024-09-13T15:13:30.563391+0000","last_fullsized":"2024-09-13T15:13:30.563391+0000","mapping_epoch":1496,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1497,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:41:56.163015+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.3","version":"373'149","reported_seq":1642,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.815608+0000","last_change":"2024-09-13T15:12:49.174458+0000","last_active":"2024-09-13T15:13:30.815608+0000","last_peered":"2024-09-13T15:13:30.815608+0000","last_clean":"2024-09-13T15:13:30.815608+0000","last_became_active":"2024-09-13T15:12:48.749588+0000","last_became_peered":"2024-09-13T15:12:48.749588+0000","last_unstale":"2024-09-13T15:13:30.815608+0000","last_undegraded":"2024-09-13T15:13:30.815608+0000","last_fullsized":"2024-09-13T15:13:30.815608+0000","mapping_epoch":1507,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1508,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:12:49.174409+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:12:49.174409+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:24:51.322228+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"2.0","version":"0'0","reported_seq":50,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.817559+0000","last_change":"2024-09-13T15:12:45.760137+0000","last_active":"2024-09-13T15:13:27.817559+0000","last_peered":"2024-09-13T15:13:27.817559+0000","last_clean":"2024-09-13T15:13:27.817559+0000","last_became_active":"2024-09-13T15:12:45.759789+0000","last_became_peered":"2024-09-13T15:12:45.759789+0000","last_unstale":"2024-09-13T15:13:27.817559+0000","last_undegraded":"2024-09-13T15:13:27.817559+0000","last_fullsized":"2024-09-13T15:13:27.817559+0000","mapping_epoch":1504,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1505,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:20:17.461540+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000322109,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":2322,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.890960+0000","last_change":"2024-09-13T15:12:58.497231+0000","last_active":"2024-09-13T15:13:30.890960+0000","last_peered":"2024-09-13T15:13:30.890960+0000","last_clean":"2024-09-13T15:13:30.890960+0000","last_became_active":"2024-09-13T15:12:58.496897+0000","last_became_peered":"2024-09-13T15:12:58.496897+0000","last_unstale":"2024-09-13T15:13:30.890960+0000","last_undegraded":"2024-09-13T15:13:30.890960+0000","last_fullsized":"2024-09-13T15:13:30.890960+0000","mapping_epoch":1511,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1512,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:52:58.131566+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.6","version":"0'0","reported_seq":62,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.891094+0000","last_change":"2024-09-13T15:12:35.671905+0000","last_active":"2024-09-13T15:13:30.891094+0000","last_peered":"2024-09-13T15:13:30.891094+0000","last_clean":"2024-09-13T15:13:30.891094+0000","last_became_active":"2024-09-13T15:12:35.671459+0000","last_became_peered":"2024-09-13T15:12:35.671459+0000","last_unstale":"2024-09-13T15:13:30.891094+0000","last_undegraded":"2024-09-13T15:13:30.891094+0000","last_fullsized":"2024-09-13T15:13:30.891094+0000","mapping_epoch":1501,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1502,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:53:12.711625+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.2","version":"373'149","reported_seq":1758,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.817987+0000","last_change":"2024-09-13T15:12:27.648758+0000","last_active":"2024-09-13T15:13:27.817987+0000","last_peered":"2024-09-13T15:13:27.817987+0000","last_clean":"2024-09-13T15:13:27.817987+0000","last_became_active":"2024-09-13T15:12:27.648335+0000","last_became_peered":"2024-09-13T15:12:27.648335+0000","last_unstale":"2024-09-13T15:13:27.817987+0000","last_undegraded":"2024-09-13T15:13:27.817987+0000","last_fullsized":"2024-09-13T15:13:27.817987+0000","mapping_epoch":1499,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1500,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:45.571820+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:45.571820+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:31:04.605022+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.1","version":"0'0","reported_seq":394,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:31.653812+0000","last_change":"2024-09-13T15:05:51.737191+0000","last_active":"2024-09-13T15:13:31.653812+0000","last_peered":"2024-09-13T15:13:31.653812+0000","last_clean":"2024-09-13T15:13:31.653812+0000","last_became_active":"2024-09-13T15:05:51.736725+0000","last_became_peered":"2024-09-13T15:05:51.736725+0000","last_unstale":"2024-09-13T15:13:31.653812+0000","last_undegraded":"2024-09-13T15:13:31.653812+0000","last_fullsized":"2024-09-13T15:13:31.653812+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:40:12.764444+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00030931399999999999,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":1663,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.815380+0000","last_change":"2024-09-13T15:12:48.750453+0000","last_active":"2024-09-13T15:13:30.815380+0000","last_peered":"2024-09-13T15:13:30.815380+0000","last_clean":"2024-09-13T15:13:30.815380+0000","last_became_active":"2024-09-13T15:12:48.750166+0000","last_became_peered":"2024-09-13T15:12:48.750166+0000","last_unstale":"2024-09-13T15:13:30.815380+0000","last_undegraded":"2024-09-13T15:13:30.815380+0000","last_fullsized":"2024-09-13T15:13:30.815380+0000","mapping_epoch":1507,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1508,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:00:58.281857+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.7","version":"0'0","reported_seq":1826,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.815943+0000","last_change":"2024-09-13T15:12:48.752734+0000","last_active":"2024-09-13T15:13:30.815943+0000","last_peered":"2024-09-13T15:13:30.815943+0000","last_clean":"2024-09-13T15:13:30.815943+0000","last_became_active":"2024-09-13T15:12:48.752448+0000","last_became_peered":"2024-09-13T15:12:48.752448+0000","last_unstale":"2024-09-13T15:13:30.815943+0000","last_undegraded":"2024-09-13T15:13:30.815943+0000","last_fullsized":"2024-09-13T15:13:30.815943+0000","mapping_epoch":1507,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1508,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:45:43.542211+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.1","version":"373'149","reported_seq":1868,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.817452+0000","last_change":"2024-09-13T15:01:12.669020+0000","last_active":"2024-09-13T15:13:27.817452+0000","last_peered":"2024-09-13T15:13:27.817452+0000","last_clean":"2024-09-13T15:13:27.817452+0000","last_became_active":"2024-09-13T15:01:12.668669+0000","last_became_peered":"2024-09-13T15:01:12.668669+0000","last_unstale":"2024-09-13T15:13:27.817452+0000","last_undegraded":"2024-09-13T15:13:27.817452+0000","last_fullsized":"2024-09-13T15:13:27.817452+0000","mapping_epoch":1344,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1345,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:44.985050+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:44.985050+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:08:39.101982+0000","scrub_duration":0.0017537869999999999,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[5,0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.2","version":"65'2","reported_seq":1537,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.817675+0000","last_change":"2024-09-13T15:09:32.544828+0000","last_active":"2024-09-13T15:13:27.817675+0000","last_peered":"2024-09-13T15:13:27.817675+0000","last_clean":"2024-09-13T15:13:27.817675+0000","last_became_active":"2024-09-13T15:09:32.540481+0000","last_became_peered":"2024-09-13T15:09:32.540481+0000","last_unstale":"2024-09-13T15:13:27.817675+0000","last_undegraded":"2024-09-13T15:13:27.817675+0000","last_fullsized":"2024-09-13T15:13:27.817675+0000","mapping_epoch":1455,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1456,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-15T01:45:29.765180+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00094368000000000002,"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":2,"num_bytes_recovered":38,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":274,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.562620+0000","last_change":"2024-09-13T15:09:32.522622+0000","last_active":"2024-09-13T15:13:30.562620+0000","last_peered":"2024-09-13T15:13:30.562620+0000","last_clean":"2024-09-13T15:13:30.562620+0000","last_became_active":"2024-09-13T15:09:32.522210+0000","last_became_peered":"2024-09-13T15:09:32.522210+0000","last_unstale":"2024-09-13T15:13:30.562620+0000","last_undegraded":"2024-09-13T15:13:30.562620+0000","last_fullsized":"2024-09-13T15:13:30.562620+0000","mapping_epoch":1455,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1456,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:24:39.612769+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.4","version":"0'0","reported_seq":404,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.815619+0000","last_change":"2024-09-13T15:12:48.755343+0000","last_active":"2024-09-13T15:13:30.815619+0000","last_peered":"2024-09-13T15:13:30.815619+0000","last_clean":"2024-09-13T15:13:30.815619+0000","last_became_active":"2024-09-13T15:12:48.754346+0000","last_became_peered":"2024-09-13T15:12:48.754346+0000","last_unstale":"2024-09-13T15:13:30.815619+0000","last_undegraded":"2024-09-13T15:13:30.815619+0000","last_fullsized":"2024-09-13T15:13:30.815619+0000","mapping_epoch":1507,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1508,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:03:05.324496+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.7","version":"373'149","reported_seq":1871,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.563532+0000","last_change":"2024-09-13T15:13:01.822079+0000","last_active":"2024-09-13T15:13:30.563532+0000","last_peered":"2024-09-13T15:13:30.563532+0000","last_clean":"2024-09-13T15:13:30.563532+0000","last_became_active":"2024-09-13T15:13:01.821813+0000","last_became_peered":"2024-09-13T15:13:01.821813+0000","last_unstale":"2024-09-13T15:13:30.563532+0000","last_undegraded":"2024-09-13T15:13:30.563532+0000","last_fullsized":"2024-09-13T15:13:30.563532+0000","mapping_epoch":1514,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1515,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:06:01.469635+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:06:01.469635+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:48:54.195068+0000","scrub_duration":5,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[6,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.5","version":"0'0","reported_seq":1586,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.563043+0000","last_change":"2024-09-13T15:01:24.988475+0000","last_active":"2024-09-13T15:13:30.563043+0000","last_peered":"2024-09-13T15:13:30.563043+0000","last_clean":"2024-09-13T15:13:30.563043+0000","last_became_active":"2024-09-13T15:01:24.988142+0000","last_became_peered":"2024-09-13T15:01:24.988142+0000","last_unstale":"2024-09-13T15:13:30.563043+0000","last_undegraded":"2024-09-13T15:13:30.563043+0000","last_fullsized":"2024-09-13T15:13:30.563043+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:45:39.600773+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.4","version":"0'0","reported_seq":2286,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.815486+0000","last_change":"2024-09-13T15:12:48.882400+0000","last_active":"2024-09-13T15:13:30.815486+0000","last_peered":"2024-09-13T15:13:30.815486+0000","last_clean":"2024-09-13T15:13:30.815486+0000","last_became_active":"2024-09-13T15:12:48.882049+0000","last_became_peered":"2024-09-13T15:12:48.882049+0000","last_unstale":"2024-09-13T15:13:30.815486+0000","last_undegraded":"2024-09-13T15:13:30.815486+0000","last_fullsized":"2024-09-13T15:13:30.815486+0000","mapping_epoch":1507,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1508,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:31:36.139141+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00031535100000000001,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.2","version":"0'0","reported_seq":1828,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.815344+0000","last_change":"2024-09-13T15:13:13.500456+0000","last_active":"2024-09-13T15:13:30.815344+0000","last_peered":"2024-09-13T15:13:30.815344+0000","last_clean":"2024-09-13T15:13:30.815344+0000","last_became_active":"2024-09-13T15:13:13.500117+0000","last_became_peered":"2024-09-13T15:13:13.500117+0000","last_unstale":"2024-09-13T15:13:30.815344+0000","last_undegraded":"2024-09-13T15:13:30.815344+0000","last_fullsized":"2024-09-13T15:13:30.815344+0000","mapping_epoch":1518,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1519,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:28:05.139492+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.6","version":"373'149","reported_seq":2038,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.563524+0000","last_change":"2024-09-13T15:13:01.823294+0000","last_active":"2024-09-13T15:13:30.563524+0000","last_peered":"2024-09-13T15:13:30.563524+0000","last_clean":"2024-09-13T15:13:30.563524+0000","last_became_active":"2024-09-13T15:13:01.822892+0000","last_became_peered":"2024-09-13T15:13:01.822892+0000","last_unstale":"2024-09-13T15:13:30.563524+0000","last_undegraded":"2024-09-13T15:13:30.563524+0000","last_fullsized":"2024-09-13T15:13:30.563524+0000","mapping_epoch":1514,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1515,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:47.545603+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:47.545603+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:59:20.455332+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[6,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.4","version":"0'0","reported_seq":404,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.815618+0000","last_change":"2024-09-13T15:13:13.501674+0000","last_active":"2024-09-13T15:13:30.815618+0000","last_peered":"2024-09-13T15:13:30.815618+0000","last_clean":"2024-09-13T15:13:30.815618+0000","last_became_active":"2024-09-13T15:13:13.501323+0000","last_became_peered":"2024-09-13T15:13:13.501323+0000","last_unstale":"2024-09-13T15:13:30.815618+0000","last_undegraded":"2024-09-13T15:13:30.815618+0000","last_fullsized":"2024-09-13T15:13:30.815618+0000","mapping_epoch":1518,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1519,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:51:19.980945+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.5","version":"0'0","reported_seq":41,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.818290+0000","last_change":"2024-09-13T15:12:24.629456+0000","last_active":"2024-09-13T15:13:27.818290+0000","last_peered":"2024-09-13T15:13:27.818290+0000","last_clean":"2024-09-13T15:13:27.818290+0000","last_became_active":"2024-09-13T15:12:24.629011+0000","last_became_peered":"2024-09-13T15:12:24.629011+0000","last_unstale":"2024-09-13T15:13:27.818290+0000","last_undegraded":"2024-09-13T15:13:27.818290+0000","last_fullsized":"2024-09-13T15:13:27.818290+0000","mapping_epoch":1496,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1497,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:05:18.388709+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000327091,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.3","version":"0'0","reported_seq":2286,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.891313+0000","last_change":"2024-09-13T15:12:24.623421+0000","last_active":"2024-09-13T15:13:30.891313+0000","last_peered":"2024-09-13T15:13:30.891313+0000","last_clean":"2024-09-13T15:13:30.891313+0000","last_became_active":"2024-09-13T15:12:24.623107+0000","last_became_peered":"2024-09-13T15:12:24.623107+0000","last_unstale":"2024-09-13T15:13:30.891313+0000","last_undegraded":"2024-09-13T15:13:30.891313+0000","last_fullsized":"2024-09-13T15:13:30.891313+0000","mapping_epoch":1496,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1497,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:35:06.164179+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.5","version":"373'149","reported_seq":1923,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.563719+0000","last_change":"2024-09-13T15:09:34.511380+0000","last_active":"2024-09-13T15:13:30.563719+0000","last_peered":"2024-09-13T15:13:30.563719+0000","last_clean":"2024-09-13T15:13:30.563719+0000","last_became_active":"2024-09-13T15:09:34.510969+0000","last_became_peered":"2024-09-13T15:09:34.510969+0000","last_unstale":"2024-09-13T15:13:30.563719+0000","last_undegraded":"2024-09-13T15:13:30.563719+0000","last_fullsized":"2024-09-13T15:13:30.563719+0000","mapping_epoch":1458,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1459,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:53.120435+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:53.120435+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:25:14.663653+0000","scrub_duration":0.001555313,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,6],"acting":[4,2,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.7","version":"70'2","reported_seq":414,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:31.317633+0000","last_change":"2024-09-13T15:12:24.631307+0000","last_active":"2024-09-13T15:13:31.317633+0000","last_peered":"2024-09-13T15:13:31.317633+0000","last_clean":"2024-09-13T15:13:31.317633+0000","last_became_active":"2024-09-13T15:12:24.621786+0000","last_became_peered":"2024-09-13T15:12:24.621786+0000","last_unstale":"2024-09-13T15:13:31.317633+0000","last_undegraded":"2024-09-13T15:13:31.317633+0000","last_fullsized":"2024-09-13T15:13:31.317633+0000","mapping_epoch":1496,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1497,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T19:42:13.282096+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":4,"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":[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":"0'0","reported_seq":121,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.815825+0000","last_change":"2024-09-13T15:12:48.748686+0000","last_active":"2024-09-13T15:13:30.815825+0000","last_peered":"2024-09-13T15:13:30.815825+0000","last_clean":"2024-09-13T15:13:30.815825+0000","last_became_active":"2024-09-13T15:12:48.748382+0000","last_became_peered":"2024-09-13T15:12:48.748382+0000","last_unstale":"2024-09-13T15:13:30.815825+0000","last_undegraded":"2024-09-13T15:13:30.815825+0000","last_fullsized":"2024-09-13T15:13:30.815825+0000","mapping_epoch":1507,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1508,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:40:31.047351+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.0","version":"0'0","reported_seq":42,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:31.316962+0000","last_change":"2024-09-13T15:12:58.497626+0000","last_active":"2024-09-13T15:13:31.316962+0000","last_peered":"2024-09-13T15:13:31.316962+0000","last_clean":"2024-09-13T15:13:31.316962+0000","last_became_active":"2024-09-13T15:12:58.497191+0000","last_became_peered":"2024-09-13T15:12:58.497191+0000","last_unstale":"2024-09-13T15:13:31.316962+0000","last_undegraded":"2024-09-13T15:13:31.316962+0000","last_fullsized":"2024-09-13T15:13:31.316962+0000","mapping_epoch":1511,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1512,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:38:40.391445+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.4","version":"373'149","reported_seq":2090,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:31.317377+0000","last_change":"2024-09-13T15:13:16.519863+0000","last_active":"2024-09-13T15:13:31.317377+0000","last_peered":"2024-09-13T15:13:31.317377+0000","last_clean":"2024-09-13T15:13:31.317377+0000","last_became_active":"2024-09-13T15:13:16.519624+0000","last_became_peered":"2024-09-13T15:13:16.519624+0000","last_unstale":"2024-09-13T15:13:31.317377+0000","last_undegraded":"2024-09-13T15:13:31.317377+0000","last_fullsized":"2024-09-13T15:13:31.317377+0000","mapping_epoch":1521,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1522,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:01:29.028945+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:01:29.028945+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:40:32.147753+0000","scrub_duration":15,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[3,5,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.6","version":"70'1","reported_seq":77,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.891248+0000","last_change":"2024-09-13T15:12:45.762011+0000","last_active":"2024-09-13T15:13:30.891248+0000","last_peered":"2024-09-13T15:13:30.891248+0000","last_clean":"2024-09-13T15:13:30.891248+0000","last_became_active":"2024-09-13T15:12:45.759060+0000","last_became_peered":"2024-09-13T15:12:45.759060+0000","last_unstale":"2024-09-13T15:13:30.891248+0000","last_undegraded":"2024-09-13T15:13:30.891248+0000","last_fullsized":"2024-09-13T15:13:30.891248+0000","mapping_epoch":1504,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1505,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T22:26:55.685629+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":8,"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,1,4],"acting":[0,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.7","version":"0'0","reported_seq":102,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.563328+0000","last_change":"2024-09-13T15:12:24.624208+0000","last_active":"2024-09-13T15:13:30.563328+0000","last_peered":"2024-09-13T15:13:30.563328+0000","last_clean":"2024-09-13T15:13:30.563328+0000","last_became_active":"2024-09-13T15:12:24.623846+0000","last_became_peered":"2024-09-13T15:12:24.623846+0000","last_unstale":"2024-09-13T15:13:30.563328+0000","last_undegraded":"2024-09-13T15:13:30.563328+0000","last_fullsized":"2024-09-13T15:13:30.563328+0000","mapping_epoch":1496,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1497,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:17:59.693431+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029877400000000002,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1","version":"0'0","reported_seq":274,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.562028+0000","last_change":"2024-09-13T15:09:32.299443+0000","last_active":"2024-09-13T15:13:30.562028+0000","last_peered":"2024-09-13T15:13:30.562028+0000","last_clean":"2024-09-13T15:13:30.562028+0000","last_became_active":"2024-09-13T15:09:32.299125+0000","last_became_peered":"2024-09-13T15:09:32.299125+0000","last_unstale":"2024-09-13T15:13:30.562028+0000","last_undegraded":"2024-09-13T15:13:30.562028+0000","last_fullsized":"2024-09-13T15:13:30.562028+0000","mapping_epoch":1455,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1456,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:05:57.361588+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.13","version":"0'0","reported_seq":309,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.562531+0000","last_change":"2024-09-13T15:12:45.754489+0000","last_active":"2024-09-13T15:13:30.562531+0000","last_peered":"2024-09-13T15:13:30.562531+0000","last_clean":"2024-09-13T15:13:30.562531+0000","last_became_active":"2024-09-13T15:12:45.754197+0000","last_became_peered":"2024-09-13T15:12:45.754197+0000","last_unstale":"2024-09-13T15:13:30.562531+0000","last_undegraded":"2024-09-13T15:13:30.562531+0000","last_fullsized":"2024-09-13T15:13:30.562531+0000","mapping_epoch":1504,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1505,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:48:23.351161+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.14","version":"455'23","reported_seq":384,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.563070+0000","last_change":"2024-09-13T15:12:24.640636+0000","last_active":"2024-09-13T15:13:30.563070+0000","last_peered":"2024-09-13T15:13:30.563070+0000","last_clean":"2024-09-13T15:13:30.563070+0000","last_became_active":"2024-09-13T15:12:24.629779+0000","last_became_peered":"2024-09-13T15:12:24.629779+0000","last_unstale":"2024-09-13T15:13:30.563070+0000","last_undegraded":"2024-09-13T15:13:30.563070+0000","last_fullsized":"2024-09-13T15:13:30.563070+0000","mapping_epoch":1496,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1497,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":23,"log_dups_size":0,"ondisk_log_size":23,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:12:45.670692+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":4756,"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":23,"num_write_kb":20,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":32,"num_bytes_recovered":38048,"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":[4,7,6],"acting":[4,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.12","version":"0'0","reported_seq":1030,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.815506+0000","last_change":"2024-09-13T15:12:48.750780+0000","last_active":"2024-09-13T15:13:30.815506+0000","last_peered":"2024-09-13T15:13:30.815506+0000","last_clean":"2024-09-13T15:13:30.815506+0000","last_became_active":"2024-09-13T15:12:48.750466+0000","last_became_peered":"2024-09-13T15:12:48.750466+0000","last_unstale":"2024-09-13T15:13:30.815506+0000","last_undegraded":"2024-09-13T15:13:30.815506+0000","last_fullsized":"2024-09-13T15:13:30.815506+0000","mapping_epoch":1507,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1508,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:57:19.378205+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[1,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.15","version":"70'3","reported_seq":47,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.818243+0000","last_change":"2024-09-13T15:12:24.638882+0000","last_active":"2024-09-13T15:13:27.818243+0000","last_peered":"2024-09-13T15:13:27.818243+0000","last_clean":"2024-09-13T15:13:27.818243+0000","last_became_active":"2024-09-13T15:12:24.628716+0000","last_became_peered":"2024-09-13T15:12:24.628716+0000","last_unstale":"2024-09-13T15:13:27.818243+0000","last_undegraded":"2024-09-13T15:13:27.818243+0000","last_fullsized":"2024-09-13T15:13:27.818243+0000","mapping_epoch":1496,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1497,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T21:49:12.650347+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":8,"num_bytes_recovered":360,"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,3,4],"acting":[7,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.14","version":"373'149","reported_seq":2048,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:31.653612+0000","last_change":"2024-09-13T15:12:27.648582+0000","last_active":"2024-09-13T15:13:31.653612+0000","last_peered":"2024-09-13T15:13:31.653612+0000","last_clean":"2024-09-13T15:13:31.653612+0000","last_became_active":"2024-09-13T15:12:27.648215+0000","last_became_peered":"2024-09-13T15:12:27.648215+0000","last_unstale":"2024-09-13T15:13:31.653612+0000","last_undegraded":"2024-09-13T15:13:31.653612+0000","last_fullsized":"2024-09-13T15:13:31.653612+0000","mapping_epoch":1499,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1500,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:01:25.087696+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:01:25.087696+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:33:33.528992+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[2,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.16","version":"0'0","reported_seq":19,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.817557+0000","last_change":"2024-09-13T15:13:13.501522+0000","last_active":"2024-09-13T15:13:27.817557+0000","last_peered":"2024-09-13T15:13:27.817557+0000","last_clean":"2024-09-13T15:13:27.817557+0000","last_became_active":"2024-09-13T15:13:13.501201+0000","last_became_peered":"2024-09-13T15:13:13.501201+0000","last_unstale":"2024-09-13T15:13:27.817557+0000","last_undegraded":"2024-09-13T15:13:27.817557+0000","last_fullsized":"2024-09-13T15:13:27.817557+0000","mapping_epoch":1518,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1519,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:05:39.812399+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.11","version":"0'0","reported_seq":409,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:31.317296+0000","last_change":"2024-09-13T15:12:24.618010+0000","last_active":"2024-09-13T15:13:31.317296+0000","last_peered":"2024-09-13T15:13:31.317296+0000","last_clean":"2024-09-13T15:13:31.317296+0000","last_became_active":"2024-09-13T15:12:24.617626+0000","last_became_peered":"2024-09-13T15:12:24.617626+0000","last_unstale":"2024-09-13T15:13:31.317296+0000","last_undegraded":"2024-09-13T15:13:31.317296+0000","last_fullsized":"2024-09-13T15:13:31.317296+0000","mapping_epoch":1496,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1497,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:59:19.938363+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.17","version":"0'0","reported_seq":2270,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.891393+0000","last_change":"2024-09-13T15:01:24.980537+0000","last_active":"2024-09-13T15:13:30.891393+0000","last_peered":"2024-09-13T15:13:30.891393+0000","last_clean":"2024-09-13T15:13:30.891393+0000","last_became_active":"2024-09-13T15:01:24.980250+0000","last_became_peered":"2024-09-13T15:01:24.980250+0000","last_unstale":"2024-09-13T15:13:30.891393+0000","last_undegraded":"2024-09-13T15:13:30.891393+0000","last_fullsized":"2024-09-13T15:13:30.891393+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:24:28.559561+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.10","version":"0'0","reported_seq":398,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:31.317642+0000","last_change":"2024-09-13T15:12:45.753378+0000","last_active":"2024-09-13T15:13:31.317642+0000","last_peered":"2024-09-13T15:13:31.317642+0000","last_clean":"2024-09-13T15:13:31.317642+0000","last_became_active":"2024-09-13T15:12:45.753033+0000","last_became_peered":"2024-09-13T15:12:45.753033+0000","last_unstale":"2024-09-13T15:13:31.317642+0000","last_undegraded":"2024-09-13T15:13:31.317642+0000","last_fullsized":"2024-09-13T15:13:31.317642+0000","mapping_epoch":1504,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1505,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:37:58.317215+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[3,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.1f","version":"0'0","reported_seq":84,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.563421+0000","last_change":"2024-09-13T15:09:32.538067+0000","last_active":"2024-09-13T15:13:30.563421+0000","last_peered":"2024-09-13T15:13:30.563421+0000","last_clean":"2024-09-13T15:13:30.563421+0000","last_became_active":"2024-09-13T15:09:32.537735+0000","last_became_peered":"2024-09-13T15:09:32.537735+0000","last_unstale":"2024-09-13T15:13:30.563421+0000","last_undegraded":"2024-09-13T15:13:30.563421+0000","last_fullsized":"2024-09-13T15:13:30.563421+0000","mapping_epoch":1455,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1456,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:25:50.497787+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.18","version":"0'0","reported_seq":412,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:31.317670+0000","last_change":"2024-09-13T15:12:45.751469+0000","last_active":"2024-09-13T15:13:31.317670+0000","last_peered":"2024-09-13T15:13:31.317670+0000","last_clean":"2024-09-13T15:13:31.317670+0000","last_became_active":"2024-09-13T15:12:45.751184+0000","last_became_peered":"2024-09-13T15:12:45.751184+0000","last_unstale":"2024-09-13T15:13:31.317670+0000","last_undegraded":"2024-09-13T15:13:31.317670+0000","last_fullsized":"2024-09-13T15:13:31.317670+0000","mapping_epoch":1504,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1505,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:12:34.970077+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1e","version":"0'0","reported_seq":2355,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.891233+0000","last_change":"2024-09-13T15:12:58.499596+0000","last_active":"2024-09-13T15:13:30.891233+0000","last_peered":"2024-09-13T15:13:30.891233+0000","last_clean":"2024-09-13T15:13:30.891233+0000","last_became_active":"2024-09-13T15:12:58.499268+0000","last_became_peered":"2024-09-13T15:12:58.499268+0000","last_unstale":"2024-09-13T15:13:30.891233+0000","last_undegraded":"2024-09-13T15:13:30.891233+0000","last_fullsized":"2024-09-13T15:13:30.891233+0000","mapping_epoch":1511,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1512,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:50:43.176236+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.19","version":"0'0","reported_seq":56,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.815330+0000","last_change":"2024-09-13T15:12:45.753482+0000","last_active":"2024-09-13T15:13:30.815330+0000","last_peered":"2024-09-13T15:13:30.815330+0000","last_clean":"2024-09-13T15:13:30.815330+0000","last_became_active":"2024-09-13T15:12:45.753158+0000","last_became_peered":"2024-09-13T15:12:45.753158+0000","last_unstale":"2024-09-13T15:13:30.815330+0000","last_undegraded":"2024-09-13T15:13:30.815330+0000","last_fullsized":"2024-09-13T15:13:30.815330+0000","mapping_epoch":1504,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1505,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:18:32.898639+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1d","version":"0'0","reported_seq":377,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:31.317398+0000","last_change":"2024-09-13T15:01:24.976076+0000","last_active":"2024-09-13T15:13:31.317398+0000","last_peered":"2024-09-13T15:13:31.317398+0000","last_clean":"2024-09-13T15:13:31.317398+0000","last_became_active":"2024-09-13T15:01:24.975757+0000","last_became_peered":"2024-09-13T15:01:24.975757+0000","last_unstale":"2024-09-13T15:13:31.317398+0000","last_undegraded":"2024-09-13T15:13:31.317398+0000","last_fullsized":"2024-09-13T15:13:31.317398+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:12:40.080845+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"3.1a","version":"70'1","reported_seq":272,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.560588+0000","last_change":"2024-09-13T15:01:09.621644+0000","last_active":"2024-09-13T15:13:27.560588+0000","last_peered":"2024-09-13T15:13:27.560588+0000","last_clean":"2024-09-13T15:13:27.560588+0000","last_became_active":"2024-09-13T15:01:09.620336+0000","last_became_peered":"2024-09-13T15:01:09.620336+0000","last_unstale":"2024-09-13T15:13:27.560588+0000","last_undegraded":"2024-09-13T15:13:27.560588+0000","last_fullsized":"2024-09-13T15:13:27.560588+0000","mapping_epoch":1341,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1342,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T20:00:35.360146+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1c","version":"0'0","reported_seq":393,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:31.653935+0000","last_change":"2024-09-13T15:01:24.976370+0000","last_active":"2024-09-13T15:13:31.653935+0000","last_peered":"2024-09-13T15:13:31.653935+0000","last_clean":"2024-09-13T15:13:31.653935+0000","last_became_active":"2024-09-13T15:01:24.975596+0000","last_became_peered":"2024-09-13T15:01:24.975596+0000","last_unstale":"2024-09-13T15:13:31.653935+0000","last_undegraded":"2024-09-13T15:13:31.653935+0000","last_fullsized":"2024-09-13T15:13:31.653935+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:13:32.203601+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[2,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.1b","version":"70'1","reported_seq":62,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.891013+0000","last_change":"2024-09-13T15:12:35.669651+0000","last_active":"2024-09-13T15:13:30.891013+0000","last_peered":"2024-09-13T15:13:30.891013+0000","last_clean":"2024-09-13T15:13:30.891013+0000","last_became_active":"2024-09-13T15:12:35.669302+0000","last_became_peered":"2024-09-13T15:12:35.669302+0000","last_unstale":"2024-09-13T15:13:30.891013+0000","last_undegraded":"2024-09-13T15:13:30.891013+0000","last_fullsized":"2024-09-13T15:13:30.891013+0000","mapping_epoch":1501,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1502,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T22:19:31.572085+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1b","version":"0'0","reported_seq":317,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.560798+0000","last_change":"2024-09-13T15:12:45.758776+0000","last_active":"2024-09-13T15:13:27.560798+0000","last_peered":"2024-09-13T15:13:27.560798+0000","last_clean":"2024-09-13T15:13:27.560798+0000","last_became_active":"2024-09-13T15:12:45.758473+0000","last_became_peered":"2024-09-13T15:12:45.758473+0000","last_unstale":"2024-09-13T15:13:27.560798+0000","last_undegraded":"2024-09-13T15:13:27.560798+0000","last_fullsized":"2024-09-13T15:13:27.560798+0000","mapping_epoch":1504,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1505,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:35:53.924079+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,3,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1c","version":"70'2","reported_seq":1565,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.817859+0000","last_change":"2024-09-13T15:12:45.751408+0000","last_active":"2024-09-13T15:13:27.817859+0000","last_peered":"2024-09-13T15:13:27.817859+0000","last_clean":"2024-09-13T15:13:27.817859+0000","last_became_active":"2024-09-13T15:12:45.745835+0000","last_became_peered":"2024-09-13T15:12:45.745835+0000","last_unstale":"2024-09-13T15:13:27.817859+0000","last_undegraded":"2024-09-13T15:13:27.817859+0000","last_fullsized":"2024-09-13T15:13:27.817859+0000","mapping_epoch":1504,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1505,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T23:30:32.475530+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":6,"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":[5,4,1],"acting":[5,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.1a","version":"0'0","reported_seq":308,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.560341+0000","last_change":"2024-09-13T15:09:59.654438+0000","last_active":"2024-09-13T15:13:27.560341+0000","last_peered":"2024-09-13T15:13:27.560341+0000","last_clean":"2024-09-13T15:13:27.560341+0000","last_became_active":"2024-09-13T15:09:59.654143+0000","last_became_peered":"2024-09-13T15:09:59.654143+0000","last_unstale":"2024-09-13T15:13:27.560341+0000","last_undegraded":"2024-09-13T15:13:27.560341+0000","last_fullsized":"2024-09-13T15:13:27.560341+0000","mapping_epoch":1462,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1463,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:19:26.424152+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[4,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1d","version":"70'2","reported_seq":1540,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.817785+0000","last_change":"2024-09-13T15:09:32.304366+0000","last_active":"2024-09-13T15:13:27.817785+0000","last_peered":"2024-09-13T15:13:27.817785+0000","last_clean":"2024-09-13T15:13:27.817785+0000","last_became_active":"2024-09-13T15:09:32.295616+0000","last_became_peered":"2024-09-13T15:09:32.295616+0000","last_unstale":"2024-09-13T15:13:27.817785+0000","last_undegraded":"2024-09-13T15:13:27.817785+0000","last_fullsized":"2024-09-13T15:13:27.817785+0000","mapping_epoch":1455,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1456,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T17:44:19.964776+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":4,"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":[5,4,6],"acting":[5,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.19","version":"0'0","reported_seq":377,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:31.317257+0000","last_change":"2024-09-13T15:01:24.975308+0000","last_active":"2024-09-13T15:13:31.317257+0000","last_peered":"2024-09-13T15:13:31.317257+0000","last_clean":"2024-09-13T15:13:31.317257+0000","last_became_active":"2024-09-13T15:01:24.974989+0000","last_became_peered":"2024-09-13T15:01:24.974989+0000","last_unstale":"2024-09-13T15:13:31.317257+0000","last_undegraded":"2024-09-13T15:13:31.317257+0000","last_fullsized":"2024-09-13T15:13:31.317257+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:22:58.631475+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,0],"acting":[3,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1e","version":"70'1","reported_seq":386,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:31.317532+0000","last_change":"2024-09-13T15:09:32.304368+0000","last_active":"2024-09-13T15:13:31.317532+0000","last_peered":"2024-09-13T15:13:31.317532+0000","last_clean":"2024-09-13T15:13:31.317532+0000","last_became_active":"2024-09-13T15:09:32.303931+0000","last_became_peered":"2024-09-13T15:09:32.303931+0000","last_unstale":"2024-09-13T15:13:31.317532+0000","last_undegraded":"2024-09-13T15:13:31.317532+0000","last_fullsized":"2024-09-13T15:13:31.317532+0000","mapping_epoch":1455,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1456,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T16:37:20.927470+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.18","version":"0'0","reported_seq":317,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.561790+0000","last_change":"2024-09-13T15:12:45.754312+0000","last_active":"2024-09-13T15:13:30.561790+0000","last_peered":"2024-09-13T15:13:30.561790+0000","last_clean":"2024-09-13T15:13:30.561790+0000","last_became_active":"2024-09-13T15:12:45.753950+0000","last_became_peered":"2024-09-13T15:12:45.753950+0000","last_unstale":"2024-09-13T15:13:30.561790+0000","last_undegraded":"2024-09-13T15:13:30.561790+0000","last_fullsized":"2024-09-13T15:13:30.561790+0000","mapping_epoch":1504,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1505,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:35:13.571867+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1f","version":"70'4","reported_seq":68,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.891281+0000","last_change":"2024-09-13T15:12:35.676353+0000","last_active":"2024-09-13T15:13:30.891281+0000","last_peered":"2024-09-13T15:13:30.891281+0000","last_clean":"2024-09-13T15:13:30.891281+0000","last_became_active":"2024-09-13T15:12:35.672225+0000","last_became_peered":"2024-09-13T15:12:35.672225+0000","last_unstale":"2024-09-13T15:13:30.891281+0000","last_undegraded":"2024-09-13T15:13:30.891281+0000","last_fullsized":"2024-09-13T15:13:30.891281+0000","mapping_epoch":1501,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1502,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T18:15:34.871304+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":14,"num_bytes_recovered":4074,"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,5,2],"acting":[0,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]}],"pool_stats":[{"poolid":4,"num_pg":32,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":96,"acting":96,"num_store_stats":8},{"poolid":3,"num_pg":32,"stat_sum":{"num_bytes":5554,"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":62,"num_write_kb":31,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":147,"num_bytes_recovered":43192,"num_keys_recovered":40,"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":16662,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":23634,"internal_metadata":0},"log_size":56,"ondisk_log_size":56,"up":96,"acting":96,"num_store_stats":8},{"poolid":2,"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":11,"num_bytes_recovered":38,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":1,"num_pg":21,"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":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":7,"num_bytes_recovered":1968800,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":3129,"ondisk_log_size":3129,"up":63,"acting":63,"num_store_stats":8}],"osd_stats":[{"osd":7,"up_from":1400,"seq":6012954214529,"num_pgs":38,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":311180,"kb_used_data":8896,"kb_used_omap":66,"kb_used_meta":302205,"kb_avail":93433972,"statfs":{"total":95995035648,"available":95676387328,"internally_reserved":0,"allocated":9109504,"data_stored":5641480,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":67622,"internal_metadata":309458906},"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":1222,"seq":5248450035972,"num_pgs":36,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":298184,"kb_used_data":9212,"kb_used_omap":67,"kb_used_meta":288892,"kb_avail":93446968,"statfs":{"total":95995035648,"available":95689695232,"internally_reserved":0,"allocated":9433088,"data_stored":5969970,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":69314,"internal_metadata":295825726},"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":38,"seq":163208757942,"num_pgs":32,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1393148,"kb_used_data":9136,"kb_used_omap":1,"kb_used_meta":1383998,"kb_avail":92352004,"statfs":{"total":95995035648,"available":94568452096,"internally_reserved":0,"allocated":9355264,"data_stored":5898216,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":1417214406},"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":[]},{"osd":4,"up_from":30,"seq":128849019579,"num_pgs":41,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":924300,"kb_used_data":8896,"kb_used_omap":1,"kb_used_meta":915390,"kb_avail":92820852,"statfs":{"total":95995035648,"available":95048552448,"internally_reserved":0,"allocated":9109504,"data_stored":5642347,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":937359814},"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":845,"seq":3629247365608,"num_pgs":39,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1187700,"kb_used_data":9448,"kb_used_omap":34,"kb_used_meta":1178205,"kb_avail":92557452,"statfs":{"total":95995035648,"available":94778830848,"internally_reserved":0,"allocated":9674752,"data_stored":6225327,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":35801,"internal_metadata":1206481959},"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":813,"seq":3491808412142,"num_pgs":25,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":753600,"kb_used_data":9140,"kb_used_omap":50,"kb_used_meta":744397,"kb_avail":92991552,"statfs":{"total":95995035648,"available":95223349248,"internally_reserved":0,"allocated":9359360,"data_stored":5900761,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":52011,"internal_metadata":762262741},"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":780,"seq":3350074491381,"num_pgs":36,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1351468,"kb_used_data":8868,"kb_used_omap":30,"kb_used_meta":1342561,"kb_avail":92393684,"statfs":{"total":95995035648,"available":94611132416,"internally_reserved":0,"allocated":9080832,"data_stored":5634888,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":31404,"internal_metadata":1374782804},"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":[]},{"osd":0,"up_from":746,"seq":3204045603324,"num_pgs":32,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1239484,"kb_used_data":9200,"kb_used_omap":66,"kb_used_meta":1230205,"kb_avail":92505668,"statfs":{"total":95995035648,"available":94725804032,"internally_reserved":0,"allocated":9420800,"data_stored":5965741,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":68403,"internal_metadata":1259730125},"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":327680,"data_stored":327680,"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":0,"data_stored":0,"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":266240,"data_stored":262688,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"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":0,"data_stored":0,"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":266240,"data_stored":262688,"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":327680,"data_stored":327680,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":4096,"data_stored":19,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":4096,"data_stored":19,"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":4096,"data_stored":19,"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":0,"data_stored":0,"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":8192,"data_stored":604,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3890,"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":3041,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":616,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1366,"internal_metadata":0},{"poolid":3,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":90,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3176,"internal_metadata":0},{"poolid":3,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":24576,"data_stored":4902,"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":8192,"data_stored":652,"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":16384,"data_stored":4826,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5318,"internal_metadata":0},{"poolid":3,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":28672,"data_stored":4972,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":6843,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":0,"data_stored":0,"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-09-13T15:14:19.290 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:reef shell --fsid 18f8172c-71da-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-13T15:14:19.830 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T15:14:19.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:14:19 smithi104 ceph-mon[105578]: from='client.36795 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T15:14:19.951 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:14:19 smithi071 ceph-mon[107477]: from='client.36795 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T15:14:19.951 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:14:19 smithi071 ceph-mon[112785]: from='client.36795 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T15:14:20.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:14:20 smithi104 ceph-mon[105578]: pgmap v2616: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:14:21.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:14:20 smithi071 ceph-mon[107477]: pgmap v2616: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:14:21.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:14:20 smithi071 ceph-mon[112785]: pgmap v2616: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:14:21.928 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-13T15:14:21.929 INFO:teuthology.orchestra.run.smithi071.stderr:dumped all 2024-09-13T15:14:22.704 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:14:22 smithi071 ceph-mon[107477]: pgmap v2617: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:14:22.704 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:14:22 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:14:22.704 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:14:22 smithi071 ceph-mon[107477]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:14:22.705 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:14:22 smithi071 ceph-mon[112785]: pgmap v2617: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:14:22.705 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:14:22 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:14:22.705 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:14:22 smithi071 ceph-mon[112785]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:14:22.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:14:22 smithi104 ceph-mon[105578]: pgmap v2617: 93 pgs: 93 active+clean; 582 KiB data, 7.1 GiB used, 708 GiB / 715 GiB avail 2024-09-13T15:14:22.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:14:22 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:14:22.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:14:22 smithi104 ceph-mon[105578]: from='mgr.25052 172.21.15.71:0/2895083394' entity='mgr.y' 2024-09-13T15:14:22.957 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:14:22 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: ::ffff:172.21.15.104 - - [13/Sep/2024:15:14:22] "GET /metrics HTTP/1.1" 200 34250 "" "Prometheus/2.51.0" 2024-09-13T15:14:22.958 INFO:teuthology.orchestra.run.smithi071.stdout:{"pg_ready":true,"pg_map":{"version":2617,"stamp":"2024-09-13T15:14:21.166480+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":595941,"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":0,"num_read_kb":0,"num_write":64,"num_write_kb":33,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":165,"num_bytes_recovered":2012030,"num_keys_recovered":40,"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":3188,"ondisk_log_size":3188,"up":279,"acting":279,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":279,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":8,"kb":749961216,"kb_used":7459064,"kb_used_data":72796,"kb_used_omap":320,"kb_used_meta":7385855,"kb_avail":742502152,"statfs":{"total":767960285184,"available":760322203648,"internally_reserved":0,"allocated":74543104,"data_stored":46878730,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":327743,"internal_metadata":7563116481},"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.002975"},"pg_stats":[{"pgid":"1.11","version":"373'149","reported_seq":1871,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.890957+0000","last_change":"2024-09-13T15:13:16.518178+0000","last_active":"2024-09-13T15:13:30.890957+0000","last_peered":"2024-09-13T15:13:30.890957+0000","last_clean":"2024-09-13T15:13:30.890957+0000","last_became_active":"2024-09-13T15:13:16.517810+0000","last_became_peered":"2024-09-13T15:13:16.517810+0000","last_unstale":"2024-09-13T15:13:30.890957+0000","last_undegraded":"2024-09-13T15:13:30.890957+0000","last_fullsized":"2024-09-13T15:13:30.890957+0000","mapping_epoch":1521,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1522,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:03:55.256014+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:03:55.256014+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:49:31.908207+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.14","version":"0'0","reported_seq":417,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:31.317433+0000","last_change":"2024-09-13T15:12:45.752608+0000","last_active":"2024-09-13T15:13:31.317433+0000","last_peered":"2024-09-13T15:13:31.317433+0000","last_clean":"2024-09-13T15:13:31.317433+0000","last_became_active":"2024-09-13T15:12:45.752284+0000","last_became_peered":"2024-09-13T15:12:45.752284+0000","last_unstale":"2024-09-13T15:13:31.317433+0000","last_undegraded":"2024-09-13T15:13:31.317433+0000","last_fullsized":"2024-09-13T15:13:31.317433+0000","mapping_epoch":1504,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1505,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:33:08.229162+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.13","version":"70'2","reported_seq":47,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.818025+0000","last_change":"2024-09-13T15:12:24.646234+0000","last_active":"2024-09-13T15:13:27.818025+0000","last_peered":"2024-09-13T15:13:27.818025+0000","last_clean":"2024-09-13T15:13:27.818025+0000","last_became_active":"2024-09-13T15:12:24.630085+0000","last_became_peered":"2024-09-13T15:12:24.630085+0000","last_unstale":"2024-09-13T15:13:27.818025+0000","last_undegraded":"2024-09-13T15:13:27.818025+0000","last_fullsized":"2024-09-13T15:13:27.818025+0000","mapping_epoch":1496,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1497,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T18:11:12.825209+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":8,"num_bytes_recovered":136,"num_keys_recovered":40,"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,2],"acting":[7,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.10","version":"373'149","reported_seq":1937,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.817978+0000","last_change":"2024-09-13T15:12:27.643153+0000","last_active":"2024-09-13T15:13:27.817978+0000","last_peered":"2024-09-13T15:13:27.817978+0000","last_clean":"2024-09-13T15:13:27.817978+0000","last_became_active":"2024-09-13T15:12:27.642752+0000","last_became_peered":"2024-09-13T15:12:27.642752+0000","last_unstale":"2024-09-13T15:13:27.817978+0000","last_undegraded":"2024-09-13T15:13:27.817978+0000","last_fullsized":"2024-09-13T15:13:27.817978+0000","mapping_epoch":1499,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1500,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:47.921711+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:47.921711+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:54:16.414758+0000","scrub_duration":0.001430061,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.15","version":"0'0","reported_seq":19,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.817773+0000","last_change":"2024-09-13T15:13:13.500094+0000","last_active":"2024-09-13T15:13:27.817773+0000","last_peered":"2024-09-13T15:13:27.817773+0000","last_clean":"2024-09-13T15:13:27.817773+0000","last_became_active":"2024-09-13T15:13:13.499708+0000","last_became_peered":"2024-09-13T15:13:13.499708+0000","last_unstale":"2024-09-13T15:13:27.817773+0000","last_undegraded":"2024-09-13T15:13:27.817773+0000","last_fullsized":"2024-09-13T15:13:27.817773+0000","mapping_epoch":1518,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1519,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:21:16.976205+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[5,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.12","version":"0'0","reported_seq":2359,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.891113+0000","last_change":"2024-09-13T15:12:58.498658+0000","last_active":"2024-09-13T15:13:30.891113+0000","last_peered":"2024-09-13T15:13:30.891113+0000","last_clean":"2024-09-13T15:13:30.891113+0000","last_became_active":"2024-09-13T15:12:58.498326+0000","last_became_peered":"2024-09-13T15:12:58.498326+0000","last_unstale":"2024-09-13T15:13:30.891113+0000","last_undegraded":"2024-09-13T15:13:30.891113+0000","last_fullsized":"2024-09-13T15:13:30.891113+0000","mapping_epoch":1511,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1512,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:17:31.158643+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.13","version":"373'149","reported_seq":1644,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.815443+0000","last_change":"2024-09-13T15:13:01.823315+0000","last_active":"2024-09-13T15:13:30.815443+0000","last_peered":"2024-09-13T15:13:30.815443+0000","last_clean":"2024-09-13T15:13:30.815443+0000","last_became_active":"2024-09-13T15:13:01.822875+0000","last_became_peered":"2024-09-13T15:13:01.822875+0000","last_unstale":"2024-09-13T15:13:30.815443+0000","last_undegraded":"2024-09-13T15:13:30.815443+0000","last_fullsized":"2024-09-13T15:13:30.815443+0000","mapping_epoch":1514,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1515,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:12:50.176385+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:12:50.176385+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:53:08.734667+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.16","version":"0'0","reported_seq":2341,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.891348+0000","last_change":"2024-09-13T15:12:24.620607+0000","last_active":"2024-09-13T15:13:30.891348+0000","last_peered":"2024-09-13T15:13:30.891348+0000","last_clean":"2024-09-13T15:13:30.891348+0000","last_became_active":"2024-09-13T15:12:24.620310+0000","last_became_peered":"2024-09-13T15:12:24.620310+0000","last_unstale":"2024-09-13T15:13:30.891348+0000","last_undegraded":"2024-09-13T15:13:30.891348+0000","last_fullsized":"2024-09-13T15:13:30.891348+0000","mapping_epoch":1496,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1497,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:47:25.548601+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[0,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.11","version":"0'0","reported_seq":41,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.818177+0000","last_change":"2024-09-13T15:12:24.628289+0000","last_active":"2024-09-13T15:13:27.818177+0000","last_peered":"2024-09-13T15:13:27.818177+0000","last_clean":"2024-09-13T15:13:27.818177+0000","last_became_active":"2024-09-13T15:12:24.627987+0000","last_became_peered":"2024-09-13T15:12:24.627987+0000","last_unstale":"2024-09-13T15:13:27.818177+0000","last_undegraded":"2024-09-13T15:13:27.818177+0000","last_fullsized":"2024-09-13T15:13:27.818177+0000","mapping_epoch":1496,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1497,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:40:50.089507+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.12","version":"373'149","reported_seq":1951,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.817586+0000","last_change":"2024-09-13T15:12:48.747535+0000","last_active":"2024-09-13T15:13:27.817586+0000","last_peered":"2024-09-13T15:13:27.817586+0000","last_clean":"2024-09-13T15:13:27.817586+0000","last_became_active":"2024-09-13T15:12:48.747172+0000","last_became_peered":"2024-09-13T15:12:48.747172+0000","last_unstale":"2024-09-13T15:13:27.817586+0000","last_undegraded":"2024-09-13T15:13:27.817586+0000","last_fullsized":"2024-09-13T15:13:27.817586+0000","mapping_epoch":1507,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1508,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:46.963090+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:46.963090+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:16:03.895999+0000","scrub_duration":0.0014971279999999999,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.17","version":"0'0","reported_seq":42,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:31.317560+0000","last_change":"2024-09-13T15:12:58.498359+0000","last_active":"2024-09-13T15:13:31.317560+0000","last_peered":"2024-09-13T15:13:31.317560+0000","last_clean":"2024-09-13T15:13:31.317560+0000","last_became_active":"2024-09-13T15:12:58.498063+0000","last_became_peered":"2024-09-13T15:12:58.498063+0000","last_unstale":"2024-09-13T15:13:31.317560+0000","last_undegraded":"2024-09-13T15:13:31.317560+0000","last_fullsized":"2024-09-13T15:13:31.317560+0000","mapping_epoch":1511,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1512,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:52:22.128368+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[3,7,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.10","version":"70'8","reported_seq":170,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.562655+0000","last_change":"2024-09-13T15:13:13.507260+0000","last_active":"2024-09-13T15:13:30.562655+0000","last_peered":"2024-09-13T15:13:30.562655+0000","last_clean":"2024-09-13T15:13:30.562655+0000","last_became_active":"2024-09-13T15:13:13.498526+0000","last_became_peered":"2024-09-13T15:13:13.498526+0000","last_unstale":"2024-09-13T15:13:30.562655+0000","last_undegraded":"2024-09-13T15:13:30.562655+0000","last_fullsized":"2024-09-13T15:13:30.562655+0000","mapping_epoch":1518,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1519,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T19:21:21.728715+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":40,"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":[6,0,5],"acting":[6,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"1.d","version":"373'149","reported_seq":1639,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.818183+0000","last_change":"2024-09-13T15:12:27.901982+0000","last_active":"2024-09-13T15:13:27.818183+0000","last_peered":"2024-09-13T15:13:27.818183+0000","last_clean":"2024-09-13T15:13:27.818183+0000","last_became_active":"2024-09-13T15:12:27.648342+0000","last_became_peered":"2024-09-13T15:12:27.648342+0000","last_unstale":"2024-09-13T15:13:27.818183+0000","last_undegraded":"2024-09-13T15:13:27.818183+0000","last_fullsized":"2024-09-13T15:13:27.818183+0000","mapping_epoch":1499,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1500,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:12:27.901847+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:12:27.901847+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:33:21.879667+0000","scrub_duration":0.0014714940000000001,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.f","version":"70'1","reported_seq":58,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.818795+0000","last_change":"2024-09-13T15:12:35.676455+0000","last_active":"2024-09-13T15:13:27.818795+0000","last_peered":"2024-09-13T15:13:27.818795+0000","last_clean":"2024-09-13T15:13:27.818795+0000","last_became_active":"2024-09-13T15:12:35.669808+0000","last_became_peered":"2024-09-13T15:12:35.669808+0000","last_unstale":"2024-09-13T15:13:27.818795+0000","last_undegraded":"2024-09-13T15:13:27.818795+0000","last_fullsized":"2024-09-13T15:13:27.818795+0000","mapping_epoch":1501,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1502,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T22:01:36.635026+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":7,"num_bytes_recovered":154,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[7,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.8","version":"0'0","reported_seq":19,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.817422+0000","last_change":"2024-09-13T15:13:13.499036+0000","last_active":"2024-09-13T15:13:27.817422+0000","last_peered":"2024-09-13T15:13:27.817422+0000","last_clean":"2024-09-13T15:13:27.817422+0000","last_became_active":"2024-09-13T15:13:13.498749+0000","last_became_peered":"2024-09-13T15:13:13.498749+0000","last_unstale":"2024-09-13T15:13:27.817422+0000","last_undegraded":"2024-09-13T15:13:27.817422+0000","last_fullsized":"2024-09-13T15:13:27.817422+0000","mapping_epoch":1518,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1519,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:36:37.096987+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.c","version":"373'149","reported_seq":2072,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:31.317376+0000","last_change":"2024-09-13T15:09:35.488671+0000","last_active":"2024-09-13T15:13:31.317376+0000","last_peered":"2024-09-13T15:13:31.317376+0000","last_clean":"2024-09-13T15:13:31.317376+0000","last_became_active":"2024-09-13T15:09:35.488305+0000","last_became_peered":"2024-09-13T15:09:35.488305+0000","last_unstale":"2024-09-13T15:13:31.317376+0000","last_undegraded":"2024-09-13T15:13:31.317376+0000","last_fullsized":"2024-09-13T15:13:31.317376+0000","mapping_epoch":1459,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1460,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:44.558993+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:44.558993+0000","objects_scrubbed":1,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:22:09.216336+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":327680,"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":2,"num_bytes_recovered":655360,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[3,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.e","version":"70'2","reported_seq":45,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.818751+0000","last_change":"2024-09-13T15:12:24.643475+0000","last_active":"2024-09-13T15:13:27.818751+0000","last_peered":"2024-09-13T15:13:27.818751+0000","last_clean":"2024-09-13T15:13:27.818751+0000","last_became_active":"2024-09-13T15:12:24.628827+0000","last_became_peered":"2024-09-13T15:12:24.628827+0000","last_unstale":"2024-09-13T15:13:27.818751+0000","last_undegraded":"2024-09-13T15:13:27.818751+0000","last_fullsized":"2024-09-13T15:13:27.818751+0000","mapping_epoch":1496,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1497,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-15T00:32:09.421965+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":3,"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,1],"acting":[7,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.9","version":"0'0","reported_seq":309,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.560210+0000","last_change":"2024-09-13T15:12:58.501010+0000","last_active":"2024-09-13T15:13:27.560210+0000","last_peered":"2024-09-13T15:13:27.560210+0000","last_clean":"2024-09-13T15:13:27.560210+0000","last_became_active":"2024-09-13T15:12:58.500713+0000","last_became_peered":"2024-09-13T15:12:58.500713+0000","last_unstale":"2024-09-13T15:13:27.560210+0000","last_undegraded":"2024-09-13T15:13:27.560210+0000","last_fullsized":"2024-09-13T15:13:27.560210+0000","mapping_epoch":1511,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1512,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:36:41.856843+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[4,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"1.f","version":"373'149","reported_seq":1762,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.563517+0000","last_change":"2024-09-13T15:09:34.457164+0000","last_active":"2024-09-13T15:13:30.563517+0000","last_peered":"2024-09-13T15:13:30.563517+0000","last_clean":"2024-09-13T15:13:30.563517+0000","last_became_active":"2024-09-13T15:09:34.456841+0000","last_became_peered":"2024-09-13T15:09:34.456841+0000","last_unstale":"2024-09-13T15:13:30.563517+0000","last_undegraded":"2024-09-13T15:13:30.563517+0000","last_fullsized":"2024-09-13T15:13:30.563517+0000","mapping_epoch":1458,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1459,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:41.996887+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:41.996887+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:29:39.842442+0000","scrub_duration":0.0021616460000000001,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[6,5,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.d","version":"70'1","reported_seq":58,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.818604+0000","last_change":"2024-09-13T15:13:13.503868+0000","last_active":"2024-09-13T15:13:27.818604+0000","last_peered":"2024-09-13T15:13:27.818604+0000","last_clean":"2024-09-13T15:13:27.818604+0000","last_became_active":"2024-09-13T15:13:13.499152+0000","last_became_peered":"2024-09-13T15:13:13.499152+0000","last_unstale":"2024-09-13T15:13:27.818604+0000","last_undegraded":"2024-09-13T15:13:27.818604+0000","last_fullsized":"2024-09-13T15:13:27.818604+0000","mapping_epoch":1518,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1519,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T21:25:50.757085+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":6,"num_bytes_recovered":420,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.a","version":"0'0","reported_seq":102,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.562924+0000","last_change":"2024-09-13T15:12:24.624238+0000","last_active":"2024-09-13T15:13:30.562924+0000","last_peered":"2024-09-13T15:13:30.562924+0000","last_clean":"2024-09-13T15:13:30.562924+0000","last_became_active":"2024-09-13T15:12:24.623956+0000","last_became_peered":"2024-09-13T15:12:24.623956+0000","last_unstale":"2024-09-13T15:13:30.562924+0000","last_undegraded":"2024-09-13T15:13:30.562924+0000","last_fullsized":"2024-09-13T15:13:30.562924+0000","mapping_epoch":1496,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1497,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:40:20.204246+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[6,5,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"1.e","version":"373'149","reported_seq":1961,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.560917+0000","last_change":"2024-09-13T15:12:27.649744+0000","last_active":"2024-09-13T15:13:27.560917+0000","last_peered":"2024-09-13T15:13:27.560917+0000","last_clean":"2024-09-13T15:13:27.560917+0000","last_became_active":"2024-09-13T15:12:27.649365+0000","last_became_peered":"2024-09-13T15:12:27.649365+0000","last_unstale":"2024-09-13T15:13:27.560917+0000","last_undegraded":"2024-09-13T15:13:27.560917+0000","last_fullsized":"2024-09-13T15:13:27.560917+0000","mapping_epoch":1499,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1500,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:46.145574+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:46.145574+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:25:55.261671+0000","scrub_duration":0.0016746529999999999,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7,3],"acting":[4,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.c","version":"0'0","reported_seq":1546,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.562301+0000","last_change":"2024-09-13T15:09:32.301211+0000","last_active":"2024-09-13T15:13:30.562301+0000","last_peered":"2024-09-13T15:13:30.562301+0000","last_clean":"2024-09-13T15:13:30.562301+0000","last_became_active":"2024-09-13T15:09:32.300771+0000","last_became_peered":"2024-09-13T15:09:32.300771+0000","last_unstale":"2024-09-13T15:13:30.562301+0000","last_undegraded":"2024-09-13T15:13:30.562301+0000","last_fullsized":"2024-09-13T15:13:30.562301+0000","mapping_epoch":1455,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1456,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:34:43.072536+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.b","version":"0'0","reported_seq":2276,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.891230+0000","last_change":"2024-09-13T14:57:14.903236+0000","last_active":"2024-09-13T15:13:30.891230+0000","last_peered":"2024-09-13T15:13:30.891230+0000","last_clean":"2024-09-13T15:13:30.891230+0000","last_became_active":"2024-09-13T14:57:14.902951+0000","last_became_peered":"2024-09-13T14:57:14.902951+0000","last_unstale":"2024-09-13T15:13:30.891230+0000","last_undegraded":"2024-09-13T15:13:30.891230+0000","last_fullsized":"2024-09-13T15:13:30.891230+0000","mapping_epoch":1280,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1281,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T14:55:09.250185+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.9","version":"373'149","reported_seq":1653,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.818088+0000","last_change":"2024-09-13T15:12:27.644633+0000","last_active":"2024-09-13T15:13:27.818088+0000","last_peered":"2024-09-13T15:13:27.818088+0000","last_clean":"2024-09-13T15:13:27.818088+0000","last_became_active":"2024-09-13T15:12:27.644209+0000","last_became_peered":"2024-09-13T15:12:27.644209+0000","last_unstale":"2024-09-13T15:13:27.818088+0000","last_undegraded":"2024-09-13T15:13:27.818088+0000","last_fullsized":"2024-09-13T15:13:27.818088+0000","mapping_epoch":1499,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1500,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:00.672283+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:00.672283+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:07:22.525608+0000","scrub_duration":8,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[7,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.b","version":"70'2","reported_seq":425,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:31.317239+0000","last_change":"2024-09-13T15:12:35.674652+0000","last_active":"2024-09-13T15:13:31.317239+0000","last_peered":"2024-09-13T15:13:31.317239+0000","last_clean":"2024-09-13T15:13:31.317239+0000","last_became_active":"2024-09-13T15:12:35.669376+0000","last_became_peered":"2024-09-13T15:12:35.669376+0000","last_unstale":"2024-09-13T15:13:31.317239+0000","last_undegraded":"2024-09-13T15:13:31.317239+0000","last_fullsized":"2024-09-13T15:13:31.317239+0000","mapping_epoch":1501,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1502,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T16:02:18.367822+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":7,"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":[3,0,4],"acting":[3,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.c","version":"0'0","reported_seq":300,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.560813+0000","last_change":"2024-09-13T15:09:32.301526+0000","last_active":"2024-09-13T15:13:27.560813+0000","last_peered":"2024-09-13T15:13:27.560813+0000","last_clean":"2024-09-13T15:13:27.560813+0000","last_became_active":"2024-09-13T15:09:32.301142+0000","last_became_peered":"2024-09-13T15:09:32.301142+0000","last_unstale":"2024-09-13T15:13:27.560813+0000","last_undegraded":"2024-09-13T15:13:27.560813+0000","last_fullsized":"2024-09-13T15:13:27.560813+0000","mapping_epoch":1455,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1456,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:39:08.067530+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[4,3,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"1.8","version":"373'149","reported_seq":1823,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.817272+0000","last_change":"2024-09-13T15:13:16.518399+0000","last_active":"2024-09-13T15:13:27.817272+0000","last_peered":"2024-09-13T15:13:27.817272+0000","last_clean":"2024-09-13T15:13:27.817272+0000","last_became_active":"2024-09-13T15:13:16.518065+0000","last_became_peered":"2024-09-13T15:13:16.518065+0000","last_unstale":"2024-09-13T15:13:27.817272+0000","last_undegraded":"2024-09-13T15:13:27.817272+0000","last_fullsized":"2024-09-13T15:13:27.817272+0000","mapping_epoch":1521,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1522,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:06.782570+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:06.782570+0000","objects_scrubbed":1,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:40:05.954772+0000","scrub_duration":2,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":262688,"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":5,"num_bytes_recovered":1313440,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[5,2,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.a","version":"0'0","reported_seq":102,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.562774+0000","last_change":"2024-09-13T15:12:45.747291+0000","last_active":"2024-09-13T15:13:30.562774+0000","last_peered":"2024-09-13T15:13:30.562774+0000","last_clean":"2024-09-13T15:13:30.562774+0000","last_became_active":"2024-09-13T15:12:45.746952+0000","last_became_peered":"2024-09-13T15:12:45.746952+0000","last_unstale":"2024-09-13T15:13:30.562774+0000","last_undegraded":"2024-09-13T15:13:30.562774+0000","last_fullsized":"2024-09-13T15:13:30.562774+0000","mapping_epoch":1504,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1505,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:49:12.921030+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.d","version":"0'0","reported_seq":273,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.561002+0000","last_change":"2024-09-13T15:01:09.620455+0000","last_active":"2024-09-13T15:13:27.561002+0000","last_peered":"2024-09-13T15:13:27.561002+0000","last_clean":"2024-09-13T15:13:27.561002+0000","last_became_active":"2024-09-13T15:01:09.620141+0000","last_became_peered":"2024-09-13T15:01:09.620141+0000","last_unstale":"2024-09-13T15:13:27.561002+0000","last_undegraded":"2024-09-13T15:13:27.561002+0000","last_fullsized":"2024-09-13T15:13:27.561002+0000","mapping_epoch":1341,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1342,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:40:38.384024+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,1],"acting":[4,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"1.b","version":"373'149","reported_seq":1652,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.815451+0000","last_change":"2024-09-13T15:13:16.516678+0000","last_active":"2024-09-13T15:13:30.815451+0000","last_peered":"2024-09-13T15:13:30.815451+0000","last_clean":"2024-09-13T15:13:30.815451+0000","last_became_active":"2024-09-13T15:13:16.516269+0000","last_became_peered":"2024-09-13T15:13:16.516269+0000","last_unstale":"2024-09-13T15:13:30.815451+0000","last_undegraded":"2024-09-13T15:13:30.815451+0000","last_fullsized":"2024-09-13T15:13:30.815451+0000","mapping_epoch":1521,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1522,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:12:51.223581+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:12:51.223581+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:47:11.187727+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,5],"acting":[1,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.9","version":"0'0","reported_seq":314,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.560676+0000","last_change":"2024-09-13T15:12:24.630461+0000","last_active":"2024-09-13T15:13:27.560676+0000","last_peered":"2024-09-13T15:13:27.560676+0000","last_clean":"2024-09-13T15:13:27.560676+0000","last_became_active":"2024-09-13T15:12:24.630148+0000","last_became_peered":"2024-09-13T15:12:24.630148+0000","last_unstale":"2024-09-13T15:13:27.560676+0000","last_undegraded":"2024-09-13T15:13:27.560676+0000","last_fullsized":"2024-09-13T15:13:27.560676+0000","mapping_epoch":1496,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1497,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:46:01.631893+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,7],"acting":[4,2,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.e","version":"0'0","reported_seq":318,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.560675+0000","last_change":"2024-09-13T15:12:45.754591+0000","last_active":"2024-09-13T15:13:27.560675+0000","last_peered":"2024-09-13T15:13:27.560675+0000","last_clean":"2024-09-13T15:13:27.560675+0000","last_became_active":"2024-09-13T15:12:45.754019+0000","last_became_peered":"2024-09-13T15:12:45.754019+0000","last_unstale":"2024-09-13T15:13:27.560675+0000","last_undegraded":"2024-09-13T15:13:27.560675+0000","last_fullsized":"2024-09-13T15:13:27.560675+0000","mapping_epoch":1504,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1505,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:33:08.981100+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"1.a","version":"373'149","reported_seq":1874,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.561940+0000","last_change":"2024-09-13T15:09:34.458810+0000","last_active":"2024-09-13T15:13:30.561940+0000","last_peered":"2024-09-13T15:13:30.561940+0000","last_clean":"2024-09-13T15:13:30.561940+0000","last_became_active":"2024-09-13T15:09:34.458370+0000","last_became_peered":"2024-09-13T15:09:34.458370+0000","last_unstale":"2024-09-13T15:13:30.561940+0000","last_undegraded":"2024-09-13T15:13:30.561940+0000","last_fullsized":"2024-09-13T15:13:30.561940+0000","mapping_epoch":1458,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1459,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:52:05.812475+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:52:05.812475+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:31:30.879434+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[5,2,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.8","version":"0'0","reported_seq":42,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:31.316972+0000","last_change":"2024-09-13T15:12:58.499610+0000","last_active":"2024-09-13T15:13:31.316972+0000","last_peered":"2024-09-13T15:13:31.316972+0000","last_clean":"2024-09-13T15:13:31.316972+0000","last_became_active":"2024-09-13T15:12:58.499166+0000","last_became_peered":"2024-09-13T15:12:58.499166+0000","last_unstale":"2024-09-13T15:13:31.316972+0000","last_undegraded":"2024-09-13T15:13:31.316972+0000","last_fullsized":"2024-09-13T15:13:31.316972+0000","mapping_epoch":1511,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1512,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:42:54.370839+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.f","version":"0'0","reported_seq":178,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:31.653994+0000","last_change":"2024-09-13T15:07:48.163399+0000","last_active":"2024-09-13T15:13:31.653994+0000","last_peered":"2024-09-13T15:13:31.653994+0000","last_clean":"2024-09-13T15:13:31.653994+0000","last_became_active":"2024-09-13T15:07:48.163060+0000","last_became_peered":"2024-09-13T15:07:48.163060+0000","last_unstale":"2024-09-13T15:13:31.653994+0000","last_undegraded":"2024-09-13T15:13:31.653994+0000","last_fullsized":"2024-09-13T15:13:31.653994+0000","mapping_epoch":1444,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1445,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:32:11.459505+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[2,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"1.0","version":"373'149","reported_seq":1868,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.817290+0000","last_change":"2024-09-13T15:12:27.646347+0000","last_active":"2024-09-13T15:13:27.817290+0000","last_peered":"2024-09-13T15:13:27.817290+0000","last_clean":"2024-09-13T15:13:27.817290+0000","last_became_active":"2024-09-13T15:12:27.645933+0000","last_became_peered":"2024-09-13T15:12:27.645933+0000","last_unstale":"2024-09-13T15:13:27.817290+0000","last_undegraded":"2024-09-13T15:13:27.817290+0000","last_fullsized":"2024-09-13T15:13:27.817290+0000","mapping_epoch":1499,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":1500,"parent":"0.0","parent_split_bits":0,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:10:40.366061+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:10:40.366061+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:31:08.413164+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"63'1","reported_seq":1641,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.818033+0000","last_change":"2024-09-13T15:12:24.635810+0000","last_active":"2024-09-13T15:13:27.818033+0000","last_peered":"2024-09-13T15:13:27.818033+0000","last_clean":"2024-09-13T15:13:27.818033+0000","last_became_active":"2024-09-13T15:12:24.621579+0000","last_became_peered":"2024-09-13T15:12:24.621579+0000","last_unstale":"2024-09-13T15:13:27.818033+0000","last_undegraded":"2024-09-13T15:13:27.818033+0000","last_fullsized":"2024-09-13T15:13:27.818033+0000","mapping_epoch":1496,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1497,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-14T18:32:29.488867+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029038399999999998,"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":9,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":231,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:31.317125+0000","last_change":"2024-09-13T15:09:32.300528+0000","last_active":"2024-09-13T15:13:31.317125+0000","last_peered":"2024-09-13T15:13:31.317125+0000","last_clean":"2024-09-13T15:13:31.317125+0000","last_became_active":"2024-09-13T15:09:32.300079+0000","last_became_peered":"2024-09-13T15:09:32.300079+0000","last_unstale":"2024-09-13T15:13:31.317125+0000","last_undegraded":"2024-09-13T15:13:31.317125+0000","last_fullsized":"2024-09-13T15:13:31.317125+0000","mapping_epoch":1455,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1456,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:00:01.184232+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.5","version":"0'0","reported_seq":102,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.563391+0000","last_change":"2024-09-13T15:12:24.630176+0000","last_active":"2024-09-13T15:13:30.563391+0000","last_peered":"2024-09-13T15:13:30.563391+0000","last_clean":"2024-09-13T15:13:30.563391+0000","last_became_active":"2024-09-13T15:12:24.629813+0000","last_became_peered":"2024-09-13T15:12:24.629813+0000","last_unstale":"2024-09-13T15:13:30.563391+0000","last_undegraded":"2024-09-13T15:13:30.563391+0000","last_fullsized":"2024-09-13T15:13:30.563391+0000","mapping_epoch":1496,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1497,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:41:56.163015+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.3","version":"373'149","reported_seq":1642,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.815608+0000","last_change":"2024-09-13T15:12:49.174458+0000","last_active":"2024-09-13T15:13:30.815608+0000","last_peered":"2024-09-13T15:13:30.815608+0000","last_clean":"2024-09-13T15:13:30.815608+0000","last_became_active":"2024-09-13T15:12:48.749588+0000","last_became_peered":"2024-09-13T15:12:48.749588+0000","last_unstale":"2024-09-13T15:13:30.815608+0000","last_undegraded":"2024-09-13T15:13:30.815608+0000","last_fullsized":"2024-09-13T15:13:30.815608+0000","mapping_epoch":1507,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1508,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:12:49.174409+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:12:49.174409+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:24:51.322228+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"2.0","version":"0'0","reported_seq":50,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.817559+0000","last_change":"2024-09-13T15:12:45.760137+0000","last_active":"2024-09-13T15:13:27.817559+0000","last_peered":"2024-09-13T15:13:27.817559+0000","last_clean":"2024-09-13T15:13:27.817559+0000","last_became_active":"2024-09-13T15:12:45.759789+0000","last_became_peered":"2024-09-13T15:12:45.759789+0000","last_unstale":"2024-09-13T15:13:27.817559+0000","last_undegraded":"2024-09-13T15:13:27.817559+0000","last_fullsized":"2024-09-13T15:13:27.817559+0000","mapping_epoch":1504,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1505,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:20:17.461540+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000322109,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":2322,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.890960+0000","last_change":"2024-09-13T15:12:58.497231+0000","last_active":"2024-09-13T15:13:30.890960+0000","last_peered":"2024-09-13T15:13:30.890960+0000","last_clean":"2024-09-13T15:13:30.890960+0000","last_became_active":"2024-09-13T15:12:58.496897+0000","last_became_peered":"2024-09-13T15:12:58.496897+0000","last_unstale":"2024-09-13T15:13:30.890960+0000","last_undegraded":"2024-09-13T15:13:30.890960+0000","last_fullsized":"2024-09-13T15:13:30.890960+0000","mapping_epoch":1511,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1512,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:52:58.131566+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.6","version":"0'0","reported_seq":62,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.891094+0000","last_change":"2024-09-13T15:12:35.671905+0000","last_active":"2024-09-13T15:13:30.891094+0000","last_peered":"2024-09-13T15:13:30.891094+0000","last_clean":"2024-09-13T15:13:30.891094+0000","last_became_active":"2024-09-13T15:12:35.671459+0000","last_became_peered":"2024-09-13T15:12:35.671459+0000","last_unstale":"2024-09-13T15:13:30.891094+0000","last_undegraded":"2024-09-13T15:13:30.891094+0000","last_fullsized":"2024-09-13T15:13:30.891094+0000","mapping_epoch":1501,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1502,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:53:12.711625+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.2","version":"373'149","reported_seq":1758,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.817987+0000","last_change":"2024-09-13T15:12:27.648758+0000","last_active":"2024-09-13T15:13:27.817987+0000","last_peered":"2024-09-13T15:13:27.817987+0000","last_clean":"2024-09-13T15:13:27.817987+0000","last_became_active":"2024-09-13T15:12:27.648335+0000","last_became_peered":"2024-09-13T15:12:27.648335+0000","last_unstale":"2024-09-13T15:13:27.817987+0000","last_undegraded":"2024-09-13T15:13:27.817987+0000","last_fullsized":"2024-09-13T15:13:27.817987+0000","mapping_epoch":1499,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1500,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:45.571820+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:45.571820+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:31:04.605022+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.1","version":"0'0","reported_seq":394,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:31.653812+0000","last_change":"2024-09-13T15:05:51.737191+0000","last_active":"2024-09-13T15:13:31.653812+0000","last_peered":"2024-09-13T15:13:31.653812+0000","last_clean":"2024-09-13T15:13:31.653812+0000","last_became_active":"2024-09-13T15:05:51.736725+0000","last_became_peered":"2024-09-13T15:05:51.736725+0000","last_unstale":"2024-09-13T15:13:31.653812+0000","last_undegraded":"2024-09-13T15:13:31.653812+0000","last_fullsized":"2024-09-13T15:13:31.653812+0000","mapping_epoch":1422,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1423,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:40:12.764444+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00030931399999999999,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":1663,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.815380+0000","last_change":"2024-09-13T15:12:48.750453+0000","last_active":"2024-09-13T15:13:30.815380+0000","last_peered":"2024-09-13T15:13:30.815380+0000","last_clean":"2024-09-13T15:13:30.815380+0000","last_became_active":"2024-09-13T15:12:48.750166+0000","last_became_peered":"2024-09-13T15:12:48.750166+0000","last_unstale":"2024-09-13T15:13:30.815380+0000","last_undegraded":"2024-09-13T15:13:30.815380+0000","last_fullsized":"2024-09-13T15:13:30.815380+0000","mapping_epoch":1507,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1508,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:00:58.281857+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.7","version":"0'0","reported_seq":1826,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.815943+0000","last_change":"2024-09-13T15:12:48.752734+0000","last_active":"2024-09-13T15:13:30.815943+0000","last_peered":"2024-09-13T15:13:30.815943+0000","last_clean":"2024-09-13T15:13:30.815943+0000","last_became_active":"2024-09-13T15:12:48.752448+0000","last_became_peered":"2024-09-13T15:12:48.752448+0000","last_unstale":"2024-09-13T15:13:30.815943+0000","last_undegraded":"2024-09-13T15:13:30.815943+0000","last_fullsized":"2024-09-13T15:13:30.815943+0000","mapping_epoch":1507,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1508,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:45:43.542211+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.1","version":"373'149","reported_seq":1868,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.817452+0000","last_change":"2024-09-13T15:01:12.669020+0000","last_active":"2024-09-13T15:13:27.817452+0000","last_peered":"2024-09-13T15:13:27.817452+0000","last_clean":"2024-09-13T15:13:27.817452+0000","last_became_active":"2024-09-13T15:01:12.668669+0000","last_became_peered":"2024-09-13T15:01:12.668669+0000","last_unstale":"2024-09-13T15:13:27.817452+0000","last_undegraded":"2024-09-13T15:13:27.817452+0000","last_fullsized":"2024-09-13T15:13:27.817452+0000","mapping_epoch":1344,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1345,"parent":"0.0","parent_split_bits":4,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:44.985050+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:44.985050+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:08:39.101982+0000","scrub_duration":0.0017537869999999999,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[5,0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.2","version":"65'2","reported_seq":1537,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.817675+0000","last_change":"2024-09-13T15:09:32.544828+0000","last_active":"2024-09-13T15:13:27.817675+0000","last_peered":"2024-09-13T15:13:27.817675+0000","last_clean":"2024-09-13T15:13:27.817675+0000","last_became_active":"2024-09-13T15:09:32.540481+0000","last_became_peered":"2024-09-13T15:09:32.540481+0000","last_unstale":"2024-09-13T15:13:27.817675+0000","last_undegraded":"2024-09-13T15:13:27.817675+0000","last_fullsized":"2024-09-13T15:13:27.817675+0000","mapping_epoch":1455,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1456,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+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-09-15T01:45:29.765180+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00094368000000000002,"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":2,"num_bytes_recovered":38,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":274,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.562620+0000","last_change":"2024-09-13T15:09:32.522622+0000","last_active":"2024-09-13T15:13:30.562620+0000","last_peered":"2024-09-13T15:13:30.562620+0000","last_clean":"2024-09-13T15:13:30.562620+0000","last_became_active":"2024-09-13T15:09:32.522210+0000","last_became_peered":"2024-09-13T15:09:32.522210+0000","last_unstale":"2024-09-13T15:13:30.562620+0000","last_undegraded":"2024-09-13T15:13:30.562620+0000","last_fullsized":"2024-09-13T15:13:30.562620+0000","mapping_epoch":1455,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1456,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:24:39.612769+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.4","version":"0'0","reported_seq":404,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.815619+0000","last_change":"2024-09-13T15:12:48.755343+0000","last_active":"2024-09-13T15:13:30.815619+0000","last_peered":"2024-09-13T15:13:30.815619+0000","last_clean":"2024-09-13T15:13:30.815619+0000","last_became_active":"2024-09-13T15:12:48.754346+0000","last_became_peered":"2024-09-13T15:12:48.754346+0000","last_unstale":"2024-09-13T15:13:30.815619+0000","last_undegraded":"2024-09-13T15:13:30.815619+0000","last_fullsized":"2024-09-13T15:13:30.815619+0000","mapping_epoch":1507,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1508,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:03:05.324496+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.7","version":"373'149","reported_seq":1871,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.563532+0000","last_change":"2024-09-13T15:13:01.822079+0000","last_active":"2024-09-13T15:13:30.563532+0000","last_peered":"2024-09-13T15:13:30.563532+0000","last_clean":"2024-09-13T15:13:30.563532+0000","last_became_active":"2024-09-13T15:13:01.821813+0000","last_became_peered":"2024-09-13T15:13:01.821813+0000","last_unstale":"2024-09-13T15:13:30.563532+0000","last_undegraded":"2024-09-13T15:13:30.563532+0000","last_fullsized":"2024-09-13T15:13:30.563532+0000","mapping_epoch":1514,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1515,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:06:01.469635+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:06:01.469635+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T22:48:54.195068+0000","scrub_duration":5,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[6,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.5","version":"0'0","reported_seq":1586,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.563043+0000","last_change":"2024-09-13T15:01:24.988475+0000","last_active":"2024-09-13T15:13:30.563043+0000","last_peered":"2024-09-13T15:13:30.563043+0000","last_clean":"2024-09-13T15:13:30.563043+0000","last_became_active":"2024-09-13T15:01:24.988142+0000","last_became_peered":"2024-09-13T15:01:24.988142+0000","last_unstale":"2024-09-13T15:13:30.563043+0000","last_undegraded":"2024-09-13T15:13:30.563043+0000","last_fullsized":"2024-09-13T15:13:30.563043+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:45:39.600773+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.4","version":"0'0","reported_seq":2286,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.815486+0000","last_change":"2024-09-13T15:12:48.882400+0000","last_active":"2024-09-13T15:13:30.815486+0000","last_peered":"2024-09-13T15:13:30.815486+0000","last_clean":"2024-09-13T15:13:30.815486+0000","last_became_active":"2024-09-13T15:12:48.882049+0000","last_became_peered":"2024-09-13T15:12:48.882049+0000","last_unstale":"2024-09-13T15:13:30.815486+0000","last_undegraded":"2024-09-13T15:13:30.815486+0000","last_fullsized":"2024-09-13T15:13:30.815486+0000","mapping_epoch":1507,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1508,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:31:36.139141+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00031535100000000001,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.2","version":"0'0","reported_seq":1828,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.815344+0000","last_change":"2024-09-13T15:13:13.500456+0000","last_active":"2024-09-13T15:13:30.815344+0000","last_peered":"2024-09-13T15:13:30.815344+0000","last_clean":"2024-09-13T15:13:30.815344+0000","last_became_active":"2024-09-13T15:13:13.500117+0000","last_became_peered":"2024-09-13T15:13:13.500117+0000","last_unstale":"2024-09-13T15:13:30.815344+0000","last_undegraded":"2024-09-13T15:13:30.815344+0000","last_fullsized":"2024-09-13T15:13:30.815344+0000","mapping_epoch":1518,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1519,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T01:28:05.139492+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.6","version":"373'149","reported_seq":2038,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.563524+0000","last_change":"2024-09-13T15:13:01.823294+0000","last_active":"2024-09-13T15:13:30.563524+0000","last_peered":"2024-09-13T15:13:30.563524+0000","last_clean":"2024-09-13T15:13:30.563524+0000","last_became_active":"2024-09-13T15:13:01.822892+0000","last_became_peered":"2024-09-13T15:13:01.822892+0000","last_unstale":"2024-09-13T15:13:30.563524+0000","last_undegraded":"2024-09-13T15:13:30.563524+0000","last_fullsized":"2024-09-13T15:13:30.563524+0000","mapping_epoch":1514,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1515,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:47.545603+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:47.545603+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:59:20.455332+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[6,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.4","version":"0'0","reported_seq":404,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.815618+0000","last_change":"2024-09-13T15:13:13.501674+0000","last_active":"2024-09-13T15:13:30.815618+0000","last_peered":"2024-09-13T15:13:30.815618+0000","last_clean":"2024-09-13T15:13:30.815618+0000","last_became_active":"2024-09-13T15:13:13.501323+0000","last_became_peered":"2024-09-13T15:13:13.501323+0000","last_unstale":"2024-09-13T15:13:30.815618+0000","last_undegraded":"2024-09-13T15:13:30.815618+0000","last_fullsized":"2024-09-13T15:13:30.815618+0000","mapping_epoch":1518,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1519,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:51:19.980945+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.5","version":"0'0","reported_seq":41,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.818290+0000","last_change":"2024-09-13T15:12:24.629456+0000","last_active":"2024-09-13T15:13:27.818290+0000","last_peered":"2024-09-13T15:13:27.818290+0000","last_clean":"2024-09-13T15:13:27.818290+0000","last_became_active":"2024-09-13T15:12:24.629011+0000","last_became_peered":"2024-09-13T15:12:24.629011+0000","last_unstale":"2024-09-13T15:13:27.818290+0000","last_undegraded":"2024-09-13T15:13:27.818290+0000","last_fullsized":"2024-09-13T15:13:27.818290+0000","mapping_epoch":1496,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1497,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:05:18.388709+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000327091,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[7,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"4.3","version":"0'0","reported_seq":2286,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.891313+0000","last_change":"2024-09-13T15:12:24.623421+0000","last_active":"2024-09-13T15:13:30.891313+0000","last_peered":"2024-09-13T15:13:30.891313+0000","last_clean":"2024-09-13T15:13:30.891313+0000","last_became_active":"2024-09-13T15:12:24.623107+0000","last_became_peered":"2024-09-13T15:12:24.623107+0000","last_unstale":"2024-09-13T15:13:30.891313+0000","last_undegraded":"2024-09-13T15:13:30.891313+0000","last_fullsized":"2024-09-13T15:13:30.891313+0000","mapping_epoch":1496,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1497,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:35:06.164179+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.5","version":"373'149","reported_seq":1923,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.563719+0000","last_change":"2024-09-13T15:09:34.511380+0000","last_active":"2024-09-13T15:13:30.563719+0000","last_peered":"2024-09-13T15:13:30.563719+0000","last_clean":"2024-09-13T15:13:30.563719+0000","last_became_active":"2024-09-13T15:09:34.510969+0000","last_became_peered":"2024-09-13T15:09:34.510969+0000","last_unstale":"2024-09-13T15:13:30.563719+0000","last_undegraded":"2024-09-13T15:13:30.563719+0000","last_fullsized":"2024-09-13T15:13:30.563719+0000","mapping_epoch":1458,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1459,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T14:58:53.120435+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T14:58:53.120435+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:25:14.663653+0000","scrub_duration":0.001555313,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,6],"acting":[4,2,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.7","version":"70'2","reported_seq":414,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:31.317633+0000","last_change":"2024-09-13T15:12:24.631307+0000","last_active":"2024-09-13T15:13:31.317633+0000","last_peered":"2024-09-13T15:13:31.317633+0000","last_clean":"2024-09-13T15:13:31.317633+0000","last_became_active":"2024-09-13T15:12:24.621786+0000","last_became_peered":"2024-09-13T15:12:24.621786+0000","last_unstale":"2024-09-13T15:13:31.317633+0000","last_undegraded":"2024-09-13T15:13:31.317633+0000","last_fullsized":"2024-09-13T15:13:31.317633+0000","mapping_epoch":1496,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1497,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T19:42:13.282096+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":4,"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":[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":"0'0","reported_seq":121,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.815825+0000","last_change":"2024-09-13T15:12:48.748686+0000","last_active":"2024-09-13T15:13:30.815825+0000","last_peered":"2024-09-13T15:13:30.815825+0000","last_clean":"2024-09-13T15:13:30.815825+0000","last_became_active":"2024-09-13T15:12:48.748382+0000","last_became_peered":"2024-09-13T15:12:48.748382+0000","last_unstale":"2024-09-13T15:13:30.815825+0000","last_undegraded":"2024-09-13T15:13:30.815825+0000","last_fullsized":"2024-09-13T15:13:30.815825+0000","mapping_epoch":1507,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1508,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:40:31.047351+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.0","version":"0'0","reported_seq":42,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:31.316962+0000","last_change":"2024-09-13T15:12:58.497626+0000","last_active":"2024-09-13T15:13:31.316962+0000","last_peered":"2024-09-13T15:13:31.316962+0000","last_clean":"2024-09-13T15:13:31.316962+0000","last_became_active":"2024-09-13T15:12:58.497191+0000","last_became_peered":"2024-09-13T15:12:58.497191+0000","last_unstale":"2024-09-13T15:13:31.316962+0000","last_undegraded":"2024-09-13T15:13:31.316962+0000","last_fullsized":"2024-09-13T15:13:31.316962+0000","mapping_epoch":1511,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1512,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:38:40.391445+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"1.4","version":"373'149","reported_seq":2090,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:31.317377+0000","last_change":"2024-09-13T15:13:16.519863+0000","last_active":"2024-09-13T15:13:31.317377+0000","last_peered":"2024-09-13T15:13:31.317377+0000","last_clean":"2024-09-13T15:13:31.317377+0000","last_became_active":"2024-09-13T15:13:16.519624+0000","last_became_peered":"2024-09-13T15:13:16.519624+0000","last_unstale":"2024-09-13T15:13:31.317377+0000","last_undegraded":"2024-09-13T15:13:31.317377+0000","last_fullsized":"2024-09-13T15:13:31.317377+0000","mapping_epoch":1521,"log_start":"0'0","ondisk_log_start":"0'0","created":1215,"last_epoch_clean":1522,"parent":"0.0","parent_split_bits":3,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:01:29.028945+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:01:29.028945+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:40:32.147753+0000","scrub_duration":15,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,7],"acting":[3,5,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.6","version":"70'1","reported_seq":77,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.891248+0000","last_change":"2024-09-13T15:12:45.762011+0000","last_active":"2024-09-13T15:13:30.891248+0000","last_peered":"2024-09-13T15:13:30.891248+0000","last_clean":"2024-09-13T15:13:30.891248+0000","last_became_active":"2024-09-13T15:12:45.759060+0000","last_became_peered":"2024-09-13T15:12:45.759060+0000","last_unstale":"2024-09-13T15:13:30.891248+0000","last_undegraded":"2024-09-13T15:13:30.891248+0000","last_fullsized":"2024-09-13T15:13:30.891248+0000","mapping_epoch":1504,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1505,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T22:26:55.685629+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":8,"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,1,4],"acting":[0,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.7","version":"0'0","reported_seq":102,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.563328+0000","last_change":"2024-09-13T15:12:24.624208+0000","last_active":"2024-09-13T15:13:30.563328+0000","last_peered":"2024-09-13T15:13:30.563328+0000","last_clean":"2024-09-13T15:13:30.563328+0000","last_became_active":"2024-09-13T15:12:24.623846+0000","last_became_peered":"2024-09-13T15:12:24.623846+0000","last_unstale":"2024-09-13T15:13:30.563328+0000","last_undegraded":"2024-09-13T15:13:30.563328+0000","last_fullsized":"2024-09-13T15:13:30.563328+0000","mapping_epoch":1496,"log_start":"0'0","ondisk_log_start":"0'0","created":60,"last_epoch_clean":1497,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:18:11.483650+0000","last_clean_scrub_stamp":"2024-09-13T14:18:11.483650+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:17:59.693431+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029877400000000002,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1","version":"0'0","reported_seq":274,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.562028+0000","last_change":"2024-09-13T15:09:32.299443+0000","last_active":"2024-09-13T15:13:30.562028+0000","last_peered":"2024-09-13T15:13:30.562028+0000","last_clean":"2024-09-13T15:13:30.562028+0000","last_became_active":"2024-09-13T15:09:32.299125+0000","last_became_peered":"2024-09-13T15:09:32.299125+0000","last_unstale":"2024-09-13T15:13:30.562028+0000","last_undegraded":"2024-09-13T15:13:30.562028+0000","last_fullsized":"2024-09-13T15:13:30.562028+0000","mapping_epoch":1455,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1456,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T02:05:57.361588+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.13","version":"0'0","reported_seq":309,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.562531+0000","last_change":"2024-09-13T15:12:45.754489+0000","last_active":"2024-09-13T15:13:30.562531+0000","last_peered":"2024-09-13T15:13:30.562531+0000","last_clean":"2024-09-13T15:13:30.562531+0000","last_became_active":"2024-09-13T15:12:45.754197+0000","last_became_peered":"2024-09-13T15:12:45.754197+0000","last_unstale":"2024-09-13T15:13:30.562531+0000","last_undegraded":"2024-09-13T15:13:30.562531+0000","last_fullsized":"2024-09-13T15:13:30.562531+0000","mapping_epoch":1504,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1505,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:48:23.351161+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.14","version":"455'23","reported_seq":384,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.563070+0000","last_change":"2024-09-13T15:12:24.640636+0000","last_active":"2024-09-13T15:13:30.563070+0000","last_peered":"2024-09-13T15:13:30.563070+0000","last_clean":"2024-09-13T15:13:30.563070+0000","last_became_active":"2024-09-13T15:12:24.629779+0000","last_became_peered":"2024-09-13T15:12:24.629779+0000","last_unstale":"2024-09-13T15:13:30.563070+0000","last_undegraded":"2024-09-13T15:13:30.563070+0000","last_fullsized":"2024-09-13T15:13:30.563070+0000","mapping_epoch":1496,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1497,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":23,"log_dups_size":0,"ondisk_log_size":23,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T18:12:45.670692+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":4756,"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":23,"num_write_kb":20,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":32,"num_bytes_recovered":38048,"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":[4,7,6],"acting":[4,7,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"4.12","version":"0'0","reported_seq":1030,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.815506+0000","last_change":"2024-09-13T15:12:48.750780+0000","last_active":"2024-09-13T15:13:30.815506+0000","last_peered":"2024-09-13T15:13:30.815506+0000","last_clean":"2024-09-13T15:13:30.815506+0000","last_became_active":"2024-09-13T15:12:48.750466+0000","last_became_peered":"2024-09-13T15:12:48.750466+0000","last_unstale":"2024-09-13T15:13:30.815506+0000","last_undegraded":"2024-09-13T15:13:30.815506+0000","last_fullsized":"2024-09-13T15:13:30.815506+0000","mapping_epoch":1507,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1508,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:57:19.378205+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2],"acting":[1,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.15","version":"70'3","reported_seq":47,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.818243+0000","last_change":"2024-09-13T15:12:24.638882+0000","last_active":"2024-09-13T15:13:27.818243+0000","last_peered":"2024-09-13T15:13:27.818243+0000","last_clean":"2024-09-13T15:13:27.818243+0000","last_became_active":"2024-09-13T15:12:24.628716+0000","last_became_peered":"2024-09-13T15:12:24.628716+0000","last_unstale":"2024-09-13T15:13:27.818243+0000","last_undegraded":"2024-09-13T15:13:27.818243+0000","last_fullsized":"2024-09-13T15:13:27.818243+0000","mapping_epoch":1496,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1497,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T21:49:12.650347+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":8,"num_bytes_recovered":360,"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,3,4],"acting":[7,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"1.14","version":"373'149","reported_seq":2048,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:31.653612+0000","last_change":"2024-09-13T15:12:27.648582+0000","last_active":"2024-09-13T15:13:31.653612+0000","last_peered":"2024-09-13T15:13:31.653612+0000","last_clean":"2024-09-13T15:13:31.653612+0000","last_became_active":"2024-09-13T15:12:27.648215+0000","last_became_peered":"2024-09-13T15:12:27.648215+0000","last_unstale":"2024-09-13T15:13:31.653612+0000","last_undegraded":"2024-09-13T15:13:31.653612+0000","last_fullsized":"2024-09-13T15:13:31.653612+0000","mapping_epoch":1499,"log_start":"0'0","ondisk_log_start":"0'0","created":1261,"last_epoch_clean":1500,"parent":"0.0","parent_split_bits":5,"last_scrub":"373'149","last_scrub_stamp":"2024-09-13T15:01:25.087696+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:15:42.548303+0000","last_clean_scrub_stamp":"2024-09-13T15:01:25.087696+0000","objects_scrubbed":0,"log_size":149,"log_dups_size":0,"ondisk_log_size":149,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:33:33.528992+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,4],"acting":[2,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.16","version":"0'0","reported_seq":19,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.817557+0000","last_change":"2024-09-13T15:13:13.501522+0000","last_active":"2024-09-13T15:13:27.817557+0000","last_peered":"2024-09-13T15:13:27.817557+0000","last_clean":"2024-09-13T15:13:27.817557+0000","last_became_active":"2024-09-13T15:13:13.501201+0000","last_became_peered":"2024-09-13T15:13:13.501201+0000","last_unstale":"2024-09-13T15:13:27.817557+0000","last_undegraded":"2024-09-13T15:13:27.817557+0000","last_fullsized":"2024-09-13T15:13:27.817557+0000","mapping_epoch":1518,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1519,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:05:39.812399+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.11","version":"0'0","reported_seq":409,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:31.317296+0000","last_change":"2024-09-13T15:12:24.618010+0000","last_active":"2024-09-13T15:13:31.317296+0000","last_peered":"2024-09-13T15:13:31.317296+0000","last_clean":"2024-09-13T15:13:31.317296+0000","last_became_active":"2024-09-13T15:12:24.617626+0000","last_became_peered":"2024-09-13T15:12:24.617626+0000","last_unstale":"2024-09-13T15:13:31.317296+0000","last_undegraded":"2024-09-13T15:13:31.317296+0000","last_fullsized":"2024-09-13T15:13:31.317296+0000","mapping_epoch":1496,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1497,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T21:59:19.938363+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.17","version":"0'0","reported_seq":2270,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.891393+0000","last_change":"2024-09-13T15:01:24.980537+0000","last_active":"2024-09-13T15:13:30.891393+0000","last_peered":"2024-09-13T15:13:30.891393+0000","last_clean":"2024-09-13T15:13:30.891393+0000","last_became_active":"2024-09-13T15:01:24.980250+0000","last_became_peered":"2024-09-13T15:01:24.980250+0000","last_unstale":"2024-09-13T15:13:30.891393+0000","last_undegraded":"2024-09-13T15:13:30.891393+0000","last_fullsized":"2024-09-13T15:13:30.891393+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:24:28.559561+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.10","version":"0'0","reported_seq":398,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:31.317642+0000","last_change":"2024-09-13T15:12:45.753378+0000","last_active":"2024-09-13T15:13:31.317642+0000","last_peered":"2024-09-13T15:13:31.317642+0000","last_clean":"2024-09-13T15:13:31.317642+0000","last_became_active":"2024-09-13T15:12:45.753033+0000","last_became_peered":"2024-09-13T15:12:45.753033+0000","last_unstale":"2024-09-13T15:13:31.317642+0000","last_undegraded":"2024-09-13T15:13:31.317642+0000","last_fullsized":"2024-09-13T15:13:31.317642+0000","mapping_epoch":1504,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1505,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:37:58.317215+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[3,1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.1f","version":"0'0","reported_seq":84,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.563421+0000","last_change":"2024-09-13T15:09:32.538067+0000","last_active":"2024-09-13T15:13:30.563421+0000","last_peered":"2024-09-13T15:13:30.563421+0000","last_clean":"2024-09-13T15:13:30.563421+0000","last_became_active":"2024-09-13T15:09:32.537735+0000","last_became_peered":"2024-09-13T15:09:32.537735+0000","last_unstale":"2024-09-13T15:13:30.563421+0000","last_undegraded":"2024-09-13T15:13:30.563421+0000","last_fullsized":"2024-09-13T15:13:30.563421+0000","mapping_epoch":1455,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1456,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:25:50.497787+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.18","version":"0'0","reported_seq":412,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:31.317670+0000","last_change":"2024-09-13T15:12:45.751469+0000","last_active":"2024-09-13T15:13:31.317670+0000","last_peered":"2024-09-13T15:13:31.317670+0000","last_clean":"2024-09-13T15:13:31.317670+0000","last_became_active":"2024-09-13T15:12:45.751184+0000","last_became_peered":"2024-09-13T15:12:45.751184+0000","last_unstale":"2024-09-13T15:13:31.317670+0000","last_undegraded":"2024-09-13T15:13:31.317670+0000","last_fullsized":"2024-09-13T15:13:31.317670+0000","mapping_epoch":1504,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1505,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:12:34.970077+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1e","version":"0'0","reported_seq":2355,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.891233+0000","last_change":"2024-09-13T15:12:58.499596+0000","last_active":"2024-09-13T15:13:30.891233+0000","last_peered":"2024-09-13T15:13:30.891233+0000","last_clean":"2024-09-13T15:13:30.891233+0000","last_became_active":"2024-09-13T15:12:58.499268+0000","last_became_peered":"2024-09-13T15:12:58.499268+0000","last_unstale":"2024-09-13T15:13:30.891233+0000","last_undegraded":"2024-09-13T15:13:30.891233+0000","last_fullsized":"2024-09-13T15:13:30.891233+0000","mapping_epoch":1511,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1512,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T17:50:43.176236+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.19","version":"0'0","reported_seq":56,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.815330+0000","last_change":"2024-09-13T15:12:45.753482+0000","last_active":"2024-09-13T15:13:30.815330+0000","last_peered":"2024-09-13T15:13:30.815330+0000","last_clean":"2024-09-13T15:13:30.815330+0000","last_became_active":"2024-09-13T15:12:45.753158+0000","last_became_peered":"2024-09-13T15:12:45.753158+0000","last_unstale":"2024-09-13T15:13:30.815330+0000","last_undegraded":"2024-09-13T15:13:30.815330+0000","last_fullsized":"2024-09-13T15:13:30.815330+0000","mapping_epoch":1504,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1505,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T20:18:32.898639+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1d","version":"0'0","reported_seq":377,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:31.317398+0000","last_change":"2024-09-13T15:01:24.976076+0000","last_active":"2024-09-13T15:13:31.317398+0000","last_peered":"2024-09-13T15:13:31.317398+0000","last_clean":"2024-09-13T15:13:31.317398+0000","last_became_active":"2024-09-13T15:01:24.975757+0000","last_became_peered":"2024-09-13T15:01:24.975757+0000","last_unstale":"2024-09-13T15:13:31.317398+0000","last_undegraded":"2024-09-13T15:13:31.317398+0000","last_fullsized":"2024-09-13T15:13:31.317398+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T16:12:40.080845+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]},{"pgid":"3.1a","version":"70'1","reported_seq":272,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.560588+0000","last_change":"2024-09-13T15:01:09.621644+0000","last_active":"2024-09-13T15:13:27.560588+0000","last_peered":"2024-09-13T15:13:27.560588+0000","last_clean":"2024-09-13T15:13:27.560588+0000","last_became_active":"2024-09-13T15:01:09.620336+0000","last_became_peered":"2024-09-13T15:01:09.620336+0000","last_unstale":"2024-09-13T15:13:27.560588+0000","last_undegraded":"2024-09-13T15:13:27.560588+0000","last_fullsized":"2024-09-13T15:13:27.560588+0000","mapping_epoch":1341,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1342,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T20:00:35.360146+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1c","version":"0'0","reported_seq":393,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:31.653935+0000","last_change":"2024-09-13T15:01:24.976370+0000","last_active":"2024-09-13T15:13:31.653935+0000","last_peered":"2024-09-13T15:13:31.653935+0000","last_clean":"2024-09-13T15:13:31.653935+0000","last_became_active":"2024-09-13T15:01:24.975596+0000","last_became_peered":"2024-09-13T15:01:24.975596+0000","last_unstale":"2024-09-13T15:13:31.653935+0000","last_undegraded":"2024-09-13T15:13:31.653935+0000","last_fullsized":"2024-09-13T15:13:31.653935+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T19:13:32.203601+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,3],"acting":[2,1,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.1b","version":"70'1","reported_seq":62,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.891013+0000","last_change":"2024-09-13T15:12:35.669651+0000","last_active":"2024-09-13T15:13:30.891013+0000","last_peered":"2024-09-13T15:13:30.891013+0000","last_clean":"2024-09-13T15:13:30.891013+0000","last_became_active":"2024-09-13T15:12:35.669302+0000","last_became_peered":"2024-09-13T15:12:35.669302+0000","last_unstale":"2024-09-13T15:13:30.891013+0000","last_undegraded":"2024-09-13T15:13:30.891013+0000","last_fullsized":"2024-09-13T15:13:30.891013+0000","mapping_epoch":1501,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1502,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T22:19:31.572085+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.1b","version":"0'0","reported_seq":317,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.560798+0000","last_change":"2024-09-13T15:12:45.758776+0000","last_active":"2024-09-13T15:13:27.560798+0000","last_peered":"2024-09-13T15:13:27.560798+0000","last_clean":"2024-09-13T15:13:27.560798+0000","last_became_active":"2024-09-13T15:12:45.758473+0000","last_became_peered":"2024-09-13T15:12:45.758473+0000","last_unstale":"2024-09-13T15:13:27.560798+0000","last_undegraded":"2024-09-13T15:13:27.560798+0000","last_fullsized":"2024-09-13T15:13:27.560798+0000","mapping_epoch":1504,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1505,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T23:35:53.924079+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,3,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1c","version":"70'2","reported_seq":1565,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.817859+0000","last_change":"2024-09-13T15:12:45.751408+0000","last_active":"2024-09-13T15:13:27.817859+0000","last_peered":"2024-09-13T15:13:27.817859+0000","last_clean":"2024-09-13T15:13:27.817859+0000","last_became_active":"2024-09-13T15:12:45.745835+0000","last_became_peered":"2024-09-13T15:12:45.745835+0000","last_unstale":"2024-09-13T15:13:27.817859+0000","last_undegraded":"2024-09-13T15:13:27.817859+0000","last_fullsized":"2024-09-13T15:13:27.817859+0000","mapping_epoch":1504,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1505,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T23:30:32.475530+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":6,"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":[5,4,1],"acting":[5,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.1a","version":"0'0","reported_seq":308,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.560341+0000","last_change":"2024-09-13T15:09:59.654438+0000","last_active":"2024-09-13T15:13:27.560341+0000","last_peered":"2024-09-13T15:13:27.560341+0000","last_clean":"2024-09-13T15:13:27.560341+0000","last_became_active":"2024-09-13T15:09:59.654143+0000","last_became_peered":"2024-09-13T15:09:59.654143+0000","last_unstale":"2024-09-13T15:13:27.560341+0000","last_undegraded":"2024-09-13T15:13:27.560341+0000","last_fullsized":"2024-09-13T15:13:27.560341+0000","mapping_epoch":1462,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1463,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T00:19:26.424152+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,0],"acting":[4,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1d","version":"70'2","reported_seq":1540,"reported_epoch":1526,"state":"active+clean","last_fresh":"2024-09-13T15:13:27.817785+0000","last_change":"2024-09-13T15:09:32.304366+0000","last_active":"2024-09-13T15:13:27.817785+0000","last_peered":"2024-09-13T15:13:27.817785+0000","last_clean":"2024-09-13T15:13:27.817785+0000","last_became_active":"2024-09-13T15:09:32.295616+0000","last_became_peered":"2024-09-13T15:09:32.295616+0000","last_unstale":"2024-09-13T15:13:27.817785+0000","last_undegraded":"2024-09-13T15:13:27.817785+0000","last_fullsized":"2024-09-13T15:13:27.817785+0000","mapping_epoch":1455,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1456,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T17:44:19.964776+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":4,"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":[5,4,6],"acting":[5,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.19","version":"0'0","reported_seq":377,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:31.317257+0000","last_change":"2024-09-13T15:01:24.975308+0000","last_active":"2024-09-13T15:13:31.317257+0000","last_peered":"2024-09-13T15:13:31.317257+0000","last_clean":"2024-09-13T15:13:31.317257+0000","last_became_active":"2024-09-13T15:01:24.974989+0000","last_became_peered":"2024-09-13T15:01:24.974989+0000","last_unstale":"2024-09-13T15:13:31.317257+0000","last_undegraded":"2024-09-13T15:13:31.317257+0000","last_fullsized":"2024-09-13T15:13:31.317257+0000","mapping_epoch":1346,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1347,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:22:58.631475+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,2,0],"acting":[3,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.1e","version":"70'1","reported_seq":386,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:31.317532+0000","last_change":"2024-09-13T15:09:32.304368+0000","last_active":"2024-09-13T15:13:31.317532+0000","last_peered":"2024-09-13T15:13:31.317532+0000","last_clean":"2024-09-13T15:13:31.317532+0000","last_became_active":"2024-09-13T15:09:32.303931+0000","last_became_peered":"2024-09-13T15:09:32.303931+0000","last_unstale":"2024-09-13T15:13:31.317532+0000","last_undegraded":"2024-09-13T15:13:31.317532+0000","last_fullsized":"2024-09-13T15:13:31.317532+0000","mapping_epoch":1455,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1456,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T16:37:20.927470+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.18","version":"0'0","reported_seq":317,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.561790+0000","last_change":"2024-09-13T15:12:45.754312+0000","last_active":"2024-09-13T15:13:30.561790+0000","last_peered":"2024-09-13T15:13:30.561790+0000","last_clean":"2024-09-13T15:13:30.561790+0000","last_became_active":"2024-09-13T15:12:45.753950+0000","last_became_peered":"2024-09-13T15:12:45.753950+0000","last_unstale":"2024-09-13T15:13:30.561790+0000","last_undegraded":"2024-09-13T15:13:30.561790+0000","last_fullsized":"2024-09-13T15:13:30.561790+0000","mapping_epoch":1504,"log_start":"0'0","ondisk_log_start":"0'0","created":68,"last_epoch_clean":1505,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:29.684763+0000","last_clean_scrub_stamp":"2024-09-13T14:19:29.684763+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-14T15:35:13.571867+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,1],"acting":[4,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.1f","version":"70'4","reported_seq":68,"reported_epoch":1527,"state":"active+clean","last_fresh":"2024-09-13T15:13:30.891281+0000","last_change":"2024-09-13T15:12:35.676353+0000","last_active":"2024-09-13T15:13:30.891281+0000","last_peered":"2024-09-13T15:13:30.891281+0000","last_clean":"2024-09-13T15:13:30.891281+0000","last_became_active":"2024-09-13T15:12:35.672225+0000","last_became_peered":"2024-09-13T15:12:35.672225+0000","last_unstale":"2024-09-13T15:13:30.891281+0000","last_undegraded":"2024-09-13T15:13:30.891281+0000","last_fullsized":"2024-09-13T15:13:30.891281+0000","mapping_epoch":1501,"log_start":"0'0","ondisk_log_start":"0'0","created":67,"last_epoch_clean":1502,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T14:19:28.681408+0000","last_clean_scrub_stamp":"2024-09-13T14:19:28.681408+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-09-14T18:15:34.871304+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":14,"num_bytes_recovered":4074,"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,5,2],"acting":[0,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]}],"pool_stats":[{"poolid":4,"num_pg":32,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":96,"acting":96,"num_store_stats":8},{"poolid":3,"num_pg":32,"stat_sum":{"num_bytes":5554,"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":62,"num_write_kb":31,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":147,"num_bytes_recovered":43192,"num_keys_recovered":40,"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":16662,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":23634,"internal_metadata":0},"log_size":56,"ondisk_log_size":56,"up":96,"acting":96,"num_store_stats":8},{"poolid":2,"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":11,"num_bytes_recovered":38,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":1,"num_pg":21,"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":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":7,"num_bytes_recovered":1968800,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":3129,"ondisk_log_size":3129,"up":63,"acting":63,"num_store_stats":8}],"osd_stats":[{"osd":7,"up_from":1400,"seq":6012954214530,"num_pgs":38,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":311180,"kb_used_data":8896,"kb_used_omap":66,"kb_used_meta":302205,"kb_avail":93433972,"statfs":{"total":95995035648,"available":95676387328,"internally_reserved":0,"allocated":9109504,"data_stored":5641480,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":67622,"internal_metadata":309458906},"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":1222,"seq":5248450035973,"num_pgs":36,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":298184,"kb_used_data":9212,"kb_used_omap":67,"kb_used_meta":288892,"kb_avail":93446968,"statfs":{"total":95995035648,"available":95689695232,"internally_reserved":0,"allocated":9433088,"data_stored":5969970,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":69314,"internal_metadata":295825726},"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":38,"seq":163208757943,"num_pgs":32,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1393148,"kb_used_data":9136,"kb_used_omap":1,"kb_used_meta":1383998,"kb_avail":92352004,"statfs":{"total":95995035648,"available":94568452096,"internally_reserved":0,"allocated":9355264,"data_stored":5898216,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":1417214406},"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":[]},{"osd":4,"up_from":30,"seq":128849019580,"num_pgs":41,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":924300,"kb_used_data":8896,"kb_used_omap":1,"kb_used_meta":915390,"kb_avail":92820852,"statfs":{"total":95995035648,"available":95048552448,"internally_reserved":0,"allocated":9109504,"data_stored":5642347,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":937359814},"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":845,"seq":3629247365609,"num_pgs":39,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1187700,"kb_used_data":9448,"kb_used_omap":34,"kb_used_meta":1178205,"kb_avail":92557452,"statfs":{"total":95995035648,"available":94778830848,"internally_reserved":0,"allocated":9674752,"data_stored":6225327,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":35801,"internal_metadata":1206481959},"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":813,"seq":3491808412143,"num_pgs":25,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":753600,"kb_used_data":9140,"kb_used_omap":50,"kb_used_meta":744397,"kb_avail":92991552,"statfs":{"total":95995035648,"available":95223349248,"internally_reserved":0,"allocated":9359360,"data_stored":5900761,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":52011,"internal_metadata":762262741},"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":780,"seq":3350074491382,"num_pgs":36,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1351468,"kb_used_data":8868,"kb_used_omap":30,"kb_used_meta":1342561,"kb_avail":92393684,"statfs":{"total":95995035648,"available":94611132416,"internally_reserved":0,"allocated":9080832,"data_stored":5634888,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":31404,"internal_metadata":1374782804},"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":[]},{"osd":0,"up_from":746,"seq":3204045603325,"num_pgs":32,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1239484,"kb_used_data":9200,"kb_used_omap":66,"kb_used_meta":1230205,"kb_avail":92505668,"statfs":{"total":95995035648,"available":94725804032,"internally_reserved":0,"allocated":9420800,"data_stored":5965741,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":68403,"internal_metadata":1259730125},"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":327680,"data_stored":327680,"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":0,"data_stored":0,"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":266240,"data_stored":262688,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"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":0,"data_stored":0,"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":266240,"data_stored":262688,"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":327680,"data_stored":327680,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":4096,"data_stored":19,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":4096,"data_stored":19,"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":4096,"data_stored":19,"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":0,"data_stored":0,"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":8192,"data_stored":604,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3890,"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":3041,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":616,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1366,"internal_metadata":0},{"poolid":3,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":90,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3176,"internal_metadata":0},{"poolid":3,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":24576,"data_stored":4902,"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":8192,"data_stored":652,"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":16384,"data_stored":4826,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5318,"internal_metadata":0},{"poolid":3,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":28672,"data_stored":4972,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":6843,"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":0,"data_stored":0,"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":0,"data_stored":0,"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":0,"data_stored":0,"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-09-13T15:14:22.962 INFO:tasks.cephadm.ceph_manager.ceph:recovered! 2024-09-13T15:14:22.963 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/task/parallel.py", line 48, in task with parallel.parallel() as p: File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/task/parallel.py", line 64, in _run_spawned mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/task/sequential.py", line 47, in task mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=confg) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_d58f73069a8157a9ace12a0247ee3e8497707ea9/qa/tasks/workunit.py", line 126, in task with parallel() as p: File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_d58f73069a8157a9ace12a0247ee3e8497707ea9/qa/tasks/workunit.py", line 434, in _run_tests remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed (workunit test cls/test_cls_rbd.sh) on smithi071 with status 1: '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-09-13T15:14:23.152 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=2c855f31d2df4205b10cf0a2cef0b613 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/task/parallel.py", line 48, in task with parallel.parallel() as p: File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/task/parallel.py", line 64, in _run_spawned mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/task/sequential.py", line 47, in task mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=confg) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_d58f73069a8157a9ace12a0247ee3e8497707ea9/qa/tasks/workunit.py", line 126, in task with parallel() as p: File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_d58f73069a8157a9ace12a0247ee3e8497707ea9/qa/tasks/workunit.py", line 434, in _run_tests remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed (workunit test cls/test_cls_rbd.sh) on smithi071 with status 1: '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-09-13T15:14:23.156 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-13T15:14:23.166 INFO:tasks.cephadm:Teardown begin 2024-09-13T15:14:23.166 DEBUG:teuthology.orchestra.run.smithi071:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-13T15:14:23.214 DEBUG:teuthology.orchestra.run.smithi104:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-13T15:14:23.271 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-13T15:14:23.271 DEBUG:teuthology.orchestra.run.smithi071:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-13T15:14:23.286 DEBUG:teuthology.orchestra.run.smithi104:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-13T15:14:23.311 INFO:tasks.cephadm:Stopping all daemons... 2024-09-13T15:14:23.311 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-09-13T15:14:23.311 DEBUG:teuthology.orchestra.run.smithi071:> sudo systemctl stop ceph-18f8172c-71da-11ef-bceb-c7b262605968@mon.a 2024-09-13T15:14:23.616 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:14:23 smithi071 systemd[1]: Stopping Ceph mon.a for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T15:14:23.891 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:14:23 smithi071 ceph-mon[107477]: from='client.46721 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T15:14:23.891 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:14:23 smithi071 ceph-mon[112785]: from='client.46721 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T15:14:23.922 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:14:23 smithi104 ceph-mon[105578]: from='client.46721 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T15:14:24.491 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:14:24 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: [13/Sep/2024:15:14:24] ENGINE Bus STOPPING 2024-09-13T15:14:24.491 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:14:24 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-a[107454]: 2024-09-13T15:14:24.221+0000 7fa91b07a640 -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-09-13T15:14:24.491 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:14:24 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-a[107454]: 2024-09-13T15:14:24.221+0000 7fa91b07a640 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2024-09-13T15:14:24.812 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:14:24 smithi071 podman[403102]: 2024-09-13 15:14:24.48990436 +0000 UTC m=+0.383002468 container died f694be77a870801adef7bc77e14ebc73cd70c6cafc1cacd1d2e8a65e381e0fc2 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-a, RELEASE=wip-aclamk-cbt-combined-d58f730, io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, ceph=True, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2) 2024-09-13T15:14:24.813 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:14:24 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: [13/Sep/2024:15:14:24] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-13T15:14:24.813 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:14:24 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: [13/Sep/2024:15:14:24] ENGINE Bus STOPPED 2024-09-13T15:14:24.813 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:14:24 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: [13/Sep/2024:15:14:24] ENGINE Bus STARTING 2024-09-13T15:14:25.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:14:24 smithi071 podman[403102]: 2024-09-13 15:14:24.980398114 +0000 UTC m=+0.873496219 container cleanup f694be77a870801adef7bc77e14ebc73cd70c6cafc1cacd1d2e8a65e381e0fc2 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-a, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-aclamk-cbt-combined-d58f730, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, ceph=True, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_CLEAN=True) 2024-09-13T15:14:25.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:14:24 smithi071 bash[403102]: ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-a 2024-09-13T15:14:25.141 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:14:24 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: [13/Sep/2024:15:14:24] ENGINE Serving on http://:::9283 2024-09-13T15:14:25.142 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:14:24 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: [13/Sep/2024:15:14:24] ENGINE Bus STARTED 2024-09-13T15:14:25.452 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 13 15:14:25 smithi071 podman[403156]: 2024-09-13 15:14:25.192138589 +0000 UTC m=+0.718244830 container remove f694be77a870801adef7bc77e14ebc73cd70c6cafc1cacd1d2e8a65e381e0fc2 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-a, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, io.buildah.version=1.37.2, RELEASE=wip-aclamk-cbt-combined-d58f730, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-13T15:14:25.759 DEBUG:teuthology.orchestra.run.smithi071:> sudo pkill -f 'journalctl -f -n 0 -u ceph-18f8172c-71da-11ef-bceb-c7b262605968@mon.a.service' 2024-09-13T15:14:25.814 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-13T15:14:25.814 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-09-13T15:14:25.814 INFO:tasks.cephadm.mon.b:Stopping mon.c... 2024-09-13T15:14:25.814 DEBUG:teuthology.orchestra.run.smithi071:> sudo systemctl stop ceph-18f8172c-71da-11ef-bceb-c7b262605968@mon.c 2024-09-13T15:14:26.106 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:14:25 smithi071 systemd[1]: Stopping Ceph mon.c for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T15:14:26.371 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:14:26 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-c[112761]: 2024-09-13T15:14:26.105+0000 7fba8c36b640 -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-09-13T15:14:26.372 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:14:26 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-c[112761]: 2024-09-13T15:14:26.105+0000 7fba8c36b640 -1 mon.c@2(peon) e4 *** Got Signal Terminated *** 2024-09-13T15:14:26.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:14:26 smithi071 podman[403310]: 2024-09-13 15:14:26.370975504 +0000 UTC m=+0.376405273 container died 1f937fa689f0bc6e5d6a59f78421fe256cefaa80d835e5b1d92cf58d032e1b9e (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-c, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_CLEAN=True, ceph=True, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-aclamk-cbt-combined-d58f730) 2024-09-13T15:14:27.123 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:14:26 smithi071 podman[403310]: 2024-09-13 15:14:26.862536836 +0000 UTC m=+0.867966644 container cleanup 1f937fa689f0bc6e5d6a59f78421fe256cefaa80d835e5b1d92cf58d032e1b9e (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-c, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, RELEASE=wip-aclamk-cbt-combined-d58f730, org.label-schema.vendor=CentOS, GIT_CLEAN=True, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=) 2024-09-13T15:14:27.123 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 13 15:14:26 smithi071 bash[403310]: ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-c 2024-09-13T15:14:27.264 DEBUG:teuthology.orchestra.run.smithi071:> sudo pkill -f 'journalctl -f -n 0 -u ceph-18f8172c-71da-11ef-bceb-c7b262605968@mon.c.service' 2024-09-13T15:14:27.299 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-13T15:14:27.300 INFO:tasks.cephadm.mon.b:Stopped mon.c 2024-09-13T15:14:27.300 INFO:tasks.cephadm.mon.b:Stopping mon.b... 2024-09-13T15:14:27.300 DEBUG:teuthology.orchestra.run.smithi104:> sudo systemctl stop ceph-18f8172c-71da-11ef-bceb-c7b262605968@mon.b 2024-09-13T15:14:27.611 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:14:27 smithi104 systemd[1]: Stopping Ceph mon.b for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T15:14:27.925 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:14:27 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-b[105555]: 2024-09-13T15:14:27.608+0000 7fae2492e640 -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-09-13T15:14:27.925 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:14:27 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-b[105555]: 2024-09-13T15:14:27.608+0000 7fae2492e640 -1 mon.b@1(peon) e4 *** Got Signal Terminated *** 2024-09-13T15:14:27.925 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:14:27 smithi104 podman[281742]: 2024-09-13 15:14:27.73236946 +0000 UTC m=+0.223639834 container died 15a56f2fc61314c41cfc0558b51d390034f3ad0e2190117efc62e649ef9aa313 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-b, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, ceph=True, RELEASE=wip-aclamk-cbt-combined-d58f730, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-13T15:14:28.393 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:14:28 smithi104 podman[281742]: 2024-09-13 15:14:28.165864435 +0000 UTC m=+0.657134797 container cleanup 15a56f2fc61314c41cfc0558b51d390034f3ad0e2190117efc62e649ef9aa313 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-b, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, RELEASE=wip-aclamk-cbt-combined-d58f730, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, ceph=True) 2024-09-13T15:14:28.393 INFO:journalctl@ceph.mon.b.smithi104.stdout:Sep 13 15:14:28 smithi104 bash[281742]: ceph-18f8172c-71da-11ef-bceb-c7b262605968-mon-b 2024-09-13T15:14:28.609 DEBUG:teuthology.orchestra.run.smithi104:> sudo pkill -f 'journalctl -f -n 0 -u ceph-18f8172c-71da-11ef-bceb-c7b262605968@mon.b.service' 2024-09-13T15:14:28.657 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-13T15:14:28.657 INFO:tasks.cephadm.mon.b:Stopped mon.b 2024-09-13T15:14:28.657 INFO:tasks.cephadm.mgr.y:Stopping mgr.y... 2024-09-13T15:14:28.657 DEBUG:teuthology.orchestra.run.smithi071:> sudo systemctl stop ceph-18f8172c-71da-11ef-bceb-c7b262605968@mgr.y 2024-09-13T15:14:28.979 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:14:28 smithi071 systemd[1]: Stopping Ceph mgr.y for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T15:14:29.336 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:14:28 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y[89220]: 2024-09-13T15:14:28.976+0000 7f09fdac6640 -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-09-13T15:14:29.336 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:14:29 smithi071 podman[403441]: 2024-09-13 15:14:29.019034348 +0000 UTC m=+0.167728270 container died f93807043c77eb96d947d0c7615fdda44a89348e24c140b563a366253067d99a (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-aclamk-cbt-combined-d58f730, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.vendor=CentOS, GIT_CLEAN=True) 2024-09-13T15:14:29.641 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:14:29 smithi071 podman[403441]: 2024-09-13 15:14:29.543025345 +0000 UTC m=+0.691719257 container cleanup f93807043c77eb96d947d0c7615fdda44a89348e24c140b563a366253067d99a (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y, org.label-schema.schema-version=1.0, RELEASE=wip-aclamk-cbt-combined-d58f730, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, ceph=True, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux ) 2024-09-13T15:14:29.641 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:14:29 smithi071 bash[403441]: ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y 2024-09-13T15:14:30.025 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 13 15:14:29 smithi071 podman[403461]: 2024-09-13 15:14:29.769779364 +0000 UTC m=+0.738329046 container remove f93807043c77eb96d947d0c7615fdda44a89348e24c140b563a366253067d99a (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-y, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, ceph=True, RELEASE=wip-aclamk-cbt-combined-d58f730, GIT_CLEAN=True) 2024-09-13T15:14:30.029 DEBUG:teuthology.orchestra.run.smithi071:> sudo pkill -f 'journalctl -f -n 0 -u ceph-18f8172c-71da-11ef-bceb-c7b262605968@mgr.y.service' 2024-09-13T15:14:30.065 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-13T15:14:30.065 INFO:tasks.cephadm.mgr.y:Stopped mgr.y 2024-09-13T15:14:30.065 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2024-09-13T15:14:30.065 DEBUG:teuthology.orchestra.run.smithi104:> sudo systemctl stop ceph-18f8172c-71da-11ef-bceb-c7b262605968@mgr.x 2024-09-13T15:14:30.404 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 15:14:30 smithi104 systemd[1]: Stopping Ceph mgr.x for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T15:14:30.672 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 15:14:30 smithi104 podman[281876]: 2024-09-13 15:14:30.403246892 +0000 UTC m=+0.140741886 container died d080c1ba10a3d74c9cf108e27b960f88ca7b118a0c21eef1e1acf2b5ff62034e (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, RELEASE=wip-aclamk-cbt-combined-d58f730, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-13T15:14:31.072 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 15:14:30 smithi104 podman[281876]: 2024-09-13 15:14:30.803178934 +0000 UTC m=+0.540673918 container cleanup d080c1ba10a3d74c9cf108e27b960f88ca7b118a0c21eef1e1acf2b5ff62034e (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x, org.label-schema.schema-version=1.0, ceph=True, io.buildah.version=1.37.2, RELEASE=wip-aclamk-cbt-combined-d58f730, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2) 2024-09-13T15:14:31.072 INFO:journalctl@ceph.mgr.x.smithi104.stdout:Sep 13 15:14:30 smithi104 bash[281876]: ceph-18f8172c-71da-11ef-bceb-c7b262605968-mgr-x 2024-09-13T15:14:31.189 DEBUG:teuthology.orchestra.run.smithi104:> sudo pkill -f 'journalctl -f -n 0 -u ceph-18f8172c-71da-11ef-bceb-c7b262605968@mgr.x.service' 2024-09-13T15:14:31.224 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-13T15:14:31.224 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2024-09-13T15:14:31.225 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-09-13T15:14:31.225 DEBUG:teuthology.orchestra.run.smithi071:> sudo systemctl stop ceph-18f8172c-71da-11ef-bceb-c7b262605968@osd.0 2024-09-13T15:14:31.525 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 15:14:31 smithi071 systemd[1]: Stopping Ceph osd.0 for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T15:14:31.891 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 15:14:31 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-0[125327]: 2024-09-13T15:14:31.522+0000 7fc1d7c27640 -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-09-13T15:14:31.891 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 15:14:31 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-0[125327]: 2024-09-13T15:14:31.522+0000 7fc1d7c27640 -1 osd.0 1527 *** Got signal Terminated *** 2024-09-13T15:14:31.891 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 15:14:31 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-0[125327]: 2024-09-13T15:14:31.522+0000 7fc1d7c27640 -1 osd.0 1527 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-13T15:14:37.297 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 15:14:37 smithi071 podman[403572]: 2024-09-13 15:14:37.038446527 +0000 UTC m=+5.626225687 container died f0643a6465ffa30abc267b4a73978447faf8715618b3d053b2d3b4ce121b3319 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-0, ceph=True, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=wip-aclamk-cbt-combined-d58f730, io.buildah.version=1.37.2) 2024-09-13T15:14:37.891 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 15:14:37 smithi071 podman[403572]: 2024-09-13 15:14:37.555385614 +0000 UTC m=+6.143164816 container cleanup f0643a6465ffa30abc267b4a73978447faf8715618b3d053b2d3b4ce121b3319 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-0, org.label-schema.schema-version=1.0, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=wip-aclamk-cbt-combined-d58f730, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD) 2024-09-13T15:14:37.891 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 15:14:37 smithi071 bash[403572]: ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-0 2024-09-13T15:14:37.891 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 15:14:37 smithi071 podman[403593]: 2024-09-13 15:14:37.799625406 +0000 UTC m=+0.756597599 container remove f0643a6465ffa30abc267b4a73978447faf8715618b3d053b2d3b4ce121b3319 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-0, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , RELEASE=wip-aclamk-cbt-combined-d58f730, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2) 2024-09-13T15:14:38.529 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 15:14:38 smithi071 podman[403690]: 2024-09-13 15:14:38.111262514 +0000 UTC m=+0.015576845 image pull fec07016a2b0bf363d0b69240081049b65cf13f1c44f6a7196cf8309aeb428cd quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f 2024-09-13T15:14:38.529 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 15:14:38 smithi071 podman[403690]: 2024-09-13 15:14:38.250531396 +0000 UTC m=+0.154845767 container create 82224919450ba30275f6324be62ca6dc906a25993d516b2e3611d9208349d0c5 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-0-deactivate, org.label-schema.schema-version=1.0, ceph=True, RELEASE=wip-aclamk-cbt-combined-d58f730, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-13T15:14:38.529 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 15:14:38 smithi071 podman[403690]: 2024-09-13 15:14:38.528447843 +0000 UTC m=+0.432762175 container init 82224919450ba30275f6324be62ca6dc906a25993d516b2e3611d9208349d0c5 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-0-deactivate, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-aclamk-cbt-combined-d58f730, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, ceph=True, org.label-schema.build-date=20240731) 2024-09-13T15:14:38.891 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 15:14:38 smithi071 podman[403690]: 2024-09-13 15:14:38.533741403 +0000 UTC m=+0.438055733 container start 82224919450ba30275f6324be62ca6dc906a25993d516b2e3611d9208349d0c5 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-0-deactivate, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, RELEASE=wip-aclamk-cbt-combined-d58f730, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.schema-version=1.0, ceph=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-13T15:14:38.891 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 15:14:38 smithi071 podman[403690]: 2024-09-13 15:14:38.678140349 +0000 UTC m=+0.582454727 container attach 82224919450ba30275f6324be62ca6dc906a25993d516b2e3611d9208349d0c5 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-0-deactivate, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_CLEAN=True, ceph=True, org.label-schema.license=GPLv2, RELEASE=wip-aclamk-cbt-combined-d58f730, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-13T15:14:39.439 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 13 15:14:39 smithi071 podman[403690]: 2024-09-13 15:14:39.382826404 +0000 UTC m=+1.287140727 container died 82224919450ba30275f6324be62ca6dc906a25993d516b2e3611d9208349d0c5 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-0-deactivate, GIT_BRANCH=HEAD, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, RELEASE=wip-aclamk-cbt-combined-d58f730) 2024-09-13T15:14:40.112 DEBUG:teuthology.orchestra.run.smithi071:> sudo pkill -f 'journalctl -f -n 0 -u ceph-18f8172c-71da-11ef-bceb-c7b262605968@osd.0.service' 2024-09-13T15:14:40.152 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-13T15:14:40.152 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-09-13T15:14:40.152 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-09-13T15:14:40.153 DEBUG:teuthology.orchestra.run.smithi071:> sudo systemctl stop ceph-18f8172c-71da-11ef-bceb-c7b262605968@osd.1 2024-09-13T15:14:40.391 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 15:14:40 smithi071 systemd[1]: Stopping Ceph osd.1 for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T15:14:40.891 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 15:14:40 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-1[130147]: 2024-09-13T15:14:40.571+0000 7fa51002d640 -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-09-13T15:14:40.891 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 15:14:40 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-1[130147]: 2024-09-13T15:14:40.571+0000 7fa51002d640 -1 osd.1 1527 *** Got signal Terminated *** 2024-09-13T15:14:40.892 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 15:14:40 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-1[130147]: 2024-09-13T15:14:40.571+0000 7fa51002d640 -1 osd.1 1527 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-13T15:14:46.346 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 15:14:46 smithi071 podman[403832]: 2024-09-13 15:14:46.020951353 +0000 UTC m=+5.613308387 container died a3b5d367100b234c942a50acb90316e9ad6c525d2dcb05a0a663d886fd2631ea (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-1, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, RELEASE=wip-aclamk-cbt-combined-d58f730, io.buildah.version=1.37.2, ceph=True, CEPH_POINT_RELEASE=) 2024-09-13T15:14:46.642 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 15:14:46 smithi071 podman[403832]: 2024-09-13 15:14:46.527035097 +0000 UTC m=+6.119392118 container cleanup a3b5d367100b234c942a50acb90316e9ad6c525d2dcb05a0a663d886fd2631ea (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-1, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, RELEASE=wip-aclamk-cbt-combined-d58f730, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_CLEAN=True, ceph=True) 2024-09-13T15:14:46.642 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 15:14:46 smithi071 bash[403832]: ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-1 2024-09-13T15:14:47.073 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 15:14:46 smithi071 podman[403855]: 2024-09-13 15:14:46.761116273 +0000 UTC m=+0.735146820 container remove a3b5d367100b234c942a50acb90316e9ad6c525d2dcb05a0a663d886fd2631ea (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-1, org.label-schema.build-date=20240731, RELEASE=wip-aclamk-cbt-combined-d58f730, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, ceph=True, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2) 2024-09-13T15:14:47.367 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 15:14:47 smithi071 podman[403947]: 2024-09-13 15:14:46.975434376 +0000 UTC m=+0.015956332 image pull fec07016a2b0bf363d0b69240081049b65cf13f1c44f6a7196cf8309aeb428cd quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f 2024-09-13T15:14:47.367 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 15:14:47 smithi071 podman[403947]: 2024-09-13 15:14:47.0881202 +0000 UTC m=+0.128642193 container create d40b17ddbd5e6a11f5dc75f2db5d365462184064737998c5170e36ec115f7f4c (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-1-deactivate, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-aclamk-cbt-combined-d58f730, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-13T15:14:47.368 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 15:14:47 smithi071 podman[403947]: 2024-09-13 15:14:47.366669328 +0000 UTC m=+0.407191286 container init d40b17ddbd5e6a11f5dc75f2db5d365462184064737998c5170e36ec115f7f4c (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-1-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , RELEASE=wip-aclamk-cbt-combined-d58f730, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True) 2024-09-13T15:14:47.641 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 15:14:47 smithi071 podman[403947]: 2024-09-13 15:14:47.371771252 +0000 UTC m=+0.412293201 container start d40b17ddbd5e6a11f5dc75f2db5d365462184064737998c5170e36ec115f7f4c (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-1-deactivate, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-aclamk-cbt-combined-d58f730, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, ceph=True, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux ) 2024-09-13T15:14:47.641 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 15:14:47 smithi071 podman[403947]: 2024-09-13 15:14:47.473892535 +0000 UTC m=+0.514414487 container attach d40b17ddbd5e6a11f5dc75f2db5d365462184064737998c5170e36ec115f7f4c (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-1-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-aclamk-cbt-combined-d58f730, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=) 2024-09-13T15:14:47.641 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 13 15:14:47 smithi071 podman[403947]: 2024-09-13 15:14:47.560270644 +0000 UTC m=+0.600792595 container died d40b17ddbd5e6a11f5dc75f2db5d365462184064737998c5170e36ec115f7f4c (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-1-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-aclamk-cbt-combined-d58f730, GIT_CLEAN=True, io.buildah.version=1.37.2, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731) 2024-09-13T15:14:48.343 DEBUG:teuthology.orchestra.run.smithi071:> sudo pkill -f 'journalctl -f -n 0 -u ceph-18f8172c-71da-11ef-bceb-c7b262605968@osd.1.service' 2024-09-13T15:14:48.384 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-13T15:14:48.384 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-09-13T15:14:48.384 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-09-13T15:14:48.385 DEBUG:teuthology.orchestra.run.smithi071:> sudo systemctl stop ceph-18f8172c-71da-11ef-bceb-c7b262605968@osd.2 2024-09-13T15:14:48.641 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 15:14:48 smithi071 systemd[1]: Stopping Ceph osd.2 for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T15:14:49.141 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 15:14:48 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-2[135082]: 2024-09-13T15:14:48.757+0000 7fcd6a703640 -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-09-13T15:14:49.141 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 15:14:48 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-2[135082]: 2024-09-13T15:14:48.757+0000 7fcd6a703640 -1 osd.2 1527 *** Got signal Terminated *** 2024-09-13T15:14:49.141 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 15:14:48 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-2[135082]: 2024-09-13T15:14:48.758+0000 7fcd6a703640 -1 osd.2 1527 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-13T15:14:51.922 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 15:14:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=cleanup t=2024-09-13T15:14:51.620319036Z level=info msg="Completed cleanup jobs" duration=12.918166ms 2024-09-13T15:14:51.923 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 15:14:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=plugins.update.checker t=2024-09-13T15:14:51.754134843Z level=info msg="Update check succeeded" duration=56.408999ms 2024-09-13T15:14:51.923 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 15:14:51 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=grafana.update.checker t=2024-09-13T15:14:51.771778138Z level=info msg="Update check succeeded" duration=66.823213ms 2024-09-13T15:14:54.633 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 15:14:54 smithi071 podman[404076]: 2024-09-13 15:14:54.357943388 +0000 UTC m=+5.742720298 container died 819684d80c964cdb5ee0686c0c57a04c0feed671bc5e3c61ca3bcffdea847548 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-2, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , ceph=True, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-aclamk-cbt-combined-d58f730, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD) 2024-09-13T15:14:54.891 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 15:14:54 smithi071 podman[404076]: 2024-09-13 15:14:54.797458346 +0000 UTC m=+6.182235314 container cleanup 819684d80c964cdb5ee0686c0c57a04c0feed671bc5e3c61ca3bcffdea847548 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-2, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_BRANCH=HEAD, RELEASE=wip-aclamk-cbt-combined-d58f730, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, GIT_CLEAN=True, ceph=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0) 2024-09-13T15:14:54.891 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 15:14:54 smithi071 bash[404076]: ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-2 2024-09-13T15:14:55.391 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 15:14:55 smithi071 podman[404097]: 2024-09-13 15:14:55.090550428 +0000 UTC m=+0.734486879 container remove 819684d80c964cdb5ee0686c0c57a04c0feed671bc5e3c61ca3bcffdea847548 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-2, io.buildah.version=1.37.2, ceph=True, org.label-schema.license=GPLv2, RELEASE=wip-aclamk-cbt-combined-d58f730, GIT_CLEAN=True, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=) 2024-09-13T15:14:55.649 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 15:14:55 smithi071 podman[404193]: 2024-09-13 15:14:55.299042535 +0000 UTC m=+0.015702218 image pull fec07016a2b0bf363d0b69240081049b65cf13f1c44f6a7196cf8309aeb428cd quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f 2024-09-13T15:14:55.650 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 15:14:55 smithi071 podman[404193]: 2024-09-13 15:14:55.416466543 +0000 UTC m=+0.133126216 container create 734997be9c61b294af599fb9692ef1441a70e12b1694a2f973fb04b16a46f5a8 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-2-deactivate, org.label-schema.vendor=CentOS, ceph=True, io.buildah.version=1.37.2, RELEASE=wip-aclamk-cbt-combined-d58f730, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD) 2024-09-13T15:14:55.650 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 15:14:55 smithi071 podman[404193]: 2024-09-13 15:14:55.643799275 +0000 UTC m=+0.360458965 container init 734997be9c61b294af599fb9692ef1441a70e12b1694a2f973fb04b16a46f5a8 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-2-deactivate, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, RELEASE=wip-aclamk-cbt-combined-d58f730, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, ceph=True, org.label-schema.build-date=20240731) 2024-09-13T15:14:55.650 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 15:14:55 smithi071 podman[404193]: 2024-09-13 15:14:55.648636071 +0000 UTC m=+0.365295753 container start 734997be9c61b294af599fb9692ef1441a70e12b1694a2f973fb04b16a46f5a8 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-2-deactivate, 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=20240731, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, RELEASE=wip-aclamk-cbt-combined-d58f730, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.vendor=CentOS) 2024-09-13T15:14:56.131 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 15:14:55 smithi071 podman[404193]: 2024-09-13 15:14:55.752322205 +0000 UTC m=+0.468981879 container attach 734997be9c61b294af599fb9692ef1441a70e12b1694a2f973fb04b16a46f5a8 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-2-deactivate, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, RELEASE=wip-aclamk-cbt-combined-d58f730, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, ceph=True, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-13T15:14:56.131 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 13 15:14:55 smithi071 podman[404193]: 2024-09-13 15:14:55.832505571 +0000 UTC m=+0.549165254 container died 734997be9c61b294af599fb9692ef1441a70e12b1694a2f973fb04b16a46f5a8 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-2-deactivate, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.schema-version=1.0, GIT_CLEAN=True, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, RELEASE=wip-aclamk-cbt-combined-d58f730, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD) 2024-09-13T15:14:56.474 DEBUG:teuthology.orchestra.run.smithi071:> sudo pkill -f 'journalctl -f -n 0 -u ceph-18f8172c-71da-11ef-bceb-c7b262605968@osd.2.service' 2024-09-13T15:14:56.513 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-13T15:14:56.513 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-09-13T15:14:56.513 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-09-13T15:14:56.514 DEBUG:teuthology.orchestra.run.smithi071:> sudo systemctl stop ceph-18f8172c-71da-11ef-bceb-c7b262605968@osd.3 2024-09-13T15:14:56.845 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 15:14:56 smithi071 systemd[1]: Stopping Ceph osd.3 for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T15:14:57.141 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 15:14:56 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-3[140332]: 2024-09-13T15:14:56.843+0000 7f8d35e42640 -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-09-13T15:14:57.141 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 15:14:56 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-3[140332]: 2024-09-13T15:14:56.843+0000 7f8d35e42640 -1 osd.3 1527 *** Got signal Terminated *** 2024-09-13T15:14:57.141 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 15:14:56 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-3[140332]: 2024-09-13T15:14:56.843+0000 7f8d35e42640 -1 osd.3 1527 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-13T15:14:59.141 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 15:14:58 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-3[140332]: 2024-09-13T15:14:58.803+0000 7f8d32457640 -1 osd.3 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:32.123355+0000 front 2024-09-13T15:14:32.123412+0000 (oldest deadline 2024-09-13T15:14:58.023403+0000) 2024-09-13T15:14:59.922 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:14:59 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:14:59.572+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:35.361014+0000 front 2024-09-13T15:14:35.361027+0000 (oldest deadline 2024-09-13T15:14:58.861031+0000) 2024-09-13T15:15:00.141 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 15:14:59 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-3[140332]: 2024-09-13T15:14:59.837+0000 7f8d32457640 -1 osd.3 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:32.123355+0000 front 2024-09-13T15:14:32.123412+0000 (oldest deadline 2024-09-13T15:14:58.023403+0000) 2024-09-13T15:15:00.574 INFO:journalctl@ceph.osd.4.smithi104.stdout:Sep 13 15:15:00 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-4[38738]: 2024-09-13T15:15:00.254+0000 7f9350291640 -1 osd.4 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:31.611093+0000 front 2024-09-13T15:14:31.611123+0000 (oldest deadline 2024-09-13T15:14:59.811827+0000) 2024-09-13T15:15:00.922 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:00 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:00.573+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:35.361014+0000 front 2024-09-13T15:14:35.361027+0000 (oldest deadline 2024-09-13T15:14:58.861031+0000) 2024-09-13T15:15:01.141 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 15:15:00 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-3[140332]: 2024-09-13T15:15:00.876+0000 7f8d32457640 -1 osd.3 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:32.123355+0000 front 2024-09-13T15:14:32.123412+0000 (oldest deadline 2024-09-13T15:14:58.023403+0000) 2024-09-13T15:15:01.592 INFO:journalctl@ceph.osd.4.smithi104.stdout:Sep 13 15:15:01 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-4[38738]: 2024-09-13T15:15:01.231+0000 7f9350291640 -1 osd.4 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:31.611093+0000 front 2024-09-13T15:14:31.611123+0000 (oldest deadline 2024-09-13T15:14:59.811827+0000) 2024-09-13T15:15:01.922 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:01 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:01.591+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:35.361014+0000 front 2024-09-13T15:14:35.361027+0000 (oldest deadline 2024-09-13T15:14:58.861031+0000) 2024-09-13T15:15:02.422 INFO:journalctl@ceph.osd.4.smithi104.stdout:Sep 13 15:15:02 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-4[38738]: 2024-09-13T15:15:02.245+0000 7f9350291640 -1 osd.4 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:31.611093+0000 front 2024-09-13T15:14:31.611123+0000 (oldest deadline 2024-09-13T15:14:59.811827+0000) 2024-09-13T15:15:02.423 INFO:journalctl@ceph.osd.5.smithi104.stdout:Sep 13 15:15:02 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-5[44969]: 2024-09-13T15:15:02.119+0000 7fa326d50640 -1 osd.5 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:35.963507+0000 front 2024-09-13T15:14:35.963530+0000 (oldest deadline 2024-09-13T15:15:01.263422+0000) 2024-09-13T15:15:02.726 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 15:15:02 smithi071 podman[404320]: 2024-09-13 15:15:02.426977371 +0000 UTC m=+5.692798618 container died 58a6926c01b75acb1055ee8716b65654e59c67190274d9bc3eac10dfd4bb6142 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-3, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-aclamk-cbt-combined-d58f730, ceph=True) 2024-09-13T15:15:02.922 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:02 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:02.600+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:35.361014+0000 front 2024-09-13T15:14:35.361027+0000 (oldest deadline 2024-09-13T15:14:58.861031+0000) 2024-09-13T15:15:03.141 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 15:15:02 smithi071 podman[404320]: 2024-09-13 15:15:02.908028146 +0000 UTC m=+6.173849382 container cleanup 58a6926c01b75acb1055ee8716b65654e59c67190274d9bc3eac10dfd4bb6142 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-3, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, ceph=True, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, RELEASE=wip-aclamk-cbt-combined-d58f730, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-13T15:15:03.141 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 15:15:02 smithi071 bash[404320]: ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-3 2024-09-13T15:15:03.422 INFO:journalctl@ceph.osd.5.smithi104.stdout:Sep 13 15:15:03 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-5[44969]: 2024-09-13T15:15:03.088+0000 7fa326d50640 -1 osd.5 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:35.963507+0000 front 2024-09-13T15:14:35.963530+0000 (oldest deadline 2024-09-13T15:15:01.263422+0000) 2024-09-13T15:15:03.423 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:03 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T15:15:03.207+0000 7f716981c640 -1 osd.6 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:31.660762+0000 front 2024-09-13T15:14:31.660605+0000 (oldest deadline 2024-09-13T15:15:02.861320+0000) 2024-09-13T15:15:03.423 INFO:journalctl@ceph.osd.4.smithi104.stdout:Sep 13 15:15:03 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-4[38738]: 2024-09-13T15:15:03.242+0000 7f9350291640 -1 osd.4 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:31.611093+0000 front 2024-09-13T15:14:31.611123+0000 (oldest deadline 2024-09-13T15:14:59.811827+0000) 2024-09-13T15:15:03.511 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 15:15:03 smithi071 podman[404340]: 2024-09-13 15:15:03.192864944 +0000 UTC m=+0.760318198 container remove 58a6926c01b75acb1055ee8716b65654e59c67190274d9bc3eac10dfd4bb6142 (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-3, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, RELEASE=wip-aclamk-cbt-combined-d58f730, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS) 2024-09-13T15:15:03.805 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 15:15:03 smithi071 podman[404434]: 2024-09-13 15:15:03.510398161 +0000 UTC m=+0.104626122 container create 9cdbc8977d50ecb62fed25309cfdb9433c6f35d09db55ec61618b8d8fda76dff (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-3-deactivate, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, RELEASE=wip-aclamk-cbt-combined-d58f730, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD) 2024-09-13T15:15:03.805 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 15:15:03 smithi071 podman[404434]: 2024-09-13 15:15:03.421404443 +0000 UTC m=+0.015632403 image pull fec07016a2b0bf363d0b69240081049b65cf13f1c44f6a7196cf8309aeb428cd quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f 2024-09-13T15:15:03.805 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 15:15:03 smithi071 podman[404434]: 2024-09-13 15:15:03.721142503 +0000 UTC m=+0.315370463 container init 9cdbc8977d50ecb62fed25309cfdb9433c6f35d09db55ec61618b8d8fda76dff (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-3-deactivate, org.label-schema.vendor=CentOS, RELEASE=wip-aclamk-cbt-combined-d58f730, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , 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, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731) 2024-09-13T15:15:03.806 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 15:15:03 smithi071 podman[404434]: 2024-09-13 15:15:03.725926087 +0000 UTC m=+0.320154054 container start 9cdbc8977d50ecb62fed25309cfdb9433c6f35d09db55ec61618b8d8fda76dff (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-3-deactivate, ceph=True, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, RELEASE=wip-aclamk-cbt-combined-d58f730, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-13T15:15:03.806 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 15:15:03 smithi071 podman[404434]: 2024-09-13 15:15:03.804213151 +0000 UTC m=+0.398441112 container attach 9cdbc8977d50ecb62fed25309cfdb9433c6f35d09db55ec61618b8d8fda76dff (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-3-deactivate, io.buildah.version=1.37.2, GIT_CLEAN=True, RELEASE=wip-aclamk-cbt-combined-d58f730, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.build-date=20240731, 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, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0) 2024-09-13T15:15:03.922 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:03 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:03.594+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:35.361014+0000 front 2024-09-13T15:14:35.361027+0000 (oldest deadline 2024-09-13T15:14:58.861031+0000) 2024-09-13T15:15:04.141 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 13 15:15:03 smithi071 podman[404434]: 2024-09-13 15:15:03.909265049 +0000 UTC m=+0.503493014 container died 9cdbc8977d50ecb62fed25309cfdb9433c6f35d09db55ec61618b8d8fda76dff (image=quay.ceph.io/ceph-ci/ceph@sha256:914e971332a58dba507db28f0971f6f283c67edecc2d9a6537eea399760b8c1f, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-3-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, RELEASE=wip-aclamk-cbt-combined-d58f730, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, ceph=True, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2) 2024-09-13T15:15:04.422 INFO:journalctl@ceph.osd.4.smithi104.stdout:Sep 13 15:15:04 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-4[38738]: 2024-09-13T15:15:04.260+0000 7f9350291640 -1 osd.4 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:31.611093+0000 front 2024-09-13T15:14:31.611123+0000 (oldest deadline 2024-09-13T15:14:59.811827+0000) 2024-09-13T15:15:04.422 INFO:journalctl@ceph.osd.5.smithi104.stdout:Sep 13 15:15:04 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-5[44969]: 2024-09-13T15:15:04.083+0000 7fa326d50640 -1 osd.5 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:35.963507+0000 front 2024-09-13T15:14:35.963530+0000 (oldest deadline 2024-09-13T15:15:01.263422+0000) 2024-09-13T15:15:04.423 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:04 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T15:15:04.240+0000 7f716981c640 -1 osd.6 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:31.660762+0000 front 2024-09-13T15:14:31.660605+0000 (oldest deadline 2024-09-13T15:15:02.861320+0000) 2024-09-13T15:15:04.604 DEBUG:teuthology.orchestra.run.smithi071:> sudo pkill -f 'journalctl -f -n 0 -u ceph-18f8172c-71da-11ef-bceb-c7b262605968@osd.3.service' 2024-09-13T15:15:04.643 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-13T15:15:04.644 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-09-13T15:15:04.644 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-09-13T15:15:04.644 DEBUG:teuthology.orchestra.run.smithi104:> sudo systemctl stop ceph-18f8172c-71da-11ef-bceb-c7b262605968@osd.4 2024-09-13T15:15:04.922 INFO:journalctl@ceph.osd.4.smithi104.stdout:Sep 13 15:15:04 smithi104 systemd[1]: Stopping Ceph osd.4 for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T15:15:04.922 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:04 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:04.626+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:35.361014+0000 front 2024-09-13T15:14:35.361027+0000 (oldest deadline 2024-09-13T15:14:58.861031+0000) 2024-09-13T15:15:05.249 INFO:journalctl@ceph.osd.5.smithi104.stdout:Sep 13 15:15:05 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-5[44969]: 2024-09-13T15:15:05.047+0000 7fa326d50640 -1 osd.5 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:35.963507+0000 front 2024-09-13T15:14:35.963530+0000 (oldest deadline 2024-09-13T15:15:01.263422+0000) 2024-09-13T15:15:05.249 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:05 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T15:15:05.195+0000 7f716981c640 -1 osd.6 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:31.660762+0000 front 2024-09-13T15:14:31.660605+0000 (oldest deadline 2024-09-13T15:15:02.861320+0000) 2024-09-13T15:15:05.250 INFO:journalctl@ceph.osd.4.smithi104.stdout:Sep 13 15:15:04 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-4[38738]: 2024-09-13T15:15:04.946+0000 7f9357c85640 -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-09-13T15:15:05.250 INFO:journalctl@ceph.osd.4.smithi104.stdout:Sep 13 15:15:04 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-4[38738]: 2024-09-13T15:15:04.946+0000 7f9357c85640 -1 osd.4 1527 *** Got signal Terminated *** 2024-09-13T15:15:05.250 INFO:journalctl@ceph.osd.4.smithi104.stdout:Sep 13 15:15:04 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-4[38738]: 2024-09-13T15:15:04.946+0000 7f9357c85640 -1 osd.4 1527 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-13T15:15:05.250 INFO:journalctl@ceph.osd.4.smithi104.stdout:Sep 13 15:15:05 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-4[38738]: 2024-09-13T15:15:05.248+0000 7f9350291640 -1 osd.4 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:31.611093+0000 front 2024-09-13T15:14:31.611123+0000 (oldest deadline 2024-09-13T15:14:59.811827+0000) 2024-09-13T15:15:05.922 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:05 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:05.627+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:35.361014+0000 front 2024-09-13T15:14:35.361027+0000 (oldest deadline 2024-09-13T15:14:58.861031+0000) 2024-09-13T15:15:06.422 INFO:journalctl@ceph.osd.5.smithi104.stdout:Sep 13 15:15:06 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-5[44969]: 2024-09-13T15:15:06.000+0000 7fa326d50640 -1 osd.5 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:35.963507+0000 front 2024-09-13T15:14:35.963530+0000 (oldest deadline 2024-09-13T15:15:01.263422+0000) 2024-09-13T15:15:06.423 INFO:journalctl@ceph.osd.4.smithi104.stdout:Sep 13 15:15:06 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-4[38738]: 2024-09-13T15:15:06.213+0000 7f9350291640 -1 osd.4 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:31.611093+0000 front 2024-09-13T15:14:31.611123+0000 (oldest deadline 2024-09-13T15:14:59.811827+0000) 2024-09-13T15:15:06.423 INFO:journalctl@ceph.osd.4.smithi104.stdout:Sep 13 15:15:06 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-4[38738]: 2024-09-13T15:15:06.213+0000 7f9350291640 -1 osd.4 1527 heartbeat_check: no reply from 172.21.15.71:6814 osd.1 since back 2024-09-13T15:14:40.912805+0000 front 2024-09-13T15:14:40.912850+0000 (oldest deadline 2024-09-13T15:15:06.212605+0000) 2024-09-13T15:15:06.423 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:06 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T15:15:06.205+0000 7f716981c640 -1 osd.6 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:31.660762+0000 front 2024-09-13T15:14:31.660605+0000 (oldest deadline 2024-09-13T15:15:02.861320+0000) 2024-09-13T15:15:06.922 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:06 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:06.647+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:35.361014+0000 front 2024-09-13T15:14:35.361027+0000 (oldest deadline 2024-09-13T15:14:58.861031+0000) 2024-09-13T15:15:07.254 INFO:journalctl@ceph.osd.5.smithi104.stdout:Sep 13 15:15:06 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-5[44969]: 2024-09-13T15:15:06.951+0000 7fa326d50640 -1 osd.5 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:35.963507+0000 front 2024-09-13T15:14:35.963530+0000 (oldest deadline 2024-09-13T15:15:01.263422+0000) 2024-09-13T15:15:07.255 INFO:journalctl@ceph.osd.4.smithi104.stdout:Sep 13 15:15:07 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-4[38738]: 2024-09-13T15:15:07.185+0000 7f9350291640 -1 osd.4 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:31.611093+0000 front 2024-09-13T15:14:31.611123+0000 (oldest deadline 2024-09-13T15:14:59.811827+0000) 2024-09-13T15:15:07.255 INFO:journalctl@ceph.osd.4.smithi104.stdout:Sep 13 15:15:07 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-4[38738]: 2024-09-13T15:15:07.185+0000 7f9350291640 -1 osd.4 1527 heartbeat_check: no reply from 172.21.15.71:6814 osd.1 since back 2024-09-13T15:14:40.912805+0000 front 2024-09-13T15:14:40.912850+0000 (oldest deadline 2024-09-13T15:15:06.212605+0000) 2024-09-13T15:15:07.644 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:07 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T15:15:07.252+0000 7f716981c640 -1 osd.6 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:31.660762+0000 front 2024-09-13T15:14:31.660605+0000 (oldest deadline 2024-09-13T15:15:02.861320+0000) 2024-09-13T15:15:07.644 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:07 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T15:15:07.252+0000 7f716981c640 -1 osd.6 1527 heartbeat_check: no reply from 172.21.15.71:6814 osd.1 since back 2024-09-13T15:14:42.861939+0000 front 2024-09-13T15:14:42.861969+0000 (oldest deadline 2024-09-13T15:15:06.961809+0000) 2024-09-13T15:15:07.922 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:07 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:07.642+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:35.361014+0000 front 2024-09-13T15:14:35.361027+0000 (oldest deadline 2024-09-13T15:14:58.861031+0000) 2024-09-13T15:15:08.235 INFO:journalctl@ceph.osd.5.smithi104.stdout:Sep 13 15:15:07 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-5[44969]: 2024-09-13T15:15:07.924+0000 7fa326d50640 -1 osd.5 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:35.963507+0000 front 2024-09-13T15:14:35.963530+0000 (oldest deadline 2024-09-13T15:15:01.263422+0000) 2024-09-13T15:15:08.235 INFO:journalctl@ceph.osd.5.smithi104.stdout:Sep 13 15:15:07 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-5[44969]: 2024-09-13T15:15:07.924+0000 7fa326d50640 -1 osd.5 1527 heartbeat_check: no reply from 172.21.15.71:6814 osd.1 since back 2024-09-13T15:14:41.264113+0000 front 2024-09-13T15:14:41.264128+0000 (oldest deadline 2024-09-13T15:15:07.163898+0000) 2024-09-13T15:15:08.627 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:08 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T15:15:08.244+0000 7f716981c640 -1 osd.6 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:31.660762+0000 front 2024-09-13T15:14:31.660605+0000 (oldest deadline 2024-09-13T15:15:02.861320+0000) 2024-09-13T15:15:08.628 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:08 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T15:15:08.244+0000 7f716981c640 -1 osd.6 1527 heartbeat_check: no reply from 172.21.15.71:6814 osd.1 since back 2024-09-13T15:14:42.861939+0000 front 2024-09-13T15:14:42.861969+0000 (oldest deadline 2024-09-13T15:15:06.961809+0000) 2024-09-13T15:15:08.628 INFO:journalctl@ceph.osd.4.smithi104.stdout:Sep 13 15:15:08 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-4[38738]: 2024-09-13T15:15:08.234+0000 7f9350291640 -1 osd.4 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:31.611093+0000 front 2024-09-13T15:14:31.611123+0000 (oldest deadline 2024-09-13T15:14:59.811827+0000) 2024-09-13T15:15:08.628 INFO:journalctl@ceph.osd.4.smithi104.stdout:Sep 13 15:15:08 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-4[38738]: 2024-09-13T15:15:08.234+0000 7f9350291640 -1 osd.4 1527 heartbeat_check: no reply from 172.21.15.71:6814 osd.1 since back 2024-09-13T15:14:40.912805+0000 front 2024-09-13T15:14:40.912850+0000 (oldest deadline 2024-09-13T15:15:06.212605+0000) 2024-09-13T15:15:08.879 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:08 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:08.625+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:35.361014+0000 front 2024-09-13T15:14:35.361027+0000 (oldest deadline 2024-09-13T15:14:58.861031+0000) 2024-09-13T15:15:09.172 INFO:journalctl@ceph.osd.5.smithi104.stdout:Sep 13 15:15:08 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-5[44969]: 2024-09-13T15:15:08.877+0000 7fa326d50640 -1 osd.5 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:35.963507+0000 front 2024-09-13T15:14:35.963530+0000 (oldest deadline 2024-09-13T15:15:01.263422+0000) 2024-09-13T15:15:09.172 INFO:journalctl@ceph.osd.5.smithi104.stdout:Sep 13 15:15:08 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-5[44969]: 2024-09-13T15:15:08.877+0000 7fa326d50640 -1 osd.5 1527 heartbeat_check: no reply from 172.21.15.71:6814 osd.1 since back 2024-09-13T15:14:41.264113+0000 front 2024-09-13T15:14:41.264128+0000 (oldest deadline 2024-09-13T15:15:07.163898+0000) 2024-09-13T15:15:09.592 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:09 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T15:15:09.280+0000 7f716981c640 -1 osd.6 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:31.660762+0000 front 2024-09-13T15:14:31.660605+0000 (oldest deadline 2024-09-13T15:15:02.861320+0000) 2024-09-13T15:15:09.593 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:09 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T15:15:09.280+0000 7f716981c640 -1 osd.6 1527 heartbeat_check: no reply from 172.21.15.71:6814 osd.1 since back 2024-09-13T15:14:42.861939+0000 front 2024-09-13T15:14:42.861969+0000 (oldest deadline 2024-09-13T15:15:06.961809+0000) 2024-09-13T15:15:09.593 INFO:journalctl@ceph.osd.4.smithi104.stdout:Sep 13 15:15:09 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-4[38738]: 2024-09-13T15:15:09.201+0000 7f9350291640 -1 osd.4 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:31.611093+0000 front 2024-09-13T15:14:31.611123+0000 (oldest deadline 2024-09-13T15:14:59.811827+0000) 2024-09-13T15:15:09.593 INFO:journalctl@ceph.osd.4.smithi104.stdout:Sep 13 15:15:09 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-4[38738]: 2024-09-13T15:15:09.201+0000 7f9350291640 -1 osd.4 1527 heartbeat_check: no reply from 172.21.15.71:6814 osd.1 since back 2024-09-13T15:14:40.912805+0000 front 2024-09-13T15:14:40.912850+0000 (oldest deadline 2024-09-13T15:15:06.212605+0000) 2024-09-13T15:15:09.914 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:09 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:09.590+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:35.361014+0000 front 2024-09-13T15:14:35.361027+0000 (oldest deadline 2024-09-13T15:14:58.861031+0000) 2024-09-13T15:15:09.914 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:09 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:09.590+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6814 osd.1 since back 2024-09-13T15:14:39.961956+0000 front 2024-09-13T15:14:39.961893+0000 (oldest deadline 2024-09-13T15:15:08.762442+0000) 2024-09-13T15:15:09.914 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 15:15:09 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[90629]: ts=2024-09-13T15:15:09.721Z caller=refresh.go:90 level=error component="discovery manager notify" discovery=http config=config-0 msg="Unable to refresh target groups" err="Get \"http://172.21.15.71:8765/sd/prometheus/sd-config?service=alertmanager\": dial tcp 172.21.15.71:8765: connect: connection refused" 2024-09-13T15:15:09.914 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 15:15:09 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[90629]: ts=2024-09-13T15:15:09.724Z caller=refresh.go:90 level=error component="discovery manager scrape" discovery=http config=nfs msg="Unable to refresh target groups" err="Get \"http://172.21.15.71:8765/sd/prometheus/sd-config?service=nfs\": dial tcp 172.21.15.71:8765: connect: connection refused" 2024-09-13T15:15:09.915 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 15:15:09 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[90629]: ts=2024-09-13T15:15:09.724Z caller=refresh.go:90 level=error component="discovery manager scrape" discovery=http config=nvmeof msg="Unable to refresh target groups" err="Get \"http://172.21.15.71:8765/sd/prometheus/sd-config?service=nvmeof\": dial tcp 172.21.15.71:8765: connect: connection refused" 2024-09-13T15:15:09.915 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 15:15:09 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[90629]: ts=2024-09-13T15:15:09.726Z caller=refresh.go:90 level=error component="discovery manager scrape" discovery=http config=ceph msg="Unable to refresh target groups" err="Get \"http://172.21.15.71:8765/sd/prometheus/sd-config?service=mgr-prometheus\": dial tcp 172.21.15.71:8765: connect: connection refused" 2024-09-13T15:15:09.915 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 15:15:09 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[90629]: ts=2024-09-13T15:15:09.726Z caller=refresh.go:90 level=error component="discovery manager scrape" discovery=http config=node msg="Unable to refresh target groups" err="Get \"http://172.21.15.71:8765/sd/prometheus/sd-config?service=node-exporter\": dial tcp 172.21.15.71:8765: connect: connection refused" 2024-09-13T15:15:09.915 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 15:15:09 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[90629]: ts=2024-09-13T15:15:09.726Z caller=refresh.go:90 level=error component="discovery manager scrape" discovery=http config=ceph-exporter msg="Unable to refresh target groups" err="Get \"http://172.21.15.71:8765/sd/prometheus/sd-config?service=ceph-exporter\": dial tcp 172.21.15.71:8765: connect: connection refused" 2024-09-13T15:15:10.172 INFO:journalctl@ceph.osd.5.smithi104.stdout:Sep 13 15:15:09 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-5[44969]: 2024-09-13T15:15:09.912+0000 7fa326d50640 -1 osd.5 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:35.963507+0000 front 2024-09-13T15:14:35.963530+0000 (oldest deadline 2024-09-13T15:15:01.263422+0000) 2024-09-13T15:15:10.172 INFO:journalctl@ceph.osd.5.smithi104.stdout:Sep 13 15:15:09 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-5[44969]: 2024-09-13T15:15:09.912+0000 7fa326d50640 -1 osd.5 1527 heartbeat_check: no reply from 172.21.15.71:6814 osd.1 since back 2024-09-13T15:14:41.264113+0000 front 2024-09-13T15:14:41.264128+0000 (oldest deadline 2024-09-13T15:15:07.163898+0000) 2024-09-13T15:15:10.611 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:10 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T15:15:10.267+0000 7f716981c640 -1 osd.6 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:31.660762+0000 front 2024-09-13T15:14:31.660605+0000 (oldest deadline 2024-09-13T15:15:02.861320+0000) 2024-09-13T15:15:10.611 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:10 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T15:15:10.267+0000 7f716981c640 -1 osd.6 1527 heartbeat_check: no reply from 172.21.15.71:6814 osd.1 since back 2024-09-13T15:14:42.861939+0000 front 2024-09-13T15:14:42.861969+0000 (oldest deadline 2024-09-13T15:15:06.961809+0000) 2024-09-13T15:15:10.896 INFO:journalctl@ceph.osd.4.smithi104.stdout:Sep 13 15:15:10 smithi104 podman[282023]: 2024-09-13 15:15:10.610406719 +0000 UTC m=+5.773371203 container died 7641d6ca037c70a01f07dda4cfd1c5b351f680cefea08a46b01966733871d649 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-4, RELEASE=reef-2c01458, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=) 2024-09-13T15:15:10.896 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:10 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:10.616+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:35.361014+0000 front 2024-09-13T15:14:35.361027+0000 (oldest deadline 2024-09-13T15:14:58.861031+0000) 2024-09-13T15:15:10.897 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:10 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:10.616+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6814 osd.1 since back 2024-09-13T15:14:39.961956+0000 front 2024-09-13T15:14:39.961893+0000 (oldest deadline 2024-09-13T15:15:08.762442+0000) 2024-09-13T15:15:11.172 INFO:journalctl@ceph.osd.5.smithi104.stdout:Sep 13 15:15:10 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-5[44969]: 2024-09-13T15:15:10.894+0000 7fa326d50640 -1 osd.5 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:35.963507+0000 front 2024-09-13T15:14:35.963530+0000 (oldest deadline 2024-09-13T15:15:01.263422+0000) 2024-09-13T15:15:11.172 INFO:journalctl@ceph.osd.5.smithi104.stdout:Sep 13 15:15:10 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-5[44969]: 2024-09-13T15:15:10.894+0000 7fa326d50640 -1 osd.5 1527 heartbeat_check: no reply from 172.21.15.71:6814 osd.1 since back 2024-09-13T15:14:41.264113+0000 front 2024-09-13T15:14:41.264128+0000 (oldest deadline 2024-09-13T15:15:07.163898+0000) 2024-09-13T15:15:11.173 INFO:journalctl@ceph.osd.4.smithi104.stdout:Sep 13 15:15:11 smithi104 podman[282023]: 2024-09-13 15:15:11.06124657 +0000 UTC m=+6.224211053 container cleanup 7641d6ca037c70a01f07dda4cfd1c5b351f680cefea08a46b01966733871d649 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-4, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=reef-2c01458, GIT_CLEAN=True) 2024-09-13T15:15:11.173 INFO:journalctl@ceph.osd.4.smithi104.stdout:Sep 13 15:15:11 smithi104 bash[282023]: ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-4 2024-09-13T15:15:11.609 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:11 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T15:15:11.304+0000 7f716981c640 -1 osd.6 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:31.660762+0000 front 2024-09-13T15:14:31.660605+0000 (oldest deadline 2024-09-13T15:15:02.861320+0000) 2024-09-13T15:15:11.609 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:11 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T15:15:11.304+0000 7f716981c640 -1 osd.6 1527 heartbeat_check: no reply from 172.21.15.71:6814 osd.1 since back 2024-09-13T15:14:42.861939+0000 front 2024-09-13T15:14:42.861969+0000 (oldest deadline 2024-09-13T15:15:06.961809+0000) 2024-09-13T15:15:11.609 INFO:journalctl@ceph.osd.4.smithi104.stdout:Sep 13 15:15:11 smithi104 podman[282044]: 2024-09-13 15:15:11.230451702 +0000 UTC m=+0.616028356 container remove 7641d6ca037c70a01f07dda4cfd1c5b351f680cefea08a46b01966733871d649 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-4, RELEASE=reef-2c01458, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, 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, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-13T15:15:11.875 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:11 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:11.605+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:35.361014+0000 front 2024-09-13T15:14:35.361027+0000 (oldest deadline 2024-09-13T15:14:58.861031+0000) 2024-09-13T15:15:11.875 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:11 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:11.605+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6814 osd.1 since back 2024-09-13T15:14:39.961956+0000 front 2024-09-13T15:14:39.961893+0000 (oldest deadline 2024-09-13T15:15:08.762442+0000) 2024-09-13T15:15:11.876 INFO:journalctl@ceph.osd.4.smithi104.stdout:Sep 13 15:15:11 smithi104 podman[282139]: 2024-09-13 15:15:11.58105228 +0000 UTC m=+0.016072885 image pull c129f5a2fd4eccce3e6eec43830eff1929af98bc48f3b850cf144ce5b326e8b5 quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11 2024-09-13T15:15:11.876 INFO:journalctl@ceph.osd.4.smithi104.stdout:Sep 13 15:15:11 smithi104 podman[282139]: 2024-09-13 15:15:11.714938423 +0000 UTC m=+0.149959065 container create 037d4bc5f30b765894919b44223d53f1eddc5b6a463c4efe10c17a44ad80e42b (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-4-deactivate, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=reef-2c01458, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_CLEAN=True) 2024-09-13T15:15:12.172 INFO:journalctl@ceph.osd.5.smithi104.stdout:Sep 13 15:15:11 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-5[44969]: 2024-09-13T15:15:11.873+0000 7fa326d50640 -1 osd.5 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:35.963507+0000 front 2024-09-13T15:14:35.963530+0000 (oldest deadline 2024-09-13T15:15:01.263422+0000) 2024-09-13T15:15:12.172 INFO:journalctl@ceph.osd.5.smithi104.stdout:Sep 13 15:15:11 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-5[44969]: 2024-09-13T15:15:11.873+0000 7fa326d50640 -1 osd.5 1527 heartbeat_check: no reply from 172.21.15.71:6814 osd.1 since back 2024-09-13T15:14:41.264113+0000 front 2024-09-13T15:14:41.264128+0000 (oldest deadline 2024-09-13T15:15:07.163898+0000) 2024-09-13T15:15:12.173 INFO:journalctl@ceph.osd.4.smithi104.stdout:Sep 13 15:15:11 smithi104 podman[282139]: 2024-09-13 15:15:11.900894145 +0000 UTC m=+0.335914751 container init 037d4bc5f30b765894919b44223d53f1eddc5b6a463c4efe10c17a44ad80e42b (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-4-deactivate, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , ceph=True, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, RELEASE=reef-2c01458, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-13T15:15:12.173 INFO:journalctl@ceph.osd.4.smithi104.stdout:Sep 13 15:15:11 smithi104 podman[282139]: 2024-09-13 15:15:11.905826166 +0000 UTC m=+0.340846764 container start 037d4bc5f30b765894919b44223d53f1eddc5b6a463c4efe10c17a44ad80e42b (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-4-deactivate, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_CLEAN=True, RELEASE=reef-2c01458, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=) 2024-09-13T15:15:12.173 INFO:journalctl@ceph.osd.4.smithi104.stdout:Sep 13 15:15:11 smithi104 podman[282139]: 2024-09-13 15:15:11.98396913 +0000 UTC m=+0.418989729 container attach 037d4bc5f30b765894919b44223d53f1eddc5b6a463c4efe10c17a44ad80e42b (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-4-deactivate, RELEASE=reef-2c01458, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2) 2024-09-13T15:15:12.173 INFO:journalctl@ceph.osd.4.smithi104.stdout:Sep 13 15:15:12 smithi104 podman[282139]: 2024-09-13 15:15:12.109332565 +0000 UTC m=+0.544353163 container died 037d4bc5f30b765894919b44223d53f1eddc5b6a463c4efe10c17a44ad80e42b (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-4-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , RELEASE=reef-2c01458, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=) 2024-09-13T15:15:12.652 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:12 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T15:15:12.311+0000 7f716981c640 -1 osd.6 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:31.660762+0000 front 2024-09-13T15:14:31.660605+0000 (oldest deadline 2024-09-13T15:15:02.861320+0000) 2024-09-13T15:15:12.652 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:12 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T15:15:12.311+0000 7f716981c640 -1 osd.6 1527 heartbeat_check: no reply from 172.21.15.71:6814 osd.1 since back 2024-09-13T15:14:42.861939+0000 front 2024-09-13T15:14:42.861969+0000 (oldest deadline 2024-09-13T15:15:06.961809+0000) 2024-09-13T15:15:12.793 DEBUG:teuthology.orchestra.run.smithi104:> sudo pkill -f 'journalctl -f -n 0 -u ceph-18f8172c-71da-11ef-bceb-c7b262605968@osd.4.service' 2024-09-13T15:15:12.832 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-13T15:15:12.832 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-09-13T15:15:12.832 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-09-13T15:15:12.832 DEBUG:teuthology.orchestra.run.smithi104:> sudo systemctl stop ceph-18f8172c-71da-11ef-bceb-c7b262605968@osd.5 2024-09-13T15:15:12.912 INFO:journalctl@ceph.osd.5.smithi104.stdout:Sep 13 15:15:12 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-5[44969]: 2024-09-13T15:15:12.870+0000 7fa326d50640 -1 osd.5 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:35.963507+0000 front 2024-09-13T15:14:35.963530+0000 (oldest deadline 2024-09-13T15:15:01.263422+0000) 2024-09-13T15:15:12.913 INFO:journalctl@ceph.osd.5.smithi104.stdout:Sep 13 15:15:12 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-5[44969]: 2024-09-13T15:15:12.870+0000 7fa326d50640 -1 osd.5 1527 heartbeat_check: no reply from 172.21.15.71:6814 osd.1 since back 2024-09-13T15:14:41.264113+0000 front 2024-09-13T15:14:41.264128+0000 (oldest deadline 2024-09-13T15:15:07.163898+0000) 2024-09-13T15:15:12.913 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:12 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:12.650+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:35.361014+0000 front 2024-09-13T15:14:35.361027+0000 (oldest deadline 2024-09-13T15:14:58.861031+0000) 2024-09-13T15:15:12.913 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:12 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:12.650+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6814 osd.1 since back 2024-09-13T15:14:39.961956+0000 front 2024-09-13T15:14:39.961893+0000 (oldest deadline 2024-09-13T15:15:08.762442+0000) 2024-09-13T15:15:13.172 INFO:journalctl@ceph.osd.5.smithi104.stdout:Sep 13 15:15:12 smithi104 systemd[1]: Stopping Ceph osd.5 for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T15:15:13.172 INFO:journalctl@ceph.osd.5.smithi104.stdout:Sep 13 15:15:13 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-5[44969]: 2024-09-13T15:15:13.150+0000 7fa32e744640 -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-09-13T15:15:13.172 INFO:journalctl@ceph.osd.5.smithi104.stdout:Sep 13 15:15:13 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-5[44969]: 2024-09-13T15:15:13.150+0000 7fa32e744640 -1 osd.5 1527 *** Got signal Terminated *** 2024-09-13T15:15:13.172 INFO:journalctl@ceph.osd.5.smithi104.stdout:Sep 13 15:15:13 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-5[44969]: 2024-09-13T15:15:13.150+0000 7fa32e744640 -1 osd.5 1527 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-13T15:15:13.641 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:13 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T15:15:13.278+0000 7f716981c640 -1 osd.6 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:31.660762+0000 front 2024-09-13T15:14:31.660605+0000 (oldest deadline 2024-09-13T15:15:02.861320+0000) 2024-09-13T15:15:13.641 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:13 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T15:15:13.278+0000 7f716981c640 -1 osd.6 1527 heartbeat_check: no reply from 172.21.15.71:6814 osd.1 since back 2024-09-13T15:14:42.861939+0000 front 2024-09-13T15:14:42.861969+0000 (oldest deadline 2024-09-13T15:15:06.961809+0000) 2024-09-13T15:15:13.922 INFO:journalctl@ceph.osd.5.smithi104.stdout:Sep 13 15:15:13 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-5[44969]: 2024-09-13T15:15:13.832+0000 7fa326d50640 -1 osd.5 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:35.963507+0000 front 2024-09-13T15:14:35.963530+0000 (oldest deadline 2024-09-13T15:15:01.263422+0000) 2024-09-13T15:15:13.922 INFO:journalctl@ceph.osd.5.smithi104.stdout:Sep 13 15:15:13 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-5[44969]: 2024-09-13T15:15:13.832+0000 7fa326d50640 -1 osd.5 1527 heartbeat_check: no reply from 172.21.15.71:6814 osd.1 since back 2024-09-13T15:14:41.264113+0000 front 2024-09-13T15:14:41.264128+0000 (oldest deadline 2024-09-13T15:15:07.163898+0000) 2024-09-13T15:15:13.923 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:13 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:13.639+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:35.361014+0000 front 2024-09-13T15:14:35.361027+0000 (oldest deadline 2024-09-13T15:14:58.861031+0000) 2024-09-13T15:15:13.923 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:13 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:13.639+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6814 osd.1 since back 2024-09-13T15:14:39.961956+0000 front 2024-09-13T15:14:39.961893+0000 (oldest deadline 2024-09-13T15:15:08.762442+0000) 2024-09-13T15:15:14.611 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:14 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T15:15:14.302+0000 7f716981c640 -1 osd.6 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:31.660762+0000 front 2024-09-13T15:14:31.660605+0000 (oldest deadline 2024-09-13T15:15:02.861320+0000) 2024-09-13T15:15:14.611 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:14 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T15:15:14.302+0000 7f716981c640 -1 osd.6 1527 heartbeat_check: no reply from 172.21.15.71:6814 osd.1 since back 2024-09-13T15:14:42.861939+0000 front 2024-09-13T15:14:42.861969+0000 (oldest deadline 2024-09-13T15:15:06.961809+0000) 2024-09-13T15:15:14.922 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:14 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:14.609+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:35.361014+0000 front 2024-09-13T15:14:35.361027+0000 (oldest deadline 2024-09-13T15:14:58.861031+0000) 2024-09-13T15:15:14.922 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:14 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:14.609+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6814 osd.1 since back 2024-09-13T15:14:39.961956+0000 front 2024-09-13T15:14:39.961893+0000 (oldest deadline 2024-09-13T15:15:08.762442+0000) 2024-09-13T15:15:14.923 INFO:journalctl@ceph.osd.5.smithi104.stdout:Sep 13 15:15:14 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-5[44969]: 2024-09-13T15:15:14.858+0000 7fa326d50640 -1 osd.5 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:35.963507+0000 front 2024-09-13T15:14:35.963530+0000 (oldest deadline 2024-09-13T15:15:01.263422+0000) 2024-09-13T15:15:14.923 INFO:journalctl@ceph.osd.5.smithi104.stdout:Sep 13 15:15:14 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-5[44969]: 2024-09-13T15:15:14.858+0000 7fa326d50640 -1 osd.5 1527 heartbeat_check: no reply from 172.21.15.71:6814 osd.1 since back 2024-09-13T15:14:41.264113+0000 front 2024-09-13T15:14:41.264128+0000 (oldest deadline 2024-09-13T15:15:07.163898+0000) 2024-09-13T15:15:15.632 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:15 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T15:15:15.254+0000 7f716981c640 -1 osd.6 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:31.660762+0000 front 2024-09-13T15:14:31.660605+0000 (oldest deadline 2024-09-13T15:15:02.861320+0000) 2024-09-13T15:15:15.633 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:15 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T15:15:15.254+0000 7f716981c640 -1 osd.6 1527 heartbeat_check: no reply from 172.21.15.71:6814 osd.1 since back 2024-09-13T15:14:42.861939+0000 front 2024-09-13T15:14:42.861969+0000 (oldest deadline 2024-09-13T15:15:06.961809+0000) 2024-09-13T15:15:15.633 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:15 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T15:15:15.254+0000 7f716981c640 -1 osd.6 1527 heartbeat_check: no reply from 172.21.15.71:6822 osd.2 since back 2024-09-13T15:14:52.262730+0000 front 2024-09-13T15:14:52.262751+0000 (oldest deadline 2024-09-13T15:15:15.162677+0000) 2024-09-13T15:15:15.922 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:15 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:15.631+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:35.361014+0000 front 2024-09-13T15:14:35.361027+0000 (oldest deadline 2024-09-13T15:14:58.861031+0000) 2024-09-13T15:15:15.923 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:15 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:15.631+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6814 osd.1 since back 2024-09-13T15:14:39.961956+0000 front 2024-09-13T15:14:39.961893+0000 (oldest deadline 2024-09-13T15:15:08.762442+0000) 2024-09-13T15:15:15.923 INFO:journalctl@ceph.osd.5.smithi104.stdout:Sep 13 15:15:15 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-5[44969]: 2024-09-13T15:15:15.877+0000 7fa326d50640 -1 osd.5 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:35.963507+0000 front 2024-09-13T15:14:35.963530+0000 (oldest deadline 2024-09-13T15:15:01.263422+0000) 2024-09-13T15:15:15.923 INFO:journalctl@ceph.osd.5.smithi104.stdout:Sep 13 15:15:15 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-5[44969]: 2024-09-13T15:15:15.877+0000 7fa326d50640 -1 osd.5 1527 heartbeat_check: no reply from 172.21.15.71:6814 osd.1 since back 2024-09-13T15:14:41.264113+0000 front 2024-09-13T15:14:41.264128+0000 (oldest deadline 2024-09-13T15:15:07.163898+0000) 2024-09-13T15:15:16.652 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:16 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T15:15:16.207+0000 7f716981c640 -1 osd.6 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:31.660762+0000 front 2024-09-13T15:14:31.660605+0000 (oldest deadline 2024-09-13T15:15:02.861320+0000) 2024-09-13T15:15:16.652 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:16 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T15:15:16.207+0000 7f716981c640 -1 osd.6 1527 heartbeat_check: no reply from 172.21.15.71:6814 osd.1 since back 2024-09-13T15:14:42.861939+0000 front 2024-09-13T15:14:42.861969+0000 (oldest deadline 2024-09-13T15:15:06.961809+0000) 2024-09-13T15:15:16.653 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:16 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T15:15:16.207+0000 7f716981c640 -1 osd.6 1527 heartbeat_check: no reply from 172.21.15.71:6822 osd.2 since back 2024-09-13T15:14:52.262730+0000 front 2024-09-13T15:14:52.262751+0000 (oldest deadline 2024-09-13T15:15:15.162677+0000) 2024-09-13T15:15:16.922 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:16 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:16.650+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:35.361014+0000 front 2024-09-13T15:14:35.361027+0000 (oldest deadline 2024-09-13T15:14:58.861031+0000) 2024-09-13T15:15:16.922 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:16 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:16.650+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6814 osd.1 since back 2024-09-13T15:14:39.961956+0000 front 2024-09-13T15:14:39.961893+0000 (oldest deadline 2024-09-13T15:15:08.762442+0000) 2024-09-13T15:15:16.922 INFO:journalctl@ceph.osd.5.smithi104.stdout:Sep 13 15:15:16 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-5[44969]: 2024-09-13T15:15:16.828+0000 7fa326d50640 -1 osd.5 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:35.963507+0000 front 2024-09-13T15:14:35.963530+0000 (oldest deadline 2024-09-13T15:15:01.263422+0000) 2024-09-13T15:15:16.923 INFO:journalctl@ceph.osd.5.smithi104.stdout:Sep 13 15:15:16 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-5[44969]: 2024-09-13T15:15:16.828+0000 7fa326d50640 -1 osd.5 1527 heartbeat_check: no reply from 172.21.15.71:6814 osd.1 since back 2024-09-13T15:14:41.264113+0000 front 2024-09-13T15:14:41.264128+0000 (oldest deadline 2024-09-13T15:15:07.163898+0000) 2024-09-13T15:15:17.637 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:17 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T15:15:17.233+0000 7f716981c640 -1 osd.6 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:31.660762+0000 front 2024-09-13T15:14:31.660605+0000 (oldest deadline 2024-09-13T15:15:02.861320+0000) 2024-09-13T15:15:17.637 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:17 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T15:15:17.233+0000 7f716981c640 -1 osd.6 1527 heartbeat_check: no reply from 172.21.15.71:6814 osd.1 since back 2024-09-13T15:14:42.861939+0000 front 2024-09-13T15:14:42.861969+0000 (oldest deadline 2024-09-13T15:15:06.961809+0000) 2024-09-13T15:15:17.638 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:17 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T15:15:17.233+0000 7f716981c640 -1 osd.6 1527 heartbeat_check: no reply from 172.21.15.71:6822 osd.2 since back 2024-09-13T15:14:52.262730+0000 front 2024-09-13T15:14:52.262751+0000 (oldest deadline 2024-09-13T15:15:15.162677+0000) 2024-09-13T15:15:17.922 INFO:journalctl@ceph.osd.5.smithi104.stdout:Sep 13 15:15:17 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-5[44969]: 2024-09-13T15:15:17.873+0000 7fa326d50640 -1 osd.5 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:35.963507+0000 front 2024-09-13T15:14:35.963530+0000 (oldest deadline 2024-09-13T15:15:01.263422+0000) 2024-09-13T15:15:17.922 INFO:journalctl@ceph.osd.5.smithi104.stdout:Sep 13 15:15:17 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-5[44969]: 2024-09-13T15:15:17.873+0000 7fa326d50640 -1 osd.5 1527 heartbeat_check: no reply from 172.21.15.71:6814 osd.1 since back 2024-09-13T15:14:41.264113+0000 front 2024-09-13T15:14:41.264128+0000 (oldest deadline 2024-09-13T15:15:07.163898+0000) 2024-09-13T15:15:17.922 INFO:journalctl@ceph.osd.5.smithi104.stdout:Sep 13 15:15:17 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-5[44969]: 2024-09-13T15:15:17.873+0000 7fa326d50640 -1 osd.5 1527 heartbeat_check: no reply from 172.21.15.71:6822 osd.2 since back 2024-09-13T15:14:53.366239+0000 front 2024-09-13T15:14:53.366262+0000 (oldest deadline 2024-09-13T15:15:17.466168+0000) 2024-09-13T15:15:17.923 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:17 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:17.636+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:35.361014+0000 front 2024-09-13T15:14:35.361027+0000 (oldest deadline 2024-09-13T15:14:58.861031+0000) 2024-09-13T15:15:17.923 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:17 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:17.636+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6814 osd.1 since back 2024-09-13T15:14:39.961956+0000 front 2024-09-13T15:14:39.961893+0000 (oldest deadline 2024-09-13T15:15:08.762442+0000) 2024-09-13T15:15:17.923 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:17 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:17.636+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6822 osd.2 since back 2024-09-13T15:14:52.863238+0000 front 2024-09-13T15:14:52.863330+0000 (oldest deadline 2024-09-13T15:15:16.963172+0000) 2024-09-13T15:15:18.622 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:18 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T15:15:18.277+0000 7f716981c640 -1 osd.6 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:31.660762+0000 front 2024-09-13T15:14:31.660605+0000 (oldest deadline 2024-09-13T15:15:02.861320+0000) 2024-09-13T15:15:18.622 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:18 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T15:15:18.277+0000 7f716981c640 -1 osd.6 1527 heartbeat_check: no reply from 172.21.15.71:6814 osd.1 since back 2024-09-13T15:14:42.861939+0000 front 2024-09-13T15:14:42.861969+0000 (oldest deadline 2024-09-13T15:15:06.961809+0000) 2024-09-13T15:15:18.622 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:18 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T15:15:18.277+0000 7f716981c640 -1 osd.6 1527 heartbeat_check: no reply from 172.21.15.71:6822 osd.2 since back 2024-09-13T15:14:52.262730+0000 front 2024-09-13T15:14:52.262751+0000 (oldest deadline 2024-09-13T15:15:15.162677+0000) 2024-09-13T15:15:18.922 INFO:journalctl@ceph.osd.5.smithi104.stdout:Sep 13 15:15:18 smithi104 podman[282269]: 2024-09-13 15:15:18.869188384 +0000 UTC m=+5.815645046 container died d171c1dc9acab90a0ea5bddd0e851c2f515f8bb54f6507ff2e02023ef01de107 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-5, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=reef-2c01458, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_CLEAN=True, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux ) 2024-09-13T15:15:18.922 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:18 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:18.620+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:35.361014+0000 front 2024-09-13T15:14:35.361027+0000 (oldest deadline 2024-09-13T15:14:58.861031+0000) 2024-09-13T15:15:18.923 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:18 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:18.620+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6814 osd.1 since back 2024-09-13T15:14:39.961956+0000 front 2024-09-13T15:14:39.961893+0000 (oldest deadline 2024-09-13T15:15:08.762442+0000) 2024-09-13T15:15:18.923 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:18 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:18.620+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6822 osd.2 since back 2024-09-13T15:14:52.863238+0000 front 2024-09-13T15:14:52.863330+0000 (oldest deadline 2024-09-13T15:15:16.963172+0000) 2024-09-13T15:15:19.567 INFO:journalctl@ceph.osd.5.smithi104.stdout:Sep 13 15:15:19 smithi104 podman[282269]: 2024-09-13 15:15:19.323782863 +0000 UTC m=+6.270239589 container cleanup d171c1dc9acab90a0ea5bddd0e851c2f515f8bb54f6507ff2e02023ef01de107 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-5, GIT_BRANCH=HEAD, GIT_CLEAN=True, CEPH_POINT_RELEASE=, RELEASE=reef-2c01458, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS) 2024-09-13T15:15:19.568 INFO:journalctl@ceph.osd.5.smithi104.stdout:Sep 13 15:15:19 smithi104 bash[282269]: ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-5 2024-09-13T15:15:19.568 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:19 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T15:15:19.274+0000 7f716981c640 -1 osd.6 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:31.660762+0000 front 2024-09-13T15:14:31.660605+0000 (oldest deadline 2024-09-13T15:15:02.861320+0000) 2024-09-13T15:15:19.568 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:19 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T15:15:19.274+0000 7f716981c640 -1 osd.6 1527 heartbeat_check: no reply from 172.21.15.71:6814 osd.1 since back 2024-09-13T15:14:42.861939+0000 front 2024-09-13T15:14:42.861969+0000 (oldest deadline 2024-09-13T15:15:06.961809+0000) 2024-09-13T15:15:19.568 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:19 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T15:15:19.274+0000 7f716981c640 -1 osd.6 1527 heartbeat_check: no reply from 172.21.15.71:6822 osd.2 since back 2024-09-13T15:14:52.262730+0000 front 2024-09-13T15:14:52.262751+0000 (oldest deadline 2024-09-13T15:15:15.162677+0000) 2024-09-13T15:15:19.922 INFO:journalctl@ceph.osd.5.smithi104.stdout:Sep 13 15:15:19 smithi104 podman[282290]: 2024-09-13 15:15:19.566847829 +0000 UTC m=+0.654219899 container remove d171c1dc9acab90a0ea5bddd0e851c2f515f8bb54f6507ff2e02023ef01de107 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-5, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, RELEASE=reef-2c01458, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-13T15:15:19.923 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:19 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:19.597+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:35.361014+0000 front 2024-09-13T15:14:35.361027+0000 (oldest deadline 2024-09-13T15:14:58.861031+0000) 2024-09-13T15:15:19.923 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:19 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:19.597+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6814 osd.1 since back 2024-09-13T15:14:39.961956+0000 front 2024-09-13T15:14:39.961893+0000 (oldest deadline 2024-09-13T15:15:08.762442+0000) 2024-09-13T15:15:19.923 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:19 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:19.597+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6822 osd.2 since back 2024-09-13T15:14:52.863238+0000 front 2024-09-13T15:14:52.863330+0000 (oldest deadline 2024-09-13T15:15:16.963172+0000) 2024-09-13T15:15:20.262 INFO:journalctl@ceph.osd.5.smithi104.stdout:Sep 13 15:15:19 smithi104 podman[282384]: 2024-09-13 15:15:19.875705619 +0000 UTC m=+0.016116214 image pull c129f5a2fd4eccce3e6eec43830eff1929af98bc48f3b850cf144ce5b326e8b5 quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11 2024-09-13T15:15:20.263 INFO:journalctl@ceph.osd.5.smithi104.stdout:Sep 13 15:15:19 smithi104 podman[282384]: 2024-09-13 15:15:19.984630821 +0000 UTC m=+0.125041448 container create 2640323628b5cd964caf0acc43b0382293eaf6d237f5d8620f4b077d5d9bc482 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-5-deactivate, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, RELEASE=reef-2c01458, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-13T15:15:20.263 INFO:journalctl@ceph.osd.5.smithi104.stdout:Sep 13 15:15:20 smithi104 podman[282384]: 2024-09-13 15:15:20.178442152 +0000 UTC m=+0.318852737 container init 2640323628b5cd964caf0acc43b0382293eaf6d237f5d8620f4b077d5d9bc482 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-5-deactivate, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, RELEASE=reef-2c01458, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0) 2024-09-13T15:15:20.263 INFO:journalctl@ceph.osd.5.smithi104.stdout:Sep 13 15:15:20 smithi104 podman[282384]: 2024-09-13 15:15:20.183531174 +0000 UTC m=+0.323941756 container start 2640323628b5cd964caf0acc43b0382293eaf6d237f5d8620f4b077d5d9bc482 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-5-deactivate, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, RELEASE=reef-2c01458, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-13T15:15:20.263 INFO:journalctl@ceph.osd.5.smithi104.stdout:Sep 13 15:15:20 smithi104 podman[282384]: 2024-09-13 15:15:20.261587878 +0000 UTC m=+0.401998470 container attach 2640323628b5cd964caf0acc43b0382293eaf6d237f5d8620f4b077d5d9bc482 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-5-deactivate, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.build-date=20240731, RELEASE=reef-2c01458, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS) 2024-09-13T15:15:20.636 INFO:journalctl@ceph.osd.5.smithi104.stdout:Sep 13 15:15:20 smithi104 podman[282384]: 2024-09-13 15:15:20.374717991 +0000 UTC m=+0.515128575 container died 2640323628b5cd964caf0acc43b0382293eaf6d237f5d8620f4b077d5d9bc482 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-5-deactivate, ceph=True, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=reef-2c01458, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-13T15:15:20.637 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:20 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T15:15:20.303+0000 7f716981c640 -1 osd.6 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:31.660762+0000 front 2024-09-13T15:14:31.660605+0000 (oldest deadline 2024-09-13T15:15:02.861320+0000) 2024-09-13T15:15:20.637 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:20 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T15:15:20.303+0000 7f716981c640 -1 osd.6 1527 heartbeat_check: no reply from 172.21.15.71:6814 osd.1 since back 2024-09-13T15:14:42.861939+0000 front 2024-09-13T15:14:42.861969+0000 (oldest deadline 2024-09-13T15:15:06.961809+0000) 2024-09-13T15:15:20.637 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:20 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T15:15:20.303+0000 7f716981c640 -1 osd.6 1527 heartbeat_check: no reply from 172.21.15.71:6822 osd.2 since back 2024-09-13T15:14:52.262730+0000 front 2024-09-13T15:14:52.262751+0000 (oldest deadline 2024-09-13T15:15:15.162677+0000) 2024-09-13T15:15:20.916 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:20 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:20.634+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:35.361014+0000 front 2024-09-13T15:14:35.361027+0000 (oldest deadline 2024-09-13T15:14:58.861031+0000) 2024-09-13T15:15:20.916 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:20 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:20.634+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6814 osd.1 since back 2024-09-13T15:14:39.961956+0000 front 2024-09-13T15:14:39.961893+0000 (oldest deadline 2024-09-13T15:15:08.762442+0000) 2024-09-13T15:15:20.917 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:20 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:20.634+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6822 osd.2 since back 2024-09-13T15:14:52.863238+0000 front 2024-09-13T15:14:52.863330+0000 (oldest deadline 2024-09-13T15:15:16.963172+0000) 2024-09-13T15:15:20.937 DEBUG:teuthology.orchestra.run.smithi104:> sudo pkill -f 'journalctl -f -n 0 -u ceph-18f8172c-71da-11ef-bceb-c7b262605968@osd.5.service' 2024-09-13T15:15:21.019 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-13T15:15:21.020 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-09-13T15:15:21.020 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2024-09-13T15:15:21.020 DEBUG:teuthology.orchestra.run.smithi104:> sudo systemctl stop ceph-18f8172c-71da-11ef-bceb-c7b262605968@osd.6 2024-09-13T15:15:21.172 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:21 smithi104 systemd[1]: Stopping Ceph osd.6 for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T15:15:21.636 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:21 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T15:15:21.257+0000 7f716981c640 -1 osd.6 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:31.660762+0000 front 2024-09-13T15:14:31.660605+0000 (oldest deadline 2024-09-13T15:15:02.861320+0000) 2024-09-13T15:15:21.636 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:21 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T15:15:21.257+0000 7f716981c640 -1 osd.6 1527 heartbeat_check: no reply from 172.21.15.71:6814 osd.1 since back 2024-09-13T15:14:42.861939+0000 front 2024-09-13T15:14:42.861969+0000 (oldest deadline 2024-09-13T15:15:06.961809+0000) 2024-09-13T15:15:21.636 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:21 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T15:15:21.257+0000 7f716981c640 -1 osd.6 1527 heartbeat_check: no reply from 172.21.15.71:6822 osd.2 since back 2024-09-13T15:14:52.262730+0000 front 2024-09-13T15:14:52.262751+0000 (oldest deadline 2024-09-13T15:15:15.162677+0000) 2024-09-13T15:15:21.637 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:21 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T15:15:21.352+0000 7f7171210640 -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-09-13T15:15:21.637 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:21 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T15:15:21.352+0000 7f7171210640 -1 osd.6 1527 *** Got signal Terminated *** 2024-09-13T15:15:21.637 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:21 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T15:15:21.352+0000 7f7171210640 -1 osd.6 1527 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-13T15:15:21.922 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:21 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:21.635+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:35.361014+0000 front 2024-09-13T15:14:35.361027+0000 (oldest deadline 2024-09-13T15:14:58.861031+0000) 2024-09-13T15:15:21.922 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:21 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:21.635+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6814 osd.1 since back 2024-09-13T15:14:39.961956+0000 front 2024-09-13T15:14:39.961893+0000 (oldest deadline 2024-09-13T15:15:08.762442+0000) 2024-09-13T15:15:21.922 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:21 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:21.635+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6822 osd.2 since back 2024-09-13T15:14:52.863238+0000 front 2024-09-13T15:14:52.863330+0000 (oldest deadline 2024-09-13T15:15:16.963172+0000) 2024-09-13T15:15:22.619 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:22 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T15:15:22.269+0000 7f716981c640 -1 osd.6 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:31.660762+0000 front 2024-09-13T15:14:31.660605+0000 (oldest deadline 2024-09-13T15:15:02.861320+0000) 2024-09-13T15:15:22.619 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:22 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T15:15:22.269+0000 7f716981c640 -1 osd.6 1527 heartbeat_check: no reply from 172.21.15.71:6814 osd.1 since back 2024-09-13T15:14:42.861939+0000 front 2024-09-13T15:14:42.861969+0000 (oldest deadline 2024-09-13T15:15:06.961809+0000) 2024-09-13T15:15:22.619 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:22 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T15:15:22.269+0000 7f716981c640 -1 osd.6 1527 heartbeat_check: no reply from 172.21.15.71:6822 osd.2 since back 2024-09-13T15:14:52.262730+0000 front 2024-09-13T15:14:52.262751+0000 (oldest deadline 2024-09-13T15:15:15.162677+0000) 2024-09-13T15:15:22.922 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:22 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:22.617+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:35.361014+0000 front 2024-09-13T15:14:35.361027+0000 (oldest deadline 2024-09-13T15:14:58.861031+0000) 2024-09-13T15:15:22.922 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:22 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:22.617+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6814 osd.1 since back 2024-09-13T15:14:39.961956+0000 front 2024-09-13T15:14:39.961893+0000 (oldest deadline 2024-09-13T15:15:08.762442+0000) 2024-09-13T15:15:22.922 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:22 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:22.617+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6822 osd.2 since back 2024-09-13T15:14:52.863238+0000 front 2024-09-13T15:14:52.863330+0000 (oldest deadline 2024-09-13T15:15:16.963172+0000) 2024-09-13T15:15:23.613 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:23 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T15:15:23.317+0000 7f716981c640 -1 osd.6 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:31.660762+0000 front 2024-09-13T15:14:31.660605+0000 (oldest deadline 2024-09-13T15:15:02.861320+0000) 2024-09-13T15:15:23.613 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:23 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T15:15:23.317+0000 7f716981c640 -1 osd.6 1527 heartbeat_check: no reply from 172.21.15.71:6814 osd.1 since back 2024-09-13T15:14:42.861939+0000 front 2024-09-13T15:14:42.861969+0000 (oldest deadline 2024-09-13T15:15:06.961809+0000) 2024-09-13T15:15:23.613 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:23 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T15:15:23.317+0000 7f716981c640 -1 osd.6 1527 heartbeat_check: no reply from 172.21.15.71:6822 osd.2 since back 2024-09-13T15:14:52.262730+0000 front 2024-09-13T15:14:52.262751+0000 (oldest deadline 2024-09-13T15:15:15.162677+0000) 2024-09-13T15:15:23.922 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:23 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:23.611+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:35.361014+0000 front 2024-09-13T15:14:35.361027+0000 (oldest deadline 2024-09-13T15:14:58.861031+0000) 2024-09-13T15:15:23.922 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:23 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:23.611+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6814 osd.1 since back 2024-09-13T15:14:39.961956+0000 front 2024-09-13T15:14:39.961893+0000 (oldest deadline 2024-09-13T15:15:08.762442+0000) 2024-09-13T15:15:23.922 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:23 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:23.611+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6822 osd.2 since back 2024-09-13T15:14:52.863238+0000 front 2024-09-13T15:14:52.863330+0000 (oldest deadline 2024-09-13T15:15:16.963172+0000) 2024-09-13T15:15:23.923 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:23 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:23.611+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6830 osd.3 since back 2024-09-13T15:14:56.963613+0000 front 2024-09-13T15:14:56.963584+0000 (oldest deadline 2024-09-13T15:15:22.863613+0000) 2024-09-13T15:15:24.595 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:24 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T15:15:24.317+0000 7f716981c640 -1 osd.6 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:31.660762+0000 front 2024-09-13T15:14:31.660605+0000 (oldest deadline 2024-09-13T15:15:02.861320+0000) 2024-09-13T15:15:24.595 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:24 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T15:15:24.317+0000 7f716981c640 -1 osd.6 1527 heartbeat_check: no reply from 172.21.15.71:6814 osd.1 since back 2024-09-13T15:14:42.861939+0000 front 2024-09-13T15:14:42.861969+0000 (oldest deadline 2024-09-13T15:15:06.961809+0000) 2024-09-13T15:15:24.595 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:24 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T15:15:24.317+0000 7f716981c640 -1 osd.6 1527 heartbeat_check: no reply from 172.21.15.71:6822 osd.2 since back 2024-09-13T15:14:52.262730+0000 front 2024-09-13T15:14:52.262751+0000 (oldest deadline 2024-09-13T15:15:15.162677+0000) 2024-09-13T15:15:24.922 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:24 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:24.593+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:35.361014+0000 front 2024-09-13T15:14:35.361027+0000 (oldest deadline 2024-09-13T15:14:58.861031+0000) 2024-09-13T15:15:24.922 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:24 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:24.593+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6814 osd.1 since back 2024-09-13T15:14:39.961956+0000 front 2024-09-13T15:14:39.961893+0000 (oldest deadline 2024-09-13T15:15:08.762442+0000) 2024-09-13T15:15:24.923 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:24 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:24.593+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6822 osd.2 since back 2024-09-13T15:14:52.863238+0000 front 2024-09-13T15:14:52.863330+0000 (oldest deadline 2024-09-13T15:15:16.963172+0000) 2024-09-13T15:15:24.923 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:24 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:24.593+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6830 osd.3 since back 2024-09-13T15:14:56.963613+0000 front 2024-09-13T15:14:56.963584+0000 (oldest deadline 2024-09-13T15:15:22.863613+0000) 2024-09-13T15:15:25.616 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:25 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T15:15:25.353+0000 7f716981c640 -1 osd.6 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:31.660762+0000 front 2024-09-13T15:14:31.660605+0000 (oldest deadline 2024-09-13T15:15:02.861320+0000) 2024-09-13T15:15:25.617 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:25 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T15:15:25.353+0000 7f716981c640 -1 osd.6 1527 heartbeat_check: no reply from 172.21.15.71:6814 osd.1 since back 2024-09-13T15:14:42.861939+0000 front 2024-09-13T15:14:42.861969+0000 (oldest deadline 2024-09-13T15:15:06.961809+0000) 2024-09-13T15:15:25.617 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:25 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T15:15:25.353+0000 7f716981c640 -1 osd.6 1527 heartbeat_check: no reply from 172.21.15.71:6822 osd.2 since back 2024-09-13T15:14:52.262730+0000 front 2024-09-13T15:14:52.262751+0000 (oldest deadline 2024-09-13T15:15:15.162677+0000) 2024-09-13T15:15:25.617 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:25 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T15:15:25.353+0000 7f716981c640 -1 osd.6 1527 heartbeat_check: no reply from 172.21.15.71:6830 osd.3 since back 2024-09-13T15:15:01.564264+0000 front 2024-09-13T15:15:01.564243+0000 (oldest deadline 2024-09-13T15:15:24.464300+0000) 2024-09-13T15:15:25.922 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:25 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:25.614+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:35.361014+0000 front 2024-09-13T15:14:35.361027+0000 (oldest deadline 2024-09-13T15:14:58.861031+0000) 2024-09-13T15:15:25.922 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:25 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:25.614+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6814 osd.1 since back 2024-09-13T15:14:39.961956+0000 front 2024-09-13T15:14:39.961893+0000 (oldest deadline 2024-09-13T15:15:08.762442+0000) 2024-09-13T15:15:25.922 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:25 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:25.614+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6822 osd.2 since back 2024-09-13T15:14:52.863238+0000 front 2024-09-13T15:14:52.863330+0000 (oldest deadline 2024-09-13T15:15:16.963172+0000) 2024-09-13T15:15:25.923 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:25 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:25.614+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6830 osd.3 since back 2024-09-13T15:14:56.963613+0000 front 2024-09-13T15:14:56.963584+0000 (oldest deadline 2024-09-13T15:15:22.863613+0000) 2024-09-13T15:15:26.620 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:26 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T15:15:26.338+0000 7f716981c640 -1 osd.6 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:31.660762+0000 front 2024-09-13T15:14:31.660605+0000 (oldest deadline 2024-09-13T15:15:02.861320+0000) 2024-09-13T15:15:26.621 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:26 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T15:15:26.338+0000 7f716981c640 -1 osd.6 1527 heartbeat_check: no reply from 172.21.15.71:6814 osd.1 since back 2024-09-13T15:14:42.861939+0000 front 2024-09-13T15:14:42.861969+0000 (oldest deadline 2024-09-13T15:15:06.961809+0000) 2024-09-13T15:15:26.621 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:26 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T15:15:26.338+0000 7f716981c640 -1 osd.6 1527 heartbeat_check: no reply from 172.21.15.71:6822 osd.2 since back 2024-09-13T15:14:52.262730+0000 front 2024-09-13T15:14:52.262751+0000 (oldest deadline 2024-09-13T15:15:15.162677+0000) 2024-09-13T15:15:26.621 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:26 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6[178147]: 2024-09-13T15:15:26.338+0000 7f716981c640 -1 osd.6 1527 heartbeat_check: no reply from 172.21.15.71:6830 osd.3 since back 2024-09-13T15:15:01.564264+0000 front 2024-09-13T15:15:01.564243+0000 (oldest deadline 2024-09-13T15:15:24.464300+0000) 2024-09-13T15:15:26.922 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:26 smithi104 podman[282511]: 2024-09-13 15:15:26.830923977 +0000 UTC m=+5.585922677 container died 5ed61aefc234628e724995ab341e7938a47d94e53953d8767f8ba9dec4f7f19a (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6, maintainer=Guillaume Abrioux , ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, RELEASE=reef-2c01458, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, io.buildah.version=1.37.2) 2024-09-13T15:15:26.923 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:26 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:26.618+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:35.361014+0000 front 2024-09-13T15:14:35.361027+0000 (oldest deadline 2024-09-13T15:14:58.861031+0000) 2024-09-13T15:15:26.923 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:26 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:26.618+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6814 osd.1 since back 2024-09-13T15:14:39.961956+0000 front 2024-09-13T15:14:39.961893+0000 (oldest deadline 2024-09-13T15:15:08.762442+0000) 2024-09-13T15:15:26.923 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:26 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:26.618+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6822 osd.2 since back 2024-09-13T15:14:52.863238+0000 front 2024-09-13T15:14:52.863330+0000 (oldest deadline 2024-09-13T15:15:16.963172+0000) 2024-09-13T15:15:26.923 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:26 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:26.618+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6830 osd.3 since back 2024-09-13T15:14:56.963613+0000 front 2024-09-13T15:14:56.963584+0000 (oldest deadline 2024-09-13T15:15:22.863613+0000) 2024-09-13T15:15:27.422 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:27 smithi104 podman[282511]: 2024-09-13 15:15:27.250829724 +0000 UTC m=+6.005828424 container cleanup 5ed61aefc234628e724995ab341e7938a47d94e53953d8767f8ba9dec4f7f19a (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_CLEAN=True, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, RELEASE=reef-2c01458, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux ) 2024-09-13T15:15:27.422 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:27 smithi104 bash[282511]: ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6 2024-09-13T15:15:27.922 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:27 smithi104 podman[282546]: 2024-09-13 15:15:27.525478425 +0000 UTC m=+0.689359126 container remove 5ed61aefc234628e724995ab341e7938a47d94e53953d8767f8ba9dec4f7f19a (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, RELEASE=reef-2c01458, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, ceph=True, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2) 2024-09-13T15:15:27.923 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:27 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:27.651+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:35.361014+0000 front 2024-09-13T15:14:35.361027+0000 (oldest deadline 2024-09-13T15:14:58.861031+0000) 2024-09-13T15:15:27.923 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:27 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:27.651+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6814 osd.1 since back 2024-09-13T15:14:39.961956+0000 front 2024-09-13T15:14:39.961893+0000 (oldest deadline 2024-09-13T15:15:08.762442+0000) 2024-09-13T15:15:27.923 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:27 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:27.651+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6822 osd.2 since back 2024-09-13T15:14:52.863238+0000 front 2024-09-13T15:14:52.863330+0000 (oldest deadline 2024-09-13T15:15:16.963172+0000) 2024-09-13T15:15:27.923 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:27 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:27.651+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6830 osd.3 since back 2024-09-13T15:14:56.963613+0000 front 2024-09-13T15:14:56.963584+0000 (oldest deadline 2024-09-13T15:15:22.863613+0000) 2024-09-13T15:15:28.179 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:27 smithi104 podman[282640]: 2024-09-13 15:15:27.827236957 +0000 UTC m=+0.015797185 image pull c129f5a2fd4eccce3e6eec43830eff1929af98bc48f3b850cf144ce5b326e8b5 quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11 2024-09-13T15:15:28.179 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:27 smithi104 podman[282640]: 2024-09-13 15:15:27.92843329 +0000 UTC m=+0.116993510 container create 2e45a0261ed509d75fbcc7d2d352a716f2ba5d0e8ba2bb045f927cd983436603 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6-deactivate, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=reef-2c01458, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-13T15:15:28.179 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:28 smithi104 podman[282640]: 2024-09-13 15:15:28.172707645 +0000 UTC m=+0.361267863 container init 2e45a0261ed509d75fbcc7d2d352a716f2ba5d0e8ba2bb045f927cd983436603 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6-deactivate, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, ceph=True, RELEASE=reef-2c01458, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-13T15:15:28.179 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:28 smithi104 podman[282640]: 2024-09-13 15:15:28.177926075 +0000 UTC m=+0.366486301 container start 2e45a0261ed509d75fbcc7d2d352a716f2ba5d0e8ba2bb045f927cd983436603 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6-deactivate, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, RELEASE=reef-2c01458, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_CLEAN=True) 2024-09-13T15:15:28.672 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:28 smithi104 podman[282640]: 2024-09-13 15:15:28.255805173 +0000 UTC m=+0.444365395 container attach 2e45a0261ed509d75fbcc7d2d352a716f2ba5d0e8ba2bb045f927cd983436603 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6-deactivate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, RELEASE=reef-2c01458, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS) 2024-09-13T15:15:28.673 INFO:journalctl@ceph.osd.6.smithi104.stdout:Sep 13 15:15:28 smithi104 podman[282640]: 2024-09-13 15:15:28.383525157 +0000 UTC m=+0.572085387 container died 2e45a0261ed509d75fbcc7d2d352a716f2ba5d0e8ba2bb045f927cd983436603 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-6-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_CLEAN=True, RELEASE=reef-2c01458, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux ) 2024-09-13T15:15:28.993 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:28 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:28.672+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:35.361014+0000 front 2024-09-13T15:14:35.361027+0000 (oldest deadline 2024-09-13T15:14:58.861031+0000) 2024-09-13T15:15:28.993 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:28 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:28.672+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6814 osd.1 since back 2024-09-13T15:14:39.961956+0000 front 2024-09-13T15:14:39.961893+0000 (oldest deadline 2024-09-13T15:15:08.762442+0000) 2024-09-13T15:15:28.994 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:28 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:28.672+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6822 osd.2 since back 2024-09-13T15:14:52.863238+0000 front 2024-09-13T15:14:52.863330+0000 (oldest deadline 2024-09-13T15:15:16.963172+0000) 2024-09-13T15:15:28.994 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:28 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:28.672+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6830 osd.3 since back 2024-09-13T15:14:56.963613+0000 front 2024-09-13T15:14:56.963584+0000 (oldest deadline 2024-09-13T15:15:22.863613+0000) 2024-09-13T15:15:29.024 DEBUG:teuthology.orchestra.run.smithi104:> sudo pkill -f 'journalctl -f -n 0 -u ceph-18f8172c-71da-11ef-bceb-c7b262605968@osd.6.service' 2024-09-13T15:15:29.064 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-13T15:15:29.064 INFO:tasks.cephadm.osd.6:Stopped osd.6 2024-09-13T15:15:29.064 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2024-09-13T15:15:29.065 DEBUG:teuthology.orchestra.run.smithi104:> sudo systemctl stop ceph-18f8172c-71da-11ef-bceb-c7b262605968@osd.7 2024-09-13T15:15:29.399 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:29 smithi104 systemd[1]: Stopping Ceph osd.7 for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T15:15:29.399 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:29 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:29.397+0000 7f92c7067640 -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-09-13T15:15:29.672 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:29 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:29.397+0000 7f92c7067640 -1 osd.7 1527 *** Got signal Terminated *** 2024-09-13T15:15:29.672 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:29 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:29.397+0000 7f92c7067640 -1 osd.7 1527 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-13T15:15:30.172 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:29 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:29.700+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:35.361014+0000 front 2024-09-13T15:14:35.361027+0000 (oldest deadline 2024-09-13T15:14:58.861031+0000) 2024-09-13T15:15:30.172 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:29 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:29.700+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6814 osd.1 since back 2024-09-13T15:14:39.961956+0000 front 2024-09-13T15:14:39.961893+0000 (oldest deadline 2024-09-13T15:15:08.762442+0000) 2024-09-13T15:15:30.173 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:29 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:29.700+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6822 osd.2 since back 2024-09-13T15:14:52.863238+0000 front 2024-09-13T15:14:52.863330+0000 (oldest deadline 2024-09-13T15:15:16.963172+0000) 2024-09-13T15:15:30.173 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:29 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:29.700+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6830 osd.3 since back 2024-09-13T15:14:56.963613+0000 front 2024-09-13T15:14:56.963584+0000 (oldest deadline 2024-09-13T15:15:22.863613+0000) 2024-09-13T15:15:31.172 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:30 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:30.746+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:35.361014+0000 front 2024-09-13T15:14:35.361027+0000 (oldest deadline 2024-09-13T15:14:58.861031+0000) 2024-09-13T15:15:31.173 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:30 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:30.746+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6814 osd.1 since back 2024-09-13T15:14:39.961956+0000 front 2024-09-13T15:14:39.961893+0000 (oldest deadline 2024-09-13T15:15:08.762442+0000) 2024-09-13T15:15:31.173 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:30 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:30.746+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6822 osd.2 since back 2024-09-13T15:14:52.863238+0000 front 2024-09-13T15:14:52.863330+0000 (oldest deadline 2024-09-13T15:15:16.963172+0000) 2024-09-13T15:15:31.173 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:30 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:30.746+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6830 osd.3 since back 2024-09-13T15:14:56.963613+0000 front 2024-09-13T15:14:56.963584+0000 (oldest deadline 2024-09-13T15:15:22.863613+0000) 2024-09-13T15:15:32.173 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:31 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:31.768+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:35.361014+0000 front 2024-09-13T15:14:35.361027+0000 (oldest deadline 2024-09-13T15:14:58.861031+0000) 2024-09-13T15:15:32.173 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:31 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:31.768+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6814 osd.1 since back 2024-09-13T15:14:39.961956+0000 front 2024-09-13T15:14:39.961893+0000 (oldest deadline 2024-09-13T15:15:08.762442+0000) 2024-09-13T15:15:32.173 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:31 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:31.768+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6822 osd.2 since back 2024-09-13T15:14:52.863238+0000 front 2024-09-13T15:14:52.863330+0000 (oldest deadline 2024-09-13T15:15:16.963172+0000) 2024-09-13T15:15:32.173 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:31 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:31.768+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6830 osd.3 since back 2024-09-13T15:14:56.963613+0000 front 2024-09-13T15:14:56.963584+0000 (oldest deadline 2024-09-13T15:15:22.863613+0000) 2024-09-13T15:15:33.172 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:32 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:32.769+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:35.361014+0000 front 2024-09-13T15:14:35.361027+0000 (oldest deadline 2024-09-13T15:14:58.861031+0000) 2024-09-13T15:15:33.172 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:32 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:32.769+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6814 osd.1 since back 2024-09-13T15:14:39.961956+0000 front 2024-09-13T15:14:39.961893+0000 (oldest deadline 2024-09-13T15:15:08.762442+0000) 2024-09-13T15:15:33.173 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:32 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:32.769+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6822 osd.2 since back 2024-09-13T15:14:52.863238+0000 front 2024-09-13T15:14:52.863330+0000 (oldest deadline 2024-09-13T15:15:16.963172+0000) 2024-09-13T15:15:33.173 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:32 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:32.769+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6830 osd.3 since back 2024-09-13T15:14:56.963613+0000 front 2024-09-13T15:14:56.963584+0000 (oldest deadline 2024-09-13T15:15:22.863613+0000) 2024-09-13T15:15:33.173 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:32 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:32.769+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.104:6804 osd.4 since back 2024-09-13T15:15:06.964648+0000 front 2024-09-13T15:15:06.964729+0000 (oldest deadline 2024-09-13T15:15:32.264693+0000) 2024-09-13T15:15:34.172 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:33 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:33.725+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6806 osd.0 since back 2024-09-13T15:14:35.361014+0000 front 2024-09-13T15:14:35.361027+0000 (oldest deadline 2024-09-13T15:14:58.861031+0000) 2024-09-13T15:15:34.173 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:33 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:33.725+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6814 osd.1 since back 2024-09-13T15:14:39.961956+0000 front 2024-09-13T15:14:39.961893+0000 (oldest deadline 2024-09-13T15:15:08.762442+0000) 2024-09-13T15:15:34.173 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:33 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:33.725+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6822 osd.2 since back 2024-09-13T15:14:52.863238+0000 front 2024-09-13T15:14:52.863330+0000 (oldest deadline 2024-09-13T15:15:16.963172+0000) 2024-09-13T15:15:34.173 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:33 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:33.725+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.71:6830 osd.3 since back 2024-09-13T15:14:56.963613+0000 front 2024-09-13T15:14:56.963584+0000 (oldest deadline 2024-09-13T15:15:22.863613+0000) 2024-09-13T15:15:34.173 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:33 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7[237873]: 2024-09-13T15:15:33.725+0000 7f92bf673640 -1 osd.7 1527 heartbeat_check: no reply from 172.21.15.104:6804 osd.4 since back 2024-09-13T15:15:06.964648+0000 front 2024-09-13T15:15:06.964729+0000 (oldest deadline 2024-09-13T15:15:32.264693+0000) 2024-09-13T15:15:35.289 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:35 smithi104 podman[282767]: 2024-09-13 15:15:35.002226151 +0000 UTC m=+5.710331894 container died 233cea8cde0b6a3e3577ce48def50d2338d8a30b66b76cc06a9f8f9aa0d0b946 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7, RELEASE=reef-2c01458, ceph=True, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.build-date=20240731) 2024-09-13T15:15:35.647 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:35 smithi104 podman[282767]: 2024-09-13 15:15:35.436287089 +0000 UTC m=+6.144392821 container cleanup 233cea8cde0b6a3e3577ce48def50d2338d8a30b66b76cc06a9f8f9aa0d0b946 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, RELEASE=reef-2c01458, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, ceph=True, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-13T15:15:35.647 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:35 smithi104 bash[282767]: ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7 2024-09-13T15:15:35.922 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:35 smithi104 podman[282788]: 2024-09-13 15:15:35.646111364 +0000 UTC m=+0.639592173 container remove 233cea8cde0b6a3e3577ce48def50d2338d8a30b66b76cc06a9f8f9aa0d0b946 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=reef-2c01458, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD) 2024-09-13T15:15:36.375 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:36 smithi104 podman[282881]: 2024-09-13 15:15:35.948990956 +0000 UTC m=+0.015948393 image pull c129f5a2fd4eccce3e6eec43830eff1929af98bc48f3b850cf144ce5b326e8b5 quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11 2024-09-13T15:15:36.375 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:36 smithi104 podman[282881]: 2024-09-13 15:15:36.055277874 +0000 UTC m=+0.122235344 container create 5909da65459faf9b398830e091b6f6b12ce6bbb4c6bf335c382a6f2c2da82d99 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7-deactivate, ceph=True, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, RELEASE=reef-2c01458, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-13T15:15:36.375 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:36 smithi104 podman[282881]: 2024-09-13 15:15:36.274495325 +0000 UTC m=+0.341452761 container init 5909da65459faf9b398830e091b6f6b12ce6bbb4c6bf335c382a6f2c2da82d99 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7-deactivate, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, RELEASE=reef-2c01458, ceph=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-13T15:15:36.375 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:36 smithi104 podman[282881]: 2024-09-13 15:15:36.280065694 +0000 UTC m=+0.347023124 container start 5909da65459faf9b398830e091b6f6b12ce6bbb4c6bf335c382a6f2c2da82d99 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7-deactivate, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, RELEASE=reef-2c01458, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, ceph=True) 2024-09-13T15:15:36.376 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:36 smithi104 podman[282881]: 2024-09-13 15:15:36.374170226 +0000 UTC m=+0.441127670 container attach 5909da65459faf9b398830e091b6f6b12ce6bbb4c6bf335c382a6f2c2da82d99 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7-deactivate, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_BRANCH=HEAD, 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, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, RELEASE=reef-2c01458, ceph=True, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True) 2024-09-13T15:15:36.672 INFO:journalctl@ceph.osd.7.smithi104.stdout:Sep 13 15:15:36 smithi104 podman[282881]: 2024-09-13 15:15:36.465646699 +0000 UTC m=+0.532604127 container died 5909da65459faf9b398830e091b6f6b12ce6bbb4c6bf335c382a6f2c2da82d99 (image=quay.ceph.io/ceph-ci/ceph@sha256:c37c250ffe653639d7a4124ac8acdc3c8f6a53cb4ef1f26b1d2df36648631a11, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-osd-7-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=reef-2c01458, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, ceph=True) 2024-09-13T15:15:37.115 DEBUG:teuthology.orchestra.run.smithi104:> sudo pkill -f 'journalctl -f -n 0 -u ceph-18f8172c-71da-11ef-bceb-c7b262605968@osd.7.service' 2024-09-13T15:15:37.157 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-13T15:15:37.157 INFO:tasks.cephadm.osd.7:Stopped osd.7 2024-09-13T15:15:37.158 INFO:tasks.cephadm.prometheus.a:Stopping prometheus.a... 2024-09-13T15:15:37.158 DEBUG:teuthology.orchestra.run.smithi104:> sudo systemctl stop ceph-18f8172c-71da-11ef-bceb-c7b262605968@prometheus.a 2024-09-13T15:15:37.422 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 15:15:37 smithi104 systemd[1]: Stopping Ceph prometheus.a for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T15:15:37.754 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 15:15:37 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[90629]: ts=2024-09-13T15:15:37.482Z caller=main.go:964 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-09-13T15:15:37.755 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 15:15:37 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[90629]: ts=2024-09-13T15:15:37.483Z caller=main.go:988 level=info msg="Stopping scrape discovery manager..." 2024-09-13T15:15:37.755 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 15:15:37 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[90629]: ts=2024-09-13T15:15:37.483Z caller=main.go:1002 level=info msg="Stopping notify discovery manager..." 2024-09-13T15:15:37.755 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 15:15:37 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[90629]: ts=2024-09-13T15:15:37.483Z caller=manager.go:177 level=info component="rule manager" msg="Stopping rule manager..." 2024-09-13T15:15:37.755 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 15:15:37 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[90629]: ts=2024-09-13T15:15:37.483Z caller=main.go:984 level=info msg="Scrape discovery manager stopped" 2024-09-13T15:15:37.755 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 15:15:37 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[90629]: ts=2024-09-13T15:15:37.483Z caller=main.go:998 level=info msg="Notify discovery manager stopped" 2024-09-13T15:15:37.755 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 15:15:37 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[90629]: ts=2024-09-13T15:15:37.483Z caller=manager.go:187 level=info component="rule manager" msg="Rule manager stopped" 2024-09-13T15:15:37.755 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 15:15:37 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[90629]: ts=2024-09-13T15:15:37.483Z caller=main.go:1039 level=info msg="Stopping scrape manager..." 2024-09-13T15:15:37.755 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 15:15:37 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[90629]: ts=2024-09-13T15:15:37.483Z caller=main.go:1031 level=info msg="Scrape manager stopped" 2024-09-13T15:15:37.756 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 15:15:37 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[90629]: ts=2024-09-13T15:15:37.485Z caller=notifier.go:618 level=info component=notifier msg="Stopping notification manager..." 2024-09-13T15:15:37.756 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 15:15:37 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[90629]: ts=2024-09-13T15:15:37.485Z caller=main.go:1261 level=info msg="Notifier manager stopped" 2024-09-13T15:15:37.756 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 15:15:37 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a[90629]: ts=2024-09-13T15:15:37.485Z caller=main.go:1273 level=info msg="See you next time!" 2024-09-13T15:15:37.756 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 15:15:37 smithi104 podman[283008]: 2024-09-13 15:15:37.493427866 +0000 UTC m=+0.115305896 container died 31487e669ce25be698ae6e299393c94a87d1ea703a0a9fff44231ff76a7e27e4 (image=quay.io/prometheus/prometheus:v2.51.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-13T15:15:38.124 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 15:15:37 smithi104 podman[283008]: 2024-09-13 15:15:37.872035514 +0000 UTC m=+0.493913540 container cleanup 31487e669ce25be698ae6e299393c94a87d1ea703a0a9fff44231ff76a7e27e4 (image=quay.io/prometheus/prometheus:v2.51.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-13T15:15:38.124 INFO:journalctl@ceph.prometheus.a.smithi104.stdout:Sep 13 15:15:37 smithi104 bash[283008]: ceph-18f8172c-71da-11ef-bceb-c7b262605968-prometheus-a 2024-09-13T15:15:38.261 DEBUG:teuthology.orchestra.run.smithi104:> sudo pkill -f 'journalctl -f -n 0 -u ceph-18f8172c-71da-11ef-bceb-c7b262605968@prometheus.a.service' 2024-09-13T15:15:38.295 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-13T15:15:38.296 INFO:tasks.cephadm.prometheus.a:Stopped prometheus.a 2024-09-13T15:15:38.296 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 18f8172c-71da-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-13T15:15:38.450 INFO:teuthology.orchestra.run.smithi071.stdout:Deleting cluster with fsid: 18f8172c-71da-11ef-bceb-c7b262605968 2024-09-13T15:15:40.088 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 15:15:39 smithi071 systemd[1]: Stopping Ceph alertmanager.a for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T15:15:40.391 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 15:15:40 smithi071 ceph-18f8172c-71da-11ef-bceb-c7b262605968-alertmanager-a[102157]: ts=2024-09-13T15:15:40.174Z caller=main.go:542 level=info msg="Received SIGTERM, exiting gracefully..." 2024-09-13T15:15:40.391 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 15:15:40 smithi071 podman[404864]: 2024-09-13 15:15:40.215060772 +0000 UTC m=+0.208129592 container died b9824fbee517d67e5cdcb5f7640c094036fd7ef5b79acac9e1ebdc7794f2474d (image=quay.io/prometheus/alertmanager:v0.27.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-13T15:15:40.891 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 15:15:40 smithi071 podman[404864]: 2024-09-13 15:15:40.672470261 +0000 UTC m=+0.665539116 container cleanup b9824fbee517d67e5cdcb5f7640c094036fd7ef5b79acac9e1ebdc7794f2474d (image=quay.io/prometheus/alertmanager:v0.27.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-13T15:15:40.891 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 15:15:40 smithi071 bash[404864]: ceph-18f8172c-71da-11ef-bceb-c7b262605968-alertmanager-a 2024-09-13T15:15:41.391 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 15:15:40 smithi071 podman[404882]: 2024-09-13 15:15:40.998783471 +0000 UTC m=+0.780266779 container remove b9824fbee517d67e5cdcb5f7640c094036fd7ef5b79acac9e1ebdc7794f2474d (image=quay.io/prometheus/alertmanager:v0.27.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-13T15:15:41.391 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 15:15:41 smithi071 podman[404882]: 2024-09-13 15:15:41.082776489 +0000 UTC m=+0.864259800 volume remove 2d50fc7873aa5882d426002002019201ea1af50e2b491ead3514ecec17129796 2024-09-13T15:15:41.392 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 15:15:41 smithi071 systemd[1]: ceph-18f8172c-71da-11ef-bceb-c7b262605968@alertmanager.a.service: Deactivated successfully. 2024-09-13T15:15:41.392 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 15:15:41 smithi071 systemd[1]: Stopped Ceph alertmanager.a for 18f8172c-71da-11ef-bceb-c7b262605968. 2024-09-13T15:15:41.392 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 13 15:15:41 smithi071 systemd[1]: ceph-18f8172c-71da-11ef-bceb-c7b262605968@alertmanager.a.service: Consumed 4.195s CPU time. 2024-09-13T15:15:41.891 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 15:15:41 smithi071 systemd[1]: Stopping Ceph node-exporter.a for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T15:15:41.891 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 15:15:41 smithi071 podman[404997]: 2024-09-13 15:15:41.648557526 +0000 UTC m=+0.107156856 container died 9dca7c61ba7cadcb74e80e117f313032bc6edb732b7e64616bd357d45e5c36b1 (image=quay.io/prometheus/node-exporter:v1.7.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a, maintainer=The Prometheus Authors ) 2024-09-13T15:15:42.271 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 15:15:42 smithi071 podman[404997]: 2024-09-13 15:15:42.077257618 +0000 UTC m=+0.535856938 container cleanup 9dca7c61ba7cadcb74e80e117f313032bc6edb732b7e64616bd357d45e5c36b1 (image=quay.io/prometheus/node-exporter:v1.7.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a, maintainer=The Prometheus Authors ) 2024-09-13T15:15:42.271 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 15:15:42 smithi071 bash[404997]: ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a 2024-09-13T15:15:42.529 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 15:15:42 smithi071 podman[405014]: 2024-09-13 15:15:42.270220928 +0000 UTC m=+0.625730204 container remove 9dca7c61ba7cadcb74e80e117f313032bc6edb732b7e64616bd357d45e5c36b1 (image=quay.io/prometheus/node-exporter:v1.7.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-a, maintainer=The Prometheus Authors ) 2024-09-13T15:15:42.529 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 15:15:42 smithi071 systemd[1]: ceph-18f8172c-71da-11ef-bceb-c7b262605968@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2024-09-13T15:15:42.529 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 15:15:42 smithi071 systemd[1]: ceph-18f8172c-71da-11ef-bceb-c7b262605968@node-exporter.a.service: Failed with result 'exit-code'. 2024-09-13T15:15:42.530 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 15:15:42 smithi071 systemd[1]: Stopped Ceph node-exporter.a for 18f8172c-71da-11ef-bceb-c7b262605968. 2024-09-13T15:15:42.530 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 13 15:15:42 smithi071 systemd[1]: ceph-18f8172c-71da-11ef-bceb-c7b262605968@node-exporter.a.service: Consumed 8.851s CPU time. 2024-09-13T15:15:52.352 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 18f8172c-71da-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-13T15:15:52.505 INFO:teuthology.orchestra.run.smithi104.stdout:Deleting cluster with fsid: 18f8172c-71da-11ef-bceb-c7b262605968 2024-09-13T15:15:54.172 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 15:15:53 smithi104 systemd[1]: Stopping Ceph grafana.a for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T15:15:54.568 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 15:15:54 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=server t=2024-09-13T15:15:54.285665046Z level=info msg="Shutdown started" reason="System signal: terminated" 2024-09-13T15:15:54.569 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 15:15:54 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=ticker t=2024-09-13T15:15:54.286014856Z level=info msg=stopped last_tick=2024-09-13T15:15:50Z 2024-09-13T15:15:54.569 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 15:15:54 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=tracing t=2024-09-13T15:15:54.286032069Z level=info msg="Closing tracing" 2024-09-13T15:15:54.569 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 15:15:54 smithi104 ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a[95626]: logger=grafana-apiserver t=2024-09-13T15:15:54.28607959Z level=info msg="StorageObjectCountTracker pruner is exiting" 2024-09-13T15:15:54.569 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 15:15:54 smithi104 podman[283441]: 2024-09-13 15:15:54.296119607 +0000 UTC m=+0.155442909 container died 2b565abc8cf3932dcc08ba4f9a3abee61629f86392f4fe7efb1984d60726cb7f (image=quay.io/ceph/grafana:10.4.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a, maintainer=Grafana Labs ) 2024-09-13T15:15:54.922 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 15:15:54 smithi104 podman[283441]: 2024-09-13 15:15:54.758096903 +0000 UTC m=+0.617420206 container cleanup 2b565abc8cf3932dcc08ba4f9a3abee61629f86392f4fe7efb1984d60726cb7f (image=quay.io/ceph/grafana:10.4.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a, maintainer=Grafana Labs ) 2024-09-13T15:15:54.922 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 15:15:54 smithi104 bash[283441]: ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a 2024-09-13T15:15:55.370 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 15:15:55 smithi104 podman[283462]: 2024-09-13 15:15:55.05941692 +0000 UTC m=+0.757612361 container remove 2b565abc8cf3932dcc08ba4f9a3abee61629f86392f4fe7efb1984d60726cb7f (image=quay.io/ceph/grafana:10.4.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-grafana-a, maintainer=Grafana Labs ) 2024-09-13T15:15:55.370 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 15:15:55 smithi104 systemd[1]: ceph-18f8172c-71da-11ef-bceb-c7b262605968@grafana.a.service: Deactivated successfully. 2024-09-13T15:15:55.370 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 15:15:55 smithi104 systemd[1]: Stopped Ceph grafana.a for 18f8172c-71da-11ef-bceb-c7b262605968. 2024-09-13T15:15:55.370 INFO:journalctl@ceph.grafana.a.smithi104.stdout:Sep 13 15:15:55 smithi104 systemd[1]: ceph-18f8172c-71da-11ef-bceb-c7b262605968@grafana.a.service: Consumed 33.374s CPU time. 2024-09-13T15:15:55.626 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 15:15:55 smithi104 systemd[1]: Stopping Ceph node-exporter.b for 18f8172c-71da-11ef-bceb-c7b262605968... 2024-09-13T15:15:55.897 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 15:15:55 smithi104 podman[283573]: 2024-09-13 15:15:55.625045804 +0000 UTC m=+0.117172022 container died 378ebb14ddbdeb615f119a61a4b1f9e60e1ce2f84bfdb15883e67fe20c2f48ac (image=quay.io/prometheus/node-exporter:v1.7.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b, maintainer=The Prometheus Authors ) 2024-09-13T15:15:56.172 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 15:15:55 smithi104 podman[283573]: 2024-09-13 15:15:55.995143295 +0000 UTC m=+0.487269512 container cleanup 378ebb14ddbdeb615f119a61a4b1f9e60e1ce2f84bfdb15883e67fe20c2f48ac (image=quay.io/prometheus/node-exporter:v1.7.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b, maintainer=The Prometheus Authors ) 2024-09-13T15:15:56.172 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 15:15:55 smithi104 bash[283573]: ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b 2024-09-13T15:15:56.585 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 15:15:56 smithi104 podman[283590]: 2024-09-13 15:15:56.271217841 +0000 UTC m=+0.650241969 container remove 378ebb14ddbdeb615f119a61a4b1f9e60e1ce2f84bfdb15883e67fe20c2f48ac (image=quay.io/prometheus/node-exporter:v1.7.0, name=ceph-18f8172c-71da-11ef-bceb-c7b262605968-node-exporter-b, maintainer=The Prometheus Authors ) 2024-09-13T15:15:56.586 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 15:15:56 smithi104 systemd[1]: ceph-18f8172c-71da-11ef-bceb-c7b262605968@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2024-09-13T15:15:56.586 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 15:15:56 smithi104 systemd[1]: ceph-18f8172c-71da-11ef-bceb-c7b262605968@node-exporter.b.service: Failed with result 'exit-code'. 2024-09-13T15:15:56.586 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 15:15:56 smithi104 systemd[1]: Stopped Ceph node-exporter.b for 18f8172c-71da-11ef-bceb-c7b262605968. 2024-09-13T15:15:56.586 INFO:journalctl@ceph.node-exporter.b.smithi104.stdout:Sep 13 15:15:56 smithi104 systemd[1]: ceph-18f8172c-71da-11ef-bceb-c7b262605968@node-exporter.b.service: Consumed 8.392s CPU time. 2024-09-13T15:15:59.251 DEBUG:teuthology.orchestra.run.smithi071:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-13T15:15:59.284 DEBUG:teuthology.orchestra.run.smithi104:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-13T15:15:59.312 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-13T15:15:59.314 DEBUG:teuthology.misc:Transferring archived files from smithi071:/var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/akupczyk-2024-09-13_10:00:18-upgrade-wip-aclamk-cbt-combined-distro-default-smithi/7903553/remote/smithi071/crash 2024-09-13T15:15:59.315 DEBUG:teuthology.orchestra.run.smithi071:> sudo tar c -f - -C /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/crash -- . 2024-09-13T15:15:59.359 INFO:teuthology.orchestra.run.smithi071.stderr:tar: /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-13T15:15:59.360 INFO:teuthology.orchestra.run.smithi071.stderr:tar: Error is not recoverable: exiting now 2024-09-13T15:15:59.361 DEBUG:teuthology.misc:Transferring archived files from smithi104:/var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/akupczyk-2024-09-13_10:00:18-upgrade-wip-aclamk-cbt-combined-distro-default-smithi/7903553/remote/smithi104/crash 2024-09-13T15:15:59.362 DEBUG:teuthology.orchestra.run.smithi104:> sudo tar c -f - -C /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/crash -- . 2024-09-13T15:15:59.400 INFO:teuthology.orchestra.run.smithi104.stderr:tar: /var/lib/ceph/18f8172c-71da-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-13T15:15:59.400 INFO:teuthology.orchestra.run.smithi104.stderr:tar: Error is not recoverable: exiting now 2024-09-13T15:15:59.401 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-13T15:15:59.401 DEBUG:teuthology.orchestra.run.smithi071:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/18f8172c-71da-11ef-bceb-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' | egrep -v PG_AVAILABILITY | head -n 1 2024-09-13T15:15:59.475 INFO:teuthology.orchestra.run.smithi071.stdout:2024-09-13T14:18:13.941549+0000 mon.a (mon.0) 693 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-13T15:15:59.492 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-09-13T15:15:59.492 INFO:tasks.cephadm:Compressing logs... 2024-09-13T15:15:59.493 DEBUG:teuthology.orchestra.run.smithi071:> 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-09-13T15:15:59.495 DEBUG:teuthology.orchestra.run.smithi104:> 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-09-13T15:15:59.528 INFO:teuthology.orchestra.run.smithi071.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph-osd.0.log 2024-09-13T15:15:59.528 INFO:teuthology.orchestra.run.smithi071.stderr:: No such file or directory 2024-09-13T15:15:59.528 INFO:teuthology.orchestra.run.smithi071.stderr:gzip -5 --verbose -- /var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph-mds.foo.smithi071.awdchm.log 2024-09-13T15:15:59.528 INFO:teuthology.orchestra.run.smithi071.stderr:gzip -5 --verbose -- /var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph-osd.1.log 2024-09-13T15:15:59.529 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph-osd.0.log: /var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph-mds.foo.smithi071.awdchm.log: gzip -5 --verbose -- /var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-13T15:15:59.529 INFO:teuthology.orchestra.run.smithi071.stderr: 86.0% -- replaced with /var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph-mds.foo.smithi071.awdchm.log.gz 2024-09-13T15:15:59.529 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph.audit.log 2024-09-13T15:15:59.531 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph-mon.c.log 2024-09-13T15:15:59.532 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph.cephadm.log 2024-09-13T15:15:59.532 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph-mon.a.log 2024-09-13T15:15:59.532 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph-osd.2.log 2024-09-13T15:15:59.532 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph-mgr.y.log 2024-09-13T15:15:59.532 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph.log 2024-09-13T15:15:59.532 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph-mgr.y.log: gzip -5 --verbose -- /var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph-osd.3.log 2024-09-13T15:15:59.532 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-13T15:15:59.546 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph-osd.3.log: /var/log/ceph/cephadm.log: 92.9% -- replaced with /var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph.log.gz 2024-09-13T15:15:59.554 INFO:teuthology.orchestra.run.smithi104.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-09-13T15:15:59.554 INFO:teuthology.orchestra.run.smithi104.stderr:gzip -5 --verbose -- /var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph-osd.7.log 2024-09-13T15:15:59.554 INFO:teuthology.orchestra.run.smithi104.stderr:gzip -5 --verbose -- /var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-13T15:15:59.555 INFO:teuthology.orchestra.run.smithi104.stderr:/var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph-osd.4.log 2024-09-13T15:15:59.556 INFO:teuthology.orchestra.run.smithi104.stderr:/var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph.audit.log 2024-09-13T15:15:59.556 INFO:teuthology.orchestra.run.smithi104.stderr:/var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph-mds.foo.smithi104.uecrqj.log 2024-09-13T15:15:59.556 INFO:teuthology.orchestra.run.smithi104.stderr:/var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph.cephadm.log 2024-09-13T15:15:59.558 INFO:teuthology.orchestra.run.smithi104.stderr:/var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph-mds.foo.smithi104.uecrqj.log: gzip -5 --verbose -- /var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph-osd.6.log 2024-09-13T15:15:59.558 INFO:teuthology.orchestra.run.smithi104.stderr: 84.0% -- replaced with /var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph-mds.foo.smithi104.uecrqj.log.gz 2024-09-13T15:15:59.558 INFO:teuthology.orchestra.run.smithi104.stderr:/var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph-osd.5.log 2024-09-13T15:15:59.558 INFO:teuthology.orchestra.run.smithi104.stderr:/var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph.log 2024-09-13T15:15:59.559 INFO:teuthology.orchestra.run.smithi104.stderr:/var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph-mgr.x.log 2024-09-13T15:15:59.559 INFO:teuthology.orchestra.run.smithi104.stderr:/var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph-mon.b.log 2024-09-13T15:15:59.559 INFO:teuthology.orchestra.run.smithi104.stderr:/var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph-mgr.x.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-13T15:15:59.649 INFO:teuthology.orchestra.run.smithi071.stderr: 92.0% -- replaced with /var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph.cephadm.log.gz 2024-09-13T15:15:59.712 INFO:teuthology.orchestra.run.smithi071.stderr: 94.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-13T15:15:59.833 INFO:teuthology.orchestra.run.smithi071.stderr: 94.3% -- replaced with /var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph.audit.log.gz 2024-09-13T15:15:59.920 INFO:teuthology.orchestra.run.smithi104.stderr:/var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph-mon.b.log: /var/log/ceph/cephadm.log: 91.2% -- replaced with /var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-13T15:16:00.323 INFO:teuthology.orchestra.run.smithi071.stderr: 91.2% -- replaced with /var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-13T15:16:00.342 INFO:teuthology.orchestra.run.smithi104.stderr: 90.5% -- replaced with /var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph.audit.log.gz 2024-09-13T15:16:00.607 INFO:teuthology.orchestra.run.smithi104.stderr: 85.7% -- replaced with /var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph.cephadm.log.gz 2024-09-13T15:16:00.607 INFO:teuthology.orchestra.run.smithi104.stderr: 87.3% 90.2% -- replaced with /var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph.log.gz -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-13T15:16:00.608 INFO:teuthology.orchestra.run.smithi104.stderr: 2024-09-13T15:16:01.006 INFO:teuthology.orchestra.run.smithi104.stderr: 89.9% -- replaced with /var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph-mgr.x.log.gz 2024-09-13T15:16:02.327 INFO:teuthology.orchestra.run.smithi071.stderr: 89.7% -- replaced with /var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph-mgr.y.log.gz 2024-09-13T15:16:06.426 INFO:teuthology.orchestra.run.smithi104.stderr: 92.2% -- replaced with /var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph-mon.b.log.gz 2024-09-13T15:16:16.031 INFO:teuthology.orchestra.run.smithi071.stderr: 91.7% -- replaced with /var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph-mon.c.log.gz 2024-09-13T15:16:40.040 INFO:teuthology.orchestra.run.smithi071.stderr: 90.3% -- replaced with /var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph-mon.a.log.gz 2024-09-13T15:22:00.964 INFO:teuthology.orchestra.run.smithi104.stderr: 94.2% -- replaced with /var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph-osd.6.log.gz 2024-09-13T15:25:58.394 INFO:teuthology.orchestra.run.smithi104.stderr: 93.1% -- replaced with /var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph-osd.4.log.gz 2024-09-13T15:27:47.072 INFO:teuthology.orchestra.run.smithi104.stderr: 93.9% -- replaced with /var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph-osd.7.log.gz 2024-09-13T15:29:09.668 INFO:teuthology.orchestra.run.smithi104.stderr: 92.9% -- replaced with /var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph-osd.5.log.gz 2024-09-13T15:29:09.699 INFO:teuthology.orchestra.run.smithi104.stderr: 2024-09-13T15:29:09.700 INFO:teuthology.orchestra.run.smithi104.stderr:real 13m10.159s 2024-09-13T15:29:09.700 INFO:teuthology.orchestra.run.smithi104.stderr:user 6m3.908s 2024-09-13T15:29:09.700 INFO:teuthology.orchestra.run.smithi104.stderr:sys 0m18.030s 2024-09-13T15:40:27.446 INFO:teuthology.orchestra.run.smithi071.stderr: 93.5% -- replaced with /var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph-osd.1.log.gz 2024-09-13T15:44:18.936 INFO:teuthology.orchestra.run.smithi071.stderr: 92.9% -- replaced with /var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph-osd.3.log.gz 2024-09-13T15:51:07.471 INFO:teuthology.orchestra.run.smithi071.stderr: 91.6% -- replaced with /var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph-osd.2.log.gz 2024-09-13T15:52:43.185 INFO:teuthology.orchestra.run.smithi071.stderr: 92.0% -- replaced with /var/log/ceph/18f8172c-71da-11ef-bceb-c7b262605968/ceph-osd.0.log.gz 2024-09-13T15:52:43.197 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-09-13T15:52:43.198 INFO:teuthology.orchestra.run.smithi071.stderr:real 36m43.690s 2024-09-13T15:52:43.198 INFO:teuthology.orchestra.run.smithi071.stderr:user 11m58.896s 2024-09-13T15:52:43.198 INFO:teuthology.orchestra.run.smithi071.stderr:sys 0m36.008s 2024-09-13T15:52:43.198 INFO:tasks.cephadm:Archiving logs... 2024-09-13T15:52:43.200 DEBUG:teuthology.misc:Transferring archived files from smithi071:/var/log/ceph to /home/teuthworker/archive/akupczyk-2024-09-13_10:00:18-upgrade-wip-aclamk-cbt-combined-distro-default-smithi/7903553/remote/smithi071/log 2024-09-13T15:52:43.202 DEBUG:teuthology.orchestra.run.smithi071:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-13T15:54:46.340 DEBUG:teuthology.misc:Transferring archived files from smithi104:/var/log/ceph to /home/teuthworker/archive/akupczyk-2024-09-13_10:00:18-upgrade-wip-aclamk-cbt-combined-distro-default-smithi/7903553/remote/smithi104/log 2024-09-13T15:54:46.342 DEBUG:teuthology.orchestra.run.smithi104:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-13T15:55:47.447 INFO:tasks.cephadm:Removing cluster... 2024-09-13T15:55:47.448 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 18f8172c-71da-11ef-bceb-c7b262605968 --force 2024-09-13T15:55:47.921 INFO:teuthology.orchestra.run.smithi071.stdout:Deleting cluster with fsid: 18f8172c-71da-11ef-bceb-c7b262605968 2024-09-13T15:55:48.947 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 18f8172c-71da-11ef-bceb-c7b262605968 --force 2024-09-13T15:55:49.216 INFO:teuthology.orchestra.run.smithi104.stdout:Deleting cluster with fsid: 18f8172c-71da-11ef-bceb-c7b262605968 2024-09-13T15:55:49.938 INFO:tasks.cephadm:Removing cephadm ... 2024-09-13T15:55:49.938 DEBUG:teuthology.orchestra.run.smithi071:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-13T15:55:49.955 DEBUG:teuthology.orchestra.run.smithi104:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-13T15:55:49.971 INFO:tasks.cephadm:Teardown complete 2024-09-13T15:55:49.972 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-09-13T15:55:49.984 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-09-13T15:55:49.984 DEBUG:teuthology.orchestra.run.smithi071:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-13T15:55:49.999 DEBUG:teuthology.orchestra.run.smithi104:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-13T15:55:50.133 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-13T15:55:50.144 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-13T15:55:50.144 DEBUG:teuthology.orchestra.run.smithi071:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-13T15:55:50.147 DEBUG:teuthology.orchestra.run.smithi104:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-13T15:55:50.161 INFO:teuthology.orchestra.run.smithi071.stderr:bash: line 1: ntpq: command not found 2024-09-13T15:55:50.161 INFO:teuthology.orchestra.run.smithi104.stderr:bash: line 1: ntpq: command not found 2024-09-13T15:55:50.183 INFO:teuthology.orchestra.run.smithi104.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-13T15:55:50.184 INFO:teuthology.orchestra.run.smithi104.stdout:=============================================================================== 2024-09-13T15:55:50.184 INFO:teuthology.orchestra.run.smithi104.stdout:^* hv01.front.sepia.ceph.com 3 8 377 53 +254us[ +258us] +/- 55ms 2024-09-13T15:55:50.184 INFO:teuthology.orchestra.run.smithi104.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 55 -638us[ -634us] +/- 55ms 2024-09-13T15:55:50.184 INFO:teuthology.orchestra.run.smithi104.stdout:^+ hv03.front.sepia.ceph.com 3 7 377 52 +364us[ +364us] +/- 82ms 2024-09-13T15:55:50.184 INFO:teuthology.orchestra.run.smithi104.stdout:^? hv04.front.sepia.ceph.com 0 10 0 - +0ns[ +0ns] +/- 0ns 2024-09-13T15:55:50.234 INFO:teuthology.orchestra.run.smithi071.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-13T15:55:50.235 INFO:teuthology.orchestra.run.smithi071.stdout:=============================================================================== 2024-09-13T15:55:50.235 INFO:teuthology.orchestra.run.smithi071.stdout:^* hv01.front.sepia.ceph.com 3 6 377 53 +248us[ +245us] +/- 55ms 2024-09-13T15:55:50.235 INFO:teuthology.orchestra.run.smithi071.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 61 -604us[ -607us] +/- 55ms 2024-09-13T15:55:50.235 INFO:teuthology.orchestra.run.smithi071.stdout:^+ hv03.front.sepia.ceph.com 3 7 377 118 +422us[ +420us] +/- 81ms 2024-09-13T15:55:50.236 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv04.front.sepia.ceph.com 0 10 0 - +0ns[ +0ns] +/- 0ns 2024-09-13T15:55:50.251 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-13T15:55:50.260 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-13T15:55:50.261 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-13T15:55:50.292 DEBUG:teuthology.orchestra.run.smithi071:> 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-09-13T15:55:50.519 DEBUG:teuthology.orchestra.run.smithi104:> 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-09-13T15:55:50.668 DEBUG:teuthology.orchestra.run.smithi071:> 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-09-13T15:55:50.700 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:55:50.700 DEBUG:teuthology.orchestra.run.smithi104:> 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-09-13T15:55:50.730 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:55:50.731 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-13T15:55:50.741 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-13T15:55:50.786 INFO:teuthology.task.internal:Duration was 6624.290939 seconds 2024-09-13T15:55:50.787 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-13T15:55:50.840 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-13T15:55:50.841 DEBUG:teuthology.orchestra.run.smithi071:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-13T15:55:50.843 DEBUG:teuthology.orchestra.run.smithi104:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-13T15:55:50.892 INFO:teuthology.orchestra.run.smithi071.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-13T15:55:50.895 INFO:teuthology.orchestra.run.smithi104.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-13T15:55:51.232 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-13T15:55:51.233 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi071.front.sepia.ceph.com 2024-09-13T15:55:51.233 DEBUG:teuthology.orchestra.run.smithi071:> 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-09-13T15:55:51.271 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi104.front.sepia.ceph.com 2024-09-13T15:55:51.272 DEBUG:teuthology.orchestra.run.smithi104:> 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-09-13T15:55:51.298 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-13T15:55:51.299 DEBUG:teuthology.orchestra.run.smithi071:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-13T15:55:51.315 DEBUG:teuthology.orchestra.run.smithi104:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-13T15:55:51.379 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-13T15:55:51.379 DEBUG:teuthology.orchestra.run.smithi071:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-13T15:55:51.383 DEBUG:teuthology.orchestra.run.smithi104:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-13T15:55:53.237 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-13T15:55:53.248 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-13T15:55:53.248 DEBUG:teuthology.orchestra.run.smithi071:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-13T15:55:53.275 DEBUG:teuthology.orchestra.run.smithi104:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-13T15:55:53.304 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-13T15:55:53.315 DEBUG:teuthology.orchestra.run.smithi071:> 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-09-13T15:55:53.318 DEBUG:teuthology.orchestra.run.smithi104:> 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-09-13T15:55:53.360 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern = core 2024-09-13T15:55:53.391 INFO:teuthology.orchestra.run.smithi104.stdout:kernel.core_pattern = core 2024-09-13T15:55:53.435 DEBUG:teuthology.orchestra.run.smithi071:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-13T15:55:53.449 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:55:53.450 DEBUG:teuthology.orchestra.run.smithi104:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-13T15:55:53.465 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:55:53.465 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-13T15:55:53.476 INFO:teuthology.task.internal:Transferring archived files... 2024-09-13T15:55:53.477 DEBUG:teuthology.misc:Transferring archived files from smithi071:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/akupczyk-2024-09-13_10:00:18-upgrade-wip-aclamk-cbt-combined-distro-default-smithi/7903553/remote/smithi071 2024-09-13T15:55:53.478 DEBUG:teuthology.orchestra.run.smithi071:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-13T15:55:53.570 DEBUG:teuthology.misc:Transferring archived files from smithi104:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/akupczyk-2024-09-13_10:00:18-upgrade-wip-aclamk-cbt-combined-distro-default-smithi/7903553/remote/smithi104 2024-09-13T15:55:53.571 DEBUG:teuthology.orchestra.run.smithi104:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-13T15:55:53.620 INFO:teuthology.task.internal:Removing archive directory... 2024-09-13T15:55:53.621 DEBUG:teuthology.orchestra.run.smithi071:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-13T15:55:53.623 DEBUG:teuthology.orchestra.run.smithi104:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-13T15:55:53.664 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-13T15:55:53.677 INFO:teuthology.task.internal:Not uploading archives. 2024-09-13T15:55:53.677 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-13T15:55:53.706 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-13T15:55:53.707 DEBUG:teuthology.orchestra.run.smithi071:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-13T15:55:53.709 DEBUG:teuthology.orchestra.run.smithi104:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-13T15:55:53.724 INFO:teuthology.orchestra.run.smithi104.stdout: 265324 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 13 15:55 /home/ubuntu/cephtest 2024-09-13T15:55:53.741 INFO:teuthology.orchestra.run.smithi071.stdout: 266063 4 drwxr-xr-x 3 ubuntu ubuntu 4096 Sep 13 15:55 /home/ubuntu/cephtest 2024-09-13T15:55:53.742 INFO:teuthology.orchestra.run.smithi071.stdout: 531996 4 drwxr-xr-x 3 ubuntu ubuntu 4096 Sep 13 15:11 /home/ubuntu/cephtest/mnt.0 2024-09-13T15:55:53.742 INFO:teuthology.orchestra.run.smithi071.stdout: 532001 4 drwxr-xr-x 3 ubuntu ubuntu 4096 Sep 13 15:11 /home/ubuntu/cephtest/mnt.0/client.0 2024-09-13T15:55:53.742 INFO:teuthology.orchestra.run.smithi071.stdout: 531997 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 13 15:11 /home/ubuntu/cephtest/mnt.0/client.0/tmp 2024-09-13T15:55:53.743 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T15:55:53.744 INFO:teuthology.orchestra.run.smithi071.stderr:rmdir: failed to remove '/home/ubuntu/cephtest': Directory not empty 2024-09-13T15:55:53.744 ERROR:teuthology.run_tasks:Manager failed: internal.base Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 160, in run_tasks suppress = manager.__exit__(*exc_info) File "/usr/lib/python3.10/contextlib.py", line 142, in __exit__ next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/task/internal/__init__.py", line 53, in base run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi071 with status 1: 'find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest' 2024-09-13T15:55:53.752 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-13T15:55:53.764 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-13T15:55:53.851 DEBUG:teuthology.run_tasks:Exception was not quenched, exiting: CommandFailedError: Command failed on smithi071 with status 1: 'find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest' 2024-09-13T15:55:53.857 INFO:teuthology.run:Summary data: description: upgrade/reef-x/stress-split/{0-distro/centos_9.stream_runc 0-roles 1-start 2-first-half-tasks/snaps-few-objects 3-stress-tasks/{radosbench rbd-cls rbd-import-export rbd_api readwrite snaps-few-objects} 4-second-half-tasks/radosbench mon_election/connectivity} duration: 6624.290939092636 failure_reason: 'Command failed (workunit test cls/test_cls_rbd.sh) on smithi071 with status 1: ''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''' flavor: default owner: scheduled_akupczyk@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=2c855f31d2df4205b10cf0a2cef0b613 status: fail success: false 2024-09-13T15:55:53.857 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-13T15:55:53.982 INFO:teuthology.run:FAIL